Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-openstacksdk.spec'], chrootPath='/var/lib/mock/cloud7-openstack-train-el7-build-64229-314695/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-openstacksdk.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-openstacksdk-0.36.0-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-openstacksdk.spec'], chrootPath='/var/lib/mock/cloud7-openstack-train-el7-build-64229-314695/root'shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-openstacksdk.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.2jpzZU + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf openstacksdk-0.36.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/openstacksdk-0.36.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd openstacksdk-0.36.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q -a --author 'rpm-build ' -m 'python-openstacksdk-0.36.0 base' + rm -rf requirements.txt test-requirements.txt + rm -f openstack/tests/unit/test_stats.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.u3ID7j + umask 022 + cd /builddir/build/BUILD + cd openstacksdk-0.36.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/openstack creating build/lib/openstack/database creating build/lib/openstack/database/v1 copying openstack/database/v1/database.py -> build/lib/openstack/database/v1 copying openstack/database/v1/flavor.py -> build/lib/openstack/database/v1 copying openstack/database/v1/instance.py -> build/lib/openstack/database/v1 copying openstack/database/v1/user.py -> build/lib/openstack/database/v1 copying openstack/database/v1/_proxy.py -> build/lib/openstack/database/v1 copying openstack/database/v1/__init__.py -> build/lib/openstack/database/v1 creating build/lib/openstack/tests creating build/lib/openstack/tests/functional creating build/lib/openstack/tests/functional/load_balancer copying openstack/tests/functional/load_balancer/__init__.py -> build/lib/openstack/tests/functional/load_balancer creating build/lib/openstack/baremetal copying openstack/baremetal/version.py -> build/lib/openstack/baremetal copying openstack/baremetal/__init__.py -> build/lib/openstack/baremetal copying openstack/baremetal/baremetal_service.py -> build/lib/openstack/baremetal copying openstack/baremetal/configdrive.py -> build/lib/openstack/baremetal creating build/lib/openstack/tests/unit creating build/lib/openstack/tests/unit/compute creating build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_service.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_flavor.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_extension.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_aggregate.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_proxy.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server_group.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server_ip.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_volume_attachment.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_keypair.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/__init__.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_limits.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_metadata.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_image.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_hypervisor.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server_diagnostics.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server_interface.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_availability_zone.py -> build/lib/openstack/tests/unit/compute/v2 creating build/lib/openstack/block_storage creating build/lib/openstack/block_storage/v3 copying openstack/block_storage/v3/volume.py -> build/lib/openstack/block_storage/v3 copying openstack/block_storage/v3/snapshot.py -> build/lib/openstack/block_storage/v3 copying openstack/block_storage/v3/_proxy.py -> build/lib/openstack/block_storage/v3 copying openstack/block_storage/v3/backup.py -> build/lib/openstack/block_storage/v3 copying openstack/block_storage/v3/__init__.py -> build/lib/openstack/block_storage/v3 copying openstack/block_storage/v3/stats.py -> build/lib/openstack/block_storage/v3 copying openstack/block_storage/v3/type.py -> build/lib/openstack/block_storage/v3 copying openstack/utils.py -> build/lib/openstack copying openstack/service_description.py -> build/lib/openstack copying openstack/version.py -> build/lib/openstack copying openstack/proxy.py -> build/lib/openstack copying openstack/format.py -> build/lib/openstack copying openstack/__main__.py -> build/lib/openstack copying openstack/_log.py -> build/lib/openstack copying openstack/exceptions.py -> build/lib/openstack copying openstack/resource.py -> build/lib/openstack copying openstack/connection.py -> build/lib/openstack copying openstack/__init__.py -> build/lib/openstack copying openstack/_hacking.py -> build/lib/openstack creating build/lib/openstack/image copying openstack/image/image_signer.py -> build/lib/openstack/image copying openstack/image/_download.py -> build/lib/openstack/image copying openstack/image/_base_proxy.py -> build/lib/openstack/image copying openstack/image/__init__.py -> build/lib/openstack/image copying openstack/image/image_service.py -> build/lib/openstack/image copying openstack/image/iterable_chunked_file.py -> build/lib/openstack/image creating build/lib/openstack/dns creating build/lib/openstack/dns/v2 copying openstack/dns/v2/_base.py -> build/lib/openstack/dns/v2 copying openstack/dns/v2/zone_export.py -> build/lib/openstack/dns/v2 copying openstack/dns/v2/_proxy.py -> build/lib/openstack/dns/v2 copying openstack/dns/v2/zone_import.py -> build/lib/openstack/dns/v2 copying openstack/dns/v2/floating_ip.py -> build/lib/openstack/dns/v2 copying openstack/dns/v2/__init__.py -> build/lib/openstack/dns/v2 copying openstack/dns/v2/zone_transfer.py -> build/lib/openstack/dns/v2 copying openstack/dns/v2/zone.py -> build/lib/openstack/dns/v2 copying openstack/dns/v2/recordset.py -> build/lib/openstack/dns/v2 creating build/lib/openstack/tests/unit/database creating build/lib/openstack/tests/unit/database/v1 copying openstack/tests/unit/database/v1/test_instance.py -> build/lib/openstack/tests/unit/database/v1 copying openstack/tests/unit/database/v1/test_flavor.py -> build/lib/openstack/tests/unit/database/v1 copying openstack/tests/unit/database/v1/test_proxy.py -> build/lib/openstack/tests/unit/database/v1 copying openstack/tests/unit/database/v1/test_user.py -> build/lib/openstack/tests/unit/database/v1 copying openstack/tests/unit/database/v1/test_database.py -> build/lib/openstack/tests/unit/database/v1 copying openstack/tests/unit/database/v1/__init__.py -> build/lib/openstack/tests/unit/database/v1 creating build/lib/openstack/tests/functional/compute creating build/lib/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_flavor.py -> build/lib/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_extension.py -> build/lib/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_server.py -> build/lib/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_keypair.py -> build/lib/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/__init__.py -> build/lib/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_limits.py -> build/lib/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_image.py -> build/lib/openstack/tests/functional/compute/v2 creating build/lib/openstack/tests/functional/dns copying openstack/tests/functional/dns/__init__.py -> build/lib/openstack/tests/functional/dns creating build/lib/openstack/image/v1 copying openstack/image/v1/_proxy.py -> build/lib/openstack/image/v1 copying openstack/image/v1/image.py -> build/lib/openstack/image/v1 copying openstack/image/v1/__init__.py -> build/lib/openstack/image/v1 creating build/lib/openstack/image/v2 copying openstack/image/v2/schema.py -> build/lib/openstack/image/v2 copying openstack/image/v2/_proxy.py -> build/lib/openstack/image/v2 copying openstack/image/v2/image.py -> build/lib/openstack/image/v2 copying openstack/image/v2/task.py -> build/lib/openstack/image/v2 copying openstack/image/v2/__init__.py -> build/lib/openstack/image/v2 copying openstack/image/v2/service_info.py -> build/lib/openstack/image/v2 copying openstack/image/v2/member.py -> build/lib/openstack/image/v2 creating build/lib/openstack/tests/unit/orchestration copying openstack/tests/unit/orchestration/__init__.py -> build/lib/openstack/tests/unit/orchestration copying openstack/tests/unit/orchestration/test_version.py -> build/lib/openstack/tests/unit/orchestration creating build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_pool.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_flavor.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_proxy.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_l7rule.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_member.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_listener.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_amphora.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_flavor_profile.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/__init__.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_load_balancer.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_version.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_quota.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_l7policy.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_health_monitor.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_provider.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/fakes.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/test_utils.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/test_proxy.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/test_exceptions.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/__init__.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/test_connection.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/test_hacking.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/test_microversions.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/test_placement_rest.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/test_proxy_base2.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/test_format.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/test_proxy_base.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/test_resource.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/base.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/test_missing_version.py -> build/lib/openstack/tests/unit copying openstack/block_storage/_base_proxy.py -> build/lib/openstack/block_storage copying openstack/block_storage/block_storage_service.py -> build/lib/openstack/block_storage copying openstack/block_storage/__init__.py -> build/lib/openstack/block_storage creating build/lib/openstack/tests/unit/object_store copying openstack/tests/unit/object_store/__init__.py -> build/lib/openstack/tests/unit/object_store creating build/lib/openstack/tests/unit/baremetal_introspection creating build/lib/openstack/tests/unit/baremetal_introspection/v1 copying openstack/tests/unit/baremetal_introspection/v1/test_proxy.py -> build/lib/openstack/tests/unit/baremetal_introspection/v1 copying openstack/tests/unit/baremetal_introspection/v1/__init__.py -> build/lib/openstack/tests/unit/baremetal_introspection/v1 creating build/lib/openstack/object_store creating build/lib/openstack/object_store/v1 copying openstack/object_store/v1/_base.py -> build/lib/openstack/object_store/v1 copying openstack/object_store/v1/obj.py -> build/lib/openstack/object_store/v1 copying openstack/object_store/v1/_proxy.py -> build/lib/openstack/object_store/v1 copying openstack/object_store/v1/info.py -> build/lib/openstack/object_store/v1 copying openstack/object_store/v1/__init__.py -> build/lib/openstack/object_store/v1 copying openstack/object_store/v1/account.py -> build/lib/openstack/object_store/v1 copying openstack/object_store/v1/container.py -> build/lib/openstack/object_store/v1 copying openstack/tests/functional/__init__.py -> build/lib/openstack/tests/functional copying openstack/tests/functional/base.py -> build/lib/openstack/tests/functional creating build/lib/openstack/tests/functional/object_store creating build/lib/openstack/tests/functional/object_store/v1 copying openstack/tests/functional/object_store/v1/test_obj.py -> build/lib/openstack/tests/functional/object_store/v1 copying openstack/tests/functional/object_store/v1/__init__.py -> build/lib/openstack/tests/functional/object_store/v1 copying openstack/tests/functional/object_store/v1/test_container.py -> build/lib/openstack/tests/functional/object_store/v1 copying openstack/tests/functional/object_store/v1/test_account.py -> build/lib/openstack/tests/functional/object_store/v1 creating build/lib/openstack/tests/unit/block_storage copying openstack/tests/unit/block_storage/__init__.py -> build/lib/openstack/tests/unit/block_storage creating build/lib/openstack/tests/unit/workflow copying openstack/tests/unit/workflow/test_proxy.py -> build/lib/openstack/tests/unit/workflow copying openstack/tests/unit/workflow/test_workflow.py -> build/lib/openstack/tests/unit/workflow copying openstack/tests/unit/workflow/test_execution.py -> build/lib/openstack/tests/unit/workflow copying openstack/tests/unit/workflow/__init__.py -> build/lib/openstack/tests/unit/workflow copying openstack/tests/unit/workflow/test_version.py -> build/lib/openstack/tests/unit/workflow creating build/lib/openstack/tests/functional/dns/v2 copying openstack/tests/functional/dns/v2/test_zone.py -> build/lib/openstack/tests/functional/dns/v2 copying openstack/tests/functional/dns/v2/__init__.py -> build/lib/openstack/tests/functional/dns/v2 creating build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_flavor.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_qos_dscp_marking_rule.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_users.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_aggregate.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_port.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_quotas.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_volume_type.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_server_group.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_clustering.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_object.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_keypairs.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_stack.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_devstack.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/util.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_zone.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/__init__.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_project.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_limits.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_router.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_range_search.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_image.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_compute.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_magnum_services.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_volume_backup.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_services.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_network.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_qos_policy.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_endpoints.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_domain.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_qos_minimum_bandwidth_rule.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_floating_ip.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_recordset.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_qos_bandwidth_limit_rule.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_identity.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_coe_clusters.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_volume.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_inventory.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_floating_ip_pool.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_groups.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_security_groups.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_cluster_templates.py -> build/lib/openstack/tests/functional/cloud creating build/lib/openstack/baremetal_introspection creating build/lib/openstack/baremetal_introspection/v1 copying openstack/baremetal_introspection/v1/_proxy.py -> build/lib/openstack/baremetal_introspection/v1 copying openstack/baremetal_introspection/v1/__init__.py -> build/lib/openstack/baremetal_introspection/v1 copying openstack/baremetal_introspection/v1/introspection.py -> build/lib/openstack/baremetal_introspection/v1 creating build/lib/openstack/network creating build/lib/openstack/network/v2 copying openstack/network/v2/qos_bandwidth_limit_rule.py -> build/lib/openstack/network/v2 copying openstack/network/v2/router.py -> build/lib/openstack/network/v2 copying openstack/network/v2/agent.py -> build/lib/openstack/network/v2 copying openstack/network/v2/network_segment_range.py -> build/lib/openstack/network/v2 copying openstack/network/v2/extension.py -> build/lib/openstack/network/v2 copying openstack/network/v2/security_group.py -> build/lib/openstack/network/v2 copying openstack/network/v2/availability_zone.py -> build/lib/openstack/network/v2 copying openstack/network/v2/security_group_rule.py -> build/lib/openstack/network/v2 copying openstack/network/v2/address_scope.py -> build/lib/openstack/network/v2 copying openstack/network/v2/flavor.py -> build/lib/openstack/network/v2 copying openstack/network/v2/subnet_pool.py -> build/lib/openstack/network/v2 copying openstack/network/v2/network.py -> build/lib/openstack/network/v2 copying openstack/network/v2/pool_member.py -> build/lib/openstack/network/v2 copying openstack/network/v2/_proxy.py -> build/lib/openstack/network/v2 copying openstack/network/v2/firewall_rule.py -> build/lib/openstack/network/v2 copying openstack/network/v2/health_monitor.py -> build/lib/openstack/network/v2 copying openstack/network/v2/vpn_service.py -> build/lib/openstack/network/v2 copying openstack/network/v2/segment.py -> build/lib/openstack/network/v2 copying openstack/network/v2/firewall_policy.py -> build/lib/openstack/network/v2 copying openstack/network/v2/metering_label.py -> build/lib/openstack/network/v2 copying openstack/network/v2/metering_label_rule.py -> build/lib/openstack/network/v2 copying openstack/network/v2/floating_ip.py -> build/lib/openstack/network/v2 copying openstack/network/v2/service_provider.py -> build/lib/openstack/network/v2 copying openstack/network/v2/load_balancer.py -> build/lib/openstack/network/v2 copying openstack/network/v2/__init__.py -> build/lib/openstack/network/v2 copying openstack/network/v2/auto_allocated_topology.py -> build/lib/openstack/network/v2 copying openstack/network/v2/firewall_group.py -> build/lib/openstack/network/v2 copying openstack/network/v2/qos_rule_type.py -> build/lib/openstack/network/v2 copying openstack/network/v2/service_profile.py -> build/lib/openstack/network/v2 copying openstack/network/v2/port.py -> build/lib/openstack/network/v2 copying openstack/network/v2/qos_minimum_bandwidth_rule.py -> build/lib/openstack/network/v2 copying openstack/network/v2/subnet.py -> build/lib/openstack/network/v2 copying openstack/network/v2/port_forwarding.py -> build/lib/openstack/network/v2 copying openstack/network/v2/qos_dscp_marking_rule.py -> build/lib/openstack/network/v2 copying openstack/network/v2/rbac_policy.py -> build/lib/openstack/network/v2 copying openstack/network/v2/listener.py -> build/lib/openstack/network/v2 copying openstack/network/v2/pool.py -> build/lib/openstack/network/v2 copying openstack/network/v2/quota.py -> build/lib/openstack/network/v2 copying openstack/network/v2/trunk.py -> build/lib/openstack/network/v2 copying openstack/network/v2/network_ip_availability.py -> build/lib/openstack/network/v2 copying openstack/network/v2/qos_policy.py -> build/lib/openstack/network/v2 copying openstack/database/__init__.py -> build/lib/openstack/database copying openstack/database/database_service.py -> build/lib/openstack/database creating build/lib/openstack/tests/functional/image creating build/lib/openstack/tests/functional/image/v2 copying openstack/tests/functional/image/v2/__init__.py -> build/lib/openstack/tests/functional/image/v2 copying openstack/tests/functional/image/v2/test_image.py -> build/lib/openstack/tests/functional/image/v2 creating build/lib/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_software_config.py -> build/lib/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_stack_template.py -> build/lib/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_proxy.py -> build/lib/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_template.py -> build/lib/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_software_deployment.py -> build/lib/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_stack.py -> build/lib/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_stack_environment.py -> build/lib/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/__init__.py -> build/lib/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_stack_files.py -> build/lib/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_resource.py -> build/lib/openstack/tests/unit/orchestration/v1 creating build/lib/openstack/config creating build/lib/openstack/config/vendors copying openstack/config/vendors/__init__.py -> build/lib/openstack/config/vendors creating build/lib/openstack/tests/unit/message creating build/lib/openstack/tests/unit/message/v2 copying openstack/tests/unit/message/v2/test_proxy.py -> build/lib/openstack/tests/unit/message/v2 copying openstack/tests/unit/message/v2/test_queue.py -> build/lib/openstack/tests/unit/message/v2 copying openstack/tests/unit/message/v2/test_message.py -> build/lib/openstack/tests/unit/message/v2 copying openstack/tests/unit/message/v2/__init__.py -> build/lib/openstack/tests/unit/message/v2 copying openstack/tests/unit/message/v2/test_subscription.py -> build/lib/openstack/tests/unit/message/v2 copying openstack/tests/unit/message/v2/test_claim.py -> build/lib/openstack/tests/unit/message/v2 creating build/lib/openstack/workflow copying openstack/workflow/version.py -> build/lib/openstack/workflow copying openstack/workflow/workflow_service.py -> build/lib/openstack/workflow copying openstack/workflow/__init__.py -> build/lib/openstack/workflow creating build/lib/openstack/load_balancer copying openstack/load_balancer/version.py -> build/lib/openstack/load_balancer copying openstack/load_balancer/__init__.py -> build/lib/openstack/load_balancer copying openstack/load_balancer/load_balancer_service.py -> build/lib/openstack/load_balancer creating build/lib/openstack/_meta copying openstack/_meta/connection.py -> build/lib/openstack/_meta copying openstack/_meta/__init__.py -> build/lib/openstack/_meta creating build/lib/openstack/clustering copying openstack/clustering/version.py -> build/lib/openstack/clustering copying openstack/clustering/clustering_service.py -> build/lib/openstack/clustering copying openstack/clustering/__init__.py -> build/lib/openstack/clustering copying openstack/baremetal_introspection/baremetal_introspection_service.py -> build/lib/openstack/baremetal_introspection copying openstack/baremetal_introspection/__init__.py -> build/lib/openstack/baremetal_introspection creating build/lib/openstack/identity creating build/lib/openstack/identity/v2 copying openstack/identity/v2/extension.py -> build/lib/openstack/identity/v2 copying openstack/identity/v2/role.py -> build/lib/openstack/identity/v2 copying openstack/identity/v2/user.py -> build/lib/openstack/identity/v2 copying openstack/identity/v2/tenant.py -> build/lib/openstack/identity/v2 copying openstack/identity/v2/_proxy.py -> build/lib/openstack/identity/v2 copying openstack/identity/v2/__init__.py -> build/lib/openstack/identity/v2 creating build/lib/openstack/baremetal/v1 copying openstack/baremetal/v1/allocation.py -> build/lib/openstack/baremetal/v1 copying openstack/baremetal/v1/_proxy.py -> build/lib/openstack/baremetal/v1 copying openstack/baremetal/v1/driver.py -> build/lib/openstack/baremetal/v1 copying openstack/baremetal/v1/port_group.py -> build/lib/openstack/baremetal/v1 copying openstack/baremetal/v1/__init__.py -> build/lib/openstack/baremetal/v1 copying openstack/baremetal/v1/port.py -> build/lib/openstack/baremetal/v1 copying openstack/baremetal/v1/node.py -> build/lib/openstack/baremetal/v1 copying openstack/baremetal/v1/chassis.py -> build/lib/openstack/baremetal/v1 copying openstack/baremetal/v1/_common.py -> build/lib/openstack/baremetal/v1 creating build/lib/openstack/tests/unit/network copying openstack/tests/unit/network/__init__.py -> build/lib/openstack/tests/unit/network copying openstack/tests/unit/network/test_version.py -> build/lib/openstack/tests/unit/network creating build/lib/openstack/tests/unit/dns copying openstack/tests/unit/dns/__init__.py -> build/lib/openstack/tests/unit/dns creating build/lib/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_port.py -> build/lib/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_chassis.py -> build/lib/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_node.py -> build/lib/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_allocation.py -> build/lib/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/__init__.py -> build/lib/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_port_group.py -> build/lib/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_driver.py -> build/lib/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/base.py -> build/lib/openstack/tests/functional/baremetal creating build/lib/openstack/tests/functional/load_balancer/v2 copying openstack/tests/functional/load_balancer/v2/__init__.py -> build/lib/openstack/tests/functional/load_balancer/v2 copying openstack/tests/functional/load_balancer/v2/test_load_balancer.py -> build/lib/openstack/tests/functional/load_balancer/v2 creating build/lib/openstack/tests/functional/network creating build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_subnet.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_flavor.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_qos_dscp_marking_rule.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_extension.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_trunk.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_port.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_segment.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_subnet_from_subnet_pool.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_service_profile.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_service_provider.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_security_group.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_firewall_rule.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_port_forwarding.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_network_ip_availability.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_agent_add_remove_router.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/__init__.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_agent_add_remove_network.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_router_add_remove_interface.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_network_segment_range.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_rbac_policy.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_router.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_dvr_router.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_address_scope.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_firewall_rule_insert_remove_policy.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_qos_rule_type.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_subnet_pool.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_network.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_agent.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_qos_policy.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_qos_minimum_bandwidth_rule.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_floating_ip.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_qos_bandwidth_limit_rule.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_availability_zone.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_firewall_group.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_quota.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_firewall_policy.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_auto_allocated_topology.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_security_group_rule.py -> build/lib/openstack/tests/functional/network/v2 creating build/lib/openstack/key_manager copying openstack/key_manager/key_manager_service.py -> build/lib/openstack/key_manager copying openstack/key_manager/__init__.py -> build/lib/openstack/key_manager creating build/lib/openstack/tests/unit/instance_ha creating build/lib/openstack/tests/unit/instance_ha/v1 copying openstack/tests/unit/instance_ha/v1/test_proxy.py -> build/lib/openstack/tests/unit/instance_ha/v1 copying openstack/tests/unit/instance_ha/v1/test_segment.py -> build/lib/openstack/tests/unit/instance_ha/v1 copying openstack/tests/unit/instance_ha/v1/test_host.py -> build/lib/openstack/tests/unit/instance_ha/v1 copying openstack/tests/unit/instance_ha/v1/test_notification.py -> build/lib/openstack/tests/unit/instance_ha/v1 copying openstack/tests/unit/instance_ha/v1/__init__.py -> build/lib/openstack/tests/unit/instance_ha/v1 creating build/lib/openstack/tests/functional/orchestration copying openstack/tests/functional/orchestration/__init__.py -> build/lib/openstack/tests/functional/orchestration creating build/lib/openstack/tests/functional/examples copying openstack/tests/functional/examples/__init__.py -> build/lib/openstack/tests/functional/examples copying openstack/tests/functional/examples/test_image.py -> build/lib/openstack/tests/functional/examples copying openstack/tests/functional/examples/test_compute.py -> build/lib/openstack/tests/functional/examples copying openstack/tests/functional/examples/test_network.py -> build/lib/openstack/tests/functional/examples copying openstack/tests/functional/examples/test_identity.py -> build/lib/openstack/tests/functional/examples creating build/lib/openstack/tests/functional/clustering copying openstack/tests/functional/clustering/test_cluster.py -> build/lib/openstack/tests/functional/clustering copying openstack/tests/functional/clustering/__init__.py -> build/lib/openstack/tests/functional/clustering creating build/lib/openstack/tests/unit/fake copying openstack/tests/unit/fake/__init__.py -> build/lib/openstack/tests/unit/fake copying openstack/tests/unit/fake/fake_service.py -> build/lib/openstack/tests/unit/fake creating build/lib/openstack/orchestration creating build/lib/openstack/orchestration/v1 copying openstack/orchestration/v1/stack_files.py -> build/lib/openstack/orchestration/v1 copying openstack/orchestration/v1/software_config.py -> build/lib/openstack/orchestration/v1 copying openstack/orchestration/v1/software_deployment.py -> build/lib/openstack/orchestration/v1 copying openstack/orchestration/v1/stack_template.py -> build/lib/openstack/orchestration/v1 copying openstack/orchestration/v1/stack.py -> build/lib/openstack/orchestration/v1 copying openstack/orchestration/v1/_proxy.py -> build/lib/openstack/orchestration/v1 copying openstack/orchestration/v1/resource.py -> build/lib/openstack/orchestration/v1 copying openstack/orchestration/v1/template.py -> build/lib/openstack/orchestration/v1 copying openstack/orchestration/v1/__init__.py -> build/lib/openstack/orchestration/v1 copying openstack/orchestration/v1/stack_environment.py -> build/lib/openstack/orchestration/v1 copying openstack/tests/functional/image/__init__.py -> build/lib/openstack/tests/functional/image creating build/lib/openstack/tests/unit/config copying openstack/tests/unit/config/test_cloud_config.py -> build/lib/openstack/tests/unit/config copying openstack/tests/unit/config/test_init.py -> build/lib/openstack/tests/unit/config copying openstack/tests/unit/config/test_from_conf.py -> build/lib/openstack/tests/unit/config copying openstack/tests/unit/config/test_environ.py -> build/lib/openstack/tests/unit/config copying openstack/tests/unit/config/__init__.py -> build/lib/openstack/tests/unit/config copying openstack/tests/unit/config/test_config.py -> build/lib/openstack/tests/unit/config copying openstack/tests/unit/config/test_from_session.py -> build/lib/openstack/tests/unit/config copying openstack/tests/unit/config/base.py -> build/lib/openstack/tests/unit/config copying openstack/tests/unit/config/test_json.py -> build/lib/openstack/tests/unit/config creating build/lib/openstack/tests/unit/key_manager creating build/lib/openstack/tests/unit/key_manager/v1 copying openstack/tests/unit/key_manager/v1/test_secret.py -> build/lib/openstack/tests/unit/key_manager/v1 copying openstack/tests/unit/key_manager/v1/test_proxy.py -> build/lib/openstack/tests/unit/key_manager/v1 copying openstack/tests/unit/key_manager/v1/test_order.py -> build/lib/openstack/tests/unit/key_manager/v1 copying openstack/tests/unit/key_manager/v1/__init__.py -> build/lib/openstack/tests/unit/key_manager/v1 copying openstack/tests/unit/key_manager/v1/test_container.py -> build/lib/openstack/tests/unit/key_manager/v1 creating build/lib/openstack/tests/unit/identity copying openstack/tests/unit/identity/__init__.py -> build/lib/openstack/tests/unit/identity copying openstack/tests/unit/identity/test_version.py -> build/lib/openstack/tests/unit/identity copying openstack/dns/__init__.py -> build/lib/openstack/dns copying openstack/dns/dns_service.py -> build/lib/openstack/dns creating build/lib/openstack/compute copying openstack/compute/version.py -> build/lib/openstack/compute copying openstack/compute/__init__.py -> build/lib/openstack/compute copying openstack/compute/compute_service.py -> build/lib/openstack/compute creating build/lib/openstack/tests/unit/identity/v2 copying openstack/tests/unit/identity/v2/test_extension.py -> build/lib/openstack/tests/unit/identity/v2 copying openstack/tests/unit/identity/v2/test_proxy.py -> build/lib/openstack/tests/unit/identity/v2 copying openstack/tests/unit/identity/v2/test_user.py -> build/lib/openstack/tests/unit/identity/v2 copying openstack/tests/unit/identity/v2/test_tenant.py -> build/lib/openstack/tests/unit/identity/v2 copying openstack/tests/unit/identity/v2/__init__.py -> build/lib/openstack/tests/unit/identity/v2 copying openstack/tests/unit/identity/v2/test_role.py -> build/lib/openstack/tests/unit/identity/v2 creating build/lib/openstack/clustering/v1 copying openstack/clustering/v1/cluster.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/event.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/_proxy.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/action.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/receiver.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/policy.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/__init__.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/profile_type.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/build_info.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/node.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/cluster_policy.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/_async_resource.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/service.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/policy_type.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/profile.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/cluster_attr.py -> build/lib/openstack/clustering/v1 copying openstack/tests/unit/instance_ha/__init__.py -> build/lib/openstack/tests/unit/instance_ha creating build/lib/openstack/fixture copying openstack/fixture/connection.py -> build/lib/openstack/fixture copying openstack/fixture/__init__.py -> build/lib/openstack/fixture creating build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_subnet.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_pool.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_flavor.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_qos_dscp_marking_rule.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_extension.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_trunk.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_port.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_proxy.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_segment.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_metering_label.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_service_profile.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_service_provider.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_security_group.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_firewall_rule.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_metering_label_rule.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_port_forwarding.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_network_ip_availability.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_listener.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/__init__.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_network_segment_range.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_load_balancer.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_rbac_policy.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_router.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_vpn_service.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_address_scope.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_pool_member.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_qos_rule_type.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_subnet_pool.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_network.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_agent.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_qos_policy.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_qos_minimum_bandwidth_rule.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_floating_ip.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_qos_bandwidth_limit_rule.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_availability_zone.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_firewall_group.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_quota.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_firewall_policy.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_auto_allocated_topology.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_health_monitor.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_security_group_rule.py -> build/lib/openstack/tests/unit/network/v2 creating build/lib/openstack/tests/unit/baremetal creating build/lib/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_port.py -> build/lib/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_proxy.py -> build/lib/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_node.py -> build/lib/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_port_group.py -> build/lib/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_driver.py -> build/lib/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/__init__.py -> build/lib/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_chassis.py -> build/lib/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_allocation.py -> build/lib/openstack/tests/unit/baremetal/v1 creating build/lib/openstack/compute/v2 copying openstack/compute/v2/keypair.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/limits.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/extension.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/availability_zone.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/aggregate.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/metadata.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/flavor.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/server_interface.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/hypervisor.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/_proxy.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/image.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/server.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/server_group.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/server_diagnostics.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/__init__.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/server_ip.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/volume_attachment.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/service.py -> build/lib/openstack/compute/v2 copying openstack/tests/functional/compute/__init__.py -> build/lib/openstack/tests/functional/compute copying openstack/tests/functional/compute/base.py -> build/lib/openstack/tests/functional/compute creating build/lib/openstack/block_storage/v2 copying openstack/block_storage/v2/volume.py -> build/lib/openstack/block_storage/v2 copying openstack/block_storage/v2/snapshot.py -> build/lib/openstack/block_storage/v2 copying openstack/block_storage/v2/_proxy.py -> build/lib/openstack/block_storage/v2 copying openstack/block_storage/v2/backup.py -> build/lib/openstack/block_storage/v2 copying openstack/block_storage/v2/__init__.py -> build/lib/openstack/block_storage/v2 copying openstack/block_storage/v2/stats.py -> build/lib/openstack/block_storage/v2 copying openstack/block_storage/v2/type.py -> build/lib/openstack/block_storage/v2 creating build/lib/openstack/cloud copying openstack/cloud/_network_common.py -> build/lib/openstack/cloud copying openstack/cloud/exc.py -> build/lib/openstack/cloud copying openstack/cloud/meta.py -> build/lib/openstack/cloud copying openstack/cloud/_normalize.py -> build/lib/openstack/cloud copying openstack/cloud/_object_store.py -> build/lib/openstack/cloud copying openstack/cloud/_identity.py -> build/lib/openstack/cloud copying openstack/cloud/inventory.py -> build/lib/openstack/cloud copying openstack/cloud/_block_storage.py -> build/lib/openstack/cloud copying openstack/cloud/_security_group.py -> build/lib/openstack/cloud copying openstack/cloud/_network.py -> build/lib/openstack/cloud copying openstack/cloud/_utils.py -> build/lib/openstack/cloud copying openstack/cloud/_dns.py -> build/lib/openstack/cloud copying openstack/cloud/__init__.py -> build/lib/openstack/cloud copying openstack/cloud/_compute.py -> build/lib/openstack/cloud copying openstack/cloud/_orchestration.py -> build/lib/openstack/cloud copying openstack/cloud/_image.py -> build/lib/openstack/cloud copying openstack/cloud/_baremetal.py -> build/lib/openstack/cloud copying openstack/cloud/_clustering.py -> build/lib/openstack/cloud copying openstack/cloud/_coe.py -> build/lib/openstack/cloud copying openstack/cloud/_floating_ip.py -> build/lib/openstack/cloud copying openstack/cloud/openstackcloud.py -> build/lib/openstack/cloud creating build/lib/openstack/instance_ha creating build/lib/openstack/instance_ha/v1 copying openstack/instance_ha/v1/_proxy.py -> build/lib/openstack/instance_ha/v1 copying openstack/instance_ha/v1/segment.py -> build/lib/openstack/instance_ha/v1 copying openstack/instance_ha/v1/host.py -> build/lib/openstack/instance_ha/v1 copying openstack/instance_ha/v1/__init__.py -> build/lib/openstack/instance_ha/v1 copying openstack/instance_ha/v1/notification.py -> build/lib/openstack/instance_ha/v1 copying openstack/tests/unit/key_manager/__init__.py -> build/lib/openstack/tests/unit/key_manager copying openstack/tests/functional/object_store/__init__.py -> build/lib/openstack/tests/functional/object_store creating build/lib/openstack/tests/unit/clustering copying openstack/tests/unit/clustering/__init__.py -> build/lib/openstack/tests/unit/clustering copying openstack/tests/unit/clustering/test_version.py -> build/lib/openstack/tests/unit/clustering copying openstack/tests/unit/compute/__init__.py -> build/lib/openstack/tests/unit/compute copying openstack/tests/unit/compute/test_version.py -> build/lib/openstack/tests/unit/compute creating build/lib/openstack/tests/unit/fake/v1 copying openstack/tests/unit/fake/v1/_proxy.py -> build/lib/openstack/tests/unit/fake/v1 copying openstack/tests/unit/fake/v1/__init__.py -> build/lib/openstack/tests/unit/fake/v1 copying openstack/tests/unit/fake/v1/fake.py -> build/lib/openstack/tests/unit/fake/v1 copying openstack/tests/unit/message/__init__.py -> build/lib/openstack/tests/unit/message copying openstack/tests/unit/message/test_version.py -> build/lib/openstack/tests/unit/message copying openstack/object_store/object_store_service.py -> build/lib/openstack/object_store copying openstack/object_store/__init__.py -> build/lib/openstack/object_store creating build/lib/openstack/tests/unit/dns/v2 copying openstack/tests/unit/dns/v2/test_zone_transfer.py -> build/lib/openstack/tests/unit/dns/v2 copying openstack/tests/unit/dns/v2/test_zone_import.py -> build/lib/openstack/tests/unit/dns/v2 copying openstack/tests/unit/dns/v2/test_proxy.py -> build/lib/openstack/tests/unit/dns/v2 copying openstack/tests/unit/dns/v2/test_zone.py -> build/lib/openstack/tests/unit/dns/v2 copying openstack/tests/unit/dns/v2/__init__.py -> build/lib/openstack/tests/unit/dns/v2 copying openstack/tests/unit/dns/v2/test_floating_ip.py -> build/lib/openstack/tests/unit/dns/v2 copying openstack/tests/unit/dns/v2/test_recordset.py -> build/lib/openstack/tests/unit/dns/v2 copying openstack/tests/unit/dns/v2/test_zone_export.py -> build/lib/openstack/tests/unit/dns/v2 creating build/lib/openstack/tests/functional/block_storage creating build/lib/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/test_type.py -> build/lib/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/test_snapshot.py -> build/lib/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/__init__.py -> build/lib/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/test_backup.py -> build/lib/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/test_volume.py -> build/lib/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/test_stats.py -> build/lib/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/base.py -> build/lib/openstack/tests/functional/block_storage/v2 creating build/lib/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_type.py -> build/lib/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_snapshot.py -> build/lib/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/__init__.py -> build/lib/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_backup.py -> build/lib/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_volume.py -> build/lib/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/base.py -> build/lib/openstack/tests/functional/block_storage/v3 creating build/lib/openstack/cloud/cmd copying openstack/cloud/cmd/inventory.py -> build/lib/openstack/cloud/cmd copying openstack/cloud/cmd/__init__.py -> build/lib/openstack/cloud/cmd copying openstack/identity/version.py -> build/lib/openstack/identity copying openstack/identity/__init__.py -> build/lib/openstack/identity copying openstack/identity/identity_service.py -> build/lib/openstack/identity creating build/lib/openstack/key_manager/v1 copying openstack/key_manager/v1/secret.py -> build/lib/openstack/key_manager/v1 copying openstack/key_manager/v1/_proxy.py -> build/lib/openstack/key_manager/v1 copying openstack/key_manager/v1/order.py -> build/lib/openstack/key_manager/v1 copying openstack/key_manager/v1/__init__.py -> build/lib/openstack/key_manager/v1 copying openstack/key_manager/v1/_format.py -> build/lib/openstack/key_manager/v1 copying openstack/key_manager/v1/container.py -> build/lib/openstack/key_manager/v1 creating build/lib/openstack/orchestration/util copying openstack/orchestration/util/utils.py -> build/lib/openstack/orchestration/util copying openstack/orchestration/util/environment_format.py -> build/lib/openstack/orchestration/util copying openstack/orchestration/util/template_utils.py -> build/lib/openstack/orchestration/util copying openstack/orchestration/util/template_format.py -> build/lib/openstack/orchestration/util copying openstack/orchestration/util/event_utils.py -> build/lib/openstack/orchestration/util copying openstack/orchestration/util/__init__.py -> build/lib/openstack/orchestration/util creating build/lib/openstack/tests/functional/instance_ha copying openstack/tests/functional/instance_ha/test_segment.py -> build/lib/openstack/tests/functional/instance_ha copying openstack/tests/functional/instance_ha/test_host.py -> build/lib/openstack/tests/functional/instance_ha copying openstack/tests/functional/instance_ha/__init__.py -> build/lib/openstack/tests/functional/instance_ha copying openstack/tests/unit/database/__init__.py -> build/lib/openstack/tests/unit/database creating build/lib/openstack/tests/unit/fake/v2 copying openstack/tests/unit/fake/v2/_proxy.py -> build/lib/openstack/tests/unit/fake/v2 copying openstack/tests/unit/fake/v2/__init__.py -> build/lib/openstack/tests/unit/fake/v2 copying openstack/tests/unit/fake/v2/fake.py -> build/lib/openstack/tests/unit/fake/v2 copying openstack/tests/unit/baremetal_introspection/__init__.py -> build/lib/openstack/tests/unit/baremetal_introspection copying openstack/tests/functional/network/__init__.py -> build/lib/openstack/tests/functional/network creating build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_subnet.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_image_snapshot.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_qos_dscp_marking_rule.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_rebuild_server.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_users.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_floating_ip_nova.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_aggregate.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_port.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_quotas.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_baremetal_ports.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_server_group.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_flavors.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_usage.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_clustering.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_fwaas.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_server_delete_metadata.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_caching.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_object.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_floating_ip_common.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_stack.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_server_console.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_baremetal_node.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_operator.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_update_server.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_zone.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_keypair.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_delete_volume_snapshot.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_domains.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/__init__.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_project.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_limits.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_router.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_coe_clusters_certificate.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_image.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test__utils.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_magnum_services.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_meta.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_shade_operator.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_volume_backups.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_normalize.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_server_set_metadata.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_availability_zones.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_services.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_qos_rule_type.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_network.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_qos_policy.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_endpoints.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_create_volume_snapshot.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_qos_minimum_bandwidth_rule.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_create_server.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_domain_params.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_recordset.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_qos_bandwidth_limit_rule.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_coe_clusters.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_operator_noauth.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_volume_access.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_role_assignment.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_volume.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_inventory.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_delete_server.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_floating_ip_pool.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_groups.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_security_groups.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_cluster_templates.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_floating_ip_neutron.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_shade.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_identity_roles.py -> build/lib/openstack/tests/unit/cloud creating build/lib/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_type.py -> build/lib/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_proxy.py -> build/lib/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_snapshot.py -> build/lib/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/__init__.py -> build/lib/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_backup.py -> build/lib/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_volume.py -> build/lib/openstack/tests/unit/block_storage/v3 creating build/lib/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/test_type.py -> build/lib/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/test_proxy.py -> build/lib/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/test_snapshot.py -> build/lib/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/__init__.py -> build/lib/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/test_backup.py -> build/lib/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/test_volume.py -> build/lib/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/test_stats.py -> build/lib/openstack/tests/unit/block_storage/v2 creating build/lib/openstack/message creating build/lib/openstack/message/v2 copying openstack/message/v2/message.py -> build/lib/openstack/message/v2 copying openstack/message/v2/queue.py -> build/lib/openstack/message/v2 copying openstack/message/v2/_proxy.py -> build/lib/openstack/message/v2 copying openstack/message/v2/claim.py -> build/lib/openstack/message/v2 copying openstack/message/v2/__init__.py -> build/lib/openstack/message/v2 copying openstack/message/v2/subscription.py -> build/lib/openstack/message/v2 copying openstack/network/version.py -> build/lib/openstack/network copying openstack/network/network_service.py -> build/lib/openstack/network copying openstack/network/__init__.py -> build/lib/openstack/network creating build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/flavor.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/l7_policy.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/flavor_profile.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/_proxy.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/health_monitor.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/l7_rule.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/provider.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/load_balancer.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/__init__.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/listener.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/pool.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/quota.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/member.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/amphora.py -> build/lib/openstack/load_balancer/v2 creating build/lib/openstack/tests/unit/image copying openstack/tests/unit/image/__init__.py -> build/lib/openstack/tests/unit/image copying openstack/instance_ha/__init__.py -> build/lib/openstack/instance_ha copying openstack/instance_ha/instance_ha_service.py -> build/lib/openstack/instance_ha copying openstack/tests/unit/baremetal/__init__.py -> build/lib/openstack/tests/unit/baremetal copying openstack/tests/unit/baremetal/test_version.py -> build/lib/openstack/tests/unit/baremetal copying openstack/tests/unit/baremetal/test_configdrive.py -> build/lib/openstack/tests/unit/baremetal copying openstack/config/defaults.py -> build/lib/openstack/config copying openstack/config/cloud_config.py -> build/lib/openstack/config copying openstack/config/exceptions.py -> build/lib/openstack/config copying openstack/config/loader.py -> build/lib/openstack/config copying openstack/config/cloud_region.py -> build/lib/openstack/config copying openstack/config/__init__.py -> build/lib/openstack/config copying openstack/config/_util.py -> build/lib/openstack/config creating build/lib/openstack/identity/v3 copying openstack/identity/v3/role_domain_group_assignment.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/role_domain_user_assignment.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/role.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/domain.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/user.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/_proxy.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/credential.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/endpoint.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/policy.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/__init__.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/limit.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/trust.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/role_project_group_assignment.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/group.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/registered_limit.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/role_project_user_assignment.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/service.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/project.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/role_assignment.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/region.py -> build/lib/openstack/identity/v3 creating build/lib/openstack/cloud/tests copying openstack/cloud/tests/__init__.py -> build/lib/openstack/cloud/tests copying openstack/tests/fakes.py -> build/lib/openstack/tests copying openstack/tests/__init__.py -> build/lib/openstack/tests copying openstack/tests/base.py -> build/lib/openstack/tests creating build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_service.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_proxy.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_node.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_policy.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_cluster_attr.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_action.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_event.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_cluster.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_profile_type.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_profile.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/__init__.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_cluster_policy.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_policy_type.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_receiver.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_build_info.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/message/version.py -> build/lib/openstack/message copying openstack/message/__init__.py -> build/lib/openstack/message copying openstack/message/message_service.py -> build/lib/openstack/message creating build/lib/openstack/tests/unit/object_store/v1 copying openstack/tests/unit/object_store/v1/test_proxy.py -> build/lib/openstack/tests/unit/object_store/v1 copying openstack/tests/unit/object_store/v1/test_obj.py -> build/lib/openstack/tests/unit/object_store/v1 copying openstack/tests/unit/object_store/v1/__init__.py -> build/lib/openstack/tests/unit/object_store/v1 copying openstack/tests/unit/object_store/v1/test_container.py -> build/lib/openstack/tests/unit/object_store/v1 copying openstack/tests/unit/object_store/v1/test_account.py -> build/lib/openstack/tests/unit/object_store/v1 copying openstack/orchestration/version.py -> build/lib/openstack/orchestration copying openstack/orchestration/__init__.py -> build/lib/openstack/orchestration copying openstack/orchestration/orchestration_service.py -> build/lib/openstack/orchestration creating build/lib/openstack/workflow/v2 copying openstack/workflow/v2/_proxy.py -> build/lib/openstack/workflow/v2 copying openstack/workflow/v2/workflow.py -> build/lib/openstack/workflow/v2 copying openstack/workflow/v2/__init__.py -> build/lib/openstack/workflow/v2 copying openstack/workflow/v2/execution.py -> build/lib/openstack/workflow/v2 creating build/lib/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_task.py -> build/lib/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_proxy.py -> build/lib/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_schema.py -> build/lib/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_service_info.py -> build/lib/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_member.py -> build/lib/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/__init__.py -> build/lib/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_image.py -> build/lib/openstack/tests/unit/image/v2 creating build/lib/openstack/tests/unit/image/v1 copying openstack/tests/unit/image/v1/test_proxy.py -> build/lib/openstack/tests/unit/image/v1 copying openstack/tests/unit/image/v1/__init__.py -> build/lib/openstack/tests/unit/image/v1 copying openstack/tests/unit/image/v1/test_image.py -> build/lib/openstack/tests/unit/image/v1 creating build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_service.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role_project_group_assignment.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_trust.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_proxy.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_credential.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role_domain_group_assignment.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role_domain_user_assignment.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_policy.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role_project_user_assignment.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_user.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_limit.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/__init__.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_project.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_group.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_endpoint.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_registered_limit.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_domain.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role_assignment.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_region.py -> build/lib/openstack/tests/unit/identity/v3 creating build/lib/openstack/tests/functional/orchestration/v1 copying openstack/tests/functional/orchestration/v1/test_stack.py -> build/lib/openstack/tests/functional/orchestration/v1 copying openstack/tests/functional/orchestration/v1/__init__.py -> build/lib/openstack/tests/functional/orchestration/v1 copying openstack/tests/functional/block_storage/__init__.py -> build/lib/openstack/tests/functional/block_storage running egg_info deleting openstacksdk.egg-info/requires.txt writing openstacksdk.egg-info/PKG-INFO writing top-level names to openstacksdk.egg-info/top_level.txt writing dependency_links to openstacksdk.egg-info/dependency_links.txt writing entry points to openstacksdk.egg-info/entry_points.txt writing pbr to openstacksdk.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'openstacksdk.egg-info/SOURCES.txt' creating build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/bad-glance-version.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/baremetal.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/block-storage-version.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/clustering.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/compute-version.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/discovery.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/dns.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/image-version-broken.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/image-version-suburl.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/image-version-v1.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/image-version-v2.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/image-version.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/placement.json -> build/lib/openstack/tests/unit/fixtures creating build/lib/openstack/tests/unit/fixtures/clouds copying openstack/tests/unit/fixtures/clouds/clouds.yaml -> build/lib/openstack/tests/unit/fixtures/clouds copying openstack/tests/unit/fixtures/clouds/clouds_cache.yaml -> build/lib/openstack/tests/unit/fixtures/clouds creating build/lib/openstack/tests/functional/cloud/hooks copying openstack/tests/functional/cloud/hooks/post_test_hook.sh -> build/lib/openstack/tests/functional/cloud/hooks copying openstack/tests/unit/orchestration/v1/hello_world.yaml -> build/lib/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/helloworld.txt -> build/lib/openstack/tests/unit/orchestration/v1 copying openstack/config/vendors/auro.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/betacloud.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/bluebox.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/catalyst.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/citycloud.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/conoha.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/dreamcompute.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/elastx.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/entercloudsuite.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/fuga.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/ibmcloud.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/internap.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/limestonenetworks.yaml -> build/lib/openstack/config/vendors copying openstack/config/vendors/otc.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/ovh.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/rackspace.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/switchengines.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/ultimum.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/unitedstack.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/vexxhost.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/zetta.json -> build/lib/openstack/config/vendors copying openstack/config/defaults.json -> build/lib/openstack/config copying openstack/config/schema.json -> build/lib/openstack/config copying openstack/config/vendor-schema.json -> build/lib/openstack/config creating build/lib/openstack/tests/ansible copying openstack/tests/ansible/README.txt -> build/lib/openstack/tests/ansible copying openstack/tests/ansible/run.yml -> build/lib/openstack/tests/ansible creating build/lib/openstack/tests/ansible/hooks copying openstack/tests/ansible/hooks/post_test_hook.sh -> build/lib/openstack/tests/ansible/hooks creating build/lib/openstack/tests/ansible/roles creating build/lib/openstack/tests/ansible/roles/auth creating build/lib/openstack/tests/ansible/roles/auth/tasks copying openstack/tests/ansible/roles/auth/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/auth/tasks creating build/lib/openstack/tests/ansible/roles/client_config creating build/lib/openstack/tests/ansible/roles/client_config/tasks copying openstack/tests/ansible/roles/client_config/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/client_config/tasks creating build/lib/openstack/tests/ansible/roles/group creating build/lib/openstack/tests/ansible/roles/group/defaults copying openstack/tests/ansible/roles/group/defaults/main.yml -> build/lib/openstack/tests/ansible/roles/group/defaults creating build/lib/openstack/tests/ansible/roles/group/tasks copying openstack/tests/ansible/roles/group/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/group/tasks creating build/lib/openstack/tests/ansible/roles/image creating build/lib/openstack/tests/ansible/roles/image/defaults copying openstack/tests/ansible/roles/image/defaults/main.yml -> build/lib/openstack/tests/ansible/roles/image/defaults creating build/lib/openstack/tests/ansible/roles/image/tasks copying openstack/tests/ansible/roles/image/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/image/tasks creating build/lib/openstack/tests/ansible/roles/keypair creating build/lib/openstack/tests/ansible/roles/keypair/defaults copying openstack/tests/ansible/roles/keypair/defaults/main.yml -> build/lib/openstack/tests/ansible/roles/keypair/defaults creating build/lib/openstack/tests/ansible/roles/keypair/tasks copying openstack/tests/ansible/roles/keypair/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/keypair/tasks creating build/lib/openstack/tests/ansible/roles/keystone_domain creating build/lib/openstack/tests/ansible/roles/keystone_domain/defaults copying openstack/tests/ansible/roles/keystone_domain/defaults/main.yml -> build/lib/openstack/tests/ansible/roles/keystone_domain/defaults creating build/lib/openstack/tests/ansible/roles/keystone_domain/tasks copying openstack/tests/ansible/roles/keystone_domain/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/keystone_domain/tasks creating build/lib/openstack/tests/ansible/roles/keystone_role creating build/lib/openstack/tests/ansible/roles/keystone_role/defaults copying openstack/tests/ansible/roles/keystone_role/defaults/main.yml -> build/lib/openstack/tests/ansible/roles/keystone_role/defaults creating build/lib/openstack/tests/ansible/roles/keystone_role/tasks copying openstack/tests/ansible/roles/keystone_role/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/keystone_role/tasks creating build/lib/openstack/tests/ansible/roles/network creating build/lib/openstack/tests/ansible/roles/network/defaults copying openstack/tests/ansible/roles/network/defaults/main.yml -> build/lib/openstack/tests/ansible/roles/network/defaults creating build/lib/openstack/tests/ansible/roles/network/tasks copying openstack/tests/ansible/roles/network/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/network/tasks creating build/lib/openstack/tests/ansible/roles/nova_flavor creating build/lib/openstack/tests/ansible/roles/nova_flavor/tasks copying openstack/tests/ansible/roles/nova_flavor/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/nova_flavor/tasks creating build/lib/openstack/tests/ansible/roles/object creating build/lib/openstack/tests/ansible/roles/object/tasks copying openstack/tests/ansible/roles/object/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/object/tasks creating build/lib/openstack/tests/ansible/roles/port creating build/lib/openstack/tests/ansible/roles/port/defaults copying openstack/tests/ansible/roles/port/defaults/main.yml -> build/lib/openstack/tests/ansible/roles/port/defaults creating build/lib/openstack/tests/ansible/roles/port/tasks copying openstack/tests/ansible/roles/port/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/port/tasks creating build/lib/openstack/tests/ansible/roles/router creating build/lib/openstack/tests/ansible/roles/router/defaults copying openstack/tests/ansible/roles/router/defaults/main.yml -> build/lib/openstack/tests/ansible/roles/router/defaults creating build/lib/openstack/tests/ansible/roles/router/tasks copying openstack/tests/ansible/roles/router/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/router/tasks creating build/lib/openstack/tests/ansible/roles/security_group creating build/lib/openstack/tests/ansible/roles/security_group/defaults copying openstack/tests/ansible/roles/security_group/defaults/main.yml -> build/lib/openstack/tests/ansible/roles/security_group/defaults creating build/lib/openstack/tests/ansible/roles/security_group/tasks copying openstack/tests/ansible/roles/security_group/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/security_group/tasks creating build/lib/openstack/tests/ansible/roles/server creating build/lib/openstack/tests/ansible/roles/server/defaults copying openstack/tests/ansible/roles/server/defaults/main.yaml -> build/lib/openstack/tests/ansible/roles/server/defaults creating build/lib/openstack/tests/ansible/roles/server/tasks copying openstack/tests/ansible/roles/server/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/server/tasks creating build/lib/openstack/tests/ansible/roles/subnet creating build/lib/openstack/tests/ansible/roles/subnet/defaults copying openstack/tests/ansible/roles/subnet/defaults/main.yml -> build/lib/openstack/tests/ansible/roles/subnet/defaults creating build/lib/openstack/tests/ansible/roles/subnet/tasks copying openstack/tests/ansible/roles/subnet/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/subnet/tasks creating build/lib/openstack/tests/ansible/roles/user creating build/lib/openstack/tests/ansible/roles/user/tasks copying openstack/tests/ansible/roles/user/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/user/tasks creating build/lib/openstack/tests/ansible/roles/user_group creating build/lib/openstack/tests/ansible/roles/user_group/tasks copying openstack/tests/ansible/roles/user_group/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/user_group/tasks creating build/lib/openstack/tests/ansible/roles/volume creating build/lib/openstack/tests/ansible/roles/volume/tasks copying openstack/tests/ansible/roles/volume/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/volume/tasks copying openstack/tests/functional/orchestration/v1/hello_world.yaml -> build/lib/openstack/tests/functional/orchestration/v1 + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2QvdSN + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch + cd openstacksdk-0.36.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack copying build/lib/openstack/utils.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack copying build/lib/openstack/service_description.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack copying build/lib/openstack/version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/_network_common.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/exc.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/meta.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/_normalize.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/_object_store.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/_identity.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/inventory.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/_block_storage.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/tests copying build/lib/openstack/cloud/tests/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/tests copying build/lib/openstack/cloud/_security_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/_network.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/_utils.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/_dns.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/_compute.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/_orchestration.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/cmd copying build/lib/openstack/cloud/cmd/inventory.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/cmd copying build/lib/openstack/cloud/cmd/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/cmd copying build/lib/openstack/cloud/_image.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/_baremetal.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/_clustering.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/_coe.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/_floating_ip.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/openstackcloud.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests copying build/lib/openstack/tests/fakes.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit copying build/lib/openstack/tests/unit/fakes.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit copying build/lib/openstack/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit copying build/lib/openstack/tests/unit/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_subnet.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_image_snapshot.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_qos_dscp_marking_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_rebuild_server.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_users.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_floating_ip_nova.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_aggregate.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_port.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_quotas.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_baremetal_ports.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_server_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_flavors.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_usage.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_clustering.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_fwaas.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_server_delete_metadata.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_caching.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_object.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_floating_ip_common.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_stack.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_server_console.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_baremetal_node.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_operator.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_update_server.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_zone.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_keypair.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_delete_volume_snapshot.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_domains.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_project.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_limits.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_router.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_coe_clusters_certificate.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_image.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test__utils.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_magnum_services.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_meta.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_shade_operator.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_volume_backups.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_normalize.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_server_set_metadata.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_availability_zones.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_services.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_qos_rule_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_network.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_qos_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_endpoints.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_create_volume_snapshot.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_qos_minimum_bandwidth_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_create_server.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_domain_params.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_recordset.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_qos_bandwidth_limit_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_coe_clusters.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_operator_noauth.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_volume_access.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_role_assignment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_volume.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_inventory.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_delete_server.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_floating_ip_pool.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_groups.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_security_groups.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_cluster_templates.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_floating_ip_neutron.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_shade.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_identity_roles.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_pool.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_flavor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_l7rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_member.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_listener.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_amphora.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_flavor_profile.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_load_balancer.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_quota.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_l7policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_health_monitor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_provider.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/baremetal.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/image-version-broken.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/discovery.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/block-storage-version.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/compute-version.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/placement.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/image-version-suburl.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/clustering.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/dns.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/image-version-v2.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/image-version-v1.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/image-version.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/bad-glance-version.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures/clouds copying build/lib/openstack/tests/unit/fixtures/clouds/clouds.yaml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures/clouds copying build/lib/openstack/tests/unit/fixtures/clouds/clouds_cache.yaml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures/clouds creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config copying build/lib/openstack/tests/unit/config/test_cloud_config.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config copying build/lib/openstack/tests/unit/config/test_init.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config copying build/lib/openstack/tests/unit/config/test_from_conf.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config copying build/lib/openstack/tests/unit/config/test_environ.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config copying build/lib/openstack/tests/unit/config/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config copying build/lib/openstack/tests/unit/config/test_config.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config copying build/lib/openstack/tests/unit/config/test_from_session.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config copying build/lib/openstack/tests/unit/config/base.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config copying build/lib/openstack/tests/unit/config/test_json.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database copying build/lib/openstack/tests/unit/database/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1 copying build/lib/openstack/tests/unit/database/v1/test_instance.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1 copying build/lib/openstack/tests/unit/database/v1/test_flavor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1 copying build/lib/openstack/tests/unit/database/v1/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1 copying build/lib/openstack/tests/unit/database/v1/test_user.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1 copying build/lib/openstack/tests/unit/database/v1/test_database.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1 copying build/lib/openstack/tests/unit/database/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1 creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal_introspection copying build/lib/openstack/tests/unit/baremetal_introspection/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal_introspection creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal_introspection/v1 copying build/lib/openstack/tests/unit/baremetal_introspection/v1/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal_introspection/v1 copying build/lib/openstack/tests/unit/baremetal_introspection/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal_introspection/v1 copying build/lib/openstack/tests/unit/test_exceptions.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit copying build/lib/openstack/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2 copying build/lib/openstack/tests/unit/identity/v2/test_extension.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2 copying build/lib/openstack/tests/unit/identity/v2/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2 copying build/lib/openstack/tests/unit/identity/v2/test_user.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2 copying build/lib/openstack/tests/unit/identity/v2/test_tenant.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2 copying build/lib/openstack/tests/unit/identity/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2 copying build/lib/openstack/tests/unit/identity/v2/test_role.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2 creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_role_project_group_assignment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_trust.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_credential.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_role_domain_group_assignment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_role_domain_user_assignment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_role_project_user_assignment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_user.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_limit.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_project.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_endpoint.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_registered_limit.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_domain.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_role_assignment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_role.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_region.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity copying build/lib/openstack/tests/unit/identity/test_version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity copying build/lib/openstack/tests/unit/test_connection.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager copying build/lib/openstack/tests/unit/key_manager/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager/v1 copying build/lib/openstack/tests/unit/key_manager/v1/test_secret.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager/v1 copying build/lib/openstack/tests/unit/key_manager/v1/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager/v1 copying build/lib/openstack/tests/unit/key_manager/v1/test_order.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager/v1 copying build/lib/openstack/tests/unit/key_manager/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager/v1 copying build/lib/openstack/tests/unit/key_manager/v1/test_container.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager/v1 creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal copying build/lib/openstack/tests/unit/baremetal/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1 copying build/lib/openstack/tests/unit/baremetal/v1/test_port.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1 copying build/lib/openstack/tests/unit/baremetal/v1/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1 copying build/lib/openstack/tests/unit/baremetal/v1/test_node.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1 copying build/lib/openstack/tests/unit/baremetal/v1/test_port_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1 copying build/lib/openstack/tests/unit/baremetal/v1/test_driver.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1 copying build/lib/openstack/tests/unit/baremetal/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1 copying build/lib/openstack/tests/unit/baremetal/v1/test_chassis.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1 copying build/lib/openstack/tests/unit/baremetal/v1/test_allocation.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1 copying build/lib/openstack/tests/unit/baremetal/test_version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal copying build/lib/openstack/tests/unit/baremetal/test_configdrive.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering copying build/lib/openstack/tests/unit/clustering/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_node.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_cluster_attr.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_action.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_event.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_cluster.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_profile_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_profile.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_cluster_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_policy_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_receiver.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_build_info.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/test_version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering copying build/lib/openstack/tests/unit/test_hacking.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fake creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fake/v2 copying build/lib/openstack/tests/unit/fake/v2/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fake/v2 copying build/lib/openstack/tests/unit/fake/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fake/v2 copying build/lib/openstack/tests/unit/fake/v2/fake.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fake/v2 copying build/lib/openstack/tests/unit/fake/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fake copying build/lib/openstack/tests/unit/fake/fake_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fake creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fake/v1 copying build/lib/openstack/tests/unit/fake/v1/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fake/v1 copying build/lib/openstack/tests/unit/fake/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fake/v1 copying build/lib/openstack/tests/unit/fake/v1/fake.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fake/v1 copying build/lib/openstack/tests/unit/test_microversions.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2 copying build/lib/openstack/tests/unit/message/v2/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2 copying build/lib/openstack/tests/unit/message/v2/test_queue.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2 copying build/lib/openstack/tests/unit/message/v2/test_message.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2 copying build/lib/openstack/tests/unit/message/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2 copying build/lib/openstack/tests/unit/message/v2/test_subscription.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2 copying build/lib/openstack/tests/unit/message/v2/test_claim.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2 copying build/lib/openstack/tests/unit/message/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message copying build/lib/openstack/tests/unit/message/test_version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message copying build/lib/openstack/tests/unit/test_placement_rest.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit copying build/lib/openstack/tests/unit/test_proxy_base2.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_flavor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_extension.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_aggregate.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_server.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_server_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_server_ip.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_volume_attachment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_keypair.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_limits.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_metadata.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_image.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_hypervisor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_server_diagnostics.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_server_interface.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_availability_zone.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute copying build/lib/openstack/tests/unit/compute/test_version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2 copying build/lib/openstack/tests/unit/image/v2/test_task.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2 copying build/lib/openstack/tests/unit/image/v2/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2 copying build/lib/openstack/tests/unit/image/v2/test_schema.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2 copying build/lib/openstack/tests/unit/image/v2/test_service_info.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2 copying build/lib/openstack/tests/unit/image/v2/test_member.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2 copying build/lib/openstack/tests/unit/image/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2 copying build/lib/openstack/tests/unit/image/v2/test_image.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2 copying build/lib/openstack/tests/unit/image/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v1 copying build/lib/openstack/tests/unit/image/v1/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v1 copying build/lib/openstack/tests/unit/image/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v1 copying build/lib/openstack/tests/unit/image/v1/test_image.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v1 copying build/lib/openstack/tests/unit/test_format.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit copying build/lib/openstack/tests/unit/test_proxy_base.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2 copying build/lib/openstack/tests/unit/block_storage/v2/test_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2 copying build/lib/openstack/tests/unit/block_storage/v2/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2 copying build/lib/openstack/tests/unit/block_storage/v2/test_snapshot.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2 copying build/lib/openstack/tests/unit/block_storage/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2 copying build/lib/openstack/tests/unit/block_storage/v2/test_backup.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2 copying build/lib/openstack/tests/unit/block_storage/v2/test_volume.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2 copying build/lib/openstack/tests/unit/block_storage/v2/test_stats.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2 creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3 copying build/lib/openstack/tests/unit/block_storage/v3/test_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3 copying build/lib/openstack/tests/unit/block_storage/v3/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3 copying build/lib/openstack/tests/unit/block_storage/v3/test_snapshot.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3 copying build/lib/openstack/tests/unit/block_storage/v3/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3 copying build/lib/openstack/tests/unit/block_storage/v3/test_backup.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3 copying build/lib/openstack/tests/unit/block_storage/v3/test_volume.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3 copying build/lib/openstack/tests/unit/block_storage/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/workflow copying build/lib/openstack/tests/unit/workflow/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/workflow copying build/lib/openstack/tests/unit/workflow/test_workflow.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/workflow copying build/lib/openstack/tests/unit/workflow/test_execution.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/workflow copying build/lib/openstack/tests/unit/workflow/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/workflow copying build/lib/openstack/tests/unit/workflow/test_version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/workflow creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration copying build/lib/openstack/tests/unit/orchestration/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1 copying build/lib/openstack/tests/unit/orchestration/v1/test_software_config.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1 copying build/lib/openstack/tests/unit/orchestration/v1/test_stack_template.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1 copying build/lib/openstack/tests/unit/orchestration/v1/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1 copying build/lib/openstack/tests/unit/orchestration/v1/test_template.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1 copying build/lib/openstack/tests/unit/orchestration/v1/test_software_deployment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1 copying build/lib/openstack/tests/unit/orchestration/v1/test_stack.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1 copying build/lib/openstack/tests/unit/orchestration/v1/hello_world.yaml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1 copying build/lib/openstack/tests/unit/orchestration/v1/test_stack_environment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1 copying build/lib/openstack/tests/unit/orchestration/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1 copying build/lib/openstack/tests/unit/orchestration/v1/helloworld.txt -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1 copying build/lib/openstack/tests/unit/orchestration/v1/test_stack_files.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1 copying build/lib/openstack/tests/unit/orchestration/v1/test_resource.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1 copying build/lib/openstack/tests/unit/orchestration/test_version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_subnet.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_pool.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_flavor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_qos_dscp_marking_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_extension.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_trunk.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_port.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_segment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_metering_label.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_service_profile.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_service_provider.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_security_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_firewall_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_metering_label_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_port_forwarding.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_network_ip_availability.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_listener.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_network_segment_range.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_load_balancer.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_rbac_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_router.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_vpn_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_address_scope.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_pool_member.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_qos_rule_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_subnet_pool.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_network.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_agent.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_qos_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_qos_minimum_bandwidth_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_floating_ip.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_qos_bandwidth_limit_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_availability_zone.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_firewall_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_quota.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_firewall_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_auto_allocated_topology.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_health_monitor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_security_group_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network copying build/lib/openstack/tests/unit/network/test_version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network copying build/lib/openstack/tests/unit/test_resource.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store copying build/lib/openstack/tests/unit/object_store/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store/v1 copying build/lib/openstack/tests/unit/object_store/v1/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store/v1 copying build/lib/openstack/tests/unit/object_store/v1/test_obj.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store/v1 copying build/lib/openstack/tests/unit/object_store/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store/v1 copying build/lib/openstack/tests/unit/object_store/v1/test_container.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store/v1 copying build/lib/openstack/tests/unit/object_store/v1/test_account.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store/v1 creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/dns creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/dns/v2 copying build/lib/openstack/tests/unit/dns/v2/test_zone_transfer.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/dns/v2 copying build/lib/openstack/tests/unit/dns/v2/test_zone_import.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/dns/v2 copying build/lib/openstack/tests/unit/dns/v2/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/dns/v2 copying build/lib/openstack/tests/unit/dns/v2/test_zone.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/dns/v2 copying build/lib/openstack/tests/unit/dns/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/dns/v2 copying build/lib/openstack/tests/unit/dns/v2/test_floating_ip.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/dns/v2 copying build/lib/openstack/tests/unit/dns/v2/test_recordset.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/dns/v2 copying build/lib/openstack/tests/unit/dns/v2/test_zone_export.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/dns/v2 copying build/lib/openstack/tests/unit/dns/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/dns creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha copying build/lib/openstack/tests/unit/instance_ha/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha/v1 copying build/lib/openstack/tests/unit/instance_ha/v1/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha/v1 copying build/lib/openstack/tests/unit/instance_ha/v1/test_segment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha/v1 copying build/lib/openstack/tests/unit/instance_ha/v1/test_host.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha/v1 copying build/lib/openstack/tests/unit/instance_ha/v1/test_notification.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha/v1 copying build/lib/openstack/tests/unit/instance_ha/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha/v1 copying build/lib/openstack/tests/unit/base.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit copying build/lib/openstack/tests/unit/test_missing_version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_flavor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_qos_dscp_marking_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_users.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_aggregate.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/hooks copying build/lib/openstack/tests/functional/cloud/hooks/post_test_hook.sh -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/hooks copying build/lib/openstack/tests/functional/cloud/test_port.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_quotas.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_volume_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_server_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_clustering.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_object.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_keypairs.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_stack.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_devstack.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/util.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_zone.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_project.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_limits.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_router.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_range_search.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_image.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_compute.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_magnum_services.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_volume_backup.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_services.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_network.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_qos_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_endpoints.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_domain.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_qos_minimum_bandwidth_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_floating_ip.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_recordset.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_qos_bandwidth_limit_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_identity.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_coe_clusters.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_volume.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_inventory.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_floating_ip_pool.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_groups.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_security_groups.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_cluster_templates.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/load_balancer creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/load_balancer/v2 copying build/lib/openstack/tests/functional/load_balancer/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/load_balancer/v2 copying build/lib/openstack/tests/functional/load_balancer/v2/test_load_balancer.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/load_balancer/v2 copying build/lib/openstack/tests/functional/load_balancer/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/load_balancer copying build/lib/openstack/tests/functional/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal copying build/lib/openstack/tests/functional/baremetal/test_baremetal_port.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal copying build/lib/openstack/tests/functional/baremetal/test_baremetal_chassis.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal copying build/lib/openstack/tests/functional/baremetal/test_baremetal_node.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal copying build/lib/openstack/tests/functional/baremetal/test_baremetal_allocation.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal copying build/lib/openstack/tests/functional/baremetal/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal copying build/lib/openstack/tests/functional/baremetal/test_baremetal_port_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal copying build/lib/openstack/tests/functional/baremetal/test_baremetal_driver.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal copying build/lib/openstack/tests/functional/baremetal/base.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/clustering copying build/lib/openstack/tests/functional/clustering/test_cluster.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/clustering copying build/lib/openstack/tests/functional/clustering/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/clustering creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2 copying build/lib/openstack/tests/functional/compute/v2/test_flavor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2 copying build/lib/openstack/tests/functional/compute/v2/test_extension.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2 copying build/lib/openstack/tests/functional/compute/v2/test_server.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2 copying build/lib/openstack/tests/functional/compute/v2/test_keypair.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2 copying build/lib/openstack/tests/functional/compute/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2 copying build/lib/openstack/tests/functional/compute/v2/test_limits.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2 copying build/lib/openstack/tests/functional/compute/v2/test_image.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2 copying build/lib/openstack/tests/functional/compute/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute copying build/lib/openstack/tests/functional/compute/base.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/image creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/image/v2 copying build/lib/openstack/tests/functional/image/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/image/v2 copying build/lib/openstack/tests/functional/image/v2/test_image.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/image/v2 copying build/lib/openstack/tests/functional/image/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/image creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/examples copying build/lib/openstack/tests/functional/examples/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/examples copying build/lib/openstack/tests/functional/examples/test_image.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/examples copying build/lib/openstack/tests/functional/examples/test_compute.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/examples copying build/lib/openstack/tests/functional/examples/test_network.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/examples copying build/lib/openstack/tests/functional/examples/test_identity.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/examples creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2 copying build/lib/openstack/tests/functional/block_storage/v2/test_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2 copying build/lib/openstack/tests/functional/block_storage/v2/test_snapshot.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2 copying build/lib/openstack/tests/functional/block_storage/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2 copying build/lib/openstack/tests/functional/block_storage/v2/test_backup.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2 copying build/lib/openstack/tests/functional/block_storage/v2/test_volume.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2 copying build/lib/openstack/tests/functional/block_storage/v2/test_stats.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2 copying build/lib/openstack/tests/functional/block_storage/v2/base.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2 creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3 copying build/lib/openstack/tests/functional/block_storage/v3/test_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3 copying build/lib/openstack/tests/functional/block_storage/v3/test_snapshot.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3 copying build/lib/openstack/tests/functional/block_storage/v3/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3 copying build/lib/openstack/tests/functional/block_storage/v3/test_backup.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3 copying build/lib/openstack/tests/functional/block_storage/v3/test_volume.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3 copying build/lib/openstack/tests/functional/block_storage/v3/base.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3 copying build/lib/openstack/tests/functional/block_storage/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/orchestration copying build/lib/openstack/tests/functional/orchestration/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/orchestration creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/orchestration/v1 copying build/lib/openstack/tests/functional/orchestration/v1/test_stack.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/orchestration/v1 copying build/lib/openstack/tests/functional/orchestration/v1/hello_world.yaml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/orchestration/v1 copying build/lib/openstack/tests/functional/orchestration/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/orchestration/v1 creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_subnet.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_flavor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_qos_dscp_marking_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_extension.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_trunk.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_port.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_segment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_subnet_from_subnet_pool.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_service_profile.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_service_provider.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_security_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_firewall_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_port_forwarding.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_network_ip_availability.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_agent_add_remove_router.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_agent_add_remove_network.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_router_add_remove_interface.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_network_segment_range.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_rbac_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_router.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_dvr_router.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_address_scope.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_firewall_rule_insert_remove_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_qos_rule_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_subnet_pool.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_network.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_agent.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_qos_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_qos_minimum_bandwidth_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_floating_ip.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_qos_bandwidth_limit_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_availability_zone.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_firewall_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_quota.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_firewall_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_auto_allocated_topology.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_security_group_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/object_store copying build/lib/openstack/tests/functional/object_store/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/object_store creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/object_store/v1 copying build/lib/openstack/tests/functional/object_store/v1/test_obj.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/object_store/v1 copying build/lib/openstack/tests/functional/object_store/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/object_store/v1 copying build/lib/openstack/tests/functional/object_store/v1/test_container.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/object_store/v1 copying build/lib/openstack/tests/functional/object_store/v1/test_account.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/object_store/v1 creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/dns creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/dns/v2 copying build/lib/openstack/tests/functional/dns/v2/test_zone.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/dns/v2 copying build/lib/openstack/tests/functional/dns/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/dns/v2 copying build/lib/openstack/tests/functional/dns/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/dns creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/instance_ha copying build/lib/openstack/tests/functional/instance_ha/test_segment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/instance_ha copying build/lib/openstack/tests/functional/instance_ha/test_host.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/instance_ha copying build/lib/openstack/tests/functional/instance_ha/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/instance_ha copying build/lib/openstack/tests/functional/base.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/hooks copying build/lib/openstack/tests/ansible/hooks/post_test_hook.sh -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/hooks creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keystone_role creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keystone_role/defaults copying build/lib/openstack/tests/ansible/roles/keystone_role/defaults/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keystone_role/defaults creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keystone_role/tasks copying build/lib/openstack/tests/ansible/roles/keystone_role/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keystone_role/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/router creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/router/defaults copying build/lib/openstack/tests/ansible/roles/router/defaults/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/router/defaults creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/router/tasks copying build/lib/openstack/tests/ansible/roles/router/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/router/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keypair creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keypair/defaults copying build/lib/openstack/tests/ansible/roles/keypair/defaults/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keypair/defaults creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keypair/tasks copying build/lib/openstack/tests/ansible/roles/keypair/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keypair/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/subnet creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/subnet/defaults copying build/lib/openstack/tests/ansible/roles/subnet/defaults/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/subnet/defaults creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/subnet/tasks copying build/lib/openstack/tests/ansible/roles/subnet/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/subnet/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/nova_flavor creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/nova_flavor/tasks copying build/lib/openstack/tests/ansible/roles/nova_flavor/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/nova_flavor/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/security_group creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/security_group/defaults copying build/lib/openstack/tests/ansible/roles/security_group/defaults/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/security_group/defaults creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/security_group/tasks copying build/lib/openstack/tests/ansible/roles/security_group/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/security_group/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keystone_domain creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keystone_domain/defaults copying build/lib/openstack/tests/ansible/roles/keystone_domain/defaults/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keystone_domain/defaults creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keystone_domain/tasks copying build/lib/openstack/tests/ansible/roles/keystone_domain/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keystone_domain/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/port creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/port/defaults copying build/lib/openstack/tests/ansible/roles/port/defaults/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/port/defaults creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/port/tasks copying build/lib/openstack/tests/ansible/roles/port/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/port/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/group creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/group/defaults copying build/lib/openstack/tests/ansible/roles/group/defaults/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/group/defaults creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/group/tasks copying build/lib/openstack/tests/ansible/roles/group/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/group/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/user_group creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/user_group/tasks copying build/lib/openstack/tests/ansible/roles/user_group/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/user_group/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/auth creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/auth/tasks copying build/lib/openstack/tests/ansible/roles/auth/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/auth/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/object creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/object/tasks copying build/lib/openstack/tests/ansible/roles/object/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/object/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/client_config creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/client_config/tasks copying build/lib/openstack/tests/ansible/roles/client_config/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/client_config/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/server creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/server/defaults copying build/lib/openstack/tests/ansible/roles/server/defaults/main.yaml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/server/defaults creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/server/tasks copying build/lib/openstack/tests/ansible/roles/server/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/server/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/image creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/image/defaults copying build/lib/openstack/tests/ansible/roles/image/defaults/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/image/defaults creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/image/tasks copying build/lib/openstack/tests/ansible/roles/image/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/image/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/user creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/user/tasks copying build/lib/openstack/tests/ansible/roles/user/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/user/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/volume creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/volume/tasks copying build/lib/openstack/tests/ansible/roles/volume/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/volume/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/network creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/network/defaults copying build/lib/openstack/tests/ansible/roles/network/defaults/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/network/defaults creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/network/tasks copying build/lib/openstack/tests/ansible/roles/network/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/network/tasks copying build/lib/openstack/tests/ansible/run.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible copying build/lib/openstack/tests/ansible/README.txt -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible copying build/lib/openstack/tests/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests copying build/lib/openstack/tests/base.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer copying build/lib/openstack/load_balancer/version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/flavor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/l7_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/flavor_profile.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/health_monitor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/l7_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/provider.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/load_balancer.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/listener.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/pool.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/quota.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/member.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/amphora.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer copying build/lib/openstack/load_balancer/load_balancer_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/ibmcloud.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/citycloud.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/dreamcompute.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/vexxhost.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/betacloud.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/elastx.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/unitedstack.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/conoha.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/limestonenetworks.yaml -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/ovh.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/ultimum.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/otc.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/switchengines.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/auro.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/bluebox.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/catalyst.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/zetta.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/entercloudsuite.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/rackspace.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/fuga.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/internap.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/defaults.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config copying build/lib/openstack/config/cloud_config.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config copying build/lib/openstack/config/defaults.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config copying build/lib/openstack/config/exceptions.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config copying build/lib/openstack/config/loader.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config copying build/lib/openstack/config/vendor-schema.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config copying build/lib/openstack/config/cloud_region.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config copying build/lib/openstack/config/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config copying build/lib/openstack/config/schema.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config copying build/lib/openstack/config/_util.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config copying build/lib/openstack/format.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack copying build/lib/openstack/__main__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack copying build/lib/openstack/_log.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/_meta copying build/lib/openstack/_meta/connection.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/_meta copying build/lib/openstack/_meta/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/_meta creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database copying build/lib/openstack/database/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1 copying build/lib/openstack/database/v1/database.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1 copying build/lib/openstack/database/v1/flavor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1 copying build/lib/openstack/database/v1/instance.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1 copying build/lib/openstack/database/v1/user.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1 copying build/lib/openstack/database/v1/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1 copying build/lib/openstack/database/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1 copying build/lib/openstack/database/database_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database copying build/lib/openstack/exceptions.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal_introspection copying build/lib/openstack/baremetal_introspection/baremetal_introspection_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal_introspection copying build/lib/openstack/baremetal_introspection/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal_introspection creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal_introspection/v1 copying build/lib/openstack/baremetal_introspection/v1/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal_introspection/v1 copying build/lib/openstack/baremetal_introspection/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal_introspection/v1 copying build/lib/openstack/baremetal_introspection/v1/introspection.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal_introspection/v1 creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/fixture copying build/lib/openstack/fixture/connection.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/fixture copying build/lib/openstack/fixture/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/fixture copying build/lib/openstack/resource.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack copying build/lib/openstack/connection.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack copying build/lib/openstack/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity copying build/lib/openstack/identity/version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2 copying build/lib/openstack/identity/v2/extension.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2 copying build/lib/openstack/identity/v2/role.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2 copying build/lib/openstack/identity/v2/user.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2 copying build/lib/openstack/identity/v2/tenant.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2 copying build/lib/openstack/identity/v2/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2 copying build/lib/openstack/identity/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2 creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/role_domain_group_assignment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/role_domain_user_assignment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/role.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/domain.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/user.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/credential.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/endpoint.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/limit.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/trust.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/role_project_group_assignment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/registered_limit.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/role_project_user_assignment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/project.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/role_assignment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/region.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity copying build/lib/openstack/identity/identity_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager copying build/lib/openstack/key_manager/key_manager_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager copying build/lib/openstack/key_manager/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1 copying build/lib/openstack/key_manager/v1/secret.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1 copying build/lib/openstack/key_manager/v1/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1 copying build/lib/openstack/key_manager/v1/order.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1 copying build/lib/openstack/key_manager/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1 copying build/lib/openstack/key_manager/v1/_format.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1 copying build/lib/openstack/key_manager/v1/container.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1 creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal copying build/lib/openstack/baremetal/version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal copying build/lib/openstack/baremetal/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal copying build/lib/openstack/baremetal/baremetal_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1 copying build/lib/openstack/baremetal/v1/allocation.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1 copying build/lib/openstack/baremetal/v1/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1 copying build/lib/openstack/baremetal/v1/driver.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1 copying build/lib/openstack/baremetal/v1/port_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1 copying build/lib/openstack/baremetal/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1 copying build/lib/openstack/baremetal/v1/port.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1 copying build/lib/openstack/baremetal/v1/node.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1 copying build/lib/openstack/baremetal/v1/chassis.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1 copying build/lib/openstack/baremetal/v1/_common.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1 copying build/lib/openstack/baremetal/configdrive.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering copying build/lib/openstack/clustering/version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering copying build/lib/openstack/clustering/clustering_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering copying build/lib/openstack/clustering/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/cluster.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/event.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/action.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/receiver.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/profile_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/build_info.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/node.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/cluster_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/_async_resource.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/policy_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/profile.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/cluster_attr.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message copying build/lib/openstack/message/version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2 copying build/lib/openstack/message/v2/message.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2 copying build/lib/openstack/message/v2/queue.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2 copying build/lib/openstack/message/v2/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2 copying build/lib/openstack/message/v2/claim.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2 copying build/lib/openstack/message/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2 copying build/lib/openstack/message/v2/subscription.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2 copying build/lib/openstack/message/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message copying build/lib/openstack/message/message_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message copying build/lib/openstack/_hacking.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute copying build/lib/openstack/compute/version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/keypair.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/limits.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/extension.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/availability_zone.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/aggregate.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/metadata.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/flavor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/server_interface.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/hypervisor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/image.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/server.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/server_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/server_diagnostics.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/server_ip.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/volume_attachment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute copying build/lib/openstack/compute/compute_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2 copying build/lib/openstack/image/v2/schema.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2 copying build/lib/openstack/image/v2/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2 copying build/lib/openstack/image/v2/image.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2 copying build/lib/openstack/image/v2/task.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2 copying build/lib/openstack/image/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2 copying build/lib/openstack/image/v2/service_info.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2 copying build/lib/openstack/image/v2/member.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2 copying build/lib/openstack/image/image_signer.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image copying build/lib/openstack/image/_download.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image copying build/lib/openstack/image/_base_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image copying build/lib/openstack/image/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v1 copying build/lib/openstack/image/v1/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v1 copying build/lib/openstack/image/v1/image.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v1 copying build/lib/openstack/image/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v1 copying build/lib/openstack/image/image_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image copying build/lib/openstack/image/iterable_chunked_file.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2 copying build/lib/openstack/block_storage/v2/volume.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2 copying build/lib/openstack/block_storage/v2/snapshot.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2 copying build/lib/openstack/block_storage/v2/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2 copying build/lib/openstack/block_storage/v2/backup.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2 copying build/lib/openstack/block_storage/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2 copying build/lib/openstack/block_storage/v2/stats.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2 copying build/lib/openstack/block_storage/v2/type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2 creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3 copying build/lib/openstack/block_storage/v3/volume.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3 copying build/lib/openstack/block_storage/v3/snapshot.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3 copying build/lib/openstack/block_storage/v3/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3 copying build/lib/openstack/block_storage/v3/backup.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3 copying build/lib/openstack/block_storage/v3/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3 copying build/lib/openstack/block_storage/v3/stats.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3 copying build/lib/openstack/block_storage/v3/type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3 copying build/lib/openstack/block_storage/_base_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage copying build/lib/openstack/block_storage/block_storage_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage copying build/lib/openstack/block_storage/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow copying build/lib/openstack/workflow/version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow/v2 copying build/lib/openstack/workflow/v2/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow/v2 copying build/lib/openstack/workflow/v2/workflow.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow/v2 copying build/lib/openstack/workflow/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow/v2 copying build/lib/openstack/workflow/v2/execution.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow/v2 copying build/lib/openstack/workflow/workflow_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow copying build/lib/openstack/workflow/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration copying build/lib/openstack/orchestration/version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration copying build/lib/openstack/orchestration/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1 copying build/lib/openstack/orchestration/v1/stack_files.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1 copying build/lib/openstack/orchestration/v1/software_config.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1 copying build/lib/openstack/orchestration/v1/software_deployment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1 copying build/lib/openstack/orchestration/v1/stack_template.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1 copying build/lib/openstack/orchestration/v1/stack.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1 copying build/lib/openstack/orchestration/v1/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1 copying build/lib/openstack/orchestration/v1/resource.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1 copying build/lib/openstack/orchestration/v1/template.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1 copying build/lib/openstack/orchestration/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1 copying build/lib/openstack/orchestration/v1/stack_environment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1 creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/util copying build/lib/openstack/orchestration/util/utils.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/util copying build/lib/openstack/orchestration/util/environment_format.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/util copying build/lib/openstack/orchestration/util/template_utils.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/util copying build/lib/openstack/orchestration/util/template_format.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/util copying build/lib/openstack/orchestration/util/event_utils.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/util copying build/lib/openstack/orchestration/util/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/util copying build/lib/openstack/orchestration/orchestration_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network copying build/lib/openstack/network/version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network copying build/lib/openstack/network/network_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/qos_bandwidth_limit_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/router.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/agent.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/network_segment_range.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/extension.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/security_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/availability_zone.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/security_group_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/address_scope.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/flavor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/subnet_pool.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/network.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/pool_member.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/firewall_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/health_monitor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/vpn_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/segment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/firewall_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/metering_label.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/metering_label_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/floating_ip.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/service_provider.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/load_balancer.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/auto_allocated_topology.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/firewall_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/qos_rule_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/service_profile.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/port.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/qos_minimum_bandwidth_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/subnet.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/port_forwarding.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/qos_dscp_marking_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/rbac_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/listener.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/pool.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/quota.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/trunk.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/network_ip_availability.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/qos_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store copying build/lib/openstack/object_store/object_store_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store copying build/lib/openstack/object_store/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1 copying build/lib/openstack/object_store/v1/_base.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1 copying build/lib/openstack/object_store/v1/obj.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1 copying build/lib/openstack/object_store/v1/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1 copying build/lib/openstack/object_store/v1/info.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1 copying build/lib/openstack/object_store/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1 copying build/lib/openstack/object_store/v1/account.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1 copying build/lib/openstack/object_store/v1/container.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1 creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/dns creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/dns/v2 copying build/lib/openstack/dns/v2/_base.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/dns/v2 copying build/lib/openstack/dns/v2/zone_export.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/dns/v2 copying build/lib/openstack/dns/v2/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/dns/v2 copying build/lib/openstack/dns/v2/zone_import.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/dns/v2 copying build/lib/openstack/dns/v2/floating_ip.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/dns/v2 copying build/lib/openstack/dns/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/dns/v2 copying build/lib/openstack/dns/v2/zone_transfer.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/dns/v2 copying build/lib/openstack/dns/v2/zone.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/dns/v2 copying build/lib/openstack/dns/v2/recordset.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/dns/v2 copying build/lib/openstack/dns/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/dns copying build/lib/openstack/dns/dns_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/dns creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha copying build/lib/openstack/instance_ha/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha creating /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/v1 copying build/lib/openstack/instance_ha/v1/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/v1 copying build/lib/openstack/instance_ha/v1/segment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/v1 copying build/lib/openstack/instance_ha/v1/host.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/v1 copying build/lib/openstack/instance_ha/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/v1 copying build/lib/openstack/instance_ha/v1/notification.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/v1 copying build/lib/openstack/instance_ha/instance_ha_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/service_description.py to service_description.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_network_common.py to _network_common.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/exc.py to exc.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/meta.py to meta.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_normalize.py to _normalize.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_object_store.py to _object_store.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_identity.py to _identity.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/inventory.py to inventory.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_block_storage.py to _block_storage.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_security_group.py to _security_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_network.py to _network.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_utils.py to _utils.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_dns.py to _dns.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_compute.py to _compute.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_orchestration.py to _orchestration.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/cmd/inventory.py to inventory.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_image.py to _image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_baremetal.py to _baremetal.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_clustering.py to _clustering.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_coe.py to _coe.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_floating_ip.py to _floating_ip.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/openstackcloud.py to openstackcloud.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/proxy.py to proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_subnet.py to test_subnet.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_image_snapshot.py to test_image_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_qos_dscp_marking_rule.py to test_qos_dscp_marking_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_rebuild_server.py to test_rebuild_server.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_users.py to test_users.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_floating_ip_nova.py to test_floating_ip_nova.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_aggregate.py to test_aggregate.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_port.py to test_port.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_quotas.py to test_quotas.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_baremetal_ports.py to test_baremetal_ports.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_server_group.py to test_server_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_flavors.py to test_flavors.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_usage.py to test_usage.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_clustering.py to test_clustering.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_fwaas.py to test_fwaas.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_server_delete_metadata.py to test_server_delete_metadata.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_caching.py to test_caching.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_object.py to test_object.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_floating_ip_common.py to test_floating_ip_common.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_stack.py to test_stack.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_server_console.py to test_server_console.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_baremetal_node.py to test_baremetal_node.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_operator.py to test_operator.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_update_server.py to test_update_server.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_zone.py to test_zone.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_keypair.py to test_keypair.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_delete_volume_snapshot.py to test_delete_volume_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_domains.py to test_domains.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_project.py to test_project.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_limits.py to test_limits.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_router.py to test_router.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_coe_clusters_certificate.py to test_coe_clusters_certificate.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test__utils.py to test__utils.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_magnum_services.py to test_magnum_services.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_meta.py to test_meta.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_shade_operator.py to test_shade_operator.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_volume_backups.py to test_volume_backups.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_normalize.py to test_normalize.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_server_set_metadata.py to test_server_set_metadata.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_availability_zones.py to test_availability_zones.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_services.py to test_services.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_qos_rule_type.py to test_qos_rule_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_network.py to test_network.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_qos_policy.py to test_qos_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_endpoints.py to test_endpoints.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_create_volume_snapshot.py to test_create_volume_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_qos_minimum_bandwidth_rule.py to test_qos_minimum_bandwidth_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_create_server.py to test_create_server.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_domain_params.py to test_domain_params.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_recordset.py to test_recordset.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_qos_bandwidth_limit_rule.py to test_qos_bandwidth_limit_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_coe_clusters.py to test_coe_clusters.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_operator_noauth.py to test_operator_noauth.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_volume_access.py to test_volume_access.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_role_assignment.py to test_role_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_volume.py to test_volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_inventory.py to test_inventory.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_delete_server.py to test_delete_server.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_floating_ip_pool.py to test_floating_ip_pool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_groups.py to test_groups.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_security_groups.py to test_security_groups.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_cluster_templates.py to test_cluster_templates.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_floating_ip_neutron.py to test_floating_ip_neutron.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_shade.py to test_shade.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_identity_roles.py to test_identity_roles.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_pool.py to test_pool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_flavor.py to test_flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_l7rule.py to test_l7rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_member.py to test_member.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_listener.py to test_listener.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_amphora.py to test_amphora.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_flavor_profile.py to test_flavor_profile.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_load_balancer.py to test_load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_version.py to test_version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_quota.py to test_quota.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_l7policy.py to test_l7policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_health_monitor.py to test_health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_provider.py to test_provider.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config/test_cloud_config.py to test_cloud_config.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config/test_init.py to test_init.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config/test_from_conf.py to test_from_conf.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config/test_environ.py to test_environ.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config/test_config.py to test_config.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config/test_from_session.py to test_from_session.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config/test_json.py to test_json.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1/test_instance.py to test_instance.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1/test_flavor.py to test_flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1/test_user.py to test_user.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1/test_database.py to test_database.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal_introspection/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal_introspection/v1/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal_introspection/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/test_exceptions.py to test_exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2/test_extension.py to test_extension.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2/test_user.py to test_user.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2/test_tenant.py to test_tenant.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2/test_role.py to test_role.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_role_project_group_assignment.py to test_role_project_group_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_trust.py to test_trust.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_credential.py to test_credential.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_role_domain_group_assignment.py to test_role_domain_group_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_role_domain_user_assignment.py to test_role_domain_user_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_policy.py to test_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_role_project_user_assignment.py to test_role_project_user_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_user.py to test_user.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_limit.py to test_limit.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_project.py to test_project.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_group.py to test_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_endpoint.py to test_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_registered_limit.py to test_registered_limit.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_domain.py to test_domain.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_role_assignment.py to test_role_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_role.py to test_role.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_region.py to test_region.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/test_version.py to test_version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/test_connection.py to test_connection.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager/v1/test_secret.py to test_secret.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager/v1/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager/v1/test_order.py to test_order.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager/v1/test_container.py to test_container.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1/test_port.py to test_port.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1/test_node.py to test_node.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1/test_port_group.py to test_port_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1/test_driver.py to test_driver.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1/test_chassis.py to test_chassis.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1/test_allocation.py to test_allocation.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/test_version.py to test_version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/test_configdrive.py to test_configdrive.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_node.py to test_node.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_policy.py to test_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_cluster_attr.py to test_cluster_attr.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_action.py to test_action.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_event.py to test_event.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_cluster.py to test_cluster.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_profile_type.py to test_profile_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_profile.py to test_profile.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_cluster_policy.py to test_cluster_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_policy_type.py to test_policy_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_receiver.py to test_receiver.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_build_info.py to test_build_info.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/test_version.py to test_version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/test_hacking.py to test_hacking.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fake/v2/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fake/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fake/v2/fake.py to fake.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fake/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fake/fake_service.py to fake_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fake/v1/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fake/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fake/v1/fake.py to fake.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/test_microversions.py to test_microversions.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2/test_queue.py to test_queue.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2/test_message.py to test_message.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2/test_subscription.py to test_subscription.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2/test_claim.py to test_claim.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/test_version.py to test_version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/test_placement_rest.py to test_placement_rest.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/test_proxy_base2.py to test_proxy_base2.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_flavor.py to test_flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_extension.py to test_extension.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_aggregate.py to test_aggregate.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_server.py to test_server.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_server_group.py to test_server_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_server_ip.py to test_server_ip.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_volume_attachment.py to test_volume_attachment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_keypair.py to test_keypair.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_limits.py to test_limits.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_metadata.py to test_metadata.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_hypervisor.py to test_hypervisor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_server_diagnostics.py to test_server_diagnostics.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_server_interface.py to test_server_interface.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_availability_zone.py to test_availability_zone.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/test_version.py to test_version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2/test_task.py to test_task.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2/test_schema.py to test_schema.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2/test_service_info.py to test_service_info.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2/test_member.py to test_member.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v1/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v1/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/test_format.py to test_format.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/test_proxy_base.py to test_proxy_base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2/test_type.py to test_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2/test_snapshot.py to test_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2/test_backup.py to test_backup.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2/test_volume.py to test_volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2/test_stats.py to test_stats.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3/test_type.py to test_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3/test_snapshot.py to test_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3/test_backup.py to test_backup.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3/test_volume.py to test_volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/workflow/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/workflow/test_workflow.py to test_workflow.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/workflow/test_execution.py to test_execution.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/workflow/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/workflow/test_version.py to test_version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1/test_software_config.py to test_software_config.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1/test_stack_template.py to test_stack_template.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1/test_template.py to test_template.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1/test_software_deployment.py to test_software_deployment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1/test_stack.py to test_stack.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1/test_stack_environment.py to test_stack_environment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1/test_stack_files.py to test_stack_files.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1/test_resource.py to test_resource.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/test_version.py to test_version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_subnet.py to test_subnet.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_pool.py to test_pool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_flavor.py to test_flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_qos_dscp_marking_rule.py to test_qos_dscp_marking_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_extension.py to test_extension.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_trunk.py to test_trunk.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_port.py to test_port.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_segment.py to test_segment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_metering_label.py to test_metering_label.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_service_profile.py to test_service_profile.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_service_provider.py to test_service_provider.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_security_group.py to test_security_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_firewall_rule.py to test_firewall_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_metering_label_rule.py to test_metering_label_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_port_forwarding.py to test_port_forwarding.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_network_ip_availability.py to test_network_ip_availability.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_listener.py to test_listener.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_network_segment_range.py to test_network_segment_range.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_load_balancer.py to test_load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_rbac_policy.py to test_rbac_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_router.py to test_router.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_vpn_service.py to test_vpn_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_address_scope.py to test_address_scope.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_pool_member.py to test_pool_member.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_qos_rule_type.py to test_qos_rule_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_subnet_pool.py to test_subnet_pool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_network.py to test_network.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_agent.py to test_agent.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_qos_policy.py to test_qos_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_qos_minimum_bandwidth_rule.py to test_qos_minimum_bandwidth_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_floating_ip.py to test_floating_ip.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_qos_bandwidth_limit_rule.py to test_qos_bandwidth_limit_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_availability_zone.py to test_availability_zone.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_firewall_group.py to test_firewall_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_quota.py to test_quota.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_firewall_policy.py to test_firewall_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_auto_allocated_topology.py to test_auto_allocated_topology.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_health_monitor.py to test_health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_security_group_rule.py to test_security_group_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/test_version.py to test_version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/test_resource.py to test_resource.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store/v1/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store/v1/test_obj.py to test_obj.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store/v1/test_container.py to test_container.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store/v1/test_account.py to test_account.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/dns/v2/test_zone_transfer.py to test_zone_transfer.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/dns/v2/test_zone_import.py to test_zone_import.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/dns/v2/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/dns/v2/test_zone.py to test_zone.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/dns/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/dns/v2/test_floating_ip.py to test_floating_ip.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/dns/v2/test_recordset.py to test_recordset.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/dns/v2/test_zone_export.py to test_zone_export.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/dns/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha/v1/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha/v1/test_segment.py to test_segment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha/v1/test_host.py to test_host.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha/v1/test_notification.py to test_notification.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/test_missing_version.py to test_missing_version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_flavor.py to test_flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_qos_dscp_marking_rule.py to test_qos_dscp_marking_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_users.py to test_users.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_aggregate.py to test_aggregate.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_port.py to test_port.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_quotas.py to test_quotas.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_volume_type.py to test_volume_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_server_group.py to test_server_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_clustering.py to test_clustering.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_object.py to test_object.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_keypairs.py to test_keypairs.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_stack.py to test_stack.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_devstack.py to test_devstack.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_zone.py to test_zone.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_project.py to test_project.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_limits.py to test_limits.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_router.py to test_router.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_range_search.py to test_range_search.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_compute.py to test_compute.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_magnum_services.py to test_magnum_services.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_volume_backup.py to test_volume_backup.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_services.py to test_services.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_network.py to test_network.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_qos_policy.py to test_qos_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_endpoints.py to test_endpoints.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_domain.py to test_domain.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_qos_minimum_bandwidth_rule.py to test_qos_minimum_bandwidth_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_floating_ip.py to test_floating_ip.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_recordset.py to test_recordset.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_qos_bandwidth_limit_rule.py to test_qos_bandwidth_limit_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_identity.py to test_identity.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_coe_clusters.py to test_coe_clusters.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_volume.py to test_volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_inventory.py to test_inventory.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_floating_ip_pool.py to test_floating_ip_pool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_groups.py to test_groups.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_security_groups.py to test_security_groups.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_cluster_templates.py to test_cluster_templates.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/load_balancer/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/load_balancer/v2/test_load_balancer.py to test_load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/load_balancer/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal/test_baremetal_port.py to test_baremetal_port.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal/test_baremetal_chassis.py to test_baremetal_chassis.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal/test_baremetal_node.py to test_baremetal_node.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal/test_baremetal_allocation.py to test_baremetal_allocation.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal/test_baremetal_port_group.py to test_baremetal_port_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal/test_baremetal_driver.py to test_baremetal_driver.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/clustering/test_cluster.py to test_cluster.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/clustering/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2/test_flavor.py to test_flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2/test_extension.py to test_extension.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2/test_server.py to test_server.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2/test_keypair.py to test_keypair.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2/test_limits.py to test_limits.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/image/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/image/v2/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/image/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/examples/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/examples/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/examples/test_compute.py to test_compute.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/examples/test_network.py to test_network.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/examples/test_identity.py to test_identity.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2/test_type.py to test_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2/test_snapshot.py to test_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2/test_backup.py to test_backup.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2/test_volume.py to test_volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2/test_stats.py to test_stats.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3/test_type.py to test_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3/test_snapshot.py to test_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3/test_backup.py to test_backup.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3/test_volume.py to test_volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/orchestration/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/orchestration/v1/test_stack.py to test_stack.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/orchestration/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_subnet.py to test_subnet.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_flavor.py to test_flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_qos_dscp_marking_rule.py to test_qos_dscp_marking_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_extension.py to test_extension.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_trunk.py to test_trunk.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_port.py to test_port.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_segment.py to test_segment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_subnet_from_subnet_pool.py to test_subnet_from_subnet_pool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_service_profile.py to test_service_profile.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_service_provider.py to test_service_provider.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_security_group.py to test_security_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_firewall_rule.py to test_firewall_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_port_forwarding.py to test_port_forwarding.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_network_ip_availability.py to test_network_ip_availability.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_agent_add_remove_router.py to test_agent_add_remove_router.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_agent_add_remove_network.py to test_agent_add_remove_network.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_router_add_remove_interface.py to test_router_add_remove_interface.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_network_segment_range.py to test_network_segment_range.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_rbac_policy.py to test_rbac_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_router.py to test_router.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_dvr_router.py to test_dvr_router.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_address_scope.py to test_address_scope.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_firewall_rule_insert_remove_policy.py to test_firewall_rule_insert_remove_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_qos_rule_type.py to test_qos_rule_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_subnet_pool.py to test_subnet_pool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_network.py to test_network.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_agent.py to test_agent.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_qos_policy.py to test_qos_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_qos_minimum_bandwidth_rule.py to test_qos_minimum_bandwidth_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_floating_ip.py to test_floating_ip.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_qos_bandwidth_limit_rule.py to test_qos_bandwidth_limit_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_availability_zone.py to test_availability_zone.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_firewall_group.py to test_firewall_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_quota.py to test_quota.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_firewall_policy.py to test_firewall_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_auto_allocated_topology.py to test_auto_allocated_topology.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_security_group_rule.py to test_security_group_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/object_store/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/object_store/v1/test_obj.py to test_obj.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/object_store/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/object_store/v1/test_container.py to test_container.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/object_store/v1/test_account.py to test_account.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/dns/v2/test_zone.py to test_zone.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/dns/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/dns/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/instance_ha/test_segment.py to test_segment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/instance_ha/test_host.py to test_host.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/instance_ha/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/flavor.py to flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/l7_policy.py to l7_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/flavor_profile.py to flavor_profile.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/health_monitor.py to health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/l7_rule.py to l7_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/provider.py to provider.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/load_balancer.py to load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/quota.py to quota.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/member.py to member.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/amphora.py to amphora.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/load_balancer_service.py to load_balancer_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/defaults.py to defaults.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/cloud_config.py to cloud_config.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/loader.py to loader.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/cloud_region.py to cloud_region.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/_util.py to _util.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/format.py to format.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/__main__.py to __main__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/_log.py to _log.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/_meta/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/_meta/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1/database.py to database.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1/flavor.py to flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1/instance.py to instance.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1/user.py to user.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/database_service.py to database_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal_introspection/baremetal_introspection_service.py to baremetal_introspection_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal_introspection/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal_introspection/v1/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal_introspection/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal_introspection/v1/introspection.py to introspection.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/fixture/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/fixture/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/resource.py to resource.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2/extension.py to extension.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2/role.py to role.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2/user.py to user.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2/tenant.py to tenant.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/role_domain_group_assignment.py to role_domain_group_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/role_domain_user_assignment.py to role_domain_user_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/role.py to role.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/domain.py to domain.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/user.py to user.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/credential.py to credential.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/endpoint.py to endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/limit.py to limit.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/trust.py to trust.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/role_project_group_assignment.py to role_project_group_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/group.py to group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/registered_limit.py to registered_limit.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/role_project_user_assignment.py to role_project_user_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/project.py to project.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/role_assignment.py to role_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/region.py to region.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/identity_service.py to identity_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/key_manager_service.py to key_manager_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1/secret.py to secret.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1/order.py to order.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1/_format.py to _format.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1/container.py to container.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/baremetal_service.py to baremetal_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1/allocation.py to allocation.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1/port_group.py to port_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1/port.py to port.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1/node.py to node.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1/chassis.py to chassis.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1/_common.py to _common.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/configdrive.py to configdrive.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/clustering_service.py to clustering_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/cluster.py to cluster.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/event.py to event.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/action.py to action.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/receiver.py to receiver.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/profile_type.py to profile_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/build_info.py to build_info.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/node.py to node.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/cluster_policy.py to cluster_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/_async_resource.py to _async_resource.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/policy_type.py to policy_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/profile.py to profile.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/cluster_attr.py to cluster_attr.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2/message.py to message.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2/queue.py to queue.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2/claim.py to claim.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2/subscription.py to subscription.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/message_service.py to message_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/_hacking.py to _hacking.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/keypair.py to keypair.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/limits.py to limits.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/extension.py to extension.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/availability_zone.py to availability_zone.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/aggregate.py to aggregate.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/metadata.py to metadata.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/flavor.py to flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/server_interface.py to server_interface.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/hypervisor.py to hypervisor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/image.py to image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/server_group.py to server_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/server_diagnostics.py to server_diagnostics.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/server_ip.py to server_ip.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/volume_attachment.py to volume_attachment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/compute_service.py to compute_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2/schema.py to schema.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2/image.py to image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2/task.py to task.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2/service_info.py to service_info.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2/member.py to member.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/image_signer.py to image_signer.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/_download.py to _download.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/_base_proxy.py to _base_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v1/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v1/image.py to image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/image_service.py to image_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/iterable_chunked_file.py to iterable_chunked_file.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2/volume.py to volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2/snapshot.py to snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2/backup.py to backup.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2/stats.py to stats.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2/type.py to type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3/volume.py to volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3/snapshot.py to snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3/backup.py to backup.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3/stats.py to stats.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3/type.py to type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/_base_proxy.py to _base_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/block_storage_service.py to block_storage_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow/v2/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow/v2/workflow.py to workflow.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow/v2/execution.py to execution.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow/workflow_service.py to workflow_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1/stack_files.py to stack_files.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1/software_config.py to software_config.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1/software_deployment.py to software_deployment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1/stack_template.py to stack_template.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1/stack.py to stack.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1/resource.py to resource.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1/template.py to template.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1/stack_environment.py to stack_environment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/util/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/util/environment_format.py to environment_format.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/util/template_utils.py to template_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/util/template_format.py to template_format.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/util/event_utils.py to event_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/util/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/orchestration_service.py to orchestration_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/network_service.py to network_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/qos_bandwidth_limit_rule.py to qos_bandwidth_limit_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/router.py to router.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/agent.py to agent.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/network_segment_range.py to network_segment_range.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/extension.py to extension.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/security_group.py to security_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/availability_zone.py to availability_zone.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/security_group_rule.py to security_group_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/address_scope.py to address_scope.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/flavor.py to flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/subnet_pool.py to subnet_pool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/network.py to network.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/pool_member.py to pool_member.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/firewall_rule.py to firewall_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/health_monitor.py to health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/vpn_service.py to vpn_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/segment.py to segment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/firewall_policy.py to firewall_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/metering_label.py to metering_label.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/metering_label_rule.py to metering_label_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/floating_ip.py to floating_ip.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/service_provider.py to service_provider.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/load_balancer.py to load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/auto_allocated_topology.py to auto_allocated_topology.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/firewall_group.py to firewall_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/qos_rule_type.py to qos_rule_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/service_profile.py to service_profile.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/port.py to port.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/qos_minimum_bandwidth_rule.py to qos_minimum_bandwidth_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/subnet.py to subnet.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/port_forwarding.py to port_forwarding.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/qos_dscp_marking_rule.py to qos_dscp_marking_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/rbac_policy.py to rbac_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/quota.py to quota.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/trunk.py to trunk.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/network_ip_availability.py to network_ip_availability.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/qos_policy.py to qos_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/object_store_service.py to object_store_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1/_base.py to _base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1/obj.py to obj.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1/info.py to info.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1/account.py to account.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1/container.py to container.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/dns/v2/_base.py to _base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/dns/v2/zone_export.py to zone_export.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/dns/v2/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/dns/v2/zone_import.py to zone_import.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/dns/v2/floating_ip.py to floating_ip.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/dns/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/dns/v2/zone_transfer.py to zone_transfer.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/dns/v2/zone.py to zone.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/dns/v2/recordset.py to recordset.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/dns/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/dns/dns_service.py to dns_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/v1/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/v1/segment.py to segment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/v1/host.py to host.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/v1/notification.py to notification.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/instance_ha_service.py to instance_ha_service.pyc writing byte-compilation script '/tmp/tmpuJDI00.py' /usr/bin/python2 -O /tmp/tmpuJDI00.py removing /tmp/tmpuJDI00.py running install_egg_info running egg_info writing openstacksdk.egg-info/PKG-INFO writing top-level names to openstacksdk.egg-info/top_level.txt writing dependency_links to openstacksdk.egg-info/dependency_links.txt writing entry points to openstacksdk.egg-info/entry_points.txt writing pbr to openstacksdk.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'openstacksdk.egg-info/SOURCES.txt' Copying openstacksdk.egg-info to /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstacksdk-0.36.0-py2.7.egg-info running install_scripts /usr/lib/python2.7/site-packages/pbr/packaging.py:410: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) Installing openstack-inventory script to /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/bin + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/openstacksdk-0.36.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-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.uoKCOK + umask 022 + cd /builddir/build/BUILD + cd openstacksdk-0.36.0 + export OS_STDOUT_CAPTURE=true + OS_STDOUT_CAPTURE=true + export OS_STDERR_CAPTURE=true + OS_STDERR_CAPTURE=true + export OS_TEST_TIMEOUT=20 + OS_TEST_TIMEOUT=20 + PYTHON=python2 + stestr --test-path ./openstack/tests/unit run --black-regex test_wait_for_task_ {2} openstack.tests.unit.baremetal.v1.test_node.TestNodeMaintenance.test_set_unset_maintenance [0.129669s] ... ok {2} openstack.tests.unit.baremetal.v1.test_node.TestNodeSetProvisionState.test_deploy_with_configdrive [0.078754s] ... ok {2} openstack.tests.unit.baremetal.v1.test_node.TestNodeValidate.test_validate_no_failure [0.084038s] ... ok {11} openstack.tests.unit.baremetal.test_configdrive.TestPack.test_no_genisoimage [0.083707s] ... ok {2} openstack.tests.unit.baremetal.v1.test_node.TestNodeWaitForProvisionState.test_failure [0.072058s] ... ok {0} openstack.tests.unit.baremetal.v1.test_allocation.TestWaitForAllocation.test_failure [0.122120s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:36,764 openstack.iterate_timeout Waiting 2.0 seconds {11} openstack.tests.unit.baremetal.v1.test_node.TestNodeMaintenance.test_unset [0.124657s] ... ok {2} openstack.tests.unit.baremetal.v1.test_node.TestNodeWaitForProvisionState.test_success [0.071839s] ... ok {0} openstack.tests.unit.baremetal.v1.test_node.TestNodeWaitForReservation.test_no_reservation [0.082489s] ... ok {4} openstack.tests.unit.baremetal.v1.test_node.TestNodeWaitForProvisionState.test_enroll_as_failure [0.124019s] ... ok {11} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_update_node [0.075491s] ... ok {2} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_create_node [0.064372s] ... ok {23} openstack.tests.unit.baremetal.v1.test_node.TestNodeSetPowerState.test_power_on [0.126059s] ... ok {0} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_backend_pools [0.071882s] ... ok {4} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_create_port [0.066124s] ... ok {14} openstack.tests.unit.baremetal.v1.test_node.TestNodeMaintenance.test_set_with_reason_and_other_fields [0.150669s] ... ok {9} openstack.tests.unit.baremetal.v1.test_node.TestNodeMaintenance.test_set_with_reason [0.124089s] ... ok {11} openstack.tests.unit.baremetal_introspection.v1.test_proxy.TestBaremetalIntrospectionProxy.test_get_introspection [0.066155s] ... ok {2} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_drivers [0.062792s] ... ok {8} openstack.tests.unit.baremetal.test_configdrive.TestPack.test_success [0.091281s] ... ok {23} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test__get_with_fields_none [0.071805s] ... ok {14} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test__get_with_fields_node [0.077364s] ... ok {0} openstack.tests.unit.cloud.test__utils.TestUtils.test_safe_dict_min_ints [0.067788s] ... ok {12} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_create_allocation [0.138954s] ... ok {4} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_volumes_not_detailed [0.069309s] ... ok {26} openstack.tests.unit.baremetal.v1.test_allocation.TestWaitForAllocation.test_timeout [0.151076s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,006 openstack.iterate_timeout Waiting 2.0 seconds {9} openstack.tests.unit.baremetal.v1.test_port.TestPort.test_basic [0.067596s] ... ok {11} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_snapshot_delete [0.064297s] ... ok {2} openstack.tests.unit.baremetal_introspection.v1.test_proxy.TestBaremetalIntrospectionProxy.test_create_introspection [0.067184s] ... ok {8} openstack.tests.unit.baremetal.v1.test_node.TestNode.test_normalize_provision_state [0.118943s] ... ok {23} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_delete_node [0.066947s] ... ok {5} openstack.tests.unit.baremetal.v1.test_driver.TestDriver.test_instantiate [0.112628s] ... ok {29} openstack.tests.unit.baremetal.v1.test_node.TestNodeCreate.test_available_old_version [0.125005s] ... ok {14} openstack.tests.unit.block_storage.v2.test_type.TestType.test_create [0.068825s] ... ok {4} openstack.tests.unit.block_storage.v3.test_backup.TestBackup.test_basic [0.068756s] ... ok {12} openstack.tests.unit.cloud.test__utils.TestUtils.test__filter_list_dict2 [0.065615s] ... ok {26} openstack.tests.unit.baremetal.v1.test_node.TestNodeMaintenance.test_set_via_update [0.075635s] ... ok {9} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_get_port [0.071823s] ... ok {2} openstack.tests.unit.block_storage.v3.test_snapshot.TestSnapshot.test_create_basic [0.063513s] ... ok {11} openstack.tests.unit.block_storage.v3.test_backup.TestBackup.test_restore_vol_id [0.072436s] ... ok {8} openstack.tests.unit.baremetal.v1.test_node.TestNodeVif.test_detach_vif_existing [0.072265s] ... ok {6} openstack.tests.unit.baremetal.v1.test_node.TestNodeVif.test_list_vifs [0.121262s] ... ok {23} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_get_driver [0.062590s] ... ok {17} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_delete_chassis_ignore [0.110367s] ... ok {3} openstack.tests.unit.baremetal.v1.test_node.TestNodeMaintenance.test_no_reason_without_maintenance [0.123260s] ... ok {5} openstack.tests.unit.baremetal.v1.test_node.TestNodeSetBootDevice.test_node_set_boot_device [0.077781s] ... ok {29} openstack.tests.unit.baremetal.v1.test_node.TestNodeCreate.test_no_manageable_in_old_version [0.074812s] ... ok {14} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_type_create_attrs [0.064917s] ... ok {4} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_backup_delete [0.064952s] ... ok {16} openstack.tests.unit.baremetal.v1.test_allocation.TestWaitForAllocation.test_already_active [0.143291s] ... ok {9} openstack.tests.unit.baremetal_introspection.v1.test_proxy.TestWaitForIntrospection.test_timeout [0.081035s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,050 openstack Still waiting for introspection of node None, the current state is "waiting" 2019-09-19 09:06:37,051 openstack.iterate_timeout Waiting 2.0 seconds {26} openstack.tests.unit.baremetal.v1.test_node.TestNodeWaitForProvisionState.test_not_abort_on_failed_state [0.073799s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,163 openstack.iterate_timeout Waiting 2.0 seconds {2} openstack.tests.unit.cloud.test__utils.TestUtils.test__filter_list_filter_jmespath [0.062130s] ... ok {11} openstack.tests.unit.block_storage.v3.test_type.TestType.test_create [0.066978s] ... ok {30} openstack.tests.unit.baremetal.test_configdrive.TestPopulateDirectory.test_with_user_data [0.003247s] ... ok {15} openstack.tests.unit.baremetal.test_configdrive.TestPopulateDirectory.test_with_user_data_as_string [0.004319s] ... ok {21} openstack.tests.unit.baremetal.v1.test_allocation.TestAllocation.test_basic [0.117460s] ... ok {1} openstack.tests.unit.baremetal.v1.test_node.TestNodeSetProvisionState.test_rebuild_with_configdrive [0.123695s] ... ok {8} openstack.tests.unit.baremetal.v1.test_node.TestNodeWaitForReservation.test_reservation [0.076823s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,088 openstack.iterate_timeout Waiting 2.0 seconds {7} openstack.tests.unit.baremetal.test_configdrive.TestPopulateDirectory.test_without_user_data [0.002795s] ... ok {6} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_create_chassis [0.062821s] ... ok {23} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_update_chassis [0.063456s] ... ok {17} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_types [0.066076s] ... ok {3} openstack.tests.unit.baremetal.v1.test_port.TestPort.test_instantiate [0.070605s] ... ok {5} openstack.tests.unit.baremetal.v1.test_node.TestNodeSetProvisionState.test_no_arguments [0.076800s] ... ok {19} openstack.tests.unit.baremetal.v1.test_driver.TestDriver.test_basic [0.129546s] ... ok {13} openstack.tests.unit.block_storage.v2.test_backup.TestBackup.test_restore_vol_id [0.142254s] ... ok {29} openstack.tests.unit.baremetal.v1.test_node.TestNodeVif.test_incompatible_microversion [0.070993s] ... ok {28} openstack.tests.unit.baremetal.test_version.TestVersion.test_make_it [0.122086s] ... ok {14} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_volume_delete_ignore [0.064489s] ... ok {16} openstack.tests.unit.baremetal.v1.test_allocation.TestWaitForAllocation.test_failure_ignored [0.076860s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,012 openstack.iterate_timeout Waiting 2.0 seconds {4} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_volume_get [0.064442s] ... ok {26} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_backup_create_attrs [0.066657s] ... ok {9} openstack.tests.unit.block_storage.v2.test_backup.TestBackup.test_create [0.071994s] ... ok {2} openstack.tests.unit.cloud.test__utils.TestUtils.test__filter_list_name_or_id_glob [0.044258s] ... ok {11} openstack.tests.unit.cloud.test__utils.TestUtils.test_range_filter_exact [0.064706s] ... ok {22} openstack.tests.unit.baremetal.test_configdrive.TestPack.test_genisoimage_fails [0.096117s] ... ok {30} openstack.tests.unit.baremetal.v1.test_node.TestNodeSetPowerState.test_soft_power_on [0.136158s] ... ok {15} openstack.tests.unit.baremetal.test_version.TestVersion.test_basic [0.115304s] ... ok {21} openstack.tests.unit.baremetal.v1.test_node.TestNodeCreate.test_available_new_version [0.084475s] ... ok {20} openstack.tests.unit.baremetal.v1.test_allocation.TestWaitForAllocation.test_wait [0.128086s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:36,938 openstack.iterate_timeout Waiting 2.0 seconds {1} openstack.tests.unit.baremetal.v1.test_node.TestNodeTraits.test_node_add_trait [0.082404s] ... ok {8} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_ports_detailed [0.064692s] ... ok {7} openstack.tests.unit.baremetal.v1.test_node.TestNodeCreate.test_enroll_new_version [0.118457s] ... ok {18} openstack.tests.unit.baremetal.v1.test_chassis.TestChassis.test_instantiate [0.120043s] ... ok {23} openstack.tests.unit.block_storage.v2.test_backup.TestBackup.test_restore [0.069427s] ... ok {6} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_delete_allocation_ignore [0.068291s] ... ok {17} openstack.tests.unit.block_storage.v3.test_backup.TestBackup.test_restore_no_params [0.075638s] ... ok {27} openstack.tests.unit.baremetal.v1.test_node.TestNodeMaintenance.test_set_with_reason_via_update [0.129667s] ... ok {3} openstack.tests.unit.block_storage.v2.test_volume.TestVolume.test_extend [0.076698s] ... ok {5} openstack.tests.unit.baremetal_introspection.v1.test_proxy.TestBaremetalIntrospectionProxy.test_create_introspection_with_node [0.068636s] ... ok {19} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_delete_port [0.065933s] ... ok {13} openstack.tests.unit.block_storage.v2.test_snapshot.TestSnapshotDetail.test_create_detailed [0.068609s] ... ok {0} openstack.tests.unit.cloud.test_aggregate.TestAggregate.test_update_aggregate_set_az [0.233319s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,068 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,073 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,074 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,075 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,085 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.002114+00:00", "project": {"domain": {"id": "61a3aec6f543458b962654f67dda4761", "name": "428e0cf0bf184b2db38d1d56a6a63a30"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "5c93f31189c6441cbd0b346a499bf717"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c8f91f3e801e4889ae3e59d8c4810352", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "be07d3e8cba84df99f92ae6fb823acfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d95251f3d41c4c5391564670813f3e56", "region_id": "RegionOne"}], "type": "identity", "id": "f0d87c17432b42f991c18c85cd0bc2e6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2dff704f38664637bf17ffb557560dd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ba3ea1fa534d4622b008fa929263beed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b184af0a196a4a02b715fc3c2e2a35b8", "region_id": "RegionOne"}], "type": "compute", "id": "df819e01e805489695967871746f80f8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "44605f8ebec5468e91ffb4a1e13a0781", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "9f98c8bd5b8e4a9cab7cb8f71f188018", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "92a73024e1614f9ca68f6789c54b53f6", "region_id": "RegionOne"}], "type": "image", "id": "06e324cd8f3a422cae56600b77fb1eea", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b02e1c85f1304308ac88a2d2ff5764b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0fa69f853a834dc0bfe77ab35c869ce5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4fb1d7ddbc0d4b6fbdc5f24844cd9ce2", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0cc69fc40f8f4095836781c38bb7ede4", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b9f275b715c4b478171cd63b2e2df21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd09b15c87db44d5bd14f6a3a5a85b64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cea55c9917d4121bd75dc01168f851a", "region_id": "RegionOne"}], "type": "object-store", "id": "0334787d4ab840d88a93dd48aa6dcc1f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e29defd2adc74f1b815c519f5c3013f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "97f3a1b6e3c84d6780e6fe5fbdbec541", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a21f74bf6c044abd820a2b732f7b6229", "region_id": "RegionOne"}], "type": "clustering", "id": "c77dc724fd80496eb485c2166c5ccab2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "781709b84ec8450e97d8487747549948", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dc5d49ae05084a84955e2f6021f0ab15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "07d55dbab8694e5eb6bca32d2722f5c1", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "667099349db746f8a3505bbc73feef9b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7d25804a991548468d933232222f6616", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "69be1400fd7e42398f488392a907f146", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5868f075acb143f18c98cbfaa8d1729a", "region_id": "RegionOne"}], "type": "cluster", "id": "2340ad7226dd4b91ae910f7a73a911d1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5b535bf0c34b46b69d5e35a9fc4b027b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fc6c93c89a734800a6634891236a2551", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f081169d47d84164a84af16cbb39d954", "region_id": "RegionOne"}], "type": "data-processing", "id": "55bb06463d3d45bb8c524a564c58d032", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ea24e03a40254247ae6bc0fde38417c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4f7fb05f84794f7c80cb8a04d9d2d25c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b461f9fe46a74e43b1e1c289b8d18dc7", "region_id": "RegionOne"}], "type": "baremetal", "id": "28e93235d3eb4e7b92ac6af402ea51b0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7c3dba115c0548dbb1cf71f1d0ad79e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f44a4316a29b4ffa82de88f48d94633b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "18fbd4f3981243e9a0e15ae43dd771e0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "26ea3c58b5bb4ce99fedd3f813bb2380", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f6c6f450b62c4ea493fa0ba675dc7012", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ac6c79fa694f4a478d62e0a1410e3d24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "14536e7cbb8145ff8c301399783cf49f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "34a633e83c6542e383c42e3ff6c8e579", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "46e45ed7e90848eab6c8d7f430540681", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8df35e1da9da4f84bbe565161baafe73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "6134d5ddd38147d1a0c1ccd24a850dc5", "region_id": "RegionOne"}], "type": "key-manager", "id": "d43d6ab81ad84ecc9f8f6dc55d4b0763", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "069db47cbcf44b2b87c3719badec7903", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c1f48fc572e9493bbc3f80263e72436b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d9e9298b79624eddb8e16d39c024c9e2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1d717ba4201a4c9ab501acac63448183", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "08ca1a5088334bd59569b817a4610bf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c927268b39074a00bba421155d5c3ecd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f074ef06b5654c679fbf783ad645350d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a4c4f682459344e9b618820b2da8dfc5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "123c8e063efb403282ba91c1219fb5d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5f4b88c668324eba84e6cd4923ecb4ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "839e73c1607a42b7b08d8c13f9598ffc", "region_id": "RegionOne"}], "type": "message", "id": "859e2321a455430ea998637f5ab93120", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a4c4243cef6a4c3c9541f7c2247cce7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "182d714ba71e477bbc27116af4b52f01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a8d94dcf9de845fa8ac406572f223b48", "region_id": "RegionOne"}], "type": "messaging", "id": "d31a5f4ca72041bd9f4cd58e1978faa5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3327e3f9391649418b61cae0a92e4c27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "872ef6e1a9db448093466d8af3502c9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f877a071732c47779a794a436bf6c1b7", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e90dc7f9ddb44cf483e99aa8c27dda0b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e8f4f24064b5414a97fb372e71c958ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0bd7bff98b914fbb9b441e4ae2818e00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "13c931a4a1934ca49e4d0cb7e39fc0f5", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "14a9f07eb0284693aecc089a85bf52cd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "725473c3aa7e4b99ab0b5562b47b7aea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0024af38047949a4b17c392fa1f0e01f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "baf6e19912cb4bf2a6ca91494f666f41", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "31a4419bc0874dcc8bf343f1f0db76e8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "653a7f971b6841bf9d6d9c73d33e4fac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d612f76c0161427099d7018983aefdfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ef7b9e4a7bb548bdae18c9ef4bcfc6f0", "region_id": "RegionOne"}], "type": "container-infra", "id": "b97962352d1e43f7b9ef1876656b2049", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "79dc5db2e6024f71a6d012eea909a8d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c1d45a96d1784b2b91b3a2fb2b8ba638", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f9c6b00bcf624977baeff33607b1c9fb", "region_id": "RegionOne"}], "type": "search", "id": "1a053201926c4edeb3807c8fa8ccd4d8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "7f6e0d92996a40e38918e5739fd3eee2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d331e68e386141cdacc078a76022d0ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ed3a4d4608b643bc902c6727014f36d6", "region_id": "RegionOne"}], "type": "dns", "id": "f0bbd6a0e82d4926887a4fd837f8bd37", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8f76cfb6d139437794c4210e36ed1043", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e6401726aa5f44fa870aa44189ce4257", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1b9646c0e3594862888d4f22e2ed5685", "region_id": "RegionOne"}], "type": "workflow", "id": "b77283a98705452685c5c1692b6033b7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "11eb9f8630684230ad84c9aa39935ba5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "15f0eef498b5409787bbf805cb428a32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e6c8e7cba1a148adb9b81472085a29fd", "region_id": "RegionOne"}], "type": "workflowv2", "id": "81a41b1c807544e9bb62ae4380b43f6c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b74c14af06be41d1a269d6af0a674db2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "fca96daa775a434f9a92d6846ec29a51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a52665fd368a43918624bca951e4c12d", "region_id": "RegionOne"}], "type": "rating", "id": "76e42334e26d46d59b28e428d986035e", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6dc24ef859394e9e9a3850839ebdc0d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ad6689c2fa914d53abfda69daf14299f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "baedb439838d4e85aeeeb0c411574910", "region_id": "RegionOne"}], "type": "operator-policy", "id": "fdfb978a1c4e4a4dad02b1ba936f3b1f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a894304ff2c0402a951a20814c7b1346", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ea0b3c0c70544c8aaa5d09790e8a1532", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "082ae29958f842e38e37fde5925663be", "region_id": "RegionOne"}], "type": "policy", "id": "86a43e3403b6420eb91535d09d1df48f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ee3a3994b0d54e35b67fae56d27b0554", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cd3efe40aa2f4e528bc05d587d5ce5d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1aa3be1553d545db8138b35e0082c533", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b912791495d242e5bccda06eff125895", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d3c9d48378ef4be28443a196b87d5ee7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a8b5d908dafb4d669c83d1b7fea4292b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "da6d7d3a69334d899106ef8556683561", "region_id": "RegionOne"}], "type": "sharev2", "id": "6c3215b66d9a45b8adc981c831b023f5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d8668b3d809f47ab9bd4f605665bb339", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "06672327251348ce91455441562ff5d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "39324431e7404589856fc6a22cb4342e", "region_id": "RegionOne"}], "type": "share", "id": "e3014e0044334ef294ccc3ba875bfc77", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5f4969a318d94b04b40e62534eba9de8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d6495b8e1442411db3ad4ee502ad75e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d6168c516924439484fb3b57cca84540", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0314abda003c4a35a116c4ca97e76be0", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2ecf82d70074aaa846579c74d88cbb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91bdbb9126b942f5ad74f27e5e23e69e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "622104e5038a4504ad77b6b0cdab4eda", "region_id": "RegionOne"}], "type": "orchestration", "id": "8f8bae78a08944f8afc4f0ebbd9dea3e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd3137f5cae44dabad723ca5a4e6fd1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8851bb0798c4a3a8351a0112336b81c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10a6c8814f124a52b671a9f509789183", "region_id": "RegionOne"}], "type": "block-storage", "id": "376a29b462954ccf96f7c8a0bee186d7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6f2ad9021ff4987bfa62ea4086e156f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d34380b9bf1c487cb9dae35b26c5b6e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "673589956f174653b9c8ed76ee28f5c1", "region_id": "RegionOne"}], "type": "volumev3", "id": "2c1c5d2d63064ca18be20a3984e567c0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1800d8033834d6094c7ab4ccfcdb088", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19e5e9e9532c460a8c0c062ce9b388c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad8cfecc659f4d7eae5669bb5edf1220", "region_id": "RegionOne"}], "type": "volumev2", "id": "39204b0107fe4680a4849183b7a67635", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5e0de1e042445548da5bb0276d69684", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c3041e3fe9544dd8206e753962801bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fcc6f8ad33f4d44a7ddc828332e8efb", "region_id": "RegionOne"}], "type": "volume", "id": "33518092d7514d56b6b4356d0d6cbf9d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "908da6f20b0e4e31b1b626fc2d78000b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f4d796b456241c78e881b4311aed5c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5cb3eee6c42a4bee894c69a52056cb67", "region_id": "RegionOne"}], "type": "block-store", "id": "bf66aced82994c5e9cc61c0651303760", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a8c51b623d504fcf91dec1e237cf24ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d1fa3394fd74468892247242327eeb4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cadbf21b140943e8b44918f12c84a1a8", "region_id": "RegionOne"}], "type": "alarm", "id": "f4da72173f4e46b9aacbba2df3c29b2e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fbc347521a4843399af069d1a681808a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "137af505ec0c4207acb5c420c7e12fce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ab048b49148d441180fc456fccd837c4", "region_id": "RegionOne"}], "type": "alarming", "id": "251166ddea184feb86a981f78198a274", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e5183b3402274ca3a5bb783f57b71d82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ffa0d29b9c3448279cda42e0e24c33d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8b11ac17513f4eb3863b9dab641e8f9d", "region_id": "RegionOne"}], "type": "meter", "id": "bbc0240d6c1d47c38925cf6639cd25a8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2b1030272495407bae9c1ff70dd8c7ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1067dcf37eb841d1ba593ec3d7eac874", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "20cb1f46690945e98b64ae00f8de0b71", "region_id": "RegionOne"}], "type": "metering", "id": "00a507e787654de59afc103daf677b0c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "185f6fab366a438295b3c479cfb0e2ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "905b21f29f004388b049184b13490388", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "249a9a4c464247eb91581bf816728cff", "region_id": "RegionOne"}], "type": "telemetry", "id": "487ab8c1309344a897cb686308b37327", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "93db8dfa7e484835ad9485e18d369605", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6a6af4f70c7741d9bb345be5660a052b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4aed90abb0be4aa79073ffe97217d0e0", "region_id": "RegionOne"}], "type": "event", "id": "d819be47cef3439c9ec7e4ec1f3db9f6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "dfb8ede29f4049258f4cd2290e621318", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4d58054399514e70a5b3b1694065f5f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "35344a8067fd417c8770b9f0b4378c76", "region_id": "RegionOne"}], "type": "events", "id": "749e6dd69afb4f14b2f19dd2fd48e3d5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "be02b49ca36045cc8656dabea3f6dc6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0222af2df8ae42238c6efb6cd3c5b3e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "56a912dcd2264583a34ed3ee52aebea5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "afee9de79e1e43eebe05ba2142b4c231", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0aafda13e58d443e99f2ac8e99b18a5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0890606507a145d8b50863caebceb341", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8feb3aeb6a3a46ac9f4f01247b205f97", "region_id": "RegionOne"}], "type": "application_deployment", "id": "82d23dbbe8074dbc8d37d813270825f4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "90bda788347c438c924586b77e13e0d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "77edee94dc984a4481fcbb62ab74d94a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bf3d5cc805ca486e978450c8d4353d3a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f08fa27b9dad4647a415e985d2d17c13", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fabfbe69ebc648f0896352fb488fa3a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "46bccc61eb8b45b984e9b5692ef46f1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3d8e0d7b00c047ddb9ea7f63f0c5b451", "region_id": "RegionOne"}], "type": "tricircle", "id": "6beee372e10641b0b97c13e56ac69726", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e0882390af6d4923b8e60fa3e8471189", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "981a133319274287a033eac951d8cda3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "db29474b8c4b4070a90006ad36da1072", "region_id": "RegionOne"}], "type": "database", "id": "986f796019bb44b6a279c2085684a591", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "81c281370f4f4a2b8a7cc715719af04d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "236c71d8db8649f0b5908818bbdae0f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "be269a3f66d844db991267bbd22c4fb9", "region_id": "RegionOne"}], "type": "application-container", "id": "50918bc12f534bb897bdad86c19c5461", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b8126eee8bc448e3a40bb719a6102b8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "beec548fba4d4f3baa71411b2735faf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "76cf252a795240cfb0aff8c922e4d2a2", "region_id": "RegionOne"}], "type": "container", "id": "38b270ae086c4d2289837063cb24801b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "35c921abd9644107b620a0a5dd033453", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b41b580f547b4c6887a724f3d732e32c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8f3582af3d384dc490426a3de22c2918", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "42b9ea50c53242dda7f759d7f39f653a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "66ac957725e4441fb1a85a6fc57f3062", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1f66b28b86ec4ef1b72bbe53e601e821", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4c23f4cd405e4145a9c43bc6d06d153f", "region_id": "RegionOne"}], "type": "rca", "id": "77a244f484874b20b9980e3a8df32b65", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "44477d89c2354604be756af081b726eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d68de0fe8ca044168226277d8b7840dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ccd92dbd51894bec8bf769fd2682305f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4a7d114748b0487689e1bf69c4d0e904", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a307b09bb8624c519e1c9a32c81639fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b168d394c0d942afa8f097a3915b0695", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c7d2a69b46df4ba49201c6f7fb4bae32", "region_id": "RegionOne"}], "type": "network", "id": "15b19b1820ef411c9a31e85eade9032b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "325bf903f683460cb2619cb93e685747", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "53a926efd9674eb7951c34ff5b2742b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c3f29fa5f2754727ad496ad75640c9d0", "region_id": "RegionOne"}], "type": "backup", "id": "819ac9051f174e01b4ff5001d58399e2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c739b5d8dc0a4bab87e347240ee5114d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b971b194a5364c61b37c57c466e41326", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d40b33a1c60a476094c5647e0e48498a", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f54fa36d1dee425c92ea961bacd6d32d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "922976a7621642619bf1013582de8bbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bb59f330e9314ef7bb334406b92687ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5d55d61f487f4cd0bd5974f6ecbe4f22", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c46ee839771c48e38953c5af7ff29b23", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f663915689954b43bf86ae79224cfe3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9e758378ed184147b45f8d748c2d6c92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "3f620144872f436da08c414b9f7174a3", "region_id": "RegionOne"}], "type": "monitoring", "id": "41fdcb4821214896a9e0fd4f14fc759a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "aacdf9f0acef45149041b1ee47ef127d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bb8f8a3325de424b81728f8181efa5a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "24a7803999cb44d490b3be13a4fdf85a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "bf7e4d582b284d55a79dcbdc86e9072e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "83bc9867f4bd476b865f06b92d8ff321", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "aaa5cb093f8d41b48bfc24110edfd92a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d03685f109ec4047af9a86ebc18f0f86", "region_id": "RegionOne"}], "type": "placement", "id": "3e20f86e164a4939a40630184b5019dd", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ca655b5bda0d47a8bcdd9c479f2574fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dad0738a4fd44894bb6c2d25d2176a5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cdde923571654a43a97b519dcfeb342b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "96355b010d544157a171020acf23680c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a00289cdc60e4eceba3d227d1c16c836", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b186603aaaeb4dd1bc6dbf069c9eddcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "389e30cd95134075bceecc686522163a", "region_id": "RegionOne"}], "type": "ha", "id": "c40cd816d83c43d4bd547c05fb060ab1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "de8460afb057423f90ebefe65cf0f096", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "507327049f2d4ffc8673640aa81b862b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "e3c8cd7fbada46cbac6691edeb20f618", "region_id": "RegionOne"}], "type": "reservation", "id": "c9480cb046014b0cb8bdb7838c6c137d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cbd0a64a7c9c43489b74d8e655614b93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5ef6fc6c4ccf4df285bfa8c844c5f383", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a3fcdc9bb56e4fa9b628d0f96d00c5f6", "region_id": "RegionOne"}], "type": "function-engine", "id": "b2695f020f9a48c69c6597f0f2b2b48f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bc1ec03584d1468586d7fa8e6762d7f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "081132e87b314fcdb16b55e7f5587dab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b989c82d22d64898ab7034375346d0fa", "region_id": "RegionOne"}], "type": "accelerator", "id": "9d972e98a8f047b1b9ad67ac206f6797", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1c1e237777684ed89793b3cba22a0619", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c13bc3a6c7ba4193a1f6d64fd438457f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5db575b7dd0b4d69a80193d8b11f965f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "1a4ffb3f11d244398d1f995881342426", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "062a81b394854136a6f22e23073484be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "82c72eb6e832437e950769fc84012871", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "804621806821401b833e68d70ee3b90d", "region_id": "RegionOne"}], "type": "registration", "id": "bd18bbf950254abe8f26c119673d8c07", "name": "adjutant"}], "user": {"domain": {"id": "618b85e710594e9ab69cb84009abc14f", "name": "00cd4dc7128548359a3fb24d8847aba2"}, "id": "a9d0fcf63046436d9f419538f1fc46b4", "name": "74162a4d2b4147af8c54fd1fbd53caae"}, "audit_ids": ["77c64be298fd4ce1aedd7207ca74aab4", null], "issued_at": "2019-09-19T09:04:37.002114"}} 2019-09-19 09:06:37,197 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-aggregates -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:37,200 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,201 keystoneauth.session RESP BODY: {"aggregates": [{"name": "aggregate-2", "availability_zone": "nova", "deleted": false, "created_at": "2019-09-19T09:06:37.063751", "updated_at": null, "hosts": [], "deleted_at": null, "id": 1, "metadata": {"availability_zone": "nova"}}]} 2019-09-19 09:06:37,224 keystoneauth.session REQ: curl -g -i -X PUT https://compute.example.com/v2.1/os-aggregates/1 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"aggregate": {"availability_zone": "az"}}' 2019-09-19 09:06:37,228 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,229 keystoneauth.session RESP BODY: {"aggregate": {"name": "aggregate-2", "availability_zone": "nova", "deleted": false, "created_at": "2019-09-19T09:06:37.063751", "updated_at": null, "hosts": [], "deleted_at": null, "id": 1, "metadata": {"availability_zone": "nova"}}} {29} openstack.tests.unit.baremetal.v1.test_port_group.TestPortGroup.test_basic [0.065187s] ... ok {28} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_get_node [0.066597s] ... ok {4} openstack.tests.unit.block_storage.v3.test_type.TestType.test_basic [0.064292s] ... ok {16} openstack.tests.unit.baremetal.v1.test_chassis.TestChassis.test_basic [0.064635s] ... ok {26} openstack.tests.unit.block_storage.v3.test_backup.TestBackup.test_create [0.069521s] ... ok {9} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_backup_delete [0.066890s] ... ok {11} openstack.tests.unit.cloud.test__utils.TestUtils.test_range_filter_max [0.063971s] ... ok {2} openstack.tests.unit.cloud.test__utils.TestUtils.test__filter_list_name_or_id_special [0.039082s] ... ok {22} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_chassis_detailed [0.122032s] ... ok {30} openstack.tests.unit.baremetal.v1.test_node.TestNodeTraits.test_remove_trait [0.076595s] ... ok {24} openstack.tests.unit.baremetal.v1.test_node.TestNodeMaintenance.test_set_with_other_fields [0.130777s] ... ok {15} openstack.tests.unit.baremetal.v1.test_node.TestNodeValidate.test_validate_failed [0.077874s] ... ok {21} openstack.tests.unit.baremetal.v1.test_node.TestNodeCreate.test_manageable_new_version [0.076267s] ... ok {10} openstack.tests.unit.baremetal.test_configdrive.TestPopulateDirectory.test_with_network_data [0.003421s] ... ok {20} openstack.tests.unit.baremetal.v1.test_node.TestNodeCreate.test_no_enroll_in_old_version [0.072829s] ... ok {8} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_type_delete [0.063620s] ... ok {7} openstack.tests.unit.baremetal.v1.test_node.TestNodeCreate.test_manageable_old_version [0.080121s] ... ok {1} openstack.tests.unit.baremetal.v1.test_node.TestNodeTraits.test_remove_trait_missing [0.081222s] ... ok {25} openstack.tests.unit.baremetal.v1.test_allocation.TestAllocation.test_instantiate [0.129677s] ... ok {18} openstack.tests.unit.baremetal.v1.test_node.TestNode.test_instantiate [0.074783s] ... ok {23} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_backup_get [0.064435s] ... ok {27} openstack.tests.unit.baremetal.v1.test_node.TestNodeWaitForProvisionState.test_timeout [0.073050s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,061 openstack.iterate_timeout Waiting 2.0 seconds {6} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_type_create_attrs [0.066840s] ... ok {17} openstack.tests.unit.cloud.test__utils.TestUtils.test_range_filter_invalid_int [0.066815s] ... ok {5} openstack.tests.unit.cloud.test__utils.TestUtils.test__filter_list_name_or_id [0.061054s] ... ok {3} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_backups_not_detailed [0.070115s] ... ok {19} openstack.tests.unit.block_storage.v2.test_backup.TestBackup.test_restore_no_params [0.072543s] ... ok {13} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_backend_pools [0.065053s] ... ok {31} openstack.tests.unit.baremetal.v1.test_node.TestNode.test_basic [0.120000s] ... ok {12} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_wait_for_baremetal_node_lock_locked [0.289056s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,027 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,038 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,039 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,041 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,052 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:36.960033+00:00", "project": {"domain": {"id": "fc95086661f64becb538aac21cd2e329", "name": "16fbed14004d4972b40d3f6245382b66"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "27e581c55d1846f5aaf752637a11efc5"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6d957d3cdd214d99922c3adf6f697356", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "96208f07ae57435cafd499e01166b26a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0fbdc599e5694a43a8098707f589b319", "region_id": "RegionOne"}], "type": "identity", "id": "7a6e3f56e2e4460ebe1e16d4a1f1d895", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8457f611112644a78088a4e93286cffa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fe631df3057147998f159f91cecf5860", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "294b18da16fa4ee3902aeb50c1fb3861", "region_id": "RegionOne"}], "type": "compute", "id": "4ed76bc9ac9243009028ea317567408d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6792ca9646d24e13bae4d7f27575bcdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5a2743a2d1a14371b0b32ee653270824", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f6583404b21f4f4a97c481acd8f45458", "region_id": "RegionOne"}], "type": "image", "id": "633333b260d44a228aac0664fd92d2e1", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3a6b49b9fac64490aa7c5934be55d03b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3eff6f874b734026b64c7bf8a43c3c13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "85f79b03993b48379854375ee80e139b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "092f663d4b9944738efcd07920f048aa", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58330dee74094d939a9c45ea54e149b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79e9fcce5ca7422596adf4fffcbab45f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d88ac4512843472fa4b2b875032a6d6e", "region_id": "RegionOne"}], "type": "object-store", "id": "251060ef3df54f158b3556d780238210", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9ea0aa00a43b45a79fafa1eb6463c9ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d5d0da249389474bbfd33bb7a8eacd64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "19acd407b1084a33a770af000ea5e416", "region_id": "RegionOne"}], "type": "clustering", "id": "dd3a446a201c4273b569028f9bd07dab", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0999c30d030e46af951d1db1d23add2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a0c198b2339c4b78bf18c92faaff992e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7894297f6a3c4e99a426cc6edf86303d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f36af527494b4b4fa258bd044cc1c8db", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d74896f3dce0407eaef6c30c1bf637c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d654f100fb4044ce92de43f17aee52b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "490ce952d5d94afb979ecede3134deff", "region_id": "RegionOne"}], "type": "cluster", "id": "49ee0ef2b6ec46ca8d34cdc8afb78850", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a394c6e80c334a23b140d8874fabe35f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b82c824c958a4e668a96695a68a49d5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6392c8b5b14747a1b35f3097f7ac81f6", "region_id": "RegionOne"}], "type": "data-processing", "id": "e9f78f81da094b64b5b0fe572d981a0a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ce9652794c6f48148743bba6b97c7a22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d986fe48a9a0436790522e4a776efcd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "682a6d37b8e2436b874cd4290953454a", "region_id": "RegionOne"}], "type": "baremetal", "id": "d38c646d9b574d86ae4caf5cacbb5a28", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3ebfeab7ebc241b591c6a0f964dfbd4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ea7b16828e1049dea0ee97fd90a47977", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "99bba8a515794dce94db9faf73f8275e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ea5fbedadad945aaa2072d5c3328c4bd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f519753c9acf4599876faf5669c5f450", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e0c2bd764fb541e18a14d5fc6113737d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "95ae91555bde48e6ac05ace7c44124f0", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f69ac9b54d7a468495029359ce8ec7a8", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5390c717b15c4dc6b9c222b006ff622c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1dcab6f70f4b497baf636b3be7caafad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "a5a1afe5a4de42f4bb305fbec856466d", "region_id": "RegionOne"}], "type": "key-manager", "id": "5c6ca0a1e3974674b90c12439bbf5407", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c8c0b5dff9844c93b82c083d2c4803db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "379e3b7fe25b4bd18800768c0b2678aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1047fa7730fe41c99184304184c5148a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "08d58fa0ea88475b84759159f6cdc6e6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "73763b7455ce47ad9d598d15c209ebd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8b988b7d69d14615bcfadc1ee95a1c6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "459019c60e7b45ea877d5f39085fe115", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9f4c5e139283421198fe9fd86a6ebdfe", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6ee35d51d71647cbb3daff25ae6900a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d81d2cb78b3e4163ac7aefb0470f410b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "46e12fbc392b40e0add311c04909a091", "region_id": "RegionOne"}], "type": "message", "id": "b42b67aa285e42719e634e39ef4da0cb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "37444fbddfb349c1b69f943a0d08e3db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bc8d7ecfe87240208c3fd0023445e13a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1c5cf11f20ed4bcaa50ccf875b1ab706", "region_id": "RegionOne"}], "type": "messaging", "id": "1468bfa7bc914c7887f80bf93f09508b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b77a67fff54a4013ab3452e12a32922b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6e32e801e4844b2eb41d48cfe01e0e9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "40f7da58851b4db2877666b6abc11ac9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "dbd6f95128f64425b34b557457c966df", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c4acf126fec14400ae452fd2f15a257c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "42272d55a3df4cb0930386816f9732a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ad50fd53dbe84a178a0ce50e7229e8e6", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0742b878bc7245c5a347e73234acf549", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca04ddde23694d1295326a0afeed87ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ab997878c3f64d8a91477efda1ddb660", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7373e1f3db89441aae91e829010fbc99", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "bc4c5cc58bff4958a8dfd215160d99df", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "928d2985cd79465b8ab5f41c6e6b4a09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f9ce85d673e544eca559d1fc7488bd5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d9bcc3ed7b444deab036fcbebe466987", "region_id": "RegionOne"}], "type": "container-infra", "id": "f2f54627c29c45e89de5aede7537cc1a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d9a737955c194472aaf2930b3a1fd6cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e39a3af39fad4e57850c8ed997cb54a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5db74d1252af416d9b315ca5f7d08f4c", "region_id": "RegionOne"}], "type": "search", "id": "249677e179bc4658bbc2ca177735974a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "eeeb70cb0f0d4793b93423d296b3a850", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8ebbc55916c44dfa99ed884197f9b05f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "80f531dffdbd46f9818e4ada8db807b9", "region_id": "RegionOne"}], "type": "dns", "id": "cd47c6ec2faa49fdaca1360edfd14017", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3028da0de5a1414280b825dfcd59309a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6bc6abefa3dc4f66b208fdb186ddefa8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "09eebdca6cbe42639d1de76e02c312f6", "region_id": "RegionOne"}], "type": "workflow", "id": "ed00a410a7dc4891a91f5dd5dabff4e0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "713ec241fb9e402c83028ff61041c8d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7e017bb4ced74dea8909025b6ef560dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5831f323e2b541d38176032f0a691c68", "region_id": "RegionOne"}], "type": "workflowv2", "id": "365ce2797eec4e5e8f4449cccda7b37c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7dcf90333c3a44b8bebec8b85e5273ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "1f96b136b39a47768473bce11db97ce5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3ad4b782670948f99067cab5048cb04c", "region_id": "RegionOne"}], "type": "rating", "id": "d0302d177a7c4f10a071e2182fda5a40", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9c023b6e150c4740969c0ce1c0e5b1eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "13fadada9c124026a9c3843b2f0629a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6a47b92ae66943e5bc893afc08d2d07b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "03ad2929380c4c59a0cd0eeb19324b65", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "97ab94ff7bd745d3af999cce6c838740", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e0a60e4ffb7d4ee9b412f560b320c3d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3daca63c37b24ef4bab368ad81241f15", "region_id": "RegionOne"}], "type": "policy", "id": "0ff735e303c240d084f847b35015a329", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "07167e5726cd458fb388378292ccf510", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b0716f8e9d7d4a3793625428f50244e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f5429b9d24844371adc39e9c37964ba8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "039e102390d143478bec5fb251b04bee", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d46ce448c8984fbabc03cb5404e2e653", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1ceb49fb382c4a4889d2fe2990530dc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "46fa5b8eaf794b50aed2733d967310ca", "region_id": "RegionOne"}], "type": "sharev2", "id": "9edab8a643984b0892b19a99670220c7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6ca2833038184c428e23af52ce7750b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "78234c19bbb9442da267959b5839302e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3818551c537a420aab66bd00590c22a8", "region_id": "RegionOne"}], "type": "share", "id": "43c4f449a3124106978711bc14a60eb0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a50acdf58b8145a29a9f5029ae439c16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2865066538eb4d0e85c0732df838d2c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0c3011cf022a47d98e66a0fbad2b7a3f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "09db8cdb2a084e07a45c1f4e2bd8b740", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25e4b43e301f41dc9e16937a68fcbe99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "efea5439f23a4d53b9e0847d45adbfd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c17c17fd88a24b528eee4d0587d1dd6f", "region_id": "RegionOne"}], "type": "orchestration", "id": "2e015b23e82e4a4c80b88347f26a629d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7a5d1acc66149b6ab44fee15729434d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "549573a9cd4545c7999c4d2c217f2044", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5ae49b914b4483bbc9914b333882a2d", "region_id": "RegionOne"}], "type": "block-storage", "id": "693d386d0557433480c122880e1c7f4b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "acc275765a9649a2875350f0581ba30f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "525cc8c7f8544b2f8d599587402c94dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af1c0afd65ed4191b3222a294ff41722", "region_id": "RegionOne"}], "type": "volumev3", "id": "453605bfda1c4e42bf68825bce1325e2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35a89f0b8da24c22a222146b49596880", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c90bf7925203477d82af78776c15bb28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2939a57c9d7e4d88a99d75b83af83466", "region_id": "RegionOne"}], "type": "volumev2", "id": "1f95614089fc4136872bd77fd13223cf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aecd294c1fb5433091dc8b402dc7196b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a20262534bee43b6b62e7de8f3f7aa0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cbf26235587496f9d5a4daf6f734b4e", "region_id": "RegionOne"}], "type": "volume", "id": "72c607e992ab4e7e8ddfdbd38c0eac5d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "30cf94dc94de46e3a88ac0bac6882373", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6659580477054d648a745a0a2c729928", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2213b573943a4a39b438b36d5c69e7ba", "region_id": "RegionOne"}], "type": "block-store", "id": "48025f9d6a1241bebe368a6fdef75e58", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a87a43f632d2447b94c5089eabb521e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "683bb617e33044ebbd954816531e28a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "98a4b9e022764fe2921f778e1c7d2fc5", "region_id": "RegionOne"}], "type": "alarm", "id": "6272ecd3c43f4f48ab1a96f9f1812908", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6b93f3cd0cb54c83b12e3b0578d8272f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a3356f44b66148a3a6dd67882579e2ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "89dc7418e73341a58570b4ec8c82825e", "region_id": "RegionOne"}], "type": "alarming", "id": "52d6c3f536734d0592d0c74efd1a3c1e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "72efc7edbea047aea280f221687bdbab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "db6cdd5db94e4da3a7c7386ad57ca7ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4019e6d3427c4c70af4cce87099b93fa", "region_id": "RegionOne"}], "type": "meter", "id": "8371c1a88a4d4d56926b9b124e170bd9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1134fa95a18e4a23a2b38cdac4068d9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0d412bb87e2445248f1ea9ae7b7886d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "96863019137c4b54b9cf95c1210aeb26", "region_id": "RegionOne"}], "type": "metering", "id": "88f21688d3124c6b8f62bc2a6d1c5c51", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3fdd5bbfaf204dc6953d93e1337ce0dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ec97c5e1632045b8b8a075070a091aec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f19e3fafd63d4c14b598991407585003", "region_id": "RegionOne"}], "type": "telemetry", "id": "58d181e980764262a1c2c24b0965a03e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f009b936f0364038be6a7bc33a045069", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9867d28ff7924bd8bb526e5a732c1944", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "75509759e60648ffb5551972f3da090e", "region_id": "RegionOne"}], "type": "event", "id": "269fed0f7e0148939219b63646f69cd9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e5bfe8e15dbb44b5be19d720ec91fbea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3c082377eaa54df7a35e6e2e41835447", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d42affe7697e4bbea70da7fc70779a92", "region_id": "RegionOne"}], "type": "events", "id": "ded41dec5394407d9dd1be9889ffd97d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b03b38999ad044e0a638c12309ead1cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2762960bab254d248585942f7eec6bfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c01c9a039a5d4781aeadb51765be4291", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b19363860fc6421f98d9a53cefd9b8c0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "04830d44172a438ca640947078bda6ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4f0b0f58cbe44f5aaf578b6bbbacd6b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9ecff4d913e843a4a637833ddd5da71b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ce4a9c5d890c4e70b88ef459d99aa138", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "25ed0f27ab364101a50a256e039c9ff1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c82b7d439db14a22a2c5447c727ee9e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6ba32242683b4be9813c6173260b48db", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "165cb56d6f6d490fac1aa80fb6ac10e7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "52b3c9fde3c64dca99960fe0036cddc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "11338cef5a7e4c8c8941c43ede609af4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fc2af241c484451991d36cca813c89ed", "region_id": "RegionOne"}], "type": "tricircle", "id": "3cdda109451940fd99119bba0bbee978", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "dc6c85e1bfb946efb75ab3c51ec621c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5acec2b3dc8040958b53e79069a7924d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1a3c3d3886fa4dbcadde3b092ccb9337", "region_id": "RegionOne"}], "type": "database", "id": "3581f18b831a43a9ab03a1335b828532", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7ec7c983e1a04317b0930c34ff51bea1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cda923e0c2134b21af099cce5acd69b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a52e2ff3de8d4e4ba9f6ff151c522975", "region_id": "RegionOne"}], "type": "application-container", "id": "56362e2682f049228d72ce35f4abb2ca", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "83698fdb37b44790ad81164a966700e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fec4e7f0966c47e298cbab24b1d81197", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9c4a8fcc457e457ca13e976e351bef71", "region_id": "RegionOne"}], "type": "container", "id": "0f71943abdfc40819beacf6cad9058e1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "352d35c8936f44baac08fe49e943f543", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "82545f46e9484bd2b6d45eb8cfbb91ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "898af23d99384c519c9e1688a67853ba", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "77d4695d3f9c40f3a73984134beb4705", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0c694629d4e44983b1fd2e6ed9c426eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8b638c0ee4874f6db7cce290dc89b970", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "247cde49c4854d96b0b331cb8b93c202", "region_id": "RegionOne"}], "type": "rca", "id": "bce689b903524316b90f2d7148c2a93d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b45de221501d417384633bb20df742dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "92aa2790dfd34ef98de314ccdbaf99b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6e3f2ef40d5749f2b69e03a9d11a3574", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0aafebfc4c334c3b8b4418336e6df2de", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "83eafc7314ca440eb6d3a5734206c57a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cb5ba212cb8f4955aaffb2b121d78fd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8cfdcf16eae8401ba16877568dde4961", "region_id": "RegionOne"}], "type": "network", "id": "634c9314789045cd89de496c0f3af114", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a60200a1a02f49748747555ebb8ed24b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "787cc0a46b574886981217c775edc70a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "91e3c5e5f3a142ffb74c4617a3378ccf", "region_id": "RegionOne"}], "type": "backup", "id": "a044bb04af91404896ba10b5d9ed5434", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6d61dd88d8b44b1c8de5997d90067c3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "59e3adee2f9b43bfa40663e118d5e5fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "583bf020a07547208b4b1658dbbe1f01", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "559b1626b037437ab372c25a60301f51", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cc803c9d756a4348a733ca008142f728", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ad3e1817551748a186d63e46cf60bf0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f01475a8733447e795d083cf55d6ee0f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b29e2187da784d81a67aa45a82068eb2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3cf478577656401fa1b2c72aaa1a145d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "90864366d78b403ea49dad4497aa961d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b772cfd4476b41a294d32beedf02c077", "region_id": "RegionOne"}], "type": "monitoring", "id": "af74a678568c457b94f1916b402569e7", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "158d819f72db4d71b7c9836b7ddbddd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "70bb156cb1d748e3ae7fc893c555a3c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "618a1733f9b84472893af4713db7d5ad", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9f1b3e5305b04662aab1d748ce375e4b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "7cf81943e03146a5bc4e567e55a069d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0c5b3764ee574789b40b2bd30e2ec1a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "85490874468b46329d8d08a103c03539", "region_id": "RegionOne"}], "type": "placement", "id": "89de64a48b6741d5bc93b641081c1753", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a41e1426960e409a859b9aa1599a11de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "62420441b55d4beca99cb5489eae6749", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b3939339df244fc3ba3a2886a39c9614", "region_id": "RegionOne"}], "type": "instance-ha", "id": "183404d8f6c04038bbb440085e197598", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4fc270407527451e9a1f56000b5ba44b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4c9e6f709bf0420b8b819cbe70ef714b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e512744d245844778098eedf258429df", "region_id": "RegionOne"}], "type": "ha", "id": "37ce174cf72041c8a6854a102bdb3111", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e0984da97e05475da3bad4af331510a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "db292ded77e44a60976dcffa8af93d27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5567cf11e92a4d84a7f00f68444744a0", "region_id": "RegionOne"}], "type": "reservation", "id": "0ccf1edfacc145c2a512e7c1ba41b504", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5203885c14be44e7adfceaf34b0bea8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "eebf3a6205ed4c8fb8ccd1e231c583c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "0c3a0a28737c4923813be40aca452359", "region_id": "RegionOne"}], "type": "function-engine", "id": "d98a7926afff4e3a901a8456c2d9c552", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "dbf5d47899c7473b91a0a92d9318949c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d5b96b002ca14442bab7a5e3b689ad57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2bad4e25ffc14b08b007a95d56b4d0f6", "region_id": "RegionOne"}], "type": "accelerator", "id": "78ab9e56b397434397c6a84b7c1bcbc9", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7cb721e1f7bd40d58e79bebb09b11e08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3d58857f5cca48d9ba09fc979f2a1ac4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "036dc59322874567a259d8fea2bd4083", "region_id": "RegionOne"}], "type": "admin-logic", "id": "079dffb503f249f28b7606c0a5f997d4", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "865c8e61c43848c6897b83154e352ed7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "62454237ce344cc59532a7bf4bed9b6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8538bf7fabe3457e8e4dd9b1e47284a0", "region_id": "RegionOne"}], "type": "registration", "id": "b0792c6c6e964dbc878e2f40b13b3dea", "name": "adjutant"}], "user": {"domain": {"id": "4b8c25b10fcc4e679dacaac2151f6e1c", "name": "c6c95015d34647c78998ec2459b27969"}, "id": "f19c1c6a0f404e798500e215869508ec", "name": "7aa0d995a9ba42a890c6f69871d8c2a1"}, "audit_ids": ["a8a3eb789f594be380f99f31d511008c", null], "issued_at": "2019-09-19T09:04:36.960033"}} 2019-09-19 09:06:37,120 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,122 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,123 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:37,192 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/2406b140-8b5d-4d02-8863-8724fab5d83a -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,195 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,195 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": "conductor0", "instance_info": null, "uuid": "2406b140-8b5d-4d02-8863-8724fab5d83a"} 2019-09-19 09:06:37,199 openstack.baremetal Still waiting for the lock to be released on node 2406b140-8b5d-4d02-8863-8724fab5d83a, currently locked by conductor conductor0 2019-09-19 09:06:37,200 openstack.iterate_timeout Waiting 2.0 seconds 2019-09-19 09:06:37,237 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/2406b140-8b5d-4d02-8863-8724fab5d83a -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,240 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,241 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "properties": null, "uuid": "2406b140-8b5d-4d02-8863-8724fab5d83a"} {29} openstack.tests.unit.block_storage.v2.test_backup.TestBackup.test_basic [0.068563s] ... ok {28} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_get_port_group [0.068600s] ... ok {4} openstack.tests.unit.cloud.test__utils.TestUtils.test_safe_dict_min_strs [0.062407s] ... ok {26} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_volume_create_attrs [0.061516s] ... ok {16} openstack.tests.unit.baremetal.v1.test_node.TestNodeSetProvisionState.test_manage [0.072294s] ... ok {9} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_backup_delete_ignore [0.064713s] ... ok {2} openstack.tests.unit.cloud.test__utils.TestUtils.test_get_entity_pass_uuid [0.110554s] ... ok {22} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_delete_allocation [0.062386s] ... ok {24} openstack.tests.unit.baremetal.v1.test_node.TestNodeTraits.test_set_traits [0.074811s] ... ok {30} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test__get_with_fields_port [0.073444s] ... ok {15} openstack.tests.unit.baremetal.v1.test_port_group.TestPortGroup.test_instantiate [0.067834s] ... ok {10} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_type_delete_ignore [0.112630s] ... ok {21} openstack.tests.unit.baremetal.v1.test_node.TestNodeVif.test_detach_vif_missing [0.072056s] ... ok {8} openstack.tests.unit.block_storage.v3.test_backup.TestBackup.test_restore [0.070351s] ... ok {20} openstack.tests.unit.baremetal.v1.test_node.TestNodeValidate.test_validate_ok [0.070739s] ... ok {7} openstack.tests.unit.baremetal.v1.test_node.TestNodeSetProvisionState.test_configdrive_as_dict [0.076064s] ... ok {1} openstack.tests.unit.block_storage.v2.test_type.TestType.test_new [0.065959s] ... ok {25} openstack.tests.unit.baremetal.v1.test_node.TestNodeVif.test_attach_vif_no_retries [0.075054s] ... ok {18} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_port_groups_not_detailed [0.071008s] ... ok {27} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_delete_chassis [0.066466s] ... ok {6} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_volume_get [0.063494s] ... ok {23} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_type_get [0.051481s] ... ok {17} openstack.tests.unit.cloud.test__utils.TestUtils.test_safe_dict_min_key_not_found [0.064265s] ... ok {5} openstack.tests.unit.cloud.test__utils.TestUtils.test_safe_dict_max_key_missing [0.063249s] ... ok {19} openstack.tests.unit.cloud.test__utils.TestUtils.test__filter_list_unicode [0.060208s] ... ok {13} openstack.tests.unit.cloud.test__utils.TestUtils.test_get_entity_pass_dict [0.061734s] ... ok {31} openstack.tests.unit.baremetal.v1.test_node.TestNodeMaintenance.test_set [0.076297s] ... ok {29} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_snapshots_not_detailed [0.064295s] ... ok {28} openstack.tests.unit.baremetal.v1.test_proxy.TestWaitForNodesProvisionState.test_timeout [0.075498s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,208 openstack Still waiting for nodes 1234, 1234 to reach state "fake state" 2019-09-19 09:06:37,209 openstack.iterate_timeout Waiting 2.0 seconds {26} openstack.tests.unit.cloud.test__utils.TestUtils.test__filter_list_filter [0.055564s] ... ok {16} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_nodes_not_detailed [0.063520s] ... ok {9} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_backups_detailed [0.064567s] ... ok {22} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_port_groups_detailed [0.064593s] ... ok {24} openstack.tests.unit.baremetal.v1.test_node.TestNodeVif.test_attach_vif [0.073985s] ... ok {30} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_get_allocation [0.065164s] ... ok {10} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_snapshot_create_attrs [0.072313s] ... ok {21} openstack.tests.unit.baremetal.v1.test_node.TestNodeWaitForReservation.test_timeout [0.079057s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,246 openstack.iterate_timeout Waiting 2.0 seconds {15} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_find_chassis [0.065391s] ... ok {7} openstack.tests.unit.baremetal_introspection.v1.test_proxy.TestWaitForIntrospection.test_failure_ignored [0.072721s] ... ok {20} openstack.tests.unit.baremetal.v1.test_proxy.TestWaitForNodesProvisionState.test_success [0.075942s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,162 openstack Still waiting for nodes 1 to reach state "fake state" 2019-09-19 09:06:37,163 openstack.iterate_timeout Waiting 2.0 seconds {8} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_type_get [0.062615s] ... ok {25} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_find_node [0.065146s] ... ok {1} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_snapshots_not_detailed [0.064410s] ... ok {18} openstack.tests.unit.block_storage.v2.test_snapshot.TestSnapshot.test_create_basic [0.064163s] ... ok {27} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_delete_port_ignore [0.064311s] ... ok {6} openstack.tests.unit.block_storage.v2.test_snapshot.TestSnapshotDetail.test_basic [0.065035s] ... ok {23} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_volume_delete_ignore [0.037336s] ... ok {13} openstack.tests.unit.cloud.test__utils.TestUtils.test_parse_range_int_only [0.060200s] ... ok {14} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_node_set_provision_state_wait_timeout [0.296941s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,282 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,288 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,289 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,292 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,303 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.215622+00:00", "project": {"domain": {"id": "60e747ebe91d4d13bf7d115408ce1e90", "name": "573256de94ed497a88e967ea1dba7a65"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b92eed927c8d482897a46a810a15ad1b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c23e5e24a6564dd5ac78ad7a71e9b003", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d834f49857974e329f465abb84e5ffb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "81467fd491bb453da02c4b0c772315c8", "region_id": "RegionOne"}], "type": "identity", "id": "7de69af6c71f4a2d879466e3cf239512", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3e752de454584bacb25250991442f5d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "86c6a429378e4df8a1e3de1d66391670", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "1fc1a1495b024c46a67396ffdf02972c", "region_id": "RegionOne"}], "type": "compute", "id": "e23618b5d80f424c94f40186c8270850", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ec7518e85beb420db50da151ca899d88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2e75ba717bc545928f36841f688de95a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "52405cadce264af6beccf41a39c6da9a", "region_id": "RegionOne"}], "type": "image", "id": "afbfbeeb56704768b0a2d839997ab32c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cbbc7f905e0b494eb1e15f77c8790ffb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0462b69d98ce413b89a8e562e3804ac6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a9956c2074154c9e99b8f8bc11922609", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7ef8d753a46b400da8c3e5789cea6d35", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "957c4b43c81342179f763cb57aca3f04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63fe147018a24612991ec00bec87ce2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6b8124ffed145b6a3d0bcac0b139b69", "region_id": "RegionOne"}], "type": "object-store", "id": "d39eb1bb22da411698521c68dc1390d0", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b7d52a4d5bea467b921f42df85684a23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6ae9cae00c3e4d2ca97213712ec71ad0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3f0960f22a18478b94c4454b88876729", "region_id": "RegionOne"}], "type": "clustering", "id": "0e0ab0c1aeb747edbffe8435aac5473a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "158f4d3ece8c49d0967b3ccdb5777a90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3c96d2db53ca4d6784b2eab6f1f1e199", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "df2dac697dff42da9b31eb63779ba4c3", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "aad779dd327f428883993e559565108c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "50c8dc8c5ee2478096261187e1867c9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "51b50387c3ef44b7b01d8f527a90e9d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4e8a9940c7c6453ab0792703d2c14234", "region_id": "RegionOne"}], "type": "cluster", "id": "24b1cf362f704c02bd4f5d7c39312e41", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d298d539c45c4f46ae0c72876deafa56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6eb85179843f4e44ad1a7dc00e9e1b63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "670607869c864e3eb17e86ab02d27d0d", "region_id": "RegionOne"}], "type": "data-processing", "id": "ef8f8bb50d5f4054b8605af5c8504dda", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "325fcb521c0146dc816c01e255917846", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2015667f00544141af5eaacce3f43cbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2260d80677144690859901972d58fd6a", "region_id": "RegionOne"}], "type": "baremetal", "id": "a4b5f21272fb4796b3d3bb23ff0c0936", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "830517369f984c9c896283ae936222f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a601407dd38a41eea0a2681b91442310", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0b3e3424bff7421284a505162591329f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "5d93942301b34b3ea066415e2dbf1661", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e437dfcaa34046279de74c9e8ce27d56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f7007344611444feaf77f40313016e51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0589c0d4359046c58f899e1a047b5b84", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "401571d6457f4440a188899667ac2fb7", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "414269db664e47339ce89a7c4c4e0055", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "93f1fc9aac1243d18208cc9315f76588", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "30b94ec2ff8a4fc0b327bbfe532a238d", "region_id": "RegionOne"}], "type": "key-manager", "id": "84e4c4e2235d4ff4a234dfdb7f7141f7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "295d384d3162480bafc110196bdb33ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3893a0dffe0143d0887d40d1dd27e555", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fb34c5d78d0546f1ba2cd8337a4a5dd6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6572c182cc3c4267b33888e745590fba", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8fd97c3c47a0457ea7b82ca8f59915a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f6fdd96c5d8543c1b316cc5ab5c79e1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7a1adc46990e4f7a8eb6139503c90b27", "region_id": "RegionOne"}], "type": "infra-optim", "id": "df97559cb92442ffaf67f8ecdd184c14", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2aa115feb6974ae9884289b941db706a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e47a6d5e1185444dbf72ad50f77c5a78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8b77d126aa6c45a3b325cde78fe07314", "region_id": "RegionOne"}], "type": "message", "id": "83553d6a0b1d48989e556c30b37887ac", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c6f602e1e40342d0ba7d8ba15aaa8d1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "449ce91a59c74e088526eebf38be00d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a9e15ae2e5154434bc9a691841c40224", "region_id": "RegionOne"}], "type": "messaging", "id": "77cf6250d9c74590957d101be86b500f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e0e6c29617d748e182ea8c476a6e4022", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f10441567ed1445ea3eba0839b5fcd63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f2f95fc1dfaa4133962ac922c4158675", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8062999ebbe34dfb8b7108b5eb9fea81", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9b57f1cb11ef47349ad01fe705e507a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a50d40ad94324ec68ef4265e39dfe095", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a8ac3750ae1f464ba950b1da7c5382cf", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "71997b7e6f1d4d12bf7f5d7f61229f2c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "38f68316ff8342d9acbda6380e13d87c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "59230aac001b47d7b0775c87d6cd1f6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e32c417dd23a4b2d8edf7b8a433daa72", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a9875d93193142929f899e99a7ca9509", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e924b3c0015d4513bb389fe0e9db3373", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "36d312e4cf80434ca069ac2e79e40fe6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "993f33672b024c93b489d57754beeb39", "region_id": "RegionOne"}], "type": "container-infra", "id": "c8b5d6f5b6f14b11b2e6ef20eb89fa6a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0ab3f3266cb544deb04ebdc4275fe0be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "269f118e8b3742babb5296e82ce633cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4802325df1024d4c9fff84bcd90a6c58", "region_id": "RegionOne"}], "type": "search", "id": "292dd994f7b1431c9723fddcff69b288", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "aca760580f734766b728ff298e510c7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6c952c74db2e4dd19c466d67e3013e20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9eff659684744cb1b6d8ae76e07836b5", "region_id": "RegionOne"}], "type": "dns", "id": "fb7cc386484940c7b1463f26aa97c46c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "61d8ca70de3e4de888c596a90ee1a8dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6534a007ada64634ad373f5680e3e45c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b228ca09889a4642b32e8a8d73f92a6d", "region_id": "RegionOne"}], "type": "workflow", "id": "e169707fbddb4201aa099684295afeb9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "858b39bb19cc487abef97dc031c64039", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0872763f5426407289d7ad54e37e2f68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "54be4bd64ca0402ab7c1d0e1881097b1", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ff55d309efd84961931ed3679a83fb2c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "33a7ff1f624a4269ba4c9c94016a94eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "dc04e7b2d6d648f19d2f41c2cfe12140", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3c0079f0b815446cb43f2f00f153bdbb", "region_id": "RegionOne"}], "type": "rating", "id": "93d8b59e12cb4087a2899c6257a48b8d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fdedca563e9c4983b227362bdfef5f41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "31456258a269445e9cd3c04a3305c2d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a3a569f7f5e2475e9d4773e391005554", "region_id": "RegionOne"}], "type": "operator-policy", "id": "aadd9446e9c24f79b2da274ac8bdc7c5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cc812b848017461e91b9d54c38b831ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3ff8ccd0da2e40ceb4223551c1568cac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f8353a67fd5c4d04bbac967d4b4d54e7", "region_id": "RegionOne"}], "type": "policy", "id": "e8f56e54ade64c55a52ca760d255db6d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "66619c8188284463bbc0667216bb0d5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "47595223c8444006a6ebb10f64691d35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0f5a182e77e1414da77cbefe4901aceb", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1529508d95324c1ba8fdeb8581f82d7c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "faf74712df274519bfebdce2330737a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5215ad40ca3447218bdad9575fe02bef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "22647346d8c74e73a71d565a82e94ef5", "region_id": "RegionOne"}], "type": "sharev2", "id": "357f020cb9f24e37864b2982b8c3f44f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "071925efb8d54f08a113600f69c5577e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cfd4129b66464a5abbb848e0c21a52fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "65de9c994483414dbb1d76c53adaacf2", "region_id": "RegionOne"}], "type": "share", "id": "d440d7ba0ca24ae1bf6a05e25ec3cf5d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f6fdd49f673b489383104a7a1416e356", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ca40a6b0925d47b4ac34ba875a0e5e11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "12f05ab13f3c4fa9a485eb28382c7d68", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d0814fa2b8b34d92a3766e4a349914f3", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f24d89620634e6b82e9310e51226d78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8642c9312c78435585b91ad79dcd4cd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d78635c9960b4be298f2a31c21d3884f", "region_id": "RegionOne"}], "type": "orchestration", "id": "874d75a19c304ef6a2651e5782f953a4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "072b27311eb241058700ec92564979ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08df798662834789a5fdd4ea0818ce5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d43ed2bf71ff4187ac376885b45c9430", "region_id": "RegionOne"}], "type": "block-storage", "id": "58997e0cd2564853a957b43c47be34aa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c0d0c77d0054bdd9a611f9083784275", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4b56c0974e74c25b9932e56e0168555", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "efc09c69ca11475ebd6c1695fdfc6e7a", "region_id": "RegionOne"}], "type": "volumev3", "id": "aa53725a4b014db09c9f2e3ecb33e02e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20298ec04c344b7383f3786cbac28150", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47c40b9de2864706870bd556ae5c9bd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b316b706ded247e985ae13264d2fb380", "region_id": "RegionOne"}], "type": "volumev2", "id": "ed9d10e891c54464b05862d341527e14", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e8a9b6580034d7cbbb796270e23b210", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42b30a2efab741a085da56723018a8b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c153dfc605b4d0084a1a2bda3c59a62", "region_id": "RegionOne"}], "type": "volume", "id": "97ed37c7ee0f4824803a16dc8b07d6a3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1af8d1eb6b9e44938b38e2f283dfd913", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3bc20c7bcd94582935f9924cf9b8cce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37b2658ea4cd4a4bb47127dec5c57578", "region_id": "RegionOne"}], "type": "block-store", "id": "7ef7372f47d941e996f56a267d14face", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "35dff8f24e5a455d9c4dd7b3eac1ab2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b3efe565309c4dd9a519bc45ca2c0e7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "763aadeb98fe4fca900dcc1980459f68", "region_id": "RegionOne"}], "type": "alarm", "id": "d6824652d32c47aa8b54722693a0243a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7c18bb8445324931b93bacf2bccff406", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "334a2042a0f949e3be159e5d3c1c8726", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e19ffe4496a9489cbd98101f7bfd496e", "region_id": "RegionOne"}], "type": "alarming", "id": "31a64a26f6854471b4caf812b008bc4e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "47c2c67360f443aa86918e0433987973", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "532e08553af34230877a2158dd34e691", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8005848234004a238c037e35b616a1ab", "region_id": "RegionOne"}], "type": "meter", "id": "e824d809f5ee4bcbba7b1db0b69fa806", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ffae01c11e084a91b4897490c5b73f48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f552034390c44aeaa200e69fac815716", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cc3836e4a2d0486194cc397042f55c46", "region_id": "RegionOne"}], "type": "metering", "id": "eaca90f985bf438a9e072e95b9bb4cfd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b2ab4598c79945638e5339236732ec86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "11719174a0ae49cf82c825fd9e19c1ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "85018f1694ea4e27a234034805bbf8bd", "region_id": "RegionOne"}], "type": "telemetry", "id": "02fcdc6ac6164085abb6a842b996a9ee", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "59817605c5f14f31a032285e54974471", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e794b9c5385a4403af7c31d468cc9131", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f90aecf1352c48d7926f2b6d4ddf3a8d", "region_id": "RegionOne"}], "type": "event", "id": "d1082559204a4ae7a2350d4d90216eaa", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "077f800cb65b4ed690179c9ee3fc61f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f4143e48ea2e4884af1fb40cdb3c7331", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "87ac06cbc294417db3111300fa175acd", "region_id": "RegionOne"}], "type": "events", "id": "37d88d98937c4f77892725a0e36eb989", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9beeed373c45484d83a95d91f6bb4c3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b83a073e8ef44e23a9a74a318628eea5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "890ab47b28fd42ef8d7de30690bf346f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "14bd8686d5c14e0b8c8c2066ae152ec4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1365b6873f214050ae2abd612a53384b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "faa1e94c1e7540edb282b603af16a59e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8f59c6bb3bda48f8a7ed958db6577187", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f62c3f290b4047e08535b76ec21565b6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d03ac6b29f42428ea34429ed092f4824", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "af2e8d553a54463e927212562928371d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e0238ac884384311904090df87b012c0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "202a4d4e673b43338e884db6f4dd49fb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2031b128b87b4772b5732d409036a07f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d5fd05483f1644f88a1420aede75a9ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1807b545b03041a29a8a4bcb48ad76e2", "region_id": "RegionOne"}], "type": "tricircle", "id": "4490bf02b7f14c32b9edb09780938fb3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e57305c90b914840ba209e67d884092f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "79d3d59328764530a7de2c92d406b229", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "126ec9a0179740e8a7ffddf5bdac8be3", "region_id": "RegionOne"}], "type": "database", "id": "f8e88022082c4e7ebc2c2280ca263496", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0e528cd5f79241bb855c77d19b318215", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6f8935d155a84f6b82639df5609a65ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f38bc21d5cc149dcb1ccc0d81f6d80cc", "region_id": "RegionOne"}], "type": "application-container", "id": "06c4697aa4854d81ad2b8444be48859d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "62bf85f69cf24e158ee4200f2508990e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f42ae338e03949ebba59445b94ccfed1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "550dff1365a745e48df945c4532b838c", "region_id": "RegionOne"}], "type": "container", "id": "1d9280f5d14f4d0d865045c70f7e338e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1b88efff310c4390ad0324f5ff7b6432", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fad2dd3fc9cc41eba520ea8347cab1bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7e1c7ccdf852420f94e0f16e22d42bc9", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7bbb0c35008d42e480e03894d9f7773c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "555794d7548a4ac5928895151000088e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f9c59a70809642b5a973c1e33409e226", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "38675be7382f47ecb8feb1e77d2000ff", "region_id": "RegionOne"}], "type": "rca", "id": "21f76975e63c41cb8f23261eec80a05a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2a6d700528df4188b76a6be8c37fa618", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c2f1d6e6c5d94d91a7fe184c3ab08916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "0318f3c04c864992ae4729933872ca3c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e965b3498a144d9da2e67f6d0061fe4a", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "65991d50423c42ac8b517dac526e1f44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "23389d66eabb4e5087ffcb9305d8993d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c1c830cf7761436a87f965683591fedb", "region_id": "RegionOne"}], "type": "network", "id": "4aa6d58c46a24d609737bcad45717314", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "4f327ae488e44ee7a570cc554ae3fec3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2daa04528f1f4f22a54ac8fd63afd926", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6f19d5f760bc4db792d3ed5c47c8c5ee", "region_id": "RegionOne"}], "type": "backup", "id": "05d59e20c6984e7db12d7c4b9d916112", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "41247c5012e14e97a3d1cd5326cdda26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "56e45c98d4454ec585f306a34db54bbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fb3327407eca4f3d8ca0fc17098174fe", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "2c4c13bdf48844da8f7dd8e6373e9136", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cb9010a1de754968b134ee740cf09213", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "40dacb4ec9a240ddb0ee1ef0327f8823", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "12d6541e8bba4f939c38868ff9602849", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "68b082b617f543cbb952af8f6127d1cc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f9012b16c33947faa28bff88138199de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f0c688007f4c48d492f6f529df07fcb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5e976c2be6374eebbe40822f62159439", "region_id": "RegionOne"}], "type": "monitoring", "id": "d9100bd5b25f4aad99d27fbe669c919f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "dfa3ef5886f240c992cc0aa3d04d85c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "189e1bb4ec8841a5a396af0e948f0a10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d8f4e126e58c41408f2b6bf50da518f7", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d12866e9412b43509058435dc0bd951b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "66281ca318ef43febb8aa1fdf61ddf64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "37b28e32eba54124b5bf96bc9e4c0e4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e8d96d6081dd4c3cb0a43de76cd95ce6", "region_id": "RegionOne"}], "type": "placement", "id": "c75644a5548a42fdab1d96c0c0d4e581", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9e89c842be9946e2808ef2f9470e3ce5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ff3b6b3c6ca84e81bc908ff2179dcdb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cafcb29fce3a4aadbdd82b7a02c4fda6", "region_id": "RegionOne"}], "type": "instance-ha", "id": "07e9177ddef74cae844e8f57810c2be9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5420d93dca244464a3705350a89291ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "64ac8c5ef7b64b0db5608482924a625b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "83c54aef569449fa9f5593704628c6e5", "region_id": "RegionOne"}], "type": "ha", "id": "8b4da1d6ddb445bf9d86162c76621320", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "847d3548180c40368279c678ea90a713", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a3b0ad5f9e3e4c21a2f6c1d59b5c1046", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c60539f1bee24d289ad7120c498d4ba5", "region_id": "RegionOne"}], "type": "reservation", "id": "1d291dc539a5469ba275e681caa374d0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7c246770e7ee42fb8e1ad21c59c00b94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3441f6566fab49c4931358af5d8a49bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b708a1366ad5444181cfaa6446bf7fd1", "region_id": "RegionOne"}], "type": "function-engine", "id": "172981ce76d94a00924714d5e2373ce2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "73c772722cf44602ba1d67e3d568bc7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a3ca365dfb304cfd8b148e69468ff9ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3aaa35ea09924c98833aaae02570450d", "region_id": "RegionOne"}], "type": "accelerator", "id": "5f16e4e51ee74a7db42bb6be1aab616f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "41bb7cd3f38346aeb73d3f54e649e50b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d8d39069408248c7ac64d1a58dc20c84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6d08d09adac9422f8abbac2509b2e5c8", "region_id": "RegionOne"}], "type": "admin-logic", "id": "09271ab29be54361aa376c9add74ef19", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "584e5d6bc8c449f4b620bc6ee4353167", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7af99ca3006044f683bf70f05031fab8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a9447c5cd2204fad8b06ef2597f0c42f", "region_id": "RegionOne"}], "type": "registration", "id": "bd4f00ed3dce4df4ab2bbcf98a16b097", "name": "adjutant"}], "user": {"domain": {"id": "713281342c85407a9aedd2ee3647a345", "name": "075ed81a894e4b09b8756990d22d6af1"}, "id": "6733b672be184cb1840c959a5eaeee3d", "name": "8ed51fee18e2469f83950d8ea593e781"}, "audit_ids": ["edd4247c63cf425a9973fa32554304ef", null], "issued_at": "2019-09-19T09:04:37.215622"}} 2019-09-19 09:06:37,394 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,396 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,397 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:37,425 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/f72d332d-ec7c-4b95-8276-606ee0634e9d/states/provision -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "active"}' 2019-09-19 09:06:37,428 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,449 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/f72d332d-ec7c-4b95-8276-606ee0634e9d -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,451 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,451 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "f72d332d-ec7c-4b95-8276-606ee0634e9d"} 2019-09-19 09:06:37,455 openstack.baremetal Still waiting for node f72d332d-ec7c-4b95-8276-606ee0634e9d to reach state "active", the current state is "available" 2019-09-19 09:06:37,455 openstack.iterate_timeout Waiting 2.0 seconds 2019-09-19 09:06:37,476 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/f72d332d-ec7c-4b95-8276-606ee0634e9d -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,478 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,479 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "deploying", "reservation": null, "properties": null, "uuid": "f72d332d-ec7c-4b95-8276-606ee0634e9d"} 2019-09-19 09:06:37,481 openstack.baremetal Still waiting for node f72d332d-ec7c-4b95-8276-606ee0634e9d to reach state "active", the current state is "deploying" 2019-09-19 09:06:37,482 openstack.iterate_timeout Waiting 2.0 seconds 2019-09-19 09:06:37,502 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/f72d332d-ec7c-4b95-8276-606ee0634e9d -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,504 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,505 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "active", "reservation": null, "properties": null, "uuid": "f72d332d-ec7c-4b95-8276-606ee0634e9d"} {31} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_chassis_not_detailed [0.069090s] ... ok {29} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_backup_create_attrs [0.064509s] ... ok {28} openstack.tests.unit.baremetal_introspection.v1.test_proxy.TestGetData.test_get_data [0.076342s] ... ok {26} openstack.tests.unit.cloud.test__utils.TestUtils.test_get_entity_pass_search_methods [0.168016s] ... ok {16} openstack.tests.unit.block_storage.v2.test_backup.TestBackup.test_restore_name [0.069865s] ... ok {9} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_type_delete_ignore [0.063837s] ... ok {22} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_ports_not_detailed [0.063984s] ... ok {25} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_volume_create_attrs [0.049786s] ... ok {30} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_get_chassis [0.065990s] ... ok {10} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_volume_delete [0.070172s] ... ok {6} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_snapshot_delete_ignore [0.064298s] ... ok {7} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_backup_delete_ignore [0.064422s] ... ok {20} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_snapshot_delete_ignore [0.064778s] ... ok {1} openstack.tests.unit.cloud.test__utils.TestUtils.test__filter_list_name_or_id_non_glob_glob [0.060400s] ... ok {21} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_delete_node_ignore [0.064603s] ... ok {15} openstack.tests.unit.cloud.test__utils.TestUtils.test_range_filter_min [0.063430s] ... ok {27} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_update_port [0.063948s] ... ok {24} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_backup_no_swift [0.065729s] ... ok {18} openstack.tests.unit.block_storage.v2.test_volume.TestVolume.test_create [0.068113s] ... ok {31} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_nodes_detailed [0.065102s] ... ok {23} openstack.tests.unit.cloud.test__utils.TestUtils.test_safe_dict_max_None [0.039863s] ... ok {3} openstack.tests.unit.cloud.test_availability_zones.TestAvailabilityZoneNames.test_unauthorized_availability_zone_names [0.169189s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,105 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,111 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,111 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,113 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,124 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.032143+00:00", "project": {"domain": {"id": "73a900b570574bf69f01430398e62325", "name": "29c426f3ab654606aeff79213fac7828"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "01b43e23b0114f63a4b99da85c0f5503"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d6e9be63bd3649f09fffe09b8e4166c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f5567295cc934887b2a1817bdda23e18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6f56e3c1c137411eb4d6847555ec538a", "region_id": "RegionOne"}], "type": "identity", "id": "8b512faec6474dfd8478588e78ea33db", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a26284e4ef7645a5880dce378acb260e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "67ef4e24ce824ee4ba6381504c38a10a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "11d0aba2140744fbab32b978426bea47", "region_id": "RegionOne"}], "type": "compute", "id": "45f7914ad2da47c88cb7a14425aa9777", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9fc215679aae4e9fa44dbcfe2ecd3c14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "61e2b18dafab4bf2a1a1432e7fb7b725", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "42a37621da5c413babdc5661bc36a98a", "region_id": "RegionOne"}], "type": "image", "id": "e0fa2f31d83342a991df7d4a14219c4c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4c27467f2fba412eb47de49b07be52f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b1d82b6d038645fe9634c553ebd277b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "effe5c7c03e442a98a5c9ec33589d9dd", "region_id": "RegionOne"}], "type": "load-balancer", "id": "cc405f1a1435493eb0b2b27e6efbbcc8", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5367218313ea46e18429f53460d2a344", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ebe08156b5154854af617b9aefd6952f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a0c649ce55247db9f0d1b860b0435b7", "region_id": "RegionOne"}], "type": "object-store", "id": "65f2476c58ea413fb989e8bee5edb035", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "75826cefb30746baa7940a18c12bcd86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b42c0f36d11e4506860f254efd36166e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "02cf3f0881534492bd1c8e2100928bd9", "region_id": "RegionOne"}], "type": "clustering", "id": "b7345eb0dd444e53b185110d718085ad", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bba833932d0d49a88033288186374dc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "77fbdc4b2579407d859caf670728a7d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "26c5a1485e284012a3c165460451a75f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a067707638dc471fa49226f3f22f8e34", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f67102ea39274ff3b5b3ea9dcba36b71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c7e42270910d4bcd9e323e69fa68bcbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "28b899e7c3c8401e8c4d4e9f7b3cff40", "region_id": "RegionOne"}], "type": "cluster", "id": "88ca4e3196ab4792abd564148834a494", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ed17f3ca178c44e5a332ffcf09b12e19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3ad810cc00d94826b57c2c1eac902c5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "174ab5212ac1447e96f4088ce0d031f8", "region_id": "RegionOne"}], "type": "data-processing", "id": "3553ace398e84055826e5cfcb7435464", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "34b270ca72fb4ed4a2aa7b4ecc5eaf19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "74069def7c674bed9ff8afacf192e0b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "67cba1d284e74107b06d9b3eb92c7c80", "region_id": "RegionOne"}], "type": "baremetal", "id": "64b8c31b9d264f81bc36630439ddf8a9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2364608bf6bf4126bf2a0714d243e0e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f59da79d346044e4a95143d1df8711fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2e10adce6cdf49ad81586b7ae656aa31", "region_id": "RegionOne"}], "type": "bare-metal", "id": "82fd2e3ec1dc453ab518250d78b5c797", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ac1eccc749924255b57e7af7aac94c50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3d8e1ec920b743cabcf40a9432acc021", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4d76b63be0da42aa991d41e1f174d41e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2bb972b72d8d41fdad92daeea781f0e0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "aef5b4e8b6b643b99ebeb24cabd01475", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fbef66a9f9b24379aee5d02ce321a5c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ae31af5de4934ca1ada35a60cbb8adbc", "region_id": "RegionOne"}], "type": "key-manager", "id": "0eb9b82d9aae4497b91b5b5f1e4ecdde", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "706fb6aa9c234ec78fc7733227f8aae9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e13fb55fe89c470cad7961554e032ae7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ed222bca556c4d5d9b39878cc58a7c48", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1e901caf3bd54512842e0c2c41cc7b58", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "be44fc6878604c019b3f0d299437e74d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a65d09a22ec74e67aab7ea4b03f40d8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b01e7eb9918c473aa1a8f324a4d1f3e5", "region_id": "RegionOne"}], "type": "infra-optim", "id": "68938abdd4414933ad810a711c7a5130", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cabdc6cee2d64682b5c428ebebf6bec6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0ddccd0713284f70b250f89c10b96256", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dc76734da8314aad9dc6ff9be2fd49af", "region_id": "RegionOne"}], "type": "message", "id": "20fa43d5d535452184c532358b5c5de5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6252c7accd85444b96be5edeef5598ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6e23a77201294e139f23024c473a3db2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7c1002d8725f42a1b5cfc90906346176", "region_id": "RegionOne"}], "type": "messaging", "id": "588b25b3c454454b99abb65215f7e52a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "36933664d8d44d0e80444df060b32ff2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b86ee8036f1a4b62a8d3b700bbd67850", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "fb9a41744ffc44809f9ca25d40db202a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "38f3d4a05e514a2c8f029b0a6e2d9b17", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4e37acec4fbc4412aad70b64144dc8fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8df1b9136b7e4609b32b584ca8bb7b3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "399e1e25cb46499c82851ff83a7d5daf", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "cab80348ad8d4411a878ea967551ece2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1102bbc2413a4fd0b18d17a0d89d5414", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dc4e1cde55f54e7ea7550c4dce73211d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f6353e240c284e708cb501a7ab96f958", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "20b116a4b4424943a55b585d0c2bc2b6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "45997db18aee47179b454e0fb4ab5261", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "62982adf3b744f8cb2ba173074e0d3ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "88ac1eacdae54ce592753a87c00f7b9d", "region_id": "RegionOne"}], "type": "container-infra", "id": "4258134cf21d45ca80a9633b1db90081", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c8f0aa4e1c87411d8b156a1b1411bdba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "2c17dc53a673420587a6568ae338e620", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "7fad89b04dac44efbf82ce3c89d46165", "region_id": "RegionOne"}], "type": "search", "id": "9125e181b9c94344a74e6cda0a700f9c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "371ae06410db4f30af4586101f982617", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6d4b00222f384956bfe7ae09f2f3add7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c6b3ec906cc6493f9bf27955d3e7a72e", "region_id": "RegionOne"}], "type": "dns", "id": "0af38f4a4cfc42c78f84d4dddff69f4f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "948599b9b4a2444f96c26331adaa4854", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f9ca28777d1f4b12ba5315abd8f43a65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "011e8810663942e4b8e536882591e8e6", "region_id": "RegionOne"}], "type": "workflow", "id": "75ab12e8494343bcab9fedc2e80c70e3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e60a9f15385a4c56b8ac028d9e99a1f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8761fcf1a3f742d09884106327c3dc6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "85787afccf8d4ace8f094a293a78659c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "64c98b8572324cd1860d1014ca9b6c8d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "990a245a0a7c420a83bf335a65fa23b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "023d57faab3f4f85aef176608c0883ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "42d52c972fa648ed8aab31bfc734f3be", "region_id": "RegionOne"}], "type": "rating", "id": "673705e966a4449ba02e18345e3ee95c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f86c559555d146199d9ac153e4aff97e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f582a61404ec4f86a751ec04e49d3ae9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2bcaf620c39948948875406acc20de08", "region_id": "RegionOne"}], "type": "operator-policy", "id": "8819e5d266ae4964acda37e6bb1a37da", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "83a49bceea574acd861890c5a6a9e554", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2e21158b928747cbbfec97af94ec43b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "98193aa9d2ce41cab2a00a92e303044c", "region_id": "RegionOne"}], "type": "policy", "id": "afed6c959b11410c87982e245e86ae02", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3ec5b3fe347d497189efbad61fe0d45e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f2ffa963a97647cd9eb242650845c902", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c288a30f7b694878a8001d5063781e80", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "4cd603ba4a534e1dbc3a6e2d97234ed2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "087116c62f574d9d9416e531d4683a1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5c6a0685adf44f30b7ea03ad7a53f7e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9d2dacccea5d4ebb899af721ea5d5e7a", "region_id": "RegionOne"}], "type": "sharev2", "id": "f7529f85bee24d9095dae1ce4e709dfb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1692868cc04446d29cddf06b62323230", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2b4c00c223094aeab71d6845f5960a67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8d3890350b664fcaaef26731c142a82e", "region_id": "RegionOne"}], "type": "share", "id": "166b52f6b20e4e1c8bc3a4dde882fa1d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3aa4d0b46d78496f95c8bd8e00f63291", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5653b4b42ee342b19a03888f7db2fb2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c9309400594f4a86ae2f3c73a71bec1c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "346482fa0b9a4bd1855ae12a3b8003ad", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2eaf44ff11cb4c48b74629fe2e26514d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7c0d78559a440e6aabe0058b710130f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0cd327e47a0740adb5ca3af750fd2ac7", "region_id": "RegionOne"}], "type": "orchestration", "id": "9d19753eeec549a08acecea7400cd2e1", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "204e261b22d143aab9a10c6fb51ccc00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5245ff6531254efca85f948706172809", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7ad0949d0754f298be0755382220a01", "region_id": "RegionOne"}], "type": "block-storage", "id": "d4089298582142dc89644ef3c0700bac", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26b63ce0ccbe40ec988407e3eac8d8b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4bed2c562804c4ca60fcd47dfb01679", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1bdd2649f2ef49d59729062324450ef5", "region_id": "RegionOne"}], "type": "volumev3", "id": "9cc4c9d307a744098d01b0e94de6c7cc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6cd5d464072c468f9c0db80cc2594ab7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35bf63447be748e29b876c0c28169ba0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cbb0dd83322d431f8eb345f6237ead8f", "region_id": "RegionOne"}], "type": "volumev2", "id": "bf788dbce5e54472b4e546ce1038cf99", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f166a6b2420f4cf69e4c5fc58e9a207a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "814bff72d25d4aa5ba3404e76fc6cf39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74de4a9f7b354b15b55e88c85da2d5f1", "region_id": "RegionOne"}], "type": "volume", "id": "6ee136d490554d328cee817581850fc1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c22fadce5a804452af9e375eca28fbe9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea2cc46b7397468eb8c5b3556fc326cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b8742706a9544dfab67627f03378fc4", "region_id": "RegionOne"}], "type": "block-store", "id": "b41c7ad1316c45d6a88f20fa6d02d7a4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d335f96175b54ed6a60077787c9fa3bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "860c1145145d419a9d96689f9226b624", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7e06b7e139e64773bc8e8a1c083eae13", "region_id": "RegionOne"}], "type": "alarm", "id": "f9af0b25ae8a420189acdb543a9d9386", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5812d5db5a9042e89f305872959c883c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "64a473297c714fd8a46e74603ac74291", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f4f1746f43c248f39e2d20369b81d0d1", "region_id": "RegionOne"}], "type": "alarming", "id": "e10685cebae04326bc420687690a4d8c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ef30ee5639114edc8eabf65181c9ebfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "adacea08a1b94d19bae5db4439155eb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e6c64cb1b9e9430a869c70bf012fea19", "region_id": "RegionOne"}], "type": "meter", "id": "828eadabac06419ab98dc7044fd83775", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "36e16795e8974c579ad480042c75c6d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "95e7a5dbfa2e4e51b296b9ab134c2e2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e5096c0637bf4932ba10435a42064d85", "region_id": "RegionOne"}], "type": "metering", "id": "060b7953493d4f928d22ddd5287f52bd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d5e473473d6a4cf5aa108ff9bc995c13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "11f3b68419f440e48657249346a73a0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "dee1a6302f9940e490c1746976ba8157", "region_id": "RegionOne"}], "type": "telemetry", "id": "97298e09934a49fab99f237456997b00", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7c198a340f1349b5b47e47accf6bf533", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4758d5e286d645e6a775faf6fd53100a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0021175acc0b4d47911ce08255849e6a", "region_id": "RegionOne"}], "type": "event", "id": "d24ec81e21a04a988ff1e726aaff425f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9c64e2bd09f94837b9058418b618490e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c0f3912f10664b91b36f0e07b8f183c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c109fe4794714559b9ced5bd7190b174", "region_id": "RegionOne"}], "type": "events", "id": "a9464dd2d9944347af492b1a192b2abb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b43c777e7e554eebad4fab0d69707c47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "94acb46fa7ca462a8ded3a5dd4b6d099", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9d09e0cd59c14f2dad1f513a1d780beb", "region_id": "RegionOne"}], "type": "application-deployment", "id": "71f49d4598a244658270f319c39ae702", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cdc0540a940a494a9202468b29d53059", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b5cff252d55a45a4a89b1d557407b7d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8565364c9f224c6a864971eb375f7ebe", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ea4bd83a1beb4d8d8a8f8583d7401ec3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a2a7e15a613348a29a69f867ff302387", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c7c02e2ce27340a1aa1731704fb7a59c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9aa6e868f58b41ed8d15b502230be2fa", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d36d884b781d496db986315d03b24aac", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "817b9a7f02a445c0bcd30f7a7012617b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "499c3831e70e49a481682cd8950ccc96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7d76ce3c34e44c598a5c72017fda401e", "region_id": "RegionOne"}], "type": "tricircle", "id": "9fe59cd765ad4387a8db8594a9e64358", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7f725e7b62e74dd3ac7b77f5e8819f89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6b1c2680fa2e471f8671e77374252670", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "cd56f256e86346f395d2ffb57cb59671", "region_id": "RegionOne"}], "type": "database", "id": "59d8f5a02dc94f8cb5259c82a91ab4ea", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "738b11a311714230976ce927b928f945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a96dd95e40ae49718f00c4fa261b7296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4912e29e5eed43fab667519ea3337684", "region_id": "RegionOne"}], "type": "application-container", "id": "7fc8206b2b3c4989ba623b2107567db8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "37dcdafde3e7454e88550fe0d182c407", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fa9730bdacad480d9a1520bb4fc3f2bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f590bd12b7ca4bb3a6a7f178bf774d2a", "region_id": "RegionOne"}], "type": "container", "id": "69f764a2e4a44dee99af54490b70118f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7f597987ede545f7a82ce8901087c681", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a772c4f21e574614abaa329c710e9d1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3edb5ee39de74be58e60f770b870bb71", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "40e0b319828f413ea338f808dcd375d9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c4de9c02091b46648b402331f2077bdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "392593715d0f41f480be174a98726e07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3689bdd537dc44afa9fc02ebc59389e1", "region_id": "RegionOne"}], "type": "rca", "id": "cc3ab7bce881486f8fcdfe00f8cf0495", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d63a45fc5b6640a9953cc9f071c3b870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5664afce6a2b402a9ba4b79622ae087e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "5178d8116f8343d5a9e4a71448db2048", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "971bd56ecb314546b7588e05de32b79d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d75d8de2798d4630949dfa6a6a733db9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "53bbc50e80d1402d996388094799ea04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b0be1f4346d947168001afe3d5264b17", "region_id": "RegionOne"}], "type": "network", "id": "acf3f27666314c58b80a77f5af61ac46", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ce9754acc54948a5a43ded753eb1f89e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8dd6e21ac07a4704b659801c189ea652", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c0006f8fab9347ceb3a570e13c9149fd", "region_id": "RegionOne"}], "type": "backup", "id": "d04f84b2b8e24cf594d43263b2f1aedb", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "05ba00d630ba4fee83f03a45c35350d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b2c951095c954187897b1f2fbc42ffc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0f4f1acab0cc4647b37bc00ab7cda78f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "3663fd70e233403db82dfd6186381620", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "af7dd60bd0c8494d810ce14139326e41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6d81458a5b1045fe84d88461690062fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2219e740e0584989a91fca461ffff76e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e50077d7b147444495b6f7e3bddb1aed", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "484fdba841b743899dae28ff71b2bc16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "55823534e2c644e7a8cfd1d52d7c9146", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "52be13422919454390e4a529f97fb660", "region_id": "RegionOne"}], "type": "monitoring", "id": "7807b2ce608d4b5babaf1bcce7c422a9", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c5473b8fcc7440608419bf632ac8bfc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b066dbff5aaf4de1a074e864108cd488", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d20365cd6ea549f29bc86ed1ce8a02ab", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6dc13f924c744d11b5fdca8d5d89e36d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "545dc29ec12d44e9aa85e6868f3396eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c3fa2709cbdb47dfae3b5ff77f601827", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "cc97c56d38f845508e8fe13af576abc2", "region_id": "RegionOne"}], "type": "placement", "id": "fbb3b6cc83374b9f93acbfd75e666aa3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "112ef4feea2943fb9ed1b9de0843ecb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "35755dba9f2d4b6197093acbf6d990ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4d77bfbb26654c678329127ffe22b5fd", "region_id": "RegionOne"}], "type": "instance-ha", "id": "386854279ccf47d886ef24ee81955c06", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "737524c456fa42dd94603c853d8cf30e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c8eb0f2b39d94f61a09adc648c5ad960", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "917416e779424808bc6204dd7f1b1603", "region_id": "RegionOne"}], "type": "ha", "id": "533247522f184ebf9414bd5f41c882f1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "677b5e438ebd4d928617e9ce557c8230", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f14c3ae713c84bf39418f348be11fdb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "adffd2409662479ca5a2dc7eb05b0370", "region_id": "RegionOne"}], "type": "reservation", "id": "0e7ab4f5505c4dd2a1ea82c4458b731e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bbbebadc80b4441bb3e7a691a7b6b728", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d34dec4e858d4191975e8da7e1f26faf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "9cf3b8e18ba9409cb04f259f8f7d5739", "region_id": "RegionOne"}], "type": "function-engine", "id": "2f348cbf14a54a2f95cae19ecc08e2bf", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6b929da579864bc6990f1fb01bb9430e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8915f27464d04abf8f8f322c585f4e95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "17be5e175f614bf7a6fd4748174349d4", "region_id": "RegionOne"}], "type": "accelerator", "id": "5f18bae2b3ef4f06ae4420f6c4a7b9e1", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "941c5f6a606d4c8fb811d1e9fd056acc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "31345bd1b6644b45ac234fe0bfb4ffda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b42b3e9a74fa4d00a36a8dbb3d372a62", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f6711bebba914849a116c303f9c40c31", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f40db04947c742a087d4cbf2f7319cc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b2d0885fb060414b96a4826f7a0288fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cf081a274bcb4251a7abc8dab38bff42", "region_id": "RegionOne"}], "type": "registration", "id": "a78cfd1d1b424659905a97edeb43363a", "name": "adjutant"}], "user": {"domain": {"id": "82f7bcebfc5d4b48982797a361d648aa", "name": "a151c8f727364e649591e0e65347e8fc"}, "id": "21d0b488fa7d41d69b3a6a2deabe84a5", "name": "ee2d6b2083a4408a941afb44a505aa98"}, "audit_ids": ["2c7d628966454b03b6c68bf287a07fc5", null], "issued_at": "2019-09-19T09:04:37.032143"}} 2019-09-19 09:06:37,190 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-availability-zone -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:37,193 keystoneauth.session RESP: [403] content-type: application/json 2019-09-19 09:06:37,194 openstack Availability zone list could not be fetched Traceback (most recent call last): File "openstack/cloud/_compute.py", line 142, in list_availability_zone_names for zone in zones: File "openstack/resource.py", line 1599, in list exceptions.raise_from_response(response) File "openstack/exceptions.py", line 229, in raise_from_response http_status=http_status, request_id=request_id HttpException: HttpException: 403: Client Error for url: https://compute.example.com/v2.1/os-availability-zone {29} openstack.tests.unit.cloud.test__utils.TestUtils.test__filter_list_dict1 [0.063636s] ... ok {11} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_node_set_provision_state_wait_provide [0.316156s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,469 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,475 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,476 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,481 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,493 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.402927+00:00", "project": {"domain": {"id": "44db7f43c1b34d1f9aea39a30e17c5e6", "name": "3116070c1b6f4de9bbc9356014b9ab43"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7ba89f6e6bb84996b3bc6fe4d24ed238"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3b9a4436c2004ff0b433417822fd80dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4ac7c99dae8d41c48ad540e461336549", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "330531d088924daeb3da03abef11c5cb", "region_id": "RegionOne"}], "type": "identity", "id": "249ee9edb8d04c89a485591acf1843d3", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8c43dc6006a2447fadb546d522b7b5ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "23e272a8795244d4bb45c22334a0f3d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6df998b5b153427da785c6bfa098b5ea", "region_id": "RegionOne"}], "type": "compute", "id": "713516b59f114cbbbdfe2f67f3239da7", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ebc5c825bc7a4886add76148e04d408d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "8f539bc2ccdc4fce806386ec2eb64bf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "acf8ce4aeb5d4e799a9bc720fab4cad9", "region_id": "RegionOne"}], "type": "image", "id": "44c0c2bd21674d8d9858536a33eed2ab", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4a9419c8a26b46b2b94a0a614a9b11d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4db245571cb242ae95cdb5e33c5b2c3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7b1e1a6683c04573a36e84f774ddbf78", "region_id": "RegionOne"}], "type": "load-balancer", "id": "4a70b53dbc77417b80e574ac0d8b01cd", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e020b9da0b514147bf1a93eae1d326db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca0546d26e6a4cc48a599876a417212b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "348c680a147b44d58b2c29319436993e", "region_id": "RegionOne"}], "type": "object-store", "id": "361ab8b2b8aa47508aa6361e3a16c219", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4c1aaa01da304783a5879cc1ab886e8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "636f6e3df9914e41a926804a5860a9d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2043629c5eaa4f31ae7ec172533fa3f6", "region_id": "RegionOne"}], "type": "clustering", "id": "e4a9246d2aef4ef3b2cff74fe0192721", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6db2539f522e421faa6dfd17b8f6434d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6342e206752441f7a2c81c109a07938e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "77252cc2ccdf4f1f8b7e9c138f3f368f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "bfeb6104efbe47b4878a5af78e15a5e1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "75d2e51b8a1a4b8cadc1111bc6778335", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "91a1b45ef7f34e058bef48a0f724fa6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1c7b7a4977ad458499b458c37263f34b", "region_id": "RegionOne"}], "type": "cluster", "id": "fe5249620bde481f920a4442d7d1703a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9516d642a620483f9de3dee651a183bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f4d372112f6c4d2f8d959bbdfaf02885", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1ebcfe69455848a3b3aeefb0af7ba41d", "region_id": "RegionOne"}], "type": "data-processing", "id": "6cff19c863b1497a82679b2aa5e4d23e", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3a43f3568ff54d1c884e39b146a6aa5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f4a2a36cf84d4a1292093842b188ee3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e15af16eb6fb42c380dfc53ad56c8de8", "region_id": "RegionOne"}], "type": "baremetal", "id": "91667a48def94805aa0010b67f3e598e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f22124a2341645a79c405dc171132abf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1dcb10ad775746a9b4fd489eafec88f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0ded328a67e548429f3ef8afbea1e3fb", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b3c4f8f0bad644f2bccbe642975520fc", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1029ccbc88a64e6bab0e9ccb81cdb7c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3ade13950d1546409aad0a495ef6fd9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "45d7ca9e4e994bb1bad90b3cc2b57166", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e50741baf78f4eaf9f444e41f0f5f479", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9b83352f76a0498988babfc775bd8731", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "21a86ec98d004fe0a8cd6188a0ab516e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "fb79945296b3431899de0c77c1cb7862", "region_id": "RegionOne"}], "type": "key-manager", "id": "04ed089ba14f4a07837bc0d103bfc921", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8a37e89f9823429f880234d6e8dd0533", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "247032bb9122451fb030e4a09e424d9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9eb7b3758ec14eaab6fb1439d285355c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "68bd7e8e25af440eba6dd23f9450bf0f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "03777b94c671426c8b67fb346f383101", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "00d9f7e153a04aedb2135b7b839267c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1b8a77bfb680458e864953fed2b18dd1", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8c0b1249653a4768b94b9dcf15fafcb0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ba06ab0c58294371a46f6fb5b32d28d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "22a21a8b99b14fb88ea007aeb588ba04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f148408db9c04bb4beb4f98adad49c33", "region_id": "RegionOne"}], "type": "message", "id": "3fca09fd057449b59606e99a926ec6ad", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "baa4595bf93a4e4db35b56913a3923bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d2554ed62d9b499cae09bf791c60f6dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4ac4ed5cd2964e25a1466db9689f0e27", "region_id": "RegionOne"}], "type": "messaging", "id": "49639fd5e4ac401f8b300185b429842d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fb8458679f5f4a97b628343851d42988", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "78bdb18999164178a76516c63865781c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6f08d2bb77a24237bc07490678a68496", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e91235c05dee4e879607774543fa592f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1930913dbe97426a8c7efa781bbdcbd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bbf579d02cf04e6dbc112d0ad9a9a0ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5b3d795ed325410dbd1c022b553108b5", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c602dc6e3cf7411088ae298ca0c8b06f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "724e904c20db43cc8c6ec760f674bfe9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f40f03669de04a408c0ff0ddf9d5031b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ba0cc5e376b145af9b9fb67f34556e42", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6258246269e141b1a0087cb9907e9fdc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d80890fb96c84967a64789a7c3c09cc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d0ebb1d7234946fc9e65ab2a1ecb59c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "211a131fe2aa478989137561b3c2a5f3", "region_id": "RegionOne"}], "type": "container-infra", "id": "bd445485ae474de49b4bf3e94985f798", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "323fdd0d1c16445db57b0dc81814a4d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "48928dc7bff54c86b758cf52984364da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9153bbecfd614b83adcb7fdf8d7b9923", "region_id": "RegionOne"}], "type": "search", "id": "947c8b36b34d419294fede8f46a93ef4", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e024ff1f78eb49449f5d2620123bff2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e40583b5e20545659c0d5695bb31e496", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "92ef4bed1ba243ae9e8af44a950e9515", "region_id": "RegionOne"}], "type": "dns", "id": "c432878d08c44ed68ff6def9b86df193", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cf1420125ea244138ecb2a5670c1689c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4a427cba73d34162aa57f4b4dc85074c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f654b7fddb984b52af2712f375826d9d", "region_id": "RegionOne"}], "type": "workflow", "id": "b9b31912acd44a3d9b68234aacc54514", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "21a2c5c3302c4f6ebb00d1e213e59358", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5cffb1af55bf49358380f7b1bfbc0b04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b7ae312104874810be358f2e29d5d5a4", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2430b411e6e64bc29afcef7ef5e50436", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "aea5cf0a27e6405cb60dd559257a5a06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "29a269ac19704d8ca7b190a085078ec5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f02407dc1f7b49e19083b889497bdd46", "region_id": "RegionOne"}], "type": "rating", "id": "c9175aeb8f8e44ba9d69c12b9c397bb7", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a7349cff68954688b6c4ff18bf4e228a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "be1154f40ab4411aa0696b87a80eaae1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c65139ee806f4d76a37ffce2dee7b1a2", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ee47a077ef8440e7a251bc0e08af0446", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6ef9602172184f00b12e20e7d7030e1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "274b53558cb14e4f9c50bff05db741a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4580c86af4eb4c058c0e442b3f4b121a", "region_id": "RegionOne"}], "type": "policy", "id": "b67a28b8f29043c8b4ba5a82f36bd0c8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "41c0169586dd488ca8234981928156c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4d8c616367a64206890ba51d781cdd2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ac1a60fbe1614038813d3ffe726a2829", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f7aeb89b7b9745ffb9d35b635b5a6a04", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0889b3e7669942009d73c1c26b4c7d19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "20fb83b6e9a14072b5604748e593ffb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "24490b0a64c74277acbd03ea7f25010d", "region_id": "RegionOne"}], "type": "sharev2", "id": "3685c132659c4d8aba679affca588a60", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b5416f45af8c477babea68c2653c5433", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7d77d19ea448464aa5f9a6989c6c8ef2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b62d3f5b6b284ddb8288285538c7514b", "region_id": "RegionOne"}], "type": "share", "id": "749329ff0a964c6ca2c6db9406b88a7d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c6899254de404ca0939437ec0b80003a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2cf517623e2e468ba49c0093af00f540", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9cb8c5b285e5454da3d7a773d485fad7", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "538e6c8f64874e6b805518ca47ff9e63", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0cb0fa974c54cb0945123366d049cda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88e44bade55d4c56931554f6822ea55d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8625c1e1980433c8e6ebe28701f6a23", "region_id": "RegionOne"}], "type": "orchestration", "id": "78c9958b0b84449c92425a0680a9e56b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13f4d7c35eaa4e57856e2b86b60063f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70a0cd3ca24c47908f07f0b441698a2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa479e37ab004f9f8bc9e4ebd6a18fd3", "region_id": "RegionOne"}], "type": "block-storage", "id": "f3f14e22b15848758b37aae50fa6ff9d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0447571db8384e4db1f1fa0c395f9743", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3355141b1aa4020ae9874667a262a52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a979c91f11ed402c9e65bc35eaafd209", "region_id": "RegionOne"}], "type": "volumev3", "id": "f0f457bb0cbe4e9e8c830751bba9fbcf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f003d5a982f742809bee91c198fcf8d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2eec70e2fd424b498104a06ca0e547d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7fc56495ff7479e975810f5cbbb2c56", "region_id": "RegionOne"}], "type": "volumev2", "id": "09c359395c7d4e66a0566d2f94927c30", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a7f42e3768b44fb9de239a56debe094", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8321bc6d37994054bea62649e635e349", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21d073ce84674ef0ae3506357fde7b4c", "region_id": "RegionOne"}], "type": "volume", "id": "3b27e6a1d5994db1b4a45845fefb6024", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4cb76466d8c4f24a53dc1f69c3a433f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69f2f8c788e54794b2aa1c86b76582d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fc446acf4b44f3989015a645a1f1ce9", "region_id": "RegionOne"}], "type": "block-store", "id": "47d5e1f56a434e1d9ab348bddb860de1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "db644dfa28f041748da381f00183fdc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4a3808363ed34518884cc88beec0dc8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c3f53786474f421987b9e0a9078cd8bd", "region_id": "RegionOne"}], "type": "alarm", "id": "17c380f8726c4382a0e7534c06932301", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "85d505c41e2b4642a49296543fa311ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4daa4d34f130448ea16cfd6ad886cfa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "23c533fd32dd454cbe70efc9641115e1", "region_id": "RegionOne"}], "type": "alarming", "id": "e3c06c8ae8a544ad84f0569fc6356458", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8ae7219aab414cc1a27b22d01b839e59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "68e46285a8664919b8148725068fd8d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e158593327a246d7a1391df6eb17efdf", "region_id": "RegionOne"}], "type": "meter", "id": "99a8fd7ae69e4cb1b43025fe48b7c5a5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "934a64114c1844e59f1dc4bfd521ebcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0774943720dd485b82a9bc339db40c19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ac6dcc79ee124f639d82cb4a54ced30f", "region_id": "RegionOne"}], "type": "metering", "id": "b0dad87ffa974135afb8819f4212c26d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "35ceedcb96bd4b1794e54c41e18e70dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "94a3941a01aa413aa3b3c95383de7454", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f130473d12124bed87143e7428f3bb75", "region_id": "RegionOne"}], "type": "telemetry", "id": "7ff1a0972be3455788840c01946dd4db", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3457af75855a41758d887037224fc554", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7d266bf4603744de987376bdaa3db633", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a91abfe01c05430e86750d611c64bb7f", "region_id": "RegionOne"}], "type": "event", "id": "5e612ae378c7496ba075da421ebe33a8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3c11815d37774da58fc456f5076c51a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "39f5f244a7d14a7892795643ec53227a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c2a83010ecff4c7dbe1ce6b4e02baaa2", "region_id": "RegionOne"}], "type": "events", "id": "c1096e1311e44b44b933624fc7310920", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e60f091dd52b4e93b80346135e8519b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "68e365d4abec413fb45cac9d6dbb4d56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bff1bef9f972461f85e7e6c9859b3f56", "region_id": "RegionOne"}], "type": "application-deployment", "id": "40313661fd614c85a5c4f12acce7d080", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3d4e03e039994929945ed220856bc4eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7d160bf515e64c2ba0d195fe11089dc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3a7315f07c7d4565921f439e13d926d6", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b4c74828227747cc986af5135cdecb2e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f9433b7edd004dacaa5a8a950538959a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "61eaa1c95f3f4e3dbd0a1513c75e822c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1e79b479558745f4ba011619cbe5c8ef", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "26db1358ab3f479ea74f66293900cbe3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8db531c072e04f71ab03d88867f703d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ef997af626384e09ba056385915a61af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e9a0c33c482641ff958eed9afd917eeb", "region_id": "RegionOne"}], "type": "tricircle", "id": "e90d928b563c4108889c83e1297714bd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "bec1ac73fb374355a26d2edacb3ce1b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "fc1811c97ef04f6e91dfe1247b2f6a79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e7c7dcbab2ed4ddb8132892b3690ccf3", "region_id": "RegionOne"}], "type": "database", "id": "6eef96806b5141a69144795e2794897b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b41f53b36cca435a98fd3e50b1438e0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ab44670b9412441989f65bcccecdce36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "506542be65014cb9a8e82bc56072eb8f", "region_id": "RegionOne"}], "type": "application-container", "id": "85fba68a1d5f41f69517985f6ba4e096", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e39d24ce25a84ac697c2841dd20bde5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c185f7285e904d4fa4b505b9cfd1facb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3803dbabbe6a490a93b8cefd58d79aff", "region_id": "RegionOne"}], "type": "container", "id": "8df46dc7c8044a9ea2999aff0a5f4a4e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "88664331dcdb420a8f2b84642a760945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1a02ca3e01be42f58255529886dff27a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fd28732b97f34335835545c58660ea98", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "0ad4ade004904146b37ae713739b8b5a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2b9aa35725b04b7596c2ac33258c0de4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ebfdec2a80b4479d8a54e57018b93b5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1b1a01a66b7e49828adcda09ba028962", "region_id": "RegionOne"}], "type": "rca", "id": "e100363cc032489fa47c0b724e407d8b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "15b9f203e9a24b0381e1ea4731fdc5da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d166b05a763a4ba0b8e5ff43d6cff252", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "2964f605a6884e1db4f0ee8f9dd85a5e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "29ecae53760c47208f98a5f1669a41f1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4e004b88873e432cb9c9e1923723f24c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e3b16b2067464997baab80344db6fa68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c9ed82bc530b4be4803f7c4e506b4994", "region_id": "RegionOne"}], "type": "network", "id": "ac95cacf5fc34042994e96a238d73ad5", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "53507605c07f4bb4ba3d1a5dccbd43c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d683089d82b940cf8fd14a47ad8e6eaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d82c4a80a7c04f15980d530790a2b885", "region_id": "RegionOne"}], "type": "backup", "id": "5cb3bcdd6271446db81c473d54f307e2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ddc50e3882fb47a08cdc9c2381b30f54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "01dda79e0de147ff858911cca2f23def", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8e55772f6fc344758532408c64031474", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c3b65b1a83234b7c8fa79c16ded0d1fa", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "20c2a1bf33f94133bcd78d65952512ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8d823f8a5a2242e09fe9fa65dd7a7a63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7624d2e79dd84d56957a51badc1949ca", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "cd8ab0f250f8409dba57f929caac2347", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "eb0ce9a25ec14e3c9fdbc5dbd18d36fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f74a4c5602cd469a94011d69d66551f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "7055264ef8184a3988f3f0bed3f3aa6f", "region_id": "RegionOne"}], "type": "monitoring", "id": "2b6678db8dbc4bc390e692b9545ee638", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "da17988ba4cd46b2b91ab534884a2028", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c6b1c9f5260f423fb02b63979549722b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "33f7eeda2c854b3fac302d89d024abd7", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "878384c8351a4744aa0a566d8fcbb75e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "96dde39cb966471a93ba6bacd0863dd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "76a1bff9c7b0452a8af909a7fa018a44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7e9722639add486b9ba52dad056d41ba", "region_id": "RegionOne"}], "type": "placement", "id": "cf2f897be92c40b48c02d895630566cd", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8458c511c49145ed8104f2af0defd25c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c2976d27c25747619291d3e003ad4c38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6dd05477f9964cc8b8f3c795956c428e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9038e2d9383d4c26b1d0842582a9e6f4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6c45c6d13bbc4647982cc5e4c0ff3fbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a857f64eac0b41d98dc0b2cc4dba780f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a09f9c903507409d963338319cccf2a0", "region_id": "RegionOne"}], "type": "ha", "id": "ba2aa3493fe14c818f41acacbd06af72", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "84d598b2c5ae4ea8b4f9383447c131d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d2842ba806f9405ba3455df02ecfe1fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "87e7af536c234c7e8ddfc617e1fd4bf9", "region_id": "RegionOne"}], "type": "reservation", "id": "384e8cd7c7d04feba7f364c147dbe7f0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e47b18ddc47b40ac82e8f0de1cc69481", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a8bfeaa4f2634a91ba52a1686e56c8bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "14d1d8795587474492d30fd5c50f138f", "region_id": "RegionOne"}], "type": "function-engine", "id": "b2e17131fcdf45d18be765b1adbfb785", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6801180b33294915b71ccfd18f6a15e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "85820cb7aee1453fae05117239131d55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "84ae08faf0644e61b87ff89ef05730b3", "region_id": "RegionOne"}], "type": "accelerator", "id": "bbaacf29641648f29327d05a02df7d3e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "68da53112cc44f06a2997509810ec9f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d3c7d3a5bbf547aa84b2d355bf00a8bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d690e04aa61c4e23be07993acfd9433a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8fde6718e34440fb917281d6fc4778a7", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5f3b73c86bba49d48d4644a0503ebaf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0d564d2a594d4e6c9731fbf5028e2c97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "27547cf707c64a62b809eb2d390aba9d", "region_id": "RegionOne"}], "type": "registration", "id": "88f1e25fafaa4d47a9b582992a17fb3d", "name": "adjutant"}], "user": {"domain": {"id": "81542e249ff5426facba1c8059a981d5", "name": "ba7b1e91a57e448d9be5cc58915a4679"}, "id": "adae570685234f9d970e3f42142949c5", "name": "04d1ac9520cc45318e7169ffe847b6fc"}, "audit_ids": ["438a196d43ed4c038d593f0591d6ed6d", null], "issued_at": "2019-09-19T09:04:37.402927"}} 2019-09-19 09:06:37,628 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,630 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,631 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:37,655 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/bf17f84b-1bda-4533-a684-d9ed4f3d8ce3/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.4" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.4" -d '{"target": "provide"}' 2019-09-19 09:06:37,658 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,683 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/bf17f84b-1bda-4533-a684-d9ed4f3d8ce3 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,685 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,686 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "instance_info": null, "uuid": "bf17f84b-1bda-4533-a684-d9ed4f3d8ce3"} 2019-09-19 09:06:37,689 openstack.baremetal Still waiting for node bf17f84b-1bda-4533-a684-d9ed4f3d8ce3 to reach state "available", the current state is "manageable" 2019-09-19 09:06:37,689 openstack.iterate_timeout Waiting 2.0 seconds 2019-09-19 09:06:37,709 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/bf17f84b-1bda-4533-a684-d9ed4f3d8ce3 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,711 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,712 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "properties": null, "uuid": "bf17f84b-1bda-4533-a684-d9ed4f3d8ce3"} {25} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_backup_get [0.059647s] ... ok {28} openstack.tests.unit.baremetal_introspection.v1.test_proxy.TestWaitForIntrospection.test_wait [0.070060s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,356 openstack Still waiting for introspection of node None, the current state is "processing" 2019-09-19 09:06:37,357 openstack.iterate_timeout Waiting 2.0 seconds {16} openstack.tests.unit.block_storage.v2.test_snapshot.TestSnapshot.test_basic [0.062956s] ... ok {9} openstack.tests.unit.cloud.test__utils.TestUtils.test_range_filter_range [0.062353s] ... ok {22} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_update_node_no_retries [0.070770s] ... ok {10} openstack.tests.unit.cloud.test__utils.TestUtils.test_safe_dict_min_key_missing [0.067189s] ... ok {30} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_backups_detailed [0.045783s] ... ok {4} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_inspect_machine_fail_active [0.181384s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,362 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,368 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,369 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,371 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,383 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.298992+00:00", "project": {"domain": {"id": "672a7829942f4cabbc8e91dc72974f3e", "name": "ea0062fc92da4ab2995f8f645d7588ef"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "79568628befa4be08a4726ffda13aa93"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1f99917255c24a9282bd1e92e8a53adc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "29a96320d1fe4cc48d06a55576b7e4cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8bb0007b19cb4445944dfff734017c85", "region_id": "RegionOne"}], "type": "identity", "id": "d2d303145996424cad3c5889324c093b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e4c9daedf9c348518b0f8413b2663f39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a1f4bc9a2e6149bbb42d6cdb5998287e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "bfef557d8bf54e01bb79e08921037c72", "region_id": "RegionOne"}], "type": "compute", "id": "2a6a18516ba044c692164280ca789243", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "0752f0ffb9084748a07e168735bbcc60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "054b1a2ec17b45a4aef4d14c91b5ab0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "7e4bfcdd1dbc4e8987cd149a40fcb388", "region_id": "RegionOne"}], "type": "image", "id": "fce17247a4384354a639f22700eff746", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d04bfef414a34426be471187691179ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "733f2f5f79af4ffebedfd2df8b8d60c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7edbcab21c4247ab81f785637d1474af", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a063edd1eff3473090531712e7e168e6", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2606ebaf90d94580a4b8c97306e34760", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87033da27dc047faa8fede6c4a8a1b6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1b03dcecb39444f84ca4e622fd1400a", "region_id": "RegionOne"}], "type": "object-store", "id": "3a7de4d2633a4348871fe8c531a01875", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e0c06cdc4c46496e96394fb4d61668df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eb615d3dd1874bb39f63948f3478d021", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "65fc2f2b75ef4dda9b8681356331077b", "region_id": "RegionOne"}], "type": "clustering", "id": "6f26548d91ba4b7ea428fa404e892441", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "086e2fc3a72447a8848a36ae2b526568", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "467d7ce7c9b8466fa9906772125f2809", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cbef79fdd723411cbe95338a0b6eb925", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1cb6beaf036b4a77ada8945e061dcb9e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1a59d086d3174916a82e4db02158bfd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f30b8106e1f54a2c81d7259dd0f83084", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "56c8f3f3259243208749efb2b1481d35", "region_id": "RegionOne"}], "type": "cluster", "id": "dabd1c9d980a4d56ad319d527520b1ce", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9cf4d9c8dfcd468684d1acab411547e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "84ce2a951858493a9c1950742f22ce7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6a1cc80ccaf54dec8a1712eeba15493c", "region_id": "RegionOne"}], "type": "data-processing", "id": "70d0e136791443a787992189b2392a2a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "80beaf27c3ad4a3f9e9e8c9d0d1cb606", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "17aee69270904cd082e8701dc5c11885", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f20087a681bb4770ab1bc5162ec96fd6", "region_id": "RegionOne"}], "type": "baremetal", "id": "345697faed1643ba890e8e25051ec7da", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8aadcc1c1f974dab9a33df089bb7410c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4a6417b89cd14d259beac9c1dbc062b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "596b23820b484d5098144d3e522c5629", "region_id": "RegionOne"}], "type": "bare-metal", "id": "043464f2ba29498f84d666d611c672b4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6919a192345a48f6959f7c9dfb1b1338", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1bf6c1e3a82f4dc58f0eb82578a97100", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c59a5fe103ea4180ac5a1d329e7361db", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "af23e23667b14aa5bd482282feee20f9", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "86c27349d5c74ac39339903f5d89b4ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "52216dad80394b108fae9d01bdfa4835", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b0dc04e54f974ef8a7c6cf7f7fb9f085", "region_id": "RegionOne"}], "type": "key-manager", "id": "35126c0242ec4a1382b66acd0557c704", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "919bea6b64874d7e8cbb4537feb11469", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fe96ff26c6f94b29b7532dce78b57295", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ee813ae7b4524482af211bd3916e9de7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2759298c8bbe464284b0a071719db5fb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b687bef5c74746c989a2a2a604e3151b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9881a28798614136a6501cdc0b4371e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "61199dc63ee64959a0ec56fa28860175", "region_id": "RegionOne"}], "type": "infra-optim", "id": "dbe570e36c3e4f6ca78f9969e6095f40", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d6e0b290dd474c68baecfb347f4a3c12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8bd4dc42001e4841a475c66f04205e25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7b63a6690e3a4f448f522dcdb6b91aeb", "region_id": "RegionOne"}], "type": "message", "id": "2a7df29704844142a92d2bdd19091e26", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ad2bbd5d81ff4b17bf0c5b493226b737", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0fcc6ef4483946d2a0d11c4234cca0bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "87e7a21d807f4983b4386da74f362609", "region_id": "RegionOne"}], "type": "messaging", "id": "f4d1b125084c4a87bd2290f8f712f2ff", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b48edcab472e44379fa8eb7bf5777adc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "26e63cee5cec4c11b67ada058eed61cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "272bb6b34b754de78ebe47a3d4af6dd5", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f48c66833cb6461f9b12af868246e8f1", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e980610a97864241907671061c093383", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d2d359523767498da7607109dc76a902", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "420d7f2310ee41989e8dd3785af57400", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "616404bd2dbb4739bf188164187f55e5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ae35faa5c3194be5a21f7eb3d551a0dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "271970c8171742718d2ba4c37b814d4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4855a3ee65ff41ec8cadfcfac2b0280d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "23e5faffecc34cd2830195d3cc61c6dd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5095aae007e846358125caddacc584eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "95f96605b8de4b1eae639438cf3a8fc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "590410bf424147bfa8cca7d7904249b5", "region_id": "RegionOne"}], "type": "container-infra", "id": "977526be9f4f40b5964bb9aa9448b35b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4fad6687dec442029be40fcc541a1065", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f12e61f09816463284ebb9c59f265e33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "66862bb74b684f7696341d38ff04d099", "region_id": "RegionOne"}], "type": "search", "id": "564cb050dee14ddcb412946a65b7df33", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e51f2299119144b1a15dad168bfae933", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "88a7dd3d41f14ed1a50931726b9cdc4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2398d599f97d4faeb71b5d45b5393a17", "region_id": "RegionOne"}], "type": "dns", "id": "c81071964e6a4b289cec46ed135bc88d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "be3c502d61704a97b61df8389e82a52c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e0db292ce45d426d94ac7a1a2fd3ab16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fb3738ba61784da29c571a4ed6e9a3fd", "region_id": "RegionOne"}], "type": "workflow", "id": "431c387cfddf46b891e3ec3d37a79b6c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bc3fc9ba36dd4f009878611ab02e209d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "61f435f218ea4f0ab0f6e9f12842946d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "af8d2736a03d4ebd865530e9447632a0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1d8eb6afa33a4350a266740254faacb5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9cb9143090594b1382808ff2bc985f4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e9ca6ad05c034ec0b5ddf07199c02858", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "656126b730e34ef2883b81d3247faebe", "region_id": "RegionOne"}], "type": "rating", "id": "62d1314f77614f13983c2bc458429799", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9d876443d7614f73b8c92e6568848bc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b05a4a4cb9f94f4c8f1f197b2e578506", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b236ae93d3cb4d2ab52745996bd7d9ac", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4af77a587d754e34ba7835be47e17250", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3f8fa11a4ecb4b468af1b2be43ce01b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "304ba87d47f1456dba12a82f502942fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "feee5c30c03c4dd4972d5dbf290c2016", "region_id": "RegionOne"}], "type": "policy", "id": "8dfcdd5ec9204020956b97e8ea85ebfd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1b9b6da081ad43ec87f707c038c28820", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5c5fba832be24f9c9233a0621b8c462f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "59f7207b71e0447d83afe5f5ac3161d5", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "36abe7e4aba944c9b233d73c868c63e8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aa4316094bc44b9fa541b212c52e42cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2141ce2524c74fa4b38d10c41f62bac1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0466561332c3448f8d8bd297a4072097", "region_id": "RegionOne"}], "type": "sharev2", "id": "051f020754fb4a65aaf184ed2c98c64c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "13a10a83df784a648a5eaab5d4d43f4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "07743f54a143496785d210a8a841265c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "47ca429a83384ac4a70a7af2ba304696", "region_id": "RegionOne"}], "type": "share", "id": "567bacfacc25475ba32e0a29dfed01d2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4e65a19fb3274b14877392a186b53a61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d7b61123db1a4a92b19bf7cc46503f6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "8f8790fb87d9462c8fa51d039a5fe313", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "26904adcce0442bb8fe89e442a1d07e1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a64b6905a88745e7a2abae5ba882e33d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95a750720ac6451a998dddcf209fc78c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1636b0619c8b418ca60dfe9b4494f655", "region_id": "RegionOne"}], "type": "orchestration", "id": "bf741c3d7d4d45f18b763b69d92a612c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49001a12ad9340439fe49174740b18ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68ea76caa1414631adf04c7bfeb3ab69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "163f9d6372a8408495dc913fa48661ac", "region_id": "RegionOne"}], "type": "block-storage", "id": "d1026fb2c974468384761add8c85ba70", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e80b74cccbc5464ba3fd3702d3ec39cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9429ac7b60d34fd5890c4744dacc6cdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cb7ead0ff6441f5b77141ebbecc4c9d", "region_id": "RegionOne"}], "type": "volumev3", "id": "86fb1fe5905046aa81b296e4240b9d10", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee5a6f175df54848a3d42abff9e603bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c9f9e8972f7c4e9397957458e1785a9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86c002e62faa43b3bd6453bee8e6d9d3", "region_id": "RegionOne"}], "type": "volumev2", "id": "e251f2ee922c4202a070ff0a4ada517c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "57289f39e0674ef9a1445607c7af9a86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af42f58d82124e899aa48dad9e112a38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "573eb85b8e15439bac891b6ae66cdd6d", "region_id": "RegionOne"}], "type": "volume", "id": "7e37da5d83194ce39b64cae6882e5b34", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d64d93474e9c455abd11de89dfdcd3f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1f90b92ef3d45a1b70533097ce7da36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9370cdea6cc1403aa78e57a3b1a5e175", "region_id": "RegionOne"}], "type": "block-store", "id": "636c07f3a70542c485086330da5fd15a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dfe389212b1845ad9c65becdce361a41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "27b428b54dd344989515611b0d0a2225", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c91146c6080345439ff8d766fa7beaaa", "region_id": "RegionOne"}], "type": "alarm", "id": "f7637eae72fe4548be1b746646b67526", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4d24e467d84b4f25b56d997676354819", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c9b36ad719904f40b80b3611b8892d14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "651d2caf8db44c7ba47e5d10c98fd8ce", "region_id": "RegionOne"}], "type": "alarming", "id": "245e69118638486591a4ce882b5aca5c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e3f3b899ef924b3dac1b53c097278bca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ef8501f1621b46709d44b5f87d433655", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9e6ca3eddeb34ca7a8e1b13122b3db66", "region_id": "RegionOne"}], "type": "meter", "id": "c100d4247d4a4d038b789db186d65421", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b69bf0dee69e47ae9eb8cc442c167ba1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a5c84025cb78464c8a2227c3bd4d0b6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5d6ff6a68de74001812e79b62953ba91", "region_id": "RegionOne"}], "type": "metering", "id": "633bda5e46a64f07be92ba2fb076bf20", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a72dafea29214fbcaf23c43aa2f9c8fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6851d8c9daca479c9a3b232f23d25ccc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "29bb233d8ca34e13b868040cb2d720a0", "region_id": "RegionOne"}], "type": "telemetry", "id": "0721af288a714d908782ff5c8c6a1a90", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8c352c735f13423cbf746ef46c586c2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "146a89a16f42410b98ec61f1b70828a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7a50021c65f344fea65d8eb1fbb8ee72", "region_id": "RegionOne"}], "type": "event", "id": "9efe0abd63b54095b7f6d5d8bc7ba958", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b2aee9d7f9b541a2a21ce9424a322b9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e726bc9c6607477c8fcf1fe0bb9789cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7e970d23537748a6bb84dd7fc4987240", "region_id": "RegionOne"}], "type": "events", "id": "9b19382cb2fd4bff81dd21ed7bb0a38c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d6e95913c1214c67b650347a33b3e310", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a17e2377ac544317bf9054868818d353", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d186d516cfbd4aea90c749a0b4fec462", "region_id": "RegionOne"}], "type": "application-deployment", "id": "133c85b3f87741ddae196a03a465e6a7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "235f0e4ba55f4574a1e550d6c5a7d251", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "80c7c26ef75b4006addb743a4e8e6d89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "769e4a30ba9949d1b0aa6d3fc9a57473", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e188e25307a7496b888342309a380409", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "43418fa03a1240eb9b2990ae4029e74a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b6f5762111f6490a9fa3bebfb9844adb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b4371e62aa504b1a86fb44c78222020d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7c0b879295a040698a6ac89dbf112024", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cc98c3b0a2284448af45a1d892e9e7e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f335bdd00fa741d2a01d498215449df8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f04e722a72c24e1e8a3c00d01d1b509e", "region_id": "RegionOne"}], "type": "tricircle", "id": "b399223e151848fb9cc8fbd073b83dec", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "12b49ecd0ed74d118dacc4c5522f0cc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "538fa47696a44b3c836135e461a87a6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "88caf721b6684e64950dfe63aa7313b6", "region_id": "RegionOne"}], "type": "database", "id": "e530d958f19849dc867e681320264398", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "edccfd428e824f349598f960781e2ce3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "152f4bd57b8a4fd781507f13c6e7f5a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6469c80d4e9a4ebc80fee58911e23bd2", "region_id": "RegionOne"}], "type": "application-container", "id": "d9304428fbd54542849b4a18442f440a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3acd0a179212444eb88168d50bcaa3af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ab51a572dcdf482983805d3bd63f9bc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6ff8739f204344e18cd659961cb55c98", "region_id": "RegionOne"}], "type": "container", "id": "ab44b5072bff4f95bdfc694e0ecdcdef", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "70e961ba64df46c68483d7c3085469e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a567b4d3f8aa4139917eaf6413f7e0f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ef810d8374bc4ae09afdf9e72bfaa190", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6881451bf1a049bba6495e8fd112acea", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "32a31c731bfa4f1b8255a6312b68a629", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6f0fbe0f4be043318c443d0ca19d1851", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "184bce42b6b64210a78620e588b4184b", "region_id": "RegionOne"}], "type": "rca", "id": "461f9e797b714e94a615195bdd4f1b44", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a2e52fe9187645c7b040f698f5f619b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "dabdda4a5a65421da97c1527f4b5f6b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7e540ab1b9784da5baddbd2e5eacd148", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ced3ff092c0b4875bf8fdfce0054b090", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "93470d831ccc48dabc37ac41cefb2e75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ee21f8b4fbfe42b28397dc0ab3f6a6e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "9726712ffcae4e1db28f4bd62d7b897e", "region_id": "RegionOne"}], "type": "network", "id": "1169be0a9efd4c299a617026479e697b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "867ae5bb2b254f69a5d2607222724944", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e2412a10d4cf4542ba9668f5bc49338a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "357e3812ddcf4c50ac3f7c933bad0bdd", "region_id": "RegionOne"}], "type": "backup", "id": "fdc13b34b31b4b48bceca93a58e1b86e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ade116eaf0004d0fb45a8298ce276433", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e24a351d6a4d4a68b9385da1911d75ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fdf3e7838e354b3ab772f79f9e657cfb", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f7eeb804966244a29a4e91916274640d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e40ad25fe2a1414eba46d1186e0d7e46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8271e1cb03864e41bec6a165d6b35fe9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "43b9264359a0441eb3607cebd85a67e8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "eb7ac2623d784d6696c811c09b7843cd", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8d72b7224f2941e1b078f5a3283957c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b3a4a8071969470bbbec64949f76c4d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "613191b2331a459ebb581bf816cb9c32", "region_id": "RegionOne"}], "type": "monitoring", "id": "6a5b8bf4d6014e48872fd153ebce4e82", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8b1bb029dcf04ec583c9877db4637101", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "09a13ccf8c4e4269b07c2fe78c5dda74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "381309f63c364531a88c3551be65b925", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "dcefbc0565bf42ff978afcf09109f7ca", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "044008a1dc374281a006bf1c3bbe4482", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "10f5aafaa5bc4682a82d757bff2a52fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ff3c69f9b82148068e5aa9effe826803", "region_id": "RegionOne"}], "type": "placement", "id": "6575c49ab03f4e72b5f342ae10658765", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "28a9cab5873d4f0ba978227437a7e059", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "80319792709a4c348d9a3f86069529a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3c43b998b98843019fe72e19b44f6283", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2edbab0f47344bc5a9e12e5fb7893934", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "02eee2599d9d4e90b34f2e485a390d0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "57a8c1e1e1a0438aa3b51413dea2f8a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "18b5f95e07a741098bcef448cc8d981d", "region_id": "RegionOne"}], "type": "ha", "id": "ff94991ad78a49d88b08372bd89f488b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4a51af05bbcb4b95bb8c83097c8d595a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fa9b8b8df009424d8b9f3411dd1148a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a04564342fde4439bd4c3fdee1da1912", "region_id": "RegionOne"}], "type": "reservation", "id": "3f32e67b49b044ea81dc47d9157291b1", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "660bce13b73a46c498d15d5896c1425a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9968aa464d084b089a8bc12fedd96bec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d6a6ceae68014570a30c531de0ed3024", "region_id": "RegionOne"}], "type": "function-engine", "id": "e918ad2a4e5344c9826f8045addc1423", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f15c0744bf0d4f9b9975c81aab6459b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9c1d1aef57ae49a9999e824c4958c664", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b48a59f915ab4c1a8e94c64a5a0dff25", "region_id": "RegionOne"}], "type": "accelerator", "id": "4266be1c2f2b456a88d5b4611ec335b0", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "96663b0932f34bda9ab21236afd4afd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "420a6b6e8a864f839708c82d70c1ebfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a071bd7bf84043a29e6ff85a05b5b6e7", "region_id": "RegionOne"}], "type": "admin-logic", "id": "fafd4cad776c4a9ca403b542037d9fe9", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c0b97d13f08344e3a97bbb71cf8461a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "22fe8d9c2534415caa23190f030b5371", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6bfabe48ada346a196edccd10ab18d03", "region_id": "RegionOne"}], "type": "registration", "id": "fef0545e1a0a405f912a1954e5222f47", "name": "adjutant"}], "user": {"domain": {"id": "d34d2b50db0544e5b9e493a67a36b4be", "name": "f0a3349afc68479c9afa358c2c9bb3ef"}, "id": "5e3448cb2d284d34a59e841df523d096", "name": "f2b99c3751374e33bfceead86415461e"}, "audit_ids": ["98b217d7dcab4f49b546164e39c657b8", null], "issued_at": "2019-09-19T09:04:37.298992"}} 2019-09-19 09:06:37,433 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,437 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,437 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:37,471 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/1a9b7fa3-7f95-443e-888b-f8d2c5a6f512 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,474 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,474 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "active", "reservation": null, "instance_info": null, "uuid": "1a9b7fa3-7f95-443e-888b-f8d2c5a6f512"} {6} openstack.tests.unit.block_storage.v3.test_snapshot.TestSnapshot.test_basic [0.065981s] ... ok {24} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_backup_restore [0.069394s] ... ok {20} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_volume_delete [0.059991s] ... ok {1} openstack.tests.unit.cloud.test__utils.TestUtils.test_parse_range_le [0.059547s] ... ok {21} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_find_port [0.065130s] ... ok {27} openstack.tests.unit.baremetal_introspection.v1.test_proxy.TestWaitForIntrospection.test_failure [0.070328s] ... ok {7} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_snapshot_delete [0.063040s] ... ok {18} openstack.tests.unit.cloud.test__utils.TestUtils.test__filter_list_name_or_id_glob_not_found [0.063681s] ... ok {31} openstack.tests.unit.baremetal_introspection.v1.test_proxy.TestAbortIntrospection.test_abort [0.070902s] ... ok {0} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_set_machine_maintenace_state [0.134107s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,996 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,997 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,998 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,999 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,005 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.959888+00:00", "project": {"domain": {"id": "ec94e4b489fc4441a2466ad83ea6f8c7", "name": "d7702b94d9b54ff693f796437190a228"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f60f5b2a8c334a4bad463cc20504687f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "7a86f0323da74f6db362ddea639b1666", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "473f01b63bc346758fbb22627c39bb63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5f13c57a44594cbd9ed4a087ba707fa0", "region_id": "RegionOne"}], "type": "identity", "id": "312133af31af471e99300ee8ec691593", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "dcabb5bbec2742039d50bfeedb256919", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "85e6f86dde2a457ea4aa13ef1a257310", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "937db9ca0bd34132bb43ae997f093065", "region_id": "RegionOne"}], "type": "compute", "id": "edec2d89eb4a402e8c5d7df777feef15", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ca6fb3e94d33417ab2379717f0a7ae20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "82ca4c98e692429c868c34958e4040b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f3500f122105404e8209721394290e48", "region_id": "RegionOne"}], "type": "image", "id": "78c268e3d4bd4a8fb48ef44814ecee36", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8067787e2de543e782bb40ed10d4897f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b8693a2d5314473ca39391e9586e02a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d8d4cb7b33b74120b40e66a2d75c1b8e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0dc19a30c3f34bce99ebe3e19c6748f1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "419badde7df84f4e883b2136ecff9b77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "baa0d41faf654450a2c209ee21a457b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f645db002604cda8529bf7bd1b6158b", "region_id": "RegionOne"}], "type": "object-store", "id": "9c3dc26138b44178865a4e71a692a72d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d5362dd778334237a3e04e0aaf5e1250", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1ab26d82f42542cb8f2a369cc203f66b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "edd5e3f3df6647a0aa3527129c904fff", "region_id": "RegionOne"}], "type": "clustering", "id": "f1385b6a411d43cdb76ee733a223710b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "88912eb906ab466a898e93507f502ab8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "55e440f728af45568a006a63a6456046", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "72b1e31a0c9947539965360b00a16b83", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "3280ad7146274ed69f1c8af902251a63", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "27374634d5fa48d9b25ecb0207104df2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b85a05ca3e134c3c9ca281d637d65bcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "87e4d9b535a54740902c70a5bb7f226f", "region_id": "RegionOne"}], "type": "cluster", "id": "415917a9d67d47239e30a42ffd27e42a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "20b8586819264219b8126a78d3da3973", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "aaf10bc96e844bc8acc398d6bedd5fba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ebad1a31fa4045e2b9e21151ea0692ff", "region_id": "RegionOne"}], "type": "data-processing", "id": "c4c82e76f3b8418b951714929a5e840f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "be6128590dd645a090749ca2d1f07c60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0de375befa0d4a388c78fc621469ff6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4d417fb016874c51b70718994739fb18", "region_id": "RegionOne"}], "type": "baremetal", "id": "a273912c88b4452c851849c47da128de", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fb2c4c413cda4396878bf7dea6579c2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "32a1eaebd9cd4b84a5daf19fd5852692", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0fc784ea04c849b2a6714fff0e687316", "region_id": "RegionOne"}], "type": "bare-metal", "id": "94465e813c3b4b999b59e6df74f5f4b5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c04296672fab42f3abddf755ccf2046e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "be4e547ec1c744c19e4966ccc244132e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "eb30afe5ae374dcb99378d68fb8e3595", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "170b6e70a0914c21b5650b3f4de7db82", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cf581389becd4dae898385db175d5b91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1f0f0158bfee4400916484b2e144e1ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d1b18dbbf61c4197b591d0cd0220f5c9", "region_id": "RegionOne"}], "type": "key-manager", "id": "b6a12a20ada340c1b81e986efcaf446d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "635e2bfa4c004b21b3d2098a30d2e1d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d8a7efed653246728d02bad55f026b75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ba3bfd5f89624f86a58e0dde77d61d15", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6a36b7186115484f9442e4e92ad2e3a9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3b45be15cec8429fbbf8c634935dde78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b23c02cc224342f8b7959b3028d9fd7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f46a1cbadc884577918620ca8579642a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c25a6fb709a34ced858493424e462a12", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "879b907b4578419eb426deb25b962964", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1303163234e94000bedc67be3c4cb201", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ac13a907947a4018aa38d7f8cde18287", "region_id": "RegionOne"}], "type": "message", "id": "47038e255cc645c79fbca15717e40781", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1139cb6f05104386b0c5b8d6d1dc2c9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c043a266051f46b4a7e698baaf2e9765", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3a6771d8ebf047b3b4c66c4bba1c1fe8", "region_id": "RegionOne"}], "type": "messaging", "id": "08bf53c09ca446899939dcb46ebdf752", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "dff085e70bdd4cda95a3f8f06b0d65a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e98d4266a38d48cc9bf76b8b7fa8c02c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9258f92ddbc64fdb9b4a1b70fc152dbe", "region_id": "RegionOne"}], "type": "application-catalog", "id": "abb9b441c06d44949eb5d846d9a734f5", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ac85d8e35089417eb9a0bc63566acfce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dbead3cedb924c75a02e2b0c1dfa8c4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "57008a6b1f3343cea99f66ce9b06b121", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a104f9b4d01e45609e01ef10ac2bf892", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "605e60cf9414419cba962a9923b9d170", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2d8f4e4d9f7c4293a2af96029e36994d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8bfc33768a6c4d35ac680639189291f0", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "13c313582fa842f78963f6a7418e3fdd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c4608536b084012948df4dabea0aff0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "259d59919cb54841ac15436dc67dcac2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce116c463ad04d2bb3e8244f640bcd02", "region_id": "RegionOne"}], "type": "container-infra", "id": "c42c1818f7964e6b8ad11e591b0da05a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "360b437cc45c4d9b85545b285b221b29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f49914b07c7b4fc2ba76bbeb17c48da2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "1f81041ada854af3bb5cfefcfd20ffdd", "region_id": "RegionOne"}], "type": "search", "id": "87264006e3654b24b3755f8da1e442ce", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b319b2b641224c56ba39cd0f846c8ce2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b43bf442bf3549be8bd76936b555f14c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "585fa56025844bb59858bb0fa3e32337", "region_id": "RegionOne"}], "type": "dns", "id": "5999fbccded64012a895e7c0b79880aa", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "94e9fb7de6cd428f801e035c032a5a86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ca233303e3f44272be388e909eaa6fdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5d134aa3cfb641f3949846ccea2addf4", "region_id": "RegionOne"}], "type": "workflow", "id": "b038361f9d8e4a9abb97709bd7738ba1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d99412f7f6da4799bf167815a3bbf577", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6eae630056e04656baa724f81b772f01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a8d31c24123e460da82091e10f540389", "region_id": "RegionOne"}], "type": "workflowv2", "id": "fc217d3d65164398a3de2d8ea344286d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "3ab2bccdebc1492e886bea8070216976", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "65d5aba9b7e3498a8a333322c5ee4f2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "90441bb169c1487497034b30b7724878", "region_id": "RegionOne"}], "type": "rating", "id": "476a9ca9db2b436fa6b4426dff82bcb6", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "08f750b1fe674e7ba90a40c73f015ffa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "131ea853501f4a9b9a0cbeeb26d2b9c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2d2486fe4633473391b8e7fe385d82d7", "region_id": "RegionOne"}], "type": "operator-policy", "id": "09c8f555c560475a9f9b2d09d4626447", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d577d4c394304e18b2a7037b8e2cb5a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "55a86e5cbc5e455c970714a51e09ee88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "97389354dc7c48ad9125d6f4e79f65b5", "region_id": "RegionOne"}], "type": "policy", "id": "6fab14f307d7418884b02ee5a3b40999", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "81ce7693a4f64601bafe9af94de778d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2414141562954c1eb8e9f47bf908d7a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "210cb7762d7d4b4b9b320af499d3b2ec", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d73f83558f174950b5070c8f0b7db205", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e6cbc5322f934345a0d7f69888a2e708", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fbb529f4c72e45449d224d45757d4f04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d5b7f488a4864c868d595d3c50ddc7ad", "region_id": "RegionOne"}], "type": "sharev2", "id": "6654af813a2e45adbe7eb60ee31b3f3b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c2bb9b0e62234d63a3eedfa5f677a1b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "65c32fbba5704cd8a36eb75b20104f44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f5ea338318bb4cf8b97205fd675af0bb", "region_id": "RegionOne"}], "type": "share", "id": "fbf44d4593334a729e1f493364841049", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "749c24102407425e9a6f4deffd6c42c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2e04e39196a94d069c958be1494f11fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0610890203944bc9bbdee4ddbaeca0de", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "70003e24e2bd4adcafec1375008240e0", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "127a97d9c02b409bbc5141de9495d331", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fdd16ca2ab584703a1e3580052d68c8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ecaa12959f24de4af085a1d10e734f0", "region_id": "RegionOne"}], "type": "orchestration", "id": "5f0f74dea6eb41449bbb8242c4c1f497", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4549dfd061824f4abe14ec91a441b514", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cebcaecb2c6a46c19632190a632c5eaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cffa44edbe3a4a0a87544da8fbab7090", "region_id": "RegionOne"}], "type": "block-storage", "id": "92c7dcc715c2436d80b236aafbfb792b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "730853447f7545dc808b15cad1bff5ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae364fa5adc6468d983e525d418d6957", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8d86635a70b42f5ad648857e4e0b6ec", "region_id": "RegionOne"}], "type": "volumev3", "id": "2380505e8d33417a8ff56ed2ceef970c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af9036487b244edb9a1c56c9ee3504b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba635f014ab5493cb09391217bd06c93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c783cd203724a599c5cf1848d2c5ef0", "region_id": "RegionOne"}], "type": "volumev2", "id": "b096adab2315471dbf5d579a23f27a7f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd39c20a789446029b59d5bfe3f009ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7f21492b03d4585a505aaaaf9d5f290", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92d073bfcbcd4a438402b9c4cae78a05", "region_id": "RegionOne"}], "type": "volume", "id": "7d9d325b2cd349ab818de4bcb237bbbc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bcc9b77b0e57419699c603148ac1c14f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b5282b2b0824f518d21b08c6e671b3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92572e67321d40bbb559dd61a67056cb", "region_id": "RegionOne"}], "type": "block-store", "id": "e2888873857a400eb9d46eea84df5972", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "395787c1c690487a80479a1673c171e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4f37dcbb07a4406fb30e1df1270efa7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "49eeceb044f9454b925d66ab6f27e9d8", "region_id": "RegionOne"}], "type": "alarm", "id": "704ac80f44e14066ad8d6e08add424e3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b45364c82c2841e483101c3b02c6dbcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8580a861c0584058a863ed4a3bbef4fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8c9c0684ab734260937003d5cecd2094", "region_id": "RegionOne"}], "type": "alarming", "id": "5599c78296214ab2b603c72b062b5e03", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4dcf18b98c09459e9a0eea7678de1e15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1bb4ba222d414262a2d53a4946fb3c05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a0f0dfcc786640a68f700a4d16cf9d75", "region_id": "RegionOne"}], "type": "meter", "id": "73f63cb9b93d44f79c7847feea9667fe", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d52ed472db7c4188a4f0b4a5c5b64bec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4724738815fe44d8829b9e8bb9fced73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b8f7ef54fb6c48319f5fb38302465b34", "region_id": "RegionOne"}], "type": "metering", "id": "0f4aae5bfdb8496daf3807049964fece", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b85c9192bc974f98851c28b98e741f40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c820386915a54c2ea1c11cfd3cedf917", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ad3c0d1475aa480cb0d4d6350b745cd0", "region_id": "RegionOne"}], "type": "telemetry", "id": "679a05deefa642fbb2b0c7d95a301668", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "039d18c9ab8a4edeb7fa171f4eb51ac6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "060dbed18f14406fbe99b5c5fdf2297a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8966412fbec548379f23250fb8e917e0", "region_id": "RegionOne"}], "type": "event", "id": "4990e3bf561a4a2cb6fd6e7d74679ac8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "bd64308d50804c43816764596f5dc2f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ebe437e4a0ff4522bb7de2e9ecfe1476", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "daf6deb9298d46e7a2af9127ae595276", "region_id": "RegionOne"}], "type": "events", "id": "2a855aaa7aa24ed0ae5e29f9cd402d76", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dca278ed9a164981af2976a40b844cea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4411581c6bce4e8a9d2615032c448af4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "743f0b85f66344f697fe35a060b2300d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c33c87d6d78d4b718ece6e6e595819e4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7abeac1ec4604b6db9a4f3b13b0a7830", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6e0344d6cc954fcaacfe89ead6fc2972", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "25f805a88e3a4002ab393689148d4372", "region_id": "RegionOne"}], "type": "application_deployment", "id": "13d97c19dd1948d0af2e6d1d5fc11030", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0f9ff671ef90433dbfa499cb883941d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c62577f5bfda4f7fa631c6d2821a6933", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6dbdd85a7fc64fa4beaa79a8bc14c1a4", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "61c298f9388842ee8c981114cd800be4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f6d2f0b781a740e3bdbfb125774a75f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4d2412c6823c443a8b9edbb8636d81d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f54f705cc6bf4525b7441e0806760440", "region_id": "RegionOne"}], "type": "tricircle", "id": "1c536a8b5ac34a559916badb73c933a5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "6b821f10ab1d43c497793978c046bd02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b3dbd39d77534d2587425eaa4794489d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "4de48774104f49c692e5e9829058b399", "region_id": "RegionOne"}], "type": "database", "id": "92d0922983b64789aca7d33f82a91011", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c9b4fd7e70e64ca4bd86faceb0bfe4cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "94e67859c9224c5184050cd46895d5c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "46489227887843c6b85de03e4595daab", "region_id": "RegionOne"}], "type": "application-container", "id": "4fa580308d6744b296625151a4fa6800", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "76e902a0fed44f8c9fa9ef2312e14ab9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5a9e116eb62d4d7686e728702d02353e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1005ab0bb0e04797af42d79067507034", "region_id": "RegionOne"}], "type": "container", "id": "a8c6689a7784431aa8d1c240aca07ea0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1dd61b8826834da1a638756e1660cee0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d8edd5bf854a45d0847fba6f60fa3f64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "78200c6c74ab4ab39806bcd6245dfc91", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "93393e01c9604b7baf96096b2fcb9d20", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3cf4434655b2462da5d54ca5a6d154b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3ae27459c217425f9bb0660ec8758472", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8339e56152f1450586b21e40dc75e458", "region_id": "RegionOne"}], "type": "rca", "id": "1d278651112f4ebba79fe81dad416d69", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9bde0fdad3b54834998f79d05b8399f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a5019fa755bd4dceaf3781a4a2fe60dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "305c0ed687824f548a4e937938521e95", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "61b90e742f1142e9ad175d200458490e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ebfa342ec9d94ed8ba1c50ebdecc2d03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ddfd429367f94bc3accdef5195b20b29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "46d92e1dee964fda9964226cf471f1c0", "region_id": "RegionOne"}], "type": "network", "id": "fc54f6153a044b37868e535c5ee0b769", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a0c9173ca1f84e4f995fca4fc0975545", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "155d3fbaf4864c46bca2d36e943e78c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a77bc63e274b4774b2f3910b36eab271", "region_id": "RegionOne"}], "type": "backup", "id": "8ff83cb766d7438cb37108ac97660eb9", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "563eef0a709048c2af50a5b8cf07bc46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5965158cd6784968add0f811cf2ac9a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b27e84d8feb34f6da3c62cd7cc9639fc", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1be64e1bb38942218d5e72c9f62d7708", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fc31b96c3e8a46608088e29fe7ed8a6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d8355a4df64e4a58b6c048a719451817", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f737725ad69b47b6ab7825c654abad9a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "10bc83ef48a447d2bf9224e6d37a5186", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b7c70f561df943b18de2b681f96a0216", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2172cb7f0ca74b4b87f9b845c2f449f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "874a4c7011b840ccb45f31d21287eb0a", "region_id": "RegionOne"}], "type": "monitoring", "id": "cedbde58e89c41cba96fb774ae848a6b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "69c7e0ac0fdd4f868fa2b15776ee0a0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7f7ce7cc22074171b3be6fa18de18133", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e8d25062f90f4dd490de3dcb88c7ac1b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "804a64c9bc20488394e51aeb7858ac42", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a87432687cc34f1ba73ef73b3e75e327", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3ed79295caa448d8a94591aaab0f3c05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0f3e7532694e43ffad6155a15089f1db", "region_id": "RegionOne"}], "type": "placement", "id": "6b40e0dd1c8440fcb672014799a5486a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d3323c67b759414aa30edae30432df4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "083d39c3b20b4f5280161a63ca2ffc87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a5510579ab0148c4a2c60ef066181022", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a1fc31d599a3468ebbf1a297c7ad441a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a089f058da274e90a3290b2d145f88ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ae56ba42f5be42a1b62d14934bd04849", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c2c35c26bbeb403dbdd983b8d806491e", "region_id": "RegionOne"}], "type": "ha", "id": "796466effb3643de9c7bc912e117cb11", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e586a1d25596446780512210d420cd16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5a9defc2891040a383be915d4ade08e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "e958b87816834c2093d50d8109d224e5", "region_id": "RegionOne"}], "type": "reservation", "id": "07f2e2a41c034ffdadefb02ae55fcce7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3a7cffbde13b454b903926030b542b34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "75691ad155a04d8083af934844d9ccf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3ce40375403b4d25bc134e19a76454d4", "region_id": "RegionOne"}], "type": "function-engine", "id": "64051db1731843b2a193cb235cde9e0c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "da899b08c9bf4887a85f0fd510339a61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1a53d24995be4bd7ae26434dfc924944", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "32f9f9af5b9d43acae6f012b65f76b43", "region_id": "RegionOne"}], "type": "accelerator", "id": "aa35ce3ab405423e8b819a7c4a079109", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bf214543009c4d89a999208fbf311aa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "60b4e972b65b43a3b4142a7e3f9a015e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f70311ab580348eabe2201b38a890201", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0323d3b1e3714a5ab43953cc1b30f9d9", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "eb6943c14d704fddb82b0f34861593ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f5ddf4cf80a84786b5629a3295d2f796", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5ced9474e6e442bab22f23d21b9ff74d", "region_id": "RegionOne"}], "type": "registration", "id": "9c18ee25b54b4bcd82c305fb8201a02b", "name": "adjutant"}], "user": {"domain": {"id": "363cda125a2e49d3ab3f6ff1b9e8243b", "name": "fce79a35fc984066aeeabd35cdc1290e"}, "id": "0eb7949d153d42fdb66e8851ae494255", "name": "63d0499d2002435d8029895c9e52fea8"}, "audit_ids": ["bfae67592acc4684b7bdace3e9fba6bb", null], "issued_at": "2019-09-19T09:04:37.959888"}} 2019-09-19 09:06:38,036 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,038 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,038 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,068 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/75c4c35f-c00f-4f9f-ae0b-e7e133e8321d/maintenance -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" -d '{"reason": "no reason"}' 2019-09-19 09:06:38,070 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,087 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/75c4c35f-c00f-4f9f-ae0b-e7e133e8321d -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,088 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,089 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "75c4c35f-c00f-4f9f-ae0b-e7e133e8321d"} {29} openstack.tests.unit.cloud.test__utils.TestUtils.test_safe_dict_max_ints [0.038249s] ... ok {25} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_snapshot_get [0.052800s] ... ok {2} openstack.tests.unit.cloud.test_aggregate.TestAggregate.test_remove_host_from_aggregate [0.136487s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,660 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,663 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,664 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,666 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,672 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.617222+00:00", "project": {"domain": {"id": "363c762ed190404ab35b9aee9bf833cb", "name": "42cf10be30e4464ebcd8d8149bc48f86"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "defbba9964524bd89e50519928ae2a6e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "686c8ca329fd487e94507123d33b826a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7e2ff8b65a6c45c7b281c0e9d1ba5627", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9b1f2e30a96542dd8b922964cdcd6296", "region_id": "RegionOne"}], "type": "identity", "id": "f453085363eb4ac0846ddaca04e0f5c3", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fbf1600719df4dcf8bcb4d2f754ece86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e332704dad514e0c8c95582aa6dce040", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "602c252493f5486a8459dffae9a46487", "region_id": "RegionOne"}], "type": "compute", "id": "179f1c91fc5b4e6699b5bf22f2688686", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "421b9d939efe476ab444c1978d829c26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "949bb8bcc67b41a5a39d3e66c120f0be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "45003c2fb35b4d3f91b095d2ed238aef", "region_id": "RegionOne"}], "type": "image", "id": "41c394eb9ef64f6292ff56ff853a6085", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e1d06087a2474a08abeb8d370bf10e80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d1981a8176554536b9e31ec0edad2511", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d0713e54aae54cc194f98a062b544828", "region_id": "RegionOne"}], "type": "load-balancer", "id": "48e19f8425fa45f48a5766c0b9432223", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59a154a39f9b4c10bd30def6b164afe2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "534c7a51c1de42a8a705b692c75b48eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a90b4b55e0704816b7fdffd2208d5134", "region_id": "RegionOne"}], "type": "object-store", "id": "731dea9187124e1488b22cfd9351ecc8", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "39379ee716ef4ef882bba2155251903e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "15bb4a207a654f7da0e21d2f980b8cf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "004c99f31ab14fae98f4cbf074fe6d5f", "region_id": "RegionOne"}], "type": "clustering", "id": "88a5852991ad4107bf85d5526a7b9d2f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "182bd9d8e82a4639a3a0c6316cdccb20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "58ca54d688b445929528a8641d19c83f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "597e082f78a242348824db2ab29989a2", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "3e174ccedd66423e97f1b572ccf4b531", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "330f892ce4eb499eabd190358211ac43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "05949ab8b22c4420af6ca6d69938573a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7f88f8b9ed9f4ba5901b2394f0c8f630", "region_id": "RegionOne"}], "type": "cluster", "id": "ad3789a4d4774190a56d79d7a5f54251", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "dc861986f67b49d4bb5d992107878c60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "feb7be61983448e59dea466904dd03e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "fb97e1d147184e07bbfbdcb91b6f1913", "region_id": "RegionOne"}], "type": "data-processing", "id": "59a200c1b7b6455bb9bc225f8a2dc42d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b704501d135041c59a0700631ebc6630", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "679e45cecb964b40bb444d685f4d32c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7f972b0da1a446c6a1e9b7ddb45b0d63", "region_id": "RegionOne"}], "type": "baremetal", "id": "11f3a12263164e42b193b0e62f8f06c2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5d44c687eff6465eaea57b3278bad2ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3cfec86140d945f19b45f2fbf048ad1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "56eefea7dd014871b11ee7c7ea8f5ef4", "region_id": "RegionOne"}], "type": "bare-metal", "id": "0616265a7d854d4c9326951fcf9fb2a9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9e35ede4240d4d9cbaa029f3748aa6c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3f5e749204114af7ab88606835990d3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9d918d2f67a74c29ad28d8a341879874", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c2f65ac9c9aa4c0894145ae7d5258c4f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cf02ae6d849d41cab5f533bd880f8810", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "69f1ea9ba0224c6bbb1976a7a83cf8b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "2f69426f39a64195a5134ea7fc69b67c", "region_id": "RegionOne"}], "type": "key-manager", "id": "a1dfdbbd6148467f84e5865b64041450", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b4b5b5ce2fee48aa8e9ebb2a670da1ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e75f05acd2dd4d3dae8f00652b5883b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "da5964f88cb74eb7bb36f2f29f0b3dd4", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "fdabf3ad9dd945e49494b268851388a8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4eaf6c10606b4818a51224196d6a7eb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3e5e232b6ed44b5d9c778aaeef733c63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3735b0bf264340dc8b3cf9f91e15eb1a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "cc797bf62c5c48078a7fccd0c7cc14ce", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "139cd357c6b64edd84b77216b158e842", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9bf3feab330942558ad40cd011e083dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9451d0b526204c3792d0e62d828da885", "region_id": "RegionOne"}], "type": "message", "id": "73939322cc844b32b1614ede95a532ab", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "26145641fe1e42f4b2c7c13f74977f1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c6fca497883f42a08ccb4abc55dccc94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "367ed9f6b7fa412fb8dbb2e6e428162c", "region_id": "RegionOne"}], "type": "messaging", "id": "9e7eb3d00d1e45ddaa6cf3a6e57fe2cb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "60abf7bfc0984715a0d397f421b475e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "76bc2987a532441abb5f9561736f000e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6a5a1fa595424b1886a8184da1c3f5a7", "region_id": "RegionOne"}], "type": "application-catalog", "id": "731b4f11e5644512a1572e83825c71e2", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5fd7389dd9f34c5a83666c46d65fa3e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ff1e7915f2144acf8219233148189de5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "baa2a136587341b6a45bb72fdf03afaa", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c97c159a9bec4988bcc052d9af4e3765", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "72b0f2a4cc0b4f9c80fd0c8948a4bc8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dd3fda69cbb243eb89da0b122d5123d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ebbb45b486a04b689f5f4b18cce15f76", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "36e6eeb9daff4090ad3f31ec9f0c4206", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c20ce62ab72c41f09249435918e84837", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a72b1bcff6804e528f9919e2fab4f46c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ec2a409af24e4593bd03d79458cfb51a", "region_id": "RegionOne"}], "type": "container-infra", "id": "2ccebd58e15446a6a46925f5ec36d5fb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e0e89bcab55743db9966a9eb8d61ba63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "39649dbbf42245da9307fb6c4e0b27d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b85da98026c6480a8a881993c972f308", "region_id": "RegionOne"}], "type": "search", "id": "36453430c5804273a237d3e9bd64be22", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "99ef021980dc45f3b8cc1b001a8166f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2632e507a13b445982c7a82331e0fadf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2f096b3a6d8f4f659038ea6a699b8646", "region_id": "RegionOne"}], "type": "dns", "id": "2e877f28797545728657086d40fc8a01", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5c02f34001d8453099596c2e5b4130e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ce7cff61bc8d4cfdb6e40ecf57c0b3c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d06851a2fcea44568e9348bf42fd91d7", "region_id": "RegionOne"}], "type": "workflow", "id": "6351cb2a9f374e2c849b6db97281dc4b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c079b82fd0da4f1f84c01e511e30af8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "27052f3c00864387822622bda84e3c84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ad46f44a767f417aae0d05c0137e3350", "region_id": "RegionOne"}], "type": "workflowv2", "id": "697b901a0abd4cacb6764f9748bd62e8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "79ef38e1387546c88bd7a6867005990f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "eadef4f35c3e40638b81418dbcd3b803", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6d428b8e52f344ffb58a65ec963c119e", "region_id": "RegionOne"}], "type": "rating", "id": "dd5deed682584f828482fb520fd32123", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "76860db16998480aacbdcf1728291b9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c60de78cefe447848b15522eb4cc367b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f668f47a38a2419cbca04396c67843dc", "region_id": "RegionOne"}], "type": "operator-policy", "id": "49a9944e8cd8440eb083d5975fbceb42", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5e74f58b1fed4306b53942345e53c7f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c9cbd7a5fcac42d79b4190ecd5b954cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "66ce5318739743e69dbec49e7798dc17", "region_id": "RegionOne"}], "type": "policy", "id": "e2dda1ff03cc4b998054a111e7d95463", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7d12ed4dacd3454d8de287adc0c30923", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "75f2b088aeb749b99118fcc9ce23328c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b9d4f9f375d247e8b64d1dd0d00a6d08", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c60a078d873845188bca3c5f591e4cd2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "da8eff4fe6454e719851f69f062bfb7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a33a77e64fd84aefad5b36759c1599e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ae7107946cb046f2932f04608cc77acc", "region_id": "RegionOne"}], "type": "sharev2", "id": "6f77f1754a0c424894bc4e60e7c2385e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ab3d39ca227445beb94a5577b461dc43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ee3e28adf0924c7bab8065d17cb49162", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4b0db0863a7b44afafdb2224e62b6906", "region_id": "RegionOne"}], "type": "share", "id": "5d1072213b3f4de7b1bf95483feca107", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "77a99b9e06ec490fa8be12212ec01a93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b102d37e91ef40dc93d904e9c8d6b13a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "89e2e63ebde64feba05fe73d954889fa", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "df623c2077164eec80fadb0179862bcd", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d3c616944cd4709b2f9379e3515a8a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75da9f6ed21446b9b4c77b5d98c3bf12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4bf02dc8f78942a9b1a4df784887ebbf", "region_id": "RegionOne"}], "type": "orchestration", "id": "ce8ccf06eaf541269909edecee0c287f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ba82f9a93604c3fa3b49ca68a60d4a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a35dc92ae2024828a3ab29bc1726e8b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "727a61e6170047e09e6d9a29b8c74460", "region_id": "RegionOne"}], "type": "block-storage", "id": "f884c5074987454eac156e7f0f0f6589", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca1bd035948d4c51875d70f358a6be0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7308173827a64bf49a0809b0203f3ba1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2542d03579db4aa18841694162088106", "region_id": "RegionOne"}], "type": "volumev3", "id": "22e10c2814ce47959a8bf02774df9f2c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "159b6df12edd44cd9b01bcce1ff769d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25ae9307de6d4ba4ac88d2a437d882bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "929f8753a6524365a290d4736ffc2894", "region_id": "RegionOne"}], "type": "volumev2", "id": "d5060ae383fc4d2a95ece2c825394d27", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7311ca665a9a44469195de239e024791", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0dab26696724e31a92a864ac5f778b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cbfba70bf1eb4db6b7d3f34e3b2e4c3d", "region_id": "RegionOne"}], "type": "volume", "id": "d5597bbefd8047aa944bc7e4222caf42", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13d6547303ee47fc9c5fb7fae297ba80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3ebacb9e9714fa2802f9507a02b266e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94e841de5837466caee35587a570af24", "region_id": "RegionOne"}], "type": "block-store", "id": "4a32b736db6c4026877f2853ab4287c5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "72920fd9d0ef47df9bf3b669458d9c9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "587c2bdd7cd0464fbf3d50414304aeda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5d7fe3ad4af44741aba90e07d6c306f0", "region_id": "RegionOne"}], "type": "alarm", "id": "070619c8cdd8488c9ed9dc8b2ac4bf89", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "48f332208d2a4b3894ed89e13bf45c97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "af40343b584d40699d1c353a3e2c7680", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ef6c460745474266ada92657de3ee624", "region_id": "RegionOne"}], "type": "alarming", "id": "ff6745c016d74c46ae585c822a6b2217", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5e83cd7a5f194152b17b5565270b21c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1151fca017294596bec41c7664517fe2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "55ebfda2d0e54f319216a20fdcaba2e8", "region_id": "RegionOne"}], "type": "meter", "id": "4804fcdff39e4a84a4789d56aacf04f4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a2d08c0b45ab4377a0a3e9011eda3602", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "70836ddd26be4dcfae21fa6da0656df0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4f2f8f6bc7074502b5f212b5f01e001a", "region_id": "RegionOne"}], "type": "metering", "id": "5bbe4faac7c241fdaba4560d1fcf1f47", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d44e635cad944b6e8a4a93fdb5781127", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fe0a5b28acb14284bc0ccc22b09a6952", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d7eb316bb9dd49f3b62a8c391796a42d", "region_id": "RegionOne"}], "type": "telemetry", "id": "b20d94a078594562be374fa62c52dc74", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c4f623f66feb47319577349ff00a240e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8c8662fe4bab4199b221ed0411f486c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "dc6f37d6da464aa3a962518ec8e1d7eb", "region_id": "RegionOne"}], "type": "event", "id": "064335934136400a8db39d6fe55c4039", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a0730046fcf246edb8609ef1d6784e9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4af719896f80454eaaa67003bf015c9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "28d909a334404bc08108f26a047692e9", "region_id": "RegionOne"}], "type": "events", "id": "eb560feb71c64e8a87672fb1ec942cda", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a079863cc9bd4b3fb5abab60233d1552", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5aefc9c087b149a688742d0c4cb6a8d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "65b99bb8973748c98b41c317dff1ddf3", "region_id": "RegionOne"}], "type": "application-deployment", "id": "61afd9ca41584febad2462a88a49b241", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d1b9932e2d1c466d8cf88ccca97ca298", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f988a81db9e345bb8f9d1dc37fee3044", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b6cd7602faf041eea660b297d897a69c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5ac785a8255a405eb431116cef2e8061", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1c5f8c29047447808ed5cfc96a664f5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "272160bed3a04a1ea88ed2ff5645aef1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6e7d255d3d2744ac9a07d938c0104f64", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "0c14c6ab7d3d43d68f0d36e018d843a5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "916293533dc54d78a12de409b822d550", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "50fe7b63af884406b2f90969b9ff5ce0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9dede24d8ea24878aa1995dab6633b2d", "region_id": "RegionOne"}], "type": "tricircle", "id": "a966ac58eba04fd7aee9caa2daee08fe", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2a5e224873014be383e4f02f8e8ce204", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6488b0ff054b4eee8c4e911d9d0ad422", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d01b3f111e6842a7a82eb9e282cac105", "region_id": "RegionOne"}], "type": "database", "id": "bb1dbd8f820b426eb9c9fa5ac461cf7c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d03ead19c41b47bf908166eac8de6f9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8f7735f730f244b5b3ea58304e8094cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1d7c267fd3834d6aa393433820df62e1", "region_id": "RegionOne"}], "type": "application-container", "id": "73643fe51f9343399917d6ed1a583ee3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "22bc76c0e1184985978701124d430aa4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d78599f36029434d88dfe0c4c11963c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "aeff61e0fea24a24a0726e19d938a3f6", "region_id": "RegionOne"}], "type": "container", "id": "a9a4574cadad417c8efb821d0ba0aa62", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "079d84b17f7a44f4b011098c765970bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3b9cf3d6ed7b4ad8b203fe9b388b06c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bab22ff900af4a3e889e6042491c66ff", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "41513ad7dc244752a4997466d60583b6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e75ad97a27d64ee4aa070703d74272b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "731917a4547b407cbc9eed1f9f8c64cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9112741fdf4744d287b4c2fbd9e2ec64", "region_id": "RegionOne"}], "type": "rca", "id": "bdb92ab137bd47b2ae69b66d7e70def8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f56c922a9d19477d9e4a5e6782ffd056", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "25a42b0e71744e02926cdd04bd0d7fa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "97e3143d820346eb9ba4c5b0cd07da2c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b72768603bc640fe9921bc7f33d138d5", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "aea27427e4d8417c8d552116b90b1e9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ec4f59f01ccb416dabf3bba188939540", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "504116a7623140c99de66b7c9f09ef30", "region_id": "RegionOne"}], "type": "network", "id": "34ef31f7e601432d8f57dbb4f217374a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "11f5b091978e48afa96e5e1f664843aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "529785f4dfba429ebbf87711e16a6d4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b8e45690a64e4445ac88dd7ddd2a7fde", "region_id": "RegionOne"}], "type": "backup", "id": "1622a30688404f2b8b3fc3fa6d989b3d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d2a08026ef8343a7a926e44268579d13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c7a30f81ce2542ce89881e21502d37cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7c7c7b4cd00240a49c1e33a817a1c321", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1e66e77bf46f43d8b8d0d4faa4b7802e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "858a20b036cc4df39e6041a9fdbf389f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fdb35621bae04c1d8c96af4c0d961f4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "71cd2803b867421a888eb74172c3abfd", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c75e7689111b46ea84991c6bc3b8c959", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "716e54dc8aee46ee851b76e048f2a71e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "51ff0f8cb0de4c75a962a52f1518ba2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "47e520620a43428f90cabd72a3bb8fef", "region_id": "RegionOne"}], "type": "monitoring", "id": "d5e513f3fef246e58e2226a20e8dee66", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b70051bf69f4409dba3a8526646197f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "177d17d72bc64b8eab6d8d1644f9e28b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8bca550878fc421c9601f138e95d209a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "03358caac16d4daeaea3f968baf2fdca", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "017a7ef95f1c490ab7a9bd34607b88b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a99a905356014fcb9fb3b4b865a61254", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "43cbbdcb74fe430a9130ed36fad4e787", "region_id": "RegionOne"}], "type": "placement", "id": "657bddff6b464fdbaf202de1b9e32e3d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "72f245fc73384acfb9aa1174e3497cb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9c80d477e3ee4b57ab611a52488ca07c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5aceebc27dca49ed9a494ee600d3b0ad", "region_id": "RegionOne"}], "type": "instance-ha", "id": "76272ce94cce43bcbb0c6386132a355a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e76371e34b8c4a83aa9cf524cd0fef4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3fcd29b4ee874addbfb29745be9c2c91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0923e0b7cbb34a8a9e3edb6e05e9d8c9", "region_id": "RegionOne"}], "type": "ha", "id": "7ecedfe1912c45e0bd33d5bf0215f248", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "69c14ad2602946dd8a066d65f9c13eea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9fecb8f3dfde45038799e7b6f8980de0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7cebce88e7a04d2ba321865d153276be", "region_id": "RegionOne"}], "type": "reservation", "id": "004f285bfec449a090a2736530d68cec", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "53709527e27d489a8dc71b47c7e30885", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5d526b1608654892b6b91230cb659d8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5b69c3b58e5149a1b43d7ce3b4aa4068", "region_id": "RegionOne"}], "type": "function-engine", "id": "23e3ad6d2890422ca8482e8e6406d966", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "cda829ff62804da090c603f3476cf896", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "950742f614f54b0f974525330e71efd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "30d92cad26e0490e9b3e2a8a6ea86069", "region_id": "RegionOne"}], "type": "accelerator", "id": "d3ade9194df741a8b0deae6b837342e1", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3e0e53b4bd754f2ab7ed6651235e4cbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "21ee651647384ae28193fd31c526a236", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c7e58febde514519943706668149ee81", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e931628d93f941f6b9f1293fa2fa6ca2", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "455a0115b8a3431d93bc85a9aaccf801", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "04a2ff46115144a78107d98db79759bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "80d4b90ce0a349b081e6faa0f988cae6", "region_id": "RegionOne"}], "type": "registration", "id": "50d61f4ecb8b4c8cb6e987559344a836", "name": "adjutant"}], "user": {"domain": {"id": "570ba336198a482fbba1d4157dbca058", "name": "1afc7567261244f3bc0fea16c4684f2f"}, "id": "1351df83e9624bc5b5903cbc3bb4fec6", "name": "b630eb9d4af34df49b8da34d61bda9ba"}, "audit_ids": ["d0de5359ebe544f6aa41a2435849f685", null], "issued_at": "2019-09-19T09:04:37.617222"}} 2019-09-19 09:06:37,729 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-aggregates -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:37,731 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,732 keystoneauth.session RESP BODY: {"aggregates": [{"name": "aggregate-2", "availability_zone": "nova", "deleted": false, "created_at": "2019-09-19T09:06:37.658842", "updated_at": null, "hosts": [], "deleted_at": null, "id": 1, "metadata": {"availability_zone": "nova"}}]} 2019-09-19 09:06:37,745 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-aggregates/1/action -H "Accept: " -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"remove_host": {"host": "host1"}}' 2019-09-19 09:06:37,747 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,748 keystoneauth.session RESP BODY: {"aggregate": {"name": "aggregate-2", "availability_zone": "nova", "deleted": false, "created_at": "2019-09-19T09:06:37.658842", "updated_at": null, "hosts": [], "deleted_at": null, "id": 1, "metadata": {"availability_zone": "nova"}}} {16} openstack.tests.unit.block_storage.v2.test_type.TestType.test_basic [0.063248s] ... ok {22} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_snapshot_create_attrs [0.065096s] ... ok {30} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_backups_not_detailed [0.042200s] ... ok {19} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_activate_node [0.228408s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,246 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,252 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,252 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,254 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,260 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.189465+00:00", "project": {"domain": {"id": "03fe8ce1f4be4a6aafdc28e3779a187f", "name": "f54d3d7e06fd4930b2e5e293806584e5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f5f8c12fb4bc4f9c96097e86b7b492b4"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "cc58813b0ce94b25ae3cc4cf0926512c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "decf73c736064cd7adf3167fdf9c1b65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5fdcaf1810cf4eaaadb6d517cada6ca8", "region_id": "RegionOne"}], "type": "identity", "id": "6f100a1f47cb4521a17d3b66321f0ba8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fa9f4b9d929b4cf3a86f8629b849b671", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2a79fa27d84140f8a71907a8263e6527", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "cf66db2027874ce58bc354e20f372999", "region_id": "RegionOne"}], "type": "compute", "id": "6dee41b0d7ab4f7da36051793fb46b36", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4a50894385884d27b43f41bd62d79b92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "faf6177d151e44008384adbe6822070c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c68e4825e7754de58f844bf7a811b1dc", "region_id": "RegionOne"}], "type": "image", "id": "fef972d7653e47cbab73077b8d66d10c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9c8c4adcf2714024a884223356224f8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fb1d81d8f4534b8aaefeeb2535422be9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7a5b2e49d320491088b411035629de6e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e4d1f61464794649ab6ce5cda0d43ee8", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac57af3822bd4d19be13f110ea1666f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "691f8fa39f8740e18353f32c51d3254c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb72020c771b4e218418e91646355c32", "region_id": "RegionOne"}], "type": "object-store", "id": "93aa0cae42344bea96eb76b5f9a62c18", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b5cbcad7576d485194faaa60f1e77da9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7e47ae0d5361452c807a5803f507570c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4b688f6221484c4e8b5d64e4a67a0564", "region_id": "RegionOne"}], "type": "clustering", "id": "0c9db0d2926f4416b8a5a4e9eb08bc82", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e67d37368cce4ae4a8687697ed48fbfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2d216d3aa3fb45c3a459ef89cfb072ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f580da6b646544598f58407107fccf2c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b95f8c44703a4d8a9fe2edc421e962ac", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c3317688d84c4e0f968be36bd1c7d821", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "44d8f100b16c42e49381c0942456d7bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "daed118c6ec74122be578d5f0642eb36", "region_id": "RegionOne"}], "type": "cluster", "id": "2930d06d371e452da71628b95b79918f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "99419fce8b3d495e88a8c1e4ae907bdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8d8d6929a94c4951821acfb5876e64f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ca433816763e45229d3b043e9fb29b64", "region_id": "RegionOne"}], "type": "data-processing", "id": "45cb3bb6372a407a8482110a1acb4a64", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "261c2c03e42847d4bd62769ffc189007", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8c7d96cfad3440ac89aaf71d98218c98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4b21a8c8b1614fac865bc604121d76da", "region_id": "RegionOne"}], "type": "baremetal", "id": "36d95eb573b2475e8aee81fb9ecdce16", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cd0c129e3c1742a6a7134498f22b4833", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3515f222a7ce4eaea89764f30bcbaab0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5489b515d71e4e1dbe14b76a371d943a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "9eedd532fcbe4895959d9f4aeb098e1b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7c5764f4071f4e6583d4e05f025ea483", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "eec198246eaf49ef89d521deb72bea42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "12bd6bac50e040a79db114d27a8b47bf", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "728224f8e3044bf9895a30e3e9a75fd7", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fad1547028364522855699a42b9bc5cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "377c864b5bbd4bb98414dbe7620502e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "441791fa1dfb4b8982cc49ab66abd171", "region_id": "RegionOne"}], "type": "key-manager", "id": "127e9a4c36ed422a97877615c4236f23", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "74b8cf8fa7474a73856e7025e0cde215", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9ee000fddd5d4596829c815510591132", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5f81c51ddd264d3cb8377d4b09a7d93d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "8dedd7a8622443b389dea47b74ec29fb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "34c72622ad1f4dcaba8a2ad2634301cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e55917b142ef4b6eb506505db6706aaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5fa4cc68849049cabd25379755d4981b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "63ab4fd545a943059863ab25351a8d6d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4c88c59a94e14f4485da8408d10f131a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ac0486242cbc444a814b47d33e4e64c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4604bcada32a4eb582c7497e50c21f0d", "region_id": "RegionOne"}], "type": "message", "id": "4c275940e7da48b7a1702b8f7d22cba2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1b617e5c31204979bbeaeaad67803425", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c69d3312905f4e339d9fb21e7e9b4a6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ff6ff81e785a4e4cada004e9eb92a73a", "region_id": "RegionOne"}], "type": "messaging", "id": "9783b9227adf4d938156b0664222b089", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e444c236fe5e4b57a9e1fbd006c34e93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "261e6f8cd7e14e748dd4a4c4e4f7f968", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "62d1f3d115204f27933b8b3056bc1602", "region_id": "RegionOne"}], "type": "application-catalog", "id": "77eed6ca49b04ce4b7b4a95f325f0cf3", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "863bd60bd48049d9bc44756d93421482", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "06eb6de061ef4d6fbe346ce784f7d602", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e2e4efbd147494795a9dd037fdfb7b8", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "74ec50cce50e44c9be201817f0460fea", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "85552a7e2b904239aa322a96e14b2188", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b7cbe13a1c32441fb5f53fac057fb64e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "389784577b824a8bafcb1dfbae0b8ed3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a830e189233f48bea838d5318075e30e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "64aa368a5f2b4d368386e5332eb78f93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8e65331ce55b44d5bc37195985bb695c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1a4235dec9404698ad6ad76bb8f2f974", "region_id": "RegionOne"}], "type": "container-infra", "id": "7d730cde851a4eb1b2896a1dd0ba37d4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e103314a172f454bb8e2583c99ddc447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "73ed5140057d4ac7a757bbd974ee05d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9a79481e608643fd8dc1ef421caa7853", "region_id": "RegionOne"}], "type": "search", "id": "6a01b511beb74f16ac31c6efda36474e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "fc38e5ead5b4475aa065c0200e8b465c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "06bafb56e95144989ea79266ae9be969", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4bba85f4136c45d896588e8e2ea506b6", "region_id": "RegionOne"}], "type": "dns", "id": "c9c0bc7a1a344d039a9836f6b3d1025e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5ca3982aab0e4a66af940c3be1804af5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8ac774b9a27340b385fc5b68360e5bde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1d4738a202af4852a58f002e0bccf8db", "region_id": "RegionOne"}], "type": "workflow", "id": "7af4d9cc07cd483da71945bbd2310e10", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c979543e69844ac59c771de60f60c52c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e6f862bca3aa4579a7a4ff70849b9dc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ebcd1e2951cf4953a387a6894b605344", "region_id": "RegionOne"}], "type": "workflowv2", "id": "dd775304d0334169a2e2883b956cf299", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ac30d2ae8332456eba67c4affe33cfd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9d3685dd170f45888842aa20b72f906e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "576869b32b3a4890850031ebabf35f9d", "region_id": "RegionOne"}], "type": "rating", "id": "27a8a1fd4cf74bae81d4d523ba40f54b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "94225beb161342a18f19991f5d8cf863", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "706f177f517340589c7b35d4285ba05b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6feffdeb0c004b59ac631a9eb620794d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e32e475e79da4074a4c6c1535a99bd50", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "96d5d3a12b58443fbd1d19b21ff63a86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "87af3eb662f74460a8d3337737f35164", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e74a48717751420882dc436077315b77", "region_id": "RegionOne"}], "type": "policy", "id": "b6f6022914004bd9a387ef1b7234b89b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c42e1bc6dca744b6a5d28817ceaf821a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "37160b0fd03c43468f109e4704cf1cfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cec4a787021c4eeca41f1ba6a09c058f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d637c17572cf4c518e33be821c674f37", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9d73934ee8c74b00a3f48fb14e5a05d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "84f0bf07db5546a594ca8f7282bd4043", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "58a710c7b9964d6194080f61797deaaf", "region_id": "RegionOne"}], "type": "sharev2", "id": "fa86e358d9f14aa4b15fc65bc002f79e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3140c49d61d3449cbe2c3cad5a63a77b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "021ae3ca056d4504a22e7b33955b1d3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7b0ac587c1ba49d1babdc766322acbf0", "region_id": "RegionOne"}], "type": "share", "id": "f0a0f5bcd0804ca0978889dfc482ee77", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b6364872d56a47f3bc086b6988935e5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c4335bc92e76488bb5d18774d49e3bc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "581b5d03786645b9978a32235b739e20", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3197c28352e949f79548be9dd19bab81", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20f0aad601c546aab693b3df5e842ab7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9815345d0793489283f9c342c8c7e742", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a8bb82b2d59442f94cbf734597d4702", "region_id": "RegionOne"}], "type": "orchestration", "id": "a297416ebd064302811a57745f7fb6eb", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb6890b0346a4f06a4a319f619886a04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a6a9f83cbc54cbd994a1d4e02dd9ec9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4af54fc6cb2f45c1858d2dd0f4a85760", "region_id": "RegionOne"}], "type": "block-storage", "id": "5e9f98833d7e4552b89fb738c3201cb0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b98105864c3b4c2d9df74fc4051f89c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a01aef60401946ceb468ee931b8b1dd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6d48aabae924574825a64971eca298a", "region_id": "RegionOne"}], "type": "volumev3", "id": "fd991038d90d427caad2a193fb67de97", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8ae28cb61304454a919a9c518a5f48b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d580f8887c794158a89a680e41e0fa20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a4fddcbf4204fdc8001e39ba32bd29e", "region_id": "RegionOne"}], "type": "volumev2", "id": "59a6b76fb5b041c182c1b994c9ea2e32", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c7f36c432784caeb833239e2769ba12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afb50a485b284dff80fb4d3611dd8110", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ead2c4e7a708435b8a1e96929d27f755", "region_id": "RegionOne"}], "type": "volume", "id": "5f8e09da5e724efb9d66e3b7ae189b22", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f72990e991e1452fba171dbfd204ab53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8435c41f144f4903b175a81b41443793", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4986acc450b44f59b2665c73bd51f9ab", "region_id": "RegionOne"}], "type": "block-store", "id": "c05bd872d6d84eada4f1d80aa05035a3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ac0153d63e4148f4b113c8268f6bb9c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ee4fa5df8ff84b40b1d9b7290901dd06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "59cfd61e48114b7bbe4dd14a3e8b22b5", "region_id": "RegionOne"}], "type": "alarm", "id": "a4265eae2afe495b9b1a94e66f900301", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b622547b133348e09d0ec01547563483", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cd8f664e5ef04334bead57016e72c283", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f067f9b9ee24434d8536bdf434071faf", "region_id": "RegionOne"}], "type": "alarming", "id": "fdaa68aa1ee94c3e82c12d66e7a69bbf", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f6812eae49a949c1829bf710dbe23c61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "48cafdefd6434e69bf3997ee49978939", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2fe5c024606f417f9375f36658b33654", "region_id": "RegionOne"}], "type": "meter", "id": "a79e4a10b3614f6b8ea63e3a733d0c94", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2c4026f2ff3a462a8dfb4a5910443c3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c8316d3981b447fd9927e13d842081ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "12c892b969f74b7ea527d4bd8ed70744", "region_id": "RegionOne"}], "type": "metering", "id": "05f2d2c5121f4ea08f906555479e5050", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "66fa93e4980746e9a6f68cf3e8290d62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bc768b3b55fd4dc4ad6d437554a0f322", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c6485a3f9b994398ab956766780190f5", "region_id": "RegionOne"}], "type": "telemetry", "id": "e23644e6282e4353b40c503737599581", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a31b42d91d2d4689b36555b790792b3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f566d971ee16486ba4256bf3df3bc6c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a14ae57fbbb245adbfc293404d67dbf2", "region_id": "RegionOne"}], "type": "event", "id": "7917fa3e749a4f1fbd9fcd343683eed0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "07fa6e4126ae4c0c80195e731e16dcb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c8de6922d3a04d1f9f6d34a3898cdc83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8c9d827cc28b4a2ba129fba138a765bf", "region_id": "RegionOne"}], "type": "events", "id": "42628d1922cb4639b88bc16908d01655", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6d7842ba9e814ef09be15c849e4c229e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4a89ab770da44e218992dd78c32f3ffa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a6887c0ae2bd4b248edf264015d13f17", "region_id": "RegionOne"}], "type": "application-deployment", "id": "bd9c8baf234e4be0a0afdfa44a34655a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c7a9eff1973d4ae59b696517fc5b29e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "82a82cc17e1a4fba9bc547b520cc4419", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3a9352e80947445995b0d98ec84cbe23", "region_id": "RegionOne"}], "type": "application_deployment", "id": "031ebd8b3fd44a5b8d66b3dd16377f66", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6eab79baf5374f10bf897571170c340b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "569fcd8f292042b68bf1d07932242657", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "302e3c5f7f674795b8d3c34f7aa05315", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f731e5ebcce44176a5c5eaa66cfe34eb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "81ea63ee897242b0b2fa9e8272361e3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "da05d0ea7b414281a7a48ffd4ceef1d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "54f8b21a805243b1acb8d56e1569b002", "region_id": "RegionOne"}], "type": "tricircle", "id": "e00565541d8f48a69b2ecc64febd02f0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "455c96661bf64c4c9f4129bfd7268835", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "08a4a3bde7be4269bf415c91a338e831", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "626a1103fc8c42cab479cf4f2d07f5cc", "region_id": "RegionOne"}], "type": "database", "id": "9449d67647a644f0b529a7cc46222e04", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c6f1c92700b44582a42be83e636f9241", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3d0ecd006e3b484d968e4b8252a0bf91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "af6debdb1c2f4f648d55e023d37aa285", "region_id": "RegionOne"}], "type": "application-container", "id": "03a404fcd87c4fdb865ed973e2d65d9f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "59e639671a4b495d87a957a11c67af02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "429e631fa3e64959af5fa1ac089e39a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d999daf61be54355b828dd3a7a040c3d", "region_id": "RegionOne"}], "type": "container", "id": "9852d9302b0f4e00a312e9c202dd7eb0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a9fce6c4aac94695b77340364a97c82b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4960bb32da75402c8d7c4f57e7186207", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "deacaf8b3b1041a1a138c807a188507c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9781c32786bd423fac863a085b6c3eda", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8f4b79e4551e48fda1a8e4aec7e9cf04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "781eb4ee285a4bd9ae3879cd29ae87b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "305c572295864f01b866d847a253f28c", "region_id": "RegionOne"}], "type": "rca", "id": "fce2cef999384f8fbbac9e0dc357e71e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7fcc27215ce242a7b0a897ed9deb7f9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "aac34a3e95c54025ae9bb50e2318b339", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ac90a1f954e7448787ac5381555f9875", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a97a693f409841b8ada8e2901e64cc9d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "b146c70c43654553bda2db8e2aa1608c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ffd2d1e9ad51454f966517103cfabf7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "051178b40bda4ddda08835c5488157b6", "region_id": "RegionOne"}], "type": "network", "id": "0e6d400ecee941b8923010287b509856", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a0ba81b7da1643cbad6f09d73758b921", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "98ec6bf4c06b464b805246e56c3b09df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f34d4372bde24170a4a3fd87749a2aa3", "region_id": "RegionOne"}], "type": "backup", "id": "e2afc3fe2c3342239fca523d9989925a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0aca4777bb884d6a96a6f2fb1adcbd58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ac5bcadd466447b3bf7924ddffc52665", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2150c8a8ccca41f8921ff57a4abe6991", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d36b2ad78b32438f9f896667b0b9f253", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "103bceb86bf74ca89668063f269153a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e689d722b94f4237bd6f2ecf91e0ce79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "91607027540e493590833fe107db7498", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8397a4e4fd8c4692822b91533fb7ba31", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "453015e8595f4eb7aa2c94ca421a510f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d0b8c5c3b61d4ffe9f76913faa1391d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f0766f09a75b439191b058d2a61fc514", "region_id": "RegionOne"}], "type": "monitoring", "id": "2a95a5656ed94eec93793b2c8c838bf0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1131d93b6ffe498d9f66c0692fa47597", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e53a0066d7a0458f99fbf415cdaf3cdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d17e3b25497d40198fec949f6e5c39fc", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3af363ee0e1d49d9bdea727dc34d2de7", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "33015f6db82e43cf8dc05492a9f1e1d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c43d3435c05c4ae299dfd3c8f2c07bfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "908582f0d13c40c0b525bf7801da3a77", "region_id": "RegionOne"}], "type": "placement", "id": "a0962c87cb1a4d1eb9ce1bbd3f013cfe", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a330aefe8ce64943b37f342df5036589", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b9d218c52b684c5c9eb0c4d834d6a785", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "01ddf92480fe4d67b897f346836686f2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9c65c480b52648dc9d01bc08c60ed295", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8c1ac1a0a179447aa2c2b49860767f97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "94f7b4a95e324aa4bcc2ef246f8afbe9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "43f69f6ae0074c188226afa0beb3570d", "region_id": "RegionOne"}], "type": "ha", "id": "0a7f654775d440338ff4c4562ab0e362", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "97c97d35186f47b6b46234751df81720", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a8a1690374584cb8b63943d33d4f18d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b45a989cdd83455db9698265122fd219", "region_id": "RegionOne"}], "type": "reservation", "id": "a6fb7c42dacb494ab7a64185e5b94031", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a4abe38b80254b1e8ac47efc1b86d7bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "854511ceb6e34e20bfc2f3920016b171", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d16e0043a73049fb884351a67dea0dd0", "region_id": "RegionOne"}], "type": "function-engine", "id": "06df07c3ec214a509812ea287dadd1fa", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3730e499b501415b855289d06dbed572", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b2a04a72504e4a7f940d4df570d08491", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e9b760aaf08147c4913b569e050f3e50", "region_id": "RegionOne"}], "type": "accelerator", "id": "55cac85a5a8144fdb03fee087aced229", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "77eb45535a664077ba770f61bb193df7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "916bf355fef44af099263ca5a7ad6033", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "609856cb1d1a410d9802b8f1f2efa272", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c612132e65c7495f8e5d947e8fee7c90", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7eb6c8a968694a07ac3deefdc313691d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4c4a0c339c274462a58834a8b070d35b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "026855cdfbb8412db34fde6229a07a2f", "region_id": "RegionOne"}], "type": "registration", "id": "f944889154174007b3f55273bc9490c5", "name": "adjutant"}], "user": {"domain": {"id": "ed6d8d76151440cc85d71db3b74fb187", "name": "704674235da34e22b7eb1581671fb431"}, "id": "7c601519f2b24290868a17ec51bf9af5", "name": "2a2bcf00406e40a3a7bf3488aba93984"}, "audit_ids": ["a3cd367a3eb14d50b37935839076bcae", null], "issued_at": "2019-09-19T09:04:37.189465"}} 2019-09-19 09:06:37,309 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,312 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,313 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:37,362 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/d48dca59-65a8-41df-b778-2f50eb3d6f60/states/provision -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "active", "configdrive": "http://host/file"}' 2019-09-19 09:06:37,366 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,404 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/d48dca59-65a8-41df-b778-2f50eb3d6f60 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,407 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,408 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "active", "reservation": null, "instance_info": null, "uuid": "d48dca59-65a8-41df-b778-2f50eb3d6f60"} {6} openstack.tests.unit.block_storage.v3.test_snapshot.TestSnapshotDetail.test_basic [0.065558s] ... ok {12} openstack.tests.unit.cloud.test_baremetal_ports.TestBaremetalPort.test_list_nics_for_machine [0.111835s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,031 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,033 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,033 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,034 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,040 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.989887+00:00", "project": {"domain": {"id": "5320a3f5395d42d5b47d12e877b20f44", "name": "70ea7fa3a06a42dcbd223a20ab13400e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "fd0e1405d1ea4f43806c849955166238"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3745db589dc447ae88e5dcff207cd31b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "20049c23661444fd95e5407674136303", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6244b34d640d41e7a60c294278e92800", "region_id": "RegionOne"}], "type": "identity", "id": "ce85fb4a608a40e9a6b3aa507051fc75", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c7d8c646eabb4128a445c5c3065466af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4c051f35c8aa4b12ba4e9fa3e3c2398c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ff2222af453444fe8da5b08ed3008ed6", "region_id": "RegionOne"}], "type": "compute", "id": "10ab682ad8f14d629fbd20131284ee00", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ccd8411071cc40219eb38bf858f985e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3d81f6a7a3b34aadbe82074c0f167dab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "456aafdcdfda4758847edbf6de12c032", "region_id": "RegionOne"}], "type": "image", "id": "c036193a61c745d59b559dfdf3af7fc7", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "481c2387c8c7439a84c8b8917e70a4dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1317ff9a6afb43caabc2e3b6307f852e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "dab6c38181ff4e80900f5ce215d277d8", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0057ee6facc446f5b1e305015885f16e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b967ca7188a4d4793f1b7bc92153f84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d49ac138b7af4631956dac133e4ee9e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ef8bb52975947f3863347cd9898968a", "region_id": "RegionOne"}], "type": "object-store", "id": "97a055321bad454a8256982b7be01b54", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d2a511a3c9cd4b369d1764939ea7b12e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7a277608ce6a43499e6fe79c31b2aff7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "53506ddf39114b2f8e00be967cd3aeb7", "region_id": "RegionOne"}], "type": "clustering", "id": "2c3851b8e71041229ad8589c4e0510d8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ff3918096e45428aa4d2bf202997f067", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "28d5bb57e15947bfb7606141526c1675", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "958d1156b0bf48a49ee23739b967d607", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2f778ec169314b8e81270b1050ecc984", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "267b467107f2405abdd2da2e3b98acaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3f89058a781744b3adda9147396da2ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2ebf89317fb1448aa53cf6f74db63f53", "region_id": "RegionOne"}], "type": "cluster", "id": "62e19ae48b3947d29be6a06ec07ce117", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4499f7bb2cbc49fa81f32523b3617664", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "64f7c7210f9a41d8b33b1a4b0822b1ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "4977d45984d942078b4cfd1f787c848a", "region_id": "RegionOne"}], "type": "data-processing", "id": "1178da051ec6443192264222330aed89", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c37d9934cbbc45899274ce6b87038b02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "170518c834214bd3911f8db839f9bb14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8e78b141833c4b6fad71ddecfdac78aa", "region_id": "RegionOne"}], "type": "baremetal", "id": "3c448e7bad2a4ea2a50f39032baffcd5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b93f4b58d7bb45d4bb18022326df1337", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bf49d125e66047c5960eea1293ea6792", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b44d10901cdd48fc95d6a13b07b78202", "region_id": "RegionOne"}], "type": "bare-metal", "id": "983c07d29eeb4c13bee05364efadfa43", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3418cdacc4734e35bbc0eced74238fd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "96e271558a4642a79a2c0fd29238f618", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e1ab68ea6f4248c1b11d6586ac7873e1", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6dd87b73ac4d4104bad65554e9f49780", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bd10652f6268413b8419c4e6143454a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "17228e0c34ff43dca959d2cf110cba79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b2b0a6f7513f43b2b63ae720650f1e67", "region_id": "RegionOne"}], "type": "key-manager", "id": "9d1c27529457448fb3af4f237931f786", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8056e8fe18234bc9910713d0c28ac5eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "588e1802f2724e7fbb11926b50f09fb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a9edb02ae5ca413ea6f526b176a279c2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9b6340efa70f4802a6d5704ce0310e3a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "adca5d9e7d6141e4a3b63306be71a0cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a652286215f04deaafaa3aa75a28fe92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fe7a48a7e8444451bc2c8c8febe6b712", "region_id": "RegionOne"}], "type": "infra-optim", "id": "58b00f9010f34741a75e753d621b9ff7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c651a4578f6f4730b3f6e4eda2dd1c31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "31c77e1bb5d14238ab33811440437d18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "82fa6dba5c7747c090500e70e50db1a3", "region_id": "RegionOne"}], "type": "message", "id": "88c6c0ad3dbc4c1abf3a37e75782596b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2b1a76946fc14406a982634776cd09ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f21069ae025a40c3b1b663a4b72659cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "eb2858f906bc4dd6a5921011fade2bd7", "region_id": "RegionOne"}], "type": "messaging", "id": "5ceeb6f7244d46df83f3ea7f7ff65372", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8d2db62293a84baeaec8418b72db6188", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f34e60bc55954d1283c60c78e7d06668", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "48c59e7678084cda9aa3e531dc90a829", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4eeb1019429540a393ae0de524435fdd", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eecb121107684b908fd758e6f3e6083c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cc6a509d733040c7a1bf4b48e048fd60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "64e5cc1b58954b38a78a5243db88adc4", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "78b27f0864254d948cadc5e1c3f3f366", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a6c1777f099e4bb7a626a10ce3e68da8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "894619593386404cabbc89d8c57c8dae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d955ce0f3dc34cd9ac4fd2120346c5fd", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "72facaafb3984991b8cf3f143abf6cef", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "676e9c475747470199a1fb3e7076eef3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5b50e158754d44fbb48223f60ff28f83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d429ad1a2df64fb9a27370aa5d426a17", "region_id": "RegionOne"}], "type": "container-infra", "id": "f1dd5c451ad944a8bff6b07255b4c20b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a44ecb9f876a46d8b9aac8a21ca7613a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "363b4dda04054038a44b623a5f16fdfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9a697a7c254f4cb2a5b56aeb1fff84da", "region_id": "RegionOne"}], "type": "search", "id": "c1d9df7af7ab48cfbd53ac407cb107ed", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "8332fc6f71484efaa5b54be17a1b7d21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ec6506e2f9894f6a8c62ba21c7a7bf25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e82f8ac5eee04a7cb74e3400c1fecf54", "region_id": "RegionOne"}], "type": "dns", "id": "71544bd402234a728761f3d5479b2bd4", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4d0eb5eac7174c419b5fab3ab6eaf3ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "91598c96af154028875d033003067a4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "df4095fea4ca493ca37d20914fa211fe", "region_id": "RegionOne"}], "type": "workflow", "id": "3a2e06e215fe49508c43e0a37711eca0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ae6e55a5c151408d8e36929edd34205d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c3d3acdcfb7f4548afc461a7e6a160a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "49b88ae247c24fc782070d106be97c49", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ea510632f003440c908d78a278d3041a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1127c484e3734cae81f7dc659272b0f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5b9306f572994b599d3f9b5a82a90934", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "979829b1e0da4447bb12032369cd32a3", "region_id": "RegionOne"}], "type": "rating", "id": "ad7f197baa49468ca3cbd842dd8701d4", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2a740040bf174eb0aec508356f68b8e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f86d7b829524407e8bd96a49c44d2934", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "bd85e42d5acf4160ae7cfd4a65b6a78e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "9ad14e90bebf43809e1228e5898cd461", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "00f4ae6407e74b95be9da0b01fda5b82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "78bf63adb0bc417d80db489be67627c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "db91974ae7104278b8a226b9ccf8cb0a", "region_id": "RegionOne"}], "type": "policy", "id": "f7ae9b4c9c7847d08279322279de666e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9f17b6971a7c4c669970c63512e4363a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "332a553fb8564c94bff7488fe9f81249", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d625300fc28f4f08b390a38fa79c7c47", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f82ab56104a442918628e70abb9e4e20", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1e960927f88e42b1b45e2c48db61fee6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e080b0623d9746cc96e2992f9c234cc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "de5d336e20cf4a16998a10fbf8215a79", "region_id": "RegionOne"}], "type": "sharev2", "id": "690484f1fac6435eb4d58314ab661f44", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d2ee3688d9c14f6f893dd655f347b8fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2de80fd997a949e2af6cf1de9bbb36fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "61a8ef6c0e0a4feda6d1370fc853fedd", "region_id": "RegionOne"}], "type": "share", "id": "fedca51d04bf425594425a107b9f55ac", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8c4b6343ddbf4c96a8a835ef71db9e2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6d8d8aa2beef486cb7e19faa4a142811", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c1d936dad8dc4c9e9cd87fcb0a79c7c6", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "99be44d0eca146258de729cabe86e3b9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e6bdfa62b524235817521b1a5dcaadc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e92d7bfecb1a4e9c9e7a352f7d078830", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12bd911b451b4ceea8045343b0c4c93a", "region_id": "RegionOne"}], "type": "orchestration", "id": "339faded9f7a4b33a51557bfbdbe87ca", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07c10725d96448a7a62141aeb0584386", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56b56a8a4a934d6597716fc18936e2a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0e1b3f5f56547fe8c040f68f0d1cff2", "region_id": "RegionOne"}], "type": "block-storage", "id": "02d403c2b80f4ab09370c7949941eb69", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "334cdd6af2e14a5dbb93cc821b45d9ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be25853cfe03419b9858b88f24adaae8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c2f830d4953480facc2a0c5569c2496", "region_id": "RegionOne"}], "type": "volumev3", "id": "3a712f72dcb54f459969afb3f8acee4f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7359c157c9da4feba690934ac11c3ef6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84513564efa74589ad1eaa55a925d902", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d157dd6e10b4ef689090b05ee42347f", "region_id": "RegionOne"}], "type": "volumev2", "id": "c373c49498884c1ea9eec7e4e75f7eb9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4307a2ec9fb34b6198ff8472dd579064", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d92ec551a58e4847be9417728d5b0df9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04e05dd2bbfc41ed80633cb41c8b1937", "region_id": "RegionOne"}], "type": "volume", "id": "25c981279ac645d68a08fdc001416346", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a7ebf29770b4bf0a1cefc212b035158", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00acc073819041719dd9779cd54b30dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c57bf1d47dca4448a80ff313d6a9eeb6", "region_id": "RegionOne"}], "type": "block-store", "id": "6a0902ba8d894ec1a71e4c7998881e42", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1ba03e49013d40c2a39520817018ae5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b8376c3a9b5a47b299c45a5a65e509cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "66ef80c4b4fd4a808203921ab362d4b3", "region_id": "RegionOne"}], "type": "alarm", "id": "efef7d86230e46ca86e03a4e82f1fa61", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "27ed639eaca84e5692033219d9d4d3e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ba0e834ecf1045aa804d62f175ca0605", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5b63ba591c48419792ef93d14f3c2a22", "region_id": "RegionOne"}], "type": "alarming", "id": "cfab948ba98e4ff4b07bb973a8fb85f3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b7880805bc7f441f943f0813cec1e9e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6910735ecb954a9694dba79bb51aa430", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "392f844793d64f42a6244f8bfe0d096f", "region_id": "RegionOne"}], "type": "meter", "id": "dd337db7c561465dad6ab91565b7f191", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1899366442f846679b74152c258897ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "018e6372e1fd47d095bf753aa02f2e9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0429e9aa2e6b471886f2b491a06edabe", "region_id": "RegionOne"}], "type": "metering", "id": "4a9591fed87c4680a20f4bd2c1e19998", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1b05f2c43a434b5fa05414aa4e4688c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6a956c2408584e37a877ee4f15cfeb6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c76672ca7a45479db485677bc60feb12", "region_id": "RegionOne"}], "type": "telemetry", "id": "2951119054414697803a4abf17f6ec6e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "216399226ef14b97993422466fb115a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8ef839171526438bafde4f6cb44cefe9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6310b0fa6ee644048baeb8c9b067ec3e", "region_id": "RegionOne"}], "type": "event", "id": "1d0201dc0cf045f58efca0c766a543f4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3a88db71c9364406ae0d30491cd72a85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "861c5116410645b78db6abe57ca3d7eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "46ff06feb1134afea1b8016b09d533fb", "region_id": "RegionOne"}], "type": "events", "id": "6dfc83b1deb045bb82f9de4266990d23", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "693cf24c5860462593e2c240ad1e8b11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3643f3dbe78a4693b268ab91c06f56ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "16c9ee67c6cb402a9976f362108145a4", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b46e5abcd1de42a793b410907a737052", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "89bb4f312d2842b980a95484122cbf15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "098a5a2e83b14cd589489fa7697c69f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2a2e7a7fb8d14a5892c8da641af055e8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "72270bc94203408d8b10d0daaa22663e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e7ccfad3dd9c4a81850c422f207e25e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bced6955e77946bd874cb8957a1fc6cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a9b07699d72c49daa406a218a42cd0e3", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7134d15e63ff45e9b668daa81992140b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bbdf02d078da4389a2a161cf65d8cf90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fde429f4931441dbb5b418d839976fb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c5319d8ccdf4456893174b2c6a9bf4d2", "region_id": "RegionOne"}], "type": "tricircle", "id": "84f9fbb6428b4f0b8e2b44c1d90be681", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f6544bb753c54efca42874e4e48d6d0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2508972fe041444cb89b0eb558e3f202", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "9e60603775fe40499f439f1dd9f5e14c", "region_id": "RegionOne"}], "type": "database", "id": "b27fc56f1f10455b8eb9aac3abb3610b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "579f5e2cef7d4fbf8ec441b322a56950", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d45f6ca5b01f426fa28801bea5be55f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5715b0cc8f4d4714a8ff846c7bbfeecb", "region_id": "RegionOne"}], "type": "application-container", "id": "e6ce1cc4eead450482ba37c18ee8d84c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a21a2dca757543b3b81280bb8c2500bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "af227546a8304d2db02d9442dfd77eda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e4e838032c644922b0b6b595c8799217", "region_id": "RegionOne"}], "type": "container", "id": "492008a80a124c1bb28d68b464bf7d0a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9e93e1c379844704ba7c15a259db8b96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7fe599ea92a04371a98b35acd03f25bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "febc3938ad6a4dc380d6e617015d602c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a3688a73886842d78c1ef7e5fbd5414d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e2c6b841dffe4cd3a77649ad117a4287", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "27060b10603444e08a666a3fe139dee2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "380564e5d136420daa756ea5320b6159", "region_id": "RegionOne"}], "type": "rca", "id": "98b0062a7ccd4aa3b2f0ed458127b145", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1772119f5e294bc98c1e472c0bcbf7ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "796238e576fd45e3a4355efd2469d476", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "20c8807f6a89448d976705b634840f13", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "bae1793481a54c41bdb0aedab5987840", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7c4fa21119d1452ca0198b8f941af925", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a9089e129bbb49a8b6c038365e058262", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "cf2039b6b42a43df99c7b09b27e9783d", "region_id": "RegionOne"}], "type": "network", "id": "8814e1f118554faea7ef34ccb8b603e8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0d7a497e04604663ae545f7484554e7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f25606a3a9c44e999eca01df3f4838ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "801395dfd7c34d1e980573a148ecf9b3", "region_id": "RegionOne"}], "type": "backup", "id": "c7cd660561684830bdd999f29ffded86", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b2ff1ded05194a1381e366a7d76cc002", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6750d81ae2e8483ba54f6bb131905545", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0a642eed4d9741559bc1351cd22a60c5", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a912c7fc218840e2b50f0d6899c79856", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e5830de6af1648828a2cd0902e1a81cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cf986f01e6cb497b9da691ab4f1333f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1ac81569426741feb9a693c9fefa6e3f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8017ba09ac204cab88b0d611bbb51492", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "814e6b76e1cf4caabe4b3dd992eb20f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d51394e051044725a0e013a796fad1bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "4d1a4f009c78416b92befb890a90c906", "region_id": "RegionOne"}], "type": "monitoring", "id": "9b8fd574cd5542289a63815d388370de", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a0c9ddf0a95a4f40a8856ac20901c2bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ec7b61ccc5c441c7a08d6d5d462e52ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4212647d540348068c971c4521592702", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "cd35608d7af34236b47ab0b6f8a2db8a", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "81ce2dc1672c4fda931476c380f0ad2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6d9581ac5e414622b13ddeeca339b1df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8f4dc4cd74824666a53ca513a3906c32", "region_id": "RegionOne"}], "type": "placement", "id": "c6369aebe04445339660c92537be7bc7", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e6f1019ee0c24c1787d44b6d6eb2d386", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c70d9c54c3a64b908c0767b669a8a6e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6c223dfb285a4fcab0a0f700ace89506", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1dae019e529d48e6bc3fdbc7af9baab0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4b67d800ab5748d4836a6d8db202114c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "70e1174ef6994fc6a605662d0c719091", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e6868458ec0f4072a572d0c62b9f8716", "region_id": "RegionOne"}], "type": "ha", "id": "2bc17b1e4fb2474282a7fd3576fe726f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6cf6e11a845b4ee89ca52c34c938516c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b3be9c0eadab43ba8a15f505a6a2466b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5c483bf3895b499ab00d8d86b0a17ca3", "region_id": "RegionOne"}], "type": "reservation", "id": "576e26432dc44f57a7dc0f2d16b7005e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d93c4ef37a0544ecb255bf843401ad3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "314debd0ae5546b9b680e81a111c1d9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "7ead52a882ba43a79106eb051c995864", "region_id": "RegionOne"}], "type": "function-engine", "id": "cc225e96772f4737b02b08e91dd7d19f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "91b9fcb88cb749cb9ec75a4c67c7c8bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "62f92656f30e48dda238297563d0873f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0ad76976d1924c3d89da92500eb9cef4", "region_id": "RegionOne"}], "type": "accelerator", "id": "ac86360c08024584adb29e707e026581", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "28a625b38b3249ed835900b061061ea3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "26e9fb3abb0c4db1b906a01bcee59a23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d283e2834d7844008631e6e37aaa7790", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b37961fb625a41b483393dc0c985fbf1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4f2ab5b620134100bad0667296b59a7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "20f0634e42304024b0e1c40c5b082ef0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "26ae3457e68940b18da2a783851614d3", "region_id": "RegionOne"}], "type": "registration", "id": "04a85c51b40b4196992812c984e106d5", "name": "adjutant"}], "user": {"domain": {"id": "1a6d0e9a56934a068554bc786143ae56", "name": "b612707c0c1943cabe050dd6f069a0ca"}, "id": "98e08dc1d06941298f1a86abe8dd442d", "name": "4d976a3b809f4342a90066c5d3a00d07"}, "audit_ids": ["901ea47d2b2c4a528383f5b588d2e2ee", null], "issued_at": "2019-09-19T09:04:37.989887"}} 2019-09-19 09:06:38,062 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,064 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,064 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,092 keystoneauth.session REQ: curl -g -i -X GET "https://baremetal.example.com/v1/ports/detail?node_uuid=a041729b-0cb7-465c-bafe-5a595821e8a6" -H "Accept: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,094 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,094 keystoneauth.session RESP BODY: {"ports": [{"node_uuid": "a041729b-0cb7-465c-bafe-5a595821e8a6", "uuid": "3b92391c78204284af9a7410e046f3fe", "address": "00:01:02:03:04:05"}, {"node_uuid": "a041729b-0cb7-465c-bafe-5a595821e8a6", "uuid": "9e12de00b9ce4a4584930aea26b1ff74", "address": "0a:0b:0c:0d:0e:0f"}]} {20} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_backup_no_swift [0.058996s] ... ok {24} openstack.tests.unit.block_storage.v3.test_type.TestType.test_new [0.066989s] ... ok {5} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_wait_for_baremetal_node_lock_timeout [0.223964s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,214 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,219 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,220 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,222 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,233 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.148857+00:00", "project": {"domain": {"id": "0c195b4267874339916e541f3cbc1558", "name": "c59ba83ade3c410989bdf4b449c2e0f9"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e96daf49162043cab50ec5d7c9afcf3d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a37d5147fb5e4cb38b1bd73d749ad5c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f4b9ec06fade4f3e9aece06bcd612b8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8b3beee4d7694e52a069fd8f4ad31389", "region_id": "RegionOne"}], "type": "identity", "id": "cbc1e061cd79431584e3528f54263b8d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ca6571ccfe364329a50791ef172b6489", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1bfc91582db74917ae91069ef34ae363", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "df4a601b42c8476b90d552504dec34f0", "region_id": "RegionOne"}], "type": "compute", "id": "12d7593150ad4ab1a2f118f3fc57feb3", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "42728dcb1ee34af2bc71d12608e72771", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a6fa0af574b04bf3a9079fa1a1b34d58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "1bf943c5c9a24b8fb46539e1ef90a06c", "region_id": "RegionOne"}], "type": "image", "id": "4c619e454c0549ef85454faabd943775", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ef3632b0df9745efa4a6edd9e5ba93c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fdefd32b1dff4f389d013fca65b427e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7989d73f77a54fbea3eb13285df75b4f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "78cd047cb7214964875b9e8ddbc68734", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56149b1c57be40aa99a30559049e4606", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "381ce78a8a7a42f88dbcd30242ecb746", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e03a18971db4ba597f960b88a4d06f6", "region_id": "RegionOne"}], "type": "object-store", "id": "1c9b76be82a94d7c881bd39da9bfc25b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "036f75843f724b698ae8e2ca1edc3eb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8efe5d14b5b44ed4b4c8922ae25968f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b2db9389aa3d412cb04fb3340bc4b03f", "region_id": "RegionOne"}], "type": "clustering", "id": "f2d2d279d87145b7814c6fd46b0a84a4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5aedf1fbe3494b419aa425a9daa5ccee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "469b211b0f8b4483984b804a5acf612d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b69af6301b2241679b055a9bb25073e8", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a2bddf0dbbee47a380faca4fe7c111c5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "81639252d81f415799f10925d3c56435", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ab6358797cdb42398e2125460deb33b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4423649c0ad24352b264afd90feafb89", "region_id": "RegionOne"}], "type": "cluster", "id": "4550de2866394e769d972de6cd257c95", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "93cfa0b3f548428dab547924e98bcc7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b26feae8569e45e8afe3b9fdff35c50e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "36d49169ce334d88915d5072f8ec7675", "region_id": "RegionOne"}], "type": "data-processing", "id": "56ee215c83ff4f5da8f2eefd7ceaf21b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "16639c52a9ff440898a7cfa636471438", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3edeeaa85b004ff5a1f7d2dded76a8af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "efa41ba9b3c34ac8a2c92f025a5b8382", "region_id": "RegionOne"}], "type": "baremetal", "id": "9f84e8d104224347bb44684192359738", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4d5cff88c19e4731bc19a894f80d2bd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "74848b088f37497e98f57ea9237742e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "63a4e5c74d7447c0a7ecc5b189676658", "region_id": "RegionOne"}], "type": "bare-metal", "id": "55bf191880094133964d8405e67da450", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4342824407f64ea7a5f29c51ea2b4050", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "439ce5863d1b47b5b11a31073d09a7ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7fe020fe06dd4d61bd0e1c0a7a56dc1c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f87c9f924b8847e6ac4c74cbbcf504ab", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ccd9a881fec343e28bb4985f3ec2f134", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2ea0aa75b5b745adb7976a1b9ae1e92c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "da3e7177e1cb4359acafce908d66a842", "region_id": "RegionOne"}], "type": "key-manager", "id": "8347b3b14cc34dffbc6603b6e1c39e47", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a6c18e6382bf40c69b4cfdf92f355930", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5448922e35a4494c8d8d1c56c5ed7a48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fd8a5f9cd2234881a796fdc9b21fb8d3", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f2ee4ce780b648608dca2ed5908f74d2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3233177b7c3f44a5977667d924ba5a38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "23b992f5e019479eaa77034ff8529709", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8a8bf87e344841b8b97e7bb37893124d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b6bf855106074b18b2dce43978f22f2a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5a1bd7c2a73449129cc041eabe4e3ba1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "822225a3767442e0831d6663269470f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "80b99d5cf8b641f58ff47498fc966534", "region_id": "RegionOne"}], "type": "message", "id": "1fdf6f01f0c54d28a1ea529a3625fec1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "dc1542467b2c47dfb4b28c204c4a20db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "147b90aa1788471db0a8c51460437036", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b18bb7b9d7414c9aa5b9bc9579e94bad", "region_id": "RegionOne"}], "type": "messaging", "id": "93dfa128aab449fb9f8669d2d711b610", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f38ee9c8422a4fd39efe21e615d880a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "46f8e69e5a7c4a1faedf491f8d9607e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "97d100126ab3453c862d898ec13e4f6d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "27b89793e4034cd69bb35edb704af212", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "21efcac9a51947afb97118ebe0e60929", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e60d640457040cbabbd1d8f01b70dd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "43d609c343f04c9aa3ce061de30e2a89", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "62a31a6306c74037af42fc8f9fd782c8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c3ce25b5535e4dfc9dc08dd6e5182766", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "99c72641ac0f4e84be5ff5a0a40b0213", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e743b27e32944856a6f3eddfd52d8a34", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "8ee6bfbf02b448d980efecc1e20713fa", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce66ea4733024fe380e91e180f029128", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d0543767498f4980a66f646deb14e281", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "65477b09baf144c281185eb6e9d227d1", "region_id": "RegionOne"}], "type": "container-infra", "id": "8dc9dc085e4442128db267bcc7b28057", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b95c4ecf7d9745d7887dbd9d6c0e7deb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a742d9e3d5b147029e11ee22584e1ab2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b966b5ae91884e86b37d8acbfe9fcc26", "region_id": "RegionOne"}], "type": "search", "id": "d53b59d6756e44a9bc1982c60290fdf0", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "73dbcbb75dad490a94e699d9b5da7d38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e5fb345fa3524cb6ad8d4f707e65a0d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "30ae4b4fe62d4ab7bfa04da913fee7fd", "region_id": "RegionOne"}], "type": "dns", "id": "ea70c247e3664eab91b36c6f42448d62", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "33b759a7c01b4d5e989b45ec9aa479a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e70d57d351b44818a7efc442ffe39a5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3b06e54fb09442d19f72cd465f938abb", "region_id": "RegionOne"}], "type": "workflow", "id": "982ffde04725416e8ce6e6a3f7909789", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0459d60c5eee4b6c99241491b1121386", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "84b20abae1f44b3389b85951ef97b49e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "98698963896c4e0cb50d21fb03beab29", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e4207168a0f940c79439a268456cc740", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4d97223e052d4588b1c2614fa8261148", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "dc98068070034d2ca88e08d0dbd1beaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "378994a6a8374fe3a52aad2f4c7f8c1a", "region_id": "RegionOne"}], "type": "rating", "id": "ecbb7e9f7c2145bd924403a7b2207c32", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "67e54ae113d24cd7a88b0e633fa88e26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3844321d63c64dbda54ea4920a752dd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e8a974edfd5e441ab2149d9ea153f9e6", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e6f6342b5ba94fba9edca66430be3c0f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5239c0b8e0bc4592bf6bfc60b98e1373", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "804cfb1789ac44c98c096901de35cd7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "27a1d20dad5a4e908d377942b3c7dfac", "region_id": "RegionOne"}], "type": "policy", "id": "da23f5e5b9b24d969c7c32f5ff2aa182", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e5182c5acca54091998f1ce0cf75ff8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7430b5da1f0147719a9bdb58df3cd780", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "eab8f8b9994947989611eac0dd29ddf8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "401a0ffab4a047878da10b2a734ed57b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "db0e62ef72fb45cc817b49048896cf11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7d376bafba1e4a0692e77347767b6ef5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "120fce82dc8f41699cb71a3161966933", "region_id": "RegionOne"}], "type": "sharev2", "id": "25855d6c210946278e985d2b9c6d9162", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5f6082172fbb4d228b0c62dd41135e83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9d21f8ab4cb0411c852e802faab9f052", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5864736941e54dd58e887a37396948f9", "region_id": "RegionOne"}], "type": "share", "id": "131c86f43f63441ca423e32029a29f9f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5dd7e98e96154264a3fb1e5aeb6d5129", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "49a0dcfdaf7940a79670aef9def9d31f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "517678c3d9ba4cd097fa5ad6aa230895", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7ba229fa77064d29b5b45f64dee59aae", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66a95843149142cc92498f3ddce83ef4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3451f45070524f1c939b8e16ce56b4f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08df1c95ae4e4351a43e70859106b6b3", "region_id": "RegionOne"}], "type": "orchestration", "id": "a28b53b51b46482795cc2c6a3487c5e3", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a98f24c5095451ab40d3eff2e72ee46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22aab978eff24593a99da3fbdf2b9f8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "455a501bf97f4917815f402d9edb88d1", "region_id": "RegionOne"}], "type": "block-storage", "id": "b160e79c45d045d7af639741f9144565", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bfff01818b244cdb0af738fd3a21df7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "812bf9aa484447b48ac0a7ad202717d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f43d60d876dc4b9baa8528bd14db268b", "region_id": "RegionOne"}], "type": "volumev3", "id": "dbbc860c5e474ba4bfa940d07340c283", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8989cf1833344c7ab7f6572dd17bf234", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d223cd74dcb04f0eb2b28aedd862514b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d85aba6980849a3b0ae4fbbb1783b0c", "region_id": "RegionOne"}], "type": "volumev2", "id": "3aa075e054534b82a39343933ce53175", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26eb8dbf29ff437099d2a2ec1541e8a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d65ddd4062fe40b5b59695b64aaf093a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7997bbb65a174476bd09c777f91410d2", "region_id": "RegionOne"}], "type": "volume", "id": "0b10840a362b4de68133abce74447041", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f8f3ada9a784eb4bea2f8a54beb1f71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d0ae94b76ec498a96b40d218c13aca5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "988dbe612d334b23b198fc827be1fffe", "region_id": "RegionOne"}], "type": "block-store", "id": "ebef4745854c4c2989bf503d41727597", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "44b56425d7654fe184cc527916de1966", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f6ee4b737a844f0d8f9d168ced5617bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e0ed8e0945454318a9b7ee160bddd06f", "region_id": "RegionOne"}], "type": "alarm", "id": "a5994c3a591d47b3ac1524c6a9d99ae7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8de71b1a4e2b4fa2bb767cdbd5a200ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "209dd31d41764bb4a2871fe0bb80e260", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "635b92f3b6f746d2b9d7f9eaa356ae24", "region_id": "RegionOne"}], "type": "alarming", "id": "a7cfcf5706c8413389847df3266afc4e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0053665fc6944fab88fd04197daefa01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cd70b5dadf434eac9ae3223c3c7e8bb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3dd3625c84c045baa683d594b4c3e5d5", "region_id": "RegionOne"}], "type": "meter", "id": "edbcca8148f24ce5959d8c1047c8da17", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b98157d782d34fd1a7077b5d49f156f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cd807bc465154041bcb5f6bd845d3c00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8c3b865252874c748c05b8e22eefdad0", "region_id": "RegionOne"}], "type": "metering", "id": "014b06b80cfa42c3a4006a262579d1e0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "21abb71d5ce241f095dab7b7462c4fef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "71d8703ccd3a4075807b168edb27f7d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cb56d186023549f4ac6d6f0c207e95f4", "region_id": "RegionOne"}], "type": "telemetry", "id": "edf381bcf9ed4cd186ea2d2c643ba042", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e6e77b0aad11439786df1f2d32795346", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "05bec20b1a6c45b3b8c77dc18f88e0a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ae3a28b122ec4e5b900e9a55039b6c18", "region_id": "RegionOne"}], "type": "event", "id": "a38dfb0f714b4186a94a03a53218dbb9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fc0b599d453f4d6ebf8267631d719ab0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3e088b58429242e9bbd2ffd81b2a9e85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "08731b95c1394fc6a5e6d48c17f5f61b", "region_id": "RegionOne"}], "type": "events", "id": "3a2d71861c2642ada74c03c310109556", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0b49e3832ffa4688aa22a6a4ecaa47c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4675e4bb9a1d477aa3eb07a7dbf3e80f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b42c1b18d5da4981bc06225f50b43ede", "region_id": "RegionOne"}], "type": "application-deployment", "id": "86f9c856023f4939858b8f228c087bc3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "92e111b1a94b464e9ffcc081895ee343", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fa1270fa03b74088b80755cf405654f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c1c40132d7d54f96a1f83f56ded8eda8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "4454b18a810b495a8844ca40d264e752", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fa460e9ba87a4946a2985b517a7cf96d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1fee74ecadcb435fae4e9caaa270c437", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3ff49ed5bc8b482cb94107c20894d09b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "e80d91de28224662b1e9a48cf55c06ea", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "63986dbb75cf4ce9a6191dc340f31879", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "878ea370c660479993314849c455b9e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4105d811031442438c41da08657d4b00", "region_id": "RegionOne"}], "type": "tricircle", "id": "0bda08ee68ee4c3288a03e9e737e31ee", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "4533276980364eca9ed743925923a227", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ee7a1a5cdeda4aefae1f2e8bac550e6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "5a308ea7fd5a4704b087982dd802badc", "region_id": "RegionOne"}], "type": "database", "id": "839f26d743b94a0aa448ea19d5318895", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "94ce4f15c3ba4787ac8b2322548dfbea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e41cd8565b62496b8627ae4a9d5c1ad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "aa2f4422b86940beaf4319c075c2ad87", "region_id": "RegionOne"}], "type": "application-container", "id": "40b63a8275ce4ff5b063e8414c09adb1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4ecd14866411410fbafddc9ac2b9e867", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "61d34c790f044083ad476ec7edf0257b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "939dde2aedec4d9980d0c1084a1fd859", "region_id": "RegionOne"}], "type": "container", "id": "2ec9772d5e6c4ad1955162eed143dc99", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1a7b521be6d942109f496f6257ba1bf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b8068f2895f74059beb3d63d9847ac13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "24ae76312f5a4de697be5e63b86e97b3", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "5b01c43432764e00a3d000ca5645ba83", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "15c583d9d3304ff38f538c0d8fe59e72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "436027bb3fc24cea95a2b4e304eefbf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bf60ed9d4c1d413d91f672cd97d0dff2", "region_id": "RegionOne"}], "type": "rca", "id": "a811e86a20134007aa958543ceb1c5f3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2b27e6cdba82422bb6c30feff703337c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "604bc32e947249e4baf8b1d396f26073", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f8d4f209a8114ac59147d01dae939aa1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5f9b9cae3bcf4051bbd8b57d106aa9fb", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d31b920be74f4fb2a8bfe091cfc46ff6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "043acefbf6164463bbf9cf37bc6d4583", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "5344e8229283421cb8bcb74d0caca72e", "region_id": "RegionOne"}], "type": "network", "id": "49ea289e7a6545ee8e4be1d0296cf0c7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "4e251c0f096a418bb81972332ac96c4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2b42d28a258e4ac5971bef737b12cb63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "758521c69c8d45fd8e0380537b47c18d", "region_id": "RegionOne"}], "type": "backup", "id": "3e02d59832474ddc990619789f88d1c6", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5d726d57df4343408491ce73631e1fa7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "75a9218d6a8542afa119a1cff809206c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8ef89746d37444d3b9b6c6ea3becb229", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "14d5c8d5b85d47c98c9f0de4235f2c73", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "58bdb485fec54de7a7a678ffe5d77fae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1550a4f961624601bacf6020ba445d2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "dd00caee1c2d4a698ac83acbf30b5357", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "84604b9ee9b3455db440aa80b0805b72", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8ec371661e4740cda43f53bd5005e552", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4363988c9fd04cb7a25ee952bdd74612", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c9dc0a4b94974fa39df9d25b5f9bf100", "region_id": "RegionOne"}], "type": "monitoring", "id": "bf154f7b6cc74689ab58842fbfcdf794", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "aadb6b3cec37455db110c84b688309bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f124311f8d03492a9f8c140f8c94c4ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "9d55a3d9bbfe4fbfbb84c521af825612", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "5fc528f7f083407d9bb0eb27beb8752e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "181ea096421e445e9f88d83d35cb76fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "52acc01e30144f21890614439db74919", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4f46814757744cd0837f505479e7384c", "region_id": "RegionOne"}], "type": "placement", "id": "f0371b920af745b8b47991eed14d01a8", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "431dd1cbbbb549e387d12e6433b9afd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0a05c7e0ec234eb7883d8f4add6d4e3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e213c913f3b34a6181f8778f2241cace", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1f274fc9e5664aa7994f5ea99612b6bb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d8b9990fe1074f6ba307d3693c4f8b24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4435244a0470431aac576354a395c668", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ed336c0862174c22b9bd7c0f6b3d24a1", "region_id": "RegionOne"}], "type": "ha", "id": "22079d1b0c5544e2a4306f3d591c81be", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e12b49c7d9fd46fd92ad2329c783aaf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "26c7e28c85f744188f5a06166be1ab62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "454a885abcd3412e806292be2c1867b8", "region_id": "RegionOne"}], "type": "reservation", "id": "d539038d623f46348f9827261cf3d598", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "83b98d2ab0ac49a98c1efb77d7231ca4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8cd1daa77cca4cc99291d1f84caa439e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "fbefe77fa7334fb49532a46e9a36d17c", "region_id": "RegionOne"}], "type": "function-engine", "id": "c835670608084182ac1b92762d28a381", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4f03c2ca19d343a2a3c6119d174facad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b412be55a9f04e039b62a17d5aacd60c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e01d9970971f4779983edc64f9025b33", "region_id": "RegionOne"}], "type": "accelerator", "id": "3f13178f29124e1593829b8a20b3516c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a48ea88aa84849abba87db562119237f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f6dc85d0233345c2a695651f5e23732f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2dfd9ce0aee44f70800fc75a89371a95", "region_id": "RegionOne"}], "type": "admin-logic", "id": "bb62416dc64a4b7cb042edf46651f293", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "788227d1d9df44df80f216cc45ff0614", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e98bb3e78a2e4ef58f11ca6ad5b1ae4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "672a838d9e064f2ab68648c2b26e5d04", "region_id": "RegionOne"}], "type": "registration", "id": "780a8ae1b6814a42be7c49ca9884a15c", "name": "adjutant"}], "user": {"domain": {"id": "2bf741e8ec9948939926fa4ece156369", "name": "ffe38cd90941422f9f5c5759b6ad8018"}, "id": "db3886878af54ef494ca9d5639743da9", "name": "3ee23174b17241a89b33087746d5db4b"}, "audit_ids": ["b81d4ff4812248d1b0707f10c9a0e86e", null], "issued_at": "2019-09-19T09:04:37.148857"}} 2019-09-19 09:06:37,285 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,288 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,288 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:37,357 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/0f394117-2764-4352-a81b-5a7cf39391a2 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,361 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,362 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": "conductor0", "instance_info": null, "uuid": "0f394117-2764-4352-a81b-5a7cf39391a2"} 2019-09-19 09:06:37,366 openstack.baremetal Still waiting for the lock to be released on node 0f394117-2764-4352-a81b-5a7cf39391a2, currently locked by conductor conductor0 2019-09-19 09:06:37,367 openstack.iterate_timeout Waiting 2.0 seconds {1} openstack.tests.unit.cloud.test__utils.TestUtils.test_safe_dict_max_not_int [0.056733s] ... ok {21} openstack.tests.unit.baremetal_introspection.v1.test_proxy.TestWaitForIntrospection.test_already_finished [0.070174s] ... ok {27} openstack.tests.unit.block_storage.v3.test_backup.TestBackup.test_restore_name [0.059201s] ... ok {17} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_inspect_machine_fail_associated [0.215029s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,261 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,266 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,267 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,269 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,280 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.194414+00:00", "project": {"domain": {"id": "22eead06860047af8ffa2f43e1c49565", "name": "b762f2ec7e3f493eaafacf4fece27611"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "56a60a594e774047aed34f4fc73d5a5e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5b3bccf9c53d422ca150bb15d13b3199", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "cc215a525a9a4199b1bc433cdad7cb1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6d1908c5d2024c75bcf5b7456e9e67be", "region_id": "RegionOne"}], "type": "identity", "id": "6f6d9606997a48e7b2b6c11bf3f30ee0", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "020cb1a813f34d3cb25f286eaa56533f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "75736fe20e574d27ae6db18bcac95243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ccb96a756cf44b079d8434d93a59bd7a", "region_id": "RegionOne"}], "type": "compute", "id": "f2b898246aac457080a5a8ffb1e871d9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "059690a7a11442ca893d5f0eb4ee5318", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "be8ea780ed1d448084de9d39f62907a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b5edf246d376453a9f6f134c79ffdcad", "region_id": "RegionOne"}], "type": "image", "id": "828f251192aa44f290a189312cc0ddcb", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e7d45a95ab85417b973e4fe51618713c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ae9fb7d1f61540ceb555723f78fcf6ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2d4116750c3f4d60af31e373e01272ec", "region_id": "RegionOne"}], "type": "load-balancer", "id": "06142d568546444c85b3ab0d256454e3", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9006f881038b41c29f2a3700b8b4a6b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4448cf74dbcb437fae30fea43709c31f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ed8b1fbe8d847f3a749df03df02190b", "region_id": "RegionOne"}], "type": "object-store", "id": "ac87d5f25aaa4756a5846c5297af94cc", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1a3da3c885ed4617a705de409cde538f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a2a185616e604900980a8bdc3b277491", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4f14bd3b888e4de1b719858682940d24", "region_id": "RegionOne"}], "type": "clustering", "id": "20ce753023f5480398c9f6800fe850f2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0cc58d4409c544d89318263ff6878cda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7f6cd2ea38bc4be58c1eddda52f7ce64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a74107472ee84256bb752b7e92b745b0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d5c65799578f454a99915b9b2e9d8a19", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8d6f166d985d4450b599d0ffb9eea037", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b876adb714144644b1f36e83927d302c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f6d57d657df446628369ec36109a0664", "region_id": "RegionOne"}], "type": "cluster", "id": "137f00d052294ad490dd9d49b050e2c2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "917b14f99ffd4d478661541cf4c86eeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "56220668af0c4787a525a60d27753e0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b102f04a6cf24dc798a091718715b482", "region_id": "RegionOne"}], "type": "data-processing", "id": "c96757a7c9d54d7fbaf7fa5d9cde1a09", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cd450868b35741a18573146a5b61fe85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2680cfe637ca4d43a01401c33c8e965b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ff711a1d406a42acab6ef53354960eae", "region_id": "RegionOne"}], "type": "baremetal", "id": "889dde8295df47e0a53ddc0bd5ee1845", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b11ddbfef150487b89d6df219c6af8d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "85defcdc2b584bd3bb8b05c16b970a9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3382d6b6ec3f4d1989f0e43686430d63", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b5f190850ca148f292ab94e8a91beb6e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3891970072a549e4ba05099ab749b5d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b67f3c40636e4b45b5384b8c8f909f12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "967b7ed11728433bb2bbd2e0d8ce9c1d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "270678d512d54b80ae1559ab2e975cce", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6fca684f2bb24a25a488879b2d91accb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d0d2d2890f044d4fa1b1c4c70ebccb62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "2a37cb34657a48eab80bea0f88e3638f", "region_id": "RegionOne"}], "type": "key-manager", "id": "367acd785d3d4d7ebba03eef2ec3e5e9", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "589c6004e8f44f87a7fc7b00b54cc970", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "68613c81f6e747449308cb536a462348", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "08553526ea454a94b3d9aa1ac51b06cf", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "21b35b5c66004701af4f4a46c5a227fd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f6ade264d2684325b615dc7952210d4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "33e726757ceb4fa19ee1fb9ff43921bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7d1460cf66c64a25abaf85443b49a56f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a91e124902c848598c69fe155e40d5b5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f3d677ae07a44e6da25f5a88f477ed85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1d66be1a4c5745e2a9fdaccbec2ac986", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "67b00c1cf8c04d5db10358b46a65bbed", "region_id": "RegionOne"}], "type": "message", "id": "0f57d7c1512642e8bb26cdb4fa3c53a9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "99bc381f6a1748f39c94b246baae6120", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f0c0aba72f704ce7afa8601173ccf5b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ab3d53e8c57047bea7c8435577813722", "region_id": "RegionOne"}], "type": "messaging", "id": "03b37fe9a0e046efac7ee33886a4c78a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e166049458f141a5a449eff2232a610b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "dd98ced5ca684b798afb66dd3d534b5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1de26a6a34e04bf5926c74cb2e5c6ee7", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3c07ff1eba624508a7f093a01514b0f8", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d411383b34924559bcd52d638ec4469a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d0deda3aef64da694f093782a3d19a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5b02808ef1684349b33bf7e59337eccd", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d8d31f5ad5b84c58b7808cae8d49419e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d559b2d8e64e494b9216e4d137b36e8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6f96e8fd13b942d2924e365588ac509c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8e83d8d60e2243fd8f579dc951a326d7", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ad766dc931b64688aeaf13835b0d5ffd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d9e748877ff4716a22d469f5b6a53f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "efdc9047ca20439ebaa5e0c8b7c0d205", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b3b3067bb2b0448c8a5bcdfdbdb71dda", "region_id": "RegionOne"}], "type": "container-infra", "id": "2e02338f2dd44b48a097306ea29f15cc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e8feffc3638c482c91dc715ddda620b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "bee3e9ffa65b4df3967d3f04045c6d14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "639fa2ef2b964e00878a1977ee4e7aa6", "region_id": "RegionOne"}], "type": "search", "id": "51def5326e25414c8d5d7497cc0fda71", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ccf84cd256104eae85176dac78ca8ab5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "cdd34393817f4493902ade01f7296042", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2c4b7aaed34341559025abc89a62a6f2", "region_id": "RegionOne"}], "type": "dns", "id": "ea366216b29b43aba7308a2b8554e1d3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "342c28b141984c19ac758edd8ef1c067", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "822ddda2c4fb463d990aded63f01e76c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "feea4d0ec0034645a32d2b66a578fc0a", "region_id": "RegionOne"}], "type": "workflow", "id": "0c2cd167c97c4a3eae630abe0e9dabcf", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "65c06c4764cd45f3a3d9256891c28e30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cd2264189a7f4081a692e49e5d0334af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9d138f8d704a4c83b33014764f1ea2fc", "region_id": "RegionOne"}], "type": "workflowv2", "id": "cad2064315c6444ebe4225812152e321", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "cfe449591d024af28d8bd5b1dfefac8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "647e5aeefe7c4d1f80e0e7ecc8e160aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "20986fa4cee248fa89c1c4ca4f5f4c0c", "region_id": "RegionOne"}], "type": "rating", "id": "2c876f8186384efe8a638267161ad52a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4248a99ead4b466e832948b86f6edab4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7659ee8ca2d34711b95e6f8ae3c17cdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3aec891c7ef84ea483937704c8b64723", "region_id": "RegionOne"}], "type": "operator-policy", "id": "9330f3e1be984cfcb1c06a2a3f724463", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c8cc4e54b40140be828ea6c2d9d57070", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "51a841a36d3f43a7a0ceefecb6471647", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "387c3ea9aeef4d0eb780069f200a3ae1", "region_id": "RegionOne"}], "type": "policy", "id": "05716465cf404bd18db61ed4aed5986c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d84982bbc7eb435fab1e3ea8c953018e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ad4dba1a758f44189b67a700f409e357", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9cb7961b94f9422fa03e077aa3241011", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5e8781c2f21643f8ab106c0108095e18", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "15d389a29579406e8c3764a15df2abed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3a1b33580e3243e082404e72fd0144ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "17de2f9cb3634ca792773614d061de52", "region_id": "RegionOne"}], "type": "sharev2", "id": "6db08c09c86e4009afcc44c6642e102b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "022e741d8bf6470bbfd0a8e359297135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2371869273b14d81b4647e793a1f20a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3eb4d4ea9a28431099e7fa4104c24f06", "region_id": "RegionOne"}], "type": "share", "id": "6385669599444729aafa857d09a04541", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "53644c1747df4e4da6762b81a5277102", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2389519222d74f8aadc0d7611799ccde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6e4e47ea60e342f095ff0df056e3c427", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8cc2fe7ed30d4025ad8fb9935fec1f64", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a295f66fb854c2b8c5229a7ca2203b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15aa2cd011994007bd5cb18304e7beeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fbb3e245422d4a57b816395dcf0e2579", "region_id": "RegionOne"}], "type": "orchestration", "id": "635dbe0e295b4a3c88298f928ffb335c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b401e97a0af84af499bfeea144863b36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dfb723fb0916499eb360a0f259d79281", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8a8e78a8bb248689925ea00533ee715", "region_id": "RegionOne"}], "type": "block-storage", "id": "7fa3b2f6dd7b4ff48e4e92e6a732f75c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb946f5b2a1946e99471ac0f2f43b4d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5638af46a01d43678f67ac3f87ed67a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aee35e8e7fb74add82e688fcaa452b76", "region_id": "RegionOne"}], "type": "volumev3", "id": "8fcf5651c40641be8bfae6c370a77799", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fbf75da2b5e4088850f6a759040df43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb60a36b700c4a0aac99ac98f9854763", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6a8c31298884d648abfdcb6e5c28df5", "region_id": "RegionOne"}], "type": "volumev2", "id": "775c4bd7b57e444a90e58c3f42e8d9dd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aca4c9ee62c14c8d9417d1c30e164075", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47b28110d91c4a218970672c6e375351", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d0a189cffcc402da9c4b1fe046aacd5", "region_id": "RegionOne"}], "type": "volume", "id": "614315b1c64448568c34f3a4ad14c33a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d802987404e4168a7bb8a8333458de8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "137a4f9ed1ae44f0a0bcb5b3319dc605", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e88aeba37794fc58f3d1f1a7ee2b2aa", "region_id": "RegionOne"}], "type": "block-store", "id": "cb9555ab036d4911838771084d7266df", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "551e7c40c6e843f49cb528748e765399", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c51b5e2ed02549dfab35980f25814eeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5ac002d941564fb79be865b63adfdfa5", "region_id": "RegionOne"}], "type": "alarm", "id": "b086504b0c9644d9b7591000392b575f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "502292817540403a825d740f503bac44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8aedc894fe6e4c91a824263cf2d37a63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bd381909fda345369b4f80a0d35fbe8f", "region_id": "RegionOne"}], "type": "alarming", "id": "5ba6ea0aebd44384b8e60048a463bafe", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "249398b54df54795b7392254e3726dea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7cc8b8d80ad44e89be005c6f4bbddb69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d2298b07376f490d98c642a22f98eb0f", "region_id": "RegionOne"}], "type": "meter", "id": "082b458e817442d9ab0ccda41cc201a1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "21c0534406e648e5b8545cc7ffee23a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fd66e007e108486aac239e374d2de180", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c0dc8aa53e7841368e5539c4a804db1e", "region_id": "RegionOne"}], "type": "metering", "id": "f417c476ef38445594d0abe2ee663482", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6bebd46c6da5434fb8e3b8e160ab116e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e330187d0df54dabaca036cd2e1b3df7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5ae9ca9c41534e8b85ad59580294d4e1", "region_id": "RegionOne"}], "type": "telemetry", "id": "1193b974eea64934ab116e132b33dae6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0a9e52d2eb4143eca01eef5e6591fbc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e897caf865fe4c3fb033f96c489565f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "db5d7e3d072b41328eb20570c7e714bf", "region_id": "RegionOne"}], "type": "event", "id": "68b3a6ff6c094692badb9bf8d01fed71", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9c7fdf6cb4a94690a50823cb175f4061", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3e16801769394cfdb42f86178f98ad32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5e7127557cdf478b9a8d92da4d2b6ecf", "region_id": "RegionOne"}], "type": "events", "id": "6b09c783869145b596b940299a50f94d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "37f792dc56644f84aca1d07b517847e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d873ec0298944768afa2eae7d318e177", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7739bed0322e48ab955e2ec76a7865c7", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d614a3ebe9f249bf9f4541525dada5cf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "63759c2917714f97a9e6b0c591035cf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8abbcc6696e244dba32d74178744f120", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a63b504fac214290a07b4f44e099a7f2", "region_id": "RegionOne"}], "type": "application_deployment", "id": "36031884f08b42d599b8f3348167552e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c3efb61e07a540d3a1e64c10a4c43d56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b3568933fa7149559938d858cf7421e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8b1fcafdaf014b8782056d0ff4987000", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4a5bfe8a437a445f88720e44e6b1a2c1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bcc1673429ea4655b3a89ef1294fac3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ef494246ac9e44a8af243b1ec32adf89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "09ba1c5363a04240b4aa5d958070494b", "region_id": "RegionOne"}], "type": "tricircle", "id": "660d79db1350457a8382935774436950", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c3dc804b448c4bccad1475d77dc6ddf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "3f415dc880c8403e8a0d3f3cdbdecc70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "33d2f37ed2d94b4b8040224ce12702fb", "region_id": "RegionOne"}], "type": "database", "id": "163e35d192cb45cfbeb04d5aeff811ee", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3c02335f10db478ea0c06994a5bfa4f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "af3cfd9c57134a7db40166525a14fd40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "babcb69b06da4fd88620a8b2e0023fa8", "region_id": "RegionOne"}], "type": "application-container", "id": "d722b4aa17b14866a88ea46db8bc3fa2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e27b7c78aea54f3c9f71c5a9e400f7b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d0930a1e400649a69d91327914c36157", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "50a4116bfd5042bf987e3186da3fd824", "region_id": "RegionOne"}], "type": "container", "id": "72f9d5e806e74d34b7aded71c10fb6fe", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "881ce0c052e74d45885e241b5bd6e105", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "461dd6f08b9b4f8cadaba1377e1e981b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a141a98bb9104331ab3dbde5246c0517", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "145d6d35d5eb48838338b56902010d9f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a25e7296e4f24bbea5084d7f4ac127a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6d4fc9385a684886914450428e5fa268", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "318bbe8d5f3e4a3ea325fd9ce56ecca8", "region_id": "RegionOne"}], "type": "rca", "id": "d108e85339394567b9cf57b8bbb7d2ed", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8c4348cedb3546b5b8f6541af5a46656", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9a734a1d01e941d98867b60c49edc2c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6b82c479ed424395b74cde749ccb2e00", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1ea8ad9df2fb4038b8f9a0577f49af54", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "909aa90b2b5642718d16391c53671d63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ba9735a06f994557acca8cd16ecdd75d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "367e4a1d94274082a7536bfbe314a479", "region_id": "RegionOne"}], "type": "network", "id": "3b7a686cae5a448ca17b9f6054bdf089", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "99c6e352e381487784c0236cbf300cf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f287589731a64be7a6a803069152796c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6b988eb94b6542dc8a4827ba306bb613", "region_id": "RegionOne"}], "type": "backup", "id": "4e10ff35cccb4f019e9c4f43795e869d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ac914d68841e4a2aa18c56b9f48b8a83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "edd99b9771f840d69e1c10b8b00f8b47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7bb935dee2f74ae08d33279bb6dbf346", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "436e05eeeca74a3086c3deb4b0050d25", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d95ca1a5186544b38852bf48589a4495", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "597eafef5ff0404fa077a84b285ec264", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "685a8caa36e14272bd8968cc74b870a1", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "de6ff722328540c8959b3729a137e639", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "142deb9968964fb985733bce829adcca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7c8d7a57a65547e5aaf52f3db9fd6fb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1000434b31fa485fa8417960d8700b5d", "region_id": "RegionOne"}], "type": "monitoring", "id": "c7ac417b28574b3092ff0e412b0833c6", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b07df442873f4602a84ad3016f210c18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1ad8893065144aa482652210635c0be2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "2fa7cf38eec94c7195eb671c488e0024", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "05d24b47394c4968a1cf57ba1a7e8630", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "feeec841274642a68fa8cd628ae70fdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "bce99470d3d34a8994960c8421b0ec28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "3b82c15b1fc24c0abb639b164d59ea7a", "region_id": "RegionOne"}], "type": "placement", "id": "06d83004a7c14d14a57a78958b3f9717", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0370aae209854a22a09a74bd309ef1ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "38f7b1964c7f431cbfb039b8b1a494b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1f36b26c037f4a0a818d2403f1182df8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "57f6d3522f5741ef8c00b8f7d19ebe6f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "38658155e11a4a8e9917afe519238e9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "599f6ea8bd3c4283b81eb9a1676a4dbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ef9ef53d6b424c65953b7fbcb8e04940", "region_id": "RegionOne"}], "type": "ha", "id": "6627e66a3a7449f3ac82b330999d0f87", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a1402076dc7942cbbd061bfa3ce76276", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4998ba10f9f14e94891ef891ff1f384b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6bad56d507e748a78fb1de244b65d761", "region_id": "RegionOne"}], "type": "reservation", "id": "ea1daca9fabe4c4890489dd78e2a936f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "83e61e067ffc4ea89e8f2a8dbf6850d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5d37f6f4e0f146aebf1a318032ef4eff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a7c41d4f2cff4d1b934ced425f8fd4e9", "region_id": "RegionOne"}], "type": "function-engine", "id": "0cb15e1fb53d4544b712e1097a3c0220", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "594f84e6e5db4403b87bb0d90c613a07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bf428ca246114c89811d01c57b7d87ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2cb5f8daefb94a69b2b276754e4bcd2d", "region_id": "RegionOne"}], "type": "accelerator", "id": "573b9c58082145e6a16ddc67e234cb52", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "667e98d480e1426f8589c78934590cf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a4ab562397b844b4afaef2e07d03a922", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d6e252b5bf7a4dc3be092e2e146ad4a4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2f0ade9242ef479ebbaa350c358e808b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dd18744d90c74e2ba110f0ad1f4d41bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0811b3dea24d44c388708fdc9cae02a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8056ba57d9e34bc59fe9028c5f4b1ef5", "region_id": "RegionOne"}], "type": "registration", "id": "8d573b3456e64cc5b7b5e1aa7d631fe1", "name": "adjutant"}], "user": {"domain": {"id": "2d7a5dca8de94ba3ad0a29747a337125", "name": "f03d53e5fe2e45d895f1315f3f85b6d1"}, "id": "b23a30de5a2040b6a97c6a57876a2c99", "name": "37c55bb1bbba4d00bb3d7648332f09a2"}, "audit_ids": ["ec3e5b0a18b44f8d8b17543b33389b5d", null], "issued_at": "2019-09-19T09:04:37.194414"}} 2019-09-19 09:06:37,328 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,331 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,332 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:37,397 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/7ff6d80e-0b94-4258-baa8-2806719ae032 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,400 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,401 keystoneauth.session RESP BODY: {"instance_uuid": "1234", "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "7ff6d80e-0b94-4258-baa8-2806719ae032"} {7} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_volumes_not_detailed [0.063493s] ... ok {18} openstack.tests.unit.cloud.test__utils.TestUtils.test_parse_range_gt [0.062688s] ... ok {31} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_volume_extend [0.063341s] ... ok {6} openstack.tests.unit.cloud.test__utils.TestUtils.test_range_filter_invalid_op [0.064824s] ... ok {16} openstack.tests.unit.block_storage.v2.test_volume.TestVolume.test_basic [0.063074s] ... ok {30} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_snapshot_get [0.042234s] ... ok {20} openstack.tests.unit.cloud.test__utils.TestUtils.test__filter_list_name_or_id_partial_bad [0.044458s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,396 openstack.fnmatch Bad pattern passed to fnmatch Traceback (most recent call last): File "openstack/cloud/_utils.py", line 106, in _filter_list fn_reg = re.compile(fnmatch.translate(name_or_id)) File "/usr/lib64/python2.7/re.py", line 190, in compile return _compile(pattern, flags) File "/usr/lib64/python2.7/re.py", line 242, in _compile raise error, v # invalid expression error: bad character range {24} openstack.tests.unit.cloud.test__utils.TestUtils.test_get_entity_pass_object [0.064546s] ... ok {22} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_snapshots_detailed [0.048330s] ... ok {13} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_set_machine_power_on_with_retires [0.155541s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,265 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,269 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,270 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,271 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,278 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.216167+00:00", "project": {"domain": {"id": "7d83bd48d84342b282835475df54bf87", "name": "243f7654a17643418f0c01e4ca972ce3"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "062907ee12c347f79dad23defa28e576"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c2ab666f4bb1423f9e526c8db044a5dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "26061820ed834051b2789df360ffddf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "005a4232428e4a5b8ad0def815b0cc3d", "region_id": "RegionOne"}], "type": "identity", "id": "253e8ccac8bb47eda86dd759fe3c7262", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e27291ddd6594ab2957233e3b5a38a17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "730e8b84e21546eb920e7ec6439789cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ba38c2ad4a8742348302e68a39511db0", "region_id": "RegionOne"}], "type": "compute", "id": "de1c234025e94ebf95b69a7b4962657d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "70191313f96445d7bff7c53afc9ae18a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "90bdea1ede2547aa9355d1a206a7304a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "db2f2d466eb0435abf05aedf72b0c0e2", "region_id": "RegionOne"}], "type": "image", "id": "175d2ae8d46846fbbf829c93748eeaa2", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9ac7cc48c47b476bae02d58c6ded1919", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cfb7fbfbffca40abb3405262ac8e8a4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "868a37f211484fad9580bb8ba4387305", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b1406f03cd204a31bb5aed965bdab52f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b341176b4bed48798b97c76396c9b20c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b44e7db054114ca684dffa0662302d80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cad24a60a66f4a4aa20c84862bc76a0b", "region_id": "RegionOne"}], "type": "object-store", "id": "d19b4073eaad4adeb3ca267a9471ea98", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fda764ad6100413b8c240fdaf8234329", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dfe0ba78c7de402ab0bd88a9e5934fbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9629fd8b1bd94fdbadb77aaaedd9456a", "region_id": "RegionOne"}], "type": "clustering", "id": "52908f03bb4a4e49b969a2ad382b56a6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "417ae7527caa49eca753c5aa9dcda077", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "654c2a4507c84a5aafe048f318472abf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7677e397adcf49fdb9067e73b84465bb", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d29bae6ead0f456c9e1c3bbe1a9cf059", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "de0ced4bf1194079b3ab5cdac86433a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b893b9811ee34577b87501050d46ef61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "40ab25efd66845f5b7a2edc0f36c428e", "region_id": "RegionOne"}], "type": "cluster", "id": "02d840485e4746908bcc6c7832ba880f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5a8b33f0389149e6a95e836b17836bca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5288cfe223364d6aaff18391b6fe33df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1c12701e30024fcb99f90d2d7729bd33", "region_id": "RegionOne"}], "type": "data-processing", "id": "3ec2adb31011432e9b2d4cd970e80832", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "74bd9febd94848d3a4ee5e0429f0a50e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7c839c4ddb1d4b8b8a3d17ee82225c70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b07b604f5d8d4f0a805af59ac6c15076", "region_id": "RegionOne"}], "type": "baremetal", "id": "4344fe430c3d487f8602a90a45a5b564", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2a0d3265149e4ff094adde3e0f2c33de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "abfacc11f02941b39e8ceeedf381c1b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a6966288ae7842ffb8902d10d066696a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8bfde24b943245c499d04586904508a0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f751bbd0a76c49a488e91beaa8ef7df1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "58befc45ffd746ccbc6af869177effff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f0329031c54b48fc97a6b250c4f24ee0", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0d0b54a20da141268be036a3acefaf2c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "399528a73ef54e5cb3069b583a54e3ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "21f8ae9f7da940b6943ea5858f997525", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "735bd0ce743e4a45a0233d550251df0c", "region_id": "RegionOne"}], "type": "key-manager", "id": "047391b98dc64ca98f27407fccd3e8d7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "094170f5f7924e8ba1589f91ce662a99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "94930ae925fe4062b303bb3e1515df07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c8735b6929eb41a6b17b745045aaa236", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2ab8a22230c14dfc974cea4584d6513d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1e434783f389495c8851b2cc08b8761a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "69f82b9a22944037952033445b39bf8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2f171475f59a4970bfde323792d88786", "region_id": "RegionOne"}], "type": "infra-optim", "id": "fd71c0a377ab42869ca687c6ddae3292", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ee68e9b1a84a4bddb4ddfc45c063b005", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c38e58e43ddf417bbe29ea5c7f2fd440", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3c7c6fae830c40ae92e630a801a572c4", "region_id": "RegionOne"}], "type": "message", "id": "a282758790974425b7e1f867f9db6a4f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4bac449c017e46d09f42d4df326b53a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "cafd76533c144e1f8441b3069065491e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "95c5378e8beb48ccb3719e16204c292d", "region_id": "RegionOne"}], "type": "messaging", "id": "fcb24987ea4e45df92f117195d00f50a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "79544fa7cdfa4513842bea5b659251db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0d80330b176f47eb8b749290d4cb809b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "cd865762706d48f9a94d3f775d35d9ca", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e3c436607dd1411989bdbcf97e5e28f7", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "402416c10de745c89b5d4c8ceb7fa106", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a8d3e007cdd040d8860038f56c4685de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d75be8eb84764ed2800dfb8424edd135", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ef0802f31c834084ac4c7218cc4b8b82", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd365f0914e44c2096a54334ca523b7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "37c154d076cf4005b211c6ab3357943b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c61a4b75c58748ea8cd5f9b001793c70", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "1be29b0307454763958beba1c3bbddfe", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5066161883244445abfa03f23165eb0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a1b8f473ee644b12aae3a326cb273c0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "92dbb4b140dd4888a25990fa7074b75a", "region_id": "RegionOne"}], "type": "container-infra", "id": "14523aae1a7f42318d6193d6063e6784", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "307fff93f4d1478592e80a56f43ea400", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5a472a4ce5bf4a4db5be1f9fe1789479", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "57c9f78f9f824fcea6f2007ef8c1b58b", "region_id": "RegionOne"}], "type": "search", "id": "95951b2c15a341489ec42f516cca0e6a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f07816b8296e429e800aee4274265819", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "7e397cbebd4a40cf84d01ca3d07c9038", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1f97e7856fa14e3094ffcb7fc33523e8", "region_id": "RegionOne"}], "type": "dns", "id": "68f404d4727a4ed5b0562b799853795e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3ddb458563cb4006a60630a7faebb0d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2c851acfc0e14f4ab67321b6896cfca6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c2538081a2d2492e9b2a0bb580c219cb", "region_id": "RegionOne"}], "type": "workflow", "id": "8afce6221a584a91987febe3563f736b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "51fdef6775f04a74a66707f5b2927bc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ee21bd7f212c4c21b0b59e036080766e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ae1b743c5eb749f0b6325539a3b25017", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2ad02661b8734167a8871c32a5704d72", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "217071535b294922ba62a89807add69a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0ab7f89b7c4d4501b3a42cbf720804bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "2a507c0638dc4d77bafcbcba3a1f4c8a", "region_id": "RegionOne"}], "type": "rating", "id": "4a9564f2006c488686199494c7233061", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a05e350d8d7b42ff9dafd6647ed20b70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6c46f43578314af4b22df075e9a36c00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "548a1da6a24c4301a92ff9b88f2b5191", "region_id": "RegionOne"}], "type": "operator-policy", "id": "7eda66f42e7a45b49f60d615d5c37b12", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ea9936475b9a44bc99fcb645620e59df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f35b15cebf984ac8a38956ad1002c737", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0e6aed1d871a4b2da086fe0567d60a64", "region_id": "RegionOne"}], "type": "policy", "id": "fea1f14dc6f1470793d8be4c7b61e0af", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d82312dd87824cb9a00a5e0d910685fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8b8174c0a0934f5fbbe7eb8dc4597ea5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c4a6bfc582f744489c10711593a55d4a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "393890419ec348c3a30c7395f3f5e360", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e8cc43574f1f4c9f8cf6e5ad3810eba4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5cd685b7846548208d9a6aaccb7d4db9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7a88967a24b24e2abe26afb50eb0026c", "region_id": "RegionOne"}], "type": "sharev2", "id": "a9c02939e0d0440f9824e353b3a0935d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eb55b11d256c43ddb71ae6a89505b75d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bc363e6e68c84b99bf88d0d7b21aff69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "506ada1a9669435f9712717c0e590aa3", "region_id": "RegionOne"}], "type": "share", "id": "da3f413884b14c979fd3306f4e684d95", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "433f189d0aaa44a3bedc258454831dae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0617be4980ea41d5b9056bae74a159c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "8f39d27cb98f4b9d8817a05129b59216", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f546bdaf3bad48fabbd23f61eb0a2c13", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a267c09553cb4f33a18be7a8428db457", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e70f6f1f8f3d4ee7a909b74ff7a40d77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea0c2544276249308e7389f4453f45e3", "region_id": "RegionOne"}], "type": "orchestration", "id": "67d28bb183cf410aa42d1b7eeda69b30", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa0e641203074c12a471447d1adb81d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f18252f1e41042ca825c347a40c61d11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "281e98a016424c29bdb85576f12c3e5b", "region_id": "RegionOne"}], "type": "block-storage", "id": "5061b82659d94e16ae47aa074c633739", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99464c557fe141eebb29adabf44acc2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd9ccf4308bc418a9917a2b972fce4bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c75fa21918db489fa23d70f37d84c605", "region_id": "RegionOne"}], "type": "volumev3", "id": "7c633f5a28aa458398f856574fcd62fe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de2e3dddc30141e08544328cfed9b17e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31dc2fdc893a46f8a82a4f1d461702be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f25ff708849641bb91ee2351dee3ce40", "region_id": "RegionOne"}], "type": "volumev2", "id": "60b158127b0942d6bb20a628e10a384b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af986329a9c54a2c94971669e76762f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "903b3c60a7bb465891f2a546720e3e46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59ac02269ae344339383be0634bb3c62", "region_id": "RegionOne"}], "type": "volume", "id": "a3171c1c9c09409888e1c8f2743ed8a7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38f8af396b42462e872e6b001d9701a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd42906d4ec841e2ab983c9bf8e6fd15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c567998dd1fe4bcbb317d5695196153d", "region_id": "RegionOne"}], "type": "block-store", "id": "acc7cb3c9c6e437088d803ba2fbf2ced", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6677f98686cd430482881617a94f1bfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "73da28b7a634460ba4fa1c4fb27a3d2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "174243aa49814b2da9575abe087f328a", "region_id": "RegionOne"}], "type": "alarm", "id": "fe3e1cc1ba1245dbb843bf1c491ca716", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0092f02c31564054add190774a3fbffe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "be24768fffa340bd98ecca1d7ef73ea4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3fecdf8eb2584f6fac47e32525ab0381", "region_id": "RegionOne"}], "type": "alarming", "id": "957c5a7b28b847259cbefd6d8ca6c3ac", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2dcecb5447f643f781c655cc188c373c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "92c50b7eeb9e4c16b58c54d53b61e180", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2c453fd5e63b4f3ebc6729e31d0cac60", "region_id": "RegionOne"}], "type": "meter", "id": "876c6e35af804e50994c2216283cc91b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "16ef77404d404905a5327201155df46d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0c9863ff214643b6814e14e4bd7d5174", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ed3a53dcd28e48909d6a9c0c413a0af0", "region_id": "RegionOne"}], "type": "metering", "id": "2344efe326324670b17befc994e900a0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5528986fa5e5455787ad7e786b51e832", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e6f1579d6c784196b0f3a7a1f8ab0913", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "74a4721df79a4e78a26b93fbb9cec39d", "region_id": "RegionOne"}], "type": "telemetry", "id": "24a958db84f546c88cf2af5764854320", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d7c8c742dc854a328fe201f4d0520b3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a3005cba584d4cdcb63dcd0968c24ff2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "466b00fd6d144009a16e3c902d11db14", "region_id": "RegionOne"}], "type": "event", "id": "da74d6a376a14d67957bfcbd32b3c287", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b9c6debef9a44a7698d94e3db8d2f993", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "010666061cdf4cdc9e76083636115b2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "189dcd75094a44c2aab1088a19cb8692", "region_id": "RegionOne"}], "type": "events", "id": "4339be55b8a840908c59713fdc8d55ef", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "401604a27a5146e8b160a5914bf0e3d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0adda48aed2943ee9386f1841e2ced6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "490481bdbc134f75975f4a43c82d92be", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b7af2dd293944b17a77270b7905b27e5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3e56f6e9c7d148d68e1de200594b290e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b454ab93524a4c9b9853c3369474af51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "28ace5d6099843499c3068aa84b3779e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b52d5397b9624aab9fc58a37df5cff91", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5601e6ff932c48dea47df534bbdab02b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ffae22b8994548e98e42ffac421f49af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b3bc9b1fe29b469e97f21b451f4ef020", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "eb6cf951d31c4a39ad5a26a44a264d45", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2d80717bb58f4739b895a4af6d03c115", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3e897ee263434e219ca4c508553c6819", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c6d95b1e4dda469ebe9822a908b25630", "region_id": "RegionOne"}], "type": "tricircle", "id": "77f7e34e230d4d1d8e2ac9aa116e578d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "148568eefa8a49bfb512f26fa18237df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "fd790d5e8c904ff782a3fec61c6a8e6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "dc548904d0d744e0bbfa07b54d12a994", "region_id": "RegionOne"}], "type": "database", "id": "e207f5a88c304d7093f5cbb25e3ea65b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "432ae54d9bc249739b7133a8ca07e743", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bebcb6f131654ab482d28ed33326507c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c8376945d18b4b1186b796d0b5b77816", "region_id": "RegionOne"}], "type": "application-container", "id": "ce44b3f03d6a49678ff53504d8a0bccc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fa74ba86de864dab978095a2037cb737", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "904abb073c384d279f9a540564337379", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "094041b6e79444aea2fa50b7793f9679", "region_id": "RegionOne"}], "type": "container", "id": "184869a2e1044519b28ce3c846382051", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c929599317ef4712a181c9a534a40080", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "14c2f7047496485daace8f5580c1eed0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6955f41cd69c4201bf7c5e9bed1df193", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "39363f450b14450384416acee7a16576", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d51a34b9fb2e42a39b82cd12f4c19992", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8ede819c4b5e43a2bea5b60fe7fcc457", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3e2b4431724e485197278a16e3441082", "region_id": "RegionOne"}], "type": "rca", "id": "43f535d8fa674fb183f97513b49d6faf", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e7e3e5bbcd96441f841632501b00a609", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "67cfcafaa5034e67bb49d5d88f908357", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "521b1f65b778411380992ef339037441", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "eec000a3ae34448990a20705fd6fcdef", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "29a92a562e724754bf97179bd1c5a548", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "65a76ebebba44e0d99a32ad495c60a6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2621f33e267a4329814499ff45c1627e", "region_id": "RegionOne"}], "type": "network", "id": "7a9b171fc182417d9826971d1290ada8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f409afcfd71b400babb8ecdc5979437f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "06d150208b184391b3d617ffebbe4123", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c7571f7b306a44ea843193fd65d47c5c", "region_id": "RegionOne"}], "type": "backup", "id": "36a02a289b5643cab1964f669a1fd99b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6cd7b2df002841969923573a538ca5fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7960dc78a30e4a6fa115270091a1321d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ebc382b0888341ffaff854027390b3ce", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8fe30ef075eb429ab3c80f394f255cc7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e8ab74227f634103965676b3331fac45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c333e6df93f24f918f6a0eb48ebe16e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fe26fa951e8e47ab8a1dfa0dfc2aefb2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "55c4d105e39a4e39a7faa8793f701e0c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1a1e3da250324decbe5788903578e045", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0a0ab4f59c8e4021871dd000f3bbf032", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "6fc3992081fa4f1593d10ff7f9ba0507", "region_id": "RegionOne"}], "type": "monitoring", "id": "aaa3e256d2474c669ac29f98d677f39e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f1fb79b35fc94718817b65e6a722e914", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "addeef168343427bbb2b409c637f6e82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e593b53923d7428ab4515e71b623f44f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "0adc5f04592a4216ac9b7d9bc53648d4", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "7a7c195bafe846008795edabd79ba00d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2c8a06f1b03a403690d9558f4f609f94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4d3477b873b7496e8c00bb4e4afbba1c", "region_id": "RegionOne"}], "type": "placement", "id": "a69d6b1f86074a569e34d351d647e33e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "432fc91de5f54c9dbe1f24a28b32ed0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1d61ce869353411db26564dc352ea8e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "53b32ba0c7074271aaae53172a9622ab", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2a3b8748fe7b4e14b686889fae1cba76", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a9ac761436a344f4b94df2419e645851", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "954a30a35bf840f9a3250522921d8e35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8079891926a54e24b0d5e67d600ab2a5", "region_id": "RegionOne"}], "type": "ha", "id": "70978136298949eea51c182e31aae4a0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d587959b38a54ab4bd505c3740872a79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b8b5d0607ed74784a9b8a796a4f36f21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ee1e0380742b4b379cb90a2524d7df97", "region_id": "RegionOne"}], "type": "reservation", "id": "7df4d3b029064f3cbd51d61d27859eed", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bedc70204a244580929b24c938628040", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2b1c23bd5dc847d4afcbb373dd34d041", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "9676d25d7202417fa4d1c74e7db85514", "region_id": "RegionOne"}], "type": "function-engine", "id": "d6a7db86780a4d699ea5b4ca14f0b9af", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e6e678addf0d449aa71d7cc2858d35bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ff35cc5d227b47759866d79401670a38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e1967953ed034c749ebee4e043cad09c", "region_id": "RegionOne"}], "type": "accelerator", "id": "10637943e8c44dfd97f139c4f47d11ed", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ec65f07b572d4694bfe006e5ac870a7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "85a5fc4d4c0541cf97835c5cd8a01322", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2200757a94534e78a993cdf60b71d2c4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "992e289d8e1f46198d1078632573ab58", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cffd1691e74c4b76bf342a89547815e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "14ff63cb311946a7a395f8badda6d32b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "142bd7030ed742f59733cf0a07356272", "region_id": "RegionOne"}], "type": "registration", "id": "a0683afa73fe41579ecc1c6e2e9392b0", "name": "adjutant"}], "user": {"domain": {"id": "04c57ff72dfa4f65a7eda27a03f43cad", "name": "31836f0aa9cd4bbab6daa8fa5d41c5f3"}, "id": "7b991d6251a14bc69c115425b292436d", "name": "eb0acce259c54cd8a03ba910f8142516"}, "audit_ids": ["ba32f2c9e95448d5b38a63ff3128ed6d", null], "issued_at": "2019-09-19T09:04:37.216167"}} 2019-09-19 09:06:37,325 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,328 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,328 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:37,359 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/89222fc2-9469-475f-b299-687a6f6de460/states/power -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "power on"}' 2019-09-19 09:06:37,361 keystoneauth.session RESP: [503] content-type: application/json 2019-09-19 09:06:37,362 keystoneauth.session Retriable status code 503. Retrying in 0.5s. 2019-09-19 09:06:37,365 keystoneauth.session RESP: [409] content-type: application/json 2019-09-19 09:06:37,365 keystoneauth.session Retriable status code 409. Retrying in 1.0s. 2019-09-19 09:06:37,367 keystoneauth.session RESP: [200] content-type: application/json {27} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_volumes_detailed [0.038439s] ... ok {18} openstack.tests.unit.cloud.test__utils.TestUtils.test_safe_dict_max_key_not_found [0.062599s] ... ok {8} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(driver_changed) [0.364855s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,423 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,428 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,429 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,431 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,444 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.361879+00:00", "project": {"domain": {"id": "e3ba29a252ce44e09af2c0a773ff818f", "name": "6a1cd270f0c247c693d225f0e7ee0386"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6e0e314f16e34381acd2710d3e6eb171"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3d8b4158b0c544a3921362ca89983ca7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4df50610bf68468a9a5ff342e460092d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8f2a90b7ccea4490ab697d98015c5557", "region_id": "RegionOne"}], "type": "identity", "id": "5545c0bc94cd405aa96cf35611cf67f9", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7efef2f8a84841b8822800ce9042641a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "011fb7938e304ebbb5488b6df8659881", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ffb86b387ebf4b9080812d299e0742aa", "region_id": "RegionOne"}], "type": "compute", "id": "2fa7575cdbd447d0863c71988c079908", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1ebb21a279df484bb09877c7a4afe000", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e92e1f39d7f247eca897f1a7774938a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "698e96049d87458391b17a77ff39a19f", "region_id": "RegionOne"}], "type": "image", "id": "697d752e96c4439ca805fdf24dd6e08c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "421791076dab45468955481832f4a87f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "908c0f6fa5ea4b4aadf039df2358e29c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "71c33a54a2744cd09ac719d15e953712", "region_id": "RegionOne"}], "type": "load-balancer", "id": "4c1dd377b87e4f00910200b19055b9cc", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0da635de091c4c19849f839f6190bc47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f0dcaeb5fcc40ad90f876b1c59f1b17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "520838d9365f4121acbf44357421abd9", "region_id": "RegionOne"}], "type": "object-store", "id": "89dd36020bd3463fa1a9a585884afa66", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b7ba004f01f84886b5660c04baf81d57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "225546d91be94877b616ff0292650ccf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "03f67a85964248d7b71656ac04c51a72", "region_id": "RegionOne"}], "type": "clustering", "id": "506c8a289e6449f284829d1fefc8cc0a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cc602a65a9514b799ff8645fee2fbd74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fdd2783863d94609ae91acce1a90f48d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "35454be29a054beda516125e7a467df8", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "474ead9d8e39496b8c4b52cfb93a1885", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fcdf8bcc442f4f5cb197c8e341c476fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7a66c60c126d4d9bb4b7544e74969160", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "27cd2d33efed4607bab9163b5ed26a74", "region_id": "RegionOne"}], "type": "cluster", "id": "ee596e10d53d493e83377deee6e1ed1f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5659057b0df446ff8b61e5db73f98ea4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "dae97ff1bf1e4bc29bdc9cbd765164d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "746e69a1b24247faa22158d084eea171", "region_id": "RegionOne"}], "type": "data-processing", "id": "45a33bca611e46e6b4bbce0c10e67860", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2ad0ac9663e4462cbd2c3004fbb38863", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "840809c0a082434882e4bcf69529e230", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f5aadebb13ae42d4a03e644f14e9645a", "region_id": "RegionOne"}], "type": "baremetal", "id": "6d9b9bec532c4f3faf844658ffaa66e4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "26637c97137b49b39da631637a921272", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "26614c61c2e24c49a969a8ccabbe1be6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9a825e186edd454b8e290cc65f2c55b5", "region_id": "RegionOne"}], "type": "bare-metal", "id": "0fb9716f8f604a8f8a565ffc3a1aee5f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2e2c38a084d3483c92ddd6c2c3d23507", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "17c296f073ad49069bd50161c4ba635c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7cce5efcdbff4c1296bd8dcd204e3d9d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "964e18e53c61468f870fadb87021cbca", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "53072c8969a94bfd9c5f8a946fee4e58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "02cf6785b56a404596ed4d298d3c54d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0ab462fe1a324cd681c504011e8ef835", "region_id": "RegionOne"}], "type": "key-manager", "id": "2718293d4785423e820c7a9d90eb956f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6c0c76c263564ec0903da2cfe8f10ca5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5d894cd19e634b89a40d4a742fb5fcb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c88a1dd538e04963b257cba68a427dc9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2a9958cfc648483d80d4ae44f206f9ce", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6bd1dcf90dfe419db7f32ecbd0f6c87a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "10249671988c46c7804f95cf8b38f1e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3847bfc88d2a4c1f88ddc9331c91c000", "region_id": "RegionOne"}], "type": "infra-optim", "id": "46195848463d4c1cb84216f531902714", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ae56002cb1784b67aa17c99ca6f5fd09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "64e415e0a75f4c26a6ca9221ea09780f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "912314529a394fd9874d8d5e4f0dec52", "region_id": "RegionOne"}], "type": "message", "id": "d425949ff00c46b997313d3fc761f46c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "407b702a689b45eabf31500c6adf7b16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8f48d6be8aec4d8db55a54e831a166a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c52fa06f01ed4d499800f308b1cdf3ae", "region_id": "RegionOne"}], "type": "messaging", "id": "6baa1e2a64104ddcb233da1dcbd4be5d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e3c26b500c4b4bdb84f6b3214748a60e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a659224154644f7390e361421c8618b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "15ccf9afd85f462b8e6d3b7f36c6f541", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ca0db66bed49420d8038f92572e259ca", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "42ca6043a33a4b5e9476d33e70fb2185", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "28f4ec3f259d47a49efd2e8f8319f48d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e6ef19fb530458bbf2acb5376888e48", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6006278120014278b7e786fb76053064", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "013ccb76d89c4564a53f4bac0ac6408f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "890590d60edb495aaf9f2773461e67c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c9d6d8ac13ed44d6b202c9a03f7c6123", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "61db02b5b6574402a50c70d0cf199bd4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b166e38d9ff14349ac3036d181995ee1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "af3f8aaf28844f00abb63a5778ea1fbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e2a062094c0b44f9b783554fdf802dfd", "region_id": "RegionOne"}], "type": "container-infra", "id": "a8147f874b144a34b05143457b98229c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c47594d872554dc3836c64e694acd77a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "630bb187b6d14d23b7396453cd50e04a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "1fabc9e41dea4eb99ac59637b2769331", "region_id": "RegionOne"}], "type": "search", "id": "402ebc4e7b9d46868b57e1c0e626dddc", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c078e0e5c98c452ea780b3d6e687f699", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "97a1e6692c85471e841aa94dc2dd9d31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "816cf2f3be0e47609f110d441f612f19", "region_id": "RegionOne"}], "type": "dns", "id": "d74cc9dbacdc48fea7ba6b7d46764dec", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "46299753846747fa922e1791753e4dbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a0c68f55d91d4c9d872ff4b3b2eea66a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ffeb166d74454816a745d3755c84b181", "region_id": "RegionOne"}], "type": "workflow", "id": "86a09ff5777d400ca153e192128cf1c8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f925e19b11084c9c86e6fc21dbf22538", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "57e51013b0ed4a438808eb00145f6c06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9f28aae1dc6c4197a71908c9c7ce0192", "region_id": "RegionOne"}], "type": "workflowv2", "id": "737e83aa1373420c940a4d9f780b22fc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "3ba09b4f7e7d465aa72da8de11a89870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "85428608fb164ce5a0511f8811b74b8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8ffe6e7e7d3d40da985ae79d9ac554ce", "region_id": "RegionOne"}], "type": "rating", "id": "73306c8989ea4649bd8b28bf7befd56f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "88c4006701ec4c18884e809019ab6f46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3e2683e815c64934a2370fddfa6d3082", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "013d68d86084405599721749188207f9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a4f1b77eccbc4b48be53adc67d96d863", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c92e1c22964b46128fc1d95bbda114f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "53379a6ecedf456191d4c5f815dc121c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "785f01a739fc40a7aaf134b0068cafdd", "region_id": "RegionOne"}], "type": "policy", "id": "eadae48718be42dbb745ee31244791ee", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0c5b996edaef424481f7bc56f07f0bb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4da2d7e69d0d47e3900e69f839a83e33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "09b722a7625340f5972b2069e8c1cf40", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5cc13342eb3f4f8cba807a67d0e80aec", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c521a2fab2b94c6e86198238654ff40e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d4d7b2127a3b498ba78349d38ac89633", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cc91d7369d8f4f5b87de8ddbe39c2060", "region_id": "RegionOne"}], "type": "sharev2", "id": "9c3f7586a2e34155bc15b5681df9ab09", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "375004d8d7b24f6098707333dc4d87fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a03d7e7ec2cf4c29a8b1494ffcd0c5b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "19706a09cae8438c9fac9699416e9f51", "region_id": "RegionOne"}], "type": "share", "id": "49e2f48a702b4acd9d5776852583a9df", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e426d2a4dbf943e281436cb40706439a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a6573650478a4954abf93d1dade0ba95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9a515e09e4a24dac874f7a74b509f623", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "51e7d865477b44a88cb76ebf4595b10e", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31311e3d3ee64255b7d23fd4a62aaf8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d673949f1284fbeafd1e3119467f4c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e5350b849e94f4889e9ed88667b9c04", "region_id": "RegionOne"}], "type": "orchestration", "id": "0968cb3921114e50a35aa9a67235224d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39f3a0cacf41483abcc5200cf741cec2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c4f58cac9c1487b88a88158580e28f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "062807bcbb3348d9811587406c804f59", "region_id": "RegionOne"}], "type": "block-storage", "id": "ac1d54517a7347adaca27fbb2385753c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36dde696e11d44d8b225fc295d1749cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "618ff9d17efd4a9896255789d252af88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01d29087387c4682b11ff6ec29123766", "region_id": "RegionOne"}], "type": "volumev3", "id": "788925c74ed549e68745e30d799d0e88", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c32c96f8e1ec4ade965308a3915d81d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0807202846c4478e93ef7dd26b384a65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad63ecccef39405a9f74a92dbf4a49b4", "region_id": "RegionOne"}], "type": "volumev2", "id": "477daaa0897746e8b76bf1950d34341d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec2c4019191c415b8a36332a80b860a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be1f210c9441428087223535486ba3a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a56840703514366b2c77756f127e0cc", "region_id": "RegionOne"}], "type": "volume", "id": "007ab8f846cd408bb1f658588948dc71", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50b8a26d900a4927aad556ca72bf94db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e03113686ad4845882357cec6326c29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4aff943bbc9b44fbb88aced5a43709c9", "region_id": "RegionOne"}], "type": "block-store", "id": "071347dcc5fe4beeab61d8afb2792b8a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "97515ea332bf4376a1d1bcf760f33682", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "057b617e353349038d0c6511c2a24bc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5427b1190ae4424aa4e7ba35ca16f905", "region_id": "RegionOne"}], "type": "alarm", "id": "fc5b9204e57043bcb2f4b5a64485733d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c8b4a85ded2f439ea5987e8de7e06e44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b9b1f90519ae4ba383b88b718fd6c9df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "72adf562828f406c9431e237f262d4bc", "region_id": "RegionOne"}], "type": "alarming", "id": "2682ee1a8ebb4bc2b4d17e84bbd08f5b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f1ee9b226e0d4de1819f7011a90242ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6c4538420404443d896ecb639b282d17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cbc3949c02924dbdb53812e0c72858dc", "region_id": "RegionOne"}], "type": "meter", "id": "f91a69221fa84feaa7eb5e19b9fe544c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7c654e1c2f5e4595bb228767036e2dc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c9eafff728ae4e12a1baec3ad3101912", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0bef4a63aa094cadb46a2c934cbf5da4", "region_id": "RegionOne"}], "type": "metering", "id": "b6984c3fe5f446a7b54abe81bce3b29a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "90f98f48582141649014ad23a6073337", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "599e76bc0fc7486f93aba0a96bc5d277", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f7b2a3cd79904516829a1e93cdfe94ae", "region_id": "RegionOne"}], "type": "telemetry", "id": "df4a13f962544ceebb3e978ad7f34831", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9bc7e977fa734157bfcdb2c1718fff74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7bc105710dee477a9438aeaa764e26ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "79cbf7df04da43ff9d58198ef956da47", "region_id": "RegionOne"}], "type": "event", "id": "94034d9f89fd47ca916e599352a05705", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "eeffb5d26a144dc3b0f7d09d037c9928", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fbb0269c8d5547ec8fa2408c5ed6977a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a8c36aafbf9541b5aa09ddd25ea711c4", "region_id": "RegionOne"}], "type": "events", "id": "0dc40fe5465742f8a0d5d8ec0e7d4f3d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4c3b41a45d774eab87a7a4ab2d551bd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "497d12d58bec400f8e90d35550ba9701", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f12c2ca15b654b85acb8cf72b37b7bd1", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f736a5ee9ed44af8aad7c8c1d86952a2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3cc1f4017a5249e4880b90df0821107f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "198662580dc54c339d4efd013f8cfd8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9177055057524ffea30e7526ac2f6444", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3d40db00a3ea41bdbe0bfff542919767", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1c85f1a01551467dafadcc63357b2271", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "45ef0a01d3f34ec5a4fb48644916f8ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "acf6832fd12149a5a6dad9766a05c3ca", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "64c6556b363b440fb5d22248b6ff788d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bafce7a14b794eeea34c389d6173d8e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0068e1c906234198824e753050a4d856", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1dae92b1923541ca901c72ee986d5402", "region_id": "RegionOne"}], "type": "tricircle", "id": "0b7612ad304448d98a6f9106775ca812", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "aaaa5eed8cdf4ea9bc154f10120157c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0420dcae084d4e27a09018e55c8b6215", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "85a20c0c31d24cd48caf5a6a90a67089", "region_id": "RegionOne"}], "type": "database", "id": "435a51dec0ff416aaa4decd9f383dd27", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e0330dedcef049e78dc1cdfd4c461177", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "64a38b3e79274bf9be802f01fb8ae51c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "372e408385634c9ca0cb932eee929495", "region_id": "RegionOne"}], "type": "application-container", "id": "c6fe9a9b987e428b83b6e35f02fa3bf6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c984a26222754d3e9f37b08b789c5a82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d3d9af1062fb4c83a745ac70a021a0c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "804f12850b4e469fad796ce5a82b9f57", "region_id": "RegionOne"}], "type": "container", "id": "2da5e4240a874810ac805905720ccfea", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "031345be0cf6488eabc3749b4be341f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "03a3beae7a3e4ec39bfb94db388c0c2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d098b7d96b764fde8bc8590088e6b82f", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c8bc85c89a8d4da6bb4cc3c4305449ca", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9ac8d46fbc43438c8a6e3f4c8880d54b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "99d9b6f0fcb4426e9a0ccadbefdff642", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7310d11a8a79441d94678c4af0dde3f0", "region_id": "RegionOne"}], "type": "rca", "id": "1612633cc7e4457f818d4f5bca0f9250", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8852b4da5af74e95999956b6aaddaa95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "22c9083d648f48e39cc41b63465ea616", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9492139e6a464eb395f0356a1625c78f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3357f9244cc64f8eb50fe7c22fbc5427", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a73cd535e36f46cd9416af00194ab946", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d63bd75d31414fdfb8f9e87e5a59c231", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "48775004413d4eb19f3f20411242c79f", "region_id": "RegionOne"}], "type": "network", "id": "5d1e31084e6b41f3979795a53cb3a780", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "413303cc04c54ef086abe8c6ec54b46d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e6cd1ab4d9324a38a9f744ac048ba7e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0debf96005ee49a4a1f8a9a73344e5f1", "region_id": "RegionOne"}], "type": "backup", "id": "74e18ac23a614dc789e3f2198a8cebd2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1ee226cb0c854454bb94dbacf2565b7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0119aacc3878403883c4e40ba7878bee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "221781bfc53d437d9f8fdeba2568e90e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "47d7627662354069865c9eff50d0cdb4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2062f11b99fb4c7594f3f462b2909b43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "36e1a6bcbab849759b76f3cbc26c539d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1063cdcb94e34da9aa249a5348f1dc6d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "fc57e53f3a984dd8bdb07930b0dcc3c0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a0417b79f57a4fbfab512c141476924e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f0544b05d89946d6a10f254aa190ee4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "275ecde17b2a48b685ce8f5bdf70f2c0", "region_id": "RegionOne"}], "type": "monitoring", "id": "05c57803f54b41539d5be6c2ed418ae6", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e8f7e495c2d14f9aa230e374b743d798", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "df728615b9454741813e071edc2dc987", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "55e5c6a754aa499ea05f49aa7c598d48", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f450c01b1286405a8f3b068c48cd919b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "cfeb3ed2fa0c45a9ae44b825097dd08c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ecc16621d7974d8086b6639904a95448", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c63222ff4f484348ab5c8e1025c53a21", "region_id": "RegionOne"}], "type": "placement", "id": "14b0efc96fb2416385e04206a1ad37cf", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "893a5fb271b74a2c841c2c0ddb9f782e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f01924d3caf340e487906b84c8ca87da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0f08596c3d4a46b7853776bcb71ce033", "region_id": "RegionOne"}], "type": "instance-ha", "id": "0ee4fe167fb646cbba5410bb413261a3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "04c0eda4edf8400cadd4880343e83f41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9ee3b1d9f8e24d0c97582da1fb1c1cb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "27521880115b461bb56f6334124a539e", "region_id": "RegionOne"}], "type": "ha", "id": "e05255d6b1534926842ce8ffb3741b22", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "35cd2963ead64c758a5546fdfb76d57c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5b41fc7155a34e16ba8bb3ec7dabe87b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "35b054f79df04a92bbed5a127484769e", "region_id": "RegionOne"}], "type": "reservation", "id": "39426528de6b420fa0a39414c3250a7d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7bbc87a05a414102a3405934404e0911", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8c8e2cc7197148649c541c2325a91ac1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "298a491cb0bd4101ab7750a1c77dfd90", "region_id": "RegionOne"}], "type": "function-engine", "id": "2ca9ac5d995d4a1794920761f283cbeb", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c5244f7127e64661a3737d487be31317", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0d4aeb928aa1480c99df3e2e07eabe76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "bd64567f62494e41b4d102060c71d4af", "region_id": "RegionOne"}], "type": "accelerator", "id": "7d97f751220242178486509123dfb4be", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cf24936daf4c49e8baa1d772e2d5f8b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e269fd2b6b0344b6b7f28d4b9c543e9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "815e4b5988fa44288d350432d4c95ad1", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f4b6c59502e4464b9634a4e616390b38", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ed1f5847c9f54301aaf5d8ad4b943b56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "02ebeb62eb0a4d909eeb7a23d47ab007", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "951a12f1eac5485092beb68e6f012c16", "region_id": "RegionOne"}], "type": "registration", "id": "859f8d0e13ed424a950d304032bdeacb", "name": "adjutant"}], "user": {"domain": {"id": "dddb7a5c31ca470baaf7464640a6af5d", "name": "87a6566565f5420db8c8d0731ea179cc"}, "id": "3964b0833a5c4815a862b7d7be7fec21", "name": "0e9125705b4a4355881cebf173cd431d"}, "audit_ids": ["233b8058af6349ea80d087e0154c7b1a", null], "issued_at": "2019-09-19T09:04:37.361879"}} 2019-09-19 09:06:37,590 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,594 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,595 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:37,662 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/e56d445b-ceab-4d39-a5c5-10fb1f0b1001 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,665 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,666 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "e56d445b-ceab-4d39-a5c5-10fb1f0b1001"} 2019-09-19 09:06:37,713 keystoneauth.session REQ: curl -g -i -X PATCH https://baremetal.example.com/v1/nodes/e56d445b-ceab-4d39-a5c5-10fb1f0b1001 -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" -d '[{"path": "/driver", "value": "meow", "op": "replace"}]' 2019-09-19 09:06:37,716 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,717 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "e56d445b-ceab-4d39-a5c5-10fb1f0b1001"} {26} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_inspect_machine_manageable [0.252985s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,656 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,661 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,662 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,664 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,674 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.596326+00:00", "project": {"domain": {"id": "e48e0e59264547148a1dd83721e8c946", "name": "4cd184216c0747c19751fc135401535d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ad3fb3891b7045e790bb7444c18db033"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f8240c0b1ae54ce8b608f699be901e57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3d8fe755e4cd4c6bb28eb30e583ffc68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a67ec9ba5d9b418cb02b0ee063be3fcf", "region_id": "RegionOne"}], "type": "identity", "id": "249010835b85467dbf250ddcfea986c0", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "92ba10729123444681193e37fa8072d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5660b333614340899d65f91a3f318dcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "89b2a444ba22423294937d1dca878c2e", "region_id": "RegionOne"}], "type": "compute", "id": "200442ca846842c6a61de96d9bec103e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "eac2908fd30845318f3ab7c678fc304e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "55fde59fbd7f4f9e99ae5c6795506c72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3f09c901671e4cfeabceb358a508a3a4", "region_id": "RegionOne"}], "type": "image", "id": "1d3c60b862804cd4861478009d39f635", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "67ecf36ea05e4618ba9507fd9c320179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a4911287e7224df6a68d8627e997b9d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7f4a05d5804f42379685f97c1c0efe92", "region_id": "RegionOne"}], "type": "load-balancer", "id": "64a7c75fb35a4f2ca92af97760ee2592", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e8f30432ac843b29702c97810a5fa87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48767374b0174eed873c5ba6f61d2b75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3aa0038d97ff4bda9f1a53dbe5625ce7", "region_id": "RegionOne"}], "type": "object-store", "id": "61f87639682047df8656a4b02912ff7d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "66cd91fd0b214ab6ac4abdd478997c83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f6a978e5374743c388af4368d92c9077", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "42365272815a475d891f6baad913607b", "region_id": "RegionOne"}], "type": "clustering", "id": "2bc985e982664ddc9932fea6118ea0a7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "761d7793cba34915955c519285f6e248", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e933aa174cdd4caebef8697f6922d19c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "87142dbca9b44d4885b854d3d7fa578b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c26f23f053f74054b35e2addab2d3b8d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3af3a82e9b0b471fa8c4daed16fa3d80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d0fb846cd51e4f3886c2279087208840", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "44883f54032644b2b5a242746f4c2f02", "region_id": "RegionOne"}], "type": "cluster", "id": "15efea12774040dcb95da10e032a15e3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "51d8dc37d6bc4b84a5104d97de29b447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "43df6ae094254ec78b972e4d7354c1f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3a7d2cbe54b14c30bef0661288dd3c68", "region_id": "RegionOne"}], "type": "data-processing", "id": "892c3b027666430d973f0133476431ea", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fc6f5545a55248c1a2741aa0d3783d3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "716cd111b3b54c278add4675997c690d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a1dccc19038f4af09416a40acc73fd0b", "region_id": "RegionOne"}], "type": "baremetal", "id": "9fdf9aec81c1488ea0109c334b8fb066", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cf3e6af5ea0a4773b5d1517471ff2b8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a0cc4bddb4ee4d7686b0e84ae87036a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f8b7b77fd29a4d5daa5e31be0e6ad1be", "region_id": "RegionOne"}], "type": "bare-metal", "id": "40d3f19837bf4fe5868cc81dd3458ca8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ebf5130f664e4ceca9ba60790ba8d3f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "24991e7e63ff43aa90eb416ce6c01097", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "542273224cbb41828492cfc9ac4ec973", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1eec9f17431b4d7285908f15c82b7c17", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b1da95cb1b684c988b78a13d042a5a5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "615cd3f5acc346d39e3d1e304eea8c45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "cd02486ca6f348d2b9fc0b291ec9dd9d", "region_id": "RegionOne"}], "type": "key-manager", "id": "8d9fe5ec5331464795b8b994e75f99f9", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f45328173f914d61bcb5f62ba8b9f541", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7e3d23a3990542cca110cec8f88ca38b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d5326165c7e446b6ac11bce3c2e046f2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5980444dcde34c3fad2cf5615b54384a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5406e8864b6d4f0b959fdb0b49bc221a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fec83a2e46c8476baab6d370f5df99e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ca10b255f73e43e79fd74906d69ababd", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1c3f89b0975149d487cdf1e21821ec2f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a885d0d719d64c1e88f516962a568690", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e186a5af5f3544d8ac9db8c5b4913613", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b50ade22e2094d418fa9d90b66ee49b1", "region_id": "RegionOne"}], "type": "message", "id": "3afadadc8e5b4002aeb40902bee97c56", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4b8ef70a9b644e3082933dc927082c51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4944dbf5f30d4fd2944418d5490c67fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9d0e08847e1549cf9ad9611b1afa48cf", "region_id": "RegionOne"}], "type": "messaging", "id": "efaf59bb2a8d445ba98307a8b842bd1f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3eda62f2acea4ba9abf7cc2ee63c0cae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "deae5088baa04b0fb40eabf6ba44c4dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "43e9e8f158dd4a91b373ce9a2f58a6df", "region_id": "RegionOne"}], "type": "application-catalog", "id": "5df8eebf70f944d5a1ca6a2596f59af7", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c98bcf0c5e7c4850a58d3cad13545697", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "658bdb13b2444197bcc629e98274c165", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "df546cc5412f4ecdb893a93be4ae8865", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3f9c5e0364cb4f5492814af0242c8cf2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3d1af73468e94bffb23a6a0d38b7665b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "22380ca7bf2d4435a99f4315cbb080d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "28ad829f032948ee9d35f2e0eca4699c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a05dbc8ea24b41f4aa1827d52fb9590b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7a66dbb690da440fa9835374c8305007", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "48330759ad5e46f5a56bb33abf59f4e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ca7406d5e174dcf856126ff4f3fd498", "region_id": "RegionOne"}], "type": "container-infra", "id": "7727226db897486badf849fa8ea45c0f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "44a687525f47415681da2e20f0d328f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "2a9ee95c4e5c4891b5cf60e239f9dc9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "61c1fd3c7a2444b9a88cfe47bdaecd31", "region_id": "RegionOne"}], "type": "search", "id": "323d6a97b40d4bf694a613b0c33dd630", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9fe2831ee98d43d1b76819e8910269aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8766807f800944d2afecb2848c0bacdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "76658938e2fe48d78d332168c9630989", "region_id": "RegionOne"}], "type": "dns", "id": "19a0479ad2264998bc4e99fb1475f91e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0d0e7981c21b41fb958a69f87ad74b2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "30542775e31f466bb3965203d01b43cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "dd95711acaae4587b2520718d5ce420b", "region_id": "RegionOne"}], "type": "workflow", "id": "c007b281470440a0b4914efa3d6e52f8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "533a9e25991e4fcfa4bbfd1ccbd37fab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3ec80ecbcc6144e8984751dbd05266ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "27f62eff12de4521a0d0ed11248e2621", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ce771fd7fb47435eb7831705449c6dc7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8644877326124e07b36bf89ed72f9d17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "acb5cb79dc094e04a7727836391f4ab2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "da1676b335f24d378a49f256fe9d1ea1", "region_id": "RegionOne"}], "type": "rating", "id": "05db5b4aefeb4e7589a609e1de7d14c8", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6ac8a114a3784c25b9d1749e798210c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ad1111262d1549d28fe06be87101d780", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1bc10a75b2574c058003b915958f3bc8", "region_id": "RegionOne"}], "type": "operator-policy", "id": "701b5b7ce2df4d109f933fb4e2ae07f3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1907de65a1234767846cf600c2f6fb3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "98b366ccee794cecb54a6ec81f1085e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "bbac829ee6bf4d02ba9708a9a4c08d1c", "region_id": "RegionOne"}], "type": "policy", "id": "1e47491c2f744307bf14fdc82ad8f697", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4881b9749422445bb12f93237d3b4653", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "64e2f87749294cd982911637c66c858f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3e26afbb75404d49a055e2392206c0e3", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "78053ae08a8747e4be39f74f58b5dd64", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cb527b98b8094055941d9e58bd64e78e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c1e579bd2eb2400cbb5e254dcc327bc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "adeb75c4e6ae48159c1d425055baa7a0", "region_id": "RegionOne"}], "type": "sharev2", "id": "b0746bb0312d4bf5ae761492f418bb7d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ca817a241637499d8092928388e3161e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4577cf12ec7848b69053e5c8874fc008", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0e85c12ea10241699ef32bc63d17a8f5", "region_id": "RegionOne"}], "type": "share", "id": "5973342ca73148268d7231f350853323", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "98d389c0d12f4daea7e016cd885b5cbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2fd0f1e0ec0640b79bf771161b7c546e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2513560b419e417c8b29ea6be66d2308", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "cf17dca938f54074ad3e342814af9e7d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ba856138dd343caaf23f355bc4a5e6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8c172ea81d54b6d8a2b3d97f0f98f03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e070aff798e4fc58ae157fa4a7c09ae", "region_id": "RegionOne"}], "type": "orchestration", "id": "c0b0c5521d334d2490bd31ee314a5386", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eed30254c2014d6789ca17608f5922fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "562cb0aaa98248caa7517edd42e5ae49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a5f4e160cd8400ebf2137050144293a", "region_id": "RegionOne"}], "type": "block-storage", "id": "0747ffec55a84b5b957155982e973441", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb4b953b9e074d14865837e5b31880a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9936672514d64104bb141db1c6fce4bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf694d75d6dc4fd0a788cae047b73886", "region_id": "RegionOne"}], "type": "volumev3", "id": "54e48b4569d64e80b28e5be74c35b25f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68256c6be3bf45a6bc841f3c9e475a99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fba3a9b24e446f2a11a58db0a59d6f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4297ca930e21492bb43e32322a1da7c6", "region_id": "RegionOne"}], "type": "volumev2", "id": "b28fce82bef947c184e719f8994c9448", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8d912ccfc1848ada84cabb8ac0365f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef554d96fc854081b81c9b273e205237", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9405dfb992a4d8bbf6123011dc34095", "region_id": "RegionOne"}], "type": "volume", "id": "2a18497c07d54c35adb0285dccb4cf82", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d25302fbe0424806a0b6f9e7ecc08682", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c43d9d0b49b946689c4202e224b1ae9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1348b63f1c014214a4ef20e5ef823744", "region_id": "RegionOne"}], "type": "block-store", "id": "fe8e46b3ed864a40880b26e3c51c39f4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e315be4a79014c2ebc641eeb0315e903", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3922bebd47ec465c9e89aee4cf0efacb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6cbe79b86a344f8ca9976e4331149b86", "region_id": "RegionOne"}], "type": "alarm", "id": "ab4cbbe963174cc682a3376ffd443bac", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "db635697529045918e994b332c601ef3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e6124a4304324c01a6dbb09011f8caf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "60b6ca397acb4a759fdefddbe9912529", "region_id": "RegionOne"}], "type": "alarming", "id": "3bc3e95834ae4f809715fac45dd45a1f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9a49d7cb2a9d45519223d92de0e8b330", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ba87cadf4ea44d18b30ad275b5bec1fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a7596b980d654f0b979770af6bc5c7ce", "region_id": "RegionOne"}], "type": "meter", "id": "d963a6903b744bf6b17cc584cf40ba9f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5e02c2091449446ca55618717f02406e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0ecedff725004dc3980484e00d1888df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fafac9adbf8349cda932fac2bd362879", "region_id": "RegionOne"}], "type": "metering", "id": "cb42adbc4c174093aa403b21ae4f22f4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e3fa0fef7000463b9a8d3e5b686a7c87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "62e45e3e1fc54d1abd4780837e4fe919", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fb311a9b19bd40aba68e42b2827cffb7", "region_id": "RegionOne"}], "type": "telemetry", "id": "3e6cd1304c36432e9fb860b404edae45", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d136609e4b19407db00b275fca59c401", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "54c640746b5e421285653d70f0c51cf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "673a7011f61d46e9b8c5b65fb30c4e8d", "region_id": "RegionOne"}], "type": "event", "id": "1ed103c6747d4204a4ecce173033b901", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5ac6afd5a4d44a81985dc8f9b125cdfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bfee83fbe48f4ec5ab7d0c92d6f4b5d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c362e0defdf84ad09a04fbde74595997", "region_id": "RegionOne"}], "type": "events", "id": "e0ec1548633a4e33a7b88af4369c55ad", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4390d75d8f9441c686a6869f85f77343", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a273c6e4c61840efabd0796537d23d5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9fbecdbc1f154fa39524f33e4f973385", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d17a48f27b2847dfa7de25c954f4f192", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f01244dcb46a45d6a4cbb6f388686abd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "362d63d77e54424ab7737e451ec4d80e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e2d9d30b05334290aa8f7d026c71f5e0", "region_id": "RegionOne"}], "type": "application_deployment", "id": "265cc7fa40f5488ca7c74b1c95840fd7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "494b875c8a4049bcb372a87379dbd6f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "549c948d412640bf9e7d12a97384b477", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "14e6bba3158f4db293e52e5a5995e521", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f516e451a211477692d3b9880e58330b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "77a6a05e691e431a9984de93d78adbf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "88fb113797c44b1a9d72b4f7b8f6c2a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6c643eaf304c430e8479d45f74d7d3d4", "region_id": "RegionOne"}], "type": "tricircle", "id": "cd06ab8a7dcc495398ebbb031e31789d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "236540577648443bbba60591b4add7a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "cbb19ddb46ed44fdbc7dca21cd227b4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e372d146b0874dd28efd17b785b5b7da", "region_id": "RegionOne"}], "type": "database", "id": "4a555f4e861044e4accf3c0df21164fc", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b40f0fec4da9433688bca713553a18b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "add5aea246c54d9891d9807a731149b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2324d701f4f142f681bbbf7d511a4b60", "region_id": "RegionOne"}], "type": "application-container", "id": "91c2fa7847e54a2488257819eb2c3ff8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bf93258a086249e6a3bf47dd9bdf0418", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a0293e7a77244f1bb5ac7cd5788d3cfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "aa7b1dfbfc204d8a8dd6cf093a13ea59", "region_id": "RegionOne"}], "type": "container", "id": "aa39cee892424dcaae940556612cbdce", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9b43ffb9ac8949a6ba9aeed02a70b2fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "451354d4663c41c3a278a1c0bd4b0acd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2e8526d390674b37ad98e2fba71daa82", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8bfffbacf017458799c21bf000c162e5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "59d11505d7bd40a6baf52286e01846ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f04ce5b512a94bcf939296692347e874", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "071c31620ff34e29aa0d934b333e5cfb", "region_id": "RegionOne"}], "type": "rca", "id": "c918721d84ab49c9b07c5afa95282a02", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "356bd5dc5ade445fa378a20fb1b732aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "34e18356a6c74dc88b0152730f51152b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "4449bd7696f345cdabc05992aa318401", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "07d860a5522b443db0c5c181b9759a06", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e194dbf14cb745ec9f3d53c238e17179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "49ccac808c8d4df09d5bbb95c65580c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4c9d0830be574282b0638c257c23a755", "region_id": "RegionOne"}], "type": "network", "id": "2e60aa79c15349a88676d3af27f8d1ce", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9916d7de14924fff81bf10bac4364589", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "6a2ce5dfd241444b9df86b800d807c25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "38af3237e0914da4b42fdab009a594e5", "region_id": "RegionOne"}], "type": "backup", "id": "56f98fabc48f45ad9c8ddd4f9353ac7b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e1d32267b08145508615d6bd186fccad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c374111560744c408e69e3e5f089552c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2c059df215a843bb90e57ec4df84ad6a", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c9c98963e4604fc19e67c6da3a79c141", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "94c68c83da1846419d7035b99590c758", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0b4657dd0c6f41ccac2e8fb36949a526", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1f620fee94534c2e8af10903766ef8ff", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "20477fc28125408f9760615a474a34eb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "84cca273d94a4f31be18af305d63e413", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0f1bf6d3f8044ccf93a611f802ffc578", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ea40a30b280f43eca62046f5bb69afda", "region_id": "RegionOne"}], "type": "monitoring", "id": "56c094faded64ba6b65694beb5e76cba", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ff75db6e3a7f460f9c6abceb8ff5e668", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2aaca9538d03452180306a31493f0d51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f8180551d5ae44ba83eca2cf85baed14", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ca982f9516264ac1898d76b2f6d3bf70", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d5f7d6e987dd428d80698984f99c3c83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0a64dd8219f3490192c064c37f364c43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "667e09aa00084630a1a6545bef0286d7", "region_id": "RegionOne"}], "type": "placement", "id": "54f4be970a07402b974c91fb617890ab", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0dda1b36789a4a40940195eb58cdb571", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "03a238b7a046452c8e587b774ba184dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7a3ef7084dd64d3e837c7629ba2c94b7", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b0fb81c16651450098b958c66646274d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "913aa6cbbd124c6f89647926fe91cd97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dbd2fa99c4114591b7b7fc0ff37e66a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8d7db20448c044f6bb904751610c6809", "region_id": "RegionOne"}], "type": "ha", "id": "553fd4c80ac648f8be82a08f89debd35", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1639b8b8babe49b38545a15f6a107bcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2723e7f19acf4bd989db501feaefde46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6069a566ac1647ff8dc9952ab6ce6dc5", "region_id": "RegionOne"}], "type": "reservation", "id": "066d97ac6fe24e9bb5feb709700f5a3c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f5883223b4184f3b822162f2746d81c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "22ba9bb9d57a4254ae9e70b18e14758e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "422ee1b680854aa7bd5a4024aba1b167", "region_id": "RegionOne"}], "type": "function-engine", "id": "5368b53232a342fb9e3172878442772c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e5977fe8d5d1490cba4c803eedc4c7c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b645449179f14fc3a90df003d360079a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2dc2815dafb748508b29aa6fed9db2ad", "region_id": "RegionOne"}], "type": "accelerator", "id": "333c675b178d480eafe96184e8ac3a9b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d865e59b7e174b8c82d736ceb6d09182", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "56a5445912964e1585e6343df4c3f794", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "63ace65637294bd8b67ca5297e67b6e4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2674a1ed26d54f4ea1330c37cf6bbbf7", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3bb15df9beae4e0c92f63348398e458c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c2ea33a7ed5c442b80ae2125c4722ce7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a85f93fac1d948428075e4f4bdc54afd", "region_id": "RegionOne"}], "type": "registration", "id": "6c0b95045663453aa3ed03e86c05328d", "name": "adjutant"}], "user": {"domain": {"id": "315de9c5b19243f2b3d712a84a6914be", "name": "21b3e893887e4966ad740332a16232aa"}, "id": "fb0266350231445db02cec36af9ab88c", "name": "09c551dac32c486faf8bc118d61edfc4"}, "audit_ids": ["793b9ca2aabb442aa7a1ece9e57567a9", null], "issued_at": "2019-09-19T09:04:37.596326"}} 2019-09-19 09:06:37,749 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,751 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,751 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:37,782 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/537f004b-a3b6-47ca-8217-683820bc6cf0 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,784 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,785 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "instance_info": null, "uuid": "537f004b-a3b6-47ca-8217-683820bc6cf0"} 2019-09-19 09:06:37,797 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/537f004b-a3b6-47ca-8217-683820bc6cf0/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"target": "inspect"}' 2019-09-19 09:06:37,799 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,816 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/537f004b-a3b6-47ca-8217-683820bc6cf0 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,818 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,818 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "inspecting", "reservation": null, "properties": null, "uuid": "537f004b-a3b6-47ca-8217-683820bc6cf0"} 2019-09-19 09:06:37,820 openstack.baremetal Still waiting for node 537f004b-a3b6-47ca-8217-683820bc6cf0 to reach state "manageable", the current state is "inspecting" 2019-09-19 09:06:37,821 openstack.iterate_timeout Waiting 2.0 seconds 2019-09-19 09:06:37,840 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/537f004b-a3b6-47ca-8217-683820bc6cf0 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,842 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,842 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "instance_info": null, "uuid": "537f004b-a3b6-47ca-8217-683820bc6cf0"} {14} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_node_set_provision_state_wait_timeout_fails [0.130664s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,080 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,082 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,082 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,083 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,089 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.043005+00:00", "project": {"domain": {"id": "1b26c4f0fe2a443da0c2cf35efb94d9e", "name": "07742b0565574b378d1c09f139bcabc6"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "2418b946553f4af1bd7e9c9096e2d119"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "06f5562a199c4fcfae4f4bc3217d22d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "797b71f03be748a79290a6a768f491d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "19d74abc1d144f8f92b98361b3d27187", "region_id": "RegionOne"}], "type": "identity", "id": "8ee7532c57d94f36b962424665893fe0", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6050dfe3216241cfa525feab27652238", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "00f74887a8d14e3fb756d15edfc9dfb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "dc240e233d324d6cad39ba756772b82e", "region_id": "RegionOne"}], "type": "compute", "id": "9ab1800341614e20aa5094ed6a78f7a0", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "644afbdaba6345849ff8ad28cd19836e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "be083be9e19b43a6be872fd44c2235b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e0ea2540abd04dad8ed7b19db03fed7f", "region_id": "RegionOne"}], "type": "image", "id": "b4bfcad4dc2b4c3aa9149b6ecc03a2ed", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "681fea8fb74e46568304902d54abd0a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c1f00254f2974affb41b7614b592656c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7af0246938944fedae57a5a63b345460", "region_id": "RegionOne"}], "type": "load-balancer", "id": "70859d18ff9e452aa54cd1b1fc8fcdcc", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37a5a0366a1540dcbe00e399f187e744", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4553c855fd6742f29094550abbf1a22b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9dea3ff9e9f5496da632866d14aa6c14", "region_id": "RegionOne"}], "type": "object-store", "id": "01e43a8533c246abb32b96615ddff2f6", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2af81ff2c38c4badbd943cfb5a893359", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d61cb4b331b841aeb9fd6e39ca5771e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "63a4fd7769c84fd492c4190f2a2a436e", "region_id": "RegionOne"}], "type": "clustering", "id": "1ce2c284fb5443dc8b606b0961312b16", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e783c0c337664a338ca0f23a5293649c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f2a0bb4286af47d680bcc2bb3719bb99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "278b4d16b24e4572aaacacfced5913e5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "3b6841b19fa64b64948c3267ed780002", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "08fd631f30934d8aaaf4e0b3c947a917", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "67e9b78b3a5d4c66a2f6765772ec00b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fa016ae5194d4f6f8ef6ccf5f5e7ec8f", "region_id": "RegionOne"}], "type": "cluster", "id": "aa73451dbca24e9693fb586e21b345f0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f098e0f4b2be4c9d934ac6c68b088d97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ec9031568fb94bbcba2ecda5e4b3db1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e6ef7a45fc3a4687890acff346eb7b43", "region_id": "RegionOne"}], "type": "data-processing", "id": "50108807630a4e3e819c05d85ddf1299", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c5e4b8d4216d47138708989877e61ee4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "73401fb086a24d8488f4ac7d5a003041", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b9a0b4db04b44f4595f416ca7a508f66", "region_id": "RegionOne"}], "type": "baremetal", "id": "4f0b6a282ebe4e4b8fba748726f4574e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bc1a4aabb218498b8daff3f934e41406", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dae87813fd9148c2867a45c43b9a4bed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1c8da06dca2046c197254d2bb4541905", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3e159f2c45d845269881a833fe8554fa", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4c29b5b564d2443e869507a80afb039f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ba4704d667044ebeb6ea799aeb6afa03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "27b6d33057ce4319897a7e84915bc269", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "09f33b4df50941ce82286fcf8a0aa4bf", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "425ef5e73904494ea3ca91708f568887", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0e4a48ac71a54971a525201cf5082dd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "df50469c087c40669dedf874bfc60164", "region_id": "RegionOne"}], "type": "key-manager", "id": "8de6dddbb0974ba39ef87727ade23d6e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4745febc92304145a0ec08f03b2e3590", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2b871ee7267049d48593428129b438af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "dcc9920233a845e6ad892c5fe52776a6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d3bcf90e1acf4f2f86da8877582583a0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c5449ed45c6e48a09927b0e33053ef9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ade0966853ba4a418c3f7f9805019370", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a38a29da717344d88269728ee60f50be", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e9871b41302f478088cebafc8f1cebfe", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "49018a931542482eb2950e5972064e34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4d6ebf6da1414e2591517fa955886b99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0f8ca344e434477abeaeb6d71091a25e", "region_id": "RegionOne"}], "type": "message", "id": "ebda2db5fa6d4b6b84ed3b33430589e0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "103b25f6435c40a1b320067a06e505f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "19c284eaf56349faa1dfb59680061669", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fdc34c4167b2473fb9de27cdb7e7b1bf", "region_id": "RegionOne"}], "type": "messaging", "id": "e5b5402be402464ba4ee1d97fd20741d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cb1ae2602fe34db9942d761d77491317", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fe32a5cc5ac042be94ab8d61114729c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "286954fedfe44b30a522472bf02fd813", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a97ffe2408e64b0b859a48a7755aa888", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a655d74d9602488ea3f898f6bcd36e4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "af7e452d1ec64aa9989aa0cf213d463d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9cfd5d62b59741f788747f201cd9eb01", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1884954968ba449aa1f2a23a975a123e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2dc47c98cf134725845e98b5bbb63d80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "616cf1f6b682495bbdacc1b8d70cca20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2e60c95218994b7aa945a63d2d46cf7e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ad15115155c94c8d86929e50a97d0772", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "802206caa95b41e6a9607f9252dc3870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4dbce34ebec14bd6a831d65add80b256", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c39660b9b33455a9e028cc8fdcc5193", "region_id": "RegionOne"}], "type": "container-infra", "id": "9f4deba5504d430fa29569c767928bf2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c05c5251d0f140b68115bd0615bb0ef0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "88eaa8dbfd504cc8b9841e0fd449cb41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4f189e4bb68c460baf18f68f69ca540e", "region_id": "RegionOne"}], "type": "search", "id": "1a36c938fc8a41a3854a07a0b337641b", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1787170b0e3f4a6c9d5716db384b1eb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a3c82f9985514aaca1d2281ff3e1de6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "121d24f3783a430e8b5e3c453d265679", "region_id": "RegionOne"}], "type": "dns", "id": "6c14680c774645b9b6d452f0942e364b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8ae7f1a5d92b4317956b1662ad9d471c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cbb27edfc73d4149a32e6b153e92c6b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "23111ef6690c49578685ccb8179334fa", "region_id": "RegionOne"}], "type": "workflow", "id": "ce89d81cb5094bc195de2f78a3578a1a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "73b46535e7c449518eee7ed1d91146b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "32eb355d936f4058ba8b233a22b7de96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9f0b7b4e1a654af4a8ba21b67499473e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e4412a0057f642f59532f1d1bab7001f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ed10d013c4864140ac41a38af65b7a9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9cd66378f1a2434fbff5a794317b85c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c75a4f2d99c247b284696331202c5ce6", "region_id": "RegionOne"}], "type": "rating", "id": "c08ebff2ffff4897bb61cc476dc302f1", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c92b3a12009e409a815649bef2b166cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ad85339feeb142baa687909de59aee73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ed23ee9fb2054b68a07dbbd73a631244", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c161362ee16a474d87d17cb1611554e5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a7ee1257ab9c44f2b2c89b7765b4180d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "457892af525246439a2483ff5f9fb3eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "383fb6b8ad844b2588f040191c5c7dd2", "region_id": "RegionOne"}], "type": "policy", "id": "0e442996cf854dcda7fd67931dc3292b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e659ff851d6c4b59907ceac00ef0d2a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "75df5eecf12545a7bfe5ef7787576765", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d52c6b98703a44b3a78691d685afe89d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "02cefca56a4b49da88e04ea40fab362c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d3bc528bb2e243dc80419225b3b841b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4f6ddcd1d17d4a62978e151f7c57b593", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bd99d8ea91944106a9baedca7f758fe2", "region_id": "RegionOne"}], "type": "sharev2", "id": "d4a8e76809034419a6f46a244979c8ce", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f57c4427b4584a25a5e9aed91d3c4fd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ce796c5c082d4ce1af709eccaa942863", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a46a1cd6746444779699bc76ffd9b5cb", "region_id": "RegionOne"}], "type": "share", "id": "af69b8da6e2c477baff0f3d7352963ad", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b152c2b063f043bf8036469eb9f1db8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b7123592bb0e4c9aba936ab3e132953f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "8fe9e90272f9423ebe162728805b1864", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e210f4ea2ad4489fa12d16f7b0a828ce", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67e7545ec42a4f678eb9479f9b3d7f06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2e70ba9842e4b41acc980c78b31ad79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f67c1efd38c4f92b79fd7da80eea0c2", "region_id": "RegionOne"}], "type": "orchestration", "id": "4890f6df743c4595a5f7312e19e47fe8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "023c54cf07e24ca9b2cb420db0084fbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "398b178f5610465187e17fee01964532", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9dc45c200321473d9246a4030f3d66fc", "region_id": "RegionOne"}], "type": "block-storage", "id": "ec0ce013273842c58f794466c94b86c5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6dda28fc374b487a940fc74c83f19da4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3eddfbf64494fce9e80c3b00eb1440b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0acd2774247a41328560ce6ed67edb39", "region_id": "RegionOne"}], "type": "volumev3", "id": "265e892809b0416c95c677a4038af1b1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d77953ff74149b19edcadeaff8f5771", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6ab1132771e4a87bf177eff9322d7c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0f43f3f179b453292326b1e0fd84ac7", "region_id": "RegionOne"}], "type": "volumev2", "id": "0cd1057f0c7d4007a28b285cfc9065e1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8dd0c8d3e7ba4ab4be9e46e99562d352", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c2d11352bed489186d5937a3e22911e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6d507b1aa8045aa8115b078dd877769", "region_id": "RegionOne"}], "type": "volume", "id": "9630cee77d5e4dca8aa76b2fd22300b6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "408b4fdbd9fe42d48ca02816d31dc66e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86421ff805cb44368799231a4ebf23fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "baafe7b3779645beb7791007d3c3466d", "region_id": "RegionOne"}], "type": "block-store", "id": "12c36430524b4797b28b0929239c5a12", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "770e65dccf5940ac80235e115d1b40f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2cd4085d546847bdbbcc0f3e57ca30e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "93453506855e49f08962fa26ea44ca65", "region_id": "RegionOne"}], "type": "alarm", "id": "82d8a3f05d9646189886796de6fd06ff", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e3ad872a039d43ecb0d9a858210f3427", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f3df7666989c45edbc0cd5867a2cc833", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6054c71a8f43413b9e201b93e4b6d3d6", "region_id": "RegionOne"}], "type": "alarming", "id": "ab9c36f8e49f45a49dc61c464c0e6ccf", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1aa087eabf774fc7b801ccfcfaef393c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f6acf1dffe594033be8d108932b2c194", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5304208252494bb78ea03042ee076247", "region_id": "RegionOne"}], "type": "meter", "id": "b4d41a6b00194b46be707c299ebf2c18", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "34a1f1979b72436a9b66e79bef01beec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "68572763d808463e9e251d13a708eb4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b92bba0afa5a4af99b2e687553e2a70f", "region_id": "RegionOne"}], "type": "metering", "id": "df5d758413b040d3ba06be8897f6ef54", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d22ca33cce534b9e933d8fa40490ec78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "44ed563c269a4c9a9e749163338c5fc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a66ae54deee548428c7cc2e559e7b238", "region_id": "RegionOne"}], "type": "telemetry", "id": "6a66a34b501248e992c1fb7714a8ded8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "357bd29c8e5e4a9b88a9421384eed1b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b7289e08121049ecaa6f78c57843593d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "df45a1dd0c42437a87a636af3d1ea316", "region_id": "RegionOne"}], "type": "event", "id": "c6e813721d534dff9579db0c6b62de94", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4747aa28ea2e4b2c959f5c8ba96e1f2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0ac50f244fb142e2a21a8c24aaaaf0ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d3aa10ae1bcf401892416c3543ee22dd", "region_id": "RegionOne"}], "type": "events", "id": "95269f0fb7bc4449a4ada6b2c4d6b812", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fa21911a3ab44a438f702dd3c8aeae8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d41ca2a4e5674351af2788b56b1e7a0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4a640fc6c8784bbabf31cbf4af941665", "region_id": "RegionOne"}], "type": "application-deployment", "id": "bfbd691ded3d44659182ac4f3302a90c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9c7e4f1bac554cf8be7a14e32738ef28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "026cbd5f870b46e396d9c051cb24f7f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b972c055632b4aaa86ac527a6896c40c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "759a3596a7d64a438226654d3c1181a3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "446dc7715bdd4bed85f2075e6757f3fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c42f66ebd7c545908c1a9ba4dfb139d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fd8c3494d12b48f1b8104e53f6373dcf", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f6e6d09682c64892bb7d4959301050c2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "02a0625f908c4f14992f7a027621415c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7e8cab434a4e413e83beea60df5b066f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6d8e6cb0a3fc4930b109ee3acb20d1e9", "region_id": "RegionOne"}], "type": "tricircle", "id": "fc61c5766e434302b6e0121e2a7e8751", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "21e7105e7eec48839638994f562302eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2b418f5e77e74755b35c820490d50fe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "178b817e1c5444ad8af0f57f7c86b48d", "region_id": "RegionOne"}], "type": "database", "id": "1a2001e6d89447719e453a2d6a8bd281", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2106c2a3a625429c997c4cf4f5149298", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "20569e44b4b84def89174853467e649c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "86d71346c4174877bb07fcfde4fd46d8", "region_id": "RegionOne"}], "type": "application-container", "id": "d9ad1c5a79f04fecbb50d1d612871b1b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c75a53c8a13345ab935978f5a5af4d19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "32c25b4d68c2482c909f8849dfb7c886", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "dd35a9811e3243cd9d883918f06bb910", "region_id": "RegionOne"}], "type": "container", "id": "348d735cee164eb6b141abd13c2fafa5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5ceae1ec26af4f129afe89388edb2555", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b3bc09d4445c4a18ac7e174b016fe996", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c5a2cd52a45643118a0b55013989b87e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "66434b2442bf4cf9baae5c98361786b4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b7f7e6e5f7e848e5896a3615d53b2d77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b548403037de415094b9b06c49833c49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1000b9720e034a669e2f66513b2d6d5f", "region_id": "RegionOne"}], "type": "rca", "id": "4427f51ced504c678a21b48dbe2d13e0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a95b3e46ff9344adb3aff80b103438d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bf12e57ed97f4cd39b7b88d3fce26a79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ba49cd237aba407aafad072033fad216", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fca1a402f04c4148a42744f26d754c2a", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9db94fec8c4b4774b3366eb06464d5a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "32869c222e5b4ce2bb4bf3783f17aee1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "19bb8d01841f4d51bf77b6c42e63bc98", "region_id": "RegionOne"}], "type": "network", "id": "9cf5f23edeb7426bb04ebe4696f23897", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3e013867c6d1479a9d6812e8e13d8e80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "3f237f7928b4426eacadec759f5718a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a7fafcd31bf34d8ca6a5e13a3739e19e", "region_id": "RegionOne"}], "type": "backup", "id": "f4406aa476ad4b299118be66eb9f5c87", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0f749b05fbd9498dadf21d60ad77eb79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ba8c20e02b3847af970f857d41682864", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "216d77edf1de4edba521f9a84b78c847", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8ac6a59725b344228ffc7ca34bf4cee2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fbfb7ec4012f4d449af1167a15311f38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5ce728a075c64bbabc6834bd1a63769a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c1f49f702a204446910bf047ec1b7f5b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8ae9b077f2ff4b349bd792c5143b8a5a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ab38c0986d6e4b4e9a9da76525790453", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1a9559c1ed17479e91a99fe9ccad80ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a68478cf3edb4f7784df21418c58fd54", "region_id": "RegionOne"}], "type": "monitoring", "id": "f18aade19d06442db5fd0e0a6f6f1492", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "057ad7bafa5f4330ae2e79e558b8dfbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f275e6c6cfb0474e9c55439c1cf87bcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b664109df61049f5b6638d2eac96826d", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2c7fe15909b54d38bfef145bbeb7c320", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f9e64eb5597e46af9361e2dd69c45223", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a47d77f177e94e5980e842eed7aee89c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "50dcf260947f464c8db12e9bf4645f1a", "region_id": "RegionOne"}], "type": "placement", "id": "61714111e60b4c72a437fa550b2995cb", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "31442ced65304dcd926dc39d0b2b3316", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cea2169212b5492caf601c0ae710f6b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "789388d0467b4660825d373e738b87e8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "069ef6b27484425bbb52daa6df6d3c94", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ee56d346ed7f47abbb39b55727168818", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5e1da170db0c46da82ccca2c5748bd9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ed886007a0b94786b2544c794c64d62c", "region_id": "RegionOne"}], "type": "ha", "id": "88f339e21fc14e93984601c1db064ed7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "20c37fbffda141d3baa7c11b6dc6f245", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2791f88d4a7a4383a9d073ebb334fb95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f6f6efef8b0a43a4a259019be4e76baa", "region_id": "RegionOne"}], "type": "reservation", "id": "de17fc5cacb74db2bba5f8787973bb3b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "eb6936eb982a4ff780f19e60908c5ddf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7ea3c355334e42f2833372cab9458283", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f4d6d7f71af349ecb67325dc754516f3", "region_id": "RegionOne"}], "type": "function-engine", "id": "40db44995feb4afca22d4bbb239dbe74", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e1b0fb7f07d74dd197da97d76c3484c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "21411690b30649cba957770b1f7c9455", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "cf09c80f4b3b4fb680ac0c65f6b7ddea", "region_id": "RegionOne"}], "type": "accelerator", "id": "f626a21f9b7747daaca07d1dba3700c5", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a657c49befe34c2fa3ae9f5880fbc9c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ea114cabc34f4db38f41d90092cd317c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c399d057c2114bf786651fca6679a73b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7b868f33ca10427889e97948eb0d1e5d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1e090fefc40f44a18bd7af658b3722eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7bd014bad4e04e4cbd7cdf36403c0df3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "19d18b8917ef4f22a3249362b84b026c", "region_id": "RegionOne"}], "type": "registration", "id": "1b880980d615404381610302caf33ba8", "name": "adjutant"}], "user": {"domain": {"id": "ff93e0552bb946f0bab90dbc52d998d5", "name": "b69f2c0954414ee296c5a6cb64ba77aa"}, "id": "1f06de951b844e56b052672067a1c02e", "name": "dbfc4cf695404975a802f9c3c4e29da4"}, "audit_ids": ["0696d51a9acf4590bf3da51fdd2aa3ed", null], "issued_at": "2019-09-19T09:04:38.043005"}} 2019-09-19 09:06:38,121 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,123 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,123 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,145 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/996f2e32-352b-4af5-bbf5-c66730a70db8/states/provision -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "active"}' 2019-09-19 09:06:38,147 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,164 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/996f2e32-352b-4af5-bbf5-c66730a70db8 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,166 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,167 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "deploy wait", "reservation": null, "instance_info": null, "uuid": "996f2e32-352b-4af5-bbf5-c66730a70db8"} 2019-09-19 09:06:38,169 openstack.baremetal Still waiting for node 996f2e32-352b-4af5-bbf5-c66730a70db8 to reach state "active", the current state is "deploy wait" 2019-09-19 09:06:38,169 openstack.iterate_timeout Waiting 2.0 seconds {21} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_snapshots_detailed [0.064369s] ... ok {31} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_volumes_detailed [0.041143s] ... ok {7} openstack.tests.unit.block_storage.v3.test_volume.TestVolume.test_basic [0.065024s] ... ok {30} openstack.tests.unit.block_storage.v2.test_stats.TestBackendPools.test_basic [0.044036s] ... ok {16} openstack.tests.unit.block_storage.v3.test_snapshot.TestSnapshotDetail.test_create_detailed [0.039343s] ... ok {23} openstack.tests.unit.cloud.test_aggregate.TestAggregate.test_set_aggregate_metadata [0.259818s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,573 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,580 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,581 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,584 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,595 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.510620+00:00", "project": {"domain": {"id": "9d67de7cd8c7446690e9401b72291e60", "name": "cb799b9f35db4e7697ee818d92c18f56"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3f5364e47ca74b23927b0c37633b95c0"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f3536401a3624d3aaa96a132d1288411", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ef7b1f2872954ee59a969c92ffcf0c9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9917a0df064d4b6fa3920a961d54e3f1", "region_id": "RegionOne"}], "type": "identity", "id": "0c4dedda9caa4afb81cdced9957149e6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9bc6553d230441378a48ae1f3d7cff5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4a7dfd9e9b314bacb81866fc70a68831", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c3170bb61a6c4c49a8b13419453caffa", "region_id": "RegionOne"}], "type": "compute", "id": "f7f9c43c3790444ab21de0f018744f12", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c013c5facacb44ce89969da880111a8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c7eb345db6254974880f285cc0b3b3c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b82e5f86058340fca975f81096dffd1d", "region_id": "RegionOne"}], "type": "image", "id": "fd2cb76a001a4cf097f4d208429c25bf", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "25e4ec8e2fb540ebbd6c365e79138fb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c1a9db47ebf14038a53682b38e1b092f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "341a7a683cf04794a53afc10867653ec", "region_id": "RegionOne"}], "type": "load-balancer", "id": "9d40d5c27ad145e98344aca17cf970c6", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be34700d5d224981b790ce7fdb0ea8c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9bbac09b6968419ab2649a5a4e118c6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60199bbfa3274605b50f165ed2b7b579", "region_id": "RegionOne"}], "type": "object-store", "id": "517c2b68b6e84a8cb297827b60e1adad", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f4fa030d0910492aa881663f835de304", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2fa279884a2d4c6298859aa296dac4e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8353bd8f5ade4eb0a0929fe8509aa5c7", "region_id": "RegionOne"}], "type": "clustering", "id": "bbf45bef660d47799c28b3b7c13b540c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5791529703a443959cd9013a6bb666c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f6cebd0a8b594803acd054308a981a02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8e79883325b443108c5ff7d1acbba4c6", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "16725f510a144ca8b9734739e517f6a4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e45240c4760d4214b4307ad03a79fb15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "394095cd8cd14a7bab00e6b64effeccc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "742a8d1c81604c24bd3fe77bbd750c07", "region_id": "RegionOne"}], "type": "cluster", "id": "ddbfb29b61db4d668cb55f79bf48bc05", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a7cc3a8ca08b4851a36ec5f35ca170b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5c8b44b77ce646a388778b26e561f221", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e3fbce27beac4904ba24b3093cf4afa5", "region_id": "RegionOne"}], "type": "data-processing", "id": "4b5cc60e50c0484fb31a9da55c589a41", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e28fe8718ddf424fb3ac8ba86581ec85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a7dffe2617d34b7a85f0609cf052fd96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "88e02599e85c488c8566394dfdbedb1a", "region_id": "RegionOne"}], "type": "baremetal", "id": "b8fa9d93fdac4fe79b1f72b2c3262500", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "04016fa11357491ca48a97c223e906c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a11017625b764ba3aff2155096134776", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0a175d8dab6c41b69bf366c9735d5019", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a879edf0154a451490bd59a8c99da9e9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "036799ba7c7f425287da84d0e32ddd21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "78b8d956a7bb4e5db53c03b4cb338620", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "aaa87fcf47fc4f5b93bf5d034b8f0200", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ddc10809e5644ade9112547fa8224205", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "913433a1adaf49d7971430f548fd5ce5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3e2053f7ced14b37bc34f6a1b9a8edd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "2c35653181f449338713285ef72d9c2b", "region_id": "RegionOne"}], "type": "key-manager", "id": "fdf6b933829f4b509382701deb8b3719", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8634ba1b594343ec82f91e8f12dc8bca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f42ecf7f181844c682cd3c981ad9b980", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ef62fd970f5540dd8fb4a4fa7646f4b6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "043f5e397ef64450a899d8e4e3da6467", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0376a203a3e749748b43fcdee522d98e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "839e525d7ec94a14a9cb61c590a9f7ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cf43717c04a64f1bb874eb80fef27c97", "region_id": "RegionOne"}], "type": "infra-optim", "id": "596ac89af88342fc9366523eb2c79735", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "29b9a1716d524852900821f2af45f29c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "95be1201d0bd4c48a0411ee888b60bae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5009aa9296094d08a0fa6776c9850dc4", "region_id": "RegionOne"}], "type": "message", "id": "70b2b012f0a645bf93297f797846ade0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "34b8082e0784408fbc29ea7b50c22b53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0c474669f0ac44f09e77f90ad40a65b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0bd1a0e913e047eeb984ef682e421a3d", "region_id": "RegionOne"}], "type": "messaging", "id": "b3483438ca7640c1aacc8bd6f3f6e2ee", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "aeeb23f50d5f42439dca38752bdd11f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "aee8fd1303384a44a452949a4ec3b106", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e7ce35ff1c784f02b50a48fc6d306bce", "region_id": "RegionOne"}], "type": "application-catalog", "id": "78a590c4999a4748944c7d8b5b84f136", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0f0089ee55244e7d85d2c2699850ade3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "da873b7ebbfc4ff997c47c609827311f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cb9a98c4dd5d4ed5abc0e946f64d1d5b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "210d75bd8e8d46f6a3c80b623f43c33c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "995a2effb7ef47fcac66112d396a72ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b31bb0fc99314ca9ae1e0919558a2663", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b7498d825a7248e6be1c9fa901b0d07c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "85beafe906674035bebd1fbe6ae4c726", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a9cc0bed9f3f46eeb7cced302eed1287", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f3712f964d44c23885bb395dc0416a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f8f61404c2f14afba10990db8ea72626", "region_id": "RegionOne"}], "type": "container-infra", "id": "d13ea70ea1694cd286df06c3be166539", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "647f3f4601844097aa3c689b491e896b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8d9864728c2e4a7faab120261d73e26b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "bccb41a310a842de917b954af4639ed0", "region_id": "RegionOne"}], "type": "search", "id": "ad335d3e604c4933b6f8987a5f2e0be9", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5c6d030a15c741fdaac0bb450adfd47f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e224c15243f44a39aab58669007a8455", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f267570ae63c4a168e1242433508521b", "region_id": "RegionOne"}], "type": "dns", "id": "65ffcc92d6ef4c52824a761a392cecac", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "134b6088aa66473ea2b23c8118f1b603", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4a9dee0e999244b3bb32910b1d50161f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "dd9bf127b3c64e64a33408329d6fc8c4", "region_id": "RegionOne"}], "type": "workflow", "id": "35cc0f06f96649c793f7fa218cdd84a9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1c36bd05591c4dffae4d477d0686709d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "060ace1bc33346baa00f3909070a5699", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6e229281839f43b6a781981c7abcf71a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "470597fdf24e4b658e2a28e84ea3645b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "88de8824adea4f1da7c859c8907c2996", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d564da9cf53c43a0b3a75a1c50318e96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b65634887fa94bdfb94803ed2566d7be", "region_id": "RegionOne"}], "type": "rating", "id": "925c281829e34cbe893c718396acbe74", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "32d8b929345f4e7ebdc809cf08d6992c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b4de849b8729419c9b8a4afe8cca4cc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d6f2620c444b4e3c8b175eeb4e9ef5b7", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c17f3dcc81f9446f8742c482ebae2d67", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b192a880babd48f6b8aeeacf6995fcb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e683500a42a84e9a9db5bc97803a99c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5c9a2af5bff84857a438a5571908acad", "region_id": "RegionOne"}], "type": "policy", "id": "9a686cb8efa946dea548e48cb1afd8c4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e97440c4a00f4b0aad3fda43d5b63c37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "449c5284b1d64654a2fdec1d9f19b206", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d69fa8adbeaf4abf981caa3c5196f618", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "36bb21fe9f97489096db63b9a9db22d1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "251560738fdf4e2fb4142fedea030221", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4ff9924dba6e43378447acfa6d58297a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "36547b371a33485088c8659a8f9fff92", "region_id": "RegionOne"}], "type": "sharev2", "id": "e5d57b78ef354dd2b8c90a0fbe21ac1d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "61c556c8fe62452da09055b1e7cd0a78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "61c3f3455ccb406faaddd56c6452941a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e796f04229d6436799b4777e4ce88151", "region_id": "RegionOne"}], "type": "share", "id": "f4206112c6264238a4f38551b06249c2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e688293508d74b6dadca3b36af22d357", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "81dbf29431eb4735b2f4f50e68f81985", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a33435144cd043ff8a84fc104097379e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e6e6811244a74cc799444f24d3b28ed2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd599e88c620471eb6c2677416f00ce3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed9ed3635e8d47c7b79c6bb956a99417", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e7764482a414f04a7881380eb7a5508", "region_id": "RegionOne"}], "type": "orchestration", "id": "0bac7972cc004d3ea302f255361ded85", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82eadd4f72e64a67a3495fa1bcd8bba1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a62af0b069f841de81648afd3a15202d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "57554c8ac8ac47508bec4307db9f0176", "region_id": "RegionOne"}], "type": "block-storage", "id": "2a942eaaab8f4e77857a64be0343cbed", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8393a29c42424a638be7016bbd5955cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f25b17047dda44989acfbfc5431ce16b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b6f0e880a554a128719dcc9b016710e", "region_id": "RegionOne"}], "type": "volumev3", "id": "8313440195e0439cbfc45fc2ea2958b6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "864f7e89d0d54b6bbc4bc6165d6b520b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28c33796f7814f04b6d4f59f5cdaa543", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1219a7733a864f8dafca8161b9883a6e", "region_id": "RegionOne"}], "type": "volumev2", "id": "cdead51f85c240d1a681ee3cf7b3623b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5ad3d6345bf432ab3c4c9aa0cd1e076", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f2dfac087624b88b57586f8f936b2e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "534b64d7a4f8488ab97dc5cc88e5e88e", "region_id": "RegionOne"}], "type": "volume", "id": "a52433f7a1704624af7e325ba00b03d9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0eb3a1b56c2b48ceae96ea09ae5616f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bae0f79c997d40b19eda6ed055bca51c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8374a8f2e696403fa4939a54d7c162ea", "region_id": "RegionOne"}], "type": "block-store", "id": "f22f0c6a38ab45fca74c752a98eab627", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f70b2d78e4f148e4abd2141e11329d3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "49ba7c32c1db4e0ba2306da6e2675e1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "803b9a142f6a4bbf84cc4494c3231571", "region_id": "RegionOne"}], "type": "alarm", "id": "5393b0f1befc4e04b7abc24488746919", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f905cbcf0ea04d9eb8ad489c85510d1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "745eb103f20d4307be56cbf1117a214f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4e59c984e8b34ded816d796d47dae1bb", "region_id": "RegionOne"}], "type": "alarming", "id": "e1e7656866534ab6bc908f4bc542d16f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c629d8488c4f41c089e75d806ea18992", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1f4248c4a3574a0090caaa2b5562c236", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f2ed0fc1d10e493c8f0c37e1866272d5", "region_id": "RegionOne"}], "type": "meter", "id": "03dab584dbba474a9f77729ad9c0051a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "92e92001788b4e6fb1e084710eaf1795", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e52b89b9bf7449c69c49ac465c1809eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5c85f350556c46c6be5b12790dd21c11", "region_id": "RegionOne"}], "type": "metering", "id": "8ce436e685e44179b327c1c5098caf45", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7eb865329f5947099e0ced64083a2eb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "43e7c034e1be4e06bb270f2ec47114d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5d04630d77d045b7a43a1584c332a7cb", "region_id": "RegionOne"}], "type": "telemetry", "id": "dd4b32674415479e8d20374fbce59922", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9e357b22c3ab48d1a9744e0b2ccf773f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "362db0ef397d4738aad42622c1010a64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7cb2e2f32a8d469299e656cc4dfd93d1", "region_id": "RegionOne"}], "type": "event", "id": "98eb091d58f94bc582cce88573dbbafe", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "17bbb86e1bfa432b86241d002533a6e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "64ba7924843b4d8695554c9879dc1130", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9075256b21b34b53808015567ad01e09", "region_id": "RegionOne"}], "type": "events", "id": "bb21084aa0e4447bb792352c15adcf11", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3390ce169e2c4cb29c7aa50396ef1286", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b1d2af5d314b42348c8e7b31241bff45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b93ad72e53d24d0cb6710f3f8b322e65", "region_id": "RegionOne"}], "type": "application-deployment", "id": "eb1aecb048c34e49a14265f61806f9ca", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "112f6bd3f28445459c1479ecd3547617", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "aa0363bb52a04293b4455f2b035808f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "066e370f6f42463085060dffb64aac64", "region_id": "RegionOne"}], "type": "application_deployment", "id": "38b353fedbdd4f869d1c8ac20ac19513", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "efa32b3c4a9840e38c60870bf94e1e75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6133f4070bd74127bf4a4a22dfd8fd1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7cb9e274e8464c749301e591e15474ab", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b893e7d0ea4f46a1b3aaa4105b7902be", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ae82e03d66d84d9b9bb3f8f3d5cf1bbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "15c96d77d450427d94b7ce41a07af9de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f31038e2245d4c079dcf4164f5af982a", "region_id": "RegionOne"}], "type": "tricircle", "id": "40b487c2d2c64b3b81e5b041414fc827", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7c14adba454d4ce7b79db45b7f5e72ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "be70178caf214fe38af604511de18af2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "aca8fb4febed475c8c0cc1c9f847606f", "region_id": "RegionOne"}], "type": "database", "id": "80fba25503cc48a3bb5ec3e7237d4355", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "33dd76e047f443d49bd96a026eb9bcbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e08fd4d7eb3944418d2c067719f16b80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2ae66221833148188dce2be0f6fd39dd", "region_id": "RegionOne"}], "type": "application-container", "id": "88a8df12b4044c21ad004c23e2c98e72", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "651b34012c6e48aa9ac2581708570322", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a1f732942b714642a6a70287decc8592", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c1d12faca4e244b78a0472174c9c4f06", "region_id": "RegionOne"}], "type": "container", "id": "a5e33cd2eeea49768eda6b0203ddc770", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c20917d79f0546eab733f8a6e9d53aeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fff0d4edc39b4895a5b55095eaf191d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "33f54d11a96b4b4f879c9730f462de25", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "5146de75e78f4a97937859f67705086e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3c4de9caa5e94a65a8695b9eda41ddba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dce53d38894541cfba1b0cff55f988ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "494628833fcf4c28b99d3a1d5b4f9af0", "region_id": "RegionOne"}], "type": "rca", "id": "3a835551b19c4861982e1ee3c8fbd1f9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9e5dc83b7a20440d94c2b6d0950397a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "379231662f284ee2a89ca07b2de6fa28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7ef0b933b41f42b591a3ead0ba042992", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e3b5e0abb2f84739a83905e9a3bf4c49", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5edbde29b3b7487686787d03c08e39ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cac63ada95c544cbbe900f600abbdeeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "834d3f14cc3742d386a73120eac3421b", "region_id": "RegionOne"}], "type": "network", "id": "340f23daecdc408ebcb98e9ee99e1670", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ae5ed5877e74402c872c5113f8482e75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "76dc1fa955c24d8a8931f0eadb7e71a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "786efdd35f6a453c874c0d33dab3677d", "region_id": "RegionOne"}], "type": "backup", "id": "09e0e35a58384549aa99dca6fdfd12c6", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f952f552283f4393b54cef04177529bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "baa7c4c92fd94eb981cb205878acf5c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b85b8b2dc1cc420185bccdd8da99c387", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d21302dd05ad483292b87752669b1353", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fc62ae71deaf48f2b719e651cfe339a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9b5e071ed5b44fa59ac1101513181c7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "670e35be73464849839f4d3313a6fa24", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "bd014144cad4432f9ca59de141e08bd1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "dfa14bd56e884e46b9f9d154abb6acee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "943c6a256fb74f40b043e274581b8be8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9917c290087c46af9136d5701f2911b9", "region_id": "RegionOne"}], "type": "monitoring", "id": "7d6d63277a80433ab902b654991ce03d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cd10e523727743bc84b878b0ab2f236d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "21eb3ff01e9047049c5d011f627a2881", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6eceaf2079644cd99987ba6bb01653ed", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6ef8a5632aa6447cbb924901967eda49", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "276d7c3861e045058825dab48b7ac5fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "56ba883ec2e24ad8afe3ec1748542357", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e5a539a8818a4652ab157f733bd6eb3f", "region_id": "RegionOne"}], "type": "placement", "id": "00153979a379480bb8fea86d0f2ab2d3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "040b4a4b93d04f0bab001bc252fbb72a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f5a47561ad044dce8119420365afca87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4e5137e7777d432da0fec213615703da", "region_id": "RegionOne"}], "type": "instance-ha", "id": "edf2965273a44260bd8b5199bc9fa4dd", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0be34baad75941f4b9fea557d4ee1766", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2c795f6959d5443ba091c02c4568c998", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "25020765c8764c11a02cd0a850435387", "region_id": "RegionOne"}], "type": "ha", "id": "a56466147b154503b8182cf2b0f25578", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "60d17969339b41a7b2b85911fc56b88f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b882ea484e114bb289d95fe24ca250f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "03a42f1934da4123bcfc6b08eae916f8", "region_id": "RegionOne"}], "type": "reservation", "id": "78b987e5265c44e1967adc21c53388cf", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3971faaecd6547f3bddbd35e00664b9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0d268ca7772d4ce69b1043b47b4a88bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3c867ddf592b4acf8b7dc6c06d5420a2", "region_id": "RegionOne"}], "type": "function-engine", "id": "64fd8876c8974c749297c24fd43b899a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d0ebfacac4b64e6da2d21d33bde2244c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "96f27b106212416ba5eadc90fc1ca1cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "fd67b71990e14efd9d29c22a21dc9a99", "region_id": "RegionOne"}], "type": "accelerator", "id": "b91132b041d9406488506b54063e0cd3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "61dadfdd4fe4462d8ddc40ee01a41b0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "caae937bed7d4f5392b58db1bdbbb7e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "28ccd38a343e4bdf9856180569c55fac", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d2eabaa2f043463da088a0bc8c46ec09", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3f004b94554643588864931ddae7278d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a842fb1c88964c22b49073aeb56fbaba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b4fe3533bb1f417cba6c12efefc4d94b", "region_id": "RegionOne"}], "type": "registration", "id": "95e5000c7fab44c3b3a1f84be43fb29e", "name": "adjutant"}], "user": {"domain": {"id": "a214a47208234c9e9e006819c1560662", "name": "0c049f999b8a4e12b2604f5f26b7c0a5"}, "id": "e518eba9e1df4895b4bd352b5e1584ff", "name": "7c20f7ce96a0422198c6f5c44cb8bb21"}, "audit_ids": ["9fc22f55437c434ba4a9e9d9ad696c3d", null], "issued_at": "2019-09-19T09:04:37.510620"}} 2019-09-19 09:06:37,685 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-aggregates -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:37,688 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,689 keystoneauth.session RESP BODY: {"aggregates": [{"name": "aggregate-2", "availability_zone": "nova", "deleted": false, "created_at": "2019-09-19T09:06:37.569769", "updated_at": null, "hosts": [], "deleted_at": null, "id": 1, "metadata": {"availability_zone": "nova"}}]} 2019-09-19 09:06:37,762 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-aggregates/1/action -H "Accept: " -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"set_metadata": {"metadata": {"key": "value"}}}' 2019-09-19 09:06:37,764 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,765 keystoneauth.session RESP BODY: {"aggregate": {"name": "aggregate-2", "availability_zone": "nova", "deleted": false, "created_at": "2019-09-19T09:06:37.569769", "updated_at": null, "hosts": [], "deleted_at": null, "id": 1, "metadata": {"availability_zone": "nova"}}} {15} openstack.tests.unit.cloud.test_aggregate.TestAggregate.test_delete_aggregate [0.187336s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,261 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,267 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,268 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,269 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,281 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.197006+00:00", "project": {"domain": {"id": "785ddbbb581b4fc5ad14c1c3e65c778a", "name": "dbccc49feff64bc89acb6d531a7edaa4"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4ce21d7b9c6b4341bb1419e7712a4337"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "283ff9ecfb8a4b0a8fcd92f46444f6d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ceb8f83f0a414a79acc852a99b9e5158", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "fea911f1f87048cea24563b5a0f03979", "region_id": "RegionOne"}], "type": "identity", "id": "ce25f94e8ea44b9a8ea9e1cca25dfd3f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5b913cab74d24b4499e7d0f729fb9f8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1ce13c57bc50498d99aff048ff26bdd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4a3fc8efb9f6429c9332c9ae91e3a4d1", "region_id": "RegionOne"}], "type": "compute", "id": "c0a6b2e70ae84599a4e1d38427dc828f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "09189d5528ea49828bbfc59542294f2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "931df3a81e374c0b81f73bb7ef12387a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "eaac254506874609a7bedc1fb04a6529", "region_id": "RegionOne"}], "type": "image", "id": "950156c5850f40a78cd49da37af1970b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fa9575102c984ce5930eaa0c9f704390", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "218977543367483e99d4d45e93f3f891", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "96c6f0633d7a43cebe36454e75cedf62", "region_id": "RegionOne"}], "type": "load-balancer", "id": "231c295718b140dda44c55a23eacb156", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82dc7f549e0a4b808fedd6ff5e29d4e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "78dcc0417177451e94a66d3f29bbc9c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aba8f8f68e9c44ffbd301b773388e755", "region_id": "RegionOne"}], "type": "object-store", "id": "14c4f6aab4e1469996ebf12bfe15a265", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4a077eb0697f4af2b6e6f8737fb6dbbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "49b7bd8195a1439d96b2890067f58946", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d4b5f0edc9e04468b7194ef3f50f67a6", "region_id": "RegionOne"}], "type": "clustering", "id": "95908eae5e014ebcaaa6c51e33b241f6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3eae6a32d42b409b9a938029afa8a033", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ebbedd2173c84d5da573a1525bee5000", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cbc8e5723edd4f16b61057cba2ad0092", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "31ef79072cd2477aab0d34e2fe9993ca", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1e85f915e22348d9ab986f8adfa980a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6f527d6143d1402a84f1efa3cb387b4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8bdd4f1d573c45a38a661fa96da52ea1", "region_id": "RegionOne"}], "type": "cluster", "id": "22744956e6334cdcb2a52562ef7c7973", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ce8a48d5ee6f47069dc15cd567e6ee85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c19e582f0e8e4ab58cf30557bbaef4fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a3bb92fc6377433680e581184a391e53", "region_id": "RegionOne"}], "type": "data-processing", "id": "3f5d8a47b2fd4e4391aecd6d23def496", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9e6876c37d3746e79fa0abfda8b6b586", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "de90f8c9ca614c198c5c4db775fd9898", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bc06e67e9f334001b57bc7e496271fd2", "region_id": "RegionOne"}], "type": "baremetal", "id": "66ebbdd62d56429f950ca627e46eb389", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0883097db0864bc5a20bb237619ff8eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9de6c77443a0468499211089ecabd30a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "cb45392cb4e4449aa1017e6b59cdad4b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "60b73c43ba684dc1a743d19f28e2f4aa", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "432113be2ddc4c88bf18b718b4b19e66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7c68442b47064d2aafdad9d068195832", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "dec970644c9f4e9e996afdae968d0000", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "59bc0716edae4bd7951581ff44bdb6fb", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "aa61f1dce5304392aee7891dd0d97983", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9f049bbbf724423abb38ea684bffc99d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b689cfc8269d468b9f693c37d33a1981", "region_id": "RegionOne"}], "type": "key-manager", "id": "f1a2ab195e0c43d4b910f3f2cd6829ef", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "78c9096473ac44a3b0ba2065dd00424b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a3b333311aa842ef88d921480858cf3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ecf07381684a4dc8b8a570ecc4c68032", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "dabe1b8cc44645a0a919df4a45c2cf74", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "70312e69e11f45538933d1b061a1804a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4b83a84e73554f67971f1fb6be1c96a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "25adaad8ca964e7ba2111cfc9d9348da", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5f23f228b42c48c3873257bc822a8538", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7896ade4dc504f51a0e89eb0ec315ac9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5aacd47c270743469e1a448ceef9d4e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0eb079dd36d04ef0867c0308eee9b811", "region_id": "RegionOne"}], "type": "message", "id": "d3fd322141f0434c83780fdab2b96c66", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "07f55a78b35e4c0faff9839d88d9db34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "865e5aa4b0084ed6a6bc26d9cc8a52ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d3c8933b71e049a485d28d2d7081b338", "region_id": "RegionOne"}], "type": "messaging", "id": "bb6852e05f0f4539aa5686b5e6a8bf22", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4d3b70758e6f439ab592e7906313f23c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "73dbd9c7f5b54526b11eca1137401781", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f88eec8f559c49a0bc556c0fcefcf00f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "40dd942bb75744388f15a8cfa71c6f6a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "368a5670a3fd4e219b695c154d99eb42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a8e9ba7683934e2780d9396195bcdffd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a14c57a3da024dcfb5651420e6c97c2b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0f0cd5aac09c4d028071e272988c5f07", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "054fb1daabec4a0aae6f93abb72d5390", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "155d4443ae524977bd4dad6f4778b8b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3342dffa2ccc43958423040ea3e346b0", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7d378b0a7c2f440f97ec5a2f996a1b1b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7913dfb654ee43138476637f2e710ecb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "37e249a56e2d4999bb90709bb10d5d33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7e847c91ee60488e8d5dec542244a590", "region_id": "RegionOne"}], "type": "container-infra", "id": "250dd8b19e714d52a746d3142bbd50fd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5910a8819cd44ee7bd36c4c8f43b8fbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b7e96dd2a333428eb659568d160367ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f3bafde3cb444360b40c4282d197a1b3", "region_id": "RegionOne"}], "type": "search", "id": "d4d1ae3c2bdd46a5b562c439e90e35bb", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "7a4b1b30d8264071852c88848d650135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f67fecd23f48454c8b0fccfc2cd158c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "dc2057c0391b45349cda50562e4262fd", "region_id": "RegionOne"}], "type": "dns", "id": "031296ff04ea4f1a81bcfa488f793abc", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "51ddc4b3b71944b8841de32e8d2e76f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3a1e698d37d74849881804b8226b4c32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d2f50bffbd844ef8b165b15dc265a59c", "region_id": "RegionOne"}], "type": "workflow", "id": "d4c5d3c878464c028bad55a6e391cef8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fc2cc1a94b8f4fe08152225334e12532", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "368e353fccb741f18b2069b19af8506e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9c93cd07104a481391ae97c0fa5f0926", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2dce21aa55554da5ad5c44e43926de4a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "91188701427d45a0b33ca21b8edb8856", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6bf8c40f60d04021aaf1c90b882fac18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9c1aa92a89824756ad5ed82400909f53", "region_id": "RegionOne"}], "type": "rating", "id": "7f3f46ad27814ca3bad80bb426eeb3c0", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "89c3c0b1f2c64044a56b34e57b9a8ba2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5407b553287246b6a1aa5a75ff8e81cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9a8c177e39c54a1a8444d63890419341", "region_id": "RegionOne"}], "type": "operator-policy", "id": "fc3fbb4b4e8742f787ad869f0b6f89ae", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "13f6b8f9ed5c470589bf8d06a0603957", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4f71be81a1974e9da963d1bada984d3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "460354367b6a40f8a17b20e669626bd7", "region_id": "RegionOne"}], "type": "policy", "id": "3611f7dad52f4021bfe5d23c386c4a20", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f379b63276b648f2a3411a3dbb187d61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f9f39901c7e8473facb8765146889465", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8de5bad30ef74dd399016fe0a9685c8e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ce06e2ee42ac40b283147f7a9fb86279", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f0100ffd79074db483b30aba8ee54bfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0cab05a888724dfbb177bb640f8cc0f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "309bd42d7405405487be9d3696cbddd6", "region_id": "RegionOne"}], "type": "sharev2", "id": "1b882fa537b344b39a5992f7aecbf5ae", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "60caded98e8e4ed99b5618f91c447f9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "56de3a05da92490fa9eedc5b1a72956b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "95edb7a946fe4637b1ef3160c16ee8aa", "region_id": "RegionOne"}], "type": "share", "id": "b70ab4d4a6ee4ee4b7adfe77ec3cfd8d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e5963da51e2645d6a9bc08f54952f0e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "55a91a6f137f4ec78cc9ab1773a8a2b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "bccbdaadac4e4d87b15778d2387a4bf7", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1b3adcdaa3bf43249c9f12f08640743a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2bcea4bf81664a2ab58f25e5a535dff0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2625da8fc17049879898b851827b5915", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c69eac3dde0e4583ae3d46a0ebbd1bba", "region_id": "RegionOne"}], "type": "orchestration", "id": "41242957f22f4239970fbdf2346fe62e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "557f65f82d8e4c88a2367233ba0877e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3994b3279434bdbbef7e5a95dcc157d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83e4517703ea4db0b1c5154893eb7932", "region_id": "RegionOne"}], "type": "block-storage", "id": "a216f6b4ff484667975f0fb6a3111782", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0cc19b37dcb4362870b1db498b4ffd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e375511fb474485d9b0c344941742e8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "897e15d6d9b34be8b0896dec4f38bfb7", "region_id": "RegionOne"}], "type": "volumev3", "id": "cdbde625f9374843a7c38c31a046ca12", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60683833364d415b833ec700c4edb6d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09ef737b05794695a2e9b94e796a1600", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f34f0bc172c34aa08fa1508ca0ee2d44", "region_id": "RegionOne"}], "type": "volumev2", "id": "75bce104828d44659d7d0ba4c763475c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c50adb757584859a27c7a29e2563f4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ccdaf520a98846e095e63f260e9f77f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41909827605941ad9bd23e7eb583c488", "region_id": "RegionOne"}], "type": "volume", "id": "ba346d3a078648558680ff09dfa2b4c3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8aa9ee5fa6cd4d00a4313d40cbb6876c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bef6fc9fb3ca4cf7b8f4b014be2e5259", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e9e2cecea3d43e3b2fe154d81e9eda4", "region_id": "RegionOne"}], "type": "block-store", "id": "489ef6759ef9497cbf36b48f9c537ca9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4ab71160ff74465e8f27eecf57ce2ccc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "592bc00447bf4ac389f254b91acc2062", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "78abd1a30ee94a58918bcffefc937a16", "region_id": "RegionOne"}], "type": "alarm", "id": "61dd8432da584311a2ee312140b36703", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d53aaa9e5e3643e2b4df5e0ca7fc78c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2ff375e8511e499b9802ffc448ea43f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c77a3fd08ed941caad1bdb0176e1b302", "region_id": "RegionOne"}], "type": "alarming", "id": "681aaa3ecf9342dba356ffd9d37d7ff2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6cd9ab09e9a1407b91341e22fe9f65c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b089cf9caee648c1a4f86ab207b69851", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "73a21d1931f84ef88a5568f657bbed9c", "region_id": "RegionOne"}], "type": "meter", "id": "67ea9d8d1bff49e4a93f8ac18edde6f1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9137d119f4d2495292f79722e09d9adb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f4e4f530f8c84ec9ab5061026f9995da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b9ef41b742cc4bd287a74fff0af20a0c", "region_id": "RegionOne"}], "type": "metering", "id": "bf6ff51fed18414590d2f3ae03e6db6f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d5b06fb43bc3443ca9ef13e9e84f72e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4fbbbc025a3b45fc8d6c1fc73864234d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5b4b850b462f47829607354c31c185d8", "region_id": "RegionOne"}], "type": "telemetry", "id": "3492dec68aa642a897aafec106598b25", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c385d955add9486980b9a1c819196abf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "aa961c9e213b4fdb8572aefdccf6d142", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "75e15b8b19de4ccca22d449fb30a03f7", "region_id": "RegionOne"}], "type": "event", "id": "95e97cd6075d4cf088f64f990109c512", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8eec24cd5af046ffbf6915574877554a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "681496991a474d5697c7ae1ed1367e1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "15fb045f132d4984aa049bce8cf352cf", "region_id": "RegionOne"}], "type": "events", "id": "7e4e80dc9ec2413dbcfcc7aad6dbd38d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0d5eca554b2c4d47840b7275933a8492", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bdcc8c4f44994d19bc0080a060dfd58e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3fefcda78f314db89a5c2c90ac5b0e82", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1f2877af2796433f99bfa0aafbf93199", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ba2186d9d40742f4a3908b2aff5c911e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "addf8ea3753947ff9370c1e37942c657", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6033e898bbea4677a9621800969322fa", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d8d597e8e77c4049bc6d586b155861be", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cd781140ac744ccdbe4b11c1d792d2dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4e2f39ea652d4e6ab112edf8e899a623", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cf993f10fc934380a19cda8ff2a3e515", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "410ed1427bfd46f6816703476d439f59", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "242211f6b47246f29bb58b7d748512d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3d25be73e2ff45cdb623cd016c7d3e53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "62523f1f5285431181ceafd85de0b96a", "region_id": "RegionOne"}], "type": "tricircle", "id": "a48bae7b99b141daa8612d4d0e7e99ee", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ab20064096b147e294e09322c1a905ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5ea27e02a8764e099e2c21f0be0ca8d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f689368e112a45d589818f0f3d7ee3bf", "region_id": "RegionOne"}], "type": "database", "id": "524ac4590ddd4b958f72fb176e9fda4c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8b00d1eec9b74454aa51d939c7e30765", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6272e5d6edfe494ab7d53946baaab52d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a86a2c540f554509a4969e677972a37f", "region_id": "RegionOne"}], "type": "application-container", "id": "da629e9650d641dea45cd9918d6643b5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "913744d6340a4a819e1f9764f4159b76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b302750efd49430e8df6b7e455a19735", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f897a0d66fe04339b7c1c2bd8c56b7fa", "region_id": "RegionOne"}], "type": "container", "id": "29ef566371714cc1b4648e188d51ad3f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "59af08864cf44707a8cf237f4d100602", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c6868413db9e451fb5a9dcc704e11fb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1e3e8984b1ca4f9cad13a01a90bc8582", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "0c9e9fa40b654a218f7327d564bbdbd0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5351b2b4a51448e286be64127ff4d074", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "359ab6d2f65a4fa19974136654443470", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "73c375f63e4a4fb69dc1882b7f343293", "region_id": "RegionOne"}], "type": "rca", "id": "99c18c7cda6a47509312133f78595d41", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "13410eacc0a047c899a36d01e301f46d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1d2fea709d2445978583c719f9ccc2a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e0c1c5b186c248a09795625fb9917230", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "49e8ed63571943c3aeba80bacc5ed38f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "289eb3c6647846c38dce563ea34a8382", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a183951f404547d9b527bb5a82be3b83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8f2577f10c1346828501bc6cf9d214b9", "region_id": "RegionOne"}], "type": "network", "id": "5df3bc878caa4ccaa2bee00eb2dc7d5c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "04e17517f04f441fbb22522f38975751", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c39b8ff6c9de4376bf1b89855e650cac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "fe81e06bf8a54d9db6184907caf72451", "region_id": "RegionOne"}], "type": "backup", "id": "9c67dae8d43d41d1ab7c7c9e6c0151e7", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e8da617a027f4acdb6c5322958725ce9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fc57dfc8ff4f45e79f2802f40f8b1c70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8750938246a34edaa35de1fd4c82c20d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "db0929a7ebe14995b947bb3d937e2d54", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d15615c51f2c409d860d90451621f37d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9c0ec54cae3b4c07b0c3f79d33c0c51c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "531a62d3a0b2430c8674e510179058b4", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2461a119d24748c4940c40e41b1de9e2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d43d9040fee24576aa07f32f8810db9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5fda5748d09a42e68fa06c8fdb0c0937", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "3792b83f915d4428bece8ed565e3657e", "region_id": "RegionOne"}], "type": "monitoring", "id": "aea7daa366aa4ef095c356a184273e44", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e3ef25398e164365b93795f5ba23fac4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f32671ad0b7f48f590e32d4e4ee199a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c58dc7c6f9874547b4528ccdcc134201", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2c04273885d94a1ea1ad0eede18a70ba", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "232c17264a694a90b68c7a7566739587", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b7d722379cc547f1ab5d60781ffba395", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "23cb108a50be488cabae197d8976ba8b", "region_id": "RegionOne"}], "type": "placement", "id": "5ddba26043154e59b2ae79ff00fb2061", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a18ef0c76d6944fab014e53d1815b671", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1d9043c044e94deeab7c9b842aa54f1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7cfed40378f241c2bc5026b5515fe2e7", "region_id": "RegionOne"}], "type": "instance-ha", "id": "949b96d5a4e84ab3a0d0e6bfc93bb9da", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "51ba9e8846cf4ffdbf061aad2a0d756e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "080f9519d6db455cacd331d41747fd39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "df00facd8f154db392d0122dc638c04b", "region_id": "RegionOne"}], "type": "ha", "id": "1ced75a95bdc47059d7734d970f6d232", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1ccaa8665845413690841377764a6ba6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "dc131886127f451c8bcde8a5554e64d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "2d78940a91ea4aed88a07afda2194dd3", "region_id": "RegionOne"}], "type": "reservation", "id": "11a458a607884a95afbb4ae2878efdc8", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2c4cebbf221e43739070c94cfe80ec3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7cad781c4677446b82637560d46df640", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c4b136d4fcbc48e8ad9b5aac0ad20e2d", "region_id": "RegionOne"}], "type": "function-engine", "id": "24ef91a305d34937860a5916e37009b2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "225c8d25664641148ccba16cf98c3831", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b0f38f7510a6481f984c98770409455b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5767435806024dbab0a368a72517c8d8", "region_id": "RegionOne"}], "type": "accelerator", "id": "1bffe693fa304c4585fcd8080743001b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cae5e983454449d9b1b240b67d95c099", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "23087c3e68c24f9ea78ac98095d7dbb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1858588ddefc4f56aa63d60adece1e0a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7fba897754d848fb928f0fbb8c87345b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "35c94201628f42cfa449b828204bc17e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6da1fc6eff7d45fd99ce2964d0359b69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c6ab37d898ac4af8a5faa449cd6ae6c9", "region_id": "RegionOne"}], "type": "registration", "id": "5a94d6b4b19940ebaf3546f028db8929", "name": "adjutant"}], "user": {"domain": {"id": "0ea5902aaae841b0b42fcc41fcb6f0ea", "name": "b62ac0790825411090f774e3125dd97f"}, "id": "941377549c104158b0692c80f13e4802", "name": "f04a302d8f98401ca6d612062707e13c"}, "audit_ids": ["49509d57b4974e099fd91725aedf56a0", null], "issued_at": "2019-09-19T09:04:37.197006"}} 2019-09-19 09:06:37,375 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/os-aggregates/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:37,378 keystoneauth.session RESP: [200] content-type: application/json {24} openstack.tests.unit.cloud.test__utils.TestUtils.test_parse_range_None [0.064812s] ... ok {22} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_backup_restore [0.042498s] ... ok {27} openstack.tests.unit.block_storage.v3.test_volume.TestVolume.test_extend [0.043348s] ... ok {21} openstack.tests.unit.block_storage.v3.test_volume.TestVolume.test_create [0.065163s] ... ok {31} openstack.tests.unit.cloud.test__utils.TestUtils.test_get_entity_get_and_search [0.041042s] ... ok {11} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_flavors [0.095361s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,114 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,116 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,116 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,118 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,123 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.074683+00:00", "project": {"domain": {"id": "d70fec6357684666a79b3c09f2985a75", "name": "28f2441e25e04520aa0ebecad35b056f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a348f822a57c4ecaa7396ae74e4f92c1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "623b7691000c4be5bd521f25774e30d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "02c2bd380e714a40beb1f4e66f1b24a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "de643e4757e04dbb8b223554b9586540", "region_id": "RegionOne"}], "type": "identity", "id": "2258c593825244eb99d7939f9369eaa5", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "356675e51686485181341f08b6317346", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5b26cee71e1e427f8cd7c1aab534b2ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8dd88ebf75094f95a7df47c7210b0e29", "region_id": "RegionOne"}], "type": "compute", "id": "dff16d7308b143afb5c31170ec4e932f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "cc7a49812a0347e88a04c65cec1d08aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "806aae65567449479a4dcd32df1b9411", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "77069f12612e4ff7987e3fc48cbb0c3b", "region_id": "RegionOne"}], "type": "image", "id": "7315c92602374650ad61ac0f4388036c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "dc02ae9e91064a52b98634b3603d578b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "949afd9ef52f4417b259124e703d3373", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b40de8bcd7054a86ac7a71c6c7252193", "region_id": "RegionOne"}], "type": "load-balancer", "id": "998ed54026f64b50b55fe92278fae5e1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "839d70a66f78453891bf128259221647", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4bdafe900574e29a8283de49d05ad64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f766d37a64648ddb3f80c186ec4f203", "region_id": "RegionOne"}], "type": "object-store", "id": "86b038d3f0e949a9abbb1aa74613b291", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9f5c8c7873734dd09af0a6c143ad423b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "72346a2deb3a42cd92391b8d1a0ffff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "be244e8bb61542858fcb9d494c0a73ae", "region_id": "RegionOne"}], "type": "clustering", "id": "9237319d798c487980e4304c6d362265", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "44b3e6c56bc94ba0af9baac0b6528e60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ba00b09ca02b4f8688e3b5faf9f9dde8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ca1e113122c84ca0a17f41970006e09a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "aed2a8d53d0d4c098bc956c1855965e9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d42872ee3a5e49bb960ee91baddc855d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "08083a0eb8664ff884ff8a14d3e667d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "08b6196335884723b47e2c204601c63f", "region_id": "RegionOne"}], "type": "cluster", "id": "061c99a06d974ff9963b2302a0f3cfba", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a39d066b768240158705b570ceb5047f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ce25a6b739c342a3bbe8ee9740025acd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e712686e059e4ac08fe6d9b45ec5fd53", "region_id": "RegionOne"}], "type": "data-processing", "id": "6906b7db80de4267b05b33f6fe752e55", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5a1cb1acb30643aaa7e88ac2e82b4e07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5c4b619020fa40cf8f73e7e46676c4f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b11cf4ea5e05402497fe8ab7a2059624", "region_id": "RegionOne"}], "type": "baremetal", "id": "14ed6bc34ebb4ce190b121227cb0bb94", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e119448e34174ce1858741760c1eb8c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b116ee542ca948f2b2ae191cfab22cb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8a2bbc6a10c94b4799fc956b8be7f060", "region_id": "RegionOne"}], "type": "bare-metal", "id": "604c6544415049f7a3f9f17e9cddb22e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "224c250ed55f40d3a4560b366875d000", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e0261a96139349c4a9b0cd025606fe4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "aca2441d13b14b5b863bde8c51f6d106", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "285cd1a4c90a43bc8b61878bbaf66e59", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "369bad7f79664ae79978b18451eacef2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "30b9675538a640eaa0615e59f96ef105", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c8a60d2a05204318b36621e559d9fe16", "region_id": "RegionOne"}], "type": "key-manager", "id": "b19175c6802041aeb355848354c1385a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "096c26ec2f9a442c9136c94890fb96e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f4df438f9f184f778c578fae329cb8db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "79621ae839814d228742a101cd98880f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "8ec249795c8a401290ebb9f510d9c12f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "baf7300ee7944753bfbed7d79bf5ec1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fc61614c46ec4213b499e80795a84860", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b2acd8eda94b4e3e82b53e4e93877d42", "region_id": "RegionOne"}], "type": "infra-optim", "id": "31dd64e22adc4df2935dd222d9c36d01", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7ec5a6cc8c654c04b591abcd6d71d6ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3b2268b2efe04802b820df546391bb53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9ef5f237a484402299d3d180b7c4178d", "region_id": "RegionOne"}], "type": "message", "id": "aadf8bfba129461eaadf9272a6338dca", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "57892d7903ae4bf1a41fb8c669129eac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "362d47b9459f4c739424856b98e86eec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cbd9b66687d84c88abfbd781e9240bf6", "region_id": "RegionOne"}], "type": "messaging", "id": "f2ea0bae4b9b4763840cd1c36c005acd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ffc831c0cd3c4b588dfda583de8768da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "de4d28ef6fa1427c833f6fcdbe9e5913", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1105299591a64707bf3d38bfc43756ce", "region_id": "RegionOne"}], "type": "application-catalog", "id": "bf64223e3b4546648eda9bdf2bc2fec9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bfe4f1f4724b43c388735768428c0464", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "355da6a5d877488589e4f811bac20c35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "747ae0211faa4a3c94a7f8af8216b42a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ecd1ce0522544cf6992eaa91a805de78", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "89262dce5e0c45ec8d4120deb5bbd547", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a70a3b8f862544088c4bc939a4c2fe15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d8731552722e4c22bb7190bd1f13be45", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6a1e77b243484b549afc5dc1aa3320f9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2774c5e9b5dd45ff8c238fee13df81b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2015a4b0430b41f986773c416fadfb2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9b3c114fefed4d5d9d7696f0d0cb1778", "region_id": "RegionOne"}], "type": "container-infra", "id": "fd0165d9998a4071a198392952427b33", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "08126622c29b426ca6a6f760d47593b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ece5817c5dc44162a1e556927630f469", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "11c0d11b1dc4498789d2a9f82de28bee", "region_id": "RegionOne"}], "type": "search", "id": "c47bf55b40694f3db3b2cc40b17b9601", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "dd5b5b64b04d4f079b46d600f64adbfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "cd1da12687a742f8be8dba32687c8655", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "825040e9d0aa4319b080a227c8327479", "region_id": "RegionOne"}], "type": "dns", "id": "d725c68a009748a487ed9133f21de050", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2bc69c183b624243b22900c5ee03dd31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "674b109d05d948b082dd920db0d69384", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "159110c1e92a4427aa1e97a8b44f4951", "region_id": "RegionOne"}], "type": "workflow", "id": "05900f780ace4020b1934a5c071f48b0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "59085ca6ee4a4a0c98cd61a86393eae3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "635c19f53446462096035304118ee464", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "562c1a8e7b8e44c399f0a2e380b10ac3", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0f15d8b967004d579f251c9e2bcfd47f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b533699e2bc64b3abb0c3792a4e3e760", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "8ff9f1e32d694c73b924b05e28e1d296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c4f9bdc5aaf64d77b9acc01e3d6dd639", "region_id": "RegionOne"}], "type": "rating", "id": "57b4d13442a84d549a3abd1cbb826f9f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6dd80443e6af4a438647308ea3b807b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cdb664f23f1e44af84e9d1200f5e5b18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "94364132d938401bad5db8582a454bb9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "98c12a4fce594872962aa77c9443afee", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "aebf7f0d95b542369358027c7cda360e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5a12ffe130684604a5653831fed3129f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "af2086bb735a4470aa1a07eaf1507821", "region_id": "RegionOne"}], "type": "policy", "id": "a7a90368015242c09efe45ed4b2930e3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "960e3d409fda406abb79e7bbf4904b04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "54393ef1c07e4b1c9ea166ccf79e7eed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4f90a36c45324fa38dad0aaca4a7f937", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "3ff56687776345e7aeec02f511b95e3f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8527bac8391445aba633ed190d83405d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a9f7b8952aaf4dfaadccbce3af6735bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d35ee887885e45f1b5af2650952727c6", "region_id": "RegionOne"}], "type": "sharev2", "id": "2f1c85c70d394031b9b59878ff8c930a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "de6c8861be1345d1836e0df1da820f88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "17e67ea15f004f3c954b7c3ad881ea5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dd4ea5b1cdc84c48b467029689434728", "region_id": "RegionOne"}], "type": "share", "id": "530917f029384daa9400e7201619db3b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fef3d643e817477aa858ede1a31fe5bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d908826075af4196bf3c90d837b752a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "79740d48298947f395a1cbd7bab864da", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "821dea16c4d14f96801c589ac75cb5a2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5467ff4f478c45da9af4318b30629844", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe01a2a5f7024f1da45a74abc8bb75bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "abfa58fa608f43c09d4563f6e5141e9c", "region_id": "RegionOne"}], "type": "orchestration", "id": "513ab0d4f7f84ec19d745a6483542976", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7bfa8c0e9f244f538bd4699529cbdc39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aed746d888514dc5b0d3c9a7e2cb39d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55d3fbeabe4a48b0b1ea429464ce6493", "region_id": "RegionOne"}], "type": "block-storage", "id": "ac97b724792f4e419e1c610a0fc03d18", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f877a46565424cbd8c8ee13a48fb996a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d37dc977f1444f0920b2af3b8a38797", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "399ed73b7f00471daf4dab1f742cfab1", "region_id": "RegionOne"}], "type": "volumev3", "id": "cb8ee283250f4e12b5c9c8904a7179d3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fdf017b3b7ab437fae695d5efa07faca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b06bd1b330d34ddda8c0be4c76537293", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83a153c8db7a4095b176961a64cbf8e0", "region_id": "RegionOne"}], "type": "volumev2", "id": "3deddcb13fa54369b38fc4b7ed4e2361", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35de09f588284df0935e09a711ca4319", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b708559081349a59aad369d87dae5b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4118b2656c942ce9a397f2d51555505", "region_id": "RegionOne"}], "type": "volume", "id": "9a10d0513c304512afe438e9ffacd302", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22278ba9d0a74c6f899aa8ee9409f4a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc6411f18cca4182868f6f25512ceff9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "808bcd70ca96402299bd2bccb7604c08", "region_id": "RegionOne"}], "type": "block-store", "id": "a78e7803f0e14abda64ce18818bc177b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4957350edf8c43d382ede02e4bdcb502", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "520e7c7ce8f54a95a78744fd4a46b626", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6c8896e2779f43e38c2add2adf2abfec", "region_id": "RegionOne"}], "type": "alarm", "id": "613109061a0049238e1f901d4d84de1d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6ef7782d0f4d4b9fad6c8e60e9a0c533", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e6d864e0d94349ac809e7c60e759d4ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "538bfa97f1724acfa87d44d32449a66f", "region_id": "RegionOne"}], "type": "alarming", "id": "cf9460f43acd440895a7e3ec9f6e8dc3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3c60ec5ee9d84e9492650dbc20a59e79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5b98ca62c2404813ba0f6ad6d63cb02b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "16891bfa1cdb46cf981a2d2c4cfb0f30", "region_id": "RegionOne"}], "type": "meter", "id": "1906123cc136407dbc5a236470945dc4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "00e162d17d224333954b3a3b7e14cb77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "86daf37175bc4cdca91b9986fa1443b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e79cba8ba4c44a15b7cd9e7c2533648b", "region_id": "RegionOne"}], "type": "metering", "id": "4cfa8a0b3a314d6aadeea8e7e8536df3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5f9a3c33a92b48fbb406a451d070219c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c2919a1e8c38469580f29e5b76c6e46e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7162bc46132d45aab2f98dd6ecb1fe4c", "region_id": "RegionOne"}], "type": "telemetry", "id": "07fdb9d2f90245b49d95100b8845b3ed", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8d39384d27e64e438e2dc0d00c240b50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7756289e6b284638a60f4c204d69315b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e9fca93e5caa48a8bce7c03b7d38d0f7", "region_id": "RegionOne"}], "type": "event", "id": "3fa33e9f6c5341328e836bcbde87bfb6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "40550c487eca4b689bc83f68acc37253", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fff48c58fde84acabd6fd201322f0179", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ce64e67716184b4f95e425756d1a1287", "region_id": "RegionOne"}], "type": "events", "id": "072bc149632c4fc3b7e116ea5a06b3b3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9267b31f25fb4243ae2e344aead28877", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3c729e593e984deb9fb93322f4685630", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "acbf09ac29c94545a3b2d16cc2878e65", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3ac0977163fe4678b50fd840779fa735", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "22844f8c5bca4fabb2c297306885f124", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8c976d610cdd43e2ade9bd4452b09ad1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6c7b39c0e92a4e5eb7a7fb233c58a136", "region_id": "RegionOne"}], "type": "application_deployment", "id": "cd9533e1a23b4df79daea3e9bc457540", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0d6b8963dad343d59011285fed3221e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c1c7834c63e54bf2a09757784541c34c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "68853a80d9f042b48d30f029b645f5c2", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "982436cf02b445afaea7243045c6fb00", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8781f013ef1c40b49ed905145c775556", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4213a29c1aae4b279b6b1821d34e9e34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "74bed68d0cfe4f04b665b046b0783b7d", "region_id": "RegionOne"}], "type": "tricircle", "id": "700b62b7c40a4ac0ab965b98e758caff", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d3a6ca38dcb34fe8a59e6e15926727cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ebba7ff1568c4125b5fa2dcbe4a9da55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0bbf9462261445848de6b2e423b8a880", "region_id": "RegionOne"}], "type": "database", "id": "ea6e42b288204f8cb13282b5ecd45a55", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "988053b36bcb4c7996d88372dcae3032", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5718c1fb003242b381b82d9d5c42c04d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "557c6ff2005549d1b63c7a4fabe8af1b", "region_id": "RegionOne"}], "type": "application-container", "id": "c042b6b83f6f490498e7638c58224492", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a8c48fafb7534b01beb16eb745e339ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bccb199c18704c7c88f2ab77a2c7eec5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "580e06cc99954e59a1305b690357e4c4", "region_id": "RegionOne"}], "type": "container", "id": "27e1943d857042cfbca7ea2afa6540f0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "32ad6f61e8bf4c90be006857c367f705", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "56ed41a6297142858f849b10050296e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "489e98160a3643beb363a43de244ae5c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "514d9f83d8a34bebbecd01d739199ca3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "984c6118870a44728a049599ad01c495", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f81ce3f62da6449b968eb4496d02fe41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e1c24c600e3740749f594ef107440fcb", "region_id": "RegionOne"}], "type": "rca", "id": "6fdc00605b7546ab9224ada5d785d21e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0ad4783b7af549fda49a49f004e8f0fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bbef429a47b348f49cf0dd4012defd20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b15135c3c84344dd895236fe3576f04c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "95d5e272b27d4713b2ab35102ec99cda", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9dd9599c05bd4d0c94fce71d1cabdce4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "53d92e418ed3420ebff4d46fc97aff60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c0914d56ad954721b33c271d49a6968d", "region_id": "RegionOne"}], "type": "network", "id": "9860e17e8b51489597445bf518c867b2", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "918e5e74fd9544cf8a40df4ab6cf2634", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "078e6d33f2a0414abe114f51a9beafb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d0831e19ed06453c94f618fa5c06408a", "region_id": "RegionOne"}], "type": "backup", "id": "716bdd16438941b899cb2d97aac64d0b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b6caf6bfe7d449478386bd79c46f9d4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "238d6e293b51409084a3c613af88a07e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "344887206cf640cd8b4d527286286a35", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8854d7809b364dbbbfe2237d158f65bf", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ef442596cc674cdaa661ba8014edf9f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1c7c92a9f7fc4dcab1109979274edce0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f405a5f0257f4d47881dda65ba7b8169", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "abb12904610d44fcba4f31ff3af20b74", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1f78238676f841ca84a7eb36eb2e3d3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1b3784c5ca224533875f057f0fc7065b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "944774f7d67c40bfbd1a1afed1f4f864", "region_id": "RegionOne"}], "type": "monitoring", "id": "7fa33056415d436ebe3f70521b93c50e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "15bd73001ff244ba97540a00cbcfd315", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7867a5ed0b2f45a4b057e5feead7cc72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8d33722981ab4ec7a578298611a92c8d", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "0d6fe7d7c2f84213a37943a306c34a06", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "93e0433bf4a7468f8303b9f2931f8543", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "48d494d3675d46d2a0fa661ff5091a9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f91bd7b080894dd1849f338334a3707a", "region_id": "RegionOne"}], "type": "placement", "id": "d91c43d63b8d4915acba2e29825a7348", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c2f24591d3ec4272bb55a53c8a7e1d68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c38fdde2cce844a0a6324ca6fac65750", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0b03bffd61934ccb879dc60f2d320320", "region_id": "RegionOne"}], "type": "instance-ha", "id": "63de2f36baac4bf18be9c9e221bd6d3d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9f269e7a27fd48f9932b2de681ffc498", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "28d0b5d6898048a0a0e811fa9c5ef774", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a0098759a4a649a4a7ffbb4a771db606", "region_id": "RegionOne"}], "type": "ha", "id": "8f7c7ee835134f9ca9a255a95e647424", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b51790281e764b44926ea6e70fdacf89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bd9abb66114f4d7fbdcd390d8d1dd1d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "0b36059243bd4b21b3b6cc3350a9d893", "region_id": "RegionOne"}], "type": "reservation", "id": "3a78560714ec42f8b03a49b30e2eed55", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cebbf88d4f514a648324086084327ebb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b6bee4d39a8e483d990742dbd211948f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "842a33a2218b4f039479a9cc0ac32d14", "region_id": "RegionOne"}], "type": "function-engine", "id": "a8732b0c33894ed5a281b0b1593834e1", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e54d71521209473d83fd21977d97b153", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "efa7bdb5d5134e27bb3458d8cfb4823b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "211db49c5dd14d9a8ff702a3552b23a2", "region_id": "RegionOne"}], "type": "accelerator", "id": "bcc18ea449c64763bcc2436be4632e0b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e1ae54698d3b48cd8313837e905d082c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4a672b894f0241c9accc251964d65d9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "41a8784030334b2c8cd893ae6e6d2238", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7e7911512d2441ed8f84f2aab6e692e1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "884a1234a4ef499fb3558982591b90f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "34eb24f4d6a147e8a1623e4ef9aae2e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "54f45a232fbb444c8c12e1b671dbad1d", "region_id": "RegionOne"}], "type": "registration", "id": "1b27501e65964bc1b6ed5f629ab27502", "name": "adjutant"}], "user": {"domain": {"id": "1f1309f3312e4600827f55a9a8032a29", "name": "1ca78bb2c5d1496ab52e6ddcaffbf2af"}, "id": "e70f8f2e11b24a5ba799098322b0472c", "name": "66eb620c977e406cba856d881fa5b199"}, "audit_ids": ["0eed13787d754ca69f78096aebb7d35c", null], "issued_at": "2019-09-19T09:04:38.074683"}} 2019-09-19 09:06:38,151 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,153 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,154 keystoneauth.session RESP BODY: {"flavors": []} 2019-09-19 09:06:38,163 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,164 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,165 keystoneauth.session RESP BODY: {"flavors": [{"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "bookmark"}], "ram": 200, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "name": "chocolate", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "bookmark"}], "ram": 300, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "name": "strawberry", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} {28} openstack.tests.unit.cloud.test_aggregate.TestAggregate.test_update_aggregate_unset_az [0.140421s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,407 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,411 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,412 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,413 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,419 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.364366+00:00", "project": {"domain": {"id": "33eb62c085ae4b8dbb900e8152cfd131", "name": "08aee96b726f463fa826aa26845b543c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b94d40debbac4c40bc7512f0d0044e01"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4880767e6df94abebb76fe82ec6d2482", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "81eb7d0ae4e84117b848924a4b47fe3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "47856afa6a3f43ab8aa8616a80e24941", "region_id": "RegionOne"}], "type": "identity", "id": "3d43838b0bba4f4fbc844105f9119b99", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "be73b21b52a14fcaae14a510fe47a409", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fd80ef65ad91491cb51c07ebe651455e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "46fba5f747b54cad9078070aa46a6e69", "region_id": "RegionOne"}], "type": "compute", "id": "d6537ffad09a45368976dc523b8cc055", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "899dc602ec15487b8729fd865398dd14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "4165e67845aa4e67b0da98186c0131ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "9ccb3d23328a438f951a8a3479a90ad7", "region_id": "RegionOne"}], "type": "image", "id": "88f6f8e9de94494288e29032d3d50ca6", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1cd275c9791e4edcb70bb0b372f12b85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c5842b87cb9a4299a8276594866971e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "08446ddcea584bc6a616cc72a8394644", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ce3eef099677458fa6e91890efef2faf", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b225213933e64c09bb515f5a5d85e8f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "673c2122aa334acfa5927924fa515300", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc772daa956742178f7fbc5dc3252e13", "region_id": "RegionOne"}], "type": "object-store", "id": "0fd8d795262a4c1db0f8c437ce5569a7", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a53e42aa4a91445c96b04c6c09a7f750", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e67d9ca2070844ae8d84b7e57eb14b2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9374e56cda9e4b45ad532e5ad5cef602", "region_id": "RegionOne"}], "type": "clustering", "id": "3fd4f4ee91bc48bea5fe2506b2ad6466", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "37700c801f024eafb31c034669ff98ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "11cb0357edd94e489aca6dbb4c52ba2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a7d50236c224414daf5c3c6cce620809", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "33d8a30e09f749dda48931c7cf90fde2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c39a11f1edf04a428af20c12ea9679e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fe31e17fb15243b19762a9a83db77e11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b84e98065e464cf59533ff22cd75b004", "region_id": "RegionOne"}], "type": "cluster", "id": "938122d9a2424973968e2d66f16a0fc8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "19341e4a66814900a733c356930a196a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "15516ded21e64a9f84b2c31fd2830091", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c22ee294a82549778c3a1e6df701ce55", "region_id": "RegionOne"}], "type": "data-processing", "id": "7fa40139eaaf4eae891cf1040216ea01", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7137a47042224ca5aba29b12f474093c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0a5f064776df44bca380b952701429c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2190e9a0ef5a4e5ebe25d09af9c3e8a5", "region_id": "RegionOne"}], "type": "baremetal", "id": "a4860fc15e234284a940b953d2d43751", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6221169adcb5466c951d0e38330c4114", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b8ce517733e241b3a35dad21322dd8ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8048af774e2d43a2bf03ed4230395da5", "region_id": "RegionOne"}], "type": "bare-metal", "id": "65683cdab1df4196aa64fade04ffdd9f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "750b26708f8b4b25850278db446fcc2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "651170d1b8d24a1d89adb3565a7c65e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a2cf81a1e1b0456eb8653feb34aba846", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0bc355a6cb9e4c2a843950518cf03382", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "39b18141b4a9463c8838fe04a28de78a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1e9975452a9742deae1a5d440cef77fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1f55c36466ea468a9ab9c646bab4421e", "region_id": "RegionOne"}], "type": "key-manager", "id": "6d065e7fabcd49a1bbfff202146f0c1b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "94648941f5994cc29f71b1fe6cad49f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4510368f8d1d45d0954878d082f76b97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5d97ae3d3c20431488ecdc710274cb68", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "22e56f38184444e58ed6bf9588c4cb36", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8e86bddbf9624acc847c064cda6c6849", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dbcc83a883b04c9cb41cfda589f26e6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ea4654515c34476ca5c8dee1fae78660", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d24382acc99d48bfa787d854b2c08dcf", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7c5c5ef67f9645a6a43e48c27627960c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2704e9004ffb40abb4c9bdcd145b04d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4b7ff39c497441d387b3fda1c0581c4b", "region_id": "RegionOne"}], "type": "message", "id": "bbc3e6e07b1149ab966f8ec4b58184c5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5e4b7db9e69b4033b147d79d630d913a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "44e96b77f0d04abb8ad55acc988bc7d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bb011c3951ef47d7a40ed957517e144a", "region_id": "RegionOne"}], "type": "messaging", "id": "df8f409f0d434aa38a31166838e98229", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "610df47ec674484ca97526a873907178", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "258d3bb31e434ea7a8a06a8741e3b557", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c2f42970397748fead902c1533e0ef15", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ac845877ca3243aaa3f8b94ff5b4e823", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "136299e1094f44d3b1c0ad4c5c996635", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7a0011cf0e8d424db05e5ecee03dc972", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "942a79be87c44f708fdb6bf3a7368a9a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "9221fdf28b8b4d90956e7bb920896681", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "268e73b7283a4bc3abd1a6081417ef8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "24a0d997433844f5b555765e7dba87d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c406558e0cf41e681e4bd2ff3b33fed", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "51f284993623417986a93acb2385afb4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dc50e736d4b446b1b052eedb29a94ec3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ad579e2ea49483592bf69556a1ef7cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a9e8a405b8f44f138722d832b4a16b4b", "region_id": "RegionOne"}], "type": "container-infra", "id": "c3c2afda7d99492e8bdc0fe84a6facb1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "60a1569f1c3c4b60b66d3e07d863d652", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8159d5a06a1144fbbbd63fd6ef10b9ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a731c8f489c549ae8f157f41769a64ee", "region_id": "RegionOne"}], "type": "search", "id": "1339e2a9befc4325be959d947bf0c1dd", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b15efa2c3ba6439f8123df928c20d67b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "694b3947f4c44419994dedd28d4c23b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5428fc120ff447d28ff8a155e9a26612", "region_id": "RegionOne"}], "type": "dns", "id": "2801b02911334af796b62d9d8bb73c21", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "60e8694384124d3e87dcf277408d29fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3970c8a3cbdb47ffbbab5847470e6ec8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e629893c15cd4004b4a68ec284fb80e0", "region_id": "RegionOne"}], "type": "workflow", "id": "0a26ff5ed9384d6a867d3b0889330645", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "136a78fb84be461fb48abbb879a021c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d9d5e52dd61a4504ae262885acaa85a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1a565cfa2f4840f192d4671ea534c053", "region_id": "RegionOne"}], "type": "workflowv2", "id": "50780f9c3201433eaaaea0e23b7fb50f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5306cf46a0a14b9db38929df0432040f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "058cd7b31d004ec7977328117c62076f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4e87f3d8d7554060b3fa0d0474702b48", "region_id": "RegionOne"}], "type": "rating", "id": "3ad600121424485c8c674cff20f10045", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "026230dbad5c4d6cb42fdad906644564", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8caf67795b154935a6503001e261ce3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f0e3f47ef0014dbcaf60fd6b89f382ce", "region_id": "RegionOne"}], "type": "operator-policy", "id": "473693942ae94ac6aebbe3b543fbefc0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "23764d9b5fc343aab2f5395fb070421a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d118fa50d8ba43a0921de8914624fbdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b42db9e986d74da19e06788452e94ae7", "region_id": "RegionOne"}], "type": "policy", "id": "7581678708ed4bcfac468d7ebf1e4807", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "333e8a23f41441a7a228202147551964", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a59a633480374b6e8811444b110f10aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ea82999fdaf44a7b8380aa94f6819cac", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "07d63e028f4c413fa1959c6fac6b6e23", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7824c1b71d2e4b7c826da572c09d86df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d2279876827c4d309f4ddb2dc61a15fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c1d1486b5fdc4eddb702c6bad6d30a5c", "region_id": "RegionOne"}], "type": "sharev2", "id": "38da5df169ac4d58a37b4dbb80cff043", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "60dce4cbdce6414c96f8f06e725be1df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "feae88e39fcf43b9a3ee140ec47c885f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d503f45aa9c54a60acc0425d379e4fae", "region_id": "RegionOne"}], "type": "share", "id": "083a106ca4f0454bbde2249fc53047aa", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "71d7bc92df5940ffae5a9164c886886d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "87c6d503e1d14692afd164a78f625356", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "65c743fabeda4a21983a103d4cc8e164", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6e54580c48324d728cb1a36c93c3d56f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d7081c64264468d8be0400eb12ba562", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b175eab15af549d78386eaa13878a87b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76c6611cc11448a4bd91bbddc6ab1eeb", "region_id": "RegionOne"}], "type": "orchestration", "id": "4722198b27b443aa939a9c87a329e41e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73a338eafa1d4414b7b9f0363ee0f3da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06fccfcf3fc74f25a79e217b277d7f92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6aceb427ce74ab7af5f4014c7b755f3", "region_id": "RegionOne"}], "type": "block-storage", "id": "b6b48c8b1b94490aba8ca70adf72dc2c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d13c01bca19c4d4fbe71239da5a858a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5eb03b1ade94428c9fe0bbbcc2aea053", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f10c08c83a194c48b35989bb5bee7177", "region_id": "RegionOne"}], "type": "volumev3", "id": "f868e9ad67b44259bb544c02a8937c10", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc660da846924d069998dc489224f0d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2d7103bbe3e4525864f8b04081051a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75b4d96e1745450583d52f1017185a02", "region_id": "RegionOne"}], "type": "volumev2", "id": "222b8744a2154bc5ab7cc2a65e46653d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f233ba887f0344c69e2c7aa7c5c63eb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "827da160cd8947ea95961370b9e7f5c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a37a17f73f7142d193d6a91d84a929b0", "region_id": "RegionOne"}], "type": "volume", "id": "ccdce037d25f4c9da1e4e9406a8367bb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66c4f996a3b64c388e85866ebf4dd742", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c27ceb23c75940c68ed1ed52ee67e27f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a6ce09fb4374a838244ae89c7cc51af", "region_id": "RegionOne"}], "type": "block-store", "id": "97f6627a928243bbb9d3e5115c405ce3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5f45bae6476a49bf81d94c93f0a284e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "103cf415a82c4bb0b8c988d6096e1ea9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d8523286b418406eb1b84f01ad4c7dc7", "region_id": "RegionOne"}], "type": "alarm", "id": "d7d489347a244481922274fcf0f1c388", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "89fc5d7f516e4e5d80c3dc572c292461", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d98624bbfaaf4e099b5485062cbd2da3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "44ef26252042401497dd0f90698ec91d", "region_id": "RegionOne"}], "type": "alarming", "id": "3f2976ea42d84ae38264b773287291b8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6d3f3fabb7c34232a29a2c3da4f0964e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e7bb25f0f21541f4ba321bb31ded18ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5327edc4e2fa49a9a785b8c5faa9dd8e", "region_id": "RegionOne"}], "type": "meter", "id": "6bace5a89d1b446a82c49e964767d873", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e3ac98c8a79c49658117663eb8b7b91f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "297acd734cbf4aae872f05b942913690", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f5c0f59412004e8e9b9d621cb134a7ec", "region_id": "RegionOne"}], "type": "metering", "id": "abd12955258c4225bcd927f7457b7e84", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b53d3587eafd4b2fafce69a6a60df474", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f213b87b846c4ea9a02bc077111ae19f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5e459f24b06c49ee937d76948cbefef2", "region_id": "RegionOne"}], "type": "telemetry", "id": "b5001a53e35a4423bf697382b1dc24d4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b450fdc6b52f46e1a2e84e98fb653f9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cc70c0b0e54640418c7b22852bfa3ec7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0df937202988497cb7351a9f9d61e3de", "region_id": "RegionOne"}], "type": "event", "id": "d9b0d51492984e47b1f385989ed4c5b7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1a20854f3d994a7d81ebfd5a62662724", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d996b3541b1f4c3f9cd84a641c01919b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9ec6273428954353b3357aec9535c828", "region_id": "RegionOne"}], "type": "events", "id": "6c263d5783fc4842a721609386fe2835", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cdc9f62bbcee4f97b2542429079eb9cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d0f3d88956234d6c8c66079a080e3357", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7f7bc6093b344bd6940bfe1187616af1", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2fe04cc0b74b4bbcb2a7aa372551bfaf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d0864abfc03f4c5787a602fb8a8a603c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ae27eddf399949ee8dd8944551c8a1df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a9682747b5c3421bae0078b9415f646d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "486563af1e8f4cfba961ac3037f4bc10", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cd1d3e8f8e6e466a97ba006bd28fbd7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ccea803394134249afa96346bf28f04a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "069d6e6e4976486c84f956b1c3d0c32e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "e321d50b59784a7e83bdbe90332050c5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0509f4b1de1740ecbf63d213e0b355c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7cf0565e36de49dea826f4229d173100", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9b9f2db75915475e889e682608d1e753", "region_id": "RegionOne"}], "type": "tricircle", "id": "c40ab527b3804a88a421c3592ef04ff5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0503e7cdf47848358d7f99ba672ee6be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6e569cbc2bb148e4b3438d6c9a7545dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "9c1b448eee4543d78cefe78a14512874", "region_id": "RegionOne"}], "type": "database", "id": "a3e392e933154038986860cb4642bbec", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a9b32694bdc64ebc81e112effa56e35b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7a751ec5cc7c42adaf1964d246baf98b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "83e71857133a45928a7923e39174beeb", "region_id": "RegionOne"}], "type": "application-container", "id": "bf649f8a958c4785864b910e4b96ef6e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "58b121ecb30f4115bf34d4e29877a79c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fee0de1c1785460eae6e849fa0f94c62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8861f10c30db4b648c042dfb47dec803", "region_id": "RegionOne"}], "type": "container", "id": "3620dc622f404082967b2f3f9ea21bd6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1f0b1007338f45d6b0930bab56123820", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9622625c29e24e2590d3345052341e92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "dbb3ded8cae44867b9b9fff31b8fd324", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "811b62d13b2845e49e0e5e0209d973e2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fa79b2fd8b5745578c23616cdcf61413", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5157b24fdfc14c81b69110ba0d316910", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ed2ef6c609474ad49722f4bcec27e5b9", "region_id": "RegionOne"}], "type": "rca", "id": "c8340d226eac4f9c9a50239908ec825c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ededc36d43924685ba3ec3c0a789ae79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "14a782a88bab45cd834ff729e54cc0b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e8ca93d79ac24a65a50f2514417e10a6", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "7ef6fad758e347e0b6c360de03b631ac", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4afd110b7039456b8a52dad565b55456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "295c6f7f593b4d958912c47ab1dd4527", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f6260c6aa2064a2c9be9993570b7e012", "region_id": "RegionOne"}], "type": "network", "id": "88723b7336cd457d8bb4b1c75dc31206", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "00c9875a0ebe484aa5082b7ca27e5ddd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "28d3235e5f1847a59c65660e724ed2ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "26aa9257a75b49debabb21021ce732e7", "region_id": "RegionOne"}], "type": "backup", "id": "b7c7db2935f5431894b9d9172bd47ff1", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f83afa6bad1d49fd85a7447ff43a03d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4e42634659bf4c69af20f1c83757f5ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b3446476cc4c4c7a812e62a730723f9c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "cc34623e46c642e0845c806ba69ca8ae", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bb54511d9b0049c29ac9c7f2e83305ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8b9e14b98528428b960b5a8f1d0e1c6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "27c02c8babc14f519fec047d14d5f344", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f9f447be6ca84e83ab4f960ba7b04824", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9f7778b5bcf642f4a615ad4743d7066b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0b6e30d110fc455992000533c5542077", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "96e4cf207f6c4d46b1bc5eaa692d665a", "region_id": "RegionOne"}], "type": "monitoring", "id": "8ee31fc4a8c944b187d47d4cb6efa60d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6734c7a795cc4fc99fc85dd1c7c6f6c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "811b419b6baf47339701b86c2861d196", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "35471823bdbe4d58bb10b97ddb107909", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b6f8c7633b5c4ac4838100354584c6fe", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "eecce14d9fd74636a4a52987c738cd0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "350c05c367864246ab7ab623448b1247", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0e8fa72a909a48eeac736c8f13719ecc", "region_id": "RegionOne"}], "type": "placement", "id": "4ac7c657504b43d0932f47a614dd9a3e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f9fe8991114b437eb3eaedfac1b60779", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f4bd4601ab564143b8cb77f011ad0bb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ee7b540a915b441a9bd1daa3769c27cd", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2a794e56f9a141778e4fe3a19df70671", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3c78daeb42904fc4a8f66bb7b21d4603", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e03e976d182742cb8b5d90acb65531f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5a489f9f723a48c88382ba199b8705ad", "region_id": "RegionOne"}], "type": "ha", "id": "2e39956fd6aa46fe8c04a65dc0033eff", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "df99399405a74e92a7a70fa08d4effde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a3a6824141774f3d98d22a557f7a27e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f9691607780c4a2281251814c2fbbf33", "region_id": "RegionOne"}], "type": "reservation", "id": "3c1b77a69528411fba1f04bde16c92a2", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2a36ed174d5b4581a5eaa4cc1521017f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "abf2efaab09c43ada22d77b6bc61b272", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b075807cee9f44c0a76ced2f6cd94ef4", "region_id": "RegionOne"}], "type": "function-engine", "id": "909e8d9b26e94220963931704a65f25e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d2630121c3d4438a975a334c4901b7a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1154ecb8862c4bceade51a7c3e4df9df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "65a86d2fec954a30b289c92dceade07b", "region_id": "RegionOne"}], "type": "accelerator", "id": "1cba0f444fcf4cfda4990beae7a879c6", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "73576c095c074608af1f689ae0f1413d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6578ccd3a9c64152b9320f1c1e6ce881", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ce872d76a2bb42c581d01e8130e0eaef", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0f1aa15d89454b83a79a00d5a875d6f4", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b270aa7c9e6f42529aa562ad8ad5ff68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2604fdfc3b564ef1a4ca12d46f1e033a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f8dd4ca78a2a4c649b720b58c96e4267", "region_id": "RegionOne"}], "type": "registration", "id": "0807d9de6d724983ac9b8ec94f5c355c", "name": "adjutant"}], "user": {"domain": {"id": "889ed9333af84e4b8ce2352e7a97b414", "name": "4334654f44df4007ad0b1e43aaa145d7"}, "id": "ad180f797a22427b88b059bc1bf9b523", "name": "3e0181b25c0d41408a84560857e5466b"}, "audit_ids": ["9afd814e055e4bd7a50feeccff8bccfe", null], "issued_at": "2019-09-19T09:04:37.364366"}} 2019-09-19 09:06:37,480 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-aggregates -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:37,482 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,482 keystoneauth.session RESP BODY: {"aggregates": [{"name": "aggregate-2", "availability_zone": "nova", "deleted": false, "created_at": "2019-09-19T09:06:37.404801", "updated_at": null, "hosts": [], "deleted_at": null, "id": 1, "metadata": {"availability_zone": "nova"}}]} 2019-09-19 09:06:37,496 keystoneauth.session REQ: curl -g -i -X PUT https://compute.example.com/v2.1/os-aggregates/1 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"aggregate": {"availability_zone": null}}' 2019-09-19 09:06:37,498 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,499 keystoneauth.session RESP BODY: {"aggregate": {"name": "aggregate-2", "availability_zone": "nova", "deleted": false, "created_at": "2019-09-19T09:06:37.404801", "updated_at": null, "hosts": [], "deleted_at": null, "id": 1, "metadata": {"availability_zone": "nova"}}} {9} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_wait [0.285755s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,526 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,532 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,534 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,536 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,549 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.461507+00:00", "project": {"domain": {"id": "01ff33a426544ebe9cb1f60bfdf7f6bc", "name": "7a55e414b4c4477187ec6ab2b5273c0f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "769431e085e34cb0844c47696d0ef544"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "605c3b583bd4442a839dfba8071b2c7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7e36efeefa3a4f6e9712c6f458d0689d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "dfdf0ce758ec4d51a0db46a2911b6402", "region_id": "RegionOne"}], "type": "identity", "id": "f1d379c589a148cb8c1194fb39ef2dc8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "daafadeae03d450897bdc483d03e638c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6af9d09166114739a6a4d072bed3fc77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "560ecfbd29ac4e249275a781443a34d8", "region_id": "RegionOne"}], "type": "compute", "id": "67003e8fe96b44d9940ace0e5bcc2465", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b3556ca0b5974d5aa5d98323caefa3c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "852a1cb95d8243c7a26a300e06cd44e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "897c2476ce6a42428d3d113a7530e704", "region_id": "RegionOne"}], "type": "image", "id": "dacf25baab81486081641685cc248ece", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "10e48d4a1c1c462ca4ab5b56d5a3cecc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7240a6eb08854dfca3988fa3f83461a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d2e9093a7a534e07a99690342f795ec9", "region_id": "RegionOne"}], "type": "load-balancer", "id": "bc32337195704e00b27a279e4de3f077", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f3719488c234876babee88f7f7f2044", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72823c927bce437ba2b267ed7ee6036d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9738570e1674ede9a129c146b04a263", "region_id": "RegionOne"}], "type": "object-store", "id": "ea0dd3e8a10c4b6290d9d53ddb899b45", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e8c389f841e941c5935f5beb0c544d64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "62eec994b32044d7ad0fe953160ebdd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "639e94d4947e443ead60b0e7f5242e34", "region_id": "RegionOne"}], "type": "clustering", "id": "e206bdcfda8a4fa0b60a0912757561af", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c32e0913cb2c47118fdef4fe6a60c33e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "12a4522da4ad47ab8ed8bbdad07a4d8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "48cd48166b6f460c8f59b92a9ba40528", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "90bfa68503f04a898574f36fd758656a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "662c2e7fc0bf48378bf22bc2a0e07f81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fd838429e1934a92b7017ebae612ce8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bd80ad1f13c343f190f9b55cbddd72c8", "region_id": "RegionOne"}], "type": "cluster", "id": "a910e88a15f84d13865412e8b7321fde", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c691fa711424427bb08421e7c4cae6ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fd1105f7102944fdb4fce4ba47b54dd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1bf2c1ce64eb4df486b9b930b064e0b2", "region_id": "RegionOne"}], "type": "data-processing", "id": "837b73ad2d2847f0a2b7e14a48cd066f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "92526d9eaab24236800bcfacb47b430f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "739004ffda7c48aa9114a760ce8c0456", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ba87a487c9254c42baca5ece70ce4fd1", "region_id": "RegionOne"}], "type": "baremetal", "id": "0defc1ec474a47cbae95beecea75c0d6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "752a8b46567f4babac4c9cd449c76b87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f92423b604da427fa856fab327a40853", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "902f3b6565ee40ecb97929dbf5ee753b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "46cb05732c454bac87af6d0197cc1a71", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b7842290c3ad4dafb5e088bb7a9f8aec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "55950e1489c7447bb4b464b6685ef8f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "dd8e93829e214711a3205f796ea3e64c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f7777915ba624575bbce2658334b53d0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "eaed2293e69a4343ad464a02e319c14d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e6c5cc6ef23c4d7c8ab05ff6f836d8cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "240d0b60939e4cbc897d2f3ab17ee7dc", "region_id": "RegionOne"}], "type": "key-manager", "id": "6449dcf5238a44b0a85c48b19d6e2061", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "981288282c8c4333956a4c311e30e371", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8900800c907746a6ad43add4b388c28e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4aedd139e85c4ae1b9f265a0da2659a8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6f06c87faa7e402aaf6d2b9b5e851a3f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8679be317b614cf5bf570dc3e92b2f58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "872ff2ece04641d4bfd4d852d433ea42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "568824dedb5d4511a0193e1bd2201005", "region_id": "RegionOne"}], "type": "infra-optim", "id": "871eb0d63b1e4908beaf1d740620bb31", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5f79a5e88b0f40c485eaf820429cf855", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "70d698c46bd54645b9684dbdac97dc05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e667e1923f224462b5e4470e8c31c4d2", "region_id": "RegionOne"}], "type": "message", "id": "f0e3c38bcc864b26b4a5cbb0794bb985", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0729049de2fe44aa865e0416caebdbaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a6fe7187e0924a7e8593045fb63083d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8a7b556618d4420e9730d5c9fec83a32", "region_id": "RegionOne"}], "type": "messaging", "id": "9bbadf045530431ab8772558ac4b5bcd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "10a6a44b0bf64f559ccd66a08732f8ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "73a2549bf983418ead488b7b4d1258c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c8085c01951d4a1d82edefcc29feda34", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0105357d6e084f53bde5be03f29186cf", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "240f8a22f19f4dc096ba5c2093ed64cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ee929300bbc245fd81a07e678d98745c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "080abc3975984a52b588cf788761b00f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "87a806693c87433688f3891c922fe41e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "114bac32ad9f43aa8d5e3dee3406a198", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eee8ee7a940346a891ecb69d100dfe4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4249e2752e3e4d7faaa3251a476bb4da", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "14ce74bb7be145589979af4d09ad569e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "677f6099525540a5ad2d0310dc106536", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bd7c4bf31ad74288828a7bd53dcd513d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4875e79a32b6405c95caf15a30f03b02", "region_id": "RegionOne"}], "type": "container-infra", "id": "82d4d0d61a564b71a23769038754783e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b06cd1379cab4b0bb90692158240c282", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "fa62c993d2184b4e8526aad6c0561361", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "11f8e7e2042544f8aaa191201fbe3964", "region_id": "RegionOne"}], "type": "search", "id": "7e65a83a766349e18af93887c7399af3", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d853ba313f574994adc3b87edf910e0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e035652fe8f24fa681333efdac0684bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "94152b75665a4b87a40ccee6aec951ab", "region_id": "RegionOne"}], "type": "dns", "id": "e57192a0629341b893e99eec40d0e83d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1242bdf6a2d744db805893b1e79629c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ee7f9c2693cc4fdc8d64de0efafc0e35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4c38d054bb36472fab48963826bed1fb", "region_id": "RegionOne"}], "type": "workflow", "id": "92fd686f4e01489bbd2c42bcc64d9d71", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a6d2d591ea0649f5aadc2240df0e2da3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e929b08b599a4d5f9fa2050faeaaf8e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e94bca5718724a19b9a575afc4a5e650", "region_id": "RegionOne"}], "type": "workflowv2", "id": "97938ba161c54169819b6dfa202aff27", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b06307a2c25f43bf81ab179aa90f11d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "13356f795ed94d058437de8e45283cd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6859105ce4554734839de05682427e68", "region_id": "RegionOne"}], "type": "rating", "id": "af060374e53d4d9ea2958fb9441fe076", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ce138f8f1b4f42ffb023043e0ec8df30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "eaf3251c52944473b03ecf5f9b9228dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4e90a7198a0c4aed83c7766621e1e047", "region_id": "RegionOne"}], "type": "operator-policy", "id": "3a6cfab61740489cbc79d6c96e6f3dde", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bbe1daeefd10475293981d433d44b807", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2c3786d53798428ea667c969d59f0116", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "42d25b3ca31d406a87637b18f1dd1e30", "region_id": "RegionOne"}], "type": "policy", "id": "ea5e9274116c4f978df4ef5f8e2de486", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c30dd04dcd7a4a4b907f3f93fc1171ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "13d94be9684b4f0c89a3b72a5badbb29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a0545c0fd9404a62acf8e1feb6ebe7f7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "37a4372e3b7a4406ba6961ddc0256d7e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "59d3d0b83bf64a2db3117cacff1e6b91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ef5a79f8a2c14de98310e2bc9c89c909", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cf72a56d36224613a8daec6381be0105", "region_id": "RegionOne"}], "type": "sharev2", "id": "c18ca57fdff343a38378160981ee250a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fb47fb2210a5489d9b809b109b0b2bb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f25ea1bb6d4c4cfa89d465cdd92f76ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "29df0fb099c2426fa0cd4e3e78ad2ae0", "region_id": "RegionOne"}], "type": "share", "id": "e109b8d684114aed86be197314f34bcc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "cb31e82401224dd785c3df2137318d39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c568e18767274fcb8f38196eb81caa92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "fd1979eed59e48dab0e4b4dbb2255ab9", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "abb899fa95be4544806140a011560da6", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de0644bd97b14fac9ca8e303836ede48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d8ab430ef974d998aa2f18bf3b67628", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0f2c143315a40e794fb9ad553ec49da", "region_id": "RegionOne"}], "type": "orchestration", "id": "f9de0b5ee1fb480fbfc2754f5baa6fe9", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a3ab0bcb0a84d0baec33c3fc52b9373", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89163a387a8049fc83a951523ba58855", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16ec66a181954020b0d91bae1e758474", "region_id": "RegionOne"}], "type": "block-storage", "id": "6a07f180b31d468185689c4854a3d980", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "038369e673db42938087fe0fc9f83e73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0c3316b8aac46608d4079ccf87e0d8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8d07ebe41c24da296cb68f6ab7f1544", "region_id": "RegionOne"}], "type": "volumev3", "id": "cccad76663af425da3bf859a1656f675", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50d2459ca00e419cb327b663a3fcbf69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b713366976c42ca943964f8e3661291", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46171b983fa3400eb29aafe2a959d2f7", "region_id": "RegionOne"}], "type": "volumev2", "id": "021287cae8d3445e9aab0ab151dcf9c7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca34dc7c80ee4ee8b616d10d32fceb18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc0272255e554cde9f4f9ac0aed34572", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd9bc4f0e8bc4af291b84a0180085008", "region_id": "RegionOne"}], "type": "volume", "id": "aa681caec46f4221a10f6a3dead3b7dc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "696cb1bd3ad143a99e4d76355edf3904", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc00eb4989094fe5b4f858f54e89852c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "caffdbbce06d4bcf9103c81bf3f40e4d", "region_id": "RegionOne"}], "type": "block-store", "id": "b5dba030426745e8b049aadcfc7a665e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fa7b8cc844904a6f951d9679154ff58c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3274e8904a0549c1b9134fef98c0c867", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "713c208baf04427eb00648e1099de94f", "region_id": "RegionOne"}], "type": "alarm", "id": "25774458b4d04505b321da6e04d7a633", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fb4859109f994a3d8d2017feb03dea94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3902f5a7b5c642fc9edf55316aee2225", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a1f542d1c9734a3ca1f33557154970f9", "region_id": "RegionOne"}], "type": "alarming", "id": "acc9c5e5395e4d59a0edc04381ea0b37", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "818fbc33f475486f93a7f91923d2409c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "486c1355874748a29382914aa0dca16c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7d341e5c33054939ad77b111316fdc85", "region_id": "RegionOne"}], "type": "meter", "id": "25f160d9459e4204afffcd38eb45515b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "920474ed50dc497db216c731ee020d4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d4a7307c253b4f2fbe80112027e621fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e372abafcd2a4db8af7157154f1676a8", "region_id": "RegionOne"}], "type": "metering", "id": "ae88fd71b3f04643be32e7d5ad01a530", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "859a7eed6ecf417184a3b42f4ad78054", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "be6cb3f8859a46bdb40eed30e4376f57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "27e2f6a5cd7648898d6a67c06b35f42b", "region_id": "RegionOne"}], "type": "telemetry", "id": "5b0dea6ca9a443c0baf68a62973f9265", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fa08dc726c9e4670a3b90ec7b84b4f20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4a912787bbc54515b552bf619aa9d2d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1876d88168e840bab062568ecd3d482c", "region_id": "RegionOne"}], "type": "event", "id": "30eb9e7e0c804021821f9b3bdbd4f7bd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2b41da9a5dc44e129658ab0e1abac776", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "38665fb5a70a410f8ddac2ca25d45034", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c1edc748614c4dd087edb2ca15572098", "region_id": "RegionOne"}], "type": "events", "id": "e19739c8e0e749d9a539f087cac2bdc0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1c61f8726f1c4668bfa08defe9376a84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6ecaf470795c47b5ab206788e1f28210", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3bfed28617c246e8af3c24fbfdad007b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "9ec2c39a3e814d33b18dd57831cf853c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3a24708baf2242f0af6f3e404a427eb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a1b26c8fdd4542fa9ca5405657415b44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fc950753dca443c19b499438a6c19ac2", "region_id": "RegionOne"}], "type": "application_deployment", "id": "51b7eb8865664be0926e0bc4e5258c22", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3070a697c2314c37ae46a761e8ba0d46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "88a79ef9fba84168bde60aadc97851ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9c1006b5766e43e291515101b7ab9d60", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "88c0b230eb454ccebd46bd60a5bac2df", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a00c472967f7426f93562fc23d912044", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cc03ea3c011542d19c2b7f6845702bdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "763a36005ac04e0dbd19e91db5b9ee37", "region_id": "RegionOne"}], "type": "tricircle", "id": "59c7c7c0afa54289b49ae97f479d0284", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "152eb4e16e9340d9ae66c003ce401b5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1682ed3bc6fe46a09227a0618245a09f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ecaf692b288b42d4ad92c4184df0bacf", "region_id": "RegionOne"}], "type": "database", "id": "85e298f94076431e9c6a467be52cfe27", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c1e735432b3e4121a22c9940d80f743d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c9910ed20fc74c7cadde4e48eaa1b738", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9159512de4704473b24c540051da2d6c", "region_id": "RegionOne"}], "type": "application-container", "id": "2d17d4b7bf5f463daaa2614e54330989", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4cbdeaa1cd7f4a228d358267059a92ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c0464e58b7d4408a8591722f28f725da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "47381576173b4e92b801ba808afe5bd5", "region_id": "RegionOne"}], "type": "container", "id": "ee0783d39fc04e438d0d72d46f5f80d8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c8093e6610d44fb29cf15fbe5243635d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "483cc921c81344ed92854654a307cac9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6aeee64ce9ac445abc87ece10a0b9c57", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "abe3f78e9e3b4f80b0022b7575ea7796", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ec3aef75c26046cbbeaa253c0da74b0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fb9db5d6e1574d5cbddfc85bbb66e718", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2945fd780b024a3ba5d95f901c13d8fa", "region_id": "RegionOne"}], "type": "rca", "id": "3b453b4206914b199eb4c819e2dc1148", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "863e690be1334e38ab743f14399a5a17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8df4ff7aa2a34b70a12547c674bbd728", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "54dae574dd754ccca2f7add6ebd5439c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "cb013a63102e4db5a053dd1d0266be35", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "59e5fbf01a7b469d8705f7d016a5f72d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c299aced1a8b4f6d8dcaf75e4a44f333", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "045bd24ce16f446796281af616ec89fe", "region_id": "RegionOne"}], "type": "network", "id": "2500587bf908494397c27a3ffc7fb140", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f3d81c0e2e2b4ec2a3f6778a3081cf40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "6a9bc513ee0745b58059a4c778c89c12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6b253e069068423585c395cd538816a5", "region_id": "RegionOne"}], "type": "backup", "id": "39e2d941eae24649a318d8175e6ba88f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a6136f829550416783aaa48c05853337", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f778287e3398445ab70aba1b6817a2ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6456ef6cf8814a6ca3f9648794030436", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "086380f9d86642a2bdd72f4a33a57071", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6bd57892c8084bd7ac58ab46752937e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6dfbb56c95704310bca2028a21ad34f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f354e909085d428d83b9d39064b99363", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d69c10e176ef4deaac0793193c938a90", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0934804c360b45c896a5f7ef716c7295", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1cbff5b16cda48c9bbaf5fd260b4c694", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "384ef71ecbf24feba297705650122b20", "region_id": "RegionOne"}], "type": "monitoring", "id": "de3c7bb7c035422d848c50b4a2a36f8e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "96ef149cac5142b093fdb5e743df2483", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "075a94ae5c414f7885c03ba6302e3a6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d02572f364bb44d986072622808ca3aa", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "db23e03bdb0f434eb63ade5bec08c9d0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f6fd6854c2534a95bd80e47b4322ba7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "688abc9f12454a04bdcaf007540158ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "30ab73539dda4d46b13ba6cd6f53beaf", "region_id": "RegionOne"}], "type": "placement", "id": "abb754d154c1438da39374a5b82e89ee", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6be715c166a34c5697bae6a31cc52e40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f309c14468204b058bbb0184eaba2657", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7c11c4f2976845c089756eb7515700c0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "227384b47752487fb93f068838e1d00a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "37b3281a8e834e64997589abe4ce383d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b1e5c4bf4a8a41d9aa45c2b0304a2004", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c646d17d8db04e58a1ffa3a47aaf627b", "region_id": "RegionOne"}], "type": "ha", "id": "a233b78a753242c489aae941a27830e3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "aa15a00dcf9d4273896e370e1f95208c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4e8297f483bc4ddbb85ce8c5588404e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c079a45accdd42f5a21176f6c4d8cb01", "region_id": "RegionOne"}], "type": "reservation", "id": "8e544b00fd8e4a7a8419c6e49dfa87dd", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9f49423cb1b3486eb49a2be0d99227e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e3bce64cc3a14dd2a8373f7d04d9cfe9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "81545e8d309443cf8dc9eed30054070a", "region_id": "RegionOne"}], "type": "function-engine", "id": "7e2b7022d33347fe8afde91ddfe3fd66", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "130adc7acde34791a3c08ed6ecc54f9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9ad0f53fdb9446bcbcc46824c050d39f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "97e86c36473b49359c09fdea9ceca1db", "region_id": "RegionOne"}], "type": "accelerator", "id": "a251d808f77a432cb6a19d14486522dc", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fe73ec31522e4c8a82111ab236592ffb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3bfdaab621084fd68c11054e1507ed79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "86338b9ba9fa4612adeb3ea52a7e5819", "region_id": "RegionOne"}], "type": "admin-logic", "id": "172fdbe8c80546aea5e80755150f26e3", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b362c3e7356348f287b69e7e8ab11e14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "46c6de1f25f54e5086498595761fbb43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6f3e6621c333444593393e2290247c2b", "region_id": "RegionOne"}], "type": "registration", "id": "b471959b96104c9a9c5fb8ed3070cfaf", "name": "adjutant"}], "user": {"domain": {"id": "82e4245c3f834494b8c2999ce31bac3f", "name": "f899ce1073284f648a7b6034c1d3f9b0"}, "id": "47114e7b7ee44def945b33ebe95ce494", "name": "4f9f10b87c1c45e7bc7cf09da47b63d4"}, "audit_ids": ["8d67601dc70846ad8d95ff8c498e8143", null], "issued_at": "2019-09-19T09:04:37.461507"}} 2019-09-19 09:06:37,695 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:37,699 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,700 keystoneauth.session RESP BODY: {"networks": []} 2019-09-19 09:06:37,739 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"min_count": 1, "flavorRef": "flavor-id", "name": "server-name", "imageRef": "image-id", "max_count": 1}}' 2019-09-19 09:06:37,741 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,742 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} {30} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_type_delete [0.043040s] ... ok {7} openstack.tests.unit.cloud.test__utils.TestUtils.test__filter_list_name_or_id_partial_glob [0.063801s] ... ok {10} openstack.tests.unit.cloud.test_aggregate.TestAggregate.test_create_aggregate_with_az [0.190055s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,110 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,116 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,117 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,118 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,129 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.045465+00:00", "project": {"domain": {"id": "265a03066db04b5db8e68e67c00288ce", "name": "4c4686b709594212b6d65140b7c7df0b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "57698b9c1a834c65829a2eadd4eabe76"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "959647e50d2743baab25d43ed359c305", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ad531c35d96a49e19265f29d99c09821", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ca575db846a24ffa996d054bd8829ffd", "region_id": "RegionOne"}], "type": "identity", "id": "000fb23dd5c24f2da5361958331ec7f2", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4aa5b12a9cde48aa986545b816bfef63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "175338dbf9da4b01a35eff4a218830d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "2aa92abd32c4486d92885cb75152499f", "region_id": "RegionOne"}], "type": "compute", "id": "81e4b72a79704e739f7727a9f23fc55e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "efc9862e34e749cb9c101407fdb5c901", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "082c4fcb620642e8b7a3142524505551", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3f5f84cd4e7741d2aba3299f8899680e", "region_id": "RegionOne"}], "type": "image", "id": "4a8faf4f0dbb42bdaeaee27fea4ad88e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ca8351cf2e304a6784c079312d0766f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8ddfba2a482e4f04802490f5b1e15d9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1d10f81bb70b425a94ec2f2035ba21da", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d28cc2b636854a9e9569898e9b292ba5", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f0985632926482293bac2f78ce1e528", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13e485c2a19941f9963d985568ed7ee5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b8f57d95a4e4734a67381f266130fd9", "region_id": "RegionOne"}], "type": "object-store", "id": "fdc05238e4d24cc0b82668e81506fc06", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8c643ffa7e8446c880cfe6c8a2c9e240", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "04107ee74e0645e5bdf5f9768b07a3a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6d51b50f196245f4a7988b6969807b75", "region_id": "RegionOne"}], "type": "clustering", "id": "1426611481d54565bf1946600f21f4d7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e029f2a665bf49bc9a44aae867a3c26f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "12328d1a93794a4c8aaf2c965b018f3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "631824c271c1487e8cb6a4ab089e24f5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a888ff81bf134d5082e2b384241699fb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b0de04b3074841a088093d6fbea05495", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9ddb598e77e04ab3900c2865b96ffb5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fc59cf1029a74c868ab109f0726be94d", "region_id": "RegionOne"}], "type": "cluster", "id": "53dcbaa2b7ba48119dd7db6f6cfa05d7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f2e75d38f49d40818e4400187d20b916", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "542bccaa44d14fb382d492423d4e9546", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c6693e80fcd54aa9bfb48645a691df37", "region_id": "RegionOne"}], "type": "data-processing", "id": "b2ecbce912374dfba293b94b8c39b9c0", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "18ec3c00b93b44a383eeaa08093956cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dfd45226a0e240b2972d5d755dbe8767", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5c53042f54c94145882d102187a32c7e", "region_id": "RegionOne"}], "type": "baremetal", "id": "26af37dbab5147c7b6c34e4b4131a262", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3f48a1c24745472b997dcfa7d07f87e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "91cf9335acac4f738ef85cd5e6aaf86f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "234f0f5d4e154805b174a101b64b319d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "287355d2d3c3420e9aff279817a051be", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5be7f66dc4444d858ed88b518a79b926", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3ac5a50b319145c998bbfd0c5f7d393d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "6bd5562a82bf40618a3fb7eec59f9ae7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a1395487de344d1a9a38acc4ac64f208", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ed348b5d3ed74b73b514ed8c2adc3e22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8d19d2f4944a47489a4cea5e0bc6157c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "646b8079ae1a49ec83e9bdd1db0cc884", "region_id": "RegionOne"}], "type": "key-manager", "id": "2eedb071461b4cba99c132961c054be2", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fa50b9b8fbe64254850b669a869b3e83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f11c9241d6c846afb8ea60329a75c805", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f26d31434d9c4d5ea06f6cdc2562fb81", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e88fdd8739c64fcd80c04a9218971949", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "325c5c70ef63476680bd080884789533", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3cc777fbd24e415d89b9be00b42da931", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1140e71203684868b619fba0fb910e32", "region_id": "RegionOne"}], "type": "infra-optim", "id": "3d1feb30947a46188e461fc617e37977", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d1254b4f47804ecd82db7058f275b20e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f9007ae05a794c31bbeaea3adb943377", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "220055ec48ef4f758e85516110881c20", "region_id": "RegionOne"}], "type": "message", "id": "fc37af0d2c514ae992906dd52d573d93", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "76fb11fa96974b77b5f8fc8a235bebe7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bfa103d2fcc541f2ac4673d6a757d50e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2cfc960b6ae84eb9ad6a7c92ab63fc68", "region_id": "RegionOne"}], "type": "messaging", "id": "49a99ec455ca415eb5760b0648ec791c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "67890b06fb4140e4bb9f0a58abba05e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "88d246ee3c05414a8d5ef7daa5f91a0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e3d62847cc594cdbb41ab2f21ad323b5", "region_id": "RegionOne"}], "type": "application-catalog", "id": "57b83b9c1c8f4a43bf0d20a79ead035d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "19da3e62573e49588d5e6286bfe11083", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4284d7dc30534b9ba2fbbb4209321537", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "813ee92137a74625b52a8f98065430ad", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0baf71335f624ae1bab6bf49376fab4e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a36a889ee56c48f08fa9946cbd64821c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ad59e29a55b345a5ae6a69ef50eb18fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1402f2777c04433f9c82b9740fb3f400", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "fd13d703a78c489789837b76b4c498e0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c8a9a5faabbe4250a92ad4f98526c12a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1a4df7a3f57e47ac985eec551456cd6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73b78a06dc7b4868ba6b0865d4e4d366", "region_id": "RegionOne"}], "type": "container-infra", "id": "ff581572d61f41caa7a924909eced417", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0922c620a174458099f48a144061a187", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9952837cdeb2403aa3349ed5d6de9053", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e75be3fb0a754f1e851be688c88eeef2", "region_id": "RegionOne"}], "type": "search", "id": "7cb58a154d1546e896ee85758227eb92", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "91983f26dc19435aa03c7d2125153c27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "90bedb7ae8f14827bc93723e39482891", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "84d7c41fc3a842ec9c5c6b1015131c3d", "region_id": "RegionOne"}], "type": "dns", "id": "9e38b871542b44dcb27b3b370e172612", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8dbe8bc1436d4259b326cf2bda12f110", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "10a5bcce8a7346c38e5c73edcd167818", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e663af71cc8846ad814ede7ba4e8cdad", "region_id": "RegionOne"}], "type": "workflow", "id": "3da1c2be01a44644aba74967ce5816ca", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4afa03b5dc114d389e81689742bb574c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4ddffcc75aca4e52960c83481dcb677f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2d8167439ecd4e41b9a1a7e2fc241eb1", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5a11c92cc30a4ac6bc89f98cf92684c5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7e36538b772443e39940ca1781a5875f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "240783c7178545febc24488d17842170", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d4a74819d95e4397804022b26c97f7b2", "region_id": "RegionOne"}], "type": "rating", "id": "777e43149fd64b24bb13cc1117a3d4f2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a6a91d30cc904b7589e1a5221a54df44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dcb4fa4ff37f4ea7a43c45d46815db1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9ba3f11878cb46c1b07f0d028ed6c9e0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d673e718e74a4fb59b166ffa993fedc7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "36980ade70ff4c71b155d2cf42dde611", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "18811d843a7247ec8d333fedc2aeaa42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7534bb48e9d14b678bd2a42b0f7b2d7b", "region_id": "RegionOne"}], "type": "policy", "id": "208e8a3dc2874a13b8d12a2a2ddff4de", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e49105296e424597b6cc0ba6aa86eead", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e804fc86859e430b83f36447f44dc591", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ef6cbd5d97f646778e2ba1ab93888627", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5439337d2b334b7f84b55448c075d634", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4756388557d34c59bbef3b76aec87683", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d53a3a2fc0664ea9b0f1fe0492eb4206", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bb90da7bb8234cc58a610c3e2099ca9c", "region_id": "RegionOne"}], "type": "sharev2", "id": "76042bc5025d4e8c87fdcfbd74ddb6fa", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "285d20204aae40998db3dbd5fada65a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8f9f73a9521640d999a0166c2fd52d72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ad3b18ad102e479cafd622d55360255f", "region_id": "RegionOne"}], "type": "share", "id": "ad8550f4594c4f5cac9ade6ef2222f9b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f6fb856dfc92477ba9068aa296e73aab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "379d5cf6cda3458980106fe277bbeebb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "15dba9b568194ed781710394f5252426", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "eb919f97923347c6beae2926d7b74a13", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "502633612d284dc583247f67150a27c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f0af40256ed40f8b0dd1e798201f9ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff8de4460f264a12ae7b43f37d1b0244", "region_id": "RegionOne"}], "type": "orchestration", "id": "981b7943f74242d8af0c2c85e8fc9374", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8955f048fab34783b5839bc06d5bad35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6deeb8aa85c74fd1b8048f12e0c6525a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fce38ba27684deaad810930bc8d2f33", "region_id": "RegionOne"}], "type": "block-storage", "id": "d8ca0d86252d4ad19d99aadf1ab71a7e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98b749ffb0544c61a9ebc98800d25c76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c51415342814dc38c9eba9c31350256", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb51f1e920994066bc5ed3f74a935a0a", "region_id": "RegionOne"}], "type": "volumev3", "id": "2a15853bdb0947ae990777c82785f9ae", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e78526bca9e47febbfb2043793f14c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea5211699f624cd394dea189f628abd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e048201bc2f346cf846964bd8cbe6270", "region_id": "RegionOne"}], "type": "volumev2", "id": "3867b3a7e55a45de8258aceb223c1bed", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23df3cfc4cd94ce18eb452fae1555083", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1dd62f2f8a454148b5b9a6dfdefc9e27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6560a54843e14e18968d8328a2d86061", "region_id": "RegionOne"}], "type": "volume", "id": "171e5ff8a2804612a69158485d7dae32", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3320fa0fb17b4b12b450c5bdb168fdda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0cd471cf1614323bb3be7f5ed820326", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1753d740cdd5454eaedf9fab058f4f75", "region_id": "RegionOne"}], "type": "block-store", "id": "57d0fb5e96c14473afd3ebb72922fa24", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6666bff640ad4441a94ca0c5646dbe51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5a6477fb57c04208b765a198e1ab1d28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "838f06450a8446cbb455827a11e469ee", "region_id": "RegionOne"}], "type": "alarm", "id": "df30f6725c3b4a8b9a3fafb71e841014", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4b9ba7415fa34d57a47a3f4046b33e52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "40be96bb98ae4cecbc1c9902a132de5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a426cba4367947379dee47392c5eafe9", "region_id": "RegionOne"}], "type": "alarming", "id": "c97e95f8f4554a5fbfaf3f9392218516", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c7b98bf8575642688c29d0287baf283b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bffdfb6a7c9148c2a403826ac30f2fd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "570ce69504c94874abcfaf1a53ea45ba", "region_id": "RegionOne"}], "type": "meter", "id": "901bd5ed238a4650a8bc490198e2aa61", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d2b8c30d1fe74bf9a22014a6f8b29af5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2121058a9e5a461c97890d44a19154ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8fd2a88f58c544019778acd450f6e3af", "region_id": "RegionOne"}], "type": "metering", "id": "c53ae16d941a4097b81c2aeaba8d7b91", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dd2e179cc76b40fd8b502173f836b706", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c1193a3401bd46efba7e5a3f49f62c9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "45d1dad5b8804cc3829d606ac6cf8ecd", "region_id": "RegionOne"}], "type": "telemetry", "id": "f20054e18c0f44daacef8a2864311152", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0ec96e0f94d24309929c135598d087d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "23022ba42325483b9a9ac5253f5fe18e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4410a20da4604e428f97dee9be61464e", "region_id": "RegionOne"}], "type": "event", "id": "fa4d5adb299340ea86c85e23a959eb39", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6172176a862c478dbbbcd36ee264faed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b7cd92a88cf0455cbb210aed41dc7e00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "11e21cee9a7e47688379e61b1a63cdfd", "region_id": "RegionOne"}], "type": "events", "id": "0a685aa6cc9c40bd8b6860827ea82dd0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1621fcc706554853a17bd897c9d2891e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a6b10eebfb6d432aabedad62e69cb2eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ddca517b42804d45aeea78f1e35f5e2d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "25b698d7ed264d2d9444bd2d1712bfde", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9ba072c093cf4296b13d10e455bef016", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "461da661db084f4b9a33614f47899d69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "26f8f9c2f56b462282556458ba0ab676", "region_id": "RegionOne"}], "type": "application_deployment", "id": "038b8ab8836d4a4396105fd656fac443", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9f8f3259ede04d1f9b5a3c51b51264f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0c384adf42b344f9a5fa2deef5478000", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "874b32574dcd4d9b9b0d516f185a4eb6", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "541e0938ce8e4d879a86d4115f23f72d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1d22be5bebb14bc5a93c36f5de2ec19a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0dc8fe894000410eb07b4bff7197b00f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2747b92146be42cfaec8480af4f0bd59", "region_id": "RegionOne"}], "type": "tricircle", "id": "2b0cba0a25c14fe6a888f58a5b64e3c4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1c6806f5ad5e44c9957fc66a51c17f2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "960a4a6bafb747e99c54c23fc57b8c80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c7ed6a49364c4431bc3a1631c9086741", "region_id": "RegionOne"}], "type": "database", "id": "1ce144081eb34b4b83939729ebd9f6be", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f5b1a247996948edbed7550c161b77e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0214658ab13245b0857ce58fbcb39a46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "51feb94d711446ffb3b22b546b7f0868", "region_id": "RegionOne"}], "type": "application-container", "id": "d92b4e79a1c54294bc7a8d4fe94bd936", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "47eb5bec3a224d42b5a9b53541a7b35d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "21232e15d937455ab16ae53909db733d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f2a7a42657c04eb2ad0f3703b58a6d14", "region_id": "RegionOne"}], "type": "container", "id": "30e4c40889d647b996802c597b558d62", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "47fbe9f972e948cba44aac9d29b2c0fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "76223013bbbf446d9c222dc2ae33cb46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6091ef3716ca4bcf89a8ddfb49875a56", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ac6f43a0592e445cbcbabc663e8ed3e3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d6447494affe433593384925262a40bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6d35993837cc40d3b7bef333aae31dee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "83ab52f6d3ad400e800519f48dea5492", "region_id": "RegionOne"}], "type": "rca", "id": "710179b599bb4ada9ce91fd87ddabc51", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f19bc84ce8a94f0f9d03b0e5c2000637", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fc5c47dd950c4555b1e8e142c1ed7db8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c4ad7dab201f4f619f3d4fc9f0ff9790", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4b8cf4ca830241f68d521655185d0613", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "fbe20db091744239bae587530f6461df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "86307869b10e4152a298c20f35fff063", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f473609fa8174492b0fd4d0715d5a877", "region_id": "RegionOne"}], "type": "network", "id": "8647946fb9b44493bb773c7fc3364cfc", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "84336ecb8597400c9c47a3a209c4911b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "76210da70f334e71b040e1b8f8e2979a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "5db91c88dadc49b8a312e062cc6de5d2", "region_id": "RegionOne"}], "type": "backup", "id": "abc369fd98e3472fb95adb772f7f8cfe", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4f83a75916f441438fa5fb3d27ddbb05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "979eca217b8e4ea39cf58c24bf2316e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e7207bf98f084b2398543f9322c0ed8c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "94c3216d6932496aa0f6eb612f05e415", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f4257a1a59004604b6c2ee80f564ebfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4ac89a5fdfd24d60a90b75637e700503", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "cd126485e3af4c2aaec995323ac3d429", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "43608a5ba7df4f37808bf08c38acc2df", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "375d343fdca94a1cacab406e7a73697a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f5c66df7a9a64fd8a331c05e00f23be8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "4194d0b08f8b4f4bba0e8f65d6476e99", "region_id": "RegionOne"}], "type": "monitoring", "id": "0a060bdfa2e0429b89e1848c561b1704", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f0eac5303a5040eab28c2a11d3b83034", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c98a0e4b1d6d4730b54ad22d6c58c339", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8af8480be9224e719b528393c511461e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "88b965fc224a4bc092034866e75b0ded", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "270df581a1834720815ac921dd1ffc22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "fdfdbb22a6ee4d8e854838e4708de92a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "549064ca7ae14e24a8485733ae3777e5", "region_id": "RegionOne"}], "type": "placement", "id": "ec02d0c1cfe647918ec83b68b05c302c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9a5e2db0d204402bb3d3470e92f48d4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2ad9852596ce4512a6be3c62f41cb4ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2a369ca2c15e4376b164befaabdaf884", "region_id": "RegionOne"}], "type": "instance-ha", "id": "aadc8e79190a46fc8eaaf2e300380d85", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b315831d203c4c928f69360a9716996e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4ea82819289a4e208560f8676714ffab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b74ffc9cda9e414ca0c39d8bbe598257", "region_id": "RegionOne"}], "type": "ha", "id": "80e7f19b91f6479892c2f338c71aef77", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c9cd7df27a47451d97e009f7facb5677", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2f33f680ace242698182a1858d000f52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4275d395c72b4223afd97ecf3fd1fb98", "region_id": "RegionOne"}], "type": "reservation", "id": "ea581ea1c9604741ae5de4205e6503d8", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fa50f0a846894b488753eb29c36a7ff6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4e6d596b086d4e31b6765f0a433b8ed9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "736624ae0ad6411ca250058c1154b57c", "region_id": "RegionOne"}], "type": "function-engine", "id": "346c04d466104c79b40c4faff09c2f87", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e9d6e90aff224086b2cf6cf7eaa7cdb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f4bfc28b479b45079370e6cf72fe9ac4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "92c5dad331704a72a1596c80f8e336bf", "region_id": "RegionOne"}], "type": "accelerator", "id": "b66574df2d19447d9c68ab6703d4ae02", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "107065b80b714a1d88b670eb05e5a8eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "22020b9e5cf64b02826b9654e916ed85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9d0e82ff6f0a417db17a43110912dc30", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c65a5a109e6a478587f9208f289672d6", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4aee0392c9a947d985a3fdb230f5f49f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d0f89ec8672b4b2d86852e8517f7747a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2c42d8cdb3ed4f599c1cf8f8a6aebb89", "region_id": "RegionOne"}], "type": "registration", "id": "7ee6f9a70d404dbfb49e7cca3ee065ca", "name": "adjutant"}], "user": {"domain": {"id": "803174b0d4e54ec6bc430c570a6b577b", "name": "df5c6af9adcf4e8094ee7e5645bdc3f3"}, "id": "8e5330ca25cc4828a0eee5a9e5ad052e", "name": "6fbfcc944c0d4421981b90866bef2a84"}, "audit_ids": ["b4b62594b05b4b47a1176d6577361485", null], "issued_at": "2019-09-19T09:04:37.045465"}} 2019-09-19 09:06:37,225 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-aggregates -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"aggregate": {"name": "aggregate-2", "availability_zone": "az1"}}' 2019-09-19 09:06:37,229 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,229 keystoneauth.session RESP BODY: {"aggregate": {"name": "aggregate-2", "availability_zone": "az1", "deleted": false, "created_at": "2019-09-19T09:06:37.106160", "updated_at": null, "deleted_at": null, "id": 1}} {27} openstack.tests.unit.cloud.test__utils.TestUtils.test_parse_range_invalid [0.040780s] ... ok {16} openstack.tests.unit.cloud.test__utils.TestUtils.test_safe_dict_max_strs [0.036496s] ... ok {1} openstack.tests.unit.cloud.test_caching.TestCacheSteadyStatus.test_list_images_caches_steady_status(killed) [0.132637s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,297 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,301 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,302 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,303 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,309 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.257518+00:00", "project": {"domain": {"id": "900b50802c7b48b2b769a4f898408311", "name": "1249d29c4f244a7e94993dc0228d9f75"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "77ff8d1c4f1b45e58daaae30adfc34fe"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "503a56eae489482ebe8b44ec0f00092a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ab528933357c408393e127df201636bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ecb97961a6b644448581407b895f7ae2", "region_id": "RegionOne"}], "type": "identity", "id": "65050fbdf7b742ce8064b56c02434cc7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d8dbd344e326415a99ef85b0675b8dbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cbb8f41f44e04a2e8e9e9140bbcd8e48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "644f46c3ee9b4b418b116e0256a7fd15", "region_id": "RegionOne"}], "type": "compute", "id": "01aa599d1f87448da3a405dc6f1023a0", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "dea1ef6ac5af45e8a2ca30c79670c82f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5b9eec98bced4c50b0876a15316dff4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "9aa95b06ff7943d29346786eedc08366", "region_id": "RegionOne"}], "type": "image", "id": "9c2bcf04325d4b99b422fa29793380f4", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f974c018e2b044e48afb490f8d7bce29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "aea31a8f499b4b4487c631672cb14fe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "408a781e62dd4704977b9e7bb16340c9", "region_id": "RegionOne"}], "type": "load-balancer", "id": "35102a9302ff49ae871146e051d13c63", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a4dbc1c51eb45ccacbb9e49dce7af3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "989794b2e7014a0dbc65b17758da2da9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13d32c049aac401d82199845b4390b8b", "region_id": "RegionOne"}], "type": "object-store", "id": "07d3dc7f3de84252b7f3ed4a597bea6a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "41575051c1a346d3be74c9bca895d417", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9e943ab82fa948e7b01d75aa31c932fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6eaa29b1237e4c55a1bdae84594e8a70", "region_id": "RegionOne"}], "type": "clustering", "id": "1e94fbe5b8c2412593af5822fa878fa7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0cfd5900551e41de9b10895d8ca5fb0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "94300268aa284e4a89513c7e5eefd8fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "57acb5d999f2499a98f14ec88caf1c36", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d5ae2004981349899b65f53e8203c85d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bb51389f1e45488a8817991b9e2ec2fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "472ecb4b1b884247a67467dee1cd498a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "37abfc2150424205b8669bca5456442b", "region_id": "RegionOne"}], "type": "cluster", "id": "d28fa3daff484b8ba0c5ddf94bb0e525", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0d56266dcedf4236bf5373a0242b37d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d78042e1f2db4d3eb4a28f8948626e84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6cb5b3c631d047cd919b6fd88a625d69", "region_id": "RegionOne"}], "type": "data-processing", "id": "520b7557b20f452b9fec321c6f1249c9", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a1a1cb8ea5304c2787d5f1e9e351207e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6700d56700be49d28d6aa9b7a9075e59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6447dc1f92c24cdab4891bdde58dc3d6", "region_id": "RegionOne"}], "type": "baremetal", "id": "71199749b080437da716e5ed31f4dbe3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d8c7548d8e4246eea46d0c148c92c51d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "df67052d544d477db8cb221d5494bd6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1f5513e5073d4f788964d48b187a992b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8c880f67a2ed4be9a48ab6505fa1b2a1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "756284a0a69744c4835d10661c436cfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dd4f537ae24f4122822786f9f2f01909", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ad2f368870e64c19bd270e7cf0f17995", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "cf50720f0fd143cb8fa76d8d9a3ee5cf", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "77c30ba1b125490dbe700c8f18e06482", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2840d91061fa47d8991c28d2fecf487f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1b4f82831d60494e8ff9c368a4132940", "region_id": "RegionOne"}], "type": "key-manager", "id": "e9c4d821e1474652bd1df003a9a66113", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8d0c80b962414a38bad3c2b73983b89b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "205f1f5edc624340a5dbf43efd371227", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "43d73a06cbd248c6893d990cb4734d28", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "58e0e93861bf43f48394dd622130e13c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "47a29134ce7043dea9168bf319c38a2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3630503bbe834275b63736d58a3c6758", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4bf929de4bb244509fdaec38bd36ec3d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8b3086e52ad44b9f938152ba114c8186", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9db1880854094d7895172e359ef260bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7fba8ebc25a34cc69577b6610ae670b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "439164990b2c4b5193cf08aa7616b7a5", "region_id": "RegionOne"}], "type": "message", "id": "f4b8f1cc888b4c1097a5bd2429536124", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "238461eea70b45a4ac92270dcb0e8161", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d36ca698a6f64a0a906539007a0dd8a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b6f24f32d9d84011bfadb9172150735d", "region_id": "RegionOne"}], "type": "messaging", "id": "5a983d42d3214566833730cf4635b769", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d733375aef5c403cb228a3f1173eff84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "65a88e757859450c99f4ccf74a63d9f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "63ed826691d44d84a29b953cef6d0983", "region_id": "RegionOne"}], "type": "application-catalog", "id": "772f7faf2b864730a40d950a7591b7a5", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c0fe83b629fa4093b1c5ef86376c6403", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "95e00dfda25444c2852fe22170d6601f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "855cf94f408f4e1f8be1843148e4c528", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "33a5e81fbfc348e7a40cd081f7d59615", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c59bdb362a074bc0b8523c9201d82431", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "95d96d15ee8e4e07a8acb02bc26a0716", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4063bce2f3a844e1a325fe363379b19a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "df7e100363e3495e929eda7a0b27e90b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cbaafc1cd5a04ed0a9023075401cd422", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4a391d859a494a0894d5a75e694f7106", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8218aff19ff04ad1830246f450a253d1", "region_id": "RegionOne"}], "type": "container-infra", "id": "ec2e37f3ee0648f6b6f2d3b152d5ac79", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4627d9885cd94150b32f0902d09ef8a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "73d63f08ef15473d9c0634b99d60eca1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c72e37b1c26a4ad8aff693141c8348ad", "region_id": "RegionOne"}], "type": "search", "id": "7edc44ebf8414c5a8722e06e5dc7676a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "091b8ad049304e099d4a65c49ee436e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8290c378fda5482aaba71beb93ba02d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b9b07979677b44b1a0c935b1f7ca4db5", "region_id": "RegionOne"}], "type": "dns", "id": "e0eaf8e4f5db47cf9874a14e539f66ed", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4b4e38f58ffe4bb3b72583ac4d74d856", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5ef21aa4c78645e3a452767fbf782fe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0ebad6663cd44a5088357945ff219d3f", "region_id": "RegionOne"}], "type": "workflow", "id": "246db24e9a7d4d4495aea2e205e88bbe", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dd658f93d08547e6b6fc813e318da40d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "79fce1b2a47e4ded8e4481b9585f86ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "41e96cbd2e33412d836b97aad3b899fa", "region_id": "RegionOne"}], "type": "workflowv2", "id": "20ff4d9485dc4869abdb3165601aefd5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "406061cfed6c49cba6903ecc87c72640", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "1b88d223927d4625a186e7a7f618ddf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b12ede983f134f4793ff2fc2cf484edd", "region_id": "RegionOne"}], "type": "rating", "id": "a058e995228e4dc4bf99a55e97917de5", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "91262e8a3e814b6d909b865ddafe734b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9c192807bdc64d5694ea4ea7da310035", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b2c715495c89457cb5b8c89ba315787a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "87a84747282d4632b2c30069d2a4eb03", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bec60dffc1f84b1194f384359cab13e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cf4a550558154588bcbdb4b60451ccd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "96e4b1561e7c443e99c9a810acb12945", "region_id": "RegionOne"}], "type": "policy", "id": "37c2dc55b4b14ce7b003ae48ac63161a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7118bf53596641408e8638072bfdd79d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1e4489aacdb942f098ff02e271c9f929", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "90dc6f2df9c7451f8c024a4b15a989ac", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0fe6209b0f3b460796e9e51e726892cc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2f504c19881f411fb88cdf18394540ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e72f66e05c5f4f4291843b1a1153e832", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "328d450f63984b75a9a063b29011bdac", "region_id": "RegionOne"}], "type": "sharev2", "id": "7026cb63531d47d988058a6acce9aa7b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "072bddce339840cd8bcb0d449a5dc668", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4b3b765d91494666bf766fd7eefd978e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5b9e9d3c2f704070a5693a89200521c3", "region_id": "RegionOne"}], "type": "share", "id": "72730844116245348c7f2c1313e72fbf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0a8fef3a2665488392732af166321bef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7776f5ebb63a4c3eb300276ffca7ecb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "09e41dff3f074882a1ca22bae98aea2e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "073acd52f6c34d50a66227ce71d12b7e", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fdd50e37327c49f8ba6de9ad696601af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8f6190ed324403b8ce063d089646738", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67d56d1c71b24f73ba252732eecafdbf", "region_id": "RegionOne"}], "type": "orchestration", "id": "802b2267e29b4a608fbf0161033b0942", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d71cf253e16480891a8d89af0019c1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "57dce8c272354c67ba04a1fac669f5e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3bdcf0c561b48c685a62cfd48c7d221", "region_id": "RegionOne"}], "type": "block-storage", "id": "e95124b347bb41ee822de20a2461d724", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7cd8ac21e4534982a93a8bbf1f36ae51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e509a0a78e904a25ba03e3077474930b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f80953713674264bd208530eb0e3f29", "region_id": "RegionOne"}], "type": "volumev3", "id": "00744a1d031d4de49a3c7f28fdcaaba4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "add4bc2f629a4de38ea2dc8299e6dbd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3bdd8571773441e88578a3f5af81c31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0d565a8cf2140bd8e5eeb0689ae2175", "region_id": "RegionOne"}], "type": "volumev2", "id": "9f25d7348eba451e8c7f4d92738806f4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "777a2af7bff94a27aa32e24d1a66872c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f2f51353b9f4c4c81cc7aa315485f5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d042671cbf724287bb370c3227cb3f68", "region_id": "RegionOne"}], "type": "volume", "id": "40453b84576d43f684ea307be4027047", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b98566584bc4a97b82171e7b99e6095", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0240fd4f5c3e48cd9a8726f93ad07687", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d91eb61c11e5472eadf87191217a72ac", "region_id": "RegionOne"}], "type": "block-store", "id": "b109f710a3024f7d9f077243ddc985ba", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b5f930d95609494688bfa621c9321cf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "60aa3102681b4961908ae486d2a99d7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "eef13efea42247079393b00099d2121b", "region_id": "RegionOne"}], "type": "alarm", "id": "b3f499bfb3b84353972146d13cfcfe13", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f98648c906b843a89e3edf2fc36343c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3179d62375504b3089f48e570588a2c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "29cea35417fa4d23aaf887f34ae53b74", "region_id": "RegionOne"}], "type": "alarming", "id": "b165088489f14b13bda6ca8d03763c93", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "851b879d192f43c38959540a83914135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0ee09eafaa7c449b80df1c62b8f92238", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "65e8af34135b4f22b2a7ffece429ee4f", "region_id": "RegionOne"}], "type": "meter", "id": "d7c46c182c2540489464f5ace399564f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0ec94ea65bd84de5a06ba88888867ee8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ccff29e6e16a44bf96c78bad2ee168b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f0b4102dfef1431a9c1305bfff88110a", "region_id": "RegionOne"}], "type": "metering", "id": "4039fb7aa33348108cac8513d1817a57", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6076eeb6f8b4470eadad37b424365999", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7d149a8a5b7b497b8016923c1ac9ec05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "18dbc1d8add241febff3531f73778bb1", "region_id": "RegionOne"}], "type": "telemetry", "id": "c27216ce35ec47d19e911250ea650411", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b7b498d39aa542d38834cc93dafc6871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fe72016ddd3c42edb81a7e36f740461b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a5743552d7604c2f94a63383074c8a9b", "region_id": "RegionOne"}], "type": "event", "id": "3f576c0ab5054a979b0390a4182244f0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "63037ae98c304bf8b4f7e90ebc1f6ed7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "89213c5604fa4a8ebfda9a78d6439e69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b166f01db3e64fd7ba13b1a4570d1ff3", "region_id": "RegionOne"}], "type": "events", "id": "4cd57377c53f4b21a2b2d3ccf05fc8f6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2db6b371349f4e89b8156d6ce8b01de4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "47ff2546417047df84a50062a1bbcbcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f49d136f22b6486bafe404fd5c641fc3", "region_id": "RegionOne"}], "type": "application-deployment", "id": "08d4f5827cad4612a8ecf6f16530f0c9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "75a6b02a96094a3783caec663b0b1a47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8e54d74686894f5496ae7295980d76eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bf7ec1b1815948f3a7c94b7a3b1e877c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a72ecf6e859742c19afceea5090d8682", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c22240a52aa349b586dac050a0e69b80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8eb96e0865a84624a3931b2939a5cd86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b1150eff70924cb5877b49c266ba1161", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a014dde7ebdb43a8979311ef59b673ff", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2d24753ee36242f4932b41a16b8db548", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ea3d6c0ab1b84840a292ed16eac19f27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "91b3651dc92d4abba28dad7a2e87f73b", "region_id": "RegionOne"}], "type": "tricircle", "id": "ba06cd7aab484dc1b5a3ab776f00ffed", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2be86f3f59dd421cae10baee3d27c666", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "41dc659d363c4adf97974019ba5b2774", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "487af9be0a5d4167a848ffa606f437c8", "region_id": "RegionOne"}], "type": "database", "id": "164cd49259ac41239249d09c6444d531", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6aac9347dbbb4567bc5febf940382002", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d0319d38ea35411380d0c3c288d98a71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "621a18e647ea40de823c94d8debb2efc", "region_id": "RegionOne"}], "type": "application-container", "id": "0626ac24f73f44479f9755d48eae9b71", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "04f0f9a1e0344526beda60021861d439", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d0b48187c9514a48ae824c9d65ab17ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8c50a8416c3343a2becc53f140ffa850", "region_id": "RegionOne"}], "type": "container", "id": "1b712a12bac54e76a53901e21bf7651b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3035f7c79eda49078acbd713a51579ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "71182e2b3a764b2193af9044cc381178", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "26074063383a4fd4ad7845be6c7aeaee", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1c073d6a301046e096e012285be55232", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9c071028aabc4f9a83d11a0cf087fb28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "feb60b39f3cc456cbc887fea6434d68d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a40832791d7d4335b77b23c6a679fb64", "region_id": "RegionOne"}], "type": "rca", "id": "a0570095602148438f68c3231d41887b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3d152d209c284c5fbee9d1f92d063563", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e6b1d4749e9942e6b786583798a49124", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "81b7471dd53748c39f46c944586b8266", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "9b5f81815a6743a9a6023f50fd339229", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "068ba662a5084260a8a407107d7b0244", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "851eafddff4f417b97fe91cc7b671154", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f23f814ec7994c81bae25c42c5ba1e9a", "region_id": "RegionOne"}], "type": "network", "id": "2d80fa4170cf4284be3022a1101d991c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e183a4cd105e4b86bad7ee0443853111", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d5e4d0ecd4bf4597a79892d71c2cb248", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b56ddac820cc445cb7308baf73e064ee", "region_id": "RegionOne"}], "type": "backup", "id": "1bec3dcc21074276a690a0a8b5376e2f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "61ea8ae08f3840a1b014db333b2d7442", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "12dc9ff8ca384aed84ebf6db308f166c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "cd44f693ec56479ab681ecfc8ac2b46e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ecdabd5e3cd34a5e8a8114f08fe4b6fc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "274d947dc8124a7cb24c007f69e5a9a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "35b92c1162aa460fb079c34f0281bec9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5ef118a15f7d49ed947c2443dfe8ed92", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "729bed4b5c274e45ac253cd28defb37e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bf92fdbb7bc841d9af64e3f33bdb8b15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1279acd4751343f5a7b53e2b2c235bef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "352bfd17e1ce42fe87e4efcd95a2ec36", "region_id": "RegionOne"}], "type": "monitoring", "id": "e4682b88aff54a2ca57eb9849ac257b7", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d25f7a0fb7df48fa939a4b3017577e84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e2d1eb1ec7d843dbb5bf770836981342", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "2f63bbe81029494f997f173862d07bff", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f016bbe36d7d41f7a26a72fa3785b0f9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ac40a67d2d104d77a3002582afc3d27c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0e118bf3a517478bb1c0404105f5e6f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ed8910e33848461b8e9bc2956899b389", "region_id": "RegionOne"}], "type": "placement", "id": "eb16513f779145e183d2d90c801c39b3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6f28ee4026ec4828b72627abc8f07c37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "499a7579fbf14c009077ec79f37cade1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "193a664245484da0af3bbf0da95db2e0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "08528a679bd4469bbf243fdf6ae1c148", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bab2148fe83c4f6db0f44fc859e3dc0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ced7fbe7ff9742239f348b73be054520", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c0ee7a1d1b56424e9cf817d136bf56b6", "region_id": "RegionOne"}], "type": "ha", "id": "b76fbdb64b5d49a0befc9d5cad22490a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6fe02056158d46528f861b3199270bdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "315a08625e2d4b738b0b265dc44bdc63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "0c2bd02d69f94b14bdcd10d53d14feab", "region_id": "RegionOne"}], "type": "reservation", "id": "ea25f9a2460a47729636e8ad919c9fa0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "17fc12ce94344c87b78ce6ec46e28b74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9181137121084ae5a92afad4a9c54d6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2f951a1164c94621b61933c5cdba04ea", "region_id": "RegionOne"}], "type": "function-engine", "id": "76a500853d4641abbd10bda36904ea8c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b959689edde14bff8d3ec2834209c950", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "304e54cd217d41f0aafe5893c625feb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "eca30697f6e9444aa79148ce17274a58", "region_id": "RegionOne"}], "type": "accelerator", "id": "61cdeac116ca49c98218291afe015209", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5ae98f71d2d14c62bb2be0d2207c01bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "690450dbf59b4bfd977781f5e3cc63fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "34d84142993f41a9998b8a038f1a3b90", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8778d28a1a484246b95d444601d8cc4d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2d6a7be4e9ee4ee7a32101b8a89757ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1a46a367a6924c90ad51e0449fcdfe63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "28d4df100f01488dbbbf3912fb29a507", "region_id": "RegionOne"}], "type": "registration", "id": "db0987167a0746ebbd3185f6c2baeb0a", "name": "adjutant"}], "user": {"domain": {"id": "96ae611c42be4754b49674faae5b7666", "name": "000783a3264843f9b78dbf409270a8be"}, "id": "52a9095929ab402ea6192d413830375f", "name": "f97cc74f2336401494acab12c9b0596f"}, "audit_ids": ["d98682d61f9740a0ae4a857f68adb2f2", null], "issued_at": "2019-09-19T09:04:37.257518"}} 2019-09-19 09:06:37,326 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,328 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:37,329 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:37,377 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:37,379 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,380 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestCacheSteadyStatus.test_list_images_caches_steady_status(killed)-2/file", "id": "openstack.tests.unit.cloud.test_caching.TestCacheSteadyStatus.test_list_images_caches_steady_status(killed)-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "killed", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestCacheSteadyStatus.test_list_images_caches_steady_status(killed)-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {31} openstack.tests.unit.cloud.test__utils.TestUtils.test_parse_range_ge [0.043689s] ... ok {30} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_types [0.042931s] ... ok {30} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_volume_extend [0.046523s] ... ok {25} openstack.tests.unit.cloud.test_availability_zones.TestAvailabilityZoneNames.test_list_all_availability_zone_names [0.136508s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,412 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,416 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,417 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,418 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,424 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.352259+00:00", "project": {"domain": {"id": "4897a9f8a73c4f4496e7fe44e6f7f856", "name": "6522894749544db096fa792fec6c7e7d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "cc9d385910a7408182b60ef67fa27832"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c6898d294a9d4a499cfb62f28f9cbb3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3e5577bbb371492481e993c70c44d251", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "46229e57585a4ddf9263a7ba27d20593", "region_id": "RegionOne"}], "type": "identity", "id": "2f1830f5a8f840d3be8a862ebd65bd51", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "88fadac247d24d048a8e91d19d5aed9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "03dad534860640d2be85d215244e8e34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "077347ecc8aa487ca531721cc5af978c", "region_id": "RegionOne"}], "type": "compute", "id": "c3dc7e8896194292b9f9b20c9ae4569a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e94d4102bc15456892c1df8b377d1c24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7422aa8ee8e7418ea49c3c567e6af9e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "883a5a184b5a4c8bbdd8a5968561cad5", "region_id": "RegionOne"}], "type": "image", "id": "be85e4a03ae94e03bc091946160c46df", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b0560015e6a7443aad8ffd5c7ab21871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bff3c89c5934441fbcd4bac1f737531b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "227c22faa89b42d19f56256e7873067c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "9230714eb5c34d5db60ef975032ff898", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dca549fc01934d6a8ec26cbdb31d8fc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8556b4c6461b4c6fb35e79a4363a409b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f906ddb251044db5959f214d13aba724", "region_id": "RegionOne"}], "type": "object-store", "id": "e71b71b7bdb04384a7556657e8ed05a4", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "af45fba2c0f94f0e95edd18d84a12c99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f8f68d491ee04dbca1f95a876a7a62f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "09e89a1a2cc94c358c2e6972216ccd09", "region_id": "RegionOne"}], "type": "clustering", "id": "22ec8ee994f54ea597db71ae8c359966", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b315b63a6a944c99aa8070d00ccabcc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "107f64510bfc4f589424a0cbf2a6366d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c8808e9998b8497ca159d2be1a4cd42d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b4bc2a9a1e7e48a29f5396f821d874c2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c1d5664964fc4076be4e3cf40c3dcd3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e6da5a12fa4c423f9fae82ef1ec34f13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "69dde6abc7624a699d1dc26f8289f0d8", "region_id": "RegionOne"}], "type": "cluster", "id": "726b116e12c94616a6ea287c96bb4bda", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a2981841e8f84878acf0e7751e2de02d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fcd62fef4f9d4a10ae6d462ed30b4d94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f937e9329c774088b76209d4af783d5f", "region_id": "RegionOne"}], "type": "data-processing", "id": "4e366432272f4594a973cd973695a001", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cb8886b03415466c99ffe17ab354c8c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c5b8ca8326a94062bc798380467187be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a3326492d6f94420a40bb297534bd2d9", "region_id": "RegionOne"}], "type": "baremetal", "id": "3f39dcdbadd3463f9582423b57bc6fb3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "95782be3398e4d1a8db76bf1f33e5a31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b724115810004b1a8cbfc3e27b07178a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2edefdb02e4d40c2801fb885d655308b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "fedc2b7ea3be441eaddef28b6608b9a1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6ab99bef023d4e59b74f6bdf20406473", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3c1374d493f4469d9bcb7d01245875e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5a2f2c5b122e427d9786685876ec4a0a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a15b835ea2bd4dc8a7c031b80843c6d9", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ac08c92718034828a07d574ceb652787", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5a2a93098c0d47f5944d328297f26adb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ff2149f6fd2045b395916473cd416974", "region_id": "RegionOne"}], "type": "key-manager", "id": "d7936e68e6eb4142b81ff9792157dfae", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2b2dc4ccbe784ac09c89278f629d216b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "37d40dfee4444199b8f7db7a721fe395", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c11bc65c2dc44b2e90d7dbf12e573114", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "bc2a19e4be514f5d8d9b0815add4f7d3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8313b711f29840838246a3f59bc287c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a452cecc7dd74344a9eb094061e5cb6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "65380b57586d465dbecd7530b2af71c5", "region_id": "RegionOne"}], "type": "infra-optim", "id": "96d5fc2e45bb4ec68173b584eae2c45a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1bfb36c3a46742d89b29e6f3e90969ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "cd339a7bb64e43edac90828bcf6e36c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "baa6b2dc14334f7ba4fde63c1eff665d", "region_id": "RegionOne"}], "type": "message", "id": "cb52312a110c40df9f38a0657a02954b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c4f1569474374c5c9f62eb73a3472d65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "db7a7b6e09d043449d205f60f6f36b4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5c58b14c9e2a4bc790428ff198bd1c61", "region_id": "RegionOne"}], "type": "messaging", "id": "1c4790c878f84cc78a85caba55912740", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "517a0007556642e9a8bbec9d07ef35b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6633bde7862f491686c2ec60667b9e40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "97186bd9b79944628be01df24a7d465d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "fa21b1680bac4a93b348d4f2e8b4bc38", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "06c5b1dfb31a43449c96eb647079a9b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca67e1d0ba544e9ebed19a8f44e86d9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7dea36809bec456ea90e6bc0ef30b69a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "06279a48a4034550b4561569de5145e0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "725f08ed3a974005bbd32cc5be19a62e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "62ed00b563834781849f0cdb22619638", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0044d29a735245e489f9d51462c30057", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "888fb662da644db7b759c6be4aebd654", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b0a04dbaabd244d6bb12c28ee98df49b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "43fc4aed21154f75a8a1684ba1c788ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e9953105d7564c61bc77c5fa5f3d579c", "region_id": "RegionOne"}], "type": "container-infra", "id": "77d42b05daf84617a130a64d0303dc6b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7dc2088d7e9743ac9fcfbd702d51c874", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ea890b74026e44169a7afe74be75311c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "7137391f435544038a17ae82cafe05fe", "region_id": "RegionOne"}], "type": "search", "id": "2957efa36cba4343a8312defc9f5deef", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d6152fd2227f4b87b51931cab33f22a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f0264302f3964222b58f4daf86a6197c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b2b22c906e994cc998cbee5983744de5", "region_id": "RegionOne"}], "type": "dns", "id": "090371c9528345489540e93399729f0d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d16886ca027943e3b9e6407579b2a780", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "04f888950e8d4ad1b2b91ba506a273c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c95edd94bae540a8bfa50cceb88cfc9f", "region_id": "RegionOne"}], "type": "workflow", "id": "07bde282fd344dbb8e399ef4c315def1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bd9a80c2a09a4aba9c4c082230a64680", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "354ffb255e424ad7a29942e72dabbea8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "26de209ac74b4aac9071794413708eea", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e3553d80e7034fb9aad39522deec17c5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "379353017eca4e0d860a72d7b9eb3304", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f744f06946104f98ac7740065032d1c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "19b021a7b44d406497b130b4fa85e1e6", "region_id": "RegionOne"}], "type": "rating", "id": "c6b91d46a1e84b68b23522adc9b5b31a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "75c884d00956467f9b91afbba21ddc8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d1240e0da5f54d4280af9e8af953e72b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7b91284cce9046a6907db6a85418e9f6", "region_id": "RegionOne"}], "type": "operator-policy", "id": "8b63fef1c9134805bcec7466e1a65298", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "65466ad9ad9449c78ab6fb3f0baafa2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2bf05e8869a9467fa3c591ddf494416e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a9eef067bc354aae86ab4513cb8b0a7a", "region_id": "RegionOne"}], "type": "policy", "id": "d97f60a34ec14f18ba73537dcde17b47", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dc6d8a3dca86442c8e247f056f4c532d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fcb6cabf9e744629913db8641f2f8692", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "41ab345afe8b468e9542ce185792c5af", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0f0e57a26ac143b686f1996d244603e7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "97f331e3bdad4b2b8541109e4646fcb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b3944a1d62024b49b72f16d377a2eaf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9997f3b1bed54615b28a0e0392fc96b2", "region_id": "RegionOne"}], "type": "sharev2", "id": "538508481f124cb8b5f4e0ce3753f1b6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1e34d3cc248f47b888a8f3664a8c75ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c0f92e02222b4aedade406bc727fdc16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b87a935a865b4109b846dd8520e57285", "region_id": "RegionOne"}], "type": "share", "id": "ad79380030e04db4b132446ee23f8aa1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "92d8198383fb4dd6b0fabafd6c4818f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ce27562c9be24339a3483294dec9c29e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d9325b75f0f44a53ac72cafa11904e96", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "084aae045df34aed8cca11cf6caada46", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3fb5e51ed7b4707bcb7df52f5fd976c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f54902a627d43b6899311d6c9174961", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ffd9755855347458b2922c1d1115b95", "region_id": "RegionOne"}], "type": "orchestration", "id": "8f2226f7c12c4da988bdee160308f9b8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fe6ac936447483fa05ce9e8c2596056", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c95cfb2efb8a48f387f733df197be06f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0331dec2dd04f418c40cbacac87e103", "region_id": "RegionOne"}], "type": "block-storage", "id": "ce7c1a9f5f8443a7a827fc769f71aa70", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f248a767830644ffac2b10a707c32e04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e672e88e2934653aa3eeda48fc9deb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea1c67520f91450fb52614a837c5536b", "region_id": "RegionOne"}], "type": "volumev3", "id": "90e6041376844f2a9287535ad475baaa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ec5f6fb67f94e419f32fe8811516f25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6030f0fe3354017bfae107394d55aae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "663af78b03784b10b5edbb8f00bff32f", "region_id": "RegionOne"}], "type": "volumev2", "id": "6f2ca138a4f54b25b0a0a70bf69f7d8f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34f2720b83484eeca15f317a02c6c31b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b32f1680b68459b95d1464b3e5ea5f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afdd341337ef40788270321bbe653ab2", "region_id": "RegionOne"}], "type": "volume", "id": "e2115c8217c64ba2b2321d6252206a0f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67eb903350de4bc1beb3591e6627274e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "907e834400094b71b600f7fdb78d1370", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86b66657d45b4370b18ce47daf6ba6d4", "region_id": "RegionOne"}], "type": "block-store", "id": "b3d387f0410044a9bb518bab5ffc41ff", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f9707117fc614c27b2bb7c61180996fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a816835553c44df59689da89ae6e3cc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2bd0a8c49dd6495bb61214c0c099f9fc", "region_id": "RegionOne"}], "type": "alarm", "id": "e08e3ab9bb2b4d33b233f1c16b1afafa", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "434f885bafdf41cba60166218a2c6c81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0adee62926dd4b8a80d08d89e8c5e8b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2d02a62dbfc24d2fb5b1df59461253b3", "region_id": "RegionOne"}], "type": "alarming", "id": "5b68c11419d44e089124d7a27c0d66a6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "141bf25f25bb429da5d7185308ac8fc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "915b1393f8b94797acc7ed2650acd192", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7fe87924ba3c4c7a92b1a62c711c9379", "region_id": "RegionOne"}], "type": "meter", "id": "f29b709ffc8544dea2040b28cea7f1dc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4e9018d3d8b64589a8b2a071e17762e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b3171995e8a4428abce83a7cb939a093", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "62278010302e4af5a6cd7607423d4d8e", "region_id": "RegionOne"}], "type": "metering", "id": "6142a88ecea64f959fb077610000d800", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "84ede09b71dc437181a6863a4c9e43a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "030b85e72d4a4c7fa77e304ea4f690f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "49eeea7e4dfa45fe865edd99a7fcb997", "region_id": "RegionOne"}], "type": "telemetry", "id": "328639593852421c9dedbfd8c300b24a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "00e7669766e141419a521fa747a72a3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "20ebaf078a704ab480d1df670f49cee0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5221820c49024149ae152dfdde5b828c", "region_id": "RegionOne"}], "type": "event", "id": "2e4e4e389fbd4369902ba47bf5c4a2cb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7e6936a5538e48cd9e707a5659534dbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8093803ec7c740c6989904eed9c21301", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "273bc5744e634bc78717ef0cb32c46f8", "region_id": "RegionOne"}], "type": "events", "id": "20e589b77b6641e88988eb2ed0da6d1e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2e869a272f0d4577b1dcbb32b867c97b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1bea0df4cd1d4759a244c535226d83a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7d851f18996c482685f2cd34798eefce", "region_id": "RegionOne"}], "type": "application-deployment", "id": "15e87fa74e3e44f3ae45b45527a9a049", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3c406a85c4a0415e970b403cd20b0bb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c7127e0e214246bb84850cbff4b160d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4b2f528cce814b9397d1cabf7d7dab3f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a7f93c544b904d6d8957ed30647169f8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c69b8f294d9f4740b1b95cb3ad714c5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7010edebd50b45e9bdaf7af519f159b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1dbeb83192674f5fae04575b84a98d21", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b0dbe55b04cf4c6e9cb6821f11b21715", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "10eb7e0946c24ec893d5dbae7cdf4878", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1383f102e6634f1aa11c5e508145f587", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bbfbac8a0e1f47de9a939bd5eec4a1e6", "region_id": "RegionOne"}], "type": "tricircle", "id": "e55d4a0c964640a390e5a0bec1174158", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "df85e8c329bd47caa071ebfd2c945d10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "18f19393c5f34590848d0e4270a2c9b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ab924f25df914aa1a25f20063e21e217", "region_id": "RegionOne"}], "type": "database", "id": "d9c281207f3a4fd98aae2b0295e0464e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "87f9f46f4373423ba5425f6c6d3f6900", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "352168d360ad487d908aae4f86ecbd7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cb4c37e70c32420abf342874be057212", "region_id": "RegionOne"}], "type": "application-container", "id": "e405d6a7d30942e3ba31d427e8d0969b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0de7b56d3760408a83b00b1454ddf54f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "315d3db3dc0e43d9824af7b2dc3182c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a668b21d29124496be1f19b52caffda0", "region_id": "RegionOne"}], "type": "container", "id": "1f18ea96483a454bac38a22852cb1f38", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1303d37c5bb44f5e85fbcd07682c2371", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "688c580d66a04cdea52ffec229f06de4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b84537d59caf4821bad14833e97df0d6", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "052b7e1dc4c1442ab6df477d0f0cc53a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a1595ff109be49faa9c3ba1548268413", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "84215a8bfe6c4bbc8fc7eadcd768c7da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c624137dcfca42799e86f3724f60d7ad", "region_id": "RegionOne"}], "type": "rca", "id": "093954b460fa4fbcb4823192b026d28c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "18150e5a0f214d38a76cac5a243e31e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "118d969539434815b315eca03cfd7b4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8bac0894b1814c4793c408bd5b4d5f1e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fd0e9c1bc8224ba5943bd64e3e33c896", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "363e77db025b4152a3f8ea633e492bb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4f13c52cfe584092b683fe9467b6e6b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ac5ba06e33624332a9e6cc7138efb417", "region_id": "RegionOne"}], "type": "network", "id": "b9e4f57ca47a4dc5a025e16441d63580", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "677ad7a729ad4c68afd924032ab410f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2fd6e9a0fb8141ceafcfb3de419551f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "19d5164424984cc090766e7e73242a3c", "region_id": "RegionOne"}], "type": "backup", "id": "e61f2e5b5a0242108694a7f0a88491f3", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1daabc5bb1a14fbcbee4c04d4787697b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b4844b0024604e349a505dc6208b71a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "42917bca3cd7444988bae12b25d2ca80", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "aa9a662b9df44ec1aeea96b77520fcd3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c6e97d5473a747cd898ff4d9cd568457", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "73f64be7661143519eb0646af012945c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "cf379fb5aa5b498c81f95660c9dfe65e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "478169c449944a1f915b57c20cd42928", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "dbd22907bee74c7d8a13b6d3faee50e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "964c3f96da6e4ac593537c0023422250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "de628bf2cf074535b1ef6c3dfe73a000", "region_id": "RegionOne"}], "type": "monitoring", "id": "f80001fb3f664978bfb733c335aa68b0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "afbd42dea04a449d80628f57ac70c371", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c2683a0bcd3546b2bdb787cf866b7473", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7eccadd2b2a64b8c8c55ece33443464d", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "905358cf21d64494a8067ff7a5956d5c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4e71f7710eca431d8b2eaf5263b56dd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7161871bd4194ab489a466f4e2b14888", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5dfcc6491c7b4917a9fb28f88b9ac043", "region_id": "RegionOne"}], "type": "placement", "id": "e7a99bbcfbb744eaa56f70075415bb92", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "07b37bb254654bbfa4cbad45cb8340b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "28f11f2f9a9543d090432f1c2fa94892", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a8e40f525708454fb8c4b406151cd34c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "473ac9d228ab493f9defb9665d0c70d9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d8b0356784a64297955b240a1d4d0aa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "566e0aa68115402e979c52ce284c72af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0606ea424d1a42b9a54a830da1f2fe2b", "region_id": "RegionOne"}], "type": "ha", "id": "501b6b866e5341b886c5640ef73afbb8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "16af3c67a3724d6982f33a29de157d03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "304a91901fe14c04ac7663eb92b91682", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7bdc4d5a2db2437ab76bcdf466a7f9d3", "region_id": "RegionOne"}], "type": "reservation", "id": "364e787c32ff45e28ff630cd3f92745b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fe548858183f4468a8cd5fede8e63eb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ea540d33b0994ef99a398a84f79b3183", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c245addba32d4de1b9cd84644e5ae894", "region_id": "RegionOne"}], "type": "function-engine", "id": "9f941fa1faa340839e23a6c835f0c0b1", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "43da5e6b58674618a8908f53cbc20030", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "605d6e12286848c29d6d351fa327f205", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1826bf3cb8f0401ba631f04376e45a4f", "region_id": "RegionOne"}], "type": "accelerator", "id": "e0f033d299d44ef1acc00269db64c007", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4673846df0794785a8747544db7d35a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6766ac54f7d9499c974ecf6cc89b54d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a3969be6d53a4ec5ae1355a262b48af1", "region_id": "RegionOne"}], "type": "admin-logic", "id": "102f5440172b4ddc815ac5ed67296d45", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "945967521d4346b3bedea9b43f9addf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c679a19bb06c4436b57ba402bab1f1c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "baf32eac1c8e48c2a21fa5e2779d3997", "region_id": "RegionOne"}], "type": "registration", "id": "3558cd65baf04e9b98c58365d1c2da6a", "name": "adjutant"}], "user": {"domain": {"id": "68af05b077d946d68985c2a28e710b65", "name": "175f0b683bfd4d0e9997918f5e0b8839"}, "id": "3cd1846746e9408997cc57c20b65fa42", "name": "94c5a7310409466bae4869aa5e58f368"}, "audit_ids": ["6ec49d48aaf1489aaafced076dad2954", null], "issued_at": "2019-09-19T09:04:37.352259"}} 2019-09-19 09:06:37,475 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-availability-zone -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:37,478 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,479 keystoneauth.session RESP BODY: {"availabilityZoneInfo": [{"zoneState": {"available": true}, "hosts": null, "zoneName": "az1"}, {"zoneState": {"available": false}, "hosts": null, "zoneName": "nova"}]} {19} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_node_set_provision_state_wait_success [0.123154s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,149 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,151 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,151 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,152 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,158 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.115155+00:00", "project": {"domain": {"id": "19a683d83e924b05b37af878fb3e7655", "name": "c90b11d9faae4b6296f0fb78446af71c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "2ab32fcf2f75400faa1b1c05cd49b59c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c3704059a4194b418b78d2a86a42cae6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "59c5abe9fbfe4e8bbbeda124ce6fd20b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5950173b54bc4a1e83f8d61aed366c77", "region_id": "RegionOne"}], "type": "identity", "id": "ed365dea65064071858a3c6f3bfaa81d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3dc6dd329abe4177ba7dc03d4de20be6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "009ab6e6596148f78cbc8e137cf0c72d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "851477c9b5ff4ffdb06923adf254e750", "region_id": "RegionOne"}], "type": "compute", "id": "561b46357ed34152b0d62036af5e7b25", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f6ff08c2d10c47c08c070204287725f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "976e0b3044184e0084223bf13bcf16b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a44a58aae46d4edf83c0becf8ea4392d", "region_id": "RegionOne"}], "type": "image", "id": "5918ff6e4210438491781f123bcde651", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4fa3b784c12f427f9f63389063b77e95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "110325e523524aa8816be1446627ff76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1eeb0f483003427bbbc7479b20b35c2b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ce090ebb3a0e48b3a5ceeccedf4dae53", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2772b76138504e4b9d1fe27499c80376", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16224de1080b4098bcff29cdf2c6301a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de005e4de6ba49cb92f0a42664533c19", "region_id": "RegionOne"}], "type": "object-store", "id": "03d9266f9b1f43fa8045132acd70993c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dce054037e6b4c7e9b130986b3e2dc33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2dd34690e2484b4b88cb44aff983cc86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "099b970733814b789dd50d80e5d4f009", "region_id": "RegionOne"}], "type": "clustering", "id": "5edcff024c1449e09aaa635660e4293b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3e6ac792d18f4b5680dbfb237f18cf39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cda288e09f584aeeaaa763dbbf301c0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c9333ab3d2ac4859aee4e4a720885acd", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a03a3e114101404b8976a65d409912b3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "63b761bf66314b94843e20c6075de83d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4cb909df11f94dd7829b06ddf77099be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d9e05f811b0647ceb36b6f58eb47c9dd", "region_id": "RegionOne"}], "type": "cluster", "id": "8ce3c8ba0b774910861e3762c3b24791", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "28391c408bb7472caed8bac1dd9cb8e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5d4e5af6416d41daa640fab3b5904106", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "4879086f022d428dbc9ce8bfef36b99a", "region_id": "RegionOne"}], "type": "data-processing", "id": "924060bbd082421d86faa6d7117d12a7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0ce5a85eabb04db7b4cacaaf9c1b542f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e3eb941b4f7d45c1a5f8e55c1093a76d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0ed7d0e1adbb45f2acca2032812a9da1", "region_id": "RegionOne"}], "type": "baremetal", "id": "c68ec8dd0855472c81fe8518afca412a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2c165890e8dd4d209f0f8f116e480f65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0d9037376ec84ba7ab22fe5db529c2f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c7a15d7c0b704ba58dfbddb9b0261179", "region_id": "RegionOne"}], "type": "bare-metal", "id": "78168e1e67324a2cb2e730775c37e634", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3377d47a9d7a4f4b86d423b677deffac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0df96a53d5bd42cb8ba473d3a5ad07e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7bf755549494487cbe1e681be7c73660", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d1fed10de6a842e1822fd3d4b62b8e57", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e06e71b08a5d4d528bd11d26382fb09a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d9eeb29968f6484889e8d7672b47b45c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1e98883f2f4f49ca9461e43ceaeaf1d8", "region_id": "RegionOne"}], "type": "key-manager", "id": "6b36262b86b047a3bb1a9808b9d7e3f2", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "81d623ac13724140b61ffec7b783c639", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ca92df029db04c9f91faa531a982ebfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4e8f2c068f9c431ebd6087c6a096fe70", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "28af592927644e379c590e23a8cbedc7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "773c3c7d178e4a7d93244aff6d9fb9b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fa72b2ea31d44d8da223b1f07b0e85dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e9e461e028bf429485468cec1568a4a6", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4c793b4ef87f4eff98e1210fa4b6b87e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "55e5e1be24f840d2a6f5c71cba56944f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0c35c85df37048d2b793b59d2ac0b389", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "64b954b35ac44506b8597df59b225ba6", "region_id": "RegionOne"}], "type": "message", "id": "e898a197288c493fa2db5319c3bd0186", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f22916baa65440b2826dab9074550828", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3869dcb07b784986a5f63f105015391b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dd683ef1dac74973a60f4ce4471e6ae3", "region_id": "RegionOne"}], "type": "messaging", "id": "7c41cc06edab4c34b1647b53caed48e1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5c79028f9f9b4f1eb42934e1af28be58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e0d1ffadaa7b41f1ba30175708992377", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b6b048d3a3c243e698a0b2532aa7ca3c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "46906dfa16b0465499ab2516623e9c48", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce187c906e204a2fa049b1b15edb493a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6ca7094abbde492688326737183114ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8120b143d4474afa8527cb683897e887", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "9f5d6e5e1fc549c7aac776c1cfb62fa0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1c65d3996ac345ee91616f7f5bb48dae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "82bb8528e0314cb8b3a1ac1d469c8a14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b6d25cef41b744f69b012823814a8d61", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "1add0d6bc042463fbef52361e07d0d6b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "80a50a68a45f41b1bc7fb2d882b5cecc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b1c48340b8704cfeadbbae645577a3a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "522ecac347ec4af98784a28c0b41eb9c", "region_id": "RegionOne"}], "type": "container-infra", "id": "0ecb4d831ce549b9b657866f7bbe43ca", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7e1401abe1e94db291bc9e1d18dfafbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "18cccd1b4aed4459825da5b1daa8bfc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "63a851e04c6c47a997a135a8e331d20e", "region_id": "RegionOne"}], "type": "search", "id": "823f9a9bb6b848a28ddf6505ebf659ad", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b6ebcabdbd7f435bb928c1c7b3d35cfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "765857a1ee8d472ab04ddc07457e0d19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e6e9cc6cf9e14233b27e7c6fc388cdaa", "region_id": "RegionOne"}], "type": "dns", "id": "0286c1a1b5b74c5eb88b43bd79d5f1b0", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1efe495df7d4439992e2df9b02f8fabb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8aeb2fbcc65943128adc55238bdfe24b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2920fc94b1404bbf872e2b75821d7f5a", "region_id": "RegionOne"}], "type": "workflow", "id": "170ca4e78fdc45d58dbe5beff9a9582a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "96e156a3dfc442369992fbfe611623aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c67c1a230cb24df599df6830b3d171a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b2340ce552304e1481d7c45df864853e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a661f87f596d4fabb8e69082806b2417", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7f3de249cfaf41268cbadcc8d6572c00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b8201544c26a43549be2b0d8c2cf791a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "25eabf35230747138fb2eaf8adb2029f", "region_id": "RegionOne"}], "type": "rating", "id": "0d8ac620508542beb241a51553dfd137", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ba175daed4274878bcf66ae3ba7740dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "395473e051b44c8e849f8218fe40424a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "10b07e3d124e4a86b4004a7e5715fda3", "region_id": "RegionOne"}], "type": "operator-policy", "id": "30375c3324f54eabb9da00dd229c781d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c3c5ffd7e2204193ad29489d8aa7e92b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2c2062ed2e8e436695a6eb41a6b29ab4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "08b16b0b811045748a6905cf39174a53", "region_id": "RegionOne"}], "type": "policy", "id": "9f31f8474b6444a2a04d3c83f3409c2f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eb05a8259ca3441caf609a009e57658f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7fed8fded82240baae1d94102fa86417", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d223c97cd5c94788878a253783374c5e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "3c5850a2fe0a41d1b965909c0333140a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5e67457f71d44a3b90dcff616456593f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "181e8b49ea5e422f86b500bd0afdaeef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c07cb54f17e843a39097d91c1ed4a54b", "region_id": "RegionOne"}], "type": "sharev2", "id": "e9fdba1521684d66986244c95588f786", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1de1284b2d75440babbdc49c178ad894", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "db410c826e6b4db58af9defd8f659dcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3b3631e060364b64a871093fd7c424c7", "region_id": "RegionOne"}], "type": "share", "id": "62e04f81a05a4a6db7436f4f973f7819", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "08ddc12452c5451b90f1a544d29f5b8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c4c3072927da42009ff84e89f290f90c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "91f0651f7db648639cd5caadb5f1b59d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1fde5d1ebcb64242aa91a4cecaddee47", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7fb9ab6a46a47cf91574e48a275df6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a18246329164e9c8defb172b5051cbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6841ff8c46143aab6051d52adb8aeb9", "region_id": "RegionOne"}], "type": "orchestration", "id": "4a2362a23e3a4d4ba6466228988d0b79", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c7dc555e1894b608d8411e49f358107", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5bb0e75ca87b4ce3b3ad92596d905cb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "102a22d266264caa8280125b0fd17dfd", "region_id": "RegionOne"}], "type": "block-storage", "id": "7b83f9258c614e7f9c7ea3bbf7383dd4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15466274240f493da9e06830d84bb81d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4025855bdda94504ab53180140fe1525", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22bd11f6c571488db70785e25918adcf", "region_id": "RegionOne"}], "type": "volumev3", "id": "667836b3d0fb479d9b15555e4f0a17be", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55a431b19c8e49659396ecf5a166c5f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "711a9cbdb7cc4920b2e0e9407040e614", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1cd286dc0bc24060a79a469f40e5209a", "region_id": "RegionOne"}], "type": "volumev2", "id": "c5fecea9555b419180c8b49dd96ce0b1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bcc2bb1549a141e78732899b414110bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6de77ac899e47dda0b27e90b8d28dcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82920ff51d3b41d7bf6f2f3490f503de", "region_id": "RegionOne"}], "type": "volume", "id": "3eb7bda82b9c40b7aaf8480fc12e2f4e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "160903ad54e44182bc13d20ff3664dc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7adc229762434650b5e3e8ca4e3f4918", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c1ae6c25301414d8cbe6f2ee528f9ec", "region_id": "RegionOne"}], "type": "block-store", "id": "aa44aea513ad4ab9958064e641568930", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e1a14dc9f1244a44ad6e9a8e21e6967e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "32f30bbd0b304332b0462f7985b548b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7fe01fe7e34c454db50eeb4df727a980", "region_id": "RegionOne"}], "type": "alarm", "id": "d1291cf4861f4c5da9407c788af1e3e4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4bdcbe20e25741e297c294809477d5a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6a1290b7a13548789413f1052cdc81f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "780cf918044b468bbd25086b844d2b62", "region_id": "RegionOne"}], "type": "alarming", "id": "a9672570486a4d4ead1549103bdf1352", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "67b9a67f80a443a4b740d77b12eab637", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0d4273742e1e42beb76ab9bc5aaa778c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fc75c3dff33e4c23b5a865a4f33d67ce", "region_id": "RegionOne"}], "type": "meter", "id": "83995193ae1f49d2a8c5acd541541b17", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "321a94767d574886ac10180a430ce1e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ff0705a4f25b4305a12a49499fa50b63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f1837531a7234972a7fd73aea5c56deb", "region_id": "RegionOne"}], "type": "metering", "id": "8138a7e87ac54e748f995dbcbdbc37be", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f9c8d9fa5ff545cdbfeba116afcfb9cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "50840ea3c53c41fd95ef496d62c8bdd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b983ea9547414708a3187c07bac35c7a", "region_id": "RegionOne"}], "type": "telemetry", "id": "220de0b5c7924018b43b841e361a4e96", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e6f7f05b002a4fb191cfee2beebf3309", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "70059bcbd60b49c98862469bc58b243e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5243acec7f91482682b620cccc599b4a", "region_id": "RegionOne"}], "type": "event", "id": "f29ed44a5a404c7496b941f2b1fb4f6a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ccc7480854054c1487bfafbba203d43a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d4b8796ba07b41f3a0e1007849eeb6e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5068ae0743444612ba60e8c030ee9b72", "region_id": "RegionOne"}], "type": "events", "id": "04d502c548af4bad9503690522c10153", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fc7ac8004d93441b8c8716501bc71e12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ee85f9f301054b4b88c255859d9e13e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2290fda3680447c9820e8422986ae600", "region_id": "RegionOne"}], "type": "application-deployment", "id": "34145f42098d4c529544b4c3bf71c5c1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "89398aca77a04d7db4f59d60b5d1fefb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "605c7ea0ed27484d936989e239f0f5ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b92c4db3643b4716bfa572cf31dee1ff", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a69d688e46cc437588a14dee081ab128", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5d264287baaf4ecf9aa7fd7316b6701a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "534bd4e2680440e895c6cb3950f5ac07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e68319cee4314dbcb33d8748b8433eec", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7e29e8334c6e443991c6fcc9c856a200", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0eb92bbf93434030a05ff75ac8c99f02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9f1e435648b9475f80a8fb6e36079233", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1a169273f0f6468895a74f2ff32ef42b", "region_id": "RegionOne"}], "type": "tricircle", "id": "ef4e2d3c5b8a4cc3ad640b283bb9679c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "abaa9848c815406b8238e84392f2fc9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "80bd96dc0588422c99f80b3e86c45ce2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0ae68513224a49c1a793275083ba55e1", "region_id": "RegionOne"}], "type": "database", "id": "87d591d732924d61964588c99d6eb417", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "729cb5ac9f0d41c78a0dd516c0ed79fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fc7d6675d48942649db8c84584aff2ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "20ec53ef5c924768a7427fc121a41de8", "region_id": "RegionOne"}], "type": "application-container", "id": "71397875667c404db095bd5c030d08dc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "09b6a25253114052804c4d1de4b719ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9737400ab3204f64a5e380c15526114d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "38cdb4f114ca40b98d12f4302de5fe40", "region_id": "RegionOne"}], "type": "container", "id": "b85d5f883a9a42448506fd328ff3add4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5f6a94af88e04f11aac436134f6c79af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b8ca6f73487248bdb644bd3a768bc2b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d8be959c351f45a081a692ab18184229", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e49ea67b09f742cb996486d265abd4fc", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5c3d4ebfeb954dad934fe17d86018bc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e6d541f9830a4e2198792d0c24fbec5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "aeaa5252222c412c8a899123a39cf19a", "region_id": "RegionOne"}], "type": "rca", "id": "b1ed55fcdcb6420aaf22ec6cfeff79c5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "15bd7ed832904e38aa6f4ebbdbbdcfda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "023b58a019d644d2929732dd8882e05a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "4ef702967abd437da775e8ec3793f0e1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b5f5b86ef4e644a2999a3da2b4ae7b30", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "440dcbd56721468899002b68e9d0372a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3a3f5b52e1d841e4b2d7f7c10f5e8182", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "03b218dff9e140729eede207b6a90036", "region_id": "RegionOne"}], "type": "network", "id": "51cc5e91236646078777b0d54058f7db", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6a6ed0098cce4f4dab72a0ff34980b2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "18fdf80738a1421ca1e1eded8e16c58b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f03e9d175a1a45358611a1e8f7e71284", "region_id": "RegionOne"}], "type": "backup", "id": "ab7b5a2d6edf43b98f596750043efe5b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "47edbe28ae8747669ab12b652be75549", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c3092d0be8ef4dae99304fe866b0eccc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bea7878c92c6407bb8ca7d52542ebf51", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5e27314b1b8f44a089e1270efb3d114a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b5c0988e019945cb82a81ccd1aee699c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "65f1b11399f04d8f8e4bb978fb283acb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5a45ab2d84cb4a969f09a8d0eb6175af", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1bedabfeb89342e19ba85883b51e2f3a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8070527694a24717b3621c9145155e4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "058c478743bf4610a44b2f9871248e82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2769411091c940f4b123c595f636497b", "region_id": "RegionOne"}], "type": "monitoring", "id": "3552479329984f66bd1d8b916047240c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a5ad6b8d5a9d42a18a20324c0fe7bef5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ca987b227d654ba38efeba28d98d8e6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e28c21279bca4bcf89491b4d8753306f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "26a0527a93f8440e89df3e6e7720328c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5fbb437788af42d78c023570937b3aab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "144217f0938b4ee485823cf7a66db1c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d4e0b758a3df461282c6f5663f9f6237", "region_id": "RegionOne"}], "type": "placement", "id": "57f5364445334e9aa2701293c8e360a1", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0a2e5f1ed570450d9e990b9ad1619631", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a1f097ccead246c0b737d4e6a9b5a48b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f01d8270e2cf4e6f8a3a4b24708487ef", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d60ba364a0154b54922eb131ec733ac9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2501038f23854ccfb1cc78517dde196d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e3dd9b19776941239f9f8a81208e78cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "31efdd5dcd674a7e9aec273d9ce84f9f", "region_id": "RegionOne"}], "type": "ha", "id": "2c1ea754c02d410abaef43bb89c7bf27", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "acff31a9f2c145e6a4222eb9d44a895a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5faada442c2f4907bbe78439b8b24700", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "fd53e8eb4c09461e806018e7061d6571", "region_id": "RegionOne"}], "type": "reservation", "id": "dfcd4926298f4dd5b97f2ad29afe3ced", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e51d3e7a15ad4704bdd917f91bee5177", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "32d15cdd5ebd4dda82d29857cbfbec8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4e1a4ec164bc41519e15ef082463d506", "region_id": "RegionOne"}], "type": "function-engine", "id": "205c05211fe746f8907640a8b041e578", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8ce99e73ce834c0c8fc5f578183e2896", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "52d9f043b1d849de96af9c9d2093a82e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "63968f4b50134b748c75203248cea8b6", "region_id": "RegionOne"}], "type": "accelerator", "id": "f12e74e9af9a46c5be420927d2015fe0", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6393c37e1b2f4bb4a2762e714e1992c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "033d6070e2424ca5ab5b8e2833e669d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a3de099c3ffe4d5297a4046c50cb4545", "region_id": "RegionOne"}], "type": "admin-logic", "id": "dfd96f331ac94bc19066e2f76ba8e3e8", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9b1c2868c3a04e8389fbace7a00b8c3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4340d0075dbb4baab7567cde3a35628c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b18edcea32794a53985a4fd6868ab30e", "region_id": "RegionOne"}], "type": "registration", "id": "14803e3d6e874ad3baa2afc92f0c24a7", "name": "adjutant"}], "user": {"domain": {"id": "784cd9dcc6494d94bd0f3791bd520b78", "name": "a6ca16cae15c4c18a83376f6da72fe67"}, "id": "25271db3ed4048dcaaea24f71419c7ac", "name": "e883fb54471943f2b923907be6734214"}, "audit_ids": ["c411a0e320764e6fa22e50f12d0b849e", null], "issued_at": "2019-09-19T09:04:38.115155"}} 2019-09-19 09:06:38,188 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,189 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,190 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,212 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/702520c5-5c17-4d6f-bb0f-2b7e8c20a0eb/states/provision -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "active"}' 2019-09-19 09:06:38,214 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,230 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/702520c5-5c17-4d6f-bb0f-2b7e8c20a0eb -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,232 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,232 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "active", "reservation": null, "instance_info": null, "uuid": "702520c5-5c17-4d6f-bb0f-2b7e8c20a0eb"} {29} openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(queued) [0.150597s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,584 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,588 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,589 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,590 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,596 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.547658+00:00", "project": {"domain": {"id": "491ccccec0cd44e3aacf9a045f5f9102", "name": "3d8b8ddb8a354431a1b9b0a1ba9dfdad"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a706df394c8a4596822cfbc8eae094fb"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0293d8e99eab4e29821862c039718d6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e1a004abef40414d90a6da8c39fee12a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d3284e716a254f4e83a8481502bc1efb", "region_id": "RegionOne"}], "type": "identity", "id": "dd82bc328b5440e68008bb62d721aaa5", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "768e377bc8234d849fc028d2a5428d42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4a3034fba76d4e33abdaf47c3336cdf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "63ed4f78ef2f44689b619f149890e7e5", "region_id": "RegionOne"}], "type": "compute", "id": "544548cd1011476fa5ef327174ed27e4", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "97bc59c697a546ef949670b4aca84b72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0bcae61650b44fe3b560255d7bd94df1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "18ccfe288acf4228a53df8a328ba4d0c", "region_id": "RegionOne"}], "type": "image", "id": "8c98c0dc51b742c4abbb1ce0de55310e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2e4c5dd9192e431ba624caa552395a6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5fd7376a018d4557b58828a897c57252", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "df4b47cdd97941e283891207ed0313e6", "region_id": "RegionOne"}], "type": "load-balancer", "id": "970a473d713f4522988cfefcaeb35112", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd7d549ca03448edbee531130c193a61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11ff50391b2a4069853e696701840970", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84e93936dfc740a09f9216993ee7db15", "region_id": "RegionOne"}], "type": "object-store", "id": "403807818b05436890e6f34ddabf21d3", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ca49d3a495c94ff689abe772682ae522", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7e3117c512c4467eae4c30ee955018c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ba75f919980a448b8664c28c8880daa4", "region_id": "RegionOne"}], "type": "clustering", "id": "85be84c7ca0c48bb8ab822a8cf256500", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4738cc6e5cca45d0a3bca2f9e2f89512", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ae843ab092174424b09df8f8d8183e02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8c284f29712249a79f6eb1e29ab20ff4", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d3e631025dc54586b64847c47124b123", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2c12171486cf430b9a6fd05b51ba9176", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2e34fc8912c8498fb0ef4c7b2036284e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cbfa38f584e34abeb324c20cb2b3f6cc", "region_id": "RegionOne"}], "type": "cluster", "id": "9968a069223d4aa59a5a94a252d14a12", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "867165b0ae6444b2a9579441d6dba4da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4edef7290d744528a8b85bddbfff60f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0a365f4d470b4bfd9cab211e2a424e52", "region_id": "RegionOne"}], "type": "data-processing", "id": "60f87054b1444d33a03cb2edcab52712", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c2815ce622794c17b46892895c0a79be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d586655f04434e4b98b062e0170543e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "697e0ff9b083463c9d2f6cdd71e68574", "region_id": "RegionOne"}], "type": "baremetal", "id": "36e0e31e34af4afb807aa2a52d3ede6b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "367f5c36fb58475787248590e330367a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9646169f83044bb5a2a0647317ffbc4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "eff9b6b8ec844109908fb14a05788e2c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "73b0b7921d75496a8dba76849a747d3e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fab9083a9d524f718be85cef298a5192", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3bfc28c533f7450ea4ee92c5a5303f41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "78c480a8259a4d5cb6c2ecec88dffa3b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "078ee1d7095546dfb2e7e0151f701ae0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2516522c5d254a82ae49a22c3feafc06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4b3663ca9c0041ee9e84ec9620825a27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "78f90554830447ad9a8a6da7fb85a309", "region_id": "RegionOne"}], "type": "key-manager", "id": "5193e01306a8425abdd3730b06e70e70", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e49ee834b1d24637ac027a2ff877a3b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "11de3c0bcbbc4db18bc386e1b486e6ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7cc7c8d0b0bd42e9b21e11bde27e8998", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d3fa490ca19c4eb4b6d7b7855265aad0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "895ffe5e361949739047afef3d1ae4fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e3b9c8537cd5484e94edfb3e39901858", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "76b076bdf7c74fae945dee27706c19ec", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8f9ac486394d47b1bae0d18b536744b6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "94502cf9d00d43188bcbf8ef29c07a9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4223191077ae4f49be5b0b65b76f3290", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "12db1a2621654ec88a1d65dde4834d84", "region_id": "RegionOne"}], "type": "message", "id": "58d0ca132aff488e85e7c8a7ebee4771", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "aa668df78b934d958e664d4dc4c0ce36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "835d3318acd14d40b4a39332992f9838", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6fcc6cd4989942e0913e79466562537d", "region_id": "RegionOne"}], "type": "messaging", "id": "2f34f6fc3c094f01a88d1d8ef1d28f09", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "50c0fb5aeb05418a952b2bfea7ddc69d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "19d9837fbafd4088a5076822d367003b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "02d35c303e2042c7b4ef5aec7fa5f4b6", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8dfe5c8c8c8e48eba5e8da8fe27acf8e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8cc843855e7b4f82958f25dc263a4a21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71cce6eaee2d433e9063e11c6607cd45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ad03ff996e764c28b8dd5aed8354ffcc", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1d7c74c066014214ae83591c29503f14", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "93fc032e14834a229746ea8c460ac001", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7259caeaf9244ccf925cf445b8f57d04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "65a3115130ac4398b4392cc60db80ab4", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6a5d05149845419ba54962454b903b50", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b047036a4ae04726b165b43bdcd64115", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2425595875d64469953e826b19acded1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1c200f4340d44bd3b8779038c6ec280f", "region_id": "RegionOne"}], "type": "container-infra", "id": "ca68851fded948f29b2ccbe17bb752a5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "038c8fc2ae84467b9c9169ba7ece53ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "1beb9a9bb5a9428b8777c1b07aa40e67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2275838a8eef47849fc2cd65d25cc5ab", "region_id": "RegionOne"}], "type": "search", "id": "96df4ccc16cf4cd68c10aec93fc61981", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "fc8a8bcd52cd435f8aea8a9789d6e9a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2429ddd0aadb4df0a14df6a920e9a3fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1c891b33d95a47c988ed700877730a20", "region_id": "RegionOne"}], "type": "dns", "id": "26d6b1dc33884ac7a8866fde7c559fd9", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0a958e3a555c4059810e3e975a505d22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8a946c3eaa004c9081e6d34f57d2ebfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "29ce5d41efea44f38082d8fb0cb2ebcb", "region_id": "RegionOne"}], "type": "workflow", "id": "9fcf6b365f2f4ab481a934ebf7bc658c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bddaab45fc9141bd8b70610be646a747", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "90bedcf656414835b6584b3b79d9fc26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "93c16eb63e4543a6b100581a7c33cfe0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f0ccdf7e5aa843aa9dfbaacfa6867dda", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a7d3cf51e73b485d82d41467a2feed60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ace7311352364bcdbe580b8f7145bf23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3f72001fcbb64d1086b53232e20f79de", "region_id": "RegionOne"}], "type": "rating", "id": "5b4e16a783b4497cb5a670920e682feb", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "06faebdc12e54d5b878f4a10209b5df4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e5703e5b60b24972a08ca4c96188662b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "69b2a3c37d5c4cdd908733632c8db636", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d1c854994fbb4221b5ba597b9c778f25", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "99b7ffa92c8447a19949691310b19819", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b4e7ab77d1e04e82adb1faf715f44fd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f3969ceb40d84d7b85303de0df5cfd4f", "region_id": "RegionOne"}], "type": "policy", "id": "a5283c92e0cd40828c9696aa120dda30", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aea0d4c00f794b4d8ba926ad1cdd827c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "09e433e4b0d04b1e848ed83a18d2423e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0f655bc007b8456a8ec9405377b79c6f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "48a5ea6f8bd84747b8705336319f38fd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8d3516bf8f2f48a99b6d97a4b607f786", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3535e102e12a49e8901d0e6f64baa372", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4d2968bcd0be44118717373c7d439f41", "region_id": "RegionOne"}], "type": "sharev2", "id": "19559c48a3e045dc88a6d61f753e2304", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "99dc3a3cd60f41d4a53ff7ff6f16f2ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5c9c42061500452983f868b884d5682f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "58bdf0ca62114db7828c0c2800e120ab", "region_id": "RegionOne"}], "type": "share", "id": "94cc0ffeca474aa1acc0a555639f7ed3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f9864c1c6f54448686d637150d95fced", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5f8a3d432a494aa79cbc133b19e4598b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "43fc225ab42b4fb28415d2c28740f7d7", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a3a2bb48c8194b138a0a4a4150a45d1b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13e513876a884553ace7160a2a969419", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b1e7ce22d484814ac58c960de0fa248", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df276bb3e3784451ba0ef4d3ac37b6b5", "region_id": "RegionOne"}], "type": "orchestration", "id": "ec747b2eb3e04ffcbf62e094aef58dd2", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9845e3bcfa249a58b6921dc3ebc3f37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5769165ae7994c20a501f48279eb99da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11068af746564e2cac46ab02dd77ed03", "region_id": "RegionOne"}], "type": "block-storage", "id": "c9432a8297f64c7a92ecb8c0d8d32c34", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3dac5fae6eb40238cecc96260f8e895", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dde98b646ee14704a50f7c5103f18e24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a5cd14b6f4e491c96a3facc91592cbd", "region_id": "RegionOne"}], "type": "volumev3", "id": "20015be5ff5f4cbab84109abb63c5e0a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13c5d636d652401eb0c8c8ca7c56afdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19ff1d56d463410e93ba6b768838ba0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc7fb3b325d24cb1adbc58630ed43898", "region_id": "RegionOne"}], "type": "volumev2", "id": "2436fe12cb8e4434be274ad73df37447", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "465767fe38cc42968e1ff73d5c485511", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4bb52ba3cbdb40bf9a77535ce3910504", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e2314e264e0444b99d9dba5a6f2cbd7", "region_id": "RegionOne"}], "type": "volume", "id": "80b08df385db4d8ba9732bc40c736397", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee4723d627f34adba6627e3c6bb6e4db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4aeb713eb406407d8f4523599a25033d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9a764a6f9e44cf287638ca66358e77e", "region_id": "RegionOne"}], "type": "block-store", "id": "db77c87e16b840159e7ef57d216ba2cb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "98a5ccd5fbf34da38c75b49471d0ede6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9929b3fa56e74e90b5a5ca43a2275184", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c232331803f143f88c11b0af6b6b626d", "region_id": "RegionOne"}], "type": "alarm", "id": "c8ae51eabc9c4d2f9973f0eabc11ce19", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b6b3afae5fc8413fb944956e418b5b1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "32d0744daced47ebb41da9af52fd83f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2197778b9de744a3a1352bbf5c59d44b", "region_id": "RegionOne"}], "type": "alarming", "id": "feb9edfad2b84a3b98812a7b1e572d2c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "70eee3d3e37d4e17841af44c5b56280d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f6e0f76f7236494196b96b045d92b82a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b79ec363f9e54d8288be2c5eba8d2d18", "region_id": "RegionOne"}], "type": "meter", "id": "c1f650987f7e422cae2eecbf255cd6b0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f3168a56c04e4310bc715f288f936f07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c86f0df46e084f6bbee324b4ae30b0a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f5cc16a0c8134fdd8cb8bd5209c50f84", "region_id": "RegionOne"}], "type": "metering", "id": "29aef0ea5d414220a289d374c187c892", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c77dc42eed5c481eaa0e367c58c18c27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "44953885ad504adaab7dfe1a5f9d918c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b7b49a23b5e94a8d83b62e7aa24d4799", "region_id": "RegionOne"}], "type": "telemetry", "id": "e10fdcd0b2944bd58178602b404bb1f0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d3242699ede44542b4250addafbb3ea1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "93c7d9fc1d44483c86d7523a9324d429", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7a3ca2ba6a4f4a0bbf3a6221a5a157a5", "region_id": "RegionOne"}], "type": "event", "id": "62b7c2ea7d9f4e59b7500e6aa2bc1b5f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "07c8a7a70a0c4f10bb3a2cf34a079cfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "58f19decdda44533af20d0b848e01674", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0630e8bed32148fa8a06e2f6c386d493", "region_id": "RegionOne"}], "type": "events", "id": "213633749ad44522a9965fff1fa5bbcc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d7edfdff1e754c4c8f2671dfd49267a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c92472bff25941dcb3324a85d694c959", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "dc00fe1df04743329793d86acafab479", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3c0006d9697a403780fb960864584740", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "143da52871a745699666b4c92f5cb0f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f2e380ac0acf47aa88bc38440cdb1360", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ac02572b15fb41fdb28c7f35c542dfea", "region_id": "RegionOne"}], "type": "application_deployment", "id": "7e3e280f5de245d89bcfd8b0fdd0729c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8bb210c52d1f41b7a1cf3564309913b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fa80490f30564ce9bf6859d0af8b52fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6649d89fae93491d934d40bede29c8e8", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "fba3a851a52d410db401e3f9f9e2be4e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4988ba42340f4c3889b84ba19ee94c57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "82bc3e9366bd4538897cb1ca714df282", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a4c713eb7bad4c188efdbdae74f15ce7", "region_id": "RegionOne"}], "type": "tricircle", "id": "226589f279484903b1825bd6f3120026", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8bb795a4250341a1a041f61d280bbca3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "3f8efee2f25c4d92a23042d05b20e722", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "bbc2009230684b239bed31b947a7c8d3", "region_id": "RegionOne"}], "type": "database", "id": "424cf9cb6569434b9c176ece2d0dded3", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d57c80cf159e4c6085297ec676b8d54d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6e19e403d7134004b3dc3571081d9f44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b9034bd7efbe4c81af8f5d90aeb645a3", "region_id": "RegionOne"}], "type": "application-container", "id": "fe575f72d5f64412b8842bd2a6acebc4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b9a93415afe44886b7d6f411d23a0910", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cf73d5f34b2c4ebb82b9f472a122e077", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3d1e54f6fa0149c9aa825639a8a44e29", "region_id": "RegionOne"}], "type": "container", "id": "4fd78003515944e384090d17d9146c2b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9fa6c8781af64606b7c2f119753ab1a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "00aef94687124117868be86717c2d158", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ab654d2853ef450a8c05c69357e7fd9b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "cc6092bd2c95483bb9b40ceecae2f7be", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dea255acf0cc4857b82e8136fc037d28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1dd88ab7b7214efa89c8d6ac9edcdd7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8c7cfa0b28b44d02ae566b585838153e", "region_id": "RegionOne"}], "type": "rca", "id": "7f41cf375b1a4f4ab10c1cd47db0feca", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0b7e080fdca1432e9abd76c9dde56307", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8093224c07d04218b75180b45ac3ff10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "34af7670f9454663b7c04bdc77829ef4", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "dcbad365c4a746e98c8e05ef40b1d071", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c02c1a301f524e5abe9d83c5fee8d10f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "156c745ff82b4874b8495f4ee7cbe5ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e58c73ce33c94dd297853de403ac1b40", "region_id": "RegionOne"}], "type": "network", "id": "94ace950b7094230a0ab8886e98ac601", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a5556e59f6134d91a500b87b42b1fa4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "496bd01bdfb148a4a8cef47bb1f311ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ed9b6319aef34a3ab4f66e777c9cdee9", "region_id": "RegionOne"}], "type": "backup", "id": "55ff3d9daf064c76822d6900b108e1a8", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ba5ff6e1430046e8addac4bbe77b1b2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1e69486518f04144b977fd9103253d8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1afed68790644e6a87c84264ffc74a64", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e80a206115cd4486baaf960e14625181", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b87b4ebbb27b4ff08c5291e4cc06eff0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f6236655e0ce45f3b6de5c188702af41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "cdd6810772a84ec7be788ebad586bd1f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "7aa25b4b749f49e4a8fb2434b48def1f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5108f6775bd34e7687ec051b8d935784", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7b68eda5f2054d95b0b98a09e05dea73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "38ab2f5a1a9145f2835ca932059cfc08", "region_id": "RegionOne"}], "type": "monitoring", "id": "8b0020a626d84e8bbbca304ecf5a599e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "07a89c738cc141528809dec0252ce778", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "374dba45d96243a38ac7260d809d78ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "08e5e3d33f10431cba159e1b1791fbbd", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "12c0be1e7f7a453e920f10ca1edbc0cf", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "540b498f4957487594f95d692340beef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "d47370538826427eb86a17523adac4ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c49018410454425ebf39c248ed9a48e9", "region_id": "RegionOne"}], "type": "placement", "id": "130c330428ac4095a8798e011c4a3adb", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6f6f822dd874483db543c977c2b25515", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6c6dcaf2b4bf4f73a2036413292f7b74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "80e86ec54bc44030872c11528bca8990", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b6eefd303e4d49b7a2a3cf4550c26b76", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d9111543e69e411b8abc46d682ac23e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bfe3977b740d4a42a77f3596f0b904ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b0901b3e9a574b30add6aa8754d10195", "region_id": "RegionOne"}], "type": "ha", "id": "4d225e71074f46d2a4ac805a6e2715ff", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bd0eced4fae0419795d0c8075cda8fd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a4d6bc2f8ce94b6fa2779affb73e3a3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4195d126d8244b668222e7356b95448c", "region_id": "RegionOne"}], "type": "reservation", "id": "04c3fa6b5b03416fbb32a01edc18724d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "eb7d292b088d4696a5007587745eaecb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f685e8fb9817453aa7f69dafa3f1f357", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f70cbc7a389e41599eeb4b6a2a3e4168", "region_id": "RegionOne"}], "type": "function-engine", "id": "c54bd99521424173b6b9fdec91597506", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ab3f0d932474499db22aa770002f1677", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8d691ee7945547f1ba2c8ee9ea06bb90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "886153f7a9c94f0094c9196c8c4022bd", "region_id": "RegionOne"}], "type": "accelerator", "id": "d28a768c8987463a9c1bf80e89f5a2f2", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2094cc84365b45b4bdd2ef3de21d7b37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "091d79d17f624778a7b3d76ff45f0f91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "eb2342a090e44926b6423769b33a1117", "region_id": "RegionOne"}], "type": "admin-logic", "id": "bff8843e9bd9443c8f6aee35a479ead0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7f78a735eb2046d9a43f717d20610f8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cc3efbb40a044257bbb40a36f0429cc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ba71de7f0efd4260af0e66bada47cfc2", "region_id": "RegionOne"}], "type": "registration", "id": "c8edd300a6a54a90856625d937e2b140", "name": "adjutant"}], "user": {"domain": {"id": "4819159f90694cfa93dafb5a994f42c1", "name": "9fbb687af79a4bc8980c2b4a9cc197a2"}, "id": "b9d45ad28a5141cfb3513078db8e6630", "name": "bcec3308838d4e31a23317dccdaefd97"}, "audit_ids": ["16d9f69f3a5f45ba94e44b3d22e8c389", null], "issued_at": "2019-09-19T09:04:37.547658"}} 2019-09-19 09:06:37,612 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,614 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:37,614 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:37,657 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:37,659 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,660 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(queued)-2/file", "id": "openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(queued)-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "queued", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(queued)-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2019-09-19 09:06:37,683 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:37,685 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,686 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(queued)-2/file", "id": "openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(queued)-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "queued", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(queued)-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, {"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(queued)-3/file", "id": "openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(queued)-3", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(queued)-3", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {7} openstack.tests.unit.cloud.test__utils.TestUtils.test_get_entity_no_uuid_like [0.064197s] ... ok {2} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_node_set_provision_state [0.145193s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,137 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,139 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,140 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,142 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,150 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.100980+00:00", "project": {"domain": {"id": "28c41b8621014898962e26bbbd6baf93", "name": "19e1db2bc2284fd3b386e959b34e711b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "da5bb0a7bdd2451f9a6acbcc22aa655c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "858981e581f14848a45176f6885ab354", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "426e4bef976b4df49e1949f93b6437dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1cc06cc54fef4d70b641cb1fd5ac48a0", "region_id": "RegionOne"}], "type": "identity", "id": "07f0ba0f4f3947b291b13f4a4850af68", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6f313089157c47f688b72b39db7f083e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5316d0bed8724f20a40583977934809e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "66c42d968ea347dbb94f5deb38cd17f6", "region_id": "RegionOne"}], "type": "compute", "id": "5a646d0fa18a4c86a7e5661e7733c786", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "91aa442482e8450fbfd629e39c06d25b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e7a9924eec104d11b99b4fd2b7e8121b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "941c009189c347d0b9a17439a9c4f423", "region_id": "RegionOne"}], "type": "image", "id": "d7d7f50d79d94d0cb63ba3ef9369c408", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "219617ec7d62416b8fd7f0960d55cd43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8eeb4fbf9fed417396fa376441b341b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "10ec6303291449ae8bcb7f6ffe17bf92", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7c1b468f048440e5ae4ff9e17be7ae57", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e73e6e3632bf432f98bb927426cc32c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "470df89aeaae409aa4325470fa3a291e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83a8f0077f3b472f918642e72b8dd1ce", "region_id": "RegionOne"}], "type": "object-store", "id": "0e3d7f3309334f1b9f3a0c1dc9e06e48", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0d3d34da916b445f96311e2a704be8e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7a35d05bc2cf4dfb9105d268c9fe7146", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6580b6618bee46cf9081841af3340a11", "region_id": "RegionOne"}], "type": "clustering", "id": "43ab767d16054d8bb0fe403b8d8f0503", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a975ec07eb044def801a4a8a01d5df6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "744fe8334744456283e9d1b9904e83ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "eb4deb50ce1b489496bd85cd60aa33d8", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e309fac6da484f7eb4b04f363b0a1b6c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6ac1bc257b3346cdbb1f27aa9fed5273", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "586b2e92b5114c36bd9fca5cb207eea0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dc8cad2d75844b0695220f9e519143cb", "region_id": "RegionOne"}], "type": "cluster", "id": "7e9d6fa23fb94f55a50454f319467336", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f2d962df32b94416abe66211b5463e8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "07a993d9e63345509344eb02e0db47e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9a3dc73d6bc546018a27ea1e6083919d", "region_id": "RegionOne"}], "type": "data-processing", "id": "4d8f5fc3d0d7468daa4c6cb56f54fe65", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c2de6925e5294ab3bc47af96261d2fb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6384bbaaa2aa493ba47d34e190344669", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "beb58a33975543c1a028ac50192b9836", "region_id": "RegionOne"}], "type": "baremetal", "id": "e1131bf66b2a4303a944a396e572c393", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "137168e38782462b8e55d3ca9ab4c396", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6894409e6bba4ffaa45eba571225d77c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a744f147b708411eb7e8e0b7f964d9f7", "region_id": "RegionOne"}], "type": "bare-metal", "id": "011cd507142a456f8666dbd80a1e8ce1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4a5b295537824bd0b64966a52abdcf51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "096d99ba075a4a16a5f448384c00b14b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e506ce5b66264c81bd79749894dee331", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "db30223996724c388e7db417704af64f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "627931504b3b4999adc03ae0f15dcdc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7019a58dd32f430d8f9605b1de2a0ffe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "54920b8993ef44eb9490f75f524c68e2", "region_id": "RegionOne"}], "type": "key-manager", "id": "a1a91f3353b04303bcffe016a0586d78", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d8d2ed3d16c44547a97387f89f2d21b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ea7292c63d2b4971817e2a747915f730", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d101ceb7c9714e0fa8288eadf6feaf4f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "af885b7256c847e4b65efd359976b537", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a6cab5f0e1b541c299869d0add835353", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "57f053f4d37843bea3d63f2f61d11206", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "436d6ba56e4f4d16b8c2c9174e3e7923", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b09f896069a44b55bbbb401cca07fbe1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0e0808be17114247bbcb88686dd2e8cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c2be1100cacc4942b2b39d2352f03141", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ccfdf7d29d0240538d57d3e835c71936", "region_id": "RegionOne"}], "type": "message", "id": "25240fb88dbe44179dd24de79785cd5f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a2670728590349ac8aa24c013016367a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "84afde76bcb74e47988a6f7762c60404", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ad5f63db78414e0ca70801ad6155e993", "region_id": "RegionOne"}], "type": "messaging", "id": "eaf1e834bb4945e499cc0f3d0dc6c732", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9d372652ab7646118c65190a839879a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "949b044c6574435a9b63ea5de1960af2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a1be99fec554419c9f88a07d50f4a8ac", "region_id": "RegionOne"}], "type": "application-catalog", "id": "9e49b7201f06467392dbbf1c0fbf4b5e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0a7783a474804467a87d1e1831ee6c60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b25882da5422437885d078c4507cac08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2040b73e5542450a994c4ca8c7d9d086", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d362947cc7e1465d8e760d490a8873be", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f8c2c1627a1414cb7edbbdb5c9d1ea9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5b543b2e6b8b4b5a8b3f4101a112c9a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d542ef312f6a482e91555a7f5614fad9", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "fcfb82aad8b8413c9c6c135015a32828", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7a3dfc84e50b41dc87ef34edf983b2c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b4e79611d59b43f8a808eb4463486b95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ae7b2d3edb3147f19ebdb9880f159edb", "region_id": "RegionOne"}], "type": "container-infra", "id": "c45e0b6868934820a1bb3cfe0e7f47cc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5f8e17e3feb949a0b32492f9bce484f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f4e554660b474c089cbf313df4b26df4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5cba3b3327eb4202a251e28b0468a7e6", "region_id": "RegionOne"}], "type": "search", "id": "f52ebc55a97e457182eb00d4054a782d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "761988c32065402580188144ab82e3b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4135697330d54c13a1ff29a2427f2a72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a734d2cc221b4b70b2fe90cb4fd8524d", "region_id": "RegionOne"}], "type": "dns", "id": "48eb5eed6ec14563aae36b6225aabb5b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a164c410c22f483ba8aebedb711b5aa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4a37d9d28ba44fa1b6be86e0474cb89b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0beb9a5e5dc642ccbdb91730cf02b0a3", "region_id": "RegionOne"}], "type": "workflow", "id": "7a329593509f4115bfb557fb6386cb72", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a43bb9130500475a997861db5595b08d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1b98f3240c6e4da49f6f168d5e54af32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fb486aec79bc43378c1f7df1b5922445", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e161cab62b0c47ad8b41c423cb07ac64", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6396dfa78bec4580b9f7fa530f64d26c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c5cdfae9d9fc4b90a85595f0c22b078d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "05bb7973d5b342478fbf6dbd3e0cdbf7", "region_id": "RegionOne"}], "type": "rating", "id": "c991e025c0884cac8ab3cd3bf54350f6", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2085e99453ca4e09988e5f44a17784aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a58ad541a7f5498c99cd6b7a71b492f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c2141ceea0de4aae91d45a1228f143a9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c2cbb4a58f804985bf5f1df644f6323d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1a4c00420a5e430a8a81a983f0b9598a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "32dbcca3bf0d40248d07d12a43dec5bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "dd6c03c1237b4812a2e342022c40acae", "region_id": "RegionOne"}], "type": "policy", "id": "81be9187a3df4a21b52c8a1c209528e2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a85713c4d1e342e7b106f7b42cfb128c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7cd72f79947f41a0b8e5ccd6d7b89c95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b14074a4f6de4415953688ba62790228", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ab49fd97e42b4426ba6eccf21c607181", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0126338b4d8c48e4918ae124bc2ffb3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "19712197ac53476f8f9bd7075d10cca3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "75d5cde5ef9f4bc59ec70540a2ebca8b", "region_id": "RegionOne"}], "type": "sharev2", "id": "06b0eea355514ab09c78437b7798f2be", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a4ba288e8b544470ad4ac57e9bdbbef0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a45a23a46e884842bae79b18a1447531", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "77a5cd392f1448d0bab2918a243acf60", "region_id": "RegionOne"}], "type": "share", "id": "29ff0396b66740b2bffc7ea96f98c7c4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "aad4b2b1dcf5478e8eddc9f92dedc570", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6179f6b00ea545029bffed4ca0937120", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d422ef52f4954c66b186bc33dcf72fd0", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "972b8a55bb704be389c0412708935e61", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ffc25338ed864068a597b1e8205b3400", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a54cdb794499495e85f388a20daaf11a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70df26460d154b4ab5072af788534536", "region_id": "RegionOne"}], "type": "orchestration", "id": "2b2e246ee5a94b4bb1bf536027c8a430", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "936f24247054439f9bf5d4b27dd2e4b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "782665d2220d4353a040bb9192286303", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6b25cf6cd7d46b98c00889c09585074", "region_id": "RegionOne"}], "type": "block-storage", "id": "c311ecca2331477db49e6a66bfe00cd9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b712cff4e9f4cf89e1ab21f9551ea2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "470e7ae83dfc4f93b6a60765251a96d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "458d7e6ca703411ab17c3fe230e53f85", "region_id": "RegionOne"}], "type": "volumev3", "id": "a2fc2ebb393d426a92f3203119e39a63", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6efd1d0be230415e9dd8aa0f3f0bef4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba180b98ca894fbd8e5b1727ae2d22ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e02e2a05ddba47ef9e4bafc021546e80", "region_id": "RegionOne"}], "type": "volumev2", "id": "82d3919212f1479798deb0a652be2dc2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af4de77bef364de6ae4ccae6f4dd9717", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a62eecd374104743adfd5cdccc27360f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33d4aba14b0640da85b2130a37299368", "region_id": "RegionOne"}], "type": "volume", "id": "7ed3ae5d16144108af90a79386594c1d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfd0f92db87b40ed81aaf643004eaad4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84aab2753802406a80e15c0e5fcacdbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58551909148a4a1f8d8fafd4b060609d", "region_id": "RegionOne"}], "type": "block-store", "id": "d427cb0a797047e4b0600e97fe42face", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4eb45c72f4b841918fc370ed77a5d9ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "50fb9f900af141b9b32133af76194f24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5669769cf2604a69a8f1fbf2d006becc", "region_id": "RegionOne"}], "type": "alarm", "id": "88853852385b442da6bd453996e66518", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c12f206af6e94e469ea7149164f80484", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6415d2574d2f4d6d99c140346ae71cd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4beb3a764e3743aab085b0a88abcf6ce", "region_id": "RegionOne"}], "type": "alarming", "id": "ed25a59de6a44ffa900a5d1ff03f2f23", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7453c6bfefef46e6af42402ff6a78f75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5bb79348661c4283806a9682d2f64ed7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8a1beb173916428497a2e77ade054b43", "region_id": "RegionOne"}], "type": "meter", "id": "cd52464c3b904393bc85954179deb2fd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fa0bb94ebe9b407d9ffd4465a9eb81f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8c3670b83308463fb57b08b56e6ecb9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "09a9596202eb47d9af1a30996fa0a9b2", "region_id": "RegionOne"}], "type": "metering", "id": "09c9e861c0d1493abaa9f2bd6f51e5a3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0d9a22c365c2467ba19b0517c82e3f6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e893fdde1a8d41dc971e1a55c6dcad6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "392271d0d73e460abc0e37e25dc4dda4", "region_id": "RegionOne"}], "type": "telemetry", "id": "ed211597c21c4c889b59ef2e829329ba", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7550d213b7fe4d198cd204ed6bd64227", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "96f67b54a4a14ac995ee158cfaf2fd90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c6023ae8bd754b2dacc2d035d794f6eb", "region_id": "RegionOne"}], "type": "event", "id": "2e44b0df5c4d459ea8dd696d661fc7bb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b1318e6168eb483396eafbc5a53bd0f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1586510c20b84f29890d372629faf864", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1d0c5da0dfb64bf1ba7f835cb92c392a", "region_id": "RegionOne"}], "type": "events", "id": "1200a4f658474f9a9f758747ee83c0cd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c068243194644bd2a352e45120c06b15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2898d3f7ab284d369267cd1f9f45035e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "14977fe497e7425d81dc50b646ffcb94", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0e1d852bcde649e6a98e6735151bd66d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d1febf456c974433a4e7d963fd5cd0d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cf9cf3edea4e4d409f2e07655242ad2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e1d5c3daf4384eeea634fefc619ac385", "region_id": "RegionOne"}], "type": "application_deployment", "id": "aa096fc4b18d41ab85a23a59a323b193", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dc85345439f145949b4239dc77437b02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "607a84b137b9462ebab5c11d916c2dc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "806e5d2e86ae454e9a77a2cde63e0678", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6f6c2b5910b6489fa4aab38a22b02ba1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7983ebc507df4a9daca96a8a9f72a7db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7756484cc33347f09526dd1bcedfe1a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c5e06b6d84ba440c8a553ecc8b214d35", "region_id": "RegionOne"}], "type": "tricircle", "id": "a31f0effc8904b71a7bd88df176c2fca", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ba9326bb076743988002d68c6d6429c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5e0ec0624f974b48af487b0c9530673c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "517cee0da79343da92455cf19aece806", "region_id": "RegionOne"}], "type": "database", "id": "6fe7a5dc4d114bf098f0906a3e087d29", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bc7d1308106d4ff4b79e7ebf87e0b7dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f24330d58d6c4e98a5644b6ee737104e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2ab64bd2ea50453bb24e8b970be44ef2", "region_id": "RegionOne"}], "type": "application-container", "id": "d53ae1907276449087d21223284e224f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dacb3f9413314f56bdfa170fd801a237", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3acd3d27924244d0977c58771140f651", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2f06eb6dae584fdbb096f24cc3d1941a", "region_id": "RegionOne"}], "type": "container", "id": "0500490166eb4c55a844270d2a24e87d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c7c89ded2d5b42a59f4f43b00f5fea32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "067ed05175ed48ffb10fb130dbec68e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c266f4b888c64cd1b2780e589ceb5ca7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2043419f8eea4480b280422213f596a1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "78e5d98718674fd098660ceb43ab39cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9947c85981d94ef2bc20fb0c7ee1f79c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4715c7874bd84b24b99061734f15998e", "region_id": "RegionOne"}], "type": "rca", "id": "910fbd2a6a1e48a786535b0d11b0d521", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e8a199afc2a84ac5b63c2ce95ab5f82d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c8149466f64e43b29eeae9065c88a04e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "0f17e252aebf4f898368f54a1f1524ad", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "eb43ff87e3d54528a268a82fd45fbbac", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "2e88a27bb6d74d04bf9aa4b07dec2a59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9aa0c8310adb41178ee2de66b32232f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "71a605ac7af147d992bf6fff2813ab17", "region_id": "RegionOne"}], "type": "network", "id": "e687dc244d9548bf8a7dd0266e8d7b98", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d90655a807854c4f881b10ef3b9fdc96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "afad74ba0dae444ba93d80709223fb26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "70a4efffc21f432fa0c839e584f37be8", "region_id": "RegionOne"}], "type": "backup", "id": "c603dd981ea4497086180d45a078344c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "80c2784a5b3e43a2b83b87bdeb6b3614", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cc6b1210a6654fae81de1824d9ddad3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f1e51acb11104bee936ba95a692060ad", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a98eafebc2a249a990eeb5714e964687", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d239dc2411e14525938a329ec2ad84cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d4a1cda4f5de46ea8f5bbcec2b092ab9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c63bbe42fc9b49cf89a86c0d887261cb", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "671d2f5027014b5ba2d5b7847bbce2df", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e759f79a867d40b7a3b729cbc2f2fc9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "575b797c46324bd8abcde666a16cd5cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "506883e2bd1f4307b3167c5d2eb5f86e", "region_id": "RegionOne"}], "type": "monitoring", "id": "5129733b64364ca78cd647c673d6d951", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "48f873b0aa4e4af3a93e3cda62f16ae4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e8be8325ab4743fa913082aef8d45742", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cc772d473c57468084312b18c0acab4e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8a639901b1de43e59ed3cdfd7b3749be", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "149dfa8992ea4465991bace471ea06fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "70d3d3868a8840e997739993a34f1919", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "421153995f9940c79c6ec6458e27d76f", "region_id": "RegionOne"}], "type": "placement", "id": "b5d2664232944f70a23b8f4597ad9972", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2da50bfbac664b7689329fab9f1648a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6dbe31322e324a8c95d2d37413fcea6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "009b7b2684be41d18aee36a04a7871c3", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8610037d6f3a42abbce659345ce51ee8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fd83a5802ea847c8b993d894f9133ca0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3b9e5b4d47944119b59100616e36bb6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "aaa336a31fb84ac9b1fc49acbb9dd49e", "region_id": "RegionOne"}], "type": "ha", "id": "502253022039469c9a3a11537c28c931", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2b20af049d074ec3b53a5ee668b58196", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "379b5f44684d458baef446c4475a6b6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a7c99e08db6b465bbc1bc0f76937b90b", "region_id": "RegionOne"}], "type": "reservation", "id": "7a1e239806b64832837a80db4c4176e4", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bee054c7f12646eebf6711142cdd4891", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "965ae8587a6d4571afb6d15c21640f42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c52066a79c2f45aea5d7aba646879cd8", "region_id": "RegionOne"}], "type": "function-engine", "id": "8b1e98a8649d4b74b96b31ad67f0f5b0", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "04d87226904542fcb7150588f03c1a96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1851b730d7d94a4dbf633730041ba9d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "55bfb6ca6a15470da461007efc1b63eb", "region_id": "RegionOne"}], "type": "accelerator", "id": "fb2e129dd7b540b7829ba8536b6f4fd9", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7d17a17f051f4cc7a5ee937df895f8c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "883043cabafa47e8a0a625131465d829", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "762c23ede2a040e8abb7fb65fe242825", "region_id": "RegionOne"}], "type": "admin-logic", "id": "25b3744b86a844d5824af700a85131af", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e8d3c78061c640e285370449db7155a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "23cadc2ed795419c880ab236b81de835", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "897a7093343747648bcc0d9be0a83c5e", "region_id": "RegionOne"}], "type": "registration", "id": "4b935f9e04aa4b2997230723c34c7083", "name": "adjutant"}], "user": {"domain": {"id": "c2d901d526b945dea9e531a07ad48d48", "name": "ed764f04a0484031b0d2e148f29f27f7"}, "id": "a59b8511c3ed470db9866463c9efd4fc", "name": "bedfa3e070f94302be536340855b0e7b"}, "audit_ids": ["92881ab96c494817a786d224b9600939", null], "issued_at": "2019-09-19T09:04:38.100980"}} 2019-09-19 09:06:38,186 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,188 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,189 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,214 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/aa7a4e67-9a07-4e3f-8a84-e578cd97daa9/states/provision -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "active", "configdrive": "http://host/file"}' 2019-09-19 09:06:38,216 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,235 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/aa7a4e67-9a07-4e3f-8a84-e578cd97daa9 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,238 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,239 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "aa7a4e67-9a07-4e3f-8a84-e578cd97daa9"} {12} openstack.tests.unit.cloud.test_cluster_templates.TestClusterTemplates.test_search_cluster_templates_by_name [0.101130s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,147 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,149 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,149 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,150 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,157 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.110435+00:00", "project": {"domain": {"id": "c31f7a7e32f449488ff6c2f9e6e13c31", "name": "d7c87c5aca464ea2b8709cadcf358314"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0f627ea30d8f4877ab6e5437172b0dae"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a79e388a0a6c4c57803427bf1e525e4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9cc6f7882b47407882b6978cdae20bba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ace8335c7d2740d4bb88594e2ef554e9", "region_id": "RegionOne"}], "type": "identity", "id": "7949d94465d24a7e974976d96768ba81", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0bbf11d3e7b34263844e8b8a50f5137c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d78188e83dee44dd906dc4d9c4a18c7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c7fd576160084a7ca265b265baba0e4b", "region_id": "RegionOne"}], "type": "compute", "id": "0f19f313005a49618be014bc1a61f6e6", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "88d4ab5af1ff4d5295ad5049e9f7e596", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "920ab46a9b4148c98f79d851dcb80d02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "bb7d0032d1174116a38501b4cd06bbdb", "region_id": "RegionOne"}], "type": "image", "id": "b708a1235b1f42f3b1d6c44dd461d0d0", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a94ad1fc042e4829b312a606755edafd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8280a46080284e10b68fcaad96152f87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "caddfcf83088445da8bb32d0aba890d9", "region_id": "RegionOne"}], "type": "load-balancer", "id": "4a490a829d374ea6ad1d660eb658377a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f68b3f7ffc7442ea7c2f6f5de626f4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ed8d79167b54863b82c2abc4a4fda90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01b0e2a8211b486b96bc488663a66742", "region_id": "RegionOne"}], "type": "object-store", "id": "ed80479a5fc045a1b8573ee0d97ea85e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dcf4e1afdc05419999a9c7af4ae62949", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "474a3f8291ce4291b946dd3a4c2759f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "305f34b9a98746549f1b6f122b306a95", "region_id": "RegionOne"}], "type": "clustering", "id": "f081844ee70540dc96302ea1e4aabc43", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e6829a2af8d64b56868c1357a55816b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1f7e66685812468c89933a3351f8da31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b672aad685d24401a7583791bfa3d7e4", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f778e059ba354047adde5b51e15dcc71", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "24c8e9b98e5e4702a732c8f22a4e8677", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "717e068cd9e740cbaba9bf05ff3347eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "aedbfe7358a54b2cb1b6bb188abf4d77", "region_id": "RegionOne"}], "type": "cluster", "id": "90ecd120f0c2497eab49bae89a97eb78", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7079c1ee5f3946e3bdc92a32ed570d5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "58fa4fa0548e433e9239d7c1ce1a310e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a6c00fc1464d471a804a898eef88bf24", "region_id": "RegionOne"}], "type": "data-processing", "id": "906b906d879343639a03a32cb1f0ee3a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a7cef61a24a64125ae6c67a713e4d212", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "09aa949a2822401f96bd7de20d806f27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "dc883d9aad444df5a5b734c91bf82f9a", "region_id": "RegionOne"}], "type": "baremetal", "id": "bc8217773ebb4aa283237ef8c51c2727", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "04eeb67f60044acbad15996963558476", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4cb6e95fb24f4b54ac94de4f8cb9824e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "84272a00c6da479b9f740124ae77e162", "region_id": "RegionOne"}], "type": "bare-metal", "id": "5cb253b9b27f4ee298b32a2367e202c6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3d7e171259b344cd9467482590b501ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "77f7ba36ab12479cac07296501e36b27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5c075c07e11d43abb789ffa6aaaf70b7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "be23ad00a0d14f3fa85881bd67bc6e71", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2e15a04b940046059218036ebac265a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "05c1fd6502444080b7b5f9e101ba8351", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4f89cf3485cf4889971470cd0f9ab885", "region_id": "RegionOne"}], "type": "key-manager", "id": "36c71ac992ee491ea9a1309c1c0f93c9", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dfc9a94afbe1446d96f78b4d24f26599", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "75c1886f182d419da6700bdb3c6b4052", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fcaec77b372c49cdbefc0a3ac738fec7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "48234a908bd844139c84c1e8fe1fc4a1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ff2556e7505b420787154e975fb456f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7647fdec02ba404f957ebf28aa50aa20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a0d96412b8234f7382b1f4426c696979", "region_id": "RegionOne"}], "type": "infra-optim", "id": "11965d6aeac64677a0bbe88fc5729594", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d3750582b69546cca9772adb94e0bed2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bbd776e1834f448b99dcb88c7affb734", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4e5094c9b1924911bc303ffda841dc3a", "region_id": "RegionOne"}], "type": "message", "id": "c216874629674f6f946639b513e2cc51", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "23d9427f1c2146e08c78b31e28ac3c2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ce8f676b48554668afe6898402077d84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "598081e529b7402484256334cee2f7af", "region_id": "RegionOne"}], "type": "messaging", "id": "f2fd14b227c3450981e95f7fdca09144", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "21dccc6068974f7dbd6f85f1d8de08b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7a29a12f151c47409326736d177b9b09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "aafdabdb8ad347fea725cc8ed22f9f71", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b9a9afaed54b48809070757aaa5c6b0d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e8c114e29f0d473797bc003401bdbb65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7cb26f42aeb6467b80b46c6e464c1076", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5393feae5f0041279cf682e3d8cfb70e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "85ea25afccb54306870af365e27014a2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "642de72615a54d95b2bb1b8734f6f15e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "32290d6a87664cfd97ff8ddd6f4943c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6860c7ee15a7431c9db231fcb4628dc1", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "39de7aed63a24e919da52996d53735c6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f64e5d1f2b3f467bbe4521fc7a91d250", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fccfa83f2b82498c8c88a912dc39105c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e7220a0e90b4855a96356d58e31448d", "region_id": "RegionOne"}], "type": "container-infra", "id": "2bb696301b0c44629f2ad36b139b4964", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d4aa37876d984128a7048ba9056f209f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "01cf0829601f4451acf13898cbc6abef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "af96c2cec9064291b9fcd973174348e6", "region_id": "RegionOne"}], "type": "search", "id": "816e9933f98b4e8792ce75882219e61e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "063858ca43fd49458a84eea84c18d743", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "89b4d42e221948138658822176236aef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "214ae6057a2d4d2aa3b0fcd24a09fe30", "region_id": "RegionOne"}], "type": "dns", "id": "85c663b0d8b34138ad049ad5a51e519e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d990a0421bed433684326b18107280a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "baa66ce1e7ee4059bae98ac1b2f50472", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "076e94f445384d4a9a94de43d854ceb1", "region_id": "RegionOne"}], "type": "workflow", "id": "8052e6de3bb44a6b8d7a975764177d5f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d74cad2cc5f543548227dbe0fa296ca6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "38fdbe83627e48eb9448f5ac58570262", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4630ca5d6ce94a5186bcfa4a46228337", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8bb6e6122c13430e9801269aefcbe4ec", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5a3f2664b4ce4aaa969cd19a7a4d9dd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "775659d529de4777a23946e40ce83a73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "60fb596fd4364e6fa5ce6fc9ed508215", "region_id": "RegionOne"}], "type": "rating", "id": "6bc0871ed1f440e48089df1aea9e744d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7d507b00245148b2a96c72746832836b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3993e4bfe723487597653a862bdbbe78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1527e999693b40da8b5cc1df1a6d00f0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "58fff0f680a84c42a8eaec5d49dbcbc7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c048057644d64309aa5501342bb302b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "aca00d70ffcf440cb9de576ad1624627", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7b3c24379990401883f9b1f53e5b0232", "region_id": "RegionOne"}], "type": "policy", "id": "47c9a02ff8d14866acd72723e00542f3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b7a0777f590c441d96912cf5e8af8b89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4a77cf25f3e84438b244154ec87d7663", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "024afa04851f453f9886f85713d0d3bf", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2bfc273590fb4a38b3190b4813a04172", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "50b2058497144606a3a07cc169e3ba9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ad00bf29a0034e1fbc52801999583283", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "77d751477af049928b3dcce51a637998", "region_id": "RegionOne"}], "type": "sharev2", "id": "70ae1370915040538180e227ec97b703", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c51a1ef6ffc5480f89dc8b135b0d9f3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "210a10eeb36645f493c9fceda7f1e133", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "398e78c3041541d7b626bbbb17f2aa3b", "region_id": "RegionOne"}], "type": "share", "id": "fb1edaa03f164ff8a3a0c9ee343a2c02", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6416acbd67f64c37a9ff72fd561178ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0a03f38ec1554c679458bb5580dcd054", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a4799da4bdc54777bdc19d799c734740", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "65d3a36d2923433c9f0649220207d31a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4530120474b7472a87d30db29fdfd89e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd859608614344de9432aad99072169f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88d4c60dc21a478f88883394d93c8347", "region_id": "RegionOne"}], "type": "orchestration", "id": "3be01ad48baf4d2f9efcf08eab2ef37a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "371c174db91d4604828d3e78b8d6f059", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87ffc44f65204efa98f02cc2ccb24ba2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5cebabbaf5b944d3bb61268689a2d365", "region_id": "RegionOne"}], "type": "block-storage", "id": "e0655d985d364a72a11506f8bb0495c8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e5d31ef639f4b97a73897d215fc52b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae3ca47cf61242eb927ae999e088300b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a94daa0d6dce4f38b170b2f7b0ce208a", "region_id": "RegionOne"}], "type": "volumev3", "id": "d6888efb388f47f0a873cfb4c81ba53f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "425feee188ac4627b0f7e9370db759bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cf06c8340f440aeafdde6c2d6a8d648", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "033f8df40031446bbf370c7a20ad0ef8", "region_id": "RegionOne"}], "type": "volumev2", "id": "bf4ad98486ea41efa43712502a63a599", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e51cd0dbde224b5f87767b96f06ec88d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68bf0a93ddb4441b92582b7b93f8d43b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "381087436973427fa4849ceaa0148698", "region_id": "RegionOne"}], "type": "volume", "id": "d708de1344114413b3fce708654613de", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02253c9fb5824520a02be5d3198855aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f6dc0172c904202aa9d782fa0768fa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a04fb8b02a5e455582a6b0628e2dad75", "region_id": "RegionOne"}], "type": "block-store", "id": "16bacf70dafc45be8b74956aacc5d0c1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4eaa359cfd35403987782669c5aaf9bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "44c16deaacbc449ba40a20c76db76c71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "57d11a729a134f60b81de64ee015de25", "region_id": "RegionOne"}], "type": "alarm", "id": "c04d563b00e14b23b24cc8c67cb86dce", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "49df616b4f60455e85790faa7a01ab4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d3cbe77f15124a23a18550fda586ac81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b2c7b744795542309be561309dab6715", "region_id": "RegionOne"}], "type": "alarming", "id": "c7fde5ddc05c439a85d177d6f85ac62b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "02106816b47c4f28838bcbb17a786e57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d59a38a3e65c4441b7a82061c4d07f82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a72a746c9c194b7892ea3a9902b9554a", "region_id": "RegionOne"}], "type": "meter", "id": "f60214336f08489185cb0a90c8c4da91", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "55b177ee63e54777a65ff682516ea421", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b642a47898964ca7b43a48faa31dc3ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e5e95d457e3441fbb4e2b8b27b604946", "region_id": "RegionOne"}], "type": "metering", "id": "34935afc6d3c463188d3c18dc3fbaad9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9c08b92bc7b249c6b2ff39cb61fbb4cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7883b6c6c77541d5bd1a48c0c589a471", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "99ba238a2c9f46949c371fca7b707ab7", "region_id": "RegionOne"}], "type": "telemetry", "id": "df62fa5a3b504becbf2dc9ecc24403ac", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "62b8fa0a8d4d4260be0baa93ccbe51b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1e8f5daf279046559cc53691a4c38530", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "992082d3c7154510aa255881884565f7", "region_id": "RegionOne"}], "type": "event", "id": "c5d7c8f65da941dea3746a5a967776ee", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "751f941bf12a4277b55ff56747f6c287", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8f2f1aa21f01423299084eee883fe439", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fb4b56581a924e24bedb7cdb99107099", "region_id": "RegionOne"}], "type": "events", "id": "a5a31cb718a04e3ba7743ab458afcc10", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "30e75327c3934e4a9c0fdd30dcba2f26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "78b4593a384a4e5da7c281fc9ecb80fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ba691ac8ac2b4af6b1424b538a8ddf57", "region_id": "RegionOne"}], "type": "application-deployment", "id": "196238caa3364c038715eea58a10753f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6a7f4665b4c04a4db77de3a689f49701", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ac8d8d0b334c4d61939495f61c8a1ee7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bfd02d66b74845aba1ae3ecbc5e3b723", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b3d31246043149ca896ebd1c626bbccd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "00fc3d3436794c18a2e6f5007c295e1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3b3bebdea90645768e4cf77f604cc329", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "aca02ec56b9c4264a9d2efb44ee60119", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "983c3e07dbd343eaa53a8a02dabe42df", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "490258b2805a4aa183c91b9fa727033c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3c7d09b1c9864a61b999f13aef27e39b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c2115471c4fa44a188827b898bf0054b", "region_id": "RegionOne"}], "type": "tricircle", "id": "03a9ae05c3fb4fc39445b45ae2daf6d7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "edb85a74f55346f99cbf0661e77925d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "af84af4662304832a2afb4bb392c6e88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "61d912fd9ad44983ad4292cdeb4fe54e", "region_id": "RegionOne"}], "type": "database", "id": "b72cae66eac248b5bbf1c6b4762612b5", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "10b77c2677434b3cbbba4a91a8536395", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5cad96485fdd411bbd35fac145af37c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6452ee5d99c84e8596391a6b4f90ad1c", "region_id": "RegionOne"}], "type": "application-container", "id": "a2b938bf0dcb4383b3c95b20f940fa14", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "69cb2a598eb648dea4094fd84929282a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "79dd53bde45b4c4582cb8e852f24ba9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "42a853ee21a345c49a5ece9986a0522d", "region_id": "RegionOne"}], "type": "container", "id": "8059821f3a774bc1a1a465d9c754271d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b290b11b41144047a60b7b432baa27fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "52262136918746cebd54ee8af49b97c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b2a5ba6d21324a4abf7fdae6ab9c6dda", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "df8650bfbd474a1ba9fd82af14396424", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bfa40addc83044e3a9fac7f8d6d770ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dc9038768e7245a89be8cc7584b75dbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1b71fecfc60a4f4a88471eb7a3516284", "region_id": "RegionOne"}], "type": "rca", "id": "d99575ac1a594f768d2be5da938caab1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6e60749d8e3e44b4a9608cd7fa60421e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "31b8bbd9d2704a4d8694cd7354aea5c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "26c445a874c242d784fb8220c35ce080", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a0c1ff99b92c469aa1f9bcc29a378697", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "1fbb925e921a4628b60a96233176831e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "24ca58dba0164ee48889eec2314e4460", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "582929fbd91044ef86bdf20fd3b994d1", "region_id": "RegionOne"}], "type": "network", "id": "8d282cd81db04eef96bf3345a4f07348", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c8ad463de0b64e1b94f5eb8b6ad16e89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "518bb6e8bf254a0aa6673e62e74c69c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "12f399f42dca4e9f90118b5c0d3b4581", "region_id": "RegionOne"}], "type": "backup", "id": "c2233dae2b684549a0a480f370116492", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "990dd69dc9c04a1f9cb10c2ee4e934b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "58c81fc6457e491a8ab7739c51a25e97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "47e7f98f75eb401caa12cea8ce23d833", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "705609595bb14be6b4c3ff8be3a5e9cc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "913dc44a4d4b4b8b8337c054c79b6185", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1a2f316bde8948ab86ab9d4fbb89feff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "50647944d91843ada870ca680bdc9110", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f932774536da4046872714829b08066d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f3271ca213b346c1a4411842d8363b8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "72eed55c257f4310bd00829a68ae3f32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5975e26e88c743f39926e75e2c961d93", "region_id": "RegionOne"}], "type": "monitoring", "id": "b1f30247a7f94559a307e70a97ce7e7e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f0af9002ad604771a3d5289245b7c951", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c4755042b3b5422b9ea909f2dbea1039", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "3a7dcfe1c1ad4da4b841cf15ba7131bb", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "aee4d4d4df54497581edfbaf340a0e5b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6da227a8a8e244158344fd4ec9bf166d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5c5cd2f4f7684e34b79b1300babb122b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d8bf742cae0a4341abd16ffe8451cedd", "region_id": "RegionOne"}], "type": "placement", "id": "91f67f6aa10140ffbf5aaa0e6e7b793e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "89b8ee85a5ad481cb047563cdb6b42cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bf58c13c2f33420a9c0594e9149b321e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "daa84e7e749e41dd877c80a3c1053619", "region_id": "RegionOne"}], "type": "instance-ha", "id": "113b8ed7ad4c4c0687f82aba6f71fc2b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cd82accf45d44743a800b55cb285b51e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "93170ca4c483432ab8c0af9ace13b55a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "507981017754402e9e36aee341157949", "region_id": "RegionOne"}], "type": "ha", "id": "acfc66cd3eda4603a0363b28bcac27bb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "aa93613951974d7091e21011f404d0b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "732a066de292418cb414171cc10e3c19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "34d9ba0c78784fabbe541fc1d4bc441d", "region_id": "RegionOne"}], "type": "reservation", "id": "e149c402cd804926945c9bbbaf98ed9d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "597925b653ec41998ad23db4a7abbb5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7dd34627a02a47eabbfad066b84559a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "559bdf12e9c4491ba7c7ccce721ff2af", "region_id": "RegionOne"}], "type": "function-engine", "id": "f7081a5b46544103b100a6cc147ccf4f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "92e5638d98154ba697fa239423e3d5d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2d7e819f60ae4a53a198109d1cf6699c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "da1a69d8b6b545ea9028d438da7f5d35", "region_id": "RegionOne"}], "type": "accelerator", "id": "8ae9bbaf6fc74068b2fbbacbcfb88148", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e1dae51bde37415391a1464225db7211", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0fe81e3c2630489c8ac0e8316de60570", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "dce2c4e486514c4b8cdeff03a0154bf5", "region_id": "RegionOne"}], "type": "admin-logic", "id": "408997ce1706438f8d34f551cd480c37", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0791c903612f43d58581ae6153c5312d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "32b3338c3e824fadb64a2fee59699ee0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4c12b12ae58141909acaec6544774f26", "region_id": "RegionOne"}], "type": "registration", "id": "fa83e06709df42c9b8eca39c5058b14a", "name": "adjutant"}], "user": {"domain": {"id": "7569b5640c534129aa0476d12b235d79", "name": "df90a801ff3e490ba1b5da53dac91500"}, "id": "c7c1065d48bd43aa9597f7f36fb7de5f", "name": "133db0782c52452aa261c392672613e3"}, "audit_ids": ["b43c809a1f94409ab5396d9d81ce7e8a", null], "issued_at": "2019-09-19T09:04:38.110435"}} 2019-09-19 09:06:38,192 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/clustertemplates -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,194 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:38,204 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/baymodels/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,206 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,207 keystoneauth.session RESP BODY: {"baymodels": [{"insecure_registry": "https://192.168.0.10", "links": {}, "labels": {}, "updated_at": null, "master_flavor_id": null, "uuid": "fake-uuid", "no_proxy": null, "https_proxy": null, "tls_disabled": false, "keypair_id": "fake-key", "public": false, "docker_volume_size": 1, "server_type": "vm", "external_network_id": "public", "cluster_distro": "fake-distro", "image_id": "fake-image", "volume_driver": null, "registry_enabled": false, "apiserver_port": 12345, "name": "fake-cluster-template", "created_at": "fake-date", "network_driver": "fake-driver", "fixed_network": null, "coe": "fake-coe", "flavor_id": "fake-flavor", "human_id": null, "dns_nameserver": "8.8.8.8"}]} {6} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_node_set_provision_state_wait_failure_cases [0.175991s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,497 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,503 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,505 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,507 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,515 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.432306+00:00", "project": {"domain": {"id": "5247f045220d44c4a77d9e1c80daa992", "name": "fb75827286d44e07ac7ba043babf8a65"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8a5c544ef3804f8bb75a1934b4c4cbb0"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4be553f62a6c4dbe9de0cd14c1076571", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7365d5f74358468ba91b04fe1e7a8deb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c90c984a7abd4a9986bd1e9fbe6956f2", "region_id": "RegionOne"}], "type": "identity", "id": "9dbeef7bf75545ba8ca8db659191fcfb", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "332fc7c0378949e0ac37ae4854706b1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1e224c0a923448518194284a0acd0ed1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c87fe053196044a1b06bbd4650b3ac60", "region_id": "RegionOne"}], "type": "compute", "id": "05a17e9b737340c1b08591eab6b950ee", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "abc89e5a5f4f4de28924d733c4f68cb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a766d15963644246bbb68bfc8a341939", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2001b9d2e1f7456d95ba882222bc43e0", "region_id": "RegionOne"}], "type": "image", "id": "4557651289e1423e847ee1f409f8acd5", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b8f24e7fb303472da03010ed57c6d04a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6ccb5790332d49fe8cecc3a39b3f4b94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "3e925072c105414baeccf4ac92740731", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c3e86dc420ef4c77a4198c4f28a7a94b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f791a424a4cf4ea28767f47dac4dbe66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16fe63e522ff4ca9a4a937068a994a4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11bb9aa3b1ab4649955d5354f68efe87", "region_id": "RegionOne"}], "type": "object-store", "id": "108ee939cada439d89fed217fb2a81ba", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a39a24c624bd4535a2f00297ee1ca42a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d1f4b24cd2374d348e5afcf0457a9701", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f86368d11fe244c19d57736b03baab80", "region_id": "RegionOne"}], "type": "clustering", "id": "4f5e026badc84b978021fddfadda51d0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b311b488e0574e87a7b6f0e8cfffe6f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "497d38a226b2477aa3451edd57af88ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "713eda0f1ded41ad9e7dbfe645b78baa", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "3e4b55ecf9444586b89fb155f65c2223", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ea11bfcccb2f435abafe2e31ae31ebed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d0651b0852fe4a4ba112b854a9248b1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "40908e711ce94abcb5f17cb6b455e78f", "region_id": "RegionOne"}], "type": "cluster", "id": "07034771aeec45fb9e93f8e110e87683", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9c36e4de2da9444dba4cd13991c932f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "14e94e50b54a4791a6284c42a1ba6528", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "43cc7a5dca9c4d459fcddf8a662b952c", "region_id": "RegionOne"}], "type": "data-processing", "id": "f931cdcf18434b49a5dc46e9c8ff475b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "120699d7f7b9406da79140f9839da5ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "165252f467714d27b5bb6a2a4a76110a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "557c504f00ff45d99e5f7e97cbdfa640", "region_id": "RegionOne"}], "type": "baremetal", "id": "68c7ef0aada24d918794166e5d433be6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "144006a2b05440e38410dd5154974e9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4c433083f8094f8981a526f8707bc3a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8706ba44dc0d4aadac38a7c2a3058ee0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "9388a2e7b2e54595b06eba0e9230c47c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5a7ddd44463a4f2c915490b82b31f677", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f79947f7cdfc4507abcb830a4a55d6a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a31694e82acf458e97d9ad6649f45277", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9d172dc4425247879f85a6fc94d9c48f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8765424dfaac49979bb02dbc7bd9370b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0417b70b5bc648569c44d97d8a7c7b3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "6207ca4cbb754d27be1bce5141fe3cd7", "region_id": "RegionOne"}], "type": "key-manager", "id": "1c73dee57ec74a2aba7623fc15424f4e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0f828f752aa74e249e04f7e55b6e17db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ef28f2e85a0f4cb6aac29ef6eec29183", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fe03e34f34874c36a106862e25f1e6ff", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2a4d651d402c409db068e053aa512784", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "946ab16deb9b45259e66847fe6059e10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2897d1effbe441bd809ea82ede80d2b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "de78cb7f13e34726b8dcbec2a5ac233b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b8985967e4544005aaea6285e9385895", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5c5835b6bdd94da8a648b3eff7a7be1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "692168f0900e4d88a687dc4ac688aefd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b46f6d82fe5e43fbad190e089ee97e20", "region_id": "RegionOne"}], "type": "message", "id": "b81446f662e04951bb9771f4de0d3ced", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "baf76a6a4fb04a3db4aaef763d5cc23f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "23c8b9e1d85c4e679f9130936eaaa32b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1ed8602c49cf47f29e4c591911738bb2", "region_id": "RegionOne"}], "type": "messaging", "id": "2661bcd048444444818e516617b96989", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "018d7e00d4b84ab697a3f6838f28b2f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d6ec34a2858643fdbdb5e136cf4edac3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e5d7e443289543f798b11097e9ec0adf", "region_id": "RegionOne"}], "type": "application-catalog", "id": "82d9a6d3456c41b69830ba345cd964af", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e93636e7618a467cbd2f274632041774", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c18a4cfabc440d9a559048a0a844d43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "88affc9379d24003a4471f5ec8a5a86f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3d56617ae11f4cdeb165aa03617c7333", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "37ca12a584724b469feb1816a89ffba9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "80a854d0668f4381ab6ebe6fe4e182af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "667fdd9330ce4af78557816648c6a246", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "68e8483d15f04f8c9587a84a65c22eb4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cfa036c4095d4cab99cd5116a6108d57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d9f0537fc2634167a725c1afb600266e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b4e8e925bee24c688dd7e18e8e1bb4f1", "region_id": "RegionOne"}], "type": "container-infra", "id": "87f173cc08504049a7f845f18d0b0e56", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0e7777c6e5ee42a8be98438cb1c9dbdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d18514e30f174bec8d097aa8a419c191", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "bc9d428fb2d24d04bac66cb08b06ca8b", "region_id": "RegionOne"}], "type": "search", "id": "4332f7adb3174bcb8737502c30dd6584", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "86ee9fdffe194587a0ef0589f3e8d004", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1aaaf5f79c314eb19f85752dc9ba6666", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6b1a19a5d37446b79e062f1903f6f5f6", "region_id": "RegionOne"}], "type": "dns", "id": "1aae248f65594e85a83d8c821378bb71", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a179274133ca4940ad16ab3247d2b1f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "579a351df2d541d3ad975bdeec6479dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1f5720f0c9d0428abddb816dc4db96ba", "region_id": "RegionOne"}], "type": "workflow", "id": "83c73ff81b134cf28bbcbe2d00e7a38e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e9da100995924879b94bb2b109543a64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9f3ff31fd49c40e6a52ad339d7837eaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f907d76f53884c8ca6a2f20cecd0458d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "122f956e8cf941f197f5622517a52af3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "c6ff9147e08a4faca08a77dabb960937", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f991c05dd2f14c3e8e4956708c5b0756", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a00dba29639c4840a12bc95a335aaee9", "region_id": "RegionOne"}], "type": "rating", "id": "ab38af1fd922446b9a749a3711758ff7", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4eeb96c901494f7992bcaa39d03ba867", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f3446529091d4d76a8380d76119a1e08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5703612f857f40e0a9221b595c798eda", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f0ec0b8f054d4162893b69b5ba9dd00e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "577adb5246e348b182ecfbeff1854836", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9a1fb3a281bb42bf86d2f0efc82673c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4499b042203240a3957d307b7b1d4875", "region_id": "RegionOne"}], "type": "policy", "id": "c1f6b9fb2ab94006960a1ca2a50ac955", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "719de6d7f1c045028bc1fef3ac9ac000", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "611658a511944fc6b643202bc2a1ceb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "aac0628097354ccd998d9d64d8181376", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "927b32f144c947d98762c44f6278d7cd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "80477d18416a42628c20849e2270be92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "138d9dbce92d46d79527dfff91b2dc2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "71467d0a43e74291b15a7dd0b4e21306", "region_id": "RegionOne"}], "type": "sharev2", "id": "168e0737fcdc424a8a80438740b54d2c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e7b1c84605f14036858ae26eda44920c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f143e1c064934256904b2563c94cf0df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f03588d52c884f4bbcd273c6e5afda5c", "region_id": "RegionOne"}], "type": "share", "id": "8eb62ef0ea2242548939a005c3f0c6c2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3d915af2df124ee8938612b8f59e91a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0b68a95212fb4eed861638e82b7d1749", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a257e3dc2ad2446a9e1c8c4f0a92df96", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7712f82c6d524e73847961a7b699faf5", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e409eed1100b4dee8f2bce09d63d5079", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49af32943e8145f68ab0761eff7913e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "572b3f4bb05d4adc80388b8eed9f668c", "region_id": "RegionOne"}], "type": "orchestration", "id": "e2151281774c4a4e9a7fe1bd0493fdd5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89ced98922234c15b8ee01cf498eddd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8963de15fa2d40f184fe2b577d907018", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eba61381f56a4fe4ac1d4e94242d6cf0", "region_id": "RegionOne"}], "type": "block-storage", "id": "f212d499313240ffa710f3c4f8c0bac4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb78e3116d8b4fbda96c41517350bbc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7c80dad69c349d49bf608f86cdda777", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76fc75ad475a454080fa7f5ddf957469", "region_id": "RegionOne"}], "type": "volumev3", "id": "55fd135b9f6d4955b0dae5068cb4837f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f55150dea3e3462f990fc9a498d82b0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5b9173392f64a6d8541c2f07317916e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0866b2ac16ce46f088de35d33015f712", "region_id": "RegionOne"}], "type": "volumev2", "id": "af2a5e19187444a38444ef50abc1b736", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac0683ecfc5648a6aa440cd11c49dda2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9dcf44d6eac94600885e24b401baed54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b536354695a0441c91faf170d17cdc93", "region_id": "RegionOne"}], "type": "volume", "id": "7519d76ad79246a985ab8d0d4b82221d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82d6805d2932462b8da03916d3e0a70c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25bf342ee99d4945b08f42fc429f5622", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a81d6b6ad31f4504800339f94e568233", "region_id": "RegionOne"}], "type": "block-store", "id": "cd64509dcf12430d8c9e20a0a26155c8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "67a7568a4ca44b83936ae904260281fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3f2202fd6b4c4189ae59a2cbbd9bd71c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "32aa2e97a1f040da88c2600c7cffd584", "region_id": "RegionOne"}], "type": "alarm", "id": "ffc7c04e44594a32878c1f5d431f8d03", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "def5382b142e410dad34a4fa03d2912f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6eda8b65a88b43d0940d676d740b8ba4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2dda65c8c5564574b1c6e2c2f39c0575", "region_id": "RegionOne"}], "type": "alarming", "id": "b48567d39cc84ce18d330c13167a14c7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "33b4f360927448a58faec929d2908eb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bb92dad311ae4b69982b2fa2e79a2d6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2124e4b06a9542e692db02bc3406d7d5", "region_id": "RegionOne"}], "type": "meter", "id": "b6b7539bedab491aa0770facc90c5dda", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c38746e8764f46bb953b9f9805279e4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9b60ad7a982143e5ae8c056b724a2875", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a47bc0d1992e4e2793ab7a7f82a06a89", "region_id": "RegionOne"}], "type": "metering", "id": "2a9e6712f4ce4593b2f3cbd244253e4e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dd09613b04c64505ae9058aa58f5522f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0ca9bd82adc24e56bd35bc3b3fc2b8c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3496ad388edd443e83bb02f5dc3a3c0a", "region_id": "RegionOne"}], "type": "telemetry", "id": "7e6a227c93d5427b876898614fd1aed2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e3ef9d8cead744dfa3843156f9467592", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c21785eb59584066ae6dfe85fa48886b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ac29b6c8eb96474e9fa3d7822ef281a5", "region_id": "RegionOne"}], "type": "event", "id": "9c79435a2e2840ca9c3c399869e93a33", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "223a54bd096945ed902cf3055487161f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8644770ca6794465b380f49bec1ab8c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4b499ab72b3c492a8bc8adadcc215b79", "region_id": "RegionOne"}], "type": "events", "id": "9b7d92a318f84f74a6e098fc88f64cca", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dd0de814a71349c3a3ec1a22a6343c6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "409e795a91ab433a9ece7e5e70c2dd8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "cfa8d15c0bcf48c1837721ed26e9c6d0", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ceafeff03ce34b5fbeaf64be50a7450d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0413c3da767a47e8a5f71ddf23fbd616", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "af3d01bf77f044a786d94be5417423e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "232dee11863a4c47a5f2b81bfaa5dbe4", "region_id": "RegionOne"}], "type": "application_deployment", "id": "cb79e0fff32349a19d72da2b956ce194", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c536dd413679440ca5bd7cafb619de9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4f535d4073404616a38c32bd491bb19b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "df34deb1d3e44f57a3ad56801f79aa1e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "cf2efc2897544270b620460c7a7c5ff5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5b994a0db71b42b388dd88bb4237551a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5bda83b1f30b40d596ac8673daadfd21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4ee16ef91a9245f8b5db44e01b87103d", "region_id": "RegionOne"}], "type": "tricircle", "id": "7f848fa6de1042d08908af2987576b9d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "04ec093604534b59b491aef8f60ae9db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b18218d1d19c475483e5bb033d776eb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "01c0c62b9d6c4d149a80a694d4319a46", "region_id": "RegionOne"}], "type": "database", "id": "023497b9ea8a4ab28448343ff8637a46", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "382ccf1bef31454ebbb3181cbcf9fef2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "87bc2a3acbc6415692e211157c6d438d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e48415ccc5104f0483a10845ddc180cd", "region_id": "RegionOne"}], "type": "application-container", "id": "106e57c94a4f4fcea3b82f6016c63112", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4c177ba29d164b00ba7143e78fdf1028", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3a900090bb674e929cf38841449d4755", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b7343954b6d24d5493948717c75ebe2c", "region_id": "RegionOne"}], "type": "container", "id": "02e8ffb66bfb4e4e8d6518b1879423d5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6b43b72b1b59421fbd046884d69dc59c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "afcd1d9c92884f25b1aa2fb070b34440", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7811776d676d464b944d4f64f330687e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "3c46648cff35485b828ecf6040398658", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f539aafdd6604577ba39a549a0a8d376", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b889227f08a04729b4e5ac28e6901393", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e773e3021e034094b49e395d4369c2ee", "region_id": "RegionOne"}], "type": "rca", "id": "63d292716a494e7f9fa47ba1f710c35f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "87aa67c3424f4cdcade725b99339da3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a5bb62d01d254d8ea46aa80f93d125b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "2abc29319b0048248156c8485b6ac7c1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0c29bf83d2764bd3baddda2838f57a72", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d0b980182f054daa8150b69ea5792d48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "fa15573be6c949cf9aaaefc7356a7d71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1df0b823f2374c6791a85f05e01eb22f", "region_id": "RegionOne"}], "type": "network", "id": "507fbe83968a4e24994c148c92c7d582", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "28ff71d5d0e0452d90f55ae3cff994e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e7340675635248eaa04980df5a00a791", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6a3a861bdd3242608bab5cd8f4a70e06", "region_id": "RegionOne"}], "type": "backup", "id": "e99aae240c7940c28403ae3ad7b8fb56", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c0c3145707aa4f43a7d40bed65f21f40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1e4e50771bcc445bb438de7916e04d9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "071265b82ce140c48077f1bf1ad1eadc", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d21754150e8c441387bfa73e0d5089aa", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "38145c4ef57a499cb22a7c6cd8ffa6ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bfd75590082d40faab990e5dc832f197", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "84843de7375b4810b67772bab0ec4579", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c77de76f241342d995638f5b37b9729b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4b5c3be782bc4c7598dfa4037a1f6828", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3b619bb2f9b645e29b8fefc27930fdc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a55d5e4f205b4bcc8d803bde4eaf851b", "region_id": "RegionOne"}], "type": "monitoring", "id": "9137f8fa162c418db64fa44b70186f71", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d59d5538c3154818af92c8c4fe34ec67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9bcf40b9c67a47e0b5c25b71757f3c28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8ed89f366dcd431197588cbd86be8751", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7f8a3f9056e341c3894f393627d174be", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "eaa9d5b5cd94424d8893c3470d64014a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3ebc1c95f9524da4b602bda4cee16ca0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "3afc96e270594236bd16c421a93641a0", "region_id": "RegionOne"}], "type": "placement", "id": "489a5fcf4fee449dabd48ea54e7ee2eb", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7dc79fcfb5b04f26933538e5d3a53f88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bf7afaacf4004705b5a5154c577c927e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c635e1a11b3d4d99b52325b5f79553cc", "region_id": "RegionOne"}], "type": "instance-ha", "id": "378a7e30566c46b8b263816e11138a7d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7869c9c0437b43bb858bb390dab6b63b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "df1a1458550145338b16585447d0a281", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dfdeefd67d5f490aa503df3f73c2efb1", "region_id": "RegionOne"}], "type": "ha", "id": "16e7528f5ee84beabb898f370e9fae4b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9358136f63da450c9f470439d2458da0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cd848de0065a4cf2a42e2265cd26796d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7c8b45b10e3f4e12a09c660442c10004", "region_id": "RegionOne"}], "type": "reservation", "id": "057eae5bff7242d8ba909158a31a843d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4259375c2681493eb3f76b6e5b150521", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0ab1d508c9a041049bad3c0938dbc4c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "189de9db112246c3bb0ad3d8408642a2", "region_id": "RegionOne"}], "type": "function-engine", "id": "89e409a63d0e4b5eb960580846f51135", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9ea4429f25af4894a485b2e59ab96955", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "137f0b8aaa7b44a09b17c495cbce7ee1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "4426814001784e27adfc252032ea0536", "region_id": "RegionOne"}], "type": "accelerator", "id": "625f15af323d4b84a9798dda4bf6d136", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "addb7560082f4d2a8a533da60a045623", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "91b3a34ee71c4535bd71fffb5899f6cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "254a62258bd04a62bd690c6ab3779d69", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ca54334715e746ee82c1d5ebfcbd803f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5b6c9dfb2de447c4a157e425a5b2b62f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ae597624dd754ba885f3a06fbeabfb02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ffa85b69e46b4607b2bb3384a19b72cd", "region_id": "RegionOne"}], "type": "registration", "id": "47147d605588445f87b94eb99e6ab0f1", "name": "adjutant"}], "user": {"domain": {"id": "375a5d8bb3b645a8a4f1858f1b947282", "name": "419ce5890dba4869b742dc68488faf5e"}, "id": "62873ab599414b3d9904eb8c98666391", "name": "431bbdf9796349cfb301bbb5535a7e80"}, "audit_ids": ["b4efa84e8fb64a2f9930dca87d116ae9", null], "issued_at": "2019-09-19T09:04:37.432306"}} 2019-09-19 09:06:37,550 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,552 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,553 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:37,579 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/166d765e-31bb-4b04-9c8e-b57f7ab95372/states/provision -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "active"}' 2019-09-19 09:06:37,581 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,599 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/166d765e-31bb-4b04-9c8e-b57f7ab95372 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,601 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,601 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "foo failed", "reservation": null, "instance_info": null, "uuid": "166d765e-31bb-4b04-9c8e-b57f7ab95372"} {18} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_detach_port_from_machine [0.304496s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,459 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,466 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,467 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,469 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,480 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.392978+00:00", "project": {"domain": {"id": "8b1af733b9ed47bb920b6f189fe36a2f", "name": "2d8212b58f404695b38f38ce7a544acd"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1bb9660e033e4332a31173ff5ac0d9bf"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a6e1eb43903d401a8d2f87b606838b4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "cca9d2cd8d5e42d9baaefea0be91d762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a5377ee377b349d39c2e6f4d78321154", "region_id": "RegionOne"}], "type": "identity", "id": "8546fc3858e34c99827e1e6064f56a58", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6422b7c0e09c48baaf1ffddfc168bc36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "51b1a61fe842414b95d8ef1a528b6bb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f1959204840a4c889e2337d1f971bfd0", "region_id": "RegionOne"}], "type": "compute", "id": "03e3c9c94e76408283b626115bf2f31b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7f8bfda4c6484c298892d1ef91d9731a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "bbca73568e7943aabd708bf29e3e352f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b4f8b17b0cf14cf1a3b0fa2ea5edf9bd", "region_id": "RegionOne"}], "type": "image", "id": "a3464a66344a40c7b83d54bfec4d1a26", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6e505d80b1144aebba31a35a57aaed2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "30f55e0c84224936a0d5736032064430", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "41feb1cdcb244b82b2544c7a85d23878", "region_id": "RegionOne"}], "type": "load-balancer", "id": "33480bb75fc34f1386e0051758b37cb7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4168972dd8e94a7fb350906589136650", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8dfd530efc884fb99f1ef387ad119789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "781bf552b5574708a4fc1162895795b3", "region_id": "RegionOne"}], "type": "object-store", "id": "1abc0d8244164ca69ded098634df7bbd", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ffd27bd50fa54a30a407548f980c943a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "969087d8de924061aeb40d47cf689ad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6ca25b1a714e4e2f8be84d87e2736f62", "region_id": "RegionOne"}], "type": "clustering", "id": "708920efd91c4a6e9fb0ac4e5d0326ad", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f3df44dfc35e46b0be286bb05664e390", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8626a7050d074b1180294ec55230236b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ad64ad78b4b14ac3abd37fa59626cdd7", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8d2e2660991442ed85793381ccbccb52", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c7189ecb429b42b8bf16c448c84797ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "24c798fb96be472da24cc60fccbbabcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b3cd88259f644294abd50ec222841d66", "region_id": "RegionOne"}], "type": "cluster", "id": "725f02c50fb1477fb49b7921a7d12d1d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "34a2d61fdbc54c288af87a618935145c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2235adc521d9441c93736d8a525cbb61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "43397d4c88e040ef805e530ff70da027", "region_id": "RegionOne"}], "type": "data-processing", "id": "5652fffa125941c2b6cad5f95f5f65cf", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ea2985070d9942ae90fbb61ff8ad7965", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "70e8ac703c3a4be3bd365f309ba7d9cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3f89ccf42e424438a943587993313233", "region_id": "RegionOne"}], "type": "baremetal", "id": "e2b6e20e061b4469847ab64cae2e585d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "51fe318b054c422b85a234785b938633", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1df2e8e616364252bd4dda1a77244d4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e610638184684000959704d6820c3f9c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "46649b93407b4d94a3f225b43ef6aeae", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d55d4392021740c882ad1798d8ec0566", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a1160f89624c4fe4b6bb0a5b9e4603ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b81f90469691452abb7c278daa909bb6", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "25b7f25d16db46248f0efae91fc644a8", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "12410f57b9d5428f9139c95af2a79267", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5acf9dc0d12c4211956a4fe430b22e5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "bac80de6c5d14cb3a96a2223a1c4c156", "region_id": "RegionOne"}], "type": "key-manager", "id": "175bce9e3dba4be2bf8eff22520d65ef", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f908ee5405134b52b303e248aa6ce9b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9e2832833e47413c8967c3bee2f3e6f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2fcdcdd3e26347de8e1f97dfb5235ef4", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9c76f6419fcd4d6b9215d33d024a829e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2a35a63b254849b7a18ff90acaa49c53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "56bf721394174724bfbc0d81d42a8002", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c8cfcf5d89414d32aa563024d4f2893f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "44618ba695144579a7ad94faba39eb1e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "971f82048cfd4460b4a61e36218915ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "39ef4618e1fd4180ae4c8ecc3fac9e7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3e00564f446d400abf6c4ffb14961dff", "region_id": "RegionOne"}], "type": "message", "id": "4fa7c12256014a95a45505c58b88076b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5e743ad777e345b4888a8068d5e283db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "dfc56b0a7d8d426092036142b58f589b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dcd877efc61847408961dad6d4772e2c", "region_id": "RegionOne"}], "type": "messaging", "id": "2c17c1b7aaee437385404b922463dd58", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0ed5c4ab9d65498585211a02d493ffc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2cf3d78081fe4a7a98a410f8a10031bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "7e0d1987146d4e75aef8c42fa887d9ea", "region_id": "RegionOne"}], "type": "application-catalog", "id": "356371a687f94a02a907db397dd09f42", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f5754e12006470a8260045f999580e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8e54fed6d213406baeb22260bdffd89d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ef0a7ef3073e468cb6ce671422ed0b14", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0e0f187754be4c47b75eb7978ab730f8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ea6aed50a8064ee6bde68221d989ad5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "199e3884291d408392c1856d613a5317", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d42757ae7a754465a1daac3664a9f079", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "790348f384c34334b0c17fb75bc45f2d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8b4e0abfb4114daa984423ba57add06f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3d664e37e7834e718c78fca7547b1d27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2f11cb172d0544b9a01a501747434012", "region_id": "RegionOne"}], "type": "container-infra", "id": "1ae93e06f1294a039c0244ced5ab9139", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7be73480d0074e27a85b6f7574984d34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "3aa4c8c998c54ca4975d73556a1b266d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "70e36440d8b34b5f93737e8f4e58c4fb", "region_id": "RegionOne"}], "type": "search", "id": "69868531bad94043a4971134f34023f2", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "75e12a971697409b81badfcaf7a96f61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ecd9b9d94e214c598b6bac8f264b6a46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "107693e9c6fa4b15b12c0e46ce890436", "region_id": "RegionOne"}], "type": "dns", "id": "5c7fae3fffc744ae9d78c205ab8a1b14", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fe13715d0db646ceb033ebad17e75706", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ede7b4f3dc364edd94f855cfb63a9cc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0ce0ff78a6534625a135dc5aaa015de2", "region_id": "RegionOne"}], "type": "workflow", "id": "8d459be996984fd082eff7ebc7742056", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ac36540fe46b4256875e3a3bd0d45b02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "156adb7ca14c4df3879a38084579742e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e6d591cfc12e493b9bb2764f51705407", "region_id": "RegionOne"}], "type": "workflowv2", "id": "32dca75a9ae4438f8bac3ed5b7dfe84d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "37adf73de7a342658c8289fa0e907ec0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7abf6ac672f64131897351a7a1cc8112", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "5467d980b2a24622bc25d55875075330", "region_id": "RegionOne"}], "type": "rating", "id": "f14434e1ae374315ab180506040b0dbf", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "12f4cc757ffd4b83b28f27464750e565", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "17f8e496414c4b518b0c7ca22a1d2085", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d3e367bfea05433ba4ef8315802b94d4", "region_id": "RegionOne"}], "type": "operator-policy", "id": "86b82aa0641743fc80d45d0a99f7309a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d91ff96b36bf43cfaae6ddfd2f1ad1f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3e6fb1646ecc43c59c30fe404450053d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9a20647148d144cfb124a191efd3bda9", "region_id": "RegionOne"}], "type": "policy", "id": "cdb9262ba5fd401ba0af31d533c751f8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ba90d8335a9b4fd3a61b066f091dc260", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "11b03d498a594c829677b09f2a2a231b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "97a6680b5cac42fa8c48906128aec4ab", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d00e2ab42b634d0e821bc51ae65dd5aa", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5a1313fd49b242d3b59d8f986076c128", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d39b44ece69c4c219e739cb2036da46a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d1590ae1b91949a1a73fa5f015f1a100", "region_id": "RegionOne"}], "type": "sharev2", "id": "13f332f2e6e445aab6b8aac53fc8ef6a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2cbfec049e864ef3948c85170fd8e0c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f08f307e45694a9fa75f9db8943aa2d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d85654c57bb24220b323ce6334db7488", "region_id": "RegionOne"}], "type": "share", "id": "8fb7ece7c7d44ca2a6164cdcaf7466f0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8682bcd4946a49e181d18af4b0c2cb76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "04fdfe2192e84c0084ddb3445455bdf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b1719f053cda46969451ec9f239c15af", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "26dd6b7c70f145eab4fb5a448a30ff3a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b32483ae2f741dc97d9e50d5f8b4e8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2659f9a446dd42e29386972d4fa5cefd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6124232408443708007b8d5a46fed18", "region_id": "RegionOne"}], "type": "orchestration", "id": "d1cd47ef2ac64a16bec348972470eece", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f12c897be9634b4f90cd379e4955be2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d6dd15cf90d43cbaf32830076bd2050", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9804437b18b342648ad7c265b9f720ca", "region_id": "RegionOne"}], "type": "block-storage", "id": "1677fd85d306497d9571f95d1e35510b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e61751c589244ee99287075d1aeb49f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d86a96947fe4a39870fc6dc4aae2e44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2e917e74d8c40319d7ef1ba63784b04", "region_id": "RegionOne"}], "type": "volumev3", "id": "5821977d91984df883130fb7ca80309f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fbc45f479d554117938d5a0f0c1c45cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1621800b0b33407a8698c20547487021", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9dde5f09530d4dc38cd52479ad4f319f", "region_id": "RegionOne"}], "type": "volumev2", "id": "aa75fcba52674f0e832d59f77f220734", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "adb1bd8c42fd45ac8f4a33eb6fb63ecf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d018022d3b0e4cebb1b8ba5f4eb2684f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af1bb3382c4441b889135b7951dacb52", "region_id": "RegionOne"}], "type": "volume", "id": "3ae5f35a26e0478d83206653379974b6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fa7254e030e43a6bf2275cb9aff8c01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a84ba2b3a6d4e7daffc219a4ce14360", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d8f43355ff84d4abd31b92b78cefc0d", "region_id": "RegionOne"}], "type": "block-store", "id": "eceb9bf40ec74e2b9877ca80e5839556", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c28e115debca4c5f8fe483a492de6d74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a04617c63b37465cb6b23301d40f496b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6e43282b820141fd9a2fa5ddac7f1a32", "region_id": "RegionOne"}], "type": "alarm", "id": "2914448e305642d5b6c4f75172b8a7f4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "10b2923963554aee894fcbcc73baf0c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8e21e43b773140b98591e69e4970dc62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ba3f6672d0e84228b73d34a58c8fdb64", "region_id": "RegionOne"}], "type": "alarming", "id": "e31ccad71b7d447481e0cb827155714b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2f04a85a20f14b72ac0de96d032c4e2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6903d239b3d74b74bec81f51212a0b5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a8448765449f476c93569be3f26c54ab", "region_id": "RegionOne"}], "type": "meter", "id": "8452e05f2f1c4362ad430eaa3ef3a856", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "70ad59b4662044669f101ec38abdac3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "16af5691f95242f9bbe7a8971acd9d11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5f78612bd97c465f9399b82efd54cde8", "region_id": "RegionOne"}], "type": "metering", "id": "381a5aa3ea1b4426b4697da8a08bf707", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e543c4efbe1d43dd9022706c42ee5b56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "17f4c7c3fc824cb4a9810572b90a803f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bbed941a61e145838e8772c433973bc3", "region_id": "RegionOne"}], "type": "telemetry", "id": "95067e0fd8514c118866a2ed14d18237", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "94e630405d554b0bbc797a10e207d296", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d484e32227df41a48f2968b9f1b36327", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0f215722feca40f79217e09e85a2be36", "region_id": "RegionOne"}], "type": "event", "id": "e66d2e58c61446a6983f251f691261c4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e574cf2e55384d9b85e2f371833e8057", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cb789a2ad99b44eabe17eb81f4d1eaeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5e18776948504bc88ebab6d73f98f6dc", "region_id": "RegionOne"}], "type": "events", "id": "fbdc5c1dca9d469198a3083434c2abba", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b22e689d529642fda00a8e227f42e34d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7ba4edf331484659a8ebfcc2a223bd2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1978f623f59846298498dfc18014479a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c33da4933b78423bbaf0370b056718f1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "57f2c384bdc1439aa8b1b74fcf0791bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4e98f7febd8b4e6c8ad229ede0013522", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "31b11e59420940c3b232c0007e9697af", "region_id": "RegionOne"}], "type": "application_deployment", "id": "04d4ef75b6024a50925a775bccf1a36b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1e29963945de4b1baea4e9bf50fa0229", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6a94f796c99e4d57873395a9dad40fce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "83dbbb9ee8934b87b5427060c282cc27", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "671ce9b648b74a898e3d18429d75cbfd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3b09fa86da9d4fa0a012eb2444e3bbac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "79e680cb96aa43b389a700f01c6b6966", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bb7a5b5f9caa4928ba1cb15d682312ca", "region_id": "RegionOne"}], "type": "tricircle", "id": "081a8ce000d3408a9c43c661f2778a88", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5c3c9e907dfe4295a028ac3da6f4d614", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f30526ce18a14121ab7de9a44416209f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ecc0a2ee50ab4592acb34af04dc470bd", "region_id": "RegionOne"}], "type": "database", "id": "c5532c5caea944efa3c7910f9c5e4f83", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0e4114b4e88a40849744827cd868ef68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d0fd3909981a455e870559ecfc7df868", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7861402990b54ccd90f561b63b08bf0a", "region_id": "RegionOne"}], "type": "application-container", "id": "2316ed7b00ed4a2d83ec04b10ad4d555", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5c0ef596b4554ff5b4fb2e113a52e652", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8a5d65daacc04385b2454743ea5c340a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cc1dcf36720846759e2ab259644bf036", "region_id": "RegionOne"}], "type": "container", "id": "6f3468e1e5dc4eeb9110c7d738973f1b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fbcd337523b1466da9fc37f2fca1c383", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "10eb6a65100443eaa8f94ffe2c56723d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fe3036da4a514c51805a1261787d09ad", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ff3f8f9c368040ceac356e732f1850e1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f4a3b4f8d8694facb9e804561a1abed2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "09bd3ab548b344428db8aabeb23ad4f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7d78e09adba0453ba8c0ac90a5ebc2c3", "region_id": "RegionOne"}], "type": "rca", "id": "b771ff2c631c42de831ad8e8b6649f27", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0a3b067aa9204b6b862d580e90f81728", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4ea50de2a5294e2f9fa6b5b2e5c7a046", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e516c00c7d1c4bad8068ef5177f7ee5d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "206d2092717246b89b8a41537f72b02d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "cf343b194d504f0389c24311b3f6922d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b8f36981a1b744c9aa07b167a1672fb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "39d936e65ba54d61a5ba3dc92bcc06d4", "region_id": "RegionOne"}], "type": "network", "id": "1d338a00e56f4f84a7dcd4b595a45059", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3d0e45fd00244119b8f5da23d97ed74c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7d211a4e3a5440a0b1dd0ad252a31e64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ccd7a9c15e1f4e7494e42c0562f944fd", "region_id": "RegionOne"}], "type": "backup", "id": "bb91396a9d8349e194347852309cc507", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "83eab83128ae4cbe8213e500d81bdda8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a6ab4215639f4917aced237f210e5e0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "29ed1734ce8f4157a73dbbc730bec3a8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "81e8fca75acd4cd4a2d0db986d98f487", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "15a528bb17cf4863935f724a96bae379", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "013fa5137f3647bc9d9659b85db631f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d782c8cd7cf243ceb12702edb2ebf948", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "4853db7e2ae645ca8b349846d8d6444c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "84b0c8303b154a5aaf43d04a7639bfcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8fad872d891b4881af26cf44bd28dec4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "71bdf48320cc4232b1c3e55489092076", "region_id": "RegionOne"}], "type": "monitoring", "id": "411efc0586fc4f1086c50a8c38b01dc7", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a0115166bb224f64bf7c20e34d25e470", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "79028bb48a4549d0b8884189704a0912", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "afd9d9c54f5647ed98050bd190fea009", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f34cfad8bd6f4762a051e36850c59ebe", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "42f703d81f074f3ebd8802dcaee54e2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "630e727ac69243b185280619e520246a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0a8762d8ac04462cb9513e42aae51ec5", "region_id": "RegionOne"}], "type": "placement", "id": "800fbe53a84e472ba57f7b9a3c9e37b8", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "507b8bb14ea44e0fb7e9c47fc9705341", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6b6f4eaa24a14d558613775b3d656af2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b58b26149f384394a45991cb1ce21eb5", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e493232a6f534f8ba4eb5f638c9c8b54", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9ced78e4de994a6f974ef47428f3b8d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b6c3514cb7ee4585afa2a179bb3dc783", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "890eb4e611f843d5a3bdf3df28a701d3", "region_id": "RegionOne"}], "type": "ha", "id": "8ce4d5f28b954821996937fc32f3f774", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8e50ed060e1f46458bdf0bccd1057137", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "451677991f534aa38fb75472ac731669", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bccfd778990d4434a8262e8b4631a3d2", "region_id": "RegionOne"}], "type": "reservation", "id": "bf13c12a9de545a48b1d9f93e57069df", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e7b4140040164720ab5b9d52290b91e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c0e06875d15f4a899122b231c8e63f66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5c1bd47dff1f4422bb704b60535f2e0f", "region_id": "RegionOne"}], "type": "function-engine", "id": "f4a5397e38b14ca490744083fc3dfc11", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5b5b053ce6cb4c79acd68191f2a465a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "399f7c4a7b4d40a190f01a906cbbc5f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0373a0774b014d90b3e1143e4e6b8f1f", "region_id": "RegionOne"}], "type": "accelerator", "id": "45a85615027549f1a45d2dd094fd6788", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5821b5e102654726b888fc5eb720c4a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "feadd3a92fdf497396a56b548d3efbd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "94cd37c814474d99b122381f0ee88fd9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f9fbddf929a640a5a92836e2d02aea71", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ec9c2220011d4c5faf43ef5c93f58494", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "38126b79cd554aa1a6fa37813b548324", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "59329f2d563e4e82914541ae0ab5faa2", "region_id": "RegionOne"}], "type": "registration", "id": "51436f916a5f41ac854549b06b8b29f1", "name": "adjutant"}], "user": {"domain": {"id": "1ececf4e363245f79f637c4e8a75c02c", "name": "d4495e0fd60c4a8f8f8652ad0739357f"}, "id": "20e9b5203c7147a9aa58f35aa8e5de31", "name": "0b418d3962c0459e81dd243ac764919a"}, "audit_ids": ["8894c6cdbf1a4a008f0fa9440c6820af", null], "issued_at": "2019-09-19T09:04:37.392978"}} 2019-09-19 09:06:37,563 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,567 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,568 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:37,620 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/5a201ab5-4b36-4daa-acdb-4b548db9b62e -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,622 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,623 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "5a201ab5-4b36-4daa-acdb-4b548db9b62e"} 2019-09-19 09:06:37,661 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:37,663 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,664 keystoneauth.session RESP BODY: {"ports": [{"id": "953ccbee-e854-450f-95fe-fe5e40d611ec"}]} 2019-09-19 09:06:37,691 keystoneauth.session REQ: curl -g -i -X DELETE https://baremetal.example.com/v1/nodes/5a201ab5-4b36-4daa-acdb-4b548db9b62e/vifs/953ccbee-e854-450f-95fe-fe5e40d611ec -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,693 keystoneauth.session RESP: [200] content-type: application/json {20} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_update_machine_patch_no_action [0.113383s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,437 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,440 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,440 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,442 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,448 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.400702+00:00", "project": {"domain": {"id": "51a09f8211bd412ebe015f255256fff4", "name": "e213a0656ebf4322b5dedd64d3952698"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ef04fbba518f4f028434d44f37429265"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3b0797e1064347e1b9f964b9a9638578", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "aa90905e85154d0b81ad83a156f56752", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "926e675fdc0d4c0a9af9fe9b8a328918", "region_id": "RegionOne"}], "type": "identity", "id": "5478ed808b1748e697747744f0a484bc", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3c575d14d6444bb291139b060188b048", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "231d2158f50a4321964af3d243ed0703", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "7318500ed32c4276834d48b0a4e680ac", "region_id": "RegionOne"}], "type": "compute", "id": "3b6cc13feef74aba99d0b9942cdb755d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7eaa5f81ea58463dbae5aa233c440469", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "227839935ddf4398ac5932ab3631aca8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "273232e2bc374d7b810ec4b96c34a8f1", "region_id": "RegionOne"}], "type": "image", "id": "747cf277b6d6440eb9b985398519ce60", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0e7d525300fa4f18be9f78a9034c6b96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0ce052f5782e46e3a4ba69873a2415ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4a7c27cdd63f4e3087eaedaf23d02166", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a87332bea8d24070b06f9c5e8e08b208", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b39235cca58b4489bced98aaeb624fab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5766c3e464747a2a60a8e1625717a52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfd603d538b7422a8f9c6a98ce104238", "region_id": "RegionOne"}], "type": "object-store", "id": "eeb0895e15954766bf89c5859827bb08", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a5c12531724244ae87fbf4a88e4586bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b9b28898019f43d2bd4bae76f1048e48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "baed9992999644d883d249e94c977058", "region_id": "RegionOne"}], "type": "clustering", "id": "a09f2444950b46fe8156880d39613862", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f746dc417dc949089583997d4e321799", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1e3da17a2ffb4bb58356bcfc96fd48d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "18beabc4207b42c881d4039a620cb3e0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a985e4767ca747f5b092b77af74b6048", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9b9aca2bba344d289a0c88b018607052", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "795ec04ab12749c796f7ae9a37f1ef0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8e598966ee3b4d25aa6fde2adb28f552", "region_id": "RegionOne"}], "type": "cluster", "id": "b3a94ba6f80048df993a710bf6f56d22", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7ef0f3697a8040f88d1d7216344f1537", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "57bacf717657450a8e2e6ea9ae67acac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e2588065d6f943dda98f2dc64e3a2ceb", "region_id": "RegionOne"}], "type": "data-processing", "id": "518d0cb453b142979161c8a4abede9eb", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "858ee6bc1c2d4d91a3cfd374975ffe64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1aca8e3bb8ca4669bbce4acc89136fc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4191d349607b4b06b3d7be0c584922af", "region_id": "RegionOne"}], "type": "baremetal", "id": "f85a5c21e1a342f699cb3c115b81c04a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e7a4260599184bf7ae161430fa853a37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e9214ec1eb2c40389a3223036dcb6cd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d8f126d530a54104808dd4fb8dee991f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ca195f8137644f0197e410243d2c66c6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5016b9ea922b44ec95ab85ed156a37da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fa2ea3e1968f4c00bb2091859255fdee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "26f2f37b1b2646c5a84cd88963f2923c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f41d1d0e372645eab40c1c0b78826aa3", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "564a1936e0834e53b3a7df9c29bd122d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "644b2b1c6e474fa892ef2239ac9cd350", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8d45730ef948496e85f7afcd3dc85575", "region_id": "RegionOne"}], "type": "key-manager", "id": "79fda764a55d4b1a8ba2754b39fe8078", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "58b106061e0a4c6985c65920eafc76c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c946dd5b708a4cbc854ecad8f318528a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "35e0911ad96c41189e63980f945acbf4", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0af4e91505754aabb861f05c4f99edb1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "17180fa50699427cb67f244ae1cf0cad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "52a58551cc934fc09a2b8c0a52fa622e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4c883b0971fa431cb2da9fd9fa3b049f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "7735bd73d67345599729b3c3350ea8c9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8f1502d73ab4497a9cf0e7f81ffc6893", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "22a87218fa2e4263888816ab963b93ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cff7606dc0c448929f180bd8d79a9022", "region_id": "RegionOne"}], "type": "message", "id": "55cf72c2d0e5465680e42635ed0cdb9e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6eb019125cb945e28b01df38c6bd5dd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "34247aac31544078a06268f5d7cf1903", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cfffb8ae9d7a40f8905f1befbaec8df2", "region_id": "RegionOne"}], "type": "messaging", "id": "d8f90961138e4bbd9d23ff8e7ee5ac9a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3db58bae93b849508da10d4ff6c3ae44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7c8f34b43ec14c838e03e769a42ab264", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "bda8934a0e8946619195003ce2d62e7f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "916ad89e8bd14cf99d0874e986843c5f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a9c9631a76f64049bcdbf5bfea6a4ba1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "93acb977f58d43308b0b4d94a52101f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c313ba28d014552b2d4ad2760d1b787", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "54b7861c034f4c9fa4db825f14839f96", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "50e977bed312479996e5a07209e72360", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ee84fd8c289f421a99dc9f5b0b547b0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7bcfa16d0bcd4c43b0119d17236f22eb", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "47611400ea7b4b5b8f90c09a13d50f1a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "10b4500e78794d3495dbc55d327ec9cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b4978abcdd214a689154be9b7e6f616a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f96a689a74b14a4abece70ca8bf1ab36", "region_id": "RegionOne"}], "type": "container-infra", "id": "b76fc53b63c445e9b4651522ea79d9ce", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e6f5d2c3768b456e9da92725ddc64313", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "32b2403286d44a0d9bc9e64b8d19354e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2a4b394cd8f34f358969c9ddbe398ac0", "region_id": "RegionOne"}], "type": "search", "id": "9477434fc1404793a2213a5bf3606651", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5489b2a808d842d2aec204e67efee22f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6511f472e89e4d428ff18b9f20b17f92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c491cd3306a9416084953a9009e5ba73", "region_id": "RegionOne"}], "type": "dns", "id": "cba705a816db4ee3b484ca5eee7df4cb", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "89300beb9ff346779cb0a6b4b342724c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dc51a1f2a741448ab2557c9892c7cd34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2da91ac9a2944625ac13f343ed99003d", "region_id": "RegionOne"}], "type": "workflow", "id": "c9354fb896d64190ab4c6445d45ea7a4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0df2f79e997f43b7b1a45c2108492de9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d7e8ce9beef94c559cf746904b6153d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c3f8a2adb9a340a58f5c3837cbd335eb", "region_id": "RegionOne"}], "type": "workflowv2", "id": "78ca2a6852f2453c91f35e43bb899f1f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8267f862dc5741c9b0c2a55bb7d34373", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "bd10e9eb17c0429d8150b357ede17f32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4b688a289f6f458d86f414ec9e64c4a6", "region_id": "RegionOne"}], "type": "rating", "id": "3a8fc326e5514e31bd77e1f0bbf6d71b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "41236f7afa124b74885afd45e1b9b35e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "57d00a5f48b74aa4bca021d940708cd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "150f4cc2e9bc402d96dba8e142b6f53f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "dd58b38e9bdf44ce905143d4540c7df9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b28d8c7ba8fc4609b4de8616dabd92d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "216844a2a17f46abb3e37eab63b807ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f94b3bbe864c41bea807418b976a8215", "region_id": "RegionOne"}], "type": "policy", "id": "e6f1d13c71f24ce7b353ebaa36aaa0ef", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c7fa20ff3f8c4479b4549035ebe761b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a52822adfad94e50a7cd050a2d8ba20a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e3d191fab81d4d54aa1f83f357dcea4a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "851e2b17937b4bfbbddccaaf6f89c1da", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0d176fb47de6490c9cf093afb7325472", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f91a30eb72ba4774989bdefcebf4ce9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b9c1aabaccd24be3ba6e656e9e25e41f", "region_id": "RegionOne"}], "type": "sharev2", "id": "24f807ce45284e12973cb3da6fe6471d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3ca11bf01fc94ac0bcb2f8ccc1be4cac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d976598e504246fb93c190cff4c08fb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "04a892f96aba4118a7e4de78dfa1885c", "region_id": "RegionOne"}], "type": "share", "id": "33dbf95a22c94c27b2ab269a794e268e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "38266136cd9749838617832340e986ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "03787d1d28c648c48ab0b6d518a3996d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "52eb971ce7594813b96ea039d6540053", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f8eb53bb1ca24a69950519a0de6a10bd", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2de43a6b5ce24c2bad0e0421622df1be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13bb76e0aaa54378ab41da4131619eb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff917d16791445ef975e7c0b209eda15", "region_id": "RegionOne"}], "type": "orchestration", "id": "8079c39682724d6ca0662eaee6bf5687", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee3fd719bbdf4a828e6d7341f6d0c4c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54be746f5af14e1fbe7f405f84cd3a12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fa027d05ba64d5388fa274c43b1c126", "region_id": "RegionOne"}], "type": "block-storage", "id": "533603181ebf487c9b3cd646a6193632", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "103e1c4a96944bf08f84beb822c9d642", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2dc43f6e990a48f6bf79c8599cd9aaee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aefd33c965844e11a9f16e79e1f12875", "region_id": "RegionOne"}], "type": "volumev3", "id": "c2beadd272ac45a2b0dd036838a4a761", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0542510a498b4ad688b1831157866a6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38dc2930e63e48f7a19f4a71d5606bc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07f9a22d8e42457ebaa46641d38dfa77", "region_id": "RegionOne"}], "type": "volumev2", "id": "c69056d8dbd84c7e8eb03f20fbca5e7f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9b26eadbc614fab85e4319cd587e6b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb7f1e168205418f8ba41527d34fbb35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d19e2016b624bd1b0dec509f6333bfb", "region_id": "RegionOne"}], "type": "volume", "id": "a5edec771a4e4180a0596954cb1c4a9f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c34043c1e6e4247a1b44089e989946b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd02cf9a92d24592b8e9f53dbc0507c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2fc5f25f78114c2a9d847dfdab4aa551", "region_id": "RegionOne"}], "type": "block-store", "id": "9d9c6e042ad94807b535d7b2048d7479", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "02c30d897921447da1f0e6c7d4962131", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2abd4e0de16d4e7ba23adc8deb1f2066", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3b354a4dbfba43b88b294a14714a903d", "region_id": "RegionOne"}], "type": "alarm", "id": "70c1a93a66b84e3eaf4948f9a5b46344", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "83c31b8b521f468bb0e4b31db1748127", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ce20d9e9e5cb42fd8dfe7312cd31418f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "089a61973bef4134a5bdf2a052c30590", "region_id": "RegionOne"}], "type": "alarming", "id": "2a4a9a844aaa447c8d284231635a6de1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a65a24b06d8f4ea0af03177923e93aea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b5df4f1501634118b77f8e66c4df7bb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "030d8df891084708a86d702952d9e426", "region_id": "RegionOne"}], "type": "meter", "id": "b608816dfc12488792af7f735cbc0eef", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6a2b5fa5ad6f4b46b1aa7d5a4259204e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "49368c27700145d0ba10be68b18584d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b70f895308534a27a7752b703a6083b4", "region_id": "RegionOne"}], "type": "metering", "id": "69563868d85546418a8c14f51068277b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2b3dc9c3aa0b48b7ad559d7221caf2a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "71b0a153b04c4760b89c7d80a7172d4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7189879a52844b03a20cdbf78f08a3b9", "region_id": "RegionOne"}], "type": "telemetry", "id": "c905e4dc76384a0f8f5523d44521551f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "94465aa5f63e49efbf6479213384f585", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cbf78294ac284612814634ccaf7ee8e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3201a3e803884153a51726e9e756b99f", "region_id": "RegionOne"}], "type": "event", "id": "659511f919de4ad19793d37821d5b7f3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8d30de0276a84a6d8555ea5a4caeb155", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "be13875c2bd04f2490b45ab51c24db06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9f311cd9b06b44b9967f92f0ad163aec", "region_id": "RegionOne"}], "type": "events", "id": "1accccd581114092a68d631b779ab4f5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d8e2f656ac404b1dad9df82b86c20a4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "18f3169557b74ea5843d927d86f8650a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "300213e6ec974df7bd13fda329114a00", "region_id": "RegionOne"}], "type": "application-deployment", "id": "eccd2a2b417f4beb8995f27663415f68", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c44293c2fc0142f9b2243f8c690eee9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "44a029a20a554bf0a9106c09bee8f3bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "085830c450b64a62b8ac0fdeadb07d40", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ab5bbb7ce0b547a58ac40f179e92fc69", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "03ffd0a368494abd9d9ea2f62292cac7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "89b09661b10545f2be27e4b99392770c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a146a3e529b94c408c6ed2eeb720815f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "9b4e73aafe934c52ab6fc1e96000cecc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "de8739ab45cb49669f33859475009246", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "28c99482741c4918a54156f61be70906", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "98bb1bfc088d45b0a90777bcd81224bb", "region_id": "RegionOne"}], "type": "tricircle", "id": "70b53624a8964c95a298ce8a4f6fa23d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5fcae2d274a249388dda255882f94fa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6a3191a2de1644b2bfa83883aa136a0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f895036d3dbe4e359c58b542464acd56", "region_id": "RegionOne"}], "type": "database", "id": "9887a79371904fd5a1b884871135ec54", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1d4314e003374f01adaa452aac947993", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "05319ecc3c0f46639e90fa2d871f1904", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "67435504be704bbd84364fae40006355", "region_id": "RegionOne"}], "type": "application-container", "id": "e18b6dde9fa2416aac5ba314be668092", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bf1d2dc05ae94b2084aa277bf19bbf7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2e5bee4e27bb44dbb9425c3df5627e4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "feeb55472d2d489fb27bf21d063a5778", "region_id": "RegionOne"}], "type": "container", "id": "b257000ba5954d1c8ed920ef48f79b84", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "38565d9c5f1f4f05b66b0999be6027cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6ca37c8115e94217ae7926003b6e7517", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ee1cc15cfecb4c4e8c83fd89cd0cd0af", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "98a7d24b9d76459cab61d31f6202d85f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fcdbce18b0f0487781302aa6e088a046", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bc97db5c8a874d69a8d02892fa80641b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c0e86329b87246e5bf699603032f48f2", "region_id": "RegionOne"}], "type": "rca", "id": "4c77dc14a40b4386bfda96fbb92b56b4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0b34d52015b34e22beced94187e87723", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d0142770557848cbb16209a59c60bbb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e0ff80b8e4be46d488b8d9b1fe9de4a4", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "628fe5deb7414f0d87afc812ae411bf9", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a49680c27f834c3b8d63036df537439b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e43c1ca4d3414f9fbf50dbf660fe5fb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ea825fcdd6a0434ca531965affbb5c46", "region_id": "RegionOne"}], "type": "network", "id": "1b2bb599ab22405ea7af29d9f7eff583", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9b86827201d4479ab976519c9267025c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "6a89b458a4c94a48908799c73f5ee93d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b62295abbc244f47b9de18aff007d624", "region_id": "RegionOne"}], "type": "backup", "id": "7ebec9e6ea5f42d994d26bc70c931a1a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "89a4a096305b4a91a082f2864e0f0198", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "94296698bdd649eab9564cb56593d7bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "287fab04f6064badb3f2293edbe2324b", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "3cda7f406abe49768ba82b93a1b12a24", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "213100816ee3418387faa8a9d3a9e788", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7ef60077a928489aa0d240cea70c8315", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e9c99721c4fb4c6b8efa49f7acd9edd4", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3c71136d928a42c293f31704a035c141", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c68fbb9687d54fcfa9f063017331f8d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "155f1ced965f44178800aca4373b7be7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b176e66672dc44c7a032acb419feab95", "region_id": "RegionOne"}], "type": "monitoring", "id": "51dc3814891643fbb15a3f42b7032442", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2ef2080ce5c24e6e80fa8a534c7cb55d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "93d51b95700b4b2f8f3e79c7fd17d6f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "01688829609a49339925fc889cb2f07c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "959de261ec734e0aaade4f05535e1205", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "50bf243fdb8a4646b103044e77d1f064", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6e369891c59843ee802940d99e2a2028", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a2adc4a94fa1401ea5f4b543c949bd19", "region_id": "RegionOne"}], "type": "placement", "id": "cc652c99779d4e5d83fc56709167c0d5", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4b2372fb4b6d446482a99ae871e39127", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a8e200cb42334edaaa28a8c5d4059b3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dff5f51b90b0413dbfe40c7717fa2ed8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "43295a14849b4304babee71b6fd05743", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a20c0fd856a14c43950d1142ef5e22c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2163b0652f9f4d54a4c01dd7606c6e26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "eb9e186aaa3440e4bde01d13ca0119d1", "region_id": "RegionOne"}], "type": "ha", "id": "8f0fa8f854414b169b663d8ca53701b7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "98636754a61243baad77ca3e666235e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1ce62acf06614b5ea7f7ada10f567c05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "07ccf0c5bdd043d9972eb7292827467c", "region_id": "RegionOne"}], "type": "reservation", "id": "21609fbd5c0f4031b8d62944fbb4fc77", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "de7ce085c2834b93a7af2258dbf0bb39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1b95d1ab13ac40188448beaf75f6cbe6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "41020d5d11d94015b999af1d8c5d3f9e", "region_id": "RegionOne"}], "type": "function-engine", "id": "156ee1292c8f4386bd63376ea9d0b75a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "dd4055214cf84d1aa7657fbfc13ba414", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "416e359e41404a3cad170fd26359796b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5733d5973c524079a4870abf5f6fd280", "region_id": "RegionOne"}], "type": "accelerator", "id": "67765d4edb004341892e0da042670a65", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a0324e03b11f4cb895470495278119f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "aa5c23e14d2b4a1b91a8b76d93a5b602", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "73c614a20a364fa7a0ab0116816ee9dc", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7d5b2b0367054e32a3592d84efc090b2", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "da9735b2d1da4cbb87524edda349046d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1b0d936b98b1453e937556166fe223bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "53a1309970384214b540aa1213975390", "region_id": "RegionOne"}], "type": "registration", "id": "d575efa734ba44f4a6caee00ddf2e5da", "name": "adjutant"}], "user": {"domain": {"id": "b02a97f50d2f4623bf581a83aa332189", "name": "90b31a10437e4afe81cfd79f0fe8cff6"}, "id": "6cbeb1dd550b418188d680403ae191e1", "name": "869c724a4a7842e6a0b0da1e358d6e34"}, "audit_ids": ["dcfda133aae84fe0bcebfb6cccd619fb", null], "issued_at": "2019-09-19T09:04:37.400702"}} 2019-09-19 09:06:37,472 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,474 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,475 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:37,505 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/93c810ae-9956-407d-a1b9-0f7e0863cfe4 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,507 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,508 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "93c810ae-9956-407d-a1b9-0f7e0863cfe4"} {0} openstack.tests.unit.cloud.test_baremetal_ports.TestBaremetalPort.test_list_nics_failure [0.111822s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,137 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,139 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,140 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,140 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,147 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.101813+00:00", "project": {"domain": {"id": "7100285440924cd8b12fe6e774747d12", "name": "f5ea8843d5e740f6802b1054130f9fd6"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "9be9079653f4475cbaa0e1813a3567bf"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "eaf1eab585964b8186490b358fb64b9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7cf72d3227d64f9cb6e383cf06681872", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "25d00f1681e6422babc9b1519aea12ec", "region_id": "RegionOne"}], "type": "identity", "id": "359288a1138b4240a752853065c68c76", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e5bd4b9d5d0a41d492cca181f9a01a93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4fc04f2af2a4466aa867e9e8296677f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "bf2c4f5cdf9b429f848954dd3943fee2", "region_id": "RegionOne"}], "type": "compute", "id": "cefc6b5279394ac6a9a033fcede1c7e9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e160f657c6cf46cc925e3c78a8756cdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0a613fae58f24b6f90181533c9f0b9dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "597867b550a34734b809ebdd67ef8f1f", "region_id": "RegionOne"}], "type": "image", "id": "4f02f915f47343968e517e3385638d00", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8a370741953e4d5c8971fa18e04eab6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4158f2c8c2f347faa173f5d0c9754b59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "63fbc2bce3984d7e8c48b8c4ffa61f54", "region_id": "RegionOne"}], "type": "load-balancer", "id": "dbb59428be0a4e3f89041298134c3ba0", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e94d68c5e4cc4657a796255e93857554", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9eed1ad728043d39fca52ef3d839b74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e33d9a0c76b2437f8c5cd41968752538", "region_id": "RegionOne"}], "type": "object-store", "id": "b75d11f24d124d6ebf709fa9ca6156df", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6703fc02ccd545b7a92bb36596a47087", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "baf3d185605c42c689df7375bf499ab5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bad634c89f86431cbb872cdbe884b4d5", "region_id": "RegionOne"}], "type": "clustering", "id": "4ea890d69b5043a89ca77e24f3e9f48b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "de1d5ffbe06547528f436214127f6394", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0105b1283e984f67a7587b3fb5d34209", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c7ca965d9ddd4b738c2538e394024c4a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "dd06b9b056aa4c48bbe394bd62829e87", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5cda63a6d9454617a3416a7ae355e78b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1d9de22b8a924a22bd6186ca3c7c0ca9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6e874ae35c224e0d8551341b811f6139", "region_id": "RegionOne"}], "type": "cluster", "id": "67f9e77d7c1a4e7b91cfc8d3a7021b31", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fdb49ab46caf4cf9a46f13290f0a9e73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5c18f5203c6b453bb3a4568348892331", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "eb7e9c27ad2e4a5b8f7ac4c750180006", "region_id": "RegionOne"}], "type": "data-processing", "id": "055316648fb946d6b93c00308bc09437", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "47df33a9bfad4b1cb031e0481df88f05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ca9ba49dde6b4b38a5293eca830327d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d3901053f84245b1aca3f84d93147fc8", "region_id": "RegionOne"}], "type": "baremetal", "id": "80a6da56edd546c28e901b559649a065", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "72e4b2fbb5984c0385c45bf165a30f39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1c6fe491ec26450faaa12d28989d46be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c5192abaf69e4c189672d9379f8f635e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3261cc7d38ea4222896037b6c17f08fd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b8db58c354db45a09deddeea4c123c81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4a02dbfdc35048a998684779a732356f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "59bcaa3a27f14e6cbfe452d7250e86c8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a8d65ccb901e4cd592dd75c266388757", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c3745787c84840419ddf3939893ad1c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2823957c0cf3492a9ac12b74e4ae0040", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7d11c88804ea4eaabd52744d19a31fe4", "region_id": "RegionOne"}], "type": "key-manager", "id": "12836cf37a644a32ad0f9ad8ae5ff8e4", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "86e19532493e4bc090a4bf67f634f9cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8f1165334d82430d8dd42893ea9ef68d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "79cb5277f4be48c093e881cbc83e14f8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0ba9b41558c44e1cafb608f4a7cd6878", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c0483e3583b044a183d4cb7a08f20095", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "345ada9bdee642f993c3b67dbe0ed6a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3a5e93524e9142fba08de7393304635c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b03e3be56b72430d86e952ca67b3c846", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "210a28fc0ab1472c9bd4cdf7375c0804", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7d1c5b68734144288a1553e3b55f9654", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "62e9b210ee9f45d793ba5c2926e576af", "region_id": "RegionOne"}], "type": "message", "id": "0276f89b64314c828c65c4d11761cf8d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "79b2d5cb7b8148978f456d1668f2e8e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2b4722075db74c5fae89f6bb9759aee1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "af58e60fd0b44b36a9584c82a078ada5", "region_id": "RegionOne"}], "type": "messaging", "id": "efcc05ed6edb4ca9b4ca073dbd9e0d2b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1c39187cf23e48b49fcfad7f7889d722", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6a4ec1ae2cc54b95b32206801de5050b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "44d2edba0e524d48b9ee9938cbfee03c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "70fd7b6f36d94148b4b07ff736f43ac6", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2aa37b81b14f4e93ae24ec9ee7bea020", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be7bfd9d9f894965b33b57e798eaf778", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e2759933bf4a467092c4759ec6e09929", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4a59f7f50f084baaafc02bb363616ff9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "80e4b4e9ae6145178c9b57d14d3b8c28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a939ed6f95be40d9a1b497e56e614161", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "32774f6fa07c47678891ae33aea33378", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "88eda6f04e5e47ffa14db8c04038218f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f7b62bcf282647faa1ff5bd05eba8bc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c361d77ecb664249b351837f4af7f0c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7ee3f93f78a64369b28d4ecfe81d4cf7", "region_id": "RegionOne"}], "type": "container-infra", "id": "b06889881e594a4cb874fff4e3ebaa83", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f32db2e1ce2f430ab33d6f60e3b35a18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c40a08356b9a41daa1d149e4fe21156f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "da9ebc05304941c6835835fcf255336f", "region_id": "RegionOne"}], "type": "search", "id": "becab106d1f640f1ad0bf9b79dad7855", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ddc9f31996b04f63a7523ef2d24f873a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "5cd208ab5fc947ca9ca347c3030aa072", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b66c1dfa7f384e05a8de9d82da46b2ad", "region_id": "RegionOne"}], "type": "dns", "id": "a78ac875f350404490957f3cce96137d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1a1a53fcd1de4d1da27a86cb155b3d43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "73820ec3f65045958ee36863a6a7e5ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b5674862c24d441d98b166a62df2cdef", "region_id": "RegionOne"}], "type": "workflow", "id": "b0f8789ed1b249a0bc670ea16238e1a5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cc718f594d1745a08592e2247ad912fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c6d0e37aacad479c835ad1e3aaffd656", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c7e79ed95f49451289ec480be5b3f201", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c5353098d70e4f169246f22026a5199c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "33ad1cbac68541bbaa68177de184745f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "97b32d662b20424f9cc222c7e8871d65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "53960e98b2004a61b04afba7aa754689", "region_id": "RegionOne"}], "type": "rating", "id": "cbeddd30291e4fb3912661a20e47e6e1", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "797654c858fd455a952b81b75c9438b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6772c26185564e5cb00d16875c274831", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8e21236ef6bb4f6e8ad9eb366fc72237", "region_id": "RegionOne"}], "type": "operator-policy", "id": "7ecfef79c3fc4cd2bcbe8531dd032906", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d25c1162befe4afd9ba1c01f49065850", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e74d6bc307e542abbbbecb5b4291318f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "69faaf116dd44c49871e6b5bee43c000", "region_id": "RegionOne"}], "type": "policy", "id": "d492f32139244eb7a8f25d9d6085d9c2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d07d50d3323b49baaa2ce17cb40dce26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "babee6faf15244d8ab658a4e166db6aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1f2c1a5c05a94566b9f4dede265d0328", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c2c1c2a999d249f4b6c42918c0759662", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "76635c13a45846c0acfda7a1584addec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "905922c76f444c7abd219835edd12d14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1e406d76382544f99cde9f4b641380ea", "region_id": "RegionOne"}], "type": "sharev2", "id": "1a1ec361120e44008065d55f6a674ea4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d6695bd9798848089af2f2a700030073", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9156d01cdc264921b29a04ebefe05aec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c837ddd9a5f64fab899df64d88107e11", "region_id": "RegionOne"}], "type": "share", "id": "29df4de8fa684ecfb23a904334de5361", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d84aaf1ddec34df7a31f37594dfbbafe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d832374c939a44e4a8f2ebfcee5ad18a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5636f46f013b4ef2834aa91cde32672a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b12d76241cf2412c86fe6bf0689466b2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "070c34c085bf4d1c998408ad29432864", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72d74f4d163c48e4a2c79fec50c05933", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2faedc3462b4760affbc62dfa604c72", "region_id": "RegionOne"}], "type": "orchestration", "id": "591f39290d614a62a015609d8af8fd6e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b812abd3fc76400e998af0e9987190f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6b0e978b45140719d3ae6e5404dbf85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f3be6310cd94e86bae70d15453a0c0f", "region_id": "RegionOne"}], "type": "block-storage", "id": "220d379d76ef4774b2b3b91fcc5dd55e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33adab3f311a4111903a02dcc40caf1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ad86e42a8b24820b19e787601661eb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "617a235fef924aafa4788ffed82bab5c", "region_id": "RegionOne"}], "type": "volumev3", "id": "dcd572565264499a892f49aed70f1feb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "257d6e60655449e0bff15399fac131ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d9baba53fc54882b8659becdb9d4aee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70274c64a92e47b7bedd3b8ebd3473c4", "region_id": "RegionOne"}], "type": "volumev2", "id": "fe7e966e1b194382bf1807b7aa3c4f57", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60fda41544b44abf9d1b4cb0e225abb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5035d4fb5a14a85ae885f577436c0fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63014e398eba45d790261578ed4c7a6f", "region_id": "RegionOne"}], "type": "volume", "id": "590f8614976f4d0a9cd68550b8080ab7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "556c74b58f62403e849f79500b075a53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b40de6b1740e4371a2697e98b1ed5593", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb3de1ff50074ed89f6aec2fa200f680", "region_id": "RegionOne"}], "type": "block-store", "id": "08d168920ea640a698c1da4e4f16519b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2f8207a860ac4239b649754ec59c1049", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "55731771faa14e25bfae9c9f40f7d1bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "dd52ae9868d143a4921f14a39fe01b0d", "region_id": "RegionOne"}], "type": "alarm", "id": "ab6ddb2571ce4a04a33b79d1e643caa1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e5577474e526433c983dd14a52eb3169", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f61ab29d59c44f2888e573ae1f76a859", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7baba6ec18d2431cadbf06d9bf65ace0", "region_id": "RegionOne"}], "type": "alarming", "id": "4e4724f997694cc9b8680b6debe90170", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "843d516b7b6f4535a1422a9f43055229", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "de4a93f0c8fc41fdb73078ae1f479a96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f576581d4f554604b41ced908126eb12", "region_id": "RegionOne"}], "type": "meter", "id": "0b540ac6c5b44312a3778063d3a9c18b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ef3ec29f12404f359b69b4130882974b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a987597c6ea64dc18fb92a86e7d852e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "868b5932773942919a80ce3189ad7019", "region_id": "RegionOne"}], "type": "metering", "id": "4acf72565bd140e89b1092e9d5fcd21d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "93639ab9e91440b5a39a4c8e51e4027d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1be6d9da35b8415ea9e7fd38b7c98b8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1e985173d23645598324ac58e3e8e5ae", "region_id": "RegionOne"}], "type": "telemetry", "id": "9e3349f1089749319d86c7a596ba405c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1211d084314a4a86b8c16fcc1b4b7279", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b9fb40277b114ec29037703594731857", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f18547b6a5494d1f99c1728c34613fee", "region_id": "RegionOne"}], "type": "event", "id": "20a06e9c5f214df786f939459f8df589", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "03c23a5fc2204bfa9b52aa5da47a1296", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1f9f6b7b8d0b46a4a537e8f5b3f5c659", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "49b2174822dc4e4bb58aa6d82945cf6d", "region_id": "RegionOne"}], "type": "events", "id": "01786e4c10004a75b0ef5432ba877651", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4bdd8f51edc3427fa89c5e07cc6459f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "842e25a85f1d46179e57dc4461571830", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ee6386bf60e64a37b3b687515235bbe6", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2c475ae9e032455f99223cd802689b0f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "eb10620037c548cc86bf46e3cfd7956d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0f0ab69c6c084f7fa62ce5ce84d78b01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "039691f0db864dd491269b3d3ca09a5b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3a0be0f71dcb409a86983f2e677e8004", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2755a4af11c54077b17d0a09e52527ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2a69bbb70359444bb932bbda80b335e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c89ead429bf64cdb9b2c3fbc1d953254", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "00ffd0e8c65044f990bb7aebb817ec46", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "62d1d4ce65e84548be6d65332095e5ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0f8e1cb230b849f9854d41854dc9d82d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f04d8c65580540fdaee8229df464b020", "region_id": "RegionOne"}], "type": "tricircle", "id": "8183071697344523b18f6bdadad7c225", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f73ba352f34546ec93adfc2ea0c85813", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d0bdcd4a35af4b2b971fb89c6e3988d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "95171f8f694a401b8dc1d3285272a5c6", "region_id": "RegionOne"}], "type": "database", "id": "dcf19a2497264de08a4ef9d261dd972f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c14842a107094727b16f64c543e43da3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "570257e9eed34e12834dec0077af207d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f5ff6d8a200746909423ff32c3f67da6", "region_id": "RegionOne"}], "type": "application-container", "id": "cfc90c11944f417e87c44e20ead0830e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1c92c253f93b45b89d4132a1509749ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c55cff6ea22944438bb34a5d3a435b8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b852ec9a78f4408395ec6c6ce8b92294", "region_id": "RegionOne"}], "type": "container", "id": "5456eee841e549ee8ad8cf77f13484a8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "41406e7e3b8a4eb2ab5aef5b47ef8bbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "70334b385d79424691f76b2a8298245e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "22b445747cd44c2ba5b7dd0b632b8551", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8842ba180992425cbd3f8a75e00ecd9c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6ecaa09dde5c4305a17c2c78488ed17e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "79af54758e9048d7937f2e77709049b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "aec9ecf0390b43c3a4563cda66f00847", "region_id": "RegionOne"}], "type": "rca", "id": "bbec156c0b204386b62eb66b5b23e53d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a199d8d4ed184a6a9ea8a82f6793ebaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "efd2250a091f40e595c69687ae1af5e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1b11e663c26d4e9ca1015c8c9e347155", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "031e0c3e9f63418494a9ecf3a59b306d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4400ae6e67a64f3e812a609bac4c0dfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "777331bed8cf4faba2ead21c43649d58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "94611ac8aa4443eb8bd9ca0eb6ef47d2", "region_id": "RegionOne"}], "type": "network", "id": "995587420c764025a246e6e4a0952eb1", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ad0d33fac5f64a329d801d03478dc392", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "157384830a4a4947ada2fc97446e3176", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "2a51c643e21247139e0527c5c809258f", "region_id": "RegionOne"}], "type": "backup", "id": "54278a9097414dbfb2272866faa03eb8", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6598ec7bda3b4e8aaf849fb86fe0be0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4ddefbc8df724cfbb13f13f4cf480e95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c262accdfddb40449a86799467d282f2", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "3a3e919f196245e1b9a9e8e77c26e9ee", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a1e97ee0f1cb4ad09bf95d580756adca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "edaf997550e34640967e885835f056d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "28f15736b2c341a1a5461f836e84e7d5", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b256ebf4e04e4137aa0e2ee7dc50558c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "70166c1a1e6b46d393958a3aa23332e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f5bb4d127c1b48659421c96df1440b99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "be01326ac8ca4f74a0b9d32d178e3b48", "region_id": "RegionOne"}], "type": "monitoring", "id": "31834fd309f14fa7bf5220690b486cc6", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "540658efd38e40cca1667c6c6f0ef75f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "09d60cee7b11420a8daf368f42abc483", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "591a6d0d0852490e95e063d5951abc62", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ccff7b6e6c0a4b5d80768830f6987880", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e810670bb39d452fbbcb0d016ce6a743", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5012dd714ac645d9a2edbae05418e8c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "655af3ecc46846a8871e5a01edd1d10a", "region_id": "RegionOne"}], "type": "placement", "id": "bb4ee013b20e4b1c87395651645de822", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6faa386450ed4365a561f579f0e4780f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bf2dff427f234b12bd75ef67cfac4fe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d1c188564c554a08b366b2d36e608af8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a03550baad5b4b9fbb86f831e15a4821", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1d1949a330054318836427f921b10445", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e9727432306f4652810bbed8d3360858", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "838f4b9f4c3a403b804db665a160a388", "region_id": "RegionOne"}], "type": "ha", "id": "6e466a4b1ee74ed98be927b284a8408b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7eb35ab83e4945bd9f8e4df8e1dc917c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5d5d5ae3ccf144dc9e5fbb7034a1f816", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a45c850d31c64ce1a23b67346a521e13", "region_id": "RegionOne"}], "type": "reservation", "id": "d97cc996f95e49e889bb5f4f38a0fde7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "92971819fd34446b8f2843f4d915953b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3d283b17715b40b6bd6a41616a08423b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "39858d2b85d046d8ae4ece59e9e07095", "region_id": "RegionOne"}], "type": "function-engine", "id": "fae917940f4949c89117a06534eddb63", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "65e6c56f1c9647efbf0f341ccebe63dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "93c2d83f03484136b8e7e5652f96a387", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "254a17d5d7d64ba58061baaab97c0c0c", "region_id": "RegionOne"}], "type": "accelerator", "id": "e666332ac0b847158cc75ea78db35c2f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4ad64e12368e4b448d7ee8df99a05393", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "067aeddc8eb745a5aefb1b9aea502a38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "23caeefdb25d4ac981aa52f8d2e38540", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7f36cf331b974f6bb81fb744b87ebdcf", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f9d65220c4c542b5b2e38fac440854e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "12286a1cfb1d445aa9ca626607e06e24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "611e2010843d46ecb85e9bacaa25077e", "region_id": "RegionOne"}], "type": "registration", "id": "6250c2b1f6f441928224c4b46d90b84e", "name": "adjutant"}], "user": {"domain": {"id": "3958773e03db40b9aa941ed91c44bc63", "name": "bdcef78ecf334934939434db79cc34ae"}, "id": "937d03086e5a4031aae2f8310599cba2", "name": "fbf29b28518a442ebf8866296f949cff"}, "audit_ids": ["f1102f9f0ceb48488136f0c012a5ae44", null], "issued_at": "2019-09-19T09:04:38.101813"}} 2019-09-19 09:06:38,173 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,175 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,176 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,208 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/ports/detail -H "Accept: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,210 keystoneauth.session RESP: [400] content-type: application/json {7} openstack.tests.unit.cloud.test__utils.TestUtils.test_parse_range_lt [0.149062s] ... ok {17} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_patch_machine [0.166824s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,157 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,159 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,160 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,161 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,168 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.115443+00:00", "project": {"domain": {"id": "73d932af99174fa4b3e4672cc5549cfa", "name": "57bdc2819adf440b975fa9a5f2edb9bd"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3c97368cf80e4e82b2b9c487b03d53e8"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0f59d4d682fd49889a077238040892a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a5e6e12508034fd685b7d29c815e9b75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "750646ab9d804a1cb48c8a40f9d86cb0", "region_id": "RegionOne"}], "type": "identity", "id": "a9729ca7e1054b2993eee622f2e91a1c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b4235e3ec7c8412295b4d0841a532048", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4e863aa9d2764fd5abd0e932375dd4bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "80665826c79e4f8e92bfaf068f99c23c", "region_id": "RegionOne"}], "type": "compute", "id": "730b46288f6842d4a6239c0e87561e9a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "bc9b7b46484243c6adbed93f4954db2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a69a04f76b2840b9810388b6f9e6a995", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "7bb66f15ad1148a388512e6eedca550b", "region_id": "RegionOne"}], "type": "image", "id": "e99fe6b8abe94e1b960c453ef99bbca3", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fa760704a67047c7af2ecf0aa9259466", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "082415d2326142eead3f068ae22bfd11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "19d69f6887a94a2a8769c3cb93b26279", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f4c3bf8aaeab4769bbd1cc35ea987eb1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c81d0f4378aa47b6b3f8d5907c7d5977", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9686ab0381c54fdc9fc85edc6ca65f59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f517498f1bd84caa90aac88400a12efc", "region_id": "RegionOne"}], "type": "object-store", "id": "625d73dc3bea42249da7a0d44d75054e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e3d35540731740bebcbc6637fdaa0a32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "16ef29b149a740b9993d856a85656118", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "808bade962d447edb0f197b9dffc5671", "region_id": "RegionOne"}], "type": "clustering", "id": "9441922c37b541c9b8f3fd9332454b5f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8e760e3f2c3f41358adb5347ae483f90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "64ca97bad9c242c4af03d249095e3838", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fea6017e8d41402faad1f4bf5d350926", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ab9d021b74af438fa02f8a6e4bca4823", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c17d0ec5d1b44a0fbf45f06515e59477", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f84c5190c1a44726b4c1270d907fe7ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "541b80f3055a4377921f3fca358e180f", "region_id": "RegionOne"}], "type": "cluster", "id": "f7d337285d794dc48f2ba52ac40b72c5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "880d920af0754d74825864a552a4c786", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cf6afd40062745808b419000fce7becf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "aad9ba894ac149d49e595e861808d5f1", "region_id": "RegionOne"}], "type": "data-processing", "id": "81b3ee8fd2db4b509cfb99e270396b45", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a92dfc2ab666490686da732e4a894577", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2be398b0c1d04aa5a8d5ea8a1501a9bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c9b2f6124bac4a12940f68f115d2346a", "region_id": "RegionOne"}], "type": "baremetal", "id": "e63fa9b471a545cba6e275685ba151e9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7b09007759814b468d0f9fbe6a9e15ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4d1d098be3504bb391c1e030a0507530", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d37f19cb4e6649209ba826086bb880fd", "region_id": "RegionOne"}], "type": "bare-metal", "id": "dc54f8fca70b431c9936538b5a37cf24", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8e69bcf6025548c094816f0933e4e6a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fceb71f22d6d436b9d942cc7cf653eb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "927b6f5445834f068bf8648b1f03bd9d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0c16f87bda834e7193d7ecda9d68d7f4", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f5d24af6d1b0489aa2c84ed0dc438502", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f3e24700b8c74903ac6cb073d0737fc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b3f589b84f824890a2ab3eeb647d934b", "region_id": "RegionOne"}], "type": "key-manager", "id": "5351c6ef7a1b412f8006a0ee2dab95f6", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0018e1d5fed4422590a2e5723e84321b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "54a2c308d0364fcfa91b25b5deeb86c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c663e6f7ce834dd2a1784911cd0e4f21", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5971b1da5e8042cd86e93ca94e6d4fdb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "edab3d3c62a04834a44084f2f85ecdcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "74e9223b86e74a1293c1a9efd8eadf9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "953cc3b0ea024bbb871bdba63d88f732", "region_id": "RegionOne"}], "type": "infra-optim", "id": "cf2b697d43f3481d82785c250e756341", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fe3b5ba32cbd445a8b770333567a66f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5e5e2743232f43af9ecfdd87db0b0ee2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "68cf3987649d4cab85e2448faf98be39", "region_id": "RegionOne"}], "type": "message", "id": "5f4f06bf4b6e4b15adaa7dea1e59562a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1c072ad2ddfb4a4ea06389fad368831e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b435652fe0b44841bb47c5c3614fb233", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d3a6fad0b4404a4faad44fa205406231", "region_id": "RegionOne"}], "type": "messaging", "id": "b72234e8ef6641cc90912418cfe45d3d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ecb6400d4c004daeb6045e515ac7961c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "12d92789aca0497695a91e9e3b2cbe3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "91a0905f5e2841cdbbfcd23bf809c20a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ee5994c9a94d41a19c4310a71dfa31e1", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "759a022a094b47909fd0953b0da2ceac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0e44a31a4a7243a6a9c6ff694332ece1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d38ebdf52ac844088189d071c2b42654", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d907b1d988ec44d9a0d324f5597a976a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8389c2965574470dbea2abd796b8faec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8230ee88ecd54409a515716c762e0181", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "95841f91448d4b92b0a8679c937d0182", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "084c71725e9d4fd08ea0378496bf5df2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e9e38dbb575147c08c0739202fcbdba5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "95d12077d0024a0cb031ea0ea6978e15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e9748cffeb784781978b470c93fdb746", "region_id": "RegionOne"}], "type": "container-infra", "id": "3c4f161ac0f645a4b1cc962665f12259", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2b00e22749694a628bdde5df0484204a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "1db4dc5de678447db4b19fbe91fbd66c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "83744b3d956f4fbfab898c16d43ffd1b", "region_id": "RegionOne"}], "type": "search", "id": "9bc5b9dd7204477a963f07d0c33ea092", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1925d5bb82dd4dc38550230d8e107e77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "56cdcbd6e6834ac196dc8a4f497bf887", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "506dacb1076940a380bf22dc42913fad", "region_id": "RegionOne"}], "type": "dns", "id": "5611ee5136814078812da747fb6a3a69", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4c0cfcae067344adaf9e164bb74700fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "290c034a183440fbb8e7f09a852f586e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2b424f6134984e6cb199a60b20c86a82", "region_id": "RegionOne"}], "type": "workflow", "id": "2a9f6c61da56458bbe6e1930d1a57e21", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "faa886ed5e404f5bb7244cccf0373ec4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b43fa507e77045099cb873c6b5f9a6a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "033628725ca74ba79b54d99bc9cc907f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ae6bf1a4a32e4453a2a4dae81864bb7f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "fc6abcf8fc874f0db20c126557f2f9b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3d01c1c51c644ba693fc7bc42a9385e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "32de801c1a44460c8dcc17992628e7fb", "region_id": "RegionOne"}], "type": "rating", "id": "0d99dd190af74f20a2be71611b0af869", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "32871950462b4dd0b68747ceff3a39fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0b607a1f6e914843b4cd90814fdf9280", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "61cd27628a7041cdbc8c92c502bc0638", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5e83789e2530413496c99aaebc70e822", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bf95fda7a1af4438adfcaf9c5eb4fc1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "442e85910ef14b3d968e2ee680a2e937", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "64abc5abb7c94ace8daabdbb8c9d88c0", "region_id": "RegionOne"}], "type": "policy", "id": "009e730dddaf4765a6e5c296d79bc319", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "14b36ab9b0fa4b31b3140820d4ee4faa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5e2755840a8b4d1e822d66e543868d26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "71561141499d4ce58c59c2fb0d927909", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "105297869fd8453690d761a50e81978a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1108965c671c4ea68f416a6cfcd45ba4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b95f68d7a420454da7a9e52facb68683", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "36d4f93db8f24c7794596b358e9f3d72", "region_id": "RegionOne"}], "type": "sharev2", "id": "4ef9c0a9c9ac46fe9a2b35bd389effcf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9a05c2f834e943f0be8b7dc89058c566", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a160f5e8af4943219e08f371a6eeb5ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5753853cf052424990adb1cd5ac5ec77", "region_id": "RegionOne"}], "type": "share", "id": "5c8d3af0eabf4bea9c55244da4f91fb3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "46431973a98543d484ba5455aac94759", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3ba4783af0df40a3bcc0f1905bbeffd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "cb8747ca1ea1453ab19f3b33f2b5e99d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3b5a7afeb0b0420487c18b8b073d9b8c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6172c226c16d484cbb45d7b51d18ba66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72a73d617ed347e19a20bd7891217abd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1468bff19a64699b4a78b6e2cd5a298", "region_id": "RegionOne"}], "type": "orchestration", "id": "c260332bde824a1fa95079432762e0be", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40a2e7f7c54b402e94889bc4a26f261f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53b2fee31b6c4920b10b5763f2964ecc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31be42ea6128420fb28ec8d649b704f0", "region_id": "RegionOne"}], "type": "block-storage", "id": "f59191026c0945739ec4f22cf8689a0f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d288ae45c6d4d038d45db70e5306188", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d7c41fe0d42465e91f96557557b16c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c1921915afd490c9b7a51122e6e2341", "region_id": "RegionOne"}], "type": "volumev3", "id": "19567a7305d248609879fa75842775d3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfbc7df2d5b64a1c9089916833aaa637", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f675cb510be492082e754d219c2940f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f03b8dbf547438e849716b0944fe2b3", "region_id": "RegionOne"}], "type": "volumev2", "id": "fe45a1e359bf4659861bf4582494b8a7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3983057f3854107b03db1d0df6860c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3405bde85449403595663e33cdae7094", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1c3725a8be84fc9b5fbf9f4c62f674b", "region_id": "RegionOne"}], "type": "volume", "id": "591d042707c64ae69886ac8c032fa2fd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34930a56f6d547abae7f855b827def11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74cbddaac845468e9393991555b0e610", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a33c84ed846a442391a0cb00aa7105fe", "region_id": "RegionOne"}], "type": "block-store", "id": "cc2a692435f54df789ce56bbf1df50f7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "242ad8a5c29243a6bd0165869aa45d98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c35bba8e1bf2453c8d6093018116541c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ba3459aedf1d43ee9fceaf27a220386b", "region_id": "RegionOne"}], "type": "alarm", "id": "bf8653266e8b4618af300f5c83096804", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dbf784b41a514a12a3e6bd0e2ed7c346", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c0d559f2db4146e1ad688acfa7d95355", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "16f6a40d18f447d4b9a7519e3adc836c", "region_id": "RegionOne"}], "type": "alarming", "id": "f9a44204a4d847318fe54094786b8c55", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5c71b51b984341b5a78d1e6385a9201a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f8fbba1d90f949b0892b9847503ce3ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b21f1dc83092478a93f6f85b8fa50a5e", "region_id": "RegionOne"}], "type": "meter", "id": "b1929071146b4faea3d19fbe2ee90a2b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9f1b0954516247e39d29233d16eb40e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e581b0f0c29442c3bad2cd026fdbcc2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4a0595dc02d84acfb913673d4715c380", "region_id": "RegionOne"}], "type": "metering", "id": "164de4b9ae7545fbb452e8b98e23f13b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "042b20c45d9f4a0184252b2df5c89b7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "89024aa1ccce47ea9702c440c749f0c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6eaa1dce66ed4782ae023be9f92760f0", "region_id": "RegionOne"}], "type": "telemetry", "id": "6c576c66edcc403a970c834f38e7530f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "46508a796c7441fa964fa3e1ab519bb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2b38c2a73b8644bdb5b8fb8c03773fd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fc909ca8cac34dc090b0a4ca85937fd5", "region_id": "RegionOne"}], "type": "event", "id": "69802cf8da424aef89d437c788f16524", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8608040c51aa4854a42890e5f62f7415", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4e1fad7bdfe445a08aff61663f0af1fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "08f933df739544a3a539fcc636b6d05b", "region_id": "RegionOne"}], "type": "events", "id": "979c9f4595234d8a9df09942997fbe35", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "236d2587e441435caf753610f50444e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7b52d0a97d4c4545a6db71d40b5c80f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "80b8f930d6054ad49104d9ef288180e5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4fe6b2f80afa427788655ce4f6fff263", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0eb29e61094e49e28c706efe29d5bc53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c4f3d327e80e4ceeaff4f2b7732ce4d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "13abeca25d8b49f39f6f1134324231cd", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ef79123789e949b7ad4a1e46c076aa6d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7457138d0c5a4f029fe661fd257cdaae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "aea15e585c8d486dbe2b0e1291312861", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4a8c4e7a2737444c897b4b7862106c60", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a0a7959faa884a2f90146d2ad77b7781", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "25e4e4b3e546479ebf81c7eb5de102d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "86945c0eddf34aca8c488947adb38acc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a8db2810986b43e8bef1edfcaa4bb1fe", "region_id": "RegionOne"}], "type": "tricircle", "id": "b84b9f4abc3a4149ba67c0ac9c6c692e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "21a12aa34c1144f48021981d9bc9e374", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "27b2a8c4723e4557bfc15e05e77133ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "dc5e535577144f4984a64dd2705c0f1f", "region_id": "RegionOne"}], "type": "database", "id": "cd44bc81a1ab44909166bd10c21f84ab", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "544a54633cc24c599560565109a4d953", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4c1b43fa26274a4e8a8f04476cd82861", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1e53e02feec24b1d8190257ec6b8c86a", "region_id": "RegionOne"}], "type": "application-container", "id": "1ed19cf922b748509e050226ed660805", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4d5e5f2ca1444fbfbbdcb906d4ed1074", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b5e2225386c147e593eeec8dbcb9de18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "35508610689c4f23a1a5b2419b82901c", "region_id": "RegionOne"}], "type": "container", "id": "b8e0e01693934c938077f39e19618492", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a58fcb80d55046999e39efa4ecb7409b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6920ddc73bbb40c78392ce977de67d8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0c568d8c314447af9e2b9c0260cf0ac7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ca0db704496046edb5c4d7230b506a89", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "28cdd12ed942485e89c65dd0efd88bff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f75bc4ab92464b6fae6ab0ae91a5fef6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f4cce8974a8b48fb8c347514de52d6d5", "region_id": "RegionOne"}], "type": "rca", "id": "3785f148608d47aeb8b63d45993228f7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0c109aa8cd6b4ac6ba12ecf7c0356a2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "11b49549eed04eb5b2c749317f58f9b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e40d17c3abca4126b71c1707e01d64ad", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "480f4f93020b410ebe75312929a0d3f0", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "117120c461b144c3a79acdd6e002e973", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "492e2727aceb4f6e82d2d4b93e7828f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "5a064ffbb56140c9914d78a581d77cec", "region_id": "RegionOne"}], "type": "network", "id": "cc99c5d2f69442f6a8adaef6fdcd6231", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "8b47ba20418f4b2ca763cfceba0bdffc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "50a7087a625d4aa7aa099195ca4214f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "88f505503b504bddac148dbde6b138e9", "region_id": "RegionOne"}], "type": "backup", "id": "b6a2dedafe84482fa093ff1a6e78a2a5", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "aff180cb966347d0b2ecada0319e5789", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ff299f4ddc184efd97319b14bed271c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "afd400211fa6484685881373d23747b0", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c91d5d041aed4674b02bb2c77bda7879", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f69f038c01c6412699508291cada272a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6c7d7a59ed3043b98dfed2e7d46e5181", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f184890192e94a2a9b44071f4a8fa02b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "cda52a19c75441438dae6c10cd336b50", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "965dc8aa57d446b39c75c04b155422c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3aee4d85fafc4c2590ba3c76cf4391f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f31cb2c03b494058bd3f156992e9deec", "region_id": "RegionOne"}], "type": "monitoring", "id": "8b1e2f4fa2be4e8da6f080aef321704c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3b956954a8ec47a6bafa05663c5b1c93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "541f25cf3998402d922f665e6ec45dac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7219103cd01e440c9db1c139e9cebb9d", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "042a7c2cffc447179308d30ee1324d73", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "69d824041ea6440f99b0759caff4152e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2712752250184eb2bcf9ed5c58c3e2c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9b9abbfc19b64c7c8acc5f5ceefe38cd", "region_id": "RegionOne"}], "type": "placement", "id": "76547f164e024e6c8542fe2b80a2606a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "92750e147cc94bacac9f67e683db1827", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "240a57e896d2465b8a28e9b77fceea3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "388d0f483573482bb23d477b361ef793", "region_id": "RegionOne"}], "type": "instance-ha", "id": "acc77e83778c4a8bb360abc4b9ba0b10", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cc88527c8f504f13800072a34af7d3c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "edf57ace4a5c4d6c8357e65058099e3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "32a777887c6a4b85a937be0aeb4f3f80", "region_id": "RegionOne"}], "type": "ha", "id": "950446d2d5274c278a68e8d57af8654e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "530f69270c5b4d06b18e755af3f92223", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b7ecd3a5207a467fb22de00b348e9f12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "37587a5ee6644e7884a37a3ac73ba305", "region_id": "RegionOne"}], "type": "reservation", "id": "a4c9a586d2134298ac858e75959e6537", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "066da874e73b4b659c59a9f4d2f5310f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3375782038d84594b8ed83ced2067ab6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4e62c8d4bbfe41c6bdfcb0e10f17ba77", "region_id": "RegionOne"}], "type": "function-engine", "id": "7dc5d483270d442c804d50e0df1d136d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "64b27b12ff44413ea926fdf065b16de8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fb3da1ddb44846588b575e11df45030a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "91ca022ac59046aabb357b45c09a2ff0", "region_id": "RegionOne"}], "type": "accelerator", "id": "329ab6e0a80c4091af23548e34f8a598", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b46d48c5b74f40d9a80cce80f13dca0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0b9e029da7df4d09b6aa05a72ea2b400", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6ef1014f291f4ea3a3167e5f06c8c9b7", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b204d822aa804e4f825bd817e60809b8", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "677d6f817fb74baaaecfc2a9c83eb375", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "68444d10ff9246c3bcc53ea4b3fc377a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fd27e6b09c47424dab4de5568600348c", "region_id": "RegionOne"}], "type": "registration", "id": "eb422a4ddd264f458e84c65b0b07d9f9", "name": "adjutant"}], "user": {"domain": {"id": "a2865c5751194f98950f1cc20ee17bc6", "name": "6ddae3a8eb29420eb6752bc641aff7bb"}, "id": "c2677e5d3ed94aceb9d7e57d50b4a5ef", "name": "ad4300a9c3f248e4a780dc8595838c53"}, "audit_ids": ["cf5fe2b22bd44e919ec657c139d3dc4b", null], "issued_at": "2019-09-19T09:04:38.115443"}} 2019-09-19 09:06:38,196 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,200 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,201 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,268 keystoneauth.session REQ: curl -g -i -X PATCH https://baremetal.example.com/v1/nodes/0cfec5e8-2d25-4b8d-a91e-3367aef13b8c -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" -d '[{"path": "/instance_info", "op": "remove"}]' 2019-09-19 09:06:38,272 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,273 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": {}, "uuid": "0cfec5e8-2d25-4b8d-a91e-3367aef13b8c"} {30} openstack.tests.unit.cloud.test__utils.TestUtils.test_get_entity_no_use_direct_get [0.100933s] ... ok {26} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(driver_info) [0.115528s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,208 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,210 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,210 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,212 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,217 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.172764+00:00", "project": {"domain": {"id": "e6cbee1f07b64ca6bdaeaa65decbee40", "name": "57efada0986044b0888b87fe427d6736"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4d25157e6470446fbab87b4fc7a264d3"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8e82db11fc7f47bdb21a88e2e9051541", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "025a731143734dfaadabfca4496b5a89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5faa972cb13240eb9ec309439b738d0e", "region_id": "RegionOne"}], "type": "identity", "id": "8061d93ebd744cbc9a631d6ba241eae2", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "69b8db619dd8429c9f0ba69573e21765", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "43f46e2395254d3dab4a92a6fde9defe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "2cd0cc8f74da45eaaa72620206f14ae1", "region_id": "RegionOne"}], "type": "compute", "id": "9f991963c72d483a86b18ee2afacca10", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e576cdd3444649e7b685e72e51b2e478", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "4b51558de707485b806787bf287ea7c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "1b4dfc61ddc94657916e405943bf8dab", "region_id": "RegionOne"}], "type": "image", "id": "44c01bee4b89498e9a23de1b5b04a690", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9c6a2c2a896646cb9d39b8a94e350f53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "830fef4eafd04826aeba36f1b04c4593", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1d594a85bf4642b6a71978816df19448", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a9cb8e98dd7449a4a9400ca68a68520a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a39f0565d6d7472988ce1898bb77fe6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13043f9b1ee141b49ae683900b1deb12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4e5ca79ef714cfdb1d7ae1794388da0", "region_id": "RegionOne"}], "type": "object-store", "id": "ca6e0c4c62844bd0ac0a210e1542bbc1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3f99cc7633c34f578603fb6657456c6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aa011190e7e143708fcf51f64a2beb36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "96b7a51502874a24ac6fe027d0f052e7", "region_id": "RegionOne"}], "type": "clustering", "id": "6fa18d96259c4a0e926eba2bf6b0094c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dcf784a315b940dea2ee9e26d5e82e64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f1a60da48c904229b07e2175b775fa6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ad683b1bdd9b4b28bf0b6e96c6681b08", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2a8b8ddd8d4743dbb883a98b93adf791", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9d1d183e5b70494ba42f593f3248dbc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ddc3582e282d4e8887d8545a148e12af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f82464ae563141289d2f37f24725fda6", "region_id": "RegionOne"}], "type": "cluster", "id": "4bbbdf32a7e740298e747fcd2d37c447", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b8bb341530c942619bf3b594360e4d16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d69f65f77af24360b7141beda866206a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7f93f8ea7a984c8291e9c2874bd4fdad", "region_id": "RegionOne"}], "type": "data-processing", "id": "f56e57c8cfb24d778b6b0452992305f2", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "55cea4db7d56448a8560d04f4f6a0701", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c8ac314b7b594148a4ff6766ef0e2cdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a9a2a4d4509d45cd9c1002e10219e28f", "region_id": "RegionOne"}], "type": "baremetal", "id": "72bcbbbd9cbd4f9b8da9e6e4f712df96", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "27fe2de58aca4259bf6f154c20a7ee15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9324f8e6a62e4316be34eb9088468028", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "798d98ad200b4dce93fef58fe716e43a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "31f88fc3394e483c9548a7ebf0c14b1b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bd5f0bca691740e78dbe1d109b1deba0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "20dafcfdca044e5ab567069714d895cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "583e10eb6f524686874f4623f9c15df1", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "df2564e39e704c20a2026365f369945f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7dad345eca1d43c0819c9954c0c3eae6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "21f5316d8ff74cd0b18e5406d4c22ae2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "903000c7293048edbf724e68a4fe381c", "region_id": "RegionOne"}], "type": "key-manager", "id": "cf3c28ef4a8c450bb4cabff39de40330", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "55d26ae7af08440e984870063a08f92a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "565020bdbcc84059bd6685378824d521", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4d563bb1cd33471399cf28ad5d2e7591", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "71530768c2764cad90066baee005b13f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1a573105fb14464e88e3b2d43cf2b87f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ae75f4c24b5248909abf10eb69319054", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "db7d082de3bd48568e46c7374da0fe6f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "bafb3f2763db4ef98107102568ac5bd0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5d4661dc68d44e888911c798ab5ebfa8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "63d13f6ace6d4f6193502a9eeac12188", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "64634c4d1d654006867f0a9cfe06c852", "region_id": "RegionOne"}], "type": "message", "id": "b7a5cd92cc984e6fa347dad4073419ec", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "658a9956359f4d36a1f78bd98d79ab64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1a39ead5a06c42f591654dcefa552890", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "df16ae42527b4b788521118c7ec40328", "region_id": "RegionOne"}], "type": "messaging", "id": "86e5f66170394cf89574e870bea09d08", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fa4972d963cb4553979e2eb74ff645d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0610b46ce28045a98f0c04707c52a88e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a56faba4a35b4c498f67cffe1a5d8a13", "region_id": "RegionOne"}], "type": "application-catalog", "id": "efb69e4265b243ef9e8d233be58bd019", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3de9a9a29381455a8acfc2ba1f675056", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e98137d448ba42d7a62fe38b84c78b4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "23279aaf4e104dd9a3e5d463e0532128", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6b94cee24ea0495e81157daf8ddd96a3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "06ec4cc7836d4f5cae2daade1de34466", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c8e72a2c688b4ce2878d183ac29cea0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6898accc433d4c4fa838c1c212e6f4e0", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a09dcfadae5a4fd3acf093f23a4cfbba", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "080564b52ad942fd9e066d1b6c77ce2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fdfdc538ce7544c39fa1d38131778f5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "57379ad5e4af4f5cb384396478607591", "region_id": "RegionOne"}], "type": "container-infra", "id": "35f4e6895a3f4389a99454b940b4e101", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8caf858c38074a69b9eaa2b53e8ed82e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "be7f2de31e054c7aaefde7c75a6ac7c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6a6be515017d42e89cb2169644ec8e26", "region_id": "RegionOne"}], "type": "search", "id": "bc8425c55994491f9d175fbc4fb71e9d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "be089bdaff934422aab524a89ccf7aff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "db2eddd342f94e5fa461907a8bb8b646", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "dab060d021154701a85e0fb4cb309dba", "region_id": "RegionOne"}], "type": "dns", "id": "ba33599156974b099ecd5fbfed820070", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8aeae4b3666546cabae3d05c609eca66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "937bd670b38e437380d9a8b93b51db0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0f457403e7804b83bd6ad8831d452ec6", "region_id": "RegionOne"}], "type": "workflow", "id": "1d6a5aac3426438cbf5501f08e5e1e08", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4b61b2c98cda47618c0fb00426c62567", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cfcb12f5d3cd42d286ceb47f0d8afc6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "58f6bc97c4c64147adaa1ea9350445c8", "region_id": "RegionOne"}], "type": "workflowv2", "id": "451f67ae3ef0481db46e46e59a63b104", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "c280960fdae64feab05e4f7b9328c32d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5b59299fb7c34f2fbd648490aa5b73ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e0f5c5520b17489c9432c5355d8349e9", "region_id": "RegionOne"}], "type": "rating", "id": "62ca828bbd0b40ba8b20f365e154524d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "922c86a5234c43deace449d57a9308e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ebae515ea16b4e35bc5c28db677d40ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ac68f704cf0749cda9d23e718a758fbf", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f549984e4b12474d9f1cb3252dc3cc77", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e2d00dfe586e4edcacae90a9d4dae16a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0326c8ec90364dd6a9d4d91922042b66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "97bda69dcfa8493a8c5801bb0fb3df40", "region_id": "RegionOne"}], "type": "policy", "id": "055d8575f83f4eb6b1d1b0a65e187bdd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6fb89e6c579b44999589c80a0a9790c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4610c4218e4e466bb90c09382ac9d902", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "267bd2f87ee94a4f8325e9b6e7bfb0a2", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "44512d683a6944bcacc429600bc2776c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "262bed2e448148d782ebf90a86dbe47e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ba3998ea1ebc49d782104fcfec1b9ae9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "efd25bc007aa43e08d0ef7c99a052d08", "region_id": "RegionOne"}], "type": "sharev2", "id": "095599d0d1e847ab8c4cba17ca9a8472", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "55ee41c44b784b9b923869fb4246dabd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dbcf812576114948af664eebcd60cf5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f61c7417c3474e32955a4aab96acea5b", "region_id": "RegionOne"}], "type": "share", "id": "c61f1f66545d42e18f3ba5f2a7a2b9b6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "deb07680b61e49ec863d7787c3e9a97c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9213555e9b7f419bb96553a5086a635e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6bc225d5d00746af91a97d6d8a417c96", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a878ebf6a9734405b1f081794ccc443f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "044f6dab5b074d87bc7f5ae08da72f06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72d1fc9a614d4b20bcb9c00af17f3b9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15fede40eb0345fdad0ecde57f829184", "region_id": "RegionOne"}], "type": "orchestration", "id": "71b32e2f386844a59f649dbd3d0ac83c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "605cc5d3b3f44958b3fdc8d1fd57c69e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b19ddd807274551825b31f08be7704b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7512e6525ed0463c893ea0a858baa0e0", "region_id": "RegionOne"}], "type": "block-storage", "id": "c1b18fee6f0747bdad79c4823e3ab1dd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3909ece124bd411aa564a4652993d1a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a73b57771cb246f2be23567498cbceab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1dabbc1722d4eb5928a46e981373372", "region_id": "RegionOne"}], "type": "volumev3", "id": "50b7c134e8fc442cb9bb349610ea205a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c363551c1e02442fbc8cccca2bb688f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab2f6bd79d0944f2a09b0c74672bf53f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bae99f031e9d4fffbe6d8a1cba6729a2", "region_id": "RegionOne"}], "type": "volumev2", "id": "d11b93e38a904cd980dfd573778f9c43", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b43874c155194f45909264cfcf5224c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7093a9147483488db8441e96f71aa003", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fe7e9ba3e68476c85b9115a11a09eab", "region_id": "RegionOne"}], "type": "volume", "id": "5ed2ef44959047188b59d08102a06caf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f673ded1844d4c338b72ae32ee4b0c73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b18245837699429184fa2c22f2f5eaa1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42effaa7f4dc407aa97cc2ada1a214f9", "region_id": "RegionOne"}], "type": "block-store", "id": "e25471a8674f40879427bea722ec3dca", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "af55fdc0cc8d4be983928759537086b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9ba22f3cb7934a1c9ad96ad09602b568", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c7985b98b5d1480bb389478c17581542", "region_id": "RegionOne"}], "type": "alarm", "id": "b269673ad2774ee6a71733afc50ba0e8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b9b9f701cadb4c2590007a27b470203b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c50af378a6484925b47a2c08822c2b9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d69f82bb130042e2a6ea6fb4598aff48", "region_id": "RegionOne"}], "type": "alarming", "id": "0e1b8647ca6646759a3b201c9b1950b5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b634ff3ae6d043ea8b6f8a9b326ae10c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "075d133d61904984ac63cf627b5ad629", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a70d18809ced4f3b8fac249b04e9bb8a", "region_id": "RegionOne"}], "type": "meter", "id": "a598466868844926a76321b968ea9e7c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c4ccc99e2d6b43c4a8aaaaa144075054", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c47051c82e714906861eb65cdf16e47f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7b26e221b85f4b5988342a255a190275", "region_id": "RegionOne"}], "type": "metering", "id": "ec269c45eafc4d08ba4d5585edb03c03", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bc6c015ccc73450a9aa7037b6031f533", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "af9bacb16df044aea1367540ae25e358", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5979b574e0a74fabbd04a7107088eb1e", "region_id": "RegionOne"}], "type": "telemetry", "id": "2a827f4c712d47e9afea80a0f8042df1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "efc256eb882a45749d63f2c4dfe98f9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ce95ad1ee7604d4cbb6fe0d58ce65b5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e9ec7e7ec27241699bd7ae6beff785c5", "region_id": "RegionOne"}], "type": "event", "id": "9b7026d624cf415198b68ebed66ac80c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d8e29b96685a4751a80ea8482dc8f0dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3bd2b75cf0774133b65c597ebbdccabb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "db6b62d2211c448285a4d96d1e2a8a26", "region_id": "RegionOne"}], "type": "events", "id": "c4758143bffd4a6db6e1e0c8bbf4c725", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bceb6f518f8247719287646836735030", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b4f0e5bd405046b886fdab9bd8c16d9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6a59475ebd9a461eac6a757247f75f8f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1489e38fad7a4bea820ecf038af1d7a7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "09ef45fae1034db8a29bf2cbab3613f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "30a1e069a90a43b28b02d1ae9b6b3691", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "261506004a1a42b69cbfe05f5f45e6ec", "region_id": "RegionOne"}], "type": "application_deployment", "id": "00f46ffb791743f090051f735744ea40", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bdd8e8e944c449c8a087cbd91c9bf8c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c0b9524f29d34763a28d21489aed8801", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0de5bb7f9c2e4663899c9ada5bdfbbf7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "1d6ad6aca2844f49b12119a480e50aea", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fd5be0040a214aa28d3229b30cd3ae6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1b77a3d2ef824ccf85f1ab3f55ce8cb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fd2087f6cde148628f035e0ffe0be832", "region_id": "RegionOne"}], "type": "tricircle", "id": "6d08062f4f48479c8441ff132c7b839f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d0a8a9e3a97441fba496fbbc600b4021", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ef7757f77c6e4b9383929ffb4795bf4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "765f79081b5b45e3849e8517095097bc", "region_id": "RegionOne"}], "type": "database", "id": "1deb5a8c28b9469ca5f6230ace51f786", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "defbcd2f8c1e4c31b0f5ced61150c4c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a2dd133b0dd747c29149ebaa5e0a7739", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d91090898c134aa496ecd9e92e1c7a21", "region_id": "RegionOne"}], "type": "application-container", "id": "97cec07d8c404e098172b17a06a201d2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e017e82f232f40aa8e3b8ae76877c6e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "18e3ee92a03843adadd279ca01a6b0ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f9fa5abf91a4419698e12c671e1619b1", "region_id": "RegionOne"}], "type": "container", "id": "a340105d91bc41e59222c77f6b38cecc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "60e62489b70c4e09809560046440ac60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1615c5489f864175b84705f712b94229", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fddac3a492c4486e969f023e597185b1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ef56f6b064e944db83103f2eb961355b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9595732246774d328195906de2d008b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1fe34f1d784749c7ba538521c93770cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "02ec455d59524029a63b92e075f12838", "region_id": "RegionOne"}], "type": "rca", "id": "9f44b765f3494ec587702d3da5de976a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5fe2d695b10b4db691deecf4158785a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3af0e1a1c5504d8c9a59e60c1ee7df07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ee6a41c53f1a49c7876607b11308a0e7", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "9ac0831e19354de99bb1e3c1f54b2a15", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "983b1c0511b549e5910204bc2080cc97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "6da7afb7d3b74c8da3e0e22f10d0e1fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "43b32ecfe19c400fb327f53444de4ff3", "region_id": "RegionOne"}], "type": "network", "id": "08d2a1adb54941b2894a8a45a3c2b588", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "160b5651437745738f3c3d4ebe55108a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b8b7bdbf33ff499b837f151183b85a10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "52e98e0eca7d40d7a5d915718d4040ab", "region_id": "RegionOne"}], "type": "backup", "id": "2c9a8cea767f45f5ae8d7383d4ea38f3", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "73b6508a960b4057b3f0fa87710da30a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "176b3ab68a84488498e37704baf12bb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "279f6ddc306a41fd830323be56c7eb62", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "21a0f6c21b114faf9d349ab13e4595c1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f995cf16033b426a9a18c3ec5d1f3b2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "01932a86379f4eb58797b92549b2615b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e394682a5f7344fabb0a683e65822baf", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "cc9cd6bc51064eaeb7d564a6083e51e2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8bd56a643b0441b89c4d903f25586a15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ccb5fb1a7a7f48359c713cb85f769769", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "be24678ffb88423cb6468e319c63d3ec", "region_id": "RegionOne"}], "type": "monitoring", "id": "5c3d8c0aca7d4a588899267536c9432f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7660f1ac3f91418f911ef09e6a19b471", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "dcd0fd3c46964048902b79fb5e477666", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ebeb18da19484e52954873f3f4d7483c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "794264e8f71e4e519f46a349f7264edf", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "17904d4e7baa477a97233df91c0c8e6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4150917fd65d4a38961dfc19b5f1c072", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b161c378158540a1b7861b7ca8b01307", "region_id": "RegionOne"}], "type": "placement", "id": "42c971c3761045428254998f72bcd978", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f620195eb21446ed8d1aa67ddb71fbe2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c762200eb3ec4d368ac5dda07da3051c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "80019c361c7b47a1bcfd50aa19ccf75b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "502c6925aa344156bf5ccbbcbcb3805b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "55a6e78a37794f27a842c2ddf8d039ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "eda27c880c02467696fe6912d07e1eba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "76aeee201ddb4da3952ac620fcda3516", "region_id": "RegionOne"}], "type": "ha", "id": "49ea16cf4bcd409b96a1beef56c91b98", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "32b04f123b0f4c329975454ea5018c4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "725d5be2b38a4ff58c0906372df3ff23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d9c0c50bacf54aa1b74563fc2a81ae57", "region_id": "RegionOne"}], "type": "reservation", "id": "34ac599efa0e4db2a6988a37abfb040a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d0dc24481af444628ee9a359066a993a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b56582c4edae4651a855a63b905b08b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c5b5747daaa549f6b54fe00bbe81e052", "region_id": "RegionOne"}], "type": "function-engine", "id": "5f07e20efd2e4ee98191ef59b3e7ccd5", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d792b230060b402892453b0e8ad193f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b3a0f8fd62cc441e95dc02ba37222b95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d5365908427c47b1adfc8dfb48cde2b0", "region_id": "RegionOne"}], "type": "accelerator", "id": "5936acb71ae24eeeac6176d586de5a47", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e70e1b8e7933414dabb237b5c5ebd57c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c6d195b201e94f02995e6d441f64e812", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "985de249f44f4ab8b38ab0222b8a956e", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3441238d4b92429496eb7f61c2403b46", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7985757c444d479abef92f76c8523ec1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4ab1dd9960d04cb39d716b016027c2e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "84472c3695e64a28b50f51865f4e7fcb", "region_id": "RegionOne"}], "type": "registration", "id": "68fac4e77b294dccb1318b39494eda3a", "name": "adjutant"}], "user": {"domain": {"id": "2ba2d61199f848a0842d3a75f258015a", "name": "5c4acb00f911447587718b9bd694e38f"}, "id": "b4af736178464f1aabea85cb32215697", "name": "16877099da2b40f2b5a6680a464dbb7b"}, "audit_ids": ["d09bbca3c8ee4cd8beee7bc4d494dc75", null], "issued_at": "2019-09-19T09:04:38.172764"}} 2019-09-19 09:06:38,243 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,245 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,246 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,279 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/0a2dd8e1-17b3-45c1-8a4f-0ff9c22f0273 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,281 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,282 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "0a2dd8e1-17b3-45c1-8a4f-0ff9c22f0273"} {8} openstack.tests.unit.cloud.test_baremetal_ports.TestBaremetalPort.test_get_nic_by_mac [0.196188s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,206 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,210 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,211 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,213 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,224 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.147639+00:00", "project": {"domain": {"id": "448a70686561433387b60a9123c9b409", "name": "d7302b18de2b4938be02bd7a9bb121e6"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3e449164f2a447d69d51339cbf37fde8"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8e1f0a59cb2b43a6a27e7857c94c3310", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a72c3364007543ce9f2ce081f106c752", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0c0d7d268ba5461982a697893187de1d", "region_id": "RegionOne"}], "type": "identity", "id": "59409a0640f64ae085e987152cbe79ae", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b64327e8d3574f23b9aae71b36cbf062", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3016d44498c442e18f51d525b53704b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3225f52801fc4941a1a1c981cf438c6f", "region_id": "RegionOne"}], "type": "compute", "id": "dd03444b515c4faf8f37145e77b59416", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ee9cb40c82be4d67bfa9837b12537a33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5dfaee9ef969480a84f6e65ed0287461", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "31b9417e6c4344caa159102446f02cd6", "region_id": "RegionOne"}], "type": "image", "id": "7730636fa02b43f5befdb50068fae528", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4b5a0ba740814f15a8d04c97b5f18a9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7e4c627225f946459c7730afdb3c572c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6d1591a8650e48bea9605751074da510", "region_id": "RegionOne"}], "type": "load-balancer", "id": "93a38f8c23e04310ba97d708d959fe1a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5d95ea20cc44d26bfb14a9798d9a3a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31353ae53dc8430da5fecbf4d254b752", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65f3889176204e479adfd5a136973fb0", "region_id": "RegionOne"}], "type": "object-store", "id": "38664dfb12414e5fba23bc817d66478f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "85ec6422c0c944cc86c2b79294e33194", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "605c3fba48ac4a27b0afb210a1401a9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4860eb6249354d1d9b364ed3415b361d", "region_id": "RegionOne"}], "type": "clustering", "id": "c0a96577bfaf4db99615d83723ed6d6a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "28cd8393f19e446ca47d1e2e146077ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ff3f737a1e674e188d5f228d8ef5fb41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e415df33d1634c56b22cc46e18c35da3", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "41b6ba4e6f744ce9b23a48f7f53507b8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d13d172d7bab4e27b03cd9026cc06f61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f7c60f2777e9416dba4ed40ea03807ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e48a2c405c484472911b2566fd68e33f", "region_id": "RegionOne"}], "type": "cluster", "id": "f57c07306166490482e6add566b7169e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c5ddc6788f2047a98429301421a75d3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "43dc48f8e96e492189e508a2946e41d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "48c1fb1770a7404ba7afb1bb059975d5", "region_id": "RegionOne"}], "type": "data-processing", "id": "74ff6cab345c4c7694d63a544a686750", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e546e04c986e4a16a59d7b5a2e9cfc45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c3aa207e4b974ccb84ecec1da2c737e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ee2ce7767c1349dc8c85534eeed68a25", "region_id": "RegionOne"}], "type": "baremetal", "id": "4d6c271378b14dce9ea69f099bb03bc5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1c41175a4f27423c9bb1359ecfff3aa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8e4425f0d2ac4ed78acc9319033a9730", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f8e2482a7c574859b0c3aecc7afca380", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7e5e349403a6407e8c40c8a0b2f67e3c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f2703a7d0c2d4d9ea82f22ad87cc309b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "24519bd917474a1091b7764392670fa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "40942015ac004836914603b04d6e6010", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "130e3aeb1a86439fab90a39a7ef618a3", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5d76e89efff54412969f7ed70ff29694", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1853912a7df5428fa077af05b525f43c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "cf7462913b96465c8b5e3667daf07654", "region_id": "RegionOne"}], "type": "key-manager", "id": "05c29269492d4072981460f9ca255bd5", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5e27442f066f4e67977ca4414e53464d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "77a48f15c46e48e8829f8cfa015f7c1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "da5246dd4f2f4b009c769aafcfdc2b00", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "476b356000f7420e97a8861ead302710", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bad726977c2c4546b2af5e56e6648f70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7aee2e0eec9d43bdbbcbb6bd7e3b0e31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a3a6349f4c2a4c82bfaadeec80949dfc", "region_id": "RegionOne"}], "type": "infra-optim", "id": "be99316f2d6a47aa93fc26104e924bbd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "197557149f77412aa1226d997e190889", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "263fd26d8fec48b8b06f7ca086d1f8bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1312edbabbdb4d5eaade0986a1e78faa", "region_id": "RegionOne"}], "type": "message", "id": "2b8f65b21c8f4675b139134a77ff6d31", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4c0d82d528474d0f878a6b498ce84f91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3bf12e569ea344f9b975c5957613aa95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "598fea084c954f7db0aa1a085a6a58ab", "region_id": "RegionOne"}], "type": "messaging", "id": "6ce70d11a76840c7a5b8a0ef2625c669", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e3838662767f44d8ae5550aebcabecbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "50cd33ea7eb84fdb99a3b0dd32785d4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5976120853ef4277a34228019ab85216", "region_id": "RegionOne"}], "type": "application-catalog", "id": "08d84b5444c043c7962d1c99ec8925fa", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e507c9a50f65473a9c6e2d2d797de7f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e067b639d0b645f885cd332a912c6003", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "acdd915f4ff84f0d8ea98a0d08f8c8ed", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1c89ef01091a47649d0c2cc4bed6037b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "13a15c78c73144ac9261544e6c76666b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "951e840795004a5c8d93aadfd60307d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c3ce68addc248d2bfe45c4e9a43e70f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "609e24feb6664dbcb96aa4df36fcc768", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c2c5a67be339433a8f14d0e2995a5793", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d07819092fd54f198b1dee49ba0478a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9fb6328da3194063a10c8c4aa2150adf", "region_id": "RegionOne"}], "type": "container-infra", "id": "2ba8145a6de44123b997c7f19728c9a7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "3ced7ddbb32d45f49bc0928668f59824", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "2f19de38cc6a49568c0a8e2cf07aba23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "0fb673f3e27d4c90b9aacec8f9b6f549", "region_id": "RegionOne"}], "type": "search", "id": "19fea1db8e52411eba4eb82b07f2966f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "62f34cf7cafc4fee876f2ec7c2a8182e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b398733ddb1e4754a681b13ed0022092", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "77a3778b92494b1fb5f34f9578996edd", "region_id": "RegionOne"}], "type": "dns", "id": "432c112d189f41298570db0fbb794aa1", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "665424db5e10487aafd2301f8ca509fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a3b23fb496544e22959855792e2527bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4412f889cb9a4b97a4fb0c5b4a3eab8e", "region_id": "RegionOne"}], "type": "workflow", "id": "ab0350b0882b45dab457bc3a6780aada", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "334a9bff4d0c4d528fe4c242114aceea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "465802875d084b7e901480c5e54a956b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3e0de88ab2bc42478020264b9cd3f16c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c9ce70241f304b55971e0a54fc6003bf", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f2887706c4c24c008d4548523e4b91e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "60d35d1c05dd4e169953dfb6daca75a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c23f93f551de4d5ebc7bab2999e1967a", "region_id": "RegionOne"}], "type": "rating", "id": "e0dfb34213314d01ac7753d319954a9f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "96a86ab2ad2340febd0dfcc118110570", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8f1bcb3d337a4b2a99488b344abbdf3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3028edfc294b44fb934ff9b329a8acfd", "region_id": "RegionOne"}], "type": "operator-policy", "id": "8f315764df4246e68072c381a4589cbd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "50c15644f3fd4acaa9769025d8aa99c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "be8cfdfdf6364cb7b38e1ed192e5f561", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "347a924bef2046788e1a055d7524240c", "region_id": "RegionOne"}], "type": "policy", "id": "656df0b20c684b0cbce3540f4bf6b206", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b1cc2d4a543448d3a57604d5eebd3699", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5aecff897593499f8c4c261e822fee1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2996d3342a2b4680aa20ecb707de11b6", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "dfe748a7c65146e38358e5f12ec76d99", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a6266c21f21d4e9db9c19187e25513ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "97059e8f5b514657ad3a2c453700bf9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b37b4d0f642e412686f7071244d24523", "region_id": "RegionOne"}], "type": "sharev2", "id": "e7fea81cf7e946e59e50bc9acce4b8ca", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b9ec17759f09428f8f6d576a750a9707", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1a0c9446f11344d586ced2f6e4446aa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5ebdf1f0a65e48579e470288153240e1", "region_id": "RegionOne"}], "type": "share", "id": "b2492410a1a24225a5589b05f15b1dc3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "130f07a863634cb59f73e4e20731ede5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "146962d61bdb4a869ee06b0653536c5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f71fa02d1036436dbb0a5f58fef373b9", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "66e306420ef54d0c8b557555b3e7c2ff", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fec057f9582c4ace92c46694f88c50a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7663a112ea29439684112eb1b25e3efc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4cea224bdbf04c04b52ba6fe86852b79", "region_id": "RegionOne"}], "type": "orchestration", "id": "52a8b8c8e3e14a92a284239d0b01a18a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f74335112254e91af1ea23acf6ded6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f99f076398544cc6ae500075328c7146", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c251a3285664ed7a1f225a2027d1168", "region_id": "RegionOne"}], "type": "block-storage", "id": "0df9a0d84de94792ac6616d0cc1a3017", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb97ba5c4ae64520b1cacbf8a037cf77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31822941073a450696e20d9d35dd58af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9271cbbfeba84bf5a697612ff0793eda", "region_id": "RegionOne"}], "type": "volumev3", "id": "5e05a41494004ab1876ebe6e29afb1fa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9100514d22ca449d9e15fa1c81b6af65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08ab1d5b636c41b78e24a4c3284fc5de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2a21b1203104d57b6ce74971025b8dc", "region_id": "RegionOne"}], "type": "volumev2", "id": "f214d8496d25400293b0396713a72c26", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad2dd68aefe342bcac24bf64891c9b0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f6db98c51654754948ac907afd1c703", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "574f7a2dbf964a9295ea4d473d6e44a3", "region_id": "RegionOne"}], "type": "volume", "id": "c0d60a4472814d40a501440060a0f52f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1f309845ad644668a56fb45bf0bd6c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c01bd7944f724eb1ba3f44c480503531", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27e0b7c6e948447698204a470a1b5fac", "region_id": "RegionOne"}], "type": "block-store", "id": "4c33d3817e2b4391ba6cf3b04648d274", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f1ca606c7ed945c39fab04e61d72635c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4942bbaf47874ce4af2f7d57b2903183", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2939178e2f3a4c14ae27d04bb7888483", "region_id": "RegionOne"}], "type": "alarm", "id": "be7355ff949e4f1e8f06aba9edaee98d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2b29496f95ec466fbaf3b1f8208a294d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ed0550e41c814beaa2cef81287a68995", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f20675929dfd41028313af1c7ce3c121", "region_id": "RegionOne"}], "type": "alarming", "id": "af705edc0465468bb43d5c67c81aeb08", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "295a27aa5a714b8dbeb26adadd4d9951", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9f64270271b04b11b404399baf002def", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "96f023ef5a5f44a08ffc43ca6d89ed8b", "region_id": "RegionOne"}], "type": "meter", "id": "e30673ad5f7c49f1a3c7b74174d5de13", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "09778c8e120d4f2688262a0a099ada31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "da141362652c4f64b096713b44f15ca3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "125e09963a124812ba72d012c32424d8", "region_id": "RegionOne"}], "type": "metering", "id": "15c6aa7b3ea349e0b37e9b164cca1d51", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "85e2230f7a27496e95dbef2fcb1d87e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9d83396521e14535a22eef320fd174e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c8bcdbe326504c3b8672f1844fdf709e", "region_id": "RegionOne"}], "type": "telemetry", "id": "42c02da82daa4ca68748431c0e58b319", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e4586194d771481eb344038d8a91d63d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "57bb09381e0f47f6835839736991a9fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a4132f096e5944098a14a7df773cd735", "region_id": "RegionOne"}], "type": "event", "id": "bed2d8f51a9542d6ab6271e72420fc10", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a0dc5b6d0d3a4b5f8444bc17abcda212", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bfc9958a36784caf991c5cf01dfd04b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "511cf402d87a48bbbb648125fe9d2268", "region_id": "RegionOne"}], "type": "events", "id": "68be8947b68843249e82e56c9fbf2ff6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "61cbb8da628f469db0078a699510f517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2f938923b1084152aa813cef46337479", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7239be80550249aaac0957969671a678", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e1dbe38ef2b7403db01c9419800a0bac", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dfe3f757b74c488292ec29d64ec9a9ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2e22fcf8b9c5425d8a5ff574cdd77d45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0b80d3658d7546f5a58bcefff2a40e21", "region_id": "RegionOne"}], "type": "application_deployment", "id": "629173f58d2a48d483efa939716a908a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "867d3a47edd04771874e962ee516e15c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cafb74d7875d476b94ca52965096ea04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "97570b4769a14b989ab52c09d00246ce", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "17e687025d2c44b0bc6430c1fa82c53b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e62ba9beb3c645449962dc2b98abe057", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "95895a458311406fbc41dbfda498df43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bd2dce999f5846f4b63962ada8077a21", "region_id": "RegionOne"}], "type": "tricircle", "id": "aa4bef3632414018aa9ae64fac399381", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a4eb4e5c2fb04f9cad672f49d74e00d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5f87982b1d56447980c5b152de7caf73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "91b9042f8a68437ba05cf9ca88298726", "region_id": "RegionOne"}], "type": "database", "id": "88df66d6f45743dca31a8d7dddb2630b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e1c8f5ccf717442ea02579f27ff91c8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "15b65691eefe4e44a077c1ad3d521b1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "10fff6dd097d4b87be878d29da3b0d98", "region_id": "RegionOne"}], "type": "application-container", "id": "941ddfbfc0484633aa6d039c0ece110b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "184e099712c7476e92c55ab78e837d55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7082effd21c449a18d45149b84af9be0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a5a12c795f8948e796c2fb47d942ea71", "region_id": "RegionOne"}], "type": "container", "id": "4e623a49c3f849cb9a920d6d80d228f5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "708a8834a3444a479ca6c49c859688a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e7769b5a4c5d46b08048b9ca33bf87ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a4712a95b15a422698bd1676f4d11256", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "023b3fb6a53e4aa9b092fe3c8c146968", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3e6244e6f78e4485b619d6322d113dc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5927cbc230db46daae032f9d630067c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ec015b4531924485af1643b356152e60", "region_id": "RegionOne"}], "type": "rca", "id": "d353e886cf6942b29960ff758f4b908e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a274f116fec24e139cd3fd9197a64650", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2f541d50cd024868ad9ea8898cc47fd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8720f6574e6448d3ad1d587b09abb496", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "521b37b775f847bbba485a3ec38c698d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "acaddb5c76d7416898abb10b72a5c8e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bb03060a3b7043d083e1f74279a39570", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "907f8b818e8840188c4b26541348d128", "region_id": "RegionOne"}], "type": "network", "id": "aa91ee1a17114e7db6c52c26bc38a01d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c453a7e7baa04b86a2ae62df392984bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "11c79220641c40569ad8d1a2ca1b530c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "90a8bae4465a4cd9bf4430c7f683e1f7", "region_id": "RegionOne"}], "type": "backup", "id": "188c5f05f976491f804d229b49b9f602", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5944bdf789c8400ebbc7b2d7dba22284", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2f2621c137a94a239be9275b92162af7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0ca66ef7b6f84f8383885583526b5633", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "40f1fdcca5d147c8bef9b61f4853981b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "276ca0754e004c8281cd6e3d02a11416", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f4408ddafa0a4144b4015d0be2239ea2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "25bb966ea56942dab3fc155747a0d7e4", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f7120ab7a5d442b99459fd7de6c38e5c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e9e834777c70444d9114e0973c6b2da1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1c764c7232634f23a90103ca7e569cb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "61a1eb2e721948a4a347c614368029bb", "region_id": "RegionOne"}], "type": "monitoring", "id": "01697e26029241dc879c5fe826b7e84c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ad23e1539fd843b19a65dd0ed1e895e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b31d7426a74d4370878226b54afc27d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "054eccc4baaf42919d3cfad2c44e4c6c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e9298c26cd2c4971adee6b72dca334f0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "46c47dbf59a94c349808d15e3646033c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4272664e056d4c788d8edf822f08e3c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b0a9927cae54405ea5d0fc86ff5fc6a2", "region_id": "RegionOne"}], "type": "placement", "id": "a1361d63713f42f6960f847788be11fe", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a80cea0f91fd4fe38a76129bedcda4c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fdfc21e463614ed59b55b78577bd932b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ec93e3a8635b40298cc84cb5f4923dcb", "region_id": "RegionOne"}], "type": "instance-ha", "id": "179b72afe527455e8551b1a0c42b4161", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "43466ffc66f64b8c93d2925e6260ce21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e3256aee36824188a9076c3dd7c844de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0da5491ac1f94efdac8fd25723dbc794", "region_id": "RegionOne"}], "type": "ha", "id": "b07f1e2165d44f6289ff0d2325dd867b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "24c6652acbc743dca4941f293ce2af57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "645eced3d30643879ea632cdf0da0a09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "06953d0593434291bc41ba124e8ca604", "region_id": "RegionOne"}], "type": "reservation", "id": "a476f7d3752748a890238ea0f4b71811", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1d53e0e5a6484d69aafd80d936a47e16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6f428681ecca4bb6a176b702c0bbfe71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a39aebb08a714e829557c0201541a161", "region_id": "RegionOne"}], "type": "function-engine", "id": "52cfc25544b64adf9745014237879d2d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "03b8e718bf0d45eeb144969d6a624edd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c62eb3e1b20144a0875a20e9a5826250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e9aa637ede9142d68bce38591b477755", "region_id": "RegionOne"}], "type": "accelerator", "id": "4f4578ec827249f6985e71bc09ad247a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c150c4510bac4b049cf38cb9a3576611", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d36360d334a44b2a8b09ffa22c3e95f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9d1be26b53ab4e11a28a6ad503eb5096", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0e583e7e7d3441c995b75de382e16e83", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a6962e94dfd44eb4b8d16875a74c52dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4b9ff675302d432db46d701d328199cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2e26c03600924533b4acf9f89563e52e", "region_id": "RegionOne"}], "type": "registration", "id": "778122c99a5a481d8b01604dbd013f38", "name": "adjutant"}], "user": {"domain": {"id": "edbd98c83e374c8a8813abb5ba9d5670", "name": "a21eaf9631e24caa886da133186da832"}, "id": "9b8a2b84629c45ac9cac1a2ed0dd0527", "name": "190af4406e4e443c97a340d01bc9a896"}, "audit_ids": ["5c5a3d7414b84659bd637158799b7e39", null], "issued_at": "2019-09-19T09:04:38.147639"}} 2019-09-19 09:06:38,272 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,275 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,276 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,331 keystoneauth.session REQ: curl -g -i -X GET "https://baremetal.example.com/v1/ports/detail?address=00%3A01%3A02%3A03%3A04%3A05" -H "Accept: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,334 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,335 keystoneauth.session RESP BODY: {"ports": [{"node_uuid": "4639493d-1f83-44b3-acf8-3b126656a284", "uuid": "2c7c415b48754313a247237d873b6ba0", "address": "00:01:02:03:04:05"}]} {5} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(driver) [0.189878s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,162 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,166 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,167 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,169 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,181 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.117307+00:00", "project": {"domain": {"id": "0005daba3c9642249062751476b6aa00", "name": "ccf9162f6a0e4a6a92021d8a5487d948"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "2bb46234005e41c49bf2f39f3c4ce369"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3e4c47f272bf4878aa2e69e07df73352", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e4fdadede319453785c1e0b700fa844d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "86cf48cba1324285990830fe7ec5c2b2", "region_id": "RegionOne"}], "type": "identity", "id": "f74b4bb3776c40d28d6c36e62ea113e7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "319571abc80448288bcb1694e29d7ff2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fe592102af694e76afb7cd5c7f0cf654", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8d6b78231a024d0c9a134b35482c3a08", "region_id": "RegionOne"}], "type": "compute", "id": "40a55b2d35b04373a39a7f8a8ddacb78", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7a5e75ae18d04066bbcc89698c095e0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2314c9fdb95d420794146af2ffc55d8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b357a4a37ae140efb40b5acce1f5f725", "region_id": "RegionOne"}], "type": "image", "id": "1f6339ed2f4848d3bfe7d51e5d1841eb", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "776786591ef74e259efb354d1b98a691", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "230f27388c4f40218ec58d28fbc8e063", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4d1e61ff341f424bb1c805de18296a28", "region_id": "RegionOne"}], "type": "load-balancer", "id": "95c5813a89c24701b6d565f5b1afcdd4", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d6dac2ffad9479c86ab5d3edda53ced", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dfaa10eba9974e2893635b27cfbbd2d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1cc8b0f7d10401eb9648608f20b6a9c", "region_id": "RegionOne"}], "type": "object-store", "id": "e5f2cf2e70644729b46aef95b8ecdbcb", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b29ad73d2dec4f8ab960c39d64e13357", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4057d520d47f4129bd963809c39ba25f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "26184c1876304fbfaae8e46cf51cfb99", "region_id": "RegionOne"}], "type": "clustering", "id": "b24d367f08d342c58cb4064c9fbf840e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "572fe812bba545949289e30e5e996c74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d75703f5da784fd5a9f17471c8dc723f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d4818ae1865443dba970253487b048c0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e3a72b75f9d64652bdbc911f8cf9a80a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bd257d18aba647feabdebdbf2f9e8cd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4568ceafa9134982afa4e97c8d5a6922", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2801ae2efedd48b3b91f4db5d6bf6afb", "region_id": "RegionOne"}], "type": "cluster", "id": "c8367b4f7c3840de8dc1d930fd7e4bc0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2c5adec26d3f444b9162b861dde350ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2b127ba0b6de4e1a87a49741a491ddc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "fed38551668a41188d8f09ed701f4ef5", "region_id": "RegionOne"}], "type": "data-processing", "id": "a0c490d8eac846889f94db48533e5d44", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "57c7918cb86b4a98b69663c0b1280910", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "95df173edb4f4f548eacf1ec82200656", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "89973647bc4d411a8dc097324166e0ab", "region_id": "RegionOne"}], "type": "baremetal", "id": "6766c9d981a9404a8bf55f396b776f48", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "efcbb7e906c0443a98a6231ec3335ef0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1565fd1b564b42e5a58c742e0a1dbf9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d238f75f3e88491fad5627a72f2742e4", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2b5be040ea9949848239b336cf98a067", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2dc69236c62e4c9ca5222f71f7f2759e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d02d0f68d0e0478e8e04e8a2a3f596a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "6b26c55cbfe94db394e716b59ff058d5", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6592c9934975450f9205f822d7fc513a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "89535b2f29c1457380a51505d3aa9faa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9dfe0cf980c94fad8e4219da3fefb81d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4606319764ca49009c628c534ec2bd69", "region_id": "RegionOne"}], "type": "key-manager", "id": "93633b8e7dbb460c93747d2a9167c5b8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5855cd0e265b4500b41d0a35ec595fe4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9ade06bc74674378b49cc373d8894c8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7dc2cbd9fa2e402282edc204903dd058", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "37c5964441f340a48c02ca40e85f3a3c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f23d5786aaf34e35b3a066910db700b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3f631a691cfa44d7addea89776de38f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7452a0bed0dd4fb5b7a5614344d4ab50", "region_id": "RegionOne"}], "type": "infra-optim", "id": "806565ee4e7b4c6aa0744469b4c42c59", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0048b9a617514e70acb7b60980e64ad9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ed94d6d5bfd94037ad7ebe6c7f767b2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d561cf0af9a64c97a875868096ec5313", "region_id": "RegionOne"}], "type": "message", "id": "a5b792ea78284596b3bf769662c72a1c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9b84ed5c74ba45ee8fc5fd95410fac15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "cc8dc3a4129947b38efd5d8a84dd97fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b93f5c92be514757b26ad54bdde728ca", "region_id": "RegionOne"}], "type": "messaging", "id": "da983f37850f45e7a41a0fcf2b891a46", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "edeac7f401e24ab3a9c71a3308facb26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3501a96d284645ecb1cbdf226d1947b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d0adc8147b2a4c499aa9cb8d7fd3f32f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3b8462645b004cf6a07261e50affbc4c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "671358e98dad4ce497e2f2f794f533f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "20c144111f4d4964916a1b94ffa8d8ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "020bc98d19d2455caacdad97dc1126a6", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "19666a2cc4954887bffb72098dcd3b43", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c7e90ae562a44c7b97e1815e18c12002", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "74ffe861980a4d5f9e9a141df22097e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b18cff340e7e4489b2b8e5d5f6b9ac13", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "3ae114cf6b954da4b40b9988363f250c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5d0281defa2042e5a06739f9ad19d126", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ec6e3ecdb36441a69125646857eeb9dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1ee1bd54d2d444318dd1a151cd7e2f49", "region_id": "RegionOne"}], "type": "container-infra", "id": "81d298e30efd48679b0dc04c52a3491b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c8a3011f256e4ab48ac17a32e1b1a792", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e88b7848d512423d9b5cbf0e0c492ec3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "52ff27415fda42c4aa3fb80ece9d7f43", "region_id": "RegionOne"}], "type": "search", "id": "1d62f0dc69514fa6b238d0f66992dea6", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2b18e44d84fa4205b0da0f50809d8ef3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "bc32c5dd3cf84c5dbd8f54a98f9871c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d90cdd3398d24f85865967ea1e2eff5c", "region_id": "RegionOne"}], "type": "dns", "id": "ed4900055a634b3e8e874a052de49779", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f6763cbdc51c46139d55e7382d5cd98a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5f898d3f8a704a828f0b74c022a4da1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "86f47d631e8648c792bc2a5b71d5a871", "region_id": "RegionOne"}], "type": "workflow", "id": "0aee6e79be204791ba1b384229b1c2a9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cf7b8d80a9da4645a7c4d8df9bf3e6cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0225255e9ddf49a695c56483f2ae5ee1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "073b17f9d4824227bd3320c0585fc9c8", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5c50bac9bdcb45c3ae2d1f3695628a59", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5573f90601294bbe946bb5c7bf93cb07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "001bc28fd50f4952b995a99d706d04c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a3b7e585cd5f4034891a8cd48ca903b4", "region_id": "RegionOne"}], "type": "rating", "id": "ff927c9066024116b9e318a560c92859", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a4569dc63d0848e8a0c553242f1b3150", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0973e0e5c7ab4d32959885bb3125a44d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1a459631b64b4d9da9ec12ea71bbebb2", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a1a855064b8b4cc3b3d70d8e8499b99d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "056cb7cdd1c0464280cc777db6b864b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cbf2ad64ffa2491d8209739db09f708f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "013138e9867e467f98ff0381e865f369", "region_id": "RegionOne"}], "type": "policy", "id": "40fade8a4bca4917bca728a6636a6255", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1ed0180851014426a39b857fab0064d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4f2362417ee74e2bb6204f0237a04e91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ac650dc76ac44ff4b5f913412c2a1fe6", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "967e11f851b14bd09f0751dc1c3807f8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c85ddb12b8ac40488cd88aaf3ea11c6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "20f21bbe1bb243f1a3f9278b144acbc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d199f1a8b6d34346ac7b97c67fa6fd2e", "region_id": "RegionOne"}], "type": "sharev2", "id": "e296693b8fbd45d2ac63afbbaf1628dd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7826a6df8d6e4687ba9190e1cec482b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "24d5490d56f14b34921636e7081cabf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2dd668cc37c1459c888ce633fe56fc5d", "region_id": "RegionOne"}], "type": "share", "id": "501fa94b9e2f4cc6877f6b22a68458df", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6b6b179a782e489fb9ce7b40cabdf846", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6c65b0c44f594d2184d57063159eaf6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "cee68f8b8ac74c4c9201e8e1122c4f17", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9c3fba7b9606464882021d7453a82b60", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3ca83664b934e81ac69800ddc88e01a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e4fcd8192e04ceca20c498ef9aa6a66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73a1071498e341b682843b83e682432a", "region_id": "RegionOne"}], "type": "orchestration", "id": "4c9746578ec349ce8cdf07dfbaae1702", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5049353f5fa54e0f8d5256ad534b7690", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50b5ec41f11041c58d2098cd6d87ea08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb1698d3910f4d078d3d57e44f06e83b", "region_id": "RegionOne"}], "type": "block-storage", "id": "d5224c8d185f4feebbc6d62765649ced", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e563f60c70964c7cbb726b4a6a6bd27a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df4a4e56b44b4bfa977b0305e5645ad8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "629f7281401940d0bcfc87c811463ac2", "region_id": "RegionOne"}], "type": "volumev3", "id": "488543a88a224fcb90810f340a13f5fd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d122e632b264db2b89d4449343df87d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2fc19348fbf04376a01cf156c7859758", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "278cfe968c65440ea80309f1009f51d5", "region_id": "RegionOne"}], "type": "volumev2", "id": "90e45acda0ce4ad5a79606a6f13f5660", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3774bc6b27924304aa21daef25a22a51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de61c6939dd6499498152f32da7f64bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8efb3edadf44627ae02d196028d66c4", "region_id": "RegionOne"}], "type": "volume", "id": "c588561780ad486399769480723dd688", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9e0425da7ac40bea3e67251472af661", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb4080a387c944de8b6dd85c195cbd86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0a7dd05cf154a57ab62e9ff9f15a71c", "region_id": "RegionOne"}], "type": "block-store", "id": "8fb42b70271744419df785757c5f11be", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5f3a68c3548641eda1d1b9785ebfe54e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2fa9bc8761ea4c10910259b2d2afbed4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b921e6aeb523429d80f9af5369c27f61", "region_id": "RegionOne"}], "type": "alarm", "id": "5c7371a17f8f4c778b413ad59de211d1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4574f9d0648d4fa08622340029cc3abd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "019412c2688649e8b24c0786cc2d2ae7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0e5ad662e7074a9fa7ba44c5c7d1af4d", "region_id": "RegionOne"}], "type": "alarming", "id": "da031b30093a4d34aac247ec7286f3a3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5ae96e26d5fe4ccc930727a1f28b9b9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0ae160f0ad944bb8a6f9eba12d4c878e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "017a6f95979d4920896ffb243ab1997c", "region_id": "RegionOne"}], "type": "meter", "id": "59ef90f0b39246f284a1faecc204075e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a0aa6940eb9d4c8e9a0d3e29e5cde877", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "81d354f8e6cd4f87aca62d012dd21976", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "845e836516094f39a6802cf9ff6652bd", "region_id": "RegionOne"}], "type": "metering", "id": "53f24a8b1d044de2af91779c940bf7fb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a8b7d4480f77473f96af14ad49d6680e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "86e5108c4c7e451ebc5bae3c6ed84b23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5b57bf4c31b84b57a53e3dffe702e2b4", "region_id": "RegionOne"}], "type": "telemetry", "id": "3c7cef9e97e14a93b039791cbd81b067", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d5b330660a3d49ed9448de9d028a9e90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9806210871a74d1383a8424c548f2813", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4134b6af9fd949458db0df72df7b8956", "region_id": "RegionOne"}], "type": "event", "id": "17757b20e8314339ba3521d7cc27bc7d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1b71fa4be5fc4e5897b7b507c39aa314", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b8a5feb5fff942c18100990a66ed4520", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9074e2f3dc3741e48c84fc5f077a0662", "region_id": "RegionOne"}], "type": "events", "id": "a4849613905c4569b5e41b6cb7ef5272", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "beeb7345fc3a47fb8dc97f26537e43da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "12a7b10e596944039195837a5cff4afc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2e7b3916f1c5411787432db7e9a9cd29", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f369d78e02c749f0bb9190922cd33041", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f85c5aa0896d486384402cdba3e62e1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3a331599f6dc49dcb4a82302b22df636", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8a4243b39bb74c1d857b8fe2a5fc835f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "23b8e4deb45c43599114ce882852c699", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3e1db6a5f80d41c187435588e0674da8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1772f546521d4641830ed9b7b4969f6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "66dd72f707414fda9eb1246bce402ee7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "1d5c1b15ef424e5182477578c1c62014", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a9f639baa2cd4a2698c0fb5b10ddf2e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0f5de38fcdaa4d5eb0ec53489daf8658", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "518de30a4b3a4881b1e12ba1501018d8", "region_id": "RegionOne"}], "type": "tricircle", "id": "bdc991bb7e6f44c7b253ef91ab4c486c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d93440a51ea54ae18c150902ddeac964", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "641325d5019a4d209d6fa3f9a42af372", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3626e49e55c240c299927741a4a04f66", "region_id": "RegionOne"}], "type": "database", "id": "9dc199ab1d3d44f387e0e86f9420d344", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cbf524678a44460d9226f9b564244339", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c13e1f0836f54824acb97a1c47433a60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e8f291636b2f415c9eda13e678c942da", "region_id": "RegionOne"}], "type": "application-container", "id": "b44844d08dec4a5c9d1c7005cbec78df", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ee017b3fe42843fdbf755a53c8d2388f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0eb273992d3d4ca882a1ce3278946714", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a0cbd619b1424f62b1b14c907c306aa4", "region_id": "RegionOne"}], "type": "container", "id": "e45c696200d942f7bd35575151b34eed", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a6e3db996b7542bf963bd5409b3db394", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bbfebb9812c14f8fa6008f761dff775f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1bb13f94652b46b1b77b5f7bc8af44be", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2d2f819fb6734588a7b75b8ac2a8dfc7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1d1426c67edf459bae4f1134eaab1433", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "45cface892be4098bd0d7362b082b403", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "513bf3a59e6946068984d56dae7a8067", "region_id": "RegionOne"}], "type": "rca", "id": "d2f984b1c72d4177b3808b266eaaee16", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6f79a7730c004bf1b9f2f03d04491adc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "43ce11e2da4240dcad42cb31dff4cc8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "70385f81bf1e45be8528fd676895ddec", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "54da936992024d0c91de70276a87ffa0", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "adbdfd7a6fb544f78617c96cba2fc21b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b06a1fbd25fc4b04bebb9538656a195e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ca4acf289d3b4f0c85f5761ee08cae76", "region_id": "RegionOne"}], "type": "network", "id": "1c7093b3852d4358af57dcb211473b89", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "89bf471c15a1468da8c247493ffa83ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "52228ff58fcc4539af22be40e554870e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "cdf6ff931da742328daf95a2c6e2ae89", "region_id": "RegionOne"}], "type": "backup", "id": "8c26c4007ff745caa8b67e20efce3849", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ad33dfcea5134114b7c03e82387174ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "02e8881f37d840a698e6db46a467943e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f755a5f6af3141ba8a4ae624d68f4fde", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8050f09b3a674640af12205faac66c9f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "710934743dc74d79b3a9f651b1b68910", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ad057c51c606455b974bf5bfca7c0f21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "287c6487e1354e3bb15c3e8d31266433", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d00dddca1f384726b89ab1640783f0da", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8170d30b44a2441b9922825554c9b2fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a7513862b8a24aa0ae54d7127b96d20c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "401671c1ff75449492b55465751bbfa3", "region_id": "RegionOne"}], "type": "monitoring", "id": "9e2b253db7094a12b5e5e41ea983ac32", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1d9627d0cef143e9b52ac18eab1090b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cab7b83db84e4fcd8946ae77c1bae39a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6f2b592812444726907b0b18fdea99de", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "db8c1578b2aa4a40b0d6eb0f0736a19a", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1a0e468cbb0f4ab89d9b5ef8c7529ee9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3cc4a869a6a14b2ea2fe829207e4f81c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "3c032a26eee34f2faf9699bf480f12a8", "region_id": "RegionOne"}], "type": "placement", "id": "fb1da6617e8c4787abc035bd36f2fa9f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "84588ed40319474a9b5261acfeb4bc7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7a842f00a89f4c2b86a3067cb8bcbcc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9af2cba7ee144bfb95c28fa17de6d55c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5e09ecb17c8845be8cde73075fbe8a82", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "acef8a5e0f374fa58f4c173f677d24eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1339591b2dcc4cde88a76b0a458d6702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cf2808ed7a0346799c71127bbc77f024", "region_id": "RegionOne"}], "type": "ha", "id": "b66d48542add4d65a38d0913c693222f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4700ba55fd524aeab1a8839d55736d98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bf17ff41106a484f9af8a2d1b2b1b9f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5c36bd72e61b46378f4618382e452f6b", "region_id": "RegionOne"}], "type": "reservation", "id": "a063b07b35a34a1e91315e25d056b49a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7b2e5b5553534093884d29f02aabfdd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f76c046eab594365a7e89e90ad222a7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3ac41953a1bb46c9afe2d45859c7651c", "region_id": "RegionOne"}], "type": "function-engine", "id": "84d735e5e92a4e74bf40ec07815a5b99", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "488766beac84410499efab83ba30367f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f917f59a092b464c939203357163d2f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "8afa42afa26b443abeab6bb2c5c84bb9", "region_id": "RegionOne"}], "type": "accelerator", "id": "05f1baaab75d46e79f34fcdc0ca7e04e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f2c016920a2b470d939cf3b1df2406a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d6ef5be54e654cf796c065c25aba6e84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a8ea5b53ca5e44b5891e3a2592d158dd", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0a72653f88f34f9992e51fa29cd6d9f5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "679e093e094146c3b627f81fc4ef2869", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ea0bf327824b4e6395f82775dc874f9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d862b0f0c6784615a2ad8db948f2e0d1", "region_id": "RegionOne"}], "type": "registration", "id": "17124247ff3646808a30fc6cefbf85cc", "name": "adjutant"}], "user": {"domain": {"id": "e43dd16a2190444eb399d13411b69a9f", "name": "783d43d9b038481b9b3d674f351e39ba"}, "id": "2c8762ca47b843b78d1b257b63ae432e", "name": "5d5016ef4db64b9aa7c7b157076b13d4"}, "audit_ids": ["5cfebc765bb74640a3f9af630bdcce03", null], "issued_at": "2019-09-19T09:04:38.117307"}} 2019-09-19 09:06:38,230 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,234 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,235 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,294 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/a7d10652-e89b-4923-a207-8fee88f547ea -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,297 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,298 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "a7d10652-e89b-4923-a207-8fee88f547ea"} {3} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(chassis_uuid) [0.202887s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,148 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,152 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,152 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,154 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,164 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.088448+00:00", "project": {"domain": {"id": "62eb37b32e0749c3afc88eb49d5f48e4", "name": "afa70b19d8f945b2b098772ef179a8a8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c3ac001a5b65448191b4aca82f13f4ad"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "feb7782f24424909b7b487d8684ae5d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "86ea4c7ae070460b9d3dc144241742f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "03d8031c79004b8d91ec1cfb9111e575", "region_id": "RegionOne"}], "type": "identity", "id": "6aaa1c373a3143dcaebf89a9d184f2b5", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e0fc400fefcd433e82b2733d1b081bc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d650e3315e9b4711942c265399bafcef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3d4e549a90fa4bf1affee48aad0b1c1c", "region_id": "RegionOne"}], "type": "compute", "id": "a7faf43389994dd19ddfefeb23b65728", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "0ab24c297d304927b55fdd70f87cdb1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3bbecd0a51ac4ef4aed9fa08e1018f40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a25b734a1d504fa2b80698415268175d", "region_id": "RegionOne"}], "type": "image", "id": "b5179a6b2c894584a4e736be9e5bf335", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2f8b7946a95b47968220142163079487", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e3ca034ea9f8474c938b0b530e5fd9c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0a83710b23ef475eabfec446417bcbbf", "region_id": "RegionOne"}], "type": "load-balancer", "id": "70711156ff764ec1918afc7471ebf083", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3b5df71cfbd407f83cf071e48201333", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b24fc7f8254493a856231e64091a32d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ed0210824404a8ca25e6b0a269a0481", "region_id": "RegionOne"}], "type": "object-store", "id": "fbba078fed4646429cbe5a064fdbcd08", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a416fee6e6ed4b9c90cc76e2e93c589e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c43c8c810788400dbf6099c4a8b4c5fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "946112782e074176a9016800efdaac8e", "region_id": "RegionOne"}], "type": "clustering", "id": "83617851bf974efdab6075692cdacc26", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6b465cda9e694992940b461776ee4eae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "67f4d68477444f36a2f5721656711327", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bb652851f59b465b9e225b704b9a405f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2645a10862f647c0b54461f305661b61", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7ede9bf9d73d4577bde0455ebb85c6d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7fd032a10c9c47f9880a65cb6854014a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "07ef582021fc4c5cae5e7d4feb25ea68", "region_id": "RegionOne"}], "type": "cluster", "id": "c8c63aaede454c06b771d1e927b3d0fe", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "91efa404191a4773a83aeb180ac79c1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8c602af6920d4c10bee7bbc3f35c48fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6c8454b5384a466a94e31fa6559295fe", "region_id": "RegionOne"}], "type": "data-processing", "id": "150e214708a94f028d0a902c0eaf1714", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3cf5e91887e94144a7b338d57e98defc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "87b5e1f6d6584549abef79d7f984b6a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2f9d030dac8b4738986967c9965393f4", "region_id": "RegionOne"}], "type": "baremetal", "id": "69de161597474352a2b374bd7c654787", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "222be21917114c188604f9b2835b9dfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b5646f16c6064ce18405d6588d8c8668", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "696ca936b0d845bc922e428366079f64", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2c0920dde2804af58e5ea5ce40559f5b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bb5f84aa43f24d57ad6fa8b777742a2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6d349859372b48f4a49297c9e5553141", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f51a54e4f4204271b0fd73c4125bed12", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8db7d8dc2f3143bcb30385e419ebbbfb", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cc89984ecae44f95bfd56248957979bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9af063435d0946da85106d1e70e3acca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "edc115cb6d0244e0b17f9b543cdccc70", "region_id": "RegionOne"}], "type": "key-manager", "id": "b9be083c267c4977a7de3fc6300b9bd5", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d37357ba98f84223b7fca8b51ba244e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "93338b127ad04eecb630a52dbcb4498e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fa419be397a6435b9908836086ffc021", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "468bc3fbd4624592bdee5bd45bc3a0d9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e27248f915b14d8c8adf92f4717b4c86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9f9789fe4bb34602a6f76c498808d368", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bae3840046ee4eeb92aec0dd11edf480", "region_id": "RegionOne"}], "type": "infra-optim", "id": "93b670ade2e8413685cad6649775abf7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "85ecf4504f8344e5bc320ea0ea37f636", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "15c7e280296343edb7807b160f683d4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d67ed2359067493aa816db69889e8c37", "region_id": "RegionOne"}], "type": "message", "id": "2e33b032cd2f4948b29ed57222747e2c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4698c67dfe454e20a5edc4bbb0bfcbb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b0a7b026a53b4e8fadccae578a07c6b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1c918cdc95a845c3a332ba710bdf3c68", "region_id": "RegionOne"}], "type": "messaging", "id": "6dcf8ea7313a498aae094f444be14b63", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fa6a9886b1164a049273f3a513bcc314", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e51cdc37ed0048099bf8d51b2a3143c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5d749f11ec1e4b8090b81cd2da7d1da3", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3ec8418c30b24266b76690fcf9745fe6", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e51d50cb6684eeeb9b1d310cf37c5ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8d3977250e344500bf9b46ddc6f2fffe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "78385263ce80442f8142839469e51dc4", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d43b1d602dd647929fe86c2e0838cd1c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "588441ceb4dd4bb3bff466b1aef8255c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "27628d5e8d1f44069770abf8a08788f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "15441882cac949ceb5cf2a7a1b0a3001", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "8ce43bc6276549eb9a78b7966c91a809", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3a2010d101434bbb8153d1a68c830fd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1f13a1f8428e4ae183e5e3cabd4e56b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3573688a248a46f8bade1364eff9ed73", "region_id": "RegionOne"}], "type": "container-infra", "id": "b22a038f630e439ba3bbed84a0ccd33a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6cf9d6ae7ccc4a3fb57454de84563e2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "710471a1db054c0e909c664fa7148f8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "618adb6892cc4af5b0464428bffe0baa", "region_id": "RegionOne"}], "type": "search", "id": "3e73e05486c848ec9bac8e2d1f69c02d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f2eb00e5f3374b1db309535624d54afb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a2b9ce55477243de94709757228316aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7050e84602264f5d9ae90a34c7016d96", "region_id": "RegionOne"}], "type": "dns", "id": "3e13d36ed8aa4bc8819762162f5f090c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d5b735c91bdd4570b6a44663fc6b4096", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f5024834f00843639831ed54b7d26962", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a19f27e17af84ae086c0b671c1500b88", "region_id": "RegionOne"}], "type": "workflow", "id": "de85440c8d2c490fa3926fbfeab4d5f6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5bfa87e013114904abbb75ab4c8937dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "754cb684c3d242adb15d69a945bb050f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7902b33797c041038117f8060050f953", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6f43745b11aa41e39d99c54586738b1d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1f42980af10d420a9dd66054db5d5b58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2826945076e74dfbab4de524924f1df9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8903b1c681c84e42bbdce80373f5f5c3", "region_id": "RegionOne"}], "type": "rating", "id": "a8190575d0a4423092b01a02366da953", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "280892a5a027487284eda34f6dc0303d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e48b036765944b36b0e6bb38cbddec75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d8e027fb45e84f5486b9b70421d2fb9b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "eff677262ee54c6aab76c14e9c66786c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "10cbf2832902416ab62528eccd423548", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9f9f642acc0447748740c32708cf6df0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "be9489f1fe2d4d5791fd4ce6c0a6932b", "region_id": "RegionOne"}], "type": "policy", "id": "106d300720174e7dbfafb6dcd6bfc49e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c8f4d9a8ede24c808ebc9102cf0bb278", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9b9e3c9138314fd68bd1f1c64cbe5bbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2c1e5974db32436c82c6b18360abac4f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ff764bc9259a4cd3a99cfc945d5e84ee", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2203ddef6dc946b6932811ffc544de88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "89b1fd9095784a0097fc3bcd4861bc43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ccac9e164d0a4ad2ac43fefe4acb6bc2", "region_id": "RegionOne"}], "type": "sharev2", "id": "1046fa1d26224d9487ca689744ea5b66", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "05a1e60e360f4f94a2f883ff23185fac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e2ac44e52b9b45d89aad225098d2e2c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d0955434c09c4df6aea57d0af27f8165", "region_id": "RegionOne"}], "type": "share", "id": "8fbfb1e129c84a9db73703961895b60d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0ac1fe81afbe44d9ab11a78380847d0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d8ef523d44024881aa10a7038ba46f23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b7fed39009cd4976a4262a0693a45470", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "11d9e4a9ebf54401a62d91f7a82e2c9f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2df05ba1bac48f39acb187cdfeae46a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91c286a134ee4e75b892494aeabd82c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f80f01fa9cc45419ed7c81cd2cb397b", "region_id": "RegionOne"}], "type": "orchestration", "id": "7bd01845bc414aa7a02dcc1eff730824", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d570dc181064f36963fb2b7fcffb00d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a20229005e9b4091b52c5812fc047868", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c03cb890e5a4078860105beed6ac939", "region_id": "RegionOne"}], "type": "block-storage", "id": "c86bca0f771c47b2b2ba50970665c1fc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1a193b568c04d8b8fd3858ec757f02f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "817d267181a0462da7b9abb1a000c19e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e95d839669fe42978611c1b073f9a2e3", "region_id": "RegionOne"}], "type": "volumev3", "id": "5fda49ef87bb427b8f4ad131f3b8014d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be8df7839b10486591e2109c9973552d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e56644b117ce4672a068dd0e968c1ff6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "271ceded02b5421486ab2a36418b1579", "region_id": "RegionOne"}], "type": "volumev2", "id": "60b6aaada55f4092b239a82b469a412c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8080b1ece7724f468c201c71eb69561b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3dd044e73d644b198b372863b42eb9ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "830291f369bd4c17a37bbe41dc47cba5", "region_id": "RegionOne"}], "type": "volume", "id": "6428ceb952a349b0a5e5d7ca0f2a80fe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e567ac457d4547fb91834384ae4710c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f1e7520792b4677b1e7cad49d5562e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89944e5a67da41d3a16a18fde56761ef", "region_id": "RegionOne"}], "type": "block-store", "id": "c377d8e92673456fa5cde0aee6414a05", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "050b9ee6188746488853f0593b08e05f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f41fa28ab22d4f0fae1972192b48277a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "feb6f818810846229fc3c29877598b73", "region_id": "RegionOne"}], "type": "alarm", "id": "6220ceb2729e4d84b8fa5e3cb97d4368", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d3d93a2cdb144cf2895359ebe39572c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f2763e9ad9864ecd89a5a7c62ffd30a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2df08b6c3b4445878e8362af0f47c032", "region_id": "RegionOne"}], "type": "alarming", "id": "3b947be47dbb4f409b71d6f83a1a0d3a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e185c829a8e04110a13c2054f4f30295", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c1dabc13661f4cfe9f4a7e7f22ca7d1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "75fc2ad432514eb2b8228d290d249c08", "region_id": "RegionOne"}], "type": "meter", "id": "ad208dbac15c4968a1c1309b0fc59e4c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e9aa8800e0b348d985369aa77bad4df8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "50f0ec456cd24a37bfb343dc540e59e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6696247f54a24e86a0b7070f31b3c15f", "region_id": "RegionOne"}], "type": "metering", "id": "d4e70c29395543b1b69b183ea8f0d95a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8f492ba1cb0544da812871826ebb8bcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "046d888e994841f5ae287c569940ba38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c61cfcc69fd54b48adcef07807ac10ef", "region_id": "RegionOne"}], "type": "telemetry", "id": "8de22c66fb2d48519580c29f59ffb78c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "81548bcb79b34b308abb095f9452ef9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8f52b1e562bc41489f6613753dbcffc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7297ba4a279541b7a43285d9246397eb", "region_id": "RegionOne"}], "type": "event", "id": "043dc800b8194fdeb8ac21a9fd3e6e8d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "df72c8c818ef471a99d59598ae5c856c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "00b6fe32588049a7b67179c5f6c08e40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3b1895c902e44abdb973f06187bf3e1a", "region_id": "RegionOne"}], "type": "events", "id": "833cc70058cd47b1b2d460a53705e74e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4e10be3a74c3451d8cf41d6ac8e41ad5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c1b418ec80314bcfb1ed95301ee2c6f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fa6dca9e2fa541398be7aac7cb3eb020", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f14331c9f62f4752a785cafc04a20f47", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e5611d8b8eef4c03ac4249146c57bddb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4aefe2c8ca2a4635b81160f85fa86547", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f443ee57d2694304bba1b8706c25ae5e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "709c6b84c1cd4064ad3026f07d884987", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "88aa5c91f09b4689bdac8426e98ad338", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4d916e4a5ca7463ba7ad99360f924090", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8df437e567aa4d51b0771cdb0de06592", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f6d503ee63e14a65b57229a576b96df9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d491cda0104140e3979259d8beb37c89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fcd1ed1fb32541bd9d5d10658fad6d1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8f61546813a04beaa317e791842c74d8", "region_id": "RegionOne"}], "type": "tricircle", "id": "41da7a8f5e574e7b8da526c4ffd87e36", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9ce447a24706422f80bf4d1fc71b3df7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "88866f90f38f4b8198be744bc19e2e88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "da104351ed7a4d0792045d1e5d6d0935", "region_id": "RegionOne"}], "type": "database", "id": "c3e2bea1dbac48e8b7235121631a4361", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ad89d6e75ffa4900a5ad3eec3c5678f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "33c5e77d55694023977f105435705a82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a7c373f51c004bf6b57b1b07e04736b7", "region_id": "RegionOne"}], "type": "application-container", "id": "dafabe1ca8f942e28550b864ff15da73", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0fca8a4e8d6145ad96d56b3fe7a179d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b8aa5a31129344168ee3a33b4e12fc89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c869d100b2f84b80a0d4a84288aae299", "region_id": "RegionOne"}], "type": "container", "id": "0fca3dbf51ad476992f808ef841ea363", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c8ba6659a54f4ef58bd165df47678a76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7d699cf60189409e94d6f149e989c7d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a5704ce2b2d547b8be57aa09ab13667e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7ded3866125e43dda6bc177ef0848c46", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "38e1f062dc0045029b9d81dce8ea2152", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "71638b4a8dc4402188f31f228dc13ee9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9b05ed40865847c69150b0d89ef8b5d4", "region_id": "RegionOne"}], "type": "rca", "id": "c3f7aa1a83514e0daf6c6da085ffa10a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "472bc6a2648143d7862f90963b8bf5a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "68d898afc9bd44caa2fc03fc074472d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a3af78542f1942278d62463dff72a845", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2735bd53577e444b8e27f3c71e857782", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0cc8ba4b0530416eabe0c83cd7c4aedc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d6a5fdb8fd8d425eb5ff6f8a6b136a98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "666341d5c0654e0a96e600d6d4673940", "region_id": "RegionOne"}], "type": "network", "id": "2b3099e169a74be9827ffe9471aa6318", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d6a37be609224570b025c58956e7bd89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9d0be845d60144bab6cfca2dbc919e63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "5c7b485c1274470cb2bbbddce08d2b46", "region_id": "RegionOne"}], "type": "backup", "id": "6be7888f40f94087ad6314d92f482dfb", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3fbe3a9dbe3d4716af1d64802a518720", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "44d0e2295b7b47008abaa0caf29f74c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fb0db65679ab44fd990a80b1fe3d4677", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5f1ad374b37046ea8f8372f45acba8e3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1c0f213159844fd78c11dbd67b5e757f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dc54eace970447b88d85933bfe5bf48b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2ad313397da64496b985eb9703851da3", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8328cb5b26ab48e3be6b238f0d943ef9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f1ac9fead3334cda90f4ae10b203d5b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "36a467546b434cafa788eeed49d24912", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "35226118b14e4ca1ae99238b3ac4892e", "region_id": "RegionOne"}], "type": "monitoring", "id": "d195daa8e3df43779b9272ab1a7cbc3d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ffc856443a7e4aefaa92475affa7bf23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4fb631e5bc3446d29465c2e3fd7e5857", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8e8e2612c4a44498be12f36ec3e78b16", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2954f83d6ef94929bd036b7466c0f9aa", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0064ab2554594b939c5eacd31cefd1a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ff8818e15afc4c93953cf2a71a9ec50b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8719b9261a4a43e18e5b9be181fd4742", "region_id": "RegionOne"}], "type": "placement", "id": "721203be8b404805b81305ead6bcef65", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5c7e35eddad245f48dfeb9460d891617", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ce1fdb8cf5174ceda76311fc94ba6757", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "812f22702a6844649d7837dfd0814987", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b9ed6565f00149958041c60a5c721ed5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bec92c11365c47fb830b246e5b84a273", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "32ad016d317a463f906cd256986ed684", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "68648b0f1769452f927b1b0fe6f80806", "region_id": "RegionOne"}], "type": "ha", "id": "d12f594ba0174663b50e2f53026618ed", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "79a1121b64a3418da50b5a7d272473b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b2ea9f34617e47d5a3911d4f816f0e3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a3c9a3b8acfb47e6af8e2ce569298bd4", "region_id": "RegionOne"}], "type": "reservation", "id": "7cf738baa2764b3cb6851a8545edde3e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b481877b0c264c91a79a8a82d31b730d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "48b8daa10fa24447ad4f9d995edec8ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5bd490f5256547819f78f0d0d6601b59", "region_id": "RegionOne"}], "type": "function-engine", "id": "ae8d1d6467b446ae8cccae1d7a66b599", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6b68d33d0860453cb89b0b3f3436ecec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1785873a2ad64e7bb4070c49ced56cf2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ed7ce9dd94f54b9688c8d5aed2aa5863", "region_id": "RegionOne"}], "type": "accelerator", "id": "f448d968026142be9d16654b9ae23a23", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9bb89e84f53c4b82b011e327bbe81e76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f08742bb9d4840beb2966e0d0bc3d09f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "33917c3bd1164869b076deb61b692180", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f94de8efd36d45118b7a362ec9bd30a1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7d516f89c0c54880b3f8cff9e954ca92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b18bb2c2b992492aaa1be6568bf60d7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "87f82ec71b6245a68a7db5737b72142f", "region_id": "RegionOne"}], "type": "registration", "id": "62ac760d0b164e3cb3b02a9e132958b9", "name": "adjutant"}], "user": {"domain": {"id": "9814c985523a44e8b000a9712046a653", "name": "01283bde0d4c44a1a71653ac09071b72"}, "id": "07f41dc1b23c49d182ca60de576f117c", "name": "35105f5529a54e9b8dbbc906638bc6d5"}, "audit_ids": ["e5305364198d4f96ac6cf8b05c554f54", null], "issued_at": "2019-09-19T09:04:38.088448"}} 2019-09-19 09:06:38,214 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,217 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,218 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,277 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/1d1a1110-0b9f-4304-b73f-395598cba730 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,281 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,282 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "1d1a1110-0b9f-4304-b73f-395598cba730"} {13} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_set_machine_power_reboot_failure [0.168989s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,221 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,224 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,224 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,226 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,236 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.159312+00:00", "project": {"domain": {"id": "1a690772f6604dfe83a3b7fd894b5f65", "name": "47d18d6ae2354644b40048d45416323b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e7c2b2f18601421b80f078e2bbc9326c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "933908d768da4d1cabbb55cd52ae5ceb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "1f2c92f192384faaa831dfbdc3c4469b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2e5e5cd34ab54c5b8ab4c76bb3677dbe", "region_id": "RegionOne"}], "type": "identity", "id": "fba67ecf457c457ca4f37103c06ceeb7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "27fb3d29945b4091bccf0fec2178f756", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6f00686ee94f401685207b25cf8d6e45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "66f56837a2f9481abb7185a32dd8f7b4", "region_id": "RegionOne"}], "type": "compute", "id": "c6d9a7eeff8d4f879260ddaad34c5d9f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1f01665852d14f829d320e81c6a278c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0062397e298a4d86877e490119e6766c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "5505d14b019f45d5a1f7a5a22afa3a86", "region_id": "RegionOne"}], "type": "image", "id": "c3984dbd0e0049b693024c9df3c5e244", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d2f492b1f57547f0b21172003ef916e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "37f1b8a408c94f9090ed717514b8fa9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "16f7e5cc65ba4c06ae22b1b58d7ae33e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "77fc11413c3741f888eb24dcee1084b2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce2bd52b6edb42389ec586d08457b135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f9a8659ad674f82841f6c414325ca71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ac4080de4a34c2d974780d836f5934a", "region_id": "RegionOne"}], "type": "object-store", "id": "4d74e4ae2bf144d595e05e455afab56e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e93b1d91f2074082a46b60a62f26ad6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d37fbed3a4b2429ebd6cadd1111032ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bcc8334fb5d140f7a7478cc4f78a85f5", "region_id": "RegionOne"}], "type": "clustering", "id": "bf148a4adb7749e7bb66aee68543db7e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c2e0d228ff9a42379542031ecf5a5bfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4b90bcc4fce04fbc8cf11a68e0882327", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a283bf2c557f46da88a3bd2c5f2d2516", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "6be97fbe9c4741caaa035a4086115b52", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bec7381eda4e4b139002ba59c49ab783", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6845f34a7e8948f1947d5a0c015ec959", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2e0c16a134f14a2da3829504c6e739e2", "region_id": "RegionOne"}], "type": "cluster", "id": "70dabcde38f549c99b5375af52c65701", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bbbace6aef8d4cf4a3deae460977f152", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e6feba9fb291478aa145615378dac50d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2652ae94ef2a4dd58c902d9b466eb0ca", "region_id": "RegionOne"}], "type": "data-processing", "id": "c3f0d704e78e4c89b41de7e2ca34a11d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ce427698c3f746dca167af1cfe3f9b48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "414d6e64dcb24f309c2aec6dded50ad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d4d3a4c2a6854ef89382b7e16ddb759d", "region_id": "RegionOne"}], "type": "baremetal", "id": "b46332c58ace4d499d788324d29bb249", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6e3e3b57a9d44d9a902b229ac91b276b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5f575dc4e1c6470e8d7ac7ec6299e6d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7316f765d4814c80ac0381c067c758a0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "942a5d81ee2e44ec82c782ba874b276a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7fb5bcf3b0844308ad1e7befef8a863d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "152b2a6f1b654e9e903bf6ec4a58ad2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "fef966455f6d441d84e15aadbd75f408", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c61d19113c044a51b07c904f16f1c7aa", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "89e8e064f3b144e784565f76e56876c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8c0143748d4448a6830fde973838d079", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ef2e1353589948c8b08c2195a828eaa0", "region_id": "RegionOne"}], "type": "key-manager", "id": "b0214482de914486a8ea40580fdd7747", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9dfa93befa5f4667beade52d39681109", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a15f6af21d794967b573138aefcf69fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "350ab0b23cf04d789d8297bffe23c3a9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "779a951bd9b841caa26d928876e451b6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "44e9e394a445494dbebf067c47ad8cf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "296805bf78cb44b2940cd50d301c2ce2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7e3af1ce9a404f078e002d419a2df47f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "bd51a0a0d7f74a4fbb4b6b3a6e99816f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e3f13b1cb93c433abb9a9835be78f059", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "889077b452fc43f3b8a6f4b8442c19d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8e24be8a4b24424682472389cf2ce30e", "region_id": "RegionOne"}], "type": "message", "id": "50c345190f7c428d95466673b0cd31cc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "91d902b307ee44f7b605a1b3aef84090", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2252aaa0c11d46d694871fe8da97adeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "10fe85523f514a8cbd7df046708bdde2", "region_id": "RegionOne"}], "type": "messaging", "id": "183499ca45bf46178a605a8630664b93", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "80740a23a2a94af2b3fa557c097e53e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "315c338ea2b748f3b814e1c8d1ac953a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "692d00cf7bc4412ab4856308cbfd38ef", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e82dc2e0ce774a87b040e7599f47c5d3", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "df4cdb0295ff49c1bb5a11ad7384213a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "07765e3cf719483ca6ffdcb0e66e6bd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "67db4e0b522f48b88e45303a1085fdae", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ade77b5925244e24ad681472ba4eb68d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d6931595d254d34aad46b0686e85483", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "56e83ebe59d0487b8a7df91432e1ad60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f0747520687e4d6d81befbf49fe96ade", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "9a2be14dfd434a2e9a69703e1778d57f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bf48976e314a40b9b22ed9e4cdcf7beb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c089bf129f3c485aa7c1c8f59acc1191", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bd6def04abef43b9bdd3ecc6b3581543", "region_id": "RegionOne"}], "type": "container-infra", "id": "73fdbc1e697c4948ab7441c5d8fbb3c1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "deaf65ec4b154e77b55e7b9e81c8d41f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "65952d504314492a91587966a340d64f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ee347dee30ab4f8cbc56913ce4a32b08", "region_id": "RegionOne"}], "type": "search", "id": "acaca144cfac4c289e6214ea4ef00f44", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "863baac840ea4fb4b8701d603452d4f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b8d7602d88424a1dbf70e4ca52095799", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2ab17e0952e2495ba816ff7ef8e9e42d", "region_id": "RegionOne"}], "type": "dns", "id": "0da484318cda441295a44c612f49c2b9", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "821412da8a124af7aeec81e32fa7b4ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e0bd1a592cd84d9b8f0df35172d86fbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1007a9ac847c4893add79bddeb7a2661", "region_id": "RegionOne"}], "type": "workflow", "id": "1bde153988ef4467b0e05178f2e50da1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7d10547469154386ad860e23c5e6c1af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b59c0ecc135849daacd4377ce07f7ee7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f4795e309e8840ff83634593fe9d25b9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0dd28032da7244869c2ae0ac9f122a12", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "54ae4d9cdb854077bc9f64a3ebfcaf9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6147e67e8173429b8d474b18582b5c4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6f46542b4f25457bb66dbc2c1e7217a4", "region_id": "RegionOne"}], "type": "rating", "id": "6d9c9f2011b74dd787169d85da59d24f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "290d54efe41640e7a6bf51d7897b239b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "696e2ed7e63945e7bec7df7f29419203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d53d3768aa1745a1b07a1a8f483123da", "region_id": "RegionOne"}], "type": "operator-policy", "id": "7071e829522840e987a91d6acb7af10e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fb5e00d2bc2c4ed09fd79a65fb452757", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "59f5c4918ea34cffb9c776dc3e6ed745", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "16641b943e54490db73584956e068d1d", "region_id": "RegionOne"}], "type": "policy", "id": "3ed4f6e212f44a26a5d3ccd491202766", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "397d2fafaa754dda8331da3a22eb84f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d04ec159bb644b758a89277ca7c9e59a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9d4d55d002b84ab8a690d6101ca1f0c6", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "00f15ba079cb456db92866fe63691455", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "33cc6afa1b4249e6b1db81d1106ea26f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b7482e0da46d4079ad85dcfd7e980449", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0fb0636adde949db86ed8e846be59611", "region_id": "RegionOne"}], "type": "sharev2", "id": "e52e81401c5b421c98c1c7efbdb4222a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c3af477cb209425c8e8f076256588130", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "70b6bccc386f4e289aab5307501a5285", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "61832b7547f6464eaf201c5b3cee10fd", "region_id": "RegionOne"}], "type": "share", "id": "f4e585701315403aae1a97133c0580f0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "00c91a161a69491eb40bc75963264e1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9679edff43a74735ad432371e5c2534e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f7363aedc36347b1b51f03da76ce8e6a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "cc57073efa0d4e1f8042492bc5c7bc38", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38eea537780b414296f1fcd785448eaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ee4602876e84b6cacfc351eaa0ff964", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ded847ca4df4c83863a8f243e0efee2", "region_id": "RegionOne"}], "type": "orchestration", "id": "bb211abab3564e9faf85def014b7e60c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c933c99f0a84a7694f4f3adab402f78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95ded131f18746cd81ccd18fcc1d043c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c58feb35a0f44ea0b06e71f526272153", "region_id": "RegionOne"}], "type": "block-storage", "id": "97e65bd03ea64dfd97300e07470d3cda", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d08a1ac2d60045ebac5895da77b0a860", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74cd7930e1fe4b8faf0bba7a0e16c4c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f25bcad93fc64948b662b1ca3b545b69", "region_id": "RegionOne"}], "type": "volumev3", "id": "e401d99e0fa0408cbc53e1878332fb5b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "807b8d16dec44f959ff8c550aa7be853", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc7ba80a211642ef9e19f53194d95f0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23d3285846184859b036fbee4d1a0967", "region_id": "RegionOne"}], "type": "volumev2", "id": "3cbdc50a71ae4734b23e55fe04c2c1ce", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04f33b077e7144aa9634be8d1c70ccba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "630bf6307f584463b2168ee8eeb45d8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb995eaabbe74026894f974d93c86080", "region_id": "RegionOne"}], "type": "volume", "id": "ecd0be24dd644a9e9107f17eba71f073", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09b5b377c50c4934b3927ed81e9c7324", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14ae9da80e5049baa60481c12b641745", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0b55a2d157d4b97b0f0164fa3fbce0e", "region_id": "RegionOne"}], "type": "block-store", "id": "35eae0768f624668ace80b2dea24db80", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5c49d8b2a7fd40f69a51d328d82a360f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "112de54130bf4e47be77f19f8f5d919e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2a81d4acfcdf40de91f2d825d1f964c1", "region_id": "RegionOne"}], "type": "alarm", "id": "3970097f39e24af8b46428a008ae24c4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d78a8a15c98848d7a9f2b0b53c2c8525", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "62405377f8944776ad450915e4d6679c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fec7271cb8ab40ec8afcae0919eb364c", "region_id": "RegionOne"}], "type": "alarming", "id": "d064a230111d47fe9bf2359d7ef0ba25", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "686e8d6c2bb64ce68870016e8b37ab01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "188a4f102f76483bb1b29f8afee956a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9c8a3e13ad9141e686cac382031c6e39", "region_id": "RegionOne"}], "type": "meter", "id": "5d5b1c74b12b4e21958dc8f4ba5313a7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9f51799293c54678a57e390682a5eea7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "41a8c1384f954b7cb24842ae34bd6411", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f7ea2247fac44151bbe64fd72e080e88", "region_id": "RegionOne"}], "type": "metering", "id": "74691e4f934340168f58d62cd2eb2c24", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "615b5370c7ef444e8a3d37b50a17bb95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c64abd5c216c424b852716adff618b12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bb6662b112264a0db628606af91642bf", "region_id": "RegionOne"}], "type": "telemetry", "id": "46f40d997e4245bbaf10174d256677fa", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fba97573d7564f82a9c0dc3fc6cda564", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7c752e0c456145eab9a935d6894b8171", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "82c2801e46134fe89e977a9560359e92", "region_id": "RegionOne"}], "type": "event", "id": "768b1a3226604ff892e413c61b0f3202", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "016c909bf1854cc1a7a175828d7f772b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1fd1e7c4a9e24a1f9967acfc7e2b82a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0e82730c34d246ad80bb17c99d6850e3", "region_id": "RegionOne"}], "type": "events", "id": "0b003abf3c244d0d9c79a9b5e86da5bb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a91fe6219d8443c787bf5d6ac2b25b62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7b05047235dc4ae9a0c314c49c8dea44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "dd611c29a5094bf6aa8643ff4ab83853", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f94d30404c8746ab97746c927f5c0c87", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "584245d0c69f4f04bb1248801f6c4c7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "595e95fffa624d53bf7c66ed4cf8d46c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "caa6e001da5f40e694940db4840ee7fb", "region_id": "RegionOne"}], "type": "application_deployment", "id": "dcf0a44e6cc74c82a328ef2b4caacb6f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "851e46a59e0e467987ec5df4ae1fa0ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "14c619f70e8246fe9c38408e64ca4c20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d116fb5b5d8c4029a51e0de2522d4442", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d7be2b2cd46e4d738afff2eb00ac8e16", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "975cf56dcb6f4c7ea5be2718707575d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a1a13d2928ef40e19e88e4c4a2d796d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "25d3ad27fdc74cfbad2a415d7f616e74", "region_id": "RegionOne"}], "type": "tricircle", "id": "d97e99c9d44c4a9a974b67478f23f34c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9e3d93826ec24dbca9226b00dd88f48c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b0787f00248649deae59ed4d95864e57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "861dc3fc0fd2490198ee9135c7efb017", "region_id": "RegionOne"}], "type": "database", "id": "2fc0b9dfbbc24259a47e145770ffb7d0", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "de0c5d9e5fcc44fdafcf1da2f07b05aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "03c3cad75d6d482e86f05e11f321cc1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6f04ddca70024603bc711970b4526c73", "region_id": "RegionOne"}], "type": "application-container", "id": "981ff9d65ff04767a7317aa3012b7f67", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "81e26260c9624dce866cc03615364b94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "36bd52e1f84f400ca684443aa9198c6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "382d33c42e9544358a8c05719b45780a", "region_id": "RegionOne"}], "type": "container", "id": "38daf091ef7f47ffbed5d213c061166b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5b3d7d1a58b44ca4b7c199bd9008e7e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bad5072d6ec0483384c2c4df9a8403e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f0a727e8dfe448f29e0bbc85b0bb4891", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "15e860d4cf39456ca94abeba36491df2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6761dc5fbcdf43648e7cd1630e9bec76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "75404837d1434c8989ba9866a5deb2dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ab49787402634a488233f8f2159765f9", "region_id": "RegionOne"}], "type": "rca", "id": "2d4eb1ba1b79413f97428ee97b0d2601", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0a6b1e20375d457aad07e5dc7e5ead52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5f6bc08b83bc44abb915fd5b75ff6ebe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d224eafd4e6042ceb21e08ea3ab41770", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "05e905e7974d42b390c9999d6bb6b4a1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5920a8fa2a554170a21e473a91e5429c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "26b2d826463e4ba2b9c67c07f8cdb956", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "eb0b2e5899354ed09d5982b438a41013", "region_id": "RegionOne"}], "type": "network", "id": "adf6d20cd08e40749656d4d7898fcb72", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "241401c331054eb2a3ea872ed4d52616", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0c8661ff6b8740f7b4bd3c278e8bfd43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "3208b93bf8da40dd820ad8959dc41fac", "region_id": "RegionOne"}], "type": "backup", "id": "26452954fbb349248bed19f30920126a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7e02cf19a8cb4175ac20d1c35e5c80c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8f42391da90b4e59b985778910e8c030", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "529cd18dbc7447088e86047c77671f6e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b901560b23954a90a60477716c6f2d78", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "06a0adce28284492bc21c519cd0e7492", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6bbffa9a1ba84637b3d038873f02d018", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f293f252ff3e4823b0a615abd9e4a414", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b0801755e179400fbb8cb77a3fe26395", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a479b8a034984158a585821340b698d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bd0d04ee5e4f4c99aa4753db5131382d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e0d5b14e3e344f1a9128f66bca3df8d1", "region_id": "RegionOne"}], "type": "monitoring", "id": "5b64f17309ca47c89b123a16815469a3", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3f59f2ec9542480b9383e35539787ad8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b52d2563bafb4ae3b32403f6fd8f3ad0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "9b0f402d411744d39a293bfa910f845b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "bf26c0b9d4ce48b287bf73de22f8e12e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e648f332bec94b8aa24a97073cc9cd31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "834b33504da5468eb173a3c30d793f7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ca195036c6ca435eab64ba980be60ade", "region_id": "RegionOne"}], "type": "placement", "id": "086a80549958438e8380e93f174943bd", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7afdb20fec9f4e56afe1ea06ba961652", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7a22878935254f77bf6e5c384832c2ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6cfb5a3446ec4a1ebd6960e8ae73c83c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5acfbcdc60bb476fafd16ac3396ec830", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6fc81b5f46a44981a2d3e07f55c7bac4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3c7a3d518fed41d791c6f574fa2dc059", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "08e9a4b3d6e147bc9f3d428bffc748c7", "region_id": "RegionOne"}], "type": "ha", "id": "5a6d7f4b767e40268b03bd1c20c688c1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9d7ac1748cca4cc8a69fcd184fe145c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "efbec6e68ccb4370bbd2fea73b55b72f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "46f28507bf214f948558e5efd29dcb6c", "region_id": "RegionOne"}], "type": "reservation", "id": "c0b42ca98df84feaa8faefd76ad03c14", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8fbefbc66a2f4bd6832ece6f36d5d701", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2ea1e57115b44407ba3551e57e522ac2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "33e86bc5f0f147e7b2c52f97356a8ae9", "region_id": "RegionOne"}], "type": "function-engine", "id": "f06888bd8f464e81a0e669ccfcf9ff96", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b39bf0ef726d4dc39028f640d9631bdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "46114c626126414d92223a04b646c7f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d68e7a421a9f47d1adb7847123476a75", "region_id": "RegionOne"}], "type": "accelerator", "id": "eea4c95ffced4d459e3ffbd755f2e9fd", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8674d2f2ee044f7998fb8be4dc85d776", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c98070f5af0a48e3b7ae5008b5aa1f75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ee60faf09a2847ed969512f919966236", "region_id": "RegionOne"}], "type": "admin-logic", "id": "28d18c2598894877a1e8ce7ed4bb33bd", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f4cf372e4e29453c90505a14c0c3b5ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7b96dd31235b45848d90b143a1e6256e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "97a2fb41ceb54a73b88b10373c343bc5", "region_id": "RegionOne"}], "type": "registration", "id": "60e118b008424d1d86c9274eafdd120e", "name": "adjutant"}], "user": {"domain": {"id": "d7a3a89ec70a456d922bd829006e32f3", "name": "b3c5092fe5dc4fa7828a3839985a44b5"}, "id": "c48e8d4245c545adb4a889c0ee076045", "name": "956515e09ca84755be7ae98886829631"}, "audit_ids": ["d619bbf67e944df2ac1e34399680ab55", null], "issued_at": "2019-09-19T09:04:38.159312"}} 2019-09-19 09:06:38,282 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,285 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,285 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,319 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/a3370482-7afb-4ddf-9329-f0aa2fa651fb/states/power -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "rebooting"}' 2019-09-19 09:06:38,322 keystoneauth.session RESP: [400] content-type: application/json 2019-09-19 09:06:38,322 keystoneauth.session RESP BODY: {"error": "invalid"} {7} openstack.tests.unit.cloud.test__utils.TestUtils.test_safe_dict_min_None [0.053488s] ... ok {7} openstack.tests.unit.cloud.test__utils.TestUtils.test_safe_dict_min_not_int [0.055350s] ... ok {11} openstack.tests.unit.cloud.test_clustering.TestClustering.test_create_cluster [0.167636s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,264 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,267 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,267 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,269 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,275 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.211986+00:00", "project": {"domain": {"id": "f2e763fe39bb4206a05c7dfd8fdfcda0", "name": "4b05943536354a4086e9e4227ae1fda7"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "47f1b566dbd94b99bab477d7cf42eb1a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "999b72bf22d94bf898da8c5340ff1644", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "937f1922ff6a4b55ac4aef757e1cf2b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7edbae91fca94b158e3b0c4c09dc02db", "region_id": "RegionOne"}], "type": "identity", "id": "e2527399c6904e50a1b01a8020c5d086", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "267c80e80560486aa117fd0f6f2c02d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c815a873135a4e55a682d656119d4e7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8bf65b36d57f4bc5a38ee4bd2b2176ab", "region_id": "RegionOne"}], "type": "compute", "id": "cf8a74918af6489c83db7164dbe54e34", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "cfd4be25720648f5ba346f271751359b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "33fe10b9711b4ecebf2afab5694e0148", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3c3bd8905eec416d8eca0cb66f79da98", "region_id": "RegionOne"}], "type": "image", "id": "b7fbc4bca5be415ca44006ed7d23d961", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1954b8d4a1104923b1b59fa0baa56e9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "571f0e2437d64cb5afe7e63b176f96b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f04a3a9187884effbbc12dc456624b53", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a8113f5962c94f4cb3e6f12e1745da1c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ece92c76d2f42debb8fd82cdacaa9f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df299467396c4360aa76fd74210c85ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f86ae76c7c05433d8da7753ef23596cf", "region_id": "RegionOne"}], "type": "object-store", "id": "3bbc203a551d4cf893fc7a9de097cda3", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "db115c0e13a34bc5976d72f4bbc51714", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "85475c7a767b47348b17834558b2736a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fd7e378572bb4966b7a2eb48ff438e51", "region_id": "RegionOne"}], "type": "clustering", "id": "8d4135d2c62f424c9ac5903922ce465e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3c022876f3b34fd0b5350581f25aea8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1d2ecf6f02ad4a6a8073c3c2c3d38f54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c44b93abe3c3460ea651fa31acdcb101", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "402d9ceac31d4935842772435dd19d02", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "89a0ecdb3fb64a3da629adc126635303", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bbac7f2ba4d04ecdbf0d971970084d46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d58bdbf4e4e54717b15a6b40a31c742b", "region_id": "RegionOne"}], "type": "cluster", "id": "d81393be75434db58ac8d4a0ba55073e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9b8c19aec76c43f6913d748503eadab6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c67d6c4e07a848a69dd06ee2dc37b775", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "cd3d1c01ae7f47929ff15cf27ee202d1", "region_id": "RegionOne"}], "type": "data-processing", "id": "5e6b7495f49a4c529da86d01b08533f5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6f3a8e72cc6046718248184d8771f485", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1f8f55a6fe754a2e81287599cbc280be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6976fab3e3ed4a54b69ea68ec318cc65", "region_id": "RegionOne"}], "type": "baremetal", "id": "e342534cc2974205aa7acd9799bcc2ec", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8d5fa31911344cdb81c39972471c6ff9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e02f1e2dc6e04ec99f10e6656f00aa27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "445f71b57acb44b99a050fb7e0e05aac", "region_id": "RegionOne"}], "type": "bare-metal", "id": "bf3a5a703bc54ddb802426c5318c77c9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2a2082d7f30d4c01b5773c4a0312a14f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f19884c111aa43be935076c9b8bfcf05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "38ed009e77774b4f9188d49714ef2660", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2231570778264f7b9ed49288d0190af8", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "44186786879a43a3af401612d4013526", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c75fc7b07b5545a89c3b2633f6dcb123", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f82aefb0fde24fd0b2bfbaed7e7e2e03", "region_id": "RegionOne"}], "type": "key-manager", "id": "67829c9b660d4ad6a92e556d239a668f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bc18a68661634e54b4879b792b3f99ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f9c510a3b4e74588b80aac2ab84837b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9369d04b6d7e4e6d849331f4f7d8c00e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0f4bd9c03d604e18bc3c31baa4ecdad2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "32b459c1a6d848aa95fd8ddf1321f089", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4b09490186d24a879e0d46506c7d7e76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9b69da7f0c43486e849ddd0a4030e5e9", "region_id": "RegionOne"}], "type": "infra-optim", "id": "afb9cced078a4126ab98613bd0ea355f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2f3be46204794e8f9eb83156b1640ff8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "71f11c763bf84957b60be27a51c43b00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9e54528a552e448dba8891b60bf4fe61", "region_id": "RegionOne"}], "type": "message", "id": "57faa19199334bb19b551733ba48d363", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "748fc67117ae4d659327311a1e420cb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f50b2fa7b878423f8ee6c414e92945ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a6637ab578f742649e42e7e5380f189e", "region_id": "RegionOne"}], "type": "messaging", "id": "828db5b27d33468e971f9c7e425d3308", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f061577de85e4d3c959dd9d2616d1fa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2c2e76b8ec6a4e16b39558af7c2d165c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8c90a9b12ffd482a9b552c06beca203c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "de7ce4937f7b48e18eb7b55a73d9e64c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4fe545ed0a9e41f8b808abc627ee89f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e7727b311a874a41aac318bbc753e505", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bf4da26df68e4819a9fc94ce7a0c6fcf", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "78950859bf944b35a81c08d4278edea4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8c6b9537b6f840fea47848fea7232939", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f573dad958124ac49ddf5a9e13d4a339", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cbee2c70d4014a87b74332517d6c9613", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7aa8977ec610476b82dbff213b4d2eac", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fa880e8e81cd492e8f868389da0ff6a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a3a7cf468b5348dfab0803bf3393c5be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "54aa6b2439034912994a7201147ed683", "region_id": "RegionOne"}], "type": "container-infra", "id": "25fbb2df91fe417c9f0c5cb0483f0dbd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1d0703cdff0c4e03b0983930fe163985", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7c355b2853084c758e361fd50c4cfbe8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2e87063ad366483fa333c65757ac98c0", "region_id": "RegionOne"}], "type": "search", "id": "f9300e32239044818c7ca5d7ac6b9fb0", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5abcde42c8b04a51be2a76469049f744", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "22ac10f5863b46f7b72b9520ee79c2d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1944dcb8726c41659a9d527abc008019", "region_id": "RegionOne"}], "type": "dns", "id": "22349a0d92614887b1edef4574762809", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4c8dc0bb36194d35b66c46dedeaa6eec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3f19dc827c9a4f97b1dcb07fcfbe5446", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a9a1aca30c1740c1ba3c105cacdd83c2", "region_id": "RegionOne"}], "type": "workflow", "id": "4445b891ad594f06b437fae3304345d4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "68b93b34064a44ed8771268d2ee3e114", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "570b35e735514e7d881e69795242fd09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "37a8b3b9be204b7bbd30a07f9686d9c5", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5682e9002a614c2dbfd4cdffc9485be4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9ef6d8b802a844fea5171ec143227f3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "587307aded5648b8860c71ca2132d502", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "927ed28e8c654617b196145cd5ba1f51", "region_id": "RegionOne"}], "type": "rating", "id": "76367a8182bd4657a69375000e892824", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "183815bd290f44b3af40003536622280", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ed135b236cd14d669657992cc3b04ad4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0a55ec435c814cdb9ec92e0305422017", "region_id": "RegionOne"}], "type": "operator-policy", "id": "89bb9bfef9714f1880cc77bd6853d9f6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "71e8330f022b40569d99454f36a81a30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f488a95f44654276998cbdc521253086", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "82b6ed88cce64dfcbea10119c0d18dcd", "region_id": "RegionOne"}], "type": "policy", "id": "2ea0ad2c1ff74ba6b46678918523eaf2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a97b7705506e4888ad4d055ac8790332", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d075dc2f735f4c7e85a70a804a1afbaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c3e3402f959e4d03b04d36d7becbb043", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7ee0a6687a5e467c9f89061d98fde1a0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8c473f85154a4ffbaa194c615de7f5d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a04bb0188b2d4a618cd03d832fc15ffa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "da4567d158a6404fb4b20f715f4e6b5d", "region_id": "RegionOne"}], "type": "sharev2", "id": "9e4c9dacf894461e85db1ac49546c145", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1e02a6e63054429db6287c558a41843e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b96dbd1277454636ace39859c061749e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f7ccd61224ba4d5687020e1e31e8cd3c", "region_id": "RegionOne"}], "type": "share", "id": "53e6e42da1944e73b5938cb497743baf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "239b8da26d1a4a55b5290d916fe5bee8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7a1923983118416c8d6349212512f657", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "65eae481d16649cc96a89f0cefdfd4d0", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f0448fd5a63849b3a66c8ab2eab30afd", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a76f088c60ca46ab96a2eda11facf873", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0a2dccc24c44357abd85d82964e6577", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e41356d6c73429eac4d911ce5d24cf1", "region_id": "RegionOne"}], "type": "orchestration", "id": "a18597f523bc4cd1a0484e321ed11d6b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34929f8556fb48eb9b1d3586cbb4e8fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2cd69923a2294d038652bdb862b8d991", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06d3966eff76482d99618b49de7d4b90", "region_id": "RegionOne"}], "type": "block-storage", "id": "908d734dc7d64595b62be268e33dfa84", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0ef59c2035e4dc692b0d822a8053ce4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fee4485b208b4dd487f9924000dd5e3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c576a3df0684071bba226617b74dac6", "region_id": "RegionOne"}], "type": "volumev3", "id": "ca70a2ccd4764f4e99d704e93d3b3c2c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14406b18536143ae9f22290d414e995c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c843dcd825b45be94642d0c69a3931f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2083df1900664db6ac35f3e68dad1390", "region_id": "RegionOne"}], "type": "volumev2", "id": "0d5a5305ff864090b10cb4621a566f9c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64d2c99db0bf4fe381386627d5313202", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f65e8268489f4ddd9071a3068daae2f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34ea56bca1164db58b492ecc8518dce4", "region_id": "RegionOne"}], "type": "volume", "id": "1bd4968d112c468a814ccd449606f731", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d707627fccb44aa3b197992c53bbf80b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df031cc31694429c9c1510e04f4c9fe2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01f45c4a4f794085b2c67680fb938d27", "region_id": "RegionOne"}], "type": "block-store", "id": "0dd816b4c86f4d0f8ec6630c504e95ff", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1aa4651bab834b2ca028c9e521a67eb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f0d7b59f6da84e07bb587f00a1620d05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "351a21d579d145ee8f203cb200d62c3a", "region_id": "RegionOne"}], "type": "alarm", "id": "58394c4316d24863bcdffd78c8d27885", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "59c71318c48a4a5a8b78f2b0ad8e345d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "94c3458f0a5f4d59bb975fcd4c8040ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "17a1c1bd8d7f4d72b78da79b0e7b2ed2", "region_id": "RegionOne"}], "type": "alarming", "id": "b014f9f08284401db5b6c0d174204e9d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b6993eb0833c495d82a8cbeeec71f97c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "24983228da02403ab46d5fbabfe49bbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cea513b14a004cd49c7200d84daa59b6", "region_id": "RegionOne"}], "type": "meter", "id": "5490951a744e42babade2d3c8e536aef", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c8ce5b43e2d54c639f7bbe693513a65e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9d7ab29823f44ef5b31f4eb68a63000d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "affa063d317a44f6935bf2c317b08f10", "region_id": "RegionOne"}], "type": "metering", "id": "85939675bac34b31aa0fd4160f52354a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6efa20a26c99403f9644da01d1866aad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "80d8654d789444998533d64a1f68e735", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "aa2bde428eba42b7863a0ce25b6cb590", "region_id": "RegionOne"}], "type": "telemetry", "id": "df5bc7a1e7e34b5d9150a04bc75b8b6a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fd36dbdc79204fb082df042ed5b57d15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3bb3eef30b544b27bd5f39c7a21e81a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9e2aa66e741a4f61bb642a784739c853", "region_id": "RegionOne"}], "type": "event", "id": "763e993ede7c49f28be3a98e6bae8ebf", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1ab9c2c860064de0a769311a3b0cda06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cfc0fcab014e46ca9523a52938b9b3d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9fd9612cbd1d427899544623c7ad5b59", "region_id": "RegionOne"}], "type": "events", "id": "70ccf09af5344dc5b61e495fd20371ad", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e5a4889cd9e941f791e0f1d8184a4a81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "75aeef65b1a440e98dd663bf18a0c452", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fa483e15e6b44bba9b2747bd963d5a5e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d4554e80f5bc43d6acda3d13d24f2a6c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5df62e38aa914cb2800b60c7a81969a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9a6329ed181f47dabdcfe57be8ca415c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b16351390e5d4d8fb3060fb79f00f05a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "19c086f2c59240b39f0a87de1f60a9b2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "650a8ae2e84442e79a3eac39b4cbe330", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ee9db1c0f09e4c5cbe6b552f6c4828cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f1cc07b0e8da4b26945af2c8c607c3c2", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3889c49894ee4975b9424151122d7a4e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "887e3cde6988462297c06b7996139f5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "81ab3fb8c9e34bc793f51b3ee06fa9f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f12fce85a1044f6bbd6153fe6bbb58b1", "region_id": "RegionOne"}], "type": "tricircle", "id": "02e736c475a34cfbad5c82f0376b9462", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b7ac4a8ee0dd43a884eabea85ae4e6ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2b5d6ec0a2d64c0e82fded47b3da1402", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "5dd9b59c2c284f799b2771677e0788a8", "region_id": "RegionOne"}], "type": "database", "id": "881edf16d7d141129b62a7e857ff82b9", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7ba91caa603e45c285f5e9f1a2b1a3e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "98be68b6dd5442b487c51c1f51e43274", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e12e363bbab04b1b8ca43dbcf5f38dab", "region_id": "RegionOne"}], "type": "application-container", "id": "7c8165fe3fab47ef99ef1491b0c35fcc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "35df88205d614366b8f9accfed828634", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6b4c3b56a244441c89bd2fc8e0a89810", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8247585e79d440e79445e53179db63aa", "region_id": "RegionOne"}], "type": "container", "id": "219a88524ac14fc3b63a835b87f7b678", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a1a496ed76684d9ba7a8521201a72168", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e113990d05a34b93a8cedb08be919d58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1dbb3c550cf8452dad33713dbfc8dddf", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6ea29f00f352496397d55f8378311c4c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f01273ec91b044f7942717866e81a3a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1c0ee0596e354c8d8ba89512e284299d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6d2b33b440fa4ef2a6b1d0716bc3cea1", "region_id": "RegionOne"}], "type": "rca", "id": "9495ea18eef64b2fa0f6140133a44e9a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c80668dcdc324b24bf5b5ba224785e76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6ac404f902a7466e9f72280525d4d7d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c50ce1fd730048e5a823e2bd34ea9a23", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "10452b9ad01649dcb4bd26717e89e054", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "bd18bdf35bd54926a30b01ac51c9e8b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "88cca720068646c7aeda0fcaefbd7b60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "96d8ecab6689424f9214f09bb131b7b3", "region_id": "RegionOne"}], "type": "network", "id": "6058039fce334e12a995cc966e29e089", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "99913dec1bf245338b31c3e09531faa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "3440eb6b65354f859321d7fae32707d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4d295b15150742ccac88c0c07078b254", "region_id": "RegionOne"}], "type": "backup", "id": "bac9d9d5393d4b5d9c594d212604d64f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cac912aa8cbd4134a77cc751d7a8a6b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c7e4c5574df242018fd0d11baaab6ae2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "73d9f32c07e34eceb68465310e00835a", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9da2e7e5ee3843a2bf22e3809ace4754", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0685498174e14010b7e050d4ecdc388d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9689d378dd654db98966792b784acd47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d9619a018fe54275837f9beb9d287fee", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "4a5a854332a548f88d4e4f7dc96b4f82", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "eb202f70b62a4dfa8e98da548b4aca8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "249527778c7443d3bc85573e4a753125", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b2f5a7ca9d234cc28ddf203bdc0c0e34", "region_id": "RegionOne"}], "type": "monitoring", "id": "a5ef3e3d3ad343b4aff903c33e7e8d34", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "08422b6a6d794856a2a068b35d4ead32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "40c2e0564fa9439da9eb8a567ea244a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "acb3e7dc55ef4147b6215e9cc9544ded", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "67c305a5c5e242e89705273d28af8f58", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "aa53c135939e4c55a0bc38902e9f0682", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "105d0b8a266242fbbb7d0ec70525ef82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7c87e54129ba4aadb4e5e01a5f65e72b", "region_id": "RegionOne"}], "type": "placement", "id": "30668e5299cc4c84999238e2a055f130", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1f48f56f75c9460999f08fa9b6da9d88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "71d6ea2160bb457c9e4e8b4af997033f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6d8e4e00a5704581bc85854b21ee8c3e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9277c0f82f9c4fb692af1ce444ee70b2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d754f986746c4241a17a8494249d65e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5d097819c90045168737d455b1f2676b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "109808c34a6a4563a45afef8a7eac638", "region_id": "RegionOne"}], "type": "ha", "id": "155be25fa5b245b680d10793cf7a2525", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e7686d1d1c014697a89bd525825efff8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "053d648d1b0f4424b081aeb57fc69feb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "339dd39f36494b5fae4efc037feb441d", "region_id": "RegionOne"}], "type": "reservation", "id": "ebef4a46138a47c399fa6a63dc002142", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f022fed04f94419e9d27d81d6264c0ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "47ea5b5cb438402b925e334ad2136143", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d721453887304632918c9b0d06938aac", "region_id": "RegionOne"}], "type": "function-engine", "id": "a015d7b9cf5f4dc5bd86e4a5c1e6f2b3", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9a2cb5ff7ffe483ca71c7701d1d16685", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b149fffd049a47c5acb4f83337336c3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "08e5a8f0c1e3460a891b76d84a9edb46", "region_id": "RegionOne"}], "type": "accelerator", "id": "2f2611ec716d4b24bdb4d70b3c009279", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d3e47e8f737641d987866ee30a2af3df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6a1a22a589664e349c30a23fade0acd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a7c6b4f816eb4383a360fb61c40a2842", "region_id": "RegionOne"}], "type": "admin-logic", "id": "70fadbf6347c466e82e650ae36afcf6f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f55e996019c24185afb1f0c1ad8bdd5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "da5db31d67744f2d9d0458275851b5e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d37fa10aefac4b52a0a0ad6bf7392f51", "region_id": "RegionOne"}], "type": "registration", "id": "fbf3db80dbd242f18d24df84d0a2fea9", "name": "adjutant"}], "user": {"domain": {"id": "ec7a9a1088634b1e94d1375d4b2ce829", "name": "2a2f78ffdeb844089432017deab3194e"}, "id": "4dfc702475e3498a8e971a3eb870f022", "name": "9ba046747cce4a58924d51cef116b290"}, "audit_ids": ["cc2fa7b416b0432597d0a41b5440a8ca", null], "issued_at": "2019-09-19T09:04:38.211986"}} 2019-09-19 09:06:38,320 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,322 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,323 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:38,334 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/profiles/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,337 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,338 keystoneauth.session RESP BODY: {"profiles": [{"id": "1", "spec": {}, "name": "fake-profile-name", "metadata": {}}]} 2019-09-19 09:06:38,349 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/profiles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,352 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,353 keystoneauth.session RESP BODY: {"profiles": [{"id": "1", "spec": {}, "name": "fake-profile-name", "metadata": {}}]} 2019-09-19 09:06:38,367 keystoneauth.session REQ: curl -g -i -X POST https://clustering.example.com/v1/clusters -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"cluster": {"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "max_size": 1, "metadata": {}}}' 2019-09-19 09:06:38,371 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,372 keystoneauth.session RESP BODY: {"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}} {27} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_inspect_machine_wait [0.317548s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,560 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,564 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,565 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,566 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,574 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.519892+00:00", "project": {"domain": {"id": "dd58e0149a8548f5a647bf3ce0245c48", "name": "229326af84bc4dfcbfce876132ff2a8a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0ec18b4782f249669a3aaae6384a0698"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8366fb2a0be4481fa53c516439a310ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "196fed4424eb4c76a39fb1a3672b17cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "bc3125207006469ba1f0806eb992dc7d", "region_id": "RegionOne"}], "type": "identity", "id": "4bb03fcd3bbc495aae92bad4bd078259", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "94a467ea114346f5b1a51dce26aa643b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3b7dd299845f436f940d9fcf104a5830", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "cb5dbe514a26456b83b6b6841fbb6d60", "region_id": "RegionOne"}], "type": "compute", "id": "9ac6556a1f0c4b40b2f1d06d7426ed1f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "0f50ec7ad9b5457fa06fc3c5dacc053c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ab92b296a12d4614b15cb5ea69f27037", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "038fb181f7e8490698d0102ac9b3925a", "region_id": "RegionOne"}], "type": "image", "id": "aa766feb8377442ea395ae9e9a7c97be", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fd1842f179b6450ba9673ce7101e811b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9ea7c8f57ce248f78d8ef8946cf972fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0360533f1ce6459eb2dfb5ff541ec48e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "3b943998671d42e7a2e0b1c116c39e8c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88aaa02454824706b0df0bfe6daf703b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d1a8b72976846d88c4c0b3ac13c3c99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f41d65f3aaa7492ebfe94d899ebe4bf3", "region_id": "RegionOne"}], "type": "object-store", "id": "d2c0424a1d13409da3079ec064eaa66a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c0225e17a3a84a5baee84c741f0b729d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a340ad4529814a08a062106f2a283a0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b2422d10aafc41deb76c5d7bdcbc9793", "region_id": "RegionOne"}], "type": "clustering", "id": "d094c5f4143b497c98805b233342a999", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4f48257a00f345e4abcdbe13035feae7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8b642b9407a749d4b2cda2783c6deafa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "86572c470ae34a8daf731708f207fdff", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "aa51ad6ce7524a85b89549004c678cbf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b861c1a2f2484cb8a1fbbc9e8fd30110", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1ee4f775f0e74b92acad2d4a82e157d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dda2394515004ec29ea6ad6d2218d371", "region_id": "RegionOne"}], "type": "cluster", "id": "b71bd5d264ae4394b5a0ee3774768436", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6d25c70e248b4812ad7e380ee7d14a0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4850a65f36b042f8ab05fc8f3d318d72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2964664d96f2420faf313dd332816e13", "region_id": "RegionOne"}], "type": "data-processing", "id": "9474c1e553d34f3eabb0134ff2e83bac", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "944b68eacfa24fc8b1a84d238789fa5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9f014f715eea43a0a118315dc20b1b52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "03b2b94699a24a588aa72365b7d3f941", "region_id": "RegionOne"}], "type": "baremetal", "id": "2f77181db0a549a0916b40a67139b513", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5ce476210d2e4ae0aa19f7ed6ca56fe4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5b0086e9cecd405296951e378a1bdb2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7cbccfeadb484179855f799bdcc45d41", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b04ebeb968424786a26ee60008f9e443", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6de4f8b2199c47f2b613deccfe7143bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "afd2cf89a24f4de8a1f6d748a792817f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c70ba604ab5e437d88849d4277a3627e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7246fee9144a40858253c3bcb610a518", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "28f7641d542e4a9487d43c59b2649cbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5ce649bc5b084beb91b346de8002196d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "83ba48507c394644ba963048b9c6b08a", "region_id": "RegionOne"}], "type": "key-manager", "id": "957446cf5c784c3faf79027f01d7d835", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e0c87cb30b7a421b919d891f6cd5953e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "936f752294a4408eac3adc0bd8b9fd54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ff9d368b48a64ec491ade529c884192e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "71bf1113b2c84a2d856c97c2dd8403ff", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f229a13795fb43e8a559bee87a1b3538", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7e30ce18000d4c14ade3ad047afc1fc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "688f6459fc2c486da62c2ab78cfa271f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4d94aa94c3f5437297447e3a5bedb4f6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "74582722b84943a0943bbf88f4dbe984", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "aefd5acd514541e8842328df89b85b77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "be72b61c01bf448a908269bb03659fe6", "region_id": "RegionOne"}], "type": "message", "id": "7f0400ff5c1248a3a6ac2bd22a5b42a8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "adfede58b81b4a35842b5b897ef81478", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "204891c2dcba401a846bc72e6f8e71cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3f8435344e5c4dbeb9d1cf944e6fc7fd", "region_id": "RegionOne"}], "type": "messaging", "id": "53074315a09642c8b4f7127d9056670b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1409f7e2bf9b45c691184fb5953176ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d1ced947cfd246c380f2845087951ddf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "095cee6082f948dda1f0d461f2ac6a43", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2aa83ce91f0a4a9680b0f8291c58e0c8", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "23a0265fd4a54a0b90f8c78e237971e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "887edfb283654cd7a07dbd87019e28f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b84ee083e5864115adccd46686d1d434", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ee081cfc5a004eee9798b3c4df298b29", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "58ba6e834a10448ab465f552c4811712", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8bf0371a63744cef8941bc06cc4f47f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9b97002265f744cf94f045b8ba4d873b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "94d81f5186cc47f8a420eee76ff64c29", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "105d04dd380449cbae2be5c0ca2faca1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "05c1b642edac4a8bbdbcb806df1ac9f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2c10f73aaf0847ddaa4028cfe0f094e1", "region_id": "RegionOne"}], "type": "container-infra", "id": "e9a6711d7db54688a53af2ed81c5e016", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b8071b483dad4733a6015475d7c27a98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8437155db4db480cb4e607e8654561c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a4543e9296274d19a60f119fa2542fa8", "region_id": "RegionOne"}], "type": "search", "id": "ec764efabdbc4cad99a49d4b66ae3e31", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c0cd4830f64b4166b9394e961ffdfe16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a31ff05955ca41be94861414210534f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "34308a6d0a034917bff6e1e664bb6533", "region_id": "RegionOne"}], "type": "dns", "id": "01e3ef32c9fc4a12a814db68cce22963", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f412748593ba4ae7a04834a37c2148dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2be7ab464ea94732b4d8a8403844d081", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "355674577e7548fa916d6dc20cf418a1", "region_id": "RegionOne"}], "type": "workflow", "id": "8547e717a5a4401bbddb86523e9c2366", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f05c1db80f1b434297e95b4b163f79f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c17ffae52ebc4e318e390516b7388f0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d171565788674d40b655e231f716fdff", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8f910b1b01d64ab8a354879aec75b98f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "c54fee4b804c4a48b142d27432ec59a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "900febc04f4b4dd5a7b93cbbb4fd3ce4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1768f4ca27554487a6d17c020195f37f", "region_id": "RegionOne"}], "type": "rating", "id": "91662b5cbeb74c02a5db53299eaf8ad0", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7211ce337ad5433f8ca1ddcf746bd578", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5be03bcffcf74401bc4698e61fd9f665", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "83bfc07ba58246bcab4a5ede3ea3d2df", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0e345071c161497780d48fa5cb1b9d7e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "68bf871520b84fb8912408a25a055c42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f04a08b95c90488785a393195394741f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "32ada79fe9ed443786e0e628095e149f", "region_id": "RegionOne"}], "type": "policy", "id": "298b52e7903343f79f5a863d47803c2f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "13924262884c4f279e136c9447f4175a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "abfd3dd497cc4040abc9448c57a33f28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a5769b3a3e054547a5eb87dd1128a838", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ef0e87c151274b9e94c5575fb89bccc2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aa462a0ef3d94b95887bb2bf00bf5880", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aeebd26966b64ab4ac59deccd067f372", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0b946ba6da954488861aedff50bfb3a8", "region_id": "RegionOne"}], "type": "sharev2", "id": "287f7b5b41434f40a34eabecbad679f7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "227d002c55e440328ddc4780ebaaa2ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6969e97c0f5b47e48641b4ca80671a44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "75b578837ca8407cab280e538ea7d7e5", "region_id": "RegionOne"}], "type": "share", "id": "4c08ae50018543a9ac8e57c5fd48dccd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1c2ad83100a541daa36433449477553b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "29c5e63a349c45d7bb75e61bae224c27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "65350ed46e4048f096aba11d0b5c4a51", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "05ba43e1a11e4346beaf76f3c8a7a6d9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5fd53f417454bac9a55ebe07ac4af66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "238b21c0c96b4df6b85fdb371723207f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53e70cdaeefa4bd9902e746c026d80be", "region_id": "RegionOne"}], "type": "orchestration", "id": "2c902a3820294d22ba5566460d8a4d86", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5985cb39b4dd43f08609629870373b57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb2e682d2e3b45c1ac624576c7180de6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e2342bb0072412a81ed7d6ee4a09cdd", "region_id": "RegionOne"}], "type": "block-storage", "id": "84ca19ad27684e549175a8989cd87285", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2138042c48d4f1bb7ea349b5949dde8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fedadf10baa84219b62c4787a360e39a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "485cbb1acc614ee8a0ecf04ae445733c", "region_id": "RegionOne"}], "type": "volumev3", "id": "7fe395356d574bc195d978315efca8ea", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "910c0195029548a1a1297be91b274fd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca0fb4c975e044f49496ceb0bcd25a96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "077430e69e2d4f7ea0c1ef7c9e3e852b", "region_id": "RegionOne"}], "type": "volumev2", "id": "0321c8478dca4d718990e65d0f30afca", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46ea7d233f934bd4a232bd29cd768867", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11b9d10c2714436db427c5d15edae71a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c91e8c4cfed4b6484e00b6ab351987c", "region_id": "RegionOne"}], "type": "volume", "id": "a1770abce92048c98780f890776b0f83", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fc0ab4979fc4dc799cbf72e57526143", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a9a82a4d7da4cad8403ee64fabd867b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56555d21ad1043b19474993ae39a288d", "region_id": "RegionOne"}], "type": "block-store", "id": "b39d61cf5df143a389eb0280d4d878fd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "25b856ce1e114d95b90aab60225c6c73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ab7447ef2ed547b9a88c8335bacfeccd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c578556cb12c4be4b1fa223319cbee9c", "region_id": "RegionOne"}], "type": "alarm", "id": "e2ced605746e435e90a0388546acda88", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6524004162574002a4319ea5f0681c48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7bc0238746534d89b638b5f1a8cd48b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "79aec7913d044ae891694a0910736451", "region_id": "RegionOne"}], "type": "alarming", "id": "2ccc1c5da44a4741bc6f01c17372e779", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0ea384636fdc415c9496701cdb1d358e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d26694fef00c4fb294dfb09ab48cc9f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f90be71c69854fa983470f736e380eb4", "region_id": "RegionOne"}], "type": "meter", "id": "8111662fe64d48dbbbf342b1a1e8cd2b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c00871606dcc4b9ebcda6f68d920cea0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "41ad072cad144f869141974967778ac7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f12c18bd9c4e48b0becf29203cafb260", "region_id": "RegionOne"}], "type": "metering", "id": "b0d6c11a726d442e89da84bb71f72f87", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4cb09769bfe44b06b92a838b7e60076f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a96894b2bf9d4291b485483fb150e725", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b6c4f486759c443a8721e7d4f70c21e8", "region_id": "RegionOne"}], "type": "telemetry", "id": "12ef4887ac0d4f98ba6b55cbbd453bab", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e92cd47139de40e9b228579530436563", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7825a0e5d49047c78da8bc467ca5e404", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ab93414fd7dc4d858fce0658186881c6", "region_id": "RegionOne"}], "type": "event", "id": "2982ce1ee7ab4fdc9bdf1d077ba53cca", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "12f0bb8d596e4b78a806b7fb00f61b5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "65a21133fa7641d4b2768c6aab357889", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "701293e284ef4f89b7db32e66549eafd", "region_id": "RegionOne"}], "type": "events", "id": "640d9649511948d884eefd77de255faf", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fae80c6e7f9b4c6494919dffc3070dfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1b82d0d868af4ab29d5b857d0bc2f30b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c3228da3b99b4fd1aef41252b32b5333", "region_id": "RegionOne"}], "type": "application-deployment", "id": "53c9eacb9393417d9e7415ff83f5cb8c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e64fd53047ac41d39a23440839aea0dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "19b6392f572f47ce8494540aea03d135", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9ad009473e24452c90bc658c73105da2", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ca11d0dedf3f4f89bbeff80fc55a4077", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6cf8a9698fa34f3e9313a94094fe6385", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "287d9aa5b46d488199f342d1783d50e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "db11b92116c0461da390c1df550757b6", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "544d7f850d0c414f854e356046adabf8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1e042d94b1194c0ab274f7d5290b5d52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b67e6aa622094dbd85848c14f37746bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2434c2449d614d70bc5f12ecb3cd15d5", "region_id": "RegionOne"}], "type": "tricircle", "id": "98b4cf34d5364ae48759794afbba0195", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5a4f66e2ea79411ca2221395c963a3c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7f88142400b0475ebd0e1bf821bb77a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ddb59f2081d04246b03f43fa0e8262d3", "region_id": "RegionOne"}], "type": "database", "id": "e1336c7362c14131a6939fca5856589d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b166b62b3d9a429e903533a82f40c4d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a64ff6bd300b4b8dac0096a6bb9c0502", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9a525f295e7d4abcbdf4857bcc329ede", "region_id": "RegionOne"}], "type": "application-container", "id": "47890d6fc6fd4e27b63192ec46441409", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ce8f7c5990aa4a0c8969965de63b8793", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "df79157f97b24b30895331e901261258", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0592091b733a4524a6c89bed5001b260", "region_id": "RegionOne"}], "type": "container", "id": "5e0edf5835f84beea93a585e0779a3fb", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b6f04f4f761241b0bdc4fa71875cafc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8705783133154ffa8d81fe0d514e1bc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9888b2502ce34b76abde6401c98fedda", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ae4db28e283c494ea81e5e8d682c7121", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "30c208edd493405e94b2d43a41b5d695", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9a1cd0113cb7424987757bf2bc0c1d85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ff7752d7ea5f495387db690f6078d8e0", "region_id": "RegionOne"}], "type": "rca", "id": "9bd251af239147c1bce448d55a37a2f9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "920c2c1877424f1cb5fc520579d42509", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "73eeee04775049edb4b4f612b6fe1811", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a40abcec5982492dabc26cc3ac92a6ef", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c1f9145f97bb4982a3ecd3dd86091b02", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "22cd306654e44d2288fc51fb5d4615ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c4d4f3a9b2dd4e1897a63d9dfc5b05b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "927ae768b3d044b2b187534f8151a727", "region_id": "RegionOne"}], "type": "network", "id": "030d66ebfa604cf6a7649472933277ec", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5b9088ecfba84471a3104c42f1a9cf66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a8fbad1051814d149b7d2e44b23ba249", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e2985b49a39343879516512c3a577049", "region_id": "RegionOne"}], "type": "backup", "id": "a588bb01f5314d74bef3c64e9b914bee", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "565988462bc843978108e019954361ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c694f44984b046b3b67cb4763c4f4d3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "899d9723dc3e4b82806aed8a8cefd237", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "94549e2d620243239de0dbb380ac9e1a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0de706e886b44436b53b0fb6e5e3eabc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3da1f4298fe941a9a7cbeb7cd86a98de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4ef512a7ce1c42d6ac87504d54198d45", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9366ea56cd1a4f8b9eb512d7f3b37068", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2b634ee8143b4ff28dc0556615161721", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9eb890a48423404e82aba7522a6678e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a57b7caa865b4291a8c5269571d5bc94", "region_id": "RegionOne"}], "type": "monitoring", "id": "4527f94e581d496b912bcb5e8bcad7cb", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "450e60d9d8454223a6d43f2cc97878d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "546ab1ca8a66440bba7bfe09d8584852", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d5c35f5d1f054432aef35c62b583b1c1", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2f10e862d01d4148b7cede01fd112f52", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "63ddf164267841ffa4a355711d23e949", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2c3fc4a4322e44cfaa508e7b494342e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4c524298ea5d4a1390328a20d9465c43", "region_id": "RegionOne"}], "type": "placement", "id": "8261ec9a38c94bec937e3f478bd1500e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5662e402535d40e792a6079e7200b455", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "03f1313820ff4ec88d08ea1472815bdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1b95fde9f35b460d824ea928bf60a82c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1cf72eca6d7b4662834ab9cba74633d3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "938d3cf60bc64e54a3adc9d81d9ec3b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0004b7ba79b84aa489792d3e8ecca960", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "308c37f2712e4863bd6df801f4727846", "region_id": "RegionOne"}], "type": "ha", "id": "63d315df87e4475484d5ed982131797f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "be1170d71d524f69bf7ccdba7b108405", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e20531f939bd4842bb8c7edb8a1d3c3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3c903d4273f44645b3e969951c28965a", "region_id": "RegionOne"}], "type": "reservation", "id": "b5c04c0d71f3484d97096c1c7ebcc028", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8d4854fc20734702a32eb9703adde829", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "25df668929454c2eb4e57c358da578aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "640f023d31474e2a974979d1ada3f239", "region_id": "RegionOne"}], "type": "function-engine", "id": "a76c855bd1354a3e8a9f31eb7bd0b2ea", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3524e78221df41a8b28218baa6ea3be4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "53d08d637d854d349c558281490472c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "aa6df533d8434632be131abff7a9e3f8", "region_id": "RegionOne"}], "type": "accelerator", "id": "e6824ddbbe0b45d6b99bd693e813e93e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "acf92fca5de24ec7885469c16578553f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ab4e5577feee4f7fa2664c3f29f028ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "10c78eb095a443ffab9b9f6054ff36a8", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a06a718ef45f40c3971b3b4452ac9e23", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dac05f843b5c48dfbd4ca69d188b9326", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3054ac7fc25f4ec9bfcfbb85571b9f8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a61c6b10d59e4b4e9d7af75415777c12", "region_id": "RegionOne"}], "type": "registration", "id": "bfe41218c2d94b66ae576d47b8d54ab6", "name": "adjutant"}], "user": {"domain": {"id": "7c8dcd87d9eb49ff95c6cf96ac6a5e5d", "name": "019f2e9e8bd945a7bfe0ffbbf0d818ff"}, "id": "89a96845e2ac4e8494bf79ef32259c62", "name": "8ad24d42bfbf4db4a540d8a631274173"}, "audit_ids": ["87e67a89c190420aa9feaea1956c91ac", null], "issued_at": "2019-09-19T09:04:37.519892"}} 2019-09-19 09:06:37,641 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,645 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,646 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:37,751 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/582e2098-cfc3-47f5-aa0a-1a2d370110d5 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,753 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,754 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "instance_info": null, "uuid": "582e2098-cfc3-47f5-aa0a-1a2d370110d5"} 2019-09-19 09:06:37,767 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/582e2098-cfc3-47f5-aa0a-1a2d370110d5/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"target": "inspect"}' 2019-09-19 09:06:37,769 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,785 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/582e2098-cfc3-47f5-aa0a-1a2d370110d5 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,787 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,788 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "inspecting", "reservation": null, "properties": null, "uuid": "582e2098-cfc3-47f5-aa0a-1a2d370110d5"} 2019-09-19 09:06:37,790 openstack.baremetal Still waiting for node 582e2098-cfc3-47f5-aa0a-1a2d370110d5 to reach state "manageable", the current state is "inspecting" 2019-09-19 09:06:37,791 openstack.iterate_timeout Waiting 2.0 seconds 2019-09-19 09:06:37,807 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/582e2098-cfc3-47f5-aa0a-1a2d370110d5 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,809 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,810 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "inspecting", "reservation": null, "properties": null, "uuid": "582e2098-cfc3-47f5-aa0a-1a2d370110d5"} 2019-09-19 09:06:37,812 openstack.baremetal Still waiting for node 582e2098-cfc3-47f5-aa0a-1a2d370110d5 to reach state "manageable", the current state is "inspecting" 2019-09-19 09:06:37,813 openstack.iterate_timeout Waiting 2.0 seconds 2019-09-19 09:06:37,829 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/582e2098-cfc3-47f5-aa0a-1a2d370110d5 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,831 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,831 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "instance_info": null, "uuid": "582e2098-cfc3-47f5-aa0a-1a2d370110d5"} {21} openstack.tests.unit.cloud.test_availability_zones.TestAvailabilityZoneNames.test_list_availability_zone_names [0.192636s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,656 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,731 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,732 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,733 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,739 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.588606+00:00", "project": {"domain": {"id": "ab7327b3bd4a4f49bc71350969d48c87", "name": "b0fc1b436f6745d0b45fb07db11c7c0c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "5a6841f1c14e455bbb88a9d592e15899"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "749ec70c86704eccb386998d9c29dbc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "79d3c7355dcf4334983ab58ce30e2458", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1be886a034e24e25931618a1c1a063cb", "region_id": "RegionOne"}], "type": "identity", "id": "0eb1dfc6e3634493b4f8c5e5fc0206d7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "68db1d3732b1447e85d4767a7fa23f47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e57d103c350c49e987fcd45a623c139d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "71233f2acde9490988833740c3914ae1", "region_id": "RegionOne"}], "type": "compute", "id": "d4bdf3b36ab24829a8590d7de9b846b9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f4f887d39b8e457c9249e1c1975f9e43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "647b665e2d45424bb21d1edb4cef001c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "31f7952f21d34a7ba922252e3aa2a78b", "region_id": "RegionOne"}], "type": "image", "id": "0b09d44ee3e942c99caa3196e610fe3a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0c022a1906bb4c59a540b8e9f161cd01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "43e1bcc3315f447a9579d8cef4f7cd8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "901038a002d8470b8b572f52a4b63333", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a686877f9b3447369bbad7ac4ed8c4be", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f89a2af9bbb481799f4080af8796c57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85133c22ba3547578e9742ac9d1ad388", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6dedbdd3f7614c02a4a0c3d7fdb27a6d", "region_id": "RegionOne"}], "type": "object-store", "id": "b9dd1b7ba3044b668d11538e092e4ff7", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f9b905a5af2d4c30aa7a28246cfd9cf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "06cf63adf35242f086e5e92a8cf5931e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e4d5f7bc15da4ef196e0e3c928a8b416", "region_id": "RegionOne"}], "type": "clustering", "id": "f7413866cda2440e8c29ee9cd8dc3d7e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c9bdcf48f8dd4b88b3a9f30b3fddfc60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f7088e20e68e47d69e6b6c73c0a7e1a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4a9c288c0e65497abfd97ec9675d8347", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c24b37e222504cd4a72cada78e32a4d0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4a41a4a7951f4723a57b33554092443e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9de5464e6180472dbd5a6876e8c1e95d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "44bb7e6e12ff4a878e78fe3ff1405ed8", "region_id": "RegionOne"}], "type": "cluster", "id": "5f483bfa272e4ca4978275476dcfb34b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "dcd652d2d5a6466e8f313f4b924efbc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0a76f9fdd9344595a59a4fed07cd9844", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1dc3a0aaac0549f1af90b6183db4d5b0", "region_id": "RegionOne"}], "type": "data-processing", "id": "038e18b643ed4156925da1f5f3edcb92", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fc8938bbaec34598a53d6183b320d427", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0bac226ab533483a9dac709a54c6cada", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "50f33074d1584da2b66f2073a0165ba8", "region_id": "RegionOne"}], "type": "baremetal", "id": "d7f2359afa2e48519b98a0ab051be25a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3dde2d91bc05426b9b60d56d89284c0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "27a34059e22249c382782288eedd93c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "aed904f36ca643dca250f789098765e3", "region_id": "RegionOne"}], "type": "bare-metal", "id": "65dcb92f06bc49d1ae985d892ff89594", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cb63b395c3c74c9aa582eb9950c6e0ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "85d2b3425e7748f2ac4fc633c738d636", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "16e8bf3415734515ae47a22311eae2a1", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "dd65719d7f124d9aaefd7d2712e461dc", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a42f9df898e440cb939c5a6718bb1324", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "12a91715dfbb48cabfbb7c8b9af2646e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "871b4e172beb43219a17c5d72ab38366", "region_id": "RegionOne"}], "type": "key-manager", "id": "bc1f287e7b56497db34b79800238a058", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ca791b3d4a784953a832d9f328ddd8a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "258e76fd025e4875a47072b7ecbd61de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "68b8f2f976554704a5aff35d7fa2ae91", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "7ed2430e7a1d4707bb94a4ad631592d8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "af9808e668394c8185173dc505e64494", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d4dfdfdcf32d437b88cd5a1babad8162", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5812f0b98f704df58de4253a0330cf69", "region_id": "RegionOne"}], "type": "infra-optim", "id": "7582917e66104de2adcb92358cbf43b3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "59d4a75cdc4a41f7854ac1caf6db8ec1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e8e16f52a5244ccfb5f8ba142bfc70bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e75d7422a81f47b8ab8063d7d621ffb2", "region_id": "RegionOne"}], "type": "message", "id": "0aadbf4ef21c406cb4daf3facd9dc0cf", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ee0d05c6b30944c4b553001577fcb067", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "92817d3f3e5544c4a3407cf7968adcbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "68c9a43a9e35414fa9912b58a67faa6e", "region_id": "RegionOne"}], "type": "messaging", "id": "782aa172ee7848a789ff76297657eb8d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8fc9bb7f60ed44f68513caef571ab471", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e46401d2b85f499082a58089e116dd2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9e0b4d68597b49f08408ad0af5ce7e36", "region_id": "RegionOne"}], "type": "application-catalog", "id": "cf96ccbc06454f61b2198a5b18a94087", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e702ab9584bc4ea1976e7448eeeb3cb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1bb52449d6f141f581c61cb3abbd5c98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "64ea505f948a454d8dca0f1f27f333ef", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b63dc950c3064467aa48c565470136c8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e614abfa2a834e6f997c49bffb0e209b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "edfd638d3f074e518ba9a41eb9d802d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "266df51310214c12a05232aaa71ed1c5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ad383eba2350434ab3b015bab974434a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "21dbcf676a2946b4b7fabd7d6e3098a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "271824431ac14e70859430fde5348392", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0d0f641b2b30456b939852ec8c46c0c1", "region_id": "RegionOne"}], "type": "container-infra", "id": "86b145fdb44b457784037a78930288c1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c31588d4b9784a018590bf8e0508ac5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b44e521031ce4500b5897740746e7485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "702199781fa549148aeaec9662c25c01", "region_id": "RegionOne"}], "type": "search", "id": "ebcf28379ffa464689a542d98ea0afe0", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "8a4deddaad304b979557bc743c9d2d00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4fd80f02d08b43429194f0b2398e8542", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d813cfbf5f1641c0817a0292164be256", "region_id": "RegionOne"}], "type": "dns", "id": "1e01b52c1d1641d897dc8ed9024ec843", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9662441d0e254c40b90366f129d07759", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a11359889eb64c0eb666ea28b7cf6717", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8755c22728bd4c1bb872dd3f90d4796e", "region_id": "RegionOne"}], "type": "workflow", "id": "a0a4776876774c99b79da1b4ae21cdb6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a3f4afd91346499abf0a47de92b581a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eac36b72b278433db21268b22ecbb38a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "649e31a43a0e48f6adbadd3a31b42b37", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4b7fdc9ec4f34a349e568fb0543bfa60", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8a323411b7054617a9ce61b90eb14aa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "deae0f6c4e234181899639c314359ff2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "848172ed35a84609af9de21f46613a88", "region_id": "RegionOne"}], "type": "rating", "id": "d898a15286914594b426a70f0069e189", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "264032796f904c339f7dbe7acd3d88f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d487ee65722d47deaa1e70991a6aac16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d9bbad570688449a8e5b3bbaedf461ac", "region_id": "RegionOne"}], "type": "operator-policy", "id": "b3897534c3cc4c75b20880d0c53b17bf", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0ae7ddcd6e9448baa1efc04879f5cb57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "073c92ab6268455e922ba3d43f8e2ec1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3f0e1878c23d43f988f25d098443bcd2", "region_id": "RegionOne"}], "type": "policy", "id": "774466abbd2a4d3eb4bcf1a12a1b0391", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b4b82fab779348afbbb2e1764b2ff3c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a9c7c59a2c55445f930848d2dc421722", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b6f50149ab074995b3e16948c18a18a0", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2c7d34a80b1f41bebd983539a41851c9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "20560ba5a10e49218cc4e40ec54b69c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "92f535112bbd4012864388d6994642ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "72d2281ed7674ce7a5ea5fc4edba0473", "region_id": "RegionOne"}], "type": "sharev2", "id": "a295c5ef665c45fdb0eab0c414787a59", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "324516cb31b64a73b3e009ad82e4d334", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c7b5212135fd4926b671412debf9dbb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8db699c8c8894de288be23310b283bac", "region_id": "RegionOne"}], "type": "share", "id": "337aa371f0034e9989effc2d5743cdb8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c065a182738146e6914597892972964b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bb144f270c1d4e03a70fa7eac6417241", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e23996e9c4154d93ba9ff0268f0007c9", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "afbb5a7ae8cd4938a6182ccce961c7f7", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "167930aa450941399eb8beed0bfc3d8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "974fd858f61c4de8bcb10205816bbf5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e09513625e8469f82698fcd2a801c81", "region_id": "RegionOne"}], "type": "orchestration", "id": "c48757b6e75e43fbb35bbfe350b16fa8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bae56f7e27994fbb91884a89990a1106", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64bc5671095e4b07a5420f61e72a17de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e9c63ffa43a4740b63c7cc08048c7a6", "region_id": "RegionOne"}], "type": "block-storage", "id": "f5049df921ba4a569538afca7d6284b6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "785033ef8f334611bc97a98fd22cd276", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70e7ad9e4074403caa121c994fd91a33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2512d3b3f684d0098ef0e211bc1f744", "region_id": "RegionOne"}], "type": "volumev3", "id": "fb45faf548d94b019b53ad7df3a8c3f6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4b855e99afd40e392cea9ee11f66099", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "454bb945f2e44c279dc218800bcd8b5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a8ff537b00148e5b93a6b586975e2d3", "region_id": "RegionOne"}], "type": "volumev2", "id": "ac73191055b34f168b6ef7b6eb67d567", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7f29bb28d664d60a0b886c05e603446", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c60fd6e414984345a79e1e4c0d61028f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d6bced28ce749e2a1be224058197b2a", "region_id": "RegionOne"}], "type": "volume", "id": "951d08e9e8704079a63bc6f510b2b067", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db3e63bbc82e463f871eddb853f8adce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2da286df736f4f71b8b6e1927b1d5928", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae0746ed49e340eabcc2aa5178a79ebc", "region_id": "RegionOne"}], "type": "block-store", "id": "bb3e3c35d10c47f4931e8329aa585dcd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "048a72348f264347b23b7f974fe60738", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f995dd3460c2482b8366069c1911b1e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8998f75f35fb46e887d9fddb3eaac6e1", "region_id": "RegionOne"}], "type": "alarm", "id": "b4cc121be8d7427bbaeb4045c0612df4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "aca76f8ed3b34dc7aade5d6d63775431", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1526a3c6c27c4d858cda375ff0493e3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "dd51b5e31512481186c5d3e2b70805a7", "region_id": "RegionOne"}], "type": "alarming", "id": "a428ea83a2864408b27b04660227a7a4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9ae9d06a078d439ea13a7b74db337387", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4919363bcd2d4571b466cd5380063f1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cda7ac1b393740658a824f2a905dd6c3", "region_id": "RegionOne"}], "type": "meter", "id": "59399815f8d74aa4b6fff00a1e6c06a7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dbf4036738b641e0a681ef977f1f5871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "990addea7d2b42c9be15a60bcfe3c8ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ac7c22411c2d4644bb0e07a4be0b37bc", "region_id": "RegionOne"}], "type": "metering", "id": "46ab85e3f28a448a8bda67caa7bc4451", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "814635187e754c3c9808ebcb414c6e10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5fbddc6bad764fde9343ce95a1f953df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "95146a46f6d449f6a0a4e5997794f407", "region_id": "RegionOne"}], "type": "telemetry", "id": "2e79253402a545a08f213bab3406db6b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ab58a7833e674adca6c98fecb69b9268", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d3205a754e2c4b91a520e382d1b6aa9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f4f3f293c1f54daeb3157fcf62d79ec3", "region_id": "RegionOne"}], "type": "event", "id": "9bd83ff9de3d4d65a412074990854f5d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a60c51548cf64e468924130c055deca6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e6087f93930a4addafa75fb0e6457f8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f35c4f69cdd84de3b86890ecfa09baf6", "region_id": "RegionOne"}], "type": "events", "id": "cfb9d687d168474db95eb3fcd7ea6f39", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e003c93579cd488e930d5460202a1146", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0d26f6791be7437ab35974c11c2eefb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fb9b2ea8fd934498b67f2402874a5ee8", "region_id": "RegionOne"}], "type": "application-deployment", "id": "311ca3cdd78f4cb1965ea983f0b12e82", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "02986417da904d9aa2c8d648fc4e62cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a97e3762922a45b2bcf2ac7a84cb9bdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f6c47901b7f64aca8136bdda8b913c18", "region_id": "RegionOne"}], "type": "application_deployment", "id": "cd8e6e085f5e4b2c8932764a2fc23c2c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "82fc0874a8564067aa864be2e7ef34b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f9e40eb8c8b340d2bd23469e735706b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "033932407ff74d03aafcef5c6fcf4869", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "66d8d58d2929489583299a61285d664b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f4872199c8e6440198a65d07a9f80f97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ee565f9ccb2547a4b2bbcfcbd3d7af23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e46158d0b5bc49509da0bf674e35efe4", "region_id": "RegionOne"}], "type": "tricircle", "id": "626f0e36d8b142389e8f9e04ba1a79a1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "48b194ed7c384e2086dbd28ffbc48cbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5789896bf2554d4fbaa33c3293e80090", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "721fab912a124471b56758b6b3653f27", "region_id": "RegionOne"}], "type": "database", "id": "96dea61beaad487aaf5c17124cf15631", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "43de91c80a7e4a6c8ecdd75aca3758fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cfe0718fceb74147b2a40d20dbe385bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8aa3ff7fdf3d4d8d8e9394a2244ad0bf", "region_id": "RegionOne"}], "type": "application-container", "id": "6effff1747ef4d5a99975249b02ba857", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6c5bf480f78f47068e0456a13219c930", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8141d7505cd944839d4139c0db73363d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "67187fb6b4474fb9894bf4588773d4ed", "region_id": "RegionOne"}], "type": "container", "id": "bba03ae517984c83bb3d0b51aac1d685", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "66b2d04daf3a487ba3659e9595a0b041", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "438d7b1a4d86459da0547c367545995b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1b6e62764127420c88282b41147ff56f", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "33b7239a30dd4b0aad571d28c0e0fd42", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "acfe3cdedd344855bebf4ae9b674defb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b7d3fbd3d941481ebb1e05fac913d64a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f2388a1bb0ce4c0db3d5fc3f91c133af", "region_id": "RegionOne"}], "type": "rca", "id": "93c1aae051ee4f3eb32ea255d1c165c5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9a2dc7ea4cf24fbdb1de94002124468e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "eaa91f7794a045d49cb49e8d87a41324", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a637bb56c5194a549a67807ec2ee98b2", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3123a76bfdd241c998b0af0e578464a8", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "13958f3d884e400ead666fb8b402dd90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "903fdeb124744ab7b9e48f3e1afeb727", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "44a1c80da53647dd8ed1b6fe0948a901", "region_id": "RegionOne"}], "type": "network", "id": "a454a91e7a6c452fb4b2e332918cf8b4", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9f0375c07d5445ae80b3df5d4df0e7b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ae6b9a245e13491c996982d7b4220e7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b998046755bb48dfb239d541ca34cc0b", "region_id": "RegionOne"}], "type": "backup", "id": "94fe1db82c54455da72410d4fb7e6785", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ca3083d149fe4c769bac7a8648daf2bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d77de3b2492c452fa1868b81dbaeae47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5a3eb0bcbbb149b29367553d8e3b4836", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "817fb89947094e0fa4736c063746972c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "879b9d7df4894842899512d133bb200f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "282340869a5c4ad29cbcf7e51191f49b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6c3e29837b76426e9e321dc276dc86c9", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b303889ad6a74741ad67bbf629d57ee9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ad9e8c9e1f56461bb0b7259cf67fb6f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4f12cdae5a8740f68f2a746c2b22a4fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "609d39d4e5114a64b62b02241e484aec", "region_id": "RegionOne"}], "type": "monitoring", "id": "afb83c0e4df34859a52b2816dcba1946", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ae63710db7fa417b8faa8adc99d9f08b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c78fda26640e419f9a482c0bdb33a6c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c0e9ee5bb58843dcb67c06b793ff4ecb", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d0b81eb619f24d8f9df5cb419d03367c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6ec73565a0be4279a7d751e75ec87a98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6be2b4afbcfa4c2e988ef6834af13eab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "cdd6f7a1c63a4ae4a00640a7ab4232af", "region_id": "RegionOne"}], "type": "placement", "id": "695526ecee7845a0b6b1c92d30e3ea8f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7f816eac8238402c8755e462bec26e0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2cc2bff191914b5c8e11a46f7ee16f1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f84e7ba9b04b4267953c87daeb5353ee", "region_id": "RegionOne"}], "type": "instance-ha", "id": "094ce053431545d28a7ffc664a71b4de", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c24d4364d1264ef1a9b9191ca16e17ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5d65008a9ceb480f80f174f55385fdbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "00a3fa39201e4506a3856b2b0f440d12", "region_id": "RegionOne"}], "type": "ha", "id": "6f947b429a8b4ca9b618baab3a2c9989", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "03704fe4534b4bf5ae5aa5c4dff16306", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "382a921cc5034d80a1c4e7bc3c236cd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "2d6e5a7cac5e4fe3a048fe5ee83baaa1", "region_id": "RegionOne"}], "type": "reservation", "id": "726d92ec88314dfd9b8b1df0955f08dc", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3097937e74f140d4a9e368314a6bbea4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fa07983c6cf14b0b93e1898c3105e975", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "515c0ea44ae449aba1a15ea61a7f7f8e", "region_id": "RegionOne"}], "type": "function-engine", "id": "3c5cd881ac8f4db08a404d3c71240a24", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9fdd8053dc61414696747bb43e3a6f30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6ec7b00a182f45ed886ea87a203b02fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "444eb8a2fe154ea4b10f9c5c15056013", "region_id": "RegionOne"}], "type": "accelerator", "id": "0bef8faca1b44df38255cd2bbd86c538", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "723f057785664b2bb654de553256c508", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "64742cc2f2e74712ad0e970d41da5017", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4865623d6af8417d8b77ba9cd0f2beb3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "af191aac5637436db625f0b59137cbdc", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6ba9c6fe92ce43cfa6f1186998d12218", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "25a28ad2f61d4f97b5f0ebf6cc2b653a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e9498fc282674d6f83095e97bd8b53df", "region_id": "RegionOne"}], "type": "registration", "id": "700b04782ef04219b43e6327bd8d5532", "name": "adjutant"}], "user": {"domain": {"id": "0e5fa1cf5675428f801ddda7d054c4e5", "name": "83c3591b7e534a12ac1423ebea09ae88"}, "id": "a02dab44feb646e9883bb4ed655f2b29", "name": "1f1bbef57b434b8f940b1168d39dff7d"}, "audit_ids": ["43b2c28da696471ab382c18b40a20379", null], "issued_at": "2019-09-19T09:04:37.588606"}} 2019-09-19 09:06:37,772 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-availability-zone -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:37,774 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,775 keystoneauth.session RESP BODY: {"availabilityZoneInfo": [{"zoneState": {"available": true}, "hosts": null, "zoneName": "az1"}, {"zoneState": {"available": false}, "hosts": null, "zoneName": "nova"}]} {14} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_set_machine_power_off [0.151653s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,245 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,248 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,250 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,251 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,258 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.185302+00:00", "project": {"domain": {"id": "f4c5d68b926942aea5e875805f11e0ad", "name": "7526c1d4dfb74f1cb36129d9081b3cd2"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "86c76e21b5584e2e89aa6b9f15e08e4b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c1d27d1a337041c9951e1aaafb2679e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "49141dfd960f4ee0b4e4efbbb6d3e8e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "800128832693487494bccedfe1c46544", "region_id": "RegionOne"}], "type": "identity", "id": "d8e74ca167024515b1543ed12403cccf", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d0fbcc510d8f4edd8b472918d813f0f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9107a64571e948b79724f3097c06eb33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "460c36d9839343c5989accdba184ea13", "region_id": "RegionOne"}], "type": "compute", "id": "59c20902c44c47acbb5d7e7f41152404", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c580d60fc7f54c3f8272af9b91b87815", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b12ab6b3247a4e8ba462a623187f5459", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a71bc8450b4d4964b0b7a75391ee4b22", "region_id": "RegionOne"}], "type": "image", "id": "f99a710ff1724715986889c4d66dbf70", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9fe7d4e536d14a8988c6c416d1abd3ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "36ef2a6583914625ad4f4e3f4f8d8eda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0a5a814550ea491caecbf0732d07efb3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "699434a6f80344ff88c410472c811b8e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6afb3b75e8c3454d8ac4f785d94b5226", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a51d9fba18148b9b0dcce01811ae63f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ffe69fcbc1f4cc28d58c897e80aa3d4", "region_id": "RegionOne"}], "type": "object-store", "id": "ce24d0f287b14a19bece85f6b2879021", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "162ce88a24fb49f9bb5da60b818bd6b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dd124d476911411e9cb576a91bb704cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "158e7d83c64a401f81fda62a7bf2ab84", "region_id": "RegionOne"}], "type": "clustering", "id": "223ca7b27647457383c4b5c551595e6f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d8cba965b73944048628cad2e0015307", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ef316c489ef04992ab3f866818b49825", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ce7a29debaa146789ba37ce82ce3fe04", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b895822b8e2445699fc8750679500cf5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aeeb45b3960c408683b8083f7ba4f46f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2eefd24dec99485b842a0d9b7d089b94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "59acc581655a4ccfb9120ef02fe45323", "region_id": "RegionOne"}], "type": "cluster", "id": "f53717b6160547c9a82b4dffe47fafaf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bfbb80794c9d48edad4d4633e885f969", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8b77465649284c129161a838a004e34d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "82cfa13e87c74058a0cf345edc48b447", "region_id": "RegionOne"}], "type": "data-processing", "id": "08823209c1cf49c5a6fb8b68d28c4a71", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6f0f168cc7af47fba6b7c0b1b13432cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "da3b99d8b71f4d4683cb49a6f88cdb7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "46ced1538bdd4934b87c6cebf0729070", "region_id": "RegionOne"}], "type": "baremetal", "id": "b25f51115765441cb9f5bacb71f18f74", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ee073b018386468a9a085057b3fa2635", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "51dbd218afb24f94920d5289a8b027e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "993e933f8d0444c0b34905b2a6fbb46b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "12b5fe4843c54512b44f1d393fb97c47", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b9325e79291445e99a485c71c180466e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "78403670ee27488b89453a8cf47bb46b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "bf1b88c9ec9a4289abad5dea8f3dd12e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "93092b4fb62f4b758c96862144cce20b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7b8ecb3f38fe472f9965e9e36fae9a13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "124532c8d00a4567bc15145993870576", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4099bafaafce42e48d249552c6324883", "region_id": "RegionOne"}], "type": "key-manager", "id": "d0237a5d032c4ee98cccb9eca9f5f53e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9e74874065c1448ba6ab97614a5fd1d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "aaaac9c044544d7f9c6bd3ad980c9380", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "61fde6e9cd3f4173bd5e2eb6ab60cdef", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f1da873a1171494fa409c9a21c1ecba6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "427b000dbda54de8add93ae88a503b7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "52c1ad129b164864a56cb52ea9486322", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b8181e44796e4ed4a24f4bb27b0c6702", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e2d452ce66794e82885aedc55b1bc0d2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "081bf4afaa734dc9b1eba37acea7481d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6dc7c1897f6442f39012170f233c7a47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c590d7499ec241ac9952e4c67cbc0dd3", "region_id": "RegionOne"}], "type": "message", "id": "26fb0dc8ef36470ea6cf00f5c23290f1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "05f6dc67d5294adf8ea0c883f0be19de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e551002503944071b7090f5ae5b2edb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "109dd8351d0b4f86a671ddd70de108c3", "region_id": "RegionOne"}], "type": "messaging", "id": "6b3d0a65a58345269e98b849d68e05d7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c01a2fdd14434959843017ca3a94772b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "58f54cbe625b42f5ac89ee54acc265e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "81d7e97abd534186a2fa21c8b98ec242", "region_id": "RegionOne"}], "type": "application-catalog", "id": "282a3bd724c047889a4dfa97898ced6b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3c335da9f43647e7aedbef3c16c67fa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "afe8cc913d854394b0d33277ff091637", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b136dec3a9a4c768fc3a3e62f055e69", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d53a46783e9843ac928c9568e9c38feb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a63909fb77148c58d43b81d1c2ed0e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b21018850e641208ff95c31230da1a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4433a697c43c44ea8a374772f7096f2a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "aa2e404602fa4097907db56c5360553e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2d756fe5ed754ea49a382d59d8080cc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b692a0ea69c4c9d83aa929614a0803e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a87a506ce2c74491b0b250c0493ebf91", "region_id": "RegionOne"}], "type": "container-infra", "id": "86fea09ccd6148d68073f889b33b7f90", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c38812f60ca3412faddd9ad3fb881b16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a841305542de4f3dbb3ddd106d9f2642", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "627155a2ccf940418ba119ad6b89010f", "region_id": "RegionOne"}], "type": "search", "id": "71981d71d2194387afddffc9de32ec64", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "22dba0d2817a4cb482f705bfc2c1534e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "7cd6099583f342088cb06f98ae8f441b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "8a3df24150fc44a9a3d6d260d258a1d5", "region_id": "RegionOne"}], "type": "dns", "id": "3aa4e0720fbb4c0bb2c2077449969b44", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3253926278994ec381c63a7e74f00201", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3553c908bdf543e283b02ad196e26802", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "61ab564318a840a8bec4a3ca8be25c8c", "region_id": "RegionOne"}], "type": "workflow", "id": "b8f2bc6043734905b99fc943dac97d55", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "913176b12ec24e54a08101492732140f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b8035dc3a4cb49da939c1a4868af6dd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "49e7861fd6614b03bc8c25d66641d1c1", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5681ea43ad524238a146fe202d993abb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1aa36568c8a744608f920ac60c816e6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0ad944daf1504fdca1d43ffae3fb26e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7921668252e243bcb78314ab3c18c9db", "region_id": "RegionOne"}], "type": "rating", "id": "3c1f00a80d5c4167935d6e3ea895781a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f898a01522d145b9ab5daaa7a9edc5db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "966697b218b540adb67c17f0266de9d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f33740cfbebb435da0d567b54b27c13e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0345964216c9462ab6eb8582e1e95e77", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0effeb4c3f6d4492810602ba0d2b8a61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7a265d778ac14a56b210514fc33b72d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8aa72e547c194f1ebf7412d9de1407a5", "region_id": "RegionOne"}], "type": "policy", "id": "99ede16aab0146cf9e6658babac14220", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "453079aa910342b284c1e5b46dfdf965", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5749494e2db442ddbc879331245c0763", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2a150942a5c8467a9b63fbc7c90e9b73", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f9792ba2b5af46a085f118763e84544a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8b942cb662a149189d8929e643997536", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d04f5822201c423290feb32e51b7b544", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6fe28a9ffa6a47529e37bece82103a2f", "region_id": "RegionOne"}], "type": "sharev2", "id": "5c30075c881d4790b29c57178aea791a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "abd2eac968234278bf966458bfaa675a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e3c560d68e6541589b511c45b9918998", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "be6c0c4a24e6434da2d6200f902818a6", "region_id": "RegionOne"}], "type": "share", "id": "a2f2e2b4b8984aedb2324bb32d8edc21", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "837edefa51d747f5a9b1736afce0c836", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "cc300a735b5f447e8d0cd96a82076e2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4f6a41b54ef64895a7c3132f2495c098", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "71650e0a34fa4f7db946b971e829b610", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c557a4a5f3364a2c8f6fb0bc3c7b3053", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f859fafbee27440784525725a451976e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77a4262c11fc47bb9e1585a7b2494eae", "region_id": "RegionOne"}], "type": "orchestration", "id": "ede528d023e34c7e912eab5a176855f2", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7eeed00d64e4059aff0ba128072be5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c29d89a9c24148fc829f893552cc5026", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98059af8525a447a871f5a2f672d2fb0", "region_id": "RegionOne"}], "type": "block-storage", "id": "89561a22c6eb42c88d557b469c5da478", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e93f3463a434efa966296f940010936", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1858d61820c402bbbfe2207220c6481", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c53c11d1d03541d99dd3c4eb1e986a89", "region_id": "RegionOne"}], "type": "volumev3", "id": "266a16f95ff44c1685d796df14359503", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aeb2443f485e4dcf9fe28436de07178c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b65ec0408194465e84bcee90583e2e69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd36e09efd2c42fc8bd202bf122a27d1", "region_id": "RegionOne"}], "type": "volumev2", "id": "861b2d0904504a05ad570463561c62bc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ca6800f06bf49e4931d2f0b7571502b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03aba9c290fd458ab0c083ee9c55cfcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9fe6dca49c8444a8e7083bb86735bba", "region_id": "RegionOne"}], "type": "volume", "id": "82718e8779d349228b431e88fc5bf1e6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b71076185a9146f2b1acf85282d35d7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3e1de78c29a4ff8bfbce62abdfc4842", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "286a5f93255f49518dd783f86c430b6f", "region_id": "RegionOne"}], "type": "block-store", "id": "7d1a570044784fbc99aa639ef84f78eb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3fc7b56ffdae4a99993399b7c912140c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1abedf692dac4134a5d4f23b1cad700b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0ca1047e06074999a8381cec17cf9d2d", "region_id": "RegionOne"}], "type": "alarm", "id": "8ceefa79ae90447f820a0aaf57ba2855", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "df236b6730f74fb5a380eb06d974e863", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "42860e22521c4a7aa0fbf0eb8be34c5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "12bb38e8021a43dbbacecc5d847f038c", "region_id": "RegionOne"}], "type": "alarming", "id": "9bd07f77e8af4f69ac0b4ca03184210d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3fb1da20113e40deafdf1ab1918e03a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3475ec43ed7746e2ae7e0c067be7ae4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b1b208ec457d4a9db5f0d43506078aac", "region_id": "RegionOne"}], "type": "meter", "id": "fd14b0edbee040c4b3dbecea73f43685", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c480c29e6c714034896682febbdee0da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "42785a3a8ada442b921bd3912f118b26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6295c2c46e4241ea8e6d3f54cedc532f", "region_id": "RegionOne"}], "type": "metering", "id": "f8b1762a56964086b91bcdcce9878cf7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6ba1eae7764b4974a171e74d8c7b9616", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2f6ae9b2184f424a874ea41517af99b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "51e82ac081814d408ce2fda199d89b9a", "region_id": "RegionOne"}], "type": "telemetry", "id": "14cc2fcf63074db6b546759caa18ff71", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "132b11e43ec64f8c85704a318716494a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c6939da993c54b8d8617c57677f574b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c008ff9094654f73b91b15be1c2db6fa", "region_id": "RegionOne"}], "type": "event", "id": "fadb4266b4514aa7b7f5e3eef7229cda", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "969022d7f6724eaebd7bd5802be9e60c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "11efce1b518940b19ab75ce39393e2db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4584804539514e6882eed6d08a18700b", "region_id": "RegionOne"}], "type": "events", "id": "7c6ad901a07f40f1a5509c9fd3d65ac8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4ab14912418b4f14b741a1ed5d46b88f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "351aa72c9bf84cf399a40fc59121bfad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3c5ada3791754044ab98874ad45e5e81", "region_id": "RegionOne"}], "type": "application-deployment", "id": "311100b8726f4a9a97b4c897596fd9e6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a815cff76b004cdd8e28a39612c5b64d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "95f5fc646b2d465e96aa457bb5ce8a53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4bc8e4aee78a4a3e91594c69c8591fca", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e775871c58fe4ce28360240338284055", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4d7a373928064de891f1b9b6fd7d61e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5f403587e83140af8a9afa78501325db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7b8b63e47a3a401aafbf518c7714c4df", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6cb8c9ca8fef4d09a015e9068d02cb34", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e1fdec861b2d409fad0b15219a3f03a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3e859abe66c847c6adaec317e77298bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7aef3f354bdd4d1aac45cd9d759471bc", "region_id": "RegionOne"}], "type": "tricircle", "id": "5554c52e43e6468ebcdd6a423f1879a4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2d5daef304ab4659bba922758f9ca1df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "15881c658b58498c80f48a424e6a5840", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1446465bffff4a6d9cd9e142868f3228", "region_id": "RegionOne"}], "type": "database", "id": "a26db2c93a004281b2267aaa28b5f197", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "933038101be64d2d90911bbea1d21a53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "19e5933e2d8e4588bbb029d92bcbca51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e101b1a1e07d48fea0d430f8d7fc08be", "region_id": "RegionOne"}], "type": "application-container", "id": "0eaf5ad699c14d83be70f3beefa3bc12", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c136f175330b49cdb1a838de0bf8c748", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "126fd682d3a244ccbb27fb1ff5bba150", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "634c9bb2a3ba48aebf96fabf9006e7f6", "region_id": "RegionOne"}], "type": "container", "id": "5c44b0cf1c5c4d81aada92cff3de7e32", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9c8c822c51234599b28d83f46470b287", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5b6049a777c541c7948302c004892ce1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3eef665885a4424e90b72d413f136709", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d84b2d0326cc4f999ba472bd17641a7c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4bb69aa91da6410c8ea41696d159d645", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e9f75464f8754c25ab9c26a7cfcf50ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fd21cd944bf74cee8c6926f705b08c3c", "region_id": "RegionOne"}], "type": "rca", "id": "36f4a118c15f47989c61060f3e469dbe", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c6f5e061d0cb42a2b3ad149257a25211", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0781c20f7b824c06b48cc123a7737cdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "4e86eb9b1542426e8bcaf613278abcda", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "eca5eff65a544bc993c276674be62515", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "242c28dbe616407385b158c0e8314d32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "eeac6dd6d8a944469bc70ae1587d8012", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "970564a4a90645fdb8ecbf09a8e8208b", "region_id": "RegionOne"}], "type": "network", "id": "fa08d8d75ee1479081ea29f119d37f67", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "764169e5f390494782a1204b877847e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ffc38b77e69b440d8e604d19c42478f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a48d4f95b0a74d858140e26b345513ee", "region_id": "RegionOne"}], "type": "backup", "id": "3735b9f6b3354043bcf70ad8fed6ef1c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d4725595e4b847ffbc0ab9c97b6f8f80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "66f22cb76d16452897c1bdfa68cbf6e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8aa650a0d61d4bb9b2d246e3f60918b1", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "618d450c644f4747b99dc9dc5de50ea3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8d9bbf903b8845ecab18f0b740e7abf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8eba452859504b04bc824b42b9bc751a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e349b4c4a4e646a7865d9899cc736d09", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1aa4fa51d2cc4d2bac7b566a03b5f8b7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "258187b9eb6444ecb506001b32981a28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f068d29c3e004d4d8a47916c6c1d53ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "0195b4ccca054deea05995a3471e79d3", "region_id": "RegionOne"}], "type": "monitoring", "id": "8105d39bb94e40d09a0f254405fae87a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ab328ae468134d06948d6f8b592df601", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "88d1f5bc2f564af2ae774ed43aba6ad1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f92411def24c48468e15dec28d222a3b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4020113d05654cbcb8db562204dc9a3c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5ca4fd41cb1b4518a7b7592145a784e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0dcc2ddc31274ed4a3dd560962ec482c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8d7255ef6dc84cc3b5ea4dd3479557d4", "region_id": "RegionOne"}], "type": "placement", "id": "dc0e2078beae4ce384933a6e6fc41290", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "78e64d5d9f8949089cbc04bd3903cd3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "eede29b2817e4b9bac6568ed1e749897", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cfe65d68e083446a9d446cd5ed61ad1d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c4611fd7a2844dabafe199577904a54c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5a20eb430d3a41e89aca2a47e985c29e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7529581a8ca74f0586195da166241e8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "baa22cdd533843e9bb1e667e5fadb0d3", "region_id": "RegionOne"}], "type": "ha", "id": "d4d59f3169d04f24bab421d4e50bb7d6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ebcdc193f99f4ea4acdfac179a0374b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cec6559972d842cfafce9e450c00c2be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c39e41ab451b4810b2f8be92847f8ec5", "region_id": "RegionOne"}], "type": "reservation", "id": "548c94fbde944de7807e17c862e16486", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9bc78a19963a438ab7814adc00486915", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "63c8eb49501445f3b68927553cd05638", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "ce2af8c6b3064874ae0555a007991d82", "region_id": "RegionOne"}], "type": "function-engine", "id": "822c21238ec4442bab6dac059f9de8eb", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a7809ff2562e4676bfe9c2b54d622257", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9283d807c4664442bdabfb93f08befe4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d99426a9e9a4412eb5f50217cc75c6d6", "region_id": "RegionOne"}], "type": "accelerator", "id": "c55aa100252a4283b7220729d7023054", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "52b3e5760601486dba8c28d1f27bce76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b4d98adacd014cce9bf09dc44c229cd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fe8aaf20d5394bababe4a9e0ec98e150", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b8c3d0cbeb454d608c135f195afccae0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "663a2b016037479594aef23876eff8f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "29df48ffdc3c42f49e1ce8357d3f06de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "689489bc39e041d584f9b4f45db86a61", "region_id": "RegionOne"}], "type": "registration", "id": "40b4200a341244e6af8737f2f16290e6", "name": "adjutant"}], "user": {"domain": {"id": "d6464a941dfb4610bdfe74f76329f1af", "name": "e11f6298da144e5d9f3477767c1408ef"}, "id": "e4c26ef181d243cab50043cafc837780", "name": "baa28d2c445a4574aecd4d584b6cd35d"}, "audit_ids": ["1bb589b19c2a4345ac743736107d6975", null], "issued_at": "2019-09-19T09:04:38.185302"}} 2019-09-19 09:06:38,287 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,289 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,290 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,328 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/d46d3b93-1d64-4864-8d67-f0ab9840939f/states/power -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "power off"}' 2019-09-19 09:06:38,332 keystoneauth.session RESP: [200] content-type: application/json {4} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(name) [0.285049s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,163 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,166 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,167 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,169 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,181 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.100446+00:00", "project": {"domain": {"id": "98b07c3d83ed42d184a604faa9ea39c6", "name": "54ff5ec2232e4ea294dde2279887859f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "82a57c7632194a82a3f1286b69d96c3d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a6f09cbeca4448e7a3b9ff053903535d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "374a2cceec554390b0e571054473bfc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a7515a2fb85a43f3b3163c5c70709086", "region_id": "RegionOne"}], "type": "identity", "id": "bb579d05e8134ee9852a661a73331828", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "eb7d576489ec4a3bbdb5af14687a2ccb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "52a2f5da730f469ba809c340ffac00cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c0109bd710c9429db65dfac32757e219", "region_id": "RegionOne"}], "type": "compute", "id": "3b8f34f15aff40efbf66a8f9f0f38f75", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "671606510b4d4800ad44c08c26b75e0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "4ab0a416f71548d0ad9f349110ac010e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b6260f174b4f4b24ba65b224225c1fa0", "region_id": "RegionOne"}], "type": "image", "id": "d46689963a054b9c91f864df062841c8", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "84fdec5587694cf6856a189df4dc58a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9dc08473b3504713aaa449459ee2e0cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "9374a02f76ac42319394083740e51e39", "region_id": "RegionOne"}], "type": "load-balancer", "id": "03b6fd7da16f449b8fd7e3ac3aff607f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "905cce3f7eea4aa0ab622e5a8b67b921", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eed593192f544e648250cc6754c9bb7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ab5328318024479958e25fd0e572af6", "region_id": "RegionOne"}], "type": "object-store", "id": "24bf4091ecde4a268276eaa523c5cfda", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "078455fc01c240b391c4b73d32f3eb75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0f81bd4b54f44bf4bcd95cc4c3f07d26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e87d014271274a54b69c51c580a42fcf", "region_id": "RegionOne"}], "type": "clustering", "id": "44cf4448f4ae4abdbf591e1846f5681c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5b3d14eb0a2f4eb1a20e590720e39f3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f116e6f21ee44312a0d806f5ec92eac8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5d64d78cd4cb4a9d88ece4c92a7fec72", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a87d0c6afdc04381bd637359d67c65e9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1555c3add3fd4d47a9be244aea99767b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b4f7cfd2c57c4a358f7a9a1ede8dd0ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ffcbea544d57435e826b65bfe36756f6", "region_id": "RegionOne"}], "type": "cluster", "id": "c6f1fb2ade3a4b9e8cda16fffd676469", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "33e4b6083a7446e28d8cf29c097f6475", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c4230cb03484440989803303ff20c602", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a44a5072dd204281b767a1cf8f865003", "region_id": "RegionOne"}], "type": "data-processing", "id": "446dce64f26346819ab1b425a3d3b2d5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ed28e22120c446128c15495e28310f8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "57c32edd1d4446b6a622601aed130289", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d04fb524524b4ffea3c4952543f5aa9e", "region_id": "RegionOne"}], "type": "baremetal", "id": "a094b6f37d9545968ccd99f55896125a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1dfdb550a1df43298f6313b043b1af9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "78fc9b5c23344d8ebd24f33b640565a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a13116ca7c9243db9ece40868d07cc67", "region_id": "RegionOne"}], "type": "bare-metal", "id": "1edcbb2f19c947c596f689e65960f86e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fb4d787586ea44089391eeef277f980f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d590717811774a089a480f0c59ef3b25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7f400a73efa7491581741f7e0755d184", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9297e0e308ac40a8a963032c2b4deed5", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3a86535c3f1a455c93dc6402363bcdbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5ef5dce7e7234e94b08be93fecd9637a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b4fcc7d1e0f542929d6317c7bd96ca91", "region_id": "RegionOne"}], "type": "key-manager", "id": "2aef5176334d4852a4191d569d1103b0", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9ecdcd22fcc84da799594b9a48b70df6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0fead4d6e86b447ead1badc4814dee3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2293763eff4f446ca85a3d9d1c4d31cb", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f1370ed2ec574290aba1dc5332061ed9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bbc10e13fb8342d2954fe53cdfac9347", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "acf85cadbf264d8288c90bd51d0f0dd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4b4d722de35c453f82e58c50fdf0cbb4", "region_id": "RegionOne"}], "type": "infra-optim", "id": "27a391ba8a014e0891f1e6adce8d0528", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e8151814228a4531b085513406232925", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9a6c002512c64003a3d36e8b834267ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ece09c22d07047d883e06e3b4b1b1381", "region_id": "RegionOne"}], "type": "message", "id": "5159d8c0abcb40678d8afcdc90686ebf", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "18e24bae8f814285beefc72d8e2301d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ec6e3c435f1c4c26a148e6018df11979", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "04ed77131b814929adaac0c756fb7842", "region_id": "RegionOne"}], "type": "messaging", "id": "846d49a2de3544c8b85edd1791272214", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3558c5b9b03f4e29bfd261d7c8119de4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d62dabdb622a4221bd125356e80f6bc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d0eebd927d5b4be2b187ebcd433f5545", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7f1158ca4507458a9b5eb7bdd4267137", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f8904694639e487a85583e5879ed4e9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f71403a393bf4f4289a56055cd94bde9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ab201988b385420f8dadefdd09a32cbc", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "16f1f669921e4ad28ddc7384add113a5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "82a7c8beb43245a686b98e957f19ea2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6aa7251a42454967a5d3245012972e08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d6fec635239b484aa37f321b040460d9", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0bb4556b1afd4257b9f98f568b1e460e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "37f7695533ae43dfb5dc7d647e495336", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cdb31ebded5545af908530c5d78c9392", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "530664a427d340d5be4d2674c8bb6876", "region_id": "RegionOne"}], "type": "container-infra", "id": "d399636cfcaa44088fab01e9270423c4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4a44a4a5c7b843b2aaf45ff6d840b912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "455ae91538624ce382704dc750b1b7f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "1b49898b557543c9a58e0f2199483e9e", "region_id": "RegionOne"}], "type": "search", "id": "de4096414985457297faf3e00d7df500", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e82e8614b9684db9817db40f495bf47a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "af6fcc993fc949e28253079d5c47a923", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1f6c5a8547d1498bb401e29b8cbc4aa9", "region_id": "RegionOne"}], "type": "dns", "id": "29ed25d6362a4611bf541612bf1f1e16", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7e8de56fd86b4b56be0ad32fc507b986", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "91866c999b1e4a2e8d60350da0546b1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "04387d81698346d8bc0ba4903b1b2f28", "region_id": "RegionOne"}], "type": "workflow", "id": "f0455e9d99da496f91548927f87009dc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e25ecef6fa934cc787b0d6a8129ebf91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a8c9b7a9cfdc4889b0bf3eedb8f055e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b48377a821c44aad916598ad302faaca", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8ec061781a234131a4aacdd4ec26863e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "58dab24a93d44c7cbf67b459a6e8a15f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "dc07d49b1dbf4992acb1cf27ed299ead", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "698af067abc34ca1b732c0c156967718", "region_id": "RegionOne"}], "type": "rating", "id": "8e7e2ccc5294463c8d70f3c041b1330b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d4f27c6f7684428998f4f53d5a429871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6fa0e57243ab4ad8ae7a54ed9f7a53d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "62826764d7b34c1da4ff58f1e886a820", "region_id": "RegionOne"}], "type": "operator-policy", "id": "abb8a4f20e8d405dac183baf25ea54a7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "df9549cd197f4ab489f7b6a7af17ebd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "17a2fd6c207c40c89a743e6845aa79e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "75ae3d1674cd4ca881ef3a405f47a925", "region_id": "RegionOne"}], "type": "policy", "id": "7b803514f9b44336b4b79d87a96e1186", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0c5b1e5f0b8e4a6482301d65f7409132", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "38a2dc62ed5f41a7a40a2d5e5492425e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c9fcaef7f72f4a028e822ccd1f978525", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "fd3a6166b6b4410599540013f13cb265", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8c615e2719494d88aeae5ee5c9908afc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b6e2a2148e6a49a496e5419766e09108", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7370001bfd044e73886a1eeeeea2823e", "region_id": "RegionOne"}], "type": "sharev2", "id": "f5cd9835cd00495fb2cf6db5f8029157", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f5fd8d839b9b441f84a6936a8217b8e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9c1d371923324c44b05e9d5d8080e3df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a46d345f52c54681801f84de75f3584f", "region_id": "RegionOne"}], "type": "share", "id": "bcbf04709e6d429995730c6a9bb02faa", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bb9e62d529594e90a2c67ec78fac5606", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "556bff215d2946eab428dfdd02289c9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3c923cf61b8a47e9986e8c1df6b80e24", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7a2dc3fa70d844a7911fbd7c56132f09", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cfd131ecd35b4b1d9691c9503287f747", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68d87754585e490ba6a2d390ee9c858a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4a565d919b44693bea1204248c87f21", "region_id": "RegionOne"}], "type": "orchestration", "id": "a7dcc9e9c957461bb36e67b9634efe89", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d27535466d11439fb2de59e129267840", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "962ff6d7a6334626a14457956b1943b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e85913d45f443b2bd235622ee6c02a8", "region_id": "RegionOne"}], "type": "block-storage", "id": "0e0e7c7297c74c2fa116072012593812", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3431e871794e4619b6007222b9d74d27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fd6e6317107489cb5e59fc25d8621fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc5bd05ffde04eb0a26ec4165ea51913", "region_id": "RegionOne"}], "type": "volumev3", "id": "ea6ee344b563446cbd1e3e2407b37133", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5dc4bcb430d54cb69d8d23741a7c0d0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e9f1df0f16a437fbc721b707d031fe2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "055f1dbec98847cdaec6068b42048a6e", "region_id": "RegionOne"}], "type": "volumev2", "id": "97f62c424cbf417c8d41176434c33178", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5836b3326f23436184c9717ce7a63c48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "efd1bd0e020b4378b531c8c70018818d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8693f6eb01b14769bdebbb55f5bbc523", "region_id": "RegionOne"}], "type": "volume", "id": "03a8b924c8da4380a1ea27f45726c17d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d182be1420884ce7b1fda732d2356f11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4626ca7c1edf49b2acb46c38e31cd095", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf8e94eaf8fd45c980e89dbd7e3ec281", "region_id": "RegionOne"}], "type": "block-store", "id": "548254000b734527b99c60487fdc89b1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8da9b266fd824bb09374f8cc84976df1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a8863cf1f5234f969e41066734331741", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "acd13c1bda3844c49ede8db3d53ce959", "region_id": "RegionOne"}], "type": "alarm", "id": "d84a364e10d4490abef7ac96cb6e14ac", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2c5a9ade16d24f0a8234701401293281", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3b8d2c6c2e3a4dd1b6160d2da19bf920", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "752a61d00b3c402d9e2f241d535a5554", "region_id": "RegionOne"}], "type": "alarming", "id": "e5f0c80433fa49e7b67d99ec873ae641", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4c7e338cf6bc42e8a36865f8639c3fc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ca017b0e26d04493901c1f37ae29296c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "eac67747516244e6b6c0e0c752b15ca6", "region_id": "RegionOne"}], "type": "meter", "id": "b5a77fa5f8524be09e6246460a241f5c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "88f4842fa14f4a72ad665b0000a1f4c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "367ebe06bc384ebe81aaf62a47ed33ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7fa9417500294d34a39d130ce5f6ac7b", "region_id": "RegionOne"}], "type": "metering", "id": "324361b5b3e54249ba22c3dca5027d86", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dce81344f318404ab44793eca2501d77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cdea100462104fabb9e28ad4f90df20d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a246e5f2f29549a28ae05ab7b89bb354", "region_id": "RegionOne"}], "type": "telemetry", "id": "7ddd1455b7a6459a80880e57ba494467", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e2b1c249818f4e7f8b3f62f9cb2b9843", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d22cd11fbedd4c6ebbf32b7ae57c5113", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "efe8dccbce764c279dcdc8ca32238470", "region_id": "RegionOne"}], "type": "event", "id": "41ebc5335fba4556994377b3ed598f65", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "446955f4221c4b38ae3e6f381f39ecd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8176e1b5c2004035919080b3f932198b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "90fc36babccb4427af412da5f5a265c3", "region_id": "RegionOne"}], "type": "events", "id": "3ca1949ac3c6467ba30791bc557d954d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "26f8787c80004d5691fa083c6cea04dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c596dd190991437fa74413b0d69f30c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9df2cbc6c4334cb68959d1b06465459e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "dfe7fd7aebef43dc83a96a9d4d276658", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "71645ffa3b1d40e587e1eeb9bca73a75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c5e723cd73a74b189e85d9d66de5cafd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a163825c0131477c90b38ddd758a7b24", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2abd9ee202894e7ba90df398718f0340", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c8ad03dc84984dc0be69311a865ae628", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9ff3058271a4481ba401c70ed6833b1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "93f47f51bbd2444c9cf43d49fb92a7bd", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ed35ad85c1f64ee7adf4c3f6a3e10710", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "09d2d74e6f7844518a92b352d8d791b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "810ff55261d6445896faefaced0da7a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "820b812b849d46309968273bb5ba0d5d", "region_id": "RegionOne"}], "type": "tricircle", "id": "0ace7dc7bc31448fa76eeb763305e555", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f7827c997ec545d3b51f90aca12aca0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "912bc0e5a2084d7d8f7b284c5e14e348", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0c92893e1a4c4e8ba8f2e3a305b5ab71", "region_id": "RegionOne"}], "type": "database", "id": "50ccb5af367844e089c01b61c142538c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c81e1c9a3e82446694ae3fe7727dab25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "83f5079be9ed4300bbb30aacf15b0d8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "920aab7587d14096ab7a5ca8a9412455", "region_id": "RegionOne"}], "type": "application-container", "id": "3f3e881a8b6948b2b533ef3adaa3ecd4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6578ca59336e4f7aa565a5092440c73f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "65b97226fae14b698e3e2f1b0b7a67a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a17173a82747414188e495a745c306d3", "region_id": "RegionOne"}], "type": "container", "id": "f643ef5b6b3d4a8993c6da690cc3810a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7d06fe6a3e234ed2b4ff13e8f094d384", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c51b5e19e50b482fb8ea7d26720d5fe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9b62259589b749f2ab3bcdce50c9a075", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8341cdc7c04b42b79b6fbc4ad64a9e3f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6af7cbaa06ca4a22a06de139a1d2bbba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "13b9b9fcb9a54f17b41837b01d2dd85d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5c5c8baf9a8b4497a3f6e5922517f426", "region_id": "RegionOne"}], "type": "rca", "id": "914fab58dc7843fdb3ecd24d7976d8f6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "edc22d4f785347feabb5d534c24b66bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "eefd9873dd2141d5b9a910924eb7ba4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "4d0657ec7849447190f13cbb93761fe0", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "865516cdba5b420f931c76a5cdcc8a39", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e23d99312d68426fa801500c8e253c7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7f5f7959573e40b2ba4131eac2bef507", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "430ffca552ce4bfea4884367c867ec00", "region_id": "RegionOne"}], "type": "network", "id": "797bdcdf25c24d029f6e5b0c7d661681", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d18f4e9cab3540e786ffd068c76c5a10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "89efbbfc2e5443f18c3f4a29593426c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "08eb53f5f5794b8f8ccb608c6679ceec", "region_id": "RegionOne"}], "type": "backup", "id": "d87e40c64dfb441792b9cbf66cb498b8", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ab7faefab9c94028804726a9e53b228d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5d4c05675f9d4a9fa07db64484a3f88f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "12d34eb1c0eb4d58ac16b43dcb1ce84c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "fc94d3a5c1b0469a872273031e37a15f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d114fab014cc4911ad5d0a8a464f97f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2d4c5bf38c4349f1bd13429901a52dfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "083c9a5a04b14c26aa377b3f4d8f69d2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d7044359f8854589b4ddec01bf924895", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4883ce5e07354f268e516ff3acef908f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6204ab21b61749c39256f1b4444ece17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9c9b23481297463596465c57f43c1276", "region_id": "RegionOne"}], "type": "monitoring", "id": "7090b8615edc4946a15e2b7e6ccf15b5", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "516746add780436b8fdfc4ca4bf19537", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ac53938cdf474720baa281ab0d836fe2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c989d3fc96cd45148035bd72b3726021", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d2adae8efc8046878c9fcc8b036e1b83", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1b323a90da664f6886e93414722dd619", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b1f4d52bbedb46e595556102abb6f245", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "28cdd0ac646c4eff9c739f0ad8133789", "region_id": "RegionOne"}], "type": "placement", "id": "e0275d2fceb74e9ca262bfee0a7b6c30", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "125ba4a6e8e84e138de8da4e7984c499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c8ceafd24f72428b929a7d52ca135002", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a8e1116d8c79412b9dd71fd788334414", "region_id": "RegionOne"}], "type": "instance-ha", "id": "794576565e7d4972be166932323fe609", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8d3a7c1cba2e418b8ef8cbf23d77fc8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "44ccd85e91b4484eb1c763d021063fab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b05f640e625f438692df59387b35bb6e", "region_id": "RegionOne"}], "type": "ha", "id": "925de23b40084115888125c5e821d9cb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f862d6e48ec54eb6be552b6abab1ab2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b70bd38b871049d581d6acbb33f4dd8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "aa0fe66fe76f4256afc9be3caa4d9a00", "region_id": "RegionOne"}], "type": "reservation", "id": "d0fc3e8df05f447b9c933c2c313144de", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ad6a1a3c40c34f8a8ed08fb2b61b1267", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8bbfa0b68b6a4d8b88ebfbac068835a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c0a460258b394444ac2b3c0321eb98a8", "region_id": "RegionOne"}], "type": "function-engine", "id": "3f45983cece145f0af5e48376324c4ac", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b69158eed552445da59a07938c31c9ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "438c0b5028ff4a579688b8b3a31f9017", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "000d1836972d4c73990784d169f5adc9", "region_id": "RegionOne"}], "type": "accelerator", "id": "6af94b721e5d4039ad5fa5de84f4982e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "35623ae4e54843858e0330de0a337db2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b9b064fdf3b24324906f2a67d44c0d5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c2e4ec0d2ac049d4822136459bad97f0", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9db58a71bfda4c5a98f93f2957f9f04b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f074c02966d04a698b63fc63f7f96e6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0e05d7beeb62452dbf17d7847eefa654", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2c1d1cb6339646bb95d5485389c946ea", "region_id": "RegionOne"}], "type": "registration", "id": "255234fc59744d76a0f005bb2bb03337", "name": "adjutant"}], "user": {"domain": {"id": "7cc3ec6c5ee34be486e9b255b3a1a8a5", "name": "5b641f51f2ff458d97766c0f4bd4ee1d"}, "id": "ddc055f8cd5c46b3b46e744f08fcded1", "name": "f595ac5d7fbe491ca09f3d0b029044ec"}, "audit_ids": ["414e4d93102947868b66eab335d28f2e", null], "issued_at": "2019-09-19T09:04:38.100446"}} 2019-09-19 09:06:38,299 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,301 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,302 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,370 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/d5f63c25-8dea-45f6-be3d-450c84ac7cd9 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,374 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,375 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "d5f63c25-8dea-45f6-be3d-450c84ac7cd9"} {16} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_get_machine [0.224811s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,599 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,607 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,608 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,611 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,622 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.562144+00:00", "project": {"domain": {"id": "9990e05454cc487f931c40e5929c92b6", "name": "642259b8978642e6910fccf7a2486c6d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8312d8d27c8742cdb0e62e02aa671c62"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9da8656670ca49c48ce12ab16bdf8eb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3277305338b04129ac9a8228876393bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9b41df36b61c44f88f199904e67a682b", "region_id": "RegionOne"}], "type": "identity", "id": "51a7411e19a749629ba37afbb8525ba1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a91f8548d4e6457fa1f7e2d4b7ff7d42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "75b4c8a6195e44ea8bd8f2cb5a92c801", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ed14c4fdc1e742619a2e1f7a341d53ab", "region_id": "RegionOne"}], "type": "compute", "id": "333d7534935e48b981f29dd38481e03b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "cccb71f6f14040db8dbbe557cb5414f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "73240cf0160e450d82990d2e29689af1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "da3d96157aab42dfb5bb75c2bf87e3f8", "region_id": "RegionOne"}], "type": "image", "id": "994f55074f31493c989eae103b1bd34c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "66a3c1eb9f2e4050ad2b3233b8caac12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "06584116738241ada1ffbd9ce81e1e15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a2f8ad143e8d487d9c85fdea0301c10e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "101b0bef092a4d3cb440b75183ca2016", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9b7bdb37a2945058d184eb22ef85d96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6df9ea9a25924c7bab1aebe15cc57045", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7625fc9219ca4e1ebe1ac6bd7bd4e8ef", "region_id": "RegionOne"}], "type": "object-store", "id": "25f1e4ed6b1a47bb81497e1b367ec003", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "60f35ceb7fd742f0b3215c0be88bba8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d8ec34ed633d4fa19f8a6e89dc75f788", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9f4a4bf5f9cf4e17920c9bd1094ce037", "region_id": "RegionOne"}], "type": "clustering", "id": "586bd59026e74e02af110cfef3bcbe13", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cbdeb27d9a9a44dfb6a24da270c5e656", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "34ad296013b74a74a46e5cd68e67569d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "af811f51b00e4ad6bc2092a84b674ac7", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a94124176352466e8f7a14688db368b3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9db7e59e79f54cc8ab2b58956de606d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e4c235f48af14dbebee9bb18da992326", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "91536378338a47b49383033f93592112", "region_id": "RegionOne"}], "type": "cluster", "id": "ce37a500a99b4ba88be748ae2e84f2a0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "286b8f67c9e348e7a3bacd28b7327415", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b2cfc68d7cd14e06a8365639d6bd09a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "43ab95ef05794b14816c8047b1fdb999", "region_id": "RegionOne"}], "type": "data-processing", "id": "ed167a91b3e24d04b58e3e9513f26ff0", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2e1dfd6fb65d40eea6e716b51864d864", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "db9ded299b9b41c98472ab6480eef8f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "18694751911947458f2930b3359e1963", "region_id": "RegionOne"}], "type": "baremetal", "id": "79cde931c09a45e68af3225c4ced830e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "79a33f999d6947b499603b497365a107", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d0caa1572d4f4b9d8b30b48729d353b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8560ea2aaf9a462eb0004eb9ccdf3e3d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "cae61cb44efe4315a0675666efb8e52a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2689e7a13b24491fa318fdce1af82459", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8c83116df5ec41b8b4a0369bd951406c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e0a25609f3174322934ff1d494459d4a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ba417ce8874d4732ae7529b23aae2af4", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4052771b72b94bd7a0b1c1250d3eb4c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "826cdfdbd4a946548dc18e55cbfd5e4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4e081776724b4df8ad6484d6032f8f88", "region_id": "RegionOne"}], "type": "key-manager", "id": "208c10bb9e9a48bbacd3350b5532528f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e13fb30196c841e4a3fc621d31a34290", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b009f1515ef54f61875ce5ebb0f4e440", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "46415103443646848d2f44e3a4643dcf", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "090615a7529a4372a6630dab3ffa29e4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f8d25b71e6f04f3d916f2c1ad6119f3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "08bb7042a67b421698ce6d6e315d2077", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9aa8eeb6307348ebb9b8b0ad348003d1", "region_id": "RegionOne"}], "type": "infra-optim", "id": "76b6da008e49479b9f63115fb86f64a8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6195ee1a5cb74afbb248fd3423c8f09f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6252bbf408604eb79d4a2bb8fca15bd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d5f45830abee4f03858033076b42b3b3", "region_id": "RegionOne"}], "type": "message", "id": "eee9222b956840728a5f2df70f77ce2b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "486b5fe448384bbf921363e000365a05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "679d8c6b3132422abb15a573cad804d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c0905dab1f3d4957bd1b543ad3715d55", "region_id": "RegionOne"}], "type": "messaging", "id": "8be9e21ed0a847268401ccb04bfe8f00", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4e7b7f5ad12847d2b2885c1743b8dfd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4de3c7ec8e074b7981712ec2d14ef3bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "919784f6f7c14211a13717363a47bdb9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "918315ef39a8478d96cea5668a11d4bb", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "45aa6e4f9fc84e3e897c75853adde10a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c8d36ad1e1cc4a8280893384ba460115", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8d472d70db064882a506ef9d8da08054", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "5083ef9b34d64737a6fc12dbd3424650", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8b947980b2cc40febb4528fb4c383d8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0e5a9664e5f546e494087adc5f823a01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "022214ab3d41414c9ba3ee36b33ca0fb", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "254b029df78947de93ec8d0ca1057c32", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d045c86202584a9cbd9f9c17fc33c2f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "87ba26c0f7464ca99d3ab4d165257947", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "022f3bfb0fbc4beca4fa35856cce6d71", "region_id": "RegionOne"}], "type": "container-infra", "id": "3e716094db8349b1a3c9b46d78e1bc10", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0eb753578e2e47158c80a994795e1f79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "3e9256e9d1f64951bf680ac66ef00e71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5e094f8c4bb14972aea5b926fce3e247", "region_id": "RegionOne"}], "type": "search", "id": "292264e3c6ff4cc9980bb609837bc42f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "87d835a5734747c79293c3b7f018acb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "20162169ee624828aef3f7a7f88715cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9917bf3139724a3aa971b3a47a8f4584", "region_id": "RegionOne"}], "type": "dns", "id": "692970fcb85b4afaadff0b99dfe674b5", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d78041b90d9140d2a27ffa73fc0fc73a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "44291117b4fd433190b83a4d69a47d25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0ad04a5a3971423584ce959ce8e71fd9", "region_id": "RegionOne"}], "type": "workflow", "id": "13c9528f201e4e16b2716b8bcb1479a5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "36fad59e389841778f41b418c8cab2ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "306e97a5a4504349b163b380193d1557", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3d90ebc2ce734a82b1ce9a723ed5b6fb", "region_id": "RegionOne"}], "type": "workflowv2", "id": "349471b32dad46668cab332e6759a626", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "98a8602a20b9457aa0e359ca7ff698bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3b5d126aaac34d4889bcb9c2023d2666", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "43581c2f1fe244a0aecec3a0b8f4ff9b", "region_id": "RegionOne"}], "type": "rating", "id": "aec3649da9bd4143a6ad91d84421437f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "10f7d715f26a4805be789a88ea3c92c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0ecc58ffe0144a9388c6a4d424005754", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9e74a24eac4f40178c30a93db941b26d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "25c09e7c1a57486ab80ec78817001256", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3e03e69ebddb4fadaac93b4d7aefe760", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6e440be49bd34af197c3c723b1c3ebc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "85b267788cd248068ef1cd5bd1c6bdf2", "region_id": "RegionOne"}], "type": "policy", "id": "8971edcd0b0847ac96d276c95df753ed", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9bce766e14944b77be9214ca84db4d83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "801d8a3a02fa4952b8c5aee0913f444f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "107785de91dd44309f979a8499953843", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "adcfc637575b4a03b88cf29b400c5960", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c89c2e72d7414825a523c35adaa50e3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bd74ffa1f004441f81ab72b45067be42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7827dadec8a4412a94f6182243b3469d", "region_id": "RegionOne"}], "type": "sharev2", "id": "e97426c47de14f28a2cba6c0c711e967", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bd92f837459640bf9fb81dc9292bdfd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "44d69c75f5f3426784c324188342a5ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "647daddda1ff45b18d85d60da703ed2b", "region_id": "RegionOne"}], "type": "share", "id": "e5fb734e20c44907840a2427b8286903", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a3e17b4917bf48d6a52f7492f6390282", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4ca212fcc3f44edea1d1d6bb6ed7d0e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0b14ac4efb914d79836b0d037c6fad94", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "793826cc39e145f7bb17b850aba23e78", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de0e2e0553714e14b8639a52c41b5975", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b11a722cbc74a13976d0b36fd2051ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53c8746b35e94f7eb135e1181f0a750b", "region_id": "RegionOne"}], "type": "orchestration", "id": "d2d38a5b484547e3b227932282ea2d46", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c3dae7f70764de7af8ae878d44d3dbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0504d23b4c8e4ee8bc0677857b8abe76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc67ab96f3394279a5da55c96ce019f5", "region_id": "RegionOne"}], "type": "block-storage", "id": "78bf135bc65e4f89831f9ffa4027ef01", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a83332cb4ab41cc8818a7f43ff93199", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03f733a9653849ec937cf8104c1d7407", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07de83df2eec404b8674bdb88a943f17", "region_id": "RegionOne"}], "type": "volumev3", "id": "2b986f65502d4fd59d2a3a199c952bd6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "032201be337d4a838ab4ced0ae493608", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b35897c2b8d448e917fc8b6b8391250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ccae1e06dbe149b0b7831fa00f53fa56", "region_id": "RegionOne"}], "type": "volumev2", "id": "67b0f77549704d20ab1ab575d1575637", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "57c069ca999447148789ae400a8753d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6eb8b43fa41b44f08a4c41fadb3664e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fdb3318d59cb4c35862abbb2942b53c7", "region_id": "RegionOne"}], "type": "volume", "id": "3f3334b2d5e341c2bf976f775e8ab41f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eff9dade42714db38815c8b2ea7383a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16b500f79d9c4340bca3c6b067fcc697", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee5add6df36843e3805635c432948853", "region_id": "RegionOne"}], "type": "block-store", "id": "ba5fe7cb8d0049b299c7d2819d025b1c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2e8642b7f83443149539b100af097f8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "aff7a593960b466f94292c6afc40a12b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ed0cba1b85ae4f40ae74a5dcf6bcd504", "region_id": "RegionOne"}], "type": "alarm", "id": "7a26b8e8e4d4468c9222d85b93d818b5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6b6e32a19d324287a15aa3d7a59878b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8008d8c828a04689a1cabac9d024ad1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d16aa4442b274579a6471579569fa4b4", "region_id": "RegionOne"}], "type": "alarming", "id": "a64d31cac37e4cea8badb7c785edf038", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e97182ca8d80488299b38d7f87ffd483", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fbec30ee13204ea7a9d5cc5c6dfad7ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "03aebe68553c4b55aa2395fe839a1625", "region_id": "RegionOne"}], "type": "meter", "id": "41a95290f8cd4ff3917d01a45b0c6344", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "714e94eae4b04d82b775eb63d5e55394", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9038e95d9bba4ca0a314daa6723668db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0a9778928df2410f81dbd540a142c534", "region_id": "RegionOne"}], "type": "metering", "id": "02bf935431dc4e5fb6c341dacef4d530", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "49149b7d2cc7498396ccb859f30b0834", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5e5524f640c6419d8629fbceacdb728b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f3313a04bb274de19506aacb95200f6f", "region_id": "RegionOne"}], "type": "telemetry", "id": "d7dfc7a8d1ed4b9387f9fb85bac8764e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "324d98cfba2c43e089034c9a300a6718", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "53b403e4e28e4f3bb38c0566a19595ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c789d2b8d6f74ffdba92f7efa191fbcb", "region_id": "RegionOne"}], "type": "event", "id": "198b7ba0dab846418cffb251bd4f53b8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9a4f7ebab4754b47ba1911ecd0f83fa4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "455bda1ea9d245ba87c7fd01ff8f9367", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "33b2b8a866c04dcd85b68d876d431674", "region_id": "RegionOne"}], "type": "events", "id": "e2edae677fae4890a7950bd404d77568", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "edb9806bf99b42b6b413e3f233df4a2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ed39935dd02d420da6f6de1e0da3a811", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "484c31c8a5ba4f74a9d92d5ac93f52f9", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f2da49a6b66b4aa5922c4f0b93e04d86", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "84017cda692f432aa7cf6bbfd41eb6c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "29302877af70436aa15f6701a5ab4881", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c5fc105e27bb43ec8f7b2193ce0633e9", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2e6b92868ac54fc2b8a500c1e0d86b58", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a6ae6de985954b58a6280a5e43bdc6f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9b9d63211d32452d953f698d2572c9cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f231a04ae6444b8fbc8140cbf9fd3cc2", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "83af6516a01e4399b5e74b6683e7ea1b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2494fb51abaa4e00b6cbfe427d5ef462", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "51d7bca2ffe5483da1ccf5d6f584919d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6a9fc036ff604d09afbf4c1eb706e2d3", "region_id": "RegionOne"}], "type": "tricircle", "id": "8bcde532f110490d89acb755f427ab30", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "df968cda6b09436996fc9fbb9f3c9db9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2f7113bb087c4dae9b35815e0d449d84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3b283c2b9aba44d2bba9e0306d972e63", "region_id": "RegionOne"}], "type": "database", "id": "31bc73727ea44fbc9c4b724f81abb384", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7f719de91d8649f8b77156d7823c590a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a659373f8eb34221b354279739c99790", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ef3be1cd29274e7691f5e61ae28f9aca", "region_id": "RegionOne"}], "type": "application-container", "id": "7cddc45e6868465fb4e6f4b7b8a2c072", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6dc93d984f8148c3bdba4965b2378fc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e031d927382843f4a436617561dc9043", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "396e5c66a0b84a099d6d7bea54cad45b", "region_id": "RegionOne"}], "type": "container", "id": "ccca79479cab4b0596fcf7af8c8d2fb5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d9ffa7f492f048e5b498de27f60893de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1b9965fae2ce468e9d1dc2f3ff37acc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3aef1d04ddf741d5a6c3decd1e37bbec", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a8f7953867d2459c8ebb75c132dd2157", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8337c5c862bf40e29547a4607c16ccdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "99479c0d672b448dbbb1a5c61fae7f12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4efa2fc698fc4a90bce66c85498fd18b", "region_id": "RegionOne"}], "type": "rca", "id": "321f1c5207d24308abdd7177209f4e1d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5b7e55e5c34c4713ba7bd1b9f1d9e02d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5b75f25325b242f487ea41354b4fe574", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a51c3ffab587475da059b26272322bf7", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "db32eb2538574092b00c9c6e7d508eb1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e426f093ff0c4f52a3865fc1d480adc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a01776bbba804d1c96947ddcb29c34ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e08ec6242f3d43b29f6c8a0b030d352b", "region_id": "RegionOne"}], "type": "network", "id": "0c38d54fe03d407b89cf79e084df209b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6d52b46c2c5946459dac9d83e7c8630b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4a2e4c0afb5348f0b1fc555d7ea00612", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9d18289714d64a7d8c0ba41213c6b35d", "region_id": "RegionOne"}], "type": "backup", "id": "1bbd55314caf409185fd54b08d4d963d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bf8c9940b47d47fcb9dbb5876e024add", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cd8680c6553f451cac9cbc6155c70f2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "032a3456203e4fd597479bc29dc499c0", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "695ad2c6f12f4fee945ffd08a4cb77ea", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d369deb9b87e4ba1a949c5bf00a38652", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6637627eae32423383cdc40976ccd35a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2fdafef93cbb4a13b4cf95fb9d841c41", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "96a26e9b6ddf42478a21db3c5c367e26", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8faa84de9dd049af9c966daef4cb16ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a4675a01a2724a3e81d43c6700e0caa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f8616823c6d3432bad00d540771c8795", "region_id": "RegionOne"}], "type": "monitoring", "id": "ce83a5e4fb76485ebf17df73c0ad08bc", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "387db2b2a6c24d2ca50acc7db770e77c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "232a43da2312443798d6ee2ca3504162", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a559e720756b46d8bbf1da75aef500ff", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3929c423ce794130b426fee0143b4210", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "950071a7f905468cae748170ae7a7039", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7d7690125b2c485eb22f94fb4f27c308", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e610bfa0c34d40179010ab378dd156dc", "region_id": "RegionOne"}], "type": "placement", "id": "425e2a6c0dee4a5ea0818b0dba62a4ba", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c33f92ddc03d4d9493b4ad174587e3f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0de4e5303e17468d816ba93a762a618b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c49411ef6a4349df8f39c9e73e921887", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9f6dd4f6112c426db669cb59feaa07de", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "aec508a9cde5433ea69b3332a5188ed0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4ee364e3b9ad4d77a26d775eb1b682d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "00ba30db30e2439eb0a7dbe628d80745", "region_id": "RegionOne"}], "type": "ha", "id": "36ead35098214ac6815eaea13f298005", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d02f5421f1d6428898d5bc4b4a15c857", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "499d3d10289c498cb2cd82da740641d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ed005868188c45658a03e13aee0ac306", "region_id": "RegionOne"}], "type": "reservation", "id": "d5b2a0c5660f44b49aea4e60edb7cfe0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "82b0383093144473b723d187dda6e511", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b4bb4d879c4a4989abcd1e57fce74320", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e77231a7ba864f71ace2da299aa54141", "region_id": "RegionOne"}], "type": "function-engine", "id": "8930a7db83984ca4b306b326c153bdfe", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9b22b7256a5646329ec8a1f45ba56d5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "291678049d47460bb91cab107d8ce142", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "8515924f1c26412082ce8bd2d7ea90ec", "region_id": "RegionOne"}], "type": "accelerator", "id": "30c37fa9ec254384bef0a9e601be1b59", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e68b3824460442d396b90d302be5ea16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "81adb5b163ab439594b0e03a34f0bf86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cb48d7211ad64931858774001521bf39", "region_id": "RegionOne"}], "type": "admin-logic", "id": "04a0b10da7294ca7a6fce67b0815e62a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3206ccb8634d40208925bf59e44aed2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a8e100179a53437b964ceec2ede6e1d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ce7be8c3a65a44df92210826b44b84fa", "region_id": "RegionOne"}], "type": "registration", "id": "7fa96a51baf144509af1b6e8caf1ab47", "name": "adjutant"}], "user": {"domain": {"id": "147d062bc2ce4938b4821d880fc3b28d", "name": "5a77e069941446d2a89097111ed67b52"}, "id": "6aeb87efba8b44819ce16c2cd0fbe06b", "name": "79615aba89b64a79945a5ee841bfb3e9"}, "audit_ids": ["5f0a55360bc04dea8e0a558f6d8c1598", null], "issued_at": "2019-09-19T09:04:37.562144"}} 2019-09-19 09:06:37,744 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,746 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,747 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:37,778 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/6cb5ab2a-078a-4cac-b46f-2e753ee51d2d -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,780 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,781 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "6cb5ab2a-078a-4cac-b46f-2e753ee51d2d"} {31} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_inspect_machine_failed [0.295105s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,575 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,581 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,582 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,584 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,595 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.510453+00:00", "project": {"domain": {"id": "d8d8e5a01578477184be63cc33ead3cd", "name": "f2f2d78b277b4694a73c85f445c5e38b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "2bfd95ac6d834fbc9cdd8b4635e5ee0c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9dc26c99a3d443a295209a4b2fc5012e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "fcc7522ba27245ee9a16115f77aeac86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "363d3a98e2554beab13a631774832784", "region_id": "RegionOne"}], "type": "identity", "id": "b06d2b4607164d30b2d6d4a1f48357cb", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ff6efbdb87424c31992042c5cd57380c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8b835a4c1a3d4ae9bdac3da214cb1973", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "df741d4fca134ec181f1379fc0fdff9a", "region_id": "RegionOne"}], "type": "compute", "id": "3395e6e49f70495c9f391fa61f6361c5", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c615da362431446d871064ae286fcc9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f3f96c109f4a4c5bb205f50239a94a4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "af1fa27173ac491e9705989bdbb0379b", "region_id": "RegionOne"}], "type": "image", "id": "7602a4459fe44a84b35b726a6f3f19a3", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3f023b6e64e341ebaa14a233ab601ba7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "30c17368f4f64772964cd807c2ad9943", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b7894473ff624a74b011ce6dc4073433", "region_id": "RegionOne"}], "type": "load-balancer", "id": "22478ea477ae4984b5af2c1eb527f0af", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd26be87ee3749fc93879beedee5e1d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27037c36fcde403ab938293a9aeac7f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "207e13b779ce4e928b35e41b97754ff4", "region_id": "RegionOne"}], "type": "object-store", "id": "618846587ad54e959177229a4abd3e34", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "64e4ef85486544fc9423b209c41dc62c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "65a0ac0efe5e49dbb495cbd02e2b70d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "546f7a9d70e34a679bf08063171b9399", "region_id": "RegionOne"}], "type": "clustering", "id": "66751c307f4e4ed680b47d8a6dacd00c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b46feb6ae80e4cdda139fe56f0b907ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7b223f9d3b2943e791b7542bc23f7936", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "60f6af4c362f4c20b2c6803de491336e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7a0434fe36b04eab8a49b0754edfd465", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "559d20b8bd394918904436ff68ef57f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "515cf11245f14faaad37b203920e14ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dbc058cecd534898bfd0ae7c169f3f0a", "region_id": "RegionOne"}], "type": "cluster", "id": "6952423a75ca46db9c834f916f160887", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "aeb6f8e5dfec44e19b986917dbd178f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "17dc728151474bf7ba87df51a7bd7eec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6b9553a810ba4b34be16bbaf83b99201", "region_id": "RegionOne"}], "type": "data-processing", "id": "c1c98a4bff504826b5a7b58afdf23c9b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bbb71092b16e4c2c96d84b5838459719", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ec6e3bf4c0144ee8ab10b70f0968c380", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7262e33555d24aa3b2288460743f5cfc", "region_id": "RegionOne"}], "type": "baremetal", "id": "d7578126192a4af8b0652821a8d0a812", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "897271c3591a499f8ba83217e9d41d49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f7f461c6767943ce916ac01c0512b158", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e07cb67794da448ba39220642300944f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d1519e8c56df40a0abaae3d465e5e179", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "83b3ed2738ee45c8a572fe2701aab55a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9eb23e6f1f374dcbb2e7d244ae04290c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "8dabd291a8714de1b2707600bf87332d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "aa1b18551d9e40e88355138527a57a60", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6b873a78c3aa4ba2b59bdb81a6910eaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "90d0a1707301477597577dae55a3d1ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e1a00d2a105740cb98a25693742a394f", "region_id": "RegionOne"}], "type": "key-manager", "id": "1a2a491364ff45eaba395b18bdb848e1", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bb5f2a15f5ee43d4b2f5a5660c9ebae8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "debbab7bfba44b9586d39ff7bc87b6ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ea762a66f14245dabff0e95b9df8575d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "377c509436a7400a927b0cb6065147d7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8bfa4ad360f94ab992fdf472d333f443", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b6ca3fd7dc9d456d84a6a87d43ea31b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9b69ed6385c54d5689db7f650e65b137", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4391ed5f093b4f4aa15f23aa1d0125d1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1ada4d5f7c894966ae65beec6d19173f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "aa11550f8dd84b1499c529b8fa495332", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4c6e6f9d65264bc9b36a7aec97916a3b", "region_id": "RegionOne"}], "type": "message", "id": "e8821a1eabcb4a00aa2fa446d4701986", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b5e4febaaf864e3eaefcc7091ed18a2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a8fde281b2564a1499614c2faf67c868", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0e4bb93e92a84200b2990bfef704f097", "region_id": "RegionOne"}], "type": "messaging", "id": "40f9e64501094e098768a24b20d0def4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "18c328efe2ed42f19313428b4268467e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "edaaac4c87464973aaa6d19ffcdb1634", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "86bd8aed39b045dbb854cd5809af4457", "region_id": "RegionOne"}], "type": "application-catalog", "id": "51d0f2b7505e44cc8c733b2d4ab71ab6", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b9d483959304495dbaee1449d6d253cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8787116c33014f37ba32c7dcbbedd7b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "21e04c049e394ec4953677170e4c6c04", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e227df94c8df44efa5326c71d965e837", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1159d305bea04fc08a6a6388cb360903", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a066ca467fb8439eab618fc10f8b10e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f7ef8e6ecd5d4abfa5210896e0204fb8", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6b18457405bc4793bd428148dfe522bf", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "af1cb729b43641349a080edfc5d3315e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "563733abe5d24185993dd8dc46af86a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c18e3d3a57341a8bf697744decf8d3c", "region_id": "RegionOne"}], "type": "container-infra", "id": "c847333d4365400f9184648dfe364db3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a5851c35ee0e4d6a9ab300ba7eca4c16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5be74ea99f34412bbcb7b50187b63e91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5d2c5bfcfea24849aab713b14f2a1ee7", "region_id": "RegionOne"}], "type": "search", "id": "2bf8ad853fc84ece9d449d9b76459d93", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "eaa940e40225469b8d4240ec54a28914", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "12f491c916374a9e80a4b4cee3472462", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ab4a1ad9b29b45b383c4af50d8fb1d06", "region_id": "RegionOne"}], "type": "dns", "id": "92cdc85939aa48bb89398e7894e4018d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "397053d147f54b368fe0608db71a1747", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "04ed055fe6514fdea1bb675ff0bb9278", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "73daa77024f543b781efbcabfb26e056", "region_id": "RegionOne"}], "type": "workflow", "id": "cea54fd4d65c406383335ced73e344a1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8ee9784abd724ba3839c74bbca89a3ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c1011d5c24cc4b2185f7d4f84b3118e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4925e3e0935e4121bdc67686a22f1f65", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9e0a2614d52348d2926f140c0266fb97", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "66cc044a088646728c0188e12da275f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "8ea27a1f92e64a21974fb0bdcab6f0df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "584579e6e4104cd9aedfc0bd7877ccf5", "region_id": "RegionOne"}], "type": "rating", "id": "5bf1f08af398499a96308689f5dfacd2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "97a9dcd510a3409693f0e5a36b6f7321", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "abbaec8bcaf941f5ba788db6f21aa1d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ba2f262cd7ff48d383d0ce50190ce212", "region_id": "RegionOne"}], "type": "operator-policy", "id": "52b25d0f6b1e4c7ab2923aa721deb4a5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d4f99e12f1a644c2a791a6288893cf8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b64f889ac72e48e58f23fddde90641a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ea8335f6d3a144fba8b1cb314b2b159b", "region_id": "RegionOne"}], "type": "policy", "id": "27891bf8f0ff484a9b0efd27d6193c15", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4269f44700c9425c858ab35d763a34c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a4cc1feebd73401582dea122741430ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "30b2098f57984186a7dee3583816c492", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b7ee14285cf148fe97147217dc66cf54", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8ba0dca2839f4c43ba2665880611b4b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "da9570c3467243e691a9226cbcac18ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5febb24f4faf4196bbd60621d1fed8cd", "region_id": "RegionOne"}], "type": "sharev2", "id": "2bdce3e1922844cd9ae255b18bab7550", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bbb37f523ede4bbc964be5a4cbe3d852", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1fcc1f086251412c8b0d2e4da87cde6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "aa1649b85fcb48b3824369661cae8234", "region_id": "RegionOne"}], "type": "share", "id": "fdabdc2163954d9dade45f3d695e5521", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "74e1e326a0d34e43b31fede374befe41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fdc883f02089400dbf1202eb53214cf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "94389434361345c4ade19a203eed26f2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4e986bbc863a44ccbc23930f45f70234", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce93c577860e4f33ab150a303ce45530", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ce020dcabb94003b0fb34e7744404cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5def809b4404400ba5909c7685afacb4", "region_id": "RegionOne"}], "type": "orchestration", "id": "3eb589e70cbc4ebda0fa60a48616bcb8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52e672ad67b2494c96897c21fd6306a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b15ad0eb3ba14e428c41f70160b29d4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7969279966bb457898c8cb2c23fdb6c6", "region_id": "RegionOne"}], "type": "block-storage", "id": "f137339c4e9e449fbfccaf07aad9e4a1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "491fa3570ef44afbbd75abd5764f8570", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e7c481faadf46aaa649051c6e4c4483", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6b7236616a34f0294b2d7d7e4aaca91", "region_id": "RegionOne"}], "type": "volumev3", "id": "c9c3f0b6f5a644be8700a67d1dbf2b24", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "beaaa00e210e43cfae0de7b2212c1921", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b00f7c74f174459eb01f2f4da7be1c48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "459016b9fb2b428dbc632b3566c8f6c5", "region_id": "RegionOne"}], "type": "volumev2", "id": "05f82feb126f4677a8e944928f9094f8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bce9528385984ae6b1278d1a0b63d084", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0410147a28bd43f39499a097cb3b8713", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e4181f8a5064585a3dace66a680f890", "region_id": "RegionOne"}], "type": "volume", "id": "96ac2166c5c7415fa1e1f1d87b81c501", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b55dfcf4969e4422a8c841525f857504", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7615bef80bae463cb5a75f22fc72e4a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce293594e474425c8675d8b1d72e3aa5", "region_id": "RegionOne"}], "type": "block-store", "id": "5dd82dbcb1044dbd9bb2774d735739e6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1145101bf49945b581d0e2ae3bfcf3c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "280367da35864c1e891153083279023f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5000adb2ae9c4bc8b064aecdb67773c4", "region_id": "RegionOne"}], "type": "alarm", "id": "be03949d70154f288609ad71fb5d3313", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "43fb397153c348c385166a92e3e66cce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9dda8c8d15b84d06abf9a8962715995b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "41ce49d8a78f43b68d2487fae6e4c645", "region_id": "RegionOne"}], "type": "alarming", "id": "52465f8dbdfb4a82b0d43a14208e1b1c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "924b2c3313ea43a2b5f1df6fa39f3e28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "35a90c8129504aeab1ae3e1ccff456bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b4c8e8ffa7ef4abebaeb68924f9be4f3", "region_id": "RegionOne"}], "type": "meter", "id": "119e37461f1c4be2a642dd6b11cf6f78", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "320f69e1732f4d619ddda5e1e104edc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "462f4e421c0640b1af470bfce135359d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4cad830fb5764d0fbda961da5083f038", "region_id": "RegionOne"}], "type": "metering", "id": "7a9b2bc5005049319040cb9a6f88e25e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "137b424aa7744b4297aff187f48b7d36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8e72911a74334b108c640f52b25b7e7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "54fc8c32af9643a1a5c7d7e2daf420d8", "region_id": "RegionOne"}], "type": "telemetry", "id": "613f12febece4935a6ecf7fdd86a5339", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "267f5e242328401c90a35ddeb09f418e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9eb58e2c9a274477b26a791d517ceee4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1942a3c62bf94e189b72a715fa25e51a", "region_id": "RegionOne"}], "type": "event", "id": "ece563dd52c7459aac1ba071f6c30401", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2687c7ac763141c3a14bbc11a693a29e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0d3187fcb60d4287ad978c9a959c6b45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "97b3692a899f4a408978e3ad2795d526", "region_id": "RegionOne"}], "type": "events", "id": "5aec90e1e9234c8ab71b60a8bf188292", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f0a98a05c3534a91b247a6636b1237f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b922210069da48369f92437ec9f9e438", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "cc0181eb27d547aab287bcddeec722bd", "region_id": "RegionOne"}], "type": "application-deployment", "id": "523bd4977e874dabb9694da8f9fc6f04", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "06e5bb30f04f4dd694350b663db21304", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d5195836adb04cb482ff7cfbc0528ab5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "04dc6178d3bc4b0caf3e317cdc555871", "region_id": "RegionOne"}], "type": "application_deployment", "id": "bcd1cb5abf034a1184ee5c2dea00f7b7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "87c70b06a6934df7bb00819c0ed7da03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2633b16f88804d6ab18319579ba446f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "891ef38e6927424fb54f323b0d6086d8", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "430c589c97c54e74b8adbef32fad7835", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3527eb37729c4913bb556b5347cc98c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1309ca6cbe4b4a77a26dc74f72c3021c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "65d49d616a5b415a9d9bf334d27c8098", "region_id": "RegionOne"}], "type": "tricircle", "id": "11cd94635ef24771b42018cc98cd1d9a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f454a572edf64c4db517dec1f6609075", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5f02224ba6b54522921f9070f9f51612", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "412c0428e40e4e6eaf153d0e40ce983b", "region_id": "RegionOne"}], "type": "database", "id": "f2edf2835a714e9bbb0c2c77a427bd49", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "23b8fe6f0efa4545ba88fdf4c5464344", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b98e21c7674249f5bc03505f70dda138", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a8f70ca4605b40d78dcaed36350e7bcd", "region_id": "RegionOne"}], "type": "application-container", "id": "1f0a4be0c0fb4eb0b4272031832cd101", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0f77256412224c1fbc4a4b7850c2a1a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5964463929f341dfa35b97c109f77dee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cf72fa74f33248338441c335deabe037", "region_id": "RegionOne"}], "type": "container", "id": "6453e65fc98b4e95b96caf0536c00b2e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "66a83f4c50e8407294681999c6991e0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4435595b5fa04ed498183ba4d8d86977", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fe53af9194f447bc8205d16a4b11fd7e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a8951f508f0c42b69a947f497d7dec2e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1de85dfaa8014a96b265c3807de7f62d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "023add49e31a4ccd8336ecee6ebdb848", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1e96cdc6878744c3982fd359ce209007", "region_id": "RegionOne"}], "type": "rca", "id": "09634df046c94d6c923c50db4dfd7f11", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b2224cb00a2843fa9c82ffea305cea4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e1349e5c867547028c54fa8b1a9f5494", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "82acde3fdec44f3f90248ee7fb7a6d23", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "cfde637929ab4281b8a4f3073d632dd1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "89a5e935f1074ce3a69397d216b7ab86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "91c82296c1294074ae2c246562496eba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "35d6e6dcc3444aec8dfa2c21a0799e77", "region_id": "RegionOne"}], "type": "network", "id": "e1bdcfe1107549f880b4443da4dd0096", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "bd4733d0058a400d92f2cf190a3a88c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7af65ca37bc64d0cbe25f999c5dbbb95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4b31f989b8fa4cbea1a127ba27255fbe", "region_id": "RegionOne"}], "type": "backup", "id": "0608b9dc795a441b9f991ac2f13df1ac", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "58197835a039457db71c77ed88d1dc5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2abde1ddfbc8440eb1c07a096c6b4712", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f22cbb7e65284fc6a5a8805ad12e52c8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "754e4d47750f45f9a85bd8fbbfe6b545", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5a3c3151af79454fb82b2bfc404e660b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "31712dc1c5c345c09cd4a31f25ae5c12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6c3eb775728d4b569faf69ad18d826e2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "99ef15cc11b640c584fdeae05c5446e0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "820f9b939d2149ee8688e31ad0981a6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0f0340c4772745a1a7e8725e558b7b33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a08c1855bfa242f8a134cbb1a3e0b0eb", "region_id": "RegionOne"}], "type": "monitoring", "id": "303c70f8d3f843259234b28565cfcb73", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c2b7887c99b647a78b651858144c2e44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "328cc0ac490d4b578bedae23e6170d68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8ffcd4d8ceac48f6a762effa452b4aae", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c658d493b0254894835c37308c64d826", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6eaadd508b284f368969acdf42f7b986", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f205431bd177432f8abe15e9440e0875", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "404f971272fa42f6bccfaf8883d45f30", "region_id": "RegionOne"}], "type": "placement", "id": "425efcc2d9ac4a2b895d3c4824bf2cca", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2c2787e72e584882a30c247eaaaa64ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "375bd4b1a6fb48a0974bf7549d131613", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cafde09261894d5c8e6c9814deb76f1b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "bee68bcec96c4b27b0a6e9beabf93b59", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ccee931947f1436282d7795769e85c23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1fd7e5af17b34b5b8445fa1f405daac4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ff3e91e75fb5423a938385d14259a2a3", "region_id": "RegionOne"}], "type": "ha", "id": "abcc1d6539e24555b6e98db5b802dd0a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ed3fd0ff864d4fd78a87deff3eb30eb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8fd37499ba804661a6475e1e934acfc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "aa786542f7434972b4356e846975e1a6", "region_id": "RegionOne"}], "type": "reservation", "id": "23f3f59a316241a384640e22c0462714", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ca6ca2b4cebc4c6597cecd7d55100d7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8a1bde0fe2ba46ccb9c21bf18733c51f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4d81675907474e6ca641a444754e4edc", "region_id": "RegionOne"}], "type": "function-engine", "id": "1ad967b16b234382928e16e3f7b89a64", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3fcc7eb9e6194792bff67f399b85c10b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f0abf480fa1d48bfafd164e37d4ec9e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c33f0afb486545bb8c29f9afb890e3a2", "region_id": "RegionOne"}], "type": "accelerator", "id": "5b5f02aef9fb4fa3be4322bf85b52612", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e0afdfb59dd6409ba5d6896aa5274216", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "68f493029f95413db65305da7e6e4d7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "93f16e5be1f04d4a94a98f7c7bfc5044", "region_id": "RegionOne"}], "type": "admin-logic", "id": "fdb8892c71f74893ae73469501c5fb3b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c4994a0c97fe44f7b6ea16e4855e155e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4265174feb9d4298b1fe6f5ee8e7a8cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8571d5a9b1b149d7aaefdb5762d5d843", "region_id": "RegionOne"}], "type": "registration", "id": "4246565903604d62af8c70ad2cf96c3d", "name": "adjutant"}], "user": {"domain": {"id": "89daacd8d118435887657f62a5cff9f0", "name": "55b51f7b75fb48c39faa3197199f3b6d"}, "id": "e354953c3f6647b6a88400b5ef8af338", "name": "b6838291fd314344bdcd83cfcb1227bd"}, "audit_ids": ["2a73ed9b7e7e4be39e42eaf4f02a82e2", null], "issued_at": "2019-09-19T09:04:37.510453"}} 2019-09-19 09:06:37,674 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,677 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,678 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:37,740 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/8051e394-c59a-46a0-b2bb-332488110563 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,742 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,743 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": "kaboom!", "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "inspect failed", "reservation": null, "instance_info": null, "uuid": "8051e394-c59a-46a0-b2bb-332488110563"} 2019-09-19 09:06:37,755 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/8051e394-c59a-46a0-b2bb-332488110563/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"target": "inspect"}' 2019-09-19 09:06:37,758 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,774 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/8051e394-c59a-46a0-b2bb-332488110563 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,776 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,777 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "inspecting", "reservation": null, "properties": null, "uuid": "8051e394-c59a-46a0-b2bb-332488110563"} 2019-09-19 09:06:37,779 openstack.baremetal Still waiting for node 8051e394-c59a-46a0-b2bb-332488110563 to reach state "manageable", the current state is "inspecting" 2019-09-19 09:06:37,780 openstack.iterate_timeout Waiting 2.0 seconds 2019-09-19 09:06:37,796 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/8051e394-c59a-46a0-b2bb-332488110563 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,798 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,799 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": "kaboom!", "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "properties": null, "uuid": "8051e394-c59a-46a0-b2bb-332488110563"} {24} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_register_machine_enroll_timeout_wait [0.279600s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,517 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,523 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,525 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,527 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,538 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.452458+00:00", "project": {"domain": {"id": "0053d73a75b647b4944dfe1d5a5668e7", "name": "00f366e9e04b467b870982100ecdc35d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e3bebc81c7544a659294545f957ace86"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "21713b69f15547ca869eb18620964801", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "cfd150911cc4463993dd81ff0189d6e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "3d4cfa5edb874503a89089bb1672dc03", "region_id": "RegionOne"}], "type": "identity", "id": "fcf674dea5b543329f2bcf96500ec7cd", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cdee911a27a440ecaa7619ed52d0ddc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "03cc5e3777fd438abac042e12cc0d458", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "67ccfccc22a644be8e97b2e80a88837b", "region_id": "RegionOne"}], "type": "compute", "id": "c856719b12f441b4897c8880dad6452a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "8a43f611238c4a50996cd032eda11921", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "208665ae48444121bf9551fd8c3db04a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f8d5cf5ca412462e9fabb582a827749b", "region_id": "RegionOne"}], "type": "image", "id": "07e70b3d176045ccbe6691d4036df679", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "77b0b6ae9c0d420fa7b12f9785cf04c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "201b0e1370ee44ba8309f2a1d993df53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ad2360d5f6674f758dd3f8a8457e6cef", "region_id": "RegionOne"}], "type": "load-balancer", "id": "744bffd9249e4d609e254824f0f32f36", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8db021ba1d5047aa92c56c97a876e72c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4a58035c89947a7b7853a13ffe18e0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e58b599d74c4ada9e9300c8119fd0f5", "region_id": "RegionOne"}], "type": "object-store", "id": "d8a04dc764fe4912904f31dc349ecf1e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3f24cce1602a4755b5e68b0d9dcb5c75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "200350fd26ee4d51ada6e2dd5210544e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "15ed76f3600149fc8591620b06244987", "region_id": "RegionOne"}], "type": "clustering", "id": "f185a78374bd433199baf94041b13f47", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "26a3abf425f64deb95e2bfe5110f4ebc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "56c06956837d475a8399850faa6ce618", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2c52371f7e944720bcdc5c02aa1c1c95", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "37eb9221bdd041a1b470c00f07ec14b8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b6c71a5f353242c0bf19cd833b68a908", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "56a334cafdb04bcdac4535333cccba61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5067a2b2e3374d94b1057e4026c01f85", "region_id": "RegionOne"}], "type": "cluster", "id": "f4873ba822a14ded946e54ef4e6df8e1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7db6343f28a74d06bf1f070480a25ceb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "91b0ebc6a34b4eaf8611b37af82d1e64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d44ea24de9394caebc8413e4fe74abd3", "region_id": "RegionOne"}], "type": "data-processing", "id": "4193474e7b6f44a89fb5fbcb373b23ea", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cdc55125ba374ad1ab06fca113808098", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f1e9034f4eda427a9f06f0ea3bed053d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "443db28f764d42cfb884dec6193765dc", "region_id": "RegionOne"}], "type": "baremetal", "id": "13f3e3204d074b1982558e0ab91c355e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ea3994b2931947eda86e6e13ec020458", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "688da0e980fd4d8db260c6acde9da2b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0799a67aff8c4aeca8ef22a562b04c00", "region_id": "RegionOne"}], "type": "bare-metal", "id": "53e2238c885c4df196a14b43e663a270", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "aa67de57dec844d0826a027cbb85e4f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "36ba2cb3e11540f48caf6f3422633653", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c4f61d142e3e464cb5f9a14604c455cf", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "dc8f96934b2242e59d23ccc8bc3363de", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c7be419d0854417ba1b7b9cc6e5c61ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "50a4a10761444c2aa6fe19cdc8d6aee8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5797e389c4e145ab88d2efa40bf212a2", "region_id": "RegionOne"}], "type": "key-manager", "id": "16d8834749dc4f9390d83c346d09aae6", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cdd07ff6d38d430bb986059d09b8cffc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b3bcb0bb42d443679e518b610ef37ac5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c56bde970d4d4c6d906083bcffc83f56", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "df21227c6b3646a98ef6c8883568829e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "003c730f8ffa4d34a29ecb2ccf8718eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9f44839a2d124750be2b2e52f4b245da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "07ad9d80c0ae4c9fa145258456a79133", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d79e20ab42564411a91b7c31dfbf9e67", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "971d28e651d043aebad4aa46bbdc3f68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1d79c29065d44ce0a6e396025a2c8927", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "42096b0ff0ac4c028845835d10305148", "region_id": "RegionOne"}], "type": "message", "id": "995d50fa5549457db7a03fb2b38f9274", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a1623c8a7e56405ba7ef4904946b3401", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b17e0c0bd8124c778385e8b0d59e55bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c21ab6c3944a4e5d8e3bee639678f07b", "region_id": "RegionOne"}], "type": "messaging", "id": "0c752579b76e49c9b94f08ed394440af", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6ff391da82db4b06a108a6a81e9a397a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "dfa230300fdb445c9fb7dba30406f0ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c212dcd952c8417b859e0cb49b5049d1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d1bbbc8aa52f4b5394b264bfd0a4e807", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9ce3d5fa942647f287d2143aa743dbbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18a366cc760f40258c614ff66d9dfc7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4c8cf7399b45477d9c47b8a0be79b566", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6866b58981d54c8291f1632ac3400299", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c60efcd6952d4c3db919f4c3553ec2a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5914daeb20474e06a56a461d258cc72f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "938968da9e954e12b387ac19a37840fa", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e472df3f9cf047b0b8992e9d8df45b9e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e4f5787cbdd64f47a2e3d307b757d100", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bdd6d5ca0cfe4b399960bd8d066510ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "29d3cf57ac114977808340f096bee275", "region_id": "RegionOne"}], "type": "container-infra", "id": "3ff234be3c12496fb81b0c852ea87876", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b006f93e9bdb42ccb6847af0cbe3dd7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "315974ac15bf4f9a85c818f78588ada6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "0193def3ba9441c8aaf91c8bffda3a79", "region_id": "RegionOne"}], "type": "search", "id": "81519990c40a4b4b8a8c62fbe980a16e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3b8e39d7c87b4ac4b85d0e58f120adde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a41abf17baa541a186847abf75875a3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "0f0b8389f6d443438f4b476f71cbc322", "region_id": "RegionOne"}], "type": "dns", "id": "b70b5f6851564d94a1ae280e8265b239", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c7dabc05e0f54d63b7729196138fa2ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6f593c86daa34167b3b182a39e6176a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5fa1adeb09af482c89ef3c2547c0c09d", "region_id": "RegionOne"}], "type": "workflow", "id": "869d7f40d3084af9a4928f27dc48e0db", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fcdc8b36f9774e96aab31f597d878bfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5422ef756c6d4f56b054b48169cd57f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fb56a7638cfe4f1bb23b5eadbb7904e9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f7b44ac551ac473290daea9e88a234b7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b15c8f7da93c4ed5b9a24459529b89ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "275e7986443a4fee9f49b6a52d409ad4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e5dd26639ce441e29a776f08891c02b5", "region_id": "RegionOne"}], "type": "rating", "id": "9692f05db2184a33be8dff6102b48a40", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a9afab14ff1c43d099cd15c16c2ded54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2f7a6c7a509b4d069f47fb20e1f19b78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a2dff3330e734c1fab1e9b251ea01d45", "region_id": "RegionOne"}], "type": "operator-policy", "id": "22c8e7cdbdd24f0cb70287cb08ba05c9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c2ff26b195c247eda04c9d7f1a66ce21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ff920e8d976644a1b69898ad615854c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "45c44814e4f843049a5f1c238c2b4a56", "region_id": "RegionOne"}], "type": "policy", "id": "8414821490484f98a059a607c70dd006", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "17c37c57d8d744a28779831ce8f58d15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "52bb784ee9854a699ecc3b7344756fe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4275d1aed0bf49d9bab4a71b360c4b71", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "60675460569645ed89081bf251226833", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8aebcfbff1834a29a641f6ab3f748757", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "664fe6ceab0b4b2180a4d810390a6b97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a212c745fb98419b96f46fd8911bf156", "region_id": "RegionOne"}], "type": "sharev2", "id": "c624c9a2611c49c3b5381526b1351f19", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "129e87bdc9e6466d9035b2c55c4ecfa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "58a7789ced77493b9e5849fb850e953c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6a0b6fdab9d641b28fb517d7ad4b516e", "region_id": "RegionOne"}], "type": "share", "id": "7493170f8fd24c4abba28e79b4682fe6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "be91a62b1d5c401b9f24ce2f83abe3b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "63e9d786470148c6a6347c841c8fae8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d8ff4867b0a449a2a461ea4648101ec2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "26d943df01414e0d8a4d5bc245b36a8e", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d43524d91ef947ff950cf2738947b056", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "547f80b4e9f24286b64e3990df12dfcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "288e50fa7e0f442eac5a7a66d3cb73b7", "region_id": "RegionOne"}], "type": "orchestration", "id": "aab6a700f8414a708a02ae648f6ddc2e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c5b58f7af3849f091e0c4bbe90fc9f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59b0c853230d49de9151c444fc25aabe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac7015b69cf24855a3964a7a79383fb9", "region_id": "RegionOne"}], "type": "block-storage", "id": "cc4bc37ef5564d98b2b08030f31a4412", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49a885e4732f46078ddcab0f5617724d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dfa50a485a2143a395625100e64ac35e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9f6b051c10c4823a48ce9ed44390212", "region_id": "RegionOne"}], "type": "volumev3", "id": "7e624a74dd7f4403bd842ac38c8cca79", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24908f66570641b6bd480e4460faa751", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ffdfda8cbd44e3e9aaa3b6b5910ffb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9911dbcacc1e4b0dbb4f228879c6f451", "region_id": "RegionOne"}], "type": "volumev2", "id": "6dfbbda60dda48c1b533a0be443235bf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45cf007b3dcb4cd681803fce84eb791c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "380768913b7d4c73bea25e94164ca4b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "398bbe58c0344f4a9195333e6f951723", "region_id": "RegionOne"}], "type": "volume", "id": "b296fb913a0048338f8681a1a7cbb3e2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb1aab00909c456496b43987134b72fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22eadfa5f4414c758910bd6b5b313797", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81ffc58734d34e29ac1ce0dffb51a960", "region_id": "RegionOne"}], "type": "block-store", "id": "c388bc3418134af5bf5893760be8b3c1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6f0857c151614daa98093d5098578802", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3af025181f34499b9b9acaa8c4d87638", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "39129ac4cf354799bc48eca543d982d3", "region_id": "RegionOne"}], "type": "alarm", "id": "929741ed7b08456dad314865dab43c50", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "54ade49a60a14a5587094914c6f54b88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b34d44834cf944b2a382c544c926d1b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5da051b819fa478f95704db18bb6aa0e", "region_id": "RegionOne"}], "type": "alarming", "id": "732f70b0e1ad4c32af143c9827c4dff7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e349f67c5e524c10980be1e987a07525", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "08ee275b97ec46df8638837dfb454e5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a6cbb1e07eba41138cb473f7a44f9839", "region_id": "RegionOne"}], "type": "meter", "id": "ee157e4704de4bc682259003072fade1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2db3789d1e764a579cf6fd2812f2f835", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "422539873d364cc6ac139b0766f881dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "36867f60e5244a76af0591fa60a51ba5", "region_id": "RegionOne"}], "type": "metering", "id": "39bfbecc04714028b216bbe68652d12b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dcce96b375ea4091836e45e038efc33b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9ed50967d7764f8b96ae00828b799611", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0dc54cbf73fb4264a78b471859be9f95", "region_id": "RegionOne"}], "type": "telemetry", "id": "0d421723cc8541d39c56e702a5fdfe02", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c6a4fe6d2b3e4d4f93020144a3929a15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c7e9c7f980f049cfb63827caacf2c520", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0d2992d6529749e29c1f1c9ecb79b73a", "region_id": "RegionOne"}], "type": "event", "id": "8c0da712d0b74ae0ba71958404ce5dcc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "531b2ee7b2e04cabad2abe0d3e4619c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "627dc5b6f6bc489d836cd1f232d22c23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d40e6cc2b9384be7bd619df22b6a65f0", "region_id": "RegionOne"}], "type": "events", "id": "f2bc1e69a4494ec0af1a79a17822cc92", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "030b6a4293664fff848c40999c9bae7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7e7a318efd714b9a84c4d9f536e31eae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ef7cc3673e7841ce973aae762ecc81c3", "region_id": "RegionOne"}], "type": "application-deployment", "id": "04c7df16a48b40f2bb7455e0fabe21df", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e3b8ce88500946b0b538f91074f4b492", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6723ec4f3e554dc19f8e1c2d67036eaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "95805e247e604bfe87015234cfe3846c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9f8dfe762a0b487297c51ca9f76dd148", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1540b1ed7eab4f4a940d18f21837ed47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "232d7562d0de40ef93fdbc1ebab6b5a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c112c9ee1b364bb38771a449f3c87855", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "dcf5e7b3f80649a49dc1b9f2b0003ea6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ebe9e25cdbf24afcb87cfdb987d75e1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2066206ea6d74291aacc064def845824", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3ff772a4c028401a8a0810678507d0fb", "region_id": "RegionOne"}], "type": "tricircle", "id": "79f20d6eb1f14cfcbc8fc3266e5691b9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b968262e25ca47c5ac8029903569ca08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a403217d35aa40d980e717d44550d0e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "66cb6bccbb744c2aa55dfefeac493a80", "region_id": "RegionOne"}], "type": "database", "id": "ca22b7c6d3d243d08c450666706d4303", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "24b9beb6ee1d43029de071ec0aef5b89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4bcf6a6b794c4094ba436bbc6f43453f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "85c0673175f949509ba4d47f543acb05", "region_id": "RegionOne"}], "type": "application-container", "id": "c06f500b010e4797933e5dc885e861dc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5382fc1a5ae94d9ea8a8225c2d34476a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "eee618ad90854499bce9e7d3a66c352e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "93473ca8e9b248998f6cd60c84e92a77", "region_id": "RegionOne"}], "type": "container", "id": "d057cd7a12034b14a268bfa96c1933db", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4d0a758f9b174378ac9044e342507f42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b115305aa4874ff8a380bbb0e41d4cf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "187d89ad7fa543e5be172a0d99d36946", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "31b54237715446afa95fe823eba236f1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "854be8ad8754420c841e8137f3056dae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7fd6e2598f3045178281bcd7539a288e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bfd7d79a5f8b4794b35095ea052047e1", "region_id": "RegionOne"}], "type": "rca", "id": "62de3fe4ccbb471d86ffccfffaf19661", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "75b1ea4c1ebd4114ae7337b5cb68afab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3b4fa23b95814e379c457c8a0a17a784", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f464c974f5bd4cab9ebcd1c371eb327a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fe56997459de42968056f4a8c067075c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ab0d78948dd849c3920b52b1b1373525", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9d8e1441899341faa922000a2af702a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "29e064538c5c4a25ab74c299c71bd1c8", "region_id": "RegionOne"}], "type": "network", "id": "3574d1a2aae5453aabb0dab6f4cc7319", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "114998cd9ae5404ab22a3155bfbc0636", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e6c86d82092b4b6cade7365d8befaed0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ebe280e8289147359bb6012d4b8b1a4a", "region_id": "RegionOne"}], "type": "backup", "id": "818a1fa542dd4c6fa5ca5d145dc456e6", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a5c217b6babf497aad0a171adc45de64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "485cc40cc5c04d3fab9673e5caed5cf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "71483e275eed4cbab7c1f2053fecc2a7", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "85462c7ceba0455287176e938dad9096", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0b92836a8e0d47e9bbd16254666b2192", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2c3db168c7a447e99db3e8faa359b9c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "564e8bdfe28745e4b2d7f0fcd0ff8eeb", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "be668438d2994cdb9fe626a1f611d2f0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "15572e80e1854d7bb3119fe6582dd944", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "85347a71616941349291b635fbb3a815", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "95c3b80347cb40a98931c8dffd57aeb8", "region_id": "RegionOne"}], "type": "monitoring", "id": "d24a9857c86b4df483507f62b43a7a6a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0d8c168916b24aa5a9f1b7463e7ac808", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "adfdd94b7c7c4b2bb46bfa97603fbc9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b9c5bd48f9a64aabb8f93bf98de4c12c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4b099e7d40154d6bac22351816255010", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "42c5fefec0154e52ad43c44eed3e4705", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ba866516a0cc410cb469d3326a8128c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "68618aa5b25f48e69b18dd34910f375d", "region_id": "RegionOne"}], "type": "placement", "id": "7f5210af54804dbb9d99b0dc0106bf7a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b30f653ee7af40c79298da8b810829b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ba34ea20d2e547fc9ef6320525b36b83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "97cba9aeda604a33a9edb4fef22fa4b1", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1a1adfaec0a24786812a95d325de5d1a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f55e402fb1e341a8be46015147ae01b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "75fac6937f28448183499d8ecc5c50cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "55c47cfec1514ca88fa841da1892d8fe", "region_id": "RegionOne"}], "type": "ha", "id": "91909f71ce4449159a7ace8f22728154", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cbf435299aa74372968153f92415a0a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e0416b3eb33d40edae5e2d1a8b03a34f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "eab4e9eb906d4583bc79583488302d8b", "region_id": "RegionOne"}], "type": "reservation", "id": "b97a490e9dfa4178915f933c5d193798", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ab5a8a3b9386492197b99a85e85571e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c0f74d35b4d144e59bc4cfdc479cbd67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "dff9519c07394a6c9f1cc80be366345e", "region_id": "RegionOne"}], "type": "function-engine", "id": "ab8c261d6b104a4885d744f5df661126", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f554046d79db4435a6090009858ebeda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bc0fb093d6e949f983c6a362dd903eb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b15ab2abef4c4d0fb93c7c57d0b2c45e", "region_id": "RegionOne"}], "type": "accelerator", "id": "1696db5c6cda43b3a53619ea8df74ae4", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "460ecb2ba3e34facac073eb7c758a3a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "961f5777c6b44cc9bf34560ddf40cebd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "798ed3d382ea4ef7ae74807eddbea7dd", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2cf09dc90ec2418d9d9fd1f37df1ed7f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d7e7494ff41445a9b08d0dface64ad28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bd2c47ebb20a45a1a1293ba8c24ac035", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "110c3026181b4b259118a93cc039e885", "region_id": "RegionOne"}], "type": "registration", "id": "3c2e744f019a458497c69cab32b3a56b", "name": "adjutant"}], "user": {"domain": {"id": "779a03ab0dc348b2a87f4b343bf6eff4", "name": "144aa735204d47b59c7ab535e5822ac3"}, "id": "22f82f03b7eb454fbd685c6ac5a9889e", "name": "0c44e0b6a1d144398e2b96f1ad82f153"}, "audit_ids": ["9ac5df97565443dfa9d4b73725ae9380", null], "issued_at": "2019-09-19T09:04:37.452458"}} 2019-09-19 09:06:37,607 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,610 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,611 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:37,621 keystoneauth.session REQ: curl -g -i -X POST https://baremetal.example.com/v1/nodes -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"uuid": "270531b0-75b4-47df-a66e-751450f0de3a", "driver_info": null, "driver": null, "chassis_uuid": null, "properties": null, "name": "name-2"}' 2019-09-19 09:06:37,623 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,623 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "enroll", "reservation": null, "instance_info": null, "uuid": "270531b0-75b4-47df-a66e-751450f0de3a"} 2019-09-19 09:06:37,632 keystoneauth.session REQ: curl -g -i -X POST https://baremetal.example.com/v1/ports -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"node_uuid": "270531b0-75b4-47df-a66e-751450f0de3a", "address": "00:01:02:03:04:05"}' 2019-09-19 09:06:37,634 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,635 keystoneauth.session RESP BODY: {"node_uuid": "270531b0-75b4-47df-a66e-751450f0de3a", "uuid": "c01c6ab93b75418ea59458b59cb61227", "address": "00:01:02:03:04:05"} 2019-09-19 09:06:37,680 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/270531b0-75b4-47df-a66e-751450f0de3a -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,682 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,682 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "enroll", "reservation": null, "instance_info": null, "uuid": "270531b0-75b4-47df-a66e-751450f0de3a"} 2019-09-19 09:06:37,698 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/270531b0-75b4-47df-a66e-751450f0de3a/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.4" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.4" -d '{"target": "manage"}' 2019-09-19 09:06:37,701 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,720 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/270531b0-75b4-47df-a66e-751450f0de3a -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,723 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,723 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "enroll", "reservation": null, "instance_info": null, "uuid": "270531b0-75b4-47df-a66e-751450f0de3a"} 2019-09-19 09:06:37,727 openstack.iterate_timeout Waiting 2.0 seconds {30} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_list_machines [0.125405s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,728 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,731 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,732 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,734 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,740 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.689154+00:00", "project": {"domain": {"id": "8da5d3fbf4884df9b9ca8fa833660ac3", "name": "32bbe8d1c8d3452abf8eab0ad2320fcf"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "142c623e2aa74afca5d27a56dad4e620"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "845814cfdb7a4373a2f0760c45bbf1a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0d798e2aee4845e7b0938c3293cff1db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a0bde727582340819ebe22e7ebe391ff", "region_id": "RegionOne"}], "type": "identity", "id": "373c389c83e24600b49877f424b73f62", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c07abd5e539c41f3a1a888e29ba2b865", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bc32d6c042f14148a245e07b42ede10a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c5b34c98ad2b4aa284e6453845adb3a4", "region_id": "RegionOne"}], "type": "compute", "id": "99d29459d9c84aea97e4a397b3073d48", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6d2b17efe16d42248fea43c5454e5037", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "45155c6e9db64099929215f5daacc091", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "1bc48529bb224e4697871345c2718294", "region_id": "RegionOne"}], "type": "image", "id": "b7d9f807c9914be0b74304077414d4bb", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3707e3600982470d805067c42f08a48f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ef01747ccb8e438a9342092c75ec7a06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1cac9076fbaf4df3a850b366863919b8", "region_id": "RegionOne"}], "type": "load-balancer", "id": "2d2ca7dc31d8467e97b0b347c9a8aaad", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b11709a7f5a44995a17fe7e9018077ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67eaa6ff1f584789bd37fe09cbfebeaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "116a2bb9d8b04e6a9300b7964455f2d0", "region_id": "RegionOne"}], "type": "object-store", "id": "958497773f14436bbed0d41a5f7d3dd1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1bffd3be5e7347d6b65fe8ba9b5c0b2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cde9946fc9f6453aaaa82fcff61af156", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "007b8af61bb348e48863e95d7a9fcb68", "region_id": "RegionOne"}], "type": "clustering", "id": "20e33e5155ce4e748cca927301018c38", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7e3cd0d716074c5aa13b5f7de27a36b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5d0a66676877431bb1a32670b4ad27a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b4f6384bfd09427494beac331ccfb0eb", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "fa6947b7f64643149eadfb01d8f1030a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "339e40ba4c934e8c9bcaa1a645891635", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ebc400c0c5c540abba9b49c8b83dfe73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fda5f38027354297b1676293c5c9de86", "region_id": "RegionOne"}], "type": "cluster", "id": "8d08db02c18d4ff3937984575db28a43", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3e21e108fcb547e3a11614bf133897a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0f18220555074e64acac39f4f683f4af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "36991fae61a848c3a278b661c391ded8", "region_id": "RegionOne"}], "type": "data-processing", "id": "58f355fb8a4e4e70adf1fac638589698", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "01a9d69ac9b843dda8f03d33be38b4a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4892b5669bae49d091eca9f4c3610693", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "85c4ba046c5f4c01a33f6f63a9a4f65c", "region_id": "RegionOne"}], "type": "baremetal", "id": "a322b9e830c346a1a4caaeafb4c8c61e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b8f9218396a243ca87354e1f403378de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7328aaae0db44a6ba4bdd503e6bff621", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7dffc4b0bb4b4de19f981d13af1b4ff2", "region_id": "RegionOne"}], "type": "bare-metal", "id": "97447cf191954e3aa247f2be87840aa5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4cfea4461fa34bdf88197965080f1d00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "da1ea89b7b4f487291e7232610ba9ca5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "752347e2e2ac493e9da793f0fee61a1c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "594d06c1fab24834a9c9526feb31bf9c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b6ae8352888c49b6b782ad83088e7eac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0930b66c28ec486087dcae68debb4433", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "baccce9959314848b2fe2aebd14d2ca2", "region_id": "RegionOne"}], "type": "key-manager", "id": "d553304c88b44d7d96ebd36c6477620c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d9ffbcadc27044539ee7569764659ad3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8fc4883b23c4469382a1ef218c25ec1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0cb3f14e8ca04b37955945872e0044d3", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "926f57d0bb614d9eb5f789a9af852c13", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c3c2ff2686ce41ce8249487999473b96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "aeea140041fc4d039b04617af1510e6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8419c5dc24be49b8a0bf3bd45b8fe804", "region_id": "RegionOne"}], "type": "infra-optim", "id": "cfa6921646694189b4beb2727f60c885", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a91a135a23aa41738f26fd4537e65264", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f50d563e9b6a419b9a9051080238e451", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ea80ae01145d46108393789acbbfa1f2", "region_id": "RegionOne"}], "type": "message", "id": "f0ebb778c85646638ca11cb99484e69e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "200e29b08dde43ebbf100b35abd5c810", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7514c0692a4c42beba3412ff871b9d1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "81a3b02984734b0282f0b8f574fab0cf", "region_id": "RegionOne"}], "type": "messaging", "id": "9def411589e14ce092d0c274751b6268", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3a7e8841c8b347a4ae0e7f1d9ba46eee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d2a2ee9659bc41a68df30ab9f35ae66d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ef8456ab267e4cb085bd81c49d346c25", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c854fbaf60754d39909174959a91e4c3", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3a2ade71b2a749068b3f546ddf106ebe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1414e0c420c54f9f9e14fa9c10ce9b17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8b8056334968451cb550daacd9f82e83", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b8c03455e5cd46fb9f56757965f09dc9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e88314bd392a4646acf51597cc94f246", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "64b042bc236e45afb2e24fde01eeb7fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "216b0dc9778f408896670fb7dc44a6a2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "3e6d8c42e642405fbf86d5c21ea8a90a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0dfef8cce1fc408f9c4b99a0abaf5fcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d23b20741f10486db3ea5aa1c44c0080", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4b79981682014b7794f345f0dea383c0", "region_id": "RegionOne"}], "type": "container-infra", "id": "208cc77ea9314505a36d832aa7c5fe7f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8ad12f8f4e4347b1816aebd18094bd8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9f22503611544e0c985ecfd4096347ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "db573a9e2df84015ab6692a070906a5d", "region_id": "RegionOne"}], "type": "search", "id": "28355938af1c4f01bb102bcfa0aa73cf", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1b374ce897b349c0a1c9da0e0107c27e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a8af9aa89543492eac12b8b7491745fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "0d60eb0f042b49e1835167110d62343e", "region_id": "RegionOne"}], "type": "dns", "id": "4f265dd7010b452e8f66342908d01ebc", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "61e4432653d04e4c961447dd194e2d88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cab2a0fd21254ba4a80b33c760e6635c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "978e370dbebe4a84ad4a97a821065660", "region_id": "RegionOne"}], "type": "workflow", "id": "9c38b653246740a6abd67d2a988755a3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4e5b1eb7220c4ec1bb78b435a1384825", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8c4a3c25f5b949c2b7b6bed2a448b2be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bbc598e643c446258973202abb7951fc", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ffc01d3bbff249868b050fff745da5cd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "50b029d39bc347b6a448d235f9c73896", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4161ba0b5e5d495da16e965dca442728", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "bdee97cb8eaf49978aa22d87eb92512d", "region_id": "RegionOne"}], "type": "rating", "id": "c220b513d0fb4322abf06273f50e600c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4c91f736cf7e4d4dad95a10e79bc9fe8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b4efbe4b31ed4d73988be3195504f70f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b524eff14e0a41c09746ef22a5b0303d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "092e9495aa024fbd99a9bad21ac97326", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2e18410b557e4eab9922b5bbf0096b00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f317e91780444612afa0c1630e150fbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "675ae1bc32d04e2c9436beac70a15bc1", "region_id": "RegionOne"}], "type": "policy", "id": "ddea283072b8439a95747eebb3ecf5ce", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e1556a6857f7435789c9cb9225e8988d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dc714d782f324953a120c68315681365", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f6b43e69e4f24481bd1b38478ef7dae8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "87baabb93db34dd0b1869f4c840e5dcc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "33ee46e17d054b55a32e502c02605329", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "59e592ffc40243a68d0da2f34f0a624f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d39a906fe45442199c101a8956311067", "region_id": "RegionOne"}], "type": "sharev2", "id": "65f1bc64d5324bb8947138d8d4be9102", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "066999dd80cf46d284ab6cf37b6b2446", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5e4c121f2fc14de4a4564707b80a983e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "34d5cc0a994f4051afefa5877c6f3010", "region_id": "RegionOne"}], "type": "share", "id": "cdbc6611c974474287191936a2bcd6ac", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "78926d82febb48e48d41276fcd901ee5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "307c92cd04ba4e6db1c0acf4f40c64a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1520b6c29dd3403aa63e490e7e2ebfed", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "50d261ff252a4aeba60df0b9a2967c46", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9192ff139c164a74a9c464ebd7ca711e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e1ab0aa05b844ec98431015c4ce92c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93ae2dbbc39342c69395534ca3f1cac5", "region_id": "RegionOne"}], "type": "orchestration", "id": "144fdb89f37d4d57b6af7ee3740f1d65", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b421c15fb694f23abcefe249b58e076", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2dab2c946cc84b28a0ceeaaa6105dad4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed1272f319bf4c8eb981716ce1029906", "region_id": "RegionOne"}], "type": "block-storage", "id": "8796d04e901649c59601710e681da7fb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa3cd50cceed43fdaf0fe4c2c7e3251f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f8d8383d4b04209a1afa320225b98e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ebe1cbdac06148e5a92b0157b534d678", "region_id": "RegionOne"}], "type": "volumev3", "id": "d14eafb463044966969f6a618c66b1d1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9270138bdd2a4c6d975bdcc86a7171ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26ca1b4a47b542c19afedf940fa2c39b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a47f6b958bd4e43b465b3b2f64a20aa", "region_id": "RegionOne"}], "type": "volumev2", "id": "90d2220fe1aa4313a44cb5e17fe23012", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66c42f1a68ec48da8b346fa820db1b0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ffeb94da060b4a1bb7effac6defe6fbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "449046955bdb4ae7a81ee968e456e1cf", "region_id": "RegionOne"}], "type": "volume", "id": "2dbdd55b61794894bc228eb0acf5c7bf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4af34e728fe949329bbe2db5179ca25e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bded478b6bd64f69abdc414a6db7e02d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "016964e8ca3848cebc6b6ce5e0bfcdcb", "region_id": "RegionOne"}], "type": "block-store", "id": "47d282101cd74cb8839c735b8cefa4fa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "37db391c173d45c1bb74f0ccafcf3dca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "83445e74a8da450eab144f0b0b03b075", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "199c307b2a3d4f07845d953d1a25012e", "region_id": "RegionOne"}], "type": "alarm", "id": "15407a0e3c5b4b94acd97d2e8828ab28", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4c871e1ff1024027bd12a329b55a01a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7a7d33b248334635a110411a637d1f75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b929e85e92d94ed9889272ba3dd02f03", "region_id": "RegionOne"}], "type": "alarming", "id": "001bc9502e25415f85fdb589a10afa5a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9965722f1edf46dfbabe8568b9ae5e7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "001ea16c557646c18b8dce967d1acbac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9c40c19efd9c4f85b5b7aa061ddbb0fd", "region_id": "RegionOne"}], "type": "meter", "id": "82fabb52085e41738cb0bdfc5d8d22a6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "15184114180046c79d89bc0249e7bf0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "17d3c677f7e647cc9040a37efe893f3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0b7ff73a5f414aff8050a6ab9c1c7432", "region_id": "RegionOne"}], "type": "metering", "id": "39393396e4254202a32cf8bd1e95ac0f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "50f7d2339ee944f582f23b63a1a9f51f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c5cdb34a19214b6eaeaa2270fe796700", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3e05ab2a2cc84cd4acd71b5645983ef7", "region_id": "RegionOne"}], "type": "telemetry", "id": "71a45ab3411f4ac3bb093d882fe6d764", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "45c3564fd8ef4740926dbea3139ffb70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8e3d8b83222e4965992f1e5593fe4d5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b5f2ddd4453f4dd3bba77baedef879f0", "region_id": "RegionOne"}], "type": "event", "id": "2b1743765bb44f42acfc08c5360251f0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "be07e4ec67d54ad4ad9a64671e14ca0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2ca074408a3f4461b751e91dc5c88473", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7aa8c29fd6f2440db623292ed49f8ba7", "region_id": "RegionOne"}], "type": "events", "id": "a8fb0770021147d2985f424240011c0f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3ffe22bd925b43c0af5104b4cc4ab750", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "18d6624cfb9b4ed780c504c696a7b219", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8829b59562d74186b1b55045b02e0b93", "region_id": "RegionOne"}], "type": "application-deployment", "id": "bf0a134e343149269cadab8a760d16d3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "870edcf82e2946c58229b4b55361f853", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "52c211b1266441b9a2bee8a9c6c8d158", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4b870905358c4e2c830e09c4b7284aae", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0e64da8212ac4f76a2718058af6de722", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "524d6037bea94b448d54be777f078f83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "969c89d4d0434f6f95cf70e27f45ef95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7bb01e64843a48bd87b7e22005ad3a23", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3eb46c9a4bd6421aa3eda15d7e235ec3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0032cbcccb614a6193ba1fe2f5983547", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "05c83ecace4743b39ddc4a62a2022ba6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "51e4f124f52a4537868a7aa3e3049a2b", "region_id": "RegionOne"}], "type": "tricircle", "id": "05a13c31584541ddb70832df40e38a66", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "646dfa3f4c44456db90ba54e4ab43e02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "edfc9ae5c0bf47ba8fc64b8f78b3a12e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "72e65a3152c04d19ad7bbb6f533792db", "region_id": "RegionOne"}], "type": "database", "id": "ce5f968d80da4ff0bea999b99e1b0349", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fbd6a6aebe464ecca89533690fa538ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d5f597f28ee14215959b273ab17e3a3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d36753aeb96742a5af50ebec4eccc262", "region_id": "RegionOne"}], "type": "application-container", "id": "95274ef7ca0c49698e31fd6faaf1af52", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c29c68950f8244b4990cdcc0c5139d7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "70d44d06bee744069dac81a890350a9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f32e20a1850c426fbf463211228f5711", "region_id": "RegionOne"}], "type": "container", "id": "c00866364c0b42daa5ba658b77b303f7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "90e62f3831654e4f89806929ca9a8496", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2fe8848cec114c5f8559cff637edd208", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3941824e579a4984abac6292fdc1ee71", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f6aa2e01965a4978b50567532eb293bf", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dd1204f65156455b8de6f7d2b70d3354", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8920f8f5e2f54007a9f19043e0ee3f10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d938d86c11dd46b489c107606526036c", "region_id": "RegionOne"}], "type": "rca", "id": "0db89602add04962970972958d36934e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fd37b0ddcd564018b565ec3340da6eeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a9a8ec2670944e21809d5c9c06d1553e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "95ca24241c5849fd9e47c5b81709d29f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ea41a447d4be4b42bfeaff40289e7e43", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "2675d51dfd7a443785728c9c640e8922", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2d61eb92b3f64e54a84333adc16ddd08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "cb917e0a26d04224824357f287b3f5f9", "region_id": "RegionOne"}], "type": "network", "id": "f9674453bc0e44808d04de05338f2e09", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "82509035eaf247fba283f6857a0b925b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "214cbd175cf8400691370cbc5d3082af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b906fab01bb14ae68973152c40ee9f48", "region_id": "RegionOne"}], "type": "backup", "id": "1387dc40010440068b39e1bdc4ce6a00", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "63108953059a4bf39ca05a453a00e920", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "67d068f1b9974e7ca5af18115b3cb852", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "84fec5873c4c475d8ab2cc8d0632bdbf", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "fa532ae72c5d439f8119aee576e8b911", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "527a215a6f5143bf81df76bda7c5ff5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c679c7e2d4c6423291574742080b5450", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2187864c7c1241419720771546376e94", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c86b4f4153804bd5a1d93b5b7fb8b448", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "79c0e09e2ff04644af9a848e1a18bd63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8810c58cca1e42caa999388ab765b93c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "eeb93880f4374701b89b542673f4f94f", "region_id": "RegionOne"}], "type": "monitoring", "id": "b6ab4b1d58334a85acb9f4d0028ca11d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7af9a8b02af6490e921f3ef68bd8bfee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "da013d58ec1f4b34857babac91af818e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d942a0ca84e24b158ef5fa223e7307dd", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9a6d10fbfb53493789dd5e6dfe09ceee", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ac489b66e12c4c849967dce9b2341e59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f7699f29ef704ba98bbd5a762a3cb5e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "571184d3f8394741bf6fb852760ff5d2", "region_id": "RegionOne"}], "type": "placement", "id": "66ca532325bb4cc0b3ef980268590377", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "091673440ccf42b58b001d0ba02a17c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c1a79b1ee1254ef28d65607e2620df97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "67f977c4b192422ca2b4ad753fdcb9a3", "region_id": "RegionOne"}], "type": "instance-ha", "id": "58759941eee24cb99de8ed6a8161b16a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fed4167dbff54c87994b680400b342f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6bbe28ef824c4f7db8f7acc416c9ee91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ab15dde5e97d4025b046793a0db9c3e3", "region_id": "RegionOne"}], "type": "ha", "id": "7fb045f22fed49a7bcd38c5df4710e3b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c2732c51bd4c4261861117f639d860fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e97066ce0c05462382f49e2cf177758c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a0a0c8b47edc4c0390ffc40a39aeca61", "region_id": "RegionOne"}], "type": "reservation", "id": "d23860e0a31342a6bc4bae042885b3c1", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4741371f87624e82b209ae99091ccc5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "209ebde760bc421f9362c447966376d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "18833f507c8640b5a987cb2bcdfb0f26", "region_id": "RegionOne"}], "type": "function-engine", "id": "94af9876c0ce4567a1c0e16d2db8e9ed", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e595a9b83d6247d19e3ca07892340ad5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "178223d4b53449f19fd4eab9222a40c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "feb5648db77c4e9e96709edf594b432f", "region_id": "RegionOne"}], "type": "accelerator", "id": "e2e3dd28f28741a39f3abe25f3fa2ab0", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c9c0c58324314d8c8c17ba7bc4abd42b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0a1dac8e1baa4f62bfa5e37755b5613d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "06e596cee1ad45e2b7ba0fa30e0aab42", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4d8134eb31844c158c47af30cf5c64fc", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "58f82f69dac748a4af1511a54d9f17d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5f589526dae545b68dc4261a44c255d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ea590630d7f74c07ba8ae1484944e18b", "region_id": "RegionOne"}], "type": "registration", "id": "e6a638dc38504b478f891787aec5ea3f", "name": "adjutant"}], "user": {"domain": {"id": "03ae4cf942464f34acc764a6ef540001", "name": "038211a9cc7542f9af9de4dfab995a94"}, "id": "996250b12a344353947f614fbc932cf9", "name": "06e02a40068b4019956b641a30fe2cac"}, "audit_ids": ["fd0710d25cc246bb826441c2a623467d", null], "issued_at": "2019-09-19T09:04:37.689154"}} 2019-09-19 09:06:37,766 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,769 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,770 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:37,800 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes -H "Accept: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,802 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,803 keystoneauth.session RESP BODY: {"nodes": [{"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "d8d0d7d9-a947-427f-bfb3-5f2f353d181b"}, {"instance_uuid": null, "name": "two", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "356bc355-067f-4c78-aa46-6015277f2aff"}]} {17} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_set_machine_power_on [0.185579s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,356 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,359 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,360 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,362 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,373 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.295901+00:00", "project": {"domain": {"id": "4a8df985a70a4024b7ffd9b33b5411be", "name": "9759d625ec174206965f5198a3dfc391"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d5d89cd6b8184a248b170d2bb0e33df7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e4b5dc83575d4b0eae369e21ea99b1e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b47bb3b2e8fa4e469ca0b3e5f911921b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "529417cced364f05bec38503976560cf", "region_id": "RegionOne"}], "type": "identity", "id": "381659c7f5fb40d5b72b34582bfa2d70", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "92ba934276cb4ea085801a051125d593", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bbd96581a9334465ab5a7500d6ec6537", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "987091436caf49138233473fcb7fa48b", "region_id": "RegionOne"}], "type": "compute", "id": "51d913cb862741679634d14b28a7003e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "41f34975e5e34b42a2244c78922c210b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3f42c1a6545240bfbac4d97dcca7ae73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3d7cbdd25893431abbcaae444bd14e95", "region_id": "RegionOne"}], "type": "image", "id": "12f3e7d9b4654d4ca185b90f44fc4d0d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "536b32c69bbb49a4807e1dfd081df8ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "58a5b78f8885419084a3e7b670bf6662", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "9ff0886116ae452e952b1faea6fc1544", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d16e3e7fc98542cc8161bebc680e29f1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c5831e9d5de441cb70870ba62e50088", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ea01231ace443a9b14653ea14c8fd37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "efe8d9f8f60744c28a3a90b71e043291", "region_id": "RegionOne"}], "type": "object-store", "id": "315030a246e8449fb99883dedd4d671e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c2be0203daef4e6aa24d9115cd8d7071", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1affdec4c3c148ad8999dc55afbec45f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5e60ced60b674ad2bf7b8a1d52e37046", "region_id": "RegionOne"}], "type": "clustering", "id": "ce43ef90b68e4c2e8cdced27bff49ad1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ab9167e92fe64cacb7b684fe38d15e45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dee2443354a6455bbf72895d2d74cf90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3cb80384a6f1486291c2a0d38119df41", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c263aeac8df04b41ae44ab5434720651", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "071a329185b645d3890eac4885a75f01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f50d0f4e54434441be8e1b0e92107400", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "70395914f60446c8b189dbdf367ad54b", "region_id": "RegionOne"}], "type": "cluster", "id": "3bc15b84aac9437f8b1e350e64675b10", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "787fd607fda945ad99eb902476fa1fee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a6edc06a0ebc4b778d0679f8bcf21225", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7fd5848d1bf24ce29317b5db96316b1e", "region_id": "RegionOne"}], "type": "data-processing", "id": "e9fde80729e9404193989b396df42fdd", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5ec76b1d4ef248acb0473590b21571c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c376278d5cd24c7f9430e5f872d6bb13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "03a8e9bcc21940dc95a7d54957798684", "region_id": "RegionOne"}], "type": "baremetal", "id": "1e4fc69d74804051b9646a1b55b47b65", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bf1cfd92783e43cda2542274b669ddf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7058dc442f2c4b3ba91c21cba46e5d8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "800d3d9a7a714cbe912d67c61783c285", "region_id": "RegionOne"}], "type": "bare-metal", "id": "344dbaa701784689bbddfc84d9ea7663", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0f0f5f79536b425691ee6e54a09442a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "58e715949e2047c2842b941393e3f14f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3389aad2540d423bb86455542846ed0f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b30ed2d026ce46de9091b6eef04888c1", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "81f61a4f94f74d75b8b553404c322303", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fcb78805077b448681507bc452fb90cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "2614fe57fe6f4aca8f1d4c698e4f3351", "region_id": "RegionOne"}], "type": "key-manager", "id": "45596bd463964f07889b4c7558ad9e34", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a6b846714caf45cc8b113b169e651316", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c123d73062d246488a9f9b928300d6b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0e2e9dc64d5f4442a4cff0fded414bcd", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "00b5b0b32b0845549c62c77274182c7f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d8e1c24d3e9842469094d5a2d9e21c24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ba4423f2fcdb46b1831fb67cfdf6b3c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "64ab55e4419e49bbad785f1190baf794", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6c78e2eeba55401391849062afc27b10", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f837ff4c6a0a4b91bc90d8fff9b207a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bde50eb644ef4cb3a14dfbe2233fb172", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4d498d4285a248e994a59ff00e300c37", "region_id": "RegionOne"}], "type": "message", "id": "eeecd41f62c148c2b3a876f8ac7a35d8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ed3c14fe33de4dc3aeda97bfe6a2b147", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "69ec10ed85a24b328b69ac823b221e14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6ae1af5274b749c0869f0b50ceb08bea", "region_id": "RegionOne"}], "type": "messaging", "id": "a6b14affb7bd4e1f86e1fa9870e68de2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "52ed8eee40ae48babcc905b4fa10f0d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "77a4c29fa4214a0bade7892141073ffe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0a35a3b4a2044cf28943cb4e37a3d097", "region_id": "RegionOne"}], "type": "application-catalog", "id": "efaa0c768b7c4d2b9a84250d419a9b1a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "115909b2409b41fdbafa57c96fff0b80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1b8a00141ce14985a1d550a5bae6b531", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6cac3ef5cd284a618d114acd63f4012b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "9e0dbf9c3eb340c58c10a93bf0a5d869", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "63f26afecc5a4df9b62c0cc972a62c1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a8db0416fbf476fb5a57a7ecd8321de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "09a429d4851e43b69d7b9244ed9b1346", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0dc6b60f3907474dbb07f841ba9b5065", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "efac2be7320e4c0b86455e0e7b2674cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0e24df25c926442dbbe17ddb73183af2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ad1c93c049764cf7a0eabfe2b3b97464", "region_id": "RegionOne"}], "type": "container-infra", "id": "7ae80ff915fe406a987e964bfcd98a5c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2d2eeed37011435d9ae1768892e40f5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "0bfdf1f9753f4522bab9a7ea0a4d2cb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e54d3cf56ded489cbf875ae5d8e5838f", "region_id": "RegionOne"}], "type": "search", "id": "59a27d238798426c814abdbf1bb7da66", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "dafc15c70d1648eb87d705d8707f3234", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a95e3fa05fd341e8a91e8c0f54205ac4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ae4ac65075394ec4922ce0fd5655d1bb", "region_id": "RegionOne"}], "type": "dns", "id": "0890a1b00bcb4e3a8261983e7bc9b60b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fe339a6bb42e48f3a09f4ebd509ccffd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e1b95fa8c9f2419a91c16fbd8e831d91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "56fe442b2a20446287f4926fa937f919", "region_id": "RegionOne"}], "type": "workflow", "id": "1d7c8f6187894c089888a36bf504b839", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b523397f564047f795501177ebe0b7b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9f3c7b0ce3d2453993b60b5d9631924e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "213274778a1043559dba1bafabb5eccd", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a62936b8c6d040589668950a3b17ec35", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "09b0c89581ab4fc3ba7e2d6872b38a9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b80735ad871e4315928f3d4f3b30b731", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "cfca2a75d49a4696b12646f06e61187e", "region_id": "RegionOne"}], "type": "rating", "id": "e783a50b6c334bcfa17865db9b4a2234", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "99feb6e8e8454ddd814e40db84df9bae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9a42550721404eca840ca13d62842a6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fe05ec8e7d0141d999256b19020486e9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "8a2d1e36001d45078980bb17b2f3f9eb", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "99c0440767f7461b8451462728fe69fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3bde6e4735064f63abd9acd65d3a72d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2edf29d7976d41a8a9b6ec74f8e2a6ce", "region_id": "RegionOne"}], "type": "policy", "id": "8b0077f1ffa24ee287105d7f79d1b910", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "95007eb209654638a6133b6184b8b562", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4ff3345620144e5693f2baa0514a72e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "be9bdb6a4e034e69b86d8446a40b737a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "610a9e40f95f47208297053c19d23d49", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b10fc92f575c44d8b98f375ac43ff82b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6257d8b8582b464583e41802f2306f3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "aecb4240b9194fa5b069f1f15aadd3b6", "region_id": "RegionOne"}], "type": "sharev2", "id": "1d5b533a21b94699becef33ef17eec81", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "505a23ffa2ce4bccafb9af55cb4602db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "be4a125ecc6c45d09d872f6c44f045cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0afc062db4b14de0920fa00a52d3bdc6", "region_id": "RegionOne"}], "type": "share", "id": "9d8523b7546c43978e576f39c2027bfc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "aaa11a2c2a01454d91085963284ef545", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6326ff19d4df4b3cb9c241d6e43367e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "83e6b6f1696e4810ba5fe24a7a21f12b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a7b0b8968416434dae44b96dc7151998", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74ad6636ef3d495385376f7dcf7ca647", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6477183f06474150905101e52c3f5295", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8dedb48a8bce4bb6b056daf86abec6fd", "region_id": "RegionOne"}], "type": "orchestration", "id": "36bbe52461b84532bb7168309404d585", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6e1261f119b4bec9aa646a47fa48beb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23cbc04caea7401584570b46efa81c29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db320106e3d64508b4c58a79f8772867", "region_id": "RegionOne"}], "type": "block-storage", "id": "5ff805ead33a4f0d834f5e6504af6ddf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3681956d491d4527ad7bcd72ae1e52de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac817d8924a24d6c8c4241ca15c384c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "066677fc55524a15a9c89ad242dbe1dd", "region_id": "RegionOne"}], "type": "volumev3", "id": "ef4dae0ce1e149d9917c42c651247a81", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7bf51c49ff74c0aafd0207da23271fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5f453e74bb146bb9ed54d6970fe906c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fa74917bba44606b64286a493adbe87", "region_id": "RegionOne"}], "type": "volumev2", "id": "090936fa2a9d4d13b5cc94d527d5ef08", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1072ee52845e47cbacbbd3b1e12185e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4438f029426d4ce9982649303dc6bb3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3a181ec167248e5bd748189bdde38f7", "region_id": "RegionOne"}], "type": "volume", "id": "d9fe5179a1c447738f201f5ab5561c84", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a113de1b86274a749bf47c550c88cd92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "890038dbf1aa4dc4af4eb813ba3bbf1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "601a33c6d3c84837bc76c2a4516d3172", "region_id": "RegionOne"}], "type": "block-store", "id": "298f6e12ac2045db8f105cf949482777", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fe6d671d314a4d6e8dc21b50c74a4a43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "655c6b4e302041e0a612ff38b42456c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9cf9c8c556dc421ab1f1b840db786827", "region_id": "RegionOne"}], "type": "alarm", "id": "47bff0a66ffa4df8b562eb14297c9af1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fada6d5a3e9c411ebaf5d11dded0a286", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "40a59ba29a1644d3808e287ea5471b7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "277f5209e8c14efb814ddf900af0a6b6", "region_id": "RegionOne"}], "type": "alarming", "id": "1e379dbac7b946d599090e4810284288", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f7bd3e75b13d409fb60b40aa13dda58b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1518ce1c216c45aaad8b40e9705e9fdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7675fa59b8c04b5f978786fc8b8243d5", "region_id": "RegionOne"}], "type": "meter", "id": "3b019afcdccc408ab75e38168df9e7fc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2812376b10da4ed387dd3f45b298a157", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "000f04a5b4764499b5d8e17bcf8de5be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "408c1f817b4a4145a863bbbceb42ebfc", "region_id": "RegionOne"}], "type": "metering", "id": "d7812bed60b849fe91d291afbc21fa8d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "79df7f0fa5e042e1bd8b04e7b75f0a74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3c3167c4fee2400a835aa86c0ca2ecd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9f99df0ee4e94824971b04680adae643", "region_id": "RegionOne"}], "type": "telemetry", "id": "399ff969547943379889487d808a322c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ed0e00dfeb9544809e6d59c2d19b5306", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ed020baf69534a44bce2f46668ba345d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3e549184043a4697bdfccd56a2ddb824", "region_id": "RegionOne"}], "type": "event", "id": "b43baa01f9c847909281aa5a72412f3f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e954a87fa0c746d28c61b4a7059c7bc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b12dd5546ee44b12b479ce9422674ca4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a0b4810d55df40c3bf3cf34f84578d8b", "region_id": "RegionOne"}], "type": "events", "id": "3ebf4468c0be415e8a4359899048cdc8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "68a79e6a89044babb601bbe7d56affc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3b87116b39544cc88aa1bd1991519aaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "31c6a809d42c413785fea35df548dea8", "region_id": "RegionOne"}], "type": "application-deployment", "id": "dee01c4847f94911917be7be4b3f56cd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "45398372be504b5db26742bb12eeb8b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9e2df25bc4f346a18fb81701bbc1a203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "80ca33e3ef454545840367ab2fa4f800", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9fda10374c8f42d0b3255a0e2cb02240", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "240a27c3c1694f77b305b8a3ad948b51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "92ad58c8e11f481b80be437f4b6423c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f59e52363a4c48779c0dd72f3110ba67", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "772ad1ea712d4427bd7186350314714c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7094c2021e3447cc94d91d8896cc4f32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "15cc4505fbdc43d192d767e438dc0139", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f62d2f9b98d64c53b7785eb84e9662af", "region_id": "RegionOne"}], "type": "tricircle", "id": "1bdba714f5074dd886208c20c81372ad", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "173787d56c8f431b98d21c70a323e0ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "bca4672647824682b07b2612b1a9de57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "cb7e599c79b4466d96dc463a920fdae8", "region_id": "RegionOne"}], "type": "database", "id": "4b27197b1e2945e58062db4cbccb7ccd", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d277037bc941472abc3c19c4efb717c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2dbab27ed06148acb237eff520892bfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a283b7e7b93f41c696e3e977b3355621", "region_id": "RegionOne"}], "type": "application-container", "id": "8ed326aacc864a8bb43a15c68fe86751", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "16146c7fee0e42ef8e1e40c55f741796", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7434c06c5b29491da3128af0d16bb860", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2e6bcb5d2ed34b0dbc1f888f30b1c1e6", "region_id": "RegionOne"}], "type": "container", "id": "08fdb4c7e5034a5aa53303732ebe3742", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "06ece55e769943af80e11ff9bbfd0650", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "72f8ec3908fd4ee99fb12f4c58463ca2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4336009f04104969ad5bbd6202308a81", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "458555203ed849788912dd6f721f9b52", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7b6a411d67944640a732e5898c882783", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "716fd121b80a4dbcabb6a8d0f526fa19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bfe6bb99ab114e89a85d7c514b352cad", "region_id": "RegionOne"}], "type": "rca", "id": "9129303608624baaba9705734ac754f1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f34f98a7d15047c697661c52651e8914", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "93418d7ad29b4dedb37c761b0fd7e67e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "18c34ee5862948d1bc985ccd912cd03d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ab9e0a22fe99414cbcea0b34f99adf17", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f261bda44e7848c0a86c5b62eb402bff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "51a738f63a1c415089f8c437e4af455e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a24fa7e506a14cc6a4b66253ffa3592c", "region_id": "RegionOne"}], "type": "network", "id": "32b83a4a165344ee95fff7f0e0168132", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "8696f0c8a08443ce9b0979e132f83626", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "dfa71b054e754d40b26ca0dedbca1eba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f03224fc90154aa8a9160e024d78298e", "region_id": "RegionOne"}], "type": "backup", "id": "c3d1edc34dc24a73bb77a7e5fb935cb2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6b2f631a03304e76a0c78d52309fa3dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "17f5ff9107954af4ac4bc07389dd51e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7b19b877bcff425dafbe7eb7c03f54fe", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c0186014598545f5983e9f40ae4a557e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5ef0dc7404a74c7085faa304db7b8458", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5a40a34d3c664a35af131abdf863741c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "afb203f2fdfe43c0b8d4bb27cbbc2798", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ec33ce981976412c85afb1eb4c02dcd7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ef075066d32f4110b4fa26dee1b8cb92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0c728afc665044d5b9ce084c56d4ed2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "932fd371b4ff4b568035611d8d18fc8a", "region_id": "RegionOne"}], "type": "monitoring", "id": "59e39b6e068f4d62851d6a81e5340b3e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ef7d3f75577b4efc944598dbf5a518a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3b571b493aef4d869a7cadc1c5aa15e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "2c795de8a1584fc58207032a3c3bd4f3", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "49379a2474834bb4966eb78a3cd613c1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1a54514578e44babb7a4c42ba1a5d7d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2f282cfaf23c4329ae579e6bee80eddb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "aa3bd8e5329e4abeab5db3f3c9e02f6b", "region_id": "RegionOne"}], "type": "placement", "id": "5bc7c19ffada4e1082a2af0b1fc0934a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2a166ae557444b39b67e19bc7873d21a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "aabd2c6a9d7f437d88aa427b9d68e149", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3967573131d643b8b5d104a1d314de30", "region_id": "RegionOne"}], "type": "instance-ha", "id": "277022c5b7a24db7a6f5903212e000e7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b8740cc12d414229ab140144a18f7d9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "128737787cc44ec393253b717d91d861", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "db927e822ab7451899c63e7733797101", "region_id": "RegionOne"}], "type": "ha", "id": "65f8b3b6c9504f278e9d9f7c7eac05f1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9a63ff1583e641a6924002749af16882", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3ba54bfeb6f94f7a9b7d7b44be7bdf25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "dec3e50f32d54001b23e8156621e1b32", "region_id": "RegionOne"}], "type": "reservation", "id": "d2e5266863c34d8aa696eccab266b156", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b7bd5cb2c1f94987bf6b8ea13fbddaab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "36aa1d1ef33c428fa61f9573dcc687b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c402b8866cd949e1a87bcf6908daa14e", "region_id": "RegionOne"}], "type": "function-engine", "id": "b5ae96bf09894f43a460fa381c52cad2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f5ff79942edc4b25be855bfacf9ccbb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "24145592941e4da08d22f3e7a6f21494", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c32c9ef86343454c9e8b2f68f177d650", "region_id": "RegionOne"}], "type": "accelerator", "id": "a227d4b7fc70448ea26055fd7e840a36", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b3e93623819c46ec8fa37bb770200116", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "60f7c527360f4ef8b8fd071e544ac8ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "649e36fbbb8d4d06b115a467538c8bce", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8b0153d7b4b14fd18f57a943b033e898", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7033aa9692a04327928fbb4ea35d1e8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0c6cae3ce1df407d941e10e5d4b0cfed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cb3349f195fc4048b2fbc39e01978e72", "region_id": "RegionOne"}], "type": "registration", "id": "7f908aa8539b4f788cedf4c81d1b0253", "name": "adjutant"}], "user": {"domain": {"id": "e1414277f47945a8b2ab29e5d0fb41f9", "name": "70c62ee924d74e0bbd186d3861de878d"}, "id": "78f412305e004c2eadf987967a4dcef2", "name": "03c413e62d854550bb0810a58913f0b9"}, "audit_ids": ["f0015eb48f7447b3a9d38b6956f424d6", null], "issued_at": "2019-09-19T09:04:38.295901"}} 2019-09-19 09:06:38,417 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,421 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,421 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,472 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/3de7bfa9-d4e3-412d-87de-35abb0db4966/states/power -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "power on"}' 2019-09-19 09:06:38,476 keystoneauth.session RESP: [200] content-type: application/json {22} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_inspect_machine_available [0.375526s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,616 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,621 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,623 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,625 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,635 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.493032+00:00", "project": {"domain": {"id": "f55a25f1d27b45ccbba6d5067fa21c3f", "name": "9f1f57772ec6467cb11c188793e256df"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "85d93a0b1de5453ebda08aaa489b9b16"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e44f9f7b0c624b7186dda79db3576cf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d220181ca5e849b8a2b87dbf660e345c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d800dce469d74964a1e5f3a7618d9f17", "region_id": "RegionOne"}], "type": "identity", "id": "c0266c319a3540a6822be6c2693859fe", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e7dab18801d64ef497a87ad840bd117f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "701ff0c7bbe64b0491b23f1c52fdf11b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a63388600d2147e490d64e55607281ef", "region_id": "RegionOne"}], "type": "compute", "id": "9bd0691cd63e47feb03a5afb150035d5", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "98ae3df42f1f4c5391f8dc0c7d09d14a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1b297f0576a84755997e0dad05ac0855", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "53b2b2dd87f54d5b8bebfae8b4155cd4", "region_id": "RegionOne"}], "type": "image", "id": "a024c92540664157af63dc504d0152d4", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ede7658a0ab847a388ede3479b1ed638", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1f00ff04e1c841f4bbcae2822c06a221", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0753fd09c73e48c2b7debe3554c1e839", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b25e7df49bf24c768de9d564fcf2228e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b472554638b646d7a4dc7adea3d578e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e3caede3a21408bbfa11df25eb831d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d09458c77029451c99b2b6e70a7b130c", "region_id": "RegionOne"}], "type": "object-store", "id": "59d35d5543db4e768156861de7b7eed6", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8cd2c0f1fa9e41bfb2766973073c1578", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b32ed54f42a94fe3a75d4babbb7cfa28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "448557bba2f14abd9b8ea204dc5b6ce9", "region_id": "RegionOne"}], "type": "clustering", "id": "24210560aa4841b3bea3a9b6abc36327", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c3584d60659d41ae93cf9cd6cbade233", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5dc46c3addf34090b194bd9db131bc8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b6c39e953de94c53b63cf1b1c3859964", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "6bc2a396004b4613996f036cf6890ffa", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dfb67c6955914781ab63b16fc12cdf9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e2707c3489df44c587749f8319a092f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c57e30c0e8774e89b479b384f28d4980", "region_id": "RegionOne"}], "type": "cluster", "id": "95e1a082f7c14d4bbf0eda576bb714ad", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7041bc31452c44c0b0ae4cac5bc35f16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "257daf7f119a4abab183750e007f205b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9b7d864bada94acd81433a8326b7fdab", "region_id": "RegionOne"}], "type": "data-processing", "id": "a5f9d62e70c84aa2baf68d366c07c91f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6cb17c73c0cd45d9a6da0586ac19b5f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "13f5a3533f33448497a579a13e32a5ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "211979bc93f7480eb37d6760a0af2d46", "region_id": "RegionOne"}], "type": "baremetal", "id": "894381bf30024057b2ef1fe0773b2a7c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8872a5f6236b447b9d7587e88417d2b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7f98f6d233fa4db68764869a90c01eaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "52da44ba17ae4801baccbd68ef7a485b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "206872789aa84f19838acb8f0833fe49", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a66e1557480e4b5690a027e43fd409d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fe3489b84ef84d7790a0a9edc4d59c05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b747e5e8f7ee45c9b28d62d427cdb583", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "feb71354b26d4cab8ee0df60f4003910", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c17eb84e230c42439bd7e1b3fea15e65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "16fc055d01914af588a8d623716dd720", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5fd4042b88244228b54ca1c7bc8f5a65", "region_id": "RegionOne"}], "type": "key-manager", "id": "e3f142f69c1043c19b1a91bb3940aabf", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c3b8004d169447689d1e05b2190764f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b8eda11a94e840d497ab70cf18c8221b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "74c580c9fe404f4fab8530656bc6ed5d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c6429ca6eb6040f996a1a8e7cb45b715", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "588ff3e4d1584ab78f67ec3ddafedf7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ca289ff3a561441699cb5397e3b143b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "277a8e36b18b4d41966e9bf58cf477e6", "region_id": "RegionOne"}], "type": "infra-optim", "id": "64455a5de8934f1abd561deb1e0f3cd1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1b4fdb09a7c84155934b28700703bff4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e26d7fb688cd46a48442d382eb48cd3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3e9daf898c434e8784efca33a1e104d7", "region_id": "RegionOne"}], "type": "message", "id": "5e5dc306809142889d5c94c6d3efc203", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8ae843ae17db431daf787fd7877917f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3776a62f48604c26ad05158bdd016e47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c6acfc5d2dfc486bba46e601e985feb1", "region_id": "RegionOne"}], "type": "messaging", "id": "5e944112fc9a4faa96ddcc5382f65c53", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "14c0d0e014b14ef0b08e628b5ee21de8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b0ec4986efd94527a3cb4601d3d60388", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3ea54ca8ab8e4019b24a1c0c682fbf95", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c92a19b7d4e14f9b85fd6e4a02e9b0b0", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd312632aeb24608a7f5f514ec5618c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f68274aced544903b2acfaddafa4888d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1b89cb631c90477695bfae03494d0a3f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f4e641957eaa463c9514785af52b3717", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0b54704c228b4167b7a8da33392eb4bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a21d1ea7e841414a9663e997c7e4e499", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ac32dd63a9a44c549a99234628e07564", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b5873ba49cde4765afbba2adb76e34fa", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "109eb1d6524242feac267d7d9daf2a33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "917d6311f8604b56b9d387e7b2052bdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4dd15471eec544af94dab2e421a43d0a", "region_id": "RegionOne"}], "type": "container-infra", "id": "7b75e738570040a5995863047aaa1315", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c52500c5dc37439c9a06181f033564a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "675c3507964248509cf2dd7dd454505b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6dd0b7438929446e82f5212ca3d8686d", "region_id": "RegionOne"}], "type": "search", "id": "c82440e6685f49fa980174eda7449661", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9e85c964445e496cb8d5bf24de37407d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e850be064aea456bb34f8333cf04e1df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5e78abd82013460ab0bc7d6e2dd7e594", "region_id": "RegionOne"}], "type": "dns", "id": "4e0470c65f5c4378b11473f46166d7a8", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8166b8c32fca4467bf1998abb2d861ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "56bd4bae48634b50a9ead7fb96fd73c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c1c9929a20b94435aca9da12a349164a", "region_id": "RegionOne"}], "type": "workflow", "id": "57acca1b0a334ca3acdaaac823151588", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a8476af8680a4dd6bc2921fd0db0b8ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "060f662e12524a7cafa0777e98fc3d07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d684fc997b094f528ea29d2421ca5762", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1ecf2eba616545519c27c59dfcc57297", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ce674a4e7d17407387f4c107b61f6ce3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2ffe5e53e55d40eab0d0b7a7efce860c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0af4125758eb46d89691631e79f14da0", "region_id": "RegionOne"}], "type": "rating", "id": "8c288aa3d8ac480d86d5eece45546231", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c01d752c53ff4ac1ba53704b91e6e135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5f7380f2bdb949268dfd6c2f2ca6570d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9c2d252dff75496c8ba219f631269b3d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "839b8e6186c046b4848119cb7efc251e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ecd8b6e2dbc6480a99522b952bdfd77e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cfae41753c024d66bf420090bf5f0b4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "508df083cfe74933a56c1b1c53d92af0", "region_id": "RegionOne"}], "type": "policy", "id": "0cc125b70eb0440c96b217480dd53e3e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f29693958fbc40898e2be22cfa8017ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1aa6a75161d34b3b92f0721c91fdf116", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3684f767fc9c48ed95e41fac4a9ffd59", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a0cd433431df42088a0ec27292400bac", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4a9c087c6ac441f1a0511c8b17d11af1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "50f69e5b768b48d59ac034da5488e4d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a78657313b7c46348976bd9c4a5df073", "region_id": "RegionOne"}], "type": "sharev2", "id": "b370656aa5964f5d8a02d190c020fa02", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d967ef5bf92b47b3aa57521764e886e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fdc4ee4900514728aa52ba1e37a3e893", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "950a2880165b4837a684247803f4bf93", "region_id": "RegionOne"}], "type": "share", "id": "1ecf52643c8e449aa222051c87e3717b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ca45973043454e98945f348bcd9553d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c64b2a0f67b64110a84692780c7c2444", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "188d616dc31844b0b9e44115bfa325e2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "48a6622ed28d46fca806919f06926467", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1de844e7be724dbabbe5a7bb2d27e317", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e39f97480974981a50110037b2646ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f71960cd10b4987a68309e4001f5395", "region_id": "RegionOne"}], "type": "orchestration", "id": "1e86603e4c9040189c9283e330ca38bc", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ebc22914d044fc39b15123965ebcdf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3fea06d9b054a8f99ed1581d1cf3986", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0e9cb7c5c904cb0aa60d0a16b52fe25", "region_id": "RegionOne"}], "type": "block-storage", "id": "8276ac95d6bc453aa1eb65fdf0d36815", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01713837caff40349cbdf8f480f76c9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba15a00a9d6143339e63a5abc605a1da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ac58ece1b2342b5bade24352f40872e", "region_id": "RegionOne"}], "type": "volumev3", "id": "ccaa455cf38c437fb80c23d7cebadaa8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b0cef23e22f422ebcf99839f342dfed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7a04b49988d4899ad1706992f74bcca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ed3af4e7c6c40e587a7d12527adc1d3", "region_id": "RegionOne"}], "type": "volumev2", "id": "f502875f8ed445e893592796231090b0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e48c66ab3084787bf626fd02648909e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f796af3b17141b3a07fd61ab9307599", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1555206e9bef4d1897c96e92f4732686", "region_id": "RegionOne"}], "type": "volume", "id": "95045c90550c44c09e7b185fb856e14e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c41d53159de6499195c9dfeebc4c469c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f82e098a17d44484bb7f986b15f5c1f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2855103305424967b4ce3380d62c6429", "region_id": "RegionOne"}], "type": "block-store", "id": "dca2a54416bc4a65b147f3dc0b578f1c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4b67f43d9e16406ea104a7dbc5912da7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9b68da589768410cbb7ed5989ade4689", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c2945573ed1248c08b1fd961fbfc62ac", "region_id": "RegionOne"}], "type": "alarm", "id": "cc3d30593b1241fc8ba41551dd51374a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4abaa685658f490aa42ac9b8ded8bf02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6212459381584f3490fe84d7975688a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6b70c3dba2ef4e7e901adb3029d947ff", "region_id": "RegionOne"}], "type": "alarming", "id": "d7369f63ac8448b7911b7f5dc06cf685", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f2d238a125314134a1699de98fd5b73d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "698f95dd312d4ab398260654e2fd9ad9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "28832422bb2e4e6a8186b2adc0c4bebd", "region_id": "RegionOne"}], "type": "meter", "id": "10e83e2145c1468ea18a0964334d12f1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "db22aa204cee4ead881820c59a71e67a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "174f05fc3ac74a0c8e27d7cffab532d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9cbd3f62c01146a19461ee71d34c97bf", "region_id": "RegionOne"}], "type": "metering", "id": "d32b95e892154cce9231eb3c1a3592e0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8e35904f2f904f3d86be719583042da0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9a3b2625f99d4bb89797e08a471cb968", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "58d21fd08ffc4f70a89b66368fbb9928", "region_id": "RegionOne"}], "type": "telemetry", "id": "c67c650b1e474212af48a549fa7c9ef2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c2faf7ff46e947a1a39a5e38cee14640", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b404540b25ce4956acd4138ddfa70174", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8e2b9ca558c84605955c3158fd4b686c", "region_id": "RegionOne"}], "type": "event", "id": "9d4a93f3753a48af9146a53577b5d0d9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4c6a3b5942154f05b170b3f2276cccc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d8d4a59c2e6847458b2cfee72461e0bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "acfe030383324c1697beabd1cbeb7e10", "region_id": "RegionOne"}], "type": "events", "id": "02d8d2e04def44fe9eca3bcb83be3df7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3801f873d2cc4cd98701debdd196991a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "207f260665f849409dc0ce1acf647170", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "dde80c4928914f4aa196ca97ff8689bc", "region_id": "RegionOne"}], "type": "application-deployment", "id": "6754ebf928f74716a85886b7409a2bae", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e5c107cc5eb849fe8c85b20d88f253b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3f304908ba1f44ef9e600529453affed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4decc5b60ff34c51b7490499e19f8a20", "region_id": "RegionOne"}], "type": "application_deployment", "id": "7436917fa0a64bae91e325c0f3979eff", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "40d03489b2c14325af263e518505d45a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ce7f2ec92aa74e5693d9f2736fe895fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f742f1c629204c1a965100a628657f83", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "78b1b8bf2ed14884b63badc58987e7dc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "feab9e5208ec41598679147790395325", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c207b68673164f9583d5824afb8d0f53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bf78aafa674c423bac482bea0e52afe6", "region_id": "RegionOne"}], "type": "tricircle", "id": "f7b4aef8fe4d431b9bcbc376ba27187e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ad5be476d7ef42c88bc4db210216bf75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "8f858c96b2fa4b7e8bea1635779d7e8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a6bbbde075cb4ec0b25b83cf3bf74c2d", "region_id": "RegionOne"}], "type": "database", "id": "3cbe84f9b2a747f48f1ed6cc5d3188c2", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2198fc3543fc45e1852bd0f8cc93fdef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6bbe6cfb6ddd4df98d2d2270aba9df27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f1946f3fd8364280b6cfaf5e9e5b7d02", "region_id": "RegionOne"}], "type": "application-container", "id": "9504f729e7ff43a1bc16efe8fcba7ba3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7221b73c3f4d4df4a604ef39782c2ba8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0fedbfcce69143d891f0bd3436d108dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c174d2b7fde34ca29a72266baf543958", "region_id": "RegionOne"}], "type": "container", "id": "5f808c6b0b3840bd8282ffd300a9a596", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3f3aee311bf744f1b6a58caecbe371b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cba5e06d667449ddbf60eef887703f87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "15c1460e3ede473ba22dba0e0cb117f1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "de12d1d6ebaf4c35a8a9e816f208df40", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5459399931b74c1284c4bcf2d45f51f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "61c4340bca9a4cd29b5dd0429230bd7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "63d9c716ed0f40c1a32178f327dfcd51", "region_id": "RegionOne"}], "type": "rca", "id": "c175be7b68f944ec9ae15bf140ae7ec7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bd77560d4f8943a29c1526ad627f8755", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4f987e6c541945878d7913208fbe70f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "bfa1af4c4e4d4c53833acdd83328f9d4", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "edb490c4d1194feba0ecb31d1cf78a68", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7800401b29f3485aa9db499cb5af0519", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "31690f126e1f492bbf3a7fed4f609243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6b808d8c9c5d45b78b4352c71a453992", "region_id": "RegionOne"}], "type": "network", "id": "778f5b31ba3545748ce606977566a9d1", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3b17f5a13682408ebbfc818265b58d64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9796dd31695a4fc89ccffe8d50c856a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0cdd74ce77654830bd5959a1bba6f00c", "region_id": "RegionOne"}], "type": "backup", "id": "41355f398b4b464190d07f2f476057ce", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5337519d235445d5b799c4e5b9bc4628", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "50087c29104546d99614b3bdbe2288e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "db1e89db43aa4c32a5b07ef4b90c2a43", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "69eabd0cf8d041538ac1d2dc6c871fe1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "96ff273cc5dc466fb453fa5b51bf7e2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f48967d2806045659a82cffe61d4a3ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b215e0e6642b4599909903fd5f894c77", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "cd84bd197d654b93a71f7cdfd53c38f7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a5ac00a983004b0285256824992ebe52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9a09a03b89a448eeb301d0654c7bb530", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "cf4b33d54a284afeac66f9050a652fff", "region_id": "RegionOne"}], "type": "monitoring", "id": "b06cbca949404dfe88db40d4fa14ad84", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3f943092e7cf48a09d9d866a9ec533d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ecbf7e1799e3484eb201cd5e02516e98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b698e00959f2407999672fa4c1ef72c9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e88188bd4d154bae8d4e55502ea2d2fb", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e3137a5de66e43b98ea9037d07eca92c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "335e0dfbe0574e599ab3b37627e6b435", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e986dab40ca043f28a67e5d8f6be4365", "region_id": "RegionOne"}], "type": "placement", "id": "1b2c7a01261946368c2d10bb17bc81d6", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a4b5e8a145a843139c84277bd30cf243", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "57476e3704004a589c792b7c49b307fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1759a20cc6dd4bc3a7c26f73524cec95", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5fbcc42f49e846d7afaf5ae8aa9e49be", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "72fca35611794c24a2e22da5a3aadb0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "da07b9a5e9054594912e998fd327ecbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c4115f19aa4f417b8bf7755a814a473b", "region_id": "RegionOne"}], "type": "ha", "id": "26ab4ed560d94e019a6258b6737a2a68", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1b263ca7744748a8982871e939d878c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9dca4d2bb16f48ae849b771ed2f42231", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "935ba84f74ad4fe3941b5b8f82a297da", "region_id": "RegionOne"}], "type": "reservation", "id": "0b724a093aea4ae19d109b3a2a8cac35", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "da78bd4f281142bcb22f0d3c2ae90793", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e671787f08e44fde8fe044360308cc04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4de0947c558e4776a0341fb14bcd8f83", "region_id": "RegionOne"}], "type": "function-engine", "id": "7acefe6a89da466d9a3008256f950aa0", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6610d14bc83740d6ab35f5bd63cd28a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "65e9bb3b6e9148eda8fa0163d57e5e60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0faab38cf7c148aa8295ea7b8cdee33c", "region_id": "RegionOne"}], "type": "accelerator", "id": "29c057a999414213bdfeb13e48b89188", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e65796879a4640d9bdb22520b53731d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0ba514d99c35457d880f5eb67ac3a14c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "dea5e8ab05954fd7b8fb7abff6453e66", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4a56b01aaf3b47efb82efdceb628ccf3", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "714977f74bdf4f9fafc1a054b0b65137", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4b4c6a69fe4f45f7a0c082ffcb4d8b72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3a9b349584d748f89d0c6c8a974c067d", "region_id": "RegionOne"}], "type": "registration", "id": "054ba39a08c54205b2c63c7e96948fc9", "name": "adjutant"}], "user": {"domain": {"id": "d5ae5dfc91574e84a2ad60692b2a2916", "name": "5d88549416b247f08a06c18794aed7d6"}, "id": "c95d04a47cb3478bb648e033eee342fb", "name": "8e60211f4ba143ff8d75e0752b4764d4"}, "audit_ids": ["ba4744ef76684bd4b36d03ad2a20cebb", null], "issued_at": "2019-09-19T09:04:37.493032"}} 2019-09-19 09:06:37,713 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,715 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,716 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:37,758 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/ce5062f6-8672-4200-8a7e-b6df3816eaab -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,761 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,761 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "properties": null, "uuid": "ce5062f6-8672-4200-8a7e-b6df3816eaab"} 2019-09-19 09:06:37,775 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/ce5062f6-8672-4200-8a7e-b6df3816eaab/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.4" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.4" -d '{"target": "manage"}' 2019-09-19 09:06:37,777 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,795 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/ce5062f6-8672-4200-8a7e-b6df3816eaab -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,797 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,798 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "properties": null, "uuid": "ce5062f6-8672-4200-8a7e-b6df3816eaab"} 2019-09-19 09:06:37,810 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/ce5062f6-8672-4200-8a7e-b6df3816eaab/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"target": "inspect"}' 2019-09-19 09:06:37,812 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,829 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/ce5062f6-8672-4200-8a7e-b6df3816eaab -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,830 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,831 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "properties": null, "uuid": "ce5062f6-8672-4200-8a7e-b6df3816eaab"} 2019-09-19 09:06:37,843 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/ce5062f6-8672-4200-8a7e-b6df3816eaab/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.4" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.4" -d '{"target": "provide"}' 2019-09-19 09:06:37,844 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,860 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/ce5062f6-8672-4200-8a7e-b6df3816eaab -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:37,862 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,863 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "properties": null, "uuid": "ce5062f6-8672-4200-8a7e-b6df3816eaab"} {19} openstack.tests.unit.cloud.test_clustering.TestClustering.test_delete_cluster_policy [0.192147s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,296 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,299 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,300 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,301 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,308 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.254928+00:00", "project": {"domain": {"id": "f726bc5893be4759a51b15f18d6bf176", "name": "53a11ba046af446db93dfa25a07e4927"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3adb3bf1afa24ba887503a394620ecaf"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "12eadf8122524680b1c5db150febff07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ef052ee675b14986be9b76a7239620ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6ac243c62050402f926e33a485ff1941", "region_id": "RegionOne"}], "type": "identity", "id": "91e6fc193e0944aaa5174547a1b8f0b7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0cf1b44e8a5f46f1931095f55e42976a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c99396ae276644faaac235ba392e42c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "070a805eb5ed41a2a3a3fb07e7c846bb", "region_id": "RegionOne"}], "type": "compute", "id": "d23648d7e1f84021b2356c09b045994e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "538a6aaf30504a9dbab58cfac45733e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ac2db275ddf948a084d871a0e4584aa1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "7a5970fe8f944da899657cac12a52728", "region_id": "RegionOne"}], "type": "image", "id": "dc97d7b0fb244149ac4a49825b10514c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "093accbfbdaa4580be6e5f5b8eaf590e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7ef789c4d2e441898113a296b903bc6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "da762a1002654f96a32e77ce19eaaa7e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "509f957e5dc94d80bab5f1f127bfd718", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be6b564ac5794c548501d2dc5e862f63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cff00683e6394bdda43b391159e18f7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d2ee8f4160f437099dbc98d4d0442a8", "region_id": "RegionOne"}], "type": "object-store", "id": "fd042b0bf9fc4b8293fc299ac8918329", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "39bbc1478b56405bb4464349f4eb271e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0c877229c1ba489daa14cc7cb011d9ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "92f6573b01054935be03087f89c8dcd8", "region_id": "RegionOne"}], "type": "clustering", "id": "0b14eb2f1dbb40ea8d0a83e2a452ba25", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1a2668e6c7844248b524d1c0500d914f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c638068d32fd45a982e7bd88a1b904df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6e8e005bae6b431f8c2e5b8a560ec3bf", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "839824314794404880fb28f97f1ffc7e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "32edc3f3cff14d0fadb51f28c1ce4992", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bfe927a177b74f63ab0fb07958b663ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "36abadb654384d44aa0edb8a0e359e9a", "region_id": "RegionOne"}], "type": "cluster", "id": "9c71b09e0eb643d09a0836c6b0beff8e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c1e002fcf9c8450a8a5e92ec0c747a77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0ba14389d92e4e0a9166bd255feea49b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8c1b451c371c4131b2611bb2b795c126", "region_id": "RegionOne"}], "type": "data-processing", "id": "3ac2781b98bd48c0bffc001bbdb8ed2c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ac93ebc7bcda4c0fa0b4f7bf6701ab0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d6abd166d3b34aa89e43ac18a858cc10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fa0fb26354fb4e2f87efe7902d5346c8", "region_id": "RegionOne"}], "type": "baremetal", "id": "350a95f5fa2243a28db021aa936d4b7c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0945131d5110475d85baf3f95c08168a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "daf4e8ec09ee4854bcdb0907fbe8b45e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2a3f76c3b11341faa0c4e38bb9a6bea0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "1095a4a095e64245a791bbb7d150b35c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "75c9baf39f6b43ceb9f542bd6e3d9701", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a4932c2c95484af1accf8b812cbbfc16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b3ad4eeabd5c424cbca3eb5276d633e9", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9b1171f85ca8485fa63f198fefce9048", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cf832052fb41434688e2620330e0ce4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8cbced23ef6e445eb8711e740a9b6225", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "64eec43078e04d11a36e99cd1077609b", "region_id": "RegionOne"}], "type": "key-manager", "id": "a266f3c64f3a4c37aff9773789f195e0", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "005415dfb94e4bb0abfdd39474e5e628", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4437d9e9481c448db5990f1704df446f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "685a96cabc054fda8f13876737d2b1b9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "35dbce5dc503488d948eef5eb9de9492", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b01e924c859b448db4566ca58f4bc863", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "758e777160b04dd0852ebf41726ead3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e3643afa2b204cdc9f3e807a6e39d136", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0c1cd4b8c0ac4fc391a90c676f187fe1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7e611073fb784247ab0041ddc1e4599a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c9a7229616214db8bb56a8d9a1d0c057", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "395fa398222c46b1a652260b974f14d8", "region_id": "RegionOne"}], "type": "message", "id": "0de3be071c9e4cd7b47fab00a302d615", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e1c294244fe943aeb5b6b320518611f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d787f15d4c8e4ed18b8178c5609c6c2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dd1367febba34694865e1f0d0a5227bd", "region_id": "RegionOne"}], "type": "messaging", "id": "a6b49b8c7c1244a79a9bf3505354ac1f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "104a4a776fae42b1a13f8549813996a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9d20dc4bfdbb425a80b83198db38751e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2ca8f854194f4c329801a186de410afc", "region_id": "RegionOne"}], "type": "application-catalog", "id": "bd6595b7e40e4b4cb2e370836eb00f99", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cb141d8c2d7c423db0dd3167521d09db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e8cf190410234421b719567461eb36d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2641de512aa1402ea325724572dd71e4", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2195b2da1ae9466c9d6b417330fd85a3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e2d677258c4341f7a9e5109adf246efe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3ecf686ab58d425daaf9ed05df23c791", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6cfe180951984126b9ed42ef9621acd2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "8140a741c18e4c4da079958d32c5e1d3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "15307aaf5c35400c880881c6fbac4e47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5766092c50c7475bba7911cac079b859", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a9e4bc46532e42d3afe2c2fb87372dca", "region_id": "RegionOne"}], "type": "container-infra", "id": "f63924db47864ada840700cb961345ea", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "78ea8ca9ab1a4ebb8aca4c1618d3d8c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "de8602e95d734c3890b366151bf3594b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "138c7130f6214cb3b7cb21f770157f31", "region_id": "RegionOne"}], "type": "search", "id": "3c70b70cce9c49d1a306dcab804a9a3f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "28f7d19f002d47a590ce05546b700860", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "44a146b483e2404ca75474c71e3615da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "57f1496501b342b58123c559892b799b", "region_id": "RegionOne"}], "type": "dns", "id": "6c06f3e4967443e4a4965a49c1d6524b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "438b93092d9f41caa8e977250fe30007", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5349727055d24301aaf9e432de6fc510", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e6239acb39004fa3a4c7c10455e32fd2", "region_id": "RegionOne"}], "type": "workflow", "id": "dc06b175454a47359a6cfe336bd846c1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3b6abae3362e444fbd0b6c73ba19cac6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e0702194ded842daaa3ee708420abc7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5fb998159878493998fb41781c81d411", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3b1cd4456e044473822bd1d513d73bd4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ed53797906064ae49397881e750ba726", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "47b94c1991424a2a89ea9419bdf4f51a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "646ba162df7542de803baee305809c96", "region_id": "RegionOne"}], "type": "rating", "id": "a21251381d97415889f69476e4a45a6d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d159304f24484eba9db0911b3db10a34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f027039a4ed0421e8aaac3e0626a68f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6854ab4c767f40ed8d727be958f2abda", "region_id": "RegionOne"}], "type": "operator-policy", "id": "26805be415a449d2b92a6bf0b527f7f5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "70aa7718fd0249029ba0b5fe429c40cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7717e57c307843da952b1bc66ff866ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b84b3b1a4e6d4fffa8300eb7f87dbddb", "region_id": "RegionOne"}], "type": "policy", "id": "6bc674ddb40a44af94999e226b6d8043", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ab84d19f31eb457dbfbf1ed0961be275", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c66f69cc297e4e5191d17cddd987a2a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d6d548dfab9a48b88d561e26dd1e2c1e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8d1f575736a84e739942797a243e2c91", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "946621ff9ea2426182ee8edc889f8e2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "245a0a8cddc14a309b5b4fbf4239b1db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3bae1fe3336d471188198dcde5d55714", "region_id": "RegionOne"}], "type": "sharev2", "id": "b78cbd8263ee40a3884a95b2c4f75ca4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8170181e929941d79f603cd34ffdca17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "58cc0ff8736d46d393866f03599f99c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "be54080dc76141deb6fd01eda8c7b8ae", "region_id": "RegionOne"}], "type": "share", "id": "b3f820bb64214e658ed88a5c87bd30ab", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "345af88e37694d0396945ec5abc36553", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fbb5c8461b0840eea6ed17f17f148a1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d23dda1cf96b452ba42c5b2fdab3feea", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "268045de0bf040e08dae9cc195724299", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a56bb03c5da4256bed882393f7ed37d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "870714c80d56486a99687e7d855e339a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3e9aca7a2f24d11b2687847265b02dc", "region_id": "RegionOne"}], "type": "orchestration", "id": "f627fc6eff9546f0ba5e2dee20eb0016", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "470b6940456f4a0fb5e47c5e86b861e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56d384592d554b638962d78ef6a67d19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf8e2406ebe2472593e5ef47498855ca", "region_id": "RegionOne"}], "type": "block-storage", "id": "b4080bcb4428476892317f1e956f3199", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4dee075b6ae4ae7a7fca105bcd7a49c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0da31176e5794cb999b9f55760fb0eb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40bfb32636a646549c9ba730ed47862e", "region_id": "RegionOne"}], "type": "volumev3", "id": "4489c4f2617542ba8af8810f2ff12fa6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9bb6d3cd8cce4733912d50d91919bf75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37877a1e9591494896f8f8350cddc90a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4e8f050e6574875a221fd7a1d5ef94e", "region_id": "RegionOne"}], "type": "volumev2", "id": "74eb13d8b02b477398e5e80e9ba04a23", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b77f38aeec14f1da6a27b6f98e44d78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79ac305461e54a1898d17d7112eff3c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f370664d56d44549d4aa23cc65c494c", "region_id": "RegionOne"}], "type": "volume", "id": "b858a200e3af4d3a9c17006b727260e1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c78889cd20e34380b4650209add02bd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fdb34f10b8645f49feac9c86c4ab311", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "492bd12e46084ee7a620c28a1b741d63", "region_id": "RegionOne"}], "type": "block-store", "id": "639da8c0ff1747f1a70356afca11a335", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a0dd87d05f9f4ac89f0e3167ea9dae62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "85abc34fd29849a4ad467e81896f8180", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7283f29248b54cff9394c5850f790155", "region_id": "RegionOne"}], "type": "alarm", "id": "657cf5caac12470aba711d524cb5d5ba", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "78f4e41e8bb546f4aa4bd57b1c963ee0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "62fbd9fb436e4a85a676e97ad1b11dcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bbc7065a2ee148f2aec65295f9968163", "region_id": "RegionOne"}], "type": "alarming", "id": "4e786cfb19aa4267a762562b03ced232", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d0446322df164232aa766008dbdc4c07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9b7e62fc6ab447c2bab4154c82a42d88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f4220bf4f21441d6a7918095867c727b", "region_id": "RegionOne"}], "type": "meter", "id": "6a0565f68dd54b9cacb6c336e266bb65", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "90656fb53fff467e9f603a327d8bddc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "df6ad53a8f524113a98a41087677e1ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "875990122b87439694b2fd4175075070", "region_id": "RegionOne"}], "type": "metering", "id": "a04e7e2cc9344aff93b85a2c2ab06488", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0db0c4facc56408cb1e594d3a76d479a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "06570d60c38e4f73848ae8f7464b5bae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1e21b22d6de240e7bd364ab47bb3388b", "region_id": "RegionOne"}], "type": "telemetry", "id": "c812ec68f7e8470e9a8566fc3943c5e3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "23162d1f115e4e40a7d1e02081e2573a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "068d175d275c4dbda8a9d5a4c16383d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "aaa68633ed394fd886c2e5ff8e1dc9a1", "region_id": "RegionOne"}], "type": "event", "id": "c71d041ff87f48b2bb8a0d768a7d31d8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3ff5e821cf1e423ab750cb00b28ca956", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c012f6f452984382a3a56bb21e7036f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7db84a96f8d3461c9c790dbdd563c412", "region_id": "RegionOne"}], "type": "events", "id": "f9eef8aad4774f7ab6da98c7ab8da558", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "181617bc9e4846f4a79357b8caa5010a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5c344cb752644cb198ef78445f09f063", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c993e294b9e74656a1cb70be659c4601", "region_id": "RegionOne"}], "type": "application-deployment", "id": "62b08dbf9af8428391bc4a493a88b5e6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "74db1d9d24864061999f0125ae849693", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bc612387847d428795dd9ca4bcc26d0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "418fb3b0176042668dc8812c3c4bf5be", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e42e4827d5ff4d5a97804286a69b0e34", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "81885111a4b64c7495bf7c49d8b9579f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5cb2dfcc9360400ebde882fe14d5df0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "51cf535a71264378bc231a4218272527", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b7c68bcc3fa6488ba77f0e99072870b4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "06ec7c09218f4b95a7d640bce6afd947", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1c77a8fd2baf4c929faff2f73e304097", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1111ef325bf343ef956d21c30c4e5417", "region_id": "RegionOne"}], "type": "tricircle", "id": "2c68211bb9ad4f49a2ea1450f7ea4005", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ee4967b4fbd7486fac2b875aabbf8afe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "64a4167bf0e34d388688c3bb7ff66823", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7a0aad58a0d349b3b10399e790d9bc83", "region_id": "RegionOne"}], "type": "database", "id": "5469214beb2e45ada823162df5835c3a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a5b7687068934f61bfccd0eb631ffbe9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "040353a8f34f4cf18cb09e7c675be34b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c69b764242bf40238cd9332e7c1529bb", "region_id": "RegionOne"}], "type": "application-container", "id": "f8088c4fe03144f98fe7800007cdfdd4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3deacadefbfc432690516ea00e30a0e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c5f67031368345459b1aad797605a95f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f1f52365edc945928f742c8e220c3473", "region_id": "RegionOne"}], "type": "container", "id": "c1b1616913ce4b65b61b0d7d3bbab663", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dc2e6951de0d4df6b6f9a440f78ce664", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2ea42406b34e4b8181aa6106e8e1c4c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "46951d9e18a34f549985c78b6f66a0b1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f47a2dd529ad4bf5b9b3eaab6021325b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9013f9a43b614da29ec8575eb0d750ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9a28b2986eb24e078f7980923f1cdfa1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "42443ac40d2449dba663f1d7be474916", "region_id": "RegionOne"}], "type": "rca", "id": "4fd1854b19764df2b0313e7350375598", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9041080a4dbb4b7ba52c0b67aea10ff2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "08edd076f62f41e29342c54d0e73ce92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "82f76ac24b504326a2043c90593aa1f8", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "330f8bf0f7a44a038fdbeecea9ddf46c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0474968e66534adeb40a14f447c1d2a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9584de4e362c4037bbc80a4aa6ea18b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0999da9731af4a9a880cece3c256257c", "region_id": "RegionOne"}], "type": "network", "id": "cd685b5a104b4d479bb006d4961e08ff", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "68a31a603b37405dadf8dd38c83603e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "58623472bf3247e299b2b15dbf3f9a7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "38630697ff5e48388f4003def887a566", "region_id": "RegionOne"}], "type": "backup", "id": "8eecace7b36b4cd4967a9c0a44caac57", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b5c49fe5fff9443296f6a1930f6b6e30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e6776ae9171c4b849ca24c17b79ba3b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8fbb1a9ffbe34fcebab84d9e16a5c249", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4d62dc5477c44fc9a93400f8c2452c52", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3591b06df31148c08019b505053a2b3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1f624d330ecb48cb8bd65b600098f7e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e923926809de40c6a0ebc97d02f2f404", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "738e0f1956f849bebf84f9deaa59f9d1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "85dd55e463b24e74ae9d6a985ae0a408", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2fdeea16ecd44c6993352a82e6cad2f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5aa2d893feb14057994bffbbbf286581", "region_id": "RegionOne"}], "type": "monitoring", "id": "e57659db1449406f986cfbe4aaf99f75", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fe085dba0a324c8fb7ef0eb68ea3bdb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "82827423eba845908e82c0c8a93765af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "3ab8d98b283846beb615346047bd8865", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "31c27b7b601e46969f3f0492cbcb322d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3a25597cf0324c74b783888d9190f4d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0f901b7504c74f94b09c73e78a4e5148", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1f8726b3bd2a4b6a8a24573cc1f93ba2", "region_id": "RegionOne"}], "type": "placement", "id": "7c30730a5ba84a5ebf4e7019a59ba4cc", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8078e1665de24b288441e857ae8b2f78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6c1b4c6a28c04cbdab3f318c5b7adeeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9d5807fee34942a98e888656f612e19b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b2bcf90521324731a2532ac18d6030cc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1c8733abc39b48ae86d9f0ae602fe409", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "414f67933e5b4b0bb6d6182ccc95e206", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "be3786188aeb4924aa897e90fd429daf", "region_id": "RegionOne"}], "type": "ha", "id": "71bf3fbac5d748609faa9056d832353f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9c3ad55b5c334cf993b9ed7058b9acab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "89bc18b3eecf4a1eb0a40ee092ebd3e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "e1acb175d8944fc0ac12ba424bc4bbbe", "region_id": "RegionOne"}], "type": "reservation", "id": "f8a772c63c64453ca8b828131946337a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ba4981fba1004e24942ba989c8d67e0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e5987b7c7ec4494896714fb0ad73a370", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5b8534384491433bba5f217c4618c64f", "region_id": "RegionOne"}], "type": "function-engine", "id": "4e8667989db94830a5b6eb1dab020955", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0bd7db5bbdf141b3b5ee70dc80dfd5b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2d8ab6b9a19349a3999816d76548c1fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b46f2af742ae4ea19fd9f9f7c34ff491", "region_id": "RegionOne"}], "type": "accelerator", "id": "30e0b6a3da2f49df83638396273ed5c9", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7d28696b936a4f4d8cb1b6ffdbe50402", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a9d59cf36073435c86f56e6737aaa111", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "92bc00d520a444ec9e2135b16620f7f1", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e7e002569bb549ea87005dbd9e82ebc1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0628b5eeb81641c3a6fa37db19203036", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "073880dcf9e74b2a949076c31c092613", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "839b1e14563c40af94e38464f4eca576", "region_id": "RegionOne"}], "type": "registration", "id": "8279f7653f6c4615b99129da79128786", "name": "adjutant"}], "user": {"domain": {"id": "ef7d2d4eb844471fae3ff099d36e5e94", "name": "5f72a90f1c8743bb875855476f685814"}, "id": "7495d090bd5b465c851a2f5ba2e3e914", "name": "0ed91e20f44046cf8e7bf13dc22bf75e"}, "audit_ids": ["1da8505b504e457eb493fecd3f756fea", null], "issued_at": "2019-09-19T09:04:38.254928"}} 2019-09-19 09:06:38,361 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,365 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,366 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:38,389 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/policies/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,393 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,394 keystoneauth.session RESP BODY: {"policy": {"id": "1", "name": "fake-profile-name", "spec": {}}} 2019-09-19 09:06:38,412 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,416 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,417 keystoneauth.session RESP BODY: {} 2019-09-19 09:06:38,438 keystoneauth.session REQ: curl -g -i -X DELETE https://clustering.example.com/v1/policies/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,441 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,442 keystoneauth.session RESP BODY: {"id": "1", "name": "fake-profile-name", "spec": {}} {7} openstack.tests.unit.cloud.test_aggregate.TestAggregate.test_add_host_to_aggregate [0.130363s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:37,738 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:37,741 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,742 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:37,743 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:37,749 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:37.693319+00:00", "project": {"domain": {"id": "0c92777019a64c3fa1b9122d2d5bf88a", "name": "ff9dd9acdbc149eda475a76a83036b4b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "447fc609cfbf419fb906c8426e1797e0"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d3a2199b21b44cb2aea8616b9d3a30b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3b76675667544a849ca2e938f94bee90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8dc31a177aad4ea994cf4c5f8b08f1ce", "region_id": "RegionOne"}], "type": "identity", "id": "e598dfc99b5f4d19881ad66d19b0c213", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3a2dcc9c596443ee964aa54a101fafca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "75976bebe727418f8b9930ae9cc432a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "31fec22863e74993a7fab24503ad3fe6", "region_id": "RegionOne"}], "type": "compute", "id": "10256f8bcad241628230a37705bee2dd", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b8fad2a6540c49518291f694cd9ff169", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "26be44e07ca947e1a7ac9ab1059999a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "1bdca2ef402d410892e1729760fc506f", "region_id": "RegionOne"}], "type": "image", "id": "ad1517e3ad0f458d88b8a3320c329487", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "dea12b3275ee4d90a95d0d2b39cc3812", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "23809b2b0cf64c49b4940e709eba941e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "88c1a0c99cdc4e04a04aaefe49169f48", "region_id": "RegionOne"}], "type": "load-balancer", "id": "73c949a8bb4a491da0df12baab91cb71", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc049f08a562479b94601302953ee48f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2df472e453a848abb0ddc8cf700a26ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40aab893487b4ea8b2d79d2be4fb3315", "region_id": "RegionOne"}], "type": "object-store", "id": "229ec6e77b8a4ad2ab5a20a9714534e2", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e31cc87a1515417cb36d4114a049071d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "af762ace7d3a441db4de8c692a662cb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ef848e6f06ba491eb4bbed8005d94e2e", "region_id": "RegionOne"}], "type": "clustering", "id": "0118de734c6d4a53978ba0aaccc0bb2c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a5670e5edb1d4c4b87e33c79416430c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3db4cf9aaecd441ea5702c77ed5fdf26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "211eb3c746a44497a24a80e87756e2d8", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "557e7e43e9c6442097b66849e1ee3d45", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6aacae67b07e430d8d117a64a3cec19c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0966b593d4904734ad865946837a444c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "eb09b75c9cae47b38e8bfe59d7b2f5bb", "region_id": "RegionOne"}], "type": "cluster", "id": "af5a44af5b3643f9b72109452ddd4102", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "191402cdb15c4e738478add37257b79c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e4b03d7aadb44812823e8425013a3efb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f1c7a784f588486cb3f9f21cbba971d2", "region_id": "RegionOne"}], "type": "data-processing", "id": "f5606b2f42e048bda57a8d588b73752a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "91608bc262e848aeb66e7b2b2e71a78c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "71234179118a4b1ba7fc2f2d4f3a337e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7eba398d733a482b9d8974760245b3f5", "region_id": "RegionOne"}], "type": "baremetal", "id": "b0b0eb10b7d74347b5007db21705a5c6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ea8c7c489038456693c840f7362f929c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ebe3a5f98f904ec9b6f0da9b34c0af4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "770b0748cfd9418d838a0e521c303465", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f73b77ca8e544f4097bcc1fa10abe583", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "55677672f78d4affa1494217d6a70933", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f03156c1e3c64c1ebd47e14dc3429cf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "2bfec69e26dc4400a2d9da0635ba96ee", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b2f3b00568014746bda17c9178717659", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5d262b3cda3e4cc7a5ba549ff699e047", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "db9a471c9543451fa47f625789bb1b11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f6b1ab764c654b598eee1991b24eae87", "region_id": "RegionOne"}], "type": "key-manager", "id": "493f993ce25d47b38e731a180077cb9f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7d71e120277140f5ab6c78c68f0a036e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ce5279998fee42d1893a92f129821266", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fe1607475f834fc39544b419a6f36fc7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0a2f37d1dc4c4404bc691ea16cc2efcb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "496a0a1dc5834be6a3e6b4f2ecbdceeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2e04d6ca58f54aebbea80c61dd5a7bdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "956b9f09cd684456aadfbce369b42c8e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "7915d0823c49465e852a505390d61f23", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0642f34eaf8d41c6873078ad6c535b46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "67310291da56412bb262f68c829b497c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "94874c75cbae45f890fa15dbed8a6161", "region_id": "RegionOne"}], "type": "message", "id": "3cd2c9ab151744b79d047d68a0374b5e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b4f4f1b5a7da4c90984186939638f832", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "26f05ecd931b42afa093205374707767", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9a119e7a00254dbf9c8e1b1b32764006", "region_id": "RegionOne"}], "type": "messaging", "id": "b262806c9d3e40ad9ba2ca4c31d50ec8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "64256b3668214ab4b40011a97506f4d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2bed0382766b4733b432f55ef233a38b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0107545acab648908d6ade0bab7ff1ca", "region_id": "RegionOne"}], "type": "application-catalog", "id": "42de5f93c9ea4a1388266e33edb3100b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "766b1c66eccf42729beb52725557a0f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "253bc76c37b14f1097f6da562d3c8613", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4e08824d00b241d0a270e8e87a40e504", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3bd12191bb3c4df1a3b80c1213853e0d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b300b416344b4f48a751e2e9b4a991ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f5e689eff2f47769d8a40d6137133cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7df46adb333641fbbf2ef9bcd4355601", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "975f824ef9174fc8b522a07d7ff1cd7c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b539caaf020b42c2bc58507028e35eb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "845cb9e86e9247d7aadbfca145c8042e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d6469f9247334298bbb4345fcbfb68b3", "region_id": "RegionOne"}], "type": "container-infra", "id": "9b4a909962be47e58906a1cfcb66b110", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "dc6c024ac82f40c480c425aaf146fde6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a6df94afcced426fa286f09063c2a9e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3ade1e04804944afb493b5b9532828bf", "region_id": "RegionOne"}], "type": "search", "id": "03526a9ad1b24474894a17ce492d8ad7", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2c4a6cef31064bed90e768a41d38d84d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d495c4953def479dbb7a40c412cf1bdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2746fa0913394d44b7c2f8e5a85ee458", "region_id": "RegionOne"}], "type": "dns", "id": "3fa4b8923e5c4ccaa6a31a74e3882d46", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "54930373a8f247f8b1a4098fe573fbab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cfb981f58519439b90e3166471a4920b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "134ab29fbe29414a8513c5b514fb85a3", "region_id": "RegionOne"}], "type": "workflow", "id": "1f0fb2f6217f4efc8d372f91e90b3c45", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "132889dcaf5b4e5b8f1999864f26e4cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e484f454b22f42a38b0f72276741c3b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "73878f3764484439bb2b36dd783aec98", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b10beee6fff84a12ab5505e0f2e195eb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "84f5ce5fb1fc4ea6a3a2315d8102e6e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "898e4880851f439eb9433c97777940be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ca721cdd28bf4bed815409b763695abe", "region_id": "RegionOne"}], "type": "rating", "id": "891fe3f1444049b0900c59f47c87aab9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9277622f8ed74683b6067d43e48f087a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a790bf0f04814c11a1197c2cf44e0430", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "311697ea58874dd296f95bc77ac85ba6", "region_id": "RegionOne"}], "type": "operator-policy", "id": "df5af2c16bcf4139b615b63b971ba9ed", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f1719ed0edcf46a3977e03f8ebbfcdd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d1f366fc1aa04ecc99ecbea98efcba5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b34ce581f88947c5815d60554a676459", "region_id": "RegionOne"}], "type": "policy", "id": "f2a6bdc34453478b9f981f35d83d0db2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0b38497b131648f58b8a47763fe2e1b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9b14e9b4bd224e1d9bd88de414ad59b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "24f504ae626941a2a0bf4e3a7df05c00", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d142e1bd6c36466dab34610db2411f72", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d3b1351806ca48b0a7f4724fa0bfea1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c83e8ce0afb14d26b3282d85c1291cff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3b13037069e44fe9894ba186fbe63a6c", "region_id": "RegionOne"}], "type": "sharev2", "id": "979ee79b56ec44fd9ff9de5dc8fa5b0b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "06d9b6785eb440128d15dd2cbbc32859", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dc23eff552d7429686aa4394181dbe57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8fb19fde61964a6181c7d782524a138a", "region_id": "RegionOne"}], "type": "share", "id": "85f9c12499cf4d21b5c17c2d96e8d915", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1d3fb40678e2455690bc97307841c834", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1e9638735b5f491d9c282933b012ccba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "7b488e5069b54e89b6ecffaf5098657d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f71f2c1771554209a4956bd3d8dc1df9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94ba64c95f67430fa08053ff3ab80d3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "154bced8ebc342c1b7d71dedc7f71791", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8798e0a1fcdc4f358227d10662cb76c8", "region_id": "RegionOne"}], "type": "orchestration", "id": "c88782ad54c44baba03681541911e070", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5083d0572df34e48915862be80d49cce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fa7e22e9743487998211d2ba89f064e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea47110ea71e47dea3ee48f2b90f9eac", "region_id": "RegionOne"}], "type": "block-storage", "id": "2be0a09298a5442b8edcc7484e9a7441", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0994a92c98be4ba6a007fda56b1cddd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59631fff15d546649f0a454a2eff9fb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a6df30a022941be803d235df93c0453", "region_id": "RegionOne"}], "type": "volumev3", "id": "47a87814dad249c49e400050262673e0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9255a25379d3405cb636e413a123f961", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28960fe662af4a9e8836e0b6a686da45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20f8393f2a824023809cfda13e26bbb4", "region_id": "RegionOne"}], "type": "volumev2", "id": "2cf12f6a31404e1e938815c6fd33c83d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47a4bb98da964856aa08db316d9a58ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "281d7f7e9ddf425792ef4f2614e48c48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38be827b80ce4ee38663bb1f41c1ba86", "region_id": "RegionOne"}], "type": "volume", "id": "680e99a7e1514565b985494ade2948a7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd4059eff1c24dc7ab06c0b887c1e11c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76faa116fe884541bdb8bc95dc03fb45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ed7217e02124eea894b5bcc78f1ce27", "region_id": "RegionOne"}], "type": "block-store", "id": "add38aff8f4b4382b7fbc8754bb07a5b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bd168961bb82474ea62e39b6942290ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c73ef633edb24c5fbeb08d6155808ad8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0cfe6ecd690b46d98df95c2db33abf1f", "region_id": "RegionOne"}], "type": "alarm", "id": "25b2dfa66d654b498f9a37b8619539fd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3a44db4bb28c4b4993b79a7dfa2e6128", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3eaf63a58f3f48f59e7d80efe2b1bf52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "822adb2d4cbc49b8af3546ec3f1da458", "region_id": "RegionOne"}], "type": "alarming", "id": "724f1dad389f4d50ab2101035118eeda", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6ee5fe0ce4b1486aa84b9c3471cfd021", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ecdb562ba6db4c679ca3b87d58d45be9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ffed6cef9e324fd19856c7cbad8377f9", "region_id": "RegionOne"}], "type": "meter", "id": "946a4876e4814d8fbb16abdc4cbdb84e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "38b0f34bd4c541b2a1b22a8e3d8bed96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a5e90a002ab94dab9e645ce32f19a797", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "25d211b06e5949acab2ea190cfa1e27f", "region_id": "RegionOne"}], "type": "metering", "id": "b922e4582b504458a7c81eaefd2ad930", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e6983f90c711465f9a0ae2be8c615a7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0b20858369e04f4a8d9de30bced49054", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8d9a203b7d304e2e941faa2f928368fe", "region_id": "RegionOne"}], "type": "telemetry", "id": "1883db8446814b1c8a42b534e4ccf28f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0fa307b0401b4d4f81d13cacafdef816", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8a75e2bbd15d45ecaea684fdc392eb37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "76002b65e8b54cda9af672c6002587d5", "region_id": "RegionOne"}], "type": "event", "id": "8c1ccaa20c4b4a4fbb3c987dfe2fbd84", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4b413e31bfe84ccdb1628907b98bfb12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fb8a5bbebf9e49bba24a1cf7ff974f37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e1e062ca82284d6dbd97fdb84116c883", "region_id": "RegionOne"}], "type": "events", "id": "4b8a5910d8e44d238aaba75aa07384b4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ce0767839de34df781018251175d9b26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "10bba500303d45869bc6e0f76c15b9b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8c7ecd2ffe2841d1be35aec0b30df1b0", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2b6f9f95bb3c434fb494b644b24c0926", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "36c04430dc0346628d46919a7e090935", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2421c346dccc471289249d8dbab12a5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fbfb9d992dc94f2e8dd2eb49c4e80276", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9e4ac932f77f4e3a84bfefa20c364c17", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "41348d89b671422297e4561c2b30884f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "863f86dfa4194664be413c90d793b933", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "758604c4e45e485ea2e6256bf90b2c4f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6a9b42fb8e69420281c2be16b8a3ee25", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8ef1c7a9106d4853bf50698225a71e0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b864b7bf5aa54d4dbe7a6ae115f65e0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d1e757305dbe43e392d099c090630ae2", "region_id": "RegionOne"}], "type": "tricircle", "id": "47b3d6c1ba04425ea5cd569d71f39509", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "4059671a30754092b5962288dcb00247", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7a33dfacdd544804be6bf65080d8da5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "31cf366dfbc443cfb01b6a65514d55ca", "region_id": "RegionOne"}], "type": "database", "id": "194f61dda779411cbcfd51ca5c2ff94a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "da0c0ff84b494cc1b09781497bb225f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "86f8d4e4427d4f90b1b2612dd107f864", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4c0f3ffeef244042b11b938954532945", "region_id": "RegionOne"}], "type": "application-container", "id": "f861b7338e9b45e7a42d9d3f1c0b538e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1916dc40a74d482b9726b91272f607bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1687b9f9206c410c8818cc660c25057b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4fe3afc068da4d53a1c2ee13dd9dbd15", "region_id": "RegionOne"}], "type": "container", "id": "22c02aa40b284354aab0769cc9a8f02b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "17b6c31a85e641489b2236acc279d142", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c97fe6b984b548249b2e87538ab28e89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8f44af75b3e0418799ff28e7676261f7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "882fd8accd264dd8b52f33f37d385c7a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9a974f4e34bb45d08e6e570a184f05ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "04cc00745eff42c19cb941770db56ee4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "184e129cc49e4a9abaff084b59dc2ef7", "region_id": "RegionOne"}], "type": "rca", "id": "56e5a185d2584075be9e485ab158e6e8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "be786cc2e4584a3abbd321f3f9c38127", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "65e4e4ce87354105a3e87e0ada313782", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "03837b1dcc1d4efb972ca9ea0a21421c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b27c680add9f4584a4b7092cbccc591b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "080032474b544a3a8d88b21ee1111448", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f2709d91c77c4ac6abdb3f161330399c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "82ebefab83af4dc8b84be10eaa32b169", "region_id": "RegionOne"}], "type": "network", "id": "198a66b239434f3b96f8ff4cd85ac06c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c50da8bfb3154584a9c0613357c4673a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2772132c748d473bbc80c2291f2d1669", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9b30ff3c0bde4e509d6653f2600d2171", "region_id": "RegionOne"}], "type": "backup", "id": "a7d2394bc54b4302bc9e82625beff41a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "594f2049878b42d39e50e3d5570c4f98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c57ce96924b144b98ff97d18667b1439", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d6e727bb75ba4cc7bd8e6619fdda3091", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "59f312b2ca80444aa8ea9ecedf10bc14", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "44d7a883df9e47469921ca0bffcddde6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6791c5a5cf864e84a3136d372a28753d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d097763361b04d298cbc84193899da0e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f582224ee98c45ceaa00ffb243bc2485", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f1447716de0741478a3c175eda2ceedf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "195893f07fc0449b9671bb49ab336759", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "7b3898a8150349bbace54653cf7031a4", "region_id": "RegionOne"}], "type": "monitoring", "id": "32810389dd2f47bbaddc0856253d927e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cb6024f23d314db086862a6acf661ec5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4baabf5f9b3947a0841c6e095d14fb7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cd7b271671b74b9a9d0503c086871397", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e4d20b2759614e3a94e93ef0898fdcf6", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6b870608c4e34d8f9553bf48ce1e2a99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3fd91b23ac1543b38033a9884cec948b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "78a99084fc514c81b11eda53a38161df", "region_id": "RegionOne"}], "type": "placement", "id": "3fcf51451a7440918e2e1c1e3d90f29d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d83b6105f3ed46bb9f2641259675b66e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7e9b15e84fe94fc7b48f4fefd3bb4872", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "66fa0afa9f5a4d14938ae860dff404c6", "region_id": "RegionOne"}], "type": "instance-ha", "id": "02d7700967eb4ecd8cdc0053efb685fa", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6ddae379a3164f3c8132f662abf54564", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5d3a935ffaff4f7e960f240d0b2555af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3c3c4fbc1aaf483f97b3dbc03eade887", "region_id": "RegionOne"}], "type": "ha", "id": "450e3fd5f51a4ea29794677b54864829", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "11ddcad5b5e64711bea5a59583a6ba39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "570d7d473e8246b394895d9dec5b3356", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "46d26ae840014697a7fb0278b94c65ac", "region_id": "RegionOne"}], "type": "reservation", "id": "0fc2b9f178e64e689c0da60eee617894", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c63a630bf6c54d6d9a5d998b7fe5a8a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "906df72320b545d4afcfe4b493db646a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "81f3326341c04899a3aeaa5fd5c0c548", "region_id": "RegionOne"}], "type": "function-engine", "id": "306c9fd107b84299846361403d494f57", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "66e07d45a49f47199623dbbc1f4477b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "008dea01ba6d49fbb804033359ebbc49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a790a3a4800f42b99422fc8747f0f149", "region_id": "RegionOne"}], "type": "accelerator", "id": "ad1e7c13cbaf46b2b51f50f4ce6de57f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c807d30995664bfcb047dd3e7b7d2820", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "723f077b1a8445df9fac6d9bc3f1bf13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a621b5c98f784800ab4d0648c977e7a0", "region_id": "RegionOne"}], "type": "admin-logic", "id": "164dc893ae57407cba24611b82171673", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2d8e2eb55c264563ada3f4804b22861a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "79ae13fcdff542afb2d89d16a378bcd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "55ee05c6798f42dfae737ee7d8703e8a", "region_id": "RegionOne"}], "type": "registration", "id": "76d39e4417f54fde902287eb147cbdf1", "name": "adjutant"}], "user": {"domain": {"id": "180d965ff43a4453a785c7b0d08dd4ae", "name": "be5f927b6542416697dfda5ca17c008d"}, "id": "19130c245489448c9ccfeb0fb724ac98", "name": "19349297b95c41d5a4a9b0d868c55b84"}, "audit_ids": ["decc5c3ecd164ff89d4a1cb2868fc0a3", null], "issued_at": "2019-09-19T09:04:37.693319"}} 2019-09-19 09:06:37,801 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-aggregates -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:37,803 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,804 keystoneauth.session RESP BODY: {"aggregates": [{"name": "aggregate-2", "availability_zone": "nova", "deleted": false, "created_at": "2019-09-19T09:06:37.736194", "updated_at": null, "hosts": [], "deleted_at": null, "id": 1, "metadata": {"availability_zone": "nova"}}]} 2019-09-19 09:06:37,815 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-aggregates/1/action -H "Accept: " -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"add_host": {"host": "host1"}}' 2019-09-19 09:06:37,817 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:37,818 keystoneauth.session RESP BODY: {"aggregate": {"name": "aggregate-2", "availability_zone": "nova", "deleted": false, "created_at": "2019-09-19T09:06:37.736194", "updated_at": null, "hosts": [], "deleted_at": null, "id": 1, "metadata": {"availability_zone": "nova"}}} {10} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_register_machine_enroll_timeout [0.289216s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,256 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,258 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,259 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,260 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,266 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.218762+00:00", "project": {"domain": {"id": "ee7d9959caa24bbd970dfe1ab60e4bcb", "name": "b7e3fb6a5dde4d54a67979f0bb7be073"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "fe16a69dd1de408b9111b7d949d88897"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8a970213bfb24e698ac46a4f0983bac0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f75b5c4dc39c4ea6baa9752eaf3da6cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7ac30913205243199349250db63bbaa3", "region_id": "RegionOne"}], "type": "identity", "id": "4e88754e02a9411fa940c33a053a5b76", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c8e86b9156cf43bdbdd98e2ad80e76ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3c46f55fa6484089aaf3461b848c0213", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "02554b7be8ba4e1bb10ded6e4717fd51", "region_id": "RegionOne"}], "type": "compute", "id": "d06ff50570854b5fa700dab4bd7ba85e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "3222bd508b084885b56ae061c4b57861", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3784715b86a546f2a143a42ffbbf4022", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ef79e6b26c22460b9055a527390af0f2", "region_id": "RegionOne"}], "type": "image", "id": "3e5aa8a23e724f8bb4c9720c450cd0fb", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "eaabe2047ae44ebbb7053b841fdbd233", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8c82c6aa80a3400ab7b561d3252c185f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "05d6d3454b7741c98d284b5ae6feda96", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f2f322c4103c4bd289b60a1e2b3da53d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1cea454dfd24439ac7aeeddc13a6334", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dce93dc0507a4b1cab6c3bdddac391cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ab82fe5db10461aac47aabc23e8bae4", "region_id": "RegionOne"}], "type": "object-store", "id": "641127ce7f1d4106b9847c1bc2d8c0aa", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0f0e32346d5a497f9bb2ff149a74a061", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9db3e4a01e59468dad0206d08d268d11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a43d11a2a2144b37ab7862a474b7235d", "region_id": "RegionOne"}], "type": "clustering", "id": "5711e59aada148ff89583d060ca33209", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1d108bf29f0f4440a8d9ecdae6f0020e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "70536c739af446a9a3c02616264f8da0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e84d5d138fd04e928d7ce971ddc31688", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a9999f7383b147cc974700af1ccd4bfa", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "53b13cbbed144c60bcc4a3b67ebd8fc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "35e34e907fd144da977e04d80917e855", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dc7cacb8b9e5402eb9d051200fe8fe79", "region_id": "RegionOne"}], "type": "cluster", "id": "8b6ef47a4977471fa978d2c4b5080c77", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7abb976a521c472db904be50e4d142ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a6501a5147cc41e3995fe743547b3f70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "767ddd2b7257423f950a08befd257292", "region_id": "RegionOne"}], "type": "data-processing", "id": "4996cbe0220d4300b8601b8217eccc41", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "128dd132376c4285bac901b999eba836", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "786e173012cc4c03a5667ab547893a90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bf08e74ebfbb4435b38305563b147fab", "region_id": "RegionOne"}], "type": "baremetal", "id": "da1e832faeae4409af8674541c8584f7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3a360309d08d41c4b51a0b4596bfbd97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7a55f5e48707447e90ae02a39877360d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a270fcabe6be4dad951e76484992e464", "region_id": "RegionOne"}], "type": "bare-metal", "id": "5149657554be406bbef736f71208a1c3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f5a73a8e859b41cdbc83d74f0285aa5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3a97f171513b4b1280ed4727d102c2ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e4b77352fd474c0ab02ca9b5417c1b46", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ca1ea7e9494c4bb190916493693034c8", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e0117d728c884a4c9edb085c74794072", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9e8564e07ebb4b20b55a471076e50b6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "34295a33af2848028f28feab41897ab7", "region_id": "RegionOne"}], "type": "key-manager", "id": "dc626b5b03204054a5384ad9dc8c255b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1c4ccb39a2fa4224affc8363adef779b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8114a1331668441caf9b93ff30c3516f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d1698b6bf66a4a4c87ca871bc7bd09df", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "234810cb63374678982c32107715488d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "590c7fba09394773981d68e0f7a7a0c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4af2519e8be8452b8ee02212113a9a67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6914bbb9357e4d7e9922ef2d997e12cd", "region_id": "RegionOne"}], "type": "infra-optim", "id": "7bc0dc30dcc24bc3bf1bcc4719e4b31a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4706518bbcc14e73a140d22e28d844fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "34d37418b0874fe7a77a16ab02513b1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d9506806976247e3aaa7c9ee1201ed69", "region_id": "RegionOne"}], "type": "message", "id": "5a8d0feff18b416ca468248d2e754eea", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cc1a16a40fa648b2a6a338aa04224af1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a5df306177904d89aeca1503ee2209f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f5a03f02ffed452ea821200c66daa5ed", "region_id": "RegionOne"}], "type": "messaging", "id": "b56cdf98be8641648d92f1c5096a76c1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "67c02ba6cd394d5986c48057fcebc3d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "58f9638e208949f498bfba410b0ce17a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "04d19b424725470b814962d82caf3c66", "region_id": "RegionOne"}], "type": "application-catalog", "id": "38cb2d521ae844f981e15923fa03f7c6", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "29164127a88f4f57a44c1bda2c8995e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d54f6a36efa84e63bfa2e1259120adf2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "40d5c76a70d84305a7dde4b8ed74ccff", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "fa49b9473436462d902085d36e2cd60f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "491c57ce0d084e0ab542217cb8f1882e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aae0aa1bb923429993fc32e44fe47602", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cffc53de52b24e19be6546bda423c0f5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "cdd70dde9c2640cf8e9286012ddb483c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "469f39625c1346ac9e01be143963e90f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "96cb4c55b8204d42a7850e7bb0b155b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cffc6e5543ab47a3a186218fde0e481f", "region_id": "RegionOne"}], "type": "container-infra", "id": "ea4a89f9dd1c4e15b0ccd8579e921354", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "818cfa4958184fb8884fb3ca63e79c5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "77a89027db78418fa12fc4090774a0db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e44440c6410b4eeb9a1911ea1d8173df", "region_id": "RegionOne"}], "type": "search", "id": "cd09482ddae544a49859c81c27b4e0e6", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "492610e4b325411fbad2bb9230addf3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "416d81c507f34b9c94d6576d277528da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4c46caa744ba4c0590a2166ffc4ede29", "region_id": "RegionOne"}], "type": "dns", "id": "f3a52e0fbb7f44d78a994f124cb43bbc", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "05cf65c887c54b9199992bcfaacba144", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9b9565a25c7a477e96740ab8fef97764", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "211a820f4fe741529d0735d2789d8db9", "region_id": "RegionOne"}], "type": "workflow", "id": "c7f9a2b905174e25b95f18d64340c23f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9843a6c7ae3148ae84df54811731afbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e178fe3a230d4ebeb93415a5478a1577", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f32db826c0554d12ad61ccb473df1063", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7c104d000f704c148729c2673d620ca0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4e3fc786c71f4b238947a2185a9660f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2d7f0bc14bf24f30b303d4be10a9dc11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3fd8e9226f604f5f83c6cbcc546d874f", "region_id": "RegionOne"}], "type": "rating", "id": "b2c2dd1b62be4360a56d34ee917c8a6a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "79f6527b98db47e6bae6c8a262c3cc1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1f3ad279c08e4795bc78cdfbb13bb08c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fbc81d6ad5c9435f81df3e54aed0b062", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6add185e224c4c3d8439f8bb6d4eaece", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "59606ac434164701a2e9bd5a3fa4973b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6a60355ae0a0434f866df708305bb2cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3a97b57892ee4c128073e7fe37eb16f7", "region_id": "RegionOne"}], "type": "policy", "id": "208143f436074799951db047aea6a29d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6b6da3b26bfe48348f20fc657bdedf9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6a93bd715c904856b9b0686751086102", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "45e4f55e876e47b083dd0b9592307d52", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "53c9840924d9470a882e2289b815de6c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e6864ef0b1614d2bac1dae3b25d75fee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "faf42751790949a49a5f7bf9e5ad7971", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ea244777f2e8492b986b881385da3048", "region_id": "RegionOne"}], "type": "sharev2", "id": "e7ca3d4bebd1413f952636c54150c657", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "07ba92ef247548d3b5cfd2edd47c768b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e02419065f314e8094671e57341dc6f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "099964b4e2004f3ca1ce05d3e7167bde", "region_id": "RegionOne"}], "type": "share", "id": "1f6382e3c2994e7c84619da89edbdec8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f8604144a79f48dbb6162e0b4f74e84a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "04eae5a1b98742a6ad5cf9cfac333311", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "893ae2907ac243c689fcd9e5a59395aa", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b18c88a1bfa74abc8125fb4319322168", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f9ae09a03334d0cbd4946c9aa9215ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75033717f30d47a79e86071a93550fab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95cf1feb68234e4f91943aba2ae101b4", "region_id": "RegionOne"}], "type": "orchestration", "id": "973559fd52f8437b9a7a697b280ecb64", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71bf614138ab434bac788f275904100c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3458fb8ecfd490e8c7d4a7009d8ed2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a0a1dc1fced453f954524e8bd83fe8a", "region_id": "RegionOne"}], "type": "block-storage", "id": "d1f8fc0834b64bc690a2d2ead387e1ed", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfe6639f31d44b218902155d0327e62a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a70a8110f3c4918a0d0c681ac064c45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8b48409dadd4ceeaf35c30b7157a68f", "region_id": "RegionOne"}], "type": "volumev3", "id": "4417d4e514a346db9f9dac015e6a97e1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1fc848493b2648758a89df2b2ec613aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27b2e584047d4fd598ca2820d398d740", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d335bec0fa5462d95d50cef07f9fc86", "region_id": "RegionOne"}], "type": "volumev2", "id": "fe196b42617140d29eb2f0aa010ce2dc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c3fd1f06c094b848b3c57d46839a8d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "975afe71733444f384c71c5a76d97a55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7521b8088824be599a5ada5605de9d2", "region_id": "RegionOne"}], "type": "volume", "id": "44d71d2b87d840ee8c12432ccdb476b8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d840394897bd4196bdc615d198543deb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8727e8172eb4ca69747fbd3dad0f7ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68c92f769f304e5fbb44971b2752d1d5", "region_id": "RegionOne"}], "type": "block-store", "id": "1b4109335fba45c0bb6136fcdcfd4e04", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6f154a1b7dd642fca93421cf79620591", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "81f66c04eb90452881c50a2360827d99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bf3945753aac469d83d414650ce980d4", "region_id": "RegionOne"}], "type": "alarm", "id": "f027949859e9469d80f23678ec0ff732", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "97bd3d1a4bab41cf9ef5065a6cab739c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "29006249415247ac86d2b425936a4e52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "aaa9bc1a61cd4711b3a1ffa592c733a8", "region_id": "RegionOne"}], "type": "alarming", "id": "431a0946ca524c439cbd30668707cd57", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9c7edc742f094e8896cf7669173a5ec2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a5aeea13450747679ecfdd7f62ff7188", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2beff894423d4572bffad3b3d4bb1c8a", "region_id": "RegionOne"}], "type": "meter", "id": "43298d9fc0df47cf976f6ee100289416", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "de4651993ac44261a45915e741d5e7e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "16d1313ce6044c5c9ff3fcff1a7e4eae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ebc95b96b63b4bd7ac4831d60ce4e440", "region_id": "RegionOne"}], "type": "metering", "id": "ad98ad3e3f2a48b09670bf0f94f61ccf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "266355f6dc084d638026ad780de77b60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7735568da3b648328c800194a9e42bf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8482a6f608ff41c9aeb953df06638ef7", "region_id": "RegionOne"}], "type": "telemetry", "id": "9bde67348ed14feb89b4154492a85ba4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "31867466db17452eb2a5ba5571bd0b1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "14c642d7bcbc4d2f9a8a68502fb26723", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3ff07fa0815b495db13f9dc4312485ff", "region_id": "RegionOne"}], "type": "event", "id": "f7f5b32a71d649f590b54a5ceb98c1e3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "be97b71c80d14758aea5ad6bc86e521e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ce174d180bb44addab7caae76c3fd67b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "54671b674c044fb6a9e4d36bcaf77d23", "region_id": "RegionOne"}], "type": "events", "id": "f27f03341fd34500839238380e53906d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7f39d1b4a63e4309818297d6f3de223c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fb5b4087e0ec4ac0886bfe6f94763f9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ab4a98daba9844a2b7b8fbc057c92051", "region_id": "RegionOne"}], "type": "application-deployment", "id": "7923fadd932f42ab900ee36cb9d33cf6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5b5194c9644747ba999883c967310578", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2bd1e1a51d214544ae9e1c89be709fe9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0d9044a27abe4f659dab67feb478372f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "13fc96153a0e455ab2a579e87481ddbf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9ace0469cc99479094a66caeee540598", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "81feb898f73b4a0d895a810aef33eb5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1fa3860f45754947a75d42bb2e9c94ff", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "12a5cf79dbf04a4d8075020aa5f6f34e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6c1deab72cbc4bd396f5317fc078a69d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "15fb364207f149de8a2ad8c340e0fb78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "dcde53699ceb44f284c269784f238529", "region_id": "RegionOne"}], "type": "tricircle", "id": "ff6b408350a64608a6af7b70ccbcbfa6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "fa4246299bf347eb8ee26ee08ac22a0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "06efb95b0892423a9f4f563f129b720f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "4656cee209864ff990ceeb305f5c4f34", "region_id": "RegionOne"}], "type": "database", "id": "7563004eb40d42d59cc6290134da01ea", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1a4d1917c9dc4f2b9b34a1b4c94e5ad3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fad35c66afae4c80ac9e649f1969d8e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f7f80e9708da46bd834d565d57896fed", "region_id": "RegionOne"}], "type": "application-container", "id": "3e9382286f6d481a8d79aa5de535a6d6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "84e682dd0f4945b4a62a49d895bb4b46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "83a56006b530493d9716b5442f899f00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e51c9a4d10884482b48e9f8cfb42993d", "region_id": "RegionOne"}], "type": "container", "id": "c30767f69c4e41bb9735b8d0821e7c80", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "657b1a42f3ba4733991e1fd8d06fa95e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9b42bb9eaa634cdf8a2e63722873738e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3306e9db09404adaacdf35a2aedd3150", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "831ad305f6a84b53855d43d009e97a07", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8a0a9811a3154132a363db7e8a875829", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ef7b7848b8a043b8a5fac80258a34eff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "22372b2fc9424558b9ec6333e243ad6d", "region_id": "RegionOne"}], "type": "rca", "id": "eedcd2c79846462eb30c14c205844449", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b9d765b8f49c4acb90762d6c0d2780ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7742be819b6e40b994e559af88b2f5a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "714d13ccd6554f22a708b64acb465577", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "32e56c99ae564e8ea768aee78dd67ec1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "2821f0c9430e402a93cc155d40a523b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7abeec6bb7e345ec8922435d2062fc26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d094ae5d62dd4895902ea9f8f5c051ff", "region_id": "RegionOne"}], "type": "network", "id": "c5f661698343440484e66a2cc22c3d4a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "30fd03153fde4917ba07bc7f39f6ca92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "94cd646cf2f24952a88735d0d0ee06ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c5433b0194114229af8058e434dbe2a9", "region_id": "RegionOne"}], "type": "backup", "id": "63a8b6fa578146948e0c988abed5170f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6a9cd762a1fb4b3eb9c5fece2c159a9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "71a5568464b54b0d985c14de259b953f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "610801bb9c2d45f18573650e7e5a73e3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "88e12d2022ee467fa0c8585d2def006f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9eeea2f523574bf9b59e6bf6d12ab52f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "efa6515509ed411ca511da090fd26c23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a982b7785a6e4b519871e46e6d6b5b6f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "20092e8fec21457aa9ce4a4e92f24195", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "df64373d16ce4685b32326222014adce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c785792d680a4701974dbe3fd0d7cf5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "7a83a750e88d4264b03d69a14d0b764c", "region_id": "RegionOne"}], "type": "monitoring", "id": "d63e4b74b6aa4eb6930995a5395b06bc", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "02842c5628fb41d0973656899dccebcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "374304320b1f4660ab9501c496e0c459", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a294178b24b2400da19bbefbce1155fc", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "086e0c2b386f4a06954e1c583b1b3452", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6e92052cdeeb467c804679fe477e0272", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3a183fb72c624652a52820de56d7010b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0c0eb703eefd4815a2d4852376212cb8", "region_id": "RegionOne"}], "type": "placement", "id": "2e36083806cc418fa5622a9be0c2a394", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cb929cb96591452b9eeb2896c35befeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bbd3deea48e54bf2baeb0f94cd971071", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bdb984b83fd14cbd96d2dff36040019b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "6693962bb5084ce6b02791cb4a0bb3dc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "08b63753c1a54bd498a2640ccb2578e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "08ba4ae31aca478c9f062499fcd69325", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fdf6cc39e1d8403c91f1670df385d8b3", "region_id": "RegionOne"}], "type": "ha", "id": "19ece99ba9e84d6489612dd8d8e550bd", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "512cfc2948a2481aa3eb01d1ee8a988d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e0395ef6c9b2411bb36b4b51f7da292f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b2d9e8551a8f49259d8216f285c74ede", "region_id": "RegionOne"}], "type": "reservation", "id": "1f766a7759404c329dfaa3ea4d5cd145", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "61a2a584b733432596b8089f1bbbb723", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9a5c8aa0cdc44c399190fd719811f4a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b9fd9112998148abaddaf816b791ecb3", "region_id": "RegionOne"}], "type": "function-engine", "id": "0d77e22c93744dcaabc66fb1ef85b3f8", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a2393cb30f6145d9bf992d13be65d0e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c4a8d82f78144eeeb392ba54f79bac0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2c64f40d5dec4da8935e43212bce4d28", "region_id": "RegionOne"}], "type": "accelerator", "id": "26dc954115644edbbb484097ecf1d67b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0df6be80ab774f3d90d23a7e46eeea1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "727ee3940abc4c04a91f12cd2e456a6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3c37ea0e4b8645bf80ed237ab49d24a8", "region_id": "RegionOne"}], "type": "admin-logic", "id": "bc37376a699a4d97ad3b27069b13e965", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9e9b199667cb4ccbb52c0da346c3bc99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "33f0846f395f4f44b06f2f5925c90ab1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5eeea85dd3774accb90f2e54133fe0f5", "region_id": "RegionOne"}], "type": "registration", "id": "c0c12fb22f9a4b2b917b58b2172e9398", "name": "adjutant"}], "user": {"domain": {"id": "6491db49bb944616ae2814c37a64f5d8", "name": "60eb1c3790f846ac9de06f456fa13172"}, "id": "9f10b11d9dbe427c82e208c2f7264fcf", "name": "a5f6a82b98ab48bc9b439a4b43f10843"}, "audit_ids": ["1ab09058819b47aeabd11209ea50211b", null], "issued_at": "2019-09-19T09:04:38.218762"}} 2019-09-19 09:06:38,328 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,330 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,330 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,340 keystoneauth.session REQ: curl -g -i -X POST https://baremetal.example.com/v1/nodes -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"uuid": "63f12f7f-d36b-4d8f-8311-d962742db29a", "driver_info": null, "driver": null, "chassis_uuid": null, "properties": null, "name": "name-2"}' 2019-09-19 09:06:38,342 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,343 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "enroll", "reservation": null, "instance_info": null, "uuid": "63f12f7f-d36b-4d8f-8311-d962742db29a"} 2019-09-19 09:06:38,352 keystoneauth.session REQ: curl -g -i -X POST https://baremetal.example.com/v1/ports -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"node_uuid": "63f12f7f-d36b-4d8f-8311-d962742db29a", "address": "00:01:02:03:04:05"}' 2019-09-19 09:06:38,355 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,355 keystoneauth.session RESP BODY: {"node_uuid": "63f12f7f-d36b-4d8f-8311-d962742db29a", "uuid": "4af1515bcd264f199d97a056b789aafc", "address": "00:01:02:03:04:05"} 2019-09-19 09:06:38,405 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/63f12f7f-d36b-4d8f-8311-d962742db29a/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.4" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.4" -d '{"target": "manage"}' 2019-09-19 09:06:38,409 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,447 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/63f12f7f-d36b-4d8f-8311-d962742db29a -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,450 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,451 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "enroll", "reservation": null, "instance_info": null, "uuid": "63f12f7f-d36b-4d8f-8311-d962742db29a"} 2019-09-19 09:06:38,493 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/63f12f7f-d36b-4d8f-8311-d962742db29a -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,496 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,497 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "verifying", "reservation": "conductor0", "properties": null, "uuid": "63f12f7f-d36b-4d8f-8311-d962742db29a"} 2019-09-19 09:06:38,502 openstack.iterate_timeout Waiting 2.0 seconds {12} openstack.tests.unit.cloud.test_clustering.TestClustering.test_get_cluster_profile_by_id [0.154004s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,322 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,326 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,326 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,328 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,339 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.258391+00:00", "project": {"domain": {"id": "b4bc7985d46f4cbfb064a156e69bb93d", "name": "25453ef1d19e4beb9d81e570daa1e0f1"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c1478776262b440c897982bc8960267c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d3ef05b119354003b005939e43b4fc06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "af9601e8293f4f9a80ab405403254e3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ecca1fabcd4242adbadb7a493fcdcb91", "region_id": "RegionOne"}], "type": "identity", "id": "a6117859c19b4d419a504ead03a3cbef", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ef5a6412d760442f8029506ddcc0f0d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b126aee6c8eb4de193c4a02f629e24e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9c78354982fa45da85c208c23b2e92f2", "region_id": "RegionOne"}], "type": "compute", "id": "d85ac93bb3aa44bb8bb6de54090fe53c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "142990a64752413280825d5c7cf9ff6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "fe9035b4f5cf48369522512173b12368", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0230bae641d94d24a987af6859881c15", "region_id": "RegionOne"}], "type": "image", "id": "cdf513da6f4a4f7d8f93a4a9dcb6b32a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "84ad8c3a3c8c464aa70049505aa9ec91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6162cc0b600f4e379b3cfad0f66febb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d29fca3047ec4a1e9239ebf5fdc6a83d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7e07280ed89a41dea1f9614f71d4b59e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e67c20ac6d64457da28cbb6d608bfa38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "150d7a839ed34db288230490db6e972d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe34317f54d741eca50467a35b385b09", "region_id": "RegionOne"}], "type": "object-store", "id": "c787b133ba8e427683bbae6a87a40297", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "905fa0e02e1a4ddbba4bb80c145ca5b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6bb8f38d7720454694580ce7909a988a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c800cf8cb7404b23bddc929e892d229d", "region_id": "RegionOne"}], "type": "clustering", "id": "ed0f8e0e3cdb417cb79d4a01c3338dc5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5791d3ce84974b298f21afad18805c09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7fa864dbd6324591b9f47ef5f6c8187c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "40ac20e9c7354654971007d66baea0ae", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "17e8ad6ebf914939b6c1dcc3136500cc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5fbd8bc2c51e4a29abba95221dfe3ece", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f41d1cbafd314ed2b7ef63acd1e2dc41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "efc30406cf2e4a2599f6a809d89cad6a", "region_id": "RegionOne"}], "type": "cluster", "id": "73f9d55fe5854e0a9ba6f38587ea3cf9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e19724b0a94345b3b6c8eae08d24088f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6a03ff4b4c6c447084430ee13418fbbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "4263de73d2b042a4bd7d5ffa883a7bf7", "region_id": "RegionOne"}], "type": "data-processing", "id": "46fc669c213449469e04f79bbbc19e32", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "91b8cc31486e462aa58ec9417633b2a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b88bc326e61a475da7f8b7b425272684", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ddfe88b0d88d4d75b22e7a0200b31231", "region_id": "RegionOne"}], "type": "baremetal", "id": "e12ac20216194e7cb132fd934988aef6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "64ed8b3a7682441384dc822c009ac9e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d129c7ea8a554864b07fddf158d6670c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7c09fd5f35124ca694c83d2cc62e5010", "region_id": "RegionOne"}], "type": "bare-metal", "id": "cded7137573449a6bd920c0b63f443e1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "21346e9086834f7c8c3767dbc3daa859", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c923780288d2470fac888e34fd2f96c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f21a506d433546c3ad20fc810754e37c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c81e5cc899684cb99322d9c75e4f2779", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6048923c70c7416094910b6e1ca77cf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7e42498693864ad9b9a1b5f6b7aebcff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "be27aded53a4467c9da7c5523765d0ee", "region_id": "RegionOne"}], "type": "key-manager", "id": "7d403d15d5834ab5b9eef7fbbcf4fe23", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "da223b41277a4468a12f38c46af3aee2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cef8a8e89b154e36bf5e67f1d92b2a9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "39f7f116b71c4bc9bd78640b8a84f5ee", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6492da7e6e9d4bda87484326df323f6b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b488f4151b5b4e36b7126d17ef12a261", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a947fca3850848efb53840afcb0031c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "18a4b143d5ee412cb93fde8fd60a7f67", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8e976a13be6c4149b5bc561675929ff1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ab3ee57dd1404f34b53f662f465dd4a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "45a7890f8c4e4e5d864a3c308586faae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ff72ec355f1c48a0b283dcbda712fc0e", "region_id": "RegionOne"}], "type": "message", "id": "dbd07654a7b747bf9d2aaafce984235c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "094cf255bdb44452a4751c55820fb8bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "732ceefd288a40b190b4748a0ad8008d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2bc6531acc4e405ea71daabc5e4000d2", "region_id": "RegionOne"}], "type": "messaging", "id": "fe8f6dc957414760a7c463038a87fd51", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2631bf2a164445d6a9ff082ce42e54cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b04e8c95bbdc4c4eb4a4ce21be1c148c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9b4aa5918eab4aa7bd2f22405419a54e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4c88fe045b784159a01ec514e4eecf9f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cb94d220607f42a1b1ee732a7f96b1f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a45267ae5943474fa7914f5e084dbb7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b7e2554b425a4ff886b1615daf9c0677", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1db09517f1004f139b781d2e2830179e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "addc2638b3074d609db3e58d59352bdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4e578ca96e7d41e1b8e281661e915d91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f2767089f80149e1b0753885c29397a1", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6e5a30565f8543aabf0b7dbb67fe04ee", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d2265df99c994385a2ada27bb95f0752", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2219d0ba47ab4a1e9f9951a88946ea7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "36923c7a14cb48b98a9fd7c23b85947f", "region_id": "RegionOne"}], "type": "container-infra", "id": "cc3f633a7fbe40c7b7bad9e6c8312c77", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "be3bb01d45f44a8fb16312d269140c33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "1b58b96350434852a4c1f9d1ccf6e0c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "dc781183eb5e47e39a2f3ec1a87bb915", "region_id": "RegionOne"}], "type": "search", "id": "715685994e8344d5869b5b456dae3b3e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2b1fd67b222c4b0da1aba4d7a50a6f7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f14ff51b321f461490ade72a4dc89c18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6d643dfc164249249e72e4f8fb796933", "region_id": "RegionOne"}], "type": "dns", "id": "8f6128c28d074dfc97b67ebc140fd349", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "36683f70b706441d84863593da3bd32f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cec7774344ec48889f31f17c56de7df5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2506cf7e954448a3b9238a14aaaacee9", "region_id": "RegionOne"}], "type": "workflow", "id": "3d4e5c7367f64b8ba5353013e349d1e7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "54738af31737489490ee6695a044716c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1c6fc736bd3d460ca1fc62c63e92f698", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "18f1d9c8663e4073860d2f19040fa7dc", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0c93371db6474ab781afca2a3a5b6b0e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "3aec459467364a059e719cb36cd9f29e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c00665189a564c0dab922471dfceb5b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8496a0e92cd24aeda548d13a81f5c319", "region_id": "RegionOne"}], "type": "rating", "id": "5bb452c127c347909d15cdbb915769d3", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d04495de9fdb4273a039d2460126db8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6b81bb26f4734f3281b97d3b53eb3a61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d9c5f7d56d06488da8834f5fea32b101", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d68550bd650b407c8feee7ed2631b57f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f4b4b58fb8e04e9ab5d206ba668186ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "542f5dbbe61a4e8b8ded59e62828de5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "15ef18b40fcf4f67ab0870c042ac3b73", "region_id": "RegionOne"}], "type": "policy", "id": "c6e23f17957f4e1db4240baa8ba6a026", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eaf9ad4cb0ed4587826315f95f393c37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3f27a2f511914ce1a131eaedd801b91a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5c38cdc34eb24d0e860964cfa20260c4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6de1a2bdd9ed4b95aad0eec6bb439dcc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c20ea12ea0da4136a39f4620f7944f6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cd4c16fde44a4904a39544bebf97ff86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e7d9ba1299064c42a68de589751a9422", "region_id": "RegionOne"}], "type": "sharev2", "id": "15d3a5dd687f43b58ea85c17a8bf5071", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2b51f5b0b493407b86c1adf0e784ce87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "875d7b197a504bae8866cf3aabc80b41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3462d4d12e9d41b087e356a8165f899d", "region_id": "RegionOne"}], "type": "share", "id": "05ffeffba03e4e9580f4242902e32a52", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bde1a634cebd464d8d60314b181a2e47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "34a519c4d09d4c4b8d23857d9bf22953", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1e5ac3256c854f6a81b8c93dc900cc75", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4eeb9a3a425f4a4c9bb3e34481a1f403", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c88d6a8bd2f48b084e981d2f14cbfc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af18090c69d141c1b43d61c7e28ea282", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1bb3708f85fa4b99aa4ca260195f6ca8", "region_id": "RegionOne"}], "type": "orchestration", "id": "0ffc160936fa44229d816aba28389851", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d5bcaec23e849c6b2b138239c953a76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "797a9dcf861a46c6a0e8bd229943858f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79daa6c4a6e643868a87fad3293d5ea8", "region_id": "RegionOne"}], "type": "block-storage", "id": "b3798a66a5ae4232ba82d65e590fffb5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "647942a455734296bead40df43b68a71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "846db4c4a086427aa3f851e724e5e76f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60dc071d05994fe2bf34e00d95246a92", "region_id": "RegionOne"}], "type": "volumev3", "id": "fa14af76c779462280e1ad246271a2c3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1a41323b157471fa504a12a8c941516", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e359d1524117427cbc85a1f944c58f96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7aba8a6c6b8410e81645c0e3a86d981", "region_id": "RegionOne"}], "type": "volumev2", "id": "5bdbca8618824e6caf647516a33f4535", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81262a8262f544b3b2f8f24251bd8f50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe29f91ca16e4bceaa884bd0d2da1ba0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cebb8337156941c994e77c63997eed5a", "region_id": "RegionOne"}], "type": "volume", "id": "4c04dffe022f4274a0b13fd8215d3bb4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aeff62dd13fd4663bb78df42141be659", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1484373837a4344a04be818719924d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa98b9794b2c4460940077ffe431af4c", "region_id": "RegionOne"}], "type": "block-store", "id": "d28b45c13eb946cdaea888566e11d884", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d38a815b718244f2bbbad7544f45baeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a090898aa0d04f5aa4b8b1f65f25c414", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "19f40fb50c6148bcb3592f4c858f050b", "region_id": "RegionOne"}], "type": "alarm", "id": "a8a851b8dd8744d49e18f8a52819743b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "172db739c05046869dd4a56b5bfd7c4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "56855c23e5704ed798f281838a916b6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2cfadfc93cf941f0802aab9a3fc97dcc", "region_id": "RegionOne"}], "type": "alarming", "id": "cfcd1ada4b49450aab84d754cebf56bd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "501615eb8bed4097977af6aa4ea801e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fca1bd5883c04d7b898337b6cab65519", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "acb08ff8de914941b0e577cf8a3f6253", "region_id": "RegionOne"}], "type": "meter", "id": "3f68a55b069b47cdb85e7553275b953a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d7711e360c844446a3da6a6d8770b7f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4de820002a8f4f21ab7cdc4079925869", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2684896e930c48bdb4f347255e9a29a3", "region_id": "RegionOne"}], "type": "metering", "id": "d928f51566fe4b5ea6537326985a36eb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e2663563122e45e88254d617b08f5a15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e7fa05e5f7c449c386a5b26e02f0c3b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "672fc7fea16a4184a1cf290e50150a95", "region_id": "RegionOne"}], "type": "telemetry", "id": "c39684c42ea042fbb71392ed48034cd2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "66fd516cf79e47a7b59ea185c131ee67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cebbff6da2894df3a5e041224bda2a86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fc8aca147bcc496aa2861fd18e914f84", "region_id": "RegionOne"}], "type": "event", "id": "18baa5d7a062440f9cd2f95c489d4f6d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "efe00af7c25e4268826debcfa86244b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bcef16d352ef42eeaa56dacf79252520", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "35934223312a4237a9fe3436fcfd6031", "region_id": "RegionOne"}], "type": "events", "id": "09d776419b624e0488bc0b0851cdeefc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a5f79cd65b094abdb1f92524a23608e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "51e06c574e0d464bb5e0aeec6671183f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "dc536312241b42eb8ad22721e2c9ae52", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2bdc37f9faa5442582b6a2e93c751d5e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "01b6da89752f4c9e857f75ea78764188", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "31d53647117e4ded9178e277306dc4e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a3c1653e3a8a43b2896aae2543c45050", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2d590e2d117e4fbc96a9366bf2deac80", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "787f530360f54dea88bfe131da535d48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6906a36f39054db8bf8c1c7e00577314", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6e03fef956dc4388b3d652e1fd3b5380", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "56810fa0b85f49b289d59f2021a34263", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5e582845a9e645008d141b98f4a29c1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8e472f93bc0a4547b40e97ab93eea4df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1cbe8e5734c24a68920ed19750678c7c", "region_id": "RegionOne"}], "type": "tricircle", "id": "91a810bed48342b596f2b92925070425", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e3f0184e83c547d0b51207f1fefbb7dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "82b3c94a84224f8597bc7734bc3fdb4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2b47d1d27ed14d73941a03e199df56ec", "region_id": "RegionOne"}], "type": "database", "id": "ed193bc5fe8441e487001b100373fd94", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6be6d8d465424a748fadeff278bbd2f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1a555bdca89d4f649e8e665443827e2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6f455af844404e18a924169cab54e933", "region_id": "RegionOne"}], "type": "application-container", "id": "71c592989340485c9b41e52bb68c07b6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7a4f566ad69f4b89b041db19a7d70178", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "41852f767a53468e81e92bf0397fc413", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ed2e59ccdab54585b87d30927ed72a37", "region_id": "RegionOne"}], "type": "container", "id": "64429856848941d2bee7a8871249db13", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "584976fa6b9947b5b8e2bc81793317d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "909c89c4d5b14858ac98c3d64f404a43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d1aefe602ccf4794b0746feac498db73", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4d1a01689ebc4251b3a51336817b2b71", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7dc9f2cc6ef942cd94d52e7c138789d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "924a06ee77b04f3285097c9910f5a8b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e352fc591ad8433fabede8d3bceb060d", "region_id": "RegionOne"}], "type": "rca", "id": "2cef2c1189b0460192e5c43592e00a55", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2fe09e104650439baacd998de00dd1ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ac62c595cea74619a7f093d23d50921d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "99270f5c898d40139728ad49ff53a703", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "79988377570140ccba4dc746447a6152", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "cdda70f4b26e4bb3870f4a24acff7ea5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e1cb2b89118340a09c74473e0c4ddced", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1b46d28cee3340459e09dc60184bacb9", "region_id": "RegionOne"}], "type": "network", "id": "9f1da7d1a4bc4e36afc6b8952d7c3203", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5187a3d413174cc599746a546ea8be8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a1cecb0118384f1c952abb6a138e9973", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6276d2aeac5445ea98930b32f835cc05", "region_id": "RegionOne"}], "type": "backup", "id": "806f6ae22ffb45eaa4f8533cd45d2ecb", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3e045460e25240a4a716bfa748dbbe53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "de4434c20a1a4dccaee652fc7a2994de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fdb718c1b00a4974bc283090ca8c5c4f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "af4c317671f74ebb80f70a73ff40dda5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "04754e0168094c2f9cbf8f5c9622ba1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "411e7cfe17c34a36bc3a5e7e4f5d53c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c71bbd67eaa7409096188d579df5815f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c2a0332a8d3940258e436701d77c25d3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9e5988bc2c204872bb40362f390c856f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "44c59b7d3415457fa3ff634f6b3fca64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "08b9919e694e4480b14e44ef402fa031", "region_id": "RegionOne"}], "type": "monitoring", "id": "3ef378a734af413795107596d6ac73b0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ed7556a050a84b15a393859167b50b8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "be285cbf34074d31a499558e9b5b620b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "58af18a9c89c4b6db0bfea5513d632b0", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c6334b7759994172892e2bcd2969a78c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "21ef44a8ef884eec90251984618acaf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2bde6489e7f443139aca235cc4da16a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "cb00ddd71d9445d7814a2ae7429bace6", "region_id": "RegionOne"}], "type": "placement", "id": "1761b19a70354338b967b733cb525d01", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e27d98c43f42434f8e983a1df4c953c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0534068178e04b779770a9f4a98af18f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "94895920e3d0481da278eb408cb44284", "region_id": "RegionOne"}], "type": "instance-ha", "id": "3c0ad299e80e46c18f3130d99654d40f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ecb8704bab4a497e9e6b3c3794fb58b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d724ed5a082046c690d2f6cc90593d6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "03ab180505f8421e8b9895521168e018", "region_id": "RegionOne"}], "type": "ha", "id": "21ffbbe9adb0431fa60a474b104052cc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "80d36d9fca6e4d6395dce6d3279a799c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d09cee1d9e7744b0b41e913127214497", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1cf4805b8ca74ac1bc6e7e2a716b01e3", "region_id": "RegionOne"}], "type": "reservation", "id": "d50a55658b7e4410b23dbaf127f5f95d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ccbc6715f0e147d19525f1947754ed08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2685b653f40b473aa0c5f526cac55485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e4187d0bd8f04d889ba8977fff43deb9", "region_id": "RegionOne"}], "type": "function-engine", "id": "a35bb9861f434ba492536c78f52818a1", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1cf8f089e7204eb59f73136c59651c9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "427a99ce21f64bd0a71e2ce3de9ea258", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b282cc286d524b429991211fbdc1a51b", "region_id": "RegionOne"}], "type": "accelerator", "id": "51e1baaab50c4befbd0a39e8b0bc1dd8", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "87f50738cfd44132a16a32bcbb85e139", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e6d1a5e31c8c43648ae69a4d4e37ce8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9714f467be864a14a55bb7c51c378a96", "region_id": "RegionOne"}], "type": "admin-logic", "id": "bc84e59831ae40488d6d4dc5390f3124", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b9f8a81a5dd94413aa62f2da8d7c7919", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0ee804da66734325847d41635291ff13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "caa2514887bf471a8438afd914058cb7", "region_id": "RegionOne"}], "type": "registration", "id": "085daf92244643d880e5ca71799b015e", "name": "adjutant"}], "user": {"domain": {"id": "506739d5f17248a4aecedda3d37d1c98", "name": "8eff9671a84548e598237cccc28d6881"}, "id": "d5cb06523cc64633b52cc9b495bcc061", "name": "1821319f07684cb5bb23257bbe5cd912"}, "audit_ids": ["997a9e3cc1aa41c8a8c4793886ad83e8", null], "issued_at": "2019-09-19T09:04:38.258391"}} 2019-09-19 09:06:38,381 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,384 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,385 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:38,403 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/profiles/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,406 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,407 keystoneauth.session RESP BODY: {"profile": {"id": "1", "spec": {}, "name": "fake-profile-name", "metadata": {}}} {8} openstack.tests.unit.cloud.test_clustering.TestClustering.test_create_cluster_exception [0.237220s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,417 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,421 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,422 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,424 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,434 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.358972+00:00", "project": {"domain": {"id": "eccaedd023b14b6fb7ca4181d7aec9c7", "name": "d52e594f5c08469f926f37b60f061f3b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "638133171d95434f959e44d107fe6819"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "03b18ccd8e8f4425b36b57ba67cf826e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c02f40a807624a0b9818b9ba26d46b28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "79c921d66fb349dfadef3cb5a489023f", "region_id": "RegionOne"}], "type": "identity", "id": "3c48f630c4394111b9057bff5fd68933", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0ffd1dd330cf4a6482ec4cd37dbd84c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "65ebd14d5cc04571ac2446777433298b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4823bf6f9be94fd69d7c6fd13436f0fe", "region_id": "RegionOne"}], "type": "compute", "id": "fecec34f0dd94e56a7b655002cc823cf", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e62b62f7af65441a8f513c431abc51c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7c70145bfa454f89b1528fae7ba1030f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "95d6e270779e4471a86373edd89e2be9", "region_id": "RegionOne"}], "type": "image", "id": "e222ef8015004843ae0ba2c613180b63", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "263c4523de464759b2efa2808faeaadb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "053cddb390f34ec98ad4a3adcf72fde7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5f9a1e2924ec4617966dac9018090190", "region_id": "RegionOne"}], "type": "load-balancer", "id": "2f23ce8bbbbd4e99a5f9498d42cc8e23", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8e8792be8404819a341a52c813bec0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8114580cec94db78bb6862b69802756", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0e3030e5a0d421880a1d3088586e98e", "region_id": "RegionOne"}], "type": "object-store", "id": "a33cd11fbdc244ff979d8982658a6773", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2ca602c121134e8fad84e4ef70ec7d43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "afae249a63e04ce8be535983c831b45f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d7f61f6dab434a0a9da539bccf29d864", "region_id": "RegionOne"}], "type": "clustering", "id": "d9ce875091d94517bfa02d4ee1bf98c4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "99156063011f48dcbe30df536d4396fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "92c222b310ef469f9b3769f00849aba5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8545aa69ee4343dea0433c946af76a0e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1ab5930b35ab47119f37c000ed8a2220", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a762fd1b8fb840308ece4a94b5dfea9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ca35aae2ecef4307ae21526408f5ab89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b4ce310513074e9daff27b30f7bdb4de", "region_id": "RegionOne"}], "type": "cluster", "id": "2cb1c1e03816493d897cfdb2b85d5b45", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "daf591fea3bb444eb79a988f406649e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "35d2323a864d4e78942aaeba4da23dac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "11660cdb3f9945bb8017f842da7d53cf", "region_id": "RegionOne"}], "type": "data-processing", "id": "eb242f7d4f3c44398f64f0de1ace9e31", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "49b6201f521a4e5d96f747ddc43f0f09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "060672b9650941f3a0bb30ea932fbcc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0de1983b1ba547c7aba5b00b8fa39122", "region_id": "RegionOne"}], "type": "baremetal", "id": "ee8882d864e041a79c5dbc5ecaa17575", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "45c7cb858fc844e6837303e29389d147", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "56f922af15484ee887338243a31e4592", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b365bae957b34fbc8dc5bd3198c74d1b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "90c503ae886c4307ab4acf5f368d9a85", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5e42287c2e4c428dbeda489a7e36e5be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "87c0bbdda7924926934e8902709f0549", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "87b8f2f36f0642999cfb8f37725ff79f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "35daeafd0e6b4508bb1048121d9bbb75", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2b4afc95f0324589a8166d1df2068e4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "00da6822582649af8eedcd69153b7218", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "86a7bf63e37e413795d867b65fc1a896", "region_id": "RegionOne"}], "type": "key-manager", "id": "d65d36e894764a0b96b2f90e08a89e62", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d73b0936a2584b89838ef84f81373a72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6efbd481965145ff951ac134b440a354", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e54aeb6381fe4967882f24dbb6160fbc", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b8771fa948874469a3486db0a54eddcd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "00d386ea419f4f63936f91eb2daed1b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c6b389092afc415385370e63e78763fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9cb4034ddcf845128b29447e53c18a07", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0e07ba0e6cd043fbb21ab8cbf61154fa", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f5fa8abce1e9409d8ab6d839b99ccf20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e57c7ff7a02249abaaeb898b39035ae5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "79dff88cec55485bb5bf7c48a80bf2b8", "region_id": "RegionOne"}], "type": "message", "id": "576bb93d3b0f47b5b05708c0a72228fe", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a3a4aa949bce4656a5b022ea0702fcde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d180b0dcc9904442813b1a003a535d74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "398cfddab3d04984a24b1ff68b973f55", "region_id": "RegionOne"}], "type": "messaging", "id": "6f7a9aab77034631abace79e3cc0d02b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "59ca28d8d9bf4f0b9cc16c39682f9e5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "13d493f8e19a4b4ea668910d1c962145", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "26914a0f26f54fc7b9f2d96776c9733b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d9ce517b36644000923d9db765edf8a1", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "98882a294d0046d1b4afcf0cb97672f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d6b1155433394fe49ee8a3cd92e0d821", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fe443f89d1614f0fada9d9cd00b1f97d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "7362b65e26154723831cee1681da9c2a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "92e1a9ae6d62437e8a9ed024b78c077e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "13a23be574244fe69ddebbd035128703", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f245681495d480e958afe154d1a7f3c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "94f47c0cde0340a0a265c94fafe92ac7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3c12533059564b4fb2fcdd25a51e064f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "85152cac396846898d2a92c5e0f124bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bf57c70a0bcb43f2b18a06551b585a01", "region_id": "RegionOne"}], "type": "container-infra", "id": "31750873ff7040f59b738ba2c143be44", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "3d678e1c922a47b4a2346ca2666868f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7870c69320d349b6807b9c34aec60cde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "07554cdfeb7d4d80993f03d802a89ec3", "region_id": "RegionOne"}], "type": "search", "id": "95ecbb73de3f4c7dba1980606d70940d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d8fc95149c7d40a7bbe11b0e7fb1cd71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1ef61aa203cc429898dcc78fe225134b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "660173d220834763aadf3cac019d7fa1", "region_id": "RegionOne"}], "type": "dns", "id": "a1bf2125bebe4ce4856a845e041edc30", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2e34a50e07534c21b5a21f487201a2ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1c76056f75fd46f5bfbc65f3f1e4e513", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "af7320ddf8a442cda00c4332b43d83fd", "region_id": "RegionOne"}], "type": "workflow", "id": "2bf1a60825414955ae4ed7d4c8f26a3b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bd280f8da7d94a1a901d0f772de57323", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2b500b95be1040f2a68dbd1180f1de18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a22b0aed80074c2497319113c9d17886", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ac6a6e128dd444299b580f4a9d2afa03", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "47ad35b254bf4f498fdab1cd09bb2d32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5aa15b7c7ce04083b739e4074d9608ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b3f8160ad62c4b87bbd884b98566313a", "region_id": "RegionOne"}], "type": "rating", "id": "b310518bacd2496ab2fb59fb6901f8e1", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fdd24d85f41a4ae8bdfd8215d8378909", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "894b8687d72641cea39c5f587fc1b9e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "20b7f1c1a4434c8095d1033694d1ec2c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "04540a8b1201488c8992c90ec3e90a94", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5d3d78017ff54695957d9899b5407556", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "38ae8fda3c5443e381c93a785d9ddc14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e3fd14c263764bd09d770207b2910777", "region_id": "RegionOne"}], "type": "policy", "id": "50908bd7d0404d63ab01044ffab15929", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bfd55553e2b04cc6be7efe185ccf8d1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f85522a595a54b61b4dfbb3c2e7b3448", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "11383c55b05948caaacd8a8cb89a7276", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e4dac5432424482e915a65f7cfa7bd7a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4c537363c6bd406c9ef150af6a153490", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "94fe31d825a24889aaf2c201697ab4c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "be3cb35938e74e0b98695f88da3eb5a3", "region_id": "RegionOne"}], "type": "sharev2", "id": "8ae2059726d741fd9a68f1a6a4f79361", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7fef0f899cc5490fb7f4cf3e408e0b81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "772eefad42e24b7284501d6a70ff1be0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5f5aafcc99114eb09b6f943c69480a4d", "region_id": "RegionOne"}], "type": "share", "id": "3653b32b40db4133a85a7f290d09482d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1af29e78032a4a08811bc963f439abe6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4f6dc169a0304b648ac8aab4adcdeae5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c4c5696453d647d8892696f7210809c8", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f780b7c8028244c9a3cc68c2dbb893fd", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e97f3c0d858042b9a1e8bb92d170a871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6168379ecf4442db29bd69bcb74cc87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7aef8412f3124b83a92263010ff4154a", "region_id": "RegionOne"}], "type": "orchestration", "id": "69ff34e71ad2497f8d09456496c57335", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a41815a68cd046f7be8bf4e3937e3b31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63c5b2a5164642df9b922b6e0b524bc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb28b56a9e4b41dd8800078c8853d5d8", "region_id": "RegionOne"}], "type": "block-storage", "id": "8e2d28cf0bb947c28725c0e6cc29cadd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be00c8ea58b7477997b2f466f691aa7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "711bbf8c2c40427aaa83167c5c370b6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfc14428119e49f1943c270c7bd8da0a", "region_id": "RegionOne"}], "type": "volumev3", "id": "22a036b242a545ac8fd116f28b4bb1f8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb84ea353dae4cedbed59b1c66009dd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19203da8b526419da3fec320390b3d19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "125c46efe5a8434a853f90aa3dfe7a0f", "region_id": "RegionOne"}], "type": "volumev2", "id": "0eb4dd0561034f358f41e547da0cd925", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6b5fb0548df4656920f1eb91132c02f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f42e9b8a2bcc441da33e86a21ed36c99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5bd7458162a41959ec69545ac47e9ec", "region_id": "RegionOne"}], "type": "volume", "id": "8a98da34b3b54e078cf0dcacd063630b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24b1cf3cf65b46c78f6addd5114219e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "665a3d3d7ecf4278a948e4fcab8be5d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d19e4893efe42948126c991fddbaa23", "region_id": "RegionOne"}], "type": "block-store", "id": "dcf6b3d7a0b74dac8091f59007c54a0f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "931c7f7b4caa42b8b5b23833ebaeacd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d271b93f3e7647168ffbec56c07283df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d9b467f6e94d48138472f99dc5d3508f", "region_id": "RegionOne"}], "type": "alarm", "id": "517e717112fa41a9934db1a119a901b7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "255b53d20a9d4cccb7f8c4f9947acd7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c6361f4a50474c8682164e583c3c9efc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e44b767cfa80490e846750895f47189e", "region_id": "RegionOne"}], "type": "alarming", "id": "cb8dd4db1f344ca3bc2fa04cab5c3476", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f83961cc03d9439f82603a6ce9acee67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fca915191d3d44b9a423898cc26bcd3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9730603185164c3a8841d4b3dd2f3901", "region_id": "RegionOne"}], "type": "meter", "id": "cb899833d5a74ff8bc3487c487d3f5a1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "33e14c34524f4a12b784c58cef262ef3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "88b3159f2dae4e509854212860877e8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ad63621b9a28418b9eb298581277a36b", "region_id": "RegionOne"}], "type": "metering", "id": "7b51157b2aa84f4e944ba8ddeaad8630", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ef29c6a2e3d7495e8126033b34266ca3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f67695c42408430698a708a002d9473c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "afda7e821aa9436dad705f3e04837256", "region_id": "RegionOne"}], "type": "telemetry", "id": "6d769aa8ec7d49109b4cf5c4128f563c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "11964273264443d189cf42eab816261a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "64b274fb8f034a018f8f531a0353a202", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e691d8a2a1984ea7a12b3b69532c68b5", "region_id": "RegionOne"}], "type": "event", "id": "649d9eaf0eb04ae58989f4944465b4fe", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "706d26cf494d45f6995a4ae530584f2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e0baf35aca084c6a912cb5cdf75f88fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "321b615abaa84e7bb196d52a6a287430", "region_id": "RegionOne"}], "type": "events", "id": "6ee7b2445d3c4995b66ea38e826b5648", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bbbb9d76a478474e9cbd7db561f4d738", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6f68c7c0ef9349be80c5358f027f5836", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "051c570939954d228c2602a3e5fbb10d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d06851084d3142348b1498dbb03558c4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "713161dcb6ac411085d1f2d010f1adb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f367490f78594b82836a22efe85937b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "797abe25e678425ca0a68624158ac39a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "13b0ebb250634833ad9c89c1c9d1f6e4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d20d17d258474dca8daf5f69dec2346d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "58155e76d2b44b8e9f20c80016335003", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d0d2dc5560cf45a19462f419634df9fa", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d9d2ac7f665a4df69f5d379cd84de841", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e2a573a6bdb04ab8a077fe25145ebf23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "78b08f9c336b4090b8187b436dc9b30a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6f5a369a1f18450ca8ebd2fb3593ffd1", "region_id": "RegionOne"}], "type": "tricircle", "id": "77981f7108394ee3ad2c875406aad7d0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "45d4d358b33e44f9ad05b6f74ff1e45f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0d14f069e994499aa0bafd8c62b9c360", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "aa58fa3bb1cd40db911afbc00ef92169", "region_id": "RegionOne"}], "type": "database", "id": "06f5103fc05e4a199d6e4fccfa8ada6f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "91199c13554f4a7d8b4fe8ed3b80197e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5ea7f37f0e3b4c5fa15798e916ea2b64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "558be4a205ee4407a4cf4c2b566c3e7b", "region_id": "RegionOne"}], "type": "application-container", "id": "5c37c40a51ac4bcb82b6f1fde932221f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "90c6626ffc604320a9f2be761c1f18b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "60fd19495d7445bea731631c4724af50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1545ec8243d04c6aa9678c031e741bba", "region_id": "RegionOne"}], "type": "container", "id": "94c0fd610e704bb5b79c0d58d9383e7d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5d545a95cc3d45dfab218b5ecdec84eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "91096a000cbc4d9a9eb7101695150573", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b74e871e92224944b7137adc4f3a9b8a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ed696676dfbb463aae818de84b63fa89", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d71fb3dbfbaf45369b99f443aaf77412", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d35de468450b4ff9a2d4782bf05cdc55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "784d7d4fb429485d8c8689f254484177", "region_id": "RegionOne"}], "type": "rca", "id": "bda4f165c37843cb9d5bf578549acaa5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "790ad30487b74c318bf93f946b567f5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c7264131d67b496fb146f3f075ba7d42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "2fc67f87d7bb48a998855fae6b50f3a9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "37c13cf4db914ccda37e4775c097a4dd", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a009245512074f20b8ca1683660db621", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "fcc95bf5e75947b7a7ce806c8aab17f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3db69199e9364aafab4c2853a760d4a0", "region_id": "RegionOne"}], "type": "network", "id": "50b37bab79be43f785b8e143e88ee8b8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e38239b9bdff49a6930c101f76ba811c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d89bf9d2a9f94e84ab8f0dd455174a5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6ca22012570c4949a614a6dc234118c1", "region_id": "RegionOne"}], "type": "backup", "id": "300adc4fa18f4e32ab82f0c26815cf00", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9d8314b44137472f89d21823d62fe95b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6c46b556bddd4b88a47f401a5f4cef9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "33874125ea0a4eccaff267ecbcd441ab", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4feb3a5bba694fed98e63182525bbcf9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "edd3aa2196af45159c37833dc4e0e32e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c3971576f9d147e487a22ff89e16746e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "cd3fb8fb6c63420fb65dc47d374f072f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "42c5fadef5504f80a475364a12d4d8a9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1336bdd46e374f1dbede64586024dda6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "218ac23e8708464cad08aa7504b034ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e05c621124d04a9fb3a4b583a496ca82", "region_id": "RegionOne"}], "type": "monitoring", "id": "83fc63a481c34571a5c8904659d8864a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7497d255edfb41a9b30fa4d4fa0c308f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ff533878aaaf4ce9997906a13e8ecebc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c1a744a6bb394967b652aa159512537a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "5bd889b02f244a3ead2fc029484b5140", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9701fb910db84f4f9b540df16f6843d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "63f76b75b4f84712b3fe7b4155c79ce1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "34bfa87e3dfd4eddafb3c67f570ab44d", "region_id": "RegionOne"}], "type": "placement", "id": "14a646b3404145eb8cc66d3acf127d98", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b594bca5c27a40b7bd923418f3341e7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ad497872e6a44fab9f681d57ac339e20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b7353489deac4b879b18f29cdc21c643", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e6896432379042799b29f03c1d1cc639", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ccd09ac794e241ed8dcca2393d25f70b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "415b5b9ffc404183b375bb29b86c2361", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e8242ca96eea4cbeaa64ee18da2a205c", "region_id": "RegionOne"}], "type": "ha", "id": "08f3b7c9a0bd40bbb4a1fbec759285d6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f42f4d9462ed4423b0ab147d67c9d2a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2027d1b1bee6484c8a32d72b3601d63b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "03eaff791e8d4fc682b6e9100e81aa82", "region_id": "RegionOne"}], "type": "reservation", "id": "cfecdb215416445a8805556222fab9b3", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8b041c055cdd47d99cf3598da25933e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "82e8334cf4594cd38125b6bf6e2de74f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "66ebbb4f1036478a93b95717244d33a8", "region_id": "RegionOne"}], "type": "function-engine", "id": "92b1250fe41d49ef97df129f64af7578", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "49fd2856050c4bc69e1f8a32d1d20d4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4bc9d6f696b948e1bf94a2e5720983b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b9c89326a65745b4b03eb1b0f3ba860f", "region_id": "RegionOne"}], "type": "accelerator", "id": "c1f8bf3ad3654a75b7636342df688419", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "51781db5a10345c3a32e68acdc5d4d05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e8f75d88a3c840af8060359dea5d3c65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "649ff48fc35d472c98c0a58ba4d4263b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8e9cdcdc88474aeeab4c059a0ff205fa", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "54392f2e4f3547e599c8af6020b45e67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4608c1b7c41b4454aa26aa33cc99f170", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8902e5c9f8de461781f2e07ff38fea1b", "region_id": "RegionOne"}], "type": "registration", "id": "2d780f2c7d094ec29fe4595004839806", "name": "adjutant"}], "user": {"domain": {"id": "cf415be848e541a6a4fbfb81c1dd7f95", "name": "c1bd4e2e18bf43cba815cc28feaed5ed"}, "id": "ee3b33454a3c49ed9750d398b4d4eb39", "name": "cdf25543ec334ba8a288d602d78712de"}, "audit_ids": ["bcee6a02fe2046aa92edee30e6526b21", null], "issued_at": "2019-09-19T09:04:38.358972"}} 2019-09-19 09:06:38,512 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,515 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,516 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:38,535 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/profiles/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,539 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,540 keystoneauth.session RESP BODY: {"profiles": [{"id": "1", "spec": {}, "name": "fake-profile-name", "metadata": {}}]} 2019-09-19 09:06:38,560 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/profiles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,564 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,565 keystoneauth.session RESP BODY: {"profiles": [{"id": "1", "spec": {}, "name": "fake-profile-name", "metadata": {}}]} 2019-09-19 09:06:38,586 keystoneauth.session REQ: curl -g -i -X POST https://clustering.example.com/v1/clusters -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"cluster": {"desired_capacity": 0, "profile_id": "1", "name": "fake-name"}}' 2019-09-19 09:06:38,590 keystoneauth.session RESP: [500] content-type: application/json {3} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(properties_changed) [0.267517s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,364 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,367 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,368 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,370 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,381 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.305047+00:00", "project": {"domain": {"id": "48d72470ae9948bd904cdb85f55ccaaa", "name": "bf4086f4cf29452895c1e3d5e14a0f40"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "63f42375e245438685e10f139a8bc476"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "63fa9e0a9b1543dd9577d4629ed59b87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9a565d737f7e4947b2609667be4ddda3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9353fa628d0b4a9d993ac58dff8432bf", "region_id": "RegionOne"}], "type": "identity", "id": "b51fc889c5a640ee8c3bbec41e59981f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8a8fe340d0fe470abb87268a33fdad6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bbe8000b25b44d91acbf49646c125200", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "aabf36d6cbec432ba15a62c5ce08b875", "region_id": "RegionOne"}], "type": "compute", "id": "956d4dc6f5e9478cbe4fae72eb8300da", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "93598f75725444118a245d00f0ec6843", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3c8837d74b574c458d7ed50778552efe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "be72b547e01643fba414751f53f9860b", "region_id": "RegionOne"}], "type": "image", "id": "0b9a8619af1e4ce1a88bae65d5a3815a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8e73d8d1d07d4bdaa6303396dde5c5f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5ddee779d3ed44aa97be6edcf1c4c39d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ffafd9c76eca418681aac170338a7975", "region_id": "RegionOne"}], "type": "load-balancer", "id": "cb4692700af04252b191852138f4aa1a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1c57fdfcea74c809c8bb90c02a8ea6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "adadbab52e7e4668885c2a6e6da1c6c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "748bebc6e3d94cbb8264283f579884e7", "region_id": "RegionOne"}], "type": "object-store", "id": "9dbc7b4ac11b400983d15060c49b3268", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1bd53bdc2f3f4e2c86eb3f62a5646676", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "30a54d4a89af4f76a170311d6b0f6639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "311ff9de13454c60b28000e8d0a8afcf", "region_id": "RegionOne"}], "type": "clustering", "id": "dfd05ee5551f457f99723219b7f3e053", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f804087dd6134dc4851ee555a6954512", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "383bff4f7c194f48bef2f92cc156c0d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "de53b228f3dc4d16b36bd476b0a85448", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "fe52279b46b9436099253b42df82db56", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3b81b2e91c2f44f58bc861c3d236ee27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c65a9f974c7140dfb9c76538dc96d2f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a658af5035da4a8eaf71fa05324651a4", "region_id": "RegionOne"}], "type": "cluster", "id": "26736d5c8aee48f08100e4b5f17c5c49", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ae8844d05f744aa0a97ee4e81a821605", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f9c826d9efc24420a6de32495cfe3f15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "5654b99a894a40d3be6e69127bf02c67", "region_id": "RegionOne"}], "type": "data-processing", "id": "86af60d244db4decbea7c03d6fd265f5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fe404bd818414ca1a0852c89eceb8d9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d93999c58b74409580e18b9a7713a617", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ed336268f6794f65afb06df4a28856bf", "region_id": "RegionOne"}], "type": "baremetal", "id": "658d0596eba94e3c8e796f2908d3b788", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "aae8c5c0ad75474ab598caa693f42ebf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "318f0bc17793451987002e66801bab68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "06eceb5dc1f148a4a52dc02f15d6b010", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b7defaa6178f48d2ac66a6f16a431e5f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "aef91dc53f934167860a4f5cfad426b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cd535332c00c4b2995b4d12db1854324", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3c4c13361165461a87b4b20435839196", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e38ddcab6bcb4e1fadfb873166cec6d2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8bac469882b04f748b2c602ffc77b0c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5e63f4372e8447d9ba63be6e9cadfab3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1f197bd8b24348e1af3acdfe62476b1e", "region_id": "RegionOne"}], "type": "key-manager", "id": "39f4b9105bab4af4b2d42ee8f006ede7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c7e6a778552949589663f19bb3a843e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d2456f75aeea485a9742106b30b0c796", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ecf3381900a240af9ed03137008f8db9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "713a294e40a44dcb9adc36db8ecba41e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "61dad1cd651e43b5a61ef50839348702", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8a3418aac3c34449af6d9bfe0eb33c5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c57588dd47ad42319f5473675111d22a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f6023190b5f146e98d82f6fef9a47d76", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "767bc91ede5c43128cc6e8420e51d2f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ab6da4607a4348e2889fe49b38dff91a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1a754fc3d3c1409c90abf912f08400d0", "region_id": "RegionOne"}], "type": "message", "id": "4269057fe8e5467783c7743c15c42538", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ba8dc273b6f44b9590af7d57b90d7177", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "678881a73027495487de1587a22f200a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a2ced58d5a09497dbf1ae84ad1e628e1", "region_id": "RegionOne"}], "type": "messaging", "id": "4fe548b7bec44ba0951e20186f6c5944", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ab2700c34390477d974846a8558299e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ff20c6897518422fbc8124e28ded7c80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a6d9aa85f5174b3a8ddde3149d121b6e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "fd983f6d11f247e89db51d7269259a68", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "af606bad2e674216bfd50b93291604e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eb15822f6c0a4d068564ad86dc8b23ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2da591520b7e45dfb9671225cb4dbf32", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "87b1f10342e849f49e3dfef9250bc68c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9764e37667cd48c7bb453a63b05caab6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f80bc4c9b0d46a190a738c3d7516b86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "632a3b5f72e448b78652d3b6794d7831", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4b0f45a3ec944ca09b8a5249ee0a836b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cc27d21e519743a9b280e2a9f68a62f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6746a88710314cc08692b745b15df109", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d902429db49a4cb197a055f6589383e0", "region_id": "RegionOne"}], "type": "container-infra", "id": "54f050b740674fb19ae22a499f0bd28f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f6229cf7bb974f00aaeef905bcf2c0d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "6d272588f38c4257bd9d4b64e78e0ba4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "cbd2d2a63b8a4ae498a8d6650f1252ab", "region_id": "RegionOne"}], "type": "search", "id": "cd70a8b251b84d90944417f1deb1febf", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a246b29afe574f4a8a62032d987c8435", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d214386922314fb59bb0f1e0648f0218", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ffba2d94c17449ef80bbdcf2d3446467", "region_id": "RegionOne"}], "type": "dns", "id": "4fb1a14ad4ec4993b56f32aaf0db7859", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a59509194fd848f4a7ebd5294e95a844", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6d427889114b401197f4d4943dcd891c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "19a7b4970fb44d4796072a3d29457f6d", "region_id": "RegionOne"}], "type": "workflow", "id": "fd1598b11cea4ad9a3b66289a809a2e6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1baa517db4e1440b9617903558d547dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f52b237ff46a4c329912465c5d04da86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "aeab8d23a4df4b01bbcff24b1025ce92", "region_id": "RegionOne"}], "type": "workflowv2", "id": "faad37542f1d49f3b1df8d94622b44b3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "270f020900ee4078bd6172e732dfaa87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2dbc5261045c4ea6a2d33af1196f765a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9d0d55434b574bfc98d02d0d5bf6e305", "region_id": "RegionOne"}], "type": "rating", "id": "a2a21ad58d154c44a14fc4c8fadc8fb6", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b0f4782c7c8846e7aff7deeaf14d2909", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b408bb31dcf4469ab419bd43bcc08fe4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9838234fd2bf413c97dfabf077d1c5d9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "36abf77e0e4a4f3a93afeea8203e5015", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c768104d0484480ead94da70e6055cb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e266d1b730b54986ab9d2d9dae181c58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a6e208fd7bdf482e8a75464785f0f5b5", "region_id": "RegionOne"}], "type": "policy", "id": "3c62e03ce00d46138534c8eab27b1f06", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4af1ba9fdf904f9697a704758e869174", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9efa48dc254c462aaaa1bdfde4d8d093", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ccfe7ff70e2641d6b5133f918d0f7bce", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7191a943ac6f4fbc92e692eec6254b0e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a8d826e06cfc4c5ca07013c3af370aab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "97cb63a1a04a490bb431357d919c381c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "52f4e4bd6a7a460293e74683f8d5351d", "region_id": "RegionOne"}], "type": "sharev2", "id": "d63b3d348f00417fa7d4468523bf155d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0c6144d9c9034acdae47e3303282695b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0f6c5470ed894b448766c5c5e36f4b63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "75938096363e40e5ab838fbc5ad07a89", "region_id": "RegionOne"}], "type": "share", "id": "bd2ee03d59de474987d767bf6a802159", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a09c0bef0e4846e389e290915deadd08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bad1bd28a680455b85363c153f2b3a35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "7eb8f0e5d760427fb4577f78059eea69", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e0f0a15c2b1b4ff9be7f598a447e4812", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c2295dc01e04324a898f8551a1fd039", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29e279c685a549188efc3b530ad2007c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c9d4b4fafd4a4f0ba3a07ee22e3d58d7", "region_id": "RegionOne"}], "type": "orchestration", "id": "18d206e19cd8411d92dd688cea0d39bf", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e62f56719efb416c8e53f91a720d6a98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "294621f2b1f145d6b144360b10b72315", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4601d969271a45ce81eaaddaf4cbe9c9", "region_id": "RegionOne"}], "type": "block-storage", "id": "21df896b2f64400e9b6c609b05867df2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15ee193d0e7240e393968cb9cecfae4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ab6b33a44254c1db835765b4c003eb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6eb70934ee745ae8c48e1d2f3c9bcd8", "region_id": "RegionOne"}], "type": "volumev3", "id": "6308ddfcea9547398f7cb465e81d42b5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4189675918a94d70be90346b261139c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9bb0f721e814004a981f2b86c3542a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a5ef919f7c84a488bcce419fc7e1ddf", "region_id": "RegionOne"}], "type": "volumev2", "id": "1e069bfefa5741de82d68252cc7fb7e6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e94156e75364e99bff2fbca42a2f9ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fbbeb4410184fc298cfbdf63cc46bae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d680523fd6d4501a80f7ffbbfeab74a", "region_id": "RegionOne"}], "type": "volume", "id": "d385c8d36f504d508b535a0950fd6ae5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3326a0a32ea41ea83387959ebb44261", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "446967670c6a48d8b5a682794253a342", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73c851b7b6a742339bb4e43d429cbad4", "region_id": "RegionOne"}], "type": "block-store", "id": "7a84643c7acd4c06bc7e5b4dd9048759", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "65d21be61ae64a4098bc05e3b58ca30d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "96bb09c3c6784ba0bf5d121fc77411f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1a3ba906f84b43e48da9679d5c297c20", "region_id": "RegionOne"}], "type": "alarm", "id": "aaa7d9c7e67f4cc39c1051a622ea1fdd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "365f671fec61405098623b260403ed8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2bd6874b05ed4b968411bdf3435c314b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a3d555db8db84efd876acfca11d5d952", "region_id": "RegionOne"}], "type": "alarming", "id": "8f88dc6e5fe44b14b77c64457af5047c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c818b5da128a4fde9ed255a2545c0d32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c2780c1efc1b4a57b296a63e1ea327c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "92a183e24f884654ab4e90240b49ae4d", "region_id": "RegionOne"}], "type": "meter", "id": "b61804b92f51443c8c2556ccaa973f2c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2712217cb0eb4e1c95288e7bec112359", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7f184feba6644585bed8ec7b57b288e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4cbfba531309412a8996b075fcd559bc", "region_id": "RegionOne"}], "type": "metering", "id": "a81567066dc94c70b6e0af497a5c3aa0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "231a78e9f08f456da60e36ba709c1d15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f345ce2f7e6f4042b1a6895998149192", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6473613e9bd14e60880e2a5472a60275", "region_id": "RegionOne"}], "type": "telemetry", "id": "7ca854424f194d1bae2388fb42f2069b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3eb9127d014e4d4ca3280cc729cc85b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3f52f6bb69c44ecb90574eeb1e5d6b3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "825f5ff82f764529ba0b3c0d18470693", "region_id": "RegionOne"}], "type": "event", "id": "e0d332b72e5143758d8013c78bb8f5ab", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0087569eb2114beeb2803967c311da08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9cc0503466f842349a68e28c80b36329", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "543ba7bdd53b40bbbee78a2a6d498154", "region_id": "RegionOne"}], "type": "events", "id": "466e818dd67644e6b101f8d2ad74ea58", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3da4d1719e3e4e669e3f8f7a63aaaf54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b99a600aaf634108a6f9e5b7654d5250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "18f6727880234c90b478fe7b7828ae68", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f1094ab17c1e419bac3a46643afb3607", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9babdcd18b1f4ac78a25f5aa57e08757", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4ec242220db24c6cb5b82ec1e8857924", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "02030ef41c6c4b70a9eeeb81ba8c4869", "region_id": "RegionOne"}], "type": "application_deployment", "id": "def4575e01474c4790c6c5b8de4d3920", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fbf6e8549dad4c1cb2f4a7d69bf73db3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b273435b7d474e6e9cc870def0a8b2f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fee84e1c0086467782b55ccc9ed28f29", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8cf8c8b9462a4443a011e93d9967b709", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "df960d9f3cd6467d8e7fe7d623fc00ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "889ead6ec10b45398b25d6c182c89a65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f032215c0b724794ac25dc85a9320cad", "region_id": "RegionOne"}], "type": "tricircle", "id": "8921b9958e914308ae301cd2a62067e2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b77605d4146a4c0c91656d0730373bf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ac50c062722645f987983e21a777297c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d8dd5bf7955a4b81954964d21e401c47", "region_id": "RegionOne"}], "type": "database", "id": "1b243e628cd34cddaa5f2809656c6984", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bbe841cd3c3744a1bd61fc0a4eaecaa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9e7449c2f440489da9f001f037af7f61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "efd7be1c617a4ac690a4498ad4137800", "region_id": "RegionOne"}], "type": "application-container", "id": "8d7f3a87469043d3b6d0060a370e9a8d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ce4dd7942dcd48918fb9c02322fc8c98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d96205cc97b54c48a2b9d097f61d68ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "eb5ac83fd5c74dfcb323eda3fb7b8f61", "region_id": "RegionOne"}], "type": "container", "id": "dcc8047de7414160ace0ec6281c0cc9f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a407f602e9294b01a001f81f3868edd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "278337cfdef240aebcaed652cac23908", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ffde40deb55d41c5b13ee6d8259b8f61", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e027b87c88784c5b9ebad31c331ed7cb", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6ccb830de04a4392a52ed71f50a342a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "25e8046cb7c1421489d208e9ff4ac133", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2d9f4bc1e8604590a0153fbad2349d7c", "region_id": "RegionOne"}], "type": "rca", "id": "af16fa5099d34c4985b5c6515457cc65", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "12ec790eb56248f8b1af4dedc05e09f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3150120450d14a51893e6df25922a31d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c7d1b09e72ac4b02b39d931114a128b0", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "7a347a847d0946e8a4135f92be09f207", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e0c6aacaa9dc4b84b42675dfe18f94f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4fdb16fbdba141ff8c30fd136ab4e6d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "50f007be41d546f38291578a86e66133", "region_id": "RegionOne"}], "type": "network", "id": "5d0795ee76d04388a29a7fcf0f8637c1", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a3b5cf1da2604f7881a795bc0ce0f021", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1fc4a9bbb97c41f3a90e3bfc1e070533", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "41f647ef8d1443608f50a41dd51acde2", "region_id": "RegionOne"}], "type": "backup", "id": "2a8c081e771b4f3ebba3c9cebcf586a9", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "88045919fd4b4dcab6b6308c772d6dd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bca8624cd748467da53860b1fe1fce7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "df9d9c2110e144f68b26fd48a0c7e2fe", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "359cf3d6dda2482f94a23a798b96c02a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3b7e1f8221614531a7cdaa2eb873764d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "13af080bba5249cc967049053b32084e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "effc4d4fee28428093f08f1802fd7d6d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "fd5b90f7bc9049cc839c0952efbb9870", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a861bb16a7044ef497f5e8486d0e2baa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "51f8a4796d5f45d0b5a82e1622ea8af9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "94b262caa2fb493f8873d54548d029ac", "region_id": "RegionOne"}], "type": "monitoring", "id": "c2a7fadf1f4b4b01926bf32526dccf40", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "77ec0cafa10a41cdb8607ede6b97fe67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c531ec1e25c8467e8214617c9360fb71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "fc3bc8c206744fe6bc551f084d2cc3f8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "43c899fda6fa4d68b4e56842c920dec9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "45fc1549c7cc47cb938a3357b01d5f92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9b1e231ae7fb47ab82af804d85173b77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "37dcddb96fb04369af1b41d6a6af3060", "region_id": "RegionOne"}], "type": "placement", "id": "022f211e2bf647a0bcc3ff0af08ebb70", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "11f4ab394afd4e1588ad807ae1406686", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "60251c40f03e4940b91a7f8183ba935a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "714e2359bb3242e98bba69ff7a361b60", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5c9c0ac34704452ba24acc3d20e654fc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c70bcbcfc11f403db33e402b15b0bcf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "148bdc9e0f51409fb0387c218ec3adea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "782351a5da694c0ea457a24f2595006d", "region_id": "RegionOne"}], "type": "ha", "id": "c62843ab65bb4a0d9fbe1acd09b7b640", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "42f96463cff24c37b0cad543288eef0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "14091a294deb46ecacebc7919805f670", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "2670879dd57f450bac9b5f7315cbfb3b", "region_id": "RegionOne"}], "type": "reservation", "id": "a6a53f03e58a439fa57d97ed5a00539a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ed8dce94d1774e28a6fd317cccbcfb6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0e5842157bad4d50a3de6de1737ee0ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3c4f06fffd8d4caab6123e34cbb3bbff", "region_id": "RegionOne"}], "type": "function-engine", "id": "9a978785c28d4a35afff4ce926b5ca7c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "df5075b3c0334a7b946ffb01cc7cd34d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "795b7acc41084bc0942d839d69f9fa62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9dee517130944d5ab254ad7eaf211459", "region_id": "RegionOne"}], "type": "accelerator", "id": "90362c8adf8f4c708a7a1d7bf30c7333", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7d3ca606e026496091bfb507104a84c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "25c76f583f3a43e8be101f58f72d00f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "787fdffd58ef46abad058b43f7c46209", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e364a84dea3f4e81ae369c63e68ad12e", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "193c0e5bc4f446349738d16bc3cda7c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "72bef17b3cb749c0ba48211765c0061c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7269f3a6835a4188ae3c6c181f1b8aa2", "region_id": "RegionOne"}], "type": "registration", "id": "add952e687204797842d6c98abeb073c", "name": "adjutant"}], "user": {"domain": {"id": "86e9fb8fa20f47a5b579404a2754bdc2", "name": "5295749d3ccc49dc826aa99c05d10309"}, "id": "5d8b8d8fb30a45a995a7855ad9caf989", "name": "d8b5069d3d70405aa650ab95fc78bd27"}, "audit_ids": ["e64ac399acb94295a94fae98832182d1", null], "issued_at": "2019-09-19T09:04:38.305047"}} 2019-09-19 09:06:38,441 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,445 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,446 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,507 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/6f957545-6329-41c3-b5d8-784cc722772c -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,510 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,511 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "6f957545-6329-41c3-b5d8-784cc722772c"} 2019-09-19 09:06:38,559 keystoneauth.session REQ: curl -g -i -X PATCH https://baremetal.example.com/v1/nodes/6f957545-6329-41c3-b5d8-784cc722772c -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" -d '[{"path": "/properties", "value": {"cat": "meow"}, "op": "replace"}]' 2019-09-19 09:06:38,562 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,563 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "6f957545-6329-41c3-b5d8-784cc722772c"} {28} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_register_machine_port_create_failed [0.330393s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,249 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,251 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,252 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,253 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,260 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.212973+00:00", "project": {"domain": {"id": "95f74a4c84ce471b85ad1c415174e67a", "name": "67451b8c561845ac89b1bcea8e631c40"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b684006daa224e45889125ac46355fd9"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6f866c2f1c994215bb230d3fbf6b0bc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ff573cf5975646a3b03554f9d1e0f7a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c0f3f2a0fd674bbcb1c36d3c7976cfc6", "region_id": "RegionOne"}], "type": "identity", "id": "5d5881a29ba34b28b4949cbbc4b955b1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c039a69c54714c67801200eac3b012fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bd22ab3ba6b74c8d893490c62b7b519a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "2d55288e7d574fabb9e335f8e9311918", "region_id": "RegionOne"}], "type": "compute", "id": "9925e9c27dca4a32935b3cfdef84d788", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5ed47ecca8384cf89953b6a4656b7c67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "dd847f6bc15b4fa5b5e06f74d9b0f7ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "db00dbf6c78a46bd9e08d9197965ada4", "region_id": "RegionOne"}], "type": "image", "id": "9c742fc9f0dd4535963f6cf5020adc3b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fe212ac629a547cfb90891a00e4c3569", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "43368e54698d4034b6e1334ad87865ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "70c429375c7f4bf18754c21175e11081", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1f20403e36aa4053a7c18166ac1db0db", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "57daf9d14e674643943802798faa4b59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09a3e311323c42f6b98a8a48c5a38b6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f161945df0514ef9ae7b2ec1cbfac25f", "region_id": "RegionOne"}], "type": "object-store", "id": "8873eb7b42634fe1beedf6e3bbe545b7", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d0f9270a6a4d4653ba48a555aed57104", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "68cd28e958664afd836325f6f26498ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "565e637dc58f48ff924fb310f49c71b1", "region_id": "RegionOne"}], "type": "clustering", "id": "53984ad73e274cb79aceb93d5c42755d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8dbc884850fe42cd8d76c036515591e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a41049ce83ec4223ad2f76182269bb33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "67c69a40344447319e4b7ab2e5426cc6", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f213b14eac7a4c95a222267d56e68bfb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6284f578e1604cb2b02f2934036d9a37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "48d386810059434f9393bf308b56dacf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0dd607e7c7e64faa9cdcca213a4b0dd9", "region_id": "RegionOne"}], "type": "cluster", "id": "a526ae687652412b91db0c4b50fd97d6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cc7be168bfb54104b6589e37e92384ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "86a2e60a56c34b1dabec99daa2907742", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d28afb7954b9453faa1d1efd8cc521bc", "region_id": "RegionOne"}], "type": "data-processing", "id": "cbb295486c8b4430afd34ab2e28e9384", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1a1f3114107e46b09938910b02b89d78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e03279e258564bc0b90da122d020fec2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c445bdfc4bb94a5ead983a4d00f7dac8", "region_id": "RegionOne"}], "type": "baremetal", "id": "d61471b38259421da47802e76efe2fc1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c9f8d6b91d5349229d15b39dd63cfc18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "884aed0b595f4a4a9a3605608032793c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9c9e61e3997643e18403fecf17f7b284", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2c48d86258c44c268cef3f1bf15dfeb7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2641f1d5b032468f81151ffbdc6fc5b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fc32cc564e554950a613908da8b58ef6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1349acaaa9af4781b518f60ee625ebdb", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b34c3b1802f444158d0f7dd09fa348e4", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a7323526a5dc450fbfb0a1b3b6f7c56d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e7599bedba1f4222a5aa0ec4814ebb38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f68ade562669467b8acf32f77d9ba2f5", "region_id": "RegionOne"}], "type": "key-manager", "id": "2319a1bdf2c14f728c1a049908240a30", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "14b62f352a3241cfbf1febdc11ed4d36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1526597ae4694cfba63777f5464ff139", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3035e1a84a514d0e96ebbb8ca369ca5b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d678a918d07841b59416779f0853e299", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ba3e725188bf4c8c8b143a0362e4c9c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e4b8c6006eef4289bed19df31b601c23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a3e24a7955e2411cb64be64191d59955", "region_id": "RegionOne"}], "type": "infra-optim", "id": "632ecd297780486ab906b6bf092b08c4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8332764ff75849d18025ce76114842f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9ac6cd0f65474c2989399eb73f735636", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c3529c90cd414da2a5ef784d5c8fa128", "region_id": "RegionOne"}], "type": "message", "id": "76bc1bbf8a3246bea3742f835e7f09b0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "35174090113f4497a9386be4fd633cf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3fe5a8e4b34648899330f03f128cac9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "832be1f7beaf4c40b61d33b3febb27bf", "region_id": "RegionOne"}], "type": "messaging", "id": "c42f92dcd6fd4cc2b7c4c3ce11a27431", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "25f56b0314ba4a96ac4dd8d90496ae21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f56943bcc1414508b8176584d4726f44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1200717673ad4aca8d825eeee9c19ce8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "073b8bb9edd5401d830c3eff52894fc9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18fc731d55604038ae4d3a6b2206107c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7e9535d4d9b24584b1afb753235e154f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "24129f42472f4a6da6bb3cd15cd5a709", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "98685e4b9a88472f8e23e71456f6bfed", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c16b9705d783449b8aa5819eec1994a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "755f2f428ea043a5a80e723a3e8719d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2461d0ba5d1949ec853d2031e6d406b6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "76841a57ce5a46ae928cc2474f2d852a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "054d93e6fa054e3d926a5111fae57f79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f17b763c89dd49b2b484380e5b3498b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "741cbc498b4f4a6f87ed4de481a12b6b", "region_id": "RegionOne"}], "type": "container-infra", "id": "22205234a6c14414b569808d3a1a7dd7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7f90c03b8d684e4da6d06cb3e11df80d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9026c4ad27a4411d890d7e3e0bf4751d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c64d3b544c8c40d5affc3a0ea9e6e8f0", "region_id": "RegionOne"}], "type": "search", "id": "5090487cc43b4923a98a18131cb046bf", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f34022074024438b9c055bff73ee6fb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "02dbe046192449b99b20a2806c80dd42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "268819a0eac14977bc0d7753d75adf05", "region_id": "RegionOne"}], "type": "dns", "id": "315212601a1a47d5b602511ceec34f51", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2fc5bfcc27274555ac5bb7bdec5fe94b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1935ff56e070441a9afbb1f018a5a93b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6dbc7c6476f14886ba625e2939500e6a", "region_id": "RegionOne"}], "type": "workflow", "id": "b958b25e0d8346e28d0f4e78f26704a4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "685a0181e3e64f5696478aa1bbaf26e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "281769db0432478088087d9af0805826", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0eb4ccc8b0ea4dd69eeed78c93243b9a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "164ddc64ad1e44f6b57035cd12102fa2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8823134ce744465d8267186dbccf5f99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "409efa3b2a0f47468e3035fd360b9616", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0b35df86e3684276851a6a41e1d2c71c", "region_id": "RegionOne"}], "type": "rating", "id": "a115beabf96a4f059d393bd5806a86e4", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cba83860359345cdb931d072afdef2be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "30a67136abbc4d478c92db9282ac062a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ac0cee73160f44bdbcfd09bb76c0c9c9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "16ce82d27a9d44d5868778d01ef90252", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "023a8c0a3ea24c8e9cf6c90b30deb2b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6835a9d261344133a8afac41ca58ddd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "48c4f194798344f1b844b97f16fe996c", "region_id": "RegionOne"}], "type": "policy", "id": "a6498dbb9d904d688b621b5adb71b0fb", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "68a431923977416c93e64111912a71b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "900ee630bf9d402e8fac54463bfafa08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8389b358cb9e4906b31fd337d9f2cd38", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "16a0de43bc0744379727710c1b360b46", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a9f7c7104cad4ffdaf26b2a77ac27c95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4268be2c71be4989bcc8a2849a739e61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bc46132f6b91449caf2020219eaba9c3", "region_id": "RegionOne"}], "type": "sharev2", "id": "7c94382e69e24258a0104bdbc9124869", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "548760083f184f8bb405c081eb1a89be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "698c8d87376547dda01e836aac20a183", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8e0ce63439b14f8f8bb0dfcb14f07d58", "region_id": "RegionOne"}], "type": "share", "id": "f33f8a1fe34047a799d857993d3aaf3c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fb67c3d9df5c4e8ca162053e026f40de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "34a732500c0c44baa9a539a5b266c730", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "586df0d2713d4ff192ef39e0c8ab6a70", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "fea94cf6d2984663aa7d00a3eab29ccb", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "544ceaf7f4cf4adea625a4181192ebe4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b26fee5f7af4e9987e3849f13f7d759", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c4e088d5cd94ac7bb8219651e9b90ff", "region_id": "RegionOne"}], "type": "orchestration", "id": "e5d699ed63ae457db8973876022b6b1c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c573d00f7194fe1b968b8869f0db821", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17427713f9bc468f98d32823b2bcd2bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ccf23b8b4a2f4212b41e37790e9f187b", "region_id": "RegionOne"}], "type": "block-storage", "id": "71a16abddf2d4853a2a3089e2c8e47aa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8a4bf83dc5a4c99bca440b49545b381", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0cecf781c164841a4f9a9d23fe8dc84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d36a72a34edc48d094e1a0b1e913743e", "region_id": "RegionOne"}], "type": "volumev3", "id": "4384b41e265048bf9566e84c85efb5a9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5a4a6fcb65147d49dedc538578f5e6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5036bcf94a3f4f3ca1b401d02086443f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5aeb996ba90e490caea847b364256742", "region_id": "RegionOne"}], "type": "volumev2", "id": "b98ee37323b34ae296ec3a7a7906f117", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27ffd935a7f94127b480ac0217996c1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "261effcf04004bf4ac0e729429e9b39b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4669b8c5edf64ff8894db3ab8db37aae", "region_id": "RegionOne"}], "type": "volume", "id": "08fe62e2153b4b0d943155e5c8278e56", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc92da14a14543a6bcc2f1142bdefda5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e294efe1289e4ab0b022ac1c5b60f575", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a7dc4b9227547d08418e8a248110b42", "region_id": "RegionOne"}], "type": "block-store", "id": "1078d0cc02dc45a2b410e7a559dd8009", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0df6340f18f748f097dc6ac88e5e4745", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a2fb3233f7aa4ccb9e5b1b910a2ffbd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fa590ba0079741388987bf2d2e5bf011", "region_id": "RegionOne"}], "type": "alarm", "id": "4efe9f16444444b1a220ae546d7e482b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b7cef9afac004ba99c5c6eb52952b688", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b0c992c5d5fb429d88b419f72463f7be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "df74c66c2afe4b4d9f1a23872a1f58aa", "region_id": "RegionOne"}], "type": "alarming", "id": "e5725c55b707486ca5c8f67329cbadc9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9f253e8257ec4c31b4761cabc6a7f040", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "85f6eb4825b14b1b8d41556b03e6787d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "50c5855d5eb64afdb57afe7ff2d6b9fb", "region_id": "RegionOne"}], "type": "meter", "id": "e18694f50b6b42cb92b7ec546205b29e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "477743a670844caa9aff5cb1d2fc3c0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d0551e4a167c44be861d65b38e237f4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d77bba5d3b164dec92dc708afa01c04c", "region_id": "RegionOne"}], "type": "metering", "id": "a35ee8bc2d954a4287d6fb6a27edb8e4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "83e8d3be62ed4591b0d4b91d613046cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f3b00ca7eef64acf94ab5113fd6a6c0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "041c99bede4541fd97417cd9ed555fe1", "region_id": "RegionOne"}], "type": "telemetry", "id": "e6b0817fd67b4cecae1ac82835884395", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "09eb09ee57c14b68a00e461979dd1f08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b9941680680f41c9851d54d197b2a75f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "75aa09d0d3b442ebabfe4bb366e2b039", "region_id": "RegionOne"}], "type": "event", "id": "b5c4e51f861c4d48924ab9beb32e4c21", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6187de25845944e7a1bf42fff3b4cec3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1728fe69dd7448368821adb6af0f3e98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ca7f3f15517040c1a5ce80f9c0fa89b0", "region_id": "RegionOne"}], "type": "events", "id": "15605cc8124040ed8c5c00e261b2806d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5f0df4e8369749c5808619b594b94885", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dd9744e354e64113b59ec85755d57119", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "854bf56a7703422cbadb4d05e1e42757", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3e3f092de1244e6e82eb8d7ead6b93c2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3781729e0bc84624a3a78b1a32e3c2ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9fd6aeb36b074b1ba23c26645e6ec5ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "31fde6de34064700a54af354b5d8e096", "region_id": "RegionOne"}], "type": "application_deployment", "id": "712c9bf9e9cb46738990b0dff28ac4ad", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "021a3b584a5c40279a5582053086e3a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b9c6ae05d4084625ad142b8345911d6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1b4e44cfc8684ef1973b4bc231d02352", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c32fdee9429e48b484e938cc86cac0b9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fb9d0596daf64add8a4ade6207818f26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "34fc83c8cbfa442d8d0424c6fd832d2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f2c37869c611440ba3b6ceead6eadadf", "region_id": "RegionOne"}], "type": "tricircle", "id": "b0b8373de9f74f03a31e1f7709a3bacb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "20889a10bf9446ae97e948cf0a293346", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "022d2b4ff7d94c7294a11bdc3d51e041", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "92df99984b8341cb99be2537a4a4998b", "region_id": "RegionOne"}], "type": "database", "id": "e047a9efc6224313a9610590e3f57283", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "63c5527c47454d91a106951ace6a0778", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1b9b10296d2848fdb85f6f76943aefad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "754964d8c30d4d048cf7a4491bf5e708", "region_id": "RegionOne"}], "type": "application-container", "id": "8d54b105c1144b00bd37cdef061091a2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d38ff8c06a0f40b2b6b336e581fe79dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "85477b9aab2f49b2b5aef56b2a23bc16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "519130ca5ad24f52a5f01b915237f1b8", "region_id": "RegionOne"}], "type": "container", "id": "a280e30f06a04611a9b689e71bfc2677", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8666dc268f5147cbba5fcb83b3726959", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a58c1a7d65604cd68018de714d6a369d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1f0939126a014d58b25e4112908a4d4b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1202a8eb4df74d94be880ac82948e3d4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "99d8c8addf134b5e8d442a9870b75a92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "47519ad6f2f5428681b04280b8d43caa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "612043d726c14005936270beed81e937", "region_id": "RegionOne"}], "type": "rca", "id": "3ff2129054d04b9a84b72e0bb1f29d3b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ade8378c6816490080eed5c3d943961c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "de60e83bfa3c45e183c6487d0500daf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "46796925221a4bb0a2348e3cbee8e3cb", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5acd6405c2df46cc926ba3702f08980f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c6f7bf74be7949fba499b636717993d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d6cb6ede043f48c59e17f56570d15eaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7b672428f74c44b390c6c588e50e5714", "region_id": "RegionOne"}], "type": "network", "id": "bdf73beb415f4abc92d6611afbc1fb0e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "004333db2bf243609cdcef3e430fb961", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a965a473fbd049eabd57eb7fbcdbb709", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "dc8a99bc81c04206ae43f4bd286b3580", "region_id": "RegionOne"}], "type": "backup", "id": "383ff4a1d44d4ad6a6bdf1e4b176e167", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4f3b640500dc49adbe3d815dfcae5490", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1bf55104bf9b4f2695b37967c8ad55cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6fae54dc97664836ad1ccfbd74c20e51", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f6e6c5a101e54490a49ad4ca47612c49", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e6512128077a40ffb19efca02d8bad0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "151b80fc5a65447189bb41c20c7b8427", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bc469c9381c64220b735f0ad697b358d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ba9e876d62464fa39c4bd62c0d1e0782", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ad2e1fbd7ae64fb9b1383ba683ad3c50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cc8ddc7a52434dd089c9c9bfcc7f5647", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "6a2c8542296848eda808cae28d3ec040", "region_id": "RegionOne"}], "type": "monitoring", "id": "43d9778fb36e42888a668302546eeb2f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c2ce5e911163458b9bf01edb321140fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "67050e7db8664901a3a2a1ea77e7a484", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "9a35ab23a65c4c5ea066341ba886859c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c2784306eb524c4eb0ff49a34f299626", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e145a4dd1cc64ea1ac3ccc82a487ec0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5c01a480ff5a4cfdb48ca2e664855375", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "64cb052c9fb94d7f9cb2d47782ec011e", "region_id": "RegionOne"}], "type": "placement", "id": "60919ced3fc2471e8765778478e93e6a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "126a1830a5034db2a63682b4b2a15901", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "650d5ca1776c4666ad42ad03938096bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f995b9e559c749f0a47fd73fb7a830f8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "592fa021a72f4ca8b19c94b637fdd5f1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ec68575afdbf412aa348154a9d8d06e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6dbf103c1b9b40b7b74c322f2f7f2138", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f4614b4c2f5c48f3925a7b8d2eb04be1", "region_id": "RegionOne"}], "type": "ha", "id": "5ba77d5cc6a64e48b2440888a010aa8f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e3a17e7a26d6409ab45a79823936f028", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "63cb7ab19bb847cc9d7208d333df0aee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bb1135b303014033819c1183f75480fe", "region_id": "RegionOne"}], "type": "reservation", "id": "c34e2fcc6e64469b823e1ab627cb775b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9cdafb5d208a4aec833dbfeeaa919b1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8c76d88bf3474f96836e4c8f5d86157c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "aa5eba13c7764306ba58ac0dd86a0d22", "region_id": "RegionOne"}], "type": "function-engine", "id": "f3fac9cc56fa44a4b4c194fd2a864253", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bee585bf5b2543169608e697554fae7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3ca58154bc56438f988fe4ad3da22972", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0c236abfe2be40829466eeb86b86cadb", "region_id": "RegionOne"}], "type": "accelerator", "id": "f705db3fe1e7447a8003dd5490b90e23", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d0df8bc840634ec0a71d76312e462c28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "89246e1e804a4611aaa5b795a312bc0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7ae7905e44954412aa7acb12b9de609a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "65d97ff8f1fb437b8d0b400e77fb44d1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "38390db7fad3404b825cad3653a3d60b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "57377565146e46009ea498698d0369c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b115a57bd7db484c819cfba7ca6e802e", "region_id": "RegionOne"}], "type": "registration", "id": "0384ef5f4c754e838f74f113df67df5e", "name": "adjutant"}], "user": {"domain": {"id": "97e8bfcc989a4ebcba024a10f6767ce1", "name": "6efb28b5ba3f4d648ccaf4c2b3c163e9"}, "id": "5ff0cec47be9476bbbfdf668bc33ee82", "name": "5670e20a96de472899e07b5ff3c1cf67"}, "audit_ids": ["081306c49225447582883620292392b7", null], "issued_at": "2019-09-19T09:04:38.212973"}} 2019-09-19 09:06:38,461 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,465 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,466 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,486 keystoneauth.session REQ: curl -g -i -X POST https://baremetal.example.com/v1/nodes -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"name": "name-2", "driver_info": null, "driver": null, "chassis_uuid": null, "properties": null, "uuid": "810b2f7d-7a54-4a3f-9b0e-ba48c692789a"}' 2019-09-19 09:06:38,489 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,490 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "810b2f7d-7a54-4a3f-9b0e-ba48c692789a"} 2019-09-19 09:06:38,508 keystoneauth.session REQ: curl -g -i -X POST https://baremetal.example.com/v1/ports -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"node_uuid": "810b2f7d-7a54-4a3f-9b0e-ba48c692789a", "address": "00:01:02:03:04:05"}' 2019-09-19 09:06:38,512 keystoneauth.session RESP: [400] content-type: application/json 2019-09-19 09:06:38,513 keystoneauth.session RESP BODY: {"error": "invalid"} 2019-09-19 09:06:38,514 openstack ironic NIC registration failed Traceback (most recent call last): File "openstack/cloud/_baremetal.py", line 230, in register_machine error_message=port_msg) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 392, in post return self.request(url, 'POST', **kwargs) File "openstack/proxy.py", line 529, in request return _json_response(response, error_message=error_message) File "openstack/proxy.py", line 507, in _json_response exceptions.raise_from_response(response, error_message=error_message) File "openstack/exceptions.py", line 229, in raise_from_response http_status=http_status, request_id=request_id BadRequestException: Baremetal machine port failed to be created.: Client Error for url: https://baremetal.example.com/v1/ports, {"error": "invalid"} 2019-09-19 09:06:38,534 keystoneauth.session REQ: curl -g -i -X DELETE https://baremetal.example.com/v1/nodes/810b2f7d-7a54-4a3f-9b0e-ba48c692789a -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" 2019-09-19 09:06:38,538 keystoneauth.session RESP: [200] content-type: application/json {26} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(instance_info) [0.254022s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,375 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,378 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,379 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,382 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,393 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.310755+00:00", "project": {"domain": {"id": "6cb947b8e5324938a8229d40c50b76cb", "name": "cdc85fe8540a4de99946aea4ab5dd6ee"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "815eb94328194323b5b4bb37b72a7b42"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "54c5382e4c034c39be536100a51f52f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "49b7cb41b6e640b9be5ae99809151980", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "17477aec3ccd4f68b3f08afcaf0a96ca", "region_id": "RegionOne"}], "type": "identity", "id": "786a7f5b67ef4ec0a2305cc0ce02e1ad", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ec124b1821f64a48a58aad2dc4a5bc84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0d5fd182c4e542e5852cc66b9f514482", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b723df5c09ba4dd6939168f51707ce55", "region_id": "RegionOne"}], "type": "compute", "id": "00a0cdfdd719416cbf5f97ffdef6c2bd", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d902358a0b964178bb743ca768c40fdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c9ac6d224b844f02b68e09bd6b7ce0b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "bad1781d54a4479e8fef37b0cefd569b", "region_id": "RegionOne"}], "type": "image", "id": "da2aa10a038b4b05b7e0a979957529c8", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "87f49e3a74124d16b73797123be8fb8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f855dad854174dc18f2670b9ff709eba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5e84abd364a545fc88a48dbd990d4cd5", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a7c15c8cf81841fb895475d05dde74db", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "346a23b7752c40e2ab860d3a5185f3c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "efd56e16e6264fe3a4d450e39c0ad89a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3993f7024eb46e0af7a068366e06d92", "region_id": "RegionOne"}], "type": "object-store", "id": "0a144e88d3f14f52966ffbf8de87a32d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "39965416585d46069d07ee8e2b74cd39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "78779d19675542c682c01765bda9e0ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "61d5cae8a9a34e70878d81fce4f8e508", "region_id": "RegionOne"}], "type": "clustering", "id": "2c2ffd8eccbc4daeaf8e96883d4cff0e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e1e129c8f14347118c571fc7b9331cd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fafb38d107e84e17a42f828c7072b444", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5d56ab36a1bd4b07868c0796a726ab26", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "fd53669f6be544b1a670434b3d26a040", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "617d9b2eadc0497c984fa69b79790300", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4b57faf556e64cc594fb3cbab378f455", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2a1f8351538344b0ad2e36c02085df78", "region_id": "RegionOne"}], "type": "cluster", "id": "463f439fb4fc4fd3ae46c0c6350cfe8b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8edcf492e2c747a382671b5e51a219b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a0a455e8535040e29a478aae229279c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9115a70073e543e598e8d248c7f49407", "region_id": "RegionOne"}], "type": "data-processing", "id": "8e592400b35742339bf2f633fb1a51ff", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "47fe9516334040729190435f5ee45a80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4a39f7c80a0c4effa69179003c726223", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b1e4186eae064fa68d556fb9e552124e", "region_id": "RegionOne"}], "type": "baremetal", "id": "ec35d44045a145eeb7e204e12fda8dab", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "81d5e9434e7b4fd4bf7f96410f3f0287", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "aa68e4988eb14e98b39da7a1a3b1f947", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7c6a545107eb45ed809abb35e9558a45", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f1a4bbd26eaf4eaca950a30c168268f8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e968b92a0066440aba1f1497243604d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fd33ccdeb60145ef800cf76d2fdcc8d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e9cdc618d0a949e5959b96cfb3aa177f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "778ce193fb9540699cc63f97e665b50c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "94759964cd4e4ec3a0c837e8179d8b63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "11535ab8d1ca423da64a3389abe8775b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7f61bca3d99f478486720c2f26b7b4ea", "region_id": "RegionOne"}], "type": "key-manager", "id": "30e4c446cb324c9f9f3b040e98bb0a83", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ddb8344f17304a2ba290c7f57796090f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c26819392df14713980f97d4b56fd69a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "564a41af4ac1455987e8b4b63ae8a632", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "479d8fd7a7a64e43969fa5705bb6370e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6c23f8bcd3e94b96a6fb0a327a39c1bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "09638f6edb2b4f6786d7fa57f020d572", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b1ac85ffd1b34a96a0484543c6e224f6", "region_id": "RegionOne"}], "type": "infra-optim", "id": "88f8326b3096496998914f3e32afe676", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f58b2b8896ad4afe9b0e60379d28714e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1e9e0e0d904a4222b08f299f34630b7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5a5337f0d5034df2aa4ea46326019ff3", "region_id": "RegionOne"}], "type": "message", "id": "091a7c43952e43579a968aed5d9d6e2c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ad76d7105f4b404399ea122cd6f55da1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6d2ac37e8e99422e9141d37f3697d4c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3afbaa22dc7f48d8912baf27436e05f5", "region_id": "RegionOne"}], "type": "messaging", "id": "352b12d9604349a493a53654a4f61a3a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3ac6ca8c3a5a422fb5354490e5330dc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0301bdac645e4940a6c4ae6d6e97ffba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "de92b6c217564977afbd29ba6fb9ce13", "region_id": "RegionOne"}], "type": "application-catalog", "id": "853d494053794aab966d64dd28aff7d8", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7afa80d515d743aa8e14fb6a1410e133", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fc97abf987fc40e4a9f0b0fc646857aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aeac4781fb49463280832ddb9093f397", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8a2987b65b274ba4a172e8bd09085a49", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b8795f0c9696440fb00892c8a9a513d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a9c64f5ba00540398895f4ee743ebd9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "867831fc86324188ab4b5c2a3034c022", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ffd290755d294d459675f489fa072f51", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "48ab662b00874da7947371c9a84e8d4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "893edb93acf14f279705419691f97637", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "085d6890dab9458a9c26bb0898aa42a8", "region_id": "RegionOne"}], "type": "container-infra", "id": "eb716e13b3f44326baba4ef071d1e161", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0c80dfee34144da0b1a2e5a2945a4a7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "36f16a98d22e449a969c8d01ce5d60db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2aea53ee4df44a7497fbf3c6c0800b3c", "region_id": "RegionOne"}], "type": "search", "id": "aeb120f96120457cbd7f477e5be0e317", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3fd5fee71cf7425db5fbc8866087ac89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d4684186999f46ff873adb9b5550e6e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "46c9a638bf19469381bd0017a851ea1c", "region_id": "RegionOne"}], "type": "dns", "id": "1769ad3ecc744111bac1ac8a52061778", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3194d7b1887c48d7837a57bdcb58191a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "561cf850c8da4bc787e216f3c916a80b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "15a10f695b684cafae7b20e9a925b797", "region_id": "RegionOne"}], "type": "workflow", "id": "2416533eb71c46f094e8aeb9c7965c2c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c9a6985fb8e7429f98f1cbfca55ca77b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5147cb3be8574ccbb6aa171ea353c77d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "64a56e060d59454295f0a94d13c8467e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "970a5ffe2fbc4dfaa2aab4b3743e1f45", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8b0bd03862fa445aa59feda7d544a071", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "66e0d805fb484c4aa148a770efc6a349", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6f44b2c9e39541a9900fa780e37cad62", "region_id": "RegionOne"}], "type": "rating", "id": "dd281129c74245ddaaebe596d7f2605a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "821b36d76d834833bc32f7dcf3fef170", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9a4b42ab43734adf8d0fee39c4aed7f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b49e322825944183946359f7aa5be6ed", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f5b95b60d7084d2c913fd38708f1432d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b4ee734b903b4ad090079a5f503f8d06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e0e529e9c80c4a9caae54a4b985ce023", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f60f0aa561a440f5a598c0e11f0889f3", "region_id": "RegionOne"}], "type": "policy", "id": "9c1c5275274b47d8a837f2aadf9058fa", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "17f3d1c2645c4c17a89c8d2328dda14f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "466c147f9255410a809f0668cf99a599", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4094fe7e59ba42ff935415a85a821c8a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2d65374308364083bcae341c9f709620", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ffd4fecfd0b64e80b60b311db1b33fee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9744d55a6598414aabcdcdc2cc616710", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4cd1ab9c886e4b429fc6310fe3bc8087", "region_id": "RegionOne"}], "type": "sharev2", "id": "948aa239a69741fd98a385eb5ce1a996", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "baa18014c34e4bd9a44d483fd4cae539", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d537a5ef7fbb402d9fda0aa69ab7a22a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "56213c9dacbe49b494019920ddb606a8", "region_id": "RegionOne"}], "type": "share", "id": "2115966831944f0198298145121f3554", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0c383c6f135f45ea9000092e14ecfece", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1feabe8ff8d54f1ebc29c808534babae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "73933beef6b846acba9fe8008205354d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ce6f8c64bf794fadbe989082e5fa2339", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3535b6dd3a8d4598a3df3031d5939a30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4a9aa44d04045af858eef28b6a48ccc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71ea528f9a804e24a8d02c5afb2e935a", "region_id": "RegionOne"}], "type": "orchestration", "id": "bf7fe7293e014e1297a96e167d33bee3", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73216271b27e46029cd5fc483b3254ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16857bd2531c4ed6b93012ea14e48bf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7ed3ced1e254439b12ecfe3a4f0e9e1", "region_id": "RegionOne"}], "type": "block-storage", "id": "56f7709cf3d44f3dbf6f7cf8313f529a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1bed713e95f4b8a93a48fc88d19aef1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6447629f58af4aee9727f2f935600445", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f8bcfafb9d54346bdddd89c585cfe41", "region_id": "RegionOne"}], "type": "volumev3", "id": "c0bac81dcde94b4c899f4934d78ce024", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5bff1b68bd3d4ead94d650798f11609d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba11c310580a4702a082b77467abc3d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ad8a8ada02c4f828860203b29eb277a", "region_id": "RegionOne"}], "type": "volumev2", "id": "1863c9ba1fc6441e99e1118197eedb31", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b40e4405c0b41a5bcf9bae3a9179308", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a434d71fab7f489b943991686a2967af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "196bc14c02b644d68b1080b2f124648b", "region_id": "RegionOne"}], "type": "volume", "id": "e66d72a1fdc04a0095f973b5b39eb431", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e80acea1c0e64f9495d47b5b6169707c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9ff5f07a9374659bff8b5dad12789cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60206e0639d74719b51bafe99c729d2e", "region_id": "RegionOne"}], "type": "block-store", "id": "d88d20ff43944a5f9fe160d44193af50", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2b8f6c4682c947898379a9ac7a643f66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1124fcdfd6f144b0a0d0f1db2726b16b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e688d09867054a9faf67a82ff9d8e75f", "region_id": "RegionOne"}], "type": "alarm", "id": "57d4945bff854fd580b5d9110351ef53", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e4a858321ab64114b28b0e72bbd06e86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ac48e03cb12c4ca29178048ed1c33573", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6d74f02d44e242aa9a3f1114ddb43e74", "region_id": "RegionOne"}], "type": "alarming", "id": "46d970a35a3040a7b4c496f9e7b007fc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6fbf94624e104928a6840fd647a1d682", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7727256c2cc8484b914d3aff11bea7ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8565025d23dd4d6fa7a4899a9f499819", "region_id": "RegionOne"}], "type": "meter", "id": "980eb33d3eff4844881445aa65477bb3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2f4004fa7ac5447a84d95b04b3a8cac2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "54931d3604494bdaa099277bbb22f7b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "94c543ac7c8d4b75ad2596a6c4ba7421", "region_id": "RegionOne"}], "type": "metering", "id": "5a4f3f5fc1604f8ca5babe82ff7c7766", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b4dfabc307b04c94b6908e927817bfe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "45f2b34743144d48ab20b9dff8c1a38a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9d28b2820ab34baaafccd8eba11d2f48", "region_id": "RegionOne"}], "type": "telemetry", "id": "fd93ece336ec42bb8b78ecd843ef2768", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "42992f02219a4a1e917aa1833ff2a67b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "efe1e97e5c1f498c91bdcd93801252bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cbdd57151bdb401ba4b7b51ec0591bf9", "region_id": "RegionOne"}], "type": "event", "id": "916638f879a84af495b38f22c33cd7ae", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ad1e4d753ddb4beca724b9b049ed155d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bf6e709e5ae04f5d8d8d1eaa50f40f34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5227b8cac6b14739a65376c5ec4b9557", "region_id": "RegionOne"}], "type": "events", "id": "f0e2d5b0457c46cc9cd8c8145175ee57", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "78b54428a5274afaad4d189f127be655", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1864b101f69d4a89bdf19fe07f34368d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7177fc6cbecd4d56b0723bc6636b4131", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4eaaa573abe5438a89b1f79c52e15f37", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7e0d048af8944d55b1e1c70bba78dce8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "308741b583f44eaa91be273d50d55219", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b35e16d2cc31414bab947f8d3d5b8966", "region_id": "RegionOne"}], "type": "application_deployment", "id": "cd0aaded3258475cb3404cfac72f9c33", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d93d682a1fb945cc8978d71bd2571738", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "09b4b6e0cfb843cd8af0f6d576a4a75c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ddb51f9e93bf4d128853b7068a9193f1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4149bed1fcf94c9c87d3ff613327d7dd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5d972cbab3874c76ac7b31c93d007962", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a0abd42c6be64a13a8a812b124fea0f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "da4c2e12e83d49f68932dafcf3f3517e", "region_id": "RegionOne"}], "type": "tricircle", "id": "92cc47190cd643d69f07e122096cd68c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "35acbeba44dc40838dfe8d299e617ef8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f1794c1e9dae4b83b174c6022bbb7ec5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "df22d05144eb47b182ffdab12f472c43", "region_id": "RegionOne"}], "type": "database", "id": "b30e6fd048724f9e9b490877df4aa1d8", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "546b3b90369846558dd1339bc6d99198", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bb1a8b70913d4fe4ad441aa307182846", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "57ee8c9872ea46de87166ea84fd4adce", "region_id": "RegionOne"}], "type": "application-container", "id": "585bc18e07634be6abb08e1054eec9d5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7679bdd14970475c807e07ec338cc736", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1c71e31a44184bd5b387fd817ce24f19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2ef3cb1578594dd5b3d66d44f64903b4", "region_id": "RegionOne"}], "type": "container", "id": "d208202fead54424a5efb7f54ec65c5e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fcf65e06d2ea4e9ca9a72479fb3c2192", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0b2ff82c60124b37b25fb83dada635da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6f044d452992477dabbf938d3c97c97b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "bf0630c5b6dc494e8b3e8e79134b7c69", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4d3657977e87468e9cd90c0f6e1498d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "585c9e628141413fbfc17c4d9f2bac95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "af315ed8513948af907678dd65504df7", "region_id": "RegionOne"}], "type": "rca", "id": "af30964ca5464a3db0c1373a60f74534", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3c69debd801b465cae4f82265ec1590a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8914f6338f0d49a7880c5a192856e8ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "fa6593543acc45ee8aff80ce4acf8339", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "6686bac74437411aacbf73d1bcb47f7f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "75907b47507c464384f3ede532f3ffed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "0cb7732594bf461e9362aaf53a429d24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "987dc9d84e13404d963fce382667e51c", "region_id": "RegionOne"}], "type": "network", "id": "f55b5e7d14eb498595aedcd559e7d638", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "82e0a557d5374616b015c7f061bcf41e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1353ddc56ebf42268e9632d78af25bfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ca429a60c4e6476d81d954e4e2846c58", "region_id": "RegionOne"}], "type": "backup", "id": "5d63d04903f340238b4c1010e363f24d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2dad1acfdf6141228003a9962c81e338", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5a181e21f97f46faa4c46b9d2c27e8fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6ad200b12bbe436595230d173328486c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9cb1f4dcca9e46e7b6d40becf08b4b73", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fb60bba0351846e7a85dac41b6f355d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "757606076f044cfd8dd2e1f696f8e20d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fbd74ba1dbd046539fea03151b9d7a8e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "13c1e04e865c46ebb8e92160dc999654", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "38ebf489117c48579768f25af280c2d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7ebac4e40497494bb2da2bfaf8ef0ac3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2986317a4bd54b32bda418e2f657a53c", "region_id": "RegionOne"}], "type": "monitoring", "id": "b93c8ae70213401daf50e9f09fc05c72", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "219694a7da7046f4853a233e49a68a5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4b367c0f8e42461bb40485c16749df14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "47f342822f5441ffbb4e39f98a753339", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4a341777b30545aa9342a78b6d000a2a", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "eb89b0695a044ec786d22f295a806c5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4943aa27303d4736b8b422062b14d7fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ed1d734f48544f7da4196a4a16ecf851", "region_id": "RegionOne"}], "type": "placement", "id": "8a494fa42c8a491cbd57a93cdd68b336", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9a024162b45542979d0e4d6e25dc70c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "73cbc20ead5c46119ac1d39e8da34ff0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cdf43bbf021b4368b2609cc0b7943b98", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1419c52cec43454285c0a3613ca0f006", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b23f4a907e1f4e1aa96e42ebfae78a29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9f14ecea5301469e884d69afe31dfd11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6cc80e969ea04098911f7b29f75d8f3e", "region_id": "RegionOne"}], "type": "ha", "id": "e2ace32f6e7943f78ca0935eb8e7e411", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3f761253675f4d77acfc9dea07b43d01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ed2b19797ed3437c9c0ebf24ea0148af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "60e6c2f596814d7d88374d9ae2778a88", "region_id": "RegionOne"}], "type": "reservation", "id": "c64f7106ccbe42fcbc3f3d8be504e83e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9f2a45f5e20a4806bd4cb2826b5f2424", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bfc90829945b44438d41555a52705727", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "7eabef32c2ce46c4b2469c94fbef12d6", "region_id": "RegionOne"}], "type": "function-engine", "id": "c03aed4c0c314451b714bb7ca34d6d28", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "afb0107736314764a43a8c6a6ac766f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "64da955821bc4aacafb5255614228c84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "711ee3bce2134108a71b06ae41699cce", "region_id": "RegionOne"}], "type": "accelerator", "id": "849df859cf56472287c0b7ad3211aa57", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "98b541ce039d430288a3c9d995caf3b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f1eef6f332d44ee796660a74ced66b12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "99b9dd1b21af4ac18cff661698b21c3d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6135f8a4d9ec42c99c43e674034fcf0a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2d508c99b7da497bbf335749f6ac2921", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5147577fba5d48e5ada33c67fd4b2164", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "00a6d3dafc654002adf2a61de0eadc69", "region_id": "RegionOne"}], "type": "registration", "id": "50d52e7f36194fe292f8fe0cfd90698a", "name": "adjutant"}], "user": {"domain": {"id": "57048cde0b28488c903829c344849fe9", "name": "f8bdd6b8095949908d60d4deb93d85d3"}, "id": "2f04b5f28b3a47d8a5f95aa5bce69dbd", "name": "b6e4d78fa0704165947f80d501344a90"}, "audit_ids": ["87c3398374b84d55bbe4503bb7f72ae6", null], "issued_at": "2019-09-19T09:04:38.310755"}} 2019-09-19 09:06:38,472 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,478 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,479 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,549 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/d89c8c81-f67e-4a13-9819-73b524eae1d3 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,553 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,554 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "d89c8c81-f67e-4a13-9819-73b524eae1d3"} {15} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_unregister_machine [0.348743s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,246 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,249 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,250 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,252 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,262 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.184643+00:00", "project": {"domain": {"id": "ce322a835bcc4c4f8d54677f2f2a81e1", "name": "5b64818ab23e4ec39153da2bd8b03243"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "9af2d7aa10cc4778a06ff3fbae4af074"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "cfac62713bdc45a98588c4a649f2636a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3b59d34b5d4f434b870941e574d1bfaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a4d392d9b81849d7a54195ad194b8fc6", "region_id": "RegionOne"}], "type": "identity", "id": "09604589a91646649130e41a21318686", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "288828faf1f54c95b311b5acc984a177", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a8437e36a95f4886b9059ec26b7dd38e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6db200b1ed43427c996981fd601c5334", "region_id": "RegionOne"}], "type": "compute", "id": "0f950b92086c4bc7ad9aa24c895ed81f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b126cc2e8d1c43c8bc17fbd025923cbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2e1654d5c12c430caef4f350458ce299", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "aa2cd8f10e7f4a0eb105666985c7e707", "region_id": "RegionOne"}], "type": "image", "id": "16ba2d90e8a84dec88b18e8b7f0b92b0", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "faedf0935c834177902fefa5b4814345", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "34afa9fcbbe24de891092bc70d079bdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "bbf3b75022a84d6693a876b3dbdfcba7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "5bd3e050ad974519b5f4b895d2786713", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed2befc6f7ac4496b9416eaaa62029c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ade9dcc370a540388857de2eb5d959fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6cd047c204ed435a86e93760151e6175", "region_id": "RegionOne"}], "type": "object-store", "id": "202ffa41ed9942f4996c7d3a96893b9e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e86d4774c6404ed1a697954326d4adfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4049a6d4718e46deaa79b2eebbb411b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6155ced419e74bfe865cad188a164b8a", "region_id": "RegionOne"}], "type": "clustering", "id": "232b2e49744c4c598988cf4ae6006355", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d608396f9d574f56add2ef5acb4c09a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "82843a42d91b4c3a996aa9724f60996a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6059ce8346e64797b1eeba64933e5e05", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d1dd735d8a884cd19480c4f37145ee42", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "528306c7774f432a85109cc792095549", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1386607c4ccc419cbc41322baa5e6169", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "78db54aa7cc64e7fa3dbd849b3a79f38", "region_id": "RegionOne"}], "type": "cluster", "id": "6a56f7b2eb4b4991972e9e677e66eae6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6b0138e13b334fde9a1bcbc3e7a347e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b0c86cfe56b34341b136728897d09120", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "11cfafde1b1d4351831c80a14dca5cce", "region_id": "RegionOne"}], "type": "data-processing", "id": "79984d3a633f45a6af67b19f3515b72a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5584ad8f9b8442dc97a967e4222ad903", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b05a24d77c2d4984940e05b4cfd1c81e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7ffc1cb39b394ef583edb88f3e3c83c3", "region_id": "RegionOne"}], "type": "baremetal", "id": "2d7262bf7fa64423bdf0a9b3f4ab0cb1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bc063679ae4a45f9b00d3da89af569c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "45629b7831a84144b05ff22e39e9ef50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "28ebc8803c6c454b9f16f0d92e3068ea", "region_id": "RegionOne"}], "type": "bare-metal", "id": "871382425c1f45f5ac4b849eef9fe106", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "efa744a65b1e4a738944ce4376b519f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "990032f6428047f39942028a39ba885c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "802594959e334b58996c21e0bac5c35a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "cfc93b86aa3e44ce998e610225aa0faf", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0add282b278841a480fb22ff6fb34ff6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e969659ab8d448289a7dd2c94f365265", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ef328d78fdfd4b30ba882ba9b2f592a8", "region_id": "RegionOne"}], "type": "key-manager", "id": "288a8c3993d04976a2554362290bc838", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b9a7206a641f4d4eb6235d5d178c800d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8ec56fab26c5467591ce26509c80ec34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3a31f0910b434d70bba6c2b46b0de3e6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "8ffef8287d624a729b5447e01f3ce881", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "13e1197506a84783b9c123dffcc09ed8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "119f72cf302e485c9907ec8cd4c3f134", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ce21a0820ed141aca705e96b7eaa24b1", "region_id": "RegionOne"}], "type": "infra-optim", "id": "436206c5af384f2bb5548db7f70d62cd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a2993e1eee374f37ab3b49168c8c02ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c12acd44c7fa4475924eda229640f10c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "34d8d83dfec846bd8e967c7b7f2187bd", "region_id": "RegionOne"}], "type": "message", "id": "12e601b2c1d640fab92c5a27e6c6b638", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ada60d11a42a40fa9c22de803a477a5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "803fd5a1cb564010904f6a0b377827b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "53b35a71e6684ff98fc3755861f72fba", "region_id": "RegionOne"}], "type": "messaging", "id": "115c036173f947ce8c0dc83f340af43d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "889b9015e59e4538b33e6e0234920ab4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6049b6491b234c5cac9ce94a4237ac04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0ffea85699ce47d09d06d343630a889b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2f88d481c4c84f3f976f3d01528050d6", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f81a7c87f8de4f2a8bc618c88a6e3676", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3e2feec89a3a437b89548e4fa8dbaa2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ea16167eab304af8a1af3c19cc524237", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "04dc1995d07e41ea98d400d24436d448", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d3fe17d4d2fd4bb0abb582c276790277", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b9339284da13471eaae9e876e793c96c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e3360201e59f4667866cde19ce21e4e2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "da64e6f4054844beaa6efe86dcfef24a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bb702f95f7ce4240b4e67c39c84b0aa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a23e0ae7a1e9485f91f36b287a507f23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "20d77f1c0ae945ce91c156690b23fefc", "region_id": "RegionOne"}], "type": "container-infra", "id": "08b5e3a153a6437494f8eab6a8a792d9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "582a96b21625453bbb21c0d20758d986", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "6593e7e563b54b569aa04c4ab641e916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "17f88f1a224c4ca8950003150b7a89d8", "region_id": "RegionOne"}], "type": "search", "id": "58b11640ca064f9683b69b2fd63f53aa", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2e20feafd2784903bc37b5fd4edb0b82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "7813c46a42d84dc79af328bcc11948da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9db6f460829e496083e21fa3b2ada202", "region_id": "RegionOne"}], "type": "dns", "id": "6908ad2b8fec467399d0b166772011d8", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5d435353ca6a415483dde52712b78e7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d31eab4ec6ac4c6fbf2ebd3d2ffddc15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "46c82b904a254b44aeb6e09bb2f2603d", "region_id": "RegionOne"}], "type": "workflow", "id": "3523c7dbc07d49aea9fc9de3d228675d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "482c4149a9874cc8a7c1a029de36be51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7d76fa6ce3df46ada6b3eb204153b665", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d015c2ecb5a0423c913484e606616fe0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e4ca380113ea4274bcbc6b9eb79241db", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b2b936b4df5f443fb9b5e9b03898c5d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "47c9f0e170e146b8b6bc81d9fee8829f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "fa8500e88bf84e9d9a0790c5d29584d6", "region_id": "RegionOne"}], "type": "rating", "id": "56260cfe16fb4ca28f400ce1429ba082", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2fdf6e65e24746b08e29b368c87350f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4e81700e59bb41a8aa52227810cf08d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1fc04ef1219843a2b5107ccf74aff766", "region_id": "RegionOne"}], "type": "operator-policy", "id": "05731dc84fd64c6ea183011ba7c82e8b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6bc4c7455ac54673a9c3b40ef417ac58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "343ed37d9e924daa901b16dfb146c4e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e3190a3ce89e446fa7982dd728cfcf48", "region_id": "RegionOne"}], "type": "policy", "id": "8d2e87a4205649748354fccdfd815781", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "544c65a036e748e1afb32555b5a75d46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ba278e56c81d4900bcbb7f92bad82cc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "22518cc318dd4d14971f04d49142ec22", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "dcbb2a724b2e4fce9bd09bc6af4fdee4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "94b0b7a39ff74d4da43a2d53d1653553", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "219d85a8d408413c86f09fa1aa8fd56f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d0c663d640b74530a4a1c50ee54a5f11", "region_id": "RegionOne"}], "type": "sharev2", "id": "dde6ca711bad4a729a390a93f6fe61a2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1f576454be2a40f2aab947895f35a097", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2231e050bb0d4e538fa9fd40b3a02b87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "207b9ae9a03d457db9376fc0909d8b7b", "region_id": "RegionOne"}], "type": "share", "id": "a98b8a96992140d987815d49d162a04f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "712392fce9c34ffea3ac17653d194a85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5bae04458e884e4db5cf916cb1a569e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4d1895260b764e14b937048d5464362e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8bfba75c16dc424f92a3f335199ceaf8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6c51657ae5448c49790484c86025b61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c5e9d4222f34fc1a613995770370cee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1105321e2b934f49aade57f6699b93d6", "region_id": "RegionOne"}], "type": "orchestration", "id": "6eff0f11cf07451d96d3efe3e23385b5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fcfed2d2044840ca87d9f9d0c4cdf5ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a04394141044311aa942ea7ff808a0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "907c9a2197604caa921b180d7c26fea1", "region_id": "RegionOne"}], "type": "block-storage", "id": "73cdf7393daa426d857786155c1e0d7e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "232306cf182541e4ae9a8d90d6f012b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f93188efa7cb47a6bd622f207dca8d73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f17ffc679dc847a1844d80d58fcf329c", "region_id": "RegionOne"}], "type": "volumev3", "id": "573ba314b3d84b93b7d34186fa815426", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c795dbd9483043a3b33a7c56e36b4548", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ba37529c89542e1b9c5aa55bfb25218", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a1ca6be29854c5f8b6bb6ab663d4cb9", "region_id": "RegionOne"}], "type": "volumev2", "id": "5355517290794f3593377e1c08212e89", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e96e02cd5124646bbdc454f9c177ab9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51bb06c6ec934de5a31be69e22eb9b40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f085d1133192482bb26540f6c1b16134", "region_id": "RegionOne"}], "type": "volume", "id": "26d21381e4874b7680841ad3cb3754ea", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "063266046b524f33a1c06da9cd3c807b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23eea106301d4b70bbf7985ed5fba6b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "172eb228b2eb43fe9ca2e749e4c8b1e7", "region_id": "RegionOne"}], "type": "block-store", "id": "a34016b7219442e59972208884a03fa9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3b395ad0b1ef4eac972f9661612fe92a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "65977cdf2bc44f5fa5f38889fd7b67b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4609920648f34e50b3076a53fed0b538", "region_id": "RegionOne"}], "type": "alarm", "id": "959a42564b1844aa8bec5bd0c72ae732", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ef35128884e044a7b8a018dd88131aa4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "205653fe312f4a62829f120b859f8442", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "78ad200c741b4a188dd9e3f40f78fdf3", "region_id": "RegionOne"}], "type": "alarming", "id": "501f03c290e84a56b6bff9877c561e50", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0b0479660a644b4ab18e345086a4160c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a9b194316df24ea982c1a6b2738ad1a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "80903202eac84e2d92b7931f202ca795", "region_id": "RegionOne"}], "type": "meter", "id": "53357d4bf56b4c9ab9af3c4db25b8a75", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ac4ca672dddc4dc397641f44080d9da8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d69504b10a1a47f38af78efba13e4d71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "12c3f8c7c6d341c7a2b153b2e6eaccba", "region_id": "RegionOne"}], "type": "metering", "id": "e888d00ed1b343b7ae1cf7cf9c1e7401", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3c7a97d341b74d0092cfd709959fc29b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "693ec5242f5448f897e8bcba30476202", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "55643e9acd0a4f7e8f9f107869347938", "region_id": "RegionOne"}], "type": "telemetry", "id": "f13a7bc70a8a422bb8ab4f443f64d8d0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "30cbbdf4feb544b1a8e6c285b48736a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4ffe914a77874b5a917283980a2ad8c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b00c2030050a48f4a4d4b55afed10001", "region_id": "RegionOne"}], "type": "event", "id": "a4fb0a11de484c6eb8b49b76636ec4f9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8f360e5937aa4b0d86ea0caaa8b290c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ba5c5e1066544928886dcab5046032eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9a79fde56f444a04af84a312fc075ac2", "region_id": "RegionOne"}], "type": "events", "id": "d5f467c977cc4a60861c15b521e0f22d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "45deee65cd9444808ab63cd77fee76e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3d400326a54740e9818a50a67bdd379e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ff19b11bde454d3eb1b40105f13d9b9d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "5dc1a8d165924dd9856e1182326180da", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "98c8b0ea8d654a009223dc5108f6210f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d88f6ae0c2c443f4bf5859631828acdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ab7d2f1c7af6405b8d3a8396a47cd011", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d182f205529848adb76d601ad52ecd89", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b023fb2ea57b48d8aea22fdfa8aac05b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "29f2665e72924034b8e8f56943b9bf48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4f4fc616482c41de94421297f6ef2b35", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f010c5cefed541499f25211460eaab84", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "533fe728062441c7b2cf49462962247a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "25a7af4e4a4d40b48762835820c0b413", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "34b4f95d75ed410da74f6bf7f8480511", "region_id": "RegionOne"}], "type": "tricircle", "id": "9ef756a000454248987a599fb5fe0d9d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "877c177fac4140c4a72afbdfed9cf55f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "bdfeaff728a843d28e3c37f17d4b39a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6c3124164c114162a05253915e55dd09", "region_id": "RegionOne"}], "type": "database", "id": "148eb6f42cff4b418d7d4a4146ec46f7", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0c661c1d6a79443aab38924810df7af9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5191048f304141f5bc01159fa1c3d642", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5dc4f60f65894e1c9276e38382c8e646", "region_id": "RegionOne"}], "type": "application-container", "id": "a39bd5373eb742d59965e0bfc107d1ed", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "957642f2320a4fc684b26e8a9185d343", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fca66236766547b8a0c6759d2637d00a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "27397aa0c2ed41adae341106656815b1", "region_id": "RegionOne"}], "type": "container", "id": "641035dd2ec748208a539c585d154713", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7741aa7b1688437e9f7321fc2a9813d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f6c2478373524f5d844be7d026c751b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b23bc2db91104e14b27cfac9a0dab3cb", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "aeab7f3f57734108b08c964f4a8d0425", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a0d067d7afbf40ada56f8fe326ef94b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a36f63b295bd441f90f231be282bd199", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3f0b687e0fcc49f291a240eded3ea799", "region_id": "RegionOne"}], "type": "rca", "id": "78694bbcab994d948f728b4a02654c61", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8ae780b9629c4d6da2c4f421c667e2a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "815e1bb678d84b10b76de369055a4220", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d465a525ef9c43059593781c37d3e58a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c80d3c5f7e99445aa97c74256bb8ccef", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4589301d665144548e1176784e5c6911", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "621c0c8691e54749a2562b0667fbc220", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "cc92bfda16f2422eb7cf3b8299ab26ab", "region_id": "RegionOne"}], "type": "network", "id": "40aa3cdb70614f17a0b19960cc4acc91", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f997ff632eac4879ab3d198d0c47109b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e82d89774a83439fab08dc71e168717f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f646d1f9de754678af6a00d4e090ad84", "region_id": "RegionOne"}], "type": "backup", "id": "c93b39ffd47a4b88aeee157b86a76b83", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "83df0f79a73a47c18d9be20d2a42474a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1051945eb9274fb99bbfa31486b0ed7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7babe9b101994ed68a0fe19bc58c6ebf", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ae072e246ce449db9dcb5e85b21fb66c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e63cd57e503f4493b018cfe0ed789efc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7490ff080f20442aadc487e9c7064b1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4e8385f2cea94330b13ed1a11518c98d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "dda43d50cc854e88a7a112151028de8c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "85b867d626974d5a8de73f20d1363528", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "63090f90b4794c6a8ff876f5cd660758", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "618424a997094264b253690fba272026", "region_id": "RegionOne"}], "type": "monitoring", "id": "12277649eacb4d9591f33bcdc6334a66", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "eedd37ec91b34d18b9465774d9d6acf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "472e41eba1d8457386e2a82c4698e288", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "70162eb34bd24c0b865baadfba25d1c4", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e873e0c4297c4e399bd418ce5039e1e3", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8b375bb76ad747f0b397e050358092b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1ac2549511d24b5e88ca08b963ea205a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "cffe772ece9846feba161dc1e23ec431", "region_id": "RegionOne"}], "type": "placement", "id": "f34f541272d343d897e4ee22e693491f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1ee3450ba8d547568e281d52a70bd8aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3c6b7e98cee84243a93ff283ff10fd67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "df9116171bdf4bdda8ed20c0d015227f", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8e6f4bc163f74a0fb8860805f5b4e880", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2e3fbc63f864491bb2b92487a06ddb6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f027c5e3aa3943139ece54e3b322c6c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8aee3bedcc3241659b2fdcee8d28fe91", "region_id": "RegionOne"}], "type": "ha", "id": "4b028df3cfd44e1998b2cd928ed9b8d2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5f1762a459054dd5930509df61286a91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fa66860e16184da9bb0ab4a7322911b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8c721be036854dadbf22b76310a2cac4", "region_id": "RegionOne"}], "type": "reservation", "id": "8cb42d36810143fab9b153a6d8b476e6", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a55e9908f5484a3e83d8b24a4fead003", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b0e5eab8b1f8457e9705efb32638eb8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1866a84639214f69abaffc10246025af", "region_id": "RegionOne"}], "type": "function-engine", "id": "3c0055a37712457981038516bb12e275", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ed3f080d9dbe453bbfd032517d432f24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e58114e6d79c48db870d5d8ad3fa22b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "fc5388f7dc624b65845d4d4f776a3387", "region_id": "RegionOne"}], "type": "accelerator", "id": "77655dc6845843f3becc2877a0062b10", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b3787088b6f246cba5699ec3491de293", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3c3d6a9cac3440b0bea855400ee8a939", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bfde6ec32ee741fb970c8f5ad7a72f9d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "05243b576574478796316edb166ce2e3", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "523dbd9796e14276ad62546fa144a6ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b896debab9b14fccbdd7da8572fc71c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "72106c5c3aa14ef2876950d63a6163f2", "region_id": "RegionOne"}], "type": "registration", "id": "af50123d6bd548daa2222e8d8b87cb0e", "name": "adjutant"}], "user": {"domain": {"id": "ef90d3780c504f1ca7a3bd5774c6a3eb", "name": "9fafca529cff4f1c8e43909a95ef0b6d"}, "id": "5b5f2154be4f4fea96f32e4fbd087951", "name": "7be519d8bcb14f9a8c52be285abbafd6"}, "audit_ids": ["3a16c666cbde419396a38f0c97978fa9", null], "issued_at": "2019-09-19T09:04:38.184643"}} 2019-09-19 09:06:38,351 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,353 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,354 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,420 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/8eb362d2-8b94-4c17-9d3f-559bcedccdfa -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,423 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,424 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "8eb362d2-8b94-4c17-9d3f-559bcedccdfa"} 2019-09-19 09:06:38,482 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/ports/detail?address=00:01:02:03:04:05 -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" 2019-09-19 09:06:38,485 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,486 keystoneauth.session RESP BODY: {"ports": [{"node_uuid": "8eb362d2-8b94-4c17-9d3f-559bcedccdfa", "uuid": "4526b09e8ca547d5b03a83fd72a7c7fa", "address": "00:01:02:03:04:05"}]} 2019-09-19 09:06:38,503 keystoneauth.session REQ: curl -g -i -X DELETE https://baremetal.example.com/v1/ports/4526b09e8ca547d5b03a83fd72a7c7fa -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,507 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,524 keystoneauth.session REQ: curl -g -i -X DELETE https://baremetal.example.com/v1/nodes/8eb362d2-8b94-4c17-9d3f-559bcedccdfa -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" 2019-09-19 09:06:38,527 keystoneauth.session RESP: [200] content-type: application/json {29} openstack.tests.unit.cloud.test_clustering.TestClustering.test_create_cluster_policy_exception [0.176548s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,291 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,294 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,295 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,296 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,302 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.250680+00:00", "project": {"domain": {"id": "c6d68c21ecac4844b237600c49669ce4", "name": "f6880b637bf9471b8d3cc4d8bb14cf3c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e4fca1b81f454ad78fa7d201280de2a7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c4c134b88b1e415697028ad3f310b293", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "dd3d0eb388ab49c5bd72d7140b7c8c6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "b6185b9dea434fa9ab5b210801cd17fc", "region_id": "RegionOne"}], "type": "identity", "id": "f0266460a532483e9a2291ba3ea8bc5d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cdea225f230c4efd9ee03a4a3bf00158", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cc3679ff58814a6e8c206b9c73a5e5a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3b5257d4172842699eedd192d165e4c1", "region_id": "RegionOne"}], "type": "compute", "id": "2d2676a341184c4c9a0f5f1229a67d2e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1e2cae9de2cd4097afe7816e14e19f75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "dc0e6e5e42094fb49a1d42167250a91b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6209164e75274b1eafdfce7be3ed7f0d", "region_id": "RegionOne"}], "type": "image", "id": "2f04d8963ca245d18dc1423bd41c7cf4", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "687d61dc908e4a039da8bf6bf5e602c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8e00dd8d8f5a468980cf732886fe0dc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "34338d7bae19430b95c37f06c4d67041", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f85e5924896749abb3833e29ddb0d3ec", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "873b474c1986477396f4ab4da51c59ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86e11b96ab024e979715cc6063c202e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3e1d4804066432cb32c9ac48384bc7d", "region_id": "RegionOne"}], "type": "object-store", "id": "c911498b81c144c49d8446c5f8522c1d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "30473cab442444c598d699529fbb0cef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "000b716ec39c445ea0eb98e26e4d58aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a698ff8cee484e46aa90a30a33f520a8", "region_id": "RegionOne"}], "type": "clustering", "id": "494db53a12aa421c9c80193e69df1144", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bc37063a9356479897357ec5bd67f570", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7cd1978ba326441fab86cb2638031d8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "abe6d4ec52ce47fab4837eb8ae505da8", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ad022a831d0948cdbd1813025106bd38", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d7d99b2eb5c5470d95a9aa39bbe8f3a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5aa7577f964b42f490c84813b654d1e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3fa126f0bbcd41dd885ff6a3db3c5ac8", "region_id": "RegionOne"}], "type": "cluster", "id": "e6d6dba2e7bf4bf49f1edefd6aa007e2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a062c960636d4900a7a1d7c48691636b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a9be86861d704674ac92b54f7e1eaf10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "23ee286169ed4da39819331925a75cf3", "region_id": "RegionOne"}], "type": "data-processing", "id": "8f69cde0d0544ab0bdc25a74808cf6ce", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4049c9b38062462e9f89faa9529e25f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d32273edc8724ce68e2b062eaa69eb92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6acaa23296f64c76b0e69d970ca82b1c", "region_id": "RegionOne"}], "type": "baremetal", "id": "63285bf097594f858baeddd59039ed83", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "53d5277a2c3847d6962e21ad2cd556e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a355cc8095f54c6c83cfb49a677f97df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7b8da6da8f5141cc99bb4a28f5edb942", "region_id": "RegionOne"}], "type": "bare-metal", "id": "9abd300dc69b465a9771a061c73ce606", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c99037a4c5c04e53bb00a5fc7304b981", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "92ab142ec1df484e8f64cfa2adbdcc96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "efd5720204944396ad487de5962f7cea", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "14c260d03b2140daa5f6a993e3ab5632", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b01bf118030c4d80821d792788a72b78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bca7dfd1b9114b92b0b9fdfdcc2fddaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "dae297f7155c4b2ca3301c398b9c295c", "region_id": "RegionOne"}], "type": "key-manager", "id": "7e6d379ee77a4e489dcae64f129b9fd3", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "41c3f25e5caa48cbba1654e3d64fc708", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b5b72512f2424d3c85b1879003aa55b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "738d2baef88e4303865fc0f626a29ad7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0d5f10c018b7460796e6f0062de5a0e5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9bdf7944e4134dccae2b51a427563ce0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8a83f14546a041d8aae011bc98c9a3e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bc7a8c30e22d4466a2c7252e52999e17", "region_id": "RegionOne"}], "type": "infra-optim", "id": "2c30ccb9123340fd891a2996472fa776", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "aab7a3cd709d48a48fe6c730b119a97b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "cc97b71986cf4469bdf7010cee2aca68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3cde5ddfbb074a70a9eafbbfad57f19b", "region_id": "RegionOne"}], "type": "message", "id": "116f3468f2ea4701a4c9f85d2989bf4a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e1c88145c7234a139b6c45b9b0dadb88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4850869c238a4f7198fef7731c389bb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0e4c51c207ce440f9c0fb596e97875fd", "region_id": "RegionOne"}], "type": "messaging", "id": "b22db92342f24165a3aa789852b5271c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c481b0dd9987406fb6d2a9b4c1c9e569", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cda4b475cb624eec94d8a4c48f416d7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ec3fa041f5984cf69adc89ef02060efe", "region_id": "RegionOne"}], "type": "application-catalog", "id": "21dc0ce1090a47d087cc2ee7bb3e375d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5bc0459233614904b25dff1a5e807a04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7df6d13cd492460981e038f9fbf512a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f84ddc0cc23144fb8358627c4cf4dfa6", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "9daa94eedf284fdc81b8f51664beb714", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1495b11ca3074b4f83697a54cda1e402", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "26ec0992e3654fa48ffbf259dc777448", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9cacb37774d0426fbb90c6a5dbd648ee", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "110c5e4746454922bb10297a9e911166", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7434a501fcf24d2eb9ce1776c77cd078", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "da70c0e23347461ebaedc784d192ecba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c7c6d6bece4148d996842920e8f04f73", "region_id": "RegionOne"}], "type": "container-infra", "id": "b3b6a00ee13b4cd0931d3378a257ee20", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e0c16881b45645918db53969dbb47fbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "71ded083d4434ff688db81ce64f33a3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2bb781c3e35443cd92b1a79c92523f38", "region_id": "RegionOne"}], "type": "search", "id": "402cd4ca5da547e9b78e05b43c76d70e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6e902f2dbe004b52bf4fb75de0293c8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6064bd26cb40465cba2a62f978645cbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "28d5f0fa692f48e993bb1767507b79c2", "region_id": "RegionOne"}], "type": "dns", "id": "9092f72ee3074c11a3716ac42fe4054b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "03214facab854a8ebf51affea71f2fb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a8dad06139c945fb9705c9c6e3a922a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0e38c5a436de45edb28ff1ed8b9d6f00", "region_id": "RegionOne"}], "type": "workflow", "id": "9d67df40b2044a8c8345d00b0801934c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eb63b8aec21b46eda434fd8b7744a1e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0b8f338afc974da388592cd95cfc36aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "06176d01725e447e8ac3bb1117f58a93", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6e4cf46c027f4202936e1a684188e179", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1c73974cfe7a4f1cb31d50d44d5a62c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b4e606c7f1e84d91b7e6b4f47b028908", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1e42ae32c4a648ffb032f3cc96c9c5be", "region_id": "RegionOne"}], "type": "rating", "id": "9d3fc7abe3eb4e8a9dadb2ea4e1303a1", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "add9373159eb439eb56c91557dfd2b44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8f11377b13f54923a054576b1021c501", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "84c21945f0974d39bf0f3f9a5b3a4355", "region_id": "RegionOne"}], "type": "operator-policy", "id": "644cc4665a214b2f8fba3f57e06b7262", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "802a6bca5cfe4756a2a1d2778a6efc07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "eccbf5a05e474fbea99bf6587bfebaa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4472316ed15d4e25b773f1978edfda68", "region_id": "RegionOne"}], "type": "policy", "id": "57d8a197b4044e8b981e0b8621ea79bc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4944f21bbe3b453580c75a1d0297983e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6cb0f071ce0b44f481842e7a2c817530", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1f94e120073142078c286b7408b49d08", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1e005c4d7a8a42cdbf4223d38a85ece2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4698f5c0889d4201bb9242c07ac9059c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6e450034e8724eb599d0e4bf40882bf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "aee50d05af8845ca8d467b0252f9d2f8", "region_id": "RegionOne"}], "type": "sharev2", "id": "db55c6fc1058414788605872d38c9d32", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bf56844063584cbda75ddafd4e89be36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "22c186c4f6de4175a03c96febe7b8f26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7ab66b657ce143b19c51972700655ac1", "region_id": "RegionOne"}], "type": "share", "id": "00860f46f58145de9f2c999a2b63f20e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2c395c5f411c42e7a9bd55766e414765", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "cbe6c5601fb64a4c8fc33941b100a5c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "784d6dae3e3147f9a428f56305612676", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c9a7ea3514ba4913a3235718daca9543", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a97ee3bb15784337a596a8f6dfd2c1ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2756ce5586684a71b6b9bc21b9249e9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77d3f8a4ae614f53b79d091e135bfb3a", "region_id": "RegionOne"}], "type": "orchestration", "id": "a3e4761635eb4893ab0e58e4086aac02", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "682a7a010ce6433087d1d9e27be80d75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a24c22d89230447f83720c4c12d479f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8472ebed4aca4dab979a95256896d219", "region_id": "RegionOne"}], "type": "block-storage", "id": "fa5e860fc72245d498645378206a5247", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7369edb4825d440fb2925f179f49da17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e1792c26a624563863c077a088d1017", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b050a7d69d8544bc8eedd46bc2100335", "region_id": "RegionOne"}], "type": "volumev3", "id": "e4184a65376941d194a9ba151108cb92", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c05d0f615134e9fae3bddb86d03ed14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4ffd434381547f0b9c7d028a7034743", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fea0d3e1411c4af7b6a703d3983fe54c", "region_id": "RegionOne"}], "type": "volumev2", "id": "7d36f488dffd4fc5918f8d629cd70fb4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7e672fe6044488580a3283ec40315b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28fa9b4be73b47c48e3c12c161b314ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4ff26fe9af640fe9c8bf553153382a5", "region_id": "RegionOne"}], "type": "volume", "id": "9799daa5aac44c0cbb9733982a078592", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb9932f40e51457aa53419825d3e273d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6feb615de9924556833a2161849796d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "090a43e90add4280af57d6bab4925970", "region_id": "RegionOne"}], "type": "block-store", "id": "8bd4799d50fd4f3f920eb935dfa8ce72", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "aceaac83266a451fb055a899f9c030ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "98167fcd08f545f48981c72c857babc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "12a4058e274a480199f547afafd42026", "region_id": "RegionOne"}], "type": "alarm", "id": "833e7ca6628645b7ad9d6b51cabd0308", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "067e3546182241f595c7007c012ba7ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "403401512f98452f9145001c04db2fca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4d8c7dba94f14ba59573fe70c5cca440", "region_id": "RegionOne"}], "type": "alarming", "id": "73f3a1d6f8844e6ebe1a324de2385f6f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "956c60b450ef4eaeb1b45e01c4b8c92f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "186c9ee365a347f5b04e9670bcec5d87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c9da915a40eb4fbe893e0a63d0bc0d09", "region_id": "RegionOne"}], "type": "meter", "id": "6b3ff4d5636b4e81bdb7879dd493cf80", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "21e6c5818d6a472f917a61b01e94ad59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8ad87b03667b4d3b98bd24526b286549", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7969f5d3f88445c8ac52910a26831a26", "region_id": "RegionOne"}], "type": "metering", "id": "4ea811d1a6264abcaebc1de01329ef03", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cb3cdf27bf2e4ee4a2bfca61071b7cc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dcd4cd8c7ee8478badb80a0743e1d45a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d570458fefd14726a9e6382c84982eef", "region_id": "RegionOne"}], "type": "telemetry", "id": "124733f88b3f49d19faac2864a940f28", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "53dbc0666fd5483b8c5fa8e5b1a04963", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6b3808e5b62a4f50956cbbf872c98cbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b5d1054b5210487b8738327ede9cf3e4", "region_id": "RegionOne"}], "type": "event", "id": "84014abaaf47497ab3774a78822a734e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9f59912a131d4fa4a7c28ad08af665ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b2b625175844495aa7196d2e1fecee7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f7fb8cb5d8404b478138561349dbe157", "region_id": "RegionOne"}], "type": "events", "id": "f25fd488d19c4d73aaad315a7c84b6aa", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a70855fa33b948258edcfcd39cffd6cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "17e27e78e6eb4cc9874024c7783d6d9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c2e03dd99a7d42088973443f8bca7f9d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b5086c76cffb4a369f61543b5f202fe3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "95e8e13ebcc9496387bf83a7f111c7fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fecf1882c70b41f6963268fee6d7d012", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b18d61c8313948d9a9a3a0219c2311fc", "region_id": "RegionOne"}], "type": "application_deployment", "id": "cfcd7e16323843cd9f385887002ca384", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "284bd822a12844eda10d4a7f1cdbf4ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dd0766fbe98b4b80ab6393fb4769aa2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3fd7b5f50a424cf8a28743df2ebc5249", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5785c41e69ed446e932f07e45fd49275", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b189bb27f10b4741978a011a702bf6f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bbe0a6e8e2884b2d8f237c4fab25f689", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "800806228cad4bf7a92b9f15b6b48716", "region_id": "RegionOne"}], "type": "tricircle", "id": "beebd5d03a3944e7a3fee2c8f818947d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a9e3b458d78a4dd390a7fda643d398f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "70aa23fdc0034c15b2e7b741636a7c3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1042c1aef74f4dc6a87cb28e357c0143", "region_id": "RegionOne"}], "type": "database", "id": "6544b0e76ad041cf86666ebc9de8ab64", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fc9b2bddaf8d4545a8205970c4554f52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0d7efd5a2aca45089c112fb1585ee50d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "34ba447286914e8da156dccdfbeb0f68", "region_id": "RegionOne"}], "type": "application-container", "id": "cb6f6f58166c4e57bb2d5e650a24ea7b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fabc0fc172644355b89b8d7f7e16952c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "71d39d43f06249a5beab42f6eeddca7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "348d1753d88047249d5e699ba138252e", "region_id": "RegionOne"}], "type": "container", "id": "c29fb36aef734bc08ada0be12772b6bd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5e51d7623cec47d3b09a98aceba1e51a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3d973bb2c33749979c0df583d3c7b3d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4d3a33128e1241d18812c20bc3cb9e0f", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ba3b5ac6597e46c2b44953e4669501f1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ce18efcc795b49fc88cd536c24d368c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0efa85c4e339493d8d281776546b3e2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ffa1a1a1ab2748859a1f9e3db4f2d631", "region_id": "RegionOne"}], "type": "rca", "id": "8d304f5c84874703ac37663b05b1bc76", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "656acf053c6f49d4ae92af16619b2e61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "51686047c4fa4af1a58660586866d720", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "3f268710e51c41449322105615fbc99f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "13238140560449e3b2e80cca01187fc5", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a036d299c1f54d2ab0e6545a55c36c40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "935d48ae4edc40f187e7210a8d321a1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "82f5ffea2d86446d8a3717bbf6bbeda0", "region_id": "RegionOne"}], "type": "network", "id": "d5d4c8cd3436443db45d5377256234c7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "be4bdb40e3a04cc2904ec86d953f0f38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0569c9b23e0a470e9391db750b950af4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "bf8ae95855c64c77a26fb3a625135167", "region_id": "RegionOne"}], "type": "backup", "id": "ede046b6451e40c5b380b4350e64b962", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6cb6c9de51d047fbbbdcec4652906f51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a2c4aba50bcd4c23b08d2b8b0cee35a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5bcf3c115c6b4f0cb8129c78ea840cc9", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c1e8ec4008944bb7bd4c4926c6256bde", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8450d3aa86dc4d099f1c9fa8cc266b6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0ba983e8448e4acc986c960be9f11022", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3ee5668dcfc6455c89744ad05a65fbd5", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "4e3090fb1c8e4586bdc667d6d7199dd9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9bf76c79201e40dcb6081c57b7f40204", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ad7f4a485a284dd3b36905e9972daaf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "4514b4bcae324a94add38515b889a956", "region_id": "RegionOne"}], "type": "monitoring", "id": "d3c8134693864b8ba91ed1c049f36497", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5c92e665e1e948fcaf5403a103a90948", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a0effdf94c39478884c5f1706706c218", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "640256ff6baf4c059fafeb83cea5036f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f60f22fa17f4466285bc3127902879e7", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0d9278595d3d40b3aa04e52bcd205dc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "05def696de2b4736a690ba7736274b34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "13dafd2a10ac4096bab97bf626c7c9c6", "region_id": "RegionOne"}], "type": "placement", "id": "a542dc87e3d545548d538fd9b9448292", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f7c6bd8b041f45eb8e2303167ce5fb95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9aee560a42d34b7984301f96bf03800d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7d2fb14b00174d07abcf2d84a83efe57", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e79feef9a0ac4bcd9eb9f6bf89f2b31c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8fc0c944de78414ca8755b46104dc001", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "579ed16e691d4f32a0ced2e99db46f3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "79e0785cc52046768e85ca6325ef7176", "region_id": "RegionOne"}], "type": "ha", "id": "2d8b300d5483442785fc7892eadaa6b5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e3b8e2ff630a4c38befb02ea11d462b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4a8dc1f275084f08bb1cb5f12ef1809e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3153a63dfd49437397a024b0c4d3fc73", "region_id": "RegionOne"}], "type": "reservation", "id": "818e517ec9d04a5ba1d46ffa39409473", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b84f853f14a74369af971b1967c4cf4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b90bda17d1c24a199336ed4659c1c89e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1a6787b648f048959996ec8b7194aac2", "region_id": "RegionOne"}], "type": "function-engine", "id": "20efb45bed9e453c806d1dd4c7f629f5", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "aa8f30d30fcd40e3a548ad2e3bd1b2a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "913af5977ec6429b9ef7016d605d8781", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5413c0f4987545879aacb7cb9930d5da", "region_id": "RegionOne"}], "type": "accelerator", "id": "03a019a8340e42caada86eadc4bad4c7", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e1d519acf3fd49b1ba043cfdee334d33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4eda5bf7605043ee966d2ec767eab10a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ab1a80851b8d45d187999f29f8d617d7", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9beb27e7d42b4a01a54e08bdaaf29831", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "04feea09d29642a78378c1b510b8c5ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d8d7597bbd3644e6a04b91a1f4fb1891", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "719ad74c2976406ca191dce0c2bcdab4", "region_id": "RegionOne"}], "type": "registration", "id": "faafba4a95be47b8b1dc1ef35d80d0ea", "name": "adjutant"}], "user": {"domain": {"id": "41ca2c1ab96941e28d1f485c16af87ee", "name": "7fd87ae2dbd14998a4a5d99f8cf62858"}, "id": "ee2ed31dfda24207871548c306e1d5b7", "name": "92ae22a20c344762ad941511d23d349d"}, "audit_ids": ["50cd184c03c44da49180e9d24cb13aa6", null], "issued_at": "2019-09-19T09:04:38.250680"}} 2019-09-19 09:06:38,398 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,402 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,403 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:38,419 keystoneauth.session REQ: curl -g -i -X POST https://clustering.example.com/v1/policies -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"policy": {"name": "fake-policy-name", "spec": {}}}' 2019-09-19 09:06:38,422 keystoneauth.session RESP: [500] content-type: application/json {0} openstack.tests.unit.cloud.test_cluster_templates.TestClusterTemplates.test_update_cluster_template [0.332745s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,409 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,411 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,412 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,413 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,420 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.243010+00:00", "project": {"domain": {"id": "be97fd466ac648dea9bf36ea7f0168ef", "name": "10921c64926a43a9be84d632c5692356"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "81bedac08d5442a5bc5df9a7cf34f43f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e302ce52b4c94b3798f52fa4d1b5c109", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "419b62d3f9f64f139550b132bc9334d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4d4023e2f0394daa9855de577dd19c92", "region_id": "RegionOne"}], "type": "identity", "id": "da5bf607632f44f4b4fd538406ee420b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "87bb8edfa7744118b791336a58f14cb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "31ea32e6a5fc43718896ca6c454c2356", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c6b02ffc20ee4640a4f970ceac9c2156", "region_id": "RegionOne"}], "type": "compute", "id": "c294d313bfbe49c781ca81fe3bd46cfe", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "0bde53a63aae48cfb3623b18a83dfeb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "6272cce26364402f881b5d29a4cdf2b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "efdf590c680245919d9381d5ca6029fb", "region_id": "RegionOne"}], "type": "image", "id": "c87c7567ab0a477695acb2425958f4ce", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c5e7df72fc454cfaa7747990a1397f6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "08b4d9a14dbd43669118319b7dcb3a79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "681ffdfb142c4e4eb37ce91bba8b7f76", "region_id": "RegionOne"}], "type": "load-balancer", "id": "5800d72f38d34f6dbcf779517ebee385", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "434508cfa2834f739b23793ccb80bfbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0088c0b83294ee89b9f715a74c3b74b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c8c303c5d004adba8d46133188c146f", "region_id": "RegionOne"}], "type": "object-store", "id": "ee595654137942a28abd2a3456ac48be", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f6971d0a41c94d289182c51bcb09def0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ea5ea5b5f6c8410f9059444b868d5e10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "27b85df9ed5a4c8fa9c73794b2d271d4", "region_id": "RegionOne"}], "type": "clustering", "id": "6dadd51c86e7489dbd4442032f43ba23", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c3a875ceb6234116a8737e7e6f899a3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0ac81b5e86b347d2a9fc6586b95b2004", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2a83cf77743f48f1ae986aacce78bc5a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7c38d9e81f8a4cfbb6bcd51ee5fbf69c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8c91e07a5cca4887984008a59b4ef9ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "18ce77b88a4a4c5dac64cad3a51cac52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a815e1599db94213bce73a463a1e5ff3", "region_id": "RegionOne"}], "type": "cluster", "id": "4164b355627b4b02ae8ece6db98a2b94", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c0b44448b7ee4c5bb39d2a6b559b323a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "46de3dfbc73d45faafc77d21cdb72694", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "84ec154bb2714c6a9081e87ada5c6bf4", "region_id": "RegionOne"}], "type": "data-processing", "id": "93f8fe31538449b78e58f503ed6632c0", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "338a764d7c3f4762a92b4fff99998a20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "70e1704110df418880abbdbead592a45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e54b06e68228476a83e2d99b40e94100", "region_id": "RegionOne"}], "type": "baremetal", "id": "2b35f84aa3a04ab0bed913a845a96910", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ffd7700dc0d74418a1a69602c81e411c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ef6f95e8b7f448f5b75111b53db51c31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d04e568696a64a11830ea6418a40a0a2", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4b3f7865efc0473594ebcd3469994ce2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e28bf089ef7049eaba42eeb785a722e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "adefc69c3d28428d95e32ce2fde255f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ce1f0f69df2344cf983f3457c53f4c6a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "03be9c6579614d1691b37612aad24d6f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1ac67ccda4f44ff38751c126287f93fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5b5882c5409b411ea158a93c40fc8f7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d770c19306ab4629b93602554605020b", "region_id": "RegionOne"}], "type": "key-manager", "id": "db788c5fc21f4536a395408c45ce39dc", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ead537b066924f56a0c1412c9bf98bdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "14ede98200b64342b1a96536036b37a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "678099f0cd7842c3a64ef66929f16375", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d01f791e9f4c4f459573e47c1e0c323f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b78d2bb8bcde47cc8b6313877ced9733", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "28a44479e5d64defa201b34bed078adf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "20fcee7d4ade43658251186864b0eb32", "region_id": "RegionOne"}], "type": "infra-optim", "id": "aa929cfad9144fc6a84226b460979072", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "db7ea56c2c2a4be1bbb95388527df4cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d0397a220b834216b50a98f231180cee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dff2839886214f069c453dd01a4c4e2b", "region_id": "RegionOne"}], "type": "message", "id": "52bb4fca8e5242a6a4573fc160abb1a3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d1b7db7ce1294925b16d3d57b0acdfb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "814de4bfb3494e36a0f6053b8f20cd54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fc0fc00727e44058bde585043a887fc5", "region_id": "RegionOne"}], "type": "messaging", "id": "9444f87caf084efeb440c5f85ce7408f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6da079d52c4d40eeb21e1eebf99a92d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "88899cb0b87c4449ba088830f269790a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e5d6f592632c4867aeb2194ce74bc6f9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a3b1a4051dcf46c5bf3fa5e0e1f3a039", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "467bf2ff1d554758bd9ad1ead1c0584b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "db66ce3cda774db69a2fe4bc5d761acc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f8a28484b5ec4705a2f8e31f78377327", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e1249f76c6c74d94a04aa4136d47a3ca", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "93e63b4a5e11409590097f13229e96c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "032e974d66a3426f95444f083521ef19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "29ed8caf2a4545378cbc9d8f6b591743", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "67671b04b0f549198826d0604daba7f0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "47e6ca9ca5b04ca591f78ef094d7ccdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "531ccefaf1bc4cdbacb47a3e66fdbc11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d86e1d4c60c94c70bf28a6c4ee641af1", "region_id": "RegionOne"}], "type": "container-infra", "id": "53c0bb56cf454606af448ed7a2334d5b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "01afae5ceb4347fdb703795af209ab17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8f0e736a9d2740bfa0baa90c7d65a799", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3a86b60445e348f08d87e71404b76fd8", "region_id": "RegionOne"}], "type": "search", "id": "572b45154217408cace1a0a2f3d998ce", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2207cc1619604fa2a9c9b975000515b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "00ed8d63c3ff4e0095685f599e1c151e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6158865711d148ba8c481864e2defc3d", "region_id": "RegionOne"}], "type": "dns", "id": "e9360a322f6c4d3985611ab56b02e374", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7a6852b946854b7ababd6c5be78d20d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3668a168f9e34f2c9091324ae944d913", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3dbd542a7d8042778f82d854083e1511", "region_id": "RegionOne"}], "type": "workflow", "id": "f55e3e5370dd46e59becf541f0cb246d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "514f848c85bd4b3490120df2fe6323be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8a56ab2a4b664c25960d27ba74b14ddd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9d4e5810c9f74c63aa1ea1fe6ad3f858", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9a7b85b5df58415a845455cd8517ae59", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "3418b5ede0b54c538020ac2745966bfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "434403d3d0254d1e90e4dcaf7695b6bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "254b2bb7f1de46f3a4c741581c5b0bae", "region_id": "RegionOne"}], "type": "rating", "id": "d7ccdec08fac4813982e2aa59d035a28", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "64fe650bab124f25ad171675af4363d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1aaeeb6b6802403f9192bf5110019153", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c65c6a67b0f9419cb63a819af40bbe5f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "db396b6f6d2543ca8e14b6ae332ab3b8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3e64d107dd5f4f2cb8c1c3008676912f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7e6099d924fd4b4ca620e37a6110c75c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "09d594332cd740a6ab1e50f421cfa254", "region_id": "RegionOne"}], "type": "policy", "id": "fd55d6f689d740edafad8b83a3b5a7ad", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3d2db12a1e1e426ab9b2b8de3d483337", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b78332bb41ce4961b4f49c23d852bff5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a1e33eeda70440359d00bb2f3127b8db", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "613542c8f52b45ffb132c358eb0aceef", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4540db8188884c63a450eca996399958", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7d629f4bd4a4424bb1dbcca4a5db9ea6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "37cc79f11dc440768f58a811fd3d352c", "region_id": "RegionOne"}], "type": "sharev2", "id": "f92717ce71e84c288cdec129fcaf6e8b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "caa1e80cbeee43d2a9274aa2ae24045a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "74fb8ccded3c41fb8b6949c415f63a7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f6f21682add74eb0a2cd37ff4495818e", "region_id": "RegionOne"}], "type": "share", "id": "91f4f3b94678405582d416e5d863ad7a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "13a2b317efc9436a8fff285e0e0da47c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9e1025897e964a1a82f4fe2a3eabbe0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c89d03e4ef894a71b13f80704e8f369f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d8dd2037c3994c42bfa6ce9b4c806651", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39c75ef37b474b6cb1704445d53d3671", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa8530f23adb4552a6708ccf3aa4c24e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5898dbd937d4d8a855d8158779312bb", "region_id": "RegionOne"}], "type": "orchestration", "id": "8e6dcf3360df4ffb956a8403977de437", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8eebddfacc03408caa279629e84cd5e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "437ea8ceb3cd4d92a23c181240ad1cdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1db37d466554ca89f25e4fbf232973b", "region_id": "RegionOne"}], "type": "block-storage", "id": "95ad2f1ebb794085b7cf55fbb9229620", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c8d0610ba1940d9ba4898935eb3bd1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88603590c64c44d1ad458a24533b45d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c74c582d3aee460c99172b075774e9e6", "region_id": "RegionOne"}], "type": "volumev3", "id": "b2a1a9559f5c4a7c8da49e4fe9f3b928", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d288854d9674f99800f9fb83ffb4836", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac2526c3760b424dbf363432e3828a7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2de0cb380c624d30a287b10a5a5edf18", "region_id": "RegionOne"}], "type": "volumev2", "id": "93d7eb6ee1e94c0194d0807d14000851", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5591daa9944e423eb6779711f3330c14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f06dfe563414af79b97ef37c5c9ea2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c467046f889486d9280dcaa23392e83", "region_id": "RegionOne"}], "type": "volume", "id": "4b61e77514d34ffb8da9ee82153d43c5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e717189d3494f1eb1cc0cffc3f0bb81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74d86a6e932e4e9295720372ad6181ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39cfb71eed314c458930f76b62715864", "region_id": "RegionOne"}], "type": "block-store", "id": "e59045b6c0994d38994949c85e194f79", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6d6f50cc7d2940358376e65e7790d2aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b12dab3352364971859806255e30d26d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0dc046e845354f95869db6d1ca60df84", "region_id": "RegionOne"}], "type": "alarm", "id": "01158e2c91224668938189583b531b91", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "88a4267fb44640fa9aa9ad6efb5bd28b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "430253c2c1e84b83b492e506d2cbebc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0f236376d17141a89c776b34ec19cb86", "region_id": "RegionOne"}], "type": "alarming", "id": "21b8ccd6411943bfae33c714d4f39597", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "26d131041bb848589ee320c4fa116da8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3da106ad8df04401a186f484c4df709d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f0503147ce59477ea9804e187221aab3", "region_id": "RegionOne"}], "type": "meter", "id": "023fa84f96b34d70bfbddc38db9e4a3a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "09bf9bac5d4147d1a1afd387a2066307", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c08bfa813ed841d99c9552418bbd055d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8205768e94b64e99abfdfa51ca65e32a", "region_id": "RegionOne"}], "type": "metering", "id": "59a3270ed52342bdbcf031276f1cb5ab", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2681fcafe23e499486e9977719e5a079", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d426f61429b145fc9cb23fbbd0823d2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6f2dcc7d8b4d4eeeb550b4e113e4a2b9", "region_id": "RegionOne"}], "type": "telemetry", "id": "e4a0e1e2fd244220baf1943473a2ddb6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7aafdf048fb744b3ae67c1f3529235b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "69d2763b48ad4408b77f62b476b48d26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ed14363e943946d49569dbe9f7db2bb9", "region_id": "RegionOne"}], "type": "event", "id": "eb92ee6b9960425eb5831adf133d5eb7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2830e94c6ab04ef9ba91a88427f25033", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fc22b7328bd34dde9fac61060dd25104", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7602cca6e11f4f29a67370f347d0920a", "region_id": "RegionOne"}], "type": "events", "id": "ba4e445c29a44280925eb86ec38c0379", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e059c7352fc9445396209e5b81311bc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a21c00df28884ebbb7b0efec36ade892", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "329fefbbf3c94892a95b7a7ec734fdf9", "region_id": "RegionOne"}], "type": "application-deployment", "id": "638f3e19d5fd4786a740c6588e84ea64", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c5ca9d46902743198a574d4d0303ad01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "613149c117f64627b07cd009e938362b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "64429e742ed241388b11d6f70c19957d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c3dacabb474b404b8495b755bcf5ecfb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8006b0d42ffa40baa7feabc33ccc97fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7dda142414784ecd9d579ce859384cf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "233136ffd6384f3d99ee36bc15927d5b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "663b686bcec74b0ebdee7181cb0d4766", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e4d5b9fffc654de5bd164d5be4bc1fd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "daf104186ce248498ad79a8ceb2ccf5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4de18170114747a1864550c0edc6f1ad", "region_id": "RegionOne"}], "type": "tricircle", "id": "d9ac992e29de4db288cabdf48624f6dd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1232ea22c7fb4732b49b65d3a0910b13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1ea80c6cb24d4a049a44a9a51420c2cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "575bc389426e4c03b54920974aae6eb3", "region_id": "RegionOne"}], "type": "database", "id": "ff75e70de30e4b94afc17aa9da3e579f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b7797a2003db41179d35a155f4d60693", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "db0641a4968e4c5b8337ed49466d67b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d2fc9b70b70349b5beddcacf8c0b4322", "region_id": "RegionOne"}], "type": "application-container", "id": "ef4d99df4ce748a295a2d84d0f656de7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f7dbaf72cb654dbfb57646ecfde9d882", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a1f73449f6604cc7baaeb898c4794844", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d547c39d961d4a9e9c9607050db44317", "region_id": "RegionOne"}], "type": "container", "id": "9f7b44b3c1d741d5b5437075416f4fbd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f33dcd92edcf4f1980d72f617b4f1d32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "230e7a054d08422886ef5ef9d8d21d9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2b159308f2054e439f4c164359fdfd9b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "5acb58c0775f4cf1a5abc39a1b422b04", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bd78d94888f54f009399654233ecb656", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a5242d56808f4eb2b1930ce701e60649", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "21e724999cbf4f3c819d56497ba875e3", "region_id": "RegionOne"}], "type": "rca", "id": "2e038ff4d341455ab923bfe028cf1bdc", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "eea34d5423e44bac81db6144566bacab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "60c8f29e01a34f01a38f1dcdc1f16d52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "efb6a69a15414cab9c129e61cb1f50fa", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e33227e04e624825bf9f30dd50d01f92", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "57c2c2d509ad41088beeea34faaa7434", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a8869918a7b747a99992022654260d1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "69e73ca8939b4c55acbbbdea59a02847", "region_id": "RegionOne"}], "type": "network", "id": "db5ee0b566434193858cd2a73bb88281", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f091f36607b540a28ab0f30e8cc3a3aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a001c211dc404210a02a396f5b646f9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e1bf908bb13a4529b3c05865a8fe463c", "region_id": "RegionOne"}], "type": "backup", "id": "d3c20744af3e469cab8f3454f03639d9", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2b045dc9ed5a474e97a9b463574f3970", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b854efddbc1f4157950957d2cb050a0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8935db8b6dd74b5099310e32eecd4359", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8a2ab9582f454da48a1aa8dbaeaaccef", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "137e52362bbd493cadb47ee9deb9283c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "81bf8efb3760474995b08c0ea55160bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "cc30a6b79a64435c9e34fa2e4f29e7dd", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0de9a4397d364f9abac7a3dc00063d69", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "26c42233f0d84d5ca157b9a369ee3e0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1bc1e7d2da154954ba571d44377f013e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "64309b47e67f4df7a5e7e775172ed2f2", "region_id": "RegionOne"}], "type": "monitoring", "id": "60ab50abeb4a41df8123542d4ca7d51f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c4066734725849bf8c391a78e1bda935", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0bf078c249814eeaa006dbeb864d54e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "201e0df16f3540debd2cfa39882f522f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e7b953d4a6fe4dc6a10d89c76a227c6f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e711e508b94e4546907ae377a4e2cef8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "d8a5581d11fa4b0aa8b4f6b1fe8399bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "6880e9d448a24a418f6785d6292600cc", "region_id": "RegionOne"}], "type": "placement", "id": "7f0319dd0e594396a8998727d0da0630", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b93c89913ba047b3b6df333069b057fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4ca080beb8204724b9619c8b6908edfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b1c2d55afc964c2b9d7f1a2d31303085", "region_id": "RegionOne"}], "type": "instance-ha", "id": "fbf0826dcdfe43d5b1517961b2243a1d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d02816227b924539a0b954ac9e22f093", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1cafc8d0871a42989c271c73a8040e61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d0002d9b43c24bc6930987e76e8395a2", "region_id": "RegionOne"}], "type": "ha", "id": "26e4e49bb6654d7394398e3576a4ecbe", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c67ffa8ad2c847d4bb7bc44680ee83e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5cf8038a11764d8e998419f3d0cc2820", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6de594506a9b4384af0f5be798b40c1f", "region_id": "RegionOne"}], "type": "reservation", "id": "a642996232574998a513d1e04123482f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "29a6cfc5d2154405ac0febba1e8879e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f753df704d6544ac82fea9405fde7277", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "cbb91f1792e84da5a4d1272f5174c2cc", "region_id": "RegionOne"}], "type": "function-engine", "id": "dd8431170f84482daa91a922782de43e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f7885a0081a74069949cf0748fc9a903", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "585f3d4ff2654c49a777a65c79df0a63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "181d369989424fab8bbae2013e60ed91", "region_id": "RegionOne"}], "type": "accelerator", "id": "9b2c426f2e494c7badc1961e70f82825", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "526ac7e3d76f450e99eebf74187d9ce3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f759bdfb3a0c47beb6a64a9a4e3e208b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fcdd47087e274355acc42a3659be34d8", "region_id": "RegionOne"}], "type": "admin-logic", "id": "20a4c4fcd8044a09b3a58df6bd347a38", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "812713033c8442128b1712286119da5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c098f1037dc3449da8069a14a5e94fc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fe76a84f1cc0462f8318b7f48fd408ac", "region_id": "RegionOne"}], "type": "registration", "id": "4df48cfdbc9546e687df38d466680cf1", "name": "adjutant"}], "user": {"domain": {"id": "2d9e17b485aa4a36abd5212da8f4c817", "name": "3e48a05694094ffab96208f700bec971"}, "id": "f8c48b5e250446ad987aa9c207638ffa", "name": "e41256576e334e65bd3c241dbea5a5fb"}, "audit_ids": ["7e92124243a44599812f964a32cc9ef1", null], "issued_at": "2019-09-19T09:04:38.243010"}} 2019-09-19 09:06:38,491 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/clustertemplates -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,495 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:38,515 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/baymodels/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,519 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,520 keystoneauth.session RESP BODY: {"baymodels": [{"insecure_registry": "https://192.168.0.10", "links": {}, "labels": {}, "updated_at": null, "master_flavor_id": null, "uuid": "fake-uuid", "no_proxy": null, "https_proxy": null, "tls_disabled": false, "keypair_id": "fake-key", "public": false, "docker_volume_size": 1, "server_type": "vm", "external_network_id": "public", "cluster_distro": "fake-distro", "image_id": "fake-image", "volume_driver": null, "registry_enabled": false, "apiserver_port": 12345, "name": "fake-cluster-template", "created_at": "fake-date", "network_driver": "fake-driver", "fixed_network": null, "coe": "fake-coe", "flavor_id": "fake-flavor", "human_id": null, "dns_nameserver": "8.8.8.8"}]} 2019-09-19 09:06:38,543 keystoneauth.session REQ: curl -g -i -X PATCH https://container-infrastructure-management.example.com/v1/baymodels/fake-uuid -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '[{"path": "/name", "value": "new-cluster-template", "op": "replace"}]' 2019-09-19 09:06:38,547 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,565 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/clustertemplates -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,569 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,570 keystoneauth.session RESP BODY: {"baymodels": [{"insecure_registry": "https://192.168.0.10", "links": {}, "labels": {}, "updated_at": null, "master_flavor_id": null, "uuid": "fake-uuid", "no_proxy": null, "https_proxy": null, "tls_disabled": false, "keypair_id": "fake-key", "public": false, "docker_volume_size": 1, "server_type": "vm", "external_network_id": "public", "cluster_distro": "fake-distro", "image_id": "fake-image", "volume_driver": null, "registry_enabled": false, "apiserver_port": 12345, "name": "fake-cluster-template", "created_at": "fake-date", "network_driver": "fake-driver", "fixed_network": null, "coe": "fake-coe", "flavor_id": "fake-flavor", "human_id": null, "dns_nameserver": "8.8.8.8"}]} {29} openstack.tests.unit.cloud.test_clustering.TestClustering.test_get_cluster_policy_not_found_returns_false [0.158792s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,495 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,498 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,499 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,501 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,511 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.436519+00:00", "project": {"domain": {"id": "e9bf3bc4dbd54f3f8493acc4bb76df64", "name": "fbb7b7585d8f40559ed67c72822e9656"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "86c207267f934a1ab798d98ec695ee95"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "da01744544d44529b92f2e098ddc4cb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "6e0a5de766994d44a6bf9ea5c25f3c40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "62f5a290aba54fccaab63ce5851ae373", "region_id": "RegionOne"}], "type": "identity", "id": "1fc20da56bdb467398b57e514236ef8e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "218e6481ca694f7183b4d8afa9731951", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "63f4406255c4416f9e122dc96ae267f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "697a28fec50b455e903b749440678fdc", "region_id": "RegionOne"}], "type": "compute", "id": "aed43fe9fb0440f5891cd8dfe6dd28b1", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "edea0c33c8ae4a19a7fbf8c90a8158b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1f68e590e9084a84b4714474f77d689a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ece8533b33434cc4938fc8f7c83db10b", "region_id": "RegionOne"}], "type": "image", "id": "e8b0a27d492e4ed28dcdadb30c65a8da", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "07c7b642c9e5430e97c7c3475fb66233", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d3451c91176d4d8295eb24ad8e4ccc33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f54bb8c558604c59bf621ec179b7de95", "region_id": "RegionOne"}], "type": "load-balancer", "id": "fd00a311be5a4bb08e24ca378cbfd4bc", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "384dedcd9071437db229b6605114beb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b88093fe04e45bc9e1a9eec37caaa1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "660a2736e0cb4af4954a7d82b44488e9", "region_id": "RegionOne"}], "type": "object-store", "id": "37fd028bc81344bfae5ac91bcb9b9759", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c705a701eaaa4e82af1a5776d7adf4cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "63259ad2d5694d008e806bdf03b032cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0bb205068bdd4f3f9d5fc376aa5afe8c", "region_id": "RegionOne"}], "type": "clustering", "id": "9795a6eca6054d9f9bb09f104623ea54", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6e474b2c88fa4fbb80cb59714c599ab8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0522f2af109348b483532f169faea41f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7fe543f10ae846e1a2eec4169b57e873", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "80f3d438bb514889bd9f7e03e554e0ea", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7572edea5fb748ad8df50987497d51a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b359cfd9b1d7457a94eb05b36bbf5a80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3b457dd841314622a519b5132ac71843", "region_id": "RegionOne"}], "type": "cluster", "id": "2ac84eafe74b4c35b864736a466b4316", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "168dfcb9b00b45808397d7977e09c740", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fa13d815e11a437c9d949c39b04d5c46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "adbed1362c3a419ab8012e337109a494", "region_id": "RegionOne"}], "type": "data-processing", "id": "1285325af40841688a458c431276cf59", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5e619bed44dc41ed8fe6d998c1b20252", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b9feab7c3b494b5ba2463683baff2086", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "adf5b16107c54a46867ecf10cbd7b4be", "region_id": "RegionOne"}], "type": "baremetal", "id": "2c509c00627e454a8ad1015d579db486", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "33f9d2d2a4f248c4b63bc1ac8eb45dae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "60272a2c56e340e8bde4871e84a802bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "eb095d8c670e48e8b89d6fc1771b2d86", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d93af072766247d6a16ba36b2362a9e3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e108b4e15a6943bb844b7ea90a7f9910", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2d94b04114694af489596bd4ce715e51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ad729818e6a74d279c853e7b090444ae", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2f3d0b5812f244aba75da65ac69033cb", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c436fc4ddd3145e7981139047d35d64e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3cefae3d49eb4240b168451171c3f070", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "a27406c17a2c4fa18daeb44eff6f2d93", "region_id": "RegionOne"}], "type": "key-manager", "id": "b833fd5190504a07a789a244453d2647", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "beec100acef446c88995907745a96f7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "43213d1875d74861ab3a7f72ba97d59e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5a3fd46351714740af239758e0b522be", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "17ba0cb923364cf8878667d0f0150fdb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4efdb2bdea19499bb55f874c769e5541", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "363dbcd17e33459aafcb2accda117e3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "be67e2eef27141fab5264e083f799195", "region_id": "RegionOne"}], "type": "infra-optim", "id": "85d8671ef3f14824bb45e3915c832a38", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "97b490b8328749d2ba8a0d106df78ef4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a3f29595dc0f4bb188987632742858b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1299c6d036424f53b7bb327d6ced333c", "region_id": "RegionOne"}], "type": "message", "id": "246ff2cb7023407895fc438f767e03e3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6de8a6fa8de844a69f3eaa48558f8c4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e68d3e8cfd5d434ca5888daecbaf9436", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8b6a8e73c3c141a39233700c62f228f2", "region_id": "RegionOne"}], "type": "messaging", "id": "b3c3cc53700247ddbcb33a26fbb08572", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "87c5db458caa487bbf88937eb0434cc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "12fa0731e33f46d2968a3e58f124826e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "90216b613e524ab8ab81cf37a0fbce2a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "565ce3b405834d208a0f1e9139061199", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ed8b064222204f618ccfd1b3beda41d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a972a6ef9274b8d96e437558fff379f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f9a636409c5d4c76be0c7fd65208d9d4", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "7e21cb480bbc42208cf968677292824f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b75f106ef08d40a8b8200621861fc60d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "02da33efa3c74e1cb88a3b2c95338389", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b420d98785d146f19f922657eb5e74ef", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ce715d02178d49a7a58e2fae4d2a162d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6d69645297b04f17b5972d34feacc672", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a8b9f6f56b504b4b9e658fa81d64deae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "922b65a92fc445d08022467151811d71", "region_id": "RegionOne"}], "type": "container-infra", "id": "005209f6d37c47348576bf07818a1f51", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d0c88899fb964edd81ec636486521df0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "2b0049c97439479b8a3cb110cb31bf24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "542b95db18654311b0d18e7cf35ca8ef", "region_id": "RegionOne"}], "type": "search", "id": "05ae9da27dc44ae882e5bdb09f74fcb7", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "7a45477732dd4b9d8baec3eb7efd9820", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b1f49f8759654b2999d59b81117c76bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6ac3135c493b4c4eb17ecf175fcd9b4b", "region_id": "RegionOne"}], "type": "dns", "id": "f33438a08e354b9c8e9db71b6b1e0106", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3d6cf1816ea742e6a8b398feb2ece092", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "91f29bb037224a53ae851f72980a2c85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "13cea0521df1490797f8c064882c4976", "region_id": "RegionOne"}], "type": "workflow", "id": "dbe1c17b2cd64841a2faf9707cca2628", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d0085c92dfc24ae09994d192c652ca44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "08e29c5a09104b399aec6cbc6912a59a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5526d60697a94a59bf2bf224066451e9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5ee8a95a7af24ace809bb96b9741cbdb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2b29168a274e45c6937bd79e6b2b7d92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a4c0796833db40edb2d337616985a290", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b1e60794fd30495c97fd293ce83d65c3", "region_id": "RegionOne"}], "type": "rating", "id": "8780b89b4d8448ab9228c386a343066d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3e3d5449b6e44a7b9065f1f5596ad34d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e99011d0d68a4d02a5b3532c526c0780", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3444895777fd4528914b3b6c51d3a2e1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "01a832dd320a48ea8ef60e67fc258609", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e6dc402cd1534a4b8cbac18b64895015", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b0c7a5daf3f8431f994cbd3a18f3cd08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "848890b5344242ac98b87f7ea7ce75d1", "region_id": "RegionOne"}], "type": "policy", "id": "3b8d9988a9694b2ab509fe8dd3c2aae6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2eb9244fc6d0492884bf3952eddc6354", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "24c28e30fe4644b7928df28991863210", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "03006a9932ee4aa195a3681fa2395647", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1b20a486f5ef4b70b743f1ccd93dbc6f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "61c5160731f4494f84d025ad5da1353f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4e357f703c2b40cfaafc663a3d51faa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dcc32924baef4c78960814893f5e3d68", "region_id": "RegionOne"}], "type": "sharev2", "id": "7f29f1f6c8384cdbaf48a76371e7c2c0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5f41631367c646ac992defc1040d81f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7c847932c07541b3a1fe12921bd1e067", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f9f87330a67d4931a803858f135a62d4", "region_id": "RegionOne"}], "type": "share", "id": "4d873fd9acbe4c29b9a139ab23f2cb4d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "43f3be9cc6024b6ba6d680d28c6a3781", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "62837d010bf646eaa88d95655e1f0117", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "af3c7902ea73481992ca3495f35a99dc", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "57cf9f631dd344aba098eb73bb830920", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5fd3324673549a6a1fde987a445d719", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a25828144c294c1e9c66ba72ce073a09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e35184736304dcc9e81c8dde3991b6a", "region_id": "RegionOne"}], "type": "orchestration", "id": "374845a630b44c548a5718651765fd2c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3aa2fa97b624bdf8a93d3387c2d87e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76bbff1adb574a41b648dcb861d7bbea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5c70585bd124d6486d27b775e20500d", "region_id": "RegionOne"}], "type": "block-storage", "id": "d33571d5d3454441868940d99742c14a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b53577a9719044e7bf3472b54cded0d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a88cea0d483148cf80b2ccf8130b9e8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12d335a1bd3a475fabf66928f7c7af26", "region_id": "RegionOne"}], "type": "volumev3", "id": "59d5985ba3d4424d82c11fa0b8273037", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3102fae19fa4938a81064ffc31c5c2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44097884d0f344fc82bef942791c1b85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea709c34c52041dda07e40f32b43d874", "region_id": "RegionOne"}], "type": "volumev2", "id": "11d685251fe343d68f5da5162732c5ab", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82032c0df4df4e1fa4ff4f7fd84c69c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c261cbc1c1dc4a63a0fe0c142cf16160", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b00311a5c1b2457c8fc969c8534aa72a", "region_id": "RegionOne"}], "type": "volume", "id": "aed14e79852843c0891069af4d79de23", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c785ad09981470094ad7e2d777c2d4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5bd0b7116ec4f3391ea20ec46c0a1f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ba958a35e5044f8975bbcb5effaf9cc", "region_id": "RegionOne"}], "type": "block-store", "id": "cae0f9e4f1c1405a83fdefe4280b1e98", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f2ad94ad979f4bb59ff1ac385ed3d13a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5a8ad6466ced4c3d9383b6d1f57558d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "54ea0e9e470c478ea961388a0546a6eb", "region_id": "RegionOne"}], "type": "alarm", "id": "6ae06b6306e54e62bff573d32c9e0747", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "be860a2d71754e4ba038f374f627d68b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "757873b38813496baefc2b9b04a2ee1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bb649fcf41f346d88d33ecf63367165b", "region_id": "RegionOne"}], "type": "alarming", "id": "7b0b7c72d0f94670b893fb2b527d8ef9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "45c981517b9e401ab5335e3b8505fca0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8a1e33afbde84d81946887349a4fd884", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9639d7de97f44469a342b84a262b0f78", "region_id": "RegionOne"}], "type": "meter", "id": "1e7217e884054324ab7fbdf5dfa0e66b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7f44e392bc064cbda90ae9053b4b5db1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8bef08ad0a7c4b20bac642210ed2ae9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f2d7392c1a374450983c1d0ed887900c", "region_id": "RegionOne"}], "type": "metering", "id": "5a0a1d92bb67404589af6a072aca44e2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2778252bcf53445191da78c4f552f158", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d842a408a102446dba8215a286794bab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f2d91e265479464588475035422e8804", "region_id": "RegionOne"}], "type": "telemetry", "id": "7f9a2936cea743ec9af27ca5782860b5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "99c6994c9f894b92888755e2efaddaf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "94099561b9054f1bb5de9b3446514914", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "86f6ca7df536417aa99b0f88412af2b1", "region_id": "RegionOne"}], "type": "event", "id": "bd84e4eafd4945c286c75465cd64bceb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1978544afa1c4b05afcbf2fd2b4b4792", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0254ae625ca041329b447ed199e0ef8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "23a7e17c18f447df956fa36be8de55f6", "region_id": "RegionOne"}], "type": "events", "id": "025672ca80e44a81bb43133a72d1ceac", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ffe372faae3d4df19a92ff677781f62c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "088e0541c0c14526bacd1a967fa9a075", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d260db2347fd4ebca4592005572b568a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "680a47d70985412d8893307959c59c81", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4254092e3edc49bfa11194013ba722d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1cbd1dfee57b40f5b7a845809b473107", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e3856ab5b230444d893835f39e9fb3c6", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ce779ef02f524c9c8b8cbbbc7a073232", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3d16328243954f2fbc6aebb32a24a554", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f5e927d7d6934cf7b1b0cb0aadc45ea0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "64a0ec5643e94b2dbc65b4bbc5647001", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "11cf0ae631db4324802208742dcbf437", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ce34242180894c5e923236ebda1a8ec8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3bd1fe6885494682b77770448d68895f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4ea7462dcd3a42948079ba358fb7f098", "region_id": "RegionOne"}], "type": "tricircle", "id": "30738604710845e3aa2131233e97c3b8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "608e59933f1244ada9f237047aa90d83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "eb47046052f647b4935e3c116541378c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "272ca96af25849c2aff279a13936ddee", "region_id": "RegionOne"}], "type": "database", "id": "2a85766c11a4481eb94b1f3619268c33", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8b50550427ea48eaa3daaae316c215f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3d375f210a3a4bd489c46a87a110e641", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fd627c7f06d146acbf6aa86e7966b23b", "region_id": "RegionOne"}], "type": "application-container", "id": "5075936e5be048b9b042e02355070c39", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "936ed54c64764f50b14aa653afc3caa7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "16fdc183a5454b9dafc546372b30e624", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "53818c1eeaa24970808cc585514fe71f", "region_id": "RegionOne"}], "type": "container", "id": "f9f3c1041aed45ad819d3efdf859483c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c26accbf49704a8191aee49a98d1b222", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a0725782250d442eb21e65cd50910cd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1d707096228c4265880c46cf37794f0e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "86a652a41dfb4066ac70d90c1a7be236", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4fe5b754a521435896ab13cf14ac720e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c6827c4dc1f84cb4aea8818687dbf059", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "46559695cade4009969224a2fd961aa2", "region_id": "RegionOne"}], "type": "rca", "id": "bf295e08d702424597d4f8005e48f453", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ebf8c1b83e564fc99bb4cdf100e90bea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b43efa13b69f4bb48104ba43de00536b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8e7e7bc151d64ca180cc9d8cc29a53f4", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f16d461dbabd4eb7912a1c7762788dc0", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4eb5ade2932640f78e5895069e022ece", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3a03831c4c014138aeff74e2083a5687", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "29855e50880d485a9f1c069c9807ff76", "region_id": "RegionOne"}], "type": "network", "id": "6e70d8ec21b94109a92139a429ce43ae", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "49406ea2179240bd9b3928a1a89fdb6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "645cdba6468d442589411d580ece7989", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "47abba1eafba493b98f1541f54439288", "region_id": "RegionOne"}], "type": "backup", "id": "8634928eefa747d8a6121c400f8ad85d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e623326dee7648f69074156186d2a02f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "95f398712a624df697d322ed0e43d59a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "79d0f4d3303d4cb68e4c5755e9648466", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "577fb1a7d3ee41bc82d3d9ef650ca160", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "162f191a5fe0422a840ef6b725990c84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cebabab7e92a4302b307f7df04aa0b6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6429cbe5516b432b93ec0056faed9b82", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1b9c12b8e51d4b668b5e4ef03b212b3b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fb32b8f096be457a980fa9ee60f38e08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "aa507284d2184e009a3bc959c4c6b14c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "3b699c2d39f347d79e524101f220ef9d", "region_id": "RegionOne"}], "type": "monitoring", "id": "f3c14ebbe93742c4b37d19f457f2ab52", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4f719b567b2d4e39b64074e1602f9df5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1b40605854f54cc48f97cb7657b42a99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8bfce6c9f23a47429d05704bb4cafee3", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c3cee1022f114fc68928e9451208f1be", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c2b035ecf7a8416fa04e07a51c738e11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f4217b3efc084a99811eb85f4eded6a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5211ff9089884aeb992c83a74a6be1ed", "region_id": "RegionOne"}], "type": "placement", "id": "0df663ba2ad24f778798e37d6545d3af", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1ba55fcdcbf04571941b8d72244c62bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "02c5677942b744a9bc73444bfa93014c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6d30040df06b4be799a6e454128fb79e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f0570f5ce8e1456f8e0d939897ccf10d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "62186c8cef514103b4d98a896069f6b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1f340ea8652042a5914b44246d217747", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "260e05d7c16d4be685e15e5e9474398e", "region_id": "RegionOne"}], "type": "ha", "id": "e40058c5a16f4e4eb9d8d92edd7a96ae", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "df9ffcbf37184259b0580e8e8600200a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c3b3226f660a424991db9a99701b2b8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b2e453b4142b4c968b208f5ff1623247", "region_id": "RegionOne"}], "type": "reservation", "id": "6f7f4ff983d9404d848b31e1e1891231", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "01d0d3e4253e46e6befb58ecccdee3fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bffbe8658e774624822a76de87f9a29b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "43ccfa5e05324078a77ff7a457e50cd1", "region_id": "RegionOne"}], "type": "function-engine", "id": "ba3feecaae6847608df84cdaca53a5b8", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6f80c5c80c914f6f9c1506140e1aad1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "191efe20964d4457a1f49a13425ab443", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d025b09818074763ad10500b91116f2f", "region_id": "RegionOne"}], "type": "accelerator", "id": "cc8de7d2bf44480ea4e9acc5f12cbe7b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2d1bad6349e74bf6a82c1fc44710d322", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "532ad2776284430e8a7e9a82b35a9764", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b8a0bcfc1b6444ac9458c6f2f0cad342", "region_id": "RegionOne"}], "type": "admin-logic", "id": "92b15aa949654a90a125aa38454f32e1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b27ac163de9b490c9e32d6a55e4f2152", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cb29d081662549fea414790c5bc08f84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ff62b0f709af47f987ebffb66b9d923f", "region_id": "RegionOne"}], "type": "registration", "id": "60a697204aea4ca985d36f1d33b21880", "name": "adjutant"}], "user": {"domain": {"id": "03fdfccc6db04a5c9531902a9a0d573e", "name": "617ebd929fab4bcc93cc706fd89fd4d2"}, "id": "340d17389e5d49df9a0458637b86b57a", "name": "3a1cf0b390ea444bb3c508fda656a57c"}, "audit_ids": ["127ca20552a44f0cb2413f6b98b3ad56", null], "issued_at": "2019-09-19T09:04:38.436519"}} 2019-09-19 09:06:38,556 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,560 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,561 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:38,582 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/policies/no-policy -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,586 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:38,588 openstack Error fetching policy no-policy: Client Error for url: https://clustering.example.com/v1/policies/no-policy Traceback (most recent call last): File "openstack/cloud/_clustering.py", line 415, in get_cluster_policy_by_id name=policy_id)) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 386, in get return self.request(url, 'GET', **kwargs) File "openstack/proxy.py", line 529, in request return _json_response(response, error_message=error_message) File "openstack/proxy.py", line 507, in _json_response exceptions.raise_from_response(response, error_message=error_message) File "openstack/exceptions.py", line 229, in raise_from_response http_status=http_status, request_id=request_id ResourceNotFound: Error fetching policy no-policy: Client Error for url: https://clustering.example.com/v1/policies/no-policy {4} openstack.tests.unit.cloud.test_baremetal_ports.TestBaremetalPort.test_list_nics [0.204021s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,458 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,461 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,462 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,464 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,475 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.398679+00:00", "project": {"domain": {"id": "4b374552d58f4a95bb6fb6cfaed3b095", "name": "b6eb889e8dd847d689b4003bbcc1f2e9"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "90626ab70ce74b9f9d20a97fa913516a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "45f0f1a0a476489295a98c1dbb0cb952", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "bd4e5ca51f934585a19404e49f8e9404", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c6c55cf647d341a0884ad0d03185ac95", "region_id": "RegionOne"}], "type": "identity", "id": "38edd8336acd4e28ababe7ae2f8ca13d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0c0c6e3e44394d108d506f1135386c0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b57d9059ac7349c58da4aa411e77448b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "16092850f69042238e5f4afbb1fc848c", "region_id": "RegionOne"}], "type": "compute", "id": "db093850ef9545958753ef0f913841b4", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "bc29519e879b4172a60b3459cc2303ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "28c8d28c62e34e42bd599008a65a65e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ab094cebe186435397668313ba0a0e8b", "region_id": "RegionOne"}], "type": "image", "id": "58bad9722a9f438280c142119c1da4e7", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "953ed4efea8b49dba3311859db93b718", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "213576f712e94af89ad28d0b1de13d74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "9d0c1fbf4d444de9a094e1df6dccc487", "region_id": "RegionOne"}], "type": "load-balancer", "id": "73699627e84146c6b28695052df13ac2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71c34ec32af14550b3a976378b19b0c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "509dd9f393314cd29c610d3be47ddd1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de6bc8d7e1dd4d569b251b6d027ffb39", "region_id": "RegionOne"}], "type": "object-store", "id": "dcee869e25184c01b2f84f05a50fc860", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "207107383ffd435fa65da8c20b4a170e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6df2823019ef4e999e67a377985e6166", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0ca16abcfb354e47b9e95ac426fb3756", "region_id": "RegionOne"}], "type": "clustering", "id": "da1626227c024dfc8187a6ef4fa7cc6c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "388d077e73d740beb04a9c35eaa8a8d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a437c4ba5ab54d6daed91baa2e87a7c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "450db429d02842fd8fe49bfd6f36714f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "92ea2b42fa9048dbb0c5f779181a8f61", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "10ade7e557d1441a8d3133cde705a41a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "920da3ef5fd54a3e888d3c09352b7214", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c832602586754c6688aacdbe8b89d77c", "region_id": "RegionOne"}], "type": "cluster", "id": "7ab3a5f055fa4f2097f0fad50c2e73a7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ead627243cde48cd852ad5fab6a970f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "688058a08d0d4c66add24f184a73a1fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "098d52f5b9ff457e926eef859105ccd0", "region_id": "RegionOne"}], "type": "data-processing", "id": "ad21045b45ad44c6bacba584b89998b3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c281e71000a54ca9900ec2560eb01ec1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "89a579b7ac1a488fa9f89492d9718167", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "167ab241785f407288e4ca3d54ac40c1", "region_id": "RegionOne"}], "type": "baremetal", "id": "6eff4c3758034fddb6ad9ddf5332ea54", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9dc974e6c3924ad284f60117ab361cdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "050d52d13efb499ab26ad4cf5678682a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c2f3c1c792054230894d410be84a019a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "79aa2c697cce494f8864b27b2a738912", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "89c4d72623844cf9ab4af0489667a788", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "66690567aa804837b85bfb19be72c712", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9dfdde3393c3482692d3bba039a4cab9", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6e3d63137bac4cdbbe904fe02331f811", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "49d81f6a770247928bc7bc98afb9039c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0bc7702b941b438f831d12c16cbeba3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "2e72e14752c44fd895b465076ab71f93", "region_id": "RegionOne"}], "type": "key-manager", "id": "15832e93d27d469bae7766d3ab9f2098", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3b874761f3454c06a8147bd3682e2a74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2e204c82e0f64a1587114c6dfe597efc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0b988ca46ebd482eb90d54362a1d40c2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "59e54f558df849e69e82f2e73e01fa1b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "244945ed8fdf4395923b8d8fd80f4b72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9bddb64274bd47888a7019a266026412", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "63d3db7ebfbe42298dbfa278309ed31f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "01f373ed94bf4d9098e08edc490eeec7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d4354276ea684075a3816de95508cc61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "eb362a0a4f5243aa8c47b7dd637138f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fbc2073981f64087b67f6c259a558cd4", "region_id": "RegionOne"}], "type": "message", "id": "3a2630e6d6484b58a54630f1c6e153f4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "12fc403379684693801f52a193591256", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f9b84c3639ef4c659773019a02ed98ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d7bb0527174b44f38d069f4d12bc4068", "region_id": "RegionOne"}], "type": "messaging", "id": "b0924f417a5941eca23a2b3bf1735b7f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "281d8961f81d45e589ef726890d8cd47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "69494eac2ac24dac9fd36ab074e646a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ccf82483ebde4fc29b0a63847f4bc0ff", "region_id": "RegionOne"}], "type": "application-catalog", "id": "766c80880ffc496cb63e7a175ca0f451", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ad22914433774769ba9699b871b75fd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1952a3ffd8834d65b9de101413992d67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1a32a79209cb4da181bb641386508251", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "66a906af3881488c9b278ded26189a7d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "64f2ef53f0874e91b1f2818781286606", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b868742e921e48d29106d119803eec37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c368d1ff2374ee7bb5613d4af7d95e0", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a72c200e39b1454ea8fd5dcf7554b2d3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1ae1df074c024c8fb89b7ca2235b2200", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "21a718af05304bc784d33678b3e3a1a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bd10db45641e48bc8d8891ab020a4d46", "region_id": "RegionOne"}], "type": "container-infra", "id": "fe7e921840c84aed993f34db5d7fff14", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c6d293629a1f45bb909bd1b44ff01562", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "79f82d03b301487d8a598c1a2e0cd677", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a2b7cd64c42941068940235eb3aea444", "region_id": "RegionOne"}], "type": "search", "id": "51702de039ce40d19e14def18dbb2da5", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c0262c548ee743fe95f7e13d0f2c03e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ad21a8ef8383487eb6173a5fffbefb14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ed5cd5c96eea46bf838b6a174f031fe1", "region_id": "RegionOne"}], "type": "dns", "id": "9fc8ca85f3d442df8d745f7350be6145", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "caf591770a3046578908c18b94f20633", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "892f9a39d45b467d96ac7847153089f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4fbf87d1df264d99a7b9cfb17c3e259c", "region_id": "RegionOne"}], "type": "workflow", "id": "9c5d47724c3c4e97b2ad3214ca2c2d0c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bc10abfc235b44dbbd8c6547d765738e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ec851b391eb24a19b119b99c25cb85af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7dbde03ba7ce47169ab8b48e150d8f0c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c8fe09a0a5604b228c5574e6b3d54186", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "12ce346e6a7345b188bc0932e1b78ab2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9e3d1897961344328daa5da7efa57eeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "5eddafe0210f4c3bb483e88b32f0f8a4", "region_id": "RegionOne"}], "type": "rating", "id": "069652c04d4c489ba9783ab04340277b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d75246c4d5964787801f5bc16c832746", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "db5e6a8c32794c92a8b2895500bedf3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5c1cb5f0e0f34ca4bc0f8dc554e91fb3", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c9ea9a28ddb64144a6faa3d37a957c8f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "878244741b294d129152714fa721b768", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "76b7c77023914d269aab0637076f505b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4c5c986595e14bed9ccb888c8c225a02", "region_id": "RegionOne"}], "type": "policy", "id": "3aed4ab12a224d6ca20beb1b39559357", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a3a062e85c5a4d1bbc57d32d161065a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cc0523de403b4eeaba3d1c1e3c54a8d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9ecbd068fb5a4b6ea1539c70b30293b4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ed4b312a66434a9ca59b30541a7a51c4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "22b6b75c67dc434e97e64b6bc62102fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "764c3127f09a44018412be520ec33737", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f2736fbfa92e4dcaa8b475d1b8a6a72f", "region_id": "RegionOne"}], "type": "sharev2", "id": "c6a798224e9147e094a4dbf58a304ebb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "84960b5ffa494b7da5687bc0dbf1ee37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1f8acf5c499649898cdb5d37a46c788b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "06b70524d83840b1a71a34b3a85618cf", "region_id": "RegionOne"}], "type": "share", "id": "947afe04096b425ea26d8476fa36bbf4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b0893cc3ca444a498e8b29d757f56be6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fcbd99eb87e045f5b2c0ff4857c22ada", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "596e2b222a6e41e3a6b17eb77adb116f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7d0f6de0d2f54790830f6b17dbe3c839", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab57e77655d041d1aff4c0c6c6944aec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05efb2c1b8e8423b88233f7b533a3823", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "483c2597eab04270a2da5cd47400dfcc", "region_id": "RegionOne"}], "type": "orchestration", "id": "94ef018c3cff45b0819b5b6221c2cc33", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bc4261b0585435c88040c6dae52998f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06407a574fd248f783e9d80272188313", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f0859a9fec54a3180f7ebb1ae6e6a4a", "region_id": "RegionOne"}], "type": "block-storage", "id": "8b39d543b2814911ad53263e64531569", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69faccdf7f054be0b5d61b225940be3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "313d67fbc9644cadbf67e7e0c9b81c9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d53eeab544f4674a4adc0797942f02e", "region_id": "RegionOne"}], "type": "volumev3", "id": "b0a7513cdd15476abdc8e518bb5fba90", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58b6caa12933459dbd614586455cd573", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bbe1768bebd24ada954cee0406044de9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d495fef996fa47249834d5191918fb31", "region_id": "RegionOne"}], "type": "volumev2", "id": "ddbefe2351b54eeaa08a3d000cc47790", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0e271fdb2b5421190737a7e6f1475a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd77dfedcfa24de28f5b144e8eb02632", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bebf5e623410433384252fdaf982d022", "region_id": "RegionOne"}], "type": "volume", "id": "f120698b20254bf0b5274748aca99890", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3b69a53a3fd435e9309982c3359a1b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62f0f18c38144d38bbbb96cd007b5062", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cdc5276b78834ace81d1b2f113c22c22", "region_id": "RegionOne"}], "type": "block-store", "id": "f8a7176d2eb24849805c49a3fdb84b44", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c378a9abe7e047e18e2c3b78ca52ffdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c52f054c59d54ecca70699a2cb87d821", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4267f518d55b4d0fa33047b1dfa7341c", "region_id": "RegionOne"}], "type": "alarm", "id": "de8735a5467743d5add447cdbcb56742", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0d0b3bb7a3bc437ea07de0f58b02a2ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1133f7d2dc2e428c99f21662c922c7f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f4c71522fb894891ba9e271dc22536b6", "region_id": "RegionOne"}], "type": "alarming", "id": "9ce40f2849f0470c8aadf2689777a446", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "89ae46c0bed84b129616e7ca0030b826", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a2ac6e2d730a47df91027653467e99fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5354e6d213364311a05dffb632a33b82", "region_id": "RegionOne"}], "type": "meter", "id": "a42cc5d6e729461ab40bf82dacee216c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "522a08fc3f914f4ba6c74d9f7b0438a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "faf600a0f6d4490d8c96d42b9de2391c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7dcd8bd20a394cb681eefffd79bc37c5", "region_id": "RegionOne"}], "type": "metering", "id": "1ad5e21c6f674f4ab93530e630913d47", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dbe6bf9ea35f461da90fa47e2fa36866", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a990f13ea49e4d17bc2317c5c3a0b7cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a8e3d99ceb184d0198cb87c735304d5e", "region_id": "RegionOne"}], "type": "telemetry", "id": "362fb1cdbe8142c3985774d37023c2fb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1c1e60ea6cc3442a99a69b3a0e0365dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "19445208370c4112b4e659e80104cc2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7f9cab2228f54695b65e7bb79e051a46", "region_id": "RegionOne"}], "type": "event", "id": "ab3b081be9ea4adf86171a3a3282f451", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "144f24a7259c4fd9abfeabc24e95b68d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0eae71ef8b12423d8d344f4b8e9d6d48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f81e0100f811481cac05e6b3fb4e6c92", "region_id": "RegionOne"}], "type": "events", "id": "be04ff63288f4473a819bdd558c017dd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1455c483441341129bafffcc041b7b44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "65e8da45471640448c6f618e15d08547", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "55054f13e55e4cb4a3752d2339b64fc1", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8767c5dbce444588a0dd6c12304f8a1e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f9e38e72abbe494b84b80f90953025ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "55a7991610fc4bc98ae671f1e572d786", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "316a9635a4af4cb7a84acd8329eb099e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9bc4a4b6d08b462eb467f2a9d86192be", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0945c08cd0944cceb44e79dbaa3dc7f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "623e2513eefd431c8b8f705110465b8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fcd41231c1b9466b948d1c076d6fa310", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ebd734ad715d486a8e9cd70a57d96373", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6ab51e513a7e4c49b9c71d5523a0e2dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "33d33f495c1a430da2b260e39d851879", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "56c91780347d48068bd59cfa3ef57e11", "region_id": "RegionOne"}], "type": "tricircle", "id": "d99a87d39d4f40c1bf60ca73821dc542", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5b3a885823b04a059812d595034ff5b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e2fcc5cc9b9349cb9e20395987a7c00d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "da669d1b50174ed3a7d824d290e48c72", "region_id": "RegionOne"}], "type": "database", "id": "3c574cc6d4314ea993c9548f7a741d6f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0d88cb9deec440dca4cd0975c290d86d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "786d571f16f54a1da1c1694f3d59ea56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4e4f7b80dff54fe1b434dc02e63300f9", "region_id": "RegionOne"}], "type": "application-container", "id": "9cba8de98738440593ee66d9d3e36c90", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c37f7465aedd4bbbaf8a3fbff7ee3a01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2534ab236ee7406eb6f31047dce5abea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "77b79ab5fa9446e2a444deadc3622862", "region_id": "RegionOne"}], "type": "container", "id": "cde1fdd2a4c54a0ca662f74a31d195ed", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3bd2332705634e5b8e42543107fbbe28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "97bce3bd7ef048d4aed04448e01c5e71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "66fbf40ee8de4af18e15a90d1d864e2a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7e32e0f5a2634070aa2aaccf9ba3f987", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3b2d671a2be34a42a1034ca57c0ff30f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f6be471ba4e04eccb524d2c28767df1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7ecf617057ef47ca823c888030f734ad", "region_id": "RegionOne"}], "type": "rca", "id": "fb784e3e83c84121b7a932c38b751438", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d7b09d2873c140e0a0dcd5de3832d0af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6b7ee1d137c24c1e94bd9d2bab48d865", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "10eebba934354abfa74351738f3358aa", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4a66c14fb3514a8b872ca9ac51e88905", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7f49cfbb2444451ea0e9ec2afa742242", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7351f35b83f14bb2be7018aa68a561c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "cce640fc9ad34e218597738f7f952bd7", "region_id": "RegionOne"}], "type": "network", "id": "ee8f0864e7df4f739b7c059b9bcf0008", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "09b99b64c758467f83e0f2ef0bb85666", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "aabfcc7b1a8345d68136a1c57e08860a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9b7dc40902184517b6a11466aca1fcf4", "region_id": "RegionOne"}], "type": "backup", "id": "ebe70470d5374d0fb390318b8de87016", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "309e6954cf20471ca765d4b677546f74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cbc2ffdaccd448f598b5b278e492824f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "453ef934043044cf83d28e04c54060ea", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "2742ec6564e742af831543b12d164e07", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "14e379c3ce554c0b9b1bcd49e6a47f5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "570061fd38cd4607bffa9b552a515660", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "84d29cddebc9474a8e37d70a595b9cd1", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c31855a6822b4b44ae2d77437df0c6ce", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f63490a434e44163a9cef583c528c0a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "79b9d30a1c2340b29933b8f0a676eeb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "748352d0a50745fbaabb2e116605e937", "region_id": "RegionOne"}], "type": "monitoring", "id": "02f5d6ab8d4a4fb6a3f99d2113f089bf", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7f87457cf9ac42f483741b86234e0852", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "965d5ee14d2c433e8e22c5cad7290052", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a2509b9fcb0e4e83a93aba98076ff1ad", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d1b35a12c7a64b9a9ddab57117abeb39", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d8e0df1814234cb29468e0a632797181", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b8320287c6514004bcbe9fc28663cb07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "051475c98df3411f888b968cf45df2b5", "region_id": "RegionOne"}], "type": "placement", "id": "e4474e1afa864a459741fbf31fc8ffa0", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "32c08acd06cb4cfc91abfad36c001e31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7ea0f775e25143c0923e7f3d26e69573", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "62778070d93f4556b779b3c047323ac5", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4d45ddc55bfa4b6685d7416f52584b34", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a8008ef81d2a4cac826435c567615646", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1d59020dab344c6d84efb53bb9343eda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f807877e5b924f229cba9bbe610d8f5e", "region_id": "RegionOne"}], "type": "ha", "id": "8e9436d91a854c3c90b56611faa9b505", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0130f2868c4744308228544b83d8e056", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2d7d8593cd97406eb85de4a084e0acad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ddf244dd5dde4d35bb510e4f9cb3b17c", "region_id": "RegionOne"}], "type": "reservation", "id": "c61ed565f16b4a13a9feef2bde74608b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "051da7821de44456a3281cc7e7a2334d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2217baf8a9f64b1887482d78231aced2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "05d7bfc44ad04f16868973e93f46d838", "region_id": "RegionOne"}], "type": "function-engine", "id": "6fbd2819cec7417485d599d6be8fac85", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "453f0f8244f44c9f9e023a398888ad2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8a7127485dcb4df990109e58d642c505", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0576c8491ba748c58adc91b263d697f3", "region_id": "RegionOne"}], "type": "accelerator", "id": "c3819b2317c440dca3a3a6c74540da9f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b2359c71b81d483d8a6c38acb4190646", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e2ec9883aac54cfc9b3be47ece46ec72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a11e44965f554806b13341eb605cdbd5", "region_id": "RegionOne"}], "type": "admin-logic", "id": "02afdf621c4147848aa9084f2bc7e1d6", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7ffd2d918b134df2a71e0d0cad5de783", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fb59c0f5fc7f426282ffdbfeb298958e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "aad73211e2ba4e0c927f232c5d66fd7d", "region_id": "RegionOne"}], "type": "registration", "id": "24981ea843064a16819f0a2bcc0bf415", "name": "adjutant"}], "user": {"domain": {"id": "85fdd7aa04cd40b5a8249b106ec2ac0e", "name": "d99d7846ef814fe2a0e73a33139ef6d0"}, "id": "ce485e42f16c4fe3a5bfa7f88dbd0a8f", "name": "e6c5fe35599442f7a32c747f2bca0bbc"}, "audit_ids": ["106a1d66be7342909483729658413d90", null], "issued_at": "2019-09-19T09:04:38.398679"}} 2019-09-19 09:06:38,521 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,525 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,526 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,584 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/ports/detail -H "Accept: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,588 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,589 keystoneauth.session RESP BODY: {"ports": [{"node_uuid": "d99152a8-9361-42fe-8e73-457d4a777236", "uuid": "8eb00ee41271486ababda619978e24ea", "address": "00:01:02:03:04:05"}, {"node_uuid": "d99152a8-9361-42fe-8e73-457d4a777236", "uuid": "1b106f4912a84a74b85fb1d3e9078fa7", "address": "0a:0b:0c:0d:0e:0f"}]} {11} openstack.tests.unit.cloud.test_clustering.TestClustering.test_get_cluster_receiver_by_id [0.174147s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,456 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,461 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,462 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,465 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,478 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.391246+00:00", "project": {"domain": {"id": "ca160a2d7f1542c8861d33e16d4cf96e", "name": "ab9a01c32f224dee8e99aebd07619658"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e8439640767943be8dceeca0c22da9be"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "02c7f84eaa0d4709a38a2546980467aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "37f66309510f4ebca801c2bb3270a55c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1da0ae2d89d644ffb9293a745ba568eb", "region_id": "RegionOne"}], "type": "identity", "id": "e6ce7998318b4c268e3fdebe75d3a795", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2f636acf72324fc1ae2bc25c9808918f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8ab21f86092f4d3a99a87af90704ecb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "67b3b5005a2c4bb5b48d97cadbeee546", "region_id": "RegionOne"}], "type": "compute", "id": "09c0e96679ff4f509c80f0e4615cdd25", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "95eea7727236449ca29e5322be36b897", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "caef6c79b0ee48febde2a5e0f3a832a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "5a787875dcb14806b17629c0d059eb04", "region_id": "RegionOne"}], "type": "image", "id": "f99ddc55e13346318c7de6455896331c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6dc0e5f5bc52452da8445b812697c963", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8077cbb4fd4a40e5ba6c002cea0faef4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "9a631c919336405e94d0edcaa249c77d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "dce11e7aedc84d21b9147af71f28b1bf", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7676831b641148e59e3324da58d01e04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "492b63c8977f40479e84ef35acec0a49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01670586125b49a0b14935f7edf7147c", "region_id": "RegionOne"}], "type": "object-store", "id": "c60c81d28b0d4ee6b8bcbd78086e8d06", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5c245f201ca646f28820355313c8af44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b470312accb54adeaac14c5cf866b660", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7b1c61d2d4ca48caa60bbf73a162240d", "region_id": "RegionOne"}], "type": "clustering", "id": "5387f1001bbf4ac1bbfb4ff4b36293d8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "645e108799a943069937c2da057360f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "677ded6bb5b5485eb2a213c92a8e35d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dee58f4969cb400a82bb4ec168cdae4a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f5f1c657ca984e359fb8f2fa1553b1cc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b4549a2e61b14cf38ced93472b5993f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d3b56be25cf843408e7c9f8c9044860b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e1925f00f4694252908295dfb773ceca", "region_id": "RegionOne"}], "type": "cluster", "id": "5a8ca183830c41c9a452307c1cdcdb3c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "be34a05474c1498ab8c9ec45fecf04a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "72f4c1d71ba74f00b113a4e9fb30eed4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "fa3e6e6a6e9b4bf7b22d277e5e838f5f", "region_id": "RegionOne"}], "type": "data-processing", "id": "06f578e219e1407fa765bbbe8d404dd5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4bd1bb2e60fc4d75af3e7a5c52d1a065", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a3c1e103440f4e5f80807ba898c27773", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fe50c7c10a6948a28cd3ff52242c9cae", "region_id": "RegionOne"}], "type": "baremetal", "id": "9cbaa2daf63e4e279e862c399811b446", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "77e39d5c561244f9a9cee0450c4d6ae1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5effd4cc92a54b7db376fe79994160b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b29a14318ebd42b6b2e51c6e367cd309", "region_id": "RegionOne"}], "type": "bare-metal", "id": "99816f24b0a5498ba3ffc9ef94e83a88", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "44e1ba44071c4f039bf686b5b2568aec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2114ebfc0cc64929b00d856808ef01f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c972a6eeab424efdb4684604d81bc36b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b3d19d9b42a84fe69631229fcdf56032", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "77f5c42e49504141a569875836c1d864", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f6678f596d6e42d8967d475e7f62d4ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8a9036681c50442589b696b77f391898", "region_id": "RegionOne"}], "type": "key-manager", "id": "91408bc2861c45d59f0cb4579cbb9c21", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d4290bd754a94c748d165b9a447f217b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "35007dd5f60d4576940b0d3f088868f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "952b2f2b80274f3b87cf28ad3fff5db9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "3a6ec8ba00b940cc85848c59c444463c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a0544244b87b4a0eb4cee76fcf8288f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "66ab5cfadbe94f28b7408a51ffd99fe4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3aafa7cfb1374bbda574523351dad976", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d7a0acfdcae343f2bb035b615f1ca448", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3b94791d25d0498fab70a8bb87f2267b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ab68825b85aa486383438358adbc36b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "53a62f087c8a4fcc8ccdbae71ed83317", "region_id": "RegionOne"}], "type": "message", "id": "6625ea06603b4f89b2eba7113af6f732", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d4fd9e22f7fa4ee98167d3d2ea0afedb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d7de470ec54946c39592f7b354ed71a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "174f1e65a4344809823144171a88e451", "region_id": "RegionOne"}], "type": "messaging", "id": "3470c0b286e94acd97ce283c54513f27", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "55f87ece359c428a92c948747291fe12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0138066737cb4ddba939e615c46a4a3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2a4d01fbe3bf43939dc96759861d8f8c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "795c453814a84b669bbb7c8fdd6138b5", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e40c589336e44ecd84be9ca686853fad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b924f4b44da341e39b4689cbc04905d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d8794e9ae80492699554462a28f8562", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "10b1dd5c94ba4b87926e1b1efba6479b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9e78cf0dbd534a11973a72d9302a7831", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6bd8574aeea94104a444ff8f7e8eb421", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "97ad4d781d814f3488f353e6be506d07", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a22024bdcfe742b1b8039034213163b0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a9b431bb29a84e83a6496e81116a3340", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "94940771c8bf45c0bac1faa52e1882f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a50de777c8d543888df9963dc7b7c956", "region_id": "RegionOne"}], "type": "container-infra", "id": "3b6deed2c2be4801817b1f0165850460", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6a6ccc19c1a44d7397b64b528b13df1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "51f263f47cf94d4d85e324d1719c84d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "18d1df3d33c042babd02c5b00a073cc9", "region_id": "RegionOne"}], "type": "search", "id": "397d17686a774cac91efd5de1a29e328", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e0c62a17a98f4d2fab15101aeef389ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3fdfd2240b494289b73c9656a5ed03fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ac523855f68e41c59ba06816d03d0185", "region_id": "RegionOne"}], "type": "dns", "id": "b6c4bf94cf6c4200aef3087cac6375a1", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "07e3a8bdedb641ef86d09bc991a8b892", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "827a968e26fc40b3b4fa676fcc0928c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d55cbedec5924c9c85578f7c7709b35d", "region_id": "RegionOne"}], "type": "workflow", "id": "62824227400246c1a9835def276c4ba9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "457b77deca7740b89434c42b66e8c092", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7b8edac1445b492d9b8288f15ce217da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ba269f20e68b43e4b2e8d37f2a26639d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5efa957a4bc84593bfd14c10c325426d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "e4d1f15c07cc40a9a5879a4096d05d1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9e9de8cfcb2c4f9c9e609568fa125730", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f64aac41de9b43e6a6d45e47828c7f3e", "region_id": "RegionOne"}], "type": "rating", "id": "7cd6b5e2478e4403a0eed617ce7d97be", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "442fd953635d403a8d551b53b92dc527", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9c7baee46abe4763a68bad38081b0173", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5a4070d75aa14168b764d6872e2ad8af", "region_id": "RegionOne"}], "type": "operator-policy", "id": "695eff23ad254a72afe5218e31e4ee23", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c0de78bfaaad47419fe3ac715e084392", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8725240043834b02b2db662d55058446", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cc17c0d6128645298453d06447400084", "region_id": "RegionOne"}], "type": "policy", "id": "80350182a1ed470ba886228e097643b2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1175c78250d14086859f0becdd896a1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "af28d90c24b44c58ad18eb33b999dbdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e780f00c9c6a414897f6d4b74fbb70c8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "488a34635d5e413ab2c8a158c7d81dc3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "91e84b462e0647088eac8165c8075c21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e6b00eb50c174988a14a21ee135387f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "33b477e8b5444719ada47a6ff6e3a69e", "region_id": "RegionOne"}], "type": "sharev2", "id": "0beb503aa3144f90a27697ed3b5e0984", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8673840fd25344738f50f94ad563b171", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "460b4600dda046a08ab5dddc5ef1154a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7cf45ff6b48041e5a33020bf6143a6ae", "region_id": "RegionOne"}], "type": "share", "id": "f4d3ad08464742caaa18ed39e2b23499", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "02c4ce8465c7464aaa7f7e78087254b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "74ebe22f2853465fb04db9c2591a26e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "113a1983fd404337bf7db6f37f0ff2e2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0e942ecab2da4dfdb6a3f956c974d28a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad23291d0ae2489ba0b30051d47d1f13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f45e90a079d4dcb8a05b19ee2589732", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f46089d050df41d5afa272e53bc76f09", "region_id": "RegionOne"}], "type": "orchestration", "id": "b18a4f3d630444239a76c7daf8432bba", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1288e58c13544a62bf1a2af7e4338b84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b77c4ced976648c49e94b911c6e364c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4dd1a9d8dbaf4b14920b9ba490b78919", "region_id": "RegionOne"}], "type": "block-storage", "id": "bbec502c55744ec4910742673c91e224", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc02de832acc48838a86a7c1d10f5170", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0b02b2fc7d5438eb75bc1857e0a6f5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13e2ecccb1a2436599d6d76a7868bc0a", "region_id": "RegionOne"}], "type": "volumev3", "id": "25d7ecbbc7924dce861fd4c4a1598e29", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04cea18393444d3783cf69ba387a9828", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3f1aa7082c14cda959c03641ed9d0c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe6f84f40ea444969cb6226275a45e5d", "region_id": "RegionOne"}], "type": "volumev2", "id": "0506b181c81c446584c7e4307b037c6b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76227ec4e5ff4c5fa6c72b173d95744d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b5f7e6c616a4199a0fa6298c87e2891", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c08795d3a4b4ad3a710e6ce7f4f8c3f", "region_id": "RegionOne"}], "type": "volume", "id": "6b163550cf0b4c2d85827ab4d07f09c6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ece1d80be4774a6fa7daf364f5a85ce5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "efa56d76bf7d4dec80f610ba31f7840e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df831dcbb2b64b6ca29dc5b55f3f8dce", "region_id": "RegionOne"}], "type": "block-store", "id": "01175586e85249459020f716113a3a8a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dae71cb6a15845cdba283a89494edc7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "36a12032281e48118710c4095964d191", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5e8a7632fbad4cc6b797f97d778b9bb1", "region_id": "RegionOne"}], "type": "alarm", "id": "80eea957c8a441fd8db778cf6691f5c9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "60b229d54ce744d39c26406ee4501525", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "950c8d8aa217465e9edbfb2e1cb3b6e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d4260840377d4222b254d15a338057cb", "region_id": "RegionOne"}], "type": "alarming", "id": "c657b4678b8c477eb09480f27c5ee280", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e53d4dd5cb3447d39b1df6d9c9c823d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "353de633ab004b8582b13463d179d5c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ce5606d541d9499797c5146504a27ff0", "region_id": "RegionOne"}], "type": "meter", "id": "1b80d5c5f5dc4e97a8c79bacb166f1f3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f3d49831ec2544e39e76e39025149f87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f71efd8e495046bc9d33eb95dfc10673", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "65d42e4edbce465eb193fb79a91e321d", "region_id": "RegionOne"}], "type": "metering", "id": "8d80c118d31244f6bdcac11bf60f2537", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "edc1fb4b16d44677a8e6f95ee0f9d0bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f61eb1c4b54b4d99a93258cab880d620", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1f32ee3314744306a666bf88d74b02c8", "region_id": "RegionOne"}], "type": "telemetry", "id": "c826caa5beb847d7acd6e87343ae0119", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "287f54843923428883ae8a0c11da7b5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "32ab804ea41a48c6b5330e4adbcc3bdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d78e590d82514fa5bca4ef4d1e52d4cd", "region_id": "RegionOne"}], "type": "event", "id": "7a9b2a0c466c47cd9582a38572e7c5bf", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9b6f33df1ad74f6983b44dc62f944c01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1f8067315be64639915454a2d8c76489", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fff4bb54eb7146d4bbd37a75431381b7", "region_id": "RegionOne"}], "type": "events", "id": "903d43e6ec2a4760b9039e4fc8baa5a3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5299657625a449eda296e36407b7bc06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ad811734405c4064b37ee66fb674be23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "31e35a3732ff4199a96e476a0e8afb4e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2912bd6cfe344b0ea090399961827a45", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ce77c4d75c2b4d279c3f7429feac206b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ea6651caa04d4a488b5180be378e36f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9284c4b899894e2f82f6cf328779edda", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d19bc21eda224f7bb402560d6f130e26", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bcc411b928ee4eb8bff9dc5984c016f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8281613784504702b0c19f2a044ff7bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7028999686ae4c90a872e495109fb699", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4668d921137a4389b387dd60829621b5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1c41ddf3edd0418b9cb6395d32717a4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9c8be02939774a40a2af6e24868204a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1a82572119164b4bbc65dd024db811f4", "region_id": "RegionOne"}], "type": "tricircle", "id": "0cb2b440d901450a95d42d6f95b8f7ee", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "73475d6dd13441a19a1fe1334374ba7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d3ad2f72fc79467b883a1d1f7e6c39ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "19913eac049f47a5a36d31a73db64c7e", "region_id": "RegionOne"}], "type": "database", "id": "b9a9e3a312454d1b813da8792e92d203", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1c903781e51844f3b65545c24f670277", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8efeeb62cf334eb8bf3bf00c2a5d4f76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "370d5282d5774f9dbea0875aedd28b59", "region_id": "RegionOne"}], "type": "application-container", "id": "79638fb96eca4ec6854cfc465e05fd0e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "41486ba2aa7a4312a05668b83b0c7f82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3477d199e7144bfc958887faa06539b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "127404a0748949719edc51574544faf9", "region_id": "RegionOne"}], "type": "container", "id": "8cec57a0fac4429daa97f551a2c77a53", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f3586f2c8e8244f198afc49b3861bc00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "08839d20757140229d92d1aca8037246", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c422b223caaf4a619b515267630fd448", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9962664e86944ca2a956d86566c36bf5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f084f194017449609fea7a811f81ae25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f7cce9325abd42b192b0b3ee9040280d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4476e4eb3f9e4a03a88738a4fe7fdf5c", "region_id": "RegionOne"}], "type": "rca", "id": "121f9bc4a7ba4cb696cf4fc881e1a83e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fc07da5ca49040d3b923d4f72de3370b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8ed4838141a3453b8d9a61172658c551", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ab1f5610b81343d8a5b49c7070b113a9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "355a562c390949c58d3d05c92655c162", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d4047074a9bd458d9853913050b7dfce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4b10bb53cd6c42b6a164b6801feb7b5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "97461e9c48784afeb108a40b643f05f4", "region_id": "RegionOne"}], "type": "network", "id": "b4991eeefed642acbd6d895be7d0fd54", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6352f1e00e7b463798efd4d25192ac0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "bbc494619c6f43218d7bd653fd6fb902", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "1ac23deae02544fdbf4e940603546d4d", "region_id": "RegionOne"}], "type": "backup", "id": "be1afe61c4554729b77f68912114f674", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0cdf55442a6b40708a25d9b7aa55f05d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a458f83e464f4895a41c08a022fb3f24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b927ac1a5b2f4c35bdaf2b515e13fc48", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "232ed3961eda4522b30c30e3561df700", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6ba9057d891841b1b24b48cae5a4c372", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2cd4f5ce5a514562b4380329278e33a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6efd1d0473fa41849966c99e5a4d4bc5", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "340159c2f9364c3fb11cd77eeb619f10", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b6856182b67044ebbe1816409fd51600", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "741a17e9c4da41c2bf8c651590602d33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "0be91ef0e3be45a090e90154b76f26d1", "region_id": "RegionOne"}], "type": "monitoring", "id": "d09227f9c2a94085888cb838c97f47ba", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8d910b8dbe8b4aa6a99566f7f0f0b446", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5eedb341afba45c290e6870413f5c139", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "601c2b03dae340b2bd4e00fdb1b6ed78", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "edb0e9c2e81f4e9a94f94c4c92371a3c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ee539e5544304b628829d5cd3f72273a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "437e0d3bc6674e53ba097286b46345fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "dd9fdd0bcffb40b2b64a55d7a4672a7b", "region_id": "RegionOne"}], "type": "placement", "id": "cea870dea8ab4736844775c2e3e4ea74", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6322efe9abed48638e857d5580055f7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f371fd48d3b64b03a4aae954eabecabd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "562f2252a18f4863b4fe8ee926ce421a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a90dbe802043450781e06ac78c2069f9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e207966f732b41bf92eb86d063c16f21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "23d2b4dbdd534a6f800efd3ce2c1c840", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1834cb972265489ea2ed603f07698856", "region_id": "RegionOne"}], "type": "ha", "id": "1ca25cd8d9f84a2fb7f3533886de6de4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9c18cb55485942cf8fea4c0421174c6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4944fefd4476413f88f942d915b68216", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "fb9571e8fc384cbfa7e2f79b231816ec", "region_id": "RegionOne"}], "type": "reservation", "id": "1dd2618325814c549e43661c0f4dfa4d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6c9733d1aae248159846c143cddb4909", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a64972df8b914d32a4a7a7c50ea3afc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "db4408ff58624799af6ddcc5bc1ca4d2", "region_id": "RegionOne"}], "type": "function-engine", "id": "4abafc6430ef44258fab648d060c7a70", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "130e2df7f49147e4b924502cdc3e5c82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a50eb4a7a38d4a358729a95143e470aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0dfb0816963341f7a9dd942fab220d61", "region_id": "RegionOne"}], "type": "accelerator", "id": "ae0da88e8f4b4f2cb3f1e6e518f9b669", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "50d78f1c465c4f03bcd1a5f3263662e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c3ba4e68038845aba40b661b38ccad79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2459fc6191ea432f921d19f57a7e26cb", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c1fb9afe10a04887bb1c624c18f05e78", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e0877eaabfa94971bdeab868db380834", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "65249d55dbb247bd9349234d0d155530", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "254f62bf91044ac2aede214688815f18", "region_id": "RegionOne"}], "type": "registration", "id": "8de2e02382244056a9484694554a39c4", "name": "adjutant"}], "user": {"domain": {"id": "ab3281ee551f4d479c05586739574589", "name": "d549a691cab84912b9ac6e2b6f7d0d51"}, "id": "1ed6348f833140789e3b22c09b3f2368", "name": "ed9ab01e8be34065ae0049af87d89a6c"}, "audit_ids": ["a1ed7f4ed8ca4d388950fbaf852b4c05", null], "issued_at": "2019-09-19T09:04:38.391246"}} 2019-09-19 09:06:38,529 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,534 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,535 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:38,554 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/receivers/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,558 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,559 keystoneauth.session RESP BODY: {"receiver": {"name": "fake-receiver-name", "cluster_id": "fake-cluster-id", "action": "FAKE_CLUSTER_ACTION", "params": {}, "type": "webhook", "id": "1"}} {2} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_remove_machine_from_maintenance [0.276028s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,319 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,323 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,325 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,328 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,340 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.256088+00:00", "project": {"domain": {"id": "ec72a24483ea4b7db2fabec08605b088", "name": "8cc44b409f78475fa9f4560ea837ba06"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7c2be44b8a63459e8bedaf8a01c88908"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3dc4a56c67974bfda6485cec1d939e7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "6e736d782d82440eb21d5538f5529e2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7650774537b54e18bb8c4a4e2c288d74", "region_id": "RegionOne"}], "type": "identity", "id": "5f482b1ce837473987670fe242db49d6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4f6cf0a6c1e94b398a65f240cdaa6679", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ef19b86c9b1d4a47b2c815f815ccf38d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "7ae4173d848f47fda3d9ab1413c85013", "region_id": "RegionOne"}], "type": "compute", "id": "1a48cb48e22641ccb9dfcd18ecc02a3a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "57bf4687a74f4b5e8624c320ad15f498", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "31b19e1dc03f421090946d62b7b36dd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "76c7049898c743ca9ad543895de515ef", "region_id": "RegionOne"}], "type": "image", "id": "c306f3d4504849a893ea1329d50e3d95", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f237913e1acf4b40b2bcca05ce6b950b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ea0b88720b2745a58d25a2544459c566", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "db8c8892f51041298369d14abe3a4469", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b6f6375ea7eb4577a3a17900d3d7dda9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49a751b37c9d464da849bf9532c2081e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d05f648504a14be49b65b0272a2e4c9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83fd24d926be402dbea4c08d1f422838", "region_id": "RegionOne"}], "type": "object-store", "id": "67f3a414ce7f44f19f6936e8c8e21d16", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5ea6295c016c42b3aaed2ab465493102", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "22d383ba2521449b8a19b95b181cdb3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "92d34c5437e941a48dc289160a2011c2", "region_id": "RegionOne"}], "type": "clustering", "id": "8c46b526594249fd9a69d760700d9624", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "05b90a978318483d88c5635b6894dc8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f35246f9fa1f412f8b929b326044ab17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "13ca5c120e624da5b9810eee745a2906", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "5f0d2bbea7ac4968a26872504f35b67b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3fc80cd452954e1aa4716fde398fd318", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2f80bb92e32c44d9baccf060709eb5fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "951477b2c2134b6abfc5b76fec806297", "region_id": "RegionOne"}], "type": "cluster", "id": "e826e7ac88ad46c3bdba599e74ae8b64", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "83a1f74a985d4525960f931b10dd8f75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ebc408d85ba24859a3c52ad059d3bff2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "4e6f3e7093b74aafa5b8334ceba02cef", "region_id": "RegionOne"}], "type": "data-processing", "id": "8f8b6346301b4724831450525b1a2bac", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a3d8733324ed4baba841a8ec8ff1952f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "18227b8b95844b85bb6f943698cbc7f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c43dfbf614d5484aabb5113e39f38e86", "region_id": "RegionOne"}], "type": "baremetal", "id": "ddc54d6786a84fc888a5891519c8e316", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d85b85d8190b4541a889f894fd60cef5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4dc8a6b186184b3f84f6884adef47a0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a806caac00f945bc980293724116860c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b4bcce1fced44db78e7621a6ff19eb83", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d825ab3b304943f8a3ec4895be062978", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1a8c1de3a9b7493fb9248e7c67abd133", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c176b6404f054f81a205d495b38322f0", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ce6945e1bc2844ce89ac8445488128ec", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5daabff3617a4488a2b07753d2cafe79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ac8e853209274986a8cb127835176401", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f724634c3df2452689643b28c2ac66ac", "region_id": "RegionOne"}], "type": "key-manager", "id": "4896c284430e419f86e3c54dd17b84bc", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ac47a95a810e429b9c66313373d777b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "87477465431849068aba331186b90e4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5896a731729e48bd9ebf55465a273d9d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b170bfdc6da34f90b0bb104acab6913a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "70149035961d4c90a1768e07c1bb227e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f3837b6fd0834971bb2ff003751224dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3fab060454b94970b400884d5e1f6f03", "region_id": "RegionOne"}], "type": "infra-optim", "id": "229ddbdc2ac4460583c789e03dc515ee", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1b0e4c9d52ca42c28358bf5ad2b11b17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6e258281e7b84efd9af5f112164817d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dd0913363ac643eba2278cc2c0aee5c5", "region_id": "RegionOne"}], "type": "message", "id": "87367cf7ea6f4426b073df67def11bc1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "261a5b65ae4a403781065440245d1244", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "43ddc44510914d40930dbb5b8e515a72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "81b2a6cdb289437a99a5b313046a613f", "region_id": "RegionOne"}], "type": "messaging", "id": "2c826c63ecf2403da2d15788a19638c0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "497afa18b8f946519943334e85e1cdc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f0044ab823ae4ea08da9b798112cc9ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "dff2126f90764c56930419bf6c48230f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3a6998e445244f54936d81b995a4983c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "32b4051148a34df18a3c31d19fc49f16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "278a37a0b85d44bd8050472adeb31a00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6eb8d6c7eea54572b9185086344c4b67", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a7dab92e04fc4e96ac87d80c7f07e530", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c531db144736458e977f9a59c07e4d47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3294025676014d9a8499b79c0746786e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce7be9eedb93417d8483ddacaf3dab2c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2e9c8826c217478f9879cd0f42999e84", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "41a24070909d43be86958268b93782a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "382f5ddb583e482f9e7c6226beeb57e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f0f959d2b0749bf88e2d2123dcda98d", "region_id": "RegionOne"}], "type": "container-infra", "id": "9e941e49c52f4e56845aa96bd12708bf", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "98d77a554bbe404f9f4d27733939a248", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5f5725825a6f45ce8f98df1e946070ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "0ffc456bcc0f464b8963c4d8fa62cfd0", "region_id": "RegionOne"}], "type": "search", "id": "9fc7c11f5c084a1ba69f533a998a5817", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "24a9499d65664bdda6c8b747a69cccfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8514a6f8bc3143cb8ff90f2ba8fe87ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "90dd4b8d25d0408aa06d1b86cebe43e3", "region_id": "RegionOne"}], "type": "dns", "id": "cc938c5f311e4cb096fca903ea0e511c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "671a1d1178fa481eb855fd4727899400", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "92fd6dcf63f447008e0e8f5aca54bc29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2037e5ce1083495e9a2175729005e509", "region_id": "RegionOne"}], "type": "workflow", "id": "be217cd84ee446bab4fd225b0f2f87b0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "262c9a17c6c54e29876ef6d9b9393a52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "970e84ec99a946849c7daef9548d9867", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4bb847aa93884f6cbb72488e57e133fc", "region_id": "RegionOne"}], "type": "workflowv2", "id": "843f1105fa85441e822dff9a73bc3e4a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2d7988c3ed274d3aac544a5a5f9cd96e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "1f284942bdf3495f9b1e8a2b7b62b5ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e41b6c59d61a48ad9b8c9955815b99e5", "region_id": "RegionOne"}], "type": "rating", "id": "85f985a423b34748b0f8d79fb2324568", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7db20c005e1d422f8f37470f9261b104", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3a3a4c3fffe14de098993dafb03e5ab8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a9cae60510c848c19b146d709c259525", "region_id": "RegionOne"}], "type": "operator-policy", "id": "257541a4a8294f8199b7c0a5c818d468", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7828e07f6e1d43d18d3285d47737fec2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ac65f6799cd44d2c953e04d5d1efc575", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fea82a0207d6440a8debee65a42188a9", "region_id": "RegionOne"}], "type": "policy", "id": "33c3b73139e5440b9865848a353b5ee1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d4f30f56769749df853d894e74eec067", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "904aa3687c2247aea4cc583db7fc6f90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "550efb0938714298b5f2d18d4f5a6005", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "df88f04d241f4588b8d64f43815d1f71", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3e7dc5c019f8419a980523cf2a75df53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "576dc09c6fb94685b886188115e710cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5aba4dffbd74467ba9c54f3010f7ac5d", "region_id": "RegionOne"}], "type": "sharev2", "id": "d46a8b4a42994d9fbfadf0d59c094cd9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4661fcfbb1c549bd9bb37efaf3989a0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "46665f2d9ccf4537b359d7b1d8301b82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9ef96a2f6eea4dc1b1f9ef128fbfd1f7", "region_id": "RegionOne"}], "type": "share", "id": "35e61f0be16844ce9531bfc78d23a3e1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b21ffef3fac84265a42547b33ac03324", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fca06dc939f74016b9641f7037a31fac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "052b3c7a470e4eb397549fea8be9a01c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c65b29f803e143d8979105405b0039f5", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "736e797c6bdd4deb878997bccfcc5172", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3600ad4cf82247759fdd10e335ba77f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06b8d0a5ed00427f98e848eb1b9b2827", "region_id": "RegionOne"}], "type": "orchestration", "id": "c416bf151810458883c4053d6de58abd", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1868b29105b244e7ae67973edfca814b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c698963e83c14fbca7896b2a4a97f985", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fccf94e89fb47f0a66dbcf4f6c53d7a", "region_id": "RegionOne"}], "type": "block-storage", "id": "ae54a206c4554d71b3e69d9bc2ba13f3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4dd091188e5e4f6e945dc780c5de3f71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4f9c99e57a94e378ba17812c9fa662c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69560452b9904b1bba1f8386d6a729f2", "region_id": "RegionOne"}], "type": "volumev3", "id": "91a017551b044fd6b7470968287f4619", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8f18b0c61ea45829cba41a4575b836a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20cb9eedb13b43f6b0d77237552fc80a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fcfadee3dce405fb37d15697e5950f3", "region_id": "RegionOne"}], "type": "volumev2", "id": "390e160baa5748a3acb643b4f3199fcc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "835bc9d8b8974f73b33e5512dfa3e547", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42d055a4239a4348b77d37d3df069631", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61328f067193457d9100ecec3cd6a842", "region_id": "RegionOne"}], "type": "volume", "id": "b305b89121184891a434b55b7748d744", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fc031519c4149fc82e3e3018c05f74a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84b8f2aafa2748e4820573a424dfd48d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2622856e1a784695ac71d11d28feb618", "region_id": "RegionOne"}], "type": "block-store", "id": "cb11924255cc41339abd8b95f1c9e617", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a403c25c8d1649e884dee1aab1c80e6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "eac5ddaeac7f447b863ac2fad5a6c6c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "937414a528544b039857a80d49fd1e6c", "region_id": "RegionOne"}], "type": "alarm", "id": "d89558957a2a4100a37c93bfab869d8f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "58f72bbc95eb414f9658240bb28eddc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5cdb5cf0f8774e44bb241018d75a0b23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4301e5a2bee34cac9adc412038b1d681", "region_id": "RegionOne"}], "type": "alarming", "id": "5c7a8a46e59d49c1bfe651ad45c35e5c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "33268acbc5614fa2a1615efeb6982c71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c6402c21d1f84545806d8bf21cdb459d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c8b596e5b36a41e4a19666486deda109", "region_id": "RegionOne"}], "type": "meter", "id": "31874ccf5b664f63a1d87dab24486b3b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "277d0d51e7ee4e05be052b76b9e3ee29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "550b9daf672247b3b6019c19bb515b47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7b8bd956201949e7b6b1480b179d2038", "region_id": "RegionOne"}], "type": "metering", "id": "6d82f7d5d55345628c513c18f8772701", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "726ad1748b1b43cdb7475a375e30fcf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "270bf1c76aa0495dac39b5b677f12e31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9079d5ce85ed46aab30ef322fb6fb4b6", "region_id": "RegionOne"}], "type": "telemetry", "id": "948f5bf3ec0348c1a0b741e539d09eb5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "23596cfbdf184e2787e3e40d9ed4ad8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2f41aa4d801a4513a08474b7aba4ee54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "98f9eea3d60944a08d256dd21863d168", "region_id": "RegionOne"}], "type": "event", "id": "fc52197e146f49e389e3f29eaf1edad8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "00962d7e1efe4569b3bcbd809ebd1748", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c68b42829b3c45aea603a61277c3a327", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b2aae165202449e3a3ec6cf8a263e518", "region_id": "RegionOne"}], "type": "events", "id": "628c2f1c357740f69c2847b635264f95", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4fd9dee8d98f4ba2b009d5fca34d1ead", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7ef50df7292446e0a7b9fc6d42081d0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "18fcc54b4d9a4721993eb0d1f53a5478", "region_id": "RegionOne"}], "type": "application-deployment", "id": "44c7bd89a9d1476290f6f75559c4a69c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2a03d71fb9ce492dab1bc900ec706a46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8cf26d6ad5c34c5da553d678250da05a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b37051be57b94040ac97808d7a1100cc", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a93c91fe993844dc80df18bf448ac7fd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ee2f5696e8ca4b61a52c78cdef2ca373", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8909ee5c04ab462199529b12e8e58b50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c13d778e69f64a55a1a98db706e8b7cf", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "41a62af0d4f04426ae492763e42f9e55", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c259328d9b79489eba333aa8727ecf4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "696458f1c57a454b90de0dfc25f59901", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "734b663c7ed94f709de859191f6eb8d2", "region_id": "RegionOne"}], "type": "tricircle", "id": "40e2dbd32ba0467f916c6db30ec60bec", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "05b2fc631692416cb5882aeb25dc99ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "4e4f45d7bd4c418abd044e8095b49829", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3685a1dc2a3e46a18b32aa474bd2f534", "region_id": "RegionOne"}], "type": "database", "id": "49802e8f3dec4769b20ab17e5011d552", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ef2a493f630141f29ccd931441408e2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "521b0af6b6aa47ba8ff9fa0012cb3dc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e74c95ad701a440db37657949bb81f5b", "region_id": "RegionOne"}], "type": "application-container", "id": "6a2df49de9ca4b3cbbab8824668b5d45", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9fabe060557641a1b2a1b9e47bf8636a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6361fb119c954a46a86b866f08c21e8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2d93dc577f5a4c83b4bc39b22dec01a6", "region_id": "RegionOne"}], "type": "container", "id": "9922de06ebd44471bc10a7e098e681e6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b2ab4a00be8449f1a99bdb0f2179fbfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "485332ebfb084b0b8a460b35d958921f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2b3cf1d34b7144ddad966f158ca381d4", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f728f1f09a3246c5ac89bd1cab682c4d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3ffa966fa6064f59b0d1a9e20c30bec8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6e9b56a140aa4c33bc7fbb01e4de67d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bb992b15a4dc4ac1b20330f63bdbd9d0", "region_id": "RegionOne"}], "type": "rca", "id": "2ae4c15d0f5744048bf8a424c7e22353", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "45c1dd6d5b844f8299fa5ceb043b1593", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e2e4c61978034cdf8de1a2441ea9cf04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "374f3a9622d94acbb1172e542b5dfa1a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a35c67c42e9c4e28a51b094d2e35e370", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ad8b842a5c054a4e86df5d013a9f6a1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7556cc827281443ab8982923034196b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "84b681587a614ea496b70cf64b88ae31", "region_id": "RegionOne"}], "type": "network", "id": "cf0107a208a342c3a561f73ee595c9c8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "10bed05890574759a50d9981b262eee3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ab526cb2e6174d9baf2442d12523f567", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "1cdbdbfefc0a4c35b4e25e5f88cb7531", "region_id": "RegionOne"}], "type": "backup", "id": "4bb70631a5fb420c8c0087cdb5acc7c7", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4f057b955c2c43ccb744b0c0372c4acc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "eaa745feaf6242a69d2c5b82502e7eb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4e9a7c090d0b4491a566d80e2dbc946c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d0bfa3a258ba467d871facfa0d9bac04", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4271ad073d7745b98008f7153a79853c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "86adbad57d2c48d08e7fc27dbff63227", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "06be91ac80e24090b7164995acef3b71", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8f289314ed2543d9919ae3519c7880a2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2298c5b9d31742e48829002164bac782", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c29090c533bd494abcb42af26f09a4f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5d216a23d6b545b88cd38dc370f56daf", "region_id": "RegionOne"}], "type": "monitoring", "id": "648f870c575044c2bcfbc7f50d0e9d87", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0add1cbd849946789444015f2c1f9e87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3f704bf36ef44534aa6f1dfc7021902b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7c0cefd7eb344a35aeb4b82b97a853b6", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "0ac50b6c0cb34e5b93cf3a71c48c8811", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2e2d331881b947e9a65a6c9da5d436fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "209a519e174c45bfae71d59db54f48ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e46afad238b74ad2b20f4c7ee620d335", "region_id": "RegionOne"}], "type": "placement", "id": "f477219604754186bbddddc8e02f5158", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6f3bba3b575540228a731613086af7ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4b8a78f6899046288ed636e63023a4b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9049cc9c6fd34cbb82eb2326ca1b641d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b613b9c9f3654931843d586cc565b88a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ffc948c70def4b7a852278336b5fb8b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9789b26a4f854a91866202b94030625e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "21a9c30a787e4ea99a3a23c744f66dbd", "region_id": "RegionOne"}], "type": "ha", "id": "ed04410a70fd42719730eccc6f90c721", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "270637d693f94d4dbbf28e715600f23a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a9407126f3a240488a56595d121ca63e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ef907927d55143beb6449ee40155aeee", "region_id": "RegionOne"}], "type": "reservation", "id": "9779f98e3ffa4aac857b71cfbb9b1c89", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "98467429ee664d08baa72e2376bc1048", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ec329076dc234b5cae85b7be88f790c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "ffd1ac411b1e42da993da0173eb36fcf", "region_id": "RegionOne"}], "type": "function-engine", "id": "ac52e43599514ef1964ce78483f21193", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fae03a6adef54967abb8faeb820930d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a5b92364c80243c488459764f0627ce3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "29165ecb86f14f80b8ec93cd481c1326", "region_id": "RegionOne"}], "type": "accelerator", "id": "701f4ce87974456ba3cfff878c29eb5d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8c7fdb10fe0448d3a2092eaefca9a977", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6c9234d96cc44764ab8797d4e00b283f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c23f9ce3a7cb4b28a504d6c4032f96e0", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9db78c80f1c04e55becd6187eb6cfee9", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a3192e43a8d845898a72a00a5ac65fbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e0f2320b20de49ef93538166f9c7d7b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cbd12f923f1540c38c53ed9912280c9f", "region_id": "RegionOne"}], "type": "registration", "id": "e88ef85f16e74d5bb9f8c18ff8ecab26", "name": "adjutant"}], "user": {"domain": {"id": "f0ec3ce3244743b99329cab6c3242d23", "name": "c0b776fdd4d745acaa707cc94c3ed3f4"}, "id": "431b60f5a49b48dfa444109a88a5ab4a", "name": "7d302b5f81cd4b189c2202518e006a9e"}, "audit_ids": ["de610f69a02a4f72a75a60cf62aab040", null], "issued_at": "2019-09-19T09:04:38.256088"}} 2019-09-19 09:06:38,408 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,412 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,414 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,477 keystoneauth.session REQ: curl -g -i -X DELETE https://baremetal.example.com/v1/nodes/3a08cf6e-5fa6-4115-b349-ab4cd27987c5/maintenance -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,481 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,518 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/3a08cf6e-5fa6-4115-b349-ab4cd27987c5 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,522 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,523 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "3a08cf6e-5fa6-4115-b349-ab4cd27987c5"} {1} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_images [0.307023s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,329 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,333 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,334 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,336 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,347 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.263635+00:00", "project": {"domain": {"id": "056d3639c2a443eda4397e476e93395b", "name": "c5f13011161b476e86a67bef37ece7aa"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "60b41179c9574a249bf7a1151402aa8d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9abd43fdb3ec46f4a48ead2a996d7642", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "88fcbaacce654077b32c2fc554cbdecf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c7929e5c7c244eaa96b3b17457cda026", "region_id": "RegionOne"}], "type": "identity", "id": "5a59ffa6918d43e8a8c43ad30a598b43", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8354280d396c47e5923433a981d7b9c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9ba4561e6e8345c79e81905646a604f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e225ff11cc7d45659cd0ad35564653b3", "region_id": "RegionOne"}], "type": "compute", "id": "2a6722da258e4fb6be2dd43c9997211f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d617006eb65d4423aa52d9661f93fb42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0fe235b6708145cebcb7eff96d3dd6b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ef76ddc8a17f43e4b13089f7f9606fb4", "region_id": "RegionOne"}], "type": "image", "id": "ead725e826b94ce494dd41877d8c6e8f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2f60c3e683b144d1bf406d38931d58d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "74522f2ed3b64c4899e084e9eafcf38e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8c85e7c9ff6247b28d4b8ebbae86ff0e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e2cd6419131b4fa1adbaaa7ed82a07e1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e5ee790dc154b00ab818bc1ed59f4fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9b872ec9d7f4e63ae1acca88128b23c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2bcdcffe86b4c2fbaf3518c711beef0", "region_id": "RegionOne"}], "type": "object-store", "id": "7d59eb25a92c466b81e7019967b0ba3e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fc3c5877f2a04ebeb4eeeeeb2a25db8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4514dbc1ffc149218df7799f8ddbcc14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2d4528cededf4d10b55a78f5d6f5de55", "region_id": "RegionOne"}], "type": "clustering", "id": "61b77ad1d2f4447da09b4c4d421549a3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9323fa2095ae48e395810d26c48aa6d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ce57eb40559e433487a505e2c95d9297", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7f07da3d86f945e38185be7c45a37286", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "804b11509c9841e9a3138409d754ceef", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3f87000b6ece4a12bfc3fa14074c6ea3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "32c0b8504c604f29b4c55859af40db45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "59f080111bda453f8ba258eefb259392", "region_id": "RegionOne"}], "type": "cluster", "id": "f5705b4364544c78b46b94edf79485a4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bcfba742080e43a6951b1cbf8f129fa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2cb5cef7118048cc977adc37447451bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6bb78037d75342688360f12597497157", "region_id": "RegionOne"}], "type": "data-processing", "id": "285cd58e2afd4baa840e7353e9197e34", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fe78d99946744d108332fc5e380a7899", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3799d93150ef4dc5b275a3443e1a888e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "61a492a3dd024dc9a9baae143c5057f1", "region_id": "RegionOne"}], "type": "baremetal", "id": "6a7a8d9ea68d433abbf5e2969ca93c99", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "be6a8a149b284a968a268d01cb67f538", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4a291b64e42a4fedb168e3d5f2cf5c58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c9d8d6bef4e2438da8a330c9c8cc745e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4331ab96107e434b8b725c4c35456a86", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cfa53689590c448099e6a139084b2c3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5587613f97dd46529cc338e5025d32c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7bb0851afa054972a45bc11b1e782da7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1bbbb26f9c8f4c94be5dfb7a2803b67f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cbe3b23331784c44a57fc34fbdc2d513", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8f2186b26f27444aa6da9cfcd24241f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5421bd97ebb5411891bd82632de1da1d", "region_id": "RegionOne"}], "type": "key-manager", "id": "b5e600cc9aec48f99e616f2ece1dfb71", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b03eb02814d144ef98603642827f1a07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "337845cddd754e418b3d98947c3580b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "af3caede47c949f7be647eee570f3c5e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5c69d5b9e5e4411bab35a374baf96875", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0f650c3fd1c444b98fe3cfab74007ed6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c35e1101f808479782e6a1d310649fc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ed5461dc65dd4bc68ecf9b46a97ca607", "region_id": "RegionOne"}], "type": "infra-optim", "id": "defc5e14cf8147fda4240e6d0ef13fd6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3967ccd34ed04635ad6ef99335e4c84e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "365cfd44365f4a68b2530359d4af9296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "14f13caed5134ae18f9ed02299fd3bad", "region_id": "RegionOne"}], "type": "message", "id": "d7945a485dfd4927a0aa397c69259701", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c1f53ce1025d40ddadc952d045d228ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bef50cd9d80943cfa5e6321c9af44e90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a28dcf94b30b4f42bcc34097aec89cb9", "region_id": "RegionOne"}], "type": "messaging", "id": "23f431be906a4f8397fd476617c1eb6a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "03e6299c39824f33b4e35d566673c043", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3e604832d7964b04a9ecf4dbf5b2aaa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "69a8b35f87e245cebd2440f65bc438fe", "region_id": "RegionOne"}], "type": "application-catalog", "id": "fcc2fae0a11849f9bfeff29713fc1f03", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f1161c4c19041c6b3ffca42aef81aac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e640c1bf7c09405d8a2928b99b2cfcbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ea0ea265458e4974aed44dff4dd52106", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "371b0717e2384ebfa812dce17be65eb1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5bb6d27fbda9416789f3b7e414cb7e44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "84aa486a942048ae820f911a35050097", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ad1446f1c034b30be986aeed61ae675", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5a8f8f44f97f4246b7183dc2f56df17a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "980476913e6949ac9e3de6bee1aacd40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a8747d2c027f42daaa2e988de728150c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e00fcf0521841649a14cf6a4ed039dc", "region_id": "RegionOne"}], "type": "container-infra", "id": "3949e64142834a5a810e83d12d02a584", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "797b4d3d1f1d4e44979d6d01c32e00ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "4f695b14a9534e2b9bb7628e494aeed7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b3e9aa40d81a4242836e4e509865edd9", "region_id": "RegionOne"}], "type": "search", "id": "52340869971644b1aca86a57d7346505", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ced11db24b0241b2873f37aaef6738d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "08ef974ecab24af9887910068ae867d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1682f218a191489090f505fd5644f4e0", "region_id": "RegionOne"}], "type": "dns", "id": "bff0d5ba4fa54377aa55ae4ec403c085", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f87c406835564909a6bacdb455c90dcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3083e1ffeab44547b6d9571eddd52af4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "af75061a8f4443a9b4dea4ed80fb464e", "region_id": "RegionOne"}], "type": "workflow", "id": "91940d1b584a41be8ffb66a3ca8d757d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "07dca9cdfa8343aba0206e5b886b81ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d902d9f2083446a7a43006827c752069", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8ee7ea72f5d1412799a165530a2b0e44", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a6acea4d1b764157af50b14873309365", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "51766dafa7d5480fa5c032c5c24a7c91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "045a2759dcaf468c9c1120610c6e330d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "40daf420c8524298b09ca802483a4097", "region_id": "RegionOne"}], "type": "rating", "id": "974c16bca6ec4379839e9c4086f315db", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b1121b7f009e4e84a40609331e2d7899", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "30839b975c5a46d780737cc3f9fd8f75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6b3207e3b4144ee7914ae7483b4147d6", "region_id": "RegionOne"}], "type": "operator-policy", "id": "cd521f2512ef4765b192977b86631848", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e01ac26ff8c24d819f97ee4acff77170", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2d6dffe728104bd7ace800636a0ef0d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4df0386784ca4cbf9b6e35d8e1a2240a", "region_id": "RegionOne"}], "type": "policy", "id": "4350fba7d27a4658bd443d479186158c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "23daed9f0416454ca38cd90eff92bd51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d54c87d2dd6c4191a069575879499fe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d0f9b0c4711f4bbca11a557c241a7bc3", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8e7b5c9404d84f6099ada9963afe8aa0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f61162a73460408aaf914bd74c71484a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "71c449f4dd414b2394b9cd310a639f8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "206bfd4baa43454aa08a3f19275d91eb", "region_id": "RegionOne"}], "type": "sharev2", "id": "b7d39f976ac3442cb5390fc9c70af79d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fbbfb659f9374c5c962c17247f8d0cb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "367b525456264d898d5b26dc1b2db73b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6048ad5824b4473d8d3dd6fbab36c525", "region_id": "RegionOne"}], "type": "share", "id": "a5663b89b7d64f59b4b7c5b7ada60e67", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "85f5236b8e274795b5c7ec8e0c47aa1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d0d25516e32a4b2ba09a25f6e8d7335b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b631332bd6384eb8820e4b055e02e157", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c4d6a724d1f74ed78350b37df5d2e535", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2785ba3257e745e6a9bcbc6a513bf8e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e22c1ce948af450f8b52e99e1846a561", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec9bf5cab4234ea5a608be7374d8d65d", "region_id": "RegionOne"}], "type": "orchestration", "id": "d3f9576fb86540c3a59adf1786d19243", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c44f17ee1374fb09e8f1e00e7c9c1b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf9bf4fd600c414084eafad00ecf28ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9ec23048e7943c9b82fe9d6a6fd42d7", "region_id": "RegionOne"}], "type": "block-storage", "id": "2f26462cf12b4653acbb68126cbf3550", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ec6ce34c45944cd982ca50f2393b6dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba424db60c9a4aa79792f1871b0449ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6cbdb2c30800417aa592ded4dd926c33", "region_id": "RegionOne"}], "type": "volumev3", "id": "491b31713a274e1aa1d3cbf0614ee91d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52387715319e4f11be3ac1ae75a7d756", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80cb1be72f0c4a10adfb21ae4b8fb885", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3cbb4ed7296409d86feeca17a5e9d5c", "region_id": "RegionOne"}], "type": "volumev2", "id": "f1d4d6cb7e1b41cd857a545d6d6195c8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36dc8bdc0a13413ea9650d0ae121398b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06bfe97394e4432ba1408be333e4a312", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7538dd7963447f49c2aad22e037cbac", "region_id": "RegionOne"}], "type": "volume", "id": "5e9baaf36f6d4b0d98b34cf81308797c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "459417faceb746249374e5971b921bf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58ac2cc8d714454da4af0894add12aaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51b86da02b2e4a149e53d17bb9b8128d", "region_id": "RegionOne"}], "type": "block-store", "id": "7dbe7deca14d43efa797be4654442c5a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8af69fb7a8e64a7aa8d75703f24d2b40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cae378f42ec245bda69d6019e29d5a3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a0431cb95a4942b787b9ac8514d10bbf", "region_id": "RegionOne"}], "type": "alarm", "id": "3ed4fadc8c8441378aefe16bf7d2de1e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0de6f308df0a4e59bf667932bf3c2932", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e2bb5ffda9b24c0b807c25873a60a220", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "59e0cccf068d432c9484bd2d2a47862f", "region_id": "RegionOne"}], "type": "alarming", "id": "fee8ee692a464abb807c42441304e3a4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3a8c5a2322e84953a9b5bfbe0f6fea23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "69d3b1b0edee47cb8ce78fbfe60ce423", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b9cbb235a0c94907987a7e8d6711689a", "region_id": "RegionOne"}], "type": "meter", "id": "4785ffc851314a32aece845b5c09f493", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "73d666a03f40486883ed74951569dd23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "39d0befaf9a94608815327512c8e0dc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bd41ce8d85b148c7843ca6aafce3ffc7", "region_id": "RegionOne"}], "type": "metering", "id": "2558bbeca7f041d285b89489e6289813", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0b696457f42a446cae54b23476bee8b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2f31eb69831246b3a2aaf83c23d7cad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e7f1ef19a44649118345998f43a3990f", "region_id": "RegionOne"}], "type": "telemetry", "id": "960f35d39fd34af49ae4de4fa126d6de", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "95cc0e65ced945e28cf68d239a30f0af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8ffee1b31a8646718857aed0a5c5a195", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "10378debe33a42349b87775057f6d2ea", "region_id": "RegionOne"}], "type": "event", "id": "11006e3a548f490e83286f7ca7f47ac8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d109d96dd83444ee8e1f8d0855c6489a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e034be09e3684371b0081f7e99443b00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1d539d072e95427baa4ced23dfc457d1", "region_id": "RegionOne"}], "type": "events", "id": "504f3f02c0224947b41fa866e9c9ff99", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f6361038f5da4a8198d2dd6b5c36a8d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "86b03042fbae4bd997a0ef09224a2a0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b5129bb706854380be49cc5e44e964d2", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4678aab04be84680919d2ca8142f4201", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3b58d694652f40d7912030873d5e201a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "83660dc70e2f4521a417225429356437", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b13ed918ffb648ea94e0bce7d45bb3f8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "02d1c328ed85402a8e9de36096498421", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7dd6a08cbd114f2f8db750d90aedcfd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a8644c7eeff64c7e8f72c444e4e9514b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f98023b4942840f58cffd20d08654b02", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7e216a0087fd4261a28e4117f40b12f1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "35e26f89d436485e959ae6396f13b49b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a429e1ba3d0949ce9df9699fe2950fbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b8d855d3244b44868406931cc920e6d4", "region_id": "RegionOne"}], "type": "tricircle", "id": "54a94694b45e4fd4961c969659dd1770", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5afe6efb2af94f67ba7f8262f70d50ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "20216681c4654f42b356c54a95697000", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3a20839f917946229ed130efa0001a2d", "region_id": "RegionOne"}], "type": "database", "id": "b2399922348346dd917fb26691a7f517", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dcc360d6a338418e88caa790574d7a4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "89b49a30c54d47ceb0874a8f9977448e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "576ba56487c34110b91be5f7a9faaece", "region_id": "RegionOne"}], "type": "application-container", "id": "bcfde20eabc645a9a2e14017f2a1cd0e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "850198e64fc14d88925a1846932071b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5e78672d03b44ee8afdafaf76c76f61a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d3e8843172d34b63a8f1e291dcbe3ff5", "region_id": "RegionOne"}], "type": "container", "id": "05386d441d0e448490ee4893db5ad66e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7800c230948b4a018823aa968cc4aad2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0a412c9ebe4647deaf13ea53197ca18c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1d72355958fc481c8144f175a4f6dd0b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "849bb4623326409785675af5417270de", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4acca6c9cd224fc8893a1b5c470eccb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5b76e5076a7548e48fbf36e097944d2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d00a1a7a673346b582664b818ec5735c", "region_id": "RegionOne"}], "type": "rca", "id": "6adf938d70e2481ca8a08065f6b1f467", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c2eff3e8d7b94d338fc6fcaf248ad072", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0ef68cf5eaa34b38b02b294dd3547ecc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "201e53c79e1a4b3da431eda6db2cf910", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5ac68512663f4a91b5356360c7a6ba98", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "cdb0ba54588c4abcb1fdf2a45ac2e3f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ec89b5cfa28149d282caa7531b9b7916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6563e739592b4a14965c1fb015659cc7", "region_id": "RegionOne"}], "type": "network", "id": "4cfe09dc0873435caba13301f9a6cf73", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7a3c1520ab644d1092816a9b991a7af3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "083cc0d80802410f95b7994835334dce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a4edb9d73e114657a28cc7a0e05685f1", "region_id": "RegionOne"}], "type": "backup", "id": "7618b6f71f4243bfbacdde944e9754eb", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "12d9f605ae5847bc8b9f978ae4c296b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8dc84894fbb941f5823bc98f1e8e0d34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "56669822054240e6bfeff2a91778f015", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "dff892d26c78448098d753ee53986193", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9d6814685ade437da775d5c06564d12c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "456f9d54a2cc48c2beae26802b608380", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c25b9909c03b4d429ab76ef456c64def", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "552d273ddb004b2aa3abeb4e118f39a7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "89e49eb9e0a54d7cbee869331660559e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0aba89afe7b042b88074e076cacc166f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "abf9a678c40d4315a339d37a369e14fe", "region_id": "RegionOne"}], "type": "monitoring", "id": "8cdda34b1ac2430c9f64a4987018f091", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0186668a96d04446a675ca75793a8c11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ed63b7654abb4f4eb1d5a8b186e68062", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ead05be3c37e48498696badc8e05d60a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7c9f12665833496a8d09fa20f90af7f3", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "dbae7204b8ae4b80bf2b3458881e46d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1d65221f4af54d708740371d138d0ac8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5ded2a51aec94a9a93e57791f3b1f90c", "region_id": "RegionOne"}], "type": "placement", "id": "7ab02185de0b45b18116e46aa107d0e8", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e257a7aec3d74c089ebc88a9f4c33a8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "25b4b2c3afc54be5b8bc02071b31711d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4d4427275d5e49be9159a8a724ddcb4c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "81977e02ea9f4b9d9cd238615a918f7f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dd12a2919773466f962b3483bb6a4174", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8fb39a45762a4656b09f9cbc2a773ab3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "aa241b89ae5942c19ae48f9e92df5aaf", "region_id": "RegionOne"}], "type": "ha", "id": "441a0008e34f447da16cba908f223866", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "38c5ef4161dc4f9d9c5952459ae06562", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a57a3a2881784a6cae8db502f16aacdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "115962d5d2cc487ca762edff3373bf5c", "region_id": "RegionOne"}], "type": "reservation", "id": "4d0cc933a8324ef199f14623ee816b12", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9d4698572aa74537990094a8ea6f4605", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e3317ed448d74b908383a3e30deb05e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d25b7ff397664e8eabc75735a88613e3", "region_id": "RegionOne"}], "type": "function-engine", "id": "f2762786a92f4658a451a4c0840ef804", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5267d8d58b45421c86a04a3cdee426ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7bf85976c29f4b6eac3693be24ce4541", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e3aa372d1c1448c19114ff5bff654a99", "region_id": "RegionOne"}], "type": "accelerator", "id": "af2e2badb1e24f58a24987e90330f8fb", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fdc2a334e1dd4df9a6b8ca07f59e4ece", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d5c221f11ae04dbf9370e75db352b308", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cb04d608d1a64708a3e4317b56a16aff", "region_id": "RegionOne"}], "type": "admin-logic", "id": "cda43df2fe9e4736baf20c01c160ff35", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fae3f113f5c54afcbfe7d6415482997e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "eb8d0b2bccce48fc996675f5abd7a992", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1266f061ca0f411680a9d55927759836", "region_id": "RegionOne"}], "type": "registration", "id": "dc3a7b018c764389a0b8d602fc301975", "name": "adjutant"}], "user": {"domain": {"id": "370142bb97e5428790afc2d1e3c7a9b1", "name": "8ff0943f70084dba9a1b3f1b8eb469e2"}, "id": "3a50d5764fc64572b9a66910e8b62a5a", "name": "df8f3538ff1241da9a002d13baad4e71"}, "audit_ids": ["79817d9c7cad46a0a121b26483380a4e", null], "issued_at": "2019-09-19T09:04:38.263635"}} 2019-09-19 09:06:38,412 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,416 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:38,417 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:38,504 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,508 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,510 keystoneauth.session RESP BODY: {"images": []} 2019-09-19 09:06:38,551 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,555 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,556 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/42/file", "id": "42", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/42", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {7} openstack.tests.unit.cloud.test_aggregate.TestAggregate.test_create_aggregate [0.183302s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,518 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,522 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,523 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,526 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,537 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.458746+00:00", "project": {"domain": {"id": "be838ee1f5154acbad0c4b174c17c743", "name": "60df930c8a8a48c3af0c9ea4a963ccb8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8aa2958fcb6440108609eaf4d3f24581"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1f28395e6b204a44b647271ff09765c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "291cbc2917874410a9872fa1d2ba8f4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "01678b078f24417eb8430134df826cac", "region_id": "RegionOne"}], "type": "identity", "id": "86324769ed27400baf3d626ad4e22e96", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4ac5b165175c479d8374f337d3f8f3ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7d53ba311590483d966001041758b311", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b6981646b4f1493d9533b35ab39e3770", "region_id": "RegionOne"}], "type": "compute", "id": "85ea03fb2c7d47bebddf0b3d45e3711f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7d03e657c0fc47fcb1c5b804cbd324d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1c5b09ec976c46be84744d371e98ca55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f916625a96fc4acb9daef10b1a73233e", "region_id": "RegionOne"}], "type": "image", "id": "4c5e5f35593e4337b6a67740ab761291", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2004732aed204a61a02b26fa7de5cfbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "786be0dac1ba4981a1cb4ab0918ce047", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e37934d93dfd4253ba0eecf80be9a55f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "2c42f81e7cc345e891546aba5b12f7bb", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3495993213e544f0847c7714901f6c8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9fdeb92187d4160932773cf09341bf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "816f6ff63e2f4ae4b0398342c9fde9b1", "region_id": "RegionOne"}], "type": "object-store", "id": "27114f442f8b4ee6a616cfbb5b22c6f7", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "68170fa0b59042d0b5ce8d70b17145df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "08da2bc67b3d44d7adf852d3cfae096e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5d68a61857334bad8bd21674845a767d", "region_id": "RegionOne"}], "type": "clustering", "id": "7eda94fe4c5544c28253e7d06aac3551", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "223a2c48bc7e46ac9760c89c71544cfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e7d8df0d55d846a0a5596aecc98d8cde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cf407162a63c4c4180c774c454e5f8a3", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d929d6c4b7024d09b8b8d06be336a9b4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1d752ff7f15544d9bfe997860fe3d2b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "112fb054aa034f69a14e0140a8ef06bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "36d60f07d7fa4d6eb8463b1bd3e19837", "region_id": "RegionOne"}], "type": "cluster", "id": "7081c5a7612e46579230d9d9f1d458a0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8763febc791542e98e3420e6a746cb8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c88fab7e6e4d4ad9baf9c8e89c6f6162", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7fd3ddb355174cc6a563212a92445bd8", "region_id": "RegionOne"}], "type": "data-processing", "id": "fafb6e1eb00f42f7a4a2604bb4c6f5c9", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dc845c9cef8c41f3806fd62610dd03f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b3471c923f3e4906a2753a3ee3282dfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "be2fa661a8ab41b09f9ac9a7f2879ff4", "region_id": "RegionOne"}], "type": "baremetal", "id": "fe0012aacd0f488d94805649d0166e2a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f25c12f2d13f4335ba34988ca1f3e8f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6249d6afdd79435280b4d5977b82bbde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f6b5113508d7452cb828155244eb10af", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6d310a6c2c43482aa20231fab48d0919", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "aa83f508aba94334bf9c2ef2494a196e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b274b67cffff48d0823b443f9daf6b83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e7c7e1ac11004973bc79c695cfdfe51f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7461c8d62c8849d8a7801c023fd01ad8", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f90cb5339f7b40c398413cd5bbb52fbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4a0ebcd9c7a74dca9aff6c01fd0b565a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "fde0c24e94e744bdac3f6fff3f31feaf", "region_id": "RegionOne"}], "type": "key-manager", "id": "b485b3d37eb641a7bea5edc65dc0b1e3", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ce1de687a3994985b6d4c38f13d13c5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "219e57ae9f5f45bf8bb46c2f4057a4ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7de8e83c7c6b4490848eb62be82710dd", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "fc19a429f1e341c3a10f829e44ca2131", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "90138a63a6ef4d27bdd1e1aefc07330c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "df0634ce82db48c4b736390a4b63bddf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bd3658ca743e46419b6cb2309e8d8a6b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "cf9ff6c0c13948c2aa4142c0e0fe174e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a85323f843704aa0a179fbc3800c10d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "69eb1248e7464486b40a360e2a73cd3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8ffa7a23bde54f558a695c94dd1161ff", "region_id": "RegionOne"}], "type": "message", "id": "db54b5260c7346459a34115fa9031753", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c1e1a7277b85431082c673cb86de3902", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ba611c69025445dfbaa0c303d7d704e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b6fcd3df99ee4bef9817cbb344ee7cf9", "region_id": "RegionOne"}], "type": "messaging", "id": "6f65dc131ba449ae9d30e96d3ff23290", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cee7df187d4c43a28bf9d42bcf923ab7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fc98853c18db417db8a5723d86225daf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "05cfdd6eac49494cab5400e436ca6d32", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c6c89646d5b24cb3b9c6544ae2ac32b0", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bd444bb368e143dd8918eb1086b1fa22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f52384af82024c6b897fef446653fd1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c1d6911bc2f746d48d83a9059e2cce8f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "bfa18a87273a43ffa4b774d2fc61eaaa", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f75c9e0604024e89a9f798ab062e4501", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2245fc21176747b4bf36cd2d2b5f5a23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c0297dd99314916ba15abdea3183f7a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7d7f50de4be64339be1f19478d7858ba", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "16d407ac9390497eae2fd3d0880b0730", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "212b9b259cb241a9ac1841b7a2e59992", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ee40e5539a1642bbbc112e2c49c38bfb", "region_id": "RegionOne"}], "type": "container-infra", "id": "0f67d35a2826464ab1f58742c3e1132b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e7b37de374a649c5b06b70b38396fe26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "bb67561dce6c47f483c00c3b70a7a198", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "25398f0309e0433387fe91cbdab26734", "region_id": "RegionOne"}], "type": "search", "id": "89b5b7a3e87742719ab2144c797df1f8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "008fb7ecafb54640ba60740b4c4fb9f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "16cd6986007a4ccca37bad999dc477ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ebe2c1b0f8d549318553fdb88ffff16c", "region_id": "RegionOne"}], "type": "dns", "id": "139e47379fb640c99492bfd053d74289", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fbb48dd52eaa41cdae34b8bb84636579", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "10afb900721c4295ba442ffc1cad0a39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0f539d6ee37d4b1091495497325dd4bd", "region_id": "RegionOne"}], "type": "workflow", "id": "cc75e99b567b434da097584e10f9906d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5d9805d126074d92a8466966c6d53d04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dd03ccaef02b4df38e06fa6d8ea1ee25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a57ee38fe10f4a0097aee342e5644376", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9aa7a3f583a441b4944277e5c5163452", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1ceb9978bf334213a47e07f220f1b30e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ad0b0ecdb6234aed9034a367773d834f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "832fb2609d4e4c27a59239e637ae53ce", "region_id": "RegionOne"}], "type": "rating", "id": "d36f13840de1429196797515f7a90e40", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "371fdbbf65514cfb8a39c6b2e41a87a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d2f6bf0211ad415a9e5287317e24795a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b885fe8854cf4c4fb97d5d0484b34b77", "region_id": "RegionOne"}], "type": "operator-policy", "id": "008821ca23424c88a82b1d240caeb9c7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4320f4d8e9e34dd997d7d6aac08917df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1ef5e3eb026a45f9bc451aa584dc0965", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a70b98ddc33d40f4967e1c6eb688b707", "region_id": "RegionOne"}], "type": "policy", "id": "07b63769603848f6a16d3a5688c12d99", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "685551b35950427f842db870e5b9abe5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2068eb9c4af44593badd8bf7115200bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "499647eec58d475da3686a9fa890fa07", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7d63e1741ee34b06889c79f4290e3e02", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "77b1129a3eb040f5a97706a5df1061b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cc1da328836547d08ccc4449e220ff5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "37d1a4fc0c5c4123a9594c0c2e991563", "region_id": "RegionOne"}], "type": "sharev2", "id": "c794a27cd1084a4cae6c31e5eec1959e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "98a6b72194644ca089b7f35a5b9e8a49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "379db576c3ab4413a735b68669991c55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9fbf3cb7b9094161a8e2c87442cf3d6d", "region_id": "RegionOne"}], "type": "share", "id": "6731a17bee6a45fa952ca23c1c88e58d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "070c032c90ea480a86ed665bd5b988d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bc960f7c7ef3412f921b904153c6a78b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5acb9b0ce03c45b8b565c329a6af9633", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "219858ade305406f84e24a68f73b62e6", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34a536628a1f4fea8a6570904b559099", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ba1020f39de4442964339a0bb671f75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3275ecae01824878b59b4019944bcf90", "region_id": "RegionOne"}], "type": "orchestration", "id": "561e9992a39b49749f904c4f858eaa54", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a40cd2a60a446579dfd6c6711f805d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5bd3355976bb4c5393f9eb7bdb57e77d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3df2b1f77d924c95a3305dca6848dfbe", "region_id": "RegionOne"}], "type": "block-storage", "id": "71d86277bdaa4d989f3effb1d0283cb4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47474cb563f24b5eb1e7659190162647", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99ba7ffcd0044341ae4a9474ee20968d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "290afa446b194bab8cf2420e1af464b2", "region_id": "RegionOne"}], "type": "volumev3", "id": "e6c6b580e6544c0b826caba9eadcf012", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "310606f56a44481bacdad0004a56a713", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "353d6b7ed1534a90972bce211df9f632", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd9f0a5ec1e54f7bbc49a144303c75f4", "region_id": "RegionOne"}], "type": "volumev2", "id": "11eeaa99ad09442ab4046274e2efbf3f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36eebd22009040a6ae2cca905b173af6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d02ff69be8b4780b7fdd5d47696cabe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52ec29fc2488493892ac7791d6c9add0", "region_id": "RegionOne"}], "type": "volume", "id": "e66a6cba6ef04722951954b870e6dae4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "678b927992ae41b49e48dcbbf1dad331", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b4e5e4e13cc47b9a3fe501fa0fec408", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af701efa02914eadbba4ca4ecad28ce4", "region_id": "RegionOne"}], "type": "block-store", "id": "19f07906e177493faee327aacd818a8e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8cb630cd685141798cd651cc9b586f4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "233b5133c1574612be803219146ec501", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "167b10c269a540a788afebb2f51d176b", "region_id": "RegionOne"}], "type": "alarm", "id": "420ec9d1840a47259df6d82559cd7227", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f6ad46ebd2ad4c7a86d8e5fd6fbd254e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4740873a7cae401f91428ffd7360821b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "723823153317493f904e8124ed73d2af", "region_id": "RegionOne"}], "type": "alarming", "id": "51f12614fbce45ec8149ad6c4a0c5dce", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "25b9be4b7f1540c89a93e84264af6ca8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bc70d26251524e2c863920dd02f36ef2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5de8a4276eb64496bdf29a661122a450", "region_id": "RegionOne"}], "type": "meter", "id": "8007b7658bb54b27bfd4e9c0831c5dc0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "409984815670447e8beee8027c8beaed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "351bb9d0e5ba44598d485a84d1c14dfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "100b7521a8b044f897d29ff11b0b87a6", "region_id": "RegionOne"}], "type": "metering", "id": "eaf5d52b872343559c2ba38bbb58bbfd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8b1b7a550e7346a380a32fd379532ea5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "484e28e0475748748f629d88b815b14b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f85fe806854d4437ae63bc8f52dcbceb", "region_id": "RegionOne"}], "type": "telemetry", "id": "2a1973bc1d184b82b77faeb46e04a013", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9d024256842d4972a99ac13f94f4512f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "aac4c8c10f5943698262c96b8a36152e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f70cc3b53f544777a7bbe2fbf3facee9", "region_id": "RegionOne"}], "type": "event", "id": "e556b30b8e3d460a988492a721c2caeb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "adafd20a6053431b9f41d0f53fe2dbfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "490b4d4aa46c4d48b63c87dc6294351e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "078e494a313c4cf7b4ceab27c96605bb", "region_id": "RegionOne"}], "type": "events", "id": "d99fe23c6627477c89f962c357fb5703", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4a957126a9a5489a8ab5543642a1ae7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "42b1e7aaa74c48eca8350d6fd3cf9cf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "aa5dea4719ae470fa18d657b6395e61d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a1d6497026c2470794487870f62f32a5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e04324412e9547778395f4351b1bc5f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "941a2e4511bd49b3ad3c6122b61e251d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9f6ff7867c304b3b9fce748671db4687", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c25af2d50f1342dfbea94b1d809eb389", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8f25dd06791d42e281581a9e3b1436f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "96d0386cdd014723a8981dea65c65398", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5731beda81e0489996e1a3b67260a244", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "795362de9c4047e7b0b12f26c30beb93", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5b618e998a984689ba33a1ebbf226f56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0cdd54b88a9447c39071da46fccccb26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "78e1f7ae7c5b459eb415eec14b0bc8fc", "region_id": "RegionOne"}], "type": "tricircle", "id": "0079d6244d804c19a685efb821ecead1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "87c9821d6c594b8faebe257ed0d370fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e64fc1a07f2e4c0d9aec4b31f14fc16c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "18a5e01d257c4e59842daa9645172ab0", "region_id": "RegionOne"}], "type": "database", "id": "3167fb3ac7fd4170bb5fc046730a575d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "283f4a86be2047fb8c9d6da0a8bfb9b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2c8a0fdd35ed4ef280cfe048ae5dbb09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "14643a520d7f43dba3f0fdb4ce1fe58f", "region_id": "RegionOne"}], "type": "application-container", "id": "dbdc7054c9f24401ac09dfbac209bf58", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "39256e6ff1df4c3a9cad7c864a7cf441", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2f68e1e798334fc990cf5964637d3955", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "db575774f0a94566a17d91d4027cf0de", "region_id": "RegionOne"}], "type": "container", "id": "6b984c9c009b44288d4e9e6d123a6f4b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "af4faa8c22944778b6af70839ab6ceac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d881d6d7da97433a8d013934b333be08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "80b60f4da6b84e9ebc494a0699b5972a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "3040cc0a7256421aa0422c7dd5915b5c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3f3c94670ecc4b828c5be43c16d7e239", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "932ff9b472c94f5ebe7da6eb59d8eaac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "20079bf3cdc74b219229263b7cca64cc", "region_id": "RegionOne"}], "type": "rca", "id": "6f62c4399ebc4f5888ba49141306dc16", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "629bbb08dbdf471c9cd8145dfec0c609", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5f3ae2e0bf024b00af1e76d85189e3ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "fd52771ced6b49e7b687ef50addd4061", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4c7f61c48c8545089786aad914922c23", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d7232311e8c94a56a8b82cc3b7f7dc4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d13de76f23ea4054b3828062aaf01b6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "403feefb9fa94aaca2660807e2d1516a", "region_id": "RegionOne"}], "type": "network", "id": "b64f138036e94f1084a0b53fb819ef5a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "836337d30e29402abb3a13324c0d2436", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "77fbdf80c2494b95aa01fa2facba3a19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b61f18abaa994c2d847db29e2547e55d", "region_id": "RegionOne"}], "type": "backup", "id": "384bbf8d929448fab9a9e962e925c6b7", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d0d21ec65752405bbcb6309279acf824", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5b4e10d1616642fbbe54c4a49ab540af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "abb0347b90ea4b549578a01475b4bdfb", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ecb3cefe49aa436b856fd70d56a4b03a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9e3a2aab495045bd899877979f247064", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "846da0e20ccf420aaad43f9387f15770", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "eb051c7a78e848fb8ff357906f370f27", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "69b2b12cab894b62868f46029fb7cbba", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "963ba7ee8ab04707975506e287fe91be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0068adbc2f4f4b07b1ca6740345dfbfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e9d4cc3624ab4cbb92ab763dcec4f1e7", "region_id": "RegionOne"}], "type": "monitoring", "id": "8e91b0a27fb24ad5b2c468ae4b4f0601", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b47c44a66835455f8126b788c6f27cf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e75db5f93f2a4b708a0a98f8ebaedc47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "dbed1dadca38481eb8f90c5f7950394e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "12102f3aad2b40f8a410c05f17ec3461", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "958b4b3da87d45c4b01d150eee0c1993", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "e44c125539d548b2ae8b569f136c0d64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "42107b56f8f5426fb5df0d9b7eff2f8d", "region_id": "RegionOne"}], "type": "placement", "id": "a57426d4cd3b42a7a794fd67ba2cdf2a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d5983dc3587c4793928e9194748278ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8c54d67cbb54472b85ef12eda83016d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "17960d984262406a85b295ededa44173", "region_id": "RegionOne"}], "type": "instance-ha", "id": "65e6f66fe7834881966818ef76708086", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ca443b70fefa4d39a1de535419f9b9d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "40a842c5b00349f09365f74251278c07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "14e4e2d825954f328112dd4acf386f91", "region_id": "RegionOne"}], "type": "ha", "id": "165b617cf29d458aa032ce04bb26e845", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "91430e2ac99e4615a806e3e5a211e016", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f0bdb03c1b954b2e91bb10b1f95eba46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "268b0f2f223347b0842317f62446fec9", "region_id": "RegionOne"}], "type": "reservation", "id": "8d1db553a9784c419087cd657e4725b4", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5cc380dd80fd4cd995b65eed73e4968a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "16e43d06dd7f43099afb5b0f0d9faed8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "39948aeab91742958b47f56055ac12b3", "region_id": "RegionOne"}], "type": "function-engine", "id": "c09b983d5e814c2984aadeaed0c6f181", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3c0de5e21c084763b2d2ca00fea56bf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1e5c4785e32b41e482dffa42962bb879", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "adc2b3c1967e4884a86ab0dd7c4e19c9", "region_id": "RegionOne"}], "type": "accelerator", "id": "0cfe6b1b112840228ee231f814697462", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f2eb0b252dcd449d9ca10e41f93b7cda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9ccae8dd06b845fbbc53750483f77905", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "872ba94457f042d1a5e64fb9c5cb163a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f89bcc30c1be408e9f4014587a180758", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dc51c51977a1496e98a9d59835ff3613", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d40b77cfaaa744a9a0520bd942e26f1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "be5d8238a4fa40e5bf17fb84afb6654c", "region_id": "RegionOne"}], "type": "registration", "id": "b9700ff003b54280b7913ba565c881a3", "name": "adjutant"}], "user": {"domain": {"id": "eedce4f066af47b3bd6ed64d3371ffab", "name": "d5f42ac89e354f6c9bfe1e55b950e478"}, "id": "3c1b926d944740f09cdf5aca257304bd", "name": "dd02ee2d1e5c424185016fa15dbc1dc6"}, "audit_ids": ["7a94aebe9b754ea39012c52b9606cd24", null], "issued_at": "2019-09-19T09:04:38.458746"}} 2019-09-19 09:06:38,629 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-aggregates -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"aggregate": {"name": "aggregate-2", "availability_zone": null}}' 2019-09-19 09:06:38,633 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,634 keystoneauth.session RESP BODY: {"aggregate": {"name": "aggregate-2", "availability_zone": "nova", "deleted": false, "created_at": "2019-09-19T09:06:38.515424", "updated_at": null, "deleted_at": null, "id": 1}} {25} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_deactivate_node [0.234103s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,305 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,309 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,310 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,311 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,323 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.244211+00:00", "project": {"domain": {"id": "7101c9cbfee74722a3136105ad5e0f89", "name": "1b28386caf5b4c25b4275c4fec92c67b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6adce13f852f48f9982ee2bf927c8b25"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d18ccf0a586149758892b6d80a17e358", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "46dc30b6240d4a38ad65938d2bdaab41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d05e04022f4b4029b76f18ed390bd30f", "region_id": "RegionOne"}], "type": "identity", "id": "79d151ced9c743a9829c5ae53349c5b8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "312bc31309e14ddd96a55475f8fd9b1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "22e77bfcc94042b38ff9d6c681fa5628", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "83e23debfaa048a8bb454aba33d32769", "region_id": "RegionOne"}], "type": "compute", "id": "b3388babf68e48fb9095b9c685855a08", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "de406649a0754db689d45ddd10e9c7d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2feb5edeb914409c9ee9d2fe20d37782", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8ad4e02ecddb490cb3f481b9b8eebcbd", "region_id": "RegionOne"}], "type": "image", "id": "7d31e56ea0ce412d86b5659ee777268c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "46c6d47e58ce4e08b28a1b7f7d7772f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2adcf581585a4877959f158ff76dedf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "44f98788a5eb456697f826131872bd49", "region_id": "RegionOne"}], "type": "load-balancer", "id": "faa5f4cdafb747a89ffa6ae8c8e49f11", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b137f0d86d844d43897e99ae0c31abb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14f1f3c6c58642cf92a75fe23396f6ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ff0c332cd59473392e0e1eeef6ad5ca", "region_id": "RegionOne"}], "type": "object-store", "id": "127ee8321dfa4350a8bf1f560a40a955", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "17bbfbee3f91426ca585fdc87679257a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4c0cc67eb6ab4f7ca99afa38e91ad236", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7f0e489e48794e7498e090b5f1133d65", "region_id": "RegionOne"}], "type": "clustering", "id": "16edbf8f8c314e79a3fd3c9946e4a885", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d5e81961821c48c0abc1f022aa56016c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4d57a6a538524c1f997df4747617ed57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "554aa35648fa485a8f5faee28de829aa", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e419ce62558a46729a4c6cb5a77870f5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "658a249943e043059097f89402b31f19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "356ae192ee494d35b11aebe008f55a9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c974bd78307949398202d8d505fe102f", "region_id": "RegionOne"}], "type": "cluster", "id": "8423fbf1cb304a1ca10112f73541cceb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7224cdf443d64724a94d38f6d964754a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9259c0133f494f0485ccb1d47cb19d5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b9496e674ab14462b81c70597b4a04d0", "region_id": "RegionOne"}], "type": "data-processing", "id": "39fe541c3c9d4017861a07c246b5f29c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "04d72388034d4d1d93352a5ba890ee35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "86669312954a47de99bbfc81b53d0581", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1ac5ffb4e9844d1089ea902860f1d8b8", "region_id": "RegionOne"}], "type": "baremetal", "id": "78968cd18d6e4ef0b4aa2c61a5591061", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ee5875e8b144444a9712595ec4d652b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "180a61d7708f40be9f4a30d020a8f169", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c0cceff3483848a18e7566300e425a6b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "1bf03db965904463af64656d0d12036f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "60dc8a00c2ec4d40a0bbd02824e9f8e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dd206e1d51154f35a3e6b944dae9154d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4bff49e432ee41ddafc47095893ac420", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "699b489dee2c4f6c95ee4107fef52485", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b29b0d1dd0064dedb074757ccadbcae2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "40e79dcaa47f48c781f7ccac5fb93381", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "866c38a3e9e14305b99443275dfd83ce", "region_id": "RegionOne"}], "type": "key-manager", "id": "a51e7fc71ebc47269124097f16382082", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1e5577dc7770493ba259147e29adfb1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c9216bd70e6b402ab78d36321bdeb21f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cbe5a98f0d3c4e04b1dd6229d0d6ba4a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e2db55725e1d4aabb4982f70858a976f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4600d887589e4d9fb06a036932e34941", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7e58a18437e643dcbd8354e928488d71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "37c4f21ad1084ec18008d64472076c00", "region_id": "RegionOne"}], "type": "infra-optim", "id": "81a24ad036754d5198be43c7053b1f5a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bdbca2ec646e403495183477bf4de08b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "41d50665af4b41ffa6a4f6d7b2943529", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9efdae38f8d142a3bb97fe1691f3230f", "region_id": "RegionOne"}], "type": "message", "id": "f5deb65265f74f5aa536080bb7ed1b45", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5681c03fe04f4c638c74d3b1479e86b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3dfdf1a34b724c9cba4589841fd3565c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "894f90d5f237450ca3110ab11af36dca", "region_id": "RegionOne"}], "type": "messaging", "id": "261ce584d7d94ddc9f48a51016896a3d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a85e6854032b451b8ced8d738a02d367", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "feb1e2839d8444f6ba8dfe2011712f20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "bf7afa765a914f90a8ce44529bd8553b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "620454a507ff42bb8c41c470a4e9682e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "02ebe647cefa4b66a71ec07c546f5f05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5db5a4fb9e5340cfa22f7f830e1271cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5d604e558bdb42b892afd2fef0f2df28", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "81a38f68a2ab437786717d0a4b10ffed", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3dd754dca6624f86b8c7f21e26af58e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "687f11d338684d868678fa781889212e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b292ff6ce03d4149a2f80125a1696bc3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "04a95573c9574ca38b38a8086c357e96", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2049be84ea6641f0a43eaae90e8b0a41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2f85ce0091974b6e996d97cf33429638", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "65a01069e0cb47119e0efabdf7c83f04", "region_id": "RegionOne"}], "type": "container-infra", "id": "ac2046e4f42840d2b6c6d06aa5c0e87c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "94912e9613884c1a98ec0b3bceb37266", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "78c79b99c25b49e5b1eb41aa5eafaf17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "1b5197dac62e4f2b942cca903fde6a77", "region_id": "RegionOne"}], "type": "search", "id": "ed6e7dae9f974b62891917ca78753615", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "55877bf9272642c08184d64b345c5929", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "485b8808c52949d091be1d06d1f02ee7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "0cd496e22ff04be58112bbe8e358a261", "region_id": "RegionOne"}], "type": "dns", "id": "d7ed568128af44dfa35d7e4ddefbba5d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "69eccf196d544486a10ba819b4fda7e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4ebbe1e3a6704a618519c5be3db41a23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "69fceedfd3fd4d2b8724e67c698567f5", "region_id": "RegionOne"}], "type": "workflow", "id": "f52cbfb0539d411a8eadc2a024b27c4c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "81abea8ca1bb44e6aa52226c6d62cce1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "63e6e38e2a2c41708cceb4ea66e06b04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "625c14d75d354996822b93b79bc29932", "region_id": "RegionOne"}], "type": "workflowv2", "id": "cc74ecde5c004252a2f500fe475e117e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "cd3c202efa8d45a6b3062ca3dd41050a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "cb50a6cdd8034c25b73ccda46f84cafd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c8fe236cca02400292905db97fa0762d", "region_id": "RegionOne"}], "type": "rating", "id": "8f96a5dc0a9b4989814f7fd52e6a0b1c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6fb15b50d74e42b6ab1c7627e30bdc1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "363818056f524672b6c309ae8ecf3614", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "39e21950ec7a4a6687cb1e1825fc7c5a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "cd771bb839b74d66bb0a1c83277abfb3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8e5135f29791455eb430b81469773b1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "08068cb9bfdf4193a631bec194832c07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cb52d401c8464e91a394add8a48f7f94", "region_id": "RegionOne"}], "type": "policy", "id": "02c108184ab146e9a06439f6c77dc676", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "99b73138fb9c46418d69422378b91cfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2a73544ceaf84d949e506c1387fe4140", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f9f8be524df8435b8420354582aa1f20", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "081a69b68a014634b8fe21d319b088ac", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2304457798b944f6aada489ec674f7ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b1bb2daeeb9d4ec0b3e16a05ce165bdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "58861b75941742c9991eb5c39b5a3377", "region_id": "RegionOne"}], "type": "sharev2", "id": "950e743113674112bdd82dc2a1690f99", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d5b262adc79344728938edce31799516", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b7606d0ad879402fa877e254a199cfcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ca8ed587e87a4a498cc8993ee605e0c0", "region_id": "RegionOne"}], "type": "share", "id": "9d26ec1589304064ae81d2817986c3f3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a1347265e72045b3ba07e5eddcb9f3f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c513bfee1fc24a61aaf075902c217cfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0792bed0a7c7435cb764a2ec26af5695", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "147a44a1d89449c08d69eef3e758d6cd", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b55710ef469546a58654ef7e9180b587", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07cb386fe6974be9a714be9424676d5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b67707fa6c6746638583fa926436d1fb", "region_id": "RegionOne"}], "type": "orchestration", "id": "1e0afc93c93a430282ad9f57a139d77e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b3f9447c3d143cebbbabd366efdc284", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8cf3aca9135d468f8e5714a3faef53fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f3de1b6ae3845258dfe53bc353dc56d", "region_id": "RegionOne"}], "type": "block-storage", "id": "d1537c76ae4d40e7889d6c3ca4411287", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06a450b332d5479db6c623651fc6b4d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc6a339134854fbb9fbd0d467c948b3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09f67937e3b248b2b119c28a6f16dbb3", "region_id": "RegionOne"}], "type": "volumev3", "id": "38ead5852075488e8ac06e532c5f7dee", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7569c7d9c7784a39b584e3d06728c5e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bbfcd7d2987c4428ac39e51d7afef6c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2cea36ea6cbd47748f0fc029fb0e566e", "region_id": "RegionOne"}], "type": "volumev2", "id": "84d43be158f1430bbc221a105d6f2c95", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "151a3fc768904f9f824a070eb7982063", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a37a21fac5ff4e169525e329580b42b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6968d6f89b254f72a299508a045f248b", "region_id": "RegionOne"}], "type": "volume", "id": "8119b74c421c4080936a0a9c68b5a08d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ca08b9d88664b92a4449a8046f4744b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc992f598ba84a4bafd094cd56b348b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21d85bc6a80f48ddb28a0fc037d0478e", "region_id": "RegionOne"}], "type": "block-store", "id": "79d3a4d654554c92a77358f3d9be3f44", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "537b6c69b67142f28140103bafe75456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "47bac9989794421f8aa7a97b4927b209", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d1fbc923047f46118982f20f2fb61937", "region_id": "RegionOne"}], "type": "alarm", "id": "f23a5993e1c14754becb0b6ce3b85f9c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "78312f1bb13e4e32bf4a9de521971e3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d630ac0f56574998bb4d4e5c39d54241", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b86a5e0b10de4ac6a50b6b6429860754", "region_id": "RegionOne"}], "type": "alarming", "id": "280ba03028974e3591be49e8c701748a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dc4bc5c9322c4c18a575e260991f8e8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "194cacd175f7446cb73c69d99740f580", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e975ed2efd17454a8ec78ec0d0389d2e", "region_id": "RegionOne"}], "type": "meter", "id": "f2b4caa8b2c34cfeb91620d79e95b8de", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "518b1d29b93243148b71d584901a8bf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d517d6dcda40405597c4c7c159983ad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fcd32d8ad72541cdb5dc419376170478", "region_id": "RegionOne"}], "type": "metering", "id": "f8d5d149e88d4690b6f95ae0b91d2b4b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6f44e5f63fe14aeab08567cabcfae356", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2f576a1fa08d4eadac781e8a9078922b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "07848f59bc3448a29792c728bd13d3ed", "region_id": "RegionOne"}], "type": "telemetry", "id": "d79a173fb3764f4882cb301e21d7075b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "35f02aad1e894769a82351c89932f89b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "25ff0c596ffb4b9e89172af3584a5646", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f5395d7775b5408d9b845467da4cd4df", "region_id": "RegionOne"}], "type": "event", "id": "d9a8600290ed40fe9da5849793036379", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1368931d80d94c1da462a080525e78f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "43ccf585d6674ede9344dc3bb07b88d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8979a856acb5461d8d9bbe16584973f3", "region_id": "RegionOne"}], "type": "events", "id": "4e2fcaa50dc44d7a9ed6fcf35079f2f2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9a062b3b0cc94a1caca55bba2a19eb05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "46850f649a444183928f8ec81f2935a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bce72e6be3204e11be677c1452cfe9d2", "region_id": "RegionOne"}], "type": "application-deployment", "id": "806569b7409140b2950d7a36edace5e4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d4586d38dba640fdb5ae42d67fb8d98e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "51025ffb9cc74b84a98fcfec2fda09a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6b09ca072d1548b1bbb5319be0a02b6f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "34e528aed9c4412382dbab293003eef5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fdb5967490b7424fa9fdae844a7c796c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7eb62f722ed2446b87b3587b8a30c7a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bcec6eb51c0049358a6592553cfb57cf", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "591b986d55ee429cb61a271b0a56db2f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4f59ad8fb3d54113949862efc3c5e96d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1b43265395974dfd99d88dc6c210e25a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "052f090f69de4400aa3a0391642a8e66", "region_id": "RegionOne"}], "type": "tricircle", "id": "a0d7317d0bfb495f91bb8632bf91ae10", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2efa3e7d443d4cd1b1f1216617cf696f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0f180cb84abb4083863f3b7a0df1b42c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "79e8870273204bb1a63a792fd7b88bcd", "region_id": "RegionOne"}], "type": "database", "id": "83a418c4d1af4ee3a9c6147f94f94c6b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5713adc3b53348beae70369551432402", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5750d36468bd46b0af7ac2571a8f7629", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3bdd657cef594a8dbc7f9ff451f4ab11", "region_id": "RegionOne"}], "type": "application-container", "id": "ff394d27f8f74aa5a50923d9769708e4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "77a59a42103742919af22adc052112c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fa4d58a3bbb7478397ae5293c802ceea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f2119d2aec364b07978e3cd2034d670b", "region_id": "RegionOne"}], "type": "container", "id": "1a6706fbc4bf46fa83e43b3db033d7a3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e6130a363b064c38a337fb49ea1b51ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "54774e5c0d78419daafe6a8b124f40cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "208d3f9f3d064f6d8b593069d10492bc", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ef17b9a3bf6944e09c4fea16f1fbd1ad", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "136f34167db14dc693daf07bdc64e384", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "22fa7627e0eb49f982896641611718d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6d7e70ee61be4b03977aae8e5608cd79", "region_id": "RegionOne"}], "type": "rca", "id": "75bc3b05b60d46649e2ac1dd7394e333", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "12bbbf74b08146e29b498b70ae819058", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "df716c7e667d452eb076c296e8b760a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ca6d428aabe049648ce04abab262f05a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "9b1e65e47fa24cf6a44a50734f48ed19", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "b75ce03570ae41eab2b94ef954252c46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "58355b3fc0da4beda23b453b750c9bea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1e2b107dec7541ed95ce750a326c41e1", "region_id": "RegionOne"}], "type": "network", "id": "1cf5df61be134b27a2cc07212786fc9e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "4bdf18837faf4052934c0b95b69e5c8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7e5c6427aca947b18bbe2f9d79ed17e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "65bcd348d8c54e1eb519cc59cc4dfb1c", "region_id": "RegionOne"}], "type": "backup", "id": "9f1856cede6c4e44a12a0e0275edece2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "83f5dc955f7a47888296ed302b9c2817", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e8c4d846fd1d40f4af500023ffb213ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e2ffecca3407401e91d01c599f49cbc4", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "38bfa357a2544dca83e0348da0b016b5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d8463c43aee341458d0af6c5b7df18e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "40c0e04e255d443a8006543d077b470f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ba50b9433f4a4c42a601e36d2eb62bca", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "106f15ac27d944c784843a841c51588d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e9b5b41a4eda46d9b1b41e5ab18a60ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "abd6465edd614c6399303e917c3c8f33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9fa42ee4491d4424bc5fb1d176397e40", "region_id": "RegionOne"}], "type": "monitoring", "id": "937e95e6a87a485f8b1e057a94e1bec4", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "161c7929c5af4c4489de035a2484b9df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ecc44642a9914b9bb2e2fb2736dac49d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1e0ac849d8e140a19b57e1b210f0a5cf", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d96e049e4d3842dab30bf00b7fa738ce", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2b04ffe8338b4a7480818f881d5f67ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b80a24d8cb8e4313ae8b7050cdacf804", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9085414411bc4aa19abf911e54d7bdbd", "region_id": "RegionOne"}], "type": "placement", "id": "5ae6b1c90e52408393a5f225a9376f16", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "608b925743c940d083c4f3828751d283", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "32afed3fd96c48f2ae50357dfb12ca66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f8ecda386b7144f2b0742f47fdfe05b4", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e7ed43442fd34aabbe130705c3f1ed10", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "10caad72411c4dffa0ac93409300b68a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9e0c9768725c4986a2a8cea58dbe4664", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d778631867ce407c8200597e01447b09", "region_id": "RegionOne"}], "type": "ha", "id": "16659b9c24104b25a53f544c46a62ac2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "614f8335b4fa48b093a7255edefe672e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5a4804ca62934f4680334f58df2c3c81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c728a1d4c11648429b81550696379338", "region_id": "RegionOne"}], "type": "reservation", "id": "36f81b2c788a49569fbccd9f427895b8", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "78c3ca3a4d5c440e83daf6208266ca65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e1ffad5ae15a4d039ba0bb3775a4262f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b4af7efb311a4daead5e8bb03b194782", "region_id": "RegionOne"}], "type": "function-engine", "id": "6d4e9a54a7a8447d942b126867433b1f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4962a8038b5547479515e51891864d3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5dd51cb8e30d4292b052e6d2a367caad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "cc90d38b2c034095be8f71d1096ae219", "region_id": "RegionOne"}], "type": "accelerator", "id": "20feae647fba42d5a9ced9f27414fde3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e62eb8e3476c480190fb60098776db00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "234ac05055cf470d90fd513597966be2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2941757243fc4e439166fea1abe4f0ba", "region_id": "RegionOne"}], "type": "admin-logic", "id": "216f77593ae942a18ff5cee25fe23adc", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "72d9ab39016b4b31b103d0d15d0605a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "84e3be444d84474ab01aee04111adaa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0fb80a16849b4dbf827c21cc3aef9f9f", "region_id": "RegionOne"}], "type": "registration", "id": "a36b067336084c7f902d48e3dc478f29", "name": "adjutant"}], "user": {"domain": {"id": "d429c11ee53142a3a4b0437220ae5341", "name": "5481b7380453473fa8ea14ebfa874bec"}, "id": "2d3cbde40d9e431db419b24943180ea7", "name": "cdd33af49ee64eae96fe647c80c6a2fb"}, "audit_ids": ["4ebfe62f5d69416492ab02668f644679", null], "issued_at": "2019-09-19T09:04:38.244211"}} 2019-09-19 09:06:38,387 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,390 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,391 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,425 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/57aea167-e92b-4f84-bb7d-568c554a8d04/states/provision -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "deleted"}' 2019-09-19 09:06:38,428 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,463 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/57aea167-e92b-4f84-bb7d-568c554a8d04 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,467 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,468 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "57aea167-e92b-4f84-bb7d-568c554a8d04"} {24} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_set_node_instance_info [0.299747s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,435 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,438 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,439 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,441 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,536 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.363789+00:00", "project": {"domain": {"id": "49f1d41b31644bc8a5ff3ab737ca3cf7", "name": "da8069bc21304cae955a42f936f56b09"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e1faf21a35e64b108a72294cf77bde08"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "74e61acf854f4d9db1ebbf395e2d58a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4736f2a15cc64e0c8f98a20f74d0f513", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "06ea2fd9093b483b88b45ec04194d9e5", "region_id": "RegionOne"}], "type": "identity", "id": "924910a24dfe4f749d85b885238f5d72", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "40173cafc6f64273b34a69bf63d044bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b2a086bb42f34079886c4725727c9ba4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "fa0715236b464831bf8e0a19eb7e84f1", "region_id": "RegionOne"}], "type": "compute", "id": "a228c1e0d9844649a9b3dd5402fb3b21", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d6d2dd11955b4699b167ca68a2816168", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "218b17b39a8d4774b117473ba7bf6b1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "cdf9082ddf114278934dca3d00a0abe1", "region_id": "RegionOne"}], "type": "image", "id": "a6ed66a0724d40528eb7c2211449b927", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a5997b65941c4d0eb509a1eaf75e1bf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "daf2ddb9b5b64c6f97af65eb8f9b2d6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "cdab6b76f79540c58dbb5d54c4fec26f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "214c9a5cd8d94ef0bd53b6fa98d2e40a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "852308b0b29545d49c7dd312c1435b12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0495e00e8eb14037a2502a45298c9ed2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee384f8f25614069bbff0532f5bd0f6e", "region_id": "RegionOne"}], "type": "object-store", "id": "ce10c124269643d48cd6198282182e9f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c076a94f3fe842edbdc00cbd43d057f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "407cd019a6764c56b2eb61113f246446", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "06b0e10698014327ad9d17e1d1f3344e", "region_id": "RegionOne"}], "type": "clustering", "id": "c8306f0fb1c04360b5d22dd2a7d7307e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "de69953460564093ac8d769583b70416", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3f9b0c39159f45b98941c791124fefe4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "02fa044a35e943f099128e03aae4b2e9", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "81a76c9528094fdfba1edd81ae06b34f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "04e4e2f9dfaf415ebafa095408fee2e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c69d7759ed4f40c5b1107bc0575fd939", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "74a24d1bdee4408a840437b96a527fc1", "region_id": "RegionOne"}], "type": "cluster", "id": "87adc4f310794e4382a3713cb29ddfcd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "68d4014c7ee74e029c74b0ffda21887a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "77a2bdc0e710442b857f0ea64b1e908c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "61ce1421f3e94bc69a6e0154cc2522b4", "region_id": "RegionOne"}], "type": "data-processing", "id": "230f93f00c4847cc86a6f34d03de78f7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ab61e297f729482bbc733a92a7fc388d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9f2d44caf6d340e1a3f3b38c1d5ff761", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "96bb199ac44448a8ac728702d7e35b7f", "region_id": "RegionOne"}], "type": "baremetal", "id": "b5c7691b68bb4ff9a01ba9dae5dff222", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "65932399234541dab54cfd343a5a2874", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f429d48b87bd4ac2acdc2db782db3883", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "da0c47eb1435466f89d1cbd20964fede", "region_id": "RegionOne"}], "type": "bare-metal", "id": "20625ee8e8694f64939c0a5b159de86f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bcda36bf25f54c2cb985c362ede3d77f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6622297e5d1b4f1b978bb3f0663191a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f32a5f777b8945659673e2de7e289efa", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "38d761f46f5741c79468fc5519e93f3e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "712a32cdf4c04507881ebcd43c9b888e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e98e36044ca84ba988d467a3a3fbebba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "bfc9503338f44f419ae453deafc28004", "region_id": "RegionOne"}], "type": "key-manager", "id": "b54664eb314348f08d0dd5298782da3f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5680b5449a62479da800a06405a64618", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "de459fcedbe8436986fe2ab1e46a4ae2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ca0c215874314707944a45376d177d1d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a13eb23676104912b42e93d88e259529", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b933ba6c184c4cac9cdb0295e238ca38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "092799fc4bc144d98ffd1533b39cffe9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "639ddeeb144d4a8a876c812d095e0afc", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d97065eda6244417900f40a90ecd1bd5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b8967e27f9a142c49be92fe70bc4f89a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c7cd247c063d4a389ea7a4cf9fabd5bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "13b45d2849c649699d850848b8abb972", "region_id": "RegionOne"}], "type": "message", "id": "6692f993301f4a0692ce824923c2e7bd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "75643e806eca4f32baf4bc609a66095c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6c3cc3967f5b401498c860342e00eadd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dcc2695f38634925ada876f8328ce327", "region_id": "RegionOne"}], "type": "messaging", "id": "5d494802ebd249078904b16436626c25", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9d2d206ae8274b6db34689f03e74d2f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "46370114628e4e09acbf1bd543e9ba1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "70800dcfd1284d6abe5bbdf65acb63e4", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8cdb68972e6640368fdb8c30d193c8cf", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a6a8c3d5b78480db1db7ce9235c8720", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd9f858308ed4a1b83a56d2a48a5213f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "037eed1d5a564b32ad7ecfe68c325d11", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f7fbde99a5c9454ba72fd15a6627f3de", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8517111a7d5c4bd0a74258149c1d776c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "01b3d9c0a32a4971884b820ec07214fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0ad2379b3cbc4250ac700dae5710c10d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "06d50768f9d9416cb1423915a69f763f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6080c83920784794927e844a30a235e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0156c83d4d514785b169e23e47da7832", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "104ca205bf4a4858a189dc9112238ca0", "region_id": "RegionOne"}], "type": "container-infra", "id": "92ba3013a6ba4ef9875f83dcc3bf9489", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d1468f62ef364dd0a1f5087de019ea42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a59bbe98d9674d3ab5bacd740af0ffff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "1acfd1d51ff041b3a83e821fd07afad2", "region_id": "RegionOne"}], "type": "search", "id": "28da33cb4c0a49a6be63edb39886123c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "cd7fd897b6c7453fb993620a97401ba5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "52bede4da3aa4ee9988d2596f7476d67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "cc2536726d46411a99e07acfef8780a0", "region_id": "RegionOne"}], "type": "dns", "id": "18706a7a2b6143e1905fe93208ceaec1", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2f7861226f634245a5e5d2b5977e8190", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "96c7068750024f8fbf0470b7651ff2e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d74b1cfa64344b828e5579ea4fc41e64", "region_id": "RegionOne"}], "type": "workflow", "id": "2f6026a51ef544389c65c08d3742ad8d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ac4b5fbed5be4037b2cd01e4dd5f6830", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "718ed68fe323482c93903ad31468ed92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6c39bc187a7542aca086bc40f37f3445", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a2de62b1fb414c78b134779b4c13e215", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b0ebba4f020d4c2a8c2830ec84afe348", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b7f9e916eb434a219d5341157ac12d60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3dbb17f8202d4c7585dac25bfc0f183f", "region_id": "RegionOne"}], "type": "rating", "id": "10099898ae3a4bbead4b74941daa35c7", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5370d577313c44bdadf5dab475872310", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9fccca197b3a4509bfc58b3dd660a8b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2dafff99c0c8443e81e69e4dad9084cc", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6de0aec330c34eef801221d38e58342c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "48ee032bab6a465689d4e42cf6fe7ea7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "860afd5bb3204e408cf5f70198604921", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4e288c00b7d94f2aa30dcb4518a97fed", "region_id": "RegionOne"}], "type": "policy", "id": "0136900889de48ceb79d7030159ff5d5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2c868f93d10d46d8b027a4b821cf6c92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "67bc2002431f4e71a68422a5172d247f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b29e21ac1b4d4adeacdde5e5159524f5", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f595e5c7483c49b2b0882ed03421c6e2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "177e262ad7bd42ba9f21ebe786e52631", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9c331137d4e340fa9abac56765679121", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "35b861f3978942f48a6bf74ae6c07b9c", "region_id": "RegionOne"}], "type": "sharev2", "id": "be666c9c42b8432b84a75e1545660a92", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c4f7bd87c2404d488abfa43d3f3c49b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6ace1bac2fcd4a44ade369e8dccbe030", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ffa466cf49264d3bb55774d1163cf605", "region_id": "RegionOne"}], "type": "share", "id": "f7ee06aa77e84eb79ce9ca98395ed32c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2982856ba8b04e32ba033e905c084b75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9fa484ac80a64d03a079c9aca426ab4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1c1d3e4c2ad34418958fd86779fe629f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ba83c94d547b47a3aa2883c38be851af", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6bf938216f0b4f7193fc9de37e527b27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8150927770714f8d8b9518701d9ae718", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cad5ec51dfb4c76955de5d4dcc9694f", "region_id": "RegionOne"}], "type": "orchestration", "id": "d15ac313236e484ea564f1c7aa21f346", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00b6ed827fad431d8f26fb88e999d349", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6774cb229e614217a456a17b6eda2ca6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a27af92bac654b7bae87ed66e03b9c22", "region_id": "RegionOne"}], "type": "block-storage", "id": "f54e0a64a71d447ebd17b170143ca108", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef3915e65743487592313edcbdb7f740", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b29d5fb542545c5b77ce14fe118f6f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f069092101fc4902b9db52535ec1b690", "region_id": "RegionOne"}], "type": "volumev3", "id": "4dac8f972738441fbf771c6b196cb1b2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f16b021b23047cd870a84879d09e745", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6825c95b16fc4fc183637d91413fd36b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5a261032d8a4647b06b2956b714dd0c", "region_id": "RegionOne"}], "type": "volumev2", "id": "ce35f84f2add432e94f9dacee3bd8a8b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "232ead001c574e0aab11d202846c74a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa919c8a62034fb9bab42ff7194b6896", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c70a43b0c9e4368ba1eb0b87f6e1b41", "region_id": "RegionOne"}], "type": "volume", "id": "70ace7c980b8404ab9e1ff2cf0ab9fe1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "629212a37f6b459d93b12dcffab16ce1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d363ba7956b04a6e9bc7462812444380", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fc181074811499ca7b26bfc01e1f817", "region_id": "RegionOne"}], "type": "block-store", "id": "824efdf08f2b48b4ac5aa3449494c504", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d387af23baa8473f884b50b458d07606", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "93f0eb5bfecd4671be260a9249672b53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "28dec2f275094ec0a71bb44da88317fd", "region_id": "RegionOne"}], "type": "alarm", "id": "ea4359706e284ff88cf7bdc3434ce58f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "334ef88da55d4adb8f4b2b57e8f9470e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9552e0358bb34cd49c21b9e44b9b5d3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "eae2e78e60c2418fb16a053e567cbfcf", "region_id": "RegionOne"}], "type": "alarming", "id": "001b322055404911862529ace4a702a8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3deea9a9f8e64de6a66f85560611c1b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fb0394c1872445db852d06f4d7382ee8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ba7c2ea9fcaa4606b37f844fff61b5b1", "region_id": "RegionOne"}], "type": "meter", "id": "f3ab12fa4e9f44b9992815e6eeff5f07", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "968aadd54501460ca539a6e1e20230fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7a6814c101574c30b073cc2d3e6fd73c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d26f8270a045447c82f76dd485f1553a", "region_id": "RegionOne"}], "type": "metering", "id": "33ecab03a5a94423b3c326daaadce802", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e0f2d3ebe47345358908010efccf4862", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d415b00ae8f6495380c76e36039eac1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9ccf498e92aa469c991f3b97b9eb9129", "region_id": "RegionOne"}], "type": "telemetry", "id": "e2cefc4a54ee4dbfba721b5caf1ee674", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f6e0e6989f434f648ab82d8b73fa2d2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e76476231f554663bf267816c53edf2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1b49dd07eb704c8585e51f7bc5ec6e26", "region_id": "RegionOne"}], "type": "event", "id": "326118b00c0b438f9734f5b370308aca", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e03ba2139c86434d876dc0dafc30a3fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "dc454654058e4fa59b7eb8f925061e73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bad3ccadad9a4ea79dce8031a935758a", "region_id": "RegionOne"}], "type": "events", "id": "bcfa53b4a2224e47b945f539fc2b3659", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "55da4f827e10434ba4b0f1228ed806fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d75d8c06854e408085503eb5e615794c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "aff2321276934bdcb7cdb94cb1df5539", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f6d53ab2138745a8aef49b094e048ab5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0394d25792ad4c61acb326862013765b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3e8166285d254d378b9efcf0c63cfda8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6eb60f41906d48b7aa06345db72aec7f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9fff9448292046da85f5e51c3c906ecd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0de7f1d095794a319082d1e36fce93ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4f81c0c3622048c798857fa66df93f5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "82674cb90bec4eac93c1cf318db3f0fc", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ca8720372b7740a29e6885ad67269bff", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9002a2240d3f4bd69516ce540da00104", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "66f64eeb1377471b87d9dfbc061340a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3ba2fa050306456f93e5a2dd7f51d0a8", "region_id": "RegionOne"}], "type": "tricircle", "id": "6bc1dc7e148442fb85f81ce5b264442e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "4fc2c3ebf1eb4fcab889e8e882c01ca5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "501a9a9ed34741f4b0ea1b61cd9f86e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1169becf297447b39b42dfb7758349a8", "region_id": "RegionOne"}], "type": "database", "id": "312f9ecd199547bea2c7e1bbbd6dd49d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "89ee7b12a3ff4284b3d0ddf58c9c7c02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "27ad62a8a75247069d232825c9921246", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e36aa92af67d403a8e010d4eb56be584", "region_id": "RegionOne"}], "type": "application-container", "id": "c830cd1df5b141b788f2880db572d88b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "93c0f1e622154a6991d7534a5ca59b82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "60de38eb678e46e3acde5e6b229b931e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fc0c902e553947ca839c2ecb844aa932", "region_id": "RegionOne"}], "type": "container", "id": "cddca23f6eb847b2a42b471825ddad49", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4098ceb9df7047ae9211310ae2cccf29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5929f3623ee64e9f9a387701672063cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1741e4dcf5bc480491957054af6a9875", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e444cfe915b94c319eca761ec2238e03", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "add8bd6e2d9e4bdcbf25048980aacb6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cb9449f05183466ea916aac782f2dee4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "dd9cfc325fce4de7b375c80d974ffde6", "region_id": "RegionOne"}], "type": "rca", "id": "224b612e20ca410b842056b1a13b32cf", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "08ff521b88b84422b6c6540a5767bf8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "939a101c16b34f0e8f5b72e6f780fc85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "91f5fa79c30b43f481792e9fd7c43635", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c885017b40a64559b319a7f4c8064cea", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "22e8d72f63a440e292227d924e16bd55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7c4984cfb5204f2cbf2704b19bcb0256", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2015031362ee4e079d224ecb9f01a991", "region_id": "RegionOne"}], "type": "network", "id": "9a393335201746d7a62d8b310107d09d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2bd488346b06424e8f1e772d6fcccd05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c7bdb814c811478db10752fdc4e09a4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "34cf67e3feea4444b560939a062c0cfd", "region_id": "RegionOne"}], "type": "backup", "id": "e30fbd6aef4040988c402b711c3797b7", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3d04266b2bee4dc8b48e84dd225ba208", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "19a0c608dfd943328733e5f707113818", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4e9da5f631b94a22818af1538115bf61", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9b8e350a4ffc4993b0c9f4f0e18fbd31", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f85bc0b1e1974ceeb2d661671e0a3c53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "aba2d0f22bc749c29f5d412c2b41e87d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7876197fee7e4935b50ada76fa9355bf", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1eba1fbdecb2426da0c19114e95d8e57", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "21e6a4c2b3694929ae3b600d1485d851", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "296d956002ec4bda802ee5fa3e78ff1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e84960822915405090dd2abd6910d810", "region_id": "RegionOne"}], "type": "monitoring", "id": "05ebb7288bf94c7096a1522ed7f56a01", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f8e12e5626fd4f4691117d35e61bccdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c4f3d0ae24394debadba16b5bae4aa48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "28190aea26d747498dbd7edf87365714", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4c58e319c11145bda8a1ad22897e4471", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "cfc5e3f3688d44c68e49071c1d0322a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2fc8659ec2ff42ac9b06c6dc843bb7d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d9fc199d01c0425bb3da51103dcc4b71", "region_id": "RegionOne"}], "type": "placement", "id": "330958fcf0a5403193aacffbfa4443c5", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "44bdfbb0a2f4483ba50956799f60bb6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "96214a105abc45778684eaf20cb12b48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "52d0e2a1635d4a4d8564e8923c907f75", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b846c7b8b6f944b9bbaf7acd275729b1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "141920a2a2a043be95d13dfe8991f74b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "69f393d31fac4ae6bddb39b1b67f9a52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e0bcb8774da34acb9a8c2342112ea838", "region_id": "RegionOne"}], "type": "ha", "id": "a4ede330dd504a2982b7a9c173f3fbe7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "dfbc7907e5be4d2b9ea236ff61143c39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2442bee5a3214670a076fb121d2d2075", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "66750c6962214d93918f68aed261f21d", "region_id": "RegionOne"}], "type": "reservation", "id": "5bbb3bd01e9c486dba548c32c93d5a4c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ee342ba42b164221ab9fadaac2e9a093", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "17a2b755514d4e6892abec3565c5c2a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "0c4e32ed3a4c4e7190afe5ae9e75d306", "region_id": "RegionOne"}], "type": "function-engine", "id": "a815264d6aa54fbe95592db323cb081b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ba5fd3b947c4445fbc8b4fcc860f2398", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "acc627e2604847788ac8f54b87ebc556", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a98df58ff3604c918017c4b4384b7789", "region_id": "RegionOne"}], "type": "accelerator", "id": "d435dff8ed9b47239acbf128908a6171", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "326a4dba9a0d462585cf20393e1b321e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "aeb3a52f6c4b42fd8073a59da9be3427", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "22d74b6108e144879cdd5e545b022337", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a68c4c47d42c44cab61f10741cb98a75", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9cf89a09897649489755145596ff041b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "00a40957f8db42fbb30ab09c68c5323f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "074e1baf97384aa9b317d9fbb4c39835", "region_id": "RegionOne"}], "type": "registration", "id": "2d97051b7d3d4be0941a8c30889ae6ca", "name": "adjutant"}], "user": {"domain": {"id": "a4a2f51325854dfea73c58cb2b9fda8c", "name": "8a8fed533cda46e4a72a702fb918c9f5"}, "id": "8f44ade711744bc781266f17eb4be763", "name": "7092ae0481b54d9094007e2d8a96bc3c"}, "audit_ids": ["595bfb5796734a77a1bc8795c8a085a8", null], "issued_at": "2019-09-19T09:04:38.363789"}} 2019-09-19 09:06:38,582 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,586 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,587 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,646 keystoneauth.session REQ: curl -g -i -X PATCH https://baremetal.example.com/v1/nodes/48355e94-3111-4b68-80ba-b743bd42e824 -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" -d '[{"path": "/foo", "value": "bar", "op": "add"}]' 2019-09-19 09:06:38,650 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,652 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "48355e94-3111-4b68-80ba-b743bd42e824"} {6} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_register_machine [0.348495s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,492 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,496 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,497 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,499 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,509 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.288035+00:00", "project": {"domain": {"id": "478e48eeb80c4a6594f8b66d571e3174", "name": "f51a50a6d7fd4779a684f26a68633f5b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4c63bd00bbaf4602bcaef5ffd989e9f4"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "24e3725769184009a97663826058fd12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "150b0a1b635b43b6ab772f716811e3da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6c41dfa859c34e6fa23d6cd98ac9b0bc", "region_id": "RegionOne"}], "type": "identity", "id": "d837d9698c7749b7b704dd5983a31fdf", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cd8f1165751d4882ad5a569e4e3a016d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "88172ce48ca94c2987ffd5c28d36b9f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "fba9b3dfb8c74d7f92463abcb3cf85c2", "region_id": "RegionOne"}], "type": "compute", "id": "9dbdba1239ab49bf99ca4550b82cf9dc", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "02dad475ade5475aa8303ef65f2a8769", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c29fc85af9ce43d98c0d783a0a4b5d10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "59fba46e187b486ab67041f4da96dd6a", "region_id": "RegionOne"}], "type": "image", "id": "d4e59afcaa454ed6a9c54801ff7ea793", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "975a2fb7324142eeb0f2337a1baa3c6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8a1d956f73a04d61a466cdbe56ba8b10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "15922052f2a844f8b8bb445934c78b1e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "53ef854e12f84fa99eb4dae087519602", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cfdf444b0fb642aab6cac57237fc1ea8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89bd8addb73540cdb1a5a0ae04262051", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10df20f72cb54373b39dee74fc22fb35", "region_id": "RegionOne"}], "type": "object-store", "id": "3f7a940cf7564508bc5b2abf72370c74", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "68e51e0ff5e1464996462deceeffa83d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4accaa3baab84a239cb4163bf780c1bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5114a9e545c945d48fc126c54a8583f9", "region_id": "RegionOne"}], "type": "clustering", "id": "a351f395f5c94ba093c6922239385315", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "de7be5f51914431dbe6e2f1ea70b6b48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "05a75d9f5cb945b09ac0a49adb0532f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "29975bfe8b39448f8993eaad82959e4f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c742615f6762452f86965bad2feb2388", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8516ebec13cf43d0af92a8a6bb29926b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "840d7d8d70784f848528c918fc95e217", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a8061ff51a2743dcb5cb4de30512bc8e", "region_id": "RegionOne"}], "type": "cluster", "id": "1d3dc528454d4afaae0e21d8b29fcda4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f4913a3344b647aaa9c0ab741c256d63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "21068a043b2a4aa9b6f68222c5515b53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "98ef17d03c64448cba7a4dcfb7c238a1", "region_id": "RegionOne"}], "type": "data-processing", "id": "fba8af8f871d4128a4f45996ac26570a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "978ff523090b4244999291abf875e152", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "231427f2e0b04d8baa046ffc46445e91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c03d29df0be54785bc04f2b39a9427da", "region_id": "RegionOne"}], "type": "baremetal", "id": "61ab8a3322bb471a8d373741cf4fefdc", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dd4f92d4a3f945bc849dc134b839ac96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "30a6f7531ca942b09016637ec2426ea2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c55c88a577a84056b739888ffdaa42ec", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8b2eb1dbeb354804a763c20249084add", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "800d2b75e59e48deb5ee08ed44636c28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dd6a9358827f4aad85e455359caa4cb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "2c0e66280f4a498b98dcf1c6007a1806", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "efd1528247e640949c88e4a4e300686d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "38efcd018caa4628997e1ed7069af9db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2c677c808bbc492191035ef582b3d0b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7f7658122c174e68afb4c2dd9a2548d0", "region_id": "RegionOne"}], "type": "key-manager", "id": "1eacad1a3e9b434382a831f7f04b1a2d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8af5868f23ba4495a03cdc247987715a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0ccb190e758145b98dcf62e2e9af6e4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5a965877cc4b462db18fd29543559de2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2d5a5e57277747d89bbb7d5d75d35dd5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "84b9190e0df348b78c36bae09e43391f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "13822c32048843778052267527be5238", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9ecf1c43e1cc487fb79036bb052fd6a6", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c6ecf451dc394669a348eb310989c19b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4340f30538d9412f8725363633d092f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "11ac48937d0942d19ffe1dabb8830660", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d908421b195344698310359060fb843e", "region_id": "RegionOne"}], "type": "message", "id": "f26861bc64814ef6a9ed2ba1a679f588", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f64cc3b66f8c4d228ab486b51979c11f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "acc3be7710fe4f8485172103588421a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1f5e748a2a644766af708fd9efe57a03", "region_id": "RegionOne"}], "type": "messaging", "id": "cba370cfa15542c1b5fa8cfa1a52b8cf", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "93ec6185c1f54383bc9e467756edcad4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c91aa31eb6f14024b9cfd1e300f9d72e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e6085ab8e1d64d8d9d407c808c24ed13", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b2c6cb864ac1462a85ecfd057ac9e6dc", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "519a713f661846ecb5395c19898f85a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5aecd9d63c5847198734a4aecfa7f80a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6166a7cb271f4a61886abb8111b2caf8", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4a8dbbfb87bf488a9b6ad162e8a0837e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c0f4ee28a054bdeb3e3162ed0c98121", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a1912b908e5b40dabc05adc3d270a3a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e093065a032c41f3828f881ec8d45741", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "251134cf014848418cd4cfea9fbb547e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "075e50c20c4547dd96f7ea339e17a00a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ce5ab6b9990466ca3e0cb3655bd1c9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2be3a2bbd8084c7ea08e1c2c3e7f69e7", "region_id": "RegionOne"}], "type": "container-infra", "id": "3e772fcf77e3478e9afe2bafcb5b3f6f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ad5e45de0ded4d2184aaeb13ad8d92a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "35c894d2153c468eb8680fe20113737a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d300cd64c7094ccdaff8e0ecf7cb393b", "region_id": "RegionOne"}], "type": "search", "id": "091a180ddbe147c5bb91970a98f109b7", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a01296616eac47f6b8bf3663121056ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "7b91f70b319440099c227f441b17ee8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6d18e8b937d643dba338f846608e28f4", "region_id": "RegionOne"}], "type": "dns", "id": "ae152ff3dcea4edf834f43836ad6f87a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9771d774762949058b62c514ad308488", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "42b3818984574f4d8816f3b5725147ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "64d37a8a9fec4d36874b5cfd6d4c39c4", "region_id": "RegionOne"}], "type": "workflow", "id": "425c15e4b1954b2fb168d69bb34a982b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9a0b33729f944a2dab0e2246fe3a0ef7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "24a49864116b47a9bc4bfcc0fbdadb42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e78599bf03e54c588ed0b2bce3c8b530", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1e1212d5bb4049379e1ee32c58577fd3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "fbcca7143a7b4d86a6ae28783b9ab56b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "46cca944096044ad9e6dd127de4ab287", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "edec49dc06d441dcb025db348fdd6430", "region_id": "RegionOne"}], "type": "rating", "id": "d61913eb1c16437db7d4f7275087aa65", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "587cce4f3e00489eaf4925239e7f9610", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "125896ab593d4b01aeca63720c09a545", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c307125ca82e4edcabd76dcae354e7bd", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e48eca1f9a9f4da08e0b8dc5754eaf71", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1e09541bac0b479c88982cdfc76fc5a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fe2d3a0db83f4869889bd9733dbe4c74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "997cae2df5b54d66a3bf95fd830f75fa", "region_id": "RegionOne"}], "type": "policy", "id": "630b5511d38f4afc8415e63dba60c94e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "834feb34b9a54c9482b786efcea71dd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8d52cf19cd044f9d8fdc763956fa914e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6264f166567c4f4bb457838491645752", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "12cd3add19ad4f2e8368debcefdc6f47", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b7a3a41d83924d34b74c291ccd1c0a11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8417d4a15a6149b093bcfd3fcf0f4e50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d341310190d2438ea3dab746a2752f7a", "region_id": "RegionOne"}], "type": "sharev2", "id": "2f22d38fd70b4faaaad10297bfa0443d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "386d55b9bb784c2f9d275b36ae866ac8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3d3f8a17686e4edd975398c1ffd07a34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "655ef6a8ca944004b9f6d93454f03b09", "region_id": "RegionOne"}], "type": "share", "id": "e4a81b051f14436392d5b5fe34144de5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "97c056bb2f294fae91416138ab33570f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a7f4b28b90e3400e8c8ff8e943859d1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1763f0a757a8449d886fd28081a7ab21", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0aadca5b2db74de2a9d668b1f73610a7", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b880ca5d0a240c2aae1156987292411", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0eeecfc02b324e569047241785151ac5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5fc5846f09347698448392977751817", "region_id": "RegionOne"}], "type": "orchestration", "id": "3f763e3c3ddc44fabfd5925228e300ba", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c261f38ba5d34b579c145bf4d60465a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23f81662077d4222bbbba3135d20c24b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f360d25f019949279febb4aa758de615", "region_id": "RegionOne"}], "type": "block-storage", "id": "ea2e6aacf785467e8e371a9f6688c134", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "119e202dbe0349929457c09ed2418278", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07bd98be358d4a6a80e90dc17169bad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b644739bdef41cebc0108906ba45850", "region_id": "RegionOne"}], "type": "volumev3", "id": "1685cb55cf6a45d5b5828e1845a6d818", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "259f2315b3b544b28c9e39c27b3b9eb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9905da8cafe3436e9fc50100a410fe7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04a2b6f0dc5c41979764573b4a857067", "region_id": "RegionOne"}], "type": "volumev2", "id": "4b5bde25c5d149c1a1e01b41bedb5a72", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0d8f28c80c24a05895cd9c2aeb02381", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53440369568b4ea1aa4e6ff47b1e54b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1524605a891a4990b1d1fc9b3ffeeae0", "region_id": "RegionOne"}], "type": "volume", "id": "b0374da2b4994467b4a891c8dba8b31b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41680193e97c482289861ee5c7f72474", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d734d5f7b6d4866b9c748060cc0b6f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49fe5226098240808632d1f749fa395e", "region_id": "RegionOne"}], "type": "block-store", "id": "5daa13917e4a4954b49e9a167c95ae8c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1734b07065f14d26b4fcfa66cbf72e20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cc4ac028a61348d9947befb321505645", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e4fd559446c1464fb08288270e006136", "region_id": "RegionOne"}], "type": "alarm", "id": "1e8ccf507fe94ab3b27c3f7e563764d6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1e24685815e541b2b8b21197c220e75f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "52c34b5f440d4086b9d3c93ba3b07a8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fc22ba9fb7d545a4890e5a921cb176d4", "region_id": "RegionOne"}], "type": "alarming", "id": "c8c5f0a02c0043b1b6e185a8d069da7b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "db8c3574f02e438786d185cbba8269bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "756d13c1d9894d78a1d595b76f12ba93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6f2d836fe09a4c538042c2a8c5875028", "region_id": "RegionOne"}], "type": "meter", "id": "28d021abccc9464ea16d2e3f7d5f9aa8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "48595908960f4e17b4d7b37de458289b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8cb7388f2b444aa6996ff1415de7da87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a243b94dd2de41319261610ef8cceadc", "region_id": "RegionOne"}], "type": "metering", "id": "d43832edc8564eab9eb77a0b9e077064", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d5fe93c6d675433aa186874aa3012ed8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0103a6fd9e3a4fab9921ad32565d0e53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f0a0f696a73f4342bcd9336ab08fb9f6", "region_id": "RegionOne"}], "type": "telemetry", "id": "3ce0294235144324874f635435062574", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1031633f94664b89bba29b20a4065a09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7f88b0226a8849e38e034e9fe41d3bb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "81ec80d263e849748c2c3dd925162a6a", "region_id": "RegionOne"}], "type": "event", "id": "79728ae7b0a546f59635b66d59925ff1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5dde6162bceb4172bdac227df3209f64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "39adbfeeefca4d6db8d255914abadea5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3e0064fd92084ec1af051dd450af59d0", "region_id": "RegionOne"}], "type": "events", "id": "90ab8203b6fe466f8e3f29ef42dc073d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cb9d3dae39384d38bb8d79c6d51316cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "44e859d76bfa40bda47db8fa49997256", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "38ebeff406f74f2d97e5855f5131cfd3", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8ec5c9892cfb4ec89d61a681447154eb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "615ddfc98ae4422ab4609ecaf37f4a37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "242220ef70764c45889326ab8532a417", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "094018ab355f44138b2cca67ecb2156f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3ca022653a274d35bbbc376e93205b82", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "065033d8abd84d28b5fd95ffcad3db29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8492ebe960524166946b162b488cd483", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "29ace58ae2c44f9abe4c1414a4ea491e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "73d213b294c24d87b3b5092ab5649eb2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "710c4e81103d47adae7e1e6ecb800fa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "79aba28e07324171a6c8c2104ae3cb4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9491e67a49ce43e7a223735fa7ac4d46", "region_id": "RegionOne"}], "type": "tricircle", "id": "ca51dde19f784a21b8d427ced4daaf91", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "318b9336625447d5a967276a91f91f18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2f6d02a321204aae8a8653b5342351e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "bf889c1d5be6418b8ccff636f3f2ad6e", "region_id": "RegionOne"}], "type": "database", "id": "a246c6e9bf684e4183ce21102da0ab3b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b3b1c6a4272e4c2f8c90b97f4c8cf146", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ee35154b38d74ba3bb7c3150c29af49b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fc4461a21dd44051b51c50fce86d7221", "region_id": "RegionOne"}], "type": "application-container", "id": "3015be0839b345b88347990566d8158d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3277196f07e6428fbe97c5520e742bc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dbbacbfc282442698f0f8c2626292d48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ede19386cda54d19acf3fe367adfd449", "region_id": "RegionOne"}], "type": "container", "id": "77c09d7edc37482da3e8c14f091b8941", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1d3e154c071243a887f61ad283a7e969", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "653e9f84401647bbb29688e29ecf02bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b858c1092622438e9a2e1daeaa6a30b3", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "bc0ef61d767d424d9ad7c3f44da0792f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4485a45fc72d4d6c946b6aa57dc648fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "79d737a211b04d2dba188b233accb684", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "26706a65a7c1404aa61ba6b16dfedf28", "region_id": "RegionOne"}], "type": "rca", "id": "2cbd71f4c0e141819a4ed92a265ac384", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c067031cf6ef4287abbf2ee862e149de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5b2a6289d79b48e6b7c078433a272194", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "286befeb20e743b4b7fb66768d5f7583", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3e8802e2741f4d759d3d3e0f83e99dbf", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "aeb2a71388fa481baf8468371cdfed7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "363c5d6b25454016b0ba0ee401ae99f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e8b92ccffd2043d78db4c0b0489a67de", "region_id": "RegionOne"}], "type": "network", "id": "e51dd032efb94df4b910d8888d1b6c76", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5f9eed42358e496492e5cc50fb2c4d50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2a9d00701d374fe6ba2ee36521198db0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "2e01f397118d49af822a3a064b5783d2", "region_id": "RegionOne"}], "type": "backup", "id": "0d2354f4ad574c8cb7a5613be7bce046", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9468a9e03dd545a0860cbb3121716c78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "54e72bd145de499d9d9919c676aa555e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0f8ad52f58e64b87abad150e91fac49b", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b1e4a028069540e297ad866b64a519b2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "87991d163dcf4a52b0403d43bc257450", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c0dc84e1f51847a59a94f2a9c4475962", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "dc1f351ab7bb4dc4974fa1fda80ee141", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "40cc692f333743c394c52b7a2cdd1b25", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3ca9a83653d24294973b9ecb6e080e34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fbe4098abf444ec889b96f20a408edcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a017bfc6ce854b01aec938fa6bcd1b8b", "region_id": "RegionOne"}], "type": "monitoring", "id": "9e1f81d9f50a4e7493944a081ee5513b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c58c1347b1924038a079dcb3598e611e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e1db1274a1fd4727946105695ab7b37b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1470755d0a974ce1b04febf7a56ef3e5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "da150a290f344c3baca5cfc6604c77c3", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "51a0d1e06d784e7fb9714decbe727bba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7b462a306f874de9ad50ffcdd835d965", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b6432d9683a5411d9c974313a8105638", "region_id": "RegionOne"}], "type": "placement", "id": "44272d8ac28c40a48a3e63b4a79ba880", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f1b8090c82af439497effb4bee12cdfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "445648e420104d44bb17151edb165ca6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4d8fd6f4d0144d9bb0f8847cf4ef9505", "region_id": "RegionOne"}], "type": "instance-ha", "id": "976ad89d91af47e98f5b49c13daddc25", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7f7cb570743242e0ad4e2d8df87f00c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d4dd7de5da16413fbd944293c6c500c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5514cdc725bf4a4297d4b4fdef5f6646", "region_id": "RegionOne"}], "type": "ha", "id": "b7f0e1f1d0874c2983e9a6c2b928c86b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6a0b40b9e0e14cb7aa75f5cdad450de2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "73df05b6ce7f41e59fa8915a950f77cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3ce7094e730748e1979eb08b5e789243", "region_id": "RegionOne"}], "type": "reservation", "id": "d1dcc0e4466944d6871574724e1752f7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "50749fd96de64c8795776c32966b64bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d901565b7e4a4538a4e8da9f3b8bc91c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "631019f8afc64cf5a5c39e327a42399e", "region_id": "RegionOne"}], "type": "function-engine", "id": "13bf99f929ff474f9f429a146c683761", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3e4b773241bb42fb92b35d2e3c846e97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e0eb4c219c9f4ae4a847d4bb3eaa855c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ba1a5509c3234569a7e5465eb50cd299", "region_id": "RegionOne"}], "type": "accelerator", "id": "6cd4f2776d334aa0b287e46e69943c11", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "50ca88331a644d6b9f5881110c3fb39f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "225e095ca3e14012992d173c1e8644e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b4329a5be0b84fb8b05668fc5d4152f8", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8afb8ff229e8477cbb18c8cb69252d0b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "21c9b60fa5eb4f10b55e30952e2f91a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7722df950e7e4a8fba8ee5cfbd4f846a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c0765167155746b2a9f0597d7b48a8d8", "region_id": "RegionOne"}], "type": "registration", "id": "63bda37ad8434cc185ed0825ec8cca8f", "name": "adjutant"}], "user": {"domain": {"id": "6e7e01c4d51e492ebf9d53366d29407e", "name": "8245a5e2eea24756aaa8ec928a29715c"}, "id": "c611d7ebd6214dfbbeb1d2b91c2c7c33", "name": "8afb7b7148fd466d971f00b0e2fc3978"}, "audit_ids": ["db3948e5e819487ea5c5b2c3cdd6f77a", null], "issued_at": "2019-09-19T09:04:38.288035"}} 2019-09-19 09:06:38,577 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,581 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,582 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,602 keystoneauth.session REQ: curl -g -i -X POST https://baremetal.example.com/v1/nodes -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"name": "name-2", "driver_info": null, "driver": null, "chassis_uuid": null, "properties": null, "uuid": "ab310078-3f44-40da-99a1-50d1bbfbb4d1"}' 2019-09-19 09:06:38,606 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,607 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "ab310078-3f44-40da-99a1-50d1bbfbb4d1"} 2019-09-19 09:06:38,625 keystoneauth.session REQ: curl -g -i -X POST https://baremetal.example.com/v1/ports -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"node_uuid": "ab310078-3f44-40da-99a1-50d1bbfbb4d1", "address": "00:01:02:03:04:05"}' 2019-09-19 09:06:38,629 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,630 keystoneauth.session RESP BODY: {"node_uuid": "ab310078-3f44-40da-99a1-50d1bbfbb4d1", "uuid": "6ddffc8bf2734beab960afe717e6c4cb", "address": "00:01:02:03:04:05"} {12} openstack.tests.unit.cloud.test_clustering.TestClustering.test_list_cluster_receivers [0.259012s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,492 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,495 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,495 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,497 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,610 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.431726+00:00", "project": {"domain": {"id": "d585266b14704cb08a78e57f2530fbfd", "name": "5874ed7501ff4395a1f147e77039d5cf"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6064ec8ca64043e9b3d202b293ecde82"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "407ca90d757044caaa6b072526ee2af9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0d52d7ebf238481dbd30f37086f3be72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7f55abc561b24315ae318779044e3b65", "region_id": "RegionOne"}], "type": "identity", "id": "65d1f024d30a4e5986b52da65ae01037", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "66633e19d7a948a8b6f402c088650d2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "adf45e2b9eff444b9283f58a1e6ad84e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a310a804cfc941e08926df7f2bf38775", "region_id": "RegionOne"}], "type": "compute", "id": "9319ffe9ef49400a931f929c05654a9c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "11f7fe43c80541b88ba0959d0034b9bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "645d4e9926064efbb24d70e1d380843c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "17c82048289f4ba084624fe8d5e15ed5", "region_id": "RegionOne"}], "type": "image", "id": "cebebdbc4b2f47539d8e0443d5277324", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7a24c2e6bd684d38a63db34188ab8d8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b01c76c294b84df4a9e6dd68afdc8f8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6077a5fb13114dbea5b3e3f4ae8e3e6d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "8a8b544641074d80b8f91170f7f076b7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c95d3755b6b46d09416f83ee79c70bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3acb8d4b1a44a3f9dcc336dc5ba3edf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b48ab8533d5c4a0ba9d59439530ac5d0", "region_id": "RegionOne"}], "type": "object-store", "id": "043fa6360e9648d69bcaa004e0f836bb", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6aa09cc482c948c98970148ecf7028f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "548642e3c44e4b318c7eed2721cfc3cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3e961b1cd1674d95874027df1c167738", "region_id": "RegionOne"}], "type": "clustering", "id": "98674cf39f194865b8873faac3e19b7f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9bc9b54736894385a334d373566e0206", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cf1533f451f9406199a3cd639bc614a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5382ce4025384026ab7f0234d5f3e88e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7a0c2aac296e4842999c90d442d79e82", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "931d9bbf5a18465dbb674762cafb331b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "228534bddfbb43dab48fec35923eede5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9d80a16a52c1464694d441f099002a9b", "region_id": "RegionOne"}], "type": "cluster", "id": "12ea8e19156442059a83730168da5c01", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c579a07a66f941d5a1464c7fef30a06a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b6e58f4eca6e4654aa0f5fe59caa7689", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a6ccc9fd92fb4eb782b802b29e5c6402", "region_id": "RegionOne"}], "type": "data-processing", "id": "fd30819bc0f748f1aeb91adfc68f4861", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4a355a0fd1ae4da6aa3b7b9cd608fa07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f51d38c98b4547a4b8a190cf9d4e57a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d252db788e354edfb5a0ab913413c7c3", "region_id": "RegionOne"}], "type": "baremetal", "id": "20fc105aba404123bc1085ca1f941bbb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d7ce50278d4949d2a3210bd38347803a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5c438318515044cbaa63e7d08f069508", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "26a5b3eac39049de90b3f3ad6b8a6437", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3f7292d23262423cb04b1bddd48ffd44", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8f69b8882a4c456a8ff0de1562438c84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "59decf73c48449d79b06a6201441db7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4c50ec337113456c99aa747ea82fce9f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "22eb294d4b5145e5bb11afffbc71966c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "12ae760bfba346ee87809c15f24df423", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ebeb2555066b4596bffaf41236ea4990", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5007a03ae3af4a3d8a5a982ccf8594cc", "region_id": "RegionOne"}], "type": "key-manager", "id": "aeca400275174f4782e1d8c4d5984ae6", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "df4fd52116ce4b9f8107b81169deda23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4b19ab1a162d4c82957bdd525cb42741", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "df197ee290b94262810f1140251533e0", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2927b2b813ab4a0da114e68260b66c18", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fd5f4226d281433d83bac49378d1850b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "394fb6724bb14647bf8482795b9178c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "83bdd3558f1949eda076fb672edc098f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c5cbb95cddfb429f81255d06e20a1cc3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e5087ba1744943c4b21ce47c1bae406d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3a2ae3804f4546759d49c94459cef894", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ab284bdea5234f11bfc69620a2588b49", "region_id": "RegionOne"}], "type": "message", "id": "948d07ed6fd640d198a51e34cf53cabc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b58a60e7555e42c58d542d660a93d13f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "198ef4b33bb646889613506f42d9b96a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c272b434bfed4826b6b645a854b03556", "region_id": "RegionOne"}], "type": "messaging", "id": "666b627489254bf7ab361fd4e823ec46", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6acd18c4eba548b7819d78eb4fae6506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f0e73de7691b4545a4b1bf247477a37c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "14236021d00044e9aace9ac5205d82a8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c7ed06d08dbf4105b5995e3df5f0eb9d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68394c5237244b178ef9f215cf709fb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e1be6d1a0a4f4fb9a9355bcc9d5f6b23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "01ba9bddb8c74a4395982213ce5bea4a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3f55fbd8cf6d40dcb79de760a8b6dc59", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d82f480fd2fd47aea0a11b51a2227081", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "443ec1ebd6be4c11a2b5e4d22cabd8e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "22d2106bd4c5412ba5b826c54c3810c7", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6c24b4ce269e488cacf60822c2a97a0e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a17d490362454cb1bd5c2f833f21753d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4cdcbfe62ad04157aedbc0f7c5468db6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0ddfe29a413740359b31418bb134d11f", "region_id": "RegionOne"}], "type": "container-infra", "id": "1501260196be41e6b4efba6c43692d7e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "618afffbb045401788abd171fe69378d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c4e2bc8595b946b3a924d4645c3c0203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d1488c81681c43f8af0b4c79049b6db6", "region_id": "RegionOne"}], "type": "search", "id": "721fc1d258314f1a87bf0601ddc92bdc", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "8753d2b3b8e54cc9a86bbd81ec6f5d46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d9bc53d1ddcc45cc940556d749d77eac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "21db14fe0b7e4479b8b5000b0cc2c000", "region_id": "RegionOne"}], "type": "dns", "id": "228065e1b55b4b3395c622032e37c3c3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cfd85e1bbb1f4a1bb0d1d7e885de39c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6f037abaae1c43439acceffb668a4d5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a4ce938dc46c4957a7dded305f5b58b0", "region_id": "RegionOne"}], "type": "workflow", "id": "3dc0f39a95794b2086a6c81b5ffdffd1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "53549856fab643bb9984d80dc722fa9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "186e933520ba41b692a382a6a5a3edba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0aa1f76be12d4be4afc3482534e064c6", "region_id": "RegionOne"}], "type": "workflowv2", "id": "bb634b913aea4f80a93e7d1d283b5c7c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "60d65436abf14ed8845956e47078c447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c1ec3e83b78f498f980d1e18f914f758", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7380b5048b214f3a8afadac22add8864", "region_id": "RegionOne"}], "type": "rating", "id": "2b65f6fd5ede49ab92b3f752b7b683a5", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7a866ee882864568948f4e2b543e9bf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4c1a6f1e61f44407bb5dd0e47cf7716f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "31b4a72aca1a4e5ea01d52982431e76c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d145c3b88fb14dc2912759b16ca333bc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6293c4f1310c47648ac068d89f0ce3ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e4c3587fd42d4b04b57e57193c48ce42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8e589ced4c2c494cb93b032d48ccc0a9", "region_id": "RegionOne"}], "type": "policy", "id": "03f69d2a01914c51b585b081843d8b94", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0207f521fdac4107ba0f29c9095ae8bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "771b022897924deb95c1d0868a8611bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9692934495424c1cb5f3b4e93d0b2b97", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ad61f1dcf76e4763b5a05646624cc8ff", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dc87b3fc119847d5acecbc90db756515", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cd455cd07ed349229cce5b37d4341a4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "74b8591d7dc142be80be7700851cb807", "region_id": "RegionOne"}], "type": "sharev2", "id": "1dae30e435dd4f0d9ffc03e2101e1150", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a64eafdc9e4b4163a406bd893caa0598", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "81325921862548089a1ee64d11a71c41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ec3b7d325ab74725b45a2d96e7a45d0f", "region_id": "RegionOne"}], "type": "share", "id": "2b46d6a0cbaf472782dcfda4c38013fa", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a56377acde944292b571a014699e04c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9a76dbed6567420fb411b7ec92ae1f8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "cf242b029ed648cb9a30829bb5b9563b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5166ad16d0c647f5b1b64a668ad441ab", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec3f114d86c7472691c0c426fb2f06e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c64f5ba6a028450dbced59e51d17b14b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d2e181b0f50c4f9e968daa167e0edd8d", "region_id": "RegionOne"}], "type": "orchestration", "id": "6daef9ff8762481b9e28ea099b2e2f54", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b584e2a5d53436d8afd5f0354d52e07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2cd8c70b259e4bf2b18e667e344939aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "747f419791634f7881adca7198b12fca", "region_id": "RegionOne"}], "type": "block-storage", "id": "18ee5a61919e4c17a0c92e27a0d48bf9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a60131317c448518c4b3091de17eaff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a7c71e934f446c0ba92ced36e56dcf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eda04e8f89be49a294b7de1f7fe0cd3a", "region_id": "RegionOne"}], "type": "volumev3", "id": "61736adb12f04b1690b69cb192e616e4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "293b7bff01cc4975a53380ed87b5985c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fd90240aed448bb86560e2a819ebc98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7e7d5b8c09b45d3b9666ee1fb0eed9a", "region_id": "RegionOne"}], "type": "volumev2", "id": "5af1e5752d5c4a1aae6543e8b3dcf766", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "419df0cb92b84bfe897c3a981ffe922a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6eac99eb25d84d0fafe82ba7eccc35fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46449ee4eea74022a3ded60fbe1e2574", "region_id": "RegionOne"}], "type": "volume", "id": "dde12b7e9ec64072996322f0a5a29021", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18f17e5391544e19a1c047252a89830e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "379c2cde1f2640a4bb31064c1e4c397e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1de16a7b1b9d41a087d964c93b70a17c", "region_id": "RegionOne"}], "type": "block-store", "id": "dda36445983a41c0807b953ef84a8c3e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a95db9fc9b7b49c5a64c8527509f6792", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9193a3e286be43b1bed304eb063eaf4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f6a5153cf65f429587e3a063f07e603a", "region_id": "RegionOne"}], "type": "alarm", "id": "b8e9ac6ca2004a91bf06e0653fb5fc7e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a6145c079bda445e8faa17b5da95d280", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "109c1278a2b948178650f1fda04e26d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8f7384736f0e43adafb13650e62fe126", "region_id": "RegionOne"}], "type": "alarming", "id": "11eab9a2c6f941ef830d2873c362e0dd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "081f86c6df1b4dc5b41b399f7242f236", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7268531ad59241ed985720345bcae95a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c725f48ab75d483387cfec12b568022c", "region_id": "RegionOne"}], "type": "meter", "id": "9b0f60911f184945bd1590038ede7eba", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "41d513e49de04307995b042be0600de0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b042a38836684adc80cd5a4f97608c20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "dee8aeeed62c45d7a74d27b333164bd8", "region_id": "RegionOne"}], "type": "metering", "id": "56c6ad9e9c4243d5b3e8141d656bd41a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "007e773ff5e346559075f206bba6f563", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fcff7a0c44314678b995170915920d8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2cf005588ccf47549c1fdc8e4a7f8b1a", "region_id": "RegionOne"}], "type": "telemetry", "id": "dc7dfe435ff84af9bb99a5040c371c85", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e25c0de8bd4042af8a3cf7d3f0cef632", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "75833387aa58484b988e9563d7790c51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "01834be7105f41f192ba744781b84940", "region_id": "RegionOne"}], "type": "event", "id": "500ec5b9edec42b7abc0b30dff61b0bd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9ea0cb24c5744f61be603029d9ae6902", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e32951bf11524ee394713962ce6cbab1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9e31fbdabe544252b6a9fb632561080f", "region_id": "RegionOne"}], "type": "events", "id": "c7466a75e4c7479e9fb84dd08f66de34", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6ad651cc44794fd09b4fb71714d19a29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2bb08909ab2e4e9087e7b8752fca37b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d6990e90116f46f8b728f49071e0c397", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2143295e30304e1894c839ecb180b12b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0c7115752b7148579666cede5a2d3867", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2b7d044e87f4423a87b0e978b21a0bfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "33985996d41c4ffe97e2b650d9c47b55", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6ff9366ea6564fdb83451eca77801d71", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f3fe6ed337c94deab36d4dc91db538fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b9b6144792bf412ea95a2acd5ecee8cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "255894a474594450af6c55e95318bcb0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6904f3f7e2484a1f937a4fe491b800d5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "deb099f5fe33420e983e2dabce1de125", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d77da6b8558343b2822369071bb6fde8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "335aa062df3f497dbf3f512dab6cf2aa", "region_id": "RegionOne"}], "type": "tricircle", "id": "ac140ce807b243749b0c93776ea70a6c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0dcdc541f5f3464cbff181b64fb95b0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "4e78cd3ab4f841e9ac5dfef32721d864", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "47b9c452bb3e42e7b4dd3cfee594358b", "region_id": "RegionOne"}], "type": "database", "id": "876fbf51df5f41ffa6090a1babd5a39b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "39867841294342f989dafee00b034352", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b7e63f2c983f452d8a554d3b1b2bec4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fdf597b9f45a407fb99d904d2247ea95", "region_id": "RegionOne"}], "type": "application-container", "id": "ce147c4cbc5e4e33983b2aa6f908554e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "22fd59e523f44ce98d367c2da41dbd69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e3c654bac58941839f8ed48fe7118dda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c4766f5fc6ca40cb98d3cf46a32cc61c", "region_id": "RegionOne"}], "type": "container", "id": "ede54ffe3c144a02b205dafcabecaa11", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5b0dcb2c82ae48ce9fb4443ca57db403", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fc64074cece44a23b7a39d62110f1d72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5cc4afe79673403c8da6db57b18ff93d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c19ef871e4f94008b1614db601af84cd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a5bdb2471a12454b8aa9341e1f244fcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dae97b755fe846f097d340cc838f2671", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c5e70cde341740bda841d70d6a758a20", "region_id": "RegionOne"}], "type": "rca", "id": "fff37cfac15e4586bb14faa2bc3f0033", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e34a1c27a21143e2848dfb16664fcdaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "63cf438712584750897bfca6d7ec7b4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "08beab17d58141c994cdc4bacd97f2f9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "07bda1fc050545f6affaae3191e7f174", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "8005e4dc3ee04425b8984a58358a9190", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "589ef0bdb07a47c096618505fbd2184e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "569a45e29723453eb638a1580d1c03ad", "region_id": "RegionOne"}], "type": "network", "id": "163844e07f9b4eedb608d265e3590133", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "58f27cc0cdcd45268c8e649386c10b0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "27798cc672714e01abddbf8e640c72f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "62af76a34d4b470596b02ca305aba055", "region_id": "RegionOne"}], "type": "backup", "id": "de190991374748fb93e01191fce79076", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "56c014833e5944d6ad362830520a572c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1168f6212b75472ea59455cf8b2c4083", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "377110a5f9034c31a9dde6f33e72a665", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "55de2e6bfacb4067ad6b4551c00ad902", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "92984d0289494031ade05e5f7c742ee1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2fb93ebbf6af410387245e5fb7ff31ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3e2a1c4bfe67420bb098b75a2e34bc4e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "4adb0d13e3404ab7baf176583242b8db", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8f7408f888d2499c8324a5367883213d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "05f90e14c208421d91b0de178dac88e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "fba639362f1b4d2793d4e3cadee9c356", "region_id": "RegionOne"}], "type": "monitoring", "id": "33a83d3cee1244d3bd1818f65e05e466", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9f88aa5a7a3542fbb9451b892f2dec7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "80af917dda3b4f50965650ab39b13c60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6be0ba19000548ad8559f61faaef0930", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "006b82528e1f4ce48ff55a53e0e38f2f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a18b227c7e524f47ae262daf6266674e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0cc32d02e7fb4fe1b3b1bcc66ebd3f22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "81c2602385c242e8acc08fc36bbbdaeb", "region_id": "RegionOne"}], "type": "placement", "id": "a9f56a73f6c1409a8ed625a7cd4f6a11", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "562750ecc5504f0db6b194b7ea8de0ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8767225441b2478fafe2b1100e3536e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a7955265cc004667ab46e05793c4e386", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5ea068f018ac488bb0d7313c0b7a20fb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "55c004af12344e69933ce9452f93474f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "184875d6137f4e4992cb290321645950", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3b774125098546309d3cd45b98d7b5b0", "region_id": "RegionOne"}], "type": "ha", "id": "68057e39e4b74ac99151c9261994a883", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "95c39b8a88d541c1aaa51fff3a9c99ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d334e96cf2344936a22af1ad16442000", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "54eb67397db84e7f8a93d1a1de0c4c1f", "region_id": "RegionOne"}], "type": "reservation", "id": "48b3599abb514f799348ea198464a3fd", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2e9cb7deccaf43d9bae9c45fd94f00c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c248d0ba2d9e437fadc9558c4f49bcc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a6569caba43945e1b96a484f3d3cd2ed", "region_id": "RegionOne"}], "type": "function-engine", "id": "213031b8cdb64160a1c1093d7c3030f5", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "71fb0093105e479f93ceacc3d836be4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "aa9d94726ae944308449d8495b13080c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b93d7783e1944d7395c8bd7ef4606512", "region_id": "RegionOne"}], "type": "accelerator", "id": "02ffc727bc6842ce8c9d89210a7ff4a6", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "83a6d3028d774fff9bc6b38590a8596d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f790924a5be74f9283ffb3030dbb4df0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9be1b8b21e9b443c94b919acaa2f2d03", "region_id": "RegionOne"}], "type": "admin-logic", "id": "44518638fc3a46f6a509dfa71b50f552", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "39859b3e9ac542bfa46d9111150c044d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6cb3db8fb8cb4df49ab5197ed053c1e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "678af8107efa40438d4efa7eb0faab26", "region_id": "RegionOne"}], "type": "registration", "id": "541d8029b76a4e8b8a0c2a0f68645ef1", "name": "adjutant"}], "user": {"domain": {"id": "208336533c4b46fc9ba60e39dc3841cd", "name": "dc9586bbbce34222b83c493d093a7cc7"}, "id": "2bf41974b6284e9e9d487a55c91ed3cb", "name": "30c0caae77b340a5a5ab520d06772133"}, "audit_ids": ["bd300abe8bea46888ad38feb6e7365f2", null], "issued_at": "2019-09-19T09:04:38.431726"}} 2019-09-19 09:06:38,653 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,657 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,657 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:38,680 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/receivers -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,684 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,685 keystoneauth.session RESP BODY: {"receivers": [{"name": "fake-receiver-name", "cluster_id": "fake-cluster-id", "action": "FAKE_CLUSTER_ACTION", "params": {}, "type": "webhook", "id": "1"}]} {20} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_validate_machine_not_for_deploy [0.380204s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,362 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,366 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,367 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,369 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,384 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.299135+00:00", "project": {"domain": {"id": "008997d8683e4bcb97812ba6ae89731b", "name": "0d072840673947b6b4332a4b3013cdea"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6ca902dad133459aab70575a6d94579b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "b4b9d362dd094dfca09646c69809948e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f8d554f30dc54bd68cc3f760e87a5e0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "05684359f35e4188b77290c29f643c64", "region_id": "RegionOne"}], "type": "identity", "id": "13375c5576964284ae6bcfa458da358f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cfe42f714f1541239f6d87d88cd4629d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "dedc16bef5d84607b792d9d2656bca33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "2d85b16b5c094220a68103baaa41cccf", "region_id": "RegionOne"}], "type": "compute", "id": "d6415c48d38d4b3ca2dca357a3f1a627", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "eb392be483414b5191923c474720825f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "83ffdca479994504a26325527396898c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8542c011d4ba470baddd52466629ebfc", "region_id": "RegionOne"}], "type": "image", "id": "8fbaf1a95f7a4021bcdccaae72f519d5", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bbc243443718489f9d33136a0b78d2ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "de84d5fcc71048a7b447311c31dd4f77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "83d68e61129a469eb35aad5f0faad78b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d06db82e69104054a67abaeecb5fe7a1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29cff60ae7184265ab04196208a375e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c76b788c3e84a198557963a69cac1c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1ba9ab9b3574dff9e76ef17e17b62ce", "region_id": "RegionOne"}], "type": "object-store", "id": "797337bd67d74984be9074c9ce087619", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a5cc4755d41840e5b95a3665250f8e10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0b5caa975bff430f8c0047264a97c8b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0e1e89eb20c047d4be6cb57466353d97", "region_id": "RegionOne"}], "type": "clustering", "id": "c3767f6e02b3451d9e27c76adf8a2a8a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "86743d8887d24848be412b00e168f621", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6f5cd277d69448189c8e6a0abf3d1807", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e955f3dd026f4ce39672d0f906eb06f5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "903cf43a7bda41ada4ce5ef268f81af0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1929033dce4449448efc148ac89238ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "84da9ebfd7894d8681f89a6fa1a6b660", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "87b6a27b5fee459394f73509a4984918", "region_id": "RegionOne"}], "type": "cluster", "id": "60f3c9134f2144ccb00b5b03bdc71a2f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "00da96d531404d88ae4eab871c0bb974", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "430801dcc4d343da9a5a6e94142a6182", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0b6a2d7b782b46c2a6914584d2bb0f51", "region_id": "RegionOne"}], "type": "data-processing", "id": "e03df361ee5b4eb59faec33a49798bff", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "43a769645e9d4ab2a98ac7661f76686a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fb6d3523b895486d8dc0a8726ee82ad7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3c9cf308d46f4905b6234d0c6f246bfa", "region_id": "RegionOne"}], "type": "baremetal", "id": "dbce1fc883e1459fa59b7df968cdd24b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "38eae78dcafe45cfbd5f266c6b01b2f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b0c0ad74c76d4ca5bd3630661b34652b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7d2cf8ea3da645b08b125fd5d9bf6e11", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b9368345af9e49ed8f1097aacc184b4f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cdce330b53c4424a80a225fc9e763d97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "52adf26e084341859491ab5d872f736e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "03dfda59b2b444538cd106c60dfc899d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b6c20120f88940cdaac9d280a0e5ac9b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "986f6535352944779a17ebf04e9de86b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4d47b09abafd41f1970089308862586c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "3748c251a376474f9b22bb6a6aabfe36", "region_id": "RegionOne"}], "type": "key-manager", "id": "da914463b4c04ce984923e7598803a28", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "785a613d21eb4130b52328f198fca0fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "63c8f51ba08b42189b87a3548d4e4671", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "008fdf69af284f9aadf81e06120f9fd1", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9704d8d8b7c34004a1e9330d9ba9a977", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8898626619e14f40a5848bb23e3e99d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "114d0566040740dd99ccfa817e05d19c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "202e120686f84a21ba757eb441eaa8ec", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a08e9f80d1d146aabbdac7fa35b2c682", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "77cd7719b70d4017a5b675357558fee8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "118db9b4676e4c2f802121d26964359d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a0096e5a38f341c096d0d992ef63ed1e", "region_id": "RegionOne"}], "type": "message", "id": "d378675ccdb84432ad36c591000195bb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9d94bd3f8a5d416595bab890c1e0464c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b216fea4991d4031988199e1f1d3d550", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0434e4be81814f58bc784ce8b7c15c40", "region_id": "RegionOne"}], "type": "messaging", "id": "adf4c8b30dc642999f946971e5003bab", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "240238c655f041eb830a7cfccdbf0f0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3a548682ae0e4e47900adcaf6e3ad44d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d24bc356dbbf40afae7302621c6b663c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f2740518b2364fad88cc40ecfd32d6a6", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6a839fd75b4e4c8c823b0d12ca60f3aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9d3729511b4b4449be0d8e166dd2c409", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "75f7f0c7450640419202708f427896c0", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "44242eb74817413daf7c016671576a62", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b367711515d1477e9d425d82f392d9e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "74e5e32725094b6897d2b123591c2af8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b2933fa3df0b495fb0b27ee2d0c4299d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "889dc3d15c9d4837ae756a4fbdb173f7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "404863d07b284108910b90510cc78bfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "052d938de7ce42aabdeb98666dff0971", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "31cf60627eef44cdbbaea92f8a80981d", "region_id": "RegionOne"}], "type": "container-infra", "id": "e5164a686ebe4abbada73873e82225dd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e2bbb8d612164f95895cde185d3efc37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "05b749a7ab5d4be5896d8381d75a0647", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "0b3e22aefada456986f056d863d79394", "region_id": "RegionOne"}], "type": "search", "id": "10a439bf177846c7a17ec760acacd8ce", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6de0441fce4f4c5f91267da903e7da68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b80b7b1dc4df446a94900f849e8739bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "943b19762d994bbf9c82f71d1474d9d1", "region_id": "RegionOne"}], "type": "dns", "id": "380bfb2f02a84aa0bb9e7ea0cf7b1f0d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3bb1a7bab5684a04af40b84ca29abb76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0165c8dc3f3349b19c8dad02fac5ffc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5a59efdaa14e4502aa1f585176ec8ca5", "region_id": "RegionOne"}], "type": "workflow", "id": "7180fa7fb76f473bb8e7893dcdfab2af", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1521897259764014b3820edb2bad2771", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7106ff626e9848e3b6d57e7849bde8e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "54204b4e842141e597c09e26e79a955c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "be657586323d469cb08e53e2a2603bfc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "62c33dc05abb45779699bc03186ff660", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a150d18a3cbc48e6991a189b8cda68ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6a0f2134170b45df9e993a1d7b524fbe", "region_id": "RegionOne"}], "type": "rating", "id": "bd4a24cfb7354fc7842ffd15855fb18c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6f2e484131b048e79d87130f3cc72cb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8ad80f163b8d4a05a828541bf9a961d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "beb4089d6886400180305143e0d142c2", "region_id": "RegionOne"}], "type": "operator-policy", "id": "02ce50deab7e4bf0ab945cf4877f42e6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "648f90d25bcc49d4b01959b90c147161", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9b0e7807caeb4e96a86ffb7c4de9dfc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1335ab6f6ebe4a868be8536ccc04373f", "region_id": "RegionOne"}], "type": "policy", "id": "c704b39fcc074e2fb95ed74cceb34b07", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cb58ba5c4e1043b292880e84ad7bfd61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d9150c55d26b43b4b3efabafa7eb1d4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2f807f8cc2fd4ca795112e4f3ab7c22a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2dc76ef873674695b4234e6cb7d7b4ca", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2b54b01b5cf4483a9a11f3882eddd86c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0c80c3aec97340d0972684537786f80d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "da67bd69085b490295284c9a5ea0fb50", "region_id": "RegionOne"}], "type": "sharev2", "id": "5c3cf22a65014c40b09012e48c0bde81", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ffe7fab0e29b4c9a848df49e0918e356", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c249e315223748099415115b56724e22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bd55f7a79ef049df89044e3ee54d856b", "region_id": "RegionOne"}], "type": "share", "id": "2cef4ee8d9b14f80b611dc0b7e5d73c2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "96cc1c4580184788b74ac6c34ba279e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "35647037460d4a0eb9c3775b7b737f1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "bb8f9189cbc84a31bdd8a40223eeb837", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "95b7b55be9994628a56468b8c9ecb1eb", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ceadce990c814aa4bc0b11004f0a9e06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61a3fba272e54a24bfd471a433981013", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ba886c85e954065a7bc1ce627970ef9", "region_id": "RegionOne"}], "type": "orchestration", "id": "ce279d3831eb4d1a8fc854a4ecc1c56f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64941ac132dd48dfb8aa2e118e542062", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c14511f02124a229ec9f511126c7e4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef2884909acc4ee6ba7347d84640d4de", "region_id": "RegionOne"}], "type": "block-storage", "id": "3880ba69050b43ea927ded5a00d05709", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62068f47c31141279872c7eb921cfb0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d730c3d7d7e4f388d0cfdba6999a5f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "939582db15d745079a1dc47607dec51b", "region_id": "RegionOne"}], "type": "volumev3", "id": "f265c408fa484012bd6cbd71b0eec549", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0205cc3dc1f6419db84eac0923fd5ef7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5496d32f96d42f68d90bab33bf91c18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1486f5f8347e427185e060e0b58312b6", "region_id": "RegionOne"}], "type": "volumev2", "id": "9a11bb73889546d9aa960514101e5294", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd1da99942b2458796115dc821161ff4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "550a449ec01a44b997edcb71e9b9d803", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6273ca51037c4d6abf25a017dc43b15a", "region_id": "RegionOne"}], "type": "volume", "id": "e0cc3facc26040228e1c34f628edaf92", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "442664a9de524acaa42b932eba997d10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1625f7d466114d4ea9ca7a5781bdfb70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83d78093260e4c89be4f7185bfa7ca44", "region_id": "RegionOne"}], "type": "block-store", "id": "7678956fa9b544c2b23dadb370a59950", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b22815f613db4b87a232bc59735d6b7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "00a15ca375184f6c82001bc7f3596cd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b7fd5eda7d974cf18851f1464222c519", "region_id": "RegionOne"}], "type": "alarm", "id": "803d0bec7ac74649a446b47bf2e42942", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ca00579e810b41df919d2fe0793b1cf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cb94e210506642cba076b88490e9760c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f187ada6736a4e61aec4d1e065087762", "region_id": "RegionOne"}], "type": "alarming", "id": "0944304aba4f413391e7af753cfe1b6e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "28667affc33544b6a0618fd8a9d5ba02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1ca8e3942684474289fd71d5c008f79f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "60edebb4c9ca43c4a82c2b23cd5afc30", "region_id": "RegionOne"}], "type": "meter", "id": "48a324480e084e2396a09637e4cdf9c3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7886c15dfa104993ad9222992c93c48d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "916c762d5fca4fdcbc38b01392033d52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "204fb1d4b29844fba624cf5a7ee886b5", "region_id": "RegionOne"}], "type": "metering", "id": "e37fc1183b36499b860066ca29138d94", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ba6990172a694a54b053f2499344b488", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e2731209770a456885f2c02d4d479d06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "994a98bf245c41fdaba6fbea2df0b1a5", "region_id": "RegionOne"}], "type": "telemetry", "id": "695b6bfbce4d4575926dd8fef39afb7e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ee8de7e212f24fe2ba153ddf58fb3fc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3a93faffa9db4e51884d3a33ab058bec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "76c1b2586eb54e2c8e820e033d1be1bf", "region_id": "RegionOne"}], "type": "event", "id": "e076f9d87ad2431ca8c6e50f1c7af9ab", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c30a524312ce4a9b853704a0a38fcb08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "47c8546598ac46fc875b6d93a29f4031", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "053ee573f9424da68d3adc4dbccab28c", "region_id": "RegionOne"}], "type": "events", "id": "655cb0a84f8c4af78e8fe9b1c03fb033", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "93e5df4a944042ab88c5dcc186e53df4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "abd86d2c88104856946e97cbb9d94ea8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "29d166ed8f1c4ad9963d0727f8938d76", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a938365421744ba4bb9f7f3810377e63", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "32eb4fe7e1374d059b62c30a1d9578f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5a1bf7edc2a74e2babef04d4e275e86c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "864bff9df78742ae964472e58cbcc24f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0dbe7b16eece4f259ebe4ad0979c93f4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6f0578be3fbb432f83b6242477571bd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f50f7e6c325e41f6b9f0ecf48496f384", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4c0a962fe71d42228ecf5b61ccd7cc7f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "57a7d7da1f2f43969157e9b674cd81d3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "53b8d460269e4d8fbe73f776e814fa86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f08579a990a546089a599cea49dafea4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "646af0e4eef84aca9ea9702cad59b7d6", "region_id": "RegionOne"}], "type": "tricircle", "id": "91fc4b59d44c466aba5730789871c84f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "412babdbc2e44947a5ef27a436508f29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b469c847aeba4c0c9a8d18feea304406", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "fa0e7cea2a6b4b278f6178993d2a2e1c", "region_id": "RegionOne"}], "type": "database", "id": "bed76a0f9a8940dfbf4691ffb2638282", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "eec7c6df34f440739535c748d2765a8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "285c8362274743378d68d8e18ac8250a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "89843ae33c4843a39c63736f2a53e246", "region_id": "RegionOne"}], "type": "application-container", "id": "2c37b2abb512473cb671ba72d5603ef8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1e07aa1058e247dda077d782fa6106f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c7653411a8fb4822b78098c22ad9c215", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2a09607a543e4ad4882d5c9deb2c0719", "region_id": "RegionOne"}], "type": "container", "id": "ec39e47829cd409e9625e6844b809147", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6308b18ea0d04e1884e2711a9b1486e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5d621e6c6070434eb3950d513454e36c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b0ef5fd815604c0fb27f2998b5aa24e9", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2d9febdf17264408ba9545b8ec3b2c56", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ac67c96be3854028be22fe89c621a0e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bb88caf0de1049b7b6f5fc30892e73d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "47925e5065be48a2ab9c848dc81ce28a", "region_id": "RegionOne"}], "type": "rca", "id": "d5a726205571446fac0fbffe240334c7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9e85dffe93454df98f4115cf1e871edd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3dfbedf0d37e46129cba4252c2ec43da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "636ad4a44f2242218fdd821169802b76", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "80df762c23d442fd9a088bb26d3f11ea", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e5b0ed75a8854c02bf4f523335cd08db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1ba5595811d34f15abfd3634e91572e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "10562e2bf6b8476e95e566226ce4a20d", "region_id": "RegionOne"}], "type": "network", "id": "a9cb5e3eee67462da4fcb2393449a578", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "fed9dbcb6e7d4c5e85cebd1127bffdd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1aca6b11c8174a82adbb44e4b583f3d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d65d134a5f2346e98cc55f172f9ff0ed", "region_id": "RegionOne"}], "type": "backup", "id": "82f711b38ab347b6ade2d2e9e881ea2d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8ce92814602245feb3fecffdf5a9ae7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d3c679f2be324b4b8cc9b4dbc2b9219c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c50c510d763d426f9792da2f8ea58745", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5d5bc54ff5c04dd28e77657649239300", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6bc3fe05ce1d4763b27637bba6911050", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2bc8985085934278a167c967f43a570d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c2a8493c44324931a0b45d5f79e777b3", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "cbe3e2dc049c471dbb5f6a460811d733", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "51a837da6a5445c188459aeca0eda854", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8890a24c657c4046bd52dfc3a38b2541", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c25f8d64661d4b11a6b5974253b19691", "region_id": "RegionOne"}], "type": "monitoring", "id": "b8a1443e38e04c31928d56c76cda4c5d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "73000e9a1cbe4dde96d25d23efee58c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c9be56b43a894e508f1f79e76da67d52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "0e43213de9c24af7b1d39793e9a71005", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "875b6339fd4c40388b6eabbeb9abd99a", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "545132077eee4918a9bf3ddccc0a5714", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "d81be3cd3f34493bb68e91a1d483aa97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5aec34f9e7664ff780d2d3421e292836", "region_id": "RegionOne"}], "type": "placement", "id": "638c4cc2cb6c457f91c9985c4ff3f501", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "990c58e16af14d7890eb3796481000d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a0e58a9d16484b77a5f8108cd4eeb390", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a2a5e7072a0e4119a34ba0d865598341", "region_id": "RegionOne"}], "type": "instance-ha", "id": "3354a99c212349f1acb869d13e750bb8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "42a57a74534c4c7fae3d369bbeced336", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "adaab565430a4c3092a9985c860f02f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4939e848388d40a1bb7919297668d5a2", "region_id": "RegionOne"}], "type": "ha", "id": "2671a74c6a134765808fb45b8ee4b4aa", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9f1bfc882cf743ae8e51da1aac9cb75b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8514e88e61cc45cc8c256bdf9916b3ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6ddcae6d9b934a8ba1ed47d98bdf4314", "region_id": "RegionOne"}], "type": "reservation", "id": "a18ab9ec131c4754b322a9a457d21594", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "592dd3ec6fdc40c29d8daa25db817717", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3b9e21816a644f9bab2598f8b2897ae0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "91ae59e38dac4dff9c8fb5cf6535f3c4", "region_id": "RegionOne"}], "type": "function-engine", "id": "d768ea80f16d46679a405e6235b947c2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4513f3d35f5a422baeb721e62bc8092e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c6ac628175404d1eaacbdda5dff09209", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "4d7d14a68533467eb6d4983bbaf9374b", "region_id": "RegionOne"}], "type": "accelerator", "id": "c89e7d06ea294e4d94ba66c1012ff218", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5179bfd23a95458193968e6f98b4b19a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fc9cb95178c04429a7631b44172ddc24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0a6a8e3d054d4dc1b01aed2698074063", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3e79757b45ae44299806fbe8cbec59e3", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1ccd6192bb9f4c35986909bc34a3698d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bcca9fe94b4341c8aeab19c091ccb7b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c0fe932e79dd4889b0e0135923d389ee", "region_id": "RegionOne"}], "type": "registration", "id": "06dad724b14340dcb96a59c4022219c4", "name": "adjutant"}], "user": {"domain": {"id": "0ee63693b2f34866b6c5efcf16996bb7", "name": "babfc3c4d01146ef9a58970221f8014e"}, "id": "3a8abaf088b2429e81ed4306ba2a8d31", "name": "8b6445530daf4d47b7b6b205ccbaa360"}, "audit_ids": ["d3679196af424ec198e11f7a78c5084d", null], "issued_at": "2019-09-19T09:04:38.299135"}} 2019-09-19 09:06:38,597 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,601 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,603 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,669 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/a637ff9f-1029-4e6d-81ba-c4624a930c7d/validate -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,673 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,674 keystoneauth.session RESP BODY: {"foo": {"result": false}, "power": {"result": true}, "deploy": {"reason": "Not ready", "result": false}} {9} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_with_admin_pass_no_wait [0.429125s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,362 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,365 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,366 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,367 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,374 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.215855+00:00", "project": {"domain": {"id": "b94d57c0c4434cc0b59d1fed7441d8c9", "name": "1dd354792a7345b2a92fe2f527629356"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "53bea3e8213241858028a1e8464a562b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "85d5919241b447faae343b905132ffef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "55c981f8fa4c42c58d2d56d170fbd463", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "3279450ca45140288b8bc0355089c77b", "region_id": "RegionOne"}], "type": "identity", "id": "0663693056e34da9ab28311e9d411b9b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f9a8895a6907413582e29cb85992e82c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5af864531345485e99457ee397750329", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "42261ec57ae44caa90c7c1129faec3e3", "region_id": "RegionOne"}], "type": "compute", "id": "c98ec7ae5dac4899b99d31bcb25d37c0", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "30b281b3adb24db6a5fee8c4d941d498", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7ae6e48a64a5471bba64c2feafb62902", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b7d1e02f5cf743f18ba9fd51848c80a5", "region_id": "RegionOne"}], "type": "image", "id": "ea961793dd32483fb02c49b97e40305f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "965f172e473a4e9391852f6c4dff5240", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3e37a6554b7442bda997d549b89ab3d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "39c507e2519746bd8093fdb26a65b902", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a5948dad682143dd83a3e9427dab6d90", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "246a436ce0d442239b74e42b5998a48f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2943229ee183439a814ad92604b8f0e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87fedc17e54a479fa38ed3d90349e2e9", "region_id": "RegionOne"}], "type": "object-store", "id": "c374afac53ac41ddb0ea26444f21827e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f4b51e971c3140b88a1a93cbd4c4b4b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "da9f66c6bed14c77b9f05314fa0d1646", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4136a89fe86b4eaab08bb5fa2bc67138", "region_id": "RegionOne"}], "type": "clustering", "id": "9fbc05a96ace40cba526f14b669e5e2a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7392de333f9d40968c1641940c9d63c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cc6af37ce03a4f1e921c0250fa258c0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7e473aeeb6a443789398128e0bea8f44", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "cee39a634335480f88a0d534070af951", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a545670d410748cfa9889d6f51238afd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dccd83f46e284d518557f3f0fc734f3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f2268d5b965647c4b4e57e218a8bc156", "region_id": "RegionOne"}], "type": "cluster", "id": "ee548f2df2404bb3af493011cdf9c175", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a29708eaa241403090cdbccf201dfae0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "64003709143747fba383b405800e78b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "223627fe71ac4390bea9284c37b0e3af", "region_id": "RegionOne"}], "type": "data-processing", "id": "7e8699942c7a40debc6903da6ea9081c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5d851bda45ed4fe8834eb8e2ce91fa0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "990e01c679fc43dab7396c8f39477e36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4f4e1da978384f2d84ece7cdf8661749", "region_id": "RegionOne"}], "type": "baremetal", "id": "2fcebf77a3cd4ff6989d2030144ea471", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "06181cf396c74b03be844c7e1e956164", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bdb76cbaeff348789b0ae041e4d83590", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c23f7eb7f26f421eb76be8fb4a64c2cc", "region_id": "RegionOne"}], "type": "bare-metal", "id": "5e9b46db7ee940e8a2a97b78fe1519eb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8ceed3137b84487480182942652d1acc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "af34c47f0d4745c08183c5bfa7428eea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b8430e6c20374acdbc7e6680663044ef", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "312bd1a3fe92443192d0b3af317b2de0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cb1a62d1cf614b88a8e4157925b64780", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f930870a2dfb484b94f1b504515c74ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "dfb4e4da31a04d50b23cb8586034789f", "region_id": "RegionOne"}], "type": "key-manager", "id": "00e92ee1441a41b296cfdd26e263a99a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8e6618396ddc47ef84732cbe6398e919", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8238ff83865546afb24258cb3566782e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f01c444007844484b2e93f5a4993c87e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9e1de4754a4d49c683a105609c92aaae", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fe257bd57b9e479f8323e93b90c989e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "780b188b90234a1abe39a7a8f4891a03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bc4d2d41c9f94ffca42db1545edead1d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "006318b9b5e341b7a43067930880aa32", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "45e63bc8aa194b4a85a9b083de371f14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b2062891472a424e8ce7716a6421c1f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9bc5c1c1613241c682740772494c7f15", "region_id": "RegionOne"}], "type": "message", "id": "fc79b04175ac41b48ce56fbf03c31b1f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e33345642811483f99bec12cd1bcade2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d45f9667ac1e4f9397d8ae9da3f5837a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "15d97c936af54d1283287b6de02b6231", "region_id": "RegionOne"}], "type": "messaging", "id": "5b476a4d9abb433f919556797fe709c2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "15da5f9a70ba4c69b46908ffff8ad12e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2309461321854a2f81ea60a6c8d43c0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c7870a7ed66b45b285ed20d942495640", "region_id": "RegionOne"}], "type": "application-catalog", "id": "cb5f0ddb37c049208be1e6970b2d1cb3", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "27df3bfc0932492388f219251d339ba3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bf7257c706a04b788c897737ddd8f277", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ef7c4e14f5340c086dbd3c372ffb2c6", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "62127b961f08487c9525ba31851cd9a9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "12a0d8703d4b4e3793d2f91cfa734c22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4b4461ac0d894d26828449a86ae5565d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d48fb8fde7a6467e830e10dea485f858", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f484563289be4a0b95538d39fe42edf3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bbf0bcf65e004cd99abb8f4c52a80df8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "48bb189a164748e980a7dd5e5db260cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b5a73c7fc5754a2fb5f1e66308638aa1", "region_id": "RegionOne"}], "type": "container-infra", "id": "ac04f1f0b2434500b3b5545b6b610b6c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "bf1c82fe72824486baa70c10aa912c93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9fd2d86870b8439bbb2642582a0bc1dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "47c851d7e5fe4bc582d5bc75c56a1c22", "region_id": "RegionOne"}], "type": "search", "id": "c52f9912614c4b3db75e6ce76440efc6", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a8bccbf55e664de694c7e8b494082f30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3e994264e8e748668ba883cc6eb7175a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6c16cab4ce244b7993173b5f5f87ebc8", "region_id": "RegionOne"}], "type": "dns", "id": "7f94d4fd82584b598055aff391f62aa4", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8a32b8d5fdde41a1b38c57d6f861aafa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ef3623a85c0d4e0eb137910a2e6057c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "469197b77af548b2b68d59a9af54fa9c", "region_id": "RegionOne"}], "type": "workflow", "id": "2bc0bfa642de48509950bdbfe7d17251", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e0dd879d2b2a4ef5a5b2692cab25312e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b4d331c3a6ee4c4dad8d1d689e4daf1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ad9a1a5150a54070a1b548177d05ec75", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6840c6127af04f9eb063aac9da5d2f05", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1ea3bfea834d460e9018fc590042ff95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "cd359c153b8546bba8461a3af60d7e3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "5243a0577b514bd0bce1b12981d5143a", "region_id": "RegionOne"}], "type": "rating", "id": "7063c32c73f84cdaafcf2e35661f70ca", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "542ac2a215e24739b12d67725527a4c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cb9294e83ce7419aa3e8cf2cb1534eb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4c6adf1002d742bbbe1de92a14178782", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d95122190a874b1688073cdecfdc5410", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "476ed9e2b15c4569acd4e35ea2dc4ce9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bdbd77eafbe741d7937604e459e870b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ca28bb04876f460c98ccb9d13683b91d", "region_id": "RegionOne"}], "type": "policy", "id": "71e0ecfad5dc49dc8a8f6b1b4ed2488e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "079dbb5517c2496484dec481fead1887", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0f13d114482f4dd2ad28a9e25952e7ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0b3cf1be85d141ef94a4ec683e42fdda", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "acd4ff79316d4f538a01444f319275fd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5dcf00cbba2d4069be84e6aa0fc0f3a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "18403ed6469e40dda4a63510da0a8b02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "333bc322f7254bab8f5060ce3bb8e94d", "region_id": "RegionOne"}], "type": "sharev2", "id": "29efd4fdab504fbfba909e1c1d7a1fa2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8e474dd8b3c14aa9ad92776caf728e5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "317d409434fe4e1988b6c9c779c684b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7312cec45ec5470d9eb3e16e202c0b5e", "region_id": "RegionOne"}], "type": "share", "id": "f3d670b8865e4ecc8d52c592f32aaa97", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "15e762fb434248249eacc586fab329dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6463bd62a72b426284e2f4cb008be800", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "fe2e1db69b024b1f8b21a659c6440486", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ae22f5e747aa4ba980d93f009f1cf971", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4c4692c5b484b648e06df2d0d1942f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23e632b6041544cf9b50773345af2872", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29d2c93ea4cc46189eaf7f8f42a8a9b2", "region_id": "RegionOne"}], "type": "orchestration", "id": "afea4f766f3346b58acdd79e276da9ca", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "090e15f69c6149eaa4b05ef423173d92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c368a3b8946f43df911a4be76b69380e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fc06404571a4b9d923d2e8af0e559d7", "region_id": "RegionOne"}], "type": "block-storage", "id": "18575349578e40bd8a862f94e82accb5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cfbb03fcc0bf4428ba214bff0767e201", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8bf1187543745c2a78caa8d1db79f50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd0803c65a9448718fa794a810571770", "region_id": "RegionOne"}], "type": "volumev3", "id": "fe73d349edae4285b7f6857bcd1f1ff2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32a5295feb4d47938b91086311c766d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55b9bb8feebc4246b34a3f3e644ec08e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6567178b33f4aada8faa57994fcf4fe", "region_id": "RegionOne"}], "type": "volumev2", "id": "8196ecae5b9a40c9a3d64ea689f8dce1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8984e9050a6c4be5ba46da7ef86b8d42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c930411583042b6adfa8160ec376638", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "042adcc85e7a4a32afde8fecf1452056", "region_id": "RegionOne"}], "type": "volume", "id": "913767ebd2074886aa3f5ede23751ba1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72657121582d4387b31adca7f65eb792", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "406f44160a1d4c62a2bc6e89d01cd03f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb6e94619b634d3888a6d394c67feddf", "region_id": "RegionOne"}], "type": "block-store", "id": "6854119b4a994540964847fc1f2f2498", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3228b2a39a084614a4343e0f585f3780", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "78561e9da3cc45609a0df572fb4be144", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e779ffa39a864d278e48e0ab05ae7a7d", "region_id": "RegionOne"}], "type": "alarm", "id": "dbbeadca94154cb5a163727f7a1c4744", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7b76b91465224cc290f4ea6e691fcace", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fd593a84e9094bd38afaacbf72f69342", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "246de5d545214b01b5b36182f2d1c514", "region_id": "RegionOne"}], "type": "alarming", "id": "c1cf67f1000f441590c36a311b0124f0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8347e11325fb48d29d0044a1753173f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8daf3157705b40e79d9647087ee3b0ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "dae9070ffc2541869521f34ebe22580e", "region_id": "RegionOne"}], "type": "meter", "id": "fb6da93df7ac45bb9e01cc3f9ae71280", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "29d84fc50cfb411dab5bac6421e299e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "82b405d1322e479186b4f7772da74abd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7609883896f34c32858b9893457ee67e", "region_id": "RegionOne"}], "type": "metering", "id": "ca6972bf28b14305a07107d8c897fc71", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "af90a4d8578e4bac9e708becd5486596", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "76646a94b78a4ab09e42b389409b9df4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a9f10bf461a4483c9dbe7bbb08e624bd", "region_id": "RegionOne"}], "type": "telemetry", "id": "976457ba4ac6403ebec36d47aea07844", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d795718f730741be80d496ddd3e1d864", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d4bab544d941488187a94d227022b158", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "eb596fe1005549fea7d3a823f5d13201", "region_id": "RegionOne"}], "type": "event", "id": "5a835a53f566458ea571998b17ea662a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "75c79fab2fe546dfb615b8418e348822", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e1495b5ee8164025992deb56b3cf7d46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1337b4b589d445ff920837fe538f804c", "region_id": "RegionOne"}], "type": "events", "id": "3f8db46adce744e4ae6bd52abb62a341", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c9bc5a6b2d7a46fdbb5de0e5b3bc6718", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "89e96b67b1cc4e0fb1371f6d20217ff8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8b3e70ccfaaa41d6853e8acf006b316f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "bb49907f93cd4d358240a3f9eb2a178a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f5971d78f6cf47c38e30b1a9a7dac7c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "70ca64e7f0fd4bc692a4b82d9928a877", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "76f03049d6dd490cb1d31c3a27b3f96c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "cc345f0b1e1d4c61bae6b26df7a0cfbd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f39b32aeca34438a933af4013d252adb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "78a8f49d7b6d40369036d75e60f4651c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "df4a8cb735b94cd1935695bb29695c5e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "aff9aef915a94d0d8c2ffc8d7bef3d7d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3361578882cd4ed09cd268ee0a9f7e28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "39b3fac9160b495da13d99008fd62a0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bbb0019be1d44ad18774d9c233789bf0", "region_id": "RegionOne"}], "type": "tricircle", "id": "892ccf0d707042e7bbaa37b47f949d03", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "de7fcab578e34b1ca77c9d4b86971ece", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c5c9b3b9880b4c169436aaad0be4c8ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c82af5b3ad3a4b50bf0275e1e5cc5fde", "region_id": "RegionOne"}], "type": "database", "id": "2e76ea70d0384d239b3d3e5cd0f31404", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e2f916c2a28b4459a11bb5a32b3219e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5e15a563844245429ed31a79cb745c97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "67fffa0b60aa40498010271a24edf5a5", "region_id": "RegionOne"}], "type": "application-container", "id": "b090d56b9f404640ab7acba4ad21b11e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "afca9d0a596645148aaec5409e6e5b46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2efd869e963e4854875f4706adffacc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "dca48723f09e405d9ee3327a3c2628f8", "region_id": "RegionOne"}], "type": "container", "id": "86e937d666074e9b80da2f5c78ea1471", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "460fb9124bb048068f0afd40c4bc56df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6965c24f751a457490790eb3f3b9dbc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5e999d0a751b43ea82da17faec970b13", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d30e55dcdfcf4feaabb30adff7179b51", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8635ed5804244340ba5f16f4afbf1222", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a02f4e964d5f4ceca68c918a33bbef74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "72db62da7ad64fed93052653fb62b121", "region_id": "RegionOne"}], "type": "rca", "id": "8295069a60d24a158412605135885b48", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4540254fe3e34f5fa0819aaf9246a404", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7c754a49bb4c492d8d9a5c1661a1a0c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "872947c0e5244264960840cdb907d26d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "655072825b0240bf807a5467bbe36eec", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ab6b128b152c42ba9eabf3a2f39ea9e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2b87b54f862443a788411fb59ea8d859", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "753083c784f043868c2bc43b60233582", "region_id": "RegionOne"}], "type": "network", "id": "8d4801dc96a648b3868d4837deb89eff", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ce0e978f01da4cf7b13fff433beabad0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8e2dfaae18d54775934756bb7427349f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "78a6b9670d4f438a855115462ac6da87", "region_id": "RegionOne"}], "type": "backup", "id": "465547d259a847648c728d679392110f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "12b36f94ed274a51a2d01305fdf5645a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c2345dad8a994c83a3dead113a2d9b17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2f53f49d6dfc459289bb71d4d80229da", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8f025d61d0c04db38b7de5f32bdd8674", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "409c881c3ad940b1b2a84be527778c5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "eb4eb6ff20b14dde9ce1aa58faf11cd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0473fee6cb3b4b4bac0b1fab8efd59c9", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5212129a911242c59886fe33e6d889ce", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "add11ccfc5ab464b87c1cd8e06f7b824", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b05d0c975d52418486b13acbaf5c0c71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c031bb9f91c64d9887eadc3e84c6402a", "region_id": "RegionOne"}], "type": "monitoring", "id": "a49f8048cd3f487ca8bc798f5bb1f83d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "adf74af21de244b49b46cfb683a6d28c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6c1fb918e4304eda8ea80ba9bceb0a0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1c2ead18e7dc400ba811464fe81b9b43", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "dda08fe3d18c4cbc81e21c1980294eaa", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "52a84af10e2c4d06a4b88656a36967c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c6125e88782349b3ba2b2f74b4515267", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "76c6b4c7fa6a4a15971e91425f77c309", "region_id": "RegionOne"}], "type": "placement", "id": "32c981d8743e4905aa822f60ae3df514", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c1014dde918c4141be1c85d85229a8c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7ed7de6a43b64796b795c9c6a44fc9e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "308cb904a9c241ea8cd8c739c511fafd", "region_id": "RegionOne"}], "type": "instance-ha", "id": "861e6e747ea1416bb04a9f3f0bfc07e0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2503c3312b86453ca1ea3ef5cc0ffb1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8d12a854e6ba4bdd9eb852842e0826e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "92083db694e84f40adca61fa0315ef58", "region_id": "RegionOne"}], "type": "ha", "id": "d18e69b561554859ae9e92bf2de68d83", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0df3ec30341e417989f9bf98c333bec0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b9293df48a6241bfb83dd5454036461e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c022ca660aa94a99b5f2214d7abdc712", "region_id": "RegionOne"}], "type": "reservation", "id": "ad099be1bf464790b3ec0c557fb2165f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7d6360df254e4e15882756f6b3c69ba7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "272a693c7e1b4a54b7e5f8199bd99bad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "06fdd47ea5624d0996cbf05306038ac8", "region_id": "RegionOne"}], "type": "function-engine", "id": "79a93141e149440aa72027884b118e6e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "69138bab4fb344059e5b3a3259515067", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "05f52130b8dd48beb19488d75e39c300", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "97afa826e3864e4badccc45b2eb5f2d3", "region_id": "RegionOne"}], "type": "accelerator", "id": "a3323b65bc56431fb4cb7195979b0b54", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1188247431e34997ae92640a445e73fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fecfc1cd8fd446e4a6d4b5e7fe0989bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a0532490091e4fafb05bd3bf75afa125", "region_id": "RegionOne"}], "type": "admin-logic", "id": "88322dc736a8456ba454d6c85ea4ab8a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "79e2054f4ec049609dcda28f79586f79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "69f4d4d0957648d29ffd0ad101c9e448", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "dc2d153496c949fcb8aeae2a92048377", "region_id": "RegionOne"}], "type": "registration", "id": "5db1c0da391a407d98c9126d5da96d43", "name": "adjutant"}], "user": {"domain": {"id": "2143a32b45d9456eb0de6551f68d3064", "name": "262a7d4c2994474d982fe888132566da"}, "id": "891d32ce55e745cc90ddfa4a2bf41f3d", "name": "afbb4c24eaa8444aaddf3f31eb9bb015"}, "audit_ids": ["f637878e77944ecb92c26090718e00f7", null], "issued_at": "2019-09-19T09:04:38.215855"}} 2019-09-19 09:06:38,505 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,511 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,513 keystoneauth.session RESP BODY: {"networks": []} 2019-09-19 09:06:38,588 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "image-id", "adminPass": "password-2", "flavorRef": "flavor-id", "max_count": 1, "min_count": 1}}' 2019-09-19 09:06:38,592 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,593 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64"}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "adminPass": "password-2", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:38,613 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,617 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,618 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} {13} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(instance_info_changed) [0.273227s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,393 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,397 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,398 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,399 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,409 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.330803+00:00", "project": {"domain": {"id": "6aeb8352c2e3444686bcee2eaf6ccc19", "name": "856913dced3e412884dae1bcdb527c73"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c8c5e815f7b34cfd8df6bc86da7a781a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c8e9aebac1434dfa8e33f7ec5d0e8a96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "85df2f948d534e549f1fb29a7365e51a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "40a7df54e77d4ae194599046382345c1", "region_id": "RegionOne"}], "type": "identity", "id": "d358d63fb7304471a10935dc70f926d3", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b034e794ff684881a059161f713ab402", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c86e4844bcc141f59f8d08cc8efc6077", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d81ecdd83742413691be6e09a61d0f23", "region_id": "RegionOne"}], "type": "compute", "id": "239dbc8939064ffdaff4a0b197fd18c5", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1664a7c8d1a74c1ab242de9da544e714", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c550bbfe08a144d0a960fee478d4a10e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "12b4ff69371a41e8a77f032e1a580d9c", "region_id": "RegionOne"}], "type": "image", "id": "6e314bdb2b094a7597bebff90738cc06", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e63215245a194e7d92f667dd3ed68b4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fe0ea3f8511e4880846b15bc62ee1f6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4f4d24dd91004ef0a3ee4bb5ea930c27", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e15a49236d8f4e65a811ac0f87cc3225", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fe8bbcedaa74aaa8bd94023ffa16fe7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f9ec0cefa0a43fdae5add37605d4628", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0cac9cb8bb404a7e8c0b450735f666ad", "region_id": "RegionOne"}], "type": "object-store", "id": "09d0655fe8f24eb8908c612954c318e3", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d85854c6d2034146b4df7b406d30ea45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cc73ba381194447a8aa5ef370c140bd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "20d487db282247fbb75fa06eeab571e6", "region_id": "RegionOne"}], "type": "clustering", "id": "db214cdd0b9d4755b580a004c1b312e1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9c18896cee754cbdb121294f25f08e96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c8e8e1bc07094a52a33c9033016fd3c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b4fe25e8a7cb481a916dd73d8893363d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4c09635e08ed44e2804f0500e2aaa639", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3b4c68b0199c42ebbf7ae839db6bf8e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4f6321bdcc3b4d4d941c75134b5b622e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7a0307e683404c63bc13e2a021f0f68a", "region_id": "RegionOne"}], "type": "cluster", "id": "ac92a0025a864a84b00a79fdfd98669f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d8a76a374da44cfc9aa2fab3a0cf43e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b92d079a4b6d45b9b9a0efc8f02e5d9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "819ce998c0a84f96a6ac3daf746c70f1", "region_id": "RegionOne"}], "type": "data-processing", "id": "f1838af26f754da5b62a8ef0bca0c77c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "da36e0e9398442cb932009f698c5365e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "91fed62b432c4ebb870fbc386eaa2931", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5aebdfee55324803873cbe1522c83624", "region_id": "RegionOne"}], "type": "baremetal", "id": "5c68f2bc86c64a6ea94db1a9e2572dc0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "56e13f1f243a492795d52f3d3680867c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9577db2579b447dda877487940ff94f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4aa02b3c99cc452bbb791dfcd5adc15a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8eede73ff2564bcf81f4b96860587ecb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "eb97d822a57a49e58d484bab777ba51f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4453492f0b0341c8b6223efe0cbcddb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "06c7fe25408b415889583dfecda3b006", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9f3b9a654e704f5f8d76724b355d1ab3", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6448cad4b5604eff8c71f7ca8db1dca1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "957af4a3ff924c46975d4be15694c61a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "12e7673c72a14b51967806163ac4a9e0", "region_id": "RegionOne"}], "type": "key-manager", "id": "0fe81d842aee45718eb3d6be5bd8c838", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "52045156c7394a6483c0ea4ecb799fac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d55ca4c55b8e45e99c4fb15c390445fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a730f83c06cd4fabada2cd870377c24e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "4355e6a5e5894355aab09a8a1dc0595e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c42c4dd210cd41e8b0be8c116a21c2ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "812e853a440e441fb27f6720fc0613d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1de24c2c6d1b4ccc9dc1c70471268ff5", "region_id": "RegionOne"}], "type": "infra-optim", "id": "317c5ed72209474f971bd9d0c2091a8e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b525d989b0ed41c2a838cb8e54ffdfd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a3142454145f41179cd8a11e0d98da0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "615d3ac5693f42e784cd3cc8a1c0d0ab", "region_id": "RegionOne"}], "type": "message", "id": "0bd4bc8d3f7e407ca0ce03c32bb232a2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "347e2bf94afb4fe5bffa1c77d02c2f36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ce9a4c56f1384ade995900039a27ab9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e630912862dc4282b021bc3548d4343c", "region_id": "RegionOne"}], "type": "messaging", "id": "ae4cafd1b037494d94a609e2b667d42e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7212e2aef81e4ddcb4fc3f0194cf3182", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "de7435042462482bb5bc38b6e8d0883d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8308915220dc49c9922ac2a7e72880e9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e2ed836995344ff5ba71014019c8f229", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "13be6433443740648192d238c0c4e027", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0ae319f78cfa408996b875243224a1f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6f31d335c01548e49cf502bd8a92ccb1", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "99f8f4d43fc54711ab6aba23eb22a10a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68847102cbc24fa29f5c98b6db892842", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f6603e259e254b11a10700e9946daf38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c0a7727491b483fa781ced07014fa62", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "265cd4c4d2e64fe78e86f623a8bbe2f7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2d4f1671725b47a3944a6babe4a8eb1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5aaf8b2e609341678f24a1ca793bc872", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8ac5a6d7be844e3eb38497e3718c7f5d", "region_id": "RegionOne"}], "type": "container-infra", "id": "35f2ad9ad45c4bce912b344bcdac2fd3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0ca3628a926242009efe28f8b32d5407", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d2e8c722c0c645f89ba1821e28d3d949", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "7ead28acb494455ead5f01ec07adf306", "region_id": "RegionOne"}], "type": "search", "id": "878e975338f447019e35415db264e3dc", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "dc5c26794cd84c67ab1d6e121d77d310", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "79b5ffc079034483a97a9893282f5a45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2d993ffdac36441d86484e4f0e66f954", "region_id": "RegionOne"}], "type": "dns", "id": "c86daf6518b04d3fb448939fcc43936f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "179c3047cb284268b1be2e837341c8b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4020fcfe5efe465299e9c6d851beb9cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6811d6eb914546f5bf6c0d2e5f72096c", "region_id": "RegionOne"}], "type": "workflow", "id": "830106380d114d59b96929c7b8b06f32", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d3f8455f45244c9587d14ad9af8e7a54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3e92f420c15c41339ba93188ac1dcb49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "241a231e69344efca3b644a1022f0ac3", "region_id": "RegionOne"}], "type": "workflowv2", "id": "32ae57edc1a3454e858d8b24ab125ab0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f81424dc615c4d6aab730dbbb4612254", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "228a87c9440a4af1a04bab4283a9e381", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e229953a6fef43e78e11c254a7c0bf98", "region_id": "RegionOne"}], "type": "rating", "id": "5637222d2e444148a06f163176c43d13", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "29a3658de47a4e7cbe82608fafe73642", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b2b1e65c8b184b9abc39c4596ecbfbdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "25bfdd32ce9a4fa7a343d1f2cf511087", "region_id": "RegionOne"}], "type": "operator-policy", "id": "966ad6b2fb6544a1a27c9d42fd5d71ab", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fa1df784365c41c984c4c8be0672e84c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4635f0d595c14b088115058360dbdfcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "069074b087484242b26ebc183d732989", "region_id": "RegionOne"}], "type": "policy", "id": "ea5cd1353ef943c0b69e6cfca0a30334", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0a4e6f8a3ffe4293a0fa7f197c0a82ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fc994202bcd44931a403c2cab6c0fa49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "478e7eac19aa4bfb8ee47e443fcb1efe", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "204c086747944756bbcbad3707fb6f10", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8fd1f73006584d6db479ae0b043665bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "77a2fee31506485a8c16a131775022c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "684b12a5e3fa4bd29c355b251279a29c", "region_id": "RegionOne"}], "type": "sharev2", "id": "97e83d37fd27466bbb465e565b68a636", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7d1f43cd8e7c432183ac1114bc12d8d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8f9d0d01249c4448a6c4ab295bd39e48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ddbe015eb9a44486a681390794f619ef", "region_id": "RegionOne"}], "type": "share", "id": "54c61aa539be44f892b13da5401b2214", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "521652a372d84e6da3764231f3c98edd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "93c59b0f8ca745f4ba72f164102132b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "835d1025f68a47fc9cab176e9d01b7f8", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5ecbc7607a0b4b02b04cf3b8a59f71c7", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68452ebc1e20465cb0e8d2d7ec597039", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4c4efaaeb6140108028429259d92e34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5dd372de001421d893ba86f0137e4cf", "region_id": "RegionOne"}], "type": "orchestration", "id": "d1f449ee6b85420a8d1c0ceb94cbe71f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dee72ea7c55649bb94afdc60ee11d10c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b157dbbd167642de8b32be93fe78071f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fa5380fd527467eb6fd4e54b0bcbbb3", "region_id": "RegionOne"}], "type": "block-storage", "id": "3c4c23e5f80f43638dace29f97dbe77b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb150b02223b4e72a8ab8eb558632a21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4821ee32567c494a8131def51d64f464", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a76d9320debf47f899e472826de0a117", "region_id": "RegionOne"}], "type": "volumev3", "id": "9811e2baeb57486e97e29830cfabd69a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e176b3fb6e5142ab8b2a606b2f3c20ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c42a1261aa7c4cdfb1e436fd631227eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0d5d7dff7074c789bec0950fe2dd787", "region_id": "RegionOne"}], "type": "volumev2", "id": "5950a7c5d4a64a21824386f8bdcbbb3d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d81cf79ae05f42a281cdd00c0cc465cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b2409941a4640698f89deaf99cfeb21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3ba1e5b571647c9a77af7b8a530b443", "region_id": "RegionOne"}], "type": "volume", "id": "b5a7fa42dfc348bcb5965b30df7d7e31", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44cb9cc4fea749548299ccebef3c15a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16de5963d844427f8e8f4619224aeec6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd3e257ebe5c41dcab7236a965e61d7b", "region_id": "RegionOne"}], "type": "block-store", "id": "957cadf4ad5e44bab5bfb398997c46a5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e506e4db50ef4ad185f7c9265f9a6265", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "482e0310c7414c45858e3783416527d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cdee584b036b4cf1b98b0fb9ad222ff0", "region_id": "RegionOne"}], "type": "alarm", "id": "444cff9420b643d0bc798ab9039d10ae", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b77b92adedc1495ca46b055da21cd7ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b6d7fb80771c479989fe0ca4a045b65e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "05096c8fe2344f798708ad62512de86d", "region_id": "RegionOne"}], "type": "alarming", "id": "29503d6d79694c03bb1cd242681fffa3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8b21c30485ea49aa8412ca6b5e48325c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d10735b289cb4e6895a74458f81f2853", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "adb2ba5e04914585b052de2e6442863e", "region_id": "RegionOne"}], "type": "meter", "id": "e32fefc5d45e44e5a8013c57eedc84ae", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c94cd7255821497ba785d72fface5241", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "80300cb705e24fecb20da97f8686957e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2d7869b140754ed6a391b11a8165abfc", "region_id": "RegionOne"}], "type": "metering", "id": "97c85a2c2ead496a90b2d2399e1aea6d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f8eb5526072d41af8820a629e86deb05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "09380b92d5cc474ba78363b8ed048828", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a160cd4bb32f4fd682217a3ce3ff8708", "region_id": "RegionOne"}], "type": "telemetry", "id": "22717289d10044dcaa5d6a355f31eba9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2e5e6aaf2c1d445a9b4022d0264e1131", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7d669f24368a4e4e8e1e2099360fdfd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6afce7dc51e5468aa820c5cb33cac249", "region_id": "RegionOne"}], "type": "event", "id": "2735cd8cc48c44f9a1d983d523e2cf77", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "601daf147a524c4fbe82810be7d0f3fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "18036a4c315a44b7b917ad493b1dfdc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5a3686946af242caac47657c833a5202", "region_id": "RegionOne"}], "type": "events", "id": "0c88f315ab4b40d891891398897549cd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9210f236102c460dbfa3f1410f8cfb51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "93bb43ef9755466cb3a027326cb7e0f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ebda59d2e7d74ed0b6bb29c5a9dedbd1", "region_id": "RegionOne"}], "type": "application-deployment", "id": "adf14a2f9c064965b9b9dbcaa497528d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ce1dc56a7e544b1780269a13aa1b3807", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bf447b9b8a9241fc97592233dec368ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0471877d72b74d7680ac6bc43d389290", "region_id": "RegionOne"}], "type": "application_deployment", "id": "58cf27b0c4f64ff193ec0e3e4c62fe85", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "82810f81f9b547f0a2db285262613ccf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0abc553e51674f09a4308a00e2903b95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "976dd6dd6e3646ab99030557b19fe06b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7d547eb72fa14bbd932188bd1f6bce58", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c2b654d196624aecaef0fa554dd70a91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fb5e142f47b34ed2acc8ecd652f5b42a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9fa1775bc09f46f697dbcb5f6d78542a", "region_id": "RegionOne"}], "type": "tricircle", "id": "be89867fd31f49c48ded0c42b14bddce", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a94105730b184afa93831b01abdfc0d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0d90648b13b34430908a30b71cc47cd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "9b441c9a857b4ec18e9816e3d027fc90", "region_id": "RegionOne"}], "type": "database", "id": "331b625a49744424af13e27c7deaa7df", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "95fd8ddcc844489dac88b46b787e4753", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2d5f10d03c4a48c79dc95fd0d89e8c31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "48aab40c74ef4d5393caf486093d4eb7", "region_id": "RegionOne"}], "type": "application-container", "id": "766beffabadf432e8b3c79155f6f98bf", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c0f235a4076f4d86a35991f33daf18d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "497e9f1dd8434eca8422deabbbd5f207", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "697ab1300fcf4267b654bef4436a4e53", "region_id": "RegionOne"}], "type": "container", "id": "aa7fba1e37a04ca3af7ac46ef023fff1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5e136306825a404c8064b9b0fd1cb962", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "aba00e94c5294905bded6d057adfc9a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3361704a51b549b6be77def3e41cf596", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "989b886cb3fa4f76b8d7abb1e4202918", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cf567a6d50a34522b1339d86d6581fac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bf8270422e344482a90591662fef5db4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "32029a5152c14a6db82302e01e2afb39", "region_id": "RegionOne"}], "type": "rca", "id": "d54242e7c9ed42ba9531f4a75c93aa08", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4717cbf8720d43c08621568a80ac30ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ed66d18a4a9745d5808ff273345fea2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "bda786e02fe442e29c8287b7ee4ed0e8", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4245a9fdafde4619ad1532b742d3e75f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d288aef08a254cd79b084b409c2be173", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "09de20e6e53147f597914b9afe4b58f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "9dbd54e0a5a04b608665d6ca50c58b59", "region_id": "RegionOne"}], "type": "network", "id": "9a0adb4e255a42b5b1b49b68af5210a6", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "19a4a22795014cacb7fd0c671014ca61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "94da8cc5028d4834b7db3a63067d232f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "2fba4cfc8925465289278671f9e7fb4d", "region_id": "RegionOne"}], "type": "backup", "id": "e130ab16d5cb433db055eb7a58d420f0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1659259bda2745778bd9f2ea69524877", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "10a9172786d547abb103b0ca151d9fe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c18db26e53344ff1945797ab814fba8b", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8d0f19ae812d40d9b95ea4e0fc6cebfc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "23bc822f1c2a49519be6f219b3059799", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "370a3333a59140d9ae3d991035c3844d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "be17b9a777df41b7bfb1788cc8b15f4c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a904a5f27af1490aa58763f0fc866ec4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b974f21de7c741ad8dea7981d1a7380f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "dfad2bd6c0904d2fa944ea9944a1699e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "cf1e96b5fed24642b7719457e0b6cf24", "region_id": "RegionOne"}], "type": "monitoring", "id": "ab37feff1981421cbb54a9835b0ae41c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "094d96f8ca4f4401914ebc29b672bdfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "45aa4485a4d245d69f5447a5baa4fce6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b22265aa4a904ff7add5f38324aa1a9d", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ec572a2fd24c4af5a14e3e2a73a475f9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "995edff797ac40ca93c3d282e8ef5b6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a2db3527e3ec4a54a40886da7ef46c50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "26a295242756467ca384b96b899bdd0f", "region_id": "RegionOne"}], "type": "placement", "id": "9bdf605dafbb478ebe3980e5dd154693", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "92f7cebde46a49b9833a400197217243", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "748b83ac24fb4ee6a603a5736e19c892", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "75e18093fe3c453aa51e3b4547a36d84", "region_id": "RegionOne"}], "type": "instance-ha", "id": "3caf21f551664e61b0daf6449a07dcee", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4e6d1f14697e4dcbbbb712653b57fc85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8fd2d02fcd3041bca37bf47ba6931cb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a2d89ce6b7704e1ba247227a7f5b7f30", "region_id": "RegionOne"}], "type": "ha", "id": "40b77f80d91c4410b3bb375f35c6b79e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2acc02ae90ba4ca49e06fe9ca1d687ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "326f3d2c7e3d4f26a08077db8a4a5c05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f9ab2e7f5c964f25b6cd24f0d5a1bd63", "region_id": "RegionOne"}], "type": "reservation", "id": "45c989cdd173410e8ba30312017688bf", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "65eaec3fa34548d19a1c291f54cf2d65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "41b9f02c937f4b098a41dcf374f1bc3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "6220319a1cc7416988e6b5df4c8e4f47", "region_id": "RegionOne"}], "type": "function-engine", "id": "30d7bda67f574452b7765d80931a1aed", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "513bbdd183014f8db3cfc770d7cbf4f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a8552ab04b6544688aaabd14d9e6fece", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "4f66bc141a244aadb9458853000db507", "region_id": "RegionOne"}], "type": "accelerator", "id": "94ca54c7077840a786ea455352069f9b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "394b8a56759644d68f17603d68bb4099", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7431ab68c070480889f81c92b9872efc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8f9b32acf9a746b1aa2404f391390b39", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9b7e1cf2f67e4f0ab15293ea73ab1afc", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "58a66235784d46b3a957965a8a13c753", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cecfa8b717804a55b0bf08aa70be6d7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0f2479c0505c48eaafdfefcfa3553149", "region_id": "RegionOne"}], "type": "registration", "id": "1053936119394a30864213e5428b8360", "name": "adjutant"}], "user": {"domain": {"id": "0084a2b7385f441b968bd19dcb38a30a", "name": "f73a59f723da431ebbcac235ab9c02f6"}, "id": "e1cebeff16104228be046dbaf32f73c3", "name": "263e22568daf4bac98aca3488d704064"}, "audit_ids": ["c1dff5330e474324a5fa27f47c0c183f", null], "issued_at": "2019-09-19T09:04:38.330803"}} 2019-09-19 09:06:38,474 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,477 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,478 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,537 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/c5e95882-ce72-4222-b7ac-8255c1cf0930 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,540 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,541 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "c5e95882-ce72-4222-b7ac-8255c1cf0930"} 2019-09-19 09:06:38,590 keystoneauth.session REQ: curl -g -i -X PATCH https://baremetal.example.com/v1/nodes/c5e95882-ce72-4222-b7ac-8255c1cf0930 -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" -d '[{"path": "/instance_info", "value": {"cat": "meow"}, "op": "replace"}]' 2019-09-19 09:06:38,594 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,594 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "c5e95882-ce72-4222-b7ac-8255c1cf0930"} {8} openstack.tests.unit.cloud.test_clustering.TestClustering.test_get_policy_on_cluster [0.157304s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,669 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,672 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,673 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,675 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,686 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.609365+00:00", "project": {"domain": {"id": "c186fb913272418ea86fce8eab4c5e2b", "name": "0179444c24654e26b68db44a8fd27bca"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "27f7f148c1294ffcbb01ee0ac8a84293"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "036a00d6b3e243f5a2ca5903d93be263", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7b2b23161bdd401f96021e2b4ae58110", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "55afe58c5e8d4ee0aae4a49d9b9545aa", "region_id": "RegionOne"}], "type": "identity", "id": "3dda06b48dfa44469f31da70df3aa519", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a26bffd5c2c845ed994c2e4c8772f468", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6e688efd8b4a467bbc8de05b5644e947", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "79c04ef009eb43fda842668ad0ec2eae", "region_id": "RegionOne"}], "type": "compute", "id": "955f85166d8c470bb650550f18f6b158", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "28e7922b6ec8437b83ab7cc4127437ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "351cfdbf112f495bbcbb082f3f462224", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "cf17d50c4f7b4c89b3b2166d28d9faa2", "region_id": "RegionOne"}], "type": "image", "id": "4b506353ad82481eac6feb3cb69818ca", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f62d10ab024241f8bd8b4ff550bd9a33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b6f3b43bf6564293bca32c20311d42f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "98df61d0fcf44c91a9efd88f3356f45b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "5a4816e267734b5994c519010583413b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e08df323e724b7eb3db884ed0750dc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ba50be8b27b4e85ab0d4f7ac7c0c6bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c04e8d3e09c4fb889dc2120f2df31ec", "region_id": "RegionOne"}], "type": "object-store", "id": "ea9db8ce35b845b68e6cefd2496b9362", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5ec8dfca43474d10a3c8460d9646075a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8d6f9db80bb44a9890890a43d8b26398", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "07cdcc04e93240c3802a03b1c3650d29", "region_id": "RegionOne"}], "type": "clustering", "id": "53c189be03fc4b4e8aa63a5c3d6d4759", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f2830044d83e48a68ed12d10432b4d0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "edb3e8c1ef854b12a39b60ce66b9ab4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3addcd40bbb44a6989066ee0a933b693", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "0854d26ff6ab4f4d9fb9442e04e25b5e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2db3d94e728640f4925c4687b05aef38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "731a8ec4b3aa462db6e05da84a9b4b31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9cc3697e80d244529c576e5d5b872eef", "region_id": "RegionOne"}], "type": "cluster", "id": "c31a4e7051814e2fa18aa0ff71b755a4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "54435de423b4478f8fcbfeafb1be2cce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e03d25d2ad37451bb7a9d1872ce33473", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7e010a0ed8a7469ebd42e8e8ff3f1abe", "region_id": "RegionOne"}], "type": "data-processing", "id": "ed22081b84af4e1592e65d1361910b1a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4d75c9f05c27493aaa6d8d04f0f4ce92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3ce3589822e7430bb69ebe7556170019", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e006f2d4ac774ba6bb78eb23675c9191", "region_id": "RegionOne"}], "type": "baremetal", "id": "0f7b4701989a42feb14401805adaa930", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "eee0c4e7f6fc4396948910c304f7eb19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a5274ef9a48840b88470ffe5b1cd4d2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1b076e214a014b40bcc65e0dbd7e6dd1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6343577e93574a03b72209a134096ab0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8b08077e6d8e4b9688a4ac9d0a172d30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "53f6059bfbce4b96925a5b7709eb7494", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "fa1fc4b850d54e619aa84e91004793e1", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "3444e36b81a74a1383ac83e779a2e82a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f1ffce4d628d44e6bf8ab0268ee3e46b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a240b4d1c1474913a721a0b98db9230b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e184f03c8ba4473ea23c65a30646890f", "region_id": "RegionOne"}], "type": "key-manager", "id": "5c36fbfaf481473cb9c1e6eb4be292a8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2b8aa0cce74940bca864f32bc7f58bb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2f1e4f471a7945e88c84f26a6594d28c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a002d40dbbaf4c7abbd363aec45c49be", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "67b026fdd0524d89ac0576a76bc97291", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a8b326bd1fbc49de92ad8206f6000d43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "95f7124ff75341d4aa5189f2283315d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "378ff8ce9f7e4d688c7ef4a67c79a785", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9bdadc7f41274557bce6cd05faa653e7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "60807d486c444aab8682ac37216e2d99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0f5fd7ccf778456997d87b0f28be3e0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f1c58d8df2c84cb5bf072ab549c99cf9", "region_id": "RegionOne"}], "type": "message", "id": "b83e505444e94e2b9bc1beca316910f5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d90a1b107f4e4321bcb97b89cbb41fa7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8bb1559b6a8e44f78f6ea0eb6bbc3c5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "460e36b5dc80467f8f6d1b11aa46c1a5", "region_id": "RegionOne"}], "type": "messaging", "id": "92c5507b181e4442af8029612330156e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1cd916041d7d408293ac894cf90fba6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2a0220eb61eb4fe187dd7e4fad16a0f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4dffa70c841c4d1c880248396f4cf197", "region_id": "RegionOne"}], "type": "application-catalog", "id": "98fa4e0756ac48aead0bb5b337053930", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "01856868800849f58867bbcab1c5411a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c27a5c8241304c918fd973bc06b9ae75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b92cea873a3b468394cdd016b738625c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2fb20707395243f8a434ff11778104f4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "89cebe579d23442e920016516e8ce63d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9110b8c6c3814ecab2f3d75358b3bfc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0388e8f5efc5424f8b14a083bc0fef20", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "fbe44607c2ce430cb1992a0d5f2ef8df", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "14f8c4d6c2cb4e19a2ae9e31a87eb97f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "776e7ee76bfc4d28b7e0c3e8236cdbf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a0ca4728d43b4512b88e547684ad63bd", "region_id": "RegionOne"}], "type": "container-infra", "id": "b1750919333b48a983e1cd8503870dbc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "272707050b3f4585bb1cae5513e95f0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b8c36ef16d9e4a889835d04f154d6a90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "7e67864622a44f92a240cc4cc7a99900", "region_id": "RegionOne"}], "type": "search", "id": "1d7511d8677f41eb91dc7547221e2b4b", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "37e982d5f32849e29f65b9450ab2d693", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "fddf5edf358c4946b485470a618b93ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "32241d461a2742bd8a01e47bd9baf9b6", "region_id": "RegionOne"}], "type": "dns", "id": "b43e94d3316f4bc98ff3a8c90c4cb188", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "70ea17c7f3614b63a0116fb74dbc6b9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8e79c61f7ed54edb857728ba91ccfb30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5a45a31eb8fd4a9e8545d66f6407b3a3", "region_id": "RegionOne"}], "type": "workflow", "id": "c69c1ea32a0d4c438e7346aee752519a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "41144ab88c6849b2aa8662ca2f9d8753", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c4505f76068b4881b4256b77086a63b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "99c0ac3f2e2f478b8317acaab68a64e0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ce41c373c8684faa96b505b85a1b5200", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "60eaa1ce55c44a508a12792cb7174c08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ee90e2ce66fa46ee8ff1f77b9a79e9f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1b2e21e5190e4db8b048bea8f020195a", "region_id": "RegionOne"}], "type": "rating", "id": "d4eda2755da549878aac9f67e258e2c3", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4d26d1787afc455caf47fdf60c822804", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "019bc9c830df4c8fbf711d0a39a1952e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d48c678df44642a18262f9a2d5ccae01", "region_id": "RegionOne"}], "type": "operator-policy", "id": "7411f4d132f9484baa7237f777f526c8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b21451bbe47c4fb6ac7e679ab432f9fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2ec31983810440a1804a8520dd53efaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "188eacc2a15d41d9aa4970758dfacd85", "region_id": "RegionOne"}], "type": "policy", "id": "de657d3ba8d042e89997736a7ac74874", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "08b5a2b8f5af43d392f3be3f32bf2def", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "77eca9acf7034522b1e66e5de3abd323", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "789124b7e646415db07270bd05c3d7bd", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f192b8a9f90b400f8956208348355728", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "57d3cec3f6a84ff6acf8f83c3bd5733e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d4a5355bfd6a4476afd10aafcc3780d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "943bad9dd8f44e2f81e10d2d0359e7db", "region_id": "RegionOne"}], "type": "sharev2", "id": "a854a006e7204618b6e3cd3952aa3db3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b4005e51171846279e9217422aed9874", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "308f2db42f0044968a2542b38f9aeef0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "be1010d6c4c948949aee710cfc3a82f9", "region_id": "RegionOne"}], "type": "share", "id": "295b358953964fb6844037c2fff8c0b5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "79d11db418ad47b78d2386e079e15eec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "480dca16b7884816b689e1725541aeaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f85ed73f152d477383c5d2d850ca354a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8277a8a0a93d49e39c06e8ead2167bbb", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54c95ffea7dd4c4480063c57d50de3e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18bdaa374359404eb281c6ca592c4457", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3dcca45db834228bf4584c5677d96a9", "region_id": "RegionOne"}], "type": "orchestration", "id": "921e045b250c43848209686172183322", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec6db796984c4fc99c0f49683eaee8d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02f7d8e6dbd440b388fec70dd6a68003", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98491a4b4f67418c8f25fe5458cbf24d", "region_id": "RegionOne"}], "type": "block-storage", "id": "119cf3a5bb6e46b5806dda1a3c8683ba", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06bcd4444a2049b2b0bc20d7f6eb6a15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1597f265a7dd469189d31fe5383c14ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ad7e7472e6f4ba4ae944084944db516", "region_id": "RegionOne"}], "type": "volumev3", "id": "fa739e107494480c8764c5d5ef6a8f20", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f315c95d4f0e490eb38427cf688f8cab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29819d8940734e1e85b5d5647ce7ba5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3570e3f3b43d472d80cee661ca76bc8b", "region_id": "RegionOne"}], "type": "volumev2", "id": "d3368468567b493dbc0e41a800ac18d3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74f12de1617f48d09aa24685b53f74de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f96b96c7d2144263a4533ee05b8a2e48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6352587000a6420bbe3a1c9169d1a48d", "region_id": "RegionOne"}], "type": "volume", "id": "879146b906ef496ba6c4172af349cc7b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e10192d363b742da8e5f6edda3e49260", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bbf01097d82a4522ae313166cf7348c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58baa456bf844fc1b07a925551131d62", "region_id": "RegionOne"}], "type": "block-store", "id": "4e1a0ef38d5549df9f73760b351e83cf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0500b63725de4009b30177608219e8c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7ce2b408a4e14753a84db64b2677534f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7d23b75001d446ba9394ecc17f32299e", "region_id": "RegionOne"}], "type": "alarm", "id": "19ebca7eabd74dc08592f0346a6fa7fe", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a77ead29ff7b4fe6a93bbb5be7879228", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4e4cd166accf444ab3d3ce2e729b51c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "142637b6104e4fe98584a44d4fbd9f9f", "region_id": "RegionOne"}], "type": "alarming", "id": "9e0551c8fceb494aaa5352fdb3c70e30", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2fa47e0435f541999e791e49626d66cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1c622e288bfc473d9057c9b101fc18e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "016ae85f95864ce1a4fd48137a424e89", "region_id": "RegionOne"}], "type": "meter", "id": "424e003b2616426dbf0d75f9a1dbdded", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ab83b89b3241432c99d170d976988a23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "27bc3e62e7f04407808d93387d5471e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5a7c45ce96a947faa3ae8901817f90fb", "region_id": "RegionOne"}], "type": "metering", "id": "2cf2d64de75d4cd69fedb6375e5dc27a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cc67154ed64f4987a0777ee633128ff5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "71e31192c31c4bbc973e14469b0e5fff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e5abfa52518f48ad87e311e4fa927602", "region_id": "RegionOne"}], "type": "telemetry", "id": "2fa9aec23b884f49b8721dff0d43ebd9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ddde3f73abb14feb95150f97df627625", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "06879a5166424439be7704294acc5125", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6edf1aed03ac452fbbde8c9173a6a14d", "region_id": "RegionOne"}], "type": "event", "id": "b9fb86de2e474adca163733d44949ecb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6b062c61799e4a4b99c6e7612c21b46c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "16afad415bfe427bbfe531a52a2b9f1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3882946831fc4cae87ff8beeaebe8a02", "region_id": "RegionOne"}], "type": "events", "id": "8ff56422d2904dda8e8108690b7437c1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "753c2c8a28fc433fab657902a3b07b75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5b0b5b3eeb1244eaab16db78516b7eec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d6b060f5f0db43f78433f2551cc9c94a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "46a3aaec77464577813c37d29667f6f4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d6dc290673ec4ea5936b4acb1f3a0010", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5c0c5bace200472688260310175ada54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "70e2a9c4385f42c387ea4b9d6ab77035", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ab04273fe04045e88ed0cae8d5ec0af9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9e29ea8c79c54932ac1d963351d4bcff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9858ad58956a4d68b342fd9aea0f96f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "43aebf2b6e3344d0b1c83168a5df5b6b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "12843dc3a5554473b6e673b1ddf3d038", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6612d392bbe44319acf546793c826b3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a642dbfefbc74eb2a22d50879c10bcac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fb9016d8cfbd44898c6443884c67aea9", "region_id": "RegionOne"}], "type": "tricircle", "id": "31b399ddcb1e42a3bb738651884a4027", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b4970f9e77da49bf92f253dc30d445e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "4353373872b8463f903b2580e76fc5bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7045f76203d64051bcdea538930ef629", "region_id": "RegionOne"}], "type": "database", "id": "3575e8d8c6f84e9081391399f510588d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d15c5bf09f9e4283b6b30ab68296cc05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2add9c4ebace4a4daf6f65398bd9e014", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "efa85bf2881c40499c54578d42531562", "region_id": "RegionOne"}], "type": "application-container", "id": "22681557b1f84b4da24a775a9b2c2870", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2083f5e1159243fe9c240e7256f9cbb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "34ae53c328d448c68b7560a86890b094", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b7bc0ecfb6a44c918ab6deb22befbb9c", "region_id": "RegionOne"}], "type": "container", "id": "ca97f7ff34734e338e56e0aefd7b0ece", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f8a19794cd8a48208d18fa3bb3c62eb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5ba97901fcb84412b5c4fc2f053d8cf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "73381648e901493e9704d444b97e155e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e728b917f8e04652ab361893e24cf1b9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6fb27dcba8e04fc69b477353a132c671", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ec57d008ca744930baa835a4a97f3cf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0c7d81fb73e74fb396f017056cc58114", "region_id": "RegionOne"}], "type": "rca", "id": "60a60380f3c04597bda30b01573a9163", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "11b888836939415b8c400f6b89fd1a79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6505a0db3de44ae8a919da8328da8a2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "cd8959f1e59c4a6d8ec9e33eb5893bda", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "736e8ded3e604c1cb5c3a6ddb56301d1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "956741a1b3db49eebef25c3368c30845", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "6b03ee9341a34d4faa6970d62f9672a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7a0a29d03cab42db8c738dd3640540cc", "region_id": "RegionOne"}], "type": "network", "id": "71ed6ea2cdb5435c93c6be11dec6813c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c9b591b339be4992a4765b6a81d08ed3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "72f9bd68be0e45a294e94e98e9e251be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f2337901b7214c1c865200fb7226fede", "region_id": "RegionOne"}], "type": "backup", "id": "49d6985af84b4530836c02a495c1ade9", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d0e93d02d17b4fdbb90d75f7cb86c638", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9dfcc457d4b54833832c6e7dcdd2f6c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "611b6dfa0f504322b3394646a46b4487", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c992ca83b5674969b92af73bdd637a09", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2856a915c9dc4801ad28cefde3021aca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3df1db9ab4cd421992a2adfcf7814bca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d853568f4bd2490a8ac387ebcc4a255e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6abfcaebb08c4f6aab38ae290041926f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "234393614e2046138ea9943f0289712a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0fcf70cb8bf048148796dfdc053f0351", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "84f18d634cdd4d409f4598e222de9b1f", "region_id": "RegionOne"}], "type": "monitoring", "id": "fa16d4ea622d4089a5d34183bbed9e09", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5a4f2e5f70d94a82a357309ee8ad4a91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "453029b0ee5742d1bc9365bdd7ae5cf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "19cd7d4e2dee44d99d3c6c884855eef0", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6a4f5175af334766a5d05275e58d8325", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "60e777f7d3d048978fc8d37ee138c811", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5a85adb8685e4f9fb7a3b4c67515a7a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "54baaa876832455bbdc1f102c57b681e", "region_id": "RegionOne"}], "type": "placement", "id": "cc3e3a213c724fa6a73b8aff5e273b2c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e658fa95da2247358d8c6972f167c23b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e0fda1df3d2e4ec2a222db30b7dcd827", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0d7d7ca5deb043dd9814bd0db99e4910", "region_id": "RegionOne"}], "type": "instance-ha", "id": "43303011c6f4433c84663a57d92d14b5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "78331364344643e798526305d4796dc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fbcd5407a8354e1fad9a4ae8b903afac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0a0d10c076554e2f806d41061923a5bc", "region_id": "RegionOne"}], "type": "ha", "id": "58b98ad41ad146f39e6ee9c3b8f9d438", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5552e33fadb947258948b4671c332ca4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "406bdc3a7f1a4f45bb756c3cdfe4c152", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "52f1c5a94fb84b06a27efbf9ee207613", "region_id": "RegionOne"}], "type": "reservation", "id": "0da89789c87543c2b6e6c75b9f41028c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bcf13359cd6b4f4d8278080c3732cc69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d6b0d97fcf284e8a9c0f49b5dbfd2f56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "9c398bfebb0e4d488e0838f008c3eac7", "region_id": "RegionOne"}], "type": "function-engine", "id": "d1c1bfb164b94d95a71c47a7d1be2f62", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "56a3d654780c4c4e83e7e9efd0a51b26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d447a39b283d465d9fd4e043269a5196", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f91b7a16e7ba4aed8e50d5421e08de0e", "region_id": "RegionOne"}], "type": "accelerator", "id": "2ae135c68ca94a7fa558c770e6366192", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b2690b2c82d3415891b0a706be9b1a81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5774c12987754ac08322839948ba213e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "aabaa52c522146cd83aa1f369045e343", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4ffc758ee2c94757a95896b433b19beb", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e847814188e143c4809b03e4c5429dba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2b6ede4b27034840ba204c9bad65334a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c49b5d2ee6e34369905655101cd8cc55", "region_id": "RegionOne"}], "type": "registration", "id": "9cacc431b25a4a7e9c03edad524d9f62", "name": "adjutant"}], "user": {"domain": {"id": "6445a4fa28ac4ce0b706f1d74f7eb578", "name": "fe2b2ef1613e40df8bc84e7f28d48148"}, "id": "93cfede9a0c347f0ab25a21334b50f63", "name": "116c694065924f64abd2decb2e96fc0f"}, "audit_ids": ["b39a6dcb218a4347adaf1836830a9022", null], "issued_at": "2019-09-19T09:04:38.609365"}} 2019-09-19 09:06:38,732 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,736 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,737 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:38,756 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters/1/policies/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,759 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,761 keystoneauth.session RESP BODY: {"cluster_policy": {"enabled": "true", "policy_name": "policy1", "cluster_name": "cluster1", "cluster_id": "1", "policy_type": "type", "id": "1", "policy_id": "1"}} {27} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_validate_machine_raises_exception [0.200670s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,462 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,465 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,467 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,469 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,480 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.402260+00:00", "project": {"domain": {"id": "ff294d23687046e9b6511cffb58d2a13", "name": "b01da50e9acf46db819950aff3376aa4"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6e158cf9b4704a8e8f3c0dde0c11f4da"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d93c9ae68f614085b595edd54c07623e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "99010196c3f448b4b92ffb38c2179101", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ec3efc1d0a714c139be7c193ed4442fe", "region_id": "RegionOne"}], "type": "identity", "id": "8de32bc690024a1caf39b7da73423f04", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d58e45949be44ad08b308e6b9be427ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ad961d54e74847f5a274b89304ae940a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "05309b40068f4cea9ac933cc22d79078", "region_id": "RegionOne"}], "type": "compute", "id": "a088ded733bf460fa0fdf3fdd5711fd6", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "2c2ccc71de6c4b8da24659c5bc91c456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "444d29437db84e5abba4b119a9e13a16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "890708af2cd1429496690fe65bbda039", "region_id": "RegionOne"}], "type": "image", "id": "5c390dc4c437451099d39d688c43abde", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f1dcdfd8546745168f60f53c0b948108", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8aae5c79d61a4b01972f4807a4b5cf91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "993f1b6cd6e143468d235e67bf72be2f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "2f745df8ef0d4e1c9592236b7acb725e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3543f6a49552478caafb23fe7988346c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b578ca8a02a14f50a40dd56e1a68d71d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5031981f79c4407ca851c92971bd34bb", "region_id": "RegionOne"}], "type": "object-store", "id": "21d156c9336640f78897f851dd5391f4", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0388774b2d534e19af147fbb38e65757", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8edf8b2acd0a4fa7b4c50016cc4178ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "755ee966aa8748c4921ab4f6c7303b95", "region_id": "RegionOne"}], "type": "clustering", "id": "d6ba797e2aa04532b05d94909d877659", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5e20f181015b48f59db3defbee93f442", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "88efd023a7c5460ca9964004c4f6d3be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "244c9dd9b27a49838652367a106e3640", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "968a3a2332a8402a89a2e6d268481b2d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c0dda620f1204a2cae152689e53da205", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "971d74f6ad9f43318ad674608a43ab81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f6253ae775374b0c90efbb045dc29cbf", "region_id": "RegionOne"}], "type": "cluster", "id": "abef9aaa200a4364a60e2fed4ab06dca", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c3f9bd1e191a4892b7c03827d66aa0ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "28afe8e2f97c4a10a91622872db6b1c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8560ac67e38842688a9691d689668cca", "region_id": "RegionOne"}], "type": "data-processing", "id": "d0d414fec2f04da580778525792b5cf5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "51c22b3c8d964f9c92e1220f0e3deb43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5cf1cb3e722a41b2bb2d96b353b498ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "dda4d4a314b0495f88e64bd8c06d7ccb", "region_id": "RegionOne"}], "type": "baremetal", "id": "ebba6687ede94998a6e985ec7116545b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "65aeaca77bf34399bb8550dc18bdfae0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f5d47ecc02cf4b5aaeac565a0552cff5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "68bb76799bc34809b5dd7c1e9604a14b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "fd45d39c9fe5418aa308598b3dd298cc", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7b29610e71f54d81abbb11a870670c8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7ab524e5585f4aea85c75c03b6ec2ae9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "532ef230864840c6ac395711308745f9", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "56138dbedbc94d5d92c251cf84b66ba9", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9b9861e9f77d483f8ad5c17975142857", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e6b9e6fbb58e44efa13d90576b2f1fb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "203b99957d984f4eb6a240ddac68a028", "region_id": "RegionOne"}], "type": "key-manager", "id": "4d6924cf2dca40c4bfa674c1ffd6757f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "779a40dbbd0f4b8288a7008b4f3a5fae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "13becd420e5d45629c252939d9a14067", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "abd7b16553f645c4b1f8ee0d799fa47c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1b842f0f06964ac09680de6c8f6d5482", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8948f7287803402f974b19de87776b9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e3234c3155ee454f80ed79a9d28ecd09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e160cc7022894b90a9cac168c8b78760", "region_id": "RegionOne"}], "type": "infra-optim", "id": "953100c712ef4c7cbb8a46d151aa5329", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0dc72db05de148fa94da5d757cd1292b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9573f1297e80452cb9f31af431d55aaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "74a7336d9f54410194b61e40e475844e", "region_id": "RegionOne"}], "type": "message", "id": "6300075729404077b95b887441504e79", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fc66c16138804e07985895384149ffe4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "453fcccef9ca4389a06bd3b860b3471e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c27cacbe7f6a45358bc4d7fcc025a0c1", "region_id": "RegionOne"}], "type": "messaging", "id": "93de557eb8044765abc784a0ce88d993", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6003c3dfd0f24f15974059351d8a4cda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ebbe83c6ebde4c8da0f2684a305c264d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "80fc0c17452a451e8ae2e88f862f9063", "region_id": "RegionOne"}], "type": "application-catalog", "id": "9c66bb6055a348cb88e8f27ecdec34e7", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "08132b9b2a4a4430b1d4dc8cee4936d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71de35578ade4c5f94934cbaa0719413", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "974e8d152b234e51a0f35c5a16632097", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6fa3f83c3c8d4b9890af6012a8c105e5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18a46119b26a4697b6ef5af3843439e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d15b6b06a3344747bd45ef39c9bd7f60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7bb219ad21d741dbae89fef465cd4dcc", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "56d204a00ce4440fa4baeaa0169e2a2b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "af54c844613c467397431531c1ba7fb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dee3ac4460b246a281c65bdf6094e48b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1fee4eaf48ce4b7cb515656f151ac37b", "region_id": "RegionOne"}], "type": "container-infra", "id": "fe627cb75f4d4c0f8409ed7336fd4e7b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "dcd7efcad3694d74ace763e8151ece09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "efdf84263ce04b81a225b8456aceface", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "11d63c1cdbae4789909c88141289982e", "region_id": "RegionOne"}], "type": "search", "id": "ddfe1af0b1444cb590b586b43ee45c45", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "632b033f998b4af3a6e5503355e2f78c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "5ebc8800451542559521ce1139b969c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "cf76521e45064f178056f9c6e7fbf6b8", "region_id": "RegionOne"}], "type": "dns", "id": "a566819a60ec43e6b329090b10eaa138", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a7d0b1957a124e7080bb0651d54509ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b9ee515ab5974e9b8751480dfde3bb28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3576c719717a4d52a177a9f6abc3527f", "region_id": "RegionOne"}], "type": "workflow", "id": "c164ce3e64ce47de9eb193435abc3be1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f156fd8f197b4a9c9fd55e0ce3a2231a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7af5a42d229142999076a60c6a492e23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cb33055b7fce4d86844361f0321bcf75", "region_id": "RegionOne"}], "type": "workflowv2", "id": "59ebe2d922404de089fcb60ac2c75974", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "fa7d7dc6c23d49509490baf18518ae2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ebfb622dc16742f49d66ac416003a185", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ac429da0c3084f5ba726b04a2db796b6", "region_id": "RegionOne"}], "type": "rating", "id": "a6aaa567989148dd9d0979f843216971", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e8e99c1d2c904813a26673a7fccb932d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "65d6ea9273054c869f47cc8dc439a823", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c5602123d52b4181a23f4a6771227436", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0b17d4cc2879446ea6e04fb9361a5252", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8f2635a5c16a4189bf01b47d0eebb471", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6a2d03206958414c8a05221c72d50272", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a76ae67bd23f47a4ae0b1f41dfa72960", "region_id": "RegionOne"}], "type": "policy", "id": "39475c7b125b4c5b92fdafe3a37f34f2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "71a3622987ea442192147846059c41c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aab2e276ccc34179acc3577876ab43c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "473ea2171f8c471a9f15a3f398de2387", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "34b921b1569f495c9716323280b94a3c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a0313c3c9ce049b8b53f6cc54f27bf1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "86caf37ec3fb4604bc8b552ca64aa644", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4679c0d628664c159491a1a2bad02578", "region_id": "RegionOne"}], "type": "sharev2", "id": "8abc562e711441f4b7b612668a2c7a8d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7a6bdae3911841cfab97d4e6a7d57e4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c6c010e51ada41ee9ae340281352677a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0f3463a1c8e149efb7d5702b7ad09b82", "region_id": "RegionOne"}], "type": "share", "id": "578d3a687cfd446180229af5f1ea9617", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4d49809434604b00ab9419a3632412f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "00544e63336244e0b5db0b56b5a1075b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "39ae993c5b754adfb7c4b1b16d4389d6", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "bec276d5f01f4ffcbe4688368f11162d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09c151017f854b68a8b2d2377b262d0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17e78c76168a4772846d351df378e32d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84af7c3b40ef4c48b34ca25511b651d9", "region_id": "RegionOne"}], "type": "orchestration", "id": "5a57caede15e41f995bd110df23dde4c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "768dea119e5347e4a51d7f2ada555a82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1860bb25b65540eeb90c12e5951c2064", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14b48f299d294b998c6a930c251d5368", "region_id": "RegionOne"}], "type": "block-storage", "id": "f6356ff84fe641779b8ae53343c4d6a5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef304bcad3a545e1999a3f75647df4c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38290a3501a942e495b85c35ca78fce4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e83c7b58f154e2eaf9fb9839576e734", "region_id": "RegionOne"}], "type": "volumev3", "id": "7cbd66ea36014069a1c6158a29bee41c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb9bb7eb6fba4ce78c3d08e7311b6759", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fbe554dbac0b477a8b7437a49f9f91d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f6213fb8728463facefa1a042bb1bf8", "region_id": "RegionOne"}], "type": "volumev2", "id": "ca6a1a9721034232bad9957c0861ee9e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da37c57c16ed479fb6e2886b1f7fe5eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0beeb8880b03434597c91b10e8a0f1c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "522232189a0c45c1b6ecd7af43991d62", "region_id": "RegionOne"}], "type": "volume", "id": "2521ee0359b04b689570d4357792994a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1438e33ac814e59926fa4c8b04ddc4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "641716e253c64e3dacfc390b944bf86e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ced87eeea4aa406aa25828c625c36c79", "region_id": "RegionOne"}], "type": "block-store", "id": "5ad2a28052014a11bc2bdbe01b4a95f5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "221bec4c388d473d87ef3c4cbda75def", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d226315786c147ab8f86f1a8f6277d80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fc75c01638e045b1bfefe37ccecebed3", "region_id": "RegionOne"}], "type": "alarm", "id": "7ec8915ed5e543cd98e1080e1cb1c589", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2d6b11fbce1a4d12809d1bab9be61e72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4c7be43a9364463b9d0b9e143739518a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6594421b6bae41cb927bfb90d05f4211", "region_id": "RegionOne"}], "type": "alarming", "id": "5b1aff7b13714f3c81a68e770f19c8c5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c5b4033c16c843c8b5d58fc0ab817d2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "67aa33fee6c64c8d87ba00c80a151676", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6843e518e6e7461f8e5d16b7e04e5a2e", "region_id": "RegionOne"}], "type": "meter", "id": "1983c96377a04b3aae2daab8037533d6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "db6c0763d4c34584bd0b2a920c457a10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "38b49d23246b44c69f2fd476d9ccd837", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f2d1cfa270b448429f5c641b121c7c79", "region_id": "RegionOne"}], "type": "metering", "id": "316f4758cf8f4336b73eb75b9db9f372", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ad4567f7b1dc46469f24567c6717a52d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2430b45527b64b909364144708f1aac3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6f29f05f07c54faabd539183b2f2b450", "region_id": "RegionOne"}], "type": "telemetry", "id": "634c697d31c249ac80820499c1c0355f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fb8c4dc9afb3421099db306682b3a865", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f2808da83fce45ee86e20e86bfc60e88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "32414607147941168adf6e64ded97a64", "region_id": "RegionOne"}], "type": "event", "id": "1bfac0bf7a4d4617add11288a50077a2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1681dd5a690e4436b02e8db09d046039", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0556ca92691f456eb35aafd305feae42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bc66627bce8d47c0a4785f3fc1e74fb9", "region_id": "RegionOne"}], "type": "events", "id": "8d67d77e87344c80bfa92f417e0c5e92", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3954427ed2f847ee8d44675c6be98de9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "750180f21cc54ea5b518a278774fc1cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4144ff396c8e440494796255615bf0e3", "region_id": "RegionOne"}], "type": "application-deployment", "id": "afd18dd7be2742648f27f86876ab3efa", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bb78c4f4b16449cb9a024657a3a5a803", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b8e01d0fbd864477a26988f10f9d4ec4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "330c088a888e485aa5a97698077d3f05", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5ba16de2e827440e88afa62ac89ea281", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "75040c3866f34707a0838137909379bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c076809e36ed4c2d90d5be4b6d3cf3b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bc33ab1afd1648198fe904dd122d5afe", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "45e031005db24e28ad2bbbab5fcc82b4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "48e3b7959e2c45da8307dcd940066d49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6b240a90aeb54f329fffbd00d4c88470", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "59777000a62642199d7a3810346b3acc", "region_id": "RegionOne"}], "type": "tricircle", "id": "d3e174be343d45a7ba2ade8af4119783", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "79b18ba254a84d6a8315418805af6f5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e6d450b4a4874484b74418f4a91c8563", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "55eb5b03f58d4613b0d4608a8dde86ab", "region_id": "RegionOne"}], "type": "database", "id": "89b8c6806a6548fd830ddc1ee53968ac", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3ca29c624706464280b86ab5c7f60c21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cba0cf8d46bd4ffb8b70ccb80d0c2009", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "38b0710f9c274eabbfc21d970caf4a0b", "region_id": "RegionOne"}], "type": "application-container", "id": "79083d37453f4ae2bdd34e2b0ea54291", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c0991b7ca20e4b7882fed0ab9034941f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "623bc5908b5f47fbb0f5f04685608d47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4a842af7cdbc47538424bec6e5ac8a5c", "region_id": "RegionOne"}], "type": "container", "id": "d22a663ef8b84e3886cdce1048110492", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f1d62ff340664f77b069ea0475abe1c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d153bd3eab1d421fa8cd5174cb291071", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6d62dad399f4485da625863a7e9915c2", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "25c89ab9bd6d43c9af4760fa7a97f1da", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c1e7dae70616411e964a54ffc5d291bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "716b52fbcbc4467a89024656a1335d68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "03d5389979bc4f9487d5daf4ae039d9c", "region_id": "RegionOne"}], "type": "rca", "id": "b764d113ae844b17bfc57c896ba38840", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4457ef5e0fee40638cdbb9e0e4390dbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ab7968e1f3d348b3bbb64eccffbb0b10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9cadd6c2757f4baaa8e844721ebb7142", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2018ce65c796437cac6448df4df4200a", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "da7aba5c262a47dbb0df2abf3ed01dfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f5710ef423344d13b8a6c51755873ef0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "26eea13640704353972655495798186f", "region_id": "RegionOne"}], "type": "network", "id": "5f2d3bab13e04040aa010dfbaea156c4", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c55ccc1c4736466bb39242e3529c4d6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "05e32dc7919e47d1b834e6fcc4af2dbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4b60b1bdf1434e6089a289b1b5673a36", "region_id": "RegionOne"}], "type": "backup", "id": "a6368002745d4416ae94d54530262e2b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cd2b57ea5a924c969a20dcb759b46f7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4e43f7898432405fa47874d6d236d282", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c06bac499c6b485889b50ea612dd11f4", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "58e214d78f404699a805a736459348d2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0a5fe320b7c848588b1c5178a0108f9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5c520a04ae77493cbed9564d663a708c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9f107daff7464982ac54e7030fc7cede", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "37d37c03b5af425fa5a1ffd599800a22", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "09360b43777d44c7918fc9038b98b05e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "953fc5bfcad34a2cb4892c794421beed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f2531341080a41998629777b9876031a", "region_id": "RegionOne"}], "type": "monitoring", "id": "b20ea29463e34827ab7222a4ad96a0f4", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a6266b5af2ea451883ad00151c78fa9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9449b40fa52b4514ade869dde3d4dadf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "aec73b57e38d42cfa3102f0d79925294", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9c58888305c74df09dae7c9c5ad8b830", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "cf16e98b9d2c4684a262ee355888ddc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "06ed327b014944f7b64d6ea36a04a155", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a3a40a6e7c0e455093ad2d13ee2333ba", "region_id": "RegionOne"}], "type": "placement", "id": "578f972e51ab4b13ab966f31b76193c4", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "488884354bc447799bbb630489cfcda0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9e83476e4efb4672923022abf7b27cd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ffe5ac198a5448c797f1cde0f01a54d7", "region_id": "RegionOne"}], "type": "instance-ha", "id": "be2af3ea40fd4e5d95009a2315075ab0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f00729f72a744bc99a69bfcc4ba45c2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "efb26f6ee1e14446bcae68180a956f63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b060901682064e24a671f538d314893e", "region_id": "RegionOne"}], "type": "ha", "id": "bc837ef5e05643969407e8d736a035c9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0772d628c8c64fe288eab429dd476a8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "839abdc65c954683bff44c0f06d91b4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "846c4dd84d674ae49d82a1178077705a", "region_id": "RegionOne"}], "type": "reservation", "id": "10dae8877a2148db9df101c3bd154358", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "45d08a7605a24b0b803e58bf271cdb2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "26ccf39e5756455eac3529cf090c7101", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "26702097263a45f6abe4912a136dbd18", "region_id": "RegionOne"}], "type": "function-engine", "id": "b5c0102c1ef5428fb1adf23c1e58bfc2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3a3285952194468ab3ba31d36ddab039", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "cf7d7d9460c048c5b89e99119d027f4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f25ec93e07e447b48ed0021b7b577e5b", "region_id": "RegionOne"}], "type": "accelerator", "id": "a98e29498f1441f794c2e9448a8855af", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a379bbcd044c4e12be7a4e9f32b6ede9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "83839e6a56794681866df0896d90b2b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "742b468dbce948e3b54e2d5767e22fa5", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f6c1ca52214b4e2f8844db0b9a2c18bd", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ddd245ad6ecc4d58affb3e0669a59dd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cdf64371559e49bc81e63dbace832476", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fccbbd04fa3144f3b54c825340675cfd", "region_id": "RegionOne"}], "type": "registration", "id": "5335bad5182c4211a04ddbc2115c2d09", "name": "adjutant"}], "user": {"domain": {"id": "218e423dd8e846ac9b6c9cb7d732498c", "name": "e69b21c095c849118b4c24f0be487f17"}, "id": "deee4e97f44643beb5cb3185a6f7d1c2", "name": "744dc1eea28640c6a15cf7cb95764c65"}, "audit_ids": ["311865781a85483d921f102e92a3fc3c", null], "issued_at": "2019-09-19T09:04:38.402260"}} 2019-09-19 09:06:38,528 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,531 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,533 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,591 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/6fa687bb-561d-4f3e-9856-b8466739ebe7/validate -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,595 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,597 keystoneauth.session RESP BODY: {"foo": {"result": true}, "power": {"reason": null, "result": true}, "deploy": {"reason": "error!", "result": false}} {23} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_create_volume_invalidates [0.499387s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,264 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,268 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,269 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,271 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,282 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.201563+00:00", "project": {"domain": {"id": "80d5dbf9385145969093223feca203b4", "name": "5d357d06b0864efb9e36fcdae143865c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "84767bf65c9a49b087a2603456f7bc3f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e04df80a37e24ceea3a6cabc192a7d7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0771d4b2b76b49819d4d4a7dae6efd67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "004c2301cf264c6da5ae8ee244c73119", "region_id": "RegionOne"}], "type": "identity", "id": "e47552839cbf43858ba1586b03bf6ab1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "97e0e24656b24edab10f37ae6dfbdaac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bfdb1d373a55453398a56e433e4c0446", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "af43399ac3894db1bb13f3af2fed3ca1", "region_id": "RegionOne"}], "type": "compute", "id": "1277d08fcd074a459deceba5d599762e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "8eb4811dedb44dfca1d0273a3bd37015", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "eb463bab769a48b3b7200be6a812b78b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "35013e47f3cd4c228ff01fdc24732577", "region_id": "RegionOne"}], "type": "image", "id": "f2bfbc5c182947d4b7a199f6ab712975", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "559a1745b92343f5a342b99cc2825feb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1e16b25443b24c2b80e95d141a937b1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "55b99c4a83ef412db17ef72bde7ddcae", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e86f6951aa264954ad4df59fa856a3a0", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "78dd1ed95a5c4384b1c57819db277b43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51e5f2337d924647b9027fde9eccd4e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a548bc96b874694aa6e3afd9db234fb", "region_id": "RegionOne"}], "type": "object-store", "id": "83f66c78fb974b52bb23ab7082a4f04f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "afc7a155004241c8848b2de9ad3f9c54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "37734fb7ed6a42e986558aa7ded5d766", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cad91ce5b78a4361a1a7f8c0d36f20e6", "region_id": "RegionOne"}], "type": "clustering", "id": "99205452361d47fa94edee04515b0a2d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f35ee6571db1479e986634d951940fd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4bb2efa96bd643adbbd145bb881d22e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8bc7e085f02749d9934a02e51cfe348c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "29681ec3dbd34f9193115e440aa86155", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cdba09b075a44d1083ae643555df358e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7044ee670fc24ebd8d5d941b2eec1bc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e3216d50d82d48768c10a1e6798da416", "region_id": "RegionOne"}], "type": "cluster", "id": "d524c99fbb2d4f84a96582f3ef1cab67", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "aa47ad7979534b02927135b598ffc833", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "25bcf334eb6e4022b97fae2b75e6fbca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "fe65905f85854e5ca946191c7a67e3ae", "region_id": "RegionOne"}], "type": "data-processing", "id": "4cc6501b688244b092f74f9f200231c3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3715074f45ba452986f364df8bc383f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2f5fd747d1cc4054b239f5c6a8661dc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e1c88bc77389472d9a032189e68bedff", "region_id": "RegionOne"}], "type": "baremetal", "id": "35ca9d20b7a8453e9f5172f410ac90c1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e79b6d22e14c430bba80abacc48bac14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "613dae8768dd4e7ea6e22d9ffa3d5e71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "15c2d1c6311c42ad8e7bdaa563bf7333", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7df1398b39544b5a9b2ddedd291fdc6f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "311fc91527f4438499a1f2b9f35f29fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a58c3be07503455ba0ad37fdf9fe03a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c241fcea054b49abb702e944c8ef3373", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "456ba7dde7144ff7af901e7d206aec74", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "69df7f19a42e4a80990494fd9ae1df0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1137bd6399ab4a6eb66d0db37526d0ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "66c31d8f4e5249609cbc478bfe7a352b", "region_id": "RegionOne"}], "type": "key-manager", "id": "6e8f8b7dd71f46a8a7b9700a8e61605c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e3933d2aa3e945a591885705349f1409", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2dae2415c5c14502889db5bf81cafd6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "59958f8ab5634e83afd40fd425847b28", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "430c2ece0c99419abfda06be74d28f2e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1c8f0a3a213442bca584648f6dd7c710", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "48cabbe4fa46486c97bd005b1724bf0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1a3fee9ec83c49ff9b1b04e73a1abc38", "region_id": "RegionOne"}], "type": "infra-optim", "id": "79151e604c3c4548aab63ec6940eaf27", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "15b6af3da2214bb9bbe7df0309bed07f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f6f0107a43834c9a9f3c59ea6094f0ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "796cd394ac4f472984721316fc27a24d", "region_id": "RegionOne"}], "type": "message", "id": "f31fabcb59f743f291f738c71a40b76d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7628b16a34034681a8657bf801e95206", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8f1c218db5a9420f91e443def09c0913", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6ef1a01a59ad4344b6fb37e52e544cba", "region_id": "RegionOne"}], "type": "messaging", "id": "33fa6e8a6a8548e3be176da2a19f9ecc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ea3ca25b4f434d7b987079b70b2e37de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d0089c88fd3d47e9b88a842c64e939ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f0b64f103b4c4556925ad15295cfafbe", "region_id": "RegionOne"}], "type": "application-catalog", "id": "9566160b3d8f4632897822bfe9bc6782", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "acff98a979aa478381fe0df013cd5577", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f4747dd45e474b9a93ca6c2278286a35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8ee5a2643c694032bb4f5729cdcaea13", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "9a6a356436ea4d0eb0c4f295bfcfa0b4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f4168bec9eba4dda8b1c3be91ddcf587", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1bf27e34b55b4a63b7a6b97fe480cefa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ade6e6cb453247e8a7235ddad2f30591", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "49416a71751c45c8b13f3f0b3e3c57ac", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e40d3670cc942b3b0f73c74a54ff4a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d03caa0349b4ee699631c65c52d1e32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "925c93e191644722ae70d931b12b7b8e", "region_id": "RegionOne"}], "type": "container-infra", "id": "153bdb2233f54e03916d4f50207093a4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ca26becc627745c3b2c449823dbab328", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "2d69e7d00132433a9145946fd66ff8e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2968b14f7a7041a498c510bd98118260", "region_id": "RegionOne"}], "type": "search", "id": "b2c2b81ac39f4b7ebf18e9bffb26a629", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "be6a86f433c0465085e436a66e73ef1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "5e76f5dfa8104733ae207c5e9d0a6a3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9fb9cbbe5eed4bdd9cf1d64eb1e80def", "region_id": "RegionOne"}], "type": "dns", "id": "34755d84510f4590a6f9276e8334475c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ae70f134f3dd4c408eb765745516d21e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f20fb56b553345cc9994c5cde120da37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1fb62ea09fa9484fb6d9d98a57fc7937", "region_id": "RegionOne"}], "type": "workflow", "id": "ca19ef5416fc4c43924dfa85f4289b1f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7ae0c192356a4fab818a27c11b3a3e54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7b58c90c620943c8ad15c97dce4d05e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b23315090647402491563a203ad5afff", "region_id": "RegionOne"}], "type": "workflowv2", "id": "73925df15d3f452ebc3a9437df90b857", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2d1e364590644500a8d5392c37495a58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d908de38a8ce4145b1827029f45992be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "81434112cdb64f32a20f634d78a19c47", "region_id": "RegionOne"}], "type": "rating", "id": "d3c39c285acf484fb3ee6f5fa1a5d041", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "614beeed2b0849e4a19b6e27ec34e78f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dad2e27e808a42c18e523547a50ec4c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0f8422d799044a33ab5f513127fbbcca", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1e6e09292d9a4f70884d0eb61e0ea056", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "01c39a489cd64f208241585d6377c8df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "71bd6868b97241979754ab4897546d2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "73e6efa4babd4cf08e33286255d7eae1", "region_id": "RegionOne"}], "type": "policy", "id": "9e5fcae830a24b4cb57ab6d827e7f7d6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "85fe3b5a0d41436c9ffb31b1cfa5cf42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "07274904f6484874aaae9f8842b6aa12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7758609f8b0f48578021c6c0eeb39982", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7d67a9800ae14838948bf1f9a76030a4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8cde691853e945d59507f5043eda7917", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "609c43b3cc6e4768931ee0113a4da8af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ac166c155d294b1c9cce1f8e15b25975", "region_id": "RegionOne"}], "type": "sharev2", "id": "0b3890bfa4574d798d439987502c020c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3f38d29e201f4a8baa1be023cb80e93e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "49a0dfd753664a6bbb07f8de276e5f94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "17252aca107743879f1cde103eb27b38", "region_id": "RegionOne"}], "type": "share", "id": "81cbd36700924950bade2ad88c82b426", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "067cd57084474f839c999dd9664ea12d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d68a7d1237914543b2e3d5d9f061a544", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a0598644a5c840efa5315c6cc836b9aa", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "161a70519620443093b089cc41a035a5", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b3a7f2fd1a646f6b0b89461bd035bb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4362b96c069e46cb87a8be59c634ce11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da177560eecb4085b2becff37d877996", "region_id": "RegionOne"}], "type": "orchestration", "id": "1b3e3e75cba94ff3b77cccb9a8723343", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a042d9b9dce34823a1bf40ca9f7d2d03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ffac16d702c4a329f1da7988319c414", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5c975328dd046d2883f2b18783ef7db", "region_id": "RegionOne"}], "type": "block-storage", "id": "f01c59190a404eb48aaeda03f7857e44", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7e3e671493547f6992c34dcf5fb12db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f96d7fa6d224b969a7b3588736f9874", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3eae58089fac4fc793cfb628cc3a395c", "region_id": "RegionOne"}], "type": "volumev3", "id": "5c028c69dd9a49d7885d45c787a80d5b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6f7842b25154a7dac9470190d772255", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e66007bfbb5d4f7986993c5d5566717c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "269c6a842f31455497157c55fbee144c", "region_id": "RegionOne"}], "type": "volumev2", "id": "f93c5b8f61e64e2cbd76dbef002993e2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0febd8ae1ff048368587a9e30e969a24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d54d900e8f54872b3ab8421ddcd7f57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b99c42d4ea1243eba0000c351c804296", "region_id": "RegionOne"}], "type": "volume", "id": "4a55f1908a6a408996e6acdfefb94170", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04f4d79f5a9e47eda6439bdf50004ca1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fe38dd164474784b55ef9fcfef2d108", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d60c155165bf465ca6dfb900dcac4855", "region_id": "RegionOne"}], "type": "block-store", "id": "ee88e0c780e94fb8b49fa36f67327cee", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c5959e5184df45228bf63440e69f8731", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e3aba23632de43dc9f10d93bf6317edd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3ca1412a64bb43bcb45e49853e5da023", "region_id": "RegionOne"}], "type": "alarm", "id": "8577e5c0a58d473bad0ff5a3d5e5806a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4c32493f998e42beb133a104b37e5800", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a1926439df8145eea09b31a71ba180f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4dab69ca2ea3400ab2de348b932582d3", "region_id": "RegionOne"}], "type": "alarming", "id": "50957e0d9e32441ab68b188e92e5e89c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6cf19b23a1a347cb90f1a2783175529d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a350a9c39e0a4ec69310121285820661", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2fac7771736448d9b012462d07e6d32a", "region_id": "RegionOne"}], "type": "meter", "id": "275c77f91ede44d5a7fefd18b9f26891", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "593cccdafb324fecbd2cfe0282f9f949", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "69d79c1970c645d5b7db97194ac1aa24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c7d2f8d0dc2c4e929300eeecf7f7c844", "region_id": "RegionOne"}], "type": "metering", "id": "f8f4324f585e4ddcbc9701d17f641e5e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b7f639c702af43ecbd98e97d5cb0f2c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "61e64c8d836a4372805946bc1c6674bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "08b4da2f48c44f738e70973a01cde4ea", "region_id": "RegionOne"}], "type": "telemetry", "id": "42081ec7caa24ce6a6e60730aa8c61f2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "23d31a3f335b40cd96c9cb7c7c8d5f80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "04dd5c304d8a402ebe45e863f698642e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4c9014764408416ebca56f4f8e29ac54", "region_id": "RegionOne"}], "type": "event", "id": "022bf7980fa342e2abb2fe9ebb368faa", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a3dad35aa02b4204b46bca9aff55bbef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bf7895c85577451c8c0ed39d51e501e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e94eb3928b844b51980e267c444248d0", "region_id": "RegionOne"}], "type": "events", "id": "333093ce38b844fe8960399f566176e3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "53ace4ba01d345878f74590bd7210198", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b10c0cd0b8eb4a43b9b0bfaa673659c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8ae0b4bb153b4b43b16f554fa4ebd634", "region_id": "RegionOne"}], "type": "application-deployment", "id": "56f2e90b530943dea80eb23bdb0b2def", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f36c982ca56b48d68104b90c1b9b5fcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1d369702bd654adf8d408fac669c4ce7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0696a11a8bf148b8b0c460a82f293e0d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "7d8fe3b4dba74f388ae5f4a290ed8657", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "02957276634f430a824c6477a39e69fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b93779febb7b4d7ba62b8dd710431a86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f2bf8cdc724d43e98c8d7a261ef1367b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "1e4b14a271b04467b03e30029802fa3c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ddd480c58be94624817d527561283288", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7d0dc59ccc6b4c9e8555cead5a2cfa81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7320f1ee1cc145f690b64bebcc2c1a33", "region_id": "RegionOne"}], "type": "tricircle", "id": "fb541c98ef3344c18059b8d4916a1df0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "3e218a6ac31f499ba9a89f72069a4451", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "cf03434d7f3c47b98dffe47441ebd5f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c638433142cb46e3b144f0173096a2a5", "region_id": "RegionOne"}], "type": "database", "id": "be56c8fb9adc41f7a414739823a860a5", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "671c6c77ee184d678e3da0e9ff6eded9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3fea746910374524aecd0ad4e0d5744d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "19eb10dc7e8741889a3678c73910b02e", "region_id": "RegionOne"}], "type": "application-container", "id": "cb83dc7dcd7a4714a5282dbb08c80d97", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5ca03cbf28d048ab8c9852cc1bfc2643", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fbf3e804d55b44ad997e4e4b39f1b0d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9bab19b5d1d24a6ea7afd72607921296", "region_id": "RegionOne"}], "type": "container", "id": "335711a2da2c4151af0f47b503baae8e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "63e9f8bc207a476ab08c7baa5d0cea7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f38f7ddc82af476baca929e299d591ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "064891693de44f25a88be89e1e41effc", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7a19c58005a64ba4a69af9e40ca35712", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "75216ac189724c6ea620b114530d9fb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6ddf5bdaabda480bbf85893057e47b80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "168723d1e2404a7f992087ca5fe2d1c3", "region_id": "RegionOne"}], "type": "rca", "id": "013f7f945e0e41afbc28318d60190d09", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a1a8219f99d4479fa9ccef6b90fe7c6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2603876e7c6f4059ac318971e83ce4e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "bcf14ee1eee74ecda9890ec9bd9ea6d6", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "59587f5bddaa497094e73c427384552f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "bd442e4036a648199d698b12c7ebe9d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7eb7b54566f0497eb7384d95117bb2dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d03606116a29444bb1bb81a4e7c3e21c", "region_id": "RegionOne"}], "type": "network", "id": "a5d4014868574b3d95a316be2bda47a6", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "8ea623263b384e9cbe64778f5d0a4859", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b77b2bdeae764d22bdbcc6801fdd8a27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0a7a4d635fc74de5b6958ae246e65b68", "region_id": "RegionOne"}], "type": "backup", "id": "b8f5c720647a4593b62812e9459f0159", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8d2350949f3942418966d577b12bfb06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "402c54c049b34bba82d8ab222e5f5fde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0350ad7b34a3422ab2982d1b220246ec", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "131727e48ddd497e9f475af816f12c15", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "39dd8e7f78964028b3438ccf006d9347", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "932cf7e37e224fe5973e5ff1cefc9d32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6fdb4abecdd04ef58cccd8747dcef613", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c47339757ade434ba655edf2ecda8e06", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3d5e20d8eca6406fbae220620a086759", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "49a39dde372d441e971e89763dd51544", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "7261591bd4ef458eafc0690396eb350d", "region_id": "RegionOne"}], "type": "monitoring", "id": "bebd4b56c51c4adfbf58e5079ce3fc73", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "06e65bfbd3b747e790da05f81c0eef40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "83ee36ad1be144e78fa2718eb9985a57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "3294c806292e4f8c86b87af641966d2e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "73ade3f500594d2f88537871fecb85e9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1578457fe91648f6a519a55aca8932de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0c6ead456d2749fa81211b387118252b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0bb05dceccd04fe48b6ba10a4f3a8833", "region_id": "RegionOne"}], "type": "placement", "id": "7bdb1393089047f6b57568c4c6048433", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3c016bef14674191a182b3d5f09ac1c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "646d59a104e34cc88c2c3ec6c0a5b07b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0d0b8d163da24ed18025f76520d2a2e5", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c9bb54371ac44623826a1a9cee623c32", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "75f0fc8d93fd466594241506bd72b774", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "93b2f78ac715489ba8dec40510b09ecf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "455a8f41c5ab4503981c30186a9de8f7", "region_id": "RegionOne"}], "type": "ha", "id": "dee593d584b24484a13638c86f4caf93", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4f600d505da449e7a80ae40882c5e53c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3c0877790fec43e286f161189d79b16d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "50c79ab942834cf08e67205d4067a77b", "region_id": "RegionOne"}], "type": "reservation", "id": "99dd28a17fe9495e9d5aa5d1ebec81db", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c744d36001fe4831b5e7735bb0f629df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "05744dc3bd3f4ec9aa9a49724b4a3999", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3c5ef22f6f684519a8716afd56191315", "region_id": "RegionOne"}], "type": "function-engine", "id": "68a03b57823146fcb364ff553b519000", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "41e17b08420b4480bd6197f82f2b8916", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3a47d9cf8c8547079f009893bae69d63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "86cebc8059dd4f728e1dc56c7273adc1", "region_id": "RegionOne"}], "type": "accelerator", "id": "deb1706b2e3848c0a6e1853b90e515cd", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "48662be4e30b488fabe5c28de34fa0fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4573e48e30df48c680b2c3f4212dd7ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "47fde565c199440ea2d49b879b364fc6", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4ff7511b4c8947c0b109546424070eb0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "183a5afffbb44235bad8f772cf4eb46b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e0b014960ce74c298527ee91f402cc6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "561e21c0cfd94abbb5f643adc1a4887b", "region_id": "RegionOne"}], "type": "registration", "id": "6459e7a62074466396525f474bcd55c8", "name": "adjutant"}], "user": {"domain": {"id": "f8c588cd4bf74b1f95af5f8e7d026cda", "name": "cc13eba4461c4367a88324d1675d4738"}, "id": "4350bbc0e8514cd19688fd16de78c4dd", "name": "0807ea6ac1fc4daea9f19bf5facc2e24"}, "audit_ids": ["ecdd5d1fabe14cd786a6fd08b3bd14ee", null], "issued_at": "2019-09-19T09:04:38.201563"}} 2019-09-19 09:06:38,439 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,443 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,445 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:38,495 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,500 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,501 keystoneauth.session RESP BODY: {"volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume1", "metadata": {}}]} 2019-09-19 09:06:38,556 keystoneauth.session REQ: curl -g -i -X POST https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"volume": {"size": 1, "name": "junk_vol", "description": "test junk volume"}}' 2019-09-19 09:06:38,560 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,561 keystoneauth.session RESP BODY: {"volume": {"status": "creating", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "12345", "metadata": {}}} 2019-09-19 09:06:38,580 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,583 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,585 keystoneauth.session RESP BODY: {"volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume1", "metadata": {}}, {"status": "creating", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "12345", "metadata": {}}]} 2019-09-19 09:06:38,588 openstack.iterate_timeout Waiting 2.0 seconds 2019-09-19 09:06:38,606 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,610 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,611 keystoneauth.session RESP BODY: {"volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume1", "metadata": {}}, {"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "12345", "metadata": {}}]} 2019-09-19 09:06:38,633 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,637 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,638 keystoneauth.session RESP BODY: {"volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume1", "metadata": {}}, {"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "12345", "metadata": {}}]} 2019-09-19 09:06:38,659 keystoneauth.session REQ: curl -g -i -X DELETE https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/12345 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,663 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,686 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,691 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,692 keystoneauth.session RESP BODY: {"volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume1", "metadata": {}}]} {30} openstack.tests.unit.cloud.test_clustering.TestClustering.test_update_cluster_policy [0.246460s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,555 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,558 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,560 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,562 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,573 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.495817+00:00", "project": {"domain": {"id": "e8dabe45145d4afcb13b61866c9270cc", "name": "6ed44a10b8b542309b2de570716b66b5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "08748c47652446928a9de45b60dba719"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4d45ffe7e157429faf3abfbe65c89101", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "bb2081b6a13849ff919bde0ed5c3bbd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "15240bb77b4e4707bc8fedde2ebfee43", "region_id": "RegionOne"}], "type": "identity", "id": "3cdd9fddb0d445bdaec28476b78a34f2", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "402bb43143b047f0b5ac4a3908b32f9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "10f666e5b82043249183bd6b1a11f789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f7853f92b2654c60b05dd84b8cd8f0ae", "region_id": "RegionOne"}], "type": "compute", "id": "15768c6060704a469f73e4f781dd35aa", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4e584d75e20e497b88ae8f983dd74620", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c567bb982f3b412f8146675ce2a6d5c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "04c7c5c3e2cf449ab5a69aa5dae973a5", "region_id": "RegionOne"}], "type": "image", "id": "e6b31b55f4964bae9823837d417e1319", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e8abe80f032649fa9873629da94a44f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "36e94f6f9072410cbd93ebeaf7083f3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b3355c47bffd48a09574e2e28d4fd3ff", "region_id": "RegionOne"}], "type": "load-balancer", "id": "cb21ba85c141434d843a2bb388089d68", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8684b653f47b412d9466f8a71730d9ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cccfe8d3e4fd483e83e65f1f86a805e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3783b9f14e014e1ebfb6425aacaaf7f8", "region_id": "RegionOne"}], "type": "object-store", "id": "c568498d6379493db6282e48cd8473f7", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "062d413f9b5b43b1a477f9ca3f99d55e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b49aaf209c804a75b2b6ac7fd211be10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c6a158848c9441ea885973833de01d0c", "region_id": "RegionOne"}], "type": "clustering", "id": "80b29d4943f349a982337cc5514baf85", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "426f86094e29492baae6470406a23e74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "baa52f2f9ce642da9ecf08e2e092ad3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "eb4145ed933348d39d7c5a5ba1c524a2", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d89980f08ca9429ea02662244ac1b7ca", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "edea63cdc7c443348d36de6a82f6593e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cb7083e4535b497989f286e60f5b1550", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dc741a68b89542588540565d3edec69d", "region_id": "RegionOne"}], "type": "cluster", "id": "6e1a1297507f41efbe95c92eace24dc3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "718cab4f33e149f9a97fe4ce8c208013", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1bbb1a8fd99a4f09b063aabdc048f854", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9f1cf9c36bd04200b335b02371e2ca19", "region_id": "RegionOne"}], "type": "data-processing", "id": "cde83e292ea3464e81f49848a7dfc15d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "007cb976bba141afa49651084fdf29ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "90eeebf370ff4a9385341c8451b57bbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "74078be1add140f6ab4eab8d72f8d4d0", "region_id": "RegionOne"}], "type": "baremetal", "id": "4fc79c97c8ed44b6a3b1dbec9a864f4f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "45388e0b69ba4c7fba8c14841c6042ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c50c2cf2a4d54f14967ad39885415495", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4f1889be51ed46779a3ab262969880e5", "region_id": "RegionOne"}], "type": "bare-metal", "id": "40619c034cbe41f69dd3a146070327c7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e3d30a054db340fe8a1710fdb5baa79d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "830da0b9ccde4cb4a9a6f0935da3a354", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3c966f7206e54a9bb01727c6aa9c6ea6", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "58e8fe5e57274c6abd3041e3f7dd3d3c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7d753deb23634909a89dc8261d634970", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f07745dddc5b486f98bbe7a47eae69ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7cdeb7fde3cc4543a39b45087b74bf17", "region_id": "RegionOne"}], "type": "key-manager", "id": "439e6bdb22034405ab240098233ea71b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "89c313a62ce148d59333ea09c43cd116", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6bb07784e59d41b2a6205492fbb64c41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "29c15cdd9d3e4d96a970dd22cfed58f8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2750c62c249d47aaae57bb2a17c86fdf", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6cb38b9e75a14559b2bfbad53825e701", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "83256f228a2a4afeb5219611100b0b2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b860be5b755543ab93da858b6ff41f2f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "79a90e5b90394535ab59ce170e2dc7de", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "238406fe9b134d6e95f8b75e4ac65db2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f8aa1a98507344eb8d0af9be7ee70203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "594e30c4899a47ca8f9ced322ab5e8fc", "region_id": "RegionOne"}], "type": "message", "id": "adae8dbf0401461bb6d85d626410e789", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7c6ae528a60241ffb7bd68c712aa446a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "db3d88748fb247bcb72c622a79e31db4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1042597ac3444aad8a34e7f9e8630734", "region_id": "RegionOne"}], "type": "messaging", "id": "21de44f02e374fb2b4fe45a553c94f4a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fb48ee1019e84ee3ae993e44e73ec757", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "31158a6a535e435787f67b004a877cb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "124f9a0253994811b97e02dda58a24a8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "eafc0cef1967471892e1c36a346ea29a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f1ed79f6d01b40f1ad76f03935f78bc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "535dbeec7be341eeb5202933ea9894c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f0d13d5aa1fc41d798deaa19c848532a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "981ed4b1a44d4a5795a3247400ca5ad2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a846eea1e8fc43a79bad78538b2f148c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e5a0123211a14f439fbbd4d38de84b8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2078ffd956aa4100a5cd3c5da8706c72", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "9494ed15d3b34fbdb2671b678e942ee1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "11034df064d14130a474abf706ea0dd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c205157c6eb843fdaeb981f46992a88e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1943b8e62fe34777a47447fe3b1eab81", "region_id": "RegionOne"}], "type": "container-infra", "id": "a89ea0054f514eecbce83d1542d01717", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "061566ad9d4b454fa5b704be62505cab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "86873ccd58a245068ce9e0684096307c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "18815369e7044d4eb72a107ae9eea9a2", "region_id": "RegionOne"}], "type": "search", "id": "9aea22cdaf734b3ea00d728d7fc73649", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3161cde465704793b9a5190d8bc61184", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "666b7f77fbff462ebdfc4ef8a23d1bf2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d5af00f12a844d898d002dfc900ed3e9", "region_id": "RegionOne"}], "type": "dns", "id": "195728b7c44f4e88b31342d5fa6d7d47", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5400567269304a139fc47dd65fd33ebe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9d849eea07e7484886b79215f4729087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f16987b5112f49c8bcfede4e655881d6", "region_id": "RegionOne"}], "type": "workflow", "id": "4f4d884ed9de4fefaf67cdafe2e24012", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "51dfd0ec45f240fe8cc1ef4cafcef607", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5e7ac4e0250444d6a335912be26a7c33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4af1b331677e458da9ee3dac09e4afd3", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8f3d441fe1384b2dbbdb53c575245151", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "428eea768276437eb534154ff989750f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d027eae8db0f4c6d859fdac6c25a0444", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f1a7f585827749c18dbb3854dada5a8a", "region_id": "RegionOne"}], "type": "rating", "id": "897cf54099b74f19b9a0c5ff6f8b40bf", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "557b80c8be494353be5e9319b60a665c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "546a74424d934f3092c101a247320bbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "44a628fb491d4e99ac4430abab6ddaae", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f45d5cfdb8884f5da5c0261cb8f3de36", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b4516bd72a9f41728cd84eb33832fbf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e1e9b33386174aecb17df722356f466b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6129a42ed9d64ad498f079c5149906f6", "region_id": "RegionOne"}], "type": "policy", "id": "aebe8f20a8fe4ff5a3a237e29f909ac6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3e7e3a47386b4d15b8b2fbdbd4ef0766", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "40ed57a1d2e34a238a31c6b553bdaf37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ace1e31878ca4b2fb540595cd689e2b8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "95fe45b633be4354a6c289f5bb990925", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e4879bfa3f72442d99397e05716a77b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "25894d1d901e4cb293848659832748d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1427bb48a2db417c83e9c12b0f384a61", "region_id": "RegionOne"}], "type": "sharev2", "id": "351cdd986092482d9d94ae96f603fa22", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d8543e006d0e42a28dc700762580b607", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1c0e5fdbe12647dda437fa9065b17b49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8dc99f50a0c040a6bc88b1b0830dc36e", "region_id": "RegionOne"}], "type": "share", "id": "ef0f38d54a1c4a4fb99ee32c5f3eb96a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f2aee0d6e08c43dfa0b975723ef8e55f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2a233e0c5aa946fe8f939bfb4b93d15f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "066294ba48c84486883007c8de472e64", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "59ca160b1aaf42c2bf25dbbc33bca0c1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5991db08fa45426d9767589116ecb05a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91447c72e997466285859d5bc51fe632", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "399c0fd4f44e45dcb4da6c8bac3074c6", "region_id": "RegionOne"}], "type": "orchestration", "id": "821a6fe455484454bf5f6093eeda2b04", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4824c429e3a247ceabdc7c47efba0693", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18d7bfc521e94471895fee2e571bf0a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5b8b57ce8b64a6ca4dc975fc3a20cb1", "region_id": "RegionOne"}], "type": "block-storage", "id": "f03fe432b95341f3a4800b40f7e3f096", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d36e839dba6432380480faf2f9b2745", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d7a4c330670485592d9f743a6a16617", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b15e4f22715047c3884b45200d503f51", "region_id": "RegionOne"}], "type": "volumev3", "id": "2c0da4891fb74c8cb25cb9d3ad084943", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e740d3a0c10c4d14ad62d8148df64c24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df05985a6e34470a8d9949c62d781476", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ef87dedd29b4fd083acca9adf96bc1a", "region_id": "RegionOne"}], "type": "volumev2", "id": "b5884d58aa594b609c1e115eb3cdc6d3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40652bb9577a4c8a928a9bca92cc459e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64db7de52146494188b79f94969ff839", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11967ffe79064254b33b6c69ba89a6c3", "region_id": "RegionOne"}], "type": "volume", "id": "a7ca146ad5a842b4a75ef4d6f19b5f7a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a5279432a654f2fbe470b486980c3b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb8b15516cb74758a7b35632da6a932a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9dc28c0ceb044daca5a7e051cc7fad4b", "region_id": "RegionOne"}], "type": "block-store", "id": "eace98ac54fd4e2d8d4744710a5eff6e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "83866c04bfb44bfc93366ffdcf244777", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e4e474909587492387965d5f84a21766", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d8cef57b2244468597b4279e8323907f", "region_id": "RegionOne"}], "type": "alarm", "id": "69745788cb784f929b57a6d493aa3c7b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bc424db02c854d48bb0a6c2efefa2936", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3117ad65c3cc4189b454d9e1cb1818f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8cf989a366444b1c8a465d90e11de87e", "region_id": "RegionOne"}], "type": "alarming", "id": "dcfb471919944d4595739e54fd47bb0d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "50ed6c37854141179420a882bcba65f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0293400a6a91418ba446a63292ecee48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5422ba068c92465780ce4bc2d9ce4a65", "region_id": "RegionOne"}], "type": "meter", "id": "9e866c06a1f24b968653104861585cc4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e0d9fb1529d54baea7d42aa6e12012de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a834c343f73c41fbb0aa72d6de166d5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "384ccbe8280a45bb955db0c194182172", "region_id": "RegionOne"}], "type": "metering", "id": "1b0f799b1b014328b6703fe7efe5d255", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "09d4f1a199fb42bca5f20f78090624d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3f42a35ba1d1445883924f510622afdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f04f47fb5d564c14a690fc94d7eeccd3", "region_id": "RegionOne"}], "type": "telemetry", "id": "cc00f9f2e6894fab9338db8c7bd74abb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b4c26699e92945dab6eb868d2e246576", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2526c5cbde1b40468db4b41bab9a1bb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ce95d10ed5064ecf8e27e584cf640b25", "region_id": "RegionOne"}], "type": "event", "id": "7d5029cfaec446d6aea9f806f9e23e46", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e883c51062eb40319e3fb269f52401d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1fdc28778dae4ae4ac8b1254b98c8f24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "77cae53a66d14a60af57dd3e905ea008", "region_id": "RegionOne"}], "type": "events", "id": "32e32911978643b9831c346d5d2dfc79", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "32b9607a368c433b930ae734996245d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cd442b8aef7745d1b3031a44de860445", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "94ad8371530444aba1d5c80244a33613", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0f040948dad44c198ea5e97ee4720d02", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8fa4de1ee2c841588ea66cdf0a5faf7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6f91ba0a97454e6d8db28b47469c64e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4288d4b41b254d7eae0b657acd1f0c2b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "33c693ff6e644c28bd8d96de623c3c88", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0f136b4961eb4c2085978d5bcf8ad8fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "05c3680c8459423c805dfec614d8cbc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "59bcd250fdf14f279a76ddb7f79a3459", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "68094743088d49af9c1640d39d7ebf08", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7d2ec5ba557f463a9028becc3c43b3e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "41b4783d09d04a75b1bfc9a96b0c18b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5207bdf0b9d34f9a888a1d8b32695b22", "region_id": "RegionOne"}], "type": "tricircle", "id": "38e3d6f446434d4a9beac29dae6cf824", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c3c3886a5583446381f51ed38fd5c229", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "67e34893bde044dd8105db5d4056f9c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "37183d2871f44ec18f8a5052e74eef59", "region_id": "RegionOne"}], "type": "database", "id": "77b2b307f3a24f12b34e9ef3b15b89c7", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c69b126cf27e4323ac9dafde1be0b9d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "228e6fc4bd754b189cbc229cef20aa25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "79def31fe7ea45a68ced66b3d5543442", "region_id": "RegionOne"}], "type": "application-container", "id": "eae12fd972f84de69642f06e07d4f132", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "294ef8972d5549f9ac992393b745e8e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b75c0a2c5bbe48e5bce7f101cf109291", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "768f2d9bbd6e4db28d076edcd5839982", "region_id": "RegionOne"}], "type": "container", "id": "5ac0cc6a2eef474ea94a556112dcf40e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "92b6259e288d4db298a105b60bbc6c77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3a8dd0d79d394e2e9559c62ce5686282", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b21970d1c61342b980331c9f01ac834c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "3cd55eff862b4a54a8af9d452addb6c4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2a78d46e56514537932d2bc619f261cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2553a522332947f18ba019c4f3734b74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5f65b3df603f4c29a46a74bd71012529", "region_id": "RegionOne"}], "type": "rca", "id": "3e0b2150c936490f976654d50a5d144e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "41e6b83ed20b48cea9532ebd0e81c1c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d8266b5c8ff6452c9bed0b0728554446", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "40a60486e65f44688b5cfe76c62ac550", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "39711b52ff954de2af3c508dc0fe8ec4", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9e5d5cf6f36d411eab622df46345f4a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5c6a56d9776243398a928480c9cc99f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "5d8be603f3bd40518894141630da1b79", "region_id": "RegionOne"}], "type": "network", "id": "2e858e31b38d4c31a1d3a4e5cc354b0b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "57f6885194ee4d2ebe6779ac99c7503f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "5a263f769df9444c808b90d4ecda2f00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8dffe109bdc241ccae5867a061bceeae", "region_id": "RegionOne"}], "type": "backup", "id": "cc318aaf71774d8babd1c7b69275fef0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d49bbe91fb854fce9adc0953cb9588b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d0d4d05de28647d6a201e070de168785", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b49eae97496b4876baf68af684c96305", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8b0a57d960104b9491feef779cd1ba0c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "424507ff55a945d18add498340b6e7f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "945ba43b7fd949a9a1c7c9a02f10d0e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9380555051e6414588776a38a72f54f5", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f1ede2ba8e6d4fc38de64c7351528ad9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c731550a637545929be348ec40cd9afd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "331aa5f75e8f4c109cffbe5f61c91744", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5042eaf61f1d461cae42bf93a15d44bb", "region_id": "RegionOne"}], "type": "monitoring", "id": "767b875e266f474cb24dfef8f6c4c207", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b353a6cb6a2d4e10ba5d321818aac31d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c611710945dd4ca0a0fc88ac70567916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "69d620d0ba0f4c29b2abdca8158d8c86", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "bcd598c0571141428c10f531f8ac1749", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e82eec8d09944756b27f2fbaf4fc32dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3de04af17f1f43938af74d9734274c52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f785ae14e25e453e80e83975c30682ea", "region_id": "RegionOne"}], "type": "placement", "id": "bbfb28c846ed4915a3700fa799b385d3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "54497d4dd64a4eee958f63c84357a739", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a8d2bba4566444ed9a5928324b00b275", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b62e91502c9a4a8fbb3d2b89d91c421e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "bb387aa1b1634257aa488e802c29428d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "48708d93e75d49d5878a83104ed9c2ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b0d85b9a546f45e198c61cdf1e8bd826", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "33c0d04caff549b4aad4869a8a33078e", "region_id": "RegionOne"}], "type": "ha", "id": "ad62a4b1d4ca4b61a32cf812fb76fdff", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ba55800ef0ed455ba04093665a3200b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f0d6557e15be4ea69a5558f7f8153f8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f758e30faa494c3fb5535c4db1f0ce6e", "region_id": "RegionOne"}], "type": "reservation", "id": "283742e588dd497bb07e6ba9e4744030", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ca11b7a2bac54df9aabb9304629eb74a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "83b57d373ba44a95b724ed299eb6158b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e650a3d6ca6d43f785742ab137132fa2", "region_id": "RegionOne"}], "type": "function-engine", "id": "e81fa27f9f244e41b2ff688545e5e20e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "985891f814884112bbe6b8bb098219d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "97f05c4da4174a128649574687d7254e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d26989f81f1a42cba04f296efa2cc55d", "region_id": "RegionOne"}], "type": "accelerator", "id": "32c198579cd24b37af471efaf634bbe7", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "23dbaca0fc8e4911ae12c17bcb3a91ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a4b5496d3e084f9ea993578fd1c079e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "40b327fc69f14761a4d92fc460e086e1", "region_id": "RegionOne"}], "type": "admin-logic", "id": "34e9d68e526e4fe58adf33f59ee0aff0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "62dab41b05f347c1b642afbc6d8519b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "28ac10522fe746b1bc6a556fb336dbc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5fe76fc39829464d807cb770afb538fc", "region_id": "RegionOne"}], "type": "registration", "id": "8177a32a4a4b421ea74676995ddabef0", "name": "adjutant"}], "user": {"domain": {"id": "585d2ce3973949bd8125f1ccb42fb636", "name": "6b96f6551fd34c30992f53d4dc53b972"}, "id": "5c009b2cffec486f903af12bf8abeae3", "name": "c2056665fb3a427d92089a69bd5b902c"}, "audit_ids": ["924707e5c21e4a3d902457a28bfa635e", null], "issued_at": "2019-09-19T09:04:38.495817"}} 2019-09-19 09:06:38,671 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,676 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,678 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:38,707 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/policies -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,713 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,714 keystoneauth.session RESP BODY: {"policies": [{"id": "1", "name": "fake-profile-name", "spec": {}}]} 2019-09-19 09:06:38,731 keystoneauth.session REQ: curl -g -i -X PATCH https://clustering.example.com/v1/policies/1 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"policy": {"name": "new-name"}}' 2019-09-19 09:06:38,735 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,736 keystoneauth.session RESP BODY: {"spec": {}, "id": "1", "name": "new-name"} {31} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_set_machine_power_reboot [0.265681s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,573 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,576 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,577 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,579 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,590 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.429585+00:00", "project": {"domain": {"id": "85680bff693a4152ae8cb1fdfa322c36", "name": "f45add2b38fd47329ac8b58a349f7a2e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8e627fe30c5a4562b5a9f41fcd7fcbcb"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "80f9e0fcff564ddd891ebf2e905c214d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "bf4b10e3f6b946c3b9090e2bea42ddf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a67bc3f83c544ee9badeeaa6243d23fd", "region_id": "RegionOne"}], "type": "identity", "id": "3c4a29b4c635404f9e2932920fb4a191", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "637ca167b63e48a991ecc1b3abbf79d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "43a7958282e04311a620363db2f7def3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c560c10e136f49c5a5ea7c5b8edd160e", "region_id": "RegionOne"}], "type": "compute", "id": "45c5ab863118499482526e1aacdfd99c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e3a70549ecbb49af9f93b1da8b8b03ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0a6d13db88b0426e9b6a79a0cc38117f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "01a593db082341789921060f3df87aa4", "region_id": "RegionOne"}], "type": "image", "id": "12db09665127433baf1559cc3fa5ed70", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d94399b7c268435f81e9e3cc9ed32910", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a8397302a69840198223baad3948b66c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "08587c3984394f8c814bd8665e36a72f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d4b0bab835b14b5494fd3e6d3b36c9c7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15e8cb22a9864cb29e3c815ced4c148d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a35c22a852d4befb59beefe1d737ada", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28762b06d4594551b96bc290f8b6e45e", "region_id": "RegionOne"}], "type": "object-store", "id": "48e4744b71324307a7cdccdde84eb0e2", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f6f46ac103294c5e9feaa955dbfb15a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ba5a054aa81246468029dfb785b2ab3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "686355da902a4112a2161d981e54978e", "region_id": "RegionOne"}], "type": "clustering", "id": "4096ae7be59b4c9c97504099ea8d64b1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "df8bf4cadd964a1ea8ceb9b0791df750", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "42276927270e468fab7abae287a9b9af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6b7a7a675a6c42708c7ae2fd976d73d4", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "941fa8de8609463b91932ee954d6db7f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2992c5ca007f47ffbec2b72a0d805207", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "de3b49b957b04d85bc65c3ea1d22da6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e4a48fb533064e85a5bad27516393f0b", "region_id": "RegionOne"}], "type": "cluster", "id": "4e1fe3b933c64aeeb2912f56bfbe5839", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bd66f27253114e5c811ab601bdb59cee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ff750ee7369240849ae5a11db415d2a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6ec52ba462fa40d7a85c20c9fe0531df", "region_id": "RegionOne"}], "type": "data-processing", "id": "c3b6eba1b6484e24b4d1f9ff1f9f8ad0", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "775fd1898f704d688450602d27a9bbf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3af6cf99495641afa5cd01fe0e2bdb56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "30e28dd1cb69404a864556fa6ac7b6a0", "region_id": "RegionOne"}], "type": "baremetal", "id": "4bf0d1302019452db8334da08d0bfe4a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "27cbeb7dd9784eba80e1c270ec5aca01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3baf05ef87994185890467a3e961f10a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "326e43ea8dcd46a8bc67fc0d2b13fcd0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "90ea8b4f90344c39b2c642dd79995e6c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "61ec76b391734f6fb1ccbf8a4faeba49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "99f690e645bf49dfbeb41362ff19c027", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "521f4bb9ba9e41f1b5f2026422339df5", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ebbbb3f5b1394dc48e91e00d9d360a93", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f09910c254b845af8ee4fa4582b1b3cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3783b549b8c24c45bf48f9db20190422", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1f0c44091617409aa0c7e53fba1798cb", "region_id": "RegionOne"}], "type": "key-manager", "id": "1ee8f396e92a46158d222fb65f2c5f38", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2198230b9af6459e9d5a924e0671dc0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "678502239d454c73857a4143f3b48bb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a00c35a65f764baaba922862624fb86c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ffa5c29b25d54fb4ac9e391dd4d1d4a8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3c92813fa7aa425c9aa9d7c3ff94298b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f1fb37247b04469ab845aa7c2892ab75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b4abd66844df4e5686cde5d9d6c2dc71", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e7f383b2cf7a4187928155df29dd0158", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c90be553bf2e43edaa4064eb7256a4ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "80353abf35a0438ca146667658050606", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b0f687e00a0e42e5911b0a0784599e7f", "region_id": "RegionOne"}], "type": "message", "id": "bc9320f73c2f448991308b2241275d54", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "14c6267e58f9456ba9e161fd39438029", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e2acefab76af43eeab4a55d85dfaf1a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a09db54a553849c584b8c6dfc1e527bd", "region_id": "RegionOne"}], "type": "messaging", "id": "1c906bf8c9f34b9f8302a14d263e6be4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ff02a08a2c444a179a9c5f0368f7d563", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8187038338804c4fa0576fc7bb239f35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "752c84163f9c410892d862ba75feb7b2", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e2d3c779aac744119615784140ea6be0", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e0bf105581e34344bb53f6717ebedb65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7f3227c072754355946b021b188a6f65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "57e3b5529a87485aaa0dd0c49bf33912", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "7c58f8f388964224945496e3b7978fa2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "620d8eaf233f4d1e96338f57e3add08e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5b1731d5799b4678bcbaac6aea4091b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8bde589304e548f5b4a8010f29f7e65a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c7a1b364845046509be566b1ade3b72e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b2b0177869d1490c87e8466e2dae0189", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "141faa7246ab4e80b771eaaf64f7dbba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dcaba21e46c7418d9668a8b94c59eeaf", "region_id": "RegionOne"}], "type": "container-infra", "id": "b50dff61e5f34bd5b99147cbca379b14", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1fc011c9ea394dfd884e75eebaa73ee3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "44733fa4aaee468085ff3ea03aa64a62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ae870c23f19a4409ba58214fc4dac1e7", "region_id": "RegionOne"}], "type": "search", "id": "487ca3361aac4918b1f512f9a598df60", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ff58fa9ff7fe4b9083b49e4eca29e411", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "045ce96782ce43f398f9053f24d5ee09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e7037d83ee1f4090b711d8e10bb016e1", "region_id": "RegionOne"}], "type": "dns", "id": "0a333029e39a401fbebe1943461eb5ca", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "276c080069ce4faf925f9cf85d0dca2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "16f850c75fef4dce95da1ca5d6a48e53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5d5ed5c893f649aca3cc94d3044a7845", "region_id": "RegionOne"}], "type": "workflow", "id": "fa682e3a477c4e1eae7823721c7d511a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "59b21fd204f04582b30ef9d1c6725562", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "05cc573f1a204b4daab6a1c86d6f59ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "63354544f8e341c58b7854aea00a7a06", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a7fcf0cee9eb4f9ca647c97d30251909", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ca8236f685c1458193277a40d282eec9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0b99db2e3cf54e2f8cfbef693bb1f8c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e1c94434afe249c78dfea5706f1ffef0", "region_id": "RegionOne"}], "type": "rating", "id": "d7d814000fcb4a0694905e945eebe06b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ba8a97f95ab2468e89352ad2fc3454ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1bd36d1cb9bd48ab9c16a177e8ee37be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "682bfcc24888473cbf034471944e746b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "bdb0c49897ac4e3bbcd1de6ec0a29ad6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a77573afdc02420481addee9ac84a210", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "51515228c11a4797aadf8dbd3917cb61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "15aae227c56f429aa06b9855e4c1c121", "region_id": "RegionOne"}], "type": "policy", "id": "3d95204994324f7b9193b093bf928241", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7e85e61794d243d2be0603d81e411658", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cae93b9b153841bfa134b0ebe8736918", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4f206d2f964c451fa24bc86b2b8fd588", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a3019c30be0142e4bdb406159fac2bf7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "38978062139d420abab79b359798495d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aee4c001d0e34323b8f0e62411014585", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e21c4bdc52874bf598b90de6de2d50c7", "region_id": "RegionOne"}], "type": "sharev2", "id": "d57c6b02a07249f8b853198ec9702397", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d3df164e5b7840a68c71891c4d164c04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0596d80d1d7641bfb78a05003c8e7a26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "10e34309357b4d8baf30e3f232589377", "region_id": "RegionOne"}], "type": "share", "id": "b6f27a173c3742109d199119a2642a17", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "74c875dcb2b14800b0292b05d7e9e3cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "042dbcf0443d420eadaad09c6bdc29b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "449b4ee7a7274d8c8f8986326d958fa6", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f45af7cd58834259927a470aaed7ee64", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fea80485efa41ddaec511efbbc06f89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17d7fb654edd4b248a0dfe738481bf35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63fa060ad26046169252ea24ba8850f0", "region_id": "RegionOne"}], "type": "orchestration", "id": "d4c8637ccea04484bffdd2086a6c246b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1f677ec519a43e89a0c596d0543194c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c4c04c515164a8e90be662c2becc204", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5edd4b0777f04f81b8687c8267c48200", "region_id": "RegionOne"}], "type": "block-storage", "id": "4fb8e13f913d4f8b88982be802757ffd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13c07af20044413e8948eeef35dd206e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9309037eda4e4bb79da15d2fd4a34bf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4959b3c59fc4488b814bb741425c212b", "region_id": "RegionOne"}], "type": "volumev3", "id": "c8d2e3a5010e482aa7a57e5c5b857305", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4da16eddf270488d8c903ac16246a38d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "266eec608cb24ab98ffdcf5f96c7a567", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3102808f33e349739e4b9f579121aac0", "region_id": "RegionOne"}], "type": "volumev2", "id": "8182e98feebb4370bc8c98cc71bd7aa3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef68bbaf16994de29685d212ca8a54b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ec91c56378f4c3aab00a88e875311ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37ebff4c0a6943c6a224645a237044c2", "region_id": "RegionOne"}], "type": "volume", "id": "ea8d650c845d4b3a94049272910893ba", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a717c19ad8b456498ea2201f5fd7cb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b377cf96b524d84b93ba4819bbbb237", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb72fcfdc58745f998c89a38ad768580", "region_id": "RegionOne"}], "type": "block-store", "id": "6304ed92a44f49fc9c76601277375d23", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d0178397d7be48a5a95ced5951c16b08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5781b555cc9d4efe9336159e98b8ee65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1ce56624fd8f48ca8438976fd60f1010", "region_id": "RegionOne"}], "type": "alarm", "id": "8a2738e08f2548e2a217ba57b61b8b7e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "15adec26425b431bb370b861ea8cf307", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f00c555b646e40e2802b562bf1a4bbcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5a7d570929144c36a9c794770821f9ff", "region_id": "RegionOne"}], "type": "alarming", "id": "00aabc09ad094b06b5fb9d7220376d25", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6f2f35a40d354a81bec9983493817d7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5c9d6cb4299145919300089d557f381b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4ca238d238784a18867f5c22771acc03", "region_id": "RegionOne"}], "type": "meter", "id": "3d862e0994c9490fb72e344abe05c1ff", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8ebdfbf0286e4e039537c3c4ffd41ecc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "05d3c6312d3646928eec75cf60adabfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "903cd56c850648b4837dd5e5f3bae032", "region_id": "RegionOne"}], "type": "metering", "id": "a83f803d673749b78e4977e0e7c080eb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5d9fd0f2e9d6435aa911e6f264802f62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "02fcf46ca17b490991fbe1befd5d4f64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1f4b05deb3824336b3401f663e48e22c", "region_id": "RegionOne"}], "type": "telemetry", "id": "33f9fb81bec140bfa907fcd9fab5ca51", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "92d86badaa1b4cff873e809ae47be007", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ddf4bacfa3d2408a8ec60e226564c779", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d334a8ebc6154f9c8cbedfee6f4767e5", "region_id": "RegionOne"}], "type": "event", "id": "fb584d3a4371456da14a3a462aa50cff", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "85764b7251d948e49b4baf06e3b2db09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6e3e01f96f7542809aa4dca121afc608", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7847142407a744028c2a17ff134e9de3", "region_id": "RegionOne"}], "type": "events", "id": "106e9261afce410f8d5a0a04f257ad9d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "69c56606e3204c7eb0fd69f5b2b5a3f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9113196e5e1f41969dcc5911e9feced6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f3ccbcfd0404466bb23619ee4836f0ce", "region_id": "RegionOne"}], "type": "application-deployment", "id": "128b6252060c436e9de17fbc188387a7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8c20d56ca98646269b168f47ae20b49b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "eae28821b5244f71a951582e91a453e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b3a0ce3f025b4176a91a299c58cd1035", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9abd7359b3b645d683b59a9f102d0842", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "aee877c0a4fd47acb3a038261ae18b7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e8edd4e9c6ac45b79e2966ae7088f9bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "98d52b397a504b5bad27dd4a3b15b2ba", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d46ac42684bc4d74bb0ea026371a2f17", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "48eac876012e4bf28c22cdfa53e774c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3572f2c72a8142eab04390c5410d61b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4d070e74c662425cb7decbdf5f1df5be", "region_id": "RegionOne"}], "type": "tricircle", "id": "8e7f658601b343009850a895a2fffb53", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f9b0709eb28e4540af37075d66047bb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2f176b313dc34f8e9357c30a1ff6b304", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "8897fbf5e47240cb900fc55f8acc3b8f", "region_id": "RegionOne"}], "type": "database", "id": "888f24346efb4bb090c96a1774e48101", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "aa86810d601e41888037d9cec31d0c5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7774d03fc5394e989b5b094ffb98a799", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "972102da1f6b4b1499cc21e35a53494d", "region_id": "RegionOne"}], "type": "application-container", "id": "0011e1d7d3bb4418b05a3722fe147851", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "058a3fb4b61e4edbac380cb3a3a16a98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1cc52ea079924f4f823de28de6087559", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "945fb2a6b6e044229d4262e62f096658", "region_id": "RegionOne"}], "type": "container", "id": "ce2462fc8c904fabbb974990727927e2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5b028a0c73794eca8634647f30e2a742", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f7583ab76d754782be9e68f6c950c665", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "739481ef56bf4c08af60d205fe500559", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "64dd5f9dbb38497e884318454b29a5eb", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4a593ed163764d3d9fb9ee32852cdbf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "086ee05d9b3d4f7abce9302a6e7183c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0a8afa741bb6452a9393a1430cb9ad1a", "region_id": "RegionOne"}], "type": "rca", "id": "b2642d0c864c41e0bf196aa3e2c40fe3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "be90102cd41749c88bd0bb9664d18c6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "22ddd7332ce14323943f3407c45aefab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e4b5124b5ac5433a97f8f6fd283c4aa3", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ad80c331ae964a1ab6a2af77bba1600c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d312c6324d924148bc66c1c1e851a6da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "56f8fbd4544f4c1d8b195300e9c80eae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "104868501cc14865a880d12067203d8e", "region_id": "RegionOne"}], "type": "network", "id": "2ce4f535432b4624ab24a1b7553d6768", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c338fdbb2cf440c9b31fbdfd3e2aeb34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4354600ea3584b8b8359431d6e646cc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "cbd2ab1e055d4c4da6a6729681a7d794", "region_id": "RegionOne"}], "type": "backup", "id": "566f210696a741ed87e3e37ae90c85a9", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ecb8ae4f64344895912c229f223b133f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4f85be111caf45a8b30c7951d4e32edc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4fc6de5f1120444c98186c2824777ee2", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6ebd1ba9ab8741d198d6ecef299085bb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "11cd60cfd8b14ade83c41a532fd23ac8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1d29d58f00084673ad21de25adf2fdf2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e558e2d3637843baacd4478e037b8339", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ebe220cbaf524783911a894405e3111c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "98a3028f66c14203912be555d6743c7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e0ac7c4befd941bfb1c74f8089b94087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e9f5842b87b246f99a84c44b638346b8", "region_id": "RegionOne"}], "type": "monitoring", "id": "cc8ad415c15446d88a6dead8c3ec0bc2", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "555c809ccb594feda8af80e09b460fe8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e655ba8fe6dc460290593ec1db0282c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "0ff48b318d9d4cb4983a2d3c881fabbf", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "979becb1ed2044608c267b826d03a3f6", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "27edb3afe8c74ee58fb928845c804570", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "fbf4c6086da247b493be8e70c3f3b615", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "feb184e834ea4fc287baa226786867ab", "region_id": "RegionOne"}], "type": "placement", "id": "981ca0a30fd04496b09b0d744910d62d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8adebe3be28f4672a8538fb976b24598", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9e5eaed9b19f4766be6b3a687d524d5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e99f0b2ab17b4c26bf3a09919a410793", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a545eaf19dec48c49f826b7e893ab6cb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a14a0998c82345afa386de1893e71de7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "18babc491f524e3dabff1db9840c45bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "80d581b0838b425fafea7e7c6b73c379", "region_id": "RegionOne"}], "type": "ha", "id": "f78a2570e4744ca6b285e78ce8d27d79", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "002095b09c5f4af880fd7297b7580803", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4a08d67b66984aaea0872170190e73d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3cdb0b23ff7a4f07b9febe06c6378423", "region_id": "RegionOne"}], "type": "reservation", "id": "a0636bbcfd1148dd8b6c1238f61e6770", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c0acafc20e634ccc8f92fd0552b5bfb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1d6be45a2e53455fa416259c8f17cefe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "bcf118d702404a96a945bac2f52afce3", "region_id": "RegionOne"}], "type": "function-engine", "id": "5e1ea3063b5d45c3b68c6894514e1559", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ce35ad5064cf4d2b80b4145b54bdeec7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4fef6c8a086f49d28933f79e9f48101c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "4a286c7469b642b6ac76ee1590f9726d", "region_id": "RegionOne"}], "type": "accelerator", "id": "eb6b590d6cd644fcbfbc041a28bb7591", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "022ef9520b304fd4ac33326d1362b96d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e22d621f599a4e89b62aa63c3da4a3ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0a742fc0695141d69571986f9c9e1a66", "region_id": "RegionOne"}], "type": "admin-logic", "id": "889844e64c1e4a70bc0677165c14796f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "517aa9bc57cc459b9f333c66f6288a76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "672d52b41dbc4d468b4dac6ca32ea996", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "88b7e796dc0e4e7fa44f0460c643ddb1", "region_id": "RegionOne"}], "type": "registration", "id": "58845ce774854bf5ba6996810efb587b", "name": "adjutant"}], "user": {"domain": {"id": "9e4b077dda864522b22f0f55a8e61db8", "name": "68da4148a37049fe8ac532d1fe4c001f"}, "id": "43a1be62e02a45afa1cd09862e71a506", "name": "c18cabeaf10e410eb8a43f7b06ffa5b5"}, "audit_ids": ["90106fc7082f4769a23f517a4b3eba33", null], "issued_at": "2019-09-19T09:04:38.429585"}} 2019-09-19 09:06:38,637 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,641 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,642 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,686 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/96a02de3-7079-437b-a4e5-8745dd05da9d/states/power -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "rebooting"}' 2019-09-19 09:06:38,690 keystoneauth.session RESP: [200] content-type: application/json {0} openstack.tests.unit.cloud.test_coe_clusters.TestCOEClusters.test_list_coe_clusters [0.131005s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,658 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,661 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,662 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,664 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,675 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.598996+00:00", "project": {"domain": {"id": "9687ca10102448f0882041d1f6642479", "name": "44828330f1f543c8a6b48e4cafab3bb8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c72024f0558d42569793d0ae2fcf40fc"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8f49912ac32f4391a9293ed1250aef99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ec519eed994d4107916ebad7b3483a7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e6efcc0a9e4d456bbc602b0a062f884a", "region_id": "RegionOne"}], "type": "identity", "id": "5d51a87a9e2e448d8d8bf5b75a6d7fa0", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b6924a7bfd1242809862f6a435a4f0e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "47f832b654674ed58f028def85c5f70a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "dcc734b07d504b909a440ac00c7ea1f9", "region_id": "RegionOne"}], "type": "compute", "id": "b21d89c8dd55479882232542e5307b20", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "8bc12446e62547a3aab67cfab534a3e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5506d32a0cb34e2cb9b34d8b0da30e02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "128923332e884e56a2f850b742b55ddb", "region_id": "RegionOne"}], "type": "image", "id": "4974c2e4284b4e078ccd34cd240ed054", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a1a8134761f04289a481a18e5facdd39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "547e5d04f91048bfa24ec36b5d014068", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5d7e37efc34b43189451ba29abb0e1ea", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f563b88fabf24d78b10153ee427066b3", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7954ed6108f4055abc0a99d0f3c0cf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df434f97df4741b59e1d48763fd5d865", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d7f49b48a7d4d68801534291e941006", "region_id": "RegionOne"}], "type": "object-store", "id": "f3e2274050164bbbbd16f8aac2c8889f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "42db22e876024f9eaaf61b8b231e79e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0e574c6fe0534fc5a780735cf6f4ea5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "89d31e2d00ad4b408970f8f7313f2521", "region_id": "RegionOne"}], "type": "clustering", "id": "cbe4c9a9074c40938d09ab2613d179e8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "742b9c2c32a048b7998e01109eed6078", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2e373cdc62004796a146100e02b3a30d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4a05ec12dca44f2b852fa181bed66eed", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "dc6a13477d744e2abd35b16871152e50", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0f2595b2e08948ee8b3685fa95fc62ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "67a6e7ca4adf48d3ad6c64823f8dc28e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "051c3b62a5a54e6fbcc1aeb89571ce92", "region_id": "RegionOne"}], "type": "cluster", "id": "5b56ead913b043a3b96ef8a2ef7daf34", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4dde9c517e504c5fad6ee1798864bacb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a742fcfde061463a98816a341d3c4790", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "40a36365e01e481c820b270e8059f3f2", "region_id": "RegionOne"}], "type": "data-processing", "id": "2332773b54a64e2eafd8b2819d462f24", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "eb12f57432e14efc94344a2d8b41e292", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "35a32ace93084485bdcebd54d8f7b215", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b379ca0bf9744fc291b8318d1a57ac8e", "region_id": "RegionOne"}], "type": "baremetal", "id": "4bd05bb74ca841348dd96d4558f1b566", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c84f678387274463b734c7b082d91172", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8344d377f1da481c9ee90af33af9a318", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2aaf24c2e4474014a1f69b5e190944bf", "region_id": "RegionOne"}], "type": "bare-metal", "id": "26ffdbb6652a4393aef943f39f02aebf", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "618f621c73ef46c2839e45f6df58247b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4367e27d64c143b8ae8b8708779734fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f273bc58171b4dfbaeef9dfb35596808", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "11a86e9bef2a406396497d32f61bc4a0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "57a4e476f1754b0fb5479a122312766f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d13b66f6fd1345709b803d76bc9780d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "00a896deb756479baba9aabe0cb359a6", "region_id": "RegionOne"}], "type": "key-manager", "id": "3fbb99a77dff4c8ba23638fdad9f8468", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "37c4dcf1154b41c29eef09d59b84bbc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "916044e3000740b6b2105396abf714c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0af35897d4b24d25ac5fc0b6eeb5a080", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6649ae7f047e4a9f8f1a673ea7cf2451", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2f695f5761b14e13971432b6911e2bd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "01e0621c049741dfa19f695e9533d4f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d4a554f44b8c43a78a7679685e41ffc5", "region_id": "RegionOne"}], "type": "infra-optim", "id": "aa5d09a4bdfa450b9039a1fe31870b3c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e2f75e31e9d64072836645f61f3e325b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9abcfe01306e4c92b3bbd791e07dd3e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a8813f9a7b724c89a9a8c4169efa1263", "region_id": "RegionOne"}], "type": "message", "id": "40b517566d5f42fea6f9c802e01c34ad", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4377e7b3d47f458ea4c677e0f709eb68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8c2dcca41ea84b02a8dcc7f26cac98f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a684809842f044b3ae0e39c05bf8628d", "region_id": "RegionOne"}], "type": "messaging", "id": "0e8a016ab0854247b145f2e4fd08ad60", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "dbdaf8c667f246049cec6e9ad812d780", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7b662b6621e94f26a001c3f62f18c20e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "cfedab00400940d09232c2e1df84b698", "region_id": "RegionOne"}], "type": "application-catalog", "id": "018923b4bc3d4440817a11809f593a12", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bcfb04a68b8348df87c5a417e45e231c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "88a94db3a6e44e8f9cdd69c4212aa624", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2fb95550660748b098a0b86dd2e533b8", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8d60d75a81934ddc86d6605f1d4ec837", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "75a9e7917172448b839534bfd4daa7a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cddb4a8a3b5b4fafb039a3e872e09bad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "540b0d54e9604975b400ea2aea787602", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "cdfa2951d8a24a8d86f8fcb0ace0d624", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "14614cdcdde94e2bb91b6afb6111e4e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b0bc624097f34f30a91262ff5d0abb45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "62ddbe0a12624bde901b73b1432234e1", "region_id": "RegionOne"}], "type": "container-infra", "id": "aa6ffd6a62a94286a34f948be24c7029", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "78907e889ad9460b93fcf04a39bc0c5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "768b1a57c69846f8a1aa50c77fe311f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c2bde303fa674c869aa5fc707b6c51d5", "region_id": "RegionOne"}], "type": "search", "id": "65bf7ec7b6cc445481050812d204904c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "611e59970bbb478790d57d097ccb7746", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "349037af9ef04277afbc9498ebbc6cae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f42e154007714a148e5fc7284a4d7ae6", "region_id": "RegionOne"}], "type": "dns", "id": "cf82d480401b45d19f70f9f15ea7288e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5244f2a2910041ee9ba3ba5686451d49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "35b63b60836748a8b50d3deb7bc6ef51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "628ff94cea994921b5d6fc81b91b42bd", "region_id": "RegionOne"}], "type": "workflow", "id": "227a84a42278419aba13d7ec1d31f8ef", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ddd4ac30257c4790adbb46331db3df97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a5c22290f48d4ba098c42937d12f4b1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "89620ff1c59c41ec820c6ed069ae28a9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0eafa7b0324a43a5b53dcc14f2010d84", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9fbd108511c64f8197c455ff6ba00609", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "8bccda8b6590460d82751628e1fd30e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e82864af37e3463ebc6b21030da2504a", "region_id": "RegionOne"}], "type": "rating", "id": "d551481b7c6f48edb06240f23d40e81f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9ac287a1dd0a4e3385c78a3daa0269a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f8097bccb4a542dea8e05cfb1b92aa4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1db96212b1a84691871271163ac1830c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "77a6843537c84292afb0809d764d996b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "50054b5c6db344e1854ab6ee167f31b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fcdd6b11808e48c09ae6d7088f10cf40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d1f768bb19cf4b44860872571c52dcaa", "region_id": "RegionOne"}], "type": "policy", "id": "c6885025486b4bcf92fbb9c4b58057a3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5186792ab7ed4121ab1a6a7d23bd5f66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "77486e623bea40a89b90fdf912cc6d43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f47877fc3e014bbfa85e1f0ebd9efa2e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6882af69d53b4f62b7a54240af23e96c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d946c178b66c43b9872f6210ce86d6be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8f7f36045f0a4c1695149b999119b4d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4f60384d2e7642a59989888ac6527beb", "region_id": "RegionOne"}], "type": "sharev2", "id": "f813ef960a3e4a1aae8b9667b68f3821", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "151ddb940c1546a19c9e934deb3316b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ad752ac1d8fc4d78988244cd29e38cea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b4a76da4812a45bfa9d29dd1ea400f80", "region_id": "RegionOne"}], "type": "share", "id": "3c75bbefd8b3412f9291a8a7d70a43a8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "39eee99b81cc43c6b9fe96a27d57359a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e58f3d16687c46cf8fd88241cf165300", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2a7017b2835b468f9b5ecfae4b3bfb7f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "64c2d79bbce54959bb5ee0d96b7143a1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba3e7c4bf6574c2783c7d7f44f062263", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0eb7ff68ee6c447ebac29b40a5e39dd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f8d00b66ccb4ae6afec6ffe02f6846a", "region_id": "RegionOne"}], "type": "orchestration", "id": "00db78d3f02c49ab915e56407337f344", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec8d82b27fb44286ad25c9fa7b727132", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0efec90c44f54592be9a8e708f8be801", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "005c9111a03e431f94e5c370d46a0c72", "region_id": "RegionOne"}], "type": "block-storage", "id": "37438cd59c4a41d4b68218b4616a2864", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a58915aa0e646a3a00357333f51d3c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe5a531de0014bb7a27838e175168b68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb8f39e0a97c4c268e3e65ea1f8c3702", "region_id": "RegionOne"}], "type": "volumev3", "id": "f6255d575bc14b1daf796a00268609b4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee4a664dd1d849ceb9a093e55806626b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "423d2d9972e94aeb81c5761b1ec6513b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3656d0908db245ea997a8ea1feb3fb4e", "region_id": "RegionOne"}], "type": "volumev2", "id": "bb33286f8fcf4f878f7d95f788cba4c6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "855a803256bb41fa97132a98be222bc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcac15b83cf947f39661c1d947519cfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2bebf0ec8b0f481984c8c9b088d2ef50", "region_id": "RegionOne"}], "type": "volume", "id": "ea5ae1deae1649ea8bec757f4a29e6bc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a16a25bb99f4c5ba1227e28162c5174", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98447267023d44948f010e95e0adcbfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0dd14bca2d794bbeab18707831c4ce80", "region_id": "RegionOne"}], "type": "block-store", "id": "17a871ae67e54c92b70386ff405d2615", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7c7b16dd587a456c99cbed92ac066212", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ddb86fe5e10842c7bb7b0496b63eb7e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0112856051f641ecaa452d31bdee258e", "region_id": "RegionOne"}], "type": "alarm", "id": "e4dbed57140b4a18a4d86b462325d82d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6e24c186cf83474fa16054611b7e1887", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4fd737b727294a86b508f7fd27307f4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a1b68879535f47caba17f547320b125f", "region_id": "RegionOne"}], "type": "alarming", "id": "6b3d5685057e4d58991ed53a835e1e75", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "752eddb0552e4508a5da78a8d3f2331d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4864c7bf8eda4732a1267add1bea399d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a84cf03e07e645159c9855eb4ffb6844", "region_id": "RegionOne"}], "type": "meter", "id": "100bc81d799a4afcac1178301de51a43", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0b87150dbb624418998e1485210ef88b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6c03343522ab464aaaaeb01ba19f59a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e2287a6324c1436688f966355cdce7b4", "region_id": "RegionOne"}], "type": "metering", "id": "b1f2aa227e4b45d4aa48073a6c65ee57", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fdf0499e17d3413689cf876f13b2a09f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fe83de0b4db946d8bb7f67fa11f9899b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7fea3886fcd147d3a2ab6282c2d1da67", "region_id": "RegionOne"}], "type": "telemetry", "id": "0b2bfa3a2d174d90aaa8372115cbf1b4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5b65aab769bf4bb7ac5193150ca2fd54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f5a8bb344cf248a0879afe64b7d3f1d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ca60ac2effa74b04ac5f1e831988b44f", "region_id": "RegionOne"}], "type": "event", "id": "633b194987914f0ba8911c050f6aaa4f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c8b769882e004374bb91e87a4342398e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5eff62a2f09f42509a71419784e63583", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bbf77dec52d74f6ea4020efb98f8e767", "region_id": "RegionOne"}], "type": "events", "id": "c70f7cf48fd848809d4a49f6cdd962af", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1227d8ac03304979bf5ec1b2b8a9523c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ab759250f4f84ba39a3b5ea28502a7da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c7d5a6425a4a42a6b3035994b5679bb8", "region_id": "RegionOne"}], "type": "application-deployment", "id": "985d2c2d7fdb4d958e98a13fcff8bf72", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "66b98d4c130a4456b2e45d7b07e2b4ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "165098ca3c6c4e67b4b5d48e5a4b4e42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9be31bfccc3b4af8b0517147a4cf7d8d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "af008450b2b941a6997a64620827966a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "458df020bc244e1cb01fe3e0edd5f81b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e5749d022efa4324ae571ba114a88d01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9e528188572542dda39bf91227b432a3", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "87bf2963e4c8472099a7f0266d623054", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "548cc59a24d7416db544a3866fd7b7d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "426bc682777946ec973e8a3ca6629c5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b725905b604e4e1788e4326a70c7e33e", "region_id": "RegionOne"}], "type": "tricircle", "id": "b8110e6f252a4e61a49ad4e06ac2502e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "6d790219fbc540f58eb38c97bf918764", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "cf41976a566540ef87101978dd787ce2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "4efbad30131c4ab1993c0eb8e820642d", "region_id": "RegionOne"}], "type": "database", "id": "ac9402c8bafa49b590295b2d5641f9de", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f20171ae1c4e4c988306abec06c44d9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "caab703b1448495fb5da45be1a7d6f02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6f8f3763e22d4d349d8352bbc7a8c357", "region_id": "RegionOne"}], "type": "application-container", "id": "9364a41237364a609461ab0e6e4eadb1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "962f06b91f44404693a9a926a81fe872", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4d3497871a234716b1e539f322f95027", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c6386dc5bb254c50a4fb46b5915ce37a", "region_id": "RegionOne"}], "type": "container", "id": "ed9f012f00d8413197cf246b073e6da3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0be928bb91db41aa9e3c118304e3c29f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "64aa9a0e64ef4b03a20b394f70168b03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "df2ac8242825416d88d13305e0555d6f", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d8e22ca608934c4cb818d8c4c70a3a60", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e7cc1cd814d14da89f5f8b4e20922d48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4d6eaf397288448e839b0e7e1e3b1a1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "008fc3d7c7d5404283861d71dad50427", "region_id": "RegionOne"}], "type": "rca", "id": "1732c617d04e42ea9f6d7b94b280bb1f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bd05e774b46a49c583b55317dab7b701", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "64e67c54fde1441fadc6700937399380", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6d8a1dce1f6b469ba4460b083e6612b8", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3f078958ece347298e70713b4d226c10", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7d95a5991a7f4ec08125217cae275623", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c1c6be6960dc4bc991bb9ca13030364e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "cb0fff4d51a242559e72c7296267d321", "region_id": "RegionOne"}], "type": "network", "id": "d4ca871a4aa042acba0f04447ae9e63d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2c653392447e4b37afe76ec8dcf38db1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d2b585fd39784768874fb8aab71313e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "5a3b2d1fe7354fd8b35d98ba6897af40", "region_id": "RegionOne"}], "type": "backup", "id": "5e5cd3bfe1524b24bf1d01eed6a7866d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "924ea30837004b34a9add4732b6515f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b91474501bdc42bb8d02c8507bfbb276", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9d4550e5192b431ab1f7328e21ce768d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7777675f14df4ecebd445446374af7ea", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a83bc68c7979466dab7686ea8be17a97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1d30d1b476594b3fa83ac8e3cbd8abf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4f8081316b3848b7b6353875d71cb694", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "27ed2ac5ad1b4b18970d6b6786ebf415", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6a5b2b66c9db4f79a92ace8f0dabd89d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cd1fac399808457d90c7894f28b93fbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5c2f353b976a4a4781c240c127233391", "region_id": "RegionOne"}], "type": "monitoring", "id": "7d4cd4ba083e4cef8fdecd605743d10c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ff972dd60f2e4404b125cf910f806f27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4b2e9bf7e2924ef7af7981e16d38773d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b51d1f343eb24635be1f54e02560b43a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "0f4e8df1596c4f43b7f29dda02ddfc85", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8fee5792a0754b17a7e8403f612c6c46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "381786ef219547e298de92a8cf7b1f08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "511666024f8f4dfa99106cd32445d66c", "region_id": "RegionOne"}], "type": "placement", "id": "ebe305d6328e48b2b56909b091966f50", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c0027a7c56d34aa188e19f1b1c5aefa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "33914c87304e470691822721c9a0441d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "64b03b8f3eb64c44b31aaa06c6acacc4", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4f22af8cf5694d35844664ac5d001985", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "474fe4952d3a49c3bbefa42e3fd83a6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f41992defdac47538a346966f18121db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0dc2cf1bb8ff4123b59843e5ef00ed34", "region_id": "RegionOne"}], "type": "ha", "id": "83982703259f49c5b6a3bf05ee83101b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "60ddd61286c548d3bba86f646a3ec509", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d6328ab96d5948049256d0713247274c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a62c4a74777b4ff79854b2375ad7abd0", "region_id": "RegionOne"}], "type": "reservation", "id": "8c59284aec8449b8a4362a8b667ddeb3", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "841612eb7f5847549116bdd093afbcb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1d2a91e9de3f49b0b266e098e2b78de3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "152653092f7b4d7b96d08516ca382912", "region_id": "RegionOne"}], "type": "function-engine", "id": "aa9b671e4e3e4b4a8a710f28bc2a6196", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e2d206053cb641ed8d08da18123a8d4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "da1d30a2974b49e286c6decd81398220", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "34067cd308bd46f2bb2c53eb2a2daff9", "region_id": "RegionOne"}], "type": "accelerator", "id": "c919b6fb5f7d4d029f904c188363a9b7", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "38de60f652d84e9490b8460b49de277b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c4f5c5f8aa144fb396aa328ab9fdf9ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6480a1f2df6a47df80dbc790b0173db3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "41504bf3d3204dd5a3b5dfa00b614529", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cb41d49690374154876a78fe886d666f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ba081fba839a47d9867bfcbecbc8d952", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "164b1c8eb4e344d1919043a48d433143", "region_id": "RegionOne"}], "type": "registration", "id": "b3d17bbf0e01425f9f64eb2db2370e78", "name": "adjutant"}], "user": {"domain": {"id": "378e448f7d8847809207d962fd85e72a", "name": "bd4503fd419345dda16658b4c757101d"}, "id": "c8bf0e7f3f504ab4a1a123d32807aa79", "name": "54f76be002c84b678cd75e2d922f1fcb"}, "audit_ids": ["ee61ccc8fba246c687fe1d529c099901", null], "issued_at": "2019-09-19T09:04:38.598996"}} 2019-09-19 09:06:38,718 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/clusters -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,722 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,723 keystoneauth.session RESP BODY: {"clusters": [{"status": "CREATE_IN_PROGRESS", "cluster_template_id": "0562d357-8641-4759-8fed-8173f02c9633", "create_timeout": 60, "uuid": "731387cf-a92b-4c36-981e-3271d63e5597", "links": [{}, {}], "stack_id": "31c1ee6c-081e-4f39-9f0f-f1d87a7defa1", "created_at": "2016-08-29T06:51:31+00:00", "updated_at": "2016-08-29T06:53:24+00:00", "discovery_url": "https://discovery.etcd.io/cbeb580da58915809d59ee69348a84f3", "master_count": 3, "api_address": "https://172.24.4.6:6443", "keypair": "my_keypair", "master_addresses": ["172.24.4.6"], "node_count": 10, "node_addresses": ["172.24.4.13"], "status_reason": "Stack CREATE completed successfully", "coe_version": "v1.2.0", "name": "k8s"}]} {10} openstack.tests.unit.cloud.test_caching.TestCacheSteadyStatus.test_list_images_caches_steady_status(active) [0.215937s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,588 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,592 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,592 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,594 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,605 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.526420+00:00", "project": {"domain": {"id": "4990d3e2754940cf9a1d6361d6204d07", "name": "1fd2fa1eb32049b8b2b6a9cd52fc303e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f85323ad02eb4dea833d5a189c669469"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d3abc27646d248569747f1225b95c2ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d164697a02924b78b2dfcc9d2e757220", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e2823440f0c5489d9a97b1d84743bac3", "region_id": "RegionOne"}], "type": "identity", "id": "7c1b462145004340ae1d79b668f6bd06", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d0bfe9a32e9b49f6b326a76368272970", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "131968b5aefa4e2c953cd38825a99c1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5ff1a769203546ada5bc7da3b1e1d332", "region_id": "RegionOne"}], "type": "compute", "id": "e8943cfbeecf479490ada17f547f0af1", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ef4bb4f64f39466a8cf61977ce5b59bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3f17ae0e23dc4c89b562c931af7a5087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "56ae220ca0b04b5e921be4207efc5865", "region_id": "RegionOne"}], "type": "image", "id": "0efdf9fe75934009a71185a05216f8f3", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fa0c9bd3ba5e4a4aa0bcab20ceeda597", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f8cc35e168584c3a829c0beace4296db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ab54902c1f1f4542817dc83fef8b5e95", "region_id": "RegionOne"}], "type": "load-balancer", "id": "88ea8e4afa69469a8ec16791db5d0e81", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a76aa517608434a99724dce61a16266", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9150b71ab9ea40618132a74e0017a529", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c671e95b82a34e489036aba15df3197f", "region_id": "RegionOne"}], "type": "object-store", "id": "5b6afef5aec645b78610b300872e82df", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "59128e79febb4151b006fae4473d681f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "05202e71e3234320bb3a0e35bcb01b48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "964295feb33743c787212d123ced9331", "region_id": "RegionOne"}], "type": "clustering", "id": "089ec0cc814a4a4c897a689f258d4fc4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b83beaec87274d03a2c4335bee873f9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e76f281a4b5e4dcc9d0e2ad62af7c6c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b2e9c1de6040457cbaded1b40fcd2d44", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e47b7072ab9e41f78c05b5004116700a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6217e6d00a854a71a02a5c382d4f5b6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "604e80e1a655420ebf90edbdb5ff7088", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f12193898a4b49a9b8050fe01711750d", "region_id": "RegionOne"}], "type": "cluster", "id": "aa8c94a4f6b2474eb8a8677e894359a4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e34c925eb6094cbdaafefc48c0270f6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b91f4f43d0e54b34b9202325fa46ce26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "31671f560a494060a39043421e9d8414", "region_id": "RegionOne"}], "type": "data-processing", "id": "a36253d1c95f4d0494bb1193f31a9033", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9d35071641f5488f98f523fcb9bd5e1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4d694c2d511e4ef2a3570c3de9306f28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d9823b2c24cd4cd589b607af3d732df2", "region_id": "RegionOne"}], "type": "baremetal", "id": "b18da123148849e9b705009cb8252e82", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d9e56087e753428a8695e035ea2e6534", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "09d2d80439ba4484b417244c6d20f262", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "370b778382494454ae2a17c103582fb8", "region_id": "RegionOne"}], "type": "bare-metal", "id": "144bcd5282db4c44af1c8534ba491563", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "60a47d859fc3449ba011597a196a3244", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cfa5459d378848fda81c646c1778f9dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "6de27d4915ab4e9a86556a417b98a8d0", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "cf763643a5684776b7624ff10742daa1", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "64ed806b19d44cd39a9860e1aeca5319", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ca99e435bb85497d8288c782a25c95dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "2639393c343d4cd898d43348100f4e7d", "region_id": "RegionOne"}], "type": "key-manager", "id": "2874d67bbb2d42a09a5899f8ee82adc8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6c64faf21be942fd995f1afbf4fc6f21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b0e78eeddd7c4421b882471a05d6be34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5709e3024ab04ad388890e26a953eb89", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "98e6544bb62340f6b407d640c1a70f38", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "17733817840543d187e434ed3b2f5ecb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8b57d567b3bc4d8ebbee565f82cca534", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "83b66807cf474ef3afe6be0a40eca28a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1d0575ae777447689eef112bd1d3f87c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "599cadc7128c4a8999be42b33b9f8ae3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "24c09991e3824baaa426cb7e235e61c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "29b91bb086444cf29540ecf9674c42b4", "region_id": "RegionOne"}], "type": "message", "id": "988766528ff84bb98358babbc7330046", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8280f8090bb2410d96a906572f3663cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "48b7f23d4b9346a5a9c9b11610ac737b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c1115377400a4ff9a7d5967a79b22446", "region_id": "RegionOne"}], "type": "messaging", "id": "950ef16fc8ab41fe862a7baed760cf49", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4a121d411ebe425b9b5189efdebf005a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8e5de904296b465aa62786577a007187", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2733943bde764f96a1d203eecdb09c4b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b8bc897dfdc14a70a24ab706cc909171", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c8129ce11b964ca9835043c67d3da095", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a140161f9b854429a2cd28ed1c0be08a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "973a1b2861c14ab180e4e6fc52719afb", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2a3dafeec474425dbb7f0ec9744af4e5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "812010e199a8452b80221037ab249134", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3504cb110ea946c489a0a6e655bc1e56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "630af33e157f47cdae7c84a182b12823", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "270f4532450346b5900fbb77914c78c1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bbfa1f130abb4b94a75ead916fb582d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bc20a103fa0d403f8e600382efd531e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b7d03b33e2464e1999b784eb76dcbdff", "region_id": "RegionOne"}], "type": "container-infra", "id": "75d4d588fbcf4315a3f3a7198711affb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f15d0c8d335f4a388a7dcc48ed34ccb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e0e64e5551e64a968f449b29712c5e30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6c60da892f53477ab381e95ec6b456b1", "region_id": "RegionOne"}], "type": "search", "id": "166a129feb7c4da3a5e4ecd99cbb283f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "8eaf689d6d014d269a1c11de7656d4e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9b404305f7254eee911684a06fe831bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "81a6bfbd316e43d58fe8f4240708fbd2", "region_id": "RegionOne"}], "type": "dns", "id": "cd996f2b886b4a0ba00caa02b9b24a9d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3a513799307f4c3e847c62c49d46edc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "223a944ed2904acaa345d2acd97315b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ce634f2a251146ae8bb25e050850af11", "region_id": "RegionOne"}], "type": "workflow", "id": "b5241b426b9341dcb2b68d32ea2ab192", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e14d5aa836fe47fa86e06d23754f5224", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7dfbc7b104a54dad9ca70d5cc64955e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a0e7042d9c2a4823b8508c686cf8b303", "region_id": "RegionOne"}], "type": "workflowv2", "id": "fb9ed734ec5149a3b680bca11ad703de", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4ceeeafc9fb84102a19e0b5230f24a18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d7bed66cec934511861a76e474df1f2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "95cd663e344248179f8d29774d343673", "region_id": "RegionOne"}], "type": "rating", "id": "9efd1d923f9a4d0c98db3f1d4058b665", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c064e00a7c3f4558b5323d4d51e35289", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "36ee39a35719402bb2b284eb703823a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "415f89752cb6481b8ebd14da84212dca", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f9e068a4ebe24dee80fc486b6ed189e8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f954f52c9afe48e583233198aee76933", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "77a5230ebaaa4facab76d4f68cb5068e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d3bca8e9c619417e96c50b330ab25de5", "region_id": "RegionOne"}], "type": "policy", "id": "bf7461ac58584ed1b590b638072672f1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f8feb1547e744c6fb4f36de3f7faf612", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2d2892af8e14494faf69480f7678e024", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "397f179c659842a69dd1dc934c929cfb", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9a87691848ad49c38e44868bd6df7fc6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6f05bdb74e7e47bfb4a24bb0f1a4632f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b6f1e134485c4e24b74b7995a707e84e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "eb272d12aa7443c490732c2b9d0744af", "region_id": "RegionOne"}], "type": "sharev2", "id": "08230b16fabf41b79a13cece0bea1e67", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bb2237e1aa1f4721a085109ab96e49ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "91117fd6f08848719a2fef033e6eeda1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3c86919c866a46ac8c9c371dff9560b5", "region_id": "RegionOne"}], "type": "share", "id": "ec187c1304c14215bbd28c249eb623d8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c2c28a914c4e44efa466c60db1c18e8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fa8707d4e8eb478298bb24bfd1904f36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e482318c37704904a59b5093a68a45d9", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "987cbdeb55664ae483fbc2118e117958", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bf0229ce72b4aaebe014413de87b424", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "486529a62eb34264afd3f08e17c804d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17873e883b754dada1dedb91902b892d", "region_id": "RegionOne"}], "type": "orchestration", "id": "74140efb01a545b19408b9edd602cfc4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51f90c2f67a244aebb599c21c9644bc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4cf515d6220849e39928dddb9e47e5a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5847f5831040456da18d0f51252e1d92", "region_id": "RegionOne"}], "type": "block-storage", "id": "1258594cf6f846fdb2d9f45c0c99dd30", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5221ca2ab3c4cb09a408e00af28deca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13012d816ab54e168fa72544792d4845", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d421de6ec500474396152f7cecc568c8", "region_id": "RegionOne"}], "type": "volumev3", "id": "e38e379a975843949414d8cc5682db37", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca44f1abadd74f099b56f6e255721e94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45e71b233e9a45908f427c382d37fe96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be2fdca3d00848599b0c58964ff0eb7c", "region_id": "RegionOne"}], "type": "volumev2", "id": "93837dee407f4e7996aa15a6f1a2003e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be72b1d4b8f346089e51860f5af59d6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f4a858e423e45a89476532404e8384f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5650288b7dbd4986b189a2f7929a5f6d", "region_id": "RegionOne"}], "type": "volume", "id": "3bfca843394b4c3c96b40e6338db8886", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38ccb2b8befd4250965760fafb503a1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "675a765d04e746a0bd384f5fbd95e3d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f98863bcd9d847a3bf37df7f8c44263c", "region_id": "RegionOne"}], "type": "block-store", "id": "f05692ee7ee84246ab34d4d28624fe32", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "de5fe2284d634b51bb7221e6f00d4669", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ab3e7d062fd541059e17504fd8934118", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1f65557c172b46488faa182dbba14095", "region_id": "RegionOne"}], "type": "alarm", "id": "6448862c0b0b4f4a8a110436c6dc9a00", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7dedf232ea26499f8fb7fd25133041d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b8e1ccdb9e25460f8fbe2b2570431ad0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "21c419c22f064007a251d03b7e19bbec", "region_id": "RegionOne"}], "type": "alarming", "id": "0345bdfe7c9249338a5ea6e06bf4e64a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cb9d238b1073465b80604766f190584c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "42e89671f447499897ee5f4053538245", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d35eaab598854865a5e251e2c4b32171", "region_id": "RegionOne"}], "type": "meter", "id": "44badb259dd7455da20741cefdb74123", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5ff6e52a6dfe4fd0931a0c8baf0ee8f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "41447ee1f4c54203984bc1176cb54b1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "22d4e83cb08e45a99235eac056a04dc5", "region_id": "RegionOne"}], "type": "metering", "id": "6abbdfbf226d47b1823e40d272326e29", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d742f3665c254c82b0ff7597e1c1ee0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e4905e257c1b4f789ef55d9764429939", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c43e7b345d574866abf3bc81ad08819d", "region_id": "RegionOne"}], "type": "telemetry", "id": "63c06bfc3ad34e8e9d7808b642387e83", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8124e30656164bc5a6b1e1f461232e0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bc83c4f5eef54328bc50d092392a4876", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1cd1a20a0cf0470188960edf641da9f2", "region_id": "RegionOne"}], "type": "event", "id": "0cfb29aab704444a8618fecf7b74a1e8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "38ad1fd24a62499284cbca57a9d74a22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5093013e70ec4f34a2e5f7e7b6687161", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "80d3a9b834d743deb34cb71d2a4a0348", "region_id": "RegionOne"}], "type": "events", "id": "86307dd33264481baf9134347bad000c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0bc3d423b5414323a5775b79a8b8e2fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "43b9ce3529334a61b65b4e63dbe2837f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "61490a52c27a40e28d9c08f9276322cf", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e9cad2ac1d3f4711994464a452aa49a5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b3e890e463094002a1d32320c32e6cc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dc38e93fb49c4bf2b0df1749c706f6ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8fb36b3caf044b4baec542eb7c0fb302", "region_id": "RegionOne"}], "type": "application_deployment", "id": "848b4daf3a534c0e952272abd162c82a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7df3dbda5ebf49e0adda31bf18b609aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "314ae6f598334db69390c4ee5d7055af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6f76eda6d277497881799d6cf7a0d1f1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7f773c3a6b3040d49a4ff80030f113fa", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f505e1e47c4542038a7d9dc410432fbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fe0877fe1320438a8c0763c7d556639d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c8eb35cdfc2340e0926bacacc58817d1", "region_id": "RegionOne"}], "type": "tricircle", "id": "55b03880c0734a46b26e7927379e7842", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "84cb238674784654aead90b8aefac91a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "94e38c142e8c4dfeb8114ea3120075b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "66bedd002ac64b71b3c9b7a5846d01f9", "region_id": "RegionOne"}], "type": "database", "id": "cd6381f88a9a46ebb4bf9b3a87c7b976", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c45a8efdd78942a5aea007dfeeae8d3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5e3192beecc24e1fbeb800e3b2bfbc3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cdeaa37b1fbc4e50add8b57a1a11de88", "region_id": "RegionOne"}], "type": "application-container", "id": "d18d8d16caeb43f1bdae2a099bb723a2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cbba9f0eece643a48b89d24dad1b4964", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2189a514e4c544b0b11f133526b0351e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9ed3ae3affc94320b97399671e0d65ba", "region_id": "RegionOne"}], "type": "container", "id": "fc4a110255924f1e93a6da10523bbe7e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2e63d8d3cef04254a113d60031b2f9cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "954262942a4640af820a530974785eb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c552f00ccb9844be99336beca9ecdcfc", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4ff9302bc4c1472d93340097782c4b56", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "85b9c194dca144be9e8f5b43587bfaa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8d80ded5c31441038f21a4d08604bc0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "da4e00780b91432784399707aad72c64", "region_id": "RegionOne"}], "type": "rca", "id": "db09134a223c4d60b2e01c562f83d5ea", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d982fd001fac4f28987100951ddc8740", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "418e974ba51e4125996e78be5b5ba369", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "40bc58664ba648eabf3cd8d339f13cf2", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "53c13e5680bf48f8af1e86993a7f8fae", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "65d7b07c87cd41a2b7844bbaad4b4e3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1eeda123c17c488b848232a568178b7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "687fb25e0e634cbca2121e7a1182f9b9", "region_id": "RegionOne"}], "type": "network", "id": "9b93749befe44608adfa9917bb4398c2", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a09425d550bb4d0aab88a4cedff625d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a7faba9dfc3f403299cb437fedb09444", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d9f616e206144538afda41c81aec1c59", "region_id": "RegionOne"}], "type": "backup", "id": "b4989bb74e534410ac88a2fdc4740f1b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2b62c57f46aa4510b582527e11758288", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ca3a2e3f84274e5bbfd2a9e15c4e478a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "27a73e0460664fe0b830d66056d0d9bd", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "87fc0f7df1f9405bb9dfb53ce119047f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6f6c08a2859a417fbfe95d46c5b76ed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6c70f11658964f79857bf002c07a8827", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a793f5527863417bb994b3ac62647999", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c23899b6713f49fc84a23fe706b91c6a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "acda7c5572a54c378e21d3746b53dd62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "961782bc68004b05855758533c0766c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "97209c3349e0496aac9743e938565758", "region_id": "RegionOne"}], "type": "monitoring", "id": "d6a44dcad18b4dff80fbb8bde6557dbf", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "956bceec2547429ba5b87aa3bbd7c1df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f99fff935318424aaeb92dcef0888645", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d683b0155fa24bcebd9cdf6713b26500", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "de61d2f5ab884fa089cc3baa76dd9136", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "7e8cc5408bae462b8925cf745232e2b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "da7ff527543b4cc2af184f9e31fd70cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a8a3830cb61147a388edcafbebe46f75", "region_id": "RegionOne"}], "type": "placement", "id": "9baeb24e748f44089b20b341220d31da", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6108608cad124c6ab0e01661006f99d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4217526378e94d43a55ff6ee29d4b756", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "88f5c5abc4884464970b39143d6515dd", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a06d42f332ce497ea27ffec3cc3ffa7d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3d878b37b9b34c9c8e4a9385d954ace1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a5d08dd28f7e412bad2fb16d81d79851", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a80e750de0d742adb8c05f7aa221b231", "region_id": "RegionOne"}], "type": "ha", "id": "117d54110fc841e989b9e409ff6c07b4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e8989def644241daa2bf5f92cd11040f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "76caa03404114383bf32ec2b7de906a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f0b719e46a5f40efbc45b49d8c29a20e", "region_id": "RegionOne"}], "type": "reservation", "id": "03259ecc945f4ef181a65109d03cca93", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c6a6f8b5936b4c489963d8b71cb814ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3cc735862d324b248faf57eff0440127", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b6c64b6d5b1141399c64fa7a4dd7b121", "region_id": "RegionOne"}], "type": "function-engine", "id": "f18d1d2e5663470392312a22b46fe93c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "515ae26e8b6847b08e7a67b668bf12c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f478ffd93bde488e8290082c35693739", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f6947968a14049c3981c31cb6e09ec4c", "region_id": "RegionOne"}], "type": "accelerator", "id": "97671e486fd442fb8c616efef0225721", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6332f8feb92f4bd9898b3666962fc877", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3dd77c5375b84c0d94a5253ec92f44fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0d40743a26cc42a0b4faceb783a2451a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d7b4111c2be54c96aa16019ca005eb7d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "168fdf627fb4450a97c28501dfae841e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ce70003f189a46e28d0ce62277c95859", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8ea1c7b20f5a48b7bf6e1e0308912531", "region_id": "RegionOne"}], "type": "registration", "id": "3dd29718aeb64303949db087e4487a3d", "name": "adjutant"}], "user": {"domain": {"id": "4c8a9f32d00b4b20abaa30f8b6645ca3", "name": "7870f99f30b942eb869debd72fcea15f"}, "id": "b4745d53e15e49a28670e2e351272526", "name": "6d1527f66a694d8bbf04246c8448a836"}, "audit_ids": ["2d0c4634e5bf4458878d122737a7c646", null], "issued_at": "2019-09-19T09:04:38.526420"}} 2019-09-19 09:06:38,635 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,638 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:38,639 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:38,723 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,726 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,727 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestCacheSteadyStatus.test_list_images_caches_steady_status(active)-2/file", "id": "openstack.tests.unit.cloud.test_caching.TestCacheSteadyStatus.test_list_images_caches_steady_status(active)-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestCacheSteadyStatus.test_list_images_caches_steady_status(active)-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {2} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_images_caches_deleted_status [0.247193s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,601 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,605 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,606 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,609 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,620 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.539438+00:00", "project": {"domain": {"id": "c166328a113844578cab0ba8c3b8df10", "name": "db6b3155968e40f7b4a8055aaedbe1b7"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "27e00495dbdf4c8d863065e9fc944ef8"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4b5dd70a844f400181e995f7db3fc758", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e040a583afe74a46b6b453ee44be9740", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d3f8ffcbc0db40788d4ae65e6f0eff8e", "region_id": "RegionOne"}], "type": "identity", "id": "90ca76d04cb04ad09b88efaa8c1ff324", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "dd231d5826f0417eaffda9dfa16a392a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "86ff61d0abd6480f96014c45d35b07e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4ee9e02f3cd647098d9984ae2c821a52", "region_id": "RegionOne"}], "type": "compute", "id": "788fcf5c27194e1f988a1f3854721a34", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a84eb1e7450f4222a2718343163c4b0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "eaf4a18faaa3445fabd1824ae0156db7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "aa56c4eac1c745c78ec220153c138596", "region_id": "RegionOne"}], "type": "image", "id": "70dc8d9786f44e78837ad08cec8b8c98", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "40da2bd739804c3e96ef5c7c0bbfa73b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7cfad15f68a841bb9692dd3afee0da24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a0dd386f87e24c58affff130381d468b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e094960bf78c4045a06cb20527c69690", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e3d2232d3d84b80a2dcc590f727441c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "142d9d0bb9b248eca56556914cbb70e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6acfb235e11848258cc3b17c5c5be7e2", "region_id": "RegionOne"}], "type": "object-store", "id": "a991ad17146348a9885cf311f2f41fff", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d0f9104698954527b01b962231757fc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "80d270ff76d4432fb85c9dd7b45b7690", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "96bab5d6488e412a9ec0bbf93ab33533", "region_id": "RegionOne"}], "type": "clustering", "id": "529b4ab8ebea4082b6e814be15f467ab", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6bdceac0962f4ff0b39bb96d5bf797a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "194aab241bf74a7cb3267bbd1e369511", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4f060de9d2e14ec3b5aeff331eab93f0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8a7e85f818c14b70bd9d9f27690afd0d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0a12a436daad47ce9363149621cf964c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b16fb8a71e3a439cae1313b9d47f36e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d9e2ad88e39a4de7ac297f3a34bc7d5e", "region_id": "RegionOne"}], "type": "cluster", "id": "61bc259d4d55472bb6afb7c87b9a405e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "346ad1b70f8547419de2dee5571bdc5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1621582d26664137a9dba879a244bad8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1382e5def5874803be7219bdc38e04e7", "region_id": "RegionOne"}], "type": "data-processing", "id": "f8935b51603847c48dfc004b979ccb83", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0d2f50da67f14d97a4a51c86ce31d74e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "25b63683028a4b29a24988bbb4395cf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c653a415542f44c3b1e33351f3cc0059", "region_id": "RegionOne"}], "type": "baremetal", "id": "a79cecd5d3c84928b1dcedeab4a7ce2c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "16919e8c0ac7414897e6bef9a2e7f567", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a3bd0215279a4676a070e110769c4f5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3e8282c8e82c4190ab8b6f6752b578ad", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6c9007505c8945fab5383e021740a0c3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "224b2eb919d94c27a57ad53be8fa1304", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5610048e067e4223bf344a3ab377682e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f297a3eb26c8470497f3408d64a59c31", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d2c92e9ede204d6fb9e045a5a65492ed", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4488bf332b2740e9b24eb90a45eb78e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ebc1ed81330b4fd9b18f5fe8bbc4eaee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "596125c5bd4146718e995324e52ca0bd", "region_id": "RegionOne"}], "type": "key-manager", "id": "ea7db6e452a4482fb0c690031194489c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5e2e1605437d4a5e91a65989c837fcb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ac53218f93ab40c4a04432b0a97553d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6227b59256484b509b6c76a5ccf52dfc", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0003e66cb10a4ab181e402e80728d564", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e4d2d069e1d442bab768a0172bdd2213", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4704e93e1f3a499fa441e4c58c17c361", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a34c047e179e453a9920d6fef955dcab", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f3c4dac142de4f8c89675ca0c669e458", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3dc43516cb164d1489841d0719051c86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f25f9b9877b8402f8d858f088b4426b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "37a6a5bbae2849bf971b269c03480b17", "region_id": "RegionOne"}], "type": "message", "id": "f2047c99695541b09424a752dea4544b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ac125c6688304c498e6cd20cecd27990", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "16c14e35d8fa434a9d7a55c3e04440b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cc267faf26cf48b08beb4b5a33b4bb69", "region_id": "RegionOne"}], "type": "messaging", "id": "7c07aa05e4b34bbd970800196176e049", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b34248f27a984d42bf5aa1c089ed9292", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "22d44e36b7384a2db50837293bd51821", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b97efc25912a406892f0cdb5f737f61a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "becfe4a23c0c4157905eb27c593ff283", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "343d17fccc5646c6af6ca1da5adb32d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e9461acd8ac14ac0ae8a4bd11fddb73e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ec446effd92d4947a3ad761790d6937e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b8f01b797544412ea745d98d39e36394", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c8079755462c43c2b3221344517e6992", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e93662febd1344ef829d5cdfc4716494", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a81a53a7fc75486a93353f0a1cbd2934", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "066941db9701438694cac4b0450b8201", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a2ff2b59d594309b46a3a0c0cccdb5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "844837fd694f4f8292f8d239abf0d08b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "22c7bd8bf8b54b94b261a78284263250", "region_id": "RegionOne"}], "type": "container-infra", "id": "0f0c36d3fb72426ea32b09933a27dfbf", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5c886c1f273c4115aef10b5549224eda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f937e836b9da444eae1f2ff93e8563a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f8992c98e5f94b2c87fc12bb6d43de82", "region_id": "RegionOne"}], "type": "search", "id": "51f34d7ef3e44229b881277b2cafabb1", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "94b04bbbd77a483cbd9529eda7a3b7bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "23a4a15ddeb34f53b1a8c33d60af247d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6990ea8c02e94cfaba53718c6a9304cb", "region_id": "RegionOne"}], "type": "dns", "id": "0b37170f3699437cbbf84fa8a03b08ba", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4595124716f0487986c72445553a8f22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4f18f3b8b321450cba22128a47a240f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8d26d72819e64b338003fcf479514edf", "region_id": "RegionOne"}], "type": "workflow", "id": "d9968c0bbe5049c88698b31b34706dfd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ceafc43f3a1d4caea0ec238e92e367f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3a7ebd675cb449628ceeb934283d1cf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3a8fd58cad974edf9b497c298a3b9e30", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2f0cf2c9a9904d4590e65c6f740a5e36", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "898a656993fc492896e26e9f944aeee9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "8fc35606111a4453b842c1136f0e7275", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "36703cecf9a04dadb1fa3e1abe314547", "region_id": "RegionOne"}], "type": "rating", "id": "986f19288b864b488ccf154e4b881cab", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7d3d8e0339e343d3b957cbfe3477d29b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ebd07860356347ddade42fb57d621db4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7e07c455db91465f97bd4def8d19920d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "8a5e6ee83d0e4571aeb6fc105400123a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "30a729d4a687422495c93f76027a8222", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f1a32eea7b1b410e844840bbe862b0b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ac70bb53df424e928c06125b38cd22a5", "region_id": "RegionOne"}], "type": "policy", "id": "542a762b61204ea0940cfd8eaea0a22a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "56935995426e44e8ab858517187f4771", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b3243ff346154c31874b14b6f3d3881b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "56a475034052435486824a879a560109", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "07f04e0aef1749718a362719441dce2a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a55e078b9d004fd2abc6c51a62fb18a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d71830bc82e3418db91caa162803ef98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8cf06580ac3c400182901d0a84022109", "region_id": "RegionOne"}], "type": "sharev2", "id": "65f137e25d774142aef44c5c279e800f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a962c9d0b349401a927c7022d705d85a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5b99802020434193aedee487da64d118", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "04c7557789fe4952b1e81cfbd73a13de", "region_id": "RegionOne"}], "type": "share", "id": "6b52469f21f44d15b9173d9921770ae6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "69f9591e5f1c44c5baddb4163c0ba951", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0a5b28386e4e4c69ba8e457162d23190", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "72a3f2709e0f4f93b590cd92a2ba1672", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f2abc73e2d1a40b5804d0184b01d760f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f116ad37dd247fbb5894147ac340052", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e50d68ae55e4197ace90b7e86fd41e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c77cf4ab04b54cd8a904a0a95955071c", "region_id": "RegionOne"}], "type": "orchestration", "id": "6225348e146b47ff87a21c3451f91207", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ef7354c6e9f4e02ae5df3008b9a4072", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ac2b7cccae249368f67fd14a55d372e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "813580dd0114478e8ee9b1efc65e12a2", "region_id": "RegionOne"}], "type": "block-storage", "id": "28a30df597fd41abbd34f01615bc5b73", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f84b0993f4a94b52873830288d250b0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "abe4787e809e446a951048730f1e1bcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68f4d45f8fd345e2b4a2bc80c5803d09", "region_id": "RegionOne"}], "type": "volumev3", "id": "22d21af68052475ab70c15c2a3253a58", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "893467ab815a460491efba251842ba10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd6f7eda5a7b4dce896a7ef88108bf2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f71531d1a35e4bd8b41f4ba0c49612bf", "region_id": "RegionOne"}], "type": "volumev2", "id": "5d9f8fc101a647b5aa258df7a941b533", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b3d9a866f1740c787c12b9988cae5d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90bada0e168846d2b6ab79db2aa6bb29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da02af5577514ee08ed24e8307a5167c", "region_id": "RegionOne"}], "type": "volume", "id": "0f5859757ff1408d9c6f8d4473b1d892", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a75735833fb847f0a6a0b4c9beb3ad41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e99f1f0bada4f74b5b692fdb1be3ebd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33b243085a4b45d18bf7c425e8716427", "region_id": "RegionOne"}], "type": "block-store", "id": "9a14402747f84370a8a0ccfd228b26fa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8a116098ff7546d696151134847295b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cefe5d55f3034bf1813d5789c2b9d517", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f755874748034479bdc9bfb6f0cc584f", "region_id": "RegionOne"}], "type": "alarm", "id": "29e2d13a9d794979869076aed040547b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f6288891065d4ffe95fd813d0604f471", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "73cba332f1ef49c1ba4b3e09f10a5a5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "97d1ebe75a414c3cb76f1649d125351a", "region_id": "RegionOne"}], "type": "alarming", "id": "68779661a28c46f092ef44cf736b3c5b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2f624814c1f64271bfb27c02780e9b6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5b5b489af4aa4f6d92b9de611f1d2c5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e5ae9436ef6942619593901f051ebc08", "region_id": "RegionOne"}], "type": "meter", "id": "7afb99ad2aee442695d24d3fe5c0ffa9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3941e71420c8467b891779e94d6eeeaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e15de37943014916bb0d2ee2dc285542", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2c70d60019534adf8fc6c7523041a9db", "region_id": "RegionOne"}], "type": "metering", "id": "63c2974e8fb04fb89461aed687218582", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d884845634654d88b996c1c656b00cf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "96733629a56f46e18a64fc1d985fff09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4a88a93466a74307be137e976be956dd", "region_id": "RegionOne"}], "type": "telemetry", "id": "00ee3c2885544544b1f74d72f1498d5b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f23fa739fde34108a6350e2422ffcdd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "41caad305c394af2bdf2b11b9c10afa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d0ed850fa5d04f62894a01a0ab6d58dc", "region_id": "RegionOne"}], "type": "event", "id": "57810b2d611f4759bba6ad4b96d3d913", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ac0450cd71c7421abcfc2b425cb0c9fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c9eac4ba3f3642b78a458666889d8327", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "107de54fb4ef4aa8833d9a665131fc0d", "region_id": "RegionOne"}], "type": "events", "id": "c7b886d2aa924bfb9e5bf42a37dcc586", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0a9fef65a84640619f2267a893a7fbba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9b8a570ef247484da63348e61326a45b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e51b214011ac4b889adada4e7e94b03a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "215db4aece804accac684e8c87bac483", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d8c275e0809d4fe9b6562dc9ded5980a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "07675808503e47fa82e27e5298a09e03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "da65bee0be44438fb289e86e01327163", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1c27c698e6374abdb19128dd0268eb52", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a9d3ddf0c8474e64997459ce7344de16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e82b0e7d00494cd1a43a86f7290441c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "eefbc40c29f04d6890cf26850ca8877a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "19cd0969aefc4ff494f9c8fc5da6af45", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8aa26a5a5cdb4be9999ff3ceb0db9485", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ac57468bdf724c6baa7bf0b9de3f55dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4ae1da365a1e4245ab4b3fb16f4124a2", "region_id": "RegionOne"}], "type": "tricircle", "id": "d39a73d489044d7b8de4dbf21c3b3bf8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c789acdacb2b4a8686484884f8385997", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0883c1e3b86845d79dc4cf683ba1bee2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6136350495204c73b5eb904c985073c8", "region_id": "RegionOne"}], "type": "database", "id": "e76ce58036d84fbf9a06ce3fe80066c2", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3b27bf634f1f47ab97d21eb44f35e21d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dfdfd29356a64c85a01d67271941d118", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "05829487c9f24691b5fafe257b0419d7", "region_id": "RegionOne"}], "type": "application-container", "id": "513d5895e9794c61a6c5a45b915fa7f2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5118449af9194c08a7a70e7d18bc4ea5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "aec5da0956264c00a233ddd78671e1c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "877d8c430a9c4584ac4a6a546d83300a", "region_id": "RegionOne"}], "type": "container", "id": "ecd712f57fcc4e2595010dd8920f6745", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "105241f972e14bd68443c6da675ee7bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f2933eca6075434db656dd334971f43b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ac125b411d4641aea4d483c0aa0f6ad0", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "cc508b5a8b8b42a3a9f9120c0ca88ca4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6b8b3e89b8e14d8885ff2907efbc6a06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "96fd413723db44e2b8d3b11e2243ad1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0bcffe977024466d98e8f83e2ef67c27", "region_id": "RegionOne"}], "type": "rca", "id": "64c5aee3841f48868e5aea18c72b6bec", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0f30c2060eeb4ac2b13dc6b4cf63d49d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "21a4aa2b9a424124aeee38db80a54d96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d0d451e412bf49cbba6893670f82be5c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "8e8f20ed09a94bd684cc93a5a672e6ba", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e4199bdfc6784d6ea3bb6c0fbfa61e56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7c119fca6b92417b8ffcaa79ccb9ff1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "33c15cb0dfd84c5e90c5df2609981d34", "region_id": "RegionOne"}], "type": "network", "id": "ba8c1766aacc494c86517d0cd8a5d4ea", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "8f35ea1fe0b0459bb2d36cb66f275a5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "817c1c22821444dea397ec46c1cf8955", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a0104d58d45c49cba88719c5850c2271", "region_id": "RegionOne"}], "type": "backup", "id": "101234f087974b38ba25ca8fdd2a89bc", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "55a3d6a6bd58479c829d1e4d045ca8ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1b145f10e1eb4df38665e650b1e73423", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4a651e8aec1a414b9c3fd692c2ceebc6", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "243f23f16c724c5b93b3841970dd45df", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8c10b47fee6844a0bb49fad533bb8602", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c0918412b1c442b5bdb9e6c4bdf24dfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "19be6e5a147544a98e6156a141f86602", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ba80ce7691664004a1952a16976d1aa8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c134774f72ce414ea4c4168f5acce423", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b7ba3acceecb42888e2e2ab14c05904e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a40629cc7ceb43e699cca7e130a7f805", "region_id": "RegionOne"}], "type": "monitoring", "id": "a00887df98164a67bdc952290241febc", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "88fb90b884904989ba88cbdb97b21449", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0af998e34f0141fd8928003a73127f8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1d4f11be0c124d93aa0caeb91831c8ed", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ef08c33821ec4d819fb74d4994de8b4d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "40697de14fcb4c2fa761a5ceb8fc9a79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "af2b6ffb2dea4fe9860ddc3494b126cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "cd3ea0711e4e4616a27c311997a7970a", "region_id": "RegionOne"}], "type": "placement", "id": "385db786a77c4dfb83fc5411a7b2f8b6", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ef666e376a8b4980b213c6bec80065fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "488ad55c95db4eb2a5fd457bd5a20707", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6955be2739b147e380bb07b547f7e5c7", "region_id": "RegionOne"}], "type": "instance-ha", "id": "6e8ada4f96b24e02b857134a7eee6169", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9fdae7531ab941579cc07d836531703f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "72d751e1fe80404fa02bc2bd5c37698c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6a13fe311abe48a59040e7ab7aadd903", "region_id": "RegionOne"}], "type": "ha", "id": "43a05aba4b2d4f269c8f7b1bb2ad6f26", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d195a1882979495f8afec8d81cdaf310", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "868f3d6808ac4d8795850deea2a4b9f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "2ce7a5d80c0b4ed8854e2dbbc50016b4", "region_id": "RegionOne"}], "type": "reservation", "id": "ffb04d2aa61e4b61b1806909a3258828", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "718394718d23482cbed30a73a04401f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8efc29577a9b4304b2f6e13f16209100", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "831fa9e9acbc42f58050068fe7ce1309", "region_id": "RegionOne"}], "type": "function-engine", "id": "8d6782a4664245a09d2b7f15be4d8e06", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "98e8841fa60b4293bd2ba165a2c651d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5f90fe3fcada4799b2eb585102a796fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "02bba2273ab94f8fa9a3e569340e2b2b", "region_id": "RegionOne"}], "type": "accelerator", "id": "35ae9c57b64945b9aca6e72e233d2e16", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e55b38449f1445288bedc14b8b2a3e38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "af088f1e10c34a048388ebc78e4796d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "93dd02aad43f4cfd91968c66df6e69d9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "818857e74fd0470da8ac9090a5410d3b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "383cf0fcb1f044a9b3d937e5f2ff2561", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "06f26ad897e34bfe8a4172d1218f8ad1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4a67a4ce4107418992dbcbebea62a7de", "region_id": "RegionOne"}], "type": "registration", "id": "0210002631cd414c8b874c09745374ed", "name": "adjutant"}], "user": {"domain": {"id": "1e83d8fff7d442429707cf48f1145072", "name": "4d07d76ab4d94043aded4e7c1a5f5ab7"}, "id": "c03269e1891f4f4ba40dbdb09001e461", "name": "118d885b44134cebbd46796ef6d41635"}, "audit_ids": ["909ab5c1927242d29ed8b445e86194ef", null], "issued_at": "2019-09-19T09:04:38.539438"}} 2019-09-19 09:06:38,654 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,660 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:38,662 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:38,758 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,762 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,764 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_images_caches_deleted_status-3/file", "id": "openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_images_caches_deleted_status-3", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_images_caches_deleted_status-3", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, {"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_images_caches_deleted_status-2/file", "id": "openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_images_caches_deleted_status-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "deleted", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_images_caches_deleted_status-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {7} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_deprecated_validate_node [0.200971s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,707 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,710 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,711 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,712 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,720 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.649338+00:00", "project": {"domain": {"id": "6fcf4096483b46cd989358f5b66542cd", "name": "108a229e19be457aa7da429b8dec14ab"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7860781100ce4335bdcf5cc7015cc60c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d4890541e8074f39bd700f09e4a08ce9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "547ca84a0a604bf18e9a60402f881c84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "788decf745214b69a493ca04ca96a571", "region_id": "RegionOne"}], "type": "identity", "id": "24da62ac91a543e89a8a220b82690aa0", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "45790bc08f3349c8bbe57b837fe37b32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9d8eb461e8a541a8982693252ded587b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c1f168bb80ae42ae8710c49be1b1b951", "region_id": "RegionOne"}], "type": "compute", "id": "db555308bec14857981702f3b5414206", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d0a147ace17644389321960dd616f6cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3508cefc46e2481c9ac6c1c2022fd61d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "201382595e494b7b846828a99cba162e", "region_id": "RegionOne"}], "type": "image", "id": "e4091f4ff6674d8c94488e45b7298ddc", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d5b3d4cb013d4ccd828f6a70b586678a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "128c7d37b8e84819ace00a78e0a51704", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "9018856b841646be9a4fdeb67bc77f54", "region_id": "RegionOne"}], "type": "load-balancer", "id": "74c7286a422e4af9981ac08dce4534b5", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "230edd553ec449c28afe7d0a5c4462aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f384d3789d014c5aac1bf99f503b4a20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4429bd35660c45d2be5b5075019728ae", "region_id": "RegionOne"}], "type": "object-store", "id": "2378a8fdaff74430b34d35479ba515fe", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "abe4f09350274be2845c4e0629fec39a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "28462d976c3944e997dbabddbc3a82ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5cfab58f94b04203bdb7b3f1a8f3f3fd", "region_id": "RegionOne"}], "type": "clustering", "id": "9aa11996fd714ab38cfe6a8080dac44f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "50392993acf148668105e420f3834cfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2ca85b511c4446d184504a5ed788a21a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d48474ea238d4959b3fcff4e9b49288c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "93f11bfeb25d4def87738e3117b17acd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7b593b311985479a9440d33effec745a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "df8439e6f3a3431a97867eb84b2c11c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ff5048d2d765419da37041499c1e52fa", "region_id": "RegionOne"}], "type": "cluster", "id": "68d3bfb5ebb7427a8561a530d0b445cf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a264eb3ac987439592a19395ad1c51b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9bc4650937804e26bcea60e035986da9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a858fadf68534c75b03a25ee0fa8d2fb", "region_id": "RegionOne"}], "type": "data-processing", "id": "d4cb9f018d8b4f63b69bd22ad6ac6f91", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fdf0e4bf0a4141dabb3606683fbf1711", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f83f36e06ce347b885859fba33f3c5c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e24b4f322c674e3797fae0f8841ec1cf", "region_id": "RegionOne"}], "type": "baremetal", "id": "7872cad03acd491a96b8b2fdab63f14d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "131cc5a86df54f238d27f3c0d105a346", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "89e8d0d573b9440f9b5ba9a340e1b383", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "387b6102fdf741e0836c481548617b2e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f86a5e2d33f447bf8f6fd40bf6cce397", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "08bba42a974c4b48b3fcd8a7a275855a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6f81e145471345b49d96a503ab6f45f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "8fbaee0d22964569b277ef5990b7e2bc", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a1251bca1c5044dba6c17ff1008b5e81", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b6d6178dee9b4936b3ff62a50d650021", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f730519d36134a1d9afba09b8ce28cb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "2242b31b633c4f54a7a7b4eace07688a", "region_id": "RegionOne"}], "type": "key-manager", "id": "a68a41ce564245fb97dbe3183581c67c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f489c26503eb46599a935a6e95f74d76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "341b5523131f4c4fa813571df7f448d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0c3adcddd5824b40905f48dbca91a891", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5aa4a47cc7f44720a6543e6ce6f9ab44", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eada0c2701424287ab5edb9d48f9bdf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b72e3b156cbd452dabb7ef99089f9605", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c0d79c0002074ef58bd65efdcde829a3", "region_id": "RegionOne"}], "type": "infra-optim", "id": "592d373bc3f74f6d8790964964a8c545", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "aa55cfa7ab2f40feb9ac80a1d5276379", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "52a2af47829e465ea64d8b46a421e715", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "91a88ccb05914f1fb7b07f3457f554cc", "region_id": "RegionOne"}], "type": "message", "id": "2d1ae93c2d194e7c865aaaa785bbd5e3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "97e3f928f3d3407f98a3bd93d0e5beee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b98dc521e4694c54892e853f26596805", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e369a5bbfb864e9381ab951734a3872d", "region_id": "RegionOne"}], "type": "messaging", "id": "41426b780aed473a9bb99633352d0d6f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d909fd423dcd4022bb3cd73713172b1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "99d594f1fe1c4b2db094bd1f1c31c834", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "11c8cd4fb133465e91ef502b637f9903", "region_id": "RegionOne"}], "type": "application-catalog", "id": "77e1f4ecf6bd469999f7ce0844370531", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "afa55b35754146e696b603baa24ff5b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0377da071bb14fc0816ce36f68d4a9f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c217f5360c52499cb21cedb4e3e11b40", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8d38b37e326e449aa64fb98c256d5a3c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2d94b97138144a57af502b9dc51b98fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "51ba75871a834e949f3cd9e873ccda09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "329a859a135945ff8e861b63ab33ba93", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b79bf714642949938e6bda9f34fdeafc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "32b68a31adc1435eb102784c0556b609", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68037214f03a485a99e4aab8035a4208", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "db65495b5a9748099764e1e01d57e88f", "region_id": "RegionOne"}], "type": "container-infra", "id": "b3a739a6db5040b29862cd7a7f577d8f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "503e49c1165941aeaeda6c32eb2cb753", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "87a722a0f9af45bc970c663bdafb8e1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3f501ff54da244038bf181d458d631eb", "region_id": "RegionOne"}], "type": "search", "id": "0339757c27b6452f870dc7173102518f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e9a83856125b47b983bc5023911fc730", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "753482820a2f4e269c01793272792513", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "789ddd3b095e447d942f7f00d8aac6d4", "region_id": "RegionOne"}], "type": "dns", "id": "d2f3ba327f134656938ce6dc27e54433", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8ff2fc976bad4bfb96a1d0a4c4b7f431", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8539091bdd0b482999b9c951f5197e17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "37582a2462304c40ab4872ca078d2da3", "region_id": "RegionOne"}], "type": "workflow", "id": "d978d91be1b94757979889cbde91e975", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b8e26631a0f84d3db59597f560756538", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0069b0018bcf4e3a909cf2812f18ca60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b8a56d64f703463e98ee2b3f911cabe9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "867aefb104924b519a19aa18393fdb38", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "497804828ce4458ba555680a707c935f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "024e6181dd464d7e86577d79212a176a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4417ec890f8f481090f57708e6e59800", "region_id": "RegionOne"}], "type": "rating", "id": "5bc0a9b65bd54fb2b6b311a01cb89a85", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dbd4a73861304a0787320c24178d24c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c238bc60f9cc48b9a8e5a3d0118e6716", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ce21423ce6b44d2ca3beaa33ba3134b1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f744dd52006a4c2f8f4be54a10b86fb4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5b061fda04bc48cd9f8ab4cf2ee1313c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "96431c76d54f46c3a4a5a3d7043a273a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "59c3e021a98a444c80cb7f255602d137", "region_id": "RegionOne"}], "type": "policy", "id": "9c291de24e1f4a369f2f9d0285b80c25", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "35759bd8f20e443f8c2315c72a64589b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f19b10c5a4d04b48b6d1162e0f44bd45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8dd28bc3e70d49c59488a2ab5898a2e8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "afaec8234f4f41f19bfe0c74174e9817", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b8277c0fd75141f2952249a07d985658", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d8b498e2c0d34b338339501be72c5c60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3ccdfabf385140f88ed5148ba3be1cd9", "region_id": "RegionOne"}], "type": "sharev2", "id": "4f82b2d261f44a2ba8d993f1d78d2677", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0e971b55e7e24deba65afcff418302b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f4e655a1b61a4f08bdceab1a72c669e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "570a91d4b1ef475892bc9096d745fbaa", "region_id": "RegionOne"}], "type": "share", "id": "3334ef9f545e4d7a84f62a83b9c1a4fe", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d67b97cbf6894a34a6bf2231bd6e7bda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5d1edaba63f44fe7b09173203b418662", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9ef3127f157b482d98fe1a2eb3ce6367", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a6012a6f23b04aaca18ffbfe11d221a3", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0456cf455ab14549a18ca55afcee33c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fcba3c255d5e499bb28f88aefb4db946", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "278028dc447a4550acbbcbaef43c7898", "region_id": "RegionOne"}], "type": "orchestration", "id": "275bbc30e1fe49529f4f4d245886e7f0", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84744eab49dc42c5aa6ede17e6f8be9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85b74b9c4f8d4811b24f6c640aec532a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5288d2a2625144ae99d2881ba84dbf28", "region_id": "RegionOne"}], "type": "block-storage", "id": "a3dc729c1ba84d4aadecdb0844c85ca8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea03529a317c41509e68b6a561e0a10b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ad0b40a1d2548e5a631228b19da4089", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5f9157968874aa09ccf7c75f9211ca3", "region_id": "RegionOne"}], "type": "volumev3", "id": "c1a7ed28874543459755cdaada42c54c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b62222312134bc58714a667aff66711", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a85267602aee4ae2a3d710c971959351", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b0694b8cb9444399db4fff4ba0549ad", "region_id": "RegionOne"}], "type": "volumev2", "id": "4c474819044f464184dd39b0901fdd26", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3cf2ca859baa4b3dbec20d2e8764d4a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5ea705163e5441b96e52f68f7d5fa51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "beceb9fbf17d41ce81b15ed92b74cb86", "region_id": "RegionOne"}], "type": "volume", "id": "4e581eada39045abbd3119298b96ee97", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28b306c6dc8d417f8c42664b28c75895", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9592dbfb5667490c81136b0bd4b4e6fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f096a3929a24d51bb5bba83a00629cd", "region_id": "RegionOne"}], "type": "block-store", "id": "1b20fdbee1dc473ca1a906f210c79347", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f08c28ebb4da4475900a88ed14e55996", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2a256224a2204194a57e87ec09d9b14d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "833aff1a1cc84338901e61cf01af28e7", "region_id": "RegionOne"}], "type": "alarm", "id": "60a15b86034e4eff96106e89d6f1a9e6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "95b17a0f923c4f209ea25ed50d02a8a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3ab5b4b628bb4aa4b184612eabf6088f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6db1862d876646d78a3bfd349c8721f2", "region_id": "RegionOne"}], "type": "alarming", "id": "f4b40415432c4cd9bd7c842131f7b2aa", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cbdb5f7bcfe04bf0acf90eb8ec18df76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6f0ebb7de11644069cd169e0a193303d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6b707e9194844589b22193ef06b517df", "region_id": "RegionOne"}], "type": "meter", "id": "6391e21be38e429391546fe9aaf8bd93", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a649ff2ef43a4aedb10e654e4f9148fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bab18596da184dabbba5ccf7d7e38d47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a5ef8d747d6140c8a857425fa803dd80", "region_id": "RegionOne"}], "type": "metering", "id": "1a4e5cbe9f1d40fa9017ca5231c90cbe", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "87af81cb4c7c4e6998bb4c28bdb0b0b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9b88dbcc1b8b42cf9662307db1826f0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6ac7ef149b85458db9e95d73b07814b6", "region_id": "RegionOne"}], "type": "telemetry", "id": "b68fb03cc1694ad5ac14f645261496be", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e83af0859e69436eb5229af15bb53042", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7b63c9c55e6d4930a93a9b8fe960b23e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b14d28dc5a8240bba054efefd15792c0", "region_id": "RegionOne"}], "type": "event", "id": "02765b09554c4093b204fb442be12109", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "694f1eb3eb0140dd800e085dfadf36d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b87c946280a94587abc0b1293e99ea4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e1358f5bb6004026b020d78379ca41e9", "region_id": "RegionOne"}], "type": "events", "id": "bda0daa24b6148acad06f56924712d09", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f6661c82c46a45e384d318931d4a80ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6f9cbce23e0c4916b0c76b79da891b82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c67774dbd8d24593819bf1f5da79e1e3", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f75f80a7704843d4bc52b7bb0ccacb08", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "eb5809bbb40e49dbbf18bf8f0c040b5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "85b3562ad2994be8afc379e6ba62f779", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3fe92a714c204ea6a778ac3de06e2533", "region_id": "RegionOne"}], "type": "application_deployment", "id": "db0ee7f6099d48b2946e09ffafa17e85", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c890bde769214939851500b3e4a41a11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f7522b94a05f4a1f88001e63cb5716ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0777307ee3044a7890ae2410bf5447ca", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b7fbcd30ccd540499692c8c25ec8e898", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3cc128e41a9643468de80fa40acc5e35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "91aa238b9ccd414487e4a0f91438e28e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2ceddf909d2f4ce1bc669ba7611f5645", "region_id": "RegionOne"}], "type": "tricircle", "id": "e7854129fc03427196414f1bd14bb15d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "79cc66eae6014640ab7d5cbe84533a8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7dc85db101d24f46976de96d6037f8b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e0a56a6e94dd4e86a4a978bd5090fab1", "region_id": "RegionOne"}], "type": "database", "id": "cc337e69a428428a9590c0a751c7c3df", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9604e0bf03824b7a9df8734491807803", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c0241ffcd7414a8a803abe414adc3934", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2a097ff3c3034f349aede6b69730c5d7", "region_id": "RegionOne"}], "type": "application-container", "id": "2dc2bc0eb446469a9f66a4f816a4c731", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e8ef4f516ecc43519ea933314f503d37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8d1c7d1d42f54d8ebaa6218e839a2b9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fc6be00c4e0e40c5b1601c7265719163", "region_id": "RegionOne"}], "type": "container", "id": "6ff593d5a1ef4eb1bbfbd054990f1997", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "be0412744ffc4fa4bc81e8eba21a16b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1d2d974c09a845e08b8d48e6db9d51bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "02abc471358a42a1ba37b066e8cc3511", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "56f761aa770e4857ac9c23b9f63fca4c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0b1185087dc3433ca7509efc902cf336", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b8ef7765f8de4deca01b877aa19939b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fc5f2e852c7f4df380569664af76921d", "region_id": "RegionOne"}], "type": "rca", "id": "b5b58281ef1d466e9615bb62a10a3ba5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "da2faca86e574dfabc56f55a7a4d4780", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ef65937fbfca4baa96a708e9cd7ebb12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "5aa014aad3ae40dea5ecc1fbe02ddeec", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1610d6bdeb704afab332555852edc25f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7b5fbfcaefa148a2862d5e3cdbc22d20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b653b340d3ed49f79c38e24de20c6cfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "13bff94943a641e48dfc14755d76517f", "region_id": "RegionOne"}], "type": "network", "id": "5a3822e0881047338f9e8593b1dc3d8d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "bc39b5b214994f31ba7c7da86eed5a0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4f662d35abb943b79cddfedbf886d428", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e5f2b66f76704fc5a9e7177e53d55b1a", "region_id": "RegionOne"}], "type": "backup", "id": "6ba8be5f517a428997ecc37213c5f24e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e73b9bf76d8a44d1b0a2832e32163f66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "729fe966c04e486e9d4bff95d3bfce71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a88055fa638244db87f00fe610b1f261", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "45719893aa5e4f0c916f6c946ac0a779", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e7d455dae5c0480dadd2dbdf8314d651", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "48b075cd85e44261bd702c7b8152c96c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c3d8bd0614bc48bd84c118235eb40d1f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "7486ca330a0447788bfa5e38ed79c92f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6942353d14fe44639cfd7b9d99862bd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2605bfca987d495abb115cf1f9f34b9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "0bb9d7209fa34801aed738cfe4ba6e07", "region_id": "RegionOne"}], "type": "monitoring", "id": "0c16f2d4cf1f4c92973eb523ec650398", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7b19c6bf625541e5a61bf23d200afe2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "26a2a763fd37418ca8e4f75d24905643", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c513de89274b49b8853a7bccded4a17d", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "de6c96b0fe1d475381fdacd0add15fc1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1e7c81a95ee7404d9aa9f0bdb72cc9a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "10627a3e4a1a4b4f8b06830e03b95578", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4d7e5f4d947341488f514d458aa1e73e", "region_id": "RegionOne"}], "type": "placement", "id": "d335ae17f6b94357a1c7a8fd6d06bbc5", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a01c1dce9ab64c71b9d619935e7b8952", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "aaaa8b046f2147b7a15ad7d64ddf7972", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3c4f8732c15a475eb3aaf8dc18df4043", "region_id": "RegionOne"}], "type": "instance-ha", "id": "0613e10ebf2c4555a899c802d43e7eb5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "789c96c0b6f146998b6a2551d963358f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d708bd92d91845ee941a8742373c43f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "95fd829e546243e3b964f557019f9e1a", "region_id": "RegionOne"}], "type": "ha", "id": "9430bea948114e5fab945e77cfc8317b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "89182f1bf8174d449f6175ebe432fe31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4f93f904d0b64595a2253905e05699e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "cafce546746d49a8bb89f3315611fdac", "region_id": "RegionOne"}], "type": "reservation", "id": "a8b36fb925fb4684994fc91ab712656c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f064871f9bce487f88b0ead18dc04911", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b7784fb18229431a91839b5d35d4af57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a96705504cfd42fb9a6fa248812c1a37", "region_id": "RegionOne"}], "type": "function-engine", "id": "216c366259c34e938932155aed32f873", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d82452e3c170436893cc377efa3b8336", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0269de467d3a419fbf656ba07d5e15de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0b20656b0b564ba3a23bebdeed167523", "region_id": "RegionOne"}], "type": "accelerator", "id": "bd616f195f194f988bb1da2d37d1da0c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3b0ba8954215498ab107f01cceb17223", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "50eff6e5448942d0adb65dd5d22cd773", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4e518790f17c454eaf0b2e7f1508ad28", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d8577372ba3648a883b61065b4e8ffa9", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c0f52745f941430caff54df680f4f662", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0e362b0041ae4edaa351824c81b14e30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "326a6f3fd9c241959192732d7f69359f", "region_id": "RegionOne"}], "type": "registration", "id": "2ec8bb30f8684f96947616349a04724d", "name": "adjutant"}], "user": {"domain": {"id": "55f2c77c381d4d079401f42ad69a1c81", "name": "3be2fd66f63b411aad1d4b2478c1d06f"}, "id": "71a897406ab54142a4c949f846079462", "name": "3dc58ff93c7146e2a0e4f0c8dd06424a"}, "audit_ids": ["04a6ea0b71194ec2aa7883dcfa5ef413", null], "issued_at": "2019-09-19T09:04:38.649338"}} 2019-09-19 09:06:38,767 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,772 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,773 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,838 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/9c89dfef-e814-4f56-9d9a-d907fe381d8c/validate -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,843 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,844 keystoneauth.session RESP BODY: {"foo": {"result": false}, "power": {"result": true}, "deploy": {"result": true}} {21} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_attach_port_to_machine [0.388794s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,417 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,421 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,422 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,424 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,436 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.355009+00:00", "project": {"domain": {"id": "a8d1d009923249e68be83c96a17bfa41", "name": "3a66c419896643899f9b158fd1905696"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6cd4bf76b0d94114907c0a2dcd6c68c6"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "fe9955da91004ae2b1d2431b9d3ebfbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "61fd7899cf68402e91685ee26fb6c51b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "14adcb58d48b407fbb8f3856e7ddc34d", "region_id": "RegionOne"}], "type": "identity", "id": "db0d679f2e6a4af892d2325f64d45789", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f4ef1df78a3f4148a7983fc97b37bb27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3d8d1be0f02847239a893a6dbf37353d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "7f3d87bfc98b47f0aa869f0db1cb7e10", "region_id": "RegionOne"}], "type": "compute", "id": "32b5115048034b55bbe7bb5bd50d2fa9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1f034a35ec8b481db1ea11ab5309a37f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "41798d0a334b41c69e97227fa521a835", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4185ce7b543f4df19a7d1d998145ba3c", "region_id": "RegionOne"}], "type": "image", "id": "84fd5d18e80f4acbba08124f596a8dcf", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fbf74e0aa7ac4ea484fee7d70c700a06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "794d9b9b772e4838b905411f82656283", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f9f042c5b0b64d42a05860bf699b09de", "region_id": "RegionOne"}], "type": "load-balancer", "id": "9de13aad08ea42e8b2b6ad5e2200dc61", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7de784df923c4e41b1cd3c965c046ecf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fc290fdc4ce45cf9757e76835346ced", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1dd9f3bdad74082ac2a365f079f2f98", "region_id": "RegionOne"}], "type": "object-store", "id": "5675f77e29e247d2af503483a3551412", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "917ff085f6864f458995cb302683cb3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b588e86426f04702a59f7faf252c791d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e501dee2b51b481c8c1ce774e5c1319c", "region_id": "RegionOne"}], "type": "clustering", "id": "901c213740aa4bd6a435f852dfceb96a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "93db1678845242f5942c7aa04773a0dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6a7233d3364b4e29ab40809a8a52deba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6867f560b90b4a139a4e6683fad03e5e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "3888992934234755823bcadabf6b0aa9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dd837fd3eb9748f388cfb3dfa1e8f620", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "de17e5f23c32462c8ee9cb0dabaf2093", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ecd31c318dfb4131ae6f87001ff61064", "region_id": "RegionOne"}], "type": "cluster", "id": "557bcd8bfbea4fe5a7b496ba0ecc911c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "21795b7f4e964c2a9e10d722616b597e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "49299d6287fe478495d11235876a4a32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "35fa55b82165441d8153cf52e062c8e3", "region_id": "RegionOne"}], "type": "data-processing", "id": "d184d543b9914f95abae4e7b688f0aa1", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dd5d7d3c2d33437288ebf6e0f4b28a6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f84c351bc53c47dfab478fa2878d59ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5dcebe60dd924a8bbaf80972464db810", "region_id": "RegionOne"}], "type": "baremetal", "id": "0cc891d7d33c489eb753d3e6d64bdb48", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5e88aee1a3b54c2f957d4759a192f67b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0b7e341597524d80a46c6c05c279f6cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5149be3ce9184301afdec79daedafbbc", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f7d8067a25ff4945ae7e828a8c9a189c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4b7470ba82ac48a680ffa0e6d242946a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "70549179c35f41fd89a547cfb7919551", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "46dba72b3324403ca603832e57c43eab", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6a63997650f64c0d850757d3542436eb", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "15856969a6844a789e4fb0827b695cc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "279e7c4ca1b14979aa2729aa16cfc874", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e6291d0b54d14317a1ce8f873523549d", "region_id": "RegionOne"}], "type": "key-manager", "id": "f03c36abb374498da8528ecaf96d49f7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "76bcac146d8a49b2b3d3be20077c7027", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "31a323e11bc84a40974019fa6f0e399b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "14b197f8058441a3a54b623715d55651", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "de3b39986f8a4fa38e4a335e36ef0123", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "41d7a623eddf4ef3893f0ee12bda09dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "390f73f951354c79ae9ed075249c1da8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6fa11046fc5a4b33a4fe4bb723d85963", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b0dfaba55aeb4cdfb760ea978a30a718", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6c5de98b3ade4dabaa4675d54e617344", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "65942d95ac0541d080d58df17d323d3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bc384638f09246b1960ca237a7930b5a", "region_id": "RegionOne"}], "type": "message", "id": "003d2eae0f8943b1af0001427de713c5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0cff0447a68c4da4af8447ca0943687e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5bb616932706462794405290fb31c9c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6bbbedeb0b4c4bef82e46edc32df1d12", "region_id": "RegionOne"}], "type": "messaging", "id": "48a71ec65e0e4d4bad9e32109d4ed5ea", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cd3eca37825f47eabb3c8d27e3bc476d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ea4ffe6c85454d0990e92dd61ca0eff9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2df2792aec2843b6b7cc2d6448ba0515", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8ad851b318d644f69bd0cbe28a4d27cc", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f0d0d16158cf453db1d9b6a96bb51748", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7e2662fdac71482c9543c4be13963a99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dfd145f865f64bc385658cc254fdaea6", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "48ba4908027048c0969d4127c74f1cb7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eca8eab36c63442ea2ac9ff497394f9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bbb25cbcc8ce4795b3bbc73eac87d106", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "db169ce95ff7494f845a0ab3be1389b5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e91a9dcff1954581893f5e61f94ecf94", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bb622864ee0e4dfcb38e59b6f251b4cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "53151b0f24064777909c9ef401138bd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "781e6ad9f8ad4abcbdb386cee8d5b53d", "region_id": "RegionOne"}], "type": "container-infra", "id": "2a624b8a7a53488791c7a19b0d88f015", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1e70c57c8578450d9e9abf541544dfb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "bf1e8a116ed94f888e67ae8e59449c4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "63b5d7ce52224e3281363547148a4969", "region_id": "RegionOne"}], "type": "search", "id": "e28288d4bb534fa6a0e80a05cf0316ba", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1b6a50edd6b54909ab9f253ae5099a6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ce2901cf76bf4e5ebc8892b04be5d1b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e9f08aa57d614133aad24c50c3b93800", "region_id": "RegionOne"}], "type": "dns", "id": "3a76bb1bde4542c28fadcbe3d7c5c6e5", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2951d26ad29a48038d08297823159084", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1918664b86a1484cbdbc73cb811a3f31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "82c0b2749bd84131ab28f9d7fd1fdcfb", "region_id": "RegionOne"}], "type": "workflow", "id": "c51c392222cc49639802dce7639be983", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "73db2351680e49908a2f25c831fd266d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fdbe976da82a4bae83b52ffc1d37237e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "feb8dd8cc1d34f0b9a910d3acd5e4a37", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7bc04d8c23b2429ba978889add0fe11c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d5adb127fd9547fdad6d491dd6ac48de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3e188177436f49a8be90a40ce46bb9d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "fc493158be604715973b567f538cc629", "region_id": "RegionOne"}], "type": "rating", "id": "1fe0f6cd0a224d41a52dd759dd0e50e3", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c98b002e6b2c4670b69c548f7bd559b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e8806188bba34e669718bd2457c83cbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d30774f506994d72b97f1cf6fddf18f6", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f2c91d416aeb4788a4e4583e4a47fe47", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fd204a2092cd402291dec99f0d5b6866", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "db8b993b6a0f4d24896a56f6ba218542", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0cf34576d4b34d8f8d1dcf754cb524ee", "region_id": "RegionOne"}], "type": "policy", "id": "f617c2ffe621435f93ec6f7643c127da", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b62285d65a474d7d9b3eb22ebfa47973", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "be188955fc014f0f97ddded43a76359c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "213bbf14b88e403ca15f90d521202777", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6eb1d0784b7a490886051b7e8fa638cd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8c78fedae1714940ab0f7ca6268811c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "410db841537046fabc83db2ef5ce6490", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "461ac1e4af8c497ea04633a4f23a57cb", "region_id": "RegionOne"}], "type": "sharev2", "id": "07b97f8dbb6d48d49c69b4e4d879cdcf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "697950937f764c6e80b79810d28a9738", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "486cc35f83c54a8390850e846d54725f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1f59a1faea764811bfd91de3e6cdd9f6", "region_id": "RegionOne"}], "type": "share", "id": "fe4c03e971654a1abf52f3039eeb7b91", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fea919e2262f4b059f827088ee3bf165", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fc518f6f1d0d4e35a0c6104fc8813ded", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "971adcddd8f6490bbbc08846b4d68984", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9cb75d5d96c14dcbb685a5620e35b7a9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1921164ba09b4e8a9cb9ce7e4036b242", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73e68d46bbee4a98a0f5f1fa1275b5df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6cf18ea95aa54b0db17acb09e34e8706", "region_id": "RegionOne"}], "type": "orchestration", "id": "4f3f974572034b5684295d91df4d7dba", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1170637d353341559418e2b9c5cbd8c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6128f6bf663a4e4eaf8347c9f8bc0936", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af1bc8aa239446eab3452277bdd79d83", "region_id": "RegionOne"}], "type": "block-storage", "id": "16dd8f52df844f3a8d55f559a9f5af1a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d2ada3245ab544a5967d8696f3375f60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae2ad7f9c600481b9ede9973dd3b68d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca5a3d5f988549b38fcc41144cacbc07", "region_id": "RegionOne"}], "type": "volumev3", "id": "3e20ad7e54654ee48e8db6705a61ed04", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13932c6c2a9b48b697d65bd836363bc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7752cee966d47768b19bfb2a08f91fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "78ebdac9f589476fa3a16746dcd86c65", "region_id": "RegionOne"}], "type": "volumev2", "id": "5ca8039cf27c403ca4ed9410ba713099", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63ca58a33a524c598a3119163ec6235d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8778f8ec8e8345529b15cfe5a58c8f4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a971f8eb709f4114839589bce48f10df", "region_id": "RegionOne"}], "type": "volume", "id": "420cc7be1f0942c399fd469508b7f5b4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fae7de6897541ff9aedccd0127bb7fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b97588ab52c646bcb59b314c6cc0c367", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "564a54c2d9354ad3a5012b18c14d96d3", "region_id": "RegionOne"}], "type": "block-store", "id": "96adcf0260e342a7be7708f8c4cdf2b2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "82eed62f8cb94f609859fce3f41a41b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b15a638de2774c1395a19cd217afbf01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d2176d7ad28b45ea973a5aa656da6644", "region_id": "RegionOne"}], "type": "alarm", "id": "82570fa38d1c4564a9fc2364d058d9f0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "671b8ec1ae1f44bd8ad3c15c59432a80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c1a848c9d0f14ddc822798c76c43fb1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c9fc887e25804b3eb297e98e263500e5", "region_id": "RegionOne"}], "type": "alarming", "id": "d5c2169078b143ee9cde13726272553f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2a502d7d9fad4466a4454ef04bd9d936", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0935f70876ca4679a09cbc11100b7247", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ca3702573cd3452aae2294595064b0c5", "region_id": "RegionOne"}], "type": "meter", "id": "5a68cf2566f54213ba35a65e706d14df", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ba880675e58e447f8bcd50186902a732", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "14e5043c98a340228d9ac7538a063367", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4e0970297e07443f967b8e86401aa4a7", "region_id": "RegionOne"}], "type": "metering", "id": "c93e35ec9c9d4f82aaa5c8707d434393", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1800ca636fdc4cb7a962daa535c7640d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "014487c92683486cad547be5bae1540d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f6dfaf6d53d44e418940f33478939d52", "region_id": "RegionOne"}], "type": "telemetry", "id": "2961da0499654bddb406c7396c243cbc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8756b78638684a2997f940a892d5a642", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "96fd55ac5fb347bb82c45aca715915ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a4288fea7fb1409ea950dbc553463deb", "region_id": "RegionOne"}], "type": "event", "id": "3d79db3b690945ba84a4445e645d40f6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "64b98260c5aa4d0b8d11c1603033521a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4e793ba548c8489ea9deb5092db87020", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "def934f92b6f441387e2d26be23283b1", "region_id": "RegionOne"}], "type": "events", "id": "649a49490bc64d9784d04c95a3313bdc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "35c57da8efa94e02bb8e11b4ee4143cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5f8da6b1ff914e0695c41c126fb311ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7125547552bd4a7e92a860b84f52db60", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b9cb1b05703b40a9b72e2ac25f9254a1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "86eae799876a453f8ebb45bf83e730c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ee2bd572201240c68f397326a09245d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bb97e70755ba42efbc6e592c061bd8ba", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3a79d768514e4fd48cf932252cf55836", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3d0c21eb774c4d2a8d95753a8ddf5156", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "70d5ce63d78d4da89a907229e0ada82d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d26242ceea4947c28abb889556290153", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5d773bce77e3433f98eb28d01b0e62b1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2f9808b8b02a4387885afec620fcffc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a1ac421c4c2744a193d1564e7001fc35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8b0cea96a0074bd189b8d96489cebb3d", "region_id": "RegionOne"}], "type": "tricircle", "id": "074150e5db5d4384a529d02cde89f612", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ff96273061b141ad9e511e64493cf5fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "af984451ba074c259a79a86bc4b2b80c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a2a6bc14289e4d19a64893885958ec73", "region_id": "RegionOne"}], "type": "database", "id": "2940abc8238d4978a62e0f6d86bcf7bb", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6e562e45919a42c3b75e0f6e3906d509", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "31a535f106574209a61c6875555a1738", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4250b0d8a8364a18aa8429a4f6c0de4c", "region_id": "RegionOne"}], "type": "application-container", "id": "5147e4506c554f50b4ed8c949557ab88", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "091462670c64446bbb828aaa5c99f9f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d684a1bdb12a40bdacb951eea19d849e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "73d8d7db2924438b917658661557acdb", "region_id": "RegionOne"}], "type": "container", "id": "ff9b0720d07944bea0c3adb1e2df32ab", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1ba290dadb6f4be792a808a4f0115e6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "de42f581618849708b8aa66542b86c3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "67728fecddbd4e94aeaf5fc75cfe621c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "28056991830d42c9a417c9f7c7b9cc2d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9758d4407c2347aab409a85d8555df0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0572e9442d014198b15b8ab116b2d961", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "597f536c699f40a7b9dd5b32ffeb32e2", "region_id": "RegionOne"}], "type": "rca", "id": "3e892e5437e3444bafeb010e34aaba44", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9925a970b4aa4f5294101f5364c3b997", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c10af0225c1948b4aa9e10a95d8f4e4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "be1e12c370b648f1b630470e22766fd5", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f4ae40a6d1984c2a87eb78b5179c0764", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "68d1ab31dd0648828cdad7966295eb12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "00e21fe0f0fc493e8d819f56d34acf1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e929479a6f88493e84eaadb801ff4fb5", "region_id": "RegionOne"}], "type": "network", "id": "64172a699b7a41d2affb557d2cdead2c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6f4a838724be4d458af32f0f9fbe77b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "3310aef2bdda40978e07249c2b5f87d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "774bb48895aa4534a367bff2b38e9ca5", "region_id": "RegionOne"}], "type": "backup", "id": "a41dff27e2524ea8a76797005321d58e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d331abfb743c4af68b2a9c5749ba0650", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "81efd42fd74e4f1da3b9d83ec981f073", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "51a414c3d4154acaa138e40106f518e3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a7f664b6ce06446fac62bc0690dccf4c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3f6ae815dbef40c5a66d4607ee022af8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cfbd88972d16498da125dd0175ab7a97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "04f5810837254656b2e7fae134623360", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "662dda562184498aba38672e4ac025dc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d1172a6aa60e48eaad572b35e466d007", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ea9fe04fdcca45c88faf6626b1362405", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "d17d6bd08210408393fe85e4b09003f9", "region_id": "RegionOne"}], "type": "monitoring", "id": "1aba5350c4874decaeddc79573309617", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "97f84e8b53f847fbab9190d9985662c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "abdcaf2e6e484102a19c2c94887ae262", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "75ad8890b6f54b9994755653f326a256", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d7f7e6fda3ba45ebb6dafb32ce88ecef", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "eea92892342b48b6af3d55af9cb6cdfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "48b40f41edba48aabdec15e6972f981b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "079e59ca21bf4d8e9e449afefe9560aa", "region_id": "RegionOne"}], "type": "placement", "id": "a2f9ef6a706342c0bf8b3a4105a6aa8a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5168279dc3804b44bfe1799ea3e9d760", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e052bb4e2600478388966053c0728f71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9b9c19368fd94f008559e4af7fc929b0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "fd14d54c73dc4d64bdbee6ae8a869c74", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fb2e353f27b346c78d8140261cc665a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "de0bf9802db544e49cdfd9d01fc13a6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f3d6a2a4704146de8afb3e5d4f82755f", "region_id": "RegionOne"}], "type": "ha", "id": "fb43173860ae4afba194849af83e76af", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bc987a7a0ab8431c93eb4a119d386157", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "abb599b7a4a840c2a9142c621c0ff46d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "32b2e966577f408894edb3d0a27c48db", "region_id": "RegionOne"}], "type": "reservation", "id": "17300a222a834ff9aac5f28d887757b6", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a75c8ff6a33e4ca79e1f414d8eac8271", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "89f3f453401246728eb22f955dd592cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "07bbbdcbc0514589966c548b26610edf", "region_id": "RegionOne"}], "type": "function-engine", "id": "bd241881c89c4a568056b0051f3c6d95", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "68445bef3b494b608670b4db674f466f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "649681dc5de945c58b142ef973a79b30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2204ae833834486d96cfa5caf3a7ee88", "region_id": "RegionOne"}], "type": "accelerator", "id": "1a5eadc0304440b58d79d7fbad1e8105", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5bad8f7124cc454fadb31ebd7cfb0c5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "acc5968134f747dc8b038b5f795f6ab4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "88d68ec264044b0f9e0275757640a38b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "41bc5652fe704069af7085de2d296266", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e64ed89dbaac458ab4ea553e050c44ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5b28a768da4745c88d442f6adfd81fc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a3310c7bf2dc4def83f576537dfe3329", "region_id": "RegionOne"}], "type": "registration", "id": "8f3cba142083443aba43d9a5d0795504", "name": "adjutant"}], "user": {"domain": {"id": "adf8168b8a004f60a6871a4c4d6df1c0", "name": "83870b6f8c22456e871b9cbcbbc0446b"}, "id": "0ff3b0e37bb54dde8d09ab43a77dd47b", "name": "838cbf35b6c141d8ad960821ff546b7b"}, "audit_ids": ["13243813db28461abb873693e0f8343b", null], "issued_at": "2019-09-19T09:04:38.355009"}} 2019-09-19 09:06:38,532 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,536 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,537 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,603 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/86310596-1a2b-4da4-ae26-3c6d1cfbbed8 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,607 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,608 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "86310596-1a2b-4da4-ae26-3c6d1cfbbed8"} 2019-09-19 09:06:38,690 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,694 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,695 keystoneauth.session RESP BODY: {"ports": [{"id": "953ccbee-e854-450f-95fe-fe5e40d611ec"}]} 2019-09-19 09:06:38,733 keystoneauth.session REQ: curl -g -i -X POST https://baremetal.example.com/v1/nodes/86310596-1a2b-4da4-ae26-3c6d1cfbbed8/vifs -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" -d '{"id": "953ccbee-e854-450f-95fe-fe5e40d611ec"}' 2019-09-19 09:06:38,737 keystoneauth.session RESP: [200] content-type: application/json {11} openstack.tests.unit.cloud.test_clustering.TestClustering.test_list_clusters [0.179348s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,629 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,634 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,635 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,638 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,651 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.569444+00:00", "project": {"domain": {"id": "9f05b5b2b47946af9c5e3014228460f2", "name": "fbe7f8cb32e0443d871feb3d085fc9fa"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d634f2f877b240ec8d37632b3a458479"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e69b66120fc34f4bbe8ae01e49f573fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "87ea4e58eeda47f38fcc979f70bf5883", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8e30a2296df04cb0a1d56d49412a538d", "region_id": "RegionOne"}], "type": "identity", "id": "0e5dbaab13a04a87b30dd8c169653ecf", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a13d7c4d984f4c0abbc08bd1a0039a5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "44c2aa3446db42809c726f08ec319da7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "0d108c97afa74b8782170f5304770bf2", "region_id": "RegionOne"}], "type": "compute", "id": "f79a180b56094afc918f359c0023950d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e220f50a626a43e09b2ca8c2c920f618", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "aba140a598a64394a160001e3bf06d12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "fb5ed906f7fa4e72ad6dfd675eda1195", "region_id": "RegionOne"}], "type": "image", "id": "761a17b4bc904a38bdcdb1dfe737ac5f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c5a646a0d9c64fe8bc6b89b68109b925", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4d6a495306a94673b53b1a098a943ded", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "9a0a9a6a1fbb43a484d2a671642199c6", "region_id": "RegionOne"}], "type": "load-balancer", "id": "798c95fae8de4a94a23460bb3c0c2b93", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4fcc899e80a043a28dbabd20df8c4265", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e395079ef8f544398e53b2a90c1cff6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce31f3f4098d46e1846a35965594fde4", "region_id": "RegionOne"}], "type": "object-store", "id": "9bb8c659753949b791dfd7ff12c4cc5a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5b45c029d0084a15a9ec1e51d83d671e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4a46d4c8594c42a194f474e20baa1b29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ac07c44b28d44124a7c2f7b40d100118", "region_id": "RegionOne"}], "type": "clustering", "id": "661c5c892bf6487bb8b6a03a7d6bcb73", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8f3b956fbaed402aa26a638ff2cb003b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eeb73d89a0a04fed891edbddd4df433a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a1259c8fcf5a426ab65211b32a6b902f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "690ab214c91f464686aeee1e245b8f3d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8a0cb765d5d742e28030915f06390dc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "566e29f469d64085a908d5c5171c6337", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0836c8fc3af04b34b2556d9beaeb1b8a", "region_id": "RegionOne"}], "type": "cluster", "id": "7e180353f4ba4e7593c1c20a6c9f97f9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1848a09a7c08461f884b6b255240104e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7ffaee8c15854e4f80182b2264868739", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "4bf348e1a78d405f973d504faebcf6f2", "region_id": "RegionOne"}], "type": "data-processing", "id": "b8d097c29df34273be001dbe5c130c2a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a5e6f881d160453896760b9ed18fd10b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bb54a295dad947cd9a45ee232cad86cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "98bcfc4a3b794978a1bb086b9b901974", "region_id": "RegionOne"}], "type": "baremetal", "id": "8fa0f894c1cc435480a6623f9342a641", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b1c33025585d4bfa94d18a2c53671ce1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "312643244c854a11bfaca6d970bde161", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e755e66a530a48a18ce7aabe9a792989", "region_id": "RegionOne"}], "type": "bare-metal", "id": "eb6579b1a4f449ee9ad0026a9f1e8cde", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "886a6f0f8ec04edba2a58f19bfe33b66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "37a624ecda2747429fa1b3bf558293b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "42312de89dbe486995b36bd2c44efc63", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e482c5124eba4ccf883a533be90cffeb", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7c57f84f032943c5a2641f68be636ced", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "eee4b79860054797b00b61f96c88ae02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "013111920d8d46ad8a37acab745ab9e2", "region_id": "RegionOne"}], "type": "key-manager", "id": "c3edd66bbb404ee0b3201736fd0af1d1", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "47fe4d3ec9064b898d8d2e6154dfb850", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a658e072a1c7472eaa3724f057946f0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d4712ef37aa14fc7baaf94811003cb0a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "68aa178a28a2468baee4ed6265a6e8c6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3e6aeee70fc443f89e5a8d1a6c26450d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1e7ecc38401e41f3b06e868b08bc6677", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b7ca92a63139479d8fa61710d0062977", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a5c2bbeb68624f408ce7259feb97afd5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7cd4fe6ecfb440648d86e8c5d44f0b29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bf28bf8708fc4490984f4b3c2ac97adf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1a4cb6f6d685455485cc7a9df19212c8", "region_id": "RegionOne"}], "type": "message", "id": "dbe69363477c48b88226cc37ad41e2cc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4dcff1b30ffb426f8f7707572f2c2b2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0c1a472f9f4544ffa656fb5b84844589", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d6bddc5a473b45e5ae02c1a1c2eba1db", "region_id": "RegionOne"}], "type": "messaging", "id": "a47a0b3f8da04d6582edaf23a7baea67", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "580e9128557141109657e1e173b4b1e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b31a56ffac984eb2b4329c7d43893709", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6598f2ea9c4f43918bf096e2e32eb954", "region_id": "RegionOne"}], "type": "application-catalog", "id": "813830e33a174ff285291f40366b0611", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4759add7908145ccaa80c59f08412cd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "27894747c4fb4728aace133a614997e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1bcf2e2ca4784f76acddee15d0f26273", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d05689ad187944d8878dd15837099e99", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c29309a123749f3add6da5cf515994d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ddeee23c32bd45ea8535f5f9ce0ef5cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "32d8f143eb84423a8cf08443e755ad21", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "dc1f7f0acf564057b1724073f18414a6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fa1359f075d14fb6bc3d80ac821e84ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b165222beb634bb4a7221affc2ecbd8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "65b0d9340abf4c83955aa19aec13d0c3", "region_id": "RegionOne"}], "type": "container-infra", "id": "f9dc5e65dcc44078920ac2aa9c48af99", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "bebceee82474401bbb5013cf8dc3eb80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "29cae0fc77194d32ae4fcf8b542a23ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "22ad819654fb4ad3959caad43b40df55", "region_id": "RegionOne"}], "type": "search", "id": "d5a2ba4e04ab4ccb8c1d33960de9eafa", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "33a24227dc894cc48ff23b4f5ebe4286", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d3a6114dc69c4067b540fdfc602129d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "44f0e980c7a042f1baa64e9aeb7d52e2", "region_id": "RegionOne"}], "type": "dns", "id": "5d7df7a12e7e4fcebb56781a40016060", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e646c6f2cac7486983fd536f9137156a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a33a7cdff8324657be8598d6dc0c403b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "18953145b1674ab390306e4a236644c4", "region_id": "RegionOne"}], "type": "workflow", "id": "51192da684234808800d6f9932bd6263", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e2230a4ccc1445bb83bf18f8e02e5d43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eb0087343739404ab5d721a5ce230d02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d08867c9920b4534bec43de16a79aad6", "region_id": "RegionOne"}], "type": "workflowv2", "id": "eb6d670cfc8648b3a5945c8b1dc48f5e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "0b2ba5d580524d65852844e4f4c5d597", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "456f175a5fe1488988291068c0fe7520", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b55f8164d32847bca4a724bf9bcc04b6", "region_id": "RegionOne"}], "type": "rating", "id": "aa4521f0b54947d289d0f5226a95413a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8bb792bc30d14d0e8bc6c2d9dca03fc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f7f2428367964c7388e214f4ca7f0f22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ce62eeafbd84453390d12040c38947c4", "region_id": "RegionOne"}], "type": "operator-policy", "id": "7ee95af249524d2c90e19a8cbb2ba516", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fe04534022ab4b37884b46c274fe5232", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3cb67c38ae1e4a3e9eb1e235c3e43cb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "95ee5903ba3c49bcb3e0e9611fcd66c8", "region_id": "RegionOne"}], "type": "policy", "id": "9ce73109598947b482caf550c2b0df6b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "297a591f87c64af98965105530e4afc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e5060dec404a4f28aa8bfd2279354a9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ba0f92b209624f369c3b546358e60012", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a47bf17cd2844e399c1b817b1a79bb52", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5225db56c7e645168aeb5664b17381fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d99d9a0cbb7e4fbd8542a570eefad400", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a4c75f7a067c4820814ac7666d758599", "region_id": "RegionOne"}], "type": "sharev2", "id": "13ea1776d99841cab14fc256f624a87c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "53c74a4dd16645d3b9112eaaa8abdb71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3d4e93dea09548be967a840ceea5ebb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d1a20f6061f349a091af3652af72fab0", "region_id": "RegionOne"}], "type": "share", "id": "5d6cfcb28fb54fcdba6a9e9e270c897f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a36ac8bbf2b941ea8aafd3d64fb85a9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6b2513d1f26d4a99836492332fba9692", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5449c7de7b15452f934e298aa34617f6", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "16c5b1b881644a32922fe712fd924961", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19a49b2ed4a246ba934635e91f73c050", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48e383215bf14502b14b91b7f6908013", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afad2b5a363b42188ab2eaa9b45873b9", "region_id": "RegionOne"}], "type": "orchestration", "id": "d96b67b589124616a04ec2c9f02e2204", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28c11fc9bad54fa4801424e7abf1ad44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e60ceee989a741bdadbe018f5ecb3803", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6261c69d3cdd44e8be00f44f57a58bc9", "region_id": "RegionOne"}], "type": "block-storage", "id": "bd0c13e3e8084a14a456fe02ecaf9a85", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d21c41049874fc192c264323ebca8a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5e2a683c4174f178c00293d9bb5dc54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c083c6df08814ff69ed84167720ff3a2", "region_id": "RegionOne"}], "type": "volumev3", "id": "21c8ec7e084b4539bd72f8b15f12131e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f60dc2ac73644b28953b8bc0ce28fdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71a943172a514e0b968ee3e43e25ba31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14b6d8b5b71b45b7b3130d86907e3136", "region_id": "RegionOne"}], "type": "volumev2", "id": "5ac974e206ea441f80ab46d2279df77f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb17ea1333f64a848e53bb77e85a98cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "650f3301f1a24355bf389687f13754a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd8f1c8efeef40fb83be6864f7c82a9e", "region_id": "RegionOne"}], "type": "volume", "id": "e81e831a0c144ae493b8c087057583f5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43c93de2408a451793a46291390549f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "463113d52289412ea50e2e0717e2389c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd5923d6901541eb809a83beff6dc4ab", "region_id": "RegionOne"}], "type": "block-store", "id": "c71ae2acc5fb4ad9bf58eb448d72cc3d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "03efcadf17e44157998d78902dc5799e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1460192993f1420dada9eb40f818a654", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7c548b45fa4244f5b3387705ea639aad", "region_id": "RegionOne"}], "type": "alarm", "id": "0bab80cf1a1d424ea8ca166706d51392", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0273ed0d21714fb08672623978a924e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f38135e7717d4583a6a011feba16e934", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9cc5deff0fe147e985ecc4171f2c6a68", "region_id": "RegionOne"}], "type": "alarming", "id": "a8f6fa201f0945c0a8e8b021b10d9154", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ec208d166fbb44198b8315a9b7cdfec7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "74547ca09a5e4d4fa4579c3c6d89a396", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "766d17124fdd45c997901dceaab66b5f", "region_id": "RegionOne"}], "type": "meter", "id": "2864efdf6e6c43358cd33ee62fa0fd2e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8bd3666e0daf43ca96b4da1bfedd6f70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f54a437a1f014d75a5575d2d6526b9ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e2194e679a0745b59e6d1a5b0a755dc9", "region_id": "RegionOne"}], "type": "metering", "id": "20f963156696471c9296821b80b1592b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bc5f81f4a8814e12b09422a98b2c99e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "19c12e9a27fe4c638ab997a8a0fd966e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "67721ef215ea4015bd935042fcb91b66", "region_id": "RegionOne"}], "type": "telemetry", "id": "5c5dd7973b3c4c6f9a0ff7fc55b71bf1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d5b4facc2b2e43e2aed8f4c5cc2bbc1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d161fcc6a61f42c08af64e9f7eb183ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d5e13b58632b4cd6bcb505f2ea1796be", "region_id": "RegionOne"}], "type": "event", "id": "65ac5285d16b490da7800f1852523af3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cfc3ab62e1c3443d9b0f292743d63f53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "17134067870044ee8973cd4dacf81268", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4b97b554a4d24d3f8ac47559fee50ce7", "region_id": "RegionOne"}], "type": "events", "id": "b4440472c866454ea98420216c3dde97", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5dd749bb314f4fab8efa6242d04f867c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c5c8aaaf336d48ba86a57b0ecbed6427", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "49454566c45e443788d0b80c4a4051db", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c76db6703a6b439e81a128529aa06d67", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d9473dfe124d44ee92f2b1ffdf3dca6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "94c1a17e3ae04508925d1d2e6c6f6b44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f9908ef29d5b4f43b8d3c8e87d896293", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c2fb1b5347304b0ba468ce0c98c437f1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6991c301757b4e789e35679db8dcc3e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "20fcef7ca87c4fa1a35152d9f15ac798", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "34e510789d55460bb2c96c0c091d751f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "069fdc9b847142de8dd219471927e5e2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5f1480ff6a16454ab6773b87554003cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "19f26c33711d4c1cb4bdda6e41ef3754", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b9503598b6074a458c89ad488299a2ac", "region_id": "RegionOne"}], "type": "tricircle", "id": "eb215c315e1740e19f0ac310cb08e3dd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "cb334e153660497c9cb0b81c2090ab9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ff1f945b7a6e40b48ec6dff4f8ed5fef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6c8af2e95576448caf001fe9a9077523", "region_id": "RegionOne"}], "type": "database", "id": "197691067d164c64ab1ace1311b5288c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1f50e91a3c414c89b8e0b2a0601f1319", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "791ca07a4823454098f3e1dab6ee08e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "214db5a2ba804a6db3dc762c7529b501", "region_id": "RegionOne"}], "type": "application-container", "id": "46490d2ce25240f1ace97843aefdc12f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "064c604bf83f4d1cb5c8a2533d149d5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0ef6b5e7c42741f19c0064623fd85f71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fd8a8099f98a44edbff2c85df1597be5", "region_id": "RegionOne"}], "type": "container", "id": "fb653f05fe9a48ca993761cdd41882bc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "be3e9eea13a94d8bbea0befc82cb8810", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "17baa1c5b29b4c3ea476bc6c655986ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fda78595f624411c889d2121dae4fe57", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "08082df2ca1f4d2e8cc95c6d71de4d4b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7345c0af485948f291abc68a621a344c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1a0215a19fb64b999f0ba14cb62c00f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7a97fcf1fe794712aee9061cd844d752", "region_id": "RegionOne"}], "type": "rca", "id": "734bc981e79848d396c5e01d83e2a1b2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "05fccc051f424d3d9a97916e72b88041", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4065df8087c449938b9e81b9f5318c85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f7bdc9a5471a4e4d8f68cffa4b73ff07", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d80a4ea761934ee48c8b624f4bc340ae", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "caf6ecbd374f4e03a19a7c3b008e8b15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "16cd4ab97ab948bbb89c31954a951f86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6a2c980daf75404cb26486974bc0baa7", "region_id": "RegionOne"}], "type": "network", "id": "61591b88de3c4100b5786ba4594ac8f4", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "18e97dc8c61347cf8baa174d6c711849", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "faa28f27167e43f0a6c87168a073fc49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4012a6efd025400c97c9d36f890c4bd7", "region_id": "RegionOne"}], "type": "backup", "id": "4e628613df80411f928fcda672564cfb", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "98a287673a2247a0aa34d2130e1811bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fec321ccaf724f91b3153cd6f999a93a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ea0530b91418473bb8c92e8387f1adbe", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "009bd0f481be43ea8d7f435809d3ae6f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e1a2a661dbb146cebaa542e7221b018b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3493503c4a8a4f0d8593dbd534b652c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "04ff60a811964988a2cd16530c8a6823", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "45765b67d06d489b819ea05cb51aefef", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d64cbca2bc4d452ea3d58dce6a2d56f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "79af247b62024db88209cc9d7dbbbdf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "22e566a87597408bbe79b619bbb7e1f3", "region_id": "RegionOne"}], "type": "monitoring", "id": "c65a589a01ec42948c98ab0e9bff1986", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0579107079be4f46bea887207524dcb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0c1d61ec17a74f6ea6b054956ce1bfd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5d2afa3f9fff44aa9da97adcc3e023a8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7a1f83fb9ade4bb69db138f391a8d338", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3c250155cdfa4dc999458e0c600e03f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "aaa9c882b9914912a55c5b6fa6901156", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8b0bf0b29d6f4306b4796c1067d1f8e8", "region_id": "RegionOne"}], "type": "placement", "id": "43cb81212aaa4b3289da97ec40738675", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "92790c6f13b14b689ded681519374461", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bb6dbc6908ba47ac9ddec4a5d3eaff28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8c2a15e5fc90451baaeee7e03cf6938f", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c37d4e4c569e43f8a3e8c856149414bb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "71d02da3ac1a4ae084eb74ec13ef830f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dee1ef04a2eb4c0c91484b80292d6c7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b8f9391c163149239800ba68aa31d99c", "region_id": "RegionOne"}], "type": "ha", "id": "b2425b553a444e2f9e5a6139d51d109d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9d6c682018ae47c98fcffba44571b436", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "34c12d0a51a54bf8948b89a95e5fe967", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1c10003f423c43029db221892c65fd14", "region_id": "RegionOne"}], "type": "reservation", "id": "147e5ed2002343189dfd77cc1a4d694f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "99f4fdb8ddd542978328b5f26ffc3b27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "daa66cdc83fa4d3f8d5687a6f2227031", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a45bfd5fbaa648ada18b1ad1b8ae8555", "region_id": "RegionOne"}], "type": "function-engine", "id": "c11b359dfaf14562b33ed5cb5bdb87bf", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "315dbf741b3d4d8fa2ff13548c27ba88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4daa928e7e7049e387f69412ef241ced", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ed9894bdb7b44a84942d81fc83d35893", "region_id": "RegionOne"}], "type": "accelerator", "id": "9248a95a4a0c4c36a7af41c19f8428e0", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "de846e3e755b4d3f876bdc5642189e6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7bf7e1bacd7e4337b8fe8a495f90ef34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f45d2a00d5284a7daa21397181c2e0f9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "31fc525dfc8544b481e57fdaa7a21608", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "eb5b0ccc83dd4deabfba5c2ab757dce6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "96c661348f5f40ad98a11a39651b9927", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7d117886dab247db837ee1bea80fd0fe", "region_id": "RegionOne"}], "type": "registration", "id": "709690f8feef41d88ff234ff081c4db8", "name": "adjutant"}], "user": {"domain": {"id": "4f226d6b94f64f78bb88483ebc67b3e8", "name": "04e2790f79ee45a684d8ed9b645a55f4"}, "id": "57f4bd0c180041f0b3a064ecdf9f7d54", "name": "e98d3d17428c453d88f39480adff2586"}, "audit_ids": ["081e4be7d4c847fd81ae94f924b8d54d", null], "issued_at": "2019-09-19T09:04:38.569444"}} 2019-09-19 09:06:38,713 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,717 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,718 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:38,737 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,741 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,742 keystoneauth.session RESP BODY: {"clusters": [{"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}}]} {8} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_wait_for_server [0.048851s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,834 openstack.iterate_timeout Waiting 2.0 seconds {14} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(chassis_uuid_changed) [0.407550s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,511 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,514 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,515 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,517 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,527 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.353190+00:00", "project": {"domain": {"id": "650153c252d04b9692d7f42135bb8190", "name": "75a6ede5a0b34083885033aa14dced49"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b324575c48384e4a8c4eb18f88649ab1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "03f1f26e1e114c88b5c4237a7c3ecea1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c5633331edac450badf528fb0a167593", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "21478af898ae4683b8ee8c396df5d927", "region_id": "RegionOne"}], "type": "identity", "id": "99f33e052e124c718ec9227565bf7c1b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7c0f1f838552435b94cd98e0ff45cd06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "869d995708ed4397983e8eabe3007d74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3aef248e446b4559b9349202cf0d022b", "region_id": "RegionOne"}], "type": "compute", "id": "8ee1a31244054573824004430a56c3dc", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7fcde719ed374822b2a20da3bebff476", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7baffc666ed44bd683672f9d75adcab9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2f85cd5d73e04eab86546e745092b66b", "region_id": "RegionOne"}], "type": "image", "id": "b3a933f389f44628b265458104c62c2e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "32ff9ae91fcd4d4686e72416034f91ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "37b49fce2a3d454886d4828c8bf79305", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7ffce683f981409fa9d3fb79bfe5b37a", "region_id": "RegionOne"}], "type": "load-balancer", "id": "34e29d639eb544a3b6ef5b30a7b63984", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7614a98381d941be9c156f80112fa8f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "698990d4d050475bb9bd557282aedcae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6bc95bf250a64fceb730a457b0dce19a", "region_id": "RegionOne"}], "type": "object-store", "id": "345d561b0a9a402281c7b84858a01818", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aeda1edc565e4442aba09d143f3b3d5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8ef801144c8b49f8a6914aca8013f5cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2f37d796241c45a2a64dc033fbc87dca", "region_id": "RegionOne"}], "type": "clustering", "id": "4146848a0ea445529d0a52bffa9b58e0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1c87015d8fe44b4d9484e8deaa0b96f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ec24112e46d94c3db15af3dc7d1ccbaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "900ad07e3596448fb0ca464b626d00e9", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "549078c4046441d5965f8363431d0262", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c074bab71e0547bf87b0cb334e565dd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "93bccb629ba1486d81243b8feb39e79d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7c92bc7a51984a53be969886524117df", "region_id": "RegionOne"}], "type": "cluster", "id": "835669ee7dbf4b8d802176a819849c5b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f88cd326f3154a44a4639ffe7625d16e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3a3fd72201184c238cc28c0069f43f25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9f1afccdf72240418fe77544096b7478", "region_id": "RegionOne"}], "type": "data-processing", "id": "7f97cda73be94afda50d60b6044c0256", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5a9f5e74bcc84b96b6e0a2d6399c09fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "05a6e6a0cde9447eae354c65e0b07bd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2815115836784b3e85ec5005b23ef6d0", "region_id": "RegionOne"}], "type": "baremetal", "id": "e394e3991a5946709fe6eb9ec753d55c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "42fea662819a4c52bd8577bebd556699", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "59c1576c41234c218ba9cbba685aaa1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e4efb6ac2abb4099810a54ad350f754a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "29db5e822ba143659e3bdc81ee07e9e3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "99603c90ff31488d93111699044d16c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "07ee2648b13546eda76fd54895cba9c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d8f4cb903e88449cb38b358bdc123d61", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0a9ca3b0bc104875aaafbdb16cc31e8d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ff78fa591a89459aa0d11ad55cb9a4d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cff89f148de545aca398cc776b40f083", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "44b195f8e7344608a1251aef9b695547", "region_id": "RegionOne"}], "type": "key-manager", "id": "d78893a9edeb47f2baa364daa004248d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a982e94f38c946e1aad8b64bae318460", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "691eaa8792e5451fa0759bc4079dbef5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8b6967afbbd84ac5adb91cfac9666aa9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5ee56411f30845499ff4b2f76e3b9827", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9dfdd1c438ce40e3a2944c51ff7d340d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d8e81e9570684e6ea5ce422fa816569f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "44dcabdad6944a3095de5d2bfb56c5ff", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9ff1895c8f8a4728b0acbbc9c1290f8e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "caaa277a507d4cd59ca9ff8bfa57cc73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "70f27e18af3f49f0bf4ce460fb3e7d9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2c099be20aab414e9491c5c8c7b71528", "region_id": "RegionOne"}], "type": "message", "id": "4b66eea8167446e5845d5cc61c2ecb88", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "20677d9bd54a4e65bcb342d61c62afcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "53c2680cb69d4eb9bec000a6b7cd3c6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cb697e36d8c64630954b799ee291b5e5", "region_id": "RegionOne"}], "type": "messaging", "id": "81433086b7a64e298c08f09752f25c1e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "26168c63b3844cb09d9af4b05c216ed5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f3c00a9f154a4a16abe873f8046bcba3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ef2116e67be841608a72beb1dda6f485", "region_id": "RegionOne"}], "type": "application-catalog", "id": "af93457b5bfb42d8a343653135d2e38f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18aa1c38cca94ee593ec53119084ef9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d0f941dc175f49a498326d8f35dcaf1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9ed229fe914e44ce887d9037fe69f2e4", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6dd0f043a709418985e8b97095cb7454", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "84a5d8dec5bf4b208f73ce137913006a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6bfffc9e011b4368b00daac628e400c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be0fb23c7f63417199515c2b9cf374ae", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "643c74bcff4f4afcb643397966b581dd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b1f0fb3d18534cc5bde8f84ef27135fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "908ab09d8e39495783919c696a291281", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ecdaf1dd14664975891efbd934ef89be", "region_id": "RegionOne"}], "type": "container-infra", "id": "59bd8781bf924a96a4eee91fb59538ab", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1b4e59699b444e049e072e077ee5fcb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "45ed2015e6d948918c45d2b8011c0acb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "58a2dabc9366476c8da667f0979162e3", "region_id": "RegionOne"}], "type": "search", "id": "fa29b228810b48e9a0b4d7e1a549f240", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "713fad6b2df3467b9196a881ddae30e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "688b5c2f98bf43408911eb16678ea105", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4f6e6a6959aa464c8f42b243ee8445da", "region_id": "RegionOne"}], "type": "dns", "id": "0b2e3c1bf2d945d5b04aa39e19e94123", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6246799c2b5b4fc0a4c0764f2861d2d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d9ccf3fa4c0744ceb2c4d98ac5f75ff0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f91bc5977b824f80ab895ea2b42d4ee6", "region_id": "RegionOne"}], "type": "workflow", "id": "c1bfd908448f4cbb9edf98ed5a661a3a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "85cb28175a7c47debabb21eacbf3e7e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "35b5808ec6d64d4a8599944c946a4a00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ee7836b754ee4b5fb6be8dac0e5fba8a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f5bdfd35c20f4dda86d7b9b8068fe18d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "38e840697e3a44b1809813d229c47753", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "262db52c59be4f55afbf738ac7b194f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b64cce1570bf4c098e3caab1e4ad72aa", "region_id": "RegionOne"}], "type": "rating", "id": "f9a3a6ae22ad4f68b52d0a07caabd5be", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e0d96b687eba4a3a8480254172b5b25c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5c84701a7ab545538a2bdec4cd91c011", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "766f4138035c49b0adab4692980cec0b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "98fb52a1addf4ba88d59d5b966f12061", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4a037f80ae3140bb8f810a46bf27ec57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "24a497118c414a7ab261c13273402c03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e520940be9014ea1aa421117482f07c2", "region_id": "RegionOne"}], "type": "policy", "id": "e006e6cf63344fb585e794dbb9c747a0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "951e302c01c446adbad66861270fe3fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a583b4db5a3f461c9fdf68c982feea71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c215c65d9b334532b9e81f38778741d2", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ff197f9770e84be18712407a6cd89b70", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1d6ca3ee9a4a4ed5a05ce92a1bc77c1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d1cbf2fd84094bd5afdd28a0e3509e5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1ef6c1de7ecb45e1a332d3fdbed94cc8", "region_id": "RegionOne"}], "type": "sharev2", "id": "6aa4a09d9b244668b2a75095e9170109", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "05d2624ab5044d80bf0045b7357065ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "61e3529a22f5464cb8f8a4054542e69f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e71be2a6dccd4c478e5a9141e0081c8d", "region_id": "RegionOne"}], "type": "share", "id": "6cdca5eb749940839c9e80a239fdce8a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c2dbcb765dc14ebbb7422156e2471845", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "54d56858349044719b3b77195f4d7652", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "da92ffb6b7c6411e848e43ebb718afea", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "06b30dc59c7c4be681b57530c698a2ba", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1bf9b0a799514873b9d6cf4efd78b742", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08a2dd7914d64faa9816a9962647158b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8cae89606fd422b9bd2e6b28f8c67c3", "region_id": "RegionOne"}], "type": "orchestration", "id": "6bc1958ca12b448ca1cb089b6eb2bcdb", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e53219fdaa674ccdbc47bb6bb36764ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ed211b555d04a09a6eac2c3646cba0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d1156554a614f6f9fbe5d848506a0f1", "region_id": "RegionOne"}], "type": "block-storage", "id": "7948277c685b4610b4bfa938dfc72fa8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ffeb76b648bd4fb2bfc6e4c6cdf18e91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "503b04474b0c4173aed9811b18c95c5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d7b8678c6f54d03a0b657fa9d307e61", "region_id": "RegionOne"}], "type": "volumev3", "id": "b7f0e41ae4304669bc0ec3ff30b255a4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58843c6589464a03b565c7b59b2eca53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92dffdd042a44373af2a8579880e412c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "156e4f752537466c9384a347a897a3db", "region_id": "RegionOne"}], "type": "volumev2", "id": "61b449f04bb841e5bb74c3556e89b0b2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ea511e60dc04162bba5fc05aa7acb22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c216c56bbd3843b1856a7584692b4289", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0954cd1d960747ff8c9cf08b06702ae9", "region_id": "RegionOne"}], "type": "volume", "id": "7a37e7fb78eb4de390436219944d7160", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d7ddc7d958e41a7b9c81d6bf371eb95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f08fd18f4f9d465ea6bc176aed6a74d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a621589bf34a4dc3a341d95b76847a4b", "region_id": "RegionOne"}], "type": "block-store", "id": "a215afb1f8824c909bef01c735f45c70", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3242c3def0af4145aba3008d46c7145a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "399549bc66434c619dfc372685479f0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e811d88cbed84a749c4ef7fd0b907aca", "region_id": "RegionOne"}], "type": "alarm", "id": "8669866fc68245f7a9a8ab6849d89ab3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e27c686d70254a2f8e2d3a86d419c586", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6b727a71af234dbc98332429ff88e97e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0aa4c30fd0eb4c28ade10939e4825aa1", "region_id": "RegionOne"}], "type": "alarming", "id": "2ca27b3ffa414ef9b45035279d4ce52f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "47f2c34dd5c14875b67ceacbe417eed5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b3148861852b49db9803e920663e2881", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d2cfd348c42b487197eaaa14bd3b8514", "region_id": "RegionOne"}], "type": "meter", "id": "23ce540f3c5a45ed92a60a9dd4b2630c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "96bb2f099c0449ca9b32c028419f832c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "27b099f110844cd3bb217b6848ba043e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "52c2fae525b7426dbd3819f3d0a1e717", "region_id": "RegionOne"}], "type": "metering", "id": "efb5792ae096444896aa97980a1ac971", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f1f6a51ec57b4bf7b8d6fd5be65c0708", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "066c3fd11c224fd0b736139f97ec6546", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fcfe8693a1534d5f8d6b936c62cf0363", "region_id": "RegionOne"}], "type": "telemetry", "id": "6fee09ac241b4cbe8f5260c9646eec44", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a407755b0efc4341a5d016d4fda17296", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e00a1c07120e4d95a55e8f2200c5464b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5e65ec5813d744bcbe2f57d2b40752b9", "region_id": "RegionOne"}], "type": "event", "id": "1fc07e574be64ee781d9f3278d2577dd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a41a8ee2c9cf4d7388a5bd66ada56045", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6ec8859fa12b43cfbf1c292d34abf762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b66eaedc531a437c83f3a52547a9d510", "region_id": "RegionOne"}], "type": "events", "id": "a889a1bb919e4548a182cdc822960f09", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "26a695a9428b42778f36cf98c2966ad5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "edb5268159d740cebe5f51cc1a24be46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "49f4c12521fe4b6394ec59284a759ac7", "region_id": "RegionOne"}], "type": "application-deployment", "id": "91ecd4a3178f4f18803875878d559171", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0bf4535f197e404d86c0592df52a5dff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1d7cd14fd4ec420aaf1f7a7ccdee51e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d6c87fe60daa439883306581fce5f0d0", "region_id": "RegionOne"}], "type": "application_deployment", "id": "bbfe898183114be89f55de1406d101ac", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2c203df729b3422baeee0a25a9f2eae5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "356d971d2d7c40888446c2ba8c5fece2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "96abb96d0dee4e49ba4cf4e787f074c2", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "72aab26291864e669d17c2256323124d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cf8cfdb7012c4426bab2023b8c54c694", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a04c691797a54250aa216b8a11b117ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "14d4c9e6577a4a61bb57eaa95e30c2b1", "region_id": "RegionOne"}], "type": "tricircle", "id": "1e2301612d284940b2c036e833ad5622", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "828ea4f6ef214acd91f1f52414abbd1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "801c92528b824c1fa7ff35e32904da55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e74c1847428a4caf8e1e16630c1e24ac", "region_id": "RegionOne"}], "type": "database", "id": "710de63a303b4b809482a194acee0be3", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "133a0da326e742198450341c8d3d2f88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a12f5591409a448b98bc1df18278fef2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "64700a172ec944b9ae2ca0a2feb69ee4", "region_id": "RegionOne"}], "type": "application-container", "id": "237c3570aa9c4066af21d1712a1f466e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6cb3b9a023c34487bf96396a42bdea85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "952424df67274bf7a4f61141f46c2e2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d1088009ca5940d0ad20d008c370e5ac", "region_id": "RegionOne"}], "type": "container", "id": "4dd2b8870e2146338aa6b9c9c88a9841", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6d8e0da92b6c436d90a76c45c2d38cfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fa5fade64b7a411ea1e9968170790793", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "82e493a6e00f405587b8e96e54ece17c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9f57b0bd4f2d42e284aa996a6e0c8f00", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "26f918ce21bc4cb9b0328ee8a6aea203", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ab9c4bc16ef445158bb2bf972497c072", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "40820f8ed1af448db97632416960f631", "region_id": "RegionOne"}], "type": "rca", "id": "74c6330548244f979c915df36bb066e9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0e282f9bddc04e92afc05e916b584edb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "70931035eb104047a4353331a0c3cc61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1ea232b5e83a4873ab0aba3cbaa7d1a5", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4978768b130e4bca8321798e19432250", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "84021b3b107c4860b6117264b505a2eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e98d7df890164d2d8c9d7e98bf40eceb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7641e49044d74b68980d03ae6b8ac445", "region_id": "RegionOne"}], "type": "network", "id": "df1527fac41f450da8b339f8afd88d62", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "46bf60ebc14045a888835fc22a13050a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0ae39b0b258049b9b96ef0fbaf9dc5c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f9dd7ec856014cb8b19c1f5b5d164daa", "region_id": "RegionOne"}], "type": "backup", "id": "7c773df90c6a4f269ebef7ca14bc5cc0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3806565df99d45c5973f0acd20fdfc2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d5114cd4ec1a4a468e693c31316a4f6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "efb419aeb6db424681f941bdfc33bbd4", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "2cc45533ac6b484bb8226a304b63905f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1b451b9dbdb94c9dab132b68ab59f183", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c02f4d5f340248f6bd025fe45249d763", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a6beac580f0e4496af1584ac5de04288", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e8227a5be5004533a25e0ae5c6022829", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "40eedf6c71824b8ea51284873ef57ce7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1100ed6c2fb74cc1ba2fcfbaab15818e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "6094c94df49849269ff6e552d9daff9e", "region_id": "RegionOne"}], "type": "monitoring", "id": "407b8436ea884b9f89ac1164758a2b32", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fd2b16fb92b244e3b0023c4c595c69ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2ceec6b9e0994a91a1795217e865d610", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e32881c2337a4d9696a38032e9938488", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "1a2d56be9739419ba47f993995202b97", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e72dc0a1304f4b9f9b7601d5e25f83ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "d73d3373605f45d899c03aec9a127504", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "668c4d895af94d10a8b3c96f264baff2", "region_id": "RegionOne"}], "type": "placement", "id": "6e34a5e2374c485995c6d6b19a2d7351", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a710c385cf6f47beb3252f7fa09a27f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "70dff25d2a6a465aa9554bd9068057a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ef217fc1b11b45b2a4dab86f11a5be22", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d1b5bc7e1fb241f190d70e2e4b844933", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "df4864f5a85c4c46b38991fe2d78aff1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8ab698a8e3ab4b4a8d1001f23177ec62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bcc916926e1e4f43b9cc6750b951efa9", "region_id": "RegionOne"}], "type": "ha", "id": "ffe8ff657dea4bef82ca56bb6a584dfb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6fd83151892e4893a1f0a3c896e67be8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f29e738afc41450f98b4c13b7cdc9711", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "50f91203998f46ea83244f0f36baa5ea", "region_id": "RegionOne"}], "type": "reservation", "id": "8fb46b11eae746a98ca9768e6689a131", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a7a69264f947484d92cf37da163eab14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a8caa9b6d61d49ce8453faaa30e5330a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d51d38e267874605ae445c5109c43813", "region_id": "RegionOne"}], "type": "function-engine", "id": "a95128d3dc684ec2a3f2305f5c9f460c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6e0a6f55c2aa4a1e878b2e5fd131cca5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f298f0d5821d41889fc23e05b9d30b38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9c193d0b73414735ad7cce8c94e36ba1", "region_id": "RegionOne"}], "type": "accelerator", "id": "0b69093bfbf144d8a44c1437e175030a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "da12104560ed458ab4eabd8708a2d0cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "db54fea6da1c44a1bc0c12ee998983cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bfcc0ce8d0844b1089770b49b2f0ca4c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "355219d732a64a61b9581dbaa3f4b7cb", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9459a346ff5842c7b57464ad9fa90a6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b77213d35ff54c9ea4ce80dd1834efd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fa8e5db0776b49bca2717851da8ae97a", "region_id": "RegionOne"}], "type": "registration", "id": "c547e5735a1240068995da6bdf5fb25d", "name": "adjutant"}], "user": {"domain": {"id": "a5a658710adb495f9a76a444dd73ae64", "name": "4b9e9263704c4a33b00caa1425093d12"}, "id": "bcd1d030ad7b4f2c9f0163a849c6837a", "name": "d0177c85fbb240a599e430d42b59dd15"}, "audit_ids": ["7286c1a94da8483b9730fda226101aa7", null], "issued_at": "2019-09-19T09:04:38.353190"}} 2019-09-19 09:06:38,588 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,592 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,594 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,696 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/798aa932-24c3-425e-9c0c-6355ecb70a36 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,699 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,700 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "798aa932-24c3-425e-9c0c-6355ecb70a36"} 2019-09-19 09:06:38,746 keystoneauth.session REQ: curl -g -i -X PATCH https://baremetal.example.com/v1/nodes/798aa932-24c3-425e-9c0c-6355ecb70a36 -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" -d '[{"path": "/chassis_uuid", "value": "meow", "op": "replace"}]' 2019-09-19 09:06:38,749 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,750 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "798aa932-24c3-425e-9c0c-6355ecb70a36"} {22} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_node_set_provision_state_with_retries [0.284109s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,428 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,432 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,433 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,435 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,446 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.366327+00:00", "project": {"domain": {"id": "ddb5ec82d8254663b74e91ac011b500f", "name": "e37f165ba39b413f8382c37314b2cba0"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a00a6d475e964bb0a5a79201f636ab96"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "61bf6d56ecf647f69ab343939feddf1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "71b778ac0d91470eabc8259187c6c324", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7eae356c636641049087d35b0f744f57", "region_id": "RegionOne"}], "type": "identity", "id": "3caada20441f4b31947e8853b14643c8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0c8ec905092146e993295527a2fbb6dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2cfc22946fe34321999f208e12dd0108", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "80509ec6474743869a453a7dc5095daa", "region_id": "RegionOne"}], "type": "compute", "id": "63875880505f455696e78a8e0dcdae82", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e8b338b1ddd848d1bb46be56183baab2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "26c712b366f14042b487ef132e5545bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "fe5dcbfbe38a450f9dff850e8f78c6b2", "region_id": "RegionOne"}], "type": "image", "id": "9e0e1dc9c04940d1a8cb5112b95226af", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "99d767d292294ffdbf39e86ebba89b3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "34416cc19f854913a0facb0cec564175", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "709c81d97ec84ef595d404a9ba6be86a", "region_id": "RegionOne"}], "type": "load-balancer", "id": "2d874c993bcf4d07a61f7f24b7f90132", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25610fc2bc424a7b8473e0720d146ff2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2905f1dbbc6145c5a0d660023a945314", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5e329c53ad040788a2e50d0fb2de27f", "region_id": "RegionOne"}], "type": "object-store", "id": "a2da1db75cad4fa5b3c2ec730c9a518c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5916ea8e25504792b38c9204bdc7fdef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2c9a2c0569614777bdf98e047ac507a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "87c603580ca54ef7b9adb34dc6f2d9a4", "region_id": "RegionOne"}], "type": "clustering", "id": "765d7d9c0fc14fafb73bd719098a42d1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e5ab37d91d2f49e581d75fadd3918fca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3da31078977d4f08a275ea7cfc63014e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d264d3580ea5483fb8c0df020d3e055e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e66e6f0af5774983aebfaf9af8906b13", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cc3984b208e54aeb82c8908fd90283a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1bcaddab3eef44c49011766e644215b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b20788302df24cb3bf2365e1cd82f88b", "region_id": "RegionOne"}], "type": "cluster", "id": "621324b30dda4e66a2819434346b26f6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5ace3e644b6d4f73baa39317ee3c8805", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "985d23eb3b364887a4b0aaf6da0af118", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "42a52f1f49f14f92ae72a669b1f1a148", "region_id": "RegionOne"}], "type": "data-processing", "id": "a0a2374862d046f78ae762aa5726cf05", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a9c41b31bc564452938d5f49cdc293e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ffcd4bb8b9ae45d1b87f1688c614ee4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7fad0c9ca78d4bf19ce7c71744fde9b6", "region_id": "RegionOne"}], "type": "baremetal", "id": "765e9bf962b74e9b89bcf02e08084747", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "68c4c17aff2943d7bf30793bbb07311a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6607de8806b34a5d83492f59a1dccf9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d72ff7899e0e47778909f09b3f7d32ed", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b5219230f89e41dc92b5f838a8e7357d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fefce513309c4df79acad8a55fa4abce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d1bdd545cccb427ab39c6d325779f06f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "93a0065a2bac4de3b8a2470c0f55839f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d5e12e625b6247d3a2391f1b0a2be7e8", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cc2d421966f5489db6f67d696b716bfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c074df3722614efe97776b88407ed03a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7e1598f4eff1448f84f2f9c37f835fe1", "region_id": "RegionOne"}], "type": "key-manager", "id": "d077c28ae81f44b3b1a89359e3a42ddd", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "680683c612794e2e8d60b8d65a745fbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "57879ae487b344fb920624fe276dfd09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "53e3105e99eb4cf7a66ed78eea9d3721", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "3f612f11be994d89b235d862fc790e26", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "51b4dea231fe49bdabb7a06cbb330928", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9291d932acbe4953bc7b8136adf6dea7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2330a06bdf224dad87b8b905aac6430f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "07b4cdf8896b49a0bb7c10cf0e55ed95", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e62e1a74e0dc4022a57a495a19597a6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d47bc279fec543b49a6c3d5e65cfdc15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b32732aa9dd44a128898dc777cc9c9bc", "region_id": "RegionOne"}], "type": "message", "id": "73cfce62fe9a414490e95480f5082dc1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ba13e51268a64a70a5de3c5b6b228b57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c4c384a4dfc243038f4696b3a3a923f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5a42922ac16443ee89c2446e147a3e74", "region_id": "RegionOne"}], "type": "messaging", "id": "bde17aa4e7c24ff9b9f3a5b2df220dfa", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7362d93368984f4689c52f0f431ee581", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "97f48244ae7a46e0a28dd1d0b37b03ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3f20e3249e934a2393fd41df43229498", "region_id": "RegionOne"}], "type": "application-catalog", "id": "1f0b0403a2e34196955f6519b14c40ba", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9ee35ded54ee431e8dd0d028b3342406", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e943dfe7f9ee4c2c8208fb61e0889dda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6008f3835cb340659af7dfadfbf92c04", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f4e004183ecc4dff872269002ec61a5b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3e1782d017ef44efb9f80049e9fcb871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ccc69e6013514362851b478506ef0f0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c5446cb3c22f42769fe64e405b864af0", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "9af98b9afe9e4133b53a1c38733b770b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4536c58f4e464aa1ab00827f73a0e3f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "af5b7ef5e26645bc8e3ee428f56e34a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce14206b19ea4b8aa3fb1cf53b44cddc", "region_id": "RegionOne"}], "type": "container-infra", "id": "b599fa9fe50148df81ce5e0008d2dc4e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2a543458f3a9433f8629fab8b6316669", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ed7cdb9b4bd44d26891a044a83f9cd81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b2cfd3267fda49fc88d5b2093ef6a629", "region_id": "RegionOne"}], "type": "search", "id": "24ea5ab260dc4e678bb5fb4a69786f20", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5760121b406a434092886480b4710752", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6af84126c0be49d28c10e2351e8196bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "bd663f56183f4d10a34b9dc53e21284f", "region_id": "RegionOne"}], "type": "dns", "id": "4265b111dfc344aa95a14400177d3ded", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a0dd29a453b14885b029f11b5d22043a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cbaa516ef76e43d2add47d7742d54f86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f0728632ffcc4591be958ba04ec914c2", "region_id": "RegionOne"}], "type": "workflow", "id": "60e9d7cdc69042a9b56771cc552b1971", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "43ba349b93ca445aa8175bc40fc29107", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6635838f4f0d4d9e9fe343d3a033333b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "df3b09ff7c5242c38f5ca30d2f7c7f21", "region_id": "RegionOne"}], "type": "workflowv2", "id": "daaf726db1894e81b509237a651c36a7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "75fe1efb5939449096fef239015eba56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ab3e2efc266a4a3fb54349822ab63c9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d0505984ae0e42f38953745c71894dce", "region_id": "RegionOne"}], "type": "rating", "id": "82e405916b3942b48478311b5a8b6425", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3d7b5b0d086647b5839658f13c6aec63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "902d890a33c64096aaf10275a0b5d3c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c8ff1e5b62a643ed9de8926a92ae3ba6", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0e2893c9879f41d19706eadb2fdc1166", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ef12073f2e2546dbb7cf260dd08abc7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b4597041ae094795aec4e72f4107a6d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c1860f5f330f47de8f7b4975e8d74a39", "region_id": "RegionOne"}], "type": "policy", "id": "1293d9bb149b4a73b577352210d52c20", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8c39f19c13784a12a7ba0f1fc8520252", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "405bb3b18bbb4a1a82c5f3c530523b82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "32d88674be0945b6832f418b2d653ff6", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ce4f6c8aecdb4b2483d8c276690cdb99", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b84990fce0b849df81dabd14a328935b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5dbb683137d74fae858e4a8d5a9de831", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "47e836d10db149fb860f1a55042b59c5", "region_id": "RegionOne"}], "type": "sharev2", "id": "3087f50277a144e3a7adbb5180ab6e47", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "98f19adc08a64b9d8270ce412d16c883", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cbb2d05a06bd49af9f652d27d71f458f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "25c4e718ce9e4bf0aab0621b33a83dec", "region_id": "RegionOne"}], "type": "share", "id": "cd8a14f9e7b147cf9359ea64182521a1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "82a460b56e054e92b208adba52db824b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d668e876b13c4ac59b626fc3f9d57e4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6a685a72740845b1808ec57962dbe0c2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "99e1093668b946f1b07ddd650b48f71b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "adce144ab8314463b03e49b4d5aef475", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d148c42cc5a425b9020e17571d53460", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad86cda135014d2ab6f2469271447126", "region_id": "RegionOne"}], "type": "orchestration", "id": "24f77d51330444f89ffe1ef16b33a877", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "852cad2e37f34ee5ba56873966d36909", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06cf5c8127184095840552663d96fa18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c71fad060874682bae72087016246af", "region_id": "RegionOne"}], "type": "block-storage", "id": "9a3a9d092e8c4614ae1ecd66e9faf109", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e98dfc72e2842439f6cba60a10102ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99febb9b8d524d5bb8cf144be40c0604", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4f6b707d09441f1aa74b2543d7d0b1a", "region_id": "RegionOne"}], "type": "volumev3", "id": "8c8743afa6c9409783c338c0bbcd4b02", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "017efae5be104c468958eeb61b6861fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b18960368e940edb2ec16d641d6a1d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b50dd4d102264a4b92fda90aff25d768", "region_id": "RegionOne"}], "type": "volumev2", "id": "95b818619f394a209859359ff8478302", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad616cbe170c4c1698672c93608577ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5dc3fef4f4cd4b349de6962d96f6e8c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "efc564438a674ae285cc70371d2f402d", "region_id": "RegionOne"}], "type": "volume", "id": "1da830d0093848d39a04ef0750a96cf7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6674c6b90da4dbd8d002c00faea42da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f94f69fc961a455ca1d3e5c3cfef795e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "626059effb0d461ea6517f95a5b6f2c2", "region_id": "RegionOne"}], "type": "block-store", "id": "73b8e4cfad784f9d9824b11bf3200d4a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "504d6c9c3d184d588a301971a6c9e1f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "37f62b55f12549178019f5faf65821a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9a241bf16bd94129ad192be1e373c294", "region_id": "RegionOne"}], "type": "alarm", "id": "2cc98fba6f5f440ab539ec542e9dd227", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ce0deb2b4fd54097a4c14a62a2ec912c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "275108b0712b4841aac34c648e561204", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a795f531263542f1960b8290a95f56a1", "region_id": "RegionOne"}], "type": "alarming", "id": "d640839cc7e84a388383b9abd0bfaa61", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "579c754026bb48f0bdc917a03e56cb8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "20a33e5c91eb46f6b8c8982439305c03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cb6b1d1dd8294f31b29380094d5168fb", "region_id": "RegionOne"}], "type": "meter", "id": "67c49bcb369f44e7935f633e02eef3ae", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "89694b28810a43c58cee8379acb1ae44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fac8adf9d60642109a6b09795afa6811", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f62c5906c26b4c4ea6dfab657aa049e7", "region_id": "RegionOne"}], "type": "metering", "id": "27bc75a9ac49429fac74e1118a1e175a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f32aa626cb934f78aac3c7059b6f8635", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4ff5b3065c364f3daf7525279aa457d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fe06133586294be9a7601ff214fdec8e", "region_id": "RegionOne"}], "type": "telemetry", "id": "8f733949d7d245e8932c00d256b84ca5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2cd3d3cf287d43b0bae8b7d85e3f07ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "de074b0d6b0447cc8ae04f65364e1a5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0c6af89d4d8e4c57b3210b546289f95b", "region_id": "RegionOne"}], "type": "event", "id": "9b97717d73f545779045d860323337ac", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "dcaf334e13da4ddb8231aabafdcc66aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a4c62bec69754b098b9130247b2c52f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "641e67ea69f94e99b850d82c70a11990", "region_id": "RegionOne"}], "type": "events", "id": "e2868df51a624e90942f1de43663c538", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "550f38d8b5e24908bca27f244eef424f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5a540f5135fd4b95864a0c95411a76d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8d829410a3604ee9ba97724be24e5819", "region_id": "RegionOne"}], "type": "application-deployment", "id": "9d60f192a1654a1f9250819516b5a3d3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7e5376e955e945e2b2fa7aefb88611ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6cb70a96d9894bcd9b5578bd79cbf0a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5e59111f196a4aa6b6fc14915a00424a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "24dd7bae32a5421c94b07aada7e18fe4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8d52bd907c3d45b1adaa328c1add075c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "57905a2d52ec4906a54e5de96c4b2ae0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "95dbb80a72ec43e89b98a6683c69eb53", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "fcf0a6f0256841949dc5e022a28a5d79", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1055e9156bfa4d22822c88b0af4570cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ec3d7f90ffba4b0bb063b01a3c974cb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "27a8cdd8f7624f48bb7949747a526fa8", "region_id": "RegionOne"}], "type": "tricircle", "id": "7302a75cb1cf4dfe9f6fa08414a63b9a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f0cc0573db0b4189a8fc4634a260f263", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c40d520738654764847d7ba0a321e29b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ddafc9edbfbd481fb97bf4841dd64058", "region_id": "RegionOne"}], "type": "database", "id": "a032558a7eda49108eaa9bd721f9b9cc", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bf4310e0bcd14760b50162631f51d6fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "21017c9320ba4f6ab1e1249d4fc93007", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "14b3c00c6ce14e04bce6f97a8c8531e1", "region_id": "RegionOne"}], "type": "application-container", "id": "a5b27e28cc3943c3bccbf859e71a307c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "40706dbac18341eeb940687a019c1af4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e07ceffc1d19445fbce50002b36548d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3e03530decf14299920c08fca829ab4b", "region_id": "RegionOne"}], "type": "container", "id": "0c04c745cc9248759805d0c1fded424e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "732249814bc54deb96f7b5cdffde9d6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e14782b0750d416e92ea680d8b385afb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "29ce51b8dce6453fabf5c01f6c3dcd44", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b41338ee17014789b7e2f0a9801b4975", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f0bf45dbd8654fbdbdddb6c97762643d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5010c9717331469fa005f84f5bd8a888", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0afad29d2d054190adda9cc8d905c2da", "region_id": "RegionOne"}], "type": "rca", "id": "7a3e5ef9f1f4499cb660f1c3a52d8c5b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "37cee4bb847a4874a2f443683679b4da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e8b6c729148e4d7eaed84fb2557e167c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a71ff5a6e01742e893f155a619a7f838", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "488f308428654dc297b03e9be4c0d3a7", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0fcc6d4b7e3e45c88fbe558e01973f58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "0dab06f7208e475da2d77b6016695518", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "387128dde0bb405ebb2143d7f9c70834", "region_id": "RegionOne"}], "type": "network", "id": "d0de38808cca4827972268d402b128fc", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "b6e87057dda04b73b8e7fd2e1f4fe104", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "df21b80bafbf425ca68547d01cd3fa4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "73d8d16c2d35447094275bf8c81899f1", "region_id": "RegionOne"}], "type": "backup", "id": "b9befccbb5404403a0ee6b0db5d5d445", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "992b51ead75d4a53b79ec0cd0da87457", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4a29d3cf85f2489a9b898ed8e053ac19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7864fa16c6af40d6bfb4433e9b1d212e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ce3ae78392da41d7a86444db2d1f313c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1c47f10d10654f06925c958ec5f92ea5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "80eb3621a99344e58a9102a20314fd16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4697969cfc85428bb4c15a3a4cb46d03", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e21c2575606547518f4491aa819859f7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "005e7df9adc24844a9aa773a3fe97ae0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "79cf29dca53e4256956f5c16b4ce2783", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c55a3f1079e947109666421d924e4b59", "region_id": "RegionOne"}], "type": "monitoring", "id": "afb1b58c2d0849468a5b97951b539993", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ec950859664e40dab889a84406ef970d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4728ad793008457c930355edc24d1dd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8b114c1067d24a98aafce3f2f29b356d", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d5b147abb6044b97b3002199cce50c45", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2677b0565b82439d9bfd7390d76677c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c930475d5ef04964a1ea1a168d54caf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5881b36fcedd4c4183c00c3e201e671e", "region_id": "RegionOne"}], "type": "placement", "id": "d7bad999af6847bf93aec72c5f831bfb", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1a6cd20cafc449fb8570bbb211dfe8d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bc611c70b11644f6a175f056c18b2109", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1fe39da939214e8896eae554a6fa68d1", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2975863ee2fc400e9a3b9d7707a7f1af", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "660762ce4b6243ce898d3034c3456344", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "701eb6fc9a4d45f7bbedea12cab2f26b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6c17dcc8eff747a4ad2d6a7ea03c97be", "region_id": "RegionOne"}], "type": "ha", "id": "0374143c91ad4386b7d71b8793e1fd3e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "31901288271f4cf9ba26f9a61b3367b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8c7a0dcb64d34c578a162fc51ffa6dd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f2531586549848de87226a58a1972564", "region_id": "RegionOne"}], "type": "reservation", "id": "de7aa6784a284e16947191123a9e69ef", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d3d35b89c39c4212a7912fea71c45b2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a5ad6db450cb4eb7b0b495bbc869c2bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f90a8b85b3894ef79a5bbdc8d3b1c586", "region_id": "RegionOne"}], "type": "function-engine", "id": "42077d578ebe481e99d5da8e1209a8a1", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "37f5db4012254eaea529d377b57ef381", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ca073d142d4c4c99986f79c75d539564", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0e4d05fe127b42558e8517ebc1156f5e", "region_id": "RegionOne"}], "type": "accelerator", "id": "e9a483401a95436da00d74ea63355249", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "681ec684fdae4aaa8f6fa896915175a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7a4b9e7c466b4deb8155de44156cfaae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7d6bbf57c74143d7b6aa88e935c18ac9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4b1c36c4b5284eb4bbe7e91d56541c80", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "62bdd53b24cb4b08a4acca70f75ae6fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f05d1d99555e4e299ffeb86304020cf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5030ea89397e4d1685bb2cb8d4c5cd1c", "region_id": "RegionOne"}], "type": "registration", "id": "5be271cc01e44303a4661e866f46eabe", "name": "adjutant"}], "user": {"domain": {"id": "c99d70fae189483b896fa88eb72f3392", "name": "62fb653784e14b27b105684ae068db6f"}, "id": "02ffd41152b84b6f9ea635e04af62161", "name": "2c68d4d5c8cd4d57a37fe73ec874e541"}, "audit_ids": ["c5e511e8392d4ef08d2330384770f793", null], "issued_at": "2019-09-19T09:04:38.366327"}} 2019-09-19 09:06:38,531 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,534 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,535 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,587 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/84ff5fe9-b833-4c7a-828a-d2f41f466e92/states/provision -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "active", "configdrive": "http://host/file"}' 2019-09-19 09:06:38,591 keystoneauth.session RESP: [409] content-type: application/json 2019-09-19 09:06:38,592 keystoneauth.session Retriable status code 409. Retrying in 0.5s. 2019-09-19 09:06:38,595 keystoneauth.session RESP: [503] content-type: application/json 2019-09-19 09:06:38,596 keystoneauth.session Retriable status code 503. Retrying in 1.0s. 2019-09-19 09:06:38,599 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,635 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/84ff5fe9-b833-4c7a-828a-d2f41f466e92 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,639 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,640 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "84ff5fe9-b833-4c7a-828a-d2f41f466e92"} {4} openstack.tests.unit.cloud.test_clustering.TestClustering.test_create_cluster_policy [0.195887s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,678 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,683 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,685 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,688 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,709 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.612117+00:00", "project": {"domain": {"id": "20996f559c6d4f70bad52fe24abf776f", "name": "51748e61b56a47b8a2be37635bd3ad26"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a000dd60fd834cf9a349aaee1070f951"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2bf8fbcd3e3f4209ba6406e19809b296", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9afe0b7070cc456d89989272531ca85c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "b121387fed954922929ad9d19cb235dc", "region_id": "RegionOne"}], "type": "identity", "id": "0ae1a491d412425d985898cc70005785", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b50045f7ebd14d37ad2186ca6b9afb77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "65d24336f9a64a24817c1a35886638f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9355766bf29c4a4e8d89a44b8d90ddec", "region_id": "RegionOne"}], "type": "compute", "id": "5ed94839ff4c426390835b517bcdfc7a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "3bba1788bbba4820938c6a438c6f42b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "6e93172a0d7d4b2d9d1b2c7d9e99c337", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "45af2718650342cc885868d7f7d1335d", "region_id": "RegionOne"}], "type": "image", "id": "0ee39d713f144b0582d6c98feb9d3581", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b98b3e882e094a0686bc58039af82fb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c3420e3190a7494fa114c7f6fbaa3bbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f0ad4b89581742d0904ca3286ba51468", "region_id": "RegionOne"}], "type": "load-balancer", "id": "780265bc524f41f380c951cccc04314c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80b770f15d414f93bc4e582f2f866d32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be09c4642cdc4496b87395798d6b66c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d52388e77be45ef9745d7f1d38fbbd8", "region_id": "RegionOne"}], "type": "object-store", "id": "5a2017e1d289472cafa926940573a7bb", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "874eee7ee91440588b9d904cf62eb9fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5f55927f40954d2da3f604cd9ba2b2c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f9b8004dec6f4f5fa76dd3e8609a1ad8", "region_id": "RegionOne"}], "type": "clustering", "id": "fd83a92492774c2b8c737ce102947fcb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3d3142600a7d445982337d79764eccbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b4d112177c80415b852d7b53215e0ad9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d3293ed90fca4abbab754d4cd87fa23d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "89a8b4baea814099b9357d6451bcde5f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e9463691520544fa8571b639070c9f47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "855272d3569f4352b2c31dae34ed67c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "062c33d6db8a421f85e45e4816fb0e61", "region_id": "RegionOne"}], "type": "cluster", "id": "5f69ba6a0f604800aae2cd6081c8a8f5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e920457365de4200af44dea5a8e91f9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a28f39302980442787d0b758f2b9a0db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0a34388e745a4ac6a9a4a373045e6f89", "region_id": "RegionOne"}], "type": "data-processing", "id": "eaf4253c45684177aa9fd58a73d43fdd", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c523efde846b457f9cf7b5dec1004373", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "00fede3a5ecc4849a19e791643bc3cad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c06ff167ccdf43b29da95e8941737ac8", "region_id": "RegionOne"}], "type": "baremetal", "id": "331d8897ac1745f2897eb0462055a626", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b0bb365c3b6e417c8d0f82162eaf8f01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b66c455556664b05bce2387761fca4f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "39e7b2067e094775893f8b21e666dbe6", "region_id": "RegionOne"}], "type": "bare-metal", "id": "dc9e09864cba4d36b6b77d22bfe82e6a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ec532092520643d5b2a304c61a8cdf1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ab2eb177821e44229716e7c6fa53db21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "074ea38f8cb142fa9f229361f62abf44", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "cd1ec20d1596492aa279e625961340ec", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "10e3c3310ce14193a466406bbb043b09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "071e545b4d714d8b88031945945493c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "839318a8255946f79200bfff65cf3131", "region_id": "RegionOne"}], "type": "key-manager", "id": "6a88700618d74472a71801a8f564f008", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "505a7e4d953446f68640fe19cb79ae5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8e539ff3c79f4d79896aa5b6fa29dcc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3ae7d244412b4d8b82d67f04102095eb", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2d8723c9190b43dd9f6cd72ee68f7f1e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9d794b08267746ceaef081afb3fe50ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6d62d8867ee447039598e353018614d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9f37661485b2450392945a46bd74a99b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "838e34eb2751445aab151c1b524be689", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5613db476bc74215beb49288f57f45a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "97e336573f3b44019e9531e077594970", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a696e3df5c6c4aac8fdf125c7c178fd4", "region_id": "RegionOne"}], "type": "message", "id": "c55dc211a50543458ccc01045570bcc0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "96c93a08ae674e118e41657c8d07f56a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ee9b1054f2d5484a9c2d71a856def7e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "60d854a98d9d4b71bae26294b787f42b", "region_id": "RegionOne"}], "type": "messaging", "id": "d5b4627725044a75a87d329915aa4d38", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "13791779bb3c4918a699317e2e3d5c05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f501da2968834aceb03788d32c394296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1e1ea4bc582a4302bbc1caf1fab49dc8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "11dec88e7a924257846f9d95a8446314", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ed630490aabe4518aff26c942e26b361", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3a8929a32aad46d3a1a45f67f4cafbdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ae88551787274c1c8b4f520f919910f9", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f7344a1bccfb4f4fa8ee4efda4fd67ca", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1ba4b68d4b144af0a58e13c61b156bfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a1d94626b319419599e5696be214f515", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "045b34364ce04a7180ba59ff52b1eec1", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "8b8acf78dab14011a20f0b77ca22e793", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71e0028046d14a02bb88ce2f2d73dd5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f1e0bab492754896b9b122291b410fb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5602a8d58bfd49c3960982a2452b9726", "region_id": "RegionOne"}], "type": "container-infra", "id": "8489d5340941402491c581cb70802b86", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "02a08d823a2242cab695e0b30c85dc93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a55faa04479e4eb09602238544a03eee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "25a386581f3446e88e3cf1229d500e36", "region_id": "RegionOne"}], "type": "search", "id": "dd1f1b0abab346cd97832cfedae670ac", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "49881d41841147f593e8bf09144009ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4eaed87d19ff4c0aa7bdb402a66e8be5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "316aa1f10ec042c9aeb7be82525dc474", "region_id": "RegionOne"}], "type": "dns", "id": "10273fafc4c440e1ab7b6da9be4309ce", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5e4d8ac5e8774bca8d2d4232ba50249f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "25b8a65ff4d6465a8570dacebcee59e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "46a8af6ac83a419bbfdab5fe51d01ae0", "region_id": "RegionOne"}], "type": "workflow", "id": "c8ecf0ab9cca463a86a98c23143840e0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "194098e0cb924fb1b583edebfb97234f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e760eb4e8b114d199c3281a32d0256e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8f2203f109244824b545bb691f65a75a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d92c887181f94cb2be55362546b28250", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "fd963eecfe80445d8f554a4d7b49abc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0259b92834e84ddbb0e1bc0cd4284ec0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0bef5e29dfa44c2aa08887fb8bf6989a", "region_id": "RegionOne"}], "type": "rating", "id": "ddb2d916a5674f00b9720c9c343abd9c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1370daf8afe64e7188acb22ceb6b5a7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c038ee873ee74ba4a323a3331d4c27e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e6151ae440d1426cb5f380cf99d1333c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "999c9bdf9e3742abb3da41463b38c649", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1f043a8747fa4a02b9786f905b33db4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "54372c31890d4dcc9e767be91d30e6d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3a8b8e46a3ec47a685ef9df27171f44c", "region_id": "RegionOne"}], "type": "policy", "id": "15f3e982997c493d9b93ce7dc2a68d18", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "52601980bcbb49fdb292fb017d6abf2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7f269dcd86db410b846832d9fb694a07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "79ba4ee0041641df9c6e01bcdc042ab7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e1acd5066e124d3aaa0d2a09403024f6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ce6c677c702840eb85be51a3b6030291", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5a83393103fb41df8b460cebaee538a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a275cf1f880742d898ad59f9465b4168", "region_id": "RegionOne"}], "type": "sharev2", "id": "4792b822fc664b22b266b766ff315107", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ca096f602a354496970e24b2aa8440b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6302d7fd0876478cb89ff026f7c0b20b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f95a99a7e62d42ea8022c90c7451f4cd", "region_id": "RegionOne"}], "type": "share", "id": "e4d03c9051a54fe99ef93a87eb403d29", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6e1c28ecabea4d20aabdb005c577266d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fda7aa66a9b0426f86f9cd1dd40a4b74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "bc5fc1abde4147baa25ff2416351e923", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "52ccbe6701474fc3ada7e2d8a4fb0412", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91056adfdff146188a549ec41a7e5ce6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1869d8f0ecd74489a3426f0369b319ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "018234f6e25a494a81db74fa93fcd822", "region_id": "RegionOne"}], "type": "orchestration", "id": "313baff7622a4ce9b1583cce3f651436", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb51862799df4b2f9443bd12ec07cdc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51ff675c22134d75b5d6f1e5d327683e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb32d6aa12184d8bad36654d0ff9e208", "region_id": "RegionOne"}], "type": "block-storage", "id": "998991b22fc44559a912585ccfacf2ab", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f496baa0a964c82946df5bb108ec00b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3850eab9427a4cffb866d4f10756bc89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "379efa87604a40aaad1796f053c67c7f", "region_id": "RegionOne"}], "type": "volumev3", "id": "48dca4b76a39445ba9caccd178182181", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46b6b364cbb04d36bc22ab48d6e49d18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "804d773eaddc4b0aad80857832b8ed48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bda1180c0aec4abc8b810d7162629f85", "region_id": "RegionOne"}], "type": "volumev2", "id": "6ec1bfb635644b08b2300e1851353d48", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4a0c97b44b048a2ac89db75317b4ec4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4220f14d0c3941df84857f20297ae011", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "486e5eb928974c1290fa14f6087ffe1a", "region_id": "RegionOne"}], "type": "volume", "id": "b135a3e88eae4c93b3c8c437b85038bd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ac36ed740954d888c61e9b1774fdd09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86a0d85ecbf04ddc8502d1e6d831d2eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d76053129d5f4b02ac80833cd9d4c36e", "region_id": "RegionOne"}], "type": "block-store", "id": "1d4a3ef62bb444d3bdc56702b0c02515", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d4d55b263c694688862d5b0c14247c4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8dac908535b2498dbb2ba81b744e1cb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "90cc3b1020c54493a91952f1126fe9e2", "region_id": "RegionOne"}], "type": "alarm", "id": "2100bdc75bc942c3a2670b758ae93428", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5b2b8e3461fd48298da25686e1c8c65e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7a5bc3eae5074d1387de80708e420937", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6aed7536f4094c21ab6afda2b62793dc", "region_id": "RegionOne"}], "type": "alarming", "id": "88fef975bdf941219284b0c1d2db1a7a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f066f5eb533444c3a287e1a7c683dd98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "60196114e70c4137ba87e6ea297c85ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ca6039bf7ddd4d92946d2b150bbb7e26", "region_id": "RegionOne"}], "type": "meter", "id": "e83fc46d3982417d9770b06776ffc435", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ada6786a6a4740e4b41a29821b827d72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c1b2b320cbb946ef9860b654f1153e2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "baca7fcf21f74a30b122f34cfcf0df6a", "region_id": "RegionOne"}], "type": "metering", "id": "f241bd4eee0c4ef8ba13c4f3dfb6e38a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "419fa29fc8464b0698ac8391ac9a7a48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3b8f6319cbaa4c9ab58d179124e7c5b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "aaa425829248468da37d2299437c42e1", "region_id": "RegionOne"}], "type": "telemetry", "id": "ab5d9590820442f6a2bbacb6291479d8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9df98dc7fc60471d96068c610647421f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "03b841e94b8a468ebe99d43a15ef12ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "42a01de2dcca4ecfbf0058a290dfae4b", "region_id": "RegionOne"}], "type": "event", "id": "11d4aaf661e041f3adfef973f1db7188", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "61b7b009a6ab4dd88c2681482173d198", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6a5dc94e062146cfb4b0761566ce9669", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8ffea352c31b4f809e228cc941037bec", "region_id": "RegionOne"}], "type": "events", "id": "22f08d3b3190400cb1f927ef1ca92690", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5995ab9b3c554c1aaeb7bb10dd28be2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "353aa39f922c46a2bc0e58fe6bf5101f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b73a0430e97f4c649a517688faec1f4c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "fb90a617766b484bb2ebfb8a6d3c93e1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ec1cb5f014af4bb2be9be6d45407d286", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bc4b50a0c315428fa451fe412ab1522b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8bd568c996094c028541b7e04af52901", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8bf0ffabcfe143b6848909bf836ce983", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "932325a873564a6e8b5cb02634d2c83d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2ae732d8f61d44adae641f3aee1b7963", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c30d5a07bcd44527800033c62c576bcd", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6a2d684b33724048af89d2b0d804d4e1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2ce67d4ed6194830b53abe4ae44ee868", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a402e54bd6d748ffbd0613d5e25bbc14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c7dc48dc883c4c35a1b6c548964435ff", "region_id": "RegionOne"}], "type": "tricircle", "id": "3456219fe3a148888a1dbe5a879076e7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5d05548e32ea4730b664affc40012919", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "93ea31b6612345968c8c9cd12953c57e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2bde87d94bee42d1ab898f7bad0b12fb", "region_id": "RegionOne"}], "type": "database", "id": "773bbbc0f9334b76b5ca1e590f86b7a7", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "660d511eca3949ef94ce683435807d33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "22b47169f778490db5233e412962d1cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5a31568746274c10b4b650ea9e108cca", "region_id": "RegionOne"}], "type": "application-container", "id": "ae589b35948d46049b5b18ccd6a02346", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c9c9f15104e54cd68748af84c1c6d1bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "651cbe8042aa4b2784e9b1822af86f7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7ddb97d7f5be4739a191da347f44bc9b", "region_id": "RegionOne"}], "type": "container", "id": "b81f6c3e8dd04b399c936bf8c4ec7782", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a4560ae3fa874bd3829ab4b7db31ffde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a92439e7f67b4b109b80d2f24bba3f69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8078363b377a4dfe9851579a15f5cfa4", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d91f9c52109d44d3afc1610121a74300", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "84b49e962dae4962887f0ff21b71a351", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f2735297e7fa4eafb63ee110936da0a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fb828748e0374bb88badf493ff017226", "region_id": "RegionOne"}], "type": "rca", "id": "ef51eca21e3f4e92af3c33afae0a8b7d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8d671e7244304bb9bfabedb63c314139", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "cfe27d0a6e07498990ded613aaec8fcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "606843587d894a4081bf57c04010f77c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "8d21426b130142e0a6f16af8645d17a5", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ce935a8782ae4edea678917689ea5c54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2aadb5005098454a9c577c372b54a164", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "305cfac6d0994812a28268505df6979b", "region_id": "RegionOne"}], "type": "network", "id": "3e10176644a44ea0a64ab8f6f5faacea", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "cc1dfef6d9fa4ee6836b05c8de31a776", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "485da5e274164f4288ced5e86d7b0ee6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "5bdb8ed2daa04752ac9417c1f6aa6901", "region_id": "RegionOne"}], "type": "backup", "id": "44dfce5adf204d7990ed2250066f37a2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1f687debcb344807a664221ffea249c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "031f638597fc4453bdd166e3c28b057e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "00f0517c0a464439a4c5adb37d32fe52", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "3be759a4da44431d84fa2c4d3f0137a6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8ce9fa64bd2a4bf0a1b18d023e3dd374", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9a2310247aec4ebe9b6737c4ecc69632", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f6d9a2a25198468881df76e8abb23983", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d8c88a064da94df29e20346737a807ec", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "eceaef3335064df9bf8e7173d56f177b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "84e28a62ed3a416d809936cbb03d735b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "89b08914c74f424bb2cc050060a4e373", "region_id": "RegionOne"}], "type": "monitoring", "id": "0a04cd3d73db4cd084d835ec996f6529", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8167a496c210453297f99f3161997b61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e265ed49eff141ea92e0b89837f6539a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f398d1bb076442489827246532b605c1", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "52dafba42f854d64abdfc534aa608aef", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9a94a924cad340b093f5e3dbc575c0ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "01ce1ac1752349e6a22257dec84a1210", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "08462671a6b1483ca88b347f89299ea6", "region_id": "RegionOne"}], "type": "placement", "id": "738dbb66c5ac4d5a97741c581a6e10c5", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8692849ba6b74e7cacd2abd49dca2d1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5e40d2e57819438ba6ad3ad91d4a1aa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c02df80ee0e946eb9efe78c576cb5c64", "region_id": "RegionOne"}], "type": "instance-ha", "id": "21e363f4d6fb45e09f25f9d9b168f88d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2cf74e294cb84e0394f9612ece0e858c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5c994fbf20244e579085d4bc56ec400b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f5f221d70c7842e1b53674793fc7b79c", "region_id": "RegionOne"}], "type": "ha", "id": "3ecda00b579f448fb4a59bd8269eec95", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b79ae100544a4443a4ef32db60b91472", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2bb1896f89f14747865a2fc06f9cc999", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "fa9475aef990415095224aaf38db17e1", "region_id": "RegionOne"}], "type": "reservation", "id": "edaa51c7fac64e5dbe207f117cea3aa9", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8d94894304294ceda81ba0176afe55e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3850d59dca19457681a4dd8ec422ae3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e5f0c6e7732b4fd2b6bca982b8037d4a", "region_id": "RegionOne"}], "type": "function-engine", "id": "77cbcce6207f48ffbefe9e93f2e5295d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b50bc94618ee4f22a2941c83b4977ee6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e271064d5b574e55b83cd6ae0178bf29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0635e332d4e6426a85f61dd8ef23d972", "region_id": "RegionOne"}], "type": "accelerator", "id": "b261962de2684ab7b244e78d01ac63e3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e2b97abf87fb4d2e93a7d710bcc97caf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "121bb1d8eaf0402a875115d157ff5376", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "01e071c6956441638866c0ccba897353", "region_id": "RegionOne"}], "type": "admin-logic", "id": "55973634b65e4d4590fbba6acf08a39d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3c18e180b27845bba3cf38fc7b612a2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "800d38d3e52f496584a9af1c6cdfbf15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ed8ab931320c4fc9835c9b0166200173", "region_id": "RegionOne"}], "type": "registration", "id": "1f78ef8ec4214aada2e038baf480cf8b", "name": "adjutant"}], "user": {"domain": {"id": "af644e34743247fa9753587c1ae3e97d", "name": "e99db95c8134410d953f2ca05dbba6de"}, "id": "76a36a9aa73d4f108ee49642f13de3e5", "name": "ec3b841ac4a548d0be083c1e3bfd287a"}, "audit_ids": ["35ef817adae54bedb2838313c979763c", null], "issued_at": "2019-09-19T09:04:38.612117"}} 2019-09-19 09:06:38,776 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,779 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,780 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:38,797 keystoneauth.session REQ: curl -g -i -X POST https://clustering.example.com/v1/policies -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"policy": {"name": "fake-policy-name", "spec": {}}}' 2019-09-19 09:06:38,801 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,802 keystoneauth.session RESP BODY: {"policy": {"id": "1", "name": "fake-profile-name", "spec": {}}} {25} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_get_machine_by_mac [0.350977s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,566 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,570 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,570 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,572 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,583 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.487291+00:00", "project": {"domain": {"id": "4ddd6d2ab9204c99bd42103c4df39ff9", "name": "60c1ea4b16d24251aa96a4e795277171"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d5573962e7df4f92891fef6a8a080e81"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "96542832749549dca2231aaf6f51371a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "90061ed8bce54d428972f6fbbfca5f60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6261d4c713c942c59358fa749c9d392f", "region_id": "RegionOne"}], "type": "identity", "id": "1c609fabddd8498c959d981296f01c45", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fa196491778f409499140d9b78570e08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "06674353eb4840fc98d03e0c293875b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5d0ac38a19a44a02aec2de681d217c06", "region_id": "RegionOne"}], "type": "compute", "id": "68b5bd9ee17f42c2bf1832060ec836dc", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "2af9c2d5a8834ae78410ff8151501b07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "73f7f203f593419693e1b0fe839b89fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "aded646cb03146b3bf82212742648e7e", "region_id": "RegionOne"}], "type": "image", "id": "51cbdd205e0c4c05ba9252fb2df9edfb", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5967df920543481fb46fe5b81d04a543", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ce3d7350a6e044cc82c003f20aefc38f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6d2d63e863f1428b99d47a42239d4a28", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f7659fcbfad64462add180870aceaf21", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "010c2d0f99504a48b48d6d8781b9f96b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "efea2006ea2b4b7d86f27aa49d0f2ac0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2eb6c6d056b04dad977c08a97e599357", "region_id": "RegionOne"}], "type": "object-store", "id": "cb675b282c01420bb5c288ba0e5dc302", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3834d4859adc4452915580d977686813", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "afcfb24862374c89b93f008f48476583", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1715c738e1da424f88fa60a74cc740dd", "region_id": "RegionOne"}], "type": "clustering", "id": "7bd603247b594ba79962cb64e5c0c566", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ea4da6514b244ba19c7fe82eba63cd4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "16c3ba5a4b304fadbf77a14473db51d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "366ec7caa19e4a6f85f27548932a9404", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ccfee84c03da48b3a0091c0ed4a4151c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6291586e454c4200b1a9c695a25d552e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "37bb77a4a3f64d20847f89ca3f2a398a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "17f664712bc24decb97c15fe6c59f841", "region_id": "RegionOne"}], "type": "cluster", "id": "dab497d0cff24297b745f6f26a860e97", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cf4bd06208c84bff9b0042f8ed04d77f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5d180c76ce1f4ec599cc756ffa55cbca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "5ae7c696887b4b7fb915a2f31677a745", "region_id": "RegionOne"}], "type": "data-processing", "id": "1243f0f590754b978de0f4b8586e0117", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "177218746e594281b787abd94f6ff6ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fda42cd2166c493c8315a9bd501bade9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "aaf03ab0b7ba45878049b1978da184bb", "region_id": "RegionOne"}], "type": "baremetal", "id": "44d218e40cad4357afb3b3b9ad346a40", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9c3972bb361b4b10ab8ae1a15fb88df7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fe4bc82508264db093d7d520e27e3405", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6ac70278fcb34f71ae75adf60aa06b37", "region_id": "RegionOne"}], "type": "bare-metal", "id": "96a422dd1eac4db09c3ec59be1fe2aee", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d5584d6c2c5748f69e5f0a256f1490c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3f2e9c121a784ebc9718655bdff4467d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5e1990ebbc2840e384ed32f03d427792", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6db955a9af4645238a1626defb67435a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "146e9136be594e7fad5e0636700d0696", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2447c4dcf23d43b1ab371d989d6c4c7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ee15fc1e992e4d67afd927df6da17e3b", "region_id": "RegionOne"}], "type": "key-manager", "id": "e8d8ce480c2e49f6a0552f8f166794c7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7f15970e8ce94b7386b4b937cb9826d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5519d2dd38fe42fa9139aab16b080427", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bb1277ff638e4a0691fa803aa24d7be7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "96a561c1cdec4b6385f67eb9a2645bfc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "20dfd4db878a46fab90b7a9bbdd66299", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "267625e9ddb94378be761cad124a1ce9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "938ded4311d141b8827253bb66dde348", "region_id": "RegionOne"}], "type": "infra-optim", "id": "398c691da1de4357af95fe13c09f9659", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3ec8261a562c460dba8f6a221ded2cbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "97dc507f28724a4784410e521cccd3b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "47cad7402a2147f28ff1bfc29493d370", "region_id": "RegionOne"}], "type": "message", "id": "7ef862ee44f64c40adc0231f5bf9489c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d49a6bc98b2345a986124de0b7f8e6c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b9383f4794e344188d4a72bbe4be20e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "60810c6dfdb749e79b098265cc96306e", "region_id": "RegionOne"}], "type": "messaging", "id": "c96b89fc9c1242a18d7ae181ca82929c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fd16dbf00c9942009ce97d196f3a56a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d32ab9a595e74f1880b5ad5ba0daa9d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d4f6629bfc6b42c2aa44396665cfbcc8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c22c810f200b476f945c0f0513ae5277", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "62652883cc0241ae934d83b87c0ae17f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "49739c0f81534b14b065a9f0acad5753", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "19ec27423dd74c09bb910f7cf67a78a7", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a4b7fe7835114359b787c33dfa09f89f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f9ccd32898d244ac9e7c2530cd656875", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bcd5e9d042614b17ba06d2fa87482e47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "216125e516014411b6f1e0a803a54ee6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a7d3533f2b4842179cda2508636c52e8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f9fedceb54742ce9d5b95dfbe829104", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1feb69bf9bfe4906868b3a4a6ef1bb8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73c172d3820544aabdee860b6050045d", "region_id": "RegionOne"}], "type": "container-infra", "id": "c9d272373d084b889c7257dfe11edaa3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "443672e4affa4f60bc4bb762488cabbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d178506a5a454e0db52a1b95c153b88b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d77144e1ac4847aabd1e2ccca7443e22", "region_id": "RegionOne"}], "type": "search", "id": "33b09c04f4f846648fb71d53cd1510fd", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5efc68149be94f6aaeb52935b17bfe40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3dc575b899cb4a8aa34bba09f9f208c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d7bf39605c844c689abf6d49fb8e5d8b", "region_id": "RegionOne"}], "type": "dns", "id": "27e4f2d3ec914190a7a04814585b0e93", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b6bba46eac534bfd9b03cc7e0c1134e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9abe47dc036e4bc3b95e6e9a698ed8c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ecc8f1199ff741c99441c38421c14365", "region_id": "RegionOne"}], "type": "workflow", "id": "cdec9267dbb8454fb87e3a7d275c30fa", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dee858f84c704e65b26e4f2e95d2c42b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a1498944e55343a68440b87fbc0484cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "08b9316138aa4d9e9bb744497d7f61ee", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6317093a78594ba7a442b6f9ebfd107e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "3456ac90af834fa48886b18b71393dd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c8cd4187a25c4016bd5c1b4f7942753b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f7b5219fb48c4b0eb1fb6d5cf74881b8", "region_id": "RegionOne"}], "type": "rating", "id": "c0e0d5ee55ee4fedb59b53bb1ea22965", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e59654d0bcda48ae82f58c31ba635669", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "33c3c2fdc16349048fa32c2a57ba5194", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7f189c4e04eb4becbe75b6a594e99e45", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a197eac0b5ed43f593abebaf30dff7e6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a0b3e2a8797f4fd581e897fb47b0ea12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "536b3953b6d149789f0bc6665ad6b1e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4a0d86d30327452b9c04430b0ba5f6a0", "region_id": "RegionOne"}], "type": "policy", "id": "d46536428f804938929822291f344586", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5843e966bc4e405f90bdba5a2e2b0b61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c6e3c65195ca42cfaaf82250fc97166b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d97ca2f20f314ec39ae2951571a739e0", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a314490669974153bf6ba87972b488b0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7fcf1ac35dea4cb8821df57bc0273df9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4872198cee3e426cbdc302eaad3f3c38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "155132f9b50b4b8ea8d803d370256501", "region_id": "RegionOne"}], "type": "sharev2", "id": "c131c85effd44b3698ff6133679afae1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e1bbc4070b2b4304ab5a315a57541499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a5f98d14d86849e99f74a03dc8bb2f06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "930ad6ba8c294886aa1ef6ae57cf759f", "region_id": "RegionOne"}], "type": "share", "id": "91a7564dde984440a6f2ac8da6197d0a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b1833ad53e2e4a2dbaa4ae034f5390e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d215addd07554c3e9ecdcf1f9472061a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "fefd5b48236f442f9593d84498b325a1", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e2e79f7fe1374a33a1fe20dd716a4509", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92ef0130ed3d410a941db46768b655f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8dcc5d0b790a485c90c41379b3be4b79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90e89832e1a945b9b63c634e46fdc61c", "region_id": "RegionOne"}], "type": "orchestration", "id": "4cbb768528a84aea86b4dacf08fb2e3c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4227a2559c074bbea0a2e4deccf212de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3bf6dccd19244a58e45e29c159a1a44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "071236ef91ec49b4949fd427a56735e9", "region_id": "RegionOne"}], "type": "block-storage", "id": "b99eddf83b744361b9ea723979f7d6ff", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "866b3c10ad624fdb9b014994d6b7a8cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bdce58fd9eec4e85b81c126c32fcfad4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82998004dbeb4ff5bb58fae29875a797", "region_id": "RegionOne"}], "type": "volumev3", "id": "f0544fc23b484bed92f9fa3f1cf9275f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01d45eca492f449484b9461af70a0b89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6fb8b633b3c4c9f9416810a5ea2560c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c379debf26647c48c463251c5d86fd4", "region_id": "RegionOne"}], "type": "volumev2", "id": "e7709982650149be9ffbcc22a82b9aea", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28faa9feebb9482fb91bb66605b2e4a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "796ddae7800847a69cef7132a4d04957", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93377f9664c541d5ab8a29cc36c50ac5", "region_id": "RegionOne"}], "type": "volume", "id": "78ecc90161734de7b25ecc123c0f44ed", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91b3c7c659bc4e479e6c80b23d5acd97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "544d0baad7cd481abb0065f4cffba1a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2c274dd3d0d44b5b41292b2f1b51a36", "region_id": "RegionOne"}], "type": "block-store", "id": "d99b1ca365524986ade4e2b6a2e723af", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d14b984fa1be42dc85c16d0a214410c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5aae417e83e14ef4b1a4bc8f341efc5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c8674548273c42de9a4aa5ced050b4a6", "region_id": "RegionOne"}], "type": "alarm", "id": "1dab559b8dba41eba0b8cb7a312a9277", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1550198015824a62a2da91f03dd41e63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e935fa2a0ff84651b12f88b9998095c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ca5372f357554b928bec236e1d3a81ae", "region_id": "RegionOne"}], "type": "alarming", "id": "d5cc0f20cf6b4197aca51b6d43f4cebb", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "13f58151181f4e07bd022fd700f86efc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c6a274e9a4514e48bed199d37e8142ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "797a1bedc29247bd9635e651bf3e88f4", "region_id": "RegionOne"}], "type": "meter", "id": "a8a2a5a885e94bbab109564bf640af73", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "711262441b9e4e5a90b057c52a9fd643", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e626e894576c41028cc785d056b3991b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c7c473dad09444549fd29aa66e246920", "region_id": "RegionOne"}], "type": "metering", "id": "d4f53c11da984259b2d7a3e29df2db1d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d12fd18eb1fe46d09bf35338698c7265", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6fe07c659c9a47fe8a5a32a9e4bf435d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "26c064b65ac04c418ad647f0221490d4", "region_id": "RegionOne"}], "type": "telemetry", "id": "8333824e83b043aa942d84bd91d3ab51", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "96cfa696b4e545af8d8a06e8736889f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "229d6737ee344709ab5171a6c1180c43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "379010b2d9e842038c50e723b2a18daf", "region_id": "RegionOne"}], "type": "event", "id": "1c3527937cc24583839d0410b7697a8d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "202a8bd782d340eaa83550a2854d5008", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6ec59d7b2b4a4155ab5c34ec301c0006", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b2ea032b5f114345a4b065b108d7d35c", "region_id": "RegionOne"}], "type": "events", "id": "17ac3d1f4d0d486fbd9b1a5acfae1c6b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0ee5bc66cd704ccc8d1525afb43952e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9301ea7927a64034bfe6f89f7fec6c07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "43a2d70fb5944b40a07073b0f3d27398", "region_id": "RegionOne"}], "type": "application-deployment", "id": "7346d5ef13f0470582ad86e37d24e54f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a54064c2f9e04045a223ff9f499f990a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "99cf7939876144018928a4b515459586", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "01ed535dd00141bd86f3a640f7a440a0", "region_id": "RegionOne"}], "type": "application_deployment", "id": "94b50d0bb1144c2db1511a1b18ed2d96", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "715f6e87f35a4592814b49c32688bfb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3f606331640148bc962271d5c7a2265d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9284367f5f134cbf983f773b0aebe0b1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "362ed08127ba41479c34fa35a4b6af22", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f8d1883222fe4f35bf950971b5907494", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9e256f2654c7412092a5e4f805d98e54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "aa1432df399b4ee785373f2ce1cda54f", "region_id": "RegionOne"}], "type": "tricircle", "id": "d38a5cd7dec44be287d4b81ee8ae28aa", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "13cddc3642744836b126cb8fd0409cd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "73088a0f64e94584b09d1ed82e8b789f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "fae24ae52d064ca2a8b971e6997869b1", "region_id": "RegionOne"}], "type": "database", "id": "e9d368a28b2b4db59eba22b0f97407e9", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f934e971868d45679f9e2806a4472f83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "acff93751ba34ee0850e9409e7c50ccd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c09e8d32aa1a43c5aa58b4fb89e3b86d", "region_id": "RegionOne"}], "type": "application-container", "id": "0bb2bc98f3014b5ea4c4f702750f3c0e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "16f9cf141f714813a94b163ab151d175", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2d66187a743f46448c895a7c9f2f11ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "36bb78a375ab4e7099c09a8b1130ed91", "region_id": "RegionOne"}], "type": "container", "id": "9ccb663fc76b4c1a8c2541f219d9f20f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cc5fd1980ade40638ac2aada80ecdcd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ae28ba1e84c147d98766a2465e434fe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1138edbc637245aba0df421c6df493f4", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e963e72fa8fc4ec8addea382f397b6bb", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "309cfad1606c45bdb472a554a6b2f2d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1ad151b17b324599a37de8975d62b44e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "77b66834c4a746ba8b1d2b4fe95c0687", "region_id": "RegionOne"}], "type": "rca", "id": "259ce1547aa249b9b995f0b46de50f90", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "26cd885554f64443a5ce8ec320a90bc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d4a7da5ab9ec41cabff44325537e7f88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "36c1626ed6264769bd10dd6e07f2490b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "805306c117904d35bc8c14188ba6e9eb", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c28bc48b33ed41059fd4a26b10f451ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1b132c61cd34442cb3a3e7f8725ab516", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "42fe472b997245ce9d1c84d2529d9cc8", "region_id": "RegionOne"}], "type": "network", "id": "27130b26e9174d2482e40edda8dd95be", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "34fac515aa49480caf9ee9649535bfd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4a62cf3ddaed48378785eef11ee8d84e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b39454966cbb469b8ae7e4a280b56c04", "region_id": "RegionOne"}], "type": "backup", "id": "88787cde533542e6a8571eba7c04d6b6", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e180cde1e25441c59c30ab8aeaaa6627", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a9d5fbcffdc24f38ad4e18df26840678", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d675935e236f464cb2417669ac28bc90", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c09cee38ebe246b79cf54d904c0a609e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "be7486e7017e4f0b88787888dff210fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "af08856d47e049e0b9515149b6cb70a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "87718342bf214d20be161f2112f2cbbf", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2038e1d0e6494ffa9d3b279ab5f77dad", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f1daa607938545408905b5e4b3970388", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f7f101af7d4347b8b7799a0757e1606c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1dc97ca3946d46f38088f1df209b56ce", "region_id": "RegionOne"}], "type": "monitoring", "id": "1130dd7b9ef54fcc892c473788cd36f6", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e5b8160e326d4da0aad891d091955fa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "19515d910ce14cb4bb52114b2700c6c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a57601e1f9244a4581b387bc5bad04fd", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a1dca858602a4ede87aa9fd883003d03", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "bb5d34fe2f73459294c694caac59289e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9a18620999984340bdc3218173660ae1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "fa240f301e384757aae4ee5954e56095", "region_id": "RegionOne"}], "type": "placement", "id": "e96ac9a5567346ab9632b6303a56d380", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "59131f2ad7d649b0be325cb0b245c00e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8d344b9ed8c245f08f21fde741afa6fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b9de4946b2584c5d8ff8ca90dcc554d9", "region_id": "RegionOne"}], "type": "instance-ha", "id": "687303e0d5a04e4aa55328c7bfef2350", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a2342050b4954b6aa20c830d8e941202", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8500d74f75ec41fda588b981881ef253", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4d4f2348c87549718aded5cb09345156", "region_id": "RegionOne"}], "type": "ha", "id": "8909e001898340f39bddeaeaa7966964", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "dffa16f1ea8b41a394365651e2d18703", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4f773e9812cc4132a084bc6f27fa334c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "23cfc55dcf344ce5b8da8c9ad4ca43b1", "region_id": "RegionOne"}], "type": "reservation", "id": "b9012ff35a2545f48af21b2e44487590", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7ffd73f6bdbd4e00891bb8fd71360359", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5aa3b9ddecee4e98841c007c0fa1db45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "40bef29c0ad245cea021ae3fe9f2707b", "region_id": "RegionOne"}], "type": "function-engine", "id": "a4b7f844460c49f0b559e0a2c0cb50b3", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "cf0144275d4441e8a086a9f040625d09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9d9c8f597a3d494bab3efb055b10db6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d88dac5e09aa4b66bc1e208f59a60259", "region_id": "RegionOne"}], "type": "accelerator", "id": "5da808c1a25b4efabc0fcc43019b6ef5", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b89587c8011445d4b5ab3a470e4f2b60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9b7c1ca78db64624b4c280abbd7190d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "15d1cc9692784d109d09268f3c066a9c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6ac153c417c649fb8534cd9e0e18c873", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f6335a5cf7734959a487ae7a18e280b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3957ec126a39487dbc4c46b8e792f2cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8543f44b9d4940158eded160e2d4f341", "region_id": "RegionOne"}], "type": "registration", "id": "9d671f549c0e4dcdba0221fd61cf691a", "name": "adjutant"}], "user": {"domain": {"id": "bdb50d2a0a444599bab47d40bedd9bb1", "name": "2d3a7306856d4ce1b0d19ac8ed24c047"}, "id": "a580c99aeb2942f785bde8c928e090ec", "name": "3e356693c9f84a639453baf2838a204c"}, "audit_ids": ["16d09749e51542be8aa443eae647daa6", null], "issued_at": "2019-09-19T09:04:38.487291"}} 2019-09-19 09:06:38,734 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,737 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,738 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,776 keystoneauth.session REQ: curl -g -i -X GET "https://baremetal.example.com/v1/ports/detail?address=00%3A01%3A02%3A03%3A04%3A05" -H "Accept: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,778 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,779 keystoneauth.session RESP BODY: {"ports": [{"node_uuid": "cb3024ef-56a9-4373-b068-be7a9aab0cda", "address": "00:01:02:03:04:05"}]} 2019-09-19 09:06:38,823 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/cb3024ef-56a9-4373-b068-be7a9aab0cda -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,827 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,828 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "cb3024ef-56a9-4373-b068-be7a9aab0cda"} {18} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_inspect_machine_inspect_failed [0.533604s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,364 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,368 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,369 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,372 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,384 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.307902+00:00", "project": {"domain": {"id": "74a25280b86c4445991773d4f1a7cf02", "name": "319e7f4753f64a34bdfe5b6949e9c95a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a4ee23aa14d04d15b145255689e5f0e6"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "42f4f09b276944ada0d6c1ca9df32880", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "be5bbf6198244c1c9c620c6fc243f1bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7924e37d5bf54056bd5ec0a373fce389", "region_id": "RegionOne"}], "type": "identity", "id": "8ddce53f1b314904af1dee340ab545d8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32abcffab2e949c0a3c9bb3779925c48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ad0614114efa402390b179504a60e699", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "08e7ef41dc544a4596a26893f62346c6", "region_id": "RegionOne"}], "type": "compute", "id": "c58c7870c2354b25ba641d0f14e89a2b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "cbe0193f7fe44f54b065fefa9875b24d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c4befb1c029f4537ac96bdb468744b9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "dae28e7237ae4caf937186e8540fc93a", "region_id": "RegionOne"}], "type": "image", "id": "4824dd288d484905bec59a3ce3922e03", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2a16f23944c845bd8049ff4d8202404f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "eb11581ab142467ba7fecab91c309990", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b624c059340241329ecdbfd3347e8dc4", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d270863345824d148db9afb82527683e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a36430119de74734a89d40d2eb157c5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "982d228fbd1444169cff52f8d1fc9877", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f2b8c5628504e98a87a2f908426f95d", "region_id": "RegionOne"}], "type": "object-store", "id": "4f2c8dddf2d94290bf00a46351ba3119", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4c62bb09da7b45989dafa8851562514c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c12e19b761024208bfb311fc698b40ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0ecb020518fe4806976e2109881632e1", "region_id": "RegionOne"}], "type": "clustering", "id": "3defe3de576447aca8c2964d912530b6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ff9a2759aea540af9c01482fc2f87175", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d7365be5bf2a49e8bd828b641ab174f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "224a74475e304b54926ce2b1f09c8dc1", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7b7677dbc9b1448f95fb018f8f896f27", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6703c56ef1264c00bf2e5ddd480ae5e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4e08323788bd4ae99d11d1ebbb0e6d9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2b0b560d3fa74d38acdb476a0c6fe8cd", "region_id": "RegionOne"}], "type": "cluster", "id": "03d4980206c84596a2aa4bc7f34cfc83", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f7b3d0d9a8e6415f9e43f763c425bcf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6a0172dba77d4852b72707c3c637309a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b8189f84e7f047999c5ed5c96609d01d", "region_id": "RegionOne"}], "type": "data-processing", "id": "964d4d8c1e5f43b6afbc69171b56b5da", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b787c27865244bf6a3c6828a8910130e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c77fb082fc704a86bcf14b50a605f4cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "21e50bf8272d4699abcdb2fbac28caf1", "region_id": "RegionOne"}], "type": "baremetal", "id": "def08444537f4f41a992f5590af6657b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "88d513c627c441f695d9a43604815929", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d1bf89fd186f48389ea5bc6254d33473", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d50b5354b9104b1aa03dd25c3c879eae", "region_id": "RegionOne"}], "type": "bare-metal", "id": "fd78157bc58c4796a9ce35f52144c6bb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ba5af1b93e7d494e89a0873ae1bbb226", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "11746f0324c844708229c152e9abc258", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a82d10c6455b4adea413204f21e1426d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "01dc494b29994f21828961cb06e23c88", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2fca7764752241d7810a274b5fcc39c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5ccafd577a694498a58c325e4f76c197", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "838bae2f61db4182a05c19fa8c8908c9", "region_id": "RegionOne"}], "type": "key-manager", "id": "af84150b2ad74063a9116d06d6c3a2d4", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e1a7a3d22c674aef84d0333e7d800425", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5a75a5a8656c405bb1b679289aa3c90c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "632367a7ff494b6faa7f7a9e72495f82", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b84e2bbab1ab4b1fa57c7dd46ad378cf", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d32d91a716d746ab8b4ab50e0a3d51e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7d01c84586f34e7fa4543f7fecdc86b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "da4c00b18b7c4fa0b55935d1bf22ee24", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f8fcf0147bac4419839637e890bf75a5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "56512181f3ef4a33885966c3f7a57a8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b65a9d56e48849a396e94d6f7da94b42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "baa48f1a22ce40398aa2d0abf90fb641", "region_id": "RegionOne"}], "type": "message", "id": "211f9610d0754654802a8b4a0c37e9a3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b0af38eb95a447c1945eeab049005c80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "55ab7d6b7279488496352ff576e9efda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cf0eff70bc3c416fbe7699bfff0baf47", "region_id": "RegionOne"}], "type": "messaging", "id": "f8bb710df44e463195f2c225e54e82f4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e47fe63d21514af3b37d1d02dbab3ac9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d20991edb02a416292badec3c24ead04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "59eddeaf3ca047dea8939d7680c9aea0", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f8cf77ae731d4c2c97cf5eb48e43b8c9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c5c8a0d160c14cc283e4e48b24116321", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aea8dbf48dd1431bbe8a6749a5c5f5bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3426889d5bd9407f95e4400a0be207c1", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f96dc79ae747486cb999fee9ce8ef43b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a6ae1a4d0e24877aa8121a29b0e9847", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4bec7f7514344f948353bf7c2eab5837", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d67f6967c2764a3fbf6864f2e5119d65", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "9601fb534d0d4a57ae8cc01a35294aa7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "beb7520851a248d99041b337e4538ed8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e5bcc92b6974778869cde276d347bf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "afe4ad27fe1d4eaa8ab08c28d789b9e0", "region_id": "RegionOne"}], "type": "container-infra", "id": "1bd1f0e81b0c4c78bca6e2d7be8abf0e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "809d71497f34478daaf324bc071348e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5500f6c096ca4f7ebfae745424dd2b7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3d79fbb848bd433187fc5496cc087ac8", "region_id": "RegionOne"}], "type": "search", "id": "3c67c425fe2e49359a9fca255a6fa439", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "93feb880b8614ade82e965a3b87fef67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9a056102c079457c811903ce3bd277cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "716fdc34bb7d4fd3b56c31d22c06c3b5", "region_id": "RegionOne"}], "type": "dns", "id": "bcbc7e4793ec48c18c0992a9b2adbfa5", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "154b503045c6403cb8d1fa4cc47356b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5d76cf2558374cb39b0b31371d4924e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6ff7bcd48fde436c866c3d9595e0f9b2", "region_id": "RegionOne"}], "type": "workflow", "id": "9b0d5224bdac4eaa88247c7e12f599c6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "254f471be6b14b5fb2e47facd90673ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "567a0e536f054069af52831717ba3761", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "44c4d77d52924703a92002140d363750", "region_id": "RegionOne"}], "type": "workflowv2", "id": "72724d6ad3aa4c77943833b1db2ee38c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "c32714c7626542ef8d6843b09d88f71e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "44d787b346a349458c4294c0a33ee762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "2c4e51be5e3848b3ad7b07bdae89dbe1", "region_id": "RegionOne"}], "type": "rating", "id": "01f1a71db3a74df78fd81f8d71832828", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f7dabc0d4f504aacb8bbaf378e95559b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8486fa49b11e488cb12ff8943b4c3ec7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7726708eb98446aab77fb48238f2b53c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "9022af967cac46b7be680a84fa798a97", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cc461a4277a84ce1adf86e0ac3171f70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3a08b5b7048043759d8e0d00d702b36a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0006a4a95cf7492e8ed730ec4ff7b017", "region_id": "RegionOne"}], "type": "policy", "id": "eb17dd889adc4bc9ba3140750e80ab9e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e04cca9ba0404c7f96d47fbd25b69db5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c1df6b64c8034ef7923b444b5ad0833c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "48764091caad4e33bd8d1019d5a68a20", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f71c0cd7aa264e009cf5e3c8ff5f80cd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b2538bdfd9114a2c92b5ecb41f9bc3db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0b34cb7669fc48958ec8b5f6dcf1c8ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8878a821a6554c1c998b726e0fb93d7a", "region_id": "RegionOne"}], "type": "sharev2", "id": "21d822ac476140fcb69ccf160f0f96a3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4b68f957fc4a4cbeab45d94afc98660a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ba82d19a87be4796a9984bc12162f103", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e5bb5192f8374349ada6a0fd6a0ab1a4", "region_id": "RegionOne"}], "type": "share", "id": "85ff449558f741d58575252ddda9be8b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e687e08dea0241b2bcd34674dad86d60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d6a9169e379d465e860d0b0f9ff42d7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "fc65ff4d2b814cf98af34d1c72e76b52", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4238544bd39b41079d9e436e501f0ed0", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "347db4a265924e36beb2c8ef2fcbe21d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68df985cac594fb8a1913f52045e63d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3257e09c0f3a4acea59174ef6614d40e", "region_id": "RegionOne"}], "type": "orchestration", "id": "a1a17ac28dc74603b71ee78a38771621", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8eafc28a49734403bc3d28691725bf9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a7b3452eb3340e1a7b7d0c6e943af28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63be7755d6cf4640b09cb66170bd0463", "region_id": "RegionOne"}], "type": "block-storage", "id": "0c2d1f27e2594750bfa2ec4fd5b86620", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cae09e7830974068974a25a76210b195", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e33c7ffee0dd4570b1d38652bd56fc1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff477694b8d64154bc5601c5655b2e97", "region_id": "RegionOne"}], "type": "volumev3", "id": "a423d3c1280243fda61a914e0cc35101", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39cb513ab172493ea1e6c7a84a4aa96d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d28f2900abc437bbabaac8fb72ada74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6e1dea1238c45dcaa8877a3013c806d", "region_id": "RegionOne"}], "type": "volumev2", "id": "d7667086630a442986f5bcc59206420f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19e78084fd414ef8a56771f916aa5541", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65b6d89243f34d8194086dcb25517462", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b69b64ea7a56472f93384201298c142b", "region_id": "RegionOne"}], "type": "volume", "id": "2023092c73f84f6ab4744ef3ce234c60", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3dd224067743472fb5f270e0c6237c1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93370374b29d498e9117fab633fafb8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16dda396b73f4f9ca8fa3e36017ca4bd", "region_id": "RegionOne"}], "type": "block-store", "id": "7257df4f0aa44fe6ac529fb2e1f5b34d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1662778d4c714fa5b121995eb55d1b32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "75020109a7e34c2dab1142e5f1f2d49c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "682b5c8412774ddd817e241f06d63b5b", "region_id": "RegionOne"}], "type": "alarm", "id": "88ac04e2316344e3b26342664572edf5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d80c5f615a964b8d9a788f94faf5c70a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2650e230d8bb4a5caad6087188936810", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "31f7e10ed9f54dc9918dbb90cce92b0e", "region_id": "RegionOne"}], "type": "alarming", "id": "e0a847a5dbfa4d12a23cec1e507f003a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "51e9e3363e2c472a90f8a1a65cb71101", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3f7c379902a744acbdd942101d9711f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "03b86c45b1804de99eaab7409b24af63", "region_id": "RegionOne"}], "type": "meter", "id": "0777e6b2277047418d0a51e36412c367", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "357c76fc578f4463967e815be0f70aae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "27ac0e13b8b0476abe3125fd918f5c84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f84c4acbf5ee45c89b96cc78f2ec79b2", "region_id": "RegionOne"}], "type": "metering", "id": "7efffb60fef343cdbf2bc81b655e507f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "52497db786cd42d68c8a2ec04a1479b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "83e98d7454dd4cf0ac4c66f63d45048d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7ff4eabebf874e41abb68bd7ca76a567", "region_id": "RegionOne"}], "type": "telemetry", "id": "e9f76e92755a43568e9a79c23faf9071", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "74164900df9f4fff9b40e09f62e5797c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8a31708728b047bfa740bcaf2a37831a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a82cbea43fc94529a6872497856c9111", "region_id": "RegionOne"}], "type": "event", "id": "3948c4876dcd48eea41c6b714af5491d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "701e7a8e2014466b99a786cfc83f6bf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c6368522d47d4a1faa23a4e0e5f883bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "80e21779ad8249d4acf43e98a37cde99", "region_id": "RegionOne"}], "type": "events", "id": "da51ca1e8166463e8f7bd1d728f3e9af", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2ea41417aa4b4305833df529ed988916", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d6593b2720bb4038ac17522c2391c702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2fe9af5fedb84c73ae8b906623571bb3", "region_id": "RegionOne"}], "type": "application-deployment", "id": "50debc89f299462886e4c9e057c5a486", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b410763e421e47f98b705f2ed1679b2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9216b8d5eb9844929e96ecae3efb7b5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ecf29f1ebb4b46dbba79b0873b9761c4", "region_id": "RegionOne"}], "type": "application_deployment", "id": "dd206fca5ff442f185ad398a6a6019ba", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "65e9483712e64310b92c26df3668052c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2cfb1f8237034615a4cdadd7f633afb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6f149156751745f2b414f6821e5f79a1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3ab3c5a2a5f446dca1b00325c81ca2ab", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d62625b638944aed8b5a46a590d4dbc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "497a424d42804866bd5a14689e58140e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ccf0c1435a6046eb9d3090f191a58846", "region_id": "RegionOne"}], "type": "tricircle", "id": "4b2bfee03496436781894bfd745a9259", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0c8482472b754ddf9dfa101e15b6a0bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2296c440ff6a4615a32c6e89fb813fab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c41200854cbf401ab8bf73ca8d7e1793", "region_id": "RegionOne"}], "type": "database", "id": "9380dea1f6ad47669e27c78fa7cf8752", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "72216da976b6419f9fb2fbfdca2fcafc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "472a76dcbdfc405da2777806cc3c7101", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bba82427c69f4a48844dfa55c972ff3f", "region_id": "RegionOne"}], "type": "application-container", "id": "6dda7500b39a41eb8041bff9c7698df9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "280bec300983409e9686025a4d126501", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8c746e79cbe4410ca12862c08d7309eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4be83e3e823f4972a5b4fc26c21a4244", "region_id": "RegionOne"}], "type": "container", "id": "fb662119fbf84b5ba681d140ca076d75", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "69846573d63a41918e3dcdf56bb7c545", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d9f125b6e22f4b01992410b3b2bcaec1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "91819a2c3a9f432bac8bb7d1350568f3", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8ce7f5ff36f04d8c9c19c6f56bdbf494", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9ffc0f090b2844ebba2b3a61d5f04d14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cd314032de684251ae6ae3e7914edf8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "df69b4a7b46c4f9bb43308bd2789eca4", "region_id": "RegionOne"}], "type": "rca", "id": "269e98fde0764cd1820aa5c7ae56e33f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0b513079254f4ec7aacdcf4e22d73523", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a4f627fe43dd42b48600af5fd8ff7db7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "4d8f6fccfe174b82b714abee8b2b1d79", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a966c26fd125408bb266d381cd08b060", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7d8e29e2a36b4ca495ca783ae95f36a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "024b631793fe4131b439d2e6e7bca299", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b3cb3bb6ff5d4a10b90a2272f4b659b2", "region_id": "RegionOne"}], "type": "network", "id": "43ce6993bbf44a6da4bf58f502cafedc", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "de22625b2ddf47f480f7d2df6398316d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "6488b62c249c4cf188a62bde6ad4e77d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "fe10947addc84f26894e20477394ce7c", "region_id": "RegionOne"}], "type": "backup", "id": "ca91c0411b584de988ccb56486a4736d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "aedb195c53d44d52813ab634c9d7e02f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "175da136104e4520a518de1a1fc74916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b5a2954260e24567aedbe59f114f0edf", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1ac83b7c7a0a413abfe3a63e7fcb6c82", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "718569fc5633438f860b039ee6ee9520", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e9b20d6e7af843bcb16f3732b25a5611", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f6af20b64a7a4f6ea871f80f4a110451", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9dbf8d3efc9b4a8280ee75d0a38b701e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f9d74e739a0f4d16a82baf2620eb47e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0a7f672ac68541bab4a76743a835e9da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "92aa329afa334e8fb5850eba86ffef42", "region_id": "RegionOne"}], "type": "monitoring", "id": "8b9a261e13894c5ab0412d323b34c652", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "529bd7f889414d7b9ebcd61100355927", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8b44a3b54fef49849ed6b40aca6761c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "74c6087c85df463e8548a27ab778f662", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "770cd7c42efc4502adbe2f3435aceedb", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "cbc476e9dbf74051919c9bcf487237d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "07f10952bc09480ca519e321615ffc3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "fe50bb563bd346eea750e828baf665f9", "region_id": "RegionOne"}], "type": "placement", "id": "a6bba6dc0f7a46c7a25f3c82ee76201b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0079310f6e5248018ca9ebbbc423a301", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b3d5551798034814990a26be07ebede2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "86a5fbef47fd48aa954d7d2c066de54a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "de20f120404348829820f029d1f76abf", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3776412c279143888ab70229dd95f075", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fd8f5e79563a4a90b5b0827e1b0bb708", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "06a58125c5fb473cbbc3d87b9b35f946", "region_id": "RegionOne"}], "type": "ha", "id": "eb05431bcfb04f7e94f2aeb0b79cd58c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "807fead8925048e2aaa19f67bcfb414f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8ed57a44eafe4bc68eac47cf0b5c8ba6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3aab007b5c6f42679ab1e52e2b1bf7a0", "region_id": "RegionOne"}], "type": "reservation", "id": "4e4d1442f8b74985a718867555ff46b7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5b7962aa0d1547da8f4dd247c2bc6203", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7714cafa4e2b4f9e8bebace67d65645b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "80e8ac6533e34a8ebc0e889477f23e71", "region_id": "RegionOne"}], "type": "function-engine", "id": "109ec511f5814aa39ab2d8985abd70fe", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6ace20c87b52441494164ac98b65fb30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "825c24acf017465f9ae2332a1e3f3ff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "53afc57495734797bde02e82dbc53faa", "region_id": "RegionOne"}], "type": "accelerator", "id": "bbe410b617f14a788fe52d3e4957252c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2e1098a33c8647559ee95da408e9a68d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ffddcad2571140778ef56be11ce97796", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b18de05e01bd4161ad31eea12e4816d6", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a41a4c8c027445b6bb31dd818b60b9ea", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "12abc8e06d564d41b4fc17cd7e8c1180", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0b6872a9af3a496da31a3ed2c655d262", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9806dd098b4843bea132f5179c454b52", "region_id": "RegionOne"}], "type": "registration", "id": "9bb48d09b3df4e998c7ec119e1b9b64e", "name": "adjutant"}], "user": {"domain": {"id": "4852516a24ed4a32a4315aae54913c03", "name": "7d1253e16abc44c2a759738a9e90a3ee"}, "id": "b45fd7693375474b9763ec2a47947ea9", "name": "e0c756a5ed9a49a293d8239d4959d03c"}, "audit_ids": ["c1ea37e5a139428e9f3ecf3b77dfc119", null], "issued_at": "2019-09-19T09:04:38.307902"}} 2019-09-19 09:06:38,500 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,504 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,505 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,565 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/f255a796-05fa-4b60-852a-e0116f40ecf6 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,569 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,570 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "instance_info": null, "uuid": "f255a796-05fa-4b60-852a-e0116f40ecf6"} 2019-09-19 09:06:38,757 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/f255a796-05fa-4b60-852a-e0116f40ecf6/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"target": "inspect"}' 2019-09-19 09:06:38,761 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,779 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/f255a796-05fa-4b60-852a-e0116f40ecf6 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,781 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,782 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "inspecting", "reservation": null, "properties": null, "uuid": "f255a796-05fa-4b60-852a-e0116f40ecf6"} 2019-09-19 09:06:38,785 openstack.baremetal Still waiting for node f255a796-05fa-4b60-852a-e0116f40ecf6 to reach state "manageable", the current state is "inspecting" 2019-09-19 09:06:38,786 openstack.iterate_timeout Waiting 2.0 seconds 2019-09-19 09:06:38,827 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/f255a796-05fa-4b60-852a-e0116f40ecf6 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,831 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,832 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": "Earth Imploded", "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "inspect failed", "reservation": null, "properties": null, "uuid": "f255a796-05fa-4b60-852a-e0116f40ecf6"} {9} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_with_admin_pass_wait [0.243179s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,704 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,707 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,708 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,710 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,716 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.652150+00:00", "project": {"domain": {"id": "28b42a5114434d01a6db24d688f8eb7e", "name": "bb9943344cd94514a18bf5568034f17e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d33322a92ee043e8a0fba08d062d1f4f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "b58c2c75893348d29b93ccf417f95941", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "acd645eb7b0241128009ea2a2a0a1f5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d84acf16763b4bb38d58440784ae0c6f", "region_id": "RegionOne"}], "type": "identity", "id": "ede9f9ce409c4cb6b403882c1a4c6342", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ac15efc294974ef0950a7383b4335eea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f0adf14c0e7746dd845cbbd01d9e35a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8e20840b5688497e9d4e8c99b17cbeb0", "region_id": "RegionOne"}], "type": "compute", "id": "6904fcf9d91244029cd73993174d689a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ea2fb8391a3e4175b8c0c8be4952dba0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "167cbd56443e4edcb08322aae53b423d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8d4a3ddc3d9f4503952bdbd06ae74688", "region_id": "RegionOne"}], "type": "image", "id": "a953556a181742828868f7f605eebc77", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8375289f65884ea6bb34712d4e06a370", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "55f992dd02a44fab8c8e1cff96bc9a85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "25b30a78780546578d726ccd65affc3a", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b90daf347caa437baf4d5eb0bd699bbe", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7080c29e2feb4442a33fab5a1254ae69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31a20fe030e243db8d1bcc99d5e23e1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "005eb343c7c54facb6a97e65bbeab897", "region_id": "RegionOne"}], "type": "object-store", "id": "270407416be0446eba06c445a629ea31", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cd93532969ac4dfe88d95ee7ca064e3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "20ede9033ad94044aa95083cdd5b18ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a092ac0f80a4480fb65f1ce8b6808b44", "region_id": "RegionOne"}], "type": "clustering", "id": "ae790aceb8254b59a2f6dbbaca188868", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6ea5717aaacc49c5813fb32106a77bf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "65cbe5ba385743c98fa0959e6fc38cf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "011fc09b1ff146ee90002ab5f6a39245", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "01c193fc8d894f12a4ac7b9dec09f224", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c939ca5501cc4658aa11ce643020f0f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "79d21b69ed4a4d9da4cf0ee674ca80eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "88ec83983d01453996573b288fa86f1d", "region_id": "RegionOne"}], "type": "cluster", "id": "98cb8c1ff59441e9b5b2deafde218d4d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d8b65bce4a2f432f90e55b221b6983f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ff4d20f6ec2542659532087277e02ddb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e73c1b001bab4ff9a5e8ae27a939b806", "region_id": "RegionOne"}], "type": "data-processing", "id": "4f4d27aa07004220836f3a3031e45135", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b86e74d26c0843d98d0c55d7dc2f7704", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fbdca7cea4004188a16dbf0ab78381d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9d8998804cc84d718a8f509c58aea4c0", "region_id": "RegionOne"}], "type": "baremetal", "id": "36804117ac904bfc94e859713837501e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c9bc8f3081ef4950b7ac1727070571d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "231ecceadf7a4a079d24f21d6e00bb8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c35c85a9f840448c994fa5e1e03ee68b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4be66afee76642db91678ada14b1b01e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bb1726b96dfa4d61ad0e496f819c1e60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e445d74716424df4bfada17461a80531", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b12aa7b9a5aa4362b149efb83991b271", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "212547fd4967408cbe999064ba832ee3", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4b934e237dce4678a2d2240fd9f3aae0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ba4d50e06a134234800a8d23619d4515", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "db6854eaac224c5da7864a1604a11c05", "region_id": "RegionOne"}], "type": "key-manager", "id": "ae22ae0dff864423a481c77803dacfaa", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0203712abb03429187640702160c496a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "df16ab8845924a4795e07c40c066f838", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6b4d36e0da3143c8ab6d28047ca7ce18", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2821e61ccc134316a80e6443278094d4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "613c0b09d48347a68ad284961e6a1727", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "46c1fba771b54e698ada191069ddd8ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1623193020df4ffeb5e01ac8d336eb02", "region_id": "RegionOne"}], "type": "infra-optim", "id": "77505b84306244a4898b011a1eb434ae", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2cf1ad185ca3443a977fc91eb3ed9a37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7e7b096701924bf3a25a7056213d7eb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5007d8600b5a4950abf9cadb6c7258b9", "region_id": "RegionOne"}], "type": "message", "id": "7907337a6366423ab3da2e8eef9a0ca0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d4f72fffabf84e14877988672ff706a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8a94ebca78db48e5b657f8b93c166e95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9942cd49a5024dc790a6fafc1d06e7b6", "region_id": "RegionOne"}], "type": "messaging", "id": "3b0dc802c69149bf81fe843f48d8e5aa", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c23eaf987af140a0a10308aa058cbbf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fca635cf065b4427a3d094d5853e26a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ac8748149cbe456b889d01fc405bcc48", "region_id": "RegionOne"}], "type": "application-catalog", "id": "72bce1bbb3534f99b08274ddac926827", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "299de275496440ffa8f4c6fe5b56274d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73665586cbd64110a69b95ca81fcf7f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "64e426d25ddb4c7387eeb430de51f940", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4d9a5b03549941859495f573c3a4107f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8090cd376e3544098155750bc6b6b06e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cca0113cbac64322a5f9af4ebbbdd2b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "42dfe06067764938baa78fbc9cd14742", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "53d45a6d45394f3e90c74e1c838776b0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6630301e72e247acb0cbf0977a14e921", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd96b34512fe41a0bcd604ab8607a6ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "928554b3fa3249e4bc3faae8c75df8a2", "region_id": "RegionOne"}], "type": "container-infra", "id": "b56509c132c743c6920bcf865d4f8393", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e95eff107b344d6da6fd05994058f080", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ecc8c45fa057415da2d07404862109fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "1c0920f6daed47e1b85cd4bf5b4890f1", "region_id": "RegionOne"}], "type": "search", "id": "0644267519794ad1b7bb2239d6bc5b56", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d9aaca760d94499b8960fb4f5878993b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "69f0e1030c58488faf73e83f28d90367", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6b87a484175648c0abdfe88db3d0e3f8", "region_id": "RegionOne"}], "type": "dns", "id": "fb90495cb39c4b20a1e6184513262662", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "19e2fae1b3bb4ae486bd376e6a3b3d67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4159f3d7130c41beb366ad667dd82df1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f35d6b0edca9440d9b8fe1b3832070bb", "region_id": "RegionOne"}], "type": "workflow", "id": "cf49cbe24b9f404a8cb20b6c8689f8cc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "960359e7ae2f45b6adc918d05d4d7b93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0802f603c71e4d2d81ccfa148f9d36a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "48dbc9f4b31b4f1fa9e93d5cbc9142b5", "region_id": "RegionOne"}], "type": "workflowv2", "id": "baa3e99dc51144ed9d8740edb46f87b3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "50b81d47c9f14d70a80123a08b8d3d29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0567cd2291f945358aedcaabd80fed3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6c6e8ca494134581b71f968577f0fcf9", "region_id": "RegionOne"}], "type": "rating", "id": "78427ffecc144b5397effa29d5a93f0d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "481c5f80b84e45f98e90505893658f9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ac1cc051db3f43bf8ae4dc4c75dd54a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "871b0c9425e64dbb80998ed12fe33b9d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4fbf4695161f44f29bf4573bbf9f5636", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e34866bd38bf474980619a90257209f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d15eb6fe3f5a440480f0796724ce8790", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b6d092044c364805b80c69f1fe6fca39", "region_id": "RegionOne"}], "type": "policy", "id": "2bbfdc3ad6d14048b435d39387fffdc2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "26d716b4a5ed4a94b372d403b5ae0d1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eb983bd4e029405aaf9af9e36d840faf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "58a993d3c8b84bb0b114373764619d11", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a0949be0dfe04f68b8630010ad81ae5c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9ee76b9c3b884bd792df82b3c4226b8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aa948aabc28d4e4f877615f8efc3dc9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "165f138344244121a2d549b4b8c45d8e", "region_id": "RegionOne"}], "type": "sharev2", "id": "2b948e9005894e0da562ec0ec01af7e4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "712c55afb67b435484d98b377aed7a46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9972aad8f1ec4bbcb6cca154d41cf030", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "24a0424158214f41bb66a877b038c8be", "region_id": "RegionOne"}], "type": "share", "id": "faf46ca14c744eb6b6ef60cfd631885b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "262f92bdbbee417bbb53693ef7406597", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bd957c8912064bfbb1c7d649363903bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b25757b973a241b5a219472ac0080405", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "fec3522551a64c41b3daa9ba874a9c0b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b8c670aff8a47949dba4478dd63a3f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "461d33b393804669b3c3be9902f18518", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eeb59a3bd3824b6f9ac3ce85378815f1", "region_id": "RegionOne"}], "type": "orchestration", "id": "a6bb48a4d9bf4bc484e5bfdeda32c7bd", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b0a209e0b10451f9e0111fdadf9d984", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "348ec73a476e42cb8416463a84ab4316", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8bb4eaaaa00346f59e93e628e01bd157", "region_id": "RegionOne"}], "type": "block-storage", "id": "6157856343594d2d9585019e94e83aab", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81150d7b371c48ebaf1d298f10384eac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d045d19000f478281d41229681ff441", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f71e738f7dec4a6384b0bdaf2864b6e8", "region_id": "RegionOne"}], "type": "volumev3", "id": "5826f93d94fd488b983e4b0dc3f8e4f5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb43e5f36e5546aa936a6cd2eb19aa1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c9c98fe8be5641c697957feddc2887af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e1825f151424b96b7764bbe23a3e83c", "region_id": "RegionOne"}], "type": "volumev2", "id": "bfb073628f1e4a33896f7b2919a6839d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85ccc1b853a74a7e82514a17b8fb7017", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37ac722a19674bbcb67c0b3ad98b3dd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "856225db43294616afc3b8f0f1930e1d", "region_id": "RegionOne"}], "type": "volume", "id": "17822b9fad82408dae5179cb6138dde2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5cdd03d377d94276b5059039b69643ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c505c282c9f494ab8ab1877e596cb20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "692d4f22e14240c18e3b251f86336719", "region_id": "RegionOne"}], "type": "block-store", "id": "4ab2eae5d84847f886533713c97b367d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c46f640b4cac4a72ab326a19bdfaf733", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1b89047c31fe457688c129ddbcf1af30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "692b576c510c492ebd4ee76b7b8e2252", "region_id": "RegionOne"}], "type": "alarm", "id": "8a3843ecaa7049f296c358be5a6b020a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a0b37fc71d3944929bd315fce77c0712", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b184948cfd0b401ea58b76e0339550b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "86d9218f91b04ef9b6e1d0a2d9bc498d", "region_id": "RegionOne"}], "type": "alarming", "id": "eb1f4de501524888932db05130c8c958", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "38f6471a0dca4890b660feb3a047ba7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c8bce94f01dd4a43a7a18ae9771af2f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fe6931c2a57b4b4090915c6995129d59", "region_id": "RegionOne"}], "type": "meter", "id": "2344a9823ee342218bf7e59ca767f3d1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c8a6a7bfd65d47dba7826cd1362175b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "281cb3ea718a4bce978fa3e0248776cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "28f3e60ed8ee4d649607573a01276392", "region_id": "RegionOne"}], "type": "metering", "id": "adeb82027dab4586a71e5e79fe4da1e8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "62d9e0e037324398814ebc1effa8a0f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b0b7dd635dfe44718da327a87f35bb77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e9b292b0d6d24c6f9969356a19f668b8", "region_id": "RegionOne"}], "type": "telemetry", "id": "59ab2367e9964945bb2baefbcf77063f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9207f64be3894dc8af9f240ddb4ce7aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "41bbd1dc766844eaa1393ded9cbad066", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b6970d9f6b3645b182339b234c46e5ae", "region_id": "RegionOne"}], "type": "event", "id": "ac938d5b21a645659c0c9cd8d3530f4c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e01279ecbe384b4f8c557c8caed3635a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bacc62749e44490ea292265ebd727075", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1f17682b721d437fa20b331ca7a90cf5", "region_id": "RegionOne"}], "type": "events", "id": "95b6a12b4c5c4e6a9c19783b3d1c6b33", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c306c9c55a754d38964681007fc29192", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3950c9313f4846539a9825324de238f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "abf7e610924447a5a5424b7388a29086", "region_id": "RegionOne"}], "type": "application-deployment", "id": "15662540cd6545488858f9ed89b14ed1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "df92622c4cd540a082676db1b70f06ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ff922620fb434dcf86515cfc9f52b16d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "615675b57e62404991f59b384d37335b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a232f383026745ae8eabd4a807908058", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c68052f8e7db4d6db6335a06a6cb4fc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d132d887dbeb4bbfaac2c6206d914ec1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "66bec6699fca4b66b84570fe03ce6912", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3f30c094876444cf91c97ab9e0f577da", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "aed501f291a143bcaa944a2d37a5a968", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "088939f23bbe4a1bbed213ed93a6e7ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "226c38cfbfaf4fb18bf6d44061af7ebc", "region_id": "RegionOne"}], "type": "tricircle", "id": "5f4a436d77e9497ca02bddcc9aecd757", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8b771d2cd9f6427abbdd521e3674f536", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "522448457f8e410abac48938717b71dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "bc006f46d72a45e399d242beffa3d08d", "region_id": "RegionOne"}], "type": "database", "id": "4c34d26188304ce6aefb50e1d9bd79e1", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "483a488450b54fa790bb1c7629ef47a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6868da23b6684404a7c86aa9d29060c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "354c0b58f3624ebf880667dc61f29c5f", "region_id": "RegionOne"}], "type": "application-container", "id": "12497d8dba2148b6801c5245cfc021cd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bb844432a15148cfb16de9b16d6e6601", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6d28891b21524fe78ae571865fc3b245", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "756071e28b26494eb9bdf7f3c3f2d5a0", "region_id": "RegionOne"}], "type": "container", "id": "9366d23f26594f5088009af7357aed8b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6e24bac2582247bd9480cdd0beb20094", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ae6c29753251428da63d94d45449ca1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ae7c12500e4a4ccc8fe3dcf5bd957206", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "486eb7bdc71f49bab84f4f3d47ba80e8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b7a07a51492849c1b34cadf19c3f5906", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d4662adaa18f4350ae0a8a8be09f1ac5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "23425c80bdb345e28fff96a86d7a187e", "region_id": "RegionOne"}], "type": "rca", "id": "0d1678e407d2435bb15aa5f5e3dd05df", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "150d2c225f74438eb00827625d1f1fed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ffcbe6044f524e07a3cfced8c0871e33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a12d68ace5cc414f8617d4be4b4b4793", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "7c8c77bb85454e8f813c266aed3d54d3", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5b87f8efae0745a2928ee3bbb5426f1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9141873f1912451d9836e628ce3bb1e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1677d616a05e48abbb902a2f7d38dcaf", "region_id": "RegionOne"}], "type": "network", "id": "8dedf764d2764b43bfbc7ff5ee2ce2c3", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "b196b9a425f0403483144b4423da18c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7df91775e4904260abd16f71cde41a33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "1e6bc73db1b049088fd8fae3ff53e9d2", "region_id": "RegionOne"}], "type": "backup", "id": "9c674ce16e47477ba15555dfe5a1d904", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a1457640b45c40889d49cd8478f926a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7dd61f6c7b5d45c0be1a7e82f40e8006", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9c2e9d5518754ab38c7579cb76a62cf5", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5a93c516025a462c9d3f36718b1ad7fb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "042a50e5ff3d457eba8583153ad794a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8addecdfaa5346049900f525630bc9c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "845ecdf802834879b9853035ba040420", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "49f9c0df2e2d4a23bc2397549520f6a5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bb35706d2b92443ab8b6bca94c435e53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "901c1ac0952448e4b34a5086e1ceef03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "95396f1e708e4dac81199c07b4516e1a", "region_id": "RegionOne"}], "type": "monitoring", "id": "3f672b14f8c84d71b0b9f1ad97bfc25e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bdca8f55523f4e9b8fcd8acd7b644d99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1bdafdba266e4c038f3d16cf54307096", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d39d0c1e2ead45c290fd0eaf63782c34", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "590c419d8e3f44ebaf829b78a4d079b2", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1d5de1bd96ee4e6c81f331da6dce4b5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5d4c1fb70b8047c193e0cca430cd8f17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "06643c6beccd4041841330b0862b398b", "region_id": "RegionOne"}], "type": "placement", "id": "2ef555787428458687e9189a5eb98218", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bbd4fc5d53d540d7aeec3fd8c7cd745a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4e70a797b6da4a0587d811ba7a2b4487", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5233225554f84ac9b2f19a601df404c7", "region_id": "RegionOne"}], "type": "instance-ha", "id": "0ae78415f293454397cb8dd1174704f9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7079f2b58f064c57a908d32ccdda6480", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "90fc85bb03b545d494b3bc628d43cf3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "37a035bb975346e899539f26d3d22bb6", "region_id": "RegionOne"}], "type": "ha", "id": "b47b7a3748ac440484fbdfa3d8990b59", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f51ca605654445e6b3d3ba7cbd62689c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a2bd619cdee940a8ad61ed0a95e2b6aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "87a0dc62572b478b83fc4aec61f776bb", "region_id": "RegionOne"}], "type": "reservation", "id": "ddbff1b202d2455c845f70090fcc46bb", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "593fbbe7b60543098263da6d8bd8abdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ecd947fddaac45c9a6912933a28cb447", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "70872954f2814056a2a48816077fa743", "region_id": "RegionOne"}], "type": "function-engine", "id": "4ee6fc57e27c422ba73046aa5b77a0a5", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0e5c5733998349d584124414b74a6a1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9d988cfc64d14e73be7cbd9f8987fabc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ff9133279c814a62b971f46eecf11411", "region_id": "RegionOne"}], "type": "accelerator", "id": "738c0380b6d9441a8d443c3fd26f114f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1af7c5717fbb4decbcb469597191f9b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "661ba63af7d24b198e926f9e4a5db892", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c427cd891610461e86fbb6944fd2afc1", "region_id": "RegionOne"}], "type": "admin-logic", "id": "992492f2b474459ab6d8c69ebfed4079", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "47d267c487a84decadf91e8c4f6ac1e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a4943f0feb9549cab04fea87e999e6d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "37c1a9e20e6c4c5f94b1683f7411b6ee", "region_id": "RegionOne"}], "type": "registration", "id": "40059d22b67049aaa8e99e00974c5b38", "name": "adjutant"}], "user": {"domain": {"id": "ce96572f418b44ef9fb02373789caf01", "name": "9980f9363afe4305bc0b8d2657599191"}, "id": "9d9588e7636c4ca5a7a4324671f43eaa", "name": "61a4ff4341bc46498ef8f51328dc8622"}, "audit_ids": ["594152d6cb5d4119a645def7e25615ad", null], "issued_at": "2019-09-19T09:04:38.652150"}} 2019-09-19 09:06:38,829 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,831 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,832 keystoneauth.session RESP BODY: {"networks": []} 2019-09-19 09:06:38,880 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "image-id", "adminPass": "password-2", "flavorRef": "flavor-id", "max_count": 1, "min_count": 1}}' 2019-09-19 09:06:38,885 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,886 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "adminPass": "password-2", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} {28} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_servers_no_herd [0.274930s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,632 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,636 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,637 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,639 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,652 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.566510+00:00", "project": {"domain": {"id": "95a1329fca67471d862fcf260a4aa554", "name": "6a14e20e2fd24322bfd4126e492906cb"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4712a95f14aa4955ad3be96d89df5737"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d848c95e0779428eb163ad3ac94548f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c9eec1890ce44d10bcbf17d76e48b3a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8d9b37263ba04918be4562e07b6a4102", "region_id": "RegionOne"}], "type": "identity", "id": "47583778ccb64044a5ad5c0c2948fbf8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "670bb06b184f40c18e912213753cebf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f42413002dd242e99400fc73781567a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ca82ce7bd60e43b69295c497303d8c8e", "region_id": "RegionOne"}], "type": "compute", "id": "d0b36dbc532b4c0b8d5398d2c5a14803", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "25cc0b5718c842a2862234c0d78dd3ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "045891fc4fa747c4a9bf4aad4b6b4d1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e869e47fadbb4a6d9303a5930580beff", "region_id": "RegionOne"}], "type": "image", "id": "2f645996568145b3a556b992236b9262", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e631707954e44bf0a83ea0ccde77bc64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "69b7175384ba4afe92aa01e45c7b6ec7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7c78e491cd284fe5a46d91d216ad3c43", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e784d7d5f2194acea44319008aabbb57", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "abca8ef276794c5a80fd9ded5fdf3cbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38703838d3944669bab7a038f8e55c72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a8d3e2ba1dd42ce9942a4eb4bb39f34", "region_id": "RegionOne"}], "type": "object-store", "id": "cd4898d5fd8e4379aa09a7a7747531f8", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9535b328fc9c44d9972d20c8d0da09ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e99146f31a3e4472a5d7a6c1da46823d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5eb44bbd8e554c2f8860453ad542be7b", "region_id": "RegionOne"}], "type": "clustering", "id": "99113bf2e4c54183be74f8cdac3aeb39", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ae76efa564054e7c9532656070d5a3a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cc3320e553934cfd9ac57966569becfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6ebbbdf804574fa2bd6f7654e05ad07d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1a7b8a3d6fbf4741b8e482198d0b222d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "69c177c223f5469089107a2f844ca804", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1677e289bd37425ea32c16f6b8ada7ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7579bcfa8d894f19b2830d9089ee7419", "region_id": "RegionOne"}], "type": "cluster", "id": "cc8759faa698410db1a02119ae1d13f7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7d1d3012987c4be3b438b91b7b16d4f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2f6ca63962b3448f9d5e54f7a056276d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "eff0f3db77e04dc1ad99f1bfaf8ea46f", "region_id": "RegionOne"}], "type": "data-processing", "id": "47269ccbaa4b43dba0b2aa6f6cc04c4f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "008af28055964e63b8a22d1d2748be60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "67e699a013d2467991297bee004b8cdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "cbe26b28458541f682d163cae6a68c47", "region_id": "RegionOne"}], "type": "baremetal", "id": "53737105f80b44258acd7091b84dc1e7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "609d129039054b4fadcee89f5ad666a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b2329ab1ce4e4f42b6d9e11d7562e6cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ff50f190caee4e26a9df7c79a8610dfb", "region_id": "RegionOne"}], "type": "bare-metal", "id": "50a3b01cda4644c0a56301377129bd25", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3272e67fe18a4e508b982f4ec7e69bef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "81a7560fdb4543fb8cb52863d2896f6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "be4a17a501d5471e955f98828de0c1f7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "298c036ce849445ab0721f5e7dd06a70", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "17ac376e68d646a884d730cd4ba04bde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cbc3f7a22c64420988acb17c20cbc4ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "56af80ba30304d10aad19f14b05aed2c", "region_id": "RegionOne"}], "type": "key-manager", "id": "e0cf226b8b224e1c94907506a875501c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "799a58e3e631427c9ba736462be09652", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ca3728bdff4645dfb6bef5c9bddf110a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "71f324b1575a4952995770ec8d8e5c4f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6676b712b3b74c34a0e163dafa2c2f22", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "639092310c0c43fc9ed69af5d9a249a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3d7ed2f6b07f4ddb978675bf1dbf3a0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6ff288970c874e639db25e5bdfbe6e18", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b711d6d102164e11b2d7fa9d2fc12528", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "796cd2c7d2da4fb1951a4039a180f806", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "73a80819f0f24bf981fb96516feeacdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "956bbdf6262f4ce8a880dcf373fe98e8", "region_id": "RegionOne"}], "type": "message", "id": "83972352fda342a1b9980d32fd1924ad", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3f1f0be400c7492b9a88df04cb1b3d6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a33bff6556ee4b628cf74cdaae5049b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "85925099e714441e912807cd6d130e2a", "region_id": "RegionOne"}], "type": "messaging", "id": "f5317c23bb9e4574ab7f3c9102e702f6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "91cb5310a7a046aeac4522036add5458", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7d21b62eb37846f3bd8e04c9f4422bf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "25f6e2f6e43c4888b0d068001c9b164c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "9fc15e3a3c884f9baa02c94d5647dcb9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "574d1283e5b64ded82036fae2e88dd1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7ff2a49dd04f456db0cc3f241c1ed93b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "928f8530a03a47b186fd3251775a968f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ce4dd364285f4a5dbdd4247d6957c939", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "606e0cbd49314f3597cecdce377f0ba8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "66e1a3d18c254f1cbe7c86b496332965", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "72078a0195a548ff9bd894b05188a25f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "47815c7f29b14a1d841241972b1c46a8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4e4ffe7f9aee4614940c6c80c64e63e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5db2d342a769408fbbf20dc326e117b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3d16175218594b31973876e6b86e6048", "region_id": "RegionOne"}], "type": "container-infra", "id": "47fd1f798d294e33a736ca466b0158ee", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "bbe21778b0bd4daeacc2565d45bf7848", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "876ed6461a9741568e9024c1d227530e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b6461470cd5a4471adf260c3b4cef2f1", "region_id": "RegionOne"}], "type": "search", "id": "f466419f8d944f278607a19e65843192", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9572a2cfea8749d4ac2dd7edc3206771", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "16bdbc9113a842f3afafd7eea30898a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c114dc338a4c4b5d8eb08c8cb1183f11", "region_id": "RegionOne"}], "type": "dns", "id": "ea329c3130d44490886404566ad25049", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2d3bfa35ac5748a3ba052067e400b78c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d7c9fe37679a452da975d9c2ebb80962", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "129c46cd8f9b4728bb7665e36539e080", "region_id": "RegionOne"}], "type": "workflow", "id": "adaab96c46364be1937e2a17ec5572f6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "724c4a56c7034d44ae62c2e6bf40295b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6768f35e8ae94df7a4cef1c8ec4d8c3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fadd1ffce5f341cdbbe1ec18ec2c9a67", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9e7cc525ac904f7c9684ce7f5128d660", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "51d733c445a6436b99cbac09a268637d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3456897e90d64af3b73dccf0c8babf5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d45e09ac745b4196abe272bd392166c7", "region_id": "RegionOne"}], "type": "rating", "id": "5099d60e92a84214b01abd90c6aa6711", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "87a269c511ab43068ecc06d88956ada3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "56298901ac9049909edf62ccf21c2643", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c1e5a47c00244536bf7745e8bc418096", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4acf8d1c44f34db6837fb796b364d3aa", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3c3451af78814118ac70affa07732dac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "eb6f25e4bd634a55971bf775560a5a0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e299bd50303945ac9accc565465d405e", "region_id": "RegionOne"}], "type": "policy", "id": "d8e5d8f4f9c64b5daeea3319127477dc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3871dbe26ad24a619d2f975c66320fac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "34bc967ca18b4bbbba004170487f151a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e58e7ae69ab04fa587544849b9400999", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d9d116c9201445e286320401e7f3c28a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "16c9d56df20e4fac8c3b1c2074b39ee5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a8611b2c8e334858a76f299e4b7ee16e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7c587d3d79c849888f11bed9a931c826", "region_id": "RegionOne"}], "type": "sharev2", "id": "b2cb32229a044202af406da69ca1ef3b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "96dac05d1ff047e19290bf72a2b55ee4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "93f2efb2bac1447c9569ce32d1c5997f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9964990080d6482383d4a5428e84cac4", "region_id": "RegionOne"}], "type": "share", "id": "797dd51c4e824645a0be017b8e673004", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6abe7e0eb3374daa9ed2cd0009b422cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1fc148bf47ba4669afa0af5b2c453b5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "564f6596f82445a18392bba65fffebb9", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c0e9a6979de04b81bcea057ffdc08ba8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "332f1a44d1b5445eb659f4f26119fba9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f01ffd7b43e49e7848268776b51a4d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ecf944a8630a49999753a12e751ad68b", "region_id": "RegionOne"}], "type": "orchestration", "id": "cb5d019577c7411f9146d0b25ab56fae", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dfe2fa60d2164ac6a82aa2fb53702587", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb93959a03314cb8b7c5a304693b8461", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a2a61ec57264cd69fd1385d4f99c5cf", "region_id": "RegionOne"}], "type": "block-storage", "id": "788c5e9cdc4b47b4a9cb6f1b404a16a5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21cbf77f9aa2445a8f429797683eb78a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fd9b615937b486ea052ca5ba5d45135", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17e985bb582c469c89043cc280f6164f", "region_id": "RegionOne"}], "type": "volumev3", "id": "788e1e4cecf74200b90dc01515823c86", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d695d726e544c08af27462bbc767aab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2dfede156ae4b43aafa3e4e06b9a939", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22fd554361524c72b42aa64a717a2436", "region_id": "RegionOne"}], "type": "volumev2", "id": "257158ea6efb4f4a9297c6eadf2416de", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e207e9ec54334199a81b330190f83f70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50d01516efc247449d125ba085333cb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "870ee3841df7449a85daa9e452b2938b", "region_id": "RegionOne"}], "type": "volume", "id": "9629c07b2f674a57a1d3db4b5dd3d9aa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8d2c440ba0c425eab75f1c5c9dc529b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a64e8c8b1b824191bd8c22dec976d085", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a767a62e09bb47f0bbc8704689df9f2d", "region_id": "RegionOne"}], "type": "block-store", "id": "49629e9b64a6401a8dcf8d7973c5476d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f9d971f86cb64dea88a772c1fa4bfd54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "752db1aa079f474088b29dc9c414df91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2148095a0e524e8dbb320892c29ed134", "region_id": "RegionOne"}], "type": "alarm", "id": "106b504268b94c3085044e06679dd980", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "86b9f9daafea4085b997175c58b19c7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6f430d02b0d74372ab7b55fcb5e03c56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d63877a3de38417189374b5fc0b59618", "region_id": "RegionOne"}], "type": "alarming", "id": "91d73c59e60f402e9b6e4cc50c2c927a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9200698effa741c5a25998caa05380b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5fa58f657fbb46809fd83e27f4024341", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f1d4f178a94c4bf98f37c9822ff1200f", "region_id": "RegionOne"}], "type": "meter", "id": "c50a478d7a744e568d05ee757b29a2c6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bac9f01de56f463d85b0d9a91bc894c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8f305def45a84dc6a0229734eb96f461", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3578256ba1c441fe8c6f444e7fa532b0", "region_id": "RegionOne"}], "type": "metering", "id": "b92685591d8d49eb9484fc4c7fb4745b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e0b4faa48c7642f99f679826c4f1c28a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "36b3259798db4cb8b46d8ad57f5c61dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "83850bd561d14e3485b384cd8b91afad", "region_id": "RegionOne"}], "type": "telemetry", "id": "862d84c6929c4dc1b73d5e2d7adc1307", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "22c0da4c65284370886e4dc2a7990bc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c28f26f612604c06b7837ea0e6399600", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "673db414d9b745099f5e93114fb852b1", "region_id": "RegionOne"}], "type": "event", "id": "d1e8458949024c9eb95eb8e09b24cea2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "620cbc64202349c2b501930253c82246", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8736cc31d22943d7890792fb37bf7ba3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "be407be60b0e4a4694b0c08a1cf8d137", "region_id": "RegionOne"}], "type": "events", "id": "a30c3dcf811e4a41987c887c1aac6a6a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b807fa4910bc4e9a89c8cb09b3b78af8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "700bbffcbb9f4427b483ea1ff6208892", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9835abf9d92949feb7d66b154a04ffb1", "region_id": "RegionOne"}], "type": "application-deployment", "id": "872871a796174fe1bacc3518e834a614", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "193e8d741ebb4837b00da7004085c10e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d0ea9cebe52b480d8c6f6a13388427a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "85356114e118472d9a3798813127efd8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b02cdfdde8b54a7dad3065a343c7dc5f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ff0f287bb0574f2a8ef27e177b39ff42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f315f560b9c149d18ade484ab7d7f044", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7b6f2adbe8ff45f18c4c2bfffb2108ce", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ffffaf2276df4cb59fe0ccaaa6d76b3f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0080cd5efaa84eb6bca6c013bea136fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cafd6eb7799c4ee78cdca661b59ba74b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c470a22c27734ff0b9ca28f476826322", "region_id": "RegionOne"}], "type": "tricircle", "id": "08ee4f26f05e47e4a60a14b2e75baf79", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "03df6f425b924d9f865cff1fe6321da1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6a77d6218b8b414cafc24066f1bc788e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f5f2b2d7d1db465395d4f76e89f2e94f", "region_id": "RegionOne"}], "type": "database", "id": "720ff7c2518c40a09b8b8464c87b7587", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3f3eff8c13d44db29d4688496d05dfab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4961feab8ac742f8b22540031c8a1f28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e23a0c12c01b411d9d3b2f7d3be94c4a", "region_id": "RegionOne"}], "type": "application-container", "id": "02dec0c1884649e18e31355d77140c62", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "47ca1a5024a04941aaeb1e22b94bee8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fffa9ddc3ec44ed19c8fb88b7391737b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6623d38a287a4bf68375f3e644550717", "region_id": "RegionOne"}], "type": "container", "id": "9f6e5fb70c6047f482bf0bee1fe10cfe", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "77ce6fe84e6b4df386622a867c2e8352", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "71a61e889d164a30812a9ce3e1cb32b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "99e5bb7aa6044b0aa7e016df2ae8e12d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "cc3ee9eb677e47fbb9fa618d6dbc006e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dc2d90f99da240438d6b1a336119e3ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "41d3c89342834a69b17135e4c7435b63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "98830a10f35a4b1b921c29d182197f8d", "region_id": "RegionOne"}], "type": "rca", "id": "736bdf6b2b82459b9939c5af859a7aa5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "961cdc3cd0734e9aa15b0799feb4f535", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0cd899cfa7e14d1993b957e7513c3b6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "723cc79c80734359a09c486d4d24dcf8", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e8961bf9d70f4b178e55eafbcd0f8850", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e31e54e08d88403984bd09df5227e095", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "6472bcdd15dd4011b74bc5b286ca5be5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "65dad960818c4529b23129f1ab8dd9f5", "region_id": "RegionOne"}], "type": "network", "id": "6d31e961211841a682102165901109d9", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "792ae9c8981f4cc687d67c82436fbd99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2ff96752a03e4e9ebd4a468446b13861", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7b0747a3e9254433a557d6f917cb0c7c", "region_id": "RegionOne"}], "type": "backup", "id": "bccf8f7383e94741b59d19a6adcfb4fd", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e4c6f2ee7f4d401bbfa233936f9e393f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3c8f5f6fe83547bd95fc3ccd07bf7db9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e5fec21e59d0462f87920d3f3cb62b8d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "31b8b759e0bc4e5e9160513408f3128d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2100e903a07547fdab5d3929914fa0f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "708cadcb722e463cbce82e63241104e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "206911b7aafb48ba95750e6f6f74bba9", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8b1f913d770447f698a87a257fa63260", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "41163268076842a3aa21411ac2f1f054", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "872798c72ca4468799b5844f23ae8c14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "20514d29dfda411c972c2ff1bef4e44c", "region_id": "RegionOne"}], "type": "monitoring", "id": "6c7dc323ed9643f1baceecaa09ad027d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "80f0638cef91474fbe16c7a040eaedd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "27a85d34e7cf4d53b25d5d0bd724c01f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1325a29573f245c893a452d8dc0f9d30", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8aa5130cc0cd4aa198a8952a7bf2c3a9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5aa89fdb24624444b8c36f53951ec96f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "cce22132f80b49adb6bd4592cbab5e3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f34e3afd03cf4ddc9c501ac61d701cc2", "region_id": "RegionOne"}], "type": "placement", "id": "303aa2ca2e944ffea294df903c1f6f62", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f523836c0166412c90f01a43bb6842b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "114bab10760d4b1698e670a57b67b67b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8b8a7f46e20d4810a33a861d53a604ce", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7261fc32ec024dfeb8e1aaab86d14fb3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a06bf0d2e720416d8029d28c5e6333cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3bccef40cc5d4e8787b26f17f351b9c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "41598927d21141df88d735c0f91c524c", "region_id": "RegionOne"}], "type": "ha", "id": "17abcc05043147d0be81174ef0b681b8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e8c45b94bec0403a8fa310e920eb1dcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "010ec129f67b416d9b632c1b79eb3d36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "46f33308bc63498eae0e9f9beb3df346", "region_id": "RegionOne"}], "type": "reservation", "id": "914398875e56417795447c458783ea8e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "798d085417ef4a66b84232731dcba424", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "10acf37d76e44979bd425e8deae6734c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "326bad414af14a299b977aaa357c25cf", "region_id": "RegionOne"}], "type": "function-engine", "id": "d61a0e30721346259df55278a3e404c6", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5c726293154b4e68a07311cdae5927a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "458f1e61ed6f4c0aa146395d02270ff7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "057930394a25482eb340d60a72a83696", "region_id": "RegionOne"}], "type": "accelerator", "id": "2728a6a993e84b0fb9e859aa341af922", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2162aee8a96b442f9432371efe7db92f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "91bf7a2767bb4fe9a4bb6799bdefb106", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0d34e0054755495c94853ba587ac4cfd", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b44f9135b4584526a41f02cd70b0017a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3f4fb1d9647e41b9b4cd382d4cb60c2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d284bb63435b4e98a36021a51df055ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7a7cd3647f524285a8f02ef0645d716e", "region_id": "RegionOne"}], "type": "registration", "id": "1fc20062a59b4c83a85ad8a44ce04cd1", "name": "adjutant"}], "user": {"domain": {"id": "221ed5ac00494ef8a14cb6fa025b00d3", "name": "5bc55002d6bb4be6986e3bd6d5b5efca"}, "id": "13092ac6d61b44e980e46f7ccd0ada7b", "name": "b1045db1141643d2aef28ac87916b0cb"}, "audit_ids": ["19853ff36d324fca923ab977fd55c9fb", null], "issued_at": "2019-09-19T09:04:38.566510"}} 2019-09-19 09:06:38,758 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,763 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,765 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:38,786 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:38,789 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,789 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} {26} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(properties) [0.221105s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,635 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,639 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,640 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,642 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,654 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.573799+00:00", "project": {"domain": {"id": "9a3b4fe2cedb4973954ad09c61824462", "name": "850347ffdc644240a86c99ea4716e2aa"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b8322cb20dcd4339b02593c7bd7552e7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4ed922bfc1464cea9424e3630cdeea1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "98bd8c05748f4c659017e002d431f363", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "cc2be0482a464c3782965cecf55e3951", "region_id": "RegionOne"}], "type": "identity", "id": "f888cb8d28da4b87b3b8e251e94a3751", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1549601da2ca4f09afdcb9134b3b6302", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "87d7079dbee2427981b999c9955dce38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8b4fd836d72344c78129c72920fc8984", "region_id": "RegionOne"}], "type": "compute", "id": "4bc929e1e8df420889798760444bf870", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "fd45b92f8c4645ba97423f6836a2f5aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "9f73d7814eaa476bbb1cda818731f02e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "9c7dc876794147b6ae7bae9336ec1149", "region_id": "RegionOne"}], "type": "image", "id": "d995485302c041328ba1cfabbc1300c0", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "06c3a0f716704cbeb27264f2b00bcd5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8755b9138f5e4b08b4eed3c1a8ec52b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5cccbea6d94a4169bcdbdd25e0cfaf1e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7446c77e06ff46149b6868b2b40a4fcc", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73fa7f0030c144ada4abb4e5124540f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfc3cb9a09bb4221bcaf0042f9a055c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7bab66ffc0fd4c3a8ab51c5e0ddf1376", "region_id": "RegionOne"}], "type": "object-store", "id": "173b98ecb73b4170b3673a5e8d790a62", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2c2d17d03eb844c3a3f5f7ecd6a19720", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dc80c33b057048838ad1fe9d7bdb1153", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "439f880e8df94270b4d3b83b98da55e2", "region_id": "RegionOne"}], "type": "clustering", "id": "92385df773774005a9a40cbbaf762af0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9d7ed241d8e543b6932b591b75a92cac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4c81302990fb406ea88cba9212ef716f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "45be572a228646be946d316fcd5cbcde", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7d7bf27bb0844316abb35ce6948922af", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "08c891a8d4b7466db156b803a124f6fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "98ccb892fcc7429da3b70d800714b8c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8a4531ef6a3940b8905da19431269be3", "region_id": "RegionOne"}], "type": "cluster", "id": "4916839b55ed47229badf53de576cae8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "39b46c09992f466692a88de96f145e02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5886e68eb4ef4b18b58bb46e6c3a3472", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e5d7b44063b84d4599dd4d3e6d8531fd", "region_id": "RegionOne"}], "type": "data-processing", "id": "e37c222a40184771ac59088a6a95e82b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4744f452c70c4c2b90fdb08e49d99758", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8dbfb06156c744778770be56c2e08b0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "cdf4d15ad8e54f5282138359d81ed04f", "region_id": "RegionOne"}], "type": "baremetal", "id": "e1c6cb6594fa4e60b0b612830af18cf4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b25c9de464424588a0a46881891bed5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "54190e06cba647b2bc2d278a0316ae4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c173cf04f07049dab4b3c61fcd10d8a2", "region_id": "RegionOne"}], "type": "bare-metal", "id": "828658387a5042248d436759100c92c5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b102d0dc3cec4e99b60b7775b93c2c29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3a85cbf7862441c492455dc11b65cdd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7dfeb1e1e76f4fbc9772e13691ee4def", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e9de119b7f174f529f4cea423a46a718", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e784fc05ca434e10aed3591f988c1a2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f4d5cce8540f477bb287c0356b5823a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ffcadbf8cad44baab59cfa15eaef05de", "region_id": "RegionOne"}], "type": "key-manager", "id": "5240ce386dee4ab394b2b79a1de8784a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8cb23516a3b0407d88ec73099f7c3b12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f6f6a03c5b9d44c2942371b9b8827126", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "82ae50d490854bd383a97081a2ab1761", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "4daf3f30015e483db41c8c445e8b22cc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6377ac9debfa4147b9130a410f5e220f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "152dae3422e54bfd8d6130727cc32f4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9c7516e618034adf8e4a4273ab052980", "region_id": "RegionOne"}], "type": "infra-optim", "id": "82a4c007530341a78c7f5a1996bd34f9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d15c80dd159045d4baf7f0e0074c423d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "00b1c3c7fe38401c9e0c9ecfaa9a04f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a4ea39d83ab4486b88ca592f7e04f011", "region_id": "RegionOne"}], "type": "message", "id": "8ac9e0fda92d4dad85ac244bd2c031f6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9daae285b31b4a5db0adf812473e7f39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "25381fc83b124a3f83ce1de9d3a4f94f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b3051551df9d478aa21d2bf2e525a5a6", "region_id": "RegionOne"}], "type": "messaging", "id": "1bcb66d89f814650ac2697927553a44f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a49773ea4b8c494e813c4165cb84ff2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0c77d494804248078ea59cc3d5b2a3fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "15f222212df041c39de57f8a44991258", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0d1b09fd9ff846449fb9dbf9a923915b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b68e020929c44d44809ebadde8f7cbe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "707b37fb03e34c4db6204b483abadb90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b48e439a1ad24e819f23e52869555ae8", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6a7382a6c8a140e2b1277094997e8b37", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "75a21a9dcad14ab386704590961f4a0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18dc54f1477c42fbaec7558ee0ba1c59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "225461cfbefa4821909fb5e9bb2b5562", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5ab1a357d18544a88f868a81df8815a6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "43bda61cada048ee9372620a68e9cd94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e37ea0df43384f8482fc94497e89f677", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "56a864347fef4de59d6d2f0cf30ad26d", "region_id": "RegionOne"}], "type": "container-infra", "id": "3aaa4356c6624b0a9ab702ec52f1dfab", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7b5660fd63e24b6b9166939a24593a2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "2881cf847f7b4dd5a22d4361fd2b4c41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "0f9b0670668d4367a5c7b2b1589fda72", "region_id": "RegionOne"}], "type": "search", "id": "96fb954609864f7581a36b3b91632dc0", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "df0947936e0e46528a8efb8c9bce1b0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "122eee5416f843959b5398de7ba5e442", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5bd00f19d7054b1686b0bc6e67142387", "region_id": "RegionOne"}], "type": "dns", "id": "e134ba35112244429ed1e64a998b5ba8", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "029fb5bb597f410789bf23da36b78d38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c73afbb82eb7498b92aa28dc99adda40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a8f2687fdc6b458491345553df63ad53", "region_id": "RegionOne"}], "type": "workflow", "id": "4edff74cb37b48479270d25564725988", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "188b35cf3ab649088c0f86823894fcd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bbe1273242364bb8a646d9c4cd341790", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "45019552678d40c4a26e282e67ba0913", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3289fa722fc243bc9b722d72ea1c5d8c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "c510a8f544d74842ad08f7d4054959ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5ec9a8b14928473e96a1e07271941edf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "855f0fc94e7a449280c14f9e2ac4cf9b", "region_id": "RegionOne"}], "type": "rating", "id": "ac629b51c03847ee9ae80471cfa5e08b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dc4412d06a9a4229a8ef4cb3ddf14a3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9db8cd6ed8ce4812ae27fdb6a0452326", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6204c7168bdb421c9bb90546da0a82b8", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d3ac747d7a44490a92975c9c46781d58", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "93c8a6b40d1f4fac94c905752099b927", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "02eb8dd2ee964f0698d6a5206ebbbf88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b6e45768537c4527a1fa4b5801da2aa4", "region_id": "RegionOne"}], "type": "policy", "id": "2c2375300f11442587d6c182fdadb653", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "efed82cf830849ab890625b744c8e0df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "765ea7ce5eb0442392a267094e006d97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "446c1205618b4a4db62b9d79ee2e3bbf", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0b606bd901a14ff9b1d4426d54e9dbdc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2f8c375d034344dea9f1ccb6e7d35006", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "05cf8ab2d8664698bc0ad12af5e41ecf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2740cfb847ce489f9e18ef40d7b24594", "region_id": "RegionOne"}], "type": "sharev2", "id": "dd0ac784ef3348db880c9834b59a1c50", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "745ecdcba7ec465a9ddb02bd48343994", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9de2958b3de24c40a5695a8ca428d41e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "58b10139ff6246f697f01841e5b0c1bb", "region_id": "RegionOne"}], "type": "share", "id": "4fefbacb40254a20bdd1850d765c109f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7a1f6dba753d469083738eccc2b46fb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8e4e43832a114698964c00d5ebc3c427", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3bd82d8a89324254a105d7394b049f87", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f6e4319f30224894aa11eab6ecaeeec1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8565530a62a84037a16a7e42e14d487b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "521d93059f064f49971dad640acdcdb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14eeacab7c7a4e358e307eee662210b7", "region_id": "RegionOne"}], "type": "orchestration", "id": "c40f8bed9c9c41c78beb1517a636cf6f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee69ce8f9bec44f4abb8e1f4ec5a3355", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66a5626ebde8404db300c3ade6bbf04c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9bc33ad004704bf2ac7483685beb9b81", "region_id": "RegionOne"}], "type": "block-storage", "id": "75887ac330034f6d94d85ad3c1bec0cf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0a2822413dc4cc3ba9c782c0eaa7248", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8661ec3f1eb479d83369365e3301ff9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "961e79adc44c42a4b570b86f8ab50eca", "region_id": "RegionOne"}], "type": "volumev3", "id": "ec7cb9a3b9344601a5bd0dba22084e80", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6e8a9eb791646e9a1a3b1861a8464ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "30a1aef2e8ea4dfb8b6ce6b6fed99a19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b943ba50a014f96a77c80114f443d86", "region_id": "RegionOne"}], "type": "volumev2", "id": "d6960b0a27274e0f8c4aa63f67caa214", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c51eee4ebab43d280e19a78b6b3c642", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "640052d0b4fe48c0a64efcfce0fcdecc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f73aa8c68c44cfdaedb93889b72cf86", "region_id": "RegionOne"}], "type": "volume", "id": "0fe9249a4e744054b95c0755df1ff259", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c27ffd5a32949439b5145b7500b9294", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0aee154c285a4043a02839a960b58fee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8104729241c14da7b088853cdf46fc01", "region_id": "RegionOne"}], "type": "block-store", "id": "9e89f75393004f8db664071c57a321d7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2b1c8133e31941d89a056d5007f1e1f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a60e8e3a0bce4989bedcfc251e84279f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "61320feaa67d4dc78c7729a781e8ac1a", "region_id": "RegionOne"}], "type": "alarm", "id": "80558ff0596b41b5b4bd72064b7366c3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6bdaceba9e6e4c02946850db0834bc4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e61f3fd0eddf4cdfad4237192c276046", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ea9a69b8773e4a52a6cd57299543724b", "region_id": "RegionOne"}], "type": "alarming", "id": "89128864a5b24a1cbfbfdbe03db94741", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1e08017e9f1e4eccbe3852ed4b8514a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "16af9b43ffcb48bab5acfd3d1998194c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8740940642784693a501a099b4959e73", "region_id": "RegionOne"}], "type": "meter", "id": "d7fd4c4f37e04b92a07b840f723caa6d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ae8decad617e40b1a2580148d8ffc81a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a7abc576cec444dc928a3e9dfd157d35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b6c583752fbd45c690c1c87b8f324433", "region_id": "RegionOne"}], "type": "metering", "id": "7ac3400569d84ab8bdfbf7ab9691ea05", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0edee1301098414f97c74431d806db39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "af8e173e8cc14066b2afe64591be6cd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6cfbe60a48a04147a09198bffbf9728d", "region_id": "RegionOne"}], "type": "telemetry", "id": "2f15e6a0ffbf451e895743e74379028b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ebd4baaf02c74420bca5798d596faa70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "317b22a66c83454f8b3e0584e1769592", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d5d53c07e08a400c8a95ac8166e20122", "region_id": "RegionOne"}], "type": "event", "id": "d7921fbb0ce148e99b907f970c9a86b4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e33fb7b319df48c789abbe0c56cb23de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "56f22ef958a24fd687b6b2ff046a76d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cb0d19ae8467499f8fdab174e7c5ce75", "region_id": "RegionOne"}], "type": "events", "id": "764cb1c572024f06839845662eef628b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3f38569cd0824459824cbc2926efb089", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "75eb786fc5dc4572b1cd320476df8c93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6c8cbbeeafa34be3a8dbb79f41dfac6e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "68ff0e2db81f49eb8e581dddab31fe04", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4d94fbdeec50493f8d622f0dae10cf9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4cced1abef2746849df52e17ae9d1bad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "646da4e8de9d44d6a4c68d30e9e076af", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a4ae0ed63cc44e3699c9a361e607535a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "aa04c269c8e044a0a17ce8242e3098f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "acf73624e6884e6a84368df3f6f8569c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3e588c1340924c4baec6108a2fd8b235", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "eda95a13aa124266b08274c58af8154c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "29253890f8c647419b924626da07a5a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bbb9097b7c084ace895f502fb1a54cfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "65c2453aa8e44893b4a257a2c47e29b5", "region_id": "RegionOne"}], "type": "tricircle", "id": "f91f952bbd33425ea9b7a70af4bb696b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "31eaadb7ba1543349155e5019262505f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1cb6f7df5cbd48eb86f0e4026f080cd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2617b10156ed4f7a876b5d9fca4562e0", "region_id": "RegionOne"}], "type": "database", "id": "36375d02c3a64beca019497bed7dfdf2", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "34932f10ea2b4c38a4c33a50109009ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "27ff2a191dfe40208d121caf74700955", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "dbc44b78ec4b4a9883ef0ac3d17eadbc", "region_id": "RegionOne"}], "type": "application-container", "id": "f745c6cdf13d41c68e9771abc9ff718d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "58c2de731b284876a811d93746c36529", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "30e35cf7ef8145db889be8c6d7bed718", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "191bb2c72a6e4ea1aefa2c8f1cff67fe", "region_id": "RegionOne"}], "type": "container", "id": "6dc998f32825472e84174d16ae2a01a8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b9006a239e2a4260bb41d5d99e39a4db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3d97ec06fa5d47d086e3e000c5310458", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7e57f207995548febb0e7cd8f0715170", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "fcad9a8f098d44cba8c547a9bbf79a30", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f695f577f2444e1ba35a78a790929d37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d74f18ab19ce42b6afda74929c96b77c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4732ebbd3fdd43298090a09f106fe265", "region_id": "RegionOne"}], "type": "rca", "id": "abe1d8dafd4944399dd725f59406c554", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a524a39a4fe44934aef2e0418cd6284d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3254d137cfd4484188e3ba49e57eb7b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "3f1016853bdc49628d374e18b142e3cf", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3f2a7d66c6f14c7f9368ef908a5da7c2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7119b325591c4354a2739549a9f9d385", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e79ec8cff67f4f1da6a1d493cdb1bff3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b6e38713cfa84a3fb2cdf2fb32856689", "region_id": "RegionOne"}], "type": "network", "id": "310fe0ff5d5249129bf611b3a7474d7c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0976e256835841bf88a2d3ff47e151d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4d0c5f85d6514f1c81fbe066adc254d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "39192e76a4c949f18cb736354bf85e08", "region_id": "RegionOne"}], "type": "backup", "id": "e81d33336e4b4a0cbff85992a9043a6c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ad10de92663e4319a611265442ef8f70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5157054dcd884e8f836552899382df14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7567b73e3f2f4821bfcad6f66aa33a36", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a49bc11d2a9741c2904065e88f2fbaa9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b5ea5160d59f4d3496bcaf3cda52906f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8e4d99525a3e4310b311e9613ddb10a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1be501e6b9a24091a10c2b4d54201a3d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "46344f7b79fa4672b0a5e765ab03efd1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6991f8ca7c9b4da3b800ce6b6d0f780e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e7bc311ea4dd481a8d26e1d49fe31deb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "7b7ffad043ce415eb7056392ed227f68", "region_id": "RegionOne"}], "type": "monitoring", "id": "3e4a252bce434713b9192bd21caa9e4d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "68393a86103b4dbf8948e644d2121be4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a56c42726ea342fc8078b83af3bb48fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "23bd3fc88cda468baecb1487912aa527", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f081a154e1f049d6a94cc1877c2414d8", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "592e69dfaedf46e5ac3a982e100bcdac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "e5884ca9d98b4657b9b91da2d359c659", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "2ddf45eefe044d4c95fd554c73c848ae", "region_id": "RegionOne"}], "type": "placement", "id": "8d409447f4cc467fb072ccaba7fddbbd", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a8744626cd8242478f5d92771b86c3de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d000b7692cf54fa9a2ab9490c0651e39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fe755e10edd14537a648b5a7ec3f9fa2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ed46c4c7f6dd46d28236a39d4e120128", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1649794cc6c047ad8bcd542e49f114b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3341a0d10fbf473fb1a7f20ada0bd1f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "472218e9098e4e15a3ea91c0da52c746", "region_id": "RegionOne"}], "type": "ha", "id": "1ad7db5841384407bbd55a605f97c02f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "94e539a9b913471e8a8651a294e2fef9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7201f9c3a58a4d9981107adbc206df09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3e8bb776733c4e3b9c43d560d39c12ca", "region_id": "RegionOne"}], "type": "reservation", "id": "4dd89b1370cb4810b40c2ea2ff8bfcf1", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "72599c2a41e642b9982e79b0be5f5037", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4c97145275aa4aaaab4a07d190df5a9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d8a3fa1c82214e98bbf1076d05829a8b", "region_id": "RegionOne"}], "type": "function-engine", "id": "34895745308841a1889b0558bbdf8826", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "186487a252c44c769de81c9dc8c187cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0e8db03de98c4a80aa0ad210ff41ca72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "96ba860026744f449741b8450c45ba6c", "region_id": "RegionOne"}], "type": "accelerator", "id": "ea9c0bcf81654a9c9ae9079a67604e7e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c5dd0aceba0943449b015700e1b59969", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8a785af65cae4c4598637ed6bac08980", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "01911ca7f9354a42a43183d343046dd2", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0693a54444d04c6399522414085db54a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1a3a0b87219148c4a63d0c6c0c7904f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4c91d4438de341ab85d121ccd3f23d7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f3aad63200344a6596afd3d6b7efcc34", "region_id": "RegionOne"}], "type": "registration", "id": "97acd4647463486aac5a26691df64ab2", "name": "adjutant"}], "user": {"domain": {"id": "09330fa37dc24dc6a1c6f40ee6d6e7b6", "name": "51b87d64b0df458c87e2189a4d9a36ed"}, "id": "d31b3d9a7ba5480cbd29a3f3a95bd269", "name": "2982692743ed43c19c3d5a889cc0e991"}, "audit_ids": ["99b0f82ea055401594d2400659180d5a", null], "issued_at": "2019-09-19T09:04:38.573799"}} 2019-09-19 09:06:38,706 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,711 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,712 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,779 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/3e23f282-fba4-4432-800d-f176d42200eb -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,783 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,784 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "3e23f282-fba4-4432-800d-f176d42200eb"} {5} openstack.tests.unit.cloud.test_clustering.TestClustering.test_delete_cluster [0.352087s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,391 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,394 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,395 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,397 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,407 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.326525+00:00", "project": {"domain": {"id": "11cbef15ce134bfcbd2d053336b70b1f", "name": "8b8183b4c0154660a4f33c07fb54fa31"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "be16bc87d4c546b3b653ad98a739570c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "50abed3f5f264b2ea1fb186a215ca6d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0a9169517c0241dba80c6c9a209879bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6a61befe4b4e48e1a0541979459c9d67", "region_id": "RegionOne"}], "type": "identity", "id": "c45e06fe49cf40a2b6010bcab947931f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c21c4c41d38a4699b9c4a5ca742c1853", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "40e70838b4a246cf8f7c7525c4efe7c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "03201dcfeb454709b93920192dcc79e4", "region_id": "RegionOne"}], "type": "compute", "id": "d4a6262927fb43798d44aa639ed4a0ff", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "645322f5523e4c27ad08d76bce700865", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "43c987c945264aaaae9b3d668fad4f81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b451453800c341e481114d862907181c", "region_id": "RegionOne"}], "type": "image", "id": "d03dab49a68242f19ab4983813034e4f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "40acfb70e053494a8b0e94f340e8f9e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "df0a8a29f3914dc1840ac3895d094942", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "945f9435429f417bb8e757f6ea5a55ba", "region_id": "RegionOne"}], "type": "load-balancer", "id": "677fc17daa6041ff9a0d43791dc5c8a8", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01e1916662574b5c84dc0689526fdf7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8bb85d50ce5e4acbb781d6d4bfc3c7fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01ac89c23f904e2f8e41a556d14460ad", "region_id": "RegionOne"}], "type": "object-store", "id": "9370c21bad904d86a60fa5070cfce6dd", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d35eed68152b4640b6081cae3304d3e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e8fe649bf7d7480f9d4a706c00dc3c52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0f49bf419327439ca19e435478779c22", "region_id": "RegionOne"}], "type": "clustering", "id": "79cce3e4f96c448fb67f2b7fe45bfaa8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4827e31c31664b0f9e3b5b0a6f432d8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b028a30843b044789cadaba126617bb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ad444af986dc4387b0250ee05c4dc15f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e9eeef4cc00943179d93e4411337658d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b40434ab7d664c06b1ccc9685731cbb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fbf89ede1f5845b6837e9172270c529f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f3fca93df06a48bd91089eae1a0e6948", "region_id": "RegionOne"}], "type": "cluster", "id": "3c29f71b18a04d90b79e53989d7dd943", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f0fbdd13e6ba46dd8aa435a3e54ddfb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d0d5a313d13b47779cd162b425a97a71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "48b3169cc0614086b88c84481b5c5f4c", "region_id": "RegionOne"}], "type": "data-processing", "id": "ae2d98ac12d94025a2ad8b0a6568bd82", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "546a17578db744b889398da595e1720c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "aad8bcefe91d4bb38a5f281820029016", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fdf2c703190c45fdadafbea3e36dbbf1", "region_id": "RegionOne"}], "type": "baremetal", "id": "1c1d3d0033814127aa7f8e16121088c7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7c68db266a7247a2b57759579bae2438", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "97e7f1a1390e411eb0909da35f362ee8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a84046bf359b4390929475f7103e8350", "region_id": "RegionOne"}], "type": "bare-metal", "id": "1b4ce3e5f65b4c4eaa9d6bebdb522941", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9fce33f0ed4c43a19b35b136d5e10ff8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2ca9d42b1ad54d5c865a80374413c5a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "cd9cd715ec0a46cc8c687ee7048eccda", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "14f2bac16172485293e7d005c95e9fb7", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8e646479240b4c1288536380fcb4bf94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3ee70a225c984eeaaf2c311d7ee655cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b9d43daf342f4acca539844e76ed064f", "region_id": "RegionOne"}], "type": "key-manager", "id": "afcf2f10c5a64d69b5de8aa2f113d351", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "be4b7cee85c74872ad2ac97090c654db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e042ee7987934113bc11d5a67a6b2177", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ef43d5c30fd144dfadbe2756e895a034", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "96a7d7497d284ab8b69b86b0c330a419", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "52291bbc2f65425ab5a0f078ad5b7051", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "56da34a5772c4f959566a78dd8ea0a4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f2c5c46e40354fef9604177bf6428204", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c83680655ba149b1a69a994c0b8e3669", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f70ef63ff034485b9548facae7efde39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bb1c29f994f44f4291416347c429928b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3eb7d0ebd41f4dfc9209a50174092f1e", "region_id": "RegionOne"}], "type": "message", "id": "782b4705d70149b39f059b87cb0b30c2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4096824062cb481c85d2d766307afa5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2a1a727d8a2648759be2828713637664", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "63d2ca73bce445f0a5aec6d10f262ed5", "region_id": "RegionOne"}], "type": "messaging", "id": "54a0536a988c419fa26919354030fb3f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "899ca21c337c40b2a0853a101ebd887d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fcbee0b5087543cab34a50eca47fa304", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "14d0e08b312e453ca6827d6629091a2c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "618d8b310dc64709a7775529ebe03b17", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "35126cf393a94a98bab5e03cefd016c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e005539d2c044f29930985a6dc042228", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9fad1f3737be4d02892f0ca161a90a1c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0753525445d24cf28d17ace3aaf9b9df", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "497f2ff5853d41a3809662c3b2b8462a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "de781596e7814e25893047c1e6ebc752", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9e6c5022379c4c648c9a706db7bab6ed", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2ec9e35109b74509945fb6044ab80163", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6873c628689d41a78982981577bfeab4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7ac9b50f392c497498f30eaa5138e4ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fae2ff86a85945bd9b48494da07905af", "region_id": "RegionOne"}], "type": "container-infra", "id": "029b76cc03244c1f962b496b783685a6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c9e985966aeb4cad806cd813eb7cb64b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9195bda39a9a400382cb327a742b3e7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6d032edbd8134d97a8fbb8992047a5d5", "region_id": "RegionOne"}], "type": "search", "id": "526e587e33c54f0498fcd51f4b459659", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ed8b2796a41244fb81409821b775b012", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e20fceb0f1d94fd9be2b8b004c4afff1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "26362c56adad4f63a72261b224a6ee82", "region_id": "RegionOne"}], "type": "dns", "id": "ed7b39c78bdc4e3ebbeaa84ad9f04827", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6bc9945e5f0b4acb8bbafa49cfbd0ce0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ab3e284cad224745b4a3e873a24b5766", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a71b2406f72a47b396396c13e57d52ff", "region_id": "RegionOne"}], "type": "workflow", "id": "a859ceb8b9ed43deacf890252c768020", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c748da585a48491dafc4a36a67b6af44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "40fd0d08f8474e92be138c443cec3df9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "99218a525c2f400284b740efd0ae964c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6f2ad962d0504535880d613254abb4b4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "eddbc93c49d4436aad20a5a3d7a46e74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6f3627d592a8453a971b2c2507aefd31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "fb21a362a21948dc868871018a058452", "region_id": "RegionOne"}], "type": "rating", "id": "e143ba01b4cf461c8598ccd45bf04f83", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2f78e1a2c29944ee811ae0661f31c767", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3b78163f4d294ebcafdc0408949f452b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e1777361948a4eb1b0b38ef46ec9e8c6", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0e53c90481b54f25bc1501f3ea1031bb", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b93c143f09c64b5794d0313d128da443", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f260c81abdd34507a122e8765e990c63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "33184e861bcc479d9fa96fadc76e4d56", "region_id": "RegionOne"}], "type": "policy", "id": "3cc9d8b6d35746ebb40a8f76cadf9d8b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d286aa6b792e4a99847972e18bd1ba3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "00a9b170dd7a494fb504c7f955caa9ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5c89fee5c71f494bb6ef5aae109b106b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b044e6ac9fc142f28d11e96da2d7f9c5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "355587b96d704582a54a716b6444f846", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "99b0dd8f25584d81aa6c44a622a1715a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b4d8858009a049aa9ff6332f556ceb03", "region_id": "RegionOne"}], "type": "sharev2", "id": "ba30b468680e4855938cb12a80c88321", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9bf170aacd74425da283cc4a7dec2771", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "623af1829e2a4c789ebf0ed7f9a8732f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "029d813852de4f46b9061c978991b9ba", "region_id": "RegionOne"}], "type": "share", "id": "48e2931ef6c44009939da83c5585fbd2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "405f67bd289a4337a6c2eb83a037b0a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "46bce06ace0b45fa99c444b43598e602", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2dee35a2a5d843aabb6259fe77865b60", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "37a26b2c4f0144368b6204cbee0a8ff3", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dee41282d76b4f23b08d36eefc64ae29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "703df1ccbab748a5aa5898b1961865e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4829409e8f9b4eca88ff042886536ae6", "region_id": "RegionOne"}], "type": "orchestration", "id": "0b6b400fa21b4249898bec1af0e2c8fe", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ffe3a7aed004b31959f50d59ff1514a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae914a5c24d940618d492b907054cd6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2659b473191d461db302fb311a3c135d", "region_id": "RegionOne"}], "type": "block-storage", "id": "2b0056d8c25b40f5aaa698a2b1a25446", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1774f946ef8743f799dc8ba5362c151f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c47df66ba654ac0b2cf0bbb753bb865", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cdadff2d54ae475487f97f17a013d9c0", "region_id": "RegionOne"}], "type": "volumev3", "id": "7c462c1c882f466abde8b0b8279660ef", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da744e9a4308438893072480bccee0bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "682ddda1b640458e8bc978e8260fec30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7b4092270394009b7c54927b5cb4370", "region_id": "RegionOne"}], "type": "volumev2", "id": "ead0241f2bda4cd6a48f882aa30d828b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "167c2ba98f3043ba92f346299377c8d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "029723610f7a4cb3998f9b839984cace", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d836f66c9584508bc1c1552a40ef1fd", "region_id": "RegionOne"}], "type": "volume", "id": "c229f82f4e334fbab8b3946bd11fb79a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "864a0b5d215e462d88cd3a2cac54a48a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6a33be7506e4b69a568325e09ef3486", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f00e86a906a94b359d0f0686bf7e99f6", "region_id": "RegionOne"}], "type": "block-store", "id": "031c42f65bc7428d8e0138b6b5d259bb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0cc28b7003bc419e8fba5e5063fffea2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7b610b58c19f4c98bba68e18b70a9b1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0f55de61f8ba4971a1c32ef33b134b55", "region_id": "RegionOne"}], "type": "alarm", "id": "f14de465066540e4afb0364c9ab35649", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3fdaa0fabb5c4517820342be26c012ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "25db93ec0e4348ad92e8d6b14a550395", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b35aeef47ac7418d8b231604ab1810d0", "region_id": "RegionOne"}], "type": "alarming", "id": "af3697bec59649ce9c7a0a74d8342991", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2da72147cd9c47a7a19b706b7be64267", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "eae78c657f76491e994483a80c8d9963", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ffd8860aea9144b984f6e07f8a746878", "region_id": "RegionOne"}], "type": "meter", "id": "bbb8f4d18c56440c8ec5b83b2271b0be", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "49f26d0b870c4328b857194b73c01b52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "228c1bf7ea534d8a976f152f4b30c911", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6bd4b46795144107bea97db597893dbf", "region_id": "RegionOne"}], "type": "metering", "id": "4ca94f9a2ae0418f910c403cc916b879", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c3e66eff93dd464487759d42414916c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fcc8cda71e9f4941bdcb153172ad7cdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c286cb5317534aa3a69cb355333c9c6c", "region_id": "RegionOne"}], "type": "telemetry", "id": "6d33d1e949424f56b7e8554daae6a320", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f172e26f75ff4a2f8231f4b744091f07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3b0e34cb63754559b965fd2d19b2e8a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "265065b3e92b429a818747744c710da0", "region_id": "RegionOne"}], "type": "event", "id": "6d6db2cc6810448c852d7991274c803c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f1980f54c85f4764900720d1352c2cc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8a06fdd0f3a440858a7c2f7a973b0bb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b84ff50abc6f4a36b88b882794c5fa70", "region_id": "RegionOne"}], "type": "events", "id": "2fb6fa72331c4fb6894838b2aea7b241", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "680915e0ee3f43249a448f241a1239bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "63f1bb6206bb4d2cb68d612da5ec73ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b96623b5928f42ddad9f55ed850fe5db", "region_id": "RegionOne"}], "type": "application-deployment", "id": "57304f47a0d14a659b46e5273ca449d0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "66f5ede688f9435d9ade9ca2ff2423b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7b1c4201aba6409d93c027c870e19391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6dc78b8ef6e4485896c9004309c051dd", "region_id": "RegionOne"}], "type": "application_deployment", "id": "35d36f0112a742018018ac6199c72ded", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1befae6154ff4a228b16a1b9d81eddec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9ec49333931e4201acd91b3ab26e1b36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4f2e3899fd34489fb82d6a8d3649519d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5911b2233ee64a448dbecc28e09b85a6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "85329506742c46ba923012ba74125e00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9b911c4906364472bdd0e6c78eb86c85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "68a5b073883f45c088f877bc7675bafd", "region_id": "RegionOne"}], "type": "tricircle", "id": "a32276b486ee4a47a4e226a9643af720", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9b4c164ed54f45e1bcfd2182079360b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1e163fbc5ab740979237570ae1a51e65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1de945f9bf0741d0a9fae88c23435d95", "region_id": "RegionOne"}], "type": "database", "id": "e92d22bed7ac4f20bba5f7771993d6f6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "de5ba6b6d03a4fa1819fe75e658681bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d0088e3a3345494ea087951b8fd1a24c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "65330ffb98f84f20911fdebc0c5bd492", "region_id": "RegionOne"}], "type": "application-container", "id": "fbe839f5351b4922b9ad4c67ea7876f2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "62ea473517de4480af15f3fd8b3cf2ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1e61c8e80518414a94a265012b0e80b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "73d808194dd546fa800587c72d7f54ba", "region_id": "RegionOne"}], "type": "container", "id": "a977a0e9db754a8db0a4e5df2cffad06", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d0099fb700f54b09bf5c329968f6b413", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2750b15a12664fd687ab2cbce1a37460", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "65e398f5792b4e7bb96edb81d83bd42c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "52f70d799efb4d63873d83d6a0712214", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dab968e53b0342f2a3019fac5a8bd0db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fe981895ac4b48488f143d68a7ad09c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ee1bd887a04943c098ffc835701f4a10", "region_id": "RegionOne"}], "type": "rca", "id": "6e19be9a9eff4dbeb4e2160b8d1f77ef", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "864ac9b1e3fd4becb838f2b48e087a85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "664458e2a2ec4829994645443e41c958", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "2bce758b1d674744b4bd4ca5df56de39", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a57709efb17e442593d75b4e00e1b324", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "381f333c9f034d90b606c32b2469b5c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ec8810f4c7034ed7a78f9cfff7adcbb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a23f814a56ce439eac43ae2d5b27b17d", "region_id": "RegionOne"}], "type": "network", "id": "dffcf336dab7441081a7702d728cb426", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e8d42c8804c04c7a8bdcac639d48cad4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a5a2452b3b1f4d83b326d87b3bf95258", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0430ffec308340d6a27ae6c22aed144f", "region_id": "RegionOne"}], "type": "backup", "id": "98930355924a413fb54b9f6d6a16b086", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c5c3ad96ae6443cb987282bf99bad483", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3529b571dd294e78beb0105feca955c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "125e65c86ff24ab3b1176649f8aff072", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8413a79af72c429dab69789ff1bd3963", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ade1d50064b249819c1f309c131265e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dbc66ff9bcb24565b6dc5531a132fef0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "98c023e7e79d4c56805ef0b80bcd5e83", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "dc6d5fa6fff6419c947386d2466154dc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cb5de92ee3e64f6eb4ba5cdf0527a811", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0389959673b5400681d4087aca125095", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "0e6d2bad7fa447b8831c8063551ee555", "region_id": "RegionOne"}], "type": "monitoring", "id": "b4d2680b4bd84e8a84fc6b2c78ea96a9", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5a6777d57f25471a813c24381453b7f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9ec3101917574ea3bb786c1d1a391ca5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a13654f3693a4be69cd9548ffd842f5b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "14da648b8a454e388a2ad18aaf5ea6ef", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "7bb953524f46434dbca4ba3b4634c823", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "33a872437fb246b3ae906e633e67ff9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5a541dd0955c4e6ca0895cc49914ecac", "region_id": "RegionOne"}], "type": "placement", "id": "3a60d7e1d40749ac8f63a7091d7c572e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "daf3c222279f43c1b454732725ac7450", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "424a34be0d46421ab58515eb73c04223", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "67b47fa7c6e0495cbcf6775d2c411bd2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8321f56532a4454f9b2a23c9d7a55b74", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "25c9fc33e844421493b493d6bca76452", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a2268bbfbe64429aa931cd4a640e572c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9bf77a1e13644c74b324dc097d8e4236", "region_id": "RegionOne"}], "type": "ha", "id": "60631345e86a41d0b8a1e137bbecff0d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8b8a9396e16246d29bb2969433939b9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f0069d1a38524a11b3eb5e9d9cfd0a9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "2a60af399c114eff93cfdd8723894947", "region_id": "RegionOne"}], "type": "reservation", "id": "9c938a3db97144a6a79f7b578a54d1c0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4e8376cd5f0948a8b4fa23f91749bfc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "77a2db0caa2049e9942672c0f9b78927", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d8ca23539ca343fdae8f41e4e0671580", "region_id": "RegionOne"}], "type": "function-engine", "id": "7245863fbeb2420089829df558c66b48", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7aae673ba2f24e5e93ceff46fb0ca0ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6db8cd86fdf44c8f826a3515988e4243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c5d18da89d2f4d6fbc636f1a7d0613c8", "region_id": "RegionOne"}], "type": "accelerator", "id": "f666d1368022489cbee852b95b9bca51", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5683cb832bc24dacba3a0169914ca2ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "930f8c0732354e73be39c3ec5370f5f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e72bcbdb64244cc5a5faf2f97f7f2a59", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e7ddd3310dfb454c808d9e775d7a6e60", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c678f6ef7128425b82c5a92c54ea7095", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bfc2968e0554496c9f4e79eddf93743c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "82ed387b5f3f4d3bb290d96a57ef3b14", "region_id": "RegionOne"}], "type": "registration", "id": "7885641b25314934aa1cc46b8144347b", "name": "adjutant"}], "user": {"domain": {"id": "c1f3b19ccdcf44caac307d1e443c4ff1", "name": "62f9fe89d7644bf69400087bd2042c0a"}, "id": "4c506ec49319472794c67fcb806a919c", "name": "e770c942f60d46cd82b05cc6afc04e37"}, "audit_ids": ["8b001b68f984447fabdb3b515aa6ffef", null], "issued_at": "2019-09-19T09:04:38.326525"}} 2019-09-19 09:06:38,581 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,584 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,585 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:38,604 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,606 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,607 keystoneauth.session RESP BODY: {"clusters": [{"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}}]} 2019-09-19 09:06:38,621 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters/1/policies -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,624 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,625 keystoneauth.session RESP BODY: {"cluster_policies": []} 2019-09-19 09:06:38,643 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/receivers -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,646 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,647 keystoneauth.session RESP BODY: {"receivers": []} 2019-09-19 09:06:38,667 keystoneauth.session REQ: curl -g -i -X DELETE https://clustering.example.com/v1/clusters/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,671 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,672 keystoneauth.session RESP BODY: {"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}} {19} openstack.tests.unit.cloud.test_domains.TestDomains.test_delete_domain [0.304723s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,650 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,653 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,654 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,656 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,665 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.451834+00:00", "project": {"domain": {"id": "e2b3bd4c7d7549569adad09b19c5536f", "name": "8d260f0318ab4b1abef2b4a5aa1bbc02"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "5de4ab27349d4219994d1b5051a31dc7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "fcd91a67599048b4963cdb747296668f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9251afbcd5284619ae4e53262a161f2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "68f7dc171b2d45ecbaa9e44eedb4219a", "region_id": "RegionOne"}], "type": "identity", "id": "e040fc26c9f94c1b89a355b8233b4b77", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c51f04f8f9ba4494a9e02f4b7618bb89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "462687c6e49c4ee690c5d9207f831510", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d96c3976faa149969db0dc6938d07066", "region_id": "RegionOne"}], "type": "compute", "id": "9ccf5df1ae4840c48100653199b53ce7", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5887c950335b40e892105c09106fe0fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b97a5e32b4d7489a86ff464e3bcd1de8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "24b0c159a4a24908bb2b657a143607c0", "region_id": "RegionOne"}], "type": "image", "id": "fa210feb606c44f78e3a11ad3c829bdf", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c45cf961474048a9ad17e7cba1fd007c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a47a2b276adf43348f3c570f45f6d9e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b392f7cfb05c4f2ba60172b4b9c87ea6", "region_id": "RegionOne"}], "type": "load-balancer", "id": "daa4dfb502eb4ee58c345b23c84b2c47", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "30dbf93edc174c10a1206c18983c84c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3cce09a46bb34c19856e1b04a1895c3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c17f8755268e4f74b0cc939ce64648ea", "region_id": "RegionOne"}], "type": "object-store", "id": "d7cfa00e8304474484b79b1708474e65", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "62d2e239be4a42e58a37f3c5979da9c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a76822ec68514d06b55b44942cedc988", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "55283b5179f34238b5171f7f059ec8db", "region_id": "RegionOne"}], "type": "clustering", "id": "ed63a4af75574d36989cc6062446aafd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6929073595ab44d8ba4071df0438f5ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2cf715f269b94a21a2ebf611de87757c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2c4e28bccd37497386000b28dad9a00f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "997c276520144dd8a7f9eba701a6127e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c24c6505aabc46d7bfef56855c0a3da0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "adbc22347d8d41f4b8bf4811e93fae80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "80a273e97a3d454bab1c91c0c16a49b7", "region_id": "RegionOne"}], "type": "cluster", "id": "6ac7848bd76440a6a1dbef78e302282b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c34e16092ef84b8588e7e7cdff03c6a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "dccd314eb2ec47f6abd95df6f6432e41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "cbcb01462b854b339ecf94c6dfedde79", "region_id": "RegionOne"}], "type": "data-processing", "id": "c3f4f19c637941aa8d33768a0dc63ae8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f12c9886dd9c4ab8bea27627db80e348", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "80060d04417b4f33af6e7d476ea2f8e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "230b90e673084e5695b7327a7e637e75", "region_id": "RegionOne"}], "type": "baremetal", "id": "81e09e22b6dd407cb33d3bf6be7227be", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "39a0e853309c4742b1e545910ce84d7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "73727dfd6003403c909ffba53772c90e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1ac6b7f1ff614ea19662b5d32f80ed93", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d9263f480406499eb17fd98e75fbd6a0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4c8ae4a9a1d74e428093e5633c05308e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3eac0f44cacb474e9109ba4093a36e83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "21e5f6ea88ae43b997d17ffb5ea366f0", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f6ce14011ffd4e63acbf710e781e6768", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a438f77546064fc98a0bf2f17ecae673", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5b6a9f08ab8f4222b35ac1eec10af5ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "55a74bd09f9c44a58c2da3b081713d06", "region_id": "RegionOne"}], "type": "key-manager", "id": "723dac064c394598a28c05f586e15a5a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "caedf73be02c438ca79ad4c800d14036", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b1d1ee94f74740429d8668d6606ff493", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bdeabab75a814afdb066d91b7f6b03e2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1a8c0a5cb1ad4d1f9ec18b8767c00f11", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2f4957db364e4de28104df086c334066", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8b23dc05e3df4655be8d13757270e80b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9711d0ac7d2e42cc8467ee03141087a7", "region_id": "RegionOne"}], "type": "infra-optim", "id": "42b19b41c785431fa44062bea1334e2d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "949e44b2560c47fd82de94c7a1e21fce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b120bbcd27ce40b6a5ac030b326a9f13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "305b1a2c8858433eb1d09ecd1047307e", "region_id": "RegionOne"}], "type": "message", "id": "34e1a8fdb40045af824044c8eebc32cc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "236d50ff87e14712a1b98fe7c5efcc4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "46467d633d6e4d55a0dade62ff006340", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b251cbfa914b4de6b97c04b00cb995d5", "region_id": "RegionOne"}], "type": "messaging", "id": "ad08e33227e746b0a50b0a8dafd41843", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "38c8acb1af4f4218b3270a4650f07560", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8e4a582ecca946b183de67848a960663", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4a17c8768f6948f9bfb97599e46e1add", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b68bb121418e456e9b684e61fe830c64", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c7d1fbb0d6bf47acbb3a84fbd11970d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fa562a8a8a8d491faf4b6b4acb9e4907", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f3b560184d5f424694e09f27b76153e2", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3c17df8b49734601a1a2e37ecc1a900f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1a11bed486b049f0a39935c8680d296f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e0b38fde25df4606abdf6e7303dab77a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6983e7a518fa47b0bd4ea9e54bf750ad", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b709331d85ac4d81b2ed9ccb9ee626dc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f4c916220e7343589fcfd4200f21c840", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4789f20fa4b447429189360b9e1fb315", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "93e81fc3a2514266b2dab47db0919a8b", "region_id": "RegionOne"}], "type": "container-infra", "id": "704ffc73f8d04e1a96305821fddf6fab", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "80b135ade9a04ce49cfd077d6bc7a1b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "44a6b0bd47b64a4f9efa88914c707a00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "08c3c704abea4f5eb4e6ddf73aa2e8bd", "region_id": "RegionOne"}], "type": "search", "id": "9de4bee1e2ca4c6091b3ebcd2a4d893d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "0bb0cff0d5484abc84a317aa993da8e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e53a5fd94f61447c9344b4b3b39e28de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "20d6e74dc1b3480ead723793e5493cac", "region_id": "RegionOne"}], "type": "dns", "id": "d3bd91a168b841069fa0fa233d5dc3a0", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "33c87850747f4806947392a38ee7bfb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "38d0659647af4fd2bb958a125f7750ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7993b323e2bc4e428204d6088bebc925", "region_id": "RegionOne"}], "type": "workflow", "id": "f512251912174806ba5d449aa4147b00", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "650e5b01d6eb48cb938faa6d62f4676c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "090316c4edf1445c9e893d407a7f2f36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e339188832f742e5bc80f2304f545c27", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6d810539f20449e9b0bed6ad8fba48ce", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "df067ffa5fe448fbaf9cf260d057dce3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "88ca8093ba194878bc0732a1efe9c70a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "cf387ec32c464055a70d854fc862968f", "region_id": "RegionOne"}], "type": "rating", "id": "fd4c5796434a476cb935cf5af4dd1f8d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "24366c6041cc4c6c9e69983263a0ccde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9c2284c1955b4449befd4ccd8087478a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "244b53f161ff4e1a9f1e310019346b73", "region_id": "RegionOne"}], "type": "operator-policy", "id": "81589c8b317c4401b1dcc8fa1a27c2fa", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3fe11b491af84ce2b45e248d1e901a89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "367d0dc2cac04e43bc4639c3ab61a838", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ccb40c286ed446f0aa1bb301c2f0dde7", "region_id": "RegionOne"}], "type": "policy", "id": "5713add751b24ed784519171e9d50a31", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f0d437c5784b4a7aa2aa33d79cc72faf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0725792cddbe4889b684e17871d8f73f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "27207ea5ba23483982ac7d143cc5a5fd", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6ab9a1d23afc43edad2b7037bbb684b0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e96ffb6c497649c9b932986497ba1da3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3536473b0297431e8888809f8210d6d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6990d2ab2317461ead59a0f8ac7b3b9f", "region_id": "RegionOne"}], "type": "sharev2", "id": "7b67f3f08ac24dcb9b366d6e440fecf8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bd56608bd765487b891a1e3b37a51bca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3b061de72fb847e1b5f1109fa7ed05c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6b29272e410d452cb77b546bb709e0c0", "region_id": "RegionOne"}], "type": "share", "id": "23c3a4ddfc5a44e0a680fe456598d944", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "81476a82a95a49efbbecb189dcb33bcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f890a21443974b54818184c1e9d1fe7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "16f2e95ed67746d288995f2b661b75e5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3d265a6954a846d0bfb0531fd4c8ae68", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11917f50117d4591a4cb1a2ea732abbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69b9dd061e8f4582a80769fcc663f2a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0df04d1b095646feaadf1c6e89b6feb0", "region_id": "RegionOne"}], "type": "orchestration", "id": "c1ca909d3db84dfca6358753f83dba9b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "287a13999240426ab2fe5651bdc67193", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ee6a6a0f4f149d3a085ab3be7b6877b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6dad69d10b254977ae68719e9f69ecc0", "region_id": "RegionOne"}], "type": "block-storage", "id": "3f313b87455144feb3e39582059841ed", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ab07e32bf3343c7b92e31ba2fa5764a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3b30681b31546f29f134ac0d77f15fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63a260e19ddf4b4c94581db4bbc7c257", "region_id": "RegionOne"}], "type": "volumev3", "id": "5695a71c2b7a4305b05fcfb84195b18d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1941ea2b9e74513b6a5733f4d2a1ace", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4bbc39a7bc848559dd10940ee679681", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b582934a37fd43a495ff625bcc614e93", "region_id": "RegionOne"}], "type": "volumev2", "id": "2413a528c7a344778268a3af172503cb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3824a4bfac9489eb0c83e35f4022732", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6725a8dea1be46d2ac0c113e972bd96f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e2d083cd47a456b8155983425c23a8a", "region_id": "RegionOne"}], "type": "volume", "id": "ac0b5e2fe2db434799f735db3ce59371", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "868681402f174a96a2cb28d5c6bcd792", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "603c0f93100541fb87a58fd90c606da1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c9e8a406ece64af79a5bb97daa44e8cb", "region_id": "RegionOne"}], "type": "block-store", "id": "2b34a8783bf04a548606d34efa25efc5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f65bb4286bf8433c9aa8f998e1bcc17a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c8b0460321224f3589631ec7eeb676a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "631bc6a22b4148159b9ba38ab1304da0", "region_id": "RegionOne"}], "type": "alarm", "id": "c83c3775a3f240709b5344455b9cc099", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "72f0be5c2cc54e399d98f72ea7e18ccb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8b8d55937bc54b75bc57bb9f305f7a78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c0a0835eecfb43cf9c33f6c26af2e55d", "region_id": "RegionOne"}], "type": "alarming", "id": "26ed8ccd748343d8a1f3d46f0da5b8b8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f032d413a4ec46a8b4a73dc3d2644f9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0871d3d692324668bde2ae30350b9b4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a2da18156978457085c6134955625a1b", "region_id": "RegionOne"}], "type": "meter", "id": "5d217cf4e1dc46c38702ddc275a61888", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "eac76c480f6a4104a3fc9c847e308d0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "48695b1e7f5f41d394364d066ef9d67d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "56b8afa9871540ceadf8183400c46936", "region_id": "RegionOne"}], "type": "metering", "id": "8306f64d8f7f4b3db122a6fa93a74d15", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "22d31de6e8e04c54ab29ce060dceb90b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b0ab9cf3bd3345ed95badb4beab0ba4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "97649e7f5f004009b7e002cb049ede6d", "region_id": "RegionOne"}], "type": "telemetry", "id": "ce999f2c14484cf2a932ff0ca3240d53", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f3b04380a2ac47f7992c0bea30ff6496", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bc288d4a564a4388b1c1c25eb4df6c70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5a50525483b34f14bd7ee16cfc9183fb", "region_id": "RegionOne"}], "type": "event", "id": "26fb043dc57e4608b7a5f036602c28ea", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2c47a232d4944e1688d8bacb6efa505a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f2734c42ddd148d1af7f310b1aa0c73c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bc7115a71d8d4aeaa48c1ec7793e05b8", "region_id": "RegionOne"}], "type": "events", "id": "b73578a6619b4f33ac97c975569fc202", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "366240d088cc4d4597b6e918313a23b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a5bcf78444524e3cadb3a04618f77439", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a63854dddd684738b8084651a3679aba", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f23aa177cbb94e3b82dc5dd482821ea7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "747ea1ca93d847aeb634d1297b873ec7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f6895617da6c4490820c402bec9ac2c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bf605651744b4424b7f8c649710ddd9d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6396febfd472428a95a06b38b27285a1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2182fce282b94f04b745c7277072631f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bb86e9aab2b94e05b03a0873103f3ae5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1180d1d7511c44949c4afaf522c31e1d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "66bd2f7ae12340f7b738d366d8287870", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cb63578b363648e08b9b4a48285c0cb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e44caee13b0f4957a08630e2668dcbfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3c9161e9e6b343e49a828ec0babae621", "region_id": "RegionOne"}], "type": "tricircle", "id": "b135aa4e41784102878c98f580f253c6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9282cdc24c0b45dc919ce3149cce4e7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ced5b3d93dd74be4864ac99d8fd20fc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e1023d585e584d61a1a3537259ddd24b", "region_id": "RegionOne"}], "type": "database", "id": "2d6d4da66cd34b95a6d08e0ad5557729", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6690d92b819f43babac1bec2687a374d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7b0d17cd5c5f4003b4665b29c7106b30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "77ca45a3ecc945ceb716da02560f9577", "region_id": "RegionOne"}], "type": "application-container", "id": "f95b4580dd514b38a1cd20fbff9408f6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "57d40e6ec78448c98b1f05914ea27f0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "417ff1136d004ad984d715e8b0857b9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "49990651f7fc4e8f8c397903ab184f68", "region_id": "RegionOne"}], "type": "container", "id": "8983f644e06845779f266bf539a777b5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3efd67753a5347acb56ae8864a7f73af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c6ea2c025b354c2fa029a5e4ff08f48b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "55c929ff022547679fa3059b27a4e3c3", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a7ac6244ea684971bb3389046cb96604", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2dd037e550834e4eb015aba24d19b85d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d28170b739ea4e3cbe60bde0898477cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a796874133f0482eacd4e715b5729417", "region_id": "RegionOne"}], "type": "rca", "id": "76f765c7739f4b8b9fed21f281a34d8c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "64add7e6490745e68233353708bc9142", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "83405549840e491aa25dccba9372e02d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "972527e9496c4c08b5f7b9aac9afebb6", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "7b5160cc3b994d8e92b536eecdc73ab2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5c830f3d96464959bd3eda7129fa1c5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "696beea1a2cd4f909e99fc7776d85632", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ffbbdd9518624b5cb3896c708a15c282", "region_id": "RegionOne"}], "type": "network", "id": "8992a6fe71204899a4c73d144ff5c74b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "86d71e174eb84d4990ee755a3100e266", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a035edf822e743fd895c44897e25325a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a23b67f42bf942cca45b3b12fd3b0d7f", "region_id": "RegionOne"}], "type": "backup", "id": "19fca25715454cb5b952b0a18a6a3bbd", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c05a8e081e874f36a79626d5f9c48e5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d516d64eca6541b9bced5a59e739b08b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "abb57cdc28c64c11a783055b742422e2", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f0fc5076feac45b4bd185cd6566bf9e3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dbc2d5243c0247309c8382b5c3fa6b6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "33c6ec789d56480ea2e06c9847624781", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8092e168bd6a43fa915091a5aaec5a10", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "cd2f26629baf4f2f818019cb1d98c418", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "11bf4f72b6744910a494b54d8623aa80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "737f3659090847b881f7cf5556356b86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "fc63a76afec94e16aadb7363d2d837be", "region_id": "RegionOne"}], "type": "monitoring", "id": "5cae94d6f36b4ba2bc7c160a8380c75d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9e166cbe913b40e7839865e05a72dda4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6670108ce6a340c08f17c98187af9337", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "df5f4735af854079a078e864becdfffb", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9077256e1c7d41fbbbef4ef18988b7c7", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c40eee7c6ff04f9ca2c954b2c17d873a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b81a5f534783434cbba3500a26513ccf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "682f423ccc784bbca3ed908cb792a6c2", "region_id": "RegionOne"}], "type": "placement", "id": "dc0282f524814f5d9257d63801e53d2f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c0d6a3cc6dca4e41a3e8da3ba9892676", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "049b56bfb08c4498869f4a413bc5b7d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4a36d01e706d45398c98369e8580d651", "region_id": "RegionOne"}], "type": "instance-ha", "id": "527689ce86d44a5ebda49b562b00a0bc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "079359d03207415ca4cb144a675657e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7e0dfbe095bd4f4e900747afb3e38cfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c6e0976d6ef344b28ea85e2b01b69fae", "region_id": "RegionOne"}], "type": "ha", "id": "f2ad3ba0578d4ce0b683551bbb10b5db", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6ca5c3d182ec496a9101ef57e9271e91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "39daed7712ad4cc1ba342805770a3f92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "e6408bb42b2241f2932c5ff912f15d18", "region_id": "RegionOne"}], "type": "reservation", "id": "d178b3db76744cd1bbd7a50a98214d6b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e3a5e0fbadfc463ba349009859d7a08c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1fcc5d3b49054b768349e6274d9b82b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4f04020e5ce944d896ceb2aa22b8a2f5", "region_id": "RegionOne"}], "type": "function-engine", "id": "dd509c4fe3004b9ebb9825f303544229", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b1b9361d043f459ebf489b7c90378476", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3490a284561b474b9a472873e44b019a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "271e6d945163402482e40b769495f017", "region_id": "RegionOne"}], "type": "accelerator", "id": "502975c910904f079efc2237ba425b67", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "aca58621d51b455ab0b6cfec90b18abd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a537f3a63cdb46eda9cfa0ec9a073af2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b42ec9dba2ec48c6ae23695d1cf1e1f9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7d46e4240f8c4d499b319420fddc1458", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f5ff6729ee724e3fa8680ed26efd79c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e07c333a84df43a4917300543051c8ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e4f2327f09814b2e9d22c25acb940478", "region_id": "RegionOne"}], "type": "registration", "id": "3cfa56522b8349838620c3a0db57cd38", "name": "adjutant"}], "user": {"domain": {"id": "fda04d1900424c05af840e8b8bd6122b", "name": "57d6b71457814a28a140c886beb19b65"}, "id": "6be39cc06def4e6a890b376659980d23", "name": "d5de5cc9c5514674b3e9d7e27e195859"}, "audit_ids": ["077ea31266014c7095a97fbafd83de6c", null], "issued_at": "2019-09-19T09:04:38.451834"}} 2019-09-19 09:06:38,725 keystoneauth.session REQ: curl -g -i -X PATCH https://identity.example.com/v3/domains/07b8d00aec18415ebf76c40501f0d0ff -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"domain": {"enabled": false}}' 2019-09-19 09:06:38,729 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,729 keystoneauth.session RESP BODY: {"domain": {"enabled": false, "id": "07b8d00aec18415ebf76c40501f0d0ff", "name": "domainName-2"}} 2019-09-19 09:06:38,748 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/domains/07b8d00aec18415ebf76c40501f0d0ff -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,751 keystoneauth.session RESP: [204] content-type: application/json {27} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_wait_for_baremetal_node_lock_not_locked [0.157434s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,679 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,683 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,684 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,687 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,699 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.611364+00:00", "project": {"domain": {"id": "8c5b8f553898492797200299eba93608", "name": "d48e930cace7493b81375cd065288323"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6e506abb30a4408d911cd4ec5b0ef8a7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4eaf86ee8b504b3bab9e2223fe8e1e9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "913db2cfe12249c3969fffa091449d9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "410bf2720cef4636b4dc947569744f90", "region_id": "RegionOne"}], "type": "identity", "id": "e2eba4a49b654a64889628eb88270644", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "93baa87ebd1040c0a9da7a46699d45a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4b898ac40a6643909b40080e60de9a4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "dcb5cb5e0db749828dddd16c86ddf9fd", "region_id": "RegionOne"}], "type": "compute", "id": "a805ed83bc164f9f998e38093a086874", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "861fde450bff45bda7ad083ce7921074", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e03f8fed412c487aa2a4759e0bf9e210", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "10a8b4d17a7647d69aa31e3b8712ff8f", "region_id": "RegionOne"}], "type": "image", "id": "8fb94b56db5a4866b26d4606e8925546", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5c0b0081288344c3bdd1d52cc9ed739d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ab0091798b3047bab877051362a0d21e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "82913abb744f4a1889c41ec78c9ce2bd", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a248a57fdfda4aa6a8e56e37f85e538f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b100e32bac64a1797d00dc7529f1ca9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69a7c4ad89c14a79a5733367488586a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2d5f3c0e10746efacff6e1a08f099ce", "region_id": "RegionOne"}], "type": "object-store", "id": "a662c08b257f4c21baea9026dc4406e7", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "691a6263e89e407981127061e18511cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b9a9abd3724f4dc1860aaa3cbf827132", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6b3e414b039e4c2f8333d4877fe6c609", "region_id": "RegionOne"}], "type": "clustering", "id": "0b79291bd39c4ca68187db05c78bc792", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "59a3f786963d44f2b615e705c369843c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0e96ae2cd06c4cc380192785ca38357c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8bf6756e633142cc9d811dc8085eaebe", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "594236f74b7046a9a4ea65cc21c509f1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1dbf4571f9c8484e918d81b3391984b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2878b6b83cf7446c8308755bde974191", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "26ef3765747742108755ab54b5363e4e", "region_id": "RegionOne"}], "type": "cluster", "id": "d3b2574af17346ff976efc2106518c20", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "31ac81b4065346459a5fcf343854a1c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8d1e87f99c56421a8c687930ee5271f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1b2b3f56aa8f488e9007d8aa1f9a2f51", "region_id": "RegionOne"}], "type": "data-processing", "id": "83ba9d3797e345d1849942197eb999c7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f68c38df86474ac6ab060f6d5f364864", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "913257adca8c4929a612bf4dbae6d4f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2a0612fd07b943acb4a0221327bd9ab7", "region_id": "RegionOne"}], "type": "baremetal", "id": "68ca4e5261e34e3db254c9143871d718", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "398b5d238c524dc59727d2d3020dc3a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7639f5c123ee429cad9a417c3964c980", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6b76c44fab47413f8a1647cf4c4ebf17", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f83b0de1f51b479da7ccd3ec8914ca1d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5ddf2eda69e84c68a8b771bdc1d84354", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "06e0b920e9a942428595bdb00d88fca3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0ea79b99e36140eda50d54e6df1c3795", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "048501a636eb4d0c98abd49bd29ba77e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "27d5a77ba0e346c991df5753bfb1303a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3f871c27ab9c4166bc55bc11067fd1a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4fb075ea2d4c46e1aec3a5ba7902fcc0", "region_id": "RegionOne"}], "type": "key-manager", "id": "a1a64e75bfad4b0da7c73324c7252a12", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5a664e547e5d4c0c8bd74f5843b78537", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "48282fa7847a4f7a8700275615febfa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8d7ddf2fd99c4870bc3ca773fcdc0ad3", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "abcc21b60381462e9cc3b1226f80b2c3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d7188e1f9aca452ebdc4b48d61f0dbe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c557bd32c10d4af8af81e0bbd0929c7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4fe2f28d85c94499b39d2c0468f85759", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4394a49b18ce40839c24e399a90df137", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b9b7916aba5f4508804bf4fdf7116591", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6d157b48229447ca9c2ba417dbefb0c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4a5740808c1c4141836f6de372cc5ff7", "region_id": "RegionOne"}], "type": "message", "id": "d75c9fcde645484aba942196ce0d79b2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4acc21e0bba34a6393b24d5126a38cad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2a53953c43e54b58aecdf6b8b6cc5855", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "884d751a959b4747b61c11cc22df29de", "region_id": "RegionOne"}], "type": "messaging", "id": "35bb6e1eb229403382f49cb1f889c048", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "bf7beb81d1f74867bb5fbd363145cb68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e3a4156a644642eabe13c406aa0bea01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b1a5a85ea338485a81fedb17180a5526", "region_id": "RegionOne"}], "type": "application-catalog", "id": "786c586ffe6c4c1393b1fb54473752ae", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "278c5a248e564279a7600468dc4065a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "82a18f0dab7b4d1f90ef99deb906a454", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c6d5d2a0c3214b438da7cbe67c456e39", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "258c40510e2d4c0e89c7f088e12d2e13", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ee45b1abbc1c4467a41f9c590869f3ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b950158efe04412db2d65459b86c19af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d295ae87c0c04986a3a572563257a232", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "50d2218e54454dcb842fc7fc0a8e9562", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b951d1656fe04c878056ad81ba93973d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "75e6ab195e734ef89f9dfd368d57dae4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "819fd230d89e4ccda79c7a7cea1beebb", "region_id": "RegionOne"}], "type": "container-infra", "id": "3bf912d20316441fb6bec5141497cc9c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e5058f7be5dc440799493c92118bd2a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7764a5cd807042be85e709bb857ff008", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "aeb9bf5c14074fd7bb930ac636bf4773", "region_id": "RegionOne"}], "type": "search", "id": "8294dfebdff5468b9046207079ac81a5", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "83812d6e78be407c875b2e1329d97b93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e6cda0f3949b480eaf901eb834e224e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "830c204634f0488083d658a2553ea7a2", "region_id": "RegionOne"}], "type": "dns", "id": "38b97b5745494e11a9de51a325212756", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d21a79cd330f4aaebba42f9417fc793e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "debc9280e898459b8b642ad68f589d14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "202cd5cc17c0493facf32d5bbc92f788", "region_id": "RegionOne"}], "type": "workflow", "id": "ff45ff5f53624c20bc3ce0ebe3da3ca3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e7a82ece3bfb42b1bad58c7bf135aadd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "34ee11cd64a740fba6f2d6d63aa3ae9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "41c80df807f7431e8e646dd5121f52f6", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a74e2e7c9c1f4651854bb1a096944993", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f512384f743949bcacb904bb7e0b7d51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0a42b9cf531148608aae5982bfaf33f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b045b94e14ac4e49bef6c34589e8bfbd", "region_id": "RegionOne"}], "type": "rating", "id": "beaf7ef7ad1c4169b6686f033f7381d6", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "94c42d3c742a4fdfa60b71a20c4c5535", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "73132844eff84cecac048f14bd59508a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "bdd0dc35c3a442f79a02d36f8a3016a4", "region_id": "RegionOne"}], "type": "operator-policy", "id": "494111d6929d4ddfbdad09de2afe125a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c6ad41d108714543a97ce3d343fc812d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "28d44ed3029b40cc8d6b4824f5acbece", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "606d1b23da9a4ce9b63efb17d7106096", "region_id": "RegionOne"}], "type": "policy", "id": "748bb216a3f54dbdbb600b2e54d46456", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "420d8ccd0ae14984b3e398f2b8bf86ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "392099c79be5469abbc09a004e11e049", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "eaa4b7020f1247b89ec720f707610cbf", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d31c079baf4540569a52e509974c3022", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c5cfbe873a624888be3ce4c19b16ebd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a6478ab4bbeb4b1792086e4cff116951", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f6c5e8a049ad46efa68af6f565e8bdad", "region_id": "RegionOne"}], "type": "sharev2", "id": "3ab236b77fde4d2a827345d7ae3bb68b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "55b6802650604da29e9fe76efc982c1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0f59983dad2346f299ff9c7e7862572f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e468b4cf67424add87a7113275d7a1be", "region_id": "RegionOne"}], "type": "share", "id": "992dcc1d87a9457dbf6c7a1fcb02c85a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "29f56710c7fc40db93ac858f5bf8b3d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "995289fa18564847928ea084107665cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "aac8a876aaff4e3db998d08ef5ae365c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1c307c10085e4139b0b51544be523acc", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e089007d3a464d2897d2d0a3274a4210", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10ffde727d0b4f68963e77ac35d7fb28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b50b3e095d1c46168c59fbe1a4492908", "region_id": "RegionOne"}], "type": "orchestration", "id": "5e064c6654a74ac092e42d8614f36ebc", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5c5e4f8b45a4fec9fe4996c19b9aa10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83114e4329cd459ba2d2846e251a2c79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "673ff877371a493d82f3332a354d30b5", "region_id": "RegionOne"}], "type": "block-storage", "id": "f51dac491ec546d08568afeda637a57c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44b6da7d42ea4ab28592ec69e5696886", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc4655f66fa540e19a41bdd54991294f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d970483769504f3fa757bbf9de9563d8", "region_id": "RegionOne"}], "type": "volumev3", "id": "ab49ee58064b4eeea0dfde9a29bdb0c7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a34ee4a06b774c2c8ef5d41f48f9fa78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65b1fb0c65744a539497bfc3bc09722b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e31279b78054962b02aae5d43e09f30", "region_id": "RegionOne"}], "type": "volumev2", "id": "bad0f1a263364f6daa29c84fca69824a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f15b67a593ca46f2ace067777aa442db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fb0c0995e704ff29bac9fbefc027a52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9df1250dadb49e3b524d3dc1aa191f6", "region_id": "RegionOne"}], "type": "volume", "id": "ee8341d5107f4c83a5dcbc7701b07434", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58b97000f7944236a14dfbe3b19f2da2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "691af8f16b91424cba4b6adc48336762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fdf67361fe364fffbb0bf0e3541ef6db", "region_id": "RegionOne"}], "type": "block-store", "id": "63dac3f3b3d6469c93da029aab2cc7dc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4ee8379f11164c2099548f4957ae116b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0116670da46f43e99fbea12eeda0c2e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3aa45b1f30534aedadcc1e6590be61b9", "region_id": "RegionOne"}], "type": "alarm", "id": "c6c10bd27f3f4925888b8ab24f0298d1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3f69ab96d1f0460ab697fdc1c2cf86ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4ccf1811f2944bc08c311c6060505801", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "63c16b98a9634b8195e84baf91804032", "region_id": "RegionOne"}], "type": "alarming", "id": "952d04e6c0894658b51f07958191f11c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e284f04ae6964d6fb0bef47dc5ea4817", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "71d230fda5fd4cd59b2c8c7261c756ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "95e82f0b1ef9426887ae7fdaed980e89", "region_id": "RegionOne"}], "type": "meter", "id": "f1859e06d1004c6786d0df4919068ae1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a2605bbe1ea54092aa0c4a42d7e96b5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5d50e366dd2a459ba08c4cd78852debc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "00b5c944111942959fe03f9ee6f77b9d", "region_id": "RegionOne"}], "type": "metering", "id": "531267090a654bd1ad41ec702386adf1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "875729718ac9416b8d7f41814682515e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "57074e5afbb3421fbbc0070a758de2fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ab45c0667f504c478a9857f17848baf1", "region_id": "RegionOne"}], "type": "telemetry", "id": "9579773628e34761bf0e725c4b9f0845", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a0fb124f1b444a6fb486a2ce60de64eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a61e430934e94a909f3248efd578aa68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "dc0910a8d7644feeac661bdf2c7d4753", "region_id": "RegionOne"}], "type": "event", "id": "c0264c056be046ea98f28825dec5e291", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c2bb634b735a4de58e98b55a09e9c96c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "25f8916f1d6949809a1fb320c5bf29fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ef580ee19ea9475c9f1706e8d62c4841", "region_id": "RegionOne"}], "type": "events", "id": "11cf2a0e524a487bbb2c57386bdc20ef", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a25f055446f1490d9dc633d9c74ddec3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "058e69733bb64f0688ca595359c65fe9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7cdf277831b347d3a6ea8338bf50702c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ef13db62b1d34273af61eb4bbd452db2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "15afcee0d9f64dc282fc763024bcb5ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5d1c7958a3ad4750883f83bef27f3df1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "db322a480318413aba3f06888a20ecb3", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9789646c471b487c865c0f24a7e884db", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "39ab99940428439abbbf67e1fbef26e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3362c44d40494e7c9e40248d24580015", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1f9bb2e4cd0b4c57b392f1b4ab89bec2", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4b30eb27d1f84201aa470ac045cca9b0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3829062e699f468cb65732ded654af86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "72523eebd6b7451abdcbfafcec7342c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5bade064d4984d0e88465ebae8d1fb55", "region_id": "RegionOne"}], "type": "tricircle", "id": "49a63068290d4f4fbac8a0420a809adc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2669d92d23804d3ba47e34dc23c8138b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d5773eeb2e4d465d8d4667a4eac47556", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e1e46a51e7a04d43927e9f9c12b87553", "region_id": "RegionOne"}], "type": "database", "id": "d9adc690bbc340e9bd0f257a20ee451a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3a2f8b21cc0a4ca1b53b92f2c35a31d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d99f2c02594c4676a87726764ecd016f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "638ae688081e48f58eac56002b49e781", "region_id": "RegionOne"}], "type": "application-container", "id": "fbeb1f7d594e4830ae7e2939dbf06810", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0418451f8acb4edaa10af5f0a1767356", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "df01f7aa945d4b4aae2d7bb7cc44e197", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ab4e2d689ddd435f9f0821ed15fc6d23", "region_id": "RegionOne"}], "type": "container", "id": "6a7cd1a32a8a4c2aa67372dfd6d24f65", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "47ba00b73ea54ad5af9091728d258809", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1aa3e2f3a57e47e3961061eb91548891", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "964d9b24e0c94066a2a55d777625c7d7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "bd11bb87c6fd4cb59ef677c4547f3e3b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c505bfbbaba244aeb6fa7e3ce22cfcbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "13277045a61440bdb76b45b5d17aeff5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "47e2bb5d954e43b6b77e4cae8a910be3", "region_id": "RegionOne"}], "type": "rca", "id": "37b7cc0ce600466ba014ad4acdb32f6b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9aaf32760308425fbe95bb51d4ada4da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "58e0c4101a194e4bb5a89ef5598bff38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d76d62d5c73b4c98b88d2a403a158e47", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "bd3a0d1a56bc4ace9c10f7d8b5cb9251", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "12d602f96dd242a68d6ebcb8c94d089c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7587ad05257f483f85171e113a37ac4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c61ab40e12d043c4a9b0d2a50540d3c5", "region_id": "RegionOne"}], "type": "network", "id": "6183c7bb1f744a34b2f574dfede91448", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a4a76f21e60c4f13826aaad9df6fe29c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "5aa2a30de4044cb08762384282c363a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d7a00de1e0244f4da82d968df7d46776", "region_id": "RegionOne"}], "type": "backup", "id": "a846cba0f4b64ba4b3e4af59aa66c4bc", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bd4724462417480ca62234e308d3b83f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "aecbf2d47d6a4288b1d1d7d373141673", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0cbf95a8162c471a8485cf9738f7828e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d9cb75810d5149fba816d19e110eb050", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a96a28378e8947fe8ca3733295fe2955", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9c313096c9394db795f7841ac3206a87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "34a13ef9300d42dc944b847c4208b4ce", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "297d54d388c44835af0f0c97e75aa24c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2952789331314721ba0413fe9a56a148", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "252b077e8a6b45989df932a0b79c4f35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "bb6220af13d94c7984f1a85a89b229cd", "region_id": "RegionOne"}], "type": "monitoring", "id": "582ca5a1fdfa4d34a20cbd8dd3233979", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "843218fe6b5d4cb28d5b52decef62acf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "604a845bdc294aa0a94fe827f89da585", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "29daca75911042c9b2df542ce81857a2", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "fa29c40630e644338bc9429a0da705ab", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4f3b05f8c3214a1cbaba5849d06ddd25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "00e4533c56ef45bbbb5e1de94caa1f72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4f9d4fe0928443eba0342cdae1e60d25", "region_id": "RegionOne"}], "type": "placement", "id": "2fc9b267f1c54d6f8f190fb5aab4e254", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d0c621cb0f614adfbeed4db855fb781b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "10994f539819431182920aca484fa579", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "69d92c46e9e44166ad4b1cf77136b636", "region_id": "RegionOne"}], "type": "instance-ha", "id": "79dfe325749542878b94db607839dfd2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a1a70179036a4aa685f83bb390918c86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1b28123d662b4a87ad5a7da7feccb94f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "880b0340e0bd4d43bc3c0dcf2cc37ae1", "region_id": "RegionOne"}], "type": "ha", "id": "2e7f6afb2b134aed92fdba4a4f12ad11", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "31e43f8d9a8c448ab42f9ead39e9238c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c38aa4476db648ec9d9ea05733b58a09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "989e66efdc3a4fa880ebc53df44ca31f", "region_id": "RegionOne"}], "type": "reservation", "id": "c00fec5f2e134fddad9e06fad066c474", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4bb109b2c4da43c8a0bef4c216bf1388", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0eff644734c3456384df176635742bf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3f1b771302384497a33925d0449288e7", "region_id": "RegionOne"}], "type": "function-engine", "id": "2198594bd73242d3a0f0ba1524255d0c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "abb97fdd21984bdaa0115e9dce6d16f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7c214f2a509746468538bc321618cf21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9bf804e39b6e4dabbe8bf158ceea3555", "region_id": "RegionOne"}], "type": "accelerator", "id": "6e1f7a198f3b459eb330a2d232267764", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "90020eadb24c406fa4c3fb13b3098719", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cf0f3de6bc804c4884303eebb2a41844", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a4a4664469a74cebb4b48a7efafaa40e", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e9e7cec2d3284ae3a0b4c80a8db3d350", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "38d02958a9bf474883904b1ed09597fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "aa49f90f3f4c451f84f62c2505a7a82a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7fac16d324624bcca756a56245864c94", "region_id": "RegionOne"}], "type": "registration", "id": "f6f3804c50ae49dbab8b76dcc288019d", "name": "adjutant"}], "user": {"domain": {"id": "60d27bbd000d47e18e96036034498b69", "name": "8db4f63ef84e4242b1d99c7495b242b9"}, "id": "0851352ca26246a1bb15d7d9837d865d", "name": "00044d2a5803456da664f951a45e5c97"}, "audit_ids": ["210908c98430490da0e5ae6f3227dc11", null], "issued_at": "2019-09-19T09:04:38.611364"}} 2019-09-19 09:06:38,725 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,729 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,730 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } {15} openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(saving) [0.271017s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,603 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,606 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,607 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,609 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,621 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.540169+00:00", "project": {"domain": {"id": "b36f6b65cd084e7eaea6d88d0f7fcae7", "name": "38987c775b04482c9c4ea0e31321279b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3d99c74979a54bcf923e23ffcf3d3609"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "698392c46e8f4a9896a28fe76bfe1362", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b0ef4a50f97544d1bab2e692c6660cee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f653000400f948278bb6516e99e73623", "region_id": "RegionOne"}], "type": "identity", "id": "428ea1573d964c9a90a3bccc49084c32", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "24daad5481974b8bbbd05bbbde58be02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "17d478eec68a43d39615204fd45b6489", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9d57be1454c74682ace88c3b4c273568", "region_id": "RegionOne"}], "type": "compute", "id": "5c7621650ce34fdcaa4a9f9c93a36ea7", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d12321d434284542ba7ea3a06dc6bc5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "21a97c33967f4e1d8404cc09f2cfb788", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "dd56f4840e88411f915934d19949ca2d", "region_id": "RegionOne"}], "type": "image", "id": "2ddc7885323f4650bf436fb294167522", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "99089e261f0f4a4694c6cc579023c5bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "44f100403fd4475faf93c60d7f195dce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ac39332b76f84edaad14e6ef641e3f93", "region_id": "RegionOne"}], "type": "load-balancer", "id": "6be5e8fead8b4c389a0df95910acb5c7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "619e826367e04b0cb8e3e1e418d79e47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e51564381c734234a5f67430f297523c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "472f38d81546405890c17a8104d09c72", "region_id": "RegionOne"}], "type": "object-store", "id": "81e44949c529414d9792271e2f82fa04", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1895f60c37094c22bdb057542244d91a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b53b8d70422e447ba0058c4050210ef3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "29b1c6046c5748d894883f04859ea461", "region_id": "RegionOne"}], "type": "clustering", "id": "5f3231dc5ae141cf8cd45d33bfce7e66", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "30c49cf7215e4a41a341c2d4148d15c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ac2c100e65d84d769bfe672aca757e15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e22ba0bc09634039afe54a577aa71b81", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "cf630f0a9b0e451c8479119a698e2696", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "738f1c5a5c0645bdb8b2a46309353140", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "088da8f119254989b727b3ef4ffd062b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4948d6db8bec49769651100a63f06002", "region_id": "RegionOne"}], "type": "cluster", "id": "c08339cc4bd0442b88b64fcba072325d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "08455f91dc0341a9bf3f816a4d124ae0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ae84f76e558d4e19997a9b0ae19121fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "638c58232fb342169647799ea053a979", "region_id": "RegionOne"}], "type": "data-processing", "id": "5f417b26d6d644febb5b8aaff0262e0f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d81fd48508c04c889ab5a5ee6e8fe06c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a2d3f01c6cd44ed2b8a7e9ff7c304d47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8cba0ee59de24642b96e32636ba13bbb", "region_id": "RegionOne"}], "type": "baremetal", "id": "b7e5cf99d2d84b26b085cff88b5449ab", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "901a9877d09248f8bc229f75650e8414", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dca7886c50b048a6b760a5d03a2d5308", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "668f2c3782434934aa9b4b31cae6e5f1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "1d350fae53b4456c86a32d09249b62e8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6a8b7a030c4e4570a669cafce1edfc08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "be092c1cd7294f6e957a5d72b91ea9ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "8d3a3d4a21ec439b9bb7136f5226be67", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "99fa9f389342493fb1b0649bc7185597", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c850de8b418e49ac904ce900ffcdb609", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e6a61204c7604a5cae8d2c7d87f96512", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "65b4d7c202cc4713af9df69277cc8915", "region_id": "RegionOne"}], "type": "key-manager", "id": "18e825e571044be1a40650df543ad1c2", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b6056cb04aba4f0fb8ab95502078182f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0ce30548e7774f0ca8a3ef2b384def98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0d939c8c63b144e39644d590a1d06545", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d7f947723b194aa1b0eaabbda2fe2087", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e9baa6d830d041ee9173cf9fdb21d54f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5f26faae1efb4a9f99da9185e483afbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f8c9670b33564f2aa37f855bd65fed54", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ed9d8403bee84b17b8120abdf13c76ab", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9669789a4f5f41c99479cc3e513132be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "807bce66cdbb4ff19018971459aef42e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8c145eab10f0429785e9bd765e3fe043", "region_id": "RegionOne"}], "type": "message", "id": "6572dd9c53304add95510709cfd1ffc6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "452800b3e38440ca95c7a8166d96459d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0ffa46087073411a9fd1515b7db37f76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "93ba3b4cf7ce4aacb50e5fdf351197c3", "region_id": "RegionOne"}], "type": "messaging", "id": "48fa45be05734ecd9abf297b5cba67a5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9c9ae5b6fdd249a4b28f459ddd14e846", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "131e6d06f17f4050a670035949b9fe3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "dc396b3e8e62428497a67583f329106e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8c805580740b4585a2478928777e5a44", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d6d4a9c9991a41d6a15adcc0d9196a09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "49ad484f52254db59c0f2edac89f8245", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "721716e708034528995593add0e0c013", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e028bea30f79422fa33921de0bc66c89", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ec5286460a0942e1aa1542803cb81ac4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a11dad3f94c04b27bca945490ae2c9a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be94c1ab31c34dac92dbfe9dbffd5215", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "afb1fa700f024600b4dba653f5d48abf", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "adfc28c758f245de976a9788c8478c57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "820b71b58c4f41b3bb19816924db269a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3c18180acef546ebb1839bf726ab108e", "region_id": "RegionOne"}], "type": "container-infra", "id": "9ea7fbe861564127ad4199e52929e554", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "18fdb3a77f8b4dcfac9cfac8eb9a512e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "427f6a56d98e4070a2ca22035b3c301f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "8a3d4261f41c48409db7c442d7287cf1", "region_id": "RegionOne"}], "type": "search", "id": "e9bc1dcb109640aead253bfe92e6db6f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "fe360801168b42eeac6d3c88b5e2e3c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3680e5cea87e42d6babe5ccc5a4157b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f83e7e305999422bad1b3fc3bc4b5291", "region_id": "RegionOne"}], "type": "dns", "id": "3a7c877f61a6441080ad980b68e48983", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "21ee7ce625ef4438a940488581089c07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7a7acb4c42ad4e9cb66b6fa3ee0cd623", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6d49d08f8e384c4f91cb04b74b876555", "region_id": "RegionOne"}], "type": "workflow", "id": "79a22b325aaa46d58adaadd6bcff134f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8ac3d763650c414d97719ed88d27dd87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9f64d9238be04232b77177e47f0ded89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b1bee04daff14017840d971f9db7011c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "686877a80e774fffbc28117c5cf418b3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "c130fde4a0e5465c8cf059c249df6743", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e615058ca6884678a527e44d2623852f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e134f3c2aecd4e10b44982bd7d67c016", "region_id": "RegionOne"}], "type": "rating", "id": "3d1850210a4b4142ae56b3f7a89c85aa", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "38cc6a27b7944b65a8d1faf617046814", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "53a8f46f4d3c497e8f2586c965ca844b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a474415d60ea44faa16b5508f8db2b78", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1c6ae51cd7a14349ab3cef03cb403f0a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "69ad6139dddb4617b7c438ccc1068d78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ecd8f1f22562482cbc114ef145f79a30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "256a5647088047cc87644826c5422174", "region_id": "RegionOne"}], "type": "policy", "id": "0bfe32e3093d41c284278bb1af291a82", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c896d7c88e1f432eb283206c36897679", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5ed84a805d61479492bd3c7da86c84db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "681357c55f9646a2a7f4769a11af69aa", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c77f95f5aaa1401385381b5d759c8af1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "97ab4e39a6b945f8984e7b190e1a856e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "63e1d060aac64f43943f391459525cec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "80e6d9888b6747c3b2b084e62a13008e", "region_id": "RegionOne"}], "type": "sharev2", "id": "3c806a3d661c4cc88ceab3a03e201c4b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "94342c4baac547b7a2e08bdf69bd061d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bf81cbdde999471dbb6190f9bafa5d8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dd18219c319143f0bef521b8e3bc308e", "region_id": "RegionOne"}], "type": "share", "id": "8500a6384ada4f02bc5d93473a626f1a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c2e5b7eb984444af8948c44e49c2b504", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c03948f36c3943069d4e76664997b0d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5ea329dde20f47ff914c32f3d4c1b476", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f10b2f5ba3bc40938142fe4c4062b67f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1bb1f18902a413ba7ca72d89d8517f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "797ff2386f4b4c2d898d82268df7504e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01cebd932a0a4a5aa8953a22923d05ce", "region_id": "RegionOne"}], "type": "orchestration", "id": "cc0e848484dd4a84b804b0754968df7d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51cc2d5177d34015861df1a432fe0dba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3895e216a27485da85401dec8488445", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b14cbab949584bc58fd5b5f6ed3a0d16", "region_id": "RegionOne"}], "type": "block-storage", "id": "c0e1fdc2afec426eb9e32829c70adce5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80483d8fcaa741eb901be5a8bfb4b530", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "271c09f5adff48ee8c4a5e175cb1b2ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c15a8e488a0c44229fb33695192600f3", "region_id": "RegionOne"}], "type": "volumev3", "id": "ccb35aa97e8d41288149e1613ac659cc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aeb68339dfd64b469cbea00a0c0755d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f44a792a537f431787c54b3b71ab8e88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1e31a54822d470783a45b181cf6ec71", "region_id": "RegionOne"}], "type": "volumev2", "id": "e88b9c92a83e4844ac7db208a3d74053", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03f23133774548a48e5a6f2bfc62d28e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf52e5f396cc4d46822c67ebe54dbdc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e65a7b5bbf647659f975714e6a0aaaf", "region_id": "RegionOne"}], "type": "volume", "id": "558a95c37f5040f6aeedae6845618c91", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c0bed683be6402d96aa3d61b29d01d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97db4f2aa62a406da12b520d31ad309c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9013adbaeb4942088ab1c9f615929294", "region_id": "RegionOne"}], "type": "block-store", "id": "ef8283c03b194811a1d1afcbad815606", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5f65d5f6c70b447bb7dd8b585e21e657", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e5322beecb0c4647b597928a294c4aa1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "dbd9efba296d4ee9a6d488a962dcb2a4", "region_id": "RegionOne"}], "type": "alarm", "id": "c687eccb1dc04741a75f1d121976e8a4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "926587b9085a439e88c5755d7038d94b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8e35c274412149d4bb6ec08720b518d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e8846f66257945ddbc94a716a818a40e", "region_id": "RegionOne"}], "type": "alarming", "id": "ad11bce28a144fc0851d4b50e6cabebd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "92b55feb6a3348e190576973a9ec37ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "369f25900ec84a34a6bfbc7473b83547", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8824a79f85c04818a5064dfb9e532db6", "region_id": "RegionOne"}], "type": "meter", "id": "b56620778f58498fba31b47ac06bd750", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "70f5eeb4577d41ddbd6c291f0bd2b340", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "01de21d65eed4b0dadf2b7df39e7f3aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "df231bd12145422a9e2909bc4879a822", "region_id": "RegionOne"}], "type": "metering", "id": "42f5abbd96b6429386e92e5c2786698d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "100ac4015e8546d497420a4024132afc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a804d27f56894df78268af579d633b25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "eb70829a9d1448848888a2860b75aed0", "region_id": "RegionOne"}], "type": "telemetry", "id": "408f700af44b4a5a876674d89404a7a5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7f9261aa453f4f3da2eb311d33b5de8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "015b0ead257146bcad30d99fbfb1dbbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c83f842791ff4966bc22a65db07cb72e", "region_id": "RegionOne"}], "type": "event", "id": "133a2e54bee84fc1856fbe139ec8a314", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "735f9427eb534d56beffdd3df98c0a76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b65e0eea98fd463b9aaa939e256f1a9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "38b784df3a91414db82b45a50c2ad667", "region_id": "RegionOne"}], "type": "events", "id": "c275ab3cc13b434cbd3207c84e071568", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "18a1263fc60e447882e94c82e19019a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a0c5ca1043e745fd98f0204113e7ce11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "50cf4c50e25b4910b9fd4391e295ca95", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3418a4b97fd048de9a7972c0dd361635", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bb02b05076ff4bb89b24e5d0feb84d8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c1bf7d2645e54cbab4dd2663945e22b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "85d40f7751d34ccc84a5b94425e7b5b4", "region_id": "RegionOne"}], "type": "application_deployment", "id": "264c2da74f2e4c0ca9ad40a72e13c9ed", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "77cd52c8a0ff447b9dce392d3e367ec0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c7b6ddd21f2f4b2fa7b13bd90f60f1f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "eccb8eb41d5a4729a31f0e81c3b6e640", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "29267be2c88a45ef891415a5dba36553", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6b42b9841a4e4980bab684f5acbf7193", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c481cab083084437ae9d2a737bf8d21d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3675b10c2a5e4092a447fb21bfa5c41e", "region_id": "RegionOne"}], "type": "tricircle", "id": "9dafa134767b40a9874e8bb2e9b36f04", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "637365a43bb74a4283f177b1c49d00ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a50d3dc6e4d7438ab77a49f6dd366db3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "55bf6db911aa4c5eb15815e37c6fa1c2", "region_id": "RegionOne"}], "type": "database", "id": "1d37fa828f1244e58ff0cb80f519cdfc", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4c693058d7104e23965aa3e5b0fbf33f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "333b5960101345cc8e6e380c54b6d5bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "595bb3a773684c1db17dafb75e8a6330", "region_id": "RegionOne"}], "type": "application-container", "id": "ec1b65167be9485387ee1604b1f6adf2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "63e9e03c5a91414b9433dd5f769af2a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f63d09df68be43899669bc55e7a556f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f3e5d24399f14231aefe76552b7305c0", "region_id": "RegionOne"}], "type": "container", "id": "3a2a7087c1084070aa055b2414e1f629", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f63026f7b736405a936c3a7ad5b4229f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "658a0855957e4c969e758a0e480f544b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7377278c3b2645249d346322d59c2b3c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ec8c25d766294301b6ce3683c6ba7cd2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e1457416ebdb42e78d961d05b00bec36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c09a5d9b1aa74dee8f62357c13ea661a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a4a057e392a6433985189820135f8321", "region_id": "RegionOne"}], "type": "rca", "id": "88d9a78402bb42c8a00a463285deed7d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1177685ca59749ae9a3807f391f292c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "999a6866c2f44ca38e9974a68022d3f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "29499899b991412b8d8da5309312a2a1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "87c8a33a727a4079ab9a6329c4b1218e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "b539dc1b03c948ee855e2236d1a1d90b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d39c0667f52f4ba0b6debceb29d4717e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4eb5a19c19744343876fe67b58c6ae6c", "region_id": "RegionOne"}], "type": "network", "id": "f7622a74c3f44198b075672f73b42d48", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c389faddacfc4ceaba6ffef7efcfb9db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8af6d85fe3d64715a31b4424d42f2c73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f4f0c863f6d44dd6841da0e556934257", "region_id": "RegionOne"}], "type": "backup", "id": "4913f276ceb54b60b58e60e872270d78", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a700dfd15e8b426ca93f08d1ce7a7bd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "598f66ad2d494598847b9149222e64fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fa824e51644449319d0854acfcfbeb63", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "70b1d7f5512f4c0787f349895c650af8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9600bf4511df4f478815c865ecc36503", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "533fb243db314cd58a734d624521d94b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ace7dfd56f1d4ef78b7262caa61e2da2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e80b8f2e216a4504b59603925d2c874b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f48b453a5aff4b1aafe7f28b8cf19edd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f39274d1ed424feaa80a4cbd005354ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "0d106d76f5e045028d15849f352aacb9", "region_id": "RegionOne"}], "type": "monitoring", "id": "7b7c8ed79a984c3197759896c4dba675", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "adce45b98cf644e7bd794a3d18d00e45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "55bc422e6ba5412f9892c0cf81ccc67c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cffe50d1119747e7a3a5a6a0723abc58", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "58dc4292cbb04ea392479267ebf9aff7", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ef4c8e2ec1f942fdbcf134f9982ec285", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b6cc42a27f444019936467b42dfeee27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "686d5c24ff2545b4abf67f9823fdf3d6", "region_id": "RegionOne"}], "type": "placement", "id": "351934e84cc447249855acf1c92c813a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "84c63c3b837c4b7ab3c127f4700e214a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3f446bcdfb894b9482f68cda6d17032b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f80bff5fe3374fd4b598c9d1f0ec85b1", "region_id": "RegionOne"}], "type": "instance-ha", "id": "677be70690014b5f82a34b250fd10fe4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4fc9b9adb2d943788580593cd36b28ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2f3ac948cdc3483fa7ad9ddd04d4de97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dfdf927919f04ebfbcd1a5255c6c1ca8", "region_id": "RegionOne"}], "type": "ha", "id": "8f2dc52061f8421796e56f16bc8874f5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7d9444be98134b7fbd7c0e9d98ee6a7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b7caa06409ef4ff7be28cd6adf343176", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "498ffbb258be48e393258ac6be720db6", "region_id": "RegionOne"}], "type": "reservation", "id": "224aea54578d4b20b1a29965ed9f63a3", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "086c0bcc01d64e96a2801fc4925bf68e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "25411bd9305c4244919a1cb7ced2a74c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "90ce30b54afd4889ae5b1769953c2f0e", "region_id": "RegionOne"}], "type": "function-engine", "id": "2fd330dbdcd84ab2a4aad1ed5ae7fea5", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a88e73e6e6884b6fa07139f18818a58a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2497f8497e684dc49f54208099073986", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a761d2a9538743abba0ef92f8df87fcf", "region_id": "RegionOne"}], "type": "accelerator", "id": "7eb2205057954b488664ce0514e23582", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "81659670ab8c4abbb14f293ce57deecb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7d93e7209cbd44c2bcd8e0a1ab724723", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b4651b6cedc041dcb9a46dd9a149142c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "739a60d263974d0cb482b115d66c5aee", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "31ac4f3768b14b39bf0c86dd25e9202c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "927f8f81f12b45c7a26e898cc549edf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "34dee702480141e7a17effe12c54328c", "region_id": "RegionOne"}], "type": "registration", "id": "e460af951077418d97ce0f2a0ac5e242", "name": "adjutant"}], "user": {"domain": {"id": "c7b01597ef0243de8c3b02100e56b572", "name": "5daa474ac1164b11a23fda671b2a0dbc"}, "id": "47fae23f50ad4413b4cb4be1ea7e1a0a", "name": "e614c7e2720d4552b6b7fefa7224f94e"}, "audit_ids": ["345d26c6cc0047deaac913b2d1cb3b1a", null], "issued_at": "2019-09-19T09:04:38.540169"}} 2019-09-19 09:06:38,657 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,661 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:38,662 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:38,748 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,752 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,753 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(saving)-2/file", "id": "openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(saving)-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "saving", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(saving)-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2019-09-19 09:06:38,783 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,786 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,786 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(saving)-2/file", "id": "openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(saving)-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "saving", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(saving)-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, {"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(saving)-3/file", "id": "openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(saving)-3", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(saving)-3", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {30} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_delete_flavor [0.182181s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,841 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,845 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,846 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,848 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,859 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.774631+00:00", "project": {"domain": {"id": "8726cdf2cc784383891c1de82f53f822", "name": "63f292fd3b8448ddada2a5f7415d7015"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3b6edf11f5454780b60029834a84c3a3"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9fbe3bec71754f72874d64efc7fd8a3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a7da2fd015ee417dbc8fb58e4e19822d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e630db4f55414ba4865a844158b003fb", "region_id": "RegionOne"}], "type": "identity", "id": "efc47d1b13ec470ba89a6918041b6822", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ec18dcca21e448ea9e03d0e613b90c9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2d0cd1d1fdb8419a84af8ebadbec6094", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9cd1717278a14fc1a11e8aee69dea928", "region_id": "RegionOne"}], "type": "compute", "id": "f2ae5743834945638395ec05925a3b1e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ebdb6160a21b4b39bda37e18bb402396", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2ed3bb7e5e0f4490af63304d8cb728a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "95df519fa7aa453a968cf9639ea7fa16", "region_id": "RegionOne"}], "type": "image", "id": "8cf23ffab9cf4bf790a44d996d2ef75f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7766f1aeaba347139f98bea3742575ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "214ded7f821c41339901a0e71724a997", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6240f9d8bc97497bba1f56e471d8afff", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0d7cad87643847d28f7b30f0f0100b1c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7b82c28ef8b43ca8c392c72dab4e92a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "980e0df1f36447b584afd246ca0e6fde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2309c9f91b7347ba8ea91d67159bfd92", "region_id": "RegionOne"}], "type": "object-store", "id": "ec209826bb014fe3ba6cdccb37a8ffb7", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "524aa2bcfc564406815a852fc2f6c5a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "313ab82e15c44df4a057543a496f19cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cb4ed9c2196e4afd9e9111f4ba5d2514", "region_id": "RegionOne"}], "type": "clustering", "id": "217a5005b39c48c19bafa872258cf900", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1e5255fafbcc454e9d6df8d7b7c5091b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1988f522ffa04e9184ef55a0637a3dbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e865ed561dff4fddb6f6dbb391cc480a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8bf8f8fb4cef4c28963f677d3636d61f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6b17def691f64b11bd308ecdcecce0a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dcbc496998c444c697893b8c077df4c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "711391c5ac98453fad3f56ca5404f137", "region_id": "RegionOne"}], "type": "cluster", "id": "9ed5cd514c284539baec5e38f757d246", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b4870b70bd7a43019c44b2011f43d34b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8d0c5bdbafad45a1a157d79031ad8338", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "69f35813c0d04f8aad3f872a7e197590", "region_id": "RegionOne"}], "type": "data-processing", "id": "720485b9c97542f68b258ce562c30446", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0b330e6b3eef4788ad4c1b7008c6c107", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "41aa33b74b9f4857bcd564ef0b41e306", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0b390b8872ea4dc2bb0b24104bf16641", "region_id": "RegionOne"}], "type": "baremetal", "id": "4eb8d19236704c59b1deed3c63972ec4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ced6127a30e54f3a93b5fa29ce604303", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "84621b2391a244438b66cf4e8939f1f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8b952fb7dcf9424684db51b148ac69f1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "61ae0ad2c08c44bf869446a472b5166f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "39cd6d2d6307485389104cbf687e34fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c602c56037734145877b4b95e1ae5f69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0f94dac0ff1a4eb7bb6751f537f1f7a5", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7d69f03b68a6416badb77acd8bf25de2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5b6f4f5a966140d7ac3b8f0d1404bcf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6086cd3dddf3486d81308f2ffc59727c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7b34328019d1404d98720cfdc344d896", "region_id": "RegionOne"}], "type": "key-manager", "id": "7fd192c7c4c94b00b12b4dda5587f7d4", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1ac0a641cfd8431ab08239f6644c6632", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "18cf22fb9bce4e4da898c5fff7dfb863", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5586af9cc4ff40aab6425e80c7fc5601", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a1ecbf04ddf445dd9ab00198bf665c4f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "03d06cfcbf6b41bcad295e94e305c90d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "98e2093e90124a6bb1c204f55c73a621", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3a249fd9e6db48ca95200c2bcff13df6", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d47b8c695d0e452a9a4bd103bc03e070", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a56aabbb8abb45aab9dc47d8bcade886", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c66e815493ed49248a9ec82743a0cf3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "00a34b6aeb1e455f87a0246795eb0343", "region_id": "RegionOne"}], "type": "message", "id": "390f0ae197274e3bb495de15e859ce0e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bc27b1cce0774e27a40b8638080fd9cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "cf097f04e0784d3482a03af269996647", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "167b7610d2f9451db10776329752d151", "region_id": "RegionOne"}], "type": "messaging", "id": "41aafa23f13d40d8ae3869d1aac5b201", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d4034f859e324ad689cc591cd5a409b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8ae7ecfea09d431abfc15028a00a4ec1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0b8e05bbd4884b94b2c846ba97235455", "region_id": "RegionOne"}], "type": "application-catalog", "id": "33384503b9524ffdb40fca6944cf140a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73797ac47a164386adf4b7e3363a4e7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be04d8dd0dbe44c99c4d8b8610cba1c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd311111ec874d999c90c7eb4528cc88", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "bd1e30ab46254daa91619e82d954c1b8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e4d89f769474352a48071cea650ff0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c5cf29eec7b64ef4b5b0cf33722c4047", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f75b51c60cbd4f49bd038f22d6b1355c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "14df5a6f3fab4617acd80b5d9984996a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f8eaf72e09554238b4615e6edc9f1997", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9690fc02852b4b9b991b44f7a407107b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ba456d3a92f4a6daa6837836ee4de29", "region_id": "RegionOne"}], "type": "container-infra", "id": "b1cd086f78e34ab6a7b22843977ed772", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "90ae33f6b8e84d41bb4b7d6be30cf927", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "68ae2f42032f4fccb32503091a47e63b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2b7834a632de4e4f919193292f80b82a", "region_id": "RegionOne"}], "type": "search", "id": "eafbf9a8f3174581aa0482b3de564118", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "25193614954b4a46ac9db537871de6f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "37601370f7484dad9d29de537e0254b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5d263b032d344b2daa1fdf8a141d828a", "region_id": "RegionOne"}], "type": "dns", "id": "a86121a2045b49da8c3956f922165886", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0ed7a91ef70b41219918d8b184612e87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9933c0dbd1064f4fb0bddd9191845023", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1bde442e332f41c0a8acffab669235b2", "region_id": "RegionOne"}], "type": "workflow", "id": "35387eda0cd04c1d95c4eace3f8de666", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "174a441f305f463e963d0fc440594680", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2a3ebd13df4e4a9aadc35fb14914df31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "97316eeb28d24d1eb82352566b77ccab", "region_id": "RegionOne"}], "type": "workflowv2", "id": "38e9551b8d304a62813db0016ff06543", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "06c1e54d5dc64aaeb6e95015a5ae6e39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f5fd0b6cc1ea4bca98cd9d7e3d9456f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "93cc6271cf774d0db092f8f4b63fbeb2", "region_id": "RegionOne"}], "type": "rating", "id": "80184007695540d890b2279efb078971", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dd459102114941bd9d7edb922d53fe17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b5ea4074102a4e3f977ae51ad2f8f56c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2584f74584314f49a8aaefb6c0c4124c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d48f372adca141fe80f21aaa19aa9680", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9250aec131f94ee297c50018b984a710", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "11456e46420940d783614a1a85823515", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9108878e85c341ecb1c771d2b85c7339", "region_id": "RegionOne"}], "type": "policy", "id": "9e78944d02cc48db9c91fb296de53365", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f355866bade04cea8711ce4c1824580c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "16e0cf6b98564e98b14d9d18ba34fe5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9251c6a4029c4daab1fec347dc24b5fa", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6832cd03daf9445582f51e3f10d9bac4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "52b2b1b29ec0497e98d97732b57e4b45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "54d704fa15ba4142bb0571f8cd45d5f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2d3a6b83845041f784eeb3813620d7f9", "region_id": "RegionOne"}], "type": "sharev2", "id": "b7e981484f414d5e81b2184c607c2cad", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0d4a3b0a3328404493244dfeb210936f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "316947eed19d49afbe3e2f2ef4320084", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5262e7d5facd4a12ba3e3996809e69fd", "region_id": "RegionOne"}], "type": "share", "id": "29b12b69279c44319a36c8a4a9a7690d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "21bed6cb20634e42beb61b8861de1c4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4a15d1fa27e148018cceb7ce5b6f8784", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3dd4ecc316f64eb8a915a96e500758b9", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "10c38c58e7794d108f4330d362c5fb5d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4fc885b472d4469be70fedb09dfb728", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "466361deec5a4a7b863517f5f61d1723", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88eaaccd753e4a2686ee8505422c1865", "region_id": "RegionOne"}], "type": "orchestration", "id": "c00c15c35a7f4806a9cf52d0f885e0d5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3d2ce14b2f3453aa3fb7ee765b08d4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e3ccb704c5a4715840b022a110ccfbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f64895aa4174948ae8fd4ca33d79487", "region_id": "RegionOne"}], "type": "block-storage", "id": "7c52ed7b86a343a4b489264153166779", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fd80609ae804b1585b1deb345b65e87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc9d2a33b1b54fecbdaa5c0142b3d743", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9ec603c314d45a79d6902cc2d128f8f", "region_id": "RegionOne"}], "type": "volumev3", "id": "ef9388b8a9d5465f889d4a2a3e9fe5ee", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5192a8277714c9c926cca3f80a4cfbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5fb54e669934ed58af4199465ace61d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a69ecf2d9164294be4bb12d848b5b14", "region_id": "RegionOne"}], "type": "volumev2", "id": "d12046ac492442c4ade069c4a8bc14f7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aac73174a87b44c5a0c0a0b4229ef01f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "892dc7cf756a421190ebba7ffae17026", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94e7475736dd4e48aeabed94badf24b6", "region_id": "RegionOne"}], "type": "volume", "id": "a6888be76d4747ff8dccc079592d6bf6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1a6683c1cc4429785fe80d46a846125", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3cfaa5510a6c4a41b5a6c70cdfa49104", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba121fcfcb7744c19559fb02d6bf3472", "region_id": "RegionOne"}], "type": "block-store", "id": "e163925ef7984a609cc50cdeca55a222", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6058761c4ccb498086a97181e2582b71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c90ae7a18dd54d318213cff7d2b1cf02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5dead60a62b74edc8b5606fd88e69aa5", "region_id": "RegionOne"}], "type": "alarm", "id": "9f8d6c7060344fd0895a464ec36d6cb3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4b5f120d4e47423fb73745019b9a28fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3b3282417c5f45dbba6a26f1402a36f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6dee84cf53ff437a8754989c5cc0d23b", "region_id": "RegionOne"}], "type": "alarming", "id": "3d1996fbd8fb4cd5879eaf166bdee63c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a56762a58e914b66b36d849da4298e1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0e708662c2014bb197e173a68a47a058", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "12e300151ce94ee7b4002494a27a66e7", "region_id": "RegionOne"}], "type": "meter", "id": "91feb8e537b246c5b8bdee6cfdaa6d40", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3bbe97fe3fd642309a25d33c1b2c79b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0385add3ad1148a382d3217b752d7770", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7846a5607be34436bd4711a39e42a07f", "region_id": "RegionOne"}], "type": "metering", "id": "24ab80566da746bcb60c38e2d07e1178", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6bed8f0508eb4e95a25391e83066f572", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6659ea8cce2e4fdd9606c039f447479e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ad0aa6eecd4843e5892dcb965311e148", "region_id": "RegionOne"}], "type": "telemetry", "id": "b2849babbd934007975d0f3656c0c4ce", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "38cbf25133a54d218318e1a9b507c7af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3f1b304b3d9e47a496b1fbbd7a238b1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e39594f245b44a7eb331672abde1d220", "region_id": "RegionOne"}], "type": "event", "id": "ef079fcf154f48898be205080dfec423", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cd343d5a11d549c19253fbbde8436a29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9fb82a3a947d4e16a9eb4c324ff4c9a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "06e015ec8e814bd2a7f1a9a035bf2cc6", "region_id": "RegionOne"}], "type": "events", "id": "627600e8dcb048c8bc69a4c5142b8ff5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "db31dc037eb44672ab7f2c9fa3c452eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c3d58d9fb4104592b801f2755beed046", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "44834298fc8040018f2459df5cfa1b65", "region_id": "RegionOne"}], "type": "application-deployment", "id": "99a59e14e6cc429bab2772638c101797", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cb00e1cca95e48c789f6b2d1fef73dd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4744ccbc250042878437b357322071a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "85f8ddf6b61c49789b58d62d61a29888", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1c75ea2348b94941a87cbd39c32c96cb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0aef295df0ed418c905cca553a399074", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "537dfdb5931d4c678f8144ffdc8cedc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b668495d416a41f791e0e8971e0c7902", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7b87d8dda7634226ac0c66bbf43509a5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "28a571e2229f464f8fa60de0021473c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a589da7c207c458da7185846cc4bad20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b4c8cb0f6a8843e5b3167f0562ceaaf5", "region_id": "RegionOne"}], "type": "tricircle", "id": "79d5cd3b49884ccbbb5f1960264963b3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ab1b75cbacc244c085b8d83c63d50997", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "aa6e52575ac749de97e595c85b3684c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7607d6941e854a538569d05e2ad2f588", "region_id": "RegionOne"}], "type": "database", "id": "f6d048c4f4c64641b7f05d72e8afac80", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6ff23676bf59481c80de9d635511051a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4c4de294ac7d4e1a80c13c3aa055ddd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "509252ddded64ef7bcd24bb355422bb8", "region_id": "RegionOne"}], "type": "application-container", "id": "b5c3a6b661424a42829ef28b6d6f8af2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2b2a5f7b84184955ada96eeddac4e63d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8d21ce95b8364e96be940201aa65eafd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a36c6408c532457ca182834f0c0eede3", "region_id": "RegionOne"}], "type": "container", "id": "801536c5f96f4a58bb9d5f7480c88b37", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7f8d2b51c4844d0ab762ece042b5b27b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "55f91cbff01e49dfa2934ad687137fdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "496165f8ea224dc48597e0b0290815e2", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f4e0c3f99d824aaf8acab6ad6af413e4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0ad14ec09404490f85fb0d8f6652f9a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b08fdc57b5e54a399b81c8c7b6961e8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e2fc9c66a331495db65314da04f68b04", "region_id": "RegionOne"}], "type": "rca", "id": "18889ac074094a4ea74823e572a32d49", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "368154ab999348a8b765ca4974b2ef8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "08446afd88684564ae6a99853372b632", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "dc9a46280f584c0883fbc15b0cdaf647", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "8642a41b8be8404183f6e60e927270a4", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d08489e439294bada3c5f763b812dff3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7819a7f8c0374475901c084d6c4d19dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6705313ee4e44ebfbc0722bee7616ecf", "region_id": "RegionOne"}], "type": "network", "id": "616087249974403aa262ae1fad7db5a0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1ef66f53614647bc8c1ba8b5b1c62026", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7eb6ab99748b4704a2fb93ba45f97b96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "3f9e1160e8b047abb5ca8cf92d9e3524", "region_id": "RegionOne"}], "type": "backup", "id": "b6cf52a9efa64f66ac1dd5390895dfec", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "198067318d9e4ce8ade2ecf202df4a51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cfacbc69615c45ef825a53cefe63eaec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6ff85ac15b934dd2b6f071df080f633b", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7740b14917b74a19bd7c706cc71c6b5e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9e7f9e19c05b42b5bde87b23a32c5772", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "299bbf9d14fc4cc3990005c9a6100e6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a2bf8b50fda740a1acf785408badd710", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "014eeeda3b2744eaab33f1be61b3b273", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ba69d9b95f0c4d9db83f77d0352fea38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "eea898c86e4946079951c3822c00ee62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b14641eb6958423fa985a7f4734270e2", "region_id": "RegionOne"}], "type": "monitoring", "id": "f44472138da5447e9da0761f2207684c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "eaa9867ca6e04cd8b787d35a3ad884de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a662ca328c7c464d9dca36fd39811733", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f831b493c26a49d68ac3c99d4505d248", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "88900c05e2c947309d010b7a790bd8e6", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2a8d706c9f9748cd877b9752905a34ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1d9661a6796c4ce9847e5824de5091d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "29a7a89f80fd45ab89cd3b37dfd8f2be", "region_id": "RegionOne"}], "type": "placement", "id": "8d004c70fd70456581868ee2ab8ab4ba", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "258d0e7f35b2444fa3db9ccb812d6df3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e0041ad2980e46a58017cead43a80f2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0ba3f99912fa42c09b7a1506a8d0c80a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2c8a9c4e15794867aeb8a53f6bf24254", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4cba9f394beb45d18dc28796bb64ba69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b29981a909df417faf8f32337e3bdbec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c68c9ae3d1044cd281d18f00d5cd9ba8", "region_id": "RegionOne"}], "type": "ha", "id": "6d87c7237ae54fcdb56770ab1fc7aa8d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d5c1f32e85644100839d40a8353c2448", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "89a8053703c242d883be05c68b80930c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "27349874abaf4cbcbb1e1a1576bace6f", "region_id": "RegionOne"}], "type": "reservation", "id": "8ef1ca803ecd4ceeabadee0782e2ec8f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "259c316c19ab404d9eedc07f8d211c0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9d26e865866746fa9f7890b3fa24c823", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d7d0aa3260434dc5832e18bdd8fc1759", "region_id": "RegionOne"}], "type": "function-engine", "id": "bf8f3e9aacc144698c3761fcdbf96a03", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5e3681b578064b48b934abdf3071fa69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "50679547349948548bbfd8cfdcafd088", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5307accc34604174a2b06172872a7614", "region_id": "RegionOne"}], "type": "accelerator", "id": "d0e870870973420c86ac63467c8fa4c2", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1545156b9218419fa5653dfdc301e60c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c4a4e4f9032c49eda1e0aad8bde68f95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "950c3e5326564fea960441ef5e46c650", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3002d6cee66a4ea1be53f95752542574", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "832b73adae4d47f1975af30811bdc07c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9b1dd24e13bd4850909b9f9f9f3ddbb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "61949d7b0d3143dca1a159ea79995d0f", "region_id": "RegionOne"}], "type": "registration", "id": "dc2de06434374487ab77d83586216058", "name": "adjutant"}], "user": {"domain": {"id": "a2e783cfec7c4b7eb3e5e92eb900d2bf", "name": "4672743ffc2a4ea590bb54761748c5eb"}, "id": "dc4f9906efda4e539b2abe8ed1597d1c", "name": "3e7d2eed534c40aa860c7497cafd79a2"}, "audit_ids": ["4593db5b0626464da62a3c2988396caf", null], "issued_at": "2019-09-19T09:04:38.774631"}} 2019-09-19 09:06:38,921 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,925 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,927 keystoneauth.session RESP BODY: {"flavors": [{"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "bookmark"}], "ram": 200, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "name": "chocolate", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "bookmark"}], "ram": 300, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "name": "strawberry", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-09-19 09:06:38,947 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,951 keystoneauth.session RESP: [200] content-type: application/json {17} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(driver_info_changed) [0.366057s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,571 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,575 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,576 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,577 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,671 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.506811+00:00", "project": {"domain": {"id": "82487cbf28364a219f9b32f47e04cabe", "name": "21addbe65da7453594d371137c8bbb5e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "691eb3cb325240c0a36ec8383f7ae722"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "7cecd2a292ee482c8513b84d0776f1f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "170395f94ad44698b661aef7919ed98e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "16e187e1bdd040098bd67e2cde03e842", "region_id": "RegionOne"}], "type": "identity", "id": "e12444b5599c4680a140ab3ea7a41895", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f55ad7dbd0724e4d8c82ade7e761f9f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c0b020a96d1a41fcbd0be0cd28c9ecae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8dcb910553b84d8f8e518895e598af23", "region_id": "RegionOne"}], "type": "compute", "id": "32e27c87bd7347029410e3154cf43e23", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a8f63d4aaf54d67abbcbb23745c8eff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1902831897814aa698df3437e0947a91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "32d269e8fa804459bd5cea20c896aeef", "region_id": "RegionOne"}], "type": "image", "id": "66849198f2734083b18b651ef8453c66", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "706c65e1fc4244d5a60d69f609ffb98d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6d79bf50a008419a8169f79d6b2b0a4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2990e7fb9336461b85c2241a89589bc2", "region_id": "RegionOne"}], "type": "load-balancer", "id": "5493442caec24c92a72eec07d35e0fa0", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2622182931d4d0890fd0f2f1cdb9937", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e0979d5715d42378bac88a18caef213", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b30d606ad3cd43a5ac57a49ab32ae3a4", "region_id": "RegionOne"}], "type": "object-store", "id": "14dda867311b4ce9b955d3b9c781eaa7", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4d256ba7e4d64a4cb90afea75598ae40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "946ae8bc72014426b3fd24b0eab6df52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5ac79a926a0e4461bf784f9ef8c9ec11", "region_id": "RegionOne"}], "type": "clustering", "id": "dafbe14d3db9493981face692abe4170", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "35bfd8cb123045bfbaf12b6a0789830c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a1cbd2dc998841ca95ed96a59d0ded7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7caeca94b4d44a0eb4efa7ce101bfbb8", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "337881fa57ee43bfab6c4c850584d86e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bfa4582763ed43478c3a703d4d0f23e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d76eb5638c1046b08b69a72e6a39b420", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3c1355edc8fe425090a17c614e88f171", "region_id": "RegionOne"}], "type": "cluster", "id": "95b2ec25169d434aadc192258622b60d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a7911141c34245d387e91cdfcc0e15ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "36eb53d53f8546399daa83eeb0c7b4d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8a94e2b871204648a25b827366df439c", "region_id": "RegionOne"}], "type": "data-processing", "id": "4d7a07fba8c14b379d98de80f0f9b542", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9be9b8dce5b2486bab87b76f8f4731c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a27fc56be6d942be8628d37202b4013a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f42d8427689a45aea88592d1dc6cee3d", "region_id": "RegionOne"}], "type": "baremetal", "id": "88110a5a8ecf48a5855a77551396b021", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "72391bacf657419e8e12211da47c93f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "78406d4c60b14454a4aaa3c65fd8f257", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "26b44054976e4e71bd8fbb0a6df4e7c4", "region_id": "RegionOne"}], "type": "bare-metal", "id": "9421cf97b15444f9b1bd698199b3d267", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4f1e5b99a2c2446e922fcfb174911d38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ce09834e867d456da12cc888729e6f3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "50217f840b3641ab9eb53bf983d86020", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a3cab213e39c43e19acd777cd73c79ba", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a38e123def0140c6aa29f8be5a2b4d03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ce58a8b12e004ef499f9ceab2a75c249", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5f9a5850c1e84289bfafc47dd1afe82a", "region_id": "RegionOne"}], "type": "key-manager", "id": "59e1812961dd4c1b9dff3aff3180448a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1592691344ce48c6bac4b4ff5009058c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c205cbd525b54141be45945d5efb4033", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "496d433517a440b7aaa8013515f59b6c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "4fc1a85aac154d49977a1d0bc76feeb5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "da1f604e61ed468dba4d04ad0b2cd9ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "54502680ec4843dca6de5ac53582db2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b0bdcd3ec4ad4dfb8b3d9254498a905e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6846b346f30e4b55a2b9ef3571f4e2d8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d5d773f7cafe4595899630419b0536d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "60346942f5fc45299d9608c157b0b2ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e74916fcb1d440f5b82048e24f7be6f4", "region_id": "RegionOne"}], "type": "message", "id": "988c9f86a39d4b41afb3ff1e5d135971", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fda52dae89604972bbeb0c433dedc351", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "680270ee0500420b81bf166ff9684c6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c5516b3d457a4d3488d6c9d03294aec7", "region_id": "RegionOne"}], "type": "messaging", "id": "e66050ebc69d41a993900172d2e10aa8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b499ecf07eff49bca68c4b8638d9c01e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e2447ed5b7244ca290c861fb9ba09a7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "be56802339064c0ab762a57dbf312bb6", "region_id": "RegionOne"}], "type": "application-catalog", "id": "077a71b4ce114e448a1bb9afbd43d1c2", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aafdddd1cc5a46e786f599cad79fe2ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a2d065c75844129a619977cafd72fb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "30f7723754b74f2490f7c0a6232d918f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "786da7d6ace747a582a7cabef62b8076", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d8a75d52079c4a82b8e669d0c982ec78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4b8e473f7c0c4b23b4dd565485ae5229", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ed896accd3d8444a89ce5f503caecc5e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "eee35a00f73c46cd9d372e5b9918097c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "91640762678c49f89cb5454d6647def7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d956ceaa60814d5496803d4df0284c37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5de2d23e6165455f8d192b4bd1df420f", "region_id": "RegionOne"}], "type": "container-infra", "id": "b8eccfaa800c4891bba4db4c99068ee4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "88f0603f9536482ab2c1a12bd1d6b748", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a0535bd0307947168a5dd7fc89999dd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "60c830b0dfa746fe841dd533c136720c", "region_id": "RegionOne"}], "type": "search", "id": "6295ee6c7d484d3ca51a136ffe952b34", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4c7a2066593247cdaa880e428260943f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "7c3f3097192b4a1fa79541ce1b2f8115", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "28bcc72bbdab490b940ab0b0b1865b10", "region_id": "RegionOne"}], "type": "dns", "id": "e557348b57f84c628ed24f8f3cfe498f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3b579dbf26e04b65ab12f6402be03296", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6745a7b9f6984975888045dfd9ab7968", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b9b2bb80f8be42cc99027f20beae045b", "region_id": "RegionOne"}], "type": "workflow", "id": "794ec66aae914bf2b1b322c8ca13fffd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b62f6c76dcf2415488c841435e433f1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "79405139933d4555a458cc5054520c45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a9f7f06e34384980ba81cfee202e9769", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5465482893eb42d3ae6b1a435ec72249", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ce8248a2c2be4e23b94b7247a3e26e9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "848e51fd39b642a69fd10fda0491253c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4dca4151dfc243e189b11e48f3ca0769", "region_id": "RegionOne"}], "type": "rating", "id": "21cd32c495c1474a8197f0e015f42ec4", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "992e6d4dc5e7403aab9e30c67608e3e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "20366690a5c04588a0bc2e4d49f541a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "25ab77a2ea224c0cbcb69c06dd63a28a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "3de070b0a31141a9b8ae5e7a01332637", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2b2f6703732a49398bb39f62b31dff04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b1f56789928b4cc9870959525ad252d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d6ecdaae0c204752bd98df53b68fb9ab", "region_id": "RegionOne"}], "type": "policy", "id": "6103b438605348e0961759b6a870663c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4462a06332f64854898c13f16457ce70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "75c0208d616941bcba55d4c22a50b509", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b4c08909195e4006bfbe224828236a34", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "76eadab59d7b40868a5f3068079918ad", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "df4ac4f7df3a444f9a4d5392a050448f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3ab63a95742a4037b8420345b61e3756", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8c707145bf3948f1977815a3e3c9ea26", "region_id": "RegionOne"}], "type": "sharev2", "id": "c1d0446da31e4a4aa5ba29bfcc0e33a1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a6608b776c514f1cbeaea89d10bbb255", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b7aaaae754544d3a928cd01b96aee381", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "14c37db113e04ae8b842d3cf3a56b27d", "region_id": "RegionOne"}], "type": "share", "id": "f61ee40ff50a4c518236c5a6998aabb0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f5cb2525debb4df397730cee6b0177f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b8d5b485e9d54b7e9a486f52177d26d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "17b5a5279f374691b5bd6994d3af8724", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ac53fb302e6e4c1f90be33372d848158", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc218fd26cd248d88aa1022a214256c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "394c5f42147846699f9c254ad60331cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c661002089044889f63f6c4305da424", "region_id": "RegionOne"}], "type": "orchestration", "id": "649d8201807849779ad7d7c2088fe961", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f632c911e1f14b499a4a8f964f9af4af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fad64fbc42bf4637a5465521965bb302", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2cf62adda97643d1af013fdd9c7abb1f", "region_id": "RegionOne"}], "type": "block-storage", "id": "7192c2c22e28428980f8ad2eb8657dc5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e6a73ae4e14461fa652b7b18d81c64d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "340d58ff42394e68bc92f25483652b7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a11cadadabad4b27ab4720e2862297aa", "region_id": "RegionOne"}], "type": "volumev3", "id": "3ce99db915414aa0a8490ed98a1b9ce2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64f13e6e261a4b34a830c43921e8266c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "279c933702c44a4198a0056b09540288", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7375b42bd8e240c5b32305bb8ee8d7c1", "region_id": "RegionOne"}], "type": "volumev2", "id": "52a9b6c8a55848efae5e5b65bf090264", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a35f7f9270f42b6a55f5f94967a7024", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19525fc5a33143e4a09fe4fab6b6ee36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83b561efaf1d427ba348430905322b5c", "region_id": "RegionOne"}], "type": "volume", "id": "5e7ae4cac88643948deb133ffc586f6e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3f14418e4b44a798557ae0d1305ebb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f364a94f6414afdaf691c5bc646fa0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4d60fed9c28489ab6338bae749c1d86", "region_id": "RegionOne"}], "type": "block-store", "id": "873be734667d45e49a1dede20f6a22d2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "035fd49957b74bff8b52e6e662d7d49e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d73e1b263ee8444aac97b300f19c90e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d8c553bd742441b58bf62c5c10ec3159", "region_id": "RegionOne"}], "type": "alarm", "id": "e67c7bf4747d4c99b627535485b6e5d4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2c49475019224da6a5558a4cbaf396ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6ded2054723b4785b76fea9f74558c0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8620ca46e1cf4de1977fb1c25be5d5c6", "region_id": "RegionOne"}], "type": "alarming", "id": "433d5caf9cbb46b2b234c78549909e70", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f4539e63d4be4a3d970e5f81ff041cd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "65283b268eab40dfbce77f9dc6e15158", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "10e1bf372335441b9ac28a7b344da550", "region_id": "RegionOne"}], "type": "meter", "id": "c53be453e3b24e0382d9058d10d1a477", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1cb4f7862c714841a921efe828f754f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6e2b844e4bf247d1a092106404aaa677", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e7c70fa7fc4f4e59b9238c73700f4a16", "region_id": "RegionOne"}], "type": "metering", "id": "e93dd4264c19464b81c7d1a693c0a840", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c35fdce8680e48128932b98c291d10f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "53ddedbcb0a14731b236cda0e2e152ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "56dc7ae96d9c46e6ad3b02e7272d9f25", "region_id": "RegionOne"}], "type": "telemetry", "id": "a7b44daed29641a287f77be06ee853f5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7e4fa1e4d9904154be666dd171ee9ac6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8a85157da33e4d168c07df748a4b37f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f03f4a7e436d49a091e87e44705f42c2", "region_id": "RegionOne"}], "type": "event", "id": "119974cd8c9e4225be1cadecbe95f218", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4c04b09106b44594b79b341d048dc949", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3cc84e17908c44c796d4ffe24184457e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "dc31f5cfc88f4e72a1ccb85f9757b35e", "region_id": "RegionOne"}], "type": "events", "id": "b252885d3fdc46bd95679fee1a9dc1f6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d76e3b69d3cf40b6aa7e2c0364292e61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "286baf8802364bde9dd4e7de207062a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8827d0c5e0a7482bbdb198776ea66d01", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0148d506bc1446b19a2c78e63fdc4b7d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a53bd7a05a1540729bf6ceeda9f07387", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ca0c6093a06540ed87f4f6ad7ac6aa6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6c20f6021f2344ff8b0770df0a0f1339", "region_id": "RegionOne"}], "type": "application_deployment", "id": "205da4ad9d9947fcabeb17a500f0c4c5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d37dd68f03954ce98730ee5eadd2ae19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ed03f023acf44a3199e004420a0eb147", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1bc709457d9546178b637e6b217dbfe7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b0c8fb01017a49e3aa6827a67fc64573", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d3f60d81cba94b2e9c327561cd5e6c72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4f23aca5db5b47e08f03b18d81b021c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9156314628304d4390e92c61ecccaf23", "region_id": "RegionOne"}], "type": "tricircle", "id": "0b057b79379240f4941d874e8c7c0893", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "513628c70ddb4ce3ac745ed89b5e2dc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c88e63c2146f4245945169b2eff46849", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c9724e65f469404a915cd3f38401915f", "region_id": "RegionOne"}], "type": "database", "id": "f8cdc845080648cda30fc4537054e0ff", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9dc76bc037314db09c4bae458b2856e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c9aece2c88554ad889b0ce417ac28f2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "56a38917a9534fd6af073280f43061d6", "region_id": "RegionOne"}], "type": "application-container", "id": "6553dd371a5c418694c45efeac4feebc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0d61273dfc6f4478a15c186c4e1634c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0b8994b598484132bf7842ad1443935a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "438b0fb4cbbb44e4b36340fbbf17da3b", "region_id": "RegionOne"}], "type": "container", "id": "573c1e7f90574eb7b5aaa543e634916e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a28435bb397645c69fd4a53ca55a8145", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d5c3a9d76b7248278a8560cd9cf8def8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "41f0e1177fae476691b2d0c0cd274c28", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1ad5fb5f912945d7ae1c8e1bf8682a82", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4f540074bc8b4b83af4dc1c038232241", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9cf231c0e95d4007a901a5c30b897345", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "01658a3306cc49de8c2b217fb6b0957f", "region_id": "RegionOne"}], "type": "rca", "id": "0eea4b634a794f7096b9c62079a60a22", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7b8dddc82ac9478bbeb50e387e7c36f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f9d516fa46e34d3db4458aee57989460", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "37676b1f9da34aadb99bc64f914e76c9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ab4144e65121454aaf0aeefaa2d7b902", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0ce882aa1a364699ac33fcf3768f6bbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "be6dc7ed00204f90905f3b252b8cba2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "72cc4a6781864ba491d9ed2a68627cc3", "region_id": "RegionOne"}], "type": "network", "id": "5f85dc6bc5ab493bbedc95ebd1a545b9", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f45a600a6a874b84868dee5a920cfc11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0fcc15fb57114697908a2dc7bfff86ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d17d7da2a7404c7880db6dabfd12e070", "region_id": "RegionOne"}], "type": "backup", "id": "ee509353f8ea4c9ab5257ab216ea8e94", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f402c51455934706ab8364d9849e14a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1b29a8daff634d7f926d5b49a70a584f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d3058c69a8b14438bc54e7416a732442", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d442a5ebe19d443ca9af652c11d3321c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f4ade3bb164745838591721d2a939b32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f4bc28fda2b04e86ba030d3e30c83750", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5ebbb16aca33423a91d5abaa2fbc8e26", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e6c80529d67d4f74b54d49ca58b59abf", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2245866cd63e40508c3dfa39c227428f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6fce96daae364089ad4d2b2b41b6aeda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e863d5caecad41b2af9ffbcd6cced8f6", "region_id": "RegionOne"}], "type": "monitoring", "id": "6e62143eb6a54e74a6fe65690f460cb7", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "344d8f185c354da39b71fb2a371e4f42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fb7699c76d18401d87d7f7969021bf44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "493814e0c7034c3f8b97c85fbce79eaf", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "04e2d60e69dc4ab29c42424439021084", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0c5bea4780c64ef6a2c3847660249685", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "fc6606eb2d064a56b17c90195c7d1562", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "95d2420ed2ef4f6883db974e6d01905d", "region_id": "RegionOne"}], "type": "placement", "id": "aca75030938d4a6eb24f0f3ead228bba", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6476b0d1c5384d4b8947f0fbbdf92b5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "32d863643925442194263f3a0258a7e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fde0157020c14562bfde6ebd722af0ca", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e06074f7066843bc9569dda8d0a183d8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0a3c8d69c9f9458198d617bd44c77d83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "643b8675c66743708575c3be6994c52b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8e53e9183a4d4a9da64cfa7345f66a54", "region_id": "RegionOne"}], "type": "ha", "id": "6e6f6e248b1a4cc9a759263227b45eb0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5ddc0128166a4ca0815f9d088d953c82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "982626c78fc64cd480d58d566be94e97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b0d8124aaf88409f816e38ed49aef8b0", "region_id": "RegionOne"}], "type": "reservation", "id": "f96f0e3131954346bc82a29edb1812c4", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6930d6785f44430aa414ffc2a623c955", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fda926e693074d50a842c832b772b29e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a3997685d1b34830ac5154ad4ed33192", "region_id": "RegionOne"}], "type": "function-engine", "id": "e1e83a2289f8420c8311a510a6592a7a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8ef0eb3b75554298aef4e63547df86ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "824bb4dde6d042ee83847e1f1895286f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1372b9ac72464ad68a9d93fb24789322", "region_id": "RegionOne"}], "type": "accelerator", "id": "41c7433e0ab140c5a3605c227275a3fb", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "76dfbbb37c8d4c25a4d90243bf00db03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ac485a1b6d164f42844b340646671715", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "72c48ca567fb4d408f3983f2ee297d73", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9edac36e35724a0f9cb4edf73a4f6c79", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "43f3c52a72ca4042bbcb93cdf8767fec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "191a8fa0ee8a4e2da153d0e12a1a14da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ea42fa912ab64911a434f75676a1203e", "region_id": "RegionOne"}], "type": "registration", "id": "ab9b123387e140feb788106efd870afa", "name": "adjutant"}], "user": {"domain": {"id": "67c16efbb2af453f87d0c2bf0581d13e", "name": "f08346ed2ac240e5b8960e9c9443c93c"}, "id": "4249bbf3d1ad4ac9bf1866130d172d27", "name": "e2c4829c6148415285dabbd3c24240a5"}, "audit_ids": ["583b3dea53ad40cabc52744ba9b49e72", null], "issued_at": "2019-09-19T09:04:38.506811"}} 2019-09-19 09:06:38,735 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,739 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,740 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,807 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/f04a8d33-e25f-4059-ba79-ce7ede436b18 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,811 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,812 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "f04a8d33-e25f-4059-ba79-ce7ede436b18"} 2019-09-19 09:06:38,859 keystoneauth.session REQ: curl -g -i -X PATCH https://baremetal.example.com/v1/nodes/f04a8d33-e25f-4059-ba79-ce7ede436b18 -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" -d '[{"path": "/driver_info", "value": {"cat": "meow"}, "op": "replace"}]' 2019-09-19 09:06:38,862 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,863 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "f04a8d33-e25f-4059-ba79-ce7ede436b18"} {12} openstack.tests.unit.cloud.test_endpoints.TestCloudEndpoints.test_create_endpoint_v2 [0.284016s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,797 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,808 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,809 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,811 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2019-09-19 09:06:38,895 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}4fc847896307d849c2bfee1c7f719ec2893ddf3b501277433acef5b2287faa1a" 2019-09-19 09:06:38,898 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,899 keystoneauth.session RESP BODY: {"OS-KSADM:services": [{"enabled": true, "type": "1d5a155e96094f9c85f8df8405a31212", "id": "5cda8a723f604986a2b8a09ec6d6be7d", "name": "b01da14c8bc745f5ad3961a441c61c10"}]} 2019-09-19 09:06:38,923 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v2.0/endpoints -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}4fc847896307d849c2bfee1c7f719ec2893ddf3b501277433acef5b2287faa1a" -d '{"endpoint": {"adminurl": "https://6373337f24e34ef789e9e2605daf0cdf.example.com/", "service_id": "5cda8a723f604986a2b8a09ec6d6be7d", "region": "21718397aa2440bfbf93452b18ba7108", "internalurl": "https://de39f680e5b44f55a717d0ac8b521ea6.example.com/", "publicurl": "https://5bb02edaf8274e3493d79b46848def5c.example.com/"}}' 2019-09-19 09:06:38,926 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,927 keystoneauth.session RESP BODY: {"endpoint": {"adminURL": "https://6373337f24e34ef789e9e2605daf0cdf.example.com/", "region": "21718397aa2440bfbf93452b18ba7108", "internalURL": "https://de39f680e5b44f55a717d0ac8b521ea6.example.com/", "service_id": "5cda8a723f604986a2b8a09ec6d6be7d", "id": "00d8d1d4aee143d29c1ff52fdb45dbd7", "publicURL": "https://5bb02edaf8274e3493d79b46848def5c.example.com/"}} 2019-09-19 09:06:38,943 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}4fc847896307d849c2bfee1c7f719ec2893ddf3b501277433acef5b2287faa1a" 2019-09-19 09:06:38,946 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,947 keystoneauth.session RESP BODY: {"OS-KSADM:services": [{"enabled": true, "type": "1d5a155e96094f9c85f8df8405a31212", "id": "5cda8a723f604986a2b8a09ec6d6be7d", "name": "b01da14c8bc745f5ad3961a441c61c10"}]} 2019-09-19 09:06:38,977 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}4fc847896307d849c2bfee1c7f719ec2893ddf3b501277433acef5b2287faa1a" 2019-09-19 09:06:38,980 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,981 keystoneauth.session RESP BODY: {"OS-KSADM:services": [{"enabled": true, "type": "1d5a155e96094f9c85f8df8405a31212", "id": "5cda8a723f604986a2b8a09ec6d6be7d", "name": "b01da14c8bc745f5ad3961a441c61c10"}]} 2019-09-19 09:06:39,007 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v2.0/endpoints -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}4fc847896307d849c2bfee1c7f719ec2893ddf3b501277433acef5b2287faa1a" -d '{"endpoint": {"service_id": "5cda8a723f604986a2b8a09ec6d6be7d", "region": "21718397aa2440bfbf93452b18ba7108", "publicurl": "https://5bb02edaf8274e3493d79b46848def5c.example.com/"}}' 2019-09-19 09:06:39,010 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,011 keystoneauth.session RESP BODY: {"endpoint": {"service_id": "5cda8a723f604986a2b8a09ec6d6be7d", "region": "21718397aa2440bfbf93452b18ba7108", "id": "e55d5153814345bc9842168e51cd4625", "publicURL": "https://5bb02edaf8274e3493d79b46848def5c.example.com/"}} {16} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_unregister_machine_retries [0.492805s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,454 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,458 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,459 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,461 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,471 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.394912+00:00", "project": {"domain": {"id": "9890f9eaaf35436abf28c15856ac4f96", "name": "303bdbd82f20479cac1320d678186165"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "cdb5dbc1a6994b6e8c3a5aa042430eab"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "602849795f95457b97e6553005755d2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a1a9509615d74ecdaa89d0a0af29fd74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8e8f26a5582e4669832b7a7662d729bb", "region_id": "RegionOne"}], "type": "identity", "id": "566df51af7c54980ac950e91351f6e9c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ab6de603279c433d9b047c045b1fa83e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4db242ac40334e29978587d9e5e0eae7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "adf6ba2090e944549e7bd36377a6d4b4", "region_id": "RegionOne"}], "type": "compute", "id": "1b57bbed034044f98d8f3a51fad9d5ce", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "2a21e42be6d94ae1a2c74185b925b843", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "484086babc6e4437b998a07948709cff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ec82632e511c4f4b9be934b3425101cb", "region_id": "RegionOne"}], "type": "image", "id": "703178adcabb4629836dbf60f782246f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "66470149faa04e23a8aafb81204497fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b30d1f969a714167a84a299e0b977c8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8a65c95622e14a0ca76a94ddfa7af3bc", "region_id": "RegionOne"}], "type": "load-balancer", "id": "2305f900aa994e1fa1bbd79c219db152", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fbaa7e618224892adf1d3a6b8c7cf2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7242c97ea454cf7be81e392be2a6665", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59d3e29241f54a93b98fbdfa5001ad50", "region_id": "RegionOne"}], "type": "object-store", "id": "b20bbc2213214f9790fb8ed1d5e9dcc1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "998fe561b66249498fff3f664f037a43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a2e5ca3949f94968a4af56c4e068ff66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2f45e937763646c09f6a874ca1f45768", "region_id": "RegionOne"}], "type": "clustering", "id": "74e9aff6ce35403ca299dec94d0859d7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "02d55b254d514832a1169d0226e50f5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "207774995e5246de85923fafac201752", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "305140ef9a764aa89db8909530eee63e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "6db1ea9ccb19420d9bf4c4b469131685", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "87e70ce8e210482298571d21cac82c1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3fbed3c31ed34535953460ed07691cff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8a731029ba4e4ce6a351737d2196780a", "region_id": "RegionOne"}], "type": "cluster", "id": "282efef1d84947028351a60e92db0804", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "836f2ce89ae34f259805f0310749c4ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "19684f955c2c4ee392aff3e7896f1c08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8dfb2c138f4d4416b63fce30f60e6cb0", "region_id": "RegionOne"}], "type": "data-processing", "id": "d07a4e95794f47d7a7250df1bd97a520", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "102c62c63d2142139db2d84d3d35d3a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6e9081b31408411bb466884e625c58b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "282570a8f542429e8ef9c893d601843a", "region_id": "RegionOne"}], "type": "baremetal", "id": "c221d25cc62f4bff844f56c530093182", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7129a21474fd477e82a95df5be46969e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "023ff73ac0b94957b52943e324f50e64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "547900a04ac14d11bcc93345fded7954", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4e8f96d975ef4ff78045d16182775961", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5d83cb66b8674c88b8db9cf06ad95c91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "123930a7b6a64e10802d36c3d83ec4f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b9754cb691b74e269625bb18346dbe4e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "12b9fcb9df87423683f8aa9e44b51c37", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ccf7f7ac9e7c4d87a79128e8bd864c79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7ed443fb54b0488c9650962b29f09997", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "87312c5a4c17435c9ab752a83eddb1e8", "region_id": "RegionOne"}], "type": "key-manager", "id": "ed7f8c22c27a41d89078ae5cc349c2e1", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "38c99abf8f59479c9c13468c3b05127d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fdc79a15ac03498ba12c05f4ae0a06c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "35a8ef13e0144449887040dbecf4a291", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9979ae03692a4e30b6dce66b31f8fe1d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ffa65ab02a76424baee2499ed5af753b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eda19540195d4365a1cb2f8fb8a5c084", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bd9af19a76af486da42550d01b061748", "region_id": "RegionOne"}], "type": "infra-optim", "id": "900ec6f588e24ce8ba980da3ac0583d0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "61f543374a6142a1bc59c77eb85a4475", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5b109d4142b74a74a70f5ca9b1a3bcdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "98663a94e5f7439a9377b4bef9f901e0", "region_id": "RegionOne"}], "type": "message", "id": "8143f8448bce403d9f363e2241951030", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2753709537dc43efb20a1593f8f079d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5a38f417817b40e387590ffae8167c64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6eb939abdbae46f28cf9d21290984998", "region_id": "RegionOne"}], "type": "messaging", "id": "431ab94370b942f4b018c3a54d562678", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "281b418b23bc4df8a848cd67c479aaeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "13d3cb3649a044c3b8fb708414130166", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f3f4fcc745c14f5ea4ade9d0569f5dec", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a6bd2cf15c5b4cef94985368aa10ad0c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ad55a2624224f51952cb6ab97c43954", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "22a4c1a315104d7384a5d77b22688e90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c8bf93828f53457c8404a4cb519d3019", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ba9119066e5348939e7681a553c1b616", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9b1c3f61635f48419a5beb4e8ab6a8d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1779cf2669c240fb9cd957b35f8bee49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "995523b68dcb4ede970a3ccd95334e3f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c10b06b9ba224236899ee3f05592b7bb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "36b8e9da737b481cbd5a531e99220f49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71e0ab73b9164bea9f70a4e0efaef386", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "22757110fe0d4c0a825c277af325165c", "region_id": "RegionOne"}], "type": "container-infra", "id": "29f8d68c8b7b489aaf11cfcd0e0d6d88", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "36bd354810c546189028fcd8b26ac5f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "abafac50350e4740990f76e7e462138e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e1ef331c944849e4a64c3ecd82cd1528", "region_id": "RegionOne"}], "type": "search", "id": "7674c847ab9447e59e3423303c34e1fc", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "bf3535a7a9c549b58a7d315f7a1dd18b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b89b17f236e14e06a5c0300c15774541", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "efebe35918f04145aadcf26305234da2", "region_id": "RegionOne"}], "type": "dns", "id": "5136e4ef7ccd4bada40fe4010f0d22f0", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "add8f795922243d98d11d976c0323fee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e48a8a01d4c848dcb7bbc1ecf2244809", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "48d2a89210f54b799985e9a82976e351", "region_id": "RegionOne"}], "type": "workflow", "id": "34525c0b013747bdb28e8aff245fa500", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cd28d256a0ad44fc91375e935530577e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "68d8b1b8e7a548d38a396ce3504aac80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c5132a6c56884f4ebdb480c45aa218af", "region_id": "RegionOne"}], "type": "workflowv2", "id": "68d1dbecf0604200b3a3604d27a158b2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ba202d69817642a780d2b0849f1f8b93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c334e26b7e754aad94b53e0d10fc4efd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "16da63060f484dc2a51756ef72a73a35", "region_id": "RegionOne"}], "type": "rating", "id": "c0b6b373162f411d9720e2e6dec225d9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0ddd2ae09c724c8e80b63182774f3f3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e73f13630aaa487abad3bdb552b3c26a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4bc4afe79b8e4ce39d78fc5b5955f2d0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f458b0792d6144e5973a7a6e1eae8401", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2d0cf4b20a594a508a1ce8260ff6ca08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b16274953db24173b3bc3d4cad7e94a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6d51a4a8bb03415885dad4cbaa3991e6", "region_id": "RegionOne"}], "type": "policy", "id": "588acac3682041f1a68fea4ddb7b7936", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ed43a5fe09024dd6a64662c726e854c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "06410dfe23014d79a723ec86d660dd1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7173d1fad58a41839aa7884af21f5a33", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "feea8cfa5b294e048a57753daa4fa5d5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7b54b92d1e0f48efbd4552442e06195e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "df5469a7450b4c2da10ebc3275b190f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d6211ae154ed4099a381c01a27cf4409", "region_id": "RegionOne"}], "type": "sharev2", "id": "8490593b63c842faaa2b387e0ff576be", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eff9f30436d349558abce84063a077bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bc4bc8b5ee904a138ec6e4592e5bb3b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "08ca249610c940dcbf3299cc8810b0d4", "region_id": "RegionOne"}], "type": "share", "id": "e71d185fb833482ca2588ed420381d2d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5ba8a791428c47c2969cd0275862c139", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "af5d3d46e94d4453b221ee615a67812e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c1b88f0a35664064a5fd3d73883087b8", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "24b1782e45424aff9b3f066f95bbcaf1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7faf1d3fb8184878a03f72ca03f08ab1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a387e43b952b47459787629781c5fb71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e9e0332509b4ed9b86f3e88d2ca89b2", "region_id": "RegionOne"}], "type": "orchestration", "id": "e2f3a392360342eda00df84cae09c8c8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c13b753c3fe407994b699efab854819", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "515fd2cee04e41a69010aa36bb4575d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "859577fab28c4c5f95214b3c9926b372", "region_id": "RegionOne"}], "type": "block-storage", "id": "b362f1a2c1754ddcb443bbef18942b60", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb61b6e92e77413e8e04c40ad65e9c68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05d38c850d184a5992f34ebdcd92e120", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "596b786431ab44d598f38293e59c1d05", "region_id": "RegionOne"}], "type": "volumev3", "id": "8126ccf5c4f44445b11f5ed3eca96b26", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da16dd67e65a45aca39a0bef6a4a3d82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad26dd46ec8d42d89c79acd559663630", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5cd2a8bb9b740858171657f1dd1bf76", "region_id": "RegionOne"}], "type": "volumev2", "id": "c13f60315a4841ed98e310fc5bd6f1a2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84cc82df84ca4c219491652c4237eddf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5678599e6df740a3837e3c1f427deb7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a362a6cabcfc4d979d35d6d61aa46520", "region_id": "RegionOne"}], "type": "volume", "id": "5635965b862f4e68976d8e3921d172a6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48e0d179c98146d6bce0762a6ad43384", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c9e17dc75ea4c2c8750f3d2314e7d66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "306380b0cb304bf89dd7263dc98bf0ef", "region_id": "RegionOne"}], "type": "block-store", "id": "447fa3dc7f944371bb11cb47dbd6d061", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "115d09563de8438fa07aaa95a56a356f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2f101da4cbeb4a85a12bc64f18615c1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "197566c8815d4c0baf2d8342c930542e", "region_id": "RegionOne"}], "type": "alarm", "id": "8c62316b78ed4179b51a2bd58811aec9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "191860a0630e47bca4cd46e3255c9358", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ba4b1e4fe5224c1388d8fd5fda22354c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "653d5e808ec543ada841232d2c91dc96", "region_id": "RegionOne"}], "type": "alarming", "id": "9c87a9da839749e080afb68ba38b19e2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b258ec15847e449fba1e2ecc0ece61fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8e9809a236ef4486b07fb8dbd7675e94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "421f193d217b4d5e97617310417f0896", "region_id": "RegionOne"}], "type": "meter", "id": "ce97b3c30728409aab0b3eabeef5d8cc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2178f6f09689426486a2fd9f5b945b47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b654b69666a640a1a88473d35233ec0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "38160042ea85445b88d1c68e026a6a66", "region_id": "RegionOne"}], "type": "metering", "id": "b050a3e37e8244489060f40dea139b5e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "09a7c5b3899641499b02e001b1934234", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "35840c096ec94d92a69ebb2ee0f2c71e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "90ebbbd44170490680b4511160eb72c0", "region_id": "RegionOne"}], "type": "telemetry", "id": "10b2b8bc836c4730b4af9996ff50ec6f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "124f8038122940f899ac3f515af539a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5b4b822cccb749f0bef78711dd7e787d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a468b73718324c0280b8b68cebce0cbd", "region_id": "RegionOne"}], "type": "event", "id": "dcf8ad20d25049f2ac1ad060af83f291", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9869d9cb64df422db32114c83d53042b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "dcf30e5ec45d41509e8d0717211b9a57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "296066468f634a8087d8f37b02ce2972", "region_id": "RegionOne"}], "type": "events", "id": "47e1731d657d4d67880a2dcd66e10cfa", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5e3ef15c494148e6a65a78b5c8f3aca7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c5d068e53cc447dfa7be736e5aa953d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "24404c9d5ad34d59b87a3bb1863c634b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "cedd5117ac5e4ab78fcd53f061e70197", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4437c1f9abd54a7a9ac96d6b4829ea92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c8f584898a0244a6a1a5ad14f8e5c0a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7d2fc345b36b4f1786e7ea7d770ed154", "region_id": "RegionOne"}], "type": "application_deployment", "id": "fd8ac56a31e149fbb48716a7faaca908", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0385e2e84b9f4c9ab23cdf6b3b6b819f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6b4e4a7dff324cbda319381b40e68866", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0cfa3cdb3e45462d955cf3721b88516b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "90330c10b88642579d2366f95620f98e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2bb42438d766455fbb387639dc182eee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "876b4f356c224e2baf63b4ee23e1e473", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "eeeec149e30847da8e8146a59d94e2a1", "region_id": "RegionOne"}], "type": "tricircle", "id": "11d391144c664ae988af2cac467418d8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "33141b16dfef49e59f8ebe01ac4dc6a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c48ba86536a84b62818ec297224f023d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2d439afea18e486eb5671988982257d4", "region_id": "RegionOne"}], "type": "database", "id": "224f7c3c4f854ef99c1a4449f2357cca", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f9df5a9f300f448c905ec8d0e7e77057", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bce8b9199ef8431492d9ea69a6ca38c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fceb013ec3084711a0923378a8c7f6a0", "region_id": "RegionOne"}], "type": "application-container", "id": "8d6b5a395cee4378b19911f262b6dc7f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e812ea3a0f294fd497ed358071a0bfee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "24e8ad79f99b4a43870e179dd1c3d6d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b2bcf9a877a84897af82ef8503c3bcfa", "region_id": "RegionOne"}], "type": "container", "id": "f5f5b6918b4f4562819c22b3f16399c8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0a405ca24b2a4115b447dfa01909e04d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e9beab65e7964efd81b1a920249a25b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "36cf6b13ade24790a8a49477d9b924c6", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a390f7768d21425fb48170485e1ec997", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fae3b60428ac4cd0bcbeda5da3a5fd78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4b5d321742374aa2aa4cb87fcffc9426", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "470f98f6300f4fd3b45da5212974e483", "region_id": "RegionOne"}], "type": "rca", "id": "3bfe4eb5b3c84c178388b53831659eb2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3f787f17da614a5d9b96aea3c427a9a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a798fc5f4cde4ef9bd5836189b0584eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "4298d75ebf0f41bbbd9d3f7fe526d024", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "256efbfa603645cd8a12c9d822a0a040", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "1b298c59891a47c093c48ed858b23dcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b9dfcf4cdf83413d97d19fbfdcc8c017", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ca222201c0f04ff589cc9c390980097b", "region_id": "RegionOne"}], "type": "network", "id": "6ef2cfb218d9413eb8e89dc2028658b6", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "282eae67a6d24856a29ad5d8a824b5de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7e0d3ce04d314add9798d1f6bd4b5855", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a609988d55f24563ba70aef6562fdc72", "region_id": "RegionOne"}], "type": "backup", "id": "fac45493354743bba2227b8192bc74c3", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "415ee53f3ec94bce831dfbc74bf1f035", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5019baf160604f78b99e177fbe7932e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7e93e98da5aa477e8bdd8b30f0bc5650", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "30e75296b0424e2bb1f4c3c15619d8fc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a7bd46fe9f534225acdd4330c3b32c7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "abd9b186bb134b94acfe7323df4b2009", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e36cb69226fd4fe5a0f680860f9234f0", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "4cc01f56b6d0432c975ae671f4ebb21b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a620afc7eb554880b4b1c6010a6fa44f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "071b43b7ab5e406c9f3a85c1980e7daa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "40dff6cf1f2f40b0b5fbcac4f520dd5a", "region_id": "RegionOne"}], "type": "monitoring", "id": "ef824e72521a4a0bb98fee0354c212b4", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bc05d34793f34ad8abee4f787c796e44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "153e1781534b4f2385c6c975d2c9213c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7a4047bfab394794b772f8089107225b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "537b5200f88d44b195909d70bbef5bcd", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "72dfd2d2e03948aa8273bab18bb4f996", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8639291c312049abb269113e7d24ce35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f29287e7cf6f4baf82bd956951395e58", "region_id": "RegionOne"}], "type": "placement", "id": "f6457d5e1625468a8b41857977832267", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "03c8715b95a343ecab9b3d2ca7c1a92c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d1eaf400456b47d890b7284dd83943bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "082eae81279b4efe91bcc3dc119f6343", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c448aa7cbd9847d9a549736f1bba40c4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cf4399faa2c14ffebe1f263dcc9a81f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "68a749fc3add436184a2c29da9dc99a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "14913f6033a34d058a7625275c8d8c92", "region_id": "RegionOne"}], "type": "ha", "id": "d695b54ffaff4eea8b4d748100f42dd2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "29cea8090a4943bd83590c1ca4bb74d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4bca0b658936463f812fb843d3a94f44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5204acb54b2f49fcb685e1fc8124ef56", "region_id": "RegionOne"}], "type": "reservation", "id": "9ea0640dde2943c59647b6b4123f5f30", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d542ecd49da242b993227857e6144aa8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "75809f50f15d4567ad946c966d4d2502", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "639042abd7cc42b3b6767a82ba7ef423", "region_id": "RegionOne"}], "type": "function-engine", "id": "77bce66440e2468b8846190223ef0a27", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8cee84a043734c13ab48249063e984cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "98b62182062d4c6cb669593f13e8f4e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "bf678c70616a4292a73cc7332c46fdaa", "region_id": "RegionOne"}], "type": "accelerator", "id": "ba2c34afa88149a48589d5efd7e9007f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "98ed2d004964453d8f767b6255dcb279", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c8e8b96a489c4f56a87935cca7220858", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0e1cfa6cbd904938b09e8e967fbc27c6", "region_id": "RegionOne"}], "type": "admin-logic", "id": "af8537ea82e44e33a18818ab71491bdb", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "070447f144ca4bc592387a996ee8487a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7dfdb12e2f414e818b4b66462fbe68f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5ed39b0b29764b0f8aa9d2dc93256791", "region_id": "RegionOne"}], "type": "registration", "id": "c7f6d972d46e42b9a79c4f4c1268b4d5", "name": "adjutant"}], "user": {"domain": {"id": "9c808f8d65c64a39b4698b653c8016b9", "name": "ffa0619aa8974535b2b6b2ace07f42b2"}, "id": "4089076d37d846dbac43605deae2c00a", "name": "7310e9d3d1714541a8af2cd2fad9ddfd"}, "audit_ids": ["cde0064ab10547468b11472e0d456f32", null], "issued_at": "2019-09-19T09:04:38.394912"}} 2019-09-19 09:06:38,625 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,629 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,630 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,691 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/525abbf1-a091-4c5c-914a-8d206cb6ad66 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,695 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,696 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "525abbf1-a091-4c5c-914a-8d206cb6ad66"} 2019-09-19 09:06:38,757 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/ports/detail?address=00:01:02:03:04:05 -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" 2019-09-19 09:06:38,761 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,763 keystoneauth.session RESP BODY: {"ports": [{"node_uuid": "525abbf1-a091-4c5c-914a-8d206cb6ad66", "uuid": "a51869e96705433dab9fe912defe5392", "address": "00:01:02:03:04:05"}]} 2019-09-19 09:06:38,783 keystoneauth.session REQ: curl -g -i -X DELETE https://baremetal.example.com/v1/ports/a51869e96705433dab9fe912defe5392 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,787 keystoneauth.session RESP: [503] content-type: application/json 2019-09-19 09:06:38,806 keystoneauth.session REQ: curl -g -i -X DELETE https://baremetal.example.com/v1/ports/a51869e96705433dab9fe912defe5392 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,810 keystoneauth.session RESP: [409] content-type: application/json 2019-09-19 09:06:38,831 keystoneauth.session REQ: curl -g -i -X DELETE https://baremetal.example.com/v1/ports/a51869e96705433dab9fe912defe5392 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,836 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,855 keystoneauth.session REQ: curl -g -i -X DELETE https://baremetal.example.com/v1/nodes/525abbf1-a091-4c5c-914a-8d206cb6ad66 -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" 2019-09-19 09:06:38,858 keystoneauth.session RESP: [409] content-type: application/json 2019-09-19 09:06:38,877 keystoneauth.session REQ: curl -g -i -X DELETE https://baremetal.example.com/v1/nodes/525abbf1-a091-4c5c-914a-8d206cb6ad66 -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" 2019-09-19 09:06:38,881 keystoneauth.session RESP: [200] content-type: application/json {14} openstack.tests.unit.cloud.test_clustering.TestClustering.test_create_cluster_receiver [0.190626s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,845 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,847 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,847 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,848 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,854 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.788187+00:00", "project": {"domain": {"id": "d50dd258c7d64119a2ae68ed394af9ce", "name": "431e46a3a6f44544b62e388316a450c5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "9ef7ac181ba0464998209fb03c5358e6"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1c78c8a007a543d2b3d61bfed47248d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "463dd6c43b3746ce8adfdffc540fe7ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ca12206329ca43ecbb04e6a4fb80f31a", "region_id": "RegionOne"}], "type": "identity", "id": "191afce12b504d71851b82b09431a1e8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e533e5a5175a41f5bb289613572abeba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d7c4efa00bde490bb43da13c373c8778", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ed64ebb2d2ed4560b866f3b4fcc2f52c", "region_id": "RegionOne"}], "type": "compute", "id": "e7728bc974f440d7bc3f336b23173668", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "746ea37298394037b0a16658133f2ab8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d67cf0715d6346219f603aefbcc4f199", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f348985ac06446c797ca6f893f930724", "region_id": "RegionOne"}], "type": "image", "id": "0a57df64a6b543759b845451a0e10984", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ce3d359adc304d8dad72c34521b64c55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d2449ebeea69470fb696b08096d1d376", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "cea47fc484f64fbaa593534bce092ffb", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e9c43f623400410c9a36ec4ba547bbe5", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12c5c4ef47ed451793530c23ce396cac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59442aeb7a82486ca136ecab0dcb6fdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70c9cdea0a46429da59cdb008964a0a4", "region_id": "RegionOne"}], "type": "object-store", "id": "6756d52eb4e8493e93af52137798bafe", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "38b6d8f698c5400190d597654cecee4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d5be041d95a54a45ab7950754b01c8b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "70ae51e8893745f6b57030fed0ac8866", "region_id": "RegionOne"}], "type": "clustering", "id": "a79ca13a327d4de6b284ffed75ba9ce7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "265a6f3750b24405a59c7f3c9e9fc133", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "007cad98cf4c47888d294ff0ef271d84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8fc2eed66cb74ea79000cb0d72c488fd", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "88c9aac93dd641b9b12fe5fb9333f1aa", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f9a0728f8bbc45ffad0271aade6f5161", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e56e1f734e3649cd9e73c9d1fab91cc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "696252f7fa704a1e99b8ceab0e36c465", "region_id": "RegionOne"}], "type": "cluster", "id": "ac89d2b8078644f2bd2038bcad2e9159", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d4fa23e009424cfd9d4261b30d0ab0c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8269527e7be2417e981213960305d1d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b1754d5a735942438ecd3eaa9ba3544c", "region_id": "RegionOne"}], "type": "data-processing", "id": "3c880f09f08d404b9c4dd12d340fea87", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4f4c2332ca61472584f3c7adba81569b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7eb31c75135e432c82c03677b2059c2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "63823428213149cf82c6435ad742d86b", "region_id": "RegionOne"}], "type": "baremetal", "id": "b8e3671c68834f2a9ccbb2fbc1fed085", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a80240f4878d4748a94632382e0e70b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e95eec7f22fc471387931ddf79f95803", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2edf0ac9daf348f7a239cd46b898bf2e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a7a73c6e389a4e0e99954d5926bb1369", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b645a227d86542cbbe8d5f748b50ed88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "78d360bfdd404760a1988cb7aa4e69fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9d922747c32249fcb467f3af423042cb", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d7006585d51c4e148d080c2fc8a0ed63", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ec44245afc4046858a83e56987b9d015", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "679b9f61f071473290adec3b058cc693", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "57262231b6074ea6b115b6299c0037ab", "region_id": "RegionOne"}], "type": "key-manager", "id": "fc17387676694dae925feaf95b6967e7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "773eb46fe8fe40b68aeee85bf22f3a44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2093a2508a9f4cb591aa7c684c3fbbd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8f95847895704e409fe2c0daf5b5001d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "79bcef359a0f47cfa80735b06c99198b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1dd162f5fb5e4d91b512c452f9c5300a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "be4f96e9db684270825aa5e1e92a6fdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "22428d8b350341819ba9209bad608544", "region_id": "RegionOne"}], "type": "infra-optim", "id": "85162db10398450eb523f8069c81efd4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2f3b99a3076d4dd49f0f1bfc9ab9898f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9b5ed265b4214f01aaf40dacf15853a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "196708d0531f4676a2ad2520e85258db", "region_id": "RegionOne"}], "type": "message", "id": "f207953342974f4eb550f7b5f51ff7bb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f016ce22753f4bbb9c2a037e289456f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7d72ad968e374df28a0043a68ba8c3a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5939f531c3e2404698c09744b03283ca", "region_id": "RegionOne"}], "type": "messaging", "id": "2e0473454e3742098e141e3272546d7d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d34f53867f8a4b2788a2bc915869c16f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "720f24c7265249f4b4e1c89f2628f059", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "14bcc7cca93146809c835cc199427fd7", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b15ac5b376324eca9ce27baf51615b85", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5f012f3e6fa446a6af64045aa0eb7a28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1dfc8171c8c348c9a1c9d753bbd2a1ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c88dda181f144d34a3bc66e46e524098", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a8bcd42e0db545ac973a85cb33007281", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6503d73cc2854130886d1e205178661c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "45cfdb9449504e0bade510ca212fb26f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5f79bb6263a14eb3b511b40717d085d9", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7746f98b303146e6a4369f5f5825afd3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "43d2e997ce564139880f950d4d84d433", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "78731b17197846feacffa6b7f3f9d891", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e99f6e16e680466c90494b1bd090a6b6", "region_id": "RegionOne"}], "type": "container-infra", "id": "6b8e5d9ea6774316aa0151498c6965a3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b874bc8c9ef44b42a3b7e8f4e0c0293e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "0d4feb79f0fe4ec18fdb000d72bf8081", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "617739a4793846d7a0e5d8faff774f10", "region_id": "RegionOne"}], "type": "search", "id": "b44d258f67c540499701d614cce52737", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c310189022c9426eaf57e1d0914d458f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0ae73b3f9cb6440b98fea4ca23b5e168", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f74542d465544fe68f3acb55e62be502", "region_id": "RegionOne"}], "type": "dns", "id": "16d0260f57604248876b7620469f3b8a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d8b79ec8885a4e1492e6548d3219e045", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6ae254c7bf074924af1cdd7cc88f7f4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "eca01091a8b94d59a61df3d07fdf6305", "region_id": "RegionOne"}], "type": "workflow", "id": "5fdd75a72e77427f9be34f9813dae275", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5f70da5b26a3481e8cddc136cee2743f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "79bb07eec65f4874bda901c8f47301ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "689bfb1c286a4b338af323d4c7f3b378", "region_id": "RegionOne"}], "type": "workflowv2", "id": "eb089df2a1f94ad3809b75a55a50d6cc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "cb04b1b16e744c2382e34508d0cd6d60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "1880c6ebf3594e2aac2765177bc795a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "67ef18593e3b4424afff2575693960e2", "region_id": "RegionOne"}], "type": "rating", "id": "469c68bf9726461abbbe038a415eb593", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "aa67055e73bd4a60b574e9e12db69299", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5cd8690ae96544c898b68071c4241b6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3cb9463254954a0a90a1d7b8cd60b9cc", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1020cc6f0d7c4c429b664eae3e56c6ee", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d994b2265b7b45c89bd0a99ecdf08ba0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7696b9dce94640c58141565039aa153e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "02cd117c410148b2a6cf2f938aea42ec", "region_id": "RegionOne"}], "type": "policy", "id": "98f9248a94fc4cb9b0aac1db2733c588", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c5bf855302484d0792be6ff022ba4051", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3f9263cb3b104365b7c05655dd9030a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f474d2f12bb34f698e412d4e5608ee59", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "67c84e2401c44ad393fad29a99cccad3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b2239e9bcb3e4f208b96376cdae00fc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8564fa2f82ee494080124b5dde63fb70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d4bdd68693bd4150a3977ab06cf2048c", "region_id": "RegionOne"}], "type": "sharev2", "id": "4dda86c79012498a92f0c76a00c32673", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e5ecc454a4434d9a82bfc1015105c409", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "54600287af5e49b5a2cf99aef338f9ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "752152f18c5843c2a695a30fd833634c", "region_id": "RegionOne"}], "type": "share", "id": "e8f4b64656034301b428d77a14dc1142", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "38b711b502ed4ac0a140d7db415284ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "425fa0c316e846c29b098cd95ba1ce17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9d0974acea6b40fb8f2196816fa6f746", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a16a28c9dfca44079eb6a9f81c70d39c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bb1546f8eed4484b867cc845e832c62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3d504a260d94ab7bb2563bf5a612a03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77c378b708ed4c57b6e0bc5571b73a66", "region_id": "RegionOne"}], "type": "orchestration", "id": "4965126eb81b4b22ac65078dfefeba42", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "360b1dbf5f9045339ddff25470c14356", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cdf6cb44ce334b46843cee05408c48bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d0e2fb8075840bf915a7ed07ea4125e", "region_id": "RegionOne"}], "type": "block-storage", "id": "a7525038ad3249b5abe26fd26f6b1923", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e7efd71d4874fa2a7d34353d2709204", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25047075433549c3946940890fd5e0f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fbd2530ddbf8437b9f25881ca494f41d", "region_id": "RegionOne"}], "type": "volumev3", "id": "3fa5c5407f4a40bdbe928d0acf978d97", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa4eb561482943c4a86270d118b8e486", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed2a87ab3e4d416e9d3a31a1deebe00a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2b0843f880c4465a7cc8e4ca153cc7d", "region_id": "RegionOne"}], "type": "volumev2", "id": "88acd277e5d3401985f82eab3e8c5b35", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2a69c22ab6645b287976d30b7e45689", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c464d41f9c4d40b0b6a2f3d1a1a50513", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "acb464a307bc43dfa9e97c24c44f8eb7", "region_id": "RegionOne"}], "type": "volume", "id": "72c9e90ebf4d454db121c089a9dd39c7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd708d63ffee47d4a04631417c4e1954", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba978b483a3d464581e3ab3ec2b0d7e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40bfd07886b44a9a806e6d0c0fae13ac", "region_id": "RegionOne"}], "type": "block-store", "id": "598c8123728641348ef268e3643192f3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5a1ef278e02341a0a914a227565896b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6c9ff7fbbe894309bbcf79f6e0c40e6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "de6824cc3f5d47feb8f4bb0925e3f5cd", "region_id": "RegionOne"}], "type": "alarm", "id": "03bfd9762ec148e9be60a2b2359fa13f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a918db5932614e709e2184690cf6169a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "460c68da44874751b35fdb18b99bc997", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "68d9406db73e49eaa58a6eb875fe08f2", "region_id": "RegionOne"}], "type": "alarming", "id": "91213d79fefc4c32bb498232f7de3e11", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5f8497d6a4f24a70b5be9697c3c08c38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c5942b9be72143c49d9622420751f43a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "08b0cde5c62245298ca318ae560e9ee1", "region_id": "RegionOne"}], "type": "meter", "id": "6c3aa55f616b41c9868547f99f539cdc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e13e951f8dcf4948a006fed4d28416c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "00e8b08704ce493ca7640639271a20bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ce5a8078ccd34cb480f2cd3abe495d30", "region_id": "RegionOne"}], "type": "metering", "id": "d0dd7c5c3c394375a604a5480df8b7e8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3a07f203a4a647fb8acec145b427261e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bdbe1cf319c546f69af2073aec62ffc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "73b0d57cd0fa4137ba2e00a5d0b88456", "region_id": "RegionOne"}], "type": "telemetry", "id": "aa962522b68441bfb0fe17cddffa07c4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4d301dfb12de49369e9c6c0135a0107f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "781020756847479db44eac44f4745782", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9296a4defedc4623a1f8cb2c8ffc689c", "region_id": "RegionOne"}], "type": "event", "id": "2e4ab150f2a34f2e9d845d4ee9cab9fa", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c96711a405e047a3a70336bf6674d99c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ffe0493e21c2455ca032fcca3e44464e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "dc9f9da51a6c48e990a0c0971690cad7", "region_id": "RegionOne"}], "type": "events", "id": "5aab73d5cbf54009a64ccaa62e605aa6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8777ca53f3ba44ea901d0b4a5ebb558a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b45290e2e8cc43318aaf3aca6911fb30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8363b06d0df34547874125eedb565bbd", "region_id": "RegionOne"}], "type": "application-deployment", "id": "eeaa21a4fe394ec3b868aa49056b75f8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "14b65b93ab474431bb3be1e94a635d09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fa5728d423e64cb7bf95f4a35f288453", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0b750dc5cb074ae9a3d641711e0941ae", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ecad4fb4a0534ceeb684ecfeae80a52e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2da1bc0f073f495d93cbbdf4c1c67166", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "affe267b85b947088c85403c98fbf203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7158852286ef4e3ba8fd5a1b72a775ef", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d624adf9598349ea90dc75d8b1313f03", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1ac690873e934018906af361be255e40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9ad239bd475d42b59c92f1881f21ad68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b45f763ed286493cb778a22d89cca1bb", "region_id": "RegionOne"}], "type": "tricircle", "id": "0bf30f794bbe4743afaa5978f88831db", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c3d3fcd2935544d6bb13ff2d05fd6fb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "61bbb944accc4379a1dc7858c020615e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0b7df44147e54047ad1e5f4bab3b0106", "region_id": "RegionOne"}], "type": "database", "id": "942fddb7414f4d7190aa20594f03cb3a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f04a337717804678a6aa1117e9596472", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "873d60d99e5f4f0b9475d8cbbcc10f3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "971067a58ebe489ea43bfd0ec6ef2f95", "region_id": "RegionOne"}], "type": "application-container", "id": "0a392488f6574d21bbdb40db3502e1e2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d683ee02817f4fb18ac2706c8dfe2064", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1e3624810edb4b338f84fb47b22825f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fe7ca2b9ce52464c968609b8c31751e9", "region_id": "RegionOne"}], "type": "container", "id": "e404bfa0d8fc45daa1454720ca28834c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0981d6f40e434d248b7d18ca9c3d0de0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "66b0bc3adebc414481ed8c07dcc64b96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "023c2dcf94be433895ef46bb496293a2", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2b34e4855377488f9336f9c43c8ab72a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5893156c7f774224b65caeea1db0de9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d9e20b03a78d4a638a0bf960ce36cc67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d3e223d9f3634b72a03afe2f17f3a61b", "region_id": "RegionOne"}], "type": "rca", "id": "9c21b87f30b143e4bd72dbc932065e30", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "98e71c0f2a434a568389f68db0be738c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "00e76c03da3847cb9ba29ca6fc057007", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "73b68e5912f74dff875c737b273c990d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "98ec02268dbb4ceab96adca68bb5c2c1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "244d8f606750451298c60e249ca72bcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2720083d4b1e4445911a23e3593e8faf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "07678bdd44004cf895af04f34eec2aa1", "region_id": "RegionOne"}], "type": "network", "id": "737a34d273bd4cdcbc6807323dd1b604", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "de61b712a3a34a5eab2d46be10a27ccf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d1dbe369b2b441e38f66679b51b7d2ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a44dc07bcb6d4e71a04f3a3c2146c0e3", "region_id": "RegionOne"}], "type": "backup", "id": "231effc70428400694a82c9361c8cd31", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "618e274e71e0427cb173bc72bbdb98f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f565842000a44a05a77c009cadfa79b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "cba582b5aeb9403dbac4bffdd3a4fc80", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "31980e9443b74a64a238f067c6d02720", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4bc7d97a1e474494ae79329283759664", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fa1c723120414d26a50fc3855117c2eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "eaed8e71adbe4b68acffab56e1f406a7", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9b78e75b0bc044f5bdc2b31a240c84a1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bd274e77de1e4171995593e5e00d76e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c1bec686e07a47088af4ac34c3706b51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ff5e09109ad14a12b17c12c69c3673dc", "region_id": "RegionOne"}], "type": "monitoring", "id": "885d104268b04f878f162f0b18a45f67", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "06740e37f32d4dbf81c579483d5cd592", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c8d677a7b9254f4e8dfbfe83f8005a2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7fb03797abe94935bb27b226f4916a2d", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6858d66de343457cbf2137a214eb23af", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "df78696c0e374b4eb201ca721aa9b36f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "63ad78b5137d458498e9f69bfcbea6f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "642a4c2bf50041ca8fbcb908dfa8c8cc", "region_id": "RegionOne"}], "type": "placement", "id": "378c70c40550471db5d2f0b8364f5105", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "39177d7b12134293931791414a6d7efa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "11c3708bd90a44e4a798f5b0b96e5826", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c0aba3a624064a0f90a9c364ad8e1a0e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c38cfd0a16a24d248d6b5e230c6738b4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fe23615f19e54b31883c79d582995afe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ca8896648c4f4874adc06a0de687046b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3dc7ea7fdde140cfa0dd004812886bd3", "region_id": "RegionOne"}], "type": "ha", "id": "1399d487f91d44cd8a746c76573f2470", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0112cb1bd40b438d95ee20b69277daae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "daf564ac5687485295c7fe2374fafe00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "184e08a7dcbe4172abbf5e17c8ac1629", "region_id": "RegionOne"}], "type": "reservation", "id": "4c29ba47927a4c56938401381798f40c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0c406a52ed784d57a2a8ec83e514d062", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e0cf2450899447afa90acc8d818e5cfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "285bc1f2d0cc454196ee2743b0c997ab", "region_id": "RegionOne"}], "type": "function-engine", "id": "280a71fc0f5349f1a6db7f67ee9649a1", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9cda1902d89d490f84d36688ba7f741b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "63af7d9021794c13b52f159f662d51d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "430eea4eef374e319b3b0cc3d6c00b07", "region_id": "RegionOne"}], "type": "accelerator", "id": "ea83753585cc44e4ad8159ce8b9ae3c3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "67bf67a8bf7e4e5f98dd83276fcb3a93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "89fa3516a66d48ddb6609ed257e77416", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "870d8549dc4d4595a4c3f3dfaabdcf6a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e5a56463d84942df857f06e540cc4f88", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7a4975ef632a43d4ab1eda904740e3df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "01347cd9362f4dae80044c0f122454ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6c3250c82e154c9c8fd50ac765683eef", "region_id": "RegionOne"}], "type": "registration", "id": "8fadff038836484d931d01ba5ae6b8db", "name": "adjutant"}], "user": {"domain": {"id": "9835ce1c02aa433c8cd05b53dd68f8a0", "name": "2adb3d7b895c48f3af5d075178a7e93d"}, "id": "d1df027d97804f3dae89eb949991147c", "name": "23d944eec8ab46088f562c033a312954"}, "audit_ids": ["875142fb331a44bc99339947796ae1b9", null], "issued_at": "2019-09-19T09:04:38.788187"}} 2019-09-19 09:06:38,922 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,926 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,927 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:38,946 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,950 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,951 keystoneauth.session RESP BODY: {"clusters": [{"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}}]} 2019-09-19 09:06:38,968 keystoneauth.session REQ: curl -g -i -X POST https://clustering.example.com/v1/receivers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"receiver": {"type": {}, "name": "fake-receiver-name"}}' 2019-09-19 09:06:38,972 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,973 keystoneauth.session RESP BODY: {"receiver": {"name": "fake-receiver-name", "cluster_id": "fake-cluster-id", "action": "FAKE_CLUSTER_ACTION", "params": {}, "type": "webhook", "id": "1"}} {29} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_network_with_no_nics [0.330753s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,721 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,725 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,727 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,730 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,742 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.659627+00:00", "project": {"domain": {"id": "504cc9cab62f42dd93979d10f1b8f4b0", "name": "1397228f3232411b94b38c17a18fb825"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d69590df59754042a513eb0756d8b381"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "62a412227109470ba30e98590a8ec0e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "bf05a282e0794c669797a8564bb8ba6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7bbe9bcf58c047428d151c23d3b9adad", "region_id": "RegionOne"}], "type": "identity", "id": "0b8baa47760b4779ad164d117c635e6d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1838817491854804928f6436a8c3c82b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "75b079fd6b3544bba7ea569ac4c96a15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "01797bd8b00a453c9f8484bad9bf67da", "region_id": "RegionOne"}], "type": "compute", "id": "befd510356bb42b8bbb944ed4f5dbbb0", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "42a5a1bae4dc465999c5391b56c18f6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3878455a230b4e12b61067a40f32573d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f989b55432e54a09a9252e9303baf1fd", "region_id": "RegionOne"}], "type": "image", "id": "df6d1817bc67421f8cccf5bea20c53c8", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "623c1396b7a84ca58db15a63075b8bbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "47ae560389e84d1a98ec6fde9999cacd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8c1f5c633a964dff927d2e8aca41fcd5", "region_id": "RegionOne"}], "type": "load-balancer", "id": "11bd6f21aeea42c6a478e4e72bf3c1ed", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ada9fc7aeb304488869150b0c76733d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "837153f074c84914a13c5620f254bd3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ed81757e13b48e084697e8e2947293c", "region_id": "RegionOne"}], "type": "object-store", "id": "cd87f616bb8249df962577f33dfe4943", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7af3b292591542ab96b6c1b96ea1e998", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "92d2ad194ef74e0d94472f2accae1e88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2cc8cbb2f1c34d2998b44c3bb3ea0acc", "region_id": "RegionOne"}], "type": "clustering", "id": "70f8083b253c4d66b8768745e1098cf3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fb5600de7eac4f2ea4c61269c4b61a75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5880425cca5c40138e0a599189233a94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f3dac38de8144f36881d2ac7e6d4e302", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2f01b1839ccb4e7c99eff6a102bbd4df", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "48f6ab144303404aa57ba3bf7d0bca27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d8adf5b6044d43fe89b60176065aab4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "822d300e74cf4e369c4c6485c6e2c690", "region_id": "RegionOne"}], "type": "cluster", "id": "973254e0d1234796aa7eb019bd482092", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ac7992001ca04c0db083e69279c38a91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "db7abe0c6b1948e690a8edb40c0188d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8c9b64fa7bab42dd8c88d7a3f989104f", "region_id": "RegionOne"}], "type": "data-processing", "id": "8ecdc326173b4be6ac2349d8ff71d26f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "499968915ee045f9a84aa8fcede0a0b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9d936dfefc2d4f89b3fc996c945fe270", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "22887bba52d443409086d4a22a2d5ceb", "region_id": "RegionOne"}], "type": "baremetal", "id": "2255017a34a145669500dafa8456c3cb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c006145727a64b7790db463aef5e19c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3bac4e8230d245279364b1f8334008c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3bc3f05d5bb446a4a09bec1099012e91", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7de5744b17524abebf97bcbf096d8f90", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3b72afe91bae4fe5958949e60862d6c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "97c35a2e68a34669ac613a8f3c966e5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "eb102cf2d3b04e749f600c310fcb8160", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "51d69040609c4197bcda5db5f4b651b3", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "aa042de3d3cb4f2c8823edea4ea17fba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "91edd1cd05c8420aa899c55099257313", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "70bb5fa163964ccebf64a0339f4940da", "region_id": "RegionOne"}], "type": "key-manager", "id": "34711aa886d643db8263b9887c945149", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5cd5975649174424985216da502bed59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d7ee80c6514e4fd0bcd94e0f1f143019", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ae39870977984517885dd2aed735f518", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "93c4258e5fcb40beb73c60ad88074dba", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8b92717c74e6427bada1a91d55c50fef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "14bcffefa4764583b8c043d3cc7278af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9915299d1416443d98020d9f0259c187", "region_id": "RegionOne"}], "type": "infra-optim", "id": "29c3b31f2cd74996ab86e331afb00853", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ade99678e9324b7d808fdfd441970562", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "879ab0dff87d40eeb8414d59e09edbdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a4f7ce247c1e4134be2571faec9332b4", "region_id": "RegionOne"}], "type": "message", "id": "3455432807b543809221173a6828693a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bd966c904b44419499bc7bf29d39ee53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "484275186e904d6fa2dc14f23b79c67b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2175b6f039f04d40a3e0709a9d386561", "region_id": "RegionOne"}], "type": "messaging", "id": "09ec4ca7d3a94152ada6ce2aa3023063", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cf46d787a9dc4e07a144ecaecb1bfef8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a720d55f61e747a2992b96c74bac2c8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "270bff6f9d674f32804d7f137f001bc6", "region_id": "RegionOne"}], "type": "application-catalog", "id": "853ccd42834a4147bfcc0f6a21d671a9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a16eeb348eed4931a5fab2bfcce0dd40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b638d418c2ae49f783f3babb323a839f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c6513a16049e43a1a9dc4cdb4e82373e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d585a760bec74f94af32a0aa5c84ac9c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "39d8e2df6f7347e2ae6040cf69f84991", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fe8b39ac97b24f77b2bd4534b83cad50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ef1b219cd43b408aaa22975b7fdc6dd6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d20ac6cc65ba4f38a1d809a81d939ff4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4c7514f6467940fdb1b790b367479890", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e840bba5524c4691b0f57b837226b9b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a2ba3593ecc4d4e88cfb9c6dc5cd5ca", "region_id": "RegionOne"}], "type": "container-infra", "id": "0056c63b114d4b3e8e299376e00d07be", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4b84f201e7584b58a1e3a4bc9e354de9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "19b4f19db02c4162bcefb1da5dfa6e19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5e3e6406d9aa4d80901c9bc2047fb0f8", "region_id": "RegionOne"}], "type": "search", "id": "d253dc2367c844ea9a3229067470f1a2", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "fd63c3dc65c24ff18b4b90580833ecbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6350a98222ef4bf8a6bce331b15ee156", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "991e39e2318f4f6f9f5a8eb5241f4bf1", "region_id": "RegionOne"}], "type": "dns", "id": "aa877e29a351451c8fd6793f069e8bee", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a531bfecbf454e21bf479f2e9a0b076d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "05131f391b344f4cafdd07e2d579a8f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6095d81250a04cd0b06a84ce32222cd0", "region_id": "RegionOne"}], "type": "workflow", "id": "3804d19cde604657b28af813c5310af4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bac2d8f57154485d8179f845851f940f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cade51df71ea448390cc4924164af351", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "51f2c79084f74497997578b0c3a6b1b0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "87e8e92838c74c7eb86b740cab75aedd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4310fb9bc5ce4f5391e2f648e1ddd9ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "80465b0ef6934e5eb06a0e9709eb8687", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6e903dda012441baa28178362cbc3aca", "region_id": "RegionOne"}], "type": "rating", "id": "545cc28e34cf4616992966ee152e5a7d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "097e6ed7c4544cabaee5821ab07cb812", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4ab454cbccf24dc4be07c171b6263f5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "99bfa829b6d44b11a98c20358b9c7833", "region_id": "RegionOne"}], "type": "operator-policy", "id": "de29ce790c76480f8e1ea2fe6fe60190", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7c848de44fb84e2aa21a0aba6ff5b111", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b8e844155a5a410581d301a39d53e91b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d4e9e38287584287b79c8d8ce8c2d3b7", "region_id": "RegionOne"}], "type": "policy", "id": "e66feb05c1dd44b9b48c3a0256fec880", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "57e376d3846e4721b7261d3d7b16ca1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bcd6b5c4d8e64067935ec6eb062fd59e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8554487c93844885adb04877f828bb24", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "3dd551cf011c49a794f89273ee0099f3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "206bd4c6159647e0ac94f4f1f7084367", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "545d538553dc4b81b6dc723fde0fd2c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f2e74292f31e4801b6598006cf7228a5", "region_id": "RegionOne"}], "type": "sharev2", "id": "6c31310368de43bd9137568ccf4c0fc0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7823fddd6e9d4ce494429bb5f8ca4653", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "346525a0358b4fad8ca26606814463ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6685c77b528a416fb64f2b2cfca74136", "region_id": "RegionOne"}], "type": "share", "id": "bbcc679ab5e04412a2ddfb38b7e74d27", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "967c6e5466d94faf8475ca0437500699", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e939509761f748c4a7f36c12dbbdae55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c6f97ab949dd4113a1f5f02da24767ba", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "29bd425229cd4b4aa3f10441ea36fb4d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21046c9f858e4ab48e218a5a137a9ca4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3eb7f750e4b43d9abc736df65bcca17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "696ca599d87041e3bb09bbd7dc0fafe6", "region_id": "RegionOne"}], "type": "orchestration", "id": "4fb8ea9df4c64e3e9486576332ae99dd", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ee985c32bce4e5fbc0f25d5230fc109", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e04ecd74974845199ec62904b02750fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91eb91d3585f46e4b490bf0e466cf5be", "region_id": "RegionOne"}], "type": "block-storage", "id": "3335c1310edc44709e2548a1d0b653dc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f4888c0f7ac47e5b8fe9dc6165e57ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fd6766302cf42fcb407b0c3a8ac7adb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fe2b11dade948df93e0c6f265f4ebe7", "region_id": "RegionOne"}], "type": "volumev3", "id": "65033e00eea241068af55063ce2ba80c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f9af67fee564558b1860dfc95a3d464", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5e6db1d8a174acc8a7ee0db285f5ea0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb7e0aa1db9a48b4bbf969c64155022e", "region_id": "RegionOne"}], "type": "volumev2", "id": "55e1400a1b7a4dc5bd1a655f8ee76fd8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50e62d53d5864eccb39b57406b9a7451", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c11b981293e4706b5e90d03c4df9d6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d815cf504d94c47a66ea8914b0889e4", "region_id": "RegionOne"}], "type": "volume", "id": "f58da927f85148e487bfa4ba5f01b62d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2076011cf654c5f8cdfe5d37cb4bca3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "291c4a52617e4b28a0b790d3497ced5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c407e545de64bfcb695723697f7481b", "region_id": "RegionOne"}], "type": "block-store", "id": "1b92f6cfb5cb4c33b469d33aa715e10b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "97e5420683b9483da7caac144e1a586b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c52ac1cecfd2434ab177b677f9cc892e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "27884bb9f3d0451781e72babbfe2da3e", "region_id": "RegionOne"}], "type": "alarm", "id": "76a06bc3692c4866bc4d59e8f48a2332", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0689383268fe40f8a6acf42832c4d6bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6622e16bf32c4893b23da8f3b9e9e3e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "735b2e32d1a1481c859a6a5f4bba7be3", "region_id": "RegionOne"}], "type": "alarming", "id": "be8986e405164107ae67720033ebddf0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d1adc14c696844ab9c607c04d61478e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "21e9a689d7404f0d8e2e07c6519e6750", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "969f50f94c9a42b081465f6fb16e03a0", "region_id": "RegionOne"}], "type": "meter", "id": "7484d7afdedf42f990145bfcd25e88b5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "932813f5506c4ca6a036d33820a4d15c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "39adde1df08a4570b7d750ebac13843f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cc3c3a884dfb40bc9f0feec5205ac193", "region_id": "RegionOne"}], "type": "metering", "id": "58d8abe69f5b4888a3e03129db0a60b8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2e2524e8fc704e1ca5e8b5499b3b6389", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "119de3e3e14b4285bdcd78cd23cd09de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0c433dada783433582cb3b10f70c7930", "region_id": "RegionOne"}], "type": "telemetry", "id": "a741961f64974deb9ffff137c70d4987", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1ff4cda5ae8b444eb351c441ad9f59c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d46c1b386c5944ab99f60a02d3c35fd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7e9e92745a004a6fa68b6e9c70008030", "region_id": "RegionOne"}], "type": "event", "id": "8dbd13cb92274299aef07f37c64eb954", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6cf917c773164f08bca88a769f59cedf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "098c1023d6384712b25d027d5261b84b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "146c838e2d1744a2accdcd7abe8b0a3a", "region_id": "RegionOne"}], "type": "events", "id": "7789733ddc85442896f5c0290936fc70", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "309cf031d1f94c7b939a44ad5cdf6477", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5b7ca02dd3c2441c954e93cd8e7d47c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "902578e790644cbf8db24374e5d6c5f7", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3ef7920951a54411ad00f3187ccb7930", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "369a998ba55b491eb94c5a7180375b61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3fe7f356f2a840f492f78e3051bb78fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3532326c837b485ea187380bb1700d9e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "327a8af65fb1451d8d922ae802f82107", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1981095cd43643adbc36ce76f1468214", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "beaab52c00ba40d5a67dd2816d21d3b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8beaf8b8edc840c9adb6ed486f6d6184", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a6526e57c6484a4da8b7e06a3b371b1a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "577271eacf0543598fe4679748671201", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7759b81d749e4334beadf76531616abe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "369fca24e78647c79d9537c5deee058c", "region_id": "RegionOne"}], "type": "tricircle", "id": "257248745839406dac025e171d384507", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9e15420f78404c47941701e890fd00d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a488d2e9218342ea8f294bb5f5345796", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1e0d9bc7da7b4ad3ab0e8b80c5e23650", "region_id": "RegionOne"}], "type": "database", "id": "328eafa81fe44caebff4b1e6c4a95a04", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7d07a494e1d94a56aca3ba00f2398caf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "269789537c1445bb8390aab8f92e17a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "442ac4bf284b4847af5ba39372ba2f3a", "region_id": "RegionOne"}], "type": "application-container", "id": "70c159335d0a48a38dcf4e74f0d53984", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "603daa9a9794465a8692b4ae676efb8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "914340ddc2be402abf395ec7e123e20d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9b2bf675c4c141c8af42547893b66e35", "region_id": "RegionOne"}], "type": "container", "id": "5105c26b39f24072a5fdb021eba732b0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1de79ea9b48b472ab21e429db4d65824", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ea9ab82fb3814683a5916200a2985c1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cf7fdf9e7244467a8c716ef67398ab1a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c1222a8000d24876aa119db773893b08", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "66de161e9ad546d8a7660cd54bb1094e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2c8976dd27e64d0cba96f36bc5180df4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a55550272a94493784a6e1d64162a40b", "region_id": "RegionOne"}], "type": "rca", "id": "2b43050ca5da4e30927b3f7dbadcdbab", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "03684ddf3bbf4eb8841cf773cea710f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6dc6861636794a35b690b2339b5bdcfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ae028a7af9704108b00cb6ec45a45be6", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "6c24343314c5446486fb53b43368f36a", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "329bddb64e194461a9253b684160e506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1524f82215b44833b137cf04ba140c91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a3bfc45561ee467fa8f5212040dde78e", "region_id": "RegionOne"}], "type": "network", "id": "2bf3d384cab641909082f0e0aedc9da2", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "30df641e619344ff89887d565f32f5cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d8a4c1c70f0641e6afee239fc4d29131", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "88b73c64549447df917678f918cbe220", "region_id": "RegionOne"}], "type": "backup", "id": "eb4b7115e13744beb6e82d2a7d529a75", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "912b570c2cf1498fa9314f41838d9673", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c54c572d96be444388e2e186f4b20094", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7000d006361a4235b83c203a97801f6b", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0f422c2bdc384056a9656eafc82e385d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "769ee214e48a451ca010b76b892bdfa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4f58cbd2c31147fdacdc1c3229e04469", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6d039e937eb84a9c8a420155bd0d3e50", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0e9feaf604f24e768286bb8fea951b18", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4a92a32af2c442a2b55e571d36d77bb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d7770e847dab4eec86a71d1895766bc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "04698e02bb954b0cbb3032e1aaf18391", "region_id": "RegionOne"}], "type": "monitoring", "id": "6a2d276b190446119713d7596bd66c76", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "248a3ba11ca342f98e281eeecebcead6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "dcaa068873e6488898bd73317d8a8b01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ad56aae94f144c6ba6a68f548e9dc886", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2093c2659ff642c799b1d6c0913f430e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e0bc8e9b897041c3ab75c918cea4a2fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "88f6db48f28d48348fd5f3a2393dc3f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "638f605817844c4dbf4cf1901890175b", "region_id": "RegionOne"}], "type": "placement", "id": "9119e2a567404244a03c7b01a5e8d859", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f0241b36d9f24fea9501d6efee9574a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e86af5d5b3524dd5bd4e8cbc9ee438c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "20d433a377a345fc87c60771791145b8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "01260bd3cc2045729d61c21f2a7da887", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9eed75d5f0ce4f75bd5681ada5995bdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "70e3d931cee24e0a923b86fa9818895b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ba5dd56c84c744ba8516f44d698a848d", "region_id": "RegionOne"}], "type": "ha", "id": "379d647c4e4b4f1c9a49a89dcf5693b8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f95c92a60cc04df88244332333c50e88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "048836b86015446a8713df72457160d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d260e57da47d463388ca4e3f418c6b26", "region_id": "RegionOne"}], "type": "reservation", "id": "1a79deb24a22461ca5bd48cdf0649659", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "469c7e48f2ac473781766fac4ba3470f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "32da4a1473e245da8ca21465d6997321", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8a32eaffa14b4fc89180786faeb20d7e", "region_id": "RegionOne"}], "type": "function-engine", "id": "96d4937935c64366988a6ca866fc8f2c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e273670755e84384952739c5775fdf61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8476fbe12c4d49b889faa3af031f0ec1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7007dc21ebfd46dabe72aa9ef5c6d257", "region_id": "RegionOne"}], "type": "accelerator", "id": "a8ffbe0510834b8d946600bc180aa4ec", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "09900a79e7f3427c9c14a73cfed6eb1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b5a4f9618a524422856f3abb0217c5fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "96798ccac66e4b0983224c313e47f648", "region_id": "RegionOne"}], "type": "admin-logic", "id": "cea936458f05459e9c022eb0d6ffb470", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c35c1b24ea3b49c4884fc479d32eb28d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "47e5602ed7a6494bb74c72c084c9f5f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8203a003b05549b99bc51271295d3f48", "region_id": "RegionOne"}], "type": "registration", "id": "64d493af2d7b43dc8b68334e39e37734", "name": "adjutant"}], "user": {"domain": {"id": "fca7bc838c2447d3bcea489145f1a5fc", "name": "7be5537d0dba435c878dfee89e5e8b1e"}, "id": "4d42a1a1213f471881cfc93d8642afb2", "name": "44ce277f60b740e3803e448a94f3c79f"}, "audit_ids": ["74a68d887b5546229d7f20de2334a3b5", null], "issued_at": "2019-09-19T09:04:38.659627"}} 2019-09-19 09:06:38,869 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,871 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,872 keystoneauth.session RESP BODY: {"networks": [{"id": "network-id", "name": "network-name"}]} 2019-09-19 09:06:38,910 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "image-id", "flavorRef": "flavor-id", "max_count": 1, "min_count": 1, "networks": [{"uuid": "network-id"}]}}' 2019-09-19 09:06:38,913 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,915 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:38,925 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,928 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,929 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:38,966 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,969 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,970 keystoneauth.session RESP BODY: {"networks": [{"id": "network-id", "name": "network-name"}]} 2019-09-19 09:06:38,982 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,984 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,985 keystoneauth.session RESP BODY: {"subnets": []} {24} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_cache_no_cloud_name [0.270193s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,736 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,739 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,740 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,742 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,752 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.672651+00:00", "project": {"domain": {"id": "2b75992d53aa4b658b5cd36f2133bfea", "name": "2591fcceb7ca42519f6502afbda7e9ed"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3f12dda3d55f40ca90e00274ceb9034a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "df0d62e351504f54882c87a299c04faa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "6f1ba18e59b948e683fab938907b0832", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4d14405737a1473db916662b48daf9f8", "region_id": "RegionOne"}], "type": "identity", "id": "15df0e94e5994901869f101cc779ca7b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "09886b96ad3248ae819497f509572ab7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "dc29fd310a884afa9771c7f9dca9d68b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c7c2327de6d74932ab20c2d78b0be229", "region_id": "RegionOne"}], "type": "compute", "id": "32ea738aa61f47d69b19fc59e8c8e8ba", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d7613195a871454fa9a0b8a494561872", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e55f29ab76f54b5f898b6e33df61bff9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "296ae6d2520646cab13ce5e83f5fba42", "region_id": "RegionOne"}], "type": "image", "id": "58b69aac76fc49cf8e972030a3d8ca80", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a45a2f61d9de4ee9af3e599a943222eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "047db084de584e6ea976d34856561792", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "457a49976a18450a890cd6dd55c33664", "region_id": "RegionOne"}], "type": "load-balancer", "id": "34a17c9db63b4e089457979455270096", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "757f6e6770df484eab7de19c941f2238", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05a2b31bd668422e9b679dabbd833f98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b731ce42efe4659bbb670e4e5485d0e", "region_id": "RegionOne"}], "type": "object-store", "id": "f168b13367384450b22eea4ddb4bf572", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "820957f1eeba41f3a02c5f1d3c58f49d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b72ac07d0d004b719d2d5ffb69fe200c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e52e7d4c0923410987043e131d045045", "region_id": "RegionOne"}], "type": "clustering", "id": "c193de6decb741b5aa1242fd629c6c6f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2b5822aa3404419daa58674eff06ab18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d8f00947c7a147aeaec92db460cd7c1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1cae678f1a634fab93b70c75aed6ec96", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f6177cd6463c419598eb74b3fc0e5e1b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6bbbdff29b3047e2a4adb18b41841eef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4345d70d398d42fcb2794d02713d9dcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "23d37fc52018497ea0379d328930ac64", "region_id": "RegionOne"}], "type": "cluster", "id": "1a15b8348d73404cb3d8d9cbda192e68", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "acce7340021046cfa8fafee3ca35d6cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8cc95a9734da455caba04230343cbb69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f4c39f043c2b41bd8ab428f530917a26", "region_id": "RegionOne"}], "type": "data-processing", "id": "368f8d89a40a4f07b25cbb065fcb534b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6c1eb4a7cf2841adac2c3ddd01ad0cb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "09515315327b44b492ee8bd1ce8a3e14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ae4c55f9b67c442683e5f2d2b9cb33c5", "region_id": "RegionOne"}], "type": "baremetal", "id": "666bcf074eae4ae59718830a9269a6d9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3844decc83664126826b68cbf090d30b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e177e0cb855e469a9be8a375d2e04a2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9fda020e3df04b039189ef9c954fef77", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3deb70b7132c45199b25bd04cf3726bf", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3ae5f513fba8495fb71ca7f4997cc832", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "93a691a810d7421eb96331a4d5679e16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0d62495c7ef5415ab456c4cf62d32feb", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7494ce51b3674cca99a5e184f8212726", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fa4b1448b75942d9a23ef5fc21f61ecd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "793e0062ef01405e94987a7bbd607544", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "68d6c7f9db60417daa4827e3be33d2df", "region_id": "RegionOne"}], "type": "key-manager", "id": "53b2c812f456451bb9287c509c674b11", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "67e53481b7de4fbfa050f4564fd3f89c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "658d8896494c4a19b8a05644dc4c10ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9c439b481abe454ba3301b966522868b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9e220879c7514cc99655664155b7884c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e08dbe25bded48b1b149f6989a19cc84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "99ea7cfcd08c4fa6aca499a930bc5b68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "71e227d92be7436b8746d567907690e9", "region_id": "RegionOne"}], "type": "infra-optim", "id": "52163c58a8b54fd9a30dc8529cefd050", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d56b0f0ac4194c8ea531ff36a2779300", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "50d5a07c5582429db02b5929efc111ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f5ec4ef860b648c785ca7db8991ac012", "region_id": "RegionOne"}], "type": "message", "id": "1173f2774af14a809094d9fd9561fc4a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c774f27435b74aa3846adf6d56209ec6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "73d4ad03bc154f378ecdb9e82bbb7a57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "64714281eebf4ec1956b05ea5598df27", "region_id": "RegionOne"}], "type": "messaging", "id": "8e0ce0b204514128b5111f80dc4598a1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "15412fd1e8aa470b8e6026ce5b5dd750", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "dc71f1118ed040ddaf8bdf8575426cc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f623c747d13d441390f5a1b9c735d313", "region_id": "RegionOne"}], "type": "application-catalog", "id": "9af46fed6f644478aec4a8bb7c6d881a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7dad65afe9b14a258e1cdc75e91b7145", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "660d8d98b09c4dc486a543df26ea2b2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6f12edf809804b6da639cb5d27815c49", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "86d2886395704dbfb8e43e56f093740f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e27eaa379bb94e158841f2069a64ac7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f54effc09bd14be8923aafc5d72b86e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cd4410351b734ab5ae4e3ed95c426d68", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "1861583cc6d24572941d2d29ae8261e1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8176bd4996a54664b93ed3c09a613d2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9ed2d4a9fc9f457bbdb232b27d9fe355", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "79828468045747fbbc3616c68b8a2af1", "region_id": "RegionOne"}], "type": "container-infra", "id": "958475a0cfed41a78cdab2b1ee9cc132", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c5c0179f77ad4782a2817dae7ddc2c1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b1efb23cb2254d858512c955c36b8d8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "374d410049e04f9db22521244d0c93d6", "region_id": "RegionOne"}], "type": "search", "id": "2a12cbef13ee40609617e03eacb116fc", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "aed32661dd354e6c833386b2545f4c56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "136d7f8975094b7fab32bb8f4622a3ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "48b4017141ff4b0499c476c4946838d5", "region_id": "RegionOne"}], "type": "dns", "id": "9df78456f2b341bdb6c931d32d2608aa", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0da349575d344a0fa2436a4b24e941a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4c22c1abc989454daada439e6c4a7e37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d7a69b1699c7405d972b73498cff6b15", "region_id": "RegionOne"}], "type": "workflow", "id": "5512128b0aae447e937e983a034418bb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "26a4ed94fe8242899b3b18acdb9837be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9e3896a4e50a4f6299a3ee396b50b569", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1a4d26f4058d41b9bee1bb8004dd9c89", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4a772071f6964a6f98dbec203c0cf183", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "034e67a230d947b7b5db3c400005d9fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d40cbb8475874ee28759237402645650", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "64cd3e16fccc427e9f1742294ba21fd4", "region_id": "RegionOne"}], "type": "rating", "id": "07cea88a4610495e82fb60433b710989", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b4ba42cc360d4d6bbb2828352b8d2452", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9fd13583bc954c53b5234c06bc9beaf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a7864789a4754253bbd12c2bcfbadd2d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c4b8dc2469224d3186ffa2b917a354ff", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c3bb2c4fab624e528f0b286a4611b728", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a9f95397e57347b086f2367d86e88813", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "666218240b60480b9969bab432fcefbb", "region_id": "RegionOne"}], "type": "policy", "id": "721b09afa26d414195b0f96c6a781232", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4630f1c7124e43529b3fb9214a174a27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3d4772f1f7ad4578b73dfd3cd023b29a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2a49f31b360548aa89f0e3230183e1c1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f91a811420054178a7ef2da9acf7e497", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3e5eb5c57d7042e6b890665a76b45631", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1d38dc50741c4dfcb440cb2c376001d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "41fc1c81086045b88362cefd0805bff1", "region_id": "RegionOne"}], "type": "sharev2", "id": "c9ee42a199db4fbeb466d9a2dbf02e04", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "55179f4e1fa64370856f9c57ea75728c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d7c09ef24c854881b05e194db2f096e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "73e6533799324407aa2afe8ef5ac37fb", "region_id": "RegionOne"}], "type": "share", "id": "5dfcbf2f3ce74baa821b8165992f4938", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3059edc7940741fa9f61f82e52e33026", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "aa9459d949614427a276c09fb210f554", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2c9f440e1050414393a97f69f2c66a56", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7c6100147fb74e79ab7f432ad58b183d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58dd436c9d204f15ba1aaedb961cac6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a1b17b44b0f41608b0df65e1673f192", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e6e7934010340148a28f6dd1a2218c5", "region_id": "RegionOne"}], "type": "orchestration", "id": "f0a9e11868db4d28b116429662ca72dc", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea173cbad6614e32ae90e0483743ee91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09b033dc9ad2405f9b043d85ede56383", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7d5cd707de6483187070a9d16d73c9c", "region_id": "RegionOne"}], "type": "block-storage", "id": "84dd2143f3a9434d84d3630098430ab6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d7d5c42adba4d21ab06b96ebdfc6d6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e20fd09505645f3ac358fd623b70182", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8bc2344ec60740c0a0065b173243e269", "region_id": "RegionOne"}], "type": "volumev3", "id": "2b4df6e7e43c41dc9628932cec98687d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b1c776ccd9b484caf7f98877de7b8d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f061d9e6dffa420392b8e56d0ae5c7af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c9547ec00de425b91ccc0f5972f43bb", "region_id": "RegionOne"}], "type": "volumev2", "id": "38a4ab0dfc0544f899de3dea955efde2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fd1f1e34c444dc48a38d1b8f9e90412", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ea6e46548204d989b27fb8e14f69f9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d09e98ee9ab844cea687e14a25db22d8", "region_id": "RegionOne"}], "type": "volume", "id": "af00cb8736e74878bf1bcfab4bccb97b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "969f135146b74171800a9252a461398f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b2ef2372c61467ab90aca3321116b72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8597e7f5f5f14ac2bf362def903e9af4", "region_id": "RegionOne"}], "type": "block-store", "id": "f751d244fc74402482e31b00144e9b49", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2f3931a2edab4fb9873164559ddd2a38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "27065cb162384e8993ede178e36509c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "59b1a4e83ec3424aa477a1ddfbfc07b2", "region_id": "RegionOne"}], "type": "alarm", "id": "f0665fdf565745378a695c9454655924", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "96f8520a13a444c09588bd156ec6581b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f13bb3e0b676414aa3557db4b92eaac0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "05523d0843d84191bb1c4f92e4b19ba9", "region_id": "RegionOne"}], "type": "alarming", "id": "e64c4e5ec22646cb9197f57e70de8076", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0c4cec26a36a42dbaff4305f56c07897", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e70edf1ad06b4d148025852c083a6fd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "770aa0a3a65b47e899f095c2b279d8f6", "region_id": "RegionOne"}], "type": "meter", "id": "d30f28c205cc42539ea80abc0e1b63c6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d3828cfbbfd6476b86fed23f7361e706", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3781d2e95fed4473b58638064cf3694a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a5367509b3924c619bcf3b1ab00494c3", "region_id": "RegionOne"}], "type": "metering", "id": "9a74ecc4047246059693e8699e2894c2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "137a78d985dc45279420558027b4cb28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4e982e7e0e314653a4953a920d9dbe83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "08b2be4c8feb460bb59d03aa078d43ee", "region_id": "RegionOne"}], "type": "telemetry", "id": "d568a994ab8c4fbf8550b4754540c84f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "82ec75a83299457da2285f493d56b1f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e7c53af12d0246a1b477c2c9664d4035", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "32835074fe7449db8286c5372f3cf935", "region_id": "RegionOne"}], "type": "event", "id": "22e2238e588246fe98fe4a269558bffc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7fe93f36967347bcb7de82e84b7ec0b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5de13f61b0bb4d5a8eb5ae8c9d0ac55a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d096ca851999424689424fe3f422a8f5", "region_id": "RegionOne"}], "type": "events", "id": "3f78ecc3196e4e608883f236f04f370b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e3a95231c118420b8291089a9165571a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "306dce648b1b48c3ad47f1af963a9097", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "506fc520490745ebb568d20b93adb59d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4b7994c3bcaa4cd99fea85372c48fe52", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f5a7da6cf7804726a92efba10be6282f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "990659e604fb43378c76e6b8c10078b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1448a7939a2f48298c22847b4fce31b0", "region_id": "RegionOne"}], "type": "application_deployment", "id": "72bfac553ffb4195afd6f463e86ff3e1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "590cc1c73d404d75b11ea81b1f530d37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cb842f7e9e224154a9b2ad9bc61c0b7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "136ae89881bf4fc787209fcc93f27ae4", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "489495021e1b4a5bb3b00ae9fabe9d88", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d0597d9432b141a0b7e9ad8b9c317a72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b4dd4d41f6444bb09cdea3df4aabc16b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "93d9233313864a279f00b9a7c107caef", "region_id": "RegionOne"}], "type": "tricircle", "id": "1752a266c25a4fc3ae254b95b9fbc152", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "60eefee97eb44beab265bb0cc52f9754", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a89bfef672d14abaa0a01cd4aa4eaa40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d1fe77921d1f44a1a8b011df48fe6594", "region_id": "RegionOne"}], "type": "database", "id": "949bc82847e845db81122ed68737f62c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0de2ec333aa84b28b6811effb6b8bd49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "54d760236f254e81919494378b29b203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c305e6651f3f4889829cc1285abb7ce9", "region_id": "RegionOne"}], "type": "application-container", "id": "de1d0070e67b4dbca76e6ba03e3d9918", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0f2a8b1f005c4f9ab599939fd1df9c01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2decf4827ef94024bdca19367452ca9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2c7fa31be02d49609337a1761a36e13d", "region_id": "RegionOne"}], "type": "container", "id": "ecd0108d0fe94b62b5e8c0c8e788272f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e4c3ecac166a43e4b942a4fd9f457f76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5f39551cfcc840bf83af9bef4573c816", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "520bdca4e97c42bb9998c305f828ca91", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "33a687bc70404571b80d4febda46e5a6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "631082ce4e6e4e9d984cdc0c82f76035", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7941d7b8cf7640899d90e9d0266a7447", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a4c5d229a2c54507a30be76de8657ad8", "region_id": "RegionOne"}], "type": "rca", "id": "8de991d8248c4fa383d90ffa063163de", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7263bf30a5344323a92aece40a420da9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "11c90242382c4ab3b911cd35200ce0c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "40592d97de484a0595c325a684ecee28", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a8bed7558598424a96ba0068fd72653c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a78a8e624ae543ffb6bc0f16034ad15d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e80a250bc7834e45b6fe34b77684f947", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "27a221e326c744c59501955d3f761ecb", "region_id": "RegionOne"}], "type": "network", "id": "9e45009f158d467da687c43056d98592", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f1be88075ef3443fbde6ae8a0d2d3646", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1840c669883748619b4cc6100b1e2cd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "074e6900e5b94191abb3959e23b4ee04", "region_id": "RegionOne"}], "type": "backup", "id": "ad56c5353b3748ac823dae07766756f3", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f0a0286567a642c5a0bfadd9a9cce6ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8300e1e9f09b4360865557d748566cc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f81f370ed7804febb893f137c7129f84", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c893f19347784d33863cae346a96d4b7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d1a250e47d5147bd80ae4028acacc9d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "505ce1a7e0bb46499b3fa8f225a7601b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "23f92802cc73429193c9d8999d65bf23", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6338fcfe79dd42e5a673c5827a6e0f73", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c35b1915fd424b99b1ae0b3d4bc44175", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0c04b562fe98457f93c837b0d88dc1e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "20b7891ff3914726918eb0f23591928a", "region_id": "RegionOne"}], "type": "monitoring", "id": "72d6d2e36ac74b73bd155abd93148e5b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "89bfae3740b74463bde27c22f303dfbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "969452d2a67e4e7a9a7d990e7f1c956e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "414e7c34529f49b792d4b79752d99d14", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "abf349e4af8041ef8512e1f33bb1ac9d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b4497df975644c9e83a550f60f9547b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7824b16ae4654132a5d0bf3c5c38523f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "bdf4772c08ec42b1bb9fb0dd768aad3a", "region_id": "RegionOne"}], "type": "placement", "id": "8704a85ca9974e45af38e8f2d9b23516", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "873c072da5c54aed8317530cd2c5113a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "638dc222f2124fa69e362c32a7f9136e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4bb2553974cd4ee3a72bf219593e6a5f", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f090ae3a05814d128b2ae85c560e8377", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9a4d21ba7a1a4b3da35d5139db69c92e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e22f8cecf26c4287878d59e2cc825251", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2dc1595a957a4e37809514fad3c8836b", "region_id": "RegionOne"}], "type": "ha", "id": "2e2ab287221447e4898247ceba4d9f5a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "47346d851eca433faa858c83df429332", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ab117fdf8fa74232bb0a395e35349c46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b2ac875298fe46ef9b2a8265d6c64041", "region_id": "RegionOne"}], "type": "reservation", "id": "86951e54de754a75bbcbcf650dce2eef", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5d83c0aa9b4e471aba71cf0d28f74661", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "644f10e36d1e454db07703bcf8758f7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8796359fa2ee4d4eabaa37be189cc471", "region_id": "RegionOne"}], "type": "function-engine", "id": "7f93380edfc04a4c80befdf3af867363", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d17a9f408a8f478f9648bc153a46ee27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ff954a712cf74391a40385924b769280", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2d2caea3dd89477e8ef167e03964387e", "region_id": "RegionOne"}], "type": "accelerator", "id": "1f294754499646a285effeaed5349d2c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f34b59aff4da4cc88ca3b4e0af7e8453", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "132ee5ca83c44cb181e3c80b2a3b3ad0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "02718ceeb74c4879ac3963551cff33cc", "region_id": "RegionOne"}], "type": "admin-logic", "id": "fbbc22b6379d47da9cb60f2983924c99", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d647ac5405a34b619eed747455cec3c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "124edebef7344c119cdb11c15ced4528", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "431a405122c44c78aebc2e6400aa6dea", "region_id": "RegionOne"}], "type": "registration", "id": "2733cbe79eba482cbdc715664c4a6500", "name": "adjutant"}], "user": {"domain": {"id": "d611d81470af46bcb6d31dc641254c9c", "name": "a7a3a83f52194ece847609d42befdedd"}, "id": "7eeda15dee34495ba8c55f9b99fdb4a7", "name": "138c8492f69a47ebaa9b974aec60b0a9"}, "audit_ids": ["2ce1597fd5f54bf8b8518ccfee14fa7d", null], "issued_at": "2019-09-19T09:04:38.672651"}} 2019-09-19 09:06:38,781 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,785 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:38,786 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:38,867 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,871 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,872 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_cache_no_cloud_name-2/file", "id": "openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_cache_no_cloud_name-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_cache_no_cloud_name-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2019-09-19 09:06:38,916 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,920 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,921 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_cache_no_cloud_name-2/file", "id": "openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_cache_no_cloud_name-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_cache_no_cloud_name-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, {"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_cache_no_cloud_name-3/file", "id": "openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_cache_no_cloud_name-3", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_cache_no_cloud_name-3", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {11} openstack.tests.unit.cloud.test_delete_server.TestDeleteServer.test_delete_server_fails [0.249671s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,873 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,875 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,877 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,878 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,885 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.812989+00:00", "project": {"domain": {"id": "f6e2351d52fc408083e4f5cd79b142f4", "name": "5dc0f4c3f43f4513bf07effd5f1c28ef"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b0e69c092e874420884431d3456f6cd5"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9b8d28bedf834b33b954d5e3636dd25b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a309a56025d445f893f60b7f7ef0d118", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "598a024e8d5b41199feaad4844630adb", "region_id": "RegionOne"}], "type": "identity", "id": "deda6bb1385f4e1da44acd3a9915fb8d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5adecf5085094ffd94b1f3b59e9faad7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f2b98149c69d44e29908e8448f3d5013", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "7c82291f28f84cd395680ebf5f3473eb", "region_id": "RegionOne"}], "type": "compute", "id": "ddc8fb8b3eed42d586f2301db72aa59e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "8ea3ce3e82ba4b24b26bb7bdee6a9e7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "cfb73e41aeca4f45834e9fb2d7ced810", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8fa3ed71acf2440b966e1a41e78ef5fe", "region_id": "RegionOne"}], "type": "image", "id": "758dd3dd2c514e938dda7265c7b84828", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "03397160da274db7aa2a715dc2bdac1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5c6e4a6b3adb436fb7e6bccc1844c910", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "953bc8e66b2e4024a7692ebd2bd80fab", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d41776b0953f4d2a83f8895536386834", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e830a4bc99447fc8ba6c63065139626", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b86e4fce4354106a035f9ed843d872f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "913e223e69304b4fb56915a7894ab113", "region_id": "RegionOne"}], "type": "object-store", "id": "bf16de911b3e497c9bb9fb3aae56f526", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a4959907b55a478499c9a87d6cc93990", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "507f0b7676274d608c87112dbbfd890e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9af42e16114a4e94bd476ace8766bffe", "region_id": "RegionOne"}], "type": "clustering", "id": "e5f889dfb4c6497286aed26f91ba1706", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b092df43eae74440a2d4bd7b4e1dd928", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1335f4eeb19c464387752a8ccf2432ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7a3c4f501c03414b9bc5c705a3f468ea", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "732f4bdad4e4452795ad80f449e4d598", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b4570041fc7b4aa384e7ac3e41371b05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "896f977d7e044c4bb477fc695bb49021", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fe44f98ed5424518801ff68a406cea35", "region_id": "RegionOne"}], "type": "cluster", "id": "72e54b98956044fab4b1a7353dea10bd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "44f6c3839daa447f87d439976d925d50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6a6e434c75194cfe88abf4b8a70b1343", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "31b10179190c4fecb1943cbd2eff1eb0", "region_id": "RegionOne"}], "type": "data-processing", "id": "1a7b3768a4684372ac16d5fd0ee46f6d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "007b180973d247f5a77379080a8f65ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e95a0e7badfd460e8c84e5c21dfe0e24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a908635d53694e5a935c36d4b5e9d3a0", "region_id": "RegionOne"}], "type": "baremetal", "id": "ca9b3dc21c01430d82b62d26158f9566", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "98626ddc37f742f6a3432f573a232a48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "438155b16d04412ca0fc18f719f6ffb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f0cf1d36723d40caa8ca64cfc163c4ed", "region_id": "RegionOne"}], "type": "bare-metal", "id": "402dd86c11554bb4bfc5892b1275b105", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fd00d137c7354cb88d5e0502f66e5539", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fcd65e8122f44e59b11ea3966b8f5a3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c7c6f1d5d182456ba8aa14462dacc642", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ec1e7f89516e495aae5e531bf4071fcf", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "493be73a510f46559f0af73439e947b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "dd177942cd3a4e0385ba5d6a7f9af44a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4f4863882cea4c3e924de6a840a5954b", "region_id": "RegionOne"}], "type": "key-manager", "id": "0f0ce896faf440d7819a3dca861d70c1", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d0c068dda90b43e8b448f7e6f2da2389", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "00b735f7c5af46b9827601400bafde2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "563d905c119f43178d65e70c6cbe17b8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "635214b5d0fc4d118b6db8bd9522d60f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1f67bbb5fca54a01a13fa45fc1735ffd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a8eb18fe78f44c67aaf41f65f228a526", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "10cdd2fa6ff9407ba9b58065e73ef571", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d6b85a4eebf84c1d81613b85b16db2fb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1dac43bec14f4e67ab2d39badd45dbae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "62c1a3eeba984f1cba524ad929dfc747", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d670cae8f8db4b33be58ec249d2e14b6", "region_id": "RegionOne"}], "type": "message", "id": "fc56510f2a8d4b8eb60a4fc3013c2b7a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d04bfb5a4d42400097fc6a4ee1190d60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6270fd7af0a5481d88306ac55c9a2d9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c1cbf76ad9b14a08bd7d2f66ebe4c8a5", "region_id": "RegionOne"}], "type": "messaging", "id": "fbab3d5951bc423dba3fc68ffea71637", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "18be66161b9f49edad71c8220fcbace4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c0f4f80c4c1c48ddbfff288bf3e04636", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "78735de526914997a078a75f24a22550", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0fe4b52092ed4d138288b0247cff3316", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "32c92eff37914f518bc61071fe118641", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1b5d506d692741ec856de45c91a9c7ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "62454488c8f446bd8dbd3cf9b1e7d6ee", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "9c2a0d8135894316a534d1cad2812654", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4b7c833c3e86457d8447b5ec54597b4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "860ecdbcb37141618de05b35a9d34cb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1bfea47c43344dd2b296fd9744f4d9b4", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "9cdae32d6e0c47bf9ceaa9f6d3f2a768", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "67e0027b57554f0989629a3d0f9ec866", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e48ce42e2e2a40a78b9919a916465a17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c375df3e444d4d89ade7676609a67d18", "region_id": "RegionOne"}], "type": "container-infra", "id": "a48b377303aa4250937265087c3ff2e0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8cdf596702f74bebb68d5243bb47d8d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a1c30a3f81eb43829bb2950b1bf59d25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "caa7ff6d42904da8a18b010bbd2b95d9", "region_id": "RegionOne"}], "type": "search", "id": "b423f06f4da74d75b3d8d1a55cffd63b", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "07149be489484c3e94b643c5fbf0a35b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "438ca7166748491ca8fb831ef321898a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3a11feed61e343578c595763bc734195", "region_id": "RegionOne"}], "type": "dns", "id": "d881be66a0fd4e1b911c207035b37b0d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8168fe65f9d04992a0ace7aed3397b97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "71fb52821af64b1bad9b69e32ab920ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f318ed596a57498f88e55505557852fe", "region_id": "RegionOne"}], "type": "workflow", "id": "7e5f0b8548fe4bd2bd3957730a39b106", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7296f71605b749e496acca6298cf5815", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9f382aa909d24f2697c37c1ad2a6019d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ffb6743c51b14975a924063183ca044d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e5a4b3955ed84eb49d0aa9f231697b01", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "125f88eebc2d483ebd378a0c8d1d999b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "584042b35232447dbd9177b642ac5a10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "dbe476081b774d48868b2e2686e26ea8", "region_id": "RegionOne"}], "type": "rating", "id": "20a81fc804c14d4e8f62439062ec16c2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "89377abcdcc0412eaab432b4eb4f89a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "159f8481794141ed9ef0be296813d245", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b2f903d4906e44cba9347207f9ab8e75", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6c31ebf0a62b44f9a0f3ae4bc24f72a7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8888b0c9036b4645b1dbc256b3f92924", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "22a7b4cbf8e94a2a9f2bb24ff86e9ca9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "edb4df1354434f2e97704c556365347c", "region_id": "RegionOne"}], "type": "policy", "id": "01159fff74424b9bbfd2640ffbafb5d1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3664799a78784b0aa3f14a60c3f20947", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f25041176c3e44e19286957df4684a96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c404c2b67294486680219c8bf96d2e69", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d7dec50dec674b7c89a977a2e2630fd5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e2cd88233f1a4e5e8d7bf35eb52b47bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f327a79e0a8f46d688e1190403d5e0e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4814c90d1ea14674b99fb64b1eea79af", "region_id": "RegionOne"}], "type": "sharev2", "id": "e5a9b2a919ee4a11ae4cf5d953a994ae", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7de0618588a44c8fb24834d8d69d3101", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4674d65104174c3ebfb1373d9c261752", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "58bae8ef1849466d9a2fdc57e4e5b507", "region_id": "RegionOne"}], "type": "share", "id": "8e202ad8d6f14911aab4661b3a949106", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7e4c04c3ee5642e59d7c4cb472e81aa7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0ad6c81a88db432f9a89fed8d772b8fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0a09c4caf6e741f393a27c2a340d6b2b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7b1a6ee29f2443048ed5dcf0743ec9b4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2525fd42a9164b8597d6481d780b61d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b5595819063448d9e74abc64554c209", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4bd2002f04ed4201b60f883036283aae", "region_id": "RegionOne"}], "type": "orchestration", "id": "5b5091ff866b4e6285d167e4f70770f0", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5345316f5854170b16c72b5da557bf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f2346f8f6e5470591443b8df6da0a0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0af2d5213644477a776fad5d747c595", "region_id": "RegionOne"}], "type": "block-storage", "id": "2403de30eb864102a946a597a4a69e22", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa74ead28f0042fda630f48e82cf46c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "274e28f0997e4b44980a829bd2cfa633", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9dd944f0d4545d5b3f9caf6f265d2b0", "region_id": "RegionOne"}], "type": "volumev3", "id": "88d41bb339174ee284958c25c1a19351", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f447f39493c4ab78bb0d5579d7a760c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "010e563d381d4b7196ba38b5fd65253c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dce671c928424f3792d355a887fc5bdf", "region_id": "RegionOne"}], "type": "volumev2", "id": "e9e8655e261b48cab2414d61b5639d20", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9886eef2ee4344458ee020342a64eeb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0289534a01a44b08b7b4ad4d49d2ab31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c546c3f2993456fb4f1eecc7f5807e1", "region_id": "RegionOne"}], "type": "volume", "id": "5b99cfb4febf40afbe074ebf5eae681b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05df68ad8c9c489380f64a523da23284", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e662b37f81774fd88db4bd9101af542b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86fa7eec03a64bc8b32d0b48e9c46c8a", "region_id": "RegionOne"}], "type": "block-store", "id": "62b10895c80148558bcd5c2330e81510", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4fc2ead177104d84a61e0403d669cb3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7459bb73f98543819e455d69d8a61336", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0b147c050f9e403f8a2dd8b963b51882", "region_id": "RegionOne"}], "type": "alarm", "id": "8f58dbef8378430597d3ff2152e8004d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ba724aa5c9f240309d83335b42c06755", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0e04e03e6fe2463998ceb7fcefc9313d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "96e4d43052414318a3b06ad1cfc26767", "region_id": "RegionOne"}], "type": "alarming", "id": "e7358887e4894e66b0a055dc8f0e8cf6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "85ddb6bbb87148d9b71acaaf88c581b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "df541425b3c942d0a25452f3444aaff0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6c55e10d44d64e2d8f2717632025aa49", "region_id": "RegionOne"}], "type": "meter", "id": "d1711e83ac4340cb872965d4a3ad9d3d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4a367dcc77df43a2887d4c522225f82e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "955ec16b4173412f88634bab35ab6241", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6c62210e5ace49969b8ed2473fb24c4c", "region_id": "RegionOne"}], "type": "metering", "id": "941f8e621106424684bade2d4dd9256b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "475112d0a30b4f2ab9880f0c5a040291", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "db2c863714e4424a981eb710a9991a55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fe9d94f1edf14420b364924911718fd6", "region_id": "RegionOne"}], "type": "telemetry", "id": "b5655070c2dc4a6c88749b3b867c44b1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ad583b1aa94f4d8f9bcdf78168f6fdf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bf4258fd784f4560a805b4bb0c1a9a4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "64d2fbdc9b544f4793d8bfac807965bf", "region_id": "RegionOne"}], "type": "event", "id": "b88e4cffaec1459984fa4f053a63ea76", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b52d724f31e34b3fbe6b3f0863e61fbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "88ad594b9554441a9da3ca713a4e90f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5c72557b3aba478692f1bf60f6598e23", "region_id": "RegionOne"}], "type": "events", "id": "2e482550ddc546b983bfe9dcabf49eba", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "47eb1b0766cc4a49a50856f0c06b119a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6df7dc05a2d5494683e5b857641c27fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bde2bc0b439143cd8477ebab387b4842", "region_id": "RegionOne"}], "type": "application-deployment", "id": "42f0ebc0094d4b919f50e0dbeb722a06", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7d3533390fe849c0ad01124dfa7ce824", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f678151d28ba4caf8044cd5d49d1d7c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4a0ce83874a248dcbd6c811fe5b5e5ee", "region_id": "RegionOne"}], "type": "application_deployment", "id": "cd0a7178a9dc4c99ab8912d851351e4d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8255e6dfab2749b093371b26befd0f41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "204b1a5107a54f8a8b8abbfb9f1efd08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "48ac6c153530440ab6fbc0d0730b47f5", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "33fcbc2caa1c475cbed9ded032c44b89", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ef71e6317a544ee0b8cfc41ee8340c09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "695c300eb5ee4f72add695bedc4ce393", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "af10d83641d84e9e8d2fca56317660fa", "region_id": "RegionOne"}], "type": "tricircle", "id": "75c1d1c7fc984d529cfac5ab6ca249d4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f5744afe68c14eb59af20b6790f73f51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "cce00681612d46fea24ec427b7edf937", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c549e51d46334993a9a82bceb061b3f1", "region_id": "RegionOne"}], "type": "database", "id": "b0ff57ba81c04fc7876c04b2bdf12b35", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e6da06056c6346b28f1b9740d7cf72fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bc30b90bee344a01ae6d23483c5aec2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3cd417b57bb445c2b84ce5098bc8ad69", "region_id": "RegionOne"}], "type": "application-container", "id": "1f7df9d3b57c4a429be1e61cad8c756f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "de705be8039445b5b62c399cc7fe5b26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "21d44c8f42e146b1bb40095d77648d16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a351077d1ad14dc8a12832fc459aae47", "region_id": "RegionOne"}], "type": "container", "id": "279565df03f34cf69740b4fc37cc3c9a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3668ce4eb7fe417487f49ac6cd10bf45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "41f16b9bce6f4f658ad4a46a7b2bff0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ab71adbac7b2420098fccfe15fb7a0e7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "81b70a447ff44191856f06cf5cfb2fb5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c571214f01014bb99963e32ad774d938", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ffd767ffb1534a7d88d2fefab3d7baed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d2e0716f82e14cef9001446ade2c111d", "region_id": "RegionOne"}], "type": "rca", "id": "b55c98ac91a14613b614d1551350afba", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9e46be815d964ebcb89fef74f8e7df67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b7d4fa24cc30434ba290e8ee3719196f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "edcb8dcba4214b0081773d0d89b6c4a3", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "41190be2d60f4ffaa6ae30726ebd808f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "00e3395d75ea4a78a421182870186dc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d07ea42c76184b5aa148c01d128441e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b4cbf4cd3be144ee9ba503ba9f4c32d6", "region_id": "RegionOne"}], "type": "network", "id": "1b7f84c00cb14368b6854e801bffeed5", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ab202fb2fe8f4d71adcb9269d0222d7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8d597234d09042d483689f83ee008e8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d2859f5c2393443abd5edd29df8dd666", "region_id": "RegionOne"}], "type": "backup", "id": "e1297954684e4483b3bbcf16a8c84dd0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0ecc529b9dc94debb0f45af6a18ae483", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bb40ad17449b48be80310f70efc179f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6b6c812c6c17435e803c35146b3bda37", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "aec35d961acd479295dac4d0c2555194", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "80438f4a1cad4794aa2cc290affbe958", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c2bfbdd3631046d9810fe2d328dcddf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0daf307056c24831a03064fe1dec8c36", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8b281a494cbe4b07991c2f49bfb69978", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "93f342d7dd8f47ae802bc280854a8066", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2b8ba402cc134264a285a31e50077268", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8e6021116ea545cbafdc6748c770372a", "region_id": "RegionOne"}], "type": "monitoring", "id": "7d1e09c4fae7456d8aa3c91497dd4649", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b3193db98d7047fcbf083062812c10ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c6ff700538d0436aaefbaa55208a1c24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "772a70f915a54831bac9f35d915b3a47", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f1f9bdf6889742bfb3f6d4cf40fedc23", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "13fc42d374914efdbaac5eb0f9b084dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "47975b0162c34be6951847ed4f61f0aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1ec45608f4dc465aad70cc5f45e01a9c", "region_id": "RegionOne"}], "type": "placement", "id": "1ef4d339e5dc41b68f8f652c15882efc", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "36d58292c4404419b341c71040a7741a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4d4859becf9e484e8dd7cc1d8f7c06c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3386f3bd9fbe4db09efff3c0e25d4124", "region_id": "RegionOne"}], "type": "instance-ha", "id": "53e009b784fd4249abcbcd0f8ab4fde5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f96cfc9e4a0d4733945f761bc8e16e5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5b188a44fb2843a4825d4f56a1ed4864", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c8d5a807e3db4e9792967de066b3c57d", "region_id": "RegionOne"}], "type": "ha", "id": "7a6379d9741f4b198d7803fbdd3537a7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5a75ca551f8f48c3b652b10fb6df1a02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f4e8d3a837bf46f79305d61108a33352", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "dc5282687bfa4370aa0130ff1af4604d", "region_id": "RegionOne"}], "type": "reservation", "id": "d3524abb3db945809fac49724751b297", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9604ccf13fc246ee9846ba1697bf8044", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "50a70ffab11847049b37601b786dc4ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1609b919823c4d268a922a1174f487a3", "region_id": "RegionOne"}], "type": "function-engine", "id": "8abb12f2addb47abbfebe666d158e3a8", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5e53633d50f247debde524cd02de2928", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2ae89163cab14066bd7a4bdccec1bef8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f07de48762814d7889ca401ee0223c26", "region_id": "RegionOne"}], "type": "accelerator", "id": "ed48e4c87f1b4d9fb022b734a2b29af1", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "668749778244407bb8cf6a17a38d58fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "df1a632cb26c4fb18713c9fa79123c50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9982a972999644ef9eb03bd42af7c3bf", "region_id": "RegionOne"}], "type": "admin-logic", "id": "714d2ff581a245e6899a12939d4d9c18", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "370669343d06409cbc94509439cb1550", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f9a2ca94c3bb40f0816bd6290461a021", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5b9fbf553d7e40169d55513f43b015f2", "region_id": "RegionOne"}], "type": "registration", "id": "f45ced92f46e471eacfcbef69c214a88", "name": "adjutant"}], "user": {"domain": {"id": "b7609f93f7694ece81c87948250cf1b5", "name": "1f7c09f4652e4db29b078f2936b7b6ff"}, "id": "d5eb5ad30e54430f9a26aaead1675ab0", "name": "ae87f71e30be455ca4fd83c264068c6c"}, "audit_ids": ["5341140da6b342a59812ce24c475f2e4", null], "issued_at": "2019-09-19T09:04:38.812989"}} 2019-09-19 09:06:38,981 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,985 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,987 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:39,007 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:39,011 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,013 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1212", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "speedy", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:39,052 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/1212 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,056 keystoneauth.session RESP: [400] content-type: application/json {1} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_volumes [0.389854s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,790 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,794 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,795 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,797 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,810 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.574546+00:00", "project": {"domain": {"id": "af532b44090b47c4b3ecd7343483be27", "name": "3d7819fb283249b0bf301499efe734ae"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4b346836b641470bb9941a1f3f0b2231"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3a4050e6d66c4d4a8f2385bcae498bfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3ac1ec1d5b2a43dd83dc09da52142a6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2eb0be861d5f4272be55b9451cdc0c04", "region_id": "RegionOne"}], "type": "identity", "id": "84694a4a2d194b2fa333290d92f8cd9a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "99699de31ef446ada269481be90b1561", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c8d06017ba834489b95f13441ea87485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "cd9c5cf9a63b46a8b731376fd9c0c409", "region_id": "RegionOne"}], "type": "compute", "id": "403ad07bc4cb44aa93e7381d8a8c4f59", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "15244874e53645c0974e702c9c2d54aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "9f92ad78c5674e12bac587d34b830e5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e3d3f49ff20c4a1da47a27ec5db9fd27", "region_id": "RegionOne"}], "type": "image", "id": "79a33860d4144e3a9ae0a18959537829", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e3bb1cad26004c219d5455b97d15352d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4a17b9725b2b4618a414b8137d24e90f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "68eefffff5014e3a8aded5237df79f12", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d1ca55ff7b8c42649bc46c382eff9fe2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab9b5cf34bb44f8fa56a0a3b56dc7d78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17d8a38582f34a43a1f3e9276b107d92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a3a5b23df9e4ada91963e609da4d144", "region_id": "RegionOne"}], "type": "object-store", "id": "bc54a000a46a4b78880c1acd0577accf", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e9c298827f9e4f1d9be8878b0cf244a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dd27caebad4343eba1a855fc981e0628", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7d050f56f298461aa87d332190476b9c", "region_id": "RegionOne"}], "type": "clustering", "id": "58c97f0bd88d47daa803dd2ec722ada1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ab86c031cebc4b58852fbf71b9732816", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c3b6e3b9d0694359ae011168026b959c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "440c3ef9f54945bcb88d69ab4f09c5c1", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "59fa639b52d74b6b85a07272a8874751", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c253ef4d9e0f4d9489d1c5df8fc0737a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f88f4eb65a2a4de39a84dad27a65e35a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "249f985ecb924d74b88091291db230b7", "region_id": "RegionOne"}], "type": "cluster", "id": "cdec5536e88c45349bbe9cf5e823699e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "124e07d0142a4902b6581fc20a4daae0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "478372ef2f7b499c97398d9dd8dd38dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0b2ab6919a8646f1943128280d77d19b", "region_id": "RegionOne"}], "type": "data-processing", "id": "888807fee8cb42628a10f0bc6e5fc3f2", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b97d6bcc5bbb471bbdf9cd83b801dfcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "481619c5fb11428b8f56f5f5d4bb8726", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ce52ff502cfa4ec58a082a51f5986c55", "region_id": "RegionOne"}], "type": "baremetal", "id": "43426058f147418abf7f33a0d3305152", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cb050d562ead4d95a327c19a9dcf84db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "476b1fd9ff864ab68d4ecb1e556ac397", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d31e6f4e7c7540ca8d2037a04ff71260", "region_id": "RegionOne"}], "type": "bare-metal", "id": "86ab08e64e794c8fa8ad04cdbc48bc3e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "578f651cfce94a30bd842faa69b34954", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d88ddcb34a6a4d8385f4ae077a2c87c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b635cfe42d1244caaa1f47b275d5eecf", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9a94cee1efc84ed5a74058f8b7ca3896", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d44754e7f7e24895a34375e875e75880", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b14a9ccc1f104bb6a258bc905ef8ae26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7076e72b83c547b6a7c298c174f528eb", "region_id": "RegionOne"}], "type": "key-manager", "id": "ba68e6a5bb064770a879f0a2f3327901", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dcaaea0650d1451ea6af97cc421a45f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8fdef7c97ee04a8ca1b30ea91376d038", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "76a6c3f848c642cc8bc5805ddb51af07", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "42429bdd12184cfa8e19f5e3ef7e77dc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c56b342601274ef0b65152fee557d9fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5b6820fa45eb48e0a87b51481ef83d93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "72146c2cf51544d9af06038c28328f3d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "69fc22366b6348f7b6ca1218c42b315e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3741be4b0fb142daa076db0107faa303", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "efaaddd601c240c5afc4fb080002b2bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3d2c3a6a817a4325ac20d320bff34bb1", "region_id": "RegionOne"}], "type": "message", "id": "d9022f81d01e4d638c8ea947fa005ff6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "26a0fbc831a542f9b055320614bc3c84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9cbba7000ca14471a92a9803fd7d242a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0e7f14d015a8438bb85ef52aac47a407", "region_id": "RegionOne"}], "type": "messaging", "id": "79c1b1d20de34c5386b21205b61e55e4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "75e90d555f7048a8806beb685de9eda7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "697c41922bd343bfac4b0d6a362d0b3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d032e012cb9f40bc983f8b3ff1c32857", "region_id": "RegionOne"}], "type": "application-catalog", "id": "83187ef079b148e586f2d858ea8866f0", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b003164e415406c8e542f8060e85274", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "975dc175725c42a2b88e034f31a27f5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f690fb10e1f6411cb43074dd3bb3cd17", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "681ba4dc78094f2da7215959aae1fc83", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "56bccd16c74b4c3099a8409736c83115", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "078afb58a8ce40acbd3b792614f3cb0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "211ecfc8808f41ef8eec28c1cef5d65d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4fd288d9b2994c97a583903a3616fba4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bc7757f951ac45c5910750616355b8fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "323d6d86931c4221a0f544523972a619", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9701fa62b94847419e29a790b3c2743b", "region_id": "RegionOne"}], "type": "container-infra", "id": "5803aa59c6f849d082472a9445d9324c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ec4f2f008e2842d18f9b0fd0fba06aaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c43cc49b42f4485da6172dce04e15c37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f6239ea17a314f9aa8f4b9a514909bb3", "region_id": "RegionOne"}], "type": "search", "id": "1bdd4b5c4afe4a0888b8aa74f354e910", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3ec892b1292d443cbd6e89ddfdee0096", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f98da9e3d1c34c548099e4b513bece6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "49fbcfd564974367b9883662bd00f2a2", "region_id": "RegionOne"}], "type": "dns", "id": "cb714d87dab54fe0bdabd3781a3e19ca", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ee8f73e748c7404299eb5bcafbd1ac4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "42e1411ef38b40bdaf70271b94cbd347", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "90915b60c5414c2482827d8edf2a7f6e", "region_id": "RegionOne"}], "type": "workflow", "id": "32b43a8a14c1491aa001c5c6ba5686c2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bc47cdc0a29a4fd68c1db8810884e16a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2cf0584dc68349acbec6adfc327757a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5acb2d045a384478b54d2d0bf71c5c86", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1e72c07973d24529ba3b5fd58159b44e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9e36558870454e9c9d4a977ecd05a870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "8eda51582ed941899f0303a235610deb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c7ae5ce349cb480b96dd1ccc4cb156fb", "region_id": "RegionOne"}], "type": "rating", "id": "b46da47e06a145b0b0453166e72a3383", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c8fd814322b0479091ae2600f465604f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ef7b15230a8a40afad41c364d9a0d4b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b7e68029584548bfacebb97322f335df", "region_id": "RegionOne"}], "type": "operator-policy", "id": "73b41e5d3d6e44faa2d93596bf8a00ac", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "02d5ba39fabc4ec9982bfb238996fb1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9acdffb81d4146efb39191f9e4e884c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e226b40307464117bc5441644b42de92", "region_id": "RegionOne"}], "type": "policy", "id": "2899d06a43d24fca986fc787459ca523", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "90e576d817294db38c133154e75374b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "455e6bb5fe6d43a2b34ce493dfd64d2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2def2080e89f45eaa4ae99c7e96a260a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7d6a4b4f70d24e33b700ec64c47c73f2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "629c8ea35c5943c8a6202dbbb0545e9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "afd0e68511f2407dab5cd2659c379478", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "af7516e406d245178022f51ccbb4d208", "region_id": "RegionOne"}], "type": "sharev2", "id": "a7e45ce75e8b4351be5ac1f06d1eb968", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d48641aa14ad4fa58cecf421c887d298", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ccd2826e1adf43d79bcc2bd39d91456d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "57933592c7274edd9f994104c7cdecde", "region_id": "RegionOne"}], "type": "share", "id": "955a4ce1cd7e4e72aec4404acda05a98", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0007c94479804973828bd99e57d10c4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "81bda4f0ecce4081a6665fb8c65b8cc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d29879ebe9634f6caa2ea05d7309b9ee", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9807551aff6d4bbc8173fdb81ec01d8d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0472b73325ef49b9901d36e0df4e6a32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3adbb277c654096be25071c3dc15e51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "469a74220d1448e38ae3ebf911d4c901", "region_id": "RegionOne"}], "type": "orchestration", "id": "069369efe6284a7e9436463921603b5c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0529d306d0144b1bb06e9603ef201db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9c96f0118664873b476a833487de312", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "278231f4d94a49e2bfb97322b22948a5", "region_id": "RegionOne"}], "type": "block-storage", "id": "5f1ffcc361d3432a914cf67e9a58b003", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "193f0a261c1f43b8b8d732eb4d67b23b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd30c56761db4e2d855424cf9afa5cc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1018bab11744a209495d89327c4bf73", "region_id": "RegionOne"}], "type": "volumev3", "id": "eaee8f8dcc8e4338a59d4ac7b341dbc3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb3618053b3649df88c8d017cb9cf48c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "924eda0de7be4c6ebc25ba7a14d6214e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73d4cec28df347ff880aa511784924b7", "region_id": "RegionOne"}], "type": "volumev2", "id": "a37094df11884c98a0251f74b5310ab9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac30400903e1420b8d72bbc0917ed1d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "497a44676d6e4e4596b897b58804b3e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f510cb7e930a4677b83d6736c44c9ed4", "region_id": "RegionOne"}], "type": "volume", "id": "873889ab6e1241aabdc4a764970385a1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "743e992fe23641c1ac06abb1c37d34a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "348c0056225143afa7e624e74e2bc3d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f6a4b10bafb49ef8bf8f5407a71426d", "region_id": "RegionOne"}], "type": "block-store", "id": "73756d0ff7a14c58b194fc93f24764fe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ef448326df53426a94972ebc0d0bc342", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3af827b334854f2eb3ff17b02ca9af02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e21f8b2af5e649bdb2f8f678ece7be22", "region_id": "RegionOne"}], "type": "alarm", "id": "07ccbce0a2574c7ea12445727f4555fd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "97b32367e070408084418eb03634e2ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ecc45cc3ddd24902a903eabcffa3b147", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ad84872db1354c08ae271087c291a70e", "region_id": "RegionOne"}], "type": "alarming", "id": "e98373384b38425eaeecf57d97fbb84c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9134f8abfd7f412da75f0bd88a091d4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "823d81db7de44cac90ccaeec6f6bdc80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d307f0273ab94a06aad92dad20f63e8f", "region_id": "RegionOne"}], "type": "meter", "id": "83762da24ed548a191def72369d5e626", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f20969e57894413a82de2c6ea26f215a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fe4148ab622f44579654db1d1072fb4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b890d81f74cb4f3a9739c8e6a966d0b4", "region_id": "RegionOne"}], "type": "metering", "id": "12dc8e095fd34bb2a5087892dfa8f61b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e4807e2421354cdfbc3afdde4b3bde82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "079e4dd99d2f4ad8bfed57fef441fe10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8c68f97845bc47ac97ddec25ad52abf2", "region_id": "RegionOne"}], "type": "telemetry", "id": "fb1c3dd34a904f8cade81aadcb761660", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "077b7a2aac5e4ff59fcd48c0ec40494b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ce5e2839197e41d0bc90a4cabb5e1005", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2799eadf5f2c4592961b1bf6986f831c", "region_id": "RegionOne"}], "type": "event", "id": "4468cb67977f436a8a79c091e4e72f18", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a72c362465a442179b23ee66d55b477a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b97562d8982141088ac1466a001516e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a3f71b28d49e4592b25a3916d5bdcda8", "region_id": "RegionOne"}], "type": "events", "id": "176373bdae024dca8d8295221dd75f83", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a0a3422d9472494590d78aed1bf248a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3a31315badef4c0196fcebdce7c90f83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "097ccdbc16b848d49f6d24ebb567a761", "region_id": "RegionOne"}], "type": "application-deployment", "id": "6b8ad9e6ccf344c19ed359c2c4e62e04", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2298ba45ba4b4cf6b9bd83d01d1bb43e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7ae21dc960ac4d4a8d2c374c8542c11b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "54fa999428144ad1ad9e17adab373f38", "region_id": "RegionOne"}], "type": "application_deployment", "id": "37c323dde91847d7a0c84e63768f896a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5de9d666eaff450db24b92406e38c244", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a2abac9096044303ae445977e5cfb77b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b836297db5ec4421bc45f0e783f34ce1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "1f8607559b764a35b753475dfeaef8e7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "df300f5526434e95b19ce333fa9596b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4058ba8ebdd9499383c901286c170052", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2e47f3eef9ca41e9adf93f74ec689f97", "region_id": "RegionOne"}], "type": "tricircle", "id": "577e88da368d400cb804f397cd42a030", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "963f2fccf5c94f81971e8ce981cd9111", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b110b0b567d24e4a80a22820a83dd79e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b007f27bfe2340658d2f4c8e209ac858", "region_id": "RegionOne"}], "type": "database", "id": "a76aaf19af614687a6f25efddb87bb52", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dd67ca1d56a34446a130c3864fdcae6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "90781c5057ee4dd8b48d2535e7536a7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3222ae6724e4400abb1f7da463c0d1e1", "region_id": "RegionOne"}], "type": "application-container", "id": "648fbdfacda140a4a28fb10ddfbe9dc2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "79d4f1b694e24245859a3159f65d3d66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "96d3d8d74b09442299b9e613b287f553", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "90b8d22be0df4c809c260fc9279f248e", "region_id": "RegionOne"}], "type": "container", "id": "c49307096d5142f893c6b53a08123f39", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1f64d54af89345b69f09868acedd4a9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fdca9de8ad744ecd94c9310815702005", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ea801b059fac4d5281fcef80043594a1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "cee062b842c64c6088b16931210d50b0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6d11ffdbdec4455081132f2d4de42ec5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "52a558b22b6d41d0a936ab6b697a3d2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7f13d654df5c4be9853240c0df11347d", "region_id": "RegionOne"}], "type": "rca", "id": "37e9fe48ede34f2ca23f553c43b12d0d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bb511212ceac43648871e7fbdd802d03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5e51c11d98014cb1a4da2ffab57f0a18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "539de6bb5ee94349baf033c28c6d1559", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "39bdbfdddf1e465799b7ed52de85f6f6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7fd079c70b31459d991de7847048305e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "8782d5d5bba54b1f84cc87b4542b29ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "403d7d9a4f17435a9e6d3a20e9a04ae5", "region_id": "RegionOne"}], "type": "network", "id": "b77b6207f06c4412a4e793850a09574f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9cdbbe012c8743eabb4b889fd04d354c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "aa7e9f52b36c4c8d80770a1e711eded7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "737b901d293f42819367a3a99b34d040", "region_id": "RegionOne"}], "type": "backup", "id": "3295f9d0a5284ef5a4117672fe17618f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2fbc2029514b4a0895e725ec72e470e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c2b9ebc563474a1db06ed4fef19f073b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9f2875913b2e4fd68b4772f9806602be", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9e5f874fad044560bf6e053f667e48f6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d11c3d76079149c9a121584df98629e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f1cd6502fcad47a3a36031aa9a33fb85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fc548772863746a89bfbda33be4cf82c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "544e426b74094a66a26e3c0315d0dcf2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "80d3fb4d1b764f238be990c831616f0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b04deb283e234748b010d431078d23ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5e9c66c5be3c4b32b55ec06c62f57320", "region_id": "RegionOne"}], "type": "monitoring", "id": "db32a52297eb4ba5a5152add47519b68", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "47627598f691483f8adfb88d3799d9b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "25916167ad7c478e92c32f04e71c5606", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "56b531127eaa4627bd4b2f5bd11e005e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "cb22693cadec4d459c467c1b8357a90d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "526b9ce9fe28445ea22bddd34269158b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "577c6aaa32824c29a25d7cf99687b5c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "3dbb69b364f64659a1ec18f9f2cb7514", "region_id": "RegionOne"}], "type": "placement", "id": "7fd90bb473704f72810be7088a91b185", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "eb6501e6aca94fd5a56f6e30eaaa1c42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2f087ad5e20c45d0a8a8d0905ead4107", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "98837f7d9dc24f59a6215883bcd5b61c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a4f7efa8906f4f09b180777462f33763", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "79909aea79de4290a4179ca9e8a49769", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b5cd3e43a0fb4e5d9be931b513e59c22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "859157d17f494da9b2703fa87617cfb3", "region_id": "RegionOne"}], "type": "ha", "id": "4c5beacf55b14a4199c32cb56adc4d69", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b2ef164a51af488494b8c12784e49ccf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ac698774775c48ae9efb4db3b7a88d30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ec71d0fc7dc5412ca24df48ae2a8b73a", "region_id": "RegionOne"}], "type": "reservation", "id": "91f8758f90c942e79b9e5d5309907394", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1d7b81cebfc24f0eb439d154da7c47ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "73b659310c87433d97885d8ea17b5a66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "41682d00acf3459ba40ce8a3680aef5c", "region_id": "RegionOne"}], "type": "function-engine", "id": "e43b0000937841e1a361c46232141cbd", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "34447cf59f054ae0a9b02beb062738e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9368d9efed984806be873e7098d5c8f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "230761d346ba464f8768517c14683052", "region_id": "RegionOne"}], "type": "accelerator", "id": "813fbcd004a74bbcb3f3314c739e7fea", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a1b0efd272234c02b6f149452a01b67c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "faabbbbfde634363a826ce6da01bb61f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a04d031d01c9474495eec7ca0f9df1d1", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b15004f66fb34565a0fab11f423097b7", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "10cf92d8b8b84672877f0d50b30d7ee6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "36d0487258534565ada445827a3bdf29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9c59e04b52994dc9b34013c39c4b3070", "region_id": "RegionOne"}], "type": "registration", "id": "26f3c0a2818344c2b667a2554e7dba66", "name": "adjutant"}], "user": {"domain": {"id": "4b30b5c76e1944d182afde849d306d57", "name": "057ca026816f4b0ab2e08ff31e0913ed"}, "id": "756c3bdab7944cbf8188d557a3de533d", "name": "5af6bc50325d4231bcf4a3274ad5d24c"}, "audit_ids": ["393790c733d74552b7207d8159ecb9d0", null], "issued_at": "2019-09-19T09:04:38.574546"}} 2019-09-19 09:06:38,880 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,884 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,885 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:38,929 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,933 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,934 keystoneauth.session RESP BODY: {"volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "Volume 1 Display Name", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume1", "metadata": {}}]} 2019-09-19 09:06:38,956 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,958 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,959 keystoneauth.session RESP BODY: {"volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "Volume 1 Display Name", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume1", "metadata": {}}, {"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "Volume 2 Display Name", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume2", "metadata": {}}]} {20} openstack.tests.unit.cloud.test_clustering.TestClustering.test_delete_cluster_profile [0.237852s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,756 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,760 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,761 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,763 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,773 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.694203+00:00", "project": {"domain": {"id": "6dfc47c2e80c4989a66629cb98e9354f", "name": "3927513f192448029c34adab929b3941"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ccf942196a1a4006a0759bb5e1976b16"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d54ca533fb2f4fe2a7693e9e78dfe0fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c85ad6b65ead4694810d1d12e6d31408", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9959c8e6b5c44ed8bbfc50be5129c2d2", "region_id": "RegionOne"}], "type": "identity", "id": "826e067acecf4b20b73bcb7d43b5f508", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "332c20444fb34cb8a8e625fb1bc09cb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a744f9c4f7c147c4be2bb4d2c63a00d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "839645a21303403dbce3d917592048da", "region_id": "RegionOne"}], "type": "compute", "id": "eed77337ba4147b0911dc8ee74f55ae6", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ec79b17f8c2b436fa99aab3243f9bad7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "078aafd4ddcd4bec83c4a459c8db98c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "fcfb342f31b04b92bbe61b51f05c3fbf", "region_id": "RegionOne"}], "type": "image", "id": "5d0501e1200f4496a9181248cb595701", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "22615fe3a7064688b5b909d8c1cb0cb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c6d981a03fd549c2a8608b69455733b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d8c7023c63ec4bc98111dbb06857e13f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "cd23646b0ce142d5a4013dd4ea34f6b7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b441fe7e7ccc42bd99dfaf423f2e5c86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f66b8ad49cd4ca88d0144fb233a6393", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe4df2eb9b82475eb77517b0b34f183f", "region_id": "RegionOne"}], "type": "object-store", "id": "f4042b2c27c14ccaaeac3b5d4602ec0f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c31dc03f4c8845e092a6ab403e27fbf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "acbe474e02d645fb877a9c14463ad13f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "46e18dde8ae248cfb4bba3a2dd74ef22", "region_id": "RegionOne"}], "type": "clustering", "id": "b2b64f1d47554c748b0ed74cafd65dff", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f4108098b39d4a8bb8df03eab1937789", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e56c47807d17419f85808c3841833622", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "23cb001327024a6382552d731c4a0dc0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2d1613487ae34d9d942a6702b8d2dbdc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d217e9f187b549969f9c210412479607", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4b3d0df063134f25864cc07a316361c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f5eea70d58fa408c985ee7b6d2ab0ae0", "region_id": "RegionOne"}], "type": "cluster", "id": "45a98f7fea9041a9b6932e7dde8ddfac", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b138410c563c4437b49dd4299575e6e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "51a60c38dd3a4393b95c16ab7bf2f381", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3cca927092d24fbfb6c86d61d931f712", "region_id": "RegionOne"}], "type": "data-processing", "id": "6ff02c1654754b3ab07ecdc847ae95b8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9a5f9bb434614c97a3bfc92ed39680f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e6700f36ee1847eab6ecb3d3b77a2ded", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4830dc5bdf26492395f4cb181abad00e", "region_id": "RegionOne"}], "type": "baremetal", "id": "d04a71fb73dd4df499dec815dcd9f89a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bb3f0f557f574ce2bd4f2c85290e8317", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "61cd97f9a644493f81f552bf9edaaea6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5d2c1e6f410e4248a3f8830a41783b29", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f15007ff3ffe4afcaaa4e9cb9f7ecb5f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fb19527b447847fdae0c390c3ab01e19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "04f789a3cc3b4992ba37955257e007ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "29814d6d4e5942529544d223763585b8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ba3a0c5ff0204edcbffe2ae5bedfd56a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c4fba1cda8454b5cbd690a892bdbd149", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a10439d064e54f69b7102fdfd67687ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "176bc1b8a6e941bb87a2afc8548096d9", "region_id": "RegionOne"}], "type": "key-manager", "id": "4e7c17feb51145b8af1822925bf742cd", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "62db0ec3232c4409bdadf31e218ef73f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a179771b8cc9460ea823d79a302a7b43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e8a7c4c5af8d434bbaa65311f7c40725", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f432840a12a948799f004d011f38185b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2c1dbb93e7254949a17af3963ecfc310", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "10a1503126ce4d888b0900f163588c91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d7ec584cd84346b1bc77f72abd8538c7", "region_id": "RegionOne"}], "type": "infra-optim", "id": "014cd5a07094464c83722d220525009f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1c3854a146e44b1b954d50932c096256", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "dad39612d2da4e2b93093cda5a27871d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fc6f3ec881f54789bb58964edb06c425", "region_id": "RegionOne"}], "type": "message", "id": "f9e9306e1d21427a96d7e3c6ed721997", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9fdbfbce0b8249968d57ec56dea29741", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d190377351b94460af6686d060e3a38f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b868c38c85ab41599f7bc497b0d4e48f", "region_id": "RegionOne"}], "type": "messaging", "id": "55a30be0ff184f359088393a8c910156", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "22b71ca2ec714bffa41d576516891f4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5bed9a897bea4e15ac9bf2590e548eed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5f9aa255c4bd4b40af3f17308cd26e25", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b5541cbbff89485c8303a482c24ab011", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "38d1226b602242f4a6dac897697cb7d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4351acd6b7fe4363a4294a4e3ebd0c66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a60b61e4303e4a32b2f42298c2535ec2", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a0e28aee9a534f18b5d899d526ae2e08", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "86bf1d25efee498c9b440644a1c2efe7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "125728819ba44a2c8b6b77229a822edd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "918f532b79eb4c08aa2e127e1bcc3d3c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ff443b48d3f44ace899728009fd46180", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3873c442fddf4ad99d36e3b8328ba12c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "02bae0db6f0645929c9c8ab992a7132c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6dca8097c93d4e7eb28e8b4fb4a4f490", "region_id": "RegionOne"}], "type": "container-infra", "id": "d77d874bbe784c8db2ef5a65fc375127", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c828bb06f54f426b9a268851f2bd0429", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ada70fba530348c09a6cf7309f9d2140", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ac85034f7e3c4f9ca43e8e342395e195", "region_id": "RegionOne"}], "type": "search", "id": "936a38948ae545b7935598e76f1e9d76", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5ad26dfbf4814969a4627b4c037c5a6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "02d7f27a63684ff4b7c418a2d771dab0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2fd88a5b61054cf48567a3ca12690763", "region_id": "RegionOne"}], "type": "dns", "id": "96bcf7e1ecba479a8cfeb48c749393d3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "896cc4b4986b4e3f8175378d912466ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1582fc76f73f4eb8b2063aba2cc5b843", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "74bdad33b25941c290979635f6bdf4d0", "region_id": "RegionOne"}], "type": "workflow", "id": "e9fbf4cb18024e68b0e6edf3cb16a4ef", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "686de364806c440abc46d302c4886f57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c022557fb7e646c3aaa73d0c7191dbe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a6cb7b500cb6408186cbf04edefd0240", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ff631b8d86344a258793f5e4191b75c8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "184a8fbd337c4f998d471ae0bc8a690b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f703a2839e2e41c1b582ee14a760f363", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ee6afc7075b041428276647d3dce8836", "region_id": "RegionOne"}], "type": "rating", "id": "1d0c97590afa4154bc527acd9e0f21c8", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1e69bd62f7b44923ac26f14cdc0f1958", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "abbb7203b7cd49159b97ea5317609539", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7f61722e990249f585ee9ffa98413040", "region_id": "RegionOne"}], "type": "operator-policy", "id": "9927969e5fa24b54a1849a67926dd57c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d34475ccebe34d45806ea1ee8f614d14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e7851dc350af4d42a86db211f669cc56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5234db0131014260b21aa8d302d5180b", "region_id": "RegionOne"}], "type": "policy", "id": "469937b058034462b39f40a772090acf", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a4fbe1b63e054d5db20775495c65c6c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "09e34756ce3f46afb84054adc9b2658a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "423c181d69fa41e186173dbf39b20951", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a34e3281d8d843e486bef4a105c21f7a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7c8aacf167d148d3abb0dc9f762ca6c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "328c324a9b1e4736a03297ad958a7018", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "21dcad8ae5034186b0a745671a615e7d", "region_id": "RegionOne"}], "type": "sharev2", "id": "53820f1d0ad54f2d8f4df2a296f5bfc8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "85b08cf1d1144cd5af5c73bddd5ab63b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9f2ca57960784b518b0ddbe4ae82483c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b1d5e7e1ff0c431fb4ef2e957c1a3cf1", "region_id": "RegionOne"}], "type": "share", "id": "d9fc5639ddc340c7a7606ebf030fa196", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "844bebf6fb1c4c829f47fa9bed9b4daf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "551fe5f1c3704177b593ac2bc4550771", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2c461f461ca749c4baf49389f7812b29", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5cfe9a86faa7474a8e87333031275a0d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ca5b276f6f44d6c9d746be424bbfd19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01a40d2a9c42473c96ba92662622c643", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fa9f282bc2844cb99d2ea7d920fa9d4", "region_id": "RegionOne"}], "type": "orchestration", "id": "8727bdcabc654a73ab2950b38d58c2f7", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1ff730ded354efd879dc13cac096226", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6b841e7f5f74567a12afca765675150", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c39237abf39f472dae4a9983717310d8", "region_id": "RegionOne"}], "type": "block-storage", "id": "400503e59b3c467888cd58bb1925a8e1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b790bbc3035e4988ab8766e66c6bac9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19eb472e0ffd460aa87b811ffb440e84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44df23b290b44ce9b1fab5a53180b5bc", "region_id": "RegionOne"}], "type": "volumev3", "id": "51fe7382b7544304aa66491305ee0270", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86dd47d5b9c4459b933cdadcb1336191", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "904554705a574bb08d874d7ed583a757", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "676380bec95441348325936b771d12f8", "region_id": "RegionOne"}], "type": "volumev2", "id": "97f6e7eed5ae465fbc64dfb975cd8dfc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "805af62e838d4a7aae2316b8bbac1863", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf42843c16874271a01ddb1d16bd2049", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19ed556014f84e46961463202b544952", "region_id": "RegionOne"}], "type": "volume", "id": "4aa797d6506846f7a37ffd1fbd235f89", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5a9c5ed8d3f4e6ab0125f94741b59fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06eab9db8bec462c96daed22cf3d4f0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce346105e8ed497db97dda6f47311d57", "region_id": "RegionOne"}], "type": "block-store", "id": "2e83a4ac35b54efea1aae60ecde5814d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "da88cdc3bb63426eb0e6b55443aeed9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8fba57a797254e378321e890cb409503", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "265f0a2a91e240feaa8132c21c286696", "region_id": "RegionOne"}], "type": "alarm", "id": "646eafed17a4409380598db9cdba4926", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "64f3a0ed4995427eb004fca8f5928734", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "36fa7f8312554bc4bf5d408f9ce73409", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7007ac3acf114132a8e5bffa753042f6", "region_id": "RegionOne"}], "type": "alarming", "id": "2e9377ceaa3e4216b46cc62547e3e0e3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d58a4e1582b04ed0b11d044e4b580f2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e82afe4163724f16b40b0eb8ea3ebba9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8f381938c2064ce28ce40950c088efe7", "region_id": "RegionOne"}], "type": "meter", "id": "3bade4b0aa25427b891e456175457f21", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "02c2a4059b3b48d49af3b13c4e661be3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "10220499e54540b2a07d006b094a48c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "eb76ad5a843541a8bfff225ad1666d5d", "region_id": "RegionOne"}], "type": "metering", "id": "112ac7f0bf114abea730c341d3776f8e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "23e236c6ac784cadaaa4bd74327e8d61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "66fb2711ba1d4fc286324935c8680386", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b96245d3152842eba2484c1573136ab2", "region_id": "RegionOne"}], "type": "telemetry", "id": "a7f3bd154ae04ee590da1c497b31e136", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4ec1e1e5172f45de95a9cda12d0bcca9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2607d65848fb4f3785417cec9062887a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "09b8491d884a4a759f7a90c9fce28f83", "region_id": "RegionOne"}], "type": "event", "id": "50d46fe1ef6a4574acb80139003479aa", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d1dbe9138b12401fa397d4f02dc4eb6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "94a704383e6746918e841d82f2b43f79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6c4d049398ab4c8693bfb11f1df4157d", "region_id": "RegionOne"}], "type": "events", "id": "b7e65ce20a9743a5a701109290cd7971", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "01218a328fd64a6eb744a8931836967c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "736a5cb7e3a141a8b4ba1a19a7dd8b23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f4c58e6ea28e4e2fac17820451643bd4", "region_id": "RegionOne"}], "type": "application-deployment", "id": "963f9b145b2f4037874ef03d0f7e1e98", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "97616bc90369427797b08e122052c13b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a98ef7cdd55f403f89bb38253036c5bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "61ede9ce200247cbb1361dcd29d117b7", "region_id": "RegionOne"}], "type": "application_deployment", "id": "21c75b936fd84146b59891a359fb058f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "52131c783f644a408c7168756f18717c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4fa18be4893343c0b4c2dc05bd883103", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fe79c18ac6044ff0a1b9a7e98ea90f90", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "366476bdc3ca4db1b6f3107fc8cfc9b4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8d386e611530444aba4ac5c36b5cb378", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f9ffa71bb42b46258f7591b16fa061bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1c545fb81da64149a2400ad9fb07e880", "region_id": "RegionOne"}], "type": "tricircle", "id": "4934a9f69e9b4f29b31020e2efc20daa", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a820067d6b1644a1a0b1188e86f91747", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f02faa9d2ae64afca1a2e497acaef99d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "8de7efaeee0248b39e78cab78f643ee4", "region_id": "RegionOne"}], "type": "database", "id": "5ee6eba013d547738a0d742bf3f807ff", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "62e91d259afb4c7abccf78dc97c2a1ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d524e3a0bd4c4b83a56b8df681d87c77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "31077e67b7984025a2280468e637deff", "region_id": "RegionOne"}], "type": "application-container", "id": "869a3262687b495c9698a8fdac558bc8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "37283ea335fb4fc09e3b259ca2cdeec0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "235e91471e75451b93330810ec8bd52e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5f636c38bb9543d7907db93631d1e972", "region_id": "RegionOne"}], "type": "container", "id": "0a7a32f036ba49c2bfe525e199ee2847", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9ce8167057204eb99bd4e0d4413cd0e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d0fe9387d4994ce181a626e04319d76c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "973e19bd7a1f494992709b809eba8e79", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7fc1edb12e964bd4be23784ee51e0f9f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8e4bff4bba8c4dc9803e1a25e7b77b82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f93e2ef131744f34855ed14d8eaf44f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "655248015a3242d6a35edb04acd770b9", "region_id": "RegionOne"}], "type": "rca", "id": "dae412ccffdc4a24aeec60e796d35506", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9e8d626556664f2494c8de3228f1b2db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ae88e91163f14ead8177d50572686a9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "02a519378c26400685682fdd1f14192d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1e5dca92416d4d7a9c98b7ac8b1f9992", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e29656f57fe148c6b891b60ed0101d21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4aa9d790ee7843e0bfd776fd5bc24a4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "16abb0309a184b78abf244c07ed72e6d", "region_id": "RegionOne"}], "type": "network", "id": "8f873e0dc7eb43b49c9281b0e4273dd6", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a70243d520a44c02960b9bd54b9f2517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ec74882ec9c94619b40bef66f36c6d39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "1a296313f5604502a0c9434f09e3f8fc", "region_id": "RegionOne"}], "type": "backup", "id": "44b6eedfcc3c4606babcefcb5aee692d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fb5ce8eb5b824d85be3befff4af3e1ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9ab5128c96444ce48e0f003310ad97ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8180eeb5a02f4a78af6415cbcb7d637f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "11eb4018c9f548e69cf6d5eff163e8b0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "be622ae3a4be4e65abe9ae49a1866406", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "76459d1a415b429b9f8fd86c3ca3e77c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e127880d0ba142f08e29295c48bb9e43", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9143c351fa314896abe21c27e6a55553", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "283e6ae920db4095986308a2daa7482f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "929b53e9a5a347328bc52d4b42dcb6cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5c767a9848284b67b8e1b8d8154a4350", "region_id": "RegionOne"}], "type": "monitoring", "id": "db7f22678f6443838aff27efec715b4c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a1fa1dbc3ac149669fb7d2bebb1aee9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1290f1f97a7a458ba53c7530ce6cb5a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e31fc11a5e4e4479809942a1c34e5b6f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b6981690208a4f62b95fc26c7e4e3447", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "81537fe25f3042748975369e54b3fe61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5f68e867028446aaa24e0b2ad5abc6f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f489f8270c5b4dbdb9e6ecb12e885128", "region_id": "RegionOne"}], "type": "placement", "id": "226c5b7f030941a8b908f599519bc4e3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ac7e6a2e7d954faea3b9a059f279148d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7fa808d305114e2a9ea96ff3dd519098", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "597d93f7bbd74b1d89cd9aad62a59abd", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4f40bc9599c94a11b88f5ac1e3a9473c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "da7619b8b1d34c8bb9e2cb761d621732", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2a5cc7ef45bc408192167d91fd858588", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ee5afeb53f9542b29deb0cbf142a48e5", "region_id": "RegionOne"}], "type": "ha", "id": "9c636e66c90a4cbd8bd21b203b740d45", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d17dcf7c93c043869ac438b97567e994", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cbfcd72178784db2b617c45f6cf6ffce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4fdd9b8ac3f540228bea52f5ff2a3d84", "region_id": "RegionOne"}], "type": "reservation", "id": "185fb51f99954d7d9feae7ced6b39f39", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6786b751ab4a4a4596a4a3a56d39b740", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "305d5ba1a1c84ff1938d8b34dcab9d65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "267c0d4ce2304b078757031f9a603d25", "region_id": "RegionOne"}], "type": "function-engine", "id": "38cd5b162af64f148fe8988613309309", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "806da2241b794f93b08fd17ca9f31b1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5657a4f6534647f8bb5834b4924608e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "69d476192b2243acb2d6299133f6e2bf", "region_id": "RegionOne"}], "type": "accelerator", "id": "5f60f3e929d4445b9457432e4b8f3c4c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "94d943d55e2b4d9a96c9d55bf8334afd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "adae8017fde948ad81836050c89b4932", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8718c07f06884409a3528f6a2b362e21", "region_id": "RegionOne"}], "type": "admin-logic", "id": "967e20c528a8420b8e27a4b41ba8e87c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "187e1b5c9806465b835ad3d68d624c9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "90f54ba17312447a9a76847a29ab52c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "26959831ba044b2f9bf6ffa31c8957c1", "region_id": "RegionOne"}], "type": "registration", "id": "bccd8801cbfd487e8955bd94f9994cc3", "name": "adjutant"}], "user": {"domain": {"id": "38adcd112c094c3a9a7c267cede083b9", "name": "6a23d3f741544d239c1575273953b506"}, "id": "8a807fe089994078b7a2f26d245b4f5f", "name": "046a719361974ad1b8e86732f655ea17"}, "audit_ids": ["1efe2f4ebadf4b38bd2f981b5d5d0574", null], "issued_at": "2019-09-19T09:04:38.694203"}} 2019-09-19 09:06:38,851 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,855 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,856 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:38,875 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/profiles/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,879 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,880 keystoneauth.session RESP BODY: {"profile": {"id": "1", "spec": {}, "name": "fake-profile-name", "metadata": {}}} 2019-09-19 09:06:38,898 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,902 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,903 keystoneauth.session RESP BODY: {} 2019-09-19 09:06:38,921 keystoneauth.session REQ: curl -g -i -X DELETE https://clustering.example.com/v1/profiles/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,925 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,926 keystoneauth.session RESP BODY: {"id": "1", "spec": {}, "name": "fake-profile-name", "metadata": {}} {12} openstack.tests.unit.cloud.test_floating_ip_common.TestFloatingIP.test_add_ips_to_server_rackspace_local_ipv4 [0.060318s] ... ok {19} openstack.tests.unit.cloud.test_endpoints.TestCloudEndpoints.test_delete_endpoint [0.204687s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,843 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,845 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,845 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,846 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,853 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.786344+00:00", "project": {"domain": {"id": "3fd51247f87d40dbbab60227f6ec8298", "name": "f1a78432383d4abfa2d8e19c78f27c02"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e6303ebb24e0432aaeabd90d3ee46b28"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e08febd4a47645239e91009744ecf4f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2d8a9a838c9a4c18a882fc3a342bcc1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5e3c9410503a4d7fbae267392716a570", "region_id": "RegionOne"}], "type": "identity", "id": "346b1b0be93d4bfd85c15ee254be862d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "09f0235e18bc4c07ab2224185f29384c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c106650a813941e384ac18d37be0e9b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "290ba096da2f45388be7189d754e1b10", "region_id": "RegionOne"}], "type": "compute", "id": "7f704ece5d9e4bbaa16753b4b94ed821", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c9c70aed91ca41128ee7eb5c41270165", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "13dabef61ff24560859322ae9777c80a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "9a288ce8fed94ae3885db4083e54a5b9", "region_id": "RegionOne"}], "type": "image", "id": "3e84ab2e6b5b4a39bc3e72fb57f3adca", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c438be44476a4eb383edf6f28854be97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "12e5ac7de19a4926a358c4849e1e1919", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "00944ea20235492b93aa44e8bf136080", "region_id": "RegionOne"}], "type": "load-balancer", "id": "77918ba873e84826a152ab71644cc8ce", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd1ff459e0b449fa913b12d2c6c462f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5e6b7dc663743fb8454261029c4e7f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a73e6ce693cf44d9b286169966c4e7b7", "region_id": "RegionOne"}], "type": "object-store", "id": "07925787d2764cdcb664896c6a9038ba", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cc9e0e025d0649348cbe89b482da012f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8478df9cfbbe4bba94ce570aa0131d26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cf244b12ec9a4ecc9ac2b5147dc3a8ad", "region_id": "RegionOne"}], "type": "clustering", "id": "a4a9b39f5c994bc0af476dcfe09c3c95", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8887e3f4f62a40879c13f13f906c7dc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f490fc55f1d54bddb45657b482f2eabe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ca5b07af673c4639bac257eee637586e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1a9072f525a74c74a1cb6c5e70616235", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0c4642a7f3194e218ab0403653afbfe2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "58b89981a21145eb96bf93a595537645", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b5b08296f79b4ec682e9c8c5ef8bdf43", "region_id": "RegionOne"}], "type": "cluster", "id": "95e00488f09c42afadae373cbe72bc0e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "56d10599210548ebbab95d7d7e62d7da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e8e9e9c09d874764abd768c14d8f1aea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2820f782388b424082fdf22a1579103d", "region_id": "RegionOne"}], "type": "data-processing", "id": "da29a0090a4d4732a030b6574f2f6482", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "87c3a1755c3b4895acbec284ff75b463", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4387dbb22b414c5694ea097f4c7b36e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d5cfff24351b44a08f6e43c526db3714", "region_id": "RegionOne"}], "type": "baremetal", "id": "763e52348be04dffa0e6f27c0f55d9d7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3dffb06f88314d378a826b44edbfa37a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b7ea86a8c2eb4e538574f287a982a391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "69c3d7828c4c4985ab9c2087d760b937", "region_id": "RegionOne"}], "type": "bare-metal", "id": "26ba3b8c54f94000abc131ac6970c5e8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b4010a7e0b5a43c385b0dc2a8f89df45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5e19ba020fa94bd887272cf689919067", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "6ca112cc609e4147a6bfd671af105553", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e46bb0dcc99445d48a5a2ad803d8a264", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "41f091d06ac7402fa4de4842b095bdf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "61f70d96a1d94ff1a730d18b2fe609bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4fa342ac5175427f8fc8bd49f4a41fdd", "region_id": "RegionOne"}], "type": "key-manager", "id": "cfaca7b933b94078b921ddff28db595e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e90b82fd93f14905b066b40dbbe9f044", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3da7d52e4d894430b4b1e33caa8bda11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d21c2f09be7f450ca0791feca6b2528f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "071e8b57d97249d789fce178ce3d86c3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8ca7001ad526450aa24e32950d87835f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d76b295dc98a4fc0bd3ee849f2f4fd12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "62faf20928ef4c2894b939f5e68e80c2", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5255edf5f4a448d59f6fa1cc0b2c9d51", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c9c8a6addb9f4bcdb1b5759b9f6458d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5eff978c50aa4f86a372452993615448", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b2b495ce5d714cab9bdbb722fb41faa1", "region_id": "RegionOne"}], "type": "message", "id": "bce9969dc6094b61afff495b8bbc91ed", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "35ed69ac984f486f9eb709b5f48b7f6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "43da08c20b06494090702e46715ed2c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "da15c5d70035417a9f6fafed1c620ab8", "region_id": "RegionOne"}], "type": "messaging", "id": "8b179ff2ee424e68825fdb10a1481864", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5cfa187b09e94aedb5ef56e15d0c7a38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4b529993291a4bdda0711b0c348c20eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e5609e2d6c054fd0829eaf8e839fffd2", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c51c677683a54b5bafd63237c3f87325", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "22db7e3ca8474aa8bc4391b9d2080c41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8d90d8309878409091bca3e87393df63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8e97136be6ff4b9ba617676808fc6e61", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b7a1891bb7b04507afb0e1549fd24939", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f97e2368ab8245ba94c1d4eabc72f401", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca62192074904430a26b4025281b7871", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b24d39d26f8f48c0b5a131e83cbc3eba", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4f83b1d93b3e475a8065ae85f5483b71", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a5cb2a4ad65d4b43a085130df15ffa63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "66dadac699d04566905398fb7876303f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "584a48f881874eda9b149b978a378744", "region_id": "RegionOne"}], "type": "container-infra", "id": "34a3915b36a147f98489536015936e05", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2a6f1f1fd5d549dc93e720559c86681c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "48cde20e29e34ca3add695b4a4ef8854", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "390def7c6b964afe8939ace154ae5720", "region_id": "RegionOne"}], "type": "search", "id": "69cbcf76e9ae4645a6d12f9939f5c852", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "8d6955a20e494306996028799b357c7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "48a7d9dc9e214e24a1f9140be2c5ec23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "8f58ac9de864443ebff9932506b3e7b5", "region_id": "RegionOne"}], "type": "dns", "id": "9957680985ab4512ae9c7b3779cd5b1c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4f3697386637463faa92a0b81ddd64a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "69e0bed70e04456ebedf2b173efe08e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "99907deed5f64bc49900dc394a0ab858", "region_id": "RegionOne"}], "type": "workflow", "id": "ef1cc02a98ff4f919eefa49f0e4a4f2c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1fa314bb2ca14f7b9ed6acfb739c08c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a7d05abfe4c34d22a615857af9eea237", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f19bfff2fb374848b06f5cc6bcd8b57d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "28b4980604c14ba89fba6855b20121cb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "28a80c342fd54db2a462c0f4e7f7554f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e16a911883524ec8aebdda331c0395bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "79d75558d0414b19a5e35097050138d4", "region_id": "RegionOne"}], "type": "rating", "id": "1ce3ee8f48c34190ad57cad98984ad2a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4c966f6f6f7145f893b3e16aa9c58b87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f3996dc139cc437f816fb57bfb4295a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2ad1668be9574332921ef83c0c0e5cf8", "region_id": "RegionOne"}], "type": "operator-policy", "id": "9f9ce508158b48d5ab6caca89ca24e5a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "882f931426c74f8997c51dc5f4be35fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b4151a5826ff4a2b90becb63395e261a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8b3192a01e1d4e4ea76c053646dcea7d", "region_id": "RegionOne"}], "type": "policy", "id": "2f69db1bf20542b6a2ec11b9dcab5c3e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "849cd43b4b9242faade3873c38f032d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a14107d4ecad4356bbccd005678de8f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8edc88bbf9fb45adb85953cf1dc6bb65", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "bd254b7e5ed84296a3438074a72d80f8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "390815466ae6413680b7a9fb0734b1bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3c5c5b64fc094c5588cdcfc8a02f3f91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dd88e5feeb7e4cc9953026065cd7a146", "region_id": "RegionOne"}], "type": "sharev2", "id": "a83fb29001f346f7898f75a524f88d8b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c15400de67a344268814912ad7ce0ca2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a9389173ca674509a0faf018947f5bff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "48d670c29b384f6096d9152d4b524bb4", "region_id": "RegionOne"}], "type": "share", "id": "71c2350c4d244148a6b9e5780795a402", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "683fcf00062c4befa33b97b90b8080f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6933be0835bb44cd845e32038e1e4547", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a8d67fb6c41e496e9095589838af8a83", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9a48bfd484294c3a9ba5a25f44167532", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1cccc4c4d84f46ada6d543cf7af22046", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c208544dca4a49e999ce5a66f71f43b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0a8fb12b4364b4da55844c71d2a024f", "region_id": "RegionOne"}], "type": "orchestration", "id": "305d52c3cc5147b6a42c045fafa32c2e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "433f46fe39c54602b47a25cc91e1d757", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c47cbfaaf69e4b0e952479332852ab34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63a57daf95ab4767ba839e33bdfd0515", "region_id": "RegionOne"}], "type": "block-storage", "id": "ec361dcb16c14eb09238e9b1ae612784", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97dfe71251bc48fd86dca371b23899f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d896562f87645a08224b4eafd151937", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d80f897436f4fccb0040c9179bbbdb3", "region_id": "RegionOne"}], "type": "volumev3", "id": "974eb79dee584ee8af7388fdcd215907", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03bb1bdb99d5495e961a4dade3e588a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b51b4b0b0e514c38912217479f300387", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b75c02a71b2d4079a20bf3e3ed8b38ea", "region_id": "RegionOne"}], "type": "volumev2", "id": "a65df282e83a4028bb2b9b4aee64bc35", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "200642eeae674dc6a1b6f3cb400e3be6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a74e0d2b20624349ab13ea0e967c568f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea72b73d971b4a388083fe8ecc19665e", "region_id": "RegionOne"}], "type": "volume", "id": "cb0230a83f7a413f8e265821e4abfe8d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96860eb9c54d46daa1d6e1888f0d1477", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60a0280127624bcc916196b1bdc0abdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f19063894f984e4993e94c9da73e680a", "region_id": "RegionOne"}], "type": "block-store", "id": "64107d63ff7a48b0b65e0a9207c3e833", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2a95d9b1073f4456be44a7af01c88301", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "16989983e82748e0b9234e1b929267e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fa2dccf9d1804bd19c1d26b9bc50b601", "region_id": "RegionOne"}], "type": "alarm", "id": "49c5d1555dac46e5aec77216c9f1ef67", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d8be64177bcc445aa1b6cc31026e54a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c68fe73205934a66937f3d4a5cdec394", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "90022cbd4ffd4a8fa55006740085a243", "region_id": "RegionOne"}], "type": "alarming", "id": "d724089d3c1c4fdfb46f546dfef8191b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "00da35ab81a9494890571a3ec4c5e236", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "42a4c207bb4e4cf587b00dd02a5c31fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1438b1e3732342e5b4d4ee284e47277b", "region_id": "RegionOne"}], "type": "meter", "id": "8fdaa39a24d241cfaa61b1895c3d32c9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d52919edc75042fc863c20b26cccca54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4da0dc7930cd44ccae8f0281acbe7f53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "962b582b930e48e28b616589365df805", "region_id": "RegionOne"}], "type": "metering", "id": "b4a6c7cb95ca48c19273e35c5bd3d745", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "602e1b4b77b3491596fb49fb13228ce3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cfcbebfdece34b4f9faae720be5611b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "59b87d9503a24dd38da019ac73326065", "region_id": "RegionOne"}], "type": "telemetry", "id": "e7e84f6f6eb64b6d8b4866c827824405", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3966033fa5434a2a9f526560e4fd91e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "754c330210f348bc8893b4b5c4832e08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "25d4c60c5c594f0fbe80024b895f5a46", "region_id": "RegionOne"}], "type": "event", "id": "802517bee5cf42b493c76595ac4e299d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c65c3f3b40e240d29338bf17908fdefe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0d8cc8f3749f434e84011c23e752ae0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "19fa779a9b57441b8e540ae6112af811", "region_id": "RegionOne"}], "type": "events", "id": "feec4dab7a0a438eb611dc21c75a3ad1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3339a0daaf4f4c47992cca8b0a6f98d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7d5b2635fbe54431a27beb8930b95b32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b887954f500d47ed93bda0393c7c0483", "region_id": "RegionOne"}], "type": "application-deployment", "id": "68abadf6ca6d49e1abd05af4c88511c5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ee23e1fc304042a580d9c34a59ed97fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d7944532993d4eb8b6a8059c385466e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d820e95de6324a1ea1380943fe374551", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e48eb75512c34c788437168c83d97768", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b21ce4c4c8bf431c8d1ea900ae1362d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "eab6de0071124855bdd325349714cd9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0fcd476231564761ba78a57510bb897f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "504d028d5cfb4c8689655860adafa249", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "04453232eaf44620836d73c3f7ec0892", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "657b24e4bdaa4dffa57f62b197e0c654", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7edbfbd40c3b49e3a1f0850abc531266", "region_id": "RegionOne"}], "type": "tricircle", "id": "1336b7ddc4b24c2893bf2c556ad7d771", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "3057ea8dbbaf40deb1455f1daad94084", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "da94e160486040f8884fff06dd29f6c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "02d27d78fcec4124bc0d4f7ea2c03a28", "region_id": "RegionOne"}], "type": "database", "id": "3b81992dd1ae4c808f0bf17eb1386779", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ba61cd7c27ba4f4ea9923b2b2bf2c679", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8057c98db33e4a9a912f3a714b82b516", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1763269e12df4ccd997dc7ed18a6b662", "region_id": "RegionOne"}], "type": "application-container", "id": "600f70a8e33b455eac4ecf0ffb520e62", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d7d1b5ed28474d888e2ab107c177a541", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4689f1c806ca4b2c882fe6749743b1f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "12b012c1971641dc99320d652b282f33", "region_id": "RegionOne"}], "type": "container", "id": "518193447f0146c7969c5936b0e8b928", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e0c6a2ec0d27464ab1ef7574cf945141", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0cfd08cb16e24d0b8230b8d924390e63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "666eb4074d3f4fa1894f75300e1422cf", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1c677ef8e8984a1a91f19a95a8552a66", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "542b052b1ad24f6092303d928514e38e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "def49ef42e75418c81d108c886241579", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9ba06a52b2bb4e10b5f128df16128980", "region_id": "RegionOne"}], "type": "rca", "id": "1729c4f3ceb848a69b2a6548b5336e79", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ff62e24af8594c74ac2a5fa73dc68ad8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bdea9343c4504c7da11069e84efec782", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c5a59e4f362f4597937a5731bcddf34f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "dca4027e16d941728c93a44033501897", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "1a2e615aabbb4cecb1826ebf2fa73f44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "34893984e6df4474831da5ba6a8a261d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b524e67c75ae402ea4e1b61c563c74a3", "region_id": "RegionOne"}], "type": "network", "id": "1631553ee62c43a8b9976cf440030bed", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6b39e02feac94bd08ed16a7b2c9d9f3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "720b468fbce843eb8a34ea564a863899", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "1f6fc82b3f4a4d459838aa13afa278a2", "region_id": "RegionOne"}], "type": "backup", "id": "a32c75d364b347949e0ef387cd5d24ff", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0b5c186b00b3457bb0bef3f0d74cfdf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "43a219c2bcb34f53935ae95223b9f51d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2e8365c6a0864ccea386cce52299c644", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "3ce34f54442d4fffa59716ec039e92a6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "548e6b63ace844caad6d2683464476bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "21400468c0fa4e078794b600bd0025c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e6c0eb832bf44a98a02a386313633344", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9a4568fc61714522b5609f2ab742e6f9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8f847e29d87d4682b6ec2b3b9a83dba6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d163a88f6b29483597a5475ae1d40d3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "dd645637743546ad80ba76194f9f5d89", "region_id": "RegionOne"}], "type": "monitoring", "id": "7a64b66defe449caaf618c501f5cdd49", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8d55844935f6418396952229d2b86381", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "94ae46c481114f629c80312e82815ce5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a999f218432a44f89eea5eb07956dc75", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "92a31f71e5c64dde92bd193a5529d862", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "93f13cbaa1c74de688309f5081ba20a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ab7506df48a64d509cda219e3cceb0ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a012d534f31140f3a671d31926c6864d", "region_id": "RegionOne"}], "type": "placement", "id": "f24ea7a0059b431aa3621ea03dc16b18", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b6fffd2e1654408197f38e481e429b6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c1606efcd2f14c8a900c948494b8bf0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "eb27592ddce04041bbbd3490cc0fa3dd", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ef8fad4a17324073a0dcf95d0c2729fc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "de585d79029445109ebece8f336b2f3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b4b7ea08b40343c3a5992ff1cd200fa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d7ea3a1efb8b4c0795e2f71367f487e6", "region_id": "RegionOne"}], "type": "ha", "id": "d1de1c0f393c47f7947f609551ae6328", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "17ca1c08089c4322a77ef5877bd5dd4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3100477a09304e559371b709541132e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bff75b6696a54f358897b52b1ce7a133", "region_id": "RegionOne"}], "type": "reservation", "id": "de746c4453364efda46a2d4b537298e8", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d016e77d8015406793bea94a4e197057", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f7c267a60f4e404dadfbb9d9e48853b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8a004771fe1c4345be7b22b076831a43", "region_id": "RegionOne"}], "type": "function-engine", "id": "942de41d1a424fcf8402fb364d492e2b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7997e246027840f0afbf1fa2ba879da7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "587a363662844836abe228bed886234c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "290ecd0c034b4a2bb20014404f3dfb04", "region_id": "RegionOne"}], "type": "accelerator", "id": "8d34aeb1e72d44e18aee3c9e0e94ca57", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "792a228e24b84fa996c233d75ff2a018", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b114934e883e4aa0bdf8fc0ef4923258", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ba451f1028a04ea58c205dde092fcce1", "region_id": "RegionOne"}], "type": "admin-logic", "id": "143be512e95f4914ab1a11f8d2361913", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "839bc5b96d6241628c856056ca19c0d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "466daf73f15a48d59aeb475595576336", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "21cb5b93232b447ca59e580a2d0e7820", "region_id": "RegionOne"}], "type": "registration", "id": "d7b51412db4e4466b4029a3279780ad6", "name": "adjutant"}], "user": {"domain": {"id": "837dfb6ee13b40c98c258b7e9fb622e5", "name": "f2bd10bc62ba4055927bceb65c1830a1"}, "id": "2edc504f8ee74e8c872e5dd4ecb17b0a", "name": "8ec7738a87b8496f9b8b0bc3165c3123"}, "audit_ids": ["08a5819e3f5a4c998b48515acb0b574f", null], "issued_at": "2019-09-19T09:04:38.786344"}} 2019-09-19 09:06:38,942 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/endpoints -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,945 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,946 keystoneauth.session RESP BODY: {"endpoints": [{"region_id": "566f6ccb45504a49acc29471537505d6", "url": "https://example.com/", "region": "566f6ccb45504a49acc29471537505d6", "enabled": true, "interface": "15ca895494674e5fb35408370f1a01c8", "service_id": "2abd545888214968a042c71d1956510f", "id": "886ee1e901904c26ae9a84cc0d2c81a2"}]} 2019-09-19 09:06:38,982 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/endpoints/886ee1e901904c26ae9a84cc0d2c81a2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,985 keystoneauth.session RESP: [204] content-type: application/json {13} openstack.tests.unit.cloud.test_baremetal_ports.TestBaremetalPort.test_list_nics_for_machine_failure [0.260113s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,763 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,765 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,766 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,767 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,773 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.613419+00:00", "project": {"domain": {"id": "a6e605e1ac8e4f2f94380b1518b35992", "name": "4844e0ace10b42c5bba104f025589edf"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0e803e71d8324544b1fb7f30435e7498"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "cd1b7e144a7249748ede1753ef70c719", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "167f250490344ac6a01e494e8b08abe4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0a29bf1199bf454fab7fbf10faddc9c0", "region_id": "RegionOne"}], "type": "identity", "id": "da1fe2586fce4ec0a11b69c4233704b9", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "04a266b03ea1478b9ccfe36b54eb34c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ad89149e62a4423d8f951bcd672fa4f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b4143d8b5c2b424b99836a7a592a5f0d", "region_id": "RegionOne"}], "type": "compute", "id": "7bc2b50598844b8e8a9282960e99210f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "cdc44a47a2c045b89bfb7d9df80e3471", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f7f2fd6557fe4b6da3715d430edddcba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "39bc10aadc224809b6dfc33adf9757e3", "region_id": "RegionOne"}], "type": "image", "id": "f50a539c3ce84848ac8669a7f859cd29", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fee97dd1e250443dba901c242a6706a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fbfec86c6d40459db161586f9ec107a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b9d48f51a6444e3fa9e1be5aa77a48a7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "5a5daa1b3a014787961c98af8a5caadb", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "762ce3dbbf484a58865a2193ae224693", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9785c03ec4bd468bbed11b18a7636bac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09f60c6f6526449e941d4a6ca181bc4c", "region_id": "RegionOne"}], "type": "object-store", "id": "826289e7e6af448ab4965a021fa604f9", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7f26644fb8b54f72b78dd1eda3f8ad0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "56f77a85eb9c4c6a98977b25af8c0d11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "79f282334420445b9aac96fca6cd48e6", "region_id": "RegionOne"}], "type": "clustering", "id": "43f8dc90a416452ab11c6a7b5a91c44b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "676385f4f10b424f948201cf68db9532", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "16689c8589bc4a2a9cf17e87f7003632", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "035bcbe5c4d1409695ed66f4f36fe9f9", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c4051b69c6e64a2da2a42f8cacb252d1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cd3ff0ee9c4c4d48b6d8cbec9eb197ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9dbf5d51b24e452184f06fcb53fa7d46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "58c6cd1b788b4320a80ec5c97bd20d41", "region_id": "RegionOne"}], "type": "cluster", "id": "de31ba1773cb4933b18f1c075ff19217", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8658fac49a5041908403d7995ab4d830", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e7eb76fc86aa4fb384b04714682e69f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7f248ea66376480381ffec6f1db7e82e", "region_id": "RegionOne"}], "type": "data-processing", "id": "8c08ae8f325a4e949b75784f3cffcb9b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ce5f1c3283dc42e4b1a06d54ae563ff5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e16d185a50d841e681ce63cd755f62cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ea28c75e0d6f401f8f3a557f10b3a6fd", "region_id": "RegionOne"}], "type": "baremetal", "id": "ddc6b2077eea40b6a247837b4470be22", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b3b659f0877c46d2ad8810c66b54b47c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b22a0e0f4bfb433a844525805b2bfadc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "61faed29fdee452581187ae856680639", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e57b3f39dc444e68ba9da500ce12b2a9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7acdd83f65d34387917774ddd443b995", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0a6fb866cc5b4621bf4497fb90c992ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "656985c5fa1a4cad8968e9c5f4b7ae6d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "276c6f87169947f09b6ff0d5097eb2a3", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "51e556ae6e9140cba6ef59d8b7c84510", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8f2b95f970324e178fbfcc44f6c9b8f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "092d4d76249b44d697423ea6de9b8d71", "region_id": "RegionOne"}], "type": "key-manager", "id": "90a7586ed7984decada03fdb9e34e573", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "394474b1c6734accb5f461ad467bd035", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "657cd8ad05f84283bd95dd9c96636b41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1641caa43796447b91b80491b39c2276", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b20e0b19c9a345c495faa97b043f3023", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e995e45eecc5461b9dee4fe28a197168", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9120a5a62e4b4641b92b9656388f366d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "041daec4765e4446b4c93b6e34d75fe9", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c2510b45e26f4c1f96576ac509d70dac", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ac0df34c4813493eb9147601c843b9f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "79dd39773fd84633a283f192d63bd6d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d242bccaa61e4c80a637d8cc727f2a32", "region_id": "RegionOne"}], "type": "message", "id": "b3c6e43dca504714b2a605b1cc2070ca", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6a2e80df73664bed90e0064023dc0b64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b6b1839779254c84bbe6c251741b49ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3271f345de714b7382f98fa821425c99", "region_id": "RegionOne"}], "type": "messaging", "id": "d824912ae09340468ae67385ff198499", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "795717dfcfe44ce1a1bfbcfb043d7141", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "12515bff67b04f4b86acc3d61655a74e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "88b520d22c5547e189da1c78aed565dc", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7f5d1efb813e4a659d57c06b3684361c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "06cf242c9cb643cf8cd77316dd195554", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "17f6bd68ce404cb4be0f8851a2acefad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8afd686bdbd842ab8aee7c5284220db1", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0ccbddcb325c4807b3b538e09acb1ad8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3cf21a59cf7c4c0b9db698f0196c5185", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "72ab6cb1b83f4eb3854f692cef19ab06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "21a51c6377cf49259821ced3e812ad0c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "914e135bb3d34857afd7a6e6bab47239", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0d55ac6b47c343508e94bc973ef80edc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e26f0ad55c394b80845e9d813160b279", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d6d692012824c1893293b20224b2bec", "region_id": "RegionOne"}], "type": "container-infra", "id": "16cefee09334441d838664a118be6daf", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5dc95eec12774e5bac62ff5b9145100f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "eaba17adedc54d349683de4f4a740a83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5a85bccd10ce4aa5a4e30fad37086a96", "region_id": "RegionOne"}], "type": "search", "id": "df1166d7443e4f66bf00f0b834338d3a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c22bdcd5f2f94d0785d9968937e5195a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3ed5fae3631c4fa5ab6f3925a2f523ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "8b37e76ef4764f67a4d1f7ba7d6e06ee", "region_id": "RegionOne"}], "type": "dns", "id": "1f6c79a068cb4252babcd57a22b3abf2", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "84e8507a6e4f43e0a4f4925797af8942", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ae9eea4322b742ff95f8ae49cbea5283", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e9d84089041d4e218f955dd43de971ec", "region_id": "RegionOne"}], "type": "workflow", "id": "6dee2fd1d63a48cd8a50847b731cab2f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "88b97ef960544f1fa01977b56584781c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "83c4f33f91e24493a3c532fc1ff90125", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "26618ebf35e340f885c70c3e199b7695", "region_id": "RegionOne"}], "type": "workflowv2", "id": "50d5c68d610141c89a99a89c6f51c59d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1d08a33f9f384cf8b28e5268948dd928", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "946c104901c2441f82f66da773a5f99c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e31b1a2d21fa440b8a5c567b80b22e47", "region_id": "RegionOne"}], "type": "rating", "id": "7d97db64801444af9ee4d313333b6014", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f17bee6b2e454740b07f6018a869bcd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8e88bdd4be2b43b0a75f5a2a5a672c42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d26192813d604c9d97238cdb3cdf0eb7", "region_id": "RegionOne"}], "type": "operator-policy", "id": "34cccca02d3144edb9809209e3213c26", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1c4a84fe8665404fa9d359c9a52aabea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e22143cb91344e6bb383735e1d823329", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b51b7655b5824d9fbf5247077cea1768", "region_id": "RegionOne"}], "type": "policy", "id": "90631ad98e8144218bf0dd931d8cfb5a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "657688e29bd441d4b28da6ad1b7e0981", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7f244ed5240c41e2b3288f856ff0e136", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "93d0a066cd064ff4b71679e819ad03f0", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d6f09407cd12454492edc4e0f97945d9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aacde7b8205c4b24ad6978e6c1379d11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ea5503575f10454695e84c5c15d58480", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3520e8b069a74c16b25df6be56889f10", "region_id": "RegionOne"}], "type": "sharev2", "id": "1c3db973231543f3b4af3f6b445b8115", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "36e7eb8fbf624a41b45ea05d620ce497", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1fae4899cd874676bebccca86578e89d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b266bfa869cd4e8986824a54e948f6d7", "region_id": "RegionOne"}], "type": "share", "id": "6a0e2ef6ab744ff082ed9954d90a19ac", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c2fcdceeee814d088392908f001bd761", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "55c1d50e66cf4cfe8b4370cf56298890", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "11c2bff431314d35a7f65858eee4bc23", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9207f1a2acef4c58a8556e04931f5a94", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "78a7c9a86c8b414fa6ecf2156807a6be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae5b5a687ce04e7994849ad132fbcf9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3bdc4663cf148d486bda357e50b81ce", "region_id": "RegionOne"}], "type": "orchestration", "id": "08be21e2719a4f0ab458f4d189c947fb", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "697d65d034f5464fbbfabaf142d8f8b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95af59bd00b04361a52f621e799ead46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5376b3c60664e15b03176501c4fd51f", "region_id": "RegionOne"}], "type": "block-storage", "id": "a05d5a18499f410994c339bd13e58b60", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1bf63130f23740aea3db7310e1f01489", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "815a6b5bd57449a9926dd8871a466ae9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f41bf78daab40df8efe07a354c54106", "region_id": "RegionOne"}], "type": "volumev3", "id": "a63b1f53e390455b96cdc0dafb920462", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0da36f4c6e4d4ea8bbca1d175de60092", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24fb1e1a22ed4a4f86bb7d0e1baf928e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8300c9912ace4b47ac589a318eeeab18", "region_id": "RegionOne"}], "type": "volumev2", "id": "6bb43004d10440949b13831ea291c28e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0ae594c5c4d41c1a1a1e04cc1040bff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cfa134b065204c21a58b9ce243c8a6c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9abb7c9c8324ffabe393923044a3cf3", "region_id": "RegionOne"}], "type": "volume", "id": "8d26d3ac6f4341a6856cd57feefe1951", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "beca7e0635534cac906852f2b7338552", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9facae70edfc4442990d462a2a07a7f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41e1bdf025354766a128df2ba748bad6", "region_id": "RegionOne"}], "type": "block-store", "id": "9c46e4adaab9469f91f862d3aa745fa8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "92bb86ee935c44c48ca5c36330533404", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7cf5bdc077f44347afd6da93de6dfd44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "03ae19f540a241eea2b3c2b6caeaaa46", "region_id": "RegionOne"}], "type": "alarm", "id": "a60e136bab574d84923c765e668ba3ab", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f49c36e4463d4b4fbd260770eb17a037", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2cfc8f6669c4490193f81da64df90245", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "98254f465aff445f9d3263b2d53dbb0e", "region_id": "RegionOne"}], "type": "alarming", "id": "64fb318f44e74af8b3dceca772dd11e1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c05c305c99a9431b801a86c3424469d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "34b72cf1b6114b0daf09f3ccee8fedc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d8abb7858477487686bed257a54affd0", "region_id": "RegionOne"}], "type": "meter", "id": "924e6e1692f644bdb04643e32549b64a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e7b87a6e43234e97a2bf580dc69b629e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "572666ee6a8a4a0db6a0f3ab4423a4cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9b36a032bcd443bbaa46d9b1a1dde465", "region_id": "RegionOne"}], "type": "metering", "id": "2243b17251814c61bf978717b2f04343", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3d59f696740c402982f1a3d8779874a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dfe9cbcfd9a54a9ab131d8d32a11e950", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0da8dd1702b54ff0971b19df82158a69", "region_id": "RegionOne"}], "type": "telemetry", "id": "278eb6b907fb45a084cf908be4445b4d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f26d365b09ae401ea3064cefe98ce881", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "da5729c67fa343e69d2af4a5c1cb672f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a5bba667c99a41e4945fa3e45d1c2ee3", "region_id": "RegionOne"}], "type": "event", "id": "e6c2d5c9a7fb489e97c4dde89fae67fa", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ec5f088b41fc420e9675804967ef0c7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "69e4b450f2744275b01ad168b6ba57be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "111263fbc75b424d8a55c91ad331a329", "region_id": "RegionOne"}], "type": "events", "id": "328a29f8d66e4c58aded9450950a2ddd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "15784f1a8cc54550a48c1629f113b665", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "72957273eb3a4373ac6c348c36d58f23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b6f01c7dd36248e89919f9b4cb8a778b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "791f9d206d97422c8dfc9bced26ea975", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7f426b68a1be47d980b2f28507c6763b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c8f278c3a01a4f6395033d34e407fcf2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f0b55b400f9a4523add0719bb1a80c5d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5514dcf9a15c41cf8d27a5e53d682ab2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "021c5c64b36c4da0ad857e1dc3a6a01b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6a8a7f8d915c466581cfa1ec2ddda4da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e4ecb316011f4affa320d1ebbe97380c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "bda6aaab64124621816fc4b1353273d8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c4da5304ff0644b5978a61bae20dabd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5cf83974a4be45c1934897b994f1a5da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fd1acea94b274597b59d3574a8257879", "region_id": "RegionOne"}], "type": "tricircle", "id": "92fb115728504a1199a2075f2741711e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "85d8a1be2b3c45cd958a4d1475f10503", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c3095090a3f04617a458f4308357e525", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7db5624fc4044f8787b0d4c614b66309", "region_id": "RegionOne"}], "type": "database", "id": "5946397697fc419ea63741d34221ba3a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "954f8eb884af474c8d723c24b936e44a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "893e8f42723148849f78dac71ab060c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2afcb39af17449599f29bb72c10e4b92", "region_id": "RegionOne"}], "type": "application-container", "id": "b46110f4e620405785feed3154cd079e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9d9957a8c4324511bd61b2349fd786a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "149c414464f4420a8c591c298fe0e7f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "850dfef15eaa4a2c827881e3903ad209", "region_id": "RegionOne"}], "type": "container", "id": "60399bbb64124487a0604a44fdb14514", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "795f68646b534012a2a4772f1bf5ef7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c285bf13e1494f5a81d2347b8cdb001f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9cc27d32158b450da42b2d92b1dcb104", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "06e24d0f12ce488aab6695ff0492d9a5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "97dcba8950764071a3db65192a83124a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fecd0c17d2894939bf8c070a3e15b217", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e8aa8902f92144688b82a65b140c3f56", "region_id": "RegionOne"}], "type": "rca", "id": "2212b1768fe0431689435ad6266b43ef", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0c9906b65424479c9f9907f3324b5cca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c9d9e92efb044e97aed27f5576baa185", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ca8a1c7a46654030a1a98b34a111e6cb", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "38cbbbd87a6c445f84249513e93994d6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a7f66aa6f8b24d218c11131ef9613b4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "dea66f63cd3944dcacf398b58eef5fd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0ccbb361d1504d9dba122ddd16896f2e", "region_id": "RegionOne"}], "type": "network", "id": "1ec161687cc54113b4e1943377e671f7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0ba68069e8204018bcc885dbcfda1b17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "18d2c5b6a14540e798b8d76f7eba5cc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "32a94b91ecbd40b18c92a4b19edeca06", "region_id": "RegionOne"}], "type": "backup", "id": "d66a339faf794f648b83b601f062e317", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f805000b80504b4e8b8ab8fc8b977dab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "696d7ab0e9c4472a81584e49ac15a4de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7d4003439cdf49adabfcbe9ea7eb07b5", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8cf494ffa09f444782b681e4a1d7f789", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dfbddb7b13734a02a42a886f82f3bea4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0e572e90a248491baebd50a6042667f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d2915e0d366b4c59bc3bd85a1d8e726d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c1a1cb433c8b420fa8486f847f4aab1d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f6a4baa4be454082b5b1cbf2b264a605", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fa7ef592b20148b08c48ed7d248cedc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "cd9db680520c467fbc13b09e120605a5", "region_id": "RegionOne"}], "type": "monitoring", "id": "de60c7d5b5ac423ab70236a00d08acc3", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8ddf57d561d54c978b59649782293e88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "71bcd44937ef48ebbf92052e743964e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e9776e0396fe434086cda53a05385752", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "22b2b67c6fc64cb48e2f1482debe0e27", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c4f0cdfbe4c94028a847a606d25dc1da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "fd6cb9228afe4443a6404889e890ded4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "212b39a9e33d40fba786d85f763a8a49", "region_id": "RegionOne"}], "type": "placement", "id": "65c1a84bc630450397507774b1e25723", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "94d28dea89c54b8c9275c82929e7147b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1dcd37e6fb1f402eb0ad6c04a2b01678", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "19a62e2b5270494a967872ab822eab58", "region_id": "RegionOne"}], "type": "instance-ha", "id": "757b41ed4b6e47e49df99ac5b171d933", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "32fd1c61fe014193945487224c68d661", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "47d2addd01aa46978573628582cf95ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cee4195c5ab54a318f4b168d44b070e4", "region_id": "RegionOne"}], "type": "ha", "id": "6ef4051726a9479fb948a27a2f3c1d8d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8c2bf7fe31ba478388a7eec5ed5f1f6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "564b74ae5e8847cbbdc7d1638c955c6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5454618ca78e4fb5ac28ab7e938fd4a4", "region_id": "RegionOne"}], "type": "reservation", "id": "430eb6252c4d4098aa85a85ecc1ae993", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7c8f9e8ef8c6490ea717b4f84ad760dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "057421f47dd74d8e8dc899e03d395dc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2aedfdf566dd416b965945c35b7dc368", "region_id": "RegionOne"}], "type": "function-engine", "id": "6a652914fe6a43fa92a51b886a872805", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "69c07096b7a4415b9c60f7e5f673b22d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "907c2c979c5445328eef4d600120ca87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c8042ce1e7624d06ac798380e92cb1c9", "region_id": "RegionOne"}], "type": "accelerator", "id": "e1cd2319f2ca4038a89a66d5261031de", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f973660c6b4f47fabf04980cda7ec66e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "61dfb404f7cd4c968d36dfa90a81e3b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0a72d456758d4130ad6e36a400e66a23", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8ed40726a6f74ea393c887ed0e87c0b0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "10032fbf4829486c9a6edf8749442c30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "36fb2652fe58473b9a095df5d9342d87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9dcd0f4c895146629f5e54b2f26656ce", "region_id": "RegionOne"}], "type": "registration", "id": "31b077807a734baba8517dc3fb84cd17", "name": "adjutant"}], "user": {"domain": {"id": "914d8f83b5a74b18bbf9cf5543b59038", "name": "aa54b2fd5abe452b9efa6818e791eca2"}, "id": "1ea54e664a9b49c1926f3e2ec9b7faf1", "name": "a05b93a8bc534634a482b89ed7402d50"}, "audit_ids": ["52589039c6454fff8633133e5577e080", null], "issued_at": "2019-09-19T09:04:38.613419"}} 2019-09-19 09:06:38,801 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,804 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,805 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,865 keystoneauth.session REQ: curl -g -i -X GET "https://baremetal.example.com/v1/ports/detail?node_uuid=28b3f3e6-e6ca-40b3-9195-49873bb3ea4a" -H "Accept: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,868 keystoneauth.session RESP: [400] content-type: application/json {4} openstack.tests.unit.cloud.test_clustering.TestClustering.test_list_cluster_policies [0.154672s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,896 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,900 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,901 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,903 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,913 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.837747+00:00", "project": {"domain": {"id": "16f8881571274de4b3ce54a33ab70ea1", "name": "ad38064231cb418c917a53a8b766253a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b71b881c8f494c828f3468b319faa885"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d045e7d9d3e14f0694e6407e8c314882", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b5db7f264f7844e48091c4835a15d035", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "63f8aa993bc84fdeb52ca4d9262d2f5b", "region_id": "RegionOne"}], "type": "identity", "id": "0a71cbaaf02644cfad78874457f20e52", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2f44235d68864b40ba6d39e843168898", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4b798e910782469f8187a6cb87282346", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c64b5f58a0234881a06a550bf19ce6e6", "region_id": "RegionOne"}], "type": "compute", "id": "c60e12567f5c440e9d778cc56b021c82", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4326d0dd9731459292c5694f2aa37ffd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5dbe3ec7536b494d95d2bc1b530937bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2851e1292fc241f0b221fdf17daff42b", "region_id": "RegionOne"}], "type": "image", "id": "5a1fe929e2f74c6b8d9a48dd7d495c2b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e88c20cca6744b8391e0a902f07a1194", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ad275406ac704c6690f115dff61e2eb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ffbf3c91a4eb41ddb8f27f0bfffa9c9c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c1fe1d60ae384ff8912c8bc5fbc90a30", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b88efa1e2a14ff98ac453885f49ce22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a67a61bac99a4823b0e710c54f4ee471", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae69941e984b4c339ee367b99107ccd6", "region_id": "RegionOne"}], "type": "object-store", "id": "f7aced7fde8249f5906fa8d77f8a046c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "86a27767404a4784a1e7491f16a86505", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "21b4b4b7f65542eebe1350e6f5bb5b77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b215a3e5932e4f2eb406ae3ac77bffa0", "region_id": "RegionOne"}], "type": "clustering", "id": "7578e73fa88640a8a629de8f0e11ee59", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9afdebde883648dabce71028c8ac0e7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a13d487dde594e02b590afc47c706306", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "77df031df16046d4a56978bd70dd225b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "07699e13436a429fa9c32ecaf3f1ab16", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1708accea9bf4c73b68fc7fd5b32e4fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "88486c64971c423ca9eaed2ce1354f7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ef5a1c577b6941dca689f8b1a728b6b9", "region_id": "RegionOne"}], "type": "cluster", "id": "c56eccc8972d458aa5910763388cf230", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e334ef2c97184adba152b50b6b666d63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "93ad828e09b3450396a51e8ff0b4276a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e7b246e6151d445eb4fae4691532e083", "region_id": "RegionOne"}], "type": "data-processing", "id": "8d30e05ab8b745dea1a7477e8d2bfccc", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d9f4500269d849ea95ea98219dca5f06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d6899bc4dce94044b37b5941ad51f3e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ee53a84a348b4a6184b916c7dcbf59ac", "region_id": "RegionOne"}], "type": "baremetal", "id": "b467084ae0e24c9d87cfe54e0ba4cc0e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dda33f3d60cd4dbebf00a7f0432a663f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5b88c303587649f18fd5cdea6a7f123e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6276b1295a634e4b96c3188dab28782d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d6a664ed72744a0ba0802aa79cda91cc", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8fd18b305f1a49ddaba737b1682e04cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4a52cf3dd76c477bbf49bb6940ddd44f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3657ccbb5d9b4ad98e8855acd0ed87cb", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "115a17b872cb43e99d1ee74112e99564", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e9bbb79862de4def89091044aba3e6bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cceb3fb9bdf44b7d8d3c4f39da153a9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1ad0d48bd34a42f096472cdb00a5c06f", "region_id": "RegionOne"}], "type": "key-manager", "id": "900dbd4ff7f94710bd66fead01d91e81", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c49f195f33e146a49c24d974ef81cc4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f463bb95eb144c48a33397029a6c08f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "17ca02dcfd1d4ade944615e9e9f6317f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2cd04764b84746d8b1d47fb0074ce1ec", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8a96912f74704fedb880cf7832b7dad3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8863a9f63450442ea36c1796c96489d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "63213cbdabe248a487a9c75a70d1a0ad", "region_id": "RegionOne"}], "type": "infra-optim", "id": "871bd03b79f049b19482d058508ef1dd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "858e5fac821643c3bc9afbcd8e1fab3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ded3fa976a4a4b43bf681f70878b6900", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b21bb16480664af1a5fc41f519492b20", "region_id": "RegionOne"}], "type": "message", "id": "fc7ea023c57e4d0182cf10e71a5510dc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3beaaa9f58f74b55927f171b899d9ce3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a39198026fa54d68a3500c9620befe9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "599cbca294d641729c30c6f8531a8851", "region_id": "RegionOne"}], "type": "messaging", "id": "8e1f24ab0742492094187652ffff1163", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f747bdfb79a74db0a87ccbd7c29b76f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "418b7d36c9904a19aa62f157d0f37d22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b010031b500a40fa8da14bead2f201f4", "region_id": "RegionOne"}], "type": "application-catalog", "id": "5e175129e00b455c8ee1a405b51a7fec", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a2b0272b0ab24398b6119cd1b4a6b585", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e5632e98f8484f7999949e4250290501", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9451f817817a4305a637b7a2540a2e00", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c4fa824539aa41528100033069d231de", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f406e82bbf994ef6b44c83d9cec5ae46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8908583f848142d49e22010463a96fa1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3a12cb53cf5d46b28d58e1433203f607", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "8de488924fcb49078a3f6092d5724780", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "313aa887cbd748d1ac94cb6e89f2bfa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d115dfee72d54ad79f16602f58efef5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b881dcd0a491452286d57e80129f16a9", "region_id": "RegionOne"}], "type": "container-infra", "id": "ca41a32740e0438d9fdcd651bec48fea", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5f4425a5f2b247d1a7f170612563f0f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "72a2e0a5089b4beaa05aafef6798bffd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d65e6051a9b94ae5b045125d3ca0d45b", "region_id": "RegionOne"}], "type": "search", "id": "5fe81ca6b7fa44e595438d3d4b49d877", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "92f4f5bec4e042eb86d405f435ce1354", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ef5b0efaa9a5410ab563ae4ad7bd7f2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b286e93a3c544b53b39be77971b28138", "region_id": "RegionOne"}], "type": "dns", "id": "c1607aec33d34413aa414e1a0a1f8986", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3a62d193ec3445918bb14fbc8ffda64f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7fe27c8b5d5e477fbf2028b5a7b1cd39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3bb2180be2ac42e8aba34bf067b08c05", "region_id": "RegionOne"}], "type": "workflow", "id": "a81cc0e7fb774e868d3383ef6a255b86", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d1459acfed4344509369cde2e15c39b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2666370a15864e919c3b1239ea75e92a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f841ae416217434885e608bcfeb7681e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "169e773dcbdf4774ab0e9bc601fa0b86", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "42b2b176e0db4f9bbfe4935cab231766", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c6104d31628747d682d15463309da2b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ec63f14529c144a990dbadfaeba2c5c2", "region_id": "RegionOne"}], "type": "rating", "id": "18c0377c0b264902a654985e54157905", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2d1084ab924a491bb0803ced13c0f1dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2010bb2649da4b07a6974264a35ad449", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d22a7d44fb6844a1b32a585baf6aedb6", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5a18cfba98da49daa75f02dc0bbcaea1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "708dff61e87f4b49b79ea99063262db9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8973528156184b6d8ac0ec2430c14531", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e23ef99e42c442a097deb4f18642a8de", "region_id": "RegionOne"}], "type": "policy", "id": "81a37948caed40c1ac9dff7f5ff328aa", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "42630aa8e02b4ecfba121a269a31fdd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bf63d103292a41748f88574500aa65c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "490fa119aa0543ffaaf903bf4a12e602", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1efb6b7400724b60b46b964845c6efdb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1e4aa8ae713d43d887a5cc015b86fd21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f4cc0e9f87164850ab44725ef0d14658", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0a0005c9b6274c20b67da597c790b610", "region_id": "RegionOne"}], "type": "sharev2", "id": "9cc64881f4874cddb07c6fd7ddfa3ffd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b51a2db2a1d94a91a00a5d18f9828f4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b4b4618a8ac14b39b1d9b79f880e43cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c3eafa746c484213999f660ccdfc6b58", "region_id": "RegionOne"}], "type": "share", "id": "89723483a13f411fb38f0c0416cfd8a6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8530071f7bb240779c290ea9baf01b70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "38690c02bed14b5bbecfb9200a0afc7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9ccb6ea47eb54901975ab24ec8048c77", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "43a8961f8e1c4cf4855a8d3c36a38d6f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ded02d3415ad4546a0873c7f7b933219", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2bec7aa84e6142dcb0db0d2757658228", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b9ff4fa337b467c928c56be7235806b", "region_id": "RegionOne"}], "type": "orchestration", "id": "ff9c59529b0743cf9ba89b044fed5cc9", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d68d69eea782402193123e1caa6511ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aafdd770d01a4662ad47cb8389f7e251", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d61ec4ccb9fc4ca68a65079adb893832", "region_id": "RegionOne"}], "type": "block-storage", "id": "42e25e2a5d1a4d31afd9c70edc3259b9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "987368a9b9b2443c9d8b41339ddb9daa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce50b4aa04fe43cdbfe6b08aee06f25d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "059b7068416345858eb5fe415e3a4232", "region_id": "RegionOne"}], "type": "volumev3", "id": "3ed1592dd9684279bff455bf4ca59d72", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b48a8276edb9444eaa568a619091df79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72f76f982b6f41388e31bfc1a87640d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1f0ae4a909549f8a7fe4c239c5ae4b3", "region_id": "RegionOne"}], "type": "volumev2", "id": "5d27d1525de2474fa70e53275aef39a8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c390753d2b5c4660b59ff2e69276c4a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3689447cef674388a661f8d0146e1cc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a6c7c7e7c76489fa2bc4470b97dd955", "region_id": "RegionOne"}], "type": "volume", "id": "1010c57abf6a4d26a207700e80b41117", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "487b9cc88f2e4f568596d4ea96f1dfcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba8f233570464b029b3ca0614188c8d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4431e56890446d598c21d4d13cca4e5", "region_id": "RegionOne"}], "type": "block-store", "id": "5aa359caf0824d7787306dd814ef4d0e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9d5b655566fc4e9f9b07fdd76b3e09b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c69e6468d2d0400b97a7e9e052ad3822", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1a1e615b074042aea4e96afc8d75ae88", "region_id": "RegionOne"}], "type": "alarm", "id": "7047c5fb3a6c45de8f1d53fab6bfa945", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4a045320705148969c3ee554937c1a9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "20a591caf7d9443d8bd6c63d2e8d98e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4bba33068d7b4fd3a5d96961006a2641", "region_id": "RegionOne"}], "type": "alarming", "id": "0d973792029d4856b978b603ce55c933", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a6bc671626bb44c6a948e40820695d73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f67dce153b354701b46263f377013039", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e47a1b3a9d654ceab40015a07c0fe343", "region_id": "RegionOne"}], "type": "meter", "id": "25c4bc5ed674421d97a971233c384082", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "702126a575c845dc97b8974a66bddae0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5e4581aff49742a39eef4adf237800c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "32e1ce5209e8458d9d5acaa8bdba8536", "region_id": "RegionOne"}], "type": "metering", "id": "8d50831e9a2a4826858eea83d08437e4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7ccf20ed290d4812bca92e1b05dc503b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6db9220629664792af2ea55ecce1bb99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9a5f64084a664054a70f5be647148014", "region_id": "RegionOne"}], "type": "telemetry", "id": "317c518b914a44e8a434c513f913619d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fe972ee22743424e8e98fda64b592b18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d80704a51717442c8f0813190e1b129a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "71ac7b66ec5a4ca997dec6be95719bd4", "region_id": "RegionOne"}], "type": "event", "id": "2175d3e6d94f467b81d715c376f14f00", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e72e69358eee4cf8b7658cda8531eab2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5cb4b18828d2487499585331d6869b08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "dfa4d16de5a641648d89dd0c28784d12", "region_id": "RegionOne"}], "type": "events", "id": "f301cbcbbc9d4a4f9d3338e5156f0c75", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e17189695e2945d28fc9351eb6c303ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fe62ae21d96045bfb75a1043ccadebf2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "55fca989fc914881919b6965f43b9382", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1db18b40ac6742f784fcdeffe87cadce", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a5408f38836e41318060f1b8f7490d57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "db102336326449f991545478c2c97f94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b26a9e7a080d4870ba91dbdc6e621adb", "region_id": "RegionOne"}], "type": "application_deployment", "id": "cdb171ace87b4eff9ec540a960bd395e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d3e5eb4ecc06420e8ebc0e6b7bc81d21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8cd51834ab50425a806786ee33638cc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c626a47ff712438d8c32a5dfbc0081dc", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "114975ee074044d289b2a9d6a7906a35", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "87dda5f57ede483b8d68838d950ac74e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a75c9b52612e4d4e8ee2dc293683b670", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "421b6ea77adc4772bef0053c5d98635a", "region_id": "RegionOne"}], "type": "tricircle", "id": "379f658b4a264e2f97455df7504b36eb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "97d2e46acbfd4a3ca859f9499c6027ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "284fefff6bd44c28bbe33bfed500c6aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "9683b93c8fed46d182972151ca6cddc1", "region_id": "RegionOne"}], "type": "database", "id": "ecf14ca84eff419d91cc158a7822901c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1088d778205c4592913ed9ca19b52727", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dcc054201a794f24b3a64fe39f6c6b13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fe5eead510af4363a165d3d21185bdff", "region_id": "RegionOne"}], "type": "application-container", "id": "b6f8cc7b25fd49deb3d8f85f7090a98f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b12d5117838546648fb1f5a2432ed08c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6ea5dfc3681f4fe7bbe7807f559ef176", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c6b0aa36eca347988c5ec4fdbf7b581a", "region_id": "RegionOne"}], "type": "container", "id": "ac9cb3f4e1024474ab3d98e9aed01e76", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "708f51cda56545e7be88f3a0d357afff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1b6f96c30d304be6922352481b1fd5b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "51d825ad55e543bc897cc9ebccc2e5ef", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2f1b3db240504e5181186e206868a9be", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0112f41af33b41bcafea6c8ea4048b99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d16a6ce933c246069f1566395ca9d5fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f008a13fe84d45f79cf6c8b5b252b2f9", "region_id": "RegionOne"}], "type": "rca", "id": "b4c45fc39ce44de68843c25e6b63ce29", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c5d0ed34055543f496223d12beac0c5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "31e31ce51f164c9a82adb7ffbd454292", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "4bf33e678fcb40d794138b1e99bf7276", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "16a7a07592c549a598e703c868e6aecc", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "57ae9361f0f84c96a35f4b8e93d4acd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b7420573616045b7a3e59a6fb3e9bc0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1a3b305798a346e3b513e9dc32db2078", "region_id": "RegionOne"}], "type": "network", "id": "73d488a8a19844c4b5b1ffb6abcfabdc", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2c3bebf657b94bdaaadb010d77ad9eda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "fde61b2cb2dd4750b8c2f24a052aa84e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "174f4f514f71476585649f9b73886aa2", "region_id": "RegionOne"}], "type": "backup", "id": "d2fed67c92824b85b9eba7901a854577", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c9a012f780b047bc815a1c2192bea7db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b96be4e27ab8443a952d72db4d70faa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "03ef72678f5446fb9da0d58234056f5e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6f8a20a44ceb4967ad30f78e79c57e21", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ba95b4ba4b764ebaa87a7b4c7e2f0197", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "03e1a409ef2649ee96108d54701a1e53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "997c2e7f4965497e8c2390a58ee923e6", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "04d1d7ece7be493ea642afb866cabad7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3a342da0348e4a50b8f92ce70732c32b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6719de12568947f0b93fb6633b4739e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b7cbe9a7faef4b75b4967e058c5a903b", "region_id": "RegionOne"}], "type": "monitoring", "id": "1b3a69c05a864038b376d1b3057331e1", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "44254c89f1b14bcaa9d436a4cc55bffa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ef8a7a1c0e0a4f38926b44cb41e17301", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "18d52b19cfe8448b8ca62a26ea369b2a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "aa7ef54d2f1f47609b65d290e010f9e0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ec3eea7274b94b7897951d29633bd53e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f4d1711c7cb242e6b3501f02709d3d19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4ed42c4fe6da43dc9d6340bad1c1dfe2", "region_id": "RegionOne"}], "type": "placement", "id": "97f34d89ca584425894b4e67fb0780c5", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2535778d33ed4883a27b146166190d09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "72e60037b7494875a28448527c227734", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "58dd13a99d8f4bc49e7bd7d0c6d77431", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9cd37e7102414118b53411c36086f2ca", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "483b7048b7034e38ad67420c35c693d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7e8d9afa87cc4d2daeb14c4d05057ceb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a69e8462bd104f6fbcb323a9fb3242a3", "region_id": "RegionOne"}], "type": "ha", "id": "5a2edfc723024e7bbe53d299a2c27581", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "461cf7ff8fd34006ade411a5e9885233", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4df83b50d0f74b9d95be046127d4d334", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "78a0dc10751947a6b6c84d2679353a91", "region_id": "RegionOne"}], "type": "reservation", "id": "2c21545277d7465fbd9445beb2066261", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f9c323f558f446b3a617e5e944505dfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "40494ee521f24e188182937ad86d48ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "68c31700696f4e2bb8f3c2a0796ef837", "region_id": "RegionOne"}], "type": "function-engine", "id": "a4227a3031144078a87cdb8333b016c2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "81ee02f60c4943dc8487f5a0d62b749b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bac391affd8d42dda0ef5ec1d5a6bc2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a99f170bba2a430eb45987815cefe24c", "region_id": "RegionOne"}], "type": "accelerator", "id": "77d52083b33141c1ae1ac614359dfc0e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6cb5a04f7d1f42f49eb62fcf4421a0ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5d56810a826d43cd9d89d70ada0ed83d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "71226b62e8914dc1890b3025c76036c7", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2926bc329ce6490a80d1e6d9010998e5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c43e5b5c38c14a36bc72907e4d28d258", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bd5124998a1a4d45b8ffaf7f834a97df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "50846dbd6a9640718bf3122854e20d70", "region_id": "RegionOne"}], "type": "registration", "id": "f75fb3698f9c4d798e4a67f58a8b6f37", "name": "adjutant"}], "user": {"domain": {"id": "f4e53864e35b41488aa7a2259ecda31b", "name": "3f467cbfaffe4219b647bcd99124db6b"}, "id": "67d0f507ff084c0d90d98d17f94fac95", "name": "d8e0896708ff44c7b97bc903f3da7146"}, "audit_ids": ["8a52de4fe8d24a01b963a531295cccbe", null], "issued_at": "2019-09-19T09:04:38.837747"}} 2019-09-19 09:06:38,955 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,959 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,961 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:38,982 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/policies -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,985 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,987 keystoneauth.session RESP BODY: {"policies": [{"id": "1", "name": "fake-profile-name", "spec": {}}]} {16} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_validate_machine [0.209240s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,977 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,981 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,982 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,985 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,997 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.916516+00:00", "project": {"domain": {"id": "367af816ee324ad9aa1333466868d2b8", "name": "497dab5684ea46999df15636f4bc5b7e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d11840c4cbd242f4b0be5019925c2c79"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9a16f82d2c5e4a959c24ea23e43c7a70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "23c035d73e93405a8f8e5f8627770028", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "29ddb1b04f9b4a0d90cbb1ca3a5657a8", "region_id": "RegionOne"}], "type": "identity", "id": "e8a455ea64b849e2b89f65c34f0d7332", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "46381ac21bd143268a83f47764ea61c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "089e44e70d15428c9d1abe263ace4047", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "800e3ee37e5949dfa76d57fa21d80a02", "region_id": "RegionOne"}], "type": "compute", "id": "554bfc09a14747ec8bcdb6392d7be2c1", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "37ac80cef2aa43c0a5c069339e4e8490", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "591c71fb6f9440b8a317f1f2816c84bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e274925a1a654c7e9336569c76d2fe35", "region_id": "RegionOne"}], "type": "image", "id": "dc1c6c21cd1442b5b98435d0787bb714", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b35bcddc145b44639545ee4555cd4158", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "571ad1fa59eb4019af55b59ebd87f81d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "43645e4b0c624e20acbd201f5d470090", "region_id": "RegionOne"}], "type": "load-balancer", "id": "cb416d9fe8234481994426558b590606", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a025d682175a4d7eb9f55aa1ede84de0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b5f285cd27f44668b19aa22636addf2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc0336e439a644acaf5cb257ecfe6cd5", "region_id": "RegionOne"}], "type": "object-store", "id": "05f9dc57ee2444298e38cd6142c5fe0c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0711e32db8aa4df7baf78dd145979968", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1d5d996f7154423f8dc8125097a91c16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a1b4db70422546fb9c5b7a8de5ceb38b", "region_id": "RegionOne"}], "type": "clustering", "id": "3c7f59dff376407786c4ecf17f767433", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e734b4112ec84c89a0c05b4d3065da29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "abda078b36c440209e4538ea6e8190e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "86933c2a88ff47519fc7d86675846428", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "230b47cfc4b541eba884f2896a4c8800", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f2980516ff094f86afe6f2024c9c4f5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e0a11f8596d64d0597c9c6111c0972f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f8cfa61be1d340a49ca8eb49fdb828c3", "region_id": "RegionOne"}], "type": "cluster", "id": "d068d17286f8414dadb7041e4ab27ad4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4fd75b6830324b3bb4df1cf7448e6c49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "09a9701033eb48cdba4bf82437bc8e3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0a8e27ea1aed40cea57f8d20bd3fa98f", "region_id": "RegionOne"}], "type": "data-processing", "id": "3870417b177341188bfc2c2ced550144", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fcc90bfcc15e47dea5b21e800ce74d09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "318be2c3deb141d8be8c8a5788e7e52a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f98f3b42e95c43f1876139addac4c056", "region_id": "RegionOne"}], "type": "baremetal", "id": "cd86f81b287b40e1b38cb0b45896b13b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bc724514e81f4526b4657ee5ed301ef5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c8302837c56542f796aa6137caa26361", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bab621a26c5a4c42b0740b5e12edd1aa", "region_id": "RegionOne"}], "type": "bare-metal", "id": "5bc4a0f4b5d14863ac47558f143df742", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0ed5b344c69e4c18910474957527e0b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0be67a88469f4b379ca9d6be3823a87d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d9c1bbaae7d34f1c83a0577eb3521a1c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "aa656d2ea84d4379ad6f051756d816ab", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f7a2bfbc192444039aea35da20904cd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a0857308dd414182ba47f329af17d676", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9c457d18a3844aca96a148d5ba94b9a0", "region_id": "RegionOne"}], "type": "key-manager", "id": "190a959b92254cbbbb8c24a693de1892", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6e4675afa3634782aabe9daaaf9bf768", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9fa3bbce492b4d3c8c99f54ec2957180", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "72963c632f614ef3a15c19b881f24c19", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "42feb494f281486eb43f5de39b33d7bc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cef343eb7879439baddce88fb452e361", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "35480595c2b9481f82d528d10cf69531", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ecadf01e64a84345920b74900fc81403", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d94cbd74ffd84d6d9fb74ab2652fb982", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b7e0c445eb8042eba3b453474c523680", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a434e8048d854684b5e0b00037697d15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3b703074f3a4481f8e3e6e714b00bb95", "region_id": "RegionOne"}], "type": "message", "id": "403042b70c1245678cc2c30ec4af7ba5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5733b895c7cc4653a79e1096044dff92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "43c6282909e64225a99f291a9f859fc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cb5514dcecea48cb87f81cc135753a29", "region_id": "RegionOne"}], "type": "messaging", "id": "99b48b013245436eaa40b9e203653da0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a9ef8efa04c54e1381f3fb6d52227147", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b632aa80135544da81e2ba016745518e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "03b1b58def5f4d69b518f9fdd43de09d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "247d15bd80b44a6096e3fd122777c974", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3c452e8af2854819a3c3c91af0ace024", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d0623cf5d5734568a62cfa705779f953", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e5b1415a6944a43a97fe2c3bcd21e32", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a6a9e97ba37a455ca7ebf97b6f41e0a9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68b7ceabf3cf4c3bb321a409fa90af67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a9239142e0047fba861f2cbd582b571", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7efd1211a5594a50906f6635666b24cc", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "802c52cb85a24eebab6b2f1d3cff9d95", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c782d50ce20b43f0bbf1704159d8b356", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ceb2cf37c39640e6a7f7d3db6f0d29a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "597f7bda276c4352bb206b6a4b056a9e", "region_id": "RegionOne"}], "type": "container-infra", "id": "d6e0d0294ccd41379a041e2d5c98003d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e1e24c1d605f4d5d9e766ccd4ab97382", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ec3b351fd4554bb6bd6f92ca7a39540a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "360fb08f5d894476bddd8ad967270a51", "region_id": "RegionOne"}], "type": "search", "id": "fb0d918a9d1040ce9a541977794a756c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "062d2be2284e437596a9104342aa927e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "41a6ee3f3cdd41b2b81d96447e96ec90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "48ad2accf60c466f986d35836601d774", "region_id": "RegionOne"}], "type": "dns", "id": "a1c1db12d1ef4a8db3859ea5fde66abe", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fd33907bef934281acf3978c77f8ab29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b31c5adef08f49daaa3bd41e45f1c745", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e9fd3b309a2f435fb87513ce3765ed94", "region_id": "RegionOne"}], "type": "workflow", "id": "bfb74ff0eb064579b853127de9d22551", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "00ecb41a45d642e3be0aa2851f2febe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6f5ff785082e40cd948d83ef104a1085", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "03daa8be6b0c442997eb26bea1b464a6", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f40ddd3f54df4eefba4b346e645c5c18", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d5881b05011d43839d0be0b39419b560", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a9c19d41c2244a2d91452688b7bffee7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "2865f1e49bc24f65a99772aa2609e913", "region_id": "RegionOne"}], "type": "rating", "id": "4e2994faab254052aac868fe03d6bc38", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "75393f8aa07a4786929df09ef16d0806", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c5ddb0c62bb140a2b9158237a0e806fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6d0633df35c0465ebbcee4e27e24da29", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a906b49eba0348d3886a4836b52d9efe", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d488041b26c34034a053ec2baa0b0d84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1a0636dd43fb4c63824675eae334e71c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "627b6ff1964744c7b69c2dc2ed6292e2", "region_id": "RegionOne"}], "type": "policy", "id": "bfee06d71d824ba58f99106d19c5d0a6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d53b1838d1a94482bfb6aa3652887e36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d7d2e899c1f849a4ab4e2bcb380c0ac4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "976ed4fe9bcd42bfb791a8fa69940b98", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "3c23885815e14a39894ff2c8ce69d4a6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fbb5259a2298430084ce862c22121f73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "83c737891b314bc9ba79b60e3b936008", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d3434bba3f2146d6b259831469c711d1", "region_id": "RegionOne"}], "type": "sharev2", "id": "e729adee9a964c548817a3aa6dd3d2be", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8fb661e7e5cd4717ab123196f0552b16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d849bc7fab204fdeace6705dd1062752", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bfe4c106652b4dffb0b390a8b7a44f40", "region_id": "RegionOne"}], "type": "share", "id": "10adffc5d90a432aad5bbab9b1f186e0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9ba7c1c6ebc9467797ad899549351c83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ad200c99dc244e459a693010eb3f360c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "08136a37e8914786990b8fad031ac3b5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "26b98f919fa549d7a389d13c538aef6d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8de04c9122ac4df9b649eed749933894", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d29d9548def4741a4f78b41738210cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff1af64d575c44e0bfed9ea2771cfac5", "region_id": "RegionOne"}], "type": "orchestration", "id": "b9dd793a39de49bbbb181c1160e0e556", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e8e0a78358b4cda826c7ef408fa9715", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52a811c5a1a645a882f70ecd495114e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da3b3bafb505468c8b5a4380e1ce859c", "region_id": "RegionOne"}], "type": "block-storage", "id": "65851ea6064f46fa8f86b09b5971734a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "879f4456ea0f4a3a9e4e533c607fd1b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e94c426e84b4ebfaed24749e90f93c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "951d951bb136458982afaa587e970335", "region_id": "RegionOne"}], "type": "volumev3", "id": "84fc414384c9444d961ec82640084143", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d8e3fdb2255419aafb686b4bf9bc9c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b55f5e034f864572ab88ec6e85b51c36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6906196827d3474eb4c3b91c6f9ee4ed", "region_id": "RegionOne"}], "type": "volumev2", "id": "149630519dd945d6853194461bd4c4c4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f8d299d322a45f5b3aa765cdb8ab320", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6059c6c5e3244f819a5a5cd231e5a597", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de90e00fa46249139805b698c0bd912a", "region_id": "RegionOne"}], "type": "volume", "id": "2513c547c4b9416c93ca7f5e4b4802c4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "220e52a40852492cbbe485a178d5017b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e2ce16a33064ece8a9efd13469fbe3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "627b315990a24b2c8aa043a420449bee", "region_id": "RegionOne"}], "type": "block-store", "id": "129b1ba96fd942c1aebf6b6975b599f2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1e56d921674249c6ad204ccb0939173e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9a4adb7d24d045f6ba5abb1989b78a16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4bd568db92fe4a9e8f583133381968ce", "region_id": "RegionOne"}], "type": "alarm", "id": "48bb9d04d3814ad8a4e36fcea43ad757", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d8c31b2d95084cf3b0858f6cbeb1e480", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "54794c1af12b45cfb85e968e50f0ff5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c01e553ee4fa44fc8cc009ca86f3488b", "region_id": "RegionOne"}], "type": "alarming", "id": "b3f8a0aad36e4530a5ef149a16c1aedc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "574d726cd6e4452faae06724c1e096bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "88f09fbb222c405eb540665103b279ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "762fade4d9424eefa40fc3427e7e8d3b", "region_id": "RegionOne"}], "type": "meter", "id": "04165bb1a8914284b7fe55c247a423f0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c7175402949d463a87163ff1abce5354", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3f222a4608874b5b8d03ff8d75c2da74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8f84a65459df4cc4845dec005c62ec05", "region_id": "RegionOne"}], "type": "metering", "id": "b4e70d0a27f540449072b698b6923046", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c1fcc45e9ad0409f92264f33f495a132", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "24d9452b2829429a998ffa4849a206a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e012a2c9c19148f6b732ab20919eb18f", "region_id": "RegionOne"}], "type": "telemetry", "id": "e800c4584edb4192bf69279ac259ae69", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "af0772ae71a6471aa86a61a8eb99e103", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b12defeecbe44513ad43d0965ada3afb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4fdbb4d696714bbdbfa1655bb9dbdc3f", "region_id": "RegionOne"}], "type": "event", "id": "1e62e6ceab95415c97596dcccd2a2b88", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d9b1f914767f43ac8f40fe425c6a218c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "580450e792d540a5abd56a5a4f069672", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8290054df6da48f7a36c6df5103b267f", "region_id": "RegionOne"}], "type": "events", "id": "b44f0ca3186b4884b35594065a35b050", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "024dd0274164402e8691099c82668dd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "458885bc976543bbbebcb49c5202ab07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3a015eff0ffc43d3b695cbcfd1d975c2", "region_id": "RegionOne"}], "type": "application-deployment", "id": "98b56321018147ec8bef5cc2fac167a5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d7e9342fdbe04a4cbd59c507050b6073", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "88c8c73722724bc6a7f3ea9adde36988", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bfbe0d440f074feebdeb1d110a78a13d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e8ccd6d8c6f347ea9c8925727b4c24a0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "daefd1f5d5884079b74eca6f2a2c8068", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5345965ea22c4e28941fca0eb14cd555", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "78ff3e0c57c44d7ca6613d464120d4e6", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "81e19fcad31f499b8fe4945e2e9859be", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "260220e89e3e4374ba75aab93ed40435", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "08d1fd4ecb8e465cba2a3b8342c5a15f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4725f087049f4bb5a39fffbabffd3a87", "region_id": "RegionOne"}], "type": "tricircle", "id": "0b5e50d74fb2401588be4340e0ab6c6a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ffaa2ecc4b83485fbc09519c816962ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "76f72b80a5b5453d984e71a3d38dd826", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "cba8741192a64f8ebef43427f253d583", "region_id": "RegionOne"}], "type": "database", "id": "ee97e7d3a4004191b5405b839164574a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "98a25f0d0e954f9c832b06c673b61306", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "09dd95bb1600451ab49fe654a0d7e92b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b770de8ebbce4414913a6979ccdd1f13", "region_id": "RegionOne"}], "type": "application-container", "id": "1eff5e0754674a1fad63c73a704f1652", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1c6756044a2143b29149642f04655d6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "91cecb5e032d473580f3ded7dfa67dcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bfebf589811242499b41f6f4ae58ea4d", "region_id": "RegionOne"}], "type": "container", "id": "21ae6c96da714f8fafd45e122ef6bc6b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "45ea9ab501b5475499751baf3d4a5dc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1bfd7e0537b045b9ad630605b355327e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a53a707f3e5b4bfab99af688f2013bfc", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7839138cd6dc41c9ab71d5add3a4a6f6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "27cc224eb8af49f1ad94b0c6ee9adae6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9be0a7bd8cf14fa9829568f1824535a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "00df6a316cf34b8fbab6d634c59a4c36", "region_id": "RegionOne"}], "type": "rca", "id": "c8479c336ea04654a2ba6aeffc360cd1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c7d7a4a4342d42da836800efa5bd8a2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "97c9dc0ae9374c12819437455d606ad6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "2398e8cce8b64abd9a29aef50c558c30", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ddf7398b8618414fa2f77d5f47f743ec", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "685036270d6f4d81b9fed6e44f2e2f83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "df586e769fab4c8f95a3847b07c64f66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "9e126951add54100b0198d73bf0101ac", "region_id": "RegionOne"}], "type": "network", "id": "93e86376091d479bb24f05ac26491015", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e16909f8a2aa4de1a85b2634ffb5a536", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2c3b4e926988421dbfb81f6a46d57f92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a00f0edd33e648059818e2d1f26ecbbf", "region_id": "RegionOne"}], "type": "backup", "id": "f07a96b8f1fd4c91b85a5bf324a2a659", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3a575df548984822813d91044c461285", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2c08d602cb824cc89245a10dbb1dd686", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ee4deea062ea4357bd2a5e9f6f9d3266", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1d3b1ff910974deeb928c9f52b217436", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "91ac3b87a39f4de3a315c76791b6ec05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "247e70b8252f4d81be52c7265e0e4339", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e5f4916d51cb40a39cf8e9734643cb55", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f75174b129a9480a8887f23dfa50ff4a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d90e6020fdad43a4959c99f1d6c50e50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "eca061bc21c74466aadd072311cd5d46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "53084a6c821a4d5a95e441241e936ec2", "region_id": "RegionOne"}], "type": "monitoring", "id": "2192aeba909c460fad925a47c11fac3d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b1a9ea4e4946413ab74841e16ddbab32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "acd26eb26e4c4632b93c8b4192925dca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d33c3bbe2a494378ba9d66def19b23e2", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "562ad539cd054d39901dab028c4a4bbf", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5bed68d67b2f45f68e5a46e5dc4cc658", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8cd9116c36d141faad6ca81173d7984f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c0ec525b3dcf4724b5a3ac9fecbf5522", "region_id": "RegionOne"}], "type": "placement", "id": "ec61128de5954369854ded85be320b77", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6dd2b397587e4c4a81ed0fa9ab035391", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "567871c70c5b4559a53b7107eddbc533", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cb419fd9817848aebaa9b5ebb852a236", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e50b2add53d64e36abafeb26dedda1ac", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "45eb4513b3684ab89fedd50c6f069b0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4eaa690e931d448e88dbecf6fff12e7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a3b79f69731c49b4be819d46c460fea0", "region_id": "RegionOne"}], "type": "ha", "id": "4a227ee1eaff422b8958b41230f9bce2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7dc028199ce24861b6dc81c0fe1a7a9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bd57199b2ce64e81876da1d9d3e13e49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "cdaef9f7b7954161930fd74619bfdb44", "region_id": "RegionOne"}], "type": "reservation", "id": "ae46c9477edf481180bbcea0ded312a5", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "df43334b66e64021a6eba1c7b379033a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9c7e86b81c7040bda1bc812a67c5c26e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8fadc5a3f082478885de268c7dea4042", "region_id": "RegionOne"}], "type": "function-engine", "id": "00e6dc0b6b504998b638b5f33c93ec51", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "36465a33244b442697d2d1f57a8deacc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "619d2de89beb43ffa4a88befdfeaf916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0ec4773373d64dcfb28cd174f96b5975", "region_id": "RegionOne"}], "type": "accelerator", "id": "6d53404e0b324497a8ec61f3ff5cb4b6", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "12ea49cdc2674786bfcbec1f4dbeee13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2a4e90d62475447db7b294029ab9b0eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5540f997d27947fd8dec5602d7f743e1", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e5ff50a1d9474134aee892639b6c3536", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a6cead13ed6a4d74a876a2f6262e321d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "350b3da009b94b40b62dca0761d6b9b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "25ee271b1c7e43c1bfa5647394130100", "region_id": "RegionOne"}], "type": "registration", "id": "19402c65e0964c08a5d0d4b82fc052ea", "name": "adjutant"}], "user": {"domain": {"id": "86cd7832d0514ebdb5035376e882b4f0", "name": "c7e64e102e9c478e9fb1fb2313511f2e"}, "id": "0ecdaab028b9434db73f5eaa821abd05", "name": "a47143bace8c4e0d9040babf2b175145"}, "audit_ids": ["22bd00ced4874759a56ff71ab3524313", null], "issued_at": "2019-09-19T09:04:38.916516"}} 2019-09-19 09:06:39,047 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,052 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,053 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:39,113 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/72dcaa63-4a7f-4017-a258-eb84f3cde91f/validate -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,118 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,119 keystoneauth.session RESP BODY: {"management": {"result": true}, "boot": {"result": true}, "foo": {"result": false}, "power": {"result": true}, "deploy": {"result": true}} {5} openstack.tests.unit.cloud.test_coe_clusters_certificate.TestCOEClusters.test_sign_coe_cluster_certificate [0.133472s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,761 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,764 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,765 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,767 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,777 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.696011+00:00", "project": {"domain": {"id": "b1fe01d4e39849e3b6c5c103ef626ce4", "name": "7b16a4f83ec44668a516a1170f54e577"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "dcbbd1a094d6490f8142b5466bfb7cf8"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5f6654dda466485ab95e62e7a564f366", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3d287362de6e46708eee6dd032981041", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "eda2c5d0943f4afa9e11cf8010c8fce5", "region_id": "RegionOne"}], "type": "identity", "id": "8a0a4dee8d164f98bf5dbe611394a693", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5b234e4ef77b46678a153702f48fe867", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "495b62bee3af4e9a85ef6470827f85a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "36085e1f62d84a0183e9a2a13fe820ca", "region_id": "RegionOne"}], "type": "compute", "id": "309348cbae6b40868cb37019bdbf6d2e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ea371a1085c248fb9129f4cae51d480a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7b542166df7c41ecbbc1986c0a4b8a3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "486e85e0aec742d79294604db642d26d", "region_id": "RegionOne"}], "type": "image", "id": "fde3526026e84b6992429ff3e43da4a5", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "66780b3706de4d64a62bd23c121d06da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "967c374f69d6449395a48000d8ceb2a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e3677ab831044fb79c985ee70ca9a335", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7a292e20793e47adb5fa0c007dd78845", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e047527fdbb044eaabbd828afcb65f47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb8d0a23ddd942bdb4309ec232979831", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6259c9788f294a9e9e7fdc4d57195ac0", "region_id": "RegionOne"}], "type": "object-store", "id": "ac328faef04243768125be1568e2a4fa", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8d5b737861714c2783e8f87f39e1432c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f714bbda69bb4d528db544f28b6c49d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7d9b62087fac40abaf097cfc7135664a", "region_id": "RegionOne"}], "type": "clustering", "id": "1bdf4ba050684fc4b0718247aafa0b8d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "97baf57ce6a74ed3ab586f6e4c0c23d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "06e7f6c8a09047d89fbc836e061b2a8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "655715a0dcfb49048242ecc688c0cbe1", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e4377ef6a65a4f2f8eaf129b7907df89", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b461d7022d5b4bd5a65adc259bfdc5d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "daaa0eb52fce4684a2fd27709570a363", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9bda4d12dc0d46f3a1dd1de100b8d0b5", "region_id": "RegionOne"}], "type": "cluster", "id": "47338f64bb3a472186946f1464b7a6be", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "15f5593771ba423bb7b0e8186123e27c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d47b873c148a4c4ea509b04e3ac2cf46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "dc2f96b417cf4274bdc8a69e3517c262", "region_id": "RegionOne"}], "type": "data-processing", "id": "26c1df1124ff4cc5b4ea2768df4be77c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3c5ace1249324a6c804e485e1b7e8e34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3353577b119c4235af10de39b67ee89d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "180e2c1448624b69be28462d8a42ea7c", "region_id": "RegionOne"}], "type": "baremetal", "id": "466f5de4d8a94ec6ac8586d197729e3c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f19694bcad4a4a0b8393887edee0ded9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e1c34cd656344e1e80e8d11e70166668", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f084095f518849fe9ff09f6cc2b40e3d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2967db5e7fec4c2e90067a916dfbf34b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "96f95b3b21be424a978680027b34dbce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "59b2e49bc9984cb6a0f9095d80c10b58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "18a363bfe54c44119d8d8ea79aeaa669", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "22bb109cc866439a87eeac69864edc84", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "065bc8d50e9b454a80e9c923e810ff0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e39119607f764a57aaea0b77c0d6154a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "aa88b7054a4040c9ba46062906debb84", "region_id": "RegionOne"}], "type": "key-manager", "id": "d50780a2af8649cb95d01d29b356c1d0", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4cd1200eeefb4b8898401867e5a9f29a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1d5663df340444fe8e2cdb2d50f03e61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "67366bf3435940229c6258fd64069728", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "73ab1902a29042068b5ce26e683112d4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c00222cce8034e2ba6a8492c449deb1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e68dfcdc022542c4a353dbfea16e4e41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6645273b5eed4cc69266314a918bb3dc", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e6c55fea6e614dad931d25e84375fd6f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0e9d75b7a4244da8ae3e3488fa3061c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c7dadc89f9754381b6ea99e2cff32746", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "579468f020274059a55d76a0c4846720", "region_id": "RegionOne"}], "type": "message", "id": "f313c3c9535d4d1ab5a5e63b17edb4c3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9b81e4b442a14c7fafd482fe8b0c8461", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bc70e2542ada49a4832c676d311b46d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7e32532f02bd4c09b7b895073ca7d2cf", "region_id": "RegionOne"}], "type": "messaging", "id": "c6205087265c4d76bb14036197b7fcd3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a585a8dca8a14c4a9b6e45ae56dec598", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4d7ba060d9694647b72574ba354db6ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e55205ff6dc14b79ac8560dde6d7a866", "region_id": "RegionOne"}], "type": "application-catalog", "id": "dad84f76060a4f959780f451c27125b2", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "29f0f717025848098d50d823e389ca4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "646daf74408b44eaa6fe298c0ff16d3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a5cfd92b23be411bb2ea18ab20f0ad60", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0e996e06b2a5420ab9e5441be938d2bf", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d26c4ccda62746538b7620aae67771dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a467e4700e44f90bead13ee6678e577", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fa15fb90c0eb4fe880c0cdefdb3921a3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "21235f41bf8348fc850ea2a7a68a2532", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "881721e7d18742cf92b713107229867c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd5d34a9cabd45c088998b630a7105b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d0548c5e50249bdb9a07c5a5e9bc2b8", "region_id": "RegionOne"}], "type": "container-infra", "id": "920e8d92e10b4c96bf3c3ff6d879dc23", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8d667fff489d4bbfbc70b6d72464e88f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d2d40a0cfd28444999aca50c057ab9be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "897c495fff6e418fb9cda951f00aa867", "region_id": "RegionOne"}], "type": "search", "id": "6ab571ff2e6d4c4ca595036ed31d3e92", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9bebe3ddf2264a029a78ed509b50a7b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "21f3c76d1cc04c60a68267b6055a24d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3fef8cf5d9ff4e08a9b04b619e3b1bcc", "region_id": "RegionOne"}], "type": "dns", "id": "e7c139a5e3644bd7bab3ef9f239ac559", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "52d4af454fb04491af8555522684bc3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5a4c89c71be14f8a9e78bf6abc45b76a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6ce7a7666d634e799dc0c562c27ad542", "region_id": "RegionOne"}], "type": "workflow", "id": "b180c632b4034317bfd173fa8032e66d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d3181a00994f450c9a457a819f06ffae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1970801e3d5c41b0a934ed6365fcd8d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a55625565d614d659057d9055fcdd549", "region_id": "RegionOne"}], "type": "workflowv2", "id": "95acb85ec2c9421db0f741003b3baa66", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2fd095246b884310b524c68030690286", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f04fc86fcd50478d8e4afcb1e8cb433c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8b0866e458cd4f77a1823b2707a032e1", "region_id": "RegionOne"}], "type": "rating", "id": "cb50d7a58e4d4aa0bb1fdad9ded7c31a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "721d31eacdbf40a7a591a0f5fb90bf3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "10adf2be8148443c88857c9a6caacef8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1872e9b6ec1e413c8d7d17ca8b2a6cf7", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1b0bc80386dc4a279f4d8d90125c22b9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "76b70432514a4b0f8ad89675e5664afa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f402a0a1bba04dae9f5cad9942d9ce06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d3fa0787db9e47cab868be40634c6c09", "region_id": "RegionOne"}], "type": "policy", "id": "13db127aa1604a6db1328d5c40afdc51", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "64a786f251974589a5e134cb0be6ba72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "babae658d7c543a894be5b6ca29b7617", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d31bb98dee2b44d0a52e54dcf396e5b3", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8cb515072e634f3ab6947ac72be29037", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5f09f97cb7cb4d2cafb43593a2154f98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "03675e2db34941198b85f1f79f30125a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "918a4ed04d3648678c5001f127e62154", "region_id": "RegionOne"}], "type": "sharev2", "id": "d9ff8a67c33d4ef68fbf0a92fe4a1684", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0a5a413277124a0780cad8a66c41ab02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a4dc893bfaa4493c90a2c2320c74fe76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "087a3a12be5846ff8cd394ff909a1250", "region_id": "RegionOne"}], "type": "share", "id": "e1a08cd785fc4a6384183bc1ce66496c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c83d60df2d284058908270cd45aad566", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1ab63acb47c34d6e903c8dd8a9c7241a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "cdf0da5a81894db5b90c2eace7d4052c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "bf2b1c5bea4c4b0cb7c34b9ee2cee617", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef22db82408f4f06a7a2a5cbc955f1c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "783dfaa0a3aa483a81154a181f540323", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd5dbb507738401ebcc2cc2ae83314bb", "region_id": "RegionOne"}], "type": "orchestration", "id": "445de830598c4b4ea5c2e83c3d1860a9", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2d6a81bb147440cb9c46a4734a0dc59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "797d154bf5234bdf8347df57c09aeaea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5f188f9531242758f8f3997d1be175b", "region_id": "RegionOne"}], "type": "block-storage", "id": "222d550dda8842078dcbd1e4b901a0b1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b23d0bbd456c4be79e5e0b0e1506088e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd58af3edf5447f0978ed03e4952f327", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "695649451cef47abab71804628ea7a7a", "region_id": "RegionOne"}], "type": "volumev3", "id": "522e11e6098240758081c56dbf486445", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2105e3ad4a924abc8bde41f61607809c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70c2778d827b4a5ebe79f368ac275633", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e227da28c09c47ce91813ea523cba390", "region_id": "RegionOne"}], "type": "volumev2", "id": "83472e9f172f431b8f013ae652dd7d80", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5011d7255c424505a123c290250b2ba5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20d435642c4c496cb01780ce3d5cbe10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a01856df525f49918e89285196eb42f2", "region_id": "RegionOne"}], "type": "volume", "id": "62bcee0a65de40f3b01b1d6bcaaee9ae", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcd6ba9b299d45e5896e8371433dee81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "429177e8ac664ff1aaca1a67bba37818", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "337a84eb34f74fd191be59e5b2f5e2c1", "region_id": "RegionOne"}], "type": "block-store", "id": "ba1928fc766240249c8683c972dc6561", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "83d721e528e64e98a863de4c2bfb93ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c90c910790d44aaa93d75398bfb0fe6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1fc99a5f86ee4618a62883cfc08bd550", "region_id": "RegionOne"}], "type": "alarm", "id": "bf69d6eb0804436ba0eb23b5d1b392e1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d7868a678e584af89cc5d2b293f29e61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ce5d3f47edb04d289b1fca24c8308ffb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "839d150c94fb4dbcbc0146a386a9dcd7", "region_id": "RegionOne"}], "type": "alarming", "id": "e28cbc4f2aee419c8dde468f0e4a7645", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3cf2cf8a21ef476cb4c2f1ca292e11c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e6f196bc970741c1aa5e2e41880b9271", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "708d6f0071c54b3eb38ea0f1316b5b52", "region_id": "RegionOne"}], "type": "meter", "id": "acb9d517fe6d4978bc4bfab46929e1e9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "28756b165c434e6b919178278f59ab7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "806f48c1a14d41d28c1d4e054a82b0f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9a9f63d92c9f4fa19921ffa214290b08", "region_id": "RegionOne"}], "type": "metering", "id": "98fcff656b544baf93dc6c3a7a34d96d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e42e8cffc75b489297e88a0cbee3732d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "efd75158f9074f40a517a1bd1260d824", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4aaeb6bfd67d4ca58d36bcfad3bc23ad", "region_id": "RegionOne"}], "type": "telemetry", "id": "2e08ecb0a5e446ed9a6f0b3007249268", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "462a46158e5f403cb121ea4a3021b8fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9fc6f1683ccd43139029394c46098a2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "210e3356baa3486798047574fef0952c", "region_id": "RegionOne"}], "type": "event", "id": "f4911e3667a840e8905c03b28def25a3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a862c998767742069079aecbc1412494", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5e642018cb4745cdbe3338da1161a448", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "dd4c0161208b4c8e8845a62f176d3120", "region_id": "RegionOne"}], "type": "events", "id": "4d541a5c7058487eb956ecf65a032a15", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "98dde294c4b049bab05ba822377bc6d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "44961750fe74476f9e9342a843910758", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ee45ed2adde54aa492faaf7cabd7b7c0", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a77af40a5de041128844be81411821f2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f7ba0c9ce0624878a11075489a11ff9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e5bab517291b4cd3bbaa36096d702c49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a967e34b07164c6aad4d3454cb367e6d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "22fda5a1d1e14840bbfc77b866d908fd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9945a51189124456a12fe091a92c8d6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2869d98511574d1cbfc1982e47e65d53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "028d52a2c1124b98a7d12ffa4f5f70f1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2f4db99e85c9456394adee3cc4cadd78", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "15bc95bf4e5f4f03a249003b96e2b07d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "009eb9eec7d84bfea99fa6d23a645d2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "eb2340bc6f554f9fbe570f1ffcff4e48", "region_id": "RegionOne"}], "type": "tricircle", "id": "604ad84c562b455f96cf2b5404eb5e30", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5ba2d0e5832344e986b5ea83a66f361c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "42318ec45c424ea78908f221b57b6ca4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "fdfc5774339f494cbe6392d3b1120dd3", "region_id": "RegionOne"}], "type": "database", "id": "74159f522fa24e618dfea035bb628937", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b457b2473edb4eabbc061841088b184e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "501a4e6e097747d0b1a0a12a4d83aea6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bf78c066ab924596aee2f474f3540881", "region_id": "RegionOne"}], "type": "application-container", "id": "af3fd8a667544b24b8dfda4c59391ca3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bf3bab3adf9d4adc8033e3f3560393f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "54a58053fe0e46beb898b7bfc0301760", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "51fcb9e9788443c5ae7630c52e2f1fc5", "region_id": "RegionOne"}], "type": "container", "id": "7c208a53bef04b679096fb3dd295d65e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3c836c6827764f6d97a16c68c523a8a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f079b36944494be68141b583315d6f42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2d7d657417654504aec52b2c77473eec", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b0e25f9139384e50ac364305fabf803b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7ee30689b4184c37a893113cef6b8510", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2ed862f017194ec896eb9b6f16a743be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c9aee731fce24b6e91a6ee046bb4d6ee", "region_id": "RegionOne"}], "type": "rca", "id": "441e0fa3b4db46ccb1bced5d3539bb98", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8955abfa168b4c1baf8257c13d88efc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ff9735292f9f4392b82011fcfc301249", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "62b63d7eb9af4d0583ae98193b04ecb8", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "83adc4ebce96468484e47414672d7d93", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "bb6d50bae26c4509985f9eeaa8017c57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e90ee97a9e4f456b97262d2e8c1443c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a94a14a8e3bd491487463e182e5468d7", "region_id": "RegionOne"}], "type": "network", "id": "c63c8cf9ad1c4ba589e3f570bdadafe6", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d944962105694c80a02ebfbdf0d999d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "91e41b1564be4feead845653c05eec18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7a82d4907a9a442c8ae4a02c4ab30f9f", "region_id": "RegionOne"}], "type": "backup", "id": "3ef5ea1ac3fa461886b6a2f87063e772", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "158284581e334447b81d01e53a16bd32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d19354a19ab04da7bad7df196583dbeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5ae561c1d8cf4fc1aebbcfad884643d0", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b49ff1861b53430bbbd984a3d834e055", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "966034bf12fd4daaba5228c2ee73a4ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "17e2d13a566341ef9051f037742c3075", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a9ab590909e04afeb9f599df43a1e2fc", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ca8ffb0588d44457b3a110b241e78183", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7fad3264644241c996dc110b5227506b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d95a94baeca240d3a17ba912bf57747c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c1978ffc70bc4b3b8d4ad3fdc436215e", "region_id": "RegionOne"}], "type": "monitoring", "id": "1778b8cd2db44b95960883e271d56a74", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9ae25be11d784d1fbf17e8ec5a83f6cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "016d1aca180b44c3b22837970e124302", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "9ee1406391864ad19db64e61f1a91236", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3f7342bcf26c4e2f9ae13fe027d2fb67", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a49e7f3f37d94eddb43111d8cf4910e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "44076f4cee6e4e20b055b75afcc0f472", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "02017467b4f542f190571fbae6ec3375", "region_id": "RegionOne"}], "type": "placement", "id": "7694e4ea3e8d42d1b8ea28c6ceb02124", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f5997867bf374a1b9ac10f4fd0cba6a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "50903881646244d39997f23aaa78bfe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5dd5d057fff742d7b1cc6fad5f71fee7", "region_id": "RegionOne"}], "type": "instance-ha", "id": "60da1fbfc82e4251b8cc91854b16a050", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3e2ea4e0c8a547d08fe72a55b41cef12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c3a358ed3a37488a8be14ee252c7dcf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f7b4ec95538149a19388cc3ae1877d77", "region_id": "RegionOne"}], "type": "ha", "id": "671e0c80a0fa4d8aa4d3295190d425ed", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ceafb9ca2df24bc6bc0439cdc8957e2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "dc32b97e587e48e493cf581cc6481c02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "fac6d4c679ea45b29dce606b90079f8c", "region_id": "RegionOne"}], "type": "reservation", "id": "a064ffaf1e044c0a8b8815565f399a5a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ce5cab2e7cc341d3871dc0df3c9e8954", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "840c9fca9a134874a96cd661db451854", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8d21eb803f15471b812db85a91da1529", "region_id": "RegionOne"}], "type": "function-engine", "id": "cd1fd14e43274f98af24f3286695eea8", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e8fc8aea59154245bfc4797bcb2a4d06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "cad107374e5b42bdbf77fcd0ef49f143", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a31fc324b86e40d38fbd85f808bedbf0", "region_id": "RegionOne"}], "type": "accelerator", "id": "d87a0ce5897342beaf9d2bf3bcb8c86e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "275ecbb00d6e4668ac82a18ddc383623", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2277ef0d69a44242a7582fa9ddc0f520", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "dafe0985cc3740d2a96ad8e9d3b41d7c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "abd3a291058f4b36baf970961f1efb2a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ff99c7783c254fec8ec558b748352b1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "62b1a87f78c044f1b5ceb35fdbc5a5ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "550c25dbd63346c49cd191f7cece12d0", "region_id": "RegionOne"}], "type": "registration", "id": "47cfc1000e2648948f438f1a54467f96", "name": "adjutant"}], "user": {"domain": {"id": "7f318c5caaf64c4d887417f706e83e41", "name": "f214637d83dc4eb9afe1427bb588c7df"}, "id": "07735748253a4a0cb5a019f292dd9c05", "name": "ef74520304c04c78b7722ca18b4ad2dc"}, "audit_ids": ["d84e7bbe92f547539fd227a8bf9b2209", null], "issued_at": "2019-09-19T09:04:38.696011"}} 2019-09-19 09:06:38,819 keystoneauth.session REQ: curl -g -i -X POST https://container-infrastructure-management.example.com/v1/certificates -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"cluster_uuid": "43e305ce-3a5f-412a-8a14-087834c34c8c", "csr": "-----BEGIN CERTIFICATE REQUEST-----\nMIICfz==\n-----END CERTIFICATE REQUEST-----\n"}' 2019-09-19 09:06:38,823 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,824 keystoneauth.session RESP BODY: {"cluster_uuid": "43e305ce-3a5f-412a-8a14-087834c34c8c", "csr": "-----BEGIN CERTIFICATE REQUEST-----\nMIICfz==\n-----END CERTIFICATE REQUEST-----\n"} {3} openstack.tests.unit.cloud.test_baremetal_ports.TestBaremetalPort.test_get_nic_by_mac_failure [0.339841s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,643 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,647 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,648 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,650 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,661 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.577868+00:00", "project": {"domain": {"id": "f68eca3749c54c0bba34af77053319af", "name": "668368d2f3254347a71b7a8c56ad9416"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f93b1e54b9a5485b97c896999c3670a3"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "092ec86bdb2e493491061d4e0ae34ded", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4a94d2be0ae64aa2a84f884939c37af9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f1aea4587ff44c80a2d915435668b8e1", "region_id": "RegionOne"}], "type": "identity", "id": "b23939edd36740438f94795c2d29ed27", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4b88abada1d445a8afae4849bb5013e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0400d223bfe54f1aa0e26ae08405e426", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c34e6e6bc6a947fcb2d65f0618358fff", "region_id": "RegionOne"}], "type": "compute", "id": "d56b04af26fe48eb87762109aa4ab242", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "511f7560ce654f1282dc89882ebab425", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "bf64d085c7d040c1a41baafc1a8e5874", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "63150542e9e74961986cc9ef6b57dd1f", "region_id": "RegionOne"}], "type": "image", "id": "f0f3705c2a5049ca8b3a9d41c76ad94a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "998133988c264f2d9aa94251c121fd10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "42a7b05386af4767b707b8db961e2ee4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "9d4dfeecbb754b0eaa3beef28680eabc", "region_id": "RegionOne"}], "type": "load-balancer", "id": "76164c39397c495a8f14302726df18e3", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "884fa19395244ce4b0c97f911d5bdc9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3870ef61c1904a8297b8e706b029da72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c9446238ad44846bf73493530cc9209", "region_id": "RegionOne"}], "type": "object-store", "id": "bb03f30364e14fff9949c72fefb47bbe", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "45a26e34a5a243dfa0b1990099690954", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4bb634069abb4e35ae5df283a2d720cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b51cd9ce55724e53a3716fc9c39ff366", "region_id": "RegionOne"}], "type": "clustering", "id": "89f82bf1c2cc4661bccf113af0a6f3af", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c2ee216cc0274a839ad39c4010a2397f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "85f549a0f8034fb6bfb22df7b22aaf8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b73afe721be24b1a8de810c8a1629c56", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9add237563834b3b842253738a72c778", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0146c91fa8a5424fa9be6af761c7810b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0536d6e012fe4f9984486b3fc1b3e9e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2eff917ea6a3431e84ebf800b92d0a05", "region_id": "RegionOne"}], "type": "cluster", "id": "0faff6d6c1994ea5badf3c7e701b2980", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "484c81b6c3b74a30b07f618ff462b12e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "424e35f4b677401ca6c59651b5b2df27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9f86f4965da14ffb9b2bacf9b85dda86", "region_id": "RegionOne"}], "type": "data-processing", "id": "66c94c16042d46589dbd634154d9b630", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "00ee6a857f9d45948de1500ff83151e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "90a0e7385f5645f8b8be7f9350e4a13f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c4dc3d4e2478434fa8610b5b6bb3d419", "region_id": "RegionOne"}], "type": "baremetal", "id": "5b0062e6cffc4a359dd18b765c66905e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5c95cc62c05f41a3b2734419ad887e5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b026ace635634273a3ade178e7a4b8a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "98d8eb939a47438e86203eba929541b3", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f2d9b6a772af4721a1882bbaaa445392", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "51a2d43f3fd74935aa42efee7f98411f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "305644641ffa404a89e2df3d101534f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3f6985af4f5346daaf6c1bacd60192f4", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9aaebbd9898c4ffc8320baa5e79af7bf", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7f5948e12df64184a48e549ec19e05aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f2a692c37a4d4b2e94be04274e0f0cb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4456a465f7ce4e4893e5ec86b2ec857b", "region_id": "RegionOne"}], "type": "key-manager", "id": "f682155991a349e988aac0d0b82e97b4", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2956516ec30b49d8bb38ffb6c40f95e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8c7cd55307064ff592bd3cd4d5824a0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9f7e0f324698432e98610e1baab8ebf1", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b977296237774eb09faf82a828188529", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fd2eaceb137c4e7e89cc72442f9a3256", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "70650b9ac0024386a499e69863a75999", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bfeb6fe551f642a79628836f533e423d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c7bce628b9cd4919a42988bac4bd0e6a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fb4bbc8d48eb4b218c096cac8633b5ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "de886ba3dd024d1e9874381a948fe33d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "884f1e7c5e384bdc941771dd5b3fae6e", "region_id": "RegionOne"}], "type": "message", "id": "3762edcac34948a597b02f5bb854860c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "672a90686a8643e59c957473286881b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "648e7f03d7594fa9a797c441de80c241", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "704d3faa4b844f399334fe5e48c78a8c", "region_id": "RegionOne"}], "type": "messaging", "id": "7a905293cb41472692789f28789dee55", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "12e83203be72401d9c3edf1367f6b06d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2baa94b3b7684ab88dade9a8a2e0d19a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8b6412fb3b63485f8edf63c11abb474d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6718ca743ee74a15a4b8ae689b3a160d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d7f26d4a6284d25acd9f4212c9a9127", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ecb29351c60f4fd3a327de99b17d9e39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e68ddcc234c540969182a636f916968a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "73594998b55447f5aa28412e89a5314e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "175a5f00c9f54816990e21b66079e9a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d04d9e7a98a249b09e492221f6405dac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a94997b21b814f0d8e76d723b787e4f9", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "845a6aef9cae4bc6b2f56576a751573d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7de4ab2864a64bb9a2d075022fb34d65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8776399edcdf4838bb192dd08776772a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0d2ce0ce7f5841c6a61789a275ec7bad", "region_id": "RegionOne"}], "type": "container-infra", "id": "00fcb16c1e184e0f9f3c31ab5293843e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "922e95977744477dbc9fc1627cf187df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d0db0254158b4b8184a8d1dcfffef147", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4eac0fdd187d462881c6118efdd460b7", "region_id": "RegionOne"}], "type": "search", "id": "f161bad51fe2423fa6978bd7b7b374c2", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "834094707c8f4a798b572c7395469c6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "80bac2a0b36d405e8174517e9b2bb029", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d0ea360df8db4e69b46447a6e0e7e3bd", "region_id": "RegionOne"}], "type": "dns", "id": "4cf224dfa1e3410eafedcab093bd23d6", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "41736f0645b74953bd998384ba6eafd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "83580719268342a5bdb387c1ac1331ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c9fa2cb622ec436ea11222e194e49b43", "region_id": "RegionOne"}], "type": "workflow", "id": "c3eae67ec2604b329a20ce571b7ededd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "312267b582904de7ad3840cb0dd10689", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eb2c4a3a1e8b4c4aacd707edccc56beb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "49cf2e7319cf48b1bc937d50366e69e3", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d21f4aceec014de98f88d95b0b217f59", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "79a32ee173f0403ab29ab50cd81bfeb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4980e909220c4ac2bc7e63095f2342f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f57686fee0354a5b92ccdcfa3ba4f1e5", "region_id": "RegionOne"}], "type": "rating", "id": "30bae0f9d9d84122a4c54d11c2b6747d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "13a7dc60c8eb435dabb3bc7711b164ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "294f8257ee1f4835891b5ef9586ed4df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fdbebb302c4041398483890255268940", "region_id": "RegionOne"}], "type": "operator-policy", "id": "bf61f9eb13c34287906e71b63663d011", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "00c9f6463aea4392a91f5d28e034142a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9ec99f7d801d4ced865dc5f903b64052", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7a60143accb94bc5875a9cb7adb822de", "region_id": "RegionOne"}], "type": "policy", "id": "adb83ba5b21049de97f899755ec6dbef", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a341a0700f114bdabdc032fbb29d3cfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8d1a25f0cbf646a2936bd716acf57264", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6f2ca444ba0c40888cce7507f9e44a87", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "decdd0d9a5be43e9a84856ed92f7de4a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0daef86a7fc74f51bb48375f1e616837", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1ec7599f097c4a5b9f76b0df5a21127b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "adbf542a906345179ea5883d5c8f8f31", "region_id": "RegionOne"}], "type": "sharev2", "id": "9c97463fac8b4563bdfaf840db84b9e1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "05eea894a0c84b0fac5865f5cf903505", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0d95a3267aa24b7983b29a872fbfe9ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1f8d05b1306e49bf8221c123d9ecb07d", "region_id": "RegionOne"}], "type": "share", "id": "efe0fc32930e4ca3935d390d8a99d266", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "46e7f54271dc476d899cae8725305d91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8b6ffc3e64e543899f49f75b19720841", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2730a3de41464b1c9eb6e604095374a0", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "98f02f692a58494d900d801d928e9741", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dca67ddda0fa48d5b7a4e631b2fb4766", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "485a37cc93f94d7698e108e1582d8d1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c53b05c4fca542c9aeff175ee2b5c9a4", "region_id": "RegionOne"}], "type": "orchestration", "id": "a1e3d2d0853c454b92e1829e0947a91d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71b9c2cc77a7416ba4cb989c16af0414", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "957dba05320843928b4c17ea53c96780", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75bdb9809c274b5381a332caa3ce6ac0", "region_id": "RegionOne"}], "type": "block-storage", "id": "ac66a6954b6d495badda230b744a8c36", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1611569dcf8f4a169e4d1c896a7a9fc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b42a9f860d074a8bba968f12bc98a679", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ffb60420f26465ba86362a8f1e30ccd", "region_id": "RegionOne"}], "type": "volumev3", "id": "3ddf822973b448168f8c26809fcd2b8d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d73089298c141609c041014f468173e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23166853ba664b02b84a901bee6f3468", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d2328f64c58848b999332dbf21d96f76", "region_id": "RegionOne"}], "type": "volumev2", "id": "59fdeb3fcee34adab7a2be9b243ef422", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d2436225b5c54353a9bd51b3f65aee3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae5ca2e0a7b14b39a0871feb052b94c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "534340d6f96f4919a5667001c8f5e239", "region_id": "RegionOne"}], "type": "volume", "id": "b2a8eb929a334cb28fa9c520ff34b9ef", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "308de82bc76645afa90d6ab43743382d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83237f41dbda40c598b785f0b0f49420", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "617ef466158e4388a7938198aac2b963", "region_id": "RegionOne"}], "type": "block-store", "id": "3f37b2585017425c8d52e28eeab1744a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bc9c1d6fce724bc69986946584cf4a32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ccdf9d97f28542a9ab525a6a41b74bc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2f9b2418f6ca49c799712b521b4b68c9", "region_id": "RegionOne"}], "type": "alarm", "id": "11dff4cd198749fb95e82e80277bfff4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c5ac3b3005384ca699d84709c6efbb78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b9cf7caaf12c4d208203d0c60ecfea8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "21286955d8994d9d96154d4d4e4d5cb8", "region_id": "RegionOne"}], "type": "alarming", "id": "1f27a09a29d646e7ab3a20af51851007", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7fb17bb7ddb64d258f74d6f88d355457", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bb1ce10922784c31903f57e39bd66f44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9e786dad8dbb4f698fac4b1d96d87454", "region_id": "RegionOne"}], "type": "meter", "id": "80b532b883b94f58a897741f7bc10341", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d9447d1536ec4b8a9eab5be16f032089", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7b33d3aee58f437f8cc598da4d2b3c95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a34725beace7439eb529b59ee034cc84", "region_id": "RegionOne"}], "type": "metering", "id": "42f27d67a76948009847025852eaad97", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a03187e648dd493bac36526075d21c72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "afcb54bc0d3a4d918a8dfbc7cfe85fbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7d4c4d1f1f05469aa6888798625d2c0e", "region_id": "RegionOne"}], "type": "telemetry", "id": "db9199993a6a4a17a760bfcfe0f471b0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7b76c0a9a05d4411936e0f91548ae179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "84d12485ef2d4453a7e821cc02e5af96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a7c2ec58ea714e1481541d7d7f81c774", "region_id": "RegionOne"}], "type": "event", "id": "df087142bcaa45329483c64eb782ba3d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "35cf0a7003d449d29514893e7a70c657", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "280f069cc6fb440394f7f28ccc6bb623", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "84e4a9283a3f440ca4190a94c4c1682e", "region_id": "RegionOne"}], "type": "events", "id": "7d0e7fead0684f57ab6f46a60225ee70", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "10acb4d07deb47ec906e6a8a5f8c239a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "33c0d39c75da404a8611aa9dfc257726", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "78bf4de2627d4a3b90baa153560800eb", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8e68ab4ebaa14c80a2d3d358e7c7a155", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9b61f957ff724b3bb820508d14a78a3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6c4cd23a6b4d48d8b8d242f62bb75618", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7212483b1d0145e39c7260d032cda3f5", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2986fd24f0db4883983baf6132278d89", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2ee01f15a3834cbe94ed330f156debbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "09896e19ff2b4d98b40d00222b99201c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "482a4744ddce495fa75ef06160036ec1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8a923073e9dd467ea9fea818adbe2bb0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ac71e5c74eb54b64b0c79880bbd2098a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "762ede64d78c4717bd6a382bb714f4cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8b9b551cf84c4cd99a90ac3db98d5f6f", "region_id": "RegionOne"}], "type": "tricircle", "id": "a7b23683a6c743d7b5e6c3b546b58b76", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "aa15d2886aaf4ff396d53df1c807e609", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "69b33c46f8af4b0685aba42c86e36f97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "238dffd1b4e0487abfd16a3602f79cee", "region_id": "RegionOne"}], "type": "database", "id": "71b7bfd2b542446894a191935247cd6c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7c99e33af00f434f92777059ab01e197", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0c85b5f4e5964503adf7c799ffac9965", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0e869027b9da43b1ae63d90c21e5a908", "region_id": "RegionOne"}], "type": "application-container", "id": "8bdb0cda8d504646b5bbed318c8cdcfc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "45121cf253414d6db4bf756ff32d17d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d7bec574df10474d9bdf8de718484cd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a2fb3b70b161415fa00f238369e3eab2", "region_id": "RegionOne"}], "type": "container", "id": "67e8505f3c1b43b589a8c2f8c24ebdf5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3aa8d299537a405e872301f29a8d4348", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6ccf442eb1eb4b5d9f93a570a176016d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "76a53caff19d4bda8184d74725632c3e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "64ca6ea781e14b4294233c2c26c8a5c4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ae3bad7f84da48ee9a3bbbfff3af4367", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "86de6f31d2a745168ae51cd3b2e8a534", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c2444347427a4b8e9f19e119b63f6384", "region_id": "RegionOne"}], "type": "rca", "id": "f7f1ae4094e74e73a5f966980d84cd33", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5711f4b7ae8e4036b47ccd9912009006", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a671cbcd95e140f49320f74cc08f84d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7a4c529a05a24bb18470fa55ab32cee6", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ff6b3ba1ae794841b36d664b6f68d34b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ca6b6955ef3d438391107393fd624e7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "808d0ffed3a348bf9fa2e6ef396374e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8b9dad4740dd4919bac8dc7c18aec083", "region_id": "RegionOne"}], "type": "network", "id": "2ac45e569bfb4e8e8ba297e0820c2f76", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "40b5502637754f18b068e853688e9798", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7a717186684a4e7aac9df3ee5ea7d8bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "fd25839f959243a7b80b9c60dfeebcd8", "region_id": "RegionOne"}], "type": "backup", "id": "557e419a2b05448ab6ba20e91bb210fb", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "67e520c6e1884a988648a9bca103cbbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8aa0189cdfd241b4800f7271ec6fc1cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ca90b97be5a0478a8a1f881f531aa7c7", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5bdc953d25f24768bb49d56b55737ef5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e3f7f832624a4e84b7505870638b737c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "02b77693116048bcb70b63df7b127960", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b1ed68c435fc4fb7b4ae2ec33bf9f789", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "706f40507c6f4535909056e96d770082", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e0e255ae732f4ca9aaa8b8b7b9176b74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "20b83559b12748f7b009799262568c88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b1f5e3f85d3b49edb66e343a78a688ff", "region_id": "RegionOne"}], "type": "monitoring", "id": "d951a435caec466b91815f9f0bb05a87", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6559e26e8b824f9f860bce405bb1b245", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e57daca3dcee45f992e3323b82ae3dce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c301a2f3e38f4f8e887262b26ee35bc5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b1032fc191e14846a8e42a38617ddb8b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b2ed9fbaa2c64a74932057e70d986f98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6fcb682f702a4a84ba035b8d908cade7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "978c984386bd4f4580b24c9ee4e11b40", "region_id": "RegionOne"}], "type": "placement", "id": "9a9e0451dfbd47ec853f946a80732767", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "52239f3622054898abd6db339e1630b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d16105696dd141b891dd966b3cc74991", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0f65c146af8d45d2afd604625c74775c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "abc9b82d2fa6411da0c7434b4ab70333", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f20863bde17b4cd2946238027992afcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "241129590257463582245fba0ccf266c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "52ed8ceaa84d49d8bd3e018bcad89a8a", "region_id": "RegionOne"}], "type": "ha", "id": "985a2ece23dd49f29709a42deb766f65", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "425df2f6857e49b3805f9b2d52e6e510", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ab78e71b1b7a49348b8af1ae0f4da753", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4938ffdf0e77414b81539bf63bc7bca8", "region_id": "RegionOne"}], "type": "reservation", "id": "607cf3c906bf40afb1f74d18a8720c95", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b7f603c782184365acbaa0e7fd0ff16b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b11625803b7c4330a9b3aa8dd71d36e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "228426179a874c24a447ec0b743faf01", "region_id": "RegionOne"}], "type": "function-engine", "id": "7dcd6f20f28442cfb145f941c5c966dc", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fefd54666a7e4a278edb65a37386b92b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8b518fe6e1d245e3a16d81bfb8a4c6b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "fdedda9c9dae45f7a219d1c33681f683", "region_id": "RegionOne"}], "type": "accelerator", "id": "1613d305c891492f9f999b2b0c1e86ee", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e134d207102a491cadedd0094e1dd8fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7147acd1700d4a8697610c9493d173b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2a20f79eff1f42e3a5d690339b1c4fe9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e01f86a1f4ff445097c56a6edd6cb077", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "83ff5a2dcb2b434b88732e2b5225a4f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f42c48aed0504d7b94dffa671b2e70a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d8028e4b5f3b48f3bd256c9584619e66", "region_id": "RegionOne"}], "type": "registration", "id": "41bc30e2d97e4080935a7afe17e214a4", "name": "adjutant"}], "user": {"domain": {"id": "2d06c0959b4446bd86e98b64443788ef", "name": "786a68fc0e234e5588ad4a2207876fdf"}, "id": "773cb1b79c6845eebb5bc9176b1a869d", "name": "c98adf873c2e4ff1a134670376392989"}, "audit_ids": ["9341d400a7da417ba31f706937d13460", null], "issued_at": "2019-09-19T09:04:38.577868"}} 2019-09-19 09:06:38,839 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,843 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,844 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,907 keystoneauth.session REQ: curl -g -i -X GET "https://baremetal.example.com/v1/ports/detail?address=00%3A01%3A02%3A03%3A04%3A05" -H "Accept: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,911 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,912 keystoneauth.session RESP BODY: {"ports": []} {22} openstack.tests.unit.cloud.test_clustering.TestClustering.test_create_cluster_profile [0.157598s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,718 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,721 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,723 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,725 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,737 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.657005+00:00", "project": {"domain": {"id": "1b3dd688459747c79d873394b5375d6e", "name": "42c7c6c70fb3462291a2206acc77f917"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c612973cc4db46218a32cc1b713905ec"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "97bfa2840a59436fae1e910ca4a80225", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5380b65852984a9bbbaff4b577751e3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f1d2bf2146824201b061c814c1a57781", "region_id": "RegionOne"}], "type": "identity", "id": "170bd31df58443b2acbef1de072a9cf6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "20485cbd41fc45b9aee00112b26e857e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9373bb03fe4b411983aae32a0047edf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f3bec0fd403e4390a2de091f70b137c1", "region_id": "RegionOne"}], "type": "compute", "id": "599fb10db1634ffb952de38bc3c8a2e1", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "920b90bde2804e03a2be7c963b4142c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3987feab7e2e4547bc7f60649a8859b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "60f3e9958d6f4a48a1340306489f7772", "region_id": "RegionOne"}], "type": "image", "id": "6695f86de3be4c6ea1a5ee9bc730887f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6690494587f440c2ad49ee0c0f592e44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "52c894a013b44293b2d4f5a320a44523", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "95126ae6f85044f594d9a5bc4b488a53", "region_id": "RegionOne"}], "type": "load-balancer", "id": "77859337de3248c08e67243561429384", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aaa878d6f2b14d549beb93207025e68d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90aab24618c140ec8db6ca6fc0ffb1c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45645c0c8b0e45089fe8fe4919e5efad", "region_id": "RegionOne"}], "type": "object-store", "id": "2e0ade0b69464520892c751adc129f6f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "306979012bcb49dc993bfbcda827f89e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "15ad2da3082343c1b46c2ba73719c5f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1c3df9d1c508470dbbbc83bbda8fcaad", "region_id": "RegionOne"}], "type": "clustering", "id": "643a03aa02e846689636815e495ae46f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2a3ca2db05ac497fb5e0776b72c08340", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "59eb2837dc0e4f6c919d3280805e8047", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "51488f59a6ae41d2b4c9dbb0ac57727c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9ec89aff5fd745bbbf7e7de163c8242e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e2ba286b1f524d1ea911a490ee621d5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d8cb6100ffa344d3b8285c55ae3a2353", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2c29c36240774ce3b18eaf6c7a109714", "region_id": "RegionOne"}], "type": "cluster", "id": "5495a786623649adad9d3a2224bb49d7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1dc3336e37cd41d792bc2cdf8bba4a54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3c6e9b4ea88c4b239b2d8cace7a788de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "093b8c5fe7da48098860c16022f9ea9f", "region_id": "RegionOne"}], "type": "data-processing", "id": "609429fb171e408ca8ea9694fc13f18d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "def3d3ffcbda457695e3e86bbd00055c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0f5bfab5cbb14fef8b884e606436b58c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4072a96789df449a893bcff3b73769c1", "region_id": "RegionOne"}], "type": "baremetal", "id": "de47ce5305df4621948c6a5338f697c3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6a7028495d6349e881f11d6e2b2ca27b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3e2bb0805ad749be96d3941a3140cd58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ceac62751ff6490897f2bb6abb420afc", "region_id": "RegionOne"}], "type": "bare-metal", "id": "cfb1192de70245459b53446809493eb0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c565c6a889c248cab07767c72d5de029", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d2d0d88ce919429a8f244d2057fd701b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "2634e663a8e9421e9fcff4e362c807f9", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "fbb7c7349cb9496cb7d0651508806c37", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e41c70f1c1854f69a73ca1d19a70b885", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0908a2f02798405aa97f1dc9273058db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "662e4ae0613e4699ab74ea640675f8f7", "region_id": "RegionOne"}], "type": "key-manager", "id": "60bb61008c6d4cfab48fe10f3248c404", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "91063f933c4447078c22f6fbdfe75958", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b3e621485cad4155929aec2a8bb5e73c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8dee1c078a45437eaed9113709118667", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "591e9c0e77f24165bfb774b90d92cfd7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b20dab947f32471db8ef949ea329f260", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "edca56ead0b2455e923443a721297296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "858aa489e3aa4b52891825d23eea40f1", "region_id": "RegionOne"}], "type": "infra-optim", "id": "879fad8f2e04486ea68ccb99d6d12d49", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "26be1ec6433b4d3eb0c64fe0c46db64e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2dea8193b53e46d199b0131c086fe66c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "742b44f6a19f46f39e8a19c2cea644af", "region_id": "RegionOne"}], "type": "message", "id": "426dbf58fe1d46f3862b7e020073cf67", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7122e7e2e18b4a11a6f60ed0d9115afd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "34e0dd14ae844d6289ce83bd9ef5979f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8c18f513a2a140e2bec48f18bf70943b", "region_id": "RegionOne"}], "type": "messaging", "id": "6434798ad73a4e4fb8ca10180caffdc1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d84e3fd140ea4238bf4f6d1260df94fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ac9b618b61064cf09c9fcfbc623447b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f6631b4a6f71477b8701e30ac4d5950a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "68ea55fce9ef431f9ad068b7d69852ea", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bd6162cf327545848b4066ed219abb40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3cd16503cdb64b80b0b75ed6189d5be5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6a7acaee096e4cf599944d7596925c4b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f816bfea5f934d1a97f47216f369fc96", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "52f67558518d4cea918ff760159ac812", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ed8703ba8704977ac5bbd3ece4951a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "55b73728adb847ebbf17231d14fc4c8e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "abf8ec1989c14712bd1df542f2cb1af5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b102ebb9156f415c8bef700e314db880", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4bbc9822d860450a93af033c596e34e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4c180d522c4c4674adf73db95dc1fb51", "region_id": "RegionOne"}], "type": "container-infra", "id": "ecbf0484fbde464f84a1d267590372fa", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f2545c7f63834bc3ae67aa0f6246db45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b048bb5e016d438ca850d12c0902f91e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "0bc871d455ee4133be58de4d6607a0d9", "region_id": "RegionOne"}], "type": "search", "id": "60814a6ca1f94bd3b19ea1a5d90936a5", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c5fff5104a7a426fbd1accd89496e60a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8587ba0518de4768af3e22eed4b35e92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "898d5ab4ff304a5abb5dd8e41c912d86", "region_id": "RegionOne"}], "type": "dns", "id": "ad59ae6e53a645d4bf60ba16ed350640", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b245c0cc9ad84c3faa8f2dea1be0522d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d53226094dcc4f32b9979e5543e0904b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8420aeafa5764b268f4f36d2b24cbe49", "region_id": "RegionOne"}], "type": "workflow", "id": "8a8280e6d7a84f7ab903cfbb8aa25c1f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3d321438704641f6a93737b662c69aa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "610c2ac802aa4cd78b07a8f88ee65aa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "807481f0f8fe4897a8af85727c18947c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "959831c4471249f3ae67735b9f86550c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2fa34c220a9a42a8a062ba45b865208b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "44a7b34d6cd646ab9ddea7ff4c70bb18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1588ee0ead774820813fc8c822d8c4e0", "region_id": "RegionOne"}], "type": "rating", "id": "0ba1d824aa504df1b12fa1200e1328dd", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "74f8176c587d431886adedfa631ca4e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ce77c55cc16542d7ab44e39efa1022b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c3b3d94e65094995a5fc067585941cb4", "region_id": "RegionOne"}], "type": "operator-policy", "id": "b01805c8ac744c1e99c75559f9a08619", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e9b599e7f5874ccf92eb8ef29635c2d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0c8f8bc53203480599ff02aa4b6b3d93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "eaaeda7d0d6848d8b7f43c8aa4f8ed68", "region_id": "RegionOne"}], "type": "policy", "id": "f3c76fc590cb459c8066b4f87261ed64", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6aa15f2fcbeb40399e0878e4229a9670", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7beb2614515f47839ee2a31ead70f705", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "790411d1c1c24a7994491fd687d04369", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9be37a36b39747ec8a2498189ccb5fce", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2dbae86410594db9bd7f354bab408152", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ce4f715677794d69a35763044fbe362d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "64681bf2a7b54558bd0e3cb8fcf7cc5b", "region_id": "RegionOne"}], "type": "sharev2", "id": "09444c79a34b4738898c742e638261bb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d86f765f7add4b8699647ff2f945835e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e155a560d61a440dba70807a0f8de6ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f717123c89f0409aa5b63f535471de80", "region_id": "RegionOne"}], "type": "share", "id": "5149a5ccafc24dad85c562efbff9b4eb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "68299ff8158e4a3cbf8682e4eae9c6de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "621ff28499a74ed0a4ccb2e7d92027ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "def75eaaa14442318a4a1af930c24d76", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c5315eceac334aac9b66ea15974a3b15", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1233b3273c343f3ba8a851b1ae6d55a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "447fd27cf15e470db4fc28e4746a47fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa964d4afbfb46e9b871e2454985c1fa", "region_id": "RegionOne"}], "type": "orchestration", "id": "a7888e3ad74f4dfc8866c24ba1c233b5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb1e567700f841a2b22518b60857c0f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "844397446a18447381a0f8b34608a367", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95fe218135eb4bf8b9e07a21bb763129", "region_id": "RegionOne"}], "type": "block-storage", "id": "d96cb4afa7f842269641fd27bcf79480", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c59508a3b3d6468e99c142fed12e63bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8489cb9efb8f4552af082760b9870748", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c89816a1cefe40098347f030a71b5330", "region_id": "RegionOne"}], "type": "volumev3", "id": "032abfba65c0435ea045efd0caaf7834", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29edd7d54fd942d8b9b31147557aed48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4bb41fec2e04207bda6a1400409ac2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfa5157e5f7d4575affe5b33e118dec6", "region_id": "RegionOne"}], "type": "volumev2", "id": "1e75ed0e3b0b477888fb96a9dbaca9e3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a93f3f5e0b9e400a812ec5c6c8d0f9a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79c185f9e90344cd909a7b9fc591661f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86c11afe262046eeb4e538a325dfc57f", "region_id": "RegionOne"}], "type": "volume", "id": "bed59877e5314b1bb96a9275c17a6a33", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a6cf81258ad4294ade445bae1efc6c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2f871a3aed144b48156bebed6fff0ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc1ca3d41a5e4c8a8ca5880838b0fe57", "region_id": "RegionOne"}], "type": "block-store", "id": "32de29ea781d4f19852391bccfef0b24", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7276dac45df844a8b5b93abab8a21a9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "435bdb7675dc40ac8a31ca54fea7ffc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e86596e2de6a450b81503b4fd54194cb", "region_id": "RegionOne"}], "type": "alarm", "id": "d9787a027f5b411096dfb4f07469fa5e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "95764f639f9d48eca5d65df38c2b6d64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1489c50489784959ae0dbbe5bacba36b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bf779b9595d3484e8123d3a4c0b03cf8", "region_id": "RegionOne"}], "type": "alarming", "id": "12d664acb4aa4753b174d29e59a911aa", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "114c3811d401436889eb76e937845de4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "10366e88381c49da8c11fd90cd527208", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "21b055ebdc914fdeb4c33c84f6c99c01", "region_id": "RegionOne"}], "type": "meter", "id": "1547a64aa6de4024bcc186cad68fc5b4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8d8e7724e8214988b3455d09b7f7e087", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "37a69e9da98e48f98bd05a522eedef78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bd2e81b6990b41818bc50ad5dbecba41", "region_id": "RegionOne"}], "type": "metering", "id": "6b8e7e81a6d049afbebf4ed6592c304d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0ec213d59bfc42e8bfb052ea48d0f2b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1852636a0fdc47f99c5866dcf7eb4fa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8fa4ef586a8d4a35b3d4c6a7019f2ec1", "region_id": "RegionOne"}], "type": "telemetry", "id": "ce48f58334e24c178a6c81f88582b32c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "47418dcfda214e6faac1ca74cc415a6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ffbd0f07a71741d6a3f78a8567688bbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d735829eb28d4c1ea967f22f1c0b0b32", "region_id": "RegionOne"}], "type": "event", "id": "7af076db594947f7aa11a73ba509f008", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "32d329cf4fcc48439481a376a1611ac2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fae0c275531447dcae337f87d1b16f1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5c2c6322d3604e628083aa68610c54ce", "region_id": "RegionOne"}], "type": "events", "id": "383f2a976e7c40d788044c4978c97dc0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8086c30ee3ee44b894eaddecc6b57dea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "265a0cd651e2404f83d2f4fdd72cd7d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "cfc20f918fec4f6d80c2ae6b1914e953", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2d273b1c0c444ad9bced0eb61507fe0e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "253bbc3f390847c5ae43740505792b3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "70a7377a92b540189580cdc04fcbeca8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5c3079ee16ba4a929a21740632d24a72", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5c91ade814d3490cb3fd198c9d2724d2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7f55e0587ae34077b3a19b52c62d5b93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b4bc4eaffda848c9b4e5673cdbbf9071", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "662dbce4536a4ddfaa758e91c630d62c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "1441570568f94268bbb4d3057a11e5d2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c87e055f272846cb905f0ff1a226455a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "aca61d05d4f2414c91572c3a25e7c12a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4a1868f33d1b41b4ba1195e3a0511dee", "region_id": "RegionOne"}], "type": "tricircle", "id": "2aeed981f95c4163ab7099e820457086", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1e141f8b11f8472e81abe434fb301c90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d35abdacb9084047bd12f2c5a0c4d511", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ec10e75eef1943e1b829b79d083f6bc3", "region_id": "RegionOne"}], "type": "database", "id": "20dd701860044ba7b62a8aafff35f3d5", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "45fbb0d5fd4d4a09a47628419b4d26d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b37d47492ac94443837cf9346afe6df0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f6e81b242a6543e78da9df1161c3ee91", "region_id": "RegionOne"}], "type": "application-container", "id": "7ea7bace4fe241d58a38340733847e96", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4fad1e6fafb64b4b930905905406a535", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f9d82f2da99145c0a8a0aa7339315be8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c1d0b358797b4f049e6883837e173d42", "region_id": "RegionOne"}], "type": "container", "id": "11a3fbafd8f342828839033589791809", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4de42a559b314604a731cc76f72e6ece", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "758eefa74ae0469495173505e134f5a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "64c30d215b0844cabed10510737d7c5c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "70eac5ee39ec43baaea9692c2bf14cdd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "998b9be0553045048384f604cbd79d19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8b12eada3be54d08a41297164abf1552", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2950551370294fc19412ec87682e2eca", "region_id": "RegionOne"}], "type": "rca", "id": "ace21bb575c34bf9b42fc4703a94b4ef", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "309687f2749b4fe586f03a85f58dd736", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "58479f564e1f4cdb91545a92d97e7260", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "19cbf6500c4c49b095f839c6f0b84520", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "6555aac1b82b4c24b7b698db4427b650", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7c229b947f4b46cbbf877137e0296e33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "6d7c44bc67c04ef1a77b49ae54092df2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "03e69d59fb754116980746774ce968ec", "region_id": "RegionOne"}], "type": "network", "id": "c486abd36ed1420bb8a46db1add5dce8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "101bcd1c6ffe4f58aefe9d8e1107b507", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "62ea7433a6e84f65b804a26548947049", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e8ba5f96c89b496988492c3e905589e5", "region_id": "RegionOne"}], "type": "backup", "id": "0b24460ec768478c8e21c05a0dda8741", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "84d71957b6fc44ea828b2b4f13c4c872", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6fba7b431cec424bb60ae13550bde2f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "afd279dac0ef4802909e20d6c642fb17", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "2b3769b23aef4dc8a4db256b41f49271", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0a89b080f8be436c8b62a594b0718b41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b9a307493f71412b8ace27f3da33936b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f5f244a7fe354f83863155959d7c06b1", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6635b71827034c1f95209aad564e7289", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e8dea2c041ff44a086f83804b9bb9c33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b5d55829611c439ba0077fc165218a0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "598ccc142e8e487a811f69ee085d5ca0", "region_id": "RegionOne"}], "type": "monitoring", "id": "8c666ec92f9848739412c17689290e34", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8e1e041f342742ecb5de7418eca00f32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1f8c238cb510432389bbd326b3c4eb4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "102f21844ddb445e8c22d5eceebcd3d7", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "158d363b72d24db58f77ae35012cbe2f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "da8034149a2f4a17beeff1e08194f918", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3ac16e23c7db4e10a2a51aaaeae13cd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "acdb0bbbfd9840a583260a2e2fc185c8", "region_id": "RegionOne"}], "type": "placement", "id": "7ba5e8f3778d45ef93841dbde90f5012", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c0dee3d5795e483393daaf57f489d89e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "756efa1fe56c4917b13c66c264541bb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d7ee0c1bbc1046038bb1f3f7014ed69a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d91e2c2cf68341c48a00a9a145b02248", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "298ad5f3cb00436e8ab3c9fc59fc0762", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ccb4059012224a6ebe3efbbca88685b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "27e67452d0404e3cb46299d8c717954c", "region_id": "RegionOne"}], "type": "ha", "id": "418afdcbb1054d51b7de364e99c9fd00", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cf30393f17fb4a23a04d0f61bae0e005", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7c1f8fee0c35425ba28523f88864c728", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1622d99f5b22401f8dfc6dea1eca7157", "region_id": "RegionOne"}], "type": "reservation", "id": "8a18033cbdea465b83c73fdda7fa51c0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a58b45b7abda4de7acc5039fb912624c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c331dbd4ffd44c188bdf5f14fc721470", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8a980ad3867b42eebc39bccf1a0fbbb0", "region_id": "RegionOne"}], "type": "function-engine", "id": "a14e1f53493c4f75b7ec961562effa87", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "baf8151f5a514326a08a80ef6f6ae8a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6518f9ab4b094a49bc2a13534c7a4d99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3a595b1efc66443ea0a471aea079ce29", "region_id": "RegionOne"}], "type": "accelerator", "id": "800f99b477b94d1d83d1dc5566830923", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "26d1d7ac75c849b0a233a57f62415369", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b0a651f8fffd426291d6cc92c4273ed0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "054130dfa383499ead589e72a27f02c3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "41e807ebd7a14cd28ecf2cd13c50bc25", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9520eac898fd4049b5eea657fb73cc22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d93937084f774bbab7099b700a8bd4dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "dba84d7e960b439fb66f33194aa561ff", "region_id": "RegionOne"}], "type": "registration", "id": "8ff19df642ef4cfda57630766bbc0038", "name": "adjutant"}], "user": {"domain": {"id": "f4356d6242d54adc8ed0bf428cdde174", "name": "90a317f8d4124e22abcee037113bf7c6"}, "id": "00bee4088c504ff2851fb684a91c014b", "name": "0958bbacc2fc45bbb6b6f9810f87036a"}, "audit_ids": ["1781f55b47224fe6a9a23e94ee9407ae", null], "issued_at": "2019-09-19T09:04:38.657005"}} 2019-09-19 09:06:38,786 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,788 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,789 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:38,802 keystoneauth.session REQ: curl -g -i -X POST https://clustering.example.com/v1/profiles -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"profile": {"name": "fake-profile-name", "spec": {}}}' 2019-09-19 09:06:38,806 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,808 keystoneauth.session RESP BODY: {"profile": {"id": "1", "spec": {}, "name": "fake-profile-name", "metadata": {}}} {8} openstack.tests.unit.cloud.test_domains.TestDomains.test_update_domain_name_or_id [0.228142s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,918 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,924 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,926 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,930 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,945 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.840060+00:00", "project": {"domain": {"id": "d239714d38694b43b88bdd1701e6ea07", "name": "29bd963463e54354ae2dcda57d449257"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a3767db3dd144da8b65d999c99df1614"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1fccc994ad884880ae626927cbc2b0ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "49498e16c34643f0a2e9e0a9880758a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "28c4e1d2a651420cb72942159a9f8e09", "region_id": "RegionOne"}], "type": "identity", "id": "45bbd131e1984c60ae90ada523d48963", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5fb85eb182f34cd282aed5e8f2a04749", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c49aed5c267849148fa7f6e69c72f786", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d63df8eeb1ba462c8530e2d2af59abec", "region_id": "RegionOne"}], "type": "compute", "id": "2518ba12945745f69273ee656bb289a5", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c5d0a75460924f8ba3953caa802b52eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1d053e0e068d497caff0b8e5c23638a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "863beab6da6a4421b90847241396ca8f", "region_id": "RegionOne"}], "type": "image", "id": "f34dfed45f3643bfbab5ca8fcc60d527", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "59bad9cc0f9e484e81c305c667b32385", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d6113563726840ada58131562a10dfd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6fe11b21b90e41fa9707efcf4201d7ae", "region_id": "RegionOne"}], "type": "load-balancer", "id": "8144c8c05358410085a9f4921acb269b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8275cdb284ba440795b806d284d79fa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a37f56f01f84ef2b251e4f6649319f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff5e490e0862455bb4c906784036b8d5", "region_id": "RegionOne"}], "type": "object-store", "id": "169c1aebf3994096a956a66152a20cf2", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5a3de9eda3b242f18c4020a53243c65a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "83b514d85d184e67b5a7fef490c50ed9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a47b5abb562e49208d2e04afcb4e045e", "region_id": "RegionOne"}], "type": "clustering", "id": "3585c909d9a343d1b2c8767bb46c284d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "92df7d185f0b4eac8e32e0d05cfc7167", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8f4440dfb2ae4f29ac816eccb2e149a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b67236bce66a44bb8ddef0e160e4f603", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7cd105bc03de4c89a6f27791a9a52c21", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9fa364845f1c46549e83cca1e0e8976d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4364de7dfdc34292a8e91ebee9aeeae1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9db7ad1ab4a245caa71ec0d127e017cd", "region_id": "RegionOne"}], "type": "cluster", "id": "e4eb40c6b67a4dd2a0693c6921e6493f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3d9f32549c7045bdb08431c4820d5593", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0c08ee1f6e69434ebe4bda23f67bed94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a8be1e6daa884f089ed507ab14e39fda", "region_id": "RegionOne"}], "type": "data-processing", "id": "a06018dc60c841e287a1d4431299a8c9", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f1ba584e5b6945d6b5ddda889c8a50bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1098dbda756f4bec9cd0498884d433f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a4569d8576364cf3abecdbb746574a7b", "region_id": "RegionOne"}], "type": "baremetal", "id": "7c2b1fbb0a5c4c4f8c47509041f8178d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3d16450f40194b94a60e020db9ee10d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ea37ed6791ae409c8357054ce8f462d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "975ad040027f49dcae3942c8e7043cf1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2f934e482dbb4e4bb5e0399f8f569ed2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d1fff79ba4b7422aaeb99e797712482e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d98b08ef97fd490a9c2810db66b7c9ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "078c9929db62422aa39294177a3b3979", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c214a0c2d9504eb9948a57b6c750c732", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b52f00817767462aae0e892548b2d41a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "42ca12141223413482803411df3a9845", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5cbde6f1c446440e963cf9f328b07f2c", "region_id": "RegionOne"}], "type": "key-manager", "id": "0926f585e0634266a48899f47ec8f608", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "56ff431a012c49358cbbd68c299a1d21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4081b361879f4fc9b932e147e6e91924", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b74dbe1343984d4aadebb2c50b46fde6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "14373c660de946fb9aa652a18aa283c8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "200a4e1afaa448669d1bf60fa014540a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a5ef3b20d713450d8b9c8cf1287bf55b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "085dbf8770934491babf6e7fd54a4c1c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9cba695dd3b247b08d62974b24f7eea7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7173c888069f4359a81d51cdc187e6ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c89a5aad62624902966571813ba212eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a1090a654d094310a7d862e2a8a5faa1", "region_id": "RegionOne"}], "type": "message", "id": "c92cb9876d2c45eaad9176dc591c0d60", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8687be4e5fc545b081c296e85d96bd1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "fb11f2e4437548db9734566164a6836e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e40caedc396d4a49bd619de486e49a5d", "region_id": "RegionOne"}], "type": "messaging", "id": "cdc9f2538b7b4eecb78463b7bfb4d65e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "270da06008a94e338c009a699a53983c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3258887d72cf4a34b2fb127df676885b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "db7fcc290797412e97d32ef1c75522a4", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4c242d677d104b3780d863f8e19bdd95", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "76c6aaaffbbc43df8c93e33ea4b7ba4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "788f747e34ab47f9a7f2ed4893f4b7ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7da309f666ec4f5da9e4f786a0925669", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2ab8c6bf9eec46cc83f85a6246dcbaf4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "576f9c19f1884f60a7f8bca71e1f3f78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "67925d798eb745d8a47d27331f7d951a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "93c0f8ecc9044b879b8559a06196ab82", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5533e580b1f04abc96a115061c487310", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d3aed4b59fa34333b7ed1fd87f13f006", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "674633cf8e294556921fae5d6778b482", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f3b3f799eaea4a7c9b37c26f5bd47661", "region_id": "RegionOne"}], "type": "container-infra", "id": "00337c6ab7cb4e1c9c0e855c07ffb6f5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "010d67bdb8714c089882d0b29d18585b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d538a54d2aa34f269e2f22cee0ef0900", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "16be57f0865e4baa83eee44be6f4ec78", "region_id": "RegionOne"}], "type": "search", "id": "d9a1a8918422432b984beaf6b358ecb2", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9b7e7a3187f3435397c48e1956b3f881", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "01286fd7a93b470c996eda3b374c313f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3c270e9ce1ec427aa6f9cfa9447d7c89", "region_id": "RegionOne"}], "type": "dns", "id": "8090746e15ae4640bc1b7a03c83e7dd9", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5f43c3c6635a41d58c2ad29299644713", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aa8e445532b4407f8d1f5003fe01adec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c9c0da6c4034417d8ed37dfbf90f6e0e", "region_id": "RegionOne"}], "type": "workflow", "id": "7aa4f29f80794ebb81d0252e06b47362", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "268a1c5fd67e4572b344384bd64c5225", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "151759824ac94176939ed5e4c5789a58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2469d60cf8eb44a4a1622c8ed5d648b9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4186213a4f68441cb1ebbe5295006383", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "3b8ffcb264394e759215e89ea5a4004f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "446e1cd51a524edaa11380ed9f5bda85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "795e8f574bba4e7cad92fa09fc5cf3a1", "region_id": "RegionOne"}], "type": "rating", "id": "22add6a4b2b24f699b30a585a115ff72", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1033fa2df1cf46eeb4b766b766249b52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9d9ae47ed4c74a7693ece49b7370f2f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5f01f44f6fc44dadbdc667a8bdd430fc", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6b0011009bb747089e3b29a6c86f8889", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "299842c5c48d482a84f6505490b5e1a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2475fe803947448097c9fbb23f07a475", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "71803bccf2054d8bb0a62806103cfb38", "region_id": "RegionOne"}], "type": "policy", "id": "1e550060ebce4581a83cc46fe015356d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "00546573732b4307b38b81ac59f6f2d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bffff37da97d435a9839e80ce70f6793", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "445ce72ac0ba4b9d89a97cbfb66b1907", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9c867f8ac961437ba6bc48c793911bd2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c37e15d54bee46c79330377c33ca1477", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "405a644e9fce40ac81ee69d99b5b673a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f9559fbcb3554a6089e55491f0b0c4aa", "region_id": "RegionOne"}], "type": "sharev2", "id": "19d7a3c688174dd28e4039e8728e6355", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4d43b83ef3974b998f71a05f3cd2622b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "284a469555184065917618c079202332", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "39807364c4414283b90ed0e74f3558a5", "region_id": "RegionOne"}], "type": "share", "id": "f81cc13c8f454c388641e1fe3c7274ea", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e644f7e82dba43f4b46ead2c932d0ef5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "59d6a6c2d7234fc8a21347607234fba5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c95f4b8021174862ad7f5e7940afdde5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "207eabe752944880880bac310c4f4ba7", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f89d50b4b1814632b5de7d49a48e51fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b0bc28b23a04c14bdb38f5fca47d2aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4c72aef87f54e2ca8cc92bd0c2c51ee", "region_id": "RegionOne"}], "type": "orchestration", "id": "10454c06bf05448fb54d9049be8819b7", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "116c668e460d4c209daa3a24d19d2e22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6301d50839b84dd8a665493f4ea68f24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13e544a111bf46179316bf7029dfad52", "region_id": "RegionOne"}], "type": "block-storage", "id": "ce7883be8b8d49329e575edd79419ec9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8a3538d983e4359b462894ac2fd3019", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9155a456dd474bc092df9d041b3eeb7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21509ca555ea442b92a2e53fffc86e4f", "region_id": "RegionOne"}], "type": "volumev3", "id": "f42a552671e746e4a054ac78eb4cb23a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48a5e083c76742d0b462738c6c187fc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f8831045ecd46888592726c47199f6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "231692cd3ae442b997f24ea2dcd5d63f", "region_id": "RegionOne"}], "type": "volumev2", "id": "060acb28863f46d7aa2e235aa0bb638a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a3dd98d06204938adcd78f0b0a949fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f02f40e618514253b5ec221797a420b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a95b69e614c46efa242a6b3d4d23c36", "region_id": "RegionOne"}], "type": "volume", "id": "129a08d37ee54e3799993bf0717ab365", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4ed069ad95840f3a472c058bb6c094f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34e56e6b79484c7d901db33a80f2e252", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16e58e87723049578ab4c50bfdd7e349", "region_id": "RegionOne"}], "type": "block-store", "id": "9398d04c798f44879ede197307ec106d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "40dd5d4726054b4d94de7227552c296d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5be5df7d1b3a43659eb21eb0be2ca417", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "67c69c9ac7d34262859c863bd5f3555d", "region_id": "RegionOne"}], "type": "alarm", "id": "a63ed783c6bf4fa9ad4495d9299e2313", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "07ed3a3104804dd3bc2fda68aec0bee3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9e6fdee1259048c4ba12cccc475c002f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ae4017f914204d4280c945b296b43902", "region_id": "RegionOne"}], "type": "alarming", "id": "2f3d9165b9a942308d62068f1fd50b96", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "175cb13dd34b410fa89a96dae7abf392", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c855634cad3e45fea56f305896182657", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d82e41ec7b25468aa76ab1b217976c69", "region_id": "RegionOne"}], "type": "meter", "id": "15d31181b0294dae97c4f4b31777c45d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "40c1ec3a645c4ac5b42b3675ea1ba614", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d7244d6607554ae492e2e403f4e9afec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4a05fcec01cf4e7090cac9dee4d64d0e", "region_id": "RegionOne"}], "type": "metering", "id": "7b7f6f8f58e7415bb00909ba289d74a3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4346b28ea9a2424ea9186e14b4d2879c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b63241b2e7fc4ae8b79060dd9ce9eb23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f6ef3d04faa64b11a80652bb37bb2896", "region_id": "RegionOne"}], "type": "telemetry", "id": "3ad6a7d6f59f4fa0b30f45a53d20352e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "690ffc9b498941199dc77c7060a6a4a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7bd1515b5bb34e3d87053e156ee3a3eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4cf468ced9e84ae5b298dffeaf7560bd", "region_id": "RegionOne"}], "type": "event", "id": "1bc151130d7e44d3a8e42a2fc97cfa3b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ddc044b957d0438aa4aafed5defd7e3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1bd46990b9bd4c20ad020edc8602d91c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4691f70157a94daea063abb7123bbc85", "region_id": "RegionOne"}], "type": "events", "id": "80a947b34e9041f88796e6f4583edf84", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cd46ee3a483a4abe934c861c97178166", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1d068372e82e49bcaffa41ec7fd0e89e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7b52cd8a67e04b7badab5b37f71eeca8", "region_id": "RegionOne"}], "type": "application-deployment", "id": "437815bac1944b4cbc5a8df83c7b4824", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1926fbec321e4fdebcd6292d42195197", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c14fb02217c94a36abc9903c30ade5cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2ca8c0e6d1424ee59069433eecf63827", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e4058edcdc3845c1aba99550a5997f58", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a2c03cefa7c2474a9dd6d894dde54df6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a1acd6b11ee04ff0ba707050095e9cb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0918676aa21e46b2bde7d40923844adf", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "e1d7466d351f4871b0d39a216b345863", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9f33742e6723441185be056d7b1e7218", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3ba050425c4f40a793c7846c710789cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7bad84e6ab964d569d816c591ae9f74e", "region_id": "RegionOne"}], "type": "tricircle", "id": "17dd1179cdcf47698cc7105cef0b1fd0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a705dae0bbdf42999dd6f45e5f9d86ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a9b4aa59e6e4477a9e37c0dc2f1c8e53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3766b4cae9044d6a80ba5e33227450f3", "region_id": "RegionOne"}], "type": "database", "id": "95c0606757584300afbf157195ba8b04", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7c58a2a73a764e47902ca04cb6f21669", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3afccfa32a534d7c9e9c1fdc706769e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5fc03382b9e44f5897593364d09de8b7", "region_id": "RegionOne"}], "type": "application-container", "id": "cb4a0f5111f44951bb7cab65fb6da146", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4ee0495a66ec4643a7d83f74ae52d022", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c73285fc3155494eba7073f473fca606", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fe31ef3bc5184163818f3b7261051a2c", "region_id": "RegionOne"}], "type": "container", "id": "3f862cf89755408780029b923d59b459", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f43f820529954f17a82f6bac02e808c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e4a3e09aebc14a68901b3d20327405e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bf1b34fc654f4664ae44adfa034c2bd4", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b0dbf32cba944dd9839e2500b6728a1a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "441a1b05430a45fb8a5687a5f735d53d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f557fad1b1d04b71ae35caee24d31273", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "83f49ee06b0f46b99906bdca36854f59", "region_id": "RegionOne"}], "type": "rca", "id": "c73050ec158445459446f8ea6069401f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "461cbf1b46354d58a40441b0ddf2be82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bfbc6d77938640bb855503bfa018b9f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1e303b1cd0c042fb9ed644f06535ba04", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "860582e836974329ba0196fb86ad238f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "43869444bf8e47a5b2415b78bacc8597", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b4e47747b27040479695dc7fe55fae59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "70696babbc04470686774c19b9f3e558", "region_id": "RegionOne"}], "type": "network", "id": "8661d6bd6205477c96f23a78771c2ca8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d3210e73888647c5b2bcb4ba326b7372", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "76efd82b29c040d5ad52c39def5a65ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0fcee0047ca541c085d792614292a763", "region_id": "RegionOne"}], "type": "backup", "id": "3d5fc1845cfc437d9c13df68787adc14", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "00923f7f4b524a3e840b63f711fb4d35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ce1667735b3d4df6a24379a8ec219a1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e21cf0dbc1dd42d58b2b0d848342db3f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0d8391e22bb04e70b34d3c3d4bb5efab", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "efd7753dbd9a47c8b45cf5bf89056cbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "feeed9bcd685459b836962c7805dd563", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "30a1455464124cc4b693fe0d25a62954", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "067f9488c1d24c52924424256df75f47", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "538b151a07ad47e4a4aac2fddf69a111", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e283897583db473d951d166936182a91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "101748d9a17a4effac82f41bd6678189", "region_id": "RegionOne"}], "type": "monitoring", "id": "95035b2b2d6b458baba7209ecee4f986", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ccc917f3f2874085960e11cdb7ce3cf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4461c0794d964303b874fbf0244f5ec6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "20769b34bc754e4bbe13926743f5efa7", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "fffd7b67c9424ae98ac077355927e227", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "7925a8b57d7c464683c1dcd1c357f394", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "25e0a013171342f880b1dcfc06cb8ef0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "70a961e68e63485cb8989461eaae0b0c", "region_id": "RegionOne"}], "type": "placement", "id": "ccddd78e25d442d684cba01acee43310", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3897be51f2634811ade38667a380efbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1e8a3e73d57c4d959d86696bf0c76bde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f1ded7c188b744949b319fe2f3f11bbf", "region_id": "RegionOne"}], "type": "instance-ha", "id": "adc93a2bdaef4278a988e8507a2386c6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b1f0b5d923bd4818913fc14d208bce42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d8ae70470ac349b4909e3c7bb8c1c43f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f5b963fa77fe44e8a6d4e27ee4da7440", "region_id": "RegionOne"}], "type": "ha", "id": "74f0e9598af74374b696c0e3f8534f6d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b15d4046ab1343b9a69938f1bf92d8f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4a35f70cf62c4014965d66901c597c4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "05ea047da3c94098929313c168083c20", "region_id": "RegionOne"}], "type": "reservation", "id": "dfdf47af1e2743fcabcba8b8d6841495", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "66bcd61d34bf4e209df110323d8139c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b83b1b4edd674d74a80b50e47ec81994", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "05f0dbf604fb45f881e32b0ead46b0bd", "region_id": "RegionOne"}], "type": "function-engine", "id": "1cd0ba615765460b9ed4d6f7e3fb8570", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2654c95b9f794675bdc0fd0bc0b25e4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f176a9d1588a4bc4aae7b56e02343088", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "03ed22b303694e6a9ea66d84f0c56cc7", "region_id": "RegionOne"}], "type": "accelerator", "id": "ff1cbd0ce0c147e1b573a8b77593aac7", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1a30c736887e4a5fb074ea11e8bf0e0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bd2e07326b0c44d4af30a8a74acbdb28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "476c4a9b32be4eb9b1073258b0c91406", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f63b4d21df6541f8b2348c10fb7ddc4b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2dce322285d54f03993180bf2f27d9eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "591ad2950a684ec49e3e30324998dbbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d9a243a7d4394a5ea53487edc4dc7189", "region_id": "RegionOne"}], "type": "registration", "id": "ee578fe213c443919fed3512952bb61e", "name": "adjutant"}], "user": {"domain": {"id": "57f669a9b2af42239ff2f42aee466f2c", "name": "ea0d58946f6d40af9d6799dacd8bcd20"}, "id": "37679bb2b75246edaf31ad78c8246939", "name": "4c9b0147d31b4369a9dad819659f62cf"}, "audit_ids": ["8937700f23214a68aa4fd93d382744cc", null], "issued_at": "2019-09-19T09:04:38.840060"}} 2019-09-19 09:06:39,033 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,036 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,038 keystoneauth.session RESP BODY: {"domains": [{"description": "domainDesc-2", "enabled": true, "id": "f76c09bb30844ad6a9f9377158fa9942", "name": "domainName-3"}]} 2019-09-19 09:06:39,057 keystoneauth.session REQ: curl -g -i -X PATCH https://identity.example.com/v3/domains/f76c09bb30844ad6a9f9377158fa9942 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"domain": {"name": "domainName-3", "description": "domainDesc-2"}}' 2019-09-19 09:06:39,061 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,062 keystoneauth.session RESP BODY: {"domain": {"description": "domainDesc-2", "enabled": true, "id": "f76c09bb30844ad6a9f9377158fa9942", "name": "domainName-3"}} {26} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_users [0.118577s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,865 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,868 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,869 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,870 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,878 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.812437+00:00", "project": {"domain": {"id": "62bad6bea2c84a3e82f0469127fbec77", "name": "af77ae6c015f4168951d4d829f14dee4"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "dbd94962d0c94fd8ad029f3e9d05a434"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a9ae02051f5d42ad8e0093c369372769", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "39de008c90454801b0ed3ddb6a58c379", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d8431de1d15049d396be89b9c436fa71", "region_id": "RegionOne"}], "type": "identity", "id": "185eb384e13a48cba3b7a48624ef1d40", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5929e91e3344438891d1430e5ab0aed3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "803d5828d07b4b16b7c7c71493e9e2c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4f7ebe172dc34334bb2ff410d0b6b206", "region_id": "RegionOne"}], "type": "compute", "id": "cf99b847ec664869bcfa3ea7766f6eb2", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "0b28668009d14d80a7a71a6507558b7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "fb50857a55be4bcb8cada7d98ee53e8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6ac6bf438f15470d978e5c29beb9c1eb", "region_id": "RegionOne"}], "type": "image", "id": "dc5dadfd50104315b4da2738e41c6a5f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "caa50ea6cf6141d483b4eb78877e0a09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e73d1aa565034d7d9c3bf28696716166", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b0050fd713934984afff1e50664afc62", "region_id": "RegionOne"}], "type": "load-balancer", "id": "3a20980eb7294e229b2cf9af9ffc2927", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e040d6fd83142958e0303bf1fe7862e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54bfe8e4d378466e9710d3f0b2545b64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9032e70861c4432195a51d78ddda572a", "region_id": "RegionOne"}], "type": "object-store", "id": "1877bb9f39904f5c91950ee89ff229a7", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "feb78c03ffc7462fa407eb2cc013b75e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "79b7477bc51f4268a07e58f238826800", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "682647c4c9e44914bb0c70a100eabd6e", "region_id": "RegionOne"}], "type": "clustering", "id": "3e85eeb430154b9ab57067a94b84c61d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "17bf06842d684052b5c70fdcc541ea78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "29f71efce44c4da28ebb1bca863df997", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "372ddb81cc8c4d76b4e7c30d4d677ae5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "5e2dd5dbef7940c88ac66daa5f0831ca", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1626c6c0ed2c42778fbd412c15970a71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "322ded0bb9224f8ba202decd948849d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9bcfeaa5185f4057837b37ae2e3b58b0", "region_id": "RegionOne"}], "type": "cluster", "id": "2c968c3f31874f259e2df0cb693f1bb3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "20b7523db0934925b7020700d739019e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ae94fa7853bf488fada5bb3f5e5fff2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "870d0c4d07474015a80a8859689e2083", "region_id": "RegionOne"}], "type": "data-processing", "id": "d56295063f56482b99765d53157492f5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "899cbc6937484aeead7b74190221dc6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "871e390131da4769957549e694d6de93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8cbc4b65162e4c678f7cdc970b63256e", "region_id": "RegionOne"}], "type": "baremetal", "id": "c2d6f0fe722d4f75ac5255ef65c691ff", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "02a5e49020a94f45be3c408f4257d38b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "983439fd1a9642c38acd7394f9398f86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "cd913ecc5d2a47de8551f70034bdb704", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a54b79374ae44e0b956eed81aca630d6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "56b69e8378b94e7b82f37afc4f8b638c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9fc08377f6514659a8a1584008d6db2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "da6fd5c3433443918f86b6607068c526", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "715189ba02704105b2bcb5937bf99583", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5a37096bcbd44149b5784282211ff657", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "17c71d7674be4b5c84f297118b2212de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "84c6b2a069cc4794932ca0f4b9319d20", "region_id": "RegionOne"}], "type": "key-manager", "id": "46190e9e7ab8470f9547397740ad267e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "52f7ce911aa34ac18a3f37024e97785c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "81092666e2f54799af53d76aac3ad3a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3d3d3111c4b346cf82b4918523b07a6c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "db901b16ed0a4386bc8d86f11023c780", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fc425773f41445b8adf68f4025cfdfbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "05b4a8fb4a7c4c528ad6df48fc97affd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1f283fb5b7a447c0af43fd9ccf3d04bb", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c6af1d4ed1b0434facd6c3a3dd14da32", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "439a61d400ca4e069d3c259258dd39bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0ebd75f7d8cb495e97a156253a2d25d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "227a0ba65d5b4dd3bba56f1c42a290c7", "region_id": "RegionOne"}], "type": "message", "id": "fcf5c64aa1bc49349347c4e61f65b4b1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cad7e5d8bc61419f917ec90bebd183f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e9580e30afd140f28c8cd4ce56b989fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2558b8f54e624bbaa4b9513a96d50908", "region_id": "RegionOne"}], "type": "messaging", "id": "dde5a595a47b4d04a762bcd87c7427ed", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "409b8c6edeb8409a8276856699f2435b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0ad67de57d3d4bb99893c5a8d4f9219a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "97aac054c7ba407e827d81266f1c761c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "480d945a42534ce79146e1710f498f2a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0d83dd5ac088483485df2d0d29bf6842", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d8fdf4f934a14298b06acbec9e920a54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c2a2b4e8aae84d548fba7f39dbdb98de", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6d4c5843d1894df0bbffe14e87c00bf6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73f8085c09eb4a88a7fe0453578634df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be822e5f2b764f0f934c073b1b9e3798", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3a505ec179a84c36bcf7705f8ffc6435", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "38420233e4e449198a496b42ed3cb557", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ac64605214bc45f3961ed623731b4a49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "53328d42b8414f50b6c7bdc130d0a0fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "97ef1e025ee7453c8347eb1757993e3f", "region_id": "RegionOne"}], "type": "container-infra", "id": "a8b68f27ae38486c961fb833abd869e3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f8f7675f05c74fae9a3c3089e8a650e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "54c82301ffd34af5834ded4984427559", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c4957fe131014fb6a24f7a78ec0d71e4", "region_id": "RegionOne"}], "type": "search", "id": "b738ec60618840ddb458eddeaceaab81", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b21accacaf2846eda3d9a4de88d607b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2506f223c2714d1798918dfa3c92c672", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ff25d36322c64868837735330bba6f37", "region_id": "RegionOne"}], "type": "dns", "id": "97b46d12a9cb45a8a07ce75f44b15c37", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ef5c743ba3ae446fb0cbc3230d30e3e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c9a843b1954b4f8ca3cdc8f713be2e1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "be19c928a5f4403c8227974f3c69f3b7", "region_id": "RegionOne"}], "type": "workflow", "id": "4e09e18249464192b372961beed9e4d8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "96dece4e8bd44572b1c1cefa028eef30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fd844b92b8e14aeaaa1d719256552c6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "56a11969cd244dc8856cd6c0284233ff", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c44946bf3b93427f8a8cfba79b87da43", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "72c2264f6e53443da884584cdde935ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "bbec48227f4f4541a8db07d7d5037add", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ee7b33a2a45b4414b3524be4c4b3dbde", "region_id": "RegionOne"}], "type": "rating", "id": "3a5f50265fae467c9e7456501fc37505", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8c60e798811d4124869abcb796c87801", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "830e91f9d1cc47239fc058295157a6d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c06dba8d3ab640c69c90d1e293c4a02e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6dc02f5ae7cc42c6b13b64108f81b046", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0e6d7c2d039d408a866e5c49336abf1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7ccf05db49aa41a5974391525511921f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0d0c282610c248da814ec4c4c854972d", "region_id": "RegionOne"}], "type": "policy", "id": "791b9ffce33c421bb0f36174ce2e22cf", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f8d14bce5c6d49fd982fa169d24ddae1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c37a1ec65ef14d3d944e8fe5f309a072", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "082230812bd1468d9deeef48ef92fb67", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "764299e3927d4010babd89193b75c82b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b7281527f3b9419abe252c8a31c162d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aadeb09c31f0464cb7a3bfb434bde040", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c7586319c03d47ba9fdf78b089b4e527", "region_id": "RegionOne"}], "type": "sharev2", "id": "4f282259b5784dfa8d283ffdf06019ac", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "85e286f6d30242278f5fb0fb2e6e3ef5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5ed679af432c47628c03c63168ff140a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "38bafd71e13b4eea9476c7f353c3628d", "region_id": "RegionOne"}], "type": "share", "id": "ef4ea5f176d742f4a8a9d36c4b8bbe23", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "cfee314193c545bd84a6e2c4562527d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "910d146806f945c6a4ac3cffc21d5693", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a6a1a3f6f39a47d8a5fd1d52072c1e3b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "cde9aca64ecd4683b33ffbe959c3c76e", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e43769d09f3b4783b68dfa22b5c3d8ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0aa03bf2697245d780e46b5586c49f24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7328c4ab8e9543cd903ff57e88770454", "region_id": "RegionOne"}], "type": "orchestration", "id": "b27f87a9a09e45fb999d22b008917f15", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e327e652696a4f8290375f7fbe6711cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5dd90c8ad474b8ea0dd8aa2f00d6f51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9bc3ee06599a420f885ac81c9c8638e5", "region_id": "RegionOne"}], "type": "block-storage", "id": "0ad5ef7e42404885898c551cdf700928", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1a4f303f2114cebb6307995d174d722", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "669b481d7207438491bec161a78b9162", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea170fdd03f1405e9ef6b213b6f85735", "region_id": "RegionOne"}], "type": "volumev3", "id": "650e8a98d75e4acea30f7792d31b8a54", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3083d47a99a14a39b98837d0c231094c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6374bccb312d44329181699e3ae33df9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "893592471a454ab491e220a7e878f9ac", "region_id": "RegionOne"}], "type": "volumev2", "id": "745ea3fc58e2455fae08e19aa9765175", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35f6efce24ca4b2bb7d352e3a1d74100", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "657fbf80661f4a138f2d2693ef53d68d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3db6939a73164e62842ff9e359c213af", "region_id": "RegionOne"}], "type": "volume", "id": "d5d0b4ae63684b82ad42b887fde77ff5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd23cd6a095a4ac9ab721b02a9a63d36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0039503ce96a483683c28ef2cee93cbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00ba0cb0d695411080fe5beb883ffeae", "region_id": "RegionOne"}], "type": "block-store", "id": "75feded6c91842cf9360e1ae57441ed1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dd4b509974a44e4e9fd850240c253881", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c0e3327c639149639234d840b1d557a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f3a9d0ca0fb547b384351eb9b23056ec", "region_id": "RegionOne"}], "type": "alarm", "id": "cea2103a9f5c4819a0436fe239d3228a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a53e9631146f41bfbe94185e11c671d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fc81703790ce494ebc3601957c754e49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "db3ee117f0d8402ea80a78c7df5e4996", "region_id": "RegionOne"}], "type": "alarming", "id": "a5d8356eecf642df88c2c4049cac42a4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "51d1d3be1851495b8ba96b513bdaf781", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "caa713e3f1214d0594340232a722ce12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2e77332dfdbd4e8c888c0a141ea297a2", "region_id": "RegionOne"}], "type": "meter", "id": "0d47c42e7090421cb40f59c88c90415a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4027d9f2d6ec4294b8a31c387893f736", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "35fa011103f04acf9923705c3367ca39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "966dd4ebd69f45b5a4f6a0243858dc89", "region_id": "RegionOne"}], "type": "metering", "id": "fc83611504fd47698c28ffa0781769a7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0dc096189cc84723a6a793efc154c82a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e7c48481c040454589aadea91201ea39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "aa1c43f6fc87492baa9b1a15cbfb09a1", "region_id": "RegionOne"}], "type": "telemetry", "id": "2f439bc29c384edcad67a84f954e49d2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "846b32a5f7634a9a9b837f7a1b2c7daf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b968f647931643c9809419a2e6b15a14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "60b979fbeb234a1887c201d0129cb378", "region_id": "RegionOne"}], "type": "event", "id": "ed6c77b8ea904e1f8093ffa549a2a20a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cc91cc00c5164fbcbb75f8d3aae4698d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d14df7539fbb463887fb483e08b87460", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b0146fe768af45bcbc5c057cd64e8625", "region_id": "RegionOne"}], "type": "events", "id": "ea52e4b617634fd4b319976ace9b30ed", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9e23efb51dd5458ea7357976760f82a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4dab6e3df91546178a44f39d51ef2702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "46527c6915fb438097577f288656cf74", "region_id": "RegionOne"}], "type": "application-deployment", "id": "66b04541d770490b8668dc85854750d6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c0a6abf03afe4845a41aa718252df926", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5db59707962a4066b173d17d84ddec26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "711016d40bd144d8819e95de9e0c11bc", "region_id": "RegionOne"}], "type": "application_deployment", "id": "41ef0dbfef8a4ad9b0a4c8d68f3e331d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "114f6023710544458ee978af7d7cf0af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e4fabe94ea334edfb37f484f35f03d83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7f16983da46c4b21961acec695edc607", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "822a6b1a506a42eebda3e29e94bcd907", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "06b1078510e9400aaf3f39417195eaf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8f91e075a5224e97a70e70e1e300e4ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b49d21e2ae164219aa534c809952299e", "region_id": "RegionOne"}], "type": "tricircle", "id": "612bc6d86a07496088bc4f681552e479", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e3b5b2fef80a439f88a47a501aaf8e3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "4d3bed333bb04fbf8538a0ff824bfc0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "102effc1f6f74181acf4567f32fb1b80", "region_id": "RegionOne"}], "type": "database", "id": "968f2fd22f3d4e8f9e9056cbe6954d43", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8e994da61ad14762980efc5b4bce2fc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2d3670142f1c4c15a3ec1c110d89add0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b21dbdfe77324194b567fdbf2c68c9a5", "region_id": "RegionOne"}], "type": "application-container", "id": "32efee20f99e4a059c3871bca1c24eca", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "90ebe5852cba415b9c83ba196e9e9008", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6c381cee71cd43ddafc208ab619e855d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "096ed5eea0e54d88a552f4e07cda3d6a", "region_id": "RegionOne"}], "type": "container", "id": "e8934cc24ee4408eb780dc1d18c43965", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "41f5afe042a04e2c84785edb9ce59147", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "36849b99cff349a890f2dd64bcc568fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f5371bdbb12e4c3abd7c693c18405b70", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "20945f0856d34c32a4684c66d098dae0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "95a9cd0549b44dbaa9b29771d23422b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a69148087e9d4e4281b42afc19bc55ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fb948f838942415f9d7e6456dd4ff159", "region_id": "RegionOne"}], "type": "rca", "id": "04ffabeb7fa24b8ab37a6eec28a9f139", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ea154b8918064c5d916a8a92914c67df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c5adb68b2aa447db83534b95434feb7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7065ffe869e0436ba4a276629aa757b1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "47efffa1a3774d38b80f2be8106835b6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "93763542c0a34166acd5217dcab4bed4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "60782197a82a42cd8ae31b76c5670367", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0cf0ff0dbc2b455ba3c064ab52e5ce61", "region_id": "RegionOne"}], "type": "network", "id": "e81f219030354067980a016d3e4da72d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a97c40c52b6140bba602e5c081a4dd44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9a2db9c8de6a4bff92b325459c04d487", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "bdefd15afa78410abcdb5357022c5bbb", "region_id": "RegionOne"}], "type": "backup", "id": "ee3375130d0b489aaab443f69117c2e6", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "72ccbda4b00145498fc39420390cff85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "781019789290456fa5afeddec24c79b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6bcc6d328c6d41e2b10e011cebef8cd7", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b468014186754836949af4c4a0d8c727", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "73504905e66d446f9e047826ddf13c81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6088f13929254ba2afee0f3a1d4bf1ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b4dda9b1e4254fce9e38c73e26ef2e7c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "12f5643697034d8a8a1cceb60a5c975e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "66f80650a64b46fd8e79f1724e88e9a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1d90d6522fbf4e94a66c4d75dc700b2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c069557bae0d4421809a1810fc30dbc3", "region_id": "RegionOne"}], "type": "monitoring", "id": "384e4e6fdab542868340ed53f8d2774d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cc470a32dceb49c0a53afe18e471d4b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "232e1f9b13e54f2a9baa17e600fba6fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b339bd99a4df4f1392f00205f8583a7f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "21c4d13d2ad64e458b3e120c59b4f912", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5bc40bbf41a44dd3a94fc87181d52c4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1b3977efc9664d51b6f26871208df5b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0871ac99357c4a9da4d130e4f0585151", "region_id": "RegionOne"}], "type": "placement", "id": "bcfbe2a9ff8c48db80534b7413a5b9c9", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ee223d2734934784bc3f6d79187e31e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1fe4771fcf034409ac9e4b1902898ae8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e84779a654414bdd962749aae5df99eb", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d8f9d709b44b49d5954c4cf2968d628d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "da397baab1ca45f3a0208a076d3a9917", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e6017dd9bcbc4325a8ca09aab2ba16a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a3c2c444544343d0b79e559e2070f1ea", "region_id": "RegionOne"}], "type": "ha", "id": "864483c054a842d6815b425153fc692d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0e3f2e0df7db4335bf1e30058f148512", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e2b4f0cc18b7498cbd3d2028d029fce6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c64a59a3b06f4d20828ab7f95bf2d2ff", "region_id": "RegionOne"}], "type": "reservation", "id": "81a609590ace4a629fab673579ee0a80", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c4530c139c5a4b53950639be04555b04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a18a5c9427c944fd80e1e00ff4406c81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "19b03580a9674d7cb46021c95e73d042", "region_id": "RegionOne"}], "type": "function-engine", "id": "8d4d39a517f146679ce9d3ab4de63399", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "49997b06305144b38e1a82b577dbd136", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "19e0b21b3cc14bdf84f94082bb0564b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "139f2593b5e44de58ed732ea22c54a4a", "region_id": "RegionOne"}], "type": "accelerator", "id": "a98088babf5e47c1928290a0dee65cf4", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1d7196d6b4e149ce9e9fbf0e89f8445e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5d842b1ba31745bb8cc1164413aaf4d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "61518e383203486d935c2738012245c0", "region_id": "RegionOne"}], "type": "admin-logic", "id": "544d936e84184b4ebefb06d1e6d687ac", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9d514dee93d24e7c8fe5ff0d71830b18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c057bbeb17fd4664b429dc0cfaa3e0df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d563d23c2d3c425584c980ea3ae460d7", "region_id": "RegionOne"}], "type": "registration", "id": "f9007701b8754a3a9d439dfa987f58b9", "name": "adjutant"}], "user": {"domain": {"id": "91455eb140c24940bde6573001bddd18", "name": "a07c896b3cea4a8aac29af1f7848eb75"}, "id": "54482d6620554b0ca638191bdc9c4a28", "name": "95a388d31a214c1e8e0dc15c7f5e36f4"}, "audit_ids": ["040acc328d16449eaabdb2f72d608b72", null], "issued_at": "2019-09-19T09:04:38.812437"}} 2019-09-19 09:06:38,921 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,924 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,925 keystoneauth.session RESP BODY: {"users": [{"email": "test@example.com", "description": null, "enabled": true, "name": "username-2", "id": "e0a93351042f4e7fb1a0e09f215e5ac1"}]} {23} openstack.tests.unit.cloud.test_clustering.TestClustering.test_get_cluster_profile_not_found_returns_false [0.152062s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,802 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,806 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,807 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,809 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,820 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.741515+00:00", "project": {"domain": {"id": "37bb6707f1344f7b969b79d3f83de738", "name": "300a4272cf33481685472d467b5ae571"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "519ca706cd874ffd8692fe383baff8db"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "7d6eb5195da74ed1aceebf1b14b5a368", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9de4f7390b3f4a328e5d79df0eb84d7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "13efa25452ef4c658f7582b9cb1a3a4c", "region_id": "RegionOne"}], "type": "identity", "id": "b060516ba50144959d14966c698c5233", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7a19bc54fa494da190807c400ec134c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6e31caee186b4853a2827544ae4b8bae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "97f033712fab4f228ecacf5034a80692", "region_id": "RegionOne"}], "type": "compute", "id": "81fa9120fa2840d7bfb3d69452fba5d7", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b490a16e93354e8bb5d8e9a594a8328b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "4d581b62d6904db49c1a626e87a1434c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "cfdd946d092e42179fb4a5e607047e81", "region_id": "RegionOne"}], "type": "image", "id": "4da585421b354afa948598a7e962d00e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1f25bc1942e740778c5a6d93c420e925", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "163ff79d9ef8458ba04f6391a6dfc44c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "04db63db42ec4ddd9d6af556d0fa7cb4", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7da8bdc497ea42ddb251674f8da6f4af", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ae4c266fc864f919f9ccebce555e82b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d6160604db94e3494bcfb4b21b49786", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea2ff7a1eee249ba97b7487ab2cee01d", "region_id": "RegionOne"}], "type": "object-store", "id": "9ae63b8b1d814d0d8fbdc199a6d2a02d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cc9795288172474a9e0f172adeba0b4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "56ca06933cb64c129cda01de4eebc9f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a5f35f28868a41acb0995109c2f8a09b", "region_id": "RegionOne"}], "type": "clustering", "id": "96ed5433597c444597da1d4dce490640", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "89427b92bf80455db1f4191b74d54a71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dab3aebd0dbd45d2b07d7432548e61f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d8bac398b58345c3b7b856f2fab3b135", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d698b0c3b740450aa1733f9f6807bd65", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e92e955075914c039619380df58cf478", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "43dbc71d0794413fa3c07fe5a36b229e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1ffa3854d49349f1893355110747ab5c", "region_id": "RegionOne"}], "type": "cluster", "id": "1b14dde402544211994aeeaf727ae711", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e343b1001bb144e2b6dcfe5788d630e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "179efb78ffff453b88f53ebf6184d9b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "861dab3d1f7a4117b25faf1dd95a7a34", "region_id": "RegionOne"}], "type": "data-processing", "id": "5325499810fa49f5a9965a466e216e42", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "657c5e262c294382ac77479469082d74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0fddc69c5c564aa5a1e8b3ce934976a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "be264e9faf764937b8cc61891338477c", "region_id": "RegionOne"}], "type": "baremetal", "id": "d0bcfd07ba45482b9e400408675f2a08", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0af49ce7476d4467b122815727dcecb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "df879ae3993b478992554d4b237f3261", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "dad2682e37354f1389c71ab58d28f133", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4f6c8550f3f54fb1a41c755d9068d338", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0cf527af93b540889ce21f268e2b3de3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dbee1f91b72f4dd28b18171db2ca13e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4761377b25de406688423f673f55dde4", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6d97dea0352f44728184539f007c095f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e035939f61bb49dea6e3a96ff9e3986d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1beccfde00be47d998630a3011828520", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "235ef78c7263402dafbf93230601b277", "region_id": "RegionOne"}], "type": "key-manager", "id": "b24eaf73c6b044fcb2229c09ea4094ed", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4277ca6d06144a9e9d91241b4cb397b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cd0eb6a8daeb447bb0fb2b943d835e6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "745a6d87ec844a588f30bb005ab9d2d5", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "3ad0ab02f30e4ecf9fe024e4fef92e89", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "13aeb483d3aa44c894a0fb5c5fa59bcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e26fa28ce90648a898ef780298a6dfee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "feda49469e23412caac009092a3f5f43", "region_id": "RegionOne"}], "type": "infra-optim", "id": "93330556066346c3bcdcb34bfdd0e4dd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d628aa09c1264422ab6a31f42cdad337", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6e6c716ad6134d04b8313dc3ac7be3b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2cb4d2e9b1b24b3cbc1c9c3eabc9b707", "region_id": "RegionOne"}], "type": "message", "id": "d6edad7727544578bb1e4b917088fbf3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c9c6e4c193874a11874da1844c515445", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "73ca03fbd93444778af0ccc34e8ee158", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e9571e78ffbc452c8a0f6a80fb72234b", "region_id": "RegionOne"}], "type": "messaging", "id": "9290246d60ac403fa1dd9dd3f887221e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ee0af19addfc4f73b66820115c4d4f04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "134f14e14ebe4502987ff124727bac8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0747f22dfc584683a1c7bab4cd161a14", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c4a8a10b3409474d87d0edacd5a179aa", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d52804919a8a4eeb8964455a73960770", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "17b3067600ec48a28e8b5eecc155a3d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "13eef764fd324bc798d471be32bd542d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3e5cb22897254bf985e7cce9bfa43a5e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e7eb641c7ea045c98e34c6e27195fb4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5fc893aad08d418499a9d68c8f6ed184", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "baad9b540966461b9d48ed5809245537", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2fee54eccfe74a608a67ec30182ae81e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ea24807bb7347cc80165a9c78455a15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "14762499483b491097c88a4339aa9955", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4ecbc79182684e0eb99077e522a27cbe", "region_id": "RegionOne"}], "type": "container-infra", "id": "6f0bf6e93836463b8efa249350c5ec7c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "16d8a0085f8d48e0b47d8d1d739db791", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9b24db0d084e44b0a9d6ba9a95efe181", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b800a88a316547e68e5983a6262248dc", "region_id": "RegionOne"}], "type": "search", "id": "a32b04d0565941f79edd9db2d602f9be", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d9a68f828c874937a7d3c490fdbe3b74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d670a25c027343529c2b49961a784c69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "bc15a6a8ffe24e70bff9a232b22134e2", "region_id": "RegionOne"}], "type": "dns", "id": "05a86f4296544529850a713599c9d065", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7dc43a2b9af345dab632bf468b2b9a33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d0750068215b498bbad6577a56020702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "88cb7532f57c41cb8a625b16ce0c4b2f", "region_id": "RegionOne"}], "type": "workflow", "id": "f30db593e7cb46168cf40f2fe0b2d89f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "73e0ec081d04459f8505fffd42a10e29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "33f3bdec397b4ea5a17484902f3545a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b6ad66e5234f4bb0b85e28c8515aa94f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "dfd7dffb63ac48a6a0f3223113b1daa2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "11e471080fb94718ba483107a0bda527", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5bc44dbaecd14b4f92864e43e744f514", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c0ea30ecb7e74de6bc4c306c88fb70b5", "region_id": "RegionOne"}], "type": "rating", "id": "0d4f2cb6a0814e5f84b09f2da747209b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bfc4f6a4a8c44e1fa6c6d52ec832d2e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e5d9df1a854f4912b9e0a633a9ae9e6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ea835053547c48db84510a9f9cc0c00c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "224c2409f7524d7c91852bab1437370a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3639a14ffb3c4cf5b4ea9a07c4313c66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ef5ec95f77374987b8ed311ee1c71a24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "feab2297ff904dbbbb330f6798dda33c", "region_id": "RegionOne"}], "type": "policy", "id": "17ab755eb34e4d26a9781d409091d6a7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "68da5a3a652145e3a0a97d2a5528819e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "90e15b9ce90f4b4eb291784b74a405d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0238a194fed94a27bd04c624de941037", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "86bd69bae3f840a68f9dff663f9e378a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1f5abc9083784fe0b0216e6cff928a9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b80b46dbd97c4f5f924391c035a5f3d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2e28f19cbc35456bb7e11380e4707b56", "region_id": "RegionOne"}], "type": "sharev2", "id": "c21dca862b464051a9e18efb89b96050", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "477013481f934c3891d80553c1d31235", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bbc8f724ec6e4bc7b73ed34cbf3b2a7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "00b0a475ae33442d8b3b0a46cda55ddd", "region_id": "RegionOne"}], "type": "share", "id": "fb756e243f754918a61dff76c2bff326", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "46eb62271ab7482ca3e504de7abc4132", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d1b1fd28001947feaff3fca7f1b02f8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "cb8b6eb82dc9420d9ba8d919fc683a7b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "34b3ec10ec284af98f6fea62236c1d64", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4ae7201263541c4859757be536196e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9f625a256d549bc8f3b227059e3fce0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec351098a2e24ce2bd92ba2d44959030", "region_id": "RegionOne"}], "type": "orchestration", "id": "6766b454132d4d7aa1a1824b36543109", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29ab19dbb46444cbbdc3ae22720afe17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3d9c700dcfe41528e5cb0793858b379", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "deca71fe85cc4e35946ad8eb09cf836e", "region_id": "RegionOne"}], "type": "block-storage", "id": "b16ecb71ba8d41d39208aca1ae95acf0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37d73af2802e48f08cf279412d5b7181", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec6a64b891354fcab22af523158d6511", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50baab13c10d4239ba07ce82a0d222c6", "region_id": "RegionOne"}], "type": "volumev3", "id": "257cbcc279a64092aab3cd75a76a5433", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34682bdcb2b9434a960ca104f91bda4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3d04d3a90cd4fea90e638390c595f67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51a379213c6446768eea989d4c6218c7", "region_id": "RegionOne"}], "type": "volumev2", "id": "ec30fc0a566d4658881064f0854d0d38", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7744729e50a0455f8bafac7c3f7bb2e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0594728a25843d282c56beb0de79698", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42c781a816c14360a661eb5343188b25", "region_id": "RegionOne"}], "type": "volume", "id": "d4bed7e25107487ab8cc33bfbf24174e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e5da1cab8e64416a8681272aa2e8e72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "380c4710b6db447793a5a10a0eb5056e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb8811773c7e438b9f22e1982571e289", "region_id": "RegionOne"}], "type": "block-store", "id": "785079662cab4199bfcb0170f8f7b6c5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0a411ad664f94231b97c86730c77b19f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fcc4cb74fb3441529915714193cc3641", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f3d367cb32bb4b779bad3668426ec467", "region_id": "RegionOne"}], "type": "alarm", "id": "da6a2d0550ef4dccb6a0d5fd0bb75f5c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "836e69cbc9d74ea5ab58ad6031bcf1d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b90591ab0e574164a09f656ccc318d46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bcb8405d323f439e83a1a414e775048d", "region_id": "RegionOne"}], "type": "alarming", "id": "ffbf4a41028046d3b83845133a42e393", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "281a4d1a115a4acdbae455bcdf27fc35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d1d0283f6ca749f99bf55b9654228150", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "690df22d939e4a959dbd186ff2a5dc1c", "region_id": "RegionOne"}], "type": "meter", "id": "2706c956c50b497b86615222b4f30d9e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5914b3c5ce9c4bad980a45a26dd23612", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "310aa57f9a2d4df598642d374f43a495", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "66115f5c37014aab91a9600ca2ccfeec", "region_id": "RegionOne"}], "type": "metering", "id": "6b1a4a77fab84a4aa6f03ade6dc26ec0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "78f7e659eb064b45b50de4c220d5ee2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5d0363f5cde24adfbb78d478ad8f0954", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f2173f6b136a4ea984f13a175933d9c0", "region_id": "RegionOne"}], "type": "telemetry", "id": "6e006ec69ab3478c820379d9ffe34060", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e12b70fc09b2467a87fce82425f2745f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c0818547188f45ffb286f1b547f3d36a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f82146befbee461381b05f1ab668234d", "region_id": "RegionOne"}], "type": "event", "id": "0c5cd15d367b43ab8cb1ccf123c8a4fb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "44beff6b0f214f9497067750458c6d30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "489a2f339e9e49a78e3969a53e60a656", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "03630a540fa9436eb24ff6a42d5eb999", "region_id": "RegionOne"}], "type": "events", "id": "209ab89f421b47ff8d8db819c0a3b966", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1da9d499c0304f38b36370a3c9f7742b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "924188423c9c4303be363cad0070ba41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7c9384092557442fb34e06ba16a9f488", "region_id": "RegionOne"}], "type": "application-deployment", "id": "07ff909d490a4793ab9886c5b4420772", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "83b24dd051fe457e9e9668df8810fe52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "372fddaf960249679da071cfd7b59095", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b53f155a48574aa589e3e0273d3ca920", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0a544b030ea94879b9c6e67b06091131", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6fe890dc1c974305b99e9ca979034105", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fd06eff58d3248ada1c58961f5e21841", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "58bccbd69f0c4d65ba2f712d8276d5a0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "fe83ea9ebc52416fb4c5b9ba29eb9701", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "34b0eb87983746418cfc064f9fb85aa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "64664e20d38441fb824eccef6d02002f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "22d4aa2a67d4455781c63ba12fce6f1e", "region_id": "RegionOne"}], "type": "tricircle", "id": "3177dc1916c24a3fb893c12ad4020037", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "cc715f352f79405c92566d356411bee7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2847b6c1c1714943b14bacb0a4cd7129", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "54b96bd0c6894ff9a2960593d6458588", "region_id": "RegionOne"}], "type": "database", "id": "c95e72cd1f8c4cc498886502cc4c7444", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5d7709263af748e887acf9391ca83dfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b9e8cad2bc8947e3aac3e3bf36fef591", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "17508e4df3444020aaff83c5a89a8ac3", "region_id": "RegionOne"}], "type": "application-container", "id": "5a99c27408694c59a543ba64e6324c78", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a98dc29c24f14cf68293e592f545abb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0e0a118d501e496f83072972dee41465", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "05d402383e814733b236a3dc06049d64", "region_id": "RegionOne"}], "type": "container", "id": "51e0f36a50ef4ada9018b3e6ab84aff5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8a7238962b644142bcfcd907f5aed14d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a2860af0763544a9868981f11d4a0291", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "93a0978dd6704c8498432afbd1ec0daa", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f1e43885e9c149bc8aced0a25dd79abd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "114332595258489c9fdf09725e666e35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "567ba388f0594ee791709265a5be6149", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5dbb688911d34d3591c9fb059c1b3ed9", "region_id": "RegionOne"}], "type": "rca", "id": "603e1e53898d4baa8eb26614178363a8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ff83961f9f3446f9bd74f2d1c4c06641", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3e38bf4843164ddeb03ff31dcce25f10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a25a9450b26a4919b21b17cbdbccd484", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "cea114a266754258bb8af303402d8ca6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3f595f3295ba467381617688c2862481", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d5a07b5d3f654c71ac4668a0def887bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "84bee787a48f478d91a7ff327a472522", "region_id": "RegionOne"}], "type": "network", "id": "9f36463222464fbf979b083c7d88067c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a701b35a4174440388e7c2a87b06aa05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e56fa5bdeb7246969d1b28b78cabb6b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "2099dc32acd74bb0bb6452428aff2900", "region_id": "RegionOne"}], "type": "backup", "id": "dfe28b02eaea490abe74d5d2693abfd2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dfd2d8c306c04fb09f020787faf9bee0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "53591438aa39434eadc0f62b4af76fcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bb995c6ea65c473f93f6e385b3687221", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6220eb8b0c7f41eca8e8d2d64b9ca433", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c5dfbf51cacf427e860add5badf91129", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e7ba30f9f716404f8554cca1598a90bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bec606d215054683b9a25ed368edaa19", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2cf66771f80849bc95fe518474fdc921", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f420d5b9c57c4c3f9e4fe83c48e152fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c88e07686d5f4f36929170ee548d1c03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e50edf2248454fc192993aa97bb6ed54", "region_id": "RegionOne"}], "type": "monitoring", "id": "667eeef42668446db24bea3db77a593c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3b0205ef40754fe48f1c6da2ada8873d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3ab986d73c394af09ad6aee7ee205f1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b1eab047e116492d8439645e76b54d4c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2f496bfb9280465d8b09160597169b38", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "63ab17f0056e479c9517840ced9c4930", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2630951e2be549688eac779aed284688", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "3ea77bf464b54c1aa335775422dfb712", "region_id": "RegionOne"}], "type": "placement", "id": "d010c68efc6b4126879f5a7c0c64e8ba", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fea1a047137c49fcbbad185dedfa5576", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8f448262837642be9c072629a74090ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "003a8719175e402da52ccb8613874afd", "region_id": "RegionOne"}], "type": "instance-ha", "id": "83fc873c17fa4821badc5429a20f0154", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e6f612fa13664f30b2435c3cc8540473", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "80b774d307c34c3b8499ff721efb0ed3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d2f504209f84459ea65ddfb467757fa9", "region_id": "RegionOne"}], "type": "ha", "id": "93ae371d34674d15aaa4d92078c0b1c4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3e69cd26650b4def87f26f3429b70323", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b30e195c8fb84227b3cb72878054af70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7c7c48d73d644b1480a692e8f3c50dd8", "region_id": "RegionOne"}], "type": "reservation", "id": "37c48600025b4cbfa5fe2f196d8ff89c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f1460c0f4de14ef880d0d8be0582f011", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b67cf23b179a48b69cb554b7dfb75024", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "bb4ffc6476da4a41bb6db603b62077c2", "region_id": "RegionOne"}], "type": "function-engine", "id": "c1eb2b6b89904720909f9cd94df7b7b7", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e49a7a4c56eb40be914502dd915d1c82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c34941ff5140471c9688a0c7c84d9ff0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a07e1a2a881f4bc5ba51ce3c0a363373", "region_id": "RegionOne"}], "type": "accelerator", "id": "24cc2afeeea846d08ae17d8805985907", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "53f67d6467d64483a879af09b5261d4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "005bed70d7ec43daa9ffaafc5bf5c2be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "60f7602efead4d4b8b898f2a606a6730", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d655398bb5364f499144205b4dca441a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c94470d12ce84fe8b9c3e481131690d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5cdaaa8370c14a5c94c8fc12ab5528f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "18b5027e5b504be0a1b56335541e69f5", "region_id": "RegionOne"}], "type": "registration", "id": "c0721528478544e4803938732ed1f92c", "name": "adjutant"}], "user": {"domain": {"id": "a756065a39264a3e826dfe17e1b93164", "name": "81a8b5785ede4c47a7cface8e048a288"}, "id": "c5714b7741c0415da0e8ee4158eaac88", "name": "7d08366798c3492594ec63d3f252fe90"}, "audit_ids": ["a0d753e327f34c6cb2257f3a82c93af2", null], "issued_at": "2019-09-19T09:04:38.741515"}} 2019-09-19 09:06:38,859 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,861 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,862 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:38,879 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/profiles/no-profile -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,884 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:38,885 openstack Error fetching profile no-profile: Client Error for url: https://clustering.example.com/v1/profiles/no-profile Traceback (most recent call last): File "openstack/cloud/_clustering.py", line 332, in get_cluster_profile_by_id name=profile_id)) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 386, in get return self.request(url, 'GET', **kwargs) File "openstack/proxy.py", line 529, in request return _json_response(response, error_message=error_message) File "openstack/proxy.py", line 507, in _json_response exceptions.raise_from_response(response, error_message=error_message) File "openstack/exceptions.py", line 229, in raise_from_response http_status=http_status, request_id=request_id ResourceNotFound: Error fetching profile no-profile: Client Error for url: https://clustering.example.com/v1/profiles/no-profile {2} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_network_fixed_ip [0.356119s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,843 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,846 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,847 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,849 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,856 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.802306+00:00", "project": {"domain": {"id": "3197ee6680e14d54b6772c91bbf67621", "name": "923e804b9bf44d51b645e9c903525217"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4c1431bab60e43619b7338d62cbf4b79"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4c32691ff2074f2686f7ec592360dbb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "90d0b188d5e04641817dae2296e5926b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e13f730bdf144ea18fb1206ddd033f79", "region_id": "RegionOne"}], "type": "identity", "id": "a67f0ed1fe4342c6894351185a818231", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "164b066a901f402f9c1a7b32f548d8e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4e7df814ce954d9fbf9a044dcd5ded02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "231719048e5743df86ee18a9d3b0bcb0", "region_id": "RegionOne"}], "type": "compute", "id": "f229907125e84f4a8c0b77fe22accf65", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "65ee207e1dc140e3b227bf07969e8c36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b985540ea0474243a7b1eea3638df0cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d3056d04644a43879cfd0f75444c8532", "region_id": "RegionOne"}], "type": "image", "id": "e2d7e3c1f8f140828469bf8e7ba18d10", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "348f6e5e88c842b592fe979b750a93e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ad748cb4b1ae4bcf97c75112f623e18b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2cac88d7982144f191882fae0d378191", "region_id": "RegionOne"}], "type": "load-balancer", "id": "22ea15895a8e4c07ae8741082d7525ca", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba1d4382d8db48989270b59c6bb552a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47182f389fdc4d70abd1357149c56336", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c054620c3d5943ba863b17dc11b30f1e", "region_id": "RegionOne"}], "type": "object-store", "id": "0ca9202b61a94dabbf5c098e440d29fa", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2cde6c45ea954deea0a8abce7cc79b53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8965f5afe09a4076b6a2ca7b7b795716", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "11df0ad55dda454e89b5e74ffc2bc6ff", "region_id": "RegionOne"}], "type": "clustering", "id": "fdf4387a4dd54415aeac15553d4f64f1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "55d4f9a529e94754b1a0e3bf16f46693", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6a405aa70ab84de78608d2dbba92a315", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "daf9a307ac0d438193967189cb7c7684", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "0c43df73039045d18ed386cec56a952d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a7ecfa0e63b84ebca36135dd8f9aa7da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8c5b90dd328242e19ac7e9079bc1c1ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7cba7ef92d65451c9c7f7b9844d5a408", "region_id": "RegionOne"}], "type": "cluster", "id": "cc9dcfbae78743f0a925f7a971415573", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f927dcc5615041bba655256000244b1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ad162e895bd8412a8cf5a59077a896eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "992e8ae8f2f24f718fe85e9e570b796a", "region_id": "RegionOne"}], "type": "data-processing", "id": "ed970d0ba70f43eba4b4c349e5ed95b6", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7bf5b3596c4f4dbd9ffd0f963b184092", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "44e45092789244e78cd8b29d57355686", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "62e6ff2fc016465386744fc8e725acaf", "region_id": "RegionOne"}], "type": "baremetal", "id": "43de36e76ced417cb36a63883668f5db", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f0f4a498410e4be7a3d8e04d96bb522d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "94a0df5925df418f908426189f21351c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8d7fe4e1ef5449fd986a36affe61d912", "region_id": "RegionOne"}], "type": "bare-metal", "id": "18f067ad7b46412dac1207af59881571", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "400901fdfb644fc9b6789fdda5b139a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e8cf2b1a4dfd4ebc9269d47667e9e181", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "896d72cde7e14938a916e5267c0abaea", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b79b961c47ff478dafca63ec9c3520f0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "859536d13b664b2a838caeed462b5fff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2829f12035044af7aed432b6f2acb494", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "a8c4eb88901748ad992d9a0d31837787", "region_id": "RegionOne"}], "type": "key-manager", "id": "275f339b43bb47719ffeb035afcd3860", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b553629404ab42cbad556bd70c451a8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "094f8a5704a94ea28dd0c53475384701", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "55fcc8fbb1054b138a2767bc11e86d0c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "771107942e4f412cae50811bf98c72d1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3596c907b5e74efa9cef9ed61d3de1e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "831ed7b279724c82ab780f924b85d56d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7e7517e696c946188abd16a9d0ecc23d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c494d4cf97c94beb8ea65b410f209cac", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ac63224c386a4d39b0b72c5696ed3fba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "832a058c223b4e19900904ba8de52df1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6da83fbb2258400c82e9ef6a9d6021e6", "region_id": "RegionOne"}], "type": "message", "id": "91d3ed571a1541ab84ed8ff755f06804", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "76de217ef93942e195235eb50b5343c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "172c04d3a62a4479bc527f91e0d4d4d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1cbe6b17159c4298ba720042416ba730", "region_id": "RegionOne"}], "type": "messaging", "id": "1f6f02059d1649ea93d7ccd68d49ef22", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cc07f99425b7452f923d0ab1dd25a422", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "bb8478da64d64d9192a70fefad961b14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6bf34a22d5d747b587d1de628f712b58", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e00bbdad3f344846a9d428e93332b1d3", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "06a3ad00b22b4da2bed8a93283234b7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7289d4a0e6be4765918914b6337ac535", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aaf7732390d549aa8035b69d3a4b1c51", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6722daf5ce984b52bc7ade1f11f10549", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d38532c7fe3844dbb3ce48ce3656c50f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d7c2410f736c406aaccf5cba5a43f0ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c0b024095eb49699173f8a61693e854", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "fd2e1a316d184e24a7ef9abd9d1add8f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "17a595b84a984af2adaaf5d7c414f0cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3d375fa95e984d80a5f00c7515c78968", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e69e512690844542abb9ad0953618641", "region_id": "RegionOne"}], "type": "container-infra", "id": "77109be8847148f2b77ff8fe0ac292cb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "335eb1008ee4413f888b944469548a1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8fe5151c04204ed5a90f02f4111cd8da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "04ba9895bd7c4923a578450a98cfd349", "region_id": "RegionOne"}], "type": "search", "id": "371f82fdd07146608ae021f03cb376da", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "96dc292240594ef585070363c7db414b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c2a0815e5d05450c81f22e1e5f4c5a4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "81bf9af566f84092bdfb363fe54c4024", "region_id": "RegionOne"}], "type": "dns", "id": "c7d940f5587b44fead38744fb312f04e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4629292eb41548c5af76f3384926021a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "11b2d60c28d34a41abdc45651bd97fe9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f0e128a6f178470a9b97d43181f0cd01", "region_id": "RegionOne"}], "type": "workflow", "id": "627c5c8cf5a54259b6a7bd612ad16cf3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8d0d7260fa554d18bcc4429e6c795802", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "01faec0ac9e44865b5ef513f4cf9279b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5cb5161866604baea5668d314905bb40", "region_id": "RegionOne"}], "type": "workflowv2", "id": "82ac39a5a98246d78865d263baf79852", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "72527e0223664437804f96aaf63b2b25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4eb7cf460db943d39aaabbe352730f87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8f16b3f250584dcc88e29f988a14204e", "region_id": "RegionOne"}], "type": "rating", "id": "16fdfb6328a94c8eb6dc337ef8421502", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "66d30d9eccf7428ea1d0ecdea8889aa8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a26dce575e0d48f0bbfc4916aae385e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ea7621a9a8934cea8671f72e49aaa2d9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "93d14f8131124816a68951753eb7c5af", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "939f865dce3b4a9d8732755a773162b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "09ac6d45a4cb410995d34b8de77c2e1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b9e2771c76e54f8bb80baba25c8bab3f", "region_id": "RegionOne"}], "type": "policy", "id": "726235c9c62e44c2af9bb6db0a91045c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "49d1966558494d518335b58795d518a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a2f717aabc0f42b3b47ebe78c69583df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4ec9c91ca7d048429dc0501ebba56086", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "eeab95207d184274adecc73627096199", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4ea5347372d64cbfbe1cffb00d5263ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "522486b9c926431a8f2777a0791414b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "425f6f53c8fb4aabba972624d1a5186a", "region_id": "RegionOne"}], "type": "sharev2", "id": "10f38c2b0e2b4cbeaec1102cd41335b7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "04a6f405676f4c84a176bdf58487a155", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "af2e1095757c43d5a5c632216c96ee21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7459f03700cf4b389cee140190f56363", "region_id": "RegionOne"}], "type": "share", "id": "3f4d07a6398a49fd9c63587d47742867", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dc81cb7914a04e3899bbbac763731d0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f387e93b165c44d8b9b82f7f3ded4308", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "cdecbff679e847e3b8b330f92e73e217", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "bc32f93c4afe4306b2718618ff836f09", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "446570c54a40465d95c6735b5014241d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1872d0ffc7e34d72bcbf8594cc675e04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b3a42fe3f0b4a8ca40df5775878d660", "region_id": "RegionOne"}], "type": "orchestration", "id": "16979a39d8654751aabd21cd24f4edbc", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ba451507b604354aaaf543ae6350e03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "519a7712557745049e959ee1e65f7541", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "abe985d3335146d4aa9614aca779dd60", "region_id": "RegionOne"}], "type": "block-storage", "id": "673c104fa5b945c493544d8ab3b2d517", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67b090dfa1d747bf8748d99371824633", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1772984091464a1783b1c65ac6ec7be8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2af075c8a8e942c29008b0212befd832", "region_id": "RegionOne"}], "type": "volumev3", "id": "6057be930d8e425e88472671001261f9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d15c57eccdb4496981895b939a9e7a40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1dccf3f830e648edb4ab67dfed4971f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "efc4c5f4ce8448bba6b985ff1cb6a76d", "region_id": "RegionOne"}], "type": "volumev2", "id": "96062e4efdbc4e4bb4e66c29972cd957", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de11124184554b4290aba5804129555c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91014a9b8543460781e287b25674860a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0df66117a824a59b691b5d2e98e7a80", "region_id": "RegionOne"}], "type": "volume", "id": "8ad80feb5c1c4a358f1e1f5849a6cfba", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45ade9988f464bf7a2c48837d32e1bef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "202d0c3101474591b66c7a5e301007f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b89a2cfabf924aa8a7838046afcf87cd", "region_id": "RegionOne"}], "type": "block-store", "id": "e2f6c62ee8ba469a9c1a1335fa17325f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a5d27a0f1acd4479b0544b92bc9b762f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c688992e548b42a182fffcda325c1995", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "aa49a27381cf419d9f57ad4b61db85e3", "region_id": "RegionOne"}], "type": "alarm", "id": "613ceaa05afd480ea4d8660ec27249fb", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "685587e92aa7426297cfed2cb675154e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d3146ff55c204f4ebe8cbc012cb9cc97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bb964b199dee469c856ab246b3a40c41", "region_id": "RegionOne"}], "type": "alarming", "id": "04b63a1bf63a4828a10bf7f04dd65b33", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fa0bde2b342346fcb3e2f6ee430e6e6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2cd84a550480415fa212023784fd7785", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b936a3bd5ae14931baaf7312b911b2f4", "region_id": "RegionOne"}], "type": "meter", "id": "d15353c99a3f4bdeba9f5c21d31d90b9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "093e85978d544ac98b0c78f46f535794", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1676e6e70e634c34bba5217c30d2b497", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8caa2210a386475f971337018765e06a", "region_id": "RegionOne"}], "type": "metering", "id": "d1ece892c85f406ca76b6136c95f12ac", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a261cb0ab6ef483a8e6187d43b30ce38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c918c221346d4f5d84a5fbafbab5c47f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6e3d840435cd49019d7d772ee39a579f", "region_id": "RegionOne"}], "type": "telemetry", "id": "52561ca8b6f14901a19408bf2e159299", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0e1d1fb48831418a8c93f26d32e07abc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5f4cf7264a794c8b9c7013ecf04426ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5fab7b458797470397db34c88eb4ac00", "region_id": "RegionOne"}], "type": "event", "id": "8963fa070ec04949903f625bf7f47277", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0584d8459ccd424591bde6f59bff15ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9bfc4f10881f454f80a4e129b26f9e27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "62b67073dc864d0b9bd275bfd0e69553", "region_id": "RegionOne"}], "type": "events", "id": "de1b0c82fbb54a13bda79bc9ad6b6d84", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "978265ab6a9a46d4b4a15fee07bf9eb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6b610273ee634e66915b824a84c325d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a6fc745270104db99d4cb3e27de8ba6f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c94e0b68c0364b0294d0748f7a568a90", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a1ba16fba0fd4d0bb747f7508d69bb17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "349f2b0e672240d0abb45f813aad8ec2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b567de40949f49bd9cdb472f3c1d1649", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f1ffcfa03c2f48b59e9daf03cc740c07", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0dbe8616033e43a8a6fdf9c390a702fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f30d380776aa4023810fb80b2dd544d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "eab87003672b40508974676cb1445128", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "9911303d8c294e598a00f8f3e013b689", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c25b3e11af90459ebbe609d858a3cfc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a4261f3b20eb4b579cc51fa9d85b095d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ce0fb6d59189423da60cb100973b2e08", "region_id": "RegionOne"}], "type": "tricircle", "id": "c96c8207292b48258eeb95c5d381ff7c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "45586ef9542a4c538e2510412edbb333", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "364dfa47dc474d578aa9859fc224da87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "83fac9ade4794403aa55985f5653a285", "region_id": "RegionOne"}], "type": "database", "id": "30bdab18e5da4eb48dc9ab4bc96cc09a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "60d3a792612d4084a897c91bffa1076b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "78e76f2886c84d80862b33b9230da919", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5d63083cbb5d4931a17f9cbd90110002", "region_id": "RegionOne"}], "type": "application-container", "id": "ee3a12315f2c459886a7ccc1fba485ae", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c6c83981e91048dc8a124cdb6bae4999", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d0c39832fb554f5197a22e9daaecd8d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "db514cd06bba4f18acd88b2fc502cc08", "region_id": "RegionOne"}], "type": "container", "id": "e3f20cbd59344c76b06e0828335608f6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ab88107b45d145ab96a368efc1a24328", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "619d380c2fc747dda6e8de9718cf3d6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2fc0a5da20ee4b36b93f9dbb209e04b4", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "261b3ac99ca24ae993434c32fc44a13b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3bab43c5b0664a5baa1fbfa558026f68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0eed05d8077d4ec0ac0fa7d71886f0d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6b9664f4583347e4a0ea3c8776c2b9db", "region_id": "RegionOne"}], "type": "rca", "id": "523ae9e4c4bd43d4a9ab5ea4438d4737", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2795a0ca900e4012a70ae7a624b7fd02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c6f57985524f46519f0cf94cc1c90921", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "82eda397ce6b44f5809449955bba33a0", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "9cde527a682947d4874093da5b1be55a", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "17e8825c2c2f4f4db2a55f929659abd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d429a73db208478a9efa4b2ad8ed00f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ae2c800ad3a547d5987b9b8af0df6490", "region_id": "RegionOne"}], "type": "network", "id": "adcbe220e9cd4e808e98b20d203ceecc", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1ab42729deb147818b4d6a571e81d2a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ad9860f9d47b48caa41aa72a89799b2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "5716627bb7094587b2681435d1e2d59a", "region_id": "RegionOne"}], "type": "backup", "id": "7ae5eda3971c4970a3b5a6a03df50864", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3cda9c6ef9f04be2b78b2f0e1451f948", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "023f987b388942169f885f1c2f4f8764", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fdcff9deed654710bf823765aabbf16b", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "81bdc20ca4734d92834d2ceaa13cb525", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "251d0c70385048feb8c804ba5bc24f3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a11163978d8648c6948007e865ab6faf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6430d5917b344c2ab31867d56cecf0e3", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "7b895d38d35a4a77926af4dbebf61f1d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "95d8ab88a14a4646b233bae6acfea42a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f0ebebb1ac9241a9b73f8c3619876c80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "70938cbcf07344b1912e185fc5e9a963", "region_id": "RegionOne"}], "type": "monitoring", "id": "688c8d0d019845d8ab76212676b00e57", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "32802eccb4de4179970d7bc2956c4fb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6e928d1e0e464b0f979011e6ef5fb0ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "fbc7e8381a844a578aa5e2bce2a61763", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "5ef380d789c6474ab7bffdd4821cadc2", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "31fe40bb375f4bf59c6116d672e7ebb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "563c0e02621b4344a085cba5cd89a5d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9966cade100d430fbc68f3efb405d9c2", "region_id": "RegionOne"}], "type": "placement", "id": "3b116a4afeb445f890b169c9a17ffdf6", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c5bd7c014c7143e59e61d2e89ab988f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1faf8573c4f04570a3652644209c19e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "af8db0dd7657417d87e02986a2cba5ad", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7a5bd14300894df8b9a556ab10a77bd1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d67f540ed2574bd4a68c4d8555bec735", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d2cc349e54a54582bc16c307a5e0c79d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "241b4dd14ee041e2aa57032f15b945b5", "region_id": "RegionOne"}], "type": "ha", "id": "f8114f35e466495891af2f59b45f841c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6434eb9601b94014bd5f3de025a114e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "dcef9fae1ca845f59d18b01cfa910835", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ef64c76b58e74439828e411f23aabdd2", "region_id": "RegionOne"}], "type": "reservation", "id": "128b4dac95994e58ae860f1ba9193b16", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "78244f0b20314ba3836697bfacf8e6cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fa13130257ce4d4194e41e6c66789806", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1363ad024ff34958876116eb65925919", "region_id": "RegionOne"}], "type": "function-engine", "id": "127a94956a8e4df2bdb6250a09fa2a10", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7578224cfe7e4899917c9ddc92d26135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "201ef11fba5b48beaed9954c1c43a6d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5ff64074218e4047bd1e2dd8dcd71b03", "region_id": "RegionOne"}], "type": "accelerator", "id": "7dd5eea22dd44ab9894e8992be29b0da", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "50358619d7fa4c2cab8d4232c81b6457", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0e39d37c5bf348848404a5f6ecddd6bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e0144049545846f5a9665f610390c24c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f6e9cddff7734f4180b66fb627945607", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3d5464a8b51c427d864160969b585d7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3227d91c95654652b3f9a157c5f362bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5b3b2cc29e5b44a590d871208a4ade93", "region_id": "RegionOne"}], "type": "registration", "id": "d01ed5b650014466a892479972baa3e6", "name": "adjutant"}], "user": {"domain": {"id": "f947c183b3e54e348c1bde4dccf9d9e5", "name": "7c5f00182e1c4460b6fa31fbec57af10"}, "id": "ee4ec9000bbf442f9d369d065a2cf174", "name": "9783586d1d67492889662ac36b023a17"}, "audit_ids": ["9e800f7f29e749c8ae1660aa52a964bf", null], "issued_at": "2019-09-19T09:04:38.802306"}} 2019-09-19 09:06:38,960 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "image-id", "flavorRef": "flavor-id", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.0.0.1"}]}}' 2019-09-19 09:06:38,963 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,965 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:38,978 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:38,982 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,984 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:39,106 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,111 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,112 keystoneauth.session RESP BODY: {"networks": [{"id": "network-id", "name": "network-name"}]} 2019-09-19 09:06:39,135 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,147 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,149 keystoneauth.session RESP BODY: {"subnets": []} {24} openstack.tests.unit.cloud.test_cluster_templates.TestClusterTemplates.test_get_cluster_template_not_found [0.166102s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,026 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,029 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,030 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,032 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,042 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.967618+00:00", "project": {"domain": {"id": "94795c72ab5640a2960f65940d0ed3d8", "name": "ff4701f42abf4403bef374e3b8c8ea43"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "325c8e416b6e406383eb36169bb75c0a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c265711f95a644a8908d1173edd4cf39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e726a18381dc45ac9dd30f0c061acdc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ef7687e991cf435286b288efb8d2af17", "region_id": "RegionOne"}], "type": "identity", "id": "b2ec4ee76ffc48d2895418def2ed2244", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a2793694010742da86b306b971e66d0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c23b668e094e44b68ddca9af39640b44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "efcb55b0b1e44aa4a484efc13869688d", "region_id": "RegionOne"}], "type": "compute", "id": "1444f43875584cc287363065419672a9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1abd5baa54254b1797db201444a3565d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1564de330d6e42f28705aed8663dbbcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3d3c7d26b7e84aab9af90ba2a391dff2", "region_id": "RegionOne"}], "type": "image", "id": "cd9d02b709104284b74cc58b64fcc8ea", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4dfdda80074c4fb0aaea42073d07d5c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f706e2461f7c4660950febfed8c8e0fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "cf16e116f1d34dfa8191d6d70ec2377f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d8d7a22607a54c339d7dbfc9a20fa6a6", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bde89ec4ddb94afb97e0fc72771a78b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7bcf05c11e2645a59b54bfe354caa707", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0aace74bc2ad4629a375106a84969b11", "region_id": "RegionOne"}], "type": "object-store", "id": "55727526d9a14ab8ba8eae33355fad4d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9e6831579e8f4fda80083d8830ff5792", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ba0b6182b05e4ca68519d1c045405c82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e25a824c043b403889b5faacc1befb7c", "region_id": "RegionOne"}], "type": "clustering", "id": "5748154e87394f609ef04b636334ef68", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4caea13db8f04d588b380b9c657be859", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5d43c286a6c6488289f7d8ac1324a80c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b41c97e6b03442539687247ea403432c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8692b2d4a895457b94d48263c235e9c8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "be1baba6349e4e5eb70357d4246415fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f8fbf50aa55f466c96c1c74af6d28492", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1e6df6667e194437acb54ff2c20372c6", "region_id": "RegionOne"}], "type": "cluster", "id": "0291995d5f47419498b4fc8ba119fa1f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e788dbc9f3494b80a35741bd33e90957", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ccef4c2480894fd58391d57a63c51b2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "28c3f8c3cb0f46beaf35ddbe97dfef6d", "region_id": "RegionOne"}], "type": "data-processing", "id": "e73cd3929a6c45bf9dcca57620ed5f4c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "084d222c936842fe8affd3199a5fb026", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "250810b0a57f4249bcae074dcb548b6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "528d14a4de844801b4f665700a64becf", "region_id": "RegionOne"}], "type": "baremetal", "id": "c93202dd378842dfadc54fc4db3b5a93", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "73c14c791c764eaf840793b53be31a01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "21aacbc2e33149f899a71d04f9307099", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "552e39462dcd4eefb1c7dd192d5ef0fb", "region_id": "RegionOne"}], "type": "bare-metal", "id": "1a4a627e4d804003ba9488006a3e87cd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a65d1732b0dd4715b55355859902d664", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d1730ef6a1f8444cb3c42f556c0db7f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1d22b01e56c141eca8ad262049d8aa1e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b5e91c1242e84ba6830eb33a58c7e9f2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "56d2f7596ee94241ac1e11217cf6996f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1fe04e8e0e15413a9d61607c80c8874c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "64704e4320ad45f08de78b19ae33f959", "region_id": "RegionOne"}], "type": "key-manager", "id": "0e761b66ea3945988eb75f8d091d4ec7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bf1702756c6d42f8abe15eb4ca5988b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "920166316c0d4b14897ec74af051a57f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d9276e7b27a14a21a27f098623c4b4a1", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "05f55aafe7f94b9fb8bb3b15a69ab745", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "451d937b169a45deb43a05edcd6fc399", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4fbb534f54f14b93a8d270c59b00d52f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b091f029b95c4496a6161afc48d5d8dc", "region_id": "RegionOne"}], "type": "infra-optim", "id": "05baf491fb144e35bc4b4d8e80f6e24c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0a18786a95a64ceca91ef9e2efd5e755", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0879c02ff0f744d29d064cc2fb91158a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7c85dd72f425403bac9ea55bad411237", "region_id": "RegionOne"}], "type": "message", "id": "ecbed3b6d86248b38ba12ae489dbbb16", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "547f024a8c0b447ea4922c87683959fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "58ce14abe70a4ffd865ff9daa3936e46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "19511bc8616c4b7e83ee1d87c1b63549", "region_id": "RegionOne"}], "type": "messaging", "id": "e441cd0b568c43a69a18515570581fbd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8bc9bd15aa3e4a3787cbbdd757dff48e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1f3e42a4a6c14909a34797a008992ff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1ebf0c36b5f74655b5b95880426b423f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6c1a8f456e83489091f408b9df23363e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6eb3e146fe7a44ae8fc20060df245a9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "709e679cc2e24d18b43a4d9417ba82bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "09350d8f7f5b4abc9e47bf7e02373f0d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e3d8074c02554e2f855c07083f06221a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2f92487b8ece42979196db7682609f18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9d49388951214083820fbaf457afe33c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7499b5eb98cd4f5e99eb4324c95b0c76", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a1e70a801424425fa02036453b5dc617", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f9f3c4178f9d4a2fa6735bed4a0200bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6762fe200e6f43f9870e13ba366d5d20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d186e310439b4bb5a6f463534f3f804f", "region_id": "RegionOne"}], "type": "container-infra", "id": "244465e2cf2d49bb90cada5664072e53", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7f4aea539af14ababa1b9dcd531f46c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "23e2180278bb40548fff135383dae0d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "af5fa9c3320e43e7a222267da900884f", "region_id": "RegionOne"}], "type": "search", "id": "68bfcdc3fc474929a7e3761cee6eac12", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e5298eaca8e9433ab127c31cea2b9d81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4c79a96733fd4f909ddcddbf89a18f26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "753f06d02ac342af80b467c3038de65e", "region_id": "RegionOne"}], "type": "dns", "id": "56c9b96580dc49beb434e1b5ded2774e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "065e5c7de79f4bdfa26e75b164e44a30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "75b3c9ef18304ef69af1cc92286dbfc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "75fa9349d86348d7aebec83fe0b425d8", "region_id": "RegionOne"}], "type": "workflow", "id": "4c23e5373d324b2fa715d1279deb387c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "62014ec75bc245c19baaa418ed84d8c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e5ffe6ad444740ebb7e7cc63ee7b35b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c091b4d936384120be62abae052e79a6", "region_id": "RegionOne"}], "type": "workflowv2", "id": "26251f29a2b24dc3b7525c25f275f81f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d956e4220e1c40139ff195a513dd74d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "66dce215426047a5adf837f27d8a24f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d5fa71c8f1d5497a883c93ac10c2d5e6", "region_id": "RegionOne"}], "type": "rating", "id": "cd95cadf56bc4e709eeb4c186303532e", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6ac776b846ed447d841a410eb0680cbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "833917e10b08430f9d29ca5ef4bb96db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "14a3b3ffaaec44c680f5e8d8cf9bcf66", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a84c34c1b04643f3aa3fa9717a9972ca", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c3d07a5c47c44567b7fc9efbf3b2f76c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "096ace2672ab48e1a029fe5c8bc439db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2929b681b2b047fbb5e360d6816c7c3c", "region_id": "RegionOne"}], "type": "policy", "id": "c53ae67195bb4a02a0606cd7550c295c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8cb72cf5be6342b5b28b92893c313787", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e9b9a0a733674f4b832e4cf64ff36cae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8229f8b9329043d68109721234efc06f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "80b32ea39a804231a574f9e23e7e9794", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1438540d2cac44c08e98aeca245f9ba0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e3cda25245ad43d1990ff8efe997c299", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b3e926837ff849c1bdae4a5ab43dce04", "region_id": "RegionOne"}], "type": "sharev2", "id": "f32c961323bf4e0f97685733897cc3b2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "813f17d0a0b74468989591b2240a9e48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3d0307dda4d943d1804aeb672ca2ca56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "310fb19141584e30a3ccbd9bd5afc2b8", "region_id": "RegionOne"}], "type": "share", "id": "83cd0c5dec0f4e1389dd60a66c12373c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dfaba1892124410dbc4c987b0559ea2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "15b2b37ea5b14953868581b5794e22ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0e30eef83ded426b9dd428de8a034342", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "fd76377318874fe88b3c97d99ce10e5f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b636efaf65c24b58a91b6a030ed4358c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0abc5e3cc84a43b4a337a972dadfa79f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9be407caa844f7f9c8530c452ec7784", "region_id": "RegionOne"}], "type": "orchestration", "id": "1794fd90e2804997ade01cf7c92bc0e6", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "badb517f1b9a433197af5e0c11433ce1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05a11876ff7c4fd7a70870b1727695db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bc826d949d34ddcb566347e7ee3fbd1", "region_id": "RegionOne"}], "type": "block-storage", "id": "4ce327b47e32493ead737aa4ea6e0ea2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "369b372cdfe74f7ab8fced5599c57474", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8558706812804e649db32228ceb6b23b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98aa26b8c7844c7b9ce3cf16d7deff41", "region_id": "RegionOne"}], "type": "volumev3", "id": "d12519da2173400cab84955df9413a71", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cbe8cef17e104020aed17b93e2bf89c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5349a312f5fd4e27bee481cff3971c37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c91a405bdc94396af6efc491d7e85c7", "region_id": "RegionOne"}], "type": "volumev2", "id": "c1263875b18e49cdbf344666d97ed621", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64b08dd455a34fce87f02cd854e57815", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "57d6fdc0c13943acad975afa0ddaee7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94ba78bbe75548c5a789ef8ee287effa", "region_id": "RegionOne"}], "type": "volume", "id": "a870b2057fbd4f8cb781a19e4e6aa2a2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "469ba51725c94fcbb3c5ccabf76a56e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0312ddcc4e842f0a0de6ca037fc8004", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b0836a8ab704cd997f2a7b950833510", "region_id": "RegionOne"}], "type": "block-store", "id": "dada5ea670d641ef8a3ed08cb5cd46df", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3ba3547cd6f0434f950bb469b8e513aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9c3992915b0c4c0db883e7decb1df78b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6f3775721ddb49c2a375cb705c774cd8", "region_id": "RegionOne"}], "type": "alarm", "id": "5c3a65c2020a4a90b842c991e5b56b68", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6ccc55e19de24ba0901fb542a87b53ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3af29a60e8eb42638fdc743473b086d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c1c1b81b33ec4e2fb0efb95e7e4a183f", "region_id": "RegionOne"}], "type": "alarming", "id": "ef755bf12f864cd3ae5e60f01cbe3e5d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a5826a2b2af44876abdb50625be05864", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "87c2ff052c8c426f89f90fe99a4b27f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cc0271ef29104ac4a8a0cdd17373da5b", "region_id": "RegionOne"}], "type": "meter", "id": "0fcb6cedebf747698fe20d00b54275c5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "19d2676197fd41e9ab0e010bfc1e2b12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d9b990f69c2540c8852c8dae133c2852", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0b3bf716f7584d1dbcc3e7397db33f7e", "region_id": "RegionOne"}], "type": "metering", "id": "aaa5f7de38ae43f6ba85decbddad769b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f4fa247f71e940439f040fafab03e370", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "41e2f32eaf8e40f29daaee2ca1740f99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "01d6945ff7c841ed8d93b575f92005f6", "region_id": "RegionOne"}], "type": "telemetry", "id": "9c78608a29d24267bef7fdde2da4be19", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7f41d9ae7fab47c58e87b5c8c26c2a49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e0b7a862d0614bf9b1aa118aaa874494", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6b4facef31cc4910a1a36b5b8dd0ab53", "region_id": "RegionOne"}], "type": "event", "id": "435c1bfd11ad4b3b8841e180211bdef3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "49db6849ea914fc88b54001bbcb0b862", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ed44597f0fd94963a4e91412de57192d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0959f195bb994b9ba8de970e51251e45", "region_id": "RegionOne"}], "type": "events", "id": "30a4b5e5e9f24d77b00882a6461656c5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f970331a4bbf4b7d842d958ae49e57ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "801a623ac5bc4a47a43a0064856c4aba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "43fdd1ad687644e2b394ee8d165282ff", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c5a61e5a176042ba9c5264b21c2c9d41", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ca38ea839bb9466a8f31202f15e53649", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b37ee8e7b3e34cd886cc6bd406ee91fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "dc86b324fce644eebb41877328349670", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b52303b84cf94bdaae0824261378945a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f77c2ac27b5342d3a725f96e67d40cc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4ca047f6026743e8a65ee19ca5be1c26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3a1321d8f4324880ae14fca586336edf", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8ab4869c6ac34216b91a19bbf715ff13", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "05fa85f91ee240a49295b6cf79bbc6bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "71620baaa5594b939dc369c6439ce446", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a379d7ae0c4a4cf3a5177b18885d40db", "region_id": "RegionOne"}], "type": "tricircle", "id": "3134dc6b95aa4b3fab2167bcac834352", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "6f90bac6d8e84124a2264c31f3b91b4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "11ae7b99631249f8b56699fabd736f46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7012cee57f344d9c8a5afbe7834912ea", "region_id": "RegionOne"}], "type": "database", "id": "25f8b11c9ce840daa005317932f03e01", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "086fc8f2e41e4eaf940f2833286b87f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1b245754c7bb49bbaaf17b9a2d3ba4f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9004aef54af54bb4b557da93dd916160", "region_id": "RegionOne"}], "type": "application-container", "id": "ba29ee0972e94c69a1fa0a7057674043", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "61e8841155e942ea98942ac7a6f173d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bc7b50e1a49945848b8f91f057947b30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c45d694c1ea2496499f8371a28a6dc02", "region_id": "RegionOne"}], "type": "container", "id": "2de418a556a74133a9169c64d77e693d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8f758dec61c740f2ac6f914e7554b700", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a95370c643d543eda7b56eaf2a7e2236", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "291e1cb955ce4e07a6d2766f74904380", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8afcfbe5090845d9ba391e28a296f86c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "61c5c86e4966405786dde284f14d05df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "771911ca88fb479dacadd96eadfab623", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c1cfc22ecf024e3d9c1845a89d6db255", "region_id": "RegionOne"}], "type": "rca", "id": "2d2208a5b2d34990a6672dd8610e60bb", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "63730cdc93d341d8abb8982e30e4c7a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "07d4dd44b63941018e7563f5718c16ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "21b210c715d944e2979140405df1d8b8", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a733cf24ba404f469d2c0107ee9b2939", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5c10c24596c84d6c9415fbbc7e79b85d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "661eff59af444ae487f602311e97e2f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b5cbb04a40764012bb6fbbce3fb99a8c", "region_id": "RegionOne"}], "type": "network", "id": "5ec019a791c647f0a23de8f2631fcc1e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6d7e63c177eb4b6e9f305b57438ffa2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "da32001ec5164b7fbf30683597fd0cfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ff096c30e62a41a6bf3c652b17175734", "region_id": "RegionOne"}], "type": "backup", "id": "53f5b2c83ba642138be8fd53b448f713", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ca612594372c45c5b914525497ad15da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5f4b6b23e3914f029d3cf6066539d2db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1f3e3753ceb14e97b050870f1ab3c279", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "3a649ef31b9e42249954b2baf2ba9d4e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ad2202f4d4e142cd8af72e1ea2a1535c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "38eff64290474f519f92183f9d7c6ef6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2b20309be55d486ab5cce03fc48d822b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0b9668b3da6948628986c56f9882c418", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c80f623ddfaf44888c3042fa2ff148d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cdfed628134146e784d2b2bc495c3657", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "57862802ce8f4c14a1b8e36cad22fd6a", "region_id": "RegionOne"}], "type": "monitoring", "id": "a178935772c54fa5b57035367e599916", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "af8298e69629444387037a57f7123192", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c2c7afa847d84be4a67f41f0573cf3d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "0e867914085649129387605329fc3cc6", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8a77ebfa031340c68b24ae70d1060e9d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "32bb28b2afc54cb7802d85734cbaa11d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8378ae09b42b402aa55a231d5f5504fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f876b429c85a4b45a51e8629c9d7694e", "region_id": "RegionOne"}], "type": "placement", "id": "d665968d99534cb2908b19c788f3752b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2a56497e82614cdfa1ab5c3cea1d48c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "aa946cf317de4515a3bd3778c098b110", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2a9834f9c7c944bda6d2344cd6ca24a2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2bdd086bba5a402e93b6870db058730b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ebc8e0fa627d4368b4c965571c9c443e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2a2185724e0a4378bbc9a0ed158d32e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7483c720c8194f5e92ea2e11c07d8ada", "region_id": "RegionOne"}], "type": "ha", "id": "bf5a86eee5f4458fb110dbae1a96e6ee", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9a3463a722d248b6a20d7bf2736b8725", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1c5f0a3e1f7a4a078aaaed17cd6407af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bb8ee82c050d4c11a861dd8d2c91ebf7", "region_id": "RegionOne"}], "type": "reservation", "id": "99b1608d45c1409da4b37cb8835cfa1d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a05506d191f4460c8e79b844f378d913", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d273ca308f134c778ea873edcc6b196b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f42c20b5f70c467e9253cb42fd39c275", "region_id": "RegionOne"}], "type": "function-engine", "id": "f662fa992bca425583da20b1e8e62063", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9afd82cb6a624257847128757bdead5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "12374c35f66d4357a3b042c8ab230db3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "26eba70f331844b68914af32cfeb1052", "region_id": "RegionOne"}], "type": "accelerator", "id": "5673506142fa4b189b6821615d637ab9", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f5bc4ed37ed84a11868f9226a4d75f9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "40e46f062bd94200bea5fd9d5801ee5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5419d4b23a804b4cbb71dcf901782e21", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e8b0e332c82246aea6bc63281ab9d708", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a70fd8f5aedc458f83beaed45f3d4064", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3b2925af0a884260a8d804e46c760422", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e5b409f96b0044299c60d620cbcfba34", "region_id": "RegionOne"}], "type": "registration", "id": "57c86a14abb1486583ca316097529fe2", "name": "adjutant"}], "user": {"domain": {"id": "f6f99c763ff546828927e2c3e4c10a28", "name": "4ea9d3f2e66f4583b52511a25a702bdc"}, "id": "731eae36c4a4430fa2cc25682dda6c3e", "name": "12dcb52bb3804817a7beb2d857da6cfc"}, "audit_ids": ["be5c2cc49de64aa0a387349cb72509f5", null], "issued_at": "2019-09-19T09:04:38.967618"}} 2019-09-19 09:06:39,102 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/clustertemplates -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,106 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:39,123 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/baymodels/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,126 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,128 keystoneauth.session RESP BODY: {"baymodels": []} {4} openstack.tests.unit.cloud.test_clustering.TestClustering.test_list_cluster_profiles [0.130519s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,082 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,084 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,085 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,087 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,097 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.032126+00:00", "project": {"domain": {"id": "11eae203822c49f7a26cbc44eb02328d", "name": "e7db1a3174e046f0b1672bfab4730331"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "64c14ea6637b481e86efa248dff4edc6"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2eae19898bbe47b5933d6c7779b22f25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8e28799837834fb9aad6bc7e4817c606", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "498ce270d05a4bb79940a57da5c08458", "region_id": "RegionOne"}], "type": "identity", "id": "f4a60baddb6b44bfa295f48db595e10e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a0e995edb0714cf0b152848c53e84bf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "92e2a3fe116e43cf9ee8f4c8b992f1ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d6ca077b670d4eb38764057a03775184", "region_id": "RegionOne"}], "type": "compute", "id": "ecf3f9b8f960498f9f30e181495f0d99", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c4162e6f160a40b180692aa7954d1825", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2e5701ddee1046f195f0abc2487e9f50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "95f5a10d1bd4406884021664a56c06e5", "region_id": "RegionOne"}], "type": "image", "id": "25c6f477db6d4434b3adcb926e703077", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "54fa2549620d43678d2d7cd0e455a4a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "64c0221d73234c769565de3f6cb2beb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0e14b629bbfd44d48f6b16946efbc4a9", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b2cd4b8407ff4bf3ba8e693ac52c1515", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "928a6ff663834a5ba120a10fffc8a8c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a3da6c337284575a1fb2b59bdd2c00e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "faa7f73d58e441f09db9f494951cdd75", "region_id": "RegionOne"}], "type": "object-store", "id": "5b5171008f4f4abe87a9a80cb2f1dfa0", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "735527805d924b588c7ac90801bad849", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "98f4d8a0263a4df3922ec84665e3cf8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5c2d126928b042dcac7dd8546e622bc7", "region_id": "RegionOne"}], "type": "clustering", "id": "8be1a6a6ca01450991d2d312d6668e7d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2f1e1cb788a9410e9c4e2e2eefd7e950", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "526896917edb46829ac0fccf6fd9cdc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0b725e0f65824dc4a74b2aaa84173e75", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "94c4d283a1964f2087bb8a1e7eb4283c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d450f2e2a9774648971991389e7fed68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8b48c83e579644f3978da704282fda58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c1217e3684054cacb8f79531f8e3864c", "region_id": "RegionOne"}], "type": "cluster", "id": "d3f5289131db4d468718d703bc830cbb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5278e7b5971a4226bc73ed84f6caf1d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cc0e64c1690b4be4bf3c0e51d5bc67a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2082f3f290e94ccda9963a596cf6507d", "region_id": "RegionOne"}], "type": "data-processing", "id": "20e6856ed4474f119aa4933cbbf9fd82", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7bbcca9118c1439eaa12e0829cf22566", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d3275f1b6bbe400db16137fdb7b4d6ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "dc4bab5a61bf45d1a0994f669ece8e42", "region_id": "RegionOne"}], "type": "baremetal", "id": "ade632e13cf1492ab26e6f8fbe51b849", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "03c17268213b4b208a510c1eb299c81f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6b97c2d1c53c4532bb3dae66ec042697", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7408eb42308b40c8989c52db07595679", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f54c423b2434450ba9a6d639f079fb64", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "319a86fa46c84155b980745951687bd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a8d13240d9e646fe89febe8edcce7553", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f981fdc7319941a8b37b3dc84a539567", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5e4a5cbcb8a145409f0e86e67cb4f940", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6b415c2c3b154a2f91f664a67470a8c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6e0c230d79164710bb2b0ed7545446e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "200b7684f6db448583748ab73a155a7e", "region_id": "RegionOne"}], "type": "key-manager", "id": "fd6588546019462bbd1f753502d543cc", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9e8b588252dc434990b369c6f1216655", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1faee80054ed47e88c68c0c2247b7870", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5f58ba48645d45d79c64de2ee36961ea", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1bb26905d9dc48c3a0d522ec51f772e6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9dc3464b367347de98f8af92761cd40f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f61ac31d65824077add354b541b22605", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8f191002c73c48b386ffd6ef7a2848dc", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9f20eaebd6154937a82ea64e70bb09f7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "45edb9c589ab4879a36d6471e64051ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b12f04285a3d476480bc1a414cc459d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b729949aa1a74020910923366c01df4e", "region_id": "RegionOne"}], "type": "message", "id": "551037d650d64357b285f6e3b8f405e0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a7333a0f20f64095af1ca7581e29373c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3e377caa6d01485caad9ff6890be73fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fa3097bea9cc40358512914db6840338", "region_id": "RegionOne"}], "type": "messaging", "id": "a44963dcb2d44edc94a2de7235362a04", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ffc4836ec56c4c4cba1d577d7e18a3b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a83b8b82953b422f80c2cc67d006da86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "74d64487316346d29944bf938dfb0ff2", "region_id": "RegionOne"}], "type": "application-catalog", "id": "76f0f20f25f54710b7ca156ae5148758", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c51374e91d4a4ca29c094ba0d97dbaf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5dbc97d37b5d412fbcba6877f56801a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9515ad00f8084451893acdb6eba5a961", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8ebddaf4bbf84337900919b9d2390bfa", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "632d7b5078ef4df290540c1d68854576", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "41aa58ad933b4d199842a7dcf181faf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b0cc11133c9c4ca48f2cba11be4e4e41", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "809125ba5aa24b269e53044f41458882", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a2dae8ae0eeb4a82bb35012d7fb14945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1bc8e63ea3b645589d1a2b916f2f3476", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fa6c650fb0424f4dbcc574d00596169e", "region_id": "RegionOne"}], "type": "container-infra", "id": "ee2172ab3e7d4c6eb7a832ed1596b34d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "14e2b770fa7e48a9825111c97da045d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "51f6b3534bde4069a7c22f0b107040ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5d3787787ad344919a98c3b658bd3582", "region_id": "RegionOne"}], "type": "search", "id": "2fe3ad0fc4b54390afb7f0a3fe89d119", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "dd24b0b8de7e42e3bc9ab9bcc35a0f5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2bc62c9cdb06433c88e826f48d905a21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6e4e8c4b1d8e4b0180c326d293499583", "region_id": "RegionOne"}], "type": "dns", "id": "a3775a24a9c64a67b0a100cadc6a3c52", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dfa808b79c504eeea36e94c61752118f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "461b3de7b89e4438b4a089d2f3f88c95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "dbaf6ae470fc472e9769598029edf9db", "region_id": "RegionOne"}], "type": "workflow", "id": "5d2ad17f58f448b593336ab035eec8f9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "efc7d3d4e1ab469db80a98e1d4b49cb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0b9b6777418a4d2f99bd6d1fc77d9ad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5dcb8fd642324297828e2a83d0b4ea34", "region_id": "RegionOne"}], "type": "workflowv2", "id": "52ebcb8b79e54df28637c82fb72d35f1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6f71a130fdc34d589f7ab69aa2731587", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5dfe80307c06480482e41bf34377d81c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "487b8dfeeb93479e9fa3c534c9b890e4", "region_id": "RegionOne"}], "type": "rating", "id": "0907e1a45ca942fa82960aca6dfe4429", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3e92ef506d4b4f24bfe396fc52a362d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a21069438f124c63b484219a39ec2b9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "066f055dfdb64ba3b112c6b212fd6b61", "region_id": "RegionOne"}], "type": "operator-policy", "id": "087dac0ff6b04e7c9964d9da98cae289", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8ba49807ba2c48c3b9a6d981410afe9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bccb760258ea4dc49b93d6f1ad3e504a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "805486629c3641ef94826486ab45cbb1", "region_id": "RegionOne"}], "type": "policy", "id": "a1cdb333dcda45b7ae4cb48e2187c6a5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "69b22a672a964f629e15861b5facd732", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e9072df96f5b41f99842edd8abd8a024", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0ea54ccb76684dbcba320cff5ca55e6f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ebfeef97057b48168b3d3e91676903ec", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4722cdc1ca724cbbaf18e84a6d2ec15d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "169391ebf04f48cf811c55e7a8b1a124", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0dfcfd74068c49acad0e1008f9f8b7ff", "region_id": "RegionOne"}], "type": "sharev2", "id": "be61ff9625ca4dda82e39cbe5db5cc8a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "630ce7ce8ca04e05a4272b0c15347f36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eb4fef6471ac4242ac4b52eee6a88941", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "18f1e96b010046bfa49ec9efb8833dd8", "region_id": "RegionOne"}], "type": "share", "id": "fa014567f0ed445c9f9f211e320ec474", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5241bc8efefa49eca0a2e795bbeb4c37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "408959f5ccdf4710b6b7a7ed2ab03f03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ca644ab72ecd46448da4087bdb37caae", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7d26bffa0a6146c2b8834c98b396b657", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b845a8f09ec4497b54c58bdc3fc8631", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29888caededd44179751cda78aa8fa40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d3773c8a787440f85cf5359e661a4ca", "region_id": "RegionOne"}], "type": "orchestration", "id": "ca368be2cee44b1a951ce82951a6dfa6", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47fb2e08b8cb43c8bc48ca930483bf9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbb9305e4f4f482e900427822c70ff14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6cdf9e8ba39842e19eecebd2525411c7", "region_id": "RegionOne"}], "type": "block-storage", "id": "ad567e079866411a9137a411a653b6e9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85cf056f91624296868c1f0d88c7171a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc0197c1a4574234bbe1d56547f7ac2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8632d394b954bda92e4acf6293934bd", "region_id": "RegionOne"}], "type": "volumev3", "id": "cbeb5394f3214f90a57f88cd58177615", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75657a12223c4fe0821ce5d605ef83d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd9a17f759ba405d9a1b3e7ae6176aa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "989724af7baa47d8bf0f7b4b4a6cdf6d", "region_id": "RegionOne"}], "type": "volumev2", "id": "6193aa873e7f4a9e9babb7e5caa29ad6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c23f1c0b5c04786928d714186b541a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d54e56974cea42c38bc5cd5152497b85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e11568ed6334457dac3c98d3333adf77", "region_id": "RegionOne"}], "type": "volume", "id": "ffe35db0aea4460ea72bd46ff1eb9f45", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fee1a57994b94fe48fb9665ef1368ef5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "450583701db44b83a6d38823ba9cc9a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f5710885bf446a38e0d76d90c292c4f", "region_id": "RegionOne"}], "type": "block-store", "id": "e7215a7de1ee40ee8ff1e4f4159a136d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "780919c4b13f42088bb372435d668d37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "efe36fe4249a4d1eb9a5028b613f8504", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "95d12b74f8e040dfa5f5d5db0e755539", "region_id": "RegionOne"}], "type": "alarm", "id": "4b8fa9ee11b647d7b1e7c208d3abf896", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "576d90bd7b944a3e9ebb16ccfbc8f940", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a0630795ca994a1e85fb97a3ee1dd7ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b1f92e48489e4824939a914202c7c525", "region_id": "RegionOne"}], "type": "alarming", "id": "168f57b6fb2e419db6205504cc172567", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e36256b3eeb14306a2df490a9edbf197", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "255e20fd4ad34827a5f57b5d6ce00822", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6006596385d44f178e1d896992a78e8d", "region_id": "RegionOne"}], "type": "meter", "id": "f308da8a07f2480c8711c8d26474a242", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ad244d5ab2e74c97b21008bffb6f6411", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f718e807b4844a578ace546adbe9f005", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f15148dccefa4fb59b3435903eb3b226", "region_id": "RegionOne"}], "type": "metering", "id": "06ba7cd3e5b64b9288f02b2aec996542", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e4b45aad56384229a8e23f2d9d60b7d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fc823ab8a6374c95949ccbdd611427a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6a70852271e44a998be0a6d93c8aa103", "region_id": "RegionOne"}], "type": "telemetry", "id": "56a792f46f294a4a83dbed4b00390ac8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fe41c0fd4c9b41fb9103b1023aa78326", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fe0b269ae8f64beb8d90d0b191c1d8ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d99806e0a7c9445dbc22a8b4d46ed68d", "region_id": "RegionOne"}], "type": "event", "id": "7d5696b46b404136a01a7a4581cfa986", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fb8cba40c2114a9da6d238b481881615", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "53587b1f87f541ab8e5adfde510cace5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "aa8a82d9b5654a5991a2d14205c0439a", "region_id": "RegionOne"}], "type": "events", "id": "0bceaf43b5124aaf932741419894ece4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "878f5f4732a443c8b32620dd67632176", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8bbddb70ed82442f825d0920298570b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "677e94c2d3634d43b08e7a7069db5160", "region_id": "RegionOne"}], "type": "application-deployment", "id": "9ae4526dd07142d4b01d264ee0e32996", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "65a6449f393541528a860bfcd2eed17d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "15a3f8636acd4ad4a9eb1437b37b7799", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1920ff5a9a664cb4abf4e2eaac9447fc", "region_id": "RegionOne"}], "type": "application_deployment", "id": "4d2b7a5059694198800da2bc93428cc3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "68c47c04a7cd4cbca62a254054207a1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9c96c460659241579ef8d1041c2a5bbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e7a49ef09a1e413891c2122654d0531e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d15abfde6b344c7296b5d02fdd84c6da", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "383cb4fe5bf941a7941880c75b9e12d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bed2c0683483451dbc4d5b6bdedc0a2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "64a6f03aecb3405797cad801c20eaab5", "region_id": "RegionOne"}], "type": "tricircle", "id": "6ed8a79916ca4bffa644436bed3b3df9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "65d5a1202c2f432fa64bb4452e521756", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9cc4eccd6d4a47cd8f6b637cfb82a530", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c1bff91d937e4b1299cf389046e23c72", "region_id": "RegionOne"}], "type": "database", "id": "884c73f4c94149aea97527a7281c6410", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "695e58ef54f8432a83332bbdd69cdfc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a25404bdae0542d88a6bf72bbcbcd941", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c166d8dd527a4d098739cbfae3ef5a7c", "region_id": "RegionOne"}], "type": "application-container", "id": "1f7e448f9e6c4069aa7102ebf0b9bbcb", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "366b64e4d5bd44ca856e186def68bd7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c1d1681c5eee4a12a3a1e6037b7ba149", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5b92491b2613446c9074bd10daa304b7", "region_id": "RegionOne"}], "type": "container", "id": "285e89acd24c4b4c8c01246e13a0a971", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "581e11e010044399aa4a5db601d43e9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4bb4d16a510648dab4cc9bcc23707f0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "88fa06f4abfe43969aefdf1a886bbd29", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f12df663c58d4d0abd5725e08aa39cf5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "30e1a0ff02dd4f1a9ebdcb8e1367b590", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cddc35945d704a7491a5004818217bfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "792316a25eda4266a93d9a1f095f8074", "region_id": "RegionOne"}], "type": "rca", "id": "c9563671a4884474992b7d06a2adaccc", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "57fc79b20c2b4a9c841783ebc5b13e76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "324966239e8e4c7eb1ec1df28f3ffe19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c9d2a5ff157e4df79bda5d890ed266a9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "135e6e82b14b42ffa26f679fda14d332", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c2e2b18e1de64b4d99245352c873ed4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ce7d009c03ce44a08885b732071a8d5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "12b60ea9d34947e3bc052c03f5905eaa", "region_id": "RegionOne"}], "type": "network", "id": "7963be940eaf4c8f86d1419ab2631484", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "87f701f370484f269ecdd731cded6e6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7d3ce15800e1443ea7a10054ea0eedcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e263f166ae9c4ba7a58c4f21092d8ef9", "region_id": "RegionOne"}], "type": "backup", "id": "0d38146b4232433ab2d45b407136c995", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6b28be51a2d6487fadc701f85f6ceb8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ee0b67083edd45e38bd3584eb7a81161", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f4672bdabe4e4383a102596e4b2c8960", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6a5da3583c2941529f5d962c2a299e49", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5955be4a37164216b08bffd2931462ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "90ff45cc1fd74696b7ec412edd5caf5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a4fae7ad447e42c487daab98233cadaa", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1273f9d01e3e4de08bf67970b311b50f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c7176004b3df402388490d6955ea7066", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a509479884654be9aa3c4e18523a77ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f37ee4d0d37c410cba11c81e300e3ea0", "region_id": "RegionOne"}], "type": "monitoring", "id": "2070c04f404945c6ae4787d407758069", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1150d3bfc54d4d2fb3ccd36146e96745", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e84b6846e516451ab08e14ab23eb194c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d3fdc53e75174be5828f5fd0a251b7b7", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "91d02d621b6a43dd94f0f01025a5985c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "88a64037a35f4f13bc84b83ac5b13f54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "09178f73cd8945a19bea534fe49b7923", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "dfb2012d383240889a11396e84104fab", "region_id": "RegionOne"}], "type": "placement", "id": "3aa399d3224a4044a7e7c8a765ff34a3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4706e1e66563479bb6c94daf6fe3fc43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "49781ba0fe354e75b537cf507b56ebaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8e0a05e814654f0bae84180cd7cd02b3", "region_id": "RegionOne"}], "type": "instance-ha", "id": "261894e8499f4f1b9a2c19a85968eb25", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4ba6d51c2caf4e2380490ab79807c518", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d90abd9d4d8f419ab45adce938014164", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "af7b7036b01b4ce28ec2518bc8d95843", "region_id": "RegionOne"}], "type": "ha", "id": "8d360cd72188408fa816f230a406399e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f809adb5fcaf451a924e7a5573b71e2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "842eee8122b44794aa9d3430987da149", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f0fb3068dd7144479fdbe78ac5d46f9d", "region_id": "RegionOne"}], "type": "reservation", "id": "576b62753095499eb66a57ae5e12d60d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6638649fb2b14e5591a27c922f463032", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "01a074e3779a4f718c91367fffa7a257", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "00da4848cfa84c32aad5d36c7b4b85bd", "region_id": "RegionOne"}], "type": "function-engine", "id": "9083173f2b5f41b3b6fb7c48fcf0b660", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3fc76d475b1548c8b11c028417008a18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "58cd9f81c3334d198bd78a267bca8828", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "38e626193dee4d259c93dd5755f98fe4", "region_id": "RegionOne"}], "type": "accelerator", "id": "f2f72e2b641c4ac7921fe96701b29d67", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "18203818159f4feeae4256d6e8d7cd33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0b4c2a694dd942419eb8b8abcf44da51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "26816da47d8141f49070c75f5cd7ac29", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d1d39337aaff4217906e0edfe1e4aa90", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "44f028a339af41638399797ae120289a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "51c76fec9d284c30a0a8a84ac2e23a79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5719813e657c497fbc0502b5c63d38af", "region_id": "RegionOne"}], "type": "registration", "id": "d6d78c3092394d06af4bbeee2332f7b7", "name": "adjutant"}], "user": {"domain": {"id": "c8f3d69b95dc4a8ebc8fab58f4cccfa6", "name": "e00ff7cf2b834d0aa2ddf91f09cfad88"}, "id": "45f9f8db24564ea28da767b2824a214b", "name": "01d071441f6848c2be7e782f8dae9a40"}, "audit_ids": ["20e989c9d8c44662817942bc5dc5d7ed", null], "issued_at": "2019-09-19T09:04:39.032126"}} 2019-09-19 09:06:39,136 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,139 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,140 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:39,153 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/profiles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,156 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,157 keystoneauth.session RESP BODY: {"profiles": [{"id": "1", "spec": {}, "name": "fake-profile-name", "metadata": {}}]} {27} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_ports_filtered [0.182722s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,026 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,030 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,031 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,033 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,043 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.962131+00:00", "project": {"domain": {"id": "5e6168c0c66f44fcae907694f1eafb22", "name": "4c3dc2e723934e47b60d6a5719718ea8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "15bb687920054b08bf2ccb660bf66095"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c366dc018f9d4f9aad73bb35dc89b1af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "52d16a45c0754a3499d82bff85729bf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e99e1fc2fe8449a7acbb7965bdc28308", "region_id": "RegionOne"}], "type": "identity", "id": "bc031bbedc1b471b8fde811fb7038c4e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5a562fabd68f4f32898fe2fa183519fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "95f84d04948240808b2851d8003192b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8967fdd140c94bb0833fce81ea1a2a7b", "region_id": "RegionOne"}], "type": "compute", "id": "ec6cc5bb8e8648cc96b61ffd8a2525f9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6acfc89a97f14d928874015f534c316f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "975f8cdd590342e98bbcd62e0d4703b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6165d877e7b74ed5891d16ce43d0b17a", "region_id": "RegionOne"}], "type": "image", "id": "ac3ae58621a145f3afc0bc7c0519500c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "97a8eb87c68946c2aeb04d3325b47ca2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6b99159bf4794e8c81dfe90a9688bdc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "53f9485a73ee428787934fd08316eef5", "region_id": "RegionOne"}], "type": "load-balancer", "id": "38ba1a9888a74f0f94905d4688232f66", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f819564b1605445cab3fb60e40071ec9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "edd107b3929d447babdfd1370ba28710", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db97929122c446ddb8b0605830215401", "region_id": "RegionOne"}], "type": "object-store", "id": "05b733ee5ec349e99f905d45d6c1daad", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "decee1c3a7dc4665bc5c00831e875c9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "67fe678a8c904f79a3f1002f7a3b9d14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6f40d1ea3caa473c955c073ec852709c", "region_id": "RegionOne"}], "type": "clustering", "id": "0db4005c63c94488b1877565d7dfe56f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "de960ffd341b4061904810859b39a478", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3bd5527ba66746648715d52861fadd30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4ca9f789c055414f84c43854f1d5da0a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9ca18bf467b84b29b60e77403c5ce3ff", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a4cba206bc9a44d685ba4e45943166ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d338b8009af54171a2d2b07e4531108d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f19e11291c334ed4bf7d42168d4ab620", "region_id": "RegionOne"}], "type": "cluster", "id": "e28c500eb36a4190bfea9f9bcf9b36e9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2cca20c15a43443f978cc9ae62c3e18e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "42c6756f32634096815195e7ed2f8929", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3b2868a4e89f4db2b505cc826c90cfd7", "region_id": "RegionOne"}], "type": "data-processing", "id": "e85773cd882d460185eae399ed1f2e81", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b3f69b43f0ce46bd970297c78d9f3c46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fc2fa7c803fb466d9a9186006b51e3ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "94fa4d522d2a45618dca5e67335201b7", "region_id": "RegionOne"}], "type": "baremetal", "id": "5b4d8c0c2c3043f2bad5c675a1ee8e87", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2237529f9eac4b599233bde0e0e514b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "00506a6f260f4926811c17626c61558f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "962ea9f35ede49018d9d9fd4e21345c5", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c7e999148c6c42328ec6a53c0cfe6e7a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9e7accf2d06b4d259845bc90f6fafcb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6c57a113d2e842d6b5221cf4ba2d44fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a42488a61d2c40a1b7e01434ca68c3f6", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9c694d3d2a204a5397e8906ba69a0b89", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ffe75830f2ec4c93af224e6c18f143fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "897372e7b9ac4e21983558f76050c0c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "441d951da9734e17b2c021cda5001106", "region_id": "RegionOne"}], "type": "key-manager", "id": "33b1ccd08bca4a00a61564fe0d31f322", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "19a149abdf634d6c8cc6a0db26b9505d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3efa3a6e421d46e19e20971c771a71ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bc353047a4344971bb0747405d1239f7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c7064b8851c64fc2ab12257fb44bea46", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eac2c933605b418c8d7bf38431a9d105", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9432dd532fe44af1b83b467e122386d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f0acd9521abe41cfbdff78385a8e86dc", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f73854db8f8a4b60aca1f51ece30bdac", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d573a2d6337b4bdbb2cd92d8ad8921cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8925053b80c147b89fbcdcf9a20b288a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7df42a2ca73942748d82c70f7a7f8601", "region_id": "RegionOne"}], "type": "message", "id": "67411384d28343ada11be6d3452505e3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a9460b9ec676492cb3f5ada2d3937b36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "aec8f70ed3d64a9da95d0781df60a16a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c853a996934f45cda0fd3a9e6c336eae", "region_id": "RegionOne"}], "type": "messaging", "id": "b2dd5125462f4d149e335940abaa4d53", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1343e32448f045c9a66c891669b9f819", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2301b7d0e69144a9847db23c60e6e700", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "70dc48afbf874dd6b5c788e811613bd1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d161040064ae449fa378d1c5e5008886", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8af16f4cdcf649e48b7bbd4ce91efc97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0ced3bf522c24776967dfc1422c5c12b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "934b9ca4ccf2440191a8114fe3b68d32", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "cea2e2d174204ffbb66a8a25b97cb06b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a39f3cecb1ce4c3aa0a0ee35f73e6f47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "98c2b13ec8254164ad5d844fa3587ffd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5a3818342d9d4afea8652f9d4fcf48e8", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c539e5424f2c4bed8b6839f7812b1531", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c9c01709a1c41deabaa58cdf8fe81ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "72db9cc464b942b988b88b94ef5a5cff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4932a85d2713415d86ed6f4a02e6ce19", "region_id": "RegionOne"}], "type": "container-infra", "id": "f8eb570448a14ddfb797231abd2735a9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4c60853090ea447b8221e4d14011bff1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "28c649539c9843e0814b4b17dec218e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4991cafdaca745e6b2adf80216d08885", "region_id": "RegionOne"}], "type": "search", "id": "abfea52acff34e6a92f258d655199bf7", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4c27ef3d45dd4fdcae8081968007081c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2fbf93f6407f4621807467de7aa95819", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f0877f1f6c1949c0b110729d29f35b9e", "region_id": "RegionOne"}], "type": "dns", "id": "a40821f19c0c41a68eb80303557c428a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2104d62579354fed9ff33fe81258f2d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "201f5731612a42eb8a2f8c2fbe58010c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2b486d7e17954557a317bc16dc34ed5a", "region_id": "RegionOne"}], "type": "workflow", "id": "0bcb5442d7f040f792821068795c6ab1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "60e3d4ec5eda423ba5d440fcd9e49218", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "451ab6cf9da64d4f8d52a8471cc09b9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f02ef77e4b0648298a3bfed54001321a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e2a1352427744b0a9883c80d24389a84", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d4dd97d151824763bbc8f1f243faa8b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7d8387279cc9426b9c1e0c953abcb585", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "12fad6a613e14f14be0b0796b999242a", "region_id": "RegionOne"}], "type": "rating", "id": "41ba70e588d049f9bc593cfc262e3056", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e3a6f7c2e62d49798a3b51ab69816f75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3f3c80096a234fb49976e7e02f7a1717", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "da4e9e2dfdcc497a9e8485feb3e11a81", "region_id": "RegionOne"}], "type": "operator-policy", "id": "cc03e945ff8941ce81a7d32782dc38f6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "788e8409e06b4116b5546e41ea2309c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4132b77d0274472998ee956f8c576814", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b55dfe8e3aa949fea3bbab6a4095f28b", "region_id": "RegionOne"}], "type": "policy", "id": "21c6e660698948dd988a8a46d8ec0d19", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3cec6d3deb454b39b9ec7f3781fc429a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e9e125951bf04eb18731dcd86f1c56f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dfb372fa5ec045bdb78196badcc34c7b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "308fa60ebc6e4ba3ab13838f1bb3d3b3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "687067f6bd2b4fa29c419f65172c0879", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "58faa318961744a7a13f378e189b80c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c0f793baf1cf4f9aa996583c036e6510", "region_id": "RegionOne"}], "type": "sharev2", "id": "45f13768f6ae413c9d608e41eca43b00", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "362e20e942f3410284794ffffcea1aca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ce80a6a741204f9eb46f0cf4ed76cdc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "632c01883e2a42b983cd99f8edf31efb", "region_id": "RegionOne"}], "type": "share", "id": "6f9f3681eb834cd989396ba21c6131d5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "82731017c7ca43fa87cf8a7c6a132a73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ff37cc4a4ad549e294d66d3a347c59e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "618197528ba84a1ab402044d9a260ea2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d5fe838c232e4bb6becd6665898db33f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f254f4c5dbb241c1b5f08edf20069e4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a911d8285ff54c009ab714f334916b2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53d94665b9fa4703b8442fa2a530a575", "region_id": "RegionOne"}], "type": "orchestration", "id": "89299d6a85fd44be8a442b4c769bcac0", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4352c796efaf4164b6c4dbe9da81a42d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd2ab2604ce646e6a4bb91082c92701f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad58b55365814e8182b551ab08d16936", "region_id": "RegionOne"}], "type": "block-storage", "id": "391bf52cfeeb4d1680835bf0ab8d4e3b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "057f3c3ead9a4b43a04509aeabeea92b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e134ccc99cd84dc593f9dfe7f63c6a8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1376786ce15445fb00780867030c6ab", "region_id": "RegionOne"}], "type": "volumev3", "id": "a13248a63fe84095b532213dc5e35809", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb91e9ffa99d485b818766677bffa459", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3572f10862344bb091160ec0cdab432a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d20ddaa03364efca67b9dc4b29509ca", "region_id": "RegionOne"}], "type": "volumev2", "id": "882bdd9c01c64acf8039ad92852d8efc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b697ae44c8064f2281fb57b9575809f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6b4a3f67e744763928788d9c7586c86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3655de6557e4070b815783de20c96d9", "region_id": "RegionOne"}], "type": "volume", "id": "ebb8ba82109a4eaba444f93596c0ffdb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4813a9a8bb8148a29ddc3fb17fa540f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1022fd9a1e8a499fa9e875b29d61545b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "953052a3863c428c817159f1fd3504b5", "region_id": "RegionOne"}], "type": "block-store", "id": "dd0b0f13d1714f3c919ba67fc950a274", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2c65a71a8e354bdf982660c69d12a064", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bd8f9177f9bf437a96f020437451fa55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a109fa583b094afeb249def6f15143e5", "region_id": "RegionOne"}], "type": "alarm", "id": "b949c86e95484f3c87ed5aef872fb162", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c0c13c4af3bd4af78b819ed661b4e0b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fd27bfe573ed405e893b0be9194581c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4a552ce9f24148148ce0c0e15dd97a55", "region_id": "RegionOne"}], "type": "alarming", "id": "288dd69b9273450c8d7d804c3ecd79e1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "05bda86c7d1849d48175294c568e25b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9be89f4dfecb4e0fab7d5e4dbe9f9a86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6adee0d70da24d60b14c04942eb2821d", "region_id": "RegionOne"}], "type": "meter", "id": "cb8274e64b69459fa1eb8cc5067d041f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1e7c80d47faa4ec18dff2f3529d05fd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3fe63dfeb44f40f1a69daa7e9beb79bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5f672a0791ed48089373e6fcbf6dada5", "region_id": "RegionOne"}], "type": "metering", "id": "ec54d75eebb646719cd8a99045998119", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b4657ddf94e144e8a8fd7ba698dad3d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7b0b0bc218e141808d0425d2ce792489", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "767efb13dae14a8d9e1a9088f5fd8205", "region_id": "RegionOne"}], "type": "telemetry", "id": "a86cc25c267644939730cbadac9ae784", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f6ec8913cb204007b5f2706ffe1c1fb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "853c8b4324744675b7430552952b8655", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5ab3446e35f04e9e88509a5992c43dd0", "region_id": "RegionOne"}], "type": "event", "id": "e5836ef4371d4beb9e576f75d7ed940b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c396f3142b4a45c4a97df9bf058175d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4ea66804d09f413c8daaf8ae9befabcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8d09f496f2164f7298035a696e988397", "region_id": "RegionOne"}], "type": "events", "id": "f01cb41f2adf4fa19a8cacbc1191f6fd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7d466c027af843e38bb086376dd952ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4aa3583420f342e0b8197edf0b462c39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e385e9459fb440d98fada61679e0a2cf", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4a16072b535d476b9440d527bb9eb864", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fb6674f14ec04f74af871f92fea59015", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d3076dc9ed5447c3a556caf39a2ffd98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b55f3841a9e245d69ce241103c3d1f30", "region_id": "RegionOne"}], "type": "application_deployment", "id": "080f6ffeba704c3bb943c8a1ec8fbbc9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "eb2dd9a170d44172a8aae2483ff13e31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "516e5ddf61f840ada84f144103564e9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9a63f9bb3bc34def8d81c7f449101c26", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5be52fcfb42f457e8c55cf5ba7c0d30c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "60a1cd66295e43a1a73d77780d9269ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3501c9343bd145bfabb13cd7f84393f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "866ad087dae74c079e39cb04849197ee", "region_id": "RegionOne"}], "type": "tricircle", "id": "fec17601886942ea9862fd3641302b23", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2ff72f9bd54f4b99bfda4995ba47a086", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1a7812b578f443d097c736f6a6d029e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b114dc4060be4e0ba4fc5030f5ffa899", "region_id": "RegionOne"}], "type": "database", "id": "990848915dcb4663a2f7028ed5da2890", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2b9a8b75419b4cb6b8cfd90259815db5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7250e7cead8940f9a249cab8967c70c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "841ff8d8644e4bf8aed8040e7f3296d6", "region_id": "RegionOne"}], "type": "application-container", "id": "7b8a64b32bc2482fa0e5b4855338fd51", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cd873f23ee5c41db9347b5aef01b89b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1c70bc50c76e4ae1b5eae6586b05d79f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "068977c78c9b4806b6a0486a50a0172f", "region_id": "RegionOne"}], "type": "container", "id": "97ab8d6ccfb94f67ba5542f13cb48cd2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "daf6b1a3fa724036a49d23070f097847", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2e9f8ba770c7440ba42430eb55667b8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "be59d74e8e564ae4ac3d13b29010e531", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "25ffe74a19bb46b6939e95b72637bb05", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "752a1b2daaa04fb5b2badafcc9b388b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bef37b25555e4708a1bb50125e8132de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "95b7383c1f35495582584693892410d6", "region_id": "RegionOne"}], "type": "rca", "id": "04335d7895b2459d85313f940b50b5c5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e8bbd07e507c4cb9881d39ef8e5c99c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "028c62efa7b54fd2a5f1845334ab6e6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "633d262e084e4577aff68f9a47f62727", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "236f51a95e324f5ca84658440aabd1a6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "40ffaf5c7101499cbc64eac8758bdb51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cfc03d7c8aae43a09725b8659c3afb07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0f31e458ab894e07b86afc67ab9fde2c", "region_id": "RegionOne"}], "type": "network", "id": "bcec80073368474e814ddc95617802f6", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2371d9f3ea2f4cde91410ef7c5249b9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "37b013b54d624a18858731ebc8fabf79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c91069fc766e4445a2c57bb2cbc89532", "region_id": "RegionOne"}], "type": "backup", "id": "4d311b7198ab4c1aa5f1fbfff0037f49", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9c00ab511f624aa6a376675e9d7096f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9900c123bd34444caa5d02c9c168ca0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d5f3f2708a7c4ab49ffadf55ef894a24", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f93c811ab2094c8f9397422d65c7fa35", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "abeb953c175c437c8f5ab281d1255ee2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2cf7648918334e2ca6c73b87ac9626bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "024ff71392ec4b9680ffb2a6a75e1e73", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1d8b8c282b364c258f68973f254af5cd", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2d2cf181f4844fdf8223d5fda7cea2d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "17a83e751b9e4d5aa158131cc3232db1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "48048985c9bc4fdf83a597a4fb5e7f94", "region_id": "RegionOne"}], "type": "monitoring", "id": "82022f3362af4ac3a7b528ae0dbd4f3c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5e16a703b2dd4cdfa63587ef97f8be70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "dcf3f258af7843ccb888e08f4408af2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4558ec5ac3374553b00c229c746beba3", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "1a7a9946504d4ab7be9284545b179a88", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "024a48c7c12348feba30fccf93f52f07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6957e35ae4324362a30936ecdd6a9b0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c00a83f0f50342adaee1feecfa071384", "region_id": "RegionOne"}], "type": "placement", "id": "19b739917860442b913cad18ed8c6451", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f2e9dd818de147f5b34d44a57f8ce923", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0a5a6ef5c96a4b82a9c026ab291e6f51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "48b8a69839894f95b2c347b7e5c77589", "region_id": "RegionOne"}], "type": "instance-ha", "id": "265ad7edd37c41b9a0215ac25e80da39", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8585771c02d944dab8fa8fdc02115d77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d6271a82c1374f01a525a81304fbfd09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6da888543ca143a9913b1e3ce19c46de", "region_id": "RegionOne"}], "type": "ha", "id": "833de2a0fbae46fa9270a2815a7d5613", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b192dcde8313470eb0df1a504d1dd18b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5752a94a383d41109c174b33a850b653", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "613a3dd1a11c4d088289035af21c9bce", "region_id": "RegionOne"}], "type": "reservation", "id": "407b2fddef484c509f3bb4776b36fbf6", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "41c3377a0585469a81c06a2296cb859f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e286e47eea584f24bd9bc33d13d28398", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1261f6c5dd2a4e63860cdc5149915897", "region_id": "RegionOne"}], "type": "function-engine", "id": "d8969dca705f428a953931684c6c124a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b6b817939bb24c80ab7f0afcafcb683a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3753335973304d6f8b9bf9d663295cc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "aa316a27ae9d4fa982f3ab9e64b13ab7", "region_id": "RegionOne"}], "type": "accelerator", "id": "1f91bf47d309428d8c06869d284b8c7c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dfbfaaa3aa9a4ac3ac822d196868bd5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "67c63c01cd024b91baa017963249c2db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "00136c50433f4c0992a47c667d7b8f19", "region_id": "RegionOne"}], "type": "admin-logic", "id": "31900d6e5b3a4c5ebb3f11ef855aa87c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "88d1c23863164a2d98f394a95f5aafc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c65617c620fa42fd950e53a9d830d949", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "215906f06dac46c29a6a3cd446f0a862", "region_id": "RegionOne"}], "type": "registration", "id": "95e49fefefa5455386d969af5e36421c", "name": "adjutant"}], "user": {"domain": {"id": "c345f5316722467fb8a57f7ce3ef2917", "name": "41705f106a09470099e7ab809641c579"}, "id": "759e7b47ae3a4e23942bfe54da57ba57", "name": "1e1a2a50e7ce4c92b338d4364a9510c5"}, "audit_ids": ["39737bb66acf42989733a5092f3162ec", null], "issued_at": "2019-09-19T09:04:38.962131"}} 2019-09-19 09:06:39,136 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,139 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,139 keystoneauth.session RESP BODY: {"ports": [{"status": "DOWN", "binding:host_id": "", "name": "test-port-name", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "test-net-id", "tenant_id": "test-tenant-id", "binding:vif_details": {}, "binding:vnic_type": "normal", "binding:vif_type": "unbound", "device_owner": "", "mac_address": "50:1c:0d:e4:f0:0d", "binding:profile": {}, "fixed_ips": [{"subnet_id": "test-subnet-id", "ip_address": "29.29.29.29"}], "id": "test-port-id", "security_groups": [], "device_id": ""}, {"status": "ACTIVE", "binding:host_id": "", "allowed_address_pairs": [], "device_owner": "", "binding:profile": {}, "fixed_ips": [{"subnet_id": "test-subnet-id", "ip_address": "29.29.29.29"}], "id": "test-port-id", "security_groups": [], "device_id": "", "name": "test-port-name", "admin_state_up": true, "network_id": "test-net-id", "tenant_id": "test-tenant-id", "binding:vif_details": {}, "binding:vnic_type": "normal", "binding:vif_type": "unbound", "mac_address": "50:1c:0d:e4:f0:0d"}]} {20} openstack.tests.unit.cloud.test_coe_clusters.TestCOEClusters.test_get_coe_cluster_not_found [0.139975s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,004 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,008 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,009 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,011 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,023 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.944621+00:00", "project": {"domain": {"id": "51bdc298ad9941ac825d3df8c417cd34", "name": "602acf1ea93d4a7daf7bd87f7848eba4"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "01de28cd08ff4193b0a079b622ace9e1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e7a4fa741a7f4267b1b67e1e57b51ce4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "489cbea976c540329659bd90328143d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4971db37fc37486abd7204a7f627baa0", "region_id": "RegionOne"}], "type": "identity", "id": "2a299af773a2456cab049d6c66fe7bf0", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "62a8107768034bd49be910be61a92536", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "850dc553be324b0ea1c054c5424986a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "90d7ddd25e304be6bed2117c8edc55be", "region_id": "RegionOne"}], "type": "compute", "id": "739e3dabf1f54a0e9b635e38aff25502", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7c3862f1405842e4b617e429f66abbb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "89d031deebab4dffbbc59a8863a7da77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "39aa6b879e304f058de895d6ebb4114a", "region_id": "RegionOne"}], "type": "image", "id": "ce74bb776a954355af13ebd2bda1d38b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1541c5d52aff48928867fccea3e790c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1a882d01d9ca4b5c8f7b71adcd383aa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f863e2e5123245aab484e5905a542c8b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "26972bd72062405792f2647900f1acd6", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bb6ab72288940719f4e0957e1a682c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea06eadd4fe34d83a286807b7e30c325", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e25ff5340c324206a63ca93aaa1ead78", "region_id": "RegionOne"}], "type": "object-store", "id": "5d4a11220a0d4b35bf396c154873a977", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "879ded77c2844bf6b00c6edab4d423e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0b9962544bd14ff18f576fd3c8308b33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "10d87b5b7d7e41638a8f02994a1e20eb", "region_id": "RegionOne"}], "type": "clustering", "id": "98ffa3879b1149c38550c1eb3b4d10bd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0255fb0ddda84153b3cd3dad8fa90ab0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ced251741cd94cb9bdeb897ddd9561ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f67fa38692734838b94763965f91a2f0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "baef3ca77a594129a8e327cc1d237df0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c23ade8622084d238d518325a2bcff83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4d73a554bf7d4703996753a9c0e4116b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "084fe4ffee35458096ad37b9ce1ff9cd", "region_id": "RegionOne"}], "type": "cluster", "id": "276d32fd91bd41b0967e7c7c52a6743d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "913e6d31be4c49d5ab880f4c435df6a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "83a9b988c80442859c0e0fc812d741b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "bd0b3853cd92495c83301f37c06a55b6", "region_id": "RegionOne"}], "type": "data-processing", "id": "11d8bde05ee94f89bf9a4ef717438e50", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "612062c4d44a4447864f30a8b4301584", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "317a1505527b4a72b5445660a11f5490", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e138ce2636674d76861cd452b95c3bad", "region_id": "RegionOne"}], "type": "baremetal", "id": "7dd85b69a4104625addcfe0b79ce6e0e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5cbbce515b974fcc841ba60fe06c0b5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "22ab7ac47edc4a20b827af5ab1df07e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "188c825b42de4e6fab2dd11146a898a9", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c7fcb3de7a8a49d9a91a8d395ba32251", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fa978b14a2b94c37b7c38f882d601fe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "07baad70be9e4f249b65ee67ff63cbf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "23ef3548d4fb4fa6b5aa8945956fd31e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d5d195d4fe574c0dbabda38850901232", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a03fe67cdad14e2d808f926bcf1dbe9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c6d216431bc9479fafa00f19fac00da0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "11a4d10768bb494590099d67c7628218", "region_id": "RegionOne"}], "type": "key-manager", "id": "f9e411efadf34c048c2e78fab82778f0", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ec20536a21d44bc6943a8c527b02f7bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ffbb1255e0a14ccbb9991e585ccefbc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e84ac3b47d3641b4b0b6aaa605359a1c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "385f7988c7514a3e88d5214138d86379", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f2170fcde95a4b718fee5933b78b9588", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2c2da8d551924bae810f6ca68db34a6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b51ca0db4dcc46d1a0415235bdeb5410", "region_id": "RegionOne"}], "type": "infra-optim", "id": "52b61068d65a4620b835a5c565e32a0f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "746de97f110c458fa225abb1dfc9f58d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a03764d2ed614f65ad36b4bc82719592", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9450760c46f347758b79d8e215caffa6", "region_id": "RegionOne"}], "type": "message", "id": "4d275fd3b4f445e59506caffb0975665", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9fd3d63861264796b9c853ad5ff45959", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "22aed570641c45b2be5a2633a0f4214b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c354a26a39394b1593c06ce56e86877d", "region_id": "RegionOne"}], "type": "messaging", "id": "3bec02b478334fe9bd64129b7470e83c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0c63ac86a9da4e678c7df609fb520f03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0e19915700d0465facebed3df08357f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9040f985a0b84627bff0269d26214e7a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f6ee5c57a5a54364b5aa08ea6db0a5d5", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5865111e627340719ca45074c596e6e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e3c6a88d40644f629d3396b9f9673915", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "44d5af6bdc134a0389086501218d3623", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "99dee5357f3745cc97b099d6cb0269d4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0de9b68c727a46e3976a04faf4a055c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8a8ac381009a45c79006f2d7f6909c53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ff1f90f4f674ca59aeee4a6856c565d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b4adb7ec052a4404a64db31bddc61d82", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "06e45bbd036449a3b0c7bee158f5935e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8090fcc67cfb42cb8b6e46c68981f322", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cbebb9b269204b59ae057c03331dd4fd", "region_id": "RegionOne"}], "type": "container-infra", "id": "b9156aa95c2745ac95f86cedad5b93ea", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "df86dda141724dcc8bdbcc7d0c952779", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "da33e90f552d46a389c8374dc8806ee4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c1cae81011a54594aa6ee8c16b00ea47", "region_id": "RegionOne"}], "type": "search", "id": "6d0558a1b7f54cf5928c888ecec19ac7", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ea1cf6611d6c4089bb74955976356a62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f55c478011be430aadf512060cabef79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d7c6472b7c82477fa2ab09d54ed405c9", "region_id": "RegionOne"}], "type": "dns", "id": "038b6eb0f31d4eaea22cbbb904ded014", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e57fc50d350f4dac924ff7baef836ed6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "932e1d25805e493b86b03b5985dae7d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6190e78b814b44e3bedcf5a41bdc3927", "region_id": "RegionOne"}], "type": "workflow", "id": "4ec2ae6f136648c6bee1920e0c92babf", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ead6a93fdb9d4986bb3ef1e2660b128e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3594fd8d81ab4d269e470fc496b98ae8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "175f3572b536496e918426b5d8a5304d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "776a57d633124a4d8faf5d6d8c42e9e1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6f8814e7abc140c1bc7bb83770216582", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e857f9eadf51456cb8b4e42a2a0d3be8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0a65668032094d3cb7780ed40f4a4364", "region_id": "RegionOne"}], "type": "rating", "id": "c9177a9480be400bb4316e15aa6f886a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d6a92455a0ba4d0bad89a62f3620e8a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "65c2b8d4d87b43998ff3d822cb9118cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "297fb044999c4bf2b5fda5abed7cc23a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1adf77d0de904fd697c48ab9fe4e1f53", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "aa33d53fb0164b7eaf59da1fdcfca793", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9e80503b2c8e4c2aa76437151a2fa546", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "175ecf2f76144ee6a736484acb862588", "region_id": "RegionOne"}], "type": "policy", "id": "e27f8b204fb44c5ba0c13eb6122adbb9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0c5796b7a8a840e287b38e168c87b892", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c3483f0983494902b5b1822986ef944f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5d859c781e984443b0d6b0a22c22b485", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "64cb63c844a74812a1771b5498d80e19", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f770bc09ec1848f19d676bf21da66548", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3776a1ed77bd4e8ca846c43aca696690", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b90e05b1aa8741a79903b385b7914f57", "region_id": "RegionOne"}], "type": "sharev2", "id": "1850a62936c34436a749f5741554f749", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5d8f5e007e1f49b086e9473949b1a83e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1e31b94d68de49868c92bb00ae5bc79d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ca0bbb7c98ab49819b8b8db5125d0cb0", "region_id": "RegionOne"}], "type": "share", "id": "e3c4e28a94a24fc49663fde3e8f1a5d9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b67b35141f23429b9f5fbefb394dce5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "cedd45fc6c78461b92e673051a3dbdb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "705a80c181454f8d80fecda5257cde20", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c72649ff6c6f43fdbbf27f0356602cc3", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "881ccb3c4d4b4fed9621bc9bf17a2fb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a34d247f97164caeafdbe1004b5e3b93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27a61628dec64ada8bc788e9e39094aa", "region_id": "RegionOne"}], "type": "orchestration", "id": "62a043cb132244f7bba0a054f2489950", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f34e522cbdcc46a9bfb375c90a6612cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6022f2327f804a7097fe8b01c3956907", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08691fc195cf4f5abcc727fbccef1528", "region_id": "RegionOne"}], "type": "block-storage", "id": "fdd6e7c4227b4e1fa85da1b55c97c191", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28d152b680294e7fb701386b12d27aa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7cb1a8c3ebfd426a91c11e4c7aeda7d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b780b60ca964cb4830b8cbaf4f4da52", "region_id": "RegionOne"}], "type": "volumev3", "id": "cc8532ef257f449794aa8047d50e93ca", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9a9d31918014054a5f402996d3df17f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4a7ee3af7ab480ebe34e76e0f463ead", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6889e07f0d814e22a17efb5530067847", "region_id": "RegionOne"}], "type": "volumev2", "id": "dee161bab2c9404b8ef3b61e82e13205", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e60bc243eefc44a48979e2457576d04b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eeead46317154edab8398def5b1c66a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "990ee6f22c20465486d914cdb3bd3108", "region_id": "RegionOne"}], "type": "volume", "id": "31ce4b0a8eaa47018ffec315482ab054", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "109cd6765f8d42d895522228b502da3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9f8c5ed65a042f39cdff4aa66979e00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f12da31347d4be7822d7cc38775639b", "region_id": "RegionOne"}], "type": "block-store", "id": "ea4ade4224f343978b004226d536dfff", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e0b3f8007f4c4a2f84ae52d348d9629c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "81a88f2c50114bb08ead5c7fd72628b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "31448ff47e5f48bbb8fd0b69faf90295", "region_id": "RegionOne"}], "type": "alarm", "id": "3e1596f54e274b5faad898b976898a04", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ddc7f30fa72348ba957eee28b2548f5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c673c997958340b8996a4666edda9a43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "52503c5d300c46fba94ee6458221c629", "region_id": "RegionOne"}], "type": "alarming", "id": "217950df094346fd8329c2758e3ea0d4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a0a7661d85b842e6973a9707de2ee4c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f91028c7cff6471093adbfe117674386", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3dea1b6018714cb0ac15c10e5d60504a", "region_id": "RegionOne"}], "type": "meter", "id": "4b83f7ed183747ec9ebedba3ddd2a8e1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "40b81687135c476ca3c46687900da434", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a31561751ea54bc6bc74ff2762a1be6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5210f89d8be34e75a47a1d928a5b169f", "region_id": "RegionOne"}], "type": "metering", "id": "9524128f0b564022af6161f99b78e0a0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e526ce5ad135467091996b7a2bc823d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cd3e34df5ed745e08f5143311b66aead", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "94f36b085d3c46b4a9c801aae4974034", "region_id": "RegionOne"}], "type": "telemetry", "id": "9603103d9e2644b78616dad685cfde1c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1704ba44a1c749b39d6291934cc96b43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e3a49a2a0b894f08888030dbc7809b38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "16a389f4ecd84137aa3cb513917b5b21", "region_id": "RegionOne"}], "type": "event", "id": "0bb98ff58fed499d88d6f29b6afc920d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ff013b5465cd4e9caf3376b4560a589b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "11b3b92cf19642a382f9f7f9acc14893", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "17dbdcd7f1384e5f8d8dca6b1ac5c440", "region_id": "RegionOne"}], "type": "events", "id": "5800bf712459450f8a9cef4f27c2faf1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f581fe54bbf44ebebf35fa5409e577b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0623f53dd2004f77b9ad4220c83b952b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f1aa1b293dfd42dc944bd24cc51dd34f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "25883acbb7644c1c972bd77618e28acc", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "53488c7140884b0ca5ab0d42fb77a8f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "97246dd8e7404ea68f4efe9ca8bdda42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2b33741a6b2244e78066764d2b2f5b71", "region_id": "RegionOne"}], "type": "application_deployment", "id": "7b70f0e28af547f691af92a44a7508a1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1279f7facaa84b768a7539cca7ff4f15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "48efbae2460147cd9d7f6f67232ab843", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2dc002259551476ca51244ea315e7ee2", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f40924ccc75343278be61637b5730f26", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "62445bff9d0841309b6075b7148f2ef8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bf20ce9b2ddd45ac812b75da4556ca83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3731221db47844ec8028dda584bd0c04", "region_id": "RegionOne"}], "type": "tricircle", "id": "9e707549ccd34ca6a3f8bfa0473f5401", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c00219965e344de5bb99200c0adaddeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "47c02f23f71947919dc2fcd28c441239", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "8be7e04446604c3abd8d856941aca371", "region_id": "RegionOne"}], "type": "database", "id": "a866964dc8014d00b9af7d4093ad780b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "15f15f57fb504fa49685eed6e8f363d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cf081dca6a424047aec9b67f16d58928", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4710d0aaa837446ab3812d98d5c015a1", "region_id": "RegionOne"}], "type": "application-container", "id": "06d7fa8b752d4f63b806675c9e86a635", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9f42e057f7294bcaab75ac62c8c73203", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "78fc841d596348e0a16c1b079d7cfe46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ca46fd9920dc4ac7a49db0660b8b86da", "region_id": "RegionOne"}], "type": "container", "id": "e17ed5e47dee46b88d442f858b94afde", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9b9fc919a38d40f3a7ef5e9b8283ef4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c8aadf8b91fe4f64a52f45e73bf62682", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "70228dd2652e46c1a67f3eb92f2f8802", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "570bf96b4aef4ce5a679b2d8e8625e7d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "18a6bd8b166148069cf46ca296e3da13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "21d51738e9614604be2e7f9363928b8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "36345ed3617a4c69bf6525c84a9a7909", "region_id": "RegionOne"}], "type": "rca", "id": "ba27cfc4824349699b8f2dd62cc7dcf2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d788e29cb9d34bfe8c031fea98c96a66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7ff593770fdb4e7a8ef608147f4c4e81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a656a4f194694ca98b5f48997d21e421", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0c8db992ef374534b6003ddd0c42fc7f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "fa4963a85183488ba4dc7679dd577ffc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "140006b589794158b8a6424d637db597", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c06a9c49b5244a14bf9eec9d6bb401ee", "region_id": "RegionOne"}], "type": "network", "id": "960d043d6cd148d380195768852b1a70", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7ec9aba2715744e38b947eb0d03ebfce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2a5a3bae9fa14c07863e4e6db6915819", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9a74a045b9d640528fd58318ef09c27f", "region_id": "RegionOne"}], "type": "backup", "id": "11b38aef7a564572910fc9b40d7704dc", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "67f0c7f8534242738fff34d3f4a52ce6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "80479e82cf3d422e97276de624db87dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b7108d93f4544010b4838e289f64b697", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "481206f12fab46f3a8ba7116c7e36b7d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1adc343c60fa4d0083cb965cea881b7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fbee6337dead4326be26e8326245598c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e0bcfad9ce0b448ba5f6abd027a34a61", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "bbd933730af1490e9729b432c7839196", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a9ef8e9d4b4d46dfb155399ba9ba1757", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "271654419fc545ee9f20acaa1eb709ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1aa0085da8934f8aa1e081837914ac92", "region_id": "RegionOne"}], "type": "monitoring", "id": "7d01cc2f89bb4383a7624d3474fbe560", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "938fe802af03442e931c852beed0fbf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5135d6d5089e4d50a6f3f0572e1109d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "429904e3019443d5b8724f23f94f83d3", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3d0b4335f8c1475aa27f6ae67c8a7bc0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "7beadd77a0884d7990205a6f9e8f3456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2c44d0b51d8049fd83369a4984e00948", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "762fe0aabdd444d49be6ac0789500e6d", "region_id": "RegionOne"}], "type": "placement", "id": "502cb41767b9421289b3b3d59497d178", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6c693e9bad8843d5b8586ed550e9fe60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "00890dccbfc74aeda96a5e91697ccbc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "41af52e133634e32b3831d23cc01c616", "region_id": "RegionOne"}], "type": "instance-ha", "id": "aa11b6e41da44bda900f1b30dc2a40c9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f5c53b4a51fd4b94988cdd28db57b14a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "451b9279143b459681fba27aeb301497", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ba0bdc98152d4639be089108d6c52fcb", "region_id": "RegionOne"}], "type": "ha", "id": "5a0e8bc012114241afa9cafd22dcac7c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0cd2e1f9630c4af29274e5728c3cebae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fd23d1980a004b8b806a9fca693b0fe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "2eecf9cd07a2430c8a7a67a77eb4acc1", "region_id": "RegionOne"}], "type": "reservation", "id": "84631245887e4d3cb3650ccc779bb6a6", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fd056672a21a49e4b9aa6f7ca28cf92b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c4a7185d3c8e400dadb9fa9ae1445eb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3a17790dbf4b445e9116570f287726de", "region_id": "RegionOne"}], "type": "function-engine", "id": "1ff5fa73c61949a8918c5645a1cb0b1d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "85cef2e3c35a4c91ba8d98a4e2db6d82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "477bdab2848f44cbbcf9ea335e3f95e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f981adcb275545e6b4c771a6c1494f69", "region_id": "RegionOne"}], "type": "accelerator", "id": "ff1cc3c4580f41c99b0cb04c5503ca60", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ce8e840dc3bb4dcd834741218e216976", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8892756ee1e440deb7d77d413fffebd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6eb524bfad15425888e320cf88252f74", "region_id": "RegionOne"}], "type": "admin-logic", "id": "866b8d6dad884816b9bf51b528cc1c74", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "efba11c8c86d498ea136aa7218c5e334", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d0c57acc43f44983b8c8c48011903816", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5585be83945a4154a2ab9bc18a167397", "region_id": "RegionOne"}], "type": "registration", "id": "ced2b3cc5f884f72a6544a6591c66971", "name": "adjutant"}], "user": {"domain": {"id": "df3d7126e1d049ff930c9838dabb990e", "name": "15a65b4cb6404f1b99c0bb05532a6410"}, "id": "363e9be63f984ceb9af0d2f1a1c031ff", "name": "a1c34ba79ed04b7ab89d8ade6645766f"}, "audit_ids": ["818868fc66ac42e0a78d56ebd97283cb", null], "issued_at": "2019-09-19T09:04:38.944621"}} 2019-09-19 09:06:39,073 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/clusters -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,077 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,078 keystoneauth.session RESP BODY: {"clusters": []} {1} openstack.tests.unit.cloud.test_cluster_templates.TestClusterTemplates.test_search_cluster_templates_not_found [0.175935s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,039 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,043 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,044 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,046 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,057 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.977602+00:00", "project": {"domain": {"id": "3c8000a8f4d84a889826c78ce0a24b19", "name": "136855482c014a82a024880fe5a61e7e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "9c5dee4619754290af5b7ffc1c59b110"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "41db4e8527514db29f90590874c559af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a46d36b805bc41dbb8e4f9ebcfde46ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "cc8f108b33e8406a8a8110b4dfdb0472", "region_id": "RegionOne"}], "type": "identity", "id": "313c5b2f7ab14bd99d90b041bce09664", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a625c7d82d864bab8edd44874bb29e4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "db0182a4e36d46f8af0ed43a09cecad4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "72556e573bf54278b9893bd72b0a2a34", "region_id": "RegionOne"}], "type": "compute", "id": "7c91015874374b99ba7796d7915277e9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "970fcf8a9f4f484f80bcf6ff32538c6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c4c1cf7fc65c48ca808f63c7322d0f06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "1fce4be0fbe04ed287eca70d8389b6c4", "region_id": "RegionOne"}], "type": "image", "id": "10f7a12820634a2b84678f915a0c6c50", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fe556597e2de48d8a0a5b60c7c74f2de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2a6b7442f59d4a68a20c5b31446ba037", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2c36c86ed8884e4ab86b63b8efda68f7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e44159ebd0b84cab9ebe6b3936d43500", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be30bbe4853d49e289a7b74685781749", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83240b1a209a49ebacabb0c52df69e9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44138b22805f446fbb11ddd3914c2b01", "region_id": "RegionOne"}], "type": "object-store", "id": "1c807f64fad94bcaaf871103367c0a71", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dc6d998d149f479688b8300d8c39f8a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "408b34e8f34b461eb0b72dee7dbcd255", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "57dfee9d335e4b45b939029929bc946d", "region_id": "RegionOne"}], "type": "clustering", "id": "b3e775e749104050b1862008fd0c2c14", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "51727afb8f64450aa84790699f8c8c42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7ce446acb60d42a4b1153d9c7626e612", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "71acfd4868e84667aaba095cca163443", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f11f7941f61e40729e899886126acc92", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cee7a1384cb04a7587048d2592f7429b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "de5fab9c5733427bb4c712f3d7578f32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9534e9c04ef446e08450c6401d836a52", "region_id": "RegionOne"}], "type": "cluster", "id": "a2d772fc30b448d59eeb1cb813e4bec7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d939dfec599d41c3b3ca5c1800687505", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a7f78bf90ec64b33ac2d01ebfc7c6979", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1220ff0acf5a48a484346904fa2d2bd4", "region_id": "RegionOne"}], "type": "data-processing", "id": "26cd6bcfac024b2f91a27421b3d9c15d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "47caa9800b6841d6a0e4e8c2547d3619", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "45650499a7d6423e98b1997e5c459746", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c374832192a34da8947f0dc14bd49f5c", "region_id": "RegionOne"}], "type": "baremetal", "id": "5094735ee8474f098912abe45585134e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6a80b0fca0114a0898c4fb1b280245c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f192557c4cea47cd86ff85dff171ea2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "33a4fdc9bb3a435daa9783fa285301b4", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8dcf5c2a14db452e8729f0add6c5f1fd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f931f713fee14a1b81a305e762fc2d88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "03c1e950f63a4b8291d9980bb01f750d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f462cb4f776e4fe191dc502113907b24", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5d60fe356e534f638458de989d1b122c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "05e63994eb234fe3b21ce0eae64832f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e385e189c22f411fa0c27222d6f3baf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e083a08c5b3f4e3d816cd3b82b17d339", "region_id": "RegionOne"}], "type": "key-manager", "id": "7c789093109a42d3a6d1bbfad79a98f1", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b373e2a1cd87438dbf6be667bdb25cef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0343653281b24f0ca8d6775ea8ff30a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ed83ae017a844c8f8ad0749f5fdcfe22", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "bc87c0a6ea3243ad86f6b3c52a3c8a7b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7cdf28b616de45feb460cdf051daa0d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7614129c7a0542c3b8ff17add817961c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "565af67012164824bda00a0c93afd5ea", "region_id": "RegionOne"}], "type": "infra-optim", "id": "683af9aa14d140e79758a2c4b273a48c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "518e0edc8dae452080cd94366637620f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "19fb38b84ae64f798c37a393afef25f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "44ea6b6cf4974bf78292ce01f89ded3b", "region_id": "RegionOne"}], "type": "message", "id": "44da1f690488467e9fc1eed8a6b9fc98", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "90efadba377640c49e78afba4c914050", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "12585843d7934e7f854fdfceefaee94f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dba310d191124974ae7d6b11f02b2906", "region_id": "RegionOne"}], "type": "messaging", "id": "5796af4a29d14fce975c0fe06d212992", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "17ad5e6ee60f4fa699ca3784831dca61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "494d3b6d66b04bde88a1f1b2a1a6bc67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "61a4556d07ce4d379b26dc2102ba9bd0", "region_id": "RegionOne"}], "type": "application-catalog", "id": "73691661cef547beaa577b9c967f517d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cdc732b5962c46f08714f9d994b071be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a59ee56caa7740d88f269cee11a28f45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bbeae76c1d664d7c972c3c5f1bc22e93", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "09fda314081d48d5b6628b63c33f4a26", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "72ed9178ca884853950bbe0757ecc4af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cb8efb495c1f46eeb1efea1e9959b887", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5f11c49a21a5482fbaad51fc07fb09ef", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e6c4a05d55b846278c2b90189eebb999", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b38df6a6160245d09a4244d8db5f16f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "83f83223b315484fa9e1d53ff2de246a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "592356be3cd54218b57802b2c951b069", "region_id": "RegionOne"}], "type": "container-infra", "id": "757cada16ee14c55b734076c0ca11f8e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d30367539e9c40458bc9e8b75fb8f3c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d51105d255c94ca091a8c881f35050f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "07b865a70e6c4510850e6ad9b142f1f3", "region_id": "RegionOne"}], "type": "search", "id": "d328b295bc7c42d1ae776179834ee130", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2225f63a40464def9c526aa62e961900", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a16497e46212456d90ee92ece4c91ace", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b02d383ef5f34505ab55199df623b23c", "region_id": "RegionOne"}], "type": "dns", "id": "41708d68a0ac4c0990691302dc722aa8", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "338b7de638674b9dab9b2de172c18eba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "88f930dfd07f46d79dca46d8b4a9c908", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2e047fe8a6b34fe4824b7c27b5bb50c4", "region_id": "RegionOne"}], "type": "workflow", "id": "997a81fb329e40f69294c8a32cfa7367", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "749c2b8616524f9abf9e4ff1d39c9ccd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "08de6a8370334b4c94cd363e2f790d73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "83517555c8d24fa195be0294ce96c4f5", "region_id": "RegionOne"}], "type": "workflowv2", "id": "69a68a842a50441c9436a0a945643ee8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "dcea3c050cc44af3844c28d2a3dd4484", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "40ca04d1d5cc441a88cb935c049603ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "77f3862a843b435b817e9e2bb0beaf92", "region_id": "RegionOne"}], "type": "rating", "id": "c988f44b2023499fa510dc6483080092", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f9f2c1c1413f4581a7a2c4ab3be73b84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "22bd068485864e4383399c4d384fe7fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fc78d8025448475eabf820a1814940cd", "region_id": "RegionOne"}], "type": "operator-policy", "id": "40a962f2f0054658b4873bfded7ec37a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2e69b332357e4e9b800a5a959f0e23e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5b5f86ffcca54cecaded87c9b2fd43ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "19273d2572b343f2895135ea00c9cc99", "region_id": "RegionOne"}], "type": "policy", "id": "8c5dc0daa9634e16aa27518fb7bef205", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bdd6dab2dabc47849c14e3358c722003", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "13a8e38c090a49d1b6c4112344479925", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dd83dca924094dd88bf6dcd97783b0c4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "bcbe1a468a304204bae48f90e96139b3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "370047e3945646a69b6805f5eba091e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b28b0cbd14f74ce58ed30060bb2173cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f52d67abc5c84a49b711fe361497bcee", "region_id": "RegionOne"}], "type": "sharev2", "id": "fc3d87c0756b4a6c96293dcadf2a442b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "205f081208104eb7b524c7d92931d49f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d6c17182a4af4a7c8ce57a9aea348861", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0b4ddb52c4a8437ab197169ee64367d1", "region_id": "RegionOne"}], "type": "share", "id": "50c325590fbf41fca56d2132ba59d6ad", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "18a85f5a4ed740e19a8aa7ca41ac6f48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "639d8a944b864b22a93ebd5f355fc038", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "38fb190e9d414c22b8412fcca8ba71cb", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a01070c65e474e4cb2e9c863646d86df", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55a283883fa348b7bd62062f3377420d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95ff196d49004f5d88840b87e6eddd07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "272e2030434a4aa1a256effe253142a8", "region_id": "RegionOne"}], "type": "orchestration", "id": "e579974eb9bc41f7b9d8333c44c61b2a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5bb4d4fe20841bf857e0a1a0f2f3b0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "024f529223544f80ae9fc514ef78d0bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a8d33ac023f4ab9af55d7f1ab8a6a30", "region_id": "RegionOne"}], "type": "block-storage", "id": "556d45a6cf954b3b85646a52373c1a9c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f323247535a402a82dd50f35ad4052e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97e01519aae745c281432297def4ec0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93d76efadadb4ddb817e5b48c9a8fd7b", "region_id": "RegionOne"}], "type": "volumev3", "id": "290c42b83b6e4fb399cb26843acb9d1b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50c69db876a14a71bbebe3ede3ec3b43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8783aae932c54fa1a314403ce63f40e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a10be634bf14cce9010c937f50dcd6a", "region_id": "RegionOne"}], "type": "volumev2", "id": "1d1463483cdf4b53af1d130764707d11", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22ac16ffd653484ea1a92191921edc70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1018e6ffe7e43ba98b7a587ec3981ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3eaa17cc062941b5a37c284631e909b4", "region_id": "RegionOne"}], "type": "volume", "id": "91a908a9d8a24a588619a5c7649ecf1e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8929299ee324f2591b0f207b82977a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba2d0c9990dc46d8b55fb632d595fe06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ecbd09cfcb144d39b99d0ec20c06ba8", "region_id": "RegionOne"}], "type": "block-store", "id": "3288ab7ecc10447d9c436998b4cd6dca", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ba34f3d4793a4130ababf74a1995aab1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5f921ae600a6406ba6ec123341860aa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "06392692d411469597935fe0fb74603d", "region_id": "RegionOne"}], "type": "alarm", "id": "d6bb9ff3699e4a89b1a5c4b862feedea", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "69476e233ffd4a709811b106b15ef62a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "45523abe1e5a4772aa475467e277e1a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c138a883b48c437d843ffe5d152e329e", "region_id": "RegionOne"}], "type": "alarming", "id": "f1b6fbbb032a4c55bce874736b004e1a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "83111d64b31e4910bb66dc2fa4a272da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fac792eaa9854c27b3b225a4b6f41c60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3fcc7200d44c43f087c894dcc2cedab5", "region_id": "RegionOne"}], "type": "meter", "id": "ffe2abf1bc464062b02a35db84ac56cd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a599e5bfe3a84f58b6bc4be549303d8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7ebabfa5058b432ea431ed9209576ce9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a26a7ac1f6734a9ba9eb162d5545ca12", "region_id": "RegionOne"}], "type": "metering", "id": "c2606a70f42245679db0067786b2809a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5482491ca7394eed9cf9cb10a633c152", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6bfa10d68a834037b75917561cc5b211", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "da9b44b288e245b6ae1eb4228e3e92f8", "region_id": "RegionOne"}], "type": "telemetry", "id": "dd3e97d5536e4a3fa21ba48f7d37066b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "34717974e63b47c6b70ec7e94ecc02d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8191460056b14ab9b1fe773f958d7e94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a28372050ca144cfbf3863bdf0e0b527", "region_id": "RegionOne"}], "type": "event", "id": "462e42fa59c3442eaa4149fbbb72f98c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3f5ac1e30d7741fe88efa9cfede6aeb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e94999b77e8e4fbaa42d35ccdeb6530d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "26fc5a6100b142aa91566144bee74a86", "region_id": "RegionOne"}], "type": "events", "id": "db99c78ea0c343cf90b05e95128d5c36", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1872f58694a34efabd0a22ae15dd2e51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3a47e865436c44cea2fa30a0ad8382d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ed7edcecc29044c6bc84ad3a8f9ed836", "region_id": "RegionOne"}], "type": "application-deployment", "id": "fbfd720338834dc6ac005cdc16228bd3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5d3ab6b9b637452b8455ae67f8697b73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d5a55913ba064c77b4f032fa028cb790", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3634f8dc7ec64c30b6597daffca880a5", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f898bb1e55f94773b9fb5b1240c8452e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bd74526d771b47dabbf8b10f5cc47a05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "06abddbe31fc4043b9d790f4f55fa2ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1c8314008e884923aabf5d7739c8ee2d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "e014139f8c504b48a511f5b5e231cb1b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "98f67827615840d18396143a43424b2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4c622988e2fe4592a00609da6d71a8fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e1559c6dd6b648929180592675bef6e2", "region_id": "RegionOne"}], "type": "tricircle", "id": "e2c6b5bb1d2b4c44b60410830be3ee92", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "227216ebc94c410280562e7536540fb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6583bdee80cd44d39118fb8af47345ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "5fe0c66b1674476c9ab71ea4b4fcb670", "region_id": "RegionOne"}], "type": "database", "id": "9ed4f2884f1d47dbb971848d14a8d699", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8e0fe406129b4535917cdc50a5a4f17f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7eb68cc249874bf58b71586ea30c491a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "15236835714a486aa8eb68488fc7b97c", "region_id": "RegionOne"}], "type": "application-container", "id": "7eb3678c59ff47229fa2c94efb91a38e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f8cdc9f61472461289ad4401f45e6343", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "178db0443f0e428f97f58b429b498b1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a10e06aa6ce749398659486bfbc0c871", "region_id": "RegionOne"}], "type": "container", "id": "fe698273af17446882b2168f9cf4e204", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "774694c43ee748fea15947838fe21ea4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "aaefd9cb0fba4ae9afd1016ee5fcc45e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bbab75036f6246d498890ea1c98d30e7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "13c61c6dff2b46fbbdfae6fc150910b1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d49d9d5fa93c4308bcc91bb9c243cb5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c086067914ac46a1b57a135276d1ce45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "326ea2762208441099ce36ebd564946c", "region_id": "RegionOne"}], "type": "rca", "id": "7f5f89cd1f194e6b87fff223a2c769e5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5ca25233791b4da3931598dee3b1dc80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8705eebb5bfb490689d3ac82f106369b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e34407aa1d4645988c920666d88016bb", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "bb9afdc722a848b68750c43290cb4ffe", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "cdd2beb170ed4b8e8c988f3713204fc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bf509e63ecd14dc38686424f8cbafedf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "5de7a0f9f6cd4136bde39ee6e8f3348d", "region_id": "RegionOne"}], "type": "network", "id": "5ee3c9f1a90a4e37982d47da668c297c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2f46320997e84e0097f6c20fa4922609", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "44fd10d32547470598a7395150ea8f11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0ff8fec56cbc4f2fb4cff6e69c85e235", "region_id": "RegionOne"}], "type": "backup", "id": "b12fc81fd7ff4cf0b9029600bf1341c1", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9667cc60b4b846f9b933943856616cc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a94a84c3b76b4fa7bb6eddebc1e96e13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "53a15f7956944b62b7ec589e52f26fc7", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "15816afeb6ad4d189879aed4d67431b2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "13e2d399c5b74dec8f2526e449807324", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3734abe1a0604174a72342467e4fd5fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3700588e7a2e4544870a0ed224ec9f0e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d234b5d026654f3db5097395ec149bf6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4c33016f980c4f5fbd4f98c4afba178a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d4fd90d190b541ab80249445f11d5d8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "878ec4cb9b7a4ecc88d8196f4a72b628", "region_id": "RegionOne"}], "type": "monitoring", "id": "480872209f6c473ea1136a580ac96ef2", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f0123c2ff21f4b9c8661fce82231c7ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0f6f7f80dec04c099b4005d09ea407ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "9a2ad97a368f4bfaaf16b7e93ee2eeb6", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "08b04b394dc8493688396835c62088f1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "24da52f7213b4b3492d07258e831fe35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "14b85ad352544e49b2c6e88fa897b8f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "76e1e6e8fc38431bb3b94308c1f18de1", "region_id": "RegionOne"}], "type": "placement", "id": "c6aeccc4ac4e463fa78ea345c11e54a9", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "924808551575451495879ea082bd26ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e5ca7683179345a0992ea00d3b270c6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6b89075c56a54040bbecd3c29d0653d3", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f9be4021cc50467cbc349d63f3fcfcf3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "14ac0c04c19d4ab295a54ad22564d284", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "343bdf00a9974680828f01dff9d8740a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bc4664ddbd544b9b896a38ea638fc80d", "region_id": "RegionOne"}], "type": "ha", "id": "034caea13e8b4f69bd692fc1dd12e72a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cc3a34cfda704534917bc48f27d7eb9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cbbfa80c328d43d5ba328eae5eec2d1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "53465aac0b4945858f9cf8b843ba4cb3", "region_id": "RegionOne"}], "type": "reservation", "id": "fa4c1e84067f496f9e0e3c80277f0772", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2ca6d0130df140d896307133318da403", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3da070abcb38498e80fc264fd69390f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f5e2c2b34a874f158d788410837830fc", "region_id": "RegionOne"}], "type": "function-engine", "id": "ed1f8ed0dfa44fc6aa88a4e613121292", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f2d836a0f79247bb9d3ec93c32803e89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2f57dbc19f744aed81c237b0beb3f631", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6f428d59d0e4476db919e74e113f7549", "region_id": "RegionOne"}], "type": "accelerator", "id": "25739bee5acb44eca29197e70bcabdfd", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f8aa54e6883e43b49348d4edf4f1016d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1a82eeb2a4104d83a63984779c106105", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7001ed7a76174f7880b286a99bb70f06", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ca100fa2aff945fcbc0a83cf5b4de832", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "da5c61f4aaa84493aa1edcf85e49fc81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6a27754d2e33428d9db616b0baf20c13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2450a751669a41fdb1c799bb34eed635", "region_id": "RegionOne"}], "type": "registration", "id": "be225402f9a3439cbe7eb042a72e3644", "name": "adjutant"}], "user": {"domain": {"id": "781afba450fe49c587cf6727dff3a787", "name": "77a884debd8e49f085de9b2acb3b236b"}, "id": "e3d43a5256564c7497ec66b7cd212deb", "name": "79cfed913e3e4d8281d3bed4e2f09827"}, "audit_ids": ["02203f021a7643bb9a0f28302a17dc36", null], "issued_at": "2019-09-19T09:04:38.977602"}} 2019-09-19 09:06:39,120 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/clustertemplates -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,124 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:39,140 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/baymodels/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,145 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,146 keystoneauth.session RESP BODY: {"baymodels": [{"insecure_registry": "https://192.168.0.10", "links": {}, "labels": {}, "updated_at": null, "master_flavor_id": null, "uuid": "fake-uuid", "no_proxy": null, "https_proxy": null, "tls_disabled": false, "keypair_id": "fake-key", "public": false, "docker_volume_size": 1, "server_type": "vm", "external_network_id": "public", "cluster_distro": "fake-distro", "image_id": "fake-image", "volume_driver": null, "registry_enabled": false, "apiserver_port": 12345, "name": "fake-cluster-template", "created_at": "fake-date", "network_driver": "fake-driver", "fixed_network": null, "coe": "fake-coe", "flavor_id": "fake-flavor", "human_id": null, "dns_nameserver": "8.8.8.8"}]} {10} openstack.tests.unit.cloud.test_cluster_templates.TestClusterTemplates.test_create_cluster_template_exception [0.259550s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,865 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,868 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,869 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,870 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,879 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.803341+00:00", "project": {"domain": {"id": "4d52cb283e15449f8aedd4300345a6cd", "name": "30b229515f004954ae539c956b76e01d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "70be66503409469f9f97e7c081e038e9"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ac356a506cae44d092e5d98ddea7e267", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "df67ad3bd05e4a22b6ee1eefa962b2cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a26a348595fa4bfc950f01782db4a550", "region_id": "RegionOne"}], "type": "identity", "id": "bb9e38cb08c2494aac52e024aa6ced34", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "da761c35c5c240b7802351e052bf895f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "918e371089fe49dfa89d4ed64f8ce075", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e4b1ae4fa17345f782812d1df615a07b", "region_id": "RegionOne"}], "type": "compute", "id": "78962fda5711413aa9947365461fa172", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "99e9a5a8f36046b790dfc664a82dd77a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0d428966b8a14182acaaeedc90ce1c75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e121b02cfe57441ea0b5c419ed1a6b24", "region_id": "RegionOne"}], "type": "image", "id": "e5bc80ed27784bb5a7122caedcdb47d3", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9edd8f0f64ef417b8755359cb7975cbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "80c1439f20c44d0fa7a9d1dba3e00be0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5a2da1b2881542f99cfd1e4f0ffe1562", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b3d07f53d1794f5f9b89baea0edb0962", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58e4facae3f3410f9e2743760e44dcc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "551da3926eab47929b45f73c4be37650", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ce48a552b72417099614bd2fe0519c9", "region_id": "RegionOne"}], "type": "object-store", "id": "278157b137dd4e15a2f244a26303804b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2c384b86dd964ca8938d822a3d1f192d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "43e0ca5f632f4f509945f6fc4073c4c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5343a18470c2440abbff22aab830de07", "region_id": "RegionOne"}], "type": "clustering", "id": "395423fbd4924e19943d686c8afa5f85", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "deaab142eaa547c4a750bc0db9012c51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b06a0ab7ed4d47bf9852c355b9c7a3d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f883d1e0f8434b76b118d55e5d2a7a29", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "af3ef57a44904261ab6f17a87ee99ba5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "242331b049ca43f188487e254815a761", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5dbdd9d1b0884356bfe345af45e65745", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "866ae2214b544fcb8ece27893292e28b", "region_id": "RegionOne"}], "type": "cluster", "id": "86a11c2999cc4753af2f9b9ef673d861", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ca7701b7e80742a999810cf9a884f275", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a8e37cdfda8e4f5a8ca03a45b10dfc98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6d8bc61c6f2b441b8018d16c29ac0991", "region_id": "RegionOne"}], "type": "data-processing", "id": "2b140751eee7445d896fa033f874f356", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c5515dc40c1e40fbb24d37e312584da9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "95209ced37dd487ea1b00f5eed0eb19c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f748949e70114343a7a0c37d8ef0a2b4", "region_id": "RegionOne"}], "type": "baremetal", "id": "331dee2f95824f319fd85efa2ee118ea", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8bcb3ec9f36a47538f119a7039fc85fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "da4c6587743747b3a78c342f4578e9f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c88ef9f71c97445cab6879537eb23a85", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d3c1041eebaf4df9bdd48a24196b1cb6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b56b08e276394edf9f6e8a6a3a1653a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "93ded53ef79a4274b90c9f55632fc3ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ee0b5193c50b4d42ba59165fd31bae4e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "92fa19e35e124e2bb29191f089fe91df", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2d02f9d3667a4b19820ff3e00044fa72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "60a3f413257c404b8df4387c1def3049", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "789af6d1e938496b9d0df108b9ce8eb4", "region_id": "RegionOne"}], "type": "key-manager", "id": "a5b943eb9bc0430087ccfc153406bd9a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f30c278c16dd4ee79ecee4458b237459", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c64c87f9e35646bda24fd751dbcf9a56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "27985d16eef84876a61af0c6c1e60b15", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "35cd13f139504b88942ca63469927ec3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "71502187c3944a0ca4cc7bc170dec401", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fee120702ecb485d98edb8c18b9291a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8cf1f9120dc84b6cb6c94029308d7893", "region_id": "RegionOne"}], "type": "infra-optim", "id": "7429fe0c60b74188a94e8184af99b2f9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "33f991b6494d45f78e65d3a8b2082bf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "26a039e591ea47bc9d44852b116be9c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3e0f3b2d594f4324af00210cbd92d5ba", "region_id": "RegionOne"}], "type": "message", "id": "dc6bcaf2bd4343cda829c6137f651fd6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "186e8910ba86405085a6654c4691ef97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "10e6687f2c9a48a4bc5773628b85a2d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "91d83532c0e942dc9c6f4df64f9d3c80", "region_id": "RegionOne"}], "type": "messaging", "id": "d418128d20654bb4b31a010f0b83e3ef", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "824069333e3b4bc98a59ee89191cdb82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b089a6a5b1ea41209fe8d3c31fef1d5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1b1213105dff439d84c193eb8350926b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "9c361463c1d446cbaa7f7bca0ab14b57", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4a3ceab07461428c9ab35d14f34d982d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eaa65da35aff40d6914b59fe183992e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b6e51ec7c1de4d18929940b7e220b57e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a88097cf30d04aab8f9ff37743d698a4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0a8d199c46684d43891f51d368584ff0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8ef8eda4f6cd44f4a1c1dce569843c64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6102e6a1f9224616bb95a90a67b1ef5b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "19cb5bc36ba84cfca7785ee00a66ec1e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0f13975176fc411eab50f485a738779a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ffe3ed460144a8690c46f6b967d44d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "88e2093513384af29345ffab91681d92", "region_id": "RegionOne"}], "type": "container-infra", "id": "e4ccfdbf3dd8460ca322c2fa9bc28090", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8de8e3f8e2d045bc9094d5332b959476", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "3b7a965fd3be4e4484db230a92469efb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "23b409c4c1fd4827b8a496af82d710e8", "region_id": "RegionOne"}], "type": "search", "id": "97acc1808d16428386ab62e398eacb7d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2bb84fa94b27475a8b9d85f92b74ca0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "fde3d65fb29a4f689f3855cf32808163", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4ed277652c624248beec2b81108c4eeb", "region_id": "RegionOne"}], "type": "dns", "id": "69155a81ace14a1897d9a8fc7f6b7c54", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c23ee31bb7a64c42a9053af0cb062775", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b142956c55664f23a0a9b3180d9d96f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5dc8aaa304f046ee8183d1fa3aa5fd00", "region_id": "RegionOne"}], "type": "workflow", "id": "9b5041e41d434a3bbb680de2a62bb7ea", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "47839bb39144432aa143f05a3096f8f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fe8144d8f127498bb6b39a209bf14cdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1a15724739574668b0d684a88627aec7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b4756277e7d9425fb33c339028f5a39d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7cd1f7f985af4ff3add3d124cf6c49e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0ec8c3f0b7b8430d938cd37f940f9984", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "541ae4acb2b74809b70bff750636233c", "region_id": "RegionOne"}], "type": "rating", "id": "9681a5a5d2cc414689e50a429ffa5134", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1e5805a5f337412da0c7719669fd9824", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b54509622408460eb55c77c8dae0d0ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8fda942ee2fe4c0db18fea83183b4e00", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ec92a03d5a8b4a89bd1e06bc2f7f2d8a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ee7d10688e154d9d9732f4cf3353f9e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "996c5f364bf24fca83a618d9799f1316", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7f4b527cf3b046d5bf860d25139abe8a", "region_id": "RegionOne"}], "type": "policy", "id": "f7889c2c344c490caf7a71aa771e89ce", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9a9a39b510534a2ba8b4cf44a15bab4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "17c5864b0cdd414eaa346759ab4a1088", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b02ecc1bd9f540028c1944a606114496", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "66f24fdd5cce459dae3fbe2c34cfb858", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ed1fe9bbfc354f8f89df7961221a2041", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3435c6aed80e467f9a7a2ea53f31c25b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "56cf91869a0d49ad96ff7d299e53ba3b", "region_id": "RegionOne"}], "type": "sharev2", "id": "d0d76137c21c4a409999423e6620d053", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c4a7f53953e24874851c3a00756075b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e4d55a73a82645db96f4d61c674d14cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "43158c45fc5b4c9880e6b0f3dceadcab", "region_id": "RegionOne"}], "type": "share", "id": "6e999ee989954d01ae0e971d28167f70", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1b6c6b156a88489084bf64f35076bb90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1034fab384f14b6b854a5c1c25916ed2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "36fb318ef5784863bae880bd23720456", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d88c6de1ae8947158e0508ccd9895428", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6779ee4d4a6e4c12aff9a4c69ed51186", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9eee1d201af14454aa069c4ae20ddaee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "476d9f43480c40f1ba69afa08eaa95bd", "region_id": "RegionOne"}], "type": "orchestration", "id": "9f737793151040958e89933edf4b6e3d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a70f8b495bc4b72b799eddf4aa1439d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dac8884ade1a4f5983641d9d6a4840c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2cf976dda54e4ec8ab7a4505faa9b083", "region_id": "RegionOne"}], "type": "block-storage", "id": "e340104bd9d84bd190b92a572777e479", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4336d567c844fe0b596c7695297fe48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5235d56cc4a44ed4ace0e635eb05e345", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "361de17c61594736b35f6d1756421cf3", "region_id": "RegionOne"}], "type": "volumev3", "id": "952f4d26600a46f89b9b5a22fd2f13fa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eedd2ba83405454cac2ffe52be4ad9c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b68af63f35c74bfc90b2a9e4c09f3960", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f12c1000ab54faa954f82ffa0250bd2", "region_id": "RegionOne"}], "type": "volumev2", "id": "00240afaedb340f4bbcffaa07937293c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a111a62ed8534393b5d18c931b67c9e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb83a929d1eb45d9a326c0e7a4273c75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "582ecd6079c74e67bfdb8158fcd61a5a", "region_id": "RegionOne"}], "type": "volume", "id": "e93191868b594e82943c7880f72e4805", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca73d3b247a34768917b6e4fe9b9798a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17acc3cf941c4ee5925743fc79d0f1dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0f628fee32f46c9a00efc8c4763759b", "region_id": "RegionOne"}], "type": "block-store", "id": "ea0451af1089409ba5b7d7f23fb8f29c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "38a95282f4e442c7a1f75ab9bd14778d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0b067f09473448ceadcda4afac980c8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "080cf01afaea4d3d898919b7359fdd05", "region_id": "RegionOne"}], "type": "alarm", "id": "5a8aaf213b12462ebe29d99c05b5a02f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "62ef391107164f3993d7f551bb76d16c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "06f5911bfae5419cb611f415ecf18f37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a4ad12aca0af44129f3ca7b954ea6dea", "region_id": "RegionOne"}], "type": "alarming", "id": "7abfe62d681041b4b78e68b81705fdee", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c0915c2a68444bdf83510e6e6c4de568", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3a1b4daa2c3842fe86517c378ca27694", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "78eb004898b848cd8d77a47190daf561", "region_id": "RegionOne"}], "type": "meter", "id": "59340b250be142978de58787385ed0ff", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3e95294445a1425aa711936e2733441a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "06aa9d4d26914bfdb6d78db848b88efe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f271c82b95ea49fea73a710f5ac62b02", "region_id": "RegionOne"}], "type": "metering", "id": "2c3c1ca8c354434c96567a549b3496f4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e2fb87d9bdd94a1fb2eded1715a6d005", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "96258e8cf5164d91ac2d9668ea4085bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5917dece6ca74dde9ae47f58be8c7530", "region_id": "RegionOne"}], "type": "telemetry", "id": "b1f4e748f8824558b70c6da68e704203", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f6ac151d83804ceea88eca314237b81d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6a6ea7d3c84342dda6f2a4edb959b75b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "27b77c4b189d45259564c0e6fdb16412", "region_id": "RegionOne"}], "type": "event", "id": "aff6be6a5cb8430a908cc3cbd36c1ed9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2f6179ac772b4d3294d2d459b1f10299", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7d2d0943c8934771b97938a20937111a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "40d5374bc35147f08ac1b953984d0ceb", "region_id": "RegionOne"}], "type": "events", "id": "aa983af05fc045a0bd334bd066b5f8df", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "62ace6693d0941f1a5d4100489411d1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "be39403d3ba14003832670992de3b0c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "88bd0ab55bcb4a6594a6cca4a1807ab4", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ba2dc38b53624b0c8014de58974df6fa", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b10112edbc294aa3aa645641299a50d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f5c34d4a2087434dba5651ec69d5f95b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a1b06b739c864d2b99a2a6029bcf1c9e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b4ff5109e3cc4013b57bdc6361026e31", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7d11395d30ea411bb4a18d8aff45e092", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7a9af5c73f184d839e88aebea4600b53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "62beff70381445c4afecc69554ebbd49", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "949d6d5280594f7999f53202bebfe927", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0bd052d6cd7a4ac8bf2289f73e5d131c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7c3272fd334a47b0ab1c1520871af53e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "266dd11a2ac1426b9b8d77b328113d3a", "region_id": "RegionOne"}], "type": "tricircle", "id": "312e941e78a9492fa801532b6ad66e7f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c6f3ef0dbfa2424f93015dba65ec6ca9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7fb5c81e76454b05ab355d157aa5b9e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1c58ba40e3a84888886d4902d7459189", "region_id": "RegionOne"}], "type": "database", "id": "ca3e8dbe161c4150865a0e1042e51a9b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2cd1a42be7c44bdd9c742e844faeb70f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d6de2ee83436421faddd96aeb782a88c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4abeabcfa4cc432faead6f21fe4924c1", "region_id": "RegionOne"}], "type": "application-container", "id": "220e46cb4d77462691be2c57c6cb8f42", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "acc68d30b06747adaabf3d5f6adb499e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6ecad6acaa8448658d6d54727baff968", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7386b5de5be54ea5807cee84ec949b6e", "region_id": "RegionOne"}], "type": "container", "id": "143b031de84e4dcdbad281c354acdf69", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "09e220a6703a48aaa076c86a2873996a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fb09cc5383f5476f9893fae3f5362f23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1b1c7ff0397d439bb4d3b9a5366a5b70", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f338258898044969a55296f3d96a1cf1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "151226735d7948339e74171be19cc7a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "43d972649ce240868324fe0f1d10b070", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9020c35570d44724b90b1820272ebf55", "region_id": "RegionOne"}], "type": "rca", "id": "f2e8a1667f5e4663b5c8ff1eabb36c32", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "86d623e12948434ca417424450a5d94d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d8acdf7142b64bc58a32a5a6b24aca0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "4e7b4b5798764c61b38bcab681418974", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d26f30d2b2fa449986d7f63ab7e21b0b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4b64a5edf6144954b0f63850f291cf35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9fee9c37ff7c47c0a4761ec2432d0bd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "fac90ddd0bda453c9651d544c3098603", "region_id": "RegionOne"}], "type": "network", "id": "b2d726233a2e45348bb17edf1d133bb8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "96a14779c2484f028cf5fccef938a493", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e9c440e3527949b3a1082a1cba3c3864", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "36779728e6604fdd93504bd26feb21ba", "region_id": "RegionOne"}], "type": "backup", "id": "6916b6b3a4dc4d80ad34897b221eb80a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f754338c043b417583d6f9debd1e1004", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "79e0e6465fb34347b858e451a3563b35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c0f2d629b88840139ba9341939be1f32", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4cd00c2a09ea4d468ac3b3364db028f1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "daa83f9289b043a5a7d97c1dd9329db1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d1640032656a4a0982101421cb562ccf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d7ad8f15fd904f72a68bb2d2f1e00bea", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8d0d9a68da754dbd96cfaf5c1e98516b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f1063737c5c04bd1ac8bed31032d8d36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ec96a36304be41f6b8eb5a2f8e13434d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "35c3015d49114f5087a0fbf96d2d00a3", "region_id": "RegionOne"}], "type": "monitoring", "id": "ae00368b6efe43378de0c8d8fa90c640", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5415ec9ebd0b479fab3fb11a12388caf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "64692275f4c24e55b20b8c510b0970ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ec0417741b63428cba264771ac0dd2d0", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b49f236d31a14d968e5504c59e00d5ed", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "24e3f002177d4ce4903a454805c74160", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3782287290a64a1cb6c885b1f22354e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f82f608e50814f92b8627394ffab43e8", "region_id": "RegionOne"}], "type": "placement", "id": "f996becc9fac41768031fc7a41f82919", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5f65a3efaa704f9fbf59fba1aa7a8d7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5d8ec4bf0df44321aad874d25e0ed1b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "378f222396964db6b82f722ad0c29405", "region_id": "RegionOne"}], "type": "instance-ha", "id": "79c6cb7251c2412b8c5cc3bdc62cf561", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bbd59ee6f29a40849680f5c8810de2b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b90af6b045224d858591ddf0223d2076", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6eb07e335c994814bf30144dcf8f8ac8", "region_id": "RegionOne"}], "type": "ha", "id": "30d174440b6d4c999a23c04dc544a48a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b8e85e36552f4edd956e66ca1c4d09a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5e51b8fadef54408b7a0236780976099", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8000f99c7768475d93b5b0b317678a4f", "region_id": "RegionOne"}], "type": "reservation", "id": "0cd0cc2777ca4185ade1f79630348a12", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2c1d579792b64532b52bae6c92f35dc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7a838af7d44e4972b35d806c30f9d79a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "ac772e0f19ab43128286314ebf9ef8b5", "region_id": "RegionOne"}], "type": "function-engine", "id": "9b4ea04f9e6b45838548e275cd2846a7", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "11d22a1b9b1544aca8c12de0c93d8fc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f64a31df07d5490584e7a2958346a39d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6d94848de8984822866261a0a523fce2", "region_id": "RegionOne"}], "type": "accelerator", "id": "5c6871893a804477bb3d8b386cfddd8c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f18583e986ac45d494edde45e259ceab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "569c8ebaa5a04ddfa80e1915a1c5c39e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "beb30c40f14b4e5ba4a95cb106a19f94", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d4248db5792944cda4e87fcb3dc94682", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e792058c6efc4d54b17562f481cec065", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1b86ef2fa2df4ec7943eaa64b9dc012e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "36f3068cbb04445e878637aaf5da525e", "region_id": "RegionOne"}], "type": "registration", "id": "02bf54eb711c42e4aa608afeb1af684c", "name": "adjutant"}], "user": {"domain": {"id": "a813c083d7194be3944078ffe88c05a5", "name": "602389fb69ab4cc7a27d717b3333e6b2"}, "id": "debc1a4809f64f87bc6286448da2ce28", "name": "ca0309ea1458406d95ff859887659b21"}, "audit_ids": ["dfb450798f4341d7a7a2d5b9a0570f71", null], "issued_at": "2019-09-19T09:04:38.803341"}} 2019-09-19 09:06:39,034 keystoneauth.session REQ: curl -g -i -X POST https://container-infrastructure-management.example.com/v1/clustertemplates -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"image_id": null, "coe": null, "name": "fake-cluster-template", "keypair_id": null}' 2019-09-19 09:06:39,038 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:39,053 keystoneauth.session REQ: curl -g -i -X POST https://container-infrastructure-management.example.com/v1/baymodels -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"image_id": null, "coe": null, "name": "fake-cluster-template", "keypair_id": null}' 2019-09-19 09:06:39,057 keystoneauth.session RESP: [403] content-type: application/json {17} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(instance_uuid_changed) [0.268327s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,950 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,953 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,954 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,956 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,966 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.890424+00:00", "project": {"domain": {"id": "605e5c903cc9411084c7d75926886769", "name": "5100a06d302b4f02982707405dd9f501"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6c66cb6d895d4de0b82260e56c5b5eac"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e854e16ee2ea4ac3b2d5318e06aeca5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "1559ddb445874b9a9927ab8759f0e6b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f898d0d888944165a763fdabf1d565b8", "region_id": "RegionOne"}], "type": "identity", "id": "53722a1096e843238fb3c6ae31978eea", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a2073cd964ba4cf5ab85491a30928ddb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9081406a922e49a089d86718654fafe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "cb3503079b7b4779b1d976e5381cf9c5", "region_id": "RegionOne"}], "type": "compute", "id": "61489403e4974c5eb6e786fa2df922ab", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "db38e56e9c5c48c3bfc30329b455cfcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "79d43839cc8e4aaf886053934339eb42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c801cbdfd4e2427a8cb7861774fdce95", "region_id": "RegionOne"}], "type": "image", "id": "f334b93aa7e14167a4182a1d8d8477d9", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e1b447ee1846492fa20ee3d185acd681", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d4b9e124bb7a48ffbb5062e636390173", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ee4257c622a74858a4df63b52e0319f3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e934bc5ea9bf46fe878bdad2b3298913", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0771f6e51df4420faf2d2c2825f1f4ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e5fa85a50e14e98bc491549436dabf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46e061dadea54e9f97d207efe13c4655", "region_id": "RegionOne"}], "type": "object-store", "id": "c37bbcce3c10402cb6f47ab800532b76", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "490910c499814b88863dd68267780350", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "906cd45b1bbd4ae5b04949aa51131578", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4638ee2cc237401eacae6d987f242428", "region_id": "RegionOne"}], "type": "clustering", "id": "308f8ec63c2e49bebb8fd0c933b6342b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "971a14ef91d84d2baa675116af74e459", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "25f8eb2bd9e64909a0252c9441f4cdbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "24a38e51144b468ba03d9cb49b61914b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "731bada89a794e0f804824fb80bf9bc0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d158fecc98b04f6590068def9fe24897", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4c0e8a66c30e41f488a6911e6d652d9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cbebf8f72443442e8b4b87cb01c22e78", "region_id": "RegionOne"}], "type": "cluster", "id": "bcf019a7920d47b98bfaf308bf7134d4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0b7e4ba158c4426f922dbd6e3e9d3478", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4a4f3db30c7f4e879a7435f2f61a5f5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2c502ebade1d4d02a770609e2dc29319", "region_id": "RegionOne"}], "type": "data-processing", "id": "cc8b829ae51b4515ac53ab5b5b0ade55", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "149705a21a8f4866aa10ef8d96a85184", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "989c3ecb4a104c689ac7b1139db7f420", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "751a27c16111446ba19b0ed5fdddedda", "region_id": "RegionOne"}], "type": "baremetal", "id": "e0eb68d0da274c6fb6e6091f7bbc0fde", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9baa989c1ccd4e5a973d9f2bca3bb8d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f3877b4b0f8e4331aba932b8fe8ef5af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8a288a6acbf34be0a0819620b7ddae50", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d78d2553f95546b7a7562ac069cf270f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0ae69bc2f17b462b9ca5c5f6c8263c55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "15c33747db99464aa97033d94a7192ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1896bc248ffc485aa5bce215e2e8ab7c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "638f809aa83f4d03a64ae143efa24829", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8467e430139243359bf28716e4658bc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1d1e8d10b4ef454c874da102863e144c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "417f03979ab04bc68e66df2b8f7c7f93", "region_id": "RegionOne"}], "type": "key-manager", "id": "90ae1a885e5d43a2af8fcce17d5c6a54", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a65df3ba179248c081f453f80cfd4776", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "792256dddcc64174968f88dc9c694c5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5d915232559a44dcbeb45905e218932a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "8b3282c3cd534a02930fd736993aa1b4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8261ccef9e6b4baa8f1a0ea263e77fa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ac036b30e20c44a5a7b909377cf50de6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f5eac4d321e74d4ab198e9ac0047c8ee", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c0ba5571203d431ab3cde06f8a3a85e2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d5c98cee419644f2b8b1fce40afeb635", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "178214e946344d8fb6f6c2a0abac3dc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "da3814d0510148c193ad3684c367ef3b", "region_id": "RegionOne"}], "type": "message", "id": "957143b83d21465c95254d226abf4a38", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5a79be0350ee4387a190c45316090230", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "358112151f2442c68f1d22d248324025", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ff788f729e774f16a722e008b553d08d", "region_id": "RegionOne"}], "type": "messaging", "id": "af5915a0ebf94319a51b7da85dce36a3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a8e46f1d2d2a4ebe9c03bf50d4f8e5b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b24ba571bb1e42d5ae6a4e6ba199e64a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f300f33dc4c846b98a961468fa838088", "region_id": "RegionOne"}], "type": "application-catalog", "id": "95bf2fb0c5a64db4b1070e182952f545", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f57a66a9534240d08f91c8afecd2cb67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "faf9acde449945c081b55ff2dcf116f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "185b20d20bf6424383c0284d540b7c3e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8e4ae004d07b4e6a8e49b4093b6137fc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c869ca1ebece4ba9b52c3a2794f17f07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dc53387ef0fb4dd18a28ebe8b0929274", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cf06ab0f1ce4491cbce6a227e189a7a2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c72af9141d7140bc86c3d2e261b48dec", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ceca6f2f08040919f6f6f32c3dfc194", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a7059a6066c5482c9c529105aeec5eff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "744b35d07ac441aa98bf9f59684cf145", "region_id": "RegionOne"}], "type": "container-infra", "id": "a290ee705a7142dd8b09c773c66fe2ce", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "520850a5750a4a5a8c5bd0c441308ea0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f44e4ce598e34d2a892ca6bd4eeb9ca6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "823741d14820463bb9df825c617be092", "region_id": "RegionOne"}], "type": "search", "id": "efaf28c405f9496eb01f8ca4df18ff85", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "844b48aac4ee4a109eaf2e141fe2683f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "be97b1f3bd6a4921905f69aa442eaaca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "bfaa76614fca4ba9aaf67d97991e2174", "region_id": "RegionOne"}], "type": "dns", "id": "c4740c1c2faa4508bc277f5d2d3083d1", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c66cf586a72d464aa943a6d38f94a332", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "34b9c1da94cd4890b5102ece8c0bda1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "44e5382492124db58df2186033c18ba2", "region_id": "RegionOne"}], "type": "workflow", "id": "84123ad311894b4b866d62d8215542c5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1a538533401c49e985944d68caf3f2c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7a44230aa122449cbb87b289573fd043", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "118ca3cef6b44a82ad1dd70415276a1d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "47bed556c8384419aa08ed28824cb1ea", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a1119c0603e044649334553202b55be3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "bf8623d54b934fa38d6ceade25dde524", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "bc82b12342434996926ae551cc90995f", "region_id": "RegionOne"}], "type": "rating", "id": "e940e158ecd34fe2b8f1c6995154c475", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9eee772f85654365880f91a0b247dfbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "18b59a490b1447cfb300f49830b9393e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8c757ba12b274f34b78aefae14ba281f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "679c4602bc6347fd86e401cdb8c214e9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "953cb4c7d9a84baf8932f4993727e11b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "69bf24fb1c08470da43f5022557acf59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b1ca41ffcdd34b9b89f4254e57afcea1", "region_id": "RegionOne"}], "type": "policy", "id": "3407770083a74545a1ec3e0bed296909", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a761ba51f6e34ea8a6980e56602eb2f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8bacddfdf8264947a1371253f45d59ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ae4173ae8a084ed494b8476eb6bca1c7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5ce6355f7c6a47e1abd008eb95b76622", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eb92f0808dcb4f43943d5f2b58aae690", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c6fc3dba393c4bad83bdaa8968a3add9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f21e9caddaf74a128ef6999b7376569c", "region_id": "RegionOne"}], "type": "sharev2", "id": "06ca88db0a2e4ef685555b37fada82b6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "467499dece824e00b76e63756c87d61e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fc39d63f2e904e6cac4e44362bd4b018", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e0976589643e412991ba89a7446e656a", "region_id": "RegionOne"}], "type": "share", "id": "63e7e0446d754c78b2bbc320e17f36d6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "324522f03da446fa9ae45753745a9e72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4dfb374da3484bc1958867c6a93a90a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "492928204f3a454bbc2fd01706e4fdcd", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6d30bcb4680345f4ae95e5764060c483", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85e3945151ae4465a847418e692f303c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07dabad1b276439395decf5c20763f41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ab4ec9d12864da58045c3eeedc7d99c", "region_id": "RegionOne"}], "type": "orchestration", "id": "3d48d3aedd044ad29140541da9a6b0e8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fb774471e6f493eb8febf594d295388", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b44a0ce5153a4ff19b32ff303305afab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "886c7ca0922f4062ae8453542a245e67", "region_id": "RegionOne"}], "type": "block-storage", "id": "d04e1f371a00454eb8727ac4e8a03bb5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eba80ea8bf7d478593daadd7e10dfd1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1122ce0b2bd433cb36d4fa9beb54b65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "30444adca28340ba810cd2a0ef9ddd46", "region_id": "RegionOne"}], "type": "volumev3", "id": "019befe9af4647e0965b295b1e7d9bc3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c489f9b656ce4797aac7b1af09cc456c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2844bbc05bb044958f6cc298b27cb7e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "628822c1d17e45dca7df90db2a90aa0b", "region_id": "RegionOne"}], "type": "volumev2", "id": "e243fd5dabe54b929c7df4786ebc93b1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "718aec50bcf4458a982246fa7ed0f748", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19b20906eeda4753891678e44c3e0c12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55b2f1804bb0422f949d12efc32de709", "region_id": "RegionOne"}], "type": "volume", "id": "77f31b44ab1e463d8935c806c3b09cf3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cdd63baa6c647d48fae560dbaa63bc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2e7064d03504918bc28064a8c87ea5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "089117a2113b4f5d96013dce46bff646", "region_id": "RegionOne"}], "type": "block-store", "id": "b4cfe907bb5a4ee1aa0ccbd3aeeeeb6e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5de4acf0e9f34a9188296c558299e5de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "65976c70ae0d48cab1eee70e5b6cf85a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b34b1815120e466d8b7703b9b0ac8d51", "region_id": "RegionOne"}], "type": "alarm", "id": "2cece651953d40daa2f314e4de742836", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "caa1374184f84f56baaef93fbc9fc48e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1038df7064d54bafb7926fc52b9ac46d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "11530875fb3d4e74be866036251a9158", "region_id": "RegionOne"}], "type": "alarming", "id": "9b4d61a1a0934d2f8e10a5082108204b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "55ae38d661b04818b9f89be5a6812767", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "985cd2a531bd455b8b1bbab85967fc68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0c4574d0bd7b4df78f00e4938c252148", "region_id": "RegionOne"}], "type": "meter", "id": "bd66f64f01544fb2a5ac6dd09ea72e25", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c0986e41982d4d2b8140615a02316654", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c2ee4b8c5cbd43558768f038e992c891", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "abb0f54e4781490d80c63633f0f69d83", "region_id": "RegionOne"}], "type": "metering", "id": "7ce70c3b0a3e4d9696a2c6f708068077", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bd8b258c1d10411bb0d683ec857825b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "44808328305449b3a49d7b62f605a8fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b106d02dc2ef446086ca38f2e591741c", "region_id": "RegionOne"}], "type": "telemetry", "id": "7e05eb17d89c42d4b02e7174e89f57c5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fa3c0500fb2b4286a57174b46d1e46d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8fedf5090e344d5cbc14bffb23c60d5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "44f227f92f334ac48a80c4bc4571d1dd", "region_id": "RegionOne"}], "type": "event", "id": "267d4220dc204c178c475d18ec538d64", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4ef8286cb696432e9e486ce88e62cb7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f65b9f6320ca40feb63a64c1a8c18b3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "11539e6d39bb47f4a968b1917b20e398", "region_id": "RegionOne"}], "type": "events", "id": "ba3964fd31084434bbd21fff74110e43", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5a0c0e7f533e470d8c094847586624fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "052fa7a7c2044d008f5dee5dabb36ab9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5d5363132127491b85cf5a53f36f02ae", "region_id": "RegionOne"}], "type": "application-deployment", "id": "446a304ff8cc496b898fac7c2d3325ea", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f7ac8bc554d740629d5445c407ac34fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d6bb4e70756f4521919990ffbdf34eb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4d020341b35840868e9482da38cf8918", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e7d3f4c7c52c4039840817bb4f789d3c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1287239394c346a48534a98e6f5c9410", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bb0ba9c5aca342809e15e80e19e73f11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5190fe2ecc13427aa4bb298cd8842d4d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "35885bd1039d41bca24fb54fd9dade16", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "da884ef45783456ba8d824d1bee8c7eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "70e9496bb9a741708009617d85035c46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "383dded234db462cb13df1a4e970bdfb", "region_id": "RegionOne"}], "type": "tricircle", "id": "35713f157e434f7ebe7909384bcc0a22", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "83aae14dfceb4c0b8425897edae7f125", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "970978befd4547a4abd249b981f5a486", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b3f1dcf7b39d46c9a5b987226516205c", "region_id": "RegionOne"}], "type": "database", "id": "476c43ed6552480099b84170356e0f45", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "712c96229dbe4ef6b6de59cfc10f93c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e8711997243b43c697971df4b1c84b37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2e5fdf975d58443d95fa768716ef91e3", "region_id": "RegionOne"}], "type": "application-container", "id": "fe9487ffe48c4c5c976905c9a4c49e0d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f90e5f5e82ca4245a1c81bd5ae97ef65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4cb5272a0f954f278f62acfab2f8e7ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a8c26d0f8550453ebdbfd792725d3d59", "region_id": "RegionOne"}], "type": "container", "id": "623640a2c7b64f2985515d04411a2c38", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ca193fa7b9ed414ea37172b96d63a46b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b84c73f2bee54f9ca80ae2afb092c6bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2eb7d1a8045941518fe837e104f80797", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "fa88d573cf33406ca22ab2240528da0d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f67255203cfa42d29fc48c10b62ac66f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "724e58968cf24246bc9ccc258235f3a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d442cb65630a4d49aad63860a5d19282", "region_id": "RegionOne"}], "type": "rca", "id": "5448c81eaebb4c3aa34dd537a873b805", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "92295d1170874d0b8130bb587be7c185", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8e69972ea6c74ae4aea6368a78c1ae64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "0811d65547d2400f81bb0caa8c2d6d82", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a93f04404bf94e1d919b87acdb68a1b2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e8e0d40fbc2041388d8d8835bff20289", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "15b80b565f534bdfa06d725e54fffaf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1a16ef41bdc946de9f4ec8f65555afd2", "region_id": "RegionOne"}], "type": "network", "id": "bc4a8fba26fe44b7bd7d1c5a40dc2301", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e4ef3583b7134668b21551698dda65d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "22afb09feba346538b2c4d33c50b4878", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "768037b6925c459b92a847649bc72d69", "region_id": "RegionOne"}], "type": "backup", "id": "e3d3e72c860549319f5859fc6c11bf6a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d2c0788e63c9436c939adba28c8d5b54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "357aa45922a348c693b7188ac171af7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "90a08d27eded452cac966f5b592c00ae", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "18d039156e2f469b9c7039af49fedef0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "42066fed79024f2f93c2547b2d1769fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "188d47b5987e48469916c3ac09d27310", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fbaaf24dc4c943f6b21db3cd9a56d2c2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b0f3c69c14d14dcfb3c04bd8e90ee348", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4cc3032163af402e9d5fa619897b05c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "66f4ce18ac4c479d9775463ee0c1e219", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f7ad86d226ab4c82b3252578f9bb1731", "region_id": "RegionOne"}], "type": "monitoring", "id": "5122510b1b3f4037a7897d7295ed4589", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2cba9b6725ec4da4b8fe5a8b3e3ad449", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d424f5d186004e45810781b83478f4ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "0279157070f94ec194c4e4e8144a3dd8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "98bc9d2747d243b0917d929bdaef7fd4", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c24145f62fc6430284b13478f4ee0bc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1c2d81920c404cb3bbfba9f748aa4e24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b9b12a7fd6fc4637916d1122ea573a8b", "region_id": "RegionOne"}], "type": "placement", "id": "5cc9f33876384e4abf7b6b27dc9474fd", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "03922f554ef74d83af58cadcd2fc56d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1969db0d4af94f748db478c4688506bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "de39bf7827a548788a5465303ee66075", "region_id": "RegionOne"}], "type": "instance-ha", "id": "53248ed88cfe4d88b23ec3e5faa770b0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a40f7e5f9ea145b590bd1ab3c9143db7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f90832ba8ed44ab7a4c706a5649cbc07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b14dd069218b4a3ebeca59fb5f01f741", "region_id": "RegionOne"}], "type": "ha", "id": "26833622454641fcb23d37164bf77fea", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "956ca797ba694791bb9eaf401d4a144b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e59476e27b7e44699ea6dd38571afa26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "dc03b687c2304eae810e51c26b1d38bd", "region_id": "RegionOne"}], "type": "reservation", "id": "40eb356412ce4545bf6f64231a71d6d4", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4e6ea4574e5743b0870d47bb5142c242", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "60ae94d07a2d41a9bf0579d25bb03ec3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "769a76b819ce4785b712bfea51f29493", "region_id": "RegionOne"}], "type": "function-engine", "id": "ab45938ec0b94a70ac4933ed35106b2f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "41a34928c305427c8680486f65cde41d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "94c9307574f1405eab6544648a879623", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "4bd20def99a44b3eb582b37d7e065472", "region_id": "RegionOne"}], "type": "accelerator", "id": "5894237a30f54437815dd73800e6a5d7", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1e19f811f8d94f108158f9ae3c6d01ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2cecc76a02fe43b489b852885b11a76a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "70305a1b96f64d8a9de3774a021c44b6", "region_id": "RegionOne"}], "type": "admin-logic", "id": "47dc8c6bb28f4318bbe5aa5e56dc9280", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9d646e8e0b3f4d6c822dcf07b9caf8eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "90dec4c06a4a41daa820abf51bb6d901", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f0933eb214de4fdeb288aa05004f9821", "region_id": "RegionOne"}], "type": "registration", "id": "520ade6b41b7445da0609cee25883b1e", "name": "adjutant"}], "user": {"domain": {"id": "f3dba16ae07c4b92bd51c4e0b23351ed", "name": "e2a2476ae606443a94aa258810f7611f"}, "id": "7acbe79841d74279a0034b2cc4bbfa6b", "name": "d9337a834bc34c0e8ae2144684d093e4"}, "audit_ids": ["34623a894850499eb039e52b6b607f88", null], "issued_at": "2019-09-19T09:04:38.890424"}} 2019-09-19 09:06:39,029 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,033 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,034 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:39,093 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/d5dd1ab4-d5e3-40d9-82d0-a92085492900 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,096 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,097 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "d5dd1ab4-d5e3-40d9-82d0-a92085492900"} 2019-09-19 09:06:39,145 keystoneauth.session REQ: curl -g -i -X PATCH https://baremetal.example.com/v1/nodes/d5dd1ab4-d5e3-40d9-82d0-a92085492900 -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" -d '[{"path": "/instance_uuid", "value": "meow", "op": "replace"}]' 2019-09-19 09:06:39,148 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,149 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "d5dd1ab4-d5e3-40d9-82d0-a92085492900"} {14} openstack.tests.unit.cloud.test_clustering.TestClustering.test_update_cluster_receiver [0.193051s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,072 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,076 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,077 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,079 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,089 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.012645+00:00", "project": {"domain": {"id": "416d6e5210d045819d1abc0e598629bb", "name": "5754b7695d354a0aace4bc05b41cf8f8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "796aff401fef423ba89632ed96b495e8"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0ea9d86f1eef4112aaaf463e0428f8d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c99ced834b7e4b958791a095e4559bd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9314af16d09d4561a01e2ec194bbd6d3", "region_id": "RegionOne"}], "type": "identity", "id": "9dd386fcea4a49ce82f8f2b6d36c8620", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "46d75c48d69d45378ad61f0d391701af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "70f4dcacd6fd4c66b2a8c6ef90d3ddb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8eb0f565f9064c159601dce6fadd16d6", "region_id": "RegionOne"}], "type": "compute", "id": "cf9c7c0833894c71b438055656b249f6", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d19fe194957d46dfb1ec1a2fe0c2145a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "26814471737b46e2adc47587a4e8aaf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c04f75cf1c084f59849f4b95cdd89611", "region_id": "RegionOne"}], "type": "image", "id": "8b3d9bdab010497c97088dbb6364708e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d851568349a14a0eb64b574a6b78259c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "45b2b962894a45b697c836ee652acb87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "000c82cc1ca7453eb45bcf08bdc6cc81", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c97eb6dda14d40398c1e3f7b5124e4b7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cdb663bfe4254d6f98accf136e6bfd33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10ee8f6c25314c199c20d92c3c236855", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f5b43aec5134579b71480c7cc21ce81", "region_id": "RegionOne"}], "type": "object-store", "id": "9afa66c084da43c18a4bd1df0ef2862b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8ed6e2f5a00c485e8c766912c63cb1f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2746a2e286c34276a6f32557cb17787d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3d06079c5dbd4520af2210b276d6e5a2", "region_id": "RegionOne"}], "type": "clustering", "id": "ceb2335f67564bfa98bfef84100122ad", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f15c8729bb3b454791ee0e53f4d2c6a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "17ea53afead7430f9c1445e1a2e5cafc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3c75ecdfe10847c094f9933ff287de9f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a77efed4fafb477898e70c7211d87a76", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f8c6ad42e113441e8dce8dfe1f733ed6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a2891daebc6948df98b4cbdaaca9a6c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "613810d1a6cc4fce9a98c15cfd1b32ea", "region_id": "RegionOne"}], "type": "cluster", "id": "ea1cdfd5f15b4040b7264af08beb5337", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0576cea16e56426c98e848aa37ba87ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "533ae18e884f43299b5599f28a8c2b8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6dbbe843d0b7435bbf154e067a69a627", "region_id": "RegionOne"}], "type": "data-processing", "id": "051232355dbf455197fdcbfaad6b405b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f7c8fa732c7140adb716e8f6142cd804", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5e48a07ea3474ae9b984b1860c794d26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "09914efef40d4a44a114ae34c5dbfe14", "region_id": "RegionOne"}], "type": "baremetal", "id": "22f7192238f943889cc0a27601fbe797", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f953d500eb504a13babd7b8a5b6890b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c4d95db306444f84936d9131641c2ffb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a1daeb768b66476cae90985c8b620064", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7dd0a57374364b0e9e3cd0c6a0529fcf", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a9b811eabade49b89e72ddcb12d9ea97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "910f2b668d0d415796a8e6922e86847b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c39decfae46441f8864a5997c26c5771", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7fe881f82c2f415baad02f75226ceee4", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5e31d0e10bc944448479ccf43abb4869", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0bde65ec0a7748f39b834cc332f49950", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ae45e49c2b96461c8fbf2380124e76bb", "region_id": "RegionOne"}], "type": "key-manager", "id": "6326a0a743bc49ccaa545c6feb63b389", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0ad408f20f1f48ed8242e9da951a5a57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9716090c545d4124b37850d80a322f7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f9736c35c5ae457eb4a9c832602fd819", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "77b2b4cbbe1b41baa4437f9943f7d37a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "598d465d34f1415d823d8098334d2053", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "776ebbdf792f429dbef280d9a9894f64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4bae2c5566044fbda22be60276f8cf85", "region_id": "RegionOne"}], "type": "infra-optim", "id": "976365895ec54aa6ace982c3bce85ad0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4a1adde140904c64a7474eb044f6d89f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "88c2b60c1f9f43ce8901afb80e007ed2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fb132f10204844cda19d9777e1ff7666", "region_id": "RegionOne"}], "type": "message", "id": "891b61e2b35d433fbeae97691fad3adf", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6f92361ed95c416093fe42427b8a59db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a4159b635b314a148622a011879b6e4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a8f97f2bbed64145986a4db3aa253a61", "region_id": "RegionOne"}], "type": "messaging", "id": "a14fbac6ff7349419bfb9992e1f8018e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8df2edec69804ddaa3e1b7edc3187bf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "296433c2e2ce4a498b9d3e713ffb960c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e373ba807c974b559056f7e879f0b3fb", "region_id": "RegionOne"}], "type": "application-catalog", "id": "9e0a21bfd0834e348a1906b1777bfb9c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5a5e860d7f70431cb8883fc32756d6f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "53f8215a2fe345f2840a4079c8092fd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a1e18f23e20d44a2b10bc8094e2380ea", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e30788424dcf4502a3293f0a108b6011", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2bb7b9120db24c5c9225f7f76bb43a58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7b0df4a226bb4d4f9c28106c71629ca2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a968b0228d0d413ab632a85394d5ed11", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5993484868764956a0214b7edf4e3f05", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dc03d5d2f09d4a10a1771a201d1163f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7e3e7a11c4194877a7409cf9b17b4a68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4aeedc3c4bcb4da881f8996966e9e684", "region_id": "RegionOne"}], "type": "container-infra", "id": "dc62bc59390e4dd5813168aa74891128", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b0fc95ad2f504809942cb538ff11dbd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "29d9738359264a969dcde692d8d6c485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "80e613be50424a6ba88dab3156237caf", "region_id": "RegionOne"}], "type": "search", "id": "663f3b3d073e473a97e6f35c17801b32", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c45641b5ae974b2eaf3117553733d890", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4f5244d576ea4c36a15b0eb67fdca8d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "661ee335cbd5442c98db97d7902840b0", "region_id": "RegionOne"}], "type": "dns", "id": "b9f8acba33034ee99913c91433362108", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a60a2c1143fc4d538c57fa52798376da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "082b862ca81646cfaacd371845405fef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4c29760aa57b4e80b58b17a519b2d534", "region_id": "RegionOne"}], "type": "workflow", "id": "a885d9aaf779402c983362ee1cc05474", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7181348dc8534c968b886b0ea66ce2d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d0a7e27ac0754785a4cce9d330480eb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fff7f4672e1548678c63ac32b54f6f4c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "12d7d5e6d0d14dcf940eef110881209d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5d599a768043434abee8a68da797135d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5ab83c1aa3d64df099602ddc7a58e6d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6492821438024721bd47d605eba7a00a", "region_id": "RegionOne"}], "type": "rating", "id": "bd58ddac1c0d49b8b31aa2a9d2471d33", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ad13b1655db743fb80a703ceb8d5d72f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "286e0fa699d94bad936a832fd5b89ad9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f1b4ebc0b56b4e2db84114dfbe2f5f9c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "bc52d910ee8341fabc599feb3136aa1f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0a63de30e9444fcaab68f360a603ba97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8c13d58a9b4049d1904b78dcc4f6c240", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a5a1dc24c4a448e49767d7c00a04e563", "region_id": "RegionOne"}], "type": "policy", "id": "fcc85d640ea94a099466dd9a89a13f64", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "969ab726ef12482a89fb54186d3470a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d7c17fc936744698bb142ce2495eab1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "417e39089a0f42b394ed67105ba6f516", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0464f667b7b5499abe404813a73097d5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "27d8f48442414b81a3bcb2757d9dd420", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f513f0144aa54230b4b822f4e29dc07b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "61d2b12db38d4840a4d20bd92547b9ef", "region_id": "RegionOne"}], "type": "sharev2", "id": "f9d191d5400f4653b9eb1cf3c5cba61b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5d3c7fa7fe114542b7a128440ac43d21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "43e92f7e66af48369bebe35d3a931120", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "68094773f599438780c0a66ade24de00", "region_id": "RegionOne"}], "type": "share", "id": "6b20759cee134ec0b61c725f828b17be", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "cc902830157d46c59c6399f159225f30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bd4bf163d9154448a3f7f8f3da12c776", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1de078fff0c445118f1ff18f8f668163", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5d7762ceb9284d8b985113e92b3fcad3", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a70dfa076ce74dcdb5c72d93549b50af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa461806f1064ccaa821f1f82dbe14e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18b86be2297a4b4b9e9cf43c025b5bba", "region_id": "RegionOne"}], "type": "orchestration", "id": "28c8ed639b57412199333c6583c1de13", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09e91f217f8646798184dabd0f35f7aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3567e9d7bc234c90ab948b04cec0c688", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f2a2d86c9194d47968e710785a5c32f", "region_id": "RegionOne"}], "type": "block-storage", "id": "8487265093b54f1ba7a4a7cf96a7fcfe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "502c58a5694f4ad685e97875c9924d8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52e0cf4466fb4352af930e9431f3a39d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15360d0aec504190806411416732fa31", "region_id": "RegionOne"}], "type": "volumev3", "id": "ac63ca2525474734a3687de3fa06ad03", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f337706c9a3c4d94a924b274bb2d6b04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5e1f6186a434c7f801bd268bd2fd87a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12ecd8da722c41a0888c56e061a8695d", "region_id": "RegionOne"}], "type": "volumev2", "id": "0dff5d9f99c54c7b9e69abaf98d0da5a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ba39f1c52da48628a060e7f03893877", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce15e939b7fb4b8ca4f65b51f54b09c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01fd9f1ee58f48eb802275724f0484a8", "region_id": "RegionOne"}], "type": "volume", "id": "025edf7fb5f84d5489c6b02daf96d006", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a422693420334be08b174601defeba1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77bf5d84dc6e45e78525b835bfecb967", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a4764c8d1a748219cfc98c288a226bd", "region_id": "RegionOne"}], "type": "block-store", "id": "7bac5746ab3548dbbe49328fdfd4581f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "98c0784ed44e40d5a1cc6a5e580ec7c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "40e488d24916458091018a7764166062", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "59f5285bcf434a91bf6a02f0348f7187", "region_id": "RegionOne"}], "type": "alarm", "id": "b1372c3b0d414c9fa7ad0ac2b238c734", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3aa55015ee4a4bad9e5c5093a5ebb24c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "98cb01953ae04524b05992457cdf3ce7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ecf9b1ee7e594541a6f0e1687fd3c7fa", "region_id": "RegionOne"}], "type": "alarming", "id": "10567dc89bdf4a68b0c44b17913a849c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "eb488c037ac947129297ec62a43aaae8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4b4be4e917ae46a8bbd84b928a5ea0ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "618663058ffa47d8ab66679808273975", "region_id": "RegionOne"}], "type": "meter", "id": "e9ebac5fb08b40a18935d9b9ceedd728", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bc912c6ddf014ca9bebad7d85497ec6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d4b9d8e5b5f348b1aa9ef8c320fac289", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d633c084bbf8415caeef22cf57bef089", "region_id": "RegionOne"}], "type": "metering", "id": "ad300a5bc5f3432cab3d6b140a72d1af", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "98415a6af7b74e8084061437ce280395", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "83094e95e624463a9dfb382e9e9d4467", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "215de4e9f3e44354b0eb098ad9d20d0b", "region_id": "RegionOne"}], "type": "telemetry", "id": "c38fe3b1e78a443a989f281e3ff105be", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "028619f0c5da45e6a51c7c8ed764f8dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "781040452d98445e8b87389d3463b034", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bedda2560a404771befa5ac14df72609", "region_id": "RegionOne"}], "type": "event", "id": "0fcd8b801daa497caa0cec4169893d89", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b81aca1568de45fdb606751e383ea6b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9ca954a5b7184e46b83f31ae0ea949da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8469de67dcab4e9f8e1d961c41aa9d7b", "region_id": "RegionOne"}], "type": "events", "id": "4775211892ea4a5b8d594c43287c75b2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2d95494f641f459c988bc0765416535c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5b7a64326f9540a0ac76f1100ce07cdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "53567e69afd0445cb409a679231759bd", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c1747e06e8434a2faeb85570ec749ba8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5b8a3126eb0c4abfb46099168217c861", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3371273efe894b2aa32c9ad5203242ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c25adc23da5e425ca39b2009570ca8fa", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0b3dfc4829784fe593331c106ab48454", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "11bcd18d58354303a1f3683078401674", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7a9e8e27a1524ce5a4ca29b0e326a92f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c4fe3f12ebcd40b592da17e62c78e088", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8d186286e40d4fc1aace56b8c39cbdd1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "320e103a14ab4f77b9144d6601e9f3e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8f392cec6305422e9068ba7750bed045", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "955ff0fec093450daaba73deae261965", "region_id": "RegionOne"}], "type": "tricircle", "id": "59c6a49375674d42abc818648639f0de", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d7d0cd0bcaed4510800049940d6e492f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "403d69538a2a4caaa10286ed1989e19b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "bac14e60dcf34cc49cd4c9d4db1335bc", "region_id": "RegionOne"}], "type": "database", "id": "0bbeb6e65f9b4305a4f24e4e21a12ec5", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a17142b4e8e647f681ae74ddd70696f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "489c85f9e738489984ba474a0e342aa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "260cf109af7449fc9393e3806ee6da4e", "region_id": "RegionOne"}], "type": "application-container", "id": "6494ebb58d01466d98ca34a56f812962", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6e76faa88ae14a48ab6887969f3c6b09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8df8ec676d89440e9fc816e4b28ac945", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "478199210b48460d9ad730e29519baaa", "region_id": "RegionOne"}], "type": "container", "id": "c077933775b148e0bf20fca9f200c541", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2fda5f689e154b5680077a38243d700e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ca50c6980292475fb4fcc2ddeaced103", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6312472fc14b492a942829385db3bc4b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8389881ec92246989ef8a154c08a5008", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "799ed83e8fe049738924353d714b4bec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d428923c740246d986d08e343e2fb448", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d772714564d84599b1ed1f9ee9ebfb1b", "region_id": "RegionOne"}], "type": "rca", "id": "5b59b4528f0b435ea36dba4e9a84333f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e0075f3dc0084c169a64ea89bd0b4314", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b2c0db94b0734e12881666ef646b1d48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f0df23191ada49a2bf5447997347298d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a0e40d4937fc49b8b3cec9eea649f5bb", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "45924ad297b148e9bf2f32ca228936c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4ae1234d43b64ecb9ae24f1bd35bed99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "42442c39be524f289a6dd15a76901022", "region_id": "RegionOne"}], "type": "network", "id": "abad00524a1f498da6e76464aa2cca53", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3ce11eceeebb4790bcfaaa655bd54478", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9f089d668a6743a2b0d48c4bfcb67b5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "16c5566381a24f71aa96cc417d8bba9a", "region_id": "RegionOne"}], "type": "backup", "id": "f7f35a1ce25547cf9dd3e29274e72719", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fb891ca2e9d446b9b2dd273603737676", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fd590a9641b845959008e8c22adb7d15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a741f2f613ba45fc9c7f22c6261bf8e2", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6b4629e5377d42548d47568c53b58a98", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a12db93ccd3f440f90c490db42d779cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "78f55955092d466bb2adc4fd52d0e380", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6f38dd0eba2249cdb4dbc48c7d2e4b3b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "10f7378dfa534ae1bfe34ce556e41530", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2979f57c361c4605addaf23cec528e11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d010d85db1894954abd4ba629db962fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9cf33d10c9c0461582d06a2543da83af", "region_id": "RegionOne"}], "type": "monitoring", "id": "a543200980ab4736a617a46e80ff4245", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6f8e296e4a7f4524a1db0f30adda3eaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9d5900412cb340299bf530deece9d6a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "78064c2efac74c45b3ef3ebf1ee69aec", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "36e88432a88e4b4c862f99ef071b3c0f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "289287fbe5214e0c84bd34f7503f8a3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2e548ec5db754fbc9cb0096958967f66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4a2e6197f2d048bf82f0f7f6978f6570", "region_id": "RegionOne"}], "type": "placement", "id": "fe757683a7164def939f78beb38c5dd2", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "733281d8ad3c4f98b177047ad0fbf846", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e93598c4a73b4363a6a8830be668b73e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "42ca333a92b54452a7366ce2bf965993", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4f35942ffda2408ab38ac21e9bb76036", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d3f6ecb454b94e3ab577923920741314", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "07dbe1e080564ff090d73c861d14398b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dbd3df450229446ca26c70d006874b63", "region_id": "RegionOne"}], "type": "ha", "id": "eb6fa63a1fec40d1829980739ba40f7e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4b958d1e4c504a2c965f0e8b8470577c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8827070ed2554681a30e15e3c1e796a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "14dcb7bcd39d46fdba67ef681b6702f2", "region_id": "RegionOne"}], "type": "reservation", "id": "52c3c43347704ebcaf2e05e518f12e1b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e6597a147fe34954ac337b28bffe7a91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3edc26de4a7640cdaed0e13dd3b82629", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3ded779bf653433e8e6c4975dd19fe52", "region_id": "RegionOne"}], "type": "function-engine", "id": "6c7a3686b8c6414ba98c68c6b512d6cb", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b0da7d00f47a45ffab717c0c00b2bdf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2aa31d8a3b644a6d8fc5198e5a31b49f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d8d5821c8bcb4e44bfb7982a83c9a270", "region_id": "RegionOne"}], "type": "accelerator", "id": "60ce960e0b584f47ba63a95a5786f19e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f1ab84c0b2104d39b17feeaff82c5ff5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b31041d1756542969816370e32768c54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "eccd84e348de41ea85018c7d8011c720", "region_id": "RegionOne"}], "type": "admin-logic", "id": "25113c25410041b5ba0dc6298b3d3961", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "17bfccbfc784415d8dd921e7dd99b27d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1a7ed2ac9d5643f9b30a3c01e0ac66d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1ab05a8d8e8744de8cef7278170bee2e", "region_id": "RegionOne"}], "type": "registration", "id": "5d872c6f01e04387b82120d9d9b73a33", "name": "adjutant"}], "user": {"domain": {"id": "faf52ce4ef984a15992791066e94ac75", "name": "4fa7fcd748804ab6960d9c9d7e45d8b8"}, "id": "b3f5fc38bfca48d5871199e5a12fa851", "name": "976194f598be4356819eb7a1ba618121"}, "audit_ids": ["a5b43efd919c4ce6806d652186dac949", null], "issued_at": "2019-09-19T09:04:39.012645"}} 2019-09-19 09:06:39,150 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,153 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,154 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:39,173 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/receivers -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,176 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,177 keystoneauth.session RESP BODY: {"receivers": [{"name": "fake-receiver-name", "cluster_id": "fake-cluster-id", "action": "FAKE_CLUSTER_ACTION", "params": {}, "type": "webhook", "id": "1"}]} 2019-09-19 09:06:39,195 keystoneauth.session REQ: curl -g -i -X PATCH https://clustering.example.com/v1/receivers/1 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"receiver": {"name": "new-name"}}' 2019-09-19 09:06:39,199 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,200 keystoneauth.session RESP BODY: {"cluster_id": "fake-cluster-id", "name": "new-name", "action": "FAKE_CLUSTER_ACTION", "params": {}, "type": "webhook", "id": "1"} {3} openstack.tests.unit.cloud.test_clustering.TestClustering.test_get_cluster_policy_by_id [0.130694s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,992 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,994 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,995 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,996 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,002 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.932738+00:00", "project": {"domain": {"id": "62b125f684cc4010ab1d1b51fe6005b9", "name": "3348943e4606420c8bf6d6d32ba50678"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0b2be9fa62824b9caec0bb33b2bae2ea"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "94568714ea524ec6b5f83a5e737df865", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7d327fa42ec64eab8e8f82d9f90b4762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "db3dc3e58d4b424faabe5f44fdbaf383", "region_id": "RegionOne"}], "type": "identity", "id": "7576efc73d6144ffa13c0ca1996096ce", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "dc1805dceb104148a18cd7d7f5192de5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f7793edca8bb4366975346f7875049f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e13e60d0c1244962b0f3703c865f01e9", "region_id": "RegionOne"}], "type": "compute", "id": "083dfc92add14270bd4f2cb8efd0c39c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "71708f20f3f345bbb7cd71786439e166", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2d87bd38ee244cfd9f29131f4925bac5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0f75fbe0b894431fbac78fc0cba4b854", "region_id": "RegionOne"}], "type": "image", "id": "a37b9b8b1e874ef4bfaadba74be37a3c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8ad32f4f8bfb468dacca5b9643b8598a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4a763c9c1fe146e18579261575798344", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4ebe1102687640ad86167677c3d0c497", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e313fc5f00e44d55b3c3546fc52c8c14", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ed702220db44b8b85be2c29d3a26ad3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b96036d678cc411fabe704686e2a3442", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "021bf8c4ca404b9d9b93d50eef4f2a73", "region_id": "RegionOne"}], "type": "object-store", "id": "5441d9457c4e4682b3d2e0bcb2d9015a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7f9d3cc6d7544e66a6206257e2e4d1a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "342dde9194aa43f483b20b8376128d55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c1d5114f1a7043cabf0640ad29207043", "region_id": "RegionOne"}], "type": "clustering", "id": "a01fb047cba3407cac44596eeb1bad7c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b8d6275814ea4d4a85dabad9f33dd53c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3d2417cbe3dd4ca1bca6c017893f3488", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "114b047dd8704ab587c6db27bc82bbf7", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "bfe90d4b312f441a8bcec65469f95c4a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b06f29c91d3e41d48855ed0916cf9040", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cd387500badf457587d30272c7654e52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "950169a2ccfa41e68a43907893059ccb", "region_id": "RegionOne"}], "type": "cluster", "id": "ac3251107df744fc9fa1a4b82c0e2a89", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "45f768f4cefb4dcc8ecc8a8ddcd6f77a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "902295060c89477b97cfb7c46d82aef2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "99c07bfc97c34e3da65633703100922c", "region_id": "RegionOne"}], "type": "data-processing", "id": "a8a6c5fdd0244595acf96140a1a1878c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9b7bfb21c6e14d04b36a2dada83e72b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "88296aec7f4a43ac966e3759f6e53a5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7ed428dd76ee467081ab461b71dfaa16", "region_id": "RegionOne"}], "type": "baremetal", "id": "e2e0cf89a12541c79586f719ed1a36eb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4c48ae1b644f4105afadb7dffc5f69d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6ce385e5be96487a9476e9e869c147ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d83461b286f04c648f3f35b0ff8cb0f3", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2fad0d9046ce4c3e86182c3a271e0bc4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2911216ca0ca499da78b33362d592e16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "233a5df583f04282ba6451fd4e85f2c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5228ba024d88490f8171066eae330f07", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6bb2e4740cbf4ba89738c59cb87a2949", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9c8f3d5a86c84ba9a9bc0f460fce5541", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "67f38340a68644029f5a7b0daf0e597c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c7ae3531fc1348c6a05f4ef076bfbf75", "region_id": "RegionOne"}], "type": "key-manager", "id": "d4ba4c61c0444682bf48b998397500f4", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e81c2244526c45208d54ba4b21b166aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d27b63dbe701487693bc62e603c4c367", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "734db0ba95224da8933c32f773d45d00", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d08ccdcaf62e482481bcc32f7a13d398", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7d1ca8ca62d44b69addbb7a1ac57675f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "96d2627cba9a47b290993904b1555a71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f93a95926d88425dbdb5f2e5bc37bfd1", "region_id": "RegionOne"}], "type": "infra-optim", "id": "221c54523b0b42d7b607a978a1352cbb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cd326b338ff845378966896fd0e40811", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "178ae4bf19ff4cf3ae766c01edeb42db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "748d3e80371b4ce1b8c7f136b5cadc66", "region_id": "RegionOne"}], "type": "message", "id": "4c91913309f64b6aaf68cffda5142d5f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7523cbb2fd0542fe98e172a295422584", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0407c6b15a904690a23c55174786364f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8918bee3b9af4b9f8ef4591d24c06085", "region_id": "RegionOne"}], "type": "messaging", "id": "14885213f8534e01b1c270738f11495f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d027924a0a54494fb8b73ec17d68ca2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "80f508357c5045fab63f81a530d1d1be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ffd2d6b39abd45e8b6bf3168ab96013d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "958bb2b863284055bc0f00f041f38cee", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "118c78c4426042519b1c856a5874a233", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "55a3a623916d4d2b95acfd7b08eb8208", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "81c3aa2a130247db832486101fd2ac0f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "93fb3a3cb7c84f5ab70091c54134cba6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7896be224c534c63ab93c1eb01a9c2f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "29f920b5c9ef4dff8694ae7453ec0779", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "22716128423b45369476244ab65da484", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c9c7ff1567404cfeaaeac6cefcc3381e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "397ea86830564e4184f371515faa0e4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b7714b18df554299819726bf6709c94c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eed3f4eb5b90411b885437376c4abf1d", "region_id": "RegionOne"}], "type": "container-infra", "id": "d3e6fd93dc514fb38426086fab9f1d3e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ec55848f81da4981b5311fd848f30bfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "94cb40a860f645dd959827a567b255c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "7a929dc1924d4039b2a1ace81454d99b", "region_id": "RegionOne"}], "type": "search", "id": "eb29da783e8f4d13b33a9f0fb08a2e8d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2d21411ee4a6410d9049d0a0a04e806f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b97d84128bbd45459600bb216a80c2e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "59276a7c62f3455c8eba93e52cd063a0", "region_id": "RegionOne"}], "type": "dns", "id": "87211f7a5bfd44038cd98ea464c6abe1", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c7508cc51ee64bcbb1ce730acbe040be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5885f6c7273e4a6eb8fbe814a6371f0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5be8ce8f8139411ca9c3d54520bad588", "region_id": "RegionOne"}], "type": "workflow", "id": "8cda11f2e0bd4533b3979147a6ff73ae", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1a2cac01115a4053becfe25cebe241d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0bafa507204b4e389c0e2fdf1124598d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "59a6b14386c2445f84e0b1a41e6167e3", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e25fb13712a64d69b1b90685d155342f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2cf3e18fe36c4dc7a88457f4e9de7854", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "610d26fc56174ce2b3ba84ade06a6165", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d9dce5cd2f5a4cc4b711fab2f6c5b41f", "region_id": "RegionOne"}], "type": "rating", "id": "efe7b96dd3654ae499bc3b6a2327b340", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "126a43fcdaf44122825f5373abd53098", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d9d826d20f354fef81c30c4250dffc8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2f0a77960ee4471dbed14735b14fc1ae", "region_id": "RegionOne"}], "type": "operator-policy", "id": "528c7480f48d48f8a6f53c941aa26e0c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8a4e4e195be84ecdaddd94611cd22be6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8c6199a7dc2444a4a24b32c874e213b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "50b2c51dcf0842ad8089cbe4693663f6", "region_id": "RegionOne"}], "type": "policy", "id": "5d2728fc620b46a2aadf005c721f3835", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "94ead38f35be43cab39793d567fa3d21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6e50577673c5477584fe9b9e4c12672d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "39d587758f114deb827c0d8f8856f685", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d90f9a8e777642f3aef9a3f7599fc75e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "727ef71d27214ba5aef7a63a5cec1518", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b27d5e3464cb4601a2e40288043284a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ddc8d4d4461f4fd189da14f070bd5f16", "region_id": "RegionOne"}], "type": "sharev2", "id": "a687cf33367745bb8255bd2cd10d472b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "970c63e6a76f42a29c2084556aca0bd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1483f42791c2415bb02fcd6b6ffe05ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f8376a06ef4b472081fe4c66bf7e244c", "region_id": "RegionOne"}], "type": "share", "id": "58fdcc20fc004f74a246e5d88c8794df", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "733d9a848e4c42bb9537000f8f1fd4c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6b5038aa344f45c992baafabe171ca7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "eef1c52b95044a3e9648dd2c27fa0f12", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6d3d44bc72c94ba0bb6e93c62a0eec78", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e745cba6c5834d03819780d23980cae8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ab6a83b11014d21bfbc4c4312fb2df9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ec08c84825446ebb38caf6b6d8bbff3", "region_id": "RegionOne"}], "type": "orchestration", "id": "2c195f18073e4f9ba4fdf6ea424b93eb", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "406ba84cbed14a888dd7529080d0ad01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb4a3f8f29dd448393d39fec492337be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7db45aa52be347bd96cf1243134c496d", "region_id": "RegionOne"}], "type": "block-storage", "id": "57fb5410a0a64de6a880346e03b55811", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "052b9ad619344ab496121a0cba827a89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d249880bbd84010a7e607e2b945f5f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d2887f0afe944c2af05cd7b4451269c", "region_id": "RegionOne"}], "type": "volumev3", "id": "ec9a2ce8a90347989f03320910143071", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c06661d653164d4e8b8c462726af8705", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "775084e9b4134921b068d85bc5bd8c3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e484a93128c3444ab7ad961888c3047c", "region_id": "RegionOne"}], "type": "volumev2", "id": "1836d43e492c4541b29a29cf44f37a2d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ded67db9830c42518e25e1a5cd674fb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70c39efe95f84d37b316d970fc2dfd3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81256232dc964c6dbbf9796e4a1e10bc", "region_id": "RegionOne"}], "type": "volume", "id": "7436b525213049ccaf618a19e05ed67b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2888be7f9a244a438aeeb5aca74a037c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66a1512441c941159a850bedfd038c7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "359ea26b4f834b89961cd89e7a4e47f5", "region_id": "RegionOne"}], "type": "block-store", "id": "183eebc97cea4eadbcbf22c60ec5c4a8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c31b9583ae334b84869db7e220ce9185", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f82e78a5cceb4b41b21944922653b702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "85f12395ee1d47a8abc8a736f9eea1e6", "region_id": "RegionOne"}], "type": "alarm", "id": "8409a5898fb84e34b61f258e3b9b77cb", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bb11e35dd3994482929b24dbb4bc542d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9414ec837ea5450ea6d61b2764c0b460", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fd17b055fd0a4f9f8503ce6b0cd50659", "region_id": "RegionOne"}], "type": "alarming", "id": "694470364d864faeaed58ea68ef3636e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "edbc041fc7c041f6b71432983dbb4b5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "db8cced40ce34ac4bdb3bb1666616249", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f05bcea2dfc44b50bc4e2f60af6fd07e", "region_id": "RegionOne"}], "type": "meter", "id": "fb569ffca56348208c6dad0e2d5d689f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bd65e14a0bf345158c8dcca1685829e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "067a105ba8ca4813a27f03a4239026de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ba64a5aecf9d4fda865070346f79b77b", "region_id": "RegionOne"}], "type": "metering", "id": "c90e92c726844293b821248e4d7b3087", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5296e963f92745f091971bc638ca804c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3b6add2aa7fb4a6d9ba0047e132e597e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "39a5edb6a8c443dd971e9135d6a9d2db", "region_id": "RegionOne"}], "type": "telemetry", "id": "43576d09968e452e9ef42a6dac74388d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "677968d55f4e4623ae66913b07ff6899", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0711f373569d4b37aec935ee14730565", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4bc50df32d81493da8279eacd5567fa6", "region_id": "RegionOne"}], "type": "event", "id": "36f25cb81fe2463ebd8001cc563cf2ee", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cfaa0214ca214ae7a6e8f406cd038b09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7c2ada7ffcda4aa8a1dc0c0ae4cba2ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bdeb695d803647e18a7df663155e884f", "region_id": "RegionOne"}], "type": "events", "id": "e1dc4d95767f4f509b75ad5622130810", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "99f113002bdd4e2fa999a69ea0b655f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "77812e509e374314a4d1a8d865db4d3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "419aa10565434649a08d5b503cb77aa8", "region_id": "RegionOne"}], "type": "application-deployment", "id": "88fc509e8a3646379f77fecc15aae51e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bd82a18b22834c35bed1c2189a9388a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "202ddeace4fc475ea2f91ea96f381379", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c66db3c23f3d431d983cdff491dfbc69", "region_id": "RegionOne"}], "type": "application_deployment", "id": "754e165c4f5042439d6098e2d48227d1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "feabbe680f2148689631ebad04fc829e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "421ce1520aa94e5aa60d555fc1870d4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8863993bcc39425ca6028281f51e0100", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "1e3677cdcc8e489f832913282297be1e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a2a34c22da504794a3f9f6545ad641bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "69abf51d0b524bcaac5c3dc05d57ba59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c20f6e28685b4671a41bdeffe142d68b", "region_id": "RegionOne"}], "type": "tricircle", "id": "a29ba9c55b9a4897a69b92375bf6a5e9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "faaac7d5c21a40929a5c022f8dd0953b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "308185b02cf846448fadcd70a34f59d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "4d4454089c7740f7a704fc0a4da8bde3", "region_id": "RegionOne"}], "type": "database", "id": "d09fa8ead6dc489eaa411d51191522bf", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c2b486532bec4cd290b25034335dc40e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "deb892bf4f094ee3801436d4fc568842", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1d112443aaeb4028b033b73170664d41", "region_id": "RegionOne"}], "type": "application-container", "id": "e8b01ca2d06e4384aa438f77ef008887", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "66a8168e9b1f48978afc24dea35ac48f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3f86e1fc978a4b099367e5dcd1a9b46e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "dcbf81e0232640ea9fa4328a5cb27201", "region_id": "RegionOne"}], "type": "container", "id": "d79957382045413d95c46200133a04e1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "15920cfb2abc4769abc2f93f6f9dc086", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "afba8906becf411084232eca54df2ea5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "555c49a5cac84571a4d3d5100a2f43b3", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "749a6c5a5ab649bfbf523b7520f86251", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "86cf320eab594664adff92a0e1222cc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "12c65e888c0f4f9e8f9268f829c91738", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "048f2c887a2542f1a8d49ae5615d02ca", "region_id": "RegionOne"}], "type": "rca", "id": "7547cc1d047f42a08011e52090ec03a0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2023d8384de6425bbbcdfa036cdcb616", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "29c217c6c08f495a9c38c5d9cbde7eec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "88104ea3a0d042d8a96cfbc2a04d5a46", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a1ef2ec3b73f414e867c290aa1b6a927", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "799896e3a7074dae99577e29692644a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "92ecab183ef14065baee7782e181ad87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0e794fbf0a2941158368cd5ee1b386db", "region_id": "RegionOne"}], "type": "network", "id": "2c873f40b2b9465c849e9289a49a3226", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "71dcacc0f40e41ed8948aad0502aeefc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "71e7a8c407be43aba984d341947eb099", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ddf2fa25e9364eb9ae5a45e945eb90ef", "region_id": "RegionOne"}], "type": "backup", "id": "2fc3deca4eac4bb1bac951041c98e0e5", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "006c30ed132d468ebf8bf39b1befbe25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e1cc519446fd4438aadf965420f3c27b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "708bff2d9ffb43d895282ef0d9506f14", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8057e2511d954066aed91120e636001f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "785adc4d6a6b438a8942f62429e9af23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0ca4d81f085d46ab9d17a2e4f8af687a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0b38f51475f149c5819947292c24b8f0", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "35684d1f40514388a0dcd9c2d9a8708e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f8c5f535f9704e94afd1ee7eabd5efd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "088c6a30955441c2a5c4b83a88801341", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "59812ddb8c1545eb87ba22e2d990a6b8", "region_id": "RegionOne"}], "type": "monitoring", "id": "40a639a08b0c494f83885df45a18b4a6", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4ea5a70183d546e480758a824edeaed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c880ed5e6ca841be9365a3a1681cc3e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "61045f1524ea4919a1ecb6205fffc446", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "47d1b47a10a446f083e86d749965b216", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5aec1e69f5684cec91811dfacbf31a0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "e1c8793081404b3b927ae1f4caa2e839", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "dafe94de0a8d42958e4b068dbac26868", "region_id": "RegionOne"}], "type": "placement", "id": "25ba6b5fcc6c4f34827139ee055a42b3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dff5bf03abbd487ea5313a3349522457", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7cda94cf80cb40ae9856af8c8a1997ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8bb570b4940a491ba3def4ee870c5b33", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2dfc1d961b7640aa80b0ac212d085382", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2a38d4a644cf48c88c895280c5c9a238", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f1c4626e02544df4942f54f09b07972b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ff4c18e27b8b4f6cae194100c950c7e8", "region_id": "RegionOne"}], "type": "ha", "id": "8f1e0cc52d3a43bd8653107a4e1360a8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "963e511642404e25b19edf021703f9ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "aa0ed0b472644b3d9b2705ebb9fcc862", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "25253af8812942c98f94544df38b6925", "region_id": "RegionOne"}], "type": "reservation", "id": "70aeed026a444b6aa2f08591fe52a497", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fc3c0d4c35d4485ba969d5ea4b3f56ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "43cfca0ddae84dc7906074d50a73e5a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3fdda1d2d3e4407da5074401c85e6a6d", "region_id": "RegionOne"}], "type": "function-engine", "id": "ed6a0f706d36443188a0f500a1e8be2b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "57bfdae566f24dc0ae203d94bdd5957f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "da8509f5b67e4f9eadf40e10821b84c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f7e39bc1d6b94d219bbb21d70129526f", "region_id": "RegionOne"}], "type": "accelerator", "id": "a9ac13e44a334665adb942519b391143", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3fd86da4fd704b7683083bfe0941fe22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ece9214a65004ca7b476bb0ad780d176", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ce23a21cdac3413ea8a18763ab7c4377", "region_id": "RegionOne"}], "type": "admin-logic", "id": "aff18a48444148ed9cbaca5c00c3d90f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "886e67bca64d4233aa678421949a15ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e42f2d17a2e8431482152ee6dc60e17c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f28e180fe18e4ea5a91bc8d8fa84c283", "region_id": "RegionOne"}], "type": "registration", "id": "ea69c172f68e473fa2cdb151695877c5", "name": "adjutant"}], "user": {"domain": {"id": "9cadf98fd3dd44268799600e69d91d54", "name": "afaa4e8566b348a5a5ecebe7972b15b1"}, "id": "1130a9784c4d46ffa9122c7a1acb7e98", "name": "08f7a5df5f6b43cb9af6764bd9447426"}, "audit_ids": ["d4f3f2ea9f8e4c4a99592c9649084406", null], "issued_at": "2019-09-19T09:04:38.932738"}} 2019-09-19 09:06:39,026 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,029 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,030 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:39,052 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/policies/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,056 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,057 keystoneauth.session RESP BODY: {"policy": {"id": "1", "name": "fake-profile-name", "spec": {}}} {30} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_get_flavor_string_and_int [0.247463s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,061 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,065 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,067 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,069 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,080 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.990897+00:00", "project": {"domain": {"id": "4fa0d4b3285e42ee850495078d8c12f5", "name": "30068d3a231c4850b00f98a0f13cf621"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3a454b321fce4df1bb59fd5b0524bcfd"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ad05a1eaa566433f81cc84032be9d02d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7d72ec80b3694afdb56fc422e4e3b27f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f0282b8eb9fe4c15b3b1df9b266578a3", "region_id": "RegionOne"}], "type": "identity", "id": "bca18d5039a94a41bfb9e63c62afb2c4", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3aac3aca72614588aa332c4bf6fb08a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9c45bab98b18463ea0ede02cab1a97a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5435bc940a19428badda58042cbd9bcc", "region_id": "RegionOne"}], "type": "compute", "id": "748a748d6f5249b8a35ac5a21d5e6861", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "501e1d28574043caa07207f9c0b4f3c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "220d4468929d4b2182dc0f6e31ab3d28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f96ad62cbf2948a08e220eaa7b1abb93", "region_id": "RegionOne"}], "type": "image", "id": "b9d166e8fdcd4ba2a1294ac85396b936", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "211993e0b3e34b8999a4bd815bfa8881", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c4b88ebdbd81430e94bd551258e5cb66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "856c671dff344a74b75c8bde1b672709", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0e5cf9a6bba641e3a9497f4c840c9b80", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8bec72a6c8f74ef2872187dfe04a91f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e9a5d6992df44cb80a0246806da2fd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e3beb0a4f8b4fbd99c3c74156620881", "region_id": "RegionOne"}], "type": "object-store", "id": "5dfbc653e4ab4e47a324bd02bbbfc6ea", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "beb42e0e28a842a8a5607f81675b708e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ac030e3c10864ec8931177fe9e7ae4c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7aaa725659114de2ba7adb777e306f6a", "region_id": "RegionOne"}], "type": "clustering", "id": "f04d0edea0964992ab129de48e7c1ed0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0514c854a6714cc0b01fc03fc17bb647", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8a1a56d93aa54fb38beb6062ef429ce1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7ed4bb55b821483db4aef91211b7e0b0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "6961a1d376814ec4ac6601796a7d8402", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bc672efb13484dbca264917319ee22e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1fed4f706f06497fae814933636e41a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c19c31a7fc35483f9ff8cbb8c7dee830", "region_id": "RegionOne"}], "type": "cluster", "id": "c3c78b6c7f66403e85ffd77c32070f9a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5c64ba8d8c724597899be6568a92c751", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "926658ccc86f4849b356e770d412a150", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f560cd7662544031911fb590ea904462", "region_id": "RegionOne"}], "type": "data-processing", "id": "cb94345b1a1d49b8860802ff6cc5fef5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c1a72b34cae14764bcbb9d416ba267b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7ab5cc9326ec459ba2ce84f95c8e61f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b53a423c9160401a9dcb847d9b95a065", "region_id": "RegionOne"}], "type": "baremetal", "id": "542884d37ebc4dccba1db4dbe1036883", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "648152df15344a61832b93b720e100ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ca565d35d4cc431eb7284d625f108db2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "60ccb83bee2c400fbab3a6c25847aa4f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7e0ceeed6dc84ec5b7938727f3ee923f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "32e330bc00984526b33e249a76e1b9bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "53807c4e9b6d426ab76810f7a1f31c56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "8a5593b59fa5490da05876a3e621dd09", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7b20f3da09454717975479079707dfbd", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5b65152c67144785a55690098658677f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "97e3fab8af08411cae5dd7c5581a6a93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b0ddf95e36474cbd9c6f644856214c3a", "region_id": "RegionOne"}], "type": "key-manager", "id": "8833c72a277547feba1f0600f560f6a4", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "062d22f47f91408c8f10ca765dcf024c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3b0858b38003436f89013714a49d7ab0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "715a4e6715cb40dbb1d4c5b977590102", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "39c53c406ed94e3496395b87057d2ab2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "68361c4eef5f426595ab915f850f8600", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7dd6b599f8854193a3b810c48f6c859f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "69b062021466494798a94e225a91c260", "region_id": "RegionOne"}], "type": "infra-optim", "id": "77df1d0dd23e42af8b3163a59944f285", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "206c34b7c6184505bf75457ef8397c64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6b2157598e5c46d88cf48f663c52c5a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "af887b2f49654f52b41f15f597233ad6", "region_id": "RegionOne"}], "type": "message", "id": "e1eb51b6f991412ba35fb125f0029508", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a6b928b506674c27b60c7c1eafa0fa88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f609655b87884e4784adb7e0f1f67364", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2b58eb317d0a471ea4d9015b1670aa8f", "region_id": "RegionOne"}], "type": "messaging", "id": "175e60c5007a4c6485bfff1ee4bc651e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "66d087178e694f588d38347758421818", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e622b268b0fb495ca9544b4c9557ba73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "fe54e33a33254e978ecadc73b67fcdd0", "region_id": "RegionOne"}], "type": "application-catalog", "id": "dee6372de49d47c3ae942027f71ff285", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2fda47e2b8ba4477ad65ada966119bff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f726115360694ebfac0989e57af919f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "506718e8485d49298cec7cde9cc0d45f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a5dc5dee541748e7b50abc9138c3d67b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b15237a878924adda95896a0f4aad82a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6d2580ebcc3443dcbd8f2709f77bd187", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ee4e1392a9c486e98998814c6400675", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "367139b32a0b4905b50357b98e7cc97d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "221e1ffa079b40c485d67a1c6e6ed0a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f8c7372783874845b9052995a8b524b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f3653a68fddd447dbadc5f28b78e23df", "region_id": "RegionOne"}], "type": "container-infra", "id": "ff65fc33f95245d29d9ffb5213c97433", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e4d71995c60c44c8b058a51d644d3235", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "16a7da111be54936a4d82ed4fefb0033", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b7278ed9ac2848adbe271c1360a41570", "region_id": "RegionOne"}], "type": "search", "id": "b2edd9a83caa475ab2eef42f461cc120", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "bb5a3d0cd7ed465c854452966727603e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6644fa29f25d478a8c47ea730ce60de4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "453e6c49488a4a098ab64c9d3a6f2e5c", "region_id": "RegionOne"}], "type": "dns", "id": "1959df726bd34620b917dd5d735d3f1c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b506ea3c2dcd4475aeb8d3e64b73bb33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dae295b2adef431fa467520b79bca48c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0ae4ed5c29564ff2b1c3fefa9c25a6f7", "region_id": "RegionOne"}], "type": "workflow", "id": "dad4ee7b362a45cf859f19d9394c201c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "28d793791d01462198dca38984292080", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e42629f36df14c3095d13b7447cddd1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cc1edae542e14f91a00aad44602edff8", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b9af67304e6e4bbdb32384a765469c39", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "e4bc2a132232481490892e4820de5806", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4fe04ce242d8431898ba21f21bfacfd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "115e096554e24bf7b61ed0555fae54d3", "region_id": "RegionOne"}], "type": "rating", "id": "ab71eb04fb5a4b569528fe8bd5b0f0f7", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "225423fe780d4bf38b413c395d2a7381", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "53ad01d213ae490891ddf053b6d87a72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "30f7774280ce49d0904b11df37b61558", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d2e8d0345a4847489dc2b9438e8f3570", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "71c1ee1c92c84566bdae8bd45f369128", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "348ee95869014baca7bd197c35a972bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f38b411f42814c3c8d4475eb395989c7", "region_id": "RegionOne"}], "type": "policy", "id": "84bcce7abe5e4102aee3fc606ff7e866", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b7404d4699064ad3bb7ddba44e2b1e3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3e5cab28d03349759d2901d1c4bc995f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c80a023969884675a13e940b44b6f6e9", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "3cc71024c1f742d4a0b5409e1f9e3360", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4718f487a119402a8b15e11cb1794f76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d58f5106f1b04f32bb257a26dcb79e29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "62c79b64958542a3ba736f3e2b9b5ea1", "region_id": "RegionOne"}], "type": "sharev2", "id": "b9525cc872904d4e9516348236e85f55", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f63afaea52714e77a0ec45d5b3bd41b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d609772ce2464eeb89a3432005c59f2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ab5c6ca8691f4288b42beb9efe98d3e7", "region_id": "RegionOne"}], "type": "share", "id": "68dad367231d4beda211550eea997d55", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "92ec2952641d42a39dafc86063c25204", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "aa078926e8c44f27a773053bf3690f42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e9ec2b37af72423d8a1332d2749accd2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4a1660bafd354ebd912ddf7dc6f808df", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "edfb722fe4b8436e8db4f2a2f777b033", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "191179ab3f114e2b82b953654d1616ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65c823d20f6d41e08b5d10958d2f1e35", "region_id": "RegionOne"}], "type": "orchestration", "id": "ed13f620898e4f86b20653f6a93e3386", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f05db6cfb504c08b5bdc7d014180996", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "804ab25e07a441a38da5db3663d668dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c29bbf7fc7c94daaa54c4ddb19480981", "region_id": "RegionOne"}], "type": "block-storage", "id": "555246d6c2574f188682501cc09376ed", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98867757e6044fbf945d3cb145d46240", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d20a2373fde246c79ffbed3295cb5149", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c31f8d2e47844eb849d85bfc7951594", "region_id": "RegionOne"}], "type": "volumev3", "id": "ce66d410de5942c3a7992fe6caef9348", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "edb2fa61ae4c4722b9cecdfb65a76b76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a58a7be987734e73ae9e5e2f5918b4d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9554416d7a6a4b0595579a96dae821ee", "region_id": "RegionOne"}], "type": "volumev2", "id": "369b612327634c0caaecea60d7e6ebdd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35519cd9cca441f4bd1e00bcfa6482ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b0138e85d784f8eb12e1aed4ed03139", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a00bc8dfae041ac8a4a84a7aaa47ba2", "region_id": "RegionOne"}], "type": "volume", "id": "730e59b2b6c74389a665551f9c164053", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62ee3af1a6ff454794b29f182985d466", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13f82319819b4ecfb8c1d39b752e50d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71c2784c6c1d452d9d31c0c99f31c813", "region_id": "RegionOne"}], "type": "block-store", "id": "71cefe613b754f70a545ebe98f349b69", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "72b73d43dc2b4db29ebecc3e21d599d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "79bd06f3e3f54d21a34f1fa7cc49a4ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0e67aa0256324ff8a14040bcb2b1c719", "region_id": "RegionOne"}], "type": "alarm", "id": "744b1606de8647129c7e161e1489d237", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5937edf15bc8422193a137da6e71b4b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5193049fb36b4395a73ed1327216eafd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9bad0c5e1a8f4e08bd393ded00ce65c3", "region_id": "RegionOne"}], "type": "alarming", "id": "d9df6e88f8ec45c3a683606f9cdd2c72", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "17333289e8b643a9a499b48efc688519", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "14361e18507c4e2588bbe6ac7c92ae89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d9e90cc3137248d0ad25226f115660c4", "region_id": "RegionOne"}], "type": "meter", "id": "e91d76e46b4644f693fe807e1eb4477b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9be92e7ce5cd4c61ab7cb25d92cdf534", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a221b4ab98e34d48b545421509303784", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "dac422f8e2f24a4db16ca373885d5e61", "region_id": "RegionOne"}], "type": "metering", "id": "15273781ba344beca52726d03e26427a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "45b5cd07ab47413fa62a6bc36154c19a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7cefc7673fe246cc8aeeaf7de63e0dcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fc73c7b6ce82436ca5acc1c9c3eabea7", "region_id": "RegionOne"}], "type": "telemetry", "id": "f631d81da8af45e8b9a2dddc163f032c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0512a87a6acf4991b2dc346fa24b252b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "82cc29735f374cdf9b5983180fa9c307", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "963b70cd55c84b34924f43a671bb7193", "region_id": "RegionOne"}], "type": "event", "id": "0be67d6f6d494b499975da77647025f7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2e761827829840b1a9939a0bb7ca81a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "397a446e2bec404880a8ef04f8b06b2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c4a627d564724aa19491967e16004497", "region_id": "RegionOne"}], "type": "events", "id": "38e1a755e2804f588dd9230d9d86ad1d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "99642bb1000d413fb1927207ab1585b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "44c43ad292e849439b6db11bcbc1f884", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3b460c1692af4cd5bca320378aa89808", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0f12345ec50145229f735e1098bec704", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "07694369d56b4032a9e2ea781df88338", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5c31af61855144b58cbbf41b6b4e54b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e40569304dd14be89806512f0f02395f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e8c274c376e049b6a40bb7322c0bc74b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "99c2f36ae9c249b2b2decc9a3ac612c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f573df20709a4113a6bc8d3ed697b31f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bb5bb1abfa714aa4bef0f7fb1038331a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8e28dc890ecf4d1fb1b84bb3735338f2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2ae5e181a37f40799c416fc7bd506017", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e54944d939dc4d9d844f9a28e80978af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f7958e4dd4014e3b9ff68b254b1fcb43", "region_id": "RegionOne"}], "type": "tricircle", "id": "a0c988178067473987a7860af47c4970", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "990d93cf1756494a9b88c709ed4efd84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1b5f23d371be4046a862c374b79e6812", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "9aba23d714ed4eb8a738db5052476dac", "region_id": "RegionOne"}], "type": "database", "id": "6fe3deaa1b7e45f5b1d7d35096ac53ae", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "97788066246f4819afa9b41f98d82d1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8be8822afc124e3b9aa5f66460110995", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8265b6e152324c95922237285c561349", "region_id": "RegionOne"}], "type": "application-container", "id": "09ec8fe85a20456bb8a2c708139ea4b5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "525be24f779742c59f979ab6b474c490", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2d41e6c4c19e4dd0955d2db1a6dc1070", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c03b3e3f242f41eaa8f3cb8c38d0a17d", "region_id": "RegionOne"}], "type": "container", "id": "55b58ec4b46d429a9e36ad4afd8f04d5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d45ba9aabe0f4245b83109272de370f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ebe9835aa00d4bf68814d5fd8ee75e77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d916ccde84184ccb911cf4e8e8788bec", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "36b7dd4551114742999df8f68b86e8a2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "883c0233fa6b45fc9b53ccc1c458f0d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5a4c753eacd64f08a05f4a6d4df882f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0dea92247c7840ddba1b87918eb03664", "region_id": "RegionOne"}], "type": "rca", "id": "07eaa3dae6124a06b0163f10bf20521f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "01d1d8ead1f441989583b91791972fec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7541ec1ce94340749447deab830318a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "036e54b777f744cba942dae4f414ba12", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fc372fa8dc144e448880327f044ef1a1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "8a0a94d4fb2b459c8b8f063890645494", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f886e68167d548408b5f6b490efe1880", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f0e9afc236924b638ba8a1eab0ec6552", "region_id": "RegionOne"}], "type": "network", "id": "a385fffb7a2b46deab8b0c7e11969942", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ce5a84a21681463bb69ad79dd40e138b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e5dcea3efb694e3da5cade94a3dc2c77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8e3ba746ebf3400b813fde945ad28057", "region_id": "RegionOne"}], "type": "backup", "id": "64a63a6c7ac148ddac389e6cfa80b19e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ee87fa3ee289400eac503d8d320637c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8bcaae049b154e1e96ac37d4297d5072", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "93d412c65e2e495f8d6d1a3f18d7f4e3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "56aae9142d9c43cbbb3d77a731d06bb3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "63dfc7279e8e42ec9f70b493647c2b6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7118d2c3abf241b78bbedc59bd482927", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "037cfa2235bb42609e9683a30a492206", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "eff4fada10464b239e2093eb2d106f24", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7571224290a94d54baeea886d92e3134", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bb08940670f844a3b1356d350a13c21a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f044722f67334434b044d8e538c77b88", "region_id": "RegionOne"}], "type": "monitoring", "id": "1606dbda6e6e402a965550c8906f0e73", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "43744f90eed142749eb54e5bf9482407", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b10c6885549846a7829f3dc81c4dd5bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8ae61f2b24c24adb9d801190a0e5dbbd", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "409ed87486304a34a2f2a0ca94d13617", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8b76ef3e64864998a766168994dddd50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0bfae2fc19bf4133afcc4c116c9bf43c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4d34954549624e42a54d171c89e653af", "region_id": "RegionOne"}], "type": "placement", "id": "b62468c186ff4e2885260685f9f48253", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "92fc176b44354d1380d07fb3d23fb195", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d85aed244a2a478aad9447df29a5a9c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "83e40e43808d4cdca3bbf1c2fb308624", "region_id": "RegionOne"}], "type": "instance-ha", "id": "672a557e18674d83b94afc5db6e7933e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "be10f4bc67814a9f90a1d6682fe942c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2cbe96aace3541faa6020432f0fa8991", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "589ef50f39b8429c9a62f04dd7ad6464", "region_id": "RegionOne"}], "type": "ha", "id": "df1c7ca36a2d46e4aaf286e820f6d3c4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a5d0d7d636314df0a032b256450dacbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9814b69a34654cd39f7bfd5e6e80207e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "90035ed2bb354495bd76806740a28e67", "region_id": "RegionOne"}], "type": "reservation", "id": "04a33666fd14452fae690e0b5632f23d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ea8a2c5ac0594fdebd8e9c3590d798fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "640377b38f604412b6db832b70d45c98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "380f9c1abdd647c1b0a8e6c50a376fb9", "region_id": "RegionOne"}], "type": "function-engine", "id": "65fd9e7c29c14d7eaad1151a5559468c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2c245af0ab1a47f38b2c300bfa38547d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7319823db3dd4a5484c3afca5b4bcab6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0af3d63bb0a24168999a477a94686ed1", "region_id": "RegionOne"}], "type": "accelerator", "id": "7c44011ffe224035bd20b95db1d0f8cd", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fc459d1f2c4f4e7da1701e32cce87bf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "79a91b7802f848fb9804a9488c0a4de8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9ba28a5fe9b04e0a99f940629d695807", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3b12ddcd735e4073b6f8688b73acd20a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9447a22879a44e8ebf2f11b1fe5b8964", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2e7c8510ddd8462dbaa133baffa4571b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "38d18d72608143f79009ca2276236966", "region_id": "RegionOne"}], "type": "registration", "id": "feedf100f12a46cfad34154ca2ee449d", "name": "adjutant"}], "user": {"domain": {"id": "fa14e2ed817f496e9ec2cdc546713f77", "name": "79d2e5552e5b44159972d4151988282a"}, "id": "33aad88d3a204628b7c48dec917fe3ff", "name": "2c6737d129274855ace8788cc605cdf5"}, "audit_ids": ["c4bcf940f13648d7aedbcb9c829895d7", null], "issued_at": "2019-09-19T09:04:38.990897"}} 2019-09-19 09:06:39,142 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,147 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,149 keystoneauth.session RESP BODY: {"flavors": [{"links": [{"href": "https://compute.example.com/v2.1/flavors/1", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/1", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "1", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-09-19 09:06:39,162 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/1/os-extra_specs -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,166 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,168 keystoneauth.session RESP BODY: {"extra_specs": {}} 2019-09-19 09:06:39,200 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,204 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,206 keystoneauth.session RESP BODY: {"flavors": [{"links": [{"href": "https://compute.example.com/v2.1/flavors/1", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/1", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "1", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-09-19 09:06:39,226 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/1/os-extra_specs -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,230 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,232 keystoneauth.session RESP BODY: {"extra_specs": {}} {13} openstack.tests.unit.cloud.test_clustering.TestClustering.test_update_cluster_profile [0.200428s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,992 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,996 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,997 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,000 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,011 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.933045+00:00", "project": {"domain": {"id": "f5d3862b45b1471cb6b3d2d2d7ca858f", "name": "7d18331cfe6b47e382e60cd507ac1cfd"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "78a6ee51231b42989e040b50187822fb"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8e8a18825ca64ac4b4bf1f77a8ce7768", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a8cd8ab237e0406894126832a1c2bc69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4b76277c41f649ffa20db6c87f377ac5", "region_id": "RegionOne"}], "type": "identity", "id": "01213b7eab154a178b1dc83c7c2d2dc6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ff49e7c0046f4eb198b36c3f27b4081c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ed492cea3ab24ac2b72b7619683489a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "cb75c60443b74b06b841a00da9a64430", "region_id": "RegionOne"}], "type": "compute", "id": "c3fe2d04f9f248c9802fbd221c0d7a42", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5bb5600f37d04707954bff5e416f9fca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "8613fd82f611492a81b8616a5cc9155b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "81bca192806e4b36be248b228eebf11a", "region_id": "RegionOne"}], "type": "image", "id": "c36694793896460a94b6a96dbb2df3ef", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "76e892e32238479aab0f5103e210f22d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bc0f819632ee4d129e064770c005d78e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0fa137aaed924f35ac6c976b171e5c5f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "62714f9a591940619778be68001d2015", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29dd100425cb4a1f91046e7a80f357dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f871e4cb5d345ff8d3d6109f13ac39e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f30fc3a7115484c85706032e3bbeaa9", "region_id": "RegionOne"}], "type": "object-store", "id": "03ed0b1ce2f44ce6803eecc9129a7a2b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "df6379caf9264b44adae32874c4a0027", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "61940479051344b287e1dee7104eff08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "02e04d157ee84c938aa17a19ea45acdd", "region_id": "RegionOne"}], "type": "clustering", "id": "fe1fee56bd5c49f3a456797e3a214b2a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c0476410fce7493ba6b1c1211fde2940", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2bafd1d5af784563a7315a63e3fc469b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6d12b6ba647b4e25a65a46e24aca6f83", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "91b5b351b39d4199a5f9617f3f942738", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ff7b442e037f4864919741e7201c6541", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cc9092bace7c42b2a47322afb3dea3fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "de38acb5f71f450c9b79be79378446fa", "region_id": "RegionOne"}], "type": "cluster", "id": "1f954d4326cf4600901fa03c25ffaffa", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c66ea3f7887c430ebf4986b3dab503a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "991df49853a14acc999c5438942f6cde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "da3cf97f4e2542459400adb1f647dd7e", "region_id": "RegionOne"}], "type": "data-processing", "id": "288b3047afe14f959b14e9a6da04b651", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7a9a7563c6c8447bae995f18e6ea5d82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0309d12eedbd4b2e9fccfef415986f4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "41c22f689a5848959b433142d47178c2", "region_id": "RegionOne"}], "type": "baremetal", "id": "a7feeb0c8cb74913b8efe0943dcf3bdd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5d0d9a0197444ea18409c9a5ce61ee24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "df04b2b194c84559a8a3febcc96c7c87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7f5cf5e581254251848f018c2a1a34ea", "region_id": "RegionOne"}], "type": "bare-metal", "id": "965c061aa2254f3da62f51e1dacc027f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bbb47d231b9c4c7d9d3d475364f398ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5b31d2ddc18949c598e9e9af47a0cb9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "2641606f38614a9aa18552f55cf7bad0", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ef206d583ccb46239671c7a1bd08f9de", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c1d5f5b1ce194878b5dec61e2518baf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5f27b1e3021a4271a5c46fc394e3ebdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0cdf9aeedc1340d2984b29d8bf45d02d", "region_id": "RegionOne"}], "type": "key-manager", "id": "b35a5c9a4daa4ffe9597482d8cf5de90", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ad58afb1ea554182907657e81ee008f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9f433941eb8b418eb5645d4a2f098e5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d73c210ddfb04c9187bbce949ee3adef", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a56f8f303fe64005b7481e35b8a59e0e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a9514ea41b4642d8a1927716f50467f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1dfda24894c143dc9dd2d34728e03f0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "01fa5d83560d45238b2f29e59c77f5fa", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a35eb47c5b374b62a7bd50500761d12b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c242233cab8a4c679af49a941a40cd78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "51f7c038dd5b4a96aa508ee705f87112", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "abea16aa9d7c4386beca7131ccaec460", "region_id": "RegionOne"}], "type": "message", "id": "7f9ec20e1db54edd99d9ec507fcaeb87", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "de56b3e5e6e64df5b0f825c024931e91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b7787bc6851c442c8f7d5dcc32ac9c01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f1416074c5694219b229a64a66aa59d8", "region_id": "RegionOne"}], "type": "messaging", "id": "caac5f237ce64c0e88b2d33fd06cbac5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c0a292cd9d9a409a880070b08bfdce3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "961ece820d144a10ab5fca9fed846287", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c221aaaaa8fa4155920fa60182773f17", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0e8616da56b54657bced142439ace37e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "605d74e490b44e00ae9f26394dd06085", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c6edbe902e01468cba0928d5f06208cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "31c2e5d38e0e40d4bbbd25e0beccd7f9", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4c23e20c789a4e748a2ebbc4321a4f5a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5971a93a134346b995225a2127586cc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "de6dbf256faf4a48944acf778f5a7213", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ee5c7d664a034380bbadc533db8e83d2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7c1c681fdd6e4eb6a3489c3c367bfc23", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b4cc0b3619d648bbbd259a71d505bf21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a8847ae06971408a96e3693fcf028c55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1f7a27d821ad452d87b4e87b27c6b5a2", "region_id": "RegionOne"}], "type": "container-infra", "id": "c674182e36da47b794b12a62742bbaf5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6b831c0230ef4d1bb27e8c6083918824", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b9f4ce07cd814a93bfb063869c4837e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b1cbc772554c4a24a2dc0d8e6026b96d", "region_id": "RegionOne"}], "type": "search", "id": "c6d1a5b0b36a4c9790dbe60e0ee17507", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "37eeb939a8554c759943bde1b0845867", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ec712569e25f484ca35a23d6490732da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "fec648bb31fc4d30bb9223806494c6a7", "region_id": "RegionOne"}], "type": "dns", "id": "2f32f45d33ab4e8aa0e7050ebf3461c2", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "49ca3a5c81034806a95ae2f9d284ccff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "41d918e18e6c4c338b5b7e9e7d4589f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "de2005a8e76f4158925de22db3721149", "region_id": "RegionOne"}], "type": "workflow", "id": "2d8e4b7b36284848b50cf1c8b40d5e11", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ddf350c3eebd46718e2d05ff23ce9c01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "39aa4016e03b4f06902e7e047470f5b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b679b0e7e46949f9b16ce2919546e984", "region_id": "RegionOne"}], "type": "workflowv2", "id": "73daff5dccc946879ffbe6ad23dee741", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4606af5eddf64451b6531cee59f77683", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6cade0c7c5b8467ea6527178bcce745d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "77572c4963ea47d98901de6264aa6df1", "region_id": "RegionOne"}], "type": "rating", "id": "d7c65e0687214b2bba8472ae2a91efae", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dc836dd1cfae4fd7ac87015f67c665e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d5bc95cc01214c6c864904d6d99913a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "bdd92314aaa740eb8b940a09e5553426", "region_id": "RegionOne"}], "type": "operator-policy", "id": "634fcb9480d243af8cc708bbf13ce14c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8f4fca3aa7594f679773e8f1376b553b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "37f1dcc6d2cf451e82d67bf5b5133c8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "092e22dd4b654cc1b7833c261c06e2c0", "region_id": "RegionOne"}], "type": "policy", "id": "4636c0aa5fd24296b55daba18e20d446", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7bc53c06703941c0b4dcfacbc6a0918d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "29787ef9958a4128bd3e52b9c3b8f7c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b4af7a9a88084345a506e3673707b9be", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "08b0824bcb664f4783569b5c120ac28a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2c9712400e734b4e994736a26b5b2c1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "34db12dc2cef499780c19fdb4808e99f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dee76ccbb9cb470680dce2b2da7dfc52", "region_id": "RegionOne"}], "type": "sharev2", "id": "ce28f16aeb6a464f86c7c387ffbe6652", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e36cacb261894559a809417f193e7ece", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ec7ebc126f4046d6a51a5832368aa88f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cadc7cb0abc0460ba5f80e533d7286c0", "region_id": "RegionOne"}], "type": "share", "id": "4676da36fb374dbdbe332616e4237495", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1c359ae915c24ed186d039a827127af0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a46d4777c3344bb78fc696348819acda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9af24c604a81416dac885efc584eef8a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c46cd86ee47f4509836370ab37aecfe2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "884a804534c847d180e28064efcae7b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4112edb13e8745868516ed8ca61eca71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ec67a250547419c9c59657bcbd4186c", "region_id": "RegionOne"}], "type": "orchestration", "id": "ba42930cc6404e49b73214f038d870d4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40b4af7487b044f79fc43aac92badf07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bcc9d3e01284433a8e67913adf177ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b6ec5bf244246598da44dc23b489f5f", "region_id": "RegionOne"}], "type": "block-storage", "id": "d692e24082aa4ef382d19da05d7448a0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de7ee33f02a440ffa2631b96e046a4c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "941225a5df1c44a38640475e70b9ce03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd6e060e3b5b4ba996d453b35e470ed3", "region_id": "RegionOne"}], "type": "volumev3", "id": "694a979cf42149a19afb3ef0d07829b4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e97c13fa69f1458daf7c5a665f6caa3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c58dca4f41148ceb50f0785690c93c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9194df9e0e87481cbb1e9442488c0ac3", "region_id": "RegionOne"}], "type": "volumev2", "id": "25d4b621e3a84bca9d0eb3981600fbd3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa827754460d48089cc25739b1e6a40f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4252e4196b674e10bf47e2d60f535b55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9e03f637d424f09aad73501bc77329e", "region_id": "RegionOne"}], "type": "volume", "id": "d5a07abff3c34baca47d3e7376099404", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2df104db6380415bbd838ace3000a603", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3cd81f40b7ce44a2896438d973a91135", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b5a0a8d0c9c4fc0883bff9bba6c6512", "region_id": "RegionOne"}], "type": "block-store", "id": "bbd1361f48a34dc6a505d9ac33d45a24", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "062be4926860460aa74f0380aa6ab008", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "05a7838f90fa4d9eb221f36e9584e223", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "294682c7384940ffa5dc28e56b661230", "region_id": "RegionOne"}], "type": "alarm", "id": "033fc3163da048c98b44ac9ef36c5557", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ec5f1d774c6d4c1d942ee41f04b752fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "21e5a5bd06574cac916b5974ca48c109", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "01f843627c8146ff9c82fa4860b6610c", "region_id": "RegionOne"}], "type": "alarming", "id": "1f30f272899f489892f989ad59373fac", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fa54367103c2447e8b160a779e392e51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5a72722009414398b13d1e2b7f0fa2e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e0147d057e9b4a8bb85b8e9cad95a0a9", "region_id": "RegionOne"}], "type": "meter", "id": "84aa19299e4d4027a43d30d8c21fd560", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7fe0b9e196984bbb805cc13545d9da3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2ec7b03440d54557805d1fb030db7abc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9e828eae560c4c9f80d4c42dbce8c938", "region_id": "RegionOne"}], "type": "metering", "id": "b0443ad3d9934a02ba296fe18cd30c0e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "776a9b286d7b4490b36ed11c586fbd6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "14a5a3b7974d4daaacb843ee62426267", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ae5d6f1d6eb74865b1d0096126288d2e", "region_id": "RegionOne"}], "type": "telemetry", "id": "e1afcf4408cb41d391ed575397bf9775", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "71a5f813bd9448f180e24bf39f134c26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fcdf3245c7fb49bdbab635b9f2ab8453", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d2451831a466467f8068d71170528924", "region_id": "RegionOne"}], "type": "event", "id": "1f8aeb94a8f044b8b079b9c73f3e025a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7e88051b18df447381894935a5aee1fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "387a79bd6f524192821357c39c41689b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fab0fa4cc39846a8bd0bbb310cf2b215", "region_id": "RegionOne"}], "type": "events", "id": "446ef988c7e94227970f66d8c44da9f6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b7563fc8120541c6ab178250c0770a1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9a36df03b5854869a7eea5627805be06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ca04dc20b2f243239d9550c706facd65", "region_id": "RegionOne"}], "type": "application-deployment", "id": "79da10c9b905498cbcce9a18e72cdf27", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ebe6c06c84284f3ab8419420f0c9f6cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0d470f9c64674b419641e66ce58b5809", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "cfcedb3105844e2aaf16ddbbb08bf4d7", "region_id": "RegionOne"}], "type": "application_deployment", "id": "cfe2a3996af9444daebaa40a09ef8d51", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e59a3638a3584d98ae5c958b32ccf683", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "47b29a183cca4dffb49511dce6111fd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "864b2e17a3684fbbb0f1895b2b22fbf9", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "352a6bbd604b4000948f6d259d4c61ea", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1ab0265cb4644b348226c9e580ad533a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9d78bb63edc4495b8649b90c47e41cb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "dcbd935ea64f42099eb0d5b734869476", "region_id": "RegionOne"}], "type": "tricircle", "id": "a84ff74664ae413fa287cb10c6bd43bd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "871b91c7101e474c8c7452600441a94e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6b44e31a476c4624a881977e28656217", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "653a13e6c75d48deac580bd2513adaad", "region_id": "RegionOne"}], "type": "database", "id": "3a1f9e4b9ac64d5fbf5ba8cc4157c1e7", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ed4307e8aab44a49869371e9bdb713ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "42a9f2cb4400401dba2df7bc18ce306f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "00bdc168bb7041eb94a1bf775863331a", "region_id": "RegionOne"}], "type": "application-container", "id": "d98caf0585df4336a092123ada6f0b71", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3305b42013af4d34abf875b8582360d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7728e5c1489743d08a1cbbcb93232cc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "aab99a337b094e50b3167d9abeea8117", "region_id": "RegionOne"}], "type": "container", "id": "c254414134b046869656cbebbc8a36ca", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3e5a1d6cd7074ec0ab5875faa6b0f4c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "37ac6d1247d74e47a372f24f2b8de4e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3c0e0e1694a64bf8b6a6753bd5de0b44", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7eca7748a1c14785a0339cb372b3482c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "13315dbbc3ca4c7c939603a65d80578b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5ac8ba516b524680bd56324e488eb431", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cd63528b86a34d2ab50997db94d36c20", "region_id": "RegionOne"}], "type": "rca", "id": "cd4bcb74d3f94726b2dc755b6724052c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "84092b7b31dc4190ade7a7a79f9e306f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3a259e0d54aa4b07b6e7fb5cba8f0621", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b5e9ba73961644d1a96a3cd117edf152", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4deec2dcd2b34fe2b90f03ba1c86001f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "aee75c0eb556412cb3abf40902a95e9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "15e5d3e4550f4d8582dd19e2a0157aa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "31c239e367e04a21a6a1b0b58613cbf6", "region_id": "RegionOne"}], "type": "network", "id": "3381dc8ca85c403c90873988fe4b5148", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d0c718cd9d5347e289b74739ab354970", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7038c4d46d074aeebec8ed48d95967e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "abf0e2ded81b4524a30c4a6dfba9fcc2", "region_id": "RegionOne"}], "type": "backup", "id": "cd5617f0605943f591b26e17ee930400", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "06c6a5af307446a1825939d1d5276ae9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b25fe37621644c5a857739a7b15c9e74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1cc819c99f2041918f99b19893ace90e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c760e00305b84b78804f49bf605ac5ef", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7f77136599cd4835bde9fc5bedc9e990", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c9f7962b426d4961b2cc1d7e62e5bc9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "810cc90d2b2b4944882bc2c166daee02", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1f5a8bae258842219734916dbe294939", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3cec5be15079401a9369ec0809f4d2d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "690e071b16ef46419f6fd9572fa673de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "828ff646a2e843b198ab9b19e05b7a2f", "region_id": "RegionOne"}], "type": "monitoring", "id": "65a3b9c5e8cf4c71b7da5c92c3baf03a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9c4b27022d4b451ea8c8b24a9b59c49d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9dcec70e246e4ddc971115bd250d48ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ff50ff2da1554b9a89da1d4d94eff80d", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ff00ab66cb0343738ed137f39040a1cf", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ecf8f4b5a3e14905b9d3c46710b20867", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "619f6bcc04974214966a22021e7b0fd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5937dd388c21404f85374df09cd1d878", "region_id": "RegionOne"}], "type": "placement", "id": "2f59264bf5ed47d1bccacf00f8c762b8", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "518a0f9f333f4d8e80ecbcbbcb367a2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "87169b29f01f4ff7b460596e5c5e57d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0cc3644fbdbe40e2b64eaba2a099bca7", "region_id": "RegionOne"}], "type": "instance-ha", "id": "788993b342ea471881d6f5b689ea79f0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8b12d9a1cdb34530b97a0ba8d47fd4cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dd91923bfbe643188f4c33341deac941", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ed9c3de7ea4c461abcbd40a7875e7650", "region_id": "RegionOne"}], "type": "ha", "id": "707a0da57b9a43788b925f04631706f8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "33b56777fc114c10ba68f40d00780ae7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3267bc8b66a241f1a95fb3f585785fe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d2b2f750838b4767bd30e5e25fc5146f", "region_id": "RegionOne"}], "type": "reservation", "id": "88eb6da2b5a24b338b25160fd51215ee", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "063ebc2aa5e34975be8f9e7cbb45eb8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "330f9f83ab6948d7a15f63d778982952", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "782e5b7a09eb4190b6dc9d7b79e71770", "region_id": "RegionOne"}], "type": "function-engine", "id": "30192a6e9e8b49f6bac4e9fc4532e4fd", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8d1de3b7dad145fab6be0c0305de6075", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "018cdd33a6ea4498b83fa98e1cbbd35f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7ab50a6469964c11a5ee2eb659cbfb42", "region_id": "RegionOne"}], "type": "accelerator", "id": "9a2f64f00c324d9291142295799e82f1", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c422d740b4e0454c8e03c97afb6d3911", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "87e7a5b377ed4043abbc10bbd522dcba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a5a62fe285a44bba84636589a9b3c973", "region_id": "RegionOne"}], "type": "admin-logic", "id": "58abab8a97dc44b9ad376aa4d69a0966", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ad8d801d8aa0422c8930e85fdbf277ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "22b880657e054cf3aa57cb71a8d33e16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1c4346cfc5774e38adacabcfb8c6a0f4", "region_id": "RegionOne"}], "type": "registration", "id": "2e5a1bedc19b4e0ba3651d5f428e6f20", "name": "adjutant"}], "user": {"domain": {"id": "42798be4983d483cb105879af63f5f02", "name": "751b77d938954150a9d052466c8c1eee"}, "id": "760d339e5d0547dcb974bccca994e898", "name": "3d355b8cccda43ae9b4b546af09273c3"}, "audit_ids": ["71450bf256dd448ea80112ad47499ebf", null], "issued_at": "2019-09-19T09:04:38.933045"}} 2019-09-19 09:06:39,076 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,079 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,080 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:39,100 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/profiles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,103 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,104 keystoneauth.session RESP BODY: {"profiles": [{"id": "1", "spec": {}, "name": "fake-profile-name", "metadata": {}}]} 2019-09-19 09:06:39,123 keystoneauth.session REQ: curl -g -i -X PATCH https://clustering.example.com/v1/profiles/1 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"profile": {"name": "new-name"}}' 2019-09-19 09:06:39,127 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,128 keystoneauth.session RESP BODY: {"metadata": {}, "id": "1", "name": "new-name", "spec": {}} {18} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_purge_node_instance_info [0.196153s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,924 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,928 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,929 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,931 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,942 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.863134+00:00", "project": {"domain": {"id": "194989fd705f41f2a2b47aca5d2813bc", "name": "8918b6f373494ec3a2b1893feb081812"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "130a4982ef034218868d6b9038d94b80"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "7d0eaa24405a46c49a4915adfcdc1517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0f78649682274bf19e8ef6142a6f6fbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5d07bda20b40464994053b7fb70e8a14", "region_id": "RegionOne"}], "type": "identity", "id": "561f75e6fd4943de878abab4d1bcb99d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a1d216d2fbcc4f7a8c70203589652dc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9c584a38b12c4845bd468759d25d1a94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b4f94c62cda34f0da1f9d8ebe659f106", "region_id": "RegionOne"}], "type": "compute", "id": "56feca08858d4a7e935be1d1f755d183", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "83ce96f238d94f79b1ccbce5343c2dba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "789be40a4f304defb19674079ed65a21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "87a74d0b7b1c4cec909827453d97f7c7", "region_id": "RegionOne"}], "type": "image", "id": "0ccfaf11192d4cc2bc77e4659686a2a8", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8c5088b818fa49bba102219c810ab4f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "64c61dc7149e441ba2b19f267d2f1e6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "44442cfecb3e4b6cb813c2f5c58b790f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "45a15f8c2f1b4679844684af746fbe50", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41dc0db1c2104be79ad215a3b8069e08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77485b13d7a24369a08e6741986d8027", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55f2702115504313a116a07fb5a7b0aa", "region_id": "RegionOne"}], "type": "object-store", "id": "f9df377d32b841878e0aba8093d6e143", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c1fdb3c573614210b0607049344db96f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2483688603bf44a3a19e85b7c9689705", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "57c9fb49b5bc4707ba86d05cc5c9bcf7", "region_id": "RegionOne"}], "type": "clustering", "id": "4fac6c94bc94401b86a210583147b52e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f71d00d91e0842b5947acfc86b616b28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8acc829a844f4df4be90127ec0a55987", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8e813845554b407ca944706c11ff6426", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "6da3c08bf7dc4e5385e75cdd2c3ccfd7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e067e3fe4aa04e618cbd4f0a67b15ff9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "050ad6ff75fc435f9c5647f90b333ac0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "46f8a5f171ac4028a2a201bec3e97fbb", "region_id": "RegionOne"}], "type": "cluster", "id": "0b35b4535a4d44c78bd89010a52d455b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6d2022536690470a8fe697edbc0f0de7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6ed1cec47c574b42ae66a39b3139abe8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0f056d7cd74247e389d4a2897d901852", "region_id": "RegionOne"}], "type": "data-processing", "id": "a54e2991bacb45bfaf0ce9bf12f1911a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "94a30ca8ae0e4d7a9704e62aee6700c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "11567634c8a2400b94fb39303dd1fce2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "491288d27d1b48c5aa581766938d768f", "region_id": "RegionOne"}], "type": "baremetal", "id": "dd9b4f3a7a2c44de8f8b79e4ee67e294", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "202600228aa44946ab9aace918e4e35e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fe807b9167774f0a977ad2e6963c37a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4bb4632e54e24211a2e41db1ee9bcdbb", "region_id": "RegionOne"}], "type": "bare-metal", "id": "635db7f32ff34e26a664282cc3ab86f3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "28129f4823434d95a0c18f32747dd111", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "db10bb64ef9848418a7d70b16a93cd46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d678750166414d13ab2b3adf7e1bdce1", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "67b3ba38193446cb9b8b3ab2f5fb4e14", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4157431b8ecd40f48185975ec561f1ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1f56988cbc8e4bc89da4c5d6a56d8529", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5d820494ff024089a3f70116c6593081", "region_id": "RegionOne"}], "type": "key-manager", "id": "0811811ad76b4d0faedb3f476970812e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b7b89d1457964901be8c98726f000d44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8e2a622bc62b4184a4c0978f541409e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e1e107982ea84edaaee07c846c3c322e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6ad1b3d686b447298a97fc960d5b8f16", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ed7f1dfd14944842923ac00da57ce779", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "45ebd2889c114ff6abe2fdeba50372e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4874660de33940179d47ff81b0043a26", "region_id": "RegionOne"}], "type": "infra-optim", "id": "14afd2046da6436b97d3f43a0bbd4909", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "92d72178f0184040acd48dbd27f59c0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0946ce01f8914549bbd9b598b05c5372", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ddf35dfb855b4225a5ab325a19086a18", "region_id": "RegionOne"}], "type": "message", "id": "c129591d7c5b4699815683d6c9c7e279", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1ea9c1db450b43f8ade9c91c15dd449b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a22c31b555dc49d1abef47a4176d00ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d1939d495223411f86bd82a1f610a870", "region_id": "RegionOne"}], "type": "messaging", "id": "d3a0786f358b4db68af52c31d0793b01", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "de085cec89da4394b0ba89f18dda359f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "30cf216ce1914cd0b87613fbca67c3ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "67c6765d6e8a402984fb8941a50729ed", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f2e6c9235e0843a29e984fe8974be17f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eb8e820166da4c888f8ae01531b2bec2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bce283b4f62e42a892878cd8ee83273b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c01596e6b81e4735a4c0434ef6d76fd7", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "706ce4bb3cf34b759aa399e4b7d1060f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "20679321a8d742f294e441b517862e3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c6585021546549018ae09ada6a9acc05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "502f3b00d76a4758a9694f33bbb64e10", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "30a85c3f47e84848be4313dcc34fbe59", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fda99078f58f4bd9b6a0a0366d19806e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "33acf01285144a5683c7f2dedacd0dcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c23de3759ced41e48faf135c381010f2", "region_id": "RegionOne"}], "type": "container-infra", "id": "96e2150635874ef0a1fab88e337fd98e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "58473a9217854a34b11f5037c22e0b93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "2416c727a0514a18afc022d084c3bef5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e8f5798c49dc43aa94f8a9d1e0ff0463", "region_id": "RegionOne"}], "type": "search", "id": "0093373c99154cb498849a5992a7c719", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "0e32a2a2be334fb4b6ca7e96ea10ba65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "91443d9264514951a4b5f16ce4a56a76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1e5c805e5f5e4475ac2896232498feba", "region_id": "RegionOne"}], "type": "dns", "id": "9295b97cbf0c43b5876dff639446e532", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "99fe64b2df774d8f991a52c599e4f0bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c991c6a1f0de41a4b121acab98836704", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "87c840b532b8431da2c36219310c0c65", "region_id": "RegionOne"}], "type": "workflow", "id": "47af3af3223643f395bc3a941c826125", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b168af7ba0b4401fb149b54a222b6c84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ca3daa53a9a74ff289c8cdc9e26c2233", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "252b6494c3d44cad936077dfb8f57b59", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ea9bc8fd3ea54f9ca91fcbdc84377a9b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2e4076d5402446fa991cbc06a4038a5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0859bf0127d5476ea7d6d3460e9d875e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b0e430c8da404ad1880e71a770288f95", "region_id": "RegionOne"}], "type": "rating", "id": "91bf43925b7f425cbdccc33f581e5dce", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5a3310dad55b4695869e622a8f4d1ecd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ef8af3d92ee843f5b2721279793e5d70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c392851cfde44dd4892c6902709dc10f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c634248d05f547f89d0bf11af99a147e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "df306931b49d4a8e9d71694c09a68c2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "252908050aa246c0aba06adbe23bc4a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7a97b7ef82da46ff9faa6226571349a0", "region_id": "RegionOne"}], "type": "policy", "id": "7e80f80a2ec1497e9cc96ebc8b1c749b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b0ac9d65543040a9ae13b0f92f6f147f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f1d7df9488314f1394b72f7b16727de2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e459eacf408e4f8f82c08103fbdcad81", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "839df61db7a14eacb066e0ae2509d0cf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7b270f143b694a78ae89611cd02ce022", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e38aa6e1378e42408c5d9febd7cb5061", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "09e263f4cf0b40dcb59ddfa8c493a464", "region_id": "RegionOne"}], "type": "sharev2", "id": "007d7c99dfec4f119f3906d2428cc3b5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "02faf1568e3340fe9d971203241a01b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1c96d112f5324d5caa92f1259d5e36a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "46b612e4aa28412aa97dc3e81f739420", "region_id": "RegionOne"}], "type": "share", "id": "a85e287d146b4ef690e939970d728eef", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a6c66a44c769481da77d5c5866c281ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "19418af9f6f746abba3d6cd63aed97a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5f4dc06a899b4dcdbdd0ce3e33fdb34a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "27e61eeb111f48ceac1bf9fc3ff4cc14", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3414820f63c84548be1ceeb8bf9cb121", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29ab07be914f42498a0e32948e1cfc03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46bf464fdd5b4792973ae524ca834d8c", "region_id": "RegionOne"}], "type": "orchestration", "id": "9aab70764a694bcc8a222d0f49a88018", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6b788fd507b4d449217923ffd58f97c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d6af7468e02460fb1ccb80971e04e9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d208a28722a4609b0255f0fb385e8cb", "region_id": "RegionOne"}], "type": "block-storage", "id": "74ff1fc968c647a39e04abeb8ca724d0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1168671664047ec8781fb1caef55746", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2182cc5cd089499985ec46fb676f4776", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a5e024bd6874dfbad4a8b9a9f5ed6bb", "region_id": "RegionOne"}], "type": "volumev3", "id": "a7884c22a18e4ab8bc163834f3319323", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee1e26f4e2504c2f942db9b47e334ed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75ecf6a15bef4c66a19cb652aa806e35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd7f7435eda043a8adb077c1aecd12b0", "region_id": "RegionOne"}], "type": "volumev2", "id": "9f3db7b806fb40e3b1ff65c02517a55c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eada4f3852b140b89fc1b35037d53e1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5ec73290fd541a692fe8cdebec2a465", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04b08af2b3ce436388728b9cffd2383d", "region_id": "RegionOne"}], "type": "volume", "id": "d52d208682e04e14a8083c02ed3fb66e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d01a16522064476390705c52a85fe774", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de84db111ccd41ce81bd660bab9b4c2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e162e1bd2244094892c4f13f55c37c5", "region_id": "RegionOne"}], "type": "block-store", "id": "9b18f465269a427cb207aa9e3ddc82b9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fc274ce4659d4d58a6539c83beeff75e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7e080d5cb15d405aa0569ede69c61487", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fbcd6e1ac27d46fcaea088f7a608c595", "region_id": "RegionOne"}], "type": "alarm", "id": "d5d2ea8cc8a64b038ce86e601615255c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8d71460e74ca4384ac8eb6802b3d8ce2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "238119ba4c3444b38e6b59a424c65a30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b3e9b42114ec4f949b76b407c27cb6e3", "region_id": "RegionOne"}], "type": "alarming", "id": "50572e5e7465471ea7e33e8cbf32ebb1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2e462af7374049b2b6b81cc831fc5151", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "44726697a1bf435f8c070f9c48d7c7ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "56f059421e7b434697b68a70a518a4c4", "region_id": "RegionOne"}], "type": "meter", "id": "14db88c06fcd4597bcb873583d4dcb8e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3909d213c1784725bb170ee5eef2f435", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e3dfc716e5b34835a46b4546e5b6f69e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "dbdff8c9d09d45c6bd64ae6bb23311c8", "region_id": "RegionOne"}], "type": "metering", "id": "7b81a6fa4d774e779f9adf4b4f69f0bb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0550d9ee82ae430fb3a45224e7c5e90e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "90ac5b6987124693b4fb903f4c9a5a64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "653a530d7f4349dd98c25d0be19d3511", "region_id": "RegionOne"}], "type": "telemetry", "id": "c0267aedebe94ed2a6556f2915ed1458", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8a48c41c2cb54c3799e5221852007bb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0a5d26c6b88840798269779bd86a0004", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9bcbf5db78e4444fbfdc138fcc362f8f", "region_id": "RegionOne"}], "type": "event", "id": "dbf813296d2440c793ad0b5fb5cefe43", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9db4539d4ddc4113862e6a7f50f93142", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "12f852fb4ed94888bb2591129be5f23d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "73b7644eb8644003bdfca68aa5cd8108", "region_id": "RegionOne"}], "type": "events", "id": "71244ea2a38043978cce3c34ad2dadda", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "86cd1f29520f42b1b4cff1004f24d13a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b554837efa294e23999ca38485faedd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b0faf35a887e462e87ee27ad9a4f607c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "eb7146c1aa06448cb917e43407b9597c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "44818a16ee8d4659a985f50b67165945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9cb81958a90f4cb39c864af2c4fcc825", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bb15490c240c426980e89e38a6cd8291", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0a83634a52fb4beabeb38475bf172587", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b6d583345f794f008da133148046857f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "eb85674c16be4fc885e8f80b59bbc023", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "dfba45747ab641d48e19d551ff62bda6", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5e50234c9e8a4027b4aed32d6ad61948", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "df9eda79d08c4eee8771fb6cfa3423d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "aeb6f980e43946acae73ec11ea5fd338", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "49a99f84e56f459c96270a9aeed63f44", "region_id": "RegionOne"}], "type": "tricircle", "id": "f5fe1a4f838a419c8e332392b24eb1a1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "29dcae72419c4db592e6265c9e6b7a0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "33070d0f515747699aae97920a8d8461", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "79cc369e50124b17a3b859ad49a05ea6", "region_id": "RegionOne"}], "type": "database", "id": "7ef256dcd2db440e8ed77d1f55d580da", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0dc587cd67724bee8ef82290887c5ad9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a782f67a8a404ab9b8dfdb0930e5808a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d8032881cbf8417ea11672b72f7cffe5", "region_id": "RegionOne"}], "type": "application-container", "id": "3dc6d1162a0e4f95ad7f1bba3330ef42", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1d5021cfe33846628c491606633db838", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1eeb7ffb55c941f8bbe743e38c460575", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f2cba12b37a6413d8431f027a43ccdee", "region_id": "RegionOne"}], "type": "container", "id": "3b34a9068a82482d8fb4ac7724279228", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ca2fdcd521bd4eb6bdf1f511fc78077a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "eb3bc0449add4b77a812d7d1f0ecac64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "87bbe12e44df451b933ae59d8fb56a45", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d0acfe2924bd4aab8b3011301b419152", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ecd5605f419a40a99ea98c491f53756c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "80c626979fd5446a9ab6d1c4c01754fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "edcf8b85e0904e6da5de88ba32bc22cc", "region_id": "RegionOne"}], "type": "rca", "id": "cefa1c3c60f2423c85d59f94393f2072", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "66b7ae29485748ff81b48904c9439aff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a39edee2e4bc45cc87f4ad37cdaeb997", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "65d750aedd944f27bf80e7c53d07bbc3", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e26a5e6d221d475b9cc6e02d53762676", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0fabd07d9fc24d008a0f1fc2a073ee8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c83e144a12e246e292b4a9b22cbf459c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "9f3c15dc5b9142d880451aba574319b4", "region_id": "RegionOne"}], "type": "network", "id": "8e3bd26b8ed74198b287702c59ee170f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "62698da5509546d8ae094ad176cc0380", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "3d05d0921d0d4d339e410bb342fb1fdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "1075ca477092466d8ba935755b7ac397", "region_id": "RegionOne"}], "type": "backup", "id": "362084d578d64129a6869d3f4477a7ae", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7ab373dca0ff4bbc8d55066201236bf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0f0e5a56a6bb436dac99e247ae26f670", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d0ab818fdb31447fab9d7d8e797e71d1", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "87445b5157764446b2cdf0436a623d09", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2464b9da0dff429bb94082ce729e1768", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c3d3019cc40f42b39f662c8373113a01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "84bcfa68b6c9408db278912f1b68260e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "dc0d70fd30f147ea8df668189964dd92", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ce11ca7d39a141df8f9720d77b7d10ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0ceaf2a379c2495f84a5ca7a72ba62df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "11785f313e6c4573903a091b51603aa6", "region_id": "RegionOne"}], "type": "monitoring", "id": "39b3755b30294fe39c3f3d3cbbabb57a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a8c1a6381a784cc596edeafdbbbcd7f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6ae38600c5e4409b8537938ca39b4596", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "99ec827099294fb2a1eab003f66be46c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "42381ddb7ac8454db179a276fd8b81a1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4183db0d23b04e0b9a9e8bdca4a1497b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f94b843c593a4908955047daf2c562ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "6d4bca1a87a94760a701338d92989abe", "region_id": "RegionOne"}], "type": "placement", "id": "2e1f48f8d90b4aee820f86decf770c73", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "27cc2afdf3cb4b2180fd003bd95d99ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "38762fe8633741d8a7005ce1ce954b37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "81f79e1ed84a4393a1b46bb3a68dcd1e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "30247a0ca2be4669aa363ba423031e6c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1705d796c8b64b5aaab11d271973b729", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "158a3dea04684e8c977d9f9a9382d12a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4ec1cbdc83c643e092d87c504afaee74", "region_id": "RegionOne"}], "type": "ha", "id": "a9b570fde46a4de581834fad7a330146", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "54479470984b4859b6f977c94e19a85a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f04716ed6f8b4186b50acd08685c4707", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "be76b2754da748b7926e244fb2db03ae", "region_id": "RegionOne"}], "type": "reservation", "id": "2f932365166744448afe95db517f4471", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "63894f9217c342c3b67e95224929d34b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "49787d19a47448049e7653f599a1224e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c3ccc085f6b94d57addad459557de135", "region_id": "RegionOne"}], "type": "function-engine", "id": "a1facf3e8c2e4844af6b52211814201e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "98533cdb55554c8f947259328d66c36e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fba764d504e34960b066d5e65bbbda19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "02b1b1add5844297bf45e13ad48fbfda", "region_id": "RegionOne"}], "type": "accelerator", "id": "24ec9a6861b644cdb442011f96d80e4e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e51cd8458e654aa3a780a65a86580e37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1655f450f1c54cb4be541d7192c1a706", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1d39e02b2ec84e0a8894568d534267fa", "region_id": "RegionOne"}], "type": "admin-logic", "id": "027e215698fd4db0a3605fcf1aae7cae", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9625c768fb464156997260f682615fcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4c901094195b44c28fe3d1a21c4b5951", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b95aa9c92c094ad8bc14035770e29594", "region_id": "RegionOne"}], "type": "registration", "id": "b6d7550e010c4c7fb134fbdbd773b84f", "name": "adjutant"}], "user": {"domain": {"id": "ff3a3ac667d34e1b8777db0e7f91e833", "name": "4f277064498b44e78f258456a5fe055a"}, "id": "49b7b617a4f740fab6192a608377f8f4", "name": "bc17068dd62a427691d2d0cef5b1adb6"}, "audit_ids": ["ef95098933224af08c3de22f63daae56", null], "issued_at": "2019-09-19T09:04:38.863134"}} 2019-09-19 09:06:38,985 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,988 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,989 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:39,042 keystoneauth.session REQ: curl -g -i -X PATCH https://baremetal.example.com/v1/nodes/3c4e2539-cb2d-45f0-9264-d76ee7316c2e -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" -d '[{"path": "/instance_info", "op": "remove"}]' 2019-09-19 09:06:39,047 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,048 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": {}, "uuid": "3c4e2539-cb2d-45f0-9264-d76ee7316c2e"} {31} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_unregister_machine_unavailable [0.382120s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,781 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,785 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,787 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,789 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,801 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.733535+00:00", "project": {"domain": {"id": "3797af409c8c42b39f45b54bf7bc9c09", "name": "2d8cdf1bcd2841bda5947412d2dfbaff"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0329fb3867cb411abc3cd5bbc799ac9f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "98f3706a6ca54364828f3aa56e92199a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9c471fdb89424cf29f00feae9bb50787", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "411bfd32f0c2412ab6f181765597a994", "region_id": "RegionOne"}], "type": "identity", "id": "c35e0210947e4aacb491f0ca0dd0df46", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c7829bfcf2db415588c68fa0b1106737", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "396c218e4810401a94ac2fa4da655075", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "cf7aca8c0de94a2095deaa3c91cec0e5", "region_id": "RegionOne"}], "type": "compute", "id": "43c17ac17a8d4659a2dd13b6e4c072f7", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4b322987ea7f4625836d8132a09e4c54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "489d08073d964bcfa25bed15921d856a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6f659de44cf0475e80b8bee4afdf691e", "region_id": "RegionOne"}], "type": "image", "id": "f297d01094fa485b97f20a64ef6394e9", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c518fd789f4f4f9bb5dbd3672de30b37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e71a050792214440b8e947cf4cc8d8f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c9b34429bae942c5834bba00eef3c6ec", "region_id": "RegionOne"}], "type": "load-balancer", "id": "bd680655b6da47638e9b9ea7410214ca", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "553c5c279d3b4cf4aa880e5aee2ec434", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45fc9ad8793143898118a2ad466cb743", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c0a7d66f0534186ba1049f6e65625e6", "region_id": "RegionOne"}], "type": "object-store", "id": "d55dea827498484ca36d071c6e53d5a0", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "12344ba30634473188f89df77207b8d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7ef77104598a4a5a85623d5806242e05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c2eb72c20722442a9b48919d0acf39d1", "region_id": "RegionOne"}], "type": "clustering", "id": "e018a17ab6fd4ea690b4585b25518692", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "045cf22e10d34754ba963bbeb8754eec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "65c4dc50de7745cea292b66d99de89ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6cd445792fed46aea6b26c22183c6334", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "fcc8a8cd2fae439eaaf7edbd5d778ea5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9cf4eb69da9941559e8a5e1f4fb19e88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eb79a9abf6974ec4bd3739ac43524e6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "20d390400410411495a747b5665269e6", "region_id": "RegionOne"}], "type": "cluster", "id": "607c61633f8e44a6b364809c2ea3e8a3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8642ba0bf10e4e68bfe99ef56b70a216", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "01107dac93f546549bcb9df3cefef41e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "79a3db730a43459c80338342ce99e77c", "region_id": "RegionOne"}], "type": "data-processing", "id": "20c4f4e408d34197be6cc293b54e0925", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5783861a1dca41c1a917e765ea2fa904", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "217188772f984548a8b7c1cb7ff5c1d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0d4879b907f84cab893e9760fdd81c19", "region_id": "RegionOne"}], "type": "baremetal", "id": "40cc38d9a8e2439c99855162479d253d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1359dbb16cbf4a66b694cd4c1a113ce5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2682cb4550ea49668245223c46fd544b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8693d4e6ba07476d91a79d9f69108afe", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f029e46c33ca43639e33ead79ad05942", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bfe37eb110a440febb16dc85476ba438", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e2868c6e87f34a78b0969c7e16bd134c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "65a5fd07f2f84f718e0dd947fdfbca3e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1315cd0ef1784ff1bb5ce877a1a34d4b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5c5b20cc0fbe4ecba18cca67795ce145", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bbf0d1de433841db85889f59fd1ed79f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "39a74f8ddd564a5f83d13c672516d601", "region_id": "RegionOne"}], "type": "key-manager", "id": "adfec4290fb44cf2b9a32c4c120f84e1", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8a37cd6a8d3f456aafc066108e289579", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f6b5d82c020349689d99bb33a1f6fc84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "75546d2afff34d1ea077e88b62ace67f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "668257eb91f5488883e871eeccddc6cc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4f5bccf64229468ebbeb8a884aecd719", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "46cb1b2e056d4b6bb4d780b642cd3168", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "843a4e60abbb4ea799ad656ac5a4154f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "dd0cf509aed54a0a98718c591988c6e7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0ee1d874c6004e1aa44356a8239da0b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "193dc8deacc447fdb11c2185217a7aae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1cbea74ea1334218b9ac8d7862247eaa", "region_id": "RegionOne"}], "type": "message", "id": "bb013e8a555a477d89d712374e691edd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "00474111a497417ba8992386e406952a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "564b9cafac4f4a28bd4e4084031b6866", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "01dc964620324633af03000b4160df89", "region_id": "RegionOne"}], "type": "messaging", "id": "19c3d2ec337c428086afd7d9051631d0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "de8a263b01cd4365884548e62d99e3de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4cc0bdcf547d4c88a017aa13ede02a76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "67d4ce02809c4a8bbcd72020c1d207b3", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f006832b84d047e09870b9e5d0464475", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ea7ed8ab0dec4b238787b3ad213595bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d2662d546835493c8f239b01043d3b2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2954e35abe6b4496a909677311d04550", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f5c642edc57742a09a6eab9259385c03", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d32869c3b0da4759b0aef60d96e4d16f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71fc712f6e864fed9e1e9c168ab3ee0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e483f92ddfe14c918864ea010bd51c59", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "cc2083345bc24646acfe8673cfce818c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1c77f1eea52041d1b823836fae697e80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3eddc6c2e48d48ee96cf98eda0f0edc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e212072f87884804bac5ad16665ebfb6", "region_id": "RegionOne"}], "type": "container-infra", "id": "78997e33d43041bb8dacdb3e031fd601", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a0e1c6f525f2438f98316527963ddf95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f7faf0317da746129d1afaf0dc866453", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f804e53142c3425098848d130ca4012e", "region_id": "RegionOne"}], "type": "search", "id": "9e18492520d94e33a82584e0d0aa068e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a1e0bd85d43544cf898e2e9d807c89af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a5a10b7fd8454efc94f55ed72f7cf89b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d794a4ce7fb34af1a5877bfa1d8abdb2", "region_id": "RegionOne"}], "type": "dns", "id": "f43c11b88cab425d8ec3428851dd3724", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6c52853f8cf14a3fbde38926e9f01c25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8ecc38cfbef2485ea392dac66bd46313", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2e0f1cedb7ec44e487d8d7223a792492", "region_id": "RegionOne"}], "type": "workflow", "id": "c21fc1eec7ed4ab292a891872265a344", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cb9adcc1fc5e4c98a06a726010326fd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "104cdc9a68ed439693a465b2bf64ff98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6002fa0ce85143229827ac1ea7fdf7a8", "region_id": "RegionOne"}], "type": "workflowv2", "id": "81f4c262ee954843bbe19d13f64d1c82", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "119311f5856c4f6c8f74e7f742a7360f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e27a23c94156498499c7543ca5a4e938", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "cb2a969274bb460abfb9d27736425704", "region_id": "RegionOne"}], "type": "rating", "id": "de9a454e900c4b168db3bf2fba27967b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0f5a072c6f074593ada04f84dd332187", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7f2c5009538844c29261cfc715204d3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "78df495a78a0414c97df41fa64e21964", "region_id": "RegionOne"}], "type": "operator-policy", "id": "639aea05d44e43a5b0dd013b4fa6e845", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8182be332b2e4c44a81cad641a23a4a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "db61d005af054d23aed38ed6d32727bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3fa383cdd9d2452c9a3d465dd650b740", "region_id": "RegionOne"}], "type": "policy", "id": "142f2003f0b745babd92b78fb7df0e29", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "71dd774dff2b469093aadaa7dbc65748", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9c6281b22cdf4a55964b350364ca0973", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "eb9785f948ed4d988b32d48b4d8a8fdd", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8e7a7123d668486c9614b0aaeabf9dae", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8446124db56d4640ae25e410efdbba1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "69cd49ad47c84f2aa174182d88c4fca9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bcfa89d9a97342f68ca6c120cc30cbe9", "region_id": "RegionOne"}], "type": "sharev2", "id": "c248297f018b490d80a9876c638df13b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f715330af48b4c5296070531aa289b71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ff9c3330e02546288fc63fa72b44d99f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3836bda9d8cc4bfe9809d91e220d26f5", "region_id": "RegionOne"}], "type": "share", "id": "44c0386c65914a11852a635c14c24953", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f38c0f6eabe84545bbd42a178cf98505", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "43e5484b7395431293f4418e14b8836b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "55e4800c90594f48b095431fd767efa7", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "aed303bfb16947dd9aeeea27e339fbe1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3d0f8b6dc5247fea765bc60d70f0989", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5833ce2505f54d7f9d4b838291ec540e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa164d82d58e4725aecf4a1348b85fae", "region_id": "RegionOne"}], "type": "orchestration", "id": "6e748850dcf6464e99a26bee366e6ce7", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d4a6444bb784cc7a5455995063bd00c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4414f2bcae84397b523192a71a609fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d0948efbfb644cba8aba31c5cd11b9e", "region_id": "RegionOne"}], "type": "block-storage", "id": "afd002a9fa6448b1a20e8a1c8c01d328", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "927fb86820bb4966b8b9781ec82d5315", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d02c87b496944799b4c29036e25c5da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9365f465b0124fa886c05b241a07d8e3", "region_id": "RegionOne"}], "type": "volumev3", "id": "6aa8847984f14a8db1ee21ebd3bdb911", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "142edefbe06d43169a65e4e4824edb24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2011f7c99ab48dca512307511683ba7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "656a7a2fcc694ae88c7dd39e3a12dead", "region_id": "RegionOne"}], "type": "volumev2", "id": "3ca33193316149c083ace123c5bb9f36", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7876ef48c4a943488e1017b62e9f8e4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a41e7d5db4d4c2f9711eec932277671", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "516ab2ca4fcf4fca9672b28b3da0f574", "region_id": "RegionOne"}], "type": "volume", "id": "babe9b1fa94e451b9b3bf10f2f482dd1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a37792264274ff58ca9d1fd2efd0a06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ba66618e2444d289d968c71e10ae85b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "754c18f0a58f498da2aedc51d135fb8e", "region_id": "RegionOne"}], "type": "block-store", "id": "d026eb51df9c4a4db0a82f9bcb9b158b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cfead1896ba04d74a439cee9204659ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cbfe3bd932424fafba12c8671c5e05ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c744aed03a204165b145949a0a5db29e", "region_id": "RegionOne"}], "type": "alarm", "id": "405730a98fa24d65a8fca854ae4e93a6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e4a360a0d4b044189a43140ea9c41732", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c2cb36bd73ab48e5908a9413e0884ca4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3e63cb469b0e4dd19207cf826b8e9bfe", "region_id": "RegionOne"}], "type": "alarming", "id": "1f0ae25da841412ba7b891387a6e5b61", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3225ce70c535403a8266e3f78e64f147", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "42047fc6115b42d3bf498b9da71c4f7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "216b46d3af0847ef91be330cf1eb6a18", "region_id": "RegionOne"}], "type": "meter", "id": "9d8a4b8aa7f14312ab77884f6d60c4cd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a7cb2e70dc5d480f96e49170b4adf249", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cb0f6951a4364e4a807f5039fa120096", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8bfe5def434d4c02907ce4fd6518900f", "region_id": "RegionOne"}], "type": "metering", "id": "b2444bc50eb2487590284602d16d51a6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "192a5c1db13447cda5d6754e9dc8caa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f70dd7f16146495aa532e03b09fe640b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2a1ecf042661426997cb923bdf7acb93", "region_id": "RegionOne"}], "type": "telemetry", "id": "77a8b0fa907d4bc8a468d297a083edba", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "bdfd8838e7794e6790360f7fa979fd45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1813c6c2517b459289e677d0942f8bf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3674144826394619be7e4b9eb331c2ba", "region_id": "RegionOne"}], "type": "event", "id": "2d4b46de9a13496e92660f0b41a5946e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5fe9cfe2fbf84ba2927a4363c3123f8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5e2aa78679e54bbab136d375d83afc4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7f3686ba2d4943958e76805737a7376e", "region_id": "RegionOne"}], "type": "events", "id": "878c7d688e1648b98f8ffb07b68c8b90", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "73814deb02564d3e96e8251d4bf8f577", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9c843433fde54254a2a3b174a31a755c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "296cccf2c51747aa86627f51221cd39b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "9942ab9e9c4c4e0ba446c5f84f619752", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a536ce4408f5409db0fcf800b2c5db75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "60d14e65f30c48a8a194b9af97b81805", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "16d6b05cf820499d831f83e7b3455cb4", "region_id": "RegionOne"}], "type": "application_deployment", "id": "62ed4b542db94ef8adc8075f339e073a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "434921157f1345e2a115b88f48b14a6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2393dc6a0d7e4b6095334d8c742ff449", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "23ee52e4c07a42eebe1ae4ed1212e76d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8a28423228c247b4b26264c66a785830", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f1e4273d58304fa28fddb3a12889fbea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "70ae1c01453b414bb0ed31b115fcdc02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ab15cef5d5a648c19db48b94a97119ad", "region_id": "RegionOne"}], "type": "tricircle", "id": "d913d0dfb6b84e19a7a0a6363bdf2d31", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f57a08da89584b28a9ebe1acd9d2008e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "18a20092e74644a2825e4fe2f4551936", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "bf1bd82d110a4cf9938d716b907ba3a5", "region_id": "RegionOne"}], "type": "database", "id": "fceb0ae3fe7b4c05babbf969fc2d453e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e49d3e50af4e49858bd7ee82f02998b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b2c3ea65587946029604bdc43fe3cca9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c47aaead1e8f412eb35812c4b58047a7", "region_id": "RegionOne"}], "type": "application-container", "id": "b714822f2ce7461ea94e18a28ed70cec", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "49407c352c794479838b9ddd29e54558", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1d5ac8a4a2424bf7a8c2102fc5f5db5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "34f949ebd81d4482bc52d20410cb1ca4", "region_id": "RegionOne"}], "type": "container", "id": "df5170369e63478ebab1fe1ffedc6ee7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "82d604886c184de3a844aa14422f31da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a2c19e17024544caa79f6841842b363e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1828da4e976f44068edaa50d43a531a2", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6bf3cf63587345b0a55c015878724e0f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ca93edfb929e4d8cb02f12917960657d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0a69aba8ead240079477801da73b9404", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "106914ad26ca4da19abe101937471ac9", "region_id": "RegionOne"}], "type": "rca", "id": "b52779c342b043f4b67d0c60f42e1669", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "51df05cf046e484baca6f5ae4bca7a16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c6c8ad788fe64109a3d1dac213b5d888", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7efe579c3fee4f108785d5ed9fec051f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ad283f69cb494e46944a614b2632fc7a", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ce2d08a51a194996a7c22fcfb5c7c937", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7480c373669a4d73a4a4ee9697ffd9ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "81dcaf5969d2441ea9e7800d66d224af", "region_id": "RegionOne"}], "type": "network", "id": "406e97b35a374aeb90cc7d737bf78668", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "8b67a8b9e32e4036a128ae72caa71e27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1e36b0084b5d4ce292ae67bb1d9ad744", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "769f7e5905684de2b514c7024dbeefbf", "region_id": "RegionOne"}], "type": "backup", "id": "29dd764115ee4c2e810ef2fccb3a45aa", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1a6e06396f9f4f5983d30a20de303a37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "84e734ed52544dbca42d00c037341b26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e9c97821b73849cb84d72b107d7430f3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0bd4d152544d45419c17f0767c00e584", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e18d2dc21ff94879bdb5bb36c563e44f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9dca764a971e4a2e9b37fdbbd51c81ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2252e8fca5044cad82f6a5ae498ca3c1", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b263536092ec49b4b85de7f3bd353cfe", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5a75a9e47d524f2e975952dd4b1aaff7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4626592f7c5f453fa26ef904e33ad351", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "625afb0e2b1c4acba30e0e8efd46998c", "region_id": "RegionOne"}], "type": "monitoring", "id": "99df7f985fd14c77b4dc463da58ef5a3", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "79f2921d311c43f1a95cce1962e854a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "51eae11fc6ee4d319c0c4d41c23d9d00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "fee828ed8d0f40db90f94926a9913322", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "afe85c635a4648e998e22c56c4c7186c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0f7673d2fb924487b4aa1ccdc5792017", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0762a5cd8c0846ef8915795d4ebc4f15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8c559992756141ccb33e793bad960940", "region_id": "RegionOne"}], "type": "placement", "id": "9f6d76b2e79f4b3daae1f1061c9d3aa1", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "114e7e753d5e480c85985f064398119b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "eb9c2ec7b2044c319fea021735b77fb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "488aa0ed17784beeb0bdb59c326f5782", "region_id": "RegionOne"}], "type": "instance-ha", "id": "44a9eb573d3b4049af2c3a5a7f768057", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d990df7c5da94418b25445cc674ff6d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5c66cd2b021340f8a5ff0ede11d19e66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fcd73e3cc4864fa7806ed80313f75804", "region_id": "RegionOne"}], "type": "ha", "id": "73b76f43846b4d65964bad2d1aeaa88f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "147aeef556d3491a893e8678ec64f791", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "33125de0caa74af0a8af44b9dee81953", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "87e624b1f8d9492bb2a2e596f4eb8f4b", "region_id": "RegionOne"}], "type": "reservation", "id": "3c8fbdae3b754adf9983562d4c2fa514", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5771d13d05fd49b3ba79aafb47181a40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f76776657ef845a18f3ca05b93a3c6bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4acf96536e984170bd637eedc5fc4236", "region_id": "RegionOne"}], "type": "function-engine", "id": "2f8e616234614ec4af1bb871f9fc2993", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6caa32bf5e8f4727853eb24b1aeee604", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8e6b0d1bfa5c42d68de8751506dcf248", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "75b09174ef1c4ea78ef7be346e0437ed", "region_id": "RegionOne"}], "type": "accelerator", "id": "fd65cf53e90b47259ab51ab1fa4ed7ce", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "47b4a6c19f254a0ea83abbc7cf012a60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "03718c8b9f294411b166c764fb0deb8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8660b8aef80542ecaeb4c7d3015ddcf9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b7dfa1fb18244d70b42c4be7a002a5a0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7fbf7eb6de2e4308b134d0e8ea3f202f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f88d378734bc42738d77bef99687ed98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "38ca68d895a9493fb046814f62e65da1", "region_id": "RegionOne"}], "type": "registration", "id": "2fc11d4856904935b25c3bf778cd38ce", "name": "adjutant"}], "user": {"domain": {"id": "b940f444f9414cf9bcfc09f6bf69ca9c", "name": "03140a6a5f8b4ab4ae83aa650a9dc3e1"}, "id": "fdb012a1719045f1a1c56d2cd34e036e", "name": "6cecfeea5f2b47309536a2fb6464a22f"}, "audit_ids": ["6909ff7317204128a7fc32c76e0364af", null], "issued_at": "2019-09-19T09:04:38.733535"}} 2019-09-19 09:06:38,900 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,903 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,904 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,963 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/25b97f77-d80a-40c0-8b66-ce1c47f8560f -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:38,966 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,968 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "clean failed", "reservation": null, "instance_info": null, "uuid": "25b97f77-d80a-40c0-8b66-ce1c47f8560f"} 2019-09-19 09:06:39,009 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/25b97f77-d80a-40c0-8b66-ce1c47f8560f -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,012 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,013 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "clean failed", "reservation": null, "instance_info": null, "uuid": "25b97f77-d80a-40c0-8b66-ce1c47f8560f"} 2019-09-19 09:06:39,055 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/25b97f77-d80a-40c0-8b66-ce1c47f8560f -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,058 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,059 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "clean failed", "reservation": null, "instance_info": null, "uuid": "25b97f77-d80a-40c0-8b66-ce1c47f8560f"} 2019-09-19 09:06:39,100 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/25b97f77-d80a-40c0-8b66-ce1c47f8560f -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,104 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,105 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "clean failed", "reservation": null, "instance_info": null, "uuid": "25b97f77-d80a-40c0-8b66-ce1c47f8560f"} {10} openstack.tests.unit.cloud.test_cluster_templates.TestClusterTemplates.test_get_cluster_template [0.172769s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,139 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,142 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,143 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,145 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,155 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.074924+00:00", "project": {"domain": {"id": "8ca9600f47df4d6f8271b902e78981a2", "name": "6d3eb30603854df3af17fc70a8b08c7b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "aecb21dc716140f08318d4b9f860de64"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "124a9c873d164cee88477e9da0130534", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3b61abc0333f4af9afed019fa7e87537", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4066e740dd054726995e6b6731a01fd5", "region_id": "RegionOne"}], "type": "identity", "id": "951082725a52483c8866fe291999be46", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b8e6315b298a4175a475b49695f106b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "318447d767dc42df86ec6f54b7c7fb50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "cc773a9bcea8468ca7b2165c668a212d", "region_id": "RegionOne"}], "type": "compute", "id": "7da7002b29d1481ba0da156e349eba6b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "81cc800f05bd42fab87d8e2193752354", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "643f9af3bf604344a6bdc3635d60ad7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f2c197f9f8fd4abf926a5617f96db99d", "region_id": "RegionOne"}], "type": "image", "id": "44b5c89c529241a59abd33a0b3dce191", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5e4c2cfa447349e3b2a1b9567e974bfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b24a70e7a4ee4ec7bebe0e0606b4c83f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4abd3f54b6a74ccdaa175e22ee43d9ff", "region_id": "RegionOne"}], "type": "load-balancer", "id": "315444cf47fb4867af57d16e7bf3d0cb", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0b4eca72b2b4d59b20c83d0753379e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b0b0f9a504c4baaafc61afd93cc9c99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cdc6b75370143b994e967836ff278eb", "region_id": "RegionOne"}], "type": "object-store", "id": "2fc39126dc3c44f7b2ca39b36fd4e47b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "10d2139125fd4f93b65308e099996d83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d09b5ce7b441474ebdacb389f7055fa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "12cd93d7618b480688cbd91c0852aa61", "region_id": "RegionOne"}], "type": "clustering", "id": "cba1d5d029814ea780c68bc58ade3b3f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8f08b92818b741b7986f3f1b1ffe9823", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3201ca0ef7124b8ba7a4b212e036cb8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fe200c0000524c519546389893aa7ad0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d16ccb0341ff4ef6a72a9b7ee6fd76ef", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "05f9c64ab2fb43ef9e8f17e92701e552", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4be3a09c21a9404bbecdffc171e1e721", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "35f24c7eef7348aea178e56a9fd1168f", "region_id": "RegionOne"}], "type": "cluster", "id": "a0243af6e4764191bbac00371977937b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fd56e1778fb34087ac0fd12fa57420c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2f106e7a8ca74c6cb3f80f33bfbd5829", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "68bd9de27c8f44b89ff503a47d08a8be", "region_id": "RegionOne"}], "type": "data-processing", "id": "49523ec9478b4af798acd6140289d32a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a98e2506840b43b88b44666008b02e11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "de8fc3cc00024d47a5b568146b0c5105", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "84cb053b4f964e2b9d7a654a630a61a9", "region_id": "RegionOne"}], "type": "baremetal", "id": "28f540689fa14b76b74f364589424eaa", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "022c7f165ff1479a908093e4badede18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "41187205e13748418d3384c05fe8e994", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "94d93e12bf22459f9535e0d04d0d615b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4bb5947aa3624580b243214dabfc4d90", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1d6cff7dfbe9440ca24fba60cbba7093", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f74c11e8f04242f0973b65b60680ac4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "26000268295b4ba6a2e28484500c880d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "867438942f244a49b0463da12cd211b1", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1d51001d4aeb4941b7d10ccbdb0d2496", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0b6502fa8e384d85b3bf37763da2f83f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "82367fb03d2c49779b52826396ed5a96", "region_id": "RegionOne"}], "type": "key-manager", "id": "f70f37b705bd4713bbafa4f49a0636d2", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "739d637016b64a8dae170e27110254ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "de5723f5f57a48f0994f17e867ae0a1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ff304e519cac4d2f9f26409e8dfa11b6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b7181d0859e341c69c02a91eeca2b01c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b9fea7d4b20a4d92a791f1cea82bddb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e842fde0310c49bc9168decb1bed5592", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ff3734b7db114439b1d6678e4baede5a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a49e8c636fae44daa12e199672c4f14a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "839cfa714144450ebfcebbb20c83b2d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "93ac84c16b56400a8ee7fe9bffea383b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "90bde7c2e21149898397ddb3b2afdeed", "region_id": "RegionOne"}], "type": "message", "id": "a86248bf2559472490438da6ea34671e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e2accd9d688743abac4e80dd9fde78e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f0441fc396784b49a48cffae4d8e725d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d785482313854571b848d2f74a29f70c", "region_id": "RegionOne"}], "type": "messaging", "id": "677ff7f0b66a450984a5ee029568af72", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "85df87249b03481a94b2f3a3a39e4cff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "221531d1676d46b68338fe655185fc2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d9a4b1b87bfa4f0ca38392c47e89a292", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a5094ba755254a0c9b2eeafed2e3aaa7", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5be0e20f8d4c48a79c7c8b217b78ff75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d72e253b50bb41bb9b5ae66b9017f551", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73139f590b9443a5b3abf0ba94343926", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "cd6cd1c236b44ebf8450121d09e0bea4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "10b82e260d9a4c468d77310289e78897", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68917ac1ec7c4218b65ca84e29b7ea3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "92f43a7a31cc43d29b02842cfd213fe2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "cf55c86a147949a4919fc27ee70642f8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1e2c454b89e141dbaf30e45e3da865db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b5e53c01b194877896f55809b2e2680", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a47aab16d0614fa29aa73062663df0d9", "region_id": "RegionOne"}], "type": "container-infra", "id": "66e6039d2b2a4935a50a3c899f5d33b3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c5b9524d9b0a4b54a4da68898b1df4c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "bbef5924a5e8452d88fc38bf3272f2e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3f9f71832a714deaa074c53fdadbdac4", "region_id": "RegionOne"}], "type": "search", "id": "02efe687f27c4005b6b0747926a939ba", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "15a0a4de602d49ef8ee49bb2adf229ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6b2ff6fdc4e2463d97e5dcd7f65a9f4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2cf951caa88149049473b7bb0f8c67db", "region_id": "RegionOne"}], "type": "dns", "id": "04bb6235313f42a3b501de7bad035fa3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f21b0ead5b1d462b92e5261ac2f2fd14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6ce16729d0364bfe9b9a69841aaa12e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a8a9a763eb474107a0f72d913b170ac7", "region_id": "RegionOne"}], "type": "workflow", "id": "066b565497ac476db8c8a787033e9bb2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f9cbdb24da70480494e30f891edcec75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5f2075c79eb041e4a3fc836731a54fe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2193fc29ed754e69a16eabffc2d3533a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4392c7072a5049c78ee715646be5938d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6335d81fa36143d7bfd4067a2c510af9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "88f8c7b81c2b4e39972fe3c7b4b5e78c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "277c3cd12fb645e898b1cf1de1f1866e", "region_id": "RegionOne"}], "type": "rating", "id": "91074470f2284ecc92dd7db3ccb52996", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6eb7c2c14e4b455d9e5a47744032dac3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ac3157ab2f8243349e3b62663b7b2f2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "389e3f22955d41119b09ffa4f62d009e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "bbeaad8e3d36490388f36dcb34bdf021", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1ad324a0917b4b6db56d65bc513f8738", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ceb1bed4136d49cf863da694823d71b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ba2018ceedae42b7b7a0133123115867", "region_id": "RegionOne"}], "type": "policy", "id": "909eb8680ca0449c9a1f1cb4be539373", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d51d689de7cb44f3afe368167ebd66b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ef446f91336f4de8be448d5af3137035", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2882f996ecfc4abeadb37205f488e49f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "db72d9684b114aa99abdeb96559acac9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e5b838813e54423683d61b7c48ba0ed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b635d33669a24b508814939ae59b9c0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "851439e90be943f9b6b4a57ad0b95a61", "region_id": "RegionOne"}], "type": "sharev2", "id": "8a377283f415464ba294808d59ac24b4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f8d5ad2621b841d499f8eebd3f1ff938", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "16c37cbb0cd442549e6168e365030c66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f5a2a05c81374ae5b9fc2985e4ec43f2", "region_id": "RegionOne"}], "type": "share", "id": "fa9fd30bde7941318a0b3891715b3a35", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d3ed4a8bd216475ca799abd6d34607c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b99577985457467fa7725cac0fcee8b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "439e0410fcf94f0b827009f418995ee4", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "09fccb5ac8ef468ebc3aca579d46d247", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93800c9c0b15416ba92c443800e3b30f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27585650502e4bd48c74bade65b4e550", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ef484791cd3400886f3de5d7a2dfabf", "region_id": "RegionOne"}], "type": "orchestration", "id": "2bbb03c1cfb941cba6d01c9987d26796", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3de6f0ee94e449686d2234925e708b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c8259c51229475db170703e428c3dde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "654624bc445846e4a36967cc25824917", "region_id": "RegionOne"}], "type": "block-storage", "id": "e9beadf5f60d44658c6cfcc4193bc5cb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "336a00879ef349d39ebee147eba3c527", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "291241bdcf6445f0acc8c55a08d0a075", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e72d30a589dc4ea597e7b75a1b843f4e", "region_id": "RegionOne"}], "type": "volumev3", "id": "dca6168d47cb44ea9aa9cb7b3c1c8f7c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fcfbaec53be14bc7add39721ea4e1bc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66c97c188d5a478582552027405cc244", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "474da14b946a4feea33f56496dc7ea33", "region_id": "RegionOne"}], "type": "volumev2", "id": "5672d0a661474c2d9d583e5a20250f6f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96a47960ed9248b0ac4d1b49d353a410", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "770d1db222304106a8826b23b928f639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7529a4e9bb6b4d1eaea7186ae6d6615c", "region_id": "RegionOne"}], "type": "volume", "id": "d33e8c2fb182455bbc43e40512ce2944", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9050a27e0ccb46fbb4af487ab4cd3806", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bdd8e6451db7409fb453fc4c2d96472c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3728183ea3e47d18b09e826de1c10e3", "region_id": "RegionOne"}], "type": "block-store", "id": "d681196a3e5040fb9394188e03c9a0f3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a0287b4026a94fd7943c28c400691c86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0d0b85c92b714f0681c22da7e4345f35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "308058a3bfbd40bb99245942facb38e6", "region_id": "RegionOne"}], "type": "alarm", "id": "bd5cd1073e254918986465cd2beb384f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5577171afe324a0bbcda0f6d9613e03c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d9b58c640e074911bc6a54579ca650c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "30820d21a5234f9d8645cc79f63e9dc0", "region_id": "RegionOne"}], "type": "alarming", "id": "973d5cdc75ba4092b0980765f8a18b99", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5966c1468b3241738fb1c744c62afad6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6210b2667acd48aca4f26fed5f0ffb87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b876b60e87814bb1b1acf1a55e19bd9a", "region_id": "RegionOne"}], "type": "meter", "id": "b3bd840ae312475d82c121384c3ae1cd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7de248a1a035427c91e0cce19a202782", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8440b4388bbd4b68b5eb69e92d8482db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4fb535f1905645e0abdf001ee401ebad", "region_id": "RegionOne"}], "type": "metering", "id": "81ccbd8977604ad5b22fd30d49f4b1d9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5d338be2e3264a55aa2ac7fd8f321be4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d98173f0d0a547edab4a786fe14690dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8d5a6c6066524af49fd3b008e6650071", "region_id": "RegionOne"}], "type": "telemetry", "id": "ee81c3f27fd44a84a583c79c72f995c3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ece30dab464f4bfd96cda94ae57e1f3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4d48ba874a8845649c92a55f53354188", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "181a44d6d3234884a6baa457153c98f9", "region_id": "RegionOne"}], "type": "event", "id": "7517868171894189bab7b62406b2ed76", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "574a3268a96943fca3722df02373f1ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "688f56e5d1824a68a47c5470e666ab6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9cd04d7003c64b25a28d369d51bacb7c", "region_id": "RegionOne"}], "type": "events", "id": "9799a39d82e245568ad09b309dc60c7a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "32549246e78544beaa11233a9ea70e1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "12c9639a0cf2475a906b6635ad02c358", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "87901037f6ec475a9b29040302646163", "region_id": "RegionOne"}], "type": "application-deployment", "id": "7110cb5dc4d44767b4ad774ff702f092", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "96473a8a127d4fa1ab7947ddb4a22195", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f87c0e376f7f40519091146afd3fc9b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ddafa1449ac14955888aaec08f13dbe6", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8038da9485114fa5a6f42fe1f46ead2f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c165c6d1bd454ddd82305b7acfd96e40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "addf9cc69c204b5fad9d9ecdf889beeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0af74000605644f1b146077342fff23d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7afd6d1ce9664afaa7f6713767505796", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "03dde4b904d041d49e9adb9f7fceb61e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3e2aae5b257b4e528d69d6292a6af882", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "db0a14e9fa46406a83ccdb984a43ea8b", "region_id": "RegionOne"}], "type": "tricircle", "id": "ac8ca50c87294e5482402138c8e2ca94", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "66b395b796904a81b04f8f0ba91b118d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "51208d16547d4a35ae799957f14c190e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "41e65001be7741e88b562ac1954b7c7f", "region_id": "RegionOne"}], "type": "database", "id": "e4a90ddd3d4c42b9aebe39e733dfcba6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c05d86e4c6984980be393dbcd57b3a37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "06fe9408851c45dbbf40776b9c3eb0d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8c2c5ed0cde947f2bd44a1a785fc9b17", "region_id": "RegionOne"}], "type": "application-container", "id": "c5e706fa7ff548738ea348fe720ad604", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8068c1ffee164a818d1472d204bae038", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c8816f7970e147cd9fa3b348544a5e8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2272764b09e74c7889a31b21251456a6", "region_id": "RegionOne"}], "type": "container", "id": "0167579075df4d2fb7189279ba7f99c6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9a327d3759b1488f88913305463c66bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "39edeec4d03142c983198ccd2c32c954", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a6702f69315d4b5ab24be8b61b06cfc9", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "88ea0b82d3ba4d62af62d8e16aea647f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "27416108d79542b3b0927c0b80dc3b3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a8b68dd79a2e4100bc300a568ee481d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "05523eb892fd4bce98bfaa09e81f9e4c", "region_id": "RegionOne"}], "type": "rca", "id": "60d4aa5ccbbe4a569b3d9e6a7e437331", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "98067b0469fb4e5dbb8b97216fd31b40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "58fb2703d1c5496ea1a65715d3fd5f56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8944c408d35f44e3896021986f07b088", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0deb67e6162841c89e8eb85841a9361c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "bb620483ffa74b5da530d6f95aa6034a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f3f0280293394b60920a5700b5d1b23c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "81b93b06640e4ccaace37f60aa37d395", "region_id": "RegionOne"}], "type": "network", "id": "37732bd67cde4de5a0c118341f56e800", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "333a6aab1a5e4f71b5efa2cd8fea0467", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "104342b57976430083ae4c6dcc987598", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9054aa3310ba49a999d87be0d63a8d0d", "region_id": "RegionOne"}], "type": "backup", "id": "09af18e0e11643ff91f95b374383ee38", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "413ec0efde0349a0be10983d503d77be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "85bdab4ac8234b7087a1c589a38335dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f7c7b8893ef24988bdb180dfaeb529e8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "cbec82a8bc364c1f84dc697fc17a0f82", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "21aa2f923a3e47cb9ed0c1d588fa6348", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "78fdd5af911d4c6fa4db99a601ce9eb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "35b30e16640949aaba474699070f99bf", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c361202f871a434b8c21c9fe25916789", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "780b0e07cf944276b32283b1cc777ae9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "63c04cf82b394f23846e2f2f5b701b41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "958659fdc2c5426b8116b80566e9e954", "region_id": "RegionOne"}], "type": "monitoring", "id": "491841fb9dd54a1993f64c3da0219c12", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "03f5bc160dd34b29851f65e7c0472b43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "794a550568264a9ba99c75bd1ab0ece3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c5be99633f37495fb36476a031de60ed", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "99ced16f976e4b218d5515998590b10b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b85f0b7188044438805d3971d2da747c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a72fe7da8b7840bc98801724f9f83d16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "2c0d168bb8d84dd1a6df45f3e051f98b", "region_id": "RegionOne"}], "type": "placement", "id": "16bf1c1208f046359270e0c3aaa9f4fb", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4e8220766c57490c994e864a4cd24fba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0061731d1a1447abaa918efc6cc4fda1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f91b71adb009408c8a081d125f994410", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d813e1654f8f4b3088102a76c07acdd5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0135c28556b048cebe2a9c6f7d0da26f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f056cd425847472a960945ea570ffcae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "40c6c1f1ace04751a9cfb80a5771e537", "region_id": "RegionOne"}], "type": "ha", "id": "2d8c2743cfe2474a924dfa8294fff9f3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "59431e6f6c5e44c1adfa5b1c47f43802", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c9465be5a26a41aeb17e91bc460aceea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5d6a8b18e2f6465e997f9c3b02c56805", "region_id": "RegionOne"}], "type": "reservation", "id": "d5b39b9fa7864ea1a1b8adf1a3dc7af5", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ae1ec08af3584467873386b200eb8dec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "dab7f8933e5f4f1ab6e5b3fcd84dd6f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "64cc6b69fe8b4f49b291e1b1cb8a30fc", "region_id": "RegionOne"}], "type": "function-engine", "id": "f84381dd13b64d52af6b9a49f2d4c23d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "cf4fd666504a4fee8dbf6313ba80d52a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a86aaf9268da4180a0eb4f361a588b19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0942f1b0fae9430ba7c43684f3dcce3d", "region_id": "RegionOne"}], "type": "accelerator", "id": "be80952bdd1f4dfda0a5a2cfb9e824d3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ca50c3854afd440f88f9dfaa8b5b190b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "572be9c4c51b4296a3f39f289e507f60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "feaa92cf7e6440928dbcaced4edc9d16", "region_id": "RegionOne"}], "type": "admin-logic", "id": "74939be635d94cdba510f99ac36f4cfb", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2dec21da71624b98ae4e0260480118cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7e7a98e6f1044b378fa2c06c3161836d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7bb4f2daa76945b1ac968bf9b13a8b65", "region_id": "RegionOne"}], "type": "registration", "id": "ae0f22072df04fd2901bce0dfa9e5348", "name": "adjutant"}], "user": {"domain": {"id": "32d3c94f84514778bd998fa0a8e03d0b", "name": "4a11a8967da9446bbf68ee3d14b86766"}, "id": "1a7c3e2f0d6444359347e4387e48bdc2", "name": "828eb8021b6e429884bfac3490477389"}, "audit_ids": ["57c3af8d1f9c4978ab681fc5678319f3", null], "issued_at": "2019-09-19T09:04:39.074924"}} 2019-09-19 09:06:39,215 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/clustertemplates -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,218 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:39,235 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/baymodels/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,239 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,240 keystoneauth.session RESP BODY: {"baymodels": [{"insecure_registry": "https://192.168.0.10", "links": {}, "labels": {}, "updated_at": null, "master_flavor_id": null, "uuid": "fake-uuid", "no_proxy": null, "https_proxy": null, "tls_disabled": false, "keypair_id": "fake-key", "public": false, "docker_volume_size": 1, "server_type": "vm", "external_network_id": "public", "cluster_distro": "fake-distro", "image_id": "fake-image", "volume_driver": null, "registry_enabled": false, "apiserver_port": 12345, "name": "fake-cluster-template", "created_at": "fake-date", "network_driver": "fake-driver", "fixed_network": null, "coe": "fake-coe", "flavor_id": "fake-flavor", "human_id": null, "dns_nameserver": "8.8.8.8"}]} {15} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_projects_v3 [0.392002s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,055 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,058 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,059 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,061 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,070 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.841850+00:00", "project": {"domain": {"id": "c19e4e9da65b42168d355ca4348f6771", "name": "e759a36713b541cf87ae3ef665d99db7"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "83e3c576e21f4051bf46fe38f9012c4f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "833ea5b82f3a431b82471ada75017e11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e4b3d92ea5ea4d6fa27a1fd3195c3852", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f1eee86b9d8e42dc9cb3fb127d603fd4", "region_id": "RegionOne"}], "type": "identity", "id": "90f54cc0a81147d79093987d11468cd3", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b05bd70d226c411cb81f528c3b3261c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3a37c43bb7604d24bd1037712429f187", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "eddac9ede46f423fb44653b077002ad7", "region_id": "RegionOne"}], "type": "compute", "id": "1d8418a2726a41268a7125548ec1e416", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "fe363e3a01c94459835bb581cf9874f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3fdccc82387247698a1323a9a1cad267", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f12bf94d382d4d679b9f57a005d35e94", "region_id": "RegionOne"}], "type": "image", "id": "57e9948eb0ba4cb89091bdb2a398ff3b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "dda09b686986498ca602e65adf4df692", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5b08f9ba12834e87aab77ab49e71575d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c8f508c332264b678014ec336cfbb993", "region_id": "RegionOne"}], "type": "load-balancer", "id": "704ce0b6f15d43ed9cfd4bce13115750", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0cfd419a6e264b41a075af8e43076367", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3edebe0c65f44d3f912291ec13a44f1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a1487fe77934e0c99a825ea3e5fa981", "region_id": "RegionOne"}], "type": "object-store", "id": "d54ffc5c038340fab7720a263f9943d6", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "06344fa6fd8649e7966cc88042f952db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e0c023789a884c11b243364f70953b44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "17810cb1b4a046e5a93249c738e1bf5b", "region_id": "RegionOne"}], "type": "clustering", "id": "b9ad17c831cf42c8b167b78c1934e175", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "804da8087eda4d9c90b5e76b298b7029", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b71ce7c831cf4fb4a25c7f036ce51b6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "612165077e354d2aa22436b9a25e635f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8ce6e1bf94854d36b7799f9a619a180d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b0cb5727e2154d65853cbfe70f659023", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8b9441473e3e480c8ecc7e62e1103f5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "28dc54fe496b4a40aa0232d6126ba83e", "region_id": "RegionOne"}], "type": "cluster", "id": "5e78d75f62b740c69e4c47a994bcd059", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "49449d0f3486458fb49d1c37178c814d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a34b82b9d12b4654bf738d6a5c8aa859", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "09e2506ac183497293bf50725b34f991", "region_id": "RegionOne"}], "type": "data-processing", "id": "cf1e6d7a3e964304a7497f7bf7ac3829", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "342915f008b14221bb37c40155bbbac6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "addf6f1843b8402782485de4f7632a4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "02e35eac0bf244ebb59c12b8f53c156a", "region_id": "RegionOne"}], "type": "baremetal", "id": "11cf5ec8c4214a2f824e71a942b28302", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f0b2dad5fc344aae89e38faf0b4814af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5a2c4c0f14cb4788ae4e9ad23984b3e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8518f7021d6e46d682db6438de2ea802", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d19307eb5dc64bb59b0ecd072f33d20c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0d58edc161d347b08e312fe6a4c5d8fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6bce0cebad6c4e0eab7906d96ca3f5aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c99fc8d068824565aef807d1b4311441", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0ed122aa425145438d971a70b3ef1124", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "af8a135c2d824a648337b867ce5fbae1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "949956660793464c946613a210898952", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "20035c3e1d0541e4a9ecc8c462d15400", "region_id": "RegionOne"}], "type": "key-manager", "id": "4418adffb7224a7ba47360d849833b78", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "97961b37ec514d8594c4cb491b1bda35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7025f062c57b4dbfb5a914e690e93c36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8ad655945af64193b937d13ed0757ff0", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "90da59ef16e94fac99ab6e284aed2196", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a414253cb4c14e5aa6eab94dadca747c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2e2a082e24264367899e8ace3f076051", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b427d5f94cf04662a4a8592df39cb5ef", "region_id": "RegionOne"}], "type": "infra-optim", "id": "cf88a7e9fc48492184d90afccd458f88", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5519ce2bc1a94429ae6071283935fb89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d1801d680bd840ef988ef43ca95652b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a12492c8e57e474a88f29db8839c14dd", "region_id": "RegionOne"}], "type": "message", "id": "82e5b453e97b4fdfb9ae576375db95bd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cf86feb342f84237beec915ea175fd07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "be236262c7af4cd7b58e06e1dd1efc74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "af87bdeade094f3d8373fddd0e49a0b1", "region_id": "RegionOne"}], "type": "messaging", "id": "319ca5e3aefd423aa65387045f4f7fbf", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4f1b1ae2d57a46c78417b93cbae2965d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a78bb18c891c41daa488b97f21a2c6df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "22a31d14932e4886bdd6687b5175db93", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c58999fced424c0cbe0abcad18b6a3ac", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a85d66b756254e94bf001f8359ba995e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8711b349d1c3420ab707e59033dada5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "21398606200a4fb6a98a1e46adfd255b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "172f2c62be9d426b81e1324f55fe908d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ccd294d1c194a5a9b7613f127d6084f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "29f77808fd3440a782f198849c655386", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "76486cd8a3d1443cb7b4267ec6dd33bd", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "31f45b8664954c6699c223d85e608e36", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0f335ce7237b4823839b635555ad1f6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d6add154ade64aadafc367254631b5d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fc40d4c7503841febecb4a811bdf7d37", "region_id": "RegionOne"}], "type": "container-infra", "id": "8aa2c58980e64e3189e78d053c6ce2d3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7782bb3de4764c6ca0fcc1db5f8af368", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "abfc1e9a830b4fdd954f007727cf2411", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "42ce3ab12d5046cba2e043ee3dae7de3", "region_id": "RegionOne"}], "type": "search", "id": "98d23494512240489ef76332f88f9a7c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6877ef8f8784427c8bfa894b62ebead6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a8f6eff4292b42df93403f73ffdc4168", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6de606123bf245868d95a4688b4c66d3", "region_id": "RegionOne"}], "type": "dns", "id": "973588f0944f40f499edd7feeb2957ec", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d513623bda4640d0afe46cef59d43d68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4ae7564eba33430a978e0b2f9587030f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0d4d82702549493582ef065f53ed7225", "region_id": "RegionOne"}], "type": "workflow", "id": "d8ddc8db59a4442fb96195b0617d764d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1f6b3db9bd6248c2ad1c52f0e9eac728", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2701cfe110964f04929304002577724e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "357ab3fe78144c2d9421d27aa5f2a4b8", "region_id": "RegionOne"}], "type": "workflowv2", "id": "fc621843a60a46adabf13582d7ed5286", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "695a1b92415e41d59b28f773aca2a682", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "be5742a640634feba5de6ac4c921906a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9dbaaf1f2454484ebc10a599352060e4", "region_id": "RegionOne"}], "type": "rating", "id": "00b5b5ba216a4052aa1939ed6bb2e20d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ec6ccad41f3f494796c57d301889f7ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a194330096634f62b35945c284cf04f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b9dc282006e44f63939219934bc26787", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c816fe31555d473d9ec5616275d58f29", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "065f5bf21dba4bbca10958dede6b0264", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "daf62b2fe868493a9a77baa313d11ef4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6de33aad24c9451ab425894cfc8cf4c6", "region_id": "RegionOne"}], "type": "policy", "id": "9508b31d6df5475198e486a64c34bf1e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "74be241fc78d4c01a8868097edffc829", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "164ae171eaf34c15b6c290d46fdfda26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4d2c2f3cc0c249da91334d44b39f7632", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "431d07ec076f42419d7939d7bc0057a2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "34bd5ee4d6e646f9a09dbe32360d1d03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ef85185602004b048c19098f9cd36616", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e3bf7342ac98444a9f4b87dbe9c70e46", "region_id": "RegionOne"}], "type": "sharev2", "id": "9c870ede56ce4197a48bb7681eb988ac", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "63463ec867e948e08b8e049d0ed30c43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a315e2d4af1f41b09fa0d72dadbcb16a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3f3c8862e5444aa78b8a3eee1cfc5008", "region_id": "RegionOne"}], "type": "share", "id": "4b8f0c1872184017979fd6897a1a609f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0f235819923640cc8a19d81b4744e6ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0ea96456dce64f7a82034dca0a742142", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a622728344e149f183745b1ffe813cc1", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "909b26c3b19d4559a64b574bdfd4773d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "555c1dac92ad473eaf2d95bc28ed4d37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0e80db1fbfe44abbf310db515b463e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac8af4deb211432ebeac6586dafb1fd6", "region_id": "RegionOne"}], "type": "orchestration", "id": "691e48aad7df4c8db076cef7f81e0d58", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19b090204a5e4c62a5cfe49605d8cca9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3991e6f7259243bcab88ea8dc4d719d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e382231eec14971807846359d01a333", "region_id": "RegionOne"}], "type": "block-storage", "id": "fffa5f0b6166484881e62cde24e0991f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8f7f3c150b64e9683182ffbb4dee5ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fb18744e97a4dd7ad276014c5d91ab0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55e77f7a828d4a93a64584be375c16c8", "region_id": "RegionOne"}], "type": "volumev3", "id": "1768856b06b24c5eb325d00548971930", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "610b2189a32048c2a8631282fa90c423", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60f4f37b7b0e47f9b0142e7ef7662926", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b41e261a79254727abf72ad36bd423c1", "region_id": "RegionOne"}], "type": "volumev2", "id": "c56571678c824fcf8497b0499d859ea3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de3986c95ef24789bf7b229d4d2a1e55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab2a18ede4d643e39b3f6ff2df63d54e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c6deb6c830f4a389fb6659aea5cdcd1", "region_id": "RegionOne"}], "type": "volume", "id": "0f32aeb8ac50421eaa3009a6d5e84e54", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5dbf631b943d4f9ea8839027f725b917", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1df4b850e0754c4f947b0c659e09cb12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82e6452c781f4febb33e19afe29e4210", "region_id": "RegionOne"}], "type": "block-store", "id": "17e1db316d174376b3e01b348d675d7f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "35d98839156a4d3f94f138d2309b264a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "239fb33d884c4108ab5f7d64b102b68c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d8e3df5eee834e00a82872e1277b7adc", "region_id": "RegionOne"}], "type": "alarm", "id": "428d624706be42bc8c5dc3f3197d23c3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f932937786ad40e89c02b2e02e3c2f06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "497f095d4999457f8ff1d41f44df6b9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4499e2c88aed4819bc227372cb61837d", "region_id": "RegionOne"}], "type": "alarming", "id": "7154644bb50841a4b5a21f2c9acd994f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f1fa36c312b44af8bbab3e177051fd5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dc1392cd1a8449e1a9a213af4bd1e0d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5133e3cadd8147d883685b250887d573", "region_id": "RegionOne"}], "type": "meter", "id": "01087dde3d2748bc85ca262008c3a980", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6edaf22074964dbe95bf72ba451df36d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0888e8e29b4944e996cebe755270c018", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "149ffd7bfc924e88858a19d8478ad024", "region_id": "RegionOne"}], "type": "metering", "id": "d76e4a8cec694f4f9b34750712229f3e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5f20e0f14ae8443497a9040ada46db8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fe7c3a26888f404787d52662f848e699", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b01056380950456cabdb9f4e7593beda", "region_id": "RegionOne"}], "type": "telemetry", "id": "1fb2a30bccc6450d883a6643b4726700", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1571b331256b463e899b16fd582775be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "77c5fa0b5df642d08539989e9296e8b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c72beb90d22840048315f89fcee94262", "region_id": "RegionOne"}], "type": "event", "id": "9a85e0d0debe4e3186eef8c4b3cc12b5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "92f26925b403480cbcfdb52c3bf4c6eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "dfeb8ea95933462f91e84d347751f6e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "598e222830e2419790aa88ec1f3e800d", "region_id": "RegionOne"}], "type": "events", "id": "2cc18ac281c04709a995379bd645a817", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "96edb2da65ec439997e820f19a69dcd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1b1ea46d1df644508d78c70f4817baa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b6f0691ea91e4146856633ad26c66fd6", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2ef70636281a475da6024edb9ab13ef5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1715f706baa24721a15d722760ec90f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7f27230d73614a578011c944edf9c991", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4cdee15efda64c90917fbe02a83453be", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ed0c440d793649ad9a7459fa1981fb5c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1224b3cef7df422a95b00adc2b1a3e89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "99dc79ab6a8c4013982298fe660d035d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e27fe704325d4426b6e24c6f9faae15d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3a257336c518418691d7ddfc30baa442", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0e74d10519054561b05de00f7e625ddb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "532d87c875b34a6b8aae9dd1ab716da6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "48f31fd705b84840a7b48f0f14fe5666", "region_id": "RegionOne"}], "type": "tricircle", "id": "f7a7d9ff43a648a483169cfef1aec992", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0d0d6467bc594246b34180c1b567a3ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e761f5bacc644aaba339a09fe7e663e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d908ffefd93447aa9997a069bb4fe365", "region_id": "RegionOne"}], "type": "database", "id": "6558058334ba4d4593b75b5f8b4b725a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "38308235a6ee4ce4bd060b37a2bf942a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0c8ce20f16d546a288b26dad69c88ec5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cc2dff78c3204ee4bf7dbe290a54e731", "region_id": "RegionOne"}], "type": "application-container", "id": "0a816e78e8d848a6b7bee8c3d320cb01", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4afaf3b204a54c9a9a5f6f60be996bba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2e7702a76cda4f17afca098c38e07ed0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "64756391b1e9473f90388237b49dc4cf", "region_id": "RegionOne"}], "type": "container", "id": "2b2ee092c9f645ad9f4d53f3742907a8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "449afe1131d24e8cad17f0de2fda3398", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4d93ce9a85ed4c35a572394f2254babf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "eb4465674c5b40bc9bca9f03f16a06cd", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b65184ecb82b466ba441ae0d4aacf23a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "29eb4bcfaa994952a126ccfd0e001a24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9b744e6f80ec42c6b46f19c29d95d627", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9ffb517437f54c46afd6c9f4572b8e7f", "region_id": "RegionOne"}], "type": "rca", "id": "7b469c8591594382ab65ec634138aef1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fc45dc4ab2c34c5b9ecdf0f8fd98b637", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a70be867f93f47db95a4d42c9f000c27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e1e06fd6cd754502b9a15ba57ecf9f63", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "96239b60c6ec42318134048339e296a1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5cc6dc6ba67649d99cbf00e7f4c5c504", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "40cd13f332a44cd182937803356d6a27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "60745118978e4fcebb57ff47c63375dc", "region_id": "RegionOne"}], "type": "network", "id": "c5fb148a14254589a11590d5c54e1f63", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "224d75b7daab48ccbf87d00110b04076", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4f3c0f37bbfd46d7b1b7b32a4c18ee49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4b4643cd31f942edb49e7a7aa6dce9a3", "region_id": "RegionOne"}], "type": "backup", "id": "931b2d1708354af7b4203b27442e0fe7", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "76c5cde0546647399159d9868a0621be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0e07465f25d64e20851fcd47ae710dba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ed94bfaacedd4085aeb86a1a727edc3e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "280fa1697fb44a59bfa7e123dd79f8f1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7d02b8bdf5c44ee19dc90858d582d3a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3a95812f61f943779994bb6b3cda9639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "66c057eb575a4bf0bd008a3d7c1b6a7e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "78e0727ca86e422889af93509ae46a5c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f6c2dda916174c819ba708e535df6be4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6295b84e317041e3aa44a8b9291e4ca4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1c803ccb12eb46bd90a2c932e63f79a2", "region_id": "RegionOne"}], "type": "monitoring", "id": "93e6e86275194b34b9f37f31ed419bc5", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "037fa16591ce435fb27faec039fc655c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "03b09aeefc014cd4a7964519a9011702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e83975c2c3024ab6817a38c5ce084314", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6da3fd696ac3438f8ee001fd22705f67", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1550e919ebf048eebe1de92d8886a24a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b473c93142ad4b76a608958966d71ef3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "aee12bf675694324b3f19d039f5e907d", "region_id": "RegionOne"}], "type": "placement", "id": "6eaa6fb0cced4b48adde3160280698dc", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cbef70f25ed44a7b9b0def725c42c765", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9a8386389234458ca40290f4ed09b2cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "127a42b106a5432b8ec9666cde33a50b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ad5c2201d750455dac792211e43ef56a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "814aa0c4250a45adb958fb15e51b9dcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8a3533917ecb4d27bfc1952a6f47cd78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "79f8897adcf04cda9bdf27bd5e15dc4b", "region_id": "RegionOne"}], "type": "ha", "id": "289c235df2bf4e41bd75e2b66c494208", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8b1f7a0bbd2a48a5af7005cc0be04498", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "046cbc8afb5a4c9899c50551561c2e11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f33a386f2654453f8600314825f5fdad", "region_id": "RegionOne"}], "type": "reservation", "id": "44d0d41dede14846844234ef8de87857", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0fe252522d024037994d27cf381eb434", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "90f99b707cfe4d2f93ee41ad4ff8a478", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "055643a05bfa48b487a31a5b37b08c91", "region_id": "RegionOne"}], "type": "function-engine", "id": "5d4aa76524934bc69ca72ec62f86d5fa", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "39af5153b4264b0e8d4bba3282fc0bda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "aa8a3234161f4c3492c1ac56531e0d2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "bd349fafb7ab430fa591cec337d93b9a", "region_id": "RegionOne"}], "type": "accelerator", "id": "5035ea85f65a4373896bcd453385d043", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b3c6e9acd72d4e7bb66189552e094381", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "70724c2e1afa4cf580068822ad8fa485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1c5aeea9229c44e38f9162296f78b82c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3acfca03c0574d4f9956535077bf40e0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "da83783390604195bb8164f57bcf99ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f8f97c73f359421a976a8758440b673d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d4526142ea2f473c82a877055b550562", "region_id": "RegionOne"}], "type": "registration", "id": "0d889e3f0b1d49ed8e400a5c69725a4c", "name": "adjutant"}], "user": {"domain": {"id": "454c9974f9ee4b0dacd3ec5609d9ec06", "name": "0c031929a71a4efbbd727c0448638905"}, "id": "37d1ff2dae29496d83e705403974795d", "name": "bf866199f8914f70a04699a0a4c235d2"}, "audit_ids": ["eab92dcc91b2431faac3d5ec6f1164c7", null], "issued_at": "2019-09-19T09:04:38.841850"}} 2019-09-19 09:06:39,168 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,171 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,172 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "af2e09c083aa4dbd96d309dd532f4431", "enabled": true, "id": "c0c13d68d4a540298f5836e7027dfdd0", "name": "projectName-2"}]} 2019-09-19 09:06:39,223 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,226 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,227 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "af2e09c083aa4dbd96d309dd532f4431", "enabled": true, "id": "c0c13d68d4a540298f5836e7027dfdd0", "name": "projectName-2"}, {"domain_id": "cf88d3692a814d028595d7c9af35e25a", "enabled": true, "id": "22202711029941249b4ff6b7fc2d0de4", "name": "projectName-3"}]} {22} openstack.tests.unit.cloud.test_clustering.TestClustering.test_create_cluster_receiver_exception [0.207496s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,079 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,083 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,084 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,086 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,097 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.013688+00:00", "project": {"domain": {"id": "20f8c825c65044a689b809403e42250f", "name": "d5beeb0d331a44d1bc7c115cfa3acdc9"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e3d4c3d64fe447d2b817daa409c9e620"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "724cfdeeb4d8433eafa766e2ce197ea0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "53c40a00013a4f4f96657550f61402c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "142731b38f154d01bf471573b2a57aa6", "region_id": "RegionOne"}], "type": "identity", "id": "d00135ecd333433a94a21496e9c9f530", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0aed4c5941bd465ebb586b82f7e445cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "14380b4aef9041b1b6498ef28d3c07cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e92548df818644a78d04139400f586d4", "region_id": "RegionOne"}], "type": "compute", "id": "91c1679fe71d4981b68fd000c4c08e8f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6d504ac1ba0e4351a990240b277d2a0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "4366cdc34d8148cba82a10ddabc80126", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "33f98c6c3c904ed1a02e809acfff5026", "region_id": "RegionOne"}], "type": "image", "id": "c63a65c349694b2ab970172c9f2bb8ba", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f4905b9082a14194a4b04fb3312ef055", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2f0abbeebd034809831b6a549d427c0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0944826e85234201a686cb1cf0221c46", "region_id": "RegionOne"}], "type": "load-balancer", "id": "26e2a004af87420193369158e4350de8", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "532890a3d0e44a2b8d34822daf803358", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa7c3c1486d24b0aa78a497199dd958e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "253f8749a0c840b682374a8002688a8a", "region_id": "RegionOne"}], "type": "object-store", "id": "671526e09883430d86c084a941e92404", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "68dd70dd3b3745b699155c0b602aade6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9464ab2e3b334bc097692e49bcde10c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b3e99559a9dd4a06896b4b3f1149f0d9", "region_id": "RegionOne"}], "type": "clustering", "id": "87154540d8624c7fa7c785beac699f4c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "854c17053bcb477da06564dc00f07e00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f3e3fb9475704748b661a35c7ef2bb4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "04b59c381bfe45259b161a7909794345", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "737d15172a3c4d35a4687a8b2177340e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "985447fb347140c1be1d04fa170599c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ff21f9848ff34edfb5b6f493f4f18a23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "67457eea88e3469591ff0aea7b92c67d", "region_id": "RegionOne"}], "type": "cluster", "id": "f62df339b82b4412a2b2605d25a39932", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0078207bef5b4cccacca9ae4ac11ed2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1b510e5ccceb48d1a91d1e2f874a0485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "91d88dfafebc4f109cafa55abb1e234d", "region_id": "RegionOne"}], "type": "data-processing", "id": "60d3f39bd95544ee9c2f2c38eefb2e24", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fc7eacc56367481fb85cc70649d3b458", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3237b778cf0b488eb1aab5af15275335", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b0ae36b9962c4d3cb7bfc309d5e73167", "region_id": "RegionOne"}], "type": "baremetal", "id": "0ee0a8ddca5b44c9913b5e61fff89cc5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "617dc70815ae4489a80c499efbcd4210", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cd8b1432cb79430dba70dc130d5d7fd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "853eadcc8a20483f9754226c92936020", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2c7cb7fe4ab74aa1acabf5a48144333c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "62b58ad569bb4180a6ebe03a56a3109d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e3489e5978f14d089a5d3ea9a22305ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e23a89ec9c9c4b95b820184e69a8f63f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9c1a508868734cfda19dd5bf7cf1908e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2d7c2975c34442e69b827c53bcf1d0c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f3d1239ff541475ead07e72671e270f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "142f10f529574dd796db4d0929d17c75", "region_id": "RegionOne"}], "type": "key-manager", "id": "ff2f27e6d2594ba8a1ce015ab7dc23d5", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f32fe60bb6804e7f85561cb00da5a6c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eaab8252281f4f47b4e2ab59f2ca6df0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "51db38c2127f4865962cf48d4b7a78f6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9972451f0c6f4d0fbf1270538987d0f4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "11b7016895464f4c9ea9a307e035476e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a010a35847ae45e1bbc7f779316348a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d86e643884b44398ac8f4d9e0aec0f0f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4635d550fcae4cea88496eca8b666f64", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8d83d229033249c189eebf5905053405", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c6b8f5d37ecc4b0e940d3df6f8b71365", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f80c054ce0d6407f84fbe5d322a5a5a3", "region_id": "RegionOne"}], "type": "message", "id": "cbee4b901ac741fda9453763e4c01130", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d7bd6371ab1d4542860193d3876eee2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d9a562e9cc494c5293b37a5fe87e74a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "86007cedbf024279a8d2f52554e151a7", "region_id": "RegionOne"}], "type": "messaging", "id": "1b2785768d0b475db328122602835f78", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "99ca1605286e400e838a2c4818745486", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f27cebda48914e4eb38b6f76dc370943", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "66b1491b4b994ba3857cedcdd10619e2", "region_id": "RegionOne"}], "type": "application-catalog", "id": "310fe5883134479cb8b0ff8ac810bb11", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e28d41c9288d43378dccc4fc0b9cf883", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "25f6a8d9c7d74b80a4aa8450fc857e89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9fcbf44a1f134315a48270f6c3e2f2d3", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "9bda2ae82d834e62943b11285e22e553", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "61dc6f81398142a9bc643221e234f9f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "25b0aa9f254245b1893b1ca3415ca5ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a72c5e0489c41aa9d083947f6f596c2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "77e95423fb9d4ec682dcdcbf1b347b5c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "14bbc4cb4f8c43cabd6c1a40a10a8e0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "925ee84ecbc9420c851c4cfc80c1aacf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5b28d4ea060c4ce5a8643ae5f49f2dab", "region_id": "RegionOne"}], "type": "container-infra", "id": "c8f27036d5e14e1ba26501bf3be18e0e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "76cbd1275bf84837831f9aa4ca310f07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "6e811f4305244a22b1bdd0692e6f1165", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ae151acfda224528b3e1b8b08a8e9f6e", "region_id": "RegionOne"}], "type": "search", "id": "850d4685da0a448e82abb5f58a9f7f35", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e33e688e4786430f96395084575146fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8b0cca845cba45a7b57cd3bd0bb9a37d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b49440c46ba0427aa5f6045bd3e319d2", "region_id": "RegionOne"}], "type": "dns", "id": "8ee80e176c254b9da9d35608a3864a00", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fc27359b75f648a4a4d5b1196d285a25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fbc5f06333664547ac50f3af06127aa1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "32377bd670364dfbbe11a3574bf4f969", "region_id": "RegionOne"}], "type": "workflow", "id": "7ba73b2cee8c4df291b2208e6c06e68d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b175f968bb904740abd53f816a0de74e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5dfe6e20a7ed45bdaaefa20d81871460", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "14e7bc2b8383419f88a06059c858b1ba", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2092e2e8955d44edb92cafe9c94a4444", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ad8ffe672b294319ac27f69cdd904707", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c3451da5d85b43aa90e7b2e57b90ab1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "fb02a9cf2f894935947b36b10041e9de", "region_id": "RegionOne"}], "type": "rating", "id": "27047d4b10c240b68749866f5506e2be", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dfd8fd1ce7234532af7bea37b913b28d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8b059bed17234fe69db5e1205107d9a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2865fbe63dd74909949b7b0b1f8fb714", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4699e067fca647c683aadd9c53440aec", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0cc45d07f50546f4aab810ea031f3a10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "102be72b8e624d1097fc3cdf2dce98eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8943a555863647d6a281f42f94b27ac7", "region_id": "RegionOne"}], "type": "policy", "id": "24488585bab647afb5d744c1fb9ebd67", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9c4d6f96f2cc4027966008c684b9780c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ba12c15fb85944a195f4bc362a6280ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1dded86bca9140f29ed308397339142f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "bbd54f8364544e3e8fdfc306a19a014a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ef55e0d1d9e24455a7760796cfbf0f3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f561069ca33a4a77a5e476bb550914e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8abd16839a924e189e0b1471fbfa4790", "region_id": "RegionOne"}], "type": "sharev2", "id": "274b0f6e080141dd8912f584e4cdf312", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "748d05b7e82a439aa22f20b1f6d3cee7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ce626201cc504d4fb56813f8d6e028a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f78798335c274657936e70a9fba000f2", "region_id": "RegionOne"}], "type": "share", "id": "c8afcb9d2d8d442195ae6baa7cdb6059", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4bc985741898400095c18a19d2ba95c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dece3493127a47bbb2d628f0c9206220", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c7a41ae27c7c461ea807c77b34933f48", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ec7b67e3b925424d8fc2aa396d497ea1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2ba5ef4c12a47bca997bf33d3f52c1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3f49f4bd9ff48aea33a3da1f49d8fbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b07931910694067bd13a3402a10711a", "region_id": "RegionOne"}], "type": "orchestration", "id": "deb668af9c7e472b8df9696c8c23dc5a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "218bdbf7b5ed4ebc8b8c4f4e7cd2536a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6908ae338e540fc869d5885f168c631", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c54a91f55821427fb89319c95d383bae", "region_id": "RegionOne"}], "type": "block-storage", "id": "4899410df14e4983b327a9a8218b9ae2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c0c427abe9e481795799f38b614ef73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fd17d0ad21c4c5ca5d9c2c9c424515c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6663e269fd34ee2934eed156f0a5d5f", "region_id": "RegionOne"}], "type": "volumev3", "id": "643aa635938643dba8aa416702ca79f1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7536844f41c44d6d8877d40dbed840af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2a1c16c79f54229b406a6b78ad27313", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e8b8a5b7d774332a25ca528b18c17ca", "region_id": "RegionOne"}], "type": "volumev2", "id": "53254caa2e404a5db084c47fdaea2b5c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12efaf19e4a0406e97765159a9c4821e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0cb96c373d4245cf9f905cb09a996f54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c70deeccdf6b4433a84758ee1e25a201", "region_id": "RegionOne"}], "type": "volume", "id": "67d89d275dd241b4ac4b48b2290a0750", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd2e05768dc242d6a06af4badb4fcb1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e61fc6f74e634a24b4b0bbfddbe62a65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86a84f8f299f40a69bd2c41d9c863d9b", "region_id": "RegionOne"}], "type": "block-store", "id": "e288f26f7e044d5ebb390160525f5a33", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8027b190f49643c1aa1e28892cff8029", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "570e3b43c764443ea2cdc52e0f1b4607", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "19680989f54a4ed99bea2ed26dae9f34", "region_id": "RegionOne"}], "type": "alarm", "id": "340c33c520aa4981ac8ac9c8b0c4709f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a0c20bc5073e405e8c0b5cd351889253", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "37409f8e85014b02bce2b26e889096ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b21451585b784b718dbb90c85b77899e", "region_id": "RegionOne"}], "type": "alarming", "id": "f89f16c9a5e34e26ab766fc68c098c4a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3289747bd2bf49d2a7dc37c4661b4389", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2a581c58364f481ea664fca9640ea459", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ddf51111565b448dbbf521ee5c55a33c", "region_id": "RegionOne"}], "type": "meter", "id": "e2c81987acb9439b9bb5521e91e49a3f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fb590276ac464454bbc6970fd3e0da21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c87f55ac7eac45ec8f18f6deae170cdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e85bb3e6bd1d43fb84fd7b8c15f189bd", "region_id": "RegionOne"}], "type": "metering", "id": "c5ddf9a5ff7e4795b69b7c177460b5e1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0572a243f904479c99240559d59cdcf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "436e0f2469d6425ca58783fbe262a3d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "db9ac298b1f1410ebc03f19d8aa89c0f", "region_id": "RegionOne"}], "type": "telemetry", "id": "e2360a05063441e6b6edf78f75c1d8f1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "497b61e79ccd4725b49139ffc041eb8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a7f08afcd56b4b8d9a92c7be1d608840", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "948b72758deb40e6b232892615c06013", "region_id": "RegionOne"}], "type": "event", "id": "d50e3b06b975404abd9f6563eade0ae5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5b099e122c564cce9064c1012f68371e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "095f20c586234a30a50991d7c07c0bcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "642abcb01f8646889f507ae78964b2ed", "region_id": "RegionOne"}], "type": "events", "id": "bbe13bd42df740c59775156d3af0210b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "05cc2f32f9794a9f9ba93fe4e0b29e7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d13a1194bea84d10be7cbd0afbbb4f6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "070f24cdf2e441de88c7971283f74a93", "region_id": "RegionOne"}], "type": "application-deployment", "id": "59a143a611d145e98ae2cc22d0b2ef62", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "68d008bc3cbc4431b276ddb19b74c76d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "929d5d46d3cb45c4b4376c9325dc22e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f925644d212f4fd0984b6cb62816ad71", "region_id": "RegionOne"}], "type": "application_deployment", "id": "7c0a2e7d7d2b43228c0048ae01482ead", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8a8d9f3d7187478b86c00cd4b9460a1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2da051605c874d97b99e0016a146fbfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0b27cfaf372d479a9dafe2a847587c8f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "10415ade960c44178d1f1ab8e3d42689", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5d5e1fa34cab4192818c6206e28f13f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d1fdeda684424580af5a47f4be1031e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "48e05817669e463996d7d89da411dbb2", "region_id": "RegionOne"}], "type": "tricircle", "id": "58d7c2c3011b45abb55e01a87d59fb5c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d34cb07c1d1847a2ab0b5d85ed406380", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2fa2fda9d45a4b70924489bc1382becf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3b812042b4b4488f81dd7e6bedd217ba", "region_id": "RegionOne"}], "type": "database", "id": "6bac0cf0eddd4ab5a1ebccef2303bb50", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4415fec9bb2142ab8bffa1bf77302a17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b350af698f264e1f8b122ff323b7e411", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f48ee7b6a5004871bece04e7520cee45", "region_id": "RegionOne"}], "type": "application-container", "id": "e2aa93379a0a452b8c5a53510d622cf2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f71c5c8f4fe942f4a2143c0f7b648252", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3050f41c511141948c9ef4ce5b9f5792", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "77aaebe1b08845608ac877719111c46d", "region_id": "RegionOne"}], "type": "container", "id": "eeb865cccd974af9ba0466c545afca43", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e871f36128614ce0a297289cbc606e35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a0b820b6b3764ac696cc6732c1dacd6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c7d93a5057054eb289ca7be629203a47", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e9d8f7ce174048748f0c0d3d104f7379", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9f3c49f45db0498ea8e5ca4871f2f51b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3b1f18cac0d84e5e9d66778166a0f3d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e5494e05c0ff44928b5f2f7c39416d12", "region_id": "RegionOne"}], "type": "rca", "id": "c1d1230f6e824c6fb7a380b44c5b0ed8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e949fb67a2974fd3a19c89ef4b3da9cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e072152933dd4c8cbba8931522322f3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "3b17187d7bdf4a7b949669fd440462ac", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "8210ea5bf4b4485bb610208718c6dfa8", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "848153ba122845f8894ad10a59af54b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5ec8e4dabeb04b999a7199687b2cc639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a3ac1b96cb4c45c4a561fcaf8f5080cc", "region_id": "RegionOne"}], "type": "network", "id": "0d32c6ee6b144c22b136e1c58fc916a4", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "63e1439c2b194760b1e65d367b4af5ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0ff089d942424ed4aade78561005f331", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "795236d3b64d4f09aefef13be73274a9", "region_id": "RegionOne"}], "type": "backup", "id": "4fae2c7a7d834fee8e52b160535ec554", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c664cd527e4849e2b6b5507269d25740", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5d1d1710b5e546dcb6164b5f649e01eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "88880580dc42420ca941b961097803d5", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "74ea1b25371f426ca358a91ffcd439d9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "75e02f7a03fb4574b58ab6591ec09060", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "17197e23a80f4b9da449dfe72acb5395", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e2e1073098254b60865427697de82de6", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "47d9593004d34775a7cace3dde49b7fd", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f6f70b60c6424a75bfa8b1c0dea7a133", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6204f7579aac45b0899fc9eb89a22ba5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8b77b4ef90444b1ca2eb2f9d80613440", "region_id": "RegionOne"}], "type": "monitoring", "id": "5e6c7464066649cb8c33db12fdb57731", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c3ef78ce389e4cbd9de705f919f7f0d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e9dd4b8549f443feb570cbcce32786aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b38bb25d7c20458383e8f3ccfdcc6fda", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "bbd5646f46b546d5a03671108b34b9ca", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ccb136a5652b4c30b80436cdfe5f68e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2606ecb4b160493ca82e722bdf543e64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "30e1ee0b88ea4e53ab091d3c5d3d65ca", "region_id": "RegionOne"}], "type": "placement", "id": "be9b29ad63014af187e606eca2219761", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a6be9b02e3af474db5e8706f5aa24bf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "eba58e9e88c847738dda360ebd69ac39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fe9e26aa2dd94187ae27e5e9591adb36", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4665658d66df43fe8765e2be1b8c15d1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "105800b8b8874c138350f5609e26f2f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e8286643feb548abab96b02a4c23d2e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "33075fd6bd954e8b979094baa9037d2a", "region_id": "RegionOne"}], "type": "ha", "id": "a05078b68fc3412a877e98c6ccca2901", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8167b71f05e84179a1b58c16c02c3d45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8fd85abffb8f4f70b6bf8c14e231f2fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6f1cd1bb6e0746b9adc3b9a89d00623c", "region_id": "RegionOne"}], "type": "reservation", "id": "c8620efea7454e528aa5e5e0dd0954f3", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b6da839b28464d10985b46123dbe255c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "71691aac0cff44eb82df99d26d8a0c4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "81f09330b00146c8937fdf2cb6b3694e", "region_id": "RegionOne"}], "type": "function-engine", "id": "4e8d603985cc40329aefafe17376593b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f974ed079e4a41cf85f77c3f7ce5ec8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "526c4662f00a436f94db6b060ca3e923", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a6900beb1f504c0696aefd8b28e1856d", "region_id": "RegionOne"}], "type": "accelerator", "id": "59b31ac973964ff5931cca37cd038128", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3397a1af075844ea87a7ac7870d84250", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5bd259613cee4063b88b6d2c27843438", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0d380ba87c244a4b8e08f925d1c9903a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "96a8f16cd3944cc4b7930b14daaab266", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1f25c39d68ff4a22a85f9b6d5d98c5e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fde90e3c175e466185d6a252619f6b62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c80f514176a548e1b5bdcb06d47ae67c", "region_id": "RegionOne"}], "type": "registration", "id": "fb6d7a38957c4264acd6c25484db39af", "name": "adjutant"}], "user": {"domain": {"id": "93d4ebbed9c043a3b2c34b7d7840dddf", "name": "17ea4c017d83402ab753b10b5dc1f281"}, "id": "ee34c4da87fb449cbd95e93163716e44", "name": "f20528d3ffb545a1be529a02984c3c7b"}, "audit_ids": ["903ea7649ffc499fb0ec60a751599de6", null], "issued_at": "2019-09-19T09:04:39.013688"}} 2019-09-19 09:06:39,160 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,165 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,166 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:39,185 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,189 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,190 keystoneauth.session RESP BODY: {"clusters": [{"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}}]} 2019-09-19 09:06:39,210 keystoneauth.session REQ: curl -g -i -X POST https://clustering.example.com/v1/receivers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"receiver": {"type": {}, "name": "fake-receiver-name"}}' 2019-09-19 09:06:39,214 keystoneauth.session RESP: [500] content-type: application/json {20} openstack.tests.unit.cloud.test_domain_params.TestDomainParams.test_identity_params_v3 [0.196903s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,152 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,156 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,157 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,159 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,170 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.087409+00:00", "project": {"domain": {"id": "7787e15157d147b5928ecf050880c0a0", "name": "4c3c7db97d6e4ffa95d8c536a680a9b1"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d8f6464dc75b46bcba790b88856c8807"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2e7588dc658c4720b17a2540765d6747", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "93a3d15b12754e56b11607daac6987a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1cc8325d72344b0ea7624d63e29911f3", "region_id": "RegionOne"}], "type": "identity", "id": "03094a9ca0f146d9be2b744b1784d58b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "05013baa5cdf47168895319c2b8af943", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6238e277ba0c42f2955a00ef453bdd9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "251b05d28acc430199d36c0d1a86d37b", "region_id": "RegionOne"}], "type": "compute", "id": "92eda859e8b643bb969a3bbc2589d7bb", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "dc6c53d595eb4c7f82f61f6414ea93f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "efc4a9492d86442badcbcd83a1e907f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "eb78987523b84ec9b638ce12b56ff562", "region_id": "RegionOne"}], "type": "image", "id": "2a7ee9e71e78460f9b64c9d07ce54776", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4fec78f0e84f48f480cffcea06a2d1b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5a494a70919649abbe2031fae46f50d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "cc46f5301f3044cdac7d303aea7699e8", "region_id": "RegionOne"}], "type": "load-balancer", "id": "6c2d59f7c0b6451fb04427a5eba859b3", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "788d99b3766b4c9f9133208a8737eb0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea921e2c9f5742e795356e43cda12759", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "355231b4e6c54bbd94019cd29652482c", "region_id": "RegionOne"}], "type": "object-store", "id": "0b7e67e6f94f42ff9c5b276758f4e280", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "39185a9dc1c547fdb7b052ab6faad1a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bc97eabb0f5f4ccd8818eb7b38d0ba90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "20361cb5f58242928d35c5f20ebb5604", "region_id": "RegionOne"}], "type": "clustering", "id": "3f15e17d95204426bb578350a5e47639", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "78e3f378f7fe45b780eea6fa925e0eaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b174e466cfc04d2e9a6c0ac22edd6fad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "98833c5f190b442da750175f27d6db7d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "16679f25422149d6ae2de4d7338b71f7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "056cea0eb29f4239ace48ea8fc00f888", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1c915aaba72845bd97ceea4b45ee2150", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d1209d7a23fb4165b667620ad6b178a9", "region_id": "RegionOne"}], "type": "cluster", "id": "58f4c052f1ae4ffcacf04d19b6389763", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "addbfe3bafa34b418dba34e97d8ce5aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6ca57ade96b243ff823f942bc479b179", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7e8db18cd2d04c609dd7f3b4b75a71d7", "region_id": "RegionOne"}], "type": "data-processing", "id": "0b39d7797a76452baee1efdfddc59743", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2b124182bddc4856a8339855cd5e4ff6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4668298c0a994f6fba843dd027314c40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "13f4a57ace8840da9c1787a2b809da73", "region_id": "RegionOne"}], "type": "baremetal", "id": "902c501f86a34a8fb82640301439f4fb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "21a43ebef11744da8c27c55575308bd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f4632272d1734ba4b4939349e24a3883", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "22fa09c284c24a449e4fd00ec52ccfe1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "99d9e7de0b9b473da11587549ec9e994", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "96ea9161f9b3430ca319afcaa537e52a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a79b24a892f440eaae3df490c580436d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "465f4705fc5246d98d52b454072408d1", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9a584ee9824c4605b6b0174cd12067e2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cdaf9cd93c32455c810187e51c5bd57e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d9ffd1e998c249fca79f1bf6de4acbbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "23d6a82a6ee64337af4e0ec620f1136c", "region_id": "RegionOne"}], "type": "key-manager", "id": "07c2c02af91a4117806b611e57425fa7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a53901dfc4f64649833b79ec34d179c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1c6f36f7fcaf4fa4bc578dbf8b3784df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "964374f6fad943bf9a6473b544746803", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a0aac547ac274264aa4db5cf886e682a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "da982b2aee2047c08928aaffdc65e414", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e389fc05244344fe9d78b77b439b2e51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "20dfff06517b4f9f926183a77cd382c2", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f1013c710e4a470ea427449a2bd50bed", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "46f6b848193845e49a1b05ca556a2d9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "cb64cd666a1342d7b887a534a1ff10b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7b0fa223024f4ece820c3b1e38a2187d", "region_id": "RegionOne"}], "type": "message", "id": "b3acf526323b41268c206c2740a53237", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "dba1d8a297f1460984b8af701a17bccf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "aecc9d72b3bf456593dfa15838839151", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "898e5c02da47475486ffaa84b6e24cf5", "region_id": "RegionOne"}], "type": "messaging", "id": "5434ec63a22b4e5887cd9bdaf2c572f4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9e622d756b024844845f998381d5d801", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0492f39c804940b5bf662217adf9e7f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3d3b32b3cc0e4df58b2cb0debcd4e8c9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c93c23e287c74f38a1e35849a528e0c6", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b32d5e225be049299410b1662f0d7802", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e4376347b6bf45239b05013cec87245c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3ba2e5994e564a2f9ce2c2b629e58d90", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f7361ad6b63546fca901339a10433b08", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73d75b3b55b240ecae2e09421966c654", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ec49fae6c745463cac685f6baddd18c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a6da0afdb15d4c5e8ebf86d9a642b11f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2eec5ffafb154e64a038cf32bace3c0a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7685c95146454ca582f1f38460e19ce6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "70fc90d01c9e4865952a38b81c310b71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c614fe5fb72f494294df1aca699ff1d1", "region_id": "RegionOne"}], "type": "container-infra", "id": "2f21e2c72aed46bb8504b5a40d042876", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7625be62b9f04d3ca94d3b1a706ab8e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "360aedd1add9498787631f35c2518af5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "35628482382b4f4788cb2bdaafb01ea7", "region_id": "RegionOne"}], "type": "search", "id": "d42c787135a649f38795ab3d1ddaaf5e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "bbf0c12386e147989ce7efa941412897", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "72c8265bbb94432c988cf870fb6887cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "8e904914879040a0ab1069de4a281666", "region_id": "RegionOne"}], "type": "dns", "id": "1b750fa1febd442b966885a02ec3f872", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6f1896b559af4507b2e89324150bcc76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3831e961198b4e53837c8bf50e28cf50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "af9136af21df48fdab861dfb24717591", "region_id": "RegionOne"}], "type": "workflow", "id": "58aced2eaa334fa0b2bfe50a23dfcad5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f865bc66dc3447c6b6885a3a5a95567a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fb2781ee59ed42e993207e7e038c26b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fe26707be1254bdf8108a483199707d9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "36113a5142bd4e7ab8f76588e33b9ac2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ac88f711adaf48049bc0bd9be20e9ae3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0285f5f11af940158f04fa8454f2f5eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "da376b23232643d8a0f086c303dc2704", "region_id": "RegionOne"}], "type": "rating", "id": "5e558a685f9b497d823a979ade9cba10", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "edd206bdcbda4f3eb1bb2d0cbe3fe422", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dcfbe3cf6157453594087e2f42fb0d16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3fc1e4a5e879408ab646e7df1cf2f56e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "94eac80ab7af4a94b660da7ba9c4b24e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9d3fed25dec24a928cf0f129a6be5168", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a492c123aee74eb08463d96f95b148e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c9e13591996144b5aa7d31f4b5c35316", "region_id": "RegionOne"}], "type": "policy", "id": "90b9c3d79d3f40da94a908e1ce9dbd88", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "855f52b522a142a089a9e318703e2719", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "041b791caaed4450974783c06356ee81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e39c75984ba7456e8c27253aaa67f339", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "94132e318acb4efc9158e638c5cd752c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b03bfe3379b844c4a8a82f5ecbffe7d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3d4c957b7f414a248092a88da2a29f77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3de4dfaa33644f32b61b317be2987808", "region_id": "RegionOne"}], "type": "sharev2", "id": "8873c4fb96704498b3e88c1e475d0e49", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "70a3583701cf44dfbdbd576a31bcab90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8bf9999cd9bd480ea42392bb9927f071", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "99e621d12ee342b4868eb69ad6d24952", "region_id": "RegionOne"}], "type": "share", "id": "13ec65b00a77464aae73f1211f7553ef", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "811e80873bf8442eb5d133b50506a49e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "81584bcb883b41ddbdc587ab7a749e90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e073c2a615814e6db911d2a9efeee46d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "30f3baff808a4782b6665cb876f1831d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d4acf8e8d5844b0b6da22845f321ba7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "901f10be2b044b0689bbb3aced002f0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75fc9e51daa540ae81e0b87058a6dcda", "region_id": "RegionOne"}], "type": "orchestration", "id": "64c8f9e7d45f4c6eabee0650329932c2", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51cb831125bd4b0b988e22dab47e0450", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3140a978b2424c259fc895a6f5922f50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47f3e3e0d4d148938b150ec65846eea5", "region_id": "RegionOne"}], "type": "block-storage", "id": "d35749e6b0c1477db8c96c4e8ee72d33", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8259b1ec78314d1d89e09a76415ac8df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "57fce480a2cb405c9025a00cf01e5cd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0db03f7907c41f9b0e961a65ba287c3", "region_id": "RegionOne"}], "type": "volumev3", "id": "fce344cca54d441b91fa280793c7a8bc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd97e428db1a4f6e98607f6126d29326", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3deb08ddeae84b5aa30bd1a027155813", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c62c909830614bfa8edc49808095c41e", "region_id": "RegionOne"}], "type": "volumev2", "id": "5cd9643adba942a68da959277ac12ef7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "098f49b663704214b88c12857a8a3470", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "657cfa106f624130a59163ef85876d28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73f4dfc39cab40279cd53302a138ce3f", "region_id": "RegionOne"}], "type": "volume", "id": "786afa4c32244a6688dd7ca5fa6b3f71", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5c51473d775467889a0c7c11fd6b444", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "452e38a3cd61476da5a6d396bfe92438", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "276d42f68135416daae6b4b8d7615bba", "region_id": "RegionOne"}], "type": "block-store", "id": "2361ef3145c0457db5af82bd52d3d07c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "63379742bdda48d696efb021f97763c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "72b7d9b2780c4771993c7db3b24f11f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7754381f24a54deba4783da60b7560df", "region_id": "RegionOne"}], "type": "alarm", "id": "76d17d5b8c8d49119cac7acde12dd489", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "99b2197644184d3f848895ade4a84a3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ffb03ae6436c41ae9e64f68144284ba6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f95a180ccd2d4f1fa7444359011d7cd9", "region_id": "RegionOne"}], "type": "alarming", "id": "97e5f0a4ef804f628937d20bcbc6df67", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b308b3ccfc3942f1b47a6e78e249c344", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cb109d112d754aaa94071e85e7f1e094", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "52858509ac78470d8e788e2faf10dfcd", "region_id": "RegionOne"}], "type": "meter", "id": "4fdb010ff9874c329448c1641624671a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "653342db4bf2497687f3fee86cbb0cc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "75c18e120f8b44829769c3bccb5e9954", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d54ea2ca8fd047fab8b6d07e8e5e51c3", "region_id": "RegionOne"}], "type": "metering", "id": "b31063355f5a4241bba1cde53cba7b1c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1100de6477954299812b0b12eb421dcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5ead6704455547ffb9f401cf42e322c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "39025bb044ec432db54c9a4ba66264fc", "region_id": "RegionOne"}], "type": "telemetry", "id": "11781014ac224f0caedb35ea5dfe9137", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4516f05bee8f464ea31310225303b293", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "61f1890bd7154558804c5ffcdffcefa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ed1831919a854458b0432ec6641a625c", "region_id": "RegionOne"}], "type": "event", "id": "70e5a4eff7f34623b5345bd078d846d4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "21d071c1bdb341a786345bdd459d365f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6b2c51ad04f14b91a4758b2b8a63fc11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0a7d1ba02d1646b9a234222805b293cc", "region_id": "RegionOne"}], "type": "events", "id": "1442fc13603d4c2289bcbaa2386f895e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c95326e86df645f5be65959152633732", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e80a7cfac5ea41eb9e2da51c1da9d072", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5c888aeba71d4f20bf2671c9c5c39f5f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b828ff8325db42a8a06443de3edefda2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5a1175e16c2f43ef8dfb0bc257f5532d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "20523c1f5e5f4ad083734ad5670c737d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "045fa4a6ed02440b9645e07c2580bfcc", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5e678ed6affb4ac696268dee441f2625", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2f8fd88c8f674712bba9c19f4cf4a540", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5f03e417afe54445b9a1acae58f3447f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d7044049bfd1464ba22621bb4391aa6f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b61fceed3f124476ac4854eae9f001aa", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fa14c0821f9c47b0ab64c77eb8844a84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ef8ac2fe38de43e686ae5e6a099241b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "367d7550e28b40928bfe2e652069bbea", "region_id": "RegionOne"}], "type": "tricircle", "id": "0b591219dee14c28bf06b20fa6e0d443", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f226b08dfd754b9f81f5fdbea7846b3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ce3e122e09414398acdc116d12324447", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "060b4cb92a734e9688db72a2093f73c9", "region_id": "RegionOne"}], "type": "database", "id": "1020c7b44caf4a4382ee34f222a8b4a2", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2080ae3bb94c412fabca8eecae737127", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "33faf684314f433c987311ad1950628d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5aab8690e1024f81b25e173a92899c1c", "region_id": "RegionOne"}], "type": "application-container", "id": "18cf127b5bc341c4885c05c9fdb0662a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0193e2d0040b45aab116e72f801bd959", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "605f0bba586c447cb1d85ad07a4fb68f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4e684531faee40ffacccea5522a7a876", "region_id": "RegionOne"}], "type": "container", "id": "9af90acff90d47439b45d821e6abe9b0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8a70dfdf852c466aa22bd41128580be5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d190f2989ae44be78628d63396cc1b5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b36593a0fbe7418c8610117026b7b18f", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "cdae1a003a704ff682d107f4e269f219", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7e8f918e23c447429ca8cb421a1acae7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "63df6852b82440e5860c79b51ebd44ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4d77734184214435a90c2d63c2005e7d", "region_id": "RegionOne"}], "type": "rca", "id": "7de8bff3a2f14c02b0dfdf667e3604de", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e73a9c40602a426b8cce11bedf1aadf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e0a7a54ab8ca43f68a53598a5c7374b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "df46bf619e594225867ace75bd42cb9a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c0283caec29d4837a6fafe5c0aaaac83", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c7ccfcd4eb2346b182dc61137e6cb2b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2fae69845ff64914a1322c6222b81c3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "876b1e22c2044e3183da2588f02b9c11", "region_id": "RegionOne"}], "type": "network", "id": "e95b10179e2940bd810110690b1fb237", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a2d614d9e797407eb710977f99b5da08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4b6eb012094c45b18cebb8f1af0c6099", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9c7d761df4024f36a6f5643813e21ce9", "region_id": "RegionOne"}], "type": "backup", "id": "8484f27528c74d34a7a8539a9abfb239", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cfe741f75f394b40a7e787433ad273b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2516cea6a811420c84f69ebd5c130739", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d687c81a520c4e10a03fc6fc8681db84", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "13704e9414b44c449d2c32607bfe53c6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "43dfae1e58f9488393b4daa94caa1afd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "da69b33ba03d41a48c41c782fde83828", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4070dc86c12540fe8845e089ce81f52f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "32e9801a468e4d9a8e17f9657650e7c0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ad86170a81654b36ba4e5e964f882779", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2a043545180f48e6817fd54b7db4f4c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b16b766d151f43f0ade33491a9013086", "region_id": "RegionOne"}], "type": "monitoring", "id": "d41c091242ce404ea9cca8710a1487fd", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f7025e844d2b4e4cb9c533325f675111", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "86dc8fb4e13c48e699ac5f2357e66ad3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "009747d9845a48bdb5e7fac86a87aeac", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "90afe4f598264ee2a9483fd483f463e1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1d31ef673b5e4528b98d13a36d6e7784", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7f99ec7a2a2b40d0b621041a9eb277f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "edd41a238ac347e0a0d0421109c44a02", "region_id": "RegionOne"}], "type": "placement", "id": "8b91703f41f84b58858137d207b35afc", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "80ce0704600746ec851101192e15f6e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5900c36b432a4555a13fac564e8b90fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1b67974be4b44bdf9c47a82ad2f9e732", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a771fe8995b44d22b422765e62b33038", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "32e1415d567b43399701ffbb0588811c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d1f748b3b9074b869c4d1474b09e533b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a4116ce341d34a0c9119d5fecfff46db", "region_id": "RegionOne"}], "type": "ha", "id": "6b1372959c884218bc6c61fe9307dd11", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3ecca1f65dae46e8a4afbddcb265d796", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "51a188177d304824bdbab2119d6e212a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1815f38c824041e29ef39e4f436710c4", "region_id": "RegionOne"}], "type": "reservation", "id": "98ee264fc30c4b0397c7337e8a54f779", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5b99dd80093d40e987951cbbe4f2da6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "70bc5246e93b4e8993388fa574b68b42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "6df6c05956af46609dee5206460104cf", "region_id": "RegionOne"}], "type": "function-engine", "id": "6c90a4251702447bbde31a708cd34c38", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0d98467ecec7407ab15e6d4097f0a65d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "de56d4b8ae7946a88a0b14c5599bb900", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "96e8d396b8b24c0bbfb3dcf098869e7f", "region_id": "RegionOne"}], "type": "accelerator", "id": "f670b1e28905452d86e030ac6746030f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "411557910c364bb08f7c3aca3449c783", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "67c3ccc93fb54f7ca88bc57639cfdfc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f4fa3967112b472db34bba92ae793216", "region_id": "RegionOne"}], "type": "admin-logic", "id": "eb6a60dbac08484aa84f767941642e68", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "240db0cdae424415badc83ac7bb719e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "14f09c280a0b4a32b40b3128a3a8b313", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4c7d0e9163634372bf471711b853e50e", "region_id": "RegionOne"}], "type": "registration", "id": "9d6f3ed0e9894171a1347350e59f4579", "name": "adjutant"}], "user": {"domain": {"id": "391f9914d3b544a5a1ee2b5813f67571", "name": "e70c3de69e6d42aaa8b1b8f62c0b9a51"}, "id": "6b78e2e050364116bfa3f608ebfcc44b", "name": "04fd694017964b668f41a163d430950c"}, "audit_ids": ["b0a096abe7074bda8736d9dc90f6b4e9", null], "issued_at": "2019-09-19T09:04:39.087409"}} 2019-09-19 09:06:39,257 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,261 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,262 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "8a238d715d6c4f439c17141010396d29", "enabled": true, "id": "cbb4af2c02f644bb9e1bfb11d7db7c6b", "name": "projectName-2"}]} {7} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_register_machine_enroll_failure [0.394583s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,917 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,920 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,921 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,923 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,929 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.871400+00:00", "project": {"domain": {"id": "d93a388bd6584a2db0cd8b480dbd2241", "name": "f86f7e7a6b71431396444fb26ba3246f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "077083df9ce14fc5b62891dc746abb73"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6ac6684bb58b4db3b06781a142c6eb7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "06d21eb5095949b0b8f7e25481930d7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "cf1f9c405cf34f1db3ea406a231e6aa9", "region_id": "RegionOne"}], "type": "identity", "id": "2f90b5b0f4644a36a38a8b8e9ce82e95", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c80f0007b779491e96f6730c19489f54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "528458562a7d4bfe9a51241498ee1e7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "794a669c49d64452b1ee60fd7096fffe", "region_id": "RegionOne"}], "type": "compute", "id": "edd0a9a65f104662b579f883d9ef6336", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "26c46cda247b4af98caa4de545afc019", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "32130fc84fdc428e948a96e5c4d1f3a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "90c02576e6534cf9bd3edf4844f994f1", "region_id": "RegionOne"}], "type": "image", "id": "aec815ff784f4277b54775799aa7b535", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8addd226b3b5414f8eb31205f082cc59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "81151be4b01643f7b11e1c93f7f085ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "9cbd5a309af141d6a7db32c54b77f7d9", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e6132b891e784af89b7203be6798ea5f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4455f4853e544fea959b65d3623fc4bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94def754a35e4fa795b4aaf51875f025", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86927b7d682d4b07ace8eacdcda11566", "region_id": "RegionOne"}], "type": "object-store", "id": "c05633feffe44c29ae2356d1538f5d17", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9a28c4dcd560485bbf21ab444246f80e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7330ca31fef0476996123e4392273e82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "48dc6644cf6142bea628e9c7eb077fce", "region_id": "RegionOne"}], "type": "clustering", "id": "b52b431678b143418429d00fd2d43b67", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0f00e829965941efb062170464dfd59e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "af72a04c63074b5e8e267b897cc446b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "759a9445e9064ac992e8a097ae8fdf94", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4a72391cad5b4fd4bdac7135457e8a0c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ef24bb68ee284b1c8d66f88c11269a22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "417ee6c62ce34fb59bdda1fbbf42dd63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b76385eccb354ff8a71ad3b94acec67a", "region_id": "RegionOne"}], "type": "cluster", "id": "5b638a237fd74e9388875b3d579151b6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "182d764e796d49148c8ebef614095b21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fc16364e631f499293b202bfd0c2df33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3c18cb8e118a49b89f1e2835e3bf9982", "region_id": "RegionOne"}], "type": "data-processing", "id": "045904a47b75427d85e2110ea6565610", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "33f979796f2944d696f3558595ebaee2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "386f8a3fbecd457b898a397d5bb04ea7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d5020010e45b41fd8f423092086c4fc4", "region_id": "RegionOne"}], "type": "baremetal", "id": "a54916710eab4415a50feaa9ebb52c67", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "75dde392d3a4403c9ad3840634a66f2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ebc507cc12c44e17a66518d076b70f1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ae18c0202a5244c4b2a4e28863c8fb0b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d995c50c5dc0458b85399f84eb22d35f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bf76bbc271be48259bce2273b3f6b416", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "23f01ea48d4c490c9559c746b8569cb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a699db6b8ccf46b5b172f68b835d6636", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "059a40aa3cce428cb265ca092d0612c3", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "13ca18e2cf8a4b0db47f0d60f2490a08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d83b9af3d1814b24b48d95139acaf037", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9962a8e090a14cc68fa979cb46cfad7e", "region_id": "RegionOne"}], "type": "key-manager", "id": "831c46f7cf124888aa1e5ad8b78265c9", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9bc7f1b610be4a7199a723c39b3f75c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cd0beb429081453aa3062da8465a21be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "de1f36c126e04f6fba06554ab70ced08", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "89937cfbd6104e179740faa73f849988", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2ab4f59fa7c44ba7b338d8fcacc3005e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "deb40cb597334d4a91123db642ed41b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "25fa0941c08e4d3eb48ed9f92e317ff0", "region_id": "RegionOne"}], "type": "infra-optim", "id": "3d73438fe55548b3834acc11c984b95c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a82131ebc8864ddba3c435f6d77f21f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8f1cde9da74744a8985b9fd79f1deb5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8fb2f273d32749a4801e0663e3b06be4", "region_id": "RegionOne"}], "type": "message", "id": "d32ec9ffeedc427f873bcf91990d3dbd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "81f5dfb6fcb64390a6d726dffe9c26b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a6b100da72594837a66bb66cf0e5f878", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c7153b620bdd4c389df6bfa69ff45b94", "region_id": "RegionOne"}], "type": "messaging", "id": "0db54ffb00a24e968b455a5dcbf5aeaa", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "aa071d34058b48f6b4a9d6186f29a091", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "010818414f5a448cbce544dc973a43c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e7d93f2a050f484b940305f3941075f7", "region_id": "RegionOne"}], "type": "application-catalog", "id": "849073538f5247a9ae4f0290cbeaea2d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7f55eefac063475da88d85733b8f0499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5537d58ba5a04428ad18c90d4ed58f3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d4e8c2a07f0642408fdfd57e1819f1e9", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "5baa6600838c467c90a9b3896e51d923", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "afa69d949aa04907a9571ba99335ee94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a720e067133d46ea9ce9c7f03a7b1c57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2f73117e43a6418ebc8033aaa2566b9c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b5ce9e0018f347f1b77a48194bf240fb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f4c81392f24c4d9ea656e8bee88e2c1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "25173cefa5484db9a4c4578482799d6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "27da475c3d154a8995f015979d7fa96d", "region_id": "RegionOne"}], "type": "container-infra", "id": "c9e85702cfd644b69ad9adfef858797a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "44a671b916d84c12bf17f0e4c3804429", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "23135fe5e67c4afaa9e4121226a08d0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5fa467c818ba47cba28a1cbb0ff900df", "region_id": "RegionOne"}], "type": "search", "id": "dba5756ecca249478b1e80a666a3fbf5", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "aeef0701714e44c5a36e9992f1b03698", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c9161d1918e049d4b1eaaad8d0a38598", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "024e501950084d80b61024f307d189f0", "region_id": "RegionOne"}], "type": "dns", "id": "3d250a1bf9e04b95a849770a6af6f264", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2035c950b46447039a896b02d1e93da3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8a06a1f5af684a41a918b4562b8b9123", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e1a148d7fc3d4e3a9d3ade5f6076a14c", "region_id": "RegionOne"}], "type": "workflow", "id": "4b76d46df2564f4caf792a26e5e5f346", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "99c4ce97bccd4c79a4efcf3bc45612ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8dee2c8e7db343608fa51f236b36fd4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "04e983abdcd44740a7e5343db8626395", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1a344e5ab4d644489cfb6ee4317a25b1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "fd74f62d9e2249a38c2e663117c69a2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "418f8916dee94b238d56be5712f164d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a372624114fa43ae9a80410fbb5f0604", "region_id": "RegionOne"}], "type": "rating", "id": "9cf62303ec484785b7ff5add3d65f88e", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0baa6c91d64a4a288b6d735a9dbc91cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "eec5438cc6054014b300ecceda5cc42e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "050b797feb3f444a9d4a7627960b216f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f2016891a3bd47ff98dff29eb1d00c05", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6ca6558224144c8b9492fa8edd896b60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c8252eb077e340e6a6b66b9717e81efc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cae9252a1acb41e2a5250c28d0e2fe04", "region_id": "RegionOne"}], "type": "policy", "id": "7647f03d7ab74c1d99bb47075b225d84", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ece905532dd34bb890a97f2d96cf0b7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8843f8b88bad4066b8d5cf58681b5983", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "354d9604fc0243fc8d7766882d06dd3a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f770d9b95a9c4b9ebbee2a4a57838e53", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "74bf4ae4601948579342e0a34d759370", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e6c67e4774c9461bb5e10af2e8fe964f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "20e119b3b8964101bcd17bb1a728be00", "region_id": "RegionOne"}], "type": "sharev2", "id": "bd926c1f222e4c9bb343220bb1a6c366", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c77962c0ffd64336879ecb8af8a1ccce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "247ece8e97b54278991b5a7ee9d19cc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "aafd1dacdbdd46e1b0c2e024c4cb8365", "region_id": "RegionOne"}], "type": "share", "id": "4aa455bd4c984aec8ae3b6e0676f9382", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6830c2e81d6c4c8295ee17494f24807c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "555a07fe776c4c17823744645f3df479", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "efd7bcbe04a7429a9df1621a8f4ce9ab", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "55a2bd572c8b40068cd4a8f6cbde5198", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07959fa4226e47eb99b13b23168a7f7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f86fd230c5b490ba94902eecd7c09c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a7d3e6acc924c61af82156546183da0", "region_id": "RegionOne"}], "type": "orchestration", "id": "cb9152463e1a401686d319d6121aaf15", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1894629a06d64cdfa4f307a716e463c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35ff80c575074a7da78c9bb8c8ce7eca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60b777483ada4854a4dc9695f80aa00f", "region_id": "RegionOne"}], "type": "block-storage", "id": "253beb6755db453ead0b29268f1120f8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f93a8aec5e4348c681330ba5ef64e118", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f67a6147c6a648e48b90dfbc0bdd33ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83b8c1b76f4542f0a82c9445077af38e", "region_id": "RegionOne"}], "type": "volumev3", "id": "51f9066f0ca54bbea414522058ab9af8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd04348be2054012b0f9236fdd2bffc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67874de3e3284f7a8404493803419ca9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d584080c0c74449ac2c54672d793aa0", "region_id": "RegionOne"}], "type": "volumev2", "id": "eafb66e9b04a443e8b57e04cadbbc612", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ab24f5b04d6498da210546e8398e75c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbd0524cdb074bc78dfea0f8d5d79ddb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9bd7386bffbb4f828bd83b3db140b056", "region_id": "RegionOne"}], "type": "volume", "id": "8f8abadf2c7e4740a4aaadc4034cbc59", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "725796d300e043c68fcbe812d7544a95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ced66a9a38d1436889e0ecc1ac0df335", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc55bb9b6d2144f886d853d2c19bbaac", "region_id": "RegionOne"}], "type": "block-store", "id": "5c7ea50e9037489baa9ca7b43bc5cadf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8c6a4976adf44fc38ea47a41885721e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "59a214a0591c40868750aa825a3bf06f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "099b094f8e944740aa75f410fce6921c", "region_id": "RegionOne"}], "type": "alarm", "id": "acfe68fcca6848af9f3c04ae77dcd274", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8c903cf96afb42618b91d0713da0737b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bbe54513d6a94c1fa408e73908aad70a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1da811dab927416486ebca8e37ddf350", "region_id": "RegionOne"}], "type": "alarming", "id": "fe44abcbbf8a43a89a23777123634789", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d42c1c4b59aa49aaaa4fd4fa4529db39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "56dd9e4f80e7445da868680999ecea28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b91c7ba85a5849749c70134d1f3d122a", "region_id": "RegionOne"}], "type": "meter", "id": "2b8b69a18de94dfbac7ce5d5a0c14585", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "110b9df15ecf47d1b233dcf7c135f03e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0613fca83fc24599b7e41031ba102f45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "917dd69441f74c05a35a2ee20bf06c0d", "region_id": "RegionOne"}], "type": "metering", "id": "4542700573304de7ad44be5e7c8b9a6d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bf4a686ed4ce4c0891ff8ee4f0115414", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "11126cc2d8084e0d82c34781ff9f3c2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "210612d0092d4774b92181ff2753fb8d", "region_id": "RegionOne"}], "type": "telemetry", "id": "5f1efc0af2be416ab27f58dfbdeca6fd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "df37a440d08c4233be1fec1e6cf8564d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "68cac51804f64df0a5bdc1a8ecdf8eaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "babd67667c8542cc8b87055e8de7c571", "region_id": "RegionOne"}], "type": "event", "id": "625258099dbd47a0acdfde213c367c5f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5c8b558a106042a1aa5cda85895b8fb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bde30ba4d39d4d3baf50a22b5c3b020f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c72a46130e79484dbb6527101e94af89", "region_id": "RegionOne"}], "type": "events", "id": "e7f748c1dc5a4d5794364d0c1e8051e2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "46f962930dc9425fb08efb350c2712c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8da416074e754750bc2fbe4c9612a8d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7ff78c20cae943138ba83790ebdea19d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e8a170a7f2834f52b49ac330d00e169e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f4f6a59d709942f7b4d4b236a32759cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "df1f68d9223b498aa8f68ab0740cc927", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5239321f674140779f105931631cd4fd", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f258001a5a914fb995b83db839a46daf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b3de6fdd4f5f45eeb94539909b58892d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "35f6517ade5b435d8d0a12cfa5e7c2ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "27caa6ed66c746ad87315e6eaeb8cae5", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a679e94adc5a49508bbf9601bbae7698", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7a7ad416ed54463f8066b4c2533a4241", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9f095e02976c4d0a9be6b0d18690a298", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7501c63ccca441fc8f5872c8fc59cd75", "region_id": "RegionOne"}], "type": "tricircle", "id": "58f3f515f17c4aea9fa01695a39fcfa9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8d14223961d047818f2a6ff8f1fa0cca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "3e76d7c98db748efa5ee66050f049758", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "173f0f129cab4884b18bc1ad8a4315e3", "region_id": "RegionOne"}], "type": "database", "id": "2d6957baadfb4f8194a9ef41daecd962", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bdddd607e6dd4f4f87ccff7b54ff2b54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f6b199acd8994f4c9e52712b7ab42d5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "15fc425369744c568361611004cb5440", "region_id": "RegionOne"}], "type": "application-container", "id": "3d04830d723a468fb9e1bd9125c80f61", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "403b4914127b4c74a12f38605d63893f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c2f618b79e0546dfb5556113120c7d9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e82c422f3c0448cdb03b558a668c2bfd", "region_id": "RegionOne"}], "type": "container", "id": "325cfe8d2862435f88382073d645ad25", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ab94d1299d9e4eb28614e94325122ac0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4a9f0afa124f4c699fcb8e4364b68a36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1294b8e15a1747d485a4000fe12ebc06", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "69e9278ef97d48899b51977b52abbeda", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "56e17d2a2aa74c65a924998bf6030d7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "db73e22a7c424924baa62d2b5a43836f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6da2a9089631497cade6dbf82b3fb783", "region_id": "RegionOne"}], "type": "rca", "id": "e61ebb3a0db94ddfacedd0ec8139da98", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "06daec5f8f8b41859d378ed44dc4959d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "40247f2b4e0b411fae7f85b06966edff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b3f258d49a4f496c89256366b25ea2d1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0ff03630a4a34d35b30fd81cb07ed1d7", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "2a465c7918724e84a5105e7b144d80d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b2de1b50428d43b28ddb97e4b98f2ca0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "998af02b3cf047629ddfb8b232aa0bf4", "region_id": "RegionOne"}], "type": "network", "id": "a37e250cc1f44b2eb045687c28259dc4", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "74e1dddf2c6c47ff8b3a73820fe9d312", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c8f1a7a333514922abe239abde4fc2ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9d57bf2d028f46abb7201add7682ee12", "region_id": "RegionOne"}], "type": "backup", "id": "936014f802c74faebeaf9c71c4de678e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "687b980457934743bfef77f3d8e1b798", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "94d11f51b63641a194127cd3a1cb885c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f17f37655ede413987abd8589c08d260", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8f47bb9eb01346719491c8470e013736", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8855746ee2bb457ba3730f8e6f5f0d95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c6337be6cfec4ef7b5634b8acfa773d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d1e31bff3bbe4b0c8fc83b32b7861978", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a82460067b3e479c9ba82680557fc693", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7df1819bfc424b3daf9fa391b36cacfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d5ab9bddf3724d40ba1790e575637e3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "fa4ec8711c5149d4a8fb5d6ba190426e", "region_id": "RegionOne"}], "type": "monitoring", "id": "f8715bcdd05e47f5b1141f244e249d48", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d2f71dde7bad4b698d3d1f0a5357a0b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "990e8b9f60684556b51c6d3b6cf3f799", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f1a1d99f15b3415f8ca7869651525370", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "db321c815dd74a9cbb9e297c7f5f3051", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a55ce6a06c2f47a28ac79f4b3e72cd3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "44fc1043d15c4937a3558ce4ba817f9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "68853ab727ff4a70b52a12d9900892d4", "region_id": "RegionOne"}], "type": "placement", "id": "8c8fa303e68945cf9124719a1d5a9e58", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7110394b9872402585f1970f7c2b3f6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a0493a424f30490e935e74f93e869b40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "746a877273414dbbb3af88c95f72290e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "273e03c27b9848f1a1885f5a6a4a78e3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fb66fdb3d943433b96ebbb1c2fcad550", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "777e9adfb2af4fc087c731ca7c11ad5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "49947bf121f74cfa8436809ee593bca9", "region_id": "RegionOne"}], "type": "ha", "id": "89278460a52340e8b94560668cc1bc38", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c9fbc62a654a4f1083f3d51a5532034e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1ae54a0a1cd74541a0af158ff2ef37b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8f5508f90f834c858151e9aee0f5895a", "region_id": "RegionOne"}], "type": "reservation", "id": "44488491254d4d009f89475bcffd7334", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b4211233976449dcb49df3fc2690d75d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4ed335da17f248ebb1792c5c953f8e0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "ac7535bb36c949ad8a0026f1113b6cc2", "region_id": "RegionOne"}], "type": "function-engine", "id": "93c19a3c084a4c2ab70427ae831cc7c3", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b9d59ed2e6224c8180101ac979ac73fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8c0fa29460d84325b575d14c7d0f9dce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "38b10b1d4c79484f9d405ec5da916759", "region_id": "RegionOne"}], "type": "accelerator", "id": "f92b2417fea84068b58f131eaa335f1a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3827623ce9d24ddd8cf3f7363caebec4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "708aab9cfa04449d974d57b9c7bfdd96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7c922783b3e44a06826970243a91466c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7fdc2df90bf349658d4ae75fe74e9fc7", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e6fa8f84d25f482bb4d4a7ef44e49a22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "da492f80ee214c7c93ba052800c593cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "920befddd36a40d38cf46f15544ebe94", "region_id": "RegionOne"}], "type": "registration", "id": "4653bee0cc6c44ae84c6ba806488127d", "name": "adjutant"}], "user": {"domain": {"id": "1397e35c7ae14fd0bfb71ccbbf745a12", "name": "b9c5d8bddf63419bab41453fca0564d8"}, "id": "b32b98e97d234405a5daad23f0c59fc3", "name": "b7101bfde7814585a3b75d412c7e3e58"}, "audit_ids": ["38fc5b11a9854d5a9bb716a128fffc3d", null], "issued_at": "2019-09-19T09:04:38.871400"}} 2019-09-19 09:06:39,036 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,041 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,043 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:39,063 keystoneauth.session REQ: curl -g -i -X POST https://baremetal.example.com/v1/nodes -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"name": "name-2", "driver_info": null, "driver": null, "chassis_uuid": null, "properties": null, "uuid": "3fa93fe3-496c-4b13-b7fb-1f89543ec737"}' 2019-09-19 09:06:39,067 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,069 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "enroll", "reservation": null, "instance_info": null, "uuid": "3fa93fe3-496c-4b13-b7fb-1f89543ec737"} 2019-09-19 09:06:39,087 keystoneauth.session REQ: curl -g -i -X POST https://baremetal.example.com/v1/ports -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"node_uuid": "3fa93fe3-496c-4b13-b7fb-1f89543ec737", "address": "00:01:02:03:04:05"}' 2019-09-19 09:06:39,091 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,093 keystoneauth.session RESP BODY: {"node_uuid": "3fa93fe3-496c-4b13-b7fb-1f89543ec737", "uuid": "f077bcf003094e4294c091721faebc55", "address": "00:01:02:03:04:05"} 2019-09-19 09:06:39,161 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/3fa93fe3-496c-4b13-b7fb-1f89543ec737/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.4" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.4" -d '{"target": "manage"}' 2019-09-19 09:06:39,166 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,200 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/3fa93fe3-496c-4b13-b7fb-1f89543ec737 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,205 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,206 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": "kaboom!", "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "verifying", "reservation": "conductor0", "properties": null, "uuid": "3fa93fe3-496c-4b13-b7fb-1f89543ec737"} 2019-09-19 09:06:39,249 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/3fa93fe3-496c-4b13-b7fb-1f89543ec737 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,253 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,254 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": "kaboom!", "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "verifying", "reservation": "conductor0", "properties": null, "uuid": "3fa93fe3-496c-4b13-b7fb-1f89543ec737"} {25} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_list_ports_attached_to_machine [0.340997s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,933 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,936 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,937 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,939 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,949 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.874144+00:00", "project": {"domain": {"id": "9570cc37ff3742749408f63d75224af0", "name": "25b9668813bc44f9a9eab1ea35e5e52b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ff50f6922a7f4e8498a06bce5e2f81d5"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "28161fa4457e4cf98ad73298ed89336b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "369a4fad9833448dbe06c4a2211655f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6b35e4f7e1ca44039b74bcd8b7698476", "region_id": "RegionOne"}], "type": "identity", "id": "688dbed80c1d4b80998a77bfeafcaed4", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "dd0b4e642bce4488ba61d92ee25292ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cadb6b63024f483095c783dbbee544c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "976556cd916840aeb5ca04bde93afb2f", "region_id": "RegionOne"}], "type": "compute", "id": "2f7aeaec167947c0bc20d83200fac61d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7db6bbe24230440788745e8da309145f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0ab3f052511341cda92fa2098b633e2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8c4c40b6f8a44d7290acbcc762b043df", "region_id": "RegionOne"}], "type": "image", "id": "a385d81975a2434abb4be84709b58af1", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ac88dd8f4cae42c79d0c8ae18a2a58d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "afd263839c474882a739b985b602df85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5e6daa5c45a14079864b913db466fe42", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c3872d4b82c44e6b91ba483c763c0dfa", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc2c9841b13b43fb9e7c8960773c92f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43b1e4da931748e98323617edf5154f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "976ce952721448c8a11009a65d6bb019", "region_id": "RegionOne"}], "type": "object-store", "id": "c12a8ec096c747e19427ebcd168b84c4", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f45bd8a3922f45048dd9be9c7af102b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a4b773a0611b476097cdad0e9f42f6fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d90542deda3649c28aae09c7b540c52b", "region_id": "RegionOne"}], "type": "clustering", "id": "bf266a2fd42b488c83853c11c9558c55", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8e40cf831a1d41369a36ed1fc37a87c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4a610278c5a745a0b1a392cf71a73778", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "04b126f8ba834cedade77404ed47b945", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "918e540aae1e4f3d8c06572fd75b3d15", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a605322bce0d46a7b0ec93c99f720b7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a081fcdd894b45b9a924d64e509ac844", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "76a31923cc9941fc8aa73dfaf8120a5c", "region_id": "RegionOne"}], "type": "cluster", "id": "fe09c67515c34d10b419fb92c5f4ea17", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d49eddb5654947ffaa34a085b7a39abb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "77841baa2a9347d9b1ffa993fb157c69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ac111ae2ac4d46d78f228881b1e43451", "region_id": "RegionOne"}], "type": "data-processing", "id": "2dbfe1ff0b4347ecb214bc684a26f7ee", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a384cc210d93441199cdf4746dbcc0ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "70e2243c8fa44dd8a7aa3aedbaa933aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5aa2a04280994bb3afe3f362edbc59e6", "region_id": "RegionOne"}], "type": "baremetal", "id": "ce02e7da41064fbcbb1d019b98c409d7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bb354c8a7a774ecba6d7d36260037346", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "59569c65e770455fb98572774459c019", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "505d448873884bb4929b66f1d7a6ef8f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "96a2aa5b357e4c25acdefcd160974f40", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d5810ab2fa544a91bd760d098f1d8682", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d92cded97815441aaed56f750176f8cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "efe0f63d0ed24f13bf53225996a744af", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "26e3b5d97e7643848be5f307b21c1e2f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "32e5a5d341234b928f7fefd8e6e3f49e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b9a518933d24462996571377af8b72c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "a9acab1021e9495e969ef630e3ddba97", "region_id": "RegionOne"}], "type": "key-manager", "id": "13e5c2c3675f4065aa9b7acb493f5f8a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6d6eb2285052457bbe91729739e7029e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1ff9f1f1ab644bc8a0c237335e3dd245", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5ce2e9a8e6614961a27c03ef87e9e644", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e44316dbdf6b4a3f9c495c75e45a5f22", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9b7b154ddc5c445192a9faa1658bdeba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "69861893514b4a7e87b2266b5dda0dc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5e3f82e04ae946d69fd9579b9a69a090", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5d427f50bef942d69284fde8af4ca440", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "aa20a8f604d343cf813df8d65468f9cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "19ed8591ff73482d877a1a280f5778dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7c99c11469c14b4f88617f59c647b9b1", "region_id": "RegionOne"}], "type": "message", "id": "278a4d9297604b5f88ddab80f44d5f17", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "920131ce13424e39969d616864f042d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "82fe6512c4fe4154b2c5e80dca1b4a18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "577b29b50c424f1a8026c3c4745b548d", "region_id": "RegionOne"}], "type": "messaging", "id": "f61d2182ed6a4324a287a15c036d6732", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5484396a76fd4631b3ad2cac10ad5322", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c04c71f49e11498597758e0e82e06a96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3211c76715da4d9880bd401f68b984b3", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2e180f730b17460bb8c91389c433f31b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "870a94699f384d99a1beb8b3ce2dd7c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5fba8fb7d3564035a73d963c3d1780c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d40710a5c2a14efd89538619b0225104", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "70b7a6200fa8465f86384715f0d94def", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "316a3269c32d4af0aa53c590e62627f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5769689381f743c4ac7413e7d3383652", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "75bb1f7180194a14933359f7bca89499", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2f87398134e1448e82131ec8f047d2f6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "470db2718deb41a78818fdc1eaf056ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "168d0799ad62424a95afad0d933bfca4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "49fb11062f924183843a05ff726847f9", "region_id": "RegionOne"}], "type": "container-infra", "id": "b909432145b04e7fb859966145382c68", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "26f1aef1122849ecad0dd37342733639", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "52d6176a02fa43cab86c241b8c5efff9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "7e71f85ad6b344249bc9d8f6928ba746", "region_id": "RegionOne"}], "type": "search", "id": "1a2164447a634bb083362bfc3d8b4d9a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "90b722104f154bbe8c1368c359c838e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b52f9cbe5d6646b58eb85efa611a5580", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f0b79225251b4d07a8141c1003bfea50", "region_id": "RegionOne"}], "type": "dns", "id": "8953012e52c64e7793275913f76b6541", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c9f13c48c0f245a4ac9556384237888a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0768799a5666487ebccd0d9db350fdf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cb4c8e0f589a40bf998cf3b539e4e11f", "region_id": "RegionOne"}], "type": "workflow", "id": "b117acf1d619413983ee0e27a588a129", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "315fe10cf90440e9bb83fbd38bc8d83d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f0be0045dd47445b94b64b02ed887d0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6e5daded84964a728d760a6e1ac06813", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1d9f74e2408f4a97b89f6a1a70caf9ab", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7c9f5685f9114ade8f90e840df23b335", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "00dd80272d764a85ba0b2f9ff5c33214", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f0c030ce2f05462b8565318b14d56457", "region_id": "RegionOne"}], "type": "rating", "id": "cbe72ac933da409ea43553447f4e8a30", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bf0fdd9c7f554c438de9caffbd99113c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f71f1ac28e1a45ed948b92d23d9f234f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cc6f244b99e64616b4c31b00f164f8f1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "17c6c695387e452ab1073d5775a893ac", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "589d022835344728aad9aa636a004d3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dfc8848970704e5c88b7733c8ff26eb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "af85db83dc5444458488d55450e056d1", "region_id": "RegionOne"}], "type": "policy", "id": "e8c39639ed7b4951b462a26b215a048a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c4d0fb9732cf439881128eee5e42d1b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9769cb4313a8436ea14027b042ee4826", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2d77b4fb75f84a93ae55305008e574b8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9544fae9bb51474bb461fa6b63af0c23", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "955856642fa142f7b406d12e0acbdb55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4ac3ec1a21fa490bb3196c4bdf84123e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c9d43696cc7b4ad4abe2f5e31594eb46", "region_id": "RegionOne"}], "type": "sharev2", "id": "d72478119acb43a4ae501ab91c6082be", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0c74aab9c6564f74bfff56bf5e77830c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d95887295b0246959ece01c8bba33127", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1f3ff1aabe0c4b788da03a19e1f1783f", "region_id": "RegionOne"}], "type": "share", "id": "12c9a0dc5ded4e20bfa13971146089ee", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dbb6bea8ffbb4e15b95a719152b97c5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2b147a7d85f34d49ae7d986e3e30faf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "27210be4083c4d34939332023886f2c1", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "abcbc4a185e64b15bd317ca8795aa96d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45126af6e0f54a32bbd19c3e6de43596", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aad884a67fdd4b728a85220188857482", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b62e7dc112b4da0a708aa358c33ef58", "region_id": "RegionOne"}], "type": "orchestration", "id": "7729e529ab64486cb339998f0962e780", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "78dbc4f011ef47b18507017fe22c3601", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0aa0513d2dd0479caacab253d9150cb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9249cfedfdf84fdab34b471dbb651d2b", "region_id": "RegionOne"}], "type": "block-storage", "id": "dc128dfecf4c4743910e77e05f607dd9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6aa6b0789ee4957bdaea8370f28e207", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40f67aeb47ba426f91c48d776da7a7de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a76b31aa09b4d73b89a095012ee24b7", "region_id": "RegionOne"}], "type": "volumev3", "id": "b0690ba90b2c4689ab40d277f36939aa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07ba65a144374d9d95d424ae4cb35745", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3245fdb9e5c14f5aaf24172d9370b7b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf6eb5da7c5f4ecdbb83ea9574816fd9", "region_id": "RegionOne"}], "type": "volumev2", "id": "738a9d335881402192f1dfd94d801f79", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "207e8fa89bfa4f6fafbec52c2e2af6f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a322ab6a680540648f2cbbab3bd6a8ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0da29c7ad0e4ec09da244314cdd314f", "region_id": "RegionOne"}], "type": "volume", "id": "9c4ad70dabd048e285357c5221da9730", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e2bcb4bc7924ab988397c8813e3ef1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81b962dd90ba48569e8493467825bd56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24a5aa5b1e7f4b448e35ae5fe03d7e4a", "region_id": "RegionOne"}], "type": "block-store", "id": "4a00ef52794e4db09bf69f536bdd5eeb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bc4c29f60b5c450e93649c49228e97ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e3602d6923004f4b85e8041abb87d772", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d4ee7aa0001745f694bf4c4b547ac70e", "region_id": "RegionOne"}], "type": "alarm", "id": "3085336fc00a485cbcb25a57ddf1a747", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1d73652eb3c244238ad24bf1274084bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9c2c39486697473e9386bc00d824f75d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "91961c7138874c159cca7fafd197ca57", "region_id": "RegionOne"}], "type": "alarming", "id": "189f074b7b8f483ead2b63a8f11ef202", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "560d88cd22364bb199ffbb085b341783", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c7db2305bcca42a88a3a6a6d76390893", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1eead4cfceb441fcbd650dbf5343c52f", "region_id": "RegionOne"}], "type": "meter", "id": "de1f778e0fc74cdc97b18ef8ce3ebf1a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "28942fe59ca24a02a089da5ada730852", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "691b326f5a024a349409748752cef370", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c64fd8dc90a34498b1f5f7e7530d2eda", "region_id": "RegionOne"}], "type": "metering", "id": "8e3ba3edafac4c7ca122f996f0236b8d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "40b1a636741b46e88f0a6bbbf48d5dc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5cec1116299d4eb585eb7ae2974d2d59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b5c2d3dfec124b2ab20ec167a700cfa5", "region_id": "RegionOne"}], "type": "telemetry", "id": "9baaa5b2f6504d55b8518dbe6d16d8ae", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "26ab6ebced204234991740c1aa09efb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1de9fbd9b6ac48d9a0725a11c66f6ade", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "94849376e5c54368be2fa7d2a84b8746", "region_id": "RegionOne"}], "type": "event", "id": "aaa08eca8dec4b46bb416bf3ab32bf0f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3aa8a0be7674449b9936e58ef952c692", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2df1f478af05405f9545308cd3a70ee1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6544b7e20fb143a1b37642cbf457c148", "region_id": "RegionOne"}], "type": "events", "id": "6b31017627bb4907a1aa0ea8da48f3c8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "631e2359b6c9402da57619e0a93d4b25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5226237519cb4ebf96ff890f3995f587", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "39702e14a8c441fb927b565e5215f383", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d434f7b404e446b2aefde69d7654ee2e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "19d5dac4b34e44279c927f855998f3b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6d2ae300bdec4a2da9a69a8806e4d8c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "91c503535f0145dcad71a0f030e11553", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5978058e79904578932aeb70fcaed977", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c8f5e143973549c3a4c160aea854eea1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "021d608db92e4c7e9a6d229097ed4244", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "af9139a9f6154fa588d53e5438ce4be1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5f2c79e72ce148d69e174a93e8fe04ac", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a88a1175ede94b3cb79f4da84a612b03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "17790f04ed7643bb9930d44c9a932414", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "27b866e91be44b8595ff5ee952f1af15", "region_id": "RegionOne"}], "type": "tricircle", "id": "5c2c5782b3714fb3bd13c6a6a90a6247", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "91310f6bc390428e8a49b347d55620d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5dcfc2802b3d4bbfb05024ba98d673d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "63ba17953cbd42c9891fa24c4ce824b0", "region_id": "RegionOne"}], "type": "database", "id": "d52bfdc57c52400c9f75bb618e219938", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "07fbb2a0e5b14de19bf559fdab62cb55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f0df010508e94178b4a9cb7d01389201", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1b18368230ba424483a12d4e68a88c92", "region_id": "RegionOne"}], "type": "application-container", "id": "c8b4f22154464a529e9dd60bc9828100", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b3d70a6cd4884ce2bfca5827baff363a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "899284c9324e4f48b6e6651e57dbb3de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "57129958ca9549919b3dea9ced5c068c", "region_id": "RegionOne"}], "type": "container", "id": "6cc958e32fa14230943fcd5b0a04a6e9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f60249a629b24ac1b579107e0aa0b3c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5a7b5bf316eb4ec0bea3ed7d5c975156", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9f8e1dfa8b704126a7b09394cbe44f49", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4917f58aad6c4573a3be65a5d51000f6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "40da805c066c4066a93331c0b20bc0e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "66bb1f62a821455f86b74a20a68323a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ae8180bc0c994ab8a146097829dd8ccb", "region_id": "RegionOne"}], "type": "rca", "id": "a8251a35ba0244929a707be89c6c341f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "99efdab0d50d4d50af023ee69425f18d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "04750ede49044e32a2da284a42d51041", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "df8f65e2f8ed44f195c715a0bd625b24", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0756f21dc0ba4725b1013dbfcf3a8a98", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "960d18f77e2841d5a036ee6a5b9b0d67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9dd3d888d945482a96a0e00860db380d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "bac57f460dcb4cbface93f831b6498c3", "region_id": "RegionOne"}], "type": "network", "id": "94cab555c13840a28e1634e0de695ac6", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6110a5ac189d47139ab96c237cb4270f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c4234b10df194f9385d4280eab84446a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a1ce0fa1681147f28e67c95e2852bf32", "region_id": "RegionOne"}], "type": "backup", "id": "c3d431fc916145eb8cad1c8d9238260c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4ac6a7dd373e422b9b6d7a100f11cf49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6963967ee3cb4fa8aa45d22500bca6d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0e9563d0362f477cab97c93ba15062f0", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "37550801508b43ef926d0d87bed4c477", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "52580a7811af46e280e53a2672691e71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d4ff3c78c45a4ff38a856a65cd9d8a90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8e52fba00eeb4506a57b30bb4089b5fa", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9c0da4d9c4fb47ba8766dbf8879caeeb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "44a6e92bb87c4d78932dcfc373cd043d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "079776e058ce468a8b81b2483871bc6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a621962a52934fe3bad4fde170f23a3f", "region_id": "RegionOne"}], "type": "monitoring", "id": "2aa2185a25294137b8706100495842a3", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "873a774ea0e84f8bb0aa86265067774f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "add2602c88cd4c9eb933d83e81247379", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "9c2d91fae00549d08afd8a5e76cb1e34", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3c5187072bd24ca7b59a87efbec6d409", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b85c544f3d40440f9441dc0108aa2165", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "28171e1be43c46199cef1b32b1402313", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "86d3ccf085024f54b3d593794635d0f5", "region_id": "RegionOne"}], "type": "placement", "id": "3f1b3d2fc87c446791b1ee83830b8439", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "76b04a97d74541629934e5a968bfecfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a109e0e2b35d44e39d4743d5211b2711", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a1a6fa73751d4157a5eb7c73891aa217", "region_id": "RegionOne"}], "type": "instance-ha", "id": "483f6a737cb247ada17112afd68eab33", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c6cf7ff72d284d5a82ce25cca85bf9bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8ef07de5ec0c401da3e99989531d71de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6e1fe670184d4bfa8e8f7d92989820a1", "region_id": "RegionOne"}], "type": "ha", "id": "97c7f7e66fc640c88492c2c73f477440", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ea4949b2a5a746538c3ccb95e50f2480", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8d425e980f714de4831fa14a24d9b19f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "91b68ad218a64ab793065df2da940f4e", "region_id": "RegionOne"}], "type": "reservation", "id": "434a17c1df2d4f99b151bc6122b5bb72", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "58738c182fb44613a29536d54333a286", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8283827348cf482aafc2ec5e178dbcc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b2d2fd3e26804084a008208d5d588a9e", "region_id": "RegionOne"}], "type": "function-engine", "id": "923b98de713341b89cc24a4dd1935ecc", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "347e08c7ca414e81b406f1dcb0d3ca02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1695cb7b608d4e958241609ef97e05a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d460717c6df940e4bd38c8f87ea659d9", "region_id": "RegionOne"}], "type": "accelerator", "id": "a530dba8a7eb42e1aaabb3f2c7ae47f2", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "deeec38839284cb99931b89350169888", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4d26ac0d9f524cc2a44185ca7effd674", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "03025409d77b42889c0b46c4a675f6d2", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e87b7e730885456aba2b5c37c47dbc68", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "53b526994ca642668489391c88c6a333", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "851a676d1d764d498a4d1e2e34677646", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e5887ddf0c224e008007d55ea61ad566", "region_id": "RegionOne"}], "type": "registration", "id": "5418f298853b43e89edf4db37ea2eb31", "name": "adjutant"}], "user": {"domain": {"id": "7d2435526a084681a0ce91ecdaf05673", "name": "a02826b5eb4f4d1ab81582263acdb83e"}, "id": "d610d89be62444058a3198ba2931af1a", "name": "dd8cd74664784dc3bac8d64d697481f7"}, "audit_ids": ["6e45e59d954b4bd6b319920677b6044b", null], "issued_at": "2019-09-19T09:04:38.874144"}} 2019-09-19 09:06:39,011 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,013 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,014 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:39,069 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/f3ed128a-47ce-4b9d-b300-ee033e263364 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,073 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,075 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "f3ed128a-47ce-4b9d-b300-ee033e263364"} 2019-09-19 09:06:39,123 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/f3ed128a-47ce-4b9d-b300-ee033e263364/vifs -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,127 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,128 keystoneauth.session RESP BODY: {"vifs": [{"id": "953ccbee-e854-450f-95fe-fe5e40d611ec"}]} 2019-09-19 09:06:39,204 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,207 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,208 keystoneauth.session RESP BODY: {"ports": [{"id": "953ccbee-e854-450f-95fe-fe5e40d611ec", "name": "test"}]} {8} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_set_flavor_specs [0.152317s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,145 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,148 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,150 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,152 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,162 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.080328+00:00", "project": {"domain": {"id": "e0adf29a5f0842ab846f41ba85d4ef54", "name": "cc981f4455a44d7c89d8529e7c6772ab"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3e0f2c9f289c4dff882a2224b227936d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "12f004c591df46f98dfe47d3c6f7acdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f84153f0a1c641ef838dd92993eaa3d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8e17893280de40219e165ba1a52d93b1", "region_id": "RegionOne"}], "type": "identity", "id": "4e3b0e6bcb3544cbba9f760ad269b316", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c5ecd6252916429ab952704cbbb213cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "528f61fdd8044a948cf0b5ddecc352ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b5ee87571b0c4658b76920bd7bf3a584", "region_id": "RegionOne"}], "type": "compute", "id": "92fd07c78f8e4013873449d350701d79", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d35e461a599c4aa2826c7c91ac45c013", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c9ce392ba57941eea87182c1aae9589b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "56141d53092849818004c249246d0c08", "region_id": "RegionOne"}], "type": "image", "id": "d9b2b7b2036744e5ba2977668a6af852", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "37d19a36ab794f16bb6c1b95848ed91e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d292025a68a84544bb2721eff3213091", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "977d284d64f84cd0b851aa45ddf10089", "region_id": "RegionOne"}], "type": "load-balancer", "id": "17bad8af0c5f47a49413bc8d7aac2372", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d5f89cf9a3046dba0993e49dd3ce61e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2cefb340907a436eb7b78b214a289bec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b517f7408c6241ec9324148513a333d6", "region_id": "RegionOne"}], "type": "object-store", "id": "4e03b26dbcd842bd9e119813982d90d3", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7ee9e31372aa4495b21cf77ad03f0b50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ff38604aaf6548308139ff3da6f9c647", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "03e5e433e22b4e0ead1ef085c63bf09e", "region_id": "RegionOne"}], "type": "clustering", "id": "835fb010cb6a458bb7480bcf70cf3a6b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "75f263c455674e63b23cf6d9c691f478", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5d45d71115fa40b789450d011e29dd86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "111356bce9eb4b05a466cfda249c92ce", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "136247e1eb8e470f9a0380660ec031bb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bacc47aecf87481a9d2d5dd579bc1e84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0537aacd8f5049f1883d155149897976", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d13759ce154d4315bd6aef1b0ffdde7a", "region_id": "RegionOne"}], "type": "cluster", "id": "537aadace9fe43f89a6374559439a4bb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7545e6f9ac0a4cb694c0364913de0f22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0f32ad827e944d9ba469d751fa90db6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "cd0fd090ad724e4d94c2e5d1de237364", "region_id": "RegionOne"}], "type": "data-processing", "id": "7d4e6b3c720e4cc692b667410e93fab5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cad9e1fc213f44ce83d3cc0a53100f46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e1bb531ee5514342b306d9bdf922466e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7334e16c38804f18a88cb5296e69d9ff", "region_id": "RegionOne"}], "type": "baremetal", "id": "0682576baf58408dbb17eaa749189991", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "55c5a1ce573b479ebf4f020a69716064", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "51b29bd7cca8405db4513fc063368fe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "60ab1dba20094992a01e99ce1b5b0e30", "region_id": "RegionOne"}], "type": "bare-metal", "id": "90f2002203a84352be2c908ed27d1ac5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "573bfd09d64a43c88c09ed1dae2fe719", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ca736aa36ba846d3b1fd77643a379eb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3245d756b1a24ac38eb9d1b8a28abead", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6ea0954ebe3445f386890d1e3e125e05", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ed17409750ba4b2a8968fd283d7dbe2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6bbb3804ca0340608348cd6a4fa70b08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ff591c50c5b641ddb589fa00c7e05d35", "region_id": "RegionOne"}], "type": "key-manager", "id": "363c13b4a0f6490d9da030028bf8ae4e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3443156535c1490ab3b53e87cacb3518", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3a5b8ba306374ab19b03e3942c2c4168", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7a7320981a8a44a2b92b7f17e36250e7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e3bfd287ef2445cfb4cb0dedb0cdada8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3c967d8759bc4ef7be6223094a80f131", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "93bee468a2b344ceb9361612477b75bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "569eb3a24dec407a8e88a0e573e1c267", "region_id": "RegionOne"}], "type": "infra-optim", "id": "002f8d713ccd464b8cb27f1d65c6c766", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6b99c63aeda14ddab1047ed34759bff0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "747afdd1085b4ca58028862a2193e54b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "924ed94776ec4af88e2a70926e35c4cb", "region_id": "RegionOne"}], "type": "message", "id": "438f90597cba42fbbc06f130a1eb454a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "478f6296594c4932820af9adfcaa4dd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "65b83a8104ae4a6dad7646de795f2581", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d933d3230a194f8fa6b0d71bd7ef25dc", "region_id": "RegionOne"}], "type": "messaging", "id": "09145fe815fa477fb310e27831f26ad6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1ecfb98c612b4caaabb202a2be0da5dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f7fc52c0dfb146ddb5e0419316587d06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "7df44638e04b4e0cbc493333978ec3f3", "region_id": "RegionOne"}], "type": "application-catalog", "id": "06a1e7cfd73c4d409a998c679ad199cd", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2752500ff54a4815aede34d891a74ae5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "94b550b2fecd4f62a229a82eebb021be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7daa28582ed84740b25b2e6c82d1b6c6", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6af73370e69849979d0efb68ca78cc5a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "29cf55468c0b49c4b89eb4c39d05b7a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a384ba57bc11466fb2a87b55a8bc5b33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73204105b11d4d77960f00f4f21d649a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "34f4b3f33a0a45d5b70f8f1f0228280f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "565373a5b8d24fb8bfc01b7b2afec4f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3de8b47440994e08b7c79e6cd6048056", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3c66667ae11a40039c792ce1c2d7155a", "region_id": "RegionOne"}], "type": "container-infra", "id": "b7f84ac4f91d4156969865de220f6219", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1724a1f452f3418fa967354f7e6db76b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b798434445a5436c93b74ceec9b94532", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "06baeaf101534d989f218e875ef79288", "region_id": "RegionOne"}], "type": "search", "id": "8a47249f9c8c4c08abf62f85d196674b", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2cacbe91ddc34378abdade7bedb0b9c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0ce2e9f026274eb5bcf6877c67a79281", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9f941185ca3e4bc99bd10e8457241d11", "region_id": "RegionOne"}], "type": "dns", "id": "bb1fe73ac7a34ccaaeb2795d06c53786", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d59f7be31f014c6db8bf3fdd4d11cefb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1924d71419ad4b9cb249d2ec3e1b9b2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1b2753b494f54c46b7c860b2a4d35731", "region_id": "RegionOne"}], "type": "workflow", "id": "b3b21f3f67c34e33a0663fcaaeac5ae0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f875c2c6934446679377e2856c31519c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4fe6dd59b2274c80a7c203885f264374", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "07306de2dac247fa91aafc0bda0648e2", "region_id": "RegionOne"}], "type": "workflowv2", "id": "149844afc55c4b6698744e5634ddd3cc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f82067a668eb4d95b89a002360e20fbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3b0562afc8b848ad8bfe3f9e266b52c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c744bec9d8364bc9acb12ef237b9d998", "region_id": "RegionOne"}], "type": "rating", "id": "8fe6c17e73ff41b0a51612f38afb6455", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3e48b75fd06f4e75ba91654f6dd75f4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7ac3e9e7d08a46f39d9450bc313450bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "bdeb17cc4c1f43398e0a385d21363da8", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6a7774eb65b6410290234844f461fb8e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "12a244136fd44363ae3b49b9f139eb4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fd5a0f73104b445b9a507f9dd24d8148", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "833d0604da0b4d70af622560e123a457", "region_id": "RegionOne"}], "type": "policy", "id": "12098026eefa4d0c9446b8098631cdc8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fd15f2cd8a66436993f2d7236498d6e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "503e42fe06804164b00e1f6629414212", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d1e0eddb9a824c368a1769f47fc6cf25", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9257204c08964d0ba56caf0ecfcaf684", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "29d38eaff3cc414f9f4ed1dd4ace24a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "79eeeed4626447d09868e00eb425610d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "506a808bc84e44acac7fff89ea26db8b", "region_id": "RegionOne"}], "type": "sharev2", "id": "6a9a14f6e08f4c2e8f4f1808c4079af3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f80741d9ee8748daaeef4c554ecc4bee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e1463184a3b74d6f97ae1ed613992d2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ecfec2d317754e52839b1749fb8b1eaf", "region_id": "RegionOne"}], "type": "share", "id": "1e3ffc691e104ebba48efb62f318a2cf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b04144a5ec8c4a7dbd6d57decfd0351a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5bff70018f2b4fe0bc9856bb1af347a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f5466d97868b405ebcd3596aebd76c5e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ee3769c0301746cbb9124580db9c28c6", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d75295d5c224a3d97dd028adb511528", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10efa6d69a744f909f2ede25270bb88c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93491054ef57481f9262c201aafa33fc", "region_id": "RegionOne"}], "type": "orchestration", "id": "4f2b6560f1954b0b8ba292272e932b31", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d061e451c1e42698327dbbf6c8d4a47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a31fea21c59b48b895f65121637aba2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b05bc06f365b461796abbab7683d2a24", "region_id": "RegionOne"}], "type": "block-storage", "id": "85c88a2f010d4c7b87afe45ae3a3953d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e357b37fac6243de9371c9de04f0bc29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c826ebe23b54ec7bfa397e7a836d87c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "609f1498125a452eaf8fed0c5a4e953d", "region_id": "RegionOne"}], "type": "volumev3", "id": "e15497998f554c68974ae1114eb790c7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5c78660af5f4d85a3cfc88b185eb67e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8d1b76f96b143aa8586fee4633f902c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f75ee2b03d184bb3b519c25bac5e0586", "region_id": "RegionOne"}], "type": "volumev2", "id": "af0f1459361a437784ddee1dc915b222", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73ed80cf639c41a9b44464d166fabfcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75d6c079121d43db9bc827a0a8849c90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67f2ddc8da8c45c89920278a4dbe8793", "region_id": "RegionOne"}], "type": "volume", "id": "face8b5bbad940a0a82837bae895803e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9af16d5ea14a4aa680c327e8b7052b5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50f0a9e4ec3042649b9ed18e6e14ca00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a49d98526e09486b947dfd777a8a8b3a", "region_id": "RegionOne"}], "type": "block-store", "id": "668c30142f164603ade6450c2e98f69a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7b08c75143f44c779e8e3b200e824cb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "60e3f11ab6a24b4b95a94621a15533ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d95b337434324bcea65acf66e7ce36c9", "region_id": "RegionOne"}], "type": "alarm", "id": "71f4758982dd40db8b91a9cb65be9480", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "839a69a7bf004a4aa707325ba4b42799", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "288c43092f9c49cda4d3d28cf9f7a4a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ceaf7e42f08241d1bb53a7acf62474de", "region_id": "RegionOne"}], "type": "alarming", "id": "082d2f2e63014ff1b75084f790c39e82", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9c65af2cf0d045d79e8f080a17d5291a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c83556997cf24bc1ac9014596c8c85df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f75cdcba7c1b498f826d000124d445a3", "region_id": "RegionOne"}], "type": "meter", "id": "d4cf77eb183949f2b84900f84a409742", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3d23d333a4b3490ca3454b271ca12b1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "079981e6050748b3b89ca854f9b77b22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "aeaaa3b319d34e41a33086d637dbb893", "region_id": "RegionOne"}], "type": "metering", "id": "fcd46295613a46bcbe98aabc433752b0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "173427412b514f19b90692ad69ac1371", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "decd11bceada4062ab9a883aa3b6d5b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e74ffccb036b465a87c8dd9d48fbe83b", "region_id": "RegionOne"}], "type": "telemetry", "id": "d7dbab305e5a47bb928e5bdb5307d38a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "85ea12f214254287b67e312745a8e3eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1750fcd1f8394e5f806ef432069e6146", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c0117b270a3d46d08c39807fa9f5ecc2", "region_id": "RegionOne"}], "type": "event", "id": "87f9c02467d14f72b085e357b18800cd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "77fb8fcd92c847c9930c3fbfe6da8e55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "caecf89cddf642a6b469286b1b436e0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ef8c15e4a82745a88d1521a39044f5b5", "region_id": "RegionOne"}], "type": "events", "id": "e96472401ded489bae036cecba2ae00b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "011c0342b017483d93113f6b6618c0c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "756223f648d749fd9836cfd6a26726a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e5301f5565df4dbe8b2d7df98a007ac0", "region_id": "RegionOne"}], "type": "application-deployment", "id": "74f7be09bf7b47a3ba7e6931cdc5cdc2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "52828b27ec3e4aebba20353055464995", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "23511e582c1b4bcc8e075b305c19c54f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "666d241dc8994de9b6d6336d09e4fbba", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1b63cd1daf6a40bc9aae75931d580472", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "32bb07cbb3084ba884734bdee8a58fcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a6142708a20645698e306334f7f45391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e3fc6b8f55e14a79ada98f2c57c04d0d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "68ea220eab744371a95d1caafe955964", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ea4eff194d2a42b1abd5e09ae8962035", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4b7177caa72a4beab568a31663635f43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7123218e806b427a910994cb954ae400", "region_id": "RegionOne"}], "type": "tricircle", "id": "7d1462942ee94c768e00412e43eb47ed", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a2c892b32ffb4a35ab56b00ab12dec34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "3ee648cfe01a4c44b8d2639e569a52fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e204e1eb71244e5f9c736881cee9b653", "region_id": "RegionOne"}], "type": "database", "id": "573ee10dbcef4c5ca3f100acdee2d24a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "20c1bca054d54a22a256aa7c65646458", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "45ff49bbcfe34860bba164cca8c236ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fb06e28a0f33488286f396cd1fda7575", "region_id": "RegionOne"}], "type": "application-container", "id": "53e4ac591dc840d9952dd08d524d730c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b76c6c7627434a5b95357a941144973f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ec94919f750c44ea92f26512e8ecaf8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "270b9cada7ac47db9f90099df2f118e1", "region_id": "RegionOne"}], "type": "container", "id": "2dff5e35adf44bab80506c164ffc5806", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e5d4ef90f49b42498bcb46132f21ec30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b823ac4b164b41fcb43b9eda65dc564a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a4707a1b576a453ca9693d33be202a54", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7129c07851b34a7596b6cdac20f93d19", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dcc18ca188644b48bcd2f3c910a075aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "41a3a93cc14648fe8b922c97f609fdf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c3406adc9cb047bf8016e64b89ad91a8", "region_id": "RegionOne"}], "type": "rca", "id": "d4076b9715e345a3b399f2d4d0a4b4c8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "44f5714cab554f46b22904985fad9908", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8af14bec24de4cb1bbfa502fadcd9b06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c5d34e08e5d74a299dec64baa2593a39", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "04781794ac404fdc894fd73c98c19f75", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6a66813dfc55477394dfd7d190bc08cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "507d42db1dbf48e2b7d7357d2a3f0f60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3922b43cb377492aa98d32bb0912eac1", "region_id": "RegionOne"}], "type": "network", "id": "e67dff6d75d540eb97ac7f75aab46d74", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "8743c7ff1b854cef93c5917e0cae7b3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "afb242a8a8f04af18380e6c3df783772", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "30f69010d24f4cb5b9074da060d860bc", "region_id": "RegionOne"}], "type": "backup", "id": "4be497e19c4d4fad8f5a1cab5a124401", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0d057f4a6e4b454eb02c0eb86aad030f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cec302d25ce44682aca8cd3f843769d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8601c228aeae4969a4f1577e5b135e34", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a5ec96b51b2f447c966c5f4ad8ed28ef", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c4d33a1428f84c54a56ab4f1fc1af3ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "00bd4d66a3b144c49e42f89532eb3926", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3b64d4755b2f4c16b13c637c037e3599", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c6863f483d344a24be8fdaa298c1d0a3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3407ee108940401889b66695757425b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d11e2c5296f143bb9314b821fbc9d6b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c3f7ff9e47e74cc1b4290eb0d8322ef4", "region_id": "RegionOne"}], "type": "monitoring", "id": "066b5fb22e89446bac2ee6b4e9e4074f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "65472b10ffc044289520fc6bfde8276f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "992a6f94fe274de29ebd176d301bdb03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6e4b57ef113a43efb9cee4ba6b4e7c6f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "fdb9e207946b45f6924e2e039da567c9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "90d5133015ff4a9a820a081e9011d103", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "55b94b77f4f64e83b74ae6e0a90cde8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b25c24d9a6f24146bf80333ac7cf6211", "region_id": "RegionOne"}], "type": "placement", "id": "f484a7d28af44a93835b2d87fbe7a9e7", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6dc517f5d10147148c077d41b9fc8efd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "925abb3d80c9442ab819cfdd1c398b99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c45e80a56a6842fe826c2f295e8d2fc0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "87dfcc4fd71e4a33b914c050c5ed3810", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4a07acf9434f4910bfb94b51be3697b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b83a6fa1909f41deb8b2729f433ddb39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d8c13e483a864c06b2ef83cbe6daac4c", "region_id": "RegionOne"}], "type": "ha", "id": "0f3c1e3631f6497fa2b7c73ba014319e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "23bbb02b865c4bbf8fae6bc03fc72378", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ece794d725694b7f9ae409b0d5cadffe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "0946c4fb75474bb1814ad5c915133bab", "region_id": "RegionOne"}], "type": "reservation", "id": "2561bd9a329842dd9d816f724023456f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6c597e270f5e40b488a128c1097b808f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0d2712f0eede4fd9952a6c55c72ffd39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "9c3872d9e3ad461b823bb282cbc0b644", "region_id": "RegionOne"}], "type": "function-engine", "id": "d4f2a0882eb0482f9b9278584d8088a7", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "67cb75bcd6f4411f8284b60d78a3a90c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "daa7135918f746efb2213eebdf29ed81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "57d2fc327f804f1db7564a4d926f34ba", "region_id": "RegionOne"}], "type": "accelerator", "id": "64f532c771eb4bbabc8dacb6deece025", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3d86440377b54001bfa11af4893b6d73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "80746521e72b4d939766b8a71b675270", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d4919071a15548a68a9464e5f495f7cc", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ed5041f961da49bba00945a409b75891", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "aba908a01bc4441595d562e03852afbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e97e53c126e6451cb7a743b328ebf145", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "55605e3898d94100be80c2f91151472c", "region_id": "RegionOne"}], "type": "registration", "id": "cb27d58b666e4f11be3815e459237e94", "name": "adjutant"}], "user": {"domain": {"id": "bbb73613f48d4e8db09a3dd5469afd03", "name": "5afa76a8a1ff4dddb34310ae7953453c"}, "id": "a0e299e286074ed199e1a5ccda848ff7", "name": "53f24c12ee0f45e5a163e9ce305f8249"}, "audit_ids": ["ec0d17c669f241be96e3e4564a48fc40", null], "issued_at": "2019-09-19T09:04:39.080328"}} 2019-09-19 09:06:39,222 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/flavors/1/os-extra_specs -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"extra_specs": {"key1": "value1"}}' 2019-09-19 09:06:39,226 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,227 keystoneauth.session RESP BODY: {"extra_specs": {"key1": "value1"}} {16} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_projects_v2 [0.200396s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,200 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,204 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,206 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,208 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2019-09-19 09:06:39,277 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}10e40f0a0e8b6357b7682b808afcbb6a7b0b7284ce4fed7d9096367b13297587" 2019-09-19 09:06:39,281 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,283 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "99770a3715794ff0b4e3e6863c77271e", "name": "projectName-2"}]} 2019-09-19 09:06:39,321 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}10e40f0a0e8b6357b7682b808afcbb6a7b0b7284ce4fed7d9096367b13297587" 2019-09-19 09:06:39,326 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,328 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "99770a3715794ff0b4e3e6863c77271e", "name": "projectName-2"}, {"enabled": true, "id": "c9e60bc261a647d58703a5e841427954", "name": "projectName-3"}]} {20} openstack.tests.unit.cloud.test_floating_ip_common.TestFloatingIP.test_add_auto_ip [0.068057s] ... ok {27} openstack.tests.unit.cloud.test_cluster_templates.TestClusterTemplates.test_list_cluster_templates_without_detail [0.181938s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,220 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,224 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,226 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,228 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,240 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.154371+00:00", "project": {"domain": {"id": "8d2250133e4c4b7e952c38c2a37ba83f", "name": "da82d34e65df434d804ad129d0aa1a01"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "67e7645900f844c0958e7a17b5fefa22"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4dc1671d3d054282b5f42aa4ea400f74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0690c226d12549f3a448ba3add6d2574", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "955da595445a411a89179a5d7909945e", "region_id": "RegionOne"}], "type": "identity", "id": "34146ed49f5144aa851dee87ed09e55b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "04ff420488a6408ea424edacd8601d97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3bf900acee624dce96f336f9792af04d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "19f342cf2eae46e2ac0bcc3771436609", "region_id": "RegionOne"}], "type": "compute", "id": "fc302710b4a54cfa9ed4d8b67be6af64", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "05fb997b97bc48aea44ac9e957501235", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5e0847c02a744de883bd725af5c236ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "08deb4ad7bd244789102cbaec16007d3", "region_id": "RegionOne"}], "type": "image", "id": "47aa793fb3f943d4a9134bb086ed4054", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5eaa24db059547788478d075c790af11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "980bab515fa74b21a8873e7153b99f2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ab62701659fb4ecb8ef652a195bf835f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "368997f7df89445db9e9e85c199a6056", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1d4dd79902248a287d4a21a884772c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f76ae55272e74b16a4696b3ceedb4e80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa2697f6aaa74d3d9a8d38473b05877e", "region_id": "RegionOne"}], "type": "object-store", "id": "41fa55b930774661b68d9c6628623ea3", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aa13e369e78947d389153ad2e78d5fd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b670bcb525c1429188b4343b3dae5e9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "270f88634ebb4e19af8f0db877672b13", "region_id": "RegionOne"}], "type": "clustering", "id": "abddf6a4b8db4ca49fef81ec1956288b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "49ba9d0ef9d24e63b6a7328956a33427", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6d67690271444ee9874633690d77155e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9ac2c939182f40dd8ac18bd82eb328be", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "770b6b4dd70242dd8329b6c6ee8b48a6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6171a17957f049e39199addaa247e46b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "383e412bc7af41ea996bfca57f5065f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5567189dc4854098928f197deab2f9b3", "region_id": "RegionOne"}], "type": "cluster", "id": "2f07d5a957454a3ba2cfb5b08f0b28b9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "40ebe6f7f4cf4c2ebb753a2f17ffa7ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "700cab4443204d999c8dc602ebd02970", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c82bd3ae8df24b9d9b40590f2d4caf5a", "region_id": "RegionOne"}], "type": "data-processing", "id": "d27040dc650b476892122b7287c012b7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "445d389a1f2c4785ac897fce3f4143fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d119c0c9ecb14081b83401a976b5ef77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "267bbf71f21a4bec9905162378876a83", "region_id": "RegionOne"}], "type": "baremetal", "id": "07ad05dcc3694c1f8b46c4f94a1e7480", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "284369b1237248f8a0cdd59f25550872", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "37248c12a4f841308fe1c8a9849b75d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8088e8b29f764d0ca1bb32d0e0cf6c2c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "dfacd3271e594e8787b6c64e09af8c04", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "da87ff54c8b64a32adcacb46b30848a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "683f4d02c4994f89bc4650f598dde71a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5f17817bd69f4823a5ef15e6c02bf7f8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e7090d86efbf4ce6a95561b6d20d73bb", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "694e0fbcd7414942adf8fc844bcbddc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8dd76e13285542af8ce9bbe6344051ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "a44a8ac722d74c519cfe836e5b7e368a", "region_id": "RegionOne"}], "type": "key-manager", "id": "6d52fef9d0424e4b9a70aa6e791fefea", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4b08263b8f944b9ca40d4d8f01131858", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0467174fc9f24268b31f5b3925a9fb4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "86e29a8f1e0a4e4d8b38a84eb95fd95e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "98f92f7beed14545beb3497d1a08683b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fca566bffeb24395afa3b347f6b84c45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b4ff4e0d134d445fa42b4d89197a8e97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e99eb8a38a164c10815e33669416b195", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9efa22f8379845d68321bcfb3e122812", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1c8a1b906e1940139d8c846080107b3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2071a91dd9ae4d918545b4c14df901c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ce87ee17028047949392357f75780e67", "region_id": "RegionOne"}], "type": "message", "id": "20c24533cb8f497982a97776f60ea65e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a3e8c2ee7ef94ddaabebc18cca0437f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6abab0c77ab0462497fd749fd6e681c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5552082ccd3a4605a40b6ed755f539e1", "region_id": "RegionOne"}], "type": "messaging", "id": "72039286acf14de68701e5244d306135", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5ba9c7ac66b94ff48a3aba5c9caea818", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cf7db599e938431cae0351ae33b4b031", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ce48873659fc48bc9a13e4326dabf587", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0875e286d72a40d7afaa094cdfcaa050", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c6123dfc6fc462ea8d1e74d63f54992", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b60785cfffb84b318e85faf638378a6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "06cb4aec54114d1c9d0bf64571d7525f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "463d7ea914794c96b821126f67f6f578", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca98d68ae3a94794a2aeac9775ce1336", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "960e30ef8c4b4c0bba23aeeeded6bf97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "164260e5aceb44aaa5b11c7b8e0f8295", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e2a19e77139a4597b1a642fa3298750b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7caf067f642e41b9b390ee1812f5ca19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e586c309d8004158803aaf3fbf71d23a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a4f2a67e785046789dcd752cff09a96f", "region_id": "RegionOne"}], "type": "container-infra", "id": "0d7200be7b6d4fcdab3e721c520bb55c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c51e28e133dd496daec81d09735d2f9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b9c654b6fc554c6b8426e03fc4cfdeed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c8616f7a20154906aacaf95897bdfec4", "region_id": "RegionOne"}], "type": "search", "id": "3811633f77124f708895cc609e4ed15d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9f51471377ad4f3786c4ec39db35c33a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3993e31b18514e64b6cdc1d96797534a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1a6c93691779439a9e41500ccd6cd6c6", "region_id": "RegionOne"}], "type": "dns", "id": "96fb8eac81bb4373b3b181c653b251ff", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "59eee529c1e34dc083568c20120fcac1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0ab0af3845304c8e844f1618f3d63a02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "507b01a58c684845b3f8d185537a0a58", "region_id": "RegionOne"}], "type": "workflow", "id": "833f1c3fadf3496e90eabaa3085b6d99", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6e15b2d32b5b4d56a37d1bc39b802f01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "03d4824adbe54546951c98a9d41ff21a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "83841b5b03f3434bb589cd3d941a459b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8dd831ee33ec4f4185ac87ed6c2d5d8d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "21d446d9a0f2476ab49dd11c85d3e7e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f1dcefbed8204f8985f7bad7425b6dc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "929b8999ce1443a89de6a5bd24e79b83", "region_id": "RegionOne"}], "type": "rating", "id": "8efe7dbd4d054fa983c3d5775e6fb725", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4d807074df084fc0a8d855f2325939f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3efa60b4579541e3871eace8e7ddaf00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "55f961ee63c54a3ea4a8ad1801bf8181", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c6a255268a064dc9a7d6b32b08a80a4d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "14dacc7d1eae46e2aa46dd1bb4864ede", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1c268e29d23842a88c881ee253fb2740", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "47adc9db43814071810d65cfae6943db", "region_id": "RegionOne"}], "type": "policy", "id": "fe6df8b56c7c45a59697c21171281eeb", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "37d2d62800b74e13b88606ea64203018", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "584662b2027b4d309bcdb9d36bef7cac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "130f9136e4e3427083a6a27eb74e05a7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "db0689513832430ba0d92a1c5b4b80a9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d7b297d742e247e09a7ad1787c3a0a48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b82d63cc9d364aa79781930fdd169ece", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "96c17c8d826e4a7882024b918cd0e99a", "region_id": "RegionOne"}], "type": "sharev2", "id": "84f0cb39115a42e782605c54ef641534", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4d8ec1010f3c4c2b896e80300a3b4c8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3c99ce464242428fa0ed69762cc8d4ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1d5cdbd9369d4c368316705681f1f061", "region_id": "RegionOne"}], "type": "share", "id": "83892cdb52804a8e86b732ae6c92569c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a188781e60b6484db658d469bc5aa053", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "47cf4067d1814642b3f5eeea7891c119", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "460a3c0e30f04340a96b2fc82303729e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9d9de262f1b049b4ab11d6d90e474e9a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d435556bb1d24ae9ae8f25edf836f773", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "882b042eb76549eab130cbf8f32d0f5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56a032d53f114d3da1f39f8d71c328c4", "region_id": "RegionOne"}], "type": "orchestration", "id": "f97a6a0d48324e18b3282d7c255d3bab", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0537d26244242bfb9e796568337d62c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a74bf932db64d3297b365c75c59f288", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4be9df6327a46fea80ea9ada9ae3627", "region_id": "RegionOne"}], "type": "block-storage", "id": "7f5f5de8aa11437184276eb235a203e7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bcf42db9f91f4988b068115e712bf352", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "034f9ae521c9467585171f9b0b015ff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39207dd840c64d9985a28e2444145cf5", "region_id": "RegionOne"}], "type": "volumev3", "id": "a92aa6077a5045e7b6e73d8ba8d40eb0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95df0330c1cc4ccc81e91b5a94c7750b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "831ebf6ab310475fa454c72a5b180b10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28a7433e37924b8e8acaef6fbbdebda6", "region_id": "RegionOne"}], "type": "volumev2", "id": "bd791ba2f745420e96e7b4cf746cc984", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93cbc4d7c0e24c959f846e105b912bd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f19f69e39b374fecadd2364667beb889", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0478d12157164726a6f479089730b116", "region_id": "RegionOne"}], "type": "volume", "id": "929d5e418ddb4806b1e2b09c4e68774f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa3b7f026a32443eb78eeb87cefc19de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c0c52d83f2046619d324ad86c800ddd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6078f9311547430abf97bd967680c8bd", "region_id": "RegionOne"}], "type": "block-store", "id": "939712c6852e4fe7b9e3006a431325bd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9e77eee950b74fa08a6cb043cae57e1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ad775697379440119587ddafd2a54bdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "453c703222f1462bb4e832be3fd3440a", "region_id": "RegionOne"}], "type": "alarm", "id": "571b28c449eb439294a5fa93d1accc89", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3d052abff29f4f09acade5ec49ba81a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "332b35e31af34b28a76e4a072ebaf4b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c40c76b99c0a4f809e96d5018050a475", "region_id": "RegionOne"}], "type": "alarming", "id": "7c8310ca30ff44dc9e2503e73fbb2136", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e78f6d050a384e3ab2d833f50c027f92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "09a60d88cd5349b4aa96322236504df1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4f007e09bfe94638ad294484b67f01d1", "region_id": "RegionOne"}], "type": "meter", "id": "c1e45693b4594472a3fcbb7391cd8671", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ba76ff1968084f6a994eb6f82466fef1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dfd3fa95d3e54336a66486bdb69086bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e1db12689b4a4796aca58939e21945f5", "region_id": "RegionOne"}], "type": "metering", "id": "8464a0971f6843e2a80f808e43c6582a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f1d4b05c33024d80b43cf83c22990294", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d54952b73d4f417d8c9ebe44e2563bd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "39b9ced2da504b6f9690ffae1fe3f269", "region_id": "RegionOne"}], "type": "telemetry", "id": "7d831bf509ee44c4aca285e8eccfa6f3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "030fce0ed3854b27b3e8a1ed52e5560c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ad621ad60873460c8eb62344712af7df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e392ddd5006045a08cc4a6a7ac97cf7a", "region_id": "RegionOne"}], "type": "event", "id": "dc62f29f46f44812af63cbf26534495e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3faa443e468144f8bf8c90422183364c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f0df8e7504b847df942c06d64a9329a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2fb5dc323eeb445d91851ae0d2f706f5", "region_id": "RegionOne"}], "type": "events", "id": "1581c53e97004c7798de45f08c4e172d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ca4ff5215aed4352a71ef6aac4e29e7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a505c51fbdb84f13bc4dc2861e0ec3e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3a187bc7b7b248859d4627a551543cd7", "region_id": "RegionOne"}], "type": "application-deployment", "id": "198f7330376c49009cae10d433650394", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6502e8a0a125437dba7a8237856667a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "914b511c63224177a949c5cd7008ccfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c743f1ca0c974df195da8123789b2504", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6587853886334619a9371811e2498866", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ad6be7a239c04f4bb69d6e6c901dee75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5c14adbdc5a64c3f997d00325b3bfb46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9490f9ad8b5d4a798285ac6dd832c140", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a6ada1b452a94e1c83bc09faa63bac6b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a73fd0d36b7b4f529e30d8c1ff91e726", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5c2a714fda9040cca83c5e77606c7fb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b5b0971b6a7f441d9c599870a578a01a", "region_id": "RegionOne"}], "type": "tricircle", "id": "ad9ed804a8f841d9b88e7a59434318df", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7906f23bda274740a4db4573117b71eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "63e65e275791430e93656cd4dcf6425b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6464fe5eada443c6b907b60f88e5ac3d", "region_id": "RegionOne"}], "type": "database", "id": "d9db80234cec4f5f928a024a654a05e3", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "abf7ad7711b5423aaf69dbfa60f55966", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a5d4b81db58f4ed9adb7bcf05b207ea1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2e119b3b9b6c4843b5e9a841b86329b6", "region_id": "RegionOne"}], "type": "application-container", "id": "c03f20141b114d24b92aeb20739e050a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cc1d4037776342ecb660a985a204bdb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6413d87e80fa4094afa83864569ff26e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b3f88fcddd604c638360c50db096b272", "region_id": "RegionOne"}], "type": "container", "id": "720fa86fd3ab48c8883bbd3e81c794f5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b1834f9aeb9c4db599083abf5fcc75d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "eda43374fde445c4baf4cc45e1c475c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bdf00719f7884b1daf56745cf5f700e4", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "547dc09f59ca4b779a8a80b099b15ce6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "554da9e241a14aea9b1227b7970f378c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3a36011315a74b65b1664cc1873e8e4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0102ff87a1154bf68d6b305401149ffe", "region_id": "RegionOne"}], "type": "rca", "id": "d4ca0058fc4e4809a2da9e51b5b33130", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "37a0384cdbb7402a86ec21b61226a8e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "584fa9039bf249308412a6c06edfa8e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "acf414b3516c427f9b2dc4744c21c610", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "15d0c101ca65422789ead221016ff626", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ac9a0d9021234e4abbfe015aa4dc515e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9902e19794bf4a2db9e9beed33121e59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "cc8022473f5f4436a2b54cda5ac70ff6", "region_id": "RegionOne"}], "type": "network", "id": "4cb577acf2a4486b829f8daec369c310", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "fae17356f9424c83a4b9310b340f0800", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d861643556a04e45bfe9594869b5da73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7fbae183fe2443dda0b1d4813ef76014", "region_id": "RegionOne"}], "type": "backup", "id": "8fde848e85ad46179bae76a6374015bb", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1afc462a6150483ea1d0697da32061a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4a41e125bf244ee39721f7c237e8b7e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "11c4bc01170e4976a10d2198397b47fc", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1df26cf83f69437dbf718de2e2bb4d98", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ee57869b30ac49c2b1017d06bd7bfd8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d90a09776d90419c98ac4b6c34cf1108", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ec2a07c1c8b54386be1b155267e2bab4", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a6769f266df1455fbad792291bc322c4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "63a94655f6ef4f0ca5977397b37822f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "91ccd6d54a524a5a8b8d19959f3bd785", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "318dbe7d8f694e708cc3304b4a55b87d", "region_id": "RegionOne"}], "type": "monitoring", "id": "38f62ea2aa394719842a2ed171303da0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2712d86115b44691893f63f7e4dea9b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e6f82ee499a749b98c11e64a8fbd38e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "796aa13324604a0ea63f40ca4a7af01c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d3d9fb62f5d245ebaffda2e080d79859", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c2fb526a8e534bdc8c2c5d720e82318f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2680dc08bff34f838eb1939fdc46bbf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9710678f3fb94559821d45a6bebe3fa5", "region_id": "RegionOne"}], "type": "placement", "id": "edd4d810dbb64928bd82a9f112ac5477", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ed9b3bb43b8d4f97af3b35ab31bc5b4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f7900d040282469f8a244e5e3c14c708", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d10a6f3b11dc472090e9ec4caee8fe52", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f19311bc31e847fc8a8f2365348edd8d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e1a381d67e124e3dbfc36b1c70791ef7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a5876e4974304fd4ae43c8b5a65bbb18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cf48f0ef10894d568942aacc711c1657", "region_id": "RegionOne"}], "type": "ha", "id": "52d60e6399244752a488b312711f2d7b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cf452c9722a44f69af7256442463be70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6aee19b3dfbe4728a3771dc5e9c8ab0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "131d81b7281b42ac954070f52b53f243", "region_id": "RegionOne"}], "type": "reservation", "id": "0cc65ef549d84f70b15ca37d6d6e6e2d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "83ec22bc967447648cd976a23874cf45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cb1b562f749847b2a38e56120196346a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d3edd29d35034f5ba8f58c09f4832e46", "region_id": "RegionOne"}], "type": "function-engine", "id": "571bbd71fe5145098e91ba9c8348ed34", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "737a61732cd0496a8619728215267823", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4e6566cd3cea41429b21c64d9668ee66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c2f8d81f548b4938b5f89fcfd6368aa1", "region_id": "RegionOne"}], "type": "accelerator", "id": "927e914f0f3a47129009cd1784e1d39a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bd9ac2ffb34544b7af2ea4311b0ee7b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bf0d6fe5b1794047ae615ac6ad16f222", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f817de47663f4fd2a1b1a56e0cda4f8e", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2579eecbb0414eaea828970afecb54f1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c4a3ff5eea0e496f9bdde886136b7daf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a6590d79cbec4262815eff99afcb1d82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "23f1cfa299f8405e8657c4a9550d7b93", "region_id": "RegionOne"}], "type": "registration", "id": "cd4ac834c5544a409b2191d428a56c56", "name": "adjutant"}], "user": {"domain": {"id": "0f73f1265c2a432fb09f1782e6af2e99", "name": "fe9dd914ebbc48c3b2267c167395d0ab"}, "id": "cfb4d98d3e014a8fa661b6eb70054118", "name": "f67f7d70c8ca48868c4c36a5b7e7ff92"}, "audit_ids": ["2c57a99ab44440cc904297c4f5980bfc", null], "issued_at": "2019-09-19T09:04:39.154371"}} 2019-09-19 09:06:39,303 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/clustertemplates -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,307 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:39,324 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/baymodels/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,327 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,329 keystoneauth.session RESP BODY: {"baymodels": [{"insecure_registry": "https://192.168.0.10", "links": {}, "labels": {}, "updated_at": null, "master_flavor_id": null, "uuid": "fake-uuid", "no_proxy": null, "https_proxy": null, "tls_disabled": false, "keypair_id": "fake-key", "public": false, "docker_volume_size": 1, "server_type": "vm", "external_network_id": "public", "cluster_distro": "fake-distro", "image_id": "fake-image", "volume_driver": null, "registry_enabled": false, "apiserver_port": 12345, "name": "fake-cluster-template", "created_at": "fake-date", "network_driver": "fake-driver", "fixed_network": null, "coe": "fake-coe", "flavor_id": "fake-flavor", "human_id": null, "dns_nameserver": "8.8.8.8"}]} {0} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_get_flavor_image [0.503557s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,804 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,807 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,808 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,810 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,820 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.743511+00:00", "project": {"domain": {"id": "c6ac51ad1d3f49e19aba21f7c348000b", "name": "fc6fccf5151546928fdae442064f12d0"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d45ae5e128ac4f29a77c4e4ad7ddec2b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0e175092e3824c7789d3d221c47efdc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ecbb68f6a161466ab6084db006973542", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d9bffd803a504f25aa62950544a0da15", "region_id": "RegionOne"}], "type": "identity", "id": "7de5e8e2eded45b08070abdd369be28d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "45ceb7806b9644c3a8f675b2083ac5ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5fc857eaddd54c41810db02f463f93bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b2895f744d7e4cb498273234b09304de", "region_id": "RegionOne"}], "type": "compute", "id": "70a7c45ba03d45dea412430e13b7d132", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "92aa4b13b5b84f89a4643cce031b9cfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "663813b422d7433abca1a394a1c42e2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "58fbeb9355c74dd7b8a7c7497f0ee163", "region_id": "RegionOne"}], "type": "image", "id": "7b2de04180e9440bb9281848fd6c7dc2", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1226078236144796948666a5cf41a5e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6b01b174bf5e4e9580c41dd6e1b281fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6ed7c357ea774338bd2008640ae20a66", "region_id": "RegionOne"}], "type": "load-balancer", "id": "05a681eea5d64c44bea9f0e935c1f4db", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c7eab25d36d4021bbf6334639bfe92d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f0bcc2d21344c8e874968fff52dad71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9de70dd348234dab9121d1ba42324c6a", "region_id": "RegionOne"}], "type": "object-store", "id": "8c6a4e03817a44c79dcdfa24aef8c7ef", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c1418141c0904d49b07de4e43b12b276", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f43d0091f3c74137bd0f3e57227030be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "17a9dcc144a94e1ba6131e505962a4ed", "region_id": "RegionOne"}], "type": "clustering", "id": "8cbd2ab81b5948c88094fad21b66da47", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bbd772e3e9b84a07bd79fc1906282f01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2d7341c1071d4aab9f9d7ca4c6cabf42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cdb8bfe4fcb14749820f5dc07acbdf0b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4c0d246b03644281acea10fd32b8a116", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3b48798ce68948ab969e5cc81a53544b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cb24274a40d64cf9a9a1ba3c79e2bc1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9c03e40560254c6d91d51d9a39f3d8d9", "region_id": "RegionOne"}], "type": "cluster", "id": "3bf979816d754c20bb20e4f84392ff99", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1e7d7be0815e42d1b3e0e55526127fc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e828ddf907434b21933e923141497d9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8f2e5b7d8bcc4a6498d6f57e8a02151f", "region_id": "RegionOne"}], "type": "data-processing", "id": "085a180a4ab14a1795abbece74905781", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "53325d2d87c84aefa5ffb25348d133f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c5adaad22008463a824d60d5fea9a5ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3150adb15b7441808d3ec664dbadd272", "region_id": "RegionOne"}], "type": "baremetal", "id": "fd8c6a95875049899110bae4f805e4d3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e182c0127ee74e6ab6725a3fa6fb441e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "87417b9dddbf4003b13a3358c09f2799", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "32fb2a4269ee45f5a92fe017151c95a3", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e6ec58d1e1124b6db82c906cbcd46c46", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cd7d0a8f5b3b48deb5619545c9a0faca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b009a12e802a487b9ca609fc797a09d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ce53ab9b0852459889c9b14194c0e8f6", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a1c46e98b9af4690a84e37bb1b28032f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4ea0d655e4a349cc8bcd8e82221c452c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "da47958fa69c4451bd79eb4e47c2a58f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "11d71478b7924603b62ac48c06ab518a", "region_id": "RegionOne"}], "type": "key-manager", "id": "7f7bd84b91eb47e28acaf07a0c124496", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5d034461bb964d9f99386645790785b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0671aeb582e24c04a803fe75bb83835a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "97fa51bcdd1c4b7b8bca3b0962ea3f90", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5bbac4073da44caf8ec3d9636b450aeb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "257152363bb14c3c845d9f9608510333", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ff3d11d509ce4b06ab10c25411060333", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "27c90ef7779b4ff5bddb4e4014988810", "region_id": "RegionOne"}], "type": "infra-optim", "id": "17f79624357b431c84f8d9957947cf72", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "eb06a07ba87d4ae7a2f79382993f4407", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "41da9e020b674052a9f6978edbd8196b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4e49754c98cb4a7bb01b17f484d76c1e", "region_id": "RegionOne"}], "type": "message", "id": "049b2cd459024ec5942d9a0848d312cf", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0c11e7d260e8463b994e2d8cc121d098", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "86a661c532764baeb402dbdb0e1e7e8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cc034cd825af40378c8e2d2283f41804", "region_id": "RegionOne"}], "type": "messaging", "id": "4b37c8d87cb541a2b03fd4f4b139fdac", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "56ecef2f8a44407eb8b87e3fde955676", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "851005f1b045495ca5163a70f117e84c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8f025c69f6af4399944a649ae280577c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b2e733a8835f4ffaa25dff708bef8712", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca46b5b0a4ba4efcad6c308a21b453fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "118ca89f245546b3946538567073ff59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "20b1310136774562bf74c26b2d01653c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "bcff87aa54c446068190faa355defe4d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8ba3793b76644fdbaa21a7c9016edf3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "538aa5ba5a51402e810a1d689f503df6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cff343356be14cda9a96f17f8f955fc4", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f6928107ec22428c8b8ca5aed04f3e92", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4fa88d9f4a5340558f514478f920bf7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a36a598007f4470b98f24ee205a26d2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b3306483e4de4d2c8d25703d6384aee4", "region_id": "RegionOne"}], "type": "container-infra", "id": "6911b84f7d784215a4fce34256e23d5e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e14358b4c06e48339c18344986e59d9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8a2a0eb0c07840df8eb777a4ba154b8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "8afc666ac9a148b896cbe7d17f6f465b", "region_id": "RegionOne"}], "type": "search", "id": "24eb537daa114106a40d9e566bdd16e3", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "7cdc952e5f944ab780afecf11a81e927", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e8e6c5cd2d794e7ea70a9cd4b5d9a90a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "04e55d40953049cb91c53ce6c97a974d", "region_id": "RegionOne"}], "type": "dns", "id": "f5461b0fc5b94180aee524a37db07c7e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5053b95907ae4e02b129e09f90ed551f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "33b1965dfcac4d4493fb9570aa2c03b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f0a61dedd4d847e691f1185668ccfab3", "region_id": "RegionOne"}], "type": "workflow", "id": "71c5a6e68e5548daa05648c414b27543", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5a68b8cc42a9471f8706fe4ff33005df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "702ddf31ff4a4383b589291bd35f5a2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "61d8a7e58af64077a1f32fbea47ba794", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e0634566973b4b48a8332c1429e68246", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2adceb0b3f3e404fa144382498413e00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4049aa6f3e26420ab7fc82ee75d3c9f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e3877bb558254df1b543f4c215be0a38", "region_id": "RegionOne"}], "type": "rating", "id": "75fa7f37c3724d439791a21d025e0ac3", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7fcbebe051354f7abc8e1844f9b4cfbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "90399a5cf54f4f6a98c3e53495b35389", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3eaca9c20bfe4e9687425194c17ecb48", "region_id": "RegionOne"}], "type": "operator-policy", "id": "43b1c040fee34d45b15bd94d5eebccec", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5578efd303b4446eb9c415b6c15e661c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f858a73241c941a495002a583c687d4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "60c76494287c4bf68cccee75c42d1f42", "region_id": "RegionOne"}], "type": "policy", "id": "a28638c4ba6f462eb38f658cf982f215", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b3b4194e6b9c408e9b6ab4491574fdfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "802a803b44ba41ef8bdf8b8893459e81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d7ce2e91c7d24c27bb188d9ac92c4d34", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a6a96f1a6353457a94d003c22f0cea62", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e7cbc7f22c5e4e31aaad025d9aadc43b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "abbefa68ad414f439ac8368971b6be7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "022dbe72b563407a9ca7a1d236bfb19d", "region_id": "RegionOne"}], "type": "sharev2", "id": "aae624d85953438d8ea76b75bd68b772", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "33a195f6a19346689de36d9ab0e86cf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ad027f06fe6f4ce1a3258eed80d9008a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "315a1c5dda404f10bdb188c4324350e8", "region_id": "RegionOne"}], "type": "share", "id": "475fa08e5eb44a57aff189f4847e3c24", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c19ea5a4827648569872de72d1fb250f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6915f17539a84e24b6fbbdd334c72fd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9aadfe8dc6c94adc90833891f2744d67", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8a7384c3b4464f1db1bda52690cf28f7", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "231f6f6c8298495aa496c1f9fcb4d0b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f0df025daff4957811b9c48ece794ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "459c648216674bbfb62f45dad399658c", "region_id": "RegionOne"}], "type": "orchestration", "id": "7964492927bc40eb8399d052442cfc00", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6321eefa4b8d44d98f1dcd45f4e88a7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcf64ce889154cc1931d6f6d967e7160", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51f168041be5474f8b7df1af301d0397", "region_id": "RegionOne"}], "type": "block-storage", "id": "bd4197476f7f411986e99b5847275cb8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9263f964364e4911b163d118a390345e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "369aee01919544e895544469f3110121", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fbfa9d5faf0f43c1847ccb1ba37b2445", "region_id": "RegionOne"}], "type": "volumev3", "id": "a065e3ce47a246338386fbac38a71b87", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "358dbd7201a7495681de875242d9918e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8170c2bbfed04be0966c983552071b34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69abba94da1c454cb63621f567ac8b64", "region_id": "RegionOne"}], "type": "volumev2", "id": "77078ba672014589a2e11634dc34ccce", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "113bba3bee844fbcad7a8b5aec7f46f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b381d6465694b7aa795d601dfe2340c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24f89d5ae0f94d5493c1bc21531b16dc", "region_id": "RegionOne"}], "type": "volume", "id": "50bb3d7ad6af431da1493038878bcfb5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "735092b449a34b11a6b76c0a44c39c82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c26fc1d54ad74142bfa7bc2bb23a9b98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bbc646ca09a47cabce29fcd0a74eeba", "region_id": "RegionOne"}], "type": "block-store", "id": "f24ed736683e4847a5f53e794219d21f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f95ab8a38a3d46adbced9d67a2e425fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c7c628406125428987e81c3d07c8cf2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7e37ff8f9b804e43a93b113cf6dfa5ce", "region_id": "RegionOne"}], "type": "alarm", "id": "c57f268525bc4f0eaab38541d87b2d2d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a7e7da123eb24b8f9e36a5d8a916178d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "98c5a43e2cfc41d29caf01a1bcfe3955", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9e79434db175432b872364a6b7307fb4", "region_id": "RegionOne"}], "type": "alarming", "id": "7204f86224b54dcabd14e7a21e930a8c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "99ff9cb7fae64d1e928538c88ccf0d63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3392d0d9bcdd40428cd9892386cb232c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4509d35d7f6143f4b6aeb61272f43953", "region_id": "RegionOne"}], "type": "meter", "id": "c6ac464b6fc0491fac39d34eb3465bdb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5635d41b97a243d78bfd89506522d001", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b8903eb5daa04bd28512cc5e171d3b62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "677e6c6c561546719c11c870b59ced0a", "region_id": "RegionOne"}], "type": "metering", "id": "e80cec48fac7401c94872d2f86513519", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a2766cf3d0b144baacd3719bc139784d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0e68940719934bc687e49d2298ecb3c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e3147901e6fb4a7e82354e30b5f0bbed", "region_id": "RegionOne"}], "type": "telemetry", "id": "32bfe9881f534297957b21f8a1661931", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "905119c658194d6da8a52b15c981bf7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bdfd3ff4b75a4f1ea292271c9aecc5e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f1767f5021eb4d8dae1aad4b25a5afe4", "region_id": "RegionOne"}], "type": "event", "id": "9556c302967c49a2b771b5283c0f6074", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7f6f364e714744688ebece4afbacd2f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2220053ca9db4b38b7042ecb943aa7a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "55d2a18e065a4682abf1119613f53edb", "region_id": "RegionOne"}], "type": "events", "id": "78702a73750745a7974c64fd71c1aa7d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f9c770ab9d67492ca33454bb7e7d07bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "16da2b82b57f45d5956c12bfe1a442ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f3ca3012d56a4440ad5b0bfa449f4201", "region_id": "RegionOne"}], "type": "application-deployment", "id": "708c6f35ec1f4c27bb4d3542f35b4f6e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ce8f96f5c42445dbb8d4fdabc469b0dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "636ed7e5f28b42c5b6d013a6dabcc84c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f031150749554119b65faf18b8ecb57c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3b4053d6851640aeaf57f6fc7a8663cb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2a443a7d5a3d4d30933932bd36bb06f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9c22b226e13744c5a3702e9526def3d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6ed3d51552ec470e8c65d609d67a4653", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "82807ed30b4e42e79dd77120b3a738b8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b2e86b9659e64a50a465d8aac446373c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2516e89d906b4be6812bbf4704886cc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3caec2b103a443f0a1d58c9c94edc84c", "region_id": "RegionOne"}], "type": "tricircle", "id": "5356a61aad714c99b7f3afe03947ae3d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7fd3a73ba0c04df188d4466d7d8f6d35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "80d1fb5fd4874ed2a6a044bbd2c7ba8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b25fa424c3904f888f7925e7df52fca7", "region_id": "RegionOne"}], "type": "database", "id": "238c39b6d565438dab3c4f5470412440", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "575e05d0b14342169fe44436ed17b1e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7f1cb5c356444a2681c4d4bc7198050b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f4d972a4fdd44021b06c11255ee023be", "region_id": "RegionOne"}], "type": "application-container", "id": "9befad4e38f1413b8086607cf466e65b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fe065d8466074902bbfe475dc4d8ca76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a32b9eeb106c407d886e687382cf5f9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "960ebc9aa25c41408d5a52c5c663992f", "region_id": "RegionOne"}], "type": "container", "id": "bcc936b6fd13437f96a830de1fc73b81", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bcdaa63ec5704f6fb027cb9abce804c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5de5a2c7b9ce45e3b5daa8ecb24046b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e212bd2a84094fcf889288c187782ffb", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "5277b30ee3f54e309ebda556124beb0c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "35e4b0dbcd194e2eaae5669585ace957", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9ead1521ef3443929715f7b99b6d857b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "15725161dcd84f1f9d2111c0271c416f", "region_id": "RegionOne"}], "type": "rca", "id": "2a37a2c31684446194df98427019c86c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "43db21bf6ac247b79b87d6aeb0934e24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7f1e246947b446998ce15ddff2af062d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "abea633e8ea74fee85a6c97787afac1a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "49530c0d4df84e10855a04501cba643a", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "230a95a610e148ed880fdb4685ba10f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "af728445b7d54c11bb5660e9ffeaf1ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "74a296b360c744c482d4408744aef5ed", "region_id": "RegionOne"}], "type": "network", "id": "aad5f4e8de594b0f88c1e4e3a9684b7b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7b507d25759c4c7fbadbcc9f47148b85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "08a1c3c644454fbe9d700dfd783618b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c3246c872fe34361b315b6924a58b5bd", "region_id": "RegionOne"}], "type": "backup", "id": "b02efcdb6eab4d209c094b66d5f6c319", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0e6b21041eff4bc69f4637f3e6329472", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e21e4df42a15406c9d431b00674253d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5445167f92af458f9a1574ea5a5d7959", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6a5ad5f6a651459bb30bff1cb6ec28d6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a30afe593cbe4f3d850f800ea251bd5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7e39c1d93d204dbf82360157afeba47e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "45669b14e73f4dad81b184edaa5848bf", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2279c669d10e47d784dfa88cbc2efba6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4fcce5ec8aaf45548e4f253623c5f3d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a486c6e90f90439fa35e9f2f3612e081", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "418ebaf0fedb41bdbf9b6cd9e1c15293", "region_id": "RegionOne"}], "type": "monitoring", "id": "a7b8c2ba35994e5cbd3b232f5b255857", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c9b940b66e15479bb5cd28ff366642bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e810dd381da4420ca0ab3d9b5e3c7102", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d140c289c7a84a10ad5ebc13048a48f4", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d1aca013b5344cd4904eee3c0a49e3f3", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e80a484aded840e18a46f2428d9618b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3c398bd0aadc473c8570a7703bdc6f74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d6ab1896c55c458a864e51633b560482", "region_id": "RegionOne"}], "type": "placement", "id": "227b98aecbfe423296c528c381cc5826", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "95739ad068794bc2b0d0130b06f61bab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "38e6aaeab0a148b4b851b3617f4b99b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3335547a295149de9c6fd735df6b31b8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8b8ad79634104ed3864178f4f324287a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dc72ba8d79fb4491a9ec3263c8a204b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8b1df72a146843a8b9282c44ca32a95f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cd40524e4f724b3eb2f53f04a796fc0f", "region_id": "RegionOne"}], "type": "ha", "id": "c544aac8f6414fd18e48bd84820d49c6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "67b77484ce7f494699a66e2f917eba2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "243282e9bbb848abb78ec5c6f6080576", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "58675ee0183d4c80a8ba6eea93057a28", "region_id": "RegionOne"}], "type": "reservation", "id": "261db47e0b1f41e5a820bb766a7e9c9e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "106ccb6a00244e11972fc330073e93e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "dbb5b553eb4e41b5b833f3adc8b872be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "87574215a1ec4e68ad457f6c764d9ae6", "region_id": "RegionOne"}], "type": "function-engine", "id": "9b6f5d9499a14b2fb957315d428495f8", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1e02c4d362674f43b5ed9572de333141", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b43c27ac4b654151be4ac7514778726b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "fd1fa123b264498cae12aad81ffcb534", "region_id": "RegionOne"}], "type": "accelerator", "id": "afe246185a0c483f9b923ab197d99d75", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "711bd2fa267a4a2ea1f43bcdbd903d49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "02674c4e5b654e8f9014d7f49573d7dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1825dbc545254de192e6338453ee5fd1", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a13d1d21c53841d4baa40c50a9ce3417", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "84c37fb6a9584a819b14a9bfdd215325", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "55b790f8205d4ae1a17acd56bcb23b6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2fba2f76787149118e0faf50663cf23d", "region_id": "RegionOne"}], "type": "registration", "id": "61e34656788249f79ac29ecbd8f12749", "name": "adjutant"}], "user": {"domain": {"id": "ef59c08eeea84ee2866a50f4ce866dab", "name": "27cc17a4a0a14fd0873f08a9b8d894da"}, "id": "f38bd0ad34f1486db9280fbb7edabbde", "name": "351e1052a0274cd2b709b72a10560cf2"}, "audit_ids": ["b25f2b6315ae4fa2ad7a8a472450131d", null], "issued_at": "2019-09-19T09:04:38.743511"}} 2019-09-19 09:06:38,908 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,913 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:38,914 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:39,004 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,008 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,009 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/c49e15f1-0241-4245-8482-f7aa9106adb5/file", "id": "c49e15f1-0241-4245-8482-f7aa9106adb5", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/c49e15f1-0241-4245-8482-f7aa9106adb5", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2019-09-19 09:06:39,082 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,086 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,087 keystoneauth.session RESP BODY: {"flavors": [{"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "bookmark"}], "ram": 200, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "name": "chocolate", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "bookmark"}], "ram": 300, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "name": "strawberry", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-09-19 09:06:39,107 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "c49e15f1-0241-4245-8482-f7aa9106adb5", "flavorRef": "0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "max_count": 1, "min_count": 1, "networks": [{"uuid": "some-network"}]}}' 2019-09-19 09:06:39,111 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,112 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:39,129 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,133 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,134 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:39,235 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,239 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,240 keystoneauth.session RESP BODY: {"networks": []} {19} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_neutron_available_floating_ips [0.292631s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,118 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,121 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,122 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,123 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,133 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.057051+00:00", "project": {"domain": {"id": "1da7b14ff779459190593ea29f9b6127", "name": "bd55b8056f38490e809203883a5f8b59"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d9ad48380ba34b10aac9cde606827551"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "fda7995ed0cf49eaa5c123ff43d85d4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2dd80c7b1f6548fab0dbb2a1e873fc8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "bf26a6a40cdd46098ae29368758be2df", "region_id": "RegionOne"}], "type": "identity", "id": "bcbe345fc72240fbbfdbe7ff1d028d3a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "34181ca3f3c646e69e83d3ac6c89f4a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "113c696f6e6f43fd9d67189a2fd5b7ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "080ffa7e5ce24d839e4afa6f2d035d37", "region_id": "RegionOne"}], "type": "compute", "id": "b7ee7acfceef44fc9f5fe4ea5b13722c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f56d22d9071c41b8a498fc4ffb292105", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0e683b8419cf4add9678ff835ebc255d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "599f328a0c0b4e0ba92b16076914eec6", "region_id": "RegionOne"}], "type": "image", "id": "92c868e3e0634c1b8ac44c5b37b225ba", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6f199643f3714e4887275d924bc49dc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "472bdefdea294d96ba086d1d1334d60c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4522d6e65e7d46fc8121ff40c7144e7b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e8025fdb74bb4ba699a13ad2183aebda", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34cc375ad9ee4412b14e57730e365c95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86f9da409a7541d8853e0a9c6cab02c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fcf7d4f6e5df4913ac6701982e0e0e4e", "region_id": "RegionOne"}], "type": "object-store", "id": "bd5266162931407abf2fd259712084e2", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b06bb4e3c0c14540b7b8056d093ab063", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "426c922c91374f97af2073df00459d7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "80bf94a8878e48bcafdd0c88551288e7", "region_id": "RegionOne"}], "type": "clustering", "id": "dffc4e3323894250b60081305ffc5b60", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6ea2ed8d102c487e95297b2a825b09cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bac0e56193f840578179ab025b859b5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d0a5a57b11d3419e91d0588465efca2d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8366918e74e94675a55c8aa2b55cd3e8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "251e2e943eea4394a6161938bdae8e9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c5f63b4ef849408689031d826e6da800", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2b0e032ce7854e4cacacbd5c003b62f3", "region_id": "RegionOne"}], "type": "cluster", "id": "e9f38ae6ec5647898f9e6556fd7b585b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ab65f3efd0694df1a837aed225527f03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ef47448dff4a4a40be073db268f44b54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "df14976a79d44010841f6c23651ee6de", "region_id": "RegionOne"}], "type": "data-processing", "id": "ce6a2c30228b46afb9d095223616b495", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "15f610c2c3b54bc5b09f31a2a0ed6941", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c520c4cbba254152bbecf571fd49d073", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4645bc29012b4eabb2ce3e33b0791407", "region_id": "RegionOne"}], "type": "baremetal", "id": "b22e847723e74eec9b060ee61f300c21", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "80e02c409be541e481494bddfcae8911", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fc2f72d90f8a4db39a7e0a1ea7f42daf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b22fd0b5b0fd4688938f962c16165449", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a1f19e4b3da44ec49f7c121c1efe7432", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4791ff6a3fc740238842cec9001e562a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8f57e266040b41d4b1c36648e73bed42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "aff93fe0aa164b68be8306ab0a6f5752", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "fcf56cb466254f39a05aa5f8a144dcd4", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "097c0f5bb7a24906bfec78f53af8edd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d2e7ef63eddf4a1da04ff2f6b9cc4f2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "eead3a86cfe94eac88109919cd003080", "region_id": "RegionOne"}], "type": "key-manager", "id": "02e58def2e264b4898d40b442afa5c78", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "24d2b38deaed4d8c853ac460c870c16f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "232ba2cf3161456cbde73d967f43c21b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9aa734f01a0946c0a6048feb769a948f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "377e002474ee4ea59b7e8201447c07bb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "280a137574bb4cfbb77d455932a52ed7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e49ca1c3467e433b987c7aa0ba8b1c44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4aed44b9a65c4614b6023c77834b2144", "region_id": "RegionOne"}], "type": "infra-optim", "id": "dce7ca14575b42abaa29aaa671c5ed4a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "49e2aa0e7bf743c181b69cb92511a11f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3efc0fdf721941079906a883956ac22c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dce564fd4e2a48b39bfd3fcef2ff3e65", "region_id": "RegionOne"}], "type": "message", "id": "64d615db6445421081283e08a0311d14", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a3bb3dd392ba47d39c3b4c18d0728cbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a82d974b75b244db88d3a043a2e0d222", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0f07bbb8b74543c593004713849e36a2", "region_id": "RegionOne"}], "type": "messaging", "id": "abf36b18ba314472b31d144b9039f2f3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "93f449601f5f4c4ba6f77ccce135dce6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ac310fac1f864265b53ec235385cd88e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0963a09794cf41b097f9e6bf8b90f933", "region_id": "RegionOne"}], "type": "application-catalog", "id": "dec46e9aaf5b41f799ae4f964318fe50", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ad037ea919d4b00ab8703b41f5f3a91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d6539f46718a405a873e43cb93f6d19e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fa3b12736aa44d6c90d8b432d37ad776", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "9c51a5f324ab4c699d6ff1c44bcbc049", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ae5fcc6947e24224a1b7d31e5f679c7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8e2e605ad9a84e8abd36394f6cd1e23f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2d844544762043a28c96f24c9d479b9c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "57949770ccb14a05a451bfc84bfeef0d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "54987b1f65554cbf88ccc747a7f84c00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "91ef51fba31241c3bdaaacb7a661ac79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0f167509343f40858741a7ea50a0394b", "region_id": "RegionOne"}], "type": "container-infra", "id": "82c1033253ba44739eb0eb117f830d0f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ce1675b0c9d54245ab8c04afadf46e51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "dc462f42455a4f78b496317647561f44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4d3e8c67305747c691c207d1436c2cd9", "region_id": "RegionOne"}], "type": "search", "id": "772b2f8a7857439bb345a4031b1e0eaa", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "02b2623049e142b4b49614e9705f1050", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c96db6a11553431a84b4cce459ff9bfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4d51c91765f14daca2d48a4d819b4d2c", "region_id": "RegionOne"}], "type": "dns", "id": "f6fd475189494b96bc27ee412d6c413e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f03f2a691f2341fb8b3aa58dce736d9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7d7c4d61399946d18510182722000e31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e5e140516ed1418d8e5119c45dfb3303", "region_id": "RegionOne"}], "type": "workflow", "id": "034fd7a4b2bb4251aff87f21f0beff57", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4db9b5f9f4aa461daa7ec36a8c55ba76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3907f61f685e45bf99162f7f58127c4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a8d3a46049954f469092e0c8735d3423", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f5b92c8f36134332a4ecc079e2842286", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "3248ad945eee40349e42a16367f520eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e5fdeaa67bc34dadab57816c4bfe61de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "504b1940eb4c49d3bb8607a99df99404", "region_id": "RegionOne"}], "type": "rating", "id": "431b0ff8308f40d892c4974af1de5d47", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0fbc0e436bcf4473aef497c7d85d0eec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e3b30751e37745849e45a988333c5012", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "48f1deb2f12844769db0e1687e553874", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0bf4b886b73e4acfa814bdce2dce5066", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "73f0a9aef852406a9ffdeafaf0bea153", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "72b0dd22c694416c9204c75aa28aa6b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "05fcc732c7304bd293fd07d662315331", "region_id": "RegionOne"}], "type": "policy", "id": "4bb79daf53b047fd9e0f52748e4fe86f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6d997acb76a74fa3b69a94b532987355", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8bcd4ef282e7487a89a5b186245c8c4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1f79f567c52d420fa4b6daeaf39a8018", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c904a66f421d43648218a37243a1a11f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fd9236170b6642b39aa2cba7753da383", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b82b84c20b9b4954bc42767ea18637c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "83cbec6ee2a6438399f518e42257feaf", "region_id": "RegionOne"}], "type": "sharev2", "id": "9c3afda9011d4dc084189efed60133e5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2b3e299531684dbf830cd9947df35f67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "68a96d3349ed4e629692f4a18ad32b3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "356d6520f6b04c0c9549f4abbb6c526e", "region_id": "RegionOne"}], "type": "share", "id": "76aca30bafe6433d82551ad742f27a89", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "603aff620b61433f80db970c0e51e893", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a8ea5ac1862c46c5b1d86a60a0e8fc5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0feaade6fa1f4ceea7930aff1c066a90", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "78e64a76cf72489eab3fdb9fc540ca99", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b9a42d08f8a4f7893f264c04302ae94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6480241089194f559638f2ccc6558519", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f74c9ba421804c38bf0b61642fc12dbc", "region_id": "RegionOne"}], "type": "orchestration", "id": "450493ecd2a84b45bf89e1ba69cf031b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a32aae5ec4c34f3ebe6ed29b69abec9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "673c0018a3da4967bcbce9a01acd1036", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b01fa0bf7804f778a81e0005765e8c9", "region_id": "RegionOne"}], "type": "block-storage", "id": "370a35f7007f44b0a780299a3732ac81", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbaad0978bf54b4a824b51dc9194b327", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ebb2be7bb7a44f198e8287cc0f9ab4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "beabeaa915544da5bbd97f9f50fb52f4", "region_id": "RegionOne"}], "type": "volumev3", "id": "d7bb3efc4d0240988fd026c113fd3265", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f15958794b24666aac7af53aad0f646", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97ce3a11528f4d269920896f4b9f0b53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef77ff4bd14e40859fa644ebcc9421b6", "region_id": "RegionOne"}], "type": "volumev2", "id": "5aea2a3d50544a48847f674e9abd8081", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88e38584117c4cd8a03c1832fe32e18f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c766329e45634fd7882584462671b1a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6251c2c43944a3084c8925bd19900fc", "region_id": "RegionOne"}], "type": "volume", "id": "d65ad083668f402886efe641051d405c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "737c0eae277444a097c406790bcabbe5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76a2b8b865d54d8d9ac506eb579133ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "927f5d93cd3948b7bfd9904b41bd8428", "region_id": "RegionOne"}], "type": "block-store", "id": "80adcad30dd14f8e925a87e1ccf48dfb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1514aae17b1f4577ba358798327e9b5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c6364211af5a4d76b06eac407923c3d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "98eafb918728410fb0f2443eae4aa555", "region_id": "RegionOne"}], "type": "alarm", "id": "da9dd837c6b04d05b9604d7390479175", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d22fa26ae8214e52b067283d665046d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "67b78ee658344fa680c8fa19932de0d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e88052cfc452479ba5cec9e97f4a4253", "region_id": "RegionOne"}], "type": "alarming", "id": "960a4b02b58c4f5c87d4de35e9bf1d7c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5ba40445a4bb4a3581425d68cf61b8a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8cea987d149043989dccb7b198266f22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2ae937d30e294b63ae93f52ca2682c17", "region_id": "RegionOne"}], "type": "meter", "id": "e5a34198836944b5b93a294bca023f3d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d13fb1425a5f4b3e9853267af077aa8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "379228f168e846c3a79064b34576b127", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "487487fef2ed41be87e20506b66822c2", "region_id": "RegionOne"}], "type": "metering", "id": "b8dc6ba8f4ab4617a03d542f8d7af4ee", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9dd1d8a5a2ee419abc604248778bd1d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "25966f6b37174edaa08e77b37d5e79a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b4647dd14dd34e8ea605451ad9d220ad", "region_id": "RegionOne"}], "type": "telemetry", "id": "362c142a24234ee5af584f600839d87a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0da8193db23e48359f7c330e2e9b38e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9d756d7667fb4ba5908a97231b602544", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d4aacac32c894dd99cc161633487b46a", "region_id": "RegionOne"}], "type": "event", "id": "e7e86c37743b4a118cbeafdecb456021", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c21e25bf48e44b869106dceabb1e76c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1cdb3446951449a7b0be899358e9ec3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4881ddcde0fc4e91a9d3ec3b6c7bffb9", "region_id": "RegionOne"}], "type": "events", "id": "6ab385307be1431faea28ec2a7ea8332", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ec6fe08cab044e43b395a588d84ea2c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0be00e57874a43148e7debeab992558f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "635e126d7ebe4dd981d6aec7f2d6027d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "db60fe401db04cdaa77356228179981c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e9b208d876b94477af9882de1177cad6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b34a54b7e18f456a927e8a45bce50086", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c01e02dba5344f93bbe7a3e1437581dc", "region_id": "RegionOne"}], "type": "application_deployment", "id": "983a0cf48780474a8c8912f9a2c2de47", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "27e8e1319efb4d8eb088e3d471517bfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "22ab5a1372cf4339b86bb77d93d525da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7367cf270a894f758ced3c9fe58785d3", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "025f545b7f1e48219c45896ad02ff3d7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e423cb3305164b98b113b9f495114ac3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "73eb18774d404a3982f518d7ba6cd9ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "dcdae9502e5347cd8b38ab6d965ee998", "region_id": "RegionOne"}], "type": "tricircle", "id": "549b760d93394045b96679bfd26cef95", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "62fb0db03a0046ac969a3178db435424", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0fa4217d9a26434abff250c4a5228f56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d12c65ab19b349468db9855541c428b2", "region_id": "RegionOne"}], "type": "database", "id": "817cffe63e56428abb834c670904d4b1", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5c1b0d2a28334dd98ffe70650e37f4b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fd0ee9e57f6c4083a7a21f2e5b2cca34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "aeb270eac99c417da44b8e42b4625f13", "region_id": "RegionOne"}], "type": "application-container", "id": "78c3a92c4c4b41d6b9bc03bcf45bc396", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "354564e7e80c4a8981507820a616796e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "abb8349673754e00af66dd36653ec182", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6c967aa0b9e448f79149d852bca4d3f5", "region_id": "RegionOne"}], "type": "container", "id": "80bb52fc10a243b0ab63870086b4c165", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7389f542ffec418587d426ca9d51589d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f7899f575c14459e8010db9b12f89785", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8f64ea1715724480b5cf35fb8529b391", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9865ff5cf16f4e95ad20dbeda265b927", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ba42731dd2a74c35b0c97a37e9388648", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5b0b22876bb24ea7a56b748b9b50792b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "69fc8a7ecbfb447381632647f09ca390", "region_id": "RegionOne"}], "type": "rca", "id": "4bc6ec770039416198716ae2dd3cbc5a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "892b70d43c684fd6b70a9a2f201b56af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "96b77b47ee794e9faceea22ef87ccb9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f0d2f0ad296d465b8c9e27ae6fd02e1b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "20d190686ea54f8295a5ffb4fdeafdf5", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4ebb4c64d0024b17bc9b67c4bef15f71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "63659434a22a4d999c52129dd8aaf000", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b1ab7a2db7ee4778b7f80e5a85ffeebe", "region_id": "RegionOne"}], "type": "network", "id": "ed64d210230f47238686d7d6fcb4f702", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2ab0200f1221478a8edf7d2873388ab5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d0488cf6cf7145c5a491d56fc27031b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b4dde03abd03421e9d4c4db3b4de453d", "region_id": "RegionOne"}], "type": "backup", "id": "de755959b57a4bd8a828c3032ad1ecd2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9a5e252a3cb0403c95f654f20655f277", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d8980651150a474e910cebb64a4306f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6edb939cf70a4a5f8e01052bae91380e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "26a9b04df338403b8561756d991dd085", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "da46cdd25ace4b5cb94fa31a89265c65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1e0cebf627f44c8eafff4a004edddc8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8b02fc9354204ff0b1a67cd315d54b18", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0f72c6eaddfb40eb93ed0fd1a3ba8b66", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "785a32bfc6f74582a7050097947b6b41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "08e73acc48ec4130a14bcc2130c3608c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "3fead1528288488fae8227b3275d281b", "region_id": "RegionOne"}], "type": "monitoring", "id": "ef3a417c16b74a5eaa7c611ccd1c8808", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a2f1389637034f28bc143257b04945ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5fbca6ca9de74c2d8ae5ac0ec0ade56c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7619d212c6864eb09b773429e7248071", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e1879f76e23747169c0d662d3f5bfd0d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "403fad02fef049cb92d79c3a89d396d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8b7050a253404ea9a516ff90a6b3212b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4a5027ee21664916b50b994d2a75805c", "region_id": "RegionOne"}], "type": "placement", "id": "5951cb1f9fcd4081894cb68fe8e7d0b3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8d4911c3a6e54a158ee18c5e53a75b1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "09eb66fe5eb748cbb7e01b58419ceb4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7738f6a52e884217b5eb64bb46c9825a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "6f29f61a814c41a1965cba756e231414", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3d95cc4a75174241a110d28aa11ce3da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1110ed472a7e4d5f8662c190317f2454", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "eb1f0ca251694732ba74d11a3a3c1ed1", "region_id": "RegionOne"}], "type": "ha", "id": "f0ef9a6e239545fc8c0162f0955002f0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "99893c503e8947a48feecc4a4d010504", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c468eecee1914daf839e71f1137d6524", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8212fd1926f84628a5c3aca739332d2b", "region_id": "RegionOne"}], "type": "reservation", "id": "6ad49519337b46d5b1ca5297a13dd9c0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "802dc96a72a743ebb28182266708874f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5a3d2d9d2776449d8dc1e499e7152a3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d4bfc3b43bcc4e7d993555616f0acaf0", "region_id": "RegionOne"}], "type": "function-engine", "id": "9160df2b0c6f4a7da4ff9dfd6675d2e8", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a15f136451d04c55aa97f598a1b85938", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "25909d5d045d4221bdbee906c1b6d479", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "df4a965dfc254354b6ec13981d0b4bce", "region_id": "RegionOne"}], "type": "accelerator", "id": "de351748b149453a9fa0e99bf6ae414b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "82061bbffc354a6a8307f4b85758ad61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6d125192048e45bcbe3bcabaf2e23b26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "37ed0a15d4f94660accd2fa60178fc0f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "334ddf4ea6c149a28121f1fe94ebf099", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cb3173a504d94124979062741bdb1e82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2756905048ce4e93a29ea4a0d7691201", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e71a0a8543504aa38c01f6fafc21d23f", "region_id": "RegionOne"}], "type": "registration", "id": "fcefe0cb5da0442fbdc3900c0cf2c939", "name": "adjutant"}], "user": {"domain": {"id": "f6811d8090b34da98b734622eaff1f97", "name": "b99aecfe5d2748cf9653e2a21b001d20"}, "id": "b565de3f9c8c4fb187bb328b81e2af40", "name": "df45b46173c147ddb3993294c396b967"}, "audit_ids": ["d4442029c89c4947b2067127added37c", null], "issued_at": "2019-09-19T09:04:39.057051"}} 2019-09-19 09:06:39,264 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,268 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,269 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["54d6f61d-db07-451c-9ab3-b9609b6b6f0b"], "provider:physical_network": null, "id": "my-network-id", "provider:segmentation_id": null, "router:external": true, "name": "my-network", "admin_state_up": true, "tenant_id": "4fd44f30292945e481c7b8a0c8908869", "provider:network_type": "local", "shared": true}]} 2019-09-19 09:06:39,289 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,292 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,293 keystoneauth.session RESP BODY: {"subnets": []} 2019-09-19 09:06:39,314 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,317 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,318 keystoneauth.session RESP BODY: {"floatingips": []} 2019-09-19 09:06:39,318 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/floatingips.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"floating_network_id": "my-network-id"}}' 2019-09-19 09:06:39,320 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,321 keystoneauth.session RESP BODY: {"floatingip": {"floating_network_id": "my-network-id", "router_id": null, "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62df", "status": "ACTIVE", "port_id": null, "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda8"}} {28} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_volumes_creating_invalidates [0.237107s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,929 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,933 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,935 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,937 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,949 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.862968+00:00", "project": {"domain": {"id": "8b6782d811a54841a127e17a90e7d708", "name": "d0b438c20f884860b1071b6fe1ac2317"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "da8e0e9107e944468f689c97716d08a2"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3b86bbdb802247919bad986c73326e35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5e3a3d64a74040dea5d039e287e05a2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a51b01fe5a554848b09952466137054c", "region_id": "RegionOne"}], "type": "identity", "id": "6831df16b25646029a924d15b390561b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d64788ae35924624969f246f908fe448", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d3c07902b67b497f80bc2a32a69a7166", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "7391e23d016148e4b18df68de375abbc", "region_id": "RegionOne"}], "type": "compute", "id": "1fc66cebc39042ed8d0a1fbc4060185f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5c3a7c53b9df46ca8efacd16af7980ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1cdd4cd185ed43c5b6c414fbf3eb7467", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "1d93cc2aef6147d6bd0b19a507b927c6", "region_id": "RegionOne"}], "type": "image", "id": "96001b980ccb4af29742534046569289", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2d064724c80a4aaeaba28205ed3a08d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "318592897ad543adb048030200cabcf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "cc0716a3332149d0b92e25ff36a18731", "region_id": "RegionOne"}], "type": "load-balancer", "id": "6c8a3b1d6865442fb31f223d0effa9ac", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14b222198e354b469c9821f0c48726aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "359cba8f5e854d0983a5daf8e07e5b8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06580e59c225420c909e80b3590209f6", "region_id": "RegionOne"}], "type": "object-store", "id": "551a97e1f18d4630b7ac47c51fa9ba91", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "58db39a0c1494249813e44743252104a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d6b0766e99e74007a4172067d58f877f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6e07936fcddd4d96b68e2d3f44dc5c92", "region_id": "RegionOne"}], "type": "clustering", "id": "12d1db582c944198b9191e5d74edb01d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "db36e07088a448a8a189d0a832979559", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3a19d41b36264abea00d0ad40b98ab70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3858f300a72047d5ad07c925d6a64b7e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e63568517fe243159983c949d7cf1231", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "69d4454eca1142d7aacc346314320dbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "042fbbfcdae9486d9651af8d7cd560b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c3d01032135e4ec8a1ed56766010a378", "region_id": "RegionOne"}], "type": "cluster", "id": "d2cf3f452a1c4b0d83197c3f504dd1b6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1933309b1dd04462bc93baf134b4e4f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "efc38cfa661840c19c74716fb59db22f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d64db188eaaa48278996d23799f88f82", "region_id": "RegionOne"}], "type": "data-processing", "id": "f7cbda5ac42245b3a824237b6ae13a65", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "484be7f3acdc44c5ad82f9e3f81c1b5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1a4041911a7a4084b3538ad21498f57f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "eb1d4d8c7c0d4d898c4ed53132d07e87", "region_id": "RegionOne"}], "type": "baremetal", "id": "23f398a56365454e9d1543ecf6f00044", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2d6cf9e2f3924e169473964c2d0880ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3328a2a3e73a4ebd9feb71efbb027939", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bb74cb3efb8545ddad06a23827443601", "region_id": "RegionOne"}], "type": "bare-metal", "id": "77a8734840fc4795a0464f959feb8535", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8cb1559149524241b312cecd11d8f3e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3c954f2859be486cb3bace0d4e2de41b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7f54c0e17a8843a49196b4a36164c7d2", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1dbcc673f7e546909544c76ef44198a6", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fb8d9924f8564b7dbf00dfe0c5cff88d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e91e784abd734a369b30a2e36621a405", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d71c07c84e5d4ec685eafc1847040ed7", "region_id": "RegionOne"}], "type": "key-manager", "id": "17079963b20b43a9bf7f690941d4a86c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "da68a31263c94af48a946a49871f9dc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f1b9a7bc9e534137a3b8a6f41bcd7d6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "128206e7e0034c67bff6bcafb1a576cf", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "597e2f0545b64448afdb29aca752ea5d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f7496ad49f5f4e6baad54aa3d2cf5844", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9d9985022d2a4f5fa6dcd2b8731843a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "580c5188d9154ec7a2d51509e79ef42e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a4d8d2ad46cd49179d79f77cc361dd72", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "993ee73adc8348bf986c74cddbf518f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d9867fe93ba1408d9987c6daa2ddb9b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "111e2f98b30040d1828960064228b837", "region_id": "RegionOne"}], "type": "message", "id": "47a975e1955241e8a33dee6ffa896867", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4bda19802c8b4be89d1f33608d07871f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0881235cfae747fb9b3a203117f23371", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0e2d5b6b27254d75b0c80a9a45e02e1d", "region_id": "RegionOne"}], "type": "messaging", "id": "c99eba5a31734e579b7e62cd94834732", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c757041ee79d40489408be416901f772", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "bed7bf15b82c4c7da7b168df04b36c31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c73cd3f6e6be4907bd427a66d1bfed79", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e4e8c3920fa841cf8e961cce195165b7", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "766d9b0478694bb09f485f1859b08b58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bffd43f1e13e4ad694d9f018581db4a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fe2650a9dd5048838143d5edc1ae3326", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "be4c87403b2b4587a8198cde0c05670b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ebdcd6455966461f8fbfc04aad007bb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "366a36165e5b4f7f801ca7e13f56c96b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a65de3a239e4a569d3c1192cb3df0bb", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2d26bdfdf54c428da7d2e3c6d06084cd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "87541171a3f3480c879a0a3200e23b38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c4439133a5754ad7ad7d29d7d5f006ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "37c7f8300d574452af5d256929550c64", "region_id": "RegionOne"}], "type": "container-infra", "id": "8c26c89fdbb648f1baec8395ec4b43fd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "257e55deb2d74a48ac0d814b217918fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7c82a67190fb4bf48bfa0c9037a805b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "cde4329a27d2470f951819a04b1bb609", "region_id": "RegionOne"}], "type": "search", "id": "41e8e1b856f8483196b6b6475a2fece4", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "acef197dafea4950bcfe03150ba0825d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "fbf0caa2f25149f3a06ccc982f259f0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1fc0551b63f24128b8431c8ad092512d", "region_id": "RegionOne"}], "type": "dns", "id": "6d53116896b04b6cb110170f703403cb", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "43cfce12d4994e85bb6f1df97bbf34f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ff55db2ec0a94b05ace77ca409c114c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1eeeb74d953242ec90d467e084e61d76", "region_id": "RegionOne"}], "type": "workflow", "id": "2e73b18710e64212bc0932f9a2693ba5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fcabd16e74564fb99d632bf396211da6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "30e742c9e958476eb021e5240d297666", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "22e9bce080aa41509b07dbab0c7e4e52", "region_id": "RegionOne"}], "type": "workflowv2", "id": "33ccf1f3e5c04e88b7215b3aeead847c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "0f583b530dd34c6a82ef2a0fadd003c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ec4925962d494ec9a7f2ec9e06e67f86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c9003bfd7c40468e8f0a470daa8d958d", "region_id": "RegionOne"}], "type": "rating", "id": "7a660e8ef4f44a07b471d96c6a50c8eb", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2b511df4a62a4b6eab67d071da724c9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "99d264579e824e95a540b7bea8dbd089", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3613b53852ab41fd89411cd45feb1528", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d9618151ea6548d3aa805a96a65388f0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cc5855d44ace40a2b1d99ac68a745ffb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a515e8702bf94c9ba213ebb3d7fb08ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d16e9d28e93245d190e45cf72b8d9687", "region_id": "RegionOne"}], "type": "policy", "id": "e8027bea78e84e6d90517eb466ece854", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d2f77d5e7f7f4b50aac4e6bff697f19a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f94f5b2b62864f68b425eb26dbd755bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9088ac5051b746aba6e66167b9d5040c", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c37e9e94303346ee8c02c1f37e27d14e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "10311866ba184fd6a73eb16e38d1128b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aa725e0f214348a09417319650a7206b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "907ff46824204722935a3628721cdb12", "region_id": "RegionOne"}], "type": "sharev2", "id": "3517a525bad8406286f888e8a2bf3550", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d79297fb01a04966a851ff84ce52470d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "602ebe32d0714c0e96069de1ac0dee5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a66883c15d5e4ce1984da1aad7a295d3", "region_id": "RegionOne"}], "type": "share", "id": "7c191cbcb5a74c2e9563e6ea36213f21", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7e9d389f870c4222ac8d562f73ddb6ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1f1cee20f1d84fa99d7177ae6e8eed5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "cef5750b4a8043968cf18a32e6fde7c2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8646522919c04e409879f982286b3ef9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d22640b036e4c53a8f91e50bb39a029", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2724f50ecc644d09bc304e9f6ec59951", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "078ffcf2be62474cbdd2034e4c9a6181", "region_id": "RegionOne"}], "type": "orchestration", "id": "608f82f01f7049e9956bf9264f1ea638", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fb277fcbf74424d8cf62a1ab70005a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a479317422d34c1d87ac0a41918a577a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0853823a1f434be2a9a4dad9c105d093", "region_id": "RegionOne"}], "type": "block-storage", "id": "c1a4b0a5c441418dafea2923994cdc18", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e39ff42f4f84ca591db9b8202d5589b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a019a6d387db499085ed2cc89681de91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3b21b792fda43aea872755f2ae9c0b2", "region_id": "RegionOne"}], "type": "volumev3", "id": "9a22281e512f49879072a5a417a6f485", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1be3545e1dc4caa8b068f3558336e2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ea6e3bb18b14a9a86e876c9f7949f92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1559beb6a31d48ad8bdb2276c32a184c", "region_id": "RegionOne"}], "type": "volumev2", "id": "bcb72cfd5e6c44419ba585f11ff1d838", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f951cdec689f4cb59e72e6325acc9622", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "416c2be5b5454bac98f6f05367de173f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf2c50f01fab41f79a3b1892dd87962c", "region_id": "RegionOne"}], "type": "volume", "id": "a40bbeccb1a54032910921d246983f23", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa80c161c7414ffcb2978abe64dd775e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f951a5ffdce84b50a9fbe3f9e25ed531", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ce9fe6021a142e29e4d3d22b232d037", "region_id": "RegionOne"}], "type": "block-store", "id": "246f917d35ab4a8f8cf99dd0db780d1c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4904027a315c41499ec0b4185c6604ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "708cd0381a504cf0b974e6d495bfda83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "76d302c9927a4638be996105a93e5348", "region_id": "RegionOne"}], "type": "alarm", "id": "13060fdbbbc84564b15e936c9c8daf2b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3c7134c8c4d3490a991a83517081bb9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "adcee49a036845c3a22eadadbee4d358", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "207f40c048734e778cf7fd610f8eb2b8", "region_id": "RegionOne"}], "type": "alarming", "id": "20bfe5c6f5994ae5aab8cfaaa6aed3dd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c65cc5fa2ee042449750ee2c05fdb41e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5377ede65db34f4c8284b6afaf3a62ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a0b0c798428a47b988d2a3cd7d8d176d", "region_id": "RegionOne"}], "type": "meter", "id": "e4819b30e63b4d9bab7b944883c32fe2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9ee954fa6a82490197f2a9681daffabb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bda8c06edcf14e2ca80fbb32068166f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "41aeb35654194b878663843fd2d7fe2b", "region_id": "RegionOne"}], "type": "metering", "id": "3a3ebe96fbff400a8c5191c51a684368", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "60d63ed99a4e4c12a15057f26bebc645", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "216affd840a74540a2ceff82364f1575", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e3ba10ca12bf43d9824034badb78f734", "region_id": "RegionOne"}], "type": "telemetry", "id": "1b089e21626a4b699a0de34a28969be4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7e2f7056ec5841dfa260e44ecd410836", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d7bf96cdd96746e39aced732d566a77b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b9cc7c6c874b44e4a0a6d8a1fe96f54b", "region_id": "RegionOne"}], "type": "event", "id": "4259defc666044afb0c7152e59690e64", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e730e841c7074cb0a6824a2207dab8ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "506bff74704d493b90d720ec0e377deb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2a57108568a94309b56100be264324dc", "region_id": "RegionOne"}], "type": "events", "id": "95957c9a2a674de1a3cefa2a29585666", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "64048f3783994c73b13d93daa36c6751", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6c2592d799874f1991a72a59b72ddf71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "02924a876b1a4886ac9dbfdfcd358257", "region_id": "RegionOne"}], "type": "application-deployment", "id": "156f81177cac41edb0bb5f19cd21d559", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a9f2aa1528bc4a2da440fd92f94265ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4d4e3b297b9f4e9b855aa626795fc70c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a92b5572592247159ed5ded922f0bf4b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0194389b23f54759bd61c8796c700007", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "361e7fedd701420cb9fa1750cb181d8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3ae4e8a315b146e28cb0dc26b85f8af6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "25259f895ebc47a7a334e15bb6a5a68e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "15f1bd5e7bbe4969b80bfba79a984678", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9b867d8e3bd74bc4ae48dfc76782ab43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bb292a818239485c9f53b7fe1bd70749", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0843201775b74a179162839ce8fa4f55", "region_id": "RegionOne"}], "type": "tricircle", "id": "ee802b8c8f4e47708bf71200d52710ba", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ecb093aaf9ba40ceac232dc018aec5c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1e6514c053e24d14a3a7fb0503dca3a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3b6a70eaee65482b9aa7ac0a795443a6", "region_id": "RegionOne"}], "type": "database", "id": "8aea108b2c2e4b1088a123ab0c1a7c89", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d0f172956da148a5b7db8f4b66b857ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bc7a4bb0944a47c1a8d1abe8da57c8df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2a7d0432abca4cc9b5c2dc3d8e6277a7", "region_id": "RegionOne"}], "type": "application-container", "id": "dd2ed3a4c0134ae79b86afad5b4b435a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "901a6efe4ccb42e996b1375e7dd0cb41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "306e4a6b57a94791bd230740afc59731", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f781aa83d9924328a473f9f09927d73d", "region_id": "RegionOne"}], "type": "container", "id": "ed793b61ddb6419ebf349677ee607ee7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "967ad74c51c44a8280f1a3dc6b4155b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "014dc46aa1e24155b1543e69758b3455", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ff7cbbb034cd4040a7215fb8ad3af8c4", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1f08ba062b08488893cc525add515010", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "66fa611afc41414692eedd96f57a664c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bf61132f13804b3f85c6193e764bc127", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "398091e068e84c8dab69fb118eaea413", "region_id": "RegionOne"}], "type": "rca", "id": "1975f85f5ed64875bbe7b503a2f44fc6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "53df6ad5ba7c4b838c1f145708bf5ded", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c2f721cbf7014e1b97adbb13f905fb4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "63f948cc724846eebc9cc92aa316c5d4", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c72c6929d9a748dda010f55b7ae6ca2e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f58562345e1f4e00a1ef7bafdcc6829c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e6f614164d0d4ef7a2b82fcd0024615c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "61286635f5aa40d4a2b0392333870fc3", "region_id": "RegionOne"}], "type": "network", "id": "988229180a9e4b75856533a706c825f9", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f23aa792a1214a1eb6e45ead6ccff970", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9764640d1df1458a8d228fafd4d8ac95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "732dcb9f21a54fd38b0ccf96f7afd612", "region_id": "RegionOne"}], "type": "backup", "id": "d83433eb505e4e5ba15e00ebbef996e8", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "03bc065cefa44b7486b241b753f32de7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a409f0b377ae433b962a65a612c21d6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e66fb2657b2e426aa329746084aa728b", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4a78a313875c430384f1c8873d40a9c2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8dbc4ca9c59b45c1abb531cd280fe27a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5a8bc1dfbff64a70930ee905e73d1c5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "05173c58ddd34d3ca9953ba4363380df", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f04bdfec109f4bb8ab02d575b2fbb9e2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5275f013b41e4bb58c45b5b50d598a61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "28fa398778eb46e79854b4383ad8d706", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8922b0310f084847ae12b7dc7e0ece36", "region_id": "RegionOne"}], "type": "monitoring", "id": "1be5b1247ee04b9aa4e3b8a6d23cf149", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "455770e1f0c242b3967d995321d3a9dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "85f13e2c2e4a47b8a75b4afaede4d784", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "790ba3522d9044819fc7ed7262ec0801", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "0eee50d23b4548499fd9c5380549dc10", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3db01f4cb26f45f1afbd578c257f0179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4091c0b8cd28446db85949faf148a721", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f46e5c9cc9d746678231cd193994e8fe", "region_id": "RegionOne"}], "type": "placement", "id": "6ac27422be4a40b7ad53becfa822635f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ff4245575b2340e3a785b4c52546e1e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1756bcc84eda4b23988a882ea02a5b1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0cf4efe305074cedbbb2e7ac6a85c583", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e8630b9a0fb846f39eea3aa0dff9db3f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bdb8a558173a4cfe83d9d40ee0e48911", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8245b85999fc4f13bc89e3d006cd1674", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6e0a0fa578b8488ca845220e9f239fcf", "region_id": "RegionOne"}], "type": "ha", "id": "8bec844b147849118963fd9b77798a66", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6425fffa444d45b0a925f31f65e49b99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e308b57c4f544ad29cd4a222836ba083", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "2ec7b39eba4d4e378e451e0a1f3e1cb9", "region_id": "RegionOne"}], "type": "reservation", "id": "a68eeb92ef6c4db3b1f0e04d076a00c9", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e11d1838547d48b39d322f727a43cec7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "20390eba2a9f4edcb3b276eb66e70c46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c69f1c03a0794348aaadd4303426161b", "region_id": "RegionOne"}], "type": "function-engine", "id": "3d5eb0a29b9e489f96774b5183e29f30", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2db0b24eedfd4c1484046e3c443d2cd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "60a3ad07a87d43fe8d7e34cb3056324c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c6ddcfd669064e8293119fd7d9fed245", "region_id": "RegionOne"}], "type": "accelerator", "id": "b6a7f71a99524e7887b602ba8d9881f3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "af1325798a2d4dcebf042232d1303776", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "32a07e2ec36f439bb4d7aa09ff803670", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "df567e7da5be4d1f8937c67336e2b2f6", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9598561d5897493eaaa2b547a59f488a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2e89a8582d8e4c3a86a8247f2b70b0c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "386aa778cbdf45d7ad4de0f2dc972170", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "33be3b0173d446639c758817683b426b", "region_id": "RegionOne"}], "type": "registration", "id": "93e4935d797345c19587a2d35198ec42", "name": "adjutant"}], "user": {"domain": {"id": "ce332ee94f43468bb9a82ac222763e00", "name": "4fc1c3c8e2104736a52489bfe7b5f211"}, "id": "47ef673202d14434899589e5e42f9664", "name": "fbad75a4d8384beab6071837b7189622"}, "audit_ids": ["33bf166c7e7b478789b539922b1ff7d0", null], "issued_at": "2019-09-19T09:04:38.862968"}} 2019-09-19 09:06:39,018 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,021 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,022 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:39,064 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,067 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,068 keystoneauth.session RESP BODY: {"volumes": [{"status": "creating", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "Volume 1 Display Name", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume1", "metadata": {}}]} 2019-09-19 09:06:39,088 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,092 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,093 keystoneauth.session RESP BODY: {"volumes": [{"status": "creating", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "Volume 1 Display Name", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume1", "metadata": {}}, {"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "Volume 2 Display Name", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume2", "metadata": {}}]} {11} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_delete_floating_ip_existing [0.228996s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,139 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,143 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,145 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,148 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,161 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.081306+00:00", "project": {"domain": {"id": "362e64ad55d44c9094d0e82a929a40b9", "name": "4018fef8171d4b6b862bf25ac75b189c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "bf06075e324f4eb29ebf6e44f63a07b2"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "bf9d2f0c4b944881a44cd53c363a5ae4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8baeb0c42b2f4dbfad09bb0c138326a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "044f6a5c2d644b2ea1e4fc301fc27a79", "region_id": "RegionOne"}], "type": "identity", "id": "c23f3380eb9c4a4687288ca22525c708", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0c308429070e43849f2d05d92076580c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7c8f16f7180145c096281fa8bac004fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4583d04679ae439397ce4485e97520e5", "region_id": "RegionOne"}], "type": "compute", "id": "02d107ea93944c8390424b69907e52fe", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "dd01504f30db4d1cb0f232f652f5c049", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e008f97980844108b9e05f9cfdc7c6cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0e2268e142074f23a12d513461850852", "region_id": "RegionOne"}], "type": "image", "id": "238bc459e8824271bf10990c6595e647", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cae367ee473f4a85ad972b3a23bd3150", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c950de4f4c134c5587cfa274be6c92ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "683fa586a33b40f5881876eca71a2ed3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f3cc6f4c257e4fd5ae1fbf32df9794e4", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a64767b0d8984a2097bc1d5c8f779e16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2a2b98fb20c426488080948375d62b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4a942fc96694402a341c76e425d5d55", "region_id": "RegionOne"}], "type": "object-store", "id": "9ce04e9055964cb6b7fd3c67c357d0a8", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "386584bafe4a4cc48c7b18e7d3e850c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b9467a78a51e42c18a8bd222443910d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bc296adb47e34c34b47c2316c5c30a98", "region_id": "RegionOne"}], "type": "clustering", "id": "fea9fc3ac3cb490db15bf8b6d59b2786", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ddfe3e5f3f614bdbb29b4d786d363e53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4f7303b785ce431d85c4aa8ff7c71589", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6b8dd6c2378d49b98bd28842389c31b1", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "38c4a2d1544d434da2696b44fd51266a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "588d950273554932a0fe972f47e87f97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3269781e5ab64b26bda97c286cb440f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b65bd74660a545719e57f481a5d3ae50", "region_id": "RegionOne"}], "type": "cluster", "id": "b4725c60af0c4dd3b20d61efafb9a16b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "352f54f9a29346bdb32e0c868ddc4a31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "631a2f3c7d264b50b43930ca2dfbf155", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0271709506ea4699a19a405e28c378cc", "region_id": "RegionOne"}], "type": "data-processing", "id": "801659ef3e7f47b39569fd27a75cf557", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ea6d390f05314a8d9a3508a41ccac694", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "052b6751bb06417f9b243136dad44c44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "16a3cd7c7fad4e2abcf93eb36290dd59", "region_id": "RegionOne"}], "type": "baremetal", "id": "b9cd5089fbb948f5a02be133d796d38c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5e4c6b70a78147ac9380ffaf23e0a160", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a9644e73d3774ad1a64a9d4233f2a35b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "669de097a88f4ef5974a59e0523a8065", "region_id": "RegionOne"}], "type": "bare-metal", "id": "20337113e16c409f993b36be69b2c67b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4c4c591f0b1242fd8db728f6aea9c4a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f08333513f314e7c8392149e68ebc507", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c94a2094031042c5b7d66c8f5319a6bb", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "79792bf5c7964609807ee44b493c0de2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "866f503439ff4786873f2eea800f3c89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "db148caee4bf4266984d24840526f9cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0f655b3e51d84f968e7b780a418390a1", "region_id": "RegionOne"}], "type": "key-manager", "id": "63d44a0d20b247da921a9b6227996e44", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "929602dabb7a4d199fa530d8ddfca2b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "665cefc92ab84be0a1c5da5f9da6655c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "43e868fd150d402e929df1ae40b759e3", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a95ab7f6ba1944e98f38ce62d9f0cc8a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "93aaa830d80941b3aa3257a28b85d44e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1b35a64e0293422089b6d9d9c1cb3e58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6f2201e262344731851ff76d6cfc6e1c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a7ae4a18b77448fcab76da17717fcf88", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "15992a24210e4940a16767b6e14cc5c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "90a2c9db326749e18187cafa335ba1b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "42d637aef1c14b209e7d654f0e5ea26f", "region_id": "RegionOne"}], "type": "message", "id": "162bb8b3a48b44a48d291dc7d9780a2d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9ce4e18e2a884892988c011d496c37b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c6f1ca070f654032bd9039fff1154013", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4d2e19631d5a4cb8b323d26c13f3c93e", "region_id": "RegionOne"}], "type": "messaging", "id": "14eb8062976a4f48bf86a5c392b6dd19", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f96b46066a7147a19033ef2a5714140b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "15d375020a53473da1fb99d5f51e1e27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2d1d0d3196594ee880f1133edd2940dd", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8826e6095e7f44dca26f3ce4eaa4ceed", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bc8fe9b87ec64da0ae7eaefa5cc22133", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18c6e04d362e4ac481b923d4a0f67a39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9ad681209231467590f7fcb5c97c9367", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "32575b8f8dd440a4b7b8e3617d8e34dd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f4eef4621bf748d1a0954bdcaff42fdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f15894e1fe8d4040a9f6fd04d2e04a86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dfdafd1169894354be4e9f99872c69df", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "918752783d194601b008ba7af494bf6e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5eb6d010a83347dd9eb5a2af266defc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ec246eeafd7748ae95484b337a30ebef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4bf438383e1d4aadb763b8cd53d05cf9", "region_id": "RegionOne"}], "type": "container-infra", "id": "e10e965264d043d39675495aed446a4e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5f571a7e28414cce86eb75ff249fb34f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5ed7253cdc584cf5a6439f748b2c2871", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2ac247c2f0a5498589b1096011ba0623", "region_id": "RegionOne"}], "type": "search", "id": "58874bad3c97477bb92de0e4ac86958e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "0a8152f77e1749e19fd3bb66ae670499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d4ecf94226024c25bfd9fa4edc7efd0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "31ce0ec5dd9344ce901b9f4fb4d264f8", "region_id": "RegionOne"}], "type": "dns", "id": "0195cb7b0e2d4e2da28cdfe46be9e693", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c50db40aa16345e3950a73b46487218d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "141066180eb24bf18462d725ac030a06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f76fa8cc76ec4a81ae768d9b2d2c6761", "region_id": "RegionOne"}], "type": "workflow", "id": "424136ed9af147859d01e3a66a03f09b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "78d279086ef642c08dcfc48a8f7badf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ed2eeb43e9e5411a85000b03572a053c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b2b7ebdb35e649698c7f87219ba9d120", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e78d474ec04a472983161e80d17d47b7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "884940812fe4439599ea348196723f09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e1b68b3e9fa944cc9347abb95498a157", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "48df7abf4ec1450885d9288d28bb5595", "region_id": "RegionOne"}], "type": "rating", "id": "6634e3733a5b497fbf5f2876ab782eca", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4fa0867bac35495cbf41f157828f5f22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "48a65e8bb4a54d8b9b77fdd43bd32367", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fd5b227b59a44115b9f0ea7dcf7d55a9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0c70d0fb730a435ca7090ad2555995b4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "434d0f38b6b046b7a117101b6275697d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5241cdadd5f1477797b710f395fd33e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "dec36b1425f3425dacd4934f14f1ad01", "region_id": "RegionOne"}], "type": "policy", "id": "a9731561f4414a648e7b5a853d3f4dd7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4328d824bd9449d9a66031d5b2f20408", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "de88538ee70d419e93c03344dd70f262", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "106ae34086f94f91ae4894baf906fddb", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "4780853a7f0b4b56951a85f6c238a3df", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b845774af3ca4c66bb67d88d23d9b5e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "39c14e45460f43bf87782b79bcb00962", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7d5e3c982233448a8b7b4ecdcf241132", "region_id": "RegionOne"}], "type": "sharev2", "id": "807884ed12e14fdfb61531f8cb7fedb1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "04a21d58667e49789906f611ef503ad2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bd6aee578d3b4550975001b455575bb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "45b9bbe74ac54e7b9e16ffeb754e55a2", "region_id": "RegionOne"}], "type": "share", "id": "7ba7ef1ebe2f4b34aca61eb56a26c770", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8033a8fcfcad4fffb3ed8e606ed056f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d3edee184ff04bf3b7204fb6c6d11c2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4b96218c988340c4902dd71f32d08c9c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "22086d24913647168bba4c8db4407d55", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f3741b6e2af4014bc5a03cbc380dc04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d66fce9a6c0848559ff0d494786a1360", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e06415642a5841eaa8cf484ead2c6646", "region_id": "RegionOne"}], "type": "orchestration", "id": "d16159883f9f4b09a4715ba33d8f3c8a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7378e619f076404aac84559b742310f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8ecc3a374cf4e039517e31fb30d4635", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87ca8aca61a44a7ebc5a11d50aceda42", "region_id": "RegionOne"}], "type": "block-storage", "id": "c8126426a8294b458d20b99bdbe0eb6e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca70194e79804bf39e22907b2d191a81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a438a789c98e453fbddf1cd0cdfcf63c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c04f1ef95f84b0ba57e148885552610", "region_id": "RegionOne"}], "type": "volumev3", "id": "bcc5d7a96ee04f5f8029933fa7dd3cf2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e25e633fdf77494e8323afe1e7377ab6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0741922a9ac241539703567506837934", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a83d21fbd6534d54a42591846acafa24", "region_id": "RegionOne"}], "type": "volumev2", "id": "ceca809c0028427480c61cd03638f63c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75dc6002afb642f58ff38e13f68e4496", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "499a218a43f842f087b7f8be7510d4a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90a267f27ef24d1f87cc4bdafdcd1d45", "region_id": "RegionOne"}], "type": "volume", "id": "92c4126bcf3b40e6b3938d87ff2a3f04", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7f8b77f9d7848a681219634e42163f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89c96671a7054ea18a6f19b902b099c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82fedbf5827c4b8d99c7e74070b3889a", "region_id": "RegionOne"}], "type": "block-store", "id": "4ec7d5894e574ce98c31abd569c28a42", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7f6d3c1e5f9241138c8c9495e5ec3d1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "390c04a3b07a409caacbe1eceebe28e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7eee205fa991464fbb0978cee1c49675", "region_id": "RegionOne"}], "type": "alarm", "id": "e4e14b8869a34279b85b60dc027a6284", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5795c8579336413ba3f1746cea4e622e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a9b74b1dea3d463c912369685d2a4d02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fc084ece8270418eb06acac00dffc0e7", "region_id": "RegionOne"}], "type": "alarming", "id": "5a2a0cbebfc64b418212787fb767cd4e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0c73596593ce4793bc9231e73e7d571e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5996d28788df4d21813cc19b1585fefe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "46de18aedc0846ec96222930a53dd3db", "region_id": "RegionOne"}], "type": "meter", "id": "94cb4ccca5e84bbba97e7c14b0a60407", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cf4e52aad4ad4aeb80d18055828a1d0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8048f75e96fd4ff284e2dcf731ad07ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a989d4918eb244b08420a67c04a550e0", "region_id": "RegionOne"}], "type": "metering", "id": "fda18712e7704ca988c52f0e93b861cb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "08a311e7f7ca473eae856d1419256ec1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5393757d96a64e9097acd95f05f1aaea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "da910d66dc414ab1be5c5096d304cebb", "region_id": "RegionOne"}], "type": "telemetry", "id": "81c572da4aff406d9d6efafcece43c59", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "39565ef94e12492cb696e50c7007943c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3825544b94dc433bb47267fef3219066", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7171f23eeb0d474fa86a6e3f9915657f", "region_id": "RegionOne"}], "type": "event", "id": "fe03750a40dd4d118c68a5ca5993ed41", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "844f0eaf2a3641b8b250d92b8d21c6af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1a485ac565e34b26b3b4c5e08ae0a91c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b09c69e979b849ac9ed8d67a4518f0bb", "region_id": "RegionOne"}], "type": "events", "id": "7f86e701f49247369171ee9bfb16380b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "52d089d815ad438f89e9391f3c6d882f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "850b6ea28eb146c3ac219338fd0e174c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1a245337e1fb4cf98e3a8311ac30c185", "region_id": "RegionOne"}], "type": "application-deployment", "id": "64ae5ce008094e9cbf2c3c40f9426c49", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dd0b48ffcb3b406b9ced3be3d6536f38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6ec051086db14667ba3ae01de80c0ac1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9e95a424b6ab4ed29b019276644e0874", "region_id": "RegionOne"}], "type": "application_deployment", "id": "39835fab7bc14efaafff4d8d1a0cfdc9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dbbdd63d0bbf4f4886fe4e28a9fdfb63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6ea09d57ee0d4abd9729b9371e2e986e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2a3a8dd7957949cfb0403dd81837b78d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8858f34da398496e959b0485352ca93d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9c29b4003cb843bd9ee7dd28b89121c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "47f2a1abfcfd4759b3af9d88c09a9779", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2110ac5bef2946b8a90cba63ff6a039c", "region_id": "RegionOne"}], "type": "tricircle", "id": "765eddf279fd439abb401e2181dc4cea", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d749dabd14a44a47a458bf323de3f27a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9d9c1a81dca34e4db1958c6518775eab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "396e9db9fec94dd989a0f4daf17e9b6c", "region_id": "RegionOne"}], "type": "database", "id": "b5c6515417ef48ff8787c925eeedb707", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b48b02cfd8a04f47beea33b79eceff5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "802bb8f456b346e6ad295c099a66f0da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "56041e6e8c8e4d2cafc32ffca4f26e7f", "region_id": "RegionOne"}], "type": "application-container", "id": "436cf21eb2764c3bae78dd05e8013726", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "851b60ec74f9421ca32a746673903a61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b71974f0634f4fa29fdcaa1db19f65ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8ba3a956e29647b885cb940a3493e919", "region_id": "RegionOne"}], "type": "container", "id": "523b527ca6204c279a225e8ee1c8616b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d5184addb1e047039693f44727deb612", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b7417b851f754d7492e5f0da32095405", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2ab77d8b97014bbe988beba2628ee029", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "116da25df5c148479ef696124d82510a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6314d4684c36470b94e6b98dd2fc5b39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "656b54c653f742ad8d1d8833b19d6b8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d2d42d539c3c41d7b3371eaa07d9fd49", "region_id": "RegionOne"}], "type": "rca", "id": "b1180c3f4c2c4166ba0e562aeba81635", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c745f61b4d554633bcfde2b2d3775501", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9034f17ee1204b519faad3149ad7b368", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d99487de5e4e4778813e31a3ef5bb0b7", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5b1cc5df20454ba09894f6240244fcea", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6b9e8abcd39a405ca3af85c0a9e8e2df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "8ebd652c90ea4878bd3171d8a1b6ed62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3ab204f6663b4d5d99ad46ea66786a52", "region_id": "RegionOne"}], "type": "network", "id": "965614a3c4b24626a668fdef9fd4cae5", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ef9462e14b0d48578de9bf7449d16b58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2171794bab294c258d34da722506cdf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a449afa463744a11b3dc939131a458fc", "region_id": "RegionOne"}], "type": "backup", "id": "94b276930642422e813d86361b69fca5", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e854e4d16d7445e4acb175e2853fbb46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "18b53e3f56914fa59849b4f018b40be9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e2915a072c8b4a3f951fbaf4878cdcee", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b50268bf4499484ba566ce3ce49d2a6c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "342cd36f1c1b41a0a814b9428f2c6be0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c18467fe1d9c4e0699cf9514f5c3f222", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "815d0ef31d054242a09e443bbcdb77b2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e71ff6a6f6534c6eba56ecc6d8515f77", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cf8325c30734419293695dd31a389e08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cc62ba3048914855832b552c508f2337", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "7201338181624638b3b04cdfa5e004c1", "region_id": "RegionOne"}], "type": "monitoring", "id": "9360a22ca54042c3a43b22aa355be2d8", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "be2e505bbf0a48bfa47401c6337f20ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8f48a70fe97241c6b6ba2b6686c2df8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5e797ed733ad4ec9b73a7c8760a51864", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8160c4d990314681b00338477e6bdb78", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "26050893996a4f61a1ff9eba893a8037", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7bcf61e6a5f9459b8d986c5112496fae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "fab558707b9f4350a0d1f21ec426fe91", "region_id": "RegionOne"}], "type": "placement", "id": "c6a9df4c801847a28410001bda406578", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7b99ae4b1b544a339b2c3634cf32558b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "51a58b4703734747bec0e904d2825893", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "afffbfc75aa74fa3bb96842cc0bb1c67", "region_id": "RegionOne"}], "type": "instance-ha", "id": "63fe1a81c03847969484f2493aa218c1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a9bd13df4eb645a48a9df94898efb17f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "941f9f657ec04e399cb1c9896252325f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d1c94728367f4d65829015a253ccd55e", "region_id": "RegionOne"}], "type": "ha", "id": "e6ef738f1a424fa091638d8a32b55301", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a616d613046c4eb5a53772878530331b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9d64822e402a40f98c9d8423899b97a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "40097aa1b33d4595a9cfc2d5a026d3cb", "region_id": "RegionOne"}], "type": "reservation", "id": "8ef6dd8a013349ecb39d300ab6adc330", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2c66de9d95dc422fb5a3cb222c3ccfa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "987f35a8541f4f03bfcc41ad06d8ea05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "46901f8f5a0a4089bc3b891d3ac6f53b", "region_id": "RegionOne"}], "type": "function-engine", "id": "568ce872faa74827a4ce0e68daea3877", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bceb19acfa944564a0162732af160575", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9b92ed40cd1644a8b2a2444affe82bb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ff96e2b5b2714451902cb26a6e08d4fa", "region_id": "RegionOne"}], "type": "accelerator", "id": "de8f47cb0bd541febe418ff847f03fb4", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3352a3a1170c44aa861ab861826141c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d05612d9664a405a95ecf5a6b494bacf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "73164f2978194eceaafc5c1b51a57516", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9ec5ced8b9394d568d58bc7c2af2bd0f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6e46b806da504b4283818e40497d4429", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "12df101f424c48f198670efb44d62326", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7614293e81a049a48fb33566e6931637", "region_id": "RegionOne"}], "type": "registration", "id": "654ea7310a1f426e8efad9e8e7be0431", "name": "adjutant"}], "user": {"domain": {"id": "30318ad02d5047659fd194e4a73856be", "name": "4113b59be67a4191b1416f66940aa3c3"}, "id": "42db919fb29d480ca54780e96a1d3f84", "name": "3f39ba0259594601b3ae845a73d4a8ba"}, "audit_ids": ["3f36bf634f4d4212ab0b478b00e52d14", null], "issued_at": "2019-09-19T09:04:39.081306"}} 2019-09-19 09:06:39,268 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/os-floating-ips/a-wild-id-appears -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,272 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,291 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,295 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,296 keystoneauth.session RESP BODY: {"floating_ips": []} {28} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_openstack_cloud [0.062024s] ... ok {14} openstack.tests.unit.cloud.test_coe_clusters.TestCOEClusters.test_delete_coe_cluster [0.175331s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,274 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,278 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,280 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,282 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,294 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.210093+00:00", "project": {"domain": {"id": "0af44801ffeb446ca5f2a9d582415f28", "name": "2e294c0d330d496380fd0128de4ad988"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "cecbb348ec674888abf1cb786d708940"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "cb47c26bf4c649fcbf4909974d22e427", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9d0b64518e1a4c0fb73d17a625600f7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5c336dd21e0345f5ab1179a622ca26bb", "region_id": "RegionOne"}], "type": "identity", "id": "cb8cc519b1034f6581e1a3c5463292e5", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fd4a90eafeb541ec93e13d222065daa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0c2b3256d941414c981cb6f9ba64f8b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9e22928c6dcb4e03a6ccbc2a8681fb2d", "region_id": "RegionOne"}], "type": "compute", "id": "ec47b867c1314aeea9e0d5a06a352306", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "10616d4c6d2840bab815802e2f693dc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "584de11915ca492e9736b8b13ecdd9c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "7d43e714a2e5460a810c8bea7e938ba6", "region_id": "RegionOne"}], "type": "image", "id": "68c4e2b2a43c49eba5dc3843921a9a5a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1946a69a0bcf462d81c3baf29e51fc33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b13536c1af8e4d13a6ea84cfc160eebc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "905cc4ad09ba466b809fda5bcc8926e3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "aa03e122970e4674b1e9c2ddcace3d48", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5291f70c0577468da5b086a65dfcc348", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49b3a37e7b56404d956513c47b242192", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c9dc5dbd620449bb8c2b857c013b83f", "region_id": "RegionOne"}], "type": "object-store", "id": "240e9eb4abe74507b0f5ef33ec6fad61", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "83be6076b7594e828cbb747468ab9cc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "37e0b14dcb564c1f8fdd7f14a8a58e78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "826d19d15ee64de3b63edbe6536a23fc", "region_id": "RegionOne"}], "type": "clustering", "id": "5a85095650154ef1924ee504ec1b6770", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c94271895585449badb5a14360928f55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c447fb6f846649ad89fb457292604503", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6759ce694bf243d69d64435803bf20b9", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "30b630c01c3e4aefbb03f167cc250915", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cf8ad669f5874f0ebda82d4264254628", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e155184982954ad3bcc0b1d8593ecaac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "82d3090c8c2349278ed71a32418aaec5", "region_id": "RegionOne"}], "type": "cluster", "id": "8fd0903c447340b1903309c68e999986", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "14d6691c3954490e918dc0b10e8e2476", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bb172fda028744d58284af10385e2e5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "400a114cc7d24a689d83dc756fbcd8a4", "region_id": "RegionOne"}], "type": "data-processing", "id": "aeab3db5a63842afaca1be8babb6ceea", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c80370e245c04630b801ea96ddf23fab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d30c0469274a444bb29081a96b93f922", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2f9cf36e2233467cb58558d479dc8ee6", "region_id": "RegionOne"}], "type": "baremetal", "id": "f7fbebcbae7f44d3a591c67633f1c412", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8eae386b7c8b411f88818c774dcd42c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3fbaa15688d4418382429ec3ba8e1e39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0e9fa21b8c23454285065fc4ad7ab6ee", "region_id": "RegionOne"}], "type": "bare-metal", "id": "58f3c13081184e5ab8a63b304e76c0fa", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "92476e52cc354062a8b8813c2f2d58ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "05ad59f7eac140608a1694a28f86f6ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "6fb8178375fa4147b57e57eb475688e8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d78a0072c12c4053b6dfc1b168489bdf", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a9b68689ced14b48803ab628d2a35472", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "67555c02d3b0436db46cece8ad31b47f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0adc8e7bef254c24be17ca86c6e1a0d6", "region_id": "RegionOne"}], "type": "key-manager", "id": "7d7acf65ce204454807af37bf1de9bda", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5b1bc5774dec4c8196b2eee6c53ec8a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "821be8f88282401eafe0de8cbf280520", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "70efadd390474398b5d5a6631f24d4d1", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a1e16f0f6c244c8b8ab24d2f0117b918", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "279e70133375407d907acef4b56e1e4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2150e59a75564a8d958faecfc7ccebda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ab90fd69b32f4c7e8b66f32abaaf74e7", "region_id": "RegionOne"}], "type": "infra-optim", "id": "31a61461dcd64c2c903c7fd22d20d3ff", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "82aa7f2631374964a84a8194ce4c12ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f77939609def4d7f869ddb59bb3d1e0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b08524556b14469fa8748872d68bc77e", "region_id": "RegionOne"}], "type": "message", "id": "424d1d499ebf479fbb1492324ded4e39", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ce6e127131d24e088996d2ed66d0dc8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "68add2d347534fcebba941769b52b3bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a1ae27046c1a4ee1b22e65b87a1bdfd4", "region_id": "RegionOne"}], "type": "messaging", "id": "c37224a466694d7eab5e89b27c5d8c3f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0d3d5459e8c848c8ab043f6b009f5e9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1113823e2c184fa89c61b72454022b5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d1c7b84ab3a64d58b45ba3c02cbf035d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "12958d10d84b450eb63482cb76c3f4ea", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "28ccac3723b4417b87842d32a44ea3f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dd9f745153844a06b2c12560d12e1c93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "63cbe017baf24cee8552b17d553cc40e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "23a7978d4e3442d5b412f87977a22067", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0964eace9e384681be115f372fd2d8c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "559ed75270274874ba3be31df12b9be3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c69cc203daba42c0878bb854372c88e8", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c55901e45fd84a44985b8d651cb3d2bd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "207dbb66162e4c30b89a5c9a6e219131", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5619efb5a6b84203a4bd88f7b4c90be5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "03c3b498d8dc4fcf8a771db5f33011b7", "region_id": "RegionOne"}], "type": "container-infra", "id": "131f1c0ed5d54926bb32f159ff710ae2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5aaec7547d8241b79cdf96b53695eb31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f1ecfe15f47a4aac8de75d7aca381647", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f9abd6dd0b2d47a9965e47be30ea714f", "region_id": "RegionOne"}], "type": "search", "id": "480d8861a45144eb9c2bc1549511cc36", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "174c8f7409034d9495f7930f310c7724", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0f9d33cd391b4d608c0f972f85795770", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "baa03a9286b14246bf915fd9a4c12f37", "region_id": "RegionOne"}], "type": "dns", "id": "2cd14fe6bd064da2a6fd3407ff6cf97b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aaaa8187bfc743ed8a94bfe329195041", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0c08fde55172493b8d98a308d985272a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "83ee10a7f19544fab5c8ff5396d8d31e", "region_id": "RegionOne"}], "type": "workflow", "id": "f0e3a7596b2741d18098800a699aa7e2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a9299bdc0671425297a0d9b1a4cd8292", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2f475f24de0340caab933960646a1bac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1d392afa122f443886658eb48a1e1145", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6c099e63766949718fcf91992581fb47", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8ac7eb04e6554835a829ebe4550037f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "95046e3f6eb44890a6b20a7288ee80aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d354b890ab3447b7890c6e4502adb2e4", "region_id": "RegionOne"}], "type": "rating", "id": "318dc4b54ffc4fb5bfeabe7450d806e5", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8b217899cf774d56ab81407673b93509", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "60af8ed1055342cf8c0eb9b90b3b2efa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "520c7a2b9b0645229347e9635798d478", "region_id": "RegionOne"}], "type": "operator-policy", "id": "49832e2ce5ea47509214d90a0a4734bb", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "764405abce1a44ca96c8abc7b997a2cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0ca722c4a9744ecab9a2a25baf2f5651", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fabdae7fe32546f39db477bb78ea09b9", "region_id": "RegionOne"}], "type": "policy", "id": "e71f5396831240f6bf5e89d5880d0bb3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d20d07b4724745e58c9aa4ffe813c39a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5d8df9ac93bc40d2b2bc38e18abe4b62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1635dba6062a4e3ca9e9d3f9ed4bbc3b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "cf50308d77444a30a0d7216bb5be41b1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6a7646fd54664a2d871a163f059b8fb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9d5fc14520114471b7e2dd142880dbe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f5bbb56646ae494b9acf1c9443db290e", "region_id": "RegionOne"}], "type": "sharev2", "id": "effa7658949d40ef98e59148682ff01c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3bb6e60b11c14c7082d4a48755f23224", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8d638068b93a440480d4c799f6a5d9b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ffae21ecca2945b992d91c46fccd529c", "region_id": "RegionOne"}], "type": "share", "id": "3f6ceca0937d40678693f9420446fadf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fd7cf9a5f1e24fed9095482d00b83a96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c895deb4feeb413bbc2a0fb69a468046", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1353d93d972d4405967d650601200777", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9cefaa68e4834114aaf88fd88bd05e4d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "638032c2d5b74012aaa4b2aa7c31c743", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6fdfa7c5bb64edf9b699479d48b7d5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c61bc4e7ef8d4299a36c00fc192d05cc", "region_id": "RegionOne"}], "type": "orchestration", "id": "54b2385e6f1b48fdb732943dde97881f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7023af517d1d425e8f06d6bb6a7c9dfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5669f80dd33f40a792c3f63e1b46b030", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac768ff342dd43e18150155e622d1892", "region_id": "RegionOne"}], "type": "block-storage", "id": "87c6756de67647d2978642b23af32119", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39269d34646b4ae59d365abb3513d676", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2d9b809857141e0983cb6bd893a3c2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ebc86b8eee5449e18b2510f809f3293f", "region_id": "RegionOne"}], "type": "volumev3", "id": "0c71f9824e634d33879c3411529d56a5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "edffb4360f254027b43646fc79745f82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f1053bbeda04543b46b007997b436ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09c20170fad0480ea032d90fad05b1e4", "region_id": "RegionOne"}], "type": "volumev2", "id": "c4845cfd280945e0bfec9acbb3eb36b6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7cdb5542ec5e4fec90d0cfd5096f46a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1ba10aa962248fa81821ed807971d5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef6ca00ee880464090cbcec70d87d9a1", "region_id": "RegionOne"}], "type": "volume", "id": "13df829662f44a3cbab36d971f74e0dd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff65648b43934c8fa7596a26214e4e92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0f65c16fafc4ff5b2895275e7753644", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "959016e50843460ba3b82f5cdc4d5a12", "region_id": "RegionOne"}], "type": "block-store", "id": "aa6d07e5372343c4b0a442f389c1e05b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b7a62faf235f451b88e0012a996d2440", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c4e0aa6c4ab54440ba49d0aa9cf54b8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "078611981579492aa23edc71ec0bc272", "region_id": "RegionOne"}], "type": "alarm", "id": "6e755777e7e744d1835842732cc2d413", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8c38a4d344df40d5b16b6cb4c6f5b0b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c2aabdd0bee74804ac461eb9b4855ab3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5a8e063ebf95403bba3a7956abec58a4", "region_id": "RegionOne"}], "type": "alarming", "id": "139cad035a9249cebc585d490b5506f1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6eaee1ebb6e64aacbb28d4ad036aa1a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "970b5c0e93f64ba8853609d3752fb5bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "30cc72c488eb40519a10da95da7acc74", "region_id": "RegionOne"}], "type": "meter", "id": "2a7cc3a4f7b042128f9418385af2978d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5a36344c5c6d48debaded4ddc72afe69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4146199506c24df482676cc7e89f8330", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a9c1d148fbfd4c8ea605423b5378d433", "region_id": "RegionOne"}], "type": "metering", "id": "f3afa20a0ee549b29762f94710e0313b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2ff8ce349734479da0eb86a86567f7f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c51cfa32419145dbabe93c83b7b1404d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "756934391c374002b55f7a1144b1500f", "region_id": "RegionOne"}], "type": "telemetry", "id": "c21953a9b1b74d88a6ac57da1bada132", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1f5c33f77990497994fb09e32e783180", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a4f55b7c6c31490d9482088b9639a49c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "161b3c69120b4375af934c4530129a85", "region_id": "RegionOne"}], "type": "event", "id": "19be7077d5104759bfd318c03b80e342", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c2eb48bd115d4f4db4159657c1e0bb8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d39d0d7e63924abfa11c4b632620d78e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3708b9e42f90436ea070cdb96f321a75", "region_id": "RegionOne"}], "type": "events", "id": "30478ac111314260a24751e5ccb4bf09", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e5eb8f72d6774beca9fade32334de0c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5401f6867089414bab5e395352b3e457", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b283ddda05404a1d88ff4e0081280fec", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e99d2fd1ad0149d3be3136def7bc0a01", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "02d6a98dc88741b3adde634d6dcf721c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "888dbccb5284410b878157cb2fee6dfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a401441a49974cafb4b26ad2b151e07a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b8149050979b4104968f03fb576bc913", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "832e9067ced24ec38871b5e122f618ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "45a0a20ef8c14111a259a0d0c852a2ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e541cec020374f34bac0609cb1737cd5", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "049e86bec67b431f99efa52ed0f776da", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "926f1f1e734b431e956d1c020730fd6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "42c6c37fece84031a82c5b81575eb4d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "01f0077245f14efc94c368191a9c738a", "region_id": "RegionOne"}], "type": "tricircle", "id": "2121780f42ea44ed961b4da1db3f34ce", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "dc46dea2ef944f0a998b1503296594c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d4564ce81bd444699aea47c5be71a143", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c237acf88f994e36aad4585189517d28", "region_id": "RegionOne"}], "type": "database", "id": "a44c3057667441b9ae50bda0d1922980", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1dd45c4812d64efd8fc8c2bf68259e03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0b2e8dc51d8041ffbbe0fb9711cb1251", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9207de5b3202404db0644d63b6b9f751", "region_id": "RegionOne"}], "type": "application-container", "id": "084d4c2c38d8493b86b1c95e02ce557d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b249fbc735f64527b97385d33bbdf474", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ec1881e503dc43f3856240bee1d16ffa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0f516ff02a6f4c2b994ce81f4ca507b1", "region_id": "RegionOne"}], "type": "container", "id": "632004a4874449619a8ebc1618171c81", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a907e44a1acd4de0aed5ac1a76d58260", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0df32febb49b4a48ae328c349e97b915", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3c74254e62e44016ae7fa79fd72e00a4", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "3ce50790da274730839d1fa9a9da6457", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fd011100ff7c48f4881c066d604f3184", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9818c66fb418419a9300dbccb2c6b031", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7233173ae19c43568d3a2821830506a2", "region_id": "RegionOne"}], "type": "rca", "id": "9028a9d31d004dada5f898aa2fa70abd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "58b8ed7a5c3b4e52b9fb66cd7ae070ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9a2f7254efe140f6a9610768374d0a20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "84b238e271a84d8eb43a7ebc45cb5cb8", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c8b0d4f0a4c6410db3c7083354bca6c6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "991dbc5e912e4db28c2e09fde1590924", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a8ca3785f5194aa8a3f8a4a6be2fac22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "da18871829ce455d89bedaa678eb7254", "region_id": "RegionOne"}], "type": "network", "id": "ad804ff9077e4ae0b76994f604011eee", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "aa62253d0b0749e289c65d766fadcc13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b761e7edf69340228dcc80cbc0e6eb23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7886aea427ad4c7b98773fe87392f621", "region_id": "RegionOne"}], "type": "backup", "id": "767e3a6b905349b6a0a05f1cea190e6e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8061c448852e460f93bdf54485746127", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9e9cd96bfcc746ff8245089f31713724", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "381742467fa84682a38a70613aea5a23", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "19fc963b018747cba7a41586e11cd43d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5e8ba0634ce74a09b12f7ee8e046a0c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "99b15036390a41a99a3e46f8e4658203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5113a8c30e004bf9801e89b2300b8ce8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "531222a50fd849bfb8736b633572d964", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3c3bd3733b26443588371f8161095ee4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f3e41e0532ce40a3976d6d21e650fea9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b4654f1f2b2f456189ed4e95c596e437", "region_id": "RegionOne"}], "type": "monitoring", "id": "c1a59c12152247da9aa7332d3970c6bb", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0ca4cb06c934461ea9b5a330bb644aac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b88ec77141574848ad590f80ff6e25d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "9b67d46dcccf4b80ba98e8818bdfbdac", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4a8b42d6cefe42828b39f49ab3b1854e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a4bae2b2346143df80730f388b46503f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3efaf4ee733f4808976ade47a975c801", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "580afc30a3d94b28ae2661d87bc5215d", "region_id": "RegionOne"}], "type": "placement", "id": "6fb1207e39fd469382c3e3fa5632d782", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "132fe29e2ed64c43bcb7865b6d996363", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4482e21acf1049e587c4a9f33abde8d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a9c58cd5905b415c9e00201022f406ca", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ef8a3df3041c4ff687e6e6c9fb7b16be", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ae07463404f54556b39afbcb63b90e79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "924ce667791349838eef0712fdd77f8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "33c06d6f6313458e849dd0cd9c516bae", "region_id": "RegionOne"}], "type": "ha", "id": "4851e34959684fbaae3d9636c9f2c8e8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cd5552fb9472479faebac1cd37a3fb48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f781574ffc5940fc80a96073cf5ac2d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "40b5579f72844471bb17a19195e0eac4", "region_id": "RegionOne"}], "type": "reservation", "id": "d3654413b6724ba38c46993c1a550a4d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3fa2fe16f6ac4615925f39f0055c2a84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fa7e2da642d0460486bb58cc0cfb4739", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e55a3dcfb18e4222a5d4ee2d0f9eef60", "region_id": "RegionOne"}], "type": "function-engine", "id": "af679178e5b14c7cbcfdac9c72153d84", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c03b13b6d10040178a4fec48f3ff82e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "947f789585d34af69da2858a2eda1a0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "cfdbb554366e4ccb91e5a6d8cd6d5978", "region_id": "RegionOne"}], "type": "accelerator", "id": "3fc8acd7373346beadd0632e9d74de78", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2030fea8c342419cab9d1e5b43fd1922", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "320795eccbdb4f29a43a972b562601f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "df7ac6264bad4522afd3da261a72259a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b0de709fa7b940b1b2ee009c211b3ce6", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c131344cee9d46e880fe8c1e5c43b898", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9173c88b68ce4e94a398b2f585ffe077", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7802c39984e149fca75d016dfbd95838", "region_id": "RegionOne"}], "type": "registration", "id": "8532b1a352704f4884af0c5a09047cf5", "name": "adjutant"}], "user": {"domain": {"id": "16a575d4e96f4459890fa212a7a81d17", "name": "d52a2e6f122a4dc888e743bd6d560067"}, "id": "3115672e0c854f6592d60d71a347f681", "name": "7ffafab654fa4b8ba323c4cd372fa9fe"}, "audit_ids": ["01048ef224b64b39a3ba9c660dc75091", null], "issued_at": "2019-09-19T09:04:39.210093"}} 2019-09-19 09:06:39,355 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/clusters -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,359 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,360 keystoneauth.session RESP BODY: {"clusters": [{"status": "CREATE_IN_PROGRESS", "cluster_template_id": "0562d357-8641-4759-8fed-8173f02c9633", "create_timeout": 60, "uuid": "731387cf-a92b-4c36-981e-3271d63e5597", "links": [{}, {}], "stack_id": "31c1ee6c-081e-4f39-9f0f-f1d87a7defa1", "created_at": "2016-08-29T06:51:31+00:00", "updated_at": "2016-08-29T06:53:24+00:00", "discovery_url": "https://discovery.etcd.io/cbeb580da58915809d59ee69348a84f3", "master_count": 3, "api_address": "https://172.24.4.6:6443", "keypair": "my_keypair", "master_addresses": ["172.24.4.6"], "node_count": 10, "node_addresses": ["172.24.4.13"], "status_reason": "Stack CREATE completed successfully", "coe_version": "v1.2.0", "name": "k8s"}]} 2019-09-19 09:06:39,378 keystoneauth.session REQ: curl -g -i -X DELETE https://container-infrastructure-management.example.com/v1/clusters/731387cf-a92b-4c36-981e-3271d63e5597 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,381 keystoneauth.session RESP: [200] content-type: application/json {22} openstack.tests.unit.cloud.test_coe_clusters.TestCOEClusters.test_search_coe_cluster_by_name [0.139094s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,303 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,307 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,308 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,310 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,321 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.240546+00:00", "project": {"domain": {"id": "109ccbdadedd45b18b093f577284a1fa", "name": "fd342d92004b48f2bd8b0250c58518a5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "630bcff7940d41faa37d0a7ce6d09d8c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e77c237e6b1d4d8fbb1a1bd06c58c381", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "bcede58d1c5b4d92adb8195b9b925232", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2000f6d7b721488ea2c0330199bc1df2", "region_id": "RegionOne"}], "type": "identity", "id": "5a85c83a30804657bb357440b6f0c85e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "177858d339c9477dafeef2280ab67597", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f0250ea7aaf24c7a91c15140f9e4544c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ea2810ecd5504c81a132ea71b84c10b3", "region_id": "RegionOne"}], "type": "compute", "id": "a98334ed161e4008966cbaf16767f8a8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "73e5780c58f34ae58297174690159569", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "bc8364c40f924fe4930876f61034d8f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "51607cd8440444379c5a63d3974fc9ee", "region_id": "RegionOne"}], "type": "image", "id": "fb844194da8b4d9587b4f98b73608855", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3b4a5da757ed41c1b5e472f2b8c6de87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2b5e55b1c4c7427690bc50ed652142c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1fd60d483d5c4be4b214836cbfb6ad5d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b982b058be29442886531725ef8c249c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64f53a8c8ed24025a187b460489aee42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee09fd8d04794df6bcfdbf80551cc83d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f2d6c46cfb94fdeaeb8467d6d56fd22", "region_id": "RegionOne"}], "type": "object-store", "id": "a70dd126cb0340a8954724ccf75a8704", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "12f848f8c9ef4394b3ed758c80190403", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "49d005154ff74ab398bf05eb2877084f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a983bea5372c424eb817cead068860dc", "region_id": "RegionOne"}], "type": "clustering", "id": "873ef8911540452aba91fbece24fb75b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "509f43366d974507b7a27825566bedc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a2dbb19d2a8942c28f51b87f3cc35944", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0708928fdb034e1e8328e3e4f0169b8b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e30cbac0997c4ea8b29c48eeae398bc5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c84a02acdb004fe08251ff6e3b4e389d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d62bb4e2bea14ac9a982fc4f72a8475f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ea6740875deb4e99a5438ff65b151aa5", "region_id": "RegionOne"}], "type": "cluster", "id": "8b33375e6de34e039f894316a2e4036d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "dfaa4d556b0349398ff5f9c9d194b877", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4cf599dd305e461c91f8cf3283a61f9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1f7ca0a409ba495fad4f88ae64ba63ec", "region_id": "RegionOne"}], "type": "data-processing", "id": "70487cd6e9d44d71b670c4b41d08b807", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "48e9f9aea0bf46bb8d4c0f3f99d989ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "505f01e27075485bbd49bc30c3eb324e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ae959cb57f5c4aa5ba486fade67e9484", "region_id": "RegionOne"}], "type": "baremetal", "id": "668ff716b4cf41e6a5661d97d5ae83ca", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9cbe07bc18024f5da8762f94564f577d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ffff63dc88614ea3a6cc5c09aa9d28b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b60e73f8baec4bdd91ea3c8a6bed56ea", "region_id": "RegionOne"}], "type": "bare-metal", "id": "1266d63d8d22404cbad4fb0c224a8607", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d8b76ddd48204fe2b75b4ea55ba4b869", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4d10e12198694eb2a2a6bf06c8fdd250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "df0113e5c6ba4ab6a52b1260ed1af8fa", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "74a719b8413f49439772bb883dfbdaee", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a846692da8dd4cf3af84af27135e407c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "97763a9ce51548f292fd4cc20ebbac55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "aadefd40e1554078b60b08fac639d89c", "region_id": "RegionOne"}], "type": "key-manager", "id": "419bfdf107b94711b061a5b26bb4592f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b798b21cbf404ebbbefc89a56e3323dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ad2b878093114b3f88fed402f1bd6a32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "63cad4b3ea014409860e523c7e1142c6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "50c9cef9aa6a4a948a99b8b69a8bccbf", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f206b66ecd25460c8f67e3bbb13df333", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5c0fb4368b7c4c7d92abf33d7d9329af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fbc9b8d532e9449b9fc289c82c372e94", "region_id": "RegionOne"}], "type": "infra-optim", "id": "01c532148e7842218de7176baf450d95", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5992ce28ed194ddebf29ad458a1dd94d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "407fe834e99a47f192a5cbb6d1bd5bbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7e28a007854b41c8a91a648fe18e342b", "region_id": "RegionOne"}], "type": "message", "id": "24d44465d8e94f6cb706d769e6a4b07b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "903f5c17e3dd40b39d937235a8b05168", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a7b712842d1a4e52b279c26c7eb089ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6a7a95aa205b4125862d472fe155837f", "region_id": "RegionOne"}], "type": "messaging", "id": "7c6cb7f831fd498484a4859dd4e0d291", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "93969480338542c08168153b3e6f9978", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d001b083afde469d9fc4c44a79921f4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6080cad70fec4d75a25a1e0c2e0c9bc3", "region_id": "RegionOne"}], "type": "application-catalog", "id": "259f3a80cc3a4765b74b91ee34884ba2", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b67bcf052a94221a7d3bec2111a81a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fe6a3c6c6ff34569a6f1fb6a5b61ba31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bbec1735a7cd4bbb9579c19c587a0837", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "7d298da26dd3451c82594a1adc7da2c3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a47b89fb41342e2bc5aa1554412b94d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9562b0ab189e488abab626f175afdb6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a43fca6577e4601938cf021904a6bc1", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0fae193020e844f6ad3a97103c7a7ba8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d3a6624588b548a2acef66eaf067c605", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fe40bed0a83e41f78dda7235174e003a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "437fb77d0a2741b691fdc71dc8c83c23", "region_id": "RegionOne"}], "type": "container-infra", "id": "ff6888e713004d37984de06cea587310", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4812693b39a547c0a8a9008cc1d74d61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "168893821cde46edabaf24cf76f24b88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "56441cc88dd94066a3c58876728a4926", "region_id": "RegionOne"}], "type": "search", "id": "a5be50d4e3e0408c8ba226afee029039", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "8637cc5b2eda4b7b8313b153f7fa7192", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "70e7fa8a2e3b4cdba59668323e3542cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "57eb9ad8e69b4ecba91a470e2b21e646", "region_id": "RegionOne"}], "type": "dns", "id": "b4630b4415da40f09f41db31becc5a8d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "58ff4abbe93e40d9ab1725ab7dfbde41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7186f7de0ef3491d98ac9a7c96cfbc9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a4a9fe7abdae40a3a73ce4890561d9fd", "region_id": "RegionOne"}], "type": "workflow", "id": "2102aca0c6ef4c9cb2bcb76088256bca", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "da3ccd95304546d696bf318a4f6c293e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3b99fbf5c35e44b9848729e1994fe4ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c0206aabc4b04348ab3a42692756b38a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "fc9c773c7d24469899927d110132df42", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9db729261c4c44dea4ef2b1962e35160", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0ec3a83c2f91478f8d86b9a56679f675", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "aaa531da86104caaa68b9251b7b7dd99", "region_id": "RegionOne"}], "type": "rating", "id": "d1de1f0c50504626b7777eeb9f838ea9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4afe5ebf0e3642bda0a57ea88fab13ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "66cf36c1357143b6b219d67cc4b6adb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "931af6c10e76455faafdc8aace271397", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e55dad909559414d8811e79c812472dd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "619830eb2a7b41c893c70a5a1d38a7ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "97b8b778f6fe4e18a672acf8f116a17e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9d1c112f35f1417aae6fc7c916e0fe10", "region_id": "RegionOne"}], "type": "policy", "id": "3838f23572f94f65bf8c52b0087e9584", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4b20a96829d64f1aae9a84355d9bff7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3db099b7c3534fa6a3b2fb1c1227149d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9d92e83587234e66b56494d3ffedcdde", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "44b80f6a20494b5e9adeb4e4ff4bd70c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "44d9905ab09b4c7c9effb09569ebf469", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fa81d8e8fab240f3b8b63a60a9fe4145", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6d78372967554fcabae4fa0107f7ea3c", "region_id": "RegionOne"}], "type": "sharev2", "id": "db370ba9c6134f2587743a9f82d4786b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b999d6dfeba34374a08da89c5a92f7fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ee2ceb70908349baa82033e8850bc425", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dbb1f90ad8e2460c83050fcb15c7354a", "region_id": "RegionOne"}], "type": "share", "id": "84eb221b67a3489cb9e93398f9d86d05", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "729ab9b32f8b4955ae8081db8933b62e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d190609be33347bc969841f835f4aa6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d870e7e63a7a4be2a3bc4c7ec01bf8fa", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "fd8abefa1ef14ff881f94896b1798389", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e2a8a9dc05f4b8cb95aadfac96748cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fc86c4a338c40379dcd5b3d8b36af64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7a304d6bf254050be7fdd7094243627", "region_id": "RegionOne"}], "type": "orchestration", "id": "89ff63e01aae48acbd24725b786517a1", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e677b69891df4ba793f5fb7847af7edb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a94c129f87847b5b2652e450b1f08d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ce0237835bc447c8d72fb61253df856", "region_id": "RegionOne"}], "type": "block-storage", "id": "d414d03bf5dc4d24b117e367692965ab", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3f2578b4c604dc4b5518b15a4f15c2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46d73caa67774e5f9b7030d2b9b2d942", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4fa129df392a4ed39289f5ebb2c63ad4", "region_id": "RegionOne"}], "type": "volumev3", "id": "25a4e26ec9fc4fa3aed47b2357e76de7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0a85fbf08f44fbc8ad411dd6887d50d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "245c674174fb4c9c802da0605f548287", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce4899adc41c43888a37cc435fd32dc1", "region_id": "RegionOne"}], "type": "volumev2", "id": "6cf94175e9514afbb7f3293bcea93753", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e80225c0203245dfaabc6618b1e7f7a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "78853af3f58848cba7a8921f734ca0ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92511f3b1119437c9767a68b83a02d6c", "region_id": "RegionOne"}], "type": "volume", "id": "054c6698447d4559ae851972cd9b9769", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51798c6229ff4e288e866c0ba29e7315", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ff7f466083b41d3a808c19cada28022", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ef77dacc0e74f95b0ea4391a43f9fe0", "region_id": "RegionOne"}], "type": "block-store", "id": "bc3bd4bd4081468ea50b1e4f9f5a2e9a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a2f57f3fee4a4a4e98b71a44644873a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c4acb5188810459ba9ab985315d63195", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7e3ea911c3c345599df841f0b37c7cc4", "region_id": "RegionOne"}], "type": "alarm", "id": "cfd931035c3249ce8269362b00b51392", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "adc6eda7e2874741a5d119daf8b3a72f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "501539cba84743788a15bbd033138306", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "91d79e491c124806ab55b5d2da7483ef", "region_id": "RegionOne"}], "type": "alarming", "id": "81c7f8ebe6464036a9a0ecf6ad316f6e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5ad3f7d7b3804204b1fc2694aece3512", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1e9f3a9226d349dbbe7dd4901b77211a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "16bfd0d3d4154cabae6fb1fd53f64879", "region_id": "RegionOne"}], "type": "meter", "id": "8272b241a3cd429aa6f77d2557657d4f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "491fd5cfbf3d4dcea1d2af42a6bb4e6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d609bbccdca44694b2d033dfcca20147", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ddef398dd5c44991932c53f3a071184d", "region_id": "RegionOne"}], "type": "metering", "id": "ff09452399994df3969ad8c6ec0b2ad2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c6ae01cb87a446e8b0e9c0c5e8f53414", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1294a04d4e2d46fbbac67ab746f8dcc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ac96556733714eb189a6cb4dd1bbd69b", "region_id": "RegionOne"}], "type": "telemetry", "id": "552270d2ea474197a3ab78cb358dcd0b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "45b37855097c4c5cbce93790cfe4c68a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a3506997444645bcae2eaf68205c21d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6b99cdedb381414a874a045ac589917f", "region_id": "RegionOne"}], "type": "event", "id": "5540336b86d2455eb0217cc6f731992d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "95d95f99f9d54ad39a55e1b49d456a37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "977f502d13774b7a8eb5c8daf9fdd228", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0d58b0145cae41a488d2a3c6cc6e24d6", "region_id": "RegionOne"}], "type": "events", "id": "0487199820d94780aaf70b06e67b7a88", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c5a5a008355840899106a06c6a06a96e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "78e59e0650d942cf9bbfd4026a298fe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "dcde16ac6b6d40ffb35e37b4590cf7af", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8121b68a1cb24ee4aca3cd2340525982", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6ed7f5d2a0d240b8a578380a3702c781", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "48da28f0d25746ebba4cbc7b2b57940b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bdc0d69ccdb24a4fbcc74333aaf3ef98", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5a06144e5a01445a84cc26601b42e40e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3bbebb872c744e0fbb265af39391e065", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "297c4d1d25c14d8bba68e443ef7bde48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "932a1153726e44d1b17075866ba43826", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "fd96371490c24f448e26158ad5d0a1a2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c2cf5b2b0f0d4108ba10ce47234ad720", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "347dbb0b22074dd9b0171a37c1a52346", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0e464ea6995e4187845d74b5fc3222b4", "region_id": "RegionOne"}], "type": "tricircle", "id": "fc3321de26c9491c9cdd768f2a7a5ff2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "614ca22675824e418a1da8be61c9aa5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "37b8d7e9b46446108c490b5509750800", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "4c094e5abd2545b48c48b50ba88bd0ae", "region_id": "RegionOne"}], "type": "database", "id": "32022412ee1445a482a2a1ca8a75f703", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "847e713cece74be9a984457c2fb53068", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "537af075be68441caa8f20e9d9fed210", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7ecc9d5e19194cd584dcf0b223b46c52", "region_id": "RegionOne"}], "type": "application-container", "id": "16b1e795acd34486b3268db37d81d98f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d276ee82bd714ea6908ac52e4f3f9801", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cda00d7e54c04b9b97c75f40b3a6896b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f3b1a3c3a0b1404e8fad8ff2a07acdbf", "region_id": "RegionOne"}], "type": "container", "id": "70b19e54351d407db7b797bfcb032dd6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bad262ec2c5942229025f6278d682b13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "792d79200257401abbb9c291a1d164d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d9dbe8fea19143a4af6e174229dd8ee7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c197f383ca1444d9a7d6df9d19febca8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cdc6240dad904379b4debfbe57e9d4ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1633e3f351db415dba5eb89bbf79898d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "97d1c49e27ba402299879046dce0c29e", "region_id": "RegionOne"}], "type": "rca", "id": "4c58cf8927c14ded9c81b9b1febd37b7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6088e5a46a5a4477bfcab077aceffc58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "69e52db41fb347d994224e3d9267cffe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d6a640624cac4d8297b339d42cbc1e9a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "6c0f26e1c1d54215bc3be7e3359f9c12", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "dc6cd221fc42471494d748fca4dd044f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f807996ce1e54818950761e442e1cbbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b9f3aa1d2ee246179e3fc565e9bbd2b8", "region_id": "RegionOne"}], "type": "network", "id": "065cbc3dd31d4a7b8b5b552f16a1cf6a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "cf665956dd2b4a6d93d829f85ec11723", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "07a8bd73763f4c599f87e1c810b936b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "56bc011f536f4bc2b1384080902dc927", "region_id": "RegionOne"}], "type": "backup", "id": "98e654495cfe406286a88bef25e87ae8", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d9ed2c7f539440a28b90c0a1d02266d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b720ecda8ba8472e85df4ccb1e02431c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "91779cfe165148de8f3e78e676c5c13f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5361c838a9864b69972a116beaab9380", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5febe70c75954ae88203601640dd8f89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ef807c6865e84965b94a0c1758fdbba2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "79decabf17ea42adb4d8ba79ddc7910a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1d65d4bcdf324d70a434863a60f9bb70", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9aa0c47dde974139a58157f9f59a98cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b62273edb292488e983f9134cac47675", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "faf214c49afb4f6ebaa63a29ef3a22d4", "region_id": "RegionOne"}], "type": "monitoring", "id": "cf9f072e5b364d3194b5a6f6df094b07", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ec6ca51c6a6b47b882c6910a2e12a6fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d0e80951ef27494f97759b83fe39cd1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "92ae7ffcf0c14d42b0c0ce6a10e9842a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "1ce1945af29240a98b77904f3d0f63cd", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ff8bf721196d4fa6b951911db0ecb20a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "55645dd7e27c47afaa0a58ad9a42688a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9ac76d4d92f4437c8a45f282a89d16d9", "region_id": "RegionOne"}], "type": "placement", "id": "73b59b8565f54ba2904f812ef2b28f1d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "59f4def2730e427aafe2eba8b2e63484", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bfd3f29222744bd287177bfa0dd283bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "43935303148e4ec8b9c2485edcc584a2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "72e64236c32e4134b973f09399337bcb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d7d13c4889d441d48a4737c1808a7919", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ca750ffdea9f45b5be9110fe2c0f35e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5321717b6cc54f369041b68849c53615", "region_id": "RegionOne"}], "type": "ha", "id": "e63491adc7864df59966f2a68c21a6ae", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "aebc97b8226a4e7e8c1aba08b84be70a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "affa87cb9eec43a1a320854fedc7b260", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ddbd139c7e564a84893faf512b52d277", "region_id": "RegionOne"}], "type": "reservation", "id": "5f8d9b75238644d6a6b1848b5b6226cf", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6a2017754e17413cb0dc409b720a9b03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fe4bd83acdb24d18b05148635fd7be80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5b3f9b5ee6274bf3b04109aa4d6e943a", "region_id": "RegionOne"}], "type": "function-engine", "id": "502998f8598b493d859ed9283bc9e688", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b5e46097727742b691c99edc8a177e3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4b31576dd22d460a9490f709b7befb7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c1a42bf0527f4699ab6c59880f0d1a15", "region_id": "RegionOne"}], "type": "accelerator", "id": "cd6ce195ae0e4692805623278eaa3675", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ac84290938504a73bf84b275059e1bd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "897f8bcd2f704814bebd7b7ca9e08d32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e425eb40f02c4383afc4dbd55779a43e", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9b2b492ec12c49db949c33b0ec065e97", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8dae3d6d54a844819911bebbdd63f8a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c505142d8ad04b69b58b4e8cdb62449c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7deeece8db124bf89c741a8e433e7af6", "region_id": "RegionOne"}], "type": "registration", "id": "b99001b23cbd46d6a03b4e0d8382ca13", "name": "adjutant"}], "user": {"domain": {"id": "5b23873cb70e425681316f59800796e6", "name": "2ca10f82071f40339f8d93df28302930"}, "id": "a81d89566fa543b182d6b16a52de53d0", "name": "0b125de9fd864dae9568dcbb4135cc96"}, "audit_ids": ["9981cba471264b189f0d345357505f43", null], "issued_at": "2019-09-19T09:04:39.240546"}} 2019-09-19 09:06:39,367 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/clusters -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,371 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,372 keystoneauth.session RESP BODY: {"clusters": [{"status": "CREATE_IN_PROGRESS", "cluster_template_id": "0562d357-8641-4759-8fed-8173f02c9633", "create_timeout": 60, "uuid": "731387cf-a92b-4c36-981e-3271d63e5597", "links": [{}, {}], "stack_id": "31c1ee6c-081e-4f39-9f0f-f1d87a7defa1", "created_at": "2016-08-29T06:51:31+00:00", "updated_at": "2016-08-29T06:53:24+00:00", "discovery_url": "https://discovery.etcd.io/cbeb580da58915809d59ee69348a84f3", "master_count": 3, "api_address": "https://172.24.4.6:6443", "keypair": "my_keypair", "master_addresses": ["172.24.4.6"], "node_count": 10, "node_addresses": ["172.24.4.13"], "status_reason": "Stack CREATE completed successfully", "coe_version": "v1.2.0", "name": "k8s"}]} {18} openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(pending_delete) [0.277295s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,137 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,140 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,142 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,144 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,154 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.075801+00:00", "project": {"domain": {"id": "12f50904529d4c618908efa4f26293ba", "name": "c1973b6f366c4f56b57c6c284263c2f6"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "41c31cd27f254f339a67c9eaf5674bae"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "73a702694af7452c91107d3a8aaa0904", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "6c115acf554740c6ba5dfcabd05b652c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0c6704591cd247cabf6ca369195d9eb1", "region_id": "RegionOne"}], "type": "identity", "id": "f1c166f6064e4b6c995d0422e1d1618d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8eeeca94197a46ae8248154d73f937cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "97c99f7035f34c6181f126e6733f5fdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8b35d335a6d04b1c8cbaf46380a9cabc", "region_id": "RegionOne"}], "type": "compute", "id": "aa2e0b05abfe4e5489897cdd44fd1b28", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e786cfc5607446b5af519675bd0fc2d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e64e79a9e4c447df86c943a0082b190c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "592d09397f2f4f548b32bcd87cb6e1a5", "region_id": "RegionOne"}], "type": "image", "id": "fdbb1bb4206f4e39b93cefc751ce2157", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "48f94624dc7f447bb2ca3e783a3297b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f5165430c83d4a84b68861e0142e62eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5390b32fed9f4b3c8f2de3b6b65459bf", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f85dd1e97261416ea2ce3d3122ce9d99", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4826b1e2c8f4b099a380173951e7e96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3ed0bb4c7dc4b36ab620a31c4d415a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e65499f260c54d529c997a69a2de0f12", "region_id": "RegionOne"}], "type": "object-store", "id": "6d4277fc4d4140df9b578d1127d740b1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2f9abf1844a642b29de497db6c7e1e69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9f4ea2f7e0aa40abb75d875e5fe95146", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "242636a9c12246f0a772c2cb8c256d35", "region_id": "RegionOne"}], "type": "clustering", "id": "8e119ac3c5a94747b4296bbb9ff8c127", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "575e8003242e4c50be4716e87358f30e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4da75416922c4073bfd2a42f0332ca42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0c2bcfaf98364d37af3586407cdeda86", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "98b4880b685047c2b7498183eb1bd6da", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a9d92d835d8346aeb3cf711852572a88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8791e56657cf4a269c707b1f9b472d3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "101edd6a5e014858a827e3ab5cefe12d", "region_id": "RegionOne"}], "type": "cluster", "id": "e452e00d7d394efea6c6bad16f656ecc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2669b56cfdd9417f9f7bb9f1090fec63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "93c34e63435a4ec593be8392a9362cbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "286a430cd3d44533b2f3c761edc4b589", "region_id": "RegionOne"}], "type": "data-processing", "id": "fecdd68bcc754cab9f61bff806dd9822", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cc759b9a806c4ddb845060b4840daf7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "14b24c84ef3544e098bd702c89c8b123", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a736d9bc45df4c26977c15f04f0ab23e", "region_id": "RegionOne"}], "type": "baremetal", "id": "8f321b6f7e204fadbe869b61236b2d9c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c2511104253243bdb01fa27380d5a415", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4ea9ccc4480e4656832a97752f5ca397", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "eb188a96ca854e5291d5c7f793ee1d0d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b04cdb987b184ee5b0b2aca09a0cbfa3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1a5a0d3b18764663b50687df90a0d178", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "749e7d056ece475c82d0084c34a2f749", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ba0e619663fa4dedb4ace055c17e3226", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1a263561ba084c8ea5890d51e71f104c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "60b62b7c2a474f68b4eee0b99f2d3c15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0dc622e13dd94e088515f3eda760575d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "dab7de368dcf44a68be4136c1c984102", "region_id": "RegionOne"}], "type": "key-manager", "id": "06e88171127040ee9440d40ced933eda", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ff1bdefb52ef4d41a4ed88ed17b1a949", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0a74e2677f6d4a339b102a03558f7f5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d62735c5e5e5485b855a206fa959d4d5", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d39c27fbf6b24f3f90a1705438a15880", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1657d48c8143463aa630e706b1a90ae4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d0e4ffd6e72f40eb9800ef2247f5edb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0adc2c3f75784ce7a6452527e6368153", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5f690a95bc554d829b4847a2b9a75fd0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "80540e3f5b814e99a29d8842f63d6b22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "419f5267680b4da09f82f37e80f831b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ab33b03ae598420787fdc7749aeda1ef", "region_id": "RegionOne"}], "type": "message", "id": "31119d8da48147c394a80a10c97a87db", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8f409ea1f69946379ddf18dc29e5e50e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "16a4ae7db5a24293b354a5780e50331c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "19e3a9da9e4e4d8ca243b76b602f7288", "region_id": "RegionOne"}], "type": "messaging", "id": "40b132bbcf8c4c83b734c5ae108448c1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "37593700cf92410685010ddfba78b486", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6d6804a10269400b81dd7edba05ddc7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "446f41ed6ddd449ca5d35d47a0ae5bf7", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d42c766e657444328df34228bb61f8a5", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5dd44d2a651d422c9f5bf52457d80511", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f8e138bf591c4de3a1e0456239895e46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1741d3c1a52e4b09b14d2de6104bed40", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f620ae7f77c94b8c877f1f2d65c0299f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e3b24f20b5504b4da3b07a7fb8a0ac8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "438fdb3ba6524661bdb2836ebb6e8312", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73126ad674d547fdacbb87cf06425adc", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "65f8fefd178344af8fc2b7a40881f2b1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "51f8259bf6e9466cba7afd52d178f5a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4353e4f746d747cb9a0c270d957a26a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cfb1e311ea4a4e9eaee17277aeeb13f9", "region_id": "RegionOne"}], "type": "container-infra", "id": "27b32ec6c2b84778ae43713d9a6eedc8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5c0737e76f764fd8b9da4343413ed499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "76156aad1f2d42d296f9844384fd2e1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f55f0580bbc64d529cf3eaa31dcf9065", "region_id": "RegionOne"}], "type": "search", "id": "7f2da037a6e24ef8badec5405d6512df", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e6880c8bf73946b08d5145105e0e3c42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d8ba79b611184e5882a4d2b3feddd75f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ef67cdefad564293aedfa16cccac5302", "region_id": "RegionOne"}], "type": "dns", "id": "ec0a8d9f901a413f8ad3fc74e5a25567", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "25e027ab16bb4baba990e0533225083b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b1e369c38c7b431d9a4ce3e9999ed0ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5497dcd088e84f6883996467118d3810", "region_id": "RegionOne"}], "type": "workflow", "id": "6c0b47e6e3fa407fb1464864f52487d1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f6a352c0600d4ab88414444ddf0c12ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "80f95e861b2d410988a9bf5bb50541a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e188743805e64216904a329920c0f930", "region_id": "RegionOne"}], "type": "workflowv2", "id": "80936835d5244d62be8f97813a5e691f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b1cb617cb01f4f0cba152bbb00a2610d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6580c4811b044da98d97cf07af376721", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "37f8335ce7ce44db87fa0468b651dea5", "region_id": "RegionOne"}], "type": "rating", "id": "a80e7b2b65c44279bfba881acd184bd0", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9f7aba74d4214749b08fc01136ad9a26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6ceb7555052c429b95c5168e80660a98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "acb9d2dc1a4e48ea83acb9f7e3644cde", "region_id": "RegionOne"}], "type": "operator-policy", "id": "2de285275ff147ab8911f337b1ceec56", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0fb2b6d6ba414e36b65257832468d952", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f2e834e746eb42a093572f54f9b08d15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a6340550ea6149159c80e9dd3cce9a27", "region_id": "RegionOne"}], "type": "policy", "id": "1514b717e29b42ae9dd53be4f3773a9a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "edaae54380604089b71754741c6ea938", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bb88af4e6ed14747bbd184f4e61e9a63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "13a131ad424a4eb3a8dffacc33015a99", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "bd326dfb6ed1479ea8bf457ac254b4b9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f11a69b499eb4142abb74c9a60834c20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d42226e1d4d04ca4a95d15b2c0359df5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "16ccedc636614984bc39ba76c87f1df1", "region_id": "RegionOne"}], "type": "sharev2", "id": "5ee9417658a14e4ea7c67aeaf7dbe7b1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1e47e10f4b994c6d8d7f9833419d1035", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "11c4f4bd9a504223be36998fcc957743", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "35ed0ed5575348ed8fa2bef65718082a", "region_id": "RegionOne"}], "type": "share", "id": "ec95b0c176f547269510109d2096d635", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8c353a0fa03d465daf1e07ee72cefe11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a546cf395d7f4eb4ac3d5690798ff778", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5624d69fac274fb48bf53efceffe54ad", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "63aed66c1b024589a6e53e973f41334e", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fbefb1c1a2e44778626c635a92e5662", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d584af743aec4d45ba3512b13a7a3cb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a0582582a914462b86abe26aa0b2618", "region_id": "RegionOne"}], "type": "orchestration", "id": "daa1c621fbe34aed8d02b43ac5869cfd", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "446707bae4664e2fa69a3626ce51926e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47ea9bf949ab43db92689d0ac1c576de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc325fe049784b7aa87b8b74b07ef7f4", "region_id": "RegionOne"}], "type": "block-storage", "id": "e8cc0ea0a3104842ae40fe108eb53d4a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb2d2564157b4d66b98b16538d611a84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4bcf410deed249ee971b8316da734d7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96f70907487e4bfc89b4144633cc0a99", "region_id": "RegionOne"}], "type": "volumev3", "id": "ede0293378c54f629eb83b56e394cf04", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a485a96b7094fb9820f94755be4757e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc13b624bc9342cf92765c246a6b37e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "013b734f522548e989a794ea177b1cae", "region_id": "RegionOne"}], "type": "volumev2", "id": "9db09ae409104c5ca1f79bd2b0c4f9e6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4a7954803ee4e4c82cffdc03fb7a56d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db7e022efef441d7b2e4a4d9cb57d9b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c322d19b66044c2817b8f265692da19", "region_id": "RegionOne"}], "type": "volume", "id": "02a87fdd4fa24db4b029a91e87531c18", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9cb675ab40a4d24a68373d408d5c425", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1e7f2f06b044c518f2f1a9629378fed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8582a66060ff445d9c42c9f8bd0e8a22", "region_id": "RegionOne"}], "type": "block-store", "id": "7471ddebba2f4954bd4b11b1f0cacf6b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "79846b729d1e4df7a9abc01228217460", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "740607d780f0436bb23242061d01f253", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b7b8b834b45a408e9bd7c75d62d7f2e2", "region_id": "RegionOne"}], "type": "alarm", "id": "817c4055ae244d32865d1e1f7c47cc5d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3becccf9241447f197911aa801dea653", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5e6807a2189a498f959fd5414acd9bce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "67788a9cf0c840009946b949b37dd370", "region_id": "RegionOne"}], "type": "alarming", "id": "aeb83801a7d0466ba70fb4e5e0b7ee63", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "411a5859f13c47b7a412e83ed3c22018", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "af69511d1f454a03af17e7738c960340", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "92130543549e4f05a39231f6bbbc4113", "region_id": "RegionOne"}], "type": "meter", "id": "6c713c97cf9040bba249d7da88074629", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "527483de2d5f44118c280dd1a9fa6de1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "802beb5ef4ec427da31b697a61b52475", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0a358dc5f96a4583b76aa741661fd82a", "region_id": "RegionOne"}], "type": "metering", "id": "20ffe7b179ec4abd92f95a4928a777c9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2979342e6b5047529fae9bc065fc5c2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a15a1fdb81d34918a714194962c99ffb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "de6c6a1a4d8849ffabb5ab0f52800735", "region_id": "RegionOne"}], "type": "telemetry", "id": "d6abedd9913b4e51930f621b187c01b2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "78df9d682b3840a8ba89e07275d4dd94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cad1f3f2971441adbdf266b0458a7d49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "02ac0162291d4d238d1001ba37655e67", "region_id": "RegionOne"}], "type": "event", "id": "2cb833d459b144a8807e1217a6f3a494", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "63492f3d976a4952bd8c489dbc4c459b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4384269ad81745db989d5460a9e2262e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0b1899c095464c9897376d3a24bfc192", "region_id": "RegionOne"}], "type": "events", "id": "caedb694540f428aac7938a19d0d293d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "890cd2fbab6246f89db1f0a1caaafcab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8be7ba5b477b49349fdbff51ebe455cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c9e3e61ec67e4059b889271cbb6fc82d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "619196eedf154236ac2f2cc117c72732", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2d7626bef84c4b7b9570f4273acf9649", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a39b63eddea34015876b6f2661c046ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0800790d653345e285eb740ad58042ff", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ad35a4eb23894df9bb3054d5b3764405", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6954d06d2db745b29a4a3f5574d977c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b63e1a1b087d4dee9f8b1f9802991a81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "617b339f5d1c43f59b33835277444b68", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c97e26303fe24412a81bbcbde6b1d5fa", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1a91d528024f4db1aff690c978976cf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7a4eb6635c2e40ebacb672572c61b508", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a7a1db48314b49bd83b89490e6b0b0dc", "region_id": "RegionOne"}], "type": "tricircle", "id": "8781a207547f4d7aac32f7283d0f686e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5b82b2ea9682410a937c8e155da52408", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "eef96b016d7748bcb87043f9ba4c268b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b7480accb93348ff8d0b1f7621fbf84a", "region_id": "RegionOne"}], "type": "database", "id": "a584bf7a82294c68810771a2975af5a5", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4233320354d641ddb4b1ef38111fbdcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "71d2f2a126b24880abce0e73680c616c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c9366f8d33b64afeb64bd43695108dbe", "region_id": "RegionOne"}], "type": "application-container", "id": "487e8ff83707471f93ffa07314fa633b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6f4cd6dcef144d6ca08df8f68fa58757", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fa225f199f044490bcb3c3d89ddc4859", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7e87a9abe857467a832b58bcf0db99e7", "region_id": "RegionOne"}], "type": "container", "id": "f00265e54507455faf97aef028b88367", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "aae261c3ffb344669e06116379fc0c57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "41aea3f0060e43c78d8d56297f18a331", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "25b130c6d43443cda08fd98e570f2ff6", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9a6513832b6244e3810ada8777f73447", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "19148dec2e354dc3a118767148a4461d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "88d0a16301fc44b7a343bfe499119d18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ced98fb9910c4c95b5d1453d332b86a5", "region_id": "RegionOne"}], "type": "rca", "id": "f5f17f3ebc0445daab0e0ea29156afdb", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "22c071ed5dfb4f0da382c9558a46671e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bd6d5a565011445cb1f41a96f1585285", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8cccf9951e884de3ace653e503a90530", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d105d45121124239b0b5bba60b24a0d7", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "97fb07dbf669423fa40f30da019b4e5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "153748b39d524e7db4a42491e9678c8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1e3d20706c1140f78d78c27c5b9f704f", "region_id": "RegionOne"}], "type": "network", "id": "faf0756898e6458ca8c07f53cf60cb1c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "78bf9ca719044b7ebd020ded7af1def7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "98b6cd9058b64767895a6c01e32ac1dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c1e14631f9aa446884f21604c4b2f397", "region_id": "RegionOne"}], "type": "backup", "id": "1f6bf0c2dbd64072993ee0d82dc6ac86", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9318dbe8ea7e469f917569fbdc2c3d2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1b79486d3a6a4a8f9b9f95c3e70db7c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ecd11ba65a374245bdc06df4132c996c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f8409e74dd4b4ca1beb57b394f9a3eb3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3f01b6483c5d415c9518f1b765f069fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f3a18629417f4381aab90e8bc541b53e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b4604c589956474d84c95561299af991", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b95738fd900f47b5a80ff773488d6175", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ff968769d3ee4d458c03683b7b3045bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7d7db5945da64d26854d4714abf9d4d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f3d38b7df72440f4b7b3b2a96b002859", "region_id": "RegionOne"}], "type": "monitoring", "id": "da777410822e409aad78c39ebc4bb0b7", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "07f3e95b09784e38a2a2100895370f02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "07e8c236c59f4864989fd358734850c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5714141e8d154c39bd4700b2cdc3707b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "0b7081abd7bc4dd7b0d68010baa25d04", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ca78d272041e4e20b3c1164224cdb4ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9b2b141170d14fcfbf17202a604e92b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "2b90dd23821942acbc096b0d55181a11", "region_id": "RegionOne"}], "type": "placement", "id": "e6a5f625e45141bda5e38a4c1299e201", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "77343b3e277f48f48dafe08fb66d0a10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bb54b5d6157a4f399f22fe8cbfb4e016", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b59c776711614c32a402f89971188f23", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7ca642c461f544a3a7b85b31bf274f08", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f8e5a150d5a4431d89b66644e467a2f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2dadf45a762444d390cfabbc8ab2ef3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1cd43ca68fdd44db8cc25d0103a60823", "region_id": "RegionOne"}], "type": "ha", "id": "887565696cce4d70b17fc5488f3ae409", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "be16b6dd653b46e487363d3f4418734c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0e5d84446f3841809dadb5e36e892602", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "2d1d4bacd0014da081abfe2aedf5028e", "region_id": "RegionOne"}], "type": "reservation", "id": "d0f1bfde80154382ad1353f8eface4a9", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9f72c9178b4a4880b65f42d998ba455c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "939afef56f6e4bbc99d96d6158088a14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "216f16b3176746b49e62085c014eec9a", "region_id": "RegionOne"}], "type": "function-engine", "id": "4c45a268ab3d44219cb681ebaf70075d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e1a1a3acf1c4418eb6496f003d590608", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8d7f2c2df6a14068a261fc79ccb1a711", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b97c44a204464024ba0a23c56b78a55b", "region_id": "RegionOne"}], "type": "accelerator", "id": "2efe8b9fd9614a8fb62968ba3fdb2aaf", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cf156342618d44c7b81625ae01c16656", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fa29985efbff47af9124d423d7c1f529", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d8cb49424b3243ef9fe90a79767f6188", "region_id": "RegionOne"}], "type": "admin-logic", "id": "af5c1e3d63c243dda7b3cae555dbc349", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a2170e16c7544b7b9f26503141f4ed66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5928b94a5c814727909032fe6a98abab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7f78a69b1caa456c825652548c97ef1d", "region_id": "RegionOne"}], "type": "registration", "id": "000050bcc0c347a7b60e78aa21acf5e0", "name": "adjutant"}], "user": {"domain": {"id": "efcecc61cea34d70a290215cc42e5e12", "name": "caa80ca9bf8d4707ad7379687de3636c"}, "id": "ba1fed75e6584f4e90b334c0e422e6c1", "name": "56e01c19920340ba805a6e5a8b5f984f"}, "audit_ids": ["cb12e0845b934c23b3a19967998046c4", null], "issued_at": "2019-09-19T09:04:39.075801"}} 2019-09-19 09:06:39,185 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,189 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:39,191 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:39,276 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,280 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,281 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(pending_delete)-2/file", "id": "openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(pending_delete)-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "pending_delete", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(pending_delete)-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2019-09-19 09:06:39,327 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,331 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,332 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(pending_delete)-2/file", "id": "openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(pending_delete)-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "pending_delete", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(pending_delete)-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, {"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(pending_delete)-3/file", "id": "openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(pending_delete)-3", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(pending_delete)-3", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {10} openstack.tests.unit.cloud.test_cluster_templates.TestClusterTemplates.test_list_cluster_templates_with_detail [0.179978s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,324 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,327 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,327 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,328 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,338 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.264417+00:00", "project": {"domain": {"id": "f4230b4bd7e548859693605c7501049e", "name": "763af4819a3b47ce82a3700917a652a4"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "74e9f69959534973b1e7957b8a60f7b7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "add853234c434eb68f56d91054453221", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7ae242497f84485da1eeb3ef3c99aef9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "75e8acba822c4781b04c033c91e81471", "region_id": "RegionOne"}], "type": "identity", "id": "3fd71bde6ed147188292e3d3a5236abb", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9db9dc5bdc3a4439a007da6fe6c84b81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "07757b0816aa44968f4ebda310f267ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "bf0e05d20c8f4fc4bb28f2747ac659c1", "region_id": "RegionOne"}], "type": "compute", "id": "916e561733484c518efffb801d0472e3", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f53139fe43214748ba3d42c9426c4e93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e05c0934933f4493bcbc9c61379850b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0bfa67c9a89a4558bb8196074384e890", "region_id": "RegionOne"}], "type": "image", "id": "6616595ff08f4675a43219274020403c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fa51f91ef88543569c6a9d0017916b39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6a9c923a16b74b0da1723a2dbb0a232d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "43e1cd1446d5437b8b902c7b15cfa552", "region_id": "RegionOne"}], "type": "load-balancer", "id": "9a0766270917423d8b1283c7ee9c5dc8", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "677e0ef5ae104e4cb7ed91f2d9b4ee90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b38fe51d7b24c47bb35aae63e7b3542", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df84acebd9cb4677a68710b102a7ff31", "region_id": "RegionOne"}], "type": "object-store", "id": "d98e4fc1fe87489b85c10957f9861357", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aa94f2d5e3ca4669ad3bb6d9780d4709", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9b46b3e144ec4118bcb583756a50f1e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5ded9da38937435688dc51d1b5b84d46", "region_id": "RegionOne"}], "type": "clustering", "id": "34f7e2692e024d998525af3f2149e0de", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "db5d3568a9604313b2fe3ed8e921bc19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c1142ad6f3a442b88b7303744bf3312d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "17a68a961d2f4c35a609cebd11f35738", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "089bfd23c6e346a18f5340fd2578a847", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "543b09d4dd9741c8a98481c3e5bd7c03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5fcf83f0ef704c99a659b6c65763d7fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b6dad6c6d1ba4ce69d8eb00882ab1bc9", "region_id": "RegionOne"}], "type": "cluster", "id": "c80af5c7c77245518c0ce43f2689a64e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f419d5ff991e4cd3b32ef54fa59412a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ca0b823438584a3a9083b983ddd74688", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7eda5fd518d9441c81158e1c8a577deb", "region_id": "RegionOne"}], "type": "data-processing", "id": "a612999b9c4a406392a94baa5cf7a0e2", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f8c5985726004ac092ba9cd2c0d1ffe2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5c4163ce8dc4402fa80b8bac8a6c3670", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "528c5c4e9f904041bdf120676a7e7ac6", "region_id": "RegionOne"}], "type": "baremetal", "id": "9bd0f9d98c984c5284d691225a02c9f2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "21f6c9436f5e4e809cf52e6c895c9ad9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6fa3165a6ff2436a897380e482503713", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c7ba4c43b5a4448284e74963bdfd676b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6c6070b85e094a8c89925d598a1ecd7d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b349427cc0fb44fd8038f33512dc07da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ae1a2aee3c8542f091a8c8f4a2b28f00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "078f450938c446c988592c33c0497a93", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6d46e3c328de4f1e8bda435fd60bb964", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7b734ab9f61441c19620ea5b0c67c05b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d3d95c0a010c499db0800fe48a982a83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "6b258b3ab596426187b19947f9c78fd8", "region_id": "RegionOne"}], "type": "key-manager", "id": "7d111e1ac9a44b318523d1cb0e47cf3d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9b7283194adf4370a53a30f8485ac217", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "45563f9d7d874dd59d64604b91dd3083", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "365eee7ab0ef45c0af0e2144ffa9601c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "218650efc42b4ef198ed5f7c17a2ea66", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "76bc768a94144da7ad80777f372aabaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "096313e07a51462f9d81b2762d7f2cbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "033033e6de5347089d234dda10a490b6", "region_id": "RegionOne"}], "type": "infra-optim", "id": "81492400e5f24cf9925f504c0c3cf631", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ad70ab5941564161a04457deb5f4795a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "658c77acdff74bfbadcd200db29f6cff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c56dbcdaa6e04b3c9707e7602a9366da", "region_id": "RegionOne"}], "type": "message", "id": "be3320c752974dd2ba7d27b8c2588724", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d7c8a1bb504e447288e95cc322354744", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "74da9bd2e1aa4cf1abbf546f711fb45b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2c9e01bb753b4e5cad0b51311723b3ae", "region_id": "RegionOne"}], "type": "messaging", "id": "05fb5e26f698484f89ff2f4b3c52a405", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f25bbac6afb84d93b8f2b30aa8f0ec4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7430d9b329d74c8fa6571cc3dd5e1799", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "530da8dd27a445f88b4002adf0258707", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c96a0b00e0d442e8b33f2f3f5200e276", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7038cd7be48c46e686ad738f59746b26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c82942d9fc7244ee9f3fbe08a8e36b9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f631cc12cecb41aca4f0923735e3d671", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "81788686278d481c83fc0d71651b3a49", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "485b4e216c464410961c0fd3cf8ec416", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "25d334e98f4247d8aff88a000d6d6054", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "114ba3356f5f4c04b841ec9148be94b6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d812f15a7e9d490fba3335999ce13527", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b16907c32c194e01ad53ec381869ca6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "80bbe324e59d4957b8bd5484f03d42e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2dd67a959e994a4bb0154c9f37cc27a6", "region_id": "RegionOne"}], "type": "container-infra", "id": "365d30e742494c289bc0d53e1aec473e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "96ac2e87d975409cb5de4d017501c174", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c928a53c7fe54f2d9451d6610b240ef6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ecbb9289a38f41e9a98bf175b6f9e8b2", "region_id": "RegionOne"}], "type": "search", "id": "ba4fd36236ee4f548f44bc1dd93e8e19", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5e4077b61e5240af90c595f5c6d38594", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1c5b5fed0c8c4a74901388b015ca8bbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e0ac299d9d504820badd530870185edd", "region_id": "RegionOne"}], "type": "dns", "id": "defb8eafd46f421ab804dfffc8f5f328", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f3ad864b857f45988a24a816863f7ccc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0bf09fbd74c7452ba926e7a7e90c7931", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "911e21413c9a4fd09a78ada12de07d98", "region_id": "RegionOne"}], "type": "workflow", "id": "431d18e753004597a5ad9e10384ae363", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0465317c7b4c44abb0621da9d5bf7ab3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d8089adcdd9a412ba5d3887bcdcfe04a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "851cfd5ff51442f88bb0ed3ec1c50897", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6d1429c9d84d4e15aea4f88215afdaa9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "04182dd0586e410cab89f9d074a1356e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "467fd438af204160802f2e60df61738a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3f04a5353d734e9f9b3455903e10bb33", "region_id": "RegionOne"}], "type": "rating", "id": "2dade8068ef242f19c5180671be0079f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4902e62d1b6041b9a08cb09f75e6bb8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2dad0c2fab8f49e29c70291002e82789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "913c57795f754d04831abbda3b985482", "region_id": "RegionOne"}], "type": "operator-policy", "id": "88c7564acb91499dacc5f72b18ee3aa1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3e4a4134802348878047b9e2961a427e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "03589e1e027a42a4822133406fe0b5da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "300a23020d474bb48576fd874069a5f1", "region_id": "RegionOne"}], "type": "policy", "id": "bd6c8c2df8814a24bef18101147c8a6f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5da2313ab52641b79e65be6b36c8e836", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fb23c13c618145c5b01c1144d50060f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b60ed9a86b96494bab464ce4e56833c7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6dedc55117454819a3c42708bc0a3a4b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "96d4fc6a32234534a7f137741bb7832b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ca8ee59900704a788192508ddb468a73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "17163942a84f47eaa73013537cf8248b", "region_id": "RegionOne"}], "type": "sharev2", "id": "859974498d84484590cc65eb92ea321d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5edee93103124a5f882a5ef3fda08d32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c9e67939773a46919c043b0895ccd57d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ca02e2bd73e74f10b5bc3fc4d0b44a84", "region_id": "RegionOne"}], "type": "share", "id": "920d9d5df5a34232aaa25aa687760318", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fba2666b0b6a4fdaad21b3652957ba61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "95fc7449fb2d4454a56e994154742a7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "33b53ddaae3843f7b4611561546a02ed", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8db86ebcfa374a4880f77d609c9f8276", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b534592a3cb408bb5085a9e001007b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb843e753db34a1eb0e8999e00f95071", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e71389297a648d7883d60057c38ccc8", "region_id": "RegionOne"}], "type": "orchestration", "id": "0906c1f296994578b4f15e4c2c49085c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e768c1d9d55541da9c2c846232fbd5e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7adb112a2104eaba7bbb2a407e5d868", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f36975d9fc124abb849f835489997b5a", "region_id": "RegionOne"}], "type": "block-storage", "id": "03e348ffc2df4789aa6ddbe5f93aefb6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad08a46d2df140bdbb68efac89567a15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3898ab0413734d5bb2b9f527c1e2501a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "850e8937922d4a578210c33a40a79acd", "region_id": "RegionOne"}], "type": "volumev3", "id": "005cf39f9d5f42f3b5ff8d680cab8a74", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bce8650d8961495ea1028112f0db13f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9aa7017839bf427d98a91a455e6d4b59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "953fbb84d86d45339b101fff9130d8f0", "region_id": "RegionOne"}], "type": "volumev2", "id": "84fad7c0628941bab0975a883532b0b5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b9415d8512c4cc48dd331151e355032", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5cb10e2e1164fe6bac30c13854e34d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2265f545fb2d4775b7a156e82ed56566", "region_id": "RegionOne"}], "type": "volume", "id": "6360844f9fb642c895d4619c4c390aed", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "255bca33f2d547d4bfe8d306941828bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25c253627dd84f80a9fdee616c5471b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "855a54224fae4413b22bda3cba3061e1", "region_id": "RegionOne"}], "type": "block-store", "id": "a1dd8e27a24e4f1fa29b7b7a4b950e11", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c7770b189387439da023af880a0a4235", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c8c0e3ed14794b35b9745dcce8595a45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "656186c8060f46a1a8a4cf215b5a0b42", "region_id": "RegionOne"}], "type": "alarm", "id": "b46764946440445b8c61c5cc20c8f72a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "074bcfa145524b44be19b0890461e174", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f449f32e13b24ffc895cd8a887cf295a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "99347af559e84facbdb5c32ee4e67d71", "region_id": "RegionOne"}], "type": "alarming", "id": "5cc8d3dea23c43358aa27fbc1ded5a4a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e7bda02b702b40009b698d6d5e2dfaa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9b23de9a09004f6187633d6c58418db5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a1be9d88d4e149b2b29e81f839f84174", "region_id": "RegionOne"}], "type": "meter", "id": "1c0cdb72832c44818c7b7ff2e5632413", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e5f7b0647a4445e1bc66d96cfd0f13bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b1a2777d23374707909afad11b22d233", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1227d5bde8ea4b7f8063d85e8a5a930f", "region_id": "RegionOne"}], "type": "metering", "id": "82e4fd05f6a1460f83d875c49c18bbed", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2c5911f108904f8987ed7d39fd7e077e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "aec73ef7bc8a411e8e27d40e4d983aa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "18748039672b4e0cb58e59704b5206d7", "region_id": "RegionOne"}], "type": "telemetry", "id": "6118dc10949d4907a5c40006ee29c62e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d1da7764076b45c589450edb630d4baa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9f9840ed933c4c6e9cd6f06f00e6a1f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "09d87596e19c427085fc2d91415d5939", "region_id": "RegionOne"}], "type": "event", "id": "cf28a5df60874b2991b428597cfc302d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "dd6b56ea1d274e4abe9739c57815e371", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "abddc6ca5a1a41d2883893b6975c2ef7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b7e778de77ef4f8786b5f521b8b3fbb6", "region_id": "RegionOne"}], "type": "events", "id": "6939a41b2945491ab341648c17b66ac0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "369f43cf6fbb461e8e193cbdd7b12530", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "483addc3d745494f967f378e48560951", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d5e05d6039d24e04838b69e12a5ce07f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "54073fb602f446b398df2b6dd11dad4f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2e122e2233b84def8bb45e4b42175c3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "962a3400f7784f5ab49f2fa644690f42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1266399141134bdcb78e52f80c67678e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3c288668bd9146f7a2db8cce9d6ad61b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2222a1269b394986954f1176735b26a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "48a55aa8c5f2488fa6bd4a145977e7ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0984dbccf57a4ed0874fac5ef1785c36", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "64d999d22b464696aae7e5112558e692", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "54eb3832891e4c94808d0bb038585b03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "252836bfa0da48e48fea2ccdadc7da66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a4c38d2023584daabab24ebb018ed7a0", "region_id": "RegionOne"}], "type": "tricircle", "id": "b0e4bad393ec4fb6ba29bfd81215c931", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ad09b5292e944e719bc1ab731cbe4318", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ded7348e89b4434d8eef050f210c8a82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "4a8859ce9eb144ebaf9cb4fd9b2f3c27", "region_id": "RegionOne"}], "type": "database", "id": "7615fd95b5f64e37b69151e12a63a277", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "44091ffebde64cb1991fd7725f0580b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "eafca3367f3e433aa0371d5f508a762d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "67ee8b6de0734f41a226dc1fec927ada", "region_id": "RegionOne"}], "type": "application-container", "id": "0435a2662c0d43dcbcb560b49493a6ce", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "752ca009033346be9c864d00b28a9588", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b3f8382c89224d1cb847719069536e00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b4748eb423c645bd8319805f382a28e3", "region_id": "RegionOne"}], "type": "container", "id": "1d8debe3933840a9b3392e8051adf117", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f0bf5db9d6c1421f904e172fbb6c18dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1c7b1194be264e12a2d64ce9beade993", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d0aa891609da40aea394ddf9be89c3b8", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "100a970d83ce4601994dd6d3dffb5312", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c85df17ceb054887bf1b9af632cceb9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2b09e691478d4ffb993f31debff47848", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d7ba74141634440c98dfa6f908e7a91c", "region_id": "RegionOne"}], "type": "rca", "id": "2a9f9d93a65a4bd0b1dfd24372778920", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "30f57fe479ba4de38e328eecfd29a851", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "af8c5b34c4c247ec997b8714e094aac6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f52425c8aabd462ca3365e901d117f9a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c813434624c7414f9d59800f96ed6eec", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4f70fe1d7a0441dfb48ecec3fb760728", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c43d08f05c7a43bc8953b9ae301ac048", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0d0059ce9a224236990da0b2e5789755", "region_id": "RegionOne"}], "type": "network", "id": "d69aa4d0cd6a40a184f1932cc0e47751", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "fc6fbbb4e1af44c184cf8316afe12724", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e94d7524f5974eda85b00993e868d4c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b6bbb4af7bd84a829859a8f07289065f", "region_id": "RegionOne"}], "type": "backup", "id": "13a53b1c0a3f449ea50bb44d37df110a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b4f82eb24b824867a1d9a439cd2b9b93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2a0b6a9c271d4e4d8662e09f69812a8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ede5bab74f6c4e69ae31e1c7d91dcc61", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "aae50a32cc304510828d39ce86c5b4d9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1514c4b49406413ca8190c25968bd993", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7ddafad52da0443fa5dc2b7aa46a3b14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9f2ac16809294864ae19e1b7015e5a9a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2efc789c1db4419e9a55f33d99eb5993", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "20b5cb13b1f844d1b1e3a7eaeee1ab9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "912fb4515576495b84182d129045b4bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "4ac3ce897766484aaa344325a5bfa151", "region_id": "RegionOne"}], "type": "monitoring", "id": "414e6e79cb3c46f3a87717258ccc8362", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c9f2a88f32404cd3a91e440d7e2f318b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a1c8fb3043dc4d7197d931fa8352decc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7c837ad7607e45b6bb12fe0446d8514a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4154d7ccb51142c2bc711d0f1d5d44f9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0660c0b7695c4c148098189fba6837c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1f2ff0b848cf42dc9c5e54c39d44f21c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "824bf7f2744e4645bb4825206f34e45f", "region_id": "RegionOne"}], "type": "placement", "id": "a3c7e1ef3f25442b9bd5057fe9fd66cd", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cb8b311c2c06468aae45c4a47f9eb194", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "808ed7a626b24bdb90af5389699b40f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2731d3df60bb4d3bbce46e16d47cf94c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b7761242f98f42af89ffa923a7f9242d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9c4e624025ec4cac9af6620e6814ec4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1addd236de894e1ea13d79d7da19412f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dd33028e98494a52b238a9fccc7bdd31", "region_id": "RegionOne"}], "type": "ha", "id": "cab7934eb3a445adbb88f8a736296928", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "33a901d43afc4676a80fcce076180e94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "40f47dbda95b4bf2b14db191da219749", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a1d85d27f29945d9b57f32750af4c339", "region_id": "RegionOne"}], "type": "reservation", "id": "8fe4e9f6c4d14e88ba3ebb6b31f78ed2", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d3300e29d5cc446ea02288ec0dbe8c14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fa622b1de39941ef8faa4653a819217c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "384a7ee8f4c042958b777d4e130bde9e", "region_id": "RegionOne"}], "type": "function-engine", "id": "d3d27d44c46444ab903538d10a79eb54", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "963720fae62f45e7a4938d22de283b8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "71a0245f0cfe4dc98d9d379382df2a8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a653bee6647b49849aaf46d6d13839ba", "region_id": "RegionOne"}], "type": "accelerator", "id": "f41b54f4149247eba0e7806a35dd563f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "baded04919e3433a84740cc31422c58d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "286db141bbb8451487da253a4bbe70d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6dacd89b05574258959db0c7ffcc29bc", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0ad0232be09e4f0db94facb308e2b52c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "682b7a16798c464682379ff91c0a1ffc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a0fdaa1ea8c546fdb85552ce635d1a04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3e34f0ae19ef4051a5a2182f361d53ad", "region_id": "RegionOne"}], "type": "registration", "id": "1b79b6332d3b4d95a8c5fddd082116fc", "name": "adjutant"}], "user": {"domain": {"id": "9be790fae6644c27b535e13ffbbe1ace", "name": "989d81ed4b654f22a0b10f7b98a9149b"}, "id": "27b11177b55b439ca41c9d3012318195", "name": "ee933e796bc94c26b61986e1f6f76a94"}, "audit_ids": ["8d184a2a31e7422da68a1e22b02c927d", null], "issued_at": "2019-09-19T09:04:39.264417"}} 2019-09-19 09:06:39,407 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/clustertemplates -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,411 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:39,431 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/baymodels/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,435 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,437 keystoneauth.session RESP BODY: {"baymodels": [{"insecure_registry": "https://192.168.0.10", "links": {}, "labels": {}, "updated_at": null, "master_flavor_id": null, "uuid": "fake-uuid", "no_proxy": null, "https_proxy": null, "tls_disabled": false, "keypair_id": "fake-key", "public": false, "docker_volume_size": 1, "server_type": "vm", "external_network_id": "public", "cluster_distro": "fake-distro", "image_id": "fake-image", "volume_driver": null, "registry_enabled": false, "apiserver_port": 12345, "name": "fake-cluster-template", "created_at": "fake-date", "network_driver": "fake-driver", "fixed_network": null, "coe": "fake-coe", "flavor_id": "fake-flavor", "human_id": null, "dns_nameserver": "8.8.8.8"}]} {26} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_modify_user_invalidates_cache [0.439264s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,100 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,104 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,105 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,107 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2019-09-19 09:06:39,169 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}1ff01912009b06178dadc0610ae0e58d8447340cd149ea6ef3745e4c54289ead" 2019-09-19 09:06:39,173 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,175 keystoneauth.session RESP BODY: {"users": []} 2019-09-19 09:06:39,212 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v2.0/users -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}1ff01912009b06178dadc0610ae0e58d8447340cd149ea6ef3745e4c54289ead" -d '{"user": {"password": null, "enabled": true, "name": "username-2", "email": "test@example.com"}}' 2019-09-19 09:06:39,216 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,217 keystoneauth.session RESP BODY: {"user": {"email": "test@example.com", "description": null, "enabled": true, "name": "username-2", "id": "477107c7e9c64253abd6bb1e0aba658f"}} 2019-09-19 09:06:39,232 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}1ff01912009b06178dadc0610ae0e58d8447340cd149ea6ef3745e4c54289ead" 2019-09-19 09:06:39,237 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,238 keystoneauth.session RESP BODY: {"users": [{"email": "test@example.com", "description": null, "enabled": true, "name": "username-2", "id": "477107c7e9c64253abd6bb1e0aba658f"}]} 2019-09-19 09:06:39,256 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}1ff01912009b06178dadc0610ae0e58d8447340cd149ea6ef3745e4c54289ead" 2019-09-19 09:06:39,261 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,262 keystoneauth.session RESP BODY: {"users": [{"email": "test@example.com", "description": null, "enabled": true, "name": "username-2", "id": "477107c7e9c64253abd6bb1e0aba658f"}]} 2019-09-19 09:06:39,290 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v2.0/users/477107c7e9c64253abd6bb1e0aba658f -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}1ff01912009b06178dadc0610ae0e58d8447340cd149ea6ef3745e4c54289ead" -d '{"user": {"email": "Nope@Nope.Nope"}}' 2019-09-19 09:06:39,295 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,296 keystoneauth.session RESP BODY: {"user": {"id": "477107c7e9c64253abd6bb1e0aba658f", "enabled": true, "email": "Nope@Nope.Nope", "name": "username-2", "description": null}} 2019-09-19 09:06:39,311 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}1ff01912009b06178dadc0610ae0e58d8447340cd149ea6ef3745e4c54289ead" 2019-09-19 09:06:39,315 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,316 keystoneauth.session RESP BODY: {"users": [{"id": "477107c7e9c64253abd6bb1e0aba658f", "enabled": true, "email": "Nope@Nope.Nope", "name": "username-2", "description": null}]} 2019-09-19 09:06:39,330 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}1ff01912009b06178dadc0610ae0e58d8447340cd149ea6ef3745e4c54289ead" 2019-09-19 09:06:39,334 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,335 keystoneauth.session RESP BODY: {"users": [{"id": "477107c7e9c64253abd6bb1e0aba658f", "enabled": true, "email": "Nope@Nope.Nope", "name": "username-2", "description": null}]} 2019-09-19 09:06:39,350 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users/477107c7e9c64253abd6bb1e0aba658f -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}1ff01912009b06178dadc0610ae0e58d8447340cd149ea6ef3745e4c54289ead" 2019-09-19 09:06:39,354 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,355 keystoneauth.session RESP BODY: {"user": {"id": "477107c7e9c64253abd6bb1e0aba658f", "enabled": true, "email": "Nope@Nope.Nope", "name": "username-2", "description": null}} 2019-09-19 09:06:39,375 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v2.0/users/477107c7e9c64253abd6bb1e0aba658f -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}1ff01912009b06178dadc0610ae0e58d8447340cd149ea6ef3745e4c54289ead" 2019-09-19 09:06:39,383 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:39,399 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}1ff01912009b06178dadc0610ae0e58d8447340cd149ea6ef3745e4c54289ead" 2019-09-19 09:06:39,403 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,405 keystoneauth.session RESP BODY: {"users": []} {3} openstack.tests.unit.cloud.test_coe_clusters_certificate.TestCOEClusters.test_get_coe_cluster_certificate [0.129438s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,245 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,249 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,250 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,252 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,262 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.185968+00:00", "project": {"domain": {"id": "ce75eba187214f5c9cb89676d8b56d78", "name": "3fb5bdc771d748809ef2fa1055b2c3d4"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a11be2c0a3294686b69f685e16ed2f8b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8433b351cca446588659553a550c848c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "05d8386924654ece9cb89ef19e347507", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "45620bc93ea14e9294844674a957e877", "region_id": "RegionOne"}], "type": "identity", "id": "ad718380a0bf4a4a909b88985f80914e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fbd461fea6ba4d5490eddeec7f1acbfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ee89169fa68c43debfee38f99859f211", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "918a828d318f4574b98b2eda207e146e", "region_id": "RegionOne"}], "type": "compute", "id": "903d8859d9d849eabbcc4dca413ca08b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "43d78bcde6dc4423a06d25ec0c242bf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "97fbd489d4364cf49918b42d913386f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "237355f463e046e388684f9846ebf24f", "region_id": "RegionOne"}], "type": "image", "id": "e1ff0a65abd44a2dbe5ded80eea1fb70", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b8494794a06c4d3a840241ef829ad8a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "79603619c8974e91bc88987769be78c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "367a22f53ec74263b6d8c032475cbafb", "region_id": "RegionOne"}], "type": "load-balancer", "id": "522403a90083468aac4ed424997d0f3f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8de11c5643454f9193aaf3fb795397f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fbb8acf99b0d4c26b628655943733edd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "875314d7647a4eda988fb066303c9f23", "region_id": "RegionOne"}], "type": "object-store", "id": "51c2b684b0214b29b2cae8360cca85b2", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ad92ca64fd8644de8bb0c3ac64897903", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "00b5f914f2244e1882bd673a806fc876", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4dda7a50d1354b82bb892f6611511f3e", "region_id": "RegionOne"}], "type": "clustering", "id": "00a4c956fa3145e3bb7db0d41be61f56", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "600aff468f584cc7b6467712aa5d1922", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e5053c849a504787837e0e4b40cf09f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b6e5f3a926154be796442bcb775646e6", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "3c47bc1c7954423893e41551080820b2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2e427d83468e4c4ebe940440c47408b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "251fc8db5a0749fa8630b1e5f20afe47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0f52d08469de4de7bad6b0ed625fdfcb", "region_id": "RegionOne"}], "type": "cluster", "id": "61122bd6c3c04a288069df73629e681e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5c4b1cd97da846d5b8f328c0debc0525", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c356615de2d64ee1a8b39bf5a6d33fae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b9b6b4bc4e5746fb989760ac046e1202", "region_id": "RegionOne"}], "type": "data-processing", "id": "2f455747c15e4a5baaf3cc8f7e8ab71a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d340c48e83804e9993bab3d77ab12eaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7605f24c715641a886ea7608696d36b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "cb6a7f75a98b49e18121703fd4207480", "region_id": "RegionOne"}], "type": "baremetal", "id": "196e65b644fc4811b3bd805c2b6a279d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "70f663da7ece466b8c7ecbe6e76155b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "08fba9f19d5948718fcfce2b8250f4e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9a08182823d3494aaeb90f02a5ac3d9e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d270568ad750442d939163398933dfd9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "43afffb774e64a70a00b08c0cd19d38a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "993a773cc27345c6bfd352faf5129041", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b83e4a0245814779afebe73e883407cd", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8e792225928346dba56c98c7b773e7d3", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "433f00666bcd462eb45631cfc2db0c25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e0c2eaee4a9c4aaeb7e322503be69efc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f9186402cf934b3abd4eb13d302715d8", "region_id": "RegionOne"}], "type": "key-manager", "id": "bef452198e8c4028afd217903d8b5959", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "35626096119342d6815d375f5924c2dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "21797b45bd954c1bb10ed5650c186e76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "725ece0bdbce44218716e4f63bc2f468", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f111191197a74297a6e5351bd0dcadcd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "44f83722db8b410d935b900750dd3ef2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ff701aa937bc4b90a5b683b8ecc65eb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e4597f06782240daaddf324a99f9ef20", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f64d9f8f18d447d4972a55bc4373bc88", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ae5b7b9befba4dfbac90b982f6af1d54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "fe28cd2001f44eeb8c63bfd46eae83de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "961fa385a38f42d5b1560f96c265b534", "region_id": "RegionOne"}], "type": "message", "id": "e0d023f8080f4103a6b09314f485ae8a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e8632fa006ac405e9e5f59387d1e337e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "904a12ab888643af8bc6c3ed412ea1e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0680602f319346568009053dfd2fe1d9", "region_id": "RegionOne"}], "type": "messaging", "id": "c8d8a9ed74fa4e4691472fc167bf675d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "603934fe496f4b899f91adb3aee4525d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "360ea5608ec6476c8acf1e3b2c072fdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0813501370c643c7ae1249e6fb6ec54b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b34e9c82fa5948a8a6e54e8bf17c7316", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0e8226168c6d412d9f791294eaf3978c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bf51c7c0b3194b5d96c23c171ff86ed1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3a6202c112fe43e289fad39e380b0617", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "7eb5ebe62dc44607a2fea705a8fd1632", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "87a64b7319684c23a8132f6de25c1fbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b640ac4f83994166bd2a754873c70e96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d39dbb2b5084b2e931ea7d5a103ae73", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "1d4e89cd8e3b42b69f7bf7d82b4fabde", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f523deae727c4628b5c55b3881c85aaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7ed8adc58f3e42fa913b5c2174a1085b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9b79784060804a27b7b6443f64dec518", "region_id": "RegionOne"}], "type": "container-infra", "id": "5b715ba378d645639ca756cddb0634e0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "65b6c06a1fae40f1b07524b131637c35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5b72033579f84e86afd363b8d598047f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "596fbffb1b6e41b295ada20339b7f9dc", "region_id": "RegionOne"}], "type": "search", "id": "c1bf728ff0714a22b3b227e1174db99e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5975132f29b34390979cbbddf3434a1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "af5f458c537044b683345a356d8baee1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "75194bb8475a436a8bfd303c71fc041f", "region_id": "RegionOne"}], "type": "dns", "id": "07373fed7777494b9ba857772a730cd1", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c0dc85d1cec3474785236b20684c9c08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "41cfc4691b244015a0ff7f2b141a550b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "961d8f12e76e4c63bd7dc8b992b10d89", "region_id": "RegionOne"}], "type": "workflow", "id": "8ea525b95a7741b8a4419cb6a18c804e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a6620f3e609843bda44e4b7c1bf69b9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "28a3e89c8c144af9b40b0a153ebc1cac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7f11218c286f4fcd81763223869277b7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d4f8c3176edf4d029b9bf9ffec82e866", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "987e81f521fc4b9da058b0eb7eaf6d5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c5dc9a512d714e39b245439173b96aeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "129f068c98604b63bd09209e17ca91ed", "region_id": "RegionOne"}], "type": "rating", "id": "69458a4a89ee48118ceee69d0ef942a5", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6099807b43b7484c8b3550d022b43086", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5066ec41feb24f3bb572ffb6fb512f22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a69a66ee87b0479c84f0559d49b2136b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0f9f322d5bda4e94b88e247f33e6de30", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a814b4ec7e3e4e93bebec7c1df461389", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bd9ab7edd56e4f07a4bbcd87c001bb8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4c96dd3aa49b4034a2c55024f35a2d65", "region_id": "RegionOne"}], "type": "policy", "id": "e99ff016acb247bfa5404a0f646a16d4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b07e84bad64940df94eedc4612e83e1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1fb2cf7c7bc44bf0846ddb3267394ce7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "acdcb1221154472aa6037081f49d2001", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6666e2e9ad524943945ab3cfe78a356a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "db7e1f59efcb4cb6ae74f9085c4548de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1f609dd607d54367b5b08120498740b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "55efc10a691a40a5ae105700830a91ea", "region_id": "RegionOne"}], "type": "sharev2", "id": "44a3eadff6bf449a9e39a735525e323e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a606909362ec47ffaf5df891cf0f79cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "77085f7b6bc941f28f2371f9e799a0ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "997ce15294954e92a3f3802a7d14d61c", "region_id": "RegionOne"}], "type": "share", "id": "5f5342468fec4e3c823a5403dbb2f46a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5a472d60c3f5462aa2ba28722bd90b2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6de0ed90c45144b19f39f2fb6b3f5e78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c1f9c1c61de5429185d19b8700a0b506", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8d9795c247eb4ced88d22fe0ae70d70b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05ddc76de9104d628feee6306ed8ce0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3193c3000fa54e90a5c2c4690af412ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d22a45f9001240f8a1ef8d169b3ea06a", "region_id": "RegionOne"}], "type": "orchestration", "id": "1569f4bcabb446cca3d8d1f164af4c9f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f902bdf843f14fb7993b9c2bd7090d99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88c946c92eab4f5a943986c906f7ddec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e0dfa3ea78946029db9f89bc2560cc2", "region_id": "RegionOne"}], "type": "block-storage", "id": "2da5005c72a7476da5c79c1a247f370e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17fe1bbe18794f938c1ef3dea8acc111", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e17de49633d4319a584284ca0048657", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33e15b191fbe446982670b4007e0611b", "region_id": "RegionOne"}], "type": "volumev3", "id": "3dab541afd374bc192f0c827e495d3c5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f925d6a060044b2bd04b9403c27086d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12e896e11d1d4bf189abcef8a6b6a558", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c48a320c2c564b9ca110d7d8720d052a", "region_id": "RegionOne"}], "type": "volumev2", "id": "72d860e0dc674154813240e2d8065247", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef1fc9ec58c14348b1193084ac212691", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d92d9b800bb64b1bb5e0b8880e6a47e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afcf9b8d5f5d4181a4c1b5b4a81b71cb", "region_id": "RegionOne"}], "type": "volume", "id": "ac00326637e14566834b7b7374c1b72f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d6ca1c653244fb7ba5cfb457575ff3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14bc3910d9844ff4ac7ddbeea6b7db8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b54b1e831b044993b6d96563f6e4ddb4", "region_id": "RegionOne"}], "type": "block-store", "id": "bec0a815c5b24e6e810bf512d79fc5c6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9900d0959a6f45c3ad1c6c60e5b5bf86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6e6e1a7c061143e89f516cafb343705e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "497a24d6747845d6adcddfa2a8b4b21b", "region_id": "RegionOne"}], "type": "alarm", "id": "fff014f1d3754a15ae28ac136fd1858e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0cd5e99cb394474a8998f5767d3df1a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "80f462b8927f42a297dafc85255bdf46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e88170fde481448caece6ae16e5f0ea9", "region_id": "RegionOne"}], "type": "alarming", "id": "b9dd354609774bc4b253aed7aeb69cf3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "13703ef9a06a4894b20c5a5dc33a6b8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3b86517377ea418ea668befd98cca3cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1f775898d2d946ff92ef23e65b34b9e8", "region_id": "RegionOne"}], "type": "meter", "id": "1e1d8909ade6431bb4a69db06cdf5064", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "935b4fb3df1b4b42aba301ca398d1a84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d2b82fbcaa394928a980c6f71fd79478", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7a674ed005de48ac95a2013192f9ecf5", "region_id": "RegionOne"}], "type": "metering", "id": "a8c684bb360548ec8df70636286ab8e4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "42b9cad72553435ab519a515d886fc6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "434e2df649d74a4a8b5146f53921f6c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b03770a43ca84a07b4e6dd6fe116603f", "region_id": "RegionOne"}], "type": "telemetry", "id": "5a815994ecc340bbba8620bbfba02342", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f8cc0fee6e9a496cb5b53bbf3885da5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "441c1abd9f2d4091a5b046b841bf31bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "db4a14f03ab04f69ad1e7846b88eb54c", "region_id": "RegionOne"}], "type": "event", "id": "4f5e77df2a774d68be968a85b4a4e211", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "28dc9a2652d54a0fafd63df8bf0190ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "212db4d5460f44dcabd84859ec88d787", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "67819dbf166540279b3f8edf464e2030", "region_id": "RegionOne"}], "type": "events", "id": "6aae8ae5b3db4c00911a95c106063a47", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "180bebc3923744b59a51adb7e81fa535", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e2678e5e166b4cd39cdd9dc5c92197e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9b6b393276784ce1a02225acf0f95081", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1052b6d455f84fab91f239a2bfc25996", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e1a95d00f16342fb85ec09607425fb19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9e747eee3fac41e4b284e9eb01d950cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5515af731fb049e1ac477c07f51b1553", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1928b08bf71a4f73aee6ba6a6d46668a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "db2d5294b05f4f0e8df24ad3d82951e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "aa1b1b26c3824651ac8a1bc092913efe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ffb1a57aef2b4d7c871900e617af130a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a4fb98ab43e4441caf614bfe44538ee2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2493a0c4fa944f8ab04aa22d01c4a049", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e9fffb416f7544c09541cd7e681c75f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7168a56787fe4844a49fb7c0c423affc", "region_id": "RegionOne"}], "type": "tricircle", "id": "24f0cd1aadc04467a07e05833a6cfc3e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5bb1985fd97a4fee899eb02b7b771639", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2656e6c65e1b43398396117bddd51772", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "87d44471e1124033917e4a0942871960", "region_id": "RegionOne"}], "type": "database", "id": "10d7182a11534fbb8dbec378e7349454", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fa254236b73848eab1b55c3e9cf57126", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fc77f785c52743bbb19619874721f928", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "567ba83975584e1e9cef0c9d4bbc2cfc", "region_id": "RegionOne"}], "type": "application-container", "id": "94b02a323773431fac869bc12e6bc844", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "62b3ba3ea641457485a9a9fc50255c06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7fc59837b7a74f73901ea495ce0ec102", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4f52377bbe45406eb85f722bedceab61", "region_id": "RegionOne"}], "type": "container", "id": "56da1a0082a941de95e3528cd53e932d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a70217092f4140b69426c344523f011e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dad6560e2628401481639cf01148d69d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8d3cf0cd7fc5493badee68cdf5f4fe73", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "0f9ec6d7bd464bf7bc23c5f56161a920", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ba5eccc1f42c4a50a12ec417a0c0c328", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "42f10195e70048468a4ff0ae56d15c15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a4a07b1d8f694c67985b71aa3d911c98", "region_id": "RegionOne"}], "type": "rca", "id": "0bb6e47db2334df49e161b5a4224392f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b1383202c44740489a92e63338effdab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ac59140c3b044b08a6da2bdc71e0226a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "998a6b999837434a9a6a98fa27ba0e75", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "374d1bdff11c4f4ea940dc89ca3593c1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5d625e6ca5c94f1d864dff30023c251a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "6d745cfa23c84d7d8ec36f71d7f892dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c4323ad6011d4a2ba35d971a0aeb2745", "region_id": "RegionOne"}], "type": "network", "id": "3ad07f509b8746b19b3751025366da09", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "21eb91bed27e4286973109b3888aa4d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a05a103863a64a01b6a1181ce4c949d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "60ed4d28263444daa5ccb552f5e7dec1", "region_id": "RegionOne"}], "type": "backup", "id": "8ae51cd48a564cf98dffa99e3390f302", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e32471af4b0044ad9a97b68a74541fa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "91e3451b5b514c8c8dba2bb1a42d34b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1690920f19f646069ef87c93a24fd4af", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "56844e521ee647ed9598085d1aa417c7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7e7b468f9e1f4bf99323a43fbe6dedfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b0ff6dbf39a842e586664fb821f46626", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "83d5af89a6a54b7a80527f52e3a8ab6b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ac48690f02594a019bec21db005c88ff", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8550abe165574f19bfd54296051a052b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f9f36ffdec194d818fc98247362b0dec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "4d3ffecbc5df49d5a650ce0e23f920b8", "region_id": "RegionOne"}], "type": "monitoring", "id": "f638ee138c3d4aab9fc65289f46fb9e0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f89f1a04803142c19ded7f7796ec95f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bd473ef594fe4c759495dccb03c12d92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7b005d7442ca4ee7a0e37ab1d6c2a25a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ec0173d917f84bf7940c4d7415a725a4", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6bbc7a6dc9f44e3b860615c5b10a10cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "015c6540e5824ae997751ab2a916365f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f92e2e2881834b6eaba013827e5e5d47", "region_id": "RegionOne"}], "type": "placement", "id": "adfb36adc5254f949355ec257b4f5d86", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6f1f0ba3a5b048378e06b098615c1f47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3f4015cbd3c34f12ba297b4432310b4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7adfa3213efd42e2a933179ac4bea40e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "15954e019d4547e3a355395f5664d623", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "afd40a93918c459a858e45e93100b261", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "648fb2efe61c4c4ea78d4c44e1a08d52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "035bdeef893d4ed0885e80f8716972f6", "region_id": "RegionOne"}], "type": "ha", "id": "cf1f44b3eea5419fbf361f9cc027f519", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f2b0038b2b2d4b749efcae178ac316d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "de4f301b47144f3187bfb53fc12b13eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "0177d7a5041140c79564fd8a312d8ad5", "region_id": "RegionOne"}], "type": "reservation", "id": "661709bba0384cdbabd7e2d5e9c74257", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d7f077b661e64e8da48f2dab20b549a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a5058c4b129c4d1891731195c351640d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "6dd3d20d477941408d083ca6fbd4f15a", "region_id": "RegionOne"}], "type": "function-engine", "id": "3aa93d0f765b475088c03abd935b2576", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e1d8b800a078499ab2b36062768d8499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0ee055a1b7b144ec8d5a725085244913", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5a538627d5e64669ae39e81c263beda7", "region_id": "RegionOne"}], "type": "accelerator", "id": "0560adf8614d4a348b6336d8fc594921", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d1219c7ef7c946bf9a2bdfbd4bf15a47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5ddbba0a8d49435db1764d23abb9d483", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e73d8a61811e4872981e60ebf8863213", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7731454afb6d4e78acb400eda5278e69", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6366980d17c74681aa50d93d9431d31e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "46ce038291904d9ba9cef408a2c4c14a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2040f1bd6e814e3984f662c6d9e0762a", "region_id": "RegionOne"}], "type": "registration", "id": "4ef67a3f48704dad90f298a9f5ab0046", "name": "adjutant"}], "user": {"domain": {"id": "5209c81f3d5b4c37823c3947a33b2cf4", "name": "f2a06b028a9d4a00ab47f247663b0d52"}, "id": "1263cf090c184efca1ef746603296ab3", "name": "07930a4e08444924a60d3d792bc7b55c"}, "audit_ids": ["af6bca74c19545029002442decc7efa1", null], "issued_at": "2019-09-19T09:04:39.185968"}} 2019-09-19 09:06:39,305 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/certificates/43e305ce-3a5f-412a-8a14-087834c34c8c -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,309 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,310 keystoneauth.session RESP BODY: {"cluster_uuid": "43e305ce-3a5f-412a-8a14-087834c34c8c", "pem": "-----BEGIN CERTIFICATE-----\nMIIDAO\n-----END CERTIFICATE-----\n", "bay_uuid": "43e305ce-3a5f-412a-8a14-087834c34c8c", "links": []} {31} openstack.tests.unit.cloud.test_coe_clusters.TestCOEClusters.test_search_coe_cluster_not_found [0.132584s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,192 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,195 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,197 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,199 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,208 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.132412+00:00", "project": {"domain": {"id": "1e9263578a8843a48d3c7b30af377856", "name": "66cdd71912a7456b81bb7e5ca129d6ec"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d268be0f101d4aae81380431771e178c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "75bd4b2a7286496486164feca839b1ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "527beb5e842d4506a01ce4b72b9885d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "cc7e5b2ac16b4563b698403a1ffcb30a", "region_id": "RegionOne"}], "type": "identity", "id": "8c47b3dcca514aa6aab7bed949b75205", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "facbbc91c9b34529af97effefb8b498a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c6d3999b0e8c468f833620b5cd8ec1b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f658d3a25c084cf9aab1c51cf8b08c64", "region_id": "RegionOne"}], "type": "compute", "id": "b69c5b59840347cf832725a728ec6493", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a35929053a814a0b820f6a77d96af94f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3cb4898b90ab43069abcd393d1f3c8cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "36e7026d37004e239dbc936e6b84dec5", "region_id": "RegionOne"}], "type": "image", "id": "34e97b09540c4a74892fc37a79f66f4a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "377ad97f0f7c4f9eb6d1c443d9745ead", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "297cd46d225c48e1ba67f0d8832b9bea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4462943c2a0a4745956d5337c7c1be71", "region_id": "RegionOne"}], "type": "load-balancer", "id": "6f9df64cb8bc4fa39db0721dacb09c7d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80e72a0d9e674ea6a937867738522c32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04ceae9ebbfa4391aa912e5bff624c34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "750005e3b1a74ebb8c7aa739a908d46e", "region_id": "RegionOne"}], "type": "object-store", "id": "a479cc51b4f04a1cbf16224eed35983d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a4e37204a0534c41ad92d457ede05acf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "387af2dfddd44fbba3600b7f10539f38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2d8f88168f074744ad9a2f09b9943ae3", "region_id": "RegionOne"}], "type": "clustering", "id": "eaca4bba36f1474491ce41722fa365eb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3ff4cf5532cf464087779436edb3178f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ea1f5032a8ec475391022cbcf084ff45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0bb53d7b5db84eb7898738bf924d1de9", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4d43fc67deb1427d9fda6ef19b61c7df", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "34555e688cd24672bcfa9e4cdf574171", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c80e291a76e741b29abf490072f3d45b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "eef39031221045b0a5d9a511a0e59a39", "region_id": "RegionOne"}], "type": "cluster", "id": "9fb6d746dd3c47c481a01df01d6740b3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ee93d1db77134d81a8f6bad15bc94396", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "eda69c1d8fad4a84b2f4f5a83cf1fca6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e6ae04948d0f418b93d6aa2ff6afed25", "region_id": "RegionOne"}], "type": "data-processing", "id": "69cd8ab3225541c6967aab63ee41bac8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fe5b7b6451ca4a7db2e80a183e1b7fde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1346fcfaed6945c69d83eb0ff7b2cbcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "94c719a5440547449fbfb56f0d4ee48d", "region_id": "RegionOne"}], "type": "baremetal", "id": "b76d1b410427491aa7b3cd2fc01a57db", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "50c8eb36ddc44591a3dd7b4b2af0d947", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c36372916edd485da4e4501d5db0166a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "69f02d1e681a41c5a2bdb361ef35ed1f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "442292b8e08d462ca9e1f6857f99daae", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5ed10b0859654c82a975166e4b0b3092", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ba39ba56da0241a6b49f1d255fe8935c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3f95e5e205d1493083eabccd7deb7ceb", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "64d84d55210c4a799c9005edd65c0455", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a886c66df16040448e349345cea203a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1bbabdbad16e480aa10dfaf58ec4f3b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "719a07668b494f99a6a049be4d2341df", "region_id": "RegionOne"}], "type": "key-manager", "id": "e193acce70bd4d3cab7e6cf5f0f5df2f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c893007c1df446379fab9c8edd8d13a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "189f1ebe2973467aa1f4e85119f36143", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3a915a3d854d4ac999e27f53154de27e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "52ea44ed468d448faba59a355bb0adee", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a92a493f07e148a683ff6828a9cafec7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b11ac4adfce74defbf22738a373f4644", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fa382a547a344db2b8aee86f617021b4", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0afe0c89810c4b8caced15703ba0072a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "32d55e7d409b4a3c80ffe8453445d700", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "87e3dd2418014a7f84b87ecfd5a39998", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "90e38cc55f38491884c19833f8b5b9e5", "region_id": "RegionOne"}], "type": "message", "id": "63d34692b19d4048b7890c9ee559d389", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "10c079f214b8427c8dcbd9821ea91ee0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8247e049543545e18a66343f19fa89fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a606eae29ad0436980efe1674e7ab448", "region_id": "RegionOne"}], "type": "messaging", "id": "7d24b00c72eb4381842d0d6c6c4bc91b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d65b68702ca1476a9daadb9a353677cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f3ea7c2fe8ce4cc6b17d8b44423527a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f90dcddd38884b698901d1ba4146302d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "99b3a152722b4bb8b8a4b40fa45673b5", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bbee5525609b4a18b38aa1a620792a76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4b7f8637797f4a62839f7ce5f6f2e985", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6d65d3c81c464402b649134fd52e0d04", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ffe11a90807f4a34b269bade97ad99af", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2cbcb3b4a5fe42f5a247b0b7968136e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6ac3ddb772d74fdf92e78cae2303adce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c7d1561e9aaa481c9d647d1fcb2572bf", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "21b5fa675ff84098a3deace0fd6437b4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "45fd1dc4cdea4c71b1015c959a53aef3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71a7f61ee78d4d0ba27569e0115c42a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b85b54aaff1c45e794d031da927ebf13", "region_id": "RegionOne"}], "type": "container-infra", "id": "e69a0cf264634bb6a15e61a8e4db82cd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f7f77a84e7664b82b8c5028895728b93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b1e9f8047c444489afd8483b047083b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e6c697aded984dcfa94cf6c73cd1d310", "region_id": "RegionOne"}], "type": "search", "id": "91b38b2b34ee403bba1ffc6bd1e15676", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "75ad261c3cad4b648b6872a739cb2556", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b211410c5c2640239f19de1a166d9482", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "07d12d4a6e704651a6e5f6ce66ab1be5", "region_id": "RegionOne"}], "type": "dns", "id": "7ec65325c048444b84a9d4807ebb3e20", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0d6572012db7436391996da01dd22ca0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b76a913af530404bb18ecbbff3d06721", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2e20c401c2b44af0938315bdad794742", "region_id": "RegionOne"}], "type": "workflow", "id": "2e453e69f61c4e0d999af900f6f6bf23", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "32965628eac54e82a7d61be8e5d941a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fd8f4702f4a14f95b0e7931b1778f810", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f6233a11c6424a4f9ec63abcc6ddadd9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "64fb80fd306249ee9ce4c2fb4e69e72a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "920830760ee642f29701bf643375f524", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "33c8cc232699455ea83b2f926f80eb3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "57e10f7dcfda46b09fc0a39285b5c512", "region_id": "RegionOne"}], "type": "rating", "id": "e4cb0bc7c12e49ffb8175c81331dcb4f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b4d7e86053d64a65864da8a186d34ffa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "39b7208ce6f34bb5aa58d5f4c7a99b73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3debd88e0b8f494cbd9e02a6d0ff1fd1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "b9ec0563c746497e86cd0857d22da5fc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "31be774aa4964852b125bcc2fce1dece", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "95716808f6b44c81aed63cc9d47d0c1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fdb8db44feaf465291501b7c2cf19f7a", "region_id": "RegionOne"}], "type": "policy", "id": "1fd66c9d3ef0415c960812d3ec2122c7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "44774af811464165a5d617e1cda88cc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bd13a5fa031a48b3921d04f99f34fc1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "921c687217df413a87daabe57df19870", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "67e8d2af93384355bf1ffcfab6201f6d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f23f138377944cad831a9b8d9dab39a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "367c65054412461fa82c49b2688c5333", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6c310b3309214fa9a4ce4b5992d076e4", "region_id": "RegionOne"}], "type": "sharev2", "id": "54ea2c66fe954131937deba71c5cb5eb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a040b3ac427541c695459b55b25f4a50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6f738d2566934418b95325cd07071f1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fc07ac50807a4d2dac75fc1032048fea", "region_id": "RegionOne"}], "type": "share", "id": "5f08cb2a024c4dd6bfa50ea806c0c7eb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "59a1fe3fb39548a2812c1f0c59ed03c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3e219b8ad53249a7a5278d9ac003eaa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9d3dcaab29f546c4ae0f31942477b4b5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ae79ab9b9bc049a69885a0e7fe02a007", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bcc40e6b1f374277b398a89d4a681876", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7260968b28dc41f7878148dae314ddec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b90ea4506574372a0e90637638e591b", "region_id": "RegionOne"}], "type": "orchestration", "id": "5979ed0532544b1bb8a4524abba64b11", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "774ebac8fff74134bf8a26d1990b6247", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7a526433ca24d16be34a9a9fd003e5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "316f423bf2414a699dc8dfe127886513", "region_id": "RegionOne"}], "type": "block-storage", "id": "96b82e58f82848128e8151e8c1a55b7c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a726076247f8436b82e04ea346b344cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "955d619d2088465ba475b77b9012e82d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b122b96cf5a245b595bb48cc323168ee", "region_id": "RegionOne"}], "type": "volumev3", "id": "24b70af76a3c4e3a9603d5eb44814e58", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f939e00e72664c89be371d300b882a8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "619a45ad37a6413fbe54e4918565ac7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3362e4a857764768a71f3241efff0e6e", "region_id": "RegionOne"}], "type": "volumev2", "id": "8ad7ab57da204505a72f441a48d60554", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "900dbc1ec5fe4b2181413af4aeab356a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f46831e3af24a18972fad3e1be546b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1a5c3fc60c64eefbfe5bc4a43611b47", "region_id": "RegionOne"}], "type": "volume", "id": "2558fe4707cd47f288b79bb3973a6a67", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c284c7f0a0244bc8a7708516fd1367b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d64ae3c53194486bab6a10ef5cd876b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c7969f97db3489691c5d0f4e48944b3", "region_id": "RegionOne"}], "type": "block-store", "id": "dac6f592f5ab4784b78779662537b17d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0bb9cf096efc4b299c05d54962325aef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e0e2807eff0f4f679a4cbded275dcc8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cb50dd8314444074b7a3736979190485", "region_id": "RegionOne"}], "type": "alarm", "id": "34264e0b33fe44908d9c154566fd8211", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0724e841fdeb417ea92d3d592aa3a58a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "37e48a85d7f84d779f579f09db813754", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f547134f95134bc9b504a7c40a055495", "region_id": "RegionOne"}], "type": "alarming", "id": "0d31245da837462689c40ca41fa6ac32", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a9832aa7413f4cb0ac85bda9c0498820", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cde90ef60e1249a5ba836f7d0bf6e3ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "daba784f7c364f7da724a2569d7f99b9", "region_id": "RegionOne"}], "type": "meter", "id": "45ecaeae4d1746ecaadb48935b2c0e1a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "36183e5bbdd041ce949a9a8432b64b88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a05b5604506646e7bf4450e6b0ed11a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4daff9936b874714bf9c1b99cd7c034a", "region_id": "RegionOne"}], "type": "metering", "id": "bafa633b81334fb7a461a9b19f174337", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "255b0428c2914429895a42dcb88e4ade", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "858f47ea81ed43cbb98d54b8968d5d55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3ee26ad734d5466082ea4348dd02e764", "region_id": "RegionOne"}], "type": "telemetry", "id": "19930126b58e47b5aeead56f562ef321", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d605728dd09047a7a1d4a0952ed8ae1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0c5a518f932649ba80d08258f2543282", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8c20e7cef650473486c8d5997dbfd936", "region_id": "RegionOne"}], "type": "event", "id": "a9b49a2952d249f699ba133cc483e21d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "88dc379230304b7ca67f83bd5685245a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c33830c36da741d6a6fea7f291a53c10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6be86928f9e74219b08dcb214b6f6bd6", "region_id": "RegionOne"}], "type": "events", "id": "5d9a62468c49431badf25cf9aeb9a051", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f4f11466318241e887b20dac8240105a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0b03cf3ba58643898ad062e9e6b5f1e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a369972766dd45d0becf774aa55b9aa5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e7d9845a9b1849c2b8bbe725e43484dc", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e18b4b8b47f546b3ad4dd84898c75353", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f53868048e714e9b8fc0d08e0844c97d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "af4019e12c5144028d04045f5b5a570c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5be30957433945a6868117fdbe6490b7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d7d838f88f5345d89ce1edd67b3abd14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8f9a84e3b68a445db3289b373f040922", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "34c44b4216f64d8db0a31988a50c76f0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "90c18b11c431423a9209459136898ef3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d0fa25821b454be1967b4620268bb61a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9275a1a6c2084300b41922aea8c71505", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "84fe54c752a7421694df25a1f480bdd9", "region_id": "RegionOne"}], "type": "tricircle", "id": "1c15d94f04b04cec9ef710f5d4f0299a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "caae824c2a674aa08058041213267051", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "64f695cb507a47a88b417ee483fb824d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2b5efbb0789d4f7c8d667bcbf75e60f6", "region_id": "RegionOne"}], "type": "database", "id": "be07bc5aae8b41a3a3cb7e20e9056bd8", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dff63c16e6534e5fa1be9a512f7177b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fc7a36ce204e4e8787a7ae113da57ff8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8094bbdd584841a68954e36410cd85d3", "region_id": "RegionOne"}], "type": "application-container", "id": "51c399fbab524bbfb7a3cc202c17b6d1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "565e2e485afd41dc801732eb2be146ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1d0d37db5ff645afa128add73fec273a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "29ae0206fdf9447eb49d77d9e024b786", "region_id": "RegionOne"}], "type": "container", "id": "09e1537a189647f39cae818c74f989e9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b2a82da2785045a2a9dd14ad7c4af2c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ac371e04238e48878c40e846bf74af62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9afc8c8d2cf94282bed59a877288ad24", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a9ac54e8dcbd42cea5f224013a5454cd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e1c702faf1c542b8833d1862144b8626", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a62c693a9ab44b4789a1ec74e7fe40dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "33394d2e572344eeaff62f4c11a54e41", "region_id": "RegionOne"}], "type": "rca", "id": "d09dc1d6afdd4facaddee6246762c668", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "17ed5b7b6f4c42a78a387abefdebefed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "25c8329fff034408b680ad219c4cb2d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1ec5cb54fd6649b9a8d0ff91dc8d805f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "bd5e1944f5b24a8d970b2a66b9ed5995", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "56a55e96e39d40af8ddf6937b55de084", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "48a9cc0c7a5747adab117707f4c6f501", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "5c40b431649243e5948ae4f2abdabc04", "region_id": "RegionOne"}], "type": "network", "id": "c24322ac618c43c4b89bcf36e1ad75b3", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6ffb5f1324504ac4aa26b68799ced8d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "aab6f14d7aca49c596dd18f342d428fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a372955406014132a9ecb4aa9d8b7380", "region_id": "RegionOne"}], "type": "backup", "id": "5b575b7a83a444c5a2522fe890529b07", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "631e4c50e344484cb1f61743a3a1d9f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "683f0304dd9c4e5580b1e9f93e4a09fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "af4723fe48d24fcab00629e7786afa45", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "64c243d3f54f4395b35e16482fd12c2a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a993f70a6a4b4ae19f84059bc0d42b33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "eabacc31d6ee4525a3ad98926d2b3d1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "126da2506ec14dae9d67f2308c368297", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "4c840d82f99b4a93a4947047333dc18f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cdeff250f3414a04b3d1676b33698f30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4fe1777a1b2947bab9afbcc693ab588c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9653e189751744299c08da4565ab7bce", "region_id": "RegionOne"}], "type": "monitoring", "id": "7569447741254b279d561c9189fde464", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2172f84abf3a478a96bb082d70a50ad9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "48e73ea501a948c0b62bfa35e53b9a29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "9218703c35444300b7bdd434cd885b06", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7081c7f24fa7484baf1da9485df12c05", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3e881735b64942ae99c752b819fc5c1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "e99ac439847b4c58b0be1d3e281e7942", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "acac504278cd44e1be54a4716661c5ac", "region_id": "RegionOne"}], "type": "placement", "id": "45803442042f4e1f8535b81cc869bf19", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0a02befea78b4740afb0eb4a0c1e984f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "034bf44748e84afa81e25fc47c0ff2b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a993b657c96d41c28060002f21679a51", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e1e46fd764dd4346901d688d47be2abb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "51fd84c3a25246be8a935e4dcbf89c97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0c73ee90c64a4477b83df339125949ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bdd945ade66c4095bf0df4b007d0ecf9", "region_id": "RegionOne"}], "type": "ha", "id": "2efdc14f149a4438b3feaab83246f9d8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "de351ea34a47447c9ca93e30b8355111", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e1d874e687464e53a298b07b339396ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f45ffd15ba4444818981cbc757450675", "region_id": "RegionOne"}], "type": "reservation", "id": "3ce9265833ae417d96b1280e65035b5e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a63843436fc243e1a5c6a65c948204b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b408b435aea94835928768f8bc45123a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "031403ce37c24cbe8ec829c186b186f8", "region_id": "RegionOne"}], "type": "function-engine", "id": "ed7630121e914172816bba3ca5489060", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9bd1169162a048ae93953de85217ca7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2ba621ec42c14ed2a6bb2a8f7e3c2d1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "11d45f47c7fc4289ae24fa9ef14f8de0", "region_id": "RegionOne"}], "type": "accelerator", "id": "d5bed86d9ee74ba3bef7824711dd2a40", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8bb9a3c0a2f14108ae9c997cec954d61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e97b603f2d494768a4b3d36247af5a14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "efd23afeb36e42209da8aef3b4abc508", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3eb2a445522b4b2a846837109050163a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f9fcfd5277d6498cafca10f2997bc3fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3a313b03b3d34f77b50f72ec23cf1d52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bb9641dfd1094530bc4fe8176a715cbb", "region_id": "RegionOne"}], "type": "registration", "id": "f124489274394c5b94e45ba7979f5270", "name": "adjutant"}], "user": {"domain": {"id": "bdff3c539fc84fd58ff073bdd6efdd84", "name": "3821ae6573da4778b958fdb261f6609a"}, "id": "ea473944875f49c0abadf1b85859d0b2", "name": "18d363c6790943db9bd83b9695aeb413"}, "audit_ids": ["f4860234127941c99ed71f8b1b64183a", null], "issued_at": "2019-09-19T09:04:39.132412"}} 2019-09-19 09:06:39,253 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/clusters -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,257 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,258 keystoneauth.session RESP BODY: {"clusters": [{"status": "CREATE_IN_PROGRESS", "cluster_template_id": "0562d357-8641-4759-8fed-8173f02c9633", "create_timeout": 60, "uuid": "731387cf-a92b-4c36-981e-3271d63e5597", "links": [{}, {}], "stack_id": "31c1ee6c-081e-4f39-9f0f-f1d87a7defa1", "created_at": "2016-08-29T06:51:31+00:00", "updated_at": "2016-08-29T06:53:24+00:00", "discovery_url": "https://discovery.etcd.io/cbeb580da58915809d59ee69348a84f3", "master_count": 3, "api_address": "https://172.24.4.6:6443", "keypair": "my_keypair", "master_addresses": ["172.24.4.6"], "node_count": 10, "node_addresses": ["172.24.4.13"], "status_reason": "Stack CREATE completed successfully", "coe_version": "v1.2.0", "name": "k8s"}]} {6} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_register_machine_enroll_wait [0.644166s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,710 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,715 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,716 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,718 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,729 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.644798+00:00", "project": {"domain": {"id": "d63ae719634940e181b8a91950857509", "name": "2d96db7206004161b315f1a574ff29ad"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "694a35968990486ca22b543bb77fdde1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0ebaa88500a646e8a101e25a744fc040", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "6b343f1bba2b4033a491d9b9572dd9be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6ae356ca05274387aca51136cd4b5205", "region_id": "RegionOne"}], "type": "identity", "id": "3fc3a686b61a495792354f027e973681", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "861317e84028435381112e14389e0d54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "64c11f5ffe2740f280c31bb40e36a7b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6d9dec0fdd41439b9d8bde82c45f9896", "region_id": "RegionOne"}], "type": "compute", "id": "a73774ab371844a49469018de0acac03", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "010430eb254340078039495d076b6215", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "20a95a9373884187acd83f284991fbde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0fec5b3186ee41219908f6f4b542b772", "region_id": "RegionOne"}], "type": "image", "id": "59e5ec3d9ca04fe588eb21090e3e9a66", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "753a75f77f8d469ea27bcf0710d75e50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "48ddcc8f5b46469e9ff6af0be2c6c714", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "815d5c892c04433d907e6fdf17ecccd7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "81e1c18a5d504121a4cd3e45b1bd5f1f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f64c2349b17d4c1fbc600736ae357f93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a9c1f4057834feda8a5ee1261bf982d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed7c2849488e40de84079a16206e0775", "region_id": "RegionOne"}], "type": "object-store", "id": "73a583f78b44420997169269795d01d0", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fa9dfd1f035f49369100756ea65d9b1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3b5b3c56d189420dbb82e97e35207924", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ae9e3ed0a11d47ae9a34634d2fd0cec6", "region_id": "RegionOne"}], "type": "clustering", "id": "d2b189be639f46eaad90f4ed07e7f11c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2d29aac87ead4c6d866c2cc2c252a621", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e0572b8042ef4c9b96b4dc67c7c1db2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e64b7a69061843c1b5ce1dc50342914a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "029bb42149544e8f85610728fc46cbc1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ad50190dba3c457a9ec791fcafffd633", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "644d8418b7fd460fa4a3b95ce01958c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "19e1bc06be2f463ebab0682f171661d2", "region_id": "RegionOne"}], "type": "cluster", "id": "02f362699a344d89aa130f3cba7d2441", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0073d167fa5a474b9d524efe770e290a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a046afc0a043468e9d7884db5f02ac12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "48e6aa8387c44a2893b458713c51c7be", "region_id": "RegionOne"}], "type": "data-processing", "id": "95f40701340b49c3b0d9a7776ce280d3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4127458cf2f5440a90f4fbe6f1787e59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b23b9251e89c4220880e00b8bde572dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "227fd3091bf44ea9a2fe1bf0f3e60def", "region_id": "RegionOne"}], "type": "baremetal", "id": "4187c7a434fa4f1a97e8c5c8f7bda0e0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8d6c1ef992044c39866f5cb24734a296", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8606427f09d24857975fe65eaad34210", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6c8a715682bb49eeb3831a91f6d4bcfe", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c0b2f2ce0fda4f028777ba1f01812309", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "28a349acdb23432ea391f04f1c5bd568", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f4b1185d874343d28f8e1c2943bc81b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "69e64e6914c84a6a972e2c3f760a9fec", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ef3d2799b8304f939f656f07595ca1ee", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7195b5a5ccf54f35ab93bb633caaf485", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b7c26df05ba24253b03c0cbea68081e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "48ad91bffb1f4049b7fed58a9dff5f7b", "region_id": "RegionOne"}], "type": "key-manager", "id": "d9df226821f440c785585b9dd7c74401", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d9a00874bcb64e2fb5842c11aaa8d858", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "50c0b8cd53154dfd80643e28f33965ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a19377cf1f75480c9284d925ab3fd2e8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "cdca99cc2d2b469c810f33546b95305b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fcac2c73cc3c4935aee42be82dd508a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c45f6e3c7f5f40c9b5e3550e6f52c874", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "134708be3678480cbf3e472342eafe50", "region_id": "RegionOne"}], "type": "infra-optim", "id": "134ec915b85340f992c3effb61af377e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ac705603b1ed4da38f9de6a2972b9d7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "dcaecaffe9094601af80072858392f2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "11709865e5e94e3fa422a20dd91e0305", "region_id": "RegionOne"}], "type": "message", "id": "fc76dc50179649fe82a851af7ab6db0d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cfeb92072de649318ffcb07724e56d91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3eb78e51a03c4375aca102ef93140e12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3c00542c7cb146969472c5bc39d019d6", "region_id": "RegionOne"}], "type": "messaging", "id": "335dd6164f3e426ea5deb4fe66c3f2df", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b9293426170d46c38e109b07ba0ffa7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "852927cdf61c42bd8234f5b2a6d6a200", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9ef3bfbbc53941c78faf6b89bbce4840", "region_id": "RegionOne"}], "type": "application-catalog", "id": "1ac10c0402b94b948c69fd5aca1515d5", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eecdf62bc6454753abf290b530c57f3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0286ad571d48474fa2eaa141085f3579", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "38b53d44c3684b8893c28ae4d842f07a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ad43469a9d7749ba85cfd3bdde2dab9a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9bd229dbfea84a70ba8e2299a853c478", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4c69581526f14781a104b48e7a445489", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3ac04ef99ad846158b5686d5240d45da", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0b0d0c80227342289519caed393beee4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "055abbe3ce30455ea2413523818e649a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8c1f65ab8dfb4229b59ac04d4184a525", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "52e49ecae9804d25871ca7c38ec551a7", "region_id": "RegionOne"}], "type": "container-infra", "id": "1c77b166b62d4d0581eb1674619aa35d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c4a16dba47614f1c8990c13d810ff936", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "841da0b68dc54a808fd5bacf721f4ab0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9656806f6039466bbbf1cedbef335f6a", "region_id": "RegionOne"}], "type": "search", "id": "cf16f9321a8f4ab3b1e5b287ce848a8e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d651f170d141484794a8c94c7df829d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "dbdaea987d704382b786504e1e773325", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9a366373d973436b8bd6f6edfc11ea45", "region_id": "RegionOne"}], "type": "dns", "id": "9d80a521019146eba4d1ae4362dd4f24", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0d09f68837c24fbf9c22eac864e60415", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6455508bc1d54f98b8c5c072693e6c9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1e61a7c503384aa6b5ebfbb8beb0c94f", "region_id": "RegionOne"}], "type": "workflow", "id": "b8f113c3a6374d209cd92997c65c1cb6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "05e82e82ffa748798136615c3312ec94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e8438d3000b74e71a96d710c94f6d929", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7ceb113abaf94e88a76b008daa009fdd", "region_id": "RegionOne"}], "type": "workflowv2", "id": "32c320dc69b247eb9412f0a13c764dea", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d46e9e2cfb6b43ef85dd6d1ccc9d6a5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4f420f47b19f4d62a8010027d0bf33b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8145eef0c6bd40509555afc032a3c32b", "region_id": "RegionOne"}], "type": "rating", "id": "a0b27ec461af4c2085792040bc6b62b2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1bd01e2960f541129487309d11542148", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0f24cfc68f93441ebec10f3424105a16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9bd6ce40bfee470bbcbbf53f1013c17e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c7a2b8e85e8c47e48581d0c7fadf8429", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "12fbf26529b04d9abb9feacc1fa244ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "62878ed12a4141668e1a433a17a75148", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "01b16c900e7646e199bc9abf5e5febda", "region_id": "RegionOne"}], "type": "policy", "id": "1937f43e336d4d908ca6024fab2aa724", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4ec92c29e9c44bd2b96606de953cc739", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7a84ffbe169f453394b73e48b6c4f91e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "98d8df3c74224e88825aa21d8db49a9b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "44906ed3a70d426fbcaef2f18150380e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ccea63d9f1fb41b58ba83e7658f62332", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2720ec51c458436a89ed8c51f13324ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fb89dec598e94fec95d0d139e9228362", "region_id": "RegionOne"}], "type": "sharev2", "id": "22718882984a4a49b80b57d830638085", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e1ef90c114e84d4694c3ea42e25e9c0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ee5608732a214b7ebae3935fa683a6e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9c8439e8411f486c9554b3fc62881161", "region_id": "RegionOne"}], "type": "share", "id": "646430c672304b61afb148f5133f4d4a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e1abfbf146e64a7792c4eeb238d433e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "acf8f141db3243e19376e02640afd5bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4ebc6c2800104cb8aed59cb5ccd16c8d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ab8ec3107b75494aa10443f6a6a4fe42", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39bc122f57504092a78642047a5883ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6c540d66b344af7a7b1fff505bf305b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b04de42953f49d09fb0362c05028ea9", "region_id": "RegionOne"}], "type": "orchestration", "id": "fc63099d3e494f90afdef96b106f0a30", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20a8b50de9d7493887c9036cd938ca9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fdbad6bf645b400a97d92db1fe302413", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6d9f76b29ca4fcd9694a2fc84dd6908", "region_id": "RegionOne"}], "type": "block-storage", "id": "fb2933e5f1d44a9484b81a8f35e99c14", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d57d13812be4a42a8527be4be2ca832", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "369dd709d80b4747b67dc0796ba73b5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7dfabfa916f84343b35dd614f660c637", "region_id": "RegionOne"}], "type": "volumev3", "id": "24c3644740e54a6280e8cc0c6963a448", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f85c109dd674df295c86bb23b3bb17c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5989ad3617724554bcabfcece6265195", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8308a07dd19b45c7bf878936222b41f8", "region_id": "RegionOne"}], "type": "volumev2", "id": "0598e9255b1f41509a7c2fcd8075bb1f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de46f19c86c740388c16bef59760079c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bacea801549441399da1a4811b05f3e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aeeeef58ce1d41388807cd5587ed6aed", "region_id": "RegionOne"}], "type": "volume", "id": "9782b023fe1047d5acb9030b05f58c2d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5d3062cb2c34e22a0e61a665611093c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "344ad003f1eb49fe9fcf1afa65b451ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4681054097a40ad9e3b3c9cefcae7ec", "region_id": "RegionOne"}], "type": "block-store", "id": "3dddb43b1f8f4ea6a6d160bb2e6ea624", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "76f268f282b5405fb750f1c96c6c74a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "805ff321ec9844a591031328efe3206d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f7a246c2edfc4187b750697bb7cc3990", "region_id": "RegionOne"}], "type": "alarm", "id": "0a79c08b59a54dc0ad3b2cd62143dafe", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8812c91aa0e446a5b94a13d5132c3025", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d7e317b10a4242bc8afcba8006388b74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "eea1158d8ee344c1a8f3437a514e0d63", "region_id": "RegionOne"}], "type": "alarming", "id": "faced02e7daa4cdba8bd7317a1f03d4a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fa47565c7c7c4939959f253c9fda5c27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ff7d1d84374f4514b3e79fe6cc4e420b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6a831a32788340eba9fe40f7aa5f5d1b", "region_id": "RegionOne"}], "type": "meter", "id": "44c1d65b66d14264969bc43dd98b85e4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "07b75330e0a84d84a70c2336460eefad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "92aa75d62cc94c1b8d7dd7146ab4ded7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "821a2429ce8848b092c988495ba1a03f", "region_id": "RegionOne"}], "type": "metering", "id": "93d50eaa78a449c7843775f9ba55b8ee", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "574bbe06dbfe469aa327e1829da7390d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ee2d3aee224c4e77adf2d7cf731680b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "19918afddb2f475590171f1aef2929f8", "region_id": "RegionOne"}], "type": "telemetry", "id": "057d270febb64a45831a6043838c8ff7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5ef487ad32684eb4bd01c9b75a0f5065", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "426edf7b0936470880fae98bfec5a8d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fd7a604cc44345688d5933129ce9f2f7", "region_id": "RegionOne"}], "type": "event", "id": "900ed314880e475f8c86326054f9a966", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "629e545bf6044c6d92918525f447475c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e9f77c01be204084959695d40593f485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "76f49330d11349a9821ba10914bfe119", "region_id": "RegionOne"}], "type": "events", "id": "6aa8fcdecc824e3782eae4ebf307135b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fdb28ea982354f9d9e7692f05d44738b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "710e4b8908954219a10c0e7d61ac870f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "259b7879599943dfbec5d9fb4afef6cb", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2c9a9557fffc43fa9e35366500ae7c47", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c1a0fd69bc57425ba7fdb3cad86d4175", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "63ef9cf33ef8424bb822dba76d7f77b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7b990e72ceff4406bed4c7556126123f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5999810b2435478fa85f8176c58396ce", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "267246e2f9664870809d2e3b78672ef7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a2a39d6fbe4d4912b8f0e3c2fb04c526", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6fee7bffd360424d9b4e7ae07bed1ec4", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a7924ddc3522477d8d1ed080a95a4264", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b225a52cb55d464490444210b56d260d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4446be04b7134c0f9abb53c2a72de95d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "56ed9143e1d544d68d3cc00366d8393e", "region_id": "RegionOne"}], "type": "tricircle", "id": "da53b01c7c1d4f49a28a063d9bf92dd3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c55a198edd9d40ca9378668e3ff99a1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "435d921982a242b196f5a8fcaf823e4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f4d2a875c9b04aaf99f14206f4fbaeed", "region_id": "RegionOne"}], "type": "database", "id": "0c6d52d8efd042bba521143976f6a4e7", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6a3796d599034bf492c79ef2076cff1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6cbe70c778494fb4ae9edc011b8a9627", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f96f8419fc6746a583a8d955f86e16bd", "region_id": "RegionOne"}], "type": "application-container", "id": "e20abbdf6b644dd89f60a301247373e9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f761ce6cb9314c8986234d942c15ab92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4d85a8f69c534a06b11e50c573ebb475", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4b1c8185908040129bed20035e2faf6b", "region_id": "RegionOne"}], "type": "container", "id": "61d44018ed18421e9cb28078ccd2e4d3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7aff9b8b598b443aa40eca56f5c14a39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "38dd2404f80944c493e8cb81f58e3fc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "847d963bdd554d8cb135999ba4f0ca9e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a79661558406439e97ce4c23f36fba8a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3254743af4164b1ea642b4746b81a674", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "db42c975937b4a838c5c7bfe764c14c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c7889cdb11944839963c17ba169e8073", "region_id": "RegionOne"}], "type": "rca", "id": "7cecef4f35284baba7537df48ad3c72d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "560f8e6c290b473792fc83d823ddbe68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bd87a9d26c7b40bf98d691a5e4307195", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "14f23850043d4b9eb72cf138effb9661", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "9fbdf674e7f042f9bfb1434f4f0c8f28", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "48d348bd438c40e389fa4048a97bcd27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "eba53c86a4e44bf48e276d7c0e19179c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0080691d570f43d4af27959ff65d8b23", "region_id": "RegionOne"}], "type": "network", "id": "41a4684f944d4c238ba411d12a08779e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9c0d1cf648e241a785cc83651bb6f2c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "947d3d03806342d9bea1340210158a34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "edd8ed0e95de46628dc9fc504bc624f0", "region_id": "RegionOne"}], "type": "backup", "id": "8ab73ccfc17e4e60acd7f7f8d95a8e17", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b493ce4302a547b19a85b5393b145cd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f4e6613b9cf54fb6b0efa4d44b8cc8a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "658cec24e4874848a05330e4b3ec2bd3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b362d969958b43b2ae4d3059e40d718c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0a0336fccb914c24960776c54df9f015", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4397594efcd84d4ab8550aabb54c9db9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5415899757f14f2dab9c52a672716353", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "20838495632148589c62c4760f84754e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "50b5f4f808194c0bab49a2637e3df1a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d5f3c3092b8c46f898256d3c7f1f5e35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5e265ff0ff34474f9b0edf456d6b1508", "region_id": "RegionOne"}], "type": "monitoring", "id": "80e6716cf488447582372fd6782b9ef8", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4b8eab88dc2e479c99352352d7d2db7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "29b1e6ed6bd54e16987b6cc31c7e463b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5e1e8a10a5d14c4da6b6d68c6f1b03ac", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6cb82a71ca4044fdb05b2b33add9dba1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "45387932846f469cb6a72a567631c46a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2bd8f1e66d88426898e4cd49d5995a01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "82fe5488e77c412ba6a341690362c459", "region_id": "RegionOne"}], "type": "placement", "id": "370e01eb1361459d9573d77e397bd6d1", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5ef69c714522498797b12f264b1b0008", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cf01a3be59f147a18b146fcab8d680d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f3ee1841e73640e1978c6e9186fd33b2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "437de46fb90c44ee90fb96d24fe00517", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "508446bb3f934a07bb2e1f235f21ae20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "133ebb1008fa45e6a14f756dbb0f1dd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "601ddbaefbf847a6be112b6c95341da0", "region_id": "RegionOne"}], "type": "ha", "id": "f2dc75aec73b4f24bc1f8ed8048fe948", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1008c2d4fe574c93a97a9b9db88cb409", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b151f96feb974abe91f41d1d542ccd11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4aa098c2b3974f19a87a549a5bbb2e56", "region_id": "RegionOne"}], "type": "reservation", "id": "0adca7be92ae4615aa775a1dcaf99648", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4a9ae12237884c1dac525680a7661b85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "241d488e98d3477a97ba4a22a571f2b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a26a081093b04456ace9e3fda96c09d9", "region_id": "RegionOne"}], "type": "function-engine", "id": "0505f667a712473db10e9aa52d671b33", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6dfb7db9252a44ff8731dcc2975d95f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8d78bc6ebdea4dd580659f69de77228d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c58e0d68a34a4e7d9fe2af3e23df3652", "region_id": "RegionOne"}], "type": "accelerator", "id": "86dbc55c49184077bf307f5435721144", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0138a4f6b1344626be822e0593b17381", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "11407b60a059438eb4295ddbc81be96a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "73d0b66b4e0246dabea888000d12aefd", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ce5e3091b5484672960b3256d25eb2d7", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "da8d877d835440e9ab251b7d33ad288a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "937921be874d4fb5b90371b7d9ab04c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6cf3f086fb654b9ca64f7f6acc45636c", "region_id": "RegionOne"}], "type": "registration", "id": "6992b53eca60400f8c2aadcedda196f8", "name": "adjutant"}], "user": {"domain": {"id": "d21403798d3040ac99fbe593beb29f6e", "name": "bc6186d7f34d44359664b9eb5d71bc15"}, "id": "2e3a1675f42a4151b1f99c685fc54ae7", "name": "a34765041ea842398a074ab166f0c37b"}, "audit_ids": ["17fb7915569f43b9b1fd86c377361693", null], "issued_at": "2019-09-19T09:04:38.644798"}} 2019-09-19 09:06:38,912 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,916 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,918 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:38,937 keystoneauth.session REQ: curl -g -i -X POST https://baremetal.example.com/v1/nodes -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"name": "name-2", "driver_info": null, "driver": null, "chassis_uuid": null, "properties": null, "uuid": "bb6b7df0-dd07-45eb-8178-2ba29d90452a"}' 2019-09-19 09:06:38,941 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,942 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "enroll", "reservation": null, "instance_info": null, "uuid": "bb6b7df0-dd07-45eb-8178-2ba29d90452a"} 2019-09-19 09:06:38,952 keystoneauth.session REQ: curl -g -i -X POST https://baremetal.example.com/v1/ports -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"node_uuid": "bb6b7df0-dd07-45eb-8178-2ba29d90452a", "address": {"node_uuid": "bb6b7df0-dd07-45eb-8178-2ba29d90452a", "uuid": "502475ac77b84df389966bc40c681474", "address": "00:01:02:03:04:05"}}' 2019-09-19 09:06:38,955 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,956 keystoneauth.session RESP BODY: {"node_uuid": "bb6b7df0-dd07-45eb-8178-2ba29d90452a", "uuid": "502475ac77b84df389966bc40c681474", "address": "00:01:02:03:04:05"} 2019-09-19 09:06:39,042 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/bb6b7df0-dd07-45eb-8178-2ba29d90452a -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,046 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,048 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "enroll", "reservation": null, "instance_info": null, "uuid": "bb6b7df0-dd07-45eb-8178-2ba29d90452a"} 2019-09-19 09:06:39,074 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/bb6b7df0-dd07-45eb-8178-2ba29d90452a/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.4" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.4" -d '{"target": "manage"}' 2019-09-19 09:06:39,078 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,111 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/bb6b7df0-dd07-45eb-8178-2ba29d90452a -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,115 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,116 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "enroll", "reservation": null, "instance_info": null, "uuid": "bb6b7df0-dd07-45eb-8178-2ba29d90452a"} 2019-09-19 09:06:39,121 openstack.iterate_timeout Waiting 2.0 seconds 2019-09-19 09:06:39,148 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/bb6b7df0-dd07-45eb-8178-2ba29d90452a -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,152 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,154 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "properties": null, "uuid": "bb6b7df0-dd07-45eb-8178-2ba29d90452a"} 2019-09-19 09:06:39,185 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/bb6b7df0-dd07-45eb-8178-2ba29d90452a/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.4" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.4" -d '{"target": "provide"}' 2019-09-19 09:06:39,189 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,224 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/bb6b7df0-dd07-45eb-8178-2ba29d90452a -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,228 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,229 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "properties": null, "uuid": "bb6b7df0-dd07-45eb-8178-2ba29d90452a"} 2019-09-19 09:06:39,235 openstack.iterate_timeout Waiting 2.0 seconds 2019-09-19 09:06:39,272 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/bb6b7df0-dd07-45eb-8178-2ba29d90452a -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,276 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,277 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "properties": null, "uuid": "bb6b7df0-dd07-45eb-8178-2ba29d90452a"} {23} openstack.tests.unit.cloud.test_delete_server.TestDeleteServer.test_delete_server_delete_ips_bad_neutron [0.444058s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,029 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,033 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,034 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,036 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,048 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.969467+00:00", "project": {"domain": {"id": "d09650b743114c2b9b08db9964ba3ef4", "name": "cfd2aee12a774272814634d7f08b6763"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "72528073916349009e2e890767c57781"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4964a47c4cd24cd798577389c16fcb28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c534020e8ce84d48828d9e0709529d8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ce0ca90f9c1247248134d30f8cba312d", "region_id": "RegionOne"}], "type": "identity", "id": "30726efe1ad744fdb75e73cc4dacd2ec", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "35d1dad86a8b4cccb191743122ad123a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "eae6f7da6c224a28a9339352b80a050a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "227110aeee2847e1bde26bdd25bd590f", "region_id": "RegionOne"}], "type": "compute", "id": "7a8af75b51744b4d86e4d475d8d88f45", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "3718249a12314bc696d89cdf023e89d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "dd8c0f64d6904516a3adf8d282e24140", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6bc64b4b159e44b7bf88c146bebb8bb7", "region_id": "RegionOne"}], "type": "image", "id": "e8021329125543bfb50e5b7a4c207ccf", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7a497003a29d4493badb1fee07c1b2ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "16d7069eedbc4771bbf17150a616953d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b1a4da6a07df4ff9931c5610f080bcfb", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a614e58d08534fb5998ee48004dcbe6e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "123b35232d244baa8bdfed1e2ac44bf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c9a6f8b0cd24c85a53651cbf988343c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac9f30a076f44202948fc57f3d538a1b", "region_id": "RegionOne"}], "type": "object-store", "id": "5fef247a61bb4db0aa7391a7cb79c1e3", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0c399587e5c04e7887b52e12ae7deef5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ce6d78f3b7634a4db5474e4fe48e832f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2b3e2f4ea05d4048bc04bc2139bc83f8", "region_id": "RegionOne"}], "type": "clustering", "id": "20013c27a551461f9d0533706f354b7f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "359d0c0e428748f893921287f782b10f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d4d405b3b93a42a8a9326fecfd1b8a75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2881f9c241634288ad4393cc34f93450", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c64b9989b2a64e5c8f5d0f0614b44f62", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ec2589c2fc1048c6ad3c9d38ffd3f8f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9228304aa5f040979d2efc40d7a774ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1d2169081dab476cab2f25024474b9d1", "region_id": "RegionOne"}], "type": "cluster", "id": "ecb0da78a13c419bb97ba5a2932d83dc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f3e698c704fd47c2acdd71be3faadd1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4e50188854e340879a43c2d53f062dc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3d8c4e3753344f2da59a5c95fed5be73", "region_id": "RegionOne"}], "type": "data-processing", "id": "ea762f34b144401694188e695c47b09d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b1b19969e1ea470dbd0c06b8ebc8b74a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7fb0d68c3ca548b28cd69db59b1339d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "78bdf322158a486eaf4e0c14bbdcd422", "region_id": "RegionOne"}], "type": "baremetal", "id": "ce78b5779770453487b72aafe86de7b5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9e343dfdcf244e4e811b02fdb70310e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "14234ac8b29b45adb30079b11aeb254e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "666b93088dd24e268f8c404603584bec", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d5725b7876b04386a355b18ba66299b1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6c64a8f9b97d42aea16efa4757525e01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "156942df882b472a9ae678eeeae93972", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5f8571a004da49b1bc9a0cffc4656513", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8f526b115635488ea284e076b1b847de", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fea5cff8caba4ace977692a42a6ac431", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "74f481de663c47aa8e32c861c30cf8c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "950d663e2bc347a0bc21a5596deef497", "region_id": "RegionOne"}], "type": "key-manager", "id": "f8350d4af33a4db385dfd48b0010e6d8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "009972170eab469bb622256007b7c18f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c53248dee37646858ccc5232dde32783", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d2ec1f5dd7144edd8b3d51aecde66dc5", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "7b7032e542854bba8bbca2827a1ed1a0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "93387656225741e696326f5ddb7ff9a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dae883c019634e66932941a8e8ee4202", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e1767c3657ce40f7b40512083cfc04be", "region_id": "RegionOne"}], "type": "infra-optim", "id": "627a394dc8bc4c9c84aadf88248d6fe5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "707fbfc820d24bcba485246bf8bbd495", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "08784a36781947c795b35a51ebe105c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fc2c161719db45bfb120bbbe99bc8bd0", "region_id": "RegionOne"}], "type": "message", "id": "19b44fb706954458af3bec00f531e692", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f3f6064d4f6941b49d232ca9a49d62cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6778b114ef11402bb748bfd2b043b004", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dfcdc512937f43958920d552c5f924a3", "region_id": "RegionOne"}], "type": "messaging", "id": "49613ea2cfcd4349bbba8370a0487fbc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "300f9878d0ec4c2bb647f929d17987c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "56c3dba309034fe7bd3eddcb98b340e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "12fd7bd1d6f04a1eac77a066783db7ea", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6c21cc0b66264bbf8780223cf3009cdf", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "63bab788b14842e692e3d3cb07320e1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e6adb9e848b74251ba35a4206b9ed0be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dfeb8dce12684fb5a45ec597abd129c2", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "51b66abf7b2e4a7a8ab85912bd3e291f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "43e3755c115241ecbc788ef31eda7271", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9bce7dbe718446a097a5e4b710b4807a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "03e3959e897a4e6da817af37f2043beb", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "fd9ed18c0e8e485e8eecb39a29d82c60", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c1afb87555004023844ad5a472fff87a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5fd51d938ecf487d8c483f3b48a1d4bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7662476e16ca4f2abc1c7c591a598ceb", "region_id": "RegionOne"}], "type": "container-infra", "id": "8dfe21ddf05040189645a38719eb4d03", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "29ea6f54c5c542a28e59887c9f85290c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "bd0f278476ea44c2b00657939e6b22be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "43d996ab60ad4552a9b0c1f51933ad5f", "region_id": "RegionOne"}], "type": "search", "id": "df501031c5ff44608e66e59b7fff6498", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "fc2b9d16f4c24afca2d2e3553dfd5a04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "57808616a859468da3cebf64c5942d0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "17021a63ef4d4149bef68e57b08cbecd", "region_id": "RegionOne"}], "type": "dns", "id": "ca97ed8c46fd4e3b8fdfd92e7371b1de", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "20ed3e9b18ad4c80a66221c4c3d79941", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "26ccbd5045c1444a9c551ed3f450d8bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f4016f11836b4792bc81eeb84143527c", "region_id": "RegionOne"}], "type": "workflow", "id": "5ab6b2e2561840eba0f1711ca8df21c6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3730667c8e344ad68de26886c9ff937b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "17da2f787bca4e3782ff1a01924f2abe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "95864c966ed64e98bcf6183c8e60d4ee", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3d7bc0dc7440433e8649c066c6f9bccf", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a6a3430e723d4d81a292557ba286c252", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "8719fe52f4ba4dc0ba338457bdb28bc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "60ae609e51cd44b083c41a14b51bd8f4", "region_id": "RegionOne"}], "type": "rating", "id": "517be52090814c37a46ae724fd799bb8", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6c495cc9d9594f7a8b7cf2789be73a41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c5d1508993ac41ad85d6d185f3afb85a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "18079d1c18d14ffe959d9678c612c4cd", "region_id": "RegionOne"}], "type": "operator-policy", "id": "3bfcfa1e59ec4d3790a93d9385f8e883", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "39e22a585ca449948865d16bc76bb02c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0cd6597e68814ffda3bf603228737f35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d4da083505b249a2849bf7e670d3370b", "region_id": "RegionOne"}], "type": "policy", "id": "750560a73caa44fc980c8db41bba919f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "58a707bf52b349e2a99b6058e99a2642", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bf6958db174c4ed3a065270a81aafead", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7512968ea8414698b3284683eced4bba", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "bba27c898fe7429d8587733c68cd6ff8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b781251c44494b229f235bbec17884dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3c562125fe7b4d1b8831dcc0e03cfb75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9f9803df77034538a80b3e35c08b0f10", "region_id": "RegionOne"}], "type": "sharev2", "id": "57e5a6880a2f4bf7b7ac8091d25401b4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5bcd67c2c33a4ac6a312fee9b9745776", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d79421e842ea4d448752ddefc95fc17d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "61f445ce09e0492da33f63938f22702c", "region_id": "RegionOne"}], "type": "share", "id": "1d5fe1f309ea4c3492d0b817e1ab279f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b4db1a0e58d24eeca6030a2b3cea3ac0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "886ca448334c417993a7d0d787a6a37a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "272c15abf2d549cf8f2ab622a4a9a4e5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e5335ee84f98494eb5565756f5ec38bd", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e1afaaf7f1c40649e899961b70a50ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3f238768256462e8b396739b19283c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a99a3679529f4367a8ed56ec1cffc733", "region_id": "RegionOne"}], "type": "orchestration", "id": "8be507a56c4547f1960cc88167885346", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f6980c2fa4c40f6bde7aeefb66a25a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "925499bfd9f044378d9a5edc88d90296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf7c2193e87e4957a13a125ff7e3e939", "region_id": "RegionOne"}], "type": "block-storage", "id": "1f684d2a819a4ce5874a9613dc383702", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50fe3f677a254f4bacdafe7f2d90f2ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70f1e06bb67448f6861a8ff0ac5877ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a113545f92a643f98231ce8e21598d3c", "region_id": "RegionOne"}], "type": "volumev3", "id": "1652a89519764f979cf609dee587b7ab", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c3f6f2fc9eb4dd7acbd0c9bfbd83d3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b804b5e3c8ef479baa8f57f69a4238ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "457b8b269a2e4faebee43e25620ecd71", "region_id": "RegionOne"}], "type": "volumev2", "id": "fb0749e581004d0995b706050eb34283", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8e5842c5a1e4eb89b22622f4cb5be0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da063f60af9443d481d1806630d8dfe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14acb0d042a24c068e9c0179f7c299c0", "region_id": "RegionOne"}], "type": "volume", "id": "75f91118f48e4a0eb57478d89225ed46", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d805913241694b9594eaaf7f338a847f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8623b4f38f9a45e6bc79045f50d81bfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "085d998690c94a68984a0bda3712a50f", "region_id": "RegionOne"}], "type": "block-store", "id": "ae21eb5fe7f34553b99b0d406a1b38c0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f29eff476e0c496eb3c8452b92fef6ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "52747dba36ca44d28f84ceab358f63b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "843d214c41de43fda30cba0d44babb03", "region_id": "RegionOne"}], "type": "alarm", "id": "4b1c0c3bfa314395aae70d356ef6038b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "86c81fe5de5b4ea8af1e9a6c8ec914c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e22af6124b6b4d7d8f74aff7b55cfe12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c22d5ddaea8e4c8898e786149ea6a55c", "region_id": "RegionOne"}], "type": "alarming", "id": "3f6f687e6aee4ea3b00e2fd4f2db5cca", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6078d22271444ffab96bde9a11749d0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d3fb1d70c2b44dc2b6de824341cf089f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "42d3259b1506485ea6ba279713e4de21", "region_id": "RegionOne"}], "type": "meter", "id": "63b4526b7feb45b3b035092ea8dc5c38", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7c78a9f6dc884631b928aa213474cb16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2045ce5fe8a34a4c920f3ca36d5abcb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "29dd2fee7a1b4afdb8e7d5c0d0cd4745", "region_id": "RegionOne"}], "type": "metering", "id": "1c6adb1cfea744b6aeb7c2496f783d16", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e541c0ed89464539883a137ebb4beab8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "230bb203d8c14978ad3105680e62b0b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "dff5d65e82f14d86bb6d74d5a0702d8f", "region_id": "RegionOne"}], "type": "telemetry", "id": "f5449ead7e1a4f71874b0888a77d21d8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4966ac47690840b6a26d61fbdf95cda9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2c7cc192664b45f9bbcf5923687c40f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5f3c90bcbb794f79ab5bee7aba724fc8", "region_id": "RegionOne"}], "type": "event", "id": "35df6c6598d84d10828c2f9471d1708b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fcdb97dbb2d04630a09c314ded4f4dc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "899b41d31b9e4b42a3d5e85d646b5b0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "dd6ea159184a4af1be469043c9e70608", "region_id": "RegionOne"}], "type": "events", "id": "28e50c72dab34512b39eb8db0d28271b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c1fa8d0c18cb4c48bf52fcfa3a464a76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c25afd96544c4fd8a9218c922eabc642", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e3238733c4e44b11b771328399f010b1", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a6cbd77441544966b2e00314024febd1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8262eabc326a4a28985565efa7f41a89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "57eec71f84744c74a483320a956e4c85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1f2be284750a44688108b75aee38249b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "06e472ae94924184a93c14cfbf5d8bc4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dc5a6e773ed94cac9eabacc497fbdbac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e95123b8622544f992721e2eca329b90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "30f4b45a691f4371b0230e0dc57e66e9", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ed01fd8cd4cd435d891538a2ae5233e9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6bc2fe3188ef4875a86dd0e183e62bd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e372fdf87dd448ac8f443be987b74fc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c13029c257884608b162ce2394552754", "region_id": "RegionOne"}], "type": "tricircle", "id": "b5e9476bca6d4a1da2b56870cc27eee8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "3d29e3aae0c9441f9180e794afb30ebe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "efdb27b5bf294a21851ed8c4001b7e09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "53ac20d68f014b26a1ec439420ed0a1b", "region_id": "RegionOne"}], "type": "database", "id": "cc9db7e24aa945b4be78e403d2911bbb", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9d9bc4ab979d470984bee67df146f7d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "307ce091fc234a0c9e0322abebc6f047", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "50f3c693a85b4e6d8bb3a80757cc4b13", "region_id": "RegionOne"}], "type": "application-container", "id": "bade735b69834fdb8bbfa4596c3b21fe", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c6f1269c9bec41e18df7f61dad1e6f67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "441aafa43227424f985a011b58403b87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9e0cdb0ae2ee421b874ee2f6f9d20bd7", "region_id": "RegionOne"}], "type": "container", "id": "e675744bc26b44e48a711a5014495a6a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8f4de6dba0e24a84946a37e51c09c22f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bd9bf92b63f84e9b806d9192c51793a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b1be923e804148f88cf2ef08405a635c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b7745c7230964fd4991e75b25ddee853", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d846dfac614449a389812813879fa16d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "51cde57b24834df1a060a921206fe279", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0d46a3757b17443fae5b76fa0c63e6f3", "region_id": "RegionOne"}], "type": "rca", "id": "a2c5cf73e95c4d97906ff264119ecbee", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f97dde5f1a384035a0df929409f9a6e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d19ad01ee4d14da88457f99775c1435b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "11909555b11d43b7af009e1dc72f8460", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1a7f4766d2344584ab78432261633107", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9702187d00af4e0e8d881ea1b345a058", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "39f289040d414e749990a6d0ce35fce7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "9096ee14082a4dc29da28c1a94003546", "region_id": "RegionOne"}], "type": "network", "id": "e707fc3405bb491abb58daf42c320e97", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "14b490bf6bee4f1799047358fcc15787", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1800239ae50c44d38f6630e7af94e189", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "29816713f48f4bbea0f5e58051d6eb2a", "region_id": "RegionOne"}], "type": "backup", "id": "ad951982ab10419dbddacc286b01ba41", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6ca2d73b13c547d6ad9eb2335815cc00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "35f892326631463cba2ce0155e7aad6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ad42e00989a540c4965446de251e4066", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "92950115b1774c02ae7e70294ce0561a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "72378b89fd764082813de716753214df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d4c096ac6005435a852d58b0a2fe13d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6449652db22c4ba093537822b1d392a1", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "23ad8a5c578d4da2aaf95b2bd372a25f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "450fd938d5854bb09bb583f77d850906", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "488468e995f64e9b9e8f060bb2ed67b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "14e81f37865140df8b38d3472b0f43ab", "region_id": "RegionOne"}], "type": "monitoring", "id": "2995220919cb458e9416f4bcaf12713e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7542d1e45dd9430dbad0f7666adc7779", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e9144202c7a249d2961f2cfcdd13e303", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "89606139db90465db560856bfbad10c8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "cc20cfb3fb2140b58d8c4dd8f8cc3061", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "726df4d4789c48939ae00a50c2d4e10c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "039f2ca88996407c86b257cb03495fd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "dc215d4945104a79bdccc8fdb198223b", "region_id": "RegionOne"}], "type": "placement", "id": "e62df6eefb3443fd8557fcad9f23abe6", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "414f52a917d144b7ad7d60db504c723e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f180617ad8264a22bd8d6b805b90b31e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "69038a442336440382d901b3e2ba4f49", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8eea3a7dbb73436d8e21bbd6d8be80e8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fcc9e0222d63491aba00e73f78fa2271", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8fcb7f1098824a1b976609cfc0c3b095", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4d4080ee99374097b9a7ac827e315f02", "region_id": "RegionOne"}], "type": "ha", "id": "f2b6dcc4ac6e4b54912487b23ca7b68c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a539bc36390a4177bc88afb305dbadef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5aadcbdbbcc04f5cb24f8f96beb96a41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4d2e4917555547aebf5697f53a177e80", "region_id": "RegionOne"}], "type": "reservation", "id": "6799448977524c788b71444cbf839f7e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "40df30df8c59453e9ac47d24c8f1d372", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a3720347c78c42feb2d052f6431329bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "690b8e6864b54c3497104e1b97753909", "region_id": "RegionOne"}], "type": "function-engine", "id": "49ca491b3dae486ca19ca38575915391", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5920d0a9ac374f488c316d9dbe3eccbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fea36d39c6374d8dbdc326deed9ab237", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "cd1a022b1ee74cefb68b3817b8796160", "region_id": "RegionOne"}], "type": "accelerator", "id": "7136467ae65e46348ce817db204b9214", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3782b16672454da0befdb71c5d003c78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c45c02dcec7f4ff9a60e80652e36d670", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "113f7d980ed843cb888039eead3fa974", "region_id": "RegionOne"}], "type": "admin-logic", "id": "60f912ea210e42c199c252fb9c780ee9", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "66a3eae2d1394fa2bde44661447b384d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6ca31208ce5b4f70b680792222fd6212", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2a21ec30986e4589b7c9abb0263a2093", "region_id": "RegionOne"}], "type": "registration", "id": "e4298ff7bca942a391d6c03daf31fe70", "name": "adjutant"}], "user": {"domain": {"id": "37c753923def4e95b6fad1b572dba0fb", "name": "6ce10b4555de45a688134c6aa20f9c52"}, "id": "6598bbeb8f164ad382f3d20a824defa5", "name": "d96795f2fe9d40e8a6667c4cf1b5ec36"}, "audit_ids": ["08c13eed308d48c0a25ddcaa155109de", null], "issued_at": "2019-09-19T09:04:38.969467"}} 2019-09-19 09:06:39,185 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,190 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,191 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:39,210 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:39,214 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,216 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "porky", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:39,341 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/floatingips.json?floating_ip_address=172.24.5.5" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,345 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:39,346 openstack Neutron returned NotFound for floating IPs, which means this cloud doesn't have neutron floating ips. shade can't fallback to trying Nova since nova doesn't support server-side filtering when listing floating ips and filters were given. If you do not think shade should be attempting to list floating ips on neutron, it is possible to control the behavior by setting floating_ip_source to 'nova' or None for cloud: _test_cloud_. If you are not already using clouds.yaml to configure settings for your cloud(s), and you want to configure this setting, you will need a clouds.yaml file. For more information, please see https://docs.openstack.org/openstacksdk/latest/user/config/configuration.html 2019-09-19 09:06:39,364 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,368 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,401 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:39,405 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,407 keystoneauth.session RESP BODY: {"servers": []} {15} openstack.tests.unit.cloud.test_clustering.TestClustering.test_create_cluster_profile_exception [0.117450s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,291 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,293 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,294 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,295 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,301 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.241531+00:00", "project": {"domain": {"id": "8213d7ed25f14b299f6ac319d1f5cb73", "name": "e9873e5d6597456e9ce8c5e4608302a6"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e45ff8f52d6f40bf9ce316b3703a5885"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "613908288b6d4694ba1896c1e7a7382b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c0c56824b7ab42b89885651f3aa63dfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "27de0b3753e5436d8f70d9c41dc67421", "region_id": "RegionOne"}], "type": "identity", "id": "f1197c7146d34100803c0919e984b8ed", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4972f32ff15b4fb38e8d53b92ba24a63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "15a98c64d3e94e878079005aa23e39f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9df5a97af29343b6b3fcdeb7a622a3de", "region_id": "RegionOne"}], "type": "compute", "id": "fd9833991762467eae1ea7e108b5fd8f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7e945fa75998472f88fdce5a0e770cce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e1435452328b49c9afae2c18ae6803b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "5004b9d6554d425ba9170a15bb2ca7e9", "region_id": "RegionOne"}], "type": "image", "id": "fe808b9bea274ebdb3b5dab2529143fd", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d51943ba92f442e8b43d01cafe51bf46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cd6cd82067fb43669fd6dd623b8ac0e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "07e6c1f4cf7d4d1da645d6dd14885113", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f2755d9395104839ad79e8041f9658ad", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb643711388d4f3f809263c1f7ce4c10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73232b8fe5a94128993282eb4cc665b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "136512b9ec574f4dbd14f4a95c3e87b3", "region_id": "RegionOne"}], "type": "object-store", "id": "15e95d1ddfa24e24ae7e963aab4c7775", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "da72bae968114ee68a63c8a6d61fae3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e9452ac6675a4d438e2b5a1481cc2ec2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "66571fca86af4f0cbfee4a12355b3929", "region_id": "RegionOne"}], "type": "clustering", "id": "c9c3234afe7744b48c86d776ab670d29", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bca76d2998134cda858f386dcc0effc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "389851e63d464039b07fa2ba6791e2b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6b1a511aa5ff460b9649c3dbf1cc6821", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "51418d69963d451c889101d26acce491", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "97b3f4deb25440ecb3f52a07376eb603", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a9702b90aec941e88dce110457a13a0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cb91386c1ee5495f8cd95787e5e9a883", "region_id": "RegionOne"}], "type": "cluster", "id": "ba607a2597634f239ab750c0fce5a252", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b06e44c9a80b47cfaa556875ab98c3cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3b0fe784c0ae4db99766891272dbc4e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1d226aad91e34f24a7bd094efedc996f", "region_id": "RegionOne"}], "type": "data-processing", "id": "552bff66e02a40d5be0c84daa2773a6a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f0efa4cf507a40a984d9c5a38089a841", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f24edcac330e47bc82a82fe1e6b1dcdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5fe06085c1eb4cc28fe1a2e358e8934e", "region_id": "RegionOne"}], "type": "baremetal", "id": "13eac0283bd34334a1f9959dcb56ea5d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f186a290240045549cb84760595d7401", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0d2b94782ec1491c89b56adb4e143677", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "768d596a82fd403ab8431a56b87d87b8", "region_id": "RegionOne"}], "type": "bare-metal", "id": "0b327ee03ef34121b80e42aaef4f5996", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "49a8ae751d49457bb097b614aca44bfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6f38c9b4b0714c2bab30428a41925732", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e72e8dab370d41f7948e83a3448b1912", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7cedca0071634f97baf17f881ccd5d1e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2d9ec99de0a246b1aeb3c38c2d787960", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3efd28db6fd0424da189b097098649c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "864e6aa71052472a91cc4de90f5fbc77", "region_id": "RegionOne"}], "type": "key-manager", "id": "12c08ed915b9468cbabd022f0d770222", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3e9a741b0f6a4cd7931ea39038031b07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "177840e4a34b4ffdb0a140ee267c1d3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d9a4179475774991a95800ff944a3c81", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "341e5e569b644b23b142c7622f5dc825", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0030fbbd07a644ef806eec10de50ae43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "465940b7a649432cbf6bc06e075586b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "82446b6d667c4c1b95fb9a1b7f5aa2ec", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4b876d6afaab4379a43b1c9f95d2bc8a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4680313417d54e7aa99cb437d8429d38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c4a06c927cd8427fa33cd17421458f84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d7d7ac2f288f4c8eb0a453f40c3c7f35", "region_id": "RegionOne"}], "type": "message", "id": "9231f3ea83884418b1b680513292ad0d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1276008d307b4108ac56b6f4506bf37f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "182bb1afadbe4e9b8a335d8144014493", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "12559c94239f4c60b0f63b37d5672d03", "region_id": "RegionOne"}], "type": "messaging", "id": "fe949e50ee204d7eb545c7990d01b341", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4f5021f0914a498fa7c1666d897a87a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "32ca49a8986c4ac5a4e6296280818029", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "47f81ded1d494edfb96b1bb248c08fb2", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0372cc277af7422a881332d3f6d6a3d1", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ed8eb9ee39dd4ec08e86635c4f7e47bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c1bc4df38964f5e884afa7c4fcd8a87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "137bb7a97a9a4242a34103fdd7e734dd", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b8632b54b9334e75bc79d5c0bfee4910", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d6dce1bbc9334fcebc77786cb20dde3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "35ddd58181e94e5d9c8e6d38b8bf446a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4012c43ea8114c1a997202091fd4f3d2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b8462b853db040768b8b87ac7612c538", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0b5654a91af64c93a804a1cc20714e8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca7c35f2270647669d74c26840f0fe1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5b7472a7927c4d80a190971674c32626", "region_id": "RegionOne"}], "type": "container-infra", "id": "35c3d4a02c024fa19c1bb8198dfbec76", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1166f0d902904e688414fb2656674719", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7c0be4b4754540d0a7aa7d14fdd02a44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "70559b16bc9a4952a23845ff51eb16cd", "region_id": "RegionOne"}], "type": "search", "id": "f92a26cd2b104da3b55157e6a2ed9b43", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "fd4b2fac551e42bc873b3b42beb70b92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e2422042d5cd4d76be6a192573ede416", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ae121d7f27094dd991fb47ff71e69766", "region_id": "RegionOne"}], "type": "dns", "id": "17b804472e1f48d79526bddca83c9181", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f289b8ada6d14d8f83fecbc43f1be82c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "711f27cc2af04f2ea94a3881f8946e13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "dc5946b821294fb5afcaec5515adcdb7", "region_id": "RegionOne"}], "type": "workflow", "id": "2b2ca33e52e44157b8f3f6a5d32522bd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b4ed958a7e7848ec9d8588dad6812f46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c4027c7b96ad4ed3961395bfce78e402", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "29560aafb36b463390f61097f334c4e8", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b50055190d214cd0b118eae09f96b938", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1b15b5cf7a42447d8a04233a2e854fac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ac5ee696ff894c15b8e0e4d3b8e5e296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "634a856072ac46a19926775429d50c39", "region_id": "RegionOne"}], "type": "rating", "id": "cf19bd32034a419aa7bb46358de00b05", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f93ac68bfa5c40a4a55f9bce86bb428b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "661e8ea884cb4822912b33ea419df88e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4f4a10d9fac94584bf5c6be0ae653337", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5f3043a430874c1081e57d691e124110", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4c8a46387d40482bb4ca499f17c32922", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9d14ecc2af2444fb98cd2730b5196358", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0de6f44f4402465a890001e114cec00d", "region_id": "RegionOne"}], "type": "policy", "id": "d919601b89f84bae855e315b0383afd6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e236bb829a0545778f3e4b60d5be9ec6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "21d702f88a504935821bb2a0d2d33d38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1da1a2439a26485b9fcc3a188ed43e9d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "11db0fe7e66043fcb65ed2fa7802f171", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "224912a0226a4fb79e015a28e0695527", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4c31e9b67d4443789fbfc98ff50ae6f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c5c0e1ecdcbb4a428251bdd2771a0bf5", "region_id": "RegionOne"}], "type": "sharev2", "id": "dcbe7f6843fc4daa9d6f6914e676c039", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6b8845b1437b43009e0a40b437788227", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "027e10c04f0a410087e18d79c5d406e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cd587bd85d924cd8a62535edfc2a04ae", "region_id": "RegionOne"}], "type": "share", "id": "2642b28d99f147659e6dfbe163ce3632", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3b62543661c14e019d04c3e8d63693f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8ebfbfb98ca242d4a1530b33ddc95dbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f965aa529d4c41b9a3308db861ef3520", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "726f03962fee4532969ccd2ed34a8cf5", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad07baaccbf7492da42ca3f3b373277d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf358d53257f4fbf880b034c4e6e4d13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c0f269c33ae4dcc8b243a8e60c9f420", "region_id": "RegionOne"}], "type": "orchestration", "id": "4277bc28778141189d3de866012348bf", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e26da17119cd4218bd573c4bf83884f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61843b849d6b49988c805dc6226ff454", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5123e8a41534480395d09fcd89b9abdf", "region_id": "RegionOne"}], "type": "block-storage", "id": "cef28b3d77ba4f16ab1af7b377f3d9a3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19bd615ace5a4dc78b2caa280c7ab0bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b16cdc89b2f14cf8abb595bdc4969c39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7c585d65d0a44d08c3ec52be394b1dd", "region_id": "RegionOne"}], "type": "volumev3", "id": "51bf51ac03f54a7881db0b35e4902a35", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8bb601d0b694d48ada077ccb8378273", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7de878f287704fc4bbf450575bd7cb99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56ead7362faf4b8180f110441c5c471a", "region_id": "RegionOne"}], "type": "volumev2", "id": "e74bd49325344e99a7fb78e53fed1552", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d288d8f06f6f49b0af34d6d93221ecfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35ffd8e0bdf84ad49e1f6d9c89dd8161", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec7bb79871d2462fb115273482781308", "region_id": "RegionOne"}], "type": "volume", "id": "82f32dad32d94a34b6403292c77a585b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc43d6fd6d824a4c8ba723cfa1e9cd9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9f4c13ee72b4115b9e418683f8849c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4cf002dbaa404bc8a2aa19c61009224f", "region_id": "RegionOne"}], "type": "block-store", "id": "ee8614ece62044c9894816ad088a5583", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "00908278432c4d79b2ee7fb95583f689", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5719836c4a37416689e2990f676a05da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ae978041d0da46fdb8278f423c3518c6", "region_id": "RegionOne"}], "type": "alarm", "id": "bb0a763d90434b93a41132f8b68ac1db", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "be861445a3764664b7a6f976f88f3715", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "404a25260ecc42f3ac26bc437ffa35c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "01f23e4ab3d547f3a96843947d4191c3", "region_id": "RegionOne"}], "type": "alarming", "id": "a625f95da6a645f3905af444769c5fe6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2409abbe2b3043d9b564f07d69587c72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b4f9fe69afcb4a8784b6d64b59c976a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "aa3470ceec5f4fa1a91f3b9be71ed335", "region_id": "RegionOne"}], "type": "meter", "id": "270845bee21645838a32979662eb41d3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "588594255027483a9d40cdbdbc60113a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5852ecab43ef43baacb75ff086623636", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "155e8c8451fc4098bcc9c7345eba7801", "region_id": "RegionOne"}], "type": "metering", "id": "0eca08212f59421dae57b70283821a19", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "79a65f2c027b4b7a911acf986e482911", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a700157eb2f6409291a34b9d3ec9162b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8eb23d315f104f47bddeb1819862afb8", "region_id": "RegionOne"}], "type": "telemetry", "id": "cdf5181e6b5140e49ceb9537470a86ad", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "95f87e48243a425aa8479819d3755091", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ae045de575b04e3baa4f87bac932570d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1c52bff9a23d4de5b49a37e3e5e19095", "region_id": "RegionOne"}], "type": "event", "id": "09eef2f8958c42598160fe5f3060643c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "33df48a2bb914222a301c01d18006f8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1e05dad8e6dd43a68096759084484ee1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "29a41d0468ee42a9913cd14ddfdfc48a", "region_id": "RegionOne"}], "type": "events", "id": "c092409e9bf24e479bbb8a6bbb476f00", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a7feb000f79844e3b89be78c1031565f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "57706fa0893f454bbf70ea3a614974b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "94d0fee41d764577a3f4231044a38a48", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e1620862f398433595f5c512f6e0fa12", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bc5d05d3e7dd4fd99da7aa7927fbfd55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "575305a10de84f2d8e14b25545979033", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ee4bb7b3d8e14339b2284bc6d1fd2779", "region_id": "RegionOne"}], "type": "application_deployment", "id": "98a7c47942fe4d9b8cc02a62306dfe1b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "15554136608a4631988ddfd25787cfb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "22c8e645ff184e5586552a144e64eb3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "31555713107b4762a910bd17d70d6b33", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "9e65cb62d2be4209afba6691bced691e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2dda4074e05e46c0b89fea7ce7058a2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1ded3ba60d4145e9b4c7a027e48d248a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2a71c9fc1aff47f09b77c54524dcbc27", "region_id": "RegionOne"}], "type": "tricircle", "id": "25978e0dbd7a4c09b5070c2fc00367d8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "44c51e792d794a4c9f0fc1ef63d6523a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6aee2e833ae7487284b42a7416b5271c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "83bf035ec8884e4ab7d65604e60161f3", "region_id": "RegionOne"}], "type": "database", "id": "745ccc9ad5b347f380dcb5443a2159aa", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "778c9dc18bc44713b4ae87b52d03b888", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d1bdb325d98948e9a2d5e1996aa7c0e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f5283065002549359dd4caeba8f33563", "region_id": "RegionOne"}], "type": "application-container", "id": "bbf7f24658c54968972df972f438d586", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d98f393ca5674014b2a5e83d391a97c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d87113f2a6a1446a81825b0c1570f257", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d01712cfc7d24de98fe7d5da87bf7346", "region_id": "RegionOne"}], "type": "container", "id": "585099badd73407e9ef2941688994e74", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e3b758aee9f64451a1664c9eb1bdb4e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c9f912764a704e5ca7408b6f66f989b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c2acca371da6447db87a561cdedb93ef", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a2ba336b83d346f3a34e5ee8cde40e52", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "07b2b9e2174e425e980a7bd49415904e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "54d233f38ef74646a6926d95f13e44ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "727c88759f6d437098a3104253ee3bbf", "region_id": "RegionOne"}], "type": "rca", "id": "4383219089594511a228d52a8eb6377e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bb9ce7862f5d4b928abe6cffb07bee08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a083a693127b468e87f0ad44daa4d445", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6c28915b82804a57a21b60ff541a2a91", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b12927a7d73f47fca0e0f3d9ee661eb3", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3e15e348d30b41fd9987cb8ad69aee70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a5f0d1346d93484293873f8a82ff1c8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2dcc1ac415b641fa8396d2561bd10d2a", "region_id": "RegionOne"}], "type": "network", "id": "36c46948de7d452c9453935f8b404db9", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e4e0987bf9ee451c8d405375e5e6ee90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4704a56ae2ef4111998ead0282c60e4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "99806334af0c47d981ed31a7fc8eb925", "region_id": "RegionOne"}], "type": "backup", "id": "3a9ea12e4adf4d5f94a0e457effd9f04", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0c63691aaa014c08aa1c279c4e876bfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9655a02ee3ed432fb8c28f53b07f5994", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6f92204072294bf9833428879e4e1d6d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e685c666a4a24ca5822b1253b25b80ec", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "472ba93a4b8047e6a439842e9ef5500f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4297cea2d9554713825661508d78fbdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c2346dfdb22e4482abf11bbdfa114411", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "4d484a26ff8549978e6237f411d84df6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "be09997548c745f99ecef5f187b26dd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "46ccbd7e744d4b0a812a72c92bde5de8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "7f413e94106341bc93c3ba2fdc7bef46", "region_id": "RegionOne"}], "type": "monitoring", "id": "e2f66487ed40462dab8bb2e0166a1cc5", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "dea2f74ae8cd4fa0a18c2b56b090ff5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cf35cfe54b714a3094c7a12127ce486c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "80c6e0f1c3ea4276b63460c19a0a8e9a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b2b2e3ae6b724b4e933cd5e7d6d34791", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "80e423bafc2d427b9582dcaf9cc7bb00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "fb7385709db94436bf7acc284dc327a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "54eaf859aec840e1ac25c9790c6e7424", "region_id": "RegionOne"}], "type": "placement", "id": "0298c4226dc9420f8d2913b298afd16b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c369819383bf44b5ae84b31ca9c005ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9c36d3d6f3b24bcda9b0046288425c27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6cb4c3808764448cb9a3075124e9215b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4cbd96271a66415492015120123f3c6a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ef9a06381f484bbd944ba5b6b64fcd96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dc9c0f53943649e2bf96906d696dd754", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fcfcd403ce394d4a8fc95959f13a7636", "region_id": "RegionOne"}], "type": "ha", "id": "839722cf6f554280ba68b44edc64c4a0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "acff0d6ca25945979c6974b3439d2a78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4a32194a40ae46f48d20dba1d0fdfeb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c9fc230add6049128207dc03b9838a4e", "region_id": "RegionOne"}], "type": "reservation", "id": "531c1bd6688448aea29fada6f3510bf1", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "65f2bd65d5d04c81a81d899a0e2d879a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e7d46e5240664c1bbb294dcee6021ba7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c93bda1cb91d4fa8874cfc7384225ab1", "region_id": "RegionOne"}], "type": "function-engine", "id": "b2ffcf6d52dc4cb5b10c3080396131f6", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "40bf0d026c4748ef875380a66d6a911c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8c33a3f3fb9d4cba81241c5ede3b7a55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9011276f71fc4db797807bc7562898c2", "region_id": "RegionOne"}], "type": "accelerator", "id": "3a919f543b6a437aaa24a7e83ab91a0a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "42343fa35dd14febbcc5398270e8595d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ee90038753b2452495781d19a3360eb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "dc7fa836aedb4583b888d418e94476ef", "region_id": "RegionOne"}], "type": "admin-logic", "id": "1cd1a7023a7d462e8058db2307dcc029", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f27e9977e6434acb8274bd4a3978377b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "311d71b920844dae810ec51415e4cab8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a461071b437d4192970598ca090a59b0", "region_id": "RegionOne"}], "type": "registration", "id": "0616c25bd6144ecfbf254bba6f4cb02f", "name": "adjutant"}], "user": {"domain": {"id": "aba40c9f35a14b648d76a13a3605a22b", "name": "631b156a4831492095081a7c6ecedb10"}, "id": "8fdd5fcb2f49498f8a5694fcfc73ac4e", "name": "8d27f8620bfc466b925f527e1d1830dc"}, "audit_ids": ["28d34bf2b9804181978ca2f0e0cee73d", null], "issued_at": "2019-09-19T09:04:39.241531"}} 2019-09-19 09:06:39,335 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,339 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,339 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:39,351 keystoneauth.session REQ: curl -g -i -X POST https://clustering.example.com/v1/profiles -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"profile": {"name": "fake-profile-name", "spec": {}}}' 2019-09-19 09:06:39,353 keystoneauth.session RESP: [500] content-type: application/json {21} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_inspect_machine_available_wait [0.652041s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,835 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,838 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,840 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,842 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,853 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.772550+00:00", "project": {"domain": {"id": "c70dbabb1e8b441da45be222e5d16b03", "name": "24b831e7740342b98065f1111bd8c8b8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e3e4c714ef4e4468b6b526c9fe3147c2"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ef10d72503924c969ff7ef04c1cb8516", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c4519bf04c13431e97a1fd45ae4bd762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "06d45fde0b3549a781af440b17659d7d", "region_id": "RegionOne"}], "type": "identity", "id": "722c5fc98b8a46a0a7a82a9edc1dcebe", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "12cd724ad6de4fd6bf448c2de82f00de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a5e224c1d5484b36a2ccc8a91545e0e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "98e8bb6aec564cd5a8d0915aa51d98a7", "region_id": "RegionOne"}], "type": "compute", "id": "a0af280a635644d983c088bdd1eb55bf", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "96e6defab3104351a6d601caa2c13a0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d060df2d29c4404baeff3e13cb7e4232", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e13145e34f6949228e61689130441827", "region_id": "RegionOne"}], "type": "image", "id": "c2b5712058b3476d95d535089279c46d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4066f4ba0e11455ba2d46c431c5ec5c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ccd2eb637077487aa99c61cb589ec71a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5fac2394bedb4ca39f089955d9fd422f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "8215ff88cbbe40cc96b322bd59c0e6ee", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f27b85fbc48495fa2cc01b0f83bf18a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e9df6a9c6c446ff91c6b6382a586456", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7869af9d0efe492f96320202d4c75fa1", "region_id": "RegionOne"}], "type": "object-store", "id": "0604ff9112fe4e45b8696db98dcd43eb", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e6dfabdb68c34ac8ac64f54134b36810", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "95e9c0d00da44c31bbae195edcb87b4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b450d8dbadf34cc49bbe776d03492caa", "region_id": "RegionOne"}], "type": "clustering", "id": "4de7a255cd1740329dea300f54069c73", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "084001409e834e20a4345e7cc1351697", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b0b2ef4f2b2a436aaf4e52794d8c673b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0bbf476207d1498d8e3679dbf3849a26", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d758f5ad9dd1466db4b589d04fcb9b86", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2b1805ee619f499a87f280e5fd168837", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7c1390fd97424408a86d7330df116774", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a1c10a60ff8840cdbe07483c69c8dd84", "region_id": "RegionOne"}], "type": "cluster", "id": "ca59f8f062b246f0829c1365f3dd16cc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a30b1707df7746cdb92d2c8e6bd88c1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6227e7a7c7854a258c22c9ca89aa5362", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7d1658feb5f94e9380ec08a7dd68e048", "region_id": "RegionOne"}], "type": "data-processing", "id": "1b56716bcde547918d9b157432a3f5db", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "aac6db12a25c44c4b2acc0fe5c83dc6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f2c619626c974ea4bb0119a183b2960f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bd6ecaa8409d46f898bce457285a65e1", "region_id": "RegionOne"}], "type": "baremetal", "id": "9984b668b788442a86b63794301dfc39", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c7f05c6ba58e4494a5678d10d2d1b0be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e6e71529a0d749f9a745cfb5e96c027f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "71787b7d1e5b4a7fa17b5fcfabd02641", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4a2e0892289c4f30a12ad91b46f4a973", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c48d620fadab41dd80d67c78768dd7bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ae375c7538dd48d88e6320bced28ad4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "abbfdc71266c4b28b13644f5158b4fae", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "cc89cd37ecce423c9fefcf6cd2f784b7", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "44c2612e44b64bb3870f8a427f017cea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "512eafc39ed14a1fb58c2a945748fbbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "aeb7c1bb15524d2a9e137705607f42ee", "region_id": "RegionOne"}], "type": "key-manager", "id": "6f0de5b52a6646369ad43b29a7e9ea6c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7d019340ae834d42abea09c7d0561827", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "021992837ffa49f6ba31f8de366419c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "04aa5aa909ed4b81a926e540d30c5a51", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0309704a6dfe4127a3e1e7d18e10cd72", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4b887d9abd004800844f174b3a4c5c15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "de8b54ad6f434d2ab8659fd1c70aecff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2ddb4be2948a46bb8b0158af7138f03e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "61cc48fb839e4a028eb931ec2d581eb7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1ff3b0d703dd496aba572394b359b8a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3f2ea5eb1f1b4660802fd5d3c8374a71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4310158fde7a424a9ccec40089dc8ac8", "region_id": "RegionOne"}], "type": "message", "id": "cd0c69ba59ba48a5ba620ddfe6458453", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6741e8262bc144aaa864ce4e5f3c6f2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "dc0858cca393435fb58ae525ee198f9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c9fbc780e21b4992bb066908eaff7edc", "region_id": "RegionOne"}], "type": "messaging", "id": "4129cd587bab4f38ac1601d5bdf618d5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d05cfb9ea9904784ba4207b4304c6a72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b32b2673ff2c4bcab29ba316c8667e43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "76d990b88699494b8d35f220672dd3fd", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a114f39b8c7641b4a02b2debe25dbec4", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c390acd6a57448bf91e4d6fab10db85d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9659a43f3d5a4c748114f694f945d6e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1cdf38262874467d9d9036003e042bbb", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e314904d97cf410693b90082ca416e00", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ddc3c452a22d4d6699f1450d05c1d175", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "54251ff11615418984a5a60208dcd1bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e83afad7fc55462fb9db5c178054b2ae", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f707c47826a64d5db76c0fe9f4cfcf73", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "df641f334e424586a8780dad4e981fb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9ff5ee0b35014b859a94a064bdbd51f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e4eb10fd741f42f6a6f536821c12bd04", "region_id": "RegionOne"}], "type": "container-infra", "id": "3d14ed912a1544e182ab302ed6e31a70", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "bcb24e93b14243a69456ebd876de67af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "aba41af2d05544ad8151cc7bcd3b2f3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e0da2de20fab408081e225cac18cbdd3", "region_id": "RegionOne"}], "type": "search", "id": "50ac2860276047fdadcd30bfb8294848", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a410f947d982417f881f1830103468c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "caae8c4f12bc433fbdc47916e2da201c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3367908d33f745bf94bf3dcbb61df94c", "region_id": "RegionOne"}], "type": "dns", "id": "8cbea14ee1184fce9fc81f5199a76829", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0ca3b21ab6ba4b7bbf36fbe5ff5ac1c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d37f8131180c4571aed0fb7a2c961735", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2a0e3a1451ec4da5996b05272735b4bf", "region_id": "RegionOne"}], "type": "workflow", "id": "02c23e03a2034ac6a9d47be32c59c3db", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0fca8913648c4603b465ce8437adbf4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "620c512ac693466e8562e9898e0e65d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "131c784264ff45c7a694cdf992b77685", "region_id": "RegionOne"}], "type": "workflowv2", "id": "107f35d514d544ac8393dd86979228da", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9551c01102e44cf1854ddfa6f63b3c63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2a2e87c177e641ed8b8a3b7edec20954", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e625713d477f4d2a8f4648558ae61344", "region_id": "RegionOne"}], "type": "rating", "id": "6d7373f0989b4ecb8113464f88d71483", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "aeebca1c13894043a9012e3e2e6f2e5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "289f928fb21343d0af3849750085628b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d7497654f7044c99b2d67d684060a591", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5cd2847105c4460abbcb8e649a5cabf2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e49a9b87c1924a3c93c6e1091c1b8be9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "700171c6cf3541689c83e1d28cbb3c56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9244cde63dc24fd4b9e5c15e6c048090", "region_id": "RegionOne"}], "type": "policy", "id": "15960ede70eb440f96b9d76a05b149ba", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8d4f02bfa9744f739b5cd669fd94dd61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ed54755bef954886abeec3853b1da100", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c83af90c925a4dc69ca0f2b2b335218d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a4cd3a1e2c48479aa4a8c86255d83efd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4bcad4500237451ead4286068aaeaa86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "94a6c498fc434ee3838bb6ec5557531c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0393fe98bf8e4afe8bc03c22b7c3eebd", "region_id": "RegionOne"}], "type": "sharev2", "id": "f16523bb6ed645259f67f632eec3a480", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "03e532d562234faab1af5698d11b2fcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c16c57f0001f45e1ae1575d5d0138d31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "eb673c6e5ae646e9828bb37c1f1f19d9", "region_id": "RegionOne"}], "type": "share", "id": "a3b2f308f6c044f989b54b0f50a4ab3f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "965764bc11c341aa9eb815482113d837", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9de6ed23aad2419e90b41f9cb531c675", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d3916610f1874d28a461e10b8efa059b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "48005e80730c4385b361ac44c5c9bb9f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85af2d7e823d4b13906972f8b51c9b06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eefa360cbbb449af97f4038ab3312ba2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ca208bf55024fe2b79991b86b540682", "region_id": "RegionOne"}], "type": "orchestration", "id": "e45a40e15e6047c4b6ed178f6bf6286e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16aa53eb061d44289a490e28ad8695f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93facde0bd6f46019cade72a573f8637", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d9154e4660f427caddb7c596c921979", "region_id": "RegionOne"}], "type": "block-storage", "id": "6f91f6e2d6e3495fb3e32ccec1f85760", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34b3f9fa17214b369aa494dbb1039a85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c3a7f24d28a426fb2535e8e1f89c5f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3cc19a5b917f4081896eda2d5c8e0e68", "region_id": "RegionOne"}], "type": "volumev3", "id": "8f0168e7853649caa654882456a3fc17", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67c41a5f25ac43378460df706d6481bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84b5ed84e84c41dbbbbafa84c64b463e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bab15ceb036b4a0bbe416cf37fc787b9", "region_id": "RegionOne"}], "type": "volumev2", "id": "f65c3bed456944b69064021f64097a23", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a6f69fd87f0498f8156d49dac93b179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "912e543529f34eefab356912f5700703", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afabb1bb55de4796be1e9bd94b34399f", "region_id": "RegionOne"}], "type": "volume", "id": "d6070a1657f94c58a818827e29aece03", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9554fc70fae7407a92c8b73339827269", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17754e79d9ba4c69a74ac2d0f957e95d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3f2359f6e8f4c6ca7048a761160ef04", "region_id": "RegionOne"}], "type": "block-store", "id": "22e9db30458c430186da3409c06c48be", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "596e59dab07e4333adad8f5901632724", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4a7e051e3aa24a8f9e00e5163f2dcef1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f0ad453569594654a767ddd97f6092cb", "region_id": "RegionOne"}], "type": "alarm", "id": "c246b3fc30f444adae2b46977dc427e3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "046d7ff0837c42c89961ea0c11102a3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "eaf58a83c2104bba9d9c86c515beaea5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "496b4039de6844b19e5ee4c1308baf7e", "region_id": "RegionOne"}], "type": "alarming", "id": "95810ae020e84a77bd97792eb15247f0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "847cabf9bf9a4c0d8f8fb535e1d911f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fbd75306a10f4dd1803e6a64a3481835", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5a0418061bdf42a1ae1b3b5d6c4973aa", "region_id": "RegionOne"}], "type": "meter", "id": "f98327dd10c64006a7e6247da06b03e9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c0a9ee7823874571aadae34e6d78a5fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "63db2d516b3444ce95c8b92f210e9b04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5797c429bf7946eca543644554a1f448", "region_id": "RegionOne"}], "type": "metering", "id": "213d4aa8fd444bf6af7e53a2290fbb7c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4382b8db892d4840946a18874e7b9b60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e8d200b84d5f4654b745b3e86bb85513", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "912cd757201446b9996947014d3259f8", "region_id": "RegionOne"}], "type": "telemetry", "id": "2ce35d8b68e040eeb83608024a6eec23", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f93b25b0930845498d858650e4d905d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "88038cd242594c82bdf2a9e311f870b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "dd1b3687965f4892b1f39681655c06a0", "region_id": "RegionOne"}], "type": "event", "id": "b7adcd2528ba4df4b48c8db730b820cc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6b47f4d3eacd46aead6242c0f4191f22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0606398f1cbf4304ae247f2623e3aa05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2aabb0ae40744ea48111c10038ed8a34", "region_id": "RegionOne"}], "type": "events", "id": "210a66946eaf485ca2de5a450b3d254b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8263f05707744817a483c2fe52a61f4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "920fa5c215384b7f8af2efb4557f1975", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6ae0c84b72e348bab52a5f79d36ae868", "region_id": "RegionOne"}], "type": "application-deployment", "id": "beca9a7eaf7d49fda3803697ad7cffe7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4c553e9f54ac4dd2a90c550e228646d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "62cfdf6a8c474313b35c512660cbcb25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "908aad49b8564bdc9be0e75a3a9bcf48", "region_id": "RegionOne"}], "type": "application_deployment", "id": "23fd011c13ee4355b477652b3f15a81c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "80217e3dff944b15bf102feca405dd93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "be7bbd8a543f42babf9f82023d12fa0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "95a6973fe2d0494eae97ddf0e1670804", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "bd4bcc2ff52241e48ad97524f6aef4ff", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0a61261ff33542c8b4d433a9114a4dc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "27cec20d4564466e90a6800e758bdb92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8b33a56539d34957a059ea32842e544b", "region_id": "RegionOne"}], "type": "tricircle", "id": "e53ccbbc805e48ceb4f86ecabb9cc0f9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ef86ad1b29f64920855fa35d092b1800", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2cf9fb3f343f4e36adc60e1358b96d09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7c82067384d94fa586657ec9737ff048", "region_id": "RegionOne"}], "type": "database", "id": "e9acd357c8fa4214a56665cfd513c0cc", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "927d7affc7a342c79e40eeae6799a746", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bb81488b489048c39f9e23dc4532775b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1595d3202f7e42c9b676718c6a04a9f9", "region_id": "RegionOne"}], "type": "application-container", "id": "7752046df382449f822b2fe92686ef09", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "25fd3d19cd6b412fb9d6784318a6f811", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "68cc670347a64f0fa3cc6d70d646d960", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5c61ec2371f84fb7abe6885b3f3e99ed", "region_id": "RegionOne"}], "type": "container", "id": "65d44b66d8df4276a790fbeaf96bf6f1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "87da3821afd246848878d6fd316d9c5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fd94bf4f28614200b72d045c737290db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3581a7ec25fb43838b15ed7917f14700", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "95498183705e45dc89c8a98a511cfdc7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3d45914329c446ee9896980bc1af4a26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fba9b8241f464814a6c1027b68a1fcab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "37de47906ba7428197ecd1c4a92c3231", "region_id": "RegionOne"}], "type": "rca", "id": "e758fe88d1de47c888b54985293b7bb5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3cddff8b33b747d88d2dbfae6844f1f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5c7cb11892444082981e61ca2da5e83d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9c010b2119124df08ae6d8866f921148", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "18dce6b5f68c43b591dca51199e79e92", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d29214036c1d4dfdbd22d9ceae8398a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f20f2ebf3a2e4734841e65ed524bfa07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4cdcf06224314871a8acf0c1d2e663cd", "region_id": "RegionOne"}], "type": "network", "id": "2dfa995360c147a6afb43a499e7d02e6", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "bf50fa88c5674babb83636dd894bd36b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1f6d0af326be40d4bc2ac9d4c237a95b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4e815588c3c54a73a74908c85c746c4e", "region_id": "RegionOne"}], "type": "backup", "id": "598951912c454300af5fe8c25386a899", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "28d775d9f46b468b87296f02db7bbae5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e311dc9aed1746cc8f68e2523e483f0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b85a7504e2814e2ebf6ca7eb00bbb383", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d55a12db7ed94b339be5861e7a9c032b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c2deee1082fe43b0aae7c9150465b03c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5662be6f40564595b8ff2632a452fd0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "715bfc17ac29496da81cf10ef10bcc07", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a1b7deb830da464e90298c30a1b087ae", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7ba9f43bd9b547f182d26ace47f33b5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "987eb45563f74025a3fef34d8f715a9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "60ab04e2e83d4d36837bda6c4afb64e1", "region_id": "RegionOne"}], "type": "monitoring", "id": "b187429d440a4f99b5b116511ab3cfb8", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "06061849431c4277b715f96e9df1dbbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "82b25b02f36a44faac7095ccf4c18bec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e2762902fa00447692d862891151138f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b2d53764c6154c7cba446fecce392adf", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "65411e4ce8e447b4bf89f1b46c7af87c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8b30e0cab57e49c186622b73983e5e9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9ecb53a3699e47339d5b1c803b126701", "region_id": "RegionOne"}], "type": "placement", "id": "5591d83338c041bdb05d73ea6502a42e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ef8f9886a90249238ae782892eb19f51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b79f592cb264498d96979f89fa86936b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "403f1c306604484184fb3e1be0bd4a15", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e31675e7fd2e42b88198ab1963364862", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dbee7bf0a3234b90956fce7020551ea0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "51144ebd92e04ac3a23c24bc90b014c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8ffc41beee8643f4ad6214f1d9fa8203", "region_id": "RegionOne"}], "type": "ha", "id": "05babff767c04b81a53b8fbf5fb7a849", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a7b209c1827c42469a408555d0963c8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "26d1d828d92648f298cdeb6a2ed0ea46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f80f22a2bf9c42af9cc36048fd6273d6", "region_id": "RegionOne"}], "type": "reservation", "id": "6685ccf67eb2473e8b78e0ff07e04e7e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ce4bb88498624474af6036d6d8a246ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f29f05aedba344fdb2aab6ac3e505b89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "71fa1975a36d47c39d4e759a0a98c40f", "region_id": "RegionOne"}], "type": "function-engine", "id": "e86da8483fb442eabc14331a6887f37f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "18af363643d749c09329185da5321dc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "08f8dc9fe60a4d95910c4e5da195749b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9086fd69c5fd45da9dd1ca7211c1bca1", "region_id": "RegionOne"}], "type": "accelerator", "id": "e731a1b407814de39cfca88ce2aca8b3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "31ac30186b644acf9c9c20eac5144f69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9351da92a05149ecae233e6547cf8bba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "75302f8c317d4a39904eef96b4c7a94c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "cb03cae2d21f414a8587954e2ef002db", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fcc727f222c3498bbd8337625f26d9d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "05f4422be4b945469d7697b5385af899", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5ec5b071e2024ea287f0d4496f893eee", "region_id": "RegionOne"}], "type": "registration", "id": "61e5c3abb0fc4800b79d6ed9835b3f2d", "name": "adjutant"}], "user": {"domain": {"id": "dad6eb95d44b4127aeecf5071ea5751e", "name": "38c1329b5cb648ff872470ab6c2fd098"}, "id": "9ed4b96f96d94c21a57310c33b16d989", "name": "6228fb7f8cdf4ba485f95324bad2d90c"}, "audit_ids": ["e629fa9f76b54f3a8206037f9ad82b45", null], "issued_at": "2019-09-19T09:04:38.772550"}} 2019-09-19 09:06:39,041 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,045 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,046 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:39,109 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/cfa7320e-6b0e-43e7-aca3-17babbd2ae7d -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,113 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,115 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "properties": null, "uuid": "cfa7320e-6b0e-43e7-aca3-17babbd2ae7d"} 2019-09-19 09:06:39,133 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/cfa7320e-6b0e-43e7-aca3-17babbd2ae7d/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.4" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.4" -d '{"target": "manage"}' 2019-09-19 09:06:39,138 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,179 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/cfa7320e-6b0e-43e7-aca3-17babbd2ae7d -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,183 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,184 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "properties": null, "uuid": "cfa7320e-6b0e-43e7-aca3-17babbd2ae7d"} 2019-09-19 09:06:39,189 openstack.baremetal Still waiting for node cfa7320e-6b0e-43e7-aca3-17babbd2ae7d to reach state "manageable", the current state is "available" 2019-09-19 09:06:39,190 openstack.iterate_timeout Waiting 2.0 seconds 2019-09-19 09:06:39,226 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/cfa7320e-6b0e-43e7-aca3-17babbd2ae7d -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,230 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,231 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "properties": null, "uuid": "cfa7320e-6b0e-43e7-aca3-17babbd2ae7d"} 2019-09-19 09:06:39,256 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/cfa7320e-6b0e-43e7-aca3-17babbd2ae7d/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"target": "inspect"}' 2019-09-19 09:06:39,260 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,283 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/cfa7320e-6b0e-43e7-aca3-17babbd2ae7d -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,287 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,289 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "inspecting", "reservation": null, "properties": null, "uuid": "cfa7320e-6b0e-43e7-aca3-17babbd2ae7d"} 2019-09-19 09:06:39,294 openstack.baremetal Still waiting for node cfa7320e-6b0e-43e7-aca3-17babbd2ae7d to reach state "manageable", the current state is "inspecting" 2019-09-19 09:06:39,295 openstack.iterate_timeout Waiting 2.0 seconds 2019-09-19 09:06:39,337 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/cfa7320e-6b0e-43e7-aca3-17babbd2ae7d -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,341 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,343 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "properties": null, "uuid": "cfa7320e-6b0e-43e7-aca3-17babbd2ae7d"} 2019-09-19 09:06:39,369 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/cfa7320e-6b0e-43e7-aca3-17babbd2ae7d/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.4" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.4" -d '{"target": "provide"}' 2019-09-19 09:06:39,373 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,408 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/cfa7320e-6b0e-43e7-aca3-17babbd2ae7d -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,412 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,413 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "properties": null, "uuid": "cfa7320e-6b0e-43e7-aca3-17babbd2ae7d"} {4} openstack.tests.unit.cloud.test_clustering.TestClustering.test_update_cluster [0.205972s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,254 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,258 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,260 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,262 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,274 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.190105+00:00", "project": {"domain": {"id": "c98f2035b6394a2ca18ce4c49c2c4848", "name": "eb8ab16066f749449434d291c298a4bb"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "728288a12af145839f1c2e134d7943c4"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "16592a1b72b6421b8bebd238acee779d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0ca315faaef94249bd34f1930103f0ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7e8d94c89be8462e9c70cfb96cac308f", "region_id": "RegionOne"}], "type": "identity", "id": "82c720f57c144daaa7e8129aca04f8be", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9f1e08db364342f69572db8168ef9cac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cc676bf157ce4cd0bde576c69b90d46c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "90e66cb4615e4e92b24ec424af1e4e4c", "region_id": "RegionOne"}], "type": "compute", "id": "d7902edbf04f4bdb89255cb9aee424e7", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f0f33098c55746b4958e0257e7617794", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b9d6112bc7024858a3de0f4b4d1db1c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "08b6e046a92b445d87a4f8248c47bfab", "region_id": "RegionOne"}], "type": "image", "id": "9be8aaf3e1c84cd5be0a3597591277ea", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "46b97b752fb9463f90707e90fdd8a0ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "192e767407004795a244323a2fc33264", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "352f4d1e229b48efaa14b61792fc7307", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7c61b98c70014807b7048cbfd23dde02", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e908f246c864ed39574c6faadc2f599", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "662bfe0c891643dca98afb9714f62f95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f598f670ae8642c1ac3df72b35b37dbc", "region_id": "RegionOne"}], "type": "object-store", "id": "521aea913fa841c39acc5256af4a6d25", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "692550fc248b48b096cca3dec093cfe9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "efee5b65ff9e477f91ff0d8f57a6dbf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2f10bef77b2147dc88c1db1cac813232", "region_id": "RegionOne"}], "type": "clustering", "id": "60482e68247a4cc293797bbb2846d17a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "195a67fea1134cdc973c18f2f403b367", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "078d82442d404eef9b9db82e7cac98ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "072ab1f83c504b5f861e4d290455f40f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4dad3c0bb2b747ecb273dd2e2a463ece", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "242cf474a0804bd1b657dcdd1f8492ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "35beb27f17a647e29eab05ac5cc2889d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e843fb6200d04ea08c5bb7b97cf563c9", "region_id": "RegionOne"}], "type": "cluster", "id": "484674c454044484a270a27517c0e9e7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c1c3a3ad1ada4dcf911b63af14a90564", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "98e2073579cd464eb707167822819490", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0d0d207b5b634573a506168277d2edef", "region_id": "RegionOne"}], "type": "data-processing", "id": "7a99a20d58c84057a2456608128c33a8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6c881dac1da04d3184b4ac0f26b96c65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "38d8a0e4bf1c4c52a5b51bf442022702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1808e25d16d54c8db4a2c79805fb6e08", "region_id": "RegionOne"}], "type": "baremetal", "id": "b7637c40450a440eaf9267993a6e8515", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5961ef7aafd84f2eadffc9024111a0fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2f5d71b464da47c49eb2ad794b768eb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a4e97053820f4c5982cc5f33465630a8", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4a4514ecaed245d38ed9a0dc22dada8c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8c3b5f66fbc641298a97ebf6751c72da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "03a2f2b693cb4345b2883b49cdd5733d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "13e5f0b6ab8941ca8f845d73f17386d2", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "03cefaee8cae40b294527300571c3f2e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f4a11fb925e44a328d57b1007b4f7da2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5e57273701f34bc28ed17bfd64233284", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "81dcf06ad61c451284314c8b134c61f5", "region_id": "RegionOne"}], "type": "key-manager", "id": "018edf5b6d2241539a6d3c35c13920d3", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "92a3688a068045a2ba04fc9c22011da7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "591ee5f98c5a47a5b9c64619ca1113a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "046e802e1379416da6571426c4146a2b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "da2b2b88424a4ca28e878870d22183d1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "63b4030121904bdb9f8314350c9e3f05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "289a99a989e44d9991589cc3606373ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8239e242229d43b9b4b6d203766192b0", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6b59e234891346a2b269632996601c2b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "44a6a0de688c4e7bbc2fea2d4b6fc957", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d6561e63d381431490e60d620f1e3347", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6a2b4d56db484ca2b9d866641510fb78", "region_id": "RegionOne"}], "type": "message", "id": "71c9b8ad11084666ab3a48ece1e13a91", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "569b0d9404754e94a1034bbbee6a1964", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "03fc8277057e4286822992110f1e021f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2979ee32a28e403789d8257d94d9c9a6", "region_id": "RegionOne"}], "type": "messaging", "id": "1e445339c82b4ea6be4d0ad012376e2e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b08483adc0f84b478331f31be721ac7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d2375f80ec9d4cc988fdf6da590230e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a65c27e3029644759b34a6c8b224125c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "150c20dd17a44e6ea59cdef04add0c11", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "76d2669cba1d418eb5964f738174d32b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a0993662fd4741fcac6b922b3b01c4b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8dc6fb502cb649e2a9add9360575cf2d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0dde8b9ae96345f085da6dca91ef5d39", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3014cf8293784ceb844b2d404f10ac3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b038ada629374695b70fe7fd28d5b152", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "32151b72d8a74ae5829062c7f7918b95", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5c350a5c4e1946229a946ac82124540d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0cbfc450bb6d4246a93abe9e5d4ca82d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7bda6aef7de2410ea22865ae1b973e29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "954e429468014fa0b4c3985a0e4c4b4b", "region_id": "RegionOne"}], "type": "container-infra", "id": "10eaf60aa2bf4433a69eb730d5f2881f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b09d6a3506e74da5a23b79b5bc7e927b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d4fdd2c25e90469793d5acd24418750f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "583fd84ce7c7444d9e623b42f9324458", "region_id": "RegionOne"}], "type": "search", "id": "86ca0b2d251848e6ab0c737a478ef407", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "cb31a6a2bd194a37ad2ef8826630d597", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "80a917bdb7734f1aa2cba7bce4107b84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "fc9a3ee470204694b7675e3b3a7f93ba", "region_id": "RegionOne"}], "type": "dns", "id": "586e2779c59349559a108fc6b7327709", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c916d6bfd0994d2eb366da0de2bf050f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7a86da685ad145a9afea0727afa7c72a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fe6fb27a30e545a283dc883e325c1d49", "region_id": "RegionOne"}], "type": "workflow", "id": "0dac47c77273482687d499833004e0f3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e57cdba0d6fe466da6d843175bdd2655", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "56779e36be934e1caca3beb90a1203c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2cc2d5ca654849f9b5c5e1e330c4d4ca", "region_id": "RegionOne"}], "type": "workflowv2", "id": "028963e4a49349b08446cafc33824fb3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "733df304bbea4614a8904de171f49d36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "094ba7cc1b304f43ae7164bd1a726a05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0ec393f21f5c4d7db9318e62ec1cf4f7", "region_id": "RegionOne"}], "type": "rating", "id": "684fe6123789431baf551c5e5a9d3133", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0d6f922553804baeaa45959b34a4a5e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9d4455d700104d1383065a1b4e542354", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3633d57fd18b4306a704656a377bec4c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0e451048f2f345a2808e5de6e554fd33", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "699c198d8be44a00a1a61e4e8bb15474", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ad682f6ef2a64acebfe73e9933a193e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3e0fc84a2e6c401db01a8e0a1a68d246", "region_id": "RegionOne"}], "type": "policy", "id": "2c78ab766f4840a5a855e1a680f7779f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0d4c88eeeb7a4a2a9141dc134ee6dd43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "02eea17c0ada4a0691ef5284def830a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "798da05a707342b8b4c5414b119a827d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0233a1f9f34c4d24a2c5f44e87ef6283", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5f97b94248e34b729710fa1a3365c927", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "71894776958147b8854e8b194723bd2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "558dd8e769e34e6fa76146cd55407d68", "region_id": "RegionOne"}], "type": "sharev2", "id": "430db3c9165f4e71973dd456ec21061d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "85b83b5160a441059f1eab759cb214c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "044afdb3af1042f8941dd2220aea585e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "926172c51d7f4beb941cdf160bc34a58", "region_id": "RegionOne"}], "type": "share", "id": "249045e3f1c746fa9b0577f9b674b560", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "009d55b1bc874bd8a3dadf3d26a82bb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f9064058e22d44d3bbcfef899d673914", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "89afc25ed3eb4284b1d80077d75f890f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "369c51a9c24f441caa11b2556a733ca5", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cc9cca18c9a43959652ce9ca6323eb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dad0f6eddb844151a03fc9aafea0a07b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a037f92cd51446bb83e3261125741e23", "region_id": "RegionOne"}], "type": "orchestration", "id": "acc39837fe6d41fc943daa337ef0bee8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d1c292a38104503b9ede7c9643a5e57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a01c90cc75f4d20a27b77803fbbbdfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b8609d46ace441ca3746562bcf88b67", "region_id": "RegionOne"}], "type": "block-storage", "id": "ea1c5c7257654a4fac70e79b305ca4cb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5765497742a64bb9a901ab5d5a935e81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "365bfcae08b5478c99b3e4f01f99df55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65efac2ee59849a7bff357614b9a5488", "region_id": "RegionOne"}], "type": "volumev3", "id": "fe2076d2b86245ce8108b9f24449bd8f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ecd71fa4bdfb4147a4ac8375c7bbfcca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4f70502e5064ff8832a3b7af8ac7d01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f64b28351e9412d9af6cad8fef7ef2e", "region_id": "RegionOne"}], "type": "volumev2", "id": "474ad41cadc146ffbbe45dffa206c7c3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "496c2ce5ee62452daf33555a14082efb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd00d874184a407988cb2866c7389ee4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "721d8591860243059bcecf1238eb082e", "region_id": "RegionOne"}], "type": "volume", "id": "e8d16fd862c64a3ca8597fc6b52c51bc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93eacc961e7f4c3995c89b3101a05fb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aad21f9156ca4552acb61648efe8a5ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "189fad49d7794a5995f156abd19b78b5", "region_id": "RegionOne"}], "type": "block-store", "id": "7b3aa4b197b54deda8802abbefcd7b55", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bfa1d08c95084cf3aa10abac1845d5af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "be5768929d574aa8bdb63a39139a52a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5af0f70470e34839893a68eb8da3345c", "region_id": "RegionOne"}], "type": "alarm", "id": "b122df1531f04c23b7ce2f9c6d83a0db", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2fddd509830e45e9a860d60c5ae19b7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9e375f5d203d4bb5898cf5f07f9bbb53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "356ba0f8d16a4022bf0dc4ade0778b7e", "region_id": "RegionOne"}], "type": "alarming", "id": "9496ccb2966246569dc5bdaf57452ae1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "14367bf6fe06413cab96e759852d93f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9617a52678e843158cbc2d7d738c88a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "24db7e86bbd446d3aeeabac485fa80e8", "region_id": "RegionOne"}], "type": "meter", "id": "38df15a37da646bc92bf2ffc07766378", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "112272946a9d4b958c468d64763d2009", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "85da8a90210c42b28f44b2dbea9dd901", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1b426347e84b4decb36dc29bd9732296", "region_id": "RegionOne"}], "type": "metering", "id": "ac2fa4d0de9e41cba02579556120baed", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "71962852a72b4ba98f7830b54a58cbd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "851831f394bc45a7b21f8db3e1fd5109", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "63e7ec85b6bc42b7af09d000ccc4a43e", "region_id": "RegionOne"}], "type": "telemetry", "id": "3ec89cf261314890b8427c928061a849", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7e17eab8df4348d5b0066954047a5c39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "212ddfbf09e146cfac07221ee9f49723", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f48b0b1a1b564cab96dd6418f84026f7", "region_id": "RegionOne"}], "type": "event", "id": "26650450d39149689e6d9c2e4111a56f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "88e939d510854f3e8dedc9c0c9e214fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "130a0e99023e415f9fef72289fe9471c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3b3bf515d6bc46bbbdd90efd12d895ff", "region_id": "RegionOne"}], "type": "events", "id": "b0bd4ee058234d92a86dd44f1e7e6d41", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1808ca0eb3f44e05af7aa04f6a8af664", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c5f6de04eef449cea36e5eb0a8981ac2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "95bd4ca81b734ab38335021f7d7b649f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "87141a465c2d487a989734ebfb58ef18", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ada304d3d18f4abcaa2331990bf54da0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0a186d7f496e45e7a21de336e65d98f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d4db3779e4004b1b8c1f1a2dfd17cae7", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2f7c737a345d4fa6a8643a2bf71eff92", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "975625020a3e4af6a9392d018175a204", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c668440ab1fe4bf5b9b613d3a7eb4922", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8015748b26ad4610b52d7a19d3591624", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "21b6a20941e24cf7a9ac303a20b7280a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fd26da9c66174cc68174f1fcf5bfb501", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0e3376551f9c4de584d3de00acaa90e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f91007f458c546d8a00f845c4e828771", "region_id": "RegionOne"}], "type": "tricircle", "id": "6ef675e7a6ff49de85654357639f3720", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e540f64030ee4551ad5879b4ab312d68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "87dca2e689dc4bad9cc1a10016889216", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0afb1f4c287e41ac8c7d656dbb840859", "region_id": "RegionOne"}], "type": "database", "id": "a8e228e416844e319e9108630d768736", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0e04a1ff649e4e679e9f71ab056da6ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ad18c734632a4d4e8e72926cb053d884", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "176044ee99304e35831c1c3fe7feddb0", "region_id": "RegionOne"}], "type": "application-container", "id": "72c6a2d06515409db5a29054cbf792e1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "87c4b0cf3f8f484f881cab3a648376ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8059dff5befd45b585b6c2af9a12db26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f326e0b2c08c4cfc9093375368ea9367", "region_id": "RegionOne"}], "type": "container", "id": "27939d3547734f3a8f2ba05907e6502f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8fc23a3314d54b4da2099eca0e1b7c99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "05a74982ff0d475e801bb58fde49571d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a3dab511cc2d48c494553a584e6f8183", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ad81f4ee2a1e44559c15880dff932963", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f100ba1e444c4d7b92e005de39d62b53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f153e646ac6542dba4bcab9ee06bc274", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "891b11d04c764e6fab42b607c42fc6b9", "region_id": "RegionOne"}], "type": "rca", "id": "c7fe269df72f4191939ee2e7c98f9151", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "779664e0495b4932bb7468ac7b9968b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "249381208217426393e802387f7aeb8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d79c8f5266124e7589729f1c3d5d3714", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c6aaab749a58404092b1746cc1242d71", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "048cccbc1d6345809d82de0bed18ec9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "99988a4993034be38ac4ac52476af0d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c5ca8e968d82408aa7c6f9ca0e274a51", "region_id": "RegionOne"}], "type": "network", "id": "48cb1cfd21944987bddb0663743a9c91", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6f1eed4aaf474fc29e0ee7e717b45486", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e2ea4cb33e8849d69266e4da138178bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "36dd933bd5ed47e7ba1d711a39e04974", "region_id": "RegionOne"}], "type": "backup", "id": "c089a591f8ac4a1ca5470e3413765e44", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "70d4224305674ca39599a2e207673d14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8990c2e177fc4dd6b674e5d06fffd30c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d00b236eeb924c91a3961432e0ea86f0", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4534b455d9fb4478be437635c3245719", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c44767028953467fa4d4e0fc45781ae3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1d1997bbf7644c59aae42c38146c97c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "cefafd5cd14d4804ae285fb1cb7fe1bb", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "bb7db3f83e8049be93657389e157333d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e60db77d4afe47f09deb7ac8fa980a38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "13be6f00b0a54127902c19c52baf609a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "bc23dd912a564ecea4b71126fa61240a", "region_id": "RegionOne"}], "type": "monitoring", "id": "3e741ff1061d4d4d840bd321008f1942", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ea5bb775d66943d2be28d20157c7a9d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8b162c07514a4ee1884d9b02e63c59c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "bbef4a6fb09c42b99458aaa8316460e6", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "046650f5ea7a4bcd85dbd2827c7dae2a", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a1c89cfea7b644f2a2b037d06d7a8fa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "e7a21f573e47450c95824a891202b01b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b36c9236af5d46bd915730cfc6f0164f", "region_id": "RegionOne"}], "type": "placement", "id": "221086afc17f493791ecb79fd1532fa4", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "502d70ea0a6240d08600baaad1dcd337", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7be50429044f445a82a640b56e8fa36c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0911c3cb2d8c4efdb53a42c591ba8b9b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "42f161aba22840a5adccd545a8135441", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "67efe9b0630e411aab890087834df8b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "893cd23fd1f24e47966e3554f6331ffd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c0d9a7fdfa6f4aa4bb60961b0516126d", "region_id": "RegionOne"}], "type": "ha", "id": "c840ad6060d0451099811c8cc6de3d29", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f98395862510498e944e1a8beea724cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "34786febfdc84f84a7f3c8b06274f551", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a644ae9bb37d4cf4b454b091649da191", "region_id": "RegionOne"}], "type": "reservation", "id": "cb25f23f50ae461c993f84196c9384fc", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "31178c88216c43d0ae20a872cebec797", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "98525fd7253a4188bf1daf95f2b3ee11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "48963b4aa708488380a7b232723859dd", "region_id": "RegionOne"}], "type": "function-engine", "id": "721045a42fb947a4b9ea9ef25eb1d141", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bcd0d6a5378d4b9cb15356fad64ae6c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "16c68e13aa234cba9b787df87433c11a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "dd3cd1e2c5bf4f6dbd3edbe0047794cc", "region_id": "RegionOne"}], "type": "accelerator", "id": "8eeeb2fc05e8471e90ceef98c11e7f9a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8c346c5182bd49d7834c72c650566fe9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b29bccf4196d4012b0d1ca48e3a4578e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "79975b257a334f458ed9487210d9bb23", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7376a690103048d58551dd6f4aa3ecc7", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2b04071b031845229666eb16254bea04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "eec2880e6b0e4e118665e245f2e40b33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7ba011e303794e5f9c9d164507d4dc96", "region_id": "RegionOne"}], "type": "registration", "id": "b42f34f9ea8f4879adfab828aa5084dd", "name": "adjutant"}], "user": {"domain": {"id": "2c0da958f91e41d380516d14c037a45a", "name": "ee0aca349a2449c3b1b2ba1218f52994"}, "id": "dce98f335aaf42cba2a30bd77faffdc9", "name": "e30889942c9f4cbdab4fa94217ee8d17"}, "audit_ids": ["257825b1589d4b45bc266b0784f338c8", null], "issued_at": "2019-09-19T09:04:39.190105"}} 2019-09-19 09:06:39,337 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,341 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,343 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:39,361 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,365 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,367 keystoneauth.session RESP BODY: {"cluster": {"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}}} 2019-09-19 09:06:39,385 keystoneauth.session REQ: curl -g -i -X PATCH https://clustering.example.com/v1/clusters/1 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"cluster": {"profile_only": false, "name": 5}}' 2019-09-19 09:06:39,388 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,390 keystoneauth.session RESP BODY: {"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 5, "metadata": {}} {30} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_create_floating_ip [0.252514s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,308 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,312 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,314 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,316 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,327 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.247489+00:00", "project": {"domain": {"id": "75f390cd475d46f29bc6a6eaaa969080", "name": "b4656028193b40f7940d33d28b48f408"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "733cede31deb40918cbd6d4de5157c3c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ab25a30bdf2541638f31f3b420209cf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4e528348b8244694b4aeb5dee0cecd0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c11d9ad586bc4e4d9c34ebbbaf92dc0d", "region_id": "RegionOne"}], "type": "identity", "id": "6fdbeea7a3ed46489b159d8c3931ec1c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f5cb504928b446579c0670587380c37a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9881bf4a7ece4adc8f6109864c787a27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "2332e4b2c88a45d0bb129d66d3c566b7", "region_id": "RegionOne"}], "type": "compute", "id": "0882432af8d6449883c567d6ee8c04bb", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "51ac20c2e74845c2ad5a3b04b5d24ee9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "543dc08dd8734b15ac76dc3c8711f27c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c1bd456f93b34c459a13e62d7a852002", "region_id": "RegionOne"}], "type": "image", "id": "880630a7489c44abb63898c6be5fb50b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "caebb206303444a2a59c5271ad19b8dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "add023b9c0514e5a82a05f1c0536932d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f5632aa907f642a4bc423ca157eeeb14", "region_id": "RegionOne"}], "type": "load-balancer", "id": "541856ca2cec4356b664e90bf57dccdd", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fe51662e0bb4acd85f4564d44cdf173", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "387db70d52cb46efb51e3a0bff47b082", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c3f323d4abd4ea5ac385ef01c3ca067", "region_id": "RegionOne"}], "type": "object-store", "id": "e2de6d231bd543518da509c209d652fa", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "73b2254dc8904bc3bd618cf8e0b08900", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3c5562317b0f41e7a126dd1eb42cea84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "329fd20b8300472f9d77c58335f1b164", "region_id": "RegionOne"}], "type": "clustering", "id": "b5a3feacd2be4627a8a2be1d6309e1b0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "db513fdbbf884d2098d6651de4138235", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0a7b0ba2f04f48439a6f22a8d85786b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "84d9072e09ed4bf889f4f59bd68d1793", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a37cbf00ff6d4237870cace9814d8b8d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "74582be15aa94aa1b0b79d3fc9b9a6aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "baa2cef8b2c24a86a97e1bf7051cb662", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d9b2253ffa6c41359f85dfffd6929146", "region_id": "RegionOne"}], "type": "cluster", "id": "c03c2f01fb264b84b9d9cb5dc78971fb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "33a5a3bfed724a48806960bc85978868", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9ff64a7e05394fefa27f1bed2647f6cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c39f726c14d745a58e2f0ecd3fc99bf4", "region_id": "RegionOne"}], "type": "data-processing", "id": "1c23f61f7bcf4739849f04b6b3730919", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "25194d50e8f74f76ad69da151d7fdc97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d4a9c22b3b8d4813b7decbc737c87480", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c0b6ad50e71b45098087eb81dc5d66fc", "region_id": "RegionOne"}], "type": "baremetal", "id": "1df271f213e64e75ba851561c6b2a0f2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6c1a538e74164dd1897e5a6c41137622", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c993faa7143b4ee09924e4bc55f1482e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "72c33b9f8ba5413b86274f792a93e3d0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "aca6f55b5b0a4de8b21177b920d24e16", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a31b310797f34f1892150e105c1ea880", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "34791d6aefb842359ae740a56b700d9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e5ebb5f8b33d4fe9bc1524d9d51b625f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "bd101d0cb2344f279b7c853619dc2dc4", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3478d67448c04ad6999b53700a2d553f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ef98ba1fa1024eb5933f0785ffe2ffcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "3258987f1e844de59c6bd3b5ff259f7b", "region_id": "RegionOne"}], "type": "key-manager", "id": "095b1fb0784341ab90d65189c8ae4634", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3b9ced5326c24da696e14f6654d5cb18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9b65de8a47594f65904bc1e57730d6c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "dee3e292ce6e4c399431507e5b8a2e53", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6e639cb99b8a4244bf8e90a392f46586", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1a1b070a8d4d4c8ebe1fa1bdceabb25f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0c9a2e1985f54d2d9740f07999758b01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6f1b84ee2ee14a448e77d9d145fa14f0", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f5edd2feb6624c9f9ea1f305dc224511", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7f67c28201974746beabad57c7cb138a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "90506ae98e844b3e86186b124ec09bca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4bcff39ece744bc19bebc43a298f4fe7", "region_id": "RegionOne"}], "type": "message", "id": "5e2525111a6c4fcf8185826aa5bbe387", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a1d97fcde1404243aac5d9ff62e871a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a3e8c45fecf5459aab1b4aa2eda6edee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d0abf07e6f904a288d197c504bdec254", "region_id": "RegionOne"}], "type": "messaging", "id": "2c46ae13e6e947749b91ec7e3e517e58", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "51bd45452c754519976fa45fa13891b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "46d1eabd735c40a9bdfca8995cfce97d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "23e247d78e274beabe54cf0b9a291b82", "region_id": "RegionOne"}], "type": "application-catalog", "id": "abb9a176103247aba14fb8b1b81581af", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "df4af088a80846439041adffb1e60032", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "70aa543076ce43c9ab6087d1ebdbb672", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "025323d344e84251b0d8e39157d3f258", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2b507297a83f4397b9c3baa7606cba37", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "79ac2950df44467cb02e0b781750317d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c094401cfb914dd4b540c783616dcbb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0944349cd16741abaabc818c60fe0a98", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "3baa0a0c1d144e11937a3c65382b9190", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f8d6d635dad6452194e4bf52917f7d72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e73a0a1f80f4d9a9112fc8d9a954801", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3556dc4343494c57a8ff8ba25d7cb236", "region_id": "RegionOne"}], "type": "container-infra", "id": "173f0a722a1e4c86ad50bc3b8455917a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b9e1afbeb6bb41d99dac5dde15ad6eba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f0200db8beaa4ca49c8d4b6649eb0397", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4148a283270d4a57bc48bb9139281d91", "region_id": "RegionOne"}], "type": "search", "id": "8dce3b0c0b7a4df1bb519375997060c6", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6564d85d224f40b9a791335458b9f722", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6b26b99870a54ddd9639468d676b1bd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "834ec9c820114135a6bee6065dccde04", "region_id": "RegionOne"}], "type": "dns", "id": "4450a47f628b42e3a4db48ecc5fed16a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "beb4f552f6764e1590fa06c812330341", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6dea38be56af47dc8fd1c384c7719c8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a59af34bb02f4951905dea6002fea41a", "region_id": "RegionOne"}], "type": "workflow", "id": "6dfdb4755d9243d18431fb6e56c83359", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9d8583b3e75e4342ba591babd7ac3569", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bcfb24ddeca24d3bb525977a2aa0cc9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e77c7f2d39b94ba9a0c0e6f93e1c514d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4eb6d0ea4cc7499695f96d8f1f5cbdfa", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d952066a36e1421c9376820cc5e39bb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "255acb4567ea4b9bb8bf234c666fea0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9ebe2377dffa4db78748c623cd8eb027", "region_id": "RegionOne"}], "type": "rating", "id": "c90578b0257c478c9003f8fd7d5c7596", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "001a27ef40c848cc88fe1cff3c693b0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e5b9a2dffa82440b9320632f175e6913", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5add675502f043048968b876834adff4", "region_id": "RegionOne"}], "type": "operator-policy", "id": "aec6939cfe5144cfbf954510cf8557df", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a6fc57416c1147a58ff31f4ab3e9abd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5cfc4a28decd4d299e4fab6ce06f78c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b35c80e063bf4310b5c3deabfcbc7c93", "region_id": "RegionOne"}], "type": "policy", "id": "8c6d27c9f7784c198d3f195dde6f75f7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e0005070f2e74eeba822424ace015497", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dd04cb0a3e7b43ea90a29ab226982e35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c9fc38d4d67043eca1f103fc868276d8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "29346877cf2344a3a2970ab78720830a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "31ddd197a2d046589734a4ee72e5acc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "00d6a6c43d6f4394b97eeee988f09f89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "47d4ca5c840847cf8aa5749394d5b536", "region_id": "RegionOne"}], "type": "sharev2", "id": "926ba0d0b416404dbd6d63d1002fb27b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8a7e274fd350420d91aa9a537fba78ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c0a062e383574202a4dc8b9b1ce48dbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ee222ffbcb16426ab00fc6e096d3eefb", "region_id": "RegionOne"}], "type": "share", "id": "2fca30879ea349f9955c5c9087c1784c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "11782b9b766c4c539c0daffdb1bd3371", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bbe8455040464917b70ba25b475aa326", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6c43095e4bd24f9792664689370c1e1a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "72dfb888dd17421e9686e4b3aa1123e4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3742c6fc65142bf9d0b7903e380070a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ea0bb5e372d42cca668edb1a919b11e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd7ea2159eae44369281f3caf1d10565", "region_id": "RegionOne"}], "type": "orchestration", "id": "a0fd3e291c354e33933a123020b23488", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db369e952070438db9da6575a8621500", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "744e22a9593047a585b5c5b054d1d666", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01417a3287c849ab8580999f99dd6f75", "region_id": "RegionOne"}], "type": "block-storage", "id": "878b32f0054640ceb7b073fc996a5747", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c9bb4d2126d4e65aa04f7067fac39fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3870ecba6a224ab9b0fda949005e8fa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7553d9696b2547ef8a927b58ac15cd68", "region_id": "RegionOne"}], "type": "volumev3", "id": "2605ae3a3ca740f58e6fc2fcc86c6769", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ba01b47581e45c3a70db32e6b07d005", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7f0d6edb8a646d7868b45bf90ed1cc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41cd73e557d04c78bf5f8f04eec9bb38", "region_id": "RegionOne"}], "type": "volumev2", "id": "d0eaf304039c4f81a0f5869df73d84dd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d403d24aced346fbafdfe25aabb22dd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b1111fc086c4a1591cae4779489f5b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9968463db10431da35d345970302268", "region_id": "RegionOne"}], "type": "volume", "id": "47d1f4235d9c45b28f61ef66c4e2ac89", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d5a6ed0ec5341eb8e1710ef40bc9ba4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a0c4337bb73492fbd69fcd6260920c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f268fec0235422583823caff2eea80b", "region_id": "RegionOne"}], "type": "block-store", "id": "1b4910b0f7404b4890f834f937564f5f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "54afa5f0fe064f7790255f8c017df95e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c60cd83234ce46bfa36723930ca71bc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2efc3c4b5fe04d45b5ccb49a9ff3844a", "region_id": "RegionOne"}], "type": "alarm", "id": "3df7f34e443d409cb4ed79289a4c7121", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2de8d6d43ff34d94a26f454b91d40924", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "80f7b90e89f24688b7a5075908e95102", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e1edb7c6cace4bf3af80bdd4767baa92", "region_id": "RegionOne"}], "type": "alarming", "id": "4c656649a8cc4acba628ad7af3fc8842", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dd468a8acae949468b0c6e8410a50017", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "124166c6ec15452a8ec865dafe4eb0de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "30b2d34743044be4ad2e293cce390660", "region_id": "RegionOne"}], "type": "meter", "id": "f8835b04328646e4a6f95d41dc9b54f4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a8f22ab4b83941558ecc90784eac68e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a10c84735b8c4471a22e76b7d35fc970", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9aad6d49627848ec9f3cfbfbc296308a", "region_id": "RegionOne"}], "type": "metering", "id": "b65e9ce4655544daa9139abee2468ed8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ca2d1a3e05e8472ca0717321f3d93c7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1f656ee77e3c44989f8cbb411d8f281a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "24a5185bfeb8474295bc75f6ecaa9251", "region_id": "RegionOne"}], "type": "telemetry", "id": "a8f012db252247bc896d36aae6c79b8d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "44ffc333c15c45acbcf8302b46143159", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5fe59e5a41a4425f82f59f747423b5dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "85df1796613b4045877a2c0063fa75c3", "region_id": "RegionOne"}], "type": "event", "id": "b40021f72c804b75a8c9555a8b15d277", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0ae7f379c1794560a525c8be71f67251", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "09beb742b63d41e588b732e2a59a2a49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5f14c8d5c08e44db9739d9feeed74b89", "region_id": "RegionOne"}], "type": "events", "id": "c165c14ac34f489681f2d7c2c7575a43", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dad0fc9e49724acdb831807a211a8941", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f65b64de1ec14585a8a661539cbb8f47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3fffee43244e48bab9e45ea2b53ca1fb", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b56a4fcd3cbf4f698332799530898f7c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "31ba1c82cb1b49a985747f672d751908", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "54ec97e7d8d649c6b5096d3569e4e602", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1bfdde42c79949b5ba58e04409fdce6b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "401e0026b9b14e2fbc5b04e97e42b92c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c96c963958734b72a62f43c0555e40e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ede1c51453b6420e86fffb96934d7e3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6d4834dc55984e889aa2890d347e3d8c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5bccf54aa0d34b5b80ebc9ed6e96fd79", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "324e3e353186453fa802a3ec94e68802", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7d69d3ae58a44a0cb51bcb25326ef346", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4da93f7e04354caa9742523b2748b9ec", "region_id": "RegionOne"}], "type": "tricircle", "id": "526652cbce4b4d4da8cd2baa5ef39bf2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "819e4ac879f44414848c39428a2485ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "31f05b6f3b2b4a6b9b9445a586163fc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "aad43c9f06da4317919000bed1b7ff06", "region_id": "RegionOne"}], "type": "database", "id": "e57c1b7154cb4b93850ac4ebb7a2ca56", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b26f10455749487ab8c2fc61325a3c14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "43690ea7292b4574bba1d310dd4f1ac5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b671e70a4f52493dab5ae5b1f28b5357", "region_id": "RegionOne"}], "type": "application-container", "id": "29304b3cbabf4367812012d1ee1e8471", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f7ef55f5ce69440c8b06452d5b098a30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "aa8c67edd7714f269cf219190208e01d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0b068c0f29f44e13977755269837284c", "region_id": "RegionOne"}], "type": "container", "id": "8b713dde13414fb9bab30a08894e5ce9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f1e7bec5363e4dfb8041b18ac4fe1020", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bd3f9621c5c2492ea3080fc9231fa81d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7a4deb8cf857462e9a8a417f23e9dd07", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "78199c473f1b4e01999d946eebfe9bee", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5715f46ec3c944699a7d2fb60eb88d98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9e5e6f31bd164bdfac0b51eaedfe0ce9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e901baab549e4f548d309011c5cd8fea", "region_id": "RegionOne"}], "type": "rca", "id": "90ba56627cb34fa3b7a245a4c6fc9b7a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "df311476838e4e78b9fdc84aeba83ef6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d8a1bdae108a48af8d57e13f1c91a03b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c2145691d90c40b399609849461252c3", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f90807d47b704b55b1b54966b03cf50f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "bf8d51874a2a4693a7722313f4c85ea1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "93192e9f667a4d1ba816c2e4759193d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2af186f957e44a049c66e7fe0b5554fc", "region_id": "RegionOne"}], "type": "network", "id": "6e91efb2263b483cbc7740829f0e5442", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1f7b1e54575446a1903b68a89d282bac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "bd545981ea0e48e0a984eb4e6a9a2e6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ba4a33021a3c4124a8dc0c5cc8ba5a97", "region_id": "RegionOne"}], "type": "backup", "id": "6fa3dfb262104d21b84c41b861a07e2e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6294ccd366c64f6990061b8cbaebaeab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2cb20ab59f7d46239447d3e85e6cc80d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5137bcea8bfe4371bf9f7cb8d53f590d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "30a0d30295684f90ad6c1d398f5944b9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1841476a8aea4f629679bdf9c1877eeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f60b593517ef4c4baeac9c8f4d857d5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9b0b39cd48c84dda80dcb42ce0631773", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "55df5f4e1bc4421f8ecc54aff8c4f601", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "86c752cb99bf4cf3827272256328ff41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3003309ca9374ea5a1a5231007c3bfd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "bc6420a15dd140b5ad4c06496ba5b346", "region_id": "RegionOne"}], "type": "monitoring", "id": "e5093229bae045c3b63df6eddf8ff721", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e49960b2299747c49344b9755b1a5aa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c182bbdf9a8c43b69d12875aa43c6de6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f3a7a1b72b224e34bd54281a84f04305", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e4089ecb6d914be0ba7c98da8ab53c4c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3dfb87408a094bdcb10fa8e512c9c698", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c2e700bfbbaf4a86acfac36af02cb8d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c5c8e007fddc4c53ab1a6e41272b69a4", "region_id": "RegionOne"}], "type": "placement", "id": "5a60656729bd418ebd94d4361f6ff1b6", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "20904f7eb40d4d1a8d5c9749ada01e18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d84e281f6aca48289608fc0f2c280b4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dc37efc635374c6da8503acf94c8b0f3", "region_id": "RegionOne"}], "type": "instance-ha", "id": "897b236c38724084aee449cb343f5768", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1596f6bf57c24040b77ea6d4a9b32d22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9f566e1da26a4a2fb6ad3c5def683600", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1a9c46cd06b84f238f5f0060ac9ad040", "region_id": "RegionOne"}], "type": "ha", "id": "0743c880e5cf46569bda0325516b6d70", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7960a1083c074be995656fa9af1673db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9618890dd79541f6955e79be1e8af779", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "cf89f871d0304506b45e12cc2e8837e6", "region_id": "RegionOne"}], "type": "reservation", "id": "5ea1b290bfdc4e1c9f816cb84a850b43", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b4674d8464be476bbcb31279591f7c7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9e2195bafb164f83a548da5ea640b753", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8e26f0bac9f748bbbf8ccb1030d4d5b4", "region_id": "RegionOne"}], "type": "function-engine", "id": "39fff4de82dc4bca9d6abca4cdb505d4", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "868956d0a52941d8bbfd8a702f01b70a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fe86c6463bba4d379c8e026d37cd85b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2d4b37dc41ea4f689e17142ebfc72d49", "region_id": "RegionOne"}], "type": "accelerator", "id": "374a4e93a2ec45129f50405b7b7f8294", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "001fb0900e164a9b8a003e72c15f5363", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "83235e025ed04b3f8d90feb9cf52bf7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "24a50e1b30df4becbd051f8c80e922f9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "929fb04d307c483586092bad6f7d9cd2", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dc1358bd1d5b436fb72da197e96154a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e2b764568da0480795cf216f44d9819b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0d7e6bac1e2246e08ed56615fc48a256", "region_id": "RegionOne"}], "type": "registration", "id": "c442d0ddf6ab429480f08fc86e355206", "name": "adjutant"}], "user": {"domain": {"id": "2bee15cf398e459a8a973d6bafd38b8a", "name": "8460523e77724393912e114242e5eb82"}, "id": "3bdda46e1eb1441791a2fbee50738e06", "name": "af8e0a4bc3b9446eaa251a59ce3dc1e1"}, "audit_ids": ["f4c1cb5f3c5041c09b4c1ad2a4a7c27c", null], "issued_at": "2019-09-19T09:04:39.247489"}} 2019-09-19 09:06:39,460 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,464 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,466 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["54d6f61d-db07-451c-9ab3-b9609b6b6f0b"], "provider:physical_network": null, "id": "my-network-id", "provider:segmentation_id": null, "router:external": true, "name": "my-network", "admin_state_up": true, "tenant_id": "4fd44f30292945e481c7b8a0c8908869", "provider:network_type": "local", "shared": true}]} 2019-09-19 09:06:39,469 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/floatingips.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"floating_network_id": "my-network-id"}}' 2019-09-19 09:06:39,473 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,474 keystoneauth.session RESP BODY: {"floatingip": {"floating_network_id": "my-network-id", "router_id": null, "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62df", "status": "ACTIVE", "port_id": null, "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda8"}} {8} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_float_no_status [0.181518s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,313 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,320 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,321 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,324 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,338 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.238544+00:00", "project": {"domain": {"id": "44d819b19e934b3a8323383c50de02e1", "name": "5b6e836f8f2541c0af060891d1377593"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e94d524a40aa4e80a717b1fe2b09f1d0"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "43615384c29a4bf4888d54ab46f65b1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c8fc5c1589564a38a377803fa794ce38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "687098008ee5472ebe48c9440cce010a", "region_id": "RegionOne"}], "type": "identity", "id": "800ea3b0ad3d4dac9c386584ff6b0fcd", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a1114dd3228b45c4a88a2954296e9caf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b5719a5c028e487189cfc9ccccb2ad5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "7f547fcef55a4a609e11e6d013277272", "region_id": "RegionOne"}], "type": "compute", "id": "e3cd24b61b484e45918c58029c9460fd", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f62511d73ac4482ebce7739f4b56c678", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2485b16ff96545c397d3b82a1d69b40a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "188d2e7ad1a94acd88c4ce20b8b52171", "region_id": "RegionOne"}], "type": "image", "id": "75103021751f42829b850e34f4360b55", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4660330c5b804cbb9ffd0385c828c810", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1857eeca153142138049f5e8114cea66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "89a217dac86142298283b5788cfd9012", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e7441d594eb14739811d27b11014da47", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2463dfd1c1b94b9fa8af846a18f577b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18eb5711711c4f00bed9a1955bf1859c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75752ba263de43cf8e8442d0cb321c94", "region_id": "RegionOne"}], "type": "object-store", "id": "65acee8578f2436dbb96321564e0d001", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1606d268f94a4290a2adac063fb70c43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4090ae34091348e784b7c877628a1ac5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ddb6c69bf65b4ec7beaed81172a45bf6", "region_id": "RegionOne"}], "type": "clustering", "id": "f9e091164a8743c9bf8f0ddb04fe6be6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8440535ba31649d09c01f60bc7712352", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "52be253889be4d14b5a31fdc9811d1f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0da093053d4d481bb834c9b87686bd0c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a576e61a7e8e4c1b926922ffa1fe5e3d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "86f3b93e35e04d1ca83c93247fe6161e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0d1ad8702190446f8e85435c163da696", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "04525b7588264b1283d941b22ac9576d", "region_id": "RegionOne"}], "type": "cluster", "id": "a66bb8bfc45f4842adb0fbb60b4bdb8a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "80312d5453bd4dcd97977be736ddaebc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e6778508d9de49c28c296df941349a2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "13f6c5fd847e41b385ef04f1a3f19b95", "region_id": "RegionOne"}], "type": "data-processing", "id": "5d7c0909de1f4a29ad1cb4b9ddcf51eb", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3803633743234a45ad19c41459ab94c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dffba42461364cf99c81e807bdd34bd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b4dd280f2ec04b6fa390cf9fafab802f", "region_id": "RegionOne"}], "type": "baremetal", "id": "c82e7dac397f43c0afcaec109de4458a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c346caaa91d94dfb84e9f0fb5cb0fa82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9048c7317b924857aa377cf597443405", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4ab15560c0c54cf9aaaf3ad6e63bcb29", "region_id": "RegionOne"}], "type": "bare-metal", "id": "9975c6188e1840af82a73739a8f7c0a7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d87b586c3a1c411182cd421a3bf181b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3629e129844143f6ba664627ae4e9b50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d85f4073fa0345df95686e720031feee", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c0cd0fb898aa437784854dd73dbf0d28", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cb98f3efa9d44974a6e2ec6968e68ae9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fa74cc325ad34852b5f77cad245845bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "aca5987e83344dbb84390a0a6203ee0e", "region_id": "RegionOne"}], "type": "key-manager", "id": "cc0400b3cddd4ba18da07dd1c5f85259", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2064e160798148899325768f5e08667f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6afd824014f74b3398a03f55f911cfc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bd5b90f8e2f040d3b35d96898b1e8c60", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f97a1ba508694b728d2b4d6ae9095715", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4b3f4f34fd4d47a7bd5a468518fb8c87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6b13f3dfa64744eb8116ff5a92eb6aa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "50f27ace5e7e4144928315c7e7f4ac11", "region_id": "RegionOne"}], "type": "infra-optim", "id": "01d5025fdb6f499a9a094d7c2baa9f98", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6ecd8a1db88c478b84e605ea3d61ca84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c80ec90fd59d40eb9cb64bb1f500541c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3c9a1bcad7a144e1ad2f6236c63ab88c", "region_id": "RegionOne"}], "type": "message", "id": "90c8e232e53e4c1193d1a549e42fe7ac", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "51629c4d30eb4df2989c27f90cf65d9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "948120946e9b4e809bd6b305f623fe94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d9334785216544069f54b63560dfeffc", "region_id": "RegionOne"}], "type": "messaging", "id": "58acd5fe199a41a1bb33bbe23621d7d6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8695836048b34812b8ddb890818080de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1c76529ed7b44d07992751e5fa406ab5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3172481ef5a94642827e9b872eac84e8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0757abbff6064abd8f0ccd46cfa7b289", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "40f6f699bd8f4e36a91634429bbb868c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0ca81e0b09864dee85fa7a3627e0eb47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d5ffabdf1b5427e9fc369f0b8a3c7e4", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0bd72018f51b49dc88399c78ca45f6e0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "82cda895b21347e4a3042f66f88c747c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "04640bff72cf40a0828ed8fe203dbba9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b7474ab69eb240ebbe74c1f62164673a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "17e912a7ef294c9886d2906d98ed177a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be450982adfc433281bf3af089b92444", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b45fd5352df479da6005f1fd8c0415c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "35d608b637e744d8891dcded22f6ed74", "region_id": "RegionOne"}], "type": "container-infra", "id": "67dadb63cc0b4e9b82f897e2176557c9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1ecc9ba949bf471d8db811793d645ec6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f063f02ca3194a899bd56ebadba8d56f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "66d28e8a94e140f69a400f8b4e626047", "region_id": "RegionOne"}], "type": "search", "id": "75ecbd0580464b4c9647ba9aa392e230", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ae8c51ac8d7741b48e95491abc4e657e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6b757f35e5ba4e43b3c1e2a39d41d9da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5ef7dea9ce8748f6ac93f2c5a8ee3178", "region_id": "RegionOne"}], "type": "dns", "id": "7d661250db8c467395da68c0bf753591", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "056403e082824d8da6ca319254054cd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9f39e696bd3949b6b5d7f11ed2b38cb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8bc031007e3c420bb9cd20175013ac09", "region_id": "RegionOne"}], "type": "workflow", "id": "a96eda9fd94441969ca7909164e89922", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "96c5b611cdf043fdb4a7cf499803e2b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4d5d964819624a3f941750939801b09b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "49848791bade443db8c71fddea8fee99", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f2e310fa1fdf4707876b0401b323b49e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "da9d396c79824b1da66939103b9ac8ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c579d6bc14f94480a64799ffa1f2513e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "dbf6df94c49a4e6f94292572780ad778", "region_id": "RegionOne"}], "type": "rating", "id": "cf141bd180914faebe08bbcd83302178", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "117cd500cca043168e76b3de6df9a5f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cb432cca663c44cea023cca9e1717d41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7adc474203194d82a9c9684f770b978a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "795748f089bd4f07b802486cd0c27fe6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "48d942e9a4f34c70a120dafefbc588a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4b411583a9574227872f52c571c7fca0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d0c8289ce5c4462a9c5c646553916a34", "region_id": "RegionOne"}], "type": "policy", "id": "6eaa98b3e03d413096024f93a1b05cdf", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f650140c24a4476fb65cacb24096234e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f411a6dea8fc46e8a831eef8ceb47250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0708e60802a647a08bb4383f5d948fc1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "539123cab38e452ca2709935ee77db4d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7f10359fba4d4e42852a4cbf3983ab67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "febeb3a640354e06aa4721d9865e20ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bc694d23d5a94358b12df040a2db16e6", "region_id": "RegionOne"}], "type": "sharev2", "id": "4a6d31f038f54944a87a41c4efdc754c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c5c42ee918b345658f144c634f5a7857", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eaf0bbf6965a421184151979116dbe62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d384aed98a4041dcaa74f69f81b90d06", "region_id": "RegionOne"}], "type": "share", "id": "b4226e0e674b4261b1dfaae013ed3137", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f49fe1c595b2414884da9ed902ed5c60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "36b45759979c4bcaa0d9ed5f641fa9f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "124d9e5b618a45219bc786003cfab845", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7261f8a49301483f998bc54878065e52", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bd33ab3956e40d1ad95eb562a6ff52a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cca443a340764711b89cd9c8a1685c7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f5fbb44c17445d9babf77a527e0e514", "region_id": "RegionOne"}], "type": "orchestration", "id": "0e5574d994a54f67bb82df0622434994", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3813d9de5fb4061a4c249d4f87b3615", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3680a475075b4aa4bf9371aa828aac40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7955231a63634565a662b3e716b0c8fd", "region_id": "RegionOne"}], "type": "block-storage", "id": "a0a905068120440ba2937b1367efcad4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "898826a7edb749a99a878a887c50455b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1ec72716eb94374bb40ad67fea0c18e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90c365e6efda4963b66ad8c6567219b3", "region_id": "RegionOne"}], "type": "volumev3", "id": "7e33c9352ad148a4b442e5298ec36f84", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf407ca38a5f4b2bab5b376dc1e7cc82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "809891b778744b75902bb268f277d4aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "760122386a2845d48232c1fcdb82e5ed", "region_id": "RegionOne"}], "type": "volumev2", "id": "cbedca4c0d18490b92e612742a7cd3a8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3609fe4132834394aecdff14e67c6d94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc5835ecfed047dd9f991f2a860a1d1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e657ddf45df249b685edcd63091608b7", "region_id": "RegionOne"}], "type": "volume", "id": "abc6b5888caa436ebc3fbf1b978a7b69", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1aea40e7c9f4161a661785960582330", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7329987f171246e18d0efa9dff85bf42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b976af1fcd4400f862905c954d4195b", "region_id": "RegionOne"}], "type": "block-store", "id": "d9a2eec30a89453fad721604d75ac760", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d807df86c49542e99212ecdc09dcb959", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0d83b8b463d24a6ea128ec881f7ba865", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e3137c6172cb4c7db84790882370be72", "region_id": "RegionOne"}], "type": "alarm", "id": "1558f2cf021d4f9c814c44080defde0f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "55b57f7913c749b48a166351b2f4e718", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c3b0c3b49e87407ebd92a2f5056e8b6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6b3f59dd49694c8dac3b5e23a9758210", "region_id": "RegionOne"}], "type": "alarming", "id": "4663cf651d604ca6bd503e1274c3a953", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "966ec54a681541759d088cbbfb4b32f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d559f57edb164baa8d7d801b7ff29a41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "83197b14915c45cb8354b156d4df777c", "region_id": "RegionOne"}], "type": "meter", "id": "88fdd38747d14d598474a4262dcb8c5f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7c982818e5f74cd795ead6b4df3561ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8784b6d316e74aebaadea809d8430b2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7554140d7c1a4f6aa7fedcb4c7785179", "region_id": "RegionOne"}], "type": "metering", "id": "85c9df7863b54878ae7b8b9acbbd9426", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "31e2a23b0175448590e358f4fe8e52b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e5f3dc1dad5b42e9a77db27bd750473e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6bf53ef9e0b44220999ba73a9649c3ff", "region_id": "RegionOne"}], "type": "telemetry", "id": "173e4df110164b818912d61d04b7f212", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6c7abadc961d43a5ae7cb580851db12d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "779fe23c39cd483f94a4f42ef7da02d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4ca56272d38d464cbdacf4371ed25d0e", "region_id": "RegionOne"}], "type": "event", "id": "b0a4d5ec5d9245899eeba6d48bb015bf", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9cc5db15f74c4d56a28c35d3dfb678e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7d1ee4944e4d423d8e48e1642fd97b44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "57253748c1fb45e38732e4fc1d82dc45", "region_id": "RegionOne"}], "type": "events", "id": "da3e50f106fc478fbafa5c800ede3220", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b8effc8b96aa42fdb7f24826b653548f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "26bf5952e6ee48f093d16a152f51246d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "82bcd185cc104442a82b3c2480c20cbe", "region_id": "RegionOne"}], "type": "application-deployment", "id": "175f4d80e42f469aa6ef38d0c6c35f94", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f448e7e9cee54533b43708e0e82738bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4bcd042c670a407f9229b2fcceb8b755", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9ddf28d4ee1f4b01af61e4be2fd10d85", "region_id": "RegionOne"}], "type": "application_deployment", "id": "cf6360cffc20429c965fcd150dbf5937", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3d757a51223e42f38793a20a2deab052", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ef80bf3c7abb46c595d0c2dcc1fbcd2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d1f6f689a27246f4bb56ee4b3d9ba92a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "52e91ccd18bb470c84ff8b7c26c7a45e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "525b22e247714855bc33bcf2301211b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bf1c90fcbcbf47d886a0fc378178ce57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c40cf4ccead14a509b6a4cdbf93fecb3", "region_id": "RegionOne"}], "type": "tricircle", "id": "e1618f25765f4a0a99da28bd98c91003", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e7178870e80445ac87973b85a5cdb5f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6d71c894f43b44ef8622e404a28c7401", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "66e6470f819c41a6b81139c5b42eb282", "region_id": "RegionOne"}], "type": "database", "id": "52eff497290843a9a6dbc9dfd3fa41d6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f8d08de147d04bbca47afb735a9e4995", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9719936df9d34af2b11e82f1bdcd9631", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bf1f5370e5434496bbd2d26e26a66074", "region_id": "RegionOne"}], "type": "application-container", "id": "8c8cb48c76e84a03a67af9e79ea1c8ea", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "79bfa58b15aa43978e2c631cfaf2401e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c0ff3c36f24444888cb00a6496a81dc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f7603e21706549f284781234c98df77b", "region_id": "RegionOne"}], "type": "container", "id": "2f223310e1f742548c5859f14ae0962a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5da47f294de9411fb124ef1c70f7bbfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1f3fee05cbed4e768916fd7a5bef4020", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "516de458467a4dc2ac2c18d6d4afbdce", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f51022849f1a474c81ecd170697ee1be", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9014cfbf2f54422d8836c9bea4e5207d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f3d12d2f42194946aa79ec75f1b6ed86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "81ef6d98e33042f1aa51207cf7676b75", "region_id": "RegionOne"}], "type": "rca", "id": "1b7ad2b78159422c971e74265f172a90", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e6fb6992884b4b009afc7ef68eb1c43c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d855ff459dd14ecba0029e5dcf16f98a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b908854baa0f49729a31a95e515382d2", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "70e340fa0d5c481b827edbf214856a09", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "88f99577dde84a04acb8cd5fa8a42244", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "aae575e2dde249ccb18a902491b9c1c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "661932bf213b4cf1a673e5f8059bb77d", "region_id": "RegionOne"}], "type": "network", "id": "6a6b2df89c6c411aa56ed3bb9463d643", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "8c9bf2f7bd8e41a3bf9d067803d4a101", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7533e38baccb4f8599073caf22e2e811", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "27cfba903393410d87c800e40b3ba685", "region_id": "RegionOne"}], "type": "backup", "id": "1643a3d8981e498797f465618a33ddef", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "994fe030278e4fe7b7ba19e2f8858a3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "43db361b86e14cfe834021ae53d59425", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f816830359184e06b7b40423899b5f42", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0e67bd10961649b4b2849e9fad0b5ef7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e3db091c490f433295538966f5a87463", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4aaf2e362223445d90016f9427513fb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "674fc577cccb41fc9cc80e2a02ebea9e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "68fbd2f7dab64dfe90778d0c5e4ee04c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "686c9d7d88e14e4fa96921a24afe75c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d045727855134b008a55ac69540e2f2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "fa5f7fbff4584beab9a402e2b3ce0ce7", "region_id": "RegionOne"}], "type": "monitoring", "id": "12b8ff617bac42fa8a59d17907385358", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e885fd9386bb47fb9f389ec936ed0a63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f28593eee7c340b28bc402d2f5120f84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6b150b762023445fa8e45c96ddb7829e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "01002b738ed943c795863bf7a0ca2c19", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d0e6caabdffe411dae85d73b2435233b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "fe97187f1c95493082146cb4a22c64b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "76cc0dd42c414b669875bc8b077d9eee", "region_id": "RegionOne"}], "type": "placement", "id": "62af3864638843dc80afeb53dddb93ef", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8aaeb98243a247fbb4b3e93d41713345", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "85f3f86803d649c4acce6c15f20d036f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "65dc71cece4548de99f5fd26c56d924c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1cc1547c180a4cc59690262fcb84aacf", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b50e0afa963c4ba5933b3464a74ac0e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ef791fc254c7497da1fbd024c7b762f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4afa9a32883d4405b1414aca688c9f6f", "region_id": "RegionOne"}], "type": "ha", "id": "ec25c0f88c8a4c2c9365efb6c99eb485", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4df231724e6b43b0830604d4f0e5d671", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c7f73da65a054b46b1a4384b75bc8cac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1a8d8e8b090c4b98a1ffeee97c13ef90", "region_id": "RegionOne"}], "type": "reservation", "id": "0e9c31ede83144a197dfdda8e951dbf2", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d2d1cad583834b849d1ba64c5dcf6ddc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b788468f69af4ffd8328d04faffac643", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b1b1682c9c3c4d6286db07e157450a1f", "region_id": "RegionOne"}], "type": "function-engine", "id": "0781351b323a4c4d87de36cc6cca55b7", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "138de0b5312e43faa75cfa5e6a215c33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "be64e8e8471f455fb5ced4c10c053be4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7a8e78f3ea264575baf141a43bade7a8", "region_id": "RegionOne"}], "type": "accelerator", "id": "29f7a266c652431692ad2fb82380ad0d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5c3c4a6001e143bcae66ef593cd8e506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "90fd9a3297b54fb79930e8626b1e20ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "090bb1bc89bb443082f031ba8a4a88f6", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f0b0c8192e1045fe9b1a601af595fbe5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "daa854565cd94168b0b4df6103a7d586", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "eaf43118583e402f87d1ff5dbcde297c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7a2ae96e3c5a462185fbaf5d61c9a274", "region_id": "RegionOne"}], "type": "registration", "id": "4a9517cb0ecc4596907d0b8e5253525e", "name": "adjutant"}], "user": {"domain": {"id": "095ade3c61f5477297569289180fcd89", "name": "74fb5c983e534f3ca59bf0912dafb67b"}, "id": "813a1f2492c441c1a783eeb7206d2972", "name": "2abd8a089bd843ef9af418311b29f525"}, "audit_ids": ["8e9bc71a596a41a8a38f9ef2ce91a5ac", null], "issued_at": "2019-09-19T09:04:39.238544"}} {5} openstack.tests.unit.cloud.test_create_volume_snapshot.TestCreateVolumeSnapshot.test_create_volume_snapshot_with_error [0.275063s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,114 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,118 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,119 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,121 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,132 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.049676+00:00", "project": {"domain": {"id": "6f586c7ab841407cb709ea7bc4a2ab4d", "name": "03e1f5658f6c4ecba3f1849acddc50f3"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "82ce8185cb0047aa851435f5e9fe2433"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3c40e90488ec41a4a717ffb1ddd2b05d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d131447e75c744318782bc105df9811e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8d62d6983b784f29ab3374ececb2bc5b", "region_id": "RegionOne"}], "type": "identity", "id": "8d9e4948e7ae464db6250310988e92f6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9baebae83d2b4387bd4b86a35ccda1f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "77f4bf7d28344a1a98ef3f50c5b8eefb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "db0daade28324b8f95906185af53f5a5", "region_id": "RegionOne"}], "type": "compute", "id": "dcaffe6df5b14c148746aedb477b0367", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "80ac5dfc62df4bf7a3dea936bf71e896", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7465f90e2f4c47e48999bc6faed1cb13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "99b2ac2b9cd2424aaf4a1c8ac591f800", "region_id": "RegionOne"}], "type": "image", "id": "a11b495447724611b135bb5718cb9c71", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3c465f88fd2547759486ad78b3c02a47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6c2a7da623464a5b9c68d889e13abc4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7536677492c7499da354ba262fc330c5", "region_id": "RegionOne"}], "type": "load-balancer", "id": "8836b513d7064fbdb373ec81832afc59", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61fcbce8ba6644d597d988dfc5c04a57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50166b4579094b61a752e709c0f90d8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb781d341a86447eb2f08d170bf67726", "region_id": "RegionOne"}], "type": "object-store", "id": "9563945139fd4252832c5ed4d9e52ef9", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c59355a1240e4d2ca175683ccbfd6064", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "25010011e91941ddadb6e62cb797bfa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ceaa70fc12634e019c0ae5a239853fd7", "region_id": "RegionOne"}], "type": "clustering", "id": "834f465216ea454dbecdb6991663cfa3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "18d824f32b9543b1b7539fb9d67c11af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "800f3e77415647e6b3ac3083a126d832", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ced2f1ffff7044db8ca340e855243ba7", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "024f10a140fa4b8e91108d89f86a03a4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "780fbc80e9e9477090ae3c6306c3aae8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dae24008ed47455890f7b2dbd52c9ce7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4df4e79972ba4c4b8952237b9758f7ff", "region_id": "RegionOne"}], "type": "cluster", "id": "cf4f96ae99b24f6480a09bb519b6f494", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7c907eceecc045d9b1626679bd515dbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0331652826bc43fd91cfc3c27a004355", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f6c0a621104d481a85e5a47e30b9175d", "region_id": "RegionOne"}], "type": "data-processing", "id": "7cc8c61a3d6646f9aa190586f03ceb25", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b564ebd5c1cb4d8193e9cd4f161c7272", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "106d3e9e411746cea2ce8928d57ed65a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "35e39e0009f348b18621cbc146f2eec4", "region_id": "RegionOne"}], "type": "baremetal", "id": "6ff0cbf77b0242e2a6ae94031800d8ed", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "029552250e0144028134990ba28e28b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6f24025ed76a434fa9c520d061b3278c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1a19b13cb43e460d92e6a582eab7196c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "beb1474f2dbe4d9c831c1cee9833af76", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6fa3150221fd490f8ad2719d9a5970ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a69e9ff184c54450a771596cd0c815d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "52ef93fc2ea1465f8c380a81f4c72606", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9f8ca9866e5c4ecc86df927a18938a01", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e08078acae2b44a899edf246603a73a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7e0887bd26754b13b6859fdf270bb656", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e0235a70da6842b9814364c18db4b884", "region_id": "RegionOne"}], "type": "key-manager", "id": "2c04b8f56f1d4b6ba69e4e754b3fbc1e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "65850abb4a5541b6bba53d9930cdec7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b4e1339108fb499a98001931c077ad07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "24b2ce3bab34437798b0b52a9ce0985e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "85d0e9bb46fa47338561fd4c525d1e56", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4cf0572bb2034e0ca623a9956bb0bd06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a9888494a8644110a35ef33b387d8378", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cc49701a11954262926d15e7580437d4", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0823ef55fd9f4654b592eca0c87eaeb3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2910ca5643c44e8b97f28f265f4a214d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "80d6b3896be3487c87585df7da80e438", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3e8763f0770c4612aae4c93a95ecd719", "region_id": "RegionOne"}], "type": "message", "id": "cc389fbd75c04ae4b263bff079d227e3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ed84e0d5db174687b6a74b72c1f5c221", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b8a385bb911a487c9ea82a779d886d60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8606b4dd4d7a478798f33a5bf2a84d8f", "region_id": "RegionOne"}], "type": "messaging", "id": "3b3010f984024af287c99084f78fefc7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "57faccc050e84dc9b4c25d274309b657", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b08b82efcdf74ae187e1e113f8bb5a26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "85e218683d054ed3913e1ce4b2e64ffe", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0c4410982bf341b0a930ccdc7b18f461", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f0a93d20aa7f427391743d8a210e7cbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7c5b3c7dc449403a8a1985534160be22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "55c3cc9d558a4e559677e18244d61b15", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "49225aa220cd465e99bfa24cc6f6a3f1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd4e2954fa82432ca26d05bd51cbd269", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d46261a52f4e4235943b9c0ae59d15eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "37687314047f477b9ad6286028270802", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ef2b177955f54f8eb5b887bb04102a68", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "40f2290e0c7c468b945d23916a37629d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6becdbee3f4f44fab7747901b5c101f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c403c6ba55d4376bc099303e1981668", "region_id": "RegionOne"}], "type": "container-infra", "id": "e6efb5dd230e40cea03b1b8082739052", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "54baef2db75945bb84ba9d92ac520c5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5a664e3ad33444d0b01e3e02e73ba503", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "556e835694004876871769c2e23a093e", "region_id": "RegionOne"}], "type": "search", "id": "7575a08480ca4cb88ed264acbe7ef600", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "548a0bd71a684008afe7a3664047013e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "5c200c228e1a4d7d9f85e99cd13404ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "fc86330b40574dc8893903093b166c13", "region_id": "RegionOne"}], "type": "dns", "id": "415453fd628048458b1527d98c9c8b3e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6af44c7188804c799b6ff168da2d0f49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "becc909dc3a64a27b296e813333b4a68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "200c6768981b408b8828439057f1230b", "region_id": "RegionOne"}], "type": "workflow", "id": "1c4b92710440443898c60326c03d29ce", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f5bbc8e38789473498e95d600478c628", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0934b528c8594d5fbf30c4115ac83219", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e386997ed0064eb4a9f8332cd7afe3be", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1618a7bf5afa4422acc5c843a3de956e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "319133b1d8e645feb672c63155c54916", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6087c115f629405f9be8e46d80dc673b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e85762de50884fca8b09aa231430511b", "region_id": "RegionOne"}], "type": "rating", "id": "bbd2863ed4b24c7ab6be959331bd54cc", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8fb9946270b74f7f83168b8de34b0342", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "35b6d9bcde1a4b99a434991ccfc19671", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e7e7dbea8a3b435f8ff3c373e9844da2", "region_id": "RegionOne"}], "type": "operator-policy", "id": "232d237a1d624770b19109241fa77014", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "77d9428b93d14e3da51e7794a7c3fb44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "eae6a7274106407d89c17c7e52722715", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f6d0d091c45b41a8940a5ea2d5be93f5", "region_id": "RegionOne"}], "type": "policy", "id": "2b70e6a358314aa3bd9014c49933e51e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "413289ce8b1d47228c7c744745393c3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6bba231f7c394efe95afe9a1aabab258", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "71dd9580455a4c5b8cc4b9c9e6f3c903", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f90891c10a6e46fd9a18f54c978b1eb1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d39a2242005244ebba0c4292be811141", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "23aa826afbe140fbacab580fd0382fb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "79a5639283e9406c83897b6a147fd0ce", "region_id": "RegionOne"}], "type": "sharev2", "id": "5ee20e6f9a4b44dba4d16c83f46fa3dd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "64b5e5652aa44b25a36fdf293a56413f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "99fbf717289849fda08f14ffd5df44d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7eb95a0d0ef94b7c832d2459c39926bb", "region_id": "RegionOne"}], "type": "share", "id": "00f3fcafca62475eaa5c00830a0ff354", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5430a51d201f4d88b375d546bf7b8331", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e8193fc119614dab8529a7d335d76b2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "96c589287d4648079ea7a2de1814d3e6", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0018b0a81b814c39a6dd0af7a56a21a1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6b1e64ae742450d9ba77f367b571205", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da42d98f36b04a03929c27e7b2a5c3b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53505eb1f4b246ef86d41b7f4ac0dcdb", "region_id": "RegionOne"}], "type": "orchestration", "id": "f8d326edbdea42e79c4971de7ce7d06a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ddfbf75fc7548c4afd00b3fa2c7b37f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3aaebfbc3b7f400ea85d9028482f4395", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6078d974d3df471d92bd60a5070e3548", "region_id": "RegionOne"}], "type": "block-storage", "id": "797e1e25e92b4c928a6e21c6c544c12a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54e543484bef47528b79bb4f5682ac6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86d036ed16f6465d95baae012cd78903", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09a164d1557e4a3b817d09269e2e91cc", "region_id": "RegionOne"}], "type": "volumev3", "id": "ea1f8a28a890445a9e09d26fc2e457ae", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eebe71dd167e437da51383849b52564f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c83c2863547a4335b367efad7a8a6745", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8e3611f64574ec1bb1b676902cf76d4", "region_id": "RegionOne"}], "type": "volumev2", "id": "e673377c8e45459eb2690e94bb41c2d9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1324259f923e46dfa36a0ff114684ee5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4148c34b876242a5bb7a5b96c020f731", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62ac4f7278a34e1887052abf41d7479c", "region_id": "RegionOne"}], "type": "volume", "id": "b14e44ad214c458296e2365e4878c159", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61116aa4d611436abf53f4c59f155a22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac7f71ede3e84ff487b2632c2c49ee0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c4756c1c63a4041b593f2f10f579390", "region_id": "RegionOne"}], "type": "block-store", "id": "a4ab02ff071d4a1ba3f24c3bdebacc6a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c6cbca99d1ee49a8b061a0867c897499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5ff020339c424986bcfb266f70f0b2d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "41a400041e2c4470a6893443830b4b11", "region_id": "RegionOne"}], "type": "alarm", "id": "ef7922cae39048088305c057a60bb80a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "25126ab8b05145d9b64a8f07ed2efe1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5ec86dcac51a49ca9eee5e7fd1f56de5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d670ff27e77a4434a28c7034c0e3ab0e", "region_id": "RegionOne"}], "type": "alarming", "id": "0c2260e1006640e0b89517131c5a78c0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "16718aaf28a14a28be83135b6da2355d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "da43eed1df1243e083fb1bcaf6272306", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d31ef4c04b91422fb7870f47ac684de6", "region_id": "RegionOne"}], "type": "meter", "id": "bb538dc16c19407b830c5ec00df689da", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "88cf12bd0a464ac699718c7584116df4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "40b866e828914884a1526593988e9c5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1586f0ee645c407fab252424a6709ea2", "region_id": "RegionOne"}], "type": "metering", "id": "394fab8d48e34612ae5889efedd34893", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1d2c2fdd7bb24b75b914ed34f589d06d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3831feb619664848a04533005030bb3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "06bef9cf7bf74507895ee2eb79127477", "region_id": "RegionOne"}], "type": "telemetry", "id": "3a6ae6115d7a43f581a16c32768ff497", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "255b473abe754245a0fb5bafc16b213f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "302aff2c0ef94fb293d19c3690a88cb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d6042e41efcb4b178398a3e51a5d633d", "region_id": "RegionOne"}], "type": "event", "id": "4a70196ba80a4668aaecbf381c173638", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b49f294443194f4abd30e63446fe385c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9b55114647e243ff8dfe90a7c324e470", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f1da493b62784fb6bb9492e90e57b4b1", "region_id": "RegionOne"}], "type": "events", "id": "f1ae4e63357a4b99b4d7bbb81d2ee78a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8277895ef8734d6d99dc2a88f2cc0ef5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "40bcdb17b9e745249332307fafa1c212", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "87764008514d4e6b89e754c668b35de5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "fc038c3d321a41018bca6f1cf439d1c0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "47f96c3b162745e5995705d18dc51c38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e5287a06dfd243d3b60d249bffe69504", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fe0040d174d6476ebbe0192674ef73ac", "region_id": "RegionOne"}], "type": "application_deployment", "id": "bdae838cdd4c41bbb98dadd568949d9a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "39f24420f8d041bcb83c6483766b63be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8ed59dee441d436d9cbcbd22cb674d7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "eb442011860643a9b32d9c817243e2be", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3cba7a750fad4f9189d4e0d1f2db55ef", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b6d1452c214b4985a0e78a14ee146106", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7171c53e4e5043629824742d8cea2e26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "70eb4eb367e4445f99ceda127a21e8ce", "region_id": "RegionOne"}], "type": "tricircle", "id": "8de416ef75c8452bada41c353ea5f282", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e1a3aeb615014547a3357d1df542149d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6b04e75cda9745a58ccacb47194ac555", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1c091a8dc9d44c4dac11877ccc481efa", "region_id": "RegionOne"}], "type": "database", "id": "7cf87123cfb24caab496c211ac57fad6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7d0606c737fc400582f30efe8cb9865e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "df250a4652b74bb3a74b56a21e8308f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ce0fb6b816914f3ca53973b883aa0591", "region_id": "RegionOne"}], "type": "application-container", "id": "0d92a8bf25ee477f8137c92c5c7d1c54", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dab74df2e2b0486faa93882c9995cf64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2620198ec1f540babd0089e1c84d6e42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5b06d6923a104d2491b6677e73c37d40", "region_id": "RegionOne"}], "type": "container", "id": "a6f3421011e04c1e9e41b7b79bd2419d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "42ec88f3ced740f586c984cce9df88f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "12886b84051a4479978805ecdbb8f9c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5c4253355a3748519b4fb8b4b1606d7b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "155d3f59b0a24fd5944f916180653069", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "db60ad8d64784238bb61c07df480f3bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4ce46c67cfcb4ad68973d0c6e4beab03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c77bd057c3d84e0a85ef9a345284e80b", "region_id": "RegionOne"}], "type": "rca", "id": "37605675230844788573b464b0ca6d75", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c29bb9b2ef1e4fd2bc0e63a1e5c70c5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9388185a6b1f483783b9042e07a7b344", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d0758cfaecb4424e9be1ebcfc600b478", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5f5f3213df564da8bf4d03a574265ab6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d06c85ff774440629577e01a9600b2fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "929f3cd08c1f441ea4c70447725220be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d1e9e3b92c354341922d0052e9634f84", "region_id": "RegionOne"}], "type": "network", "id": "ffeab1417a75431aaf30a3979a9ba35e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "021d3124244a4a49b198acce37b37aad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0162e2e883724de19c0d76047c0ef3d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "19da675f1cde445b90517749534ca89a", "region_id": "RegionOne"}], "type": "backup", "id": "da30ad96858a45f4a5238bb2d03ce742", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "479637aec4124b2a8bfc239971b90001", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e68f10e279be48328cb1e164ce193166", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "074894cc55a441b0b77347da5d9c24a1", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ffcea309dc014a2086ff5ae48caa52ee", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "961b0c1bc4ed4b788c46554949dc3447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f767a71c4514490f8fc116409389fbd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1d26e395508745cb83fe622406d5e08f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6e19ad485ed543f3aaf6089aee64a25c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9261944f34ea442b8759a2ce2180f975", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c74911e9077c4faab4a77e462ed96a7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "d74ca7fa899e47eb9dd2e64788cf62b3", "region_id": "RegionOne"}], "type": "monitoring", "id": "0648428717964ec78c9f8fd76ec4b554", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fd40140bfa524aada26d7d63842a193a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bdec27ff15cc4cb8a741cc10c16e2765", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6b6ca5e6b2a4409c8fb55737c153ef22", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8056b555768b4034a564c268ac8923ef", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "88e874a7fe594e4eac8c4d73b264a95b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3c3b25791c96458eb146ba4cae135770", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c39fc4ceb433410f98ca85d6bdf9e47e", "region_id": "RegionOne"}], "type": "placement", "id": "dbc6b0d4207849fba286a1fc0a07ed63", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2c4777a52e784417805ce7eb0d7fa507", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c5a2d60cb2ff4169b4bfbe13a71dd958", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f7f11e8ade3544cebc1819adb1d595dc", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ac040459c9d34b5992eb83542f7eadeb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "509fbadd48a248eabb3a86b40c090376", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "645b1f1d0bf9422c9e94e73a6dc3608f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fc06b276a0ad434d917419df4b12ef45", "region_id": "RegionOne"}], "type": "ha", "id": "6152412ae7cd4b1490023e632d521fcd", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "79d6e88a641d4859bb6716e7fe617a0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "52addef7bc5a4289876441eaa47ed38e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "deddaf00ef6547759cd766cb107da80b", "region_id": "RegionOne"}], "type": "reservation", "id": "9747aac6f351496cb3e81b16bc7f209f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0f50a6453ae1458fb46f0ab9cbc4a5de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fed36df684ab464c92b4e601152cbc8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "309d5cb2412a43b1abc04c0ccb4a84a0", "region_id": "RegionOne"}], "type": "function-engine", "id": "a37e82751dd146bc95822b2234d5039b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4b1b9b7c28f74f31877e5a4cfa11e7ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "efad00dcdf0a4f36a4f044635a9db9bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1bf8f61ddd2c4abebdce882555c5bcf7", "region_id": "RegionOne"}], "type": "accelerator", "id": "6c81016b4bcc466d9ea8048f293d6be6", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "63cb038d83514d778a95d887bebe2b4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ab1a30b33810465ca58216fdea05d3f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "dd94b0e1be884610940d7549cabf1af7", "region_id": "RegionOne"}], "type": "admin-logic", "id": "dfc3ae157fc74dc4a622f6753865eacf", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "68595e394af140af8ece298ac83a6ce7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "786869c787814b5185a01fe3cbdd90a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e8604d7b4f3e4dc89a296cb42a0974c0", "region_id": "RegionOne"}], "type": "registration", "id": "62e5016a5a024246ad5dfe82907ef630", "name": "adjutant"}], "user": {"domain": {"id": "af3fb3d8cd344e8ab10c71bf63092a40", "name": "6c1bf772cb834f40b1f6251c3230aebe"}, "id": "696e83286b0a416999feeeb35daf7b92", "name": "7f85c90b29204bd39addf37998ea452d"}, "audit_ids": ["88da36c2d4e8474986e0563d585c8dc0", null], "issued_at": "2019-09-19T09:04:39.049676"}} 2019-09-19 09:06:39,217 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,221 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,222 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:39,257 keystoneauth.session REQ: curl -g -i -X POST https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"snapshot": {"force": false, "volume_id": "1234"}}' 2019-09-19 09:06:39,260 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,261 keystoneauth.session RESP BODY: {"snapshot": {"status": "creating", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "bar", "volume_id": "12345", "metadata": {}, "id": "5678", "size": 75}} 2019-09-19 09:06:39,284 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/5678 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,288 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,290 keystoneauth.session RESP BODY: {"snapshot": {"status": "creating", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "bar", "volume_id": "12345", "metadata": {}, "id": "5678", "size": 75}} 2019-09-19 09:06:39,292 openstack.iterate_timeout Waiting 2.0 seconds 2019-09-19 09:06:39,313 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/5678 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,316 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,317 keystoneauth.session RESP BODY: {"snapshot": {"status": "error", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "blah", "volume_id": "12345", "metadata": {}, "id": "5678", "size": 75}} {29} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_with_server_error [0.337495s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,051 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,053 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,053 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,055 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,061 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.998847+00:00", "project": {"domain": {"id": "7bc8a2c8a3a14fe990d3e4242c642bae", "name": "7df7ba53e5b048f2906d046da00f7de3"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "062be32741614611a8f6d256e7b821cc"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "be9af19dea144e5ba6b264e0907e7c19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2321319828284776ad3f317730559685", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "3d2e18073478427bae826bee1c94b5c0", "region_id": "RegionOne"}], "type": "identity", "id": "f29b990a33bd40d19473652c611936a8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5591be1846724bbaa4261b0827616932", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2f9894055f5a47beac3c7f252114bcfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "1147d73e5d914d45b1bce0d210b07430", "region_id": "RegionOne"}], "type": "compute", "id": "8d59f804a4c4432aa9ab70a1ef54f858", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1ce64ef841be486984f3621a972fe92c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "4b88e53dc7c2405bad8f83b1d07cdf66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "fa62c91b4c6948eaa889e70565ddef8b", "region_id": "RegionOne"}], "type": "image", "id": "76786e726bad4a96ae00b37616b4870b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "93240698c63640bda779b2d2d052544b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c0f958fdb08d44bda055ce49e20cd8fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "dd1346319d994a638948a40097ac8d54", "region_id": "RegionOne"}], "type": "load-balancer", "id": "3fa79174d6fb487cb6a1c5b0314b0499", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "faae41b9fcec42339beff1df7b396263", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "281794ea176c4219b05517f6fa58fd86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1991632f203c4f60863e999f77ce4ea7", "region_id": "RegionOne"}], "type": "object-store", "id": "63f43bb565cc44658280a36065c35b40", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b4b02b247f3745c0981f2b905a661138", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ba6ad4f393284be49603eb3154d7577d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "32f37c2215e842158a552ae3c8ac83f8", "region_id": "RegionOne"}], "type": "clustering", "id": "887e22db70d744d3b6c0bcda309046b6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3050bd3dc9eb44a78a5e8c8baafc8c4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "81282841f3d740c58bb34043967dad4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dd32c84285134088882a3186fc2f480a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "144885cc6ca6495d9d304137363fc58b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "98c1fd31e29f4ac4aa5337670dfb80aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3ff0ea28050c40179ef65e00df70d74c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7f36a5db85624383802a0586a029e97f", "region_id": "RegionOne"}], "type": "cluster", "id": "dbcb8ec551db4127b6d55697cf681c4a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bddcea8006384f52a44c4b5576086a5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b4eadb44d2ec481bb91ea6aea1e27abb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "35f8449932704128930638356c4c844f", "region_id": "RegionOne"}], "type": "data-processing", "id": "c0d413dabad748128a79de96cca41ee3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c051c22240b348e6acef66eadc983d7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "867df572bcc746108925e0fcd04f7f37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "868aeffcb5e34e1781f90c3a51fcf2f3", "region_id": "RegionOne"}], "type": "baremetal", "id": "9ca69a9f12fb42ba8125f49e1faac117", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c968ce67b5b846749e76dd3d1ae57854", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fac02031876f4870856ec19d502952b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2cf73a62c8334c8bbc18b9ebfe4444c6", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3f9f3a5d48a04e76a83cd589bf6d3877", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a0d976d4f21641b8b1aeb6ad66d549fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "01695b503d4a450b978a33745ccfe770", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "6bcd4253c1b2424184c6cdb89c20a2e8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "69922d5405004ccc9073ffef88f7640e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "53ec205b7363438780ca5a5908625b65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "379be5f375a1489696bee9dccdd6f55b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "fd30f97b4100497aa038fc22d21027fb", "region_id": "RegionOne"}], "type": "key-manager", "id": "0c419bb3a6e9437db6d4787115486994", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "992e98aaa4d94b08be080f2dca313918", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ec3d614b74184845a1ec4db435799920", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "18f53cae8afb48ef8ba10f250a515efe", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d5f05cdccf9b412f969e4a2ed5aaf6ee", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1678c03c743843c68465b13d338d29b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8034e0f100534f0fad1d6d51af4b9213", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "01559f793fcd4678a83f1654d7be1503", "region_id": "RegionOne"}], "type": "infra-optim", "id": "bab4b352a0dc46d59a2aabf5a4b7abc9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "efb45231f63b4d12969a5b3438d08803", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d98027d5274f480eae90000e70361aca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b3bae8fd334641b4b0bcb070a1f03fbe", "region_id": "RegionOne"}], "type": "message", "id": "e49bb6806beb44489282b3af814afcab", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "876dc73ad55a4ac0b4ef9aef6fce3584", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "abc103af90e5475f8c53323d1f56dc0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5d43b37e6b6b4de3a2618092d778619b", "region_id": "RegionOne"}], "type": "messaging", "id": "ec6be0a95591448e992180ad04b12e95", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b64d28fd52ee49718991a01fdca1706e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5b95fc36108d4e339c2dcc6e5c0913e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ef1f8cb228b245e4ae43ac10dc80b93a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "50388c8e97534a32b85b0da4d9c84ac7", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f6a79d34b6ab4ae8990b52421d909dc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "56d3df6bcfca4e289d3d1620796ddedf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a377e050562e43dd9fdb467fd97a3a56", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "451dc8d551584f749b5224d429421468", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "914b5780a69242dab270b42d50a8183d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "85bc9f680fd44d58b5ecbf2dbca006d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b4f79b7ca3d04aeba8087e78c887d584", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "360f8e97f23b42f48beb6835b3e2359e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd0e2c8082774360b26b05b8ccdd6704", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f95388784ef147b2b74ceee30678f9ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fbdac634349146c9b1988a83baedbd5e", "region_id": "RegionOne"}], "type": "container-infra", "id": "5be56d43368449bfa034240ba3d79264", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d0ccd712ddac44a588174a1e006636cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c1f8f7b186424c2b9dc382b69fd32093", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3d3b97a562e7468bac78b38a1d541c4e", "region_id": "RegionOne"}], "type": "search", "id": "b728789728eb40d0b61c3268ee7011bd", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "0665203fd38140e28da52e9a0de340f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "090a9cd12d9048bbb1c9906cd06bd8d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "54c0992992ad4963b04d65e1567f1242", "region_id": "RegionOne"}], "type": "dns", "id": "38bd59228fc44c9ab8892d3f1eba9090", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a4b07a3093e24d86941e21c0ead8c482", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b9bde083369e4a178ed63e570538120e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a4bf54e5c4694747a98c52f21c389484", "region_id": "RegionOne"}], "type": "workflow", "id": "dd445ac6874749379b95fe7d393db763", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6bc59ad693bb4092a68af2d5194b67b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1236f3295f264263b02f44b295a53f4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7d73a81c980041d2b1cceba1737a4af7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "02db072bcef14b989b5b9e730b28e777", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2f3da71e53334ac6ae16c406e9a104b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "409390ca381d40e5b59efa59aa58ac61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ced8894c48f94e47aad75bd6f50c8603", "region_id": "RegionOne"}], "type": "rating", "id": "7d2cf6a1783f443c89ab1bd2b75e90bf", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bf8cf7486c31425b82b4ee4940f79271", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0365e49559b74f56a42a71febda01c3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "20a66b55099a45bbaa47e291e2cdae30", "region_id": "RegionOne"}], "type": "operator-policy", "id": "89cfdd4a69704dab85456b82bb9ca37e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "85f676e3f955421098d98f3798332696", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "85408526ac804636b0fd516f1a08f56a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "25d1f471913647e08228e2fe745a16e2", "region_id": "RegionOne"}], "type": "policy", "id": "1b7bc3f8478a4a248a3fb21a1fbdbac5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8dd14d9c72ce4d85a6d42b69ffa16a35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8565eed1708d412983e66d6622798fee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c2434a9f9ee74665bb108f29b26f1aaf", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a0ab1d7caee344be8be38d6ae96c2633", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0cb6ad5281d14d8a9d27d70fcec9d388", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "12b3b60d4ee945da93be7de95b71dbde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2b42beb724c84b2fba79526830b5b7c8", "region_id": "RegionOne"}], "type": "sharev2", "id": "4b5221bd91ad40258299ecf0d6d32356", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4601c5ed2a1648868b68e95f62d070c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "09758b299db24c0585f59bcbe4238762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b730e3b35a884a7fa9288dff275fe75f", "region_id": "RegionOne"}], "type": "share", "id": "0ae257d585a54388b6c502fe2106434e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e40c9d16cc3d40e1aa7a95635f233d48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "61b66923a8734f6895b69ea32bc8fed5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c090b3452a57410ab96f1d38e31d85cb", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4be2a4ff1f6344d9a9d159cbe54c4990", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9887bc2e26c44cc8283918198b090ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f547e3a95e004fcf8a25b568013aed98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2eb25f00e40d47baa4775d42f2ce56d1", "region_id": "RegionOne"}], "type": "orchestration", "id": "694da3d511d44c3aa8d0ebbf7db823f2", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e88a911410404729b676b6668ce088fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fbe237e8ba04c1ba3a4e419b83b50b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da8172d62ddb4a229edc916b4ff220b4", "region_id": "RegionOne"}], "type": "block-storage", "id": "74cb7c628bc243c295072539d6f9c5ab", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db51891b70dc431dabe336c7e6fa3739", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e8d99fcbe3447f89c024de255df54a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4de22c71087447898dd58c665c62aab", "region_id": "RegionOne"}], "type": "volumev3", "id": "3070accb12dc47f1a8f9317f1fb45a05", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d991cec6eb04f1198d1657e6ec97270", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82976c2b3ba94a84b2dc0df7a49547a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "890e0280780942919c5785ea66a31349", "region_id": "RegionOne"}], "type": "volumev2", "id": "c6f4ad91624b4d9b9ab799c891acba1d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6de238da47524ada86bd9b21f70d9a66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "367a9ab0cbef4b148fbe3006ce004bfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5a29002d4174a5f973127de52bc0e59", "region_id": "RegionOne"}], "type": "volume", "id": "aee0b4ab55b9445bbedb03399c51b932", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b16129e926604811b1e131bce3e80e7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1f6ebddf21f47a1b6c2aa824a3451b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b5aec56d20349c08303bfbb3adfeab6", "region_id": "RegionOne"}], "type": "block-store", "id": "806cabf1f5c14aea9f7eac5c8e92e457", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "85229c0265cd46d498036fe20aa4afa4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2ff3d263a17d438b9ff7bf8435a73f73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "99fd138271424551b91309ead95e93f4", "region_id": "RegionOne"}], "type": "alarm", "id": "c821760028794246a17bca1c6ec9e577", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "faafe86e30c3419ca4f5f6d33adabf86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f9d58b6229f14beb8fb5df422514aba7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3a3865e154114d3f973d60695ec25ed5", "region_id": "RegionOne"}], "type": "alarming", "id": "10367a4c1d2f44f8acab1849d0417121", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6d13cbce43de4400af62165aa4d99b89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6b3ca468205b497c9ca2526eeb9c5b37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0673f870e8fd49b59e10d6cc24a7aedc", "region_id": "RegionOne"}], "type": "meter", "id": "8db10cf8008f483692d23b8a4a136fac", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e9d21144ccbd4e2fb5aff7d0da357364", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "247f45a3ad664517a64e87c62856a1f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a5d02d7f5d804b6bbf7b984aab861abf", "region_id": "RegionOne"}], "type": "metering", "id": "61e5ef7f82e445f486b85d1ac7e01577", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cd065c3259014b18b85a3f3e09f7251f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f694d79d76bb42b8ac1ceb7466a48e49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0c969f5b1d0e44a09dfe6c2236cd69de", "region_id": "RegionOne"}], "type": "telemetry", "id": "b055d88f83a84828bdbde9d0867ff2cd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e18394cdeb954dc69027c8937ec89d07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6a520cfdbc2346fc85d06c4ff2a68225", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "100efccf1a6e43739e823739708647dc", "region_id": "RegionOne"}], "type": "event", "id": "538deeff492c4d7bba3f720fd8fa4db8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c307ceec7d5f49d7ace2f501bababcc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "99dae9058d5e428ea4db8c65789dff6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bd1718a93f6f4277ab873c5ab14c24b2", "region_id": "RegionOne"}], "type": "events", "id": "0904a6f366c1441bb926fc9355de1f76", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b548f271c99149bb88bbe836e2fa58ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "48633c358d6f47408588fac0994e73c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1ae9cefa057a4a5e9cace7238cc75597", "region_id": "RegionOne"}], "type": "application-deployment", "id": "825d68e9c19a461aa147f54dd6b4824a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "752aed74f8aa405eae73d8be59d37b14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "818ed01bba1f45fc8a2078e89d53ec29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5925c07a4ea540b8a89ef6191100bb35", "region_id": "RegionOne"}], "type": "application_deployment", "id": "30580135e9f644ddbd7c764bcad2cb63", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2d201fcee543455e91bfd442cfb68ff8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4d74e6a9f9e543ecba0972c6f7f36b06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8f327888b5d242e2a4d9dcb6c614a0bd", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "58078470bfaf46608db6f9029e0e8b26", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4d68e5c9493040afaacbca05df89a564", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6a75e580a0c7464099b01edd5cdb06ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6a45ef3effef4af1b6310cb3d5c3b64c", "region_id": "RegionOne"}], "type": "tricircle", "id": "f37e5bcc32cc40b7bc58f1812806a084", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "25ea74faab6f49bab589af06284f086d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2ad4e6e3e09c4799b67bc9c3ec75d808", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d809aba0f9fa4f4fa9085988c9eaba2d", "region_id": "RegionOne"}], "type": "database", "id": "ba9e071818a04517b58490cfc60e7358", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "de5639076cfe4a0daca745c8f5e98db7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "16597f7f23d4471983c02ab4e6754313", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "976d765abb764b6aa5dd6eed8bb5f2a5", "region_id": "RegionOne"}], "type": "application-container", "id": "60ab22fb1a0d430e85006bc6cd25afc4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8383c8dec03c4f0a8df24c537ad2c5f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "59d274394f6945f394104695b4ee0bf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b22ed7cf22704b228eb8f89c3fc2b9c6", "region_id": "RegionOne"}], "type": "container", "id": "6cff694b7f164ab3b7faea0e802d552e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a6b1d21bcaa2422bb11b1ee0c61eeeb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2150d836727049a7a62c7f6a4cdb4c52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f65f76d9edc14e2fb5bb27fdef600e9b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "45fd456b310a46838b2fd7fad44930e3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "52974a90bf9342ceb75bed2bcc4e9ae9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9c841d952182435c937e97c966a64ec5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5008bec3674540408a1210584a44f8d4", "region_id": "RegionOne"}], "type": "rca", "id": "88dd6f03ece84bb191035b4ac45011e5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "56a1e37681f249af8a3b7e9a1fdb09af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5a9edb30411e4792b4b154bb1a4f5584", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "2524ef2f5bd74c87addcf2e1a6139b5f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "bb80081a82344e06964a6806cb08173e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f828c89dbb9a4a7a8bbe281138cd35c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "01edebb539e3446598374f7166362eb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0cdd31ad00524f3e881caeef9154e8ee", "region_id": "RegionOne"}], "type": "network", "id": "22a817730e1340969a5fc4d6e67ccf19", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9845493300be4d2880c54680125004f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "bdfc660a4e6b434db865cbd92cc3d52e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6611e032b4994e69b07c4c77ff315f04", "region_id": "RegionOne"}], "type": "backup", "id": "7ce07b5ecd7848a39a2b76be6deff85b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8f7e5e794bc140d8b09f8324297db9df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "09c3f0201ccb45ea866c7a336d194788", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9d4c7d438af74900b7fe6ddd3b5037ba", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0764fbd19b8f48ae83a1f35eae27b1e5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "118b63972aba44bf8604808958de557e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e10e6274d0354053bcee5055dda60057", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "df500c927608424f95e621ff456da383", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "44305417ee014b65868f560a96624670", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c5d4975baaab4128af24fa4a6db9ed2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "43ee2ae426a34b729f534449c495944e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "7863881ce718400e8e5c877b15887d5c", "region_id": "RegionOne"}], "type": "monitoring", "id": "17e88a1915074a6a8dc0e99a8ae35fa4", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b3af6c4f9ea041e6a6ab75f028905d97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b890587961224511897e6dfaf1cd6cae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4961a967f3c142eb9f03e1a670e33105", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6e4695a5a930411a935eedc183071c16", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3ebd2e1f8725488ba7b0cd52f6c534f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ea456034b4514105b4af4d37e9cccc82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5e811b79a27b4f9b9ba8ecf9e810e32f", "region_id": "RegionOne"}], "type": "placement", "id": "ab685679c7394570b1f21867d998ee4c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a23ad90e15f44844bd6ec55b160b3a32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d03f1efab3e74cec8363cd73b8ead940", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f906b4375f66477e89bf6231dbc32e1a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "3ad6b899f0ff4206b801c4d5e136bb91", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3ac0818ec1b547b7b2cf34acb11e9dae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c0f7d2bcaa8c40fca35c9ccd33ef0594", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d8baccc3683b437980e20e666b0b4f12", "region_id": "RegionOne"}], "type": "ha", "id": "130f301f279f44119f3df7504c2a0d6f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "91297a24544344b49703239489db67af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "98744dbc01904ad5bac1ec26fcc046d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c89b073bbf1545d8809e08e27d1503ce", "region_id": "RegionOne"}], "type": "reservation", "id": "7dbb0d663a0e444b916e1eb95b96904f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d6a7a59c68ca4910a58999cf07c71197", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a372d5261c2245b49db66919d237f7d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a64eb614e573470f8ee86d6985d51168", "region_id": "RegionOne"}], "type": "function-engine", "id": "7de8db81646f4941b132b31447b5c4f0", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b1cf66331cb349feb3f1a42e3c45bb6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7066e4b089a14b91b442c589b09cd4f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "eeae66573cb5454ea5513f8bfae65f7a", "region_id": "RegionOne"}], "type": "accelerator", "id": "8748c2eb43db4ba9b9a28c9777402967", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5c74cefb81a64f8aa1bdd74c58f80844", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "827fe2c83d134f6bb69480139c18d178", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "02f30b1cd116452e9099d051481834d4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8b35333494f148c09533b17afa28f37e", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ebebb59aa29d4a498bb9801d36a92af6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a3fe617bfdbd4060ad3d5176c9e2ef08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "17a4d68bac9c4074889fe4dbbee1c926", "region_id": "RegionOne"}], "type": "registration", "id": "2a53311e9e8241f89a9aa8d0e8960670", "name": "adjutant"}], "user": {"domain": {"id": "5937998f3247407b9d00073bc53b9834", "name": "7bccd31a0bd943af9cf1f702f3fde14c"}, "id": "6527dd51163544d19de5dd97e5262d1f", "name": "21541fc9b11546b38f69a815bac0e854"}, "audit_ids": ["8a65c0c177c24500867f813fbe8b30fb", null], "issued_at": "2019-09-19T09:04:38.998847"}} 2019-09-19 09:06:39,215 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,219 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,220 keystoneauth.session RESP BODY: {"networks": []} 2019-09-19 09:06:39,282 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"min_count": 1, "flavorRef": "flavor-id", "name": "server-name", "imageRef": "image-id", "max_count": 1}}' 2019-09-19 09:06:39,286 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,287 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:39,304 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,308 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,310 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ERROR", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} {9} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_delete_floating_ip_existing_no_delete [0.572502s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:38,965 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:38,969 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:38,970 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:38,973 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:38,984 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:38.902233+00:00", "project": {"domain": {"id": "36f20eac7d734c879e38f12b87ad79d8", "name": "d592f17f78704e1aba5bd26404bedf3e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1c312832f66740c09ca47144b2e4fb3d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "538b9ade9a46473c9e4e95c52d55fc7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "04f2552a37de4c578828509b698ef888", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1b017daa0b1545b1a25e6af3c917de10", "region_id": "RegionOne"}], "type": "identity", "id": "10b414d679b14327a09e39d7675cfaa8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a695f178f38148b5a2b5e8e7019a0f47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7f3bc403f2eb4058a18b46415d6ca199", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3f81e38ecb72449a8f9b0835eed5b627", "region_id": "RegionOne"}], "type": "compute", "id": "4b809f49a84847ac903fd82b4b39bb82", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "911854cd49c2410f954a74e5c1da0b32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "447117d12c754c8eac1d68d98b5f8cc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3d3f32a0b9f8433a83c246c5747d3e39", "region_id": "RegionOne"}], "type": "image", "id": "f95dd89d7b464c69be5b27d408c09c39", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3f5521dd29544195bfbe5adeb1544d67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f99ec3eac50f448e89daed4d024a553f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2af58c225dce4e19b7788ed63943912f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c803bb69e9de4684b9352044facbc4a6", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b056c9486ec442fab40829c0cb9dd250", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28b028de67444b4b8c4428d2658a887b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "507f031905bc4e12967dfc6e44cc7979", "region_id": "RegionOne"}], "type": "object-store", "id": "3ab8956f8fb74a11a2b42b7070495e82", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e572faf74a774bb493baa961e022698f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "37f5ee3089614d6daa9874bdc77afddc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ac4c94d5139e40cd9b407f880fdea010", "region_id": "RegionOne"}], "type": "clustering", "id": "4708a28ce82b43289e85c01208753a2a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f2b738a5d6e64be5a78db361c3ce8b70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "81bc0e22d2aa4b3baa03bf2620cafe59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ad8d6d0c4a5544ceabf1843ca735bb0e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d872f3799b264d1aa4e5fa9cd08fbd13", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f1e2397a087f4f43a5f5085c4be03d5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f04353862bd546d19092d864b4eb0b7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "13b58823f671413eb7f203bfb3c1523c", "region_id": "RegionOne"}], "type": "cluster", "id": "8ca3ca8683804baf926ee2cee480a95b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "86ad93ff3eea4386aa910f2568a3062f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "895000fd4c1445999ed0508f7e9c37f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f383ad9fdec24f2b9463853b88b543c0", "region_id": "RegionOne"}], "type": "data-processing", "id": "09a6380e8fb64e218628ccc780b3b60e", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "94619c1aac754c978a3da4fb7e0dba8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "68fc2373029742ba841d034a7a66fdce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0c3e43968b8149fd93d5dc430a2ec6e8", "region_id": "RegionOne"}], "type": "baremetal", "id": "b3ab0827aba94de687a2b9c0b1df0410", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0c1890f263e743268e8e622effa78b20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8d4527ca04aa4a5da8474388f72f5bfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6c0ed71c7c30467db171f26458a87da3", "region_id": "RegionOne"}], "type": "bare-metal", "id": "16f37f2a17fe456a8a287f72cc76711c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9c63bbbf754f4d5193161cda85a8c8dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4693697bc6904cf1aeeef0019392afda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "02552336a6d146a5b463ecfbd54200c7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "48a112cecb7d4cb9a493d4ba716dd946", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7754764a222b406b8cee2373db919af7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f79a6898571844069802cea651bc9f6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7aef4140910145b2876523632a84c815", "region_id": "RegionOne"}], "type": "key-manager", "id": "803b1d0dad5349b08ad3c630ca81d7b0", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fd255827361f474880f4060f6cf19a10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1d3ed33eda2e44b4894a734ce1d566a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1a89809c54a548eba5111b1cb565c7a1", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c10bfcc890884b23b0ffcdd7808ea3b3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7a0e7dbe1a264644bb38b398d860cf9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ee48c19526c243e38ed51bb3a1926038", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b5747a4beb5a41eb843676679af59d4f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9aa2de8651f140f68901102187c8925f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5d65f17661fb4f4e8ec2edf654730571", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "db390a5bcf9e4f13b312fa84bb6acf0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f41c5c9630e8456d96c5cae3fa0f4ea0", "region_id": "RegionOne"}], "type": "message", "id": "d91b0d9e9ab5438b863d2767e0139975", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "308798eaf2734cdbac8234ea01d796f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ebbdad4dbd7e49a9bff3fc1682b41021", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "64a7aab42e5447b9b2da21d5571536d9", "region_id": "RegionOne"}], "type": "messaging", "id": "1e4083b5072241ea9ae67c41e5d76228", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8f3948c9be71425d93831679d666a7a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d11759a1d20e4b488d5ad1d1aec0c9bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "26493410ec7245da969fee56d4d60ec0", "region_id": "RegionOne"}], "type": "application-catalog", "id": "56767170a68e42768c756d4469477e41", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "da90d749c2294d8290c7a243d5532279", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c8c183a1714f4f5c9a9dfc09bb4a1e1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3947ad74e3764a769e96566f40bf91f3", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c88c896001ac4ac0a3188ac9bc3daa35", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "20831658f8cd40f09811795042c6fd23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a849f5b04abf4da6b189064daae80aaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3dda420dc8fd4c02aaa9fcef89e3d5db", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "752ff04e7b324d4993df0e65edd4e38b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "27a4b5eb4a72473ea824e45d7936dc63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2567ed2065684eccb7115d5e3b843047", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9ffd857fb5d649939e48177877fe983c", "region_id": "RegionOne"}], "type": "container-infra", "id": "869654f4838b423d8744b63c3e09024c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "675516a4376a47039950b3e20f4dba58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "65f3860647c5429f970727878a24dac1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9618babffe8b433c8b96ee66fc5a3133", "region_id": "RegionOne"}], "type": "search", "id": "d5ec8f70419a499fa69972f98374adee", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d9ce6106f5e94765ac80e879681b0318", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "89b63c304a18493f89c119b744a90cdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e009c82df6c147179822215eb497e404", "region_id": "RegionOne"}], "type": "dns", "id": "a4f39ef2f18744be8e3cf9485dc8b2c5", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b3f70c78a1ab48acb9fef0d786dd0424", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "90fb2ad230624d3dafb7099f883fac30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f40ff248a0aa44f3ab733231ab1d90e4", "region_id": "RegionOne"}], "type": "workflow", "id": "8e2f6e53c82c42e0aa2386f76a7e3cef", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2c5a549b5a1e43aebaba5b60ea9ecc40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4b6cd340115e4c46b08c773beeb66b19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0604f36501a34287bc0137758f262541", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d115f06bce424f309253b5178332a6eb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "884dcd7d22854c7abd4215e2428ec45f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6e0f485cb1b74582ac1d03e7791799c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "259cb949663a4e45b187e9642884b2c0", "region_id": "RegionOne"}], "type": "rating", "id": "b4c7bd21d9e4401e8377b9c8d255cf27", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b241fc8c741c46eab0c13b934bf4de8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6148af40c4334640930eb511d7094cc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9517cd1a944a4eedba4edf6de2df1f75", "region_id": "RegionOne"}], "type": "operator-policy", "id": "aa2c96ed37984c7cb882a7780d65e492", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0348ed1c466e4baa974f1b3caa43d6db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c07b3d28189e4a7aafef832ed0cf8fb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "966316d1a9f04269830563b7eec6964c", "region_id": "RegionOne"}], "type": "policy", "id": "5031fca956b443bb9d86ce98fd02df5a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a0f581896a8f4af5b0b75ad858c7ad0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0b042a8affff474ea8783e0f2997fa16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0336724f0a634a60a740d17e85efa423", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7f6195ebca4d4cdbb12db0a5b29216b0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4e2da36f923b44aaad3591aec334538d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "020ecddd526e484794dc6f13e5f0f641", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a6cdb80e6af847e59166003d5337df48", "region_id": "RegionOne"}], "type": "sharev2", "id": "40e1c4f32b944eb6bbb844edc209e8e9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b1f2c64e35734071988cfa40dea8de24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5a5157f384624a12b9f9c29f4c76434b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "231173f633aa43e5acaa08a1c4c7c240", "region_id": "RegionOne"}], "type": "share", "id": "1a94e0bcfd094312be8f2167f54731db", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "628ec2d218db4326b59dd274178f3218", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "cf991eba3ee4449a822e631a71418391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0a944d3e7957492789f8ed685a6f5ce7", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1b52171b53c4424eb4d33a5638034cea", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5ffb6ee02a844678924e992dbbbf403", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "718f9898c6e44889b4f7d88c848c3671", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "600720a4cab1482caf08a92d37b79e6e", "region_id": "RegionOne"}], "type": "orchestration", "id": "42bb655bab9b478caf749dac8ef55f25", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "979a854bfd0e42fbb706ecf9f10600b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2890c3d859a147c78961a156c3f7eb1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc3dc520563d4f618d4911d842df0a6f", "region_id": "RegionOne"}], "type": "block-storage", "id": "0504480a1aaf41bbaabf2a5ae53c763f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6259e07c5424494f9c4aaee359b77b1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1852f06b0e448c0b8cdd00e18327b6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4aefcfd68954ae0ad5f5de797c3fc68", "region_id": "RegionOne"}], "type": "volumev3", "id": "f6b0e874e94849f89d2ddb02cabf8d63", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b53b2b13f50b4df88c11ed69d6161b51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d546b98f559486eadca1a2360125056", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bed11f09472a427eb8901b290235b3b4", "region_id": "RegionOne"}], "type": "volumev2", "id": "eab7198ffcd94c6eb72a25b0f35fbf44", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a263aa38df25482e9d39e4bbdd0619ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4d9b15731f84c3aa79a7e740b627d42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d9d57fa358443de9719ff6d35d851c0", "region_id": "RegionOne"}], "type": "volume", "id": "45a0311348f04502a59e9eb166913887", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bce619cb7114c24a0938cfa859053dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "833bd6120fea444983dfc488c250f6b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d87da5cc30c94afbbe472976f3d529f4", "region_id": "RegionOne"}], "type": "block-store", "id": "a0938127f9234f1598064e282832742d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d84ec5bf64894b7da399d586778b7b48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a6b7c5c8d2c142fdb16bfcd9682d090e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9504b80cfd45467d90e1a0cdc13bb90e", "region_id": "RegionOne"}], "type": "alarm", "id": "7aead88ac8e643458bee3bb7ffbe3006", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "41f48050743244a3bb5c8b3a13206299", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "37e138f935344080899a8924a2584d30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6b1e02cad8b24b8691b45bc929cecd48", "region_id": "RegionOne"}], "type": "alarming", "id": "95f8e46348924a42b32bce53437791af", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "376970657cb643419310329adddcf3d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b816fddf46204588ac4c10836797369e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "01c31d15d043428aaa683ef777bfbbfb", "region_id": "RegionOne"}], "type": "meter", "id": "90d64b2cda744ec39d2121af7463a6f8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "502a4400d7454fe999237310f95a3e7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e3022c1d9ff642eaa1a5877e384b2682", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "59038b097aa94068b9204107a70bbafc", "region_id": "RegionOne"}], "type": "metering", "id": "549b093fb0fe43fba480f0c837fb3abf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d3eca1ccb68f4f6fbc6b7674e241650d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "353af5490fdd45cda4181ae555c3214a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ff93be1a13cd4549a27cac1036723b68", "region_id": "RegionOne"}], "type": "telemetry", "id": "e9733aa50b06425c845cda12ac40e517", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "12e04d95cdc441c2b5391f26b6985ab6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "eb4db3eedc9b4f22962f28af35298b0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "989b7908bb464db0b14496929e0cb6b0", "region_id": "RegionOne"}], "type": "event", "id": "770f688b969b4b01abf12ff5e03344d6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "472d68c82c7c4e64afc3ae26a7b3f90b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2aa6bd6df312418fbe6562c399b34f46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "54b1e178b3f24e47bb31910cdc388f8b", "region_id": "RegionOne"}], "type": "events", "id": "438565bf7ce14ad082d6c35e11ad5386", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ff142193198f42fbb4d87c1b7a66482e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4febce93537949fa9714d445844113cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9fc4bdc8f7894611ae85f6b2d3a8689a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2f5d9509d42641a6b62548c544e4708b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "09fd3e9ae17a414d84a32d6ed9c9d7f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "30dc6a50f46647c785a7d3907c8f1208", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "706b28e142694493a21ef44cf85182d8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8e13898aefc54ff0bdee21ba77495ad1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f9a2fc54fa9a4dc185a905bc2712b84b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dde31439cb8449eba61b70f4a817b437", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "841969d07cbf48d59277760a442dd453", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "85355545534f4a8498d3adc54be3483b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d19a9cd71fdd4cd6835564c50e206e6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "18b6a2780d5a45aeaddee5394b5ddf5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6bcdccb4f1ff4ce5b4539f197b6cdf94", "region_id": "RegionOne"}], "type": "tricircle", "id": "932606bd344947e1bb05b06c733f2ed4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c8b845276d264723a3f1ceceab3d620c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7126211dbffb4c7fb02b5022168f63e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "438eefbde32c4e95a02a096ff2b4065b", "region_id": "RegionOne"}], "type": "database", "id": "6aa05e18b4c44262836bdb372867228f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1bce2eb6c098414db5be7bb92fae7598", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8ac9507d11ee4a14b54c48b89428d20f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d00e28c5ddc14f158a2fee623b0a0573", "region_id": "RegionOne"}], "type": "application-container", "id": "ed6323e280db47a0b644cfc0e4083e31", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cd3ddc7326db4aa2a4daf99b0f76e437", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a8894c79e8b745968c631e9196f9e7b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2446a87d0c714e808b4864dcc43c8b96", "region_id": "RegionOne"}], "type": "container", "id": "14bdc6033a3a4bbbaaeb24100927911e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7e88f0f368054e81b4b7c3058e69dab4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "971de5ff8b7d4085aa1f62448b0d1ce7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1fb01e6520794648980516c49a2e20a7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c5b303b755744cb69c3ccfafa182611d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b2fa491b2a5442f5aa12a820d7e00cc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "08f633fb3f9f40f992ddffd3b9e8f278", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0a87c7df2365433d803075387c39b5a1", "region_id": "RegionOne"}], "type": "rca", "id": "60589f1ec5d24987a5b0ce8c18f5704c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9bebc01faf9f493d9f458ff5cebaaa78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e8390b8dd35e488baf6615312225549c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ddaf1dd85703420589e2eeb63a930959", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "98463ec31cef490cae072482547d6cb7", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "1b98f8ead97d4b0e946523ea16ec9b99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2c741f8927714b049f7d1eed9de9359e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "47522549e30a46aa95ec17bef965b816", "region_id": "RegionOne"}], "type": "network", "id": "b879d63543b44505ae1c10f3623b147e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0b450bd8993d4e1bac5b72dc50a896e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "3eb2f2c906ab4e698170eb8ec4355501", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "cd1bc2f4a5b4495db49c5ddb5e92af8d", "region_id": "RegionOne"}], "type": "backup", "id": "f4c555056c804f359ed592bf937e334f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0d92f4b8d69e422d8449eaa44dd602b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c128ba00cb444c1991f8e9f90814dd91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7e708e6c3c5c48c7be84f497c2231a94", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c27b91cfed7848719807982db5626b05", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ebb4b12f5a3448ffa9b7d3ed6eb905f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5c79aa0c7886460abb0586bd64259f62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "32e27a69d6a44160ad9f6b736c03bdcc", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c32b54d6c3d340259175dd45184a0544", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8cd457b7143e4cb69186ad8f145b2c4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7949a7d942ce4a518a32e217dec381f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1859308e32704cdaaae956ae36b47fac", "region_id": "RegionOne"}], "type": "monitoring", "id": "eca55ba861cf41289e152c5a381247da", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "943d73046fd04a0a8970658fba7fb364", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c186eb8d448f41439b882afd81aba973", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "52cf675a28cc4adea35a868709388160", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "5b6a3e1c965a41718479d739d80a022e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3eb6c9eefcd2442da0b51ed87b483de8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5539d8f0dce941798220fbd73b1cc31d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7a21978a23ec4a508ab93e94c229d3c2", "region_id": "RegionOne"}], "type": "placement", "id": "321e42f0145d4be29e7a3c89453ab351", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1095befe55854271a2fc7d7def1bf925", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "693e118af32149378e34f37c1df35160", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f497d96c0c3a43fb9c097b05290918e4", "region_id": "RegionOne"}], "type": "instance-ha", "id": "392818ddceab462193950633181fe9c3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "109856e43fb945bea923e4d04accfb81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3737fb22d4344ba4ab203aaeaf0f375f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a514e115a56a44e680595f48183583de", "region_id": "RegionOne"}], "type": "ha", "id": "9d74318f2faf4aa880bab437c26b501f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2bfe5ecb8b274124864354b98218cf86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "79a627e0a4f1408b9bf902f1aac49402", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "0c7cbd544efa4743ab7971c54e6be9ae", "region_id": "RegionOne"}], "type": "reservation", "id": "01f314e5bb024704afd5230dc7042118", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4b41ee4c96284b07b0505586d18afed6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e1709890769f4296aeb5354180a82298", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c448d50dc8c54227866ccfcc9f8d22ff", "region_id": "RegionOne"}], "type": "function-engine", "id": "3df86ada57e9483db7ad086b906d8d3f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "878166dc5901440ea28390a345c0866d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d8e462b4d56f4acc8662a5a94ff6a4e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "399cd565085a424b8d47572a129bdc75", "region_id": "RegionOne"}], "type": "accelerator", "id": "9591c5d600df4c3881e40c7ba606b6a4", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1a53b7f3f0a34e9cb6f79bbcfa810e5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "50af67cae5ef41ad8cb12be5bd89025a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "10610f7dadbe410faf6542a0e04df7db", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4c5d397426834d7b9a6e071c0dc9c28a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "488f96aef8f94ca9ab276b284c15bcd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c1c53d24b9db48369465b9da9ea8784e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5b40ef7773f243799b634517d51ff7b8", "region_id": "RegionOne"}], "type": "registration", "id": "d4fded46823841e99e0198279079f559", "name": "adjutant"}], "user": {"domain": {"id": "f2564d1a6b09469f874cc342c7c9f8b7", "name": "a3a49d4f57b14442bd16e77896ebba51"}, "id": "91ea36f1b8de46f891bff671872f3773", "name": "4534d1ce1cb44330a0c4653b7aaed85e"}, "audit_ids": ["b7f19455838c47439e719a09f09f41b5", null], "issued_at": "2019-09-19T09:04:38.902233"}} 2019-09-19 09:06:39,202 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda7.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,207 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,208 keystoneauth.session RESP BODY: {} 2019-09-19 09:06:39,251 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,255 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,256 keystoneauth.session RESP BODY: {"floatingips": [{"status": "ACTIVE", "floating_ip_address": "172.99.106.167", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"}]} 2019-09-19 09:06:39,308 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda7.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,315 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,317 keystoneauth.session RESP BODY: {} 2019-09-19 09:06:39,356 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,360 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,361 keystoneauth.session RESP BODY: {"floatingips": [{"status": "ACTIVE", "floating_ip_address": "172.99.106.167", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"}]} 2019-09-19 09:06:39,403 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda7.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,406 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,408 keystoneauth.session RESP BODY: {} 2019-09-19 09:06:39,438 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,441 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,442 keystoneauth.session RESP BODY: {"floatingips": [{"status": "ACTIVE", "floating_ip_address": "172.99.106.167", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"}]} {17} openstack.tests.unit.cloud.test_cluster_templates.TestClusterTemplates.test_create_cluster_template [0.197535s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,257 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,260 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,261 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,263 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,273 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.169599+00:00", "project": {"domain": {"id": "a01e6973dbf54797a3c12ecf1a4e6349", "name": "20e31d7d19dd4796a4b337457d5fc7af"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "541f29168a7249ed9d5d0c215e472d19"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "34ef9cc3b4674517bbe7e7f8aa0c53c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0b3b326024d54405abc5f03eadf31434", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ab585fec0a1f4bd8b0f86bfe2d6d5ef9", "region_id": "RegionOne"}], "type": "identity", "id": "8d906f5a8f8347d885558ae52013f65e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "65c2da35f9b8418fb3625159888a5b39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c2c8f15d5b094399ba893292b4afc0c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e75df3ffef434052908fe737f393dc90", "region_id": "RegionOne"}], "type": "compute", "id": "6db8549fda1845c2be577551dcc1299a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7b134679bca74484ab8fe445563f02ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c848f36815834a6c8cf71cf872b6fea3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c494f83039004e8c8e9f0208a943107e", "region_id": "RegionOne"}], "type": "image", "id": "24335119eed242d6b6939dbaac12306f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "65e1a9f8da924992b10f5ef4dc10100a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2b7db4bf323b4b0683337c0a13c5969b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6ab26de37c244865a2e53a92affa8106", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1097323a8db34a4daffd0d9a67cef372", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da0486e7287e49b8abdc805130a9607a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "774fcb5b45fb46028f5144d51d69003d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9867fa46de024b0e8aa49202d84d3804", "region_id": "RegionOne"}], "type": "object-store", "id": "56848c08cf4f4bc69dc2fdf285a54e4f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "488f71ce77194e2a893e97755a4afe46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "878fc7e70e5d4e5fbc4c60bcabcd37b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f530af8b8f7e4b97bf7149604eb4d35a", "region_id": "RegionOne"}], "type": "clustering", "id": "b9cffbc5753441c29616938785f74ef1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b41e18d19ef444c6808cef8f19c179a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b03a8c22186d4b79a0c1cea12670d53c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8d324db1e15b499e867795a63eeab08d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "fd6aaed48a1344f2be288c32d4e05dbb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5526e7f1f77e4dc4907defc02f7155ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0b8ea51ce67a4f5bae7498ec07f11354", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6316b43e121e4fb2883ccc1c5a5a1127", "region_id": "RegionOne"}], "type": "cluster", "id": "32b9957402494a76b174c769d877e2ac", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c25756e6dd1546acaf6bddfc869a846c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "628eaff2de584d5aa70ca61f35fd5c68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "87c5a3bb895d411d960f9e334790ad58", "region_id": "RegionOne"}], "type": "data-processing", "id": "5af00a89c27e44ea9ddeaa04e3d89494", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bab195db19e74690a2c9144ab696764f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6593319707634efeacecb751ebc0570d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "269e7a35d083462ab12cd827c1176e73", "region_id": "RegionOne"}], "type": "baremetal", "id": "5297b8960e954aae993cc6f37988c174", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ef193bed779c4c7e83256a39e5202a75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bc12b2ac576f4fb381fb39cdc4100e75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e1fcb3e5d497416eb91375399a4dff4d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "9b63ca3010954a4b9b9ba22c2df75833", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "543b79f87b6c407cb210e50b7306a16a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0c7cc71f1620430a9081f3b7152fdff3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a097aae2aed64d6daeafd6cb4bc8738c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "88914d0aed374bb19c75287e065a52f5", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fe29e8a5a4984c469d0fd040ef5dbebd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8a2136c9ef094527bb1efa35f026f1f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "22eab9726e664e9090b534c940108c56", "region_id": "RegionOne"}], "type": "key-manager", "id": "20fb598c9a81441c9a830653ba046429", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d6bb78fdecb44f8f8bcba45177068849", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ed3008bb832a4401ac7d876b65cb0486", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0428ecabf6e9463a94e53bef2376214e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b813122cebf14d6d834497b5089fa238", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d9417668cac4417bb268dc6cb1cb0e3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ae1b488e1b964fc78f5d3640659043cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "331d94bbd5cb461db35391975bceb649", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ec39138468fc4ace9cb33e6b32f707e5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "73492e9b40194120b5f67162f20f613c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0c67d9a9707843a39d6586278e751bee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2f3ea69029df40ddb66ab33b2b330204", "region_id": "RegionOne"}], "type": "message", "id": "f6d5b19f2aa64d7eb1299b11bd1cecdb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2fdb3d661cb442f5b7fffeb81d48b20f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7b32dab44ce947de93b0b0612c534934", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "591488181e0a4d8b87955cc7f512d431", "region_id": "RegionOne"}], "type": "messaging", "id": "9fb650a5dd914590ad79c16e769fda39", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "550528bbe5874716a25bf18b902fc13c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "37e48fcf46864dc499be81acfe0a7f64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "7819f7a9a0ac42a3ae2bd2e46b2f62e2", "region_id": "RegionOne"}], "type": "application-catalog", "id": "000908eb1f2344aaba79c061c1fc628e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4d3f3f2c6ebe4cd5aa0aeb061462a8e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c454871b6ca43bf9f566cc7247e744f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ae65eb84f1043c1970eeb3c8f616145", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c1ed425281a44d6a87b4d39641789830", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4a3991296e5f445aaa8b4dd5bae05998", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "530ed82386bb4dc497b707962c0342de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b2c8b8c42d3a40c18311126db39f0b40", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c4e7b39c2cd64c23a504e2bbc75e67be", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0a3c8d1dba1c4e79ab55f777eb58e9e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3a8fa2ed169a4d339ec4f5d182c85bb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1515abd54dd54563837cdf556db9bb44", "region_id": "RegionOne"}], "type": "container-infra", "id": "39da414954024c448c79ca3ad0a85c41", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4be3e421c0154cae9310eff094eed356", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d60e3f5a6d014c059b48536cc8248372", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f8b4bdcd18de444c8019e827c64d7108", "region_id": "RegionOne"}], "type": "search", "id": "101e911d5ec3493fac0c008eef3f0ed5", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4c75499246c9433fab67f9487e918151", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "03b639de2e104bcb80a471a26a391658", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5eb7c204440c450bac6dacff11f9a9eb", "region_id": "RegionOne"}], "type": "dns", "id": "0479a662fb5843039ffbe8e348b020a8", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9dad0a5f60ab49deb61e4e1f03cf9225", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "90464d065cd949839b22f79ba087a4d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "59e2b32d109245c4b0912994af954716", "region_id": "RegionOne"}], "type": "workflow", "id": "021a765cc55e4a5c94e2794cfc4ee5db", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2ab11b40d135465781593c74c4baef3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ec36487d96384322896bb8a16f3fbbbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "369eff2cedb2401a9891d3690f61e7df", "region_id": "RegionOne"}], "type": "workflowv2", "id": "014e532253874b84943177cc7f50d2e2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1617b9c0eb264591ba434251d74c241c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0311dc755f8f4ceb91de62133b23032b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b5d7404410894b7098ac5ba112877295", "region_id": "RegionOne"}], "type": "rating", "id": "3c73661503684cf38b3b356cc180bbf4", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "734d76a2a4184140819de046e4287988", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9af6fd2bf6894f48bfe727ea976efc25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "58c019aff06f48349e195f13a7dce26b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5654d65680254c8db0ed53f9dc935c14", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3ee0cae6561e4497bb5ed8d3f02d7341", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5bfc983188c447c081b0c72eab99eb4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "eadd2ede9676433ca901bf631a17cb43", "region_id": "RegionOne"}], "type": "policy", "id": "67690769f8f7427e88c1935e89588c44", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a89dd6cdc33a4349aa488f560e2be7cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "868cc4990ec141b692d0bfaae479c3ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e457a196c0d54cb88ef6884376d88f38", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "120d52a2db1e47af965a6da0b3627762", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fba3c80c8e2d431991333cbb122fbf48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b63980c9688d4ac1b4e2af7b3e752b38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ad24dbad238645a8ac65259bdcb8ab74", "region_id": "RegionOne"}], "type": "sharev2", "id": "54ec803417f0422ca2cfbe4b575fb033", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0fc466a9c63e45a4b3142d6cf7633427", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e072d80e9dbd4181876bbce6e00f8527", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "70d5cbb38bdb484493d9d21e5d70e566", "region_id": "RegionOne"}], "type": "share", "id": "1da93fbade514a4e8b51b97f693d61f8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "62b6836ccd114d76bbdffb12e7c45bfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b13725f82bff43b1a78341f931c6c33f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "842a2de237954a3f803a6510f8c0de32", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5fded9230dbd409b99b1e6bd8f574452", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "899ba343fc5343e4a4ac063eab582db6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ccc27fb780b44bb68bbee54af8ce1b06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b9a4562a3a04e528ae4304890ebeffb", "region_id": "RegionOne"}], "type": "orchestration", "id": "1a53531bb9e34bd7bbd7d6ce18765d25", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "daf2b84c7efa4d78a50b0b0dedbd9751", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e8a9642430b42d8aa23ceff37b71d00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af719b5150654825a7985423fe3a96d3", "region_id": "RegionOne"}], "type": "block-storage", "id": "8b0b995f72d04da9a604d1423aa9aeb2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08e44d48163a4a299047ccdddcfaa7bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e68faf1252dc4c988d85c6c4812b8821", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fd4211ba83f480c8f30275d647ce464", "region_id": "RegionOne"}], "type": "volumev3", "id": "17d0d7315ec34db8981fa2f96d1bbd34", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4367246137c4fa880a176d1ca70f060", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b6159433f254924bbfb2d4549ede4f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82ea73e8a0f54dcc9f916588f6ebdb5f", "region_id": "RegionOne"}], "type": "volumev2", "id": "175475de5e9548df86a698ddaec817cf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a9783204cd24e8d8352cf5a5da204ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "876f42a90a50432389446ff2a2ddc418", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f44a39ecc96d4a4e9bc2d29118573546", "region_id": "RegionOne"}], "type": "volume", "id": "82ed934cb5db42c893cdca226fceaac1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "983bae6638864a0d9d07540437addf9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38a96261707a4d21ad2bfb3ae9586f70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a3393d66f064c4b8605f20b1a09ea2b", "region_id": "RegionOne"}], "type": "block-store", "id": "e92fe9081ae0458fbd3e47fa6290804d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6ab1292e53934d3bae1b8e30bf84fbcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1b4f3507375040639c94a95da1b6c1b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ce82e49aba8549cba045163e84d1d5f9", "region_id": "RegionOne"}], "type": "alarm", "id": "47a6e034acbc4ef58ee16a381fd9c3ba", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "daef672629144c1fb29b97144c2b9fd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ef1882d2904a4c06af7705488e7d7133", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8238d54482bc46e1bccded483a4791d8", "region_id": "RegionOne"}], "type": "alarming", "id": "a9891f4370cb4dda9b42d9d25562734f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b0f5c0101f0246d19fb98cf8d1dcd858", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "75544e87dc1347218341cf6fcc900c18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fbeaf74e147945c4a52eac6893106a17", "region_id": "RegionOne"}], "type": "meter", "id": "97867affdba242b0b7a8e689188c0b1c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3cca50696ddb4a1d9dd33c1c0a5830c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7b6cf9291f364bcdb8548a39706283f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a7507a08225345149782d57f3397067f", "region_id": "RegionOne"}], "type": "metering", "id": "1611495d5a2545a29d2b73a123cb64b0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1801aa238ad240768bde08ac8852ed5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "48629ab49c3d4a2bb4ea383473abe42b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "97743882491c4a5f9b434e178e61e964", "region_id": "RegionOne"}], "type": "telemetry", "id": "e7a2c4a0af4f42e6bc5b46f094ec2b9b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "24cee94acd4644b5aa197c381e34a734", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "56e9bf0cd802406b8a2804892f505926", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8cd08e0dfb05450aa461640eee8b51e7", "region_id": "RegionOne"}], "type": "event", "id": "7baa670d21df498792f9db53e8a4562e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4afe2fc8d1c34ad2a0958e913f124b87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ad82cf8483b04c57b395770697b0cd32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "75a32f8797854a1fb278bf02f891aca4", "region_id": "RegionOne"}], "type": "events", "id": "ec00a8df5025411f91e727e78064c24a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ec1266dac7bc4f59a5929e1665a765d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c27e1b989fce486fb164204bfb7699ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b85b974ea0c04e109c170e94caf928fe", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2a8fec8fa37e4c1badb80d834bea68ad", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1e6114424e9a4059bb09a42e734fe89e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1d83fad078b947b4aa09e3c58dda261a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "93b07087f1004cbf8b29ecb3a306f51f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b6d7ed9e80d34b0987555c949c21f9ca", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "38feb93da06f46a2a2844e318d264f0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1ae93a165c8745098840de85095b8aa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "49d645ac7b8e44d895f1a531ac0e97f7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "e5ec3f15763144feb086b0ce8f47d09c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a0bb060c8a36409e95ce340b096130b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3add6b0b2ed64cad9593fe0c89bb1727", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "feff4e48ecfe4e038f3f7366b60961b5", "region_id": "RegionOne"}], "type": "tricircle", "id": "33b177006f6b45c9b3d29645febe0528", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8fbeb8e72bd242f29279dbfd5bb5b10f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "034e6e9089864a638346fb45ac744156", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "19265df5396f435fbbe74f69a53c2061", "region_id": "RegionOne"}], "type": "database", "id": "752002d122734678a426236dc2f970ea", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d817106221394ec0a0ced04c4a6b3fbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "235bc01604f24c9f89d822066983d0b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "824c97f6f4f24b2583649de2289d4585", "region_id": "RegionOne"}], "type": "application-container", "id": "761c48a8484e47989acb6f71d24a1c4b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bae2f5649075495ab28f0c1ef03f8079", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "79cc997fe855413b86e1aed1994f8199", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "dad0207a214e4a67b726fc76835e90e0", "region_id": "RegionOne"}], "type": "container", "id": "b48268fca30c4f6e8cc95a8e6a7e1d5b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b3d1d546f19947c39067af78f069420b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d5b7e3deb5e4404aa14fde42e5e2134e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b37f25442209412fafa41a2db7a142c1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "929cf923be5d4fb7b68c74ec76bf6b4f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bd5a163883894f79b9faaab833d20282", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4560f52e45f242e88fada687c47a2f44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "26bcbeac15414e55b718fd87e0e45038", "region_id": "RegionOne"}], "type": "rca", "id": "9dd670684c0c46b4898f06cbdc278ea9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "772a1663ebd44b6c87c7b807df55a6f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "750e2e1b48d148b68fc6ea11e5479194", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "34a22c1c953645b684d2dba77baed314", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "7ccb9b3425c447fca636e94a6785c5b1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6296c763c7dd407496617d890eb7046d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "26aee615aafb42958fd3cd495e7d09ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a43301a849da43e3a37bb7a2aa606c85", "region_id": "RegionOne"}], "type": "network", "id": "9a08775260344feebdb3d8a02b9777c4", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f64833a10bb44572b99916507d6d309d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "6da26ff2358f45e0ba072196a675a35c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e016b4a1fc0e43fcbee8cefd57196e5b", "region_id": "RegionOne"}], "type": "backup", "id": "9e16c6e53ee947cca0e93c4963f2ca1c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d907f8d992754baab1920eb973143fcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1ce1e8800fc942aca37561bbbeb0aaab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5ebbf60f2ba04c6795671bbd2206565d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "56b8f9c1ac49445cb5038f6fcc0c1242", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ca58db7e79224f938ea63965b97527fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3864936ddc2d482fa31ea17f461d97fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e652b4d3285d48a89b7fc458f1601bc7", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "4820e4c021c042f39a390c4c8916039c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "41fd7785027447c9bc35ba34c2de2580", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7aeec2f60596487683b0242a0d2bbb60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b9bcf9234f5341e68319e2f9241ee934", "region_id": "RegionOne"}], "type": "monitoring", "id": "3ac29761a6674d68b5129bd39842890d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1916ed7f14a64c93a22a17d78f10410c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d48d70a72ddf460886ae5ac785595071", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "dcd50a89072142f590842e3fca20a5c7", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "04b093fb2de14f2f83263197673bb10f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b328b40d3c0b42e3bffd7e9fa8b81ebc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a08c27bda535495d91f0571a1f1acb70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7618f29e09cc466b89458dcf2c9b5ee7", "region_id": "RegionOne"}], "type": "placement", "id": "160214ce605b40d49f675596fe4c6697", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "774da479724941ee89c2354531e85ac2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "42eed730f08d4a6c83adc3a243ab07d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "53676c883734468dac2b76a02a16be3d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "475ee2e245a64b1c99c03177f1649c64", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "802d66d6a17247e68b02b5eb680f09b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1529ba2f7dc8467ab4927bbb71dd9a3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8fda110d8e8b440a80f4bd4e62984def", "region_id": "RegionOne"}], "type": "ha", "id": "75cf6338a6674cd8ba3771381f4de354", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "eba802556bf24267a90ef713962bd5dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6c723396fb114353a710c149d15048cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "18875a93b6db48c18d10649d47f47964", "region_id": "RegionOne"}], "type": "reservation", "id": "c55ad5fa9c9b4793845d39e849ad41da", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "83840c0de9bb4c689d33b202f8081dd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0b58017a95324a9aa7274168ca304b92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "36cd73012456416797fe203ba82faf74", "region_id": "RegionOne"}], "type": "function-engine", "id": "ac78da00700f435f991b06c990638dd5", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6293d1e7b66b4ce2948e79862dd8c317", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8bd4adb9834d4b24b5e7acf810429374", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "37216eb0139b4e7aad4e1642aae22ea3", "region_id": "RegionOne"}], "type": "accelerator", "id": "8321eceb0aa4422ea8f94fc5cd5908d3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6ef4e42f30f4445582fabe0b26c07d2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e20627ac17c04024b73a2d758082bd34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e08b324bdf644ade8d79e704b2b8a884", "region_id": "RegionOne"}], "type": "admin-logic", "id": "80e69c8d04204b86a250d5e45c8a2f26", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "90d1c5dfb2044eefa67e7f6f0c17ed3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "144e6830046d43aa95fdd34d3ca8bba5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e9868310670c4b74ab92955e13e7ad0f", "region_id": "RegionOne"}], "type": "registration", "id": "b09ee2e17ad84209ada4b8cdc663ffd6", "name": "adjutant"}], "user": {"domain": {"id": "7d1132fbd1744eab846eb8de20c542d9", "name": "fbea99b959264d299d33571ae87ecdce"}, "id": "d9d5378f095647f7a8eea75f6964c83b", "name": "d709a1035b594942853f758226eb24cb"}, "audit_ids": ["60b0c425a33e4324b284d2d6e8368293", null], "issued_at": "2019-09-19T09:04:39.169599"}} 2019-09-19 09:06:39,334 keystoneauth.session REQ: curl -g -i -X POST https://container-infrastructure-management.example.com/v1/clustertemplates -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"image_id": "fake-image", "coe": "fake-coe", "name": "fake-cluster-template", "keypair_id": "fake-key"}' 2019-09-19 09:06:39,337 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:39,355 keystoneauth.session REQ: curl -g -i -X POST https://container-infrastructure-management.example.com/v1/baymodels -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"image_id": "fake-image", "coe": "fake-coe", "name": "fake-cluster-template", "keypair_id": "fake-key"}' 2019-09-19 09:06:39,359 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,361 keystoneauth.session RESP BODY: {"baymodels": [{"insecure_registry": "https://192.168.0.10", "links": {}, "labels": {}, "updated_at": null, "master_flavor_id": null, "uuid": "fake-uuid", "no_proxy": null, "https_proxy": null, "tls_disabled": false, "keypair_id": "fake-key", "public": false, "docker_volume_size": 1, "server_type": "vm", "external_network_id": "public", "cluster_distro": "fake-distro", "image_id": "fake-image", "volume_driver": null, "registry_enabled": false, "apiserver_port": 12345, "name": "fake-cluster-template", "created_at": "fake-date", "network_driver": "fake-driver", "fixed_network": null, "coe": "fake-coe", "flavor_id": "fake-flavor", "human_id": null, "dns_nameserver": "8.8.8.8"}]} {5} openstack.tests.unit.cloud.test_floating_ip_common.TestFloatingIP.test_add_ips_to_server_auto_ip [0.062364s] ... ok {28} openstack.tests.unit.cloud.test_clustering.TestClustering.test_delete_cluster_receiver [0.245901s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,241 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,245 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,246 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,248 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,259 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.180409+00:00", "project": {"domain": {"id": "203c732d41ad48ebacbbb73567640dc3", "name": "512d1cd621f64bcb92b57a67a1aab266"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b2cfbbcf9c484f06b228d925bb7279c5"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f593c82e280044a5861b2bb5f180a81f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "aa8bebb3c431438eba5f26a2c16203bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "fb9babf3964f47dcb7c93f803ca49361", "region_id": "RegionOne"}], "type": "identity", "id": "bfe853e76d054809a6fee21e4e4cd882", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bbb87fe571214022ab8e8281fc5160d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9bb6f58c3c554e4096496bb6bea93ff9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f82d9843981d4e2499e4a2c11c1b0e44", "region_id": "RegionOne"}], "type": "compute", "id": "a457dc335d3746dd92d23eabea0f63df", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a512704233ff468785392fa0f5b74267", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "96ecc12d180c461bb2327cc71bf304f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8401cbf855c34b33b7c1e94dea79dd23", "region_id": "RegionOne"}], "type": "image", "id": "7dff5423d16742eb920332670871fd57", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c911f8a995b44450930d75cac8e13af8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a3564d5e29484acea74d226be70dd650", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e6f2cfe3434c486cb5963796418f0180", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f7d94e8f646c49bc8885956ce1ebef95", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1acd8cd0c50b471485a82d522c13ae7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c117652f675a487390fe08d322ce6736", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa058d0c78154debb657dd35bf9443a0", "region_id": "RegionOne"}], "type": "object-store", "id": "1d24faffbefb4d1b806eb7eb032ef81f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a3ae8b1bb77e4d248da4fac304c018ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2ace0ed4fee942668751728e6c447932", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4dfe4df041074557a6548e3b4ebac380", "region_id": "RegionOne"}], "type": "clustering", "id": "d91b39a0475742c38fa30e373af39699", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1064ed0065a341e09ff8149b48d2f9a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "32cab4f8c8db440796364821aab385fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e9fecd441cb74476a42f12267e339899", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "843ee6c7d5ca4846a9ea5984bcf97e12", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "208955f813f1446c81de1ae4bdf0667e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3e0ac5f50c5e40b3b560948466e82d16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "89a3184f28294f9e8993ee6afb0b5286", "region_id": "RegionOne"}], "type": "cluster", "id": "c1be50fb4aa04846b1c3db8c2e7093a4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "24c06280cc324ecb84148bda48cadeec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5b9a11477d2c4f18b3a19315a709d2ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "033c19e60d314581a5968b48da99f79c", "region_id": "RegionOne"}], "type": "data-processing", "id": "786affb745954ad78a0012e09f62ee8c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8bf20bcaae81460eb28708295ce92605", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "045e98572b1f487aa38490c5cebf8d22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "93764d88c62a433e9508a0238db91447", "region_id": "RegionOne"}], "type": "baremetal", "id": "292afeced0a44c59b1b7c4599d6e943c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "698802ef99dc4b9b90e89c3e7da87a3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a59cd30bc6f9445a8f4302e62adf1391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1d95ccdc6eec44eb98f23a7a56fa81f3", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8a77bdf40339467bbcd1631785ce5690", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9539406ed8624e65b2b2164623a5005a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c4a4b47841594bd0915e6372496b1b4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "253aedbebacf4c95bf9f9d0e5ffbd881", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d062bd92ec7a4981b09e43b648cd95e5", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1b0f81a2ba3e477180bbd8b51a9ef2b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "424416ee89bf4dffb9c7c81b75f3332d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "2405e44af74c4b5fb2b8872d02eb1930", "region_id": "RegionOne"}], "type": "key-manager", "id": "fc018a8cd2af429cad6104c0fa9d470e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d67301c3043f41f0a8f608ed6c7f83fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "00ea9a09835e43cdb221a0ade1c66aa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7f7aa717e36644728f7848e9962d6098", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "45c02ff02bb54ab9a35aee911224b984", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d63a25771bbd4a3ca4543238aa97739e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "56b9db8c6b03463883128f6453ffc2bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f4f7f9f9baf740b9958eecbda3e81573", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0daab7d9d4c74d3ba2351ea77b9c5bf4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0c161d73a4464564bba0dfd1db4b2bdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e823935e43364498af9b64aca29b05f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f17d2931a55740a8b4873fadf0b56d39", "region_id": "RegionOne"}], "type": "message", "id": "f9803b0698a14fdf9369937a2c5c6b62", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1ab8c225c5f1475f839730e498c6f6fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0909c5e6b7964b2cb65d7918bc4332b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f00d34a24df34fa5a6efa750ca06852b", "region_id": "RegionOne"}], "type": "messaging", "id": "a3f64709664c4f268e40a731b6e134a7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a47ab1cd3a8f4d539b7202d1a9cbb89f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "41d2aee0d0034c5fbd08445ef58c36ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f48e42310f3843b28f7cfd72fc38d061", "region_id": "RegionOne"}], "type": "application-catalog", "id": "133e02405e614be0b7e5b35d45fafee2", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "98760cab80ed4ba9b9bc02d4960871dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "97af453931834daaa3aeb8fc160881d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "06ee56f930484df495d82fe5948bb906", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "7ad70cdd15304b51a6bceaf42b943c09", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "06f29e6c4e394a758239e21d3faa522b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d57447cf5b244c78ae5bdada2e2596db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1841f18875fc47e38f40f633341455fc", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "58bb1ba0edbf462c90948ea851a428d8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "82c9d941ca9c447aa71b860d9e047863", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1f3d6285aed64bcfb0c0db8515ec81b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a3dfd09bf7c483999f3443798ab25e1", "region_id": "RegionOne"}], "type": "container-infra", "id": "d4e7596731d6498792bcfcc8c118dac4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c0471a8d2fe64182906e8c450f369b76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e989f021c72a49cf87df4e357c59e23e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d9678a0aff14491cb15ba38cbc1af1c5", "region_id": "RegionOne"}], "type": "search", "id": "e9f2e742733c4a02a4d552ac63f7f6c8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f248c4e89b0d44149a353ecef6051249", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ca5caf5b1abb4d73bb18682fcadb2a58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3d7a26506a044b41b19b73c1022789be", "region_id": "RegionOne"}], "type": "dns", "id": "deb016e1b08d4268b72c113d42a1de6b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cf8952c6563c4049aae38143a311912b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9382e290687148f9ba261383f7ce514a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d86169ea0ad2425cba41e947578c7fbe", "region_id": "RegionOne"}], "type": "workflow", "id": "7cb3746337914327980ac598fbd8a8f6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7c1e616e84d0488c8ca8da7d04504131", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a99b3f795d55408db5752df4dc97f817", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2b95827da998417db3aab367afc15885", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7a9b022bb3bc4001a9dcc7a6da896b9a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "681abd1fa5814b89ae861655d01e22f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "71f4139fcc814fcda944b855e6a15e05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8071d45c730546f9b53771ef348ca3d2", "region_id": "RegionOne"}], "type": "rating", "id": "f55692ee721e4e418cd03a6f0b7986e3", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "24d72622cc35483d81bb524dbdceac59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "455d461eff654020a8209dba425cd6c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3b3cdc7fde0a463d883baea7f8ac35d1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a75541c77f39409382bae0fd77daed1a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8f7ed262a39a4a8497bee3d794a58e78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3b8e0fe7f27044d08d85dc1ef665bbc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "db1a21a8ae154d80a30e76638e43bffe", "region_id": "RegionOne"}], "type": "policy", "id": "3ef8ab080e0344aab7f089391932a8bb", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9b65f58314d04986a46826574572bdeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "35416cbb1f9b4a8a9d5afcc6bdd63a7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fd68e5bb652f4d9697bef975e9cbf249", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0079c84e8de6408da7d9a79a4dc71da8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d98ad7f2aeed46dca8583a7ae79ee959", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c4f1b6d2f23942ac9ac71b17903d46a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9af30220a21f4b3085e42a7a870623b7", "region_id": "RegionOne"}], "type": "sharev2", "id": "ef95d148d9cb425c88cdf137054d3eb3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "74bfbb31364945e9880d76cf8512d5f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "92fa541790e542dca09363d189ce4b63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8186de30e66949f6a82a1dfede256219", "region_id": "RegionOne"}], "type": "share", "id": "3b979dba146f41be9cb865fabee48588", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "094ef8a7ac1e463f947948e6ecd47c31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d781c9e27d224c0fb8d4d1b013c8ffaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ec0fe3be6427437db8d9b6de348f65d0", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "29c39eddbfe443f38b4c30ab5c3501c2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2fe9051b7e774f9b83fcc6757899b0c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bde87c3f663540529c5a61caccae3cff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "440028271c5b4ec0972aeff4cddbf031", "region_id": "RegionOne"}], "type": "orchestration", "id": "ba4ead77180e40c3be82943bde797629", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67d3121d7bd94aeeac5439e729a62151", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9bff2e9d4f44e4f91a3d92766eecffc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7011d32efe6442f08eb2ab76a9f5613b", "region_id": "RegionOne"}], "type": "block-storage", "id": "e96935bb3578436e937db0825337c6cd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "906948ea84344fc3b784d5aaca2326e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6ae516d228f4617a5c4814ee4ac220c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "439cf071722e4b49971f52df5cfba8b0", "region_id": "RegionOne"}], "type": "volumev3", "id": "877dce0c187d4949a2ac220ab18456a1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "612f9f5a0cec4e248c93429e8a1ce2b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "574a77542290428e8afe0466a16972b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "510700b00884487c9fce31e74c738e58", "region_id": "RegionOne"}], "type": "volumev2", "id": "e5669f61c7b74391b2297b27e10c5e00", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c7a245580f6424a8270fce56a78d52b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99287f02b41a4342a19782f51e70e58c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a999a452dcc74857a18961006540c33b", "region_id": "RegionOne"}], "type": "volume", "id": "0ff8eafd4fe143eebb7fcf96c8558f8e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b92dcfdda52545a3a65ae74ef4724dff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4c044a315044e3b933652338f4cd115", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33dfa1e0b75943c9b259cb675de1c120", "region_id": "RegionOne"}], "type": "block-store", "id": "65e596f059e64a5fba0bb9bbd9e4c511", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1ab7842c439241bb8fa1848ef182f88b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4856e0246fe449b99489bbf47b78aff1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9d82b30ea2e04f1a9ba90cfefbddfa0e", "region_id": "RegionOne"}], "type": "alarm", "id": "3c6c91fc8efb4cfd8ed6ff58f7390cb1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0b2e6876ce224dc9acf4485d531fc2d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a1d8fc6eab794ee8be84816636764beb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "21e6894665fd4b35b1882ae00f5cb1fe", "region_id": "RegionOne"}], "type": "alarming", "id": "5814dbc30f2648888b994f3d8bb8aace", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "85f50f34e57244cc88b5849ae0a66e1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9b29716f32ee4b3bb0c1a930c3f6ea4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "203b2070c4454492aa739db905e5c3d3", "region_id": "RegionOne"}], "type": "meter", "id": "42d5da44d6a64b9e96f637dfa8ae7729", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "42c0ea8219e447fa983d48c0d1ea7ebd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d26cbb1ace3f43abb3a091a5def4e406", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b73f466f191145bca3fff3dc58019b66", "region_id": "RegionOne"}], "type": "metering", "id": "04c2caf56af94eab912f970fac4d051f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6e101175d68249c4b18986bce40f6035", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "206eaccbeedb483bb19a70b2c9915b92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "701adf211e504172980cfd7351d52ffa", "region_id": "RegionOne"}], "type": "telemetry", "id": "fbf969d9471e4dfeb663e97c8d7a659a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "eed58841fac444d0993d1061ea01b1a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3ca81643dfc6454880b59e9ba8525545", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "68ef1861d7834e98adfeed544be54e9a", "region_id": "RegionOne"}], "type": "event", "id": "0bea3b68f07e4c549d578625e5cc0043", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fe718d50c17f4899b36206d1a368654e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9b047b4c2cd0480994e67e5e238755d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a810cf7d72e349089941c255cd79ed93", "region_id": "RegionOne"}], "type": "events", "id": "543ffaf657234c7cbae66617a1735aef", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "699643574b224b3493be98f674c32713", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c526791541414ea38ad203fa3dadb001", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1ec503d0787149dfb340168249768ffb", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4272593d5daf4528ba7ce8ad3ffae481", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "065a2ca57f9244c3acb405e050189361", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7ab51bcaa1e443c1aa2de5a7ff1860c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "62cff6ebcf994766af9bf07d2184f602", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3973c8d076254a5795312944a9e50753", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "855100706fe3499cabd1e786df818dd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "16d372c78eb84df6ad99b3c1eee7cd88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c36503091c4e46318003378b8e322f53", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "21f30fd67d15403bb2cabfe7d3b0732f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ddf9a13f270c4a589cd0548c5454d15a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "48ffb8cc2d254c97bb4ba2ea755f46ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "99414c4510cc4dfc95bd5b1d39caa1b1", "region_id": "RegionOne"}], "type": "tricircle", "id": "13b006681e8f41f8a2b6d900f59cd6b0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0943898c96f44ea89f48ec5a40ad6461", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "da83ba2dee77455f8f499ba3dffc8a61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "31377d42826b43a581e6745b89e58b90", "region_id": "RegionOne"}], "type": "database", "id": "785bc60a467640719b6011692b50af95", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ce76d09e04b14ca2a299fde42dd602c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9cd6c734427749bbab9b43bfcb79b277", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f8ddcbca15e947a5834c9e8eee0e9dbb", "region_id": "RegionOne"}], "type": "application-container", "id": "839bd2cb1da243109a6488bcd04d1c9b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "099503f4448846a8b311c2ab66ecd6c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0b3a7a0a9414423390244e54b92aa1cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0d5cc58b9041463dac24b37e35e5d5c6", "region_id": "RegionOne"}], "type": "container", "id": "acca2c54b3074858bc381471e90e710b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1038195db0184b32b0118b7736de40a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "598aa976b35840b3b9fd9f4fef87e57e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5f6c68e6a0bd48b996457b2922fbe1b9", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "765b798c62aa44b08bb28c2c93a2f91a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e9d5bda2a2194a37a9beecbd44b581e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b966caa91d1043f9951bbab651e6e851", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7ce52db650584190bc8f34fabe21b79c", "region_id": "RegionOne"}], "type": "rca", "id": "15ea87a3f1254ee68cfcb827defef36a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d7cd8f3a07cf42eb9765becba58a9933", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6e9386623bd143a2a144060f17ef6086", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "3cb3d85bb003475a9d94e9e7503775c2", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "273d1ee54f7d4078ad9d8b1929be931e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f9818934710043f4ac01ccc1ddd1aadd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "27322cf5a8ee4c278427c9f2715ea4ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "92a0484804cc4ee68b431101769d4c01", "region_id": "RegionOne"}], "type": "network", "id": "1ff31959b7e64197b209eaf2eb76a31d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "076c07d9091d48a3ab0c360459f0dd79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "957ba62903504b46ba810acd86bd5d50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "02e753b79744443f8815a8fb01016287", "region_id": "RegionOne"}], "type": "backup", "id": "292f02022810430c929bfc70ea872ba2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "12260aafdfdf400fa6fecb6339c05a42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "df0a0214262c4b76a1d0f75be4027afa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a69ae37c6d444de3b79feb85097912b7", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d8ee854506ee43bb8386606724392aed", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "df2a9bd2c31e456db8e498ec6c1f4331", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cd46941f6965455fac29b9b530b4c346", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a526aa21c11e4ebc874fe1834f0be051", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "09468a64dfb747ca84e0fd33b8d163c8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a9a6b907f11141adbe542542aea942e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1d01858e782948928661cc4bf33f608f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "49b96139d53d46b18329d84ed5e03aef", "region_id": "RegionOne"}], "type": "monitoring", "id": "427415cb13714e5b9968d7ceec08a469", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "40453f872d96466b96e869af30ec6525", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "69326664e54f4b9897a80b20ea79e593", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cf4a0f9c836d48d1b7fda4d2d57e8ae0", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "10cfdf65f8ce4ded8e08f39a62fc3d93", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "44771521b4634e40add7765c8b0730e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a05fc78eecf8497395e4202f4a572bbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "847b1c1948bd4001be8a31a2d3d32988", "region_id": "RegionOne"}], "type": "placement", "id": "d8e801169e1d4dc6bae1f611d05e2556", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cdf1db0510b842af8b35303cb855898a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e54ca9cfd4f34420ae00e3e2aae7d179", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e76d01b5ede2413bbb8c20ec6b1a9224", "region_id": "RegionOne"}], "type": "instance-ha", "id": "bb1f16eb31e449b6a62fcbc1625f371c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3a19929af9174b619ee6410e8e24724e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5d3fa251e55d49ca87a1f7d6ec3b8e1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1b0b25c3f2b24983942b7458137de94b", "region_id": "RegionOne"}], "type": "ha", "id": "ec8842340d25468b8439f83bfca57900", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "268399186b8149bb871577fc94628d04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0d9bcfc258f34b24a3ba055b432e4392", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "47e736b3d1be46e0ad31bd2143a43897", "region_id": "RegionOne"}], "type": "reservation", "id": "71e0dfb7f2fd4962906c635126984237", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fa610bdc11f84c19abe83bbc484d1d62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "72415bd81f40426d8395039187e53193", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2fc17b3613654a4981e02d6e56a80a3b", "region_id": "RegionOne"}], "type": "function-engine", "id": "295784b901f5444c9fddd5b8653054d9", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "dcbe6c7ba232403bb8bc3ffff73388e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "deec9bb9779745bda93b691858934a72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "488953303eab4006ad0c6f4554866a6d", "region_id": "RegionOne"}], "type": "accelerator", "id": "4a23304ac3464750820127026ef12f4c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a1ed8d6491894990951e456d9c90ffe2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "058db4af17714e58b670f62f8bb53081", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b069c279f78343cca8d2b31de312f6fa", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9030c6b9ecfa425b91b7e43f245cf324", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b728174e46ee43709d43d2fcb26587e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "64e3c62f736c4736b02e984e58c7b70c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d725f3594a6d4c03bf79a35e6cffacf9", "region_id": "RegionOne"}], "type": "registration", "id": "74aa2551291c475d914535072014f75a", "name": "adjutant"}], "user": {"domain": {"id": "81b6aca96ccd422fa59e9b3b6ab43ee6", "name": "f6de344b3d59416c93294fd22078a4ef"}, "id": "bb9d5a60dc1f4e0ab0519d09504772fd", "name": "41526d18abfc48f9b268249ae79df111"}, "audit_ids": ["fc3ceebc2fbe4ce4823d90be61a84c4d", null], "issued_at": "2019-09-19T09:04:39.180409"}} 2019-09-19 09:06:39,345 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,349 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,350 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:39,370 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/receivers -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,373 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,374 keystoneauth.session RESP BODY: {"receivers": [{"name": "fake-receiver-name", "cluster_id": "fake-cluster-id", "action": "FAKE_CLUSTER_ACTION", "params": {}, "type": "webhook", "id": "1"}]} 2019-09-19 09:06:39,393 keystoneauth.session REQ: curl -g -i -X DELETE https://clustering.example.com/v1/receivers/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,396 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,397 keystoneauth.session RESP BODY: {"name": "fake-receiver-name", "cluster_id": "fake-cluster-id", "action": "FAKE_CLUSTER_ACTION", "params": {}, "type": "webhook", "id": "1"} 2019-09-19 09:06:39,416 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/receivers/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,419 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,420 keystoneauth.session RESP BODY: {} {10} openstack.tests.unit.cloud.test_clustering.TestClustering.test_get_cluster_not_found_returns_false [0.155306s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,513 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,517 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,518 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,520 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,530 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.452742+00:00", "project": {"domain": {"id": "2ede28c051b34381a6a86304cb8d75bc", "name": "7681c7cfff9e491fb5239b98a792552a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "070ba7e959dd495c987e35daabbfa175"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f5861f9430cf4819b9895bfaf8af26ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c9aca3cce5434c6f868fbe415a15654b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "376a8b6232a244758b760c93009eebb1", "region_id": "RegionOne"}], "type": "identity", "id": "d128f9e6ef5044658ffa14787596a5fc", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bc3da5086e5846df929e1e8d599a8c53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b090ab4ff03f4fa3973b9ca0123bd704", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "12e3e52fb53a48888d5ebffba05d33c3", "region_id": "RegionOne"}], "type": "compute", "id": "9805c8bc49f041ceb5c10a28af67c5a7", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5ebe8213c4f64b6e92d864c74aa17c85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5cf4497ff5ee41cc9a4f33602fa32cbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "57bead0400c842f1a3c1e71854a93f2d", "region_id": "RegionOne"}], "type": "image", "id": "9d5f06accc494f7aaf0049f542c15ada", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "55204929a79b494bb3f89d0e2a686a93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "804c402a52f14cb08ef688d28de64a7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "cb1b9250db8a4fcca38f97a554df1d98", "region_id": "RegionOne"}], "type": "load-balancer", "id": "091a77c148b44aa2afcbeb4417c88ab3", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de2249a9194e44e98b931bf17eb849ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35f8961dff584ff1b61b1919737846dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22149336f4384f4f8fc6491cf951dc3e", "region_id": "RegionOne"}], "type": "object-store", "id": "638504fb0e9c4b11aab6dccba217bda7", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f4e94befb1a141a2abce5f4de2e62c65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "71df4169855e4f6fa53f12af71d70842", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6fc3e7824a024c788a9a6d37971301fe", "region_id": "RegionOne"}], "type": "clustering", "id": "c732a50abcbb48b2a22aa64fa7042ad4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f5ce5b8da02b440daff1a3d05c2e4464", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eb4db51bbe8541618fd5e651ee487f36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0aba2364c48343debc55082f9ea8013f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "932055b39b2a49dbad27728c19354475", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "37f54c697ae14e24860dce17bff9b4f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7336c345a58843a5a775d28ed2fa980c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "935703e9ddd84a59a1351c89ef3839ee", "region_id": "RegionOne"}], "type": "cluster", "id": "acdc8aa58b464db599334a7d639622ee", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7d6351f771ec4afe98562c11040756ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "de149302424e4b2f95e8f9e3e4868c0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "438c1e62b2fa49e887e5e0cc99a41a3c", "region_id": "RegionOne"}], "type": "data-processing", "id": "951121de33344dd39bef164ba1c10a9d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "74e1bfbc657b488aa692ddb6ac712413", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "56718459b82a401796115aa4d3dbd617", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "04a69b3b0147489e9378778b4dc84264", "region_id": "RegionOne"}], "type": "baremetal", "id": "fce9873372b24993a9a3f5618c1e12db", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d95ac867e6464eb5826d173f38493d34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bd166fe3bd074a97984af2616577a01c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2669507eef6b47e380e27cef17f5f52e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b4edc154297a49eabd581babf4423ce9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4a42c8e39f2448758779d34b2b2b9b9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ced7537035644d3b9d3d6d0ad3689a65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c2e8f314019e47a5ba1b86e67ef1abfe", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8a0f34da7d39471285d6f18b8cd45c6e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cdbca163acdf4b808adbb6e2eca60897", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fad939ef958b46168605cb5a32d9e173", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0285a45b6c244691a5d2c13755a377ff", "region_id": "RegionOne"}], "type": "key-manager", "id": "9f32a2e26ef143a3ad0a77b7157f47d7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c64ae399650c45bc96898b847ddb9a96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b5307bbc2b94453d993d7b9aa96a2ffd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f65e075e2bf14d0884248f6bcc3ec98f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2f270eebfdca4dd1bc70173073d5ad3b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f1790453e2614738930060a454a293b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "04f60d7020c64613a378dd950284e7f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b527bd9d2add44f3a60dbf33a16085f9", "region_id": "RegionOne"}], "type": "infra-optim", "id": "28ddbf1613ab4fa0954c6c9948f03755", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "550008f5f64a49f685007e195f5671a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d15f16966dd643e7a8a533db909d9348", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "536badd9c11345379216181f8346e0af", "region_id": "RegionOne"}], "type": "message", "id": "7673ac61300e4039a67a1d2a772cb020", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "18e9f4b2fdeb4f229d8df65fd0fc5c74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9fb62213f28d484aa66c0762af0aafc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cbe0ed370623469d95705f82639b27bf", "region_id": "RegionOne"}], "type": "messaging", "id": "9f1baddeff8e46c89fee8b2e25218da6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "957f33f25687439d9e0d1fb49f3bb506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3d581bc3649f402094b6477e422b5184", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5429f31cdb194495b3110cd1390746f2", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a0e71a10de7d4ff0a9e0dd0cafa5b57f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "999d2f55ac2343faa5928096747097ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "88bc7fcabe784db7846d2119713fc32f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f341944b158f407c9bcab28ca52d79b7", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f707dbf89eab4acd827176c2ff667c5b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ac467d29f77c425a996479a224f8fdee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "90b2dfc2b89247a09691473aac34ebf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6af5e9ed9dc44740a67a713938d35c08", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "762634d1021e402a91158bb8c861599f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "09ec018abb4d494ea2fec6f04dddd9bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "960cb550db2f44d0b640f00c0e13928e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a783ebf501754d63bc041aaad9d69e72", "region_id": "RegionOne"}], "type": "container-infra", "id": "e7a9f3c075af4145a88f821ecb21bdfd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a4fa59bc1a494f3c913e085ec049e517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "03ccdd3c37be4381a6b5081cf4a5388d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "bb2e6b1b27ff450fac4891bfc8438e8c", "region_id": "RegionOne"}], "type": "search", "id": "fc564bd2225d49808ecef9f4eebddda6", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4a9b9974be524ff7a2054d65e79063ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b0fece8a79ee41c2a591f4bb225b899a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a8e75455aece4669a95df315a659979d", "region_id": "RegionOne"}], "type": "dns", "id": "efb2223285a1460188eece31644c1b39", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f900cf37ecf64d41a111c4370f8026d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ae83ba4ee6794d16a30a867b6b20e250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e7ba783a41be45809b2a1eb66beea008", "region_id": "RegionOne"}], "type": "workflow", "id": "89069836c9294dac96045a99576df29a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "350c26890f87434e9e71ea3cbcbe0e45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5a0f414f246b443794d1ab61bce98f15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cb5714f127684b94b46eddf92d607ddc", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a303a84820794958963850bfd673197e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "00a190d248be45358c496d37e9fbbc2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b1d196dac4204d8ea8438d88184e5840", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "5e054182d48c4e1e97343cdb16f754d9", "region_id": "RegionOne"}], "type": "rating", "id": "02606650429f473f8d1f846077233b9f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1e5c99fa6dce45fcbbcd5fdc4eb43566", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7c6e80e20d1d4a738a7bae07c0e3b7d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "59536c65bf4d469bb7a75ee2f797f9ee", "region_id": "RegionOne"}], "type": "operator-policy", "id": "300631a9c376476387517cdcb3de451a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5969dd3b4a134ab992f33cb7c24ada06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8a72fffb85e241748874afdc06e494c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "81f6d8d60b244d1590a498bb6573be75", "region_id": "RegionOne"}], "type": "policy", "id": "118f711724054c83bf47e3af0016c299", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b05ea9f961a841cda8bca5681c420c45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c1a40e3021ec428eb55fa049931a2e2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7430967d9c44450b9d8aac2d6702e4c2", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "92f9279240324e43bd9c14f99e737dda", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a4d4ffe3f10c47e7b38a6b4ed7cdf1c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e8b493a98b994bd9a509caa1ac1aa760", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d663ecb5f3a14dc5b8ef527d7530583b", "region_id": "RegionOne"}], "type": "sharev2", "id": "2ff25de5cfa64398bad0b32fb5c6155a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "369cc3da23cd4986a3b23347a6f35626", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "01c0c73d12424b5496e88ac4bb30bff9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6a239d989cb54b40858e1259dd4da2e2", "region_id": "RegionOne"}], "type": "share", "id": "abe00fbf529047bf986f676dd47a0dc1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "21fd5628f8ac43b3adde13e40d615ef0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "502fbf645e2c47e4b8a3a70832772567", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4f6ec0d2d2db405db6c1a78995d3e4ca", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5f67cb1cb6c348a8b9858c1e7bc94aec", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d6e435099034acd8085fd25762d9c67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13a9eaa7636f4a22b6d3e4af630c5a08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16f208d4b8774b7091decf34542c185d", "region_id": "RegionOne"}], "type": "orchestration", "id": "f65de3be994545ddb4aa6263b55f3e68", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3afbb3cd0d28447bbd53b72b3977870d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a427f7a20aee4cfeab0140724a1a45b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f701a8b03f554b2b95582ccbba53505a", "region_id": "RegionOne"}], "type": "block-storage", "id": "1d99fd0302b2480f9eae555d6524c543", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24c7db235dba42cabf88f66096e89396", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "152a5892adbe4f37b6ec069f63b9789e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bd92434b54e40f8be9810b44a6cc2f6", "region_id": "RegionOne"}], "type": "volumev3", "id": "493ba308f22a42a4a6ca572a5d7c20b6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "481712c7b89447708b567b8477fd12a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ae998cbbe344756a3f3c8a84831b9a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87b01d818581499e90327111f46b19ea", "region_id": "RegionOne"}], "type": "volumev2", "id": "0caf740f2fbe4dfb88a5cbad1a789da0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97952c8ebbe1419aa0ec2484d72f2859", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc89a1a45ad84212b126a22ceb4d1d07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7719da038c1f465688e60990d2e1b7c7", "region_id": "RegionOne"}], "type": "volume", "id": "ce327b751c764218a786d520eaa95412", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b0f502e76214f89abc03d5d37d60fed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afacf65c21214ec0845489faeb064acd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "839ea415c00b487da9c4547ece7d8883", "region_id": "RegionOne"}], "type": "block-store", "id": "c3e09fef12474a2cad754c7372ba97a8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "21bf736a325e4d518c0137fc13e648a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cf65a0426d334decba54a676caee2819", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9fdc388dc8c149cf822cd517cb5e7bab", "region_id": "RegionOne"}], "type": "alarm", "id": "d92a7133231d4dd49b00dc337a285c39", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4ae29e85ecda4e26a2574f1afad8f1b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "10cac9ae57d44a16a921816ece8b20e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ba9e2913d6b44638bce4278a5b72136f", "region_id": "RegionOne"}], "type": "alarming", "id": "b6068fc6f3114013a1fbdd8094197e29", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6bc7b472f64a43b78add13222d275e8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "51442d3e78bf4a0a8a67d61a01d0527b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "146dffa48e5e40a391bc546a5622c252", "region_id": "RegionOne"}], "type": "meter", "id": "1364e2be876644feb362cd1a4c054c0f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9f4c1b91af04401185b2209d96634cd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e3adf9cf93994716bd0ef866d6fcaf63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4156ea250a9946668843e5f2b08d7bd7", "region_id": "RegionOne"}], "type": "metering", "id": "6134c81a596f46b8b5abcd56b697f57d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3da3a0bd33b64d53b006beddb009688e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6fbbaa6a5929405f8b8098fe01f40b09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3cda44ce49a44bd88c702701949eb219", "region_id": "RegionOne"}], "type": "telemetry", "id": "9a8a1f7430ce45488f6e87baa8c27c5a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ca737ced37bd40ee895e4a78ae1ccb04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4a6c290ed90b4d87bbc80dc013e347b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "14a7e2e688ac49b79514aa8e0e81dfee", "region_id": "RegionOne"}], "type": "event", "id": "d6b87ef333df426681e1bdd56b0ff65a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "899e26c9427544ef95439af4d8b3663d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4bb3b993803d4b7781bc3858a6e504e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ecc5ec32140f4d4fb685690e44fb2a8c", "region_id": "RegionOne"}], "type": "events", "id": "f2f8d60cd90b4f4d8cbf1b45cb5a16ab", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "44bec2bdbb2341c388cbc246fd7bf8d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b09719b233e94fe788ea55a58396f218", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f099b992bb8f4084863c2367ac79212f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1fba7900a77c4c1cb4876ce23e09ea06", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "789dcf6f9d6e4566bfe6950a10cc6788", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "29d720d45e7d4fb5a861b50773d90b68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6fc289c3c91b48098c3bf24c6b8c504e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5b635c773e784cf8bd7395c8408789e9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "620a93d2f7dc49b7a11931d28a12334c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b9883882ad744a7c9f2a573eb7f2127f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d9a422135e5248c4869ee955ed7d68c8", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "819b3eb4b81849e0be4838c427f5813b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b5e2f90ce7a1470db974356dafa3b403", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4598756de4de46208258aa9dc6fbc9c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "58340a49c24b407ea618eb00a854c9f9", "region_id": "RegionOne"}], "type": "tricircle", "id": "0638f6dacf9445cdb27feb4cc69ecb36", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e7f5cca872074a87ab220a13276e47ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "75b84fc6e04c41c98f08d1855e6cbbd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "8c62dd457dad42edadd713891ba507bb", "region_id": "RegionOne"}], "type": "database", "id": "b3db73e89b114cf9ba2995272d6a23e3", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e34f8f7b8fc84fb1b190e221eb53252c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "57837621073c414b94f619c3edcbff81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "dd092ea0ab674e8cb0763ff731ce6c47", "region_id": "RegionOne"}], "type": "application-container", "id": "d35f6a41f18a4e68951588bab99a407c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5c81ce632c494d94bf637bbed8acc946", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "56641fafe9cf4ed185faca8ef170dde3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "93b32cbc7c1c4d178ae1aeecb73d4f06", "region_id": "RegionOne"}], "type": "container", "id": "a3e04035e89849f28d0650cd24752176", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "863c4ddc0a9a4ee08e07bbf75c360c44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f891903350fe43eaaaa530097e8b9150", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "56432282e8524e68967cbbf6901b799a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ca9c9453744449539c922d7a3bbbd47c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a73b40084d47410484657a979da1852e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "20e5c3e3470b4ee8b63d7aa979bce7f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "da0049ea0d1c4c7f9da103a55c23707b", "region_id": "RegionOne"}], "type": "rca", "id": "81cc43a68e1443aba931f26fe1b64b58", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3f86a57a2f4842e3bbedf69efe1ea20d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c7f58d689ac2402b812202510e9a596e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "2ab022270afe43f78789ff117908e334", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b900c1106db04f4796eb8d05275b2932", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a5e151cb004342e19b6cfac9c3cea517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "949fca9a27b445d5916a7131b61e0331", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "84e14c4ffe8f4db3be7185ae56d4ae15", "region_id": "RegionOne"}], "type": "network", "id": "e0fc5fa3906f4799b1fc647a2f53a54b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "8d3b59adc92f4f39aaf311ed6f34d4b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "db7cb638aa25417e8560a9a5d00ab230", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d491ca2565144be28343dd13579ba0a6", "region_id": "RegionOne"}], "type": "backup", "id": "8028f2fbfeb54ac3a948a28427dc661d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "18c2faa6cf7a40f6918c2e13394192b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f4f91f7ab24341d18c20e4b4c5897920", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8d73778df3e9473ab7446d35e07c73bb", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "da0bcfb14d724be9aaa1ea4f34ce0efa", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ed229882b56240d29a60499ec6bb90ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7f20bcce11c845fb9165e0fedbb013b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2ad49cb0460942b390c4f80687cb1146", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "eb6866ad6ce44a06a01104ea794518fe", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "54eec2cfc428443d9d9ee08ad34228ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9481d7c93ff64ebc8a8a69f22926cd17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8d21cf60c73b4553a8ff4d8833e699ae", "region_id": "RegionOne"}], "type": "monitoring", "id": "90a00383fd2e4de180568a2baa1416dd", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "99d0d75132ae493aa5bcec1741d3b1ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1b80bcfb962449feb36ef35ce35608ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "3ca22bbf5d904d5db291017e1ab81a7f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d50380227e054e9b9c131d9d6c1a1492", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a69b70df3e614441a7d463ba65f70037", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5c68edbbcca34dc1b00cb1de303a9f4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "456da95f5f4c4af09c0d9311b7118a21", "region_id": "RegionOne"}], "type": "placement", "id": "5685bfd788814fc190d340dd396c78d1", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3c482fe3c60540f0b088af6ebecf0a2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "53e8c824bd9c4ab78e9b27a376e2cec5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2ac4312c8e8146049906af2688c4aeeb", "region_id": "RegionOne"}], "type": "instance-ha", "id": "212a1ecb6add454cbb0e39d12d99c0b8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fa69a51d314045b49de90f1382e459ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "894cec60cd6748d59890d4df6d0d0d55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "05fa300f6d25475596e8f9a6fd2b8f39", "region_id": "RegionOne"}], "type": "ha", "id": "b127ac04a8624b789427ca1374c6f3c0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bebaf5adc52a426aa5f2d26d4ca53b6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a9dbaaed993b4252abb90cf7171f3298", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "12134577446a4943989700a7eb3142b2", "region_id": "RegionOne"}], "type": "reservation", "id": "d2c7611eee7e46a8b2e66b847d705a3f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "52554bd472ae47f4a7f38c95ea65a81d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "62757d9efa34496cbd58db1aaf399b13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "40f8125b222a48798989f810643ee9a9", "region_id": "RegionOne"}], "type": "function-engine", "id": "887210021e8445b181278ab09e5a84f0", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "35258aac077f4fc18021b7d4f6eda3d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "45ded1898fa14b4cacc121f030b1606a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "770ceb299d23415085cbb28a1866bda9", "region_id": "RegionOne"}], "type": "accelerator", "id": "0ea2b028742d4017a9f921f3d398e7d3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bee5a100aa6e44e5b0e68b7382bd0c34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7b31a0cb6dd24e0bbcd74d2b3ea9f3c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "209ac14a1cd1456eb7f01b324b21e76e", "region_id": "RegionOne"}], "type": "admin-logic", "id": "023dc013a7d04139a4fa323132ce8311", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "abc41d28b7f049b08c8734236535f188", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "359f60c7c2ee4be7ae7de8722c14f46d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "aa4b2ee60e304d858f91d50908c5da95", "region_id": "RegionOne"}], "type": "registration", "id": "c5059046cdad4c71968e098741e2aac2", "name": "adjutant"}], "user": {"domain": {"id": "5a8cf61bed8d4269a874a20406ad8ba9", "name": "1ff1ec91121048448d4e295badd431c1"}, "id": "1ab71c4ca1cf4eb3b14fc54dc0245670", "name": "acee2197d12240d8924af4e801a35c88"}, "audit_ids": ["f1303e9791744ec7959f6b8619b3048e", null], "issued_at": "2019-09-19T09:04:39.452742"}} 2019-09-19 09:06:39,575 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,579 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,580 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:39,599 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters/no-cluster -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,602 keystoneauth.session RESP: [404] content-type: application/json {11} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_get_floating_ip [0.204687s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,391 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,396 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,398 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,401 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,418 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.321296+00:00", "project": {"domain": {"id": "512198720f264074b5d3d275db1668df", "name": "ea933cd9f9dc4dcf82a7c6354052b050"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f8b1763f53ce484cb4d122bd6f5a2167"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "351633ee2b594063b59d9386643fd542", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3817ee91a8a04e9cada82af8ff4142ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f9f02d90cffd4d04a586540c7b2f59c5", "region_id": "RegionOne"}], "type": "identity", "id": "07c9c06d124642fd9c01678675c6b022", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "14f693a4dc6c4260bca9223d2b40b75d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d1fdaed90ce045ec862029bc7749e8d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "0a5fba33171e42559feb6df82cb8fe56", "region_id": "RegionOne"}], "type": "compute", "id": "dc772501705143cdae7bc91cd08d4362", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f11aabbe4d5343be95ad0d85c679fc0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "bf724f3b86264cc387486be553445a62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8d1c0cb974974d43bc420abb59c79d07", "region_id": "RegionOne"}], "type": "image", "id": "d5a27c02291f40f48509d062eb14ddd6", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "81fbaac3bba24d759dce5b3dde617ae0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c92553bc77964823a98a159d76a3c6d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4e0a2f5f12554bc5ad5e8943761bc7c8", "region_id": "RegionOne"}], "type": "load-balancer", "id": "5eb292b3dc3a4b4492969c3533895c37", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "896636744ec4444bb2d325058c4117b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "30d2f6bd21874526ae0bcb5575e169e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7cd7621f5dc42d38fb5ec816b7b17fb", "region_id": "RegionOne"}], "type": "object-store", "id": "2d37a70a244d4ec192d5ff21725e4486", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bd385ec0d1aa4b55a967ec2ebcc0cc91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4622ab9e3dca4051b527be132dd76e14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d2caf71d3ec6472f9355517aca9b49dc", "region_id": "RegionOne"}], "type": "clustering", "id": "7bc164650bb542a68293f60826763f9e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "21f03e0791754351b3dae29173de5fda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0982632fe4e3491aa6f8a4eb0a6bd791", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4c3cd125f9d941b9b15a33d0bce2f9a3", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f1e57732b68e4758a17e1d5808f0a3d6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "20fd94af21814adb87e5e726086f164b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e41d54c1621648aead836db19091a850", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0635701b4e3f4ee6b86925e9babea246", "region_id": "RegionOne"}], "type": "cluster", "id": "13e4b86787534f10b9fed2925e0c131e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "32af0cc9e52549eea90590c39f42a955", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4b8c192ec63d412db622863cf80f7e40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d206154286784b8d95922930108464ee", "region_id": "RegionOne"}], "type": "data-processing", "id": "8bf3710af434447aabd34f17a0efd3fc", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9df9cbd0b9974494becaa10029c4fd55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "96505b08d2a44a5493d9a97d37f214dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "88880223db2f4038a1c80fb415daeb3d", "region_id": "RegionOne"}], "type": "baremetal", "id": "54af8caec2c34009b0e366cddf1dade3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b44dfeff815f4d89a716c652c894211a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "91002e887ba24c85b5baf72f508084ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d729517e84744a3b845a857c286ae10a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "484aa7fe5f0e40ef8a3709f682926e28", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9ded9e7decb04783af30d0b4dbda88cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3f56c25508df48b8901b4a05652b0da1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "af3a52d983f74b4f817994bd1ef80ee1", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6f38473ec2c543b8a47fcd139e16f082", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "054afa9f2791439a8a8c96e689e367ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ff5d597c7501484486f5872ec064651b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e23e421d1ff54ef88f1d0b3ed8a04a6d", "region_id": "RegionOne"}], "type": "key-manager", "id": "453fa94d03bf465097722ce81d3e2914", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e69995554f884a5fb223bf4bbef9c940", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "52b8c280887046319fa682517f94f76b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "69487d86e6764228b2763dcace2df688", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ffb7d8b0a7d043f18d53651526f17be1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4e2741f083bc43629cb0c79e160bec70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c4e211f8bb884a15a1949c939b95b5aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cb3c845a350c49c3b780f24cdcd06d25", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9b189ded693b4cfc92104e26b19e48fa", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "31f2e7e596704401b8bbae53795b6d54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f43e3c0bf8e245d6902b5228cd405cce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ec8baae9654043aebcabe6e3fcff9f7b", "region_id": "RegionOne"}], "type": "message", "id": "ec8f79f4290446049df459cdbb6fd01a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3b2106229a2d442ba93b07995a098fbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a62abf6f36b2431ba2b5227a1021c61a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6456641348934ed494e4d1681a93a43c", "region_id": "RegionOne"}], "type": "messaging", "id": "b271352329224144bb40e8c7b6aa8966", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8c3805f0135440ed9c3b874e527a26ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "84df7d17ee1d4084a46be270c3111167", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e8b1fd23a965456caf8a5db04d0575b0", "region_id": "RegionOne"}], "type": "application-catalog", "id": "1827273850bd4ed3aeae560109851279", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ee36e67bedd04c28bff984122160fac6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0f5ff06598224c3fb627d4dc7b9e7b72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5b0ed70e14904da6931206436d3ac7c8", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1a9b01db69c04c3c9e9079d55a8cdd35", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c53ace48d0e740f1b60523d332db81fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b281bb8f586a4214b21cde4c77c63c46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9e012e19dae349f0bdba6c2efd245613", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "3a419c85d6e34d3fb005629dd383be80", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "80eb1a59a2204a54b732d6b351dacd60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0ac04cb073ab43839e75c1aca9c5feb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "21095573d5484f00b08744bedf5851c8", "region_id": "RegionOne"}], "type": "container-infra", "id": "8a1b8378dd4646dbaf97d1dffee3147c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "da4473641ff246e782ec9fcdcc24f55a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "02c5c2dcce844a62ab1bb0427ab35757", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "7ac7afcf73bb4aefb878d5426780a875", "region_id": "RegionOne"}], "type": "search", "id": "e2ff57fb74c246d5a5d659ec18a3060c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d68819db8c564027ab38d7b4e3b5f10b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "11fcfe3fcdc34acf91045c5efeaf64d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "25f48797b90540e7bc7847093d64c257", "region_id": "RegionOne"}], "type": "dns", "id": "32172346427d4a3aafae54511bdf766d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a0aa1c3e27f544f5b57243cb8b610d3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c385fcec3c5d434ba0c73ec034e5702b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "418d314670dc4502b1b1da9d1ba757ee", "region_id": "RegionOne"}], "type": "workflow", "id": "abcc7d06a4224207b9495a76886cb0b7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e8ca190d7a984f10a40e1dfe368c841d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "be0e6ae85c76477c861cc894cdbfa837", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b16f85448869484db54b0342794e8337", "region_id": "RegionOne"}], "type": "workflowv2", "id": "818165f76a3743a3b5f4f250bfcf8c92", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "cf2363b25c27483d950a6c74300b6cfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "aeeff0f05e144a61805d14cbdfc7847f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "39e01adec929463dba7f3bb40dfef374", "region_id": "RegionOne"}], "type": "rating", "id": "d8101bb9324b4fa886db2f7adbad4843", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f8e771ca907f4b45be73288f80d81870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a1a352d29fa3471486de521111a42fa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8bf71afe9dfa46e687847fdb4f7f50d1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "cb4c104ba7aa47fbaf53dfc39fcc0548", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "35670b54ebd64571bdb3482144f238c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "737ee9457dfe412d82ae6fb1ebbd6bf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "87b6bc1f50a64d709ad88a437a6465b1", "region_id": "RegionOne"}], "type": "policy", "id": "5dc9340b392c49c5a072c6a6dc1a89f8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "caed13546a7140598f6a7a4e58d4d7a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a809f7696af94729822a904796512bc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8ccf407b571f4f55ac6cd51eacce9d2e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c2d4466dcdef4f908cb65b80661e6a80", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a2ef527568cb4e3e91a028212d7c13d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "51854848d05a4d41bb70370beda94456", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7956583d1cc44bae8a996afe643de246", "region_id": "RegionOne"}], "type": "sharev2", "id": "9f1e83e0e42445b4858ce8459df13939", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "93dd472f217d4b848f88d82e18af7493", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3f7ff3913fad4e86965beaa080fa06ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f6a740cb3c88424e8d34873d290aef49", "region_id": "RegionOne"}], "type": "share", "id": "d4f108410f314a48babef565efd86ea9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f1a6070cda3c4f10bfc6dd7837cf61a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "75f99d8b8752435f957303b0ba0f6c11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "355191852c7f4fd6a7f82df9fbc383a2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4d89a3a061b64a12bab7ddf4f8c81f1f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7484e8edf594531af557e73ca1cfdce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0fa3747c6044ab2b7565d3f7839dbfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d819a13098b422a93f088f5974f204a", "region_id": "RegionOne"}], "type": "orchestration", "id": "1a10b0f5dad94862b3186cec1d93f90f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fc622510561402d97078f418eb3e4e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1cbaf00a5fc49888a0ed335117cce51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ede82508dc50416e843f8c004a1e7cf3", "region_id": "RegionOne"}], "type": "block-storage", "id": "32f7cb1020f0460c9befdf382bf06296", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "adabb1ab9b5148c7861b63cf10dca610", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b328f364ed2d4e1c970dfe1adb7cb283", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cafd305cee524855a638e934d1406e1a", "region_id": "RegionOne"}], "type": "volumev3", "id": "b48dc7135b2c4bdf9333654a37ef9e53", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c9933f959cce4960857e12af73984349", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4d4ac35c7444b29964ca62378c95351", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e43ca9fcd4f49a49ac56fe4875718ad", "region_id": "RegionOne"}], "type": "volumev2", "id": "70c514422b2f4821acaa772754efbc1b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e543477885c4a6caeec77aa6a5d1620", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6a69ee7f11f4a5e96ed6bd6571c4db6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e554bb6538f341f2abb5447a866e55c5", "region_id": "RegionOne"}], "type": "volume", "id": "522a53efa36f48dd894b8715b44ba878", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42427aaff28443abb49e5043262628c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "217d75d4439c42ae9efd7321b2a069ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1981acd13e9e466fb9afee38a8e4185c", "region_id": "RegionOne"}], "type": "block-store", "id": "642cc4c667064c81ac5fe1567a865887", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1c13358ce834465fa52922e9b51382a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "645c7e984ca4425b8bf08ffefb9cd6d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f2ce6d6f818c43e4af7c60c461c8e95a", "region_id": "RegionOne"}], "type": "alarm", "id": "a1c4eb4dc95f4c6c84eaaa27ebf02058", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b4a62cafd4af453cba8beb5014343e7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "eff85b8c848047f69d76e177f24b9385", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6b79d3c0caef463da9b6369cf4fa3bdb", "region_id": "RegionOne"}], "type": "alarming", "id": "5958a2b4a7e54c3184127821f6521e40", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "83aac1acf79149df81eb280b594ec430", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a2ca34a49c2a434887c74204a9b6a3d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5003b626f4b340878477e653c8e72488", "region_id": "RegionOne"}], "type": "meter", "id": "8073228a69ac4f8b97e413049c794e0a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cb730cd3877447bfbe13ec2a513acfeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "92e3b76f1e984e2ba68993b78242e465", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "def09b04d2b1423ea2a67275cc7a1a57", "region_id": "RegionOne"}], "type": "metering", "id": "907d4888f23a4c2bb91dd87891b0733e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1045df86c96a4183be4a6bf87aae6b43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "71ec36b3bcc24f08be29ea6b9d5400ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d054a03f3ace4fe19d02f09f25da02a3", "region_id": "RegionOne"}], "type": "telemetry", "id": "13e66a2e37594b269646a7a58f9305e7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9751ace239734cfea59a2c2259137694", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "274223928561401db5b23aebe74c9f10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "03154b4c24e5429b89c93757147a795e", "region_id": "RegionOne"}], "type": "event", "id": "ef83bbe84a8e458aa967e143ec8c026e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8c254f813bd542e4a6d5c0509ce63c0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7976df79d9d7407e8fafea26560a106d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f3f085de15084f1d98d907946f180cc8", "region_id": "RegionOne"}], "type": "events", "id": "153acbb36bd649d586932322b4cdc65b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3f288064fdd4471ca141f4ed76fe4898", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a5049400dcce43288c9ca0145cd14621", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "523785e9479a4975998b0d2be70b2d81", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f6a59143f91a4842b8f3676d483509db", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "af0a7a303d1c45d281e11c27bff3ec57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b7295974de3b4f39850c0c844766fbfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "563cd1b5074d4181aad5b88935357d62", "region_id": "RegionOne"}], "type": "application_deployment", "id": "036ea70fd44f49f8a6f3f875c5e8ec48", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6253939e3ad247a5aed9fa4d2d152f7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "de190506b01a4e9eba7c896b1c340382", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3a9c84f6a07140218b1cbfa4e3bb23c0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a99344a4c9af4ae2819885068b55a1e9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5b5c0d544e844d4dbbabe7d35f5d416f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a9089b0e1e204b15900da87e841d8163", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2264ee7bf99d472892fc4897e8418b60", "region_id": "RegionOne"}], "type": "tricircle", "id": "80906967152947ffacc62271d2690138", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "96bbc498305847e3a5c541edf8e5f8a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "4b1fc22a2a9841f2980090366f980b80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6b47cd249e284f4dafe97c047dd0a1f4", "region_id": "RegionOne"}], "type": "database", "id": "6f99efba7ada4cd5833ee98502281ab7", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8e403a29ba934c6e81cf342833928d36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cd432b0f84034717900f9fbebdb388a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5063316bf8e9494dadc883e29b79e76c", "region_id": "RegionOne"}], "type": "application-container", "id": "78f0b03cea2a40c3aabf2a4db05564b2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "068b7be1ea72499fb351ff955071d126", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "72adc17352fb4f01951d399d75a6ae57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c3e10ac693e6447cb9c04d24e57069d3", "region_id": "RegionOne"}], "type": "container", "id": "efdb0409bcba4050b737804db5a04c25", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2f946fa67ff94bcca77ff5a9aed3188d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e56864c1affd497d97cf33f403df7259", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e8a5cacb60ec49bea08a5d93c3d50ea8", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ed9b11ce4b624699979583bd6ad2dfbb", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8419e5afd09d45eaad67286ed997a618", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f353bf401ba64f6db1b4fe42e2f6aa50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "243c250f3cd744f0bc7e598464f25bfa", "region_id": "RegionOne"}], "type": "rca", "id": "c0551f91374441abadde3a0ca00ad12a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bf01eee574ac4e90aeed84cf3873e160", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "df9ce6fb3b4d40f4acb6009783bfd8ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "fb11bfc72457499eaf80285f69391afb", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2cc6990f29764740a0e1f505a773782c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "2904833546d046dbb0918ce14c3e584f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "75b250016d2f452d8b6a842cb0731291", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0538cbcfaa214e99859375b4d323114f", "region_id": "RegionOne"}], "type": "network", "id": "5cc14487dd984fa6b66f5fd5c2a8a0b1", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "4ac2eccfdf4c4aeca26907c347c7d7ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f8a2a2d5e17f4b528a051c8b39659b9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "08e838f38a0a4bae909f4dacc15a9dd6", "region_id": "RegionOne"}], "type": "backup", "id": "c87bd3b229dd4ce98c8f4841a5f9d0ea", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4c2fd355ad6640aebfe2dcd6a3f425f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "eb32ea579a6e474099e56f02e6e5b675", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0a4d846ea82a4ba58f27ffc4d1f2bb75", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "2b33c826278e430e82861a07a60d496e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "62936aaafa774b8b9969416dc8a76941", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6d7b4847551a4227a0a3d4ec52668fef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d91677f9289148d4a6d0b5fb50e40a35", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0f8ccd6fc36f47bfbcb628ecfcbf4f8d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "18b5d016455e49f1bb06593c58f3011d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1a8e75f9a42543b89d3b5cf1279b147f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "47067bf271214bdf8fb9a77280276b1f", "region_id": "RegionOne"}], "type": "monitoring", "id": "27aedb7c17604510a1e834039d0106d8", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "94bd38cf48eb48198e5a8a6bf04eb34c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c96b3de0ae434e15a95e689901c38c5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "0d59d7f7f3fa4d6c92fb794712ae5cc8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4efd7a89c443492087509d65449001ea", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b50795fd2d044807941720d931dd7bc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ed99005683214669a8a491a13e63e572", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "79eb029eab1f4a0c9c24f26d538ce504", "region_id": "RegionOne"}], "type": "placement", "id": "3debcfa2aaf141228530c33fa42652fa", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fc3b7d2658134a27ae9f0a5599dc86d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5369499e8f44416492737e55331c6597", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9456e4e551e64a56a1be84002d8311de", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c3a707bfb9fe4609a7a376f407da1ff3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "63b9867e89494cd880717e0dba9d15f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6886ba67c71e4967befdd445ec3f4999", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b61436a04d2d419a96e95894b5d0be32", "region_id": "RegionOne"}], "type": "ha", "id": "3b637001bdbd4b008fe4a433f518deed", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "71e149dfe74a486b9ad6b37b375c209f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7afb40ba93db48fc9ea4b37b43b5abec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bd48fe4f0e5940b68e65ca649c0c5d57", "region_id": "RegionOne"}], "type": "reservation", "id": "6497da8f418b47cabd41467b3ef0f489", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d5750ed5d8b84c4099f00e23133f70c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "36e5b09f1e34411c9148a5b45a2d6cb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5ebc07b7f9bc470f9a00d138ed8eef38", "region_id": "RegionOne"}], "type": "function-engine", "id": "da673688866544d4b374864bf504dd0b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4613b72658914c2c864096cb42023954", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "278ba333096c41b0aee9ae237f982c7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d3738df8906d4d89890e48b6d5a53e09", "region_id": "RegionOne"}], "type": "accelerator", "id": "6fa799a2f40c42f2abf885b09d7ed07d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "56ed90bed5304371970ab9ae2ad8d7cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c06fd02d9f7f448fa3280d91e883d521", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0ceac5b29a8940a392269594c6076325", "region_id": "RegionOne"}], "type": "admin-logic", "id": "05accd9a02a149328b474ec9702de2bb", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8a18cfd32ee8446b906791abe3770eb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cf81620a00f448c1bd279989332b3bfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "815e2c06fdad496084dbd0a62efec270", "region_id": "RegionOne"}], "type": "registration", "id": "0ac8c4cf8ca64f50802877c980972630", "name": "adjutant"}], "user": {"domain": {"id": "81d2fff93eca461eb7c20a4c93f230f5", "name": "52c5450bbf6347b89d20367e31500afd"}, "id": "26b9b2947fce411cb6f7e6ceb280e3d3", "name": "f30e74eb4dab4cc7a2aa011d038ec7f9"}, "audit_ids": ["d303ea4c59bb42149c14b9c6d1ca6545", null], "issued_at": "2019-09-19T09:04:39.321296"}} 2019-09-19 09:06:39,511 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,515 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,516 keystoneauth.session RESP BODY: {"floating_ips": [{"instance_id": null, "ip": "203.0.113.1", "fixed_ip": null, "id": 1, "pool": "nova"}, {"instance_id": null, "ip": "203.0.113.2", "fixed_ip": null, "id": 2, "pool": "nova"}, {"instance_id": "myself", "ip": "198.51.100.29", "fixed_ip": "192.0.2.3", "id": 29, "pool": "black_hole"}]} {4} openstack.tests.unit.cloud.test_delete_server.TestDeleteServer.test_delete_server_already_gone [0.197155s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,484 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,488 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,489 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,492 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,502 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.425876+00:00", "project": {"domain": {"id": "c248ca74b3cf4edda0b88f998ed1b799", "name": "bad3ecf83ba8432f898c7e8bc9468444"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6edf71ff850f479b9cc41138ea3200db"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c62858f8ffb84539b5b5342551badc3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c45a917db3894955bcdf66b6560cfa05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "619c10d67aac467e8fc159c9b5281db1", "region_id": "RegionOne"}], "type": "identity", "id": "d7b4bac681ea4251b3635d87169f0735", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bd66723f4b224304a104c4b02c9455d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d74469847f96410eb3829dd3bd2904c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "00af6e05ac7f4d25826445f07595eedb", "region_id": "RegionOne"}], "type": "compute", "id": "cb9a40433ee44bbb95c9482de3a94e3a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "2c42e9567f7b4ce5be7e16bf2bb80c25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "9655c5afe1dc4fab9b82abfc644134f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "5fbd15e7fa6d43af8dfd1104cc5920fd", "region_id": "RegionOne"}], "type": "image", "id": "524c815652a940c9a4b9dfc032a4a3c4", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fc2dc9c37d464a5c8e7cb3f72fd85c04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "dff06e458bed4fe6ae396320cb710a77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c48489e8e6e54189827ece78c5cac5de", "region_id": "RegionOne"}], "type": "load-balancer", "id": "3dd736f568aa482d93c739b3cfa636b7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1db19cf1d1dd4478a21a4690c6238163", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df148614329647a1883e945dec3bfe44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f57fa87ce9824d9ea7403492fa8bf8a9", "region_id": "RegionOne"}], "type": "object-store", "id": "94b07776497741598e181fd822421b9c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b7e87f34381d480eb9bc0b5ac8a41cd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f409769ef78147dab3647f951831d665", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "210f1e0f888a4384a1ee7ce7b6f1fca7", "region_id": "RegionOne"}], "type": "clustering", "id": "be5b26a3d32d42e69facdc1c972a206b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "de506c1397b9436eb4a3655244ace1b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c2ca4470b01c4a7a80eaabdee573ba75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "82ce3519d45a45c982a3a73e22f6fc9a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "91deef9279f2442bb508a844d1b3837a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "06bdee950aad42b6a05a4782c72aa287", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5ee78d4964b54d95bf6613a7a686fb7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "51b2ed47c52a4bd1bb34092da98cd85a", "region_id": "RegionOne"}], "type": "cluster", "id": "cd7847e6db8e49ca8a08a4efef74b186", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "669084abefad469592d1260d039a3d18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0b20d305b4d24725a3118d7bb382cd69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d6c4e4eb615b4af783af399738c9954b", "region_id": "RegionOne"}], "type": "data-processing", "id": "9bc4da3ed77946268dc55e4644a15209", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "85d6c06ab4bf47ce939752d22004a1ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3196245694de485ab6e4067ad164fa65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "10ac8de9d666496798d820ce6c6bd6a6", "region_id": "RegionOne"}], "type": "baremetal", "id": "11691fa8ed3041239fce71a1973f16f7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "17e9b8320639458b98a19312532b7753", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "880d6406be3b408eb0184a947f6e5722", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b9fe18c5e8f943b7838900fc6b20c838", "region_id": "RegionOne"}], "type": "bare-metal", "id": "469000cee44a43f89ed8d33f045906af", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "62c0d846eee2425a88aba7fead834e35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f1724280c59244129143f913f3f31a42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c9822a1534b74f659453238e5183c449", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a714970050c8461e9636555c365a83f6", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e483b43278bd4cf885fe341befbad8c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9efef157cd4048e993a34b563cd56c94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7421018717ae41dc8753d88f7044b8d5", "region_id": "RegionOne"}], "type": "key-manager", "id": "6c0a7fdaa0cc45c1903462bc578e472c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "40cb5c8067924b87b0d1dc074a682d6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e2a866419225460f820a00f4dc4a5bd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2155b778224b4e6f8754de218100b1c8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "04522e2f1f524fb8ba0c14bc1b9a9c96", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "44a5852a4f624e3cbd44a1f0e06af36a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1f9842be166c40aeaa8a1f55c8d4c799", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b738314c9fbb488c82966fcc96b9e018", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5218a6b7d9254eca8723f9465cd69695", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "65719c62048748bead2785988806d271", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "dac30c2c0ab14e2b8db38ecd84ab23aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1822a6e7947b4a72b3b6b284a387dca3", "region_id": "RegionOne"}], "type": "message", "id": "6611675c10114329a85d43c4fcb22a4e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ff18ff2746f94ee5afd4dcd616fb76b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "05b0bb6919b94106b834d2935fd3799e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2e867ef4d4d84071914756f3df45140b", "region_id": "RegionOne"}], "type": "messaging", "id": "ca91103e5491452698a1d03bcf26e2f6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7212da484b114a948c19fb5068e57d65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1d684408d0104744964376097e5ed78b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "20a342921c1e426f8e579f62d061fe1e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c5c43e2af525481a8eabb3b01ff93288", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5d331afd3ddd4adcb4c0ee6161b3b3f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2933f319de254053bf70e35b3b53f148", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a15d20e117084944a7a1342ef36de462", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "88cb5f7faec44c94b3a04ee3f8d27f6e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4dbab2ba9bb64b1ab1458dfa3d027465", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e4107802a99f47f3b213d27fbf0594a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "763dd2e00f614d0e876c7c7e6928b83c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "dc9f46ec046147c5ab21c152f265caf7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c92b40750d64cf1ac79dd87baef4d20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6f6cc0f072014c819590240660d36f3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1a7db2a6c9794993844e4c428c01ede8", "region_id": "RegionOne"}], "type": "container-infra", "id": "afe958c60dd64eddb5414c6aa4774173", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4ed273d1c6a84e9ea224d4a86f134212", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "cab840861fd946409c8ba249ccb44d79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "22da0154475c458d8619a0ed6f386a51", "region_id": "RegionOne"}], "type": "search", "id": "6280ff51facc4ac9bf50ce2b95b93334", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1e31016aa07e45ccb38caa9e68b07a20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6abaeeb5baa64d3189f59adbd945adda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e0d777a59122450bbc8481e6c696c1d3", "region_id": "RegionOne"}], "type": "dns", "id": "45ce9934ebe64d9b9ae016a162652334", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9245d21feed347c68539e29de492dca6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b0158302802740e3900a626ad3f0133b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4f0ec7060e454f5d981db981058ef8f1", "region_id": "RegionOne"}], "type": "workflow", "id": "6ea26f12b4534a6dbf141957da5068f6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f00528ba411b438cb095fc608eb7fb8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4d987bf7eb634971b7ad01ffb651d57b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1691d7a9def241e395023a7111a0bc28", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ac3afb431d064f10923d2bfea41ce1a5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "0708fde4731a4e838a2a44669aee794a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9970d06afffb4e9aaf43b7a6b4e96df1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "56e48250ce6c4726830535b1e2d31926", "region_id": "RegionOne"}], "type": "rating", "id": "c31234f0930f4c588858918d3f2f325d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f7d2ca696e194198a14329a005d2341d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "337b76c9cbb049c0b0b85c0f54aac8bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1baba89147a24f7db6796d7148d689e0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d8baa74a1140460ea9a16eb109798ba9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "13c26a7c2f1f4f6b8c115015b08c27e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0a97f034592246dda8aa1605b3c59022", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1870d03c0ebe410fb7aac2b6de5cb51f", "region_id": "RegionOne"}], "type": "policy", "id": "d1df8efdc440420d9454d7857bd78a06", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1d06df9269514b2b934dd740cb17ad97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9d1b3f7bdd9d46f4aabb5ef45a340985", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f499adb916c94aeb919a8cc45839113e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "515bd3d6229948878bebbf6a97f0d271", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f48d767ca3844714b5061c8fb378bc7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d65c0ee39a8949109240752e3962acb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f972748f83c5484eb207e0418d92d4dc", "region_id": "RegionOne"}], "type": "sharev2", "id": "ad06f0edd46242ab8adcf4678762d66f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1e26113eebc942f0ab8f330b8812a55c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5f1975ab9acd4433909d9df254e67885", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4f0033f228b740b48a3cf39d28144ec7", "region_id": "RegionOne"}], "type": "share", "id": "ddf248595f834f4e9f81fccaa92e27d2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "cbe4030703eb4f4da62fc6e1f70a39b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6df98289d3e240d0833cdc8f826c6b43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0a2a8bbc51714437ab01f4c4e7e07f32", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b3a30752bffa43378f8ca543c2651687", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c49da9ff7fca4302a0f0cfca35198296", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "816f7c1fd7904616905be3b285ed84b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2e8609ec13041cb95366179cc627dec", "region_id": "RegionOne"}], "type": "orchestration", "id": "e295c2d34fc54ff9a127537a367f5cb7", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e707074a910444087ab26945a82420a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c33838b96372449aa1eec5bde959a3df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4913fa2cfcf4b11b4d97f497a87eee0", "region_id": "RegionOne"}], "type": "block-storage", "id": "75e35667db024cdab153bebfd23cdd7d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bb366ac7aee43b9a617e0de00a5a3bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "267309b1d3d44675b5b44bc6c2534fd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b7b4cdf520e4b6ab4a61dcb2d0044d6", "region_id": "RegionOne"}], "type": "volumev3", "id": "d27ef695323b42d38d0ef8b7f635db91", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c3eeb5f342e45a691a835cf78d9ef41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa77a32bb7284a758b6db5629ee23e9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "686faba74f234b0c83d0dcfdcb910353", "region_id": "RegionOne"}], "type": "volumev2", "id": "a9a42edbb87147bc95b1bbbd7cc795b6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "364fb65506634b35bfc5ff8d0f8f6fa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6958c9e90fc949dd88992ef2124754c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a4b8e82e0c44bcf87521d0edc3dff1a", "region_id": "RegionOne"}], "type": "volume", "id": "ebd21f06f40742e895b86fac8e056d3b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2161d0f6cbd4db88d8f7e4233404c3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0e6d93d6a3f4565b6e74ab138092044", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "30034647e21740cba52a51bcc2a23539", "region_id": "RegionOne"}], "type": "block-store", "id": "7f48e4e7c77b4f6c8bd62c76ea2f0dcf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "16de1a607d4d41ddb5b8881fbfbcc64a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ed29fc6841894555a0f73ca2f09906cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2c566f27481b47e59458597017f92b93", "region_id": "RegionOne"}], "type": "alarm", "id": "7ffec106c1a14b57b2b7ab10f4679bc2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "41f8e252a29049e2a4a5b9880afcdfcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0f27a588657f4e0585d53069bc569822", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bff19ef9cd3b4024abb159a3eb7684ae", "region_id": "RegionOne"}], "type": "alarming", "id": "b611f96f27054e8fa5d5dc8059ebde6e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "28edd0e7ef1d48babec071a523b5b8e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "46fc4e1c89144e54bea1475cacd8e062", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "70244aa69d3c4fc6adf25f9c2e113f67", "region_id": "RegionOne"}], "type": "meter", "id": "b020d0a20ad14a9e98d20c0b7498b1ef", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "318bee96e53a40c9bfd29b8b73e1069a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1cd38b4f416c4fb7945a02b59c524276", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fbf295cd1e3042bd9abfbdd21c764e80", "region_id": "RegionOne"}], "type": "metering", "id": "87f194f9fb80418cbee7d43087cf828c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f9a5474bb5264e959683a61cb6969aa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c82d934e81e6493ba0effb8e50cf0d25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "66da2b3d110a4bf98ce0a558af5da155", "region_id": "RegionOne"}], "type": "telemetry", "id": "96baeaeb0a2a4b0abd3e8b6dea937f16", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b090cf7ea7d5474383664c7cc625864b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "20de5532148042fdb6787884b27c38de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e2e5eaf4dd9640f3a22b7f14c91bc65c", "region_id": "RegionOne"}], "type": "event", "id": "fba654088874428c9fccd361bf4243e7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d3ca6fcb7da249a69e98363051515717", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "678b063559c84543889949c5ac6cdf4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d5a60bbfc60f4b539dd3e3a9194fd360", "region_id": "RegionOne"}], "type": "events", "id": "c0fe61e2bfec4b5b86ca41476af4675e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ba22cf5e5e6d44f58a3f5c81176e0326", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e4e8af2ee2af44f78889189295eeb25e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "94e7d928070c43eca8fcca7a842e7818", "region_id": "RegionOne"}], "type": "application-deployment", "id": "70a5ae14b6c244289ca82b198c25b93e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "60d1fee14dc94f758264b032698e985d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0b8af01e6e3745ee99704e99bc8025e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "40b5a23ea5ee4f1ebf2caef33f724c81", "region_id": "RegionOne"}], "type": "application_deployment", "id": "26071454474d49c78cd32d4792647e14", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "aaf5495fb4774f92941301c26a49344c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e658008a0dca49a2851265c8046ab113", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bd3a440e650b43b88141704907ac6b1f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ef3b9092b88341199b312b2db1b0fe55", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c99f09e554594602b5ff3c10d375b8ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "83e5fcc8a8704f6ebb4e2ad74c3d0f11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "eda543966209433699b992cd7eef9331", "region_id": "RegionOne"}], "type": "tricircle", "id": "1501f01d30ec457e9ab542edfec70384", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9a06b87e6b084edf9fb6a840b8ca2ca3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5481000c9283429b8649fe05aaec02d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d82e22b3d2b5438bb0098345f32b5138", "region_id": "RegionOne"}], "type": "database", "id": "41d7d48c84784c7da0b931916361a1d5", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "96a34de1c7a340ce99a5815dd75117c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8553977f16f94a689f60d512cbadeb44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "75c731bd75544f56b2b3db32ae4ee2c0", "region_id": "RegionOne"}], "type": "application-container", "id": "7e94757c569240599a719366a93399b0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "03c957ff2b124630ac5b273a9ddfc08c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c1cb454145e040c88d063996e9f05784", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5fd10f7317bb4ec58c275ecd0d19e684", "region_id": "RegionOne"}], "type": "container", "id": "dce2911daf4f45f183a0d82c8d3c451f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f663f06f7ea946038e50e172cd490b10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "27ec8b47269d4628837695ec04906e90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "97da06a0499d4dfb8a1d135298363bbf", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "902eee11f956422d8f6a108aa4d5ae7e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "454316d1079d4aeda50fafd6b079fe79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cd23a3e58978453480ec4a915a869f4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0c407aad1993489fa0fe3a5a1d0f0fdd", "region_id": "RegionOne"}], "type": "rca", "id": "40c6f76563254400b1bf70fe221827a1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0553ca897f0a40b4a5e956a0d28998ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3fe2f35df6494714bea94729232cc988", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "778bef9b86464408890b6ff41601c60f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c4ad9d36b422457f9af2f30726454981", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "efdbc629d2cf4e74b8ba254945513399", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1f0c4cdfb9914d9084dd290d09e87517", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "157ca3d2b9c54a2593db08dde8a32316", "region_id": "RegionOne"}], "type": "network", "id": "97114149c4b94e46880c09a7b5e9be71", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "93d9f54a9e654c15b711b3445b67441f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d0d3d969bc1e4596a7068311833e30e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9516d54f429044bfbdf169e7230ac91e", "region_id": "RegionOne"}], "type": "backup", "id": "a542bf7275f6473aa76d04781f497014", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3c1449522cc64bbc9f0e5fbcac7f1589", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fbd52dedd94e485eb29718826c5b9fea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b6630690650e400393c21b77da189f4f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "10ff8e8b302d443b9de9de74036fe4cd", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ec54fcc8eb1540c7baec74d981e21b09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8e5eddc1b9a34a31b3330f0c5e1f057f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "28ce6488a40e4b2cba115db32ac9199f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2d8b0f0970034fd3891fa2e411c7dd3e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "933d22f1afa0493d8eb8d8b4f7d8ada7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d95bf2e544c44144b3e7c00a1031b036", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "81294aefc65044c69adf056a09032be5", "region_id": "RegionOne"}], "type": "monitoring", "id": "23efc34247a749e2ba0c4bb87fddb083", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "19805cf1a80040138ab825e7d0578715", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9763dc9fec4748398aaf2bda4c1b61d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cb998d1341074943904c5b161b6a3044", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "02c5ad29137342ef832814891c152ad0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f1b6bd7c3e224742b99047bfc8f9d6d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "06be9ca5a42542daae4bc5c46a38dcbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8e2a09bf9227416fafee8e1355ff2303", "region_id": "RegionOne"}], "type": "placement", "id": "b95aa8ffd5ca410f818d68bf80cdaecb", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "26efbe763143431cbf89ebe596ce7e0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1e74bdd816fd4028bcf8aa3be4665097", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0fa17b7522e54cb8bad4e2918007c462", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7e4438a5f78a45f294940923cadbdd79", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7042ca348eb345d49162b07229e8afdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c3f2fa8cff794834881535e9ed73181f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "71e59b723b4641f89de01e5249810749", "region_id": "RegionOne"}], "type": "ha", "id": "4d8d8bca0a1b4d54a8f79c75fc9a6002", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "897ab71640684f108a4e659dbd308448", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3552d1d3d2924e8197ef7b4ee9e94f1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "35bd16c217bf4b2fa394d6f80e5fb87c", "region_id": "RegionOne"}], "type": "reservation", "id": "714a056228ed4da5b1ac17623091dfeb", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c367c3ce8dd34dbe8ddac16b2bf5f746", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fa23c815be5d44f3a3fbf471003f7f1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5cedf379aba641749395aa20f432a071", "region_id": "RegionOne"}], "type": "function-engine", "id": "189d9955b91744668c64ad835c4dc16f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bbe34492dfaa4d69a7bac289dbf8c6ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c27bda0672974574ab41b17215b459c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b8aed0f569884438adf8fe9c0ad961a5", "region_id": "RegionOne"}], "type": "accelerator", "id": "e13b10f0231e40a88fb6763be07cb86a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1c1d18e2b6f044a3a6642caaec365d46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c1be2150e0f04f2d94b9cdad5633ec3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "103de434ab294f4c971e8e857f7ddf34", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4e260968f95347f5b208136c6fae2eaa", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ac8f830d0bc142d8a68e8f7c46feb121", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fa7049795c564e9daa29f836866020be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5a703cf4afa4457fa3ead204a32e905e", "region_id": "RegionOne"}], "type": "registration", "id": "b7f7c3aecdf64c33875059b0cff47595", "name": "adjutant"}], "user": {"domain": {"id": "acbe811807714ac9b9c2cf60998b81ee", "name": "accfca816c9746bcb64932e3b8ae6b94"}, "id": "3a65808f1d2e41798ca36e9ab5388843", "name": "496d5bdd7fac4c699ce05226c72547d1"}, "audit_ids": ["280bb3382ddb48efbc98866df85fbaed", null], "issued_at": "2019-09-19T09:04:39.425876"}} 2019-09-19 09:06:39,595 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,600 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,601 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:39,612 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:39,615 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,616 keystoneauth.session RESP BODY: {"servers": []} {15} openstack.tests.unit.cloud.test_clustering.TestClustering.test_update_policy_on_cluster [0.235667s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,428 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,431 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,432 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,435 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,445 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.365327+00:00", "project": {"domain": {"id": "ccb554f8b6884abcb61d2fda7db7b08e", "name": "0a1a8bcc06a14fcfa967e2338ba7b3fe"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "51c41ccfc6024194aacd579bee99e4c3"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "b1e3bd10b950400d93b9b4f6b83495da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9643293df28a452dbcedb8d14e2bca7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "eabf8a1249cf499aad9f5786b20dfea4", "region_id": "RegionOne"}], "type": "identity", "id": "73114d3147b246c38c465e3bee0dbe01", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "579e8165e80e4bb69efb8db5d77cab0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f519c682f6a44e8ba0051ce787cc8fdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "774198405dd74cb59dfa5ce39ff844a1", "region_id": "RegionOne"}], "type": "compute", "id": "96436aadf8a14270ad70372a7d7529df", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "3d7244fb07204a3bbac8b6472f1a93df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1f32f1211f3c4f7ca1d171ee1bba373c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "47263d5b07a44c6cb8b3f1675463c8ec", "region_id": "RegionOne"}], "type": "image", "id": "a324d81294b6413c9fc08f2e24147ff5", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1bcd3dc61ce74907948a75c38e390cf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "56ba012731bc44c0b6a01ebd570b159b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "53aabf7cbe5745abb7b2df3557ef73fa", "region_id": "RegionOne"}], "type": "load-balancer", "id": "002bb78b15af42d48b54b2fbe61f960b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97660d133ee34481ae164c944c6af0dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe89da9454924de3a3ff585d66517b3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "520d62ad2d284f3b87cd187d19ef37e8", "region_id": "RegionOne"}], "type": "object-store", "id": "285b1a3bb4c640ed9392a7917b74cee5", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4d145fb727cd4d81a3257c90f8dc87ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "badb69a6f8254adab9c692f9f8943721", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fe4dcd39df31422aa17e950acccda970", "region_id": "RegionOne"}], "type": "clustering", "id": "50d25674f3394afcaa29c2cc34735f64", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "73edc15575ed4e3388b1a2ded05f9308", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7e0d2df4b47e4819a6da7c1257c473ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2deea78fcf7f45cca8ef841273f08e0f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "6500561721f24da599763821b77d24c1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a5e8d61622324447ab5d99f78c12b83f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a22060dbd49d4d3f99189f243bd24981", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b8d4c83fd4684440ae172183101dae10", "region_id": "RegionOne"}], "type": "cluster", "id": "b49eca8ca04145258e38f1043b91f79a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ec27442afda844a8b85d5fa80a488844", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c568e4c27f0d4979a3dadf29a6b24f47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f3c4b58e0f4c4c95b6c14ac8088ce94b", "region_id": "RegionOne"}], "type": "data-processing", "id": "cddf562d69b34dbdb69f2340072762d3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b26d486035dc4ec5869575a3981546b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6dd0f0b9818744f888d3485807c7f600", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f0644f9a0e524c89a92715d5d6cac3ed", "region_id": "RegionOne"}], "type": "baremetal", "id": "25e7b00a028d4cf39887ed418d991a59", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2ae6f44aee844499b6f278622c67582d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "13a11c0939c04a848450abcba33d04af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fb6deeadfb1448149b80efc3caddbd5e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8f066203587745058eaabafe8571c7b3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "55656d23fdaf417687b98fde8e9b053b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7c7e2166fc9a458a88fe44cb38923db1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "81d13898de7b4c61a34c40048a7b5790", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1c1889538da94212af5c815662abb02c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5fdaf324514b46dfbd50565912923ee2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3a8acb52d34e4f839d8ae805153e1a6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8f1b2a10971a4c18947722a6114767c0", "region_id": "RegionOne"}], "type": "key-manager", "id": "10b58e684ec241068f9539449db7ba71", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "48d629589c0c4c529bc9567323fbd491", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5c8714619d1f4cea87ad6886cacf3386", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b73873f8f2834b71823db2707d2e9bce", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "51fbf318dc14432c8649d927f7143a12", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "27b6d28c67d844fd88a79c083a1f8ee8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7075b4f288eb4e46ad91d123f93888e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "70d78ab814da4919b85a51271556e55f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6c8b6ac7320e4881a187648fd7b9b8d8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "88954775498b44319db2a53f52981e18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "83b83e599dc548ef8457a743cf10957a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e12170a3043c43b6851d59ab1145511d", "region_id": "RegionOne"}], "type": "message", "id": "e831f0d16d12425d80a9866f854d7d49", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e086bb11b7c34d369b998f05e9ad2fb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c525e7eb7fcc4ae3b0e498a2917120cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a3bbc67bba3f4cfca8075c99309339ad", "region_id": "RegionOne"}], "type": "messaging", "id": "67c7709d57694d96ac805f08ba890253", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "de384c089f414cedb6e8f900bfa7a813", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ce88106ca4bc48e280e815f07b9f9c92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "16ecd2de82ff452ea25c441ded5e4b83", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0f2c8ee6262f4d75b68c955262fa46b9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2e5f8979550f4f478419717645f70a2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bda4d6475c53411e9ba0a7cdb03a4ee0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fa63a966ad6b4e1cb0e021848d2d33b8", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "aa4a772aed13424ab8c181e18062a462", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73cd0aed34e04cbe8f10eb9eafca7b32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a90f1cd3cac4a6b8ce85e317271ea4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ef8d3342ccad41b69af92fb491f3a0cf", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0b1f2b040b50432782e4b87563f946f8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c9353910b9bc490083bf5655fcb75d43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "577bb430fa4e467daafd17ffb79519a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6247f3bfb1fe4771a288dd37c93d7d76", "region_id": "RegionOne"}], "type": "container-infra", "id": "ee71831630bb4fba9cca84967710cf3b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "fdaeaccf74b741fca7230077be001889", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "acd9ec0b1d2547aabf30bc6afcbf5382", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5525c64031b644d387b1becaf8f03568", "region_id": "RegionOne"}], "type": "search", "id": "18e66068eea440a1b244b5c79334f583", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "bc0923d1db4a435a891ecb7eec00146e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "24441b91200d42548cab503a6204f075", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f6342b71c7104c288c96887181649217", "region_id": "RegionOne"}], "type": "dns", "id": "df0ddd96f52847da9176690847ac78c5", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3630e2554f4b4b26a5c76add2e123408", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "05009c9160a0459c851de7ec41af7a6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "36714fac6cef408c8a624cbd41e9d29e", "region_id": "RegionOne"}], "type": "workflow", "id": "a05bdc33ccab487da8e5c1a8f7c6428a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a4e17e85285e4cd283b7c37410c06ff4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fcfc9be44cef4d598346d3d4f1c7f45d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1c5fd15660324bde82b3c6ff63cdc9a8", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c95c341644f1426390786d93cda6b6eb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "51750826b7454c74ad5c8f6a0d6b8457", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "524a8498ed604f66a85b921c59024da0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9d54c2db336d4d559bfdb2c59d2085c7", "region_id": "RegionOne"}], "type": "rating", "id": "baaf1281467043ce9fa4c7bce34bbbdc", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f1c61a99acdd4a21b2b895ccc7ee77d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7521f2a10138409891c85e46f2e407a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6e623d524e1f454bb607e07a48335fb5", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4cb324d65eb24d77be45375cc5c0dfea", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c93d7825cd814189a3b6b3c0d6eb044e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3fb3b132101d4e53ad761afaa482e6de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1b2f9040d7b0437883a04b17c90dbcca", "region_id": "RegionOne"}], "type": "policy", "id": "4a0879f66fdb4168ba291848ca4dea1f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "23b04fdfc3fe49809231ff8730232fe5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "89468c39e7c64a41952cb46e907a393f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d690f20b50d246fdbeeef8227a6e752b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "421cbcdf34434bcfb7c9cef5dbdd64ee", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a3f28895904e432ebc99c6f29aec3156", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b5d8e64bc7ca47668d23c96dcdf665bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6977e0aa2ba14116b0ad3f557ef3ecfd", "region_id": "RegionOne"}], "type": "sharev2", "id": "fc6c1171738143b188e5e52a37f0b543", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6274db08ea4e4589969c0fcc4c26c203", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f6d6344555684665b445b99c2d681f8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "31fd4f2365d743e4ae15e4bccf969536", "region_id": "RegionOne"}], "type": "share", "id": "da964613cd044e20a5887ebefc8679c1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0b772b5146fa4228a7c51678676d59da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ca378bfe94ad4236a9d2bba92404d73e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "7131243d4da14274ac915a92f1288026", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6b109ef178914ca18014c898e6575c15", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9970f64d2334b80b7707db79cf218b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7823987d26ad4d56bcda1816c4e7a496", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7552de63aec402782c5b89ed83a0b09", "region_id": "RegionOne"}], "type": "orchestration", "id": "9e34406ee51a46d58ed50b1d8ab3848b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fdc9f9d7aaa3446f85885186e7c7b564", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f591dcc409954987ac2b2f8498798091", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "def8f836dd4a46f4a423afc45ce23d47", "region_id": "RegionOne"}], "type": "block-storage", "id": "a4ba461349d94d879180f3d1d0ef22f2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e624a12a2d8c4cbe8201e1ceb563740d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b90a689ccd34beb87d2f17d9fe50b1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c504cb50c4704399aed0654ffcb32266", "region_id": "RegionOne"}], "type": "volumev3", "id": "0ea8942969684fc5822965b797f203d3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03e201bf118546ffb2ada70406773664", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0343388128c24c9c868f4a57c7d8d17f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe113458e07e48c9b2be978f1b02a1f6", "region_id": "RegionOne"}], "type": "volumev2", "id": "83162abffa864899957f46179b0afef7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc8d67dfb76341b682a6b266c271e28e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f924e6b98f874a99ae28b7603fbda992", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af3f06a564ba48c494e1b8f8e2a714ee", "region_id": "RegionOne"}], "type": "volume", "id": "6180c06f5f0342999b06dc9a507b0544", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38199e211c74423f930d0a7fdf63dfb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a095da808fb4890bfdf80bad8844263", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cab604fad47145e3b6811804e8d679f4", "region_id": "RegionOne"}], "type": "block-store", "id": "8ec1d0752d4d40d8b54530faf849ece5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "beafc8be93464121a886973e4a0c6556", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3bb86a6036674186a466f72ca113826d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4651b1c7d9c14d13b72b01157fa8d0a2", "region_id": "RegionOne"}], "type": "alarm", "id": "e173efa7f3ae4176a13c7ffa9192db82", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5dfbdc16735244b780ad069c46e387d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5c1524413015433787bf16f7b9cb28f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8d66b1e5fb7c47969b95db58eed8b4ee", "region_id": "RegionOne"}], "type": "alarming", "id": "de14875dd1ba47889c4f9932b9da4ce2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2b75a0272fbd4814b8bbe99391ca8752", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5aeee3373ff84f6293c82c9ea84465ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d70cceac24b341cbb0e2187357f6d4c0", "region_id": "RegionOne"}], "type": "meter", "id": "6b2fd1b6d7dc4b9fa2c77050edd7a6a4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "853523892ce747e49bb98cf83b202052", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "33922e43a91d4209bfbab494eeecf0ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "21626a81f1a045eb8210196326b8f1df", "region_id": "RegionOne"}], "type": "metering", "id": "993599a4219f43c7a48486282c16a57c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6afb78d1923c453798568614b7a6c7f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "49c356c4c57241cd84538d7d8bdde23f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "97a9be862d2b4b9d8ac58a90ff138271", "region_id": "RegionOne"}], "type": "telemetry", "id": "40573744bdd948f581abc0ada8c247cf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "775a274483194f70ab26f8719aa68e3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9863833065ab4a478d072442d0864d04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "eb427e997b7242e6b21d3ae04ec1fb03", "region_id": "RegionOne"}], "type": "event", "id": "8b4b8b26b3ef427695cc51cd9ac21478", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ef86d4d5a431448ea4576fe6dbc63d0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "69fef3372df34306882775f251df59dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1a419301589c446d90ecad9788437921", "region_id": "RegionOne"}], "type": "events", "id": "5f0ab97a01b04730bbfbaecb00e8809b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3f06657023ed41ebaced646caf15c9bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "346e50cfaab94ee98d6dc46ef0e0e096", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bdc788b4925942259868c5c1e2673b81", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a06ddb3c42de4fdcadbc8fc019b6f9e3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7bba9bca42c448e3909744efd6c8cd9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a5ea102f60c8430da6955220c95b446f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "69b93bb452ae4e8ab14c9ed6194f14e0", "region_id": "RegionOne"}], "type": "application_deployment", "id": "98a13bfd420f4579a95f3ec6f1afbf88", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "57d2fec45d2b4058ba42a06fa735c046", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a59a9ca04d1a4aa197b46e82858edfe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e4d568c4c6aa4e228af0f95a62fec3a0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f3c9c065e96a4d84b8d351f5e1f7a651", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d7d576632187406889f15e62222fd65a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0be37f248a044488acd9bcbd48b9c978", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "aaf4f5d3741f44f787c5c86ca648ac2c", "region_id": "RegionOne"}], "type": "tricircle", "id": "402af0d0e4994a86b2c9dd83c7540c1e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c963d3e5cedb4fc28b413faebc7eafc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a09ec818dd054bd58a4d5cd6c970bab8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b79170b37c5841dd9a90ad3b68306132", "region_id": "RegionOne"}], "type": "database", "id": "f1026544d4914364b793b4727c00208a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c458af512ee04c60913c71036857f451", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c7019ad7fc4d44c1a46377a82297b5cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c25f1be2fda0499d9993bfe8fe58ee02", "region_id": "RegionOne"}], "type": "application-container", "id": "ad08ac1ac8334951a87931f4d46ab01f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b27b1af9f9074768b553c1ca93aab770", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "13e0376d51b74948b7fd34b0b3000fd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "18262aa7139848768bf45893876a01f2", "region_id": "RegionOne"}], "type": "container", "id": "95cfcdfdee004554899a2f54c1cfb534", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ed1ce405596f414186f882bd92525711", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1173296a023b440ba62cc2bbc759a3b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fd15210113364e578df9ae5e3328aea1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "95c1bf3ef930439ba125336ff0207973", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3cb25b0361064a88aaf736213d22a060", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9bfabc4dd0594153951b874214e2048a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5737846abc8048e39d6efc4444cd66a9", "region_id": "RegionOne"}], "type": "rca", "id": "105e60d28bc74482815d2904a1a9c1f9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "68ff377aff654718a681cb0b899b44e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c2fedab91018417a8b846d318d31ab4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9929c5f6f0bf450a88c1767d8c3ebd1c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "40d6380c03e647e58edbcfb63093b5f6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7ffe06f4f3b84512981476a6d66993a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "0da7710da34b4951a9056f5013bd6a5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8852c307ef694689a3851eadec258af2", "region_id": "RegionOne"}], "type": "network", "id": "fec725739db14b7aa4792c9f06853070", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9f14034f0e4542929dc109ff478816b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ae96738f09e34d4cba4e1719a3552e0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "58c901171ded4feb886946d3560bfe14", "region_id": "RegionOne"}], "type": "backup", "id": "16e76d834775443f9b29123c1fdb9d8b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ef5ea479391e46d0b941076d23a46e6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "027ce8909bf947b09acf797156c3773e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "14eaa75cc96349bf9ec0c124bef7ce5f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "97a20b4152b04b7a834924b997e9d219", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5ea71c0b51a8462287f22dd7871ff81f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "25ee9a1720aa4e5d9b0a10aacdb6a357", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1b4d77fb593140708cdb5334709dca7e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a36713ce7cca4ab2bbf07ed637ef79bb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a55b25ed470f44d9be9149b23a7848ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c0f0bf7b5c484b09844a30e22e7a0960", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "830b2a5e1b9e437ebddd0aff70add585", "region_id": "RegionOne"}], "type": "monitoring", "id": "d66ae187c0ba47e986704686378f8418", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ab5086adcc5c4018bf18127665ee5a60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "702f89c7751540ffb19a55c6500864ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "20bfac6c68324044900257e267d01acf", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f8341a204fd64290b19e16040456c6aa", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3e056278441b4a278f33ad1aff0742c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "31f6179491fa4eccb8f23b70682a1076", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "12fb2b57d82247f5b2dd283327085fa9", "region_id": "RegionOne"}], "type": "placement", "id": "e7f60a5ef9074692a83efaf8075b21e0", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "62cff7c828a4498f82a3ebc33056bfe8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7ddb69c3731e4e51a6dcccf02602f1e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2505dafd01804a1b9087a42382e70113", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ea4d0ddb0b8841098fd3795c2fd045bb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c62927bd38264bdea387e07a6df689f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "38bfa37a2c454b3ab3e8814bec7bcf2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b1eed9ce87ed406c833233be2cf22b2d", "region_id": "RegionOne"}], "type": "ha", "id": "26a8ce00d12e45a1b886cc6172766784", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0fa2daca3d3944d08553e390fa619e7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bd3bf957a31040ee934189145e82e9e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bd426eaa7c43454683ee64f15721dd31", "region_id": "RegionOne"}], "type": "reservation", "id": "b7a63ca8595b4bde947dcbba83b2bacc", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4d9f8c3149664a26976bebad5196d28a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c7b8d0f28e0c49ea88c2695146e73063", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "acc761f1377846eca4f2f714606da9e6", "region_id": "RegionOne"}], "type": "function-engine", "id": "fca7eb169d5040cd8b7f9992d5f31b2e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "29e26f12c6c4434bbdff3e574328e0e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "962e3406f36243778ad20985d53340a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a8d13de64433457eaf8f445cfc1e1118", "region_id": "RegionOne"}], "type": "accelerator", "id": "49f389be32a14ebbb1cc806233daa4d9", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8f030e404ec94022a12ecfd7842d7c96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4afe5302321b484fb028174ee1c2c152", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "caa941fad7054390bcdb9c24e397a46e", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f67cae82e5a14a05adb95e0f4fbdca9e", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0c257347285343ec8f0a8a1184ed0fd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dbbcb0f322bd4c82822438bc8cf46149", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "604d2e66958040a4b1a432d5b02e869f", "region_id": "RegionOne"}], "type": "registration", "id": "c515571e67714984b3d56b1e79395fcb", "name": "adjutant"}], "user": {"domain": {"id": "b2c2b51e948e4b6995f067d150b8993b", "name": "41796c8c440044f684695f1711d192f9"}, "id": "53540ac92ddf409eb1e4afd01406bf07", "name": "2978a3d6ede24ef1a23d221907e4de9a"}, "audit_ids": ["cd258a5a4cca4f74ab10314a19b93906", null], "issued_at": "2019-09-19T09:04:39.365327"}} 2019-09-19 09:06:39,523 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,526 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,527 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:39,546 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,549 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,550 keystoneauth.session RESP BODY: {"cluster": {"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}}} 2019-09-19 09:06:39,568 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/policies/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,572 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,573 keystoneauth.session RESP BODY: {"policy": {"id": "1", "name": "fake-profile-name", "spec": {}}} 2019-09-19 09:06:39,592 keystoneauth.session REQ: curl -g -i -X POST https://clustering.example.com/v1/clusters/1/actions -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"policy_update": {"enabled": true, "policy_id": "1"}}' 2019-09-19 09:06:39,595 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,596 keystoneauth.session RESP BODY: {"policies": []} {12} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_insert_rule_into_policy [0.394247s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,142 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,145 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,146 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,148 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,158 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.080678+00:00", "project": {"domain": {"id": "0f53e92b65944d13ae0118b4568dc968", "name": "3601b750bb7f453db77b9b8e885811ff"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e6b56133cfb049808e0a9c9b12a2adf2"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2227d22382644e6291d5a18a51e73a0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c402b74ca5314cd7b1c12c95590d890c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "25a1467fa51d4fae9f1c4dbdc8069792", "region_id": "RegionOne"}], "type": "identity", "id": "6fdaf38b57da48dcacfd8dbace776581", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "af9b5ffdc2b748b8997754233ab34a54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4bd9d063bf3b413ca8491ac6153dc7a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "2eae1d14016e427e8133dc620fc764c7", "region_id": "RegionOne"}], "type": "compute", "id": "6ec521d57b57458e83ef895a762e6aa5", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c89e2421872d4b6fa64b36d96b7f6e35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ff389a95ca444880a4a6421545b778eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "47a07810832a4f99943ec715108aa449", "region_id": "RegionOne"}], "type": "image", "id": "29aeb98b882042999f971630ba77fc47", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0263f0d2e9ca4597af80008b9c9ad3c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "60b0694c40744849bdfdbab383c555a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a0ffc5fc352a43d3ab01014890bf12d7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "32cb58785dc640a5b23adf272c5e8ec9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "174f676b47a1440d92512ab745958db2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa7fda42fe97480498beba2db0f009b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cccdf28a2d9d4cfba29f83c58c47cedd", "region_id": "RegionOne"}], "type": "object-store", "id": "b2e7085ba64e4fe9a89d63ec7a0ec9ae", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5cd01e8c2b474124b91f52d0dc6b2d68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e1818505c91c40ea819057b96d6126a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8489bd731d794de8b939648cfedfbb5b", "region_id": "RegionOne"}], "type": "clustering", "id": "0652cf1db3534ee6bd79c7fb0a94c69e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "793356caddae41c2a3cb4e5e00f8362a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ede68fb0b6fd47cd9e488466a00a88a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "22698bc2f33c4000a67775a72a158930", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f8415dd4512242cfa19c1ca269a99587", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7e5a4ff858c34cc38ad3aae824eb8ba0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1427dd5d8a4c43149a91d96ca23a6c58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6479334ee26d47cf81e7507fb2aed400", "region_id": "RegionOne"}], "type": "cluster", "id": "ffa1d3d15e294645be4a422a90de6d43", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1d48141da05c436481adc3e371c2b69a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b9612bf039dd4b799a7b9ab58aa5434d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ad2f4b51ca7f41ec85636ff98024c31b", "region_id": "RegionOne"}], "type": "data-processing", "id": "f8fcc5da1f884c3481d6805ccf93a033", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "97120b696e494adebcbcf13b5c5ee1d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a3dfba1fe9e24eeaa8603ec35378f8ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "04d736afda6c4cbeb763801876b0188c", "region_id": "RegionOne"}], "type": "baremetal", "id": "b91bfa19e9e44c27bbd71c5263f5573b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0e007ccc3bbb426e845d1f2257113ad4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e4b50f4fcc9c4cf2a2db83c694b1291a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8e5388fda5de43d7ac3d7c0b93103ea8", "region_id": "RegionOne"}], "type": "bare-metal", "id": "185bbe9518a94a6dbc645e7eb0ab7646", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "25a097d30f084d438f449fecdb55046f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7d7b251f955e46af87e0a8b18a6902e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d7b38d336e004f409c3c60eb9ed5821c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "33675b19178e4740af040149a80904e5", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "09358484e8bb419c83c1d688f1df53a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "78bf65c5e34446b299c18582cc08b6b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d0f3fdcd6ccf4ba28af3c80009e3a255", "region_id": "RegionOne"}], "type": "key-manager", "id": "811ed1a525ed4f7c8bf71a4553252620", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2012abca5dbe4a2abbf0d6c3048d68c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0c03bdff49f7400b966814bb0c54ec33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5381fb954f8547448af2a71a78247db2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ed3f787cb5ad4ed4be55c0d1783b21fe", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f8240d753f8245f18f6c2b8efe0fb5dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c0aa2bee02fd4ce9b607aad423deef72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "24a14f69f0c74d80992a43b2837b8813", "region_id": "RegionOne"}], "type": "infra-optim", "id": "069d463ea1144c4d8509493fc2ed5a03", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a1dc8d40d95f4600ae5b82da9661437e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "dc3630f3a74d495e9f0df200a6350daf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2a8c01592781404e80f5c5372b24be19", "region_id": "RegionOne"}], "type": "message", "id": "e1f68dfc9d104e5982599d4520354a2e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b933c3d1ea01467e9c46e70b965f55a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ac860fe9557145b5b247b313685733e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "158ff1aa0db34f04be87d828c794b653", "region_id": "RegionOne"}], "type": "messaging", "id": "58c871334908401280c3bdb438362532", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "17644b2e15eb463b817cf594b52c6e5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "664617c7b5c248648e29c633e104c910", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "7e111eb8a01c4a31bc4db33979a8d494", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c3c42c143c464f319a10bc3b1b15cc09", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1241b56628594d54ae02c135874107f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4820859f587c43ebbb61d10219bbc0fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "26a37b4d1f8a40ab85b1455f34836ff7", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "069b02c8ede54135aaee8ed5be2df51b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1400cf4ade9c43fca7f1f23ff96bc341", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "82326f08fc77433aacbbe33591e26165", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7ea6948b17344caa91f06026af775dd8", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "61b21366758f4b5cb09ae771b6a03d67", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e1dace7db19f4e34b224825d6a4f0c45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e33cc0daaf2444e9569be1a71aeb283", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d4fbb4f732845afbb208ccf52343e79", "region_id": "RegionOne"}], "type": "container-infra", "id": "84d924461b8d490ca2da21967d93e061", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0adb2b9bb2514a778b5f3b2ae4609071", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "88fff2d02c4d42c2bc063d74ca512a57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b6f4500f9bd74b5f80146b7115ea3d70", "region_id": "RegionOne"}], "type": "search", "id": "56cab51123404954bf1c0791bf6daef9", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3a3277c1591a45468531820fcb1c5cef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "cff9d6b040f341d996559c4307185379", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1c546eb192054dc8940d81dcc48005f8", "region_id": "RegionOne"}], "type": "dns", "id": "c36c6426fb42408e920636af48112863", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "759fd596e89e44219ad8c945f967b513", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9329f3260c994d399be977d8e61af1a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f3a45d83efd54283adb029de8bce8710", "region_id": "RegionOne"}], "type": "workflow", "id": "34e0e363124646aa9acdd6d47d89d59e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "14fdc57898264d4dba5d677af360de1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "864c2cb2ee4e4c139520b646bfded486", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "af7a3bea748b4eceaaa70b615fc0ea57", "region_id": "RegionOne"}], "type": "workflowv2", "id": "787138d385a548d6a80d3a14460d1c8d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "09303b68634647b899ba82eb05fb1b38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "1a03589df53d4ca8a78048a2e5c8638d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "91678ca84ad945ee91f8e63faf5198df", "region_id": "RegionOne"}], "type": "rating", "id": "f5c628ba8edd47ca885dccea893265df", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "de5dc16e4a244ec9b653e36fa2118405", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a605f5fe13204d82bd181d8bd403a33d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4e56d3970c7e491c94ffdd82d05e4ce0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "55f5e1eb10a94f4ca87f4048bc099ead", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1fc55c04c4e14b168ba9b65280075396", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b510e922da0b4fa193761d772a58a461", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "76176b68b172433584472739b5d5d357", "region_id": "RegionOne"}], "type": "policy", "id": "c88115eed9aa4f1ca37f6b298b2d713e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b39ad8a6b70c45c68cafefd1d2568dd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8cbdc1771a8947b4aaf4e45413130e85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ced5d631f4864e118c7f861ca95f5344", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "bdca1fa2fe62461f9184fb1368886ac5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d2842f1c138f4516a4ff46ba7b2677b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5923ae047d19484ebbbf086d77131448", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1d4db9aa75e64235bba23b6a746806d3", "region_id": "RegionOne"}], "type": "sharev2", "id": "e2c125a797a14d28b43534e19fb10db8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "30370eb9f9aa421ea91087232b2561d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "139da51abdc84361a5e5c66748cac53c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ac8f53a30cea4868a9eea52197ae1b8c", "region_id": "RegionOne"}], "type": "share", "id": "20cc8358811c4423a9834312fc7e4b59", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6d0d2bf600f74680b933e53a3a8dd292", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "db54d0f541814138b9cbe4b17d7c225b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "364d66ecf59a4089b1ca43fc1bff8fc0", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "78e8120cca1545ce837f7aacd2e8fadd", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f31986b2b9f747998a90a15f268d0172", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e90518f2772498c8589955c8d7e3c04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "195f696466c246a19f4255de1a5f0922", "region_id": "RegionOne"}], "type": "orchestration", "id": "abfc614b8e104268b2d3de9e59fa14a4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cbc9927a52554d5586dca8b83fe034f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e60902c3062d4cbe980cb86d6542d587", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71b582faf13c4b1c84b669a7beceaa5e", "region_id": "RegionOne"}], "type": "block-storage", "id": "9de7eee0d3964eca890bb70079b82aa9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c8672711955442182a4ee11f8d75473", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "432333ea24714e0aaf53f8a7faee71e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8fc3c7c3e924ea2a9f695adc75f4e25", "region_id": "RegionOne"}], "type": "volumev3", "id": "33815e3cc8c4454db8295c628c309fbe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e999c242ebf4a7ea630ee2e4f821e2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "831ded626e074b8dbf8e41cb90bb38bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7dd3cfc89e2743638d0add7200b30460", "region_id": "RegionOne"}], "type": "volumev2", "id": "b621b8c64852481fb82ffbf2bbacc5d4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f15ca0abf8124f7896c6cbb013b232f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08efe8e09d2545afaa65122733298330", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9695ca189294a23bc68096374ba4dec", "region_id": "RegionOne"}], "type": "volume", "id": "e581c32fd7814593a82036a72b49896a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23a99a71900e4302a94d808c8417b31f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b299fbe6a054f4e9dd44e094cfcb3bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4fccbc68c1c45139e6dc0fe26cb6a29", "region_id": "RegionOne"}], "type": "block-store", "id": "72d82f37ecfc40368e3dc34e71f9333b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8d03fa42bf5b4718bde9fb472aeeb1cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4a1a6f6fa2604ce69af4f1101abf8f6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7568826eac514dc78839d0c12ec6fc63", "region_id": "RegionOne"}], "type": "alarm", "id": "e5a58fb819c548e6ad94fbd3bc252e9c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "27e8789695d64019a78ffdd2d6d9b2fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a5bd5ca71a4d4b94a385c00740534b79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "dfad9fdac49542ac9e81058c0ad1b7cd", "region_id": "RegionOne"}], "type": "alarming", "id": "4b72c7eb656c4389bf8b5225b13c0bae", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "07741e8da3074297ba66d758d44154a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cdfb60c721414913a5b64bf8e0191421", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "48c10e12a9c54fa8b33f91639f1fcbee", "region_id": "RegionOne"}], "type": "meter", "id": "20b5937ff662438599ac12950a89cd50", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "33a94e19b28b495aa35240791c95d721", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0a4b347b9c4244b38b416873ee193b48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "07b768e01c934f44b5175414e441999d", "region_id": "RegionOne"}], "type": "metering", "id": "96672cfbd9ac49d695f3c852b11a5a59", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9ab6e15b9ef84e3793d3a360db4cdd72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "83706e474d134789b5dd909bbec10117", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "20b2ba00d5ce4b278ccf018eff4318e3", "region_id": "RegionOne"}], "type": "telemetry", "id": "5481ce76581447b79efcff78add328af", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f9b45f34e36b4131952b5c2ebc0f90b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0089d5c4175f44189867c1e8d4a73412", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "46061dbcae804430826873ba127ca2e8", "region_id": "RegionOne"}], "type": "event", "id": "527cc63c07f24858b14ddcaecacdbaad", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6027d659c75248e286fc1d8f72d02548", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9705f20c517843e7b170ce9a3f2cf2f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5a0f1b7381fd48cab69b0c2a6580b491", "region_id": "RegionOne"}], "type": "events", "id": "841b18f9718e462583e8cefe6e725d0d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "aca3c7be573e442dbebc7733aa15ec26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f96af28a8568496b82d4af96568b8191", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "14bb19799ff24ba28d80de5f3cedc9fc", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f518cc8bee5347f599d398425c07fdb2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b22e6ef4fda8435aa8c012a24e0b8d07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "01d0cd14fbc54e3086a2f394651e180c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "31b0f41b10ca45369785f5c85824c88a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "26e1e8cd76f040508b1105f52578b63b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6de621899be14372a6b9e841c43446aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "31c3a3b805664adb87a1f4641cfd94e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d21b52a73a6c4b03bba3529a3adeecbf", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6a999ce23395418b83bca856b952704c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f817126ac2924db89de12e143feb3b19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7b027488983d4f5da4c565db06d8d2ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "15497b1fa79d441e826a55fd55087765", "region_id": "RegionOne"}], "type": "tricircle", "id": "17e3f77c13a54919906367e763dc0fe7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f5612539259d4b9988cc241a99420a53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "80e2f5c6b0a64630874b28f9be29acaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "057e5d27bc6c4fd4b2bc7e9daa656c54", "region_id": "RegionOne"}], "type": "database", "id": "344216193660425faeb94b1657b69744", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "33f9bca4aaf94086aeb9bc3cfd9ade79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "82ac477cb8e840b2a0ff9f7761a77cbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "572549761fd54304be6f9b300d80c99b", "region_id": "RegionOne"}], "type": "application-container", "id": "349ee4eda27d47208026953f40af9c58", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "875902b1018141f29d5829854215699c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e49a8a8906ef466db009d1f7ab0f4936", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "31132302285a4a5f83ea3c39e9270df1", "region_id": "RegionOne"}], "type": "container", "id": "a92c60c7f0a3400ba8f29e6cb3567d92", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "85aa8a37866a4945aa8697c497e2fa8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "82d35a08cb5d426d84e165c0dfbbaeb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7caa4421092c476493d883cce5ea7d32", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d7663945ae914f0e9d5b15819606109b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d0df9ef7ecd44d7ba74769e6e98093b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "65bf0e8d43a641a3a8a046b79ff422ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f655682308e94efa87a8bd7d39597aae", "region_id": "RegionOne"}], "type": "rca", "id": "e9d9ab967a9f4fec9da7217379236584", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c269d4a8179e420f91b1076b594dbd7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "89f9e141190546acacdcc2307940a25b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "34da1cbf116c40809613afd53135fb72", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c819e518d2314cad920ae108d6ee201a", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3c0c0fe31cf346378fea01fb21650026", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4baefc1878024aea94d55f1103541903", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c3239d92b94b42c18fdb4ee132e2b122", "region_id": "RegionOne"}], "type": "network", "id": "53e54c9936364516bee4623659dc4d6c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3889fce5db764913bab8830440060d10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2414df3e2f2b45558ffc67af4b7a70f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c01c972b587c4d1d81aef4b7cfb0cdfe", "region_id": "RegionOne"}], "type": "backup", "id": "05d3472631884f9bbdd76ca68afd8228", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c32fa373bcdf4a659d18191835fc06ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d0b41b5a00524d64861a5da3807508c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1ea03239bd914851a1ab6a742ee796c8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f5cbf7371b854541a79e4b6baaeecc99", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a240c30376c5415390da8f43dddc9d57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9d08190b9efb4228b7a10ce4bcec4f18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b3d84eb7bca54b25b57c7a9df51f0999", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5559b0803783464fb9646f7136d76495", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f76e8f858dde4ac09b8eb477bab65031", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b7889bb4e87e4e67b74735f22f3e0381", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "294d13f23ee44345b4f4e73a7ca8fddd", "region_id": "RegionOne"}], "type": "monitoring", "id": "09cba44658b64e2da927c627323a0c1d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a78a514fd9d44abdbb4fd1f441b116a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b50993e632974c5bb532cf59b7f4b5f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5683432a5ad44df5ab0b38eb7ca321af", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "79217adc3df9468b95453afbf5f28424", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3a9b5f609f4042148df3c3d4f59faf47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3ddd055b12504374a3dd36737a1ca6f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c4c102eba3d640859aca473af632ec8f", "region_id": "RegionOne"}], "type": "placement", "id": "24022bbf454c4a8786a4d803f2120440", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "baba476161674071b3c5b296a71b38d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "38dcfef1fd2141b8976bbb7e0acdd08c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "78c4dbf96f944994ad84d88ddc3e2afa", "region_id": "RegionOne"}], "type": "instance-ha", "id": "49df90cea36a43a7a58d95cf2544ffd4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2a0a5926157841b2811c8646dbc5124f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7816295f28d74c1a8a3141ff8ef9b802", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a8690f0ba29647dead5fc0ce666157f1", "region_id": "RegionOne"}], "type": "ha", "id": "a4a1964766d0404a978764920e11dd80", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "68e70fb134074473b932a0f04c1c5900", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "999f09c3674541ed904c0869a3bafb4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4ed7babf3d3f4f9baad3803baf6c97e6", "region_id": "RegionOne"}], "type": "reservation", "id": "86f2e9cb22174a51888f23346691485b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5e12e9600c334ec780b942f23080d1f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ef7e3795973a492a88e60d5fe43454a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c89a377ff5d64fab92684f0fb362a9cc", "region_id": "RegionOne"}], "type": "function-engine", "id": "5b67c64f699840acae46d9d0f7c8bf44", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "932489857b954ed5b7338baf63298a8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "699eea3d15e84e359d4a8d1b3fc0b504", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "af84bf725a2642798752e0b5587402e5", "region_id": "RegionOne"}], "type": "accelerator", "id": "0e52a572421843bdaf42d3b1ea6dec0b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cd8b32756db64043b030efbf99b614b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "98294f3754fb4dee945f83269719d122", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "768e04f26ca348ba8e849da04cfed4d4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "263f0586d1fe46109f7056049f9851b7", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b4682112975c43fa943dc301e2f0e41e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "55905c4bd53542eeb00bdf765aee05d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6572bf9371ae4075a2f580d81cbe436b", "region_id": "RegionOne"}], "type": "registration", "id": "85a756fcaf614b68aa87c332791643ff", "name": "adjutant"}], "user": {"domain": {"id": "8ecfa697688e472484777408c3c15fb4", "name": "5a8a3eef1b644588b2a5573cbb66775a"}, "id": "3dfa9ea6a8424a5798819362e7b71fff", "name": "a6872750cb474879b5f6ae638db73fb7"}, "audit_ids": ["fb2e5ad6acdd4c62bd91a8604ad7309d", null], "issued_at": "2019-09-19T09:04:39.080678"}} 2019-09-19 09:06:39,394 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/block_popular_services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,398 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:39,399 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=block_popular_services" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,403 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,404 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "block_popular_services", "firewall_rules": ["8068fc06-0e72-43f2-a76f-a51a33b46e08", "c716382d-183b-475d-b500-dcc762f45ce3"], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"}]} 2019-09-19 09:06:39,411 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,414 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:39,416 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=deny_ssh" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,420 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,421 keystoneauth.session RESP BODY: {"firewall_rules": [{"protocol": "tcp", "description": "Deny SSH access", "name": "deny_ssh", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "enabled": true, "source_port": null, "source_ip_address": null, "destination_ip_address": null, "location": {"project": {"domain_id": null, "id": "ef44f1efcb9548d9a441cdc252a979a6", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "ip_version": 4, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "action": "deny", "firewall_policy_id": null}]} 2019-09-19 09:06:39,429 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/after_rule -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,432 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:39,434 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=after_rule" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,437 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,439 keystoneauth.session RESP BODY: {"firewall_rules": [{"protocol": "tcp", "description": "Deny SSH access", "name": "after_rule", "id": "8068fc06-0e72-43f2-a76f-a51a33b46e08", "enabled": true, "source_port": null, "source_ip_address": null, "destination_ip_address": null, "location": null, "ip_version": 4, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "action": "deny", "firewall_policy_id": null}]} 2019-09-19 09:06:39,446 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/before_rule -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,449 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:39,451 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=before_rule" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,455 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,456 keystoneauth.session RESP BODY: {"firewall_rules": [{"protocol": "tcp", "description": "Deny SSH access", "name": "before_rule", "id": "c716382d-183b-475d-b500-dcc762f45ce3", "enabled": true, "source_port": null, "source_ip_address": null, "destination_ip_address": null, "location": null, "ip_version": 4, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "action": "deny", "firewall_policy_id": null}]} 2019-09-19 09:06:39,463 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/fwaas/firewall_policies/78d05d20-d406-41ec-819d-06b65c2684e4/insert_rule -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"insert_after": "8068fc06-0e72-43f2-a76f-a51a33b46e08", "firewall_rule_id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "insert_before": "c716382d-183b-475d-b500-dcc762f45ce3"}' 2019-09-19 09:06:39,466 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,467 keystoneauth.session RESP BODY: {"name": "block_popular_services", "firewall_rules": ["d525a9b2-ab28-493d-b988-b824c8c033b1", "8068fc06-0e72-43f2-a76f-a51a33b46e08", "c716382d-183b-475d-b500-dcc762f45ce3"], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"} {24} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_with_get_exception [0.319557s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,212 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,216 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,217 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,219 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,229 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.153592+00:00", "project": {"domain": {"id": "61dfa4d643d64e72ab035ee6c09849fb", "name": "5300fc856f1e45d0aeadedd3b2174a00"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1f04949553624ebeb167334087ce3de0"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5bf698022e594aa68e203f677880cdeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d39db5ce3c684a8383402a04605f31a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e5b5d5a7147544c5942ea12b0c4b2bf1", "region_id": "RegionOne"}], "type": "identity", "id": "19bf3c37d14048f08b378cd926fd3139", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ce3261414053438793f315a68f113d84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a16900722a1c4584afab71cb39f845c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "82f6747940f7438fbbf0c853df6e0236", "region_id": "RegionOne"}], "type": "compute", "id": "70fdf4d2cab349ef9b527bb115711524", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d62ee046538a4e9e8eb327f484ee661b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5d9049e003d44f1683125e49dcb9f4d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "fd7fbf9ac8ad49a4ba60380d4175a1fa", "region_id": "RegionOne"}], "type": "image", "id": "86d28a24f09346cd8c5c9051c2b56353", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f87851d00bb8472683bdd15018feb47f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "dd917417299e4829b1dc54e567892a0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c62972fe80b7487a875dc7ad046791de", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1959fd9f8b7e4b53b6a6ab2f09aded35", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7bc1cb635f8e46f8897f36fcac88c278", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a08a52f5d4ef46c192e607209d36ebe4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf5f0bf1c1c24617b40065da7eda3a0d", "region_id": "RegionOne"}], "type": "object-store", "id": "f9b5ac585cd648eb8146e2952c55308f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b0f408c6407e403885c563c7eccd302a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "71858900e1af4cae8c476677c1e80cf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "446fc9bf8df64ed6a45721e51cda6830", "region_id": "RegionOne"}], "type": "clustering", "id": "a04bbdac44274c29a1d931a5bc8d2452", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2639dc8606e44fdcb130137e1d80d89b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7e1db5345c384a42848c710ac166b655", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "834450c013244b9b9cd495c78f7193b1", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "3acd4567dbad4cceb6d095ec7f3abf4c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "83a3222027564a2691b04143163bf7c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3f9e710046ff4cebaebe8d64d8d5b7b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8fc2a7513db544faa45a77413eb44b6b", "region_id": "RegionOne"}], "type": "cluster", "id": "317325965000441f98ba3e1c5cb4a950", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6236b321510447869c6a56a4e5ac05dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "67ca659220d84e818b96b58fa95c6a32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d37645f78d8e4123b740d63167009c43", "region_id": "RegionOne"}], "type": "data-processing", "id": "b04ce864053b4f33a96eafdb3f296a6d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d3ec8fbcb6f143729b6962d3c5b4a1b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "41bc1dad3fb74c0f8b07e71480a63437", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8674aaeda29b4b55a580d2dde4b20e41", "region_id": "RegionOne"}], "type": "baremetal", "id": "84dc1ca8bb27436eace9c2e107eab50e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ebfbada4d8204bef90fe443a10a38aef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a19e44b2240e46d6bab307876e5cd801", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b2e3d05c86ab44aa9e316a392b7400ac", "region_id": "RegionOne"}], "type": "bare-metal", "id": "cd4b26d7699a48308e01b987aadaece8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d509a81b9fd34352b4b704dd5507d62a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b9076a4055f146408e224a7af13ee2f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "380712bfcbc84570b4af34d1a2f9eabf", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "019ba36551604ee2aedb6b5b5bda7e3b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c66ea019004f42a69c15d98cd2e5c2ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "baa46dc4219b44309c542f1b56200cb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "08cc32fdb5ed46ef80fe1795ce9ab0ce", "region_id": "RegionOne"}], "type": "key-manager", "id": "3cb0cbd91f464a5f9576f145e57b9c1b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2a66c6d16aee4c58adf4fad5b9c4d2b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "885169bf2f4145bea5dc2c58bd8f83fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "02616153058349d6821854548c2d967b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9303e370626446b1acdbf306c5ed6fb8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2bb8d98bf6d247dabda4b314e7751669", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b8f1a6e0763a42eeb2d8a618dcf84256", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6f60e9a0d88c4462872e74e4d6543aa9", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a8317f489a41408e8265b4bcf3ae7236", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3a21f9a65c6641168c9b1f4703035cc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "97e27e8a24074a92b30260c1a7db167d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "987b3d269f17425dafa2f10fdec6a36e", "region_id": "RegionOne"}], "type": "message", "id": "9a26aff8b98a4ac4aa32b7643542de99", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "65a8c831579b40cda419cf9c5ff29ed8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "53c5b330f067498c93e35ff08390ab5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "40bbc07b57594fbe9a16bc348460db53", "region_id": "RegionOne"}], "type": "messaging", "id": "9eec1524b9324a469d729dfc1f0adcfb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "89dad172501449979daa7e113f70c6b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "065c33174e56495eb3a6e967f0ae6984", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "42081044172240ae90a2ec85a34d5d3d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "20b86b6ee76d48029e9f807107c6fa2a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3a45a67c92e54fc2a118a56df734d6d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "05a50866a2e84b96bd78342e3d34b1ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "86c812d811e34d63be55a0a0fe1b58b4", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "dfeee91380214dcfb028070e4664d289", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b74a2fcff57c467683f29dffbd5adecb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a86869ec7c77471ca0d0803fc11555e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd639fe7293d49858581f84686e564de", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b5d1a6d1913b4940b4cfa1f05ae4ea0e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "39c661c6d67d4966a065143aa86bcd43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "170f9b2126f94e7c996598c1151b8ad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3d8b1bd013db4cefa11fb2c7e895f59e", "region_id": "RegionOne"}], "type": "container-infra", "id": "53d48b67fc1a4c859952a4f11bb2aaf6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "fa3c1ccd346c4378a58ea413b76dafd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "6add220d666747d2bde5ac6d1e77ea54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e798647f54fc4c2288585487fc8f8f37", "region_id": "RegionOne"}], "type": "search", "id": "878f3dbd87cf41b69b09a4a2ecf53515", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e1b29cecb4f047ef81d3c85f5bf70580", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d0fe5a9bb5304c84ae7f54ca6b099197", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9de5bb1721064fd297e34b06c5b7cc40", "region_id": "RegionOne"}], "type": "dns", "id": "600a0df610474565840674f176b190e5", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "93cf5b8427bc435d9f5f68bbec84105a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9df2eed1cc80441f9b27fc04f7999c4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f8dae57ac9fb4292ab4c40e8a3bf95d9", "region_id": "RegionOne"}], "type": "workflow", "id": "4f9a93a13e1c43ca9e0ce350af6df4e7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0d2228af510b4d0098e91b3a67ebd21e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1b435d34b944438ba872aa6f8bc5c15c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "81daa2641b2a4785abe6664cc175c84d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d004f590688a4fc0887f9f360016904e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6359bfa88fa643d3bc4aaf3eca0cb8ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6a9128071ad24fe098f1a04ab62e2a4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f7b1e37d0ef44dafae433351dbb0a823", "region_id": "RegionOne"}], "type": "rating", "id": "88e30dd0c2254394ab19084fb6167bd8", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3da7e7ca36434348896ac83966befc6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c4773468c4bf46ce85b7e473bfce73ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0e83e3ca26254a10b903fae2065d0cfb", "region_id": "RegionOne"}], "type": "operator-policy", "id": "83ccf5ef60cf4649b67b2e4a0e908006", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bb2b1417b47541e9824d1b59d608582b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8787abdf202248298ca2f9aa6f7e0552", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "25a4c68bc6274f1085751c0bc72c1665", "region_id": "RegionOne"}], "type": "policy", "id": "23d3fddb3f784416b00355024d25fd79", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c6512494faee425a9b0e454cd3bb4cbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "47b2b94a65d5430695bd89fab888a2d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "83913d6e3f3148d7a07a7f6ad5793fa1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2b693a734be547849a736b0ddcaadf4c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2dcf3f63af9a402cb1ff32b904396ad5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b894e05d6fb447a39f6742d971c513c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b3bccff7fcf94d238b839737ded55a87", "region_id": "RegionOne"}], "type": "sharev2", "id": "279329abc112436898e6e4828a6297cd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d1704fcb952744b489183a31b6a3c7ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a208d9b0bc7943ffb2af3771bf9b668a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "88d8a02176b940fdba1f86c93267fbe4", "region_id": "RegionOne"}], "type": "share", "id": "b6f05de82195463584d85dbdc03c41ce", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b5b272e28b264c02b4b4bdb2de10371f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b29a65cd8b1048ac86b050848c995779", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a4aa7992ff034955a1d2b64a5b2ec392", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0d2eb1da78fc44328c46bb05add663e8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "646d2ecdb31446daa2c195cc93e2e324", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c82a21fdee844a39d1e24e8391ab691", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0de8476be954ecfba0310bfe5aa175b", "region_id": "RegionOne"}], "type": "orchestration", "id": "0e0d2e18370a4c658c4d8fe7904d6009", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d41020c35a242368baab71473ec048f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5e70731a8cd4424adc2e26e923f5d78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3fa71453cec4ebe890562ee66ef1c06", "region_id": "RegionOne"}], "type": "block-storage", "id": "a287c2ee28be42918d9ee6531c6ed80e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5d58d9228b0412d84ccca285dad9ef3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0aaf44716efb449c843644fb346d2916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5eaf827349c34479a8286fb73dfd9e03", "region_id": "RegionOne"}], "type": "volumev3", "id": "7a4e3f2f90db4fc3839e80cd539cd3bc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df02c53b5bd44d5687904060ebc1e5f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fdec54fc69b467da9ac4f519c1edf8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1a18700f6e243ddb6ddc75d24012447", "region_id": "RegionOne"}], "type": "volumev2", "id": "3930fda5712b4f8da22750a9f22c3afb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e677548d2e034296a5b53cb1945c5333", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4363b93319040f68e143a2f9b65a928", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2b4d4fbee5c4e9098225a8dcea6e27b", "region_id": "RegionOne"}], "type": "volume", "id": "de8a54eaedb34635816ddeec02fb91aa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e64a51d55a94c52be98bf5ebf133161", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51ab22f213da4c20bad88e46443e3cfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70df1bf5ee9b45e8baf60316a89fd257", "region_id": "RegionOne"}], "type": "block-store", "id": "4e3e322026e041d0976eb6a818683f2b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "87e4fcd28e4d4308b65e7d3fb1441b89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "430cf4f4a35b4ba492981e400b98e912", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "de8acbb12a184a318ff731e177414d3f", "region_id": "RegionOne"}], "type": "alarm", "id": "17404559c2bc41db8a430b1f7e6c6281", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d2df6175bf5346bc85dd58ff843da629", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0ae5b80f308245c5b95a816165444965", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8280e59ed5834512b221a29dbce01819", "region_id": "RegionOne"}], "type": "alarming", "id": "06804bdedb944326a4f0c073ff171350", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b8788b26c9ef467cb71107ef31bd1868", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "df27bfedf1c54067a05b0e54bfb7e455", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "caf25bc43a4b417a98cdb9a387b35454", "region_id": "RegionOne"}], "type": "meter", "id": "c1a602e5f6e94d8a818c7758d488ff23", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6cb19536e02c4f57af19a9c6d6c747e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2c3a02e8221b49cb820e1c0b4d1f803d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9a8604a5748041d5a2b7695fbf7c1248", "region_id": "RegionOne"}], "type": "metering", "id": "b7f29a1628de44a5871bae6c65565c7e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4bcc1466bfa94c868bab6cdf09458046", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ed0d0926ec8742e88c6052e1bdc289a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4e66fcb61e5d464389d577bb5cdbf51a", "region_id": "RegionOne"}], "type": "telemetry", "id": "45518628029642c1bb0feefc32019b24", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e5b333fc158847fa9a7f83eea2c8ee1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a9f5327d7121447d9d17ef60b78590dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "55061985115d4daf9aed73c618959829", "region_id": "RegionOne"}], "type": "event", "id": "859d5f10a7ef4df794d3e46e1deee22a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5b28bf41ecf94b67aa5449d8e751106e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "98eb343b721744b697ae3ebd996d1102", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d9c8c49e60f7415b9fdd8a0c58cdf3a9", "region_id": "RegionOne"}], "type": "events", "id": "f70c0ec330aa40c590d74a17f9fd5a5c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dc3f7c31ed8e45b286f7895844be1e90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e9036dcfca6147b79a210bec524ac51d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d9df6912cba04821b35ea50797bfa450", "region_id": "RegionOne"}], "type": "application-deployment", "id": "91e634d60cfb4d7c925c5b24a8ebe9c0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "92e84bea78ba4282836b1f99d5ef8077", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bc5f02a359ce45e79612429c2f343916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8a08f1ea3e55433d987bc0caaba8074f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c7ebaee8a57a4bc5af707f01e976a10b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "229dbd839a2b4cbebbbcb0ca70384e42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f08da977f2de47e88e33f6eb88fc3834", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f18406ad59af4609a9606923e15a95fc", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b789398d282f4461853c4a391154f8e3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6155396876734441a876ec9b970151ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dd09307b0b734157abc556dca3aeb71c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9a2928a9f0894ae59606ebeb11b13382", "region_id": "RegionOne"}], "type": "tricircle", "id": "e2b6c5632c6d4e97a01a2722f5704d7b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "70008a469e314e2eb76675d97b9eff79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "bb9103bca6d643a58eff1560ed395176", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "be59afc2d59547e98f3583e45e7094a2", "region_id": "RegionOne"}], "type": "database", "id": "749539bf7ce3452ab5e5cdc213f102de", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3ed83281dd904355aebb7e8e69794a1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "82a730ae2dd0498fac5ee52025f75159", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "892b406fc46f44d1a398f7858cb24d48", "region_id": "RegionOne"}], "type": "application-container", "id": "22083f74fbc8470b95af86552ec63442", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c7670a39c93a44cbbb70e6a5fc0a45a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5fb1bb89a2144ebba5922986b0ade681", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e57a713364674c58831dd6587fc7e0e9", "region_id": "RegionOne"}], "type": "container", "id": "6cc9586d85534c40bd5416c0e6898e65", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "923a56ce6762416784aa331e888496ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ceef7bc9c16a4b1ba500fdbdd249dcfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1bc4c72d5cd44f8da0b62c0fd1d853ea", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1f112b4c0f7146b384ad87a7a01b80f6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "89822f31de994c9c9e8ed1eb5a36ddc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "36fc0b76df434b94afe655c5bc477f61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8a8339a4bdac40eb976e8643b9d23cd9", "region_id": "RegionOne"}], "type": "rca", "id": "2ea42ffa7956484f9d4ebfbb04c1c520", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f33880d3d6aa4a1ab068cd2beb24253f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bebc8643246d4de2a4e053fdc6cfb35b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "bb998aec0a0d4b40aa5bf8d0bcc4c98e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0a7e06d73f464d4db2dc7cf1b3cea106", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c32f77ebc99f4dbebe9b70ebb7bd213d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1afc121df8ee43919e7f10cc19a546eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ffdbc5ca743f4ba2a6e9f1168ca51e2a", "region_id": "RegionOne"}], "type": "network", "id": "7a00e4d6db5c41cdae2cbcbee07269b8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2813fabafb2a47a090dd8b2a289839df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e65e023a70694da9bb2fe27dc041c17d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e99b18cf40ea43a59b279361f34996e1", "region_id": "RegionOne"}], "type": "backup", "id": "59ce017cee9443d1a41b8509a1f6d28d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a86459d4984c4237bc984cc75ecc2963", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2583851f3f1f4bf2b71600776aaf9b7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fa49e43e90864164b4a90806ab01eeb2", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1932069692b64ad6bcd0ebbcd59d4a85", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cb85f532c5c34cc781c69fcd65c6b7bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "429759c41e4c473bae4bf9116c5c2c7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "03b79b16692e4888a525861434a944b3", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8ad8cb23f7ac48d6901dff2723399977", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "466e8c5ed6bb4537bd7a37e3e31452b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "89b74267341f4651bdcd193d83a03789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f4cf8ecfabeb44028bfae9701453fd27", "region_id": "RegionOne"}], "type": "monitoring", "id": "c5c6352b2bed4358b09cdb694f70e951", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1eb09b6dce4648f0ad60051609c93882", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9adadd6350154b4cb2bc2a221d889071", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "36a5e5ace8414fdab86480975885fcb9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "da62c9b2805942128d30cb60468f2fc6", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3b2aaf63b9324c939910a32b976044cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b67c24abaf51460a9006ffed26a16135", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a925a40185df453297c907fb615342cf", "region_id": "RegionOne"}], "type": "placement", "id": "71361d6aef424cc2847c0364cfec1dbc", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "63309ffaf4a94dba97a34fc4e399bc3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "691fcfff4af1458db0a74dcf91cd61a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "08cf378bd1c64f349d8e105279199121", "region_id": "RegionOne"}], "type": "instance-ha", "id": "255a506eac7e476a9b7d45ba8a34d326", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "07812f65583440ec906073d9a31c6cca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9e9848ae9ebc471e9b05995366a1cb60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ee74eabcf6dc4ee689726111d8ca6598", "region_id": "RegionOne"}], "type": "ha", "id": "8c78d0f35fa2401a96a62526f4e91044", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b46576e988944445a6ca810ca8868521", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3d4975f308d842038407ce5617bef852", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "55b68c129d564a2ab73284a8d83e9e76", "region_id": "RegionOne"}], "type": "reservation", "id": "b86a59f19cbb40d8bf4d75510d81bd45", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c7887a68d6e74042a0d95c31522a0573", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "079d233ff00141308cd473dc21cc61dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "30c79ffb89bb4a05b83167704481d1d4", "region_id": "RegionOne"}], "type": "function-engine", "id": "3e110614a70f4561aeaa47d20e0bd04b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "cd26576311134af68c8e4fedf900e8f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f69d8b8930d34bee8fba4bdeefc6909c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "05aeddee8e9c4426bbd5f2fb49549d99", "region_id": "RegionOne"}], "type": "accelerator", "id": "528872eb61354c74b745d533928e5a74", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "84fefac3cdbd49ffac2558fca0fbe348", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4026ee7ba20047f7a8a9a9dc4b1a6039", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "787a194e26ef46a6993cc9769c8b49d9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8061d3cb06ed4c75a37526d9806ed332", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0c2aa2592f56497ca394d533d19f8009", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1636b8f290ac40a19558146886eb485c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9d52c59777bb4cd0be8d6832774ced3e", "region_id": "RegionOne"}], "type": "registration", "id": "c7104781efa243ccbc2c2ac7f55384e8", "name": "adjutant"}], "user": {"domain": {"id": "e46de4b6ffbd41bdaf42b427495251c8", "name": "f44b1d93b3e64331a2c0a230fa470669"}, "id": "46e7682628634cc3a50284b5dc5ef0cd", "name": "79ebc9ef50a94a2eaaf709d558b0c3b6"}, "audit_ids": ["435e3ab9a804439c844c869884048ae9", null], "issued_at": "2019-09-19T09:04:39.153592"}} 2019-09-19 09:06:39,373 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,377 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,378 keystoneauth.session RESP BODY: {"networks": []} 2019-09-19 09:06:39,440 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"min_count": 1, "flavorRef": "flavor-id", "name": "server-name", "imageRef": "image-id", "max_count": 1}}' 2019-09-19 09:06:39,444 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,445 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:39,463 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,467 keystoneauth.session RESP: [404] content-type: application/json {27} openstack.tests.unit.cloud.test_coe_clusters.TestCOEClusters.test_update_coe_cluster [0.208616s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,400 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,405 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,406 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,409 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,421 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.342998+00:00", "project": {"domain": {"id": "f0032500a789478b920ec2313032c964", "name": "fe79ab9ea30e479c9cd2102bc0aa17be"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "fa4fc2f6de374252811e5192e7a39bf5"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "060c6a27a7c7418ab2d0779f55a55f8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5822fed2489e4d42a48ea5fa5a08385a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ff64c20f35c14f1b9e615c517c7c8e6a", "region_id": "RegionOne"}], "type": "identity", "id": "9659a567167745d48442396b38298007", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "da235a16242347b08f048f8b8f649f9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f6229dc132b34d388af43d3afb3105e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5b87269738ae4d759cace0ae294de4b7", "region_id": "RegionOne"}], "type": "compute", "id": "7993608a3f564af3aa5e6c01f826c0bf", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "eaf3966fe08e46c29099a56959ecf721", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a29dc264d0bb481b96b37db8a267e881", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4ba3eacc1ec64b00852081c2fe87535d", "region_id": "RegionOne"}], "type": "image", "id": "45801b3d92b646c9807ed987ae322d2a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "23b9a0c3bd2448bc8bab7bb4e251b092", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0fbd0d8f895b4a818071205149e41f08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "55098f1c67f24feabbedd3aabf59a34d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "018c6da0b2784ad9a78fef3d399ce415", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32a23ce4bdef4f23849ba86299545342", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44fb96f610e646dabb8a4f799f75965d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c2ecd39be48453ca3ca19a562f0ed4b", "region_id": "RegionOne"}], "type": "object-store", "id": "0a9e89fc89634a28a48d412db8e96bd3", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d2a87ce20c4b4d18b4733bc9c431b956", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b5ad125be7244891bd70cb1dff578516", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "aa0fe7aaa41b4605bb02158312d5fed2", "region_id": "RegionOne"}], "type": "clustering", "id": "5ddc0d65df1e4b2c86b9fc7592622dab", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b043c89e9d6f4594bbfda316ba058df6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eee6c7f3eb824be6835fa3500dfd07d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f1a744f3b7614523ad1b2167a9fc40b7", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "973c9c4c909e48cc8c5217503cf884c1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "418fd70519364d3aa3b67cff8e82321c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "31f536ede7204cb780ac64bbccfdb853", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ee5b9907aa88403a904d29cfcb1cf3fb", "region_id": "RegionOne"}], "type": "cluster", "id": "070c4fc0fab74dde95919400d7948557", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1af40d8e8294474fb7b1f2780daaec53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0520776f48034a3e9448ad32e57c40c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8db6ff93c4394e3989b85824c94307db", "region_id": "RegionOne"}], "type": "data-processing", "id": "74f2caf4f8484558a2e0ed72ee5a1ce3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b1e2ad1fee2344ef90909ef8f5ad7317", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e6ba128e1dfe4eb1a48dc3700722ab37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "03f958c45dbc4117876112a07cb91900", "region_id": "RegionOne"}], "type": "baremetal", "id": "ae382a6d5e67445e8d1e0947d05585ca", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "698ccb3b01cd4fd2ab09f4fc1d1cd5f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d25c2f66f5344c13914eb8de1f7fb883", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "08f995fea39f4f84b32aaa6aa05c5846", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b3b71f0bfe084c2fb34d752899ed1393", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9d16eeb422d6415fb960593ec8698f45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0ed6e91e33ce4418b01f9736e2b52284", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "30ce1e51bfab45ce825f6d2c746d63c7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "62f810b2a3e64ce18adc97c88829f257", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "020466b20d894a73bb0db08c8d56fbd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b3b9412f8543490b8e1e702f308b855d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5a785b97eb1048128913d17db819cb67", "region_id": "RegionOne"}], "type": "key-manager", "id": "d50dd0aa9ed64399a82705dfd2404ca0", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "15bd16e69d1e4028aba7ed1b441455d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2df44b0aa96f492c9ecdb338383746b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a17fb05eff33447b9dd8962200d9a30b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2f78dfb8f79f4e3f802b8103cb55733f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a2c731418fa645c0b52fb6e7e7dba920", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "60123028c67a42b497aa610f07afe0af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5ed30b68b22a4b6bb2b82dff3c24354f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "18698f128bf44e40ad04e8528f1f10fc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "439534ac9d544a5b9aaaa198427ac021", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "755a733b64f04501b6fc8de8743e9703", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9d65342ed0e5405c99c2e581a788aa75", "region_id": "RegionOne"}], "type": "message", "id": "85a84519da73486d9570f72726939909", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ffda6be3d019422b8c9403de8bc88887", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3a5387ec5d9346aeab871c4a36b410a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "da89f6bedc484c10860fac470311e8b3", "region_id": "RegionOne"}], "type": "messaging", "id": "e88ad628ab544918a0902d7f0115ce6c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4335fd6ccfe94f7cae9697941523fcd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "19a8627271e74f789075c5bf19a9e228", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "502346c5b43c480eb7c1f849b335172d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "35cec58c3b7a4def88b0f09084e70b80", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3916853c77864745945c0cd813d57c06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d167bbfa8a2d440599a10e246c891687", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c8ab65ae001b4843a80cc26a851a8709", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "9e398ceec02044d9b01aebd188016701", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73ed165b927a4996a050c1176297946f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "717474d2cf214bbf90932ba3060ef964", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0e6f5880d5584fa7811e025f936433dc", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "fc552b27a3ea41a495837524004e7f71", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "08862902c59142eda09b6a88444adf50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "411f1b6b86214d31b2732aaee89c7b51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c6696c350794ca1b88e3c1cd7846f20", "region_id": "RegionOne"}], "type": "container-infra", "id": "2b31240f33214926986777e41cccdb45", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "10d61f01238c4d46bdc7cd38f9a9853d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "07e84d1639034be6b29dc0a186e4ba70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "87e4c9c427d24ab9a633baa32a3823c2", "region_id": "RegionOne"}], "type": "search", "id": "5fad77ef4076497ba643879d8de56d28", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4bcdd0fe249245a5a030663b8ec3c0ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f30b8f98fc5444fca5d30974b79e5a6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "876b9219ee85441489ad725ac1509520", "region_id": "RegionOne"}], "type": "dns", "id": "624d5b5e637e47849f185f4165f555c3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "59a5abb6a7644e6999bda973b6d688f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a4596e392ecb4fa18a5e98a8f950482d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "713ebfe01ecf4114abda9fb36bd1e7ce", "region_id": "RegionOne"}], "type": "workflow", "id": "fa9fa907be10401594071fd250b88c03", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ca9f13c917d944dd9b9ba9d8a1ebbf5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7fc23a3c0bd84888bae9140f62dd2787", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7936c333b9e54f0dacb2d79c920877d0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d1f4e174c40a4946bb677660ed030327", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f73c3a73899146d8959ddd39532abbe6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7531afcfb40346c69425886f0ea76256", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a8c6a839dd4e404693ae343af46566e6", "region_id": "RegionOne"}], "type": "rating", "id": "30f3b3ae744d4b7a806cb879c80a53f1", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6feaedfa2ccf4d8c920dd7711c19837c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "85386b02929b428cbbc15e515a12c3ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "60afba4b63194115b6454dbac302dd5c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4f1bce3f545245e1a4b65bb312c2a236", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f158df3c2f6c4dde986abb53b4e5fbf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "674cd9d55e6f443890c0f5ca8d230562", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6b92200340e64fc1a64ac0e04caacdf4", "region_id": "RegionOne"}], "type": "policy", "id": "3b23abaeaadb4661a65c036e6a4b8351", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a366bb07a5394ff980abb1f8fbdf1690", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8d71b1fd494d4a7ba11faffd410b04c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0394a592dfb342c1bfdef06c75b40a54", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "62db634263f748118f0e9446c4a2fdb5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e4f3e2c12e6f4ac7b11a64cbb3fe74e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "58d70734313b4993b04c9f21877e8963", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "26dc151960ef403bb1d64bc68528a23e", "region_id": "RegionOne"}], "type": "sharev2", "id": "377d2d603ae24eae9f644b537de41599", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aaf2e7ef2525467792a4cf423ea2cedd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dac6df40a06946cea1bc43a4dbc2da32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1774c1f1b7a84cea8eba579364287804", "region_id": "RegionOne"}], "type": "share", "id": "bc9088c0f49348a6a23b776e0d74e72d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "aa5182b98ea1403ca953b488db6ebd40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9a382b5aeae34afcabcf1fe8f8e6e1f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ed2893be4b2f4186abeae82a386372ed", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9e73d0daa15348719c518ab0b94b7742", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ccc8138c42c4a84bb155eb8c454f94e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2cc2a099da1c46dda8fbc1271decd218", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "008d07fb770247c18c52d663bbf573b2", "region_id": "RegionOne"}], "type": "orchestration", "id": "577fed83a1ad4ca695c2ece62d838382", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af24c00ac6f64ca0b56176e634b57d36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "036e005c2ccb4a6fb4f133d7d217baf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12c39a1e718342d8934ca4f427c9fd58", "region_id": "RegionOne"}], "type": "block-storage", "id": "54d32b77223c4988a874ba0723da204b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26659258a69b4105810a2a95ef954cff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29252137992342fbb05c494f8652896d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8eab3088ee79468aafbf4ca82df8b32c", "region_id": "RegionOne"}], "type": "volumev3", "id": "e7123aadd3a141e6b9af55adce5fa386", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31f3194a34ca4fd8971d57b20ca42468", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c80c1424401e4b5d8f8b2b7c903fad40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8969ea9fbd1d40a29028eb2aa86a35e2", "region_id": "RegionOne"}], "type": "volumev2", "id": "23dc92b8f01b41529ec8cea89af1daa6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a00149ebbc5449cafcb9d7f02185c6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0dc67d7625c45c78c4f70912523b707", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a14ab52aee6e43348751b064d0bde6e4", "region_id": "RegionOne"}], "type": "volume", "id": "3f1210b6a3ec49cba0c7b1c897ba9424", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dee306d0a6cf437b91e1e40193a9df45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7046095d0a474e92b89bc2ea33b241fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e91a005ce454f1397297a7a75028144", "region_id": "RegionOne"}], "type": "block-store", "id": "c8530953adcb4b3b8ec12f11ca9992b4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "05c6d86978d94245a0c32b69f9357967", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b1663beb548e4367a44d2a2ee7d437b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "52959219490e460e87fd8436c84ac153", "region_id": "RegionOne"}], "type": "alarm", "id": "56e41b9f5a25498b87c4c5153c54cb23", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "843378dd181c4161a713523386de7283", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "873069556f514b54a91dafb80628697b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "30d64a261ba440ae82311ceed0cbd04e", "region_id": "RegionOne"}], "type": "alarming", "id": "f27f514c018545e3b7567c4c73c3e8f2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1754286e22ab44c19e1488c853e1c215", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "096f2005085f43a0bfe60ab14634ad58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0fe5f24c10c64f159b397da3c265190a", "region_id": "RegionOne"}], "type": "meter", "id": "0dfc4523ea794dad901b1f5613b2494e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e384257e843d437cbe7e6ad2b129ba10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9abe86daa7984bf9b092254b8a470dc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e81c3b8946654d05a926486353266bb3", "region_id": "RegionOne"}], "type": "metering", "id": "b52716df35f3406dbea46dab33a7a935", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fb34a57395c64083971bcc2982cf746e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b3b02b113fab485ab6225b170502b723", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f3b19ae3f40d45098ca570261801e7ac", "region_id": "RegionOne"}], "type": "telemetry", "id": "4bbc537d300144539fe9160587eb0759", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3ae922f8e21b4d619b42170726f105c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8f3e92b90a364f37a580a6ef8ef40368", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1a097590169e41cb85fede73cbe2177c", "region_id": "RegionOne"}], "type": "event", "id": "2fe169c730284b78b7976c59a288eead", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3e082d5d989b405ab3dd73f7e76f2db8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e2184cfdba994107ba91ec8e219f04aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d9f5fceca0ca4617988b9cf872745a29", "region_id": "RegionOne"}], "type": "events", "id": "e1dc003342fe42599c30df517c2de001", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c9d46dc4d72d47e7a93d72d23068b134", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fcf00c3cc80d4f0f8b75f81bfc478a4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "40d02548a84948429820ec8e61913126", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e7c5cc3954444d21a40d7b2d66007ee5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0b8d675a45a74c448fc9ee0f480af07e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0bb46bc647cf4ebb8f904ce8037121c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "040f201178994756a5d17599ea44e2fc", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1dd36f59d848417393d7241e5e1294ea", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2b1d696ba312476eace886d75125cdce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9dea54b8a98247c8b14527f456cca5f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "52bb40e8ff404e8f8da4071090146c97", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "09df23f997434805a53183fe607317ef", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6085eddba2654fd38db9a97f1238b3ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "254a22720f5d48d7bd2c1406972ab853", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f88c7c9b9a814c7c9645629590791bd4", "region_id": "RegionOne"}], "type": "tricircle", "id": "e0fd594bb14c4117a258cd04a6010ca1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b81a405466da4e50b3acce9acee7fed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ce5104696bb347f59d00eea3b1760be6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6074f8255f9a4e08a029b54ae092f233", "region_id": "RegionOne"}], "type": "database", "id": "cb9bf11d0f9140898fbb57eb4fb6c97c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "02008829fda542bda41ebf9c8b2fd386", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f5a41312cdd44187b8576cf44aa04620", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "57016d4c689a4e209f5d6139c6eef252", "region_id": "RegionOne"}], "type": "application-container", "id": "35aedfe35169485a838189c93847b543", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0081fb52d24447148e88925e07fc2bee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1eb54fbff52547938385d2ebf326047d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1786058215f64722acc5df3cc582e535", "region_id": "RegionOne"}], "type": "container", "id": "8e1771b06c1d4e1dafed7fa1c7e5b984", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8307820c9659451ebb55224167a3d882", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a408845e778442b19a23a5b71c807686", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "edbf58f8961a4fe5869aa8530500d034", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "10872dd6ae9c4afe8338244568563a19", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "143295f7d7e14ca0b033541eaffed40e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "69e2d5fc8a1a4171845d4c18604b42ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "255ed0bc0b4246269661ddfe89da5ef1", "region_id": "RegionOne"}], "type": "rca", "id": "30e208b934114169aed62d4bc9834b21", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d89ac2dc0e0745d3bed89004bae640c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "119ed03f464445759b91c1c0dc90763e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "fab86a3ef3a248a982d0249873c4467a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1536966b962d4099acf68e771ee7976f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6c1d6b218364431189786185d38d02c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7714eb2fa60b4a8285b9586547fc1c19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3b76696733f047f7be052cef4fbf085c", "region_id": "RegionOne"}], "type": "network", "id": "99da81786db2498d93edf51142b1758e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3a80bdd0d54949f8a70557d0e74b73b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "243369b10e3b40dbbdd84ace3daf68bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7718b2b1449d4b89bc680bd60e83bc06", "region_id": "RegionOne"}], "type": "backup", "id": "3be16691aba74c08b95f915793844e26", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b8da75ed47724aa6bd82463889521b71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7be6d0ab1dc64b70996192eef486d0af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f34813343f914e25b73c5c357c386fca", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1c2587536aff4cc09aa9e6458874417b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5ac642a86f7e4beba367ea4eda4598a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e54d2931b4e94d5f92bc3a819f85c0f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6d3e0531e36b4951b705eaf8c46e825c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "060dce07f0ba4b68b7dfd7d2784a955f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "db9c0c6beda64744bc1796c7508ec58c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "db0d3b42062a4095a9b5bb4d5b94da8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9d20f469f4cd453ab8438c137e3eac5c", "region_id": "RegionOne"}], "type": "monitoring", "id": "118b0bf1e1a64db38efe637ef55a1b17", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d96e8a8cc3d64b3fb0e23102aba0afd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8ea385b21b004c1d9a2f601d4ac1114d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "924a47b39e3e431aa30f0ab017b58a26", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "45c9b5bd134c4e958fa2d07eceec2a5f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e0aa5c25d96e4f2a83e1e6ee64141f22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3c1ac73e4a954d7aae3eb1828588831e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b2368d9c79e94199bf0652cca3c0b955", "region_id": "RegionOne"}], "type": "placement", "id": "a4d5ed25dd0e4adfbc3a2ff5de7d482e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5ab1911fc9ae40bc834768b72d8c6c95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ee15c65b5b9d4aa3ae098f89cc7d0258", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "89980730a747450cad6239f04f9db89d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a24a0b33a2014fc6a4e72950bd174743", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7a0b58e38a084274bf41abcee91ca8ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "44d2b0ed2dcc4513914abd17cc8d7698", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0bddb347602c43b59b7ab904986e07ef", "region_id": "RegionOne"}], "type": "ha", "id": "63897fa9fd534e079b4d58a0ebd2c2bf", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d7cead56b2854407bb1bf4dab0b93e20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7f1e8be7544b4e25be8811c8473c49f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "88ad611a680448bd886a904a1503c364", "region_id": "RegionOne"}], "type": "reservation", "id": "8c53741858bd446ba32b0487584bfe8d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c938d444ccd2474b8ad2d26e2fcd5780", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0648d73cb4044231868ad7615de6c4f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b75b1251369d4960aced5f198454d379", "region_id": "RegionOne"}], "type": "function-engine", "id": "861be6a67131468abde06541914f9c6d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3aa350c7079348e5aefd4a214526ee2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d630d5f3eaaa422494df82ff5ef20214", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f8b2e7cef0364908b786a6e7be80e8d6", "region_id": "RegionOne"}], "type": "accelerator", "id": "a24f329df1f045e3a9f740b56e0e613a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e0f7529fbc7e4e458b60ff1ae2b3a6af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "faa49d208a5b426c8209d31227a6810a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5e642582eefa4a88bf42c65256db8ee9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6aa0900671cb45569f9fd602bb325e25", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d64ed30b72e34892ba7c63ed95975dea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c256eb615eb44a29a53f2e2911b0321f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f7c26f276b684630b45b003469eea83b", "region_id": "RegionOne"}], "type": "registration", "id": "9b4a102c205d44bf809e1e2c5d8307e5", "name": "adjutant"}], "user": {"domain": {"id": "fd24629ccd2c4d85add35aedade6d433", "name": "6557266686364283b33e0632f2f8005f"}, "id": "a620347ddfc5445e8dab7bbc3aa89851", "name": "9183498ae75d4c51bf629c7fd38cb1fb"}, "audit_ids": ["cbb24ccf4e6846a79acf8a7673dd45f0", null], "issued_at": "2019-09-19T09:04:39.342998"}} 2019-09-19 09:06:39,502 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/clusters -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,506 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,508 keystoneauth.session RESP BODY: {"clusters": [{"status": "CREATE_IN_PROGRESS", "cluster_template_id": "0562d357-8641-4759-8fed-8173f02c9633", "create_timeout": 60, "uuid": "731387cf-a92b-4c36-981e-3271d63e5597", "links": [{}, {}], "stack_id": "31c1ee6c-081e-4f39-9f0f-f1d87a7defa1", "created_at": "2016-08-29T06:51:31+00:00", "updated_at": "2016-08-29T06:53:24+00:00", "discovery_url": "https://discovery.etcd.io/cbeb580da58915809d59ee69348a84f3", "master_count": 3, "api_address": "https://172.24.4.6:6443", "keypair": "my_keypair", "master_addresses": ["172.24.4.6"], "node_count": 10, "node_addresses": ["172.24.4.13"], "status_reason": "Stack CREATE completed successfully", "coe_version": "v1.2.0", "name": "k8s"}]} 2019-09-19 09:06:39,526 keystoneauth.session REQ: curl -g -i -X PATCH https://container-infrastructure-management.example.com/v1/clusters/731387cf-a92b-4c36-981e-3271d63e5597 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '[{"path": "/node_count", "value": 3, "op": "replace"}]' 2019-09-19 09:06:39,531 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,541 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/clusters -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,544 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,545 keystoneauth.session RESP BODY: {"clusters": [{"status": "CREATE_IN_PROGRESS", "cluster_template_id": "0562d357-8641-4759-8fed-8173f02c9633", "create_timeout": 60, "uuid": "731387cf-a92b-4c36-981e-3271d63e5597", "links": [{}, {}], "stack_id": "31c1ee6c-081e-4f39-9f0f-f1d87a7defa1", "created_at": "2016-08-29T06:51:31+00:00", "updated_at": "2016-08-29T06:53:24+00:00", "discovery_url": "https://discovery.etcd.io/cbeb580da58915809d59ee69348a84f3", "master_count": 3, "api_address": "https://172.24.4.6:6443", "keypair": "my_keypair", "master_addresses": ["172.24.4.6"], "node_count": 10, "node_addresses": ["172.24.4.13"], "status_reason": "Stack CREATE completed successfully", "coe_version": "v1.2.0", "name": "k8s"}]} {12} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_list_role_assignments_exception_v2 [0.102150s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,569 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,573 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,574 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,576 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens {13} openstack.tests.unit.cloud.test_endpoints.TestCloudEndpoints.test_create_endpoint_v3 [0.455567s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,252 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,256 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,257 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,260 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,272 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.185253+00:00", "project": {"domain": {"id": "42645ecfb7584115915958b250df2fe2", "name": "1f6d51c349ae4eb7ba79a4a9eb1c9600"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "18e2c5bc171d4c86ac4c78ad072e444f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2996d54e6b47430fa2b2d1dc411146f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "933bab331b7e42f5a7b7c0eef2f0bfc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d07b5b2ccf9e4258aa9832764c555db4", "region_id": "RegionOne"}], "type": "identity", "id": "1ab23eb3023142d4b3accd98d819a4cd", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bb01d2537e2c4228809e24fc24818296", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e7a396e5720b41b69824f2c34acd88dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "21d11caaf04444b8b655e7d43fa17118", "region_id": "RegionOne"}], "type": "compute", "id": "3366dc59cf934d1ab09776e988d118d8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a12c6f16378d43449b9acab68a5612a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "eeaf37f23ead4e209cb73e310a5d0d89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "219efae9bb81460a968f450ff856b375", "region_id": "RegionOne"}], "type": "image", "id": "e541e951cdd74e3fbe77b452395a3904", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7a64f0ed27ab4fb2b3f501fb7bbec8c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "16a1c9936781431d8ae8138ef796bb30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "fc6f2bec2ddd419c8d515910ae3eeb27", "region_id": "RegionOne"}], "type": "load-balancer", "id": "66b59b6c688c47d5980c8cf263475a8f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b523e996c86f48989dd766908185f6ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c20662f1c41d4a7c824dcc1d68a32cb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0cb46c19d7ad4e9c852e249def9c6c7d", "region_id": "RegionOne"}], "type": "object-store", "id": "337f56396fac4daeb33baffeda6b8bfe", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "53bf566d11a742d58ed5931f7a1ff9b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ed6b16fa9fea457f95d3ee493a89671c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1c0bde291b85450fb3b51999427cd2c8", "region_id": "RegionOne"}], "type": "clustering", "id": "0d3eb420aac44092bf81912a820a45fa", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c46c11401b6f468da18fefa60f1d1245", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "65bb223e2b50480aa88bbe53102ccea3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "99bed531f618460f83894cbb834bee31", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "6fb38522c2a3429a8eaa5b6ba764b7ac", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3b2f1be11a18440eaffa59846dcd821c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bce8cbf4a77f436783f7291861841b40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "098dda50cb7342a096b335a12b0c4728", "region_id": "RegionOne"}], "type": "cluster", "id": "faffdc03cb1e4bf3bb04bd67d45b851e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1771bf1b33114240a72e35e1af1bc2bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8ea0512ebafb472a91141345c0791a56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "70d70279d1ff42ad9bc47b27163c7d26", "region_id": "RegionOne"}], "type": "data-processing", "id": "8e711369fa0a4cdf87fa0a14f8dc1b64", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7399d62c30b24fae8d404a06439fe2f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "80d9e56dfa1047b091893643a2b1e234", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3f164fd594c74248806407ed4563c6a2", "region_id": "RegionOne"}], "type": "baremetal", "id": "8f7e8fa64e11417c90300abaa22d4fca", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "08fea4a4d0c5496e829b5af4e9364d33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ef661af5141e441e8bb66c495e61e15c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "19f626df2e3244d19433c600d3c863a1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c1e6cc8f9dd64ae5994ed60165cedf5c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "aeeaccf6c2d64bb19079577adb02196f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "db850cdd6c5941dab31836c6ed2db904", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "97deb45f38f344f6a7e4f54b48a56d01", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d96498e27d404a388885c582545dd68f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4bb897295d4b4535ab468e3e01938a53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c081ba77ec02437981b32554f5306e0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "821d2432f3e241a6a8dfed4847bf4a7e", "region_id": "RegionOne"}], "type": "key-manager", "id": "6c9883ea2f5a4207b15f5758d1191c30", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d9b90976e020488193901b0d68b5eaf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b4314a31f9ad4be1bacd83ba54523b47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5845fe781d2a4f77ae9a3ec0f15f763d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a92086b0309940098c7ca7c68474c1b9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3ed8d4fa86484648aedfd7c1ca17102a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9d5c2e6d006b48029c3b2fa98342feee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1e2bace28d354f9085cdfad60f96904e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "3e9fb2be91d34dacb0a74ece8f5d0a9f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "626cfab249914036bf147e9b43ccb25c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "499f4ddadf3b4ab28c6e7662e075177a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "66df2ed7dd724aa0ad1e6957974c7b4b", "region_id": "RegionOne"}], "type": "message", "id": "df319e6178e143c2afe438597ddd166c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "819683b372bb4ad3a64b4fe795ab4f23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "454f95e606884671938a9aebcf9f6518", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a3c0de1cd0904ca7a0a2d00b41716e7a", "region_id": "RegionOne"}], "type": "messaging", "id": "587f17c9b77b43799d865e2896bd76c8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d6cd631ce43d43b68682c2452446c830", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a6d73f86ab544d949901e9a312270410", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "27bc5dc84bdd46959516f3ab8c890221", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ec3f429576484b818a9443a806945705", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0590f955d07d4fdeaf800f6ea87519b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c9f0bd830fa3407387e710e1c1993bee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "37a397f9beda4143b225a83fb0b7fedb", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d1b12408068e47969de84d7311253d8b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "76552225ac56484aa57fcfa6ccd21c84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cc3a119c6f254f36b71e96464d160b35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6895aa1d5a6145c2b0da0a4e70ef1431", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "51745dce1ff94c95b81f875880009e68", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e0a34b0de8964cda8f8bca48c541c924", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "58bbceaeaba74cd1bb6656c84be0818b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "24d1fb9ab42b4ef3b4bb54e6eead26ec", "region_id": "RegionOne"}], "type": "container-infra", "id": "7456cf923c4d47dd949e0a08e5e1add1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "54b6e53999ac45ebb5665f0e0acea5eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d1478d4dc7a94e8286ba5d39b6f93c97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "8f334cb160b644d4ad54ad3910131b2c", "region_id": "RegionOne"}], "type": "search", "id": "be1608e9da7c4cc6adcca977bbb2b323", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a3c516124ebf46beb1ee298f587ee681", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "390cf76ddf884a39b54144ce95e179ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "83996dc38bb044e5b4b9f6df95ac461f", "region_id": "RegionOne"}], "type": "dns", "id": "717b3f290c4a455e81c6f2e3b1152bc5", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a7c89618318545478e39dca2d56f49cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e4880c2d2b434570a357285dfbf209b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "21cd324795a74aa8aa2dd9767a635aca", "region_id": "RegionOne"}], "type": "workflow", "id": "76c87edeb659455893d14fd770d96ac8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "39f3198c711546efaa8916816c21bd35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "74a92902928f414daa5a3267afb9470e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fcd566e85d3f4b4c8673cc0374054636", "region_id": "RegionOne"}], "type": "workflowv2", "id": "156e5cdde1554517a479f327afb75e3d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "157a4ed6a9f241fba8775aca693ab360", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d7e44bc2959346c0a72320da9607cb5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "bc809ce54b3d4aa9bd4dd628a736c429", "region_id": "RegionOne"}], "type": "rating", "id": "4d9113500f3d47119ba63bf66845f3d1", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9d3f77776855447d80071a84f06f40b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6ad686a1e138487a862a2358072948f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9a24ee3c644d4f25893fc6bc073f227f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "88de8c3ab22d45eaa2b6a89d65007532", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "83f6b73a6a9e46f0bc0966e3abc284d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "519ad9eace2a4e0694d7fc0f24353dff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "811fc4f635bb471db66588538ce17b19", "region_id": "RegionOne"}], "type": "policy", "id": "1477b02130ff44ef8af05175c4bf61be", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "96e11d8bda60422a81cb342be0730bac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "216cad56fc9444b5bfc0d377e261a5f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d9feb155d4b24d5cacf505512075a412", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f3e0a046b822409590c2dbb1f8703593", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cf9df449014e45a5b5a6278a642ff723", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7e4c055bf31249638b462301b35bc071", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "46aa9fa9506041be8f9dcf0b276261cc", "region_id": "RegionOne"}], "type": "sharev2", "id": "778f63e989fd43d0b0afd833f3546855", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6f775bf6f49b47d4956ad0823ec9e88a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d69e91c6355642078c7a5c0118194661", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "67f2da24eef04d36a23eaf5790425f4e", "region_id": "RegionOne"}], "type": "share", "id": "f186f19540ee446eb670454f6a489f39", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "18e0f5f630784738b1d2b494cd4a1f19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "556a837cf69441fd9f9377a46d5bd093", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d059f4df0623409696fc43a336394e3c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e49d5d8c248243a78fdfba8fe9de66a5", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70a841a556c34921a8e453efbb34997e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e03e999ff1074e8aad48a907fcda4377", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d04cac90325b4e199bdfaacde1248267", "region_id": "RegionOne"}], "type": "orchestration", "id": "e31bd53b6e9e42c494842214e9294ee5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31afcbbf0063421eab1662a06fc70779", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "957c2bd2a2054c0eb99090c845a672a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd9695e4b9514947b7695b5096234de8", "region_id": "RegionOne"}], "type": "block-storage", "id": "9199a3598544494090e6816f087c38bd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1dba9fc0ba454c9ebbf6892470a33a6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "baa5cdec7248473cb4f4f6145ea37d88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43b0b5f3c97b4b87a18bdbba33958b5f", "region_id": "RegionOne"}], "type": "volumev3", "id": "5dc2c873085340dab8b7146c7db9c01c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fffef9f483db453f8a241fd26111ac80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ad0ff52444c492e899ecaa106fd0ef2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd0bb5b956354364a2e122e8e990d075", "region_id": "RegionOne"}], "type": "volumev2", "id": "dd15c46d55e242dbb40de3a54624244a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4b46da7084840d9a0f6dcd51d075d1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d4824146f2a40aeade62164fc5651aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa736aa7d4f34a1ab8b1a2ab763940fb", "region_id": "RegionOne"}], "type": "volume", "id": "e7b5e045ed3e4a219f17be2f07c28361", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "620e24e2ac76446bae9169084c8bcde9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0088da10ace242bca95adc7dd98fad04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "768c837f6da04213a4131e7e23301267", "region_id": "RegionOne"}], "type": "block-store", "id": "9fe1353d271f4e5dbb11aebf93cc4395", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5ce3085472f84ffa9de012cf31635da7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "091a1faea01f4ab69b76c1f3f74fffb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f71d99e1041c4beabf715c207e38f386", "region_id": "RegionOne"}], "type": "alarm", "id": "71ecc7d51d204f05ad698f1e3a8fa00a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6959d575910f40d2a18a33c0dc5c5d46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "10001cc16f5e4f4a83adfeabec346818", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "03edcaf55c2349e78331b8aa237d970d", "region_id": "RegionOne"}], "type": "alarming", "id": "efdb7bd35861494cbeca89029bf09b7a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "da84bee9ec6149088d2edea74c328545", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3befe590c61e4070ad3c1bb6177c978d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "af0ce724836b4ee284665950f060fb57", "region_id": "RegionOne"}], "type": "meter", "id": "5a78dabfcc3c4212bfb7ca3191036030", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7cac66ff784e4d4fb35d8074c640152b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a8d49288bd4343329e6fea455489c5ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c7e84249ba544d288c199b6fddb81e9f", "region_id": "RegionOne"}], "type": "metering", "id": "25566facaf644781a42a2b610cca7efb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "49b5239b713549bd8414d66fa18df8de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e2282242a304416385d37cfb1bc119f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0b9538d6d1a242a29d046be5708d1a5e", "region_id": "RegionOne"}], "type": "telemetry", "id": "f617d67e5fd34dbca74a7fedda46efd0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "de3ac349f42943ba80cabfda5aabc512", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f735e5f0a6704378afbdc5d25b0271f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "41807ac1331a442c97416f286bf4bb40", "region_id": "RegionOne"}], "type": "event", "id": "06a20be7161e46c1bbb056d896c3814e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "37f392ed88b44e2e98ac1796985a4418", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "524092c667dc440dabdeb687edc9326d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c695fc10bc754fdaa6cbae5c9f3415e7", "region_id": "RegionOne"}], "type": "events", "id": "a0d2e1bd9f584bcc87f8c9fce3064caf", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "69330e9ca6554c2d97bae0e7acb4376d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "244df639c2434bec8d2e255f8e9ad9f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "afa40f623ebc4bc1985f9fa8ef241f6c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "140582d60eee4ff2b479b2cff3313597", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9ab6fa19029341dcb23ddbd0aef5177c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "567a0b5fbecc43c99ab76c7218a25f7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c8ed86ff444046f5b088f8a2cf515a62", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3c3dae31f4c2497281df92317b13222e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e0682cc79dd040a4b7d26e6f9d995dbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7f5f953f9b1848c5b0b5d5d0c7e86094", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2af74d882f3049b883686ccf4e30dc93", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a20044f60c724c0eb6e7a56ed565301d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9c782f53fe1a4b8e9362f319ea4a1e18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7665e56f7e6a4440aa49dfceb6499b7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "73f067630ec14e219cfa793591c3651f", "region_id": "RegionOne"}], "type": "tricircle", "id": "5e7d0659f50d4013b08489792973b78d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "bbcc5805fef547fd95d7173972ff72bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e9a23d6fa4bc41b48b9244041c75f474", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2ce027a282cf4625aa0b98282ea34927", "region_id": "RegionOne"}], "type": "database", "id": "85b1c40921d0455ab3443ccd4a85319b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cafec870fe1a4e268e7b33af660e0910", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d48aa94741de4d4e801819531e88788a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "766477bb28bc4e448831e4cfaad845d7", "region_id": "RegionOne"}], "type": "application-container", "id": "f5c6d4d208e34dadaa74beeaa1c731ac", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b3bcad3665a6451c8c7a5d30e83aebe1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "04b23976778a40258fffbfe8b52919fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1fe89697b6a244cd89c5b4b0cd8686bf", "region_id": "RegionOne"}], "type": "container", "id": "e59a4f5bd5e7470086681b5b4ec109c2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a26f60658d654f989fc2b3037e3cb1b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "27cb47bfc0fe449593efaf0ab3c46c76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8c020cab6518423bb9acde56ec355147", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1d63d4c717164f66a926979a54d157c1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "765c717bebab49f79608138817c8ad8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b0e2a77b2d6b4208940ffbb700d73860", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "37b6a01dc79345219d92f284fac71098", "region_id": "RegionOne"}], "type": "rca", "id": "92c10d34d3a84e5694d8f8820b52d00c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4ae689726efb47d994eb0f0990715915", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "085c5cc9e67a4d61b1657b85b719083d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "73231cf7cd674cc294335a4161dea412", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3b4b3e0b8834472d92051cda802157a8", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "8d3c59bcaf00492eb81fbae70ccc524c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "fd80d60eeac34163a34cbffe178f18c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ba9104c8f5f849faa86e0b6600352ffc", "region_id": "RegionOne"}], "type": "network", "id": "efa0850fb96a4700ad954c030b1a0e00", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "38a8a550262849ec9894861e39745301", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "900890da2d9d4be088143dd68cb4a772", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "00f4dd9b4ddb4c51bdb5cfe83a86f0f7", "region_id": "RegionOne"}], "type": "backup", "id": "13534b7eb70e4efe9dd0ace625eb6946", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e90efe454c2b4f2a98677de750390eb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b330aa21c6354df99c25c6e00b95a0f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "202da3faa1be4b68aa3ecb0fc0663a34", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4c3e9873585d402ca1c7f4f8d1df31fc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2fa46da8da6f4c30b018d870eec90f83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d9d72f9c9e914a4e86ab021e84276f90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7341649573e541edabd8f8bbfa7daa6e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "7542c85de4064a5da17514fb6d02fd56", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a94de5b3af3b4689b4db42ae078871ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "453d0e14ec094c499ac18d047d8d1764", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "4185c0bed5d64d09837dc9ee220ede13", "region_id": "RegionOne"}], "type": "monitoring", "id": "edd923b70f6248e18a1db2a784702102", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a51d49faf51f476abbf0300f8dc22731", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c4fb8c0b5bf74d67ac18960679c67c40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "dfcc98fc8f8d4e8d8450fce87e4783ab", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d71b2ab20c0545cb99dd98fbfeb44a57", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "da627f6436be4710bdcc31fbe08fd29c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "671d8c51a2ab4793ac12c11970355c2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "3b8f555a6fcd49f885344e640e3a3bd8", "region_id": "RegionOne"}], "type": "placement", "id": "b3b9564136d74393870856eac8985038", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b4f1a4c3e84f483c805adb8b76e32190", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5d30d6b3638f4cea91ffe1f299da164b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ecac52f1eddd441c8ea24abc77d506e2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4acfebcd3d764240b0989d4f6a215cce", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0ab2696a084a495fbb47e37fc3e99c73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "445816f49c194fa1bc30054d5aed85c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "52aaac3bb1b942069ba405924d1be4d0", "region_id": "RegionOne"}], "type": "ha", "id": "73d4c7b7752b4426a5f311870115ecde", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7c3647f85e3049dd88a7935051282fed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fb1e09a211a74299889ae9f59279c388", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8ee5e0fa5b4b4caa9c4e04bbf3d71b2d", "region_id": "RegionOne"}], "type": "reservation", "id": "424c3161ed244244a690c7234c119c08", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4f08aa35dc824965986d0b5dc54ed12c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1fcc4883afcd41b7ba125deb4c35a414", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "046a3f9ab9574ae3b487406005acda96", "region_id": "RegionOne"}], "type": "function-engine", "id": "8ae59ed85ef648ddb9d8d793cfb9a0d8", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "16d7449c40184f968b3d8970a362c15c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "66134ae7040b40a88528e2067001a8c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "68bc5a6fd6b242c09ea4fcc1098033f0", "region_id": "RegionOne"}], "type": "accelerator", "id": "ab780523ab2f444eae22424727ee375e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8a59929fbeb14c068b0559f0e0aaccdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "aacb6c3d7c844e938c8ed1bd7bf312a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "940cc7a444d2400d8b57897035f10684", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ed90779a34e144a4a2de0cbafc961bd8", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5481f7d8b87a4bacb43883c87c5dc74e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4a5276f83a60441f8f154828cbd854ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9a68ee2a4d824b0f87af010ccca1d878", "region_id": "RegionOne"}], "type": "registration", "id": "1960f1429fd9411a8732580799dd2bc0", "name": "adjutant"}], "user": {"domain": {"id": "1a78951ed27f4f1587497b72258b085c", "name": "85f8d3eef008401690d3ca86784ebfdb"}, "id": "63dafc8f7e574ae89fe866ee242a22f0", "name": "f67196dec72343bc8b19b5332803e5a7"}, "audit_ids": ["43dcb9db525f4d8c81456df3f007330e", null], "issued_at": "2019-09-19T09:04:39.185253"}} 2019-09-19 09:06:39,460 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,464 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,465 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "type": "18ed4ed231334e94807f6ec0a6054562", "id": "c65ef0e3a2944fb298cc2057c4b3e3d6", "name": "b4d49891c249441bb694637ad366ec9b"}]} 2019-09-19 09:06:39,503 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v3/endpoints -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"endpoint": {"url": "https://a11d892aaba540db869183de7c9171ab.example.com/", "interface": "public", "region": "de50155443814c8bb745b9df0d5f564d", "enabled": false, "service_id": "c65ef0e3a2944fb298cc2057c4b3e3d6"}}' 2019-09-19 09:06:39,508 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,509 keystoneauth.session RESP BODY: {"endpoint": {"region_id": "de50155443814c8bb745b9df0d5f564d", "url": "https://a11d892aaba540db869183de7c9171ab.example.com/", "region": "de50155443814c8bb745b9df0d5f564d", "enabled": false, "interface": "public", "service_id": "c65ef0e3a2944fb298cc2057c4b3e3d6", "id": "478d45f3409d4c7b89da00ae488e27a9"}} 2019-09-19 09:06:39,544 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,547 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,548 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "type": "18ed4ed231334e94807f6ec0a6054562", "id": "c65ef0e3a2944fb298cc2057c4b3e3d6", "name": "b4d49891c249441bb694637ad366ec9b"}]} 2019-09-19 09:06:39,583 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v3/endpoints -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"endpoint": {"url": "https://b6097f75b02c4cce9b0a6546ade709c9.example.com/", "service_id": "c65ef0e3a2944fb298cc2057c4b3e3d6", "region": "bd703761612042b68afc74d4a12fb468", "enabled": true, "interface": "public"}}' 2019-09-19 09:06:39,587 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,588 keystoneauth.session RESP BODY: {"endpoint": {"region_id": "bd703761612042b68afc74d4a12fb468", "url": "https://b6097f75b02c4cce9b0a6546ade709c9.example.com/", "region": "bd703761612042b68afc74d4a12fb468", "enabled": true, "interface": "public", "service_id": "c65ef0e3a2944fb298cc2057c4b3e3d6", "id": "d7de5cadfcb74bb6977dd3c08f71f1e3"}} 2019-09-19 09:06:39,606 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v3/endpoints -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"endpoint": {"interface": "internal", "url": "https://3a5fd6cd86334fa396a9acb17aec6c75.example.com/", "region": "bd703761612042b68afc74d4a12fb468", "enabled": true, "service_id": "c65ef0e3a2944fb298cc2057c4b3e3d6"}}' 2019-09-19 09:06:39,610 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,611 keystoneauth.session RESP BODY: {"endpoint": {"region_id": "bd703761612042b68afc74d4a12fb468", "url": "https://3a5fd6cd86334fa396a9acb17aec6c75.example.com/", "region": "bd703761612042b68afc74d4a12fb468", "enabled": true, "interface": "internal", "service_id": "c65ef0e3a2944fb298cc2057c4b3e3d6", "id": "7c87383aac84431396a8bdc39fc235d8"}} 2019-09-19 09:06:39,629 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v3/endpoints -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"endpoint": {"interface": "admin", "url": "https://ffe68bae5e4e4e4aa8d02bf27b26af8d.example.com/", "region": "bd703761612042b68afc74d4a12fb468", "enabled": true, "service_id": "c65ef0e3a2944fb298cc2057c4b3e3d6"}}' 2019-09-19 09:06:39,633 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,634 keystoneauth.session RESP BODY: {"endpoint": {"region_id": "bd703761612042b68afc74d4a12fb468", "url": "https://ffe68bae5e4e4e4aa8d02bf27b26af8d.example.com/", "region": "bd703761612042b68afc74d4a12fb468", "enabled": true, "interface": "admin", "service_id": "c65ef0e3a2944fb298cc2057c4b3e3d6", "id": "99ee80c477cf43c688f1da78573a5c88"}} {29} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_get_flavor_by_ram_and_include [0.240331s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,406 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,410 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,412 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,414 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,427 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.343677+00:00", "project": {"domain": {"id": "a9385b22af1547869aa6df387b6877c6", "name": "0fffbaebbf7b4490a1fbf3ad98fdb223"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "dd70f8e7cdce4238bcab79db955aede5"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3bd009e4fd894c8ebe703fb50650f800", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "614c1333a8924e3f98ad6c0a704f0765", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "66e8dcce2cda41d1939d1f46b9c04b42", "region_id": "RegionOne"}], "type": "identity", "id": "85632f578da54def9bc6c3712b55f3ee", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "18a2bf2ead264e14b67e4956d155fc30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4c2086d7306f45b5854c1d32bfc31933", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "0812bdbdaf78416eaccf2dd8130d0d0e", "region_id": "RegionOne"}], "type": "compute", "id": "531c7c5c6e194a5ca6eedeb137a89e7e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "04ff66c4c78b4823a2b8eea22fd9d433", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3d0f58656d964f9fbadbbeb0b05e23c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "38f8e399c8dc44f083464622124c550f", "region_id": "RegionOne"}], "type": "image", "id": "112d6e3bcb9f4286b24990e9df19fe14", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "024d8ddf2c0b45e7868b675be67ed47f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f60c8381681b49e1bd107404c302866a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "9fe7406908e548f3a3041337b7a5e0e4", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b684cc7e994448bb8f56446f9d342016", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed8fb6c6aa03406dadbfd20b2736dc6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c2aa2169f47429fafe64f8f672fac11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c9d1c7bd1934935bcf2b7bc32cb1433", "region_id": "RegionOne"}], "type": "object-store", "id": "120e7bcb24c044ed9410a347fa20df9c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d60177a3cd174ab095b9a7ccf764ca2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6bcfda069c594a129108758358434fae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "89b6345c42304f78af7b964a184ac793", "region_id": "RegionOne"}], "type": "clustering", "id": "5a06e8e1671e45b2a65632c14f36a432", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "53209f2a78a647428f7bd540d9944edf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9eef4d5770ef46dabcdfe2ad145afd28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cebe80264fde4ecda5e0e7960575acc5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "804c4d194e86442b93a5dfa749b37e6e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fcf397f6755f4454bf97296a1a1e8e7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c07b0b940df24b269fef417aa86d1180", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e1f80c317aa742949702bdf5db22d4df", "region_id": "RegionOne"}], "type": "cluster", "id": "d564dbc68856477792b7ea41098133df", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a5f244121e734438a561135b59309870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6de4be1c522d4569a56895ff7b7d931f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "fe64526a7fa74b1fb7f8fd129d00a2ef", "region_id": "RegionOne"}], "type": "data-processing", "id": "e4cf79b3b9294d42b0fc5745c1878c56", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "77a84b56e7904849a025fc219dfd1255", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "64bfd620d17246c0aff0ea6ab0234f2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "29a182c2976b450aa2e20a763dc0440c", "region_id": "RegionOne"}], "type": "baremetal", "id": "4dd3ad397bb44b4aa9a241d4223f0914", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "045bfe9851a94be68507cde55aafe4e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6329c802351c4fc59b12959cd5b35444", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0654691887b045399949e810bcffc135", "region_id": "RegionOne"}], "type": "bare-metal", "id": "979d3b25362446918374d9c498dd361e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f5788651e3c44a27890ce1d5c9e618dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "923ba78b0b4b43229fa00d709402faae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "230140b87afd43e58fb9232418a80bdb", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2566f38d3762498bb0290d92db582677", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5e5c4c4629714896bd503a2e2cb0e798", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8e05dc11593f4c73b5e7289cc7d8403b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "867e37353ace4556a18fc57b4612ecd2", "region_id": "RegionOne"}], "type": "key-manager", "id": "4f0687932814424283543a3eb357a392", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7fdc8c76cd9b40ca86819beb169ee223", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7bb1a45e4fac46b8972e8cf764ae6439", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "89e68dc3396f4beb9771c55b7907a25e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d041371d9765497a8a1dfb81c922deb7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "18a2baa624d249248928d00804184db3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fd79d998c4f44dcab6689c318bbb06a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fa27c60665674473a6c95738697ee315", "region_id": "RegionOne"}], "type": "infra-optim", "id": "30df9b7f3ff643f784b43c6ff01640e2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "17d1f4403ce7422b95feb80d3f2aba67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3b3b8dc6f4494faba723e4bd67bd6b54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1801374722bc49b68ee7d356205509a0", "region_id": "RegionOne"}], "type": "message", "id": "1bb1174b663d48c48b1f6c02cf8a4e02", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fdee421c58b741dbb4e6e44809216c57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9880a6827fad43dc9e5f4610ba2c587c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a87e733824ae48eeaab733708c65bdce", "region_id": "RegionOne"}], "type": "messaging", "id": "a5447a71785e4197b38b7d6dd04c0899", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5c97c1c3d08f4f64b39b7c03c5b3b2b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e6f8b67d45e54c7bab8d1c9b7b6b561f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "35b59f2a787646d58c1ac7f8480b483f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "5e7d4c284dcd4c0aa5382bbcd1624f7d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3bc204e53ae64536addcaf8b5a333781", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bdc5c11861584038938ab489390e8467", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8addb5ec24cb4f1e8a65a31f078ddd4e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "7ff658b36f3a4a4495d69bc20254481b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d796eaba5d46454f82550e9cb3c74c44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e0932813ccc94df19f0e6a2200c3b9b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5a828117c48c4750b9708386bbfe0ecb", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "085adafe542545faa5bd261673a810a4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ab4f12c3d5564c7e9d0267863dc34d8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9dd7b6f7f5bf423a82ca7190dc174769", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a4137f40b124408f9f46e7b01bb98b00", "region_id": "RegionOne"}], "type": "container-infra", "id": "c51b4b359bdd4854ac548eafc69cf484", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c01a9d30cb07414099a2dfaf8032d9e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c62e0cffe22448c5a230f75f30b921ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4d4e6ac5d1fa459eaf4c735c90186fbf", "region_id": "RegionOne"}], "type": "search", "id": "a55975a77b3f4c4c9ae2ee9bcb66ba6f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "8feac15f039d4cd782d35eeb1ff70f9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "98705a683afc4b57b992d8a80d80af26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "dd59faf354fc4cb79f0b5fd7c14421ed", "region_id": "RegionOne"}], "type": "dns", "id": "1ce8ea879a644f13b6b7e10e7179bbe9", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7dea8fafa46f402ab0bf29461c59ca19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cb934c3bbbc543cea5a3b9de9edcd1d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cd6561f330f94771a6f49e84320d0d84", "region_id": "RegionOne"}], "type": "workflow", "id": "454540dfedb7446a8844474fdb480993", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bfc6a339db024415aa1d76d196f7b031", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "75943c462aed4796a9f924c486e0fbaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5273531df5324bec8f38cdec17614b9e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9aa12f8174874de88e81e38828771c8f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f0d42ceff5f64f10b60e3ffa92db4b53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4efd7c7132164f22acb357e87b8fbb3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ed40dd94d3b6427fb83c5f5b656daa13", "region_id": "RegionOne"}], "type": "rating", "id": "56bc9c5d3712434eb0ee9f7cb5d4aa25", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9c6bd52bbdef442eb905add791790f8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b083c5bb97b8466485e262b2c2c8506f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b8113f63fec644f49b3a84db49683cbc", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c7b8093fa36f446d9684895b2f92453a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c5485f4c425640c5bb62420879fa1dc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "20dfb274aeb64c9d980873c67ce16de3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f95f3c5524214da2b7bd97c7c7feb8ee", "region_id": "RegionOne"}], "type": "policy", "id": "a1076302d6094be5aa692ef99dd71241", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "925e3a19d5c3434cb2fdc245845e9b60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a12e8630f83044e4aff66843846ef064", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8e53d3f37702447795a51c49b9c6b46a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f507e2fb0c564208b5fb388539550c13", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f8e69eab04ed4334b6f0c77485b3b2e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4a70e8f4da7f4b0a8e026ceb9bf747c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9006fe3710f34102a863db01e068593f", "region_id": "RegionOne"}], "type": "sharev2", "id": "54230f082b4648c8b1f564217eb35632", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cdb4ede9822c4472aa830157c3115aa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9b477a6411f94ee184123fb5ca28f6f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "96447bd30a73497d87b5d2b9049dec7d", "region_id": "RegionOne"}], "type": "share", "id": "6db726e6e7174f75b6ab947bfae14829", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2a96b4c7137f4f52b55314d7ac427912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0e096ca32255465098863133ca6cb9de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9d8ee9bff885471faefcdb35d88b9798", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "83deb339567b4a29a912b44b47b8a670", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0c52e95aa1b4de8945dc3ed1e204d6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e6a2a5e3e6c49cf85b0d5fba7faf167", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "feb05703e7ec424ca17c95cf729f25e3", "region_id": "RegionOne"}], "type": "orchestration", "id": "3c2db323b7df40509071225dd23e2ea1", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7297d3deab0487d81b5ff81f243eab9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31ef88b89b454b0d90e9ebd78d8bd87a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "595f8af2c20f45e5a3b737e60940bd77", "region_id": "RegionOne"}], "type": "block-storage", "id": "85d4c9a1b3c3435eb81a113b4b2d4324", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b6bf613d249424985a22f5bc20ddca2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6aa4572a22604ac08b3c472aa939667d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1131ac3999f749e19c14879a5043e7c3", "region_id": "RegionOne"}], "type": "volumev3", "id": "5b11eee8c43c416e9cc22e5c162e047d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "efc353633897447aa2e4532c89d26131", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d674bb941094cf7ac74abf3f251011a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6fe2663a07748609ecd1782cc34b4cf", "region_id": "RegionOne"}], "type": "volumev2", "id": "94bcd45b68da4d4e822b268b9a60577b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0351a2d797804be7b189ab0998384469", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9be07f11729c4e8cb14431795ed06c25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7524fa671fb4441b506dee8d7d001bc", "region_id": "RegionOne"}], "type": "volume", "id": "abc5f3f75b0349e68df501362265bb15", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39037f20649e45c59986eaf1321f1c55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba745fa799614e629a9d966ed1f9230d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71512e2cbb2a4e97ace71a9243477b1c", "region_id": "RegionOne"}], "type": "block-store", "id": "a9120c44220a483ab7bbe3c9f1309daa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "56aed008a13c472fbdacf900ed634570", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a1e1b05a6fc84b1ea18cb51f3e07831b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7ce317ff66a7424cba1b1b8c6e38b2b5", "region_id": "RegionOne"}], "type": "alarm", "id": "a9c1696c94df48b899523112577fcaf5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f1ff08d2b1e24926b8822025b6e45f84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "eb6fe25ac2a541299698d634eca424ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0f8996577b844ad59e089e7946b2d468", "region_id": "RegionOne"}], "type": "alarming", "id": "e98e458dcd0949b98f2d19869d96081c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "023d513c029549e28b39baf68c21e369", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "31be175f004c494aa7b30121d5debf9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "46a9c7b5087c4a408ac8fd710b47018f", "region_id": "RegionOne"}], "type": "meter", "id": "5324601c4b68434ca333807003957459", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "63ded46242864668a6eca880f25b5fe8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c2a0a06234054d6c9af3ee923b4c4346", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5f38b93f556b46ffbb4c18c2a7d20833", "region_id": "RegionOne"}], "type": "metering", "id": "0954a7d273034ca698885fcd67bda683", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "19d6388f31d84596a5df27e210fe380e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "471c38f92aa140e1aa0b78c48c441797", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8fa3357dcc5a471d963b4aaae6cf4a8f", "region_id": "RegionOne"}], "type": "telemetry", "id": "eaff01657f75418ab8e1f3cc52d02fd0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "19a0166f91f54e50afb04d99d0ac632c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "010bde0246b644209b512c57ca7c930f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2feb259dab674c4282c5d1c3d7f1c080", "region_id": "RegionOne"}], "type": "event", "id": "95db0646a29a45a5a2404b9b9ba7d900", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7aba67ba5f104fedb763e894ff89c30d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b08cfca19ba14c52b2788b40c5094160", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "246535fd9fe149b3a4ef577e583e1b64", "region_id": "RegionOne"}], "type": "events", "id": "feedc67b53f74660bb0396cfbefe7f01", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1bf24adf8c07416189d81c5d70b084e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6262da048457468590bdedb53c445fdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "308254f122c349dfb685d45f660db595", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1685b9ec564140c8a086c86684fd5920", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c38b20bb1ec5443c8bc9a19e2f125a7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "77c7199c32cb4da18a7e9a5f16a4a0b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "eae0d62829514ece85144ed5f70c68d1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d9abd24b35614636bfddf81bc90eccf4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5301dc70cad94c1d86edcfae5df3c360", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "759fb0845d074645a43cd12687f619ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4df463d351484d3cbce1031f0ac7e476", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2502ed3d99b84f7995bf80799b69ef2e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0c100ade75304fc8a2a298a932170a99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3ab822e925684fc7a53576cdd141af28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c3c58010b2ca43f1b47422e5e9d983b3", "region_id": "RegionOne"}], "type": "tricircle", "id": "b8ea81fc75ea4be19eacd5f50d3f626f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "dd5c990935984aab89c99d1dd6e623cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "82cd5578ecb142aeb2b0161f12c34e1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "921d2367a51a4522912de4b45e2e8d64", "region_id": "RegionOne"}], "type": "database", "id": "dbe4e20d393d4e30b9b06f8d0a5ac0ac", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a101c89008784a1780a8746b6ea71700", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "da3028faba7a4a0ea8d711348806f997", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "379a0f622f4a42d6abf4d9e455c5edf4", "region_id": "RegionOne"}], "type": "application-container", "id": "159bd64965574ecf914482ad25e3bca7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "63e2a9207dcb4140b3b961a27c39a7e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6f0cc79084714afb864b6f048b5efe98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "181f764b50e94936b7050de7ecf6e882", "region_id": "RegionOne"}], "type": "container", "id": "77d4cf21a9294fb68f30d8af612a6812", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "88917fc3bad64ae798a75704a97d547a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e00ad54f858d47499aab90582175038a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b07af82db1d94207bfd5130429e18b2a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "632b9ddee25e4bffa30ac9fc5132f626", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "783b031fd2b44b94ac23421f32a869d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f375cfff7dd949e1b5e2ab4c0289847e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7c4d4a3dedae4e92b9ea9233dce5d69c", "region_id": "RegionOne"}], "type": "rca", "id": "433644ae64584c83aab9ae8928fd3bae", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "56d25633df1f48a6bc1ea6d46ed1f27a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3fbcaa6009b648198b383ed9ae6e48a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a751b593016e483db7699351a70fcd36", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0f37428f88cf4f93a7ddcba0c4b6aee8", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0db50f846eb14292851aa80d062f98ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "412b6141c2424582b9a7de85c4cfe548", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3ebedc573afe404da50adb04e11f23af", "region_id": "RegionOne"}], "type": "network", "id": "9e32cf7d38d5491db26380f96c8b2005", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f364b3cad28044a9bfbb00ef7a350d5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a171a673d94b4a20b9d56a2c06c7db59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "de6e20f35f0b4614870ba24571a671f2", "region_id": "RegionOne"}], "type": "backup", "id": "40294afb48d74b3d9f4248f987d19430", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ff4b23dfb53e45c58d12789271b1765b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f22860ae5c4a493aa80ef34c90f37aeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "526097bc11574c86bb5999349dafdd16", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0a3a44f578f34d11805da57b86a06e78", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "87c18449dad5416cbf35a0e0d3c92b4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f189a14322b247d892cd4c6e2f762f44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3275fcf1c0c3499a9011e49904fb258a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3d7c4ebc351a4a5c81a69cf9c520a939", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "398392f40b3444a19be41eec1e95fb67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3688c9b8fd55478c9f75fa9d190e6f41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e89cd72b0728469b813346bfe9c3dc8f", "region_id": "RegionOne"}], "type": "monitoring", "id": "47acbefc8e5045cdab8e8035661e5f09", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ea00cc083e6b4088a9a249b883f431fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3c544feeeb574eb7a2f5e986298a17fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5d5b143e10c74835ac1feb298bdd2c31", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "1e25468474604bd69b5b078d8f5a4a15", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8cf8a193e34646f3a113498b01bf0cec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "e7bacaf0fdb44d4eb50c1ebb1e97b8f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "825e5cc942864d099b2e8226a8ab5a4b", "region_id": "RegionOne"}], "type": "placement", "id": "5677d90a81aa4bfeaef03e5ba861d6eb", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5faa022669934d678eeba68632c775c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7f104681c3ca41d2bc9005e170f9580e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4d8dfcb32bfb4facb3c66e26efe6c6f2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "0d13aee715774f6cbfb2cb94ef715a20", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "279aa1208ccf40959ce461d0e71443aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c36b7c05ffc14c15b73258e97c67e8db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "40f42767ddd34f758721b675c26aa75f", "region_id": "RegionOne"}], "type": "ha", "id": "58b6c81e59454f209454cb9c1431e769", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "54093fbefdce45f490503bba4f8601af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4aab73834a2c49bca96a36d264804a1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "0c1c04f824024c7cac475c2990794e24", "region_id": "RegionOne"}], "type": "reservation", "id": "53ebf1e800b446c5b887c2819aabbac0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "76ba1a3d797c46419435ac993bd909a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d243a6f88c484c88a7fa1ca36d50dae4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "7f78be89b69d4fca8901dbbf427daf51", "region_id": "RegionOne"}], "type": "function-engine", "id": "c33fe6421ece480da34cd83760576c45", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ec1d4cbad5224f3382983b387ad6dc13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "534c39f434484de3a6fcfa2ffe9ed3c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "53f570692fc740beab6c9db61b9b764c", "region_id": "RegionOne"}], "type": "accelerator", "id": "3cff5aa8802f42c880b2963be674373c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2fbed98a8ae341259f3cce0f2c88905a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "75013f2886d1416985f412f2b4d53353", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "39031a0b8adb40f48976b87189b23011", "region_id": "RegionOne"}], "type": "admin-logic", "id": "16c91da6ccf54d95af45eb4250042f6a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "18eef098cdf3423caf15c8b09f03197f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dfcaad1c5c814bb2ab8fb5c060e87454", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "effef8c9d141464cb60cb622540b4d4f", "region_id": "RegionOne"}], "type": "registration", "id": "81e05f785d5a49c5b7ee80d955f25007", "name": "adjutant"}], "user": {"domain": {"id": "d906dba17da940fdab4e921b493d263d", "name": "ae80e554273c40a59229a9ae7cd988f9"}, "id": "22ced2168e88474fa834efb4fa4d0d55", "name": "1834efc0fb5e48d0808be755e8924e57"}, "audit_ids": ["92cadbaa29c640a4a4f429b1e02b8fee", null], "issued_at": "2019-09-19T09:04:39.343677"}} 2019-09-19 09:06:39,490 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,494 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,496 keystoneauth.session RESP BODY: {"flavors": [{"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "bookmark"}], "ram": 200, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "name": "chocolate", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "bookmark"}], "ram": 300, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "name": "strawberry", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-09-19 09:06:39,517 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd/os-extra_specs -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,521 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,522 keystoneauth.session RESP BODY: {"extra_specs": {}} 2019-09-19 09:06:39,541 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde/os-extra_specs -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,545 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,546 keystoneauth.session RESP BODY: {"extra_specs": {}} 2019-09-19 09:06:39,571 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf/os-extra_specs -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,576 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,578 keystoneauth.session RESP BODY: {"extra_specs": {}} {29} openstack.tests.unit.cloud.test_floating_ip_common.TestFloatingIP.test_add_ips_to_server_rackspace [0.066711s] ... ok {1} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_boot_from_volume_image_terminate [0.371239s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,230 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,234 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,236 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,238 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,249 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.164265+00:00", "project": {"domain": {"id": "ef41b25f48b0417d8fca85550f05c66d", "name": "3056a8fa0ab44c08a51883da31337e8f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e80f25765ceb4f649065eae8b0671669"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "bf1e0a40a5d4433d9f6343698ab3758b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0ce48f2e124242e08eed576a8acf3b06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8a46e19b9786469594c40d53782880c4", "region_id": "RegionOne"}], "type": "identity", "id": "74bfd57326b9446c976a3cae08e7f434", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6fa8cb711b4a46ccb40a50ddc5e1f2f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9fdb63be88744ca5905a42fb13835c33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "2db0c42a2f8c4fb8a6d89db56f078d81", "region_id": "RegionOne"}], "type": "compute", "id": "f57f27f401664cf3837e2a0455b03b1c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c62371b807fa4c859c34bad564e3e504", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "94fae1e423d7430190e96ea9ea86a98d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6a3387ca74b6453894e76f679f77efa0", "region_id": "RegionOne"}], "type": "image", "id": "431c1fd5779f4fc4b36284b88e175a91", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8018f94e55804d45a42642c2ac4b2a03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "156a6294c70444f2a285673d96f3aff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5902bfe03d5b4f9eb14d3c6669b53c9d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7552d9e9f6234b91980e9af942db6fe5", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "359036c46e2145d28fe60583f2e4e865", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "232bcdb425d8422f9aebc08c1477b0ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1718a69fc2bb4542b98c26eabb99dbeb", "region_id": "RegionOne"}], "type": "object-store", "id": "04f90c095b5c4065907de5226d003d63", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8ebe74f1ff28482c8265fa32f7128077", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6c0e66d31233496a81445909a84482a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4e4452fe12bf42e0833a6dbd0328e033", "region_id": "RegionOne"}], "type": "clustering", "id": "4e9318eb41484ffaafb82ca819bd737c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "69fdaef206a34c6782b83c5be38f48b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "222d155b644a474f8e119832b60e01e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dbe9643b74d54a74bb5a12803bdc3a45", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1486a860b4dd4fec847ef81662345a40", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "74cf2f065d4d4c5685de36f389293a2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ad550e41706a4b1699e2e901acd26faf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1c8be11270b8483190744c09c7c30bc7", "region_id": "RegionOne"}], "type": "cluster", "id": "e13daa8b7aff44c8ad98f4a044f32821", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6fd7c0191d24403d8268d248b2d6bbe2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7fef8eaa084240a8910b4733889fb5f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "19a0c667a4e04f1386f50f49072f54b9", "region_id": "RegionOne"}], "type": "data-processing", "id": "571b30ef8a97418db14ef3824eec1186", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "27bef6838cff4826a2df9e3504c68b94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5b0f91152523404495ba13d3be47ba4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ccd9242faf034ae7a1b9929a114f75e9", "region_id": "RegionOne"}], "type": "baremetal", "id": "80e5db8253dd4ce8b774de57451bedaa", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a247142f5cf44b4eba6c43dd696c8a24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fd9f1b5fa13043979149537188193def", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6f3083751e684852936527cec56a7230", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8380b43cb56e4ee2b895fbcd65cf8f1d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bb5c773aac754a2e9535c5197c57ac80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "619fda9a33e7456f8c3a9ff7ad786ddd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "42b20c0687c446b9b9044d531b6b276e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "528febdabb3a4b968a861b9f1b5ade84", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7890269d08d54d76b693c66018ff7c7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "098c31c1c0e74c73a5ca4e4e0bde3dde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "62b5231ca4f549b8a84160283e364049", "region_id": "RegionOne"}], "type": "key-manager", "id": "6e16c8d339034f9582118023f0e4c63b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a2407544b96c405d98199727f2f4433b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3ed7d7d5c16d44baae1fce56f20933e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0ae1ed735856432a93bb503d91344433", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "dfcb5352774043aea0bb202479ab60df", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5f03ceba3a6941e6b1c6d239ff01cdf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "17b9ef455e424d74b0fd38253e37e859", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fcd9e6c167ca46b38d5d0e217c4da2a3", "region_id": "RegionOne"}], "type": "infra-optim", "id": "fe361eb9cc8f4ce4ba8591a518a8d9af", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6f2f46e88fab4d92940169d2fad1609d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "aa303119c8984db99667d8394bffb63f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2f53adb72ee54627b0226b0bc692d835", "region_id": "RegionOne"}], "type": "message", "id": "b5cc386ccd5d4bbbaba5947b167cf9d7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "42da5ee33213406a9ebbce0141fe11eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "38c66369dc6747ab975af330ec12c6e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6eca2f77fca74a4f9dc82eec79d790e4", "region_id": "RegionOne"}], "type": "messaging", "id": "e3cd33e79cc24fedb21f7600799835df", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1460fbd1cbc2471598c0d8153c3ca18b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e3622f78adb34599be8defe7e246e97e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "be16a51aa3534d9d8f8b489868e2496b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "46d4fca0519f4b9eabab37decdd854c0", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bcad5a8953b64c61961fb0142a3a27c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f020c82401b843c2bf4aa85b76fd90c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7418e9de73c8464aab3c5c962389c4a3", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b2a0cd97b6334ec480dad9e32a2f2622", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "84ab713a2d624dbd98b9f7383d786b91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f049973266114b3b8b7e367d350e2291", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dc8fbc6b0c714f4fa2f222fde9994844", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e4954d7a01614146b6a9156fcf1bfd90", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bc23b3bbb2254a4dbf440e1c827a1fdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e3a53b60cab943d383d8dc52326e3cb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5978232c1d9e4faf90f6007ae9828f59", "region_id": "RegionOne"}], "type": "container-infra", "id": "52b46ff846e948889fdee98be6fac10a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "cfa17bbe8b6e461d8a28c4e7e7e9ff12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "fd0150e3b892459e9e27f3a2b5dbd128", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e864bbecc7084f0da5ac2be0e5785bc4", "region_id": "RegionOne"}], "type": "search", "id": "b0e6d8fa8d8c4bc8ba2204a9f038562a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1a212b69e08b46259fe719c4292b7d57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "68716a591ff242abb78d53a2a7cbd744", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "fa447b3dcaf845df8a6d28ad6a0c8c9f", "region_id": "RegionOne"}], "type": "dns", "id": "105aaaf12a794a01bc2807b4dea4959c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "51eae219a1a7440fb6b90a6f56cf9229", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8c902316f80b41a7aee2f1638973ae29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d08072cd630b434bb90eba3dbad60c0b", "region_id": "RegionOne"}], "type": "workflow", "id": "25355b47b3ba49aabed8ca053b09932f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eba85556bba64cc4996c2343b234cefd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "57aaf62eca3e43bcb4c21f74694114b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bd6ea4d7f1a243bcbd8cf5800e8192cc", "region_id": "RegionOne"}], "type": "workflowv2", "id": "235faf9a1cde46539cdcae513ec1e8e6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6ddcc58ef4a242e7bd351ace79f34b37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "453f237d525d4cbe9c6d4629681839e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "2872bedeb49b49b9aa90bb93e3503be6", "region_id": "RegionOne"}], "type": "rating", "id": "fb4cba834f9545f19689a100b7b8b6d4", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "381479a5a6c447ffaa20c2db65acfacc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d89427f6d199453bb5442d541d2b4249", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d09b8442952542318c2f51f9df3f07c3", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4f101cd2672a472994162f05ba71c252", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d07c68f2efd24c69b44bbc7755fa891f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "abc0848904e84e8aa1e7893eb7f21960", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "60b2d277929c4320b9768cd8b133ea29", "region_id": "RegionOne"}], "type": "policy", "id": "200941110f3a4bc3acba31b9696faad4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "35b6f3607d2d4c19a7cc889fd1817adc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "849a502ed7364e80a5e4e367889157da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2dc436c704284dba90241c254bc19dba", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d431db8f8b1b48c9bcf1b4f1a4bce3cb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f63a86b5bdc14fb0b6f37f36ecfbf2e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a2996f1b4a2940c59a320bbd2b166000", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cc485c2da7224ca2ac59700724096868", "region_id": "RegionOne"}], "type": "sharev2", "id": "778a9dc2a45a4285b68ce06956c740ee", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "059a2c2c96ef432eb15e7bc9c9271065", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "58edc78fca3c4bc696735f2bc4e11120", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bff4393f1a8d4ecdad30d776771615ba", "region_id": "RegionOne"}], "type": "share", "id": "a2d805b4c1a942eba99de08576190992", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "aad92a7aaa0949b18ba8d9322c1b947b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "39808ad92365499a83eef111bcb59abc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "bef439ff36ad44f6ac3eb39577e85c9f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0f787a0e97484733b1e83ede2cb2f1f0", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c80d21f2f144bf2affbb906762fdb02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b227a78974304680b3e72bba8ad2cf75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e48d42fe93f84784ae40244e76a1cd9c", "region_id": "RegionOne"}], "type": "orchestration", "id": "07af660d00364cfe99a6363010ff9725", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce1b968dac58412593808c5e77383c74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d525195ca7b4bc1a8986e80f6583bd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c776c57c34af4a538d1eb7f6166bb7a2", "region_id": "RegionOne"}], "type": "block-storage", "id": "e4ea927144c942dda45b77a2c042cbb5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f361c752fe345968a3d3e76ab0126d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "062c8876161d4e1fa878c4401873901f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a63c0d7e02045abac61cd3feb735745", "region_id": "RegionOne"}], "type": "volumev3", "id": "296f109110e84535913de25a33cf20ae", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "531bec548657416890a7730704a94871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a456fbeeddc4f4d946ebca5dfcc2c92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a12e209dd14419db2a49e7248fa97b9", "region_id": "RegionOne"}], "type": "volumev2", "id": "2925e50efc1740fca4b37173e274d5da", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d48551aefd314626b8a28a30b0935fc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb2bd165d4ee47a7b8fb43f71b8ba53e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9fbb239406a47609fc7397fd389f1eb", "region_id": "RegionOne"}], "type": "volume", "id": "c05013dd7a7144eebc9eafe45aecf646", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19d4ebbf38864e329d019dad1112bd5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a18ffd379dbb4786b41779698b6c87b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e70c17ff3f84d1aba8275e5b03c8bc7", "region_id": "RegionOne"}], "type": "block-store", "id": "37b1b2092ff743a198f8c217fefaed19", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b98a8fa63b014c8ba07a7589b23f695d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7828a6e0327e4dd390182d9b830ed875", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4c80e94f31504d06bb9e07f86a529807", "region_id": "RegionOne"}], "type": "alarm", "id": "76df8f592e184da2a0e48a0d978b3756", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4851bb8fde884be3bf603f9506e6e518", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fa2839d22b5f4f8d8f15b2a1d56dd862", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "111d9fa6b2a34fc3b1eebbf026ddf7e8", "region_id": "RegionOne"}], "type": "alarming", "id": "1574bc43db5b4fe29fd566806f708190", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c56714541f1746ac97667a803430a284", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e752ec4a245e46ba9cac736e7750c09a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "61916538ec944b34b8d402e7d89c1e21", "region_id": "RegionOne"}], "type": "meter", "id": "dc3a06069c4249eab77d92a39290f9f4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6a24da4504b64bf498bc029412cf8667", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "64d4a59006d54cf98d69e805c98cc1ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9d175e31df264a2189ab79336558f028", "region_id": "RegionOne"}], "type": "metering", "id": "28cad485e32b497fa09b6ba84bac1f67", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c6a4ebc86dc34819ac91d4a3de11bba7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a8cf64c2426e4f37914dc035e50e75cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "216a76f54b904ed3b8b1714689b08127", "region_id": "RegionOne"}], "type": "telemetry", "id": "bf2acd93b2194e4fb12747d4a02f07c1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7269e5aab7944abe84f676e957c56d17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2e907fa6bd144b438d8b59c5cd7e9827", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fd7ad35fdc1047f5baa6e65928bfbf3e", "region_id": "RegionOne"}], "type": "event", "id": "ce5b26e2036a414f907eb35114e37831", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0082f73724bb4f07a9769f52d913a05d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a248541ccd6c4ba4bf1ef5676449d3b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8c9817852347441c91bc4efee06b8fba", "region_id": "RegionOne"}], "type": "events", "id": "1623cc0f8df3401f9af6055c83f81dcb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4709eb702e7845cd9b8e9e25ea273436", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1fd28da60ec442c9ab26c86adf53c58e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "406f24480bdd477aa23ce58fbadf6b42", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c51e0cde70894b14a861a5e73e7eb679", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "caee1aaae5b64858865b1bef2b51557f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "542a5ec84f72436787558b1a75c79a8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "70ee34a21a6a4d5288a2670a9229ebff", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6f46765779024dac85c81fa3fe8ba0d9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f636a8ae9637425383d02667159bbc4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8899368e740842ed8f90a89ffddf18c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6d2c56274fc2409f88d6bd15b11e95b1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "1f6f1279d68247fcb78c68368a0c774f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "889c76d1736f4bb182f54c8d20dcb599", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4efb6b9478654ea788880e2c902079d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "361d65a69c09472ba629be36ceedb292", "region_id": "RegionOne"}], "type": "tricircle", "id": "f3b4589edc0244ccbf5b5dfde9f1eeb5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "bb48a61bbd234b4abb01da6f816277a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9fa34744a20a45ea9d0715deef98108e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "13b53f4888c440df9c45ffc61f4d17f5", "region_id": "RegionOne"}], "type": "database", "id": "5422bed72cde46408d186ccd90c3a0f6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "72ef875a2d18421cb4f2e119fe6afac4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ccb150c5ca454869918ccc81aefeb334", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4226a7a4fab84ca38b9265dc7c606fae", "region_id": "RegionOne"}], "type": "application-container", "id": "08b67e94f296441f88c97a613d28f94f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8f6b3400cf294705ae930bd36fdb62ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "23ff19699fd943ea9adcf005461971b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "01819356ae5546d9b2593079c2a7bf5e", "region_id": "RegionOne"}], "type": "container", "id": "c8ef2a4dc5e143debb4bad0731335ea3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bb31d8ba836343b7b1a4508cb5a8746a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "509dc5fb2c484cd689c89b0b8d04c5c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f1241fe609a04d58be7d743baf552a1a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8e7668ba60214b4fa1f2a517cea51507", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7d74c79436e1407bb8772da86af23bd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "73edcab8181244debaef5bf35bdefa86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f71911fc91d84fb1a1dfd06386158467", "region_id": "RegionOne"}], "type": "rca", "id": "588126955e774fa7b37d24dfe2c6aaf9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "cfe8922a43f142f1abf767d5457c7256", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2aab3fb03bba406a869a711dadc1b9ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a50d70151d6c42009dd968f356575eb9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "278d35fbd7e24e8ba24aec1e057d5084", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a6763fec02864ee0acc634721a30bd4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bf70de2c2b78466bb949f16b63d2be5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7d78ee92f46e42778388341614cfbd47", "region_id": "RegionOne"}], "type": "network", "id": "8467ce62dffe4bf8896cd1f7b65b790f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "136ccf3492b24362be7b520bdd85458e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c485fb8eaa824175b3f4bad05d9cf076", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "842dc22933d64d228dd1b73dfa1d2ee8", "region_id": "RegionOne"}], "type": "backup", "id": "ce683b624c18405badef1b319a7deb6a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6aa2f00575a54b43ab06bd5337b62db1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "31a45233fceb4c8a9f9f637ca79f09d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4beb4d6168c24655b8a23f5b7d429096", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "61b87cbc25504b1e85bc00257267da88", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f5f27a20ad734a05b00a049683992915", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "089230e97cb4425981f330a2c3e53251", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "949e765b76234dde91d68ac4457325d1", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "fe700fe74b554482827f85df6efa4d65", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "02f70a4461e14c509f158e6b87187996", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "98acbbeb5cbe489a9bc7bf4787d7266e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "aea8480d5fd04d53a5a95e250f3cdec6", "region_id": "RegionOne"}], "type": "monitoring", "id": "d5c4c9b585d2436ba156440b8e23ff1c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "77b1dc950fc04861a6195d75690be3dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4270c95ee3414439b75f0b2a61461b80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "fa15d768593a40bb82cc1f7c83c84108", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8cc434f226fe465aa68333be44eca2cd", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "246dc9e1431b4d009b9bcd3d1e23c0ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "72b96844ca66431687a69c1cafac1ca4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d0e2ca73c89640baa270c4dbc4bc1714", "region_id": "RegionOne"}], "type": "placement", "id": "05cf4fa69af84283952add60d1f160de", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "660ffb16fe9345afac732705bc27b8a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7a9035b683774a3bbf51967305d7a0e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "302d292b825249e294b804db2b3a48a1", "region_id": "RegionOne"}], "type": "instance-ha", "id": "bed7d359a5774496a8a60c917bf287a8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cc043101673a42d285f588e94d45e119", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a34f2d1690394066870e5bbdb9580051", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "027c9ab80d534e22a42c9abde5034e03", "region_id": "RegionOne"}], "type": "ha", "id": "eebebc6292ec48539b50458b0bacc63e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5acd9cf0a08543cbbb83c0397372b680", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "39e0461d1ce54cd0ac396dd5cdeabf15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ade8600290a0482d971a7f063e5a57e0", "region_id": "RegionOne"}], "type": "reservation", "id": "cb48ef44a570475281a14d3b68bb0634", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8da6b3344d6943ae94d7d46b02ba8c49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1cc69a6f52bf4f0da5ffe229cc17a8c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5a88211a2bdb467383f5c7520d1cb059", "region_id": "RegionOne"}], "type": "function-engine", "id": "84631289b3b346af94a6b40f5535ac03", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "13c63cb3e09848de966e434a4ff354b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "06372f4a9b414bd0b4a89f6b538a3f76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "00d1a31b2aa84af4a155a8cf72c29346", "region_id": "RegionOne"}], "type": "accelerator", "id": "8bc56e3e40d64dc28f47d974115f9da0", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9dbd9823ed0b471abb2959aeb6a5e1f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "efe2a461b34249c9bd818fbad8e14b84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0aabfeaccf544f80b439f6f2041593d5", "region_id": "RegionOne"}], "type": "admin-logic", "id": "5b8221297283418c986cada6db34cffa", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "372ec6e12cc4491cae02a462a648e124", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "133da65e4fcb4d2f92d2ba3e160f7a1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7bf303f34dae4362a8458ef263a21bcd", "region_id": "RegionOne"}], "type": "registration", "id": "a4325b4a5e584b26b28d382ad4efcdb3", "name": "adjutant"}], "user": {"domain": {"id": "01e4c2776006402eb0efd6bb92ecc290", "name": "fc74e9f3008a4a649bf2d4495606cf70"}, "id": "a13dfc6fee1f44558cb34e8804d86795", "name": "2015b5606b8a4a6aa7f36fe1f475144d"}, "audit_ids": ["0d44e7ceb50b48c2a932d3c2d23f65b5", null], "issued_at": "2019-09-19T09:04:39.164265"}} 2019-09-19 09:06:39,406 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,410 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,412 keystoneauth.session RESP BODY: {"networks": []} 2019-09-19 09:06:39,476 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-volumes_boot -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "", "block_device_mapping_v2": [{"boot_index": "0", "uuid": "image-id", "volume_size": "1", "source_type": "image", "destination_type": "volume", "delete_on_termination": true}], "flavorRef": "flavor-id", "max_count": 1, "min_count": 1}}' 2019-09-19 09:06:39,480 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,481 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:39,499 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,502 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,504 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} {17} openstack.tests.unit.cloud.test_domains.TestDomains.test_create_domain_exception [0.152437s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,445 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,448 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,449 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,451 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,462 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.383921+00:00", "project": {"domain": {"id": "5cab404387aa46b8a2167cc60abee6a0", "name": "6348402e00d24d538e2c75f30aa9b343"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d26dc08ffd5d4766b80d2eb2e6b0946b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3d528469414946c984faa4ce9daeb7b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3badc15aed704b2abfc8dfdadb3f4aed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "fe6943e45c244eca91a2a76b93d19fd0", "region_id": "RegionOne"}], "type": "identity", "id": "6df309a63765420496acd97a52d6d895", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e7c46c16712e478fbe10bf50c9f2553d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6b0be55c3e674f5284fb72001528b55a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "2a20f43e536b49dd9abdab4f6432f330", "region_id": "RegionOne"}], "type": "compute", "id": "dd5b740bd1ba484cae0a41e07c0835f8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "dd68a6b7812644b39622571c5474cf4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a85c19e9c8ef4b3389633a597ead8b5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "47beb621e040441abdbe565d7f1218d5", "region_id": "RegionOne"}], "type": "image", "id": "0bc248e929b24f4892cb3c51ad65d8ed", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ee3042c0810f4529844675815554207a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7bad6dfb6eed4353a1d4f7199f8230e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f9e2f89cfee84acba6d008ce0424ed7f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "9d99803b4f38483db6ec92ff4c6d07b1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f3de1bbbdb14e02b26b45f85cf1d158", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c7fe84ce25348959843c22b1bd3d8b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b424019a1fb417a8ba8d6c4827032c9", "region_id": "RegionOne"}], "type": "object-store", "id": "c17ee6a7ac324889b55fd6c2175bd8ad", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "240a3551e88d47d5892c89fdf91d1e26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "302e70932db84ca2bdcef86a3af7134b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a2241d9049ea41409ba7441389b5260f", "region_id": "RegionOne"}], "type": "clustering", "id": "d8ee5e396a7840bf9c2975ef9a5deaf9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "14ae3e00054f457a840b8c1d736dec4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6a5a2b23a0ba4a3fac517e0e404c8e5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dd9e3bf22dab4fd9be9e942fb0624e50", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7adafefe753c44a781c9f94970ea5776", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "60d28bfb1ca44de4aa3b8b9aa0cd01ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ef56430075c14701a1bae1e6809dcd3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e6a2dee39a0a4966a7aa66e0cf8656d5", "region_id": "RegionOne"}], "type": "cluster", "id": "2b0a068b9ca9472a801b45c5aa969dcf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6566799c1a864ca9b647f7dee6d3b191", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "42b55ac423db4f999f6ad980fb662538", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "75d11b9b94c24b4f9ba55d2622a4bae2", "region_id": "RegionOne"}], "type": "data-processing", "id": "5569f906a9d04ee2ada4747e05c9d342", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b87f375c85244ae9bd421ed99eefa213", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "604f0979fcb64be89099793fd1dddb28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "18c94d48c29843838cf6f106b87405c3", "region_id": "RegionOne"}], "type": "baremetal", "id": "de17436627dc4d9e85771e4af8c45a64", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "47076926320c4c75907ef170a8959181", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9863dfffa331473ca00e267a1809ec8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f815aa8e219444898013a54275fdd431", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a6003ac710f1460eadf5f84d2c474e05", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "83e6f84c73514cb0bdc2d1b5ca8b9185", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5fe00b24cb234a8cbd3ea7dfcbcef0f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1d0a08fc95f3457788bf7e57c8d94bfd", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5d7e396fc13145d7bc48f73d1f06b612", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ac1962bd43fa4cdd839e2c77fcf6b523", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c0a8e504d94a4d2386f56d18d917a78e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d6dc153dafe343b99678e4ce468be859", "region_id": "RegionOne"}], "type": "key-manager", "id": "e30d2b5a66e5493785a4b96d05881f1b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3937b350efa04d94a7c5ee2bb0515a69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f571549e7ea44d9f8acbd6e5cfce468f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a884946a01414abfbbfb1e5029ead66a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b97afd81e3c54a67802ab65fb7fb7d9f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "69d69cc506d74f348719056993cad911", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8b32770b9a0c46b98e5760cb85c4a964", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "eac78d0041cf42628dac02c4ac2c0eda", "region_id": "RegionOne"}], "type": "infra-optim", "id": "3708533a7561475f93eaf32dd55de2b6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "03bf952333f6406d890734d23f31a1cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e5ba5d844b664a3c8b0a2c3954fad2e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "58e20a1ce500446582af76d59ea7e146", "region_id": "RegionOne"}], "type": "message", "id": "c7272c7d40a44d998ae1114cde209026", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "96bbed860cf040febc02558ad47deaf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "024bceb20f8544158a5529158e9ab631", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9a1d11ed0ec749bebc8059a78281c5c0", "region_id": "RegionOne"}], "type": "messaging", "id": "969bccc8e0e84e0582e676cc14a4fcec", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5d0d49bee1904b9b9f70877e1e3cd3d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "236a77fb58ef43ca9fdfbd6ed7e4eca3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0792b48c2f424d30bcfcae3e35be0ba9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "293a9a8246fd4939a1304bb670cc704f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a4bd2bd1341b4dadb708489b3ee4dc84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e19586c8507b497982940f6cde91337b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "02f785c5ac3843a781543a7ffc80c394", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ad24f9535ace43818586b13446a95e76", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "49f33dee020844e4b612a71e63cd1581", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c4ab25424f194255816a4b678bed04d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d4ae130533284c68b68c820736fdf1f2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "dcdec12aace04efb8ad5425e7e9de290", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d13b8ab0bb09408c8340d976a0c37c63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "89181290392241689774b78832d3fca5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f79669d2dd441c3b71f18c4b22fb69f", "region_id": "RegionOne"}], "type": "container-infra", "id": "dc68899b34294a91ae7ecd0a60e9e831", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7e811cf80bcc40f7bd5eb1702b10fd17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a36b188b96ae47c0aa8b4dbcd68f2555", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "8ef7a8884a1f4f1d9af20cc39c21eb03", "region_id": "RegionOne"}], "type": "search", "id": "b9bd632514f34bb5bbdfe28d5bf0d718", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e1e39df4a6014d7abfb00049f094f632", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e854bb69101842b1b52d7d5f739d7595", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "685897f69909449890c80c2f703fb891", "region_id": "RegionOne"}], "type": "dns", "id": "9c89c50512684e50ad4e644a94613b9a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ec2e186d64bb4080a19c08818b658273", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3974191ec96641e0b751580d022032a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d9c4e281ac0e4eee9470ee6c938d2a8f", "region_id": "RegionOne"}], "type": "workflow", "id": "917eeede95e745daa004d7f8758609eb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1b4a9b313b0b4256869a0ec831d532cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5509b8ad7d204552bbfc923778b45e56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "769b0e95f586447f9bcd4bfd536277ae", "region_id": "RegionOne"}], "type": "workflowv2", "id": "cf43e0f187054d2581f4c1802a147d8f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a24a195a138c47768452013d75da4a19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "16fb5ef183c1400e8cc601f6088d33a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "790ab2ba04da4ef9a14f3120bba0018d", "region_id": "RegionOne"}], "type": "rating", "id": "07c81ae655184807909fb59d37c153bd", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a2b3717d6ec5438daa53d86857ef2603", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "27aeb67ad4e340219a6dbde683ed58b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8af3391874974cb0bf434a257e0d54ea", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d3015e61e0744e4bb2c7a5d7367d693d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "409843783adc42ae9835630213aa0511", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6b0964b599ef48d5a2d642c72a200feb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6ce224be804f4e7382edaec9ceac23b6", "region_id": "RegionOne"}], "type": "policy", "id": "798f5d48c19d436bb6000d9c6d94cbbe", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9c0b197d58fe4724a0ca95b40d0548f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "af758fb787544662a1987903c7a58fb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2e5fd1e2bdcf455bbbbd1b3b67d48e2b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a8490588f15c4d048031a05ef65bf255", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "28dc98bda5204172b3e3ad254c17fb02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1963d0f4a6de4977a978f5e75dc7a0f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cc57442572e04d399aeab74eae37c51c", "region_id": "RegionOne"}], "type": "sharev2", "id": "f0b841516fdd4f3baa9b37612ccc4a76", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "58c27b4306534ca48643e69c9cdd1845", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a7b258a276514f7781de9a86218e804c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "db92f0d587324962a6af981dc5a8dec5", "region_id": "RegionOne"}], "type": "share", "id": "28a9c1f08dd34e708f8b8e13a3b74fad", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d6913bf1f75440789694777b38a9da37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "51369240a96a41f595a91a36af8e8fc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "192c604e4866486fa0044511592ce84e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8bbb58b73c1946659fdf2d07e42882de", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5948afb8edac43f597765f7a29475a96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "977f87ff7eb04b5398e88a2cf62e477f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed1a2a4e0df44b788a6f92ca433a9a24", "region_id": "RegionOne"}], "type": "orchestration", "id": "012ae501b9f84fbaa6f045dacd2d24c4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0f72a9e9bf04e9d9355114f45fc4171", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "107b011136324b3fb79c7dd315f478c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00c9f9087af44e6fa6713b223a088583", "region_id": "RegionOne"}], "type": "block-storage", "id": "8922ec4f45094bf1a56f4a113265b860", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2925e96f0b604978b3f319f3e045d7bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ba04e7ed1284e7f8d8be537b1d33fb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9f3d71fea4c4ed1bec3a2b1c6e9fbff", "region_id": "RegionOne"}], "type": "volumev3", "id": "7cf4c0941f0f4ef5930296cfd1515b24", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46ec03357ca643f1891a7ae5014ac261", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b41af31f6cdb4fc3828786d4b5b1b823", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20c9df96020c4958a1050c5f1baead54", "region_id": "RegionOne"}], "type": "volumev2", "id": "265d7be1c09d4f369580c46796a3c0fe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "023b0d73d53940069360c0451acfa249", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd393d7dc7ed4a00a619679fc525b6d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dff7e31a6ace4c1589772d6e72b443bd", "region_id": "RegionOne"}], "type": "volume", "id": "73014cf842d5425f969441daeef027a2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "090f357c1b84471e8e7def76e8412e3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "587dd3c24cc3491c9485642f81b2af93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9f4532148a34b979beadea152ad6ac5", "region_id": "RegionOne"}], "type": "block-store", "id": "9eed33999df245e587290a70f7e182e0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "33d25de0bbcd406588bfaa9b6f93620d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "786d3678350d4fbea4e003ef775d8377", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "37a9168e3804454abf23dbaab2be676c", "region_id": "RegionOne"}], "type": "alarm", "id": "7e1c10add7574958a97fde85880a120e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ada8d7a9bae4408895922b858c3a3c64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c7b54231e63e4167b98498f57378978e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "21f8d288b7bc4ceaa5ad0fde371601ec", "region_id": "RegionOne"}], "type": "alarming", "id": "2f7aed7dfeb642fbbe121b34f44d0e66", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "420ef0491b9b41e1a01097429247ec93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8ebeb3fef1cb438ead3df477889ee0fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c6f4895cdf434515962ff9d316c268b3", "region_id": "RegionOne"}], "type": "meter", "id": "42b50a7289ff4dad90a98e64e3a21683", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5e224ae64ccb4e6281cc94b85297913e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b797929669154e86b5403b9a77af06e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cf130af4c8a54c9d966d6480cf324d5f", "region_id": "RegionOne"}], "type": "metering", "id": "4d9dccdde45243a19308c029f5e8458c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2296ab10c7254ef2b0eaad0c81278f57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f6152f94d1df41c095a35638d10b82f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "575d0982679e4d068681af3d5f7308e1", "region_id": "RegionOne"}], "type": "telemetry", "id": "4fbb6476a1f04feca09804207ecb9fbe", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0b8eae8cbe8149c68d14e5075255d3c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7d741d7617bf433d9266dac8ee7769fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "59a2a6defda347fe9209594312698ae2", "region_id": "RegionOne"}], "type": "event", "id": "95413b1110aa4423b89a4c97985061e6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "645a2062133340578ad5d3096129e2b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6e49ad74faa94db2a22f37501bc66988", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "79b68d243ceb4c258805d97d3b091bbf", "region_id": "RegionOne"}], "type": "events", "id": "8e840facfd894bbaad9f17f91efe2321", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b135c8a3408245be95030c7612a07a75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "27069572715b4856b01efe3e80b79ea0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b21969b437ce405ea2d214ca8e030772", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e81e27ac36e14fec9a7fe833e9fdca1d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8b05bc7d697d4a609a089d9f58de7f03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6a6966e15d344287904705a3c7275b09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ce7c9a43a12b488c9da7d2c6149c946b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8536c2db760047f29e1b75362f726e84", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7b6d37ca4fc644fd8eb516f536d83bcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "33320460a54044668683eddfc7dbb2e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a7cd533ac0d340d5aeb619a7078221b1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "afbe54cefcd443b6978a32b46fbd56b3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bb007ea089c3497f92b9cba1c1ae13c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bb163df82f1d4416bb64a6630dca3fec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "31d1d3dfd74c4f8ebf99f84b244d1f10", "region_id": "RegionOne"}], "type": "tricircle", "id": "96281d1bf18d4a84a589e3014229922c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "fe056a0da3a64f01b7ee5d1fa23eab68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "71b8f8d47754469794b4393f5c0e26db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f54824c684dd47dfa4a63312d5c15659", "region_id": "RegionOne"}], "type": "database", "id": "854790a9201847bd84f3ed6aea927ba2", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f6cfe25bbe7649d9a0a8484fd6492225", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8940b61d5c0d467f877681a7150fdd75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f0d7ec4a6e9046d9970da578365e67fd", "region_id": "RegionOne"}], "type": "application-container", "id": "40402c3d83de4fc2a185a872c51212c7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "983eeb9d9ad74c1fbf6222df1d579089", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "04912ff94a8b4eed90fd5656175e758b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8c4515867de147548098fe6df9abe5bd", "region_id": "RegionOne"}], "type": "container", "id": "b316b33fe6e2491788ce1e0a02067960", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3bab62e926b540aa8b3900bb248fd7f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c850ede25a544eb48e1f76c5bcaa0de6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "324ee7d15e0a4c01af549a5a744472b6", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "363eb58a076d47949a0ae17fdc876292", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fc070dfe165a44bda7c0ed0d1a4d0049", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8a544e7805024bdca9c25e1c71aec2d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "38387bb9496b4867978d0170bf6a1a87", "region_id": "RegionOne"}], "type": "rca", "id": "eaee1db1856a4428964d3880a19f1224", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f24e5e9494f245689f98f51b99f44fa7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1f288752d52a42ba95841c50fb68574a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "be136191b21547208b1dff1bc1a2c043", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "204c0e5d0150467a9f325bf4598c84ce", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "266dd9bf11c04c648c0ce5fa79cbb942", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "08c7877378394b3897ac61239262bcc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "674685eac0104c508b5cbc168165bd3c", "region_id": "RegionOne"}], "type": "network", "id": "101cb1f417d24fa6bb233ccd8643bd43", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6d834000eb1f4bb29549dfb58e683a1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2d7ae0a6bfa042be9c3d1ab4f2a859c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e2449e7e2d8543e0936a8330260061bb", "region_id": "RegionOne"}], "type": "backup", "id": "2f7590aafc724365975d06f055669e93", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "00a6696cd7c94c0b9b22105063d45c2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "215069cc2fb34a2cbc4539cea50a5c60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8f36321aac7746ee8a1d5ffcc4fefe47", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "cf918b955b4b470fb628e89425ed2fe6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bcb7efb659ed463c996da66b2b10c6c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "685570e0dfda4fe1a703c6c47cfaa4c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7c2fb2e1ae07433a832776c579a1d92b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "51ba886ea0ba41438fbf057bba3c9baa", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "11d71650495b4e9ead6aa818c01ca358", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c51fb0b424b5499386a40a8ed0a7412d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "116d0dd1cee94ceaa844aa188f8bbac6", "region_id": "RegionOne"}], "type": "monitoring", "id": "829fe8d0bc874a4cba81ecb91c7003ae", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3f01c369593944c885de43e88de3e4a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ba77d69cc5914c7b88b5adf7a76c1ca8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "62c905d817c243a281aeb663943c8840", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9a3029f9324c4d7f8377181bfd5ea56d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "70902ef4c3024056a18a22a9036881c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "863c04a71c7f4a33b20ee8f2cf2ae949", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1315bdfe9ced483394cba8756c268de0", "region_id": "RegionOne"}], "type": "placement", "id": "20db901b7411426b803cafe418abd7bf", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1142f7904e7f40b0ac82f370f154f2d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e505fd2f663b4e299a02266c7b880d8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e08a70803ddf447f8589060362c06193", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ba0b61c375344417a3f7e8d1b8071392", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e05a529618764ff593712eb2744b8800", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7312477bbb3c42999f4715b2386eb008", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "58ec6fad1acf4691b7b2aa34bd1bcdb9", "region_id": "RegionOne"}], "type": "ha", "id": "57476873d3ac423d9b55c95bae33ec01", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "294d0dfd59e3407cb68f79101262018e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3baabdb1a8664b34af6f2540287dd0a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5b3ef20c9686490ca24107325bd3ed9e", "region_id": "RegionOne"}], "type": "reservation", "id": "2983b840c2a047f5aa2790bcb1adee62", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "dd312cf79a0b477bad791060fffbd1dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bada439d0de6434fbd67d135746f35db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "dc7ff0f3244e4118b613f352d4a50446", "region_id": "RegionOne"}], "type": "function-engine", "id": "5d0b8194ffc64d388623de756bdbaad7", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "57f66cb041084b60912b60cb096f5496", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d0fb280935a74cbc9b71de0a89ef2d4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f9779c7aa9c24ca4b45e770ff6205b1e", "region_id": "RegionOne"}], "type": "accelerator", "id": "a2e8aa8bbb7148c08d56532e2545423c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "264153f7ef444abea44eed1a82d83c5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d6c307598cbe479793d6797dce016243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8d738a3fba824eef800983d5dbb4eaf8", "region_id": "RegionOne"}], "type": "admin-logic", "id": "032cd5070eca4f7194cde980709f5fd6", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "09d675ef50684a7d8b89d37d95606b96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f165d86c56564be6b8df3763cc4bfdc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ab77ec4c7e184d078cd195c0fc752d2d", "region_id": "RegionOne"}], "type": "registration", "id": "3e1727d6b7b648b5a15b3652e12007bb", "name": "adjutant"}], "user": {"domain": {"id": "8b86a6a640ed44099ba6253e2489cc38", "name": "d5537e0c72504617aaf4e850d7efab50"}, "id": "f49119dc455046338d67b15e05f97f9c", "name": "09e9900f166f4670ae43210df96e8b8d"}, "audit_ids": ["4ae7b91e35cf4ba387f3ebcc9b5a1a7f", null], "issued_at": "2019-09-19T09:04:39.383921"}} 2019-09-19 09:06:39,523 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v3/domains -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"domain": {"enabled": true, "name": "domain_name"}}' 2019-09-19 09:06:39,526 keystoneauth.session RESP: [400] content-type: application/json 2019-09-19 09:06:39,527 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "0b235d75dcdf49aeab567654a727832b", "name": "domain_name"}} {7} openstack.tests.unit.cloud.test_cluster_templates.TestClusterTemplates.test_delete_cluster_template [0.255084s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,360 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,364 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,366 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,370 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,382 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.285515+00:00", "project": {"domain": {"id": "86ed53f05d374032b5e6380eac6d74d3", "name": "df948156ffb443a4960722752b24087a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "69c45d3fda644e0a900b38d99f801684"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5ae42932309c493b9e94758ae4466401", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a92fb93152b4413daadfe35668d0f610", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5c27cd902533406baeda55cad4e62363", "region_id": "RegionOne"}], "type": "identity", "id": "3d28281733734970a284e3f87817f17f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5ae33c38a3dd4e6e897296e52bd2f4fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "34bbcad143094e448d98360ea8f5d285", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "56fa1fbd00744fbd9a9cadd0baa971b1", "region_id": "RegionOne"}], "type": "compute", "id": "13f6b68559e24f318151a9765abee23a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "aa6a2f2dc80241b9879bc5d9e37cb96a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1adbfc89426f4973bfc4b6f643bfe7e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "226d75ab8ad34f84801cb98c43db3c00", "region_id": "RegionOne"}], "type": "image", "id": "272c00dd281847509edff21f5e6137f3", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a54ebb34d05142c98ca8c92d3b21103c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4da0906453ce4294ab9c6863850ac190", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "26ccbbaf2ec24e73af34ef4e333f65f0", "region_id": "RegionOne"}], "type": "load-balancer", "id": "be5ea48e02f540fdad43350d61cab5be", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83f8fdc5bf3b4a8c8857b2931caa6d06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f97cb17df75042739643bbec2608f526", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37d9c6ac0e054f349d72e7e066b6f049", "region_id": "RegionOne"}], "type": "object-store", "id": "f005c09001b44af08babec2017229396", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "000ca8d860b543549198c41a20e4d356", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e52978b13e544911bc2b07e6b5c17904", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "278c3f4884aa462596fc4802022c5c9a", "region_id": "RegionOne"}], "type": "clustering", "id": "a4106634172c4092a79103480e9b4f71", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "df763ec47b4d4c9485a5127c89978d4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c2530eb917a240a39d523896fb5d6023", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c7cf38d8c7264efcaf3d2ca19844b983", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "822b6cc717e84eb29dfc73379bed7bc3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9e45677d5a33479087fea09baf1796cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1d591576ea97430fa5941013f1d7cd7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b8e512f781694d5d808b72e18f148c66", "region_id": "RegionOne"}], "type": "cluster", "id": "1fabfd684f3d442c88815e7de97d0ad5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "10cee1316c834c1a8707d3a1029b1604", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d6097a5078924e06a0ebf71847617ff3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "bfe4ae60820744bda5e95579db7cf576", "region_id": "RegionOne"}], "type": "data-processing", "id": "1d60fce3efe74cf2b81e253ce81e72b2", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2e65f701ab3c4216a7596d3092c13761", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "45abd7dd0e6d47ee9e234785f57c0ca8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "43e30cfc84c24ecfbf72541537f810d0", "region_id": "RegionOne"}], "type": "baremetal", "id": "9607d3c0f4e442779a15fea46f0032ca", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f09eac53d876448fa8da9469899f5273", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "43853bb50bfa49bcba877bc134e112f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "692fd606533a4806be1e4f4a21f6f64a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "1ac80d6d488a495aad34fac5a3e6c3f1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "35fbbfe62ea043988463bc041235fb32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9311fbc97a544e67afed3bfa7942662d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b9e2121921064bcea1bf8e5ce91083fc", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f0ef823594884e24b350dbf8bcac75a3", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b59561b773594cb38f65bf8e761d3f5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a62e236c9f1545868f00df35fcc96526", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c6557e45a3004baf97c89c1f41e60847", "region_id": "RegionOne"}], "type": "key-manager", "id": "5456a215eef346dca4c9883ac88f652d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1813a3a651c449b2aefcc2d2db3c4759", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ef95a58a4e094c57bfe2d732adb7f990", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3ac3c40e2e3c4ca985b43b45a30aa5e6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a6cf7fc6853c4774b16a4aec3f34762c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e7cf753f2ce144be9805aaae4dc2c20a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6d846cdc59a44cf0a24001c62f25752d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "885f9e62bcc94a7a8b2844742e67af10", "region_id": "RegionOne"}], "type": "infra-optim", "id": "fcfa1d250707495183660c0eb214bdc6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "012f6897440e4a5cba2613467716da81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "33a53b35660f4f0a91e1919a660e3a80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "336ba1b3b23247a3be2e7f2516a2eb2e", "region_id": "RegionOne"}], "type": "message", "id": "0dd8f68be8ae4888956e5645b933c476", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "69f89a45ee6e4fb78ec05a1eb5248334", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0c633b99a3bb42fca9ca7ee8995cb29c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "29fb5dbff18e4465b09de481048e2fb0", "region_id": "RegionOne"}], "type": "messaging", "id": "751de66f55674b5688e390889c93350b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "11bc25c4728f49ae873a3df2465495aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "22947b0048da4111999924ab4cbf815d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f56c6e9e1ef943ffb77c827c9e0b5d5c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "270e667b1ab646a788daff547e2c8271", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1f76c00de8b2437eb935987e7feb3f7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f13f2eb799d9401986b8be784cff453e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1776d5ca668245ec9266973afb27c9dd", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3781bc011bdf4ca79fb5e7352b07f6dc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a6957c4837224fb1afbd7ac70317939f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c969e37b9c264f9b9bed2be55c8d0b59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "26fc6851f27445a0b076e6857c5b4a90", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "62c2597140a14d75994babf6cb5eb702", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bf94876392f94947aea857aa0840dc92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6afc6dc19ce34d25afa042aa39d33699", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bd7cc06dd58e45febbb0b263974b9d37", "region_id": "RegionOne"}], "type": "container-infra", "id": "d6d4f98286df49a9913a4dc5ea1f4490", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "758e83bd5da3479c9b19e103c385d3ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "00c320f77e85439f9e76655e5e28a4c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a275b549dd524416b5fe8bfdc0068e3c", "region_id": "RegionOne"}], "type": "search", "id": "5ee97443c2cd41a9828d4785c532eb15", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "7988e128e6a6479facc1b3c1800f4dd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0d844623745844f8956dd7e99150bb30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5c7211ab090a4f78a5e9ea7d2a0539df", "region_id": "RegionOne"}], "type": "dns", "id": "d8c125e5be5f47659f92cfaad53464a5", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "224c140d57b443fd91781bf36ea05955", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0d892c631910461b8de24807f377129f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "df292f3844304b6ba9144d10537c04fa", "region_id": "RegionOne"}], "type": "workflow", "id": "e70b06f348cb42e7bbf8010d71131dce", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6f6a4c02268d4888903223e62ff3697f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0d56071f2ebc4a2a91405b38b5657e5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7b6e05102f904b7ca9957991b2a67422", "region_id": "RegionOne"}], "type": "workflowv2", "id": "774db8cbc6c64b8f848ffba3a2b14b2b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "cf29e4580e07426ab7f181238959dce8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2776e1a2fb854038a51c8c021b459eed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "156383b4f2554687961e0760ab414103", "region_id": "RegionOne"}], "type": "rating", "id": "bc5fb9cb8f0d4217b50daebb8ca2c9a4", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "961df2101c874266be31780046c18bdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f3d0de118e21462aaaeb00606e133c3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b3b29ab99f9f418ab1210543c913224e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "376d1be2dc254db5b1013c39bfa27931", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e7d3e63f803d47bab5e745c407c2739d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "deb3e58bf76e48919aec2c4867fb9403", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "50f8f57f1f194a4baaf539a23a59e32e", "region_id": "RegionOne"}], "type": "policy", "id": "7728f6f1dfcd402c9e70979500067458", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d689dd17fd9242828a349727a76f7da4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cf00319d6b70488ba1431303e0b93815", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "83eefbc585a546e4be382f5d9f0f75ac", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "15f7548612ef46cfb41c9bfb084f0295", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "336dbd1f200c4e5fbf493c588bd25ea4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e9d169f3c3fe45cb94f7580d6bc2de2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a35cbb96bd9b4fb79ebfc32e1702b5fb", "region_id": "RegionOne"}], "type": "sharev2", "id": "68fd33f396a44917a4d4327c99e927de", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "72bf7231e6d7468f95dbb95407054a24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9ee797ac874a4580bf1514bd322f7a97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cd2a060d6630478789192bfa2cfda8ab", "region_id": "RegionOne"}], "type": "share", "id": "be8dc09d375b4056812d9f58fd1a9175", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "437f4a6eb09e4a7ea9d389f766fd97ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "135f61b96d814189b07a1e352099b216", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b88d98dc612f450eb535b3fe04b83585", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "03e85897fccf493e94f7ef38cd9f6083", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76976b7b76c842109ad2e921ef77a2b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e24425cbfe5431d99eb48cce4a3c375", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d7c8daee07d437bacac904bd667532f", "region_id": "RegionOne"}], "type": "orchestration", "id": "2008afd8bed0421da36e8d33a49df1bc", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2d5cf828ec742ef9040d0d274577fbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf8fd90160d3426ab3be058f4dfe157f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b052c376f95446d8b67fb2cb297fe0e4", "region_id": "RegionOne"}], "type": "block-storage", "id": "707c53e37b9a40f0837c618c1d3829da", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "911eeb697d9d49f79686ce23f799a846", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2fffe707286e4d56b05676a68df8f9db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d74c966039924143b0494aabd00e7bc2", "region_id": "RegionOne"}], "type": "volumev3", "id": "b6dc66c930124871ac1365cc09b1762a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62deb8d53caa40ee87b08e3c1a643b9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55e7ba14d3934363be4622030f3e579f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4632aec3cf7146129269ced4c98f934d", "region_id": "RegionOne"}], "type": "volumev2", "id": "3f32b56c30c941b284be87e8d7726c72", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2836f32c5b6c4b5da29c01fc978e768a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "698a7c18fe564f04a7d3978604acf2e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3d5f19215924e64b57916d52ed148fc", "region_id": "RegionOne"}], "type": "volume", "id": "616602444b274b9095984eeb585e8ed5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26b431e1264f456d9979b7d641ec2d6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "116eaf325f0f44b39742265a6e339473", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7eb6034fe08a4bf7aaf6f500230373ae", "region_id": "RegionOne"}], "type": "block-store", "id": "8b3b342d401c4e9eb1799d36c27fe2b9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2b8e9906043a4dcb914010e4787317ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3da0ca14e85e4103b64bd3ad731d0e9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5489430e0d824e3891ede576462e3cc9", "region_id": "RegionOne"}], "type": "alarm", "id": "67fa96c7f72248af8186cbbf4a16ad17", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e283b597fedd4d17a2f32ae725a82e8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fcc66b74a8c64f73a984a3d8b0b14f9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fe627426f5a84e1cb4e58902a8ed6c5c", "region_id": "RegionOne"}], "type": "alarming", "id": "1fab8969ef714f2aaeb2ae29f985bde7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8219ace107dd4af591a8a989f4826ed2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d8b4ebcc5af949c9a634475927f460f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "da7e16c12c7847c4a587848d54992088", "region_id": "RegionOne"}], "type": "meter", "id": "639edfaed8284e099333bcb35e12a8b5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a24e6023a0f8467bbcc91fb6e51a7a1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "aa9194d417214228a046152c2b1716d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c0a6854449484e39ab24fbf5bb0d4064", "region_id": "RegionOne"}], "type": "metering", "id": "f432bce9cca0434da2e469214aaf5d91", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1e7a504a635f4b2ca0b74faa11f2c942", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "662a1cf15e0f4404bd9944de01dffc07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "02a3e859ecd64bbcab2971a5aeec63c5", "region_id": "RegionOne"}], "type": "telemetry", "id": "e137813a52e3439abc789373320004f3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f07cc328850a4d6b89af39953e67a5fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0d322b05a7d04723a8b3fbb7bd890e35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "53b9f6bb541b4fd19086e16758a98a07", "region_id": "RegionOne"}], "type": "event", "id": "12a6179c9926475ab03aee307eadf66b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "59b3dc754ce74792b306cce3495c2084", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a82572e8abe5468b97441aa1ed998c09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5f13f89c5d4c49f39e87f4ff9b08df44", "region_id": "RegionOne"}], "type": "events", "id": "863dbb6ca6214672ac004ab5d6c421c7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2614b3db3fcb479984e20c4421b8aff7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "eb5e904d053840828d65ead44864da7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6d34adcdbbd149bcac4eef4fa4fc43e0", "region_id": "RegionOne"}], "type": "application-deployment", "id": "606df561783d452abc5d501dd2b5d128", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b3f08d6f84c1465c8499681c611080bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9465251e0a394d9c9e8471cb38df242c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d3ff90cde06247fabe9dc1050232c7bb", "region_id": "RegionOne"}], "type": "application_deployment", "id": "56bf898691a24c4ab6531906373df4b7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cbd05d63c2d243e882a0c4dd631ebe8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9b84e83cf0f948dca4ea68ca46dbb5c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3fbafc2e7f1a4a319b5c2e8d1fb9c234", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6af90d621a604b4da5294988fca29a57", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7400f0778c544e3f9ebd12c4c4d5a1fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "55307d765de1403e997cc13a3051e9e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b4a7cfa793f74a17b8411223044a5ef2", "region_id": "RegionOne"}], "type": "tricircle", "id": "adf6b27fb01a4594b15a7e6147be45ec", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b08f21725652423081a735fde267897e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "829ea91784ed4079810b1898573d92fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d7ba0bf69ca848d38c08c608e65f5fee", "region_id": "RegionOne"}], "type": "database", "id": "c5f0793ba7c243369ece3e0be470c567", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2093c36673174691b6c0af7cb3e29601", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "32bd5d27ff4c4b05a2ddfaf18a607886", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cbb4a56c198a4f8689afe924fe1953b3", "region_id": "RegionOne"}], "type": "application-container", "id": "fc0e9ebc9f534e28a25df38251c913f3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "53c776fa0b8b43869e5d5e4dee139363", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "39a859297ed54a80babcac71c4b0fdeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7fabd02b8bd449da85bbc25a947cc56d", "region_id": "RegionOne"}], "type": "container", "id": "a8d432bcca1d40029bfa7ef018df9bd2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cb41a63315a241358296fb574ee270f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "734d8b44a97e45509a8bc3d329bfa69a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c15826ee3e3e44c083af994e18da46a6", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1b1cd8c060a147768d341a0bdda7ee55", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1e8d93ee5c964593a286397685e335bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "344e999885104d03ae0b4169de16fd06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ce775ee891504221830a25a786211b92", "region_id": "RegionOne"}], "type": "rca", "id": "ae81491500dd43e78733e990f3a5c3fd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "25c32023593c4ce9ae6b0c3d1ab971c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c672504b71724ce3abd27dad5c41ae35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7f7409d258ef45baabef7d8849d841ab", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b8f8af93857840eebbf07a0cf9722b4a", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0fd87cfc46134f219bdcacc3ec76c083", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bbc0ff2f7fbe47838ce7bfba6f123e09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4416918d0f34482daf94cd511c88460c", "region_id": "RegionOne"}], "type": "network", "id": "0416df033bbb422d8ce6b33819581ab6", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e06b0331eba14e4987760a37d0f3e2f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a2c2eb73e8fa409098a7acfbec5bf6ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ec02d682acea47dc90fd02295d39113a", "region_id": "RegionOne"}], "type": "backup", "id": "9811d783c304489eb5a82a6e2478b0e0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4ec3c264942c4aff8bd5b69f48bc0399", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "135ff8c248284175a464d1044bdfe894", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "978cf68ddeb6481ba594b626fd6c9083", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f85d3887dcc14bc1aff0b2db191405cf", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "26c7408b58d849c4b378af1804e56d8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e6e85069dfc1403b906882b7e0025178", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e6a7dc04ea0947f889b6fbfcec1bbc89", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6d29dffe3ace47bea8a4e5a96e6b652d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1363907bcb9c44bdae4ecd7e988a2fa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "961da1b8c945464abe137bf70bcde2bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f398bb5d1d674c3e8a9b94033e9d18ea", "region_id": "RegionOne"}], "type": "monitoring", "id": "1c231026bfb749dc9e64b1af7b3e9fdf", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3ac55030b78f4ff1ba5e4ff23385cebb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "db2e43831ccd4deaa9aee632d4cff178", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cea9daa6d9e7493187fde2e1bb6747d0", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8c6b9a6216f445cfa216420f8ce2d0bb", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8ec098460abb477b9d99de72758dedbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2b68f460dc2745bba3167fa9b4386242", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "2d040e0ef3fe4ecf98e7dee83162aed0", "region_id": "RegionOne"}], "type": "placement", "id": "f1d52665c63440a1ba46b291cc4a60b1", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "56bd4689d844415eb6ec4570a51a2cf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f8804bb247a04624830e78686aa4c955", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "689f5fcf0e6044b58bc13843d6d23d7d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5de5629357364099a94acec225dce544", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c83c5d3c77db47d89df38f4a85086243", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "11990a39941f425895de53c16f4c0c1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2eccdc339bd04972beec6c630b8cd71c", "region_id": "RegionOne"}], "type": "ha", "id": "814c9dd051104872b5923de0a9610c18", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7d2555bc74104d7eb6a740788cd4f7a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d63500a109b04423b308a40bad4e571e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "16ddc2e74d384e10bc5511288a2567ed", "region_id": "RegionOne"}], "type": "reservation", "id": "3387cf8c677d46da938cbb1ebe7b083a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8432f075e50b43c990f5c6bcf713e94f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "095c75aea3f8495786b51e4aaa34287c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "101de154acfc431f83394458b0cd937e", "region_id": "RegionOne"}], "type": "function-engine", "id": "49890c880aaa44ecb7aed79805d3d293", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "85da9d444b564fa380d7092cd55ce608", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ed8738f1587f4e1498e73d2cfb096026", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "86ff7f3b16e7400e83348baa7731d400", "region_id": "RegionOne"}], "type": "accelerator", "id": "338530d1a914451a9a9cfe13c4ba7e45", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6c193d016d9542e38a18213493698be2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7abcd96133e44d8a8c3d8611a7d82daf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "637bdb45e62c4f01a31a16eac0af0c98", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3e550baff2254f31a76bf21fa1f3d77e", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "379cf0e71b79420583ecda057cb2427c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6e3c27aa64394bd69dc2b4d637ba1ae0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ccf5f0352bd24bdb9647c9ae06c3a8be", "region_id": "RegionOne"}], "type": "registration", "id": "03cddb31796e4c5f9bb29ea24ef02fdc", "name": "adjutant"}], "user": {"domain": {"id": "9aacf51ccb1b44fdbad54c3653525d02", "name": "4a62a93fab8e40979bb2b94a4d85bc0c"}, "id": "516ca7621db14a8eb8f51247de3ab9a0", "name": "354b7d45df644ca8b11af2b601da1901"}, "audit_ids": ["0df562667eef44dcb85781d9ae740abc", null], "issued_at": "2019-09-19T09:04:39.285515"}} 2019-09-19 09:06:39,468 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/clustertemplates -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,474 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:39,497 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/baymodels/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,505 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,507 keystoneauth.session RESP BODY: {"baymodels": [{"insecure_registry": "https://192.168.0.10", "links": {}, "labels": {}, "updated_at": null, "master_flavor_id": null, "uuid": "fake-uuid", "no_proxy": null, "https_proxy": null, "tls_disabled": false, "keypair_id": "fake-key", "public": false, "docker_volume_size": 1, "server_type": "vm", "external_network_id": "public", "cluster_distro": "fake-distro", "image_id": "fake-image", "volume_driver": null, "registry_enabled": false, "apiserver_port": 12345, "name": "fake-cluster-template", "created_at": "fake-date", "network_driver": "fake-driver", "fixed_network": null, "coe": "fake-coe", "flavor_id": "fake-flavor", "human_id": null, "dns_nameserver": "8.8.8.8"}]} 2019-09-19 09:06:39,528 keystoneauth.session REQ: curl -g -i -X DELETE https://container-infrastructure-management.example.com/v1/baymodels/fake-uuid -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,533 keystoneauth.session RESP: [200] content-type: application/json {1} openstack.tests.unit.cloud.test_domain_params.TestDomainParams.test_identity_params_v2_no_domain [0.179725s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,614 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,618 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,619 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,622 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2019-09-19 09:06:39,695 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}28aa46a661605deab0a0b2ebb66dd85671121fdcdf4e4ca5783b6348b178e1fa" 2019-09-19 09:06:39,703 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,704 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "8ddfab62d5b844ccaa49f06845acbc62", "name": "projectName-2"}]} {26} openstack.tests.unit.cloud.test_clustering.TestClustering.test_get_policy_on_cluster_by_id [0.177916s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,479 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,483 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,485 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,488 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,500 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.415900+00:00", "project": {"domain": {"id": "f748820f02934d679edcb0789056afee", "name": "56cfeff8066946f0a5ab7dce40f4704c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "20ae032494044e11b4ed83cfe3343069"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "22b6759ee2a549e2b1ff0a48e821ec10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "1d65df2195424b3d87ee4fbe63d48f96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "3f385521dff7416ab402bd809b8ebac9", "region_id": "RegionOne"}], "type": "identity", "id": "a414043b5b5b484fa2d43ce5ac2b008d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "263308426bc84d66ba387f50096c573a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4c340fb9105f49088dece6d1ecb1efb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "27b79c2083384ff98df70510a3fe236e", "region_id": "RegionOne"}], "type": "compute", "id": "c71a799fc2c14778b121748ee2d34264", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ba8570aa1ee1430b98cc490fc2d0ec8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "991a1640d8734f9d859669bed6f30be0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c116e33387384c23a3aebbb3abe2b835", "region_id": "RegionOne"}], "type": "image", "id": "f822fbfbac8344ea8c43ac0243aa29e2", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4800c6ee023f4b5b88fdee9524006bb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ea4edfde45ee4bd2b4d6ca974fadd830", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "3fd1388592b34b538cbff00a55d032d1", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0b9ed84cda3140c7bf1fcba992e1b375", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc5c910a94ea45bf86d9aabf88a5a26a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e65a8ee5c41a4677b8e2dd3d1c107cce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b92920a23a244b39eec00272fba9225", "region_id": "RegionOne"}], "type": "object-store", "id": "ceb0b4b8ed2042b7a74566905c35a46d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b6c8428b354a4ed3aec909390baeecbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2c8aeda0a7894bfb9c6030f9ebd222d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4a023a7325a3477d9c2f2775641fae53", "region_id": "RegionOne"}], "type": "clustering", "id": "493a4013dd234612a1e629720fca3008", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "101dd8008b7944a69b8e4675da0fce23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1e3c93b705054b24b8b33010ab0f6e0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e611a18826a64fe4bcb144b522af2cc6", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "400ea982941d4a4fa651abb7c5793c12", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "196bcf064461422c86a8bad5273f56df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7cdc7d51c91344ebb5cf5e33408d16ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "477d3b33968d44dca03a47ed533f9145", "region_id": "RegionOne"}], "type": "cluster", "id": "768927bc61464d12bd901a2530337951", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "dc3c53fa797a4bf0a0ae92f7f991134c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0dfcb50499c5417893dcfc49c3c01ebe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "99bd189ed9eb43b7abe992f71b26081d", "region_id": "RegionOne"}], "type": "data-processing", "id": "2e2bfeffcaf6429889b7674ad116a95c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ddcd9618ed4941878778bde1de337f27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3ada7cb6766b492498a4098e9b996ca2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "34f5c0806aff448b9be5c0548a9bf8b4", "region_id": "RegionOne"}], "type": "baremetal", "id": "119a66041af0465eaf2b763302efa0b8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "62d80f4ca19746b38b590531f12886de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "637d5555c76c4a729e4c0b204185d21d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0fcd198939b94df2bd6795942060b325", "region_id": "RegionOne"}], "type": "bare-metal", "id": "1433d8de18b1429e91dc48062398d2ed", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a832b22bfbfd4423a3a19b89fee65a6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "13ef24cbd7124fd896e4cf8a17853e9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "95d1508a5d38409dbc1910c759749044", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "47d96782086f45d695fd29985ab5d1f2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b852b571d55642f2995bcf61cd8e7066", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e286ec34eec64ac8bb984158a24f3416", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "30429adc629b4ecc9e95725766875a5d", "region_id": "RegionOne"}], "type": "key-manager", "id": "71449fdca8dc40d18b06a08f29e92ba5", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1a031ed6826d45d787599df1a7663056", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e214e624f3834687ac80df1d16b65fd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "20c16e0c92b44e8a9f16132d7eba4540", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5cb1df1f6f23482ab26352b1ecff76c6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d9c0068a5d2e4edc88c7e2abb82881e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1171f934818d47cfb4c7df0fc55e7d47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "063fbb0b14be4cb1be80cad79b680c8f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a4963d6ccba14dc28c5fa98613c171d1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bf4b28555a854bedb4b2080fe880f859", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bd22030fb2744b5db1db15d462ef20f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "aaf970decc61433a8cf7644b02b1ea80", "region_id": "RegionOne"}], "type": "message", "id": "07835253cdd04795846301d3632e9d85", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "47f1df3e113843c2b9003c94407ec1d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "eb7b1f8a64e544848c7b0d901e9d28d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9cf9f33ebf31418981c28d17566e0f4c", "region_id": "RegionOne"}], "type": "messaging", "id": "4095ce4fcc4f4a62993d8c7aaff63ae3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7028368efe4044d8a610574d8e7e45f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7776c4c89a274505933fd94033a4158b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "279a6e4df92b48839ca2f315f52f62d6", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ce02e4b8bc9d440e8e2b1b7106b3f860", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2917c425815c424ab8ca29972e01564f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "82aa0d12a461425c94adde45a0e8462d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "467f1813008f40cdb0a32a7bfbcfd797", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4d5bb8f6a2e34343bbc35d8353b71b4f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f71c7b7b35544f969718a6a77040ae42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d2cac516e55344c4861ab9d1f9690303", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "255f751f63654c73bfc070cea84d772b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4acf2bc662f7400ca2df27bd8b262d00", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bc2278244a1046e28ab1611000a8f454", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "838240fd92ea44e68a3a0dba9a0469fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ea233998f8c9405d97d5e27837139192", "region_id": "RegionOne"}], "type": "container-infra", "id": "5b92c1a364bf4456a24d7f47c121fe96", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7c3a6641501341f3b3f2be37f43802fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d98ce1a8accb47069dd1d04ab4b4bd9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "be2a5bb7cc634b5d83f2be332054e6db", "region_id": "RegionOne"}], "type": "search", "id": "aa38a2c0a26241029d39df41eb7648d6", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a3ff96dab1b6488d8e0f2b2ea8be09f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "79a63386d505454a937a14b77b5fc6e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3dcd81099afa44bc84fb433616ede4a0", "region_id": "RegionOne"}], "type": "dns", "id": "0db1953e9b2e4186b9c4a63f8238334a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3258e9116b884a31b44a5f07f144f953", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7ed7241cd4e844a0915dfe311a479232", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "722211cbae16457081afdbfa623691d6", "region_id": "RegionOne"}], "type": "workflow", "id": "66b4d1cf0d5342d780d3d229ec3aafd0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1368f4940564426f84cb633625cdd989", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e679868e8e35465eadf92ee00f6f871c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "669b56a0927948aba3d8225277386be9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1e9afbb4675f4a61b3627b055c60ce4b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "c25b2160048c42e395083bd05fade171", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "8401f0c9679341eb8a11cfefe40c31a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "44dbb2ae3e5b49a08367da95c9ad6630", "region_id": "RegionOne"}], "type": "rating", "id": "3b7b627cd8c84527a1f2772071b0dcec", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d1676920ba334abda5fd4e7b4a9863f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "99399dd640b04597839d8ac1cb483f3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c0bae59cbd7a496c9458ff496028954e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "24be7e43c7ea4a95b79a43a83b201dc3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "42bb7fc851ba4e07a67e4ba3a6ae1219", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3f0f71f9c7d6419892f5ed2346e6e621", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "70d43e289f78409eae61cf08e2604b38", "region_id": "RegionOne"}], "type": "policy", "id": "949e79cc311e4437b8f9617f4d8fd26a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d640e74557aa47d68edface98cd706e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a4710257e8344265855ac75d83206926", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "171a4dc8d320484bb122d4995006b74c", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "aaa2d1797ca5455a9329bb521ce5d2c8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c7ecb8d5e55643d490459bad6ff17a96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1df05fe59f864b7ebdf7b64f9bde477f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "aa93255ac7ad455c813f5817ce45ef71", "region_id": "RegionOne"}], "type": "sharev2", "id": "9074683f8665473094b6e414756ca1c7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8158195e01a04b8aa34801593ca5d2f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0e07a06180c142558075ec3faee0523e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "35c27fe634f346c3a008ef032c6bbc96", "region_id": "RegionOne"}], "type": "share", "id": "06f19bc89a304f4faf7458d45ffd4f45", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ce45675ec9bb42edb45113668f4148c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "440657fdfb8a4d3c84042622bb837ee5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a64dbebf02a043589697026934a6a117", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9c68d8f275874a468a0fd39c79c0b0f1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d25e810e2d41458d9dac8545427bc776", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac687aa6a1924c95a6d3ef1691b24145", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87cbb770428e46178310d930d38332a4", "region_id": "RegionOne"}], "type": "orchestration", "id": "ff40ad59605c4bd19b36477415b018bb", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc3adb82fdc54171bb444040b3e9bffd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "78466d8974c243f099aab5217d476335", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7953bb087104f398cf2df288b4aa7f2", "region_id": "RegionOne"}], "type": "block-storage", "id": "6abaf61a31154dde89eeec88848d89ba", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cb692b301944ccb8988c7565aed904c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40c1c6a680fe4b80afb7a2299c1f18db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bbb7afc2cc6a45d2b3152f397de78ae4", "region_id": "RegionOne"}], "type": "volumev3", "id": "66cc0aca0f094d16a4b575f8359aff30", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11bc8e8cf6334cb08f032869ef959612", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f00c4b15906d44f8866992a218031da8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d83ae24927914a68974b2c53696d1060", "region_id": "RegionOne"}], "type": "volumev2", "id": "f35caf631f0d482088eefd1a6b318ec6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74d1e09c4b4d4df996acd4055e2242a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5444e890a134ee0adda71df1c127550", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "168a2e7f9a414d31a61bc3756b8ab911", "region_id": "RegionOne"}], "type": "volume", "id": "fe3e4ef3891a4fd9b9ad4bda3fa1f361", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7d99112556f4e57977a61b5aa702a5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98cccc337aaa457fbde51a8074615015", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "656c2e4fbc374e458a83b33f66911233", "region_id": "RegionOne"}], "type": "block-store", "id": "8567e158637a4243ac3cdf20ece2cebd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cd985663fe9d40c68ab71730b5ec965d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ae89fe5238464d82b32e8963f964d523", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4e663004cdf449ccbde8778025e70484", "region_id": "RegionOne"}], "type": "alarm", "id": "6c494c6e7cbf4a10b8648ca7a4c333ea", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8a185c174d8e49a2a6bc63a9ab0afc6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "884003853c59452eb829a41da22144f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "35d4c125a40749b58f29e7cf40b6caed", "region_id": "RegionOne"}], "type": "alarming", "id": "e936cbf698434818b5f9e958d9895b98", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "039fe0c1b8f2410296470a2f3cdbf668", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "10758937be454f0487d95f920a21eefe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c7b96a1d147248c0bc8281a4f17c8258", "region_id": "RegionOne"}], "type": "meter", "id": "c965034cc0a1498eb601d4b429a48507", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0f78882e722048e29fcf853f09234c82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d18f9e4c1b284178b0d19c54117920c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0696ab0775e9402787f1b0b10cd7863a", "region_id": "RegionOne"}], "type": "metering", "id": "d984cc3864a34630bf91321e38bf3dc4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "176b008ea2b64753aab04a0758bb97d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bd9114be6de54dae9f818af277c2be01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6ab5048e380044b8b44731734c48adcd", "region_id": "RegionOne"}], "type": "telemetry", "id": "488df0e6c415496eac47819362b4bd8f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a4aed5537b884ae7a8524e2a5a542759", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "71b2ab6ae4834003b9605693b3b36ab9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "718cede33c77485e8573a00ccf7afc54", "region_id": "RegionOne"}], "type": "event", "id": "28939cc95381472cb627dd3eb9a1df0e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2a05a6beb6d445ba97cdffcfc7d75823", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6bbd5c5053a04ca7bda5bbb17c9e7242", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c17da7c7e0fb4f0eaf62ea3d2c438559", "region_id": "RegionOne"}], "type": "events", "id": "0b53c12ed7b84b24b924cb3ebb40647a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fd3cf792b1814260b1775ad87024f81d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dfff1b6982fd4c49969eac778ba139a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "745aa88336e34dc585e68bd08c89f9a3", "region_id": "RegionOne"}], "type": "application-deployment", "id": "14452b74aad44c81b389bb149b86cc2a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3337a8c28c3847b7b7ae49b16011ea1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8b77945c9eab43f19420ec23e47e0d89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7ab46ffb938940a18f79694ef5da27e7", "region_id": "RegionOne"}], "type": "application_deployment", "id": "70cddf1d6d1c46268127fd2ba3138f19", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "72b18408dcde4b5db61357ddd6c0c033", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f769eba3686e41eeb52f7fc7222231ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f261437c36504229a6f80ce9de5ccb0a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "bd5b447fa7334d6a904d9578c8085eeb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d558fe041f254964a0cdcf7cc1423257", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "42ffa0dfc1b74a7b81af0d00f8c5a33d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1a8cbaf46720466ca0b30b304bec3e4a", "region_id": "RegionOne"}], "type": "tricircle", "id": "de236aaac14144cd9c8b64801664153a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "55ee38a59e4e464ca940fec0054519e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "936440d50d1f4218b1808656b34f52fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3cac226411f64e3bb19bfd61e95d2bca", "region_id": "RegionOne"}], "type": "database", "id": "311d60e238f240749dbc1c56de51a56f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "10f46a10adab40e7bd576780af99c3f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "74144150d36842a3b19fb06aeb79bd5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "86f32fe1b34941379d6c549736eb9edf", "region_id": "RegionOne"}], "type": "application-container", "id": "1f096c9009f74ebcb141e2dbd65d07ad", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "15689c6bb4184726915018e471ca4b0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c45f9008f9fd485d9c18595874d726fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "70d768bb5b3b4469866aacfe5b73e0f4", "region_id": "RegionOne"}], "type": "container", "id": "edb15f1be76740108ffc2038b141eb4f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0537362991c54cde9cf5252ab800c0a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "94f3532c046e4a3f8d2b4040ebec41af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fdbf0cd175dc4bdb9b54fc3f903dabc5", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "46ece86fa14e48b2b9390db08910ce12", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "40946e50ca204dee9641ecff28e7bc90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7610a585d51842b58117e7c96f5f87ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3ce127e76c29459d8b770e2bcd987dfb", "region_id": "RegionOne"}], "type": "rca", "id": "bb71938672ab487d90ca107688fb969c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5dfed5f1cf214f20b360b1b3dfc75df5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4bca49d572754df1bf52c31750d07b7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "5784a7d219e24c269727d835748be03f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0629210d66fd43a282726f60d63017e1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e2d9f54d80e240c697d9806ca38b687f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2955ef06f7464ad88510147ec2d781a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "73fc6ecde9884aff9de2adb3b67aa3a4", "region_id": "RegionOne"}], "type": "network", "id": "d353e4f147734999bb1b09fe208b346f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ae585dae8b87469081b664e59e3ca2db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "28e2e7f8c2d54bdb87e850e6dcb7fc92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "080915f5c8ad46178c368f0c7445e4c1", "region_id": "RegionOne"}], "type": "backup", "id": "977eec10febe4befac2b2e3426a616dc", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2cd9dc9147784120a16fc56f8a621c8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2e1c774ccb6445dbbbae0c9b6d9d369a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "924053ca5ce14546ae7a482cab9a4f7f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "977174b289214fd297ff4cb48aef3d8b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8abc92c95b5f41f181132b7c86b245c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "172a0d2e6f72499392f93475e810a67e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a06811b852c9442e903d38fad1466466", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "30d811d0fda041b38fdb54428ba30d26", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "68859cb9f1344df8a7ea75e3ffa18089", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f73f2337ac6a4a598b68c0096f68d561", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a113ef38918d45c1b6335b3eea31fd0d", "region_id": "RegionOne"}], "type": "monitoring", "id": "9838af3ef22945d4a5f2917aff476645", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f13efa71ee9f48369c38464d9bc0e7dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3b6bfaa12a2a4dc2b6242b4e6b85bb62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e98bc76f073f4d08b26ff5064103bce8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "92386f2f73ba4878b4b8bd08d11aa9b0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "40b2460d90d14569bc1b0ecad346af08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4d4bfb80072a4b778e79a30db4de96e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f7765eb20a6c47f79dce8f6e1aebbe77", "region_id": "RegionOne"}], "type": "placement", "id": "11bd2bbe1a0e4e898a8a4828f05c4c02", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ce14d805591a47dc96b558f8e3b9b5f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0d7e4fe0132040fdb0c3cc23883756ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "86d6afde701b45528e0c0c74c5c224e3", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1cbd03e555bd4437a058a89433288e9e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a6ffdb5abf9047cf8e22950dc0750133", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0e6ce068d606482c9775674d63eaa382", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9fddfa5f867340728ecb9e1e5cb838b6", "region_id": "RegionOne"}], "type": "ha", "id": "3f9aff2bb104498ea5cde7a0270407b7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b80191d867c84c6a89b8de02ee0b62e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6ba428451af34bcb8882bf4e565f10f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "26503257d91c4ccb8845f6ec34f4a044", "region_id": "RegionOne"}], "type": "reservation", "id": "48069f28c6bb43b3997b0cda91db3d45", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e5dbe892c1464fa2b6ae89aa5853d4ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8490c4ee2c1c43f498e9c43ae263d3ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "724c9e8b9a3146cdb57d25d8fd1521a4", "region_id": "RegionOne"}], "type": "function-engine", "id": "d0be1523976f4c51a24f1fcec3cb81ec", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6b85357725d147fab5a580be0a32315b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0abd276fb45b4b5a8c2d6bbdd2a7b796", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "210657a058af4bd8afdaedfc9a9ab56f", "region_id": "RegionOne"}], "type": "accelerator", "id": "ac0e87b6d99a4c59a550c5508243c94f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5f65b1b6a995498ba9678081c22a5368", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ab64e25da5ef4ceea6c5ec8ac859914c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "233641cf29834ba682357eecbc87ded3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e7a75db4f40d4dadb0b795cae2242d56", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f4407c70cc1e4607969f33b486cea7b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "237509d403924d938137a3157365ef79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "86c2ed8ad6a64fd58d12017ac420a39c", "region_id": "RegionOne"}], "type": "registration", "id": "d1bbb818c58d46f1a9c073d8bbc8b867", "name": "adjutant"}], "user": {"domain": {"id": "d4c6bdefea6e4d848d06d72262145d24", "name": "e50daa03df1d4ad38e732cc252f088db"}, "id": "715d7f70f2e84dc0ab31129a9f5739ee", "name": "05c97fa7ee734634b5e1a802bcc8833e"}, "audit_ids": ["8ed4c85987024d97a90dc029f10e8b3e", null], "issued_at": "2019-09-19T09:04:39.415900"}} 2019-09-19 09:06:39,555 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,559 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,560 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:39,581 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters/1/policies/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,585 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,587 keystoneauth.session RESP BODY: {"cluster_policy": {"enabled": true, "policy_name": "policy1", "cluster_name": "cluster1", "cluster_id": "1", "policy_type": "senlin.policy.deletion-1.0", "id": "1", "policy_id": "1"}} {8} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_get_floating_ip [0.256466s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,481 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,485 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,487 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,489 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,504 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.419632+00:00", "project": {"domain": {"id": "13e1fa6a823a4a509943963f8c6f3e5c", "name": "a71a7a71fef447288b677c0a5a17af47"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "091b090120f3400ea78d095f6674dc7d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "83139ee1457440c086489f63f05a976c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d581dd686a37498da20e274123f93787", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0359a6208f924ae1943efd10dd3ed930", "region_id": "RegionOne"}], "type": "identity", "id": "5c21da7ceff4426bb2bc0c132b7fbbf1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "db3c6b641eb84ace918d2cc698a0f014", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5d56e54a124f4179804a54ebb84eea44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "bff2bffe2bc8415b930311f23c0d9f43", "region_id": "RegionOne"}], "type": "compute", "id": "c514eb79545640399d9aa1338d9279c1", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "454505d276064e3896c5e2903013b821", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a2a0000ad8d44bc8b70c4fbbf7169ed8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "1e22fb9441094a09b0454ae5f72c98d6", "region_id": "RegionOne"}], "type": "image", "id": "d1d261809c724b2caffc010f56c02b95", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "83533958444441f9a81b0c2e5766f3e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b594ca4c66cb450d9d765b2193e30f5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6a49165f6794414aaa65e8cffb7cb8bb", "region_id": "RegionOne"}], "type": "load-balancer", "id": "aa5baebef36045be93741c2df0225f8f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7036350d4d4447779e302bacaa380fe4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f54bb253bf34836b7bd32d507d1242f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7b410eb4db443808805d4e05678a722", "region_id": "RegionOne"}], "type": "object-store", "id": "143f884c66404a7e9438e8bcad2fb733", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "387f2b8c31914ea8b15eaf8df632a47c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e8aec92dcab343648a9653a3a5a84be2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "550c17a3172a4cd99f6596da39b7af45", "region_id": "RegionOne"}], "type": "clustering", "id": "d2593080b914439e91fe865ea4a3f2f3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "750daa499492472ab21cb3b17e0bd9ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e57a0644d0ae4626ac6a1597931d6e22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3623a9a7e41d4657bb809ff13620b620", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "51dffdb5dd75493fbfab5ef1002506c2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "577a41e1d5fb459cb4f30a90fa3f4443", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0ba8440eb871496c9142c7d3f5a31ec2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "eb7eda46a3a54b6a996a23ad04e8911f", "region_id": "RegionOne"}], "type": "cluster", "id": "83440f2091b6431688c74fc389ff6aa6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b772f5ed6ec146c2bc366cd67716ded8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cd86dc06de954b98a171b9912829205c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "fb8bbbb93d7b4c1da7b0ed4385339266", "region_id": "RegionOne"}], "type": "data-processing", "id": "ca9cc364e9bc4191a5c020d9889cdc47", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ed5c351cb35a42f18fb575a7d9f9b9a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2066e241b72f43f0a66a31c66a4a2c25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "255471f1c7064fbdabeb3fc40434dfe7", "region_id": "RegionOne"}], "type": "baremetal", "id": "8c591d053ff54520bc719cf7c70d536d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ba89a28b138a4d8a9ba3f62df20dbf77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "92494b8722d2465bb9fdc33d158641ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "95751f8a40ce40c28553f4f1080c0e16", "region_id": "RegionOne"}], "type": "bare-metal", "id": "292293636e9d437096d8cb2d396e9bef", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b4c22e1351cb45b99d6fb115ec6ecb68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5fa2626827e147ba96f47a7fb9f28aac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "cd1ac1b6ccc34d0388dcf221268983d8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7348c0d9d4b3439896755e639f53f38e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8e0c46046b2e483fb62a663199062403", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "dca24f8a34ed44cc8255eeb0b3e671a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5127f08e53e746d19f0cd28ee3200f84", "region_id": "RegionOne"}], "type": "key-manager", "id": "07d4bf39187c478d9036d684aae34aab", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a2d7c8b79fa94f95aa8809fa5e1e0e21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "53b443142ebe4b4ab9cdf2ff4c8b1f93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "82265fdb75b2491f8802600ee290f831", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5ba2e99867c34cf1ab93ffa06e156536", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "76eb317e7b9c41c1af589708e89f4d24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "62a712852c3640f3b5b688fbbb190548", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e12e5e36e4d54408945ab94eed529842", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d0b4df2997c4485694a648f5e67518f4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bf125dc34795422692969796c5d81a7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "09a82b04a567480d9855c7248d6bb3ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5f6e909567c74bab8fbed71b400fa528", "region_id": "RegionOne"}], "type": "message", "id": "8a165d0ca09840f78a84bf253f0c6aa0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6c22c097015944a3852a2250f4fc6c39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "adab8b46aa9245cea6d56a13e3469848", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2abbe3112a63485b95d4c80e18db5c61", "region_id": "RegionOne"}], "type": "messaging", "id": "7609a2284cfc472eae5ea3f40036a946", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "695a39d81d3a4e52abd25cfcae29ff6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "321d9524de074518ad293c02168485a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a0a6c7268db7492689f01b1befdb7db5", "region_id": "RegionOne"}], "type": "application-catalog", "id": "34012a5c5cfb44129adbfed9ce018b42", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0be6c424311e47b9a1ebe4efa727ffe9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "05a0655cb5d84c9caeb0b0cb68a51275", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ab79363fee084a2293da9c9e28984e81", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "507a544212014f1d85d15439a0e5f1b5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "17fb46a7926b422f9a58b4de6ea46f70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4a22e084748e47539e7f218cd51b7b04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ba9aba6e3734788a1de78757938e1a8", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e36a16510922440d8abfd8ce23901032", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "301a2b8e72b544b391bd3aee84558359", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c0334b98a4244de3a72083fde57ff52a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6fc05ce818904e818e3c4d0a48524c0b", "region_id": "RegionOne"}], "type": "container-infra", "id": "7102f402bfc240ab9386f6f122b0c93d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "fd81dabc318b4c7c82e3f62c8e3e935c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "2e0f850084b143a7b4435a96ac95e154", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9fed098291cd4ecaadcfa21c2a8865f1", "region_id": "RegionOne"}], "type": "search", "id": "e8b49148d05847a2acaab037fafb438e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a303d0700113416caf9f2594634fb863", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ed722eb78e2f458ca3ea67c37377e2de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b92b64c085fd47c2b775596a4dfb95cd", "region_id": "RegionOne"}], "type": "dns", "id": "c1e5d9bdba8744e6a3effacfc5e58e60", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "20838795b49740fa9767126f93a0eaba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "49efcf7ab911441abdc77db2a688dc9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5ff73e1e75ec4fa480441df9738860c8", "region_id": "RegionOne"}], "type": "workflow", "id": "6dd93b67851341739b0f0e505589b805", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7d88ea0b76374cb189894109acddd9f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f4316ed9b2e34b5486f41f00fe2602b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "54134f36324f41fd8bc21dc361d8f491", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0216a23802f2452194d988d1d9a72158", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a629018a2125448b935f0f6541280527", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e4790b006b0943c1b933aa2721f1db06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "533a9af93a37459189bab7b5c14c96ea", "region_id": "RegionOne"}], "type": "rating", "id": "d424077fb9d141938965a4fc5ae65751", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e3348f54e4914b66b496653d77ab7efa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6b17f75fa1474cc4aacb9cf4305ee44f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e3edad924a5e4ae6a879a5d718db6ad1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "bc131f20743d4c07b980096206548aeb", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6c47dccebf37401d81f4cfc44b823f2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3544cc0a6ef54fb08340dfb8beb4ced0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6201017ec099479c98e56ab39a21e0cb", "region_id": "RegionOne"}], "type": "policy", "id": "73814b948e944d2a87afb10aba3c71b3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "73f3356b9ae046a5b441c721c8eff95f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4f2f701037384a22a823b401f125fada", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "723a12c575cf48b692c01b87c930ee83", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1397f7f273524d5dbfd19b5fb4b55429", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "301d0020cabc46f0beb896dc5054207e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e9c98c4bb02049fcbc018330539a026a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a24a78f7bce44505bde9b7bf2b0acfde", "region_id": "RegionOne"}], "type": "sharev2", "id": "e858b8108d7941c4bda3ad7d6efa9da8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3e4196b51c4e42118a59fa7d51a2519e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "36cd89a55d384ae49d29feb4f3fd9bf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4f250409825b4fc8bc895e5192712fc9", "region_id": "RegionOne"}], "type": "share", "id": "ae2ec5e45eb8480fbe083eada52f5f9f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "de3a4f5cd3d046cd8299d68c62fa5195", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3be4d84ee3e24c559915837666fb89f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "69e344f4c2bd4aab8dfcfab3315b28db", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "811a13ff0d2d48359f5183ac89e05bea", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d18cc7d7c603437a821ee30fee7eb492", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c22b8f392614328ace9a021591fee90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d88b9c9149e34f4d9665f6a5b228194b", "region_id": "RegionOne"}], "type": "orchestration", "id": "63ccee67c4ed4e60b6a49bbc6f8f865b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1da272b5e57406d9b27bf6af09fcd0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab51649988ce4f108185fa854a7c5a13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e5e544c458840469505823601c85455", "region_id": "RegionOne"}], "type": "block-storage", "id": "943af4cc9fa848398553728cdd229e2a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4238686b5ff64dea99253b0d320a533d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e76517e6b5c64b8899e6f405b04f6b71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9f63b22fb034ac98de7a46dbce345f8", "region_id": "RegionOne"}], "type": "volumev3", "id": "0b7307a9fd81417095de9b2cce356151", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de2c3f579797463bb262fdff59b4e8b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e089c236503346ab9c945a1b789debd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d5c12eaea244055ad49a97690f1819a", "region_id": "RegionOne"}], "type": "volumev2", "id": "33e41d4d361242b7a8b53cf9d6e37b0e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6769f2d8d37247f2918ecd7b0c0e13e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a1fc71bc38b48eb92bd9b036d05e111", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97e6895cea264b96a8bc3fa20631c649", "region_id": "RegionOne"}], "type": "volume", "id": "80f912539d534cd4bcf7ad6d6b165df7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bea481dce8048459761556a72319e19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89e2a6a2d0b9470ab0980a86296cfa19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "551c6b0410d44df0a638f32b28e834b4", "region_id": "RegionOne"}], "type": "block-store", "id": "a85cc14bb09543b180327740d9931364", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d759d79ed86a43cd8528fadc7f7e41d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "28e5303277dc4a208193141a4d28d358", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "35073ebfb9f64840913a9cfa60c5fa0c", "region_id": "RegionOne"}], "type": "alarm", "id": "00beb6685f0643939254c45deb9dd94e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "036794bcb6c24eeab484f03df9c1e01a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5d42fba9277f41bc965a031b99cdcc3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6cab2dda4dfa4420a57d77e609a1b4f0", "region_id": "RegionOne"}], "type": "alarming", "id": "cf6169ca19a7404cb71d0a937cf4623b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "76759a20d775413a80c7566bd606202c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6124c3465e2842748ae13fa0eec81544", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9e42d78b133e4ceab4afb9c8b7458cb9", "region_id": "RegionOne"}], "type": "meter", "id": "9b7e5bb7dcfd404db4bc8a1f531fb54d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3ef5be9319174e27b58bd4672eb0ab39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a53c7d413d98464ea581a251eeea4498", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e7e28475be444133bbdec85c8c28876c", "region_id": "RegionOne"}], "type": "metering", "id": "1e6909f9707948a8bec78c64a76be5cf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e8e903bf3887451a8261240ff8cb9160", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "005d86ed25b74859863c1c2492b42c74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "384a7558122844e29ea922aa3e634b6c", "region_id": "RegionOne"}], "type": "telemetry", "id": "79104c9661764750b8d75086e80f0889", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b973d109412041a1826db3ebf4da98bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e7679e859428446e92a2d18853756d96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8932e806b930403ba1f7284cdcdd5b36", "region_id": "RegionOne"}], "type": "event", "id": "69f093947e95465b9cbea82eb61adf83", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a2b8b3357a8547568fe1dbb2b3298410", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2ed59c117507438d821dbc42b58ea062", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0473dc11069b4241991c8dee1fe0da6d", "region_id": "RegionOne"}], "type": "events", "id": "c92dd6dcc9a54051b2d3ee5aa1033983", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f0ad131315e54f81b49d1582a8df91e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3d06f4adf1e6416e8833c2482e201b74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b385ceba2d314995a28aa02e22b25e6c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f89810dfe79e4e55aa0a0b0d4117d2b6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "01020ee193644073b574afc88219e4ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5c4c259b2d124020b99cfd082b3a02a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "262fefba4bb44ce491212f0d90810f86", "region_id": "RegionOne"}], "type": "application_deployment", "id": "595341ff795a4a69ae9c655705bfd102", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9e522a851fe14846a7689f0781f11d67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bd910eca55934519831649f668b057eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "702aed9ae2be4deba24dc32569192960", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "55bfc81c9ba549279f153c30b3b0070b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a6cdb70f85154d199b662378534fefba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3b180a7ad413420fb88ecd0199614a53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "59f4f800bc7749e1ade51daf5fda7b40", "region_id": "RegionOne"}], "type": "tricircle", "id": "6eafdc3292ed493fba92fe4379de780f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1fa49136809849af9a914348520b70ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "71f7d9a9ae64419b8ed0725f8264f2a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b8ced413964b400194b022454d71ddb8", "region_id": "RegionOne"}], "type": "database", "id": "6e45e003c6c14c8f8629e00f7c07f2d4", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "80fbce1e032b4d68a40f6ac378ec8468", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c439eb3f719f49b1bac368ba41fe329e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2acc2908aba04b66b514735f67a6406d", "region_id": "RegionOne"}], "type": "application-container", "id": "145f958c49cb42fb81c0fc9188132c19", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f21cf46fa5574c3f8353e708c1d94a4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6208015998c74ac59afc1bd635a6607b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d3bd4dffded44e0caa6f521651ed5483", "region_id": "RegionOne"}], "type": "container", "id": "903ea2807e4c4f8fa1f566e5ff3a7e81", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3fceed04c8ad47bd9a56e326c65fc55f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bfcc630e5fcf4ea09675f984732b3978", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cb24fb2b3ac841a08bea6ab4f977e4d5", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "92407b946a8541a8bfe3ea34557db213", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "561c34c0ab6641abb9eebcd4a1cab591", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3f688f267e8246a8a9526a06f88fa2ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4d8f8ce8640b4ea18a5d4c820c26e03a", "region_id": "RegionOne"}], "type": "rca", "id": "76169dd8c0bd4fd7ab31d8ae5d379095", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1bf77694dfa34618b97fe75383549254", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "899d21db157f45dc9cc2435f448abf22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9ea463d0f3e142968a29467c885ef954", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "da333f7162734712b95cefacaf23f252", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "02ce60461a954840a9b85541d8bf6de0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "02beaf40b8a74af798c1a8e261ded7ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "308a1b5f362b4c73ad07b9b8d50c0ef1", "region_id": "RegionOne"}], "type": "network", "id": "24984d3fd2c14e809c2a287fc3001b03", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "729888cac4404a68bdd2e5ab1ae41c6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "475bdbc04e5c47f0bbffdfbdf2c17b3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9d42c1f9521e4564847c86631dcb4ac2", "region_id": "RegionOne"}], "type": "backup", "id": "736ddbf6a3004e92a572fcb1825e9d58", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "03fbd663a1dd436fa7d1139c29ea0fbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "faba06720a3d410facd0e42662972d0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "27cc07b1f8f042e595272baf56aad984", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4b0aa82cdb454d38abf3e5c6e4a87b19", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "283b25d5d16c42ce8831442edb9d3603", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b74dd64fc83b4677bcbfcab387577985", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "86e6b11dfcbb48ab9907025644857658", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "aa82b4e6c8b643b6bf82107cb393ccd2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9cfe70748a4b47b08acfbb76902cb2e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "984f02c78d1843fcb7a3dae44197307c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9ef061dca1b64bf58fe7a448a4d7dbac", "region_id": "RegionOne"}], "type": "monitoring", "id": "74464a042a7243d19b246dafe0bfde98", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "48f81220e16f4e14bb9fa68ad67e2a4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "034738a3a50c40f4bacea6db68eaf533", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "28e9f3f1a2da4aa3bca98e1badb72a47", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "dc9bd2d5625349ac961b94f0e4015905", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "fa413d023c484e45abb539330cfe2165", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "093041423bfd44d58f378652ac11bfbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "423c864a3191459db0bd46de065b3508", "region_id": "RegionOne"}], "type": "placement", "id": "fa3bf69feae84851aff326e947b0149b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4ac4d6ac486f4b87a677170750ba9fff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "00034b92434d4aaf9b7d3feb22418726", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9934eb289f47426690b3bbae2e2c0604", "region_id": "RegionOne"}], "type": "instance-ha", "id": "3126fdac04dd4e9bb5793084fecd2705", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "04ca661cf2774a879da4ee116f70e369", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "91c8690fc3b94fed8f34b41af433a751", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "00ff65a22358444da910a2522bdc7227", "region_id": "RegionOne"}], "type": "ha", "id": "2d57099ab1cb401486d0df87521a5afc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "65b617d9a751490db91abf4799a637ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "307e4f546de34bffbee1dfacb72f92f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b5e2ae65da184bbb911f06e4d5cf60e6", "region_id": "RegionOne"}], "type": "reservation", "id": "f3572a0eca3547668d2cdb491069d1dd", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4895f669a67b488b8a2561661e6f54ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "550f91da8bcc464e978fea8505ba977a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4683997629aa4adab6e3e393ba9a449b", "region_id": "RegionOne"}], "type": "function-engine", "id": "a6818c1149c940b8861897b711f2b051", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4d987d4cac6643fd9f4c4c9e522b9dc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a53326725e214a20abd6d71e0f8659b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "05ee52eba7324db796855a936d2ad806", "region_id": "RegionOne"}], "type": "accelerator", "id": "01e9b9c0fa0c4b13bb543f8f79193b30", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a096544320284fbcbcc4c8f55cd6b3e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0a53c9923a5946a5b8d02e994a875047", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "eaf173895a924f569a39f7b2b4867ca9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "fcda9ceea4574dc684a375342c5582c8", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d950012c844841708bc12de04020a901", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9b01ea3cbc4d46e9acbd7fec73621b35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "109c3f47e15244f9a9e2d5c9a7c0b32a", "region_id": "RegionOne"}], "type": "registration", "id": "f7b1cdead38f4ae7837a4f47f3191fdb", "name": "adjutant"}], "user": {"domain": {"id": "2f97ada0777542549501e04c2265811b", "name": "a1461225095d44e7a512176077c269b2"}, "id": "0861ff8d4911492696fb7c815e44b6c4", "name": "8ae7558c7b4a453e830da479bb91de25"}, "audit_ids": ["be3a96ea754b4e0e9a6087207306411c", null], "issued_at": "2019-09-19T09:04:39.419632"}} 2019-09-19 09:06:39,641 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,644 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,645 keystoneauth.session RESP BODY: {"floatingips": [{"router_id": "d23abc8d-2991-4a55-ba98-2aaea84cc72f", "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "status": "ACTIVE", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ac", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"}, {"router_id": null, "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": null, "floating_ip_address": "203.0.113.30", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "status": "DOWN", "port_id": null, "id": "61cea855-49cb-4846-997d-801b70c71bdd"}]} {19} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_delete_floating_ip_not_found [0.176364s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,420 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,423 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,425 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,426 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,437 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.361271+00:00", "project": {"domain": {"id": "eba9b3f95f4b4fa08bebc6e1bf0fe3a8", "name": "53a44b459d054b918779ebeacc0661ec"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e84f6276ff914e29910b63f9ee67fa3c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f79a3b8572894671b45db874a7f2f698", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "001ee9b0c9864792aa5cf97f626af94d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "643b11d4bc9142d1a79879c9972117e3", "region_id": "RegionOne"}], "type": "identity", "id": "baba18b21847479598b2f0e542bf197c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "29640d12da704e3888eb2d4c4f7ecff1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b44a9f99307f49b0a10fb8e5085b3ccf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "722f524b54284df59fe5353a98ca70e5", "region_id": "RegionOne"}], "type": "compute", "id": "a5593502a9e7474fbc14be85f238ca52", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "af5d1075cfe24c81bdb2e7ad777cd927", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ea67a6be04cb43fd9fecdebadec480f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "12622bf6b1df4c4a9e1372110a2b3898", "region_id": "RegionOne"}], "type": "image", "id": "3e65f0698d9f4665884f2624bfcca3d7", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0b7aba741ee0466aa854e2c832423374", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ff963468cbcb4c798553c47f410b6298", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "702c89a59981433697e568fbcac1f926", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d96d75fe525d42fa87d90af0f5764094", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53689625715f4551a23d91166eff9513", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca7e62b372b240e6ae991a58e27df7a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af836a6b00304384be505b52307b525a", "region_id": "RegionOne"}], "type": "object-store", "id": "d550b9ba76db4fcfb3c087a2fe41dfc5", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4e2696a6e4564fbdb7905eae638f9a42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fe3e255a2b604008b4ed5174fc637937", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "05840d6d068f451b9cc500f92fbcb436", "region_id": "RegionOne"}], "type": "clustering", "id": "58969d3cc8914bf99a545864fd7886c1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "10e1c2b60c6341fe8e3af9e7178d6b3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "02fba9c414bd4deb80d40af03b85ab04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "46cea7e322c64883a0a8e2f151f84220", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "53c7c7f49a714ddeae40bde67a6bd367", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bede3f8d4a0041ad82b52010cd4d2a8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "61d2f8c0927446c9bd96beb4897a3b6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "44db3c5a34f84242a8f28159d52388fe", "region_id": "RegionOne"}], "type": "cluster", "id": "8c5b8878b61e4d3e8a8179cea752d610", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "449de29f74924dfd996222fb408b34f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5f140f68589948689fbf33e6c71fdb3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "daa5eb1145aa493bbb11460d8dde1dc2", "region_id": "RegionOne"}], "type": "data-processing", "id": "165ccc682de14f138a80e316e9daaa94", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7c7fc93ac624486fa201aaa06fb38177", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "266e7d14ad1c497ba55777c9e976b4bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "06a552d5e57b49b4b9bf6c397a96cc05", "region_id": "RegionOne"}], "type": "baremetal", "id": "3c8d16f89df2414788b2f84d10894b1b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8931698ffa7b4817ab1ee8f2daf73f19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3102c0d7051848a59072548b482c2928", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5858a2ab7015476194527b0077ecdfff", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3f7c67879cc04d2eb301c45438451194", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9560b17632c547d7bf23bd39d05f488a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f41d2e03b36b450297f9d41fc9c4a51d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c5fc449f87dd4a1cad755b0eaf795833", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "23dbdbc634314ea5a29bf1945e27f5b9", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3bd4f87d5b5042b4bc0b59610eede9fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "082480706ef34eb4a385aaace3339756", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "356efdab0d4247d9ab276d07d36b1f90", "region_id": "RegionOne"}], "type": "key-manager", "id": "6ad371b114364e76ae35d6218cc63ac4", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3e7d31ec7cae4a339133ada7afff1581", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eed1e2404426460497bc619f369f574f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6f64d20766f24546921d50a662654f71", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e9d9acba1a0d4becb430755ebad1eb4d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "065f4e64874a4cf3b039e3e5919c01b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "80b235b58b6e49e88cca0790eee50282", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d81268f1c07a40ac816b69380548110b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ab0a363cdf5642a39451dd146b5e470a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3d707b01df8640ffbe4463392533ff64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9de7e8d34469466da9faf2f990dcfb91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4bde8fcb0e1c4f6e8c3d74687b52d8b8", "region_id": "RegionOne"}], "type": "message", "id": "87448018e1b148a2ad9ebb2a031a4fd3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d76af32c08f64499aacd597eb4ab57bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d9dd07b8c41d43778b6514dd3b742158", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "329a2cc608354a469e9a42fc07c0d96a", "region_id": "RegionOne"}], "type": "messaging", "id": "e0e0110abc374a3d9cdb9e9bb0d41364", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "645383be8bc349c5ac4e83d47e097a17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5940102f6cc64c4c8dbfc07ad58b30a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5f4694e22f2b44459f3e78eba7a7d1c0", "region_id": "RegionOne"}], "type": "application-catalog", "id": "da21704b0774414b9a5b286798fee9e2", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "620b3e1e1b4042ff9fb1b5f0a484b648", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "198a821030654a53b2eb3ca09825df98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6a2743d888a645968b314ddd543531ba", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8930270c02714a5c8af1fa0bd6b1355a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f5e4f16871cc45f999a0832a88410bd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "58a6eb232bf14c6e8a3b68a3c6b94244", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce45fd76ea0d465bad0fd92998dfed72", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c5b48ed8f8334e25bec9fb769581c70e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e21e4ab62a1f4693a1c66dc63b6af887", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ee3142fd27be46f39cb5e4cb67e0b13e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "614ee1a284594c1fb7a94649d0971a92", "region_id": "RegionOne"}], "type": "container-infra", "id": "6496be08b2e14f069822f2d829fd25dc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8cab0daeb1e945a0ad86324a52789cae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "63feda76c5cb4551b0ec42112639c3bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "8229ee71c1d04f058166c761017469b5", "region_id": "RegionOne"}], "type": "search", "id": "dda02e38873047ea84aee6727c1f82cd", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "35ca9c8fb15d4981b46d71116d009b73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "df044e33b47e436fbe80b47551c24fb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "fbbca8544cca4d979fead37a19efe320", "region_id": "RegionOne"}], "type": "dns", "id": "654c32a24b504a5b9f29fde04c2c4964", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b03b13d0667f4d53b97487cc90ebe5bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4db5492d29234f819d0a449572456fe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "877769cc180d4d27ad4542f69d4aa4b3", "region_id": "RegionOne"}], "type": "workflow", "id": "9b9440d0e88c43c59212a53c42bedf46", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "05561d25944e4816a7864ec4bb50c093", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e9058ec08f10402b91ad137fe959567c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1e5ed0c941ea4092b366ed8bc6e2fb82", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2576a61370914dc284e75f08969e0e93", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "e2b1438336544e38b711cee23212b477", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "91bd2a44716840859fab47557cbcbe1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7358892b1f8841c4ae348b4ed5b13f12", "region_id": "RegionOne"}], "type": "rating", "id": "20462b50ff0a432a89d3e638a99d62a9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "30ba56ca952e47e1a9515c446661cac9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5e1bcc207aed4933b8ba9b16dad5a617", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e98f06592cbd431daf6907498991ef72", "region_id": "RegionOne"}], "type": "operator-policy", "id": "8a0db33626094d748a08b922a7ad54f5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7f9045092fc049f49baca41794d9448f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6e2d7323f73a4c479a8879097ef2d2ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d2f80a20307b4e9bac0c1543fe0d1329", "region_id": "RegionOne"}], "type": "policy", "id": "4355e8a3a359497a95f3b99fd1c34fce", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2575270cca9e40c2b11f5960cd237137", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a415809ef3f34c39950c237ca31cbc2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "01dc210e809f40d7adad30fd728b94b3", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "75d4a86fc173493f811a166eebb89ecf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c3c72216012d476bb92cec0efe42f3e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7a222e46632c4513afded21e1a145ae0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b1d244eb1054431c8b233a08529366c1", "region_id": "RegionOne"}], "type": "sharev2", "id": "d018e3fc16a54a608c5679f7948edbb1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "793e9cd7f51d4c29b0c23a32d8ff15e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d391a9b0aa334fba8d93ac797a4ed3c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "29c9aae398274ed693c273eab3cf2ad5", "region_id": "RegionOne"}], "type": "share", "id": "5ab80fd1a22443f9be1db065bf39b240", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ce6215bdca6849fc86783a2792f9b698", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "cbd433102cee46c59593a0a48b4e40a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0758d567dc624140afd358f9d572c743", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "85bd6636aaa8427bb333ef11803257bf", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08652bea269842aaa4bbb40ee649b7b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c33ba3d2ae2a45f19ff87a8d3d3b802b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bdac20fe76c46749523065eb8fba003", "region_id": "RegionOne"}], "type": "orchestration", "id": "a4c43c9422e64cf2a733d6d83408902c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0caeee32851745b4a1a87c6c5120b328", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b76efb7de14349fe8b0f3b57e374bbb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f24d73c7c6c43b4844b7135bc669df6", "region_id": "RegionOne"}], "type": "block-storage", "id": "1e86f44710f74e45951e8655b70c4a3b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19c60a01870e4609b9df4f29432e59e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6074c18f9d14365bcebdd9e28c31614", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb3f03fdd3a342d483a1e5a9f9dc6e4e", "region_id": "RegionOne"}], "type": "volumev3", "id": "01fbb4cd9ec44123b7198ce888270a66", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ff501d97f9c48158ec86538c8918926", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "157f65640346478d9b46d254f269ecf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0096c9cfa5f7403d84f4e94e2af44a71", "region_id": "RegionOne"}], "type": "volumev2", "id": "f56d35ada7144d8789376071415c481f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5580ab21ef0f4c5fbca801533e906641", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "747a37d4f97e4952a5ee418ed9b7d1e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "040a96de63be41fdbf6f3ea57d56a4af", "region_id": "RegionOne"}], "type": "volume", "id": "5c5f39f9031d46a7b553b8f2c9a0f7bc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14c190e8fa4c438f9666a4fa7d5c80d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7c518181d204b1a8df89ab3d5a003a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a3da68c29cb469c970aaea7484cd9e7", "region_id": "RegionOne"}], "type": "block-store", "id": "ac9ecc2af1e6412aa33901a675a7cc10", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a1ab2d0a609f4dc99379337ac69ac8fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "83d7a8ac9a7247a9af933dc15da137a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b09b77cc46814964a6561c5f29687d85", "region_id": "RegionOne"}], "type": "alarm", "id": "e42619c3827c4f17bcfac01ebf400991", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3bd33f67bd53471184e0d1dbb2ac40ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9c23a3214d934ae188b3e6d935ef4eb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b7de84ecedf44b0a9b24dcdf695c903b", "region_id": "RegionOne"}], "type": "alarming", "id": "039a95a18efc48ce905bfd2a9bef1c33", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "44a7519b75744f8b8e845f1169ed63dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b430c2708ac1435faf3c1d5d91561658", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "62ce2e8c930645e3af946eb10d28ec2e", "region_id": "RegionOne"}], "type": "meter", "id": "268a8898be1f41f0bd77e9b96d869a41", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c7b49860e50948c5b1b4571f1bc379c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "22086a64ebff470f968d7b0ef4c724d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c21099d8b2b346be820883dd65fabcd6", "region_id": "RegionOne"}], "type": "metering", "id": "80f5b53da7c94d0abeef771d37fcb2c4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cde174b3b65340759e3d864b62e4d520", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e93ae7bf43174a96bdfe404d294ca7f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "64d33d0d2808427587f68a6b5748b080", "region_id": "RegionOne"}], "type": "telemetry", "id": "f12b1fe60c3b4451bf035d97b3fcd87a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8141800c44cc4dbebdef5219b50e6ed5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3ac6ead999d04624977a9b76ce4c8149", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "614e97050e0943c092126b785c7c2c1b", "region_id": "RegionOne"}], "type": "event", "id": "1801d1b0742e40e296f55bdf4e6ec263", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "44b7074eb5bd4c8ab46f316ea8554a2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2cf6819b2d974337b4376070031c7a9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0b0c6639136a4b67a6df9c233c36a0ef", "region_id": "RegionOne"}], "type": "events", "id": "97185add2ab644729390abcc7f947ef7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d40dd10ee7d84e3db6771231cd51163f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "760fa93e928c4a8aab8002f3416fbce5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7aac1497f86e4eb3a54e7cb392f3d62b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d901eed6844745c8b5721bb4d770e51b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c497ddd830af4acd8e8b127074818ffb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b46e08e6c9d2419db9ed0ab6997e12c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a8c7894729db4dc4b79257c23ccd394e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "098e3a37c69f44e2b1d535ca6dfa93f7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5d560832c2e64bfda1765961615eb432", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e4250dd3488a479dae38cd6b18429957", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8bf981051c1e4949bb1ac2db3129218b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "decf2f72938b4f66a459092b2eba67d0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0d99bad715ed4b1aa7837d2b54d102a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a69b60118cc54152beeb7bac58b0978a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "eb4cdbf1e92e49ad83f95650ca507f3f", "region_id": "RegionOne"}], "type": "tricircle", "id": "d1523948ccb644f4bdc796d95f2ec283", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "249edc75fc064e74b26f2242878bf591", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "32d61b9176cf4f01aa60a2289a5acca1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b08b6c301c5345f1838929a87392deba", "region_id": "RegionOne"}], "type": "database", "id": "a2387de214fa4d4ea7eb920ae5a6eb8a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "525417e978f542cdb55805caf10e0266", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f9c012bceda94053885a89b371254d52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "da0e83d7529846be8d843a887c764097", "region_id": "RegionOne"}], "type": "application-container", "id": "96a31d1a8bd644429c0ceff489fd4c83", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cb942a00120140d4a50d598e68fa8c3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3c4e9b4b32c543b98f89ca4512a8aadb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e0ba19a928d4482b812cd0f9ce71a6f9", "region_id": "RegionOne"}], "type": "container", "id": "52c4fe1d527b40acb804bed1e91adeec", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7fbe98ade2db41bb8b019ca4c5423c18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "826a942fcb594d21b8a620c223732e2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "20c1246e209647cdb3c90b985980f6ef", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2b2c7c92bc1e4d399e331fb501654e09", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "86b20541c3c540bf8fa06f66a5059e4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "26e240a616a145cba93abd846422e1a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a41a010650cc4a51b55d0a6841a232b0", "region_id": "RegionOne"}], "type": "rca", "id": "bd475b513f4e4ed4a24bab67740009e8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9ee2d0ee65894c3cb891dec2eea87cda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fe9bd796ccc44c33a083dce8a2618220", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "48bce031094e472e904e9bce39ff2d97", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3e05b2205e644a328ee44b11cc46db46", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "45bf1bd2c7de407ead6ea98e04f0d674", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d0b257585b374191b2ca6a06492a5581", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b74ea2cde7f144efaec41ffb80e46340", "region_id": "RegionOne"}], "type": "network", "id": "3f7bacb9bcdc4abeacc86247d2823b3a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "bae18cb553d54caa9cb758ead07821a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "3dc8ec44a2b1410bae08a7401a5b1ce5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e62f461815344e548d9b891e7dc877fd", "region_id": "RegionOne"}], "type": "backup", "id": "9c9366c435694ce6806a2c5a952fe801", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a9998edcc3c64f4b9abb573dab228f40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8807319e848448f5ae3dc87c83a26259", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c714a2c083c34ab7ac07b727a8d1558a", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ab751b76b8aa464c81be75e97939ff00", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "96f25723056344fcafa1b5b021f3792c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "32642ba9e4664fb4804c74ee88a46e17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ea01a747d5694ced9aadebd9651f5508", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8c16973d96b749168f40c89e4f4d16fb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b30a13fe9b48444d80610e800b99b1c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e16b872db0f047fc9c05f31dfb6b2f18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "eeb46df7c6634d44a4713f3a4bdd19f0", "region_id": "RegionOne"}], "type": "monitoring", "id": "3716b2f6e86543bab9159d13268f2e4d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "26c96e3c49d14dd394073bb854ac33da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2770203127f84b68adf4509cca2aa8d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "469cc52884c1455da740d1527aabc2b4", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "58db63a0d8a348a8a96f09644402aa21", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9173b7e148674a298f566bf02d256079", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "99223e7fd8274e929cfd8bea0f83f102", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c05aff5dc51c43b29aef5c33f5b66dd5", "region_id": "RegionOne"}], "type": "placement", "id": "e83811623d634d3db8a1a185116bfd63", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cc425f9086ee4810bc1a608b16c5d7c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1925815ee4524b4281a3c42d3a76a02f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e323602dcd4149aa8aac90061e719c2e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c03cb622892c480ba6ba65a250cb9245", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a3382ea3775248abb0fbf6f69b26b386", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "046fe16abd9644dda3788db43f183a95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cca81e89ea714bbe9fd361569182d93e", "region_id": "RegionOne"}], "type": "ha", "id": "fda45efcb0354d9d81fb296b9761d0dc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "af23439a9da04155af47f8a6fbdfcb5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a2411acde5764f3da4a8e2fadf392e5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "314662fa7067498a824e56234f25dbe0", "region_id": "RegionOne"}], "type": "reservation", "id": "aa77696ba2944508bd994a5d719ea265", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "487ce54b2e8b4410b282f29a919738bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "df74c1231d474e139d7dd3ae77b05e9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "745cc3f387324a1892be9c8878d910df", "region_id": "RegionOne"}], "type": "function-engine", "id": "75a9ffc17ead434ab4fcb0ada17bce90", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0a33075099204c5facc9af435675b459", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1a5180fe5f6b44aeab418807ad6f669e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d0499d7bab90456db6d4e7148b376b2a", "region_id": "RegionOne"}], "type": "accelerator", "id": "14c4d69756b5416ca0362d0f90ea88ea", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f28ae511f72943978e1d930fb0d0be9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3bf1493eb4e94b6b83f580b791846bd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a63a2fa67e8443dbbb6df095ae396155", "region_id": "RegionOne"}], "type": "admin-logic", "id": "55edf674008d42c5b52e2d5304e4fdbc", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "20c0c2f8bc174b04924e4996830b891a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1ebf4c2c1d3f4e2d93d4504725074d9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "dd464bc1bd1b465387c679a963e5d16a", "region_id": "RegionOne"}], "type": "registration", "id": "25914c3f10b94c53bc6917905b758e33", "name": "adjutant"}], "user": {"domain": {"id": "f350252b25ed43f7b757d18ccc89511a", "name": "981244b089854284b51c8f167bfeb1fa"}, "id": "b2c335ff3b3e40b8a97f82cf3968d410", "name": "0eee9116c40d416f94d699b66033f39b"}, "audit_ids": ["dabb70b2690c45bcb0f9c07eab4d4ff4", null], "issued_at": "2019-09-19T09:04:39.361271"}} 2019-09-19 09:06:39,528 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/os-floating-ips/a-wild-id-appears -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,532 keystoneauth.session RESP: [404] content-type: application/json {3} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_delete_firewall_group [0.274992s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,423 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,427 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,428 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,430 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,441 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.361926+00:00", "project": {"domain": {"id": "0868002adafd42cf80e8e0c1093285a4", "name": "ad40b05b89814e00b0cfb0ac8b21e3bd"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a88cd35c1ce24401b47384f9cab29e97"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5e1fa41a1ef84ef8b146ea9ac70d182c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3a07c9999faa4c859c87371c36667d6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7bec4670abfb439393d10268f726057b", "region_id": "RegionOne"}], "type": "identity", "id": "f506f1fb45464e668e62d332b392f28e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f689e7760e3542b1a0c4ad69e82fc27d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "064aad6cafb848a5babbdef79508e110", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f427904c823e44dc93960af6e0facd7f", "region_id": "RegionOne"}], "type": "compute", "id": "120fb83160d54a7ca2c7a7e693346f01", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f8478a942bf849ba88cef49248f1c0d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "fd794c521d8542968d16c3e90f64f6cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ac66c7a7287b443e851d98296bca7ec7", "region_id": "RegionOne"}], "type": "image", "id": "078f04168dd5441aa37f0229a2644336", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "95fac0e302e844eabd0d7c9f0bc83dba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b2d693a700de4152a16fc39d73b638b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "60b78e069820400787609a13d52b8a80", "region_id": "RegionOne"}], "type": "load-balancer", "id": "4227ce2a1bae4c848a774cc4e2fbd522", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d810577836c5448da92c3cc66fca70ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c0d3f2393bb48aab00cbeef54ed9846", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77b602cb91114466bbf3dc14fc28fae4", "region_id": "RegionOne"}], "type": "object-store", "id": "d52d6d5cc3144a7eb0235a9c4ea86ceb", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b631f6d7e8a04359a16571549062938a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1bb9813ea0b94c1c8ba18c896a1f4b23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6e7f16d3ed784eeaa384cab16a53522c", "region_id": "RegionOne"}], "type": "clustering", "id": "b7fa87de0c1d4c1589272e36b9c10d22", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "53cf0b343c1d426f9f838145b54b3ce7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "25dd8c7145df453daeaac2f5c7c44a8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cd920e66187149f28890a939a0d65d15", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "debd145fb33e4b7a8a2cebbe7df07203", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a7e85e7cbce144e5a6454bf0f276720f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5e3dd9345e444e7b8f2f9f000299ce08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "eee95bb0012d4259a616ceaa67b72361", "region_id": "RegionOne"}], "type": "cluster", "id": "78c58f7872b941b1bdba202a28745e58", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "32b28148b759492f95edb420d1a8bb96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4e09994f6cd5470eaeeb12d221faf3c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "99d737d1dc7b46aa82cc74ab21e21eab", "region_id": "RegionOne"}], "type": "data-processing", "id": "b2c6b76bf4b34d4fa88d894bacea4698", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0e64fdff93ac4127a42b8aab14bf887e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ea9b22f420c64b5db4c7e55dc94b4735", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "341615b22cbf4d14bbd80d5f6f4bd632", "region_id": "RegionOne"}], "type": "baremetal", "id": "5233d0452aa345a9b0369e33aa7f7dfc", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "243c80db688d4b81bca799ca41ac26be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d4818610d2f74a599c1058877ee9211a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "966069f7c8c64283bf61572a344cfde3", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e2e74519596140c2a8c2795e8e6300eb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c6e3732ca827446ca353c56332c85d1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "52977e335efb4d128240a4077ebdaeab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5cab3513de734c36ac56304e9753b5d7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c7d4737a40054374b4ef66dda058c7e3", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "98c4354075d94033ba4e20f9e7830827", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8059cffe4aaa459fbe99c174cd6c02db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "12c37e5d640644558afdc76113e24f2a", "region_id": "RegionOne"}], "type": "key-manager", "id": "4b7aa5a1c1e8418e9f808287138ac733", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cd6eb71b70534af39e6d89c7ed268c3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "513c054530054deaaa20f58c7c0183a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "76a5cf1976ea4c7b901238d6b2ad264f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "846e573131c646329e301332ef2abd1c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "91a35ea4eeae488aa32d971d45b4a9c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8c1bf0328a8b4482a0edea36d84bf8f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "988c33096da44c328334b4f586647b37", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a168341417e4499f8b9bede0ba35e449", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d2cc5468d3ee42b7aaf4ec5080222dc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9202863adce843e9be5cb4d22255e0e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0ecb7fc23ce943e2b12601c6ac44978c", "region_id": "RegionOne"}], "type": "message", "id": "ca09b635ce1c428d91873c1d5e51fcbb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5e0bbf4f6d954bb3aae71b691d6acc6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6f2e682e62644b3d91c5945fd63ffef9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9e37d47642f1458dab794faa9fb143a2", "region_id": "RegionOne"}], "type": "messaging", "id": "ffb5687adb294db99f90f5da12028cb9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3ebc42fa88a84f48832c2fa710403e07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f4e43b3ca97445cf929dff2ee89ace89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9163df6fdbab460e94db6ba863533152", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8613b2f2c7b04cbe9b4e89714db82fe8", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "24482a576db54151bdf08a9505336363", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6fd823a178844fc8afda99d920797a97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1ebec235147f421f9d51d8ebc63fe639", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "678188094d454a31b05943b665f64dc0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b5cc428f81c64670a63cf087ae97902c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8b4c44579e7048c2bf352139d6539732", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5cb94e15f463400cb92ca03a96bbf0ca", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b0c07f79f7e64ceea5b13007de8753fd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bab0d278bd394698a041f806d5609794", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7fc732161a5d47489e89555dbdebce05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "75a09a7161e741268823608700fb97a0", "region_id": "RegionOne"}], "type": "container-infra", "id": "bbf610ac2ec34c4b98ce3664659a6108", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f98818af470e44b3b4a111e05be04c5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "565cb91b4e6e46cd804c9e671f3bb4b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a7f67a6df7534bbd8772b7a1ec866434", "region_id": "RegionOne"}], "type": "search", "id": "a90f97216c6e42659b1e1c973f85441d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "520c67c68f0a456c9fa9ca07e91d1d24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b08a47ec101b419e89b341be6846c3c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d211012af75240c6a2cbbb1855dc4b47", "region_id": "RegionOne"}], "type": "dns", "id": "7f8103881a324f708bbacfddfe45c6f4", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0213ed6085da49b2a6b85d02ff688257", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "944bfb0256f34b8faf2495c93e4ca9dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "16e19a4efe4745c5b6980b0ec1093010", "region_id": "RegionOne"}], "type": "workflow", "id": "a38c6f34ff9a451aad611e3b036dc5ff", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c7238359f6d04729848757eec4f7e1a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "74786d5af165481994af6f88f730c6cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5df49fd99d424b5d9aa0265a7b8180e9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7510273b20c843c6af5b90fee6500e9b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "84f2d796effb42daa811ef29aa234198", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b3dece2705e447deb51b32b740173762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c199eb87ee744290ad0d889a91e923dd", "region_id": "RegionOne"}], "type": "rating", "id": "bf0adfbc26ec48afbd9e55c4376fe4dd", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4454eaec2b1a41c78a9a4895652e2727", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8dc27451b88d4622a033bfa7d4c62efd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5051d1c948744579b8c6e3fbabfabb6e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "615a5898cd8b4d61869584f2604c810e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f238ecd9ad4b4c42a85ea58427f5a80a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "35506074a88b4345b3f00c3af8a0d46b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d87d32f3db74486f8f62e3421c4049fd", "region_id": "RegionOne"}], "type": "policy", "id": "21f6b5da518045d1bcf120024a77fb7b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e5e37f370621427bb6c8de2108526a04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "051b16d7c62c4f848b835567c8c2e197", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0bd425535eb04cf08f04619924521d49", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "93d8be6585be400c9793d5202e858b44", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "53bcfcf8527b42f19d6a0daf6b6bd1be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d07a36adb60c4e219e27c06ca7501215", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "04d5e16363d74b90b2e2d249dc2987fb", "region_id": "RegionOne"}], "type": "sharev2", "id": "6c201c14e741495c9a8307d54c789340", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "deb547fe88e341e3ae3932080c0dce14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ee28bbcc0bd4490cac5fb895f054d798", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e0f9d946cd7a42fe9dbd8f356d2afc91", "region_id": "RegionOne"}], "type": "share", "id": "5a680bb04d7941e8a5b80676bfbb06a8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0051227f6a1e44f5a8a82ac7c9711788", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7460263915d74d669fe8628d0350744b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3509a0975a284618aba3fd38eeb97f11", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "87d732b326e9414f8946c39b264d69db", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bbd421f3305a4dc987bba9c3278b800b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb7d110317204c9d8c7d585a167bf079", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa2ffa0aec37471a812772af3909f3dd", "region_id": "RegionOne"}], "type": "orchestration", "id": "a2b7320097be4e12b9fd1d429fd69717", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf80539a67e9445ca90fa1d4abe653d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89c82147cffc4362ae3125f3905920c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de28dcbcc78f4d259ea92beeaef7bf3d", "region_id": "RegionOne"}], "type": "block-storage", "id": "e7e570cf2ec64183a3c07bd134ccd0fa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7d9affcbba54234a827ba69688bc2d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "200caff364984968aa84843d2a011093", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6bf4476570864b4d8cf6ad98c0c23896", "region_id": "RegionOne"}], "type": "volumev3", "id": "794d7aac7b204515a3f57d5aa46dd12b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6631379f7ba42218d02d2dc6a102902", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f734ed001804cfe912c2868a27edbea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "067fd7026f134215bb11262094e5b81d", "region_id": "RegionOne"}], "type": "volumev2", "id": "e2bffa019f514d858b16b2e154e83eeb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c28a16e8bed943129662688c7f1c1d2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc90bb61a21f46e883d451cc7b9ba6d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c49fda101d44f8d808c8caf106e8f02", "region_id": "RegionOne"}], "type": "volume", "id": "142a84b523d64541b7c2ed6ccfccf2cc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b754a2ff1d24bf08b93d71c725cddaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c44b0d0357541d38c8b1349a6fc6a48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "554f72221cb74041bd3291a26b1985d1", "region_id": "RegionOne"}], "type": "block-store", "id": "42acefa396d64f32b51f319175e5040c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "42e788703af446e3bdf5af1954352ae0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "174f3b9f373c420e89d5220db3e156f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7f332ba16f7a4d74b471476b61364a09", "region_id": "RegionOne"}], "type": "alarm", "id": "a442f0e1ec8c411a809e29e7ecafcd9c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d52a9504e782411fab61a5e2ca19ef29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d6ad298cafb04748ab957316905fa5eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "00afe7df1ada4c6096b1d8277f7fa7cd", "region_id": "RegionOne"}], "type": "alarming", "id": "15582e909b644e519524d184040abe31", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "091805584a5c4ca2b153e79b08010612", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e8e7824c4d3b470b80fbeab29d1f4fed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "726a42a5a2454f63b0d523defa6b05ff", "region_id": "RegionOne"}], "type": "meter", "id": "849467d9390c4329914e6701f6e5fc6c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "669019ba68c34cf2a03f89b51003ad73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "97e5848d5b284536bf2aa650ae76dfb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "aded397c39aa4c6a8e62007abd99c3e3", "region_id": "RegionOne"}], "type": "metering", "id": "eccd4019034741728574c19f0db1d602", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "209140c050fb4f70a4a3d084b299abea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "31bf157665ad46dfb8345a5221b62978", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e4f255911bc74809bfd209c4cdc7c268", "region_id": "RegionOne"}], "type": "telemetry", "id": "a75b17c956e8429bb126338ddf744120", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "39ccd5e7753745b49f1d4393795dc882", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6be9dd90f94e4bf2a1be7c1994d45036", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9b1eb2f23a964db5ae54aad44c7b15b3", "region_id": "RegionOne"}], "type": "event", "id": "cc2fd52c80d148fa95d2c082efad218e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ac7a605396ab46d296a595494bde6e3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d1aee79369aa40ccab327d0151afe8a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4556618b4a764762b8cf4d1d671670e1", "region_id": "RegionOne"}], "type": "events", "id": "ca7dd767c82b42bf8850d602e96f179e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "77f8b15bc8cb42ffacbcfac00dae487c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d2261e6f8f4d483f8f277c3e109cc0bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d2a2a7f6c5414e00a283808f48959dcd", "region_id": "RegionOne"}], "type": "application-deployment", "id": "79b50869f2e145fe90f7284e29129384", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7e14308b1ad8482b8d41ffcddaafbd8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a2358ac9ffcd4a7f815fb844205bfdad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e39801c1be6348c2b6257b42d681604b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0e6286c78fcd4602b7f69cf0c7c41cd6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5f34ebfa465a4c4d95f08f8e693a80ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "eee245129da34ecabac62cbac9015715", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "575233cd8c5142fdbd96c9edd17e72d5", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b765eeff03a146cf99c66180dba0e2bd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "eec39c34d7bf49e0bf7692bb68a133b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f0489e5951cd40cd8876181e170a49dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ec8686eedbbf4816827089362053b88b", "region_id": "RegionOne"}], "type": "tricircle", "id": "c1e9c3c80e194764aa8d00e248b6179a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d0119f19b0e44ef2b10e8b9a9e9bc329", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ae3213e2388743ddbcf7c5107df8f05f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3dcb1fb446c74cd89df79aea4e76297c", "region_id": "RegionOne"}], "type": "database", "id": "f172f424a10d4edba3c16dd2781dcb4b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "73fe959a10634db4a73d3e1bf0cc6699", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fd3ab6132c09464bbf6d43151f2f7210", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b48ce6254a6b451da3eb57f334a6626e", "region_id": "RegionOne"}], "type": "application-container", "id": "c583e356e7cf4929b7fce675a1755c99", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a5de5cd39e5b4fa4b5cfd5079ae1a22a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "592036a50d664a86a05bcedaea6ab6ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "52cba71f631a4c76aabdcb5c00d09461", "region_id": "RegionOne"}], "type": "container", "id": "239b011bb3a3483c98441529de0439ed", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e3fb203f798247f5a8a00387518413fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f10deb044c714e1eb6929260f77009eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "62ede88657a3458a95a25d9bbe90a46e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "69695b124c7b4803be802673f5e2f43d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "336facc890f4442595eab7088233fa50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a951defcbfe14ceabdaa8c8ad114e51d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f5fb3faa3f944c4d89009f498729a525", "region_id": "RegionOne"}], "type": "rca", "id": "04bda9b1bc8a411d8d783692d5e62dd4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "87d6babda188463c90dec4fc77042c7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3ee6aeb851e84ce2bda37215097ec7fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "728a638958fc4be596ea0e60b8f4d7ce", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e85e2d39fe5a47fe9210ea47fe6cc477", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f4e04b5c639742f59c56bafd72270382", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e97ef87bd91a4e6493b282333a778163", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8069b7581e844341b803001039a6d211", "region_id": "RegionOne"}], "type": "network", "id": "a457933472584d87b8591928f2e4ca23", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ac4ab3ab04dc433a9ee92872118ced8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1d24581d38bf471f862239adfdae9abd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "04db4e3fd0804116835a9f38d9d0c29f", "region_id": "RegionOne"}], "type": "backup", "id": "d1e21006b0bb4b4da3519365c97e7353", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f282e9e6df3940e7bd693632d843c253", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2a43a3ebd90a48cc8c8500d63aa7591f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "740cd8ea80fc4af08a292569e5921e02", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a965fffc95e947199473881a540d55dd", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fa0ef9901c3f4e4cae55e329dc490945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e3e5245477ca47569dc2a9113bb0d29b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7489b7b6680e4d1cafec8b414e15e975", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5dcd79c6a7b344c09c94b2d77e949bae", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "49b0da96127d48899eef7ecadeac9f77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f7c914bb1a204e2386b10e65b77aa370", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f599d8a85af24acf89e4602970e78624", "region_id": "RegionOne"}], "type": "monitoring", "id": "d05eb75cc13d4dada7714b1f3043c431", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "dfafeaadd616479ab980e404965e4cfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b1a00111a842436c9805de0435c27888", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "077a6e350551464eb4a9cb71307388c4", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b519be96cbd846a2b4b9e23305c5a2e3", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "eb8a222c655b4bbcbd0b635d34c156be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "eecf1ad3ea3143b08bddb15754c10c54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5e335c9286274e39bb1f12c7bab6a0d4", "region_id": "RegionOne"}], "type": "placement", "id": "05a932b57c1c4d578c43472ac2ce54bf", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "672d1b2647a14053a57070bf3fad9f67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d68a36c9b09a4094af7afc535872ef6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3e2a00dc5608426e803cca2d2e8d1542", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2c16116d75594b08a75460a7fc7808f8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ae791bc82f3043849399b9df74a81d71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "707341b359dc4f79a58f1db3b512ea81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8fff35a0b2414841a6a0b3c9228c7e3d", "region_id": "RegionOne"}], "type": "ha", "id": "a707ee8ebba94939b39f841de72ca14e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "73ce0a3643ca4d7f864ee3ca2e7ca3ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4ca3ccd329d84c5c9f17783a4e393989", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "69551fd1317d43e096a7b4e53193db64", "region_id": "RegionOne"}], "type": "reservation", "id": "8f355127d4544ea981bc1a344183423f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d61e637b74d8482088c4bc5f5a392880", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "361aa3d2a2604f1d945d7ad079e3ec0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b3c84538874d4405acdac48559e5c1f8", "region_id": "RegionOne"}], "type": "function-engine", "id": "0a0b684388ef4663a96547f1b2b5582c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "43beca082f984161a2b260f99a59ec4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2d72fccd12054fafa060fe8f2536f20a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ce6bccf6201844d69bee0cbd0fec0351", "region_id": "RegionOne"}], "type": "accelerator", "id": "5ddda8140ee943a69bb78e5d7d2d97b5", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9bfdeb83b4704dc3879ebf6809db5bcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a75e6f0adc9e4cd4821740637da8f531", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f3002871ac9543598a57248340b20de4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "01367a455a8c44109bedee954ed179c6", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "878455fc862e4936b78d8e26ce430c62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "389c40abaa8f4fd09eb73aded7e88108", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e0585fad44ed4f86885ce52c241e6eee", "region_id": "RegionOne"}], "type": "registration", "id": "5d6557d472924eefa46d769d3f425659", "name": "adjutant"}], "user": {"domain": {"id": "ea585264d43a498d9e0b28ffe555d980", "name": "1113edb4bcab4707a3cf1faefbb03122"}, "id": "a6521fd0400749cb9805f3045dc904f8", "name": "7b496357d97e43a79f0209a28a834e26"}, "audit_ids": ["f3a77f70c32d45d8861f7e996a341a6f", null], "issued_at": "2019-09-19T09:04:39.361926"}} 2019-09-19 09:06:39,567 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_groups/max_security_group -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,571 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:39,573 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_groups?name=max_security_group" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,577 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,578 keystoneauth.session RESP BODY: {"firewall_groups": [{"status": null, "description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "name": "max_security_group"}]} 2019-09-19 09:06:39,584 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/fwaas/firewall_groups/700eed7a-b979-4b80-a06d-14f000d0f645 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,587 keystoneauth.session RESP: [204] content-type: application/json {31} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_nics_port_id [0.343900s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,366 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,369 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,370 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,373 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,383 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.306516+00:00", "project": {"domain": {"id": "de74e9bab45d4ea98303b870d7ccb956", "name": "25c98301661a4e78bc94e672f54bb862"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ccd23c5664374b08a1ba77694e7665c2"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ac6079eec4b941f5a99deaffd47c3363", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "aadd50b1f4a74ae1a7c4dfea027f910b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "30c1578d06524605aadc135f65651862", "region_id": "RegionOne"}], "type": "identity", "id": "6e3ddc17e7a34be795327168f35d58d4", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "81c92990a1254c23a8c37163544697d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b89ba047e08446d2baf74f41610d8c1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6db0acdde15242fb907e02c4ffc6d815", "region_id": "RegionOne"}], "type": "compute", "id": "2dc87bfe519d458f990b67743cfa6e3c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d9a8111910564d43adaef8bb34b98d98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "311ded4bdce84acbb566e4b49c827bab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e675579edfcd4515909072e08c77cc99", "region_id": "RegionOne"}], "type": "image", "id": "5e6fd035cfd4405991ceb64b539dee0a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "62d023a26097423cbd0bad9dbae1a3bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ecc86e42ff5144a29acb3bdb16fae94e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "008f17f40bb14641a04e52a640900d5e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "4e8ea418f9994e18a749b7c246fc37ef", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "273c202469474bd4851e7af918d9acad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7820bc35d2c42efb4cb3eebd3eaf0ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55075de480ea436f9db257d68981d0fe", "region_id": "RegionOne"}], "type": "object-store", "id": "e138ce4b8084458e9f65340eb844b402", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "61d729c5a3e44ed289dc3c860c8b18b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "16153d33aa1e4942836979d81a6a1e6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "66c46e1f381947a7b0ab741a8e469199", "region_id": "RegionOne"}], "type": "clustering", "id": "12d84cbb289440c683319bc81677d2e9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f7ebbbe40b034df3aba9b7419fdae521", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1affcdca738146ff9c5e027bb25f5ac3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fded74f40aff4eafa22102677d4b714e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "323de69786d64005874e93c794102b83", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6ba91644174b46d79e56f963e78cc089", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b4a5e619eee1484fa3b4f473bb4cb28e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7f781d9776264e2db0e65e3d63499240", "region_id": "RegionOne"}], "type": "cluster", "id": "4644a2a11fa94baea330505afda9d43a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a16923dd0ad447b9963046b067efa046", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "423adb036ac649eb80485357b92d9237", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f86b5fae983f4723a5539854ef0ad48c", "region_id": "RegionOne"}], "type": "data-processing", "id": "ab1f0073209f42f682ef388f62737849", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c7b0882d2f064dbd867ce9b1ae2ad71c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "96e2ba3493324cdebb1e61f3c17d73b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4dafd8609dd2417797d1929dce89ff2d", "region_id": "RegionOne"}], "type": "baremetal", "id": "7eb44a1416914081aa4b760d1f27c2ae", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "68fd7880ce074d73a1c5ac2458b00052", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "40fcf9be81664ae1abfebaf6b76058fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d17e9f057c7f4c709610cc1be62bd5bf", "region_id": "RegionOne"}], "type": "bare-metal", "id": "181116d5e8f044339b23a03157f3fa59", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8e3bd5dba2f747639ae5c727c271d305", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c0e948eb98ea4b7694db93fba65f0163", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a17c2903471e4a0eb3c20827fa822312", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "314cff2c6f3a468382874dd9f9535abe", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "46fd87a71f75471fa2054cc881ff740c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8ea3d39a84f64f9ab0fb9ea058486710", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "860cdc72e8304e0ba593b23e1b8bf0bd", "region_id": "RegionOne"}], "type": "key-manager", "id": "04441e13fa994aa6a3bc3475ac250c42", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "592b790818444e96b83d5c4cb75ad5c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bfd830ae2b804846aed6b6a8d1cf71ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7688e099fe824589822cbb0d71abe460", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ac6951a7e763490ea27ca75dd9c0041e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a151733ec5234e7bb0b5d644864aa1cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2b6c1148296e40ffb075c75d187ce42e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8451c81efa2f4d9cb955e756334ddbe9", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d9d02b944b0b41f291bf9dcc18a0c529", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2077e5e8535e483db62b249f24857395", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2b01a8cd7a584e34a3c4fa1122f41dac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7b8919a796d14077b0f32812bd65bfef", "region_id": "RegionOne"}], "type": "message", "id": "db98b1f4caa3466b8115aaef5c5fdb41", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "73addfd0f3294ed88d3d3554a6cc1a58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7f86cf6577e6490a85a654a0a5e86dba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0e2981bb62e947b39faa9f0ca9627051", "region_id": "RegionOne"}], "type": "messaging", "id": "3c31448b3e674ab0bbe379ac11d5976f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "27acb7cf23e74e4da7b6e4f5b33738c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9685c9c27a4d4fda96d3b67cefd1ede0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d39138ce29c84320a03baf1aabe26e5f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "89b9427cab3842d580ebf4475f773d22", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a5033a332c594a56a39054e6de66d32c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "10890d517b8a4dc788ef7399c70cdfc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7ef6b9eb7b134bfc8ff2d7ce69085d9f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f4c8a60a6a7b4f96b5c5924ed8d19649", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "47bb9483756247aea9fc8d429a3a2c9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "32a2996f6c7d441b93ba39aba02f9870", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "910d0a7efd614719b63e12b3c927deec", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "55163f86b1b34f31aa676da59985add6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a48bc5c5df9c4150bebd2a58cd75a071", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d8490d8810634fd3b192738c406c746c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9512c35297c749b295f89e1d72c43f47", "region_id": "RegionOne"}], "type": "container-infra", "id": "01612c78bda8439b9c164a267f360c55", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8a97f6766c3348dc80abbfbe3c842fe1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "356482ca85b848b5bfe63293b17fde7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "39469be5c33c43ba9d469abf38bc4bbb", "region_id": "RegionOne"}], "type": "search", "id": "be24d53390614d5f833b71b88908e27b", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5f8c44fef4af449f9034bc5e4660fb4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "93fb22b34a3b4c7e9ac124641516c439", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e35d63a3df7047db86765558eb7d387a", "region_id": "RegionOne"}], "type": "dns", "id": "e496803126784fb7888ae6fcd568939b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "52240c175bdc42c5a29ba78dc13d27ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "736a0d065df640fdacdfd89d8747d1d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "569585b0714f4cb7aebce83f90e62280", "region_id": "RegionOne"}], "type": "workflow", "id": "d676d4d8f3e0458ea85a074bfbe62994", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e4fcdf7371e2486faf422637f58d9d0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3c71b0fb153c4faa8040e5194aef6e15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "560737524407468fb79be7360bd453a5", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e4a3889c3ca44ec6be6008d154559d7e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9c551fe0b8ec4189a69b7dd80838ea82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a16f0be5512340af9bcafd5eae15338e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "db267b2db738456fa20fda6d5f892127", "region_id": "RegionOne"}], "type": "rating", "id": "30ee4ba7f3624800ae20e4b744d8ed5d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "96e9d070af984020915a9d866f64fb96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8bef5ae6efbb4998940b1e83da404c05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d0c48348c64f46d1a67da705c900c9d9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "b8ae46df4a894e76a8904aa89c4e9537", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7a767c7b3570419a998444fb46cdc767", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3daecca1e77c4783885317659362af52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9d68b1ab450341ba9a5bc2939f88b110", "region_id": "RegionOne"}], "type": "policy", "id": "e7c821b8e2e14ccda347532a2f9a3c6e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "33598b8625d14afb960fd03294e653e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "53ba546c381742c19df1ca6355d02dff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "27711750e226478c92696033fbc6d5aa", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e5a22d826af0485286c54bb88be29c28", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9fb0ef7476ad4072843647a08df98b46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dafaa7016df8451b9d321eb0d67d7d96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3af8f5e8944245faac4c75cf3bcd1bbf", "region_id": "RegionOne"}], "type": "sharev2", "id": "c81914b214fb41048c665fbe4ccc381b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3598bc9be12845a6a66d7a5c4cfbfac4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d30f9220102548fcbfcbefdf5ffe6c4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9152911b8d5849b8a2634d3f591152ac", "region_id": "RegionOne"}], "type": "share", "id": "b96bdf1f23a2491586f100201fe01a04", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8f7f12ef65b14aa39373fbd0d916074b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0597dc728ec3406496eec8205e648fce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "382ddeedb1294f73946816c7a158db15", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f7f6fc7aa6ef436c9de7421eb874e310", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54cfcb45e3dd4b69b9224cee475cd912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6eadbd0a1f641adb366a990746eac45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb5ed96290694264a966f6278e176040", "region_id": "RegionOne"}], "type": "orchestration", "id": "bc51792b6c2049ceaa41ec68ad88d372", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b60bd556ca2141f09b4758dfe4a039e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff259e8c743b4d1ba8ac434b21b92f61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0975fec8aad34e8bad9d1c556ce2ee1f", "region_id": "RegionOne"}], "type": "block-storage", "id": "0d501d2d16834f6baecd49c43ce0eed4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42e05ff7cf4842b8b28def787c3b2c04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d97a88f24a7a406491b9c3fe9ccc68ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b9fb47df8294a4f8a2a20fa214d7c2e", "region_id": "RegionOne"}], "type": "volumev3", "id": "a792ab4639634d7192b58a3fd5360f3c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6781eeb19425499580ac84ce25a3aa42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "800a8deecadd4f5b9578ce87bd1a5457", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75a7ccad68364331ad36590008c23f35", "region_id": "RegionOne"}], "type": "volumev2", "id": "596f03f96a3b4d3e851f5d2c198b583c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f2a4c144221421382b5ed8538a1e82e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "344b26fc9fe2487699b26c6d128d17fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "242bf44e469f4b14a39c93f6b9bd3406", "region_id": "RegionOne"}], "type": "volume", "id": "0c87803e6cd0447e9b18dabccf637a3f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c544b1d0113490c99f76a287a8bc084", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32ccfa349c6b436c9a1ee098b0957cce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12a56d19d5124079bd46700744a9631a", "region_id": "RegionOne"}], "type": "block-store", "id": "bc7cc40145fb4f6488261b92f9521d1d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c837c06a0ac64c0e96b5d019294db707", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5f0bfcdb977b4c47a96a752361d42ad9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "74d9c3dbd3894d8492ae4fb4a2acf74c", "region_id": "RegionOne"}], "type": "alarm", "id": "b6ab6ceb44ed4951a58efd0657d0fd08", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6bb53b76d73e4381a19dfb9da038ec93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0b4ce978bf784d9b989d399bb5d60d7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c2c9292a588f40d9a45a9281481221ac", "region_id": "RegionOne"}], "type": "alarming", "id": "3de501a90cda4486a0ed10cbd80d80e4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0208f15fa7b240fdbd8d78a1bc774274", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e1a69270d5894ce9bcaa3cc4d17d6800", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5796efbb4a8a4905a7d758aee861c7d4", "region_id": "RegionOne"}], "type": "meter", "id": "e7617dc3746144e484ab40b439f7fe8f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "acf147c0e7844c21b19051a34fcd5c6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7ce58454aeac4987ad8e934f1c46ac1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3c95765890eb4dd89154c1890be4736b", "region_id": "RegionOne"}], "type": "metering", "id": "838ab8aeaa5d4dd080ec03cdde98c3aa", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6c463fc9de8b4db18760ab0c3963acc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e39aadd58fac4da885fea6e32f813fdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "dbecb8fa11bf4cdc90fdc36462631f72", "region_id": "RegionOne"}], "type": "telemetry", "id": "6cc10d5212db4c2db7b7665756e4ce0c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "851966c22d6d44899405c57676090328", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "de7da2f243524b85b55e67701cb845f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "56121022148940d98d8b1ae0dd156875", "region_id": "RegionOne"}], "type": "event", "id": "07ce9112a20845c98a64894537fbd545", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "35d13e99df3f48d393a3543a7975c889", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "96e4e0e2f5e441658638c9c1fd8c7982", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f15ac0c6f54a471ca34b61b07be7d8be", "region_id": "RegionOne"}], "type": "events", "id": "c76ad0e63d604646aa56f9559daa5fd6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8b3bfd0d83bf4717821f13cc90cfcb1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "64b57376cf794c67b479f9a55df98c79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6e47735c5dea4ab090acc750f3eeb9ff", "region_id": "RegionOne"}], "type": "application-deployment", "id": "6884b58bb708463784f190433102de28", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9d4f476d705d488daf075a5b672a316b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "286b34a3511e4d5fb6cfe7f6ba2ce615", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ba8750c977274425a92c7d1adf958ed8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2944bec4e6c342e69c6b49e3e9e95a51", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "551a844f7b194c29b123948023326f57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "69fd21b23cc3446d9b21cf746e65eda1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "05ca292250524121b3e403a51dfde890", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "49f4242356ad4bed94dea527892a752b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "84f7cf6a666c45b283a098c5f33e9674", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "53a482f8828341a4be74ee47ab839893", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0721aa2f8c2d4a23a2ae040e32a38df8", "region_id": "RegionOne"}], "type": "tricircle", "id": "42cd883f9f4e4ebbb6e814e4fb6fe2bf", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8039514c4e2546a1a0a008b4008036a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "694fa2a5cad44d628ee69c338d4c048c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0feb2817d19d4235b4af091dff899af2", "region_id": "RegionOne"}], "type": "database", "id": "d8b031c7a4864c819eabc6c7b7eda5cc", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9ea13c67d0c648ca9fd1837c9a514079", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7ea7c2c2b6a74a178827d05ed07c8def", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9db82540bfa142d9bb1bec637e07d660", "region_id": "RegionOne"}], "type": "application-container", "id": "0ec6898dcf80408e8451c35735b32f38", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e91d4603fc7049ca802895bbe59405f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c1ec014c28d441618f9c5c6661ed6201", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ca731fff5897487fafc84a0d0898812c", "region_id": "RegionOne"}], "type": "container", "id": "211aaada57ca4fba9cb23661a44add10", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "26ae4d592ada4c4cb624e4ebd37ec51e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "da8ae1b52f094586883520e16933847a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "10b2d74bc25b47c4809abe7dfd7d03ce", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6287e77136ee4a1d89ba1b27c1801bbb", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "875bf5b50c6147a899c6b215dba71f3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ea2d17eca2e346f5aa8fd586841922e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c283b2d7f21e4bce86b34c005b9bc366", "region_id": "RegionOne"}], "type": "rca", "id": "702f2c562c2448dd9ea0dcdb529b272d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "96e8ab27770747429680fc2dfeffaf3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b94db67c383d46d195a36b61144ec4e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a27d12afb0b54e768dab77a795c49a91", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "979240a050df487f99a109a5565bc992", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d35a310b0d184e24be14a12379108a32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f5ce3722ac064a7c86c7fa891397f183", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "285c11790af34ecaa18ad0b02802c0ce", "region_id": "RegionOne"}], "type": "network", "id": "7bf2dd908896416685b73e0c524e1630", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "84ec9f432dac4193968cf8010f787197", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "503a39a953cb4312821fb7e5a94b57b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "87b9e6f319a645ddbf7879be0deff025", "region_id": "RegionOne"}], "type": "backup", "id": "ea9e918fbd774b2488e38705569c217f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ccbfbd124e424010bb95e9d2c9d43e35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "08bc7c8497464089a6118936d3925660", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6268b3d775db4b1caaa1d182d2040dd9", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8b2b1dcc446f41b08ece9aa55820b5a2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "99e49c6044c14a8ba726eea0ea2ea165", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "493b836e6c8647ac853444f686499936", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ca933592d1374bb78fbcf302ab234e12", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "844859c74c994220b7b991e8af8f8880", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cf1b452896c74c9bb84f0d0473e011a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1a06f3affeaf4fe8a2f6fad91a2430aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "96ddc5ca231a4a6c97b19ab90b09dda2", "region_id": "RegionOne"}], "type": "monitoring", "id": "7a69368de69640caaeb8de9f56821025", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "298cb0c3e4674776875be3808d4b7d8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d13ecdd5bd0349a8ab7609cf5e914281", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "bb3b37d98cf046cfbc57ca33b566702d", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e54d17a574374d539c24b82c72525337", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2bf92401e8c94c28a86df1cac6a10186", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6eddeaa9461743bf80ebdd67efd93f9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0c098fd27c194cf7ba7d6e2153b156cd", "region_id": "RegionOne"}], "type": "placement", "id": "6818f5aba2a84bc7ae0754b34dc70cff", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ba321c768c574d6b8e064f14e55244d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e3f4c68ba9104e22aa23a52e90c0b830", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "13bff289ad3149a485598c0eea8dfccf", "region_id": "RegionOne"}], "type": "instance-ha", "id": "afe79513ca0a49519e0c6fa18a7d5124", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fa462e329a5d49c5b6f6945df874bd8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "91598a26398543388c4b06b1cf0c3142", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "43615659016246e699ea4b1e9d680094", "region_id": "RegionOne"}], "type": "ha", "id": "56563e4882f140709ce6e59447f57ed7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9c9709753ad645cfb0f8e0fb69dc66e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "09b1c8f1950e44c19e3ce92ea2b9eeb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "dab45bfbe46a42548288096db6e5646f", "region_id": "RegionOne"}], "type": "reservation", "id": "dc4f367180084f9784299cb7eab49cca", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "eebba978d4984d5b8989a15b546957e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5c89da962b7d4461bce67e676d67ece4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c1f8c143eacc4fd8a604c913ecd2f9e9", "region_id": "RegionOne"}], "type": "function-engine", "id": "7341b494c689499ea91e8cc2dfc76832", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "34cf7bbe9fed4d70b9ee6c26c1dc4e62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d1bf20d8458d4ee59584d2953d8bd270", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "fe3f1c043c8b4be4a75603b402efa42c", "region_id": "RegionOne"}], "type": "accelerator", "id": "4a072ea99c2e4b4b8e11016d1c919b23", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5efc2dda0b554d0784b0d14ad7869d3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0dd29fbb45644498a3f654c7ad8b8ef7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "048ae93fe6bf44fca26a7fabca4b4d8b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2baeedb7db5145939f3ffb6dbe4ff852", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1c1e3a624e3945bb86ed3f462ff6850b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "065e8f918fe84eab943691e545f72740", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0487a8e0daa84d3aa541485cfa363720", "region_id": "RegionOne"}], "type": "registration", "id": "0f93f7bcd4c54b03ab7539698ec4a172", "name": "adjutant"}], "user": {"domain": {"id": "e13f54c2618d4817a1a189524e0ef66a", "name": "f2aead8cde0746efb6d9723a2683f83a"}, "id": "5326d6ff15554a3986502167269fc4d2", "name": "6fcee029074d40c69b2f4530087bdc6d"}, "audit_ids": ["ac99699df9114114b1e597fd39b73ba4", null], "issued_at": "2019-09-19T09:04:39.306516"}} 2019-09-19 09:06:39,488 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "add7a19ee13f437c88c77adc69aa74e7", "flavorRef": "0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "max_count": 1, "min_count": 1, "networks": [{"port": "0a05130c948c49b3bb1877b52f720e5b"}]}}' 2019-09-19 09:06:39,491 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,491 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:39,509 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,513 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,515 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:39,638 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,642 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,644 keystoneauth.session RESP BODY: {"networks": []} {16} openstack.tests.unit.cloud.test_cluster_templates.TestClusterTemplates.test_get_coe_cluster_template [0.165435s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,402 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,406 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,408 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,411 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,424 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.336305+00:00", "project": {"domain": {"id": "2afbfcfb317f4bc6bc7fc75e13834533", "name": "c9c10ee5c77a432887335580ff95301d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4964e61e69284a5ebe1a1d20c8931a3b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8f75901dadda497eb13c57bbd141e2ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "1f9a5955d5de4a5d9fcbfb3b4e4fc044", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5da504dea1514ec28362201a1b38f966", "region_id": "RegionOne"}], "type": "identity", "id": "9a1d1b55178c4c16a1e459bc9c0c3e88", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4af5736358bb437496cbda8cb1137ea7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2c4fa643ffc6474997f6d9efd37b8ae3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3e6998917492483c8b973812aa1d55cc", "region_id": "RegionOne"}], "type": "compute", "id": "c654949f1bc0474abd106c28f628dad5", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f6b0e743cb3846fea94d4ad5adfb319e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e88ddcc87dbb4a539631221e3fb288b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "baf20b1c034547b481126e50cf14e9dd", "region_id": "RegionOne"}], "type": "image", "id": "66b1c5fe10e74f2187da728a3734a2b1", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f769b315ea874f6a93caa7c8db4aed77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "13651966a0b542cc90fb392c8c5a5d2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "fe76c45afa8e4201bd15579dc248cd7c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "35a9ce623b5343f2874884d5349d6ae3", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c8eab2de7a24d5a95338656c4322674", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "464c52934d65496fb63569bb2bbbe5a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f24a49120732471b97f7ab071cec0e7e", "region_id": "RegionOne"}], "type": "object-store", "id": "71296bcd463f4252a488041e9ebbc448", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d7a33a0a3299473cab1296235927a98c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "afdf2b19f3824486bccd008a7292c814", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f688e76fd8d6496892749efc2f0f698b", "region_id": "RegionOne"}], "type": "clustering", "id": "d56ab2ea18744ecf95528f13f5fd216f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "42f263cdf02045eaa76d2e6e944ee988", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e45878b85b854784992955d6b681eeb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6b7c63a880e943ad9b0a854c71774209", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c2a97db506cd4e0c98188da9242fb79a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2f7f8cfd195b4ec189a50da2b3b51f9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cdc91a5ca10d4a3db3c143d220d9eebd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a78828a9d9d84b4fb0a31aacc7c81cd8", "region_id": "RegionOne"}], "type": "cluster", "id": "9c02ae59d6024c16b76758193ab4fe0a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a91ea498f82c4bed967a25179740759b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9b14afe42ddc46a4be61f796188bec03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "59f375b0fdd24431b1b1882ec5174115", "region_id": "RegionOne"}], "type": "data-processing", "id": "c2ce470bcc8f41bb86c274fc9bc7c361", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "279582ab158b4793bd05cbc9fbb25af6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "42aeb29421a3402e860c052892649d58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fc2120fd9b634424b4b3d845499b724b", "region_id": "RegionOne"}], "type": "baremetal", "id": "de12c2f03dc1499b86538da77febad6d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "384e105aa87b4ba1ab1f8362cd7225e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2309855ff919486881e9ff70d1074948", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "73ab6272899f497faecc1cc4badbb2ba", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2a26c66af04a4c969394dc0f182b9fac", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e5492af83e504353bfd1793a6bfe8c7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7bbe29a805d34f34b8ac00fcaa68813d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "aa24a0725aa64815a277f206551700a6", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "4ab8959881d2450ba6ce95982acc37e9", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5fc9b80a57254d768e2b8cf204705b44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "675a9d1bf14b468ebd63f758001243f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e6b83a8eef7942af9c7b222fb6ce89cb", "region_id": "RegionOne"}], "type": "key-manager", "id": "879a6412c6a243469757689375b4d684", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "da761268c60a45c1bbcf5bb434095214", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1c3515e3fa8c425aa8c6a1682bd677d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1bf7ebee81aa4deb87f20e9895d00290", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "103faca35aa545589cde0de263d212b6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "164ac260f9724519baef2703e0b3bef5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "065d7dc4bcbf4a6eabf8d54ce175b4bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e60d26dad4bd441ca83639675b0eada3", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6f7e2080dd1d4b4d8c13a143608ecba8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a51cf546a3f0444ca008fc151d2d1dec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a674857154894e68be00737170f20136", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "74dbfeff165a45098f993b69902874b4", "region_id": "RegionOne"}], "type": "message", "id": "8e91a84cdf4f4b38a5582446163ca35b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c380a1a1bdf74bfba4ad6c82a1b47a82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "50efadaf7c4b45f3b57c7d9a44ec0558", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a1435abe11894054b641da88a42580e0", "region_id": "RegionOne"}], "type": "messaging", "id": "b3c0ba8808804d2189835de405d667a8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cdd14fcc0c5b41d690a078c2f8d1c6e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "394ca8b7c36e4c6b8608d833f9dde927", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4a08f52c98884a63843bad1bbad362c4", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d26d4d5eb70642a6a9cc25c32d7aaead", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6ddae17c7ac043c59071069a2a923717", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "430f1fd909c343b39c168b0bd4bb9295", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dd132123066842daa594da6d26b0beb7", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "684cd337d7d44ce0806cac82a75a67ab", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bc60ad7034324567897445a7ff185a10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3ff4c90785d647d9ba162a6eea96b8cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "143e766e4ca34dcd9423eb12767530f1", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "de65a16d937b4f12a6e87fbe37145845", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce1ba023098b443abe5f5ddc8a7324f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f7939b7eb4a401ba02437e80feb6337", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4d452b578345459882f6eb56ad7304ab", "region_id": "RegionOne"}], "type": "container-infra", "id": "c90e8249d4794307ac8061f8270b0486", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "050be43737aa412e9382f22d796f5768", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "422b25a4e3424d7a9c34a081c2d3a66a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ad71adf2a5b747cbbfbb9e83cc76e160", "region_id": "RegionOne"}], "type": "search", "id": "785d5b365e404b059c34796e7d1e81c7", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "96a74fed3eaa4eee84e4a479f432ddd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1805bf3671744d1dbffeba4d7175587e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3cb2255892a1482dbc80133610430e2c", "region_id": "RegionOne"}], "type": "dns", "id": "762535455b4c4f50b0b2152f7b81c140", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cadb384e5cb8480e995e3584e48b06f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "785d00448ed04520a349ce69abc8d4b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9f5ab9f017dd4c0ebff61caea0be6d53", "region_id": "RegionOne"}], "type": "workflow", "id": "6c263675a39e4d9e805cfea7dfe74dd8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1f2700c3cf9f4f68a126f2dcbd748481", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "44ef9f88da764795b7ac7d08e2e0b14c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4ac8157130e647feb8c122e88639e198", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e834ebb1d918460f812978c1b89b8ef8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2871ff3c56994ecc866ca3f6bca6ca37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "fd0be331305747adbe5c6bf0d185cd17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ac2a36a2d63045ad8418c94568fd56cb", "region_id": "RegionOne"}], "type": "rating", "id": "b5824dc81255489989be31abe2b26656", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a74be43f71c9443193d2b4468c1b70a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "18a2d96394a14e5d9d762b334ef56cff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2a74d3b863a54efeaee9a6ff35405e2e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "83461b8abd264d039d2c0061a1395c88", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4caad357e123461fb7859071d55f194d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f99ff56797ab40f8b9dbaf2fce19b9e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f8141c4750bf4f55ac8c895230d801ef", "region_id": "RegionOne"}], "type": "policy", "id": "0ffd4382792a4222b22d8e31ffbb9cae", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "99538d3963474498a3ca8e9f971d6288", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "653d20db37a54659b60463b27737e98d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dcd7b4f4335b4fafad86fea4b3a3fcfd", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5b8d017eab5d48af80f4734d4d3cb7b6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "896ea60739b04b57bd7e47553a714bad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2faf4e45a59642428fa57c3ae895af84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2ab14e861f9e44e2b66ffcedad9242cb", "region_id": "RegionOne"}], "type": "sharev2", "id": "562e05b01b1c47ddbf6ac4bf8d4cc381", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3e52b8eb282e4139b5bc24e7284b674b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ac4c7947a6ae411985f4319fc5094e51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "17a8545d7790493d96e40f90785ac4d1", "region_id": "RegionOne"}], "type": "share", "id": "c44d37b56e4b4e0a8a0d1ab40efb9aff", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "88fdcc3e6ad84742b41ca717bb114d05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f51d82fe625547c38471fde21e93f695", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "202fec62a00d4e6c9ac2beedd0ee3ae9", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7c3afa65357647c8ae02c5da296d7a5c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bac5dd1c1274dc391209beff9c24e59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4df428986add484aaa4057884fab6dde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d021fd9a9481427882ed9d2e4ecff4d2", "region_id": "RegionOne"}], "type": "orchestration", "id": "915b80cb56534554a1c056b0797125bc", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71cac4da41aa459eb2520127c684eec5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3762d9483a4842fc8e1a0147104d090e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "249f730ebdd44aedb4065ec47ac2613e", "region_id": "RegionOne"}], "type": "block-storage", "id": "dd192fa6d596466cbe991311e90594de", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22ac0dfc82fb463c88e857354da23eec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e1a830cb7cc4a1692e9588e18c776cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a53a245f61f54dd6bc64dd49bb690a72", "region_id": "RegionOne"}], "type": "volumev3", "id": "cfb0566c15134a21a016117942839497", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "604563cef33b47b3b3f5ae12148a2609", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c65eca97b5440af98cf47c5964f2d40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "129d30c866914b4f947445c7d5b24bd9", "region_id": "RegionOne"}], "type": "volumev2", "id": "bda6aec8eaa446789ec1d53317fa4ea6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "940e74628f4c4810833314f923464645", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8117156b863e40ee83fa1d48fc1cfdb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fdc31f3aad70488089a4fa0811693e1b", "region_id": "RegionOne"}], "type": "volume", "id": "3297db089e1242278090d4c58848f23e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb77a2df64c944da8d065e1dbbe22a09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c2993c6293d4110b7abb6cefb3eb0fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fc260b0f4c844c0a0f9586d4bc7ec6f", "region_id": "RegionOne"}], "type": "block-store", "id": "7485ec32ab084876829cf797ea1fece6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cdc5d055b7b14be1ba45d41b003fb95b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "798a3431cc794061842db7e1a94ceb24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bc873c1ed4e5423db262498be58d29c2", "region_id": "RegionOne"}], "type": "alarm", "id": "8404c2e14a76497e9832fc42013bae4f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "292a402cd8b74ee3bbb600d3c4cb85d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f0839fc2fa6a45d9866af992ecce976c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "820123ac26914e89918aa86b27e8b5da", "region_id": "RegionOne"}], "type": "alarming", "id": "c041e63cdf274ef1a17073413de397fb", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "548b4de1bfce49df87f319d5aa6a7212", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "aa7e312b1ef346aea639e71be290af06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "38e9e3eded56404c9ced2b0309ccd2c2", "region_id": "RegionOne"}], "type": "meter", "id": "5bdd4121485d466abdc98475adadf394", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "944f593eca7442daa911ca39be38de80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "93c952605fc443f3a210acc65e292fd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e3244b781aad4638931626e506ee071d", "region_id": "RegionOne"}], "type": "metering", "id": "2fdf474320df4ad6beb0d81fc59b35ad", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3cc5350061314c48b6e86e969a2a2ad4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ae06bd2529c04f49931474c7bf5938dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9cf42132120d4ecfaff3860186c9c01d", "region_id": "RegionOne"}], "type": "telemetry", "id": "8e03bf324e3647c1a1b74b9c87b40674", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5f9a7e5f99fe49e293dd24b1dc7e0944", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "04cf001c8ee8413e9404cf4989fe882f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a2d1d5cb272c49b0baca88298112b403", "region_id": "RegionOne"}], "type": "event", "id": "9315aefee1b340b4b42df77ca2a60ba9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "88a73597e7c2475c9b0f16c04cce0213", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6a65917f956a486e9e974e69ec4d4e49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0fd2689dbcdf49ad9029b2aa0b1cf2de", "region_id": "RegionOne"}], "type": "events", "id": "07884fb799ed4ab3a575589d5f319ac7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e5fccedb6b8241098ea4882564c0c675", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d5fbfd4a2402466dbc97b7bd522b23bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "64836ed538234c01a9444b21db464282", "region_id": "RegionOne"}], "type": "application-deployment", "id": "160f6b4820294d9d9536337443ac313c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "423a0bd3f8d241c1a9b77642ebb9a4dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1bddd2ac47314c2badf488fe1c9db846", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2b292dd4af0d4543a058247201f281a2", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2e18127323bc47f7b0036305f68036ab", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c1e1ed5ac6b342f6af1b99f780036116", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "db60dd84f97b4a4d8ca804556411b3b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3b24b18230ec46319c72dd8f183ce370", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "236a299f271a4a6b9fd344d2e22d4e1a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0363cd5d99b84173afff9bafb91c1ab0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9ddea1976883422699bd009e2a31e8bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "46fc687fdc28412382d582dbceea1388", "region_id": "RegionOne"}], "type": "tricircle", "id": "b19e06eb0b764bfeb7f03c5bcb31836e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "fe449da790924044868cb949390be7de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "be273d30c366429998e8bc0d2a55629c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e02fab69dfc7461080633bbd8a0f545e", "region_id": "RegionOne"}], "type": "database", "id": "aba8feafca0c4ba58100831fc97000c1", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "199f76db314940599b22034b032ed95f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "86df23911fe14e759d9b73482209c65f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e91ea50d695c439b9f97fa64bbc72882", "region_id": "RegionOne"}], "type": "application-container", "id": "f0258c3811fd4257ac9b3c1d4ce6b0d1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "816c5637b66a448896b460a2b1bd008b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "502da233dd3844b5976191c2773b47aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4e790b651b684c65830eeeca33fe4666", "region_id": "RegionOne"}], "type": "container", "id": "cf1217f184eb492db1acfbf67b1da273", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "743392ce17b24403ba1bdc5410f52304", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1a6d69f96a5b480db5ea2e161192deb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d3fef2260fd64046ad033404147e0a11", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f2795a00d95747c4be7ffa5b132454d4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "832cbe08ee9048aeac3fada442d6506b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0c8336db204c40278b9621eafea2fcde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6ee951f894cc4616a7710751c88bae21", "region_id": "RegionOne"}], "type": "rca", "id": "12afc1accb3f468f903ea9ff3bcd3360", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "69ef14d01cd941cd805efc18a20d86e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "631ec81368d44987b2494fcf861dd1c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e4d7d98117564782bd0c5fc88f352713", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ac757892c49a4c908ab911c27423f428", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9a82076c296c4c60b7478b12c83b7fc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3834658348ae478f9562ec078009e6b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f88b5275c74845bb931f6b07b410af2c", "region_id": "RegionOne"}], "type": "network", "id": "e924a2ea2c1a4d339259e0873233dc86", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3087795127d043ccb80e5adf7f7d1383", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "dc4b0129bd58494ca35849d702f72899", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "24022803059043848a901c3c4d949661", "region_id": "RegionOne"}], "type": "backup", "id": "f3f51592b7134ac69f784d135484f23b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e4e6d2305c464554a89870e48f6b39a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "56d06b2199f14a238d840478f383503d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f4cdec08342e4284a5f30709ef212e93", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4e204d0a08724b6c8ef63a514ad23feb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "711e46ede81a4b4989230c36d0f8973a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7ef2bf2114374c7fba1ca7aed60579d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a36e744dcd8949abbd58c9fbcc891893", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "812423f1846b4c0caa903e0182649184", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "54bbb1c5415247619ebaf7d166c675cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "67100eae0ef44555867bcb630d7ce03b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "605d73fd741b4154a0c81ffd203216d7", "region_id": "RegionOne"}], "type": "monitoring", "id": "6f1993c377f54a7b865ed3403d16125e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "976dac84166548c58082e9d4a8d59000", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bb8c3dcd58764cd0bce8a99e59b642f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "3dd26a3ad64c45488be09681b99fd86e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4c45f00f6fab465ebc7726029d440be1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9ab9b77a902f428f80d4da7f4da89c83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5d8b962aea544a679114b391c887d849", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ee5f53d3f77944e2bcb30eb01ffa1736", "region_id": "RegionOne"}], "type": "placement", "id": "f6ed4c422352431db32660e12d747453", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1c63b7a20d2441fea5a33d394ecfe197", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e4ce266ab4704838a07eab83adcf0486", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "afc57de9def94206a8df1fe58d48d970", "region_id": "RegionOne"}], "type": "instance-ha", "id": "69e56bd06a384ad6aef706a1c5ee4f1a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "04951cb3c276420e9be0f216d50322a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ea7d395e9a304bceb581fc0c4efb854d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d3976d6365604a018ac925e5ff858d06", "region_id": "RegionOne"}], "type": "ha", "id": "2a4a4f1784aa4aa991b2e878fd64a496", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ae6357831e834f88af86580e833b7df1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4d26158ce5174e9d9bd7e933800a482f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bf70ca2d3214427a85263f09085b2a36", "region_id": "RegionOne"}], "type": "reservation", "id": "23dbf7f5d8e24e3c98d6fb8016cfad7c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "72d753d492a64a679910aa5a51982eac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7952db37459a44e6a13820059bccf025", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3f5c72456b464334803cef2d13ad80d6", "region_id": "RegionOne"}], "type": "function-engine", "id": "c5fccdf4c3124f19b997a4d43d9e4544", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e6f38347a65a41be90f03e197dfe1600", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d7844423e5b941768a43ab355d3ce2f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3a34b1a6b98345b09b6162b4617ef22a", "region_id": "RegionOne"}], "type": "accelerator", "id": "1f18296385244b86aeaf62f126da65b3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "aa82f98ed04a4b7f97123987a24385bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "05af41b6a2704adca382d64c683bbf4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f1e21e959b4a42f3a9a99183ffab804d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7c7823bfe7024e0589064618c2621620", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9c4d6d34579f46af9e562fc738bdefc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d91d57c4dfbb4f6cbaedf2fd41653323", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0b001c91b44742f09f0357a1d220a595", "region_id": "RegionOne"}], "type": "registration", "id": "aa0e326c3f7948e5910593c1ea3828cd", "name": "adjutant"}], "user": {"domain": {"id": "0db696298df743e8befa305de1160963", "name": "44eeef1f1f36430bba51b0113888dc0f"}, "id": "3eb09b5ae0a8432d9d2f72997eb0e0b2", "name": "66fc568a45f94623a48fc6bf04433cd4"}, "audit_ids": ["8c3ecc001087420da7befbc0e1b4fbfb", null], "issued_at": "2019-09-19T09:04:39.336305"}} 2019-09-19 09:06:39,477 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/clustertemplates -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,489 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,490 keystoneauth.session RESP BODY: {"clustertemplates": [{"insecure_registry": "https://192.168.0.10", "links": {}, "labels": {}, "updated_at": null, "master_flavor_id": null, "uuid": "fake-uuid", "no_proxy": null, "https_proxy": null, "tls_disabled": false, "keypair_id": "fake-key", "public": false, "docker_volume_size": 1, "server_type": "vm", "external_network_id": "public", "cluster_distro": "fake-distro", "image_id": "fake-image", "volume_driver": null, "registry_enabled": false, "apiserver_port": 12345, "name": "fake-cluster-template", "created_at": "fake-date", "network_driver": "fake-driver", "fixed_network": null, "coe": "fake-coe", "flavor_id": "fake-flavor", "human_id": null, "dns_nameserver": "8.8.8.8"}]} {6} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_unregister_machine_locked_timeout [0.305763s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,368 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,371 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,373 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,375 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,386 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.308859+00:00", "project": {"domain": {"id": "d19c3f08837941adb2a299bd26eb7b1e", "name": "3b28ef157e4845659c74bf1aa851ae0b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3fd3227a49574317ac74e6ecf4fbd0e9"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "52c4e90c5518472e859539ee601d9667", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "04d192f00d7e4d219b42de8e3a3a907b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "24f70e5e2c994a559c56d185392eb1d4", "region_id": "RegionOne"}], "type": "identity", "id": "1b305c62113b4bc0a3a7e4138cf1b0d8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9e16f6d5a5bb4816991b456e0423b76c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "710f6ff844d04e4b9476efb730f11368", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ec71479f0639471fafa869aac979b594", "region_id": "RegionOne"}], "type": "compute", "id": "40fe807b7aa34862b146b81625d46ec4", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "85000442458445e680c7e172fc261ec4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b8ee47795e9d4548af94871bd6e9ccbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ce67cd51ce4841fba22461d118f91b7e", "region_id": "RegionOne"}], "type": "image", "id": "2c7cee98ee394e2c88d70f567283bfb7", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e6cee42efcdc4822b794f8784701e34f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "39879d6797794449b2516750c04260b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5dc3d2c762df477aadbc3b6a5e15651b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "92fed77213394f509ab9f990a03061f3", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fb9efd513fe4c8097e367acba9ca41b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a16548733e614d2eb16218cfc81a0b74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91d8320ea1044245a4ed169558eacd83", "region_id": "RegionOne"}], "type": "object-store", "id": "6baa74240ef74c9b85efed165b054e59", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1e43a0febcc149bcac47914c6d4ac56f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "304e9eefd1b64cde9d9616975cb06b96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2e838c309274473a964305fa1790d3d9", "region_id": "RegionOne"}], "type": "clustering", "id": "0561c5c36aca44bf9d8f77f147a9930d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "15b03715dc254540b767099a5eabaf11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2419ba96ae2b4ed7be5998431574dc10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2b5a15f384514687a0652299e32f3213", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "473226d29cac4ba396aad0db04b5a9b0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5e3b4987a5ac45349d6de5c56ca5c8c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "56797cea542747f5b9a161275254518d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "46519022db1f49b99aa31264e9ede3a4", "region_id": "RegionOne"}], "type": "cluster", "id": "fb25d771f2f04ee6949e323ccb0e34a0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "337398279a374a58a67ec145d12ca584", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5704a2fd0234482db9c30dc6ca4721b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "963c32a4bcd041b1827ad87f5a927834", "region_id": "RegionOne"}], "type": "data-processing", "id": "d4229ba9b4d142dfaa3773563fb72a7c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3ff7cbf5fa3d43f79bd9ce48508a3e05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a59702fb849d4f10b481fa01579a2816", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d63508c70b6d45d382bf246d660ccf77", "region_id": "RegionOne"}], "type": "baremetal", "id": "05368cf46bab4093a94b09bd8a70c61c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b63da99f179047ba8aa40ecf0489e094", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1cdd06e288c04da4a612b829e1dfe4e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "398e1cd887544f81aa35b284c4875fb8", "region_id": "RegionOne"}], "type": "bare-metal", "id": "5c51fd797e004e52b49ef80cb262c94f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "165c308f75b8461f824291d4925b6b79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ae123f6bee3b4a9f88c114edbb4d1b86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "494b95e3f32b458f891dc5480d6cb51c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "58d7e56f165f40c588f54f39fe58c188", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4bb18732e35b4f3ca321ba3b57a7c256", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2e00b85094df4be29336bd6174770375", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "718e3b553a844d33baf62f46501d017f", "region_id": "RegionOne"}], "type": "key-manager", "id": "4ecfd0739d584400be4c965cc8a4f9c8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "28ed1ad008bd4deeae7cc39b28dfe81e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b38e28252a6d46c6be3e08d917d806b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9ea5f5dc889648c983d359a138cf505b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6cc88737868840698196aaa1302add53", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7da4655f302f4308bea63e54d7c6b08e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "56d2ac4d5b604bb2a0609fc4a59e1b50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bd0f3e1deb8d4a1896f4d07c46b92360", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d6c29220487f4cf29f748bb14c8e3257", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "db2d7d555f67459990c8c8b3bb3e79fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "699325d9fade4f279f73f1a4579eade5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bf17b3a9aa36449fb9c36ef2760d8304", "region_id": "RegionOne"}], "type": "message", "id": "cd9246185e7c4cc2aeb50867e51ae3fa", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "45461f480d5b48ae9486ca291c989b27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "04da790b5e3a4259b0d44f398c4393eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "67875faebdfd4cf989ef17f092b44263", "region_id": "RegionOne"}], "type": "messaging", "id": "f17cbd71095640b997ce94439a39b454", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0a0afa3cdd584bc0aa421e487629bb8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b66af4ace04b4f4dae03b54c64263e5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "40487163de354ac0a18b878920315614", "region_id": "RegionOne"}], "type": "application-catalog", "id": "78a68f548ecf416db710d51496d240b8", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "93d4975d7d924b06bceda401fed7a194", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dbe9596c43d34d078db4def6a53305c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b9abe8f2ad9349188d8bb5c7658dd80a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d9ded06afc15416ba57e914e7820a6b9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9acfd26cf2fc464d918b90870133946c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f06ba50d56734b0c8b96541b2d8f5fd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6f6ed7a1a4fb485bb425d2f84eb9a469", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d4e1eb68b03d47e3833016f50a5f8c27", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "749ac20910d9427e9d9eca3e8a4c222f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "58d59f0e8f334594bd8ad2bb26d250ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d6f0522fb91d4eda9c4d77f57c07280d", "region_id": "RegionOne"}], "type": "container-infra", "id": "189af640ccac4db98615d0298b232e87", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "bf0ef6b044d143758cbda2e13c85b0fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "48e4d419f03b434e914aaec088639bd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9c3f34ae855849dfb4587cc8570c9465", "region_id": "RegionOne"}], "type": "search", "id": "6d993104b344493ab1421f86878ad54c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6ec3bfc723c0407fa1834b50c49569d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "66abde9f2e634115a573a6c85cac280f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "685ab935655243309cd1bf52788af81f", "region_id": "RegionOne"}], "type": "dns", "id": "082f75f2277a4104adafdc9a402aed67", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7bab0b7d07cb4654b2822d8bc0362ed9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9057177bdc814246a42b86a3f556a347", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "33b231bdec1e4bdc976b5427d7a78b14", "region_id": "RegionOne"}], "type": "workflow", "id": "98b5b823cd9047db93cf117a2c3c884d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a1eb37b52b7247b6837cf29509817e93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b3065a5a520447d6bb20b444467e97dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a9bb4c29a5bd411f89223162ead843dc", "region_id": "RegionOne"}], "type": "workflowv2", "id": "859c48cdd2d54a30a2b856f9bf6774ec", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a5c0430b655148559f9c752af603a833", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a43cbd18647c4ecc96e8f130259f6225", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7bdd43cab174452b968f92d3b8664088", "region_id": "RegionOne"}], "type": "rating", "id": "0782d6fc760946f394bf10ee824596b7", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cd95c768a36d495a92d5e1a790578259", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "53ddd7a7d004435c832af8c0f536c326", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "520dcc5c35334ec2ad361957f61d6fcb", "region_id": "RegionOne"}], "type": "operator-policy", "id": "2f7496b949614649876417fef72aa33b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6365ceabf66c4fd99ecb3ac2727399e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "36bb88d326a64db08eb1733b46ebfbcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "242ca951f3ee4d76bac7e930a1d28444", "region_id": "RegionOne"}], "type": "policy", "id": "de37eccc5ea1472789e47945cff233c6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e2da5a6aeb234ac38e8705b9e83fe7ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "77a19b2d37c446ce83baab705f63ea75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "36c457dcf7b240af812d5c2d15cc4a97", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7339d8eda09e475ca2f4aa6e77aa9476", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "419104a878d14d5fa81f03537029a5e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1bf1d366f21e4532bbfdd88ccdcd66d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "18fe38fb9306468ebf3c88c4574d15a8", "region_id": "RegionOne"}], "type": "sharev2", "id": "47d660ad0ced4ba3841d1c7336f59699", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8176248cbc3340188dde2a65ce5b635b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "91c4fcb17404460ab286179e92d6cecd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4a056018284647db9fcb3212fc1bca75", "region_id": "RegionOne"}], "type": "share", "id": "fc2f0677146e47f48d71716931073223", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8c44ddca97964d07929c9cd8ce7bb8e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fd1220c72e524b8f8dfc404a2c40a24d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4ae7e030dc734195bc9038b8fb3722b5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c5a518ac62d84818949c38241d241182", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75543471ba574769a7bdcd7ee355a0a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b1d1103e2264bd598f5171d10ffa99e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a98efdb3e674e15a597a311c09e98dc", "region_id": "RegionOne"}], "type": "orchestration", "id": "9204e4c3f2c84296a13fefe061cfc772", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6bf5aaafb027425a80949932f0d03564", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "394be8f108134fca91bfaf48f3457d48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d37a3aca2cd431a8a168feabd6b9502", "region_id": "RegionOne"}], "type": "block-storage", "id": "94f9ccebf0d2402786a5e992de99b0cb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2fb59ad4fd7b4e24ba4009f40e962f88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d14edf43f8ae47f7b1b51fb37e11b432", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a97abb9dfa54f5bbda847618118afdb", "region_id": "RegionOne"}], "type": "volumev3", "id": "05ec0b7b02c545fe99b633ec06339da2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c6c106519d44c80af5814d846561f44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "794530462cfb4befa48876f1b5b20020", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "604a84274c0c411dbc861ca00faa77c2", "region_id": "RegionOne"}], "type": "volumev2", "id": "5d59747509d944a29633dec088c46202", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d40d7582724430aaf151b4999fb3a6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d21d641cbe04f238c7fb5f7ce388a87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ad4dd5284ec400686d6ab6e5af6bc85", "region_id": "RegionOne"}], "type": "volume", "id": "e96a2681b55843ca8d08a1e7cce184e1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b30e793cae80490392f80c8a00ff965a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a0df42dd19341deb95147ded450a225", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fbc0017d2e0744f1a212c0e937316845", "region_id": "RegionOne"}], "type": "block-store", "id": "a2c7babedab94ab58407159e359a5b21", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "88a9c731a82b40169a9bc91e3371984e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cb3636fa9f574c55be04fe16eaff4a06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7d1885a1d7344c839f34bc3c31ab6c4c", "region_id": "RegionOne"}], "type": "alarm", "id": "54bc6efa722f47c596775af20db862fc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "61f849a1b574448795ae24723cdcbf0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f6965ef65b684f6b9f8c4688deef3cde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "336b2e232a0349a7a67dd6c7741c433b", "region_id": "RegionOne"}], "type": "alarming", "id": "f0d62c0ea39f44f08c6ad36ecdac0ba4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2e883c0e5b614b0aa5c9266fb098095f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "46cc29af6753407ab90ae8dd430f9991", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e62ce0a47f904ea5bee8e044563ccee3", "region_id": "RegionOne"}], "type": "meter", "id": "38200c6cc2b2469fa1cc337b029d479f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "67294171a5b34f9fb930a300cb52fc91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9e88d82848dc4ff193c86ef25ce48867", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1e8d114a5fed404688f86debe0689687", "region_id": "RegionOne"}], "type": "metering", "id": "884d8621ff404c58bec8840769df5fd3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a467a8031d9f42558900494069a4e1c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "77da548aa19442ca816480349e9d96e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ec1978380d5b4ad3b704735fb0c07bc2", "region_id": "RegionOne"}], "type": "telemetry", "id": "7c9ee2a755fd46b99d8905c799b97de8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9245b9bb7d814b76821d18a0620cff67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a744d4143e0d4180b826570caf54c1e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "35adfa7135d441e6a5f76e5d2f4388e6", "region_id": "RegionOne"}], "type": "event", "id": "e35602f6951f4747a8dbe735411e2cdb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "171d8c91c6a347129c7b0e9c11d054b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d9bbe4919f1e4cf6b0ee38edaf521b8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f23cde86bf4549f69a8dabf2ba6a9240", "region_id": "RegionOne"}], "type": "events", "id": "7a2d5b28afb04c59bf584b9959ff67bd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "733a288683d546daa37343cc9b609328", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "10fa6208ca364d81963e20e3d1d040c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "24d3beb68bcf4117a5de56991c19b91b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "dac5271036dc441e9030d888a22b1000", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6c04788372004a5e9a50297f9dbaf616", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5abe4bf07e424b9ba1a1d555578c692f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "211a486c091848a29b384797a4e97e86", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5f60251efca3483e80dfd3a08edcef3e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8749072c4a134455a61532dada6db8ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "804054bd9b784721a1afad0ca8401d56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a4a904ebecc94c6faec6636648ef640d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "9dccbd612e504bedbd9696637b1a24aa", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1a2d6f059c5343eba1d2aea463aff948", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "433ef2b1146e45ef8d79b8e430089680", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fee1cc3081fa44cf8840b455183b148d", "region_id": "RegionOne"}], "type": "tricircle", "id": "4bff5e29cdb444759ffbae949e3f41ea", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "682a6375b51b4d8eb119c37a85460e1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b4b751c2d03d421d93972caeb8b2e013", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2362ace2179c4a458a8f752d1bff403d", "region_id": "RegionOne"}], "type": "database", "id": "1bbd71b321914e4794b6b7934e43125b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "07420d1eb61d464bb9b715a1b86720b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "78c169d03e0d47dd9e9e706db832156f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5ab23a7109ee424d83d6e4ada8c87bf4", "region_id": "RegionOne"}], "type": "application-container", "id": "2ce7aac0abf94fd381504e3de4776274", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ead923ef058740eaba5575fe9c9edcf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8eb773c49d734d8ebe95021ba0855345", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7e7fe91539f1431eb11111b9e96878bd", "region_id": "RegionOne"}], "type": "container", "id": "3a4cba2bce2442db9eb59aa6d75f8b3c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7774cc2f59084071a55030b9770f9d82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f08bd1d9e11f4cb0bdc111bd1bb98e5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b9adbf0b4f7f472ba11940dd6a82f62a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b461003c596645e2b66326ee98d1c2b5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7c107308ae744909a1aa22178104fe23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0ed0539a4f4543bda93b1378a1cc4635", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a24db743570a4766a09b2e166f73f116", "region_id": "RegionOne"}], "type": "rca", "id": "af51491da58240689976f1bf21c6166a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bd0b1efbaf014bcfb244415b99ad0854", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4bc92eb275b342899f9bac6025023197", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "db8c66f5f6a044ea9dcdb2a9d6bd5483", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "bef0e0343c3743af8657766b68ef8b2b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d48c17dad5f64a85bfda6dcfc3900fc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "6711c524e6b44593af7e7f44cbc549c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8fb31615078e4521bf7a8f43302d9d98", "region_id": "RegionOne"}], "type": "network", "id": "d2597eb2a1da4d82b7e95e93b06fc617", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "310f08c7a5014b7a8ab9fd8a61ed5b70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "6093fb7bf1104fe0a55c66563e058ac3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "43debf441e734d97a7ef9938f00cc56a", "region_id": "RegionOne"}], "type": "backup", "id": "e47a671b51b84b869bda6a6b23a2b8cf", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b1a26dded8b242fa8025805c8631c9b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "11c5cc22af434d699aa4971d45d72e8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3aba84880d364c169c26710fa85065fd", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "45b4f63c6ef54148819357e08c0f6d9a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c5be188b71b74a9793f498106c38f9bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a5371de8267c4061b6b61961c5465e27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e621aff4b17f447192468b0445c9d154", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d2057367ca6147699f12688fdab9f357", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "438836b0c177494ca90e67cc9e7282cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ce4207dca0e544c8a779d423ce6cd3b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "10782bc06301411c9df76fa131ae4477", "region_id": "RegionOne"}], "type": "monitoring", "id": "374088f2ab794c939fd6cc85add9ff5a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "71e2762613734a37b296ded0e7408d2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c229665068c14561959c8e1215bbbab0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "dd50eed5b5974e9ba60b76d4369e5f19", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4a19d3e7d640487eabe4ed3159a8bdbd", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f44bd2b7d3014f40850f4cc3d6968663", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ab5e56c6585f4749bc41c9e6463ef76a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "894ee4c804154ef9844ec3efdadd50f7", "region_id": "RegionOne"}], "type": "placement", "id": "6d62a9f680f749bf98cae7439793909d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a1078e89b8194a6989e67693bbb782c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5f833c9cbe4f4c8ba95c3bb6aa3ff2dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "583b66fec2a64e98adc3ce835893e75a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "354fb708e311431687f5b8138f7b4f29", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "827d51f2674c47be8707e9e74d6c675a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4a677e4209f64faf963f8ede9497c27e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8a29682979924d2ba22bea4aded8f82c", "region_id": "RegionOne"}], "type": "ha", "id": "8e8741c964014fc4ae17e83d9018f8ec", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "14dc53e8dff54cd7a0a97565a680b378", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5bb5546f84d7404ba1b8c85f11c11cb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b74ddaccb3c54ddaba82cd4a94e92caf", "region_id": "RegionOne"}], "type": "reservation", "id": "98bdfcca71774de284df211c9c1fce15", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1fca017f54104a3b8e8e0d11c180d4b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "88c18b9ec928480da344dd97d68819bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8d1e5be387fb4d35b1257656192d9439", "region_id": "RegionOne"}], "type": "function-engine", "id": "cf56029b0b9c4849997d123bda0c8dfd", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9635399d337b4ce4928883ff581fa352", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "060062a3fea14aeb9833e0202618983c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "107067223c9f49d28fc51b074a4e7af3", "region_id": "RegionOne"}], "type": "accelerator", "id": "464d01cb4a3e4f88b5671ebb0106644b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cc08e20a497747a8990c94dc5aae3a0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "410e8e551a27411e8c15dcb36a2ba12f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "32644a7012234607b25fdc1a9ab1991b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9c951ed4376945919220c75ee241c5b4", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7513eccd50f840b4a9952c68e90bb42c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b8c21c3a35a04025b8a3cc9c6ac0adb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b1cc6134bf3845b39147f9b50bed31f8", "region_id": "RegionOne"}], "type": "registration", "id": "d758a6e8c82e41648f836069a536a96f", "name": "adjutant"}], "user": {"domain": {"id": "e2fb05d4f90e4ae38a7fd0cb9de06c16", "name": "f58df36f6cde4b429ea3196f97f63d47"}, "id": "7b19228752f44fd3ab554c380673b65a", "name": "b5cf1c69cf344066802e24e4ca555517"}, "audit_ids": ["21513d357a584761bc7b1f9c29011766", null], "issued_at": "2019-09-19T09:04:39.308859"}} 2019-09-19 09:06:39,451 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,455 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,457 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:39,530 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/a1d1475a-0ded-43b3-a802-e8eea1656948 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,538 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,539 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": "conductor99", "instance_info": null, "uuid": "a1d1475a-0ded-43b3-a802-e8eea1656948"} 2019-09-19 09:06:39,596 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/a1d1475a-0ded-43b3-a802-e8eea1656948 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,600 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,602 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": "conductor99", "instance_info": null, "uuid": "a1d1475a-0ded-43b3-a802-e8eea1656948"} 2019-09-19 09:06:39,606 openstack.baremetal Still waiting for the lock to be released on node a1d1475a-0ded-43b3-a802-e8eea1656948, currently locked by conductor conductor99 2019-09-19 09:06:39,608 openstack.iterate_timeout Waiting 2.0 seconds {5} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_get_floating_ip_not_found [0.277033s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,458 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,463 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,464 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,467 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,482 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.398284+00:00", "project": {"domain": {"id": "b69d797a5e794b90bd75ebbe88ffe10e", "name": "8f359f75f7e44c20bcc71489944a85bf"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c1b8e646d8dc4a7d89b3155271e3d7eb"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4cc222a3e8bb407db6e693792662d160", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "46e5595bd1a04861a882bb4a85c990a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5140eab9a6e24b37915378ccd0203326", "region_id": "RegionOne"}], "type": "identity", "id": "6c2f2014b602490e90abdc8ee4d413d3", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8f5b3a347a4641a19e42e35bfbf332bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cf52eada70ef4652800d072b7f799a6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "47c11e1000274def9f0a61a39ff93ebf", "region_id": "RegionOne"}], "type": "compute", "id": "f82dc217804e4b6081c8eb0c2f5cd525", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9f7427983f814e4690eee9c35dbc2851", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "472bf022a7ea46f1a826a38f287d0c94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "28406c95d5dc4615b79d334a9f1bcc90", "region_id": "RegionOne"}], "type": "image", "id": "03e50a02e8c34d9f9c37a88ed560edfc", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9ee7e6f8be3c49dca1111346ccbb502a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4b9d3dc9b9cc4905aed26f77592c73af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f3c1ac7173ab4e3f817559cc27d05b6f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ec8141a31a924553b12830b5fa1207b9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "417ecd69a5b649938779c9c0854c7442", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45802c612771412487e5201f83bf8cd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "828aacae0f224f3f885e16d99834c831", "region_id": "RegionOne"}], "type": "object-store", "id": "a95f89f92f6943b2aec61d8043f4ecd0", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a6787cb62e214f08a7872d05621c766c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "21c0c8a5a34545f2ae1e643a116d1729", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d1c3517ee94844bbb641f4602829f820", "region_id": "RegionOne"}], "type": "clustering", "id": "07cd9c285d434495b70d631aff515c62", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f9d4c771e15746ef83c50076b249acff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "042840de7655434aa7d1b41abf50d5d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "553f6f9df6934a27b027edb74b2e4eb9", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "05e3013117f04120bf5cc7fb738675b6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "831f668eda5748b7bd349544836fdd44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b913908ed08d441ebf489ff1e344b7dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "694ef2420ee749fcabe259b7f8808d19", "region_id": "RegionOne"}], "type": "cluster", "id": "f20790046f8043aaadbdf1886e7d09a3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c0699a1fd43e4c2098f8038e6ea2222f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e1fd9f3689c74de990f56a9bc4cfdc1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ff65671f249c4a9cb974c94c1f1d13fc", "region_id": "RegionOne"}], "type": "data-processing", "id": "3421783621104a3f95fe2442aeea833b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "88ffb0111ac3469b823e76d050d8c3a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "05056b9efb0b4060814e2bfe1d07bbfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3d99d872e28640caa4c218fefd2c6e5c", "region_id": "RegionOne"}], "type": "baremetal", "id": "3311d84beac04fb3944b35f43d6451b8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c3ee7245b31c4056b4a3e43790b57ac7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7268d705fb3a475c8b9c46dba529e14b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a33a785154364f9e8d852712d0df025f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "bb7158ab012e413c9753beacd99961e6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "83ec410eb35543f0bdc430aac6ed39dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2a9cbc33c84d4d6191be61436e9bda28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d9627b746ce24a0e8fa2bb9a79dd7186", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "964e5e5092fc476f86add6c48a73be78", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "78a1772acbe24e10a8351dd2784bcc63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e2e02b80b2f749fab657fd05a3fed2d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "176cc923d78f4018a75950f91b3b93d9", "region_id": "RegionOne"}], "type": "key-manager", "id": "51a8e78cbfac4a559b3f79df24c021a7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "abb161b6bdbd416caa40532e54ea773e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "289229fa32c24d94a0ab852e01677cd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "399215fc66b7416188f06de534409c0d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e0a23e5fef5a48979b905df7ba1c94b4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "55b14da8b2824eb7ab193f60e8e60023", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "89c8ac9736e343ec87f2c3eaba7569d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d78856cc7da14aae927f9b8a4c91a2f0", "region_id": "RegionOne"}], "type": "infra-optim", "id": "3e39e3ba4370438e8165516a996a49f0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4f0fc8ba69954e53bd29ba9146088a5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c45b8c8e2a414f23aa5e8ba85cee2c56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "21289ad2897145d9a105c09b2269001c", "region_id": "RegionOne"}], "type": "message", "id": "8997c187b12f49e59d155ba247712e2f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "75bcfdb864a24f7091c82091963a18c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b2e16ce49f3840b3a165c7ee14e49a3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3b8f41eaeec44df2a77e4833e3fcc424", "region_id": "RegionOne"}], "type": "messaging", "id": "8c630a363a1d44ab8af525ea1cefa3f4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a46cc4f4bcb2405a9f79cf5d9ebdb1e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9ed7de3c4be4464fb54a89af95465c10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "41ae6e5adc7a45219b55a4aa15b08329", "region_id": "RegionOne"}], "type": "application-catalog", "id": "06ce5644c865465f836ae47c4c470207", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bb4e694cc81c4179b8e4b2eb0b037261", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e70618b64f5e4433ba5ca11b327815d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "55ce94f43baa4b6fb64b98f968bc87c3", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "90d31fe26a744be3a74ba90957da8023", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a5f66f7dd6424aa08ea93d5f300e9a3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "533e35d019b149a6b668ce928cdcba12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dff82a4590e744aa9b470820fa3ceb3f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e277dd9072704dbc9c1e69d37e3fd9d4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b725ce761c1a4df38dbe981c401c4d37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "feaf5b3fd54a41cb8c5a1d93868d3b38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "245b8477522049f2894843d4dfb2a286", "region_id": "RegionOne"}], "type": "container-infra", "id": "820bc040d42e49349e3afea4e4c34fa0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "bfc1691e4cdc4b209b2447b1b769d1b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d762df86aa0045da9ed9345b455ca9f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d803893afc824358808c170934119fa0", "region_id": "RegionOne"}], "type": "search", "id": "72ff5900b1b54b18b87d52f658f2df6a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "278f0ebf99614760a8d6af395361d0a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "782e9210abbc46a4b03a19bb90fd4a26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d8a61c3b33544a4d845faf4cd63509de", "region_id": "RegionOne"}], "type": "dns", "id": "5779f3585948492eb3e0119738763d4e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a24acb18fa7148eeaa234011aff8681b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9738a5923c5143089d2a0cbe3f4a434e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7ef92e6786784d26a1f1cb7845c81d12", "region_id": "RegionOne"}], "type": "workflow", "id": "07ab3d1d5e1c4590a2197b4f21e2246d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9b2a5cdb724c44449e1d3aefa700649e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "03a86c83d4144ad7b935ff61047c1d8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d945f8300f9345239e0d06f3c8547e10", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ef9160a97198451f9047dc1cf28260ba", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "fc4de8275894437a95e636beda5b78af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "26d494b484e643d08b8522561d836eaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b99eaead29d745e5ae7aed99f9e29b0c", "region_id": "RegionOne"}], "type": "rating", "id": "d6adca35e7a549cfb8402d0adf8826ec", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "76a85dffacc2483293b46fde1b6fc2f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8626c8a768a24c86954651978232d4a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8c150aa3c2164807ae60821417751039", "region_id": "RegionOne"}], "type": "operator-policy", "id": "43ec81a24f2a4931b092ba908f6bc965", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ba0e74b9fc814a77a546bbf6dc4957c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9b4a04aa212a4f4286e160656e4ce44e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1eae1ffb940148de9edb510f02d633f3", "region_id": "RegionOne"}], "type": "policy", "id": "7e2cb97604d247a798c6987abbdf4ed6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c6a887635397429796738509d88df723", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6aa617bf566c4000a0d2f13fb9bfbf9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "19f801c0d6f744a7bcc58a2e4c3b60ad", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7120111c9bde48f6a319f9c8dcb95e50", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "15f0d21770d34df6a2997abd30941623", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e53608fd391248f09fefa4f9c15a956f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9edff446dcb64bcc86a68e35bfea546d", "region_id": "RegionOne"}], "type": "sharev2", "id": "2114447870004ef991a08edeb4d46fbc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8e0ee9d40bbe46d3bb60b7c76e0e6f54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8a545b50e40b415dae2a07013ce3419c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "015c2d5582ba42a896781e913b3bba1e", "region_id": "RegionOne"}], "type": "share", "id": "dad29f88e9b34bad9d05ff7d5b8e87be", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "579e552c2c204e1e8e50737dac6dfcf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1ca5f79a01f34576b6057a6af1884142", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "36a3c83ea53e424ba36573a52b8d4aaa", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "fe2e34eefd5942808bdda3e23cd72722", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3744d24d55e344859417bbe699ebf201", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8971618884b43479e015e2253aafa64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "669c97f582804842a540f87526ab093b", "region_id": "RegionOne"}], "type": "orchestration", "id": "5fc7ad6f8f0943d490be2cf421d50ac0", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c5fb3f0dddc40f38319a6187cb8c70d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03c49f4b9eef4bc99c3f090bdb74d859", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4104eecae01641a5b6b5c2b700c7181a", "region_id": "RegionOne"}], "type": "block-storage", "id": "3c279d30e25641eabe8557d2b759d44d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ee90c150c14422b8a5db91eb82bf8b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f505727225047bfaf852af719649599", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a473469a15cb4ee185356e72c072cf11", "region_id": "RegionOne"}], "type": "volumev3", "id": "c4b03449d8de4b92b03b33ffec35635f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "068553b18ea9415ca90a6bf038087091", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c0e564b352b4eceb451228a8a453370", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89bebc13b1c84cc5a674c9c1051c3170", "region_id": "RegionOne"}], "type": "volumev2", "id": "fdcf5e76397b4164b8fcf2f87d8a62f9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "158418a5f88d4944833d7d4a850f940c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d2958f78da14db3a44717dd3bf59517", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4e449f58c1a4b559ac118d7c06ad12d", "region_id": "RegionOne"}], "type": "volume", "id": "35b968ac7cd74490ab32508030c8cb2f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ddb5ac7b02a4aca86d02619408d2c0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1368d403fc184ab6bcb7de77d3728b85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1537f6ada4024081920d389beb1d0ce5", "region_id": "RegionOne"}], "type": "block-store", "id": "53e5b5ba461e4e519047531d1f82a4e5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d3f9d779801646b1b3ca378e500defe5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "25cf3cb49db9483089627cc2fccd4c8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "07ed4a468c8944aabf3de7f7327a7423", "region_id": "RegionOne"}], "type": "alarm", "id": "b46bcc0fd0af4feeaf5bed6d446f1396", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "368f0845ad3b4c0eb8751928440f50c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e98a8a4b33f54ca99a25023e15cf7ff6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2482e288107642a98fa1880594036772", "region_id": "RegionOne"}], "type": "alarming", "id": "7398d993310e429894e529e07b440245", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "515c192ed7bd482bbe92237294cb3344", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "94bafd5e8ece4109adf0170fd00891ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3a08670d4d3644b986934c15ac5abf5e", "region_id": "RegionOne"}], "type": "meter", "id": "6a9f924eba5d4b2fb16d4be86a17b804", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d7a1053e24de41219653c4966b8e21ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9ae6075f3b7245c291c87becfe9e3599", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cad042c4b9634850b687ca1069e53847", "region_id": "RegionOne"}], "type": "metering", "id": "c39f6b44a18642b082032488731d9944", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "80033a5857e0479cb54dc21721c4d7c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "146dc0caf6de45198450d1a358b20c39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9df93247ed194a49aaf6e35278169e1d", "region_id": "RegionOne"}], "type": "telemetry", "id": "855367b4096c4afaaba4d53e4fb88722", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6102348a3e7f4606a5695763d01dde9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2621bded7e6b40e18fe205363a8a0612", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f79e8cba665c4fa1823e124a7bded10b", "region_id": "RegionOne"}], "type": "event", "id": "e81d32e20e8b4844858c364de2669d9f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6de56bbe5eb1485dbc0086538fff8db6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c4c633c23fa3455ba4a13897d7837af4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ac273e147cf34bb78cdc839afb33b52c", "region_id": "RegionOne"}], "type": "events", "id": "ae08427104174dac85a72841d8457e29", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c3b0347e88c344df91807d1b6a5f54c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "80c80ac153b748b1ad261e5f52b9534e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f09c08bfd3484a67ae2c4da1ae13708c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "31207d0e37d340a2b37ba9006d0badc5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4b32518a3e9544ee86cfabb78e126f22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4e5a1b8f37cf43ae93bb152c851a1d05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5b8c5248f5374955a61de085cab3d439", "region_id": "RegionOne"}], "type": "application_deployment", "id": "4ae424030c7e4960b219fe2b6fe315ad", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "52dac761cd084bc98e9a38bc3b3f1214", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "47bd78b96e86445da2fcd6d3bc80d004", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d18dc10ef62e41028ce978994998e590", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "58fde78cc1454e95b04c1efce956fc30", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "587b81f8d24b44e1881aea32e141b509", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "71e181cc21ff4ecf80270a7141805dbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5d1e6ac0d54c4554bc67f3cf21f2eeb9", "region_id": "RegionOne"}], "type": "tricircle", "id": "4426cc71a9104727b43b8c7a059b0e1a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b5533e065eba424bb6b2d585e49c7c27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "4a0a5bffc62c4cf08b4a1e4d854ffdd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1024747c2fae468bab5840ae15865366", "region_id": "RegionOne"}], "type": "database", "id": "e8125b3e9d4d476d9571802914cad775", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "acddaea44bcf421cabab140eeae72270", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "54a2a93b5a7343ad8ff6b059759c2de7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8bb25ec42466431197795ecb1586ae11", "region_id": "RegionOne"}], "type": "application-container", "id": "bac6da54410740fb86a12ec4f0f7f3ec", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "45731ba6a7b94b0fbdcedc94e43da870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e144d49a691e41dca578cae5aa3d852a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ee2d3363887048d696e2234296b2f263", "region_id": "RegionOne"}], "type": "container", "id": "d45ff18049314b6c8175cfc3ad744660", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "92972d7c27204631b718abad833373cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ef2362dc7cf44d96828b40960186bac9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bd4bf17ae5994a2fad53d807f0169729", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "19fae6f677514627ba928798550d2319", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "13382abf5bc247dcaab7662ae5091a10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "426c081ca6c842758d3205d23290db41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8a44cbcae54240a1a4ebdc3ab429b310", "region_id": "RegionOne"}], "type": "rca", "id": "698ac18e5b18472e9ca2ea120dde7be7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bc21b63476ab4c2c87fa5b829ad5dcfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1947039d9fd74026b1adc371c93cf85f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "4f41bc71c9804c7e964260621353a140", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "787b19ffcc6f4e4f9d92d9b57f744fba", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "74de5e324c5a4ee992ecb1d6724c964c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c4454eb1d7084a959e1db142a2062922", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "99a3d20d130a4a23b668fb3b785f4b3a", "region_id": "RegionOne"}], "type": "network", "id": "788dfb2bd10a49f78b4584d2f82e91f5", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9124feffbfb24891a585b2caf37ff81c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "15a441a11e1c47e8822367e168c75c83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "37bb4b830be640e9a4a2db52b542f24a", "region_id": "RegionOne"}], "type": "backup", "id": "9ff321d7699f4dbabd36f04b835a0cad", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b8915e903dac4ec8af99ff8122cb4e03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9e90a6330fc94825946fd8df0ff44d66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "aca46fb9fa4742dea4fed88fdf4ea4cb", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4737e32a554f487c94035314d7b56a50", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e81580941b1c491b9601575563c7d2dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1ac1c4af448343848363773d71037cf2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "82533603fe4c4a7588733ebb0389ff37", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "903cc2df574b4351961ba68893c4f6d4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "285d0c7205eb4c11a599cc1cb2fad635", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9a4792c174c04d2a817f20d6a704ce44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "514239ee5b2b430b872a210ea955d51c", "region_id": "RegionOne"}], "type": "monitoring", "id": "a1dd244fcee94a4bbe8dd3a5904b39af", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "50bb989d23374ef28958a603fb90b8d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7851118398c548eb9721a5cc7e7cc6de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "96e460dcb5814f84934b158203ea5893", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "940470e87dd0487f8ae232600e218e86", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d980a328b7a44079831ab2c8c25badd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ceb80bb0d13d44fea9af2cfbea608717", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "df22eb2d2fec4c90b6bc30c032e01322", "region_id": "RegionOne"}], "type": "placement", "id": "caef5db551004dbe8c526d14bceafad1", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d0340ac674844456801fd22f6d1694ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a5f9e58dfb094b1c8ca47cf02e087196", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "aca67eaebd404efab9caa556ddfc1b76", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8471912ab0784193ab4b924f977f1dd5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c46b417653ee4eea90fc96ca4ac9c4e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ffaa9a2117514623ba4bc683aec912a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cbe2a67c85144d23b738f25dc4e2fbb4", "region_id": "RegionOne"}], "type": "ha", "id": "1f3a7ac1b35244e28158871cf4585bb3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c36ddec8b27a4c3789400d925ca0c033", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d652c254033b401591b2950cbb2c85dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "9f5fdaa4b9144a9b9d57e3428d80ce37", "region_id": "RegionOne"}], "type": "reservation", "id": "9807b7ceca2b46598ef210f6d3dcc3f9", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "facb469ac4144c5984df68de5f863ac5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "19d8ae02e64c44b5b4e210a3b8c6d67c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "cfebea352216470290368fbe016c1947", "region_id": "RegionOne"}], "type": "function-engine", "id": "0370325cd3b349d9971be43039a9f2be", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6f2086915e9f44679d62c3769bf49b1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "83c5a78ea283448897ee219087efc768", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0962776365b545d18cf0caa25c29cce0", "region_id": "RegionOne"}], "type": "accelerator", "id": "f4391b9dd3ca46ea9b5b4ca141d6c3c8", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6bbd3e5c47b44aed8a589506bf1af1be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "acf33e06a44f43a691db1144a873abb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d63893b1bdd441ecb2be1adde101ef8a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c9feb3550a2946bfab0e2bc24705b4df", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dd2256d27bcc40a886a9fd1f73ac55de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f40ed838df4f4325a2b830eb470e752c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "afb9ed9004e14fb581d02bf80f1098e9", "region_id": "RegionOne"}], "type": "registration", "id": "7bc7cc70a66744d7a9e9aa6cb60b0f34", "name": "adjutant"}], "user": {"domain": {"id": "34dab99746f54efe9f894715f34f994d", "name": "dd3fee5336c3478a9088a6dee80bc1eb"}, "id": "4d05da8c93c349568930513327157fe4", "name": "360ec66441b846cca01ccbfdb3bca63e"}, "audit_ids": ["23e310cd3d4f4562923c55de2929c37f", null], "issued_at": "2019-09-19T09:04:39.398284"}} 2019-09-19 09:06:39,617 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,621 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,623 keystoneauth.session RESP BODY: {"floatingips": [{"router_id": "d23abc8d-2991-4a55-ba98-2aaea84cc72f", "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "status": "ACTIVE", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ac", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"}, {"router_id": null, "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": null, "floating_ip_address": "203.0.113.30", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "status": "DOWN", "port_id": null, "id": "61cea855-49cb-4846-997d-801b70c71bdd"}]} {9} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_list_firewall_policies_filters [0.187288s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,547 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,551 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,552 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,555 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,570 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.484813+00:00", "project": {"domain": {"id": "e988aaad71444d329406d42275cdeab9", "name": "bda7c5f5c28d4de58b31a48899d464a1"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "9905b62dffdb464c85b329be189bc964"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "04569caf09b24776ba4ecd908d17b62c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9d4a0d861e7a4a8a92857a8bdef5c2f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7e954d6c86374853ba8f27e3488c10ee", "region_id": "RegionOne"}], "type": "identity", "id": "30c817d3bdf3419aa12402d58c612549", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d3818efeabc24ae68acd460ec7cfb1e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c869301226174b77bc4b55e87bbc9f6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "101bff5c4789411aa9059cba4af777f3", "region_id": "RegionOne"}], "type": "compute", "id": "d9e528c736684eac82fa3037413e62ef", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "54571c833ec947c6909212447b4e284a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c76f4e8cbda142dbafdaa744f6cb5c43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "583cdc52eb684398a5f1e939572b8237", "region_id": "RegionOne"}], "type": "image", "id": "49a1559bbd364cc4b09e6da2940dacd1", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5201235eaae844d5bcedec24b7eb7193", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e1d4bdf404ca446a880e95ee916d54ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "839dfcbcc3924be398e27212a8fe23e2", "region_id": "RegionOne"}], "type": "load-balancer", "id": "6e76ceda71de4ae399f2725ead53a6c2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d1459691c38417082a633026c70d271", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de85747b5041486b914ef4528a8db174", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37e3e1c7e55a46d2a7635bedfc69e364", "region_id": "RegionOne"}], "type": "object-store", "id": "8dd7a7f6bbc44ffda12ef5ecbd55dba2", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c4a0e9ce33314a59b12806a09afcc1ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5cf5ede30cd248dc9ba239a3faa7d0ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c2feea22a3e548c5a8c3e9454ff2788c", "region_id": "RegionOne"}], "type": "clustering", "id": "edeea04c576945859414a048f131341b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "abe55e9392ed4087bcc7069eb82eae7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "71bcf5d9101146be88ab8fd6ec836ed6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c7d01a39efc6490dbabdd2e8f3312d15", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e54e369030514686b6319738f4e7d9d3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ccd63e42beda412e84f3fb503d423f43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2bbec9171f674cbc8c4a66aa757337b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2d9180b6a2c3425c9543433298e084af", "region_id": "RegionOne"}], "type": "cluster", "id": "e1493e768b7e4971bff58e97d9b3a7a9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e58d0e430e7e4d5aa21441fac5331481", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a51882d751aa4de1b6c1a41ad8a0b8ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c48fb43227ff4ff1bf61c395e89e2655", "region_id": "RegionOne"}], "type": "data-processing", "id": "75beb679216340c184fada6052f96dec", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "354da825baa04084bb8a1aad8c80f2a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f7f610b7dc6e4a56b80c9794c364588d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "03c34662871746d2849e22fa9f713d67", "region_id": "RegionOne"}], "type": "baremetal", "id": "21c9e9371c4d42a7a34adb4143a59c47", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "899b54b750dd4bb28d4082e67fd56bd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2fd9752757f44caa86fc58bfe3d464e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e68ebd53f07e41faa4583c0f3eb00b2f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "de7896bb1b834e41b1e858ef2036e7c9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8b7ed0cf294c41129d7b41fb952718c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e54dd2fdcd7e45fb96e96f14d28cb67e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "6fa231dcd57a4d39b2eed5a168c36006", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5b86d42b5f6e4572bf1f27b2529597da", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fdd755d06f024b7daf80498cb0f5eec6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8b843e53816147769a1fcd12a57c6d9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8b92aa0c6df84ba19b99b14ca300d1dc", "region_id": "RegionOne"}], "type": "key-manager", "id": "7e1fc9e7dae440f980cebd11d16c2f33", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4a018220cce149fa8108d36321aa0839", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e55a3d47325b4adaa8e15e8c2bb3133f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d4245ee816e643bf895ae274bdcc03d9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c7c2868011054e3183c4d5d02335dc29", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "07c04583c23e46d4a5e56a9853be1939", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1d397be334eb41f1b8a72dd3f9551038", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2c4136eab8eb47b8849cc8c8b95169af", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1778452be9ac4377837f282d35388c4e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0da9cf653d3741e8a61b8cb1600063c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ca816b1187664d0a8acb83e08efe363a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bbe2b856c8274d3ca15e27f4d2ed3277", "region_id": "RegionOne"}], "type": "message", "id": "b037b8957f944aacb9e09214678aecc1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ccbf732df703481bb8c687196069e86a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "92fb4c3592834e088f3210d5c3692361", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "065f4d5fc47746ec9f1afc4a2592709e", "region_id": "RegionOne"}], "type": "messaging", "id": "288cc4512a604737a8d2270424fa926c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "16fe94d01e484221aef512f2756cc690", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cf148087411d4c51ad6e51fe5006d2e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "09d75d75b4214d42bb0905b4ec1ae3fc", "region_id": "RegionOne"}], "type": "application-catalog", "id": "bf09ea18c36349f289844293cf7bbb58", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "40ea051401264380bde311d8913e8a6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "430c6657453a4ddaa4acaa461928d93b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ebfd0b6759d1492fb7df4938090d384c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e285cad749924ad080350c8502f6de01", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b77e74d9b2734b1994fc0b7057099470", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f67012d57c7b46fa9fed9df621d3e1a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b9088346133b44cc871b9cbf86f1d461", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "51834f4f8f3f4f4097996de82417814b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "11f9b79484ed481f96d8124f6d8917c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "187247edc08945749f595e11658f2cd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8b17b44fa4c546efbe428af3019e53a1", "region_id": "RegionOne"}], "type": "container-infra", "id": "353efa7df79d487cbaa2cc2770780832", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "51db24a6663a4f3e8a4342e0056a7dc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "86dcf8bf327c4e469ff548bc6f9391d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "38bb636878564254b9fcaca6a226a4f4", "region_id": "RegionOne"}], "type": "search", "id": "727104eb853f436f8c85bedbcc6b427e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "29197e2b899645d8b1d9df08c4af0f12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "73f008be37004055942264db4dcfa104", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b4f3a0b2943d4ddab786b8b15a351cec", "region_id": "RegionOne"}], "type": "dns", "id": "e93e6dfe7e664bf3b9aa2733f732d6e0", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "06d441feec114813b9cdacf1cda15891", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "98c795cfc65b45e9ad56ae3826f40edb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "63012d5b23434c049db40d1a1c57a3e2", "region_id": "RegionOne"}], "type": "workflow", "id": "b2735233ab7240acb030798bafd1ba9b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5cf066e9db1041b38c8db247a5f46eff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ecd3cc923c0544ceb3bfa28d99ebb9a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e4bbeaaa5bb14725b16aebc169a94a0a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "aa23476fd9da41e6892612a21a063f72", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9c7bf2b725544ec79d72be41f57ac5c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f114e8dd72cd42a98dd25d5d4d1212bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0543dab1ed0541fb90345bf7a67bf6dc", "region_id": "RegionOne"}], "type": "rating", "id": "21940741c96d4689b70c655749cde278", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "86972e52fdd64da59f0125bf62ba7732", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "049f785a5e864b49a2fa57291d714736", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7844d6bf446844718602f4a48eee86fd", "region_id": "RegionOne"}], "type": "operator-policy", "id": "dc8fb6a6909048faae22ce8199d7e8c1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7d2e8316949844c89ea4a1b48bfe690c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9fc658ba455749f388cc40d227d50da9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "56d30b51b5854ed38fa58d85f2068a4d", "region_id": "RegionOne"}], "type": "policy", "id": "5d84e91c0da34ed0afb5e5b7a9c2cb55", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c301938d005b480082179fa2d1aee591", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ed01025867354989a2651c47ed6c17e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5540bd5fd90644f08e9ba8a7cd254111", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "10dbd65659f94b0184e0c0e99ddd1bcb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "44f7b2771eac4eec906b4c7450f14066", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "283f3eaa8bea4826b1ca06e3e6b0d84c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4a9eaecd12b14e05ab8be345504e3c31", "region_id": "RegionOne"}], "type": "sharev2", "id": "fc9d4a01bf0442e886f029b0dce680b0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ec94e6ad72524c65a7175df2563b5581", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5751e0939a99437989b3140cbe28b6be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "caac036939734f2abdec560c41960b96", "region_id": "RegionOne"}], "type": "share", "id": "d7dbb783b38c47b68a9741d527634fbb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7792228b5144404da51987848585d243", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2b1403f64b104cb0abf8a49d59c24729", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d95ca58421334573847e7192aa1a4132", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "59c32ab058324d8680c520c5481606ef", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b75843a77f3e4b3b83b98f9e7124361e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cc0cab8034c45ae96b1d439beb99a6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c3f80b3682c41c4a05485837ffa7d1d", "region_id": "RegionOne"}], "type": "orchestration", "id": "3ee7cca878374e7e85de152464d5e974", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7b98228ac414d94961cb8c63b847ac7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e21f4ea701fc4dad94cf5ae559151f3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a630090953e541eabdea858d2867e83a", "region_id": "RegionOne"}], "type": "block-storage", "id": "c17ccbdb0ef149aca6c5630cdd23a121", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e13339b8003422c8387e15b27c1575b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee0c1d9412c14c0eacfeab2499839b51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d54984e15cd4b9593da0e9d21a504e9", "region_id": "RegionOne"}], "type": "volumev3", "id": "bddde733b9c94bebaecbdeb5a75ecd8c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82333b52366d47f9983bf02d080b3d47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "532e5fcae43449aaa70c2c002730eb1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aaff84c605294c158cebcdc2b1ae2b78", "region_id": "RegionOne"}], "type": "volumev2", "id": "ecd993b01f12410fa6ea0d7cd03db8a8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c43432b73ae249ba8f6dfa9a2f3b74ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "133a4009c5684fe3a6523ecee1b0ad92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2826edac47504819a9b09bb68fbb7809", "region_id": "RegionOne"}], "type": "volume", "id": "d8b76cbc35824866ad526e0dbffa6bdd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87cabb0f12d74cbeb33d9faa4209209a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ca78977a71940a7a5d10891fd03b79b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7dcceeac1414ba3ae7634306d589b8b", "region_id": "RegionOne"}], "type": "block-store", "id": "2cba1fa96b80417892599c431935ce8c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c10e715c40be46ad889101bec21d7e54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b829bbb52498458eae9caafb4efafbf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7972b6e35fef4d07b78f29f198f54020", "region_id": "RegionOne"}], "type": "alarm", "id": "9caa1941a643481582c3a9333366663b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "320419144369403590d623f304755f8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "385b40ed917a4e53801a162a565eb07e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e7525e7d3888462ba11095fa00d856d8", "region_id": "RegionOne"}], "type": "alarming", "id": "9ed62731731f4127950bfae338d97738", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "20ba979ed5f946eabdf1381015257a3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "816fb9c6f3d94896aefba96da6c33616", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d17830b1e40145198d8db33c6a2b303d", "region_id": "RegionOne"}], "type": "meter", "id": "44adeda12aa24303bafc23ebfce62239", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6dd66015ea7c4bf8bbdbfac7b39b5364", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8ef229e887644dd8b4e2a686d92bc23d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "53c788852ea14ad0ae1a9f4dedaa401e", "region_id": "RegionOne"}], "type": "metering", "id": "7857b7c61d1c4c2190ffab2d80a2ada8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bc9fe15002de401bbb94e932ea062a05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2cdbbf3382c64dcbb506411a04be5c69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ed2e60bfadcc41edb194e4a0ba1a5470", "region_id": "RegionOne"}], "type": "telemetry", "id": "30d80304fb03492182e2eb613493e7ea", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3cf068df8abe43a483acbe03c3d9555d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8a85aba21f3f47119a8484e3dff6300a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "dbd19e498c964ed08fb2fdf083cc32e8", "region_id": "RegionOne"}], "type": "event", "id": "0e32f51819e84e7992c988c137935507", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c8a06c8e50bc47b487bdc439ac3c4324", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7b7b16b0155645e8b4b0e4284e8d3a3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f65a2dc627ee4c4d985792578aa5c3c3", "region_id": "RegionOne"}], "type": "events", "id": "e12ba4db78f44879806de2e4fc40c0e5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f4beecc2c1834397bab08fd8c42408a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "93f57dc18cd8425a8aba23ebd94951f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b6ae3ceb7c884ed3bfd42bf8670f3191", "region_id": "RegionOne"}], "type": "application-deployment", "id": "6a3b9a7dd9ef42eb9e02d35a30994f90", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bfd53e048d96459d8227adaf94784793", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "78e2acb74e374c7f89c5cd1715f30971", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "27e5482ada814504adbd63fdc36bbbda", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6e78e6cac5b946779cc6fdda6811070c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6a07e6ef3f8d4f168fa9f8e813976d43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "17a51b5779984203bf6b9f8ed6d019f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f00d17f9628b4dfa98163ef56e228532", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b7286bbf964245a69132edd0fe0f0d57", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fd04febd4ac64517923a8e29494db5f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "723de566178b4c2aa242f9294c6bee46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0cc379143e344db4b6f7b1461300cab1", "region_id": "RegionOne"}], "type": "tricircle", "id": "19715b1490644b4b8f847918f51900a0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b9cc41808b6b4f6c8f32e3ab94edc0f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "24a66d8af2744a159a306242981380da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e6333808c3a54132a9c6dd40124d28a5", "region_id": "RegionOne"}], "type": "database", "id": "b18e0e520a314e54be059e2798d0c4b3", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f0c61952c6c947508aa9a587dd94b250", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "89ee0fc7edc44431ad93849b271f664f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "857ca51a1e3b4054b32c75c0be201e81", "region_id": "RegionOne"}], "type": "application-container", "id": "aed6ac67d9f04d6aa2e7f9164e7ac918", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d438b1134b3940ffaac0f0b46c9847d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "24dbb2f8efdf4c3c88ac8a823d642541", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "33b4e048d049494982874b150c484262", "region_id": "RegionOne"}], "type": "container", "id": "c3f46313c6a14035be546cef17244c4b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3598f46a53874f2495c83d6ffc5dd37a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "daf41d65b4094308b9cff6ed57803ff8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "10845d004ec141efaaa4e264964d698d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "5d5b1a794b2c467c998104843782706a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4f416e7931c94f43978c719c33accc01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "49388b6f7b5941ddaae533058ed8f933", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4762b731106b4bf7a8ac8ed512b6986d", "region_id": "RegionOne"}], "type": "rca", "id": "bf2531cbd82641c082779fb6d3383559", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3de2957dc1434eec95c4e8a61450b8d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6bf88e4c2a0f4711b5806fe7948f93c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8788d2e90acb4e8a82d1a766c10345e5", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e8eed7e5080447648882f485226932f1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4affc3ee0f6c466b9610dbe5066b8172", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "41792839b4cc47b9b992b1247cc23e93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c5773b1e542c4b27a405d5445e3691c2", "region_id": "RegionOne"}], "type": "network", "id": "a0781d755c3a429d9d38267f5fbd0b1a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "152ee16210af4daba36e81c005cfd4a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "31f7a842b83346058ebe549f902983d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a8e1804be6f7485790986ae4e7a31e5b", "region_id": "RegionOne"}], "type": "backup", "id": "ec21b95178584522a01c2f71e2e1ea7a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "02d8b7411dfc4bed854f6a771254ac68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9590d7c0667d407f83883aaf1ad28794", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "567ce6f052624d398df51dd8d631ea74", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f3f49111235e46b6b088e0d6c8244aaa", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ffce214a087c4458b0f9a5e886bffc87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e27a0fedab9f4621a8c53be53c162acc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c669369ea2c242a795560a4fd17bced3", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "370642bf41554c04a7bc9703528a8af9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "00b0a1d29ce34fd29cd3f53d9747dd26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "54d512d2e756471f8b9c9081fdeb5720", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "69426e8278324ba1966325ded5aa8668", "region_id": "RegionOne"}], "type": "monitoring", "id": "2050a87f11d749f6b9a11f57dd05e003", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9dd56559950944e3997fbb2c91f9443f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9cbb4e88d895400696a0a1a716a5aaa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a05dc7ef648d485da7e81463363f9a9e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "fe9c52c78cb34068962ca6077f630680", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b18d107be5c64240beb76e7422ea4ec0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "29a24105668d4bd7a8dad134f8def10e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "880ce911772247bca2430b07ff6e1e76", "region_id": "RegionOne"}], "type": "placement", "id": "04ecf022e0d34b64953b6b252a8ec428", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c8ec70c385de400e8ac8cf35f88fce6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "49341297a5b54ae38c4ab2b3b54138bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3ac3ede0b731471d97a6c169f64f4219", "region_id": "RegionOne"}], "type": "instance-ha", "id": "39c923ccff5048348ad71d7f1af13c94", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "01037f08780c4a40b44a5e51176d5563", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0270f7b441b6443fb5a93427fe44738b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "31a59c3ce0604254a602de8404ce47ba", "region_id": "RegionOne"}], "type": "ha", "id": "c6599d33a47e4b668a18147512de8eca", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cf12da47dc1b45d4b9dbde1c31370d6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "af8326f843734fb3ae5922f546b6f667", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b9bf6c6b88d5440fad3e5a68c14bbad6", "region_id": "RegionOne"}], "type": "reservation", "id": "ed6f382bf31b43b8a409e65e40f47181", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b4db7073438a473092c209ec02cd5a76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cdb27b88dc724760a8001b574803cc16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d7886bed3c6e4324abcb52f99a5251af", "region_id": "RegionOne"}], "type": "function-engine", "id": "16a90b0e8c734692b22e62cdaaad6137", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b5c838f8ae904a2ca1823e67920352b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e6b28a42c6f74db2b0fab03cf1ad70cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d9537479873249c2ade6c3bc64670561", "region_id": "RegionOne"}], "type": "accelerator", "id": "82edeb04450c40be816e3c73d95974fd", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3d96786424e64d0aba85ee28579504f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b272f0d8a22546f3a2814afd0f9d19b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "383812f556bb490a9d9a201e0ff08d63", "region_id": "RegionOne"}], "type": "admin-logic", "id": "85c0fa3b4df04b10baba418749accb42", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6d2f160b5cd14b938bf3feda123d2018", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cbae0ac4bf934974a428fb8b6c7310c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e5233cdecbb74e7db4008931a8cedfba", "region_id": "RegionOne"}], "type": "registration", "id": "7171b3dc724f40a88cffb5088f3d3863", "name": "adjutant"}], "user": {"domain": {"id": "b4b12d2f9e03490a8e76704bf7a98de1", "name": "75a09b5adcf34a9693f1f197d5a3eb7b"}, "id": "bdc69532204f41d6a3dbe534b1cead25", "name": "3294811499fc4b5db80420f22af2d480"}, "audit_ids": ["9a481a9ed8fc48b2816a656366d3d7c4", null], "issued_at": "2019-09-19T09:04:39.484813"}} 2019-09-19 09:06:39,654 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?project_id=b64238cb-a25d-41af-9ee1-42deb4587d20" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,658 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,660 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "block_popular_services", "firewall_rules": ["deny_ssh"], "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "location": {"project": {"domain_id": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "audited": true, "description": "block ports of well-known services"}]} {24} openstack.tests.unit.cloud.test_delete_server.TestDeleteServer.test_delete_server [0.263304s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,544 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,547 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,548 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,551 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,569 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.481125+00:00", "project": {"domain": {"id": "a7bbc424d90c40caa604097573e6e29a", "name": "af7a2e4fd6b54ca0980869c3c60cd620"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b47380b418ac4f61b536c2fdf3a3ad6c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0ac4b9b86e1d449cb3e79caabdb66520", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9b98ab8b6bf34465bfc4e1da7f2395d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c9fbfb0c60ab4838bbdf4c0f0dee400e", "region_id": "RegionOne"}], "type": "identity", "id": "9fe7eff37c254beaa6a588ef8bbcdaf3", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0d8220c33bf54d4886fa3a8904c2820a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "dbb6159b89d24bb99dc985b77dac045b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8bfb32a49cc24a228c9ee31d8e4ca85e", "region_id": "RegionOne"}], "type": "compute", "id": "1d2c58649db1473b808cc8f59a67dd5d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b76669b813c84496bf1fd9be22ee35a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f6ca9d0c90fa4c1f8a2db139a3beb06b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ffbabdeabed544d1bb756be640e33c85", "region_id": "RegionOne"}], "type": "image", "id": "a2e46025ef5241cc9c1012efacd3b4a8", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b19219e462174cde9774a6c8eab8e6e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b356d14614274c708e56246f4914b226", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "569ba57b230b455eaad36fb2d7272740", "region_id": "RegionOne"}], "type": "load-balancer", "id": "06fe8d8c03aa430bb92b414fd3d4afd0", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c3c74e971344960b10e6fb14785b1e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d72120a3c529421fa4fac06251f13773", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "acaa65b679cb42eea9295a8dcddce01f", "region_id": "RegionOne"}], "type": "object-store", "id": "10b6fb5a91ee4d978bf320c71922bd8d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "772c8447e1e14f1387922cb449752614", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a627ed01e7204701890968bd08260a24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f59588be860b4e90a98e032415725173", "region_id": "RegionOne"}], "type": "clustering", "id": "4f957fca07f34b6188f9f5fe1df32ab9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f86cd410c73a43889cc786f113e67ea7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e2683d67cecf497a8cd1af2095da5574", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "66f7180a5864425198f6145783aa5ac8", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9638f240f1874e659b4321c26a7c71ac", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "64d7b8738fcc40ebb7706a3d7060eaf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "63ce48d6bc6b406e9579d6cc377625fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "76195e8a65254290b0bc476a88ee1847", "region_id": "RegionOne"}], "type": "cluster", "id": "0a990b4f250c4b3a8c6fd71b826aa42b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "14aa3c39a37a49b282385c93464d716f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "17f28c451652432aae07f5cc73602141", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3ff767c10e7e49e38c54c0c38922433e", "region_id": "RegionOne"}], "type": "data-processing", "id": "1bd3c462f9914712acbaf3a15454a139", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "148c17322906423aa378477fb5e0297b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "99a3f28a5e87499aacdea0493ee1e8ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3913cee56d124ef7b6110083e0676e69", "region_id": "RegionOne"}], "type": "baremetal", "id": "08ab656ed4e242498822914a09efb269", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7728e00d331c474f84eb454029749382", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "769995e089eb48e4adabfadcea08be0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "413434b24ac94c5a91c2fe5435146355", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6d1ae71802aa4a619e292016ce9677d6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "121393b402a74f4c8035a4f470b73a4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "20c7a1351f7d436ca3d559a34e807463", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "555efc45d8094f89b416197635309804", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "30b78c789dc14baf94a84681ec081e90", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5c59d6b8ffd9438aa5cd0db07c361d46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ee3034ff93684ce48f345e8307d5853d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "80c39c982be54e14a8f7eb93b882b1ed", "region_id": "RegionOne"}], "type": "key-manager", "id": "9ae3afbae2c34c30aa44c8518f633a2b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "42675caddcfe45c8a073bd372744a125", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4172f378fbbb48f8bca99289ddf5ceae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a2755d436d2243a593538be60e6c2445", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f52f16a18a5a446d8c167c7f4938ae39", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b2ce1d493a27407d9219558f8c8e21ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7f99208ce6714e038753e96c2f10ee5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "284a2f6e13d14ed89909042409fa490f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ad5321798ba9468c94341c9eedcc11c1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7e290dcf3bdf45f2a6d90bd3944f4e6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "eec45dd0ba444b16842f7f91130d01df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9f209fd1388348a581872f50adad375f", "region_id": "RegionOne"}], "type": "message", "id": "8e73e75e0833494eb44a3bbb9f9e40b8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f1f043c3082f4160a206c9060af5b7df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7db1fb0a90cc463c892dbd9b7ebd3876", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3cdae517630e40709b241bdaeff97165", "region_id": "RegionOne"}], "type": "messaging", "id": "ee262ef5551c48db88641aa106145de3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4b9b10ff67f24271b8a02be62d7d40fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ce4a2657e65e4eccb06c40a6a69d4578", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "027652857a7642eaa03faee64d4af747", "region_id": "RegionOne"}], "type": "application-catalog", "id": "5b8573cc354841ef92600bfa559eb710", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "db78bb9393a845d68236d51da36b1df0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b87e2b268b04f2290c16e1481953e8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "77f1606f35654b5b8b79398787e1cf69", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "344f542f755d49339c5aea7de7f71865", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "957eff7029034a1398815fcfa20ee302", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7906c0243b6d4b2ea647f10d6c25098b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d17e313a3e924c969e8ced300dbb4a74", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c7b3efeb2cf7489c96b1fccf7c21bb08", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "888304b5894e4f77b9eb7ea2492e4eb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "534e27cf117d4b608c6cf863005e7d05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "86e3d98e3dd74bba8fc301702abcf453", "region_id": "RegionOne"}], "type": "container-infra", "id": "08beec7f08524025b379d68195c3c84e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f572fd6459c745989d2f40bc17544c48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "97b7fd4b53e648fe8535174a1fcb0cd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "489045bddb4b46f9942a0ad9abf87ca9", "region_id": "RegionOne"}], "type": "search", "id": "b2714f307d1d44ab9b25003f8564b259", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "026496d7cf714da6b4cb7d1c3427500b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0a3708cde39e4c11889a979e575d2d01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "095b5b5f15ac44df88a818b456ab4d70", "region_id": "RegionOne"}], "type": "dns", "id": "a94a7fa2d2544a9ca2348f6ae6d6c504", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2e87d2762ec24c98bae9a8bb010cec21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cf297d66a5014a49ac97d41dea4aa927", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b2bc696833e14812a029e67579f508ad", "region_id": "RegionOne"}], "type": "workflow", "id": "01db688041c7428c9baea28bd9c77f6d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d985d417947b4836bff24e1fb88144aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1c34b797eaba421784c8d7ba0683ae11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "88e9ca626de8428083b1435bccd794d7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1338d59c545c43a0b2d2c959be5b6254", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "23a717fd0a0442ff825cb6e4da7aeb4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5ff056f61b3846ee8447321f01f87c09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7dc52482626d4eeb9afa69d3107124bf", "region_id": "RegionOne"}], "type": "rating", "id": "cf5b256ea2624fc19e19d2336a98c0b4", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "38bb8b7bfea44692a63442987aa14b23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "15e0992f69e3428fa2343d78a0be3e76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5503319a3e474aa79a56a53df8df3f12", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6919f300f5914493951f688971f4d84e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a4accb17c3de4b999d45b08e3695455e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9b8d9f3aab5a4e2da1083618a6553635", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d156aa51fc3a4ca293e1f1dfac0ec1b1", "region_id": "RegionOne"}], "type": "policy", "id": "32bf40ed5fa24355a628b17c66f7b7e6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0d9f9576dd31427da3f2008a92b06a44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4ec71479aa6e45dca00a623f5dcd3aee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8cfbda2908a64617a57313eb9b64ed42", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a58a902233184bfbb33d941a3fc9b1bd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e1e79711d927425386ccbc7e34a0926f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a17a34ee520c48f3b7aee2253589a702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d033f9ac9b0c44b1a1a4bce281d94b40", "region_id": "RegionOne"}], "type": "sharev2", "id": "755fa7d656704cb994f3b26592d97c6d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "86ad57e1ce904adea02e97c5fee9bb4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "698608b7e3b0491d8adb2db9e8c44eac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "43a8e4a8c0be401fa239d7ba70d5d46a", "region_id": "RegionOne"}], "type": "share", "id": "5adb260e2cad4de594c87c86cfc1cdb4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1b9d22b4a1df4d1faa23324d3fb1d066", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ef3d85ba8e4b4b2d8cb2f6edca60a935", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "399ec5f0952d40ec8c780839fe942c04", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "172ef7c66a014b4b88a657b912fb3c19", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0754cf528c64caf858913641e2dad89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76937d9da8104ade995c0d8f6cd78f64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9864e12799aa433980b31cb2bdf06215", "region_id": "RegionOne"}], "type": "orchestration", "id": "3c37e5b52bbd41b1bf478569edb91b7d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8bed34b803654c52b14a9758d9095db2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4afe2f8e3aa74d2491b700f50d31d233", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "abadd2de8061444ebcbefe65d1060d79", "region_id": "RegionOne"}], "type": "block-storage", "id": "b5357d8ec2d242db8a2b032094d7556f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4ce0d922efa4b0ea83dd35aea2002ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42e4804ed5744baaa4804ab894da8f01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "686e759d83d64bf5a0df45535ebef701", "region_id": "RegionOne"}], "type": "volumev3", "id": "d0096aa29005499f80877c9a6395baff", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fabf37ceb2944678796bab3eea803ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b07397d8942e43429e863e2a7590aaf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63094796f4f54a789504f81523be2394", "region_id": "RegionOne"}], "type": "volumev2", "id": "c8f774cf7e9b4cbe9ca2265f86156b24", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "220231a153394c3a905030d272816037", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc86ee1013854a2d8fd86989e43b2e0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7188bd5fc9204d36b8b527fe459c29c3", "region_id": "RegionOne"}], "type": "volume", "id": "741369a737f14380a9887707638b4000", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b682fea59454946bd7d052e91026f19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f50b14610c38424fa2e071c3ffbf395d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85e4010772314e63b6458dc8f97013b8", "region_id": "RegionOne"}], "type": "block-store", "id": "41c3cb40b8f6466dba747c5102138fb0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "94ebe44a86dc466e9e6ac589fe8051d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4793ce7d452e41019d67f9457477f10c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e92f258fe37f4746a12fd2e7e93ee803", "region_id": "RegionOne"}], "type": "alarm", "id": "6e0cef33ac5b42989c8453ae41847b44", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b0fc92ef43b044c8a9521a03c509e93b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f795858fc02e42f3ae7ea4703a13f5f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bb13dcfadad44809a282d0f8af5d730d", "region_id": "RegionOne"}], "type": "alarming", "id": "a068a3a146a648549e9033b03ff0a9e7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a0b0a51b6d104968a9f20b0101ce60ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "871e009a950146fa970d828235ce1cd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d4a126d793a649bb81721b8b79f9e070", "region_id": "RegionOne"}], "type": "meter", "id": "ad95d919216a40fcb7104b37a2845a99", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "73570a60374b4dbd9ef2af197f4ccbf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a2189aca553b4315825fb045cb79a28e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "32a8947c0b4943c79af034069e383042", "region_id": "RegionOne"}], "type": "metering", "id": "2bf98906ef2149f1a0561309bdb6204c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b3dc8aefa7e4499686457de184562f8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3df6ecca133547618e9b5e39343ac032", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d187c03b039946b49b2ed4521547e108", "region_id": "RegionOne"}], "type": "telemetry", "id": "fcf53d13400c4787823d1086286fa05c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7e045a5b25fd44b68ac790e82b6c4715", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0b238d87a94047cda3e41b31b2baf3f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "95f63fa98486479ca5a5253cfdcb0c7f", "region_id": "RegionOne"}], "type": "event", "id": "bb3c4ac1e55f4a19bcc2ac838eee7150", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1bade9e6feb940dd81d0ed9feeeaf7b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "37ab8f528b7c4bef84e9376332145fc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3d07b62ee4bb4478817b6b0ba4922bee", "region_id": "RegionOne"}], "type": "events", "id": "83482ca0f4404e818f4a8beffefc67cf", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "56664255da44462da5ca05ff627eb201", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "244659bdbaa24745bf0e79a990972adf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d251cee623fb41d49d95b1ed1b01f387", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1aba56f5ac104fb4b6319e8d44728897", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0034b1b4d68044ac8431eb22672e9fa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7c24a8c469724ec8809b028d22999d43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "cd6bd7d46cf8405e82bf3b6d6293e919", "region_id": "RegionOne"}], "type": "application_deployment", "id": "84a6d8361d8c4dc39b07d932fabcab64", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "be935299f3994cbf8d6c026ce226a951", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dd9a13e781ac4b15bc27307fcf5e2aed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "442744e3607841bd927e5a9700225f10", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5f8693fac83d4b0688ddfe9147791f9b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b10b168c40e94ce8bc87fa20a32d7080", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d9c1bd83cd4848519a7c5a148c724e53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6052c9edc69b4eb28480789c4278ea27", "region_id": "RegionOne"}], "type": "tricircle", "id": "7fe541b2b33c44a49c5d5ba0089ae1c2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8dfd6a2c53104dd594960f0d4e609316", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "33cf70a61f004195a103c8f8d7029859", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "623415e35d104af79c636c68fe4fd3fb", "region_id": "RegionOne"}], "type": "database", "id": "ecd9c8ff5f294ca09dfa1bf72f31ff53", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ca916820ddbc49eab344b49430d8edd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "be25c674a55e4a99addb4e32a4d3a6e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4b29de704db34104ad66a10ec506e306", "region_id": "RegionOne"}], "type": "application-container", "id": "c8840511265c4c0b956db871964b705c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "30e592fb16c44ef2a1929554495180c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b79887d7712e4d2ea2b5d88cfd75f074", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "94da924d83f442bd969e77ab9ec8c716", "region_id": "RegionOne"}], "type": "container", "id": "8869ee09912745f883b41c92106f83e8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9d0a8532995c40ceb223641f1ec16202", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6c41129dd8444a7cb730d2dd9d9dcf03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "473ea8dc62fd49598586129e0b3e6ff6", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "75c813865a954b268bb19527aeef5663", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d7a182b2a7364278b34cf6bddca7aeba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2f4575468a4d46eebf7d18f9b48a468f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b8d42ea3a2d34d8984bf63db2984c8c2", "region_id": "RegionOne"}], "type": "rca", "id": "09e776f6ad0443ab9857112a8cff2bbb", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "02561226988b4434bbf3fd006a284c70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "113c5b2947614d7788f7216d030c4ab0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7ca5be9b09fb4ee1b351e633b6d013f3", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "540f9667ecf74f5483f7bfafbf815fa4", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3ef97b7f37424edf927e24e94dc031c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3dc4d8e6c3184cfaaee52be37d6c0942", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f16900e5d4e4474e8990131e738d1607", "region_id": "RegionOne"}], "type": "network", "id": "e35f3132b0264185a6bdfaf455755d6a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "534de86ff6024fa694d39e0785a94bdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "17a8d7e0feb64958b85e955853e618de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e121864ff1bd441493e0d95366e1b6ae", "region_id": "RegionOne"}], "type": "backup", "id": "5e0a19d98193411b82426dd8f3b994ea", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8f674070e14b4e54b0dcbd217f7c4115", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6a6a232487374876a64a065a4cc9e83c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7c070d7d3380444bbf4ee41b37127a17", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "bcd603745e8a4faa994273190004c473", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cc5729820d5b485bba64b51fd79d75f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "137a9d0386654bbb8d5df00ec661d43d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2f3e511aa34d4109b96f26b3e42fcfe8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "fdaa06d2b79f4b5494897a40b6c8b1b7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4575ed1ef10b4ebba1e7c43b4c4a9bac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "32788a5b544a48c39d2344342e215c46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "d7df03659fde46f396b7c5259b3201be", "region_id": "RegionOne"}], "type": "monitoring", "id": "2f2ebe4bf30a48a3ac3ad8f667f41bd3", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cb53efc51f1e4d94876e97aa0a5209d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8c32b77f34a048bca7e7a06e3b5f844d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d0de97b0a71649f0a3db05dcaff57f23", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "898389430b404b81b77b8363b5ed2e83", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0412f0dbbe8d41feb2db229ca013354b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "013514b1518c465bbe8fde921e197d20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "38bfe5c1fe814f838514b4999f5377e8", "region_id": "RegionOne"}], "type": "placement", "id": "f234b665ce13471e99f870318b67dc16", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "528dff86c7374aea99628b0ca32524aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4eede404b34d4ad2840fe75922154f25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "25b9d18868b5400fa07f4d38eccbbe1d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ba01a85adbc74dd4ab5ed9514243a31c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "70c28bf6449b4f57a2dec96d2a657fff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "74d8f5124c984e0dbdb138eed2a2a7da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f3dacce202be4c69bacb4933c712f15f", "region_id": "RegionOne"}], "type": "ha", "id": "aad04239aad74e639035d319a8cc55e3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "da56a3e837f14c2b83a984c87f2b8037", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1910bedec2d74f80ae542541ffaa5ef8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "0f02d964c66943478d5bb64454cadf6c", "region_id": "RegionOne"}], "type": "reservation", "id": "d3b3a59a069a41879f3b030f3a2c801d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d3f07eb253fc4532beb9211a4d23cb04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a264013299f44b49aff5f1449620c7c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "bcec8c849ce147af897a4b557fe762e4", "region_id": "RegionOne"}], "type": "function-engine", "id": "21a60bc639df4f308e870a123b3d3255", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "43529a7bf6ba4325980370ebf1aa2e0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f7145840ba79406bbe45d5119c0126b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7fc90fc5634c49ac93d1a09d04043d2e", "region_id": "RegionOne"}], "type": "accelerator", "id": "ae9ce132418345cfad26c1e338ea38ba", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "18d4f8ad326e4ce0b61074a8abd54ba1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d7c8a1dbebad4beea5196ade1c07dca8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9253cb9df2ef4c038642335cb5dfae07", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7d9bf0c359664a3396bf8385251e439a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e0e2e93e90d14068a0da7dec254aeda4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "caef6dd0379f46eebafc4ec5f222dec2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a34f11e631214f2aaa59eb6daaa61f81", "region_id": "RegionOne"}], "type": "registration", "id": "c3461ce421ae4edeb5ceca3b81314853", "name": "adjutant"}], "user": {"domain": {"id": "8d597dcbdcb241e78b69a418c49b6837", "name": "6b748db4c22b46beb524129f0e1e1f8f"}, "id": "c945c4cdb6bf47e18010f608216a138b", "name": "8f9d250e6c714acd87d2c4400eaa2255"}, "audit_ids": ["f89ad449882b410f8b1f3806aedfb5c6", null], "issued_at": "2019-09-19T09:04:39.481125"}} 2019-09-19 09:06:39,656 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,661 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,662 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:39,685 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:39,689 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,691 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "daffy", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:39,733 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,737 keystoneauth.session RESP: [200] content-type: application/json {30} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_create_floating_ip [0.243919s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,566 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,571 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,573 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,576 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,588 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.507019+00:00", "project": {"domain": {"id": "d3aea9bf7c824b6b953d357751562266", "name": "6c735db356194b3db41054881ee55a2d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d326ba16a90e45cbba17a6875abcd481"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0a52ab31945042cca194354d4ab346af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e0c7a03e161b42bbb53f8cecfe72c578", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "43d02da160974f8ab553f29ec6cafea1", "region_id": "RegionOne"}], "type": "identity", "id": "00221d012ffb417ea53da87ad8970551", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2aefa01e70864697b2d8613f9987309a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "55b5f969ffd94bd7b906fb331262721d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8969b8b5438a4ecd9a1f04fd6dcfa7d3", "region_id": "RegionOne"}], "type": "compute", "id": "cea2ac03657a43248eba5a4cdaf97484", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f769001b85214577b1eff7f935c0a0a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5e335504518f40f5971a102dcfda1192", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e8a65fb7d8434baf853bb9f6186f9521", "region_id": "RegionOne"}], "type": "image", "id": "bd7ec993efb74316a7c74d915b921e5a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2369f67b66d642c1823920e91e92a37c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7b106bb2e308426fb9f7ab397520503e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5ba662bae6b640b089f7d1b0c86905c6", "region_id": "RegionOne"}], "type": "load-balancer", "id": "371ebad11a844fad9cc96055a6edefc3", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "033769671c72466f88972fc06fc4f0af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "151f4a8f5bf9464585a287f484614693", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02c50b2865a8429abbf24b4c731a5603", "region_id": "RegionOne"}], "type": "object-store", "id": "0ac5a7cf2aaa485d8e1ded9de403455a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8fbdcc213863498f9a471e1d540cb72b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d692080f54204d18893722d078cd7230", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dfc556f9697841ee9ca7cbd1d402da5c", "region_id": "RegionOne"}], "type": "clustering", "id": "b29e3f62b6684343b27efd7966e99921", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6ab9813530ed46efa168a2f980f7019b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e258f2053a2841ab857616118118bcc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "89d0593289bd47e9b734f4249486008f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4bd09b2414a042c381ba5c3606ffb616", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "80d5516af5de4e74b2fbe64616787c83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c0868227b2634328872c2974b4c8ae6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "107362c96f624112b38b27a3caf059ee", "region_id": "RegionOne"}], "type": "cluster", "id": "43e5dd5e9ff5432db9ae01415b78161d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "80060dca04d74f64a3591adc6c814f73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ce630aa12bd64c4f87364bdae177f0fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a707ce245ce746aa9fdf33d19a10ac24", "region_id": "RegionOne"}], "type": "data-processing", "id": "3bdd24a346d5442baaac760fd435a9b1", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e35864ecb738465095e58f0dc37e5edc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "35b8a006d2e145f3bada7a6e1cf1fcbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "616c28c6592446338df2f4489f1fe440", "region_id": "RegionOne"}], "type": "baremetal", "id": "b3ee3500c7c143c5afcb6908d0533805", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b83a7505dde04f04a0fb5327b22ff75e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3d713a2acab345a8b450f8071e438d2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d7331d92c86e4542aba6770f45316c77", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b89ff23196484d07b07f61fc10398fa3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e83c92337fdc495da9753b39224320b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7db6febdaf1c4fd6b34f6183a563c3b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1fbc3be408af40189ad9f9ad63076355", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e5cf43cbb2b84b71bc83e7fe07d87156", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "99be5b2d399043fb86ed752c6fb42c4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f9e1e97cdc594748ac51a6cffd6c8946", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "27d99e3c5edd4d2981210b41a0bb18fa", "region_id": "RegionOne"}], "type": "key-manager", "id": "3a576166f7634018b5ddf9aff6889d28", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0764c1472bc34b9c9f721b939c4d5c72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "88b3620fb22647b4964c45c830bc462a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "25777246df96491ba7386d6c4e5584e7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1d5a3f245261470495a7e0e4e776cf2e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a1c09ba5ebc140a3b842f95bbfd6879f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6a7d6eef239e4585964a03338f2d396c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "52ab6d5330bb410d81af7c2852f95310", "region_id": "RegionOne"}], "type": "infra-optim", "id": "407f760f481d44f0b51b477985fbd227", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "29e61f8863104a50aa3a5e87d1b169e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e8dbcaa5460f412092a4d661b5839ba1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ea78b8d797384867b36f15aa4220f386", "region_id": "RegionOne"}], "type": "message", "id": "3f6260c521ea4d40b2ea856b2778504a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7e58da177af94aa089e6bd257b4d3b5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ac53d5bde0a54d62a2aecdecb950ec03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e81555b6fb7e4ae4b831c99a59977d12", "region_id": "RegionOne"}], "type": "messaging", "id": "5a6481f5817f406aa726abda6ac60310", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a17b3435a84c4838870b1c3514c417d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "440d389f7b5c4ac59e40696fe272b76e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ad805fbc928849a68ba1e969a2028f02", "region_id": "RegionOne"}], "type": "application-catalog", "id": "183a6165a45741e297f7a445aead88fe", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "47d1cd05784f433c9402ff408d6c8fd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d4a1f97fb8fb4dbe8493f4d9d495da69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b89c3064933944b4aaa396b468dcd105", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "41434a8c102d4a70a9b4b957b140e4bd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a3ccd3f5be34a30bd36c94e25679eb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd8d7b00d8e9485a8f124701926ed030", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9bea7c30f9414606a3e471eb3d546911", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ee6e416223044123852ba074793519cb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "224611dd5f40465ebb44800e057d06dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eb0f4dab47da4149837094f503656060", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "99100a3c44b74195930ff1565973a19e", "region_id": "RegionOne"}], "type": "container-infra", "id": "a7e3093f22084c9c88f45c2191793779", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5c6f2105684d42d29d6479d2d2699a96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e7e1aa3e511f4b4e9c419e3e86d60d57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "da552cd971314b14a782a901da829619", "region_id": "RegionOne"}], "type": "search", "id": "7b795dabf377412e974b6246b9881a4c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "558545d62a5c4c90b5255aec9d4d6718", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f9c9f00bc4ca4dcaacd4ce6b45288514", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c2c4e5ad96794a6baa77cf7de13f7e01", "region_id": "RegionOne"}], "type": "dns", "id": "2d67c738b9434c68aff07a516b19dff6", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "50e0fff2b43a4e809a2d5f591e7d0fbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f6eaa473d7ac47bb844e9285dce203fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "30b43396ce9a4728a46b93f9d5935de0", "region_id": "RegionOne"}], "type": "workflow", "id": "5742a06c53644041b7cc5cb0ebad7852", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5e8a1a965cd246e2a78c867f98d98226", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b05a91147dfa4c03960b756d39734957", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f4af6322d4304aa1b9ed501b9ef8404c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1567146c26c64b90aa3fe9d36892e8dc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "811cbcbdabfa4f7bb710fec418778fc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ac7fd7203ed64541978c206e43b7f0b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c0163a7284104e0197746271782d1b52", "region_id": "RegionOne"}], "type": "rating", "id": "f396d8d3aa5c48b9abd82bd1e8caee34", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5e25e105e1844c1b8dcb265e470fcf8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ab1ad4286142421fadf9bd4a64159ad8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "befc77b5c1d441edbe0f94477102da78", "region_id": "RegionOne"}], "type": "operator-policy", "id": "53dda799d9984d708a50beea3463fa67", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3ee4fa72952c4c33a5605faa571ae24c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3863a8b318e3416391610665a7e18468", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "17c19d00fbf44453aa561292aa226309", "region_id": "RegionOne"}], "type": "policy", "id": "c63cf48282a141fda9f59441efc72f40", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "54ac0f0ac81a4b8c8b39c6438581d1c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ad0f9ea867264351ac2f17de6340f07f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2528ec13304f4070863381a5c01f903b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b60334e6b2564dce87e8dc036ee03f5c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "934c7f1f5b4246f8b61a627f89e7015c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "81a4e31432354ea28bf8a9dee8d7b48e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "799058e761f5435794079b9cdcf36b47", "region_id": "RegionOne"}], "type": "sharev2", "id": "1a700269dcd243048010d639bb4320d3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dc303543c56f45a6b14eec74c18313e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "34a67ecbc440490a99991299ef85734a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7ca921dbf1074ec1819a2e2cb5954e6d", "region_id": "RegionOne"}], "type": "share", "id": "99da8c27544e43da8c317c5e92e7450a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4cc3121425bc45048cf4ad8776edc3d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "22b1eb8e2b4e4f138cfc385db3c5743d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6ba9de29b7494de19b82ac17599a6484", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "15ef45e390414f00b4bd0e4e6eff5360", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "681f9905a9ba43929d594c39de2fb5c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f456a05b4f64cfcbce506534abe7410", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8965a098aef2456dba50285600ec7148", "region_id": "RegionOne"}], "type": "orchestration", "id": "598dc0f5ccde4c6fb5644d1b9ed1d51a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e533cdc308434dfab819551347962bd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c03e4b7e0028427c9b9f148a7e2d9d77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae8fd46c803a4af4a09c35d533bd1372", "region_id": "RegionOne"}], "type": "block-storage", "id": "b0dfa6e530d840b39f14d26eb501c306", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf2f243b6ff14c7c8e8729b683870535", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "154acda446374fca87f79136efbc401a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e699046386347a39096e0eeb7df9241", "region_id": "RegionOne"}], "type": "volumev3", "id": "31371fb3fc144e4e9ee3a4bb36cb20bf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c4f20f374de43f8a07552ca9954eeb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e603e214231048d9a122f0cb0ae876bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20698fe4b93346a2b79484d6790400bd", "region_id": "RegionOne"}], "type": "volumev2", "id": "c616ec3ed5274b47ab670b7b09609dd1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "070621c84b2143528a612a51b00166fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "baf676d2bb5445fc83a58abe9c7a7885", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46d52bae035449fd8b2c95e508251146", "region_id": "RegionOne"}], "type": "volume", "id": "069b05433a394dcc8994d711e2d77d86", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d89c1eade054b6383bddb160eeddbdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9d9c3ce8bc54723be151ceed7c9ae15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6b3f6c2715c45e6b0c5c0602224d202", "region_id": "RegionOne"}], "type": "block-store", "id": "02c52c9f5f51413486730937af2d6743", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d998b6568e0c4ca2ab342ba743e75ccf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "66366b5f1a724ac295e0e6ba312a0314", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0daddc0fdac640c5b7fc25fc6b3867d2", "region_id": "RegionOne"}], "type": "alarm", "id": "a49cb31808074781976af21201012d17", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "91c957cca2e24fb2a7de91e55321ff81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bf7104cd2d3c4278ae0ebca090c4ed06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "21b7a2dfb57647598a3426af472875cf", "region_id": "RegionOne"}], "type": "alarming", "id": "9180091371c34d7fbd3f0aa7270b8cd1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "824426356db642538393741e04499fe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "24dc4b9a568f4fa3a1dfdbf47fd5645b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b59a2afc4b744f85b1cabc1d572d6dba", "region_id": "RegionOne"}], "type": "meter", "id": "3553cf7c84a24dceb7d7769c1ac4dd7f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4a6ba6c892e346d98ecd255ccb877737", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1f2c8de6ad8645b0a6facc44c0036789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5af59b74cce845b584f3c57c52f932e1", "region_id": "RegionOne"}], "type": "metering", "id": "c5a4b193eb0140fd80b7f2671f881f4e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3c7d51f726514f3e9d0b562093574d2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "11ef9a99e68a4b16b2cd2fc312fd0bb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5c64d43e08364c7e85bf6d0e369583fa", "region_id": "RegionOne"}], "type": "telemetry", "id": "074ba2d82bbe4597ba50c9034b630ab9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "03c30afc041c4e0d89dd705fc23cecf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "06ca46f2f5dc4253bd2c9b96fb7abbc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5b11abeb59d44d39a375caea92e05da4", "region_id": "RegionOne"}], "type": "event", "id": "fbe94c787a5641c0979523dd4de84f83", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fa94cc5e554e4151b88059bb960839d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "01ebc58ad95b4227b76cc6a3ec6292ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "833506a42e464a87aff8264e6e4023a2", "region_id": "RegionOne"}], "type": "events", "id": "594c2f8526414429bafb24b169828af8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "edfedad2eb5c49a488e37404276779fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "767822559c65482bb591b1b3de13049f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bd7d95690cbd40e6b0802d306d73ba41", "region_id": "RegionOne"}], "type": "application-deployment", "id": "cd45898260564853b51a6e1df2dbd804", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f7b40283e31a47b59b2b3b64943c5801", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6722b2e9202e49188da9e3b965698019", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "cb22fb67ecd142138fe2dd957bad8b37", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f87421f4d7784d1caddae3049024368d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e90a3a8e040445dd81eea2866f41d9d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "56ef13d2d79b48f6ad860470e2629541", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d87abd6bfaa14fd585be2c120e7d8afa", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "901b923b180345248c35c246ea016338", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d6e806a8d8a14529900d82dc4e6acc80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "abd3fccac57845f28d43a664f9785d7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "03eb834f5deb4b7bb1812f3acb93b97d", "region_id": "RegionOne"}], "type": "tricircle", "id": "9407d61a1e084e439a2ab4c7cf7e4e6f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "db6f92964cb24afda8c84dac35adc75e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "dee15b9793d64db896c31cbb25e775a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7fe458620c874e37ba64ba7269c02aba", "region_id": "RegionOne"}], "type": "database", "id": "300f2a96fb69485d937d683c6d826435", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c13b58bb926941c6aeff12416c4da449", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0d1c8a35eb2a4de0addca7ac69731acb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c892064814e34fdcb8501672c688b58d", "region_id": "RegionOne"}], "type": "application-container", "id": "7093e249efa14929a268609e77dfd407", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bdc35205903a4802883b4789eae667e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2af3c5b8057b41abbe9693621eb84692", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ae0ed8a9c904477a9913d644c4f80bd7", "region_id": "RegionOne"}], "type": "container", "id": "7fecbe4368a0421c881332eb4d05a428", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9f5ca1030a78455faca8e0d2d63edb96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f65f2dfeb9dd4870b86fc1eb986f365b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8e9045858b734358a85ce3cbfdadbf82", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "be836853525548a290b62e605d6258c8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "88c33ada495b44bea95844c8cb835251", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5bdb16edf14649b8a79e6f3fadacf8e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5c1f2c1be2d8483f9f19088f9dce630c", "region_id": "RegionOne"}], "type": "rca", "id": "ac288fc278b14d9fb6773550880f21de", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c08dbf2fc49f467895477e6362e664c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0e54064504234b5ea87db0710e35ed98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7e8cad7677524a898a9c410aa1ba4fd1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "47015a1a0a294293926849d977d115e5", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f1993be4593a4b39ad73f58cab465bb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "abd9f28e2bf2445781fc69cb193e9887", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "5833e572e20d48e888a7d432f0211808", "region_id": "RegionOne"}], "type": "network", "id": "2beaecfe944d4af089798cc18c8d877b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "fb2c6da8edd149d4a6b47a5375b11bdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a320de3b3406440082dbf205bbabdecd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c3be27caa1be409bad3dc1103df5c328", "region_id": "RegionOne"}], "type": "backup", "id": "0015e5496e2e484d95afcb27582e5394", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6de59be608584a3b8dfa04bb70cf6f83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5c2018f5a0564b29a4d718709a7523a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3f20ed80177a45ba860f15a36832feb8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5ab9e35875e8448eb7247d021c8a926b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9143b04861944a5c9a62538ea8633d23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3946b10a6f43426fa2843dd9dc19bf1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c7936422b505474ea7cb5984b28a821b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0defa8f247414bca8690a00b6f4bf4a7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4709ebb15fe54b46bb4c2a311b3ce3fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f4ac9a959cf34f7780bbea898a855efe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "6d595b487e2d4eeb8674c70fca02a4d4", "region_id": "RegionOne"}], "type": "monitoring", "id": "49c70092dbe74de4a1808ba748acdbe5", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "24f022ab0b504164bf324a716352d0be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0f13e9d64b114cd893bf6a684a4167dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "27d9ea620ff94a92b1c83ebd0925b057", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9d515ac1e5d946698640821a78f431e3", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "7b9ee6de033c4941800f1c42eca418d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6f4fe89d3c7f490c951b5a5c4a2c9989", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f8221e26f35142118d38bf37bf9c7769", "region_id": "RegionOne"}], "type": "placement", "id": "ab2268f07fcf46f58811ccf27d877b4a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b4af6a02a0ff44d7926e33dd80127e01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c7a91e24379748349776fb580f74aaf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8b6b0e747ba1400a90ce6018817c8bf5", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d77f4fe649e34a26ba6ec9e435218e97", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "35bf15a4c3a24f1b9f16e69972f5c46d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f1a491467eaa4398b125f4a20ba34907", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cf91792835e44d588690523ef98319df", "region_id": "RegionOne"}], "type": "ha", "id": "d7d9be725d6a417e8a7c1ee689e68952", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "beb1652b7acd492fac3801c6c72ee3d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b814fd32cf5840d19b52c1ad98a7f74f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7d3fdea8fb6f46dea0d9102b2c80ca65", "region_id": "RegionOne"}], "type": "reservation", "id": "46e35c1d59c34c3f92c8f91363dc82d2", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6151c51ba89c49cfb2943257dbd3c266", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "69ea478c717d43d9926c862aa84550e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2ab5128024df45599a38f3a1cf648624", "region_id": "RegionOne"}], "type": "function-engine", "id": "9cd3af53735e4ba0b07ab43c6d008771", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ce4b0601258249a7b6a678cf487076b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2be1e9c7274644638a72b0b32f7fabc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d7af116046594f40ae7afb27b434ef9c", "region_id": "RegionOne"}], "type": "accelerator", "id": "aaf12cc381b744eb808e86900579947b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "69d5363e6a834dad8d011f61f2ae87cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "23d4392e0c3f41308ae701dabc917bf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d95970ca83fd4e31bd058521587f4121", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b15c9193054c42e68602d6b66a53c579", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fb691df3c61f48e392bc3c810f51998a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e40932da926146eebf08e3cdb25386a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ebdb561af3564466a45710a4fc47be42", "region_id": "RegionOne"}], "type": "registration", "id": "88db72bfab914cae83f74e5077bc1f0d", "name": "adjutant"}], "user": {"domain": {"id": "0757b16b971a4b0ab146fb774c5eca0b", "name": "3be1b9c99b304875aec580a42d2b4521"}, "id": "09bd3bda317840aca94849730559cd74", "name": "553d916ffaf04dbf803395fd2c963feb"}, "audit_ids": ["8ad6b47f329348a2a130494884da7d5f", null], "issued_at": "2019-09-19T09:04:39.507019"}} 2019-09-19 09:06:39,705 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-floating-ips -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"pool": "nova"}' 2019-09-19 09:06:39,712 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,714 keystoneauth.session RESP BODY: {"floating_ip": {"instance_id": null, "ip": "203.0.113.2", "fixed_ip": null, "id": 2, "pool": "nova"}} 2019-09-19 09:06:39,735 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips/2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,740 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,742 keystoneauth.session RESP BODY: {"floating_ip": {"instance_id": null, "ip": "203.0.113.2", "fixed_ip": null, "id": 2, "pool": "nova"}} {14} openstack.tests.unit.cloud.test_delete_volume_snapshot.TestDeleteVolumeSnapshot.test_delete_volume_snapshot [0.240175s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,465 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,470 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,471 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,473 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,485 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.396058+00:00", "project": {"domain": {"id": "a865ca237dd74f3183d2206179e861de", "name": "09bf9ac540fc4c73b9ba945ed961800d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "66719a96347e49fa8de2bde5a152896e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "eb42e179834f4289ae5d52c591cc131c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "64f50093fa434a98bd48c5a8bee2bae8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "888c89a1c6284107a21aa1b7a3b04ac3", "region_id": "RegionOne"}], "type": "identity", "id": "350190a786e6413ebc9d6c4848c5b3fa", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d8cf67e2fe1342c49bc1e6fdfdeaf11a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1c8476972dda4490bef8c2ade7e431c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "da2d54ef2bf144b89fa124a4d08d5213", "region_id": "RegionOne"}], "type": "compute", "id": "de6e061462694468aef7f0a662838bb5", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b3e4770566d54c649cbc5758f227da7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "185a685706234556b8ed3afbd0f10318", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d1865142e9e0403bb84d2e3ac04181ee", "region_id": "RegionOne"}], "type": "image", "id": "6979084d94dc4e86a1fa34dfe6e9dd88", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "758347c38b1745b08d068b0b2d6f7c31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "134bf7109b6f4b09bc172f165c23cda1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5f46fc7b06614b41958d46e2db181a89", "region_id": "RegionOne"}], "type": "load-balancer", "id": "bf26e1d306a94d3a8f2405ba9b5c8fa3", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed36b8fa2a36487386ea5470eee245cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7340378d7ba64234afec727d95e74676", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e82db249a6bc424197fe4c901f004fa5", "region_id": "RegionOne"}], "type": "object-store", "id": "89aafa846f1f47b1a38555ffc0c94f06", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9263429d932841e686fadbd6fdcc9e29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "41c81c4df02e4310bc4d210be9ca347d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6f7248264a6040d5bb9cee1aff3a1beb", "region_id": "RegionOne"}], "type": "clustering", "id": "de2e03498d1b48479f2e348bc6d5f2c0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0b1e621dd2424b86a57345b6aac43644", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "39ce240c008d4339bf5d2fcdcbde10b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1b8eeea6743441b69b64384eed6d433f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f5482e6f7dd14190a3f0caca066c9181", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4f18b19dbb4b4ff7b8fb51464aaeb0ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "993810a170274a8abc26d1eda665e5ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ccfd2f815edd442592edf21f7ccbecdf", "region_id": "RegionOne"}], "type": "cluster", "id": "7906901618b34c87aae3eb5550894a67", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b0de4306e9bc49caa0ef5b1e41b4db5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8623f2078547453a873208266d05f775", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c365363b246046b89088202008166397", "region_id": "RegionOne"}], "type": "data-processing", "id": "5403f050f73045709f72fafbe906b7ad", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0a80d33cbefe47078c402ab5988e28ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6854213acc814d97b30b458650f78afe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "20c9a962876046359eafe970e4ba79ca", "region_id": "RegionOne"}], "type": "baremetal", "id": "174178cdf4044a0885b5ed522863e201", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2dfb7cd18a984d098a01d93bc847a8e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4fa0cc93e6ed44ce98e39bb860cd727d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "13f42754a8db4a4686d00872ba42ec0a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "fa308cb2870146e99edf794f369509cb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1479c86288a24a9e90c601416efb6710", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "db828f71e709438a984424b43ed47050", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "882a7f7b3c584c9ea51dc9c0575db625", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e40e74aa517048b2a1e4c28801dd2a9e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e706610c63e24d2eb8f9e241b905cfa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9705e63ce3524344b8172fe033a32558", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5acaebbfc09a4dda907e485029e46a9a", "region_id": "RegionOne"}], "type": "key-manager", "id": "d7735ad9c3ca4088b60c4361c8a810f3", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "afa700580b3c439d87fcc89bfb126e3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ac88031d8ef64012bb16242c67bab654", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bb17248d8e5b49e8a6bbe7ae5bf5473a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e7f81f0242254dff8c73e3c9d00dc9b9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "95a69e0fa52f44ed9d2d1f6100a2e763", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "35d078a9f52d4a9d9df1b01a25d1a270", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "04016b76202a4848b7523af7dcf82661", "region_id": "RegionOne"}], "type": "infra-optim", "id": "395f6b34bd7e4697ab2c849c7abc014c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9f9f68a64f8b437fbeb23a8befd48847", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3c28e0675f0b40cfb1b478a7242c0d4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "30df7ae16bef4c74b6698a55f1e4f3a1", "region_id": "RegionOne"}], "type": "message", "id": "0925419be32b4711986f264873fda29c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1193f485c6eb4f42a0caca24b2d99d2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4f23e505cc36474c9d2b17510efbca76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "efc52ceb86a94e10830b822f45aab339", "region_id": "RegionOne"}], "type": "messaging", "id": "06b5b02066d744cfaea923208697a45b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3e56b081cbc94afd9dab3859b1b4aa20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9e29b52414bb4fabb34b9853a76de99c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c76ae7b08b2e47d28b15c8e5c220d82c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "92b3ab436c0a468ba272fbcd1118dabc", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dafc840cefc24533bd67d9070cfbc681", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cb2e0d8e510e4ff3814282b3492f0972", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b2997b93c2384d5a9165135c2b58771c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "31d2dbd6298440cc8e095987dfc405f5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f25991f9c82465d93bfc392c756bfc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3dd1db1548404db3844b1088de229872", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d9ce4d31dffa4156ae90a1171dac8e12", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "77b6e4e5eeed46d7bdbad4476266806a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6d46cb6ef9ef4ec89d3a12bd7936c75d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "822109056cb74fc399105d8acdca1a85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1594106db3024512901babda1d6ce8c4", "region_id": "RegionOne"}], "type": "container-infra", "id": "389c9ab6fa9740cea3205494f0e72336", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "bd36a8a23f3640b4a4ee2a1eb1b46f1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "bb432855a6064fae90ec80b005c7cff0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "0e050315762a472e8541aa10faabc4ad", "region_id": "RegionOne"}], "type": "search", "id": "f5804ccabd324c6886638f06d29fec53", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1e25cab915594d62ac4a32a039af7bb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "59eb36127ac84bd0804462fb59e66f04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f5ac87291bb4480f8274f8432efe2028", "region_id": "RegionOne"}], "type": "dns", "id": "61b87c4ebd7f4bf59218ca3130469611", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f182d8231b5147d2b94e4e6fa4b7edd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "34cc9c615d064c69a68980a7555e1d75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "285c5dcf94d84f5f9301696ebe0f5694", "region_id": "RegionOne"}], "type": "workflow", "id": "17c0af6cfbcf4e6f893bf35ab3618af9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e1f2e21665764d249c7d092f15d603dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b700f3bf9400454ea0fe2a549d7d8910", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5d5f045885f6451d8059a92e03657f5f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3bc373b80a184bcca4903a984bcbcdc1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4d5e6fff60cf40f0811eb1ed72433c64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3f5bc92c2d5c42c0a3454939972f3bdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b465f7baf16849df8782b95f225491c1", "region_id": "RegionOne"}], "type": "rating", "id": "939f359473904f32bbd43b20fd733398", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1e638778af524f45ab498f126b89899e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6711fe386efd4d91a35c2cc9a05e211b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2332eab146cc4e13ac8fb4b6007c24eb", "region_id": "RegionOne"}], "type": "operator-policy", "id": "adf04efd33074a429f45ce5f6db45077", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b5e70960a7e745c3995bee59753da5ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "21999018d536471ea3b612f9c4713653", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fb2868ea582b45e29bc1483495280675", "region_id": "RegionOne"}], "type": "policy", "id": "cfbe50dff1f940a294cf2ffec80cbc97", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e52fb7db2ca84dd2b61b88bcec89fb2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d1874bd2e38a4eed8eb7d4ca21b6effd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "66f18f7c62394088b86e023256c03eb3", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0ea7bb18eab744758cb9643fd323b620", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "94a09703264842da813f6782c72d4316", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "58363ba9802441f58317baa5e09b00b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bb01a64e864f4fc8b52ba7f90e4c51aa", "region_id": "RegionOne"}], "type": "sharev2", "id": "19fd77deb802438fb3dfd42dbfefd2cd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b8953d6227d74762b468234550187049", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "69570776a94a44e5ae0e15235b816a3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a9450d7c4e4d4359b0b43ba71fb1c64b", "region_id": "RegionOne"}], "type": "share", "id": "3e359b17f1764d4c9c2dc017930857f4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "595436ec3a3d4198aa26950c98843c95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "127fdf8cb08d4fb8aa58a80ce6215655", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b0828efbbfd0476d95d9b88f1c1ade6f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8c1dfefc7a82454fbabc4447518b45e1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02ddd34e3f0a4c20be3cd6ec8e81f2d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d182172246f4d6496406a6887b2cd3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a21ded4ce8e44ff287fd7f45aa6036d9", "region_id": "RegionOne"}], "type": "orchestration", "id": "14fa018688d3409cb8f3aa08e0ab2928", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "344c6656d2bd4e8ea659d4774928ac14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7c8cee0c41f4ac2ac2d4c3b27a6923a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8ef96144e8e4fe08db1cbcbeec76258", "region_id": "RegionOne"}], "type": "block-storage", "id": "e748d274536941278382741ed4bcbf19", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f29add13c9964e589c6d551ffcac333f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e83ba759018452295c71f47f255f882", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "041e906cd23a449cb0f33313e7c030fe", "region_id": "RegionOne"}], "type": "volumev3", "id": "7fe7dbeae6b94c7ba8008726f7b215db", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e13effdd79344baac02784d23378717", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3e35f47506b49ec84752b5b05162a08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "faa18ca5c5dd41caa5d5fd4890fbeff9", "region_id": "RegionOne"}], "type": "volumev2", "id": "9838f133ba024a3aa0f63759eb8fd0c0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08e7e501d94b41439ec54861b6de60dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9eccfafa51924069997e13022722f693", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2aa4ba83f43042fe82b6084499e8cc9d", "region_id": "RegionOne"}], "type": "volume", "id": "e27b914f30424d4c9feef88744072d05", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a8cd2f785fc40498e03b0de663ded17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6eae3d3089443539794db618184d8c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41f89e02ea22443cb24b7a43334cba26", "region_id": "RegionOne"}], "type": "block-store", "id": "17de2c5200864d7583862f11b7a7910c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2cc8a0f2ec2e4802bbd7705f42bee795", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7abdea47324245b8ab6e33e012d0d9fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bddf3fc706fb419b8914a2983030d113", "region_id": "RegionOne"}], "type": "alarm", "id": "cd8ea442967c4feeb62eb2580712f935", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8a72bd41201e4943977e418e57151de9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "71e9a89f3c0345bdafb095dea20222e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "52dd6c7b7f384a59bec90500c17ff42b", "region_id": "RegionOne"}], "type": "alarming", "id": "ff857e04f6a74595baa1d1fc5fdd4176", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9082dde5c18240dda12866111f6abd28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "80ccf11f6a3e40bb9b8c1f2e04216d52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "78b4f3a0df7a455ab0978b2f73ceb6e5", "region_id": "RegionOne"}], "type": "meter", "id": "a84abc24d3964a968d8f2957b42c63c9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8dcdf4ee92cd410bbf2bf1c1214f1aa4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5588a2d61ae346599eb59bc97bccedbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5a7071f44f614167b29c768eb6cd6e95", "region_id": "RegionOne"}], "type": "metering", "id": "99944df556ae47aaa4ddbdfeb5b11d14", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f83f42f3ac1840fabd57fbb01f772860", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8a3cc217e7cd4099b3bb8a1f6aaf578a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "abe5bf988ebe45839b709e3e26fadca8", "region_id": "RegionOne"}], "type": "telemetry", "id": "f6acff257cfb427ab979369c52a61e91", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f8a20263f72d4ae2a895bf779183cc5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4d0a8c002995483eb3f83a9edfc1043a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b03c1a844bbc4e059cb8d425e6b14a1a", "region_id": "RegionOne"}], "type": "event", "id": "0bd64f612ebb4e8ead4879e1801cb562", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1b558fba9fa34e2da353ac49f87ae25b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b2d40bbfdb3244f1bd85c792773afcde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d5dd44811f7b4ce99c39b70791010294", "region_id": "RegionOne"}], "type": "events", "id": "7f00f65f022644a88b75ca77460109c8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d59a02fbba3042f6a747a86d24dac2c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "75334ca641d9456faf2e5f4c74d4de8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ad9cc94d5c9348bea5bc0dc282249434", "region_id": "RegionOne"}], "type": "application-deployment", "id": "916c616904a04275b4914fc6d76dd3d0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3b5775fcad534bd889725a93ab7b7907", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "eee28bdf540c4254a273a47e3a9a4baa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f7802d0041e342d7844596beb674acc3", "region_id": "RegionOne"}], "type": "application_deployment", "id": "dd4f1c7ccabf4e95a949ebfd42ff24b0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0e2c5f5378ce4529b5d17956199d4796", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f42d613f10bf4ce8a56ce6670791e0de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "621b26b33e594c3897375098af0e5354", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "33da45c1323545b48b660a27f4910620", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5e217bd1ae3e45929d1032dab6f3031b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "708e3bfedad443368e48859e1c60a7d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0962b81c4ad346a082cbb5fb57861c21", "region_id": "RegionOne"}], "type": "tricircle", "id": "7663dcda4994453a8e34f10e85300398", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "3576379909bb42daac418ad986f84beb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "bad2f09047804df794c5594b1f55f20c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e7867d98ba20418dbfc8c462ee8110e3", "region_id": "RegionOne"}], "type": "database", "id": "88323d417993436db5ce8ae2db51bac4", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f4c994afb22341bfab3e18df303177d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "16b2643839274a8eafa5cb7b78d9a887", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0e21cdef1566438da5b4949f9a31f00b", "region_id": "RegionOne"}], "type": "application-container", "id": "b0a58e8078284fe78b08bdcfbaf27019", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "322d7823df0348dfab955ce9981e3197", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "58bc56c68a7047e2b1342648b335c4a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "26a7c9dc241942e182280f0b96e06508", "region_id": "RegionOne"}], "type": "container", "id": "f83e7281450e41afa6ebd7b9d41eacb5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cc358c19e0c84476b48ad8b074effcab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bd298fcd57aa44c78ee2b1ac53a359ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ea9625c7dc2e46039a032962da62837d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "250844438f3c4adf9862f1adc6c2d4f7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0e018fb1fd8541988c5cf77bda15ad42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3e4e8d3e5e0f4c3ea768f4096d021534", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "56e29cf17b1d448dae3c9daa552932b4", "region_id": "RegionOne"}], "type": "rca", "id": "47d39aa0962c414ea2d94c0c0192ab23", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "70f2eb1a0f574174b1e8b050321d3087", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4d9ce81723a246139e65e7b2654cef2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "edeb5597032b460ea885080451f0a06a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "793493b079884782bfaba928c55852f0", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "92132b961e71484ba35a42e292bda9e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "688847d8fc4a4101a1410a7f38e272cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3f3dcfd23c3443d5ac1e27fb7b7f4ba8", "region_id": "RegionOne"}], "type": "network", "id": "e88aaee52bf940509a6a8c844a12535a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "409c7b8603614a6287e4ef45eadc2742", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "5e332412a7644112acfad34dff4ed003", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "3ec1dac6e9c14f7abc1cb15ce4902b7e", "region_id": "RegionOne"}], "type": "backup", "id": "8e7f6ece8b51410d81fa2d30bf7f0aff", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "aab6e3dcc3534d08ae3ab2924abdd034", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2b85c73b780e46778909dbe2b529bcad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "350e806af4304dd6b0dd7e8b61293d48", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "23e5d7a8a0894236b4d51117019a8471", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2c0a12c224d44cd6aebf66ce2b5b0cc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2286bbe8c9964e97b1b2f99639695926", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a0174a799e5340a28ae26d82bd34bdae", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a7930ac4a71c47a5b263d5b8b881c487", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8fe646ecd8604d5aad57320aa3c2030f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "920375e1b21147cb8f2994ac23c92628", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "63f05a5eba194b1890b701c3547bd03d", "region_id": "RegionOne"}], "type": "monitoring", "id": "b9df1d7b3cee41a68bdbcc06af8c84c1", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1209c9a6934d4c03bee35d3c215e60b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "dacf2383be2d43f58fd972ca2ffca51f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "410f547f005949dba01f86f72e476b2b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a2dffc9f20ff48239a793e252bb92ea1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e7031989aee4471ba24eb6a7364fc749", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0650d376a1fb48a3a1bf702913af3dcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f75ad7701a4f43b5befd62192cb0f764", "region_id": "RegionOne"}], "type": "placement", "id": "62a4204ed8aa48e1b119733848350333", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9dc6cb7eac81448ea1494a6d0e394a2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7915917c5ec741fc80f84e24d3d32833", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "810194d8583d4ffd99004b5f20e9a4d8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a531882e8f454507ac8a40ce5ad9ce54", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "18a13c712c2c4f2e83485df8d033af62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "40e81ae2d2724d298fadc24533dcb751", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f8f48f2f693e48b590ec50f341857164", "region_id": "RegionOne"}], "type": "ha", "id": "94bf067ef92d4c2f845e06e8b921327a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3fa9aa51bfc24b52a9a56a5939908d8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "26f332b8e16d4aa7a1656f29cf1d3d17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4a552d8fdece470cb951c7c9881f8a45", "region_id": "RegionOne"}], "type": "reservation", "id": "1e8176f0b30b4d25aaa6c318bbda3f51", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fdd0e6be78ec4571895408505fd5c997", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7bd4e50de9dc47fba59040e6da016401", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "ef2062ec2b9842e9824e642ffe781027", "region_id": "RegionOne"}], "type": "function-engine", "id": "0c801d1211e042a48ad97fdb7a35659a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bdf8b9e5d443481ca301a6353e7379ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9cbed084f46146229b69d53d178d2562", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "8dbf7940f85d49948c6f96a7e91aa1dd", "region_id": "RegionOne"}], "type": "accelerator", "id": "60d24864d31744ee84a3c6a581190bde", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5d6dafa7a3f04261b9538625a1a224ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0f928494685b44769c77300f9388d995", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "aeee95fb0ed64b6ca1147d0a8c5780de", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4dbac98ee440479297eeb3fe1a22daef", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "696fef1ceada4598b569c8ee3b1473b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "30f8bddd313a408c9cc9e141fe49ac23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7f7cf393b3f343e68daa9035f7132496", "region_id": "RegionOne"}], "type": "registration", "id": "fa20a38fbe7d4a42a7bd254c9d4eb8a6", "name": "adjutant"}], "user": {"domain": {"id": "07b4f539a3314077b0efd0591012674c", "name": "dfce64faee494074904c899e180a5349"}, "id": "ba4bd853aa8142428f5fa8ef7453ebdf", "name": "97c375f218994919afed7ca6cc0b4684"}, "audit_ids": ["a68e9fca6cfb4df7a21fcd92813bb032", null], "issued_at": "2019-09-19T09:04:39.396058"}} 2019-09-19 09:06:39,554 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,558 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,559 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:39,603 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,606 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,608 keystoneauth.session RESP BODY: {"snapshots": [{"status": "available", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "foo", "volume_id": "12345", "metadata": {}, "id": "1234", "size": 75}]} 2019-09-19 09:06:39,626 keystoneauth.session REQ: curl -g -i -X DELETE https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,630 keystoneauth.session RESP: [200] content-type: application/json {3} openstack.tests.unit.cloud.test_inventory.TestInventory.test__init_one_cloud [0.070588s] ... ok {2} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_network_v4_fixed_ip [0.427125s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,237 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,241 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,243 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,246 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,260 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.170182+00:00", "project": {"domain": {"id": "b4469dc617994c9787e14a876cd90415", "name": "26ca5a69202d4f529d825a84ff9f7b2d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ed58099ed58349aeb581c1a6de7f294e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c58defbb6a2e4579b0c22828b4ce95d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3c45ccee3fb646b3b6f745da772aceb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8f5a41f69cb542e9a03fce3a20e2fa34", "region_id": "RegionOne"}], "type": "identity", "id": "f25fabd57f824c0ab8173afa1bd7e51e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d17d90cada0b424fa323f1e3d37d08a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "924c256c69914e5ca4a85cc9844fb2af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9c039bb625b94f9e85c795f015686f49", "region_id": "RegionOne"}], "type": "compute", "id": "1c47aae2dda647558f9fd873e52635c0", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6c4f91a7625f409886259343ca0aef04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "24d58eec731f4756be2073687024ab5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "1863491b91064e88a4a27835b1914d86", "region_id": "RegionOne"}], "type": "image", "id": "1ae37ac84f2041fba1cff76f1a1c0fc1", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5b65b9e7771147ea9396143efedcfa12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5a1f276a252548369d190aa975007d8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ee098e2915844054913d0216fd92ae31", "region_id": "RegionOne"}], "type": "load-balancer", "id": "aef116bb793a486d893fc576e49cbdca", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22b46f1fb3974306881136a99ff93cef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7eb32310e2a542339528005194918383", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c391374057c4b0ba33907dbc3737704", "region_id": "RegionOne"}], "type": "object-store", "id": "6c50b7efa49340d79261ec76311bd538", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0aea563e21ba40baa2723d6a4f84c366", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "19550a06ea1b4b2cb2e2e736d4e8cabe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "38f63c3911364324b46ac8db8b36f377", "region_id": "RegionOne"}], "type": "clustering", "id": "273b65a431ff441b9445dddf44e325aa", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1fbdf621c77a4895b5eb13f481da47de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "049680f02e5142679768657d5dd78fd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "26efd81cb5ac48758eee207778e9762e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "829b8d5c68464de88d733cf11bcbcf18", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "50109b4a60734e07ad6b5ccac4c31616", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "67f3175731a549c0ab9ebf659f318959", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e538c1f6ef7f4041b67107fcf97ca63e", "region_id": "RegionOne"}], "type": "cluster", "id": "7acd758ad452431fb6dc5b86b4640233", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a68176ad8f0742388fa702f3d89517b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fe78690ae3b0468b975cc1ffa2a0ebd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "627df5c130254db79189a59b321f7dac", "region_id": "RegionOne"}], "type": "data-processing", "id": "32782080ebf84fea841cf5e7cc6b2e6e", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "afc0be0374cc4f3abf63e3d68505bbd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "16ac8ffec4fe44ed9c2afcdcd0dbbb3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d95623051d214a9cbe8f3f6262a02413", "region_id": "RegionOne"}], "type": "baremetal", "id": "500b9005916e43288dd90bce9009abec", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ce5c00e3aaa943f7a5ecdf526c9eb3a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8196b1ae4ec54e4482456982ef3b3ad5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e6231f44d5474e08aae9e9813d34206b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e97f42460edc4ccfb2c1d425982f6049", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3dcf7550f7954ef4b207bfa8d3a795b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "39911d83d158426d9ae9d281e6fb0b9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d0e99244c04645e79f4811aeb99af114", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9b25886618394ac582cd6d63f04295f6", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "91701903b64644a3890e9df9f6cf0641", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ea3d90ea99dc456f956698968229ee7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "49b95b87c51d4a128fb56158a2d818a3", "region_id": "RegionOne"}], "type": "key-manager", "id": "23ae07a7a82546b6956d035d455dfb4a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bac2d1ddaacf457bb9155f90df90e02f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "56afa641450f428a9e03e66ecf1d0a59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e988730c01544ff2844f83fea26dc8e3", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "94057e0f61344be2b2737a4821232582", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a2675573c5e74119a3634d3a4e542ab9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "50ae78b4176942c7aef97e3a5f72be5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "20851a803aeb4f219129e977df22d416", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a50a4a12ba234149820686efbcb14436", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "786bdb7d70a14ad4a14325b293df665c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "44248fe5edd84d2182f2fcba3f4bda91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0ddcd29612f043b1ab00557d12b4098e", "region_id": "RegionOne"}], "type": "message", "id": "2a232614120843069809bb8af93374eb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f5c621acca9d4f9ba7b62c17132d8311", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f527e7f4d456453697df1fca74b2f7d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9f9ce934df8c45048b4743a3e16cbb74", "region_id": "RegionOne"}], "type": "messaging", "id": "b17f37ca338b424fac1d92ca9bd7071a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2ce324ea7942466fb988ab7fa9fe1baa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "97d4090c93d4418bb001c7d1e8a25002", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "853e629392d7418f8ea8b2e14fc2a85e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7e995d6f22a642809c1b330683145143", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f65a220bd99a4f26a11c93c6f4f5a51d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d6ffa0b1e0194396b5100fc2815d9e23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7c94f6994e8b4806ad31a6ee609270f8", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f49f64f49de24dec86c6dbaf7bfd3c5a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c096d50a1f3b47b4a2f996fa613cbbdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f0f9a2f009544b07b6a1ba242465d5b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5dd9aca9fce946ce8cad1862366f4cf9", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5d4476087ecb4f118fab9060985fec5e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a208284d6b44ec08b665654d99623e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b284bfe02ebf4ea98e6fef02c8fe52af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "90b3ec7b8ea44e2daea9e6c4494cbb14", "region_id": "RegionOne"}], "type": "container-infra", "id": "c8b93408098f4ba486ff8fe612a1e719", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f08d606d8afb4e2b872f03d6a829c95f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "0970a5a41aff4c589ed971bc09be5452", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e17bc72bef874927b8663090559c3952", "region_id": "RegionOne"}], "type": "search", "id": "c3780761ad844a3db19ea38448927c2c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "94194f6bb25e44d68d18e2e1a0242ecc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f174a8a4cf4d44d9bcd5392cb86f97f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b75cd84ea271454e9ca79201d1fc449e", "region_id": "RegionOne"}], "type": "dns", "id": "6a0ef092e70147dc8eca0203f51454c6", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e882fb69158c42e19c8120f62ac7505f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9fbe14ad4854417db1a0887c9dfd2b35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e65ad42975224ac0af45481e070dd38d", "region_id": "RegionOne"}], "type": "workflow", "id": "71ff8c47ee5a443aa6a4f24302978dfc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "91e5af6bff414475a77aa284fc334cb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "59649342c62c478aa2f27bef05bbaceb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f2a32f77e43b46afaa2a700d395b9e41", "region_id": "RegionOne"}], "type": "workflowv2", "id": "60f0495181a04cb496301a1ec624dfad", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d6a984e9fe0c4c92be8371b7c725b211", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "fe1e096cf3024e7c9d7f32c9479bed8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d484b1f95fc347d9bf4f56e820d3cf7b", "region_id": "RegionOne"}], "type": "rating", "id": "6c7799128ce547319bf339a742247404", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "608a436b098247d68e3b704b1394281f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3d5cd450ec834bbf9ba2c2a269e042f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "51d7290ee58949908904ff5f15b5306a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "eaf90bf36b234674a67da368d50399cc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dcae15ea0c8a4b65b509a5dae8d8cf67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "04fe594c60f84c09b3f737c2e0568701", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5b0acf7fafc5464e948f4cc5c86cb026", "region_id": "RegionOne"}], "type": "policy", "id": "594a196c553f45d39f62d43b51bf63d7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b6d0c99f9e02470b888c7dc6197ddaab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cf2ebbfecec84f21a0375cbd794e48e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "557ef823f3784752b5779489d5196492", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "3a7155735ccd4f3fbb9d6bb25455db82", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0681851724f347ccbfd7865896abe509", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "22afea4d5f594557869ce120458c3f68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "94df714ceb51485ebadca2143ec0705a", "region_id": "RegionOne"}], "type": "sharev2", "id": "079f5448326c4109991d5164d7f3e558", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e52095a37b5d4753ab163f6e4a89aad2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aab578d511504e29a2a212a47fa80883", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a24ae446e50d4d95a8549a182d312cdd", "region_id": "RegionOne"}], "type": "share", "id": "b01c03eb03364d85ab761b98e26fe85f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "83a87bef8b834d05816e672b10442087", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1720db4f83cb4029a6c35c8a35298b83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "84c3c565848d41d490fefa8a8eb2ef33", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a69e73df84c94ca3a61934dc22bd2ed2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52e9d1822a6d403b82a79198df674614", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5d9b805c6394f428b092feace5e2f5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b54561ce4c4427ab0087f4f562a7e1a", "region_id": "RegionOne"}], "type": "orchestration", "id": "70f460f6218140f3a2270fb6f9db9ca5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a17dc680e8e5400bafeccce3ceb952ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d872d9693aa84294b24d1611e74e3ee5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5bb08eece90432fad4d23554fc88e0a", "region_id": "RegionOne"}], "type": "block-storage", "id": "e115dd4476114f5f803840b1f78adb97", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9231babfed5743a4bdf7836232b3c505", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6bab32b7cc94d09a68da9e5232bd76b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7441e00d09d54690a9d31122e6ae7bd7", "region_id": "RegionOne"}], "type": "volumev3", "id": "391f5acb928c4d6c8df849edcfafd0d3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab6ab04b2b054963812a7b062a9f53f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "065dd44b1a94457283faa5ec13d32029", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e1a45d3cbee47c8a61112d5bdb14cb4", "region_id": "RegionOne"}], "type": "volumev2", "id": "71e833db355a4352856ff1d669a6b14d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c045158c7f14ffda48310580dcd84c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5da001e069cf488cab80ac779f991a31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6773de7256f4410bf8166b54be8b436", "region_id": "RegionOne"}], "type": "volume", "id": "84af5c98d8fa46e7abe21c9db1976751", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67dc64d9f7574fe08e50809b42f3e6fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ac06e0d15324b3fb6cebb67c090519b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06da3aadc62a49e6b7e914ffc33c99ce", "region_id": "RegionOne"}], "type": "block-store", "id": "ad89305c24424c2e99e81e6f8c6c3d19", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "31f6bd3be29b4c20b6222476bc29fffe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9384f0bc615f4f1abc14686b0adbd7e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "47a10802c9254c958f0e1f8907e13f50", "region_id": "RegionOne"}], "type": "alarm", "id": "cc4f624d3df24a49bb6aae0fbe3bc5b5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a4a330fc79ee4fba905b45e75f5365de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f02833df366d4158809fdad22e2cc941", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1c02804e2476498a9ea38074fd5e5172", "region_id": "RegionOne"}], "type": "alarming", "id": "ed3ac8e616a14057b94ea57a9322dcd2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "66b011f8a7814e86937d4a11a241675f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7b77ffc5d6b3476fa4037aee837bc038", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c30af895b13248f984c71c0e6828a77a", "region_id": "RegionOne"}], "type": "meter", "id": "4be02e9ba2d1408780116a18f815940b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3c7a9468a11a45dc8ceb909b6a963757", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c995a34d2742461285fcc8c4ab2d2b4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f19585c8946447dd9e3a3308294ae1e4", "region_id": "RegionOne"}], "type": "metering", "id": "f15631bc681f41cfa6674caa78a03961", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "222f091292d8448db4401f76da8463d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "710aac36f7f146ecb2a3d8cdb5c1ecfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c4aae0f852994560927fccbdc0110dc2", "region_id": "RegionOne"}], "type": "telemetry", "id": "d10c5ea853a54d92bf422d119fd1c054", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1cfb57f719e343e590ad8a124016f843", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ec5eba2d8ddf432f9538326605133110", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d43dab0a0f6f4926ab945dc1316aab17", "region_id": "RegionOne"}], "type": "event", "id": "40202ca3e5344b0a8c43ebc21f932b6c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e6bbb42e408b431d8590ccb6f0625aa7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "980a739a3ba84587bfed412c1ac2694c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6725be29720241f191278b973ca2ad07", "region_id": "RegionOne"}], "type": "events", "id": "ff6345edbdb146899da87f87f3215547", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "712fe51a720e464ebb52a7183e418984", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c423298d136f4126bd10e4ecc0c964e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "867f567e0a0a450994e33eae2688aab6", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4e181e3f2f9b4f8ea37b5b18bf03cf5a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1994b30c2f634851a1af77210b33ada5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9a9f227b97494a0a8cd386ab736ec836", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "159663e913cd4023b70c6cc43dbe80a9", "region_id": "RegionOne"}], "type": "application_deployment", "id": "33034a8cc1204710988df9d4cb1089e4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9e08dfce749045fc8a723836a4e10301", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d72f67205536483c851e385a1e5f25b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "53d3d01daeb44f4dac5a60dd800ec9d0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5c90cb70e7af4db7ab8fcdf3e2f31b57", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4e9da5a28f83405799b35670a6484d83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2c6987fe8a174f0c89a121bb2fcf2366", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d7a10168909a44f5bbaa56f755af3dd9", "region_id": "RegionOne"}], "type": "tricircle", "id": "874f069cf4aa440e8f9c79077a88bd37", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "10354366d41f425991c4956a30623675", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "461f12f4b1de4d73bb45ada678683ede", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "5b0a17e4f8d149b9bad614100c703ad7", "region_id": "RegionOne"}], "type": "database", "id": "c1bb5ac72b014b858a397f5c79bf36f1", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3a7017b03b134ec9bb8b552d0b52cc31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "66429cd0b5304ce5aaf9ff9fadd24105", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c2559f7825f744ddbf155f0dac6ceb6e", "region_id": "RegionOne"}], "type": "application-container", "id": "8155a2137f2e44e7b348c9497e89b28d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b5028d4fce234f9da6e85b92a18674c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3617273ecfc643bf8580ccc6a6db573b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a40dbae0bdce4ca0acce25672f732e76", "region_id": "RegionOne"}], "type": "container", "id": "46e1163fe0c74206a624df355afc3ea2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1ae83ea9e6d545259b9b4ca79072a80d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "66f436c8f58a4164abcafd624008a423", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "701bc5ae6633434ea4b37e16ab45257c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e34878c3ee2c4a31a0d9851100d58968", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b005139267224605a9131a57d710ca1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a43b24bc6b1f401fa23774b34a372578", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4d128979532a4610ba8e0d152dfe8353", "region_id": "RegionOne"}], "type": "rca", "id": "8672e474214d41d7b89c6250178ae983", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ef707c0f83c644c694cd05c68fa7bda7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6ab6247ce69349bdaafa3428f9fc56e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "12aaac8dfefc431d9f2cd33be005dab9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d8a81c6660de4660aff2e378a81b2555", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7424de4d9e694bf5ab7c42c1bd08c661", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bf74b5807c9a44c99025ed91225e3491", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8f113356586646cea222964d81cc8138", "region_id": "RegionOne"}], "type": "network", "id": "027e1743557c4da6825706597e13a732", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "edd9dc7b742a491fac1e28f18e345cff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "43539d9962f746f98b8b47af17948fa8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d45e32230f1e4b4db84ba40cca1fa21c", "region_id": "RegionOne"}], "type": "backup", "id": "4ec627844864408f957348be80d5a6ed", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dedce3ed12a8461198a3b19e36c282e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "136586a4d42e4c42a113852ac82a462b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "39cbbf757ca04a0e96d68285310b301d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "53e31a7ab4be479b89a450f6e0b21c49", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "46f5cf78fecc4941990f0f8e828f5171", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c6b9bc2a3c18452e916bf09b36f6ede2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "915d8252853f4cea9aa9040d3286c5b0", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "54fc647e934a48fdb22f2445c4353a6a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6d3c3034dff74047abccad825f0daee8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "98e33a71007d4bc79900b8b2a97ed3e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a893b1f84fe7478baab42ada01bb0a2b", "region_id": "RegionOne"}], "type": "monitoring", "id": "8d847c8ef6d34a91a19e8525dfab46ed", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4a78c57a66b24db5ba575121196dfc32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2c58dc44386c43fab3770f1a30481832", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f001ede872f34faa95d5c43b29569f20", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f32f0e77a0e34541a3325c040cfd231e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "03d96e5dfdd64158b7851283b364b3b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c5ba111db5494f3eaa096c8098af1f14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "45d6d020553a4a2ea020ccc4abc11ca9", "region_id": "RegionOne"}], "type": "placement", "id": "1a7b0d5bd67d4ff6891330e6caa0b09f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e466e871cb9d42d18f79c29e7e30852f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d141d10075b44a6b90affc86814ece08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "af87ec2f757342d180abd02e4883f6ba", "region_id": "RegionOne"}], "type": "instance-ha", "id": "775eb3aa4824481ea377132fab9164a5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9ccf74a68fd6421f8d6e8710860d21a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "66f4bf0fb87a43448f7e8f1731b2e69f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "18db3820ab3a4c9698ca79435559f8bc", "region_id": "RegionOne"}], "type": "ha", "id": "b4d3ac325b5949829099fe32e45d99d7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "422670bbbfcb49e89256201a886d1155", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "391bf870b270459a925bbc44ea2eb2b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5c7b46c365a841feb1bce2483e2fb990", "region_id": "RegionOne"}], "type": "reservation", "id": "fa6502aa440a4b6d8db94dc42325e483", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c9318200cd8441918012374aa13b2463", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2fef26ab763d4b4298273b258345dd61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8f5dea96312c47fbb6ddc7d1d7109cb4", "region_id": "RegionOne"}], "type": "function-engine", "id": "791ad65d4e184132a3901636f6a41647", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a88a886af9714b7e8274ecdc76cf7980", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d29f85f8fa6b4d36a8dc1eabd453d890", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d59ef4baf577441f9fef5e01ce35ee4a", "region_id": "RegionOne"}], "type": "accelerator", "id": "d0d082f501664d1ebd9fb48bd95034f1", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6cb464246187424ba929500bdd6a029e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "12b0bdffdef04fca83d84ad6cabcf429", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c86c183e5f0c45fa9a0f1c9785c171b5", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b9c37f16abda4868a46c9528a0e37992", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0827a05fc70c4a948b4e978eb7f6febc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "047c2bc6678a45e599e2c2dbe4abdc1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4d8edb5f74dd4a6692153f060af11c01", "region_id": "RegionOne"}], "type": "registration", "id": "663735005d464ffabd117751524e358b", "name": "adjutant"}], "user": {"domain": {"id": "038fcf94166c4839b93777bce2946e0d", "name": "55df9017c9054b4e8903880375d8c747"}, "id": "4a22e70649c24f2099e4e5a159a236d7", "name": "53ee968d1454443ebfd3a58de5587c1b"}, "audit_ids": ["c5a46f5458554f919a70f9888be62eaf", null], "issued_at": "2019-09-19T09:04:39.170182"}} 2019-09-19 09:06:39,402 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "image-id", "flavorRef": "flavor-id", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.0.0.1"}]}}' 2019-09-19 09:06:39,405 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,406 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:39,420 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,427 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,429 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:39,553 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,558 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,560 keystoneauth.session RESP BODY: {"networks": [{"id": "network-id", "name": "network-name"}]} 2019-09-19 09:06:39,583 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,587 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,589 keystoneauth.session RESP BODY: {"subnets": []} {19} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_delete_firewall_policy_filters [0.188741s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,594 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,596 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,598 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,600 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,612 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.540655+00:00", "project": {"domain": {"id": "b89c6d153e56457a8a40a00dc96ea2bd", "name": "653dbe33fcb642a59e4179b868fbeed3"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c05e27bbc6e94400979dda87ba6e6330"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6c33ab4e44a6430d93376bfe7823b12e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a7588a28cdc649c8a1ace3f19fd15c14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "62d78ab693804163bb4f5cdfabd8e6b3", "region_id": "RegionOne"}], "type": "identity", "id": "fcd70d6bd0ef4c30bfddf5fa37044041", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4f236c2398864427b6cb10fb1c4e3abe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b9dd682c7a7b4787949938492ffde6f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "031ade27c7d5458da2d03eb2114f558b", "region_id": "RegionOne"}], "type": "compute", "id": "03d194b802564c6e8a6bb0122e67c51d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "00a9dafd08ef442b95f6e3ae1a5807a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "cb1c02960fce46a094bdd9016ae7b304", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "93b0898a69f34ec4b594e65bfab46fce", "region_id": "RegionOne"}], "type": "image", "id": "3b7ab840e8a04d34a023ca168aeb8a83", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "611e0310d5664220a4c12f9c9eec2648", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5a9fe3809f074a97be0161b9cd254f15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "836a16e303154fec9d33b0390b507d36", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a90df9fce0ac4270887c08d3397d9c1f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9846ce9d1c294f0eacce6c200dfbce80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f45b821f16024d888595af4b18968433", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1cd1a55484df46f08c9d1000650198e1", "region_id": "RegionOne"}], "type": "object-store", "id": "9d234c806a1042b6b55c388ca5c68451", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2b211ef7fbb54a53b3beab2abd99fda1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5030eeabd81c4a67973798fdf1947aa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e9eb4b3ae88d4145b1d4813e47ba3387", "region_id": "RegionOne"}], "type": "clustering", "id": "1cf9e5c191934cea82eb1bce928354a6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d8f8ec15af1b4ebf9fb8f7a167d667df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bf7591d6ca3a47889091b872693b536b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e0650f955ac642f69356cef5d9be5945", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "17382719ce074639a722ff83f4b6a249", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d43a8d20cd7d41cba7fc6eb61dc4bf3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0fa7a3719ea046d4a461c3873930d6ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3fad1df471ae4b078cc3aa23bd8b4d9d", "region_id": "RegionOne"}], "type": "cluster", "id": "e76d1885b3c64d42b9ab1faaa1ab6727", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e4ac2cb75c184c778cac8fc5ca4254b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "007126eb06294913824c8679852e9037", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "30adea90d4084e41b39ddbcc4151a41c", "region_id": "RegionOne"}], "type": "data-processing", "id": "95aa9d17d5984d168292c2cc96ff2f18", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9a671a43664a4a50acb628475ee7b93c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bf91bf97c6f642d48a17bc6c4cde1f63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6cc76513f49b4794a6b18f427b9bccd0", "region_id": "RegionOne"}], "type": "baremetal", "id": "b968b5c2499842a6bdc28a45fbafe38c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "002b991e553442c7ba9b9dc01e1a0271", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "19a1ec7501414dd29f274cfe16902c5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5c4d4b101dab4a8a9b3174027e0e8181", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4ac8eb4c195d4f0bb203674fbc91f690", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d2231639dc8a4fdaa3f423df0008ffcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b00800592bc34c07915cf78b1fc526e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b2ae4662d79d4e6db1529ab6d3d65940", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "13b69a97ee0b46dba6db4c88faedfac5", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "01284bb74105464ba71987c037bdbd80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9053092fa0e04977ae661763fca5cd53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "3f306f85f564473cbf148644aef10941", "region_id": "RegionOne"}], "type": "key-manager", "id": "319ad2219b484e769fcb64d2fcfeb794", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5bce74260c27497389573982583b7280", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9df0342b99fd40d58b7a112cd96a2d28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5a8cc2443b454cac86784611c56957ed", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "13cc0d7328284780ab5cf6269e97df73", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ed8044daf3a3466a9a8ddc8d315719f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "71deec9ff90640fcbd850d921f2a7d3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4eea469e827743b8a1e6e929ab9e799e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "159f2bc56499466aafc51b7a7b1dcc35", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ec0e257d0a414bb3ac30895fe481b688", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b0d6dfc99d56450e991363204bc57d6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2423243efa6848a49837bc5bfa8e7f45", "region_id": "RegionOne"}], "type": "message", "id": "64509d2c3c044ddc9d7853b7e97b5035", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "26b9f186c42e4c6ab5d44abf3325e8e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "59813bb39ca54922be6a625ab62fe7b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fd7c2c4584ac4d40998dd97f5928c605", "region_id": "RegionOne"}], "type": "messaging", "id": "95a6212298564f28a616238070afc826", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c30a007c0716409e987c928e2f2e879b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f980fd01f6964d1c8c6ffb1c3d68fb22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1b40c55a55ac4dff877891f837d3b8c5", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e24582728f284ca6a145b8af9fd8b55a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "11a8c3ff23534f8bb57a894c870b0c59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e992450b992b44c3b9c7223c8efebc8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "43a61fbdc7934a948f666ccfdc1a09f7", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "5e2495de52dd4e1998e337efeb69d2a3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "25ca7926936d4cd3ba1422dccf05b1c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4158030e02b644d9bf89807e8c263780", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4c362562ee6a45b1aa3705f6bd864990", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b509f550f7504977ab850bdd60878b9b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ab849852fce14a02b076c42bf7a26890", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4e51ba5ad8094a1da90e4559f0ee42ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5263cb441d914c2dbbef7266c5fe5837", "region_id": "RegionOne"}], "type": "container-infra", "id": "d0ad94b439cc481f92acacaab20b3fdd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d8de3a911dd4492f85b4ec921ad4c71a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "86240321485f4ad0822c1c18401d8b63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f29170ef4bb34bd38f3e0e1767f2ae3b", "region_id": "RegionOne"}], "type": "search", "id": "adcea7e31b8f4315a69107a23d01687c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "348f88e6c37640a2875cf84d112c0e52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "80980266624f4bf595d50dfd98b8ed83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "622d27c59f5745cf87833e0723ff99be", "region_id": "RegionOne"}], "type": "dns", "id": "2e8b21c67ade4245995511d101ac1de6", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "450dcb50607d4a80a6d1451286f427d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "249034c2703a4e509b8a120c3c23f8d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2bf84d7f3e024e6bafd75457071076fd", "region_id": "RegionOne"}], "type": "workflow", "id": "9e8211046fa3497f85d0b72b88aa4833", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6b76b02f042f4210bb543645cfa525cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "06c670322d4f42faaa7be6c32f423679", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b96d5cc29f1d4cc3b74759a9d426317c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f580333ec4c54068a696362c3d3f9237", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "77e790fdb7634d1fa49aacf5188781dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b0253dac688a476db6a6ffee104aa633", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6b7432609296469cac32f73bcf9d3126", "region_id": "RegionOne"}], "type": "rating", "id": "d8d5236717de4b3c85d38f39f4de68e6", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3a07727d0b5c4f9fa9cd133d811319e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8805b88a043c4ac8ac4c39f2f478eac7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a6ddf9613e8147afabfe06bbc6374097", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5f697352004c47a19b6eccb2ce0f2c41", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7257055e46ef43ae9ba76287b278f421", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "44d0d83ce32a4a8da7c8bd8b534e0f02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c554f22e114849818a6041d02fa42d94", "region_id": "RegionOne"}], "type": "policy", "id": "e0f4294ec8324467928f21f21fba736d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4d70bdab9207486698cfe2c47e7055e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7b1bacb07d9442feb784af452596bd98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "860e0dfbaf3a4173bd666abe77c3b585", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "112dc10cd58a4c348defd0450b43be52", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "26b00b5e3c724e6385714aa6dd169142", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "96093cbc2f1546bf88bf077336462bde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7664d4708fa34adf86e1e14b73ac8cee", "region_id": "RegionOne"}], "type": "sharev2", "id": "cb17d9711a1f47c2a6e237a9598a512a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4313f5da69434fb480dc88d49d339890", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f4b9e0c43cd244309fa9654a3d98b957", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "567d0529abfe46a8bf8deb9bfd301817", "region_id": "RegionOne"}], "type": "share", "id": "83b751c888bc4c1c97ce31bea066165f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "44540331983e4dbfadb6130addef876a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "16af8df5a0d74cccab4846e3bd9b8ec2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "035cd99b8f0f457d852463fe2d8beba0", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ed974a10a1a6406483265ae44e1ef31c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64c2d67b871f4451ace686be276370cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e487bab8ff934c7c8cdddbad350a32e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b15488a10164c3abcb35fa3f7594b83", "region_id": "RegionOne"}], "type": "orchestration", "id": "bf4e1c41926844c4ac8403d03aa58ff4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d6afa91228549a0a6f1ff0489695309", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d561f9305674c968546962de6eb2a62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48a20e6887264593ab63475b64d11f7f", "region_id": "RegionOne"}], "type": "block-storage", "id": "9b1914dbc11743989630a29731cc6169", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b608290558224a54b1bd4e61dcd19817", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c59ff200b54448cb856a760da52b16a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9abc6b1d889c4ac8aee4bb54819e780b", "region_id": "RegionOne"}], "type": "volumev3", "id": "5244bc26a3a847be83ce8576fe873112", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00f6aef02a374fcf8957dbe0b59ff565", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c566fe0e28284f3c96387d31b80070d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "526f8c0e9a804aa886c8987105a651a3", "region_id": "RegionOne"}], "type": "volumev2", "id": "ff521862bf4c4f829729334c2279b07e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10a810ac8d544229b5d28c4c2ee7e60f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1a78323b62146fea85c3804bb4a07a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e705ad7ce6a4113b06521039188a1de", "region_id": "RegionOne"}], "type": "volume", "id": "317bf1f4badf49bf91d9d50bcb509a34", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ffe48415e2f4e92b65ae6968662616f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4650ea1f75b94d6eb3bb727e490f6287", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63dce53982584613b5fc9703f463fc0f", "region_id": "RegionOne"}], "type": "block-store", "id": "51f3e3c7c1b74a52aac5b10a6bd2245a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d4580c8f20b14991b194e4e6c2872ff9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "56f15a90c2684c5eb8288d994af42543", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "749e6040c0ec4246b7dc2eed509318df", "region_id": "RegionOne"}], "type": "alarm", "id": "7ebec02c3354445eb9b000c698556c99", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0acb5ad914ee4e2abd4ce7bfb103d0e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e1300a87c32b47deaa2b627b58ace512", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "48aadf6e7b9d45cbb9162b81cf205875", "region_id": "RegionOne"}], "type": "alarming", "id": "6f6139e313414c90a007243f8f8b1dbd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8c45e37c535747d7acd91edc1a8c14b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8b7fe1b14f1840ff9f05fcba00d2750f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ab6fb9b0832e4567b38326ab0420ac08", "region_id": "RegionOne"}], "type": "meter", "id": "ce182ed3f43848d99265b43a22b2d4d2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "27cabd0fe180444fb10e46c7fe92ccaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "60a72d89ffd04d71aa743ed90dc34a97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cda432dd31004c708987296c2914ae03", "region_id": "RegionOne"}], "type": "metering", "id": "3cf2a97f5b9743fd9a1b1f688f8d1b30", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1005d3f840e54dfa8e09565da4ceb4d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0b7b7de4b1b34b4ca16feae6cb8343f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bc39919712944593a535da0efb813e22", "region_id": "RegionOne"}], "type": "telemetry", "id": "e596697ebeeb4dbdb680ee213495d08d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "624dc42e18b840d58aae4abf0af03c0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8a069cf6308d4da78497d8f3befd19b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e151f7897d9e44d190895be4b6556563", "region_id": "RegionOne"}], "type": "event", "id": "d1fabd2ba93f467eb70d1a5200fbf247", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "feb1e9450cc74b1eb05a451b4a4cc860", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5d6a2dfdf9624c14aadc25fb555158d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "006f408b08f14a0b81fa2e6301e21036", "region_id": "RegionOne"}], "type": "events", "id": "6e82dbf3686243beb8a0bd453ba9418c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5b8e2a48b39a49e1b65a79a67d90db14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "28a247a919b24d6db729376d339a3b92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "01c706f0ba034d928e8aeb1a115277d3", "region_id": "RegionOne"}], "type": "application-deployment", "id": "6ffab66cf7c3472cbb5fc5a4655b9e67", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4a510ad0121f42b2ab313d43875027e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c5c1cd87813342b68cb536c73103e258", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1c6bf0bbb52d40e1ab85286fc76154ca", "region_id": "RegionOne"}], "type": "application_deployment", "id": "51bf4254657e41f383a5194e564ad60a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e78081dcdf1d4d2caf75d9e143cb3ff4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7739d6c97d014cd4ba0c4ab046ca8e2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "149b5a0da10e4c68adbf917b77c75005", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6ed941eb7aeb4562afca4720980926a2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9acd2a023f5e4f4686e604f20f09c344", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "90ec9193c5e2417596697fcdb553c623", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3ffbee25538d42f09ae34ba365908a5e", "region_id": "RegionOne"}], "type": "tricircle", "id": "322abeb7ae284e0cab942019f0a06d9b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "13387229a2a644078b82b6a66fc4e1ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2a8de56117ad4f51bd6ae16d05830469", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "8ca10120857e4159a06d1564a880586a", "region_id": "RegionOne"}], "type": "database", "id": "bf799ae529ea45e4acbdd63f08ef39a0", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c7e1ccc0bea34edb8b39f7472420b608", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "240d98cf3ef14b1cbba45cd5612eed02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "08442de1b7294ca292fc1ce3c6115334", "region_id": "RegionOne"}], "type": "application-container", "id": "676b6e9dc67d4c6bad10f8b714a8e28a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7df5cb4f42a54b888156635c7c55e4b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8d3d91219cea4d249ae8e8e17a600bbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "255892e7febb4973a2196953c79920c6", "region_id": "RegionOne"}], "type": "container", "id": "c1280a209c634b49b3f0816c40f50d5e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f6fc0ea2f4d7455285c9cca8a909c7b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a7fa8e6a7c464f2ba3c670ae5f5151f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f2b569b1d40b49e59beeb1b74b2d9c76", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f8a4fff604dc4ec8ac4438f30666c838", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e603e3724afa45dcb79a613e9175302b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f1a6ef58432049fd90a6f7e4e8ec2454", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c8abe882e589499bb7ffc5f2dd85ef21", "region_id": "RegionOne"}], "type": "rca", "id": "8323abe6115347829b030b4f27c6a6ae", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7420e701f1a94cd4b31819ab39af0e7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b4f2bc47a30245518cfd48989c76f31e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "5fac8bdbc8e24539a2f102ebe45fbfd3", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e029ca84919a4177ae84ecd1b7c777b2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f929c480a1a944d4a11f7938fd415a9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9d47f0ca9c9d4bb1b2b6928ce40bf368", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c29ae11039ff4b42bf2e63c529110f30", "region_id": "RegionOne"}], "type": "network", "id": "7ece0e6b4fee4672961e426b822484d9", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "02b866dee27c482896b2854c1deef0ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8d115efd21b240e8b893b4e7a1b84df7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "421ebccb1f854f8d809cae702dcd1a96", "region_id": "RegionOne"}], "type": "backup", "id": "1a990133bb3940dfbd82640ac76a6242", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "236797a0343549889d6d5b166c4fb8d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "68c6a15527f14bbdafb3c850d97b53ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "543584252bfa4610af1d4ac0dd024df6", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "eaa2e36afbeb4aac8b829f595c3026be", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f0450db32832492d8f9e6ca22ca1445b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d15b62449890460587d6f8d01dbacf8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e3f9ab4234464a35830136b4dada4d19", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "593e9b5130b74a6e985ce7aa1351843a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1ee07c75048e4571bcf2f510b9d7f085", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "51fc549eab004b70b6314ef96404b765", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a7f1dc6f32c544f9b6900680f8806701", "region_id": "RegionOne"}], "type": "monitoring", "id": "1cf9221ed30c41bfa2a5c56a0b97fa34", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e6dd521e4bbe40b08d8c612ca0901bcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5f491407984947c59175f93dd0abd0df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a4509f1b9d2c44408afea3aa2a50a947", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ae5c77106c524131beb2726af3080cf9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ed61b585404449f08ec12ac972c5f3bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "839b389eb1ed46ff899637bbcdc10100", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c03ad7ce5e2d4f8d9ca653b1f0db3fd9", "region_id": "RegionOne"}], "type": "placement", "id": "d6ee4237e4a1411a956389e4a484c91c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e9231c86d9494e5aade7716d9bae7a0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "809840adbe2d4ff489449b6dbdeed78f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "815e4a27bcf949c888f5709e22ebeae8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "859ac801ac1d486aa2cc97a2de2a627d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "809b432492d64fd4b51a499a0ab88d04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "aed88e5eebc94ec7a271bc537408076d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3edfb0b31eba4042945d1213e13fca90", "region_id": "RegionOne"}], "type": "ha", "id": "a8897f1c6b1e4d3a84429f886ad8479a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a5b7f3eef3224392811de5766d9ac1d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b03f17a3c58d4611b4a9eacb1a9e16fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ac2f2d07ac954fd5aaf09b7f78c67b28", "region_id": "RegionOne"}], "type": "reservation", "id": "255a972b168643db90e43b9eb47be662", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3245fadc91044e77b462371a126169aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9db8495ab5484e259c60775e55e1f348", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b927b487985e4a0cbc45a09976aa4a66", "region_id": "RegionOne"}], "type": "function-engine", "id": "5653115ba8ce48c48cbb75477a8f7c95", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "10ad800758e84274a13b16d8c3a6e618", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3a4054ab08424286bf865aa284756738", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5d9f4a44d5e947b59cc63dba1a425929", "region_id": "RegionOne"}], "type": "accelerator", "id": "c472dbe3e55e4904866377ceac6294e8", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "23861b0246d943ba89f0ba47d7f3076f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d9da56871222448aa9472db39f50d896", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9910cc01a6954d01bc801ed25672da10", "region_id": "RegionOne"}], "type": "admin-logic", "id": "43d3ab9a967e44f79d18175e1716ef6a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "76551ef581c9435ead3b6cc983dcf690", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "219ba193d7fc4830b5db669b05b85836", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8934f21706c0457bb7185016aafa52d1", "region_id": "RegionOne"}], "type": "registration", "id": "8eca6712b2a1423c9b9b3b79243ffa4b", "name": "adjutant"}], "user": {"domain": {"id": "0c76d54819894765b0ce9123bff82dca", "name": "b5af2d4387ab4169b5eb05f18dc459d3"}, "id": "2bf3a066d8a944679c99f21bfa1a11c1", "name": "27da7d5208764c04842f22aa7c9b5923"}, "audit_ids": ["195659ce2c55401cb4356568082fc0a5", null], "issued_at": "2019-09-19T09:04:39.540655"}} 2019-09-19 09:06:39,714 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/fwaas/firewall_policies/78d05d20-d406-41ec-819d-06b65c2684e4 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,721 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:39,722 keystoneauth.session RESP BODY: {} {11} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_insert_rule_into_policy_already_associated [0.221785s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,605 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,609 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,610 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,613 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,626 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.540674+00:00", "project": {"domain": {"id": "095de0471a904866a6ef872f05d59621", "name": "f885f4b76b92444f8fcbbeb39484c05a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "cf3f80f2a0d24f6d941130bd7675f144"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6937b92be6b148c59cd68eefbb4e554a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "fcf1aa7776f74fa39f854fdacf364010", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "141e36227b994caebfc6b7d0f7f1b3da", "region_id": "RegionOne"}], "type": "identity", "id": "dc2474b815224486a2fe3c6104f56cce", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ebe34571b090444489eb1e81ed87d0f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2b907a8bd2044c82963b83873f20c967", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f68d07e7c71747fdb9bb28d08f6b47bf", "region_id": "RegionOne"}], "type": "compute", "id": "090c22d406544f0382ff7dfc97b3f7cb", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d587ce27eaf24eb48ff02b1bfb5dc877", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a15cbeab9cab4ba19dadb3072d2766f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d62fe946f3d24bafaecea838083881dd", "region_id": "RegionOne"}], "type": "image", "id": "c95cc9ba26b645d585b524cd5fa989af", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d1db5eb688f54c6f8bd405f24308da7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2b26d497aaf245449af7fdf8cf1f627d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4e285e5341184172ac095e647bfc9b27", "region_id": "RegionOne"}], "type": "load-balancer", "id": "9912f0a657f84854a23a43cb2e5af3e9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dfa0b99cecdd425e82375810a118be3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "baef41f0a8604562a5977eda6b709d5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35d04a674c044afd91da32c2260ec782", "region_id": "RegionOne"}], "type": "object-store", "id": "94d61d67e540450794d648671c35999f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "90f164056dff4b3b942e18326a9b3cea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3d813894dff4417f84830ca808a45093", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4f8c25f193d6484fb53447a9dd2c4c1d", "region_id": "RegionOne"}], "type": "clustering", "id": "0135b75d1e8c41f19145c4a66ffef9af", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "74770cef6b3b4accb3a7d1ea7938c8c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6b279cfbc1c34bafa5789d1434a45164", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f05f820392b24b71a7fadcddd747ec02", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a62681825fd74320bbc30e321a4dd667", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ef17c06828394f3aae297c2857f7f1d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6347b8b630884a99b8fbea88cb1c0220", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d805ac1e247c48b6b9543121d1cd9653", "region_id": "RegionOne"}], "type": "cluster", "id": "63203e6474ce4fc4aeecd7b96d0c1aac", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "20bed676fa5543d895d5b40bb8ebf29f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a7553c502ebc491797d048d124fa604a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1c654473d1e24e15a5fc17bce185a31a", "region_id": "RegionOne"}], "type": "data-processing", "id": "da8c83ef7a3d431e8ee2cd425c965c68", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4a9eda6ccf6b4681899686e10e219253", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6fe7f77d88424bdf8b7905fd9e1c78dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1035d1e5ee204b62a3a337437850024a", "region_id": "RegionOne"}], "type": "baremetal", "id": "e9430c257e3e459397f3140fb3dfbd73", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e4a7688d92a8476c834bed91e8f4fa65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "afa3a78a22444ca3b16cb20f9477eafb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c4019837a6da49ffb7dafdfd96bd3ad4", "region_id": "RegionOne"}], "type": "bare-metal", "id": "1c5dd05e39cd403f80828f93b0d8365e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8fadf6d092be4519b2e804a3b815a6a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cb6c78a203e747979487589451ce2c87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b225543d9cb2427199f76dd162076e39", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "61fe17ff23894441b6c59d99d665fd30", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "afcbdc6185d74904b9b48bbeba6547be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a96e0170db92420e992552142df916da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7179bc1b5dc24ec3a2ae9ec9a30784b3", "region_id": "RegionOne"}], "type": "key-manager", "id": "ad9b059170804af68994019a312fda6b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9224e8fcc6a64774b87b02ee9c790fd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d165af4340344bf38d3739f1fee15585", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "307752a0290345cfadc93f5a578458fc", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "09efdc25e0664fdbb138d9c846cf5950", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f20574e4a1594abe810bb039338f8b38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cd36f7c8a17e469d97dbed205f77f559", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "364a22c77bed43ab9aaa1d4f5e768704", "region_id": "RegionOne"}], "type": "infra-optim", "id": "69dd8dce84844b3a99422ae76916b5b7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9948eb5a9ef4413a92095270ff1854a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8f79c69daecf4b2e91e27afd1bdcf0a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "06923b386c604184afe2f4de7ee3095a", "region_id": "RegionOne"}], "type": "message", "id": "5b86273b19ca4dc396a74d18b107d56c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3b2386f35a744291855d17b3773bfc65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4d4231b6dc6040959d779735111fa5c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d773103a9f3646ccb4ccdead92f2e509", "region_id": "RegionOne"}], "type": "messaging", "id": "f92d128b2ecb4c3ba411d0eb66716e33", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d8c02859bec946ea99ea6cce9a0690e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "05ec7dc0b4ce42dda4bee378e8a89de4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "74cc7a07e54b4ddc944cb95a1d2b9cd5", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4543af26d7194d13a77636609c293528", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "49c40f9364204fb88e8d2738ee83df8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd811729a5284da3a298e1275e85374d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ed4ebb70bb04034836fcdc17cb20078", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "bd2c265195ec49bb89779a831b50086b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cb1fecfa9b5f4c4bb80e80383c12bd39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f45b39bee44b4da4a3077b00a6e63f75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5bd2470fae204a91b35848643b1d593b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5b73c469837a400eb6226441ac635897", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6537b7cb13b547279a1a0550b5ce7f76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be8b666f5dce4adcb9d65b43e84b9b90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "29fb286cd24049a284126814f67ccb94", "region_id": "RegionOne"}], "type": "container-infra", "id": "3610b45281144740b91d3cb9a658e35f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "265d390357db4709a8ee9d0764941552", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b88acf2787e34e708df9dba228afa7e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "695fa3d40868425a91bf59105fed894d", "region_id": "RegionOne"}], "type": "search", "id": "4939f14d8bfd47d099c4d9822b19f873", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e004d55fb3644718aaa251088d054c25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0e143e71268d42b59a409386118a607b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "15d43745a41848679f910f6b091cd3aa", "region_id": "RegionOne"}], "type": "dns", "id": "a37e924ddef447fa9d32e9db0888ef6d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7fb76619325a4c7ea5bd3115656960fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d66247e6adc942849708fdca3559aad5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9c7e00b72fa04ea39d9e95b8507ac77a", "region_id": "RegionOne"}], "type": "workflow", "id": "503fab3cc4ab48619588bf6941ac0907", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f6b12d9b444143aab513d9b6fa7e8861", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f16a00616df84c728cca4e15f1aed604", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "20d997b7dac2420aae32b207a606f18c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "68e6e2d34eb54ed78c51f1cecf42789b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9c266b2bce7a44178b213b2690d5a696", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "821ec4b0d37844c897f474d2532be3a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "93742f0ae8594780b74b58b40ecff27c", "region_id": "RegionOne"}], "type": "rating", "id": "d4567098fa9b41b58408304c6702f5c6", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2b96dc42f9a54fe49f6cbff11ec1a747", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "005eb56b125b4dfa9443eedd008687a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cd9d9a9c37db43899afc0560627afdbe", "region_id": "RegionOne"}], "type": "operator-policy", "id": "bcd5c5daf1c946e5af2663a177dc4230", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "63820c1f2b654841b983912fd10ff893", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3c385debfee148d0a9516869fb3793df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8d0273bc4ad340f0ad2366a42c3c05d2", "region_id": "RegionOne"}], "type": "policy", "id": "6f777680332845438924e8adbe8e9b29", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1150ea75e38d476a957dc3480f7c6396", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a7fe9985505a41b7b6101bb95c2b11d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d7c424301e1648fda8bc9e88f6c707a6", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "777a27462bf4442d83e538435cf674c0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "499db9fa626f4f6584af423e7827a32a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5b87228a5b194fb8ad843dbaca30fa4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7cade33515624ee882f7ee4ca55ee660", "region_id": "RegionOne"}], "type": "sharev2", "id": "bbd69d6dc1d34a828b167b178471b532", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6c8e554ceaf04cf38d22206697664b47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ba92b663b14b46d18d5370f5e85b27e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b27824033d3642e2ad7f1792687754f0", "region_id": "RegionOne"}], "type": "share", "id": "07cc619c01fd4d348789405754c19cdb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3d7052dc69b6436d9696beff1c8570af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8b94c5c6cd264193ba566306fc994859", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "530d32452465435abdbb297fef79cfbc", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6aafa2c57832445da0a23f31ab494558", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6dd7930cd94f47e6822b1684f6c16b16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2ec627d235744609847a850ebb04dfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67c5f4e9d4824e9e8dae71262ebf7bf6", "region_id": "RegionOne"}], "type": "orchestration", "id": "42ab40da83bc43fd82667c3fbf32c19a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80ee6fdbbea841e7935a3ed78174f10b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d62de15349b542e4a60478485492dbaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ef2c1f655f04edd916d2bffc2787ccf", "region_id": "RegionOne"}], "type": "block-storage", "id": "738cd1b0c47440e180eb8431b619a84a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec0b68ba8aa24fe9a1d3d4c46da07e08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a3003e52d2140bda0d9c4c53f633fe4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "981390c612fb493b819173cf84468bbe", "region_id": "RegionOne"}], "type": "volumev3", "id": "98e883b9f0f54d5b83499af787237446", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bcf54fe377af4223836c58ab5f78f563", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "859eed7ea07846ce8fcdb42d2737e5be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60c880f2ff4748fba7ebbb5aa55a447a", "region_id": "RegionOne"}], "type": "volumev2", "id": "cf149b8ec30b441d9a479861314ff7a7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "abab558bdae74b4c89700370c185f693", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f33283556938496299f9d4574486f0d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c78ba0cc01b47eca1c4740379077211", "region_id": "RegionOne"}], "type": "volume", "id": "a54498e7841c4f9f9858062e505bc1cb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26aa7ff7ba8d4d8d9082ae2ffbc92ff1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7dba544166b54b53904bf3723a8e7e70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f2dbf6da73a4d84ba2027c0797fce70", "region_id": "RegionOne"}], "type": "block-store", "id": "e9e4df7d1bca4d25a8581b4b40c299bb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a55ee3c70a564086883e9739c3d780f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9c1230cec8df458d969532121b02328d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "866fc9873b41430cb932aeb94eb92f56", "region_id": "RegionOne"}], "type": "alarm", "id": "6fbfe12657af4852ad940a4cd51b3136", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "05f7ff5096f84acf9011851859b9348a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "44329d107c914625923c597f0a7e8617", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4944ed1e9c894615b69243b6c1703f87", "region_id": "RegionOne"}], "type": "alarming", "id": "8a4be870a7cd455e92cd2c39d18a38b7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b6b29feb0de64f21a19b378ef7c4dc70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2e81f049bc8c47d0af08c59ac904c19a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "901a67003b2f49e0bb84725adc79ce05", "region_id": "RegionOne"}], "type": "meter", "id": "46921058e66a4ee69d454f0b6fac2847", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "569717871a174bc5a2f6f6b75ac90d15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f3b6af9785a9487e8ef89ddff5266b29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "43427a0f41a245389641961806abc73e", "region_id": "RegionOne"}], "type": "metering", "id": "79be4b5f669a4646bafefc5efb1eeddc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d114e65948be4f939b59aa82af2be0c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4b16170efe6740e9ae995448500ed764", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "748579927e204c6e8d7a62678575e1a9", "region_id": "RegionOne"}], "type": "telemetry", "id": "5980aebf0095442c8e132c58cce08351", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3a72d5b2072a42f2a7d50d606fc3b827", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "66c7d7a07607466eac7e89092e241e91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b385b085f6e4463788de0ddf805c9759", "region_id": "RegionOne"}], "type": "event", "id": "f032c520efa6476fb6eff73eeb17baa0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "71219eed50cf4f78a8dddc33d06fda69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c79399d6323c4285977db8279fa60c85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "485b83717430475db092be70ad5a2310", "region_id": "RegionOne"}], "type": "events", "id": "51ab538495e74c27b4b31f26da237259", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d027419e9e9143e780ad08250615fd84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5f069d1373554b68aa930cefab13f703", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c1323aad6b4b463ab640172f65fff4fd", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8ccb34d767d84f6597cc402eae874dab", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "147212e054764259935a48ea26419921", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e4c991422f524e95b59fce3b9008fd94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c2997bd0b14c47278a9d52018b8994e6", "region_id": "RegionOne"}], "type": "application_deployment", "id": "7febd0a5468e4e36a88e23fa86f72131", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6ce601ee019949f9a81ce163a441b396", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ff95023d8f2b4c2880fd8b68f379f9ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "25658644565a46fcbc7e2b1594b94423", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7ab8e32310914fafa28368e6166f5dec", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "df4a5a3f3c924350bd69134c949c2e19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5b80d428decc4ce9bf6aa267bffcb59e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a295aea0b86c4586981b20ebdbae5309", "region_id": "RegionOne"}], "type": "tricircle", "id": "8292bb1c741841b79f91b43bd32165be", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "92f66854877047adbf65928cc898c864", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "78bba3def4854108b54965e703ded661", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "81d22a87d8264766b425b64ac1d5e6ff", "region_id": "RegionOne"}], "type": "database", "id": "4a79016e76864467b1a0c15220cec7d4", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f5388ba9c8554310ac1b227174daea7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "de7183f7ab9f465eb8d67f5c4d2671e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cf178c0534d44a90abfeb94f3b6088d7", "region_id": "RegionOne"}], "type": "application-container", "id": "ecc5537f8839495d9dbb2c3bdada6198", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2babebae07c7457c980b83ce4dd7fc09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "429d4639fda243febec54f19788e3ff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "35912f7f65c649edbf82ad5ef136767c", "region_id": "RegionOne"}], "type": "container", "id": "a7b337aa4b3c4416b290823fc5bcd81b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "17765227dc5b435e8dfca57245906245", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bce99c423f7d4aa7b4f03fb84452c7df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cdd8bf4e6a29449798bb151cad955084", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2c44bf12c294495ab7f7f520b9d894ca", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bae3106a2ea245c18078ae93a7175c43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0be6d084f3514f13ab4bbba73bac9914", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "295f063957ad4488971ffd0a98c05954", "region_id": "RegionOne"}], "type": "rca", "id": "f6e89dd2a8004994865e5983f18f3be5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "093d81cb4ec34cd18069bb195cac5c86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a19daaea1a744240a4eea8977d25869f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "4d95c802c60a4b488cf4f70b32efc552", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3cd98e306fa94a68a524cae8f14ac247", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7a2df493905244c0a7c9339f76ec4506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5256f65ca3d84134a3dfb266eba2db5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4ffb6dfea43b414688bca41512d9bbe3", "region_id": "RegionOne"}], "type": "network", "id": "947553ec43764117a9841cbed5ab98a9", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7245ae376b3e49a7aba2d8fc57537a05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "5adc09e0d1764107b434555c97a02ae7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "448219f729534483b51d6178ad16e7b4", "region_id": "RegionOne"}], "type": "backup", "id": "15c638323557482b8186e5f4c0c674ef", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dcce7feacdfb49d0b755def9b3e14c1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9e820c114e644c43989db1714ccd177e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a3ef0b0d765242eda82ee2b6a4bcf5dc", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a26edf5e042c4d7a99f8970b53ddab23", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8860f20884904bb39d20e113ef750bbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d88d3ad99b474cc281dbe181fd5c4603", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "82743b34b6294eaeb7f366592faac304", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0964eaa012c440a49e35b603497dd843", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e5f207ad7f284e268d74f9cf53ee5060", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "75457827c33f42d8918ee3fbd480c4c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "df3f9e95ef2049dabef0f936dd9e9803", "region_id": "RegionOne"}], "type": "monitoring", "id": "03702605f8474b31b0a088970be2b7b8", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bffb7df02b4e413aa01175626c3c1fe9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0940b031a10f4af9801247b3a7ec3f38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "27b26bc23f2f41d99b13bedfb4753c2c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ed30c0a0769b44209a2290afb29eb7ea", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9d46de209d404151849f191cdf98f44d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "226a2d8bb6f34624ba1b6a42af0ff605", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "51340037b5f2494a9644f71c9026e4b0", "region_id": "RegionOne"}], "type": "placement", "id": "bf7a8dcca6ab410596ee368e03df2f24", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "03a9ded20c1b4c0eb6e4836060cd7871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "19b85231d33047db89779b717be7200f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "850b3f320718421ea1b6089476d8288d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "608242fa4d2244b186f04ac2f52b43c9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1827f72f927041ce9dd33dd2ba3189cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cd55049dadde4399bf60dfde7160152e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a07a327e52b6400d9fb14398900b980d", "region_id": "RegionOne"}], "type": "ha", "id": "4befe2461e944eb0a94d2c6146dd13be", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9368d18a213d4fd08f2395ac7c644f9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8ccaeea51343484bad6be52d210f8f92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3b5c64b1a09740378808add1001ff40d", "region_id": "RegionOne"}], "type": "reservation", "id": "2290aa2d4f63492fa4894bf3f6506e75", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8cf1c4b7daeb4b97b8f65136275c748d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "dcf1eee6e5bc46279f13ff7509d603c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "31588207257f40b3aeccd0562b5ba501", "region_id": "RegionOne"}], "type": "function-engine", "id": "aecd50c0f5c949ffbad8824e01669c18", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a5ee96cc4d2b4f3b800939c5deecccf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "753d27b7558647f09a25deefca2906fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "595a84fdf84d4c00b4210f6ccf151a1b", "region_id": "RegionOne"}], "type": "accelerator", "id": "370e6631ec3d4bac86d3b4fb62bd3710", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "457bdff8707c431caca6d9a6945c93f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ef59fb2a28f943d99eff0e7683bbd538", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1ab53f6bb79e48b6951aef48984e9c8b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c717cbccb3f248368dcf82ffc9986a01", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4936463e4239478883443c216224b312", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7e83b23a8ba74971be2a457fcd80cd79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "eec29a04ab7641df9cf3894c41ab7edc", "region_id": "RegionOne"}], "type": "registration", "id": "834be3f409f5418d8c2e05d864a0499b", "name": "adjutant"}], "user": {"domain": {"id": "3156a77cc12a47c8a8ff9e751ae14bd0", "name": "caa63c7a82384a55b2ff6d2dfbbec076"}, "id": "027887a160534c4095dc6a35c1a584f3", "name": "c25d553dcd5e4c3da850aef533a245c7"}, "audit_ids": ["c25f7ff03a164d109922f4b6553a5102", null], "issued_at": "2019-09-19T09:04:39.540674"}} 2019-09-19 09:06:39,733 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/78d05d20-d406-41ec-819d-06b65c2684e4 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,737 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,739 keystoneauth.session RESP BODY: {"firewall_policy": {"name": "block_popular_services", "firewall_rules": ["d525a9b2-ab28-493d-b988-b824c8c033b1"], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"}} 2019-09-19 09:06:39,745 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/d525a9b2-ab28-493d-b988-b824c8c033b1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,751 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,753 keystoneauth.session RESP BODY: {"firewall_rule": {"protocol": "tcp", "description": "Deny SSH access", "ip_version": 4, "enabled": true, "location": null, "source_ip_address": null, "destination_ip_address": null, "firewall_policy_id": null, "action": "deny", "source_port": null, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh"}} {27} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_get_flavor_by_id [0.178240s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,608 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,611 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,613 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,615 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,626 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.563571+00:00", "project": {"domain": {"id": "17fa785d4c04473bbda743325c475ef9", "name": "3419aeedad494024b633d85bdca834cb"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "338ed1fb1bdb48908b8c0ba48d1d31af"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "bc34ecdf4267420fa35adf01d56d6eb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "1c929a58f852420c999f7969bbb8c3cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e6c691b07f884c089658324e38a6ac33", "region_id": "RegionOne"}], "type": "identity", "id": "1267a239f7784f22a0a96d804dedac80", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "54c79b5a6ce344779755e50ed4adbc30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c26f34493473420998e9bce04c7721a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5edc8b5d6c0c44b597fda5ae313a138c", "region_id": "RegionOne"}], "type": "compute", "id": "5bce10105a8d460b819df7a9739a0a52", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6b14be938d9a4e818e12771f33e2f75d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5557a41ecdb94642ba2b1033b6e8bace", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a304fc6433314f019cc3062bb085af8e", "region_id": "RegionOne"}], "type": "image", "id": "e1fe366b36e3414eb3d80866073f2188", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "196b45afc0824d0094955469ee8d3f16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8737ca2d46ae48e3a90dca4f81753c3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d2bebd2a8faf43ccaaa804e1c86d1c66", "region_id": "RegionOne"}], "type": "load-balancer", "id": "3c007c11e1244ff2822a833c37bc22b0", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "beb4ad1e274e4368ab8200fb7f81d04f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c5f3c99f236427abe21531b6bd2bcdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4cceb0ef785f413b9fc0229821ffcf00", "region_id": "RegionOne"}], "type": "object-store", "id": "fb113284c83d45bfb63f97739bc39577", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "12a71273b0d84f3bbc57433bf223f264", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d613a30922db4a6a84b330b5293514fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "be895b08f711410dadf6901645d5aadf", "region_id": "RegionOne"}], "type": "clustering", "id": "8bf54220bb034005a63fd9a72c168243", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f6825eaf70fc41239e66c0ed321c6689", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8b12b83a6e634229a0f5dffb6fc4d228", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "145be0d0ab5f4d809a458b463a8577ab", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "3a48df9d683c41d59945093198d2413e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c4d977d5f82348a290ca03bb0b9614cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "91f1d767cc3743b4ba51cb0726be275f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "919a4a1cc86a46c4a64d319efd424106", "region_id": "RegionOne"}], "type": "cluster", "id": "0d00207077154c53adf8a0b402309065", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0ad6ce5454954f309287092837cf5521", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a70f4638c9f4468cb74c3967a7220c30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7813c00317904e7797dc009125cbfbf2", "region_id": "RegionOne"}], "type": "data-processing", "id": "b4b244035fff446cac80614da5a3b2d6", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "217b0c1d44de4a8c8c0bb24abceaefa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c11e75c34f5d476aab4be789d6f0c717", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "065c580486904a259121acdbe7b3a265", "region_id": "RegionOne"}], "type": "baremetal", "id": "af81bbc9cf204132b629dc75e0d740c0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1edcac9b1c9145368f03eacf48d37700", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "74b791eaee2641a3b81a7d55f21ef18f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "54c9e64bdd744628908d51920b8f2a62", "region_id": "RegionOne"}], "type": "bare-metal", "id": "39b038ec5a9f4c3a9b3a1ba2134ba159", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "967f6e214e0d4623ae24ed086d0bff19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "27c98c71bae542d093afc2d20f77c3b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d2f3ba641bc149189045d15cc5f7dff4", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "3d991eb73824401e8eed1aa63604a53a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "be100614988f48d79caf0d740c8e1d25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "899ce29cb14345ef92e61bd521f77e9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "80a2d4f180184dec872e90a9f25143ec", "region_id": "RegionOne"}], "type": "key-manager", "id": "5512e30f94a94c8da5c7396a464ed96a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9dc24cd947de469092315ed33c1ef88c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e3caad2a896746d2b149aca4a268bd3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2c12a887fa89463599fc3171f2a93fe0", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1638f9318015400f925524f24f24b452", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1a30ab6e28d34beea7f4c4022940ba03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6d17caa1fbd94556a2dabfcc994ff537", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b97e1dad07a54c1e8f056417d2398dfc", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0fa2b0d86e374fe18c461196634137c8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "04e5c653d8ad4aa389b1443b9d85e761", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "176af8231af8410dba1918cf84331369", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "70ba5f328ed24b5f8ec461448c0eb9d5", "region_id": "RegionOne"}], "type": "message", "id": "0014259d47a74eb893f5c7a406411756", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c868dffc06c1485c8aadda4d83d341de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "aba8966e8eb5454b81e6bf0915175833", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8e4c64b63df044b8bb05de67fbec57a7", "region_id": "RegionOne"}], "type": "messaging", "id": "fe830ef6381f4fde818c29f55a00eb42", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4000812786bc4fd58e51f8e3e16002b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "81c57d4a18654d7e86833d656d43cc4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ddcd082de26e4f73b2cb7ae2a18684d7", "region_id": "RegionOne"}], "type": "application-catalog", "id": "bc21898a78124fbdbee4403c89d23716", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e0884697ff414ab59573f63270aac52f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "72571a8635da41ba874da2732c899b77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ec839492491748818999684238fce6c9", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "9e281911aaf34e3ca8769b4d7fe6f50f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "13af18f99d304608a5a23ffd72687df1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4c95c913363f463c9b8467099fb5c73c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "785892ecb96a4135879d3ee4164191e9", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c47dd3dae646479091e4bcb4b2fea09a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0f5f5c921ee24b3eba8d5def45bba580", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bb857d02eeb349e3920a00c4e0793939", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0f622b03b9034749927aa60a78b060c7", "region_id": "RegionOne"}], "type": "container-infra", "id": "66a1b51f436e471593995e6b2ba38885", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7bf3ba6448f74bf1a5f62e678e1f51cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7884144d6b534d8aba129e4813a07149", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f622036007604c8980573097bad54a08", "region_id": "RegionOne"}], "type": "search", "id": "1d67b48fb82746eeb859ff3bcbddf6e5", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "57978b9539284546818f23f1e1c79474", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "178cbebed47749838064aed91cc310b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "0e58124af982463888ba49819735bb74", "region_id": "RegionOne"}], "type": "dns", "id": "be6d8b4d80994878bc1f26a0a66a568f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "93a4c413a1f844daa3234ee690d66481", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0d5891f28af5425789f3ff430f61ce17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ae9e8f30494f450a9fed973c1aaaaf7b", "region_id": "RegionOne"}], "type": "workflow", "id": "7da9587ad55b4f5bb348e28d6ed3e004", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "accb3d735715433890b897e87fb0beaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a38af977e7ba49cdb773622a65ee9b50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "40c98fa31c6044f78a1c43c693fa8057", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ddef598137b14563b6d4d017a7a99e8d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "da0007a34927479daa8b30a838f0bba3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e05b95abf4a0490d9e25e79e15274d4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "93502038b47b4d04988978da9ad2fe86", "region_id": "RegionOne"}], "type": "rating", "id": "a026b2342bb14b36800e0a73e15125b9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0064dc7e3ac247dfb609dd70e5e0c3b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8d6bacc5fdc84afd859c315ec77b4e19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5d770ee7c4a94bcba4ecae329b57ed44", "region_id": "RegionOne"}], "type": "operator-policy", "id": "64fe00985285489aaa7eeab464d2a27a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "22c6ec807aff488cb50181551458976f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d657eccca14a4be79494432b4a69c531", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "933df7d267764b7cb9d880b76996d6fc", "region_id": "RegionOne"}], "type": "policy", "id": "a96507f7a51844a69dfb765af763b4b8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f280907c2a1f4abf83814ddbc86721a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4aad13f198bd4186835f7a2add244edf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bf47f2869b514d92b6020022851a1d1a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e086183a8a3c49a4bc7bb0394374bbcf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0efa4562632540f3a95caacd90f3a757", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6ec5f6016a0649b28478c6e2d7d61769", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9f602150435e4ddb9be43fd448aea890", "region_id": "RegionOne"}], "type": "sharev2", "id": "af3f24e488cd4efb97c07c5f7bdd7135", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f080c04a82ad46178e52b6c4afb618e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2b8a2471f6f8430483e9fceb09b2282c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d363bc56aead413aa137b7866f0c2e68", "region_id": "RegionOne"}], "type": "share", "id": "78531ceb33314942b2088034f2e30b25", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "875dabd34a29469b864186fea6896866", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3e3c6b40e74246f3a6eb2de0943144bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f2fd977c96f9447f9189b9e520ad0712", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5c7c321819ae464bbd43267c1d2dbab8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "406cc459ec894fee8fa329512f4f0c16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3dbbf7ed14804b89b3c40ff5913908ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9041bebea5d9449c8d070156c9c81596", "region_id": "RegionOne"}], "type": "orchestration", "id": "d4ada69421594e6ea5599239da06eddc", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e161c5df01043e3baa88d7cc8baffd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10ba300c37384667931e1252c06d7324", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4fbff4736d424a10a3c429df5f01be90", "region_id": "RegionOne"}], "type": "block-storage", "id": "b55fa00a5e3642139358f6a574a0dde9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fbfac3dbb624abeab7ce69f95035162", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7096d82e5554445b487b1e3612993c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e739c725eab4c56b0b850d40ddf3442", "region_id": "RegionOne"}], "type": "volumev3", "id": "a1dce2ca4f1a4866932ea710adfc0312", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89814810ff304ffaac1396c68e8372f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65cc1d951bd646a48a2f62d2c2b29602", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ee30aaee7e04688811c987699f3c0cf", "region_id": "RegionOne"}], "type": "volumev2", "id": "46d194549dfc4e9cb2ef469ef807a07f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08374963bfc14daf9f708de80372d151", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c45357fbd23043edade0af07981d2fcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2be744dd4d1c487f9057a90eaffc83c1", "region_id": "RegionOne"}], "type": "volume", "id": "9e031cc883f7487d834509b59e60d09a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b464e8c1bac7401284b997f63cf76db3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "293f78eefdae48c1804e6d273e33c5c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce020e3bdd7e4ba7869b2af949105acf", "region_id": "RegionOne"}], "type": "block-store", "id": "9ca7f489a6db46a3a7b43e211f0b5eca", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a04f02e128164d6198b7fc6a9f1a8153", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0671a5bc83634ba29b25d9878a324ef4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2fe3fb4d7f334a15a1e4a8f4958f4623", "region_id": "RegionOne"}], "type": "alarm", "id": "76bcde3c3b2e431c868971588c03d152", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "95590f94decc4b1b8ffe9dec049b8681", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c7199d181ea440f686b7c76ef8446fc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "87f544aa21b24b42aefa725c7050165c", "region_id": "RegionOne"}], "type": "alarming", "id": "1a0b259587c84f88ae293e3d34ef9b0a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d6c7b24a4f764bdc8a4f8deda3334958", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7f7375a6f27a49828a7b859b399795c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "797b20aabcd6442bbeacfd24f1802880", "region_id": "RegionOne"}], "type": "meter", "id": "94fdecd5a3004838bdbd019083124554", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "30d4cf9ed15b4cbb968eb4698ebf3f43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fe1cdcf62d634148863f19ff758e0760", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "172aebf51b2e4c628963bd5c89cb5ec3", "region_id": "RegionOne"}], "type": "metering", "id": "d7fa0057964e4b5bb081964c18c653e0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "145b5e3889dd489f890d23e69e5f8e5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "136fd77d3b014d06a13c65558a19c85a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6211617890f548aab889a1b0ef19a376", "region_id": "RegionOne"}], "type": "telemetry", "id": "30e7e2d5ac804e828dbb1e825c3ceb14", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ca0640c29bfc45dbafad833665d586dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7e1a3ed3e479476195cb54ef672547dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "725778b59d974493b590faf2ee7b40d9", "region_id": "RegionOne"}], "type": "event", "id": "8ee2abea303e43149398aa99d87e2652", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4d6ec7440b8240419e34766771cfe97c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "54949f54d7b34cfba58aec63a4876a78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "085e771e1bb64cb2af54d4c431202c5f", "region_id": "RegionOne"}], "type": "events", "id": "447e1851afc1425abf29a8063f4ce2ee", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c6c02010e1824de4b9eb1fd25e7338c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9192d83b1da847159b5fd0670f3339cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "11516a94ba274fbd953805745bdfe45e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4bf3ca852a12483098c383cedbbd1603", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b9e12d0a05a445f9b89f0bdd8cc6dfc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "368bef6381a040ec8af26521e86c2f75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6cbdd48a319f4fc9b080187ff4eb2a3e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "aa083cf396d14038b35d2c30352fa408", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d650494c11eb4b61b39efdad6e0fe192", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9bdfdf18860c464c9d97c450b121169c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ba4e82a52b8144c39ff9f2a303493611", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "26d88675461145fdbe13e7a2e5d64822", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0e7254affe35439799801f17a0779f83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e442f6a5ebd847a5ad019229d58c1834", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7c472814843b4851b87bb8dab89e3a96", "region_id": "RegionOne"}], "type": "tricircle", "id": "532605ea97964f0aafcc3af30e41a1ed", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e9a0c8387a4946af95b946852dbf04b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "95e03c58771a43608d20e5d4a6923716", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "4cb9e1cca32847f19ba65989b2a9c1d5", "region_id": "RegionOne"}], "type": "database", "id": "2d395d9f7c4649d6ab942b3517252733", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fd205620f88146f4aa2772d8c4d72f5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8e47b7429f0743dcb1275a787e4fd37a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a9f9dc3282d04ba098b741ba48cfb93d", "region_id": "RegionOne"}], "type": "application-container", "id": "55ae11f1ff614f01b70716110d0093a3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "63d1ee41abed4c5185a8d010a4682da0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "828b9c5dda39489994fb8022d5c0467d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7ee32a0d591349d78f48c9c531a565b2", "region_id": "RegionOne"}], "type": "container", "id": "4264d330829f4d26a84a4b1abc799135", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b5545a2fb3da452cb5f31b0201b9d386", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "244d60f03e2f4c7c94276a2a2d5f60b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "39734b8ffd824448ab68bcc537008a90", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6019ecea7a664edc939700f9878dda5b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fb2e523673ed4024841613d970cd2c1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e2bd46250bea48d3988e5119b5046ea8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0e842da3e21a44a995ed1f0ecaa5c2a1", "region_id": "RegionOne"}], "type": "rca", "id": "b2982bef7804409385dbd141d049c061", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "db2fcff70e794c8ba15f450eab1c0e80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fbe87a7302ad4dc6b99d1929eed9626d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c2f05b6709624ec3a3c5691f2abbb0da", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "31d0470c34734747999ecb39f9e5a8d5", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3efa8fe0ebad4fd7bc081ccecdcfef04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5058ddcbb02b4b9db8b759062a29b5d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "42b095e5ff5d49b29fef7a08334c4e27", "region_id": "RegionOne"}], "type": "network", "id": "7d4dda51fda2466380de7a7fec25ee22", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "36386112fd0d4fa79cb05683b9595c92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "6393edc19ba84818a67d0e44928a718c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f3d91a0d617b43c7ad41a2ea086270bf", "region_id": "RegionOne"}], "type": "backup", "id": "a3ebe8ce797647cd89a6038617d2abfa", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "741a9a3765424c1594ff58aed03e9ca6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ef6e71a2076d4f3c981cf2eba5ffc95a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0b8c1215c758462d8ac48bd7dae8b35c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "58705f9d73e4479db5b2028762d0dcdd", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "de255104752649a2a4541d7f24bba4da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "979a450ad602458997d2805fba495527", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "41c0362df33646128406ecccbcdda997", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8610bb9669014f638fe23af97068cd69", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fa1ec9e81158470c9139a896c697b35e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bca3b90d3b13484e8606e01f43d800f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a0fde9f30831444fb030f935ce05b6b2", "region_id": "RegionOne"}], "type": "monitoring", "id": "7dd93a76baa14c7e8c8439f505627383", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1e30f2c3f1bd442b9e9a2f2e7f022729", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "726497d535a145daa5579171e577115a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "720eb994123f4af1b44504a1c79a5842", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f374c1d7112141848967d2f918e47ca3", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "327d5ebf7e6b4d02af816d6684756d00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7ebabf835c28409fb1efcc174eefc9dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "86845f331af5408d8f70b27efe1b3df6", "region_id": "RegionOne"}], "type": "placement", "id": "8116f8d4e42c487eb7c315f0d86294b6", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3586852730334e74825c534d180a87a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c6724b81ce2c4c5e9286bb38075cfea9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8f0c6f6ce5e244cbb5f47ef6fcb0077c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7806d25be54649c980d72978ed02aeb8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "13b35bdf3f264ad28830a3f189d6a1e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "392257fcd973466197d8f1c82fd63ae2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9a475234f8aa43c689e0088b77f617eb", "region_id": "RegionOne"}], "type": "ha", "id": "124b09b9c0e6454fa5cf557c5265c9db", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7d6b556d768d44d8a683ee2d68b6d951", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b89ffbd8701744c89e9c02267651e4a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "842e0cad937d4fe7be00a15d6e6c97b6", "region_id": "RegionOne"}], "type": "reservation", "id": "c70acea7c8ca40958a4102f0ea41d079", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "840ac198a64e4831968d8788b056659c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c3a2f79c79fa466683c7a175afd76a9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8513e6f2efdd4f3a93c6e1baa9ababf5", "region_id": "RegionOne"}], "type": "function-engine", "id": "51495c637c4f4f8d97ff1b838d2e8f58", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "01ce72a98a79491fb68c74eb0b91056a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fc34648ca57b4e6e90590dbe2530cc4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "bf93279ecee347a6ad24b96489de5931", "region_id": "RegionOne"}], "type": "accelerator", "id": "3cf15b218a4a4944ac54e3f66d84febf", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fd62f53814c54bddb060e8df1c45f90f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e88124d3cb1f4333aead2303834689e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5848043ca0cd4ed1abd9b98268f0d9e3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "94d5c52befe944f590e4cd86a66b7ce7", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f466949df40548cba1dd066c48016954", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3e0a461dfd8a4f5a9a435f0528a77d82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7929385b7bab4cbf802f1eebc1ba0ade", "region_id": "RegionOne"}], "type": "registration", "id": "f6d145348e4242b3a8e283f1afd42c7a", "name": "adjutant"}], "user": {"domain": {"id": "a94e7352274943dab81d7e45783d6848", "name": "c31cddb5998f4b7abe17d79d2d4a5fda"}, "id": "31c10642d11d4a788253caf5d646b1d2", "name": "5a2ad12d147342fe89666e18c287ed9b"}, "audit_ids": ["a7e82e98882948ad8dadb71c0407b6b8", null], "issued_at": "2019-09-19T09:04:39.563571"}} 2019-09-19 09:06:39,701 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,709 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,710 keystoneauth.session RESP BODY: {"flavor": {"links": [{"href": "https://compute.example.com/v2.1/flavors/1", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/1", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "1", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-09-19 09:06:39,729 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,734 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,735 keystoneauth.session RESP BODY: {"flavor": {"links": [{"href": "https://compute.example.com/v2.1/flavors/1", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/1", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "1", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} {23} openstack.tests.unit.cloud.test_delete_server.TestDeleteServer.test_delete_server_no_cinder [0.281564s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,549 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,554 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,556 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,558 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,571 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.481531+00:00", "project": {"domain": {"id": "c260d60739ab4f53862d6c89c53fab15", "name": "e93b1673166046829fc6d57474bbffda"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "34b40815d2ab4860ae792a27e52e01f9"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "37d7bb3015fb404d99ced0735f80e138", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8ca6d69df5d641759f37037d136d4b72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1b75dae6ab63429f98e2fed81f830939", "region_id": "RegionOne"}], "type": "identity", "id": "87f2ed311b804f158b14885cca74bd6a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "79c6f80d877642f19135332f5e975ce2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fbb54e453bb94617a0b3de6a7227a735", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3ef45829f7da42aca3f3abb34021d96b", "region_id": "RegionOne"}], "type": "compute", "id": "bcad0f6269734745b4259a60db4cf34b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "275794608ae345a8bb9b3a3dfbc2efba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a6546e09d9c842afb71d6606b8596d32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "7c6a126f7d0c419299280c40d7fba8d1", "region_id": "RegionOne"}], "type": "image", "id": "57889a83033b4c7897350628d6cf3956", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "88396008f1514b0d80970256c36d92fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "25746e59f55143ef8991be59423ca717", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c5d57a87806740b38ce987ec6d3a5346", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b3290c9d3b154776a41b01caa7ec2d8b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4548ed1e3a6f437e98eb1ac61c3fee82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88830d7836bb4bde9bf44bfb4b8bc84c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "542c197e1df6431f83c12430a8d7b913", "region_id": "RegionOne"}], "type": "object-store", "id": "b95f5aa06d9e449f9f7577773b6a813c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cae9b5d9b54d489faf601064337932d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "34682ccfc37d46ba87cffe6381440d4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0cacb0eca02846789b763045d32719f8", "region_id": "RegionOne"}], "type": "clustering", "id": "f61590621ce446bea1faeb902109026c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8f0753cb19074bf69bc107b28df83769", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "deb2a37944b64dbc8b94f2cf7b613ba1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1234f0694a9044ae834cadba22a342dc", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "092a25c0e80e4b83b959206a429cfcac", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cbdb9771a0d5436fbab6aeece2dff897", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "afa0cd8f87bd4d3b9a9b0db13c735b4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "419206e7885f40a8a23988e0d539b350", "region_id": "RegionOne"}], "type": "cluster", "id": "9e022838d7b24b949b2433bc29078505", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c4f22e7b12a046c0b5756c9bc60804a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7278c60c9b0b44e49cdf2f61c625977c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6adb4bee63844f86a3828731f3cb7187", "region_id": "RegionOne"}], "type": "data-processing", "id": "1f19b5c9557f4f29ab5ea9dc043aca2e", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4225a77025e84752b911da9424c6b0a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "99dbfa0f1cd349a5b820d1243e3fb3a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "486f9744612942ba949e65d359a8e725", "region_id": "RegionOne"}], "type": "baremetal", "id": "7a3cf32d20284296bcae6b1473f066fc", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f875577a2df349d89afc698cccc1afd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5d4d49e26e474d8d8b577a3dc66e7cb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "72b6c9142f9c412bb7fc744d4af53a9f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c2049a6a1a914212ac5a65fe10f6f853", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f80526afa99847aab334056c806d689b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a9f0cdbac4fe4ec190b92fa1660a8258", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9eba87e6a0b2406c917ec7197417d955", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0a7ed43fb4d444f7bf6151ddf45e96d9", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "af120110879a4c96861f8374e5666b50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f8fad60deadc4fb5922d3205eb762138", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b88d8486e5034f8d8a009865c21d13ed", "region_id": "RegionOne"}], "type": "key-manager", "id": "fe24b0521999415ba4d5af8cee18ed86", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ed95d9fde2d94ab3b7b17cd978b00021", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "78f6a280e2834d5985831521387f9be8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "62749f50f4ac4b839d719eeaf4e33065", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "89a8c5b628634488b96db2df2a98d3c2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "12a9f23ed7974aa6a3493ec1031241dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ccaf26dd177746c5af00397ccb16019b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d0df4f169fb047f69d61a7bada3f6479", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a2b9be8ab735408196fabd877bfa2c90", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "aa155478ea264bb6909d29a9c997f7cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b712e9253b9147bcbf57cf4b8fd5f768", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c4a37073d1464a71a91cca5085a9b41d", "region_id": "RegionOne"}], "type": "message", "id": "2cbc0c834c1b49ce9cb0db59dfb7c61f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f34cb260d854422b8b515864f09da745", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f0e27ce1ac934817b5ae69e9df7ad690", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b68b3369e60f47e3ad2469600d70a585", "region_id": "RegionOne"}], "type": "messaging", "id": "441c6512ac324aaf8ac7d75dd2bc35b1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "338db95947ff4e00a511acf0d11681c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b12bdc0cb12a411b80ef54e316f175f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6abc0123e0c547c48b6588e31fb8e51c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4a2a92cea11542fb8c81d23481aa8f0a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "08333fbcc8bf4663b2e9531d31b02c68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f5ba34f57944995993947007383945a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ad1b6bcc2df149148355aa7e87038ae0", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "05fc6a371d7e4f4682409412204881f5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5dc496318cc14d1bb0abd5186ff6ff55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6a56e15f053d48749e760986e14ef554", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "41c3cb5a86584e2fbdb1507de3d5fbe7", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d6b7f0b503054c35a7e1c14a242b74d7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "53eedba2c9454fd5bf3b6d94d78afe43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b5563df7622e4dddadba56ab7819cbf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3be9cc1c39d742c4a5e1f8712790c781", "region_id": "RegionOne"}], "type": "container-infra", "id": "4297308330854177ba2fc687419fcf15", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2693343fc18e4cb8a4e159a63fbd03c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d369e138cf0a4d43a9a74d89a68fc84e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "24db611a6f8b413e8a14ed097daa134f", "region_id": "RegionOne"}], "type": "search", "id": "1a821bfdbc95440499b2970701a8d58e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "51877c0be674402bbce05165fd992c93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e5e79f0b85174b1fa01011157d1fe8cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "183753ba96da4e6ea38d8398ae599c64", "region_id": "RegionOne"}], "type": "dns", "id": "8a5a911e21bf4edb97f4cecdf4bf9bc2", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "efa6367f53464ea7b1d2c12a1d008916", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e9702c2b51644c7e91da0c004d1434d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d1c374cccce34958ba29d4781c0810a9", "region_id": "RegionOne"}], "type": "workflow", "id": "be471da285db49c0878c362a9aef4722", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "44ed0e7e1fe4401ca5491e995d12ea70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2572a4e123d54560a3a102ab2b1df1cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b515c59975884d2fb8ce01d7170fd1e1", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1c6e11faf8c842ce8e8d29aee6dff222", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "c083d75a85404b97989c574628626392", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "8602bae686c74874b1f35921eacaabb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e16490b9c58a41f0b0ee180f39a83aee", "region_id": "RegionOne"}], "type": "rating", "id": "4927bed84e2a46cfadff6a762f4409bf", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bb9c48387109410fa60d6bfc0393b557", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0f9a14baea4541698823eb752d0e7727", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2bb6c444542245ea940e10e8e7ba6ea9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5feea175a35741ceb901c3ec179ba067", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bfc8a5cde8e84d689c94c1d218b7b10a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "034fd1c38d0144a9806167fc46ef62cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d39b7b3425b3432bb22b15664a549e91", "region_id": "RegionOne"}], "type": "policy", "id": "3a6a7b7620bc4174b7142bfbf4a40663", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "87599498b74847efbb69b124ef5b688f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "87a1fe75af084ca6b6ee8b1430667a9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "71344d7f019d4836b841a668dcddb0b0", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "aed63c043e0541d589fcf541707e231f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "13268e6cc9ee48d8a63758933c6d3d78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4759114dfda74b0295598cd6be84e3f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9286e5ba1ccf47299a1996529eb32b38", "region_id": "RegionOne"}], "type": "sharev2", "id": "0b0df0847dc34055912b531205974130", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "15e7e6b1848c488ca66c038367e4f9bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3ed3a808cbce4800af9c80dea083cdc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "117d6eddb6984f4eb1fc002f7fbaf172", "region_id": "RegionOne"}], "type": "share", "id": "e80c7845fd7d43d7a8737b8ecb7bc3bf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a5f415462977476ba4907a619bb3f42f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d49c8da6fa8c4161b92974c89c73e608", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "64b0176bb725490d852da7f4d4a036a3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "329bab51f076449787423ac455de421c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e7fe19b27494eb789a32788af1bdd00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e71f000c7a294fe7829886f3ede87253", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f191d08ef6f475783af73e9634851c1", "region_id": "RegionOne"}], "type": "orchestration", "id": "598e4fcb8e334c2c8b85ae0b91b253e8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97046af390344afc81160670598faae3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "391f4b22f4094f51ab0a340ca82bef91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89c19df2d777498ebe7524c03515dda1", "region_id": "RegionOne"}], "type": "block-storage", "id": "b07a032d34634a019651b7321814ae31", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "236971569c564249856d830f6e534b2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a13582b464374ca399ba2645ec880771", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4518514f66bf44449269f76331b14a83", "region_id": "RegionOne"}], "type": "volumev3", "id": "814f8057303540a0bb2850ebfc172c38", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7777fa1e888c41cfb1709e111239de9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a79f1f3a41f4d2e9cc4b3f77901e141", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35d912cfd9c94ab78b7aa61b43cc3f52", "region_id": "RegionOne"}], "type": "volumev2", "id": "b76ae174b111406abb42ccff4149b3b6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71695e8f71d143679efd506dcf55d248", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "707124631eda4d5892ae2456c311013b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8d317ea6b00424e86ccd66f2c11ef56", "region_id": "RegionOne"}], "type": "volume", "id": "81b0406f03f745a1bb2083d9ed2fc62f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9dd2c4f9b6374e028a4a24a0cbf90809", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46e5caf7aa4f476b8469581e432fb369", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d1e18a1fec742f582c26041fe31df00", "region_id": "RegionOne"}], "type": "block-store", "id": "e781c335c71d4f5e95e8149b33ce803a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0b65520b7b9c4c759c0adc114f80657a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5ab468c7131c4e4fa74366c7e70740d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2b008516f1bd461aab7d9206cc5a2035", "region_id": "RegionOne"}], "type": "alarm", "id": "b932b9e227a345a691edb0cecf8d32c0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6821e4f05fa84c1f9cee63c2ddae32c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c98e0ec684b543fbbe759cc302a0210b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c893685da1ae4790966cfb3895841439", "region_id": "RegionOne"}], "type": "alarming", "id": "edd1e6229aa64192807026917c97273a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "68fefc4e78fc41b5bc58f53970bed290", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "88f33783cacf45848e403a500509d382", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9b9d76cf8f964921b2f59eb08ae0b39f", "region_id": "RegionOne"}], "type": "meter", "id": "ac53c631b0f7448a9caee05126b4d1cf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6a3ef59f6f644280a27e03b723e7201b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "102708cef33e44078006c755e33358ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bbe2fb6fa16b4a8a87bf7b7372b708f6", "region_id": "RegionOne"}], "type": "metering", "id": "93662b4360944f64890ef24a89fe5014", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "46773d3a88824903acb6770d0274b2f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "666b4bd81f7d41c6a183d5abbe88d7c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4af2457557ff4b2891c2662e6937b07d", "region_id": "RegionOne"}], "type": "telemetry", "id": "4649226ebae54432b1ef759b65094571", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "82e4b9b2f12043e3af576b9831d351af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2771103f98194381a0972bfb2b52f6b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ecaa0042d89f4be5b10b4e9e0ee64e2a", "region_id": "RegionOne"}], "type": "event", "id": "b50b8a51d0c1473e8bffa0eb7c03cad3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "31d3f94a27294fbf9da63058ba9614ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "75ea01bb749642ddb81c5270018cca48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d9ba39c11cf04f70b25e75f5e4ff5f99", "region_id": "RegionOne"}], "type": "events", "id": "a0cbfb6f35604a7fbd37468236f8683f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a01403c77802459ebc223c0a5318612a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "505020339f8b4f729084b9ae4fe78963", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "12e17acf09b4459da6eec13f47dc7e2b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4e97c475fff449d9968f8040b56cebde", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9369908547c04d33b3002c57862d6c5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d536c21434be4e8a97c6b7beb5e0bc02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a2bf270ca1574696b4827dd3ada3ba76", "region_id": "RegionOne"}], "type": "application_deployment", "id": "604ec0157e0c4ccb97fab1c92862a54c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2a1aeb2d8cd04a968bc1c28c7732e32e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6ef0ea1d439a4876a0d75a38f4ee819c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a49ce75aaf424ce992c76daee59c624b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d3d8898517a24f928c5d0ea2c5583e30", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e9132999109f47549a0f0adc1b87a8b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4ec59bf04c3e476da269d8365bb48cd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "23ced00b475b4feea3b31d2906bbb7d4", "region_id": "RegionOne"}], "type": "tricircle", "id": "d457aa1cd8834eeb9c8d626ff1148bc7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "42bdfa9f88e144fc932ba41eda99452e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "8f6168d5fdde48039c47fa90d66b3c9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b29a1add1a8a4d9c8f9b4b776d3696be", "region_id": "RegionOne"}], "type": "database", "id": "0383944e53504c9583b17d8fbe559130", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "12d4aa089fc44480993bd5440a7e3ec8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5565640e0e4c4c31bde431919ea2a106", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c7a068ef7b12443b85adc74d86ad53de", "region_id": "RegionOne"}], "type": "application-container", "id": "56fc7486fd5744e783da85ea3fcb05af", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5a99183c99da4b18a7134fe537e9630b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2c6b225dd3e6400fbbbab1a0d9d24764", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "78315cd57b2946678c343fcf354e2fd7", "region_id": "RegionOne"}], "type": "container", "id": "5ca6c2b3dcb3481ab35081af80757ed5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8aa7cf11179b4e238741a0af46ed1c0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0a0873ef926f4454b69f6d77b1e05b9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f29a8ba9b0614aa7a188bb5ebbfb7858", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d1df9fc175474496bd5339fc7eacae77", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "47181b234e1d4a80b2719cd10a7538d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e8587d81d9d6422b89e3cd3a574b135f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "96fe4340028f454aafd1461d7d45b675", "region_id": "RegionOne"}], "type": "rca", "id": "ee4e8c35b701418995daafab933e7498", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8811fa7e5f7b4753b61c171537a74467", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d2ad95f7a17e466a8079193e523e181e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d386f7b854f547b083bd6e205dbb80d4", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "57ded0c96a844872879ce2db3a882810", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d8e10b5e74e84d71a98ceec681146d04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "073196abf9284af6ae996b36b60d5bf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "bf4d731248ea4fc380b77679aecd5535", "region_id": "RegionOne"}], "type": "network", "id": "72157d04801145349de3fa4ec300cf43", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0403835dd5bb48d8be2359483f81ac0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "276ef718e4ce4c9a98cda4702f4de802", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a74c8aeea3e04d158d21c326618ecfe9", "region_id": "RegionOne"}], "type": "backup", "id": "dc3fbf940e2e4b09975c5111d0c9c245", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0cdbd3148bef43c7bc36d46fab7f713f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c8446ea5b5c44054891ca40d00010818", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "36ed97db1ffd4c95bf7fa1de5057ad34", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f22bcd6224784032a8944ea299ea3553", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c3f8c89638da4f9880230a5cf0fc9265", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3a3d9ccb2d3e4d13886ff9926ac82149", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f95f3bd91ae14f84aaebf62e0e8275d5", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f69e7bcbed6448cab2b9fe1ecc125d36", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b94b7d5f7e2b41918f55fdc92ab3e502", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "118dfe0ba08441dbaae3db30c301ac14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "467862ddcfa645129a74fe6cacc31e04", "region_id": "RegionOne"}], "type": "monitoring", "id": "6303ba815dfe44d6bd1bfb3e7590fb1e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b3b3c6d425e9468899ae580fbaf4960e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9d60b8837b7141ae95f3df56997f9b68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f843005106574f819ab8517954dfeabb", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7a0cf97858134753a8b34fc95b6f50d1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2a350ad40c6a4f43b143707ef60c4670", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3aabbb89031f420b8c51c8c0acecf6ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9b8c8b9c1c1e49a9ae3a2a365f157a35", "region_id": "RegionOne"}], "type": "placement", "id": "0f41ae5051914ab2a69cedfedc536c4d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6832ae4601c04ba5b83e7bc376fbd7b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "db9eb39d1f16463d992fb138fa190ccd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bf5023ea04e44864a58eb5b29bcd8217", "region_id": "RegionOne"}], "type": "instance-ha", "id": "31c24c9bfec94cb2ba3dfd9558d976f3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3dd32f33224f4264b0ad7a7ab179be4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6e54828d4c6e4a23ac694b02b6c87a22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c5726f63b397466a807b80691201ddb0", "region_id": "RegionOne"}], "type": "ha", "id": "c1dc8e12a39e47a6ac95ee1f5c44ae75", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8ecd7ebebb1b4b9c9457fe7d979c2632", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3b17de755d66473ca1c50933c0f3e953", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "e090111d0eb54042ad3e6a25c234dd3e", "region_id": "RegionOne"}], "type": "reservation", "id": "9f5512a47b1245d59745c7259ca812b4", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "52c5d8b335e24fae8b50f2a427bb44b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4df0aab2a0854c52b04fe6f7bdc2769c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2f8dbe6f6e7c4e02af3d87559bc767b4", "region_id": "RegionOne"}], "type": "function-engine", "id": "6587649dcd5145cf90dbd887c23493bb", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "482c69b14b4b455f8695c0ca58172cd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "86432f5cc13d49fdb696f0852c0edbc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c2f8980882424ce4a501c5863a097639", "region_id": "RegionOne"}], "type": "accelerator", "id": "10a1fd084e8443858320dd06741ed60b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "45fbb1d414364b89a45eb1b449969c0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "109c323599db4924b2049cdd4758a7af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5d9dd99b287b4ce1a9b040497e19eea7", "region_id": "RegionOne"}], "type": "admin-logic", "id": "64722a72037948c2a611929069af0ec4", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "20ac17ba8d284751beb031b80bb789ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ecae005349fc4282b73fc59842c4762c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d3aae815d62c41eca0e5a549c4c045b9", "region_id": "RegionOne"}], "type": "registration", "id": "16799d04c0da4839989c142f1bfd1691", "name": "adjutant"}], "user": {"domain": {"id": "d49dcc85434e41a1b1c4569f6e556384", "name": "bb2c5abc2cb14f888f665a5fab19cf82"}, "id": "46c7831e3b3948d89f87fc4bfd44823d", "name": "5372f010a39b4d4bb9822139f0b4a817"}, "audit_ids": ["627e873b2c65448486d83f0796b734b3", null], "issued_at": "2019-09-19T09:04:39.481531"}} 2019-09-19 09:06:39,682 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,686 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,688 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:39,707 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:39,711 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,712 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "porky", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:39,753 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,757 keystoneauth.session RESP: [200] content-type: application/json {17} openstack.tests.unit.cloud.test_domains.TestDomains.test_delete_domain_exception [0.278763s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,683 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,686 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,688 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,690 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,701 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.621897+00:00", "project": {"domain": {"id": "a58378071b4248e4914f0796a6f1c7d5", "name": "e8aaa7fdf2f445a9a49018df0e936c1c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6fe1df9e366d47679320b86d327a500d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6ee2a274541548529b29aee7cda0f468", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "1080c8a4082e40e1824b3ee5e4c92448", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "574e729cd8534dbbbf49eac77cc57086", "region_id": "RegionOne"}], "type": "identity", "id": "bd41911d15204e62bf7c1c78d6aea3a8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "47c8d191a4334164b2b7d56981d6c2f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "88c150429ee341ae882775e81ee91f76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b5662695876b4c75a3b90ad3f7343cc3", "region_id": "RegionOne"}], "type": "compute", "id": "5d51b6a6df764be48a25e1fcbbe24c84", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "2f1d7f227d9f4178be9da165494c6493", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "46b202f9b4df4a5fa452b9f7e76e7b31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "742d9d05496147399d0c6490ce19cd3a", "region_id": "RegionOne"}], "type": "image", "id": "4f0a974214534bd5939a3d7b444dfc46", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e9a9a42774644d51a7eb210e2b63db4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1daf6ff06a0a46039df953031550a03f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "faeccd7e817741c29b4f37820ca1dd49", "region_id": "RegionOne"}], "type": "load-balancer", "id": "eab74ad764d3494ea76f99dc202511cb", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df90d26d5744404f9ccc8e83183f25d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c10796810dba4d86835b7a1549886b02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24ce37924ef946278590f726ee68d61f", "region_id": "RegionOne"}], "type": "object-store", "id": "d7c7ef063f144532949d211eedfa04a4", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "acda5515a95644319fe9d766f4b3d552", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c1d89cb146504701b3ef0faed0e39838", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f3977263fc88438296a08ce2014684af", "region_id": "RegionOne"}], "type": "clustering", "id": "ea5115b73386499f9fc59d9364a6cea7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5c0f03e09f1543149f8ccd90ff19fd80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5c7173ce1de944c3a4e38ea488c08560", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f6aac59a807646d584de8850dbc3f789", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "dea0f556f5ec4ede8cb26feeecc1f67c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "20a8dcd1a1cb4c8aad745b136b1307e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ff2848337eb545d7b70c87bc5a43b26f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ef78ee2357194daf8f9f7434dc99e4b0", "region_id": "RegionOne"}], "type": "cluster", "id": "14dc60bd8752472682cc2658f24e2c47", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0733ffdc2be84cbfac01bbceac1a6ea8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f4e4d79a91ae430f944dfedca602e0cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7d543adb740f4ec1bcd66ea53dc588b0", "region_id": "RegionOne"}], "type": "data-processing", "id": "ad0ec9820d1d4523a116e2668a7d66de", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b2bbcaf9c0c84eca9ca7faa86bee1a41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b4ff1633a0df4566bb0eb1399ec207ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a12e0a4d7c3b4c0297d6e181b533da04", "region_id": "RegionOne"}], "type": "baremetal", "id": "efb5e0bf07d24d149688f2c4d3e6d3aa", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "13f9573f966242c5b6ae2aeabad305e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "79b6cadcfe334edb8772e39f891febb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4290f21561414830aea1bc08da2790f7", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ca1e259462f74d54999cdeb28245c714", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "af6d4f6ceaba48fdab9481f2cd661e52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "38f7af3be89f4375ab056aa01af851e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d41fe0d21a9242b28eb54ece77624722", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "cf1f2f3738e14e749366740f1c54dc88", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4100c44aeab74e5c98e25632448ee3fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1e08b26023114d44b6dacc476213491d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "86855f827ce146b58d9df3de81856cfa", "region_id": "RegionOne"}], "type": "key-manager", "id": "3839c6b694904caf9d5d5709d876cb0a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6ef171b1972f48e8834cf5ca709e2f7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bf7895af154042a4894ba4b54e38451a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b50419c52dca415583b8007ac2643071", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "71ba53a1eefe4207b7d4de952d975b22", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a1522a3c5cc548c0ab9caf990a3a3a64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b524815f2bfe42bcb3e1a32778f1880d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2ca723dd656e4372a967301fa15f513d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c62293ae25e34a0bb4740dd8373ace6d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f0d278396ce845058f48739ad7cd8234", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3407aebc4baa4af6b2828337c5d274d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9f5abef6af9d45958e52fbdd69168046", "region_id": "RegionOne"}], "type": "message", "id": "d48c8ca3ce6a458f9ec3639f1f3625a8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f6d7d7eca50044ba92efc4bef917ef25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0b703d5a5762439a84731895ed57fd31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "41a86ebe2cfd4de7bd7b4843a47232c5", "region_id": "RegionOne"}], "type": "messaging", "id": "3f013b34c6eb41b9ac3507aef6b60e55", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1a05a7c7a36144aeb11ec68266510cef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5527563eccde47408e83047d23bcc6ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "59c25055657c476cbaf2fc1bb1b59556", "region_id": "RegionOne"}], "type": "application-catalog", "id": "884a4cad62b748218584ceca8102c3c9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6d9bea14753c470483fe31de4a5083ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b2cde8d3618a44e6b05b383158e6a165", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce820ab9fe1c4c5fa90ad2494477bbd9", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "00d9334b7f1443829b1c8b9e2b855bd6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "47bc4c48031d4d3c93b3622310cb6c32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18173e52f7ca40a187edeeda19766cca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a57c602807e5404cbf635912cdbb3421", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e492abc879fc4bbab160028ffa190e66", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "957d354f05134cc6b1f2170b419513f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "53f088a6fc2c4892af859a2ea530f06c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e4044c18fe25467f9beaf13ebf4cee45", "region_id": "RegionOne"}], "type": "container-infra", "id": "7b160435d912470289cd6e7818607194", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "54697ce7558e41b49e862e6d695331a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "82f8becdcb154db1933dbe3633a82724", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f3f843812374422f8cba405e80d646b0", "region_id": "RegionOne"}], "type": "search", "id": "f7751c17cf864810ae24d5e8acbf9ec7", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a935753f16a441dbbe5320a388b3f495", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "56b9a517d8f74d45bd91784a09622e3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d38b444cb4194c12a549a8d7a82dcf6a", "region_id": "RegionOne"}], "type": "dns", "id": "441e416182da4b98bcdeb395e2024563", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "64d22a0add6f4647a72e64f64abba6b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "beb922f434644f6fbb5a6d8baed819c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4c0d7212bab942dfbb86be820c250592", "region_id": "RegionOne"}], "type": "workflow", "id": "5f9605b16f7b4a3392e72b0fc380ee41", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8730ad1f851049788579f1aa48fbe73a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "79c65c17ab0346af8e9ab68b8eff8e71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1aaf72b677cc4bceab3d14e864711770", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9e6a815f0fd145ab9f2965c520533a0c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "cd76c2465ca24d3b9868eaf0903ef143", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "28ea1d6eeb0b49d8b8abece58465b622", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1ee5dc0892594483ab8da3ff0500b60a", "region_id": "RegionOne"}], "type": "rating", "id": "a37b0e228a4f459cb1caf5c19e84c3d9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2a36ce5d06f8435c809fc5640182ddf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e5b527fb13e84c15832d61a8bbce6270", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5e9e60e2f63643b09f45a8131b33c0bf", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f4fcd39cafa9476480e2f9f6abfde936", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dc276572ebf74b98a285a67404c37900", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9cf0aea77cd14b8aaa88e023f2c90bc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5a9b9c69e4c9457baca4a9fd7f5c5a93", "region_id": "RegionOne"}], "type": "policy", "id": "bb70082cc8ba467b9a56164e32dea7fc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d908afd7d3474d9ab201dc5229e4e1fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f6829fd6236847d89f68b97d5451f82b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "65679285c270494f8c265f6cc28611ed", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6e1ebaeea563437188cd84ef019b6ea9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "14a34298f4a848cda8c7beaf24e3d58a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ab43838f5c2d417eab03324ac89d5011", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1288de95897a440a83f01b3037d78e2f", "region_id": "RegionOne"}], "type": "sharev2", "id": "cc554bfe507540e4b59df3b0fcb01288", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c126cc2a7e8f4d72b468891866b08578", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d39e49d0578d443f83142c010ec63d30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f9f6aab32e764552a44e8bf1603f8d2c", "region_id": "RegionOne"}], "type": "share", "id": "9053b16dd4bd4e5387a017a78ad8cf93", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "82206d9179d54dc1b5bae68c24c40239", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d64ee4e0cb8a44b3913f5ada543e3e07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c774fa825bdc4c0eb820e4b23431de1b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4543ffb26d2e408fa4021e86c0334f94", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59b3747e98364a8fb046d72ea4f58319", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c48d49dbc564df0a1ae715a472d9fb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "feb0f6061abd4996b0ad30cd88e7e121", "region_id": "RegionOne"}], "type": "orchestration", "id": "3444f2bb222f429fa58da0ba7312a527", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6145cef3843d4ba388ecafaba0183681", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4ced1c01fa34388ae1a6631cfdea1da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ba6101048c14949b6810ee5ecabdd52", "region_id": "RegionOne"}], "type": "block-storage", "id": "ca579d1bcb294df0a9214b0927c6fbfa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "694c70de819e42b3ac3e7d390f918377", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4707bab4cb7a4e92af461e5086176297", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59894db86b994d90b849bedbd998cc2a", "region_id": "RegionOne"}], "type": "volumev3", "id": "50c079b6d42641ed968cb5a6abe8d1eb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1720d4425164c14ba0267d91bb08946", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68974b0911f244cfb9355fd42f45e240", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b5ce3f2cf9b4a878a5190a5065b784d", "region_id": "RegionOne"}], "type": "volumev2", "id": "2acb24568f2a4cecbb052abf65654548", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0512458ba1f41e3a52cf12ff4283e70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12a30c04325f42edbc810d83e29f5f08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e1276727c6f41489f3abd564eab3881", "region_id": "RegionOne"}], "type": "volume", "id": "adf61a88771f4303a946e4c5d50990ed", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44a1609b036d415894c80e47f22c00b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6014101c6e30431da54a4a33a3818b67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47d5f34c9879462c83d7e585ba449638", "region_id": "RegionOne"}], "type": "block-store", "id": "6e6e94162ee24390bfc27e9f6df81726", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1b973017083d4e7e93bcebefbb818ec2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1078ee8625284af19467c7f55a440204", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3e94dfc90e9a4b1f9ad7f5f936f1a9cc", "region_id": "RegionOne"}], "type": "alarm", "id": "9046d8f303c8462195953725f3f71cf9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e97a03778a034241ba26cdd29c1ae84b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0fe6fbf0ef9d4e87b6453e6e674515ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f4e0499b840346c4be3a59f0f24c9403", "region_id": "RegionOne"}], "type": "alarming", "id": "e3300da39a224a30ab19f0f96d8275af", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a93382e9d36f49748dd1fe40df52289d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f19badfd7671447493d72e1c6fbdd088", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "861b0ab387d14d1fbfadab74affbfade", "region_id": "RegionOne"}], "type": "meter", "id": "680f18d8ce764a13b3700ec6df6603f6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9bc38a0bc9de420897432cdf2c1b5c92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2b1deb418915463e943139b0d2b677a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fd625611c84e4179b8a5f3b02fa4a86d", "region_id": "RegionOne"}], "type": "metering", "id": "e6d1740a4e454ab2966f2d463942d326", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "681f08f322774b138e5af6aba49cab65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ef6cefeb3dda4b728ef9a815eb4711b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9428aa2669f54a09b8d98dd543f653fb", "region_id": "RegionOne"}], "type": "telemetry", "id": "052aa9758d9e453c9d6d8c953b01b636", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3520ccd4adb24137833ceeaf56dd5234", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "beeb84db06724478aefd5844bf5b2d63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6be67b754cf14dfb9ef61c4224b5c75a", "region_id": "RegionOne"}], "type": "event", "id": "822c571a0cb14be388a43e1fd508175e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fcb5359066c440779c639a707ae977ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2b246d78980848e080e3fa8f6702630f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "781841f6dbde4e2a9e9c9d3916f7fb3f", "region_id": "RegionOne"}], "type": "events", "id": "3d91581117fd4e60be10e06bbf8ac3cd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ac58c799c85e439885d73ef6859488ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f998e00e54794094afb0e508fb246ed6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7666d48a204840bc9b9ad65d5ef40f76", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2cb2da4e681e4abd9102ac3324f8aa3e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7494187aad734895875350f73b892d6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5d1110474b7949bea4f1d62a625e2165", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d8251245f6d74af7ac308c934ae1154d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5f6b47b3423744ac9271e384c1a4f615", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "04c92a0555b0455fa631caa193dcf4b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b8ed64b6b8ac41258704875093c9a990", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "840cbe84677d4991ba42ae22395202a0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2052331bde7440f4b3ac1ae53fa16bd0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ae0e0904f77f43cdaa9192e9bc1121dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c254b0a02e65494cab7a68015d587d65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e77b86a44c6b469db4ae89c34fd3ecd7", "region_id": "RegionOne"}], "type": "tricircle", "id": "8a24f82cef4746ad8fec5028fd63afeb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ada0df55939249fca8cd1b052c5f8c6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0cef77616dff4a3db09c1306de72d808", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d616e96633944d159875695382b5d8a6", "region_id": "RegionOne"}], "type": "database", "id": "f0f46316cdd24cdf97dafc8344ccac24", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "32cc9eab5796409bb62f26df95547c44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6411b97c9bb5469aa5a55d9adcb037c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3bffe0fe80ea40b8a078e7a9cde0da64", "region_id": "RegionOne"}], "type": "application-container", "id": "6dc7abc1cffc493d8de346ea12f52c67", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "55af269c759e4483b9cdc4210b2a1068", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b3c1415449b645638f2622871b2eb865", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "dacdb12b553b4288b9399e0551acba0e", "region_id": "RegionOne"}], "type": "container", "id": "3056cbbfaed94ee29aec2c3846c0cc28", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "30a105272e324906b59e3916ca1779f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d73f19195fef4aaaa7fadc7ac92cb426", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "13c9f20a50a1464eb31698b1545d216a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ccfe4987714a4dd99e619271b6fe6d4f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "715756564f0e4fac81879e4102673a9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c5776871f5f648498af9741ddd89f375", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fad44b71b5034aaa8d65071e6d3035bd", "region_id": "RegionOne"}], "type": "rca", "id": "55fa0b3786fa4692a16665c58230c4b7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b9c805a252994a9795b788b0ccd0a1b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "90e3d9a4b9484dc2ad76958f953fa590", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "75081cddcb0a42feb1beef502433d060", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "01aa21d573ae48ac8d9e07fae4bbed16", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e1bf03ee18bb4645bb22cf95513b38c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "0a2ba6c624504dbdb0bbb3baed47f17e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3d8e25c015df4b619de36f0637d83795", "region_id": "RegionOne"}], "type": "network", "id": "4abf8d7337714de9a06712c246b803cc", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6b35a5f37a8d4b9c8fd59c58d553351d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "dc3a7ecd5f3141b4adbfb00d2d9f22e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ec750f03622640c5af29dedd85cd9220", "region_id": "RegionOne"}], "type": "backup", "id": "7ffe7cdc7cc4486785cb26288c66f824", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5589bfc5b8ff460d8174bf014cd24699", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "31e8f689fd424a2fb2ff975ac07a391b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c90abd85e25444389c8e2be104b8424d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "606a5ed5cd604e06ac3827a523c547bb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "79a525ccbd504a648b730ffa2403ce4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "59db0a7be9824ee585b5a7281ae15926", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4dc25ed07bc1475db5489723ce8b049b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "bbe0d66120904f2ab5256332c6b157b4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "394d519b0527400e9ee3613b67c64ffd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5d0dbb4eb84845d89b1b3233abb091d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5e03b3683afb4eb289ea28c9aa6c3b3d", "region_id": "RegionOne"}], "type": "monitoring", "id": "feff98fbc090489ea78db4c6664466ab", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "aab41b8fc4a44578b164e12d6dd94380", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0a91cbc797664035983af8838d530615", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6335afb164a94107b215eaaa88a8d411", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "325eced448fb4adb9341ca7dd28a4d49", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "58e88ba0827d4770a98730e316182ed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "11b11eac661343adbb10c2dc390a0426", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5912db6e3a964643acde70e631d3ebe2", "region_id": "RegionOne"}], "type": "placement", "id": "0cb682543ae94ac6946cb0f772dac3c4", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0b79259d05194b82b3c86edf1df5f2db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ab63a9e6797b494b9d52d87ca8766b1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ed506376305d42ad80286cd3113ea678", "region_id": "RegionOne"}], "type": "instance-ha", "id": "0cf829dd4ada4f42bc4bd2371ac12c58", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "82987889af894c93a9b21a9776625c49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2a13c11237434329ae1cf882535ea9ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b16e7301509e4357a1a53600badc2b99", "region_id": "RegionOne"}], "type": "ha", "id": "37610e9c13b44a5d930390f92522dd93", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b45f2a0e065b46b1aa63af85e446d5c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4002a4e67f6f442386223a949588a01d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d33a7663a75e4336b581034db022c1d5", "region_id": "RegionOne"}], "type": "reservation", "id": "c7d45ed4227b48389fd06bc5861c873f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f7537d0d928045bcb4a54b8dfb6e40f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "73b51cae0e734e1eb6387dd21b4a0118", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c23b906e5c184ebfb9f43ee66eb5c115", "region_id": "RegionOne"}], "type": "function-engine", "id": "f94b3806f30547e08eb33ceeae233d42", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "160534f9e8c6429ba230a6387dfff5e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0c3c52bf25124667ba6a130f97de3d5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "652f8b7859b24de5af1f75987d7b061f", "region_id": "RegionOne"}], "type": "accelerator", "id": "5ac7f8377c2443e29bcdc524b09715ec", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c5bfde740ce14c2386ad2dacefa69e61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7365cd8b8f054da0a97295bd025becdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "03d04caece704c9a9e9f0c4dafd7568d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "610c6b6722d84ec186b7f0d3607bb9e2", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5fa1d7ca8ba54f9b82d7ce566e81ee6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1bb5a7b635384215b48f4a9aaa83c5fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8dc2ff1592314af6a36565149e229c57", "region_id": "RegionOne"}], "type": "registration", "id": "f9e820cbe3eb4a37b7743f0e8e90eede", "name": "adjutant"}], "user": {"domain": {"id": "783745012a2d4804b90f8f8af11939de", "name": "77f5886c89f14dc7934f7dddb4133191"}, "id": "c99d47b51f264a3e8d6a26eecb1ec79f", "name": "183ad8706faf4485b75b38a695879086"}, "audit_ids": ["f75a46d9cb4149598e1f84c1c6831244", null], "issued_at": "2019-09-19T09:04:39.621897"}} 2019-09-19 09:06:39,772 keystoneauth.session REQ: curl -g -i -X PATCH https://identity.example.com/v3/domains/1a8f308743f0469f8b5bf92ba458fe43 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"domain": {"enabled": false}}' 2019-09-19 09:06:39,780 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,781 keystoneauth.session RESP BODY: {"domain": {"enabled": false, "id": "1a8f308743f0469f8b5bf92ba458fe43", "name": "domainName-2"}} 2019-09-19 09:06:39,803 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/domains/1a8f308743f0469f8b5bf92ba458fe43 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,806 keystoneauth.session RESP: [404] content-type: application/json {3} openstack.tests.unit.cloud.test_meta.TestMeta.test_find_nova_addresses_key_name [0.064970s] ... ok {3} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_security_groups [0.060118s] ... ok {25} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_register_machine_enroll [0.612716s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,285 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,289 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,290 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,292 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,302 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.224381+00:00", "project": {"domain": {"id": "ef8c72b1eaaf4f7c9b0a4d1e89218afc", "name": "013fedbd379f47729f9928b56da4d617"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8f01deb1d8b44aa7827b0ac15a31c7f0"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ed89a97129fe46c1aa342e4fbf2e3a63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "99fd3038076e45a5a08702559dac1a7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "299debde883a483ab5108d8a2662e196", "region_id": "RegionOne"}], "type": "identity", "id": "70b058214e7a4ac5a7f8b129f4826c36", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6763d3c9e6db4244923a693b5727be12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7055e83bd0744bee9688746717af4c66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "41df5a09c4b24c389e91dcfa302ce2e7", "region_id": "RegionOne"}], "type": "compute", "id": "82f351f259924fd3b1e1e2f05560b8fc", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e319ce0ba5874604a89e65f9d0a7ab85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "49a15ea1e66d439cb6ab1f04151ff269", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "61a63827910c46498b8a32a405737486", "region_id": "RegionOne"}], "type": "image", "id": "3ae7a15a94f94fc1914b8eb07268cec7", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f5f03e2ad337489a9193dcd8364cc24a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ffd5d036522545729142c19cb2661cd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2b49054f68ce4ea480eaa6049c7bb69f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "21b11a6a8585416e93e21236d32a06dc", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7401c873951643f298e965c82d469fd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "107e6644943a42278362e6ea8544692a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88f9f4f00e41444487692f772dfd9dd2", "region_id": "RegionOne"}], "type": "object-store", "id": "0bfc3981481a4634acf0e8c2511cf229", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a0f71a95770247f999576b9d295e0c26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4647ab08ed9f43bba17fb0a3270e42d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cb2c2bc56ed74e77ab5494089849b714", "region_id": "RegionOne"}], "type": "clustering", "id": "149defc8dc204cd185bc35daa792171a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4afac097e08e468e9fb1c6ac4dd95cba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bc1b3026159f48d4b477a3a82513ebe6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f5e556d6d7fd43848a8ebf0c25b17cef", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2ae200eafd514feda9cffe5aaf534eed", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b00f35de31aa4e73be5ce58070d7039a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "29682d071eaf42b498c22ea01c2c1c1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e499bd50c0794aa7bce62036bf9f4e98", "region_id": "RegionOne"}], "type": "cluster", "id": "7ab374d5918c46df937a76c9062a7bf0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d30f055d0ff44c66995a6c69508a0a8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "61a3cd8a1b1a4a94a125fe01d002a6fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1a553c287af3453ab455842b7ef2364a", "region_id": "RegionOne"}], "type": "data-processing", "id": "448df1b5c7cb4c548b5beaa75ccf504d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fc85b917ba2243ad95bc9988df6b98a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bb3d40b0c846415a9109b3a182641acb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "24481070773349179bec8dece7ff3706", "region_id": "RegionOne"}], "type": "baremetal", "id": "95c87f6c295a44d1aa4d663cb1acc99b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5d950598ae934b31b7ca19bc6055d044", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e03e21d644a34b8e9d49953df0b983a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b69c66c8de2a44beac42ab8b7a421f93", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d9024646db4b45bbb8ca0b1f119c3aae", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "805430b1337d411db3a4cde0db07c03b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8d9631a57b254a79b03914b72a54ce4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "09472ebf8287470796bc845024ea32fd", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "648a2b80acdc4686ac21c2f307a0cca0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d3e77e9c3dab49d4b9a7ed7a8f913add", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a99402d984d64408af2f1c64d2605f87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "16257cf933624169ab9eee649a87825b", "region_id": "RegionOne"}], "type": "key-manager", "id": "25ec64b65dea47d89cbbe25c3618d26c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b6e76a0a6471459ca7d0e9275de93cbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1a5ab6d122aa45fcacebbbfb0b332ea2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bbcbd2e059274056b8b2008085917a90", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c0a91b990866429d8344cf24b6f24ea2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "97bc60ac71be405591098998aa67ec85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "974ab1ac4d2b4b68923c6c659aed4993", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5520f866bd34499b8c20a4121d172842", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6c4e4e1fcbd6457c8f60189a71c8938b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cf0db0c6003b452b8eb767e994390a4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a235bf0fca3f4363a0c68ca84c55ddec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e5da7df03a27454c91840a506f287952", "region_id": "RegionOne"}], "type": "message", "id": "01e1a916ef0e47a3970372853f8e95a1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b134676d8aa9458dac6ca384e5dadfcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bf1764fe0c2f4f07a7d13d8945cc5bee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fe75e4c947ce4464a615e5e3b62e4b67", "region_id": "RegionOne"}], "type": "messaging", "id": "ea70ab6f21bf40ebaf57edaa181a1588", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3214ceb2adab488b80aa4517842383d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "83b31276f569482aa3f862cda0c1e604", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1af3355c32fd4901a57fdf6500815460", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f2ce6bd18d0841448362e4d3cf141891", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "24e86aebd15245148c68c950c3884a56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0591c87e929a4f6385e18b70db156064", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "88fd2d4e8f474d359c43bdf58657c9d8", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6fe9e8730c3d45579f9accf457575995", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "49b9e8f145a144b6ab7b394948db7fd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "53c11aec19624545afeaf70f2a550c0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "90458b355d75453fa554616b1cc812ce", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5a77d0a9b2f64f0cb318015d30d4cb3b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c07908034beb4610a0f269162be22f3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "29b7ae47f55f4c1d8fcc178d44a8377b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cea6192b81a9410b9547ee4ec8c06267", "region_id": "RegionOne"}], "type": "container-infra", "id": "bf8f598a5ed6457c837a11e0849d84b8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7b8eb094f81d46d7ac41423cb1e8c413", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c3443f3682034b978f69136a405f7062", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f34b39d0aa3c41aca4f6e163d7ce5380", "region_id": "RegionOne"}], "type": "search", "id": "ac8c677a76ef4510b2154cfca518ad33", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "fb767c0fc6e14ea08c91c9da173393ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c4b75c7d5182425c9a3bc45e793d84d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "889c0025f215445aad4bd0505b119aa5", "region_id": "RegionOne"}], "type": "dns", "id": "f1ee4b79444a4d9397c3e7a3519482ef", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0ca8f2140b5b472d924bd9f08db6a350", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c44e7a0aea0448b3a11ff47880ad49e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "caa4725c428e46f78888adcfa4c498e2", "region_id": "RegionOne"}], "type": "workflow", "id": "634ee00ed1fe4c0eaeca7c53cafc970f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7b969f1b6829472ebd4076ea3a4a791b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7a39c815f6194e69beed14e7be439e87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bf45847c633441f8b8b2f83c9982c3d4", "region_id": "RegionOne"}], "type": "workflowv2", "id": "87e2866995924b3cbcbd0bca2f8404b8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6198519f53b44535acd89a9a343bd826", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "aee2131a787e4badb3801795dd5f23af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4d032ab7d2ae477d9d75d99c597b166e", "region_id": "RegionOne"}], "type": "rating", "id": "4dd152d1b8024de89703e938007648d8", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a2019980e270446e88212a7869e579c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "40796d8653694d709dd181938f8d4636", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "43425be0fecb4c8e80d414095c713c97", "region_id": "RegionOne"}], "type": "operator-policy", "id": "2cf00a83c9664a18a7e90242fa3afb4a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "64e586eead1048069481916d0f73c518", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "31ddf47c1ec6432889e582d378788c95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c6287de8700446318b99441e77fd1c2f", "region_id": "RegionOne"}], "type": "policy", "id": "b3aaf649663141ad8f393cf7ee20c14b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "def3dbaaeb214a9ba0dda2005192e558", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "191795be5ffb448f80bc7ac56495695f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3d577f81090348eb9a8d8be526f7305d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "cbd8437320d447c6ac337140b48ccb66", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9655e4fe4fe1433aa75c856af29a449a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f0c8e6834d404ee9a84a49cb7a08e5c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "287602b151724f0ab82426d28a524532", "region_id": "RegionOne"}], "type": "sharev2", "id": "dea317af131b49a9bbdd3d9e5e8cbec4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fee5bf190c114047bb6b56805319dd63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "253038b9bae24785ac99a4bd11dd4af1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bdbd157919b646ffa6fb72f5e7f2d7d1", "region_id": "RegionOne"}], "type": "share", "id": "842762bd431446c89bc811a3610037e4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f19fabf0ae80403cb510fb159cf6e082", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "502ea46304c84510b9bac0318791ae4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b53b8890e9af494daac3b1382a7bb4a3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "acae08856a094baaaf0d3a64b7653b80", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d67cecb03144bef92d0c81200227798", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aeb53152e5054031b46a1ee499b38410", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41a0ac9359074789be9dd58705f3272a", "region_id": "RegionOne"}], "type": "orchestration", "id": "d97d4d4fc3df4e0f851449f3dd495cd0", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70b8efcdc6ce44d6803ba04b6614bd20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64b31b94cbcf40a5a957543eb6b246b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8261cbc2f94483b993a3d4df8ddfe70", "region_id": "RegionOne"}], "type": "block-storage", "id": "8562e33c04684cd6a81f045ffdc852bb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23a63872efe6400ab54a56e47541f7b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bcbce015ac574673b0f9644e3768656c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "498f3e7bd4cb48bcb1c0a3a68e811b89", "region_id": "RegionOne"}], "type": "volumev3", "id": "65b5c50df99e4439a3b4edbd89f0e01c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05fdfd9248e549389e1a40f6c30dfe78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "882a493d6f724b76b5b3394924db7d74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65e5c1df23a84aad8fdd2e6eb13a0c9a", "region_id": "RegionOne"}], "type": "volumev2", "id": "dd8cb9b969dd410e9239186601b6840e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72d4dc44a63c4269b5139b0e316b02be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d092ef18ae2a4a3cb206de5332758167", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f33330fbc50a44028aaa40285940607e", "region_id": "RegionOne"}], "type": "volume", "id": "8fd51309f8cb442d9d6f7a963926cb4c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb370b4a26b84470afb2d02cf7891214", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0991d9fe1fc547109ed8aec840c7cca6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59de7e99b58942d6b25acb122ddeda78", "region_id": "RegionOne"}], "type": "block-store", "id": "9951af04aabc41f9a6b2e24f57f81f90", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1676fc81777640d093ff9372d2cbbca6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d4dc9b239525466fa4b2a6294621278e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6df8e4c5754447288e0422a820feecb2", "region_id": "RegionOne"}], "type": "alarm", "id": "e786ba3067c347d59ccd89b86f057dc1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "df92d24ba7184a0bbe684a747458773d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e0d8f5a011524458a70e6c51c07ef426", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6aafada5de8c47eb8fd23e433fd86929", "region_id": "RegionOne"}], "type": "alarming", "id": "2cee6fe3730d4b54bab2f763da5daac7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "12e8129412be4000a0ea2d82bfde7b77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f834c9610c464ae0b9e164792f99bd53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1e93308a9207415ca9c1d7a096bfc0fd", "region_id": "RegionOne"}], "type": "meter", "id": "c2bfe0e01ec14182a62f9ef991ad70de", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c137eb639ba240a584daf5f3e6aa776d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "077acb09897841e59a1cd941bd2c1d9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bffd0febcf6e490e911b1e95bc3ba5e4", "region_id": "RegionOne"}], "type": "metering", "id": "1f41f67316d849fa803c9788a9ab62f5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "244ac306c0804337b733972fb5524a60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "043cb8cca07c4d18ac5b441b304e1d2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4b1ca505148d46388b6c8ffe3c31d266", "region_id": "RegionOne"}], "type": "telemetry", "id": "0cb342b665844ac5ba19813cc0cc04bb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d719971b44574ab1b2e50899c20f46a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6c6cd3b0eed54715ad6276f826bb5c46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2080e62819414bd89c845279caee9bcb", "region_id": "RegionOne"}], "type": "event", "id": "0c15c5c033604d12b039d4f38bfd82e0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ffff438033db4ec3862e71f7c929c0e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d191881c2db44415b47a487d3fcf1a93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "09c6bcd006cf46f6abb7ca0114b5b8e2", "region_id": "RegionOne"}], "type": "events", "id": "81739c8c8a7d4a9ca25478b320fca860", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c3ab491e47a840fbaa86a5ebb11b2cc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d4d80e0b453f400f957acc04f8ffe5bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3f90bca11368440ba97a58fe9bd1a521", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a181cc2985694ef0a25239f4ad62ccb5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7cdb490874c94c12981c3069f698837a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "290e96213a7145debac535b99de6f408", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a209d0848ba74f33bba0571661d114f9", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6cab3f2f80604dab927b4fa2f356e690", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4037cfbd77b040deb808744df8fde0be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e054945b63aa41afa8fa506e673203a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "31991f7e58314fc69cf8f6c94b2a9113", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2c95db36c4364457bb83c314e82160fc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "512e78e5ddcb4733ab69c50c43b48169", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "04420ec1886b4e48b54ec30b375902a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "059ba48bf8d1495b9f52630077bd85dd", "region_id": "RegionOne"}], "type": "tricircle", "id": "9e54fb426785472f98d51f9185f45b2f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "fdb977c372c44b81a7c4acde9d3ea89e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "05ddbe157f594e249816cb969a4d55d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "22a6183b70574092a1195eccd29a8427", "region_id": "RegionOne"}], "type": "database", "id": "87fe8a790671484787ce099b78346728", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cad030ece754483797dbe2aa063e0891", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a72d299be87944aba6c1b5c6a6ad29c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7edd7ce249754e03a0f1f58b61dced44", "region_id": "RegionOne"}], "type": "application-container", "id": "b42ea39cdb934c30a2beb390e5d8b739", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "43bd31bbd7f7474d9cd38b83edd11736", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3ba7649b92a74e5a95cbbb93c6b5954e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4fdfe2b43bd4496e8a6a0aaf63b1a0ef", "region_id": "RegionOne"}], "type": "container", "id": "8fc3410338fc4a5f965b2599cd513e62", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "30a221439ef84632b99dcbead70312f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "55702e530a954e65954ab047692d42d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f6a38847c5604e37b8d5b4769f9916cd", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "5d6efeb69b704de3985ca3a9cd4da6fc", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a7fdfb0b47724032838693f63efe0c91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8e7dac786a19465fae527f35df025b8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2c4ec4f8a5aa4af1aaa6ec2471aa43fc", "region_id": "RegionOne"}], "type": "rca", "id": "ab35a92c31d24106a5b7386ebc4e403f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "da5f01fbe0e64f20b36e714361272f66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "74d52267d6ae4b06a33daddfa1e68e32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b3242626096a44239fe2415420d9ebe4", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f735f2fb742141c289a2f003672ebb54", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "97b1e948feb943b7afb9b42f593dc587", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1ea39341fb294a4499e191ca8bcf3cfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7e721060b3e8460bbed2038721ca8d5e", "region_id": "RegionOne"}], "type": "network", "id": "4f37abf8d5f94d2cb00c89d1fd144bd1", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "059a2cda5d164a379156552bd5a1c03d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "05a8dd16ddd8453c97d1ebf7e6d4a17d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0f9ef139dac5435d910c1c9a194b4589", "region_id": "RegionOne"}], "type": "backup", "id": "fcb15d75effc4fd98c09067e9726bd9e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "783cf8cf3693427abe13f5737bcaeba5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c2ea2fcc5d9e43dc815acd49b6fad372", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ce291a2ce45e4a43ac8cf1e54b623857", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1d81ccd0d33e4253b49b66839806f8d0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "aa1dba2b1f7a4dd1b011b11977afca59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "26a539b6a26e4d56951c44ede075830c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3062506054d24c79863a3a1580464df5", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8fff62dcda5d41739ee5f2ebe3de9650", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "665831e966f84083a00e030ba9f9ea62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "91ff7fe681cd43868b7eae0c1f0d3422", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9141327e6a2d4ea2b903945825677778", "region_id": "RegionOne"}], "type": "monitoring", "id": "01c85c02668048449404d0295b221370", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0ef6c3e952aa485d94eddeaaef595c25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "437783f3137c44dc9e40500b0f66c517", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "55a69e43de94490681ab9b22aaa48d76", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "83b66911817d4307a08b1f60cf4694be", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ecbf12ad0e2b427ebb3cbbed61d3bc94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f0ea8015893847aa815ecacc5325f9bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "32d36b19ae9d42a88623b53a19d6c045", "region_id": "RegionOne"}], "type": "placement", "id": "866f1ca7c16840dab94d298cf3a88a1f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4ce0b58751ed425a96f490e488a1ef8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ab51321905824680883db273bcc0d8b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4c35bd8233214d1a91b652c2c7a102f3", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8b587f98c31e403d90ce80361f129585", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f3033b7bf7274f0f85ea7b73b8fc1077", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d9d4d304a9ab48a9856e8b698fc53280", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1e45ac9362a0468a97d0cc8c85b2f3ce", "region_id": "RegionOne"}], "type": "ha", "id": "cdbfc6a6aada4e51a267ba9f08036e81", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bc111033cb3746768cfe746f48a0594b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b5152d28563f45a4a1722c725cbbccff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6d97905a6fff40548cc50c9202ef785b", "region_id": "RegionOne"}], "type": "reservation", "id": "b498381864af45b1bab66c7ca7bd14a8", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a04f364b2cf14a03ae2ba6c8ca3a41f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8ef7f83c061849989ff3fd5dc661bee1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "be6c764a32154747b2b6d5837d0bb830", "region_id": "RegionOne"}], "type": "function-engine", "id": "9055cf299be54cf68fbd6da1b6ef18ce", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c1f9541212f54ef0a975678deaa3bbf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "54eb2eb45f224c3bb54cae9656e32804", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "cb08c4cee6f74096938987ae63f02112", "region_id": "RegionOne"}], "type": "accelerator", "id": "271d11bd75974279bc0be0e4a8ed7f1c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "71acaba713594573a98e3ece95d1a6df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "aac5e781567247ffbb4947d31a8d9fb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7a3d6bc280244c6eae30b856a6d889af", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7dc0533b2a3c4436b525763adc82574b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8befdfad29a94be7a4b42195cd52c4cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "302c72d768394acf89a16f2c8ad3ab6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "088c249cf15148ecbd6705b6c77721ad", "region_id": "RegionOne"}], "type": "registration", "id": "0985cc938f914077a165c34207433a73", "name": "adjutant"}], "user": {"domain": {"id": "3b09d5146f3743b09e852664895e5913", "name": "432570e7819242e2843ed7f5ce280a31"}, "id": "cb71e7e6ae76451b83c539f01efe87ab", "name": "61e12459202140568ce319c6f9fb7732"}, "audit_ids": ["1307bea5135844cd8a5256c1a3e0cab1", null], "issued_at": "2019-09-19T09:04:39.224381"}} 2019-09-19 09:06:39,491 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,494 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,495 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:39,516 keystoneauth.session REQ: curl -g -i -X POST https://baremetal.example.com/v1/nodes -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"name": "name-2", "driver_info": null, "driver": null, "chassis_uuid": null, "properties": null, "uuid": "d6466128-b833-4cc7-916e-a912f388914e"}' 2019-09-19 09:06:39,519 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,520 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "enroll", "reservation": null, "instance_info": null, "uuid": "d6466128-b833-4cc7-916e-a912f388914e"} 2019-09-19 09:06:39,539 keystoneauth.session REQ: curl -g -i -X POST https://baremetal.example.com/v1/ports -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"node_uuid": "d6466128-b833-4cc7-916e-a912f388914e", "address": "00:01:02:03:04:05"}' 2019-09-19 09:06:39,543 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,544 keystoneauth.session RESP BODY: {"node_uuid": "d6466128-b833-4cc7-916e-a912f388914e", "uuid": "fbe43b6b6bfa41969183d3cdf68408de", "address": "00:01:02:03:04:05"} 2019-09-19 09:06:39,604 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/d6466128-b833-4cc7-916e-a912f388914e/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.4" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.4" -d '{"target": "manage"}' 2019-09-19 09:06:39,606 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,642 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/d6466128-b833-4cc7-916e-a912f388914e -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,646 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,647 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "properties": null, "uuid": "d6466128-b833-4cc7-916e-a912f388914e"} 2019-09-19 09:06:39,695 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/d6466128-b833-4cc7-916e-a912f388914e -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,701 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,703 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "properties": null, "uuid": "d6466128-b833-4cc7-916e-a912f388914e"} 2019-09-19 09:06:39,733 keystoneauth.session REQ: curl -g -i -X PUT https://baremetal.example.com/v1/nodes/d6466128-b833-4cc7-916e-a912f388914e/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.4" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.4" -d '{"target": "provide"}' 2019-09-19 09:06:39,737 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,772 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/d6466128-b833-4cc7-916e-a912f388914e -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,776 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,777 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "properties": null, "uuid": "d6466128-b833-4cc7-916e-a912f388914e"} 2019-09-19 09:06:39,820 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/d6466128-b833-4cc7-916e-a912f388914e -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,824 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,825 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "properties": null, "uuid": "d6466128-b833-4cc7-916e-a912f388914e"} {20} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_auto_ip_pool_no_reuse [0.512192s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,418 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,422 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,423 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,425 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,436 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.355980+00:00", "project": {"domain": {"id": "e37af3ff061a4aab91fc5f60514dd708", "name": "d86e1da3743a40ae8786437e4a606d29"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7ff1898c338e4d41b93b31d39d0a8be6"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "da73d831efbe4e2ba2126c39b2742bf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a840f727b2894fbba09a9b626bd87f86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "b4e8cb7f4c304a1eaadec81631ea0846", "region_id": "RegionOne"}], "type": "identity", "id": "ffe5e1a48fbd4ed9a3bdfe691a674b79", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "86545a0409db4612ad41fb654af39d66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5bceaa4869e049a38b412718c32f059b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f9d690431b97468ab9771609f01666fb", "region_id": "RegionOne"}], "type": "compute", "id": "38ef4b4fd1214712b08ad6e7f6812934", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d1a065d793e44e58ba184a241d826d9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "598ffb44cadb49109af117d36ee4dda3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "686441b0180b4e24a5b79a0a224b0173", "region_id": "RegionOne"}], "type": "image", "id": "fe58ead95c5143888abf0428b15b7925", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c411ec7a6947464eaec882b31c448c7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "295fa9e84b1248a98430557c786bbc10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "123c547bec6a407e8c07551d542d56f8", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ca0d32ce2c6340dc9a67600bf54f8777", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92b553dd82b94fe38f753412e61eb614", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb761491fc864e91bb07d311e3a2aee7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fb3c11aebb748ddbb8669b95a653791", "region_id": "RegionOne"}], "type": "object-store", "id": "ad2b5e4f0dfb4287bdb4fc2ccdd64575", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1d885e52000e44979c1cc2bd8bcb8b46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d1cc1ac840104a4d9e65214182a0203f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e74fcf8cf9cd4be2babeae0a55e6862b", "region_id": "RegionOne"}], "type": "clustering", "id": "003b5b88d09f4a598e0ddd06094b58db", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a40d6b4d863b48ed9ac8b22e8c33b164", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8edc66b1c9c743b487bbb71a72f3b079", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9ae72ccce1b341bbbe4ab81eeddeed8e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "984f88d35a8146a4af995537cf9471ad", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "070607c327fb44019e2c6951d88feb39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7a82bba5b2a74ab5a30ef76493728c33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "113fa9d959cd4da4a6d30b32ec58e5bc", "region_id": "RegionOne"}], "type": "cluster", "id": "3b866944d65f48fc960da7b490eec007", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d151d5edffba45a1b3c55a16a480b3c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "77357f3fbea24464ba8aa5eb5796393b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "37ff68722e6f410084219e2d81e18196", "region_id": "RegionOne"}], "type": "data-processing", "id": "a12c465b67ec47cb8a221e0fc45815c8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1e61dd48e4994602ad1518df3858647c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c2ea9679f792423ca41d64054fcfb979", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7e3119e5f6b642f68b5cc45b9e5f4d74", "region_id": "RegionOne"}], "type": "baremetal", "id": "b6ebce5f4ca0486bb536de43f91c107a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c7e9b9cac6f040d7b29215cfe1030a6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c58086f34e1245969297565f1efebbfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b81f408f7f634ed09dd1d6ab70bc47e1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f4eb6e419bde475389df43893488a9ce", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dba6fa54110b4c0c87d8fd90b78fb137", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3393cc138c2249029b83ba2f097e1776", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0d142e6b566d41fa910ba7e5cc890c86", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "361f324c075d4e358689de32896b6a84", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4f95cd1faa4b48ddb11fe83ac7393861", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "67f14c46efd646d8b66fe527798bf46e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1d2b436d9c0640edbff0ab23bb57c020", "region_id": "RegionOne"}], "type": "key-manager", "id": "4412077d77f64406884fc2e20d172934", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6b6dc4d831e144f78e063816d9796bf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "512a296b99584e37aa34955f0f3380c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b05a5ddce1ff4fab8808e3a84ec462f3", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1008ca81cf2b4078ae340d082d495292", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ab4010fc10874c73b79c70e88fd5e3cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "43b96885b16d407eb1f49bd73fce88ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c428c60f7c9f4858b216704869d75355", "region_id": "RegionOne"}], "type": "infra-optim", "id": "58e92d8caad94df3a3e9d692dacb7c33", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bbff5c9347784ceab5576bb7487d6e71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9e00b3d2e82d4f3d80dc2df2dc659a18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9e5363c80425432e878b0165daa4c9f0", "region_id": "RegionOne"}], "type": "message", "id": "da20971c13a7410f962c58023b2bf51e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a9d5e5c510764bb5ac26fb5efdf2569f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "28f1361924f444bfb13d1ec3c298a49e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "90d0a54cbe714e2992eacc0a2e8dcdcb", "region_id": "RegionOne"}], "type": "messaging", "id": "dd615406002d4326a1291cdd6bc5d4ed", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2125424ae6e34b5cad5b74700050bc75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0347271670a64d02a5438fd18092a0c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "7f4780ab370a40aeb905e3be478a425c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7519c4563cbe4ed794a733f8a5f0138d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f8937444da124e32817e30f2335f6447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "607f895349b84983ab123aaba5be68c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a7296630e41d4166ac098206ec275687", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "9d0ad407d74244d98c9d5244907f4062", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "35303a4373b84dcca943527516c719e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a83788d79cc84ccaa86cc9318fb0c8cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4d705bb9589e4260a84778b806329f5f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "525ee6ec47d147c6a0cf9cb1e6db4ef2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b9458bc7b897452c926c2b998e7d4c0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1edcaee93b124901b7f583611fc20411", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "35bcb838545a4071b9f816351f6a3889", "region_id": "RegionOne"}], "type": "container-infra", "id": "2fe76e8d0b9c4536871d8a9fd1c3c7e9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b638f52ac6a7400aa9f543a7c3a840f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "4055f19463bd4c098a397902bda4f66a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ff0d355312c449aa9f6663e72ef9fb10", "region_id": "RegionOne"}], "type": "search", "id": "b34edcf1e050432da23ff030c1728537", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "386f16e6750a4156acb1244b6638b4ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "572cba374fa74ee5987d076f91148267", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "820f7eaf4bd145b385cb9b1715cb9f24", "region_id": "RegionOne"}], "type": "dns", "id": "f8c0cb6f07634eafaa5eb3d1ff0eea22", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6aaca709cc984aecbd95ad6351c144e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ba36e6f22e29415092b85ff7db95fb88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4878f722e95a4f33a00a7a3f70d8c647", "region_id": "RegionOne"}], "type": "workflow", "id": "dd857b6d43cf45aeb868a3530a912dd3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a3b8b2ff7cf441edb40cc83a900c84b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f4ba65ee41f64f698c7c62f1e86315fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c61654158a0040a6b701c36a393ec1e7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9f36910a476d477aa0dbcd410b935722", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "46053b3602fb43d794afd397e80a428e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ad6113b794bb4731b714697c25f70d2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9fb74cb3dc1945a492dd4d46af68fb6f", "region_id": "RegionOne"}], "type": "rating", "id": "93e28e2b71784c319a5a087b6e982e66", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f840923f8a6c4b7a9b45d2d36119a70c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "379504241b0b4b749e4cc5345d733d81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5a94f786dc1047abafae488807332744", "region_id": "RegionOne"}], "type": "operator-policy", "id": "b8041705223d4e508098a902502b859d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "038c2e1567824fd99333e1b2b021a2dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "484f3cb431454a0fb65206e03f6fff08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ada0588ef892496b99bc77f5a41bbd8a", "region_id": "RegionOne"}], "type": "policy", "id": "1c31724c7ae54275bf38b2c8d7813765", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9bd431e896fb42a28f9d77583895842b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4c0a9f65cb184b8c8b1016c2ed4ce541", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ac67072371e1498580c23b9f6c366121", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1536affe3ec24b2f93ad20cf1e71f010", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c94d3c396d0e4c40b59b6cba1a2e1e7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4c2dc0a095294607b57d04623120ad2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "23fe6f010d044983bea288db253b17e8", "region_id": "RegionOne"}], "type": "sharev2", "id": "a1d1732bf5e24eed8ee6f0032b913da3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2fe433b981d94d4985732a34687d6943", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "036426ad41894f19aac5b245379e0801", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d571faf4556d48bea3deb204fc08bd9b", "region_id": "RegionOne"}], "type": "share", "id": "3a6e01293f8741d9bf7bde6d2d3701ba", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9baf995733e74e468ad70971f4c9c7af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7a73c7e87f4a4e53be45e74cb514740d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "42193bce93f84120aac0015bef4751b6", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "666e5bc1e84542b49acf7267df063e05", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da228bc09961403bacbc1fbf04f684e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05f2cbea333a4c8bbd34c6e81b99bb1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "364060edcc124a778b4790ea215d2fe5", "region_id": "RegionOne"}], "type": "orchestration", "id": "4af22addd5dc4eb8914a3ce76fc4e5a5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b263f8dfe0bb40df959877e542ca98df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50730490b67e4829b0214dcccd259d5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af036f984b4249e0814d07bf7922d2bd", "region_id": "RegionOne"}], "type": "block-storage", "id": "cf9519732c8d4e80b60c000ecc1a6260", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba0dacc68fde46ae9d278406e05831f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15aaf336927c4a70bce62bcaf6376e1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0af259b5752e4f6888d31589c65ca2ea", "region_id": "RegionOne"}], "type": "volumev3", "id": "dd3dbc97db6e4e21b85a7d636866b3d8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2699ef8abd7d4a47810563d59fd6cd53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a36a3dc894aa4991bf08e99c22bde59a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21e6c91167fa4a5f8364da42b553d4b6", "region_id": "RegionOne"}], "type": "volumev2", "id": "13f2e2a084db4a1da2c4475f30f08f1e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f3f4d994c5746cfa5c06dcce52cd4fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "316b03f8b2ec4e33a4213d07d1b9e8c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fdb48859e0984ddab8050cfd70842915", "region_id": "RegionOne"}], "type": "volume", "id": "4c5cdfb3aa9e49f5868226d1df5c182b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c96ec60c7484151958d9675664d8fa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34c501e167504c8f8cf0680a72db928c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51b47e30428f440a8f58bfa4ef60d57f", "region_id": "RegionOne"}], "type": "block-store", "id": "195b247121e043318cf0526eb97fd2c1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "379785ea70384287903c09354b4e98a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "27e991e770ca4243a0d8c2d17ff23c30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "da71cdd119414f9a8b9187abed97ae7b", "region_id": "RegionOne"}], "type": "alarm", "id": "d4e385cd75ef4959ae5e74740b71961c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0a111cd5ff824d31bf96599db67d24de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9c69d1a7ef09498d9525da8485ad7e90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "33c7f86e33ea43d3943dde1bfe2958c9", "region_id": "RegionOne"}], "type": "alarming", "id": "3b9df0da02e74f7981b07f498da2af52", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "91c462535f434435b234de4a6300c196", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c93952655c8441b3b54449ea72aa224c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2fe22eba1d0b49a69b479c23dc0dfd1b", "region_id": "RegionOne"}], "type": "meter", "id": "890524a4c9674efb8fd2dcf0613970de", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "689d91da33364006a5211cdb833497cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f432541fe9a34ef1b6c1b84915ce1390", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "abd1bc52c79d4187ab6541eb7f1cec3b", "region_id": "RegionOne"}], "type": "metering", "id": "69ff330065564e51924e18ff517a75e5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "64443af9b0714e29ae4814855679fbd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e5e43713c84348f48a17453347580309", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5b47dab3695b4381b243d80b4dd1308e", "region_id": "RegionOne"}], "type": "telemetry", "id": "e143d6c39d1b4124bc1c00c1f45f1567", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2ddecaefaecb49eab31bdc91fc54e885", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1de2cc132cec43b685505fecf98a163e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "046ebcf8767447eca45721dc36272785", "region_id": "RegionOne"}], "type": "event", "id": "ad104c7dd5cc49c087e2305c4db8085b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f2e613b29a8d4f4b85300ddfc8f84a28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8ffa4e2872814ef49ca784424144c64f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "392eade64b824b43bd2fa4a8ab023e91", "region_id": "RegionOne"}], "type": "events", "id": "abd98639d6594e8592ebd14e02e2974d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b3de67da7a074300bc9a63eb5bf46932", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3895eaa68d074c658d08d231a0517b87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "00639d240f9e48c490ceaa10030dbc07", "region_id": "RegionOne"}], "type": "application-deployment", "id": "9c53f315dbe342c78db1d26cb53d0ff2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cb8db0c5b9914957a4c4ec82a8f738d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9036d8b7e646473d81210917b1bcc80b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ee411f9c44eb4a9099c4a87dcd685132", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f30525f601134bc1b21d923cd38f1d07", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9c38209666b346f797beee014789ef44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "aba79f80545542a2aef7e19c4d661a72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5177ef1a56824fdeb633e0e72778f38c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "1fec01c779224df8b176c14ce2886cb1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "727f8843b1954eae87e721ac4334f9f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bd92a0bcec3048ba80225910e9dcef00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "76ef6df7c6014069a8169e141a500ee5", "region_id": "RegionOne"}], "type": "tricircle", "id": "2be8be3cc218465e9f86bf6f02137c2c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e3e0b0367bb24d9ead1c54cffbd5f96f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a5691e10f3c246649b2fbf57f9a17f33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "37a8418c871d4ae996ae73d1b461524a", "region_id": "RegionOne"}], "type": "database", "id": "65b62179851e4ec39d5f399e68c135e6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5725f777cf73483ba46e2c863e685b0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f0bc8be20b664099a8a34bec5b20eb35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "54db42a1d7f645a69f350a323d678e9d", "region_id": "RegionOne"}], "type": "application-container", "id": "9e3a448ac73c4243a97c1ed7aa2c8bbb", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2379acbbb14a4f958bd8159ec468912f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "462ef1a73ecb40eea6a16ca4f8e883d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7d37c0799b82460aa3ccce4944f3a810", "region_id": "RegionOne"}], "type": "container", "id": "cc0adcf725b342258fa979cf65447993", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f3750a52e994450cbda54f9414e750e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e3015708b3514e0792fc4477ee609872", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "293d2f68b8884e0fbc61e393042ce94e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "88e3e307f6cb497cb2ce3ee4c75046d3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5a5b72bdbdce45dd8da7af709d4b6bd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ef34815e08f44cf88ca65425c4d0fe5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a1bbc8696dc9431c954a3bf7bef2df77", "region_id": "RegionOne"}], "type": "rca", "id": "5707bd85502e4d0d88d08a57897c500a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "32efc2f09b3d4367be6671aa9d8d293d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "782fd7848b38459eaa77c757e8edc14e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "cbf834f2c1ad42098b1a8de3be91cf38", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a4919838ed6044afad89ecd040868591", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3cd221da677a46e1909ccc3a2a69b6cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3ea5535c77a34ab895ab9c2020c9138f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "566272235d0246f592c1e638ae87562d", "region_id": "RegionOne"}], "type": "network", "id": "0ec0f4b9a6dd4a77a50faf0b01fc311c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "56dbdaa1880a480dbe6c017209d62759", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "973170862fa04b73bfa9801376801766", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "997730a5e2984f0482f7a8a4e1628df4", "region_id": "RegionOne"}], "type": "backup", "id": "867a08b441b343a8b33c7e5bae7f9ca9", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1fa7f31899ae4c1198e6f4908b6bb6e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "983378361b29491591ec1e5c2befa485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fd7bbf1bbf7d4fc39963115882fd9550", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "595b627c9e8b47c5b4fa1d8bee2a8a48", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7f45e65f41954576807a01d136da08aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0c95730589214a74ab5048e9e879d58e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0ec3e377d9424357b90d312522ea7b51", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "30e3bbc8d0bb41b7bac5a4f4c8eb3cd6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6d26dcbc33b04650b099a7d90add2ce0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3f2e0a5895154a4990af519df0e3da75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "98a8714279eb4115b9bff52d0b55184c", "region_id": "RegionOne"}], "type": "monitoring", "id": "43b6a173a565408887319d03d7c3e497", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4bc12ecb3a3f4a52b072f280a562bb1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d100db270c464b5aac90e88bee63e191", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "453a1233a6dd49548224949c8047404f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d50b0e53bf764f44aa225ba55b22dce3", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "583a0b641fcb409381229674750d6440", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5587fdc1866543bfa69b8a0e122cefb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "09a5353547664b66891d32c1a39d67fa", "region_id": "RegionOne"}], "type": "placement", "id": "8f0cc957fd84415bbc83c8616f7ae38d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2adf29030fd44ed8a5a6c9c3e7c06e0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4443ec933d1d466985d08635e13db056", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "119db120029e4036a9d343d526aa4ac0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a1a9de4354be4574b39bf19fd0c0b3d1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "080b20894d554da481c1dbdff5a14070", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "406aae4c5bd444778504d2bdc171c186", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ebc544bc0e5449e0a1b06d8cafee19ea", "region_id": "RegionOne"}], "type": "ha", "id": "1e3a0e64e0bb4bf69fab5df983f98ba0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9b7619e6553d4b2fb0f890794dee34b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a7713fa5849e4389aea45d6ccfdee94c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "9ec3514224dc42d7811f78cce136c134", "region_id": "RegionOne"}], "type": "reservation", "id": "4e16c419bd7942cfa09133adcf747f2f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "56221d7ca71d4b49b6e46c4a7960841b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5b26f01142314873b2bbdee73d595304", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "477d18f1a1e14247933b79e555935953", "region_id": "RegionOne"}], "type": "function-engine", "id": "77f87304c2f9416b9590c9629d2e097d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fc8dced36dd648d7ac342dc7f72fe0c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a4a51d5c89194e86b046d2256a33258e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "92e576ca3095420f998141130738fd8d", "region_id": "RegionOne"}], "type": "accelerator", "id": "bca898755e9144d5bd4a665ba0be909e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d1e24d295f6d4672b0769c768753a1a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9ca3ef084bc9439591ff3a77016ac76e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e971c822b814422aa1d348890fd87355", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7189b5364f444ee6a72f6ec76396e1b9", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c9d304d70bc84a75ae7f2b56274bee26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9fa3c080e4a846f1b4c0322b5a8cd208", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6d868a395a534137ae8517c6e17ac372", "region_id": "RegionOne"}], "type": "registration", "id": "0fbbc7c5f11a4ca6acab90b0e62f1676", "name": "adjutant"}], "user": {"domain": {"id": "c877f6a39a4a47308e1309152e0cfc6d", "name": "78e7fcc0bf0141a2abbdfa20837051ea"}, "id": "f864f9d2d3fd43a99a7dca7af0d89c1a", "name": "0b600e07acaf4be4ba3e2bc09363bc74"}, "audit_ids": ["3b219cbd6bd445beb57a77f357adddcd", null], "issued_at": "2019-09-19T09:04:39.355980"}} 2019-09-19 09:06:39,589 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,593 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,595 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["df3e17fa-a4b2-47ae-9015-bc93eb076ba2", "6b0c3dc9-b0b8-4d87-976a-7f2ebf13e7ec", "fc541f48-fc7f-48c0-a063-18de6ee7bdd7"], "availability_zone_hints": [], "availability_zones": ["nova"], "name": "ext-net", "admin_state_up": true, "tenant_id": "a564613210ee43708b8a7fc6274ebd63", "tags": [], "ipv6_address_scope": "9f03124f-89af-483a-b6fd-10f08079db4d", "mtu": 0, "is_default": false, "router:external": true, "ipv4_address_scope": null, "shared": false, "id": "0232c17f-2096-49bc-b205-d3dcd9a30ebf", "description": null}, {"status": "ACTIVE", "subnets": ["f0ad1df5-53ee-473f-b86b-3604ea5591e9"], "availability_zone_hints": [], "availability_zones": ["nova"], "name": "private", "admin_state_up": true, "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "created_at": "2016-10-22T13:46:26", "tags": [], "updated_at": "2016-10-22T13:46:26", "ipv6_address_scope": null, "router:external": false, "ipv4_address_scope": null, "shared": false, "mtu": 1450, "id": "2c9adcb5-c123-4c5a-a2ba-1ad4c4e1481f", "description": ""}]} 2019-09-19 09:06:39,617 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_id=f80e3ad0-e13e-41d4-8e9c-be79bccdb8f7" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,621 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,623 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "description": "", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "2c9adcb5-c123-4c5a-a2ba-1ad4c4e1481f", "dns_name": null, "created_at": "2017-02-06T20:59:45", "updated_at": "2017-02-06T20:59:49", "binding:vnic_type": "normal", "device_owner": "compute:None", "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "mac_address": "fa:16:3e:e8:7f:03", "id": "a767944e-057a-47d1-a669-824a21b8fb7b", "device_id": "f80e3ad0-e13e-41d4-8e9c-be79bccdb8f7", "fixed_ips": [{"subnet_id": "f0ad1df5-53ee-473f-b86b-3604ea5591e9", "ip_address": "10.4.0.16"}], "extra_dhcp_opts": [], "security_groups": ["9fb5ba44-5c46-4357-8e60-8b55526cab54"], "name": ""}]} 2019-09-19 09:06:39,625 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/floatingips.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"floating_network_id": "0232c17f-2096-49bc-b205-d3dcd9a30ebf", "fixed_ip_address": "10.4.0.16", "port_id": "a767944e-057a-47d1-a669-824a21b8fb7b"}}' 2019-09-19 09:06:39,629 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,630 keystoneauth.session RESP BODY: {"floatingip": {"router_id": "9de9c787-8f89-4a53-8468-a5533d6d7fd1", "status": "DOWN", "description": "", "dns_domain": "", "floating_network_id": "0232c17f-2096-49bc-b205-d3dcd9a30ebf", "fixed_ip_address": "10.4.0.16", "floating_ip_address": "89.40.216.153", "port_id": "a767944e-057a-47d1-a669-824a21b8fb7b", "id": "e69179dc-a904-4c9a-a4c9-891e2ecb984c", "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "dns_name": ""}} 2019-09-19 09:06:39,720 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,728 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,729 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:39,748 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:39,753 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,754 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:7f:03", "version": 4, "addr": "10.4.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:7f:03", "version": 4, "addr": "89.40.216.153", "OS-EXT-IPS:type": "floating"}]}, "image": {"id": "95e4c449-8abf-486e-97d9-dc3f82417d2d"}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-02-06T20:59:48.000000", "flavor": {"id": "2186bd79-a05e-4953-9dde-ddefb63c88d4"}, "id": "f80e3ad0-e13e-41d4-8e9c-be79bccdb8f7", "security_groups": [{"name": "default"}], "user_id": "c17534835f8f42bf98fc367e0bf35e09", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2017-02-06T20:59:49Z", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "testmt", "created": "2017-02-06T20:59:44Z", "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-09-19 09:06:39,825 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,829 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,831 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["df3e17fa-a4b2-47ae-9015-bc93eb076ba2", "6b0c3dc9-b0b8-4d87-976a-7f2ebf13e7ec", "fc541f48-fc7f-48c0-a063-18de6ee7bdd7"], "availability_zone_hints": [], "availability_zones": ["nova"], "name": "ext-net", "admin_state_up": true, "tenant_id": "a564613210ee43708b8a7fc6274ebd63", "tags": [], "ipv6_address_scope": "9f03124f-89af-483a-b6fd-10f08079db4d", "mtu": 0, "is_default": false, "router:external": true, "ipv4_address_scope": null, "shared": false, "id": "0232c17f-2096-49bc-b205-d3dcd9a30ebf", "description": null}, {"status": "ACTIVE", "subnets": ["f0ad1df5-53ee-473f-b86b-3604ea5591e9"], "availability_zone_hints": [], "availability_zones": ["nova"], "name": "private", "admin_state_up": true, "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "created_at": "2016-10-22T13:46:26", "tags": [], "updated_at": "2016-10-22T13:46:26", "ipv6_address_scope": null, "router:external": false, "ipv4_address_scope": null, "shared": false, "mtu": 1450, "id": "2c9adcb5-c123-4c5a-a2ba-1ad4c4e1481f", "description": ""}]} 2019-09-19 09:06:39,853 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,857 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,859 keystoneauth.session RESP BODY: {"subnets": [{"description": "", "enable_dhcp": true, "network_id": "2c9adcb5-c123-4c5a-a2ba-1ad4c4e1481f", "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "created_at": "2016-10-22T13:46:26", "dns_nameservers": ["89.36.90.101", "89.36.90.102"], "updated_at": "2016-10-22T13:46:26", "ipv6_ra_mode": null, "allocation_pools": [{"start": "10.4.0.2", "end": "10.4.0.200"}], "gateway_ip": "10.4.0.1", "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "10.4.0.0/24", "id": "f0ad1df5-53ee-473f-b86b-3604ea5591e9", "subnetpool_id": null, "name": "private-subnet-ipv4"}]} {0} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_cleanup_floating_ips [0.573942s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,333 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,336 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,337 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,339 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,350 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.270815+00:00", "project": {"domain": {"id": "f7a79844566a4a418009242a97993acb", "name": "e7559dddbe3d4d7a8dbc4b506ea4357b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "bec42cbd317440939907b456d9c3ae11"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4713eb042e99489fa401c20dd98022e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4cf27c2c1a924aa184e9dd52df1dc086", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1e46fc7cc3d84b2d94310978f89f9504", "region_id": "RegionOne"}], "type": "identity", "id": "5cd61c1518ba4c348d218c52758701b1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "21d6410ecafb4e0699636e9dcd2552e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "23740c44750b4c6fb43a83ec01890bf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a2422991dd0b42d49eed5e5adbfff84b", "region_id": "RegionOne"}], "type": "compute", "id": "22d9595452df44e983a8306c0ea6b24f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "13c39ca395c5466a9ccc51232f1afab4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b5714a57ef0547b2a1ed3e686ba5c3ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "5cae8765f5b943ef97ebe0bae10fd007", "region_id": "RegionOne"}], "type": "image", "id": "c015f0474dd04e078e5094fd5250dc34", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a1bc16c83b4b4925b34836c0f1d1434b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f80c498c4a5d404bb3402301516b6a50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "02f7f406c57943ac8ae0df9eebed4449", "region_id": "RegionOne"}], "type": "load-balancer", "id": "935f2bf961c04b73bef862f8dcc7c607", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d0919c89e7a4ed9acf03753ba4e6afa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e68931b570434b3fa45e349c200f6669", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a35df5f564d40a9a77b9160a75df597", "region_id": "RegionOne"}], "type": "object-store", "id": "ecbd009cd9b7469283f92d2b1898fa5d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1aa817af9157466b9692415fbd04ce6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3c6cf1fe040d45f0a0945d9aceeb9589", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "309f18390d854082aaa68eae253eda3e", "region_id": "RegionOne"}], "type": "clustering", "id": "b586227cfaf4497d96cdcec25cf52c1a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7ba4a164cb5b4698a63a5f7cd09cdacb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "90ac932c0b2246de9a6941aafc01f052", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "07f39fc7397d43028d58843f739dbcc9", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b7438e950f0f4169b1933c2a54b4586d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8bf99511a74f404bbb73eb6d9877659a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f4c599176232406baa4687b914ab171e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c1697cbae94b42fb95d8c159afb91a24", "region_id": "RegionOne"}], "type": "cluster", "id": "6e00aba24f2b4a569def59c78c8c2210", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3bb441af6bff43238b9fea321e6dac56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0e881e8a5d6b4d9a906ba22ff6e7184c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "449d4e8ca3d84132823c0c7e35928ddb", "region_id": "RegionOne"}], "type": "data-processing", "id": "8a882fcc1f70456b8a171c41af4b344a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a7cebef364df4f6cb31cd525768ccc05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f59f4d505f4e490e9855a3bfc5143323", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4195be81dfa64ae3be3dbde186ddd884", "region_id": "RegionOne"}], "type": "baremetal", "id": "17a6d788c3804f819068b2f70634ef9c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bc3f4f8481744a78a88eb38de3828485", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f44925cc67524433ac4adeedb27eb7e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "574951857b30461d81d69cdcc5eec5cd", "region_id": "RegionOne"}], "type": "bare-metal", "id": "dfba5d8651704ab5a7f025e324d1ecc8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "594d4f0a2a3c4a0190806895cfa9cb46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a6feca5a5ef1427c82fa437027c65f00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ca63d1ce6f6b4553b1382d6fb9c8bc7d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1f2ffe6045d34921bff396fb69409c92", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d8bcf2826d7743d4ab3bcc330d390f2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3f65d7ce360046d88006f9f3889e8669", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9a9f6024721f4becbf2edde0871363d4", "region_id": "RegionOne"}], "type": "key-manager", "id": "c044b68ac4b6414d959d9108c76b7d7c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "09f5da6158ea47aca3e575bc9fd83b86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ab5d5e1e8ad640bb89ac3e0e890af6f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ffe23fea44c14bd8902d47e4165ac3de", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e57be9dedd8146d8bc2ecd2f4cc47fb8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "937df9343f8c4716a86255ce8b6de37d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "760ca8ee95c241b796240c7f9e84916e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6ac266a14fd84daeb93616b247b0ee0e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "75cea789611e49e0b2e08e6c2cff86e9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "af13a3481fa84a759d427f285d16a05d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f56083c7b6f44ea6b1a537defa1e8ed5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "df7cace549dd482e93abf40cf96883d1", "region_id": "RegionOne"}], "type": "message", "id": "ef68d10c50974666bf042fd3d46424e1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e886a7a75e454a438f79d2dc3fbc4a01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "edf5504897384ccd89724d873c2ce5e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dc8d7dc77c154093b63ea28ca2e9f734", "region_id": "RegionOne"}], "type": "messaging", "id": "d82f1b78bb2e428f8f8a31ad0ec2d521", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5b991524cb614315875b9720c2ca6fa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e0f4d61c757a40f7ab0d9d27bd679ddf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d7715ef31d6f4c26ba683bcdb53951c6", "region_id": "RegionOne"}], "type": "application-catalog", "id": "af735f16abcd4987bdac5099eb3ab8cd", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c2a5e06226a64ba48029eec610b53f88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "03b49e5ec24f4362b832389fa07f3457", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "69628a24a3864f26b0dd1ec8fd7f326f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d16f6908abcc46bf84bfd6d3a354c9c4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "242fa0b2c7654f1fb5b4147214aee4a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6f6001181d7a478ca9796548323accb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d428cfac33ce4f479b5024fda6822d20", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "845d1e7ab96d4d489a0f7c96b7839f68", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c0e49f7af79649579fd13ad825c7df0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8384c84a9bd54ff5959f8faa8435f88f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c0c222ee747648069952441c2f1522e2", "region_id": "RegionOne"}], "type": "container-infra", "id": "56994338ed8940df84a419cbdb4aec7b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6ad23cc221134afb8d440c9fa6fae9bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d3738d4611ef4b55a5a2e69b2580356e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e69d52a7e30d4fd39eedba643e4dbb2f", "region_id": "RegionOne"}], "type": "search", "id": "8211722950094548b01723fc4346d864", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "0083ac00edd049e8b9e981312ab60688", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4b5795b9983a4e61bfeb23b1ad5bab22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "70ec89dd289f49c6a52449bd19b95503", "region_id": "RegionOne"}], "type": "dns", "id": "f9815ba82e7e404f9905d8597d081171", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "58f5e7df0da144b795fe59f6fee1de57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "56cfae7ef6b146628dff7af41ceb9561", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "95b77628d2904b3eb264267b03ec7d48", "region_id": "RegionOne"}], "type": "workflow", "id": "3ab08a97d7ad4623ad26bb79ea7ba0d2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4bb8d6297fa34a9e8f0440801afdf558", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2194f19016924ddca09269c2bf49ec1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a9ce9230e9eb4c2b94deacbb5ae90a55", "region_id": "RegionOne"}], "type": "workflowv2", "id": "282e19999b8c484fb4ae8e4b21f404b2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "c93c4cf2a1c348ceb7d36e5a4b668235", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0bcd78eb38224ca9a30e43e7f4f64a67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "2479eb47a26843208960add520a3275d", "region_id": "RegionOne"}], "type": "rating", "id": "eb99ab656c8d49d0b380bb29558d24e1", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ab7489ee08b34b5fac52669275f041df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7b589f248d564ba0a1f848cef2ce7f98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "58b6dfc64022405f8fd925f7a36dfc8b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0a117c915a594a69b6f8ad3256762440", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d603b773452149a3b2071ddf8205b7fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "49187cd429dd483ebb7439c74392419d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "46a62fe782af48479946187706a830a3", "region_id": "RegionOne"}], "type": "policy", "id": "9919bbdebea04cccad66d6e35e71ad74", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "56b99343ec99438a985f64671fd7447b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b2a065d1aae44849926e84aba2da4ca9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2aff679c33ff4648a408304d8c6fda98", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e0b21ada492e4e13bf2bc750139ffa16", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "91564395456f453b9bb9d9287043f4f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b81339bedc2449fe92a2e99e009b92f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0c3c318b054741b49fe832acf11f80b0", "region_id": "RegionOne"}], "type": "sharev2", "id": "5103867db4b842abb8da060417e78044", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c25cd31bcce54061b7a0fe7e7e7d94d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "418383e305ad4cabb2adda25331364f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "928ad5b967a148ef8b8423e8d8c75a1a", "region_id": "RegionOne"}], "type": "share", "id": "9dc433ea2e1140d3b422a38c321c8da2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "64bfe607f86c4f28b7e0f1b89544274c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f4bfb2ed158b4010b24eb9a8317f109c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b039981db04340408d0756c64bee2980", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "008dd8a875f4415bb1010478e42f0c5a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3078ab8561f649fa90b0dc33f2515d7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "589cb6fe4ca64bda8a04a54b0e4163e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e811726421fe45fc98df9ea9102ad515", "region_id": "RegionOne"}], "type": "orchestration", "id": "689f468ba2d4487280f213c4d3264b42", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7856473ea1c244a5b7f18a275934683f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37c6c0142bbf4f85b8518c8b33e72bdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "973cbdb853414262bcf99cfd3d279ec4", "region_id": "RegionOne"}], "type": "block-storage", "id": "1a8744d199be4129b1c0c1958629dbd7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4892fff771ab4e6580517ab447a3f989", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6271165480f4b408aa40f5535207222", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "341b2c4b627f48f7b22cbe31f0d7d03d", "region_id": "RegionOne"}], "type": "volumev3", "id": "52e8cfa584e54ac3a5b868fbae2e2ece", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d94c2ebc4fa42bca90b7e163065c3c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "589567e1e8d048248c859a90dccb177a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "104d48550228486187dac21c082696bb", "region_id": "RegionOne"}], "type": "volumev2", "id": "13103537809e44bfa7dd241a56a05029", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe1cda0a2d8444028b3548f4fefd8e1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "944cd535c30e477f8c903cde947d2eea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "057420085ba1406d9257466409bfae48", "region_id": "RegionOne"}], "type": "volume", "id": "cf1d013407d548c1bbf2ee06c96d888a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e88c4377690942e7b47e35965951c26f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a0ad45fe2ba432ebe7bf9c00dbcb2e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08c60b0c64664d53b7cdec9159526a03", "region_id": "RegionOne"}], "type": "block-store", "id": "56d124f9cfd147b0b7ef5259cac65a62", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e20656d3c7cd4ac8a5d534cba1c1fb5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "324507e8bffb4a38891ffeec10118d38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "880338778fb247abb91b496cf48e1f59", "region_id": "RegionOne"}], "type": "alarm", "id": "cd34a4103eb445c09389c20015b3f81d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8b4bbdedb5f14379824c6a682d6786ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c911953fa14341b3b502ec67ad625002", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2b132bc56a5d43ee8547e7f6afbf66d8", "region_id": "RegionOne"}], "type": "alarming", "id": "8c2afb5a327f490dbbf0466ac0cfa036", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e15a6b17dc8b4afdb755e7dd70c40f7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "911af6197de54cd1b19b3d2c13ecb2a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "357ebe6d66fd475d839b500fa4a9fc0b", "region_id": "RegionOne"}], "type": "meter", "id": "f21024ac246d44459eb45d5f8c0a35a3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a9626bb328494c3389ae064624dadecb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d9577b4e45024195bce0164999da6fb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0d9a5ec9f6864f8b98005202a448db14", "region_id": "RegionOne"}], "type": "metering", "id": "274b46d3e8c245f7b13a69d413e3775e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "089a619afb4b48a8bf2623b17351d3e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5ed05788730a450d9fdcb168885d9a36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7871de369a3f49fa8f1b400b106cfd45", "region_id": "RegionOne"}], "type": "telemetry", "id": "227e365817a145e38d0034504ae68d35", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ee4e7bfa2872411396c80f5a93deb6df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8f4ee2c16738484fb6447f8f94934f4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "87cf8099e5184045b71001c65c889909", "region_id": "RegionOne"}], "type": "event", "id": "9d4b1183b6e449aeb3804aae2f3756fe", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fe2fd7044c204c5dadf5e08a29b9eb5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "960677a707444f6fa91e8b383a0748b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c26ab0b568904338a81d308029bd4af3", "region_id": "RegionOne"}], "type": "events", "id": "cda5d460999540798c3fc2638657bb71", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4253eab837e9440f9b93d976e5ae35f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b204ed9a65b74b328c66f37cc78fb6ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b6381e1033f84cb6909927e21fb5787c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f786483aa67448359be9b398ec9f27f6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fcb0dcf3372641be8e9e59d7d1c9eb16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "84c16ce6b82647f9a96e2e5c1c86fa2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f0bd377ab3944eeb839d83b97a88fb0c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "88919c69b8264b5c94b61f8815d3ea33", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "89a693359f034f81993beabff8de48c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2e2a6bea245a496e8840bfbb0eb60d2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f15605fee297463f9041c1e0e26ee9e7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "bd2c318cd1044a7893877a4ba9a667c6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "227c1b12da134d2d96329de6ecc29342", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "10b8990dc77c45579927a327cb3fa7df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "edb945831ef243e3978a767cc0faaf63", "region_id": "RegionOne"}], "type": "tricircle", "id": "251289ffc25842aaa799f3ba237d2f0a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8936ba46a50845ccabceaba4d3e78bed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d769393eb00d4317b3ed70b76e721464", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "96fcd30d1d644a91bddf145abab6c1e6", "region_id": "RegionOne"}], "type": "database", "id": "c04dd4db584d4b5caf3c53209d78ee09", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "13e9f3fc8aa441faae1ac4135005b22b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "feb544c81d944fe9af67b1f39f0813d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4c76f270e93748d5898d67ca75522b53", "region_id": "RegionOne"}], "type": "application-container", "id": "80f7e8cf23a54b5f8d70e7d29d88b4d4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "03169e4dc6f14a22b7df6fb9d5fe42d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "75b20853385543ef805e93ec91dc2955", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a87d1a6a9021445fa9f0e16be119d59e", "region_id": "RegionOne"}], "type": "container", "id": "f6c5c9fd71d747d5af0391c6280726c8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bca9dcc72eb848fbabb156a0d73b5b45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0327fa6a07774176843b79a605d61476", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f78cb78c3a0e48ff9b237ae9db89c4cf", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "fbb64cc6e1b444e8a6fe3ce881f25cd4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "720ff4a9eca84e31b68de97dc7cc00cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d2dd2fbcd8124ff9b1d8cafd99b76c9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "430b0285f9204b0b879aab64d0906e38", "region_id": "RegionOne"}], "type": "rca", "id": "add685475cc8428cb2eb108a625c4d29", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5e635b8d89cb47609cf591aeff9742e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2cbdb69564b8483c852b71d9370905f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "aa9cd3549c9542c78f4115a3b6d1a45f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "860654d577df457f9faed4f9fd1b8862", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c8543c3aaad74898a7b313498a233443", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "193fc814c87c4859b23c63e66f3d767d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0fddee30a2e14b99b5eb601e56001efb", "region_id": "RegionOne"}], "type": "network", "id": "48e4112a0dca4210aaa35bae04ef149e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ceaa36551ee342c3b46151bc79790473", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d1023cade0ec415e81c3b92ca98f3ec0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9951c64fdd5242ee9acfa4c8c47c5d9d", "region_id": "RegionOne"}], "type": "backup", "id": "af1909d7895a468994137bd2ac04faf3", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "022c2b6a26414ffb851b3b1baaddd397", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2decb43df8d0414193c5e24273d58514", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4fe8a0ea9e9b4f899d25a50cde780e3b", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7294f807490a4fc89f5a816ba96ae441", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7138f41fdc1148b9abe93cc601581f33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a81482e3c0c94359abcfa8ecd2ce4cf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "753a5fa950274ec68783f89942809626", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "fcee4e9bc042458fafb66b4cbd70ada0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7414269a0d714176a6de79ab49a32478", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9eeff086a0a448268ae2f699f04f1d18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "020a5b16a71a4af9ba7f1b4a1f93d5b6", "region_id": "RegionOne"}], "type": "monitoring", "id": "fb9037514c1445e79b2693d0a2508e06", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d6d1f089ebc14b96b8dcf6ad180f36c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ea19e623b13c4d1b92a4fa9482c5dd68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "43564bde802046318ee622671ab6041e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e62c094a015e4a16af5a6069e2a4f933", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e51821b5b1974c368d930e56c1df00d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "eb8b331ff4584e47963f00922fcb692f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "2de28fee149b4b8ab9be51672091ca1d", "region_id": "RegionOne"}], "type": "placement", "id": "ed16554b58284f02b4e65a53d0d312df", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "da07d87030cb485881d532afa22f77a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dadb6448f18944cba9236459fbe0f342", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4e596b826afb4042a759104f1825e9b0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9a51f3049c6c4022bb830b97a9ce8fd2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3ac3e4f3fe714ee3b7e3d01678ae0b67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d9c7f2edd05a4fb2b40ba5a56d02f031", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "07bfd6019beb4b00a205f91fba892979", "region_id": "RegionOne"}], "type": "ha", "id": "382e7445adb140a08b1caeb6657750c4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1135332f393848dea5ac3198889de4f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6c1cecf357434c438ff8eb853ecdb4b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "71112af96cce4e5eacc480e233fe73c5", "region_id": "RegionOne"}], "type": "reservation", "id": "8b8ea632d94846c591792b1bc8d77f8a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a9e1cf8993db4e8f89bcd6499d2ee344", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9bbb8cf171fd42fa9c05e20c003979e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "17c1faa3dde643958f1f13917ca62dc4", "region_id": "RegionOne"}], "type": "function-engine", "id": "66a65a07a25c43b2b6606726020e6079", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "649c5d5ebfea4c7dae0c05df90624e59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0aa6974948114b329d3622acf466d6db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0ae3a312a66b4ee0bdc161a24f1c5d80", "region_id": "RegionOne"}], "type": "accelerator", "id": "6b5b6f7f32284603b37ac946fd617597", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dc76da49b05940938da86485a92e8e08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9ddddeeddb144cde83b97c70a7f350b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "61bc2abbf6fb45a5a50dafe08df4e2df", "region_id": "RegionOne"}], "type": "admin-logic", "id": "88ce40b17f244b78be919c9dfe3730e4", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7cecbeb275ef4a4fb46f74b9410cf975", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1bedaa78fe944b24a3bb506c0319cfc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3b43fd5f325c494b943c8f4b31b32569", "region_id": "RegionOne"}], "type": "registration", "id": "30583eaa63044f5e8706ead99bffe307", "name": "adjutant"}], "user": {"domain": {"id": "0adf1feb25074ffaabf57a940231ae11", "name": "8fada0ed18964dd3badbbbf3f2d1ced4"}, "id": "377bf793fcac4d57b5f95f0057170aa3", "name": "9c70a374b68a42e1ad3abc2edf478a9b"}, "audit_ids": ["e9f24b7d7256487fafb503de5d121f3a", null], "issued_at": "2019-09-19T09:04:39.270815"}} 2019-09-19 09:06:39,568 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,571 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,572 keystoneauth.session RESP BODY: {"floatingips": [{"status": "ACTIVE", "network": "this-is-a-net-or-pool-id", "internal_network": null, "fixed_ip_address": null, "floating_ip_address": "203.0.113.29", "port_id": null, "id": "this-is-a-floating-ip-id"}, {"status": "ACTIVE", "network": "this-is-a-net-or-pool-id", "internal_network": null, "fixed_ip_address": null, "floating_ip_address": "203.0.113.30", "port_id": null, "id": "this-is-a-second-floating-ip-id"}, {"status": "ACTIVE", "fixed_ip_address": null, "floating_ip_address": "203.0.113.29", "network": "this-is-a-net-or-pool-id", "internal_network": null, "port_id": "this-is-id-of-port-with-fip", "attached": true, "id": "this-is-an-attached-floating-ip-id"}]} 2019-09-19 09:06:39,657 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/this-is-a-floating-ip-id.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,663 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,664 keystoneauth.session RESP BODY: {} 2019-09-19 09:06:39,705 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,708 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,709 keystoneauth.session RESP BODY: {"floatingips": [{"status": "ACTIVE", "network": "this-is-a-net-or-pool-id", "internal_network": null, "fixed_ip_address": null, "floating_ip_address": "203.0.113.30", "port_id": null, "id": "this-is-a-second-floating-ip-id"}, {"status": "ACTIVE", "fixed_ip_address": null, "floating_ip_address": "203.0.113.29", "network": "this-is-a-net-or-pool-id", "internal_network": null, "port_id": "this-is-id-of-port-with-fip", "attached": true, "id": "this-is-an-attached-floating-ip-id"}]} 2019-09-19 09:06:39,769 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/this-is-a-second-floating-ip-id.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,773 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,774 keystoneauth.session RESP BODY: {} 2019-09-19 09:06:39,813 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,816 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,817 keystoneauth.session RESP BODY: {"floatingips": [{"status": "ACTIVE", "fixed_ip_address": null, "floating_ip_address": "203.0.113.29", "network": "this-is-a-net-or-pool-id", "internal_network": null, "port_id": "this-is-id-of-port-with-fip", "attached": true, "id": "this-is-an-attached-floating-ip-id"}]} {6} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(instance_uuid) [0.220769s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,714 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,718 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,719 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,722 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,733 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.651507+00:00", "project": {"domain": {"id": "7813bc53e95343cbab347aca8f1f455c", "name": "08f60326de9e4346b9c1b27840a7d555"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "62bc00d238f94f2191332eb6c060ec36"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "76a66d67b08d4fc8b7cd4891dda38d27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "cf24362fb513446bbc035da23366a2eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "649a64416e294aef9efd55d00cbe57e3", "region_id": "RegionOne"}], "type": "identity", "id": "13e6f65fc3184822ab829673f013b6b6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fc9746e06cf54f618cff3ee1a75f1a10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "35df50e3ecd541b39fde27156ec77ecb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a924ba72cad044128170b74ad502d223", "region_id": "RegionOne"}], "type": "compute", "id": "f0b12c783db24cfba23df83bd9c03dac", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "04ff33ee9c784f24b987317babe55f1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "fcadd0854f0546858abf8f37876e130b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "70d6147f499b40cc8b140543bcd35181", "region_id": "RegionOne"}], "type": "image", "id": "57fb66e6d2a74d6aa2908bf853141384", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ef89eee95ffa4375aaf246bb27f6dc12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6829efca59ee48fcbc98ec27955d34ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "10d948075b2f430bae281518bc7866bf", "region_id": "RegionOne"}], "type": "load-balancer", "id": "767580b4fba54f1bac51d4807d100b09", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60200e3deef442ad9b02973e8a69624a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "377faaf9843a4908bf5fc4019b1d4699", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84bc3b7e86344304a55efd6946ccd420", "region_id": "RegionOne"}], "type": "object-store", "id": "2d364138fd124965a04aafd3a7a75511", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "18efe8bff3ca4adabddcd75d243ac0a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "633cec04084f4dfb900d6022a1c69dbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "eac7d450925d4d16bcb120d2b31fb8b7", "region_id": "RegionOne"}], "type": "clustering", "id": "23a44143043d44fa98a71756977fd17b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a943bea845cb4a8fa5c73c92b3590956", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3e03da48107a40f780bbc5ca08c53661", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4b576f73b30642eabb8d316402e802fc", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e05c29daf2b347d7805ffbf23a34badf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1cd1570a34544b45b3b764451686e3ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b21598c62d3c49f1bdb0992fdc0ab195", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "274bf94f185841d8a50eee59ce04e6cb", "region_id": "RegionOne"}], "type": "cluster", "id": "b579c2be1da647a3b461729279f38fe2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "87bae146df9e4cb2b4b968df8de3280c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "937b7b79569b4e9ea476159b33bfb6b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0850feedf0cb4e60add1fc243b60001b", "region_id": "RegionOne"}], "type": "data-processing", "id": "62c81b92fd4f4d909e6477654c6ec26a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8bc2a2dcfef14545839e53241ee6c7ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8a089049a83a484a9f7992ca50c5777c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9fcc6b33f25d4e77bbb2330e7db62ad9", "region_id": "RegionOne"}], "type": "baremetal", "id": "8b66dcac70d241c4bfecf4af098aff27", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8aa53f1b64f74fe1ab18830163eed105", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b0d18b408d5f45bba22dfd6a98102b6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ce636eef9af242608f4a2f4237aa6c20", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b92d0d45c4924b20a4950201b32d1f11", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6344bd07ea084883be9e34381e44f9bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "857ac0b08f4b4fa294097f25791fd35e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "2ec63155a0fa400284a294c4c4b9f9dc", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1b3b8775de8e479cbe8b5a21988c7085", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f94200fa382746a99ec247ee0e325de8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "618ddc0c5e7840aa8ca2ad8930700f0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "68e9dd8373634450975c16d4f805fe01", "region_id": "RegionOne"}], "type": "key-manager", "id": "65428b5f3bb547fb8d47e38af8073388", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "517a8dc54ee64f1d9367a5ac26eb867d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "351c4ca796764d80921c2ee5c717348c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d7117425c7dc46fdbf2499917ab927b4", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b3537067555041749f68a2ba919e0c48", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "58bb8bb92db541338fe8a97f0de28751", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "38306a5869364c5ba4fba6d37e0b6d1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ca3ef671934f42a0b5dd1df382649d4c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "83789494e8234a7b9e898ea94f2ec795", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8bf4feed31974c9b83c05b8c4a35964c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2d1db9d71d97476caeb96dd4419a76f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3583bfe29fae43f5a96cadbd20730cf9", "region_id": "RegionOne"}], "type": "message", "id": "8521c50753e74981a903d36abc1c7b93", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "19e93c380515470fa0071b4729751c98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "999a6ce4aea9481681c737e294aed76d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a409ef748e5f42e6a4fed875a3dc0e28", "region_id": "RegionOne"}], "type": "messaging", "id": "98c8b0fb7c34492b819a993a8f33db26", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2d2c46ff599749f8b4e4c5906a651515", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "675a649a8216414381a370053d820cca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "bd61880485184b43b6f3a337207defcc", "region_id": "RegionOne"}], "type": "application-catalog", "id": "fe0d681482fd4df197a4ddcaa1aa729b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b2b5d67d71124a39904eddaf2bc4526b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "672fc8603afe4c4aa8846c3582f29909", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "58d174b70aa04a1495083d0159d01610", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ee776028fe304455a40a3467c3ca6211", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4b80ddd9e18f41d2a78ff25f51814c7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b99eff867b6a4e49a8b0ca8e83f4a45f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8ff5340a86194e83bc9df35e66d816db", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "9303d985c2b74a7c913656c6b638e609", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b507738734b404593ea4e6b0c136d6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4dcdf934dcd14a0499828166fd21bf11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dd9bf2fa98fb42c2b51d4b47ebcc57e4", "region_id": "RegionOne"}], "type": "container-infra", "id": "4b4ef42224bb41d9b0c097b4d8440b83", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c46c0334a143417b8085e9cd8400cc53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8c3fc17e033b47ec85b5f21b31003b36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b0023fef565d4fcca35ee3eb8884999f", "region_id": "RegionOne"}], "type": "search", "id": "d38cc3fb798f4d9aba6a4b4584371643", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f0e3014f435b455ba62f097007aea3d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "fc6c261ec90d4b61aabf44cbe8812afc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "afec85479de240b2865377e9280ad0df", "region_id": "RegionOne"}], "type": "dns", "id": "a4bed25fb5f0424ca4425e0de82d7f8e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e972db7f6a624a5bb60689f8eeedb7aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0bfd8f022b914827b8f41b4cf441f579", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bf908c25b1c545ae9068ab8f825b85a1", "region_id": "RegionOne"}], "type": "workflow", "id": "0d589946996a410a8ce986ff59d4795c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3efbb03871f44e689d9df46482bfffd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "93ca58511da949e9982362009add1936", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a059724e7c454fb197eebe0be75c8914", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ba09a631dbc54e2aa4c58b00d5dcd1b0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ad5d95627588441fa5f470a367c28690", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c932e990e9c34b9cae01de1753fb9dcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "51af130620e647fdae45d1d2b40e12c5", "region_id": "RegionOne"}], "type": "rating", "id": "2e56de72798340baa612f9ae7aa1845f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ae4e7a33f275410ab9e6f57242971b54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "64e839bf4feb4cf5920d6d89661d1ae5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4274d72e91a449279af5f09e6f1874f9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "da0d05f25709421580d44c57b0356444", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5e79eb8cd3c34020b5e3cfd85450d224", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8c9e7474c15c4cfc9f34260fd2e9f822", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "eead66f4869642589280016d85f147e6", "region_id": "RegionOne"}], "type": "policy", "id": "513e651975cd402ba7e60a9c773d032a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0b73613cccc44fe58e9827da48f76cf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3a56a1d880474ce69baac3a6d10fc29f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4fcfc94a89e14a4a86168697ce68d0b6", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "277c97cf753e495dbdc808468cc14669", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c362d1436f764817b2ae07e4354708ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1bf8adb24efe432fb97abb9e7580cf41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b273b2e958784082ac6ddfa7ee343c55", "region_id": "RegionOne"}], "type": "sharev2", "id": "adf3b5058fc74d0280cf2fc116252bc4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "156c6abb702f49dd8482bb7d3807d512", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "22b8c195897d4df99d80f2c4b785ca6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7f3775f82f594ba9b04594952c79b10c", "region_id": "RegionOne"}], "type": "share", "id": "53ee6e7c979d4654bc5773ee3487e970", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dddbbe9732e14f46a7fc15a9a5569985", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5b8aede25fb54480bdf1d66af28d0360", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c0fa43b9b35e48daa5e50a5dccb4787f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f796ca656bc64808bc22b5bf40f68b86", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79d0506fc09a462e8f8e0d071ce252d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a519600fe92442cea41b331058ba95c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f07a8a6458444390b54891c250b03983", "region_id": "RegionOne"}], "type": "orchestration", "id": "cc8cdb99d5ef4c61ba479704ca620104", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "606d8f90adb0457ca1092402e98009fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf4c2d25e53940fc86fea3d983823e41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7cd446a039404c789c71abe22031e2e7", "region_id": "RegionOne"}], "type": "block-storage", "id": "001ed06d99a54390be588e2da631bcc1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4cc0c376c9b2443fa62e42c3db3e8973", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "384b6145aba647e399a86962972cd897", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2cc85c018694fad956c222f0c5df01a", "region_id": "RegionOne"}], "type": "volumev3", "id": "279eae6e19b44f75bef62e796964dd32", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "520670ef628345b8b5f1b7fcec08716f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8bb2e50cb1ff4004adbd5174d28c08a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3ba90b57109483c825888d9b3efa559", "region_id": "RegionOne"}], "type": "volumev2", "id": "840e24a3859c4a5ab22bb1e19670f701", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a407ad2bae345748bcdb42d7b235217", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5ac733485ea4fb8bd4757a63199704c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0d05a1400284aa5a231db334d01fc6e", "region_id": "RegionOne"}], "type": "volume", "id": "8f6adf359f3647d7970fc54259d944d5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "387ebb911f784bd6ba0a0efcf352f1c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99989b08798147f0a25494e54df820be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74814f8573544a34827b950f5a18710d", "region_id": "RegionOne"}], "type": "block-store", "id": "1dedffcbd94a4c9d84748cb7088e76c5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ab52edf12af84795afa2d8dd95bf83be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bd48db4284204ba292bfacf8aa83a1c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3facc714c0ef42e190b5492d736cb413", "region_id": "RegionOne"}], "type": "alarm", "id": "f62cb8aa54c74914a6ce94bf096317ec", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b3235ed134ac4338a834975b3a2bd982", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cb4a49b159fb4c51b6c1068afc2ccf56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "482f797514d545149f7bd2bbdd305207", "region_id": "RegionOne"}], "type": "alarming", "id": "dce5d477d32947f38d65535747f02d0b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "13ab6c0c1de046cbb66323067fd65867", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a88606ed76994d4abbd223fe9bd55682", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "500b5d8795d046008cf1a42f472d96f7", "region_id": "RegionOne"}], "type": "meter", "id": "93d87d8613594f92bfc03b3be8132671", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1c24da59c31c430b8c2f93db8de38c92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "141e70efd1c14b44a584af51892914d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "817087c8fbe6461ebc9f7d224097ca11", "region_id": "RegionOne"}], "type": "metering", "id": "223f64f2cc144cc4886ff443f825bdac", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2d4d9c9c0f88444d8ac7118c1602df67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4de2aaf9f13d4d758c18b7f8a084885c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "dfa40d4198834915bee3c25a61eeb4d7", "region_id": "RegionOne"}], "type": "telemetry", "id": "60af2759c77e4fc89239beb7d535c179", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2a55e54503f2495f8152d0bb2947b61c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cb10de7864994cd58fe02fb5b0c67357", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d5a2926ee85946ab911b7586fe659e5d", "region_id": "RegionOne"}], "type": "event", "id": "71733de2cda645a5a5bf084c99a129f0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "59a73abf67e94d2f8de7c3c50b9c3f3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7f6012fedd01420bae20ea6f5df6ff0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6687684d643744d7855cc21f232da32b", "region_id": "RegionOne"}], "type": "events", "id": "f389a197d1af4cb88ceccc375c3a56b0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e95e0dfc0aeb4f9e935d8d74ad9e73a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fd8cf55a2a57428eb5a033b9543439c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "af073b9a39374be5b7a62aa84f1619ac", "region_id": "RegionOne"}], "type": "application-deployment", "id": "59d7025c98a24d2884a0dec92c1876fd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5785cf9ab9f445eb8b2779dbe1535976", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "170c3a2e7c014301ba645402826419e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6374635d09424177a9158b8e14acfdbb", "region_id": "RegionOne"}], "type": "application_deployment", "id": "183f1048b6a74949903b48428d6d7a8d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f6ced052c3c74c9e84a6ea4dfa56c72e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "33078ca874f7408490186a3dff94fd32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ceb0c18e5412480e86f861ff6200e2a1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "9d3e9a3cef8b46ebb7d7541701b53e8e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c44039d90076444195503204917e68ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b091b1c6c7cf465dbd2219139f95d6aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d020790f1fb746a1b365b211033e98f7", "region_id": "RegionOne"}], "type": "tricircle", "id": "04c69c4af8d248218b27ead83c7e8248", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "cb2e3becef914d3d946414a72277f24c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "38f1b27574ec4315a34e2dd0360257b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6080971f52844543803c41321c25c593", "region_id": "RegionOne"}], "type": "database", "id": "0ceb1b4379284ae0bde2494adeae524e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7865ca143cbb44ac8330a61b6b974822", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "68bedcfdbcfd491e8baf1488f23b5479", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "874df1459e374d8fbc74ff1e928a1ec6", "region_id": "RegionOne"}], "type": "application-container", "id": "85575528d6504347b206534fea70cbb1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "583d21bfb627435f9c611a2314586b17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1640979872ce43d7935a49d0126e9ecd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c6fab0b6d8b54b21b72e06de9a323fd2", "region_id": "RegionOne"}], "type": "container", "id": "a1ac1327732349c280a957011a6ce637", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "46c7ff43a5564581b9503dfb7f463c76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "da4d314644a64975950c0b8373fc004f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a69a78ca54154446aad167f2334c9d86", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b6d0e0f8567b4c9589483eb9af3e2c72", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f2d8e58ff2e84ec7adf605d24fe83246", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "51497e15b1a949dcbedc418d08f54f14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7f4bc826f8454ac9b4d552a2dbde63a6", "region_id": "RegionOne"}], "type": "rca", "id": "ec9993ac4cea450793e539f79574c65f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b5bb3a97affb4237ae80b63bc9329e5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "839e9e04f81d4d6982322a17bd52a826", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "da52c362fb994051b5276675fd3dfb59", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "8fafb6a745cd43f2bf6f4bad7aa283c1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "df1087b5ff464eb88063fc463be3305f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "29d874f6e7244a0db978986fec85c281", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ac436eb9ede74e28b392597ae3cc0d3c", "region_id": "RegionOne"}], "type": "network", "id": "0338b157bcdf467390b64c281e46089b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e31bba3c3a4d4afcb8a7de9c67187ddf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "609509d8e6c440ae966205db4564b925", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4dc977ba41854cdaa875f6dd66d03f9c", "region_id": "RegionOne"}], "type": "backup", "id": "620fc51958d24b829928bc87d0d53615", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "28347897a11845f7ae1e69643fe2d0bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "69719a350bfe4dca9cfc5f5e3b5235e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "51f8821581d148e6a1b36540b0eda264", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "be4f406d7e044f49ac567784b4c0ce06", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1728d830c2294739ae6f893e5da3784b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0fb2c831614b4412b8498f2c0ccc4446", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6c7689d74010429fa2b3bea53fe8739c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5c9ab0af36464cfbb30cf7978323975f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1ce50e04712f44f5bab6b7b7bbe34b22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b1434c62e623471d88f0c8788e461c75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c5712225e3274e03b7028f49b530f922", "region_id": "RegionOne"}], "type": "monitoring", "id": "4ed74edacdbb49e9a5170b2014a8bbba", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "079f9e44cc374ad2b43d94ca0eb3192c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0b7f0e8c858340dea913833e8cf4b43a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "eb0a0b27186a4f50bfb960046b8a3bd5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "32d9fb2eadbb4299b61ce04f0c061062", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8895b3fc61f447d7bc58b9868be3e7ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7e572610c475462fb9f6d8087b4c10f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c2ef889f9365427c8c943f68d916ef92", "region_id": "RegionOne"}], "type": "placement", "id": "d86defed74394560b512664aee8edb0f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b85b6a3655e747ea8c423fc4ecd365f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "17906ac1223e4d11af4b993479ec6d03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e940eba9bb5f4b95967b5138a8d2779f", "region_id": "RegionOne"}], "type": "instance-ha", "id": "20e3ca01678849a18b65991d207bf787", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7a6f5939339449178e8e3cd1fe1436b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "989fae9f6bf4443d9a148ddaccac5eae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5a6a280f8c724a2abb21e705a7f70e61", "region_id": "RegionOne"}], "type": "ha", "id": "637056de1a5949ed89d1a94845186452", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "30ad81d6b9cb4a7ebc389e6cc3571699", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3bc4d0b9aace4cc6b7668f657b0c6ca8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7b7e858847504d24acef1bb6692ca26a", "region_id": "RegionOne"}], "type": "reservation", "id": "86e016d59e504df0830060a908cddeb7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "91676ccf6a6a44afa54fa21ae971dab5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "302c7fa8329e47999f4f24c1ff1cdc15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a787947116ac48568f6e9d3ac9b21ad4", "region_id": "RegionOne"}], "type": "function-engine", "id": "787dc83daf4d442e9589b2dbd0277e2b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0a9d90ee5d7b43378b674f813c177cc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "40b1f935c4d44465ad4b8edad5426052", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "4a849dea04b54e7a9e855ba5a5d03801", "region_id": "RegionOne"}], "type": "accelerator", "id": "4e664595d9b14443b6beb4906f44891b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0b561d9844d04c6d931cf261eb6d2555", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "049eb39a834b41e3b9b45ecf951c9ea8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "be7ac50548754a2ab0520ffaf30343c8", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d014da1e9636473e93cb1c681bdf764c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a75e9aa96727411d9d751a2ba4c44876", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c20ae5b4f2ee48fb9f52d2e34658e2ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e20cda83b2dd48aeb34456e7a6fd3972", "region_id": "RegionOne"}], "type": "registration", "id": "d39f8e6bb3d641b4ad3b7077910d4458", "name": "adjutant"}], "user": {"domain": {"id": "f918a080033847dc9e027974b958fec8", "name": "f96f59fd50204b009ae8222af509d21d"}, "id": "a4a760abb9f14991a0963e95fdb7d8f4", "name": "1532870e407e411aaf0a5676f4bfb928"}, "audit_ids": ["3c77d5b5b34c45a0b2e2938d857429b2", null], "issued_at": "2019-09-19T09:04:39.651507"}} 2019-09-19 09:06:39,784 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,789 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,791 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:39,855 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/9e14d1a3-c5aa-4696-982a-df6c1c820e3f -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,859 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,861 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "9e14d1a3-c5aa-4696-982a-df6c1c820e3f"} {2} openstack.tests.unit.cloud.test_delete_volume_snapshot.TestDeleteVolumeSnapshot.test_delete_volume_snapshot_with_timeout [0.275428s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,662 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,666 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,668 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,671 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,684 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.600238+00:00", "project": {"domain": {"id": "397ae101a48f43baa1c6a1b80e49acb0", "name": "50492b3a0a9346d5af0c51ca19bd8701"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "63bb324f319b463492b728391a41c369"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "de06035279094786a167eaa9ddb39b8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d636102b766d4168a54b00bb644d29a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7fe1bf7b461841b88218d70124401bbd", "region_id": "RegionOne"}], "type": "identity", "id": "96c862ac2658492b93a7a8858617a212", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "47ad4e188c4b444a90f486d83f03d4f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3a47520fee7046a391fbe76526310ef4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5e74870c8920451c8e882f4d72ffaf58", "region_id": "RegionOne"}], "type": "compute", "id": "47a987286d46400199f55000a8354c06", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "29c9e7a46d3647ba8a7ba3e65080bf8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2b47243adac0441a8d1656d253bcee5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e70cdf1a217c4f83aa513256989b6fad", "region_id": "RegionOne"}], "type": "image", "id": "8d5dc202bb4a4530a12b430dfd7de64f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "581e7eaac75c42e5a2edf3c48f9faa30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0107f9f53b9d4e3fb936d8aa677a1338", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "193da1f174774f75999e61073642295b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1a4f944093bc4a30a5f57e773df2e7f3", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae693f2caab24ebdb3d30cd66e2ee4f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ece1b490a8a4436875cde3a051ef100", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b27aa6a76732471fb708df0de1d6eb14", "region_id": "RegionOne"}], "type": "object-store", "id": "711fb7bb7c5b4129b9d5b2bf9284e7c1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ce40607ca9714145bff4379350dc3a2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d09da70d03534eaaaec2157b6013b03e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8f3bd6ce267645f78f21a88c9d67e942", "region_id": "RegionOne"}], "type": "clustering", "id": "a81e6df55ae346afadbb649a165df137", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e033f9e9906a4cf286aff80aa2721d1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a4e49b226c034faa83ecdf001806103e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9f8a7bdbcc534d6e845ac14566e8912c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "28d0e05392184fdf9f3c064fccec028d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "beca135d11294d08b8b15dc7f9fbe30b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "822de435e0ae49fc9995796473a1c060", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a5f2d91fb8e04d2ba8f0a824650a6c7f", "region_id": "RegionOne"}], "type": "cluster", "id": "851b8f50f80847d28c41b8a88880f8c8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "03d513df028b4cab95e35d5e318866db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bb08468a68ed4d9684e9bd49433a2ab8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "92b8126232774de3915a9809140ad54e", "region_id": "RegionOne"}], "type": "data-processing", "id": "8fa88088092945d395540cab7816f6ba", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ea55a1c54b9e4c3091d1747a22c7f2cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6db90d127faf427f83b0d98e89cea927", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "777b2fc4579c437c998dd75c19385136", "region_id": "RegionOne"}], "type": "baremetal", "id": "4834eb248d1e4be09637b17c90b2d6bb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7998bb8a33624d508cd3df8357c8fe94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b9f7368b383946908fa854b6608ac8eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0f08f6de713d4e228c7ebb62de43d17c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "15cb2dd83a034320b4bddf8b41820f31", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "45c5fa71a5ea4599a156f0bf340d489d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a2b6e70bf7dd480380ed8189fa293708", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e4766ef3f6844d6c83c72035c0f4519f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "588e12f6ab094d0c8a626df3ab555572", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f24ae67ac8344fefa2a9d80ed07ae3dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1204d15e180f44958bfa39a5c067e9b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "09ae0812534342359415b4f176479410", "region_id": "RegionOne"}], "type": "key-manager", "id": "451f4cce187c4e2da7e5e92a6fc06220", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "95ca916e44634bc0bf4b24c6833bb041", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "882f2a14c03849a3874d08c23e496e54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "676ada8d12c54e9eb99f3cea19ca44a6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "06602f89e1874b008be213a46fde754b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6888bd96604f48b3b3eaba9660307589", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "89a48d32bae04a1e9c91c5a4a8c143b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "358e3c2335df4f3490b556772cd3661f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "28a0a946eef6418b8f56d11cdf273305", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "af74f9d9d3d348db92ba4bee08bbc5c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c22c760fb76947e7bbd56ab4b41215fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "668652ca2dd2415da290d9284ed1f669", "region_id": "RegionOne"}], "type": "message", "id": "5590c32c619a464ebd29dcf2f157521e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2cdb54b38de64a07a3020f249c46f354", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "fea4aa0c125047999bbe336eeb78326a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0626b3383c7d41edbbc45d9ea385b442", "region_id": "RegionOne"}], "type": "messaging", "id": "966cf40283a9451283233b3cc393feed", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "97ea452af9744d70aab05831fc89f6e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e8109ff9e1f642889dfdda85756d0770", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a5d1db3632c640d9bc6a19d138af2bf0", "region_id": "RegionOne"}], "type": "application-catalog", "id": "da8f9f7e2732459d944e43dd82fcc24f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4c98854d677d417ab5d3380709d7bada", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c9129c353ebd4fa8b5bf1d5a04e70e1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "34388ac928e442cf9c4a6d12b60e7f7a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "28c635518fda418f98c9d8bc7c7303db", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6fc206bff1bd4ece9750223f8b011a94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e42f6bccf29247fb8b8d5665fb74e71a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c7d1bc67f1af4155b38dd775879775ee", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f303fa52cbe945d09597f88bda973a29", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dcb3c444d2ea48c0a54a369c6bbf0e3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "affdd47436f842f4ae4246db66731e49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1cf2a958fec24a128e00029e89b3b3ee", "region_id": "RegionOne"}], "type": "container-infra", "id": "08f2f542cfb047489b78a50549807584", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1d24f2437ed5418d8e060489a592ff9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d8289e29c3094d3a9a6b465c16f4c147", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3e7feaa997c542a9bb32452105dc73f8", "region_id": "RegionOne"}], "type": "search", "id": "98b7e4b8299643c0a8efd8d7e15db367", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "24cddbd3c3fa4acdb9d7f35ffd68ae6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4ce336cae18542adaff2ed434c99184b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ca7592eb53d244aba2d484c4c4e19501", "region_id": "RegionOne"}], "type": "dns", "id": "da599c52a42247ee9f26de01399eb30a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "265152f1de9149fcb79c6e13712993d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fea7cc872f1740a382cda651c439086c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4b803726bd11433890e9f18ecc7aede0", "region_id": "RegionOne"}], "type": "workflow", "id": "b9bee2dd65084ae583748996e1d2157b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7cbdedcb4be544e1843e511f192774a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cc4f55c5079a4ba0b5083c5c4a2f50ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "066434a4e5cf46569ecd3ab029afe7c1", "region_id": "RegionOne"}], "type": "workflowv2", "id": "74f03f803cf342e0b9e40833d823e90c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f6d4a4f414724167b0183727a666d902", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "82044d527c1c4bdfa681fdd43d718f2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "43ff230a64644217a25997a5efda4672", "region_id": "RegionOne"}], "type": "rating", "id": "04fef39b32d246bd8336791651818380", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3e37211e912a466d857467ce9123ea96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0ffb08640c854c218a1dd3b8783be0cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "caf99a052831446c92730c2f16bb0eb8", "region_id": "RegionOne"}], "type": "operator-policy", "id": "70b57bb96fc64e108dabaa4447c4315d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dec9b4bd92d349a598e41280150d80ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f689b8c142074fc3a03a3df9ab2d7db6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1798746cd5da48e1a647a6ce72a12d78", "region_id": "RegionOne"}], "type": "policy", "id": "a7bd28ed80204e928c857b36e566ea06", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "355b6cd71f2b4b7fb6be24ea17fdb1f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fdcd3d8f60cf4cdf8da3242e452ffe38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b52c5794a7f14101934183121d76d00c", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "81c9fa1576784995bb1adca1972ae7de", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8e97b5f3dce04bcb816dc7ab9948c4a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b8b7d787ec4d47d7bb18d1e4da2481e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "de16171ffca64c1a938560927034c610", "region_id": "RegionOne"}], "type": "sharev2", "id": "f9e9c782f7304be8b9843e7826b9e99a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7208cb25af2a45b9af4fca47a51b5f88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6ee8584a1217421bb02ada28cb3c3995", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "eb3b80b3b49e4657ab76c1389aaf27fd", "region_id": "RegionOne"}], "type": "share", "id": "f43bddff1a844cdeb09c563ab56218ca", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "90c1e2d4179b4d74bf7c5cfed2e69d3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "362b265e147f44caa816da5820e81826", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "771d27bf765146d0a7b64d4434636866", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "73aea6b797e445f8adf70f5721a5f3fc", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f719e3f2b98442bf8d10f2eacdc597b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de5423e18cea412bb36f6a46c440e18f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf1e5dcd6b7f47ee9b3e838ac81fc555", "region_id": "RegionOne"}], "type": "orchestration", "id": "da572c59890844e99b2c51c99a9bdc03", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b5473f63df44775b49cbe8576de3ff2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22d7d048c2e54beabafa5261c7e182df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b80f04eef4b4f709c807b2d93eaeb6e", "region_id": "RegionOne"}], "type": "block-storage", "id": "164468161d164fd5b8e3f2b339e7f746", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "687f8e2affb34d65861d3608a833222e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61306b240576417dbb5b181699977b9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "734a02b03eec4643a6fb311f13227f08", "region_id": "RegionOne"}], "type": "volumev3", "id": "f41c34e8fc6c45d19a87d1f3628247eb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76176270723f4043a9cb952c591a6be3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b1d5765305542deb627f7d3a77ba4d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "897c6907021843f19f4853f674feeab3", "region_id": "RegionOne"}], "type": "volumev2", "id": "789cc02f79584cf584166a99a76a7e33", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "319f821f4ccc4aa4aab1a44f7d32304f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69b5aae12c5c4ac59e3eb8dd06769b3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05ce0c8b89644fe8a49cc0d90512fd40", "region_id": "RegionOne"}], "type": "volume", "id": "768c04483b38466b9c989ef318673193", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4490f536f41644c08ba926756d6d7b21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "387ba6ad6cdd46b79c71f1414bf7b77d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c19675cf3ba243d1b65a70305eee42f1", "region_id": "RegionOne"}], "type": "block-store", "id": "7841c0b784d04dcba308029bf13beac7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3011fab706f94edb9d279be207be395b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d9627404ca34433c835247cc14db9ec1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4f710a7b1d834b5b89e1cbdff42204c3", "region_id": "RegionOne"}], "type": "alarm", "id": "7b7af9036d2b4d9aba291d4eccc107ed", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "76429349f63a4f74a19dbb573cf65114", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "158039c725f8441c9817c0c8b9028901", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2644f503ca2c4e64a1433c6dcb041dfd", "region_id": "RegionOne"}], "type": "alarming", "id": "50671811a8ae42f494021092352ce9f2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7d2159d43ce94bf296ff3893dac1ae71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2d14d98f18ca411bb8c13b40363f8574", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5c0b1154ae3b4663a27a8aa6c5baa8e8", "region_id": "RegionOne"}], "type": "meter", "id": "bd466eb30abd44e889d62a58433d95b0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "19f12a93b8ec4e8f882ee05c1494e736", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5d6c2a8e32274db6adb8157082f0d3ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "95e9fde9687748c994d8aaf751924bcd", "region_id": "RegionOne"}], "type": "metering", "id": "c09803243d0045a2baf75761a3c13be7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e06c01b3c27d4cd7b02dbe9fc984cd41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8583cc6384ae4795a6d8fa278afaa089", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8c1423ed22214adca2f7098c22016dda", "region_id": "RegionOne"}], "type": "telemetry", "id": "927666e95102491683aefb81af450a48", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f1ad741d96dd43b4a10613cb48d4d421", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d10af5a3b73d47aab3a29c10513cd6c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3f3b296e378d453bb56992fa64dabc0f", "region_id": "RegionOne"}], "type": "event", "id": "35243a4406e94da7a41356c7e3b3a876", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2c29c33a42944bcf83198e4f6cfd8b1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "796706dc0748403185791aee8b6ddf06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "34c93ad589d6406592c6593f1380b269", "region_id": "RegionOne"}], "type": "events", "id": "93b04a6d713c4a178d58579d10ed8783", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a9f5648337844ffcbfcd9c769f45db67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e3509c6c605f49aea090121983a449e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c3e89f1ecf0c46db9c80545fb32c96c7", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ce2f00dc944f4b6095cc56c57c06018c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "052c5561947848ed8394856ff3b8421a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "63078039bb69424798b55c4a333768b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "27bbce8e2e7e47b88613f13e917d00fc", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8855a7c4ff7e46c482f13998996db3aa", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c163326e32994a218a819e12da1f330b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "be01432dd6c84a02aa3d50a9350c50ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "468bd0587fd243efa0fbbba5a496724d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2f67b95826584f71a58c120b62e6f7ff", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0b9f72cf0da440a697d09eb2cc37a798", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "52b92e3596ad42b9a3fe867931ffd32d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4a9e0b4fd6ea40a3b2f4479ccff2d373", "region_id": "RegionOne"}], "type": "tricircle", "id": "0d327f38e6564660b253a0ab73ff84e7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "6fa7f20626864444b4ee082a2325f4ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "596b37962df0422da75b772c5ab2bcca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f35bbe1b4180477ca2a023caa4829364", "region_id": "RegionOne"}], "type": "database", "id": "afb80a922e1b4c27bd50f2947a6d5d39", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "99480b0ab52842c2a425534f89871627", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9e289c7232964a40b0118ed68c749d28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4d9399e46b784109991874c84bee1608", "region_id": "RegionOne"}], "type": "application-container", "id": "62015a34e2884d8aa3adb2c095fcc01b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fc4a3b6769854c64879d26ca210cae16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "393247489ec04f2483641d0fbe9fa857", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "72fd5681de554df294d44f61f09a1559", "region_id": "RegionOne"}], "type": "container", "id": "4cb5e97432a14e85a10b9d822f966d3a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "97944311ad6b487898be603ac95c3653", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "424dda5b000b4a7fb206fb26b7cf17b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "847610d559304fb694c8b1bd149cbea8", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6b1fca39d3fc44d0a0e354cb4015ea88", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "55c75e8b6e4342e1b33fe11dc67d509c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1b8aeca067fa4391b4faef3675ea339e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "21f2c92129184adda00555d6af518613", "region_id": "RegionOne"}], "type": "rca", "id": "f4b9c12e6d774ff4a4b7f88d46f2d31b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1e2e4f374ac54e148e4f108734d58cb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a983ad2990c64f07b56c0f07b844aa1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "5e1921df661f47d7b9a093a54664d6bf", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d38fd5539b954e8b9d9c3a7f4d3deab2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "553f32d4b52c4741a27e8cbc18b3de75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5ad8f8a48d8e4c0692b44291e2324c1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "bfdd7af1e93f4b128f9cd10f40cf52fb", "region_id": "RegionOne"}], "type": "network", "id": "74ad11a77ff948cba7caadf6f2f473c6", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6b4a475824cc4c329713d10c8a6ddc2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "32261c0df68647478c4df50a770e4d2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8161587272914f87bff12ac97aa17fd1", "region_id": "RegionOne"}], "type": "backup", "id": "98d049bf0d034b72bb589ef42c28e98b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5968e327fa494a03ae8cb4091978efee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8938cf0f62b04c23933d2e7a1633ce83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7c9b25b90e374cf5af5779211b878bc4", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "33b898d532644c169ab5dde648928a85", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b1c9bcfb89ac40948952b0ce8b1696f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1a80efdd05b345678b945b8d151597ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1c1781d39ea44d25997d7bd2de5b3a15", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "faaf4bbf61d2429a8c129c59c7a9fb2b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b6fc2e6e363e430d860dff234412d648", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b53931bf4fc04cdda7fa3cec668c850b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "7a96f116b995430189f10449cffa596d", "region_id": "RegionOne"}], "type": "monitoring", "id": "483a9f58814b4b4f93c45837c1179203", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6e03d968dd6d4f31a652415faef2aa66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c15f9bd95d96442a83010343a2fe8758", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1418fb1d952d43688a63d2261a07fb5b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a348fe3bd4154478ade8621f807c502f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9d15989ad69b4cbc8182f6a51e38f710", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7a2e92b29563426ab5d4abaabcaabce6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c7db3a99aea64eccae4230d93e990319", "region_id": "RegionOne"}], "type": "placement", "id": "525bc9b2d2664693876a666c74015777", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "30b7b5b6f3fd4cfe9b04d6d0efe7a65e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cf25eea4b43f412589aa1217829bc982", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d1a77df2732f4b4283d7045c0baeac55", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e61620a0206b4edf8676e9db0f055a30", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4903f60f29fb4677bdfcc63e1608e772", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "045f6f5a0a9a46aabc298473b361a4d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "40d2b6cc2cae42aa87106eea162b1894", "region_id": "RegionOne"}], "type": "ha", "id": "2ed07c92191f47bb9463579f49e00d5c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1f5be5bbbb6f498cb40a8a148825064c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b9f2ce2c8f9340bb8d8e5dd27a356e05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d584bdbfb4e745fda7c575c65ba1894d", "region_id": "RegionOne"}], "type": "reservation", "id": "f3644156dc5e435e9f271b534b4c0f04", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "36b7fba9c9e14feeb18a0e36e321d7ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7330ea68e28249b7925a0c3216b26468", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b201c45153f74e8aa8037e39fc284a16", "region_id": "RegionOne"}], "type": "function-engine", "id": "2654433f0f1a4e5aaa4a0e493b3bb5a2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b41c7961c7f94dec95574434dbdcda34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "84463c9fa7e94522ab49bbac1d6ac143", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "91fdb75dd5ba41769c9187a2586f7a50", "region_id": "RegionOne"}], "type": "accelerator", "id": "2770422a73f84a808f4d065bc9794ad0", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ff108179d2f84f0ca9213baeda24f343", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6a64808d9dbc4d9e9162bc4d5c295c89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f125e8021c0a41ecac0baae2a4a97516", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2e4a8dc3ec1944f4a425d54fbe06a1dd", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f5129692b66f4335b50aa69347be441a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8cbf2791ca2c4dd5bf3aa988fb655933", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c7127c6434194e98baa5fa0b05de16d3", "region_id": "RegionOne"}], "type": "registration", "id": "cdf79d8f2eac4a2695603860840213b4", "name": "adjutant"}], "user": {"domain": {"id": "0b14c2295ef5401c98b26c199f6e9165", "name": "4930ddea5874442f913f109c82175c57"}, "id": "1f1b7715e6fe4dd8b654ad07bf47ac02", "name": "998c832e480f47e7b8e9544199f560f1"}, "audit_ids": ["fbac2fdaf0914028a761c2dee0844b36", null], "issued_at": "2019-09-19T09:04:39.600238"}} 2019-09-19 09:06:39,749 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,752 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,754 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:39,805 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,810 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,812 keystoneauth.session RESP BODY: {"snapshots": [{"status": "available", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "foo", "volume_id": "12345", "metadata": {}, "id": "1234", "size": 75}]} 2019-09-19 09:06:39,833 keystoneauth.session REQ: curl -g -i -X DELETE https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,838 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,860 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,864 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,866 keystoneauth.session RESP BODY: {"snapshots": [{"status": "available", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "foo", "volume_id": "12345", "metadata": {}, "id": "1234", "size": 75}]} 2019-09-19 09:06:39,868 openstack.iterate_timeout Waiting 2.0 seconds {31} openstack.tests.unit.cloud.test_delete_server.TestDeleteServer.test_delete_server_already_gone_wait [0.217613s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,734 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,739 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,740 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,743 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,756 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.661578+00:00", "project": {"domain": {"id": "38950a863a514dff980a56b7dba69522", "name": "704a8ae91a7348c8b71dd6c1dfc5f192"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "21904d968d3e4cd2ac5a515721fffda5"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "315f93f7008a47408cfab6978733bc38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8d112a17cc8e42f28f58e978428f916d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "722b467b28a9412894d37cc5ba196646", "region_id": "RegionOne"}], "type": "identity", "id": "02f14fe141524e449b8c541a44588f07", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a04763dc0cff4bac8e84be50f77c5f97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "59290d707ba147cfa9d1dae99630d33c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a27652404abe4f6285ab76c061301f2a", "region_id": "RegionOne"}], "type": "compute", "id": "dff4a5aa2b4546f6a539469c9fa2ad7a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "3fd667b79c834fffa031f468634f741d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "8ef91bde629142758a00bb00533ece7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "7380d0aab8cc46cf9d8e4e8e3a32e6b0", "region_id": "RegionOne"}], "type": "image", "id": "3f766094d92f4fb4a090dc2bf90c07b5", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "06cca62d83c44c5eb4a16d40add9b2aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2044f90031ed4d4eb8ca41bff730e5c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4f669de534ce48f489c1b1517ac6026f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "657f81034b5c4fa795b97dc39452c6db", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c825527da1334f3dba479b9beea8a42b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "972733b84d1d4aecbf7e0abe646834f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "829a318adece4495af4c138988389a74", "region_id": "RegionOne"}], "type": "object-store", "id": "adbb1624e35447259b46aa4af722c190", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0ae33d06858c49cc98152fa7cbc25be8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a4057e2819c04688954b63a681c1cff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4ae785fb209043c68d0c3fb8f9f5ee10", "region_id": "RegionOne"}], "type": "clustering", "id": "0f42c7f24f8442c7b53008de6e5ae7fb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "90351b2b87ca4d469fd806109920885a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "47fd115a617349f284a198c2165a8070", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "14e3726931504c77b4bf59ac92cf9eab", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "66fcd0920dd444278bc23482c35dd06e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bec88fe4868f4fdca767a4c2ec4db7c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9f69e27035db4f6db3db29d621660311", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b672c7f0ea8746768d0bf4a1219ff720", "region_id": "RegionOne"}], "type": "cluster", "id": "3b9bf92abdd74659a8f3ba1e3913dd58", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0222710b8a714f9aa31fbb64adf060c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "373ea9afe54546c3b10fb3564602dbcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "bd92ac9e6e604491a934481e487dda5f", "region_id": "RegionOne"}], "type": "data-processing", "id": "41e07de440d34520a760acb5e74fcfa8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6fb59520c95244f1a6ad693af6afdd4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5765974d452e459d91a1d60f8521f914", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "dc14b0990b5c4f6db0b75dea3b451c51", "region_id": "RegionOne"}], "type": "baremetal", "id": "83c2ee8a12e145fd9d130ff2e9be940a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "68d16e91edd84459b4b4cb4d1eeda802", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "41b7fa5b864c4781a9ee059adc89db67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "88bf2321a1264a4c9120b617f2137339", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c3faae336943496099651fa3c2db01a2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cae380ea9cab41dba8d8f2534b088923", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "77f42bb7a31b4abe8662aaa79d0d4287", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "be238474b1ed4696949a22e4eafcb931", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6f1134890cc940d5879f32916cac830b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "17a39a1d303b42628e3e68b5de83f828", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "517a44aa53d647018c9ba0bd210bffa8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "87276276cc2844f8b633c6500bc65ed1", "region_id": "RegionOne"}], "type": "key-manager", "id": "8a746123870542e49a7a30d722d5f419", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "62a680df0c9045acae6aa13969fcaeb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9f07afc96db340118843c01b1fe65d6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1906a5a8746842929d1938e4d2155126", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "778424488a4c4095bd8dee061f5343c3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a62887c4be9a4e9bb60467bf4eb5aed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c3b0e83181cd4e459dee6c5fb0d0f6a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a0817d0a88874f7c9b49017c24796bee", "region_id": "RegionOne"}], "type": "infra-optim", "id": "265388d6bd984dafb20fdb6a8f9bc398", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4b17c748d21c4af9a5b5a66aaaacb524", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "de191ea362bd49e9ac4824904393d6f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3c09b66cd4264c0b998393bd10a50569", "region_id": "RegionOne"}], "type": "message", "id": "af40305000d04500b850d4443ae03727", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a1bf8b16b05d47228728daefc72a4866", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "861490708db94825aeefc3e19cd7cf32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "632df8faf917402a87f8dd7c47012196", "region_id": "RegionOne"}], "type": "messaging", "id": "5cc7c974b83f423eaad11ebe733b18d4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9e524d0e189742e19421ee9a055d9567", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "00a3b59d05c94bab92cbc6b23af55752", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4a5bdf04fb2c4e849bb999798327c436", "region_id": "RegionOne"}], "type": "application-catalog", "id": "19e03d47886e4d85b5b83f6c31713c3a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "daca8fad642740e4ac428eb9ca9b0735", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7519a768dac64370b1f7eb5d40a13ff8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a7f97b634b574c2e88b04149a0c8f46d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3465564b7d6e4a65b622a3a4298898b7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f83c0fe197074bcf8f67501c322506fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "010aa0f3613b4cbe9f7575b0d3c50d6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7c0057b3302548d4a7ccd42a1e684bea", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d4eb83916420465cba0867cadc413231", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c1af584ab7c48efbdad9a5703d1be74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "43c03ada488046b796f1f7b866937f90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "60e992bb3a3f43e9b96edc1effb12814", "region_id": "RegionOne"}], "type": "container-infra", "id": "58a29d056d1e490db55246f332804a9c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b1a156a3bb1f42939c9524a3105cc168", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c7aeb829b7654e7d900b44ebe2325325", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a09850f8d9c24af982834e926d3bba06", "region_id": "RegionOne"}], "type": "search", "id": "eadbefcac74f4744a2e35433a32a8273", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "196dfe1c2efe40dd93228230765e6e37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "dfb68010b44b4ca58be099432569ad82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3298b907247c4455a5a1f828b58ed9eb", "region_id": "RegionOne"}], "type": "dns", "id": "1d056824f571460ab08394284063471b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "960e957028254fa3aadaa0239c004013", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6d78a4509ba848d7a5bc95b702cccab4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9bb6f6247cdf42489a407334c80d2ed4", "region_id": "RegionOne"}], "type": "workflow", "id": "1018893ccbfb41538cfae9ab0d330ddd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9ee59c0396934704859afdbe0b8bcec7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d00617482be44f62a9d9379f7cdd541a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1cb25a42081647e8a4a1a7bed1c37739", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2d510f65028946299131ae6986edfe5e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ac7688a7dce749d5b41e1f750e4a7cd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e50ef6d2485346379279fa7a1c7e9c31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "fc7913217fb048a0b8b4588b23d60f59", "region_id": "RegionOne"}], "type": "rating", "id": "96ef3c578fc54a4b9fa436eaa483b4df", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "44fc9ba742574ebd8a931d0663591f37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8ed4dbaa6d5843298bc9ed429b181df2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "15c00a367dba4dd2b282f5f48fddfd76", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a063c5a832d54b5ab9746cba99f94e24", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c063e89b6b3f44209df352f6c5f90e5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "12c9e7f5021145079e816f0966cac5db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "570a4a895c80443cadb62ae436c5df05", "region_id": "RegionOne"}], "type": "policy", "id": "315bd91f893243d7bff9d3739773bade", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "51599dd66ca846d2a8c118027ca1a884", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1a0e9a5c489b406cb6a2765acd7ebb25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "faa4911b9dba4420ae7089a977d78c49", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "831a3f793d5a451894505492933806ec", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f9c4298c699b41dab05528c862a6d1bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7573e446e1584f04b04f6eb7ad0a83bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fc76fe62d7d54666868329bc87a8b096", "region_id": "RegionOne"}], "type": "sharev2", "id": "95979eb4e89c486faf5f68838b59548a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "88cd522fc9c747f0917d895d29c51f7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "35b67c8b4f4b4700bcab073ac7792536", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "692d8866cd2048efa91a1fc61b058a96", "region_id": "RegionOne"}], "type": "share", "id": "1fe68ea279dd4874a40ece635c9dcac2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "63e169661edf468f9a8b6cbe3e44f028", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9e834b0df56347b88b08f90d0dae8406", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a376783e0b854493b322574ec3c25cb6", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f77b2e617ad54740a4faac3b52971fd3", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10855629949a4d84a509910edeffa8a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23fa7d86891c4d738692cbbb25871166", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ef9eff52f864ebbb08529b671b02e24", "region_id": "RegionOne"}], "type": "orchestration", "id": "8ef881331762491a9cce67fcc11e5143", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94fea736638f457ba56b3a01b1e904e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "104b0c6cddb7438cab018c57062ab85b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31542e3016e34b94aa1aed08bab338ff", "region_id": "RegionOne"}], "type": "block-storage", "id": "dd4e2b62038e4103b7fe200afba32605", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5853b194a00e4d0cb2d8ebd9bef26e46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b23cc89d856f46969d3f0c2a25336a23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d6a790c006e450e811cf3ab59db13e5", "region_id": "RegionOne"}], "type": "volumev3", "id": "6f35972b95d24b598b1f9f27830541e7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01903d021325467aa3f95b76d9cc7356", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4b21f4999ba4ad3a8b08a3623f2a309", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c98c4158717047feb7422b2a073c4c1f", "region_id": "RegionOne"}], "type": "volumev2", "id": "67bdcac7f72941a3a2eb389c56129bc3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd269763edf248b9abab9ba6847028ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "539654c7e05844e98d77e0995d15780a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e73c121e8c124c0197f1d5519407f9a2", "region_id": "RegionOne"}], "type": "volume", "id": "2b1ce3da7496448db6894305b1514b25", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ec2dc2af631474da5613a9763889927", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1f44f7665b84d4ca848f930d690529d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d47a73070814c08a02248ad854dee94", "region_id": "RegionOne"}], "type": "block-store", "id": "357c3123f778412fb0e3d3a41c759ffd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a60ae7dc3b4d4848bbfb9f65692cc485", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2008cc38d3f64412a29d21cd34f0e475", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5a147d0c9e6f47338031fb4cf04475d9", "region_id": "RegionOne"}], "type": "alarm", "id": "1163127c8daf4905848acd374336d534", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "57890ada1194432b9f86c76f3e0d1e8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "30f917dcda4c42489a40041eb7ed1016", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a91d84ebd435457f926281700acccddf", "region_id": "RegionOne"}], "type": "alarming", "id": "3b899677c6fd43a880fd0a2f8a287fee", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "098ff0495f3e4a06807341d186feecdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "63cfb671f07843aaa87d9607990506ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2004527116694385948bc37b98405fc2", "region_id": "RegionOne"}], "type": "meter", "id": "5b6cdce914584778b4353a5945382b8b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "240a14a9384c4e6692782ca3714e9c77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d7f6a1023e7d4dcc80e01b251acbf41a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "583461638eb04b9cbf5b367b2d364e3b", "region_id": "RegionOne"}], "type": "metering", "id": "1a51abfbf2f940c991bdee91fc546572", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e59bfc12dba342578ab310d9909de22a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e1db62d05b1f4fa5ae39bcd20aaeeaa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ab4e011de7f7414dae317739a13ce9fb", "region_id": "RegionOne"}], "type": "telemetry", "id": "54202026bfa4483c9797ad03f38b6f4f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cd97d1ae1266493b9eaf38161317bb67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "24d8b259f84641ef877cc190928f177d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3179fa462716476bb11925538db034a3", "region_id": "RegionOne"}], "type": "event", "id": "696f48828405482ca0074a72f169229a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b676772db7914ebca8c5f15dd57cd6e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2fefb559ad484fc08a4f78f92b4aef63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "360722bfa44f41bc851668553946a379", "region_id": "RegionOne"}], "type": "events", "id": "d71d83b1578a4bb882f8ca1197e0a3ba", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "87a68f21711b449abde8afa1e3cade84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6f59bad1c4014736bdfa15f3148aa10f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f47bd9b4dcd34791bd79fd195d51463f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "5703efe29f01421d9c26d640cfa256e9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c5aa63d34f784440861b24f96b3bd785", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1c0d30c8fde34536a62aa6f524c9be3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9cc60fe7a7b643d39a39d08ecdf417e8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "675a60368a4c4565a754721bef71d873", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7061e31308744a748153bb6ed68a8275", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a1c111dee7df4aa2aca1cefbe45f2c22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c8e8bd2ff5ea47b68fe95f1782367294", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "29f2aa44fdd24453820ac94bf841d663", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "62c385f5504a4326bf6a837d12888a2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a37fd91e596648b1bb6ab5858b952b74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "403296389ded4e518e85a98f82eb6364", "region_id": "RegionOne"}], "type": "tricircle", "id": "ab17d686bcbf4404a5047b1414bcfaa8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "fedacd4a5386451ea8a9b290870b75ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2769c3a125264bef99cffe9084cc8809", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6921c129bf3a4fdfa0bbfdc5211b38a3", "region_id": "RegionOne"}], "type": "database", "id": "9b0b7c11d2ab43e6bbe5df3426b06152", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2bdb9a5029384ed6a0d63ed26d90535d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "62fcc7afabaa46d78f32cdd07465fb43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "49f5ad24b66c418f8730aa439cd469ef", "region_id": "RegionOne"}], "type": "application-container", "id": "04e8000c5fb5402d997fda768c676154", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "58a978ff3dc34b20af0f5c849bdefddd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "69724a7a3de643efa474d6e4c9efd9c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "80620c5eb74e4ffb846e4514a0048fc9", "region_id": "RegionOne"}], "type": "container", "id": "36ec13ebc20c49a9a25588d2a17674fc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a2bf13d9a5da4cdc9ebaacba783a557c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9f0622a7122e4721b791b00d3a04d15b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "37f901952bd2472dbe76ad86c7de566f", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7e8939883b764a8182b8d353c7b908b5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "97b9fa65efd24649b3f76968a42dcfe7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "afb36ada2e8f4c6ca0ad52139d648dcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d698042b46ae43788adc058f0beff573", "region_id": "RegionOne"}], "type": "rca", "id": "241184b1a83345d186fa660bcc76f8cd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c148e824236045ca94391bfa8ed13ebe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "76c8274c1a654ec3b30bde08d671769a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8bc8ff2fc2494a7f9a947e2f7315118e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0766364710df433eaad2f0489d042cf2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "05b31560d5cc45d2abc7a2e7f4db1f32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cf80aef68b664c23bf9f4fd58929cae5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a038d6a4047c48f593d658a1e14d26a7", "region_id": "RegionOne"}], "type": "network", "id": "40402f935aa949a9ab92a359265c9e04", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "624ffbfc30454a3fbab14757528f4db3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9e83d50f9bc64e6890389cd062d8455a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "15ce9bc655de42cc876d9378ff9c80ed", "region_id": "RegionOne"}], "type": "backup", "id": "5b2ee6c56c434db2948640dd13812316", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "eee6ec2ef5274b6bb8d867e3f7b754ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2fc7c3f118ca4c988e82896f83ce77a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5c14474a0dd44b7e97d5a998204c1dbe", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1d79a5a09e3d48dbbba049f58fa3067b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ffe4d0124dee4611aa8d7b3e1e4ab883", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "df276d573a6b482393477935f9938af4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f263702653ef497cad711ea6ce687faa", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "181c390b84c243e1a060540ac03c7e93", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "54129c9c3f5344328e0e97b66c0f6765", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d09180c2c6bf4a36b4b631748e55a57b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "332f8c379e694008bae345adfb35f4c9", "region_id": "RegionOne"}], "type": "monitoring", "id": "bcf747319523425f89e410941093fe67", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "01dd66bc05d443e7b8fb0251aba63ac7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7fc841205fa2441c909fb58d1a4684ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8ead72f9971f4810a5c60fb40d574dee", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f1c715f04a0c4ebc866fc470d098bc66", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2731ae91575545a4af2caf325ec6a976", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "895a082938a9433695a07e56ada6255e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "3249e28a35fa428397d962bcd7da2a2e", "region_id": "RegionOne"}], "type": "placement", "id": "f0541b93043544409ee7d04fefdd913f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cad51d632a684a30ab540d63c81536c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7a221bd5ef3a4e88b78de4bf14213779", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3eb7f603a6884a14b9d2a16c46c0a282", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8f7d14e852f44f289015f09a91aeb81b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d47954dded2b4ec7a7e3a0d423680ef0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d3f0b9fe5bda4a1ba057f01ac10a4d32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b4479f01da1d4a9f8531acef7d62e727", "region_id": "RegionOne"}], "type": "ha", "id": "8038f80374f84f03b7abce14604690b6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "12f5c944ad4c4093bc9a40836b0fb4fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "40a4946542514631b6c0447185bf88bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "2bba900a9fcd408f95039f6acfd89add", "region_id": "RegionOne"}], "type": "reservation", "id": "600eb0e2daf94b5caf2515af649957d1", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b6deda71a051495d9b049e541fd6bae1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4a58efc069aa4f26b1334ab918467ee2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "43137ce2b90c48d6bd0559f8ba6fc11d", "region_id": "RegionOne"}], "type": "function-engine", "id": "f926d930dd2044fe9042a0332847c137", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7bb7419db7a643b2909baf0b5b7925c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "37e074037b9b411d89e7d7e3d4bc54cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5fefc03820364c8da3cb85cf1475b290", "region_id": "RegionOne"}], "type": "accelerator", "id": "66fa928d51ef4463950de32f78ebc935", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "73d45a69c10d48f6a03b5d49a88115d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "52dee07519f84fd19118cbcac60a1bd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bd7d4aa77b1b4d598551facf69a643dc", "region_id": "RegionOne"}], "type": "admin-logic", "id": "765be4753cb3447686c1b1e55a668826", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "72dd00575d7d4e5c80fa91587dd5369c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7865ceee9a2943a5be199d617f3747fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "57d125cc7a4644ea861304c8ab9f488d", "region_id": "RegionOne"}], "type": "registration", "id": "5006e1e241c741f795a7e99f2c928245", "name": "adjutant"}], "user": {"domain": {"id": "3c76057d997f4037a14642480c8204fa", "name": "90574005c07c437f86b953985431a899"}, "id": "fc92be3cf7f9472f909a8fcb0ad3fd24", "name": "3e74c15c7ca14084986ecdf44575deaf"}, "audit_ids": ["4901b7acce2e4f94a44c3c175948074e", null], "issued_at": "2019-09-19T09:04:39.661578"}} 2019-09-19 09:06:39,844 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,848 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,850 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:39,867 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:39,871 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,872 keystoneauth.session RESP BODY: {"servers": []} {29} openstack.tests.unit.cloud.test_floating_ip_pool.TestFloatingIPPool.test_list_floating_ip_pools_exception [0.186665s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,756 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,760 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,761 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,765 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,776 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.688755+00:00", "project": {"domain": {"id": "aac6742c256943a0a6e45f44312d061f", "name": "f4526db8d4bb4ef0a5e05e0646a5aa28"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "be74d9f450024562a658149ed7ee6578"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "7ea8bcab2eea4360af456e6da4977dde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "22406aef6f564fbfa1472a09ae0b59a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "b8267a45a0e845be989783f867cc7d08", "region_id": "RegionOne"}], "type": "identity", "id": "3e179b6fc994458fb982925ad7540067", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "405f86b63c794e089d97f49608e341ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "19a092f039a940368403c44c83ec5f76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "551318fe046d4df1af880e3480b8a0a3", "region_id": "RegionOne"}], "type": "compute", "id": "7c737371842942d28b7b91c62c6a5c36", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7ea9211b245d43b7aa9ff1a6c8d1b12b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d94756bc1254443dbcb52a616947147d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "df59218b8b254db9b04130c1c5b0796f", "region_id": "RegionOne"}], "type": "image", "id": "af528567d20c4512898f13d617986963", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "05dc5cfeba224a6a9f49e2e53af9c452", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a49ea02dbc214c44ae056cc994f8c590", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4aaeb480a5134dd69315ee26aa1a49cc", "region_id": "RegionOne"}], "type": "load-balancer", "id": "462ec8be943a4fd390980ed01b4660aa", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4312a2b85db44526a906b10e2158def9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e55e844c1904c60ae4eb986f8099748", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4e595f3e7324aa48389e28c88866ec3", "region_id": "RegionOne"}], "type": "object-store", "id": "89583d4a757746f0ae1210bf5162e682", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f75c19df9827467ab7dc507e421bd7a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2251c295d39748deb22488b392c9aee7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3fc9ccba424849adb4389981eba5df3c", "region_id": "RegionOne"}], "type": "clustering", "id": "5e395083df3c4c01b939769b1f43f2bb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e8d66d8727a7430b85bf128a23888980", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "84693ffc2b97412b90e884f37ea982b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dde76e8ecf1e49e087aa39c19c783f81", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7e75c68a226d49aca16edb1242dfb2cc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "db149829616144c28a2d9b29df83ba65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "49307188f8ba4cfb95a0162803c8116d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "eb9366c628134686b4574efac8031f55", "region_id": "RegionOne"}], "type": "cluster", "id": "e476df88b9594a98a9825338606b9b28", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "074285031e7348f39f91c84713f5a2d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fc90eeed6c8f493c92c77923cfbe06ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "76cd2bcb875f4ee8973b67348ee7a66b", "region_id": "RegionOne"}], "type": "data-processing", "id": "d63b21722d6e42e38549331c3c4a2f06", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1222c9dfcb6248039872ceb042422f90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8adc94c0d52647258b0fcd21adfd1150", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "97bbbc8ce3d24d92954acc425171a217", "region_id": "RegionOne"}], "type": "baremetal", "id": "e14cd0658c6741bc9b56ea501cb6bcd0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e53e55d0c86c48e9b2d11bb49083944e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0ef17d823ab54f18ba818517959c36b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "875091c851614b53a1c3d368d8eaa88d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "707e11fc47b540fcb35ac0dc0da1df4a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6bc98ab45d194260ba93202b9d53dfdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cd8193441b1044838546666fb4359f1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "063fcb446048428cbfe80bd499aff48c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "567ec136b1e449b5bf72ec4d8935326c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c148f27aa18843f089720993a0e3b0db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "323b767580e14a16968eaa62f6067150", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8de1fef5c9c54a76af931ec8569546a5", "region_id": "RegionOne"}], "type": "key-manager", "id": "f8c1aa27d4164e08906415975135e5d8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "86a2a667169a447f954c639fea460035", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4d61ced9efbc488380f0761a9868a233", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "39b9e35b82d64e318127c54c60dcd9d0", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "54297e8c4eab49e5b9519f75f020becb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "570fe0afe83e4f4cbdbbd08ccc7f0e26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b01597dbd0e745c888c620e627674f97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ef6dba4afbb7402a96971166e8258e7e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "fea717f6c7d543ee93c42c9b9e316d9b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8ecdb18e71f94ae7b990d428aec699d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b4f3582f2ddf48ba85dc4fded5ffbae6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "98a3407a95c24fc287c4e4ea68f2c877", "region_id": "RegionOne"}], "type": "message", "id": "5c77a436617f4416bc6555ff5e4441c2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ab5f88c8cf1347d982744ca460813a2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0084744f05c840359f441a479c0c4d05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "debc5604406b4e1bb663a6673fd23c51", "region_id": "RegionOne"}], "type": "messaging", "id": "7a715ae156574ae090af6af24f702e17", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "527cb4fa1ebb4efe858acf5aff052bd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "63cf4d4ff59a4470851b845eb28b2f5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5239f71be9444114998220dadad5f475", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d97a2c13d9c94963b7cbab244ec3befc", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9ed204e6c57140af8b2ebeba1f9c9ba0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cf6ec904267f425aa35e44d8016a17d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7753fbceff5a47a1b65de9bd31ca7ac8", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "77bdd47fe10c4bf9a336cfa9cb6c507f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "15fd44d4532b45e58cedd0ecc8ff9014", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "30efb1ae837e46d09dda02af6aed48dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "542d9a2eae294a5cabca91db417680da", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b92e830737dc41bdba9eab22cf6f4c23", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "047457b266604bea8809b208108ddbed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "301d3d466e4345ba8e96c3e2a9c9a8e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b931bbc5472844c69e0d97c5bd60345f", "region_id": "RegionOne"}], "type": "container-infra", "id": "f8ba650946734c61b0e651702a7a3a00", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "935d1a6e600d43f2a4ce9856b81adfdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "2c2c706ff50b41f0a3df5f9fccaad0a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c49812f36d2247489e6e89c396bdb283", "region_id": "RegionOne"}], "type": "search", "id": "787c6512505a40af86ac77a3e0215d84", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3032f33298884204a536bb042ca317c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e943360e8f2d44b4b39a9b6afe1e2b23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5795381bfc1941a4807ae358cdf09d04", "region_id": "RegionOne"}], "type": "dns", "id": "ae4e8b38b10e4f5786548905a03c118c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "230016088b3d4ceb9861e7ddfb066980", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3e275937360349e084c645eb770c3ee0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d8e850d00fd042d3ae6598e161cc25ef", "region_id": "RegionOne"}], "type": "workflow", "id": "5820fdb15655480b9570a493e54dc98c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3154a94d70404bf69ea1c4344ad395c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ab939929ba2b4c3b8e812f7c3d0900be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a51755c26a424e23a81bf3a457079fcc", "region_id": "RegionOne"}], "type": "workflowv2", "id": "85d735f43c734ebab40d7948b5dcba19", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "93f40ca434b64bb081db83e38b175495", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "66e4a69292374900bc350c260b0ead77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "60561f03b3774aaaa715aaf7d57a7bf7", "region_id": "RegionOne"}], "type": "rating", "id": "0b57e9a82d584e5e9e10411cdc8853ce", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7b761bd820db465b8740e68c16187f00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f482e433f7074ea5a0c6b7df9d0dec60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "008b2c16319b4549bb0eadd5becc3247", "region_id": "RegionOne"}], "type": "operator-policy", "id": "09c924b9111c4aa1a3aca0d756b59579", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9dbb17bd659b4a41a50a8c7ba1991012", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "be4df79a6f37416bb65804ed7de1d1ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fa5ecaa5586341309e063ac56d26c3cf", "region_id": "RegionOne"}], "type": "policy", "id": "61fe31a51abe4331b6ae22e44fb10395", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "62aa0f086b0943658bd4317856351fb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7b1c475596de4639badc3b60f4fb0af3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4a5f241e203048e498f34cf6e0f03dfe", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ab759b7026c143a9a821cb6c9fb3cb6e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9734faa55c9c47298d250a17de2878a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5d854833c35d4aadb8d1e3842c234ae0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "807da40af02145a6a2e01e4b91ef2f75", "region_id": "RegionOne"}], "type": "sharev2", "id": "326f2a86d05e46838aed57ebcd417ed9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "54dfd27636734b03abb029890c4dc642", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f9763bd8131a4553bded4b419164e863", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "34d78b4fa774484c906d4f5d464555fa", "region_id": "RegionOne"}], "type": "share", "id": "6169f018bf2a4da38a85a9c2a308c4ac", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c9c235c2a88b4dd88d65081b613da92d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "676fedd2b80e4d2b8556fc2d2fbf5564", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "7f0945fc085944a98e0b00878545dd5a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e7d521740a784f7db95923ac7dd33c88", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "963dc1fc457344b0bd9395caaf4a68d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "315ff63dc0ab4efa96104915140af8a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4ca853c238c47979773e11034d1eaeb", "region_id": "RegionOne"}], "type": "orchestration", "id": "a477734317e846dbb085b6a54a2c68e4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "008260c4bf304665bf93d6251433e073", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3cd3a099a0cb4e48a800652fc947140c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c7a8d455e884faa997c2b296c857315", "region_id": "RegionOne"}], "type": "block-storage", "id": "7235454dd7ca42909592a0217ff3fd17", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "78118af0b8a24eeda007ca68bf65958e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3eb96cb59a314baa99f0a0408cb8699b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d2ffddf33d624615b437fdd51c14aed2", "region_id": "RegionOne"}], "type": "volumev3", "id": "c259c823f3584e12919c83459474251e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7705b87d08874729a5dc849ed8c16433", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6aa4a6b79d7b4df09b5d320c7b57d86b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fd8bd45807a4a1baa4020b412c06d58", "region_id": "RegionOne"}], "type": "volumev2", "id": "3bbf9cecb0f64d0abcc0053d9445fd19", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eed00e3381324c46a4e550599e61e037", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5ab34b8b54c47519b7f2499dbd57c04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbe50c00e739482fab732d8fc47cccd1", "region_id": "RegionOne"}], "type": "volume", "id": "1bc476266aed496d9eca3e5dea2adc46", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7943e85824f445b8899aa4c75bc3ebbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "edbc30438fd44d01bfef74e7113e6c5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5454821563484a11b8fae3e3888d6ba1", "region_id": "RegionOne"}], "type": "block-store", "id": "7c4f24e769f14801b5daa6ce3460fa9e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "29cb42fe91454b7c8a2ec1c2e8c9617a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c32b3bdaaca148c18ee61d047440ab24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "95aa317dc4004535a4b299d2ab821cfc", "region_id": "RegionOne"}], "type": "alarm", "id": "bc0629e22e4d400f86cb978c0063d783", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0f790b5828824fe8b30054fb2c1c09fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6a96a0f5d5654445bd5c2be88966958d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cba4a53bd1464b8c8f4b2718893d69a4", "region_id": "RegionOne"}], "type": "alarming", "id": "697815357eb34cc9901d2f97354b1690", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b522b0abab9e441aaba70f22336e06c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "69b8caac691343c883038e37b27a0f76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a4480f8937ce4bd1ac9f2c1f26048ede", "region_id": "RegionOne"}], "type": "meter", "id": "588e2977d6834aa497057d4ea97bcc61", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b068314e71094371b209fcec38958aa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "acd3a8e772264cb98e5e5ae92c49db10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3cab800b59b548cc8cb3a46853b59a88", "region_id": "RegionOne"}], "type": "metering", "id": "b1d60ef5c3874ef0be99cf4dd510f1a7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4c1e5e91788745d3af9a2ada2a14ce12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c95fc518c9234dbc8952c82f231542ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "da98e252468f4ed7be1ffb0759b0bcba", "region_id": "RegionOne"}], "type": "telemetry", "id": "1479b6eca04045cbb83b86f00595fe7f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e80bea4d90d24958ae1d190affb8805d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a3146bf836ab4c5aa15b5f6a368ca2f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d4367ec53b0d4137993cf9b70897f3bc", "region_id": "RegionOne"}], "type": "event", "id": "231f3c8d6df347cdb8e41aa65103ecaa", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e6b9d93db9fc4565b13d80fb1907a812", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e88cedbc87fd4090a8935214b99ae6fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a3a1533bae2c469dbc54203f0bac53cd", "region_id": "RegionOne"}], "type": "events", "id": "b7e250a3bbdd45198500f397858417d4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "40796baca5fa49b7a0afde4d776d8c7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "97eeabc46f1d49c4b7835f3ad387dbb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "29556a8b865346d5a29592c54e607e73", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d196e7cc03a2467297a70fa087209127", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d2971436152645b58db0c2aae7d4dfae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "de6319e65e624f7096c3812821e320d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "904b41eb666b48969dfd1ee82e6076fd", "region_id": "RegionOne"}], "type": "application_deployment", "id": "bd17234d68964b4cb3e5665738a1646e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0f1291e4e9694f579a155d23961a4fbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a4a69752695342ab9cff4319e35f3ef3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f2344e304a904b41903f18aa0cd87414", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "0426769b7811489990f61a3ff0cc5299", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "37125ad233364d1486bfe465b0f4b783", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b42035763009411e877e0b9d897ffa3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "efbd4d225c5646ebb5c9ad9cc369a7b2", "region_id": "RegionOne"}], "type": "tricircle", "id": "046b41aeb5d947b4b846a96a6ece980e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "62d6ce680c6b41e49234fde9fd9eb152", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5c21911418324e24bffbf01739245ecc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d4e551d90b694f528b716600a44b822d", "region_id": "RegionOne"}], "type": "database", "id": "342c282484e54c7580b94aeac4f0d5a4", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4a60bad864b7432d8f851d9fda6a8243", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8126a7241c8f45dba1eb530ac613724b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e06339fc114b42109f5052dac373f882", "region_id": "RegionOne"}], "type": "application-container", "id": "48a7007cf9ba43d3b0eb99dd8e82f23f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "672fa442785a408db222c0bba1785e3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ff5db7f3f7c0498ba29ae6c1fcac1552", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7682196f332c428e993aaad9762a9ed1", "region_id": "RegionOne"}], "type": "container", "id": "536e5fad59ac4515899f030c0cb7d920", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f060b7a0f702414dae8d425a9419a67b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "87ae5d24344c4f22bdd22855c100a40a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f81ff1fa249143a78bbdda2869c9ef0b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c32eea32d1f8404c894f1248c4a5c053", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1224c1d34aad4794b153b414611eb4f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "379d01729d054dbea530610b45e11f47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c9c83f52d33e433ea35791598448cfb4", "region_id": "RegionOne"}], "type": "rca", "id": "25bfb1feda7d4b6f972d98b4f77a2b74", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1c9ed05d607041f3b30b186584685c4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d7318aea119b40d283bf965804350a82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "00478f3ad67948c4b340f0fe17e4069e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "88da3ab381354be698cbe770a11d7061", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "550dff83a8ea438aa4ac1d7dbc8840b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d716135816b845259f1bfef705005969", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3173911cab524dcd97b33fab5130519d", "region_id": "RegionOne"}], "type": "network", "id": "62f19fb4ffe847709919d24d42dcbb75", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "74129fa3435646998f2cd6f9cb7fbe6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "fd3f781529d64441be524157b6e98487", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e68d273fe1b847d69f17396d9be48e55", "region_id": "RegionOne"}], "type": "backup", "id": "e6522587cca84f7f827f926a9072736a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1b95b2e87bff4f728262792cc5bb9326", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "24aba6c0d82d49c8996ad8fe3a6ab169", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d8a6a432c1bb43bc84b1c471d20b1b75", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5b05243b0dda4a6c9d556dfc4ae551e4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "14068c57fccf4ba3b313072a151aa85c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8948a60a283f41e9a34fb5e7bba555a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c113dc4f83654c54b112f4e07a37ebff", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "01e9477a328b4583aede13fe918a54c5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "800e933d103f4059ae837be9bf1787df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2356d66dfb59456694c487e804e67ca2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "4f17ae446491412183ff847e88ed0527", "region_id": "RegionOne"}], "type": "monitoring", "id": "f568cdf2b510475bb27014506d89abd1", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "dfc022a9ff0643ddae900d4b99efdd4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1fb78c59ff864ca1b4d8aa89cc649a42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "19693ff8de9c4c16b052c0aa9ff9ed38", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9e6e05b6053d419a8731ec825094aa7f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "576065190a344b5d98230a437bb36edd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0fdf8040caea48fb9ad56dc28f01dedd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "31a79f2400c2430ea78923e6cc3fed05", "region_id": "RegionOne"}], "type": "placement", "id": "3f10b1f87c5f48afbb09e69f86d192ac", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "659fb42592954d2cacb0c892747e5c45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "aff990de1cbc485c82cbb631cc08a259", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e8db96ab58eb4cf7b5a10280896f23a0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "dffe4874b97a4d158d330aabc0a38961", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d121bce686af48f7aecd55176b673f96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e89a8d13d43a4dfaa967ca6e12a611cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "64e3614186244467907879ceb382ca72", "region_id": "RegionOne"}], "type": "ha", "id": "eaefc79061624b64ac00905fd3940e67", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "663df06de6f74e7783840e620bd4428a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0607f11af64846cba3a2a2a7e1272b7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f786899328324350bc9e9d2efd9c411d", "region_id": "RegionOne"}], "type": "reservation", "id": "ac6dd209ec2d40de9db25697917a7b06", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f76bb3869f06470db8f4ccf368cd5bbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "da78dcd59ec9497cac7d879876712240", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "aada6767636740378fad8ee910c3d2ae", "region_id": "RegionOne"}], "type": "function-engine", "id": "ce7fd9a8229740269bd0e2459a9e15ff", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2bba9fb406b843eba746bf38b8397905", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f59c7f3b028747d2a361c2384ddfda21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "65209846a69a45f6a54cccd3765273d9", "region_id": "RegionOne"}], "type": "accelerator", "id": "08f8ca8160bb4502a65c4237e257062c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d05856aabfdf4932ab6ea2d5df0a75a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3613aa5edfd747869a864f500d3b4580", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f50a026a59654a04b802693b239e8f28", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c9718451aa304df783af9721405a454a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a5b478a44d954c82b3bd9cfeed19b566", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f3a91d0e72494df3a39152268998f0c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c17b88c2d51d4f35a728fffa22782026", "region_id": "RegionOne"}], "type": "registration", "id": "3a64ea457dbb440bafb10ae43c113e4f", "name": "adjutant"}], "user": {"domain": {"id": "19ff951d50164a769af1cf042504e503", "name": "729a482fdbdd4d688d15d6c9727b3654"}, "id": "6d14548462e1450cb4981903bb1ab99f", "name": "e183d5877a7d489fba8282c57b93b553"}, "audit_ids": ["916123abae834009bceb94f8580c3067", null], "issued_at": "2019-09-19T09:04:39.688755"}} 2019-09-19 09:06:39,843 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/extensions -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,847 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,848 keystoneauth.session RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "name": "FloatingIpPools", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "description": "Floating IPs support."}]} 2019-09-19 09:06:39,866 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ip-pools -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,870 keystoneauth.session RESP: [404] content-type: application/json {1} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_remove_flavor_access [0.176617s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,803 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,807 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,808 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,811 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,823 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.728650+00:00", "project": {"domain": {"id": "60357e90916c4183a8da7915778bf89b", "name": "cbb96e652ad443e5870871f8dbed756a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8c85a27730df4e438dd734df6b466ef0"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "15c641b0c7ec4e03b79e78c01ddbbfde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "83c5b4a7dd2f4a7f99343186ccd84d0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "34c41c9149b94fe9bd34ccee5257484f", "region_id": "RegionOne"}], "type": "identity", "id": "2206d06fb9484dc08e07a6d1df732df7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a689f4d66c3e4a70b160ebaaa0eb0148", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a2aa86eb87644b6f900c95413500dbbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "213762316c55417283f053b87d81695b", "region_id": "RegionOne"}], "type": "compute", "id": "0fcfdb2ea38a4a43b559fe1621305f5e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d1f1ce607cbc4ee9a37c847342d73241", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "de385ecc52334ba7ac879b4c5f3ebe41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "1f240e9f35894cd59df96e858d7895a0", "region_id": "RegionOne"}], "type": "image", "id": "64fa73028f614ee6b4f1de270101de0c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7b53fa9c09b84b469960d4178cf415e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "97abdbb797804bcf9f31d12e6a5d8373", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4a0e5bddd204445f90f68d78c3d87c7d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a77eafaf1c744eaebde587aedc562946", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "599a0ecf25b34db0ae797e9c7053c9d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf21ddb1149a4d64a451e2a5a543ed99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a513a98b3e14aecb8a4726603a1e3ec", "region_id": "RegionOne"}], "type": "object-store", "id": "4732727f1c794088808467f0a2619267", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a693b76de5bc4c5b8afd52718e5529a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3b8de6c3dfb3400ba8c335f54aaa4b39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8f986a7fbf3a4d64a792e69a40a0a164", "region_id": "RegionOne"}], "type": "clustering", "id": "e845c038e5fc49e2b7130071f49bdfa9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9312d0f43ad84914aff452e549f54c94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4f64543865374c88ae9ad5aeab688e8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a6b826ce62db405c8f42832a608896f0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "438566ecdb974440bb925bb1cae8a772", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0dc0fa3a3b38424abc9971686a58e53c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "26fd07d2ca0e45e9993e9c8244ab5d7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6a4aecd3b577444c9a1a6ef699dd9c7b", "region_id": "RegionOne"}], "type": "cluster", "id": "cdb866e8c79c4045a86f50c59ca67551", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "72b94760890f4fc0b3baf63d7676aaa8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cae44b0ce7f74fa6883159ea27f40b83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0b22b05529554da29eb9421f7e805afe", "region_id": "RegionOne"}], "type": "data-processing", "id": "c6533b2a5a07486ba1899f65e5001a9f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "769270ffb1c541479840d2d2d3e3c354", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "813ab2388d7246e9bca0059ec755c796", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7f07003eccb7420c8a4561903d68c365", "region_id": "RegionOne"}], "type": "baremetal", "id": "fe486278ae5d45b592acc2f96c09d277", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ad3c2252312a40a2bc5bc31b58a73227", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "eac30ffac0904c2c8ef0e9dfad96239d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d0beca6520724df3878fd9f65f40991c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "af88a7a01ad049e7921e6cccf089e138", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7e0dc132588d4f5ea468ef7b06d6641f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0d8266b94d0048889b097eab119b8e40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3c1394d2f2f4424fbf9c8849abd230b4", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a035ab188e314e2495acfee3c3aaa3d6", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5cd5118e867948a499c69dc4b69e9abf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d5b5db9de9d04c7faf810a2a0c739e37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "106a5bd1292f4e92969e97741ad96760", "region_id": "RegionOne"}], "type": "key-manager", "id": "cfd31cad79a547d5b3489b1d9dd6e67f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a4de71b31a964204bfbd2e6e5774966d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9e5861c92d394ea3b6a8b8cb995e47ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "55c57976b6ed4a6e94666f04c569af71", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c5e9a9f1b9b54e108a5c1e30c4c0623b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ceacc2497e3e437588471a84870ab6d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "acfb12e7a23f45eb98cc6d0234322045", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0de2efc885b74832bb41d50e5c3ff868", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ed86512f937143c3b3f6ece0c8d25222", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f252fb414e6a48d588e13d0f3591bbca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "985e8af7588b441a82983f44990bb386", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "93562a36edf14ed58defec908c16f3be", "region_id": "RegionOne"}], "type": "message", "id": "e7b2683f10d0438284b9b1e6603048f7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "61a5c1c744e94c17b526bce7bfd57fd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3705e19f2dcb4118b033bdc68e5a885f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e7890b3db6de4c6689c5b1055dbd7d6f", "region_id": "RegionOne"}], "type": "messaging", "id": "26cad5a197774a5798f86b4d13c4915d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f70b1f2f02484ac9a1e41470c8ce66e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f959129cd76247ebbbd96e0a71d4ff56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "05496a8038154dd695b891b51c795639", "region_id": "RegionOne"}], "type": "application-catalog", "id": "03e52ed148d845de927892892812cfaa", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "04e44b2d36aa400ebac350839bfe0264", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "00555628ba3f4e6a82fe0cbe01d614dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "93b6376a984c44be84588025fefd57aa", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c7357f4915854ee98ef5393de44a3d7d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e1adc9d7efde4c44ba7a2e76dd8eb3a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "33b90b2ca7bc46fcb70c7d91e60095d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "44e0b32cc8e342269b9a6536a8594592", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d6562e613edf4109aed85eb77be4f7c9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "61a9c5de8cc54b44afeffb77fabeac28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "95229814a5a945ceaf9ee45069d26bb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "379a645bb6aa48e5bb1c82b62632950e", "region_id": "RegionOne"}], "type": "container-infra", "id": "cfe2914ae693413fa732d8dcdfebd1df", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "cbcae7fca36a41cbaa04bc6be9954578", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "50fc34378e6940d9873ae8829886fdd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9c9714014cf34635b23e29972bc3d209", "region_id": "RegionOne"}], "type": "search", "id": "a2df99dc23e04d829494707e3d29b1f4", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "7363246ef3154d71af3690ecc8f2e177", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9d77f959abf442859f6345f78ec5db00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d08b2525839243eca4ebb909fed93db7", "region_id": "RegionOne"}], "type": "dns", "id": "a1b57baf075d4ce1ab825be65e060bf2", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7840e55f604d46eda508288f84ac6027", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d464751ea3684e69a68ecbf0bdcf1dca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "80058518d2774a04bfa233649928ccda", "region_id": "RegionOne"}], "type": "workflow", "id": "9f2b72e1bf064be38c13ab34ad41a1ca", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8446edce27b64c9eaff66e4b2da66cf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6cc3b4f000434424a33ad3b7a12b6298", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d589cfb1bfa04651b6599b407d6066e3", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7d08004000bc4bf8ae3d007fd969fb5a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4daec8f192014685886e700261ebcaa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5d15bf3f5cfe4dd6a0e7ba06be5ac55a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ace68136d85d4d9eab5b127b33aff1df", "region_id": "RegionOne"}], "type": "rating", "id": "1d352aedd1be47aba3de69a4e56a0226", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6ab1d50e2d4c4adea66ec42906424954", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "be0451011c8549fa8281a6124102413a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "12b2201a6d004567ae1aa44816129c3e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0631f1f9428f4c91b5f8a8e543853178", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b83fa0b0dff845c891e8f531f7da8c42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9fb9cae8ceea41a3948709d0de707713", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e304e0be724e4705b1df709445aa95a4", "region_id": "RegionOne"}], "type": "policy", "id": "73746f2f9659484d80beffcb1e1e7120", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "02cb470a9d594f1683cd427df4b39ffc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1b812c74b3a2435b92817f2069b9ff36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bf8f9ca267d04f96adacec247238e9d6", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "99c295e47de04461a5183e73f4e59af8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "44af7cf99f914f0d86db9aff29248127", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f316274e30e0486a8f26949deac9ee0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "28c617e7aba343c89e18ae8a94d6b1a7", "region_id": "RegionOne"}], "type": "sharev2", "id": "6f7c15e69a2d41bdab417ec2ba8bf3f7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "071da6f35cd244e79f4330725ee607f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "316b3f91f1c24991a8d279319d35cd31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "384e3cf6034a4c118a9ee0cda49e51c5", "region_id": "RegionOne"}], "type": "share", "id": "66ea122cac204889b9159196418003d6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5b51a00939f04559a9864c2f40a47e5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b4250d8c906c4ae8938d2fb4986b2fc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "de630b05df014e009d33296d58a15854", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e8459a96e22240f7aa041424c37c581b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ead413b0f58e4d0eac14d3c984e858d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80a42d552c8d42c98fc65b9a47a17209", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c49181052a864b42ba2c9b2cc7fc241d", "region_id": "RegionOne"}], "type": "orchestration", "id": "0d66296228d44009a3e1b9e7b340d8b5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12b1921c55204327869398d846130f24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a02cccdcdc44854ac7e264c3d701a33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9675a36ee4347deb328c1ced68de235", "region_id": "RegionOne"}], "type": "block-storage", "id": "712b251493224124a1a47884598d82ec", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a632533d3264a5ea37319c8c89b4b21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af3da8bac7d646b7bbd0b80e0d3c01b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47d5415f98964550b2aa885837e64ee2", "region_id": "RegionOne"}], "type": "volumev3", "id": "a45d3478fadd4e5faba222a6100ff0c0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "645bf5268880491bbef232e38132f3d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80457630257145a0b8afc12617cbe418", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c823c3590619448c98d814bc7e16b87e", "region_id": "RegionOne"}], "type": "volumev2", "id": "593b7b8f13f34e72aa2e5770e6a02aaa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "211ec118e74c4c1fbdbe3f1f29686fda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb416ecf427b42839963e4f2c2270a55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2737a38490d84b8796dcc1b70988a4a6", "region_id": "RegionOne"}], "type": "volume", "id": "1cc1f06635bd4cb29c2e350371109560", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fc8198283f942a8b6ecb5aa8d17f172", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3962a91be74f4517b00abc79c0b9b21e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf2489b4fbba4d67a039c80561dbc197", "region_id": "RegionOne"}], "type": "block-store", "id": "1ae21c58d03546fbbd0efc07a55c9d7a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c4bead4f9ba64f44bfe244d977d36178", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9a108fd1670049d482a330d7fd6499f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7426de2e644d4d07aa7c73285815ecc6", "region_id": "RegionOne"}], "type": "alarm", "id": "ba91da63fd654a13a3f321b2f3281a42", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "95e1404e0e5a46368fe1891d5b9acac0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "07083942e6ab4d2aaff60e88c0146499", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "03c72da758404e02affb8780843708e2", "region_id": "RegionOne"}], "type": "alarming", "id": "d917bf729e6e4453b5c84a85652f7499", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b93145a712c7491c8c6947934f32c8f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bd8d9ca6f0ee40f5baee2d05bb89fc2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e057b517cd7a4ca7b1f28c853ca09a37", "region_id": "RegionOne"}], "type": "meter", "id": "1a0902e90f264c6bb14f93a11e9583a5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5e3f2c501db34760bcdb779f37433e5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cd6df252578541bf970458c97fae913f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c4babdf7b4c5434b93c2e7a9e8db6563", "region_id": "RegionOne"}], "type": "metering", "id": "b58b7fbec06b4012bcaabcee2406f53b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "68253076734c4b3cac40ec982b3e01ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "03523274011a46ab9e7f5ee70a482cb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "472e04864dc84556ada1214f356bd991", "region_id": "RegionOne"}], "type": "telemetry", "id": "3955ef82e9694cb6a096d7b31ed45d9b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ac0f2b349a3a41ba89a8e99bad323c54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5d57c2482da64d8794256544ca4a7dd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b778d4a6c51847e6b7fdfa4456998500", "region_id": "RegionOne"}], "type": "event", "id": "5a87656d6d914205b5663bb58c344d6c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3d5ac863c0cc47c395a006ee9c00eaa7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "dfe7fe30b79645399f9831a7101d5877", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6524e0768495487dbfca0fbb9efebac8", "region_id": "RegionOne"}], "type": "events", "id": "64645209efd64881af27517227d4deb1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7349aee4e358426292aa16e32910edf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "828377fc44c749d7bf29e9b0e8f6d47f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "41c99c1c75514dd89f3a85542b394e1a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "65d39dd04d0049fdbd937f1e492200c6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d26100e3360c430bb57581933082addf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2c277a16ea3d4db8bd88f90a66b7face", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d6707a4b71bc4c30b5783978867aeb1d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "53af78cda2414b85aea2f8b48a78ce9f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d74b12c017c44ff2ac4332c53270aa88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0ab9735df4de455689f7f874706cbaa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ce2caf2db4ee46a598709bf5239146b5", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f1390b6ed0424fca8b66cfa1dcc6db3a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9103fc81bd3449598beafa0b542adc9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5684d5e3c6264c438ef0261f56d46ab0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4057e85fad3c432f8b46409d7260a52e", "region_id": "RegionOne"}], "type": "tricircle", "id": "5f9135e621094ea586fabb625ae35b59", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "dc40e4893a2e4159ae955cd2d0d243bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "69c648fc72424cdf970404c50ca5bed8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1f136a41435846689f898a87e355eb88", "region_id": "RegionOne"}], "type": "database", "id": "2f317de9f5a64ecf8b51be321588ed76", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "06bcb9910c144f6ba14ed4883b7794de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2f655a641063420dbbad9787688a3634", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e5656d5b0e304b1a8c079917922129d8", "region_id": "RegionOne"}], "type": "application-container", "id": "ffcf865f58c842d0961b86c21b60a34b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b679c26c6a8f410883a653e592445a09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d834f147ca9b406bba3f764924eb22e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a497e46002f44ebe8c502d5def24af64", "region_id": "RegionOne"}], "type": "container", "id": "5b2100dffdb645039ae72e854ee1726e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "996c8521a76241faa5a9fbf96c9dbb00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3e0bf1be3afc4c84bac6d7d0ab67139a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "539fb2b529054b05a8ab691f55fee415", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7d7f827648144bc185b50b5147227633", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "57ae01640c0b4d4d8084a6a6b37085a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "66016005deb5487382f28f6bbc314c8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "68a94998441f47e38fe24231340b834a", "region_id": "RegionOne"}], "type": "rca", "id": "21a6dc301ebc4cd4af4d273a2aa48119", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8c73b34df771483ea90c383f97f9989f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e06ffc5b1477453bbee59d120b0fac4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c7bec5ad032b476da835cf4d31e73747", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "784febc602b6431682f9ca7a7c0f75ea", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "fd718985dea648b5819f0c5e65b20326", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ef94d2bbf2ca43838174a4be15351944", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d44cd21cf9c34feca4676e7809f07bff", "region_id": "RegionOne"}], "type": "network", "id": "baf3082f4ad44fee9ee4eefb3d1654e8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "82c868b2093b4251be2b0b78d5b97a89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "18a2ab6b6fba4da4a8c763ee2321a6f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8258c894abfd45448217c52bc6858e13", "region_id": "RegionOne"}], "type": "backup", "id": "0327f1f7832847dca7c2b4c5f748624d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "707e2e901a204d31aed7f0ec3a128c3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "35642bf5230e47d5bbc4ba99daec937e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a14fffffc9324734a283b159614e0c52", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1dd2fd455f5b4d5fa5d3db463ccb863a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8e871b0e7fca4a6ba059500d9dcff340", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "66a458c7414f4591898b7440b38a8125", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d493f0ae86ce45beac5e9f79234617ea", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0a4b84e71cfd4878aee948468dbd78e4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "62678e8242c0450588b81f8b286b2997", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2d7c82fd4d3d478cafa75cffbe587ee9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f1a3bcd89876427a8f029ade09a03c6b", "region_id": "RegionOne"}], "type": "monitoring", "id": "2218ba45a0c446439d102d630c8bffc1", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "dd3d90eea75d4a0db901352bc687ae61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "64f5e90dbeb54125afa638c557f47e32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c9b4c7aae7854da9a72fc8bc04be5a5f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d05ba8bb35a84041b9f2e021cbcd5f78", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1ebb890f95af4e4293597061672a3e94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9c6720423cad484eacde34f393288ad4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8a816306a7ec42b5b5220b1c2b3ad553", "region_id": "RegionOne"}], "type": "placement", "id": "1433eb6a6b7740948af79a883d25cc5e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c0f2b1e0eb9c42e5b44c549e6116cb6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d5a776ca92a843b6ae8dc30a0f6d5de3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "daf69feac552494a99ce4b3e728bf25c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "93df5fec12394c71ad3563969b05cd16", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bdb4a0ff953d479ebd40e32d3d821677", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2f8da64f226a42758c21d9cf9ef6780e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "22053b92d342471d87940c4b379fa774", "region_id": "RegionOne"}], "type": "ha", "id": "043f8a8fdfff419aaaa94e905d56acff", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4232ffcd66fc40498649335a809c0127", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8927a6500a32495bb08950a1b435cf60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "9e76eb403dca4a20ab97314ad5d7e7b7", "region_id": "RegionOne"}], "type": "reservation", "id": "e33e56ae828547d89806e13fa0c8c97e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "47ee9df2eb84430cbc6c066296d961e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f77b0a90aac247fe964f8a97dbe286d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "53cdba4aac404fd188f141978e010207", "region_id": "RegionOne"}], "type": "function-engine", "id": "7481528daad54586a7c88cc08e066c8c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0152efb97fed4a9a89c44564d7dd54dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "00a0245926b44d9bae2f163e48bc7f36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0ee2e560621949749f7c5e83e1340a2f", "region_id": "RegionOne"}], "type": "accelerator", "id": "9622e68c0df2477ab83b7c90e74756d3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fe3813d3180a4f5fabc1f980e0b6b90f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c8f7ac2f4d794eb18484085ba0496c3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f769a99415b14234a83b682386df3840", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d95499e4ccf2423d8ef13383fa6cb4eb", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f8aed749ab5e49f6adaddcf43e951db1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "efe859b077ab4730b88b5580b2119baa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bb7e5c33a82f45daa563f8417805f318", "region_id": "RegionOne"}], "type": "registration", "id": "1f1bcffda76641abbbc1453e2b1f927f", "name": "adjutant"}], "user": {"domain": {"id": "172c53814d7e4b51b713ece443a68151", "name": "c869e80daf5844c0b5bba8f2270359b9"}, "id": "54dc16fda59d429c9743776d2f51eed1", "name": "d8414c3e443c4883bc75dd16ba9445f7"}, "audit_ids": ["e9821dc2e3494485a22a3277898d820a", null], "issued_at": "2019-09-19T09:04:39.728650"}} 2019-09-19 09:06:39,893 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/flavors/flavor_id/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"removeTenantAccess": {"tenant": "tenant_id"}}' 2019-09-19 09:06:39,897 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,899 keystoneauth.session RESP BODY: {"flavor_access": []} {27} openstack.tests.unit.cloud.test_floating_ip_pool.TestFloatingIPPool.test_list_floating_ip_pools [0.197801s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,819 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,821 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,822 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,824 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,836 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.752202+00:00", "project": {"domain": {"id": "319a2eb46c9b4c7d862b3e8448c03b24", "name": "6bd3e621b1f44267b3df46cfbec8cd0f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8cd83ddf6abf487d96a0fd169450550f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2f2885f6cc7643719acae2b1a5636bf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2aa71fb509934b78a7f63102b9ec8917", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ce2bcd1f427c46d9b654d8258f8da18c", "region_id": "RegionOne"}], "type": "identity", "id": "f70abd5828c5407bb269c4a3cdeb116f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9121f87832d8478d9d3b87cabfd6237e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ba03c30d06de4ceca530b6e5d9f7cc1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ada73ab0c2b54c0e936e8f6b89ef65a0", "region_id": "RegionOne"}], "type": "compute", "id": "d6b52822c4b049d2b3eab32ea46d724c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "074a2917be19494db2d3e00fa5f1fde3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "980284b6be044d9d99b235c270d88422", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f07a29bd62d84c6d99b4b1bde23a10ba", "region_id": "RegionOne"}], "type": "image", "id": "8fb6d29ea5014f3c9bbcdb021993208c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8c41a035ce7c417685c54b4ac2de2d21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5f2c91fdad37492e9c6502a0b6461997", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4aec732a4063416e94d59f679c631cac", "region_id": "RegionOne"}], "type": "load-balancer", "id": "723fa3aad5244a5381dd5becec7a2a0f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "30bd7d419fdd4d6baeffcf64f4dfcbc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "473912a9535148489433d57f49085fd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e496b301b5e40f68da44cff47405f4c", "region_id": "RegionOne"}], "type": "object-store", "id": "1e045ca17d6949a59f6a9ac27909b99f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cee836f4438841d6ba0e2ccd44bd4761", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "16bd02d63ba94069af2061543375eaa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "32eb125c066a4f14b1de71f847b9fadc", "region_id": "RegionOne"}], "type": "clustering", "id": "0380d6465ba04c57a6db44cae5f63023", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a0336447cad74074b95f6a5b8de63a77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eb78d99a8b274b87b5d127e9d9b97924", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fe5e3abbe2cb4ce4893a9179de975b77", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "26b21c49867440d1917155bd7e8bd52f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0c169346ae2f42a593c32e607a1c909a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9a959f08768c477bab53d424498f8519", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5f8754face604eb896cb3052a6889b98", "region_id": "RegionOne"}], "type": "cluster", "id": "f977b087aeb542e28a61d605c155406a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2e586ffc65b340309c836bf283a8485d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ad21271888684b4f90da632e1897f8ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "deb588816f55465ba7aa88dbaaa69167", "region_id": "RegionOne"}], "type": "data-processing", "id": "20291b59abd4455992fa38dff8406882", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a70b1265cd1c4fa4b9618144c6fd782f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "11d882a9a6d34328bf6c770dc8f1e01b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c22c4b29e7964e378fd569945ed85e9d", "region_id": "RegionOne"}], "type": "baremetal", "id": "511fbbb2a0914f0c95750326122261bf", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fa19951dd5834c7f9ec23815b959d674", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ed946b39c6bc4262b317e244f92e6608", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8a01b237abc543ecbca169bb7e0c0467", "region_id": "RegionOne"}], "type": "bare-metal", "id": "991e25aaf6094a7692a28b2006e1b535", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c241cd89f3d04bf7bc853a9c21d6320f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "eb3a31a33c784442a92935a7c5f27e1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9f501c11b60048268e039ab907e5b700", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "67e998270199418088ca4d19157170a3", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6e78ffc930764c0a9be242fec554807f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1286fc845435400d8b377d5f8b5d8747", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "92c3ad8838fa45c19db9a3e139636f73", "region_id": "RegionOne"}], "type": "key-manager", "id": "4e092301aa93460d8b3030c29a38ed63", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b0d56ca1b3494de79c76f3930df8cd11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7ae2d27a39414e43b32fed8842f8e858", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5c1e1a9d9dcd4f4ca284c60862c1527c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1c47948ae0af4d1aa435fae9e8ba5c2c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ed61bdabf66e49c8baa30fa8a4954fa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "115c4aa8495f432e80a837a8a0253659", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "78543552508c4664bac9b946edb889b8", "region_id": "RegionOne"}], "type": "infra-optim", "id": "58b3dfaa355b461bba350ce69f9610fb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e490d04ca2354ec5bddd562ca7638632", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "87db01b46681470896084515612af265", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "503acaea52b1437e88c964841531bedf", "region_id": "RegionOne"}], "type": "message", "id": "69ee64de637f4155af2ad64afa0c3cac", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c6c1098806fa4b168e97188fb320bc0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "82f664a620fd4939b41512638dda8407", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3882a351f2054a209bd1e95fc40b0230", "region_id": "RegionOne"}], "type": "messaging", "id": "9e7bc4821fb34b44b8cf2a5797fe70be", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cf0fb0f1f045417b929711cb43a91f80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e7b3badd6b534634b977e9d62f5b9d49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8ead04bb051d441a9a558eedafce6cfe", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a485bda853da44b59398b7815ded42d8", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a6972734addb413588430569146b0ab5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d300d699b8744a4aacbb5d57ae396691", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "97dd4d4da7fb44d1a581036e3d378bbf", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b57586e6ef194e688486cb22ffbd49d5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a84d4d516bca4d43bbae683ffca2f3f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aac140603adf48ce859ec1285cabe17f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "390081ce41c84e91b53789dd744bd642", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4aaaa94427804fa394a1020f4a4f2769", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c08019eb7e654f3da5a60acd153d4539", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4197202ec5d94c7e80114cc86a96f7e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "39580d1020ab446cb3f2526db0fe1e7c", "region_id": "RegionOne"}], "type": "container-infra", "id": "13ac5770e5d849e1b373d083134161fe", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d85956189b7e4e3593f578e5787696cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "89e1d0ce8d734bdf9f7fd408569967b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "0b446289d9404730af82687696bf33c3", "region_id": "RegionOne"}], "type": "search", "id": "6de0c4a889094a92a0ecf0c6af7d49fb", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f06751884e30490aa34569739c7d2131", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "11ab32764836465fab5b8e46e539c167", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f4605c28b36745638e48ace628d55226", "region_id": "RegionOne"}], "type": "dns", "id": "59f3311dc9e74c1c8f1c52c8396b4604", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ab442d3c40e44129a47d232d30495c9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1212227aefb6462c93bf77b5b2058cb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4f817d8253de453db87a47ed8871c3a5", "region_id": "RegionOne"}], "type": "workflow", "id": "d5b4adaa9bd848a381edbc29ad462219", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4afa8492c44041da934c2cfcc19b75c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d559218754da4e8bbc26d8fb122a7c61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3ba3e42331fe461282247b9c94b03df8", "region_id": "RegionOne"}], "type": "workflowv2", "id": "22971fbd0cb240f088e831b339243186", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f98df9ab0fef4a36b42739e43aaaa589", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "76d1eeb873c54c088de54e8649e90309", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "423f371142414d40838457842771baf4", "region_id": "RegionOne"}], "type": "rating", "id": "8863bab437974de3b42c6d8d1ea6d1e9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d06c489cbe16435787d93c9283b8153a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c7ab11279d7447ada5f5938c4e539fa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0f45d1812e924e15b69d8fc15cf96e0a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1248d64dc488466b9589103d160d6262", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f3d5290b660b4b62851343086f2daaf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "474a6367d04a459d8bd9958cfcb017e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "17694ab2ab6f41228249f6d54793d996", "region_id": "RegionOne"}], "type": "policy", "id": "610b79f7d27748d2b9d71cd1df1c5719", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3af22c89c57a4ece80d8933c4956e987", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2cca7346485243daa2230643cbe8f40e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "aada120bf7ba403cb1f02d5327e21ccf", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "32f032263d5c4503bc505b160c8adcca", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cbe40efad12a4eea92f5c19cc023c799", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4ba2a8d422144335b16ed30f17a60ed2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e5e3b72d981f4df090b8568517cb96ee", "region_id": "RegionOne"}], "type": "sharev2", "id": "e927f1ad99cd41829ed5b9650fcaaf6a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8f4ab152bc654033a52f734994d577c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f6f01b0ea69a44f09cbc4bef58d1560c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "be723aaca79647f29149c5fcbf71a143", "region_id": "RegionOne"}], "type": "share", "id": "258f42b88f7247fdb696379bbe38f541", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "72bf872bcf784eb0a89a2ec70b40ba02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0fb4500d0f664925929880051b05d081", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "52b3dff805a34be1b07e06067f6edc5f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7c08ff05db55427399a7fed3a059b783", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6747615d00e34020bbf6e2d0606425bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "809bb952b9964d028a0ab377e1900be2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32853c1f134245349342aeeaf17577d3", "region_id": "RegionOne"}], "type": "orchestration", "id": "4ccbf86b1c014b82bdc6b706e6ebb780", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e77137e946ff45feb057cd74561cc996", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "110f0ac8e9dd481aae4f2dfb530a877d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dac9bcb37c1b4f45a7c3c9c5716db66f", "region_id": "RegionOne"}], "type": "block-storage", "id": "5ea7130fb59e40b68a971bccd607ea44", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f76ed7a5756a495fb45fda7297af8656", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a17871dc70e34f72a9825e346f7b864e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b96063e96a04ed880a330f16e45d991", "region_id": "RegionOne"}], "type": "volumev3", "id": "223bc4774e8346ad816ae1dd0cf3c61e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2dcb898f6aca4272a91ac444633de9c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f92bd010418f4a1d89b0433370d96707", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9f5d2e27e1441d9a956f4af69871154", "region_id": "RegionOne"}], "type": "volumev2", "id": "c1a0683a1366447bbe39d9cb1b99be53", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74d69c15cf934d3dbe627d4c2e68f2c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60128fc89f36498fb88b36563eafd916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d938e400a6c4435d8976738c0a8cba00", "region_id": "RegionOne"}], "type": "volume", "id": "0b563349d8204bc99ce13b37bdebbd87", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc5d54318105442f8620dc214e5aeb88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ff48959e2134553a335fbd61bae475c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a2a5d70f56e4ae9b2156862cd0af58c", "region_id": "RegionOne"}], "type": "block-store", "id": "0d8bcf3da7684ebd8f7cd4f4f0a442f0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1a11578a96d64049bcde70546e99068f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5edaaf9c05ac4192ae06b302752f2221", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9953bd3673fa4b669b6cc0c99b10f79c", "region_id": "RegionOne"}], "type": "alarm", "id": "4f10b280402746d0ab271f226e74d8b1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "46543ba7f1104112b4e1a19354f7af71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9adb1402b70c420cb0f09b124d0a5262", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e1b3a522b8c441cb86215177b81467e0", "region_id": "RegionOne"}], "type": "alarming", "id": "dec0b892b3634bf8ab164b6a615b94a6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1c571d9f99f34636a1ff89bd46c7831d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f291c08157164a3bb8dd28412954c396", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f11b13e2c1c34d6cbcd7f1a80744bb8e", "region_id": "RegionOne"}], "type": "meter", "id": "366eb80c66c545bbbad84ef44b4a77e3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dc5dc9c5e17848a5a66bdd70c3fa1cb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8ec28a14dba24ff3a42703bbf590c5d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6040e580cc774ee99e7c3f19af154761", "region_id": "RegionOne"}], "type": "metering", "id": "475d33492eb24c37baf90091acbc82c1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "52924fe8939f46239fcfc602b68f6162", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ee5a90edfcb44b7db5c7303dd545334d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e7068b21c8d9415b8a107bcfb0b809a7", "region_id": "RegionOne"}], "type": "telemetry", "id": "bbbf777544584bcb8ecf1016b0f76bac", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cc280e35c3d44013a605114a64b52456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f2608232988c4fdc997783da7db905fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "23ebce90221247b990fb8412b07e1895", "region_id": "RegionOne"}], "type": "event", "id": "cd75891cb9214c699ff0fc9dbfd5b0b0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7b8b0441660245a0950ef8bb4bcc24c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6f379316427f4baa81cd31b4730a2340", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e05d449f3e9e4b5a8d87b4f1bf3228e9", "region_id": "RegionOne"}], "type": "events", "id": "38f89237494445c5a333677a151e28b4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b6b96478368b4e3a9a49b8b5387e71ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4c77089a7cc44301940534632295f475", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "64155f48314d45be97953b95a0d46b39", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ead648f068fd41e3a3eee1be13b8ba7d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "705d2194e2d045b8bd68804ceb5752c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fb3977afc11948529066e62a95a733ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ca1c507a36a641a9b2c308b5fd4953a4", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6326de9cb7eb4dcdb71f5a93435323d7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2090ba758c274e2489c43256f98c629b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c0da9ab64994441ba5497e7435cffabe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5a7dadf3b2d344dc879bbfb1908a9a61", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "93079596ea1c41b391f54e5b97998e20", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "632540047a5d4408b7ed82c69470efcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "df31b6658acd4bd4b1ce8b226e746f7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b6a4a20370914eed963c4cfad525bbef", "region_id": "RegionOne"}], "type": "tricircle", "id": "94b1f481af70463e88ec48642306ade2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0024fd52e1a245eca6b32664dcaae8e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5027db7135254827949a948c76ef7d8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3c67cadfac6045a7a7519a85a9896e51", "region_id": "RegionOne"}], "type": "database", "id": "2b58ae3aba66477f932be4724bdf4608", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e2d0d5ed23d04ca0b321302e3431a558", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9bb632df06c34b778386265fe98c5801", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8c56162172464a9e96a771940cbbef59", "region_id": "RegionOne"}], "type": "application-container", "id": "24665183527247e8b10fcbd4cbd7b056", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c6c2f1e54def47158aba9490f01ae98e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6778006ca56f498aaae4528a07fd1aaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "48358dc47c3343039fc54e0d578a330f", "region_id": "RegionOne"}], "type": "container", "id": "17fb8865830c4e0081d3a256ffba9ecd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "eb087023d1074376833045fb45a0642e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2b46557a1b8240c284667ca3219b37df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2f945ecbb4534b1198ea176e420b0a1b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "687e3fba4448498bbca75d406c1a29b4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2978bb36b3224db4853c9d3f60d66654", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d196051ec211466d9f305b4c820c76ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b77dc4f24f864dbf8fa98c2d333a8d65", "region_id": "RegionOne"}], "type": "rca", "id": "c579acd2fcf442ad9262ff267060a6a0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c234c24a82aa455c8653049c936938c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "cea82f735268470e80b62387f7d844fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "cf700ffac8c24db6903fbf58b20a2b74", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f8ecab1138b743148c944c3d2ab8226c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "952840d546fc40cd999f4876e6285c6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "62a439725cf241dc91c503133f318201", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "de6897fc5d79475588b94bb9beed2aa7", "region_id": "RegionOne"}], "type": "network", "id": "5f90ac4087ec45a4aba7e50f768dee82", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3da0815510fe476ead627b1575c2b512", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7cbdf94c01f948ce91817e5cb2f0a4e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "48658d17afbf4a12a06014e507190354", "region_id": "RegionOne"}], "type": "backup", "id": "9ce178812ad64224bc6cc7512985f52a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c49f7d20ecb84afd9d23b188804b02d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3317202d8c5a4f77ba4b6d816859d2be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b482e5a5edd044549fd8d7bacad09b9e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "495d2f7b84e74e3a9d5939edc95cf6cd", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "34201ad00c3e4897ba0f1d1aca22b495", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "08b0cf2f8ceb411b899250918413a8d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "832b7682efb44fdd96d1541844b47271", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e2ef736fcdb44189815258546ff441f6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e3bc6ae3b05e4dbca2376bd11ab043f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "acb20c0330b84ecbb0ba2a3512b94b39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "bd64bb4f3a4d469e9fc961c23baf36f2", "region_id": "RegionOne"}], "type": "monitoring", "id": "36599adefd304aa39e788ab448af2320", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4464ad40526047bbad0722813a493df8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "92d6f03b440645fdb47fde6a5970ab38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "94d21f41257f44398d4fc81007c56fad", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3d6dd620bc3248eaa37cff7cdb5a7cae", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0726ea178c5c4e0895b5a03e54cba022", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7338d074d99a496a84bf9e9a87aa3cb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "2a5115ed3cf44a68ae351a024385c196", "region_id": "RegionOne"}], "type": "placement", "id": "3bab6c203f204233b054294a53114b8e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "24847446550d489dba02d5ac5e3e9806", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2d75f8f408a34c14ab9b8b0b852c37c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e7a93e1c90764ad882fa8cf1347be734", "region_id": "RegionOne"}], "type": "instance-ha", "id": "adb4d9ee917544aaab8b6b190bc81735", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "026f759fce044e95ad201648b2129c60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "06ad4a77291c4ae0b4c3eebcef510685", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3a295230aa5d4a3eb5bff129ebf63347", "region_id": "RegionOne"}], "type": "ha", "id": "3d50bee076fe481692b937210a4e7f4f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5236de9b2cbe439d8bf48359f9d6a9fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7bf84a83a73c47c39852c8dec0330c4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "43b3e3ce4ff14ab69851434ffaa5a821", "region_id": "RegionOne"}], "type": "reservation", "id": "b9e8c6ff4c464b2381921044cbf9c88f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "350edd5f310e410d9f16de213f14d6f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "88bae0b9afb445eebc4a0b7899aa41cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "84c7a33337684baf9e77a308ce5a5ca3", "region_id": "RegionOne"}], "type": "function-engine", "id": "a22051e8cc3c4dca94dcab5ceb46ff2f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c1306b6c75c44aa2b314fb6004ed3356", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e9d7095373f14412accc2fb05bb3236b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "849ffd308b204d72a1452a61b14f4419", "region_id": "RegionOne"}], "type": "accelerator", "id": "6b4406279a5b4ceda28cdaa06454edbb", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f9535419cb604b83835713eee2715e2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "95ce2c01f6a346ca9dfcf6212254b628", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2022e365a56b43d0ad2e3388b5388872", "region_id": "RegionOne"}], "type": "admin-logic", "id": "328e2ebbcbdf4712bd1f36a051c82bc7", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fccab6a7979e4b5ebbc0bd173dd7de94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2b88d74903d24ef6b0f554687415c7a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "54af7537c0fc4af8b05c6cb488f4747e", "region_id": "RegionOne"}], "type": "registration", "id": "639284559d6649019e11140ed138dff0", "name": "adjutant"}], "user": {"domain": {"id": "389445ba63344e7195938eeaa0bd9ab2", "name": "640f05a43f4c4be2a3dddbf959d50ace"}, "id": "17f863e27cbd42f684450a39242a9d3f", "name": "ba8f970ad2fc458fb468ca746ae0e58d"}, "audit_ids": ["b4c13211cdd84f68bec2a2ee5c06e5a9", null], "issued_at": "2019-09-19T09:04:39.752202"}} 2019-09-19 09:06:39,911 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/extensions -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,916 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,918 keystoneauth.session RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "name": "FloatingIpPools", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "description": "Floating IPs support."}]} 2019-09-19 09:06:39,937 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ip-pools -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,941 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,943 keystoneauth.session RESP BODY: {"floating_ip_pools": [{"name": "public"}]} {23} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_add_flavor_access [0.152759s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,837 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,841 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,843 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,845 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,856 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.768363+00:00", "project": {"domain": {"id": "e9867f4c0fd4463cadcc7206661a713b", "name": "482be23a66bb4f5e954d99999075f16b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "756aec4ee8b447e88ae0641422691bf9"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "bd668ef7ca1a4690b2e9b176517f592c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d6c25e55743a47b58a0818d3f00f2d8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1aa654b8b3e149f5ae47885d32752efe", "region_id": "RegionOne"}], "type": "identity", "id": "2a410524f3fc451498489249306320e4", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "91f17069f73944cb8833a8dd5502b239", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2f391b95e8964ecc9dcd7596a239a676", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "51a6b145e4904a359a958c6ff6c877d5", "region_id": "RegionOne"}], "type": "compute", "id": "4f990935346a4f49a194ca22aecb9ac8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6d9f1255b2874340a6b9508e586e213d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "9b78d49863614c2eb153059e5af7bfbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "68c6d13d8c9b4c27a84cb512e8d3c967", "region_id": "RegionOne"}], "type": "image", "id": "db8ef954810b40088dc8db79e70f97ee", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "70c1ca62c2fd45bfb7797ba70c37455f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "236d4582597941c1b9da5ff5261f8022", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8eade439b0b14a06bd4bf9d963bacae3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c0e8a00ff1e5431fae130025e872b5c8", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3cdbbd1276414692b2e88fdf2c8212f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4918ece0fc784fc3b0fb0f8e48d31f90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a504d04cb434207ac0f30ae7fbcec84", "region_id": "RegionOne"}], "type": "object-store", "id": "293a892674a740deb7c6497fdf496342", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "590196390de145cea90381ef631fbae0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9bcdf41053ef4d1596574c6c4c858301", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fb392ff20e714df9901d1079c1d6bfbd", "region_id": "RegionOne"}], "type": "clustering", "id": "02f9ea7c3f5a4492b1b4d9222737a5a2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f694e768a49d4b0cb552a364fc7e511f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f52aa5c914fe4f8094d2cba6d209d426", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0b5d91d688c04af5aeb3c5b1aaa5036c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f700c2390b0c42738e4f2d855514f851", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "98b441224cb04cc58fc0d0188a21c8d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "02cd02155a444ff6aa1f8e21552caaf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5866bc76911e458b9bc6dfc6b1f67afe", "region_id": "RegionOne"}], "type": "cluster", "id": "37313ab8babd401a8464c5d82836e223", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "99b54b094f9a424ab4356b9a81343ead", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "52842ae729004c689e377358bbfde24b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "5402c207d3c74026bbd842a71c247ef2", "region_id": "RegionOne"}], "type": "data-processing", "id": "aa37e72d82c34325a2a32845519a99fe", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b7a0d3b9f9e74b1b95c5edda982f68f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7a7280c0b134429d826c0b3687a221cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5fc40260677f46899080105e4409ba6e", "region_id": "RegionOne"}], "type": "baremetal", "id": "281716ad83e849c8b3bf25672ef1213f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b683c894eaa34d2eb4f891cc1fbb88b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fd94c44174c149de9c1aa2746624c916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "45d7276753664ad7a4f25da4b244b3c1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "32c1cebe8c5743c69325ef062254bdc3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0e39891ae54a445f9d0f76fd677c3ea9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1712db8188194a969e432a280e41512d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "59684b051aa94d65aae449e2a9040b8e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "dcfda98a23f84d34a7e78db22608bbce", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2f8028d057fa4c47bd7bf816277f53fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3e5fb0d0236744cc9df50b0a09470e8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "57c6e3cf81d84ff9a07d1476392840ba", "region_id": "RegionOne"}], "type": "key-manager", "id": "7085c89a8a4c4913a5c1437cb07d4905", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2a3c764900134097bb24f46f3c26e94e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b0a5820ea2c6480182b2dc94d2992718", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "59db68a492b74015aac969acbde59ffe", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9cdf317b1c2f413f9b56cc40c62c7bf9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a04055d4e4f240a2a606c92c03c5d467", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7d8a03688c6244688d2785a3cd88e785", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5cdb681141bd4bdba035f260308076cc", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4a711b7623a94ad5b1146b9c49aa3277", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "47d3e21cb6dd425e9a5ee48cae3581d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ca3963a25d7a4dbabc4800accdba42e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0077ad964e61498aa38003fde3ba90c8", "region_id": "RegionOne"}], "type": "message", "id": "62c5045e3b56492cb4f077d444e2130d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c8aa510ec772404bbac7df3f2a1a1cb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2e14cbc24fd844f5ab885d786ee70ab2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6b6a81f8830349e6bd74e691b2a01e32", "region_id": "RegionOne"}], "type": "messaging", "id": "97f78a2a70c344e3a1949f302cd7ca20", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b1bf348ea85c44e0adc91accc28e3d21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "067c648dd1464945a46758159ed87f5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9d9da30a6c7543f5b22ed6089100fdcb", "region_id": "RegionOne"}], "type": "application-catalog", "id": "90f0fad2cc2e4d8abbb365b7c7b053a6", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "33664efaecd04fffb376d8610d6f98fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "942e9b5eade34b2791108bb6b112a284", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18442a414f6242108225375f9bcf3fec", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2bf4b393bd024e6eaffe6cb5f619b8cc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8c7a5011f3a04e21a4fb150d111a72f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "97c69eb6c4c64822920818d68866a918", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "340422aae74f4bf8abfa8430f19a1573", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "03a1f332319c44a590f26c99d3fa5828", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "807f1b01de564eb68d317e29a971ca50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0ee392a0c2274f33ab0a2ae45ab5a750", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3663ebfdfa9d4075884ac334ee73b1d9", "region_id": "RegionOne"}], "type": "container-infra", "id": "439365144a4e4083bc2c9e6b6188bb07", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a29fd71f7acf48e49fc412bac53d51f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "744dbd8f45a24b07829d183fc62a5a3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6ae37f89fede4441bb51db5cd080ed0c", "region_id": "RegionOne"}], "type": "search", "id": "867fd5e3c4c341759cc4ce325ead4f53", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "016a5169e8044861885ff015f2dd5eca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "10560baf3be54c8eb069cd551ccdc0f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "22b9f7e4d3004e528c5196e1e429dab3", "region_id": "RegionOne"}], "type": "dns", "id": "cd57dbb03f2f4d91903b02e353457acf", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5dd160c1829e41ebbc17c585e4842d99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "65fb69eb564e4cdf8755a158eb4ae6c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "778ffbb3b61b4225ab6fa5129a38317d", "region_id": "RegionOne"}], "type": "workflow", "id": "0e49d508448c4ac38322cda5157f21f5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8ccd57c810ff46bc9b7359f4e853670a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "983a5445386b4922987451cbca785420", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "eb3c2a94dfee493c9a54329d6c9fef94", "region_id": "RegionOne"}], "type": "workflowv2", "id": "13d2a847b59740f1af99d9ad42109c4e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "de7aed1882644091b5199a483ac58ccb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5fe9bccb2e6c405bb9f17468abe6482a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f9b36caf976c49ce82d7954abb7be115", "region_id": "RegionOne"}], "type": "rating", "id": "c6798071695543fa8e2479985dc7f1ab", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "80774930490240bbb2189ca12dc2ee7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2551af1cf70e4bfeb0cb5875a8806a1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9beeae7f31644c9c95d9006f83576a23", "region_id": "RegionOne"}], "type": "operator-policy", "id": "2440a90168de429f911037b0784fedca", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a2ad8a64b1bf4465a76eb15dca5ba1d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0d0a3a4ab00941468973149e19608640", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e302db503bb64655bb7abd93617b4661", "region_id": "RegionOne"}], "type": "policy", "id": "b04b0612f8db4be797a5fb63b9ecd6f8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1419c75a56414907a865a5e1295087fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "970189c7753940dc9d35924d171e7380", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cbdde7595d734858a3d70435565da3ee", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "86475bf8581a4b19bd17cbe117d71060", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3851d711a98849c9b03a5ee7260206de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "548808b242684da3ac6cea9cafc47fd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b9f3b392b17a420e92c45c4c9ac537cf", "region_id": "RegionOne"}], "type": "sharev2", "id": "007079240132448298f2d3bd75d46bfd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2bb335646e8a4af28270c75de8f43a84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cd76dcdc19984554a307b8c91e5a521d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "45facf32c13d4aaf9fe13aedf2b7f29f", "region_id": "RegionOne"}], "type": "share", "id": "eb2697cd7e324c8396108f25319de5a1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6af13e6ba963437bb0391429d84c72a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "13fab8ed883843028b058a96b448dad7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "44d581bba4b84c18bc6d659251186725", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "57f270fa30604f4993bfb2779606a4dc", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71228abccb6a4ed4b0f3623c1eee3b06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80b95a39877f45a1b3927ccc9c455f36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47362dc493ad40eb8916e44aba3427a2", "region_id": "RegionOne"}], "type": "orchestration", "id": "40616c09a45a4174b589594ce8041a0f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01dd11d6873c4affbc6ee820dab63f7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "614b5ef1d2e2417ea3d4b8c1f0ec5107", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64814cc0bf0242959623a724f94342a8", "region_id": "RegionOne"}], "type": "block-storage", "id": "1621685edc6d440c8a0ead240b4c536a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a37882bb0d748b69823def9f47b1e77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46425679495044839d1bc9add036845a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08bbae47fe2d42419bfffde63779e7ff", "region_id": "RegionOne"}], "type": "volumev3", "id": "ee630011cfc645c2b9633a31d87ae996", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39da92af20da4816857bbfccfbc415a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6e55c81e9a348c28d8897b8393b5e85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eeb6b6828d224ec0b43df9804e927cb2", "region_id": "RegionOne"}], "type": "volumev2", "id": "6a1b23df7c634f1985f699097591392f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e0b94fad8f24afa8183ff12f8240c7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dff3fcadb3c84b63a25fc01601e7c568", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "abb26a45370844efb2375b0c83bb76ad", "region_id": "RegionOne"}], "type": "volume", "id": "bffb1f809ded448dbb1678c5c9d66b98", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfe9d961e363400986ab950e798d0dc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04e78045d4d64e0185b003f6c02b4f8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47637cc2926742bba3e4f3f55cf2f80a", "region_id": "RegionOne"}], "type": "block-store", "id": "864a8bee5d72434e9c2553105d23e313", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "41181972b99f4229b3eb0ce59d496e80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "210e7899ef774aa2ab125d73775a4f43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5d049ed5466e4c02b78598c2204157a2", "region_id": "RegionOne"}], "type": "alarm", "id": "77b4ab30edad46d1be6d86c4c8ed3224", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6de054897e6149f89df100634ae46cc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "78a7c0d3ee5c49ba833a0d0e60fd7661", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b9170a676cea4106b1c1fc744f25876a", "region_id": "RegionOne"}], "type": "alarming", "id": "959ace2404b44ea1b72cfca7edcb3b59", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c9ded611d6be46388fca611029093e27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c1032874ac5948b7a6fc48f130c81b06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bc4784ef9e4542b9b0ce4fa3c27209b5", "region_id": "RegionOne"}], "type": "meter", "id": "bc4db7ec0616406895e58e38e3ed03ab", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a5057b8b0f414caeae8d71c9ca01e9e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0c2aedee4af64ddeb795566e763b040e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "da35e9733ba640248819a8817fbf00f8", "region_id": "RegionOne"}], "type": "metering", "id": "dc970b1bf2894ada84c8de80c5b1ccaf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "194f3efa4677481a9951019c6ce50a01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "158f312ab5024a2c9cf8ac6b997f7328", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "73cfac62e8a4471783b8666596fe641d", "region_id": "RegionOne"}], "type": "telemetry", "id": "1cf9b622c6ab4ce88318b2c4b4f0cae4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "183d2933b3b2473390f9bcc9489402b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0a9fe03735d84a86b343db3a6efbad91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8b20664073204f45a930d9b12deb3955", "region_id": "RegionOne"}], "type": "event", "id": "7338cc2d40ac403f98adf65b2c8a9b04", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "67d5fc4000834e9f8c466c0576280bc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9468b6d3977d4799b7a2977e65ed5919", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "38f9c83a10084495b570a050aea86931", "region_id": "RegionOne"}], "type": "events", "id": "3f3e8f6c079849dd9b684ea25a3fe837", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cbbb9bfde7a745caaed2d60365d7233a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "925cefb0e2bb43469d47bbe7c06f3f3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "34be9bd4fa474edf83553176c797b41e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "7de0d8ad69594a7da682f6e743d10a4f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d94ceee3c2464650a90e9571f6494682", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2e3525b7d674413f990b29961001aa6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "53542a4062c4465eaa9e95f772958d0c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9765d82cbbcf4c2c8440e920c174b96e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ae6eb1f8fa3a4ee29a27f6f184d240fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "afeeb0f756a54a9d9c5d6acdc42c6680", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7ee8ed714a2c4ffaa0a8bc38ad36ff18", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "cc46fe4c91414a8c9ecfa0daa218a8b7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ac62ccd5b34c4284bcecb2f9a7bb7bde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "95f3121971e549748d65f913af720dda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "224e1783dfb44be2b64c41d9b091959a", "region_id": "RegionOne"}], "type": "tricircle", "id": "272c3c7d62654541b7f1eacf0507f5e2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5a26f174a5eb461292b92b2d7f7c8529", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "8c53b75b917b4ef9b208b0a01560cc26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "717b094fcccd431d9fca03181c297891", "region_id": "RegionOne"}], "type": "database", "id": "393d79cffbc14ec3a5f9a306791bcc93", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ba2e60cfb0674c48aac308e4a8b0354c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2223c0b352904f8e8fa926a190f7c177", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0271b60b8747472c92c48017900e2515", "region_id": "RegionOne"}], "type": "application-container", "id": "7dccaa8bb8ae426ebc9a8407c6238d98", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2ae7dde9bbde489db3f3a10bf7065f5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3d04aecbd0314c77857fc1c46caadf12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b9c922008a5943a899adcf128d06f282", "region_id": "RegionOne"}], "type": "container", "id": "1beef7768c4d422d812cb25fe91477a3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bf3f72dd78514a20912bfe4ec896105b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "85dfaa0069634f8c89e8d9d00616e39b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "32d2f0b03281413fa1dc2d949aefcec6", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1e7a5c73a39c440cb7002839fb479738", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f0ef55209c5942999b6ff3cc632d9bc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b95ee69aa5f043ea87a087320def6695", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "40e4737f2fe341ff89c2a6a1f6057437", "region_id": "RegionOne"}], "type": "rca", "id": "e25e62465fc24e8183bd61b92e2f570c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8eb81413f57a4fabb3723a7ab3bd2dad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d2a5a4f24d66497ca81b9823ebda0173", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "eedf9d50db1247e282200062b41131c4", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e5ca03788897460e8bb3e45665d52552", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9bc9c069be9c4789a6f4cbf042402f1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4312b927111f4eb9b46169fc4c716006", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "9acdb41903484dd8b5ab16097b804ddd", "region_id": "RegionOne"}], "type": "network", "id": "890ae463f8b24577ac7a1f521f7b4328", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "8bdc64c42d62467d9d65f0968e4bdb2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d81d172d7198427290d939b9a9507d17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "237ed8223eef44c5b89bb31b0b33f3c2", "region_id": "RegionOne"}], "type": "backup", "id": "62575c7bde2d44f4921a7ca5f9bb0490", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "63e8fd51a1244ca9810f02b9f2e6dce0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2799ab2bd04d4d28bb4eaf04248c1bc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8f2bd28c3402420da90dbc21a8518d84", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "60e4abc3999b476da81d71ded9b37676", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "25519752c90745efa9e3f1681cd8e1de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a5390d82429a4b4d97648131b6314a07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "170f2c0ab98140749f2cb346c757cd08", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f6a19b0ed3fa4ba0be563c666b425444", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e5ba42f02d2146fa8be14435d9589023", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4c4397e9cc4e4c69ba5aeabb67c661ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2ca09984b157474683110985c95755b2", "region_id": "RegionOne"}], "type": "monitoring", "id": "20a3566ddb53487ead509f475e0aee8e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cf616ee42c2f4840b4127ef14ac1f2b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5067f301083a4308b0219b302bf1bb21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "dd42abb2107f4bae9451404315ab42a4", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d42f9c67ddf94521ab5a82184b5b4ade", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "eab2612072c84f7ca3186546f0886935", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "afb0ea3719344db78813de98ea2043c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e54cf6f6d52d4e07a59c41b16d9ad1e8", "region_id": "RegionOne"}], "type": "placement", "id": "3b7a2e678c124533a9bb6b8321d3d992", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d8610e4f01754e6a8fc5ad3830b8629f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ef7f540ddbcc496aabf31b096186ef1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "19bf94ff514d4e6f8f1cb070fdee33f6", "region_id": "RegionOne"}], "type": "instance-ha", "id": "3957c1949e884748a90707714eaea517", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ea0832a158c041edaebd5d475193df73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ccf57377df464bfbb082c9498dbcfeb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f5937d19c7e34e9f9bac67c0654d6085", "region_id": "RegionOne"}], "type": "ha", "id": "62984ae02a4f4959b7af72ae7c77d23c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5f4a062a51584726a008fa2896a1183c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5a346a87379f49659c88fecf01074344", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "da03689b59094b45a5c0f2474e07d823", "region_id": "RegionOne"}], "type": "reservation", "id": "4d9bd66ba9584f38bce49bdee38c9f8c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "284387d43a334888a827191248ab568f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "be35e096c7e84792aae12ce5a3c90b9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "6194f38a172f42a58cd55bd222845ccd", "region_id": "RegionOne"}], "type": "function-engine", "id": "978be0e0d85a48218bf2c68c262775ec", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ce92e3d5502449e8b061cfe878154026", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "51dc2f1d6ae14f6e858ad0940969eeb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "29991276257a44d2b9e9ea7a9997b6ea", "region_id": "RegionOne"}], "type": "accelerator", "id": "50000786be66482fbfe2ea2499add9f5", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b10c177f6e9042049f6b1fe5f30a45a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a33ef9b32dda4b8386d693adbaa9fec6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "122dd87e9fa54c37970c855c28e33ab0", "region_id": "RegionOne"}], "type": "admin-logic", "id": "07bf4078176042158b573f163fc5bb59", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e0f86573261546acb9b52686efd7d7b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e43d6452a1674420bd954e3d8f4983ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "caee369a9a2f4651985cbe94c04c462b", "region_id": "RegionOne"}], "type": "registration", "id": "04251512e1d44182a6da4778f82b9dee", "name": "adjutant"}], "user": {"domain": {"id": "f73f38c445ff46b5906b8de2fb7a10c7", "name": "5ae073886c514148a3be9f3623b95555"}, "id": "6860b924102a4a64975766ca896680e0", "name": "64c6d533fe084a1d92183992dbccae36"}, "audit_ids": ["96fa332a706d43e0a5a7de0a9b73b036", null], "issued_at": "2019-09-19T09:04:39.768363"}} 2019-09-19 09:06:39,908 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/flavors/flavor_id/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"addTenantAccess": {"tenant": "tenant_id"}}' 2019-09-19 09:06:39,913 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,915 keystoneauth.session RESP BODY: {"flavor_access": [{"tenant_id": "tenant_id", "flavor_id": "flavor_id"}]} {23} openstack.tests.unit.cloud.test_floating_ip_common.TestFloatingIP.test_add_ips_to_server_pool [0.107843s] ... ok {4} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_find_nat_source_config [0.259965s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,699 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,703 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,705 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,707 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,718 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.636174+00:00", "project": {"domain": {"id": "d5717fcab0c749f0a1924b5529c000cc", "name": "ba22cfb24d8e4bfe8d9172e317ec9e0c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "41ccf652ef9b466aa61788fce52508c3"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4c2c33061e384bb39e5568e2060e1839", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8fc897fa3dbd4984bdfe5d6ff8433063", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2d314f6e686747fabd3bc95973f4904d", "region_id": "RegionOne"}], "type": "identity", "id": "981f5de6c4f0461cb157f1deca61175b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "31b52712839c4bf89b9080ace123ad60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "31db38411fc4467e9980a2eb53bb1544", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "56fa3b2f513b4e45887454b16fda0d43", "region_id": "RegionOne"}], "type": "compute", "id": "ef7cdbd16d9340a4862cc60aca711239", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "8353eb81e2dc429cb0d5be741d89b8cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a762d9322f2a4163b92b894c3dfb077e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "50ca30b15a5944ae8d96dac47174e4a1", "region_id": "RegionOne"}], "type": "image", "id": "a97e114ba4114a12af8d9cb7a06f3f78", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1dabea4e74974ae2a91da83845ab8abd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a8b434f216604931ac28c09a7344bd0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5582fb00244d4dff8f2069e8b5b9a79c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "2b48de92d98d4521b42f342769c8b213", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b6cd156d8b0497d9cac741ab4c10e2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba324b6e00de4052b9c49fba2997d77a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "710d62b25f3e44fdbdfc337190b05b36", "region_id": "RegionOne"}], "type": "object-store", "id": "b87dae1e20b842efbc2e3169c7cc0a6d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "840df038a92b41889b805fc7d821bec1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c1608d2dcfb049a1b523f279f48fa8c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c2ac73453be94343a30a87f265a2ddb8", "region_id": "RegionOne"}], "type": "clustering", "id": "2efc23cc319c4ce9af5b41aff7c70bc0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bd490b78f9d24f9fa039fbed272c380d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "33fffceb3852400fafef6dec2f7ff431", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d84ee7c643fd4142837a12feba3258c2", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "aa2d36495c9f45cfb1e08a141cca0667", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8a98f6a6190a41debb8ab404a7d33bd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c6c659bffe4f4f2f88ae60503ccc54de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bfbcf6c63476426384ec0a7fdcda4da2", "region_id": "RegionOne"}], "type": "cluster", "id": "5e5e7c7b631d444388efa0e2283e4c8c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3f921ffbf6ca462abf9a320436f65c51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f1616ddf2c7546afa9acdeec4c756e49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "124f0bbc7f734cb68dc48ced03ee5d3f", "region_id": "RegionOne"}], "type": "data-processing", "id": "7762039a8f5c4a92a9bf0e1b3c8529ee", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2aae5355d1474d24999726f6614dbdce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d5336185ae584d00bbc3ec1938c7b85e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "868a8a39cf2b49d58842038742c10da0", "region_id": "RegionOne"}], "type": "baremetal", "id": "c77a1b48c82b472994ef32c0d406777f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "489a564251494d1b81bcc9048aafc061", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "43e7a91da1a9484783c5ad03c8e2e9ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "331a75b9104a4d9b9588fbe7793bc077", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e014018e1b9b4906999b359acca8fc97", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dd9499364b1045daa414c25f33b091a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7461062b8bab487eaacb506b2436b141", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c0291e564cd940fda6359268a6ab01e7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d4fefcf296b24c3184dc089ba5652925", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "383c3040f2d4425b8a8bf922f621baac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1894746cfba947b487909519f6b49a09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5cc85c1f71354ce49defc197bb441e95", "region_id": "RegionOne"}], "type": "key-manager", "id": "a929562d716a42018a708a207ac61eba", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f3544ffdcad04d8593c9d93bf842983b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7ad86acd43bf43a5ac294b8d32ea3919", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "514bd298496d4c488865b50899484cbb", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6a3603ff17fc4906b6251af85b179499", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a45733c5886d4e2d99be8476f5d3079b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c401e34a3c4c4466999e76c38d2c837b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fd79887c5ab1478487f62412854a673a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f7614f7349614f8fbc33c10278065f5d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cf7fc57237714190b9b61bff8a3509f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "242108bb10f54d8ea89f0430b7d0813a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c94daa28cb9c4eed8c1496cde6592976", "region_id": "RegionOne"}], "type": "message", "id": "2b4990eb0ca541e892b50e488a076f81", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "adef46fd64524bb29f32deb2602236bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "60171782fc0f4c619e7a0bd9ea0a8215", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "289a864218f845319c063b98aec8264a", "region_id": "RegionOne"}], "type": "messaging", "id": "9cdc4b876b114f09b245c386110e0c71", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7da3ee1f583b45928535137de07df89d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "dfe9dd2f1a234ff198f3592cda88bdf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ffced504899c4e8b80641831afef4537", "region_id": "RegionOne"}], "type": "application-catalog", "id": "12806507ed284072b2f2d5d7a9dd5382", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8b223589a852467890850991c7648b72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "38c58ba471e446259cc6b96b5359fa39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "93080135f90247598290c0fe1a8572ec", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "94df5c92caf748a291a5ff0214048603", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a4884c3d87cf49038e8bd14b13d1dab1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "94934e7ff3684c58b4980c6549ee8c4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a59c5c7ca5904bbe9efc4b13a45feefc", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c0394c33091a4349ac296c637aa62a3e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3638ffe4854345edb894c3928e17aafc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bdcdd436011b4780978119ff90c5abf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "97ca17516737445391e33278bc13bd2d", "region_id": "RegionOne"}], "type": "container-infra", "id": "12d9b25a4bd546ee81be1922d9d9300e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d23b98591644483f873f8b331175156f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d85b3a3a81dd4f5e9cd24a3b5d7280be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2a492187a04048728eb15752492fc983", "region_id": "RegionOne"}], "type": "search", "id": "93f0821a57844b1580b5ab368d3bfc37", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a5ee7b6f493c46248f7466a60dde0704", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "7ba08072e7af4925b3376a0a960d29b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "0e94540fa3824112914f49ca867e0adc", "region_id": "RegionOne"}], "type": "dns", "id": "50cb0d64a3e04f919bbfee2304371bd7", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "228db6acc02740799e9588e035d27ec5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "826d5592afdb4abb9dd2e5867c3da471", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4ba3495ba609428eb08c9867bf73c4cd", "region_id": "RegionOne"}], "type": "workflow", "id": "c2cfd4d70b4d4b998ff8d9d299cea311", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a1cb2e91c3304726a9d75dc9d06b6a8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "763f4a73e250495492606b83a4400202", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4f0b9f034a0c43588f92a7d5e64ccb2d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7c32bca6d0d9425687c0e16eea96485f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "61157eb1fa044e77aa7bbe0b917ec23c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5ef2ed337ade407db76f88f7a26a661e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "531debdc4f7643d4a31fe911aa771c52", "region_id": "RegionOne"}], "type": "rating", "id": "df57864788514bc6ba7d94cf8ecc3e8c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "46033b9f9bc54f0b86823d0201d6a994", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2db2cf577cf3470682f7c608eb51f398", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e9e0b450d6ab4fc6a6e7d74f125a94a3", "region_id": "RegionOne"}], "type": "operator-policy", "id": "93c4d723ad5342adadb45cc0503c0a0e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "15b6fcb2ac3743e39bc101a785ab2b4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "285fbce35ee0416a8365221332ca0975", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e517c3db332641f299c081448658bf10", "region_id": "RegionOne"}], "type": "policy", "id": "5cd236f8d85e482da7e3251cb39d588d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "01fe699c8d794bd0822b614b5ab20457", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5508f6e10c504a878b4a9324fd5bdec2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d4341b0099da4ac7a85e5b93fe9cbf8c", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "aa8d2e2371b84b3799b562d41a5b34a7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a30526ab280a4084ae3ec3a06209a44c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8ba88cafd0614fbf858d424d6ceaeefe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "209377908beb43db9fb721a911168d2b", "region_id": "RegionOne"}], "type": "sharev2", "id": "6743b116584e4d77b3d044c55e3542af", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8bd4c3262964451dac5c37ac1166a29a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "77760feaa9104aaf9b1f0e94be0c45e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "331c2c8809bd42af943a58150483bfb0", "region_id": "RegionOne"}], "type": "share", "id": "839c2b7f760b4c03962ba04daf638c99", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8ebb9bd46b01415c8c839ef24a4f4550", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f461de4de4774d33b1ddabf1b3c08c66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ef6515ec36804f448732f1d57ff4c7e4", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ee9c15746cf547aaa21a7f125e5923ad", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11332738cd03467db936cbf17883bf77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe8ba21c912d402199e3a6c5fd145b7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e57d53f12514547bf51186bd848508c", "region_id": "RegionOne"}], "type": "orchestration", "id": "cbe1e4ed466a4c02a872174119942480", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b29cb61db66346b28d7ca80c4de0113f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be607ac57bdb463fa957d8eebf03b0cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47357da293ec4e8888aa4d06635a7410", "region_id": "RegionOne"}], "type": "block-storage", "id": "db0400c572d0418ca66f9d99880418b3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b56129530ce84129996cfa904a52d27f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0335eeb87407415287f5fdc0359eb14c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "253b02806f054b6f97dec67ce0863d16", "region_id": "RegionOne"}], "type": "volumev3", "id": "27119dfdc339445fbeec98e30e899c8e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "193f84d18fbe4ff8b23653d1cb3db468", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84a95e4f5e6643c2a0214835e85da748", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e682b3e0f1b543a2969411733800f2ad", "region_id": "RegionOne"}], "type": "volumev2", "id": "99e1b6b4016d48d79eca4fa7a5538fad", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76106fc6c74d45f386d592c1ff75ab26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e3bb1ce4a0b4332ba15a17aded35590", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd39ce72840c487e9e5e25d47d6318da", "region_id": "RegionOne"}], "type": "volume", "id": "94ccb6d3d0b641939eb9ab8541d78914", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d16416644307484896b8a6111026951a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6eee57faa37b40a0b946a9a4eb8c2b97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4fb566032114cf18a038727947795a0", "region_id": "RegionOne"}], "type": "block-store", "id": "94f2c342fc9f42f29c72cd8d39ebee88", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d5a8510462e942ba880bfc7b0c2cdedc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d8b54f53e9e647548ed38c94101e0607", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "eb91d04b318844f68586b5e9f01fddf2", "region_id": "RegionOne"}], "type": "alarm", "id": "f23b3cdf51324d2fbe42359acdb2ddb1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "856d46551e37444e8604cd26b378568e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cb9efd18c2ab45c4a70034574f149988", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9f0e2c6b830942f6bc4f7e0faf49da9d", "region_id": "RegionOne"}], "type": "alarming", "id": "197c3e1b187b421d8d012bfda6c9147d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3ef5fabb075a4e9daf53d39060bb495e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cf2a26a8444e4cf4bfa019839c8d94d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3623466b25694cdba2fac2de95f0c888", "region_id": "RegionOne"}], "type": "meter", "id": "ebcfd4ce97824ffe85e2350c8a79968f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fc7fb7c856f747edbfa44d9f1c2a1db8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1d8804ccffd04117afed5aa587cd4f9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fdef930686cf4a448724711bf5a0d662", "region_id": "RegionOne"}], "type": "metering", "id": "6d74631dcbfe4b60adc55d33435a91a0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "28d0f8be4e2c4de49bbc895b947d2130", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5d22c801029244639754bce4e766987b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0125e1905f884ba8a0095f5f52f798b5", "region_id": "RegionOne"}], "type": "telemetry", "id": "9c6a19e986dc4a57915ea412aa1114e1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0fff4e461f2d46588799cbead22b51ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "18a7ff27f0514be1a3386dee4b1c030b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "edd07fc0439c411bb8354f1c2e1270b0", "region_id": "RegionOne"}], "type": "event", "id": "0b502defe94b45749f9e413bc2d6b97b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "538e6119661c49da9db67b1a169aa44b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "187620eab88d485085a3e4a1eb04d4dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5a48367a172d46d993973b9368917568", "region_id": "RegionOne"}], "type": "events", "id": "f19a122732df47539a859cff070c024e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fddfffd7c3b940448a8582c747299546", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c379457ea41b44f7ad6784f66a386d4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "77fa72108b044abda7ad5079754a3662", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4aa64b95caa140cf8f139c1d66a46d66", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "24bf66642da54926881221a625855d50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4f744d03b5aa49268a84b1c71931797a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "68e23af278164deabab097fa7b26238c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1afcbc91a5f54a66be5c2e863dccfa44", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b7ff90e03e394e349036ec4b98ee5e4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4607bfbe264d48a5b3ce4078a1881786", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "aba3c4e263884474aa1c09a911522a07", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c2a2f02479e947ac95de2648ae7aa0b7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fd12684e6f484a5d826bc7f718b2be03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "33b09f49c9034c0d8dbf33680116e26e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7e1803a04a4449c29532a7ae96de4a04", "region_id": "RegionOne"}], "type": "tricircle", "id": "0bcab01319824fd1b43733807668a3cc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "bbc97cad1c02401f9e5f1030113e64d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "81d4f9c933d64ed3936fdb89269773a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3463397a9fdf472fbc62c79eb563e0bb", "region_id": "RegionOne"}], "type": "database", "id": "8b2c05328c3c411f91b2dedcdfb8a336", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9b04949aa6c145d89fbab57c24e419f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e0c615e022934a98b8c787c131c25a73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "60faf5db269c4e4ca8e32d1ac8e08c3d", "region_id": "RegionOne"}], "type": "application-container", "id": "d3a76726ebbb4361b122a51d1b7fbeb0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f3f339cc35094167807d9269328504fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e22f5a1f2d224c44a75466fe2ca1f375", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5ef6b409d21f44e7ae166e9e0a757ae7", "region_id": "RegionOne"}], "type": "container", "id": "162034d595f94ae590396514ca8404ab", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5bcd045f321440ff84e3cdce75064563", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c1da6a69eabc409f8cfcbdf2fe72a9dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "15af19d80fc44666b718aa3a86126a95", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "55f31f297b494ee0936c780e968b1491", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "daf6ffb3d9fb48559e2d158f41b17f0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ebc7412cce464b12adcf564c17630452", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3ae0727f87724a90a071b935fe5a0822", "region_id": "RegionOne"}], "type": "rca", "id": "098ff65019404b7485301bb5845b3da7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1f44384c149647e0a02f3ef27d19f693", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "697f552fd9184ee48f044183bd4c2310", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "85002a9a93f943aab0e80180faf859bd", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d80bfa309eff441381f8de68f48c3a0f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "94bda2e837404c6fb9ee90aa2b873677", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "38d9f2e5cd4c43a6aadb517d716f7c74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8ab54def2c9d40c58e25ba808c0dce11", "region_id": "RegionOne"}], "type": "network", "id": "54334f45222f48589c9649672aeb1cdb", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a4d5531652c44f1f8a5d37a29ab3b6b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0f31dda6f3734a518c60fd4a16aa6567", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "781193a2dbbd4ab185ece16aa383f886", "region_id": "RegionOne"}], "type": "backup", "id": "95530ea7269e46e69417def395677a5c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2004924459574a4b967b90f94d2a2312", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bf3f8ceaf9e244daa495cf491ab7b671", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "37e50fdd0a4d4f2384ecf7f966f13ddc", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6027a56de5a8423b9547a9a5aa9fd1f7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "32c481a09fce47fa93e91409be876ac0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "42657d20c2794a5a901332ca7ebf11af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a2cbf9be66074f9390cde3feb6f232a4", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "21a5b29d80024a9ea0469c8bbb91c54b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ea3a2b30d7f1492892eedb673d997afd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1caf8cf18a8241debe90dc94c0e56ca8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ee0761083dc74d42aed58aed869a9ca8", "region_id": "RegionOne"}], "type": "monitoring", "id": "c24f863508d5496f85a7f17d60d99a2b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "00827f7aa8eb4bf493ad75514bd6717e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1d4ef45df4e843e2aca86cc8b1731f47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "250fe3b41da744c0b88013a4a4c4aa45", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "fe7e35a2af4c41408bae5657694b97db", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a99e156331254f27a1e7a223a5c5d9a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6eb62d4525e84ec1b0a116e4b90d6865", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a9fa4ae83a1e4927a75c497a15e7fc4f", "region_id": "RegionOne"}], "type": "placement", "id": "4e59fd7f451a4e3b899af975ce0f297a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7e7f99b0419e4ce3ba0c2db71c892fc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f8f2debd8caf4f47ae4c4addbf9ff43b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bf07e485fbe84c5191cf9c09f91688ba", "region_id": "RegionOne"}], "type": "instance-ha", "id": "47797213cabf4316840e89627bbd6866", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ba8616d43294495b815206b91ece4c61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9529aac5af314247b97273be96f85d8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "957eb2c0c552407f827b3d2cb7a55574", "region_id": "RegionOne"}], "type": "ha", "id": "086e707d69774b1ab428a145e1564aae", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f08b901cfc194943949fe469db0d403f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2f256f4ca5ab4052ac332cecedf5120c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "63e9cc2a2edf41be957a812a6edf2626", "region_id": "RegionOne"}], "type": "reservation", "id": "2efe48cd035f4b42835a46cc27c13204", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f71d817122e748a190b18059a7b28da7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c1e688342c9e407a9db86a61001bfd9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f432ff284f4d41edad74cccd2df45d87", "region_id": "RegionOne"}], "type": "function-engine", "id": "2e799886162149f8898205c096972dbe", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ac0888b8526f4dfe9a5c7eae52328b2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "28b6bb507fff439daead1ab1db00cba0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "72a19034f4284347a473a41a1db18eda", "region_id": "RegionOne"}], "type": "accelerator", "id": "786e7da8f08049069247c9fa244aef25", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "09cb8990b6bb4d4ea2bd312a70a853fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "95c3d5f32b3449ce97d0797f9d0a0aad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ab60a5fc23c943ddb4ef064dbb35e5a2", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e19f3abfcd43446ba26e133a220d6ceb", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5f9a693191574d9f9d53b60c1dcfc1c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a89a8da47eed469ca52a5c71adce1587", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8e5211cd31b44178b1f5416e362f6c23", "region_id": "RegionOne"}], "type": "registration", "id": "b909ac21ef9a489cb0d142ebbba479ec", "name": "adjutant"}], "user": {"domain": {"id": "7ea02fac24ed4d09b49274caf03f8747", "name": "452de3595a0f4ebc9d19e1cd992fae0c"}, "id": "f7a63c5c2ded43e19b27a12e03d737a1", "name": "d9c4c6c71c2148779602fd78c790c58a"}, "audit_ids": ["a5ad839be67f4206a1a2873f70120c71", null], "issued_at": "2019-09-19T09:04:39.636174"}} 2019-09-19 09:06:39,851 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,860 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,862 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["df3e17fa-a4b2-47ae-9015-bc93eb076ba2", "6b0c3dc9-b0b8-4d87-976a-7f2ebf13e7ec", "fc541f48-fc7f-48c0-a063-18de6ee7bdd7"], "availability_zone_hints": [], "availability_zones": ["nova"], "name": "ext-net", "admin_state_up": true, "tenant_id": "a564613210ee43708b8a7fc6274ebd63", "tags": [], "ipv6_address_scope": "9f03124f-89af-483a-b6fd-10f08079db4d", "mtu": 0, "is_default": false, "router:external": true, "ipv4_address_scope": null, "shared": false, "id": "0232c17f-2096-49bc-b205-d3dcd9a30ebf", "description": null}, {"status": "ACTIVE", "subnets": ["df3e17fa-a4b2-47ae-9015-bc93eb076ba2", "6b0c3dc9-b0b8-4d87-976a-7f2ebf13e7ec", "fc541f48-fc7f-48c0-a063-18de6ee7bdd7"], "availability_zone_hints": [], "availability_zones": ["nova"], "name": "my-network", "admin_state_up": true, "tenant_id": "a564613210ee43708b8a7fc6274ebd63", "tags": [], "ipv6_address_scope": "9f03124f-89af-483a-b6fd-10f08079db4d", "mtu": 0, "is_default": false, "router:external": true, "ipv4_address_scope": null, "shared": false, "id": "0232c17f-2096-49bc-b205-d3dcd9a30ebg", "description": null}, {"status": "ACTIVE", "subnets": ["f0ad1df5-53ee-473f-b86b-3604ea5591e9"], "availability_zone_hints": [], "availability_zones": ["nova"], "name": "private", "admin_state_up": true, "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "created_at": "2016-10-22T13:46:26", "tags": [], "updated_at": "2016-10-22T13:46:26", "ipv6_address_scope": null, "router:external": false, "ipv4_address_scope": null, "shared": false, "mtu": 1450, "id": "2c9adcb5-c123-4c5a-a2ba-1ad4c4e1481f", "description": ""}]} 2019-09-19 09:06:39,884 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,887 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,889 keystoneauth.session RESP BODY: {"subnets": [{"description": "", "enable_dhcp": true, "network_id": "2c9adcb5-c123-4c5a-a2ba-1ad4c4e1481f", "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "created_at": "2016-10-22T13:46:26", "dns_nameservers": ["89.36.90.101", "89.36.90.102"], "updated_at": "2016-10-22T13:46:26", "ipv6_ra_mode": null, "allocation_pools": [{"start": "10.4.0.2", "end": "10.4.0.200"}], "gateway_ip": "10.4.0.1", "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "10.4.0.0/24", "id": "f0ad1df5-53ee-473f-b86b-3604ea5591e9", "subnetpool_id": null, "name": "private-subnet-ipv4"}]} {6} openstack.tests.unit.cloud.test_caching.TestBogusAuth.test_get_auth_bogus [0.063617s] ... ok {8} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_detach_ip_from_server [0.231452s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,746 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,750 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,752 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,754 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,767 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.683751+00:00", "project": {"domain": {"id": "aac6978d6dcb475dbe09682757bf54be", "name": "799a25efa2f14c9e92f31a85e489d7bd"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b6ebacbbeb7346b9858499d0c81bea29"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2c3c4b5b64544329bfbe581f76547fe1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9d0b1a04089f4be4a659126a26babd7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "132e9169d6b94c68b94b4aedd5d6a55c", "region_id": "RegionOne"}], "type": "identity", "id": "c70207e3c9144e888cfe0944035f4f96", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ba25081804384988ad59c00d85d27aa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a82eead8def7415baae54ebb4b42abce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5e9f5b41499b47a18c0674f454502799", "region_id": "RegionOne"}], "type": "compute", "id": "a46e346db9ee4b67bcfbefe7cd8465bc", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b8e824c7f5784dd79f6a7fae0224acdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e877d75da269470a9f9db04d500da435", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c2050136958e4f51ae94c88bcb7f8aa9", "region_id": "RegionOne"}], "type": "image", "id": "70c565d2aa284478ba421fa3e561259f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b6fe32cb22e94f1f804b1b675d991b95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5e8f27b54867485e96e346ae6c3cf21f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "dc157e6fc3564410a9d0c9ddbedbedfa", "region_id": "RegionOne"}], "type": "load-balancer", "id": "84a9934676bd4f3994813888dcdb04b3", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4f11fe34a5b4ad9a59cc08fc3c5e7a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a760cfd2f64449f6b9ff0c98c34e7a87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e31e747c746e467eb5fcd7d6ed8ff703", "region_id": "RegionOne"}], "type": "object-store", "id": "0a8a9e301359433a99d564b4c3f4d1b8", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "24567abfd0be4c19a1f5de5e8d19613e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c9290a8863384deb80a12168aa8102ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d557ce5b83e549269d59ec53923eeaf7", "region_id": "RegionOne"}], "type": "clustering", "id": "f76d4671c38e4f0190722bf97cd656a8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3324e6cb3a124be8a30d78212d1de873", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d5efd955096f4856a64a2ba0a40b4679", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9988f736d5e4437e8feb574da432f806", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ca552d25db944456ba99bbbc860b00b9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a96b31f2d25640eb86ba47756457a4ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a9564b3746224bb59825d41c3d303e2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f9f1c7c38923434db006d2201c3f3824", "region_id": "RegionOne"}], "type": "cluster", "id": "7dae1dc0317d4365a02413a2d459e546", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6b3af618b5e24e1daa82017fd1e897f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ecab78f745ff4c74851164c88b411aad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3e9d0bc13fdd40aa9ce168b10c044044", "region_id": "RegionOne"}], "type": "data-processing", "id": "0e8e6c0e881b4c9dadd4797ba7db0232", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e05725f1113f4b41acb2f7872dcd50f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f2057be845824bd28222cbfb815b14c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f01fed9e4dc94cbda8b664d722a21059", "region_id": "RegionOne"}], "type": "baremetal", "id": "e762b042a5754a6da61eaed73eb73992", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b14d3e0c3301405a90bd7468e5306caf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3afed591fde14239a092581f6634e109", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "80e41ed9aeb94a328b1d870978b6ea1c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d312dbcd8ba04a1eb33850576f73a410", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "56e696cf3e5f4ca9829adeaf1ded48b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bb674df3141b497aa2565708c567f5bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "02e4af2f6f704c2c927d56938dc43fd0", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "4b22db4f442b4371bcfbbd786e1567c1", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "160789710e7c43788ac4140ff527eabb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "48070c53e74d407896a0de4f2b40d4a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b730f0b640234720a0d45b0beaa28db2", "region_id": "RegionOne"}], "type": "key-manager", "id": "f6e609233b5a45f1a77f14456218e261", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6337bd54f06d4c069f4785a341796dc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7aed36b01f8649ffa4963954ef591edc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "44d5f14fbef04f5481d141eb881a7f52", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "30e40e6c52cb4067a194a82a3e7ae0d8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b3006b5d258a43e0aefdf4076051a3d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ad4c5a9ef6a14a0da0c0643350cf16fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "44aeaee9dca34976ab2f3e26ce7c1ba2", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9323d0acdd4f46f6a2d2d2244e1b53ed", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a92d2988c1844869a04f9abb34519835", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "14174e7828bb4fac807b71b248bc6a43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2522b965bb64495b9d19f6da418f0ff0", "region_id": "RegionOne"}], "type": "message", "id": "92e05472d98d49e7a1eb028949855730", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ec2ed42446064236b8861410259ac618", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b2b1e22c9b7749c58a8f22a0a790bb86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "eb4abc22bc9940e2b839f7ccd1854f40", "region_id": "RegionOne"}], "type": "messaging", "id": "0e171edc6cb24f7c8cb793994fd36346", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d636934775d148a28cc52e8ee043166e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "671049472aea4c97a9abff994a17cc41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1b19a3efaabe4d9c8b95e2da3f214dc6", "region_id": "RegionOne"}], "type": "application-catalog", "id": "619602f02d614e89a09de1cd1d4209fe", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b05a242cafbc40fb8092523d5122762c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b60087897734331aca278d054021397", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b504c9bf0a7148439b3f86751af32fac", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f60b656324424cb88527c0c76a64ce2d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e3a76db009b141b38268bcbd8dbc28e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cc7af5d025344514b31b5952b5c01a31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0a8ec5524fdf4528bc9e360acabe4054", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "69050669f6514d7ea43f4b3b681a139e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "069bbeb6f3254a4b9f1b1d62eac6433d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d9391b20d4c540dd8a72180438862b31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8a7a3c91ddd7428694866d3abc0496a3", "region_id": "RegionOne"}], "type": "container-infra", "id": "a6b3cd062e214d0b8c9408066d2d3101", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "10b30d0eaa1144188392856e183af8be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f21165dad5a340378c7169b0770be58d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "640e16c3bd8745e699b25cb29d1cec45", "region_id": "RegionOne"}], "type": "search", "id": "07f17caddc024c73b00b2388468f01fa", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "7b424f4e0bee4b3b8c450e7f98cb5020", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e1168499c17140e3a20fc6b54f3b1c25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "166e9c2a6f544e14844f5f6fb96713cf", "region_id": "RegionOne"}], "type": "dns", "id": "49d0c044413d42ab884ad80d2304b509", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "68cd16f468504153a930d48f14465064", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d7da617a0b224583a31835cafa39d4e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5185fe3bc77841fb811b64e5c0723b6f", "region_id": "RegionOne"}], "type": "workflow", "id": "506a82eb9fc34dadb793a30a2cce509c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3043ac05b93141009e717b5df290c66a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a07171826f2c4817b5b5e8bf26f8b73b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bc5f7d5dbe7e4ff38cc0f0ec5434226e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5f031b7377e74f6f91eae30181d665f1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7172f816d51c495889d639efc8ce448f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d77b66e34e324b16ae8f364c39015fba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "942b465685f44d7497cee2097693d522", "region_id": "RegionOne"}], "type": "rating", "id": "2b072fcaf0f14ae793e0bd1da75b36b8", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c851244975db4ce781a79918196268b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cc2b6ec6bca2496fab384725b209ceb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f491aa9ca13f42c8883cd7f4cca138dc", "region_id": "RegionOne"}], "type": "operator-policy", "id": "981f9931a97b4228858af6923bcc80dc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "66e62742f87e4b41beeb33f50b36170f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "33229ff96f55400b8f0c1f75dd95b059", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1b609af62574449b82c717fa7373002c", "region_id": "RegionOne"}], "type": "policy", "id": "97220c264d9e49e795be826da2f9fd97", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b5b6ff4ff48045d2b7329568a9178216", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "69dacaa3cd7e473f8b39279cf60daa07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a920480a1290407fa65b93198acd4881", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9df0104d19ac4f3bbddd2edd245b8da8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "586f704578624bdb8cfa9c2993abd1fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "97184d6af365489587f1c829bf227a83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3b5c5e8da682434082511253e05f6b24", "region_id": "RegionOne"}], "type": "sharev2", "id": "7b3b40ae2ea747b6b9eb974a7f2ae4fa", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3cc70816bc6d41d6a81d8a9d99093e81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "56391acce1f64b3fad0251abe4040a94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "12da55fe885043e5948cf56784960345", "region_id": "RegionOne"}], "type": "share", "id": "acf18d62a2924d4fa77d99990a054cce", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7f9b00184e72496b9facc5849160f531", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "aef621275fce46cba06bc5d9c68f2049", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d06213c40606444a9fdc9bb57a39b427", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9cc6d0e2c95c4940ae47426920c6d1a2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab88706f7cc44dda862837e05516325f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8c8a1ad09d34675aab3b0b3cdbef0d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e555c63c772f4f21b0cfa027a83ba985", "region_id": "RegionOne"}], "type": "orchestration", "id": "75825a60ca3f4377b77041a2d5e67442", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a7531a1910f4de4992b80f455e047b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6df8375bc1da4063a26efb103315f17e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b342be975eee445a948f2c6bbf9d46fc", "region_id": "RegionOne"}], "type": "block-storage", "id": "748afab246a74264ae793b76e3494b26", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d2bc6a3549b47079dd5f212f99cc8fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a860518760d477e8387e78be2165401", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a94f76c554c24a0ebd844ad604120c64", "region_id": "RegionOne"}], "type": "volumev3", "id": "708310e73809411a90e7d0b76127975c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a437d42972b74cf78abde3106de73e72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8814ca9f30a140898a6f9012ee5a4050", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6c167ad44164ee784ed9e73cd25ccd4", "region_id": "RegionOne"}], "type": "volumev2", "id": "3088d44ea2874a5ba9edd957cde7502d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e67a607f8fb4e4a8b5155ddedee6903", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14f115ae7c9d4685ac8ceefe7df952ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0116cdd3d25743a1b74e0f74ca0252e5", "region_id": "RegionOne"}], "type": "volume", "id": "29e59190ffb14943b511cf3550ecdf2f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96e1cff76f9a4df09b9be420d75d1962", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43e6400e0bcb49cebc014526a7ef8944", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a804cd5cec17401aa15dc711b55b51f2", "region_id": "RegionOne"}], "type": "block-store", "id": "69df959276b3422dadecb8ac4ce13bd0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9741285e84984252ac4b36c7408ff218", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1234236f164348a08b0d12d3cde61bbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e099c1c97e18469484a9231d1530fac6", "region_id": "RegionOne"}], "type": "alarm", "id": "af4dc14631d944a2a97fc162a149a7d2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "40445d4905dc407583f2bc93a7c5ea92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bb3af64a5dc648a8aef8cfed9612af17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0904ca917126460084c51947b4b94d93", "region_id": "RegionOne"}], "type": "alarming", "id": "a036814261de443e9be8c6adbf31351d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4660fe08284449fda6bd19acb7308e76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "57ca0d76a037404a900f0b4fcac367df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5711bd1ed57a41a8a0091021ab15ca1c", "region_id": "RegionOne"}], "type": "meter", "id": "7fa6cb044d954246b1809940e507429a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9c65ce6b28894872a9f5255c98cdd9e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "429db4ef9a164690a2ee85ddca855f48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ae8fd1b6677e417da0dff147f213ba45", "region_id": "RegionOne"}], "type": "metering", "id": "d07223826a9e4c26a73e5270428d7f10", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c378d4d296db4ae6b46b3ccbab29ccbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a2a802b649274d03be78d429e3a8badf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b02a8336980047e885d882b7c56f0945", "region_id": "RegionOne"}], "type": "telemetry", "id": "eb6db14cf41b483eb58e71cf6ea092f7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "274efa6cb299473ba9116ff1137b780b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "badfab05287540bdbf7656d27adec087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f2417daf1e5441afbe2287576817148c", "region_id": "RegionOne"}], "type": "event", "id": "4648c0f89a664b7e91ac7a8aff09aa63", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8063b5f042e440f6ac83b2c8f8b0df7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cd6565f5bef448a48fbf64dab22cba4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ea9b646861634575a442269b6ca257f1", "region_id": "RegionOne"}], "type": "events", "id": "3b9ed8c44cd548889b024bb524c566ba", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "249fc93a9d5d447a8cadcc13fcbf4326", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "63fdc9b367694d309e42c52675b3d4bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f3177f52783c4339acbf0af8ea8938b2", "region_id": "RegionOne"}], "type": "application-deployment", "id": "53593d11f1ca460b8c5729fe52998399", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "33b2fae7b41c4bc4b2f5844dae48fee6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9a1bf770825a48e48fd763f8f71c3a44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0e7a97d4dd7648e79e62e805fc9bc892", "region_id": "RegionOne"}], "type": "application_deployment", "id": "64e9c1054f05446b8dc045e040820657", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5d8eccc2351a4cb5ae3b70f96b0f0d78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b5123c1c41f24e92bfa3ffa1673d7a84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "06682182755f40e6b7274a412f95b55c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "921cbf607f9c4da8a7b4fc8d2f87fbc3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "75a081756f7c4a47b3dc4907195302f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "307304ab69874d8a99436eb6b8e008d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b883cdd49bae4d26952d7fb4dbc3d69c", "region_id": "RegionOne"}], "type": "tricircle", "id": "f93259a82a494e7d97d553fc0cbe9944", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "eefbe5c1f30b4489a3070b22eb1f54f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6183cfc1c5234c338e14936b24aa5e2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2e8e084c62e145c5819c1eb3ff94f314", "region_id": "RegionOne"}], "type": "database", "id": "5fc84799e5fe493f88c44114d4ef7d12", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "30232f3302604770b82626254b608532", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1cf4ca76234e45d8a0d9d251d7024a6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fd93b9bb14494fa68ec92903e362e04e", "region_id": "RegionOne"}], "type": "application-container", "id": "d3142dd2be1941dca38876397cdaef29", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7b406bf195ac45a1a6eb08a31c7b4d3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b94baa043fd74550ad4a4de8ad3b2614", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "52e4db8712f347e6af2bd92801b8766e", "region_id": "RegionOne"}], "type": "container", "id": "23ee257ad3be4515aebde2fa3bfd394d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "709f675364b64ec79d8d36ea254cfe52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "09c56d204ddf4ffd8bc790660095e7cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "64b46b5ddc964cc0a08c54f14ebfea35", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "26a6b81350be4a52b0ef511544f97173", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "47f5af0421d146de9774d0db7a155590", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4e736ffec2394ebcae49030a9468ba0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f53a7ae9e9124009aee89640b3f8c699", "region_id": "RegionOne"}], "type": "rca", "id": "e6dcb0f246294fae87a4f050e7263fbe", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "103421c0530c43838a667908f0ee2f49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f99a7dcec4b945438941f09edfe99411", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "161f6a7c1e7f4bc1a6c434bd85087fbb", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "05f2a543c2a74097b5e3efb83a31a0c3", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "b17439d8fa084b8d8ecf51c08d768ba9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "81eb806c6c294888a3f40c34427bd2d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "dfd203a8c6dc4dbaaa3b66561870c9b9", "region_id": "RegionOne"}], "type": "network", "id": "eb561a228fbb46559f0f6122160bbf35", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "22e94d7ff3134089a9c822390e2dce69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1713dd1539bf495cb81804a7ad8d2898", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "2de10aba39a942b4a7556d125b6ab15c", "region_id": "RegionOne"}], "type": "backup", "id": "09681ce2134944449b28f82bd2659f6c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "92a0422ca9b74b51b2fa58096ea08da2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "64118e924bcf47738f94574d9bb50b16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "267f605404414a64917b07fb88ec045a", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a3ace02c58864bb3bcf4d39789ff40f5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3b219dfcf9f5434ea0737e937766acae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2ab675e0ed304f409bec4aa8b8664ef8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "505c4b85177c4589904fbc676485a4f8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6e3592c42fc743c88daf9f42ec70250f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cd360c33e3904de098cc50fb4b79ff2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "55bca57450ba4b38abc300320323d29f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "954e9f9f82c54523b479ec70fe2a686b", "region_id": "RegionOne"}], "type": "monitoring", "id": "d36a1c83454e455bb6eaf11d01884c65", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "645c315d2bc5408c9050176459e97f5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1b01735df215491b9252dc0ba62d5e79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4dfbcba2683e4477a7a5147f7058a649", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9d0097dc1b024fad878725f5b54dc16b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "dade005aabf049509264e8f1385c8ae2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "02e7dfe665b04223bd437ef240e34436", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1594fec5217a4b1098d6cb275cba3fe3", "region_id": "RegionOne"}], "type": "placement", "id": "b0a34bfd50cb49ea919cb23187ace46f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1bd2da108c25430bbc9b5febbdf57135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "98ef3d17acf14423b33f5afa14d11dad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "97a36c677b054620aa8d058a5ef033b1", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e606b7668d27414cbcd3f9d707a34044", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "85c56d24cc364bd490e6ac907732597d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5c2b705a13c940d28975eb08c0e9caeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dfb7e60ff35d401ea4ca7d868fb8b9d6", "region_id": "RegionOne"}], "type": "ha", "id": "b2b0ba8384334bb287ecd2d02730cc69", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "531c487786d14fcb9faa58da239ceaee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8f74fcbff4224fbf80acf0762b18b61f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "03d6a010179b4dc98039fb145470a78a", "region_id": "RegionOne"}], "type": "reservation", "id": "97b107fbb15245bdada4ba8133d8b8a2", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f013e0a3805940a796951d9acb34cd89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "96803667679a4edd9da23e15bcd07e9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b4a2bd5804784153999d494fc054fae0", "region_id": "RegionOne"}], "type": "function-engine", "id": "8d73c7b2a79c4b2b91611b19f7d5ec59", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "303229029f05407a988550588208a70b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f9dbd2e2302149df8307e1cba4993dd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "bb7ca9ea067c43d79433003370afd330", "region_id": "RegionOne"}], "type": "accelerator", "id": "a19f8c54e071401898801ce0f19a96f8", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ac27e5041d3049a58ed034f8ae6cabdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a23237f9c0a649bebba06a4327458d0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1ebc17bd9cff4a55aad54efc4f072d27", "region_id": "RegionOne"}], "type": "admin-logic", "id": "22b294dbfb004daf859bf142332025c5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b27746c397cd483386b0fdd03a0f3e54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e57347f193fc46a886f4ad9548e0a03d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b629fe71d25b49b8a914cc2a32422163", "region_id": "RegionOne"}], "type": "registration", "id": "01f07b7e27e9413ea34c8ca4d2438891", "name": "adjutant"}], "user": {"domain": {"id": "c8723a7929ba48edb23d601df6eba0eb", "name": "469fb71cb3964f69b1559ce5589ef627"}, "id": "99c894771eab4b4ab7e3914d7f942649", "name": "a87ed5963d6945bbbff951e74e45e5a8"}, "audit_ids": ["bfda13f89358467c810f06d1f0dcb209", null], "issued_at": "2019-09-19T09:04:39.683751"}} 2019-09-19 09:06:39,878 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,884 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,886 keystoneauth.session RESP BODY: {"floating_ips": [{"instance_id": null, "ip": "203.0.113.1", "fixed_ip": null, "id": 1, "pool": "nova"}, {"instance_id": null, "ip": "203.0.113.2", "fixed_ip": null, "id": 2, "pool": "nova"}, {"instance_id": "myself", "ip": "198.51.100.29", "fixed_ip": "192.0.2.3", "id": 29, "pool": "black_hole"}]} 2019-09-19 09:06:39,905 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/server-id/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"removeFloatingIp": {"address": "203.0.113.1"}}' 2019-09-19 09:06:39,909 keystoneauth.session RESP: [200] content-type: application/json {11} openstack.tests.unit.cloud.test_fwaas.TestFirewallRule.test_delete_firewall_rule [0.206144s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,840 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,844 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,846 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,848 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,861 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.778963+00:00", "project": {"domain": {"id": "b929f15ada97443b833546329a0d788d", "name": "ff5c0988ef8e4363a32b7bc8913a9089"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "83344ea5b83949c59f426d10c75b0e36"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "44645a4260cf4f18b56d2d19ffc67dac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "00ef7af85bdb45318f41401cf8e70242", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5f00ccce5e414bab9a221727cf6ac6f0", "region_id": "RegionOne"}], "type": "identity", "id": "da066f956c5d4c0fb1268097d0d6c26c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "34f2b3f3d80245ad8e3836897d1b77b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "42f7a7318a0d4b04ae70a0378ab25b6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "252159be8d6e45e6a9ca121831331e82", "region_id": "RegionOne"}], "type": "compute", "id": "3f79977c92d34ef393ed658b6a5715e9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "19383a6cf52c4055b09a110380f8e1f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2b6e27b3a7f1433c98f8154282c426cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "abf766f9f7014878a5d2d0da0d886c8b", "region_id": "RegionOne"}], "type": "image", "id": "35812f4be5aa468ebb57e3a490f8efe1", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6c01f588cff945d7b03587bf28e0f57c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "348d16a376174d2ebd5fe21cb54a8902", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4532025128a54afdb9e90f89435498d6", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a3d5cd993dcc48f0979475b28cd4dc50", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd7835977591441d9f6a262de079e8d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c22e0a333a5432ab5eadaf4d534f522", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "428af4c10b8d4867980e1e0cba995787", "region_id": "RegionOne"}], "type": "object-store", "id": "6b5be6cdbb0b413d84dfa6b2f80e2770", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "61718ef7519f4884a9e9a844e86d8a02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "821e895126c7498da7296472dee66c1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "188e69f569314251971480e651f3802f", "region_id": "RegionOne"}], "type": "clustering", "id": "fa825eb5e12a4e2d839bed6050d63a08", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "421f58286a534704a18c429bcfe2ae04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b2bf4ae15de74d49b224df433492dd58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "89c5f4cb55a94fe2902bff5b37383934", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c3b1ff47fa554268b5a7018a11f816c7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "95c08b48be5a4988be0df0127f2ccc24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "135ddffe863a4aa9aee5b77967e5c586", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ea16befb205d4b0880141ca0b37b78a8", "region_id": "RegionOne"}], "type": "cluster", "id": "bd38c5b2603646c498513b4eda9c0a60", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6801ec1c5b3c44289cfbe5571e91fece", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "97477b42661849dd96f3a2a10a150100", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b04e159f0ccc48889b255cdeb279a27d", "region_id": "RegionOne"}], "type": "data-processing", "id": "a9b0fe7e537247288091bde99ad64f0d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d357bec2e0004e13ba128b3096dc6ccf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a4997413c295498885de1a4c1fb20c33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7602b3fca8a74010b95b6072772e2d62", "region_id": "RegionOne"}], "type": "baremetal", "id": "2281dc32c09d4a439a34503d6b465a3d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1a6a8d0e947843d9a2a5b0867fff28bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "349605d3d2d840e080cd78a79ec4959b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ce6c7d8fabb847e985376613917de105", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ca742cc816a84df69c605de4ee249357", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d02f7bfa2aba4348a2ca62203f8b1a62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c2897e8d65e24976a4a9239f8da103cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "41d1b1f7815941d2a1e76b1faa51dfd0", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "bb389fde1d9a473d8c56372f8fccc30a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0ab1d129eec24764ae964ffc78df3e7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7be5f6ba827f4247979da9d11cd5af5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9b1fbe282c444a2d9fcd595bc70401b1", "region_id": "RegionOne"}], "type": "key-manager", "id": "c5ab72f7adc646379bb8b98095b0a05d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e4e9155deb634d30babcd6c97e1b25b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6805ade8f1e5478fbd68bb0c5dd72d82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c1c2bdd0f2b14a609cdd5d78d025b6b2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "fb94fb76f4324869a24b2b889f2222a1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2a4b8ebd62e34a24b9f4833548518b6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "497a10e7e0ce4a22b03cd461331159b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0ac9695836004553980d43696210152d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "44e641ca1eeb4ea3a09b9bedb0623768", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4896ef3a10144ea59c40340ea5aee4c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7828060042ee4b0cb0d52d694f373476", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "253936b2569349e1acad89e680b20554", "region_id": "RegionOne"}], "type": "message", "id": "28c7d9539f1a496989b7a78029f24291", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3f018c5f3448489ab69bbffed18138e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4270a0286c374c8f841d0f46b3eec5be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c1df772451ce40bf98ac4c3260bf4b47", "region_id": "RegionOne"}], "type": "messaging", "id": "861ad1ad1ced4c8093f5daea0e9038a8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ff0feb701f1145dab3466a7a78be261b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0799e3eb45f745b794d8a8a80408871e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b91944e12042449ba8fa1c77b2bf4815", "region_id": "RegionOne"}], "type": "application-catalog", "id": "30be448cb7a946b9af9c92e35ca2de4f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5479c298c0984b94a716037887d885e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fa9d8351237d467fbd9768de431c68eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7c96dce081254abb9b8bbdc489f8cb43", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "473be41cc07240528cdae83a8412ae3d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aba5106f8f6c4e34a82c38a6d8681968", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "334ac1a704784ba996cd457e22622342", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "180a22127d7f4c72822b2e5ee3cdf9ef", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "af21c93c0f4e474fb3bcf3d771eff4b2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e3f3a248dee84164b5c3684660f32098", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0113308b76a14c8698c08fec0f0c84f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "95db1288cd9149fc9b3c5c22ee711475", "region_id": "RegionOne"}], "type": "container-infra", "id": "7088c3ba94cf4f75b4018a74f410e3e3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "19ab24aef8c749dfa5747e525453143b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "de27d57168d2449c81a1cb88dee1bc65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a768798910bc4791bc63a2a5d46ee3ea", "region_id": "RegionOne"}], "type": "search", "id": "7ddef01bc5cd4ae4a08fe76d0151de0a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "aa9033d8e5f64a9ca91bb3f30e6b6c92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a0708f168ead47f985b22bf2628e41df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "622cbe673dbb4af9ac152de081530245", "region_id": "RegionOne"}], "type": "dns", "id": "8da9c7f51cb342d88d35e9682c2c538d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b0547e69555242d498af9a3c3334d2bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1c9701bee97e42bfbe15c1070ce3c7aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7c1ad1a800b44302be252a412b3c1249", "region_id": "RegionOne"}], "type": "workflow", "id": "5fa6e2b818904f1a97e8135f45f5b0b0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "02382af61ff54f73b6f7e1f73c5d25b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c2bea4f275ec4dc5b8d29506aa0f82b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "64aa7fd6f47e4b7ab24bae9adaf38af6", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6053ff59acc14f889ce73539b1dd97b0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "84c7e24168b5466798cc4812205359a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b4322d07b10e4c94862ad837e58fa6e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d19c29e5ad1545dba64c1b1314ffbd41", "region_id": "RegionOne"}], "type": "rating", "id": "e6031e1ff9404b25bc27d2705ce27d61", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bad357320166472b95dc8f9fc12fe01a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fad5ad2cafa044f3bb75e21dbe37d6a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "83f48b7fc77d4e24819bd17597f1ae70", "region_id": "RegionOne"}], "type": "operator-policy", "id": "02370c9f17614e3ebe2156bc5a4fbd83", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "198216c57f88431d8a47ccb706575180", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "71156329f36845518c46f580c5b39cb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "69d691929c1e430a87f4cb2a49869f48", "region_id": "RegionOne"}], "type": "policy", "id": "02839c3ac16743688d88e5d6019183fc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b6cc29738a774eafa0381e1d6d19863b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d6b4d46df8c043a38ae4ca20bc42847d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3c4db6d4c4d745a7845a4fc3165269b1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8e1cbc3d256a4bb88b2fff355db01d1c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8bfb1672576448e7a0e66f3f67c31eb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "95b9d7d192c34e658e394d32239620b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bc7547ca284c4e838a88eae9982eeea3", "region_id": "RegionOne"}], "type": "sharev2", "id": "2c8a20be80f641e3940b575307dd030e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d40e32204cf94a4d9a4318eaf7e61f7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0fff3c6638824e4f97aa9afbef4cadee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d05039c17cce4aac893c232476653851", "region_id": "RegionOne"}], "type": "share", "id": "56277d2f611a43dfb1f218be6f16c709", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "eb4c43f461584a009c6966ed4dbb2a2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e7ffa54806494f838e769c1de48d14ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e548dc099ec74999a49325a2e900cd7e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "85eae80b9784438c8317c8a7b413e240", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8b9ce07d2394e61a728ac9639cbcab2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab224f7b286f43d7ae8a2da25321912f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be716a02cbda4547801bc8ec29983792", "region_id": "RegionOne"}], "type": "orchestration", "id": "aa5e289052da4447974ba99123b5dfb8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41d1202e9a4a4a6dbe84b2e4535d8ba7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3996e11c95242d390896f6516d2210d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "132ca4f8ecd94594a11df100bbcfb502", "region_id": "RegionOne"}], "type": "block-storage", "id": "46b63cf0bf6c4e018ff79ce7deede7c6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "994b225e49a841c2895cc1616bc44dc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f7b8f7732714bca863bec2a512cfa12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "920298f03f1049f387420a4551f6a7b8", "region_id": "RegionOne"}], "type": "volumev3", "id": "24580e3b28134819bd6cd110fa3558c6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5100b380f054ec9b571834387bb2a83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ee972a53c0a431391fa8f41fee6d841", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f9c769f79c74d6884521fa7d345b470", "region_id": "RegionOne"}], "type": "volumev2", "id": "169e59f4ae1040688beaa15a57461f58", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ba22087b66c41d2b5d6c95fad2ef2dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51c3c6403cc044cfbfea91ad822d0ccd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d1433cde1df4866ae632bb0fdc96004", "region_id": "RegionOne"}], "type": "volume", "id": "6cba67d51fb94d1e882f701ca537c8be", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39cd989add1140668b523cea42ba04cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ea52c614aff43e192b67415318473c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41942f14ea4548e2a7030f8cc3ba06d8", "region_id": "RegionOne"}], "type": "block-store", "id": "4b24360737614b2eb9853e8f055dd113", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "89601437d00242f28641d87eacc1d396", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3c65ba3d6e0243b38c1e06c9ff39f317", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bfdcce9e902e4d5d9008336e6a207d36", "region_id": "RegionOne"}], "type": "alarm", "id": "b0fa3ec20b3f47f093cb46af9cbb4e04", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "99a0d6b9e3074741acc1825e45354c15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "727c03c674ed4f2bbe14fe40f5a8fc79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fbf37e6c9957451985fa464f6198b528", "region_id": "RegionOne"}], "type": "alarming", "id": "f634d73c9b044af584286e6e95b9cd78", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d4159a578eac49b3bcf9ea396018d577", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1a82e1f7c15a423e9abf76bdee686315", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c216429cda9745f5972d6a4d5b2eb401", "region_id": "RegionOne"}], "type": "meter", "id": "1fd9eb99107c4e88b5c9529f3be81f8f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c0fddbc556b7416d98d4aba7c9dd348d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d68d5f9e64b944099284e8128e09c924", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b471d36f2dae40c6a73def7176853544", "region_id": "RegionOne"}], "type": "metering", "id": "561817a69a274f599a18db1e025d1f51", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "09ff93e3ff514b0ca1ad7e4fc873ee12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b7075a7398a64dae9510e266f0df5a4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bfcf4cea20884a0992ef31826e411841", "region_id": "RegionOne"}], "type": "telemetry", "id": "5a1c7ce8d2d3426c9c3063d369061fab", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "581ff8c5c8374cf99291990f94db8151", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "32502e6e39a94b49a3957ac76d5c10be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2076257d59fc422489c1e258ab1ee612", "region_id": "RegionOne"}], "type": "event", "id": "14537fcce5b348ae9b348b4741d31e16", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b720626b1a5248fc807c49cb90aaede0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8224b529c39e4da8af57643c0f1626f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fd99e8d9814848d5abe9dbfdb8171840", "region_id": "RegionOne"}], "type": "events", "id": "0673861f55644631b414bbe9474c1da0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2041cf83df0c46b4922f3f8e7a546fea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "19ef99f6dba2494ba0fc30f296457905", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3d659443ab2d4565ab2b5d0c21cffba3", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d8c9ecc29e2d4667ab8ceabc74f8d6cc", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2674f7205e664aa98fb3e004d898725b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2218dea0eab147e5856cabc9de72cc88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2fd68b9c871b4c0eae739c7b277db28b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e292e3bb4cf042708ace8175432cbdad", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4831eeca2a70437a9fe8766ad0104876", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b4de8435c9154be8b3089d998984179f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e71dd4eb1c1845a0bc63a89f7600096e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c98b69b69f064d3fa42fcae6462f43a1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d2b1f363daff41ed80500f6870f01d34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7f1ac482a72c4291950555beb9975bdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ed70733060f54a7dbc523ddc1ddaa35b", "region_id": "RegionOne"}], "type": "tricircle", "id": "74361f16c4bd4376b26a8183a39c7a30", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "60e52ddf4cba44b2908b6dfb78ac9024", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "34e07afd934e4f489f0cc69a45764b57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "97578f2e73764a4988a741be08ef5820", "region_id": "RegionOne"}], "type": "database", "id": "c1a087a19c5445648ab81157cf8cf469", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "64e950c4763949c9b8f6ff47c998b271", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5675bfb10ce340798e0e40615e661c9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ec9c385c84e3444a83efb45bb32b06cc", "region_id": "RegionOne"}], "type": "application-container", "id": "7dc8b740938e4cc8beea4c912138ccef", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c1f416ca0a1b4d85a24b23b65e19d7ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1b084c7694de4e57b401f20e1a4cd0ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "048c74776bee4279b7c26024bfc25896", "region_id": "RegionOne"}], "type": "container", "id": "d53e872efdad4287956c7cd4761f5a96", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4a90bdf7f85a4f5e9a5c46ff52230e19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a2584876ec264d52a3d470954a3d9780", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1abac5824de84d79b14ad0c6a45d9ee6", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "3260de9c9c8c45709acfaf9d9d70e6ed", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "43ed9297e3b349e38218ff0300ae4493", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d7602982bfa244d9ab2b5eefee5b68d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "db2b10b46c26441990e205e34168f5d7", "region_id": "RegionOne"}], "type": "rca", "id": "f246653ea732479b9dce111ffa6d216a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "623183a8184445baaab0fe632328af9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "443e7ad93aed4f8590eee7c4950bab25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "fe1c970b7ef04beaa914b69e11b1884b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "dd4c1e88c1a1440893b243f0492bd37f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "efc62cb7a5944656aa3c54e5a5c75871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "8ae6717b4e0349ed948bfb1cf36d9391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "36e086f8859d47d5a44140442230b6f7", "region_id": "RegionOne"}], "type": "network", "id": "3ea2f6883b6c42249a0ce55ad53622fc", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "487b3f167b1c4d2aba74c3f6d3bdfcab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "db142ab783ba4b608c02e4401687d490", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6684939d4f8c497dba58e35956ac0c28", "region_id": "RegionOne"}], "type": "backup", "id": "5eecc7286c44423ba19025e0fbcada73", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d784d19c91d94777acfac7defa9e1548", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7d61b428bded4d9482b62ffce2e2a9e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "79d1de06697b42f4926899b7011b38b0", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0efa75bc2858413487a8f9d3e8c40fb0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4f4f4e2d07b64ff7b219c2c572bf9a05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a303a8234f544bea854d410be485524e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9e942ad5079a4f3aa65756114cf60655", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d690d338c9714911bb93d741ec199db5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f626649567f24dd1b47542a2a40acbce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4baf9c55c3a44f94a9b8737b592ff37f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ec58118dbe9043cc917b88a12908ccda", "region_id": "RegionOne"}], "type": "monitoring", "id": "a5408f7d82794a589db0ca9973914b51", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1a7bfd45d35040f6b52fc1a5470ba167", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3f09eee6a4ec463d8559c1aeceaece8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a74fa134489d408eb6bf36898025544f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "09b9efcbe10d4e9db0017c9c1a56b1db", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "768d96514ebb4b33a0650dff0fc0c2a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9330b2e175cc4697829f84ceb8889dbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ea1a6f5b9797448cb5566146ce1adad6", "region_id": "RegionOne"}], "type": "placement", "id": "193dac6554504e42a0241df2f85233ec", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f23b6287645a416abbf9981553fe7fcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "daecdfa02e7c429a986554618b01556c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "678953984c2d4d61b973affc2ffd5e6b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a7d0e540b4834916b7496207fabac15a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "56dd25b926034c2092c134c919f90a7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c05e0b95556b42daaae56263e44af48c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "56d5b0759c77487dbd8deca1a4ea64e3", "region_id": "RegionOne"}], "type": "ha", "id": "a7b6e038bcab4599a7a89e9881bf2287", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "aa5a914791124b2fa829eea8277dd950", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0b75e8968af94b1fb6d5cdb64db55e3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "cea869e6e8634f3a94bda1b2b4739fcc", "region_id": "RegionOne"}], "type": "reservation", "id": "78a1b59c06324d5da48aa18c07eff3b6", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "673d31a2e1fe42e3b37115654ecabe2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9a82825ab05743d4a937d8e14b330d08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3dd4a3f0b7704ef08697bcf1058ac57e", "region_id": "RegionOne"}], "type": "function-engine", "id": "de86374f2cc24c3194f2942e59462fbe", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "19eee9ca892e45929c5a9c0400a54c07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3cd452043353442cabc8fa7befd9c56b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6be43d4d4fbe4fd7bd5e413fd295286a", "region_id": "RegionOne"}], "type": "accelerator", "id": "dca65adbcc9d41ec9921d3a695cbbaea", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "add1a8420d164b2eb0ec2d639a7386b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5b62f496462447489eec192f9aa4bd2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5f3d2065e6a14595a56ee7e422a1c1c6", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7b88bde14e634d2c9e6e3f976d95915a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7aacb5f628c94016985541c74a65929e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "503b7d45154e4c5496ddc7c1e7b32284", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "705a7bf765974ba88a0b187cdc06ab57", "region_id": "RegionOne"}], "type": "registration", "id": "da926f40030742cf83677f53c5c50d63", "name": "adjutant"}], "user": {"domain": {"id": "4014173367054a06bb872b5237bb1c9b", "name": "fcb09c3ac4e247fbae6cb974817bc217"}, "id": "c25eb87a7f3b4e06a086dddafc4a40c8", "name": "2e9e1dc8d9344858bc578c459e3fcf5b"}, "audit_ids": ["5d38907ed9794f86a5c5ba7edfd729f3", null], "issued_at": "2019-09-19T09:04:39.778963"}} 2019-09-19 09:06:39,960 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,963 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:39,965 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=deny_ssh" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,967 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,968 keystoneauth.session RESP BODY: {"firewall_rules": [{"protocol": "tcp", "description": "Deny SSH access", "ip_version": 4, "enabled": true, "location": {"project": {"domain_id": null, "id": "ef44f1efcb9548d9a441cdc252a979a6", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "source_ip_address": null, "destination_ip_address": null, "firewall_policy_id": null, "action": "deny", "source_port": null, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh"}]} 2019-09-19 09:06:39,974 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/fwaas/firewall_rules/d525a9b2-ab28-493d-b988-b824c8c033b1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,977 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:39,978 keystoneauth.session RESP BODY: {} {22} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_with_timeout [0.434720s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,453 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,458 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,459 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,462 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,474 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.388374+00:00", "project": {"domain": {"id": "6b5558c526124dc89b402ce8cb5a7e99", "name": "eebdb5fa6bf64975a5454009286ce226"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4c286105278c4feb989cfe2a0abd538e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "153210cd33f7412097c93085be9effae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "290830ca11ef46c2ab25cfc8aa6f9971", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "79bc5a08db084d35b8dda46824292168", "region_id": "RegionOne"}], "type": "identity", "id": "3783d7e10d2f452da9270dd4a0400cf0", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "92dec4518482412eb3f805b6c97c7b39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2fae7d705bfb47b7bec483a49e6f086c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "86d6b38f0c844a0f849538d8010acc29", "region_id": "RegionOne"}], "type": "compute", "id": "b46856d900f847c0a4d1a8e3edcf7d11", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "599fa1a37778422ca76f54d7411d9867", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c2d419011da24ba1b4836c71c0a1a4fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a0020f65ec714648a2b096c94742b524", "region_id": "RegionOne"}], "type": "image", "id": "548f91e167bd4b04918ccf7b89418da7", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a08d1543fb244bdfa59743e2ad04789e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b570de95eeb542eb9176cff83de604b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1679bc2ac08341739df9f45f77b7d0f6", "region_id": "RegionOne"}], "type": "load-balancer", "id": "8a4b959fcfae44859fc3963b37086c60", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb9e7e36fca848f2b48633e2f15d6472", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e63b371469548a796a39aa854e64e61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9e147252ba94bb8bc68ac213ec2d209", "region_id": "RegionOne"}], "type": "object-store", "id": "155b1676f8644a02b428a666e4b185e8", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9bb446ab74c24b6196eb188ec5500456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6ae3c2a103e447449037e00fbe47cec4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7b7c59dfcb9e4e1ca14da66b7c771bb9", "region_id": "RegionOne"}], "type": "clustering", "id": "26d047fd3a744b59a75ffc2292653537", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f204d1f694444717a540abe3b73b0fa8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "58bf332e2dd9438c9c810d9d6e4ad263", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "459a68d8510c4e2b9e17f5e4ce6da0f3", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "480b688c24f64645b78fa0499ce3c8b0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "22093d02af0844e59e2d49ae2be58532", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ae75fcb54fe74351ae580d562a2fadb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "863c04b8582e41a7978806b5800e4b2a", "region_id": "RegionOne"}], "type": "cluster", "id": "c4d05e27f80549c396e5847afc1d78ed", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2c5f94c55da6487f99ebd623310cfab0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "265ab08e8f694ba683338d09d6a8c522", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "14311d03cd4b4147b8885f2aadf4c7ba", "region_id": "RegionOne"}], "type": "data-processing", "id": "44df175ea1aa444a910f370c28c5eb4c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "18d4d99ab2654fceb2c7b1cb619033ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fd7c442878044ba595cf79897d77b422", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "88e5f40e8e5247e38bcfa81e78b8a534", "region_id": "RegionOne"}], "type": "baremetal", "id": "9689735b889a4329aa4da4cb49a66487", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d849619d4d4a402e8ac8ca6b09d2e1ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fd7df0fb74ec4c92a9dcb9e09bf8a2db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d6632eb4edcb4bfe8754526141a12369", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8ece3eb37dc9446691d48748d9654621", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "527ffaf18e9043d485bba0fce6aa97b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "505ef7d272ac443bac91fc3b66ba0cf2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3247e97523da45b9bc0002c0c7d6fb42", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9aea84ea51c74f38a83e5e4a2af52ad2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "30563de438384802bfed78be5c7836d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b810f9a6290142f0902375758f869d1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "81aa9510a1064e1eac8eea6eb6d265d9", "region_id": "RegionOne"}], "type": "key-manager", "id": "e488dd1eb8804efb8e1e03bebb2eacf0", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "62598ad7110a4d169c25eb6cf34f137e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "62859a25eb34407ebb69f0225edcfc80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3c03eb8647a74698b2373f414e854844", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "7cdeaea3b4934f97901966523524fbfb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "169ea8a0daff403995df1e05ad0da50c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "81dc2259da104dc3a84da73c7c0fd408", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d4aba2efce454d89a4a0057e2e7b3e0c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e21568feb48845438fe11a614cbacc11", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ee609b3b31ef4a209caac8ffb694637a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4e3fa65c20aa4ac7bf359519560b4e58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "aa8399c9d33b4b1cb7990d7c549312fa", "region_id": "RegionOne"}], "type": "message", "id": "bab583909c56489b994d7a2b9fdedaf0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4e6ea271e81649539fd1344eee9caf4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "cd983a4b8bcf4eeabacd7b9f6f382c4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2c45e57b2fa04cd7b391a5f579916a53", "region_id": "RegionOne"}], "type": "messaging", "id": "ad46d35fd08643caa2ec49f5ba3f0282", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8dfd21521379460486a5ab6df19b5157", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b4ea58243acd4d11b9d2b7ab1d934f96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "922fd03d706b4dad9a88495c46d9a573", "region_id": "RegionOne"}], "type": "application-catalog", "id": "03301160d5af47df8ce7199f56d3dbd9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ffd47d5e119443f3bb07b53aa565482e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c962cd762a994e27a1526f4685d2e227", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "35131d34a58a4af79a1ee3ccd4443add", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "63c92481344540a5a27f03f5094b1caa", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5033caef765a487bb0c1f4930653d247", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7ef06776f7c048ba87a52e10144bb6f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e36fce8bbbc54eba9ab18a5483ef4cd3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d10e83566329447c9396e7cb9eabd5f8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "868fb18642fd457e8426a094680a2b74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7732e049592a4f26a59930941106da4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e012bea4fd0b415ca735ff5dc6afc5c0", "region_id": "RegionOne"}], "type": "container-infra", "id": "652a8d907f424593b3ac91447b7bdcc2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4dc58869630f401fb84d6ac00d17e7a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "0390ef99eae345f7a88a4b0beef0e97e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "cf48adff1e7048ceabc4eb00c7ba0381", "region_id": "RegionOne"}], "type": "search", "id": "018699a6cf594430995f3ded05ff3b31", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5867b2090af2443385249214d192a2ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ca0899868e2745df9019efb9b24cfddf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "979880aacc9241f689c4ed1fdc085663", "region_id": "RegionOne"}], "type": "dns", "id": "edbd40cfc60b4b44b15382c205b501c5", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c31782bc76e94a7a8411b38f60303359", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7fbabe48dab2468f86dbc5aa12a6b5c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3db5b74b1f0c4c6ea59eb740680294e5", "region_id": "RegionOne"}], "type": "workflow", "id": "b62c4ae054894982ac66a1de5013e816", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d528c19c273542ccbc56cdaba283db47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3ceb3dedb30e442880ec89b8e61cb033", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d989cc6e544144938b1e7804a17de279", "region_id": "RegionOne"}], "type": "workflowv2", "id": "64dac80ae24847b6a49c06c58d1c8f4b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1577a2797f614ae396d654753e0c03cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a05bc318bc4e4230b8c32f82f27e5d08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1454368e75434c9d9132be8f66d3db37", "region_id": "RegionOne"}], "type": "rating", "id": "d118baa2462344288aa3fbafe29b7138", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e6353bdc274e4c4190193b17431cf821", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4c69fa50c6a44082b8254d34e69a2ba9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c15fdac5f2f744f2a11a69cd7fe71fba", "region_id": "RegionOne"}], "type": "operator-policy", "id": "2090ba740f244c9d96d420623091691c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7498ec55e46e4b2e83dced127969d3b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "db0a8e66b4164aed9f70e5d5aa2a36ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9942222fee0f4383892de383bb5f1bd7", "region_id": "RegionOne"}], "type": "policy", "id": "32b91d5364c440ce8c39d12c3b73d4df", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b0d5f2dd739f48d083d12e69dd73851d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "31610354d7fb489f817ef8238e3b2804", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "663f024359ba4c00a6f25ebb030ff58d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "651f460bbc5845e5ad58629bb55494a6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eeaafbf797ae42c99bc472ab37001dab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7d6d0d7c2f4740ea9c7100b2a941f6a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "248a4b5375a9459eacf976501c9e13aa", "region_id": "RegionOne"}], "type": "sharev2", "id": "ced4e66ae3a349b7aefcb4a0f8ac0180", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "24c4aed9f0a245708dceff665701c723", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "66e577f85e5140b6b70f9b844e418414", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7801a40f38b849f7bd8dd2029d3a43ef", "region_id": "RegionOne"}], "type": "share", "id": "bd8848cdf48740d1bb90721f0260fdf7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0c663c341dc44673a04f95c11c98d7dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "cd6b894c46484dd9b385b60010153a7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1d3b160d55b04a8b81ac8386432355fa", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "546e35e29bf745f28b162734c0aea200", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7236f0f44fc740bc8fe979e5fd053c4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e65823560fcc44208412f2e149bdd04b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8ed851a24274bb288d92ccbc17d6903", "region_id": "RegionOne"}], "type": "orchestration", "id": "060b3c7018ed4207a8954da54cde1323", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6aa6a0982b42429896094ef60a79cff2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e1909394f644ace9c6c4739cbf339df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce1ee173894a48d7b1e5f32bc529b62a", "region_id": "RegionOne"}], "type": "block-storage", "id": "c7e91beeffd64489b03854d074836237", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b17e5bfd9a74a169ac25801c2bbf37b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e958e8f391b405e85faf5ee5d27b5ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72e262080bd84537a2f794e766de4eb9", "region_id": "RegionOne"}], "type": "volumev3", "id": "3eb850e571bd465a9c0781595873cd2c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21abb4f372fb442ca86136dba0254271", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4d073b794cf4b28834e1591740dd5bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d40bc23c941477f828d1371a4e1d66d", "region_id": "RegionOne"}], "type": "volumev2", "id": "6c1c127490e8410a9f22646f8bb28016", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e53e991336964af788eddcdc089c4dba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e65ffcfcf96c4cbc9f9f0f617720b2cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a071fcab41a04833922c10d0c5415dac", "region_id": "RegionOne"}], "type": "volume", "id": "8b70f8be15384a99af0ad28741224291", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7065e01efd374394939cf0dabdd8df96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63d25b6154f2454fb80a5d8ee3a3be61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9408b7c08d784e59aee7e95fa83462b6", "region_id": "RegionOne"}], "type": "block-store", "id": "10709ba16a6b462398148d13d3afa07a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9968b90ff9214f8b903d7b20c225f388", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1f69fd3eab15423a97c8e7fd03491fa1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "dd9570d6eb6e49e9a1ac16a1643cff7a", "region_id": "RegionOne"}], "type": "alarm", "id": "6cc89efd978e41a6ae2333bf36657a45", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f88299aeb96d4a3ebb7759f65cf1846a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3d304c694c874ee0a51ccccf3fafb20e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3b5fdb22b74445bdad7f0879555e36ca", "region_id": "RegionOne"}], "type": "alarming", "id": "7834f37f332f420e83faa3973065494f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "242642fac2b4421c91c856d71ca0448e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "183f2a96f77a4c4dba942dfd23a06d38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "79521f055c3e42e89cf6c71567919c46", "region_id": "RegionOne"}], "type": "meter", "id": "bd0a075301704bd49902ff724c8fa11b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a83c239f545f4896bf7403c184ba4e88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d656212b40ee4aa6b68a1d4b182735d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4b40fd35fb93419a8282fdd140463753", "region_id": "RegionOne"}], "type": "metering", "id": "39e1087f5bb4409f8b6d1d4f28720545", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8e560d12f60b44bbb803cd87b639eabe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7ba8ce4b32624c9d9f5102173479f9ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4a222d98c7b940529c0489af00fbe320", "region_id": "RegionOne"}], "type": "telemetry", "id": "08aaa942a03046b5a02f554e51d8e116", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "677a934ee5464d2590514e38e0d10083", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "da2e03794b2d46dcbc1fc87658043e99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c53c79daf9e2430d9c3dd0f7e380c43a", "region_id": "RegionOne"}], "type": "event", "id": "ec1d3705953949ce9c12d8d9d0d11095", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0f327a98204a4fb489645ff963f24369", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "faa56f57f87a4e26b3cf598a6aabbc91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a17abea9a55c44828361942e5fe7d2f3", "region_id": "RegionOne"}], "type": "events", "id": "a5fc8a7157c643488ba1e55e9f96adab", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ad19583101364b4e86c4dae220557013", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "aedcd4c1780346519989a4d50dde8997", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7acbfccde7884e9d99e5e197a8289259", "region_id": "RegionOne"}], "type": "application-deployment", "id": "774e16732603430a97f3b9f4d0f52487", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6409c17821ad451196ad3395e86ad8e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0a8fdb7368d84a74a2fc9b1c8766fc2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f73ce54fecb34211bbe366dddc665850", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1b2338c989d14a4ba5a27666b42b9387", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c64721c44a634bce9297e13413d11d4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "36a30f61de2648e28f1e84960640e31d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "40199de062d849b39c20b90c8a10bc3d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "207669356cbe4c798434086d78e1236d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9c3361f2f75e43c29fdaec5511245da3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "50f82baea579426f9f82e2701fee453f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "376946d41b404dd4ab6d2605a7e8c798", "region_id": "RegionOne"}], "type": "tricircle", "id": "7a8f2de50f184fc89bb9e53dbf743491", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0ba56b761a4a4d068baa359c8adb53e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ebee7b0e24cb4cb49559fc25d3d71dd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "270f048ba7834feca0ee5f39adc06660", "region_id": "RegionOne"}], "type": "database", "id": "4595036dd12740dda84068e280599d8c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ab359f8398004f059f992f8815ebf902", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "973d5ea8c75749f4b66a5c2b0283221d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c5cffb7f63a74d938bf61a785d7a243d", "region_id": "RegionOne"}], "type": "application-container", "id": "bfc3151171894e2aa17c03af6e242cee", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "97cfd31bed884dcea27a25d88cb029c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5a9b48408ace4700aeb371fe5b997530", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "73209abcc944425aae274e10b3768709", "region_id": "RegionOne"}], "type": "container", "id": "c78559341df94751a57dab34605c9d5b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e3b8ca65a35e43eba420c0923cc74057", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "511240556a344095902e3b54c0b9084c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a44f7921fdb241bd8922d46ae1b98dac", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "47246532745149f290b53c2664e95e00", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "242285f3cb544a378284da33437e43c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "46d40ba885824afbba56a57328989c02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8d6277b3195b43dc85f3d4aeb7bb048c", "region_id": "RegionOne"}], "type": "rca", "id": "45441be62152457cbbaa894b45617be7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4a1884fece524fa780a7e69884478a2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7f5e03f175724618961c00f4afbc3065", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e27df97c219245fba5a0e6c95d8c957e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4a0149a34e584ef9b122faf64aca7bd0", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "265cb761806444bd8cae832fe26624ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "888093841b7d457388e2980818477d7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "92a1384b1c4147d6b87e784af5fd8056", "region_id": "RegionOne"}], "type": "network", "id": "73b01999727b4f0f8c52e8c926f3cdeb", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9d9f06224bac4514bac5b09d7fc181c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4635e48295ea4798b0008e978dfb2fc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b229cf5e172148eda8182b9001d77955", "region_id": "RegionOne"}], "type": "backup", "id": "55034a4005d8417a9f8a5cffbae92671", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2fd942a2f7454b4dbc049afa3d268abf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "479360f3b5354e599734b49f75f30e4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fe102a809a724ea2a6d513cef8169492", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c95d453638ea4eea8187011dd74f8579", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cadad2ad3eec4beb8f65164fa5b59465", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3c7977454278448bb00fd0507e2d1683", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6319083d2e734dd792190b3ae8a340eb", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0a7ad8b1e23e4903b02414f2da8a33cd", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "996aba4d8be240bb92e3484e31472427", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "72933c81e36d44428c763b39e48c9f64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1e4caa9f2a8b463ab22d377082dc484f", "region_id": "RegionOne"}], "type": "monitoring", "id": "977780bb907046c1a288d9b01e5272a7", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "df0f8ce78ce74a9593f49a0c0c390040", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3c52c3cf7d644de08879bef6c2903d4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a2176f90a5ed4d8aa9618b603dba7636", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "516faf220e0d4c3eaeb870cf69081066", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8165ba96e9774509a2863c3f72b9cec1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b99cd766ae7e4f12a285913a4c4a2827", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "dc11ad06acb64bbebbd0cf029d78a5ab", "region_id": "RegionOne"}], "type": "placement", "id": "bdea186a2f7246e6a75e94cd1b6ccafd", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f53d259c7d784d6f82ec612322e11eea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fc13781f31154fe082d92f9d1bb0cf6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "63fb136cbcf24353b96abbd3ab78991c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a6e2fdbc27fe4fbda0dc4243f0dd8831", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d1a1fa642ef54e7d8339f524d509c644", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1dd0d4dca096435689257edb330cb81f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c4cd2a26af11433da07e97f5d33edf47", "region_id": "RegionOne"}], "type": "ha", "id": "b1300c0655ea4be68d05a6b68436e468", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "00cfc2be51ad4cbf8138ef227cdf61ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ef7367702ef54a4ab2d7ea4fe58137f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "55ea10a907e544e8bb290f8f4ab29ae3", "region_id": "RegionOne"}], "type": "reservation", "id": "39a79079f8ff43ac8b34149f1f9fc768", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "29d38747c0b44008a9532ba05a09e2c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9f33bd8b218a4963886a782f06d8a5a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "63e02a489d524ce6860437c685608df2", "region_id": "RegionOne"}], "type": "function-engine", "id": "27e16deb9c874dff88c39660e0802cd8", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4a74b2afce384e83aaefb4523d46b463", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ec10af3afc9e47d3bc619043e3e0e7b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "684a62a09330423e90c47a5e619365a0", "region_id": "RegionOne"}], "type": "accelerator", "id": "5e86e017ff934c6d92c8b389be8ad1d0", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8bd45170e868410ab0690291a7427fb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "422f65e2fad442d6aadf520c0b3ced77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "959bea6f735c451f8bccc3a8be7721bd", "region_id": "RegionOne"}], "type": "admin-logic", "id": "fc892107a73d45f3a3c9dd453c173984", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "752c3f9ea20e4699bee0b04bd3a43b18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d55ce3cced9b49669672179c2a472597", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f4e6df8892894b46bd82caebbc21daf9", "region_id": "RegionOne"}], "type": "registration", "id": "bfabb9a76064415e81a9828111727ed6", "name": "adjutant"}], "user": {"domain": {"id": "d695e50384284eeeb3e94d320015a50c", "name": "cbf41ae3589f49f49079962c31007a7a"}, "id": "dfd016303677451983d7deb47b9c9d82", "name": "51915d1e8dcc4e15a9684d251d717639"}, "audit_ids": ["d73fdf0e2e4c4c2b8350365a7fb05778", null], "issued_at": "2019-09-19T09:04:39.388374"}} 2019-09-19 09:06:39,638 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,644 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,645 keystoneauth.session RESP BODY: {"networks": []} 2019-09-19 09:06:39,718 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"min_count": 1, "flavorRef": "flavor-id", "name": "server-name", "imageRef": "image-id", "max_count": 1}}' 2019-09-19 09:06:39,722 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,724 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:39,743 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,746 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,748 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:39,767 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:39,771 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,772 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:39,815 openstack.iterate_timeout Waiting 2.0 seconds {19} openstack.tests.unit.cloud.test_groups.TestGroups.test_update_group [0.203971s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,830 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,833 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,834 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,837 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,849 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.767252+00:00", "project": {"domain": {"id": "02fe8659b6884dccaa2598406ad4ac73", "name": "4ea7d733e3cc477988986bda6579a04c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a1557ddeb66644acb733cfe8f3c3f6f1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "7983b0b2e322402e9b5245c87d2f5319", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "08753abcffd7462c931a5f97cae391b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c5011dceb8524838ae06f6c3d819f7f5", "region_id": "RegionOne"}], "type": "identity", "id": "e511f8d88a234d6c9f7a4cc434092372", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1c7234afe9db4caca8ce8f858ac6e8f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c35667fb27894318b8b5b5b222cc8a97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b96563ab249b497c95feaf8fb99bbd2e", "region_id": "RegionOne"}], "type": "compute", "id": "31d2061886a34bf1b8e0b8061d22f9fb", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "192c3e655cbb42fb8c6737f229485132", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5b5ccee4608b454598a1d143a769dea0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "38248d05c254455692514ab35f93a1a7", "region_id": "RegionOne"}], "type": "image", "id": "98f459b1f62f4d8b8ec5ea9a323c65b6", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0cb11d83fe3c4ca4bc42e5c85ab45928", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e8693dc4927a4f1788682b661b8ffe1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "569bd5d56b2443769a82bea18f302cb4", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e98c25ef76d14c09b886dff9ace42ee0", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f60af42ce7b34dba8223665a83df894a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "421909796d014a499b4fed940c2dad76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "175b041d35ab41cd9d96394f0b070676", "region_id": "RegionOne"}], "type": "object-store", "id": "2d653dfe027840559f5876c2e78328f1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9ece82062d1646c6961411b74f3b1a09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c55c3a62692645ee8fcc3cf496eba87b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9235ca1f5ea84c6b96c5d499517659c3", "region_id": "RegionOne"}], "type": "clustering", "id": "d0b3d67ff2af4fa6a4059a19df6fb209", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ebfd990d2f0e437a8145b9321549d72c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dbff275751594b2dabc0fc67dd4d00b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9cea781d8fb34858a87e5ae9246795c4", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "136ac57589004069b5215ad4a6a4a02f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "51f2ca6a027c4a29b772fcbf39a4fd50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "844b51deff8c422aa4c40756e44cee1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "05b923b015304702b08f89d8c3342380", "region_id": "RegionOne"}], "type": "cluster", "id": "9e0939ce2518444485af2e62e0d9bfb6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "375bf0b2e8344e219e6c99f0aba9d94a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "68249d2ce72d475292a119d9a0e70df5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ecddba7837974f6f8fdf0049e6d55993", "region_id": "RegionOne"}], "type": "data-processing", "id": "a35db6a384a64d44959b87c6faa0f13b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6b06f66dab474cceaed51c7e04b526df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "169193f528ef423393f3aa7eed1b7b98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "12e6d216c15841a1adc64de8321f9bcc", "region_id": "RegionOne"}], "type": "baremetal", "id": "0cb906ce816b412390dddfb44a02124d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8505991c5da3470c868a532aad7b50c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5088a6370784472ba44151de00b144f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "70d81a8105e1464abefc4d89d83ab79a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e7bed7542788407d9102fa6f79c3a55d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9b2743cec78546b8ad552fa3f8364c19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "94417e977fb9485b8cd2af425e95a94d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "6ed89872bd174cf095092ba0c3dae09a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c2c8f19353eb4e17ab6c573b5e282a89", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "64c386a0034542b0baebc0548015b915", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "dfcc70c8aa854ac4845b47761b30741d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "155b29e60a204a2c830f0635f015aacc", "region_id": "RegionOne"}], "type": "key-manager", "id": "898c0a3d3d9340f1b64b6d2cbbc95b1d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "44750bcca6cd4cada1775f6b930d4ad7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9a114eb0658b4af49ad360b1c372f0f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c167ecd7520d4d3799adf428c95b6f59", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a2852d7e8cd34a80a92e1a69b92104c3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1b535766407d4cc6b6a771996244a66a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2cb52e32ee214ab3b02636399c5b3d48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "885a15e35b8d4a02b8bb92fc9509f326", "region_id": "RegionOne"}], "type": "infra-optim", "id": "03e3b265cf5941f49dcb2b9d4cd7aab3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2c9fab05289740478112e96162cb8841", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c13632b2e1444759b6387cc6205c3391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fdeaaf64c6db4f58b53ceb19eb6c7037", "region_id": "RegionOne"}], "type": "message", "id": "c6469782ce0d4734823133f0aa89c273", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5027b7ac1f864d05ba94bd81990887fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3842eadea5ae4d66814fb6bb2e649232", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "38f18e90de7e47c29bb4fd31bb7b7e34", "region_id": "RegionOne"}], "type": "messaging", "id": "3672790320e54a7cbbe33b4d4763a8b3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f2f23bd2b7be49c8ad4bd20edbd44575", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "43f66792da3342a7bc9b84191d520651", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1c822459e6654b88ae922f30544c3a17", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a0133138fb30451483f39e7631f8e032", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1886357d676547909dd7b6e43a2fa352", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "94121d42dc7e426f91362d6f0ef11731", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c2e4faf7567f43f9ae306666355acc28", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "7950163c3c804bacbdc98fc262712ae6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "09e9d0dd97764ea9a3dd1fcfc1a5a3fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eb89fb8a5a934fa3b078866dcd9afcab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "72571cbce9174d1f94768a854abd2641", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0b200c5f564c4bd8a820f22bea4afd1c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "29f10bc7b0834dc2ba82a02fcbe7d12b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c329e044a8e748d682bea22b00b01786", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9825906e45474d33ae68e0fc194f3d1f", "region_id": "RegionOne"}], "type": "container-infra", "id": "b01e7fbb2b2a4d069861cc7db1ef73b7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "84e21386459c4c848912f720ace60206", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "24878ba1edaf4a168bdcfadc49a6853e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3238005976524d6f9078d53862136bc2", "region_id": "RegionOne"}], "type": "search", "id": "69af148b6aa04d6fa550572f0f48012a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f206ed53dece4f99afb20ee9d002cb27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2524e9b595d3400994299188207fa81a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9bc4699829d242acbc170bb66f00e500", "region_id": "RegionOne"}], "type": "dns", "id": "405c7c4d837f4ec887e69dc9b2f4209d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b892e42b6cb9450e9aa8caff53cbcf62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "99530c2d534c42118440a421c8d59059", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "dc86c239c5a64f96a68b0f423203faf7", "region_id": "RegionOne"}], "type": "workflow", "id": "2ec8a13a33c24f508faba2f55ef58b72", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d1dec69c2c2142cd8e5fcd3563ccbbfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "45d64b0672574db381e2ef5fc93aa0a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7b89f76fadb742fa8e5485a9fcc03694", "region_id": "RegionOne"}], "type": "workflowv2", "id": "07e267f05adb4bf486160b8e3896af90", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5d72803da9ff49e4a589ae73b3f275b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "16fd7f0377414f0a8b95bb935b633374", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3cff35ce3c63489e9cd6585eb5554523", "region_id": "RegionOne"}], "type": "rating", "id": "faec8542feff4156bb22a188a2c08165", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1d144da1140247118d740cc9792f660d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d31692a4d507446585d99bcdac195885", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c8005352a0d448f68f2f93f401deee38", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c33db4621230465f934111686c37b3e7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "22482c0ec6124176ad91c877dace0f66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a3d386075a2949fa9139916fbd054535", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "41a3f9a2fffe4b8a978861845980a671", "region_id": "RegionOne"}], "type": "policy", "id": "b2457010fa60413caf79c2742044d01c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cac4bdeda3ae4f86975863b625337419", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a632778ad03f4d90a7c035d7fb0cd8de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f14107324fcf4af98d053d60141486d8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d6b2d0d4b3704441a0e84fd7bf84cdc0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "685641d37d1c4cff8f61ea2946b4baaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7a293e023206455d98e47d87148bb0d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "19c8898693714ca1b78787d5717dbb4e", "region_id": "RegionOne"}], "type": "sharev2", "id": "ae8630318d3f41429cafe2c731bdb3ad", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9d3326eee6ff48fcb7bc3e65622a1640", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e95dcd391a304aebab3677356ae25784", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1fdeca3a7a4e4ab2a01223119ea9ba71", "region_id": "RegionOne"}], "type": "share", "id": "1ebf0f17f28a408fbe17b31983401445", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c2d6cae6807c4f808dd01ecbf6e6538b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9eff560a7bc746b9b822f2f30755632f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9a6ca12a45584521b125c6de368d4734", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "069a2162b4814baca4e24cce1faa9a22", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42df53188eb341faaf66e56db207b682", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "992903cfc4534c419d401c8f8fc932b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4aebc3f67644a5291f2932c924b637c", "region_id": "RegionOne"}], "type": "orchestration", "id": "5a0d686399824358848b336b5a1be505", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28f1399204694b1c89125187fd94a632", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93fa7bc3377942f3afcd75c0e5de0fec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c7ea26ca08543fabd0ca6b93dfaf580", "region_id": "RegionOne"}], "type": "block-storage", "id": "82464b9f749b44f0b9a5cd27ea34ed7f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e289e43348f42cb8677c4b2eedf2dfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "351754536262437dbcfb51ef1884e18c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8cf3159ab1f4e3da323761d38d2e318", "region_id": "RegionOne"}], "type": "volumev3", "id": "1eb6e00ecff34af997432c940c52c2f1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb9bc44fa8a84be7a3e37001b249a846", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5dfdf21c688c46dc9613baa3ba6a314d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a94dbdbad214cb3b3c799b31917af2c", "region_id": "RegionOne"}], "type": "volumev2", "id": "20f35eec6c4b434f92ddafec87121936", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50af40b9886b469b92f599b56840a658", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1795a66c1dff4e34aaf0992b5bbab9d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "008c29e7f1fa4edbb14566a08251b06f", "region_id": "RegionOne"}], "type": "volume", "id": "81c4b4a01dbf4c3897dd31eafa37b5a9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2862087af912490987717df5409008a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8678146601c04380bbdd8a4cd9485bdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1afc2789ac5b4928b8eacc65e240bba3", "region_id": "RegionOne"}], "type": "block-store", "id": "f8c47ff6171a470f9ffa526648df048d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "42f25d6b6f5a49e1b68179f06a4d7ce7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "617a28e7abb24ed1861c02e9a454b24e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "43681c301edf400b82d881e5c3ff0fec", "region_id": "RegionOne"}], "type": "alarm", "id": "61591ae5d8d4415d8f5a7cadf53e66e8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "18c662a62f304d9f92e4739e1ea1a145", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "96d1250e662c4ebbb9950383c7e7e232", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6f8eb9803f724eb590eaeb6ca20664f7", "region_id": "RegionOne"}], "type": "alarming", "id": "df203aa3a9794319afb1a20ae308b5ff", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "52fc8e3a25084aa99819cc71eedf0201", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dc0019435ec940c491cb2a4baebec3f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fd1764e6207a478698b6433fdafd4307", "region_id": "RegionOne"}], "type": "meter", "id": "f9fb38d222e24152b96faff3c5546ad5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2a3ac2fd635d4d7ba401b04929917b3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fe7fdcc8f0b043018b4d5a600a59a0b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f911fd9f2677492899514dd9b9aa68ac", "region_id": "RegionOne"}], "type": "metering", "id": "9b4db8ab1beb4e70a85ab52f7886f861", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bbb1c652239a4f4d8ab44827bede9126", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7fc2c7577f034fa896cbeebe387123d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4d2a94615c7e4f4e8a74018de39e3cd3", "region_id": "RegionOne"}], "type": "telemetry", "id": "77d67382c8ce4f4cbb1a45c1c8cee8a0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e6ed67a0cd084e6d823541ecabf90106", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bca63ffe624d452e9d92473f092da4c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4f50e096c8cf43398a6b7a1ce3bb5370", "region_id": "RegionOne"}], "type": "event", "id": "c0a26a6408d2431281df1baa2a88ecf7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8e438d2e67d5427282ae6d873d826e6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "45d367ccadef4e6ca49c7e8b4117b103", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "282a0e803206440d85d39126ae33965e", "region_id": "RegionOne"}], "type": "events", "id": "9f448c5b7e384ee79f2b76d25a3bbd0a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "40be43ed5b864e5094b55ed5c863d758", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ea87034838474dc9b1650bde24beb727", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ae77c716eadc4b9498999cf3698b4937", "region_id": "RegionOne"}], "type": "application-deployment", "id": "7c5128fc4e5a42ad90d33a0732fd1ec9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "87d19deb1b974028be54e79661cf917a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b64b26a878504c7ea40ec3f62420075d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8c812be96cea47b690f3ccdca2b4def0", "region_id": "RegionOne"}], "type": "application_deployment", "id": "dd96970ea0d24484803c086c9b4223cf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fd22185fbb7245a0ae21a98b57af3a00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6812530d8f6c4b85809f2ece05fea754", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0181cbb7263642efb9959f4ba62fa3ea", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "79b1bdbbf2f340f8ae066e70fd908a28", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e32b497ba75e48709389418ee8c84d5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8dc2d5439a114e97855cd389c9ffbff1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "02a0f7f7e0c94bf49e104ca8a142a9b6", "region_id": "RegionOne"}], "type": "tricircle", "id": "62a74ea2ef0049a4ba180138e83fe225", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "daef9ee07b37482c9234b5a79559e5c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "73cb24dd8aea4c298f1c8471087e365c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "10faf086a6374a04b8fe04fc6fbbd5e7", "region_id": "RegionOne"}], "type": "database", "id": "9fa1c08a511940b5879588d7f82ab0f1", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a878404364ff4a019568d2a555b19f99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ebe1cff44f5043f79a1533561bf31bd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9975b122349d4bb5aef1f6a5489a357b", "region_id": "RegionOne"}], "type": "application-container", "id": "71b6af0db2d440189045fe8b6312cac9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "87ad0f4b50dd4dba9f4815d8b23a04ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5bca58e11c714c8dbb516b2c201f0593", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0fd379b25d374863aed3bdd34bd55003", "region_id": "RegionOne"}], "type": "container", "id": "44762ff62de14746a7de688f089b0b53", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5d85632f6e8340aab420cc159bc9bcec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "660898aafce344d999a953282fc674aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6ab6c91ec9624c679b78c048e7f8dc2e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "0b97d8c1c0ad4179bb37b2e528ebc2d4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "20dcaec386f7465e9279b2f820409e8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1f10f5e59e344e7eaf42b980f796a9f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "66b0cd935ed340f88d7f59e01f389dd5", "region_id": "RegionOne"}], "type": "rca", "id": "794996e3b41049a4bd0c784f5a9aa27e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "81feb6c756294d629d19031a651d1335", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4bb6e7861f0544ce9451c120109c4193", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ea0fea532ca14825ad1412d533e8a703", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "da1d6b976af94524af3db402d15c9730", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0df64d930d2e479f92aaa8bc4f1408cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f250bc34039e4eb09e671050b553a842", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "aae53bc06f264535beaff45dad0604aa", "region_id": "RegionOne"}], "type": "network", "id": "4d69c0e3f73f48afa395730dd55fea18", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0d161af0d90940b3ad63f078c842a703", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "03bc11c0f573425d9725f5aa2dbd2574", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ddd1be83e9a049d59b7d6e828de0ac0c", "region_id": "RegionOne"}], "type": "backup", "id": "07a860e689c241e9af2e91525bec1274", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fb0751e9cbbb42aa9d44b1ae8a6b7f65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8101a78885944021b7edf5d219c30a04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2dfb429c6cbb4b7fb0f265b2c1cd1ad3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ab2149f5b3b749469853636a037312a4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "faa89f70077242fdb91823087badfbbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2e479c3f7ac7410da4042d66946a3c31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a094de08c08a4708b8ae58d568ac1de0", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ceb53905d89a44e8970e54b05776b2cc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "57df3109259f4606ba88c45e4203f2ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "14c805f23e7a405c9fdb6b011279d2ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "592cb136ec1249b59c61e4d26ba6b488", "region_id": "RegionOne"}], "type": "monitoring", "id": "f885270980e947daba29e91c7c01d6fd", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1dec46b4fd67447e8a46be8ec0e7d534", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1697c60dfef6466e9d49b222c967648e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f93c8d036f1e477b8a870f1a93f97bb5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9a5c23d27eca45e19a06b520c1e3a078", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a9793dba2eae4b05aa4093220d4b4c8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0514eba47ca34c37b0d1988b180ab60f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e589043ba13e4a478f71ac682d756918", "region_id": "RegionOne"}], "type": "placement", "id": "08818f47669e4144b019c3a88cbe3ebf", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "52cbc26013e54a54b2d8763f8afae49c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "abd8c65890a341d18fc22230813733a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e16f95c2dd7241c4b9ab6593fd38ff74", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5b5826b131ab45d69a65ee46e94ec1f4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "eac4a7dd6b1f455983624c2efe451369", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ff0ffbab40fb4ffda91edd34c40702d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c2c8d74f7b9840c398f801b666ad6a21", "region_id": "RegionOne"}], "type": "ha", "id": "3d4723b255ee48a08e19ff875d455eb2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7a6ddabeefc24b64bb59247e83a0306b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1126a487d3554efaa142f87ba93ff6df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "45c4dcd4ad864df3b843eb517c5fcc67", "region_id": "RegionOne"}], "type": "reservation", "id": "a44c4452aec54c5e934b78610bc2a8d8", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b8b168c0e32c4e559749089163ad3bae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "33bdf749ec5248d9b25aeaa92a950a23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "24bf17dabbc94da4a4070e08d13d681e", "region_id": "RegionOne"}], "type": "function-engine", "id": "aabe8ef72e424b16bb23dac36bc537a1", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2bac416da0384b38b09fe1f6a4389e8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2a5e1d261d3d4d06b57deeb450063554", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "60cf6e470b8e4602806934da286aee1f", "region_id": "RegionOne"}], "type": "accelerator", "id": "87973fd82b9f4181bd5d360ac4207b07", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "67c42498b5b740b29f87c18bd34cbc88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d90e5074a6864815aaaad6971b46b38f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3c7aa8db078940abb41f5d6bf46ad71d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "346f492375eb4887a62d75eaaad3a044", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "27dceca225c34241a980817bf0d94b95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c833f86a4a4541e2bb0778ad7e66ef22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6c6669e65f2a4e1ebad586c8a88e6e43", "region_id": "RegionOne"}], "type": "registration", "id": "400d9a01d3a14f7c93233c2d26a236ba", "name": "adjutant"}], "user": {"domain": {"id": "0654a3de914340188501dc78608e5d16", "name": "230a9f7bd32c483d8ba399a948d9bdec"}, "id": "8e8077371a2041529d4196961ff9c399", "name": "510afc916067404f9d5137b4ef329e6c"}, "audit_ids": ["8ae42a08e29844caaf2dda18bdfccd1b", null], "issued_at": "2019-09-19T09:04:39.767252"}} 2019-09-19 09:06:39,929 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,933 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,935 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "c9b22b23e38e448aaaadaea339c344e8", "id": "d8b6c05bcb68452bafc29bf152a2b201", "name": "groupname-2"}]} 2019-09-19 09:06:39,955 keystoneauth.session REQ: curl -g -i -X PATCH https://identity.example.com/v3/groups/d8b6c05bcb68452bafc29bf152a2b201 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"group": {"name": "groupname-2"}}' 2019-09-19 09:06:39,959 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,964 keystoneauth.session RESP BODY: {"group": {"domain_id": "c9b22b23e38e448aaaadaea339c344e8", "id": "d8b6c05bcb68452bafc29bf152a2b201", "name": "groupname-2"}} {23} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_list_floating_ips_with_filters [0.059413s] ... ok {5} openstack.tests.unit.cloud.test_fwaas.TestFirewallRule.test_create_firewall_rule_bad_protocol [0.195495s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,774 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,777 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,779 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,781 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,792 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.711497+00:00", "project": {"domain": {"id": "6eaddd99278b4bce9e23419f57c1ae43", "name": "818a80fa64b944108c34929967e5b9ff"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "5dd0afe3e2e341b9a12ff8c81d20fbd7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "cdb14d066d33473b8cd6c5f5b554cedd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2988f8218ec442a5a7fae0decdd0b146", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ca1e2015b0be4191b0d67399937b5031", "region_id": "RegionOne"}], "type": "identity", "id": "0ccf597514c440e19686c6bd3e8b773a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bba69d5f50464232a83b06943c17407f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "18bb021bc6724632ba3a8a58992f1c98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "fa7bf3cf675c4da4ac749e0eeaf0c7b9", "region_id": "RegionOne"}], "type": "compute", "id": "69ce9a84e2464edfa2c34cc9215a4e37", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "34c8a893e9f54d84b3441817fe36e80f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "be047cb9ef18440fadaafa15e1139612", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ce3bf0458b234aef91e0fa0fddfbce17", "region_id": "RegionOne"}], "type": "image", "id": "9498b4815ca444b58426f0cd3db3dff1", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c0710327d8424a5ea9b91a61b263647e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "97ea320567eb45bf81d480237bf77cd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "17854b13fb2c45e3a2c61f1c8484938f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "18b6383b0294491785abe1ef7b21942b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "277426ee20e7475faf846de9b869952f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cbb2eb2c19324d5e8301e0ea73ae9b89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7d111c198704ee6bbcce3eab7910a65", "region_id": "RegionOne"}], "type": "object-store", "id": "aa66d7f6921b4397b4a25400fdc4c3aa", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f27fb61cb235463a8ce0e9e802f47f6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "48fc8a1212204ca8adc5aab67cf7dda9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b0ea011c94354adfb7e620ea683f19a3", "region_id": "RegionOne"}], "type": "clustering", "id": "c1c8e8cea39446898d1c9fb45678f59f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "974236b635e548449ff590917af0cab8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bef12999703b467b97a0cac417b82a1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ebf01c15a5504a2a865b4d5d9a414112", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f499a831ca37454ab0c171302a9f62da", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "58a014ed93184901b3f0487cf236cbce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "62edda2b9fb64e14a2e2536632fb0623", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4ccb244c5fb848a1a16e40e8dd67c4bb", "region_id": "RegionOne"}], "type": "cluster", "id": "ed851d5b42ef4d8d901a40055b247d3b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6e9a79c5d7b541ff8e8e2d3a255526dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b6c6b25407564259a94991764560f782", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "45fb19cc05e346b4ab8ca71fcfd56e5e", "region_id": "RegionOne"}], "type": "data-processing", "id": "026f38c945a142dcb120df668b64d7eb", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "aa27e51b3b484c48bc25a19a9e4d9982", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "db8be8dca52545d6924c5bc068678b14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "52903781ad3c427cb4f8bdce74b812bf", "region_id": "RegionOne"}], "type": "baremetal", "id": "e1c3848ed7944ef0886c2b837660add8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cd32d40fba854690990e0c9d5c49cc62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "efd2307cf7164448a8caa1323c4567f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "42b947842a2b45febd17d32b705383b6", "region_id": "RegionOne"}], "type": "bare-metal", "id": "26e674f5eee14cc5a5eeacbc93eecaf4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5af019c68db34d3f89f6f460c94c5ce0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8eda5eb2ad3f4a76817263680670a005", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "acb47da27f624f5f80f6b163396bf9ef", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8aec782840d94542a3ef248bdb7ad2be", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2a1216b360484f1b8060bb13205aa835", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "dd0bc4f6c4d54aa3b6f435499daa4d86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "619bcc1c3c49464a8c61c75acf65a879", "region_id": "RegionOne"}], "type": "key-manager", "id": "b701cd76dce94343b54e7f985fa7d3af", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7e6fb76d188c48fca039524e460b8d66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9e2843caca534d1a96c1bcddd97d9a3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a63a969731c342cfb83f517672392961", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "4161b9b006bc493590962f2b24fbd94d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "38fd5a6fbaee43d5a53e0993ac6c73dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4877c64acb9449b29686cf5991e7e085", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c9f611efe05a468bb84b147d4dab7428", "region_id": "RegionOne"}], "type": "infra-optim", "id": "050a429abc314258b77f0e55233ec407", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8dcac614cb064b65880959a9b031985c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "cb47bfc4273f44268c173c23bbe4b8d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "843f879eff3944419dfc1914f63a76fb", "region_id": "RegionOne"}], "type": "message", "id": "32726e6e2cc547c283994eb862872446", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ca757c0b3ece40fc82868fd15b0dab7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ea1727c608664e38a8286b72ab4d7bde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "36749f9d690e4be7823ffbceaeab9048", "region_id": "RegionOne"}], "type": "messaging", "id": "51265c49f3ec407fb15853540655f345", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7a1b1b9b0e64411abb8fae091fc145e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6af72498927a4c92ba4256825ae446ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d2dca79953824c159222e60fbfb8b6a7", "region_id": "RegionOne"}], "type": "application-catalog", "id": "9bae6eba9d8d4faab3acead79d7b1553", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "741564d4966a4f68b07134fbf9a5eef2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f837f0210dc749608e622fa469a9d693", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "01d0d3335bd44bb7b6b5decac4b82ae1", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "30a6cdf463534a47a131dd3a0ef3e3fd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d4ebcdee00674d839ed563df708119a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "472926a4372c4b07965b4e907cf440ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4ac441568dc1414fb7dde25139f11fb2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "03128465ecd142f1af95a5320bb37720", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5a6a02f113e0403bbbd638df88c2fac9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "55e4912c00de4a26a5b0d9801b8a8416", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "85cb06619c584671aa8d8a0530e98d9f", "region_id": "RegionOne"}], "type": "container-infra", "id": "387acf809c1345a7a9f77c12153dcf11", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "333c78767d3e4984b10a737274a2d41b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "bc491387bceb402a8c2e57569872f41f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9b99b6f0b4f14c309a91548d1b61f44c", "region_id": "RegionOne"}], "type": "search", "id": "295f7c5c14f74fe3a7bc9b12cec6fe2d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "0ed079896b3d46008a2693ef58d3a3c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9e7144f0ca804420bd789c8c9fd48cdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2135fe267c7a4ad18f82d53df48f8746", "region_id": "RegionOne"}], "type": "dns", "id": "9d49dfa162a24c1d867079275dda0950", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "06eb04a160c64241aa8e5d941eb3581a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8d4c6ee53e004f66aeb31fac7c402d23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ff443783ead84882840f3892f7610848", "region_id": "RegionOne"}], "type": "workflow", "id": "c69493fee0d4406dbe700ad810d9be42", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5319866461bf48bc810aeb6940f42e3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0a187cbed0d94473b33151d857d2e413", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7290d58a47dd47abbb5e667e329af4cd", "region_id": "RegionOne"}], "type": "workflowv2", "id": "932dcbdcb5dc489ead6da53257f6a590", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1f73c27a8751487e982d1fdca2e2d8d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c9e8144fa5a646e5be1128e38c603bf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "fe97b42f178b471086ef3cb1b0f33491", "region_id": "RegionOne"}], "type": "rating", "id": "194c7bb9f17646c1aec2f4b6628070a9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e5329a4a8ea44ab7ae4b2734db038d1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "116d98d8673445869aed148116f22090", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8d676feb97f84735bccf6a9c0c107ee5", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c3cdf6c18fcb4b65aa39e3d134bca3f6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3c0dffea4ae84066827aea5ec6003143", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "88e2caeb60964525a8d4852966104d96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "63cf11fe98714ace8f222c6865935fd2", "region_id": "RegionOne"}], "type": "policy", "id": "c4d1d650a513475b921b8015ad96a213", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "04f650b47a57462cb55f102a71c0d958", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4805c316ff9240d4b117fd461348aa9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "393570ab3cfa485bbd3a53df8f20afbc", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "60d8f85d0a0b4b81929cfce8b3e4141a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bc69a62e14d74218bb11db62e6c45663", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "88372c0a191c4f93aa342ccc217caa7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7a7e2798cdce4457a7fe110555ae2720", "region_id": "RegionOne"}], "type": "sharev2", "id": "adefd22b099b476bbc97b7aaca7b416f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d13ae2724d004792a86bd8060b0c72f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1ba30d3d6cda4611ab368ef058e4b5e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4fd6413a563a40b1b7f777e0ab565a3d", "region_id": "RegionOne"}], "type": "share", "id": "d5dcd5dec5d44976b4c682b9299e9582", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8bb4f4446e8a492995ba37af1807fa80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a76edf29339c42f29dca91a8d64ee5e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a31962ae8c5f45e592691a8c72e2a350", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a6828743b0b64098aa66bf40985e20ab", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33d5caeec7144fe8879ac5a8c0a556a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05e9e26b81224762b9d54e1b05e83b17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b15ad0ed28b41b0be343c7a6f771987", "region_id": "RegionOne"}], "type": "orchestration", "id": "f93335ee71e74bb5aee5df4707e991ca", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca08e2df87b94685a373ec0f803baa9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b88c39a015d45379fe49aa8e955cb90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef008a850c5e47418f699d5a6f658a48", "region_id": "RegionOne"}], "type": "block-storage", "id": "7493e578007a4546b1e27af0a5a72cf5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e12093e42ed74bf1a253b85c4af47f6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a94ea9f304fe4baeb3bbf4ebc6ec7322", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23ab4ccc2f694805b3d5287ec663490e", "region_id": "RegionOne"}], "type": "volumev3", "id": "9b67fd6cccd649f281c0a673b0af33ed", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "407060be9398425cbe98401bfeb3879e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cde25bb9d8fc4d9e8e1404726889f7fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd343691cd654ce299af152b569bfee8", "region_id": "RegionOne"}], "type": "volumev2", "id": "3a83143c441345e0bd5ecda0b7221fdb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "466594831a8b409db389a277dd275cb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41eeb2006f1c4522aff2e290a32990d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79acedb64ef943f583449fa94d43c0cc", "region_id": "RegionOne"}], "type": "volume", "id": "c997cdf8fb254d1c9c43c32622982f9c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2559efa111834d959da6ec1dbdc93c97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "383309bc470646d4a5fe1b1888aeb86e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "012940bf5b89476bb42afc1d025f81b2", "region_id": "RegionOne"}], "type": "block-store", "id": "2c61b51bab0841329f199682e1355bd1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6ac4b170ccf448c3a53ad06ed09ab6ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7bfab121f0874b97902c6373dc395785", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a0891a1369b145c0a420bf8d3542003c", "region_id": "RegionOne"}], "type": "alarm", "id": "b08aa64b8b4e495391a02f9ccfdd6c36", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7fa9cbd20a28497fa4e390277efd240a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3ba45765548f48ec89d4c00a8c9b4600", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8817c44be4004d7391ea4490d288453a", "region_id": "RegionOne"}], "type": "alarming", "id": "0bd402cee25240e58ee5bdc1a960261f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "61f3bedc15eb4a7bb7c83e15c0408fea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "78e862abe0ca4ac985e6ddad6a78fc13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "97c490bbd9fd46e29527718beb8cac3e", "region_id": "RegionOne"}], "type": "meter", "id": "8898a2a270944650b9643d4af832f4f3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "301230bcf8af49e89dd975ba493f317e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3d4426a5c3484f60a5923a3c4fea0cf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2cf7099d398a4c6da22ee1db9335e474", "region_id": "RegionOne"}], "type": "metering", "id": "eff1b5ba554043fabab47493167442e6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0e093b969d1246d09138025a59764737", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f50156c83e0f48428e36cc90c73a340e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7f11f3e54d3642658389948b5a9516ef", "region_id": "RegionOne"}], "type": "telemetry", "id": "274b6ccf61584a94839b0c8b22c74fb9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "089702934ac44930b58413a3d125c2e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4354c94a33a3460cbae276390ffdf0fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7fc9428804f2421386210a0f3a96e5aa", "region_id": "RegionOne"}], "type": "event", "id": "d50be0185d4f4a67974d5675afd06bb2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cf0bebf7606e4f518512b9a1de081abd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bb54d8700f684ab282f82e012ab94054", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1799a9692c6f4d90a9b931d933ad05d5", "region_id": "RegionOne"}], "type": "events", "id": "33fba89dba024637a3b9c72ab8247f77", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4aede245fcf54664bac1370756292655", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "77f762113f2843ba80ef84d4949a5c51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4a059a50dedc43dcb0cb2d7952f8efd2", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e4231efa12024565bdc53780f4ee85a5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "26089cf5773b46de9f75cc49f406b4be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1d96456e2c7b488e85d45a4e46b8406a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "634cad2fc73044fba5e9f538a91bfb4c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "41863f02491b406e97b319bdbdc49953", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e5a475f3c993483f93f1b4ed88083c17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ecd8c41c85544145ac0c3ea9a8c9f0ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "dde61b23b7434d13a6132ba9fc3ad190", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5a2eddfc835a4d238f7c148a02123ec9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e9c1838118a94e668b84dedf0260ad65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d629dfffd497499d97b0d5dc3cd8ba49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9cf2ac763c464616a979f61bad913130", "region_id": "RegionOne"}], "type": "tricircle", "id": "73f56c0a4b8840af98c422be50b3faa9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "77fe4cfe14ce400cbb3feee69170ccdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ddcb3173a09942f09a927c83657bd60d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d6f04583d0c648d190c966d94a8e6851", "region_id": "RegionOne"}], "type": "database", "id": "7eed9a340f7e4945ae05ad92a7da09c8", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "28c5aef787e34504abf56c48f0adb2bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "adf234e427ac465086479f4b61abe1f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "03b094798f4a49eba2429cf5c6f9ad55", "region_id": "RegionOne"}], "type": "application-container", "id": "47a8b179aa184e229e7e02c376467887", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "37b79ab14e834b71a7c0d4a8f72c6f70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b29775327e094ebfb59321dfad9ebcff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8e9e1da635ec452886e78faf25cfe4e9", "region_id": "RegionOne"}], "type": "container", "id": "8d87cb5336d344a1959aa7f419f1434a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bea6c7df94c941d1ba3c64e1b8505a5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "59b2fac1c4e94da38bb52094f30e5bfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ec3eb460ca6246f989112c1797560c91", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "bf9424fcedef4983bde823ed93bd096f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d678f1a57a9140068b4a817e69ecc70c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f6f6afb198c14a2eb4c6df48c723b3ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9620a4b8729c46178ab682b3228a7dc9", "region_id": "RegionOne"}], "type": "rca", "id": "640ea8e6e48c460e89fad24c81127e72", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "26e5b9990fb748aa8d22d6c04ac8f7f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0187c96ba6e64444812c543cb74ec9d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6d4c1aa3a9d34a51863d11b21a912b54", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "8331f5f9a6cd4ebd9b113fdaabb32655", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "eaf5ec48b57c49f7a194aada4596bd02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2e706322fdb04b2396eaec3e67219181", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8d61b7dbb8c14dbe8db9221964720e82", "region_id": "RegionOne"}], "type": "network", "id": "fb5218fe9f564487b3c4db4b02e911d9", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "fd43d18e80fa43c88f0b0854aab96116", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1155d7e0cb3c471583d53d0fd42430a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f1c327af580d427ebc50e270e360f49f", "region_id": "RegionOne"}], "type": "backup", "id": "6121ae6c7fe04224a375a4d17214d381", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a225eb6c9f834b16af373372f9ab1856", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f0508e05fb054ef6bbd52b9f2a4174cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b3f5d43ca246493ebc52ca1eed9d4b6f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "48aad3d23e8b4812a41e5c3c6d9dc196", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "86cbe7e695b74f22a3a4a83f65b7c425", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "15994cfb473e4a658cb494c024c0567b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4f24473e95924fbfbc5f65845e21d16d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9bdf062bea10431c8247c84b6aa45c26", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "01b94a1b40264241b67fb7a92316ccb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "55afe7dc6c1b49c8976762fb77d73032", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9a9bb11742784dadbd72d0e7a6fd6ecc", "region_id": "RegionOne"}], "type": "monitoring", "id": "89de9ba428404b3a9dbe5913df3008c9", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2466dc50b8834259b5bf44d15ea64b97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "21a11dd563ae470aa03d34c787d732d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a9753900a8134a9c89263cb3991f4fa4", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "1708a94881fc46869f8b751663015276", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9c77bde97bf6406486b992e4fe44519d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "89edf7e5292b441c97318b72d9c3bfdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "6c8f1126f7df446cb90d62d4d4008578", "region_id": "RegionOne"}], "type": "placement", "id": "286f81a44b944fb18f61be63065bf9f2", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "992048fad40449889ed55168ac5a969c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "71aad5739c4f4566a98292f23baf58e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "57e55d81099940fab08367e2af55b953", "region_id": "RegionOne"}], "type": "instance-ha", "id": "0f648eaddbed40f1ac9b5987a9030bd6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4ecc4b9df12d4caab230138b336ee492", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "250a60b990e7493f9daa68e913818208", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cc2cd9ae49a641aeaf7de1f6f8e77629", "region_id": "RegionOne"}], "type": "ha", "id": "228071caf0754dcf86a2ca688087ac78", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c74d1fae422045289b80ec4993b0509a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3771d637c1cd4ca489cf9cee7895fba3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "e5accc2c7a2e4b1eb33f75322a42acf3", "region_id": "RegionOne"}], "type": "reservation", "id": "1113e1bdbe1841378c5ef21cad369e41", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f6c37a7d00bf4284aedae04503508a35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8b462f21e85a4c47a1e33ecb690c4a54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "96546d1ffc4b41e1b9ac6b95f65589b5", "region_id": "RegionOne"}], "type": "function-engine", "id": "8fc7b4998d8c41ccae0eed4e4dcb0909", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d6542ff8cb8e4988900ad43c7182f3ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f5ab0da3b1114806a5926d8e141b30a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "304b717af694445e935c8f659498af74", "region_id": "RegionOne"}], "type": "accelerator", "id": "873c707a169c47ada217b34c78a1826a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5c644eef82ee493aa6a5d3f22d63e041", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0f3e24fbf41f43f6800acaa5141ae643", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1ab72ca31cf843798b23dda7528f3a17", "region_id": "RegionOne"}], "type": "admin-logic", "id": "20b83b765832478ab6f621bbde212425", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1acafc981d444c30b61aa94d8bfed02e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "54378f5352b041bdacaeaa16fc34e00d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d6ca751e6d4c4a14b350dca5bf5ed718", "region_id": "RegionOne"}], "type": "registration", "id": "085d8dbb7d54458da1767c13cf8b89c8", "name": "adjutant"}], "user": {"domain": {"id": "b64d398abf5f4a028cf5c64bd1e06e06", "name": "b72b3e9c110d431fa21851d6f9d8983f"}, "id": "e13c6e0b00914a2ebeec55f7da9fd94e", "name": "59df9fd96fba49cda4e76f51f09f02a8"}, "audit_ids": ["f104d95860b14d58b9642eaa38be5961", null], "issued_at": "2019-09-19T09:04:39.711497"}} 2019-09-19 09:06:39,890 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/fwaas/firewall_rules -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_rule": {"protocol": "tcp", "description": "Deny SSH access", "enabled": true, "source_ip_address": null, "destination_ip_address": null, "action": "deny", "source_port": null, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "ip_version": 5, "name": "deny_ssh"}}' 2019-09-19 09:06:39,898 keystoneauth.session RESP: [400] content-type: application/json 2019-09-19 09:06:39,899 keystoneauth.session RESP BODY: {} {18} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_wait_server_error [0.549658s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,448 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,452 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,453 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,455 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,466 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.386029+00:00", "project": {"domain": {"id": "3253c09c1cc945d29bdabeecdd85c269", "name": "9b3c9f9fd94541fc872033e899a1e4e7"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "bf141cc6abe146f48844b1474f5461d5"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4d8204a04738478b819a68189f6b44af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d31932cd891e4b9686bf0ea9894abefe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c54fd2203f744509bc55211dc064ce1f", "region_id": "RegionOne"}], "type": "identity", "id": "432ada1a01dc4cd8840655cce3ddb5fc", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ccf0df3a31f44092a656965f857f1130", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "941d1a7dc6ba4c2d8665a78e4699b46c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "56f216d6b7b84e0d8245f05762b7c454", "region_id": "RegionOne"}], "type": "compute", "id": "c48253b7a2cd41c2ba5d2def7fe7b2de", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e4fdb08e246a461c9681ba735debbd73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "baca502acd1e4c8f8fbc2ad6059a632a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "df2a4547a1de47b6a0eb66264bfe857c", "region_id": "RegionOne"}], "type": "image", "id": "297a8add8f8e454fa02be90041942c10", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "daacccaa9c8c46e582aaa6c24180e187", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "259e5fb2027942399a4ed1027778eb66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "dc6449e716364f5787f163d05b3862ce", "region_id": "RegionOne"}], "type": "load-balancer", "id": "bd30c56a589344d28620c5cdf2d843f2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "015273ce51394feeab31d238af6b375d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38af841b930b46c988e908406460070d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca5145628f93486eaa3377e39948df55", "region_id": "RegionOne"}], "type": "object-store", "id": "756298a8429d4a979cd3efcea7c3dac1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c816f0d8bf3045d089dc87caa59708f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6cdc3fc70ecf4980a1ec2d636d4c56e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dd2e816b93f14ef1be92afacfb5323ca", "region_id": "RegionOne"}], "type": "clustering", "id": "49d60c0f8dc54cfaa4965d95b910a5d0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2b62e3f08c03413a918d2570968d9f5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "170d5f0063e44789965c85e26e60c91f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5092a558eebe44c0a2cdcef5dc34f731", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d46903c66b784cc39d00e0355bb5ae24", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0db4f7f8c5074d96b645f84c96826380", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cfe30ea8c2584c9f84e80bc782f50e6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "768fa3e6a9124c58a7a26d4a2f408080", "region_id": "RegionOne"}], "type": "cluster", "id": "cce81f0c7c9744abaa3ccdf49f79b128", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fcf1466beef8445d80f1c21dcae6b67c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5736c4ed18d54cc1afda227391c75cb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "eefd26da912244c097e819acc18a9243", "region_id": "RegionOne"}], "type": "data-processing", "id": "9ccce09897ae47608dc01270e139432d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ec097774981941f5bcf2e7014f04275a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "10d9149a26b74cab82e409f5235bba6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e949a1b778be40139aaf514fec4bb9c6", "region_id": "RegionOne"}], "type": "baremetal", "id": "9a8f5bb2d9d14215b80dfb0a71412e48", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0ec59927f132437d947ec461017bcfa4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "67e0782f46d9476ea18e0c53746e22d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ef3ffc11ac1a4c7fbf18d832b7df7691", "region_id": "RegionOne"}], "type": "bare-metal", "id": "fa9e652c7827476da300993f9feb9174", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "09e2f5fc1d7f479da05cb826a01c0458", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "24598c447d8f41a598a10fa3102c719d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f082b8d6025e4d7c9a39b4a1a305b3c7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "bffc5d9a1fe04438999c614928718e9c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6d8dbf7d945746bfb6734abe66caa622", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "db0e9ff97d0b4f8c89ddd10b4cdcead0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "88655b31e2024d6e9556ce849606ad3f", "region_id": "RegionOne"}], "type": "key-manager", "id": "48cc3bff5d6b42b99e6446015bcfa226", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "92ce13ccae214e888abb33808d1bb14f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "811c5003af5240febb7008fa4bf2625a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "eb75dc10bcc8422c8b2a91a47f88b0a8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e5f4b603be254f4c8460f2c0f789b5a9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "411fe9bc71aa4ba78cb7e3b9826613e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "99969a82c7df469dbf7840abda54cafe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "029068a727f94a19b208942de63b73cc", "region_id": "RegionOne"}], "type": "infra-optim", "id": "fb690f87847646cd8ddf25b2aaa9e04f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "20c87ca479c64044bfbcfd53435cdadb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f09a453213264bbf9f446914b5032d58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "77122f80d2e84c27a6d85a70103d8864", "region_id": "RegionOne"}], "type": "message", "id": "85ef1e29467d4c10b5770d868ab30916", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "513d8d9060e5415c8bbde0a349e19a63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1b5d96ed1a614444a86f0579cee2fe26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5b43875fd79f445e88537e724b0514fa", "region_id": "RegionOne"}], "type": "messaging", "id": "2412d65f8b014581be675e90cd81a6a5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "429a0a0c36c74959bd60dcc47b08dc2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e192b7607d2943dfb5d35fd514ad9fa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "48aeff3f99ac442abfaf1eb90375e0a3", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d2598b6a1f39444faf017afea2792a5f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bbb80e3c79274a6d945d9bc9fb7fbf76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e6f9c4286847447dbe569b1b6b02d5ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c5decc058a940d7875b202117e91226", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ab2fd5332ee2482eb777360ca7a693b3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c0c0bd609114006b2d8036b7071abb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a6db6fe0eca94d2a8f87a07141e42be5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ef227f87b66149bc9dba394067df4c9f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "3a6e4408e2fd4e658c59a85fff15e7a1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d82392a27e3d426da8108a4301cfd407", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1c39b905109247f0a0fde0ff4dd4257e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e1ef715af30247158f2fc05d3e50889a", "region_id": "RegionOne"}], "type": "container-infra", "id": "81bbb78ff6f84f48a29d545d35a95fd9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b07e8d3e9223401ea1f847e2ac4e2196", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d06208317d7c4776acf431bec77f562d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "0d07ba43a19a40fc970ef56621083c8c", "region_id": "RegionOne"}], "type": "search", "id": "625b2600667c419ea196cd29bd03fd5e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "237e1a2f562d4ceeaa1b093886bf72b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "74e3764cfa5240c9a5f17c7e9d8c284c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3048afe474684ffab5ac8ea6b84f49bb", "region_id": "RegionOne"}], "type": "dns", "id": "e837a3d9730043489569c5560d22b122", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9bc99b9a91ac4a859587534b09d19bce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "03da68f8975949bbacf676f36c2dde2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f8f2bcf3f2df44edaafe3ef36d40c8ca", "region_id": "RegionOne"}], "type": "workflow", "id": "7a08c78b6f234cef8f32a9790e4151e9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a77108e78bc347cfa515c00e78e54be6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e998b437994a473bb46b7f95bf8fdc80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d63b0dd917c042cb9cd034480b20cc8c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f8e1a148799746b1812f9c93b787dcf2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "91e5019a67084de88cac4d071aad076c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6e6dde5904504236a8a81bf40f02bd5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "053597c02cf44df695abaec3ca7db611", "region_id": "RegionOne"}], "type": "rating", "id": "a344f757e34f4b63bfec2063207e4720", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "22328976588e4c2bb2878283783cc66b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "81e5649f82924337944bb8d2978abc08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "71f9f0cdfdaa4a7da4c2f9d12f537460", "region_id": "RegionOne"}], "type": "operator-policy", "id": "bc4be09dfb494dca8ce2aa6064ddb902", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "61963bae8c4f41ceb97a1721fe3cdb89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4897a1c33fd8487a94d84358f040fba5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3b09ca04c85842c88eb6e90357413406", "region_id": "RegionOne"}], "type": "policy", "id": "7cc924c256ff4543b899630205b7200e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d7c1f94e119c4806801e8584ec6a5080", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7f3b10d1f02946d0a35266154030b497", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4b26aaa2d0574ba9bb2ca58505011bfc", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "fcc2b95ddf054d1dbfcd17ad84fe6ee0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "daf0ae1c7b224025bf5dd83e88dc5780", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "71d965cf81e14b41841e86beb438bc60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b38187c6f8d645b280e95af1bc7d0aae", "region_id": "RegionOne"}], "type": "sharev2", "id": "dc21ea5577934f268f2883592bf0112e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d962221107a14bfb87372fff429ace85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5331b3dc79c742159e83e8bbe5ad3bd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "656a8af8b559485bbca82186caf9a2c3", "region_id": "RegionOne"}], "type": "share", "id": "882eb245c4794306a1b6eba916ed6fd1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "21a2c4ab96914ae8a3c45987ea5bb523", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "94b113dd83884d86aa93d8b8afd8170f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3c4e1c6375ae428cb4067d157ed86bb5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6e09ca4d46674e8ca95abd0eb3374f78", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a91aebe3d6c4a058a8340c222d7caef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cbd29ac4fde64be28fc5ab11fe88f869", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6c5ad5f15874c27b6d40bbb5fae59f6", "region_id": "RegionOne"}], "type": "orchestration", "id": "832eed3323854ff8be127fff904c0838", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7af7ab2d1f340f298ce22c347bda777", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80c600bcfea847e7991cfc586543144e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1c053bb43814f01b2b27e2da3a827a3", "region_id": "RegionOne"}], "type": "block-storage", "id": "db3d0b02900f4010a5a0b31156c6c663", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f87d2cd9bcf44bb8a6a63116add2b2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b9e01efb6894086b56126d9c358a4de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b28bb83d0f4e4548aee234057d8d35df", "region_id": "RegionOne"}], "type": "volumev3", "id": "30a46728460645a7a89eb99936fa9f8d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "982ed2c2708149949eb54b1f01d73da1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b5d141b7aef48b090c63959d89ec622", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ce9794b780b40c787ea1018f131cb00", "region_id": "RegionOne"}], "type": "volumev2", "id": "70d98982a6354d3c9c7dce9877c516b9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "beb32ec1b10d486f8d0627a446063451", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2187435a95854accb219b8a484fce4bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24d8182e75c14a12a6bfcdd4267fc11a", "region_id": "RegionOne"}], "type": "volume", "id": "02c0550366d147549e90f88e4d54e7b2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a50578e986144a1ba758a3db436ae77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d1b205ab0324094929ec3a681685478", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e50b5a8425794ff084cbb89ec9b4fc97", "region_id": "RegionOne"}], "type": "block-store", "id": "0a7b9b7916444e159000884eb3e8a7fd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ca2f25dffa4b491d9ff0ffd37eee61c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4407e3aa813142418d473f1762601d75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f48333be73364772a3c0fd67764e6270", "region_id": "RegionOne"}], "type": "alarm", "id": "8e5dd181546948398eecd9b7e4ee57c8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "873d1f7f6bb54a17ae67a82fae2546e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4eca883a802f47cba286184a5079ec18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "63263478069041edb736fa3c0b55f022", "region_id": "RegionOne"}], "type": "alarming", "id": "f6da3f22cc844e669228740c9fd0242e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8718d630e75d4f64a9be6786fa51d46e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a5ee777ef6cb4672ae4264feb7f3bd9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8cb7b8ba8c1b49eb93414b31030e87e6", "region_id": "RegionOne"}], "type": "meter", "id": "80765666a51a427cb7dfcb12d76d0837", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cdb3d1a3ccf147ba9351798904cd1f54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b67ab003abaf47c49a27995b46f30b58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "12eb77194f5348b69c0de716c1117d3a", "region_id": "RegionOne"}], "type": "metering", "id": "c27a9f3dc0f14e43b4a2b772c0c66c3e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b0d3380c8c2442edaeb578e127e6e1c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2973b58f757c4d3392e2db6723c2b73e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3897a2ee334e45e7964947fa6b9eefc1", "region_id": "RegionOne"}], "type": "telemetry", "id": "e9882025f0794c32bd6bad864acc2f52", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e7d47f8f55a54b46a2f1f2c28cd79767", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "18a95bbb83464b05908f1ed1ceedbe78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4672346e9d3a4be6972c2b42b8ec9a44", "region_id": "RegionOne"}], "type": "event", "id": "42e93cc041164502a36b550d88a40984", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9794148f995549c9ba9f23818b09e84f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e31d01d025f94816b0d8b0f8936d8d60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "59b01d2b8b8e4d59991f9793f4fcbddd", "region_id": "RegionOne"}], "type": "events", "id": "372b722e08eb4447be588740726ad48d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a12135c1d9a34abd93eafef960f39b77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9ce51ad1850f48bfad9a502759b5e2bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fb7f670bdd6d4aecabfc3d4985b19a55", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ac76a54bd10b4274bee945889a01875e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f1e85674e7fa4d50ae2fd36b19168935", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0790af6e86544106be93b4f82178e303", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "762684c9580142edb48863e4d86e8a19", "region_id": "RegionOne"}], "type": "application_deployment", "id": "80b518cf402a45568f60cf2369ae6349", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1fdd1c2775c84578b6179c59806b6f67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a54eb1b5fe994f69a11e7cdf1e40f77d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1e95d6f9bd9141acb1a8253a57db5901", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4c8854277f9747eaab06cf4dca3b895a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "265bdc7ae74c45a18382a4da56698132", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6b456d2494b945b6a1a41627ac9f6874", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ae9fd1ce69fd40c18feb9b5e738916d0", "region_id": "RegionOne"}], "type": "tricircle", "id": "bfe4f7adf95547b691ce598a7530e20a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "67cde56f405e4c0cb1dcf1dd01dc9c21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "582dcab205034b1aad69f2500b1f0fe8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "082f8ae945374a6bac509859e58f4d18", "region_id": "RegionOne"}], "type": "database", "id": "33e1523ab6314d4eaa380713544625e2", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2e5a4e1fad614ceabd42f66db6ff9bd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "aa8b9ae8f2004fb0974e716debc79ed8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "09ec0b0ccb974f1988c04e4b74716e3a", "region_id": "RegionOne"}], "type": "application-container", "id": "4a230d284389432288123b48c90270e7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0eed9e7cd3ee4e08843805e573c89a57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d93ba50774e3435783b3f71873a27c1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c165c92e57fb4e59b5c8f01769e57b29", "region_id": "RegionOne"}], "type": "container", "id": "c6d9f26d772a45df950d7986b76853d7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "47cb5fc6163540d195802f450019b3ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1aad96759c7049b6b4410e377dac0598", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0b0b539fb5fc4521b044bb282ad34280", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4139eb230f1c4402934c2ac98c81379c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "42642825c15343afa782013b5ef8234f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "374ee22111704e79b3e7c3c6da6a3264", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "905bd5a8184d4a74988c496964a56bd2", "region_id": "RegionOne"}], "type": "rca", "id": "005cf29ebe85489eaf82c5cd3e000790", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "81a9415a1ade42c5b5a2a7e3f2812f5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9c12f3c4c54a4843bf077a2ff75d79ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d087ee8e252f4b728f6236d7b0879cf5", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "96852a5ad9ea4d938b0709bc30ae6e46", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a8530802e4654c6aba63495f0eb35d1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "854ad9fa6d074063b8b617ddd2a2acf2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "82d381c1febd42d5be1af9f688df572b", "region_id": "RegionOne"}], "type": "network", "id": "70dd5633cec8479fb8d25c1ef345fb86", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3972ad53a78f4a7cabd4257cc5dc9537", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d4b53da71340499c9bf2b04ca6f7ed13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "60d57396b0b64cb9b2b599baac69e455", "region_id": "RegionOne"}], "type": "backup", "id": "39e0a09298cd4502ab8244373bbf9961", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "19158202d9254dfc924cde0a4d412b7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "954432eca66149de8f540447ec176125", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1ff6daf54ac54c6883a0cc1c17571866", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "870171046ec147dcaca6e49367d7e656", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "87f79bccf97a4fdcbc14e3b4309413b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0fe4dc5eac8b42eca1ef78b982e60f6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "225f2266ccc04b34a18d86b5dd0c39b8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "34736f53011148ecbb2206339216b88e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "02e9e8bc696a471db8adf486b5af8f7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "361aa711902b4d2e90f113bc5f49f582", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ec8704a281c5445dbec09be98c772f22", "region_id": "RegionOne"}], "type": "monitoring", "id": "d6818809f2bc4b718123afb76159cf56", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a1547bac3f8441b4a71428520434971d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7df18183a989469091de6d35d418592f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a083d916594649819d8387dedeb7323b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c2188dcac70b46c3ae5e38887c0122e9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2fa5202b57a3401cbf02ebfd813921a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "428475bc07b04d91a8d8a2c9e9754f91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "efff40041e2f4701bef255ac185805bd", "region_id": "RegionOne"}], "type": "placement", "id": "701e2c44940a40138e69f1d3b4a3e825", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2fbd2e5f8458455e8cc3281da3ba33ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "158b516488de4c95a7e8f9586e63d370", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fc89f39dd34f41ff85d05bce44bb1d19", "region_id": "RegionOne"}], "type": "instance-ha", "id": "3ff0075b473b449b82d9ec8d6ac5f31f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "967afb9beb024d4a813d7d359e75cbad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "293bfa5a655f4421b557365a8b9ecf34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "90763e2f32314579b660f4df2cddca6e", "region_id": "RegionOne"}], "type": "ha", "id": "94760610b4184eaa878a3b4444e62975", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1913e7ed635946f1ae94a6993bc122fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "68547e534bba41b49c60e5ced077de1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "fca5c10786d441c0925a2c263597c5f7", "region_id": "RegionOne"}], "type": "reservation", "id": "a40ea25f107b472d915c2118c489a986", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6cc74ff1adea4010b2cc00783f2ed56f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "672a70a1e5574f569816b7fdeccded93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "971271289d4e4e3295439e473224e5f0", "region_id": "RegionOne"}], "type": "function-engine", "id": "28d5274c4ab3467da73216378a075957", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "917f75ebef844df8831543ce5547b1c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9ff5224d5a394158a30076d8278adec7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1cf960d056a442c2b69b75f42d055a03", "region_id": "RegionOne"}], "type": "accelerator", "id": "2b9eec11e68c40b6b9d8111227342030", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "272da8f3fa5c46c7b4ada984442c6093", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2244afd486ca436887adf67b328cd33b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cce665baa60b4391b4c148a883927af3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "5187dbcc1cc24b4692ca936941de8468", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ad81cb2b5f1f46718ebb6007806dc3ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "41995e959b274d40a01f750d49bce4f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c54a501ac6ef412a896c768f04168053", "region_id": "RegionOne"}], "type": "registration", "id": "81a41cb44fe84201a1d983cbbfd45f13", "name": "adjutant"}], "user": {"domain": {"id": "f429103b05d44bd4b8f2655656f78923", "name": "2cccb773ab554080bf7d3084b6ecede1"}, "id": "f1dc274b4b3946ff8f5ca8619a8fd5a1", "name": "641ae0ed741a458a8435ea6555700b6f"}, "audit_ids": ["b99c6f5f3eb547759383a25a5d0738f9", null], "issued_at": "2019-09-19T09:04:39.386029"}} 2019-09-19 09:06:39,657 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,667 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,668 keystoneauth.session RESP BODY: {"networks": []} 2019-09-19 09:06:39,740 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"min_count": 1, "flavorRef": "flavor-id", "name": "server-name", "imageRef": "image-id", "max_count": 1}}' 2019-09-19 09:06:39,744 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,746 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:39,769 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,773 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,774 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:39,794 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:39,798 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,800 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:39,842 openstack.iterate_timeout Waiting 2.0 seconds 2019-09-19 09:06:39,877 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:39,880 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,882 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ERROR", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} {10} openstack.tests.unit.cloud.test_create_volume_snapshot.TestCreateVolumeSnapshot.test_create_volume_snapshot_wait [0.283376s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,677 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,680 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,680 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,682 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,690 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.618361+00:00", "project": {"domain": {"id": "21a2349caa444aecbda54728012d655e", "name": "e57b09e06ec548f5adbfd1efd92a8fc1"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "9c4f4f642b234dcda99d6e5b4402247d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "231777bf588942edaee210321af3231a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f71336e51d8a46169159ea75d1fb18c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "88225018830f46c18c4be1908b6ce6d0", "region_id": "RegionOne"}], "type": "identity", "id": "c11d096a1c844087bc1755ea8b5384d0", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7a681941f27946869cc9902dd00ca78a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1c2ca6164a964a09be87f358c1d938b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "7ec184ba240f44ee992e0c21758e30b6", "region_id": "RegionOne"}], "type": "compute", "id": "1b16746dae89485ca2e0cf75f98aa167", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d0cdd5dd17354af98009e7ca6aface9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "6a27aad87e114e77998682cc1a60c4ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d22139b513754778904408901ceaeb1d", "region_id": "RegionOne"}], "type": "image", "id": "8ae527227ca4477d8b54ea0ed531ac21", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e7c9b2ed10c048ca931d2005ddfd65da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b73edb6ed68f40629a649082d755bc4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "94f0d604e88d40b5b046f0d120f83b3a", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ec029c5496fc47e987472fbbeb5aa847", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10a7550cabe64e26a06a611b986a71ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90246f1093644e80b48febe1a19a6736", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "376c90a37cfe45739689ad556d40f68e", "region_id": "RegionOne"}], "type": "object-store", "id": "41673bfab5804690bdc2a4a121cd49df", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1b1a39c4a398478a89b9180988918533", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "09a6f3e7fff543d291caace2535698b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "379337dc118e482dbaa1ca0806d43136", "region_id": "RegionOne"}], "type": "clustering", "id": "80849fb300164bd58598ab51124bdfe5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b4de88a318784ea7a21e98c646a2520c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b0e9b2b2235040198f758e89037020fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e1d8ec5895e34ce481db879ec1824e55", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "395c1270805348cf86b157afe6d27c98", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "955b7db6ea2c4d28897bf474cff5f9b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "619f735e70e74f1f8f6614dcebfc23ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e37c46cfb857439c898442ee0d39d656", "region_id": "RegionOne"}], "type": "cluster", "id": "ee15f3a2db9d42c6b8f20539d170b1b0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "87697216fe44422ebb1345af728fe64a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fe66d51e4429419399e5c26d8c057791", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3bb571572f1d444886226bc7684f1321", "region_id": "RegionOne"}], "type": "data-processing", "id": "1598dbbba83648ebb1d6f6be3d478e55", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a886974f2f584f3c8266d68436dd78ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e9d6b972cea74c8daa1b906f5f424084", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "244d56da20a54a229fcf775b7434b296", "region_id": "RegionOne"}], "type": "baremetal", "id": "bcbe9cc49b0b4113a04b97b5bbb6b9f8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "50042a34eeb24c43b5319ab7612a86f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "da9270fa546d41aaafe5b3d71f0c36ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5e46666203064663a8ccbc378dabc3c3", "region_id": "RegionOne"}], "type": "bare-metal", "id": "53ff1f2d64674b989c1cef0d0877eb74", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f25bafb80c9f4414aeb9fb6843328cfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d357123088a4418fa56d4dc9d757e2c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a28f5783835141bdaae369be785b2f90", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "99a6063ec8984756a62e0027957ae81f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "66aea251caee44a79d125a806dd2beab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3690a94325cb4a47b0d0e3bcbfe6b4c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5a0152c6a5524e38b820814fed4a50ba", "region_id": "RegionOne"}], "type": "key-manager", "id": "ca79dad5bf8845c0a10041ae7d1abdf4", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c1907e9b202b44b8acb5e02ea7993f57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7a331b81547b48f7b20719d039fccbab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ff8e6833e7a949dbb3780e5f358c0a23", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2bfeb8cfedfa43939b087da3eef61001", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bb5304faf16546acab1c202a8e4318b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d1e84238302142a79cd746f62c260982", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8a6fa0e2f61845a198f8a75bc1cafbef", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f5312f78753a47a4bf6ec23f251ad156", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d73fb8e0ec9b49d386485111d8ef683d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4abefe351b0b48e4badd42ad9f073e41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5efc206c61f64c5f97f25afd5f2e3a84", "region_id": "RegionOne"}], "type": "message", "id": "c81db2e4c85941ac817a44fde3557db6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5414f041f2d744fd90c14ca7ab18fb5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a1fe0fbaee054fe99003eceb4bef6227", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1600cbf23fab442d90557e7848775fa0", "region_id": "RegionOne"}], "type": "messaging", "id": "31b80ea0ea8547c8b8383c88da55d1eb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "766eef07b02a4449b37762ee3eb97139", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "035d7bb86d5e4e90b63ad773915f64d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d16c1b64582f4074aab1dd381782d451", "region_id": "RegionOne"}], "type": "application-catalog", "id": "69d18bd4c2854f27bccec702306110eb", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "da15712312ce41f3a8497d5200b17947", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2657db615fec4707bd66d9db64422346", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "263bfb5e97a248c8847487edd2927a7b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "aadb9ccbd19041a98cb42b13bb77a72b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "097440317cc0435a8f14af772ee451af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "54d4e13246bc4679a220242dbb1b5a3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "59f36d9915ea425f95b10fe6d2473c8d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "645f1fbbbb4a408c99f7fe391d5f1655", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "84919e73e95046bd98af39d3ab6617b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "53b9534f3a134a2f87a47676419f1732", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6077669b72ac4d6692411aba7507bbe0", "region_id": "RegionOne"}], "type": "container-infra", "id": "8848eca95ada4df6b9ff545450284880", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "64e25f53a9db426dbfd924dd7d57becc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c137eaa6a2e148f69f6f2dc5e0108b38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9eac623a30774d37bc22858526c416da", "region_id": "RegionOne"}], "type": "search", "id": "5b412bbbcae140c99a61be62bdf70fca", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6726ab795e944484a86b9fd9544563f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "22f31b84f56d448496a4dc9e667b7f5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6d695ccaf9ba4a65a006f02edc2f6690", "region_id": "RegionOne"}], "type": "dns", "id": "74eee966646042cca877e772958010fa", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f548537494fa44bda2b0d41a7491803e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6de340cb51ef45b6b99312c6719771b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3e02c23e1a264931bf54f97e9273e2f1", "region_id": "RegionOne"}], "type": "workflow", "id": "c9e78753b4de4a049efbf5f5025825a7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d4c380038c39432cafa50db567f06319", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3b6763022adf4a52a36f52aaa8d50580", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b754da14847f466ea0fd68da5773d26d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f613992373e841efb6e53305e95d13a6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "cc04da252a6c4b7aaf90cbdfb76a5a3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "14f4a01a0a7447dfb080fde6e8d9279d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "cd2816a238ce44daa48f4b9457868192", "region_id": "RegionOne"}], "type": "rating", "id": "438c91bfe8044266a62de88d19f5d51b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d1df5f616a834edcac50994cbb293979", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1cc3f817273040a2a6b00c33bbecbb0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5040639465ce4b148f7de99f59c6f003", "region_id": "RegionOne"}], "type": "operator-policy", "id": "2b3dbedfffb542778b8c3678f47641e0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "946e1dfeacf949869dce0547c7cc5f4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1ef2e8cd237443a3b40a822d56558145", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8a229f999c244f579d907c2182768650", "region_id": "RegionOne"}], "type": "policy", "id": "c4515f741f6b4d8ba97f543992c1e3c9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "85dd86e14a9c431792f7fbfb66ffabda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "21177d6e076147e291f6d324c2046aaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9d25b29c315d4ad893f90830dc1e113e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "37ac12a2e7ca4a5790c1551ae27e2b70", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "21e9d73753b24e0a8d962d41d88b10da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2d567683d3ca4f5c9cd21f7adfaa0c87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "482bea61ff584c26a5b4e2104ad62976", "region_id": "RegionOne"}], "type": "sharev2", "id": "17f9b3aa1c094cdda98fd739eee7d06b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f7c58580e4d14ffdafe3cf0a8d5115c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9f3b660f90a049268d8edbb55db292f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2d9fea4238264a16a08d0f95b292f2f7", "region_id": "RegionOne"}], "type": "share", "id": "00d0e3c1aa024f96b12aed162a4dd677", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6e13ab83c60f4a848c3f91682bb518be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "714497e1277844139fdffa756d74524d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e8c100e962784a88bd6f568dfed6f4a2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4d52a0902e2d490aa7e75149414a85d4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c9e2f2c871b465a9d45ca6eb04561e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fbc8f068e6e4b34a63d9f428b439686", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3baa3717cc314018903fe12a7b44e461", "region_id": "RegionOne"}], "type": "orchestration", "id": "de593ccee09a416db20957b30f550384", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dfbab231cb294a9f8bf9442bdc36f09e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c67c4bd224fc40e59eaf9865eea817e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a514a8120e5d4fdba1331881ebc24dca", "region_id": "RegionOne"}], "type": "block-storage", "id": "ea329c372b1545fd9baf76b053dd5881", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "899760bb3cb2499ca4b20f0d5cf41cf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e22c98b1948a4821b5939d0e91a99453", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2f52ba2f8ac47609917b66d759a583d", "region_id": "RegionOne"}], "type": "volumev3", "id": "d43d8e1788964b968118c9cf80484e8f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfec71cc098a49529545a1ec27876adc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1751022261fe4917a47477cdab7c0acc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d78203f83dba44689297e8cc6abfc93e", "region_id": "RegionOne"}], "type": "volumev2", "id": "31f2471d3c9546dd82d4be9edee41dde", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e3da0f308da43f3af99dd47d42dc8bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5472386fce744ef8aabb13233fb01ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8aa3d70032604c9fbe474a3b2a5c1d17", "region_id": "RegionOne"}], "type": "volume", "id": "d6ba1bbccb0740099ccbe06e99d4712b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e5b34d89dfd4684972494a25e4a4275", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87547b7b870c45308de8328f4aeb6f25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5092400396384c92b4c781e33448b12b", "region_id": "RegionOne"}], "type": "block-store", "id": "0e74ebe41cf04a1086b097becef2f49b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "307452160f5a4c27a4e717f03b6bba10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3f3df5142fca47deb7c08583b4eb9a9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "65bc6cce80a4494080c0150fed05b7d4", "region_id": "RegionOne"}], "type": "alarm", "id": "63b13ba593a54e61830870dbc4eb443d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1c521f4427304c96b8efdd32603b4506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5bab283e32b941e8858c20327e22526d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "af03e8bf55944b0a9e608483cfd8ee57", "region_id": "RegionOne"}], "type": "alarming", "id": "8ea8bf8aabf5479c91e651f2fc28de9e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2b02e005163b4213896d3b8dd4da8d8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a260d84078eb49b9b644e4c43d41cb6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "71c57abd9fff43a8ad6657bd4e01ac48", "region_id": "RegionOne"}], "type": "meter", "id": "d04be2461953428fa6bd5582649f31e7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "892dfba0c9d94cb6be11f255e891dbb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b3e65418ba4545cfabc9b04abbdbaeef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c473b469b5ef42a8b916356e44cd1e39", "region_id": "RegionOne"}], "type": "metering", "id": "d2ef2f22ea3447388cdd94dbe96260d6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "26aa9f7fc670444b9d7a9a9e205853ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4a87099fa432457c84e1e3a2f3b160ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "128f0aaf6eba49de9063cc6d76e6896b", "region_id": "RegionOne"}], "type": "telemetry", "id": "53b64e21757545c086fac2452d20fac8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "879ef598e0514180a0573789d6324dae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "978be8d8202848029bc730fb0c26247d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "78f8e09d99b4473f95b08b2540ec0743", "region_id": "RegionOne"}], "type": "event", "id": "2b74b7114dcb4ba7bbdc4bb97394a437", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "41355ea7d0a44f11b73a8ccc951bc186", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "51bc590f7dec4231b93d7a0ca6dd5119", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "141dc9497c3a49c982fe8c43af0fa209", "region_id": "RegionOne"}], "type": "events", "id": "65ec6c52b87a47fd8c9d170fc98a2a12", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fb210f0cf07b4a2f85ad83b0e04116a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d82ac464cdba4bd28b5c9487f32ed063", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bf0f50ca8b0b44d38bf34b3f76a2985f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "17db63926c7d4f088c9f27c73cc6e8e2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "39129ace144b484f89322132a9effe85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "da4afeb180c34c31a6772caa00c309ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e47e68f4d4574cf493ffa1c8730ff80b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "505466153a7c455f81b3a7a3f61e41c7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "11d14eb6a8614939b4049d3594bb13ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "86f0b3e0ea1143d68a16c1eecef4fd81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "68ea8876db1d414b85da15e796a4d1d5", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "0b50ec0c6b054f9cb9498f431164aa6c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3706cbc71f114a9eb6ceb56d8087d648", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b7cf40661964428999bc3f1dfefa8a89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7523177c606b48a98ac724537d2de2de", "region_id": "RegionOne"}], "type": "tricircle", "id": "68e8f1f424f347d9a0a5bd3023d3b025", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "6762a4f73177413e951b23a587823f79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6cbcf2e4c3994b44b17c85bfa5a1508e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "77b3d7db345a4c34b545ce034a4e350c", "region_id": "RegionOne"}], "type": "database", "id": "e7c0fee2c9de49b3b33c725fe07488a3", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "44d290e74fa94d2d88876cdb95e340fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d701ad7b79ec436dbac523a56384d47d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e1ab3b41f9b642269e5e49435a91a7ae", "region_id": "RegionOne"}], "type": "application-container", "id": "499b92fa76644cfebc64e45202437736", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "64c0213172dc46108d899590b314ec64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "135ef63d9b0749e4b84bb871ba534cee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4dd94a695f6047449699e1b35ef82d9e", "region_id": "RegionOne"}], "type": "container", "id": "1c46d041da4746c18c6396a8b373732f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "560fc488493e43049f3370736ae32bcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2b20a6f82f7f4cf990b3642e5fda19b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "da8f399b2b654b68ad0ff35991d2d3a1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ad8bd0a619fc470ea81bc6a0d192211c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "111dcc68113042af95884d40d3f40665", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8f85f6974a2242559f76e60e935fcf61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "72f8b9d001c54777bd0cde40b7339980", "region_id": "RegionOne"}], "type": "rca", "id": "07781adffd4a460d8e31d2670f8073c6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d8f95b820f104046a0055c885db7f015", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d06668862db942efa669549618cf173b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c86c260586fd45ffa5665d48bbbacdf9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "896489167b684847a55386e81944c79b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "552acf8ca6d243a8bca8b6f8377dcf52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c8cf484de6864628b432c0e34230819b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "9fdb34407d244147b54441fef89192a4", "region_id": "RegionOne"}], "type": "network", "id": "29f983c616944d3fb3ed23ed8eb4df4f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "fadd2a478b1449b88914ae0835664e2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7a2aba21d5394aa5a527f705f4095f32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "1e9ab0a57e914a79b05dee848369efc6", "region_id": "RegionOne"}], "type": "backup", "id": "a303f325bc5a4dd4bfcba44ebe5aee9f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "34d9a4de9e034443b0217deb43349d99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dca8dfcf595e4af7a2ed54b12aa4fccf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "af0374f91b914251a86afe18c6b85a8e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b8518cc03e794384b4631d731401b648", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a8386bac3c6e420681b11d73433eb4b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "670494b871e04023a85112fc81786a05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7e3b606abeef45aba2f0d6f21b9a1007", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2b30b34f591d49f4909a6e25fe111227", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7f2ca3b81c2640d1a61d64513d22a511", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c2ecdde2c636499c80d4d30ff5dbc078", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "702729295f0746d9b91a366609fc7de9", "region_id": "RegionOne"}], "type": "monitoring", "id": "8e085c628d04452d8c67ec17c4be9ce9", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "24447001e39a4a67beb116db2139c53f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "83d6c6bcc7834b92aca0eaa80a128e4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "84f9d13f61bb40c2b72b84b5f7da3be8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8bf84a9c93244818a7519e1306c3c951", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1df8003a10e94dfa9badc069e6dd7c63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "325ce1522a584908a957439c8314be00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e33ee89ded5b46dca11959efd3ce3aee", "region_id": "RegionOne"}], "type": "placement", "id": "b6061a31a5024a2da183587b9f87acd8", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0feb80c1c3f549efa22fde6c7b6fc3a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "16bcf8620b7c4aeda908344f5dd5aa29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ed32e073c32747ccbc82751cb4994b0d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "371cccba87e34e8293082b781c4b6848", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "077390a90a854393a267d74519d7777d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4aeff662eb6048e9b0bef76652b394fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1ee9b59d1731417a858e1b9a095defbf", "region_id": "RegionOne"}], "type": "ha", "id": "221f11b7466c4d2f978b45d38068b7bd", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ece68a321caf41f7bcd91c4dce79825a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ef56548cc3e746c8ade28e5c57548988", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f127797b38d94b74ab8c38d03886cd37", "region_id": "RegionOne"}], "type": "reservation", "id": "07bdfbdd66bc489da6f7122e3c3a2c5f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c91db34ba3fe42c0a78b9e9407c6955f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e2d41bd771ec4ab8a72be62c8f3f07ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "22ab29a84c944395bfdd1086c9de6961", "region_id": "RegionOne"}], "type": "function-engine", "id": "545d3a7c044d446d9cb3248293df4b46", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "df6e4861c29843d6967b5cda61729344", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "54101e4404c14a9fb37e749a4252b00a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c6b6380dc06f4cc79a143b97f52477e3", "region_id": "RegionOne"}], "type": "accelerator", "id": "e66e3e14b7864ba89ab7f43b7e5b6d1a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0cc419599c4649478bef47b629d6141d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8ed77822128843e18dd0e66bd21d8ea5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "335bd4cd117e46af9166474b897a38d7", "region_id": "RegionOne"}], "type": "admin-logic", "id": "1ab18898ca8d403881efbbbb17481239", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e2efbc1f1dd64fefbd40bd6f8b062fc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "77dff5dbcb1246e8b4e7b2a30b762368", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "397d2297ffb34b28af84f1cedf99fe08", "region_id": "RegionOne"}], "type": "registration", "id": "4b5acde324b54786920bfb153a1ed7c6", "name": "adjutant"}], "user": {"domain": {"id": "81fa268098e74479b5caf087532eb99b", "name": "2ec372efefa345da9f1371548de734df"}, "id": "073cc558a7454f808abba9e2fa6b0888", "name": "0094520b32bd4f0cbf92c2d2f26b1b36"}, "audit_ids": ["14e324a879b8474bbdd8948dbad610b8", null], "issued_at": "2019-09-19T09:04:39.618361"}} 2019-09-19 09:06:39,783 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,786 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,788 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:39,836 keystoneauth.session REQ: curl -g -i -X POST https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"snapshot": {"force": false, "volume_id": "1234"}}' 2019-09-19 09:06:39,840 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,841 keystoneauth.session RESP BODY: {"snapshot": {"status": "creating", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "foo", "volume_id": "12345", "metadata": {}, "id": "5678", "size": 75}} 2019-09-19 09:06:39,860 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/5678 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,864 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,865 keystoneauth.session RESP BODY: {"snapshot": {"status": "creating", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "foo", "volume_id": "12345", "metadata": {}, "id": "5678", "size": 75}} 2019-09-19 09:06:39,867 openstack.iterate_timeout Waiting 2.0 seconds 2019-09-19 09:06:39,885 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/5678 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,889 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,891 keystoneauth.session RESP BODY: {"snapshot": {"status": "available", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "foo", "volume_id": "12345", "metadata": {}, "id": "5678", "size": 75}} {16} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_config_drive_none [0.404920s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,592 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,596 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,598 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,601 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,613 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.527362+00:00", "project": {"domain": {"id": "de13710757214f9c8d490c2592b838d6", "name": "08f954e3b56846a981d91a578f0f8109"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e449299940bd4188aa67a77ef3a28a8e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "006f274c3f5f476aaa2f47f2ce8be64b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ece1a7943c8d430b8ca31fb81809d8df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a9c2461acc7a43f2979dd92ef7df2c41", "region_id": "RegionOne"}], "type": "identity", "id": "4e48b7ab2bf4406cbcbb78883a057853", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c9417172744043898cc368793fef2a58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "35b59c6297594376b04e21de4f03ed41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ec86acd35c4b4a05976924471c8bceaf", "region_id": "RegionOne"}], "type": "compute", "id": "0f16bca5a51d40a088bd8aaaef73a918", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "154daa24eaad4397b5a7d6c0f6e4347d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ae770ff9e09a41769cab207a23407762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "fd49a0caba9145d1910a486fd7bdaddf", "region_id": "RegionOne"}], "type": "image", "id": "63f44dbc438f4d35b70af176168f233e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9ec5be123ea4444bbad4acdac28d09b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cbde21583f7346cd8ee7814f96833999", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e944531db7584c47bf87b982ab9c29a9", "region_id": "RegionOne"}], "type": "load-balancer", "id": "65b058ef77434638a0e0b2231b2fd879", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07a4dd969dd64773ba71f0bea7f5cd19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "439cc5a142ff47359cb8a68a02515bc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29e9660fd69943a5be95e31b2235d0b9", "region_id": "RegionOne"}], "type": "object-store", "id": "8e44fb3d6df3457b8affa9d2b66d30bc", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "839cda9d3c9d4c2d9feed60869a905fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c2c6769462ef4e2a978c312ce30eeb09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f808ba4980aa445ba5de994146fd81c3", "region_id": "RegionOne"}], "type": "clustering", "id": "d13240382af042c8b8dc50c93d3b203c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8b8852f915524d36b2b46f509029f30a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2275fd923c9349ae8026978be09dd76e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dbd459e1033b4bd5aa31152fec998e52", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b21c12a6403e49d287ff9c17ade62b0d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e1f52235d93f41658f1589aa183fd2e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "78667e33a2d54b94983f22cadbf99ad1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c23318b131294fd99c8cde5e11fcbd97", "region_id": "RegionOne"}], "type": "cluster", "id": "276916a1e18d458287cec40bdd64a534", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "46247a408d0547f5b7b04fd1e47b8bab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "de200479d6e9488e918326047f3f0487", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6f21e6e80edc4a6c99f0fe5a0eb90865", "region_id": "RegionOne"}], "type": "data-processing", "id": "82ef2281b13a48ee918939cff342e453", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "002ecad18d5546a2ab1453ee7b706bd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6ce59f461c8d407683dbee9572b4a383", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3ab20cc32d0d45678a4b42c07bb8bb35", "region_id": "RegionOne"}], "type": "baremetal", "id": "03e83dc97d244bc7bd2ccd10065c5f35", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "caa6b6a39bbe4e39924752a61301b32f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "249b0571f75d4d1794be0dfdf2160c93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9b59dcfe632c42188d48ec86c6ed51f4", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f265b219b78643e6a6028c9a4b2ce4f5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "eac00f8a840740eea4a7fccb806381e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d38820caa1304fd9a9d6dc037d410dba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d20cc4526b5d40459520c1adab2085c3", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b437cf00255040f1a57f2a51d58b598f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ffe489b380854aeb951d916dcf860944", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d5645c4261224cea877839505672c731", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7b0b3db56a164d3e9a5c3b88baa73c80", "region_id": "RegionOne"}], "type": "key-manager", "id": "dd6a4a1f3dd442a1a52d0c69a6e8273b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "18a2398caedb40b8b5c9f429086a0ef2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "597e74c90165450abb80b7d222689322", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "57bd070984584f9393b91cefe753d9b6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "827c2bd0ff394c5db3676cf18003330b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a5277b8d41034d00a3b673b676553859", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5742dceab87e4b12afaacdf1910309c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6570961ac740471080d16b3d4a56628e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9b6c76a0971b436c8f50672d16624662", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "37b195db550b43a0a32338644825873d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1afcff1ea60d4df59f943bbc571654e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "14e338387c7d426387e115ac55520525", "region_id": "RegionOne"}], "type": "message", "id": "2c2872cc93674946ab3884b904b20578", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e131b6d8f5014e06a2d9f253cf380190", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7f08278a4e504f578ce923cd6b1d953c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1f13dddcc93b4cec8d904c572c4e5b49", "region_id": "RegionOne"}], "type": "messaging", "id": "dd2f8a0434ed487aa3f89c63c389dd46", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "984e968ad3d24d06a80c5f1da46fc966", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4ec42e15dad24a42ac702bcc905e141b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "540d1f557a1443fb95a21435a5981957", "region_id": "RegionOne"}], "type": "application-catalog", "id": "1ee880c9e4794b0f80c8b2af99414585", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7799b790b8624d2c83b28bb981c737fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "369692930cd5448c812277661845cc28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5831fb222dae4b2bbb1e2b58f46a9226", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "caa385dee27a4da0aca40823e21c0b54", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4d7eff3697c94dabb85b203054d16765", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "42aeda459102443589347f4ced2117c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e2326f354d243f8a0ff678856234397", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "55fbf3ec5e4c49b7bf7992b735e08c6f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c5f406ef70864701b85cd2c8b3696c56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2d6a34c703bc475996a96176bca3e91c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "452bcae1ad8e47be9ca1d82693b20ef3", "region_id": "RegionOne"}], "type": "container-infra", "id": "dc82fc1aeda641d0b5e698b204f587d2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d0a1ff7197b64a62a90d910d6d65ebeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "4733133629ef4b05be0b35ee78b52dbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e4943ff2f46942bd9131ad07f842feb5", "region_id": "RegionOne"}], "type": "search", "id": "d288ade441d4493f97024214bfee2e51", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "97da122d0e054d0fb54a54b0893dbaf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "557c2c224a034a57a75538fe40a98137", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a76ec5585bfa4ab99a3545eb12cc007c", "region_id": "RegionOne"}], "type": "dns", "id": "6d52ee3b7f2c479aa667227a69673f2e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a268e29ced384393ad76cb1eb0d61443", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3051a17f1674484fb4dd82483582fff8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "03b1093d84624bb7a8fa0763ba428184", "region_id": "RegionOne"}], "type": "workflow", "id": "6413ad0e40564d429a03e0a9857299a8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dec5e1e6d9a3404d938d61bdb14c1e96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9354f4c978f24f558e36dcb65e76c824", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bbdc2c59c2ef4f79be38fa11548c691d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "070b3d4f2bd14f71b26639a046831380", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "29afc70f7788495eb1fd23b7c0630283", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7b29c7a9ac354f96a7c91c60766c7fd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "92a1b4e1bbec40e5abf66286f9d1fad7", "region_id": "RegionOne"}], "type": "rating", "id": "057dd110f08144578aa1ef848d6a17dd", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7f763a06e1b64e699b46787d216847a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "80682cba7405494db6629d75de5bb948", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b204d543f2864a66be0593edb4db050b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e24ed2fff27a4b04a5cbcb9dedc4e6bd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4c9f393b1e8549418091fbdf7b48df0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "965a54fac9d9461da7a6574acf189b1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c3833154015846dbb132c7c4aa6653f0", "region_id": "RegionOne"}], "type": "policy", "id": "38c371d2346040f3a24edb94e298f2fc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2911d8ae1c624dcea1deacaddfaebbff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ba6cfcedf4774c0cbab70fce79206231", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "50476dabbaec413cbddaa9db2182a08d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "84040e26f9954d8aafc3c346d2da7bad", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c150c1f25d1741599d9f60392c58f64a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3f97fb0c0ca04dc58e00b2b0aaa71c3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "31a554ea49ad4f56bd75e7218d887298", "region_id": "RegionOne"}], "type": "sharev2", "id": "eceacf34941c4840bede07774ffc7d9e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7fed9578d2cf46cfbc44a2e2ce84632e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b06c17dfae5043c598cbfdaf6050dfe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e71ebf51e03f41c593ef158f2aaf1c74", "region_id": "RegionOne"}], "type": "share", "id": "dd19d05c680349a6a8672f90c7d3331b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dcf53dccb0634f98995f2aa035db8a00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "78f163a3c89c41c0828a71500029a316", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d9ccdcaa004047ae863ba57466bc70a3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "bb3e288db1034823a6d7cdedf3ccde8a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52ee3693bc4841c38311304642a0b447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76fe127cd72342d4a599b5de9bd0b4e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2aa56755162748019df66a7839501b58", "region_id": "RegionOne"}], "type": "orchestration", "id": "22323af6004040b0ba71a0f3b4fd4a9c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8df41eb678534542b17a62990432863c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcbc83f3096e4cb18eb8b6a106c3ecc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b76fcbb69104680bd6428e20cb2e8d8", "region_id": "RegionOne"}], "type": "block-storage", "id": "7bc6a023aa5b4c22bc2aae40bcbf0a36", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a03754a226e4b93a5569d306ce438df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "418b367eb4574c6c842ec622ef030a97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef24973497e14a7699a99f223b1fcb17", "region_id": "RegionOne"}], "type": "volumev3", "id": "41c7e10fd26242478c9d9715b22c9938", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59f57ea03fec4bcd90c7f0ce846278f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a1dd58c11164a469eef4628a5060542", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82191016824f4e1b95db9f9996828642", "region_id": "RegionOne"}], "type": "volumev2", "id": "9d35ec086c384e969d1bb4ce87dad4ad", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "134a030db9c1443bba7870e12fb7aaa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "653bb8807617416c84a881ce66aec18c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d1a9b57775b4fe4a300ee10fa35d98e", "region_id": "RegionOne"}], "type": "volume", "id": "06ce7dd49316466890b2ce2f558a4723", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48149e8af67e4cfeb59d48964d1595dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c6a925fcf4b47fa96046e277bcb63ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "edc6377a7ac4489493a123cccdd606ae", "region_id": "RegionOne"}], "type": "block-store", "id": "9000cfdbdf294c08a952c30b75ece4b7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b1c7b713a9c241a28c9dcdc8507bbdfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0fa7af8f95da4008871f134396eaae64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cca3e3d1fa58412586a86ee7ad4c1ed1", "region_id": "RegionOne"}], "type": "alarm", "id": "f6aad337aa6b438e9304189bb8250570", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a37e8847e8b448dfbcc451d0ef9305be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a7df68c582604d8f9864e939ea0efdbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "af8440395f8b4707bb4c2c0f9f3825a2", "region_id": "RegionOne"}], "type": "alarming", "id": "0b8f55e9cc494a86bf0b91b44eff34ee", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "36ab79abf83842b6a9316ab1091f9766", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b4f9de7bfb3f482694296ca8a9956109", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "24bc76de748e48fbb8cc2020beadc4ef", "region_id": "RegionOne"}], "type": "meter", "id": "2f01b77132c54a6086a93d3b95416003", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2bbd4ada91954e558a175853baaa1972", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "64975ebc6d78448faffbfc0c12768b22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "389e295ec5a64df897ab2fa6ab3283a7", "region_id": "RegionOne"}], "type": "metering", "id": "b5d63511270d4e25ae5a0d9361f4be8b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a229973abed449e49c959ec308cbe2d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "874678ba01ea43629404f2949a1669b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f423230c74f14e9cae0e9bc8d9b156a6", "region_id": "RegionOne"}], "type": "telemetry", "id": "7aaa9f6ad84247f09601d5fd50e501b4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f75940c0674c4a52b9806e7478ebf80f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7560510eb7b044c0b38460d80f3d8c5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "af636bf87b6644b18b4a728e04081a2c", "region_id": "RegionOne"}], "type": "event", "id": "5e9594e823b04a6faa94da8bb309f2d1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "231c7aeaceef40029500716fc60f2e65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8216a917be824c7887ef230fd252612d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d70ca15aae9a4d568c837aa91b5d27fc", "region_id": "RegionOne"}], "type": "events", "id": "97e377ebfe47427b9cd910458152f848", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7f5e5ed86c19443eb7dd4b0a21f44f9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "56e098d3e54b41e49685b87579c7d4ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "21d24e47a45f42fe9249dd5e5a5aae6f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "9928b9faadfb42289dca2741d918ad16", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8303b356199747538b2c10db89d6768d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4185604bd76b45e68614c58ac4d3c6a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "17b1f5f22ec84b5aa5c7e0daf29dcb99", "region_id": "RegionOne"}], "type": "application_deployment", "id": "fb3865b5e35545ab940686ef89006b8a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "609a65b16ef34a85bb9dceae98def30e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "406fbccc82744cf2b376072337932a78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "04cb02bb92d7455baae07273f37ceb7b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "655b168617904d0a87fe4a812835b8a3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8d7e0b54b7e54d64a6dbdc542bfd3efb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "516f3918cce0424d9023a94066765f43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "243ac369bb814b17ae99b1415db29140", "region_id": "RegionOne"}], "type": "tricircle", "id": "2d9467e642ba40b28fde6a07f3c6c35d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "52d425bd30424c2ca263920f81cd4c5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "90979eeeed504878930aefdea1490eaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2397c90e1ad24963ac3014f863102d1b", "region_id": "RegionOne"}], "type": "database", "id": "db62c75f453644e9a5fbe6b7b0af9e7c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ff25dee986f84f9b82b28368d6c9a8c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "05d428dfbe624a02a804a0cbe2c14757", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "05748c30449245cda48109e9931fa244", "region_id": "RegionOne"}], "type": "application-container", "id": "a539a7f7040f4da992d02294aaef9bc8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "27f0373c858d4117a267e80ebbcee416", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0cf8d993012b49b68b6800051ea9e315", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b91dd4deb30347f5a98d0eebed8f7dc1", "region_id": "RegionOne"}], "type": "container", "id": "7e1f088d7e384a719de400e6a4f8dcfa", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1915f2c34d9444efb7a4c32ac75d5a45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b0a8f3a4c50d4217b64d2fe4e190a7f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c78e4bd87bcf4c12926b8944002ea0c5", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "cdd5b9c77da743a4a6cd0d68a30030ac", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "df69efec628540f1880c4160c8c61be8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cbc4ae22fa924d2da4a7151ca058437c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "aae223298e0744cabb421ff5f4bd4c55", "region_id": "RegionOne"}], "type": "rca", "id": "5aa2ed1af21940ae916def1888af6af9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e79c91fd4b27483396c1374d4e152dd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6e9fe51c473d4d3b9713e1bd8ed2edad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "eca37f6a4e404ae58f7c54de69f7630e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "262115fd980f4dc48de02feca4e6acb1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "fe9befe6620b4f7c88b9160579debdf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3c4cacc8bb6b4e569edefc335ffb575e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8614df973dfb41b6b56fb7ec56f33391", "region_id": "RegionOne"}], "type": "network", "id": "fc8529c84cef489199b98c0af7e55adc", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ddf839505dfd48cb864ae0860b63cd10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "dadc00b48545482585bfdeed793ca148", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e58c95afaaaf4e3cb2a2778123e35009", "region_id": "RegionOne"}], "type": "backup", "id": "0f976e5ed2fd40fe9d9f8fd48e8497e0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cbeb46d53f194143a44a043db4727f80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0af652a6eaaf487caaf2a526bd3c7191", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ee7834341d364e9abf974a16eec28831", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7a2e68fc7c484bd8a364dad6bc36cd22", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "20f61b60f4ac47c9ab5acf7e376add39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f5e8f1c2cd2d40f0acaf6c0226ec6261", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9300f987daa44adfb2d7ebc081ec80b1", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "63109dc0e29444a1938278d3d219f0a1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1ae20cbbe69942b192ca851346fed92c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "dfd9e59b0c0a43eab6fea7ef1dd275e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a42b889cdae74d4cadb601592c3399a3", "region_id": "RegionOne"}], "type": "monitoring", "id": "f740d1bbceb143af8a1f9ef1c007fa00", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "51b75f5bfb9548119e3cfc9cf295c5c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a71ab93b9b2444f8923ae62cc660d4e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "08421dc2f97d40069cb3c5dc6086186c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8439e1bf785b42d9b36dcd558d2e55c0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ceb7caf15f344ebd80bea259e0592aa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2cc8037ba7a84927b2559c6c3167f561", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9de0dde8de28418e83867d15596f39b4", "region_id": "RegionOne"}], "type": "placement", "id": "374c068315a14acb8dd326c39e37ee8c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c3d55429fad24091921acf958e55ad7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a983c2bb08774ac09b7af424671826f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "74a639224b0c47758ec260cc08fa0b9f", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4c7501fada8a4d43b089504ea8e2aaa4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1a819909575e41ac971db740367e074a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "29c2abbd5d9e43d3bcd4b7362c4696d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d67b70e53b8e4cff94f56451ad76614d", "region_id": "RegionOne"}], "type": "ha", "id": "548dec482c2a4940b99e72b301ef01ef", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "dfb7d2a1207343ebaee9d72fa93f8dd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ad83fad261d945958b15c4372228ed25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f3d329c656fc455a86f8147fa2c203d6", "region_id": "RegionOne"}], "type": "reservation", "id": "434ca1614c404cf5b1a42b1344f5cd3d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "357cdeacd07948baa81d11c4023697b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ae1c81cfd55c4220a1d6078a3edd0e36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "fcc2fd6a0d73403f9cabdfa8ec83bfe8", "region_id": "RegionOne"}], "type": "function-engine", "id": "210d6bbd72044bd1b9df55712260cc11", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "560965f0358e4b58902b51213eb1150f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3095369137614f53864aedcde8d92fb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2e376f5353d94e8ca69e4ba33d3d4663", "region_id": "RegionOne"}], "type": "accelerator", "id": "1828a0d061f24722b5badf7fc324598f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "293edbf583b745c7b5330fb164398322", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "60278befa7f14dddad486b77daba7f34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4f3b27e46f35417f860d10a97f031010", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d63930003860424581b891215e671da7", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "46e95cbb71cc47e299fcfe6d5b584a3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "df8e57c83b914da28075098d86e4524b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "54d7747fb6fd4d519d623bb74e55b8a3", "region_id": "RegionOne"}], "type": "registration", "id": "4e36d49fd5fe4ba1ac56974cad28568c", "name": "adjutant"}], "user": {"domain": {"id": "73002a6b7f3946a18a035ec43a2d4add", "name": "6319f777b41c4364b54ff7237a18c39b"}, "id": "95640e0cb3f04c949c6408b64dbcc349", "name": "fcf0b3edd1b844bfb42d8c16076f3763"}, "audit_ids": ["cf98e6b6e50546579a84eab4f5da45ac", null], "issued_at": "2019-09-19T09:04:39.527362"}} 2019-09-19 09:06:39,797 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,802 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,803 keystoneauth.session RESP BODY: {"networks": []} 2019-09-19 09:06:39,874 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"min_count": 1, "flavorRef": "flavor-id", "name": "server-name", "imageRef": "image-id", "max_count": 1}}' 2019-09-19 09:06:39,878 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,880 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64"}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:39,898 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,903 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,904 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64"}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} {31} openstack.tests.unit.cloud.test_domain_params.TestDomainParams.test_identity_params_v2 [0.161246s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,961 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,965 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,967 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,969 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2019-09-19 09:06:40,030 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}2bee6d017cb99e4b17ad2b81e22e359689b085ca8025eba34847c88e95be4952" 2019-09-19 09:06:40,034 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,035 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "f867c6fa9e454c59b7a5aa8ba9db5cae", "name": "projectName-2"}]} {12} openstack.tests.unit.cloud.test_image.TestImage.test_list_images [0.254527s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,666 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,671 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,672 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,674 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,686 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.608325+00:00", "project": {"domain": {"id": "81a8d835afae4f39b3f9c29cacb65a86", "name": "bf68f2addc6147cd96911a9a770b6d1d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "442bbb5962f64848bea34402584cbf7e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9bbf6779615c44c693bb7ffee4e1aaba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e5a6f9e2d4c84dc6b0318820525eb2ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7d14fc49904d4b5989ca572298b21a44", "region_id": "RegionOne"}], "type": "identity", "id": "346c796902f34b6aa865ca02896a74b6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "45ec0f09e3fe4116adc2582ede0e3a56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "77ddd6a2c4da4e93bfb1fb49c3c65db5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "92835bb8bd0c47e19e13076798282a0b", "region_id": "RegionOne"}], "type": "compute", "id": "56d553fadb3c4e2493c5530b8e425cc9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d5cb87ff910d4294b4fd080e42aafd9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "baa5af5d279e4576a7c0c1b9e39b3699", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a5fa49c2b0e645799cec7e018e4a40c4", "region_id": "RegionOne"}], "type": "image", "id": "375bda7f37e64d47bc04800550b90bd0", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "23b21f01bdf14d488ef72263a25d525b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6ffad26a8c3e41d3a274c24458479e68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "dab221deaf0c442390bfa6b1dc3eb7a4", "region_id": "RegionOne"}], "type": "load-balancer", "id": "88c685b4fe8542b3bd927d6daee4de67", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77d7e0a1b18943359af533484deccc4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f33ba1e0fef54746b62da0ca25799623", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3ffdc98ff5d4472b00f778a87b130d7", "region_id": "RegionOne"}], "type": "object-store", "id": "b593e42dc705445c9ce9dc616f1d66c7", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "949d861530b94782852b43fb3685b69e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "df2aefaaddf34ba185fd8f55cd3cc45d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e5af971e9a9f46c399f866cee5090bc0", "region_id": "RegionOne"}], "type": "clustering", "id": "2a222f5d4b894792a2470e10cd80babd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "36dff7da706c4c949ea646b2c5049c10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "56794c5c4a2f48de90bb2ccf2833c62a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0338eb41a924416aba75c2eb5e4bc918", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d7b9587b8f17487e972b5da618acc3df", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "63f9c30ad8b54f5c9831f7916bbd993d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1009063905734472ac645f7d7e925aa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "83c53189f9234a238f89ea53902b2f21", "region_id": "RegionOne"}], "type": "cluster", "id": "1c04ac9c1176433cb2c5cd87c5320ed9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ad5bb37503384e95a5f28b6a3c89741e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "696d5b185f12482b88afe23741f3b735", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "59e4ecb5241741088b6f32d95e64d6a0", "region_id": "RegionOne"}], "type": "data-processing", "id": "eb1cedddb3a24c1aaf9947282a2f86a7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "33e5df62cd9d4908a3ec758bc2796779", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5921fcac6be540e9a87e3e44ebb95f2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "578640541dbe4e05a26609d8357686a8", "region_id": "RegionOne"}], "type": "baremetal", "id": "409481ea3895400ea01536c8af825e0b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "874be95a41ce43a0955e0e6d689a5572", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a8267205c18148a4b6051dca0d390580", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a9e444b8475c459090311b02dcc81fa3", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f34580d1c5a54f368ba932c61e2ae460", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e20040a0e23d457fb0b77f41b75a3a9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "73ddf7021a484db49636d1c0da891297", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "db096d01891743cf8f51fe590c1a9fcf", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7c463417290a4a5493832b4afd0ad57d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "45373ff7c53d4dd0a7f8c604b180183b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "44ae27820d514188b67190ed0dd79b9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ebf1ff85e8c3412cb496f29523d13461", "region_id": "RegionOne"}], "type": "key-manager", "id": "86ead932c9154fb3b7f2cffcef6d8988", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6eff41b494774f0b8783da548ec0ccbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b11ed52c36044da2bb1e272ab3be4bb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bb7d8d1e807c4cdba11bc590c52c463d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d77595474b794b26a94312ef5aae68d8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "338528ce573a41b3bf8e2e68cbd9389d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3be0cbed69bd47f1bd0867357dda43d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9793b0afdc9440869c205245a47f2cf1", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d174d8bb2b774c3bac9d53104c3ede9e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0086fa35d5bc4357982daa6392dec971", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3d936cca467741c489fddb9e7585f6f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "97281a833dcf4bd88cc06afff1a53f6c", "region_id": "RegionOne"}], "type": "message", "id": "cb2e711c115c4e12b2f9cce5934dc306", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "418be17f0c77442ca4afc4c9a1ec3e50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1dd7becfab684d40955f0a80d8eadf13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0ed2265d1967425696e967d63c5cc242", "region_id": "RegionOne"}], "type": "messaging", "id": "10f5bc9c66a74350a9ad805119d1afa9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1d8b4af7fce9414dad48e2b010c9180c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "86535d25b454420fa64ec52018aeaa08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9bad1f5f08bd40a58c11ae37fc179e52", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2a696c369d0142e4ae20373f0f532d46", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b4655a17c6e94512b101eec89d084840", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b71f960ae4b46408a3bd43f81ec92f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d3f0c39529bb4d79b65b9db91c0fc070", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "782ba73c59fd43f9a25327b9164a1561", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3c6c34df305e4231b1f173b372358b44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "26cf2a2a543d4c28aab55768ef5fc5ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7ecbbce6a0be4df0ae6206e442b4a0dd", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ff1c8d1224e14187b09793f7415b3c61", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5894fb869edc459b95ee936e3a5caa1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a386b97c10874194b855b7881b4671a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8641c0789722465bbe141392df617a83", "region_id": "RegionOne"}], "type": "container-infra", "id": "c848aa29606e4c58925e4f3135386643", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5b623244f3a94ca192565a83c25a22c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "3a8a3dd917c7431ab17bd0fd42b602b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9f999109395a4726b14279d81bc57a5d", "region_id": "RegionOne"}], "type": "search", "id": "26cd6aae48344463bd6b1b4e1b691dca", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "fba8a5eab8a44883aa6320dfb70b9c0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8ac49c50291246e59d0fafc91f4d7131", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "cb3cdfa6204546ebafaf6120231bc3fd", "region_id": "RegionOne"}], "type": "dns", "id": "2e974c3702cf455db566a914df68429e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d0c73624cbb24884a79bb01093ac9037", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8623b35034454dfa8d713f167c4b97e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "11437095ad134281945d7b59cfbafe4b", "region_id": "RegionOne"}], "type": "workflow", "id": "e136d9a83b9f484cb0c393394195e375", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ac8d386223dd45adb9e6460bb6182987", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "62c5896db71c4a0cbc66bda785dce45f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7e8e9745eebe486198d3e5e292f2d0c3", "region_id": "RegionOne"}], "type": "workflowv2", "id": "65ff51f2c9584ad7b18b2350dfc5a9d5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7a7219b393544cb19734eb18ad92ef7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7ae09f6f7c4c41b6b46c1df96a981780", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4e1976a90d2f4817b37f68f5928f21ae", "region_id": "RegionOne"}], "type": "rating", "id": "5c5764da92f948269b3e60c00228c939", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "759f0ddb109e4b36b357a7efdbe24014", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "087a897cce8f4490be618f0aaf5d9f54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b94989e4dc6f4f318462f6d860736bf0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c5c6c158e15548de986741895a87138a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ae2275c98591460c9284f76b3f14abe3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c2ac8d5892e2401d8103ac39bf0ef443", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d214b964861142a7897369a8c2549dc7", "region_id": "RegionOne"}], "type": "policy", "id": "c36c5aafd31341799d45731f77888842", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8f6a848e0832483db24df48663cd2569", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fd6ba833765441c1a25bed5bf48ea4c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a78e55f35c97486793b8f879bdd37655", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0a52a1a8436c4d5aab9cf8799afeb1d8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ee23dd392ad34f42ba0e9e51f8a717f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ccbd2c1cd83e422bae6557556a8b3881", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a0d204ff1ae341a99f8549386e860167", "region_id": "RegionOne"}], "type": "sharev2", "id": "b83b91bdb0d64a22a69f19af7a232a57", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3d19ec0fcfc64cb583e53b342e5b6216", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5db36e9717324fdaa41893bc8c25165b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7351e622d3c0489d81dbb0f7192a94cf", "region_id": "RegionOne"}], "type": "share", "id": "de3241b5918f4fb7bf044db9e7960749", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f0419d38537e4ef18bb54bfd97c3ca0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a0ba959415fd4df6aaf06cba837cf668", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "310e4472f19b4f5683109a67b60617e2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ae1c15b753b5484c98b95b26ff83f6bc", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3c7f54f59eb492e9655349f45603878", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1769aa95c9864fe083c8928a75ac2d6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d51d334c3fc41248fe8852ed1ca7ab2", "region_id": "RegionOne"}], "type": "orchestration", "id": "77e2186812784ae991e6c7b59615fc72", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ffd5ab29cb34d3eb741199a913d5ce8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4583b7f5402b41e49e0a447529988edf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c365548f251c424a88469ce613c07a29", "region_id": "RegionOne"}], "type": "block-storage", "id": "f6246f576f3443f6b5f87f77d1f34b74", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1380281eeeee43baac748c1231c5da48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92bc1187fc954b509adb74f171725318", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18aafbf01a474bfab577b7cf56b3b42f", "region_id": "RegionOne"}], "type": "volumev3", "id": "fd05c93239854982a85c019502015b96", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58415aa8f99940b0b6e5440118f3b15f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c394a99ed3e44eeaa0f8241ca78bbb6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32a65f2ace6445968cea79bf78447abe", "region_id": "RegionOne"}], "type": "volumev2", "id": "390fb256df93412887e9ba4757cbe2ae", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc78557a07f34612a367c8c4555432a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09c71f07be08438a889c3325744d7c7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4eee64c498f84b2f98bb6686a47c97ed", "region_id": "RegionOne"}], "type": "volume", "id": "1d34573ce6e44c3e93f72b711eab66ac", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2be10225724146dbae6630d75194b28c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d66e324d0f84b588409334918d9e865", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b26aaff2cab4d6a97cf2e7cb93d954e", "region_id": "RegionOne"}], "type": "block-store", "id": "088a1c13b3444f7ea655c1646181b078", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "46ae8a17e82b458eb7035b401a711992", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "44e6187cc1c54ec9859c29dc582b617b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ad5a850a9e764c3da62581e5d443dc5f", "region_id": "RegionOne"}], "type": "alarm", "id": "b31791e2f84d4729b86d062de1a6aa97", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "460a3ecacf03462e81ec5bb797b17965", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "23531e622c51430281c3109aabad807d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d0ad6de164774b7db1d90e79a1cfe3d2", "region_id": "RegionOne"}], "type": "alarming", "id": "75ca3e85e6404ef28efed00ccaab8517", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "aba2f54647da4fa1b8fb199770e6525d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "820537f2076a47998c779084fe413b44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b0017d40cb504580990df9d28129ab00", "region_id": "RegionOne"}], "type": "meter", "id": "65b927a4824041b88b745e0f5e5f3d25", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b4a82a8184284869bc60b0d9f3891e3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5a91e02df7fa4501aaffdafa65ed5473", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6c8b90c296624ac8af6eadf2aae086d8", "region_id": "RegionOne"}], "type": "metering", "id": "edb081cc15794ad7a7fd1cc51058fe2b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8521d720b8a04199954b536692298305", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bcc524d3696345f689b6c47277e736ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "96daaf57a00248bdb315b5d4c7a1c13a", "region_id": "RegionOne"}], "type": "telemetry", "id": "bcca2f38b2f5480d82793f5daf7d06a8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "aa790c1ee48d43e9a2262f6d0c38462e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "95819b437cee48bfb2da44e7c8727f37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3daf919ba914440eba347ad927d69d21", "region_id": "RegionOne"}], "type": "event", "id": "21da786ef8154b6a8b198959c0c5e314", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5977cc1a82ed4afd95881a03d331f474", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "23bae190df5643849ac281960e1c314f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9ea124fb0a9146c8a0ca4e96a489cf56", "region_id": "RegionOne"}], "type": "events", "id": "250f718da1da403a81abd596e92d7cb3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "167c003073664bd28eb526d07d37b685", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5f6b74b96e7447399d6e01b907b0412f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "14418aef9ef94c9dbeaf34499c5d1c2e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1d3aafbb37b04c1882eb7623d44104d0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4dc624a5989c421da35f905520cae172", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "52862c9f1d2a429f9c72c59589259cd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d358e286ad09476a827a991baed0d960", "region_id": "RegionOne"}], "type": "application_deployment", "id": "66ecce7e898148beb934b8fef487ea60", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "88d3f36bb18a4f01b061de7e8feb2f02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a2b4012ceb7e4b18b4cf2e53b6bce58a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "44a78eff1984478d92d6bc95fb501e51", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8d738e042d734cf391a498a61898b4d0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "43b1473192f548be883ce39a93936dcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ac4dd140642843a597892b1921c05c7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e83992c5ac4044d5ad08af06b95e3f1a", "region_id": "RegionOne"}], "type": "tricircle", "id": "a100fa9a28a54d25a0fcdde8d6141ecb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7bedbb89e6e34333bb5c4ff3aebe3618", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5cacb97aae1a41a09374bc9d2ebd5e52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "603da307c84d45738872c658915c53d9", "region_id": "RegionOne"}], "type": "database", "id": "b4af4288b62644c2ab7568ee0801ecb4", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "656da3d8bedd4f73ac32af7a84ebaafc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e30e05792c7f4fc1a8e7e471e8371ce3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0dbf8ec3be284262abe4d9326db8c6e1", "region_id": "RegionOne"}], "type": "application-container", "id": "b211d92feae743faa3cc8f2389877228", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b8eded8702a3403da79e1667aa301dc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f7533f56da15426484694db4317fb1a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "091ab16257a242c19c94344b5fe9a79a", "region_id": "RegionOne"}], "type": "container", "id": "b02459f96f6445ac8a7bfa8087d4a331", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "70db642cf6a247749b7920fd2ab33316", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ec633431948b48f9bbf7a873d34d873b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7138addf22e74dffadbf85592cf74fac", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "3caf1d3332cd4cc98a5cf7b48381d13e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3195b7011c454dac9a0246e7bcf7499f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2e5a14a8ebb74559b395b29a9054f395", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "35ae7cf125744720bfa2abd77e370011", "region_id": "RegionOne"}], "type": "rca", "id": "fb35dc48db9d4c27afc55ce90ef851b8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9533b0efeb4548f688a7b38dc96fe917", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "120831804f2543d6bb6d66b3431853ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d1e4f39f2ff24066b80eae3c215d4681", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c073094184014d04b9c352cf7f80eb82", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "2e08ebb61db14bd7a54aa36ed1d77870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c106d3209a5848fdb6ea2d38dda50825", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "03b82445df4b43c6b82e28979e635c92", "region_id": "RegionOne"}], "type": "network", "id": "8cdd4a7576f84b23808d895973a8dad2", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "77b86b6708fd428c9b7784fdb525e331", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c6378020b2f242a19d60fc9bc9d6350a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "cd2078f138854f818fc421d705d0ce8c", "region_id": "RegionOne"}], "type": "backup", "id": "fff173fc024e4daca59e09151c65cd15", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5cbc711b69364701999515f14a660444", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "08c09db8d3cb409bb53e3f59cf53631e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "19d4fc6cc9234aae83b459531452b4ef", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8e88814f5f984f51998cc630113ad92b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "01443138a8fa4c1784305dd698afc3b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "42db714395c24e01a218d86300012eb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0019b453cda44883a9891b6bf46f39f6", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c0eddcc2a6ab4bb09dbc13b340a7c306", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "30ea7ab492b741198e4dafa65c314a4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ecbf20e6dc9a42a192cef0b9558969d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9e826a0b052f49479cda58457452e912", "region_id": "RegionOne"}], "type": "monitoring", "id": "cced8d8711434adeae3270779556376e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a5d2f9a554f942eca1c99d7717ea39da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c3961704f6eb4fe09ff3892dba83f59e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4d168d470fb847f7a5c2f467ab0c7910", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "639ef7256b6d4c09bd4229222e3cb52a", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "127f1c37469d425ca0f77e0d0ee01c40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c79e6893536240df9bbe1403246303b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7f84003eede242a5927da47187f6e55a", "region_id": "RegionOne"}], "type": "placement", "id": "76ad2315da7647e0b741abd0493d937c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "664ae991a4c149a4ba5101325b63bd4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a2c249fdf2424e1b9983a1997440ffff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b40dcb7d8d8d435287218195d3a38aab", "region_id": "RegionOne"}], "type": "instance-ha", "id": "722cda76bc0e47879be11cc4250c91a6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a14e77dbe971409e9e604286c7fddbaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "55ab03b292c9420c95bb170fcc8600b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ac96428810d847e582e329bdc528a298", "region_id": "RegionOne"}], "type": "ha", "id": "d6d55e10c0d54f20a290c062061620c3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7e9c6d5e78964d59988af947a9a1a5a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "942f46bba6a1474e88a4652b433bc68d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8dba6149334445ce866d209d8af9f609", "region_id": "RegionOne"}], "type": "reservation", "id": "e0db507ff0684f70886ba939f7d33836", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "29444c31d2914ca3af37fe41e4659771", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c1fd90a91da4447cbc18b5ca129728d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "ea1eb841793042f2960946a94301affe", "region_id": "RegionOne"}], "type": "function-engine", "id": "bc79f2c50af349f6949fab6dd9826fc3", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b7264c19381f43b49898ae1bce2531e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3be877e4371c42009fa2ee6838964b41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c42bdb8c72c44c059d82eaeae1008421", "region_id": "RegionOne"}], "type": "accelerator", "id": "79686d5d5da8492882d13a393fb40fff", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "41ef81388ba64eb8b72241e6cb688182", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a76e85f131ba4a4d9d84b7f06600a9cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bb304673ca9c4c3cb7096654c47650a4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d8f5f18575904fef9980f5add55428cf", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b3f682fa1fcb44a3b022933c92b790db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0f6023a7b56b463a8f7e23701a2b92a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "509770d48d4f48c4912584ca61753afc", "region_id": "RegionOne"}], "type": "registration", "id": "8588ce0157a6477b9c6eca30112baa7f", "name": "adjutant"}], "user": {"domain": {"id": "369038c471744cdfbdfb14744f37b193", "name": "10617a2d7024473b88d497e7b1f0f15b"}, "id": "449ad27e5b044e209918a6b0b9228098", "name": "66a013f54ed04b02b379d64cc1f5cf85"}, "audit_ids": ["5e273b62297d4b788b97be2d501df72e", null], "issued_at": "2019-09-19T09:04:39.608325"}} 2019-09-19 09:06:39,747 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,755 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:39,756 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:39,842 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,846 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,847 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/a3aaf7ef-01d3-4578-bbe0-0add42ec1756/file", "id": "a3aaf7ef-01d3-4578-bbe0-0add42ec1756", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/a3aaf7ef-01d3-4578-bbe0-0add42ec1756", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}]} {24} openstack.tests.unit.cloud.test_endpoints.TestCloudEndpoints.test_list_endpoints [0.181508s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,819 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,823 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,824 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,827 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,838 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.756707+00:00", "project": {"domain": {"id": "473990db213a4088bfa735cb5cb77405", "name": "b046f67bb4644dc59b72f4bff15b0c8d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "40adb6ba45d649359fa7ef7a7232da81"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "377c7fcf2a1042c0bdf988b3c399b7c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e1f46ecb60db4c97b1f8558ab6e7e9aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6a4fb43d6ed841f4a403d2900f8d266e", "region_id": "RegionOne"}], "type": "identity", "id": "569066d177a0433b96549aaba2152c74", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f61550f70d9f4e0fa24d771226d69d77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "11ad348e2c2145bd951a300daab4c2f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "473375fab7e34fba8e382d77b74f2e27", "region_id": "RegionOne"}], "type": "compute", "id": "e624283051444eb39ac4de0144f2f0be", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "2a6724fd511a461aa8dd9062880c11e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "09f2bd3d5ec14a938cf7a0489250cab9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b61e17e0a04d41829282ff5920e149ba", "region_id": "RegionOne"}], "type": "image", "id": "cb5ac4321bf447b893c83664ab750926", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4b6b1322c8dd48c586dd06ef43ef6a23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "59ab85a62fd148359cddebfae28f3e5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ad38ae81b9684cc1a2bd9856bdb100c6", "region_id": "RegionOne"}], "type": "load-balancer", "id": "de3ff2995718423c89b94b27d5181d4b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "862a94e66a314a7b84e11dcd87936534", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bab9687d09c94465a46358ea83224cca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a15eb18ba403486b903e0cd34598819a", "region_id": "RegionOne"}], "type": "object-store", "id": "c9060a90a2f54d32986d4f83f228f445", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3ffe3a452fcd4ba29c45272873574ce4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "49bb42a20e3040b5a18e844cca70b230", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3f19c30ddec54c06be628ca63190b4fb", "region_id": "RegionOne"}], "type": "clustering", "id": "28e1e89e84724a32a437197ea1f5143c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "122cc833d2b041f4aa6a48a33bc8c2af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6dadbfab826f4870b7b4b684d52b0f9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e0d581b378fd4b15ab73ebc8b345bc4b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "5b8d3e48511446e9b0993936beac4f11", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8a071288eb87414aaa801d9322776bb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1897ca0ff876463a8ca13c3e193e70a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dcc3553bf1db4ffc9e76d30560b48c43", "region_id": "RegionOne"}], "type": "cluster", "id": "716a9ede1cd546718798e207dd10188f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "38d7cc13b6774e9abcef7aadc241b72b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d3aad27dc04b42e9acbe63ad77ade934", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d2cdc70aa4a845dab58a9cdcaaa209cb", "region_id": "RegionOne"}], "type": "data-processing", "id": "bd1dcba409d7497482d06f056366ed82", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c2ad3d3fd05f4a23b34c8c4d569f00ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5031c76c93334214b9facd07f1884b46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "90a0c0c6b7df4c1289f2c28f405640e5", "region_id": "RegionOne"}], "type": "baremetal", "id": "b78bc1010e7d41109d65c4e2824cfd91", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d2c6308722574210889af7a74bf7165f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7b904d29a54e403ba7e3b34d5eb88fa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1e3b3469dbb444119e5fa19b2946a6e9", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e6eec46c65e047fa8820e5363b7632da", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8b81de5b774c4376b5f5aa0af11229da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "638cdecc2c04477689b29a09bbe3d909", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e3e92b071ae84840b51c0a38eb59e50e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8ebfd5ed4f994b12a83e12fff02c9f9d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "81a937900b434bfdad9ac401b98ee8d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "dc738866f9634d788cd548ed6f24cadc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d6e69155e6ab400e86843e0bd7072c09", "region_id": "RegionOne"}], "type": "key-manager", "id": "f940af7bac4145da877b0bf071e087f7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6109e7fdaffc4e489d0bdd252a55545f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "df10a5ada4a04cd4a5e7a9e64b6f1fe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4b5306c2e0f54bbf87683f0a47cddb40", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6c227e38093747138fd9da04abcfc43d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "164f1bed84f14b95a1195ff5cff057f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "45a14c9276d5440f8a7f381500677b55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e05f2f67a1644483a0a87eaec0e436f5", "region_id": "RegionOne"}], "type": "infra-optim", "id": "09968d5f08a74d198a294313371ce481", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a4b98deefe374dc3b2ad62ccab7ed2f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "452d915fff7c4bfd86381fa8a11d87c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a35769c49031490ba3972abf73066ae8", "region_id": "RegionOne"}], "type": "message", "id": "fbff9fde27794c7593a4324643969ac2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a5d9f4e1b4d54d7eaa0ca18c1da1bbda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b31f33432e434589935a969483bbedc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cfde28b7be4a4f838b0cb9623cad1c5a", "region_id": "RegionOne"}], "type": "messaging", "id": "89999f0866914ac79b856baf1c32eea5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "11d4dec811bf4d0a9ad324eb17cb8932", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d84a7125622a4f1288670cfdfa55a57f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4d091752aa354cfd8ad18e882e1e7153", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4d58ac4091ee4125a8e4dc1228ab20e7", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e55b11f68a014f049ab09899634fa302", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "82075bbc1140435896d4ebba6b559864", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "85f8af1dc46d470cbb99582d34a8151f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c1a219f29716476d9d97c21c3ec1dd44", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "03d5851c27ae410693227089d9bf44b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b3a17f8d57c4b428e630e4025d38e43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71c5263129394d039f8b458f8e228417", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e04dc643860d487fb220978a01e55d02", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6ea7242475344223a0699918341ff43f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a4ef4d107584ab99da3d54474a499a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c268593699354c448cf2f8b4035833fe", "region_id": "RegionOne"}], "type": "container-infra", "id": "8198ccc8d35749f99678c2f97dd348b7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "11dd9a22b5394cbeb938f9d0a3e7f3f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "1d53bb2fa80a4a60a57084601a40e868", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4208fe8d85224b97b507dd2b9bdce88c", "region_id": "RegionOne"}], "type": "search", "id": "1ed46123c1674bdab36885be52e79031", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2bf8eb8f288f4eecb8991abb4b3c426c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "63108da7bfeb4a699700a659e7442530", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a6e9aabb71d94e1aaac609efff180cc9", "region_id": "RegionOne"}], "type": "dns", "id": "fe10002771bf4e99bec75b6beadc5d6e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d1e6950c37714d378fad50a0bbc4bc79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0880240a6ca54bdd895283b998e5b0e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fbd468d16672432aaeb3b8bec4de3759", "region_id": "RegionOne"}], "type": "workflow", "id": "52cb3e642a0746da8cc72e79bc8adf16", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9ff3343474914e2ab7f4de4496a16738", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "39b8faa020bf49bfb2b243a5c25ae2b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "aab1a98869804881b7385550377199d5", "region_id": "RegionOne"}], "type": "workflowv2", "id": "cd22964ce04a4b38ba38b0bd2c163247", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6e0b753bf2cc4776b6537d69f558928e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "99ab2568b1d4456a9c60beb4eb4b0509", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e271d5c3f84e479f93def718e19384ce", "region_id": "RegionOne"}], "type": "rating", "id": "8d13fb566afb4d429350af856371302f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2c9ae4a7a29b40a2a194fa8045f1fc6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c6549465bc04489fa29de2a33b612efa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f408e6cecff44542ae060940c46b6582", "region_id": "RegionOne"}], "type": "operator-policy", "id": "7cd86af44e7c4105864972b1e6142bf7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a60a84c60563488ea7c1e94252a6e0db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b286cd5e21cd423593ea8099f19d12c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ee39342a483c41c5874458e68cc03099", "region_id": "RegionOne"}], "type": "policy", "id": "92b2c1d25af34b239c0e7245ab80650b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b4f5f9bcf5324d0bbb5446cd53edf26c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fab889e44b3d4149b8ec8c3ad582fb83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0924e716c5f04514bccf1d45290540a8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "45a54df19be843dcb4800bdddf8ebe5b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7017234dce1c46969ed6409d08ec72b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "86aaa5d61148461380a86ba11e2d937f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "103bd370d56b46f89af233c3781b549e", "region_id": "RegionOne"}], "type": "sharev2", "id": "a5244decc1fd4fbfbd2e1b3bcadc34b3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "16aa42d8ee3d438090bed71764dd7e55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "345b72fa2b3c45978a6c44c927d21ad1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8c4b6761ddd14c2eb0510469a6ee25e6", "region_id": "RegionOne"}], "type": "share", "id": "320a3c518a784b34a36fcbe3aba7c747", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2513791f89ef46748bd2e845a30506bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7cbc010c0c8244b8b53fc522960d6be7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ea10487d96e649f9b157ebe66408289a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d488f09048844b689def6232c951c373", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28011d13e5fb4ebba8adf234203030e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1bbe76bd6784320a1c8970df94c3888", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "366b8b263d634e358bf611e675e1c89d", "region_id": "RegionOne"}], "type": "orchestration", "id": "906abeb93f40489d960da709058264b3", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fed54f027fbe4aa2a89054aed14e4fc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c005875909b45a99b85a437255a634f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f09a636dc6b4fa8b0c7644f5e3f943d", "region_id": "RegionOne"}], "type": "block-storage", "id": "b1e812f3a0de45e78ed5258f8606773b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1726516e97f54a028ede817d1039054a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "493b7aad3cbc407e8599c77b67fead1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bed2203e12d6400c8d0cc408377958a9", "region_id": "RegionOne"}], "type": "volumev3", "id": "867d27f118ae487ab20d4d5af41faf32", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14c6989ce741435dbc1fe4ba003aec26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d28f509b79f4e6baa692ea1ae2eff15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1904921b47124c76bd494588a3ae27df", "region_id": "RegionOne"}], "type": "volumev2", "id": "99f2c841fa0244b690bae13aabd4f8ab", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f90d5e09e9e4fb18638d334b4949b35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1224615abf204c238a00871ea5527eaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3087c7bd0384208affe9f7cdd9eac02", "region_id": "RegionOne"}], "type": "volume", "id": "d46bdef43f544dbbb52dd31095c4fd2f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05423ddea6f14afdbefe337232ed4426", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5135647e67542fcb122c42e89baa8c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba6e53c9a84d45bdbca1197c8ecc2429", "region_id": "RegionOne"}], "type": "block-store", "id": "73d125e3a2e54f4ba824998681a3b2ac", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ae1eb8c1a2d84d74827f8a87a2cf6f76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b152ce0fc2da40389632f1dbed62118b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cf2a1939e8424dd79fd2174dddc271f3", "region_id": "RegionOne"}], "type": "alarm", "id": "fb5027740f694506b22f0bec69566003", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4f4605d485004f809f235d194276921c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bc246eb3ad42410cbe36b3d65533e1b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f1342e4f7b4444d59e3bc19c5eda6378", "region_id": "RegionOne"}], "type": "alarming", "id": "4466b42783e644cf91eb3397dec4dba5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "48fa819aec004bd48d0042420f21384c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e00a7fae686146aca50ca1482761ce6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1d9378db72704e83b75bcc70f0437ec1", "region_id": "RegionOne"}], "type": "meter", "id": "636682c74f99415abc4d6f564ba65540", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "96922378a3664cf3963c5bc8f2fbd486", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2a0fb50c9b974d038a48f53a3f334886", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "71d986f710364096baa7838600307c94", "region_id": "RegionOne"}], "type": "metering", "id": "4a883553eb614594999ba820837a781e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "947c2171d9794cf2ab3ada36a2be73c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2ba1ea6de74f4ab88dd261353f31a21a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1719b9b8136f43719c9ff99f9d330d27", "region_id": "RegionOne"}], "type": "telemetry", "id": "f870e29d581243949d3ed41ec5fccda7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f3d4e3b06c4946f09cd695774ac0ba43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8b434ce8c827471f8c405b78b30c3094", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "59702138237c4fe6a002899a1afda371", "region_id": "RegionOne"}], "type": "event", "id": "a87654c1b4c64256a9fd1b539dd4937e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "79362aac3a9d4423894c6bb46d2282eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2ba8a563147a45ee9ecbb03069231239", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0747ffa770f54b328a9677ec7e5088db", "region_id": "RegionOne"}], "type": "events", "id": "60c02ffd6d414b309b5b3e675b7b23e0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "027d85733dde4a429d0c9c7f010b1df7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "322bf908051844c3aeb0a74d1f0510bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d7415243f8db44f7b5eb15260be51963", "region_id": "RegionOne"}], "type": "application-deployment", "id": "27a60274ad1b4bf1921f41df38b4295f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1a0b1e00d14748b58cb485c029694f8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d271cf1d28bd44a38f93026ab3d153d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "49f1855b122d45ed87eecc9acc64be5a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b468c2e1a69541daa357b1ef2ee3012c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ffcf0d7d20bb418e84d86921bf383207", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4511e8b4e5b7449f82523ef307135bf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "eee979890a64452b8156eaf68123b308", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8b3941bd09c541fd9b6514dca96f770e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b318a7b24ef84f3388dd5a9e3e155822", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "69fda5fffb0f466bad78cdb79cb5b77b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4cee097e4cdc4444957950bd11cfed65", "region_id": "RegionOne"}], "type": "tricircle", "id": "94605bc4c8b44b89a9edfde3966ec828", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7c797e8f99fe40edb40b83756dbe6b9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7088ed40520d46dfb1bf62364e7a0b90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "9e2433eecc46434bb7b6cafc93cf809f", "region_id": "RegionOne"}], "type": "database", "id": "7af7bcebca08415c8c853ac9f2d4d65a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ef1bf22e27a74701a254d090994b144c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "38a550ef8a914d9a8dd2df531ee15078", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d6041ca32c2d426fba01c009a44abf24", "region_id": "RegionOne"}], "type": "application-container", "id": "5ea504b55912470fa1762115fcdc80d6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "774cd9a6aa3c46048f715fca46573870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "083766d456834eecaab534edd2969b48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "42caeb3dd8ce45b39f129c716a912876", "region_id": "RegionOne"}], "type": "container", "id": "72a8ebae55244bb0946751dadd68e488", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "62d943046623485ba6ff9f07f2822ff8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8cd1b86c9d4c48b1bfe924aa3b297dae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6988c6044fe24a41822bdb03025e7d72", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "17dcc55ee6a848068c06d94f5aa00c6a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6ec84de5b18a4ffc8aa7d8dc60c5ba00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3fc6296b3d014a1cbb61b1456057aba6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b7ae85d64bf24759bd268515a38427aa", "region_id": "RegionOne"}], "type": "rca", "id": "93bc5c9911854b16ab855642fa819825", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "237bd45d10e441329de6c51328e3c24b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0d7c5f84260e48c7966a9cbcfd30c9e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "af5bd38162d04fc4a01c1e5913fb174e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3e5ad41f1811440b9171dc87bf851ffe", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "dfcedd70764849f8bcc999fb1eb0475c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "003d9a0c8959411a913c6dd97b1bc530", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "cf73f5300e9140febf1a6ef6702d51ba", "region_id": "RegionOne"}], "type": "network", "id": "a3e730dc9df4444195e5ca490791d2dd", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "bbfac3931ae14d83b5911923557aa7af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ab7379f1a5f44a87a8452e31b6779432", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "215d8bde8aed4a63b14949753735d845", "region_id": "RegionOne"}], "type": "backup", "id": "2f485fab1dc74971bc14231e67cd0097", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a995fe53b8544db28535497817c60bb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c8e4b851481e4d36b10fceafc7a34967", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "109d6deb336b44e19e965cf44afce393", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e7a8ec76c74543a68236d59201c3ca5a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "92b2f6d301aa4084bc59b1de67d59cc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fc2a81ddfc074b0da9683d60b6b5fcfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ad7d85da326d470ba90ce858f1cd2049", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d1c489408a6c4259b907a67717d2470d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "74c1b0c2846646ffbb7cb786cd2254ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "971ef0c6ca414857a33b253e2e69b9e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9b3562342d404205879adb59a9fb61d9", "region_id": "RegionOne"}], "type": "monitoring", "id": "14d2b429d94d4b879d5cb63eeff0157d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0b34cb0b41b5403faa32250cf6513085", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ec2ef58bccce4f0892c7badb6443b6dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4ed5a6299af54d83bf8f776199f0be37", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "81b931cda28e4df9ae12eb09781f515a", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f02525ebfad34ad88ed16437bad5d8e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c0ec683c5ab145efb161a2387c6e45f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9db14ccd21654ef8addf7bf02e708212", "region_id": "RegionOne"}], "type": "placement", "id": "9855f30342bf47c0b119402d00acc82c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2e6e018361ea460c93def2d1ee4e8993", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c85605dd53ba45659dda5bf5d6ecf5f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ea897e2fb5644bada63d335350d16705", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4fe70bd33666433b9edb0c8b57a30d5b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "60b68cdea7594654a045c52f59462a06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cd38fb9614844d7eb5c758a61b646321", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4e19690aee98440d8209b8d9e7940202", "region_id": "RegionOne"}], "type": "ha", "id": "62a796f4f60a476899b6ff4178955f72", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a235067f98b44ff1a64761601a0dad8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8ae1715d55df46dfbf2eec53e8d533d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6eea03a7291d4c1288ad2afe10d2d651", "region_id": "RegionOne"}], "type": "reservation", "id": "532e41c0e4784165bb1418379c15135d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0db89a8a20f44b5a85818e400aa4a0d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1c3cbaa61e784556b3b26e84c94603a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8a05500670ca46099ea23a695f719de9", "region_id": "RegionOne"}], "type": "function-engine", "id": "cd652cd4f0694fb5993807b3ec291bb9", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a58b721fd5c0486c9e9083930bbb51a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a7d3e6b82b4b46f5a632458bbd8e3428", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "20d24b25d7704da2be633b4988b40380", "region_id": "RegionOne"}], "type": "accelerator", "id": "d0cce23c6ec54752a697f3df71424c5e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cf5bdc19d9f24d30a07e3405212ac831", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "196c20c5ff384337982ebeb6d814e8f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f016a7efba8b47b4aeccbb9c3ed4246b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a7e881b820744d0b9c053165a7ae9673", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d20d9ba0fef24609a0a4583f426e6588", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f343cfad6e3242359cdf480775b364d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c73aee367a7e45dc9eab831718e253e9", "region_id": "RegionOne"}], "type": "registration", "id": "0456be3dd9a149d7af0495db6eb007fa", "name": "adjutant"}], "user": {"domain": {"id": "26e38a62a9014749b5491c681b98e114", "name": "8da30785a77c428f8b58d4924f2928ff"}, "id": "e7ae42f32787487dbc894614d3f3f85d", "name": "8954331b3db64305a7a647bf1dd47e2c"}, "audit_ids": ["2fb42b13548d4441bdbc8c7457a97f1c", null], "issued_at": "2019-09-19T09:04:39.756707"}} 2019-09-19 09:06:39,923 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/endpoints -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,927 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,929 keystoneauth.session RESP BODY: {"endpoints": [{"region_id": "68d081071bf942b7bec499442f13c7c1", "url": "https://example.com/", "region": "68d081071bf942b7bec499442f13c7c1", "enabled": true, "interface": "8be8f715e68d47ca8f7e909cc4f45875", "service_id": "e3facf3dfe6d467aa718877df42702d8", "id": "0c2de8c69f0b4740ae9230bc6f61585a"}, {"region_id": "1cbde0b68b3647899e1441baa65a6aff", "url": "https://example.com/", "region": "1cbde0b68b3647899e1441baa65a6aff", "enabled": true, "interface": "bb188855479f429298a29a5488aae5f7", "service_id": "64fe1413c4a84546ab516da8366b9b95", "id": "13a2f7fbd73b451bb60b758b5831bd54"}, {"region_id": "4c1485a32ad841f49a6efab68e3b5210", "url": "https://example.com/", "region": "4c1485a32ad841f49a6efab68e3b5210", "enabled": true, "interface": "0075949c82f240fcaae342be4b366808", "service_id": "348ed9d2862c44d5ac6425287a989b0e", "id": "278b5c11a38749d098cd20aa8b1ab418"}, {"region_id": "8296e41de2a947d38859a5d3e3d95422", "url": "https://example.com/", "region": "8296e41de2a947d38859a5d3e3d95422", "enabled": true, "interface": "13a52ce86eaf44aba66684a4ad841218", "service_id": "8bf5304c8be04f8ba8baa6c8e6335978", "id": "299e8a6429fb49b4a8495a5f495cd8f8"}, {"region_id": "1636c7892bdb4c7e8d47aa8889344dfa", "url": "https://example.com/", "region": "1636c7892bdb4c7e8d47aa8889344dfa", "enabled": true, "interface": "364044e5898a4417b7cfcdd62389fa2f", "service_id": "2d6ba99c2e46421893602c1f28e0e96a", "id": "c0212e29a590484aa058ce5d210b37c1"}, {"region_id": "66e3e7831ddb4442b28ec20d7365bbef", "url": "https://example.com/", "region": "66e3e7831ddb4442b28ec20d7365bbef", "enabled": true, "interface": "b218b0ed876d418891d0d85a756866d4", "service_id": "dfc66feaec8944dd9ca73ab1338e15a2", "id": "f77bdd37547945d0b166c7f8715e6b86"}, {"region_id": "24e4475044074147afc8e519a51edafb", "url": "https://example.com/", "region": "24e4475044074147afc8e519a51edafb", "enabled": true, "interface": "ff9ddc6e7c194ab59ec19ddec155048f", "service_id": "61a599120be44de8ae7bcc19f8e4f70f", "id": "17ff38c506c44361b8565f5c722793f8"}, {"region_id": "57707b54ce0346a895a98a71d1acf3c8", "url": "https://example.com/", "region": "57707b54ce0346a895a98a71d1acf3c8", "enabled": true, "interface": "962df6f7b47d431183ba30be9ad25660", "service_id": "67e469228ebf40c1b9d2d9fade32eee7", "id": "c1867d9ba79d447eb212ecffe7b1dae5"}, {"region_id": "8525912f00e74e7f82b0b63bf8b87841", "url": "https://example.com/", "region": "8525912f00e74e7f82b0b63bf8b87841", "enabled": true, "interface": "9c5fcf612c7b44ba825c6eab18799aa3", "service_id": "43b0c0e30394429cad0a77e7347301ee", "id": "d8f281bf9d7743a38c838be1c28108ea"}]} {13} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_get_flavor_with_extra_specs [0.229706s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,759 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,763 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,764 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,766 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,776 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.688267+00:00", "project": {"domain": {"id": "c53ba97847f44845ad546ba2a9965ac7", "name": "d250579417864acd82c29694a2f4fa79"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f234b7e494dc411ca528ac486c116252"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "58743f9a4a1a44e7a694f4e015be65b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4a968d4afb63420a9e09b7882ea0db7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "965a874ad2b64f4b9561bcad229fb923", "region_id": "RegionOne"}], "type": "identity", "id": "45e22f185bb947edaf3574357bfba9a9", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "03b2cdee407b42f6a58ddd9d6c00afc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "80613f51e30f4a0195cccf59b8a32b47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ca72849259b54256b28bfda63e9b2ea5", "region_id": "RegionOne"}], "type": "compute", "id": "ac5294c9db894eeeb6e123df9506bbc6", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6a0b2cfdf95f4a37a19bf5ff475e3cad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "bd68d4e0e03f403db1248a4afea3dae7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d86885db39554f31afd221a5a7158439", "region_id": "RegionOne"}], "type": "image", "id": "0fd6959fa27a4dceba3cdd08aae33e4e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a26fc24470b84732ab7ba868d98cb727", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ed9170aaffc04f6c92ab044a75b4d0da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c8751723b53d4326a26570e3ddb9d14c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "29af6136414c4d4490dcc58d4ef35d1f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c240a1c6785e46559be73cceb31b34de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "619cb4eaeafd4879976dc757215fab1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf6704ff5440419e96340e671b995425", "region_id": "RegionOne"}], "type": "object-store", "id": "e0ec8d2f62a34e5088db8907105a6a59", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "21216c0dcf4444109add9f64e1ba696e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b85bcbb5c6bd417a98fe573ae45e7eac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "04967d8760e14a33866637d719bf5f21", "region_id": "RegionOne"}], "type": "clustering", "id": "22a7ff07a4d24a0e8346f228e08c608d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d8b343fc415e4211a1da2ba3f5527c83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5c0938f731bf45a6a3dacdb5724c2f4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8babf731a00e4b8ba5227e85706119ed", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ad8296db553b400f928a2d9d4b8b13e3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a3db296964a8446c9de2af948310cbc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5e8ab9463291486ea0bc4f9d225e5863", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8a6e044aa86e48d5885b231a30d7d4f6", "region_id": "RegionOne"}], "type": "cluster", "id": "934faea3ecf840a5beec8ec48f55f6fa", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a53703a34e1f465994c7f1aff0e1393b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b6a79c19346f429e8816668b134043c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c846c9f85e564346bd80334cea3e739c", "region_id": "RegionOne"}], "type": "data-processing", "id": "f6ae794d25b44c86836b799e675a7d64", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ad99a10f12164a86a93405068f853ffe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1c3161dac01c444aa7fafe15d8795464", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e57bd3a1cbf94af497c0b257f4a5eb38", "region_id": "RegionOne"}], "type": "baremetal", "id": "1b1839be3a2049cdb1ae9384cb3fe31c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5cf41c6512e141a0a6d53d6051cf79c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e5f564e1f5fe45f7b412ecc686c7435e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "639f82b322da437aad953c7535f17a8d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "36e2eac51bc843cc9e7aeff365583b9d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "79646cefc50f4534b5359a02336be86b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3a79521922ab4eeba272c99d4577947e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c00193fc38ab4a7cbf80bcf4304d2c49", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0a78c91d60ab4184b8a826608d9b7965", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "85773c5a3d374479a40fc14d3a739b91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e5b482edae2647a4ad221c52f85a471f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "cde8b2f233e84de386c804f66ccd15f2", "region_id": "RegionOne"}], "type": "key-manager", "id": "4e1be3f6748440c498f2fa5bbcd7e35b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "14bf839f86db443cae7cddda33355e4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bdd41410a575491fa20b1c613b4e2c55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cfc9952b39bd4cbbbd40eb5a960808d3", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a50c96b6411d4804b7e7255e5a567806", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7a01f72b7b1c49deb2266308ac7558e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d1a4cbd7f25843808b72dd3d90542374", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4e26a3e05d044820b282352f2c63ce21", "region_id": "RegionOne"}], "type": "infra-optim", "id": "785fdf3a6bd54d2a866bfba99acc52e5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6f0e9550130c403aa8875c651d782cef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4d597e2ef0c5444fa54a8129b75b0d26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9150050f963b4cbcbb290548d24d156c", "region_id": "RegionOne"}], "type": "message", "id": "f5864fe0d37a48cd8eb4ff8d9a205e00", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "dedcd8d5f5d84e1b98a2d3d905fe6d94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9dbed08409cf4acbbe32c921e966e56d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9df8bb72ab6a432e8f6a5003609b22bb", "region_id": "RegionOne"}], "type": "messaging", "id": "0fd20d1b4a204e5eae78bcedd60f7d8e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "dc5013dcfed24b0abe70ff92fdcc0deb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c2198e2cc4b4478ab3e538f0fbc3c419", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "cbe53eef74f9491791042203f2d01b04", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8e8f779d3c624bdabb114e0fa57f2c6d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e4322b2b601c489887910f8741672a02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "14e83c553608483dbc12c87fa731894a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2b16da2ddf924575a9e6ae091b89bbb9", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "71b7c930e7454d5288d5dbc5854d891d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f07768f37aa041f8bae85dd3fdb6b595", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8b2dc02fcd5c4dfc8eb844fd03ff1f8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f26616db8b5a4c269a5e3c6d3241bd7d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e67329873f864048a6325a96654bfd79", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "04230eaa81604ab887394580cebd18dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "062953b53b0240ce87221805e003fd4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e75ebeae3158477eb76e963c05761037", "region_id": "RegionOne"}], "type": "container-infra", "id": "576645235d6f4dab96d7aafce160df8e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "33717c93d5f0449b9933035c3a8ebe9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "417df3f13f9d4f42801e0ef18c03fa5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4e4fad24002c49d4b4cca6da0d04cd81", "region_id": "RegionOne"}], "type": "search", "id": "53fd1bcbbcdd4adda076f76b9d6904ae", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "db01235e35c146e48099da7812e463d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d8e35622caf84af48a5b25a255630288", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c5160c526977416f8f1201ee2992381e", "region_id": "RegionOne"}], "type": "dns", "id": "ea4e6ba3cebd4600ae3a07cb6a85ca3d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5109d40ee27a431a8ef515739ff3d414", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9b75e856291b45038eab2cf1d6c2400c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f78d242118d445469c6a02b301d6e942", "region_id": "RegionOne"}], "type": "workflow", "id": "881e080b3b654b8589db7145f1b66f69", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f2a8bc77a1d7472bbff4f95107ef7746", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0ebec80a76af429dbe0534b1973aaa41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7ed6d991bfea414ca69edc773259730b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b75bf4fde4ce4df6889e3788595c3a42", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f13cd1fdc8b447a199b7481a03b1cc27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "05f2fad67a724719ac4b8ae435da114c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6d06d23f81e448679ba1ea42e1a0c5d9", "region_id": "RegionOne"}], "type": "rating", "id": "b45090a381e14bb1b672f1590e83d75a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1894656c204b4b0ebcba7d63bc6e94d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0dea1f4ff27840feb944eeacb8c09acb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d7b5421d1ac74d22846ddfd8518ec60a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f4ef7b76481945838d9c672e9d309560", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e234b718b5084bb390da25a05e43a3ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "07572a8a6fd6451283300777427453b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d7a3dd983a184e56ad1c85b47b137e23", "region_id": "RegionOne"}], "type": "policy", "id": "66a5768567ef4f6498cc275f3d1fc82e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f346a2eb2c084e4b8aba6222931b5024", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ae4086d79f624942a4b9072ab0c729c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9271364fb5744f60a882ab9ae897dd53", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7a14c8731bec4df4984eafc852256293", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "02b74a92fcfd4eb8a1f00e9aa4d9d062", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b3a8e57f48d64a7b95dd378e8e7106be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a182efc85eed4aac8426b6aea84f6823", "region_id": "RegionOne"}], "type": "sharev2", "id": "5482113a2dbf4a688af8d6ed962d26d4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "187047d823d943f5ae9c7ec4814c95f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cfb0b96a25d942c6aec1ba9c74c32f63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a4f85c5b2a8a465db5d588e97d3473b6", "region_id": "RegionOne"}], "type": "share", "id": "6a2eecce2435463082a0f255cd41907f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7b3f156330764471a16269c0c0e76ef5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "973c5876b9914d8f8d6b786f86ab1b60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6a8fade5c3ae44a5880031a494171b7a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f7e29f7fe7694c53a3fd64e42e792aaf", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a32aba6b81b48b68423f20888f21039", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f40b8dcbbb7c4b80acc362ea3d37a885", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8555bb4c52194b42994c68edb3e028f0", "region_id": "RegionOne"}], "type": "orchestration", "id": "608e45b8c8a14bd680f5ad8c375631ba", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b60b65b2f160467eb00c4f527f61aea4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3dfd34f2a1654d7b974c5d7dd2120e38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b42fe01c7bc34663be45e70e989fda57", "region_id": "RegionOne"}], "type": "block-storage", "id": "b385f1c958ff4813a134774275a4c8d5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "031e9bf1b0484a88abe90f7cf1c2cb28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "057d33cf180c4065bf2417b0a5b494b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44f31df9b2864561b58a438e51a5002b", "region_id": "RegionOne"}], "type": "volumev3", "id": "b088c382d411482e99f56a3ec160cc56", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "adcefd89c3b7421f9541f6b52b3b90cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93a98e1d17514cfca72f18a4afd2aff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "922cdbf92d2d4977bfd7a3d6b59eacdc", "region_id": "RegionOne"}], "type": "volumev2", "id": "41fcb1b08fdf4430a569ef997df07a4e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86f3b514ac8c4a8c841155de349c1926", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7edfb07cc0349bbb2ae0744e43e98a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f80ea5544c14cb585ee030f11f97f05", "region_id": "RegionOne"}], "type": "volume", "id": "d47c0cd8979e4b4faeddedc63e37ce72", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c25ba6e858274a48a91aefac5396e171", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "380d0672cb2c4a11ba1de768ed501291", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b0f98e026be45ec8861bb4df1b2a240", "region_id": "RegionOne"}], "type": "block-store", "id": "02994a3d88ad40a78ef0f9527057b99c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6e310b8c376d47b09e9968c418d5e009", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3308bc113b5b4006a75e35f9d568524b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d87cb752e3514d749f8b1c1afb23ded6", "region_id": "RegionOne"}], "type": "alarm", "id": "38281a5fe11d463f950e3155d201e04a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2da7667a114046e1bb96cf5d85dfcac3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3b3ad35c8fdb429bbdfa687b7d9132cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d553e717236049909d183f156bd5c429", "region_id": "RegionOne"}], "type": "alarming", "id": "f632bd2d86274655928a4b700b2c7057", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d540387bd73f4139946d70b2940d175c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "21b93a53e9f84119b7b219d9dabe0f14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3bcfdc8e4a504536b350ee61715aa4a7", "region_id": "RegionOne"}], "type": "meter", "id": "8041ca97c61a43978da0c647bc3bdea9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9a95e459630a4ba9b7b73cdb450d7c32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "728419b743bb42d3b4534e947f3c6e6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2829f6a3552d41fda8e4dd99c3ef42a4", "region_id": "RegionOne"}], "type": "metering", "id": "db35478f2ee94772a12704fa1d1896e2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "92f866472ac84f7b87cb565625658195", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e3dc0a693816447cb65c25b7ecb4a606", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "61ebfc97304b4af781f1183e27a8f810", "region_id": "RegionOne"}], "type": "telemetry", "id": "052fcacabb7545b790d442b5aebe5128", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7f56bea661bb46a78543d20859f1309a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0e8f43e40d5e4a44a30ffebaaa5d9f0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ff34780b978843fea6bb763b4be7bd3c", "region_id": "RegionOne"}], "type": "event", "id": "d4c710856f854de8a8f4e79f091df4b2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "660414762df24ffbba6e696984860def", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "69fe6a9b287846faac38be82c3b51ef3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "482df2f53d714a3ba42dff9e71b67a3e", "region_id": "RegionOne"}], "type": "events", "id": "33c91a46e0c347f8b410f73c04a2e032", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e353b57fbebb4104bc338a443d994554", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0495009673404ba2a4af5224c8ddc94b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1d5cfe6e85ea42c388899f521e684464", "region_id": "RegionOne"}], "type": "application-deployment", "id": "7557e58cb02642ecbfb42acbf0bf47f5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a974ad19ac49463ca6c85e24974f8ecd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e03c72f3d7e24177a5fb9d29f29efcf2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "16cb1735f7ed4dcea3561074ab53ce58", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5b270faa80d142a3a1506e7b89802f93", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "35326f45b3d649d8874c637cc74cd0d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "71a3aab3d22c497ca2d09bd9dbf97b2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "17f5c208996f480d83328387084544a3", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "e42081a0667e47a890f6a4f344a72157", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "67b39b91aa724c58b8b9a9d4bde36b53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "182460a2ea524977814cabe19c9d924f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1b46837a310a4756ae6243bb17e326de", "region_id": "RegionOne"}], "type": "tricircle", "id": "bbd584eec2e64616b47e2ab82e466b94", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0c84d5eff0aa46478a77d7017e1947cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "028f449fdd914dfba0e26c0d554044b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d2b34f812b99430bbfe317db9b2a9b4a", "region_id": "RegionOne"}], "type": "database", "id": "1030b256197d464384b46befed4b328b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d8ea249db6ab411fa660cef8a5b7e488", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2790cb0255cb476a9147b1a7865193e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "881366bfb938467d8d8ade8f9cc991a2", "region_id": "RegionOne"}], "type": "application-container", "id": "ca5738666e0145a8a3e3ebb32d2b1321", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "467cfc0348824eb8a6cbe4f166efe9ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "726c7951b89346d6ac33f8284963e89a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ec4c47b7c24a4142a9bdc639a11d511b", "region_id": "RegionOne"}], "type": "container", "id": "4a5e80927f044d95a11c108f7f78f865", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "44ca337c7a9e4b3fae3a5aa8fccf81a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "74a1a9449afa44fa9556a642c4c9d43d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6e0ff0ffbbcb44a2a54b3f872b5468f8", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d33a6ec648cb4825a6aaa7607702dca2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "41da78686d4b458193ff424fcb7dcd1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "92fffb862bc8447b8cf7f88841ea69fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7f762322545b43648b0e7088a93f5ec8", "region_id": "RegionOne"}], "type": "rca", "id": "02c6626176d74449923abf933d4ddc70", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9d790d28b89f45708a16855cc8865655", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b058ee4ef96446c4a7b48e107f0b6871", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c688b69c8aea4442abbadf846a4e0f1a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4d8c5787d1b0433ba920ab074034b0d3", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "81e251e63f474d01b46f0b661edf25e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c7022f21f3754b73a6693e9d8fe0cba7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "bb4a53168518419f861640d82f36341f", "region_id": "RegionOne"}], "type": "network", "id": "ac946c12a7dc4998b0e978db42114d3f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "837ebc0687fa4b659fea42412f2657f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "20dbd41978a0467b8297b7b58213eb4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a5ecd61e9e354ffeab52068ab4a79352", "region_id": "RegionOne"}], "type": "backup", "id": "705951dff7a8482095093aed0e6f928e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6387ab7b4fd64b7a9705b0b5233fc21b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3a3d1a8a6c3f4502b24c6abba842b724", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3c8f25968f0c4869b6515e2291103ccc", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9456f17cd92f4baf952bbd6e38abd40f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "76af0cb3a9d047e1b28706d910fea40c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2b6c9d2673be453b9ed2eb0d9c563f07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c4c1cdc4986f4fa2b2904c10c0bc306f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0ad7442355864d86a082ea4a3c80f438", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c2ead6ba26a845f08052b27040151ea1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a0e6615d84d047339b75f84d6044ad69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "aebcc8f55b834c97bba896e33ae65424", "region_id": "RegionOne"}], "type": "monitoring", "id": "558ed92ebaa944ee8ddc1f8c15feca68", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "121864cf520f4979bde64d111e7f5d97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "295ad6699ad3414caa5891d526f17ec3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "60a5e6ca68f643b8b946a4081ce9a8d9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "eff044d400284455b1d70aeb2e864837", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a21d6fd39b564f99baa252bb6d837648", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "78b6d5b15fbb4dabaee458658d21a74a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "066895ab89574fb2966f8ade5823952e", "region_id": "RegionOne"}], "type": "placement", "id": "d9990ae446d14b67b3f85e0689d340bb", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "72eedea5460e4ecba99a53c5e6b22b5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3d7c1a62f07541078547137db96fab18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "91736412aee1448eb511fef3315a1fae", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ef5732833eb94770891e76b887a8c022", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "18cd9c5b021444c49103e52b5ba04cb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8d72d7f52355497d817821663ac4c69b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "026f904284074a9aaf67f7f51848c8d4", "region_id": "RegionOne"}], "type": "ha", "id": "cdc243b279a841ffbc8353f7968021b4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "649ea36da1af4efdb7f6a971a1b0e2e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "64b5b65f2e4c4d32833197c508c12b5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4066449d010845ba887723949f9a1811", "region_id": "RegionOne"}], "type": "reservation", "id": "01319bba0fc243a4b41470c10c815e86", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7f87c4ef9f3b43d2ad375293371ceb78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3a36597a9cf7488f8e1eab39f01640f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "728ef0ad844a450485a778041e895089", "region_id": "RegionOne"}], "type": "function-engine", "id": "cf5174da200147f4a9e86ec4aee86f2a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "312a6ed324334e258e52161f1704aac2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c95a38a9ff3d426a901b43fb8e2ee1a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c98831aae053400e8cf3a528c02ea2b1", "region_id": "RegionOne"}], "type": "accelerator", "id": "b84976c9606340728294c9c369a0c63f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c3fe6a85696c49b4bcdeb1c94d8e5ada", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9325630ffb884bf196b3ed589369b510", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6bed3da502de4c49bce71801ee752713", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f3e94f3fec964210b6672598f9cdb1cf", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ca012f32e6ee4dc2812599a77a2277a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a81c0520f43c4e7fa8e3d292f685f544", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "dde2f1d5c9bf4788ac0a97e830bff708", "region_id": "RegionOne"}], "type": "registration", "id": "90afb8e6e3a24c1c8dd4175acc7b077d", "name": "adjutant"}], "user": {"domain": {"id": "eb396dd7028342f7a103681e9c32c5ad", "name": "1ba90cafdf8f4930a2647d5fd8bc6d4a"}, "id": "5c1f6721ede24db0a53b8bf588e0b84a", "name": "be55192c41974471907bd648636001d6"}, "audit_ids": ["41269119913e454197238389dac56ed5", null], "issued_at": "2019-09-19T09:04:39.688267"}} 2019-09-19 09:06:39,854 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,862 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,863 keystoneauth.session RESP BODY: {"flavor": {"links": [{"href": "https://compute.example.com/v2.1/flavors/1", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/1", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "1", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-09-19 09:06:39,883 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/1/os-extra_specs -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,887 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,888 keystoneauth.session RESP BODY: {"extra_specs": {"name": "test"}} 2019-09-19 09:06:39,906 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,910 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,911 keystoneauth.session RESP BODY: {"flavor": {"links": [{"href": "https://compute.example.com/v2.1/flavors/1", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/1", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "1", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} {9} openstack.tests.unit.cloud.test_image.TestImageSuburl.test_list_images [0.281088s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,787 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,791 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,792 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,795 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,806 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.741999+00:00", "project": {"domain": {"id": "9ca898ba9ce94739afbfb44ae06d3b36", "name": "f953ae7258cc41adbff99dba43fd3b84"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "87029d09cb564ced884118724787e2dd"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://example.com/identity", "region": "RegionOne", "id": "d5be2d324ce348658815aee73ceb3c84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/identity", "region": "RegionOne", "id": "f726b33cb2ec40a1a5640a99b3c867e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/identity", "region": "RegionOne", "id": "19a123819c38464fa4cbbc910809ab9d", "region_id": "RegionOne"}], "type": "identity", "id": "0245fabfdaa845328a4ca80b5704f7ce", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://example.com/compute/v2.1/", "region": "RegionOne", "id": "9da3b9e4014a4548b1fad3ad6a65cf19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/compute/v2.1/", "region": "RegionOne", "id": "a17af197e6fb41048df708183f419716", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/compute/v2.1/", "region": "RegionOne", "id": "044122584587482697e611504ae675a4", "region_id": "RegionOne"}], "type": "compute", "id": "30f2d7e8e27c4bd8824ed91cca2cc438", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://example.com/image", "region": "RegionOne", "id": "d473a597c0bb4b329dd79cb6eadc2992", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/image", "region": "RegionOne", "id": "07fe0372c276417e8b6ccacb6018a800", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/image", "region": "RegionOne", "id": "e17c0bec4d8c4bcabb23d955c2163847", "region_id": "RegionOne"}], "type": "image", "id": "d8b8629e56044a0ab4f54780c5281cc4", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://example.com/load-balancer", "region": "RegionOne", "id": "2c1f781f81154ae4a4bf3abb25b9daf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/load-balancer", "region": "RegionOne", "id": "6e0b73b3e0964b27b90495e365717050", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/load-balancer", "region": "RegionOne", "id": "add26daf2cef4d00a6233cdf1f3922b3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e7fdbc932bac4a6b98bef26c3aee6511", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://example.com/object-store/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6108ad4ab3fb46dba46f0b84e1e31c04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/object-store/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18a1f2c11d72482e9cf6651dd3696b69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/object-store/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81dfb13022364777975595bbbbd5ad76", "region_id": "RegionOne"}], "type": "object-store", "id": "621b55282962451da240f88a687613f8", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://example.com/clustering", "region": "RegionOne", "id": "ff17cc6da68b4ba6901d86f12fcc1c73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/clustering", "region": "RegionOne", "id": "02cc386a4f29427aaa8ac117621147fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/clustering", "region": "RegionOne", "id": "ac6a7682273648e590d766057de91e1d", "region_id": "RegionOne"}], "type": "clustering", "id": "ee50e8bfb780463580abb83c4bdf4ddf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://example.com/clustering", "region": "RegionOne", "id": "ec88138d5d584ce7a1a9099859834fc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/clustering", "region": "RegionOne", "id": "8eaf1c2b00a844b8acf92469a273152c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/clustering", "region": "RegionOne", "id": "972feb760cca40f598a7789424b43df7", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "183894a04ca04a0e8533e17dd671c31c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://example.com/clustering", "region": "RegionOne", "id": "ca9938d5b2d34f42913888809354fedb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/clustering", "region": "RegionOne", "id": "2bd2642f0c5245519a069365ae273d6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/clustering", "region": "RegionOne", "id": "d7dd2a520fa94582b8f56cfc4ca05e89", "region_id": "RegionOne"}], "type": "cluster", "id": "f57da8d5e4c947ca9efc58d7f8bd55d9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://example.com/data-processing", "region": "RegionOne", "id": "048c70b603b04f538732d9d882dde90f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/data-processing", "region": "RegionOne", "id": "16524b177fcb4d3887071ac44accb1a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/data-processing", "region": "RegionOne", "id": "2bb5ee0aebf7484ca5425ecc2388a009", "region_id": "RegionOne"}], "type": "data-processing", "id": "71f87878e76546de8525c324d39b5db3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://example.com/baremetal/", "region": "RegionOne", "id": "99031a4b09024c5c9a7bdd08c427a516", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/baremetal/", "region": "RegionOne", "id": "785599b4f58f40b381e0bb801fd8500d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/baremetal/", "region": "RegionOne", "id": "7cf2b3daeffa4015b0a4d256c8f62109", "region_id": "RegionOne"}], "type": "baremetal", "id": "84d50cc6d2414ffd93f64fb05e8d53d6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://example.com/baremetal/", "region": "RegionOne", "id": "e7d0c504ddce4556b81fb4d5652ba6e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/baremetal/", "region": "RegionOne", "id": "3ab11f631cce4bef930cecc1c39d7929", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/baremetal/", "region": "RegionOne", "id": "c3102c14f3e543fa9fa6ed0649a2b921", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e6e790090984450dbb71c006da961796", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://example.com/baremetal-introspection", "region": "RegionOne", "id": "1970f1f3dc9649a2bd2a8fa965e64c09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/baremetal-introspection", "region": "RegionOne", "id": "bc879fe75eed47cb8fc87af4fe43923f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/baremetal-introspection", "region": "RegionOne", "id": "54d0f697743549feb4121c9978ad1591", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0b081a475ad54fc8aba21c89cb47c062", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://example.com/key-manager", "region": "RegionOne", "id": "71ffc639f907495ab5e39911644fbb01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/key-manager", "region": "RegionOne", "id": "4d1db297ab2f430dac3e8b032034c8f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/key-manager", "region": "RegionOne", "id": "98924699d15b4d0ab9b4e9d93e2036fe", "region_id": "RegionOne"}], "type": "key-manager", "id": "800e5d0c4e6149c492d031bcf4afee63", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://example.com/resource-optimization", "region": "RegionOne", "id": "47141e270f5e4fc8af46e7ac8007b99a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/resource-optimization", "region": "RegionOne", "id": "42ff153243ce4865b74a18006b4377a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/resource-optimization", "region": "RegionOne", "id": "81d8f25eb7ee4d28882b1e69948ea262", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "504f434130d24afebdb53f98c18ce3a8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://example.com/resource-optimization", "region": "RegionOne", "id": "93bdf3e569304a1db283916fc5ab5fa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/resource-optimization", "region": "RegionOne", "id": "b0377997eaf441fcb767d142ce3babac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/resource-optimization", "region": "RegionOne", "id": "40e2300256fe45e79b7c9052677fa56a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6ec8fafc96524c7cae4b1f8e20dee9f5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://example.com/message", "region": "RegionOne", "id": "8d30d5443c1b44d4a8084a55d59db4d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/message", "region": "RegionOne", "id": "c74778fdfd9a4ddea8c56de7051bd261", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/message", "region": "RegionOne", "id": "30e1c76332db4f4ea100ac355b626003", "region_id": "RegionOne"}], "type": "message", "id": "799829ced6f645b5a3d8cf561f352e27", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://example.com/message", "region": "RegionOne", "id": "1984e86a29104360b8952092b6d70ca2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/message", "region": "RegionOne", "id": "b99391116c534df883b7ffc1988b21a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/message", "region": "RegionOne", "id": "061fde221c81418a93bf24edd163ad85", "region_id": "RegionOne"}], "type": "messaging", "id": "f6f57b0ab79f4eaba22a2794e9bcea22", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://example.com/application-catalog", "region": "RegionOne", "id": "127d4062f7ac4cbda623a91422f835e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/application-catalog", "region": "RegionOne", "id": "618301a7e5894efe98fe56165bdffde4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/application-catalog", "region": "RegionOne", "id": "4a3ae72fd59b4169a94ca6f46328431d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "262daa5d934847eebb795ee3f87beed8", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://example.com/container-infrastructure-management/v1", "region": "RegionOne", "id": "7bd1c0418c7d444cbd77089d1f119c3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/container-infrastructure-management/v1", "region": "RegionOne", "id": "09dcc61e42a04b129d2046a2d5db1f80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/container-infrastructure-management/v1", "region": "RegionOne", "id": "2b67f09026254099ac656e6e7aac530d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4f84363909b545da8fc4ba5666bc26b7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://example.com/container-infrastructure-management/v1", "region": "RegionOne", "id": "f09843c3cac24e738ba05c1157f768d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/container-infrastructure-management/v1", "region": "RegionOne", "id": "ba45b114e57e44f98576cc2ca2e4e76e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/container-infrastructure-management/v1", "region": "RegionOne", "id": "3850564e00e64071b7452de240456e57", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "8836cba531274f13b172c629521f0008", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://example.com/container-infrastructure-management/v1", "region": "RegionOne", "id": "d36171ed80a94d94924786ea28b9d9cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/container-infrastructure-management/v1", "region": "RegionOne", "id": "5ac73e449ca04efc8a66f8b3abd69e4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/container-infrastructure-management/v1", "region": "RegionOne", "id": "618896f0599a4f738ab2d00fe8bea67a", "region_id": "RegionOne"}], "type": "container-infra", "id": "f2ac74a21bf4468d95963e3b7a278c3f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://example.com/search", "region": "RegionOne", "id": "2403ec75627645ad89cd197e7a08ef5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/search", "region": "RegionOne", "id": "5ca2ef505594459184ae3fab6a017382", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/search", "region": "RegionOne", "id": "f039230aafa945658190fa41c4b17de1", "region_id": "RegionOne"}], "type": "search", "id": "33b253c35527487e9775241733912ae4", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://example.com/dns", "region": "RegionOne", "id": "91313e03ad6445bcbfd60bb124aa7a61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/dns", "region": "RegionOne", "id": "de60824d1541441cb3cd0a72b545a4a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/dns", "region": "RegionOne", "id": "83401918f8fc4cc4bc17f3da65f302ea", "region_id": "RegionOne"}], "type": "dns", "id": "96203c846dcd446a901e7ed85d626cce", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://example.com/workflow", "region": "RegionOne", "id": "77172eec93f5485e8a886d96f37e7d26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/workflow", "region": "RegionOne", "id": "eae392adbfe840f1b46f077d507173e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/workflow", "region": "RegionOne", "id": "4b3c310aedcf463f96599a38acb053b6", "region_id": "RegionOne"}], "type": "workflow", "id": "93079b7d406d4deabf9744bde0a41b94", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://example.com/workflow", "region": "RegionOne", "id": "ab6c0b80bf3d44bbb8469635ec156e73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/workflow", "region": "RegionOne", "id": "a35bd953a50747fa99861c5db320c649", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/workflow", "region": "RegionOne", "id": "5a9b31c4107144ba984bf0835ae96334", "region_id": "RegionOne"}], "type": "workflowv2", "id": "50f7118791734cbf99396e3745e11229", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://example.com/rating", "region": "RegionOne", "id": "ce46b79c3b7d440087fc372a930a4e5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/rating", "region": "RegionOne", "id": "17096d349a5e446fbbaaae600defc36f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/rating", "region": "RegionOne", "id": "4e9b3730afce4309900cff492e471e4b", "region_id": "RegionOne"}], "type": "rating", "id": "fafc8b2bc3344ae68702af502df8e413", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://example.com/operator-policy", "region": "RegionOne", "id": "d65e70be94904eee87b01fa7bb889cb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/operator-policy", "region": "RegionOne", "id": "380e53c305374d188157aea979289e6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/operator-policy", "region": "RegionOne", "id": "cb9efc1811944b4db11dd4519db382bc", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1927d44d50624959b6e77f9026f26c56", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://example.com/operator-policy", "region": "RegionOne", "id": "2bf0e4f49acd4b9b975d66de0f976255", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/operator-policy", "region": "RegionOne", "id": "6f6a9606502c48539cdb12f996cece96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/operator-policy", "region": "RegionOne", "id": "e00dc5d232ba445f976c59532639f405", "region_id": "RegionOne"}], "type": "policy", "id": "1bc62dacba144637a9fe2df0239ad390", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://example.com/shared-file-system", "region": "RegionOne", "id": "74e754bb45de4e7ea24581feae7c4896", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/shared-file-system", "region": "RegionOne", "id": "5a02a73fa5ab4a14b18d4d26912d06d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/shared-file-system", "region": "RegionOne", "id": "9aa7675e566b4614b2513afbcc8fda90", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d35eca9af7b2487a81825a0949ce61c0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://example.com/shared-file-system", "region": "RegionOne", "id": "bed7dd415a3a4427876e237e98e48a18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/shared-file-system", "region": "RegionOne", "id": "78422843efcc4a43b59fc42832d697f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/shared-file-system", "region": "RegionOne", "id": "571c3f15ffdf4a90b2a7d3b7ef15a541", "region_id": "RegionOne"}], "type": "sharev2", "id": "31f5de217c394d26a6d89eeefd52e320", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://example.com/shared-file-system", "region": "RegionOne", "id": "1ce9572985c54619aa5e7713cf511ede", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/shared-file-system", "region": "RegionOne", "id": "0947033895274fb19a7127eea16aa824", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/shared-file-system", "region": "RegionOne", "id": "6c0d03ec16634328a214ec4df783988d", "region_id": "RegionOne"}], "type": "share", "id": "72915368d7094cb98a79c4daa40fccf3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://example.com/data-protection-orchestration", "region": "RegionOne", "id": "6854390f63b44112bb4820e5c39af6d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/data-protection-orchestration", "region": "RegionOne", "id": "7701654653c94bd5909cf828fa812f43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/data-protection-orchestration", "region": "RegionOne", "id": "b0561ae858be40efb2743f06bf87ac9e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4b11889a59c04ca29ccff29253f9a00a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://example.com/orchestration/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a84feea8b174446b9e9a9000d3a5acaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/orchestration/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11feb4905ee145308f28c05f6f9a6acb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/orchestration/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "382cb396198e48c8b9489e066845cdcb", "region_id": "RegionOne"}], "type": "orchestration", "id": "cfd8ebe1eb65476080b41f893ccee189", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://example.com/block-storage/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4529eff3e8634d84865f76bbf883b983", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/block-storage/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bca89e9b2ca541faacb9641661df0b42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/block-storage/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56c8896a9ce44272a492eb8fbdec79e9", "region_id": "RegionOne"}], "type": "block-storage", "id": "32d89766b260492f9d82f9556a3f3d38", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://example.com/block-storage/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bbe35a7d436c450c8f7025814ba14f07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/block-storage/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8688a2211a24319918ce83576c2e05e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/block-storage/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4cfbec7d0004622b3483c97a74fd7c3", "region_id": "RegionOne"}], "type": "volumev3", "id": "7fb08f322b3748b2a0bdea72c2bf1236", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://example.com/block-storage/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "329c3510c03847a39673b231f17f018f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/block-storage/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "acd0a080e1f14dbcbee5ebfe4c32622a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/block-storage/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94f349945f85440b843c200a22ef6fdd", "region_id": "RegionOne"}], "type": "volumev2", "id": "b762fe6c8d2946d1b15490c52d090e31", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://example.com/block-storage/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b5d8942f9074887ac07edd1e36d0300", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/block-storage/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b7432433be049f58f22718114c600a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/block-storage/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1232492056a4483daf8512eee269bcd5", "region_id": "RegionOne"}], "type": "volume", "id": "c630a00c241f4adfa9e68ff283ded608", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://example.com/block-storage/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "850f4388c2774941a8185c89c46b5995", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/block-storage/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "760e260231e645e59e944993e0043436", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/block-storage/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b27cb09bae74c7c96e86d28c6f9495c", "region_id": "RegionOne"}], "type": "block-store", "id": "7cc6bb2d91834a98bd36ab54ccf7a34b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://example.com/alarm", "region": "RegionOne", "id": "28e5663299864e21af472ca92a6be94a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/alarm", "region": "RegionOne", "id": "d51c465ae03f4c2596fa1c4b5108ba38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/alarm", "region": "RegionOne", "id": "31a7e6fe78bb4aaea19b697634831c69", "region_id": "RegionOne"}], "type": "alarm", "id": "2e5fef904fd0491ca9ea0861f41a28aa", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://example.com/alarm", "region": "RegionOne", "id": "b439a316303b4cd28f4e0beecf600347", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/alarm", "region": "RegionOne", "id": "3a3d2e4d29ee4e049704795f99ff1ae0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/alarm", "region": "RegionOne", "id": "7aad9fa31d7645dea9499bea60aea89c", "region_id": "RegionOne"}], "type": "alarming", "id": "01cc9b0410df4f11b7e6bf511d3da2e1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://example.com/meter", "region": "RegionOne", "id": "bc177ca8d1e543d1bba9ab7cbc65f541", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/meter", "region": "RegionOne", "id": "a332effa48f84c1f94c7281d748ea81d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/meter", "region": "RegionOne", "id": "7019ef6030ca49688931dc04ef51c91e", "region_id": "RegionOne"}], "type": "meter", "id": "ba3dd28d6aa1424a973850c24385d538", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://example.com/meter", "region": "RegionOne", "id": "c87602fabccb4268a35b9dd114a15102", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/meter", "region": "RegionOne", "id": "6dff9543fa2e4792a838254a0f9ee31b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/meter", "region": "RegionOne", "id": "6afef50dbb7e4b8f8f155fbe5b6c6a0b", "region_id": "RegionOne"}], "type": "metering", "id": "6d10d744a6e04184bf4a8146c629becc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://example.com/meter", "region": "RegionOne", "id": "d909de748d334999945562b9761e5204", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/meter", "region": "RegionOne", "id": "0f9ae5005da84426aad99f39a3ff7e67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/meter", "region": "RegionOne", "id": "5d0734ad930b445b845dbcbb966baac8", "region_id": "RegionOne"}], "type": "telemetry", "id": "be8ea6affce44579af4914ccc9f788ca", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://example.com/event", "region": "RegionOne", "id": "9b388c1a55b44d3d8504cf0e8555612e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/event", "region": "RegionOne", "id": "840a9cc2598e43dfa055905e76cea047", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/event", "region": "RegionOne", "id": "95c6cc4471e04c7ebcf5b4354d893adc", "region_id": "RegionOne"}], "type": "event", "id": "0fa31d7102614b3b9521319c57ba4943", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://example.com/event", "region": "RegionOne", "id": "899e42599209461bba623b2fca618cba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/event", "region": "RegionOne", "id": "57b1af84e1244cf4a718261f57f3ca2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/event", "region": "RegionOne", "id": "5c90c5575b2b46098cefc9f6b14ddf2f", "region_id": "RegionOne"}], "type": "events", "id": "907af08598b54e0584c5c16d2ce3ffbb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://example.com/application-deployment", "region": "RegionOne", "id": "a4beff6c0d014033a5fbbe5af372e865", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/application-deployment", "region": "RegionOne", "id": "403d475174c945d097bc8cb0c055cdfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/application-deployment", "region": "RegionOne", "id": "d1005f9570dd45539ca63a36fe953273", "region_id": "RegionOne"}], "type": "application-deployment", "id": "597139566ffd428da08c09a6b79f4d32", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://example.com/application-deployment", "region": "RegionOne", "id": "3406499df8d6443487a7c68cf4266486", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/application-deployment", "region": "RegionOne", "id": "6c0ebf6d72574e7cadd61142634cc989", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/application-deployment", "region": "RegionOne", "id": "d0aaa2cc217242d29eff890c7b9dba3b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "4275fae507ab41a88747dfb4aa165be8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://example.com/multi-region-network-automation", "region": "RegionOne", "id": "1bee61c3a0994ee1a33181473704fd66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/multi-region-network-automation", "region": "RegionOne", "id": "2f887085ffe24c81ba9d4b4d967a8160", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/multi-region-network-automation", "region": "RegionOne", "id": "57debb37c04e4b34b82939867e166aed", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "fe0d26965fb848c6af7eb1186d379484", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://example.com/multi-region-network-automation", "region": "RegionOne", "id": "fe107d2144f442c39666ee212d97dff4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/multi-region-network-automation", "region": "RegionOne", "id": "e34e872a9e284a8f9aabbd3652ee77fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/multi-region-network-automation", "region": "RegionOne", "id": "8a982a0255734e078561321658136dd3", "region_id": "RegionOne"}], "type": "tricircle", "id": "ab08b126a76042a88d61800299d7b712", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://example.com/database", "region": "RegionOne", "id": "1f8c64dc23664612aa19cc6327007353", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/database", "region": "RegionOne", "id": "a127d836309f4aab94ed3bafe92b4de1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/database", "region": "RegionOne", "id": "5cb82b216382470da96ea93f9ed80052", "region_id": "RegionOne"}], "type": "database", "id": "46b08cf60d734c9c95851849f9c152ac", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://example.com/application-container", "region": "RegionOne", "id": "9a022756b4e84c53b9b98f62ccf0cae7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/application-container", "region": "RegionOne", "id": "66a6f8861d514b77b8f9fc0b6aa1f9e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/application-container", "region": "RegionOne", "id": "7b7590bf4c674c978041b9614959c1f2", "region_id": "RegionOne"}], "type": "application-container", "id": "325b2b1aaa7f408c8d44130f2787b272", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://example.com/application-container", "region": "RegionOne", "id": "ddb9e1707b2946c09011680061024c8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/application-container", "region": "RegionOne", "id": "23f713dabf044d7094364b08dd591ab9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/application-container", "region": "RegionOne", "id": "66441736915b42459726d7d00fdf0a73", "region_id": "RegionOne"}], "type": "container", "id": "4f09e0064a7742cfbba7265ce38af701", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://example.com/root-cause-analysis", "region": "RegionOne", "id": "faae78786ed24f2f90dc1534f63adce2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/root-cause-analysis", "region": "RegionOne", "id": "77b01b1a96194a78becbf41c9acaec35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/root-cause-analysis", "region": "RegionOne", "id": "3441a90c2ef140b6b12259e82ed7257e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d8aae5158d4f423b9536ba1381ddb1d1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://example.com/root-cause-analysis", "region": "RegionOne", "id": "f0c3fb0d27964885af39e663856c4b90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/root-cause-analysis", "region": "RegionOne", "id": "8a09154cf66747fd8c20fa0390e75fe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/root-cause-analysis", "region": "RegionOne", "id": "21e68659eda640e1958ddb4ca508548e", "region_id": "RegionOne"}], "type": "rca", "id": "2bbd380726e94a83877c5b76d101a090", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://example.com/nfv-orchestration", "region": "RegionOne", "id": "e27339b8cf6f4da49d917bf0fb80983c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/nfv-orchestration", "region": "RegionOne", "id": "61553312ee2043ed823ca94b6630ad3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/nfv-orchestration", "region": "RegionOne", "id": "53565a0b651a45839b64b4e97faa581b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4eb31771b46a4977ae5e9ce986586b71", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://example.com/network", "region": "RegionOne", "id": "e91cda2d74e345debaab0d97eb8d6125", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/network", "region": "RegionOne", "id": "d21dca6d195b41a39682320dfb70747f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/network", "region": "RegionOne", "id": "fe26db5a014b4104a5222004f4c9c4ca", "region_id": "RegionOne"}], "type": "network", "id": "46d765c9c57a4ecb9657086efac68005", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://example.com/backup", "region": "RegionOne", "id": "a1d7f0c681dc48668f10e9d8598aae10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/backup", "region": "RegionOne", "id": "62999e2b47ae47db8f5ef31ec694c15f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/backup", "region": "RegionOne", "id": "a0bdb07512194d26902f8e5298c42560", "region_id": "RegionOne"}], "type": "backup", "id": "17e71da36953433ca62e72771a932754", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://example.com/monitoring-logging", "region": "RegionOne", "id": "730567b3bcad4d8f8d51ef91aa7de8ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/monitoring-logging", "region": "RegionOne", "id": "9a8e94e0e19943dd8a7426f73cf8bc5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/monitoring-logging", "region": "RegionOne", "id": "52d1e4c4de744cb89cb05f167ca60e4c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "197acff312a14aa884cf443a37296fd9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://example.com/monitoring-logging", "region": "RegionOne", "id": "9bd329947b9a44118e46b5789b8130d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/monitoring-logging", "region": "RegionOne", "id": "c446a980db1b4e3e8a2ffd4e291115b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/monitoring-logging", "region": "RegionOne", "id": "0a8c7ff8efe045e0b71b0557b97cf2e2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "98bf6197026544bdb342f595a51010f5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://example.com/monitoring", "region": "RegionOne", "id": "32b83587eb2546c6989877f6be98b7dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/monitoring", "region": "RegionOne", "id": "e70bcf93b5b64e24bc04493909a5efa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/monitoring", "region": "RegionOne", "id": "87170be3a7224166bcc58679be8cb0d4", "region_id": "RegionOne"}], "type": "monitoring", "id": "9c3e988e2b1441c99e84bc7712534f34", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://example.com/monitoring-events", "region": "RegionOne", "id": "3218c727641d4e39b45a93afee3335e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/monitoring-events", "region": "RegionOne", "id": "646290b60abe4532a0b5dd30b3a71a4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/monitoring-events", "region": "RegionOne", "id": "47ed2400a449413c9dade6fa2291592f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e30abea6be0f4296a4bdc0f8daabab49", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://example.com/placement", "region": "RegionOne", "id": "017e39983cec46f497d5a04fc196ed46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/placement", "region": "RegionOne", "id": "baef577b1eac4e02a5bb83a0c3394d53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/placement", "region": "RegionOne", "id": "c3230efae2004f97913449078f4b4afc", "region_id": "RegionOne"}], "type": "placement", "id": "ac06d27ca8b540d1a68d4202bf9394a7", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://example.com/instance-ha", "region": "RegionOne", "id": "d1013ffba1734b38a630ac975a090267", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/instance-ha", "region": "RegionOne", "id": "f04992ac416a42a88a0e06068d588b89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/instance-ha", "region": "RegionOne", "id": "795ceaf2f99346698cc2c9545a3f4a85", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f80096bd3e8d4c128d4d46ddaa70a904", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://example.com/instance-ha", "region": "RegionOne", "id": "f684b34b0e9f4c1b84db11531d9b194d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/instance-ha", "region": "RegionOne", "id": "30267a379e9649ceb67506f2841503b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/instance-ha", "region": "RegionOne", "id": "ff329eddafc84ff4a5c9560911f3886d", "region_id": "RegionOne"}], "type": "ha", "id": "77b41e952a6c43d59d881c5d3933ecfc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://example.com/reservation", "region": "RegionOne", "id": "f49474764bea4d0d8af83dc3b4c29b11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/reservation", "region": "RegionOne", "id": "a1863edc4fa740dab0f39a1add0ebe3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/reservation", "region": "RegionOne", "id": "4cd3f5a41ba24ed183182eea77655cc8", "region_id": "RegionOne"}], "type": "reservation", "id": "8990f22adeff4758b3a1ea98cc233c6b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://example.com/function-engine", "region": "RegionOne", "id": "18d9bf8313d647d1886f3ee33aaa7316", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/function-engine", "region": "RegionOne", "id": "18eab718a7924109a658ed45f4dd0db7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/function-engine", "region": "RegionOne", "id": "41730566476048b685150870b134604f", "region_id": "RegionOne"}], "type": "function-engine", "id": "864f1909636445c3ac378852e777965c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://example.com/accelerator", "region": "RegionOne", "id": "e83aff745bbc4c31bf99d13c81da2fe7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/accelerator", "region": "RegionOne", "id": "8183f24f0b2540b8825448624a315b14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/accelerator", "region": "RegionOne", "id": "3aaf08b9fe9f46ddac0fc5f235b71d68", "region_id": "RegionOne"}], "type": "accelerator", "id": "809cccc36f8e44a3a70d3841c7654c62", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://example.com/admin-logic", "region": "RegionOne", "id": "0a6e6d94ca90489aba7ac2131c67d7b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/admin-logic", "region": "RegionOne", "id": "dba5bd6b0e7d48c9a58c3fd634bc104a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/admin-logic", "region": "RegionOne", "id": "a66a1dee0ecb4e0187262cc4027d8c91", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0091b54064584b638f92bc1deb38673e", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://example.com/admin-logic", "region": "RegionOne", "id": "b23cd5703e224916bc5b3bda2a0f5c7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/admin-logic", "region": "RegionOne", "id": "4771cb2f574f431d915b36df6bd31e21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/admin-logic", "region": "RegionOne", "id": "8663215e8d2d4e2e81b20e8e45f2727d", "region_id": "RegionOne"}], "type": "registration", "id": "dda6c53bbfd442878eaf64d021832caa", "name": "adjutant"}], "user": {"domain": {"id": "20bc6690843b4627956ded147a2486d6", "name": "0343c7e12bf544379f99f113b39c18ba"}, "id": "18ebbff4a6f94740a7307aef5fc58782", "name": "5b611ae70bd24c0cb23288b2eb724d73"}, "audit_ids": ["1bed6ba3ddc6458dad94b31c7bdaef1b", null], "issued_at": "2019-09-19T09:04:39.741999"}} 2019-09-19 09:06:39,854 keystoneauth.session REQ: curl -g -i -X GET https://example.com/image -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,859 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:39,860 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://example.com/image/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://example.com/image/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://example.com/image/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://example.com/image/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://example.com/image/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://example.com/image/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:39,945 keystoneauth.session REQ: curl -g -i -X GET https://example.com/image/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}7b9973c7c26d43bf362e5dc169c96d406bca12faa39a62fd43db55f00f28ba48" 2019-09-19 09:06:39,949 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,950 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/e09813ce-9038-425a-a438-f5ab64cee557/file", "id": "e09813ce-9038-425a-a438-f5ab64cee557", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/e09813ce-9038-425a-a438-f5ab64cee557", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}]} {14} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_available_floating_ip_new [0.399068s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,711 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,714 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,715 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,718 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,729 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.648168+00:00", "project": {"domain": {"id": "a5efee94c7ac490aa8e4a09e7f0cd8c4", "name": "61f8dab2795c4a79a8047a79d9decd25"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a7fe6d13b60746e7b2035c9bb1a7d2b3"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "fad270a097644861bcca702108a8fbf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d2cf02fca0874c848ccf03c6881263bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7ee040c51a8b43cb8f191aac15683f76", "region_id": "RegionOne"}], "type": "identity", "id": "b79b22a12c474526b2b0ef43b93090f6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "43b86afdee774def8f063b6e7d683846", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3407be4ca2c244108174c9fb086c4e61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6058f0705ec04e75b7a6a8e3594e4b8e", "region_id": "RegionOne"}], "type": "compute", "id": "aa76798ae2184bedb5dad6617b5ffb51", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "305ade79d3e847e3a0e8f1d78900e7bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7295c85dac64472097cf183d1d18e8c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "57f8bc31cf384c48b7b00d047e1680a2", "region_id": "RegionOne"}], "type": "image", "id": "6dc81595db66450cb911b4c8153cec27", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "28d993cf14c14b86958b19c119379d2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2b3c65d73ebf43dfbba4c8a982e1a0b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ed83d34276a14b6eb990d4d7844c7f84", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0cc71cddbd2a4c088e653f22dc3f4813", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "faea5c9c03d74d03a31d4846053b8531", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9af296c134b4f1fa57ef3a63805cbed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b55e7d5e3a24b20a205e178fe35a0c4", "region_id": "RegionOne"}], "type": "object-store", "id": "2f6e44777635487488d5a67d3f25e255", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d83a207ff9e74bc2980a32d9b5d2f944", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0a8a33c536c84924aa511d32e1432332", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c193a2a158a44ec3a8b1aceeaa20b0d3", "region_id": "RegionOne"}], "type": "clustering", "id": "b1ab7a81f8f244d8a1b3b473e85eefe5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "abc94973077149fea25f15473f307a79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3a07f1aa291342c9b8013639b13fdd73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e4bcc7a82b45424bb1e11e29ebf71487", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a0a2a11e59b34c8e9eb2c3ffa24245cf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "417480b9756544098b4935908931be54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "96bccca25e6f49df9cad892ce0387131", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "921965bdd49942c28ce133fdbfb61443", "region_id": "RegionOne"}], "type": "cluster", "id": "48ddcd8c13f849fdb783f713d60f1bae", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d28ed058f228414fb4f83ffedd960262", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "261416ddc66144199e63b2a0eae8397c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "777888a3488e4233b475b83e264ea396", "region_id": "RegionOne"}], "type": "data-processing", "id": "6fdf1d951d5f40f897e64bc875dad16f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6e164b05de0342f488ac4e1bcdee69e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6137488ceb6548f7bcc6d5d14c53455d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "66c67ae65a5f4a3493518412471d0b38", "region_id": "RegionOne"}], "type": "baremetal", "id": "78fa19d9b65545f8818c3b8d90403a4f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1f3b521146fa46b19dc5acfa2c31f42d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d5d5014b82a5489aa0ef520a7159f250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c8aff216fb1342568091cb3d35964774", "region_id": "RegionOne"}], "type": "bare-metal", "id": "472e1141f39047c39c43fda436ba03f0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ab48663aca1e4f8eb0c82ea73c6269af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "07fab38396f84e44bd4d9ab9afa6df33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "679d9af2ea9d43968bf875a74ce4f908", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6dd0fdb87e0a4122b38f7de01d05818d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "573954bb2ace4531944ab4f1d8c4db78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6deda6a2df4f415daa2f210177fb83c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "312c04fda71740da905f727350cf7f88", "region_id": "RegionOne"}], "type": "key-manager", "id": "e6f3b8d7cd954222bd02eb91c0b7c684", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2037a06fe6fe4e35ab23e667620696ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e21d50d34edf44aaa2632224e6dc27f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d77937bf694b4bb7af0e808162fbc382", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f21a1d7dc386458896f1d2791adb616d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "26639642ecf544088bcbe4166c167900", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d03888ccdb404c098c3ea453d541cf5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e49a05bd4c2d4b2c8140d0b22ac80ca8", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d7eabd1b7af541cea7f445e03f550bf5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "56e3ee93bd6342c3b466095d00975a8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "db1169ef01e84f17a76845ee37a73c73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a2d84ad6c892404fbdfae5d27e0ac0de", "region_id": "RegionOne"}], "type": "message", "id": "f453a3fd7de541e9960b8d6593153ae8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "79593e6e6685441ba8e42a4162efb632", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5d9ae22265f14103aff43eb376bfab6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ec030b44e6a54f2f8621490f46455f52", "region_id": "RegionOne"}], "type": "messaging", "id": "461e5fef822045c18cf0e6574f5598d2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9b3b3d352aad4979ab912e3894478403", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "77f40148a9024548b3ce198a10e9e9de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "09a00bd208e8404a9fa130f636ff1af9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b7c270e87d244f0ea26db72807e4debc", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8dd3c686d2d74be38bfee97b35f439df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "936a9eb2d7d647c789f752e73cc2b60c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71db25ff9e7b4f159c9fb765bb306e82", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "900eab396a8b4e669db75e41873b2e69", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2407bbb691bc459085d8547815c7e446", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f843375c45e435995dc31287e9983c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "67a821c17a594372a2cea2f93fc36245", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e8ea4853e9154319b0a2e65aa0c69cf4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "84175b3053a14bc2ab2845b00e1b9a41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "28c5d4fb5c8841bd9ba13c8b9fa9426f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5051ab4b13f34859867f9fb7b5de5489", "region_id": "RegionOne"}], "type": "container-infra", "id": "68668fe7831641f286e17ca88a4a9a98", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7bdee6782102424f90bef94a1dcaaccb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e0c081c40e7e4651924e527ad67226ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "dc85fd4b827e42df954f504c1e13934e", "region_id": "RegionOne"}], "type": "search", "id": "98fa8c69caf44335a726714d39a3d246", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3c1abeb9c4894827a1c06c21f198ec49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "41d366b68703452b9915e3c94019328b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6cc0b0a57dab413ab2d3bf36a4a74bf1", "region_id": "RegionOne"}], "type": "dns", "id": "bf259b8160824f49a52caf94ce0e4619", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0a5e901134b6455db04a7b55b125724d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7a541ce50f2042009d0a60f967a2d7a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d786407cef394be0895126b236ac39c7", "region_id": "RegionOne"}], "type": "workflow", "id": "160ec416650a4932bb4eba47d63b7d1f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8da675be68734b7c8e9df8b304392028", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "44b74767f4f5428aabf578ba32574b4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "25723521373844b491b67c5655c0d672", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e0564bd58a3241ca86a6b4c923307ce1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "50470eb2896f40a2bfb9dbb9bbc527a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d31d2788243b4af1bac5227a595eba6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d72c3666e02349d1aaaf94dd9056b3b5", "region_id": "RegionOne"}], "type": "rating", "id": "0d40d88547214a3ba1eb6c358a214547", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "92a3734e4b8e4ae693220747a963ec73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b4656bac6e704f539700ba872bbb020e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9f8711566ef246d690fc82f22fe50231", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ce5945e0fedc406d82d20663d25b8e88", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "47468de7c8a0439baa150283d8d22b2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bd3f2ee78b8745e5a23411ba78160810", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3c0f8de925554c04aef6789c118d34a2", "region_id": "RegionOne"}], "type": "policy", "id": "f2f0998c0af94a7993d7e63df2c96c47", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7915c86535f347f493a79330082fdc86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5777c18a34934f298a6a9f9ae22ef6be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cb739c85cbbc47f0b3a63ef7d625ff7a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e36093f886554115bccee1bcd140b28c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "66be28cf4189401784d34da95831ed80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "88392444cdb64e5593463bb6410732ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8a82e94e5a62467481eacad3ec210ec1", "region_id": "RegionOne"}], "type": "sharev2", "id": "c57b3a5bd32049e2a0678c8a79a7832f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ad5c14da5a6b4f3e98c68de61f431948", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9885ff759de74ed193d71a77f64d857e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b3741400cf9c4c7cb7af0f5a70390fc9", "region_id": "RegionOne"}], "type": "share", "id": "8f87f85a45ac408fa1cc44d629fe980f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fe777905527e4cbba8a8e7629ddcd811", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8ec347ca18b14598829937a7036fbe06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f2133cfe2afb480dbc6bd0479fd29f1f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "39bcb99bab144c27be058f99803f11a5", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "488e82fc7d1d400e8c432eaf553a5599", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a66bb8d6adb416e9a1c5cf121ff7b31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dab8626add4b4995ba2f07237108b57a", "region_id": "RegionOne"}], "type": "orchestration", "id": "664bf847b3dc414f9f31f5c301b3d388", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f82b09b60d7c4cb79ce1188c45e9818f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6099a2cd2baf4da58e6367028a9b0eec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9015acbe599f42c68341f56f4c1f0a13", "region_id": "RegionOne"}], "type": "block-storage", "id": "1458f398d2ca451eb8ae8733baa6e2be", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fc2e28806fa4bf69ecca250f907ce39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c84e5a6eaf784791a37a202c4b07cee4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "467d5ae6efaa4363bec981cdc2f931e2", "region_id": "RegionOne"}], "type": "volumev3", "id": "85c10fdbe573477cbfb884a112dc084d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "604716490c424068bb8b86249bbc1145", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2bbfe3d26cea447f8c2339dec80bada9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9a499047b5d48d69958e013ed5675b3", "region_id": "RegionOne"}], "type": "volumev2", "id": "4d07fbed0f4949e5897e4014beb46bf1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6decf6972dd448da5afb455355fe685", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2dd551d58f3a417e9370107523420231", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc6999db7b054d64b13e4e49e7355e10", "region_id": "RegionOne"}], "type": "volume", "id": "905c1bd3b972477686f890be1b632534", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "582a44fab2e949e389d39d311f147634", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ffffeff5efa4a35a31cb7ac7545d0ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e6e6ed676944f44a3c7773f88fdeb14", "region_id": "RegionOne"}], "type": "block-store", "id": "9e0b7b9c7f724e4d8d36cc8eb1750edc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a564196f901243a6849dacb7f1fdacd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bf206a7741c2413e8f522811d9a6239f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4fd8c35799e648c7aab93b23a49783a9", "region_id": "RegionOne"}], "type": "alarm", "id": "562d062a761f4968be1f2b07a07bfe64", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a17883fdeee14a08b8f49125bd59fe59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "54434fc24a384540913f120dc04386f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "64cc23d20f2b4599ba9b8d1dfcb07356", "region_id": "RegionOne"}], "type": "alarming", "id": "797c4663b3d14268b315cee3ea3a3947", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cbf51651e9d2485faaac6b6fca2c55f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2daf2b648b4f4a18888de3fc1e21b9e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3874920ab4814398afcd6eb9c4a72a01", "region_id": "RegionOne"}], "type": "meter", "id": "50bbabba242c4a30872a5a6626452318", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d1406b5122d64c409de4704bf7c45617", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ef73ac7033e944839ba86a620cf5d69d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "dda95547f02447448a09360153d4d26f", "region_id": "RegionOne"}], "type": "metering", "id": "7b7382af6d7b4720b6b7aee9efcfc975", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "398caed9e6654b1e85f6b205d8e22251", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a995a589c36640ecb845bbbe248b28c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fbc4b452d306496b903ba64c737bbdf8", "region_id": "RegionOne"}], "type": "telemetry", "id": "b87697ea05c143b38e26d7dc11f26ff6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d4358d7795974c27b3a8374b6a963a6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5435b812462e4df1ae763505fa4857e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b310358d1e374d0ea379e9290a67f103", "region_id": "RegionOne"}], "type": "event", "id": "6ab24bae111d4583bc68c09d8ee0dfe3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fda53a30402a4411ae12126dc1d3aebc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c27c031358764e2db1c08f474b5dcb69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "26b0ac7c577d412eb4c90bbc7759afba", "region_id": "RegionOne"}], "type": "events", "id": "ef805398b935482aa41496ab63316abf", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4df2cfd37b6b4625a0bb3b4602f84170", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "34820be3f8724bd5afc190c6d517d522", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ebe74f0f30d84614b77bc8f47ad7ef34", "region_id": "RegionOne"}], "type": "application-deployment", "id": "7b53c6eccfdb45f5bc11cf31277a6209", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2140d11ead7c4b639f11345c96c1f260", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "45ad3506589943b1a86e33c1f780818a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8cbcb09324d44f73ba3b40d5863c787d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "70ef008a357c489eab57c2106a2b90e0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4c02d2a13ac7495795fa8002590e6bb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c81fa159598046949d31e9dd6a70090d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ad7c0b9fc5d54a95bc1a3afcef94ab55", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f62be48d98ea4d9290afdce45c598580", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "25741a528e0a4c408ffb2fcec2501de0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ccbe91d6d05242e1bfa9e25bf47eaec9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e17b81543f9e48379fd78d140e2d5034", "region_id": "RegionOne"}], "type": "tricircle", "id": "c68d4076a71045e4be6fece02672e5b0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "bc588f7a6bfc4689b6aeb43ba65a66b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7b628e2f578043deb046bb42d92a7237", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "dea27bc4118a45d69d99a7aecdb57dff", "region_id": "RegionOne"}], "type": "database", "id": "567a8e0923d1438d94f77820ecc2e2d6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0e9e8102931e4039b1aec27311168984", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "596ee6f120cf4b1b9acce61893925d34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ea71838f299e41549172e5b5847f1186", "region_id": "RegionOne"}], "type": "application-container", "id": "36adf6fba3ab47ffbf45a1e33a783bf6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c71a68acf108422a91668c9a11ab4829", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f87018c36c7741ed833ac31826ce4216", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1ddcc3c2550842c497f0994cccd89bbd", "region_id": "RegionOne"}], "type": "container", "id": "ba729c322a494f82a35a8a289cc0e5c9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "765f7cc6cc014bdfb8047a8aaf1f63e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "409c605699cb4c829bdf5c17dd08b7c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8a62c3c9032c43d28f74e8354f89ed94", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9268fced4e4d4274ae994c1e17f3f3df", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "18cf4f89c91f4efc89417b5e40ba5ebc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "22ea3a9d62704ba2ab2d504be72ab272", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3063532f99c049b0a25bd24140e7b3fb", "region_id": "RegionOne"}], "type": "rca", "id": "569f9dfef33f4ac6857d923d137b8001", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9b07a3d175a64452be11c3c486321c49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b0751560957c4d58ab6dfaf3477d9d37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "583b4de1347648b791d9bd04285878b4", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2f5bc8dbb4e34e969437c7f0718f2516", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0e217a3c4ac2469384365addae7a555c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "349c63f4140648d28e81a4dbecc1e6e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "195e127f5b1d48358816e03c161be3e3", "region_id": "RegionOne"}], "type": "network", "id": "0f7f8a8f009d4c27a970c0dc6d95fd92", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3c7ffaf1de1e4935a148a5254cbb20b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "68c4250750854c998c0b5fea54d08edd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "551b26414638437bbd70de28d2ccede3", "region_id": "RegionOne"}], "type": "backup", "id": "9e1525a78c274c59904fcfc208e16f63", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3f762f0126ba4195b85196c30b110ee8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8e095346f1a64f5ebfdf5443aea8e34d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "cfffcb8c35a243cdb772441a00c1c143", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "51f9e4e42c4b40d299c56af867c36ce5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5d38eb12b7b04788bf6d34216f607566", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d3509edd53464558a93ce01f72efba88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "051c72889ad745709b0e48be86a13974", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f401dc669a1548fd8f8c0125f4028596", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3c64e0289f9e4817b21bf8a3ff5dec70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a1ac657bcf5f4f218aaf5b610c0ad430", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "0ac06d59b4354a4e85b6372f344a431a", "region_id": "RegionOne"}], "type": "monitoring", "id": "03402b74ee3d46588732a74e4502e71c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "45c373a481664cc0986fba2b317f57da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a6b6a8341681426c8ca4983d7592a52a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "399ac92f1277449cae6ab6cdf8175bb0", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "1dbe900ee6c34a048800a6307fef43ad", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "21b70d34a3df4642b50299b9627dc35d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3018fa2d0796420b86f14f4763549926", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "edd80e8b16bf4ff9b301750a302d3163", "region_id": "RegionOne"}], "type": "placement", "id": "f81fe54991d04aaea06b6c3920c63410", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "afb3117eb3644be485e840eb12defc27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0cdb858acd944c26b0d48dfc0243aded", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "31a341e563134445bce562d99063811b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "444b0438f0ac4b11b23c66ca3a7fd202", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "87defd85e6b94103919df446ec654bd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "91d0161faf4341bdbd5758c027a30a6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d2b1c07d2ba24cf6a4505de739110836", "region_id": "RegionOne"}], "type": "ha", "id": "36be8357ae9249f291bdac80c5303237", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "829d402d5e2b462e830fb212d0c6364b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cbbfa2b2b514405980fcb8ee22beb50a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "66b154aa75754425b0308e0438254e28", "region_id": "RegionOne"}], "type": "reservation", "id": "be83c348cb204032aa2f8fe9e457ff72", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8e3c2767b5c54d89a90ec39d3ee492db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7bc2be838ee5464fb3111493cc1637d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f1e30e13a23941edaaaedf9eda3fea95", "region_id": "RegionOne"}], "type": "function-engine", "id": "493b5bea7dfe43f0a7f0bc598c578ebe", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4163745907144f2e92d1feac20fd3954", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "03caa540d7c2455c8c39350b608cc94a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "fbc2cb5208294c1ab0afb9a040f38f4b", "region_id": "RegionOne"}], "type": "accelerator", "id": "6d7924eb8ac540eeba1e12cfa0cb0950", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "33a0adbb5872401c8a76d40e4660b681", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cb922c75c91f4c15b284bb38ca9385d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2362d054d1e648b89fb3c1a1cdfab2b3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "88740ad33fb249e89ce92393e98deb74", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1206106f129740cfa05e43ff78ac6458", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "21b64fac846440fc9c8a99372e7230ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "40c436f8f36649d0bbc757380895d255", "region_id": "RegionOne"}], "type": "registration", "id": "1bea68be7bf34723aded6c87d2f15b1f", "name": "adjutant"}], "user": {"domain": {"id": "87771291c6994c3e918ee01818b784ff", "name": "f948493e005f46deab798bb5736e151b"}, "id": "02449c5bcd3c4c63aa856888585052c2", "name": "8876d36bef434cb283e01d4cfb07accc"}, "audit_ids": ["e65fdb3831294b41864a7db884695636", null], "issued_at": "2019-09-19T09:04:39.648168"}} 2019-09-19 09:06:39,957 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,961 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,963 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["54d6f61d-db07-451c-9ab3-b9609b6b6f0b"], "provider:physical_network": null, "id": "my-network-id", "provider:segmentation_id": null, "router:external": true, "name": "my-network", "admin_state_up": true, "tenant_id": "4fd44f30292945e481c7b8a0c8908869", "provider:network_type": "local", "shared": true}]} 2019-09-19 09:06:39,983 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,987 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,988 keystoneauth.session RESP BODY: {"subnets": []} 2019-09-19 09:06:40,007 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,009 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,010 keystoneauth.session RESP BODY: {"floatingips": []} 2019-09-19 09:06:40,011 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/floatingips.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"floating_network_id": "my-network-id"}}' 2019-09-19 09:06:40,013 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,014 keystoneauth.session RESP BODY: {"floatingip": {"floating_network_id": "my-network-id", "router_id": null, "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62df", "status": "ACTIVE", "port_id": null, "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda8"}} {7} openstack.tests.unit.cloud.test_clustering.TestClustering.test_detach_policy_from_cluster [0.366540s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,624 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,627 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,629 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,632 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,646 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.552072+00:00", "project": {"domain": {"id": "6003a3f254ed4138a3435770d5c3041c", "name": "84001e9a03db4960a0d1a94e9a41017f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "be140e8505e8442db2c2249fe9cf46a9"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "61a471b6c3f247ba9d0f9fcab1f2bc14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "df34ed713c114a46a79daa554e985af2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "cc38a9f4cc43421f88d01dac77e91972", "region_id": "RegionOne"}], "type": "identity", "id": "2a00d21a01ba472cb4f4a8e5a7ec76c2", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e668d1a7cb83495da7f6ccb304c0155c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d0225b9fb46c475a8b97284f7d872c52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ccd318f3348f4749b21de0ce46da0e8e", "region_id": "RegionOne"}], "type": "compute", "id": "92d0d3e0d99c42d681f4dd203e66b67e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "72d944be65ff41919777c997ded5423c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "87731d1385194576b125412b6b9778f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "1bd9abe93b0f44b19b2fc627f6d52192", "region_id": "RegionOne"}], "type": "image", "id": "57827abefadf4ba28c6a2eb1c149cf36", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ee49074d557e4e0e9272cfd588a83857", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3223b28ba59f4895bd8b9a79f65b58f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1892be17da454f4baa6bcf85fcf0d144", "region_id": "RegionOne"}], "type": "load-balancer", "id": "23965a660fa64ca9b0c147d959768e55", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1251a5713000453ab7ff968aca119174", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2db6e860c08644db8837b4c60893f590", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1061f6ecee574266ac190e12e8e29f9b", "region_id": "RegionOne"}], "type": "object-store", "id": "6a6db251b4e14156860f3a52ee4c214d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "36b7e63616874cf0b6bfacab19c22d08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e1ed226d6ec943cbb1560d61aac0cfb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0e8b994c01a841cb9c2ce68ef6e6665d", "region_id": "RegionOne"}], "type": "clustering", "id": "079a04327fdc4a88ae561ef71e1669d9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2d1df88f330245348a76c52993390cf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3d5ccedee0c94459a0ba24050874ee63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4865289a820d4c90b1f3ae3a7bb8e7f3", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a93808eadc8941d9bbaaa121edc53e5f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "837e7cd9c9854b18904e455c84864f14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d17d624a8e2442b1ac06395dc69d014c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "626bb8f00d6346d69a20d1793b917c9d", "region_id": "RegionOne"}], "type": "cluster", "id": "48df2f519a2d4061b590f83b15ede49d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e4eaf296e1a04cab9cd8584b7c56c468", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d07ce40eb1d143fcab21d772eb1700a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "5d656786ee8f4babb1e81902e1ae26aa", "region_id": "RegionOne"}], "type": "data-processing", "id": "d2e88cd417294d68aa7c89bc8e47f099", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1865ad76cc2848a9afc4607fbe0394eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f648e3ee5abf498195fd94638cb986ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9b3aa68312394df9ae2cd763d81daa7c", "region_id": "RegionOne"}], "type": "baremetal", "id": "ac9fb3ecad14467b99154e1e5e86ee65", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "caa7d3d321804fc2b794c9febf5a186c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "91f6234471c244e49e268bfb075fa8ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ebf61e0b63e4425aa9a0af8872145d3e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "94522404708f474582f695e3aaf82e75", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "797e0045bfa843ce86e294097f49919b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c2919402ad114163b23a915b5450fcd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3a7eb1e0a14f488dba22c8000d96a308", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c9d29a9871594bfaaf8b78254d61ae58", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d7a7078270a345e6a4936df6bf736ecc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c1e4e57396b84e368ffd8c81b83a2e69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d1c676ae35ab4bb4aa64873fdc312d06", "region_id": "RegionOne"}], "type": "key-manager", "id": "042e435e645247d9a05e6dfe50d09471", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fcd767efc6d2470a9d6001013b642ce5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "65d7922b35c14c45b8f311f54078c96a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a245ae3e52b740a38f97687dfb19e454", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "979900424cb143c9a0188694e99fe7b2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f9d27a7226264b0c89bbd245da0f8b3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c2215edc6ade4602979046d86c82c737", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "48bfb3d0da4d4aaabd10e8656782f17e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ac0a3a339b2b44e987c17bc9fe0433eb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "48f687314f4044ae91bc1c9ec82540fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b875575df51a4fa590ff30f54fcac9b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f399aabfc0d54d15b8367762e5f9e2b1", "region_id": "RegionOne"}], "type": "message", "id": "eeecc5faf7ec4e919fe05dab6bb55f22", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d15498d2ae5543af88c6dbba599c3221", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "fd206258537849278dd2f5c3cdf8cffe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "696c644cc1f34e27a7088ccda9806cfe", "region_id": "RegionOne"}], "type": "messaging", "id": "1ed11cf4b230446a859552167277f784", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e714c415f46348cea00f03ca2d242d8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b89f3282362a4d09912c82ffdf0a098e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2c03bb72e9544160b72b5aae7d3ae4ae", "region_id": "RegionOne"}], "type": "application-catalog", "id": "931abc39fb644cbf979b635c1cbd6e15", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dfbabe914d374bd6898eb8050a524d52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "63a968b39e754742914a387083edd5d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18b30e213d204bf3ba9d996ba97cafd9", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "fec236c798634a658cc6de9b0d4eb688", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d518c94e26124126937867c1e144abd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "13215df2bd374a70b92e14d7bcc20048", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6bc2a5206a864ee7b4dff9fa61ea31b8", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a21b78a4b29a434e9c728515acd10ada", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "166695c1c897471fb90a6cf1531cf8fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e5be4ee5a0174919a61b3b3fdd84557b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a4c02d677b5453a87daa4cab1d3b7ee", "region_id": "RegionOne"}], "type": "container-infra", "id": "beaf8770273c43438aa7448e573435c9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "9fa095aab8324fc7b467f64523852a75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "bdf71e8192294aaeb4b6625fc3cc3de5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d80edcb7e93144d48fdf6fd424d0f355", "region_id": "RegionOne"}], "type": "search", "id": "1adcb7ee1be747c6a8395049f327ff50", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "31725d17b1994bc1a8de2f3044eecfb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "64bc0a6664d548db8c941aed5a8452d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "15f71cb2c5324b1ca508e5a1a6b126b5", "region_id": "RegionOne"}], "type": "dns", "id": "6619a92cdc274651b840fdb29647e386", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ecc2ca61af1c4c6ebfd68b4ae93574f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f1198a1464f8428b9c0da6a0706bc1c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c1e0f07f0e5b4540b6d6a0690511112b", "region_id": "RegionOne"}], "type": "workflow", "id": "31f149355f434b5b88438890c2318129", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "faab404a4afc49b4b45801bfb712349d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "69f947d3a3804713bba973a73a98f3db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c2b362c98d6d4da58d19a257b4a9d9bb", "region_id": "RegionOne"}], "type": "workflowv2", "id": "053140b279e043c8baab56d2bed8cd36", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "fff922f96186401ea1ed6fd9b6f23aeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "25234157c9e6449a8d6190fdd7d1e781", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "253289fb583a4f6cb9c79f8a9dddc4ec", "region_id": "RegionOne"}], "type": "rating", "id": "6bd657bc64234d8c9c0111ced02165e2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2639cc02f5ad4b9cb4fc7db7d00321e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3e737fb51c9e47918dc57fb7459ab015", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8dc2b324f291406cb7c55e1722854408", "region_id": "RegionOne"}], "type": "operator-policy", "id": "38c0cd08dcf94d76ac8ddcbd694fdb84", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c1471637a0864e1cab2b93e22db97e75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7fc03104d6f14eb88c64f672cd9bff77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ea6d65378f454deaa6313e07264b8b98", "region_id": "RegionOne"}], "type": "policy", "id": "9b84711bdea34e4590fd61b9148561ae", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f3a1863274fb46e4ac9335a0b3c70ba0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "60cebf9de5ed471f846e82e5efc55953", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "761a93e94f554a9f9d7d1a7b11c31d38", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9746c13a216f4d908a93b36dad5d6a86", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "714107f895914f858900b71211ec8cc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d74e84b5acc749fe88b8aa544d13257a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2e51208ea6874dc38fb4b2e0d75601fe", "region_id": "RegionOne"}], "type": "sharev2", "id": "d67cc100ab624f8580b5321cead7bc0d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0988590c8392411ea2ebac5140bfd434", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "399ba9e746a14631805ceabff47d2f45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "602ed1f5f10146988b96f71e09577626", "region_id": "RegionOne"}], "type": "share", "id": "faf9e49e766c4f94a54ca89a248f465f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bb60ae8622e84bb3b1838a7272e64f1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "cda6a98f7f7b404bab2280c62ff33619", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0206d06abd2f4e259343a09d765769df", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b091877630764ed89434dcff6244575b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9be53e4ae4a14321a217c04c3302b108", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b273f90d71554468be8fea50f439e199", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c465c3ddbf84958897117c2bc49a949", "region_id": "RegionOne"}], "type": "orchestration", "id": "81ff03fe4af3401280c53b93bda93fd8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed84be6bf3684d4bae5fcba79af4f571", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e356b41ce69456a86fd0a23c31a405f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a785c5e7a4944d6baa7e3c1ef8115635", "region_id": "RegionOne"}], "type": "block-storage", "id": "01bcc38dccd341d5ba3a1f2f52daf85c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c82f75a075364f409ce8c969c212a88a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fac2647ed6e9400684b0e497b54e55a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc1f78f70f3f49b38b6f943fabc878df", "region_id": "RegionOne"}], "type": "volumev3", "id": "902a8b63a4e94fa2b8344cf651b6cee0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e881998e06fc466e8e9cfd0ea9804da5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44c0ac7c451f49ce8272c5a2703cedfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fc8af6ed14b4bc5b4f5d7e55529013b", "region_id": "RegionOne"}], "type": "volumev2", "id": "1eeceee82a0f40b4945d1b83eb2738bf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9bdae313197c46ffa66036f124014e6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eafc3a55018a4f65bdf079ce9b303c9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8db9379f422f4d678fa3d42befde5932", "region_id": "RegionOne"}], "type": "volume", "id": "21312916b43d4d02a1d568e5e8a985f2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a0e8d4503704f9eb934ec48a9ffaeaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "624eccc1e88548a980bccaea1fb3f89a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48f4b4035f8f43b29fafea1c9ef5e3f3", "region_id": "RegionOne"}], "type": "block-store", "id": "d47f392270be44dbb42f5c7b977234d8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c07025d3794645f1811131f71ea4aa59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "efa1759e11d44aaabab9b3b97807ce70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4187707aee004a99a8dca8399f95fd0e", "region_id": "RegionOne"}], "type": "alarm", "id": "058c2dc7fc894e9297df4d688c09983c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7c798a3a75c34465b56c670579c1d814", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a2899114edbc4a32ba3a5ae99625a2a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d21b5d14c329484ab719a3aaf9e9282a", "region_id": "RegionOne"}], "type": "alarming", "id": "8446508808dc447a9461d143694f6d8b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1d5da86db784400fa2780f1fb198c9d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6998e67e2d2b45a2bfc920942c20a1a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3d60047592cc43809258d255ebd87cc9", "region_id": "RegionOne"}], "type": "meter", "id": "9fb45408da3f40b78a2ad693f728e07a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2da3a5ffc54c4521a3098cb58f72079c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "86f0690f05964130b8d8820fe641b652", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "078af7fa2f5f45b0b3af7298032d60b3", "region_id": "RegionOne"}], "type": "metering", "id": "5f3fdba11f24460baad71a1470e0a7a9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5d78559bf8cb46d98f4175ab0e307ab5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "344caa556c834f5b912ca78f6d6bbb95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8d1cfa73258241188d6e25a24e82b4e9", "region_id": "RegionOne"}], "type": "telemetry", "id": "e14d30b83c224cdd99c6ac2c91a27ac1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "286a76079f1043dfbe3ed1f40400af76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "74ce13ffc0e544d1b6fd728e41eed76b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0dd9b9a620454b96a6acf1ac65c15926", "region_id": "RegionOne"}], "type": "event", "id": "48a82c62771d4e7a8089b8ed5300cd4c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e40a47c1efea47a3a62dae95af361839", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f96a5611720e44a8a1d125ea84ac6969", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "382975e878aa4aa58552f4118c33a2bf", "region_id": "RegionOne"}], "type": "events", "id": "89ebeea09fc94ea2be2b73113f8f273c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "39dba032df5643389a1559caee8a109f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3889e5e4eb084d05927e4174c1862877", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "500733b360284f5cae3fa8a29b89d7c2", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a56c7df8e22642eebe19536c4835e088", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "75eb37fadeed455ab387b911e3c7ea4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9fb6287a00174eb980be655ed50f7522", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3751b3cf52a942eb86fd9911a905ac30", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5233fa227f774edcb5a5ec6ebf8b480b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c65804afd116477b9f334fd5aff2e55a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2b852861ad524d46ab41ec2d0f5b4d02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fe099da2787f4634baf7684cc85c925c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "99b21481b89548139fad0afd8c6e9755", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "aab1260fb5ad43b7b92976e73ac8af4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "412a686bfa754f8d931c31f59f8e2331", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "700b44ecf47b4678b0ec0720111ed9c2", "region_id": "RegionOne"}], "type": "tricircle", "id": "c66a205c0bab4706bc775c3c01dff3c1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "826e8f11a3fb4693831c52f1f5c48a3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "18333c31167344faa67ef572e88d74de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e0999d79ef2e4a3e8a0fe6d975bc48d5", "region_id": "RegionOne"}], "type": "database", "id": "5f0eff07ace44ff0bd0f2ea096dd5716", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "27e63681312648a3a3216d2e096aa0e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d1b379282e9d47feb42a218af54f6fd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5f43e2b49fd34da98cfec805efb0da00", "region_id": "RegionOne"}], "type": "application-container", "id": "af0544a20f104dfe890559a4815715bd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3d64fb010d334172b7027ee17b468168", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a4d2858251d840e79869c0ef84246bae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9945feb5bc0941b38a40408a4302bd67", "region_id": "RegionOne"}], "type": "container", "id": "a44b49d589044b72a9c334a07cd5d2b5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "67ca116e8c0e46e186579b5f45a20f68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2d1c5f9fdb50424fb094ee003c9cfd8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "91b547e9815d43f18b7db636d1ed1c0c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e5fea3119c53439294eab82f5280f28c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "95bbf1525e7041869b661032b46fe999", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "253ed8809c374adab8d2c2c839c4589c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b4455ff82b7d41c89922726910b344a0", "region_id": "RegionOne"}], "type": "rca", "id": "64995c60d40c4df19da43db67228ac61", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9bab271c60b945329015c5dd315066c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c5cdc4700e84427abca0e35331e7dd6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "97d701b769c34cbcba17b0e6f516c90a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1da104e32a7344d2986a60e0015414e6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "68aacd1388a246f890267fa870485e9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c70ef2aca4a745ce8d2478f9f05abd42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "34dca8514df5419a8631a320038f1b16", "region_id": "RegionOne"}], "type": "network", "id": "f6a1e5e315e04b6e82237e8461abe1e8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a09c626f57734b75b0b8925d122428b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4cd6e6c69a074691b17b55fa32c5d912", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b3c5758a2caa41618b9f51bb5da3ab0f", "region_id": "RegionOne"}], "type": "backup", "id": "5cb9d46e94454df1b4bbf133112cc661", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8c924a3ef7a549f6ba2a1f14ac75207d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4d2f6ea96ab645d8a708bbacc045d967", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "75b017176a074802951708d642405a1c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a4724144c9ea43f69f23eec826577fa1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e93f688d92f44503946d0accae85f431", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cebd911544c14c1f8902b5e183529df1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "850260b9800f434291e130f12dac2ca9", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6d8e17f7b6f1485ca1edd35fa537fe99", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0c628a187f94492eb732123136da311f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4a0b1d4da47c4da8bd0c66f90ca44485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a941b9284a654c1aa37b81d6c4928505", "region_id": "RegionOne"}], "type": "monitoring", "id": "98129da13c9e4ef38cccd402ee9ec9e2", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f5ca87467bb4401eae01a72df4833b7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ea9b1bf0a7eb4a688d20f496736b49ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "3bdf3a02ed334230bb279d36d318e685", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "04116d4e82d0414194242b3cdda27376", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "56b42a50fff7464cb368ac062ec10e17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "d8f5c9c305bd4a0dbbedef1c85f4bf20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8c77f0bb97e1498399c09a57f81115ef", "region_id": "RegionOne"}], "type": "placement", "id": "db5dd4218a8447cc9d3cd23f05cf89ec", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fa4382f4548b4b4692fddaee4c583296", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "289aab6c61bf41ddb9e75069ea93508c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "02b39857ab344aa49356b81d165772d2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "0a7df57853d44480ba394951a4cab47e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "030cab270dbf438e862d5e6866f96581", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "11f52059baed453193c4f7c9d985adce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5976b4c89d8c4fedba8d57292f1c48e3", "region_id": "RegionOne"}], "type": "ha", "id": "82697e3650fa4e9a82afc6622c5df017", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3306e538872e4a9ab19db1e106c1b87e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c124a6379263429dbd992d28fb4612dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b28a92bf5859469fa07391378d0923a1", "region_id": "RegionOne"}], "type": "reservation", "id": "8aa218d922ea471b9badff66abf23f9a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "94a36b830cfd488c96271d9eac6d9d84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e2342cf0c09d4f8c9f057c2ef3f6b0c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b574522f042f450a8eb8f29c77fed4dc", "region_id": "RegionOne"}], "type": "function-engine", "id": "7cea8902854a4bad83ee5c7b4704376b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "63f5a1e29b444f308685d16508d7c52c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c112a1bb65294a659c49f516fc435745", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "084d419baa7d496d86da0c0e2c255c2b", "region_id": "RegionOne"}], "type": "accelerator", "id": "7ab8c08f50e4452a90937e0cecf4a860", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4ea68863069f43358e458e40a4b69a0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f0b42da0e68243ffab9f229bca953bd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9940d6c99dbd48bcaf34cb729e150756", "region_id": "RegionOne"}], "type": "admin-logic", "id": "25e7d19b534f4e0eaf4c34d58bf3e5a3", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "855ca52c42b54c79a8854612a687b826", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c50db11dc6c0472a9170d44ab2f9f523", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "51a924d003a54117815b1090344a16e0", "region_id": "RegionOne"}], "type": "registration", "id": "52dcf3e89f5e41d0964b0eb6fd8307fc", "name": "adjutant"}], "user": {"domain": {"id": "76c8883ff93e48fdba17e18ac4cd1c6c", "name": "a862389302e24bea8faab2b2196dd0a1"}, "id": "782e3827d8ba4f668b60de0c4a531ffd", "name": "45b688f559c34da09ee463e6fb9053ee"}, "audit_ids": ["26f9cc306a6b499a9a7b202732fa93c0", null], "issued_at": "2019-09-19T09:04:39.552072"}} 2019-09-19 09:06:39,774 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,778 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,780 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:39,799 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,804 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,805 keystoneauth.session RESP BODY: {"cluster": {"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}}} 2019-09-19 09:06:39,824 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/policies/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,828 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,830 keystoneauth.session RESP BODY: {"policy": {"id": "1", "name": "fake-profile-name", "spec": {}}} 2019-09-19 09:06:39,849 keystoneauth.session REQ: curl -g -i -X POST https://clustering.example.com/v1/clusters/1/actions -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"policy_detach": {"policy_id": "1"}}' 2019-09-19 09:06:39,854 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,856 keystoneauth.session RESP BODY: {"policy_detach": {"policy_id": "1"}} 2019-09-19 09:06:39,875 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,880 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,881 keystoneauth.session RESP BODY: {"cluster": {"policies": ["1"], "name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}}} 2019-09-19 09:06:39,883 openstack.iterate_timeout Waiting 2.0 seconds 2019-09-19 09:06:39,903 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,908 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,910 keystoneauth.session RESP BODY: {"cluster": {"policies": [], "name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}}} {30} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_list_floating_ips [0.199940s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,825 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,830 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,832 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,835 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,847 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.760649+00:00", "project": {"domain": {"id": "128fc86949394c4cbe673e87c6cbf778", "name": "ebbb87f353804d069590f02467f020f9"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "164066a7874c4c00ba8403aacc7fb97d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5c898db21797442782a060cc37fd2dc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5c2960acbe6d48878e6e7b7e37c059cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "93e46b8ebf29412685745959eb4973a6", "region_id": "RegionOne"}], "type": "identity", "id": "ec0b0b8143d540e0b50293caaac17477", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5abe8e7d67ac4fe3ac11679deb7a1292", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "258e005f0cd74b00b9196cffd1c1e6d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ec019c9ab0e341c2b3b28c91d17ab1b4", "region_id": "RegionOne"}], "type": "compute", "id": "1a05c49ef21b4f609049dc7114b14603", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1bb5cce579174836a8c1a27ed8662640", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "cfa9eabe7f984fc0bd25e47a9f5a4154", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f155d087fd934f24a5f69e3a3faa8797", "region_id": "RegionOne"}], "type": "image", "id": "fe756d608dc5494fa48dd476310af02e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "09a50d4e0f36467384a4789f39c6e7c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f54a17fe501543f5b8e64dc91ad0c9f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6ea2bbc9385640d780eded597ef351da", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ea82e2123e244243bc0021ff97b1bbdb", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f662424efaf40ccb30e310270221390", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3cc1e8316d50418190a23a7162385c44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "997a89f8922d400a86e75f8456f732ea", "region_id": "RegionOne"}], "type": "object-store", "id": "105845497cf44ec78d29dc57ff877e24", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e64839ac9fb0406695161d11dc95e99f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bf656ce6d0194819bbc064054f0c6855", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cf80f6017514409a8d68a0f98249161e", "region_id": "RegionOne"}], "type": "clustering", "id": "246b501a64904f01b7fc68c958ea133c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eba41d68a7bc43ba9154508c893fac9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "08b44a0d8a1d472f91f9fd04668208b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "41f29daa9a2a4a538e5a8fe85636511b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "376297e5bf0d4a029491318211b37c64", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "28223e515cbc484385ababcb07aa3c35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a61fa93ed523421a9af2796f847c8573", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "df32b64145b5476689ce36452695aaf9", "region_id": "RegionOne"}], "type": "cluster", "id": "0d213243bcbe4dd6b159f7d471c45568", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6542fdea3ac74e22ad2882462b5cd2a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "105f08dac7294d56961ac809619a4a62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "41dfab1ff35441c38e7da980c3e75cb4", "region_id": "RegionOne"}], "type": "data-processing", "id": "6dc284a848174c6b865a4c287ec74374", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f3b094bfe8b54b29b8cb6c9b30ee8526", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "43e8e7e7cc45434b9e5264ec51f1a8df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0debfe5e82874025bdb32e7ecb34b6ff", "region_id": "RegionOne"}], "type": "baremetal", "id": "ada5ce62f33948bc87bcdba95984dbcf", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "eb6db49f60fe44b68aaa06d8f480011d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2c559a83f6be4a859a4a641b77b104b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "088048508530434a9f545398e9435771", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a524c39917a54f9fb532de99d28c6bb1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7104db3a5a5b4645b942840408c9e393", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9bcb66651214457f9a64bd8f765e9f2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4c91b79165d8459ebe7d67f508a77729", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a71fb50e968c49ee8756132b6033736d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3b6d07a0a8c64dffa08a061ceaf3e63a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "862f59e727634a95b29c75d6718d7a32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b862524b0fa84e57a43d34ea144a742a", "region_id": "RegionOne"}], "type": "key-manager", "id": "865f94f478c74853ab3d2067dd2da004", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ba208b64dead4cb0a5cbf832bbcb92a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ecb2d3feb1cc4f1aa51d00538cac1421", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "43920c9b75eb4b18a3b11cc0229bdeea", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "95c47240c60b483a848ff2284218d67c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "60a75cb6ab96469cbe9a6258f3a2aed7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9dd2c320bce54b66b89f032de8321f90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "40b69a4c99744d5eb6999bcffd51b295", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a5f4e2e01d6b45efb5d599d30113d993", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7981732e53be404a8d6166f80748e3e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c3927abc2b8246ea940ba04ceca5eb19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e227ec8ad94d4f80a5eb0677440c0c0b", "region_id": "RegionOne"}], "type": "message", "id": "2f4e621dc04c433a8946dfeefae33267", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "54c9c045a76c40ccb1d8a7121464e440", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "931ab667417f4f86a43c4ed41dfc2449", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f7f5fc58d21b417db0ec5465486de80a", "region_id": "RegionOne"}], "type": "messaging", "id": "3c8660d70c9a4233af5960d9f4de7e34", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "855847042c5b44d58ca1149cd6489235", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1d913fdf89cd406896174fb98197ba86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "29476cb117c94c979060ae32e90dcf8e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8b052cae315049ce9e6e396eba457fe8", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c908cd472771401fae6ade944f5b6aed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b108b7c7135445819fa4e1051d1df44f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cd9b97101f9c47879dccb9b605ccdd73", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ad33a8ab63bc4df8932558b5be04f948", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8af62255d5e244e09f7d97aed2917198", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e1cb443b6e4b45039da30a6b2e92778c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b811e4efa1f447629e660f28732d82a2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "bc9471ad5a0743d1a8bfc9e5e02695ae", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e0b21ac768c6476c958408cb2ad95da8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "89b67782ebeb49ee9368bd48393b813c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7f070acbd40e4ccab1ce21baefcddbd5", "region_id": "RegionOne"}], "type": "container-infra", "id": "1d756112539b4176bcd13c502144f34a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "384fe6edacac47b9adfd81f9e7daf7d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7947a89327d24e078db2aedf10735f5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c7cd5161548b410baa4aa05ccef31508", "region_id": "RegionOne"}], "type": "search", "id": "8f158a04a744441bb34efbb9c649cda3", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "fb06b1c85d854ed9ad6e388573be7d82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "37768e7e136441539827066900a36b55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3c3e1cb156044103a6e3307e21a9f9db", "region_id": "RegionOne"}], "type": "dns", "id": "ff72e46138ae4dda9d71db71ad4f8ad0", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8be3ff1eac224e92b078a57f82ea68e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0aba555091184c9d901e7e7729b2dee3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "07321ed692f9434fadac74e13ec5b373", "region_id": "RegionOne"}], "type": "workflow", "id": "0d646b87dc58434e84bc797d66279bd6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cb75e9f203144a2a8882caf7b62c45d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "020c7255d54b463683b1a7fa5160a85a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2cf5f54040fa402db5b1af5d47d3df08", "region_id": "RegionOne"}], "type": "workflowv2", "id": "972b812ff3174a96864745ef639c40cd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "245abb038c544f4d8eb312a5d32dbf37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5274136c25b9417895374dc503a9cd37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "94463eb11b524009a18c7ddc566889c2", "region_id": "RegionOne"}], "type": "rating", "id": "041162ae354a43d3b1e87a3534472302", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dede4f0fae0e4929bdcc9b4c7d50409c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7e41db82720345b6a4084d7833f0e71b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fd5fc65b89c84103a22ac2655dca9b5f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "eb253064f7074a76824bbd8cf170233f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "171c37b9a5674b3dacdf467ecec852f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d9f712f6891b401594eadf9c39d95247", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "70b35639756c439badacab37579943d8", "region_id": "RegionOne"}], "type": "policy", "id": "8e0856c871de4e61a7f731408a5a48d4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1223c40c1a404f38addce86aefece9e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8ab7450950c14fc38c59e7c4912ef9df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c9c6c6f45e49463a8b260e8de66772ac", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f33abdf24a5d4859a5a9bf82255b06a4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8925c878a6454cabb03c7354eb95f1a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "de3445305ad343f2b54f33a4eb7511b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b30b09c25c50406abb2ff8bd9035f575", "region_id": "RegionOne"}], "type": "sharev2", "id": "3262d4803d8945dfa408a92806f596a5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1851d16748a34903a2447a2c757ca65c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9b2a3f964d7c4f7e820ead1812b943ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f2d944866c9d4c6bbaf34fb5f3369707", "region_id": "RegionOne"}], "type": "share", "id": "3430f8a3a1de410b964bba7e0dcd394f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "467b884c3ee34764818748b2b35c066b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "80dd1ada326b47c8923dad1e6858b765", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "82e8f412d97f4b30baffc4bcc5437f44", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "74194eae5317446794b92de5855987f4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b865289e1859410aaf399f19fa568d54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad20bc501d3d45558e410b0e8e02aad9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b58ed37e8a24c8ea5b5877ef93163d1", "region_id": "RegionOne"}], "type": "orchestration", "id": "9343643a80a04e8ebab66d0b44f69f15", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "939d8da02dac48e8ae4804b5d3aefd3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a090df0f0be44b69bca269b918011729", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24cf5e8217ec451d871e47091a1ef1b2", "region_id": "RegionOne"}], "type": "block-storage", "id": "b08a2f74a3314b76872c3f582dc13fa3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e44c8c94ae7d4a9eb5285767fb5ff7a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c46643fd6fe8484682756c3c765c5bcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b159a06ba7949139cf0ec4f72d48acb", "region_id": "RegionOne"}], "type": "volumev3", "id": "604f14b32f6e4b9ebbc5a7fa65abd660", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "514b3e7c598948e9b399efb4760c9602", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0d8b0281d2f47fdac710b85d9e7c162", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06f05ac6867949c5b6de2afa5bde7afa", "region_id": "RegionOne"}], "type": "volumev2", "id": "078344820b3240898487277bf15a65ce", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ae68ddbdf424064a731a69715cb6fc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b9b03e856444b4eb00b40c167158af2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dfe9429f293943dea6b52fc7176d30a0", "region_id": "RegionOne"}], "type": "volume", "id": "6621c14ca86e413db6b915d5d6f7cd52", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb8ad1d573b54059ae7411f951fe45e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea758b4fd6a74dd29f9d04d5bc11705e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "acaf91d0a1154221a53f48c4b911179f", "region_id": "RegionOne"}], "type": "block-store", "id": "6a3563d376044702a1b26b54a46fa6f1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "97425749c2c443bda9e9ba008d7adff2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8f66f92983094225a624f7df2c0aefad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a56e13f9eb144b3cae4c2e2b831a37a9", "region_id": "RegionOne"}], "type": "alarm", "id": "31b0ca27143945758bb5c63d690a1468", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "205c3d5059714e38aab8e0c77854f618", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ac796c8de91148ff8a91597c10b8f39c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e75625ab2eec4baab26d80b464df4719", "region_id": "RegionOne"}], "type": "alarming", "id": "99294a7265e5413390ceec74cd4ed343", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "345ffbf36955472687eacddcfe0fe747", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e81e0ad7e33047ffb20713feee39ce6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1ccbf83c8f924dfaa59d0f4769a232e1", "region_id": "RegionOne"}], "type": "meter", "id": "4697e883451546c1a969e0708c9705d7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "53d10caaf15e416898837cc6f752cb2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d949e7662e5c408d8673dd059f922cea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "df742d8f0e434b33b66beafb2b47b031", "region_id": "RegionOne"}], "type": "metering", "id": "847f8c5cc0fa493ea9d2e042fd33fa75", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "43c1003701f846cf9d12703b4589a344", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f876e6503cff425fbf253847edc14298", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "26a740f70a49455496f0c3b28668e5c0", "region_id": "RegionOne"}], "type": "telemetry", "id": "e16835abab464e3489e27807136f1c78", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6b2f4d9fb45e4c05aa362bf0c1001b1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "431dbefeee5d47fdb936be76b5e55495", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2b5db860ea844381b03e17bdcd8caf77", "region_id": "RegionOne"}], "type": "event", "id": "414e3ae0717644fb80642591f99bffdb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "72de720746ff408e998f36c195ad9fe7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "10aaa15b8a0d4342b5847d725c899025", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0f51d939b4e64aa0881da3356966d765", "region_id": "RegionOne"}], "type": "events", "id": "c25a7172e2464e45846b5c45e81374f1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "da5f5d3450804456b13cc78a440d39e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e92e24abc76144e99e74210c7cf0c08a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "47e95b95c5ab4bae87ecfdc1ab553144", "region_id": "RegionOne"}], "type": "application-deployment", "id": "5e26a4c551324d489cfe93a16a7fb631", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d841ad54b0a9422f9f1d494d1ef1f657", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b8665dbac7b349cda5d62b200b594a73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b81129838df94d74934144387ef72dc7", "region_id": "RegionOne"}], "type": "application_deployment", "id": "64360897fa044a74b7e0d655eeecf3b3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ce546647f9394a7f8da8c89ca08ca3e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d99c30ab92aa47ed8b9248b6b05eef8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f151846a03194dc2bf9106930093673f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "34669ff362a24e19a3b272e7979089ca", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f5a13c4d9a814763a1eeb20d167fae95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8d4bd384121d43efadb9b0960ead4502", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f431211bb4c145649eaecedb668b46f1", "region_id": "RegionOne"}], "type": "tricircle", "id": "7bc03ecf9d5e43d79f49c3297a1c276b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5bda58c862bb4830aa8a522abc3f288d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c9087762e9ad43e3a21621613d90bd0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b4c80baf1312404c871947e94d591f16", "region_id": "RegionOne"}], "type": "database", "id": "c67ee6505d9c44ca95d74e8bbc69ec8e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "253407e0c5ae4d9f8998f3c3536ff6ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e99a5ff5938247e3a9d20f97d18dc5ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b1a53486375d4bee958007e32891e6dc", "region_id": "RegionOne"}], "type": "application-container", "id": "5cfe1a03387a4bfaaaeea306bc619309", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "865cbd5bef8e4d988b62e72bd701898d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "015f111bd2024f2d86a6762f33a3b4c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3b4475e3c5484b2f9827a46b88937c87", "region_id": "RegionOne"}], "type": "container", "id": "e4ed77f28fe24fcdbeaeeaf8619eff45", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7cecf2f4fcf04b0cb264a151c2918dce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5239e21cdb804ea084ef506d0ecfa422", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "46aacc3e7d004cd9861ba29a7ab1f518", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a98f1c42cfaa4050999346dbcde7d209", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a018a24d5aa2475593b03b8cb517f629", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "25fa0c65e11c4ecab65c9fe677a0abfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2562e63279ca48efb17b070907118843", "region_id": "RegionOne"}], "type": "rca", "id": "5fb34793c3fe4f69b0e9684f8afbadd7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a0fe782ce0ef426687d09514f937cba6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5c97a456ff274b549d05fb2ba3ed5d18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "59c36a0ebfe0435691be516284b5e7f9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "21521708fb344fc29d495da57ad5a726", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6698004d1666401ba4f9c8e611796bb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d6a958793e86489781b90adb62eafdca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1f32c632317e45eea331bc3dfb3a8055", "region_id": "RegionOne"}], "type": "network", "id": "6ca4c7ff14c7414db688a808c7f0af01", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "160d7a7ac74141a09c0de792689ff10f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ebe112b7835e425aa2f29888001d6720", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9be39335407a46b183f43fe9cea01440", "region_id": "RegionOne"}], "type": "backup", "id": "2972a0ebc5a74d57be8ddf694f4f5ad6", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "983d843fd8d447d1be451e60a10f0b3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "df5667758194484eb9bdc6f347c4d4a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d51da0be84c64ac3b1d276972ddf8a1b", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "979f9ae93ce240ab86d48206db08a3d7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "27b69a29b597436e82368b09199e8fb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b526acdad947432483352c450e0af5ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "50580077ad75475d993e2dc97449544a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f245df4d62ad442189641d466deb2d3e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "92ac842e1c4543818154bdb6a5436b9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "89ecc2ec83c144e18cb14f13acbd53a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "cdaa004c8e2e460389f72b6bea66c1ec", "region_id": "RegionOne"}], "type": "monitoring", "id": "dd068fe0e0814ddbaed295d996f1b362", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "027cc731600c4c479853a8bf5a6c1fb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3793afccf48b4bf6af7dd9e36bc44879", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ec81255244bb48898bd99b13ae9093ee", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "52dfe91d6dde42e087e53b3ee07f17b6", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d6b9f48041a04233bcd06128b27f796c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4637b550bac4453daca185b855e0f5f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f7ee2199f14d47a2836dc7ae16e4a948", "region_id": "RegionOne"}], "type": "placement", "id": "1ae483ca860b4ab5b09e52cbfd3c2b25", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1cfe20ce95f24e0fba973436c49ef785", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1f0fc9a218e7450e8f8fde6bdb760453", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c48c2bca484b425f85fd0a4f573df2c0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "89fa524a9c4b4c16b172ae8895eb8b83", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c84e1371ed70459f85c9e06a7e40b0c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "73f3c70c1e4442548d5f5892594d167a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "738057a9184e477fab0f3788c8269250", "region_id": "RegionOne"}], "type": "ha", "id": "1cf4fe18a855476090196fe2f1905694", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e9eacde3ae1f4ddd83aa85a8be9995ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0684e53e51024c75b73cb7856adc648b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6f278569f8a04ec9b57048496a1ec9a7", "region_id": "RegionOne"}], "type": "reservation", "id": "8ab1bf69fb6b43e7bd268df595231655", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "27cf3fb14be94fdcba77ec3e7dcf5da2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c0c00fbfb18445d0964917b3d42e63fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4af6372062ba4740a0c33f1ed383c39c", "region_id": "RegionOne"}], "type": "function-engine", "id": "79e6da6f5bd9448ca28bd5408522b2b9", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "76733acbeefb48f7ac98e02fda275fb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c118838835984eb596a8d0f43b8ad96b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f68e2508bd7940c8bc9af535b47e3264", "region_id": "RegionOne"}], "type": "accelerator", "id": "7d456ac711044311a79d0ea5f202a5cf", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "83b76505172f453f8ba0809cf62f9a4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e4de5fe2005843dc888dda69158bc564", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c30ad81e3a5b42f5b917fe723da95781", "region_id": "RegionOne"}], "type": "admin-logic", "id": "82cedfc506bf4607a4bf5d498b4b73a2", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "be91e54d11f541d5b23731ee070022e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c61f0cdec7734c3eb174e29abd3ec24d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fdbe91865d934b55861be218eea3e39b", "region_id": "RegionOne"}], "type": "registration", "id": "c62de917ae864fe2a90fe88d37a8e496", "name": "adjutant"}], "user": {"domain": {"id": "3696e60ff1b54e5aaa0e3c62de2f4853", "name": "a965fc92aa4b43c58885040a323a2049"}, "id": "3af2ca2989f44f088c99d6c048968d77", "name": "186c44069eb64559867b284c2918d562"}, "audit_ids": ["3016533bbc4d448db4f5fd7b6635b11d", null], "issued_at": "2019-09-19T09:04:39.760649"}} 2019-09-19 09:06:39,945 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,950 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,952 keystoneauth.session RESP BODY: {"floating_ips": [{"instance_id": null, "ip": "203.0.113.1", "fixed_ip": null, "id": 1, "pool": "nova"}, {"instance_id": null, "ip": "203.0.113.2", "fixed_ip": null, "id": 2, "pool": "nova"}, {"instance_id": "myself", "ip": "198.51.100.29", "fixed_ip": "192.0.2.3", "id": 29, "pool": "black_hole"}]} {21} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_unregister_machine_timeout [0.455022s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,520 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,525 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,526 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,529 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,541 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.448392+00:00", "project": {"domain": {"id": "e8ce86f6695f4e948b41688dea222e00", "name": "5af819f64c3644229cd8c3c4169b6ea1"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c102a1c9723d4512ae72af59832603df"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0da961430ab547f5a653d574a5728849", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "cfc20f4f80df469e88fcd0436c41861e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0bd96dd27d6e49a6920454f4ee32bd33", "region_id": "RegionOne"}], "type": "identity", "id": "eabc2e31eef44325bbd95ac5a893d29c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d0c4d453bd3c4d318658eea6e2bf1c8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ba15b615031d4ef9a1d9f6d69d0e8421", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a324359532f540b097a92a77c83c160e", "region_id": "RegionOne"}], "type": "compute", "id": "af117e4230d04063a932d6e2e6d06e05", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c3b6f0e391c5401580d56b38c8cfddc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a178e620ca1a4f839cb7ed7974b6b5e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3ec6f806abe94b8c8710b54a9a1d67ad", "region_id": "RegionOne"}], "type": "image", "id": "635d0fcbf9d7414b88ccf113bce36156", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9850798148fc47f4beb81fa228b2d35a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1b3bd8e0ff5d400eb927089ed05e8906", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b8848dfd239e49c495c63e32bc1e4961", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1559d5b544c24e66a2f14633a957c2a0", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f40941c26f74439d8b00860351ea9556", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ef28230bdbb4e06b3bbb331db3850dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7f1fd1ea7dc47b08b18e60b23912cc0", "region_id": "RegionOne"}], "type": "object-store", "id": "70965f506be2486b884c8e7271186d37", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4a2f960372304b1aa399a65f80bf7d1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5356da70097d420d9f96da5fbe69760c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "61d6af2353ae4d948a684ed0ae062898", "region_id": "RegionOne"}], "type": "clustering", "id": "ec396e01d51241d0881bf13b41dc99a1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a7fcac117bbe412494a0240790a59bb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8728608cc2aa42649a00a2e971b94b3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e3ff6d08ef7d45299d126f8fcc1604c6", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a9faee2c3cb344b8aa9c87f0d335857e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c916b8d5d83847488352e5cefb0e5b2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d76ca14bec0b4472a9930c869c45fcba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "058b623cb6be4288b73059bcb1d089d7", "region_id": "RegionOne"}], "type": "cluster", "id": "3b081ecbb2a14258947549c400c83034", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a3eea5e3cc5f49a98894d73250509ec7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e2fbb78ec3c44007a005c18f035e6cad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e52c9f24fe9c4a019b17aabcabba983e", "region_id": "RegionOne"}], "type": "data-processing", "id": "df69bcbaf98548a3a5e09473366fb1ac", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c99cbb89cd644001a7e67d31ff92e91e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2d4bb401878945e5835720bf7b55ed13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "81b3e46350ea40c2a84fea7a1d669ebf", "region_id": "RegionOne"}], "type": "baremetal", "id": "2598e9463b5f4602adfe72f7b215df6d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "90a5955577d04cc697b8ad6e5b86ffd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9b304eba724e48cdbc7520dacc473cf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "875648e33e5d47729f1437b6a4209f86", "region_id": "RegionOne"}], "type": "bare-metal", "id": "753629aaa69941d7b5fdb84eed3a6537", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ee3455fc88b340d5b68f07998567ad8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "535fee387dfc4dd2bff7231c410fb577", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ef3ef9e4181747ca870c3902ebbdb1b6", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1a81b8f6e802447ca7c04a190ab29eb4", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9912a46baaec4b4b95ae0feb96d56904", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "00bd2cc3f58a419cbd586c4769b8e105", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d5aa4e5b0e084aac85692567b8e2e8c2", "region_id": "RegionOne"}], "type": "key-manager", "id": "bca0d1381f6e47ae934b40cae983e71a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2ee63e6ba8904d36969e33111cf0746f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "63173ecaf3af4c708a723ea302e87733", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9992ffa2d29f493c9c3aeabc86253ac5", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "96ec8d79ae7d4cf1ae14650f619ba310", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6a97298eb32c4f388db2ba670de0aceb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9148015d1d00401ab284d76cf777c168", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2418596cee634b6fa02bb81e5ec5fa26", "region_id": "RegionOne"}], "type": "infra-optim", "id": "719bc4634ff94d6684f6197f6c9ceafd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fd0159b943c242d8aad86abd2c29076a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3a4caebe1bf74ef999228c1d3788a5d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1f6fc2f69b8e464fba939fd6bca00411", "region_id": "RegionOne"}], "type": "message", "id": "96b32ed32c1c4837bf182b2d0185efde", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "007c223e57784735bc843279cd1b2096", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a8dcd4a3dcc24d82be94e7dbd8ecdff3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "12d1471972264c13b6e09bf333f016d3", "region_id": "RegionOne"}], "type": "messaging", "id": "9c2cb1e6150f4959b1d3effd5665b86a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7e3deca163454fe0b9ea933cc9031d13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "df9725c4a3c84532bb983ca2e4040d0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "df6b5b26fc7f4138816a2ed0c5af4396", "region_id": "RegionOne"}], "type": "application-catalog", "id": "52a706455dcf4bdd963d925ea0eac0d8", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "825068ffe87145e0b5a2d0d65e4a713c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ddf6c27823b8417699edb9f91eba6748", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "07f71b88da094d9bb3cb4cbabe183a7b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3e2da9c9f15e429c845576c3f296824e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3be6224df71c4895bce41c738083d9d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f30c54acc1bb4bb094424f7e5dc60ff3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fe00c75b12174bddb292c41278eec0c2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "edcdedf28ec94f38ae1b1e8eae53d4a8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7f5051747b6949c1891aa7d42d9eaebc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "090eab2da07b43bbab649ecfd85c0ee6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "882951cfaf944d7ca4b3573b6454e982", "region_id": "RegionOne"}], "type": "container-infra", "id": "02e1ffff21d244ceb76ba242f559458b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a8276b273c1d496fad3c94a387499330", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "2a749f4dd7634b2d9effd695bbce0187", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "abecf757c29149da89dd6118158d4f8e", "region_id": "RegionOne"}], "type": "search", "id": "5e9479586f184524816126a1be8fbc5b", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a60bda53b7064c4f904b61f1524b06b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8a58ed0072174329a4cff378254727c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "11c6fd81784d4d7ab158b0eae2392838", "region_id": "RegionOne"}], "type": "dns", "id": "62792a0588684ef5a5107f4dade841ee", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9a79bd095c9347fe99ac970d22c8a762", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ce5cbc5cd2794da49d7cca636b881662", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8059899a716a4ae6b6fb6e51473cb257", "region_id": "RegionOne"}], "type": "workflow", "id": "130b6de73c494e08ba52c3e5506789e0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c0abc11b5a2e4ad5b14c5d73d58a77e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f6d612b54b5f405091a0138f8903946c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "25922a248e5e4e7b983f953f645721a9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "53fb680eac244273bd75c1cb722ffd97", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "143fa71147b444ca9ba8ddebe306dbd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "650afc5dfed14d09a5d7fcfd55fc4a49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f94d605119f143808a8d98f76068e88f", "region_id": "RegionOne"}], "type": "rating", "id": "6a2329922a184b30a6cd682d639af6fb", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1a72d0f6be7e4a7c830a37cbedb3b006", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "38790cd4b4c845c69be31257802eb6b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "723eefbb7da24be1ac6e9d1be0f00809", "region_id": "RegionOne"}], "type": "operator-policy", "id": "301fadc166cd4eb1946eb0ce12b66ca2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3b13d4a8c6904e02b33722db17856453", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "768c7717f34544a88670c52419f5b5ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b5bacb899ef74d4b80aec0e786406f50", "region_id": "RegionOne"}], "type": "policy", "id": "28d649802368463e870124d58d71f0a1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "40a35e14c5b146d6b772b7faca142e90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8e3174dd3df84508ae4afee698b6ec76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "20f9e3bbe43f4c9ea811da496dd6f4fc", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6c51992928ea414fac1ae4b2af06fc4f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "88eceaa17dd5404d902e752aebc9ce1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fea39b23a9c14d5f987e821be7a31fd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5609be9997124c1b8043d294a9a57cc2", "region_id": "RegionOne"}], "type": "sharev2", "id": "5e216a4c4b3d4fd583c24e039e45b796", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5ae3ef594ab64ea081444f25ed88ecd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "77f0f74eb37c47a0a4be44c85f9aebd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7253302a4b5f4a14b8c5f554a184d3d4", "region_id": "RegionOne"}], "type": "share", "id": "25a4bb18a6d14f50af17473a372ab1e4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "146a236935a34a9a9f81c09a4d3c1b3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f1ee552765094524860e0025cfaa0309", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "eb422e2993ce4753805806d3fcdfa2d3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "dedf7516a04d4f67a3dfbb1a86e019b6", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86ae9427dfa84bdebb7f8d736c4e2d6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "452392074ed840059a865967eaeca31d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc32a804270f416f921e0f217201f2a7", "region_id": "RegionOne"}], "type": "orchestration", "id": "d6e3b214ce17417a975cf744c3a32d86", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d2b1cc7a9614442e8a0405fc46b218ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36c0c510e35341f590cb9a056e1a3e56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4cf01c42ed1141418482d9d5801615b0", "region_id": "RegionOne"}], "type": "block-storage", "id": "42b326edff254a879a6eeafb551e0f5d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6df2674050e3472181ce633ce5fe01c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "998054e129d84722b40c44807c568de9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9063c1162ad845279eba0a6738d7971b", "region_id": "RegionOne"}], "type": "volumev3", "id": "b309cff328814d2ebf82f59c399bec4c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92bbaa28407b4ab0af4de5b915b4ddfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "969ef6c031f44112b73765eb8f8846a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8aab334284394102a9d0eda55b3aa1d3", "region_id": "RegionOne"}], "type": "volumev2", "id": "94c0c22a7fbe4c7daa04dde8fc423040", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1bcc83af0414c8e9facb2d02ae40364", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4fad5977142e40c89e14a71226b02c01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33bc671ae5b2469ba5715ffb185da730", "region_id": "RegionOne"}], "type": "volume", "id": "2fcabc366bbd4324a69ab768bf13e847", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad7544c895dc41d2a9010ee38bcc125e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2617b108b6e84474abe2b7a15b1123bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b380694efee744e7bbaca2795a727c00", "region_id": "RegionOne"}], "type": "block-store", "id": "eb6cd2c06b724185a2f7d4de69bad62a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dae16005c4c24c1594c140093baa9931", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3f774c9e14c04333916007ac3a1c4344", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1cedcfbd42d84e1fa7a53703257ac80e", "region_id": "RegionOne"}], "type": "alarm", "id": "6e9fd1db8b95437eb518dea15deb2b70", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "435aaffb5d494a21896eeac696f13f28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "622ccad29e5c46789ee0934644e83ef7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b801426cc7a441739b7f7f792ce2897c", "region_id": "RegionOne"}], "type": "alarming", "id": "e2ac43ad008343679c8c8dc094808c0b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8f1716c728e14f9898b1c7216288c2a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "14a377d69cec4dc7a839aa3faa8936b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "75daaf175fe643c18dfcf721ae7fe199", "region_id": "RegionOne"}], "type": "meter", "id": "c4e45bd5e566475c92e34122692309f5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "929eb47556904ec89b4350e7047a7bb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5f3f54d879be4c3094685d490f200240", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "70e31d1ae7e249ba9aab70a31882bdba", "region_id": "RegionOne"}], "type": "metering", "id": "8d3a9d12fe974c56a673a93397b06324", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8fec7fff6c7f4f22911bd2a47c6aba26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9a8eee8dc4e945bf9b1380a7bad565cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4ee9552e08b64f69bdb48717b5271ce4", "region_id": "RegionOne"}], "type": "telemetry", "id": "6c196108c35b478f96729d4ce290ac02", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "646117ef795f448582d33d379c0de092", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "075b2de9c7a046759a1583c76fb837ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a9fc0961f521471f8158b1ffbe8e9c1d", "region_id": "RegionOne"}], "type": "event", "id": "42acd6b73249432da8f18d1cf6b480b6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e409637097d94bc0895be443ee63f978", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "10a2105d870a47b099920da2aff4b812", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9bd5f77ded464fcdbc0bb288d66a9222", "region_id": "RegionOne"}], "type": "events", "id": "ac0ac4906c0c45f4bdbbe8c9484e1087", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1261303fb95a41b3b3755e2657b17276", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "43ec91b952ff4f2cb3248aed42be9c5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "818b82be7c274b51b9326892d0f28ccc", "region_id": "RegionOne"}], "type": "application-deployment", "id": "873cc49caa5148ec8f41fcb164bcefda", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "57f35c4b21e9415a970bd778b5c1bede", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fb39b1786d184be1916dc6f651a4bc49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e0395f6ba77a40089206cdae9563a8cd", "region_id": "RegionOne"}], "type": "application_deployment", "id": "fc5cc0966f3b4e21ae71f18a15dda135", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "637adf81309849b2a90148bcf2122a5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3f9646cfab714ae3b774bca6aadce728", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5317cf81b2424b89a766ef4f6ba44d76", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "179219b186544747a41c3b072fb1ccb4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "45808f9538de45db9e90f8cacd7c015c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a88bc79d0752441ba416b9db54aca01a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "37295f0d64d7412e9662415b1391d101", "region_id": "RegionOne"}], "type": "tricircle", "id": "5a684432ab4a4294846e599e81552138", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "bc44da5049cc4806a049d4eeaa6c6697", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c1158c2ecf1b462d98058e13dc5d877d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "19bb22ae117b4576b0687eb7861a5bb2", "region_id": "RegionOne"}], "type": "database", "id": "dd4449c474444bcb97bd95edc203eb5c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3a8bb36cc26d49418eb8690af2537b84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9ba60f3d44684ff8975cf8b1e41750a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "58febf5611a3459595c8000ed3fb0b58", "region_id": "RegionOne"}], "type": "application-container", "id": "c8f5ba9c46444078946683b4ba5704a9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "729a080065844094b71fb36f1391500c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e787d6b6a66f4970b85506bc6106aea8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f8ebd8afea48478886befd8d55293cdf", "region_id": "RegionOne"}], "type": "container", "id": "2eb1efef4d0b41feaf9fbe8a13d62bc2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "326361d588ac4284afd4791bf69f929f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "07d11167d5c54777b4d473f6602eaac4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d3ac5cbead2d498888ba97abe336b394", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2e545f54f0004521bf249cfc16a14ecd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b2a123ab27344a678b2133f55b461ef5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1b85583e42ab4c6d9932b031e35755e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "79099b8e8efb4d00860e3f8d231bcee1", "region_id": "RegionOne"}], "type": "rca", "id": "c0758f1c735b450282cb65471eb67184", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7fdd01f61fed4562a2e99506b6ba46eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6486a4b1025c42b183b01814fc247323", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c728cf00ef0a43aa92b8e39f4c9c0f8a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c7c63d8d3f5b44428e24fadca1169985", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0bb2bc6b78b4450ea4b2606d1c4b4b88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9572e093c7e348078cc445ce0969a990", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6a3cc6e3f93e4ac182ecb71bfaab535a", "region_id": "RegionOne"}], "type": "network", "id": "75fda2e003cd42069d6c2aa6c459cb06", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ac88c371f69b454cb9beb3a9e66de4e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f48c15cb69f948eaaa47710d45895a7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7aaacb8c0a62468fa7264cf4dd8cdfc2", "region_id": "RegionOne"}], "type": "backup", "id": "a03d674891f84dd4b1073b8d95bfaaf0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5a801b029e5747a68fb20fbeef7865f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "903ec4c13d3740c68e4bd52f8dbd8514", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "abdbeafe3c55459babda2e78f934c946", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "84d1d40cfeb64b5fb231f98f85a9721e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1393e6e90dac4e6dad95561ad24abddb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e29b455b9f1f4982a8ba7c362e436329", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e51a2e6f52cb4936b1100fa6d80acf73", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3b19dd0b2ec048eebdf49e530b8778ce", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e9ddc9d819a24550912adcce7ad27382", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3f02951a1b9a4ca2804e68655afaaf39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b806936d40e1490bb6d3c1e40ae90dec", "region_id": "RegionOne"}], "type": "monitoring", "id": "daaf0c96f24b4068bef14ed08d8ce9ff", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3ac6f400311c4dea9e45ecc511a4a519", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f6b623903c724e7fbd3f97a8f8572d0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "78b5f24c52b745bda9609a6fffd6eb83", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f85f01191fee41ce832c0906f7287ecf", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "7fbeed90fcad4e1ea2adfb387788c341", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "397d6431a4454b4ba3735eca7bb131a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "601243c245a9441aadc96722e60d87d0", "region_id": "RegionOne"}], "type": "placement", "id": "172a467a51b54e00a1901f38c410ec59", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f6f6e08a384d484984ab7340ca51e717", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c021769516584db8a05c36624b09ecd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e37ec67c73594a68a11c2fbdfa81a46f", "region_id": "RegionOne"}], "type": "instance-ha", "id": "40c580b9da60472c97e8a0e92fe68b80", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2b7ad3a097504d158a9c36061c6684c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bb88b206b46f4b1fa665a357505452ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1c4e862d386845a5b1fb38bd9c94d401", "region_id": "RegionOne"}], "type": "ha", "id": "8bf79049faca43719fc8c46790d1f318", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2f33f40cd3224ca99fb43270f1464796", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9ab2c4ae245c44b3964328d971b4a259", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "32a7d6b468034a5ea1dcb1ff91ce53c4", "region_id": "RegionOne"}], "type": "reservation", "id": "ab23bd4c0a924d9b840b27a51b5cb372", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0c3d269931c246aa90ca1eb382ece825", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "77ff1cb8ac7f43efbc1b479e03d36c5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d8bdf42975944905aa17b47f3534552a", "region_id": "RegionOne"}], "type": "function-engine", "id": "831de4520626448da6435eb531c9f829", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e2ca0062f7c545cbad701cf4c2c63e92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6e2cd4110d294fd48a7df9ecad569cc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "45edbe0878344ca6841fd4996981563a", "region_id": "RegionOne"}], "type": "accelerator", "id": "0aee3b267b5348cbaf6d675686568f18", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9fde668b4342494ab38e153a6d3ccb6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1252150c0ea34f60aafb3be98a3ce8c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1d6f659e12314d10baf9fe2ad26916a3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7bbc79a02747472aaf516bb1172efb4c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "028a2ca4bc644f1b9d1b7e28f067de89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f48c5559012c4e2fafa38b4950266856", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5b151bf2bf05421a810eaac2a08bf8c7", "region_id": "RegionOne"}], "type": "registration", "id": "6f8c40d3a2da4bcb974977c649e26a35", "name": "adjutant"}], "user": {"domain": {"id": "a4ea064b7fb14e15b783b24e81cd3485", "name": "eb37a07b552248ca8262ce5f8477a0b8"}, "id": "62a2aafdf4d24254a5fbdb1b68f54e16", "name": "f83c568e312b4ac9b04927ea84bac15d"}, "audit_ids": ["88263ce0fb4f4e42823945ba0ba90640", null], "issued_at": "2019-09-19T09:04:39.448392"}} 2019-09-19 09:06:39,665 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,670 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,672 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:39,731 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/fb9793ae-fab1-4f0f-9bc0-98aaea817785 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,735 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,736 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "fb9793ae-fab1-4f0f-9bc0-98aaea817785"} 2019-09-19 09:06:39,793 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/ports/detail?address=00:01:02:03:04:05 -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" 2019-09-19 09:06:39,797 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,798 keystoneauth.session RESP BODY: {"ports": [{"node_uuid": "fb9793ae-fab1-4f0f-9bc0-98aaea817785", "uuid": "09d547e99eef489cb68f8602bbb46850", "address": "00:01:02:03:04:05"}]} 2019-09-19 09:06:39,816 keystoneauth.session REQ: curl -g -i -X DELETE https://baremetal.example.com/v1/ports/09d547e99eef489cb68f8602bbb46850 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,820 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,837 keystoneauth.session REQ: curl -g -i -X DELETE https://baremetal.example.com/v1/nodes/fb9793ae-fab1-4f0f-9bc0-98aaea817785 -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" 2019-09-19 09:06:39,841 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,884 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/fb9793ae-fab1-4f0f-9bc0-98aaea817785 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:39,889 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,890 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "fb9793ae-fab1-4f0f-9bc0-98aaea817785"} 2019-09-19 09:06:39,896 openstack.iterate_timeout Waiting 2.0 seconds {26} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_config_drive [0.408360s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,675 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,679 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,681 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,683 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,697 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.613957+00:00", "project": {"domain": {"id": "72a5a8ed0e154e6489ed1190a5eb3cc6", "name": "0a3f9f88410945ee9a0fb33a3aa7c46a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a6dea2e7116d42d6aa05ec934ffef4c7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3634a9aa9e474a799a2aad9bb8c44d36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "6a9cb54f381d47bba32c706e7f6de455", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "cfb0b7c589924dbebabead114a3debdf", "region_id": "RegionOne"}], "type": "identity", "id": "cd6c16e156b64a11a8949a1a24a987aa", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e558805d12cf42029bbae8dbb971035e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e6494730129b4779a62da1d398acbec0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5390851b302d4c7a97eeed85d6ae1cf1", "region_id": "RegionOne"}], "type": "compute", "id": "dc4f8002c7fa449db6f63bc2e005ab19", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6ff8994d89d04a3bb2c3da89cfa858c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "6fd8c3d24bfa4e85887c18045294c184", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e1516745ef84482b9279fd4d6118cce1", "region_id": "RegionOne"}], "type": "image", "id": "3e234cbfbdfc42e99a968a7b24ac832f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "074f5ab3ae1d4625821064945230b205", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3c7ecf2315134b348b8953bf4c92e96d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "00f86091cfc24641a9945b566ed9f403", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a73e691ae5ba46439b8e2cb9397c804f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e51d85ae1f14e2b962a881624c13327", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b1bf46f72554bc8976c164075dbf774", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00efeff2c6cf4c8e977b0e8907a7c9fd", "region_id": "RegionOne"}], "type": "object-store", "id": "e76a4cd348894a299aa267accae03d9f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d4619330ace84b0285997e03f253f051", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "056f3e8e13024d178265a73bfa67318a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b31c59c7df1145d2a0c8f0aa71206ad5", "region_id": "RegionOne"}], "type": "clustering", "id": "1e2e5e7d72824e78bfa582200895f4b5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0c6c5f58e60e41299f358168cceb6475", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "72a5979f94d8493f84fe00eab6506efb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3a7383a80e4e45bea06f29f010a0c94d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "13de1cbca60b42c8818d3e76cd32d78e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "621ba07786ad4bd2b9cae6ae9a2a05bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "33eae895d9c74ec4a5755065f356014e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3af3c73e8c454c558c579fcdb4ccedc4", "region_id": "RegionOne"}], "type": "cluster", "id": "09a06bb3fead420fa2fee09c5d1c34d5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0adf44e041e643e1808c0fb7d8e0d817", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "30222d34fa794e0fa7fb7285ef363d3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8b251a6eb3ee44c3be82ec3c99f4aefd", "region_id": "RegionOne"}], "type": "data-processing", "id": "c56ab696bfd240958d74d7718b0ffd2a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "126348291902443aa0a96d0435853102", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7732a6d6dd804e0288685a868ab6cb89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "99993fe461114a3385629507b9763b08", "region_id": "RegionOne"}], "type": "baremetal", "id": "47ac53df3f044aa785f81b894d139d27", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2e04527a353b4c3bbdec53ae2fb3cded", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "15a85564b76741208e45cede56240527", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "df91ffaab7eb49efa7b3779497a99580", "region_id": "RegionOne"}], "type": "bare-metal", "id": "abfe39ba7fd14a109ef0dd075275eba6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "276b49b1161e42fa913bd7ef74881f60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "289914b3cd5c4719832638dee126fa7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "05e20d84cdd84adfa3042b80d5d559b8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6be0da2501214560bba090fc1b8d5bec", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "711caaeacf7f4d39b8d9e602954c1286", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6315855476a441beaee7eb56fb2e3022", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "650122b424c14f329774600de8967a06", "region_id": "RegionOne"}], "type": "key-manager", "id": "a249ced1d05a499abd5771a173aa3398", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "45aebf90d9654d45b6e041c142bdc750", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7dea2a9e83864042bfc319694cdcfd67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9d30e1da2cd34709b0b3466d18671dd7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "cb5c2dbfbbf943b39cf45076050d57ff", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5cc13359386e42a9b85a4dfa9b02e060", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "328d2fd165ac4ef280a3e84f716d3a1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "011c63e1be2e4a49a568d28c2b9b6b64", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5669aedb09d346bda984c6a2ff9554b3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e84f4502698f44fe90642404ae6bb070", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5060f343c93a47dd87d2d80fa7c14fb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "87ddbb095f1048ac8d879b97b29239e1", "region_id": "RegionOne"}], "type": "message", "id": "18fc0d81f5044ab7a943426c9b7934ff", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "feecec346a2f42eba47fa7e5471409a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1ee5ec2bea9b488d9849e40889b31aa2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "579ebde0445b4799aa411b6b94c99685", "region_id": "RegionOne"}], "type": "messaging", "id": "6684cbef38b24efaa89fc6c284dcbd25", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a7e49a5d967f4db48d3d8b4065aa12bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c94cecfd466f418c9730ed02721b2918", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2d15b24862b746d89db6906b3234c6a8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "77f32b8b415144ce9929feba93a1472e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a9f020428e1d4aa69f4571e63cfded4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a01fb43d59414ccf9d6f83213203ad8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4e6488e5ffc744aeb356f42485bac498", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "5d49fb8141fb4a70965b9877ca2851c0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1fe5db112c204c0693ad7cb6eba0aca4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c3e7ff4d7e2a48f3aff639953b9efe16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f5e2cefe4b234d939486fb3d68a933bd", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "81ab8b9a84c84615ba44af8f72c317dd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aaf370bf94c54b5b8b21a106c69040a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c0c3bdcad71e4a939fe288690b7fac6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f1d545d9232474bb86343c30ff754a8", "region_id": "RegionOne"}], "type": "container-infra", "id": "7a89111b8845412183306f31f1d8e4d0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b4e4f64e36f74871b5f8d89dffcf3a55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "46911c049f974036a70e35770266643f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "1e0abd197d184a5cb9cc30769c456e4a", "region_id": "RegionOne"}], "type": "search", "id": "e43dce918bf8485494f6d25ba160662d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "08b6e40ca660482189bf972f81411900", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "827000dd9ce8428280914e429e203935", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5d4b69d50d1d4a9182487f33c0609b8d", "region_id": "RegionOne"}], "type": "dns", "id": "60a33f146dd14419ae425f8ecbb72524", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2e7715a0446d41649bfa1723d458e0c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9ddaae04d6d144818ea26b93ec766ac6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "99f6daceea864603a53bea0e46ffa792", "region_id": "RegionOne"}], "type": "workflow", "id": "6432bc2d3a844bc28c14140dd9fbd314", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "44882b20f7124029a34ede9ccfb8afa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4b3ce67cc0dc429fa3e7610fedad6f2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "01f58951ff2944e5a0973eae8ae1d067", "region_id": "RegionOne"}], "type": "workflowv2", "id": "fd80fb952437473c81415a6959c98b3e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b7066e4daea14acda10caf7c9a34e80b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "da93a0e5e2e349209787c743910c9899", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "73280b1ca8534246883a87a56a8048b3", "region_id": "RegionOne"}], "type": "rating", "id": "967ae68d68d14ed3b54cdbb461fed1ff", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8737d5bf92e6437db5325d0575f591e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7b3b077fff6e402ea517433660f858a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f1b8e5288cfc456f9544e9f5bc1f0bb1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "367918cbacfb4a2389f94cccceecdb47", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a701212c886d4b8fb812d1073d038ec4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9f95fb37d7824488b1bd4099012e27e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "78658752f3dc4fd291beca2c1d237a82", "region_id": "RegionOne"}], "type": "policy", "id": "11219575b9e04d3496782e21c6bca275", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6a7f49a2bc194a79afcfa6ccf849a715", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aa8b78a6527d4ba08875bf24ee0155a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e85106ebbb1c4b53af91f45e4967100b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c51c119b4f81458dbcaf2e5f471d4c2b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "792b4b27f63846e096a2af2aa02f3f35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "41cc201bd08741f1beba0c4817faab44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1715038d53e64d11893bb72a2a055986", "region_id": "RegionOne"}], "type": "sharev2", "id": "5c48ebf2bf174e4b9de187b74194fe02", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1c3c07dc3387427999de22b8ce65be9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "20f2410baf8f4256803018478bddda79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "df75d8646cc243b0ae33852fd813326b", "region_id": "RegionOne"}], "type": "share", "id": "5dbd2d61e0914cf29fcb736dc931b618", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8f4fab8b82e54d229e7987f15b90d96f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9fee4bfba5d1490bac0b3d13a50dae64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "12f93267a297463391d22d868a654958", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0973058243a84aa69a775a0a443b26ee", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b37249e5d984a559d1e34a41af7074b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cbddbfdddde418194a97135356f0a9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79c3a28d4e384a7688ae406203c8278d", "region_id": "RegionOne"}], "type": "orchestration", "id": "f77d4a4e91df4624bd09310e4389584c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "faabb61dee994e17999c11d843a8766d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a44c88f34b74a6b821ae90a01d4aa3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa88182dda644909b55fc3b422ead03c", "region_id": "RegionOne"}], "type": "block-storage", "id": "7039c280c14d4239886b09cf8390ecc0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c69759c3f2c2479784f2aaf1e0031d9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d3e8fbb488844948fb7a9f97e3360d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13a80220596a49b4b6bfa1a83a0eb204", "region_id": "RegionOne"}], "type": "volumev3", "id": "da8e31c812d5497b9c4afadf2cfdd6cd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "958004734dfa4419b816b4639ba7dae0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07c7342844544b6ea31e1ebdc25c10ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd3ac18575ad43cf9cf35ffdf2d70c6c", "region_id": "RegionOne"}], "type": "volumev2", "id": "c1a85bce650c4cb79bbb0d2e2cfa9529", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6144e920076042bd9c16e90b3f44650b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1dcf3cf3adad4cffbccd840bd70546c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1342b32f27242c9a1b1258e5d8d0d00", "region_id": "RegionOne"}], "type": "volume", "id": "2b7fdda1e7934c25823c07d793736d1d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf2b8f119b20464ba8444dfe7822d708", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fdea45f601a4e36893c52921350a639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5950eab091f4edaafa5bb1180293e69", "region_id": "RegionOne"}], "type": "block-store", "id": "afd0fc53fbb7419ebbf301b9e758d004", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5937a19c2d7940adb062ca6c1286013e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c26426b746d8495e9ede917d30d9b139", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f0bde6cc1f504510956ac8917a72661f", "region_id": "RegionOne"}], "type": "alarm", "id": "9299433acf834990a2b61acfe532c159", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3089b3ffb4c5437caf85a99cdfdf7246", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c5fb9020fd30477a880a052524dfdcf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8e76628bc5bc4ca08b76ecbe6963a730", "region_id": "RegionOne"}], "type": "alarming", "id": "dfed846c2082402ca095c26351d93bde", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "99bf8da76b8944868c32d6c131e228b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a12238c6e03d45568f476c4ee254f938", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "79d75f576d774036b537289b4c5622a9", "region_id": "RegionOne"}], "type": "meter", "id": "bdbb5857585a471d8cc92121bcccf717", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cfa8b36cd01f4991a280412a9fa041a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "75bd566a25db43a78261722910fe074c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "dc8a49343ab14da1ad7698a4330e93a5", "region_id": "RegionOne"}], "type": "metering", "id": "13e2bf392cfb45c9979a6b711a582ac0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "650cd454b0e1417b8a9bbcccad368ff3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d3a69460fcf74ebab70b64e823f36c10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d1a57db0199d49b598acbbc2b707d44c", "region_id": "RegionOne"}], "type": "telemetry", "id": "7ef42a50111b4fb58481590fe33569ef", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5f39bce1ec5249909f13856e170500ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "dd2c0efc1d034617975a692c35700c11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e0360fd5b2bb48e0989958d9e7f4d7f4", "region_id": "RegionOne"}], "type": "event", "id": "4db7c594178f40b4bdf18371d63419c1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fedd0471cecb49659e4bec482113e61b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6966c4d3eb854f009d456cb12ae44cc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e4f325eb75534ceabb41225e904afe49", "region_id": "RegionOne"}], "type": "events", "id": "023f559178c5415da21c53e5689f745f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "93db59d68ac54540a0fc10bf3f938f2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b474e650530b478ebfbf1a66aa2af568", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5ccfd8bcd1d34e9aa57fe07678d045df", "region_id": "RegionOne"}], "type": "application-deployment", "id": "969780392bc3462c903cab9275a238c8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "42f60a8a8fda459d910c83460fe23e27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "87c14767ed274d23b47e8a16d534e2a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "cefc3bed3c0b420b995d8bebfc5d8092", "region_id": "RegionOne"}], "type": "application_deployment", "id": "78d1ef65cd5946699939f27fc8829aa8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8d42d0ee60334e038b7aea5a4265a90e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4e287f540d9e42caa6581a5aa9753c1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "643165b87a394f19b3042293a789b48e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ef47e923fbc44bf6a25fedeb836c5748", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4e96a7aef610407f8b5ae29001ee61bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "19a684a4f64f4cefb5759d56fda965de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c9334fd674234ecdaba96bfd90f93c48", "region_id": "RegionOne"}], "type": "tricircle", "id": "ff1810fbbbf440ffb055f282f421c4b1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7a00fb0a928b4937ae6967a1f8373f74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a37ee049502043fdb4a33934ea9df398", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "30a7a4405cff4788ae47e4a7a83afb43", "region_id": "RegionOne"}], "type": "database", "id": "57b7f96f75eb4cf39e4c31d0381bb925", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2f88724f74c345618b1830ddbd317312", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bf87bc1226aa4266ae265d86211cae1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2900ce6f80f44261a1c58f0181acfd95", "region_id": "RegionOne"}], "type": "application-container", "id": "d5e9c898d86644578235aef979bf0deb", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b82270a675b642d896fb83ceedbab5a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dd4523a5ae0e488594edeb40820c44a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "50b01d9ab7f74ccf93da6c5f52262905", "region_id": "RegionOne"}], "type": "container", "id": "dfa4ad700d914f7688134d1faa07ae32", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2c46c92d251c43ff8fbaec0f5dbc420d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4b28fe5dba474ea79bee60dfd66ca068", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "55e1d0ed6e0a4de59b63264e388d6433", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "0340e945c7b04ef9ad7e3881e360ecf4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ff0bd13d0e0645cb9e4fff66ed5d8427", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c4896905f98f4eed8451ee40b8d1099f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ade2987bd1664750b0f215cd39a15a30", "region_id": "RegionOne"}], "type": "rca", "id": "12537fc2ba044c5791b87ca7c6358205", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "85ac6f115afe4945a0bc6aa8d3ab56d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "93d239b740bc421cb53914ecaf4c551b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "358bc50f1b794938b97d22fa13ee72b5", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b13f4b88e4ea421294b2df93cb97636a", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "61950a47c18f4ccc8f95e4a9b6b6b7ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "067c98cc0702429387f45bd65fb5c3d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "676b8fae46c443e5bbf6a1229a3e0a8a", "region_id": "RegionOne"}], "type": "network", "id": "6a70f0164b204e65b87de25ac0f633ae", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "065fe58102d846908da1083dfb65e2ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4366a88cab0f47c388932a3951fc2b75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b7b4a5709c4346d99af49fde36449610", "region_id": "RegionOne"}], "type": "backup", "id": "7550c7e915014696b83a0c3c8d6e12eb", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cbc39d8eac944d77b60a7590040482a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bd876b1407594740954b18a1db03f5c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6f32c52594254dfba66b9332f2648642", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c0c4afacb81b4498a89a2a844269afa2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "67dec1c5de6946178ef12ab13ff6a774", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5f4221c9c0a84048940c9822127120a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6709c100606847f3ab3e788f7bfa4cd8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1f0ec083fda04af398b938933b53841e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ebce6c74c7c7495788ba47038b344e12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a9b0b1e11de04446a40cd1946f15ba54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "230df6be4f1f4dc79ec7f103f922215d", "region_id": "RegionOne"}], "type": "monitoring", "id": "61804544b1d44e7bba24c89da4e6c760", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a7935517abe1405aa97fc7a4ec802e35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "721e6660558d414da64666bc28a3128a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d2663e66cf924baa97476df9f2b61c41", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "39cf44198416496381e13285b4c16566", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9f36ebbcd3b140e79d222a03c1691769", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8f9c764769fd47ca8386b7d8774f4c80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b35bb6ef8376443bb571954e875c64b1", "region_id": "RegionOne"}], "type": "placement", "id": "32ae8ced39604583bf0014f1d022673b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e873cbac79f24f939bfe64b80bc9cb5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "21370986ecdb47ad86937013a28181a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "75601906c9dd4dbdbf1ea9fe9a091a03", "region_id": "RegionOne"}], "type": "instance-ha", "id": "cec44fbdbbf24982a669a6b6739507e8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "89509e4e73854f4a8fda6e922ea9c672", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e2ad4b76a6094f4c9945e3ff9b947d92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f55166aa745940a39b93497e22ef4167", "region_id": "RegionOne"}], "type": "ha", "id": "31d28d0ca6684c5ea89184724eb12d7f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fd240d2d21864fdf9450460d7f860b54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3909790ec2e44b79b99dbd7b7a8b20e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6fca98a544584064adb0e301a8565783", "region_id": "RegionOne"}], "type": "reservation", "id": "fb5183f209e847fb801af1e23bbd2417", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "867c9e7f16394297992fd25ec2f2a435", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "85a0ba2151754153a9b09c90086fdd34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a04870be978c40df93d6ba67bfa316d0", "region_id": "RegionOne"}], "type": "function-engine", "id": "e008c0866e0f4490b6db75c31f2f76db", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4f2fa10c2b634cdd96d671fc40721908", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ca9b3c35c3b1429aa9e7af8862584d03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "22acf1d6c2074b328d6f8c52f110c26e", "region_id": "RegionOne"}], "type": "accelerator", "id": "86eacc1f61b3437c8b62aaae27e1ac1b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4a372af5962648f5880036e48f39bf72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "49f1e321fe1d460b85e84995b45653f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d7d976c2f0fe4a5698323137f7e3d96f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "5e16c6a8d9e1458fbd498ede5f2eac25", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "27d9e6fbd4b84d8d8113ee41f6c74303", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "be1c2b84c2124e089da4cb6909e0d96e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "05e53873d2db43bb940876bac5cbf4a6", "region_id": "RegionOne"}], "type": "registration", "id": "280d6e7c6daa4ca4aef5095edee765e0", "name": "adjutant"}], "user": {"domain": {"id": "b02c03c66a004d1fa2c7b01cb9617837", "name": "13eaeb69a73f4d169241a5d26b5d64f4"}, "id": "1ec1a55d775b45deba965883150c6550", "name": "1930213fb61a4869a3320edbae7d2d28"}, "audit_ids": ["12f777e26d8a4318b76a126b867fbe9c", null], "issued_at": "2019-09-19T09:04:39.613957"}} 2019-09-19 09:06:39,882 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,886 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,888 keystoneauth.session RESP BODY: {"networks": []} 2019-09-19 09:06:39,961 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "image-id", "flavorRef": "flavor-id", "max_count": 1, "min_count": 1, "config_drive": true}}' 2019-09-19 09:06:39,965 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,967 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64"}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:39,986 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,990 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,992 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64"}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} {9} openstack.tests.unit.cloud.test_inventory.TestInventory.test_search_hosts [0.070671s] ... ok {0} openstack.tests.unit.cloud.test_fwaas.TestFirewallRule.test_delete_firewall_multiple_matches [0.216570s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,913 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,917 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,918 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,921 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,934 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.851318+00:00", "project": {"domain": {"id": "9ee2b6891c7042d5a1b51c854256c1f8", "name": "3a9e0532887a47ffb564a4e112903fb3"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "162b9af66543421d928a66cdaaae7861"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "7524ed76991f422286fe54d791fef1fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2cb5f1064a7c4125b09c58b5b5185891", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4409cd3cce764aee8e28d60e37a159af", "region_id": "RegionOne"}], "type": "identity", "id": "c0870afbaa7649dcb7b9340f18eede1b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "86a39fe3b4bc43af86dff98a9078c8d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bd42c24bd2d045f8b97aa38d61112bba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3bfe81565f654d1c8107e257c01854f6", "region_id": "RegionOne"}], "type": "compute", "id": "5083d235b77d45e49031cd992928adbf", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a74bb1bf590c4d2c92a91f638e5d0b76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "bea77d2e539d41738a6fa58fa975c0ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "cb1319bb5b194a8480e1616437c04354", "region_id": "RegionOne"}], "type": "image", "id": "59c59be5c477463e80acac190402401e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3d1b76ba26c84aa684655cddcf2f9bf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a6dde461dc554b40b3b68689082ebd82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "80d04a8666644886ae0c49946372e9e3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "84e1688fea2645d88eb7e7599f2e3c2e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "992cac0a64f54b6a860ef44e47d870f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c364e490fc0433e8f43aa565ab56628", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c0d5a8e9f484c018e6f3a6bbfbea556", "region_id": "RegionOne"}], "type": "object-store", "id": "522b9f21d5d74db792c9e5f356f9f6ee", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f39e8b28930b43f1b7be80c8eb449d9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bc7b3c33c2b84ba599c7413fa91a9003", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ebb30f2a61d9497a885ab4c9dcaca362", "region_id": "RegionOne"}], "type": "clustering", "id": "b5bccf1b1dc340f794886ef1613f8571", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "46cc54996bfa4b609f6fbec5e1b087f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b0adcd155b874d5e9b643266b690b5f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0499358b7b794543b5d6920078f1506f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7b1b6c5ac2344d3b9fe276d5ff5d516b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1c26b221ddae4ad7853b2456a2038635", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b3457f3cf6694098836a034cb1f90722", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b64d0150ee3a46fb877eeb39dd895cba", "region_id": "RegionOne"}], "type": "cluster", "id": "db0f30ec645342c69ca38b73591044dc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d95287324e554c9b9ee528ab50b0593f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "74f25308d15742a3abf7f2201a61201d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a7209f4fc2634bdca12c776f2547b070", "region_id": "RegionOne"}], "type": "data-processing", "id": "7750b76655fb4435b4c36e66c4a66046", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3f8cc43f3088490386b2701dfdc94010", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "be9a0bd2147b42f8bd438f3513812de7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0f31ae2137af42bbb4303f82ea12b25e", "region_id": "RegionOne"}], "type": "baremetal", "id": "25ae8b3cb60b487595203f92390c16d4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "76573afa9562423b8b983759c3aa4c1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4ba78bcab563448f83a5218449f4189d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "065e5aba4e2a48f5ae5605ad74d7e2ad", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ca1ab36922474198961a4d0e2188641a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "337e0affd1a544e08cf007ce7f414e94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b1804a470be74e6cb3f33b80819c52e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3e68c43fdeac4d8385b6c95e32ef688a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "02e5d04dead6423082b356ed922496d7", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "25cd5575fa754f15ba813618b9a5a0d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b8044d8c6a424726b0416efb7803836c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "89933c569a39466e87bf77b1480d2442", "region_id": "RegionOne"}], "type": "key-manager", "id": "7dd7417b8fd64a33ba469bea8455c8fc", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "494d88d1a2ad4225bc4e65ba811a9c8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f0cd69ae00da4dfea64db279d794f4e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e4cae39ba8de4c3fa8171e968d8cf726", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "4499e5b30d2f4b70b2924f2f7067ede6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f3f09361ce354eda9189863ac661e5f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ec5ef2f31eed462abd15012fef3452b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5009274bddac4659bbe7ec31d3b17b3f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b5eacd1e86ab482fb549c8cf988ce2de", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "66c969ee21f34cf0930b9a8f505f7644", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0de54d904e0c4f1a855d119ec5604397", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d088e5c910364b2bae0e93e455fb2fd2", "region_id": "RegionOne"}], "type": "message", "id": "ae71f2f71dfb47d495456290e88d3083", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "294c263eeca34bcf985bf46c8b152b24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "84e14d33097940fdb8242d4a70691776", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7f93a4008685494183688e55153d47fc", "region_id": "RegionOne"}], "type": "messaging", "id": "8c6a68cbc3f24cc5bf00e6a1209810f1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "381ace34d14c48c296e9d0520915596b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3ab70bbff3424071bb3411656a35bcf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4f2b830858ff4d80abfd25ec39752202", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8623f43e166d468b87a336a4515280d2", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "56d86b55189741c6ade4b666a9fb31c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1fb5094c4f4742efaca3b1bea6e14c17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8a22ae07c40b440a81cc0a9c01b317bf", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "fb618a9f98614d0b84a45a340769e71c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e3d21d2576a3484e8b5644d09e2f48b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "966405717fac4f1eb5d6e899fc85c399", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d1ece454388447a299dcdc2cd2a39a4e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "3e996162daec4acfb8e3c90f245b71d8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1c25aebbe7c64eefbb44d7525e55042b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3938c9b951af4f239a533d95a0a576b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9abfb177463f4704bbeb1acfb11aa9d3", "region_id": "RegionOne"}], "type": "container-infra", "id": "f9bcaeb0bba44e4ca6399d15855cc2af", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b6a3e30e3c504ea1b770773149821f5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9cb801b7357945a381929cdc93be59a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "677655d371674beeb82a0e3fb77f6c7e", "region_id": "RegionOne"}], "type": "search", "id": "10593b7a71b744bd9e53e8ee5b678b04", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3a1fc9505673436db3984284e8f17ca7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "70232622002345d990cc26ef1f01d6af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "59784f2842c348f881f42ad6813de303", "region_id": "RegionOne"}], "type": "dns", "id": "310730468c6b4600932f1c1d8781f290", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fa809c6408f048fca2eae3469dad7c46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "55f05d55cec4424bb9e2cbb422b4b2d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5d029c6c5b7244b590eb4bd6203a5ce2", "region_id": "RegionOne"}], "type": "workflow", "id": "9459456a285a4f24a772620f78860e83", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9716697182554aadb87b376037871dac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c669bfaafc4044d4a68a6b19f2738d9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5716a42a9c2a453ba4d7e273c6e8a8f7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0934238b271d4b83b6be15f8926dc140", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "334e7e18f42c4c4c965429884b96c394", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f823ea4ba65f4ac597e8f5c361bd5e45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "68a2fe58ce4f43d3a5d63ee8a77ef631", "region_id": "RegionOne"}], "type": "rating", "id": "d1a971afafcd475e82901036dd1018f3", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "21b7eb39a2b84cfa978d067118c7d699", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e4ad18997ccd45328e9454d0793d0639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7330b92d3d894d6eb5c63116d7d72e82", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f5f5ed02fe2447ba9ce00577a40f184e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ce455d2be63a48f99c6d3512bc2fb615", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a5867d4dfe304c4cb57301d1a5b32fe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b50135eb00cf4f65ae6259dea73fe698", "region_id": "RegionOne"}], "type": "policy", "id": "33e129b4bd1d49549d37163b7bcabcbe", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c55ecbc1b09445cbbaa795899cd268e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f66d513064bb49cc984634ac1c29bfe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4d32e3a6dec24430bef839c63ba740e3", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c3986d64b7ef4e90b84ca5309b4c382d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4a3ed82356934b6f9cc45980bceb8cd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4c14ab0121d84f67927bc2ffd116e4e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3f4779cb63d542279113dbf4a0ba2a8b", "region_id": "RegionOne"}], "type": "sharev2", "id": "9c502dee4c044ed696796c0ed0e35ed0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e3667de6e97b4ff8ab88be10186b2daf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8f5ea64710ea4ababf39e161b3d470f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bb3134500a064f88b18b011731a2c333", "region_id": "RegionOne"}], "type": "share", "id": "4a3208f9983d49c6832066a488eb4087", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "59cad4b673ae4a4488e44167a8f2139f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1c1ba6546306409990f4020efd60a4c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e75b2bcd2a254c349252f6202d1c5fc4", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b9d6199786164d0c9d1aabf5cde0920a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d646e8ddb7014f25b64fdc2bd3d401dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e7dfc2b3f054cf8a33748a6a4e49e93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "952ab75367bb42579a75e2bd1501d3b4", "region_id": "RegionOne"}], "type": "orchestration", "id": "f49c2e3547f84a6ea80e060aae0fe5f8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "368c9be0ccbf404dbc5203452b4a68ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be37866a688649ab99cf6ad17e530d29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2871f550eed84f34b408d3aaa8581f11", "region_id": "RegionOne"}], "type": "block-storage", "id": "8ff37d1ccaaa49698400c85508c9c3f7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "503a5fb455284907a415fec7b0471d2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "619be0a20aaa4f9c8fa8916f7a4747fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f06cc24df894e76b3097811c88df661", "region_id": "RegionOne"}], "type": "volumev3", "id": "851207f86b3a481b8a0608094516594c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fdc4762abc642a8b01f6abc34cd1431", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4fcdbce9f37d4ad1aa30db1d767b55b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee449cf0519b4caeb42ba791571071f0", "region_id": "RegionOne"}], "type": "volumev2", "id": "0d8d3ec4126f423a9ae354dc069aad9b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "778ee30ca0c94c2aad7134e06ca853bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb57c43d120b4d97845658f9abfcd383", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86831a23768a4954913b30eb38ec2007", "region_id": "RegionOne"}], "type": "volume", "id": "63e86f11ea2641d1a34438a6ffad5e39", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df5d62f15f1e4bfca54619f6a839e351", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8630ea14c23946c7bbd86344ca319ed5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "052f40493df74694a453ff8f9c64477c", "region_id": "RegionOne"}], "type": "block-store", "id": "545871d37301442dac499ddf17ef9cd2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f31b3a32bd0f4400a6fbbc763177c73e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "76429579d45c442f964a3fcd28d803a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1f48fe0ef3dc463897aec16d9c6bb108", "region_id": "RegionOne"}], "type": "alarm", "id": "052bd5dfbcd54326bdb7e168d10af68a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "020e8030d88e41af9075cdf69810e559", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ec20b82504df46e089a523daf477c334", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "635650c5df5c408f9c0ab2d624c8a786", "region_id": "RegionOne"}], "type": "alarming", "id": "c38312b0f1ad4eb2843a203aaea6cf37", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "66cef22dfce248dd906fedacb080236c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bf5b4e43d2e048c28ad5c0b58907425b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cb1ca561a78d465d9c8034a8d5b42d25", "region_id": "RegionOne"}], "type": "meter", "id": "5e83ed7951da4f608d7e504d5cab2091", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "778b29ffd14742c2a5c23c086d83b58a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dca70af5992345e68b6df8407e628437", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2ed1373847024238b22b73c35d67958f", "region_id": "RegionOne"}], "type": "metering", "id": "a899455db66d458aa21ef5a7bcad2a21", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "be92559a4651441eb7789a34824a7e4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "52e72ec09c774c65a287142e8083f09a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "33da80e03db24af5a161922cd79b70bd", "region_id": "RegionOne"}], "type": "telemetry", "id": "8fc4a380311c4f888ca73acb391ed87f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "afbcd1775fbf4687b5a9efc0ef068e9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "92f0477067b84693800277fe55ee24c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e3d6ea9dcffd40b3ac271321fcd59e55", "region_id": "RegionOne"}], "type": "event", "id": "d6b103eb3da040efa2a872002d9c5442", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c3f402e364804f9aae779a02d1e2eeff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5ee289430f3e4a928c68c6646fde35c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "46d6291cda3845508b5cc1a7722e280f", "region_id": "RegionOne"}], "type": "events", "id": "2795f74f57e64ffbbcbe4e88ace673bf", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b7f7b6f9217d493a96667cf55ccf71c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "62a7590f9a854dd997536ca18e6e440a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "82ad155e8faa44ef8c4e3c7920bb5ea1", "region_id": "RegionOne"}], "type": "application-deployment", "id": "442be18830674af5aa2e8e650ead6cee", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b462d62bc5e649c1ae886d202336774c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cecdae3f20304659a77e39f5f9047c15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "657fc8583ace4342bbcba432d8466c07", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a27d55aebcba4d9fa954ee89af43ec0c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1ee3a7661f47487ca704928229c93b5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2fb4feedccaf4184ae4f496e8ddbbbdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b575298ca9a546eb8509ab911c9f504d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "529609f8d2824dae95675a97f15b8b91", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8b74a43899444ba1a0b93ff372497d30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "15e21eed311f44d4bf8ff7752db0b543", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6074d35efd324bf8af8873aeb8104457", "region_id": "RegionOne"}], "type": "tricircle", "id": "115b172e11d143fdb3b36e07055702cc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b5d0d2f60b084bb9b82cb907c24a12eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a623515a106c4129ba82439e1ef842f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "fc32bfda461c4cbc9f5b3e286cd73127", "region_id": "RegionOne"}], "type": "database", "id": "97a998097c5f461e8560dcf321a16a0d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2be847fe78fe49e8a42b5cd09c1c0b5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7244831c8a83436da33e44c4e2adea3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1e6f42196c124f0ca4b4fc4551a1a895", "region_id": "RegionOne"}], "type": "application-container", "id": "53fee0df22bb4ad092b5ddcdbaa808b6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3c1ead5039de42bca6f6a89bb1551c30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e5e832df2b5a4cd580d810af8a2c871e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "843c1b539987476e809113223bfa07d5", "region_id": "RegionOne"}], "type": "container", "id": "d0fe1388cc6d4f63866525fd9ba76165", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ec86e476770c471984e202e4ed5d452a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "398bda917ff246bbb3892fee835f290a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c749d3f4fcc245c7bd71cbe7ec69e7d2", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8753112109ac452c9b7ab787eb60d083", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "eac11746e2db4b6daf9fb74f7dc01d35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1ed32fa8dec54ebca913734ad6642d88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a5adf2a690804114b6121c0807f85fd6", "region_id": "RegionOne"}], "type": "rca", "id": "b300f25b4bd24c9abe067caa2ff3e43d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b98471b0e5fa4358a681e9f9d5a4b74c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "96bdf96811c54bd4b2ac56970bb86e91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "dd4cb7b703c44d4d97a2bdf17f4ec519", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "98f3830d560746a2aea0662945465e73", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "8390811955834d0aa0d3c12d63fc1d21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "803b91844391419b9bfc8fe4287e5332", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "de235daef1c24b3fbcc15e446ca94e25", "region_id": "RegionOne"}], "type": "network", "id": "2ca10a7a718e441487c394e63aea32d9", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5e319209050b43cba99a920494835b07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f15310b05ebd48f0a00bfd0c671ac05a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9df4e68070d449f3a3d830f5da4ab4a7", "region_id": "RegionOne"}], "type": "backup", "id": "3633472cd01544da9350999e48e50bf1", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "98c52bcb50b24fa7a45c7805bd726983", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "734df2884f804330b96f82a76681a1ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b9c232decdd443c9ac6ff23e9ddbefef", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "2bb4a33860f04e37a17a34d179ff3907", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a979e73fc1db48c0874824cca040b8e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9d577d9578ba4768b004b1fdfde4f409", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8e49829b5c5641179c06ff2de88d6927", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "34de5655063b444f8a39f9cf6e2e87f1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e41b8fba30a14a4d83270aadd0956665", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0890cce7ed534291818405736bc1cad8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c49bd8d88782474887fee7b999705dc8", "region_id": "RegionOne"}], "type": "monitoring", "id": "91e6b302e924494b9dc7d4fd21de9a78", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "676774100b9a4723821244bf10421779", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "70c0cbed33de452aac182a9eb3644fc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6c4ae1fd4d9447209efba71b6192cb02", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "07c4ab74d3954b169d977637fad91f82", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a59f3b83cf19460fbe270f0c8fa9aaca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b02b65c16632430d88813b7cc60f3e9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a94180bdf88c43ccae97249d1b32a575", "region_id": "RegionOne"}], "type": "placement", "id": "48af360590464b1a97835365472636c9", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "63d0a2ca1abc431a851c46f5d8187472", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a5915882d9be4212a28d02d123497bf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "33a0b60348e94d3e960ac7bbd6f8c2a6", "region_id": "RegionOne"}], "type": "instance-ha", "id": "649e70064d0c42c1b4dcd854e7d8654e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a542b5375b554941bf8b63b5e57c0d1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ad5ab02be66841bb8871d89eae5deb6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e37deade960145329f09972ff5ceaca0", "region_id": "RegionOne"}], "type": "ha", "id": "77777c861bfd4acfb42f4e15be10dbfc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "14dbf6ebb1144fdcbf4af66823ca3acf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8f9d45d73145487386ffb428c9262326", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3f406aec4f934a3fa123edb3594af978", "region_id": "RegionOne"}], "type": "reservation", "id": "5875a77e78ac4d36aff0c620eb97ecb6", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2024f9f86fbb4e3a93a2c0aaf2322f00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3f14cc8418104ec1818cc3c688431e80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8a7b91c0f39543d0b368f1b119bcfa70", "region_id": "RegionOne"}], "type": "function-engine", "id": "13725c2665054385bd125dadfaff8c60", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0cf7574b859b448c85c852b4cb88b880", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c6ce5e5b6cc34a4699c17e64f1e74e6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9d977e1c5bd6420fab1d1ce8f0b75ad3", "region_id": "RegionOne"}], "type": "accelerator", "id": "34084d37489c4a92993df767b74e84db", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1e88fea897ce4f70b016dea108ef9097", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1f8f8ef293064d99a2bf76e7dc0f314b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2885a338316c4b1e8b1c5d410da4f178", "region_id": "RegionOne"}], "type": "admin-logic", "id": "5dd1fa92ce6943e8a71b93b6e1841c9d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d7ba68605d83406793de85474b93083e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0fca07a64877437eb30781f601757957", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "50e0b300313e460ab4dce3b8e7f5b698", "region_id": "RegionOne"}], "type": "registration", "id": "3d23d126bc8c4030a43f7fabb691d964", "name": "adjutant"}], "user": {"domain": {"id": "d55ccd012e1746748c3d6d0a2620d62e", "name": "f5bbb72ed8f44081b84d09f4463dbbc6"}, "id": "3fc2da8165a5466c8efaaf7e3b274001", "name": "bb9054e651724a249c26d3c89c654f43"}, "audit_ids": ["d4e8ce2c42344580b2301f62a3303f09", null], "issued_at": "2019-09-19T09:04:39.851318"}} 2019-09-19 09:06:40,044 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,048 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:40,050 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=deny_ssh" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,053 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,055 keystoneauth.session RESP BODY: {"firewall_rules": [{"protocol": "tcp", "description": "Deny SSH access", "ip_version": 4, "enabled": true, "location": {"project": {"domain_id": null, "id": "ef44f1efcb9548d9a441cdc252a979a6", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "source_ip_address": null, "destination_ip_address": null, "firewall_policy_id": null, "action": "deny", "source_port": null, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh"}, {"protocol": "tcp", "description": "Deny SSH access", "ip_version": 4, "enabled": true, "location": {"project": {"domain_id": null, "id": "ef44f1efcb9548d9a441cdc252a979a6", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "source_ip_address": null, "destination_ip_address": null, "firewall_policy_id": null, "action": "deny", "source_port": null, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh"}]} {24} openstack.tests.unit.cloud.test_endpoints.TestCloudEndpoints.test_update_endpoint_v3 [0.170111s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,023 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,027 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,029 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,031 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,041 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.960939+00:00", "project": {"domain": {"id": "8179edc7ab7a4e7a8d6d68a9cf84439d", "name": "d63c4b8136c643e69eb19ab63958b037"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "407e011243fd4fd99ad41c156d3dda85"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "7ef86aaedd5f4675b2558ecbdacb9ea2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "66a139fdb72042cc8d2e05a4da4a80f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e384af17ec004a749c8b02f69ad0a6f6", "region_id": "RegionOne"}], "type": "identity", "id": "3df70270887d4c7eba795862ac8a1c81", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "efcd334d5d064e43ac9ce981be841a09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b1fbd7c9e85c4b9d849723346562cf52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f531cf85b5e841e59458e41c345b9fdf", "region_id": "RegionOne"}], "type": "compute", "id": "8d0e35c6667f4a17b842374c013090fc", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1bd2148b337340ffb1f0503434d6123e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "63755b9e7bcd41f195fe486cfeecc9f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "19b8b8834bc2420783389c0cf715c15a", "region_id": "RegionOne"}], "type": "image", "id": "a310bfd1e7ad40b29e507a0a2c7c6273", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "905921f18f0b48ff8f4c5a88ab6c3f1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e8fe495c447f4a4bbdc9a943b0153c19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "15b1943aee4041f89f2ed4361b203447", "region_id": "RegionOne"}], "type": "load-balancer", "id": "4ae0b10660f44b5bbc7899747773de63", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "133e078ac2ba4c8a83503b236e6cb938", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31194e56e0d244a7bd56b5b3257495f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "920b1a863ed74afd9efa647ad12b8180", "region_id": "RegionOne"}], "type": "object-store", "id": "7b16ca5a0745477b92d2e9c49e08785b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "add432f657c245f09c67e88c9583f282", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aaf7877c1ed948d59e728b18f10ccfed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "beb426a6e4d34512859544742cdf26fe", "region_id": "RegionOne"}], "type": "clustering", "id": "a80e74cf75354fc08ecb58725f91656d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "521c5949ba5e4da5be08042a72242b8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1e854b13a6694107a7a05fbdd9782933", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3eb5482d136c40f29db1d1c7facdfa1d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ed0dc455439440758e7aa5a2d0ec4fc6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "928268ac4a3f484d89722bc6958e961f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c2dd7216ff4d41bd9a16b427c1bd5c44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "917888d9b34a4514a77cfdd7863ee6aa", "region_id": "RegionOne"}], "type": "cluster", "id": "13f0d128432b443799bf6e9a3f43cf19", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bd5fd315207f4cadb2e39aafcbce9c6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f17e6d5ded7646f98aeda4a69edd4b4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "76093172fef3463c97fee6460e09c6a8", "region_id": "RegionOne"}], "type": "data-processing", "id": "be6003c1c48f45fd89968ab3a3b90ac5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fccbb2a0c5af4ceeb759fd71f95f4a83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9b75912e3958487da28b1f56071fbc1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a59f8b31ae5844f0ac6010728b8be713", "region_id": "RegionOne"}], "type": "baremetal", "id": "d4ecc84bd72c48ffa036dedc526b7b90", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "34ca02d560f44ff69292b98644095570", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d9b28c638b6a42f0b6d15b854fc91c1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3156ce6e188a4c9ba886b3eac7640b01", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ed6dedaecee2427597aa6b99c2cc51df", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5c39fc796a1b4e7786397842d074e35f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1642b33d384e48d099b6da441ed1efcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "11e07199cdcc47688612866882633613", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7f7b958fa0964b89a3e55bf6d899a8d6", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bbb3a47b0b89404ea7a7b11cb0ebfd5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "491429ff761347ff89708d0ca00e3cc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0cc1f9b3b1bf4d6098841b7967cd6fac", "region_id": "RegionOne"}], "type": "key-manager", "id": "761bfd8036424cf9a5d6d28a137711a8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "955f7f9fd2034bdb8949ebc8f9d3a347", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "abcece89c9e3458e9b65ff3466a29711", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2623e0b80a85416f9139336a43ffc816", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a638cccde4914cbab13d3552d062e1c4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "95fd93953457411dbf9719353c18651d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3e151d754ddc443fb27122aaaa8351ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b174c96353fa4f7f8d49f9bfad1ee78d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "808dadd12c3746eb86bc547ef24e52d4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8b9d99ca24d24ef7a786947656eccd94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7d28f6791dab4873af054e2f3ffc326f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e161b9d38dd64c94bde07e13e14e4da0", "region_id": "RegionOne"}], "type": "message", "id": "f23a3c2447c046bf98554a39ad1a1d58", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a2e5156f6f31462f8f8135535feab69d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1fde0a0b951447cfa31a9ecf465dd263", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9097a61b26574429a50f8983c8a2a397", "region_id": "RegionOne"}], "type": "messaging", "id": "3821e0dd958644a9a0462987bcbf2c15", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "529c814c6462484fa270d3d1e31046de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d8de6ad5a44f4b25a1ecb7be4e0cd259", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "072a5e27956a49cd8ccdbc74ea865eb9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "1d59bbc028ba41dfbaa4eaba9f0df614", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a7bbb7e341644c93882be70e4efc954f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "31829e9297504acf86a4a05c7eba7dca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f4119ecc1c2f4e83aa9eb799885cb3ce", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "9ffb74578b57486aab9797385862227f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "33e1547504414fda8148309a09b3587a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3e0cf0d7224b4af68f462d07c21b65ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7e0a5761b5f84015845adf2eada810a4", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "986480aabaef4e1584c65e9e6348db8a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4ebec9b099b746039b29da489d6556bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e07e893bef54e4ab4aa6ae533a9cf38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b1409b254394445aa6251a5c6a358f9", "region_id": "RegionOne"}], "type": "container-infra", "id": "c17c3f245af748d58464d99e53f551bb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2210df85d2c64d82825fd3522cea467d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "43cd42f81ca74134997e6b74832ffdac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d15fdf451b5e419badbf84c62517c9a9", "region_id": "RegionOne"}], "type": "search", "id": "9c4770a8bf054682bf51b522ff6fa789", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "cbf51756db5a49daa6547daceb01c923", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b9962e5b197f48d2bb50bf3495dc8d80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "81bbe1fea73944b9807043ec7c2ff68d", "region_id": "RegionOne"}], "type": "dns", "id": "8456f2fd1d36459aafe2e681a82cfec8", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "36bdffe24ceb4e8ead902a66bd9d5c24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4af96d5f912b4367a0a1ec4b65b016df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7295375fcd7f462b829d7dd9d4aee6fe", "region_id": "RegionOne"}], "type": "workflow", "id": "c473396e6f7b42f8a66c5c059f54bfc8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3c86751c0ef645cf9c4ff5e579800a4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "98ccefb537b94a7e810aeace36b5efde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "74eb37482e1643a2b443dd50e6d062cb", "region_id": "RegionOne"}], "type": "workflowv2", "id": "03ab5def80fe476eae1def0b55fdd017", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "00bfd31d38814a1992045ecfdfb018d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d12193350b2c47709438d3402d177209", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9d2fb0db1eb34c2aa909b0a2de735ff2", "region_id": "RegionOne"}], "type": "rating", "id": "1d16b910cdbd4e8b8c68b9e98e4bc237", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3541b4bd2fcd4b22b93bc7058fd0ab8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "effdf6fcb24347809efd8473ce9c01bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0cc437f490514c589f86f2ae5287186f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c391f4856f79470ea92fff1a38dc06c8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ce9a38bb6a324c0ea58e9fd92a246080", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bd2f192ec5e742458629ae198ae18990", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f668248dd9744b96bda03c25ba697284", "region_id": "RegionOne"}], "type": "policy", "id": "e38272071d504714a98495f8cf2c2e87", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7324bc7e8b8b42f18c8ee4f7b33b79ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c924b3c4609648bc87dd8c87c9c4de3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f8ed1545227b4c47b644f399dd34a7cc", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "532d6b9a182943c7b4a470c4ca99b34c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ec234fedd31c447c9bfc1b43150d0a7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3a5422e3fd164ec8a39bbe3d959d636f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "24251acc72de4090bd76ce87b2a6b282", "region_id": "RegionOne"}], "type": "sharev2", "id": "3b3174d3644b41dc89cfc650d7449099", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "068a711214d2498ea3ebf191ac268b17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3c0d36eb95f04cb3a897c344fd68363f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "be6f8da832054dfca01ad7a26b5fc393", "region_id": "RegionOne"}], "type": "share", "id": "d0b04809e21548d09486d602467c98fa", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b08459a197474bb5bb0aebc5ef0050e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "37af3c859097476b9d6c7673d1c97860", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0f7dde48fc824860a60acda2c6056cd5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "20e3d74628b44bc1bc043e9135338101", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8bbaeac8c7a24e8caf1e104db93dc1ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b9962323fc848ae9ce9b511cf022cb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "711d529559474da685442b8046d7669d", "region_id": "RegionOne"}], "type": "orchestration", "id": "02429bfb247a4343b7e78f83f56c61c9", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac9b48d92aa641b4bfdd1da5bb070db8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55deef5f3ade4999860bd39d9d81cedd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "30cd6783270741c9b0a0676a14313e5b", "region_id": "RegionOne"}], "type": "block-storage", "id": "daab36bffd6e474d840c164d8fd8b8f1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "182a4c7663944763a4ed18e5048dc2ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed735f0d59e748b3b7bb7b8100a52e4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3b6444437f74185bb8afb9ecbe0845d", "region_id": "RegionOne"}], "type": "volumev3", "id": "5a2d766eea144052a5feec00a0abf4ee", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f134e305a964b09bcb8fbc8a6d74eb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3056217c096647adb8830f4e7e6070f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1229851c9bd444cdaa4738db1c0395e4", "region_id": "RegionOne"}], "type": "volumev2", "id": "5ba00e5f98d54c9bacd681bcbe557ee2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c496a1c330745a3a304abc48839addd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7304b79dceb43168ee1393e3170eb6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf832cb8ab284199b33897a56a893860", "region_id": "RegionOne"}], "type": "volume", "id": "f6dd758e248f4b91809a8a1e2f836bac", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "505fddb313f54de98a2bb64c74fa8564", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44bffa2150d3448597b94a1864cce024", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c55f320bc9e48e19941574632d92c1c", "region_id": "RegionOne"}], "type": "block-store", "id": "81087a698ed24d519bca3e676af36297", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8eac9acbb6824baaafd6e65019ef1a2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b423f84fb8734b88a64a773684b815ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b6cc7a5100f142a5a21e48d19522b608", "region_id": "RegionOne"}], "type": "alarm", "id": "02713fd635414cf08eaa4e3b39aebee0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a63e36c58d4142bf9a439b398265c67f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5af4e00d3088457ab0f17d4891a4a7d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c8738906a0284ac6b69ea1e2ec238b65", "region_id": "RegionOne"}], "type": "alarming", "id": "a189602bca2a4f11be1be43ecdcb9c96", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e74e20aa66624dc5975a54aa5c8a0788", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ede5ce39b6b547a98e3097c91afb2eb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d8e316bd6d6c4d8aa26acce7e42a4454", "region_id": "RegionOne"}], "type": "meter", "id": "cc977c9b883240238d9a05174e11ce27", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fb1c1e61fa9e4a8d9218687317772857", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ba8507f4f97c4fd8af85654bfd9610e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9efc826d5e594bd1a3d4dc0f3aceb0bf", "region_id": "RegionOne"}], "type": "metering", "id": "ea6b2b2def774dd99b6a8bde4109bf22", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4eceffc60739487190a885bf93910dd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b033db832c4f4111aa15b16f8517a744", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f3e530b321e44c5e8971b63672e5de14", "region_id": "RegionOne"}], "type": "telemetry", "id": "32fb56f5784445f8a1c242cdae809c32", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ec71434580ce43408bc1f9d5f22d6c44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d4922197166147cda5966c286239eabc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0ce5b587112d46c19973b4e5831b7231", "region_id": "RegionOne"}], "type": "event", "id": "867c59e0c6ef47bab046aa9c394588a6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8e932ba3e4a34e8bba8fd82b78f7172d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9e94ade7005c4af19efde09cfe6fb3da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e6e6b733566e47f4b95eb26ba443800d", "region_id": "RegionOne"}], "type": "events", "id": "5f73aeafeae84eb79c27ffa122224edd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8587986d37cc4889aef70868bb703140", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "34e331c64e3e487db71cdd38833bf806", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d4ca4fe248cd4fb8afa4c2aa3b2ed86c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "428f0d9033c74da4b173eafcbbb5d5fc", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8baca35978cb4807b88cc9c5c8d22153", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1d9b00aefafb48ba98f9f82bc1f609a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "672a719e4f9f4dbca70e06681cadf13e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c44be29893354c6ba688899c1fc563ee", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "725b043a024b40f08b2a4763be4853ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ad821fc6287f44e3ab4ff754a186a3df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "85fcc88d1d9e4fc8ad5ccf2be1a13cd9", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "88aa9fedf6c94420ad7ed5d61f9f1f4f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "59af04db1f85433bae3d27dde482ad77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ae64ff08936d460393ae68c6d7c62c75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "88ae9289bbe14523910a87e1c0172a46", "region_id": "RegionOne"}], "type": "tricircle", "id": "d64bdc72a2f14be8b2a7bf519b530834", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c7f074cbba4d4bf8a081ff38397d3112", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "85f1f485ae4246f09381de52fb6aa047", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "27816b1441c447c3a865b0fc1cece4de", "region_id": "RegionOne"}], "type": "database", "id": "3af9bcd863884f93bba04982e8109d0c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b7a7d729ab6b4ae38a659f21cdd7fa0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ec2d6dd83d2d443887336639542d673d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "23f0d018ee784397b49288407771438a", "region_id": "RegionOne"}], "type": "application-container", "id": "c85bf63b33e9456c97e3789caa79964c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e07d917d6a544ec28b8f5df1d028a4c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c2b9063fcae74be580bace365edda3c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0e1921a434de4fd486461e1fe992532a", "region_id": "RegionOne"}], "type": "container", "id": "0fd2ee9c5fec4bcf9b071ee8589cbeed", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d707986f605745f386200e238dc9839b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4e25a72305aa4c1ead8ab71437af872e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "20d1d84b4616450ba9d11d765bbedf7e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "04670eeb16a44c86a5579eddde1885bf", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c2526ceb2ed948f3b0d0d630c4fd4ffd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a2ed40df781f4cf1a705585ae2b47b38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b371f137f7f24d4bbc8dff6b7006ef66", "region_id": "RegionOne"}], "type": "rca", "id": "46d5e134ae244b1f920e0df077cd371a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f2c683c55fc24601a2a6315b369f97fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "533f6709755445399fe2b207a9e660ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d1d182e014be4cd0a530aa311baf54ca", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "81281044b73b428a95f988f318a3c81c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9d35c274827942e6b658158e24d0a038", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "fd72564b1b42465d935b72682151e70d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f52aa3fb1f4e47fb95b7e021d648f4bc", "region_id": "RegionOne"}], "type": "network", "id": "a19a233bd2a1494ca0fdc04e2f6f2c85", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d484f77a97454fd0a23262f11a5fa7f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ccff4719b0a8447f87be71c344d38b20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f916899f39674faeb5f8f193d4aea0fa", "region_id": "RegionOne"}], "type": "backup", "id": "0ffe6099af7a4ebdbc9b734b14a8f8d0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5ba6240f0bfe43b7a258f0032897bf96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9401693cc37f4095af4666620ed8720e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "27e9833e7e164694a7e166f6088343cc", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0a88844be9584618bd028f551fcba98b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "25e87277e4e446179c6efbdd861904b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "823985f7f1864db18fa8518b4cf5ba7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6f80303768c04f83ae023e0c444dea24", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9ccac33f47614e6a8ce35b32f744fb93", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "071521937bc6499292b4cd48dc1e113a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "029422c965634da6a940456f75110b8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "16cb236bac1543fbaf41170633abc9b5", "region_id": "RegionOne"}], "type": "monitoring", "id": "2fb0458748dd49238b5cf891e1598654", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b503f2a55ca24e3ebe09fb436243e9c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c2d3d44831284983b7230a0907765e49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8456e7b87b5a46e38ebb6679b20eaeb9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "23c1b85112f444f79d9a43a50a802a07", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a85756d9f64845a692741dde12298492", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4e095e8ffa764c2b8bc033f60d165da6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "951a02db863745efa0875ff082863f6d", "region_id": "RegionOne"}], "type": "placement", "id": "7d32afb244eb472daa608c11d77f4115", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "406408bdad964a62970e8f879b2c57c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3e99cd94f167445ea6c9d08d0985ce7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "db07db03ebac4de78d68ce423261ac86", "region_id": "RegionOne"}], "type": "instance-ha", "id": "188614c099114f5a8dce1023f1459f39", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9c47d8e3013241b1ad4ff15e18629648", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6dfdbc91a5d1439bbcf738b31730a46f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "24b82e02e4004c3b88489c5d5ff3b9c9", "region_id": "RegionOne"}], "type": "ha", "id": "d2d05be6cb164e0eb01aecea8ae5ab9c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "13bb558e6eec45c192f029c310f184a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ac90986ca6034bc9a68de4a43e576473", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "444407499332435794c76a6afc1e0f0a", "region_id": "RegionOne"}], "type": "reservation", "id": "7df1de8250bf4717a416799023f9f4e3", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f3fedc39aad4430c95d4fc92c5624b78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "725ba69c6bd1486ba13465ffe25ef7d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "551d1e98978f4a8ebcd970b906e630dd", "region_id": "RegionOne"}], "type": "function-engine", "id": "7c7215cb14084598b61b0d5d303e841a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d83b0bb810574a5dba9a5f9dff199032", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "28006f0d1b31419290bed369b56700ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7a08d4fcda004bbaa3a4b02045fca116", "region_id": "RegionOne"}], "type": "accelerator", "id": "bd3f63702f1b469da17209596c80aace", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "30641420cccc49a48c2b1165a8d6cf57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b4d862326aa64a16ab49349d14f6dff1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c5627b6574574f6999d2f603e67fc9ad", "region_id": "RegionOne"}], "type": "admin-logic", "id": "377939ecac924d1ead738d282a9c25ad", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "db2e81c676da49ae84692c27c42c225a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c50c493d52e740ec8be264aa432fab9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ac882dbfd1db40c68889a09160315c7d", "region_id": "RegionOne"}], "type": "registration", "id": "7d2c9ec5ebc24f239641c4bb4e8089e8", "name": "adjutant"}], "user": {"domain": {"id": "36b964a594fd4e58b7293119d6e84fd0", "name": "ffe2339548e84b10a6e7e01fd8d406ac"}, "id": "5c0759c5d34e4257af2d134caa70f127", "name": "6045f46f3b9641a6a11fa1fcaf639e79"}, "audit_ids": ["3b55107fe5bb4635b110499e40a6aca1", null], "issued_at": "2019-09-19T09:04:39.960939"}} 2019-09-19 09:06:40,118 keystoneauth.session REQ: curl -g -i -X PATCH https://identity.example.com/v3/endpoints/9edf581f7b1a4138a23287c00613660d -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"endpoint": {"url": "https://9a474a2833854977817e6420e1d2b90f.example.com/", "region": "5edc1d80133c46cdb9b2a2db3aba5420", "enabled": false, "interface": "admin", "service_id": "fecbaebad61a4990a5ae317826f4bb1a"}}' 2019-09-19 09:06:40,122 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,124 keystoneauth.session RESP BODY: {"endpoint": {"region_id": "5edc1d80133c46cdb9b2a2db3aba5420", "url": "https://example.com/", "region": "5edc1d80133c46cdb9b2a2db3aba5420", "enabled": false, "interface": "admin", "service_id": "fecbaebad61a4990a5ae317826f4bb1a", "id": "9edf581f7b1a4138a23287c00613660d"}} {29} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_delete_firewall_group_filters [0.182753s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,939 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,942 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,943 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,944 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,950 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.882993+00:00", "project": {"domain": {"id": "d9d6fdca04ad441abacd7887df3b1547", "name": "6ec7619a9deb4b19a02d10a485e882e1"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e360601766734a94b8506b946c782279"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "cdacb5aefae040628b0e71f2d3774cc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "47278d4ec8d74ff387dfb17ed915f8ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "3d893c7997864392bde1cb6098221af0", "region_id": "RegionOne"}], "type": "identity", "id": "bdf9ea29d73845e190102b69676ae052", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "54a94b976ddf4d4fa3193fa5a9ce7f4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6a9f76790b9a40d4bbaff71571c24fe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d0e77b5abb8d4ca5a2bad33694d6ef43", "region_id": "RegionOne"}], "type": "compute", "id": "6658dfefca9a4660812ef147c1aa7ca7", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b9c73faff6ff435bb0a9672ff785d759", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "293ed710659e4c66b1fd04b92f983ffd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "56a68471bda741d98c032735b6f9dc3d", "region_id": "RegionOne"}], "type": "image", "id": "4143d6b3e1614d3f881f27d2ebc81cfe", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0e6dab47a97944d49375f6f8b63c1a9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4efda19127444099961e9a7eb57f0a9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "56b6e3ed3b2149aca3a59565eb67d9e3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1cffbbede08549e8a2ee2cfe62f17b58", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "659644cb851c4f2ba8ab505f7c93c055", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d33b7ec20bb042da97b8c215d33ab8e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bbf111fd282d407eae9a2be2179fa02a", "region_id": "RegionOne"}], "type": "object-store", "id": "6ddf9aedf8bd42abb0c45a3023b95510", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "64661eb48b724394a2c7b1ac90e68a79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e808a286963048479e007fc461a04aee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "74c14a50f4744fc09f92818a23ba24ae", "region_id": "RegionOne"}], "type": "clustering", "id": "aebe23baf51147ac95dec5da96c12309", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "de860d2d1cf44238ae2e506282d1ce5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d71e5ad71a35440489bc4c23dce789ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "533543aaacfd423583a8aeb316c49cef", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c388eac56c68470e86e053bb1c092690", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "af8bce8151ae488a9dbd4d4115193561", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9c26b87c1512429595f5b54aa79832f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b678d3c4957f451ebeff467e6f525351", "region_id": "RegionOne"}], "type": "cluster", "id": "f1a97005d6704d7383ec374b3e009bbb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1562edf1f0c44c9ba0a28422a69c90cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0ad4635ca33a41edb22f2253d70af1e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1cbe39a228674c62815a6b97cbf2b350", "region_id": "RegionOne"}], "type": "data-processing", "id": "93beb451fabb48a28c38fba50269be04", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f44610026ae34478b8fbea58f7ba03ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7d6bdb4adc904b608e216064a018da02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "67e7a6b25c164669a0020c2392b8f29d", "region_id": "RegionOne"}], "type": "baremetal", "id": "6dc450f1b70748a08a0f4d27f0cf25ea", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2b2412100eb94259ac56d99b3a13f373", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0507ed5374b343ca9fcba8e41f7b209f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "02671b22d27649b39ca1e8d3c0dc0639", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ecefaf7cb4254e219403ddabff5a6cfb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0187992dd1d94de4b50cb56b6f0d53b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9cb9245063ae4943ac415467c8f661c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c64c081796b54d4094047b91badcbfd1", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d7b772e5cf8143aaa465f771ad5d6822", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b68be623828b4d6988101d145ce6bab3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2ee32d4ce0894f0fac3c5de8cb20e35c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "156ee00535a841b982f27cdebb864f32", "region_id": "RegionOne"}], "type": "key-manager", "id": "1dd04c36e3ff4f0e8f28a4f86c068ccb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c15883e40e6f4920819db80e0e4045cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "838445d1ec28461399ccd200828317b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "11019314a9d348dbbe4f18ffc06edf21", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f63d0caf1bd84e42828eeefdc1e74c35", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9d6133da314e44be8f255dea8c1dc7d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8efe79be1eba4af991788ec118f7d617", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "84700962c1964ba58352ce07cbe7d121", "region_id": "RegionOne"}], "type": "infra-optim", "id": "731ad2e57ae643668f4005dd4d19f70c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "050647b374754910b65649a0055e89f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e2552e202ae744ec8e0084dc1e0b3588", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "84dfe68a4d9a43fe912728a84603026e", "region_id": "RegionOne"}], "type": "message", "id": "d11171ce0b7b499e978213f6a21d4603", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7c73a398068c47f98445db4c18429847", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b08a1ca8d59d4730a690f7fe4e6c5218", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "46c5cd1efe59414fb2aa89fd92d3f828", "region_id": "RegionOne"}], "type": "messaging", "id": "8a38bada8e2844a4a43664d7cd433569", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "edea1a203a754f6ebca98522e64a3ce7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7faab5f9ecbf4be99e650dfb042f741c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "90e5c527104742cd82d77e5f50f9ff4b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e3f4f4ef199e4c2cbdb3024462c4080d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "efb72c63d11a46d0948a59fbdbc1d37f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a9b8af7341ce44d291e8cf530601386a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c340b225284e4541bc95509c48af87c9", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "860d626e3e804138a5d6ad31b4b327f6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cb511494b6c6440ba0a506fcfb780ceb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a93d6d748c7e4079aa8ab740da16a94f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c1f0a93e39424b5e98d7dd5a16ca250f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b84a42d3690a4777ad670499b3ce9bbe", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca336e7773bc411386fa6ebb6c015da0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "28bd0ef0eaff4836b8e2226ca499b6c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a59c2744c8e643fead4cc513455f2f1f", "region_id": "RegionOne"}], "type": "container-infra", "id": "100b3beb61aa456c8964f2486131c06f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8ba8e001fa44423398fe2822793d5d0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9f96d9adf45f45c78defce28dff9498f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b3f5c9639df042e4803c5f54df78d5f9", "region_id": "RegionOne"}], "type": "search", "id": "b265e7c5c92640c1adaeb9ac6579022c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3ed1823cfe6644e3b5b52892a306c8e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "974cbe87940143c5942c3a19a06eaf61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "15c7a6f26a774d4698592ee7c33c6fbb", "region_id": "RegionOne"}], "type": "dns", "id": "7e63b474bfb04b569069a39ccf3b8b0d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cbb1240e627a4c0a9e5c380714c4351e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6c40bd98495c464dbdee84276741c06f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "88816704bc2e49dbb4a6125414af287a", "region_id": "RegionOne"}], "type": "workflow", "id": "d3d1e7b36cbd4a61a5a43fadc977bc98", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0dd4136b6eee4100800e3839728c79f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e520a5b2274d4e34a2a71d4e03959ff6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c0c2221c4d3f489294f6c14f3d9ac0a2", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6e2f9ae0bd3c4182add039e882a1a313", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ede457b0a97f4e7bbc6ac7e727f4e6cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c4e9c255618f48849a40973c5ca6d373", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c2d2950707df40969e6e6190b5848fe7", "region_id": "RegionOne"}], "type": "rating", "id": "8ed6025ca19b41e38c5b4aa4e49ff4ef", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "abb64e19ef374495a76e73d3e0fc6236", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b53f8640e3e54f8099fec1b5d7756e2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "30d52adc73f14334aa140fdc6b3d0938", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0447fb04e7114566b92b0ae3d1a7cef2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4c8620fe6b704f52910715cb58c9640f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c8f16c60ec1e4ebe80a5f30c2072eb7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fc881ae06dff4d8fa7a551d6f3461724", "region_id": "RegionOne"}], "type": "policy", "id": "247e604a90b340e9919b4b977767f177", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7064264e70f241bfb8034701efd0c788", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "33eca69b1f4c46d2adbfff0bda7b9a6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "37c83540471e44e5a7ff484bb4deb24e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "52610907a7f842018701a3a9d491e8dd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ec5ef31eccd9465c97c666fac82c066b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "666bfa2df3784b05be4e4a5e639e1a19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "13ea73dbcdf44bdeb36bcc513072cbe5", "region_id": "RegionOne"}], "type": "sharev2", "id": "8c62ad89b3324c37a1cbbe35300b1257", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "259ad30c35e248e0bde16da78eb9d245", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e567fb651bff48fbb7a726c25d6f2ec8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "53977120606244e996d5f74f788765b7", "region_id": "RegionOne"}], "type": "share", "id": "5bbe96bd7dd64275b3ae90ebab2e7a6e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2e1afcdc06d24677b451ccb4ee73c3cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6341e0fe4db44e0a84a39d10b790dc8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "dad4228592e64109b4624f25defec7ed", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f3388193d2994bc4a8fd9466d1afc305", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f72d23fb03804c6f83bda924fed80113", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1860076ce41145d5a29571cb9a9afd8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "787b302962314029ad958f5218c6c43a", "region_id": "RegionOne"}], "type": "orchestration", "id": "a7a269cbc2dc458f97a68c41069cb024", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3688c730bc8e45e496063a18061f41c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e86a010e72f40bc894b2ce327b2c430", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69eabd682c924c27bd109cda209efcae", "region_id": "RegionOne"}], "type": "block-storage", "id": "13066032274f4ea3a59e6e52605ebfbc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5395091d74694d159263c35a391be4f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f23082985a44e9b82ae62fe6cbacb50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a08cfe4eb184e3f905838951b1701e1", "region_id": "RegionOne"}], "type": "volumev3", "id": "77604a0882fd4d778df5a2e38e48940f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8bd40a9d36cb46aa8dc83187c70e999d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d7d540124e140e3a5f7eceb35b0b0af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28062f12945245cdb0c7952146c079da", "region_id": "RegionOne"}], "type": "volumev2", "id": "a2570bd7c9af45c6b97580fcc025219e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13cc2296f0294b959345742301e20f3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17ee56e045304755a7f6d79e1986577e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a87bf6726a9e40b69afc81fcf599e208", "region_id": "RegionOne"}], "type": "volume", "id": "70aaf62a29e64f4993987a44d44613ac", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13f191dc0122419c9aa059e6d4894526", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9c99bd8c6d143c08f6ba06ba6aa20ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48c0c63c3361481a93a63ef3be767853", "region_id": "RegionOne"}], "type": "block-store", "id": "5b45af2d87f74bf79d76b1d37e7eb8a8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5030a58c355645a49b970b0e774824bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "54a35596173348de89c33ea142a7a067", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8b070e3a54184c89bdf76c066949e555", "region_id": "RegionOne"}], "type": "alarm", "id": "24be94ffcf224faf8e20a6d92fcf6f9c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a6ad2a5abd674e70ba2da34898ea6e1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "eaeba2705e2c4472a530e52921506d9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "44218e4b363340f88396510836eb6dd7", "region_id": "RegionOne"}], "type": "alarming", "id": "bb152cba91f2489bbe2c9de97b1d8551", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2271aa7fa4ad4d7494f0672618ebbe19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c8f9094ac34e4723b995a5c37a0c346b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b5a5f42e46884c6389babd225a97d1bd", "region_id": "RegionOne"}], "type": "meter", "id": "5fb2957eb6484fe597a59cc6fb434832", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "66f84acf4d244f948f1b5ed66f2296df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f37da760f1c14cbfa66a999e58b7abeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bbf3d65f1ce04d4ebc8410d02a3bc311", "region_id": "RegionOne"}], "type": "metering", "id": "14cf92960b4c41d78ca6a1a711ce6dc9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "09779591be454eb4b704be220304eb78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e6f026b902444d52a1db4383850838a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cdf9941b4c3844c68e05b60a40606148", "region_id": "RegionOne"}], "type": "telemetry", "id": "69d20db2110345cc9361c4bcc4b4fb3f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e811bedc4efb42c9ae4ae0061eeb290f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ddfed8775aa94d5ebca992d3b90871b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0d7c95b84cf24378844be6d65f91efd1", "region_id": "RegionOne"}], "type": "event", "id": "e7af0d020f6b46a699cfa1431d93bcfe", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6e80db459ced4cadbd57d1cdf589bbc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0bf083277c0a46c79a026f500edc22aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ef612ceba2be48d2822d4b3466d3941c", "region_id": "RegionOne"}], "type": "events", "id": "53cb44a2f4164e8e81d59c9564d855bc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "777f4b26cb9a4dc98b685d3e3b56c2de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4c90392dd3fc426daf27dddd31448da1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a9a7a5c3b409468ba26c1207b8cfa6ac", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8cafe967d6384565a1358a3c3906e61d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e75c8550640b4dfdb651429449c790f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8bcece7613584e8ca996213d51d48ed8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "203e75915391463aa296e97d596d3ef3", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a4f8e3eadea44a2d97f27ee536a0b392", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bea16e9106f7449cb585f49b93976d45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0c33756c4fa14002a3577f1bba596b72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "74de5079824247cd882f6f21781eb303", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c21d49fa99b8404ba137c432358e9ea0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "44664e7ae6514d31808d8f3efa34925f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "89240b2ee32b460ab9b807c2226ed029", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fbf65cd66e3445a9bd2e19f9cac0aa24", "region_id": "RegionOne"}], "type": "tricircle", "id": "bc5538fa1e6f47b587d1e041c2241330", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5dd609f976cf48dca245e89791dccfa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ce9307225de04d9d9bbcc341acae4023", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "4c57067d178846299bcadd25dcc98e4b", "region_id": "RegionOne"}], "type": "database", "id": "57406261cb6a4cafb94490828a6324b0", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2aa59a9fca314a238932c31da4cb5d66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f29447d36a65442c99658bd8d6fa6890", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0679f88467204f6fb4d62a57b724ec5c", "region_id": "RegionOne"}], "type": "application-container", "id": "23594e183c6b40a6b0e462230ac76c63", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b7cb64873e8b47d592f94373d760d1f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2e8f55fe62fd45e2a28bc97bacfd7cf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ebb4dd73a49f4c49b4b605022289a825", "region_id": "RegionOne"}], "type": "container", "id": "87734c22faf141ea877d8031d927fe48", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "58b14965c9374221ab2562df9a22aeed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "959076fc546040b097f7b34799ce6d31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ad928e4b15c442cea361b8447cab1a38", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f55897c2342b434f8dbcc42a4cb4f056", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bfa59c916e49474597f09ece4422149b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9a7599374caf4ec682db3cfca7bf7ae9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "07c63bdf7d38430bae44d635d88d304f", "region_id": "RegionOne"}], "type": "rca", "id": "28aec67a216d463db6f8f831ee8a0a48", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5d92bcd32cf14f9bbc4140b8cd78c47b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bbb08392ce2a4efebff403628a1d5cd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9d567c575e5f4722b54e80d2e4f4ad5c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fc06f7cc12714d2580585f5e64befbe8", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "425d12fd36dc4e89abecd676a656b671", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cfe7fe0a84cc403497691cbb81795215", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "93e970c57d0d408690d6eaf2e98461de", "region_id": "RegionOne"}], "type": "network", "id": "235286c7f9e9439b914d8715fc00a096", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ddf128fbb5fb4477a18be96e2b46f24f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "998b3f46b58a4382b828ca2230183d22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c937f02443e44f1d93cabb30903282df", "region_id": "RegionOne"}], "type": "backup", "id": "2e247462c89d434db3e83f6cd206aa41", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "75f3f197efba48d2bf73794cd6f95fc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4ab5c6ab639d4a16a3541c44d9a01e9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "12f6f961694445b68e8665922a3636a1", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5017b9e7ce32430694fd85a4ad249578", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "87ed53b571bf45f89a8949a4bbb1287c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9d1569223fb9418cbfb0a011da4add4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3419f9d17e3b4cdaa50a9f5908c8dd4a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8c0bed2b56df4b05ba9f601fd40b0395", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "127077983d204244a989078984610662", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "432367c759b64f0e9c546a868ca97283", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "48e1c759d5ed4a65b447ba34fdf701b7", "region_id": "RegionOne"}], "type": "monitoring", "id": "1bc3697675294c05a04bcc3d15b3bd28", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "190346f850b44282b3ff69bc2e5aff74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "325af5f8e8cb48a9b54e22e5b1dcf479", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ae3595ff24a247d482e3e9e6a9faa524", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6d67e3e59ced4407965a2df1b0a84539", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "07c0bc86f74f4faea3b40ca8025bd04a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a459567dcc264227ba58dc055c183f81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a84275c3f89b4f74be6117c596773256", "region_id": "RegionOne"}], "type": "placement", "id": "71b872d490c5475cb14d622204d5263f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "13a388c8c4d04449ac2ecd2dfa843e23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c114ead59d124de49a2e6785a04a1a98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fa4c87471cf3490186ecfe5a2e199e37", "region_id": "RegionOne"}], "type": "instance-ha", "id": "87fb18cbf1c44557a243cf6b0d0988be", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "42dca0203a41479a8852e34b807e357d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "271058c8fc9d40dfa08d141e04abbd2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c5c56821c86a4301a72c22dd307d5be3", "region_id": "RegionOne"}], "type": "ha", "id": "203e879b11fb4b258d351e419d322326", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "10fc4a0d10fa43afa8076bd8484e0636", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b0066409d7f04b539dab24c941c3d9b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "32643b989d4a44ecb918a3a4d13a7db9", "region_id": "RegionOne"}], "type": "reservation", "id": "807bed0548ee4a818fc1556bbcaa0a30", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "048aa6a0bed14e729e69ad08dd43ff60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f040cd708cfa4d478458f47535d858ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "cfaced76d0144746880fd12b42331f80", "region_id": "RegionOne"}], "type": "function-engine", "id": "1d47f8773a3a4e6dadadb0a557efc5eb", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b1c9fb6429ae40b4b273ebf1963088be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0456a59f5dce4aadb533848b2442d9bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "89d8c5ac525d4f5a8df6d7b45b60e836", "region_id": "RegionOne"}], "type": "accelerator", "id": "6be9f51ef30543c8bd1fff8fabbe2fea", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "feac420df3c34509a5645a008f473338", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1317d4ab051a4bee9c591cdd97453797", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "08c73c9ade1c4ab3bad680ac6626b3fe", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a3385162879c4746bc3b399e9e84c8bf", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f2463359925045998df7fba3b11a2b25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f4e07f01bf5b4963aa91dc10895fde83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0aa26fb2209b4ebf9473a9916b9b96ac", "region_id": "RegionOne"}], "type": "registration", "id": "86df576e90f541a6820573c2ecae471c", "name": "adjutant"}], "user": {"domain": {"id": "a017a6445e204fe4a1cdd9722087f733", "name": "a8f86440f3174390a631eed223b91832"}, "id": "143250fb44754f4cbed18c51b9a92fec", "name": "8b881e3626b4445b9f531133b7a768b0"}, "audit_ids": ["58cd99478f5841048e520db64280fc41", null], "issued_at": "2019-09-19T09:04:39.882993"}} 2019-09-19 09:06:40,054 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/fwaas/firewall_groups/700eed7a-b979-4b80-a06d-14f000d0f645 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,058 keystoneauth.session RESP: [204] content-type: application/json {25} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_set_machine_maintenace_state_false [0.264607s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,931 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,934 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,936 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,938 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,949 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.866708+00:00", "project": {"domain": {"id": "261d44d888914d50b9678da9cdea52a9", "name": "cefc0ca8aad349fb9a241d0949f4042c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "748c0005b52143feaa7ab6a5eb61d676"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3117e587379c43c6b52949984b66bbb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8cee0f754c1c4d6cbc17f58c840b586e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2ed8c705f808476693293462eb33c5f7", "region_id": "RegionOne"}], "type": "identity", "id": "3dfbc716e83e4eb1aadd7513ee772f36", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "929c51f8456a47bdb69b631e098d46f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b49d53ca601e4dca9f540357a27745c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "53f6fceae3264490b752783c917be144", "region_id": "RegionOne"}], "type": "compute", "id": "ba6a8d64f6e14e33aa944e3e25ac39f5", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e2740d6416a7445bbcbfee1513265491", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3986515424344ef192eaad5765e45d98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c40ef48e0e254ed1a39400dd5a9b4930", "region_id": "RegionOne"}], "type": "image", "id": "1798c51cece54503b1f72c5a06656f51", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "77d5d1616ac6462591a72ddba7748c79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "45d35c66d0c14fd1ad6bfca6f95d010a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b1a862d9ba3c4bc1abac559708a96e51", "region_id": "RegionOne"}], "type": "load-balancer", "id": "452d1efc922342ed919f59dbc53a2de1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7bbe4b4842b74fa3bd2506b21061bdbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27d46b3566c14e869960f107820d04b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7483dd44ac3e428eac94c34e6b9704f8", "region_id": "RegionOne"}], "type": "object-store", "id": "9c17a16f5d64400dbec6992251ecc17c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "614e03a074e74ef0888731221925a87e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7376ce6cfb8f4f09bc99b41fd85037db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6e451bdced4c4f8cbc9280e726b1c856", "region_id": "RegionOne"}], "type": "clustering", "id": "c3ba5af5db6e42a0a533a5cb9e34c2a6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "283ca323231e4ee4b03d67879a7d6261", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b2e4d39f976c44af8bb657a0c51adba4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8685a2a9566c426c9615b03696f633a9", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c0d2ff95a1384cd495792aa69fa65126", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ad4dac0e2a714c549a2446896c63868c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5c61f856dd2f438e8a97e5ce6cb2a35f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "85dc0f0ae8b246c9a69bd387831e2dd1", "region_id": "RegionOne"}], "type": "cluster", "id": "77228c311f2043fcb94d0c09a7f476ac", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6bb32d6ff77542cd855f838c1c27ec00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "549191bbca1f4ad2ab51e9e623901d32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "eaf943b10e234e81908bb246f1707c3e", "region_id": "RegionOne"}], "type": "data-processing", "id": "8bdf57f2a41a43a8a2b3ecd22041386b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a4a6f0ef38b3452fa25f170ed7573817", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dc1d5ddf714f4a869ca8542ca7f017bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4ff3e1e38582405f9ec9f17a2f6d36d1", "region_id": "RegionOne"}], "type": "baremetal", "id": "805b3b2101294328846358c3a52cc6b2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a2f54fc279db42d58a2b068a6969bb01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a6c5a353ea774863af55a7d68bab97a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "899f6a006e4a4f89bb07b314f44e99bc", "region_id": "RegionOne"}], "type": "bare-metal", "id": "5d38fef942854a209126f22e44056af9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3d30f97677d04b448d0b223165c0bc4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "77ae9924a9494146a77a3b6dd846db85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1f6b9e22096847d48eff7b947840fe63", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "17f20da134dd43efbb0c12b37c6f04e8", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "559a752a0066494f81385af6a2099fa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9514aa47a2d54d0a9c0436413ab5dffd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "056a9ad7e6924c6dab1449199c1754f4", "region_id": "RegionOne"}], "type": "key-manager", "id": "057dfbd6891946ee88edbbb77a395d87", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "caa10e40feab4d2e9cdff7b7d192b4fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6409c9484c244b8db1d2a01a4d5c0800", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1e58c78b9b3e4e4cbf14bc169313846b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "701621c2906e408b94501417e9526eb7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2cfd44147a0b4b14a43deb82c8d87c2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "aca0e52e60ef4d1c8e0f19a94aa337eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "769d652d77f847b1ad468a131224be77", "region_id": "RegionOne"}], "type": "infra-optim", "id": "fe19095d32164c98b0359eb942e02ffb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d29da9c4f18447d7955dfc2e8287e790", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f5d3b81289ee477582724e2b1e05917b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e837962a077c4c439dc658dcddd01a4b", "region_id": "RegionOne"}], "type": "message", "id": "49dc0e94d7874c879dfd3435a006be78", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f1260fb63a5a46c3a9fa5e380bdd1ed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "75d0f95c3b5e433e871f743ad56b0d19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f855e9e110b0433db497c9b1cf4a3f2d", "region_id": "RegionOne"}], "type": "messaging", "id": "1f5204ba44d44da78121f38e57f9487f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9f5e572352ff4e2db2974e4d108c21be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6581c3f4b136460c8d6fe11673b3d844", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "dcf387c40a89494394666ce82b0ec5df", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a3a1ea65584345058644eb4f25d4b8ad", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f6a23666e734f8fb438dac4ba9d4946", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e9b4aeae1f8844bdb9ee1addcacb038e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "437c53facbbe451ca17d95d1c0807954", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0a4f8c77a5654b3f8347795bab8ced2d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "37f9e755142b4531af1cc6d06f499e05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1e8b464d64d449189569cdf2bf895bbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0b8ea2dc8afa4f3da2394443029a731c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c60f729a3c23411294cf3dcc157aa87a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "206d6a9f7b8c4750a569e3dd53baef8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "16aeb05cd5444eb1a08c3631d89b7b07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9f049c415aeb4dd28ad5c3c3e9f614d1", "region_id": "RegionOne"}], "type": "container-infra", "id": "d9da7412d8a94688b8b5a2a691faad08", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "679dbd34e6df42bf958b5ad153fceedd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "27ea3d703c42425ca79063b67796fa39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "7be70a13833945fbaead5d6cd628ddab", "region_id": "RegionOne"}], "type": "search", "id": "50479f7463914eec986d6284e1c35be7", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "adc5778b637843de969a1ca0c531f32d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6ad9b436a27b42c38aef7da5d604dea5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a25161760f3a4ec8a383434a27f543d8", "region_id": "RegionOne"}], "type": "dns", "id": "40782ecf339b4de6a0c401b9470d4e30", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b730c3dacc604af3825ff68d644dc78f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3d6a57ad580443878a1febd3a1bfbac7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "083b74e233f048f88023418448d4d1d0", "region_id": "RegionOne"}], "type": "workflow", "id": "057afdd9eff347ecb056ca5f1a6f353a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "39bd903885974f33a84741af33bd2d19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "101093771cf24d478bd31f7a0f3a8f98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e49906c974cf48ea8522546fad8be411", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9a7c9e43a98545a78961e8d5112b83df", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "db6e99dee8594cc9a4051accecabb9b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c94fc50ae6924767bb8561657cf561d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c1c938f8333e4829bb329704324c15bc", "region_id": "RegionOne"}], "type": "rating", "id": "4164a0f2d9284a83852e63108303f7fa", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ff1fd267515f4efd8cfe8be5f7105025", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dffeb2bd51d0484c90352fa6352bd464", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "06dd9e74a9a149fbb83bd40d1a9816a1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "26a3493b8b3649e38fa40b417b10294f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "88c1d50c35864d8084f995cede73e3c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "275b17ee67b84d79bcd0f17e62471956", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "815ae7b0885149eb873149f8c4e7eacc", "region_id": "RegionOne"}], "type": "policy", "id": "7efd8c359d0946b2988c94614b3923fe", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aba408d75fcb4c11a28f4de001f8094b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "01bfe10cba5b4cb19d0fecfe79eca79b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f12d4a27a4a44db6ae4964fa9c7d99d4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e928a3b7939f40248f8cae4ee0c996ad", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "468c9780df34446297d86055860168a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6c7ae2df22b04df29044d2710e8acedb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "32625c698cfe496895fcf128d2a9cb5c", "region_id": "RegionOne"}], "type": "sharev2", "id": "52aaf6367c5c4c7592317b55fe3f9517", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2af7b103c5a044d490392fa0ef017345", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6ee0f3d41f204265aa973772adb2a83b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1d72333be6f64030a5b21f98fec8cdd7", "region_id": "RegionOne"}], "type": "share", "id": "82b68da630a84e46aaa45546e0be16cc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f01091739e2548ecab35d7de014b00ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dfeb8776f0664b1bb35f51dddbfd3df2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f06ed90ae17344ef828611205973a47d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "01617a17066b44e6a91a780c6cbda93e", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a1500f02f2b42a5ac778da92158c390", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d4466ee04d34fb689d85062d40c86c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e42c06892dd649dfbb76c598c2378c78", "region_id": "RegionOne"}], "type": "orchestration", "id": "8742fad779774f4491cebe587164e912", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d1c32ed0fdd4a4ca742b4474f683db8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea44127f8f8c4517b3ae3dddb02d160f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7fea08fbfbb4fe281ed2a04e45a3c89", "region_id": "RegionOne"}], "type": "block-storage", "id": "1f04b64f47c7486cbe36acf32bd30ac4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cfd37c939c6f4cf59a5d22cfbf56c642", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fb6b09c1b0f4a77a99e3d1e41ac2e8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88446199f871409abfe4f36d30c59976", "region_id": "RegionOne"}], "type": "volumev3", "id": "9f653df3f12140cfb3d58e30807e64d9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1791328e75d14a2da8a4252fb82df7db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eeb8d61f1b5049fb9b08ae6b312e0a67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd2ba9e8e5d443cb80bdf5f4f1094ac3", "region_id": "RegionOne"}], "type": "volumev2", "id": "a4b39cdafabc453a883263cbf3a64906", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0337fe29ce9a45daa5183433963fd5d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21c34715622244cfb3ccee57dd6011aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17b2c1380c354c99bfbbfc2c4e4cbfd2", "region_id": "RegionOne"}], "type": "volume", "id": "7e0f600d88c5482184556633cd080c5e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fc48ea1ee93404187db29313d3850a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e583f6688a7c4057adba19bbd5315a43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5041457719f4f8a9bdc09d3e529c66c", "region_id": "RegionOne"}], "type": "block-store", "id": "674e4bb3fb5c4507af43d9a981de0479", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9c069253db914f2cb924c796d2dbe1da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "399911a4ba234997ab38b46974dc7022", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "73f015c4d6ac4da89fad4ab23908fe4f", "region_id": "RegionOne"}], "type": "alarm", "id": "eff2206ea60b4a1789b5c99c4ad79f90", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "03a13ef4e54e40fa9a000f8a00dfcd85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "179e04844dbc4c5e8875a57a55fae1b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "073df3d1accf4274bd90691a8ca6dbd7", "region_id": "RegionOne"}], "type": "alarming", "id": "78e689614d704619bb2d83ffc804aae1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "52215c441f3c45b0bbc4ee5ce4c8461f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "71742cd30c8349a3995ca1ae99df38e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f177bae9fcc441c8b1b9ec68fa066d82", "region_id": "RegionOne"}], "type": "meter", "id": "60b6a5973c814b7dbf41fd3f22de860a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f73345aed10d46b195b13d912734f34c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "088bb97a4d2f43ddaf0d66c09cd22335", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e3fa4f42782d4a80b3c00a5bc40fb504", "region_id": "RegionOne"}], "type": "metering", "id": "b8a70ca30370421ca9aa37d9a3c01f75", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "08102ad2688a4a41882abcbc390aafb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f04b76cc095c4b83bdce56db18331405", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9b9813df8c4547bc9d200be53d6e4e84", "region_id": "RegionOne"}], "type": "telemetry", "id": "6736f348276c45ba955a581d2725016f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e4ef22b6777d4f629daffde5dbc010f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "14dab81b3ea14347bcad1cacd9ade67a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1a95317d2a6448bdaa84b650cc49986f", "region_id": "RegionOne"}], "type": "event", "id": "2e2dd468a812497eb032a278f09c06d8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "969147fe5a08477da51965403d2299ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a8027c1cd05b4fdc95c1c60338347c04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b3359dacfeef4cef96ccf8743dac6e40", "region_id": "RegionOne"}], "type": "events", "id": "da40eb4368b54f53a81a5e42e83cd4a9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bcfeb001cc894b068c5e0e229762e11d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b67a8a92c4014291bd1e4471f2a4c82e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a5b70ab7e30a489fb2e659530c2f3b92", "region_id": "RegionOne"}], "type": "application-deployment", "id": "97c6b225feb74ca4bc7eafbbe7268fe8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fc40e6aeaaa64ab183b39a8800bd8deb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bed713e5b6dd40e29658f59de7bf5ccc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "24986f5e4e1f442aac8744cc37608410", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d31cb1d962904478a4183d0f53856ad9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "15e80f62b03a4dc18f28243382b920db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "50d65f4ce7f5408f8735fca7e3c8d4d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f6cda91174b84171b82cd3d02b1312a2", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3a132a5f121a4f2aa189126b99cb634e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a0854fa3986e4540b94457d66e0067f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "45c1b97430f74581811db987b2e34fce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0405cec82aa342feb391aa5acda314f8", "region_id": "RegionOne"}], "type": "tricircle", "id": "72da2bee977f4769a9c2b29b19b5a39a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "35f31ee145614e4da6fc85e62bd06577", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f65f6e6cc13942e48087576a4525d068", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "257b125465bc40848494aeae6b810990", "region_id": "RegionOne"}], "type": "database", "id": "ba964fc2da984cdeba501324d4a9b7b7", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a23c5feb04e341b9ae30a1b78715380c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8f4e05267b954f209773c1ff5df2b757", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0a579c7bd4844b8f8aa576ee9141c9b9", "region_id": "RegionOne"}], "type": "application-container", "id": "9f641aac437148029dc9beaad2e897a7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "81c99d2a60cf4d7d896a7c0c4b624d08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f73424a46f0a4c329a97f93a4b0a1678", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6bf44f5aaf16411096a9e01ec62664fb", "region_id": "RegionOne"}], "type": "container", "id": "6d49ef3e981941b988b21dd2974d739f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "730d720ae0294dc8b8d316f301c9d4a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cca21b84d79e4d8cbbd8e978a3405020", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b715941f953e41de8b3be621ccd4dcbd", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f06a039255f64cb6b35b9c7704f139e0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "49f1f7f5bea34edc9d6b3799f38bd90e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1cec869410324219b1fcf9c7620ab059", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d6a59b948faa4aafa7d948cbd9f24a46", "region_id": "RegionOne"}], "type": "rca", "id": "f07571feda514412964dff91f1329db6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f40f4cc201da4850938d3cfb4cf10e98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bcd28b26d5db486bb39d6ae2bf715218", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "95ded14abe9e4f70aa6ee2ef79ebec6d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "309289ae57d84c69adf757401085cf79", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c6fee755f7b7478bb5cf2c30a63984f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "fb12a6552a9645ca97961cef0b38f8db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ad7a4a857c5f47949eea2ada34ed08de", "region_id": "RegionOne"}], "type": "network", "id": "bc5787cb07724a48ab66c66659dc7966", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "4c899c35453346fa90819be12740ac3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "6ed77cbb204d4d8c9887c45f775f5cdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "26d067c074df48c7be08fda84421746c", "region_id": "RegionOne"}], "type": "backup", "id": "d50534ec0c0f4baab5850e24cfc0ab75", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "290d908e615044fe87018d4818d18ee0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b0ae19db61cc4ee98929b81e616fb490", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6d754c6f89094ec487a7544f627dcd58", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ca980605e0f84f9499385e05b8e2e250", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "46b17e27d7d6415fa3017218f7ae8b9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "27763dc727f7464f8903970eddd4978d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "09f0275a43204329895e56f35274a11e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "149f1b52902c42c0b6b2b2d424b1d9fb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d462de2e16544a3c880c8268529d49f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f3c226ef2eaa4a6884707b1bca7fc4df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e4492445a4e549ffb4fa64bc56dee8e5", "region_id": "RegionOne"}], "type": "monitoring", "id": "242668de07ba41f18b1599b543c1a34f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "10f4241ef6074422b797fc796c09bd2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "78e1de579c304a5fb067b88deb8f16a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "77aea19e197d437faa5ef67d0360df8f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "dd807bff3a7e44d887040c544d920d5f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "243b96f38e654ebc8d4a02644b7a55d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8a30b3537a324a0cbab79eacbb444a22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "22c68473599645ddadcdcfb4311cea35", "region_id": "RegionOne"}], "type": "placement", "id": "15884d7dd2334e5fbd6dbf1a8120f65a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7f481a604534448ba362afac4336701d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "11ad995198ec4808954d19d0c99471b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "56e3f4df244543c7be66a0a6bcd0db62", "region_id": "RegionOne"}], "type": "instance-ha", "id": "761c24ce783c41d1be3c19c723644bcc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0b651d7876cd495e8831dc9523c46984", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "00c060ccedad413b8d2e0cd3d0bbf6f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d6fcaf18aaff4182a2650da18ca6f3cd", "region_id": "RegionOne"}], "type": "ha", "id": "35fa356f70d34a20a3c46591abd76619", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e7157442542b48608023e42f88a7c0bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5cc3e671e68d4f92aed74d95a995a896", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "cfc9ae5d99454ddaa541c730e815c744", "region_id": "RegionOne"}], "type": "reservation", "id": "5c456870d6094406913440089dba7272", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3d529ffc711d4c1bb7865d17dac020ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2cf44958f8254e05ad092961b10acea4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e591485fcb0c402da1ff694ca376ad0e", "region_id": "RegionOne"}], "type": "function-engine", "id": "c7f07772e0bb48d387b5ddd7ec2bed24", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f579d7f689b34a1f9592223b14ee2fdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "783846c457d94dd29585606c45606499", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7fb2785fef294bb88c165753f304d0b9", "region_id": "RegionOne"}], "type": "accelerator", "id": "7e5a77ca857b43a9ae6e8d4fa08b7d4b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "666ba14585044d23b26521b5b7ff8a39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8ad14337581949e792627f0ac79796dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "220aa5084df34d24865676b5116ecb23", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b676220675cc4432bb6fb31f51646dd6", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9edf1a657ff442a9a9d630b7306e4815", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cdb0bcbbc9fa4d619e895f2700900b3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "54c12932f8314fc4bf80ffec9cd24d04", "region_id": "RegionOne"}], "type": "registration", "id": "f90f6b49ef494fd19875bc0a8a1bc438", "name": "adjutant"}], "user": {"domain": {"id": "96dbcc92c3b94d1ab4c04f48de41f9ca", "name": "58d83d3111b04b51b5a0d1d2ae0c3892"}, "id": "a3533829487f46759d2e1f4b1e8f60f0", "name": "93b88b3dd713491da5c71d9c23d02315"}, "audit_ids": ["7faea804a10742cfb85c397891d2a0fc", null], "issued_at": "2019-09-19T09:04:39.866708"}} 2019-09-19 09:06:40,019 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,022 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,023 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:40,078 keystoneauth.session REQ: curl -g -i -X DELETE https://baremetal.example.com/v1/nodes/f4b2eacd-e834-4202-acf0-cb65951e2247/maintenance -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:40,082 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,117 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/f4b2eacd-e834-4202-acf0-cb65951e2247 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:40,121 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,122 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "f4b2eacd-e834-4202-acf0-cb65951e2247"} {5} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_list_role_assignments_keystone_v2_with_role [0.151054s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,999 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,003 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,004 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,007 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2019-09-19 09:06:40,065 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/1ec1ee8eb97c43ad8968da991b56f1a1/users/395fc5f6e3ba4181836588087022293e/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}7af3897ab5d941083beb3f96900ea71a34b73ac23331e676ff9a4e8449b2691d" 2019-09-19 09:06:40,069 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,071 keystoneauth.session RESP BODY: {"roles": [{"name": "bc64b60a1dbf4e50bb6fe65dcdb08440", "id": "11dc8d6f2f3f4b8eb0d39c74237d1ecc"}, {"name": "7c9ed1b295d44a7b9f8eee6cef500b71", "id": "ebade513d2d04258bb6c5fe0a6c70ad2"}]} {6} openstack.tests.unit.cloud.test_clustering.TestClustering.test_get_policy_on_cluster_not_found_returns_false [0.158766s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,994 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,999 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,001 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,003 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,015 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.940263+00:00", "project": {"domain": {"id": "7f55ab4c3f8f407ca320f1d0dc8d6e7a", "name": "0b38291453d64bf284274543578fa5e3"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e8a37bc259df4e3ba0611ad2b4e350d3"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8df63985bbc24780a68e825a6a1bee55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9603734ebd764526aaa369eab63a0670", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8cf030ed6ab14f6baa12acb63d2dd506", "region_id": "RegionOne"}], "type": "identity", "id": "a9b373f35bf14b1baad185f5a21239fd", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6fa45d5b6a544413b7dc6cdd178b4023", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "77dbefe96709408b9d324fba1f13415a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "666a745c5a7149c5b10b93d652c4cf40", "region_id": "RegionOne"}], "type": "compute", "id": "910823b8ae19469297346eab03f1cf3f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "65eba52555e84758810590565ecb44a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "8e7cda12ed6a456482e60cca93cfbd35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "5c4b12715dc740e49534f66c8a43b1de", "region_id": "RegionOne"}], "type": "image", "id": "97768c6e142640be8f052c9f92cb1812", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ebdb872e09444b2a8dbef8aad41e0c1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "49c67c3f19ab41d990316d6140f87826", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a565e73a59284f06a36e898eb2105076", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a852fa5261cf4cc282c7e4cf13f363d7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9acbd03d8d9743c5a0944088b12de227", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bdec73484884ef3b0c0e700aa62dc41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "895734e97f19487fa56b22712edfb08c", "region_id": "RegionOne"}], "type": "object-store", "id": "ea5fae1b95aa4ed882fee591fb7e2a96", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4256ee2992de41afba5403d91f6aad81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d420314c7ff24c20887f0f3fa166fc87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ebb4c87478ac4248a8f489de1cc7fd8e", "region_id": "RegionOne"}], "type": "clustering", "id": "0b85cfa2fe0a41a5bea9930ac0d7f7ca", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1e4407cdbf6d4724a676973b9ba5c48e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9bfc2b73eda54efb866beff22f708c59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "aa6420d0b705435bb94ab0d13106e830", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "466b7633b807423387a3871c74ba125c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "493d558fee9640e3a81ab221b9b829be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8c7ceab91bf94a2f9eb7e12b3264e065", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f95bad82e04c451698edb929705a37f9", "region_id": "RegionOne"}], "type": "cluster", "id": "37c2baaae3804f1885caaa7e5162a163", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "225351894920498c9ade4ab1a2fdd610", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7200392c29554c1cbe5e609a818979f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "441f5043b77a4b57824c28028e35260b", "region_id": "RegionOne"}], "type": "data-processing", "id": "e2b012443a2c476fa5da06bd12d50bb7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2f005e5f259a403bbeae65ee06ff1fb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cef5a0ae53f94ea0bf39f3cf6b239eca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c64a477b837d4703baeac8e32a7173e0", "region_id": "RegionOne"}], "type": "baremetal", "id": "05cf2e0897d9435d9d2d7fef14f25764", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f87d611f566f4305808159b0e3565c14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "047592ba1de3474baed2f6dd89fd00ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ec5a8156691f455db80655321efcdd24", "region_id": "RegionOne"}], "type": "bare-metal", "id": "aa9a475eecb84b179a0d330971ea17be", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "afdea8124224475b805d4cbd84ab2e30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f77d14056bdf4dee9c2c13dfad58f7d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5be3bc78a2ed45f29f3ccb094264f3b0", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "795f98dc89da4f9d9a66b74a4315abb3", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a2a388542bd544f7af011c1ec7c5d8a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a325ddfcfe1f401d8dba886d5afbf683", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7dba0ed62ec143da8ab597462e520600", "region_id": "RegionOne"}], "type": "key-manager", "id": "8ae327771024430b83a5c84c639cc1f3", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "40014f56b64149a497bdbc9988c4d084", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "85979bab22a24a28988b26b7d277a181", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c624fc97f6ac44318a625f17eb23f761", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "fcff91256f864321ac4c642a61773888", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bb3201a359424d60be026a0274a120d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "65133eb58fec498081c6e65fbc01d691", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "178e2bef2fa741378479cd22a7e30a07", "region_id": "RegionOne"}], "type": "infra-optim", "id": "595de905574e48a2ba4a800e8df4e93b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d0b2338c65b14639aae21c4a63400936", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f17e9698db8a423e8da7991cb6140852", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3b3882f4f39d466c883dcdc6cfd693cf", "region_id": "RegionOne"}], "type": "message", "id": "5ebd4f01b60e486aaad40e31a358d551", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6c6f3d006e5846ee96996483a8bba65c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4169db0442a64dacb709dc510d27779e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "362967bcfdb24cbb948cb81a38f354ad", "region_id": "RegionOne"}], "type": "messaging", "id": "8428cd46c0724c069e939516886cd76e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e16bf96197b84762954a9ed44dfc597c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "95bc4f934b9a4c71ad1c3c46c8108af8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "cb6bc7a8750d48de828fcba377f63861", "region_id": "RegionOne"}], "type": "application-catalog", "id": "bae0a1655f224fd989cbc390721e064b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "47afceb1121543fd8087d8fa3da4efcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "05281f0c3dbe4cbb87ec922918d4fc2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cdc6864ae3c043f1b5ab22b6961010ee", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "45086ca58e114c89850a28f275c63f57", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ac43555ca18942f58f43b627268e3828", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e1381aee7cfd4afcb07d2a09305b67c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4c62506e4a7e460ba2378271eaa54d78", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "90ea09c4565947b1a5be15fd3aab0764", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3ce895a691e1421da1b353a80ed98b86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "22164c41ad09419d8679cea4b0f97c42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3eecf0f9a00c4581804ccc3ec455da7e", "region_id": "RegionOne"}], "type": "container-infra", "id": "8f8f6708afd14d78bf367d07f2a18134", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "20f51a5537d3466a974261b15ee062e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "78b360a26c3649169d099dc5bbde6402", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "eddd15c92f844dedb9570380064e2667", "region_id": "RegionOne"}], "type": "search", "id": "8d5a6c4c27394137a0615d8b1d130c90", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "7fc3e549f9864230ba95f7ad238e972d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a07e827206f64e32a95874df12cb466e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1dc9f1617aa74159828c859a99758fbb", "region_id": "RegionOne"}], "type": "dns", "id": "50d8e67d07414aee97c0663a61a9343f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4014c79483de4acead8e93ff9277b90f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0aa090a691304ebd8f98a8c41193ed21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f1f7bf546f1c43f3a45577795081a26a", "region_id": "RegionOne"}], "type": "workflow", "id": "721480c401a74ba5a202d908a32d26e7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eda1a1990e0140b1bf83325d5c3491bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "345879e25fc14837861b1dbafe202ef8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cb6d2d9314fd4ea386cf253771da4dad", "region_id": "RegionOne"}], "type": "workflowv2", "id": "06ecea93d28346dfb5fb0290923d6637", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "fc9fba3d8c314e579926e37dda6794af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d6e3d5569b8c405baf9e6aed2d82f677", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "45098987d85845d3943d8f9b61fa8d64", "region_id": "RegionOne"}], "type": "rating", "id": "a1bb726e1dd74daaa8fca8860d29d183", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0a6d0737f5a54872bc9e9c5c9e87ebd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "776ab161d7d049268f30b97832a824f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "561dd425de2f43668ba307bb0f470d6f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4f8de0d11b2543828ee74003d8fed082", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "576618baf5324e329cf7d11b89f88fc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "35bc3e53981c47cda0c1cfce6b761a35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d35d5de635274b50a11d413b5a208b50", "region_id": "RegionOne"}], "type": "policy", "id": "6d73f59075e04890a9c52e4dc28496f1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a7dc3ec9ee6f479093af8162d6a05e84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "498dd7e3086941cf8c0309fcb5de3624", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8fca831df6544a288711a1a5a124060f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "396f9168601b4c8da4d96ed1a50e6173", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e7b5e39c5d23458d82752153706cd737", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aba56c5f22c34c9a8f8ec6daea194143", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "033e37edcbdb46829221c67a73762014", "region_id": "RegionOne"}], "type": "sharev2", "id": "fac02cabf2814c51a0ffa6806f10a2c6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b78a1b2c44094801be8d1ade49e7e17f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "37e02ce83530478ebc901514f7ced1f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6191a9b09c9d41fba0c6c4b0c5118cbd", "region_id": "RegionOne"}], "type": "share", "id": "9c2b0f204e2c42f6b25436b629634cdb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "72b6ad84539b467c9acc351acd2e4782", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fb0173c448e9450fa191c3feaca6c900", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e777ec72fd7b4eeabb78d2144357c9f8", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c0c2dc32a00845098cce68f43d27a8dc", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97f307f3b76f44889487322686bb81c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e36444aa847e42f781e9480f10d0be3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56b124d1177644e9a070aa712c68ae0f", "region_id": "RegionOne"}], "type": "orchestration", "id": "f106f7242e394f48a741783be73eebd9", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "977e947cdf554732b2185dacbb77a29b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24404fd7b41349589e1baf8df44b0c62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81e66fd017b04e739c6a462cd2eb55c7", "region_id": "RegionOne"}], "type": "block-storage", "id": "da90d2cb987f4db3a0a65f8a583093a7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ade4fa359324204816ca8e50019409c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "607d2b5192304b6ea882c0aa9ddbe8de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa1fe902b1fc4ebabb314ce8b9fb7379", "region_id": "RegionOne"}], "type": "volumev3", "id": "d168d558ed59492ba467c2da5203c845", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f2eacfe387540ecabc5cd5fef1f7b50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d389712f676c4df282ad4a3bc6673f93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "924858f753db48a3b78ed1a0371af8fa", "region_id": "RegionOne"}], "type": "volumev2", "id": "54e31eb17f554503bb2d54cabed9cb8d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e42016dee0af49599ef1f44d025a23c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a613a52742c4400a166c266e66a417f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fbd209f15864233b3d31be461023255", "region_id": "RegionOne"}], "type": "volume", "id": "5232ec7b87504d00a2bbee14ed78c19f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "057b76782ad64af6acd68dd85d5655d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29ada8da907a481caafe17932dad2780", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35fcb3a0f95d43dab2e90bbb217551c7", "region_id": "RegionOne"}], "type": "block-store", "id": "e4e343c0c8784b31a7780c16d4070d38", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4159432261684e65ad62f6539072bc87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "df5f00ee2f32424181f691247052bab3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "30ccbb15c0fc46c4bdb0a489c5e63090", "region_id": "RegionOne"}], "type": "alarm", "id": "5ec27a64c5e74861ad8427df9b040bf4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "12deded21d8542b4967585215b66c6e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "41656041cd2a462f878dbd4d88bd1c54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6b30587c317043b29b376706400b40d3", "region_id": "RegionOne"}], "type": "alarming", "id": "982761883f93403e80f488a92d9d25a4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e431ff65835c4189a0bc0f54bf144474", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3d79424ec18b44a9b8879f3e9a9af965", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e5c3a82ab13a4dafa2275efeca41add8", "region_id": "RegionOne"}], "type": "meter", "id": "d2027770a9c94edca74a2869dddbd1ba", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "970e3420ee644409a42db3f2cf7507c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "326694ed053c4908a027cf91cd2dc9d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b0b38c49e97647cb85e212d820cc8a34", "region_id": "RegionOne"}], "type": "metering", "id": "81a72efcc26f49f0b763ef5f358c1311", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b33b03b21cf643e18d07dfafb6a8b9fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a3ef0348d30f4643b5fe4e178192a12b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "25983cb92c9e41f3a933f1cd787d0b43", "region_id": "RegionOne"}], "type": "telemetry", "id": "8a881d1fb7e742399447b6efa23aafe2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5bf2938b7e224af48ca5521b4b51bd1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9ae802ef2f2843039c8fd2c8b97543dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "00651c1fad494e76a84d8550bc076f40", "region_id": "RegionOne"}], "type": "event", "id": "25a9cc6f95fc444494d4f1bcfed9dae5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0df1178d740b4c1c8f770bd033ec2c2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d198e16a96e041dca2082d71eddac063", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cd1d502fc7014ba38b78fc809dc0a751", "region_id": "RegionOne"}], "type": "events", "id": "2185b0a58c6443e080232f623f4d1e98", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4f67031e6ace47919310655402fd8a31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9446b9726b094686b264af611677ea50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "96d7aacb30b1455c9db2784f1bae0419", "region_id": "RegionOne"}], "type": "application-deployment", "id": "801ee04acc434179a2cadf0162ee5e36", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fa584fe5b10347fd95903668a29b31df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bc4726657f194a5c95f1ea6bc1eff198", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "68139e59f7d44236a3d3e56ba5f1ba1c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "595a4da7ac93416094e9dccb0e7517e8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e53920f443df4fcb93de09decb3d8cd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "aec0927e8a6a46b39f7cb1b8ed34f836", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d7bff926f37343679ade9568ac8ff52c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3a0916d4b19b4e6e9042b3b4722f076e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "07a0facf93e64e26b4577209f470089b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fba4ffef777b4976a5cb32c0a7f0de28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0b42ac87444e468caaedfee5886dcea1", "region_id": "RegionOne"}], "type": "tricircle", "id": "ea3aff39f9bb418287fd5a6c3c35a7a4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "87e62f9ff58c41f0bace1f876f9f9127", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "21cce4b59aa64104baaeb9b7dfc5a84e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "527ac7e721804eea99c693c03619e11a", "region_id": "RegionOne"}], "type": "database", "id": "49cf96ca4ae847568bd8e103005a0683", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "91ef14e65f7e4ab69afc9c6b3cfa147e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "610e04b836804a6d9d3f05691405c37b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "69739280d71549bd8d2b77c44fb809b9", "region_id": "RegionOne"}], "type": "application-container", "id": "f95ca2cc2f564670a479788ef8b03d22", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0a09f6b0953045a4b94afd1b1c9eab11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b4cb6893366f4d9199bc5ee81a2fe32c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "03ce9f041a834f74a7c0f5d391e64c44", "region_id": "RegionOne"}], "type": "container", "id": "44545aa79eb9441b925d91d774b6b042", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b919fe02aa2146b097ea647855ccd664", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b549e00cabd5401da3b4686ffcbab822", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1cd7fa620c104753bc6cf22cdbbdf779", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "88b00e7f495745de997a18bb847e44b2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a938f50f96da42f7840fcbc7ea0158ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "074fe45feff44783ab9dcacf641086d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0d0c68ebb1be4d12ae6b5dfeffb0d21d", "region_id": "RegionOne"}], "type": "rca", "id": "1be341de23c44379a09b82fc8f62bba5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "327f7a8c0f494ef8a9f180d5767a6e09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1c55df9aaeb744ff95bf4622562f7c42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "49991eee8fc34adcb3be63214df40a97", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ba38765d694e49c59af2d7152e556964", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c4f88287b1ab4878a83fa3504ed5210b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "520091b2fbce4d27b3120189eeee3870", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "274cead09343463eaf96e07a17389725", "region_id": "RegionOne"}], "type": "network", "id": "e3312cce79dd4c59835f3405f4c374a2", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "4f9be6eb1579477e936834b20a3ff4c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "411b2800856042738d6a81648ec4cb0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7b449500b32940d2aa52d6308ad5163f", "region_id": "RegionOne"}], "type": "backup", "id": "794960c28fef480d8b166603cc85b8d4", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "950c3bc36c6c4fe48501e58697de9aaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "aa7921a1e3b5497383cb1d587019c503", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "138cd05793b249c6929d94ca4f015611", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "35764e320fd24f23a8822ca1ccf0edbc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c41f0c9ba2ee4b2f930d310d2ad1da84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3a0f3a8168cc4e2dae9bf5310bb1d80a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "28af9f599efc427a968b535a2dae8066", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "53c41ec5294549c99bdc8143261f9247", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1287ed02a385436aac2215c7db9d1518", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bf464b787cae40d494b4c1eff5c10ee7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "23afc69b7afd404a8754c25caf53e02b", "region_id": "RegionOne"}], "type": "monitoring", "id": "f6ebc85ab46840ddafa57d6258e7ad8b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5908c09d47204ec982775bd7cd532bd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d644d878aa5c415ab9246f5b0d20a6ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8be93fc7ff6245a89e4afb0b197e2eb3", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b9c7a88f11c64b8cb58933d9e64910f3", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6cad0be1047d46ad8609f7932e6d972b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f8a38d2e4a764ab991edfe49e0b19065", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "140fbf961ba24080a9c17b6733c729b9", "region_id": "RegionOne"}], "type": "placement", "id": "12b152c9196243678c607a504076f64a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ab6d0d1bf9974a9fadd25bab91884de2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c0161b83a26e454b9fdec3a8e69f8df8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "854d9a1d570342f0a3ae1137bfcc5312", "region_id": "RegionOne"}], "type": "instance-ha", "id": "935fc1c5924e4ee5bc656e3c42fe98ee", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "11019c7ca17249e0884e1dbe6eabae53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c0a128a7f4554fa68460f99fea378af4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "21e1190e253d4801a3668bde5eb50e08", "region_id": "RegionOne"}], "type": "ha", "id": "e20b64e35cc0421d994fa90bafce37f1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "60f336033d36497385c1cbfc9b8d03cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6cd3610fa32544c9bb39ebb5134a31b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "dc424cbf508e4d389f4ce449ef4caccc", "region_id": "RegionOne"}], "type": "reservation", "id": "c327fc6eeee242d1b4e539c8ddadeb00", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0bf38e0498bc45f1b5f27e46d667d1bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f0de2d8ce812443c89a984850ecdc456", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "679732fc31104605a1a8452951475e62", "region_id": "RegionOne"}], "type": "function-engine", "id": "e3b7a749f33445b79ba34cb209d50cff", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "298c52315cdd4b0388b8471c6b3167f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "77af5ae68f68428493888773dccdd9a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3f5b6f5f9f214d849e0a20aa6ab31f99", "region_id": "RegionOne"}], "type": "accelerator", "id": "0801016684934ab79f58138ad5414823", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d22d057201d3481b960af37fbbe4e638", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "231ac714beb04b0aaa522293419fe11c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c92a30bfbbea4b0cb23cd795453aa832", "region_id": "RegionOne"}], "type": "admin-logic", "id": "303b076772bc486086bd4c06f29ad8ea", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0f9457389b484121ae77dbc5fc75237a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f54ac086c65d4eb59e550aa18fa1702d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2419642bf28147ffb83aaf7934d2d91d", "region_id": "RegionOne"}], "type": "registration", "id": "320642dbf3f544b09e55263a142b68de", "name": "adjutant"}], "user": {"domain": {"id": "25c365fcebec41118e7beb180a0d32cd", "name": "4f10810b9c684ae6bd60e7a8ae2da4de"}, "id": "5e10d62ddf004a51aa669f55f50c3812", "name": "2b84cc4e4e1640fd940d603e14cf80f2"}, "audit_ids": ["da7c653f1ef34101a5b57a797bc2d1b6", null], "issued_at": "2019-09-19T09:04:39.940263"}} 2019-09-19 09:06:40,064 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,069 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,070 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:40,089 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters/1/policies/no-policy -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,093 keystoneauth.session RESP: [404] content-type: application/json {4} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_remove_rule_from_policy_not_found [0.204471s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,960 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,965 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,967 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,970 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,984 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.900322+00:00", "project": {"domain": {"id": "e96f9f4e1f494e81b5642c983549cc05", "name": "a7a955a666254638b3ac961efb8cc891"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "fbb9f7873a824acc832d60945889be9c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9d97a660bafd43a899e2a3f94e9d42b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9fea44d0859844e69fe6456254dcb438", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "117f871b1689497f9a542db0bf40c2d0", "region_id": "RegionOne"}], "type": "identity", "id": "90b4e0c4ad574b8db32f796af0407925", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a5878e03d4a0484383a20957bff0aa06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "287e037a8afa4076bccce35fd4ada929", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ff1ed2952ec74079b1946161cdd94622", "region_id": "RegionOne"}], "type": "compute", "id": "26669bf2ea35400c95b921ce38318818", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "8ebcfd1daa3a47849ea8394b2ffc5cf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d8e70cf719234dffafb4a5aec9e54a74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4b70ec8eb8184184bab16bfca2d63511", "region_id": "RegionOne"}], "type": "image", "id": "5382a3f03d9047cc93980191bdd7c669", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "60122c01646045f2ad76d35bee9506b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "25e444df1c12487c888580ab74c9383e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7f20695d03f14dcd906fb68e40244608", "region_id": "RegionOne"}], "type": "load-balancer", "id": "42654199744f4f73b6e80c8a4a06423e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "142ac7b61c844646900a9bee423587ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "717273d1dafa42e6aceb464c96d9bf3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf8ccdbde7ea44aea45c347e65e062ea", "region_id": "RegionOne"}], "type": "object-store", "id": "c05929e7e18e453cb6937c248031aa12", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f5b417d33e394a7daeab9959160a763a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "39c8b252d44f48baa75f3c8f61d5a008", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b5cb3c4c856140b5bde3e2e2e41cf25a", "region_id": "RegionOne"}], "type": "clustering", "id": "8d2addbacaf24308818c1fc568d55cb2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f4eb63df2bf34d9dbcc521f5fcf3680b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cc60cca7a69640d180c54474beef86cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b39ae8e6aaad4c13a620e4c4c582f956", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1c43afd3d5584740a3082df860badb8c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "73b122b4748f451ab3c76b61b251568d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ab6b1a247d6349679dfef2eb166f1492", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9969452b15da4a5f8b4b4b9b20ba35a9", "region_id": "RegionOne"}], "type": "cluster", "id": "44a4892f574847639bb6f6ea5e5354f1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8820d8a859504827833b1b55364ce860", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "575c84e2b0ca44f5a116a573b444b5fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ab5e88a960134a6ca6efa02e1c45ac40", "region_id": "RegionOne"}], "type": "data-processing", "id": "1501efc25ba045d588ab59fcbeeeb20f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "855e0f5dd1674de6bcb5553d6dc1b249", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "86f1d02114cc4486865459cfeb459f2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "115d8fbc4e614d698472149bf3db7e84", "region_id": "RegionOne"}], "type": "baremetal", "id": "a39de1ca1ef74f77adfd52c598319356", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "184fd53a6cc242259ca0e0a08e66e458", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cf99963c068c42ffa76a6ea96f1c4d27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5bb4acf7294741068a127add8b42e61e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6911118fd881492fa2500a8a57079fbd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d5db4311da9249a6a593f056e00d0c6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b595dbf0703343178170cb3aeafe6531", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e74da97af4764010abeef2fd6801fc38", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "bc4857932a3e4aeeacaac2e5ecd2a4f7", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5ab067fd3ef74b9b973598eed5809300", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "73d06e46c7584f718c52c84d55ffe0cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "caf303e899fe49b59e43e3b85f4265b7", "region_id": "RegionOne"}], "type": "key-manager", "id": "542f52217f0943778f52f51a9dcccb5d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "70ed1acd50944db5985c32c282e0c6ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "726e74bc6a604dde9465593a2f8b11e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9d44899fa6d540f6ba61c84378653b2d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0627f3df4d554a4c94f0f5f14c861a48", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "761b4d6a60264c77b7520aa60f19abce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "24ac547e09ff41efbe1c4b518f6363a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b1c0b6ee8210455b8c7e9a71183b9b42", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0a4007e52b1249908677e93343eabb48", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4217d284f0424695b90249af97c60845", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1ed195daf06d412cbcf1e9f72657a70e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "605feaa00675461eab00d85488b94b4f", "region_id": "RegionOne"}], "type": "message", "id": "88c0e61135fe4060ae39c75b8510209e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d2439a1b878646d9a96f7bee481e2be4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "de507e0267eb4e9598fe585fea74d82c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5c98c9ee6c5345059bd58a44545aa759", "region_id": "RegionOne"}], "type": "messaging", "id": "b064859c3a4743e4ad04654dde73c04c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2d737a72f2fa4c43aecc40a8d8003c00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "50bd9919d0884689a5d428ccdf4b8db4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5168845e905740198a660eac9e823818", "region_id": "RegionOne"}], "type": "application-catalog", "id": "97eabf321a0443a3bc34e4099b8a509c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f34d593987cf4852af0d6a1223e99c52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7f7e3d23b78d435f82816dadc14c5dd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "230d6ee093b6400ea79fbcb185784581", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "91d9ac879143481e8bc72c87db70ffea", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "44712b2c0c3c4a3c9d911a56996563c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0b82c367bf48477f86d8cfca3a81085c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6a032f11e8ca47619274ad469e160f9e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "16bc97c5e39a4977999adaa3d11f3a18", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5667f41071a34bf8bbad1c6ead25b2a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "540dac0f21c14f3aa6522c69be3f5d7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e5ce04a69e754869bffd9e55fbf0cc40", "region_id": "RegionOne"}], "type": "container-infra", "id": "289488bb9a6541279c0afc7bf2b78474", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "41dfa980dcd44e46a8cb3c2903817e76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "56838b27119b42c9a09692f1ba57c26b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "348a1870050a4a99a3139bee318e3961", "region_id": "RegionOne"}], "type": "search", "id": "5b0bf9e901f84f53a4f8f7f3f6dc227f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "7c22b8bbaf5e473595fbf17b739853c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1fe6f847d4174254812321c9f04f67d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "450e51c86c9046b6ad535b5576016916", "region_id": "RegionOne"}], "type": "dns", "id": "7fec30f73ef2422493272b6ceea512e0", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6775bba563c0487f8f452aff438d76c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fa182e8ac15f48908c5ccc73f8af1892", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e2766093387d47df976ffe1c54f54f2d", "region_id": "RegionOne"}], "type": "workflow", "id": "9c4d9372d97d4f8caad1aebe2760a901", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "506332be88584fd5ac7af04ca2a4e71e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3b7f909f941f4525a6c30b710141717c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a4092f90063644a4aee2e2eb1b9c7828", "region_id": "RegionOne"}], "type": "workflowv2", "id": "dd96da1cec88492ca8f0a51f0cceeec1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "3e61eafbbba5470f8c92ec476e12b8be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9d25ef3002c545cabce4f928f9f78d2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1def56745125492ea135ed5b266be925", "region_id": "RegionOne"}], "type": "rating", "id": "c29251da7f5d4dcaa121331427558392", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2e36cf6533cc41e4a927fcf118c14b6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "839b30edfaba481b9c23cdb3f16a3a3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b146810de7da4994acf9e6bf9d386042", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4921ddff58ec4713a6cd9758e36e6aef", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d6a89216b5224cd9ad697026ffd9dda1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "08e03e722b01405ca8d18cf546866c43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "903575dbbdb44925a139205ab1212944", "region_id": "RegionOne"}], "type": "policy", "id": "c66e539ad6de454387e0184270b9a248", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "604784165b2d452aa036ccf5f1f809b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4b0581d997a646ce9443abb51c24e020", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "03033785edf244c096b7c46571010cff", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a4a22230de85403580eb0df7cce78424", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eddcff57bc25430f8166c9b190551a69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3f1957f866504213a41c27e16bc029bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4057b543c9c14d728be26fe03cb9575d", "region_id": "RegionOne"}], "type": "sharev2", "id": "dd9491dc64904cc2b59c227aa4b72dcf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "51c34c4a48d942e19294e635bc74c8cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "49462d0cd3994502924b16ac03130dee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1348790ead8547829a5baa8f02237aae", "region_id": "RegionOne"}], "type": "share", "id": "047c4ef0c96a46768d4717506fd0b2ee", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a67ed5b9962b4c09a50b6218d916a2ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b0c6672df6b24db193a441df12270506", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "68dc5ec8e9fa4197bd51f6aacda77ed1", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f5b1e29f97a2490eac883a2386233533", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5228b5b44b044f2c8735f97419801c0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ffd6cc4c5ce452a9cec8a4ebef89593", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80cedbe038ce4fc5af366a5b1193798b", "region_id": "RegionOne"}], "type": "orchestration", "id": "3733369190c145508ee5c14bf8f035d6", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1afb95fe470a4c8ba6c352eeafffbbc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d1d46b109294085ac44bd976b5dded0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1032a21a1b742358eabe82dd68c76c1", "region_id": "RegionOne"}], "type": "block-storage", "id": "641f688fdbac4e5daefdcb540f3f24d4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6aabef407d84a718a665252f135a981", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eee811f4f3bb49099d2657cb378b710a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df2d774999d74e67b42684b4cef6bcc9", "region_id": "RegionOne"}], "type": "volumev3", "id": "2fd61b2d9db24265916dde8e34139144", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "300f623c4ada4614b3eeb89a5bec8d74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ddfe23f87d94576bb79184c52b907c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e73e029b3194dd493dfa1714946750b", "region_id": "RegionOne"}], "type": "volumev2", "id": "cac7ffe0bf02446e9aef6603ca3c902c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76a42c97888f4e2fa3cf1b2d5eb5009a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "780294672d0c441392fe00ade2cc5005", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80859b2baff84163b3c59e3bf204247a", "region_id": "RegionOne"}], "type": "volume", "id": "1975ba23c2ac4a53a8aebfd97b3b6806", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9327f66731864db298dee14c83d8252c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5cf8753debb54f06bd557cd3c1cc2a09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a01a585d9de4f3ab588c7a72d3fea09", "region_id": "RegionOne"}], "type": "block-store", "id": "031e4a0e5ebe4c0e974e7c6ae5fb6d93", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a3c51ab8b74c4e90ac29b6ec0d18bc62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d4e39adcf0494a0aaa7ef7898654e4c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2ac139e61f9c4455ae4377146d9603fd", "region_id": "RegionOne"}], "type": "alarm", "id": "f32063f49b8541519176e365e2f0cff1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0d97024d002b44fdabf4f865df1887d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d568813dd2b543908575233c89df459f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "465b0aa9783a4d72bc873619bbea453c", "region_id": "RegionOne"}], "type": "alarming", "id": "acc9e4ad02814232a426ae3b62225940", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "868afdfc219d46ccb7619330f7071af6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d248075550e444a1b2fd7c430e24a7ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d3c9594e260b4a288fd73073e9bcc89e", "region_id": "RegionOne"}], "type": "meter", "id": "6ca57a1909764107be06003c4e33bed2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6c8da106efcd42d3a9601454399aec54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "47dfcb23e6074a74baff486a8a8b9fae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b9bd9276d81c4edeb7a08e5c915810da", "region_id": "RegionOne"}], "type": "metering", "id": "7360f79a9adf411a800b35a5eaec8512", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d201b80bd792470dab3d2141663cd18d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6661fab5559e4a8f841e2ea66dac6195", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "13579c33483a4c2e9ff1a75f9e7aaf39", "region_id": "RegionOne"}], "type": "telemetry", "id": "0105d72f56ba42ca8779b3c6c4df0b76", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e2b48674fb8543448997be3e57a2a009", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a66c17dfe8fb44e284dc5fef4e7db35d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "acaf49244fc24d95a09fb1885a75ab12", "region_id": "RegionOne"}], "type": "event", "id": "33a54d298250454cb3b544d9cfe38524", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b5cfca392ed24ebda0dbb36dd94eafff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "08881afae95c4e4d97f396756f3a9bf2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "02e413a8e9ae4f03914d1f0a8ef5df4c", "region_id": "RegionOne"}], "type": "events", "id": "5537cf38749d41c7a05bbee495819bed", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a60f2233f395405abf30951c4b2c01d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dda66fd7bf174d0e8d58309a5a64133e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "eaf8c26af37043b9b32f4b92215847c5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c186065ba59c4f61ae1ba0f710148375", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "353f938a09064616b04b9867b49a5602", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5cd9e211c74749e5b6f64b537504ee2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ae8c64914e4e4a05bcc072058af1d79e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8c913d5910644b5ba6860f17a0aa46bd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3962e2b124e74c5b9136b2348c7fde3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "eb66643b3b8f4710ad2094ebaf27761b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "08b5847636014562b47f2380d4a6962d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "e59170beba1e47acbc5dd121743faef3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2c2018e6387f4f1a9aabcad0da3cd4f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4a3fc00239e541e7a46ad5bd2661b085", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7f5b588aa0794b8abd4622cc68f5dc19", "region_id": "RegionOne"}], "type": "tricircle", "id": "fcd72dab80ac459bb57b85372627cf0c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "fb5bbf3bd28f4f38952677cd7834d171", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "56eb125d46c0426d85988dd05d007ad1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b8184043b1b8423588875292895e26d8", "region_id": "RegionOne"}], "type": "database", "id": "fe79f43a8d264cbcb5f74f2b9738d37a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "378d70bd6e214362b365625977240dd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "df9f98bb26e74c6dba006e8c0e2234cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2b678ca8bbf2475fa50385c26f31f071", "region_id": "RegionOne"}], "type": "application-container", "id": "c7dd0d6bef354f2fab5e400f678580bf", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bb011a38b97b4d8b8cbe324520adc95d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d8f04c734fc14261a885b35fff5f524b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "eaeeb5a7106a4e99b30cde6d0881bfb5", "region_id": "RegionOne"}], "type": "container", "id": "726eee9ee18446f1bb5b4f34e68d6126", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ee5bdd74f3334c25ae4b46afe48c56bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c367996ab1514f6196735a2dcc73d18c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fed10c706ba549d3bb69efe647ca8a9a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "25e37c959f4f4ec3b1dc59a8743f3e8b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bee2addb2f684968824f1d94bc53559a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "98d4ec100ab5469a8b992efa55c64e46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "609a283b12f047cda2d966824c417415", "region_id": "RegionOne"}], "type": "rca", "id": "9a9f8773a05b4e1fb42a3cd32c15fb34", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f9c5367a403945069465f20e76f73502", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "968ac813f11e4ebb8337a738e5f10319", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "599ce6eb63aa4739b1b1a429d0547b94", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a76c304201694456ae469a4b51be0584", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f6f9916a5e134b788198e35bf89a33c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "751e91c7d6d345e7bb7f2a3b24772b8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e3dd945ae1fe4677adbdc7b222549e0c", "region_id": "RegionOne"}], "type": "network", "id": "884b3413b65244a4931e59818088d5d0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6b42d90d0d0a42b4b359ade744c3f973", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ce6d63da188644f493306b36e9de474f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ef96334b991846e38de549be3f86a030", "region_id": "RegionOne"}], "type": "backup", "id": "f2af7c30c1794709997ba7c5688234c1", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e9f20e54322d4f46b4a131691e030b05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3fa128eb15834cda8ff54a0a9b89d09c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f7ad4af956224ccb96df13f67c6b182e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b7ad367bc7ac441ba6f69def69d3e54a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c67a840a247b4ecbba5fe2269f6655d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "04113d3d320941e7bef83001e73804dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "10513fb03dff40a49a56225328b1eb3c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "773ca8ac269f4c218065a66a70cecfeb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3eb10a67e700414187031e1ad56aa6be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a17c1f6058bf44daabba3124075bf0d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b5281667110c4893bdcfa74b83edcc0f", "region_id": "RegionOne"}], "type": "monitoring", "id": "1e23fe077c224bdd90e9b9e30e958df4", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2a0c1826314849dcbe794549ffc79275", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1e10b6201ac04870a9496869c6a178f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1f63db44441b4df598ad1893cb3c6390", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "0e035042f5044a57bac3bc833a85d367", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2b774a9b331c4c74925b480c7b9b82d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "74a73db3438e4f739be865605d177a2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7ccd013d8ca74c8abe8a75be3f6d3ce8", "region_id": "RegionOne"}], "type": "placement", "id": "d74cb5ddf50c4851bdd06f5019d7dd8e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "34b922da60734f4bbf85d67e0d0e85e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0ba0566844ee4eb3b8a798a60c87ebc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "933bd564fb4d401e94bc200f20ab1579", "region_id": "RegionOne"}], "type": "instance-ha", "id": "588ad455c0584b55a6118be3ff8322e9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c2df81269f7445ccbf916a092f2558e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0e805dd91b1d4bbbb56eef7f46f7faa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d187e1bd07e84b96a5576f3f996a2a5f", "region_id": "RegionOne"}], "type": "ha", "id": "2a8101641add43b8b9b750437efe0f0c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c573f90b0de14a59b0fbc3e4f2397883", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8a8b43d4b50b4cd2be9d6cfd82b76ceb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3b0c9e3074724b9a8599db8942d96daa", "region_id": "RegionOne"}], "type": "reservation", "id": "850fd43ecf7a44749497759248337095", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "71831cd786644906af5a5999a3e1b957", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fc85e999d0b4444c9f84c7034c6832e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5a58a4b0950241f2939be0a7bd9bf1d9", "region_id": "RegionOne"}], "type": "function-engine", "id": "52303072e5c84e35b92bae0404525f0f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "209758e896434409bdc6b5f09c183b5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fc0676ac1ae548839a15963fa2a5cf93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "61aacd8839de44cfb68164c5446c77d1", "region_id": "RegionOne"}], "type": "accelerator", "id": "d2a35f6c9e7145ee92eaeb4d64b1ea73", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7011e1b3590e4d45aba437361627ad7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5d7998f113944e3ea5ef3aa6090c0b34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a3f645ef2ca848f292fa6603773b52cc", "region_id": "RegionOne"}], "type": "admin-logic", "id": "af5225a6518648589c671aff8eb6de99", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e04529e3fe164e7ebc149204488a6fdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7926ba580c364bc992ded8a4fa8bfeaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "740307de06fb4bce8fe7e4940b47f2ed", "region_id": "RegionOne"}], "type": "registration", "id": "a59deeaa91124817b417323e91f7304a", "name": "adjutant"}], "user": {"domain": {"id": "3fac08adf8084bd3aa3e1f57fe0ff32f", "name": "58caeceb99d5475093decba8f8ce9978"}, "id": "c8f547649f3b496daee31e737ff62f00", "name": "169ac06dbc484f609138a89fd4f8a900"}, "audit_ids": ["766402a34ae6453bbdc3457b2493dddf", null], "issued_at": "2019-09-19T09:04:39.900322"}} 2019-09-19 09:06:40,086 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/block_popular_services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,091 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:40,093 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=block_popular_services" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,097 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,099 keystoneauth.session RESP BODY: {"firewall_policies": []} {28} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_no_addresses [0.663102s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,506 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,511 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,512 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,515 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,527 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.443909+00:00", "project": {"domain": {"id": "c757770171a64aa49c0e8603ae50862a", "name": "a2b65e9b1f9b46849af6f59c884229eb"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "dde9104ce0d947c5a05effdc6d2adbff"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0e6a2d7c921140f3ad988ced9853ba51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5ae1605a6e9b4370a13898bc4fc54d50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f7c36bef65b949979d1d1059284d403c", "region_id": "RegionOne"}], "type": "identity", "id": "0b80e570902748d2b7f53aba0d01592b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6a5a1ace1d0649389019f6b5024ddf41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e4318aa40eba4432965e26213904dee8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d9f6bcfafdc14291aaaff44a0c8471b7", "region_id": "RegionOne"}], "type": "compute", "id": "b8432317aac8431a9a31396831004298", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ee11bb8bad294415ae5274bda6d39ae3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c0181e24ac97400e85810957405a9a46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "beb7cab6051f40ba8c2246a56b1c859c", "region_id": "RegionOne"}], "type": "image", "id": "38a897665dd44e16b045d7c524910c8b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3fac4d449e0c4e9f99484c672bda9d15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "198f983cef7340b2b7d16eecd6a0173d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "9ff438951f80423bb19a378ebcf87369", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0bfc4482cf8f4edf853fd3f40b95a281", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4b72335f7184becb56b69b9f74f7660", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "984e4f702b59458fadcc6b4befc7b460", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ecaf1ea09154660a90c9b6e5e86b3ec", "region_id": "RegionOne"}], "type": "object-store", "id": "882c96b72cf844c1ae17a78c8c623784", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8c408785f5124de0862c00e9d9e337b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a3be736d28244854915d0282e2b68bf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8f3c47b3dc89497e822c6a00c7c90201", "region_id": "RegionOne"}], "type": "clustering", "id": "e762101213ea40ff984c17124995affd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0636d0692fe74cd180127ab3fb68e021", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9027f67dfb914125897d8a044f8946f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "523e5ee2d04544d5bf90a1d3b9727e10", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c55c57d5e7314e5797178cb83c5401ce", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5700390de02a4306ae876039b2e7dc6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "44441369e3b743b9b656fe2d5744065d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fa86514e3c4341ac966ef48068ceafed", "region_id": "RegionOne"}], "type": "cluster", "id": "d32df107b7e44ea8a82ca91d73ab6cf4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8818d060a94044ba95581e3e8d450bf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c19cd1a652064bd99691a397b1e825ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "5d8890aefd9d4ab19b33e31e86bdf158", "region_id": "RegionOne"}], "type": "data-processing", "id": "6f93aeac1426471fbdbffb8b265b921e", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e3da6df4befe4a37a83f5ecbc1242dae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e5f041ce37ca44c1a968d1537f65216e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "80828aa4dbe848d8800434db1793f957", "region_id": "RegionOne"}], "type": "baremetal", "id": "15bbcc9bae4d4384a89eeeb25d6c8c63", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7fd7eb65872443cea6e7a933d0ee318d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7544f4a5c2d842b2ae0fecdd9c43e806", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e23c31e0b318470d9a0c2bd0bd0a7e94", "region_id": "RegionOne"}], "type": "bare-metal", "id": "40603ce9d3704bb0bfa89e868b0c545b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "47c39b9838da47aa9f39478007abc327", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ec76656d5d0e4798ac61595e9e56d62c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a44384be51884c25bcdb1fc469dd007b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c0665e15b8b146b69b24f3d9143c2d40", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f404d0a8a7514c11a9dcaf24aeb6731c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3497be7e023d44c2899ece607fe12fb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "046cc97e9cf44f019642aaca2ebf8985", "region_id": "RegionOne"}], "type": "key-manager", "id": "fded97ea773d4525ab8ded0c5b4ece5b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8faac6c26a5f4046b42dd88f084991d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e34607f1efad45d6ac9dacf3d9ebef0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d4d331c52fc642a7847a380960f49f27", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "bceaf2ab29224954adca1ac8d7db61b2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e3a863c0d1b24090bd397ff0c3262353", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "854fdc00183747d5a9a8b115951d58a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7703c86aca4e40e1903a0da3dbf2471c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "bbf64fbcaf574a5485c4866a9d5e6da0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3442ae5d43c84a1e98ed9b7f2b03062b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f7c3dcb9a4e04f229b037e2cc1f85c8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b03c5c2d91a241b1873ad7b70bac0385", "region_id": "RegionOne"}], "type": "message", "id": "51e7d66a009a4743a387dd385b6fb479", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0a6f2c3d90c6473c971c025e13fca9ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ccd077358fe345d49fbc96ab8d6b5abf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4d88615b0f404f81b17681b01e8091a7", "region_id": "RegionOne"}], "type": "messaging", "id": "e38c63f5a75041c9a2d5936d8f5ad3a0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "18cab3ec007e4abfbadaa6126521ced1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "31101226dc4841ab9fcc97bba0daae85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "47ea07dfda3d492c9c7c21048887d18a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3f5d158cbeba45d798badfdf411353bc", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "29694e2c8fe94f82bd89a9ccef17bd08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "266f515170f147b095b3d005ef4d2101", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "29d78d9b042c4c4cb7f142137d484498", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "39d3a22f764f4ee28d39da916777911c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e4886887c95540d3a8c17ba51ae4b42f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f5eb1d860550407992763250a57a29d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71346ff4e82e43b2879bc10249c5a27b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4648f4edf45045ed922effc22ab19f88", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8d4a291acdd84af2b6e3981101fbe4f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "26f446eb2e344f8a956d1fca15c21322", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "829c1ce38e10442f908717843728d1da", "region_id": "RegionOne"}], "type": "container-infra", "id": "2348bd02e0aa4666b1ec30284c1e5623", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0d10bd1265c5484c8ab98626e22a599e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "1f5524e70c8b49eebf01d39df0877f47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "fc365c6cb0384affbcc07979f6d797b7", "region_id": "RegionOne"}], "type": "search", "id": "984ae72b4bb04d97982ba11c184cbc0e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d6baf6fd79764be3b355dac510f23597", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b0250fb32a094d1d9078dd7b035b9019", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "00e1858463ed45e3955804a49689d97a", "region_id": "RegionOne"}], "type": "dns", "id": "6df03e39dd8d478c83883dd308ee6dc5", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3c07b6724f20418b91e89c1a9f65212e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8a5889342d3047e3ad468da3a822ce76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4221c2fafa2e4ec7872fd40c03415e39", "region_id": "RegionOne"}], "type": "workflow", "id": "f3f927b22ab04b019c0e888dfe457156", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c0c2f10bfb58490796565d8bad3a8ce6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "40fe097ba9a24152bcd9918982307724", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f4e8f782ea194b9881611b35f16cfa4e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d4a81217f25c49889b075fefb4296e18", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "31965765f73c46d5b1f9037fe22b8287", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "73c4169c261b42d48ff6ca26a97324f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0b1061f8cbec4e168c31e39362b1957e", "region_id": "RegionOne"}], "type": "rating", "id": "4aa36ca8253c424eb051af2670dc9878", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a7776a940d1c40be9f8ea04dacc25419", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e5454d436f924d3b9ebc0d5ccba99d98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d61dc80209064611a24d21589dda91d6", "region_id": "RegionOne"}], "type": "operator-policy", "id": "bf73f3f4086f4ec79303f92efe0e4f8a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7de0c64f10c843e59c974202f78b715d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fc20497e2c484b30bf6680d08d59ce2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "61406bbd4c704bfbae1f9dbcd1899ad0", "region_id": "RegionOne"}], "type": "policy", "id": "0840f872df874ee69476db888a293f58", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8e68abfacff84c0f842d21d9cc1a81a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "530ea550caf64587b12f3c7c5c583def", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b1f95858ff6b453cbcae5229346066d4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6c53b90785304ac3b507e4fd79572803", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4c0b9b595f3344f2b10e2384428bb253", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "921729bed03245d1ad43f377f931aa9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a76e2cff024c4a4ebec4e510a5af717d", "region_id": "RegionOne"}], "type": "sharev2", "id": "1b060f7008e448a8985487e30aff26de", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "29f85539278b44518781694fa8f68c79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "de9e25bd55044442a022b71a440e6a9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "90cce383103948b0a919782c85a956a2", "region_id": "RegionOne"}], "type": "share", "id": "28000ec0776942769e4a49fd5db031e5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "741a3996362c4a0789b12d74e21ec169", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1a63ad45eac0494e9e65f92a758f92f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0f88ba99a3db41869d504c20251b9490", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a35c834e6061446fa0fe250008acc07f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32c0021cc3c04851bae02d19d96b824e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2624f6109e145ac8b2388defc6fdce6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c04cd0d1c2344def906364ef6324dfb7", "region_id": "RegionOne"}], "type": "orchestration", "id": "44d37b4f45bd4b46952d0a3ac1bdce58", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "414a3331991b497eb8d9e38af3f026b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69cb58b61e044bc4acd6d1fe61881606", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65cf1f78d8404baa8d25cbb3b315b7c8", "region_id": "RegionOne"}], "type": "block-storage", "id": "aa7564a8fe3544eaa61cee5994a94ce7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6dfd73f6f2147edbdc3a426b5818978", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88c368ad75454ec493a2cc6e34c80867", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0e4939d0877461cbc862efafbb4bcc6", "region_id": "RegionOne"}], "type": "volumev3", "id": "d42daf06a77f45508c5c630002420b41", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26d2ba2b87da47d3b1aab1ff3a6efb6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c8adecf9dd444989debded9a31d5abf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47180e460e38475a9ec3515c285c1d1e", "region_id": "RegionOne"}], "type": "volumev2", "id": "0f5d153b56e94aecb0c8edb6b61251b3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d88d7317f034954be0eb5469316af51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b704a3d1389f4ade820f34692cc6610b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea666cbfcca740ab898daf5be5b9e32a", "region_id": "RegionOne"}], "type": "volume", "id": "8d9a1a65c92b4d329a361defd11faac9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d4d596c60a047e5a66e197c91301e7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8b2e20eb9df468c8225f1ad59f3029a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99926beabad24889a1ee7c4e7f5a5094", "region_id": "RegionOne"}], "type": "block-store", "id": "9c2d4bd95c634bf38919f371630b6e10", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6cb846a5d90145dda65eabb50fffb76d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "471ad53ad3744a6fa6d4e889bb0c80fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ca4c18114bcc454a90b89ce4e1c3943f", "region_id": "RegionOne"}], "type": "alarm", "id": "77e35dce7b944421a717adfa72cf6280", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f9419e2acba04266a445907a33d00b98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b2de4a75e7ac4ad3ad1223adc0d5f65e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "852d053fdb0d455abe8fffe64acd7c3e", "region_id": "RegionOne"}], "type": "alarming", "id": "9a798ece2e184ae99dcefc64b6435dc5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2d016c4e85f943998145c56584a31878", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1a6be69cd48547ed91a4ecb8363c63b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5fba7d18d8224c4ea9527fe0a87cf14a", "region_id": "RegionOne"}], "type": "meter", "id": "92e782836cc74a36a354348c187ce11f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3985cf254e614b49882e4180b4f3c766", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2dfd46461302493bbdace16aa01435cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b49fbc2ccf984988914b55be80ff69c8", "region_id": "RegionOne"}], "type": "metering", "id": "3b00b6fb6d384543803ec88119c901fe", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2f36785764244b28aa0ea110b81e35e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c9fa1935b2714b26a9adebd2f2a0eb19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b92f60b91ed1491bbc39b127db166bd8", "region_id": "RegionOne"}], "type": "telemetry", "id": "e8e607cfe6b849b8bce37fd88f288127", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "03016c3863544253be59e89000a61607", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1c182a162b2d4d07bdf11f1f3d1867f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e9aea9698ecd4a5aa2bfde1734dde44c", "region_id": "RegionOne"}], "type": "event", "id": "09f9a4f14db24aab9030af7bca2dc187", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "def4756d0f114c88825b57936c1d8a4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "36bf3e410b574166aed603005681f03f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fa9eafc6e7a94459903880c52d07a93a", "region_id": "RegionOne"}], "type": "events", "id": "80912111ed9f4029bcff2c1e57773651", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fe242d186fbb45e1a0d2f12d842c092e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d2da243b99d64939b6a58afef00c1937", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "11b4548ece3147aca3177b9e76818dd0", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ab2b2de5c5344eaa882d2435e5da59a7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "deaae330d4374398beda5597feaecd5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3a15b9032620436281d4b5f34bcd4496", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2843acf5aa8045faa4bd8bf9e0f4411d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6f33d4a47f11465aa1c7a7206d259cc3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ab0cd38d641e4afa963046311cdef16c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5dc61d9d164f4728a308c54b682e1a5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cef9c993fa9f493c806183bf7885545b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7d6f52c0ae2a43edab5d3eebb3150293", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "196602146ea84a8a9942c48cbad76689", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6aca891b47b842fd8f44fac1c70823e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c2a2438bc1a4441a81625da4f1117829", "region_id": "RegionOne"}], "type": "tricircle", "id": "d845e8a157014301aff112c4adfaffe4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5a16a35644ef4f05a37407727c220738", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6078727d245e4cc7bb08b52f7afa01b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2a71b8db519b4469879bd3e8c8986475", "region_id": "RegionOne"}], "type": "database", "id": "db3647dee1ef4914a607fb33a41c47df", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "be4dde8d3b2441e88edd42fe8f789cd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "faadcb7dc54c4e22b07248792dc436d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3315bd152cce484cbc37b40f89f22275", "region_id": "RegionOne"}], "type": "application-container", "id": "91c1d67e92da49289e7ad48d65681e73", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ce9490d3c94b42f0a0b79607dd8ea238", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "886cc92d6d164c06ba21b2754e74f332", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "026a8c2b190b4cd98ad1c4414d00499c", "region_id": "RegionOne"}], "type": "container", "id": "d0708b1a6b0343d5951fc6ef1080f482", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "92bf8b496d524565bb3f7c9e846f34a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1a5a10ee6520460e858374c78d1356f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "03abcc26ed5b4522b2c9395615fa9e68", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e214db07dcef4ad18d71f2e2894df96d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1903a3d5528f42608a9db814f755901b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dfcc5d60a11e458aba0c6271dcd76785", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7d9c5e8a80634c5993eeeac639b7aae1", "region_id": "RegionOne"}], "type": "rca", "id": "b3c2d0aee3bd4af4aa82a68ad8601f51", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "90056349717e44bd8657d89e6d0cbcc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "aa6c47a9c6c9426381a6b09af085b659", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6ff5cc4edcdb4abe85c341302c01156f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f57587da326a40778cdc3b6c91b7495d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "20ebc05ab1f349c1bc898a2480112c14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1de1ae59043a477bbb2150e1fbb47b57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6c97f92a6a624d9580463ed0100dcdcd", "region_id": "RegionOne"}], "type": "network", "id": "bc8cc9fc12204a2ca82653e83d892496", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ef818e8463c94feaa9284876c1986984", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "01e7a881222747078ce43bf7051fbb66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "08cf4fcad36f40e3b3edd4555b274376", "region_id": "RegionOne"}], "type": "backup", "id": "cc2acd11f40c4a74aabc62cc68068096", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f761d28559164c318e2dd5114c27174b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d6dc1531c45943428104cd58589ad680", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "32d83cf4fcdf423e8e3c4bd2b8808e5a", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "602332e28ecb4aaf928b53a82593d73c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "466df993b3964b3bad341f9383bc0a58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9e6ff6074d9f4eff9fdabd03f9ecaa40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a57d6cdc157544be8b8ce299b55e2707", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "90c35acbdfab464cb5a944853d602dae", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d8ae878ec1e24300a81d457d36894148", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "11882e68c31849939c39b275d95bdaf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "beeacdf78d4e45fb99bbc1d0907f00ff", "region_id": "RegionOne"}], "type": "monitoring", "id": "69e225d79a9e4e0e95d6f7e273524c75", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "469a4ba0ed594d09bd5947e94f15b802", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a5ae172071fd40c39f2915a51d92d8c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b1782f79d117416d8f6fd8b2c56ec1d0", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2198c1e27d034c32b7c0c7ff48cf5ceb", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5bf25a9f342b464987a227b784593f40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4250e700ed1341d4b2bff4f1c8f0af33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "28bca7e559e642e29c4cba1df62bb03a", "region_id": "RegionOne"}], "type": "placement", "id": "5d41d7d3b9054884aad81a970ec17665", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a8c1446237584af9a3956f836e68c3d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "385d2df03d994d54938a9d2c9bba4214", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8934613822db4534adf3a0d92e4000a5", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a500c00094a54a8d9cfb4894fe2217ae", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8fe2a6f32b40463ca3d412f04416acf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e4a0c3f506824d21904252ea87327937", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fd3c2962dd0e4d12ab33ce2ac209e788", "region_id": "RegionOne"}], "type": "ha", "id": "78d8b2df1ffa4543a1bbd01cfcd0363d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "12809251f79f451eab8c949e055c4e9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ba45ec8b4c1a41c2ab3ada66ed02cb17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ecc0c59f89f44fc8b0b66dc1a5e1ab66", "region_id": "RegionOne"}], "type": "reservation", "id": "47043359d7034054987fd76ecd6018f0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a9ef8407bfa240d1a6acd1486d2ad816", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9cb1c8dbb0c54047b7cc58846a35e01d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "12af60791ff44ab7a2be86b49484dfe5", "region_id": "RegionOne"}], "type": "function-engine", "id": "fe4abfdeee6f4890b1f09862f2c87315", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1be71a654d4341c5bc0e1f6ede675709", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "03ecad4904694186a158aab939f6654f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c5b59c481b094c1ab509f6491c32fdd6", "region_id": "RegionOne"}], "type": "accelerator", "id": "c9240e0bfc654bdaaa1cf0b77fbd2f40", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "46db77bb33e44f1ab6cb7d7a38885032", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d277218bf2534845ae72df369fc9eb29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "00adf84a77024b79a4a84049a753538c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "40925707f9a84cbfb5243482a1c82e75", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "460d11a49c1b42abaec2105989841cb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e6a01b2525d943eda9dbcd66b71e8e3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "386d52f473a94edd90728844fbbefc2c", "region_id": "RegionOne"}], "type": "registration", "id": "c679d7e309d44b2c8a920dece5311808", "name": "adjutant"}], "user": {"domain": {"id": "8902c1d33ae744309c09f0d475c4662b", "name": "6609e9210afe44a6ad93d8db1ecfd3b0"}, "id": "7030939dac504d4c963fa026f8224b2b", "name": "a5e332e941d54ca6aa1bbe09d2681f0b"}, "audit_ids": ["8f1120cf6f03484ba309e113a60e5af7", null], "issued_at": "2019-09-19T09:04:39.443909"}} 2019-09-19 09:06:39,752 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,756 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,758 keystoneauth.session RESP BODY: {"networks": []} 2019-09-19 09:06:39,827 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"min_count": 1, "flavorRef": "flavor-id", "name": "server-name", "imageRef": "image-id", "max_count": 1}}' 2019-09-19 09:06:39,831 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,833 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:39,850 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,853 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,855 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:39,874 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:39,878 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,879 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:39,920 openstack.iterate_timeout Waiting 2.0 seconds 2019-09-19 09:06:39,954 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:39,958 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,959 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:40,014 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_id=1234" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,022 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,024 keystoneauth.session RESP BODY: {"ports": []} 2019-09-19 09:06:40,026 openstack Server 1234 reached ACTIVE state without being allocated an IP address. Deleting server. 2019-09-19 09:06:40,049 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,053 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,091 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:40,096 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,097 keystoneauth.session RESP BODY: {"servers": []} {15} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_network_with_empty_nics [0.497610s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,687 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,693 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,695 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,698 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,712 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.616176+00:00", "project": {"domain": {"id": "2e22e095bbd741a693b125771541397d", "name": "92e9f57b34614b5893f51691e7ea87f4"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "441fc5d9ab7444e3b65fadf6e17a185d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f9a6e8935503499fa2aac368ff273fd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "dac6ec5c09784d9dbbce1944396546a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d34263ab14da4e6aa4d1fa3c01a44884", "region_id": "RegionOne"}], "type": "identity", "id": "545dcec093d64ae98673686b324f0171", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "dcc3f523886f4ff5a1ca82649766846c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b44eedf936d04a05bae6737be12e52e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8f78ee1b5f174806bf15edaba37d6c02", "region_id": "RegionOne"}], "type": "compute", "id": "b7bf4c663bb84070bf0ff77214e4b81a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "836e7609a5b144558c34e324320a9bba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "799a566d7cff49ce8a20431a7785dc2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c439cb2f0a9544d9a93ef0551fbdac07", "region_id": "RegionOne"}], "type": "image", "id": "2fc4491e3efa449491626506e6f5efb8", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ce5bf4a812f04dbfadd1b483417d53bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b523830250134b0c84a25845553ac2ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "aab2bd267dc1491d90edb877a2e2f338", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a3058b5c0fd94abdb095ad69d45d7d90", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "efe6c7fd220f4451b09c893bf44a562e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53b465a490164796b307ccc5964c1a84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f22b466e805d4b1fb81350aaa31de07f", "region_id": "RegionOne"}], "type": "object-store", "id": "540a35a6ab6947c4bc890dc326d0a064", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8ddf41aaa2094770bf06754004bdb488", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "34192b6e2c6749aea8f879b0a9eaf9eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5f8812292ef84019b2b49923b0028e87", "region_id": "RegionOne"}], "type": "clustering", "id": "e4612e2c5c7d422fb0b83d5372dd677d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "09e29badbd9a48dc83c0b2d5a18f2ad4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9cccb1737262426bbb7e71b11211764e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "10f66ba3806f4e74b565051378e0e71d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "da6f396e752044ba9fa4678e4fdec134", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d89d8791b5f84295834fdc132f91e735", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "87fe7a307ebe409c893398ae508b12fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "783f230d2de24befbab9d59cb87da5cc", "region_id": "RegionOne"}], "type": "cluster", "id": "954f8cb51ecd427e9473d074ee1e745b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "788c90691a464487b2b527c839480705", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1cd9bc09e6094314a76e89519e6164a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "50eabb380fa148cd947261444b9d3c33", "region_id": "RegionOne"}], "type": "data-processing", "id": "14bd5c22d79849c093eb130f27e9c7e7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "57c9444c09d24de8a272fc48a23eec2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7106c165f41c47198bd9f5ac4a79b5aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "65792f3f1f4848d99367e5b4b1b21510", "region_id": "RegionOne"}], "type": "baremetal", "id": "7778db596bb642cdb476b6d78a8b1a88", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "66651ca2a6124881aca65799a37c9d6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d030d6d3bdc040aaae71a0f9fe584226", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9141453eb7e042be87e8d95de3f9b2de", "region_id": "RegionOne"}], "type": "bare-metal", "id": "67c34ea941364eacb400664cbcf68e76", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "25f1ad2e72694135bcd3abb194b23c0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9a86b9d87a7f446885cbc955ddc5a057", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "96e9a9e1cb7948ca94b3b3be1f6876b6", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "fcac078ff997402a933fb52604c3c98f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "43cd82df3c3d4252a4a32f867a81aed7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c698e371a22f473cb9cd2a68b481b68e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "2233ad1f1a1b4e55a16cae00a1b8f5c3", "region_id": "RegionOne"}], "type": "key-manager", "id": "c715e82b713a46a889cd9a48afa42526", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4828c8d2fa454128a088316d5921f22a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5fe0484d70c9456da792b505a675f1c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "904798ab7a994fbba20aac397039b226", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5d329d4f3bb54878b0d9e8fff669c809", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2be5cc0f363149c499c7f535f842969b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5a41360895c84c4793f2c72d0fbb8a6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "aff060632f0a4afc9ca706bb57f58298", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9b3543b2d7764bb282aa3353fb81b198", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c8082a1cdafa4197acf16fcad4b0bd6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "04ce0ecc73654f0c8998e36e4c1a92c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4c97df2484044675b2671766da29a90b", "region_id": "RegionOne"}], "type": "message", "id": "83832153ebc3408ca06ee4da3c573a4e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "82c0601a928a4095977461b9e7c06d2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "df482c9c52274087bedd3169b59a92f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8b5852d0cf0046daa94fe14556d77ba5", "region_id": "RegionOne"}], "type": "messaging", "id": "786ace9a31024d128d4df2803d969653", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "814b321e9e34488baabb1c94fd9312c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3a05c7a22fc749afa0e001474951c18f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ae6b0a7abfad457190037a2afce4f2c9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3fe7ed6deef94ea1a94e53dca15e5b5c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ea105bc7e8214874b330fa7f3d3d5722", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d5bdcf4ee2ed4b87916ba5dd4574fea3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f852db14095440bf898a3e2398fcf2c9", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6f7caa46baa047bdba5a8311c53fd738", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "091e8e375fdf4efcbc3080998bce1199", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c2e5281444044c239053042dca31e11c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "12ab3d4e756d40e1b0bf5aa9cb160f76", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "bfa7421a67144cf38bc812003c574f0d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5205bd80acb14681a411268f7e667ce4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "59292e5d458e4448a86478becd4c8041", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "35922be912904c228687e0074299893f", "region_id": "RegionOne"}], "type": "container-infra", "id": "953be5f7af554ce288918c833d790433", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "fdb2bf1f9b5a4d0cac7299358888beb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f3f0d846c4934671a432ba44d96602f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "84d0d288691a4d6eb5d6151a2b7ea24a", "region_id": "RegionOne"}], "type": "search", "id": "e7fb61e94e134a30a654545c94539507", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "8420db8a9a044802bc47740a69473499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ba0131079b0247568e331e67e8efff82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b9642074c8614d4ebd3d07c64e014334", "region_id": "RegionOne"}], "type": "dns", "id": "9c1831797e294deeb199431432cb17a9", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "032d4c8173b84b8882cba22aaea88a63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4b0e9e861cb94dc08be86ca2cb31137f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "699f6b1644b8409ca7a3bf53d43fecf9", "region_id": "RegionOne"}], "type": "workflow", "id": "2a6e2209adf34f8aba3d1d12ce2b42bd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8d7cb2068d744f8083f171771da0a7c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f44641e00f93465eb58c154ab3f9a9ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cebe80dd94c94d18af273e5f80d5416a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "408c6052a3434ac09fa53c34d9efb17c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "210106d221084b248c8558a5e92d94fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d12e89b824104f93986e1c3acf076c4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7e7369fc02fb49b59d7c53dd5ae01f18", "region_id": "RegionOne"}], "type": "rating", "id": "47e5285f7b1047e28aea0c5db2a37843", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9966d29c62f84ab287088d2553eab3be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5a3ff134818545439d3ea257854a0ae8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1dc62ed796c04100998b500b32999a89", "region_id": "RegionOne"}], "type": "operator-policy", "id": "aaa8a561147342c393cf1691f583aabd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "baf64d3d7c1e40459a9b4266c1d6bdf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "eacbe61323eb44659e6cc72bc2730f07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a0ac803eaf2247b3932f364f44ef0486", "region_id": "RegionOne"}], "type": "policy", "id": "a3833cecdc85416d80c7ebb370887c66", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "864ba95a58794436880296fa9049fa17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "34b96305bf5e460e99783810e6381ab1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "27e226eacd7c4445ae7ab4008d405418", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0fabb843d2794f9f8a6638b75fc69067", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "75cc301b6b0640248128c1383e3d5f15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "166fa7c07b0e44d6bae5ed66d0c9617e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "003c3edc71ea4f7d971e7554e73cb8e0", "region_id": "RegionOne"}], "type": "sharev2", "id": "195fcfed75f04296bfbb8b93ba5af143", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "067abc0fe81f42a9a6ce7c52d4adfc51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "89f3fe5b3ef14c97abecb07f751474cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2b8ea6f55cd9493b96069977bdaf060f", "region_id": "RegionOne"}], "type": "share", "id": "7748f5e3b2f0491a8dd6bb55bea26bc5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4303bbbd56944d7584585df627867000", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1b28f10b4d9f4b988c2ce10cdc880894", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "112b0611228f44b58c7ef4cd33f3c04b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ebfc1a120a7a41099c04b728fa759580", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36b512ed53684ef0897dfc819e7273c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b46f3ae6a164986825bc3cbf32d4bbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32f5e1d8b7834cdd81b8b20b1fb5f407", "region_id": "RegionOne"}], "type": "orchestration", "id": "d7437c4dadcb441d96444d33218f9263", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5bfd681624cc4ec6982e6a85cfdd41ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e8634a783234b099a71bf2f8c49628c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ad1ea783577463195cd99171a426cb4", "region_id": "RegionOne"}], "type": "block-storage", "id": "340734126d594f93b4d281df58debcf0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4dd3e422d64c4ca38222400bd97a53ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e06789cab19b4a4cbb7a4647d27f53e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "977acb60d6df4205b4e1f943664163a9", "region_id": "RegionOne"}], "type": "volumev3", "id": "dd7fdbd87eab45779105581d5412a599", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34cafa3209064bcebe50e8ea691f4265", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a44c28af36734a7387854b7988a7c8ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "595ac2a8b27744fb99b66bd86b58d71a", "region_id": "RegionOne"}], "type": "volumev2", "id": "0722d582410c49cb9f3c6c3126946f09", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb898b9cd2c54a81a7cd3590ccbadbaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "100b25ad099643f4a2e50f2e40622efe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8138a36127f2415cbb129ae750ba3c7f", "region_id": "RegionOne"}], "type": "volume", "id": "0454dd54c8a942c9ad599b77e98e3370", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fdd64a059ad64a0dbc228aeb6bf6e25f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d317ff1410464a0cbdb4488cc244be6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8898e35f3944836819b3f19e119fb74", "region_id": "RegionOne"}], "type": "block-store", "id": "bbfb1c56496a4892aed54a3e8a57dcbe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "52ec8b5647d048a2859f3e5d124f10e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "275c0aa5ac6c430da9f646e4d17b149d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "51e4afa2c4094f328d16f9df331f89db", "region_id": "RegionOne"}], "type": "alarm", "id": "5cd3393acf1a44d39defa30bd073f551", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b67227e7b63f4729acf5a2ea9abb8be1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3c303e293acb4b1ab3170e3486983763", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b686dd0d62db4a56a6625abcefd22e4e", "region_id": "RegionOne"}], "type": "alarming", "id": "d4edee49348d496891680e7d15c48e86", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "84f1d12212274a509e56478e34851844", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "40e7a9dcd7494df5854ae931540bd7c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "914eedaf1f0a4d93a0e02ce600eb6138", "region_id": "RegionOne"}], "type": "meter", "id": "d0e33c59771b4fa882c5bb609ca0d2d1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "23f46cfab71a4fa6b5474de2fe86a0ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3a737606be204f46a992f9ec0b3a4994", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cb56ead19679488982daf07e75364fe3", "region_id": "RegionOne"}], "type": "metering", "id": "cebe352054f64a5598492d0b573f9eae", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "356669acd520406682802431d413f7d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ba4e01bf6cf549868a1897cde606aebd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b79d854e138644678412d14f5870e6d4", "region_id": "RegionOne"}], "type": "telemetry", "id": "fe2027bf387549fab1f30dd797373e75", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9c5cc43e9b8c4cff883f490c56c5b36d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4c93f5f3e0e948e78fee6fa0cc5d93c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fc2049737b0e47fb83ea2d53182c937b", "region_id": "RegionOne"}], "type": "event", "id": "ad140ae41f8a49269e9f389a390f6915", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2e113eddda4c425da502e0f2b5d76630", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cd6e00f45b13429baeaa9329299c0a95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "34fa33a1c5244ff3b9d032f579c55f60", "region_id": "RegionOne"}], "type": "events", "id": "1c7a22396ae042ae8afaffd74f3a67c0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fb767c7315e94c7b80e5ceed7eeb91fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "55de386c9323484fa90f2689630d50de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5d4e58b19712438c8ddfbaf07e83dba9", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8d196edba75e482193cb0c505b60a0b4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "96c178d085fa4047a84936a1d1a065d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4b92ee9a744a4cfd920bf8a6c12a2bd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bf0ab431b8034d5090940606d5b8ec6c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d7abd79daa574886a99c776935b400f2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b457c3d0c29242b09600df8161cebc1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1ba9f542916548a69225d03a89de3e96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6ecb78e9101b4c338f443c447b08482d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "36ea30b4bbb4452a832ffeb5d9703a46", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3545c9ffa70c4a0cb198b13a7b90f39b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5e0d080c82094e58bca76c1c3a81ba1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "dfe93654f47b4db4ac919d64299a1f77", "region_id": "RegionOne"}], "type": "tricircle", "id": "f5d41c18edf44874b08bf50886dba27f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "3952b98aed6d41b4928b6a524c1ce088", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9c2ac99c80f14fcbab278b2f7b9784ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "85f16e58b6f545148e4bfbe6d2756f3c", "region_id": "RegionOne"}], "type": "database", "id": "d19f7a89a0f9439a9da644baf8805701", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a7b29ff966d34cceba8ebc7505ed7067", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9354b64aa78841dc8459b0eae2f12bd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4d0994f2c6e04cd8a7e31151a3d83a16", "region_id": "RegionOne"}], "type": "application-container", "id": "0cc18c447b184cd5bffcc45607f7d884", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "367203646a1f4940ad1b8a7e0d31a8a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "50348e18d2664901aed8dbf83aa7750f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "774a5cf554cc4901afacfc51af5d2944", "region_id": "RegionOne"}], "type": "container", "id": "c50161998e854c2199d4f74aa6401129", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ffccba2e78904665a900c82019378b42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "089ca8ccaf7f4a77934e1ba55d7c1e0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "115f61cbb08d454d8df513f5d9f5a964", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2f3db00e900b4e03b869aabe7164a191", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7a541cffe4524b848638d97e4c2421c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7e51ec70e80e4492a7f0f613287c0881", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a4641e3274dd43c9b6b54cc5fae81ac9", "region_id": "RegionOne"}], "type": "rca", "id": "fb36e62fb6c341f9b3f99f164533ada9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8932b81cdf6d4d3aae34f28780d132f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fc084ccee13a41288f15613ac67748d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d7de0cc3e31b4079ab87e5342cf0c93e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "25212b102c5041ffbb7c0435d8c314a5", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "1b1bed9d305949a997494251d90148af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "dfef4e84943344abbf2587128132c6c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e20076761d00497584c0f7d0bb926e8b", "region_id": "RegionOne"}], "type": "network", "id": "0f5e5fdad04e413d863f7c84e293dd5f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a81a73314f5d4b2cbefe072d58ba407c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "63e11f3ce2244509bd9308c9b7c6c041", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0f653f45174144dda63cc868f6b0eac7", "region_id": "RegionOne"}], "type": "backup", "id": "190710d8034f41c7a10a2bc329d86a48", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b1295acefc4441c0bc9915248725efc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6af533eedb9443fe81f98a0065de1715", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b7bf5ea590e04596b7bc94d1ad0a0494", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ddd6737ba4394ca3b667c220d9f50708", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6878dad3a0df442ba2945fd8120421c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3ccc879f2a0a4ac3806b579b0587d6ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "cf89a5d0a5424ba9a4be8e74ed733bda", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d350baf339a449c39bd2a6a74b080a59", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "af0a229367df426bb088ee5c10a8f61f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ac1a846231d842eda27a58246f7a2581", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5681003e48ab48c0a18fb81111aec815", "region_id": "RegionOne"}], "type": "monitoring", "id": "ee0ee3a9c0744b1c94a62e35d90e2d6f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5fdebf4d19a64d90bc9f4f871896170f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f594e3455aae482fab383f26ee75227c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7b7712321a0d433f82188ef61b1af7da", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4be2f877b850401cb18b92d80b49c4a6", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0636b2c1a1d14f6da75a95a469db302d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0ce89298e0d546f99d803708d7962c3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "2575f1fa9ba24340a9824c5538dae72b", "region_id": "RegionOne"}], "type": "placement", "id": "80195503da6646bba1fb09b4d9d0100d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5af88a19ae6e4e79a4b0772cd997290f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "48698d6cd0d048a2bc65c02f657a751d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6a7b7e940dac4ca7ae9685b803ee3560", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7a96b2535877494e8c483e31c931dc1a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "beb5efd6464d425faffa7f86451ffe3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "51fad813bfc34a7eaaba18d81d3ebcb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a934700560f44d9d96d7cb5d5da19170", "region_id": "RegionOne"}], "type": "ha", "id": "85fb867a62354663bc8ae4be317396b0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5a5c28d8e1ce4539a5845f5f6d903776", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "25dd8053a156449196bb9fc07029dd6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "9ecf511d906f4e7fa660878161ffb966", "region_id": "RegionOne"}], "type": "reservation", "id": "2d915b47f9a14dfa92943cad022c8c1c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fddfb8cdccec4c99b52d741f5e267585", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "67a3ab7a16f642cdb3567bd38ce3bac6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a3db4e3d5d644811884b62fdcf29d25e", "region_id": "RegionOne"}], "type": "function-engine", "id": "837439fb925942eb86f5b128b55b9ae4", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3b3a540480e0478199b2cd823f507181", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "434f7ff4560d4926ad313450e5cf644e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7e3f40af899446da8f369b767b6a2e0f", "region_id": "RegionOne"}], "type": "accelerator", "id": "e45b28f921c74761b7e2cfe1f73ad069", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "41b719754f344776a1fe21098de9d2e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "07620a06860f4051a0f83a89a92ed608", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3970cab574904710a5c0f86cd2de05bd", "region_id": "RegionOne"}], "type": "admin-logic", "id": "44a5c02a4b2d4609ae13224a530bd43a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e0ac60b9268e445bafa052ed8439321a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ce2968ca0c63435592f3e37e71799491", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1cc432bf72994f8c8ed0de05ef80935c", "region_id": "RegionOne"}], "type": "registration", "id": "3cc69b9372b3428f9e514c3fa97a6af3", "name": "adjutant"}], "user": {"domain": {"id": "03d4ac6d7fc7467f9bd2a5f3bec12bcd", "name": "25848ccd237c41639ba49fba23ebdb82"}, "id": "5e9719e5226043baaba4deda1573f8ac", "name": "ff04d9134dd349209247198eff19b246"}, "audit_ids": ["38219c3fc91646519a842e75572a9504", null], "issued_at": "2019-09-19T09:04:39.616176"}} 2019-09-19 09:06:39,909 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,914 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,915 keystoneauth.session RESP BODY: {"networks": [{"id": "network-id", "name": "network-name"}]} 2019-09-19 09:06:39,978 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "image-id", "flavorRef": "flavor-id", "max_count": 1, "min_count": 1, "networks": [{"uuid": "network-id"}]}}' 2019-09-19 09:06:39,982 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,983 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:40,000 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,004 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,005 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:40,074 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,079 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,080 keystoneauth.session RESP BODY: {"networks": [{"id": "network-id", "name": "network-name"}]} 2019-09-19 09:06:40,102 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,105 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,107 keystoneauth.session RESP BODY: {"subnets": []} {6} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_network_fixed_ip_conflicts [0.046476s] ... ok {17} openstack.tests.unit.cloud.test_endpoints.TestCloudEndpoints.test_search_endpoints [0.348677s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,906 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,909 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,911 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,913 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,925 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.841536+00:00", "project": {"domain": {"id": "fd2371865c514ccf8ff60bb3e0bed302", "name": "7943272c6d814398a0f3a93e46f77917"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3ba4c7cedb75423ea69f954642769880"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2dbd2a48c7d349aeabf9b750d5d95c44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "cb157878926748d8b56707180af4a856", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "cf65c9c8668e4f92b54188162cb96075", "region_id": "RegionOne"}], "type": "identity", "id": "a164ed16ae2b48a7bb075c9a27c1f00f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cffeb52983034b73b715107a467da0d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "25f80e3a6ad04685baf228f64b2b4c3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "91477304be0047ea8a4c3ea9b1d64784", "region_id": "RegionOne"}], "type": "compute", "id": "00323cc73c5d44348a87cf7ba9dcffb4", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "610729536a334c668e4ae0ab7bc9d809", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "25d8624147314b95aeb73d3dbe149c8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "343d97e745114e259663044f42da3189", "region_id": "RegionOne"}], "type": "image", "id": "adae875524f84372948eb3a6437be72b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d17ed79b7e0d47d98f14122765f7419c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b6be1996a5fd4190bf9e1c678e5f37bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2d64e651f3654d768edc5ec65e1f8f22", "region_id": "RegionOne"}], "type": "load-balancer", "id": "135169daf93343388bcf3dabe8634a66", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b2a827d50a740d98172d2746759725c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73a83bab10af4c428798e06882a525b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1029db32aa0d4fa8a9df278d9360ebe5", "region_id": "RegionOne"}], "type": "object-store", "id": "d3682cec218f4fcc9ded05a9c80215ef", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "269d36b882be48718e305938a84970cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d03b515c8f3244ef8fe75bfeba59cf02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b59f0310d6d24cb48c52deddd0a19118", "region_id": "RegionOne"}], "type": "clustering", "id": "a275e19e0f234874936b095b206c93df", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "51a8805fda7e405191dde45a70787ef7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0973a84b765a4778a58e37fc56fe9d03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9d167b87775547418c03d7ec63ada53e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "11d08ddc9dc84a70aa33486987976336", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7c7279d325c540528333b0c2f214f416", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a707fa5792234a76ada1a9e04a77c642", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "37a68b5eb5e74d319d1d90275c585608", "region_id": "RegionOne"}], "type": "cluster", "id": "7b487e6d57ec4f32a409d51f19e3c2a9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b72250f6f1eb4670b3de06db3d49cb06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9c4f8778ecb8442591e615b8cef3ea02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6ec87a549207456d9a888a994eeccecb", "region_id": "RegionOne"}], "type": "data-processing", "id": "83e7d6a95e74498281f2b929ac388166", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a918c2f53c4745f7a9dfe93c2f7b8f2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8cfe6c93317741e6bddab08862cc6f15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "703ed2dae2bb4791a7f4c0f4d4866d46", "region_id": "RegionOne"}], "type": "baremetal", "id": "ff20dd4530c04491adf6c076eefae226", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4a404e84b3274ff4a109451e7f724a7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1ab0e2cdd6404650a007af76c9b3e4ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3de5e8c9054d4df18bac0646ba41fb31", "region_id": "RegionOne"}], "type": "bare-metal", "id": "0ba83ce4efe94eca847cef6e6a72512b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ce9412d327fc4e08a8cfab2403937977", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2e15dc79617947b0add6e0f294349b51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0095ff2319c641ed85a3ce8191df9f47", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ecaa3086cc274dc78080b515b3e783c5", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e702bbe9fe7a4375b6c6d3d487fd071e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f6a5acb2c7a7432dbb405f77dc85777e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "aa8129b59bfb4666a38f37cc812f1fb4", "region_id": "RegionOne"}], "type": "key-manager", "id": "cff2acb31f584c488dcc7f16459ff7d3", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a9a1d9f1842e4fdc9e53c2a783396cab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "30fbbf462aa54ab294421efd59f2addb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3c6c2e3c1776492daa7be0d539b4a34b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "bd732912d9764b448597ba11cea382dc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3a5eca45949d4e7e8e6b26435e1a81e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d4a72ec3dde8465cb2c9a23389b70602", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "317f16e12b4947749f2a55fb25abad7e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "12a8011bdc36421b93ab7d897d2fbc04", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d8c6d68207394efa975cc0a8d3df946a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "221672db426d409d8520ddf81f38226a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2c327a5f941d41189d8717b68bdbf4f1", "region_id": "RegionOne"}], "type": "message", "id": "d3e5e37a8ef64a558861a30129a64507", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "14c1177676c9499bbcb4429103ccbf27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9dfe7fb577a9481196c6c873f69c4733", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d16b159a5a214bdab251b4d30e1f248a", "region_id": "RegionOne"}], "type": "messaging", "id": "2cc2f5d75b8d443bb1c223298460a826", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "57ee5655d63b49fa9fd1322cfb74aabf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "24f78ec928c24d2e81d3e6bf87266f8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "cfd4c8082722481f846424c312672031", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3499639d7eea4b4b83b929d6f6d4bac5", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4a7486001cab4f15acac88ca29b12667", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9e29aaf35a7a484a812483ecdc38205d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "868ab5f0885a4afb9ff93635937dc1c3", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "66549c2ad51c4994842e9b72905016f4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "06778ebcc5ee4516914027dba51a2cb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b9d4a9aeda604dcc89bd3a5226deca03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7505e29763bc45ebada80f1a18f3a18a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a9b61ac2407a439fa20bf7e10b80b3ba", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cbcf3a092cfe4da38c78cf052f7c06ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5d73304c6d954f5db8381eccf63d99a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "43efe2d68f4949b28f44bec595012672", "region_id": "RegionOne"}], "type": "container-infra", "id": "e95b0bd0947b4f50853658c958ff7fd4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0165393ffb974da5acb29e3330c131f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ec113647d3f4426790282d4cf11c36ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2c10e270ff9b48368750a5e08c5f40b2", "region_id": "RegionOne"}], "type": "search", "id": "384476d1f3134a49b32ba9ac32b2da33", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "fdf5234a731b4440ab32f927c968dd77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "bd49591c7aeb4865836be2dcc5fd7571", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "716138364eee43b5a223f779945993cb", "region_id": "RegionOne"}], "type": "dns", "id": "71a5e0aed9be444dba1dbc4a689292c2", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4d1b1052402f40cd896ba70248afe1ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "259cae1f51ed432899dadfe9b7625188", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a7edf68ac3cb4471ba447eecf66881a5", "region_id": "RegionOne"}], "type": "workflow", "id": "00626505ae76406dad6b77d0d1dbec6f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dfcd8f53d2d9465eafd38857893f781b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "edf29d9be0624f478ce040ee9fbf4572", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c548a0e95a8d46d798c123b7dbdb74b3", "region_id": "RegionOne"}], "type": "workflowv2", "id": "402d7851f11f44348c1e0ebf140b7b43", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "be3917b1ab7c4415a69bed4c342704f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "49eb500684b9459c8224fb78d1e388ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8483f4ed5a804a7495bf9bd077e42843", "region_id": "RegionOne"}], "type": "rating", "id": "32d8accff10b4e92979ac015acdc3fbf", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3f536041127e47fab527777c54ec277d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "db81dc8edaff48559d6d3a25ca16f3a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c921a201de7f48a898f162147331e14c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "7c79001adeae480489fac62858dcba43", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "98d298a4a4e84d19a6bccc2423409971", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2d739f868dac444b98528a2fa9aeda0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1fd513eed43c4445bed422958eb27246", "region_id": "RegionOne"}], "type": "policy", "id": "27a0d2309fbe419aad06704f05b50ae4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dc69ebe44c2c49bcaca4dbd26fc5543b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "81ddc450b62b4014b3993dadaeb65090", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5e14dcbbea7d40d2b567fdd11e204964", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f55f74835bd34bfd8a687f3a6686fb99", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a2d74940288642f9885770d27690a10b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "971ed333d2e6445d87e644fee496fa69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "110ec8fe814348238392c0e6d6b90149", "region_id": "RegionOne"}], "type": "sharev2", "id": "72f9017d3bc24737b0a371d764c10662", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d89cdd7f4d234e35afa96975e4987e30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "96ea2be37c724a728f8dbcbfec4ec1e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "42dc4f36fde34613b6a27fe899a59d6e", "region_id": "RegionOne"}], "type": "share", "id": "6f192588d7e24572a4f8bfbb95bcffee", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1f55dca4883042ccb34756e96fddbcf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c12987f35e2f4725a7a0df94bbd6785c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f42403e3ff2b41b98fad4895d2398182", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "76982132958746d1979d079656e42972", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49a64b47385c410581cc9b13e6019036", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1288655ba8ae4a2bb8d53ceba138e2d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0699bbbc0a8943bf888184ca0f56bbdd", "region_id": "RegionOne"}], "type": "orchestration", "id": "aa2874cf57dd49e38a7fe5d154d6bdf4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15b4c8a30e7e441a96911a38c04daf34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2894b442b20649afbfeec92d15161355", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea17ecb7e5824c9db44f237f553edcd9", "region_id": "RegionOne"}], "type": "block-storage", "id": "22d7da52def548daaa2c31b496370e7b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "749f5d59811349f49ee98539860fb4a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4717bff136cf480d848db932da837497", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bbf7227b4d344f2c9af16d80ce5fa5ff", "region_id": "RegionOne"}], "type": "volumev3", "id": "eed233b67a454e528abc510008185234", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1d566433923437ba2190814c8d82439", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e03a856601c74f31bad2ca55d612deeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf269a6a70814d5092c51cd5fa1a8792", "region_id": "RegionOne"}], "type": "volumev2", "id": "7c0011b1777045f5864feeb5b39ca236", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72bfd6fd653c41d7877bc5dc13960ebe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a745433cae5949dbad5d03e4546c57ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "384ad39f2a6645efa48b09f8d0bfaa09", "region_id": "RegionOne"}], "type": "volume", "id": "ef19ee926d564e908d4750de8483e398", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ddade38c173f4d8ab8aead116cbb9860", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee0c03cfe7c34c0bba22019c7656a6b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a5de78e87d0400ea7760bcaf13c82d7", "region_id": "RegionOne"}], "type": "block-store", "id": "b1a218147df94c54885e0668a4f759be", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "428ac7920b224ba7a1145e751e1debce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "eab845f024b6415b9e7f69738ebb5ded", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0d72e5031f4945deb7010e32b9d6e1f2", "region_id": "RegionOne"}], "type": "alarm", "id": "1b554111fc31411b8192b265d56ce4a4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "67c5c081eaa84f488500e8e154fc42c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5be317d134a4432a81e8f5fb3c4cfaf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1006a85c05184d2fb4fae5e748da4e66", "region_id": "RegionOne"}], "type": "alarming", "id": "7b6dab038e054ffc916de201e5377bd6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9965549c2c3d498a90723e21734d88d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e59f9db7b7cd480bb849e0cc99624aec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c93fb867ffd1458cb17ff086e53625c3", "region_id": "RegionOne"}], "type": "meter", "id": "62288fb0ba174d16b323acaa3207e163", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b06a5bb537094a8ebb90c737c08e154e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e00831d210624960842cbb9f63406c32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0969d2fdaec2460288b0c1170e493d80", "region_id": "RegionOne"}], "type": "metering", "id": "1e422a636b7f4babaa05c97968f7321d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6e3b214a9f56428e9aa2c7645ab6dd74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9c2a55833efa4861bd838eae9620906d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c8f75abbebf4465d945ef6b7245f23fa", "region_id": "RegionOne"}], "type": "telemetry", "id": "6d8bf1629083429d801f382a2b730bd3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d64caa460846423799b0aa54018e45aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "be4b6e9bdd294bc9a7d47d7074b6ed30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "56b8da0052a44cc8a77315046f7df01e", "region_id": "RegionOne"}], "type": "event", "id": "beb794b346174c18a8361624a71a3614", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b74027fdb30648f484a80e9cc81cc921", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a6e867a31d414b71b80e501cc9047043", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "499adaa347ea4b6d827d5c3d91aec570", "region_id": "RegionOne"}], "type": "events", "id": "eef3c6eaa91c43d1b2171e702620fce9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0c2fa9ce708f4718828121294d5330e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6b75537af0694b4487e605f1cbf91304", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "652091b6fc204c0f917ffe7904706e6f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "72ab5295eaa84602bcb9b4f0bd46b2ec", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "69c42c68ddf84a4898ecc71141d9823e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d0c3301d35404522ab3a9e56c54048e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "51b0fbd86db940f0875a1281f28e2c9a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "aba18ca352e8443180a015bd0f0cb9bc", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2ea7d672761f42cfb7eeb9341ce15247", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f3f248f5aae24c9d88cffb9d955d6939", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "becd798f5fef4615aafba861b63ac2de", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7e9620a813c945a9aff3477e6310c56a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "98029c1190da42658d245d5db810fbff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4934766a4b694d61906a5ff5b878ff13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5cb067dde98442a28d77d38da9030089", "region_id": "RegionOne"}], "type": "tricircle", "id": "0d9bb14237be4397aed11252ee9b220f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "632af1bf82f8402382919244f894a03f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "71c83e3a194e43ea99ec5a2b7516d126", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "aa26f04338a04001bf6d83c9d4bac668", "region_id": "RegionOne"}], "type": "database", "id": "ab115f973e114ce6a4eea5ba70076831", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e7e60ed0c748473a8e576dd07eee8e15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "08a05033ec934c24b961d031e95e8ae9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "25a88e571cc24613836f81f6bbbad064", "region_id": "RegionOne"}], "type": "application-container", "id": "ae6393ae684d48bb9c5d8e2cf094cd2e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "face907c6ef24136a866d3a42a8a3f2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "73f9880a7bfc4d4eb02f868874982f76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fd72367bf616422ab5799feb4969feb7", "region_id": "RegionOne"}], "type": "container", "id": "393c0168c1dc4097b80146433a19db70", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "670642916ec24cdcbdd46cd7528c03c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "99de26c1aa7444f398c44a621e1dfbbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "566a52885b7b4c1eb17d52eb10814713", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6d93aca8284441c7b9d998e7a7825a93", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "71e9986571234e6b8c24911eb7478e5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4678d65e143f47e59cc78cbdc8d25a91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "06786a940a17467fba4f07f6736fbfd1", "region_id": "RegionOne"}], "type": "rca", "id": "db04168fc5824de59cfaaac2cf965edc", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1ab7ec8f9749484d85298edcd00b589d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6f870c84af58454793853d3cacc3be7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "57c437d7d42f44dfb8fc2e74862f30f7", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "42519663246d45a3a8d94d111e92ba20", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f1da28fd23624573b8eab62c1ccf035c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2f3465bbfc024f6e859992837ae08fc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8fe14a1a0fc045d7b9ccec1317ca27c5", "region_id": "RegionOne"}], "type": "network", "id": "f745d847d46146f296ac4a13f4b5de35", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "4f644f622e5e4bab93c9f8f584dfb093", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "17ad579ef19b4c18aa44c1eff085c9da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a2c7b8f441d94591bb44c64470532ddb", "region_id": "RegionOne"}], "type": "backup", "id": "51c27ee30c7e49df9b7b2f9d8cdd16fc", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "29d56ffb877c46ee9a466f45e26a78da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5bd2adc9b2ce473497b56b5938106f9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b202c42945894a2b9ad289862b1157ea", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "03be123e48874cb7b3cfe32c10396ac9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ab628a42bfcf4125a7ea34ef2079ac58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dec3de79382e450faac3baf885f3a049", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c580fff1821f4d94801517be555dda1d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "da9f1b336d9a4a56b45955ba086be19a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0af5844bc69c489f8665b18881fd7323", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0d5602ceb36941eead1f4487f5bd29ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "302892fb5147406eba1dcc0cf47d2dfb", "region_id": "RegionOne"}], "type": "monitoring", "id": "b5c88e14915445caa7b1a41994cb780d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b74b0ece0caf4209b177eaf17bdd890c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "930ca528dc5f40f2924ef971d518819c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "fdaf5ead18bc44d68c13e809961f1809", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d46e9e1c4b8e4e8a82fb1b59c64f43b0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "94d9a9bc604b4c89b80c723cc4cb6472", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a17b8c50fd7b4a1ebb82fb8358b5266c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "62bc3f70827e4cd1b83980d328bb28e7", "region_id": "RegionOne"}], "type": "placement", "id": "d8a46d3f765d4448bb5aca23adcaddff", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2a0991524ef24544a68297c9d5350fbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "421cd968f44c403a8790990aecf1b7f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "88add6e4bcb54adc826d3782d02212b6", "region_id": "RegionOne"}], "type": "instance-ha", "id": "bd69607b678141b984b4f79db2733fbd", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d101061a3927451b8963dfd12dfdfc87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5442aba874e34621b2351a2be2287074", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "319665a4ba0f4ff784b1737e3f3dce7c", "region_id": "RegionOne"}], "type": "ha", "id": "c989008103a04e089f91d8cf26ed28f3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f949bc49aae44fc19a459541beeecbd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "625a185b14f84651acf3f80429cf9d6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "0a3b058d4d9c423f849337c90227685d", "region_id": "RegionOne"}], "type": "reservation", "id": "bad46ff595b242a0b03b719f35391533", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9b767601e524404c80e37a79fa2e9bca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2edae8889417408ab3c61a1211279a77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "eb80aee87fb043a3a0e42aed43ca6931", "region_id": "RegionOne"}], "type": "function-engine", "id": "17efaa3c0a3c45dc911e50cfc459b816", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4f99e53ba48543868717c297885faac0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "72494a5f5c424b01b6b48369f3d705ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0062582a7add4285bcd6792b27e80f47", "region_id": "RegionOne"}], "type": "accelerator", "id": "85d98a2c15e44e07935404b1c2bdbf25", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2f6b3c37969341358d0ad8d9b2b2d304", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0a3a147d313e4fd7baa74b061d9685a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "84bf8d3b513549269f2ef888f59e6130", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2d44394dcbcf4dbaa23a40cf9e95ceab", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "de4171a92f8f486eb10dfa12f55225ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "da776d6acfb14a358bc7f45aefd67a39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7ef761e95b684a8997f52f7351a90e61", "region_id": "RegionOne"}], "type": "registration", "id": "64dcb66ad9b2454fa89d9f352049cbb8", "name": "adjutant"}], "user": {"domain": {"id": "c92d3d7462c34b3e84de9eff2010759c", "name": "4872976cec7a459dbb8ec258aa554893"}, "id": "700d6772f4b345c89985db2a78a71b68", "name": "7dd3156080434ec588e96daca9c084de"}, "audit_ids": ["eab2975d6bec4e9d9828296640041a30", null], "issued_at": "2019-09-19T09:04:39.841536"}} 2019-09-19 09:06:40,047 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/endpoints -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,051 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,052 keystoneauth.session RESP BODY: {"endpoints": [{"region_id": "region1", "url": "https://example.com/", "region": "region1", "enabled": true, "interface": "9df50d3bce04415c93ce29c11a2c523d", "service_id": "3eda56849c554dd68afc4b21ca892d88", "id": "899d160c70a54fd0b52cab625fcd179d"}, {"region_id": "region1", "url": "https://example.com/", "region": "region1", "enabled": true, "interface": "80e6fa1591e545f793b17f8f538eb12c", "service_id": "6ad944c3f1b541238b258d9eafedf279", "id": "631aad8b45ad405cbb36f696865f432d"}, {"region_id": "b7bc2be82bb648cb85fb135cb594d002", "url": "https://example.com/", "region": "b7bc2be82bb648cb85fb135cb594d002", "enabled": true, "interface": "c8a91e6d5ea04117974eabf7e953fb80", "service_id": "4b746ff247464b4db7df79dfb12f960f", "id": "5c32a3d0103e4b0ab419419b3929d3df"}, {"region_id": "d24f78127f464e298bc71cfc1704c418", "url": "https://example.com/", "region": "d24f78127f464e298bc71cfc1704c418", "enabled": true, "interface": "4620e74696db46b281b7813e56080abb", "service_id": "583f869e3e08464c999be201f83483f2", "id": "fb6b8cc1d92b4de3add45b6b28ec0872"}, {"region_id": "54e27d47e800440bbe402af7582447f3", "url": "https://example.com/", "region": "54e27d47e800440bbe402af7582447f3", "enabled": true, "interface": "9084b887021241d9b0d363ed38baf104", "service_id": "dbc818c52b254ca3aa7fe2c89e1f329e", "id": "d8379f9bd1bd48ad98fb98d8f1101030"}, {"region_id": "54309979b5ef4536a8efc586bde4e99b", "url": "https://example.com/", "region": "54309979b5ef4536a8efc586bde4e99b", "enabled": true, "interface": "cfc609ff43244ab087183ef46c02b1cf", "service_id": "8c4a5806586b4ea7a8f2ac71f765becc", "id": "7e0139c96e4e4664b40f1b870a605e8e"}, {"region_id": "649983b7f4bd4e448d93e7afa8789653", "url": "https://example.com/", "region": "649983b7f4bd4e448d93e7afa8789653", "enabled": true, "interface": "131d9766fea143e895a1cf56010ee6f7", "service_id": "a9ba92086a8b46ea84e423e693f98dc7", "id": "2a0cad5a1ac745f9898a2d04eeea507b"}, {"region_id": "9ded44024de64414afb02a3ad5b7af23", "url": "https://example.com/", "region": "9ded44024de64414afb02a3ad5b7af23", "enabled": true, "interface": "e7947e0a194b4b5698f569574811f6f3", "service_id": "feb5154cecbf4159abbd08cede9ffc74", "id": "c0f9d648f4714133af6fdc31069db0ae"}, {"region_id": "30967ecd0f9e4ca18a774634b062d1ee", "url": "https://example.com/", "region": "30967ecd0f9e4ca18a774634b062d1ee", "enabled": true, "interface": "4f99c75bacff43fc85a01ae2440a0b72", "service_id": "bfc6b9415da445798163f05ef9ae2a8f", "id": "34dc6461bb344db0aad67dc9bd39b156"}]} 2019-09-19 09:06:40,094 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/endpoints -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,098 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,099 keystoneauth.session RESP BODY: {"endpoints": [{"region_id": "region1", "url": "https://example.com/", "region": "region1", "enabled": true, "interface": "9df50d3bce04415c93ce29c11a2c523d", "service_id": "3eda56849c554dd68afc4b21ca892d88", "id": "899d160c70a54fd0b52cab625fcd179d"}, {"region_id": "region1", "url": "https://example.com/", "region": "region1", "enabled": true, "interface": "80e6fa1591e545f793b17f8f538eb12c", "service_id": "6ad944c3f1b541238b258d9eafedf279", "id": "631aad8b45ad405cbb36f696865f432d"}, {"region_id": "b7bc2be82bb648cb85fb135cb594d002", "url": "https://example.com/", "region": "b7bc2be82bb648cb85fb135cb594d002", "enabled": true, "interface": "c8a91e6d5ea04117974eabf7e953fb80", "service_id": "4b746ff247464b4db7df79dfb12f960f", "id": "5c32a3d0103e4b0ab419419b3929d3df"}, {"region_id": "d24f78127f464e298bc71cfc1704c418", "url": "https://example.com/", "region": "d24f78127f464e298bc71cfc1704c418", "enabled": true, "interface": "4620e74696db46b281b7813e56080abb", "service_id": "583f869e3e08464c999be201f83483f2", "id": "fb6b8cc1d92b4de3add45b6b28ec0872"}, {"region_id": "54e27d47e800440bbe402af7582447f3", "url": "https://example.com/", "region": "54e27d47e800440bbe402af7582447f3", "enabled": true, "interface": "9084b887021241d9b0d363ed38baf104", "service_id": "dbc818c52b254ca3aa7fe2c89e1f329e", "id": "d8379f9bd1bd48ad98fb98d8f1101030"}, {"region_id": "54309979b5ef4536a8efc586bde4e99b", "url": "https://example.com/", "region": "54309979b5ef4536a8efc586bde4e99b", "enabled": true, "interface": "cfc609ff43244ab087183ef46c02b1cf", "service_id": "8c4a5806586b4ea7a8f2ac71f765becc", "id": "7e0139c96e4e4664b40f1b870a605e8e"}, {"region_id": "649983b7f4bd4e448d93e7afa8789653", "url": "https://example.com/", "region": "649983b7f4bd4e448d93e7afa8789653", "enabled": true, "interface": "131d9766fea143e895a1cf56010ee6f7", "service_id": "a9ba92086a8b46ea84e423e693f98dc7", "id": "2a0cad5a1ac745f9898a2d04eeea507b"}, {"region_id": "9ded44024de64414afb02a3ad5b7af23", "url": "https://example.com/", "region": "9ded44024de64414afb02a3ad5b7af23", "enabled": true, "interface": "e7947e0a194b4b5698f569574811f6f3", "service_id": "feb5154cecbf4159abbd08cede9ffc74", "id": "c0f9d648f4714133af6fdc31069db0ae"}, {"region_id": "30967ecd0f9e4ca18a774634b062d1ee", "url": "https://example.com/", "region": "30967ecd0f9e4ca18a774634b062d1ee", "enabled": true, "interface": "4f99c75bacff43fc85a01ae2440a0b72", "service_id": "bfc6b9415da445798163f05ef9ae2a8f", "id": "34dc6461bb344db0aad67dc9bd39b156"}]} 2019-09-19 09:06:40,135 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/endpoints -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,139 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,140 keystoneauth.session RESP BODY: {"endpoints": [{"region_id": "region1", "url": "https://example.com/", "region": "region1", "enabled": true, "interface": "9df50d3bce04415c93ce29c11a2c523d", "service_id": "3eda56849c554dd68afc4b21ca892d88", "id": "899d160c70a54fd0b52cab625fcd179d"}, {"region_id": "region1", "url": "https://example.com/", "region": "region1", "enabled": true, "interface": "80e6fa1591e545f793b17f8f538eb12c", "service_id": "6ad944c3f1b541238b258d9eafedf279", "id": "631aad8b45ad405cbb36f696865f432d"}, {"region_id": "b7bc2be82bb648cb85fb135cb594d002", "url": "https://example.com/", "region": "b7bc2be82bb648cb85fb135cb594d002", "enabled": true, "interface": "c8a91e6d5ea04117974eabf7e953fb80", "service_id": "4b746ff247464b4db7df79dfb12f960f", "id": "5c32a3d0103e4b0ab419419b3929d3df"}, {"region_id": "d24f78127f464e298bc71cfc1704c418", "url": "https://example.com/", "region": "d24f78127f464e298bc71cfc1704c418", "enabled": true, "interface": "4620e74696db46b281b7813e56080abb", "service_id": "583f869e3e08464c999be201f83483f2", "id": "fb6b8cc1d92b4de3add45b6b28ec0872"}, {"region_id": "54e27d47e800440bbe402af7582447f3", "url": "https://example.com/", "region": "54e27d47e800440bbe402af7582447f3", "enabled": true, "interface": "9084b887021241d9b0d363ed38baf104", "service_id": "dbc818c52b254ca3aa7fe2c89e1f329e", "id": "d8379f9bd1bd48ad98fb98d8f1101030"}, {"region_id": "54309979b5ef4536a8efc586bde4e99b", "url": "https://example.com/", "region": "54309979b5ef4536a8efc586bde4e99b", "enabled": true, "interface": "cfc609ff43244ab087183ef46c02b1cf", "service_id": "8c4a5806586b4ea7a8f2ac71f765becc", "id": "7e0139c96e4e4664b40f1b870a605e8e"}, {"region_id": "649983b7f4bd4e448d93e7afa8789653", "url": "https://example.com/", "region": "649983b7f4bd4e448d93e7afa8789653", "enabled": true, "interface": "131d9766fea143e895a1cf56010ee6f7", "service_id": "a9ba92086a8b46ea84e423e693f98dc7", "id": "2a0cad5a1ac745f9898a2d04eeea507b"}, {"region_id": "9ded44024de64414afb02a3ad5b7af23", "url": "https://example.com/", "region": "9ded44024de64414afb02a3ad5b7af23", "enabled": true, "interface": "e7947e0a194b4b5698f569574811f6f3", "service_id": "feb5154cecbf4159abbd08cede9ffc74", "id": "c0f9d648f4714133af6fdc31069db0ae"}, {"region_id": "30967ecd0f9e4ca18a774634b062d1ee", "url": "https://example.com/", "region": "30967ecd0f9e4ca18a774634b062d1ee", "enabled": true, "interface": "4f99c75bacff43fc85a01ae2440a0b72", "service_id": "bfc6b9415da445798163f05ef9ae2a8f", "id": "34dc6461bb344db0aad67dc9bd39b156"}]} 2019-09-19 09:06:40,176 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/endpoints -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,179 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,181 keystoneauth.session RESP BODY: {"endpoints": [{"region_id": "region1", "url": "https://example.com/", "region": "region1", "enabled": true, "interface": "9df50d3bce04415c93ce29c11a2c523d", "service_id": "3eda56849c554dd68afc4b21ca892d88", "id": "899d160c70a54fd0b52cab625fcd179d"}, {"region_id": "region1", "url": "https://example.com/", "region": "region1", "enabled": true, "interface": "80e6fa1591e545f793b17f8f538eb12c", "service_id": "6ad944c3f1b541238b258d9eafedf279", "id": "631aad8b45ad405cbb36f696865f432d"}, {"region_id": "b7bc2be82bb648cb85fb135cb594d002", "url": "https://example.com/", "region": "b7bc2be82bb648cb85fb135cb594d002", "enabled": true, "interface": "c8a91e6d5ea04117974eabf7e953fb80", "service_id": "4b746ff247464b4db7df79dfb12f960f", "id": "5c32a3d0103e4b0ab419419b3929d3df"}, {"region_id": "d24f78127f464e298bc71cfc1704c418", "url": "https://example.com/", "region": "d24f78127f464e298bc71cfc1704c418", "enabled": true, "interface": "4620e74696db46b281b7813e56080abb", "service_id": "583f869e3e08464c999be201f83483f2", "id": "fb6b8cc1d92b4de3add45b6b28ec0872"}, {"region_id": "54e27d47e800440bbe402af7582447f3", "url": "https://example.com/", "region": "54e27d47e800440bbe402af7582447f3", "enabled": true, "interface": "9084b887021241d9b0d363ed38baf104", "service_id": "dbc818c52b254ca3aa7fe2c89e1f329e", "id": "d8379f9bd1bd48ad98fb98d8f1101030"}, {"region_id": "54309979b5ef4536a8efc586bde4e99b", "url": "https://example.com/", "region": "54309979b5ef4536a8efc586bde4e99b", "enabled": true, "interface": "cfc609ff43244ab087183ef46c02b1cf", "service_id": "8c4a5806586b4ea7a8f2ac71f765becc", "id": "7e0139c96e4e4664b40f1b870a605e8e"}, {"region_id": "649983b7f4bd4e448d93e7afa8789653", "url": "https://example.com/", "region": "649983b7f4bd4e448d93e7afa8789653", "enabled": true, "interface": "131d9766fea143e895a1cf56010ee6f7", "service_id": "a9ba92086a8b46ea84e423e693f98dc7", "id": "2a0cad5a1ac745f9898a2d04eeea507b"}, {"region_id": "9ded44024de64414afb02a3ad5b7af23", "url": "https://example.com/", "region": "9ded44024de64414afb02a3ad5b7af23", "enabled": true, "interface": "e7947e0a194b4b5698f569574811f6f3", "service_id": "feb5154cecbf4159abbd08cede9ffc74", "id": "c0f9d648f4714133af6fdc31069db0ae"}, {"region_id": "30967ecd0f9e4ca18a774634b062d1ee", "url": "https://example.com/", "region": "30967ecd0f9e4ca18a774634b062d1ee", "enabled": true, "interface": "4f99c75bacff43fc85a01ae2440a0b72", "service_id": "bfc6b9415da445798163f05ef9ae2a8f", "id": "34dc6461bb344db0aad67dc9bd39b156"}]} {3} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_external_ipv4_neutron_exception [0.204455s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,883 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,889 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,890 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,893 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,906 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.811785+00:00", "project": {"domain": {"id": "cc55325be425447ca90b2c24fe92e78e", "name": "8453eb2ce124480cb3e64818241ad7e6"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7829b82a1ab044b5a33268e5710f3237"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "cd5b9bf380574787851948ac099601e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "19c3eb63f51f42ea9e9d32f72f851218", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "89c04c6448bd482ba87274df6e1f2b03", "region_id": "RegionOne"}], "type": "identity", "id": "63182fd0d57a48fe99db9b28f5bcbaae", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4da5ad0e1b9c42ffbdc8822b345b130d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b6c87f55a0874664abe5490b0efa739b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b994dab18a26467c9797c5e8e5ac0ce1", "region_id": "RegionOne"}], "type": "compute", "id": "0abd3033a2474d10b4670a862df82c34", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1926a03e18ce41d3a6221a26387bbdf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f3cf32b704da4cbb89389742021a630a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b285b3c02a5947fbb52ca9793b531de6", "region_id": "RegionOne"}], "type": "image", "id": "f27ad9947a58484b9221032651d5c3e5", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9a44f7e0cda34777b50b8dcaf291e176", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "090e0ef4c53045b28022fe897ee4547d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "bbaea2c35d0146eda2ec8df9a18c9f07", "region_id": "RegionOne"}], "type": "load-balancer", "id": "db6961ea11aa4361af69de20869571db", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b27dc170c6384d089c368b19fa58163a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d95531fef087422fbab158b857f08122", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5db82bc9283844da921d508f291600ea", "region_id": "RegionOne"}], "type": "object-store", "id": "1efb15c9060a4fddb42b57cebeb8dbe8", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7137929e892349b79ff00877d066851a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f7b56fe2bc8e498e904dd3537e9d75e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c2c508c87e124baca5faf03b1a34f8e3", "region_id": "RegionOne"}], "type": "clustering", "id": "5946b577d5be408ebeea4f2e902e32e9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fa949f53151b4e78be33135112c4b0e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "182d7115ec704de2a7d3649bae08dd14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a236c6502c8042a8b9e24aab659d21a7", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8c645fad7bed42c3a872276a282751fd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f270b25985a246d08426250c1f6edb2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dcf0c9ea7cce40cbb66941672ac7a6c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1289d0e5745742fa9c96a8d0c00e4a39", "region_id": "RegionOne"}], "type": "cluster", "id": "e7c81ffcc9674dd087e084079d743768", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8a262dd25205433dabfaf5606df9b9c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8e24986df523423695ad69d428c77eaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7120f7f05f12429d833267b1163054de", "region_id": "RegionOne"}], "type": "data-processing", "id": "cd502266d63b464582c93ed2d764f5b5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d6bf14e910814b1f98c17b86a6cc7167", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d3ac8cc86f2f4c96948b5b749aa3b0c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ac3f115ec3e046c5b4cdcbc1856fe968", "region_id": "RegionOne"}], "type": "baremetal", "id": "44c5b660b6d74513b10992b9af4e2570", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "99fbc1f3318a421e8519c056624fb1fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d8fcc618691c42eeb0bbfde18d77d2de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "906c3e9883d042738fe53fcea404f48a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2f4a37abc6e24b248cfa501088231627", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6794f33db46b41a989768f213c175515", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "450d2141d9e744e987de162989888fab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "180d208231464ae5a65fed7e57931315", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a830b0fa58df47ab8a6ff0dbcbad5441", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "065704edf6d54c18b209fe5cb60af514", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ca20deff59f841f49bd3eeab9d898764", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "94320d51b8ce4d29ba83d7c828aadd3e", "region_id": "RegionOne"}], "type": "key-manager", "id": "bbc54f7b7d7a450c97e82c65f633fce8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7d570566d538426eb56a0fcfb28945e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "93f9a0edc3c74202b62b905c94719a04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a101f165d73a450e9ceda9fc35b76b95", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "7a8a1bed25ee4ae7ae94e09cb1a526ce", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "30ab3d059b6e4d8b8f2da8f7ed545b46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "69dd7ab2ac244aaa98081e9a7151e081", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3655487bf3b54d3e9f5b8b1cffbc6a8b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "35006de2199841fe9268e6eae21e83bc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5ed542c40a8a4e038f7db88695a8939f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e892db25836649759adee464a84c734c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "16e72149a2634d8ab32c51a2f3eaaf92", "region_id": "RegionOne"}], "type": "message", "id": "0f0aa23973a1408d857c532c074406e1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5d9e018a15c6436d8ba32e4fb8d4372a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6a01fa4c64ee41e1a015039ad25c7b5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "865f645ff01c4a55aa4ae8391be2501e", "region_id": "RegionOne"}], "type": "messaging", "id": "f809289a1eb745eca0b084f580636a02", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f00c7dc455c249ed887e1af507d7e26a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fd90515b136b41df9ae36117172f411d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f28958dba28949958e06a085a846a3aa", "region_id": "RegionOne"}], "type": "application-catalog", "id": "33d15e0dc0ba4f449ccb727ecc961c6a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "904b35bd51544eecb91d1baf644e54a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ee89f6d20f94aeaa56d6bd4bb8adbb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ff9ceb9b70743e69fdeeb109ba0ffe4", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "38ab2df78fff447da53595d45f4dfe7c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9f1ab125b67c48b88338c253f6703cd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d70d2d9a3eb24709a34ef8e40d6d5e38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ab09c1fa59f49da88d71ccc6b621e30", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "fa22fa3aca344ea39f1fa6abf88a4111", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b27905fb1b245ca892e5a61fd4b220f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "49146fb987ef4bc6a3ccb7e114b98aac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f7c94c9341c74049bc8d6cc7b28be6cc", "region_id": "RegionOne"}], "type": "container-infra", "id": "bae109459b3f4bce85e8b6b8140b8b4f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "187b1b46a4be4cccad3a8c62bd2dfcb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "0cc13cf76ab343b8980a264cf8473d68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "43e59d6384bf43199ddd79297ed6afba", "region_id": "RegionOne"}], "type": "search", "id": "48e5a5fcae86446b987d617a51438db4", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "17e7417a5e0142a482085fa31bebfcc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "bbbd13e9c1874276906c54e1eb0f9ec6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f84f42db0d0f47588977e1dd7dd7a01e", "region_id": "RegionOne"}], "type": "dns", "id": "32bbbbf17b9b4e8e84fe463e589531a7", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a0f22ca6be094ff090da281b2737691b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "22bdea1a536b40fca58fbc531243f7c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "215f1d7202ad4d00a0354e4993c8af8b", "region_id": "RegionOne"}], "type": "workflow", "id": "4890d5f5b6364918bdf5571712347249", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "60ac4a00a92b41c4a8e6c42c52a3c0e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b493a13305e34122862192fc2d7731c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5d0840dc50e44aa0aafefb3c42e02dd4", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ea443171d95b45779eaca764cce1eac1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "152c36ede51c48bdb528c4d8f0ca7a0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0b12a16367784259bd476df4e27b3d10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ef284e5837ee4eb19cb03d68776dad70", "region_id": "RegionOne"}], "type": "rating", "id": "7ebc4ad630794bcc94c972b7736d7710", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4e766ece241d494cb629c5432f18d9c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8bfd2715e5bb425fba89e965bb4a9e37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5f98e37373a64c429c94cc53cb906054", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c27c687f3f114ee3b107fef8e7549c3f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9e832009ab27489aba16106fbbebefd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1fa983dbca524f76b6eb67ec831e8d26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6fc6de3e1dac47dc9d1f0093240547a0", "region_id": "RegionOne"}], "type": "policy", "id": "ae792bd0f2604332ab11bbc03bfbfd0e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "51f318daff9243829fe8dc7f8f9dc8f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4a0359153bb541269cf4684cd8147605", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "28286b929cf44729adbd71a84e629306", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "10106ada75b6409497ff403e11ed493e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e308d2d2d1104bdcb4e16840a39b59f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bbbb4c3bd7f94fe189ccd444f2fda112", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8dd6295cb63b40a6b2c04a48a3234402", "region_id": "RegionOne"}], "type": "sharev2", "id": "af51eb1e5dc94369a6eb9bc8d5c872e5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9c0c556d0f2e43899cb2e090fbce76cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f9dca7e3fd664fa4b137fe3f801bd4d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "21ebfaa3ded44b02b5ea89f0e565cadf", "region_id": "RegionOne"}], "type": "share", "id": "fc9b1933764f495a93f7216be9b4911e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e56ced1ca09346bfa033d348f73f3a93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8af66f8e2104407486f1a17831d0417c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "dc97ef27036d4c30a19951f9fb6dac4c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "263c9c146f5f48eba7a9e8627adddf62", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "111da89a635142568892214d72748521", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f59f3e0bd2c4aa0a2a7fbedf88478b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8c5e7c0091544269d9daf0796289f14", "region_id": "RegionOne"}], "type": "orchestration", "id": "9dfb70fdcc9f4a4cb95450bc6d936c1b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fde6060aec74a1db76b7d6ec651a5bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2921607471f047bcaaf9d4a0be0c0157", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1da315efdd44ca7afe3ff7137aafd43", "region_id": "RegionOne"}], "type": "block-storage", "id": "c50ba8727e334b609a5c040ce58928d3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15d1ef49d270432fa4a1e7fe0349a5cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "928a50660b0f4eb794e2913bda297fa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1106e86452e34f6797417ec1398c48de", "region_id": "RegionOne"}], "type": "volumev3", "id": "3743e4d9dbf34f7eb0a147022a6790d3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c6deaa0e08345dab0781c17765e2b32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b677cf33476b47ba9315ddc530deea2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70a3989e6f2b4b9691afab912804679b", "region_id": "RegionOne"}], "type": "volumev2", "id": "bbd98620973c47acbd48deb9d0544045", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c95babf138b467482f957d42f3acd11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2be74056ebb44f11aebacf267c86722e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa9a61c6fd34414fab50a442511c9003", "region_id": "RegionOne"}], "type": "volume", "id": "a67ddc82bd974b499bf3c5dc814f129f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb09598e23c44accb9b0e9b80a50b9a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e659e6697d84b94bc2b0f48a2e2c487", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15e662532c874ec2883b5f9d32eed8eb", "region_id": "RegionOne"}], "type": "block-store", "id": "ff0e00fa7bcf4ab7b2bd3f272e9a1b5f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c842c30307da4860b05fcbcffb5490a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "745b261ab2094dd3a2f127d2c2dc3f9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a13360391e3e41c2aa952b695830359c", "region_id": "RegionOne"}], "type": "alarm", "id": "978e8b71bff44e87b5b9eea3bdf17242", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "685b90bfa9f04885944c5821c9580976", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "51094a062abb4c52bf53f8248650cd19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "452330bbbb1e4f5ea040087a6f0af682", "region_id": "RegionOne"}], "type": "alarming", "id": "4c686df5c8094b7897427a357f5e0a4e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "46dc4cf6c9504f768b72e886ba2e2f2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ed43c64ea0334f86a067d83b2c00b9e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "397a74c2f41b4fd0982c93720c6e2abc", "region_id": "RegionOne"}], "type": "meter", "id": "4a6a3846b1924d148d668c1ea543cbda", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "845ffddb054642bba4307ae76ca3bcc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "005bc013a007480eaedc8e7f0b572a95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "aaacb0c95b5a4829adc38229cdb042e4", "region_id": "RegionOne"}], "type": "metering", "id": "34ee6b75194445f6aeba04a6a9216036", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c345b9cfcd3b45c79048521906b0861a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "22e28bc8662e4fea80887175d8e8c953", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c9f4f2e9089246228be673bcc351445b", "region_id": "RegionOne"}], "type": "telemetry", "id": "97b13b6d221647febb2458d938f322af", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "37523278ac6540af93a194e62656881b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "860f8c869c7942f69ab97d6df73307d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "44c7a030cc574d368196457c06eca578", "region_id": "RegionOne"}], "type": "event", "id": "68410f64b7cf46f8a7068e7e73cdbc9f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c8a3db5f642441918d70512d0e933f1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "dcd9fe1a094844019e227ace211e18e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ba4f444940214a6d88b73a347f9c9e9f", "region_id": "RegionOne"}], "type": "events", "id": "67d834657d1b4f488c5492b7da95f107", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fecb76f614614906957ec01fa34f60ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cff269269ae3437abe8cc72cff2d5e62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a92fe57e1cca4642abb828d3a300df6c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8c388a9367e04ca5b71f30de5f03a755", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "25a748540c1047a5b32b0276dd19a461", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6eb79163389647989d20892a3cd11a12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "de122185210e42a3b057ffc48f069cb8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c4739534cd054016b21fc6ecb8577da0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "636ec4b6e96a4406a6a6958a74ad3cf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d8c920266929468787bd6a976d06efda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "46e75203be46488697a1fa8f870b79cc", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "19da16e90e4548ef951ff800d1283fe4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d678b47646184039bce81c0bc75d78ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6ea15151920d4769b58123617a228203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ec9d9ad6e360401e906f5b40235238cc", "region_id": "RegionOne"}], "type": "tricircle", "id": "cd98cb57b7df4c20903d58bb235256e5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "36b8116803a743ec9c27ac3d1b8e6f49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "994ce34c093843e9bfc60291839f1cab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c1464c7d6a324915bab2e7bc5ecdd745", "region_id": "RegionOne"}], "type": "database", "id": "aeaf5d4d471344bc9336f148133a8e87", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b00c26ec933248ae8b6633fbedcdf3f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5c03f959832544b9a327c5f2a2b67f07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "84e4ced56fd74ca79593611da116ceed", "region_id": "RegionOne"}], "type": "application-container", "id": "80f467be82ce482c94243409fa5fceea", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "980f317d9d894876be420c0224481722", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ba360c09f3ab47dcaa1b2ed00773fe30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "47f7aa1f06a84896b26f336d2fd91e77", "region_id": "RegionOne"}], "type": "container", "id": "eab8839e9d1648ecae6992f617bcc68b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3d571139d0bc4f388b486edb12fd5d8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "701c77f3cc6f47fba75df3daedb3dd4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bf53d91eaa0346e4a78dc0646bb5069c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "031354360a244dd382d4ca9b322c63d6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7f363b87ad0344ab8aea930aade20eef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4aac6c83203d437f9de78cca3c5bb08b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9c17929de9954e48910fd4f1d8118a68", "region_id": "RegionOne"}], "type": "rca", "id": "355592d3c362492d80d83be9ab0fc640", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2ce7bf6800af4a4aa2c99a0a9a9758e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3c54aa835e144c14b2d9076e7ae8d878", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "709cbe74620a45719d70179ff45c86b9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "12bbfd4c85d849f1afe60c47e5c7d353", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a336f7314f674745b7cceb27c4326f34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bcfa857012d141c99a4c75e3f7ca3956", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "32a145ecbec14f159c8b34a8dcef1fcd", "region_id": "RegionOne"}], "type": "network", "id": "37a3c54d4515432f9caa601044f87bd7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6bbca1c10856437fb5a021f06e4c6399", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8f71c45228d3405d8f1862e2845c0dce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f4745abab2c541ddb17c18be5c5dbc30", "region_id": "RegionOne"}], "type": "backup", "id": "5c5f5a5926a746ce863a9bca9b12b634", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bc7def1e9d6440b9a8e66313625884a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6931e7ec224145bca6997e63e02c7c65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "20d3e0a323b84987bfe9b0e086d7767c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "39cff94a6e0344b08d645fce1ea9f38a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0e184e4b6fa54ca4b11efebbba850a65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1db0c416f7924665bdee8dd78f776be5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9c0c355debf24c7ea697fdf0c61efd00", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5f237caa9c524c9dbdce3d79f68f2843", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ab20235fedbb404c8c0e273cc9739df6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a53f610654b24c93ba551e94bd989dee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "57896afb6dae4fa585d00a2202e4a7c6", "region_id": "RegionOne"}], "type": "monitoring", "id": "61252a9a6ea84d43bd9fc1b5a1d285d4", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "21c360ef01c44aed9c51f62584443270", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c43e6744bd424cd498983837a6b2e367", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6b3b70b6ae8f4741a673b121481cd585", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "51a4f236724b415d9b451eb047f48951", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "cacee616eb2040e385dd205a3a733a8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b97a0665ef374bd7860b656c89c295f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d3091a2606d94500b1506ea439c25ad4", "region_id": "RegionOne"}], "type": "placement", "id": "0a6caf0e53e04e50b0acbf7cbccfdc91", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fe7c7f7dea3544bd90d0d1b36e10033a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a032873d82224cb7bbe85428fdccb485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "939b2da0ebaa48e09a46bda0399774de", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d0f30d1a1d784b8c8a3c56dffd88c9c8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fd8783c0458a4d7c9db2e10ec5f19ecd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8ac5263b2382460a835fe3093d2eda59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bb4214a3c34c42a9868b24af66d07417", "region_id": "RegionOne"}], "type": "ha", "id": "5cf6eb8a353342f48b99c8404a70f7e8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9d2ade4c9612452e844e2177018a0b76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4cd3ba0801f049eb889998554bd59e6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7a940cd64a2e4c07a2392adc2a0d14ea", "region_id": "RegionOne"}], "type": "reservation", "id": "48dca03fa60e433d90543e0bb5c911c9", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e925da9cb1f24691838c42a705bcf90d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "affbd6fe2299421cafc177375b7b5e89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5ea22888e21a42c4992f947a4cb642ff", "region_id": "RegionOne"}], "type": "function-engine", "id": "ec41390fd1d64bc5986cfe0b686cdc3e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e44189df48d44a2b84b2b5aa5dd80fab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "06661b5958874a47bf1c4caee239f016", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ac47d0f9aeac43b79564baa619e024b4", "region_id": "RegionOne"}], "type": "accelerator", "id": "2bad52cffa8e453bb7fe8285f20e3746", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3af61fb9040f4f73b7307af2c02c1fbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "be5e4b53485e487fbe77009b5af1231c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "95b73c0f9a88472b9c12cce73319a557", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6ac3c02da4184b3c86be633f1b3cacab", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0fb4572428b442959156f2200efa1787", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6960fd281b974ca0846661d913cb4bc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "97bca7e2a1224931b1951c55c7999c54", "region_id": "RegionOne"}], "type": "registration", "id": "871d7ecb168041c9ae4fe0e5ffdaa1a6", "name": "adjutant"}], "user": {"domain": {"id": "e47195a00f374dbc9fb1ff82b89b16fe", "name": "005a8ecd5dc441b7bccaef3f16435149"}, "id": "15116051a6544e37915e4a96409de6c7", "name": "642f4cf769384e21b339520313dff6f3"}, "audit_ids": ["f45c364c8b7545e4ad1cfc00da909af8", null], "issued_at": "2019-09-19T09:04:39.811785"}} 2019-09-19 09:06:40,006 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,010 keystoneauth.session RESP: [404] content-type: application/json {22} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_list_flavor_access [0.171825s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,904 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,907 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,909 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,912 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,924 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.832134+00:00", "project": {"domain": {"id": "420941654102490d946c73436ca4b183", "name": "e47d62c0ee7446b1b129c2217eb7a6f0"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b1dab683645c4f89ae0305713e331182"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4395cc5024d54a59b7e48e61b85ae04d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2f7ec5122bdf4ef1a69c3f46b7960d88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "882e321c1e164710ad6c07a155736b83", "region_id": "RegionOne"}], "type": "identity", "id": "92566bcd1b734f50b1e80294786fc144", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ee1deadb1e9d4ee5b32af8eb4433b2e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c39b11255de447c899a60ae7c8be9ffc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "029e889aa45f45bc837517fb39064099", "region_id": "RegionOne"}], "type": "compute", "id": "242accf2a69b4ae2ba591b181c10a8d5", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "470b862ae9d44d749c31da5c2bc05c61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7ac92b24fddf4b618f6a78cd4fa179f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f5920d52886e438698c225ba0b5b6987", "region_id": "RegionOne"}], "type": "image", "id": "136068a9ae8e42b5a8873b6ae41efbc7", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "83989f51a83a4d76bd2bbddbe4e4bed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c5197099bdfb436f89f83d79dd1c4c0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d73e0c4caa6e4301af4febd3312dd9eb", "region_id": "RegionOne"}], "type": "load-balancer", "id": "9889e5ba686f46a88657a234fdc758ab", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87e0f7f066d148f1b7d2022496996e2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b1ee3abbdc04180a9cfa4534f3a6f6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2684ed61b17249e8bd3145fc85544e0b", "region_id": "RegionOne"}], "type": "object-store", "id": "607cf85926c741dda19903a999bf989c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8f5080cf3b6e40d69100c3432a82bf1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8572a024d799432d9291d09c331d2fbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4f747ea4a2c445f89cb6375e5bbc6a4b", "region_id": "RegionOne"}], "type": "clustering", "id": "9b7d6cdc04b64e498e3da7c2a2899ae0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fcc365dee9144629a9b37b36e658b351", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "886e9a64cc9e4b87b94d0dd7eb88e9ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "260a16ddc87541bf8b2522b09120ea59", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "70bb125846b443d9897ed0065bb85da0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ee33ad514e4342c1bbc41dfe388942b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cbb941a094b84a5c816ef43d974a7f70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7220d382d59f441db3c2ee34ee0f0cbf", "region_id": "RegionOne"}], "type": "cluster", "id": "b1297adaa08f4c14a6d96a1aecd4ed83", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3e524f86b5b4485394674d31b880426a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4d34c23d59de4f7f8b2f627a19e9147f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a090930e78824d7b8c5ad0ec13491e9e", "region_id": "RegionOne"}], "type": "data-processing", "id": "64765ae0731b4e0a88c5be9b9f4995a7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e91ce570ae584a1bb3126f78ca2e6b4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cb1f5881a2a14be98ca2a9fa13785025", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "798db6223f204fc792277a1917df4a13", "region_id": "RegionOne"}], "type": "baremetal", "id": "84fedad7a8d3494e97effc3523cccedd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "95acc53f5683409b8cf4029d6148b372", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8fc494c69064446abcf7d2782e067b9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bb546b4e51f54a7992abaf16af750d56", "region_id": "RegionOne"}], "type": "bare-metal", "id": "622428cd001c4708ab96414a520ff62f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4a5e6da43bf244c39bc366cbab6447e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0b52f051c8e644d5b69ce8c836f5c89c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7bac5baf0fa046628359d5a43c290049", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7d65a4d554d341b985f19ec7a47fcc47", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "03d66308129b4ff9ae7b1dca69ce6ec7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e37417d73a5444508aa79e35d482bcb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1481b59a7913472bace32ea2f8f32408", "region_id": "RegionOne"}], "type": "key-manager", "id": "3b8ca9785b8049febfb2b9c6899928d6", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f1b97ad4afa0443d9ae8856efd95377e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ca03eb8970174cacab071165d8754150", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "09efbf58325c4cbd9005aa6255824764", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a5a13580adee4b049c9fb8d07c62363f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3a06c54dc00f4e2ca1ddd2ca8d8673d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "984f0631fb814c8aad8bf3ea8144a0a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b67e34d5512e43ed830fa65332f2d466", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f4a59080a92a44c59cae95eea6a66645", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d2b652920c5346709b3cf9066dc93f29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "fdf940c075b94554988f600fbf667f9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ffcbef93699c4e749e078cbfd8c33537", "region_id": "RegionOne"}], "type": "message", "id": "05ef157c2a6f4309976aed090e215b7c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5443baf6425e462fa9833d7252113922", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1df500b937bc47459bd45774acaee683", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e0236a8daf0f4447a06f755469410630", "region_id": "RegionOne"}], "type": "messaging", "id": "e33126878e384aaea6ea765e49ee4886", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a1e4ec41f51e4c70808693b43a1e94cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d08e5b08af414857940d77654a11e613", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "fae1c60f9ca648d3bb077a2b4f8970af", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b174cea52bb341f69bccce246f1c6c55", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5fd109a1b75e4c3e920f08aac37a509e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8e0629949a7a42119463ced638d192ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "958010609b7c4767ab179b4b1d1a7468", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c3bec5570be84556aefe4788e1c95332", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f9720b098b59448f98c2bc6aa55176af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d01926112b894ca8bed5b99592a419d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2c962b46d05642a38466580558c7c7d8", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4bde94127a2340059ab77382fb8cbfc7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c9c3b4f4779a4f8a9935a765f217847a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "272243d0dcfb4c59a4d0de0e679860d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b5a24e2239cd4bd79e1ea1bf28a13223", "region_id": "RegionOne"}], "type": "container-infra", "id": "770638944780473c932d8c353c45b051", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8951aeb5bd4749658188eaa1e8dbadcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "db5e6395c7da49048831c416aaf8c314", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c86c0bf185704e18b926e7553d258b26", "region_id": "RegionOne"}], "type": "search", "id": "3b88bf893df14396b036ed8a533fa10d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "329b1f376bde4809bb68f268e4f9858e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "96452ef191274dffb4d2ac04971ce050", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c25bfdeacfa641bcbc5862cc763300e1", "region_id": "RegionOne"}], "type": "dns", "id": "ea6fb87e162f4e578832fc7c4248485c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "50460453b4a04753aab7d3d0dcc5c14e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e7af2a963e9d4ef6828ee81ba2ee59f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c04e7f92a1ab42e7a84593b31eeafd6c", "region_id": "RegionOne"}], "type": "workflow", "id": "06a7c5ef7aa542a8a4efda5a01ba214d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5be4285657164c669857dd72a3632bac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0b96f08b65e14c8eb91d56d27d65c57b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "dc3ad67d23214751b9f0184a0aa4d7e1", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c15f41be633244f282b0276b46a107f6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "28d6a9c2285c45a4a6408ec0ef066f80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f8fdeb03d4e5423a87d8a38032b43f98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "bc591d0ca5c147de90aa96fe89d84047", "region_id": "RegionOne"}], "type": "rating", "id": "ed7a1fe0149b453ca1e3873a2c2697f1", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "45a39ba583854d689eb19101d4068efc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "31fcf65f45194b359b46888cfc9cbe73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7ede14c016244e2ea87c714cbfc40821", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4507b93e2296434a970b408ced8d0336", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "68a21144809447969b80b331742f6abb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2156a49ab17f447aa7e40526b60f5762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0c591300c0f043b2ba94d1e521de4e16", "region_id": "RegionOne"}], "type": "policy", "id": "6b5ec339e4cc4f86a237a1caf51c06ca", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0a9f0d2b04dc4faba514c3567c1f0933", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cb9e8cf81a104ce2bbc6c506cd3fbe16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dd63be79fb0347e9ade3e4a06b7d5356", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "94f5ea02a7b34a5aa46f910720548708", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "59e4a18ae3814d2086de934f67822e47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b404863a4a614c02857051f7779e3b01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "caa5ee05410b498d9c4d86b6e3aaeead", "region_id": "RegionOne"}], "type": "sharev2", "id": "22328636dca149558d39b4a59e52d80a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "498f6c27ddc746b68c2be7dd6266e8a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "87699289d5af496a9d5bc160dcce8c55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "79fe356476cf495a8480e0020128d8c0", "region_id": "RegionOne"}], "type": "share", "id": "fb4056f6127d4e5da6cf3f12039ceb2c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a8d051a643f64c71a6350ac8f1e118cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "710a7288d84a4253a357985aa4a3a2b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c88aa270304e422f817a7f8f897681c1", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "21553b21766f41c29b0e04e9cb5ee7b1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb1fcfc45b7843c3b5dec6b8910e379b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b44c895ee744492bd3ff912aad0ba63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de6580f8dace461aac907c4b571fafed", "region_id": "RegionOne"}], "type": "orchestration", "id": "1b5016fa8a444543b3bbc91b2f30ed3a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b94c4aa08da14fbe80aa09acd6d61c3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70c5f011e98a479cae3c12605e582c03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a7ab6cfa75d4a0abc211616cd2f91e2", "region_id": "RegionOne"}], "type": "block-storage", "id": "c1042009ad4944eeb48f3bee7c5aa300", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "044c81d77373427b84fba7080898e9fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "219e2b991cae4fd1ab3a730b96d3d567", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b3ac644bc5f4f58acd7796e9b9c7da1", "region_id": "RegionOne"}], "type": "volumev3", "id": "89d6eb37585c4a9296d70dcba879096a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bff897848cb4fddb948d900ad92bf80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8bf26f5fb500401a8c6c68425312cd95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "968954ee75824faca9d8baaa97e77451", "region_id": "RegionOne"}], "type": "volumev2", "id": "5663e287c293433cade83ee83de8252e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d25bfc046ba4a118e856810855c22d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "906c341b89ec4d3e9c4c23df7b1ad5a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8296070212d6423e94b74f06bb2a1f07", "region_id": "RegionOne"}], "type": "volume", "id": "d54f34c2ecf6409fa769c820865c5600", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49a1e662baa4439eafa9e72d97d0c778", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe3b0b2a62ce4102a408620e0359e648", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b8a01446c8147a1bcf0c1bbe132948d", "region_id": "RegionOne"}], "type": "block-store", "id": "60d83e5ddced464aa73001408f1b687f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "71c8d808f0f94dbbbd3da1ae0f221549", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ffd50887e1b64aef99c116e6b25efe9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "aa5ab55fe42942c0b2b65bca615e8322", "region_id": "RegionOne"}], "type": "alarm", "id": "7d841d74ecce4010bca40ae306be4dae", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "66989535a55a4db481e71c67b0f79310", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "95a19e03d43d4260b0a174f30cf3ac25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "33fd27c1b4384ca3b498c32903a014f5", "region_id": "RegionOne"}], "type": "alarming", "id": "40a575221dfd4910a56dc725814a9b9f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cff81be9c9fd4e0d8194c162532aa27f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a4ba2b4a2a604f09a662de5c44e51db3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9b59862fe76f4497a3383d16c5ee12c4", "region_id": "RegionOne"}], "type": "meter", "id": "1b62b5c4c59c4498867548b61116cc13", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5b75d539d4944392b9ae9d85b5b98c87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1a1e6720ce9c4ae6bf92ae9597994ee4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "584a2d62d4bc41108399c4becfbe7123", "region_id": "RegionOne"}], "type": "metering", "id": "c80ac38f5b5d44d692d97024ba810cce", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "564253ee5284482196d7dca86c2d17c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "85554285742d4bd3bd77797b2bb1520e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cc5efdc456ce437791b478b707c000d4", "region_id": "RegionOne"}], "type": "telemetry", "id": "2ab5dc59b31745929eac576a9a7695c9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "140582f588414e24a88c40f42f015bc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "dc32bff2791f4ca7bb6165fbeb85d814", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "86cfe04d8794444b9ccdcd5aeb1b16ef", "region_id": "RegionOne"}], "type": "event", "id": "8942478b2ce148d2ba880134ebf211f9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "01bcdcac0dd54c11834572e825307923", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "015f3997fc1645bb93533b461501cc61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "75b949e8ca6747a3988b1109626204d6", "region_id": "RegionOne"}], "type": "events", "id": "d504e24404c542c5a4c0bc70a1b773a0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fc41cbd8c9864ce4848bff56f2244b64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "23f225863ba54d9cb333963b7a5648e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "02ed464d5a9b48e8b88a10020ffdf728", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3549873ad411445db89082664689e6fc", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0a3e38ce901a4fda9fdb40aeb1a4ae29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d270e7a9a47d4aacb3b41e3ecd3fafe9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a6f3046ecfee4d109a310a66b700a6bd", "region_id": "RegionOne"}], "type": "application_deployment", "id": "40c55a9a9fe94799b3f7ee8e872bc0c5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3e1cb5862fe145e49e7bde43b4982ae7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6350807fdd1c4b08978f7e3bb8918b86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2ff3779cdc814368bd3b542a28851e40", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "24dc6a1846ae4a14841edcb3c7af3cac", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8d9b276ae17046ad974a437e930224e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cf9e19edff944e5eb241ffbcb0866b85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cab0d174ab2f43bd8801438114248223", "region_id": "RegionOne"}], "type": "tricircle", "id": "4705a7fc039045a082c9034bfa1d91d3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "fae7afdddb6845b99b977bc2173116ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e43d123a552d4d61af706188d678de2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "630fe919502e420ab0d91cd3593eb41b", "region_id": "RegionOne"}], "type": "database", "id": "ed1a861379a1436ba3044d7097e2ff78", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6189d14c1aaa48a5a4948a7ab10be945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "34b85b31344748e1bcb323ca8956c2fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d3ae967f3ac0403e8314b82df0f379e5", "region_id": "RegionOne"}], "type": "application-container", "id": "da247b56410e407497066407224720a6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fd3ad08ba8a94b889ea2d970431d74a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dbae0d35f312456ab441003ee2498782", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "32a420da68c9445282b49947fc96345f", "region_id": "RegionOne"}], "type": "container", "id": "bc6178af54844e4cb2c9c1bf8a854a0b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0b6502e8787b46b2ab8db4f2fa8e568f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8e03761633c24f4bbc797a2ad6b6bd12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "305d2700fed84db6bedb1a1b690154c5", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c6e2cabc38d44d5e98b8da9ba03f28d9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8e260d5a71674e03a6064f7c2a8c6ad6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "82e8316de5894b60b75eb2206bddac27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1ef8583ee62c4f45a49da1bb9a5a7f08", "region_id": "RegionOne"}], "type": "rca", "id": "ea44a98f19854ded9d739ce226a97749", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9247ed70e69c45f38f78a3ae1558be17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0cc53e11818b4b25a529c32fd2429aa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "39f7e30f03294d65a3b14a1fc9983633", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3f0815b3b3e24d28878b8e2659e38152", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "22a42f3dade44f70aacb96d4455511fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c023b9386dca4d008171454965895fe9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c3692c5640254763811b9459a27917ac", "region_id": "RegionOne"}], "type": "network", "id": "b982f60e64784567884530d541f340f2", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "b53d274a849e4a5c86ad3bd786a22917", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "27531eab6a1541cca26bf79f47802483", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f0c05fd1ef79436c95043b013da5358c", "region_id": "RegionOne"}], "type": "backup", "id": "03c2a7c2a2df41ef866bc881e9462114", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "90ce5aafae3e4d4ab40badfc5ac5dcff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "81bff30f78fd4942b03ff64efce28a0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c3b57bcd4c734ccfbea0a2176a332506", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "37697a8951684b6ebe413748f2627ff1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ed7ef8e586b646ba9bd1ac39e39c2fbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c16571f6dfbe4efd9c4e89f99244018c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2323ca79e94f44fe8c2348ac4d77d374", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "63b61e79e4544f9a9a68d7df104d9fa6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ab9812d180854356aba97b373505934d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "84748597f1bc4552855f78874355b1ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f0e0d273be30446e93544577a5de2a26", "region_id": "RegionOne"}], "type": "monitoring", "id": "3423f711e5b44662836e3760cc410a9f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e9e63f3cea4d46a6a310d7c5d74c7bf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1d1c548117464657bd73442fbd7fb486", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "696f68e2b0a8445982b45891609e99b0", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3729bc4bb5b84c5ebada793db3381b8e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "cdedfda6aa0f400eac71603a46456ce8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "bdb0f80954114cb7bf448aaf47ee61d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a7dc71734b3d4249975906210ee43f60", "region_id": "RegionOne"}], "type": "placement", "id": "b0ab3e716a7e4fca92af06696ccfea3c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c2b69708478a4f1cba2872f7a5abfdb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "61dae8b79bb74ff6b2579485505bdc47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "30fa652559274173a0608528ec09c66c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "78d3c12d5c3c495ba58a91b50819a8b6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "55001552e1174eae9ace5d6301039124", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "04338be303de4220ad638f47283c9d8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0024591f6ecd4fa787780504d944d2ad", "region_id": "RegionOne"}], "type": "ha", "id": "9fe6746c78224fd28dd42d67c3b43d26", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b66c655ef0344e348d5c2296f7e215bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "974bed838309492584ab09fdf6b71064", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ab78a753cd324f598e33b5f4a5fb64d3", "region_id": "RegionOne"}], "type": "reservation", "id": "562356e71497400e883e9cabe6374f8e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "95f1e5cfdbe04a2eb62154b9ab007e57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "998487fa165a40c688964c3a753e3a13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "0b46a5998cee44ba9c0abf4ae01a6d22", "region_id": "RegionOne"}], "type": "function-engine", "id": "d8672a0b5535492398592ed87953bbb7", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "326f79184ca74bcfbbff779f08b135c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "43f96abae0f641249fb929430f1bf5a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e54327366e864d9f97a2e37ef43416d3", "region_id": "RegionOne"}], "type": "accelerator", "id": "fe9362e4c87946a48f48f5284047e2c8", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "32f9905949334c56bb6ed0f78f077329", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ef58f4eb276a4f60b1ecfb37ff3c880c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1d4a84995d99495cbe24e53af6133bfd", "region_id": "RegionOne"}], "type": "admin-logic", "id": "194409abcf0b4e8eba3a9d2a71d4bc5c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e67fe5a30c534b9b9dac072f2e24ea30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "47417eb21b3944829fa9424143ed51e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "03dabfa29b8047cf87e6a15b59347443", "region_id": "RegionOne"}], "type": "registration", "id": "326a12679d5a4cd2a75b4beae2ab79bb", "name": "adjutant"}], "user": {"domain": {"id": "7d604e5e8c5d413494ee8f97cdbd5f4e", "name": "38011b6994a24bf48ca904111633aa00"}, "id": "6f565eeafd9a4eb7b1c46c84531e509e", "name": "f9201f5f8c4942189035bb9a34ad465a"}, "audit_ids": ["9ce8f77f995a40808875d83bdf7ca04b", null], "issued_at": "2019-09-19T09:04:39.832134"}} 2019-09-19 09:06:39,991 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/vanilla/os-flavor-access -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:39,995 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,997 keystoneauth.session RESP BODY: {"flavor_access": [{"tenant_id": "tenant_id", "flavor_id": "vanilla"}]} {2} openstack.tests.unit.cloud.test_domains.TestDomains.test_update_domain [0.171932s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,953 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,958 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,960 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,964 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,974 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.892552+00:00", "project": {"domain": {"id": "30b96b757fb74492ba40c98628c44778", "name": "3444b7ecf75844d7b513e248e5ea9d24"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8fc4e4815b4f47ce88e2450245962ef3"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "630f9bd23e084e6990c4c1632035011b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8af09eb600ef43bbadf60afbef6bc003", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "68a35daab5a24b51b2d124958d958f9a", "region_id": "RegionOne"}], "type": "identity", "id": "6762803033514b559b26a1c4e2ea78d0", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "84674f70df46497a8026323531fd8002", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fe2b9da311244043abc67c6faa0e0aad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ea986b6809604eaabb24ddbbf6fb6d6b", "region_id": "RegionOne"}], "type": "compute", "id": "098774eb6a4147fcbee936793d8c6190", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "36d9c254e5bb47c287af46b9bb06753e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b85677f05e6e4b28bd4eded0860a95df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "9b12c53014584dd386f256248f93f142", "region_id": "RegionOne"}], "type": "image", "id": "8ca28fd6a5ed45d081934d03ebc44353", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "704ca18f02f642ea8ab44b979d165d07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "325f1ddda5f14b0a856724204c1e5426", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "479e5202aed2401ab115fb286da68fe0", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ea024692510e4820a1a57e7ae6387ce3", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80d16f48c7664e75bfc636ebec6d0236", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0dd922325c0541e38f6efba86b15d35e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a396568b4905445d83add2dae1740587", "region_id": "RegionOne"}], "type": "object-store", "id": "06d3de83889649bbb5f0d366eba043b3", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e890193e40d24509a30c8174729dd995", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "64d04f03b4704ca6914bd97e190a3a39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9b5d328c2fad49a9b32f8f9de82599ea", "region_id": "RegionOne"}], "type": "clustering", "id": "746684bd213b41b8b862a03767275a8e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "62528f5ea111406ca356c4299fc2c73c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c6846560225b493f8c10a158a18b77c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "735c973c877c4752805a2701f1e5ec99", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d4798928995b4efaae3217215304d099", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "93261cc5cdde4a64a987f563ace87df8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d3a779cdd0b548fa957932490d17a9a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "63c52ba1bf90461dba053a041e77fe2e", "region_id": "RegionOne"}], "type": "cluster", "id": "1451d2b626144021acfe1c6c1c54836e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a5af579c04c54a02997bab41fd4900c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d38934e0b8594482af32df525a83dbcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9f49b76977224d05baf4b6ac0f95e8df", "region_id": "RegionOne"}], "type": "data-processing", "id": "1b7a5e623eb34633bc3f0bd0ed7cc9b5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7fb1f3e37b3a4343b15fe4208ab7458f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bd121e929dea4a2dad56ae788ce20725", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a309dccec6e940abbdc9d3b37a80d491", "region_id": "RegionOne"}], "type": "baremetal", "id": "fc49192b51e049f0a14818b82b78f416", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8f2020bc90054a52800bb78cd850721a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3b951a65c6c348bb93f0e0fb78165e76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "48cb858b9aec412580fc291a5508cb0d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ae36903057574fc9a422156a53843b67", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b2626e5b01004fb18ef424dd31a892a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dce57201326a49cfb4a188edf50c9cef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9b979cd343504bc39038ff2a20d51581", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7b1fdfa538a649fba1f31d9370d40d36", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "08778b32e5b4445cbf88caf93e0982b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e733d125cf3c43348c7b2c34015ec38e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9c718638c46c46339de56c52a4049167", "region_id": "RegionOne"}], "type": "key-manager", "id": "f55c39c83740470f8a53a06669bc5a58", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "55af9d897e474d34b43e93ed8bb0e90b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a9715164578049a797be1033a2ebf3e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0bf8de06a99e47969e9668a97058c3dc", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b18f1a7ac8284598b5bfe66fe8d37a2e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "87f21bd662d24b97952dda0836a071e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "99dcba108e6a4c4b9346e765c4666f1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b36014e8f8b64de999f1d5d0884393f4", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ef9994c402d846b8907edb1e38338abd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a0cddbbe81f343aa8232f76f111ab645", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d55bf8c88bb843a1b4ca4e551123cd8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7f15f0e0dec64f169e811c6993d700ca", "region_id": "RegionOne"}], "type": "message", "id": "77360ac0ada348cb8b443ef3ad2d3610", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9eca9fe31cff41ab8128b27ddeae66d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "50c5a698614d4ed4b14edb12861f4c11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1700e344808e4b70b9fb091bc36e28da", "region_id": "RegionOne"}], "type": "messaging", "id": "520423f072c54f66b872b40dac258150", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7ac6e4cc72394142822f41e6abaff75c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c30ab9081a9646ffb7b6854386e46f13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "413f4ec907e5499db63dac4b137be451", "region_id": "RegionOne"}], "type": "application-catalog", "id": "1b7ad1f2673b4a389b32a50e87c0e9a9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a8793d6b679340cb9d830270419c1ec1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a500794286bf44e58b5242e26977f3bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "27eadb43e6ca4972b1a913d9985433bb", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6a7ff8359b3745ed83c191f403c5de6e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fbb70cbbc55d44fda49c53d69a5739d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "66b9856ee4fb42deaebe8cc39accd77b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "96978bc489954400883deaade35af220", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ddbd9a8e300040b78cdcfb200dc5bab3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ae97a7ba8fd24071830ca952def1bb6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f64e9cc1ed94874a2ba28001f21387f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1bb082044316462a9206e594bc5cda8d", "region_id": "RegionOne"}], "type": "container-infra", "id": "dfa44628ae304ebc8a5eed73e9288b04", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "69fcfba336084e8297562b9ae07d1800", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "19630977db8e44ba87a5d949ac151c6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "76c0b7f0828d46f2bbfe77111c067dbd", "region_id": "RegionOne"}], "type": "search", "id": "9c2eaec11b924e7eab76c97a36bc4fd2", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "57fd37788f0c4dfe97b5165e7006699b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2c6e5359c0f540de9315e9c79975f3e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "0f7e8b04f4264b42a343f72b711146a1", "region_id": "RegionOne"}], "type": "dns", "id": "6f36e405895540eb9e038cf59c58b714", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "33f2d83839f84458b1b4dce056e82a00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8e4f74cfec7348019fc241876d54eead", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7055d985e46949b38e7a283d5de06303", "region_id": "RegionOne"}], "type": "workflow", "id": "67b888b3908b43f0803aeadaeae3d5af", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bebf83b0a0c647549ef875b7f7873805", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "35c3061cac664c4aa08a4d5f468e2959", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "91197afd5a254846b206a449c07e6aee", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3de2559f33d646a3a7076cd2bbd7c1e1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "833ec2d6a08f47689be653bb0fc8be64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c3dd65e5328a403f9c522c66483d353e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "2e54a6d955c444159d491330b0a9ee4e", "region_id": "RegionOne"}], "type": "rating", "id": "bcc8353959434eadbf29fd83a34e7628", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "085b9aa9e25b46f1b4236babe5851507", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c34f66f9b38a4b3ab6acdef856f953a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a2763f6bd7d24b449683938ef1ddb792", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c7ddedb4d74f478eac03cf39066460d6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9b84545627ec4a51a8363ba12857cbb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fea55c72a7894306bc3d2edb67662037", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "79df8d718a064484ae6ce9a1283d7b4a", "region_id": "RegionOne"}], "type": "policy", "id": "8545e75e927c408bb9e4cd2aaf867fa5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1c6b65bbb97e4860a95b62e5baaca650", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0978e521ad9a411ba2a34d02b1b3ee53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bfe2ef3758654b84977271122de79743", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e1b5cf8e12cf46efb4170a505c34016a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "47cf38d288344c2397b906bcdde1dc22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ac95fc13b23e4fa8aefa9c48ce095b17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2383912ddea043a88cb60acb85ee8e45", "region_id": "RegionOne"}], "type": "sharev2", "id": "ee6ae5ed2d654ab08cf158ec003d812d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "96cd74b8cdce4f4f80f978fdf12b6f61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7fe640c9c1044162b53cd19bec2e6093", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1d927fe8a4da4084ab65d51bcf746f93", "region_id": "RegionOne"}], "type": "share", "id": "a838653a60824b10b6b9e386fc347473", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "32015ac76b6749b3983cfb5af96a28ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a2542b8affc04829b4b7f4368c638561", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e4b80cd8f60f4685a5928e9185cd6c71", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "06a066ce0a994be3919d853ea182ceab", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e4b24cad4f3468aa3ca125d1e9f4cb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5f482bee8034303ac0d546837f49d66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12e1c5a2bc784c47930f3915cc738ca1", "region_id": "RegionOne"}], "type": "orchestration", "id": "f34fb199e1cc44a4a6d118125a1526eb", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1639e5fbdea940dfac9f11ac0301e876", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9406e19fcaa41e3876797c9a66b2084", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65a077de1e7d4ce7801d3085dbab4136", "region_id": "RegionOne"}], "type": "block-storage", "id": "2a44b0e1615d40c0969d78e79707c582", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "875d5b736fcf40c4be6ab844288a1c4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03b18d8e70b544d0b1e38c721cd40d53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1cee0aa0803e4352b2c42b7e367343f5", "region_id": "RegionOne"}], "type": "volumev3", "id": "3dfed7ed390a455c984db632b989057a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fef3d5c2833d4fd7a691666b65284f1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce1464aff8c540a195ca70a905b30459", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4150fa0d963e4e57bc36018c2636f2c0", "region_id": "RegionOne"}], "type": "volumev2", "id": "cbe04e90de96403297e0f6f95bc0e6fc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "025261813b9645c0949235fbff3f8510", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce42da9fca8340fa8912acd2fde32e0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "682e53cc35144775b921aab28681468d", "region_id": "RegionOne"}], "type": "volume", "id": "4ea6210d8693462887d6b459df347fa6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bdbca6fb0400428980661ddc2ef0addb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc0f0a85a7974e0a8faa8f9af0cd53ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6025ef26bd2f4d49a2325027e260fda1", "region_id": "RegionOne"}], "type": "block-store", "id": "dfc52ee65fec4e14b55598fa898a9311", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "29f0c6b4a72c4125981e3177141613a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a783996c893747cb86ab1b164a81c1ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "029f57065f4045b0b24f9d77fe5ec7b3", "region_id": "RegionOne"}], "type": "alarm", "id": "bd99b4e3934942f0944819fd53f6816d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5d03289961ab4f6b930057745f0c8dac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c93127e9e647409fb3d49230aa7bdb38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7ac01fcd438840ba865282b346230560", "region_id": "RegionOne"}], "type": "alarming", "id": "2b58469431d248108ea3c0f3af483d0c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5b5634623d794e55b16d62fde287638a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d166652f36c84e518d739ad0331c0d56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "728e14e6ddb345b69cfa954251c88bc2", "region_id": "RegionOne"}], "type": "meter", "id": "dea161a9d15648aba6af966639d6c5ea", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "eec50681e75548f18769764cb9cbf2ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "edea6b43e9254cac976e34c528865962", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "15e0eb7b4c2f411c88f75a0b12aa6836", "region_id": "RegionOne"}], "type": "metering", "id": "2172db7b87814ba3be059638e915d48c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9bfd07ed65f247e8b796b74673ca7b3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f51a3b9a076e403ca92469dd957862ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e06a39b7ca62446f8c481f100d36d28a", "region_id": "RegionOne"}], "type": "telemetry", "id": "ea33ebd043a84208a817cc47fd7501f2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e07643ef489d413c8937dc2055fcba39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9a275bfe1fd541b5aee349477dca6dcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "41562f22c3a04859a69a24bffa95d573", "region_id": "RegionOne"}], "type": "event", "id": "be6cace5e8c7472aa0883a32ea3d21f8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "34bf378f10dc429690e3c067b4d536f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d1250051566c44468687f31fe17a5bb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5fe1a73361e24fe4b4938dc091226faf", "region_id": "RegionOne"}], "type": "events", "id": "09449338419b49ee9804f7c9ad630666", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3e4edfd2a56041d49d923676a5842fb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "43ed66e7e1bd4dcab0faebd556b118f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f83d814c23654b2f9488abd6eb1246dd", "region_id": "RegionOne"}], "type": "application-deployment", "id": "5ead4f69080e4bfb85c3c8e004b5def8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1ff91e4c63934416bf968a1610afd945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b6b49d6e1c9047de95000bc525e41d23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e4264a607ab64e5da6c30af9e553e1bf", "region_id": "RegionOne"}], "type": "application_deployment", "id": "fe1cc73c006446a1b61dbfc405ba954f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "139c56f5d93441a09aefefcdfb909edf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "49d6c9060f0d4be5bed44ebde61b6907", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c964aec83f2843bc9920fd0948e32ece", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "0aba33b322fb4642ba3dce4e066180a6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "34ef83630c284e4a95a4b3bb0f692edd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "79669f44fdc64812b9eb7f37f1cfc694", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5a064cf9129a4a00a032102a9f7fafae", "region_id": "RegionOne"}], "type": "tricircle", "id": "437bd82007bd486ebff20e70f0529025", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "51e90a2f1dbc498e8806fba4c90d1d73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ec4a20bf0f034a618c74dcfcb535c9cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "36968522499f440c8f8c1d343dcafa96", "region_id": "RegionOne"}], "type": "database", "id": "322bb840595f43bbb1c0d058fd386ddf", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c85c61d07cff4db4bd73b9c7703d76aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b41ae4bd8cb04deeb8452671defb0dd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "620be066df8f439b980bc736f56b8900", "region_id": "RegionOne"}], "type": "application-container", "id": "d52f63a6fde642d1b55fb5c18575b7fc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e06664c789a94b0b9f85bf3bc55b0cc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8f59decdf8534983b3b05839211c806a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9ebab0e0bb154002a4d74c5bcad91773", "region_id": "RegionOne"}], "type": "container", "id": "7ee74fcd2ea946629e8c252a0c2fa5ac", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7a42dcc7860141659210e3c86cbd3c8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9072e8dbc3be44a790e30c492b12de8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e83069cae8d241e8816a762cf27c41ee", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8523fc5ca0da44569f49c244a3044154", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e1f19537447545a3953e172779ac25f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6877e81b750544fcb25c4072d9382c8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7f49a860bfea475b93e3d67a43d2d934", "region_id": "RegionOne"}], "type": "rca", "id": "9b097517405541a8b0d09fb72d2363ee", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bd0aa2a16272417d840f096fb6053275", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ae6f3f82e10d4b35b6c1fc4aca97df8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "dde44d474d6441d08b710012b19df2bd", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "75f3a1ac3ca841a1b2381d27b1946c41", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7371f0b2a81740578818018a194d6c74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "8736955daaa6455d81ca16f5df881ddf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d845ee79efa848a9b67e186724e25002", "region_id": "RegionOne"}], "type": "network", "id": "1cef31fb836f4c14a7d7c385ec46fea0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ce88d8f1be83477c891dcc0ce7f9b6b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e9e124ff67044ad09e5632277f1d21ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "3f2397e143024beaa1b64f9b75771302", "region_id": "RegionOne"}], "type": "backup", "id": "8d0c6f7b90c3458e8c8b3f3fdc7e369f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5e0a1bce7bf74feca86f6244a86d1215", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "53ac5f5cc4b043c99720b3d6da5e3e59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "eaec1e205175428d9054a845e118e3ee", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "473aa56af06344cdbbf7db9460401718", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "96c37394068245b5be52ac8f1cadab52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d9d57b3cc074453fb2f373c8386a01f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "59ac82e7e3834b0db92fd9860592da7a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d8adc7244ab04521a0c1e99d1a3a3d39", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b4020fb0b99a4929a447db21cf472496", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f5020acd656d45669191bc52b226fce8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f7ab260252a343078e6673b0cc0b2e73", "region_id": "RegionOne"}], "type": "monitoring", "id": "3b1a5103dd31476db1bc8c5dbb5de0cb", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3bb2508e95b1422a962980b5b7b96be0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a0227dbbf2664eb6af537847173e9c76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "417d921a39ba427da83d45ba675666ba", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "99e6ccf243014475bc55e885c9ac2cc4", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c2f061a0c233436c98fc65706727722f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "66df2d3f03e9456fa63ee09b98388a62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "62fabf2ac97e4f67a77159c4ef23ad5a", "region_id": "RegionOne"}], "type": "placement", "id": "9adeb9abae4344a9abf37c65c24c2628", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c68693d9e8c5408198b21db14d8c37eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "13057978c51449aba14d880552ddf719", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b54f9e15243846dca85cdc7560796393", "region_id": "RegionOne"}], "type": "instance-ha", "id": "86737b29ce304f3cbb423d874afccac6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c5a77131685144399ce139a626e24872", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a345df38990546c2b7c1278975d1a89e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6c9a04cd213449a3bf524f72cc25d8f4", "region_id": "RegionOne"}], "type": "ha", "id": "f9746369f5e141b59ebfebdbb70f46a8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f29fc9453a304639bbfc6696d8f2e4a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "61c3f397fa5347a190c1a7e8385b148b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "2d4a50a1ad9d4ef8a52289ff8e2045cd", "region_id": "RegionOne"}], "type": "reservation", "id": "3d45c23cb2a147109db30ac5f09b487d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "acb3018dc07a4440844b292cb40df494", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "07872e86ef174bfe8e738d010b797d4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "300d493bea4f401a9b6e2bcc5d986874", "region_id": "RegionOne"}], "type": "function-engine", "id": "7f8e476010024167b42ba92c1183eb38", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2cad345953b64739a172631569f8c86d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0696d6fd2ec44ed192785eb370390aa2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "66e0a696ef5e4da2951dbc36b1ab30e1", "region_id": "RegionOne"}], "type": "accelerator", "id": "b00b409aaa2d426eb4c60345b1f227b2", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "51a5b576eb934e53964e85fc52ccbc02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a38cb927c1ed422eb1d31c8c4fc4beb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e516ca93558e45149f3100f237c1e887", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a41ecb8c348b4dba8419dcebd5814138", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "53f471fd8bf442a695ff49e98abdb318", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "db9213012dc8485b872134286fc69ec2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "931c84485b6f4b6b92af2a8b80d3b834", "region_id": "RegionOne"}], "type": "registration", "id": "6f6a2934ea1747268e67a2b3f328a715", "name": "adjutant"}], "user": {"domain": {"id": "5affe245f2db49bfb179f4f8f777627e", "name": "e9c5ebdeb52d42f78c2d5fbfa5b81491"}, "id": "50f05e17ff3845f48cf3108cc19d4dd2", "name": "ce09eddd02ff4577992ed08ddc5c4844"}, "audit_ids": ["ba62613cf6894777b397180da5307b68", null], "issued_at": "2019-09-19T09:04:39.892552"}} 2019-09-19 09:06:40,050 keystoneauth.session REQ: curl -g -i -X PATCH https://identity.example.com/v3/domains/a2f1a458e3424af5b9c2d3658c7c4125 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"domain": {"name": "domainName-3", "description": "domainDesc-2"}}' 2019-09-19 09:06:40,055 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,057 keystoneauth.session RESP BODY: {"domain": {"description": "domainDesc-2", "enabled": true, "id": "a2f1a458e3424af5b9c2d3658c7c4125", "name": "domainName-3"}} {1} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_delete_role_by_id [0.243867s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,969 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,974 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,976 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,978 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,991 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.908223+00:00", "project": {"domain": {"id": "317400d3064a40bdaef922ff033f1bcb", "name": "4cc7a1d58cf64a2fa0e14aadfe9739bd"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7efad0cb569a49cc9ef257699a19ec25"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1088a478fb0942baa1bdc01fe7773c3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e9a225aac41a4bfe9da8dc4c5d7fff1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "cedf1c11152445248663a9f0f4ec31b0", "region_id": "RegionOne"}], "type": "identity", "id": "2cce7b677d6c466aad8c3f103cfa0778", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "70e07436a20a46b98eaee8e74de2050f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5d9b9bac390c48d5b495118c257591b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d2dcfd09103f40edae2c8d84a678ed2b", "region_id": "RegionOne"}], "type": "compute", "id": "9c7f8ddf461a4ab691d74b581bfeaac4", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "49853bd87b984fe5975961893df6692d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "605df2f2606b4d468971cbc47ed58c68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3a4f50b2fa0e48be9090ccfd36856218", "region_id": "RegionOne"}], "type": "image", "id": "7e2e50c3cde24341b28617180452e8d4", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "41e8a3af7c944544a6246d5c15ecd59f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e4503ee7460849599dfadc02f80e008b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1dd31b9d77644529bfc06d8576d51c7e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "214df41db6124c4caa5b34a7dfa20c8e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5cba6aa6357b4733973496c585d4c2a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f984d1dcb56647aa94f1376adef39fc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a92b036b337b49b694ab2675202b1810", "region_id": "RegionOne"}], "type": "object-store", "id": "0b6972b749d3494baf0802bdf46cbc5e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "93c0434148354dd4aa84a9624ad48de3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "21383fa988ad4c84bfb5d72c37c96b51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8092c106368d4fb6aed195221b9535d2", "region_id": "RegionOne"}], "type": "clustering", "id": "032ce7bc11fc4bf0897d2461cc6ac24b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5bc503c3eda349ad8d5070cf5c0d953b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "034229049a1944c0b161b4b4321bcaf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c645f63ced2e4ea3b5fb53e520141d5f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "eb5aa3a26dd74becbdd3537e0bd5b604", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1dffa5cf27ca405f946fa2fde97039dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b17dd2d2774c47cd8193a8f92202b7e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "542004ac92344da1aeb2e63648082934", "region_id": "RegionOne"}], "type": "cluster", "id": "169dc855c2a7460096cce493ec84965d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fc75b8752d72442abdfb23beff71ab8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0f5af3f05c0a4be0b8184e9dee0e6633", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2296963f177a4907bbad46d96a3db5da", "region_id": "RegionOne"}], "type": "data-processing", "id": "c33dd433bd214be69acdc468b7463132", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7bd4b11f628942eda81271b2e47eb9b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f6852be7c5854702b4d267134f9fde1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "702bc5e28323410d8d65e39d4d9a6eee", "region_id": "RegionOne"}], "type": "baremetal", "id": "c60606507a534f6ca1c9acbe32549ffe", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c2b30c084dd44d789391ac9548256426", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "49a3550b67b94a50a50a74cbe71e0b0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b73a8d69c2634c3dbdd4600670129d19", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3c6c6cd8e4884cc2bdfa4804dde4fab3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "32783a47d379418eb73e8db7d0bb38ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cdce5da641d44033862da2284b985480", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "dff2055e02184b4ca8088372eaaf40f1", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "94166d0538c94ea78511e321e12da34f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d717b8ec016c43e78a4509828c4bbffb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1ac6dc8b7654473e9415cb9ab919ae32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4ce267126b8f46c1ab24964994ec71db", "region_id": "RegionOne"}], "type": "key-manager", "id": "aa4a63b491d845bc8595128c41d2e6b2", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "398015b2deab4810a4ec34eb2642a586", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ca6954347b6d482da1a0c56610709658", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7b2951988efb4632b0b275b43d45b447", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a5ea1ddbfddd42539e0a71220618b079", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8a9b09bacd094505a197089693d74d7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "427c5538916f44ecafa5b85ee8fcfe1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b3e33391336144688213d86a4edc29dd", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1a979f8f1d884b4382cbfdd26025566e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "62025542a8ba4df88a6dbf7efca7606e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0de9e25d725449cf9f4fd2cb76577483", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4ef8fb908b774502be81bfee370b5826", "region_id": "RegionOne"}], "type": "message", "id": "956a322e88184d4796d5e1ba979736b2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "df605dd497d842e1b316454f6c751cce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "cf93ce6046744101b3a1c9282ed7edad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7c47ef0422ae49ccbfab57f9f5a6a3f2", "region_id": "RegionOne"}], "type": "messaging", "id": "b249776598ad4d618b15fa6a923bb3df", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8898abed0c8c4e5eb22cc200c5b443c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e766915b50a8457998000d1c657755e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6732706757de48b6aae40ba3cd741b93", "region_id": "RegionOne"}], "type": "application-catalog", "id": "662df55f4d5a4d68a2cffe54df34589a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "14c78177fb0642eb89cc5e69ff0e20b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5415c5e58e024d3d98cfe1180508d24e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e4931091017f4cdc9202c8290b6e7282", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b26389fdf1b4460191880747045b9398", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3bc5340d62eb4da593c1429865659104", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a93dc507cea84699b84951d21d53bd50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0545b5f5bace483aa725fb853af5602a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "9df5bfea1e16461087bd319f82e830c7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "79cae82f4db64dd0a70a1f0f70deacba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f344c9b54bb74efbb2246cb73096ea6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "99673e1ddd274d238708133ecf23dba7", "region_id": "RegionOne"}], "type": "container-infra", "id": "a1d290ea651649788af2263c4c7f36c0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e99452e5da314efcbb0e0bd74ead774f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "721553af1cd0435ab02d7de42b8b050d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "624278b68bb34d43b58ad0d15e9b0753", "region_id": "RegionOne"}], "type": "search", "id": "1aeeaeb3c9af48c48640ace71312c80c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "35d16f7daaca4d93ab210a7e656163ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c7cecf3572ea4913a3cd70bead9fb7d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6dd14c8ba2df4b6ab3d092d04d776129", "region_id": "RegionOne"}], "type": "dns", "id": "af24226858404cf1bd224538eb141d31", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4564957fa69b43d38527402640d1636e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "677fa92428a642fc9d6133f4c246cedc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c4a23926295a40a6bc856409655fde71", "region_id": "RegionOne"}], "type": "workflow", "id": "deee520424974850aeda28c3386b556a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "806defecd94b4ab794404e2ef03c2d3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eb8d907a9dae4dc1b705cef004c1f9a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "eafa773d7f2742f3adc1bee2b1b53bc5", "region_id": "RegionOne"}], "type": "workflowv2", "id": "735288ae39f84b8ebedefa360db0b02a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9734f68ebf704817bddfd7527d7f4a83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "66b68cdb6d6c49e1950bb054ef193e47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "52fd7f2df0f84454a42c4496383b2df2", "region_id": "RegionOne"}], "type": "rating", "id": "23296785194a49df95ee5f6ce8775d05", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b35af0ab9de34a64b6dc1e090d3452bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5cb0486904194ed2b9dc05cec30d71ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e8e3abe61f98413bb13b79eca84fc1fd", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ec532100430e47cab688c262b8671116", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "190b293240a841c9928c0adfa0eafe4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f8066066187c4c0c9720a1f11f7d43e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a08b6ac90a6d4a02a9c85dceb829aced", "region_id": "RegionOne"}], "type": "policy", "id": "7cfda26a72ac45e7ae7d959e053a4563", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "36e30e2087bf4e74868e058f95f0eb27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "33e74cbb585949348b06203acec8ce5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "04d72ef438f74fc380819157dc55978c", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "58cbfc01883d4350a1988391baae65f7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9dbc8ca310f2455ba6dab5637231d738", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2ed4b3fec7274c8f9a87fd03553c3162", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8794c6e5084546d4859e4a10058d9d3b", "region_id": "RegionOne"}], "type": "sharev2", "id": "1bd4b1950fd940879c25fdc6c9eba9ab", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "31fe289d0db345ea821a0d9ec08414d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "78b57c58adc640d691c3a34d48cf434f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "334543fd7c3d4dc28eadbf357d73b20f", "region_id": "RegionOne"}], "type": "share", "id": "a234ddf878e44b60b1350c55f1ca147a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3998500df6014f9f9b963d0755d89c09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "527dca67a5f4445583dfaf82f4ef7662", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1d6bb267e5fc40cfb7b9d0667cabfe54", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d45445a18a214f24a7e53079dfb8d760", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f153df62621408dbc4df3f7f1b606a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ca8beadae594fd5a0391b8bcbf577d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a30f3bd4e8534b62a8d2026ae5264f69", "region_id": "RegionOne"}], "type": "orchestration", "id": "e45612418409471fa03dc9ebd533e60c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0e68f0e7eb248e484d1647dd308b01a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5791d643b2d94dcab845a80c753142db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a1b71c9e59841ed822bd1071e315c4d", "region_id": "RegionOne"}], "type": "block-storage", "id": "c70414afe76a4c41b020a503578fb430", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9636a24f3c8f4dc9ae98f1447cbb9168", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0f7fbe6a5dc412681d4d0ca5ade0256", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0533a851315d436f89e1376fc5d4c3a6", "region_id": "RegionOne"}], "type": "volumev3", "id": "1f99e5d2ca384f6f9275159948cf3a80", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22d0bf0fc9b4482fbaff5eab40043a64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce46bd0ed1204f2091bbf1adbbf94765", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b377acec52ad4b9381fbf4042b850d10", "region_id": "RegionOne"}], "type": "volumev2", "id": "ccfb351bdf7746d8ac7969ff92c356e0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17747a23e5d04d5b8b36752aab97ee69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc7c9c45305e44fc8a4333b9e46f87a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "924bce26db8648eeba02d544b8ea4b15", "region_id": "RegionOne"}], "type": "volume", "id": "6dba8e40f51f4f2f9ba769ca18604eb5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "316482dfde5c49349122c6d15c9cb59a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f987d3f357b4b6d918ad23bbfcb110e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "388e9114483c4882b03a078f3b987220", "region_id": "RegionOne"}], "type": "block-store", "id": "017215476dcd40d59869c771308c62fc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d47392b0df23422998b46669eb5e2b44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b7ff8cb5cf72437fab818c0779004376", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cd0aa4b05b4c47f69a981618e5d1f5e1", "region_id": "RegionOne"}], "type": "alarm", "id": "d04a1cbf54ea45a6bcf79b28bfb6aee8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2808b91ea52c41d4b742cc61e397d085", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5fffb9ed792f46898c5687de6d4554a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5cd84658ec684a7bb82a1be10265acec", "region_id": "RegionOne"}], "type": "alarming", "id": "65b8270cecfb4590857513d3de1d7acc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2d3ed65e06584861a8a5957c29a2c199", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "99f4d237571f4313bfeb7ea1b0db3c8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3a06f96b1ae44d458503738e29dc3276", "region_id": "RegionOne"}], "type": "meter", "id": "ee36b1869428407ab2c0558c479ddf03", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "94152da3356c4741a8d4d2f4a777722d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e7a95e30883a4489ab9e7eb9c2bb3738", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f61462fca7a448a59fee0d3d1aceda79", "region_id": "RegionOne"}], "type": "metering", "id": "520f662a3a89416d830df32c72216e52", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ac266a35028c413b82b9f0d17caa6eef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d87e07e1ee384f2cac9deadee8ebbe30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2b315ca9e42240ef9d44c382bbd8c0b7", "region_id": "RegionOne"}], "type": "telemetry", "id": "1092e4f09fa64e57808ce1db6cc56a14", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e6cd17a3c02149fab3923788b2d301dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "be4184295c0c497bae7c6b47fcb876e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "80851eac63a44724b5c7932fb50cfe7a", "region_id": "RegionOne"}], "type": "event", "id": "33b4b922637247728126bc48d1d4aa63", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "01e7e6aae0424859b6e13f77c0c582dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "29d4b9d3c0564153a5b931c2c4717ee6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ec079517c3d7464096d4a2d8d924a54c", "region_id": "RegionOne"}], "type": "events", "id": "df2c49df47eb49869fe985008469e26c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "83f2924869d64f56b53b2e29fe602ce4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c1a656be9388490f889ca9953913e085", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "830e083baf164b7ea9c6f5063b114fba", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a8533ac0b003426e81e927f462ac36cd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bbf7ca60261849d49a1dffe4220d4bfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9219178d9d974fb1a813f9971c1598db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6446c7c727af4206bd353d9359e81bef", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0138963af3c34c9f9a31ba49b621c54a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b6fe8e2d267e4a83b91f09f5d3050fa4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cc7916fb918d43ce9bb375a26b932e82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "29484e739992427e9f2e412a518834db", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "083c026eb934495baae41207b0845155", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bfa553abc2844dd6a1e6b7b8e1acb71d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2b4e98bace2a4fc39af4325ded09afb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0899dfc179e44e3eb471d73b68c76980", "region_id": "RegionOne"}], "type": "tricircle", "id": "0536517c246544b799ee6ea222a47df1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "69ac7d48e6e843de9bb351db170c3294", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "4ae04a83464a46feb1d7b6127a168360", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6a988554fe7d41069069958bfb9775b4", "region_id": "RegionOne"}], "type": "database", "id": "e196d8c3837e47e08a5224bcf32bd59d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4cde79f6bd664b7891465ef0e4e3bebd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "15db471ba7aa4140a4ed9122010f163b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5a45a44ac6f44993bb56dcb012126407", "region_id": "RegionOne"}], "type": "application-container", "id": "46fc095700ec48eb8e2ca1d651acbb1c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5032a84fc08241c39852f5d839ad9911", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "39ccdc1b31e94e99952d551151b80748", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7bce07ecb4124d04bb06892d38e555f9", "region_id": "RegionOne"}], "type": "container", "id": "a39d64c8f78f4eedb2b5a66bdc80db66", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "321d1e011f2f42b3a9615d63e0087ee9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f6ec2188291542b796407d3c759281f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b36c31a095d548b6a3ae5fa542902cc0", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "acf9c4c951f145c18aa4deec22a15fa4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "074c2afd3b4449c7b9409827265764dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9eed1f554d7c4bf98d2f254dfb761f33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f4117545c93e4b74b7db90ae6fcbfb24", "region_id": "RegionOne"}], "type": "rca", "id": "0605c916e98c496ab86c6239c5ac8538", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6dafe9c3523741c0a11376125aa2f978", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ddff7469c9384954aca78c813ef19477", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a8bab0214d2a40b798be9830a1a3f6f5", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fb070835d69342d9a209c7983a5e5073", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5192dba0e3ee46c9bbf71189b21ed12d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d5569aad25564f9493789c5eb8e9e2e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "14600440abd34d6d8b68ba4ad4506000", "region_id": "RegionOne"}], "type": "network", "id": "dbc7fc42e7ac4348a7400177ca61d8ce", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "390f27a4bb6f4472bc95c01de4b31b55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e8f66e3007df4abfa133fac94212d3fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4008fb5fe38c4093959537f86e48be39", "region_id": "RegionOne"}], "type": "backup", "id": "3762383a607c46d699a1949b138cd5a4", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c6e43b06a5a749c59578a4ee4181df52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "aa1b799ea2014d2cb8c5e0e6235f7165", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9a871b045ad7483089de3465b35b4be3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b887f17f19d54f9f9aad933799040a4e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b78937b744b54aee84092498e8a61686", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "10267bac114149b18f375e4837b79e90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2adf3dc1be9349bc9247462552b8c5e7", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "be396fbe1bb44f1f8d8bf308c449cfc8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "48c24f3d1db44367b6996e7258e8bda5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "00c4b058e098496a80c1a2b8f631f4ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "011d98ca683c402f8cd5b5e800bb0784", "region_id": "RegionOne"}], "type": "monitoring", "id": "fed7fc479a814c73ab5f20560e025feb", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "388cb189cb9a496f8476ddd7a7777b12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7b71f966210b4c64a87eb5d47cc34e5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "9d490db899274a87959c8cde835782cf", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ba798bde8e9a431fa7dbfaa9e1076781", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "39f5eed8c9e546dd80b37046299d7aad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0fbd12447f0c46abac930b63d285939e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d801706af15c4c8f88bb4f0b6c8909dd", "region_id": "RegionOne"}], "type": "placement", "id": "1d11ee537af34e91afe77505fe727491", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "325fbacfede0444c9dc0d7d6d1d0f574", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d7f2670a346b4560a3b86d87d0c6c887", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9910dba33c184e618e2e96b7013b6824", "region_id": "RegionOne"}], "type": "instance-ha", "id": "07932a1e74534109b444103cf8d52e65", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6611649affee45e291667f9eab80ce83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c1478c5df51b4f9cb4d7eb571e305a02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "eef278aa26f842458c6318635522c890", "region_id": "RegionOne"}], "type": "ha", "id": "5d89a17e5e97499398bc3c307264b312", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3c9f3cc3b3d5405a8be8c92702088e98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "046995e7202c4a1781fcd857d1e0d3b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ffc6c401c6bb4ce4a8be4acd88fa40e1", "region_id": "RegionOne"}], "type": "reservation", "id": "ed8c032fed1c4780a18701da4fc6136f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2635c957bc3940ddb5562c645dcb30d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4b4a7bf382fb48148db2fb054816c660", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8d1c517e38394b77937b29da31411577", "region_id": "RegionOne"}], "type": "function-engine", "id": "538f60762e0744de923b49bc7b689b41", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1579aee99dcc495d84b4cadb4e8eb985", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2b4d3ad3b4bc432fa1877a2782a5c3f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3b2b6972e22d4be18b88817652b5098e", "region_id": "RegionOne"}], "type": "accelerator", "id": "7f5f54cbd53b44d998c78b001f61c380", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d06418df0078498180a4009cd7d80e83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "463db9817a75408ba4cbea2bcd43d639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "385e7444c1144b728f2c0a5e595817fa", "region_id": "RegionOne"}], "type": "admin-logic", "id": "dfa429781ffb4a38b426f549e5383d03", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d343ddbf8b4e4fa983453e2ad810371f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f6824fe8afec4a7ea9a4d98605520fdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "09ececb538e84d2e8cd224874a6c47c0", "region_id": "RegionOne"}], "type": "registration", "id": "f483713d531442f28731c9bf0bedb002", "name": "adjutant"}], "user": {"domain": {"id": "a353c624c64c454ea62a53d2253d0041", "name": "511e00ea4f2e4a84a38d3e89e08167f8"}, "id": "cfba6b02f2124cdd905f5cee2aceadd7", "name": "b553d056bc7f46faa45f72bb281c4bdf"}, "audit_ids": ["12588b1e60e1463c87f816132783a43d", null], "issued_at": "2019-09-19T09:04:39.908223"}} 2019-09-19 09:06:40,101 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,105 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,107 keystoneauth.session RESP BODY: {"roles": [{"name": "a139efe3de014cf6bcdc87ad42ede3fe", "id": "db1ca03444b44caf8d768c7b422b3611"}]} 2019-09-19 09:06:40,142 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/roles/db1ca03444b44caf8d768c7b422b3611 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,146 keystoneauth.session RESP: [204] content-type: application/json {7} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_unset_flavor_specs [0.189926s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,002 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,006 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,008 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,011 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,023 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.929503+00:00", "project": {"domain": {"id": "e65a581a389849b2aaa475216727b0de", "name": "46d1aef3d3cc459ba399950ef8ba7cfe"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "38c3f9c69dbc4b3689bdd0aeee51dab1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "94631de2d7974914860f0c4131ed7f98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "81724680b3ed49b6af4f8d7d6b974d54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "635b0fc67848431fbfe94a39a4b9e515", "region_id": "RegionOne"}], "type": "identity", "id": "3cfe2bd494e94248b65cf2916d066d48", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c91bdda2808a4cec9b9f5635e7798d8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ab3d2aa27d8d48768ea2457f546b3483", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4dc12d89d7c34357b876aed4218b0940", "region_id": "RegionOne"}], "type": "compute", "id": "4e9b6d26218e4bb99d6cd8b6a7879ae6", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d6c89b8b72404c4ab2777fdd84b7606c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "947eb58970cc465dade1b4031e25651b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c4bcdecd37f24e3d91387435c27a4809", "region_id": "RegionOne"}], "type": "image", "id": "d7c6996b3e714e47b8414b9b654bb6a5", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0a1564eadf0147fe974122e59dbf41cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a90660fc702d4fa9b300210eb1f5289f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0fb5d00f748b457083e38800b86fa898", "region_id": "RegionOne"}], "type": "load-balancer", "id": "9e4c26010d2c41c89c71ceb7f238d1cf", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e76a468ebdc467f970f0a1b0bb98f2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8edd955841eb4960aab8ffb5fd069f22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed6e8d5084d841cebd2e493a34811f69", "region_id": "RegionOne"}], "type": "object-store", "id": "4967777a6ef24295825c91d406aa902a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cd4e74be41a848eab9f3ef7b4e092769", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "016b8bbee5994b29bdb4f8496ca5468b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4dbc829d421c46a59023f740e3f49bf4", "region_id": "RegionOne"}], "type": "clustering", "id": "0f3ecef591bd425c9bbe13993a492a8a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dbda846a18124dfbb21e8bfc0e1104ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "385675249d7245938bdd7c4431d6d2c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e8ecfc068c7d4cc6a8bf3df326d5ec24", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "452f20e2c0dd46fd996368cb4718af2f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0ab7cbbb6af74661b2c6187e44a2d65f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2e00f9263a874575b4f39bffbcc80710", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1ae1744ff0ca4fc9a324f673d49cb500", "region_id": "RegionOne"}], "type": "cluster", "id": "a07d4d60fa3a44d6a986b51eaa84c43c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3d8d812ed14244e8910df406bd4a45cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "63513b92c91943b7aa9351d0b19ed3bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0fd58d33250749cf8a8903a9d7159bab", "region_id": "RegionOne"}], "type": "data-processing", "id": "17753a9a2edb4c3ca0d72a86bda53b89", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7b05ca0c21a149358fe622fe97dfe989", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d9b7c950983f4bbdb08534cd9fd385ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ddf091b2838e40b9b1f33b66769404a4", "region_id": "RegionOne"}], "type": "baremetal", "id": "5f170401b71b4b389e581ceee7fc48c1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "648c12290bcf4032bcf34c92fa59a230", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bc86fe7af92340dd91f7a942fc0c1f23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9536c96e52734c8d9aed0146c04f19ab", "region_id": "RegionOne"}], "type": "bare-metal", "id": "fdab22512f8e4081b57fd789d3f89237", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6d20cd88ce304f249b81e128ad963472", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "236c03efce0d436d934c29532caefa88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "173a428f47b048a1a118aef319f774be", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2d0aa478a8ff40d69e465974a55b3666", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "93114f63f69545b6b225f2ab15c73ebf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "54a508833e5547de8fa14c4dd7403414", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "80d37dbdf6304e01be9f3de244f9fb0b", "region_id": "RegionOne"}], "type": "key-manager", "id": "c2a158d3c4e648a79479e3dd1b37eb35", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1d41a8963c394c7ab285fb4156efeda6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "edb0868a5d7549c6bb250205162ea60c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "07f1e88994fc4106a57b9d03a28bd4b4", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "83b727710f3f4ad2a9535aebd1af3aa6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "036101341f534774b66771fde1f05077", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c25c7cb07f0d43dd9043c23a10c027c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8533b03d204d412390514b340e2d4b60", "region_id": "RegionOne"}], "type": "infra-optim", "id": "03a71a160c9c4859949113a2cf42bb9b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6b8fb213cbcd4f47b97e179d56d016f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "24e72996c8084a43ad4507fe7583a87f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "00306a3765a147c1bd87604217b9113c", "region_id": "RegionOne"}], "type": "message", "id": "876e2f9034f5400cb565617a2d243de5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "72c240e3be2b4d0ea1c050be8eca8b68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9534716ee67f4b02904f6dafdec9e88a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "33629c3f9cec4636a8bfa5a23bca8c40", "region_id": "RegionOne"}], "type": "messaging", "id": "be8fc582fe104cfd818315ae31f92cce", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8f925088e233455d8e82f2c3c84fb74a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4bca6d57cd8846cca062010a7d79271f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6ca42a59d6644d2fa64f4e8f5465676b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6d490574e89e4ac2a727336a56f73d13", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "09b5e2c4ac134e2b92bca2f9cbad46c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e630d9a8c7084d9a9449b21d1bdf0717", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "84e75eb74de54de6b7f9929a727b64bd", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "bc9030eab94c481ca34627e08a9517cc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "274c2dbdebdc4c2b8e045af869b49de6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6719005fbcec40a0b24d1db262f52714", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "61a50307f53144c7a4c33b08223704e0", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b38dbafeeb274d99bc8a3d259253fe09", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0a25e053175f4bba87b9f10f746b601d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e2b1abeb48c44af48aa8756942608a6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a7f2052304ca421085d33356493f273f", "region_id": "RegionOne"}], "type": "container-infra", "id": "25714d6db74e4f3fb10ebc3ef51d3bc2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0db6d55756fa45b29dbc91c47e8643d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "be4d91177a1b4f3782cf1229ddf29028", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "95b99a1d6bad4c29a41f85fb60703542", "region_id": "RegionOne"}], "type": "search", "id": "5c803d1f082944d8b758e88ad2a377bb", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2699195002ac4691a9431fceec3db04c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "48241bed7baf4a0e9bc01addccaf29d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e63b9261ed0c42dca6c84274bb511b3e", "region_id": "RegionOne"}], "type": "dns", "id": "a2f55b4625a547c0a1e73c67a0b4e70e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "86fe1a30222b449ea830a6877aff418a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "96156f9cf7b84c8fb53d47c9dc5c2963", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8d013a49c84a49d28a7c774a1bdbce43", "region_id": "RegionOne"}], "type": "workflow", "id": "9865190166e1465795182901a7e7cfcb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2515d929ce424ccb9cd944a6fb869806", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f96f68b3a2dd489c94a87c8c866e0025", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a1f5a1be0a904c3ea28c017932341b15", "region_id": "RegionOne"}], "type": "workflowv2", "id": "dd0f523e3468406ea461364846d7353f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "efec349cb77f45258721de5d390b1d8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "690fb7b023ca414ea6776a5c9b22191e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6b1adfcce13641648b32c322744ff626", "region_id": "RegionOne"}], "type": "rating", "id": "605c9ee3c80b4df5bb829f0f7fee95ee", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "89ec10f52db841da933ff69b42b79002", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f011e66f04f04d7f9f4388543077248f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8d76b01a763c434b93eea8573fd94461", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0d5e9ba2ed4543ec9b9a8c782fbbae8b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1a292f75bd6a43329cf0a07e25275662", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d81b89789ff94c808c1dd6f1ccb5091f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cd6d55dd747c45a3b839d3ad8ee1f9ff", "region_id": "RegionOne"}], "type": "policy", "id": "e3dd5478259c435f97f9684113f37623", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ac9e8fbea3cb4c84ad72b01105cb2f15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "19f6d25a6d5e41388138070b3c767cda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7d33a6728692455687aed9e632d086c2", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e0a24ed349564e2babf80baf33960c8a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6dbaf08bc051450e9152a2d97484e786", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d2324e5d8e7f48b0a54b08528e874f31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d23ceca29e03486e9a6704517f31038d", "region_id": "RegionOne"}], "type": "sharev2", "id": "6c2b70c02bb04fb2a28f83403f6ca18f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "906a66cfd03f41b4a537d93ae31f2bd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fd4a3aeff6394afdbb57da807fe6120c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9f0633e8aaf94d2b93dd151e1a813dcc", "region_id": "RegionOne"}], "type": "share", "id": "6c7fe05cd6cd4582b1969d391b6688cb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "37af63f1179e4865abb633738f76ed69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2162d55685d84d03a7429cc981f1e5bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e91f1ca29e634446bc73d504251212c9", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "71a2260d5a9249b8b382c160423fe4ea", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "431d632d4c71414682e29708e6737d7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "872188a0a22e49f99f47b596cc8c2e8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5344ad86ad049118e4cd330dbdca1d2", "region_id": "RegionOne"}], "type": "orchestration", "id": "843f7559324a41179b1612baed7f8ca2", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea0dbc23f9f642c487bd13f8b34ca950", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28ada721c8504ddc84acebfda3c245f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92108823238f4b439a6a452acaaba0f0", "region_id": "RegionOne"}], "type": "block-storage", "id": "5a87a863d4df43b38be7f646e537205d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36122eb95dce4912a1c524f688321ab2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a6201837be1444081751b3df94ff48f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f27ce9a1a3d48799f31d70a19a45a85", "region_id": "RegionOne"}], "type": "volumev3", "id": "9c2c381a0fae4f64b3603d422fa1756b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cda64219e7014a3199150257a0f324df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "752bb8dfcdf643178e95ed125c46451d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24378ab31a0841c68d280c9ab929e405", "region_id": "RegionOne"}], "type": "volumev2", "id": "2828a482e25c479fbb3808668f70fcd1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "916e0fb7537a447798999f3d3bef6ec8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc2f3dedb4844dfb86af6b5366edbf19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1391aacaf2b43d2b2774366481efbc1", "region_id": "RegionOne"}], "type": "volume", "id": "81020e3cc3af47bdbcea8fb71f003da5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2064416bd9b44cd88ab90a13798d4aa7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cd0efa6749649c58493722067b8ddd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f7f03bac6584817bc58c9f049725d63", "region_id": "RegionOne"}], "type": "block-store", "id": "bec30a89707f46eaaa38e0ea5b75a991", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "23dd246d93b84a4fb5e76196cfc661a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f86debcc38204aa998ffbdf21776845f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "00e842c473914a0a9c7c91b9922b828b", "region_id": "RegionOne"}], "type": "alarm", "id": "7ccf4be8a70c44d6a2b598cf9d4a0153", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f6d08ee08066409bb222b7e0829db1fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1131bb81115f40c9a04fb702b44d25e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2d1ed50a4747419aa1055900b01179bc", "region_id": "RegionOne"}], "type": "alarming", "id": "0b7a225f24884168b3717fdc4a7a3214", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fce2fc4d126847058813a667de435746", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "87bd191930b5466a859fb6008f2a25eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "53e8adade4534f3da80655ff3f8411c6", "region_id": "RegionOne"}], "type": "meter", "id": "3e94035e3bf848aab9966bac8ac72a19", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d3cba5867cf446ba85ad9a4660e70d9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2a75776daf2e4c3898cd8e515cd0ae5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "27803346e9ec491c965ad3a9d3aaa63a", "region_id": "RegionOne"}], "type": "metering", "id": "b81cf1b9b8ac482ca4e8534a4616abd9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "91c12f84a6d245e18e99f7ab4583def6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ca5fb317bf1647b3988d84669352e830", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "de99a063b9764f8b801ac23d3b1d5bb6", "region_id": "RegionOne"}], "type": "telemetry", "id": "048785a1ad2745a3843323d976a6081c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c6a3276967a548288cac8a7490133c2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "63b71aac43d84ba6a36d3f7492c5ec58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "710a432348a54fb897d0973f65539d7d", "region_id": "RegionOne"}], "type": "event", "id": "3d17b3e3c54f4346b852f386adcdbb17", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4b4184db4c9a4d7d9015f9ac815d9483", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8be0ea3ae40d4897b84c7df663e76da7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4c521bdb1b4544ea945f6f2c49cecb1c", "region_id": "RegionOne"}], "type": "events", "id": "ad4dc1bb920c49e5a9cb6dd06f402a82", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "70630088c5ff48beaab9bcb2561a4be7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2a1cce069fe248d1a3a6cade5f9525f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5c0c67488ff540a59da8a0d88a2aa0b5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c2e799f31b7a4143a5547f915c2d3c0c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6d7ec2680e064ed3942e16681fed2f87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ec9a2ce0809b44779f3bcb5be002b849", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c6b1502c3b0d4c22a35f3d66d97f942f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "02d0dc27c785417a946ae1da98133a38", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7b0825ea89a04136810e1951aac07e58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "894481ce829142d39e62c24c66075dbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "320b5b03fd4247b8a52bde105e215eb0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3c5e110ad1544ed1b3090d6f2cb1ca05", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "95b0db16738f47f38f51ab6361c8c7d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "561d1c0cf8a1447a986847d2c7c8092f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "316022ed8a974351bc77fdab61a5ef12", "region_id": "RegionOne"}], "type": "tricircle", "id": "6440d030cada46578a0aa8e86f0e6b2f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "455aa7f8fce04e2a8f4283d6e593c180", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7e1f962c05124c919bc59fb4cc7e045f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7f2a415058ab4ec3a80bbb94b38598af", "region_id": "RegionOne"}], "type": "database", "id": "8ec2099acba94e6b838baf434193dc33", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c75134a81e874c6089ac810a20a83417", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bbfb63a3aae84ce6a654738080bb5b44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3b4cd218063240b1bb5fc9afead47061", "region_id": "RegionOne"}], "type": "application-container", "id": "bb6ecdc4f55d4ceb80475f0aa4b97a9c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5bdd11ebbfed476e9878d24843371a7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "11907b9cf17b4f0ea85eb45b8ec0307b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "24ca17c9f29241ad83fb07abf90295da", "region_id": "RegionOne"}], "type": "container", "id": "0bb77692a55f4e0ab041ed65cf46b66c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "12a2d676600d48d4a4844eea57587608", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c6bad50d031f46b4bd6607a2031eddd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "162e595a1cd5445ba93a77e565cb351a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2de8a66ff2644849a9fac161f6c4d061", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b9f375ce786a4a80a4e6a507bc52a63f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6a6b9d58c5df49faa1e42343e38e1c55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1418d17021e54b5bbe73c7d6758d8215", "region_id": "RegionOne"}], "type": "rca", "id": "dc0c2765bc1544449b04719d8041ca22", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5f6830799f6043279ccfaf6702c70925", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9b0105da71ca49d1a52e176647c07285", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "2054986792cf482ea3769953b3ace50a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fa8ab4e603e944e980ccfe685514c8e5", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3e63ad1ca6fb4b49a4b447be6e9cf66e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5fe3718957af4ab4ab71e03d6034cb10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "9cb15f40b66b4a8ea8ab92f916fc920b", "region_id": "RegionOne"}], "type": "network", "id": "adcb533b8a814e14bd39c10299c80c12", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6f476154960a4ed4843313ba1ceca061", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2b0d856d56bb40a0af7b7f1391d28a47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d26f196a53854781b4a12b459af9d176", "region_id": "RegionOne"}], "type": "backup", "id": "e7872c8b0f764030929ac3d5ecc6a3b7", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "27ae286fa25846faae0bb87ba9b41500", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "89e330f173dd49168afde775650e4fd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a44a3e1126e34093b4887ba944dac484", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a02cfb4a0e14455f9c84c9ae29a205e4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7088edb4191a47f1ad3dafa88ed78a3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f0af8f7bde7d481ea8b7d2cf1054ded8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5d4a789653a647a0b71201a0e9d504a8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6067a3c14d2947719322d0d59c7f7783", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "41df23400e5741ee9bda5e9a69354a9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e7c2289fe7424ec48cba6ea2ecbaa074", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "d3fdd8110c0e45fb8b41c015a416893c", "region_id": "RegionOne"}], "type": "monitoring", "id": "8ac2d0980a37442cbf0d3689581275dc", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "78cdb11dc0d441c798dcf5a65f55e319", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4734f8fdd7e14dda87e3f939413b3d18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "372ac6fe343f40e893d9bd447a93441e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "976a32315bce452080b28f1f6d7f86f9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ff2c8b9487354e75b2708f0349de066c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "57cf6d23a4854a1fadc3c8b15617b142", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4412771405ef480fb36f2d8daf40723a", "region_id": "RegionOne"}], "type": "placement", "id": "6328034358c04c3a8bd3f25b247f4dd5", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fc52cb10209147e3962110f6059c1bba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4c2f98f6bdb145d98ae4955c812998c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "94fc4b26fd0544169f4b2b9140375c5d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "0c51f36ed98c4b17bdffb89c22841f6c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6282079077e74ac0972a4fc9def04b1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e2e3bd21c8ea4f0eafbb939de9fd3d7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "379282b715834cc29178c244014b970f", "region_id": "RegionOne"}], "type": "ha", "id": "06a27df626bf43acb1885d1ff0881046", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "09ea7cdf06db434a9599d992a0415eb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "78762fde3bd7466a99c26e91fb7bfb11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "756db14e60bb4e1d8c7730030f849661", "region_id": "RegionOne"}], "type": "reservation", "id": "d2cf63cb86d544c2b6b79e92dec80eb1", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8597a28f3ff94786a0b880a6a0f3ef7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "65dcd0d18a1d453f8d6a1f7a26a30e46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "df5f615e7c284503827885bde9c9e3a9", "region_id": "RegionOne"}], "type": "function-engine", "id": "a8ac4e26d9784260bba50573372a1ad4", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d534fb20a3264c22a00227b28fedb6a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7f9f40f0d25d460399a54d62afabaa18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3f07600a66534c339b12d34f6c2356c0", "region_id": "RegionOne"}], "type": "accelerator", "id": "72bee18e87f44d309421630ef9cf2da9", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fab33ed38a7d415dbb6d1a9e870b1562", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "40da7411e4cb4d90b9cbac92422a2f8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5dd5f70dd20c4e589a2a981fc9acb6c2", "region_id": "RegionOne"}], "type": "admin-logic", "id": "37dd89aa1b1643d4b7cdfaa3426f5b4f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "86c66ecdfda14c56afbdc0a8e39bd2f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6f956d436d9b4a08885cf6395f3e3a25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "859273275e6547d9bbeaa1dd02ebd5fe", "region_id": "RegionOne"}], "type": "registration", "id": "50247e50fb0149d5891810db4f9b4a40", "name": "adjutant"}], "user": {"domain": {"id": "82bf918647fe4a7b93e824d752cb25ff", "name": "d7079b4fef994bd8acb2736a815f97af"}, "id": "7e139b9d07584b4da96942a3a600dc44", "name": "91a50d1b628a4b65ba5f75b1ea936cfe"}, "audit_ids": ["3b9fb8be46d549c5a3258ffb84902ab8", null], "issued_at": "2019-09-19T09:04:39.929503"}} 2019-09-19 09:06:40,088 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/flavors/1/os-extra_specs/key1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,093 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,109 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/flavors/1/os-extra_specs/key2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,113 keystoneauth.session RESP: [200] content-type: application/json {21} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(name_changed) [0.249732s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,975 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,978 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,979 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,982 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,993 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.912439+00:00", "project": {"domain": {"id": "8ff05490e23e48f5bc9f476603fd9db2", "name": "c7a425922c254a7eba75e31bcedea95a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e9b801a50f084c9d81f66d396b9f7891"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c577dc845e2a441cabe3cc75b625f854", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0cd88e310afe481987a2e580ad949267", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4db72bdbd35a44cfb0b10ad0f3e1442f", "region_id": "RegionOne"}], "type": "identity", "id": "0aa4943848204810901b371f1ec11735", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5fa7f772bad04facb55690454fd84095", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8ccc9e9b41e440f68fceaebc19890ec3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a2fba687befe42aea83d7742033754ac", "region_id": "RegionOne"}], "type": "compute", "id": "f0ab0d106cb342b1a5e5b31cb6cc6bca", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e4b851282dbc4dc28a3601089fafcf7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "4d05328e04ec44df952f018461f3a6ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "7756e302d85b471f937536a1f5f0d3d6", "region_id": "RegionOne"}], "type": "image", "id": "a2e937d0c01a4e00ac7cf3c304c204bb", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2e247d43455a4b15a110a214490c8e5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "92179d2c365f468ead44c4405b883905", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0d886d1ae0fe435388844164bcfcd9ea", "region_id": "RegionOne"}], "type": "load-balancer", "id": "8bb7bca6056a4c29862742aaf1128660", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7bf709f7b024ec68b260cb25df89678", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96f9ce2165ac4b69bb9c117d569338b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b59df325814c461886b70128a6a34262", "region_id": "RegionOne"}], "type": "object-store", "id": "d4e2bcce25c34e65848b83a2e99c09bb", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0d84f3f1d8e44dcd9d0ac47e15eeb021", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f85d74b4ecb94b7e85cf51eebd4037c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "19de60f0f98c47b9b3c026064d46f54e", "region_id": "RegionOne"}], "type": "clustering", "id": "a2a7d5ed1ad0429db494eea97d38b7a8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5c45a20be0234c579d63fda44eba1ab8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b68d318024ed4aa49304a822426d442f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ed3b7b77d4ad46c2a745076d98e22217", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4ffa76f493c245c5bbeac0b2f9421937", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b6c2caa47e574df0b7e4393442709255", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b7c3158b78ac4b3788e27544a51b58d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cbf194d3178d47638b7812a103d695d7", "region_id": "RegionOne"}], "type": "cluster", "id": "c4371618343147b799101ddce97b0c8e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d050a2e7b976443ca7179246a5769f0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5b5cc92da5304dcbb5d378f74ecf8814", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "60b80dcf272f4be2815f73a596718625", "region_id": "RegionOne"}], "type": "data-processing", "id": "01856aaa9ff44441863be6ac1dc08584", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4ef2b29c0f8847cea3c5b8bdcbcb60f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fc5f342752414666bb9f5bc113875f7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a7dcd43af1e3415aa6b84bf97125dc37", "region_id": "RegionOne"}], "type": "baremetal", "id": "c77b0355fabc4d12ac247e70c1ef9006", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3cd47ee115974b9f815863fc655e11b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4cb87fdf9a65475e9ae6dbc22d707070", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4a183751a9ea48bcab198a317e2193f9", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4973e50880234ed3b57e9eb426cc8a5e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dca1f88657624c60a11b5c5619072f34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8c04d2522b4c41b293b67efb88cd4735", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ee1d07c30d724ae4b5757c3e69c0f124", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5239462f527140c18d05a47bbeb34526", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "88110670d67640bc908db2658ec7d017", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "77e5bcc9542643a599d1a8b0468707fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "19355246bcbc434c86afbc32cbdb4a23", "region_id": "RegionOne"}], "type": "key-manager", "id": "8ef6ff3146df4c4fb931336e441368af", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "13d5a83e26c64dca9adf35ba9f25c81b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f9475bffe16745ee991dc539d8639280", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6d7a0b31e2ce4bb68100afdd9feebb83", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "13f8780150364ee98e2f08630a1bb7c5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "29e430e2c99348f4bffd7a49b794575c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c6ab912776d740a385eb648bb14d803d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8671621be4484e689669211fe5a619cc", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b2c7690c1c6745ee943e4c96090dfdbd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "340b24b41b504b3e86ba366474e1e285", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9ac40707f12844d0bc283da19116b299", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cf90290ef01942b0a5b90212941fcd69", "region_id": "RegionOne"}], "type": "message", "id": "81b765747d79432192a879abf8712f8b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "30d906c124f844a69f86f8f40b0816e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8ca8ad90ed6240779aaed8e0e1872d68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "68c046104a504dd28c9c879e6fa67045", "region_id": "RegionOne"}], "type": "messaging", "id": "9a5fa53fbb2341829d783014e34a8d4f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fb1ca5cf5f2d4aa9baf5918056c34ea8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e725b90f02594201ac90015acabecc2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "383a978ee29242f2bf4ea378b21492e8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c858b0d2ed7f447c847f45b829e950dd", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "732ca2bc822249f18656cb4e67a8e577", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6bdb6f10498c48f68985a05a8c6c81b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c9f78a7b7654d0c817f9c6c8cac393c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "acc239afe9aa40f1b0e25ed22c286c41", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e57c26529ad94d9f9a0f5ed0370d83e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4466d924871e4da1ab8bef6eb73c44ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "288ab58a9b144cd5a50643e6a7278263", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "3c2965105801438395d715534c5b11c1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "24ad420c237049e3b81890bcfb890c91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cf57d359778148cc8ec7c67b6b61108f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c142022594234e68b6d6d8e98262afb2", "region_id": "RegionOne"}], "type": "container-infra", "id": "e66ab90a93314ff5833866e1b8e285ec", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "83df55505136461291e400820b30adb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "267ba42fbb8b4a3fba16e37e7e686bac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b5d21b54906445079d8aa2a6f769813f", "region_id": "RegionOne"}], "type": "search", "id": "ad221909b58140cc9b33f984d43a46cd", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "abb26ab546084aefb8ec4a752a58d384", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a52aaffd0c38406ea8ab336379718ce8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "25cdbeb4dfd340f397145b3cf0dc7f40", "region_id": "RegionOne"}], "type": "dns", "id": "20a02b6508044697aad35e4150898843", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b5e97645fa7a44b5afd37de699b16f0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4d54ec505aa449d2a6122f53f1592175", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1efbcd36b19f45a2bb0ab992e722cf76", "region_id": "RegionOne"}], "type": "workflow", "id": "cecda087be89433cb92c52b86235103e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1b4002061b6842c7917c411c25cead58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2034b7eabd9d45068342b658edd46d6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b5cf9afaa10e407d9717a574a2745cce", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8c258d36cecd4b0d965d4f7fc6ab91d3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8c899860cdc34a3db63dc34992b58461", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "36b91931d8c14222a90162dd94892573", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "60f5dfba4ea44bee9c6863dc0b9971cc", "region_id": "RegionOne"}], "type": "rating", "id": "1bef1f44db5a446c8f5e637ad3d4509f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6773d7d5f0f94e9fa12172410844c68e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2589b8fffc7c4775a59f1d8cf9a93aa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ce9d14940fa14bdb90b21139c8e19809", "region_id": "RegionOne"}], "type": "operator-policy", "id": "70c6bcc41ce6472e83ea48835e2e8894", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f9d1fb41d57a46c082d7c1490c37a3b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "208d8fce09274caa9483f9cc5c27b2c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e477d0030dba4fa6a72155c38109aa0c", "region_id": "RegionOne"}], "type": "policy", "id": "524d8c0ef0974bcd93557977ecc6a4a8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cd44bed33287489e8a6491537535982d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "318c9fac0427409895a3f98267820311", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d91b11e9650a45c49f95eeae95d0b454", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a86fe8d4874f46ce97d5354b19067dcb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a08d1fbeda634e158e8f4c34728c8b02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7fec2379f55b480ca201e8e259b00c1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ff770a9ba60d4ea088c6bd80db626a56", "region_id": "RegionOne"}], "type": "sharev2", "id": "41fab496db71456380d993b8f772019e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d494be3737624e398e809843e0bfbbda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "53a6245a7117463890d07db81ad2a324", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8284c12d26bf4f87807a8e35f69d9341", "region_id": "RegionOne"}], "type": "share", "id": "c4bf5bf8f1d3459095789db258fd1437", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3e9966c85b2e408ea593dd0bfdf9b5bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "587036a814284f8fb17b29e404e1c00c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d2f339f97b6e4d60b6765ddc3a4b2b78", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9a9a6b6268294a33807042e2021593b7", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c81c4474b95b453b95e6e30bde9ffe5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4bbf658ff5534df28580a0e564daa8b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "530c9eda0a6541bab1aab9a8f551a0d8", "region_id": "RegionOne"}], "type": "orchestration", "id": "08220f51542742158e0f8832e2819a9e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9930f447e0f489da2afff8230df4342", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "350ae90a990740bb885a27bfabfafe77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10c1f58e5073478f92926de9fae235f0", "region_id": "RegionOne"}], "type": "block-storage", "id": "eb72d0257c244e31af2073aa1274d97e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f04e902c8c5445b5b09ace28e0b18c43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a8cbc3cf46c4cda8c412bb774cca9bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1144537196b4ffb8ec0d71525ee2255", "region_id": "RegionOne"}], "type": "volumev3", "id": "2fd2d41c59c641008a457e7faab6b7ea", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bab9c725486e4dc497cdc80dd9878020", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "766a0bb253414d50a84dcbbe17961732", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2478c9877cf040fdae0e75aaf2797b28", "region_id": "RegionOne"}], "type": "volumev2", "id": "f8657474da3a4dab9c9011b974ece13b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c0c5db2c91b416594b5a1e1cb689005", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d8539e753eb44dfb34ccfe11779963f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54a647dfd844494b839a7fb8b3722f30", "region_id": "RegionOne"}], "type": "volume", "id": "8788143142d9442f8826222ec6693c4d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8af1314662840c388e44b0df2e95d16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "673fc77b7aa840d29bd8ca9c2d4faea0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13ca98517e9a4c13a67f3242b769587b", "region_id": "RegionOne"}], "type": "block-store", "id": "f7a0c6c64aca4de9ba839c9e15152cbf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "543f4926f045439d9731feb4fb7c3a45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7110982902934dc5972fc4dd1b449e68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2a7d9b330c80412b8c0349fa2258d760", "region_id": "RegionOne"}], "type": "alarm", "id": "c25736058d374f7aa1b3c31ab92c8012", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "08e7a7acdc2a4f04add7e4a0ee2fc493", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "75e959e160e043439c830aa158849979", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c1a9d5a80c024af49d82ac9f14942d75", "region_id": "RegionOne"}], "type": "alarming", "id": "caece8e41c3c4a45acf122cd20235f04", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d595fcc13b3040b6b9bcb9365191b5f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b1e9ecffc71a4bbaaede4dc293b5e5af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "eaa8f20f1ba74b0d8deaf9cf12793555", "region_id": "RegionOne"}], "type": "meter", "id": "9f683771918546e9bdb08ddb5bea75a3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0d4ba3e900744a2b811dd3a593740ce7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9b6735742a03400592232f4f712626ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "827a06c71e464093ac8064d9cffec7c4", "region_id": "RegionOne"}], "type": "metering", "id": "55f5da0dce85403eb5f49c6902b8b707", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c67c9da0a34340aa82df78f3f21c49c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a734147584724834bc7d2646847d486b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7783d5eb2f744841b486c0c1c248f98d", "region_id": "RegionOne"}], "type": "telemetry", "id": "8c49b314c77f44ad93139945149c5bbe", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "627f8e663dd74b2dbe152acce8482dc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "aa5bf88e9ca740c18f78cfdd1fac9dc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7cd0a9947c40451ab39370d9959b104e", "region_id": "RegionOne"}], "type": "event", "id": "17b269f93f1846988a472b0b29b70c8b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "25325ccf731e455e9c25d30849673035", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0292380b649943ad94fc8423752aed43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f3cfbdecaf9641dc979f77867fa8e1b1", "region_id": "RegionOne"}], "type": "events", "id": "ab67a42c39704e48a2ba913adb855d45", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d32024b8d3c7431cb8e6a1d2c39a3dd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6c035d325e9748da83bef96fb6c9da21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6f911dcf5fbc4ad0b70e4c6e92d86920", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2b4ea8fba60746cc92a9b0a7b656da7f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "699dbd7ea6974baab57de6bcbd4352a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fb3a6483bfe54133bf9694d79019934d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "85420b0a34b04697add1b0aeba04445c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ef60de656cbe40c7b28f48d1aa8e2d90", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "68114118fa3a4ef8a77fd193be8db566", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b95c9338a640421cb9688319c9b5c399", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "db7bfac1f8f9499fb6a60e640119cfa3", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "96df2cfef5794c36a03bb47a746b90b1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d8dbda8a3b044c7cba8794ba38e33a21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f8e2d2444c584b94a567853cfcb195a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "75867ede1ae04ff0b7dc0edc5240abbf", "region_id": "RegionOne"}], "type": "tricircle", "id": "5ce88a80b75b4dd2ba65e549d0e7f9d4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "959eb590fb6445ff8c00d259073be4b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "036ec786e4324676b8d31c00ce8ed1dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2320cdd605494ac3b15c7e23c9e1cb34", "region_id": "RegionOne"}], "type": "database", "id": "e1958b15900c432a95036a2b6aba92fa", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "90fb382adcd248a38478a0609807365a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c27b0fa681bf4abb80fb40a930ab251b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6a0e006fcce646d1a38a5df79badbe65", "region_id": "RegionOne"}], "type": "application-container", "id": "cd8e4ca037c14e86aba1b6a9740eddea", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "161b42ac96254a0b9fef7ff0580f1330", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "761e5d66a18b4752915327d9f2ed49bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "57d5dc69fd32435895f35f595b75618c", "region_id": "RegionOne"}], "type": "container", "id": "cab320a333e648b9b0d1d5a094d0f465", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ae5795ae4b0841c99d2799b3493c09d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ec14533bcbb14902adfd3b2734e43959", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ad8511fd1ed345098fbbe7c2b9400073", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c8531240f20f444d8eed98cfea5d82b3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "abd52030cd734ea9b2698fd79bc9b0f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0b636c5f43314a6d8f148035b377de14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "08bf4315d8dc4787a70a38cc498bc8ec", "region_id": "RegionOne"}], "type": "rca", "id": "e4c244e532eb4a9da3044ea491d8077c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c401e0e37b684657a8523f731f635263", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "34bf8cb835fc45359974c4169350158c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a1de00982d234e80a0406cdde1450d45", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fba6c6931cff4e33875d320d5e571249", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3454d4579da64963a472efe7bdfe2dc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7fe348cb2db84d898bd0e99837b97adf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "fbe3873a484f430ebfa72a06a4a33c55", "region_id": "RegionOne"}], "type": "network", "id": "dc77a56f79ed463fa35b52442054bce3", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "680c744cfbe640fe8b21677132909c8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "61e1b2d870a14268b1bdb490d194762a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b743f849b9874705b70ca42a41a98f1a", "region_id": "RegionOne"}], "type": "backup", "id": "e573c7eec59141cd93a2b7200cd472b7", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "eda8d0b2f694496d873b0a1dee0b0e6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "40e6879d2dcc49a4bb0f1b92db0da1bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4364f481d4954e9d99245f5b021bf382", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0de9979d1f714e8c9c1bd940504b1df6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6c4ba52074a842f9aaf49b5ae6f7c340", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f480d63fb97941f3ae39eb28fb55ce12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "01c69b59afac445f98ad1742c49ccfc2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9b19c27db36d42069c720376f9e4be99", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7413374afb564c79b07d4266fa0763df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ddfd1329fd30427f96072388fab209c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "71c73a73382c41ff9d00668dd9f967db", "region_id": "RegionOne"}], "type": "monitoring", "id": "f0ce03e27147491d962d2ee43df03469", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d57e41b9fa0f42cca78cebdb7f53be53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "17502beac0b1428c948b702a26fd0a83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6de3bafe10b74ed394d03441217c8e64", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "33d5e480632d4b3b93a7cdbb190e756a", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e132bb43ecad4eeab78fc88884c6462b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7fa7d049c5a1484aa5325b27a3c3382f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b1ee288b08f24e5ea3a8875ec1c09528", "region_id": "RegionOne"}], "type": "placement", "id": "72ff47fdfe0f46caade1c3ae6a66f682", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dfa8c1c48c2d43e1962566bba2f51f52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0be9fe3f0b33434086ec191386ce9a11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "934a6a4115774d67b837eb576e7d9f77", "region_id": "RegionOne"}], "type": "instance-ha", "id": "bc309e4684ad4552b676d46b934c9d90", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9588afd6e96d4fa5b5b493d4d6ba5064", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "076dd8337b6d4d628929687bd7515057", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4ff26052d9b8406c96edf37d7e38f567", "region_id": "RegionOne"}], "type": "ha", "id": "8a55a41467434d21957cf4c9f871d4c4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f267f8b32807474695628b21ee4c6232", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "77e0708590eb462c98752ec7559fd565", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "201ada15181042af8155d26961e07e47", "region_id": "RegionOne"}], "type": "reservation", "id": "cd306746a1d74b949aa94dcc6b8a181f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "87a6be0e8415459c81080088d837de34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6e9e42b5f03a4f899b51675ce6afc5a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1a94b37c9934409eaae05922012bfa7b", "region_id": "RegionOne"}], "type": "function-engine", "id": "97d4607693404f678955048620c6e9df", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "81b63701d6df4efeb2c75cecae01cf54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b71d7355b03d47d18d7591ef14f63de1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "90af04649dbb459cb7a714aad1cb516f", "region_id": "RegionOne"}], "type": "accelerator", "id": "232aeaf690ab461e895baa46fe0cb4ce", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cc58871edbfe4fd6b8e62f394b35e016", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3a0b68366d0e457ab3048afdcef5dd79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6a0fdb1e71a147aeb6c97aa378f70466", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f89817a4096d4a868ecfb703722e0a28", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "67dd672670ea41ab87d08d895dce630f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2e10e338794b4ac499b27a027ac05815", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5b013bce02bc4948add06942363b1550", "region_id": "RegionOne"}], "type": "registration", "id": "6661727316644670bcf5454f78a00d88", "name": "adjutant"}], "user": {"domain": {"id": "6ebcbf2cc2964151b500c4897c9e417d", "name": "6a6c6050afe448fd98022e4ce3f14460"}, "id": "80f4f71765614468b1842adec14c7bab", "name": "f7776c31c57e425dbdd3a2edf3fb22b5"}, "audit_ids": ["864ef133f03d4849aec7abb3e5c7c8fe", null], "issued_at": "2019-09-19T09:04:39.912439"}} 2019-09-19 09:06:40,058 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,062 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,064 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://baremetal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2019-09-19 09:06:40,105 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes/bbf98b81-2e69-4abd-97e8-05ba521f9d07 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2019-09-19 09:06:40,109 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,111 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "bbf98b81-2e69-4abd-97e8-05ba521f9d07"} 2019-09-19 09:06:40,148 keystoneauth.session REQ: curl -g -i -X PATCH https://baremetal.example.com/v1/nodes/bbf98b81-2e69-4abd-97e8-05ba521f9d07 -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" -d '[{"path": "/name", "value": "meow", "op": "replace"}]' 2019-09-19 09:06:40,151 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,152 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "bbf98b81-2e69-4abd-97e8-05ba521f9d07"} {27} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_update_firewall_group_unset_policies [0.233942s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,033 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,037 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,039 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,042 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,054 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.963961+00:00", "project": {"domain": {"id": "28e3af4f35714d3bbe9b2a799244bacd", "name": "9e07984f16c54cb3b3d8cf617e26eecf"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "05f896937c8341d982c979767230805d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "94a0030ceeb84f44af49e04652a3a670", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "569c448ad64049be9c771c4817c720da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0e3563741e514ab788030382750bfed8", "region_id": "RegionOne"}], "type": "identity", "id": "f34ed694430c4ebea5bb298f8846f3e3", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "efdc3a759675479c9d70db4ab53f3959", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8547b6db793d4659ba57b362769dcf00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f05c959a3c4f4308862736282b88b93d", "region_id": "RegionOne"}], "type": "compute", "id": "7ac7ea5f45164c1e9cfdff8e5130ed1a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "0e3cefaa9221454c8968e3afd142a56d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d8208a46c07749e698998ec48d15de49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d6e7306dc9224b0d831c129b01d5cbc0", "region_id": "RegionOne"}], "type": "image", "id": "7f6cb2397baf4c9a83d0af3023cb5071", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "45bf014bdfaf489d9d5a88d1e0354d49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "536e00f9a0ea4b1d9bae632009abb19d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6546a05e8e6a4666a6e0ed3ab2ecf9ec", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e29be678a07048f9a86df673ecbe0c0d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18ca85cd02a9415dad2959c1ba9e460f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5df3f1015df4f82bb0ebc27c2880795", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbbbc1a4076849b98cbf71b268e2442f", "region_id": "RegionOne"}], "type": "object-store", "id": "d6890cd4460344fd97964f2083f6f405", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "abcde551aab74764b45e65e4ae9fc307", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "31180f26d9a3439cae3deede0d650f72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dbf9c9c3e4104127891609346ae82df3", "region_id": "RegionOne"}], "type": "clustering", "id": "7a817fe45b5d4f4084edbbe17f5d5d57", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "52eb1a99332d4f869408099770536c16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "901a308e25354effa7f62fdaff38dff3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f6a57163394f4ae1a7792ce4466aec76", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e146965929444e53a2eafdb66bf24ee1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a7c50758d54f4d02bc04f60547470a71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eaa4c0e31a3e4308a8e98942427d9199", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c5b99bc76db04a048e19fe8d6be64031", "region_id": "RegionOne"}], "type": "cluster", "id": "b16c402d242242cea44470e3aecf3ffd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ed13db57e34f402199042efdfbe9f76f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8fb1181a73a643ff8dd6d0dd68f82327", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "eba770299d244bc8a1b986616fa4cd1f", "region_id": "RegionOne"}], "type": "data-processing", "id": "3e6a428463bf469898279e30a5a4a734", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f7c4ecd0e761461cacbb200266d93f8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9467c4167b4041c7950ced863640595c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f10fdd11989741179941721ce18990b7", "region_id": "RegionOne"}], "type": "baremetal", "id": "d0456d4c484645b380ec2a6667ec1636", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c3ecffb5e64b41e2a2e8989ae0c43d37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7367a4323c024ac092c3877ab0bdaf9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0afdf50c1c7b47c38b1a3f590ebaa25c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "349b0e9d570944fd975f1efbdf00c0fd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "63fdd209dcdd4a928a9c9d9948b717ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "46a461891c32442d8338e77f02607304", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "8b500dff380b48e080fd17a734e18817", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ab1b804ac3944ce5a692edbdf021d164", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e0e1f632ef55424a89ae0a0cda62f644", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2013dfbff3234836822d6dd9c6134d0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e878f17742ad423c9dc8bafc8e90e52d", "region_id": "RegionOne"}], "type": "key-manager", "id": "84491f57c2bb4ebba6ab5d8641b5cc3d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "970609d7c13648dfbd08be675abd7095", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "190dcfb535444891b723c5d382846308", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e92c0c77060e4d589f296f837a1e4c7c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "46f553605a4f4cc6a2f4b18e82e15ecb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "04b33d904b6742bca4acf8974931ffa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "168c80fea870448eb7d9e4354c8f6dbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e1b86fa4dc084f138ef61177c95988a0", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4d4c8c77a4484057be85a7efb0c6b7c5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f994f1de44d0401f809240c52f093a9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "45bb954f4f6a4508a2557d9f291a95f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5016209449b94585b21cce41168a72f4", "region_id": "RegionOne"}], "type": "message", "id": "8e9ff36f25f84a638b861711ffff2145", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "72ce026244454c8fb2c38ec95051c5cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5597fb3b1e2940b08b91a023238ff654", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "51a16f3e94744768a8b8249dbabd24b9", "region_id": "RegionOne"}], "type": "messaging", "id": "e1f0fcf38411492886d0ddc92cc2671f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "65834531768642dd967efbf8d96f25b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "aba19f7e6d9e4b569d0efc3795db54ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c87c896849ce48a3bbffa7ea1bd6fb0d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ba6b7b3971fa4b2582eb67dccd7dd312", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "01b1755536bc4618bafbad3534c6d00b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "175ded48187c4f819a824413af73a91b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e5718e8b8e3940a4afccd97d744502b6", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "45c715227fd44dba9e97048ebd27e483", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "62c085162d314a589efe68dd13a50b0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4d11a30d432447dc8aeaaff5cdbfc5dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f82feb6662244240b4071774289045b1", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2e7535e205fe40a092418e2ec65faecc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "047761bd125b4b75920a0b97a5ea3af9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "31b36febe2504ddbb54cb3342c3f5caf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a098a8538fd64498aef5496789eea414", "region_id": "RegionOne"}], "type": "container-infra", "id": "7f48a281f3db4247bb0d1e8383f758c4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e538ef6a83734705b7051768fcaeed84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "dcd59869433d41e080c329b72da3aa76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9e77d5f119d942d9a8e6b0677c2dbbbe", "region_id": "RegionOne"}], "type": "search", "id": "76e72770be454805beebe41947392162", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1e8bcca92b5e4efe81893d56eb2f8641", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3959c72e80f447ecb7fbb03825e6c864", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "0c6e8432e32942138319ba3ef24b0e70", "region_id": "RegionOne"}], "type": "dns", "id": "1435bd89ed4b48eba3ccf6716045e405", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "043f78cf22b741c391cd8b17981f7892", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d29814fd572a4c3696d12e4831d8f73f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "48077503d6404891ba30600471734caf", "region_id": "RegionOne"}], "type": "workflow", "id": "ab543470f6d34e5d97feb0a728994ea8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a3cb02eaa7484b22a5b7587f56a482fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9bc4da0b6f9a4e12b2291c800761f9f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2fb244ed5784407586e2a6ccb962be1a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c69020e5364441a799b1f005f66ae71f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "0437d93015e64a2f957ba8446b69f46b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "198e842eb4824e1c9e3ca229be97fa8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ce29372034e94cd1ac7a11c74d872dca", "region_id": "RegionOne"}], "type": "rating", "id": "01120ef4713b455692323471d3689cc5", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ea35e89779f345fda57d58b4e5134451", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "07ca01ddffeb45f698b21f2497edfd4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7392f3dbf3e44067871e7583f75cae83", "region_id": "RegionOne"}], "type": "operator-policy", "id": "50a4ea0ab3a64965814b4b6ebf95e697", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "df090768b78e46f2acf98ed3cb697147", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9ceb3d86ced04f26924deae1552cbe38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4c4a650a49244f7e803bb19a070b2f90", "region_id": "RegionOne"}], "type": "policy", "id": "839b11c5c2694e079ef394f91920d7d9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1cbbed463f9c466f9218a5bfb844b129", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b58e00104e634e9b8dde9dd4d37fc8b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e62150e52acb41e6b212e2cd8eb7db21", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c7442d01abd14555b462710e94933a5e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "129c8f80cc4d4b53bd3b49bc51e7d2d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "52484b96c68247f093dc6b018bc9dbc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c5978c0da3f34c8787f60e8691e52348", "region_id": "RegionOne"}], "type": "sharev2", "id": "5e89409f1e34402e9f9c03e4dae881e6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6e8e2e6c8f944891b436f3a1cdc1cd55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cb67008e4b834e1884b02774961e73c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3e44d90a4cd947438a0618f23b701df6", "region_id": "RegionOne"}], "type": "share", "id": "2cd0b212a0f84f4c958997388c3ecaaa", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fbb9d3ad62404ff587d5ccc7ddea4b90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a7002fda09f547978108644d952790b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ec1bc9c544f04fe0bd64db4337b097ee", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4831935c53934047ac7590fe8b509d05", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3368484efdac411d9c7c974e49c15892", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c9c07155ee584e33a2b5ba4883a23d99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4fe71fd8323f4ad7af825736148bfc71", "region_id": "RegionOne"}], "type": "orchestration", "id": "2bb7d9f5d8504d62bb2330b186b14fec", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca298632e1d64c7fb1d835624838676a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3432e3a315141afb5de91457c073a47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74cb2fdc20564ea3b33504d2e7c7f8e9", "region_id": "RegionOne"}], "type": "block-storage", "id": "145df743917e49a28abf2c36164ee0ce", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b9a42c868de4d4e9ed6cec7ca0d5857", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0fbd6d598af4f59886ce871139d39c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d8e00e6a2294be2b5622e46fe1c120b", "region_id": "RegionOne"}], "type": "volumev3", "id": "2612462b5a43489bbe198fac225cb5d5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36b382fadb5b4ef8bc4a52d97f4933d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7ad0ce20621411b885ddb06134eec54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "deb3de43aacf4732b866153493c74dd3", "region_id": "RegionOne"}], "type": "volumev2", "id": "1eb63d83241d48ff9750fcb51f2be00e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a6296af6a1b413a9af39dfd252b4110", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0607108b100c4ca7acf93ac2a65ad945", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "452cf39c3587474a82c92c31659281ab", "region_id": "RegionOne"}], "type": "volume", "id": "273e5e598a3148c5ad9a6c7dedf673d3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc2bde7d0cb24192a5d4b154d54515ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94818a1569224ffda61c3c0932687c95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a033fcc3f99417a970c51e2944b51da", "region_id": "RegionOne"}], "type": "block-store", "id": "d4a67bdd5de0428385e1078f564f2452", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c02cd6283f88447286a374171d28f175", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6a770735db4f44c980630804f0d9018b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6c0b54984c634b84aa1feff4b18b545d", "region_id": "RegionOne"}], "type": "alarm", "id": "9b10c1d05c5a4f92b9fd76b2137a3f3c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "82e92d68758d48b8a236ed0aaeb91e70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d4226681df4e4d1da03f1d2341ffbb53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2ffec1720ee74a4aad272d289435c252", "region_id": "RegionOne"}], "type": "alarming", "id": "cbce8977032447b9904eb2a481cabaf2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4b3ae830b77b4ac69a8877565edbcff8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "92a06ab7f82b4032ba0692ae292f5b53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "00218e5aa53848f69c927c4a97572177", "region_id": "RegionOne"}], "type": "meter", "id": "76f974846a7d422a98241d20b6d14789", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dcf9ac37f26143bebd9aa205ad9c3d7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d92da987f5044dfca54e9dc7be06e8b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1b07b43976dd4d46b6559bcf14f97068", "region_id": "RegionOne"}], "type": "metering", "id": "0c6ad84f490b48e989dacb1a6121f09d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fb0ff2a2183441059cb71e1949348c56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6f1aac01a7ab47f79eba0da6e08e395a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a1db7a506e584ac5b24201fceb578746", "region_id": "RegionOne"}], "type": "telemetry", "id": "72b249575ffa48e2b79894d98be09ad6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "36d71c1ef48f4376ba4dc7075d45256c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1cc03375b7394c4599103faaf708edc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c83f9c2538b64f15a2c9c4565bd75b59", "region_id": "RegionOne"}], "type": "event", "id": "01aec659208248d0aa997d650864eff3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2bf1abfca3914f89ad76ca0d715fd6ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "da8d9eda597e451289f54f7340b53929", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d327250ddec74cf68aa7100451d2b249", "region_id": "RegionOne"}], "type": "events", "id": "733aaf92928448bd80d06933057cf2ca", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "65b45e34fa45476480e8997189f95398", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ec3faeafa6894b40aa175b8864d40694", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4dae92438a254d38a130841c82d79698", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d825ca11c85d48d88c99d7a0dddd5f1b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "66b31c9153a5432cb866bacc0edc10dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c879da6210074e73b69e5d23d443093f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0200aa365bb349fb9c7872dc6e613db0", "region_id": "RegionOne"}], "type": "application_deployment", "id": "bd54fb91771147b1869584bbeffe1c8b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "179f77eed52c479e92f90bb475235011", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9e2e6b641c504af99054c4b7b2bef478", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c0706b85b0fa44919e1b053cd1add160", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "13267a542dd041b98c00755ecb487554", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "673055ab55db45a9bd7c33f572e7c281", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "aa8793ef56d84cd0b65cf2e617659d06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8692b24ea5d847d09c742fba29e06e18", "region_id": "RegionOne"}], "type": "tricircle", "id": "d034bf16d95140708f6ff6c618b72a49", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "864b16a38ef246dbaecfe4b8c66ae348", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1f221c79286e4c0aa9aeebb6c54c077c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ec20f9e8ae814fd0b5d7620ead071893", "region_id": "RegionOne"}], "type": "database", "id": "1e961dd5fe744908a624ba900bf3fbc0", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "819a2fba12f74584905945024f3c82c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5334fcd1d30f4af6b2ebfd441e4c966d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a66dc022bfeb45c797251dd962920881", "region_id": "RegionOne"}], "type": "application-container", "id": "b1e77e79d9d043bfa4164f429567af97", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9f0cb58267da4b5ea4de331bd4a9bbd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "96836a83167344bab7b02fca4c62027d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6e19a9220a374021b23a27cab2a72035", "region_id": "RegionOne"}], "type": "container", "id": "9b35e776a4344b60b4c481b481ff5c17", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "213e71b484004fa497cf4b825034a57e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c5d2d90fbb164f90af4de94ff26d56b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5dbdbe26c553483293305ac998725c4e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "469113c1477e4db4af40dc2665070d17", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7f71bcc7a9a0459792a4e8b1d447d480", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c24b91db869d4c8eb028291549ada4fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0ff46e2162fe4cd9bc895deeb52d2366", "region_id": "RegionOne"}], "type": "rca", "id": "c0ed18d605a24a32afde0660bec60b43", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8a4e40171581493fa5619ba0342ca311", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "77bd8b6e2f794f67b0d30380fb7ee26d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "38281e5c9c8a4d539908b3cf88b360d1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "aea828c4328c439a9034ef44261c5b63", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "64d972ff18a649eeb28f5d3f91fbdfec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b3f70382e2a742cf8bcd2807ffc6da4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "50475e24ddc544b3b39a2bcf77bef7c0", "region_id": "RegionOne"}], "type": "network", "id": "0ce099b8627847da9ace74756c3d2151", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "fd3cccca73b740798b4e4c51e5877b8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "aa3bc4d0119249cfb5f3b5821fa1b821", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "1983c60ce3774dba823101e3b05eb10b", "region_id": "RegionOne"}], "type": "backup", "id": "8c10e4489310431a9228d807fd04f364", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ad414b85d490473796f230c49af8efea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c49643bf99d64b399282f2d72140cb35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8f13d57a7126403f90a3b1b9f2d27892", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ee42b646db5e43ec8240004ecc73dad2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ce43acf66aff452aa742b3829869fde8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c0230b2d3da64d50b4b3192c8350063b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3c55e7c8342a41c3884b11204274ea80", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2f568daf4f554fd482cc2054295399d1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "35b4a183616441918a67d31602a9cd1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e122a4868fa043da9171694af7d62806", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "51d4ffffda224f5abe2d7fde76b5d72b", "region_id": "RegionOne"}], "type": "monitoring", "id": "de2ca9bdf1ef49cfa011272dd86e296c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c3d0129ea0bb4c62ad99fbf5abd2205c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "521d064a73374f679922747418e061b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "237393690ece458daceb2930fe1850a0", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "44cfe3a9bcec477798326402670382b6", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e6e7370ee2e540ecba7c2f3fc788661d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f629cb02aab44fc2af69f751b80a1756", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d8f90310cf924a8b822ca6d6bd59a615", "region_id": "RegionOne"}], "type": "placement", "id": "0b6e1ca53c3b48e7a944d9285c70de7b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e78aa8be6ccc4032a88f54e3e70ebce9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7ec35850a586450da88b4d64eae7fe08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f882bc001c8140d0bdf21ef363095a7e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5ee6e57345a043d08a58314d6dde6fac", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ab110f8a8f4c47e99b8929dcf7143efd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "aba28844b3954896bb78effdbc819b2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "475a6c114aba4454b5a6933f791d3063", "region_id": "RegionOne"}], "type": "ha", "id": "6669bd4a733243a3a6d8862f7bdee466", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fa240bad1bd2459a8f143b97f0fcb9ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7146689a76e942e5a439a2c23aa65785", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "21521fa0133b457e9dd40f2dd263f737", "region_id": "RegionOne"}], "type": "reservation", "id": "8b3b3f4009574cd7baa22bdc8457e471", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "04027d826b164fbf88bc2fa2b11b3e01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8b6c40df77be401a9decc0c75ae28554", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "42b8c2ee84254f27b12a34094fed5bdc", "region_id": "RegionOne"}], "type": "function-engine", "id": "e379a0508b834459a81d51edcada0a3a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "869b49faace7471fb5a7eec04593eb0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b05600313f6348418c7fd48b009c5cbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "4cf04896c0b8475ab755418cd7ad628d", "region_id": "RegionOne"}], "type": "accelerator", "id": "a610c1cabf3c4400ba1216830da3bf84", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6abdd22d0a174316b39622d186f02361", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c70d117632bc4bd89cbe9a88c175d524", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "205e1c2633854f15a5de746915ee7722", "region_id": "RegionOne"}], "type": "admin-logic", "id": "1d7b137a358f4285ae4812cd068b69b9", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1c86dbea96494bf188cb70f96529cfb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ff9f43bbf5d543e4bff8303bbb1d02ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "dbf208f835f14393a759fec1f3e56f1d", "region_id": "RegionOne"}], "type": "registration", "id": "8dea620da1f04b5ab51b1c743be1608a", "name": "adjutant"}], "user": {"domain": {"id": "0180c6e9d6e4485a9ba5275367385f7a", "name": "f576a37c84864304aaabd3c0a710817f"}, "id": "6a22e0c3c2e54a7f998771422a7de62f", "name": "7592a5d3075448989b9729b06cc191d2"}, "audit_ids": ["89f433e44fc84103b08db2464b0d4174", null], "issued_at": "2019-09-19T09:04:39.963961"}} 2019-09-19 09:06:40,167 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_groups/700eed7a-b979-4b80-a06d-14f000d0f645 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,171 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,173 keystoneauth.session RESP BODY: {"firewall_group": {"status": null, "description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "name": "max_security_group"}} 2019-09-19 09:06:40,183 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/fwaas/firewall_groups/700eed7a-b979-4b80-a06d-14f000d0f645 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_group": {"ingress_firewall_policy_id": null, "egress_firewall_policy_id": null}}' 2019-09-19 09:06:40,187 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,189 keystoneauth.session RESP BODY: {"firewall_group": {"status": null, "description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": null, "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": null, "name": "max_security_group"}} {12} openstack.tests.unit.cloud.test_image.TestImageVolume.test_create_image_volume_duplicate [0.350085s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,935 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,939 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,940 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,943 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,954 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.872561+00:00", "project": {"domain": {"id": "0d8204430a3640a4b54a692658f47548", "name": "92b762fd5fbb4205b53667a0c150f4aa"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c695f43509224e45b7667bd4b6c7d397"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "bfb42fae388f4bd99f1a8227b2a1d3e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "1e4916c3e7204b55a91505ad0bc67a54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e98e1ddd6e9f43b9965b5e40e4d0208b", "region_id": "RegionOne"}], "type": "identity", "id": "dcd87c78ab434216a7b3f050745bbe60", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4f3fc80c20a14401837fdcbb51fa120b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b7a3e54b1e114ad8aff5aefab3b38504", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d9958e72e90c44d59f38d819cb9c2b69", "region_id": "RegionOne"}], "type": "compute", "id": "38cde26546c94112ab0c654a8137df01", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5cd4ca73ecdc4daaa4d1bcb733f39c07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0235590383a242278211cbdd618f59a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d72dc1f7e9354b2d812590c536ee8f78", "region_id": "RegionOne"}], "type": "image", "id": "a743b248cdef4872b836177dd13560be", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fa8e935be6064419beec190b436a69d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "37bccfaa57e34f919b93ad1cc9d51754", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "529869b914b647a193b36ef51176b0dc", "region_id": "RegionOne"}], "type": "load-balancer", "id": "4ea9c3c4dc9041b4853ac6f458e2b6b2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ded81e9181444c2ab7027712b6f6136", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0c51af335984246ab6265a8a090f785", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d9a65070fc7487c85990a41ef640f35", "region_id": "RegionOne"}], "type": "object-store", "id": "03ca2439463946b796ffde6d82cd758e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a2fc300acbae443d89dc55174bfba943", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2e1133aa624743f49141d163e47ed4aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f2cf6175b72048f597641ce90f7194ec", "region_id": "RegionOne"}], "type": "clustering", "id": "ccac605778ee465aa83959dd28dacea6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "937352ab8ab74c29bddc7dd617189c17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a4f11b7e18bf4bbabc1829a6027103fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "73ed2b90b10844548ca92c9d138c8782", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4c2a05b3e8c04bc8b8eaf4e4787d931f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1969125d46244f52b13dd0d209fc6ab2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c05505615d7d42b2bb0f84b7490b89ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ca6fb15111e54241b8f99eca8e2306d3", "region_id": "RegionOne"}], "type": "cluster", "id": "dbb1015690094665aea5cd846aae6584", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2d5ce2100c5b4052bed1c33b5e99631c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "da4a4be575f44305b560da0a44ef13d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "fe17dfbc39fa45ed8ab79a7106ef6583", "region_id": "RegionOne"}], "type": "data-processing", "id": "b38087a7c6214872a729143e44e6a4d6", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "16a3f28315574daca3fe5d5cd6b9066c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3501640305bc40dcb35d0ea8af72ce6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ec1b635b226e40e3ac04cb316edb6525", "region_id": "RegionOne"}], "type": "baremetal", "id": "d464d9705f3b488195981fdd557351f2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "33b238426d79492aad5544a746025f88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "93921409e9784e9ca72074b6e774b4f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "475effb6c1934736b309ba5a06ba0ec2", "region_id": "RegionOne"}], "type": "bare-metal", "id": "535fb6c17f8c484fb144073a26936369", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b687d288473349a3b003c44174198c06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dfff3f1f9a3441138d2bc935672083d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d70a0fde9ca74982a5488752cc7e51aa", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e7e93aff816749789cc89db251b8ac02", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d4b0e5d59af84e3d8ffa06136afc5771", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3852ad4bd55449ff846e011c9ecc7250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9ba4a985754e40c8bd2935b4665c0a88", "region_id": "RegionOne"}], "type": "key-manager", "id": "4df0500de15c4b2fb2165ffbd2075d26", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "47921fdb4efc43ac9cf5ee31afa7f566", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dec54daef693462a934b9c633ecf9e13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9286b8031c744fc7a68b24661170d4e2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a243a59a25004ab791fbdbf847709f59", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1fd9a96e5c584c15bbb4f953fe8a5bb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "228cfad12fe54020bb2d6fbf1575a319", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d61119d8201c414ca2bce9074a29bc01", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8950ea9917294b01b4baed0e1af6bb71", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "28b39739f0684a99a2af007345e541e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b027b6210d874c7f9b2e48ef21fcca96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9f6c3ff0dfb1430a8906b0c8d41ca731", "region_id": "RegionOne"}], "type": "message", "id": "105c3ff9e6e543c780a215a5c8025240", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "606357fe481842658ddb7ff0b88c0f11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a0e64cdb5d074247a0952f3cf62e2149", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "198654f3a93f479d9ebdead3ba375000", "region_id": "RegionOne"}], "type": "messaging", "id": "6d26894febf9430caded5fefbf99c26a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5014a1cd23f34ecfb3bb5ed4b33d1a13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c9bcaa6d96c04e6fb48f39eca7cbc8b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9ced317cc2024d309f085fcc26af464f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "811745f96e134b0989483afe44c394dc", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "410cc0f43dc4486b9b2a3334807ed4bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e7e75d95496649ddaf41ea1e5995eba3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dffdea013bcc4622886a0954d76a76c1", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6c93f564f68a4600a89ef36ae78dc3a3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "97250e01ce794412b230e1c7a8a3de11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "941fa3f389c14593a0f9b1f9c63246ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2cc8580734644700bb7807f37254a768", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0746c0f18328484d896c1c67ecf049e7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5d50eef906ef41d5b546e19b43b544c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f6a566340ba3433c9a1113967698a8b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "549dbffb187d4de7ab30154153510bad", "region_id": "RegionOne"}], "type": "container-infra", "id": "a5178c85c9914eeda9fef4b88cf441c2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e6545dda1a7a4aca87700ffb727e631a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "0f326382c276454a80ce08c34f8aaff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6b4c8a4cf33a4adeb52b64b4c864a8a9", "region_id": "RegionOne"}], "type": "search", "id": "30641de9bad9424386464453c06b24b6", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b79118fdd49246e5aae05b136ea71f46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "509bb6c6872647128201173de30ec694", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6244bfc81e344d9eb62ada49d7048818", "region_id": "RegionOne"}], "type": "dns", "id": "3b43f8b4d7194dd9b278fea6f5cc4bdc", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aa399c16ccb54196b941581dd02e1eac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2e4ee2ce10e84242b63b1ac5c2244199", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bb4d83a7605b4078bcb9254dc2e84421", "region_id": "RegionOne"}], "type": "workflow", "id": "efbda052e4e648d496e6712b90d391ea", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0aba1a075daf4d0eadfedfbd512d0bad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f6b8a5c31491487da5aec20a3f93ae74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4070c77c277542f0add6895292d7751e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "229625027f5b4d61b4f0b928b2944dc2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b2b6e342df8e4c92821ca0a392284a43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9ede7363ae4e4b96b2cc25ca732df308", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "cb033cf4282847b7b09a68783cf3d7fd", "region_id": "RegionOne"}], "type": "rating", "id": "2c07d95751834690afa5960af9c8f828", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "13f25a11c9d4438d8c0d1daaa07bd92c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "81c81093ba4c49ce8c75f5db1c7ba551", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d339339817ea40fcad6790a3f03471b1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "928c4936597947378a94e54769bdb54c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d0302042dbd94a828627aa17efa21f0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8952f8bbec354d6fb80cf5f2a712d1f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2f21b7b1418043388b19767b21245247", "region_id": "RegionOne"}], "type": "policy", "id": "8fa36a6c98c149018eff68a4b0151239", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f9bbab6b29284555822f13ee4a2fa9b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "00602e38414b4a9e9795c3c3902a3632", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d4c65307fc0c4a81b1b1d4f6121bca0f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "34ff80a6b3f04ecf853d814178c004c8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ccb5b769fe19457f92a74b98f7d7e86f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "54c5a8d69dbd41abb5a1bce8211ca1aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e9730fe128514874a509023919c406a0", "region_id": "RegionOne"}], "type": "sharev2", "id": "671a2623b9234aa7a348577b7b24b531", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "24324d0992344d278e67ed0f57cf9506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4b4aa48f0a71495ca53bf6bbe54b63d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7766dde79a4b43b6a424e06017404d5b", "region_id": "RegionOne"}], "type": "share", "id": "72e3b449479d447abc536ac1135f8f58", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7a1cbd4e947443019a1a2ef085e87cbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6684534c7cdb4ca6bc6837dd8b374eec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ac75172a219f4f7ab959bcf7da64d724", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e9ad8665763c4432808d5913b3583827", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8f309dea1184581b662654811b1a35a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a04df21c5f55460f805642cf5e731721", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c14686fe97e4a1fb36aeb7f051b5832", "region_id": "RegionOne"}], "type": "orchestration", "id": "ca98b300368a402c94d980e49ca0db5c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "edb343badf1c4552b4e045d3abbaedb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be3acfe66ca04f1db9cf11e51ab2599e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99bf5d453b1a4412a07fa801049ed8ec", "region_id": "RegionOne"}], "type": "block-storage", "id": "e2cde51be17c433c8f79113f7fe8897b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60af5c72bbc145509431f42cffd91dbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8322a4a84fc94da2852ef458920258e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f3adc8cc329419b9058434397ae6d44", "region_id": "RegionOne"}], "type": "volumev3", "id": "634a55e7cadf4f6fb2596642d6858a60", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df59d257104742fdb0404fa05a36dce5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d980feb558a64f1c8a080f7a3fab5255", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22d98fcdae1543e492a89393bd493509", "region_id": "RegionOne"}], "type": "volumev2", "id": "9f1fab87338d4ca591f2798b9aae8d38", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "506f46d8bca84220b73c6a1f5f11c3f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "632d0dcc27da4401b07dbd8bec8ace54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6281526abc124c86a3c25eabb41ad5f8", "region_id": "RegionOne"}], "type": "volume", "id": "fcb0435ce1204816b28f6b50e618f168", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a61be82f1d0745068ca565dcfd08660c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c3fe04df5dc4b13b0be7cd0892b580f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6285c2858f65419ab06366e2da55ea3c", "region_id": "RegionOne"}], "type": "block-store", "id": "7c151660122b491daedbd542542853de", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "07898149744d4c18b6efba9721f3cc1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ffa3e021e73e4f5f94caa0c14cceb803", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ccf8c0c5cb26449db8378225905a843d", "region_id": "RegionOne"}], "type": "alarm", "id": "5d24a6058f384313b9b3568a1c1b8659", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bbaa408f8220430e8b785ba202273c48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7f3a27d9f0674a2da2cf8f10215cc562", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b5a3b2173eae4dc7a567a01519193872", "region_id": "RegionOne"}], "type": "alarming", "id": "85b421e1d5b247b3ae0a585945de21c3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e4e19aab31b744ee8973e0cf15503f3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "04bb7ba0d4c34f538a37b3fdc298e79b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d26fa7e7206a436fabbe58d19ecd0d3f", "region_id": "RegionOne"}], "type": "meter", "id": "7e81c2bccf1041bf9f0ea70539f01fc1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b9d5749fde2543b6a29a4cab1ec7e2f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a0893c7f9bf14a14947797e206c66153", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "08eabad360f34c258836e922b75439d1", "region_id": "RegionOne"}], "type": "metering", "id": "5569b15f2b0c4c778f8aea4f11809a07", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5112479a1f354a7283fc86d8150a5734", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9fba991b439f4cef8eb117e6ff93017c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2ab50907c5e64be0be8037ce1f7a082d", "region_id": "RegionOne"}], "type": "telemetry", "id": "230d8f13209a471999f7ff6208e2a06b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "670803e071a74648abbd5f395c81c68f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "106818d1deae4ddd921b68ed0ed2f1c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "545d0a69f5c04c4a8f615ce68309c9f0", "region_id": "RegionOne"}], "type": "event", "id": "45086c9f36ec4951a2dea8ab105b695b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "055b2c9d265d477ba7c505b53e231e21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "96b869b9358548dfb102c6aa23743cca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fdb6d0a279304496876c1457106f7cc5", "region_id": "RegionOne"}], "type": "events", "id": "eee191760fd64cecbd5311f9f7fff1f6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b1ee9c068eb74ce6880895b4bb9c1fbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fb6dee9c156f41698b1fd13cf77a8883", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9abbed25268541c8809359a8fccc81d9", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c0dfa8544e304c8890f4d321aab05f25", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0face4ea6d5b49a1ae79523fa7ae1909", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8c1148d46afd473d9a6d704d6d439101", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d4bbc5f7aed444d999a45d90a007afa5", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2d8d829bd7d449e293f46a650b854d4f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "37ed508d4d9841978bfd899f7f7c4fdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "935b23450b0e49569ea08ce0ceaa811f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1a811d67ee8f44f395c92cb06f3cce30", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "306b9f32c4af4464960b3d6fccd09e3a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ff22129bbaab42c191e6b49b61f08a74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "880ee305da7b401197b31d459366d9ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4608c904878f40a9aea5101a52dc25db", "region_id": "RegionOne"}], "type": "tricircle", "id": "585f9d45abdb4840b24e6389b30194fb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "07bea223dd38464ba57e60059b956f8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "40c758b93b95460b9c6b613b42753055", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "82329478644f4144b978844a3fbf9968", "region_id": "RegionOne"}], "type": "database", "id": "1040b3c370294bc1b210a081f7c66522", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "310f103c9c594282ae964120b81e86b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "05064345dab44da8b5ee3eeb503e14f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f652fd69b5ec4a668691edaff7788a88", "region_id": "RegionOne"}], "type": "application-container", "id": "63ef538fa32e475b9e01e99b25964533", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "da87d142797f460fbecc404fbfd8ba47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3475e435b463471d8c5b37f20b3ac888", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2660f24b90ef409f91fc49f6d839f29b", "region_id": "RegionOne"}], "type": "container", "id": "a3e83a0d6e3e4e6cbd4038e72eb9eb29", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "75b3b3bb690e4ad7aa0f3f8f1d068195", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "24b09a9a6f6a46bd867d43e5a70dc07c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b2aaae64765d4838af931e48cefe442c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c75144efa0f54bb6b05438adcc030e34", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a30bc534718a4b9a94f1f0de9733187f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "38abeabcb7ef434d8fbe4f4bec566488", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "82506c52b4ae406990ae0ffec8968af3", "region_id": "RegionOne"}], "type": "rca", "id": "9a4538dd7cff4b42bd4c566ebe6a22c9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f66dca6a91bf4874940cd0844d58733e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bff5ade68e43494887ff32c507acfa96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "4984b287c006454aa628dea88698803a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fc41cf6554f14d74b3f1deef97495d00", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5eb5c122ca344410a9721c17b6d16278", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b33d5b79fa2d4cc694992e679928ea18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "84faeb24467e4879b127c93c7d6d3ec8", "region_id": "RegionOne"}], "type": "network", "id": "2c7814147cc74a848e37381aa7eb4ccb", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "b094f6ceacd4443c98a22e547529ac45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "11f93c79b38d44929286a18472487082", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "23ab968b04fa4da3966470f235e94bb3", "region_id": "RegionOne"}], "type": "backup", "id": "0a8a4ccc28914797b9bdb61f63c7cdf7", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "18af1591af5f48cd942e956ea790025b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7d7f369a886d498a80ad240c3d64d41d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "38491432f9b84b899d8752646ce4c713", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4357cbeba9fe4e198c283aac1c9c5f35", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "714dc818c782464284d673e52beb60ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ebe4abeafeaa474e81b2fd8ed10889d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "956a332180bb413f98d4f9dd4567b3e4", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "938dbe7c06bb43e68acecbb7cdd755b1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c8c70573ea844edda66054167b062eef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1fe9e1a5d2f24b20ad842aea66adcedd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "737367ae672d4bffb6dd132e69956795", "region_id": "RegionOne"}], "type": "monitoring", "id": "b4ae7fc5d4474df5880e73debcf372e7", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6cd2301fb4784a5c9c7b27066852ef08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f6b0d52f060b495f8c06b9c9cfe1879a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6a66a01e9351422087327ba0a4b737ea", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "71a90638aac94bbbacb048dc27ac605c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "23cb64a9aad144b8998679d55a56b8d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "546d043a1e0f4bf1b1eed7235f684c24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "077079b84a3141979f6de3624ccc0fa5", "region_id": "RegionOne"}], "type": "placement", "id": "57c291c14cca4f6fbdb0c5782a031d11", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f52c4fcdd15047ce9692b79d1f484897", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "baf1ef1c28684065bccacabd336d3416", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0f16d634a3ff4f98949573c450501563", "region_id": "RegionOne"}], "type": "instance-ha", "id": "170019a17c8643289198558be35821f2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "35d2121c2df84c9c84981d4d5292f3c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9cf1c75596904bfaabc82b3b903ca285", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "651b178223e74325bd91634d8cb2166d", "region_id": "RegionOne"}], "type": "ha", "id": "697aa94b274c453fa8b953b4086ab05a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "537bb714f468419a8aa960f852d0ee14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5c3b3adea07349ad838148eb4f3a002d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c947df73d59240e39983c3b89117b8ed", "region_id": "RegionOne"}], "type": "reservation", "id": "6fa5cea375784247b66b1b5eee674796", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c90263a9ed0a4b07bc7fac57ae67392c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6135a44712a04778b6f288855537c0cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5d98819e1e464339864dfa3e76d7d6f0", "region_id": "RegionOne"}], "type": "function-engine", "id": "d7888243870a4518abff4df21ae34f15", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4e5d4aa5357546c8a16315205686512b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1644d399abd3421fb436c7281f2b4665", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "14368c027e7d4b6486bc78d799e770bc", "region_id": "RegionOne"}], "type": "accelerator", "id": "f4a32eb8d63d4f2199976f7ad7f26cd4", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "be2e975686e44e75bd97736b87cd2b58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5246bd8edb6f4b838a5f6c44ea8bf010", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d00069b55b3b41a3918ab72872406846", "region_id": "RegionOne"}], "type": "admin-logic", "id": "713e675f14664441bba0101f9a352320", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "acb437d795b6474f83c72763e8a3915a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fc8a4dbee03c4e8a9374247b7e8a8606", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5909ae06000e47998b7fa9e72199f4ac", "region_id": "RegionOne"}], "type": "registration", "id": "698c07d1ee3645eba131024b162e47ae", "name": "adjutant"}], "user": {"domain": {"id": "510dd52782164983ac5d9e2246dbfbc6", "name": "588a4f4c84a24ad096b2cd3a04645f59"}, "id": "985b9bba5add4a56a8de46a98b30d64d", "name": "40eb88b89fdf417bab251b9551df6460"}, "audit_ids": ["50af6ce65eb945afa4c258cab5bbd7bb", null], "issued_at": "2019-09-19T09:04:39.872561"}} 2019-09-19 09:06:40,023 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,027 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,028 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:40,074 keystoneauth.session REQ: curl -g -i -X POST https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/53b6a26e-109e-40e3-819b-452a6e32b4dc/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"os-volume_upload_image": {"container_format": "bare", "force": true, "image_name": "fake_image", "disk_format": "qcow2"}}' 2019-09-19 09:06:40,079 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,080 keystoneauth.session RESP BODY: {"os-volume_upload_image": {"image_id": "fb227739-ba86-4e99-be34-fbccb12159c8"}} 2019-09-19 09:06:40,109 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,113 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:40,114 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:40,201 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,205 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,206 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/fb227739-ba86-4e99-be34-fbccb12159c8/file", "id": "fb227739-ba86-4e99-be34-fbccb12159c8", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/fb227739-ba86-4e99-be34-fbccb12159c8", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}]} {8} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_create_firewall_policy_rule_not_found [0.207074s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,995 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,999 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,001 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,004 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,017 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.932884+00:00", "project": {"domain": {"id": "f0437d1b13ca4bd2979d982847b2085b", "name": "6b6b4f083d874decbbcfbf071b872908"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b17fb6230ac44a4a85a2b1f90d036802"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "fe7f96f77a574438bb90ca8a7b6c9127", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a4fcb5329f1442faac3d8e294506cc11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4aed95f9cda141e3995a6e096f6ac686", "region_id": "RegionOne"}], "type": "identity", "id": "023ab5e92f04430ea64c8cf66812d748", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3132b679482e417c9b4eb622cfb8c96d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "13cf1209eb5d4e12aa391167690bb987", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d95c8281919a4962839dfeb90a17b625", "region_id": "RegionOne"}], "type": "compute", "id": "f40d9e4cf8e24431b4e6cd5f48c3cd57", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d2bdde722f1c489c99dc11956680125f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d8c2e9f300d64e08a02af783bf1d2510", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a80651a501c944acb7eb31c5bce108b5", "region_id": "RegionOne"}], "type": "image", "id": "6f7511b17682439c841e6521a9e6fed0", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d392ca925775479eaab600e32bad990d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e435d047610440ada4ba70a457dd5839", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7727735f54564de2849b039dd490b6e0", "region_id": "RegionOne"}], "type": "load-balancer", "id": "839f3ce1d364443a803923b1fbd364b9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de3a1721baf44aa7ad4ec6e2d0cfae3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3898715868024ec5bc30bdb91770f1bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea78c79378494ba18ff4367e112c25bc", "region_id": "RegionOne"}], "type": "object-store", "id": "18693c2ca0be404f9d438c90fed25e0f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e0c206d18a634fae8d06ed0fd323d5cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5f04fdf2ab93480b951e8c3ff86faae4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f44c823ce41e4543b3d733dc13d85eff", "region_id": "RegionOne"}], "type": "clustering", "id": "07ffd81c5164444d90179e998bc38dab", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a3b732dfb7c0429dbb1e38acac845cb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d1880e40270645ef97a92ebfe40765c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8ed6e320dd40481b96b57d5875b21498", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f5b27fc4b494405f9d18e55db19b10fa", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "73d302e1737d464ca3601c83a209e117", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f776440005b54fa3aa3b750033542d0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9103b87d540c44bdac4b81a2016cffd1", "region_id": "RegionOne"}], "type": "cluster", "id": "5bb07aff91fb40b983916286364ffe46", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f48e3a72b2b04cae8e48471899a348d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "43e5a342b4804e68abbe584acfe84ff7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "26fb5e16e0e64b2da7c93adaf24c63f0", "region_id": "RegionOne"}], "type": "data-processing", "id": "b514f45b59fb49a590f8575009c8f795", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9270b4e40b5e46828fcd896ee4bcdad1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "542273bf782447dc89a268f3d825b5bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b1fac1b761d84825803c37efc89798c2", "region_id": "RegionOne"}], "type": "baremetal", "id": "264b595f0b314d6ea49e4a2ff6e6d6b5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1c715c942a7d46f4980482711033907f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fe19ef8b3dfc41c39997d5a260003ea8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1b77b513100c41949c6990376d2aa0e9", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3567238a31804a6db5b7bdf0210b7b1d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5a3030ec86944265af491f40e78131b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6af0844dce4e43adab2fe584d4988ca9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "fbc42a4fafca4aaeab870f5a7a6708f1", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1245b87b07bc4687922eff4e205cfc65", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ce1b3753f79c4f81a37b8bf67ca1f4e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "30fde9493495485d928eef53b5815c30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ad4f6697908643209b35f8b525764067", "region_id": "RegionOne"}], "type": "key-manager", "id": "010a0f11853f4947904424b48e0bed90", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8cda176016594e449f9ab870a1b626dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4ee6656c2db94937bdf083c646352482", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "98fd570d2ab649e38349cba60e1c68a5", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "23efb43b26c3452e9348c7723f7421ec", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fae12a8e99cd4102ae18467aa3a3b281", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e562bf28b49f436db93a6fbc4bcb8c06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a59937d0d481456abbf4bca3033b7738", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b222cb15fe1e4656a90640e0c73051af", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "779943372fb64cff87aca2caac533407", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "60d73286a5f54ae59aec5f72ac913038", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9300d430679a405cbb310a46432d8873", "region_id": "RegionOne"}], "type": "message", "id": "cb2fed2de4744c5aac76c5075fe5c190", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e51efa8a19ff4d95bd4246fc8ee15117", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c4a988ef88de473887a75c115896bbea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "102b9eceb90e420e877b34f37a817f51", "region_id": "RegionOne"}], "type": "messaging", "id": "662d4763f7674e3fb265524748d17b6d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2425140f4bad4d60a1975582727f4821", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "37c3bbe223fc489c95c55c4eab78c00c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "cdb606f3450c4b5c93bae9e1f5c95b1b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e3f9a62309624381a85a484d8b4ec652", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2686cccbdc814469bb3b4dca5fc80e15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ccdead25351c40f58d14f6839f3c8cf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "760f890c779d4a8d99ed22084751ac98", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4dd07aa4f01646bcbd1da86870e2abb4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9f147e0b16804f7ea83c8a958a5bf97d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3e9e32eecc7e41b88be20953ff5a25f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0cd80da9f9564e659709fc2972eece53", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "3da66946de6f46e4994fbdd719370a7a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9fd95526f14c49a6b079b0e24af458fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7fc3b7db87364fb0b410c091961ad5bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b4cfbbf739949d481b3f4551620a126", "region_id": "RegionOne"}], "type": "container-infra", "id": "ab1bc32bd8714c34b573b8de40f2a4d5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0656fe9bac9e4390928db2d9d6fcf993", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "47619621f2b54496ab3a5865e711703e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "df13b4331fd0458db20b646ba479a8d5", "region_id": "RegionOne"}], "type": "search", "id": "85b4e265afa14b1fb286689ebe6e1a51", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10ca68b20a684693a81e0ca8f7db2e83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "929425226d054a029504ba7222b7ce54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9a145af21c3147d28eff784593188159", "region_id": "RegionOne"}], "type": "dns", "id": "df38130299ad49abbdda51da2cccca80", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bf7e4c5ea4344cc8a8028a375bfaca2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9c00b4b4ad6d4345a5cdba0fbaa79381", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1561ad779c8b42f5a8d224175600a00d", "region_id": "RegionOne"}], "type": "workflow", "id": "e60a58b17e7b4298b98c03e088418a9e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7d8748297aab48bcbc598a39080b98b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c23ff87002004a2bb9a41ffffd37809e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d5402057bb734f939364d6407be5f0a4", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4cacd418b8cd4a6d9b893ff15d5878c4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "759da711150d4f4f86ecfbcc010196e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "785c0a78075a49978e8ae7d934260a60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9b4abb8168b147809cbcd7a322901054", "region_id": "RegionOne"}], "type": "rating", "id": "e3974248bb434c23a3733ee7bb051a15", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3a003bbeae1a4688ae5480ceb035defd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "943446bbe1034b73891772df493fcce0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c3c74f15dd2f4bfda553e37df906e3da", "region_id": "RegionOne"}], "type": "operator-policy", "id": "68b5740ad63a4276b2812d522db7fd5d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "465f20dd6a76473ba86b9a05fbf0c037", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d0bf2fb9bfea454c98811df82268c4f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9182c71fea2b4667bae92b3a88aba911", "region_id": "RegionOne"}], "type": "policy", "id": "c9bc58ba09b24e68bd0a72ea008b27ed", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eaa2cd9c35e74f0c99bf04dc11602721", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "400bfca2b4794d599329438b0d04f7ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c451c56f8f1f4f8b88103ee1bccc9c9b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "35f13e0eb3754816bf4d5372dd0270e5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9c5653cfa7704d7490e64944e81def77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "374d09bec1404c23ba0cb2a1b3726e23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3d5924b58679483c969767f30bd92dd6", "region_id": "RegionOne"}], "type": "sharev2", "id": "c89d20f9bf954aeb847c24d88c135255", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "30a2676609ca4b5bbd4d6a95d9a5b6a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ec375dd0d0064ff189b9eb09829f22c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dd18555ff52d43b5a7d1b68dbf1b41b0", "region_id": "RegionOne"}], "type": "share", "id": "d9bb9e976c954901979d81648a90ee48", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a3aa3d008ac346379b8343ba0a8c3ec5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0b5a83ac9bb24ebc924418b4ff1b2450", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "05cf6c7a94224dd68202aef7d9b14076", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5738b0d9c89541a9ae7d6d5881b038de", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c28bc266f8aa49e9bc42cb092592e485", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4f15646998746b8b3806b6950d6e0f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f88b9f7b2685480fa8ee483baf2d8b7f", "region_id": "RegionOne"}], "type": "orchestration", "id": "426d0cc73a7048abab84b10edaee527a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42fec1038a394261a8daeca7075a307e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b88e2f826b840e0ba7bbf49532091f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61e0e7fa31774d6ea3f413f911ae6510", "region_id": "RegionOne"}], "type": "block-storage", "id": "7d5c92726cf841ab90e902c5d9e758ac", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e56761624dc47e581a6aa8a4da8d2ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4bd265b91ce341f5928d7194cc1d3594", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "651c852ea5e949d38ace9b03e564f610", "region_id": "RegionOne"}], "type": "volumev3", "id": "9309daa9514043f5bb8b8d92c64d8fe8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3bb6a1ba00a40d8809fa011cf37fac7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f9e64aa7ba94cd0bf59cea95a1c38aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c9585296b94a4e8e95e085dda24707ce", "region_id": "RegionOne"}], "type": "volumev2", "id": "3a67e9c15c814683a33b5783d40b3ab0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d629bace989f4640818ceb1868110a50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd8c2060b4d34b26944db891d56d7239", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a471d4e48bcc41c88492bbecbd31882f", "region_id": "RegionOne"}], "type": "volume", "id": "c9550dfcafba46d19502fb389282f222", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13920f3dd1ac49d582d0b354ce5797cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70f4fc9643274a4e9a61bce20fe37daf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba50674af96745a5b340b519bc50efc6", "region_id": "RegionOne"}], "type": "block-store", "id": "a709fbf926294cd9b9cc2c932788a753", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "67cc40a206d14b55b4b45edad7ab4c45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "845f31511979459d87eeadb9eaae9a45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7d88e911a77a46cca7e8392c04f95ec6", "region_id": "RegionOne"}], "type": "alarm", "id": "6284349fe0864d408720cf6e37cc530d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9bdd9d51d3314b368fc9c39d63ff20aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "861be056da8b4a499110ad5439bdfc33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f0ed016bae86447ab98db765627d6fe7", "region_id": "RegionOne"}], "type": "alarming", "id": "7a3b64137e4e4bc9a2016fb11963c91a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "df3b5421fbde48fe8c7b01652db3b044", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4422d3ee95f443b19f9e9076ff8126ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "27e1eb66021e4d3f8d66c37911cf17c2", "region_id": "RegionOne"}], "type": "meter", "id": "615662bd3ab246eea5e8b843546b085b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3274ea3a28fb44e68c8faa1c5834b99c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4b393270d61b4e759828d9bb7c8f1099", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "dec93d9dabdd4fe4b23bcbba55a5b518", "region_id": "RegionOne"}], "type": "metering", "id": "5a0ed0c5efb749d9b83309b656bbc3fc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "29ba39c09a3f4c1994e633e694ab7459", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fb7bf1b87c934e88aadb6b2a2ebfbed0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8aa81882b6534ca68e681f5656148d65", "region_id": "RegionOne"}], "type": "telemetry", "id": "337ddeac506f49f7b3c90e8fde499b64", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1b00a5a1018c4d63aff1e07f1bd285e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "da184bbfeeb649cfb294ee078b18d98e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "69ae1dde8a86413089c8d88687767437", "region_id": "RegionOne"}], "type": "event", "id": "41578738a2bb45eeaa72a9aa91cceca7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b6dbc4b58b2449f2947f6885b2d992e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a8ea897d7b65492a9005adbd90efeb9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "289bce3c90f24af1b319fd4d1b80cbfa", "region_id": "RegionOne"}], "type": "events", "id": "397435a587f54f33979b726128d768ef", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d8d28b06723845de928ff7a5900d4066", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a098b8616c584056804484d366febfe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1ffccf662eb24aa9a56a7573c9b72f55", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8d1116941ec545dd9a9b9e51afd3ce87", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f5052941a4f240da810d7343ca02d459", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2af2117ad39648c891c14ce69f5718ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a568231f2ba4455499247b9753308669", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3532b20d96e54c77b741320b3490574b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3000d487b977455fae93d9ff6740fa4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d2411abaa162424fa88439bed1a45e09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d5198b7e6dd74a11920008773f1c5ac0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ec6e0a8307ba45a69191ec751ac040a5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "88eade703f874e93a2ae71a1542703c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d6c7b245a53b4c75a19615562a8be7c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0ee4f672064d4fdb8f115357006a064a", "region_id": "RegionOne"}], "type": "tricircle", "id": "f9ac148c9c514228b0b62b0f6a3b65b9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "bf27ef6f075e4e69b74c4fd379085738", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f51faa22eb1847ef8f59fec4d543f931", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f2d50d8642104a978b6da60e7c85fd44", "region_id": "RegionOne"}], "type": "database", "id": "026fb8563c0b42afb603cafd0679dd39", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4fb3b8b0287c417ab48885c6e7fca209", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9e9d50591f3b4f158c181c1c05c677ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6282788736c349d88ae1238396c4910c", "region_id": "RegionOne"}], "type": "application-container", "id": "f21d4fa50f73450f8943108e920a645d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "04a4c2be4460411b841d3f40407ad7f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6eb6ca72fe714e65accd03cad65b6ac7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e5135f2e9dc34d22a69578e439daa131", "region_id": "RegionOne"}], "type": "container", "id": "378a1adc3f1145ed8a692f53c09ac267", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "121d7f7fbebb467ea77365c22d73970a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b0552a291c484d96b30aeb6026560135", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ae474376691549e4954b096b63fe8d59", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e0d4f26f226446958fe855c04ed6ac4f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d679266d18ab47b8b36d8983a58c4a87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bfbaa9fd70e542c6aa959f01ef8bd3c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8073cecbb5d144129685f2171379f1f6", "region_id": "RegionOne"}], "type": "rca", "id": "380741f66bed4e38b43fef9ad09b0067", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8271854c1eee4dd3bbc3b82a06ce0961", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5cd52fd7e4bd48b894cfa8b276fa8aef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d77239d4cd2a4013af394aa817ad2390", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c38c85630664417292a33a29b5f7de1c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "81aa39a88449442e9033b43cb05a7d98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "794a3bdc78094725a8ae15707091ba79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "65099a55ce32463b83f4bd57fa678387", "region_id": "RegionOne"}], "type": "network", "id": "2314ab9318734fefb81bbb62d1038ba0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2ff12b2be0854f1689a801f9b6dad0a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "844066a6e08a484d94ef4a59f38c7202", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "2c8faa63148b41b28869ffa3614fa59e", "region_id": "RegionOne"}], "type": "backup", "id": "887664b85ea745ed9853dc4fa672f0e6", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5da7e272e86f466dadc561112aed70a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "75c8f690d038456a89af87217e26b5f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "103a5c7624eb40219f7e719e6ec09bc8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c2ff2a444ea44e05b43a356f0531f69e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dad1f8aa789d475f8d1f3de98fb7f925", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "85f43fed44614d3abf77580e8a2f4ed1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ecc122b40fb54a7ba04fc23404a5bede", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9a572e6f83e749fc97ab02ec27c926ed", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f50046e69a32446db24f04dd9489f79a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f8bf95a37642491da8d6da8f2a03cbef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "042d0780e41a4273bb2a0cca54701246", "region_id": "RegionOne"}], "type": "monitoring", "id": "f81c0b3138704ecda73d64dac2171293", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7259b98622304f5aa97e4f00e190584e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a40cfd809e0a4328a776808aa0ccff39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "164ead95f4814790a7abc4aef31ce191", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "1ddf198afecc4c4d81de9ea18aafc014", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b15b59f6d28e498a8448f4cea4a42dc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "911d53a88b744b05b9375dc89ec18294", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "28c77d93bd334e829d7e99ad329812e6", "region_id": "RegionOne"}], "type": "placement", "id": "4780c3782e614e26a5f643572726ca62", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "96e02edaab9a4558b842379da914525a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2c7828a5976a4ea08cab94280742a767", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0c07e153d5234a1e9f0e42bf23a49172", "region_id": "RegionOne"}], "type": "instance-ha", "id": "3aa6faa58c6a460f9dd98804d05bc736", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "51507904986d4cec8eadb4d0e9f3f518", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5f74fb708d044bbbba1106cd6fffc435", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "797bdaed77d7469fb1dfd1981f845df0", "region_id": "RegionOne"}], "type": "ha", "id": "6c86659166484cd58b0896ee484da1eb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "28f0a51d866b437881899f41b80173be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c07ca615567d4c4789d3bea27a7916a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7a682b1567be483f8be1bff966f0d584", "region_id": "RegionOne"}], "type": "reservation", "id": "fd653d4992b344118324226137873b45", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7a1ad0bcb796485a9e4bd393df2ca71a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "eb57503ca4434e0f92f2305cc7e70ff0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c57d41bc2b9844c6aaf5ac857e63baf9", "region_id": "RegionOne"}], "type": "function-engine", "id": "38558eb50e0f4c5c89762b9b4b7e3a50", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "def311093da84d20829ad35eed2095cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bc65626995794bb1bc2b7d0bf63a9306", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6d9b8a863c6d4b12aed01528cdce826e", "region_id": "RegionOne"}], "type": "accelerator", "id": "10dde31ccae04b00bf788b0d24870040", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cc40791c1b9f4976ada453f7abb0e1a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5807c01830ad428a9900598ca99a4607", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "99597e3e5b7c406fa15c05a0c819fee1", "region_id": "RegionOne"}], "type": "admin-logic", "id": "76209d4070024b5ba86ce1ab8f3fd7ba", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1673fedfccb64841934930ae06c8351c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7162cfa91475429bbdfbbf6ddb31b321", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2fd63bd9cadf4e3683d9c22d389af1cd", "region_id": "RegionOne"}], "type": "registration", "id": "58c3d9081e0f4a888e0345f4ead52f74", "name": "adjutant"}], "user": {"domain": {"id": "627cb5be654b4bdba3b9add54b7f3834", "name": "0cc5683284b84b909429dd3889a9b852"}, "id": "ce393d8087eb4ac9ab116587cedfcf89", "name": "b21ad3204aa345529006517f1414d5c3"}, "audit_ids": ["a4a35fb0fa3745d1a266f18037b6922e", null], "issued_at": "2019-09-19T09:04:39.932884"}} 2019-09-19 09:06:40,120 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,125 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:40,127 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=deny_ssh" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,131 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,133 keystoneauth.session RESP BODY: {"firewall_rules": []} {29} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_external_ipv4_neutron [0.213745s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,130 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,133 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,135 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,138 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,149 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.069558+00:00", "project": {"domain": {"id": "8d247c432e004885acfaef163dc5f281", "name": "a5fb46062ebc476daf619bb63fd60268"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b41fd6654efa4d7fa7fc2bdb90f7b8ca"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "07ad3386686c41859ac4bf82291596b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "91c6064735e043e2a9500084219e44aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "efe121094e974a309198f64a1c708657", "region_id": "RegionOne"}], "type": "identity", "id": "9501dd0cbf03482f8f6fbbc03811f156", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e6c28cdc2c1045f6aec7389df0bc7d41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d609c2d37a1e4594a19b420b0d803115", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ff6c7edbcb58411ebb95d3f7f11cf9ee", "region_id": "RegionOne"}], "type": "compute", "id": "80a3312812a64c269f06fe1f78695a2b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9a8103b36384409daae88f8aa6f59580", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "57660cc910a546148d6dcb77e241afc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "dd93723e0c2c4731a98eca4ea22a25af", "region_id": "RegionOne"}], "type": "image", "id": "51177aafd33945ea80125ac3bc1efac4", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b7605f6b34084645a3f3c4c06487dc04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "07d8b3df79f14ca7a29bf9d569552b8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "807db15a879b4c99a8ec8acad41942fe", "region_id": "RegionOne"}], "type": "load-balancer", "id": "90b82f00d8604e70a37ea0398deaa85c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e4d6cef88944d128f912f37d8549917", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fec30917781d4a5591663ca3a602fbe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "171bf9bbd3e447dd8928a57a134ca7b1", "region_id": "RegionOne"}], "type": "object-store", "id": "b8641a0b3a3f4ee78eb371ff8b6ee46c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2b5fa92f230f4cfdbae29881343257f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f996c768ec6f48f4b2f70978c1c70827", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "db3a16bf1b5c4f599c7a0a46c94ac5d9", "region_id": "RegionOne"}], "type": "clustering", "id": "8dfb0780488e4abdb7cc9db39df6b225", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "264ee127b17742ab83709245b9035ba9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c18ddc680e3b4f3b8c74c7231c0c955a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6fb1777e6e204f488737469240d6b776", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "26b6978079814c74afabcc232ab62f36", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0b07e2a8f62042f8923f8e73cbb1433d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1f9ee48ecc9249a680f07b2378334d29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b9d6d8ee320044d898b2636aa39933dd", "region_id": "RegionOne"}], "type": "cluster", "id": "3cbebe9a76ea497097559f2a25629f13", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2701c95fff0541bf849c02d474d43db8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "49a6610d2fc449109a7f1d73051f419c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d7aa3af577e84014949ebacbef02a64e", "region_id": "RegionOne"}], "type": "data-processing", "id": "aa898360f307446fb987e54e65de1eb1", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6d01ca7b2c014e38916ae21396a46688", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "45fa9965567e465882eb405dc549f763", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ece4725e44a44947958bffa2cc5bd5a8", "region_id": "RegionOne"}], "type": "baremetal", "id": "5a54cb9948854bb6963187fdde037f6e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "92034a18883343d49736d9ae750e6d9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dd7722fcf2f74c2989d3c66920ad2602", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "718684dca6fe412f8b879fa29042bf7d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7b358553d77449d3af56a2644b35eddf", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a3e0153ad43847dc9cfb0342d69adc72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3902a33a3eec4e0c8e00853f56193423", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c09a013ab5d440748409b2c02b10c656", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "81aaf92dd96b45db938d789d9f2f6720", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8f312cab6ee749798e8cf32a77dc089d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f5b8f8013ca6429f95a9f76d9803d34a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "10187490fc6e49ea9d9c28375ed78768", "region_id": "RegionOne"}], "type": "key-manager", "id": "1ed4d8e14e46494d8b1e3c8abb955fca", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6f4cbac73b0d40a3a17adff725fd3fc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "246b5135ab2d4734abfe3e790723b928", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "de80e65697a94febb3290dbf301a0738", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "dff7435fa9ac411e955bc775681a9e27", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "de86ae937df94137bc97f7d18616f19a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ff5bda125b854636a22265d7f40227d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b3a8621f8b6e4cebb74132f103ec7805", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b737a0bb29f34d4e86fe241b24bfb676", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "87ab4a1f63d34014bef6d27df46df82a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f04a4df207a148088c4e2af564ec9852", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3c67e40522fc449abe823bbe20210d2a", "region_id": "RegionOne"}], "type": "message", "id": "033d3173ca2343f1b06c004b87913634", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0761414ffd984fbfb5c85ca562a44c16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "511df3fb0a5247099c0db193a28ee0ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "983d8ee7f160468aa8053922526fe746", "region_id": "RegionOne"}], "type": "messaging", "id": "57c27652bb72423a880292bd7606ff31", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cab5894d5e7e4f9aab33967607b5f9a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "08bfe0c1fcbc415e8d303f56af26dab6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "bee8ae18f7a640d584de9eb5e11a74c9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "19a0be38dbb14958b1bcf63d9238092d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e4e31c2ea1dd4975a50089e6568487ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eeb7af0805f940fc84e0f7a69ebcefa8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d2558053d2304c5885d578c8667e27e0", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a45e3ce539ec4a9aa19995ca8e94643a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c72bd1e6941243feb667301fe4354bef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4db510af401340f3b019dc565f47d953", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "739e5cdab922493dbae0a6cccdf97900", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "21c9788a8c4748efa0f4e969de969713", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b167b97f09b248789da5adda80da044a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f17be27a7e74625a6e1a1b9faf4b5fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "17a24bf7e13a4e7abc4586d86e1785e8", "region_id": "RegionOne"}], "type": "container-infra", "id": "44429ea92f2f44af81a51a7396093010", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5d3cf75032074270b9ae7b5b7d5d5b39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "0f37c9406c7e488f984a4d5909a9c393", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "460175d27b424750bd8c6ba79f022150", "region_id": "RegionOne"}], "type": "search", "id": "c1fe25b1136d4b48a2dcf001d964fafd", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3bd124578c224ee697ff4dc4f6620744", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "79370dc1de014ab89afb7e444cbc6bae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7d26181e864e431093c93836aa9ea869", "region_id": "RegionOne"}], "type": "dns", "id": "774e2d4e15bf42c3af2fd53b3e6ef98f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "901fc486cf214660a9b0779ab93f10d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dd5634852d4c4b6f886073732468b9fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f6a67005350f4171bc827ffb0031403c", "region_id": "RegionOne"}], "type": "workflow", "id": "a46059772b4540029ce1a149489a2e0f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ded93210069442658040c80cfd8b7fc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "da6e0fda8175477cac47d04bf8876708", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9cc7fc472c604a589fe9f4bf75d31035", "region_id": "RegionOne"}], "type": "workflowv2", "id": "32edeb1c01e94d0d8c33820521f1a93d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "c64392c7722f4c52808e8595f896c54f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "134cf3fa5f5948c6ad6db7f0e88de466", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3a5cbd27a25c497fb3b3b3c868ecdf10", "region_id": "RegionOne"}], "type": "rating", "id": "4ff9d3523b58453298d39c777969bd55", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7c3ad1a5c4dc42f597cdb3af5dddc5c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b8e9f16df3c34b41bc53607e12e26eec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "84385e830bb042bf9bd67c31ee08574f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "44f9a2cfba024a599ce7a0262b7f0645", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9b6fac64020842aab24c00fc523d0344", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2925c2d7e0054477a6713642674f6f76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e343a4279a3a43119df9512b2cc8b47c", "region_id": "RegionOne"}], "type": "policy", "id": "34b5dbd01ef04aabad8239952a4aab17", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9fa2e90d383346a0ab864b700292b514", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e984da255bb14f968e6db4c6148a44dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "58dcdb71afcb4129883d2b4465e75bf2", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "4748a155dd624462949c1058a70aeffc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "da56b0c7a7e14fdfa8610731847ae42c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "229236fc306e41338fbca05559e167c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "463c16f1f2294d1aa831c8084cd3407c", "region_id": "RegionOne"}], "type": "sharev2", "id": "6783d513f68c428594242521d2905876", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bdd6403cb8be47a4a41519b5022ffa32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "139b98a6153445ceb968dc8c732ba1da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e894554ac13f445e8382cd29bf06ca08", "region_id": "RegionOne"}], "type": "share", "id": "462359b7dbfb4a539b2ba28ea8a196ee", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c3912a15f3d44458856bbf17a66552f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6c831a6da516495c9936b5e409103aca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "db515c3edef445eabaa78394d13a34c0", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "79bc0d1931454ebca61c1b34d4fddd47", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9172912e72474ded866f77f4d5a935e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47f9f94696b543ee8ed751191baea198", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb364d7092474b268936dd4fb1b177ae", "region_id": "RegionOne"}], "type": "orchestration", "id": "4d4a30fa8878438dbf7ad3c04cac3565", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "535cd083965944fbbafe3e1e3114b532", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6551148b715147b2bb78a99e6351356a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1cc774c4dade4895b0607044002a4232", "region_id": "RegionOne"}], "type": "block-storage", "id": "6da9c07d6d294936a8ecdff3a2dabd78", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3966ac355cc4798b0f61b48ceba947d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04e06e4720ee4a6cb80954d583193bdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ce277bafb44452aa8c8d234a88226c3", "region_id": "RegionOne"}], "type": "volumev3", "id": "18748cf6a6d84639a14dee4023440149", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9e16086148a4dffb67d64afb3737cc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a9f103caf074a869163c8fbb1e18809", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9910535a1af9430eafba09c8e323ea68", "region_id": "RegionOne"}], "type": "volumev2", "id": "8df99ef569bb4329be39caacfe3443f2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb38fbc14cd449589721aa8b8f5011e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e60c04ffeb164555a568a16818f61d1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3242c0f8ac943788bfe498b2da0475a", "region_id": "RegionOne"}], "type": "volume", "id": "02ab56dca0f7469ba3872a1b1e67c709", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fedebfc24c884c29b16699ead2743e50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e94cb060f2448a092d3bd713ac730e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "350536a6a4224c8187df75dff39c53dc", "region_id": "RegionOne"}], "type": "block-store", "id": "cf9b8badc6634eabb990948b3c321781", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4faf799a31814f26b65e84f946e393f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "30a1b31c9b1b498a8cda27246f913804", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "24d18da57199415c93b792e8b68fd2f2", "region_id": "RegionOne"}], "type": "alarm", "id": "0e591c12b2db4f7398322cade14b9f63", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f61b5c8099ea4792879203d6dde9d7e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a62c2a4bd5eb41b2820c67c6a29dbb13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "87c2668cb84d4b9cbcffc785d2bedb4d", "region_id": "RegionOne"}], "type": "alarming", "id": "283f8ab33e5144cba38b9edb4139f902", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f949ca9cfb5340b889457d79c61c676a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0528fc3e7fe7437f9fec6016776a8140", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e5b1da8315274a0f989e2f3e88eb935c", "region_id": "RegionOne"}], "type": "meter", "id": "0652394f78a24432884daf72ef22fde1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5f6c39f1c27f4a6e90252030bc09f890", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dce4ca1419aa44cfae6b7d5852acfc84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "31f3a39193324e3b8d681899b5949a03", "region_id": "RegionOne"}], "type": "metering", "id": "53747cbf361b47a7b94a88f81b3976e3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "516bd5decc7e40578fa2b20683c1c3a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fd273052cc874d4ab15e47ab2f2c0c59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f17f44cec91c4a12a483d0f0de92297a", "region_id": "RegionOne"}], "type": "telemetry", "id": "f7238d9018b14349946a9fb882925c6f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1e73a48142204d0f947e3307b6e9994a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5541aea8df3242cd8c99bef61a4c1500", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "74f4d668d47d4fc4a2c16a5bb98bd480", "region_id": "RegionOne"}], "type": "event", "id": "0868f936d19c40649d21d101534703ab", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "bdb8e2fe505e4788ab38503d944d110b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bfd778f974784e8385de1bd21aaf7976", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "52dc51b0a56148fab6b9fb22492fd808", "region_id": "RegionOne"}], "type": "events", "id": "8e267e9d63f44748a6a181e4ace8212c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "27f01e27492d4a99bb7b62f758474fbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e19d333e7e3c418c8d14add7d941c3be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3dc2aa74bd7c46bfb6a28b87e7019b07", "region_id": "RegionOne"}], "type": "application-deployment", "id": "86cac33c0ede4b1eafae7b3bd79a7795", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f13f5127b4614de89444497e25b54969", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "baaa8585796d424b9f0ee09cfe31f336", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1939ea6b7daf4827be41f8c00e1a35df", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a2c0834e4f344cec875729655fa7cc8e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e15d0e0b8ff74cdfb08558ca4dc18414", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "edcd7f195a634237819106294a81d501", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "19f91e097ad04d3e8a5e52381fc44f71", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "afe06a32de1041beab62c2aaaa7c98d8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "78aeaf6f2b8a4198bdc7a1c4c3488140", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "10d9abf43d7e4933b7d950a50584ad97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a7b8579747224f24a087b73e111ba8f9", "region_id": "RegionOne"}], "type": "tricircle", "id": "a0254078b1e446f58ff1a9e4582ee8c2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c7da774a323848a2b1f7fc430ca41cd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9e9dd5d75ab74828838882b13d9aa761", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "11476124f1d741f4ab7466cba547b400", "region_id": "RegionOne"}], "type": "database", "id": "90a1d947be3f491693584ceff9add7c4", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "18e359395cc340e0befc8f3280bf9d56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "405f39a7dfd84d6f84b52127d5d707ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3a1992e2a4264402806d115d285ba43a", "region_id": "RegionOne"}], "type": "application-container", "id": "aed8a2a0c07849739d74bf329c92e031", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "788e518af6e84095a6a2df74527d14b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1dfe42cb5e754aedae66a7fe400c5474", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b39adc8f05de4dc3854518dbc9f5ae11", "region_id": "RegionOne"}], "type": "container", "id": "1fd3867b06ad4faeadd35284a1ced003", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bdd5e54a7b0941c3a29f0cafbdd4f78b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4c534bb8a42844888bd64e754f8decdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3d78858efb8a406f99bd7a8e699715c0", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7efaaa5dac914c42b0db19bfc6e5ad7e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "79c6f6001f194949ab9a5ad6164b2dbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b45e0a15719d4f76b3361f77479f7482", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1c043b7d152446bfab802b90a6f4adcb", "region_id": "RegionOne"}], "type": "rca", "id": "5e5ecca1513549648303252115f7e9aa", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f56c04d1b5f44786abe9924ca39163ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "79cf1138e73246bd8787b67d0580d699", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7e7737af137f4c098fc2342700f1520e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "70ae566c9f034945a2520e3e1e939146", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e6aab3336bd444dda8b8c3b67ca2d7f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1649307fc50b4641ac73a40b7fb8ed6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1ce8974e56094b95820c4ff80e4dce88", "region_id": "RegionOne"}], "type": "network", "id": "b46be1da2c4847acaaf4ac2511e3756b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "aa8e20fd76fd41268162410bf4254321", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "10d4aeae829140b498a6b6f6fab89839", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "54c946b88d1c475cba80bf8e92681f2e", "region_id": "RegionOne"}], "type": "backup", "id": "2fc58ca080ad4ccd9f9b290edbe8a129", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "aff4d12b3f67475ab9d6410544e96eb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ab55e24a6f694d8ebe3752fedc5b09f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "95eece8f6ab7446aad5c6f813659de25", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "480de01415b34276a93538aa3b7f808b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "03fd4b9691a343b28d44cbe495c0cd67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7fcea3f5adb6482d95e043197d4dc379", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b14cc027da394676815c3fc2bd831281", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8d3dd28e4c05479382605af6e5b0c060", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "64618ffd1fe84266aa53ecf80c367f54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9f4a450727084e2a824799ef019e527a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "af8f75e797d94037a957ceec2b8caae1", "region_id": "RegionOne"}], "type": "monitoring", "id": "5567ba02ca844c1981171c72929bdd90", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1f23b558e9a04d2c874c9473d4eb9c20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "db4ecf38b11846219c54e7bbf1ed6a6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cb0f8979608c4631bfd249db542bdfd7", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2e486eee22d84b3d8a837d3e03008c8f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5e0b21caed56454d93d44da3d3623464", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "14b0fdfe1736429fac848ad7cf3a049a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d1f2b5091d164e4d8516c6f2e4ebd559", "region_id": "RegionOne"}], "type": "placement", "id": "552d67a15fe24aaeb3e9d7a44a6aeaf4", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a5ec4a07b71e46eda6eadbb9563e9d85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fc04f93696e04df6afe41c30559b658f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8be16d461d4f43ec994713c97a7740e0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a1f0249d6be64b5caf7eecde5e7209de", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c5d4bba664ce49f5a7b7dacdef0c2c56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8cda8481aaf944da9c963c2f91cc936c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0d6a054fd4d849ab8cecb4dba49b23b1", "region_id": "RegionOne"}], "type": "ha", "id": "9e6c90dde8b147c0bead3747b5fb78e3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2190178c2428481682651d0c7f53fe33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3c5356e15d0749839d2fcf89f85989c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "47b70fd92af442a194065ee9994da207", "region_id": "RegionOne"}], "type": "reservation", "id": "764113a6b7ee4c10ad96b6f34d65fdf8", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f646d418b0444d72886a2d29b98aaaca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "94e95d9413494ff5b9e0e87b3b2d3d65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e8c96a96bdae4ffb84ddac341f574c7c", "region_id": "RegionOne"}], "type": "function-engine", "id": "19fcb8a8502d4e088f70b6c677b33cd8", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e9b63535f60e48d0bb42800b3cdc06a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d71a427cd79541bf8a4f4a056152305a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "38f8e14031574b3390fb8ad644c826dd", "region_id": "RegionOne"}], "type": "accelerator", "id": "53194bbd85c64eb487f869a928bc7b50", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "108916543948430f83f0293ae61b943c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c6e23015d0f1462994a200845b20a5c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "582ffbab0d4d469191e6caf544fe9205", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c95b966e45134a64bb563e226e3cc88f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "430ab700d3f84367a8be0cc32f01a382", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a246429342e442889eb26f7dda3c5bd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2fe405ccf08a477b8dd7c3b196615ba6", "region_id": "RegionOne"}], "type": "registration", "id": "a6b00131ca704897b016339c5c7fb350", "name": "adjutant"}], "user": {"domain": {"id": "7aca724d377047f18fe25f069d6a7523", "name": "145ae67026b34ebeafee705922e7ae18"}, "id": "122f8c94cec74d06a26db79bd8c209a2", "name": "75ca99bb2f02446a813cef7c456146fa"}, "audit_ids": ["c4a4006ffd8b468ca47f82a1aee672ec", null], "issued_at": "2019-09-19T09:04:40.069558"}} 2019-09-19 09:06:40,245 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,249 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,250 keystoneauth.session RESP BODY: {"networks": [{"router:external": true, "id": "test-net-id", "name": "test-net"}]} 2019-09-19 09:06:40,271 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,275 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,277 keystoneauth.session RESP BODY: {"subnets": [{"ipv6_ra_mode": null, "allocation_pools": [{"start": "10.10.10.2", "end": "10.10.10.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "10.10.10.0/24", "id": "14025a85-436e-4418-b0ee-f5b12a50f9b4", "name": "", "enable_dhcp": true, "network_id": "5ef0358f-9403-4f7b-9151-376ca112abf7", "tenant_id": "29c79f394b2946f1a0f8446d715dc301", "dns_nameservers": [], "gateway_ip": "10.10.10.1", "ip_version": 4}]} {0} openstack.tests.unit.cloud.test_image.TestImageV2Only.test_config_v1 [0.174047s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/cloud/openstackcloud.py:440: UserWarning: image is configured for 1 but only 2.3 is available. shade is happy with this version, but if you were trying to force an override, that did not happen. You may want to check your cloud, or remove the version specification from your config. warnings.warn(warning_msg) Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,152 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,155 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,157 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,159 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,170 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.086762+00:00", "project": {"domain": {"id": "1c4992cf45394441966750a0f430a101", "name": "71aa1fbe924b4298aa614ff86ed0f042"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "bd46768460c24a7e9ccafe73593f66eb"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6b8a0b6386204105919aae34c8e60049", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b73dcd2a9273422f8149af9f7d2f058d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c143417e47494cf2be60f0099c04d064", "region_id": "RegionOne"}], "type": "identity", "id": "4728fc7846c84a38a69d13cbafa1b7c5", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d7d5e4459619433384b397bd755b884d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f77015a9a5df452c94551b3a463dac5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "69b3b8a517ca4512a9a6d90a7953e073", "region_id": "RegionOne"}], "type": "compute", "id": "f951bcb1bfd84efface776e958e201c4", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b76a070010044ebcb7e4e6969508bd1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "364b8056420e41689a787f811ca28636", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6640534a230549eb864663cc495a1529", "region_id": "RegionOne"}], "type": "image", "id": "e9b11767c3534e41baa222590a281b34", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "59360bfb8775461d8ef93dd939ef43f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7a925bd480a141929e342ff30ee08e8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5213923d4c6245ad8075e21a355b1a3d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f7199563fd5c4752bf93d33e751c86c6", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a24e46d3a1f4988b1fbc7a5bfb98573", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9349e26852f543edb3af726130b3eb25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ecf81c02a4145b694c09f186513f469", "region_id": "RegionOne"}], "type": "object-store", "id": "1dc104ba32a649a4b82a62b841f2a307", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3332eb38dc574b7e8797c7ed388688c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2f2817c377124323b2bb7ed7d080c830", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a458eeae05644e07a9736694eda712cb", "region_id": "RegionOne"}], "type": "clustering", "id": "3d023b45707842f0b2c81f99867a3589", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "57303d7382b8413698f166588403947a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "faa6b91445574de98d51153d3cae4662", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "60a42d15b6ba45ec9de7f45bbfa9b770", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ca52e7093f604a3ab82f98812fb8406b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cd64ab11dc8049bea2f3a6810f7cb608", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eef7f347154a4f928d299f1b4c08782e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c6834458c5004eed9bba03dfbaf551c7", "region_id": "RegionOne"}], "type": "cluster", "id": "9b74b36f9957484ab2a7804ae0b4740d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "746a4f33e9bc4d04be916eecb7d41232", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2cb06927d6de4e5e95fda03e7100d8ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "09f0fabc345d4ca1963f64cd305124a5", "region_id": "RegionOne"}], "type": "data-processing", "id": "7d4abc55a96049dabc8cf7e50ee3486f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e25b4fd800df42bd925cacd524b78ec9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bb4400ed344d4651bb9f0decfb262e1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "eb555e09ecd1441783cc289d1c11a4ad", "region_id": "RegionOne"}], "type": "baremetal", "id": "db7c4672ebe8412983861ef7fb266cc6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3e8b9c5316994c27bb3957d0107ae060", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "307fddbea6974f27b48e83e6bffff775", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "579615694b1647b0afbc0221fffbe365", "region_id": "RegionOne"}], "type": "bare-metal", "id": "9250de4201614617ac0c053c8ff2caf3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c78e5728a42c4d5e876134d13ee31e77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "633f2c3d97824e7291bd50a2082047c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7e12ffb8efd34e32b8792ab70f75b594", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2916541be3c14665904da038a943b46a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b7d6aeb7dbf44b40a78a923c6b7c79f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e9c263658f694bf48dd1ce816cfab503", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e2574b6d648a45a5b52bf9ef49a0776b", "region_id": "RegionOne"}], "type": "key-manager", "id": "e46b4d93b9d3496f9444422d098ea2cb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5756c4f09f084a829b27323b1f142570", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "13e4c29966444260aab8e494c219b982", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f12a9e0935a446f8bd01156d69c32ea2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b134235c84db452c83a3ba556ddd1d7c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b0eb0e3b674d453f998fa08371548939", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8759d54c5bf847ea9fc4d57224474775", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "36022a4790004d45a98ea5721997f8d8", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1e46170bc99848409a5e4624e73c3f09", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "89af501286da41509f5115ec014bc641", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f8bb3ca6e976473ca2317c7bcffc250b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f60163553ff948f696c75eacd9ffe5c1", "region_id": "RegionOne"}], "type": "message", "id": "7242516c81b54459b855a58eca65f918", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c5a2a67a9d0b416f8dc5ecae2c83bfaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "545c377728544d81a5af0ef918da7cce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "774750b72ebf4592a44fa954467a9937", "region_id": "RegionOne"}], "type": "messaging", "id": "23c09be7b8c54b38b7084598ccb07962", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "feb1ad245d0b459cbc3060b3dc8ae687", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "537fcb9c81d54263a0d7ca6d35c2fe6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "520479a497624f70a69c81f0a5f0997b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8f868f326d5a437e8ddcb3a9c8e4f4ce", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "db591060e4a74a05afc2c3f08ec568b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0f05828582564d88933c9131c23f9205", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "839275efffe24e37b3f0464bbceac095", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d4f49278e6b544af83d69f90b8238d17", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fbde166e494146d9b5f54e5a8f19a53c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "95e16443e8064e80b165c09c4bf88d7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "05e81aacc9074738aa6a4e3f5d08ba59", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ce1d1de2e69745cd88f44bd703c3d985", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a4b8576cf5194b748f9b7b9c3a65b8f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a1a961efadc54a37b1b65d3b619fa829", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a8c5ec5959d44f2cbd0fe5ed03b976b7", "region_id": "RegionOne"}], "type": "container-infra", "id": "dbc325b8089343c99b3e60818140e97f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a907726ce8c24feeb6b3793d9509e193", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "1e58a9c0b08046bca3e341d8975d4b48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "0834947b5c604b26a43f832a486598f4", "region_id": "RegionOne"}], "type": "search", "id": "e493e085a9d54b499fb5e7306b39c905", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d707cb5afa0340ab97f079fcc33a2772", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "af49447ad8284deebc0c06367847a95a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a66dd40eccae48a89d415ea0b8e9eb53", "region_id": "RegionOne"}], "type": "dns", "id": "d681986849f34bfea86ca978ea5dd6dd", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "db1caae1e8f84126b207241fd993a1d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "704dd1b3fad74281bab0f999d4921dbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "914678cd963343d4b98a05feb11dbe02", "region_id": "RegionOne"}], "type": "workflow", "id": "e79527cf98024a12b0fce0ade7666819", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "823234b968684f719fd3427bcf120452", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "573e4b9ba7534465a562b2a8a0b2cebd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5c0ca43516a94141a91dd2951b2f49f7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "dbc87c0da59a4859b0f808fbcbae850f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f8ec04b9d0f64f898b2c2314b6d42797", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4830ecec63814ceebb77c031bb089ceb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4dd05af0457b4cf8b442057f1cb879f5", "region_id": "RegionOne"}], "type": "rating", "id": "1aadaabe950a421db9675fbd25fcaeda", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a22745c9275b4c9698d49c698ead087e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "91ffe9ccb3c64b0f8f2b27bf0ae0caa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d95207852d484d4799951f053e855665", "region_id": "RegionOne"}], "type": "operator-policy", "id": "565a18efd036487a8e550f5333474a37", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a1e9e04c1a0d4ec2912b098de157b963", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "66b3ab394c7e4faa9aee0d70434dfd4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e675f54d627d4bba8088401e9b41f160", "region_id": "RegionOne"}], "type": "policy", "id": "00b48ce9695241b799522b9f45ff217b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a4ebbf01fc6c4a84b2517145278c50cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c0203acf7e72485a8570e774a2bc8b68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d9bffcf9d0ac49238108fef51c49dda8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e5966f414f024c6199b5904b30dff9ae", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "834b03561b594a8eaf5d4d1f12c884dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f112544df0b647f284aa0bfe5233fc30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d8742e6e08f44ba7a4c498170c06a851", "region_id": "RegionOne"}], "type": "sharev2", "id": "dccaef99a1ab46c489f0f6acc209bc59", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7bfa5f1eb81c482fbcd2769fad99a79e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f9cb33d061084b908a2b599fdc3afc6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2944263944154b55893f7329e0d5db83", "region_id": "RegionOne"}], "type": "share", "id": "633e37611c8540118ec0a57a6803b1b4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "83969e912b9643fdab4b3cc830364a07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b162bc033e304833923ca444079c2dff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4c077125843149b78c2705204a12486f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f3583899ca6d40e29a3705894c451603", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c80b716ecef947a3bf0dad0cb64e90f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5819ae70c9ac41e68bab4c5c1d370282", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cd95b308770454c97913396eea974e4", "region_id": "RegionOne"}], "type": "orchestration", "id": "9b1e47ce5ede4273bb4d256b5cf95637", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "205bb8e0773f4f518ba42111865c7ac5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d8b7e5f9d724316b8d37111b10be775", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52a12be08a964f6f9526f541e5fd3e7f", "region_id": "RegionOne"}], "type": "block-storage", "id": "50fe51747ec8438d87e3c38d0a936140", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94289b326e33419998c167f5b6dbe2bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce5854aec2554ad9b580c8e5e7cd14d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c5f42728c844c6884aa620f87928fcc", "region_id": "RegionOne"}], "type": "volumev3", "id": "175f0398c9d94deb8b1414fe11ab967a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45b05391552f4b9eb158d5ea457f74f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6540c902773540d9b82b531360e34ed2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6b7ebdd321843888d5815d208fc65e6", "region_id": "RegionOne"}], "type": "volumev2", "id": "0f0d0e79a9834826ba52c96de1d16565", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe270093bc704474a9c096a2913ab317", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5046d9183d934621a0857ed512d5e98c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25c76b11df1d49dc8d9c51b9e6077651", "region_id": "RegionOne"}], "type": "volume", "id": "73dfa16ac9ce47b7909cfe876f80efd2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7ac0784ceed44f5a9d1fff031eb2ac8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae5763d7364b42fc94f3937857acd98d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "edb948c3b6864a7eaab8f794bcb287ee", "region_id": "RegionOne"}], "type": "block-store", "id": "4110d2694a1e4b80810cc9f674958f85", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "91ee5626d94245f0abc9dc4201ec3bbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8c863e2eb0164967bd3c10a47f88e578", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "83e3ae9390164c4181e142694894c789", "region_id": "RegionOne"}], "type": "alarm", "id": "ad1b317542e449c9a1ff8cb856dbc29b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "adf6eb4aad5041158b3d51c8e863c66b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5d5578f7a3b548b9bb257b06db83e892", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f3aaee9ed3ea4fe99ee3549f062f5f33", "region_id": "RegionOne"}], "type": "alarming", "id": "94f0bd46502a444c8d600d7b1d1a73fb", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "37ff8a26d43d433d887c63d4d9604f3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7dc812da1f6f490bab8357c4649b471d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "74064b76b4e9429cb9828f455df0300e", "region_id": "RegionOne"}], "type": "meter", "id": "160839108a81410fbbb020463a0d7ec7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f20fb42590b545ef8bcbdb4417701b58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a1ce5ea2a61a42f28cb6add9b1c9ced3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b6551cd3186a4cba98a9af9b2e27244f", "region_id": "RegionOne"}], "type": "metering", "id": "0b86744541eb40d68aa82eacbf568060", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "41b66b82ecb94875a24bff8265bf07a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "17575c38bd304f38afd5126126acf1c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "54b905aa9fad4a56aa5ad2feddea842f", "region_id": "RegionOne"}], "type": "telemetry", "id": "ada0256845314d97a0d51dbbe5a35815", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a5a3609560b240d0bc7094e3682761b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1cd9198ffb2c45689e404aa8ebc6a283", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7f788177f67a431fa832590f7352cbae", "region_id": "RegionOne"}], "type": "event", "id": "8a9598c70d764de3a0c126e69ebb95cd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d6aeb922481646dbb83f25b9ba3a9295", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "356444eaa40c4ef1934fc01c36e8f69e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "336dc4ae43974f8caea5c55164a06931", "region_id": "RegionOne"}], "type": "events", "id": "a6ced4388e0e45af922331f00f4bf590", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "48416beaadde4c56a3cd4315407b2a72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0b1cd6c417f3497896748f9214704f38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bacb49121ab241c195a2dd1c2dd08b99", "region_id": "RegionOne"}], "type": "application-deployment", "id": "de5d965d965244d5adcec88b622875cc", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3349fb5234b34765a104132d7f55c1bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bf54ce80ff7040be9c7599e015ba47bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a403dc5f200944948c46add7d5349403", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3abbf8968e1f4f399243819c95449843", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cdf5230d161c48ad86094e4bce42afed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cbf8794e55b4491b82565b6dbc3e514d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6ce5886a520848ef8338669e5ae1541e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7af6d417eb164298ad28819c1ca9c612", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "036f06cae322451aa6442e56373c2770", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1013385cbdbd448a9b689ec9c0de12ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b2feaa4b06e446f38d4f8c9df50eb2c8", "region_id": "RegionOne"}], "type": "tricircle", "id": "f35227c503634effae1940a69fb95056", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "501ff2d5f1f643dc9cc7d2a98a83a9a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a3fb5bf66f6247ffb0b3a05f3b5f487b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "616add02f5b04845bd5a883ab8f39a62", "region_id": "RegionOne"}], "type": "database", "id": "6681f3f8e788417f9db12866ae3cee05", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c705d925a6454135a82832662d598d63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "28b5114261f8482bb8e66b0490404a23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "56fe9a0657924a3ebd2ff99add6bdb0d", "region_id": "RegionOne"}], "type": "application-container", "id": "3f5070b36f774306942b5cf84102ddd7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "740dc20ce79740b4950234f1f60d30d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "66c52bf0ab204cea8e7475acd17212b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "06bc7fa441264aeaa6ec5fa20a96448e", "region_id": "RegionOne"}], "type": "container", "id": "e9ae751d3a7143eb85368ef8eaa08113", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ab05b886e60d4f90bdc5dbbc15331f83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5b3b3e955f554094a7f8ae7172254ef1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a52f085174dd4727b8a2066e9ad672a9", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "0a11e920931244fe8b919b76d333fef4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0e45ffc6c196490e8df7098f35e60a2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6c9f8e20e2284f6bb85d56573ec97391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3d057a9fcf194ae093094f34d7b8ebf0", "region_id": "RegionOne"}], "type": "rca", "id": "2c2b5a3504b04cca802a3386193bef64", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e31320af0a464e9ab0f9eeef4f742e90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0dfdba2366a34f12aad68786c071a057", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "bedf90b79f564fb8868d14f1616c7feb", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "38d6c9f8cf1740839d9df7223dccc5dc", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f17e7c09942245e69a830977a60fe7b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "6c2ceb3c4e7f466fa808466a5b64466a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "18b8ec9efe834814a5f96cbdc299df6e", "region_id": "RegionOne"}], "type": "network", "id": "2032e2f404a24366941094d48a473b10", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a4e0226abcdc4f6fbdbd0702f6693f1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9cc1088e3fbd48dcb5c6b0607abde942", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "18424d16081a4465bb750a2d49987e69", "region_id": "RegionOne"}], "type": "backup", "id": "8f288a9cb5bd4a1888a1129637bd34e1", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "92a320cf44f14d6084b88449798010fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "773808ed4f244b88ac13fc53acc744e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "24950eb1b9cb490286ff21366eeae319", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7cb79100c2b4464abda16116de307143", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ee90133bb4e5492ea36abefabedfedf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bdb638f4d42641e7bb695a8c30938d30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c60ab07e03cd49b4aa3bdb5d40510b6c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "84040680a22a4e208f9d7aaaa8d5826b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "08ad61178106477ab503ea8137b295be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ae02d84450d14672ab0e33351507dcbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ee3d0a99ea6140848bfe7f51b0012f78", "region_id": "RegionOne"}], "type": "monitoring", "id": "2c4009f33f4d49bd97281f9096d63f6d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "04da57f2d01d44d68fb6072eda3327b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bb3cf7f630db423b8f906ad76eff6e8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cb423a3beb6b4db495370ed69b553753", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c6a87a71846545508b2d535625a4555f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8a39055478a647de952e97d784f152da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a121201807f34867ac841ade9faeedcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "44ecbc432f184b5987b108f6f5373207", "region_id": "RegionOne"}], "type": "placement", "id": "4f7e842498df4c75b4b0d8d5c84b2df5", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1c63a08fda2e4b0985dc6cf3e2247974", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c925450957eb4a3793fdd1a6d052f9dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6981de5986c84cb9865a5bc5dbfec7de", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a1a82408861f4ec28b22302455ec994c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a11a6411973742c786f9820635f7fbca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c24cfe1a85714e4c9f1f625c0d162464", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3537773afe1746939930918162c2e8fe", "region_id": "RegionOne"}], "type": "ha", "id": "a473afa058a643a58f6e8df192f80806", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "939256badda24bc3b5971185fb25bf40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "747c536b5f8d40d5a6d95a5d3dad9559", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3b93364a249742a08af4a8d8105d6259", "region_id": "RegionOne"}], "type": "reservation", "id": "dd7d513df2344695b019bcb378f5baad", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8a8527713c1148eda469f3fc9b3c22a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4a2da1163cf14a3d992c0a6f734e8eb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "904a49c98acc43ccba6f3ecbf0885225", "region_id": "RegionOne"}], "type": "function-engine", "id": "4e475a18887f45faa33011410b7e9acf", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "36d23104b4564a9285eec90628bf9738", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "cd3adb0f49744e068b02882cc93ef204", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b9ea9e00c4894870977862fe5405d600", "region_id": "RegionOne"}], "type": "accelerator", "id": "fe1cda7948d44842b96e3e187cf03032", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "976a32adebb54c94bdb10786e8c4f93c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "472306f05b8f47cfaacc7d6b9d3a6c0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9a7b6e3d34d0418cad683f53107d9f17", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7081ce8fd81f4fc7907bcd07aea80e38", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6359118a10af4d829c0e3d8594b8a8bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "820ca9a2cb5141adb0e78684591b8a18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1d3d7575dfb04ea99770cc915a29caef", "region_id": "RegionOne"}], "type": "registration", "id": "6b3ee8ea80554ffcb14621c2ec8618c8", "name": "adjutant"}], "user": {"domain": {"id": "42b1bcd8453745cfa1c5c9dedc3fcb47", "name": "3ed7428b052f404fb4c69aa27dad47e3"}, "id": "c28cce8515564089b7a91b3a8a8ae80f", "name": "31f9ce2c9d2c4dd98c7ee7acb643c528"}, "audit_ids": ["cf19fe2f40b4462ba5ec19a4e62e69ef", null], "issued_at": "2019-09-19T09:04:40.086762"}} 2019-09-19 09:06:40,193 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,196 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:40,198 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] } ] } 2019-09-19 09:06:40,223 openstack image is configured for 1 but only 2.3 is available. shade is happy with this version, but if you were trying to force an override, that did not happen. You may want to check your cloud, or remove the version specification from your config. {2} openstack.tests.unit.cloud.test_floating_ip_common.TestFloatingIP.test_add_ips_to_server_ipv6_only [0.075058s] ... ok {30} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_list_firewall_groups [0.184819s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,072 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,076 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,078 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,081 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,092 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.011542+00:00", "project": {"domain": {"id": "fba91e5141d245f7b1640ba119743f61", "name": "523e71479ba94f319a01c8f262f62061"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "818a30ad709f4e88882bc75bb2bb98fd"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8439eeced9bc43a694f39aa6c2e51b2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "83d295aec16d44559f479c15ed5b10be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6bc5606565a7476abd60cc288bff5107", "region_id": "RegionOne"}], "type": "identity", "id": "faa10c1cd06c438a857b463f64e0b193", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "01dc0f283a574f97848f310a210bdd7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0b6ad0d3d3334a87abc7af292b29c815", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b6d621cce11c446e999f407be7cd6873", "region_id": "RegionOne"}], "type": "compute", "id": "93200784a9884ae094076d029d14bfae", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c0de93b8815740cf965b818d8f56c448", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "66447ce23a9b4a59af9fcef86de0b467", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "cc58f7b7332e45219e95f5d9cc84c199", "region_id": "RegionOne"}], "type": "image", "id": "b277e5c144da4b2a8e1b6d9a754f0d2f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ba4638a5f78f41078fcd35f178980b52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1776ffd84bac445cb3d59f2b05bedd77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "04e105ff5b3a4f4da607114c7006243a", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f8c91bd1281c49bb8bc7c218be2f09f8", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76d1f88da22648bdbeb2bbbea0f9d9c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3bcc2c84cee41afb59bb872c867be44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2989a394b40c4cf094b7ffa104f47d3b", "region_id": "RegionOne"}], "type": "object-store", "id": "42865e66cbe64f428a8b4b53d3b11f29", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "813448d06e854b4f91d2c85482ce4297", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b03687096350437b9d09b494c0571d6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "32d9135683c94488a41103009d13041a", "region_id": "RegionOne"}], "type": "clustering", "id": "1b30a2e3572140a8b0f8b3f21f10c1c8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "368d30300e2b439c83daee96e0718600", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "309d3d9d25cb479d9dafa556afdb3966", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "91a55eb954604a0a9977d1da15081429", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7c357c96316845c9bc9210f80fabe7da", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a62c025336d64786ad14d28b910f2a29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b937b66e588f4e0c99b240251137d13b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "05d78cf0350b43eda2f50522aea608f7", "region_id": "RegionOne"}], "type": "cluster", "id": "87c999f49e2d4362889bac855495addd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9302be7a26e74b93a6ba9216370c1fa4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bed676ae8c66479094cdd2ba4444699c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "11919dec0673466bbf31f6072cde27db", "region_id": "RegionOne"}], "type": "data-processing", "id": "fcdea0e253a045538d769d2eb945e618", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e241bd64e865414fbee13cb1423bccca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6e4ff1240b5a4f01accceba39d9672ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "dad34cf50cbb4e8a9b8ed080dc689950", "region_id": "RegionOne"}], "type": "baremetal", "id": "f23ff3faf8014d3099b8a08803a818c7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "210db11b29b1442e92f4a9bdccbf69ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3bbda779f3804b7c82cd8b487934aea5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ad7ee7f82a074723928b73387343b888", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c31f56102c614dfba9ebff96c4227c3c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c5c1b23272bf473dad04741d83830cb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "01c30fa777ad4b50bd2f7cc149539f01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "72d179d8d01742eb915863b118579148", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c33d1b2f17084add911b404ab1c78b16", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "05beb8e479694121b0bd4eb524c3683d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "871afe2d577a4d88854b22929675ac27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f40c9c52c6a5420692e63a87bc87db47", "region_id": "RegionOne"}], "type": "key-manager", "id": "b3bb53dd921444a4880dc92fc34c39c0", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7743d48cd60e4ff9986c8b826ba97ea7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2c3c6a84039e4b14b44ffe47dd2877b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "77a56a51897a437babf0e8d7aabdea7b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0dd02d7c5bcd46b882249a8a0c288e02", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9009a6e6830a44c58cb32474105d3a57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fd1673c4b156475b8ec0270eb0f667c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2291dfc1910f41969db3446b0ef1cd00", "region_id": "RegionOne"}], "type": "infra-optim", "id": "993e81a8088046c4aa4910e907d62fef", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4b9e6edfc671414f920c4cc8bbe4ad13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c61b96546d5d4e27a9bef724812e84b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f15a428fc51a4f65b6daa9b34aa67e38", "region_id": "RegionOne"}], "type": "message", "id": "1952cfe563724491a7e9d65f7f662dbd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e06f407e309040d794b295e14463666a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "58840770f1454dbbb8cd486de1581ff1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a138640458694b1aadbd11abc3e3bbcc", "region_id": "RegionOne"}], "type": "messaging", "id": "c8680fd890734c45a74ed82c6c8935a4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ba2f8c806ab64b53b9a822956cb81fc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "96687f62b7e34ef8945c728b92169029", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d3493e632c484d0aac0b42b18fe32c69", "region_id": "RegionOne"}], "type": "application-catalog", "id": "9fda04f88d924955a27b2953eeea1439", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "770c7fb9e0fa45b1945aca6cb6ffccd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "df6586672cbd44bfa1bb57c9d1fffcf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "45d4fb01bf6b459faa4681db6cdbb271", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "7d164c9e45344783bb8878f42e70505a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6ccf343c26a94bc7b0227dce66c4f8b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "28be6f830ab74d5ba6176e06f093260f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "20a73c25eb0a46a09483aa86c0253f3d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "096220e9296244d5be4d1c5f9ee40134", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c38ebef6ad6c481fb32ccb623c7f1f82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b7a87f380f984026a791b408cec59f83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e018f80ee014423ca373e969f8fe56c7", "region_id": "RegionOne"}], "type": "container-infra", "id": "2cc3699059174a62ba11d385811e3ff7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "84dd2c0923cd4a668d7d6d96cb7bd15f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "638cdd90ec6e4e349bfd65d9a1bd6f21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ef0246d5d10440418aa2982794d1d0a4", "region_id": "RegionOne"}], "type": "search", "id": "35986398925d4c98827efcc64d0a9915", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ac0ec366ea9548479a8b65a8a69ba030", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "79845922df6a446cbd14e572be148541", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b369cc2cbd13438195710fb370dab21f", "region_id": "RegionOne"}], "type": "dns", "id": "6e4c4c6adba249809b9335fd6149f372", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ad9681aef07843a886077f1222c0f362", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2d33757604e84e9ead16cc2072df480d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a6c46fefc45d49f9b5fdf4acb3079620", "region_id": "RegionOne"}], "type": "workflow", "id": "af46ec827dbc4ad9a4fa63526904077e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3e5f927ef04d4aa8a8c7c0f120fbb129", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f7fe13a868be4fac97ff8acee4e7ad16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "476edc66dd4947c38712e3eedd917993", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a6d2c787bb9646beaaff9463e26566b7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1ae26b00ec2b4de9824dfe4154e7eec9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "120ac39452164e22a5a513b1f8c2cf41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b8a1275e84a94d20abedbcc41e1022c3", "region_id": "RegionOne"}], "type": "rating", "id": "c5797e55cfdd4e94a5a107f2020b4858", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "06ce81a38b4d4bb1ab6615bd451873c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9a92c4f120334c8ca4b92b9a7b9ed6b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6adf952ad84145a7bb75524ccfa90c75", "region_id": "RegionOne"}], "type": "operator-policy", "id": "68cdc5b8f1bf4f829670d01fed3022de", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2f00006b192941b6b2234b413d0e01eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b7144e2c6c034f1ba3056f8cf43b967f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2ffc172770e3405d8ba9e42b387470da", "region_id": "RegionOne"}], "type": "policy", "id": "01379a43cff6433c80b2d83fa4d052ab", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "582ba91645174d798bdc25479e5a9279", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "61ab8f3a5b30417f93a567c483eb4f56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8bf2ef3161f847b6b8a5922e543edeb3", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "853bd25ea08642b59043ed6f3a05c8da", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "833bfec44513412085858064134709c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1fed0a0a899d46a79badfa7ed3c067da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "abcaaa36d6044f76a04899b3aef86e27", "region_id": "RegionOne"}], "type": "sharev2", "id": "38e4fa97cf1846779129c759705ccbd6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d4cb7a71eff547a3a10043ec9bea8a87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4d771aaf8782478481f935a69d29ae5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b193a4b321e44092856c65aea24bd62c", "region_id": "RegionOne"}], "type": "share", "id": "fa40907058d44388b8008c6781140926", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "90f0f025cafd4f54a87176124f870d9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "20d52f0bd7924817a6221aa811167473", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "026ea50413354dfd9269eb40ffbce1c6", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e09beef5c92b4d46b8e4b7858f297d9d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe65156ba36743ed9244d5eade942de8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8dd23e92beb499a962f75c3f117e2f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c880d454de8453eaf10bb89174fa060", "region_id": "RegionOne"}], "type": "orchestration", "id": "58b2dd6c1bae4835927da771b4a9f8d3", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e742e2d106f54e7995b8f29dba1fbb6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85b46cbcfdc44852a45e2176e3f9a0f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6bb4ecb21aae43c6a60e553fe85220d1", "region_id": "RegionOne"}], "type": "block-storage", "id": "6b3f17d203fd4dbd99dd7e6a8572ea09", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "524e953db1df4abb8e7666dbd1385ba3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ab5cec2757640c781a6b2451049f176", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26104f87b7604772ae32d523e5086ab3", "region_id": "RegionOne"}], "type": "volumev3", "id": "2ba1e0a3d8df45e7b0dcf2f40c40755c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db3429e34d9349c09f823350607e66e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "adb229fdcf124c59b23d179066aff9a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb3713b8194542d1bd0563025240ec70", "region_id": "RegionOne"}], "type": "volumev2", "id": "2f2434a01e394fa2b28f288c2a2c340f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5dfcf9692c34404985e9f28c7ae028aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51f3e10c24f24c85aa32709a9afcb4ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a3a2bb5f6ef46ba8b1797e77ff8acf6", "region_id": "RegionOne"}], "type": "volume", "id": "d6060b263d0b483fb6b29dfdf70a02c4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1858dde5e6e4217a2a353d57e13dc95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "170eaa724e9a46d4a68ac7f32adf47c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8bec94cb918c46e58d71b99bab96e7e9", "region_id": "RegionOne"}], "type": "block-store", "id": "d080f969c29f41349c3785cbc8630f75", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8ee40ec0d4514ab5be98e0a13ce2bade", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "da9d990134914007a03d4aa1dc6b7723", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f0b1118b39834f74871d1871727f95c0", "region_id": "RegionOne"}], "type": "alarm", "id": "7be05b35c2504d599ba00cb456db5952", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bf73b68fae0d46099474b243e9ee914f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "74bb36aaf69845c0b24feb78d7c0604b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8886f72fa706468fad550c752bfb48f5", "region_id": "RegionOne"}], "type": "alarming", "id": "4190b63b97994de2b54df6a31fc560f2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3e9c34746ac34730ba84398ae13ec3dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f6d55f09aefe4b679c4bbecc812d119d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a940c2868a3e469c84777d5042e63dc9", "region_id": "RegionOne"}], "type": "meter", "id": "4a6641f00de043b6825f068ee9fa762f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2e070bddd6d9413d82d5ba586c06bac5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1f7d4b46b07a41d29d21f570e89a6765", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "782606397d814055b9fc6e518a4a156a", "region_id": "RegionOne"}], "type": "metering", "id": "0d90c4eb5a9248ae8befaf71f7431645", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "24aa2be339fc4f3e880168b697af0b0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c4c3cb9aea7c405c9869f6ab52919791", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9144d8cd5e924c08a674e77dd3c0cfac", "region_id": "RegionOne"}], "type": "telemetry", "id": "428d48274db54f9098595aeb835f5999", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "54704761bd2b4d178023afd5aef28e4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1a3acb56ed674ababe1af1447eee8b45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "672c06cc91994ddd9ab15f306fee0992", "region_id": "RegionOne"}], "type": "event", "id": "d77cf78e8c584de28f331d73994be280", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "658c8818608d4d9d951c18aecf2bbb9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "91cbcf61b4ef406d8bed84539d00b5e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fa69a9f6d8ab49dfacbb7cf5ac44b396", "region_id": "RegionOne"}], "type": "events", "id": "7007615ef5b94761aa110fc2a9fc72be", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "66bdc71f107e408cad78b8e8c703dfa4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "92ed9fd4fe1d4eeaa5f264a91daebc6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "76d70ae0a48e445e9319f96d28ce91e6", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2f5ddba504944e11859b3ff731e39273", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7890238d1456499cb5792cf6c89fa07f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f755e225fd3349dda54488134b83fada", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "95d22eecfb7e4f17abc80fe64317c039", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3795bb6511524b7f98983e212dc4e125", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6e372de19c57445fae693325efd67ef4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "23506ed94639433abf3f5f896382a7c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "df6d7f63a1dd42d5b8269108554c7089", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2978c0783de74d0db635c1d4d8b1787f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b1e5660d273b419b84bd9c2cb9594b4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9096a7a7189d4724bf2833d1318da1c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "015499295507477487e6f0a546856bce", "region_id": "RegionOne"}], "type": "tricircle", "id": "f623d9ba02ac468699bb01969a67f313", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "637384b4f4364388b3e932b077cb0261", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "70db1b6135d640e59bc51ee48fcb278c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "acbece1bd64a46cd97d0c3c4a0a73ed8", "region_id": "RegionOne"}], "type": "database", "id": "4577a1620483491da1cc4d4b55b779b6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "62c685855ab3405585832e5c67f732ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "642a5bde0cb94156ad0a023a3c8a48ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9dec70c022124076b0fd1c89eaf15368", "region_id": "RegionOne"}], "type": "application-container", "id": "f5f17f20ccc3498085013a84d6161ad0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "80dfa87e57b44d9db36385c99dd537de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "241d17f9471d4f4bab9da3920d5c18f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3388c6d106334ddea00370698e32ae40", "region_id": "RegionOne"}], "type": "container", "id": "e4f51c9d8711413ab2ae31403e118eba", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2e7a8fa110eb4832836f8b7d4c810193", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2a064f91e1964c6882c44634599081cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5497890f3e674faca9103bccde7da8cf", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b5c66187e03a424395f0fa3d1cd70313", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ce210bf8398c49b2b1307f293cf95375", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dc87273496ba46f4b4e8052ffc0247b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "42a9d3848cb1445d823ce9c000aa91b1", "region_id": "RegionOne"}], "type": "rca", "id": "ea0896d8194c4b868975fcbf63224f55", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "dd034995fcad494c8f677b7ee40a67d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0c80f95fca2d42c38dd72c53db769482", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "4f9690035e924ff3a3ad0ccf7f9c2594", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "bde76580d5534bfcb5969a450ddfe0aa", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "efffc361e10442c09eec24f3c359fc9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4e4d3eef6c3e493397f33319aeab854c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "022f121f88c94c21995beb92a2a04677", "region_id": "RegionOne"}], "type": "network", "id": "eb8324f642b844589be88caaa2acd82f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "bbc24c638f024386ac420ca71a19c0f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "cf9116122c4a471e8e883f7189a860b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "bea02732f92648d5aa6e1bf3dd101939", "region_id": "RegionOne"}], "type": "backup", "id": "cd5fadad888943c0a0a18297a6cbbc2d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1902423be3784cc898b3bb41d86ee349", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "de7e573d542744149e2fe051b2841178", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9b9b282e33184b16845297922f731039", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "56ab9f8030644588aff1865a2e2fef76", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "812911962b2d4b79b60e59351f19a983", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "02b5ef2996394f4da0fa04657526d268", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e0f5dd55dd7c483baf59e1501de84e86", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "78921db9dfdd44309ebc9f3f55b179e6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f525e75870cf428ca926eff5744e86ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2feffe19d26641e58473ef7e78772fd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a7951899a3a64ffc9bc161329e441c52", "region_id": "RegionOne"}], "type": "monitoring", "id": "27d4b22effc84be78803221adef6c354", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4976de4c06c049ffb27330dac52ff010", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "dfb1a6840aa249f8af203d30e9b12a89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "21bf0a00a40449dcaf9b46d50696adc4", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a2de4644a72c401d93640d3f745d377f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1486c44e5fa949c89904f5efcb1941a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a8f2c614a1be42a7ad0c4ff66f022752", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "2764e2c7bd1d4697aa4435d0210233cf", "region_id": "RegionOne"}], "type": "placement", "id": "e7296514cab74cdb868f5a3a279d4a5c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9d1f35c6bd734099acc8f31f44efefc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "262086650029402ca84b81632de95ca4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0865a1a0a0d3466799e3b0f5b966c3b2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1b9fd43e75ea408b9e94b7383ba3e8ba", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "91b713f8d7634d7495823c8142c9a01d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "85f0380edfff4a74a911cf7bd8c65a02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4f351ca9b0ff4e03b6377e2686f590e9", "region_id": "RegionOne"}], "type": "ha", "id": "133b795b0f0043f994b855272909cb79", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1fc8402493ef4d92ba8cca4b66e58356", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "55422b682ed445acbf50176a6c604c77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "12660d95e3414a68964736b1a98f8a58", "region_id": "RegionOne"}], "type": "reservation", "id": "0e6966846e9b4aabb881b770702e4b63", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4a5c4baaa6264812945b97213ecdff8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "62bc34f701d0407b8ee866777b6867b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "03664272ccef49d2a1e51342ddfb0016", "region_id": "RegionOne"}], "type": "function-engine", "id": "ce6bebe1550d44eca8e4ad58a4e15639", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9d28cc8774a8459389efd58b16a88dbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0bc6fd05a1c54b1c86d173045b58b87f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9cf1414145024719aa476b27d3190f41", "region_id": "RegionOne"}], "type": "accelerator", "id": "d41af47ee8a140ca89653a9de2f15624", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "60466240bb174582a3634afa28d155cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "66b0dff90ced44498245ac61b127e64f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7aa3fafd4a67400db7f3b040561d862f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ee40288aa80a43b98be665006a81154c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "963efe2ac8394026821014fb0fd8a32c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dff681b05b854a2a8f8161188ac16573", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "eae572bc407548fa829920c686607099", "region_id": "RegionOne"}], "type": "registration", "id": "a9b5de92c1f649d38335f4135d38c86f", "name": "adjutant"}], "user": {"domain": {"id": "198c2cf2c8df4f879789a903664cf368", "name": "7e121bff23904edc8f6b67b7486c96ac"}, "id": "ed080d80a5914e0fa2e2f7b441a927b1", "name": "b90e93f28dde4723b344f5440506f318"}, "audit_ids": ["6f686b098c704cd28c1628aa6303f2c4", null], "issued_at": "2019-09-19T09:04:40.011542"}} 2019-09-19 09:06:40,175 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_groups -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,180 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,183 keystoneauth.session RESP BODY: {"firewall_groups": [{"status": null, "description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "name": "max_security_group"}, {"status": null, "description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "name": "max_security_group"}]} {12} openstack.tests.unit.cloud.test_inventory.TestInventory.test__init [0.065693s] ... ok {27} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_external_ipv4_neutron_accessIPv4 [0.063806s] ... ok {13} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_create_floating_ip_port_bad_response [0.250945s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,993 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,997 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,998 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,000 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,013 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.926175+00:00", "project": {"domain": {"id": "72e1477cfed14f0885a95625eb3c6849", "name": "84a42aaa858642edabc0465f44f2b41c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4aaa57eb2b1a49e9838611b7486d1895"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ceebe476d35a453cb97bb777299c7aef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5428b3f55d234b82ad3d256ff77a4868", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "181ca6f54a004c51ac2459d84303cf84", "region_id": "RegionOne"}], "type": "identity", "id": "00f41ba2c49840999844ae88e84eb4b3", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e4c306866ab04ac38ed91bb62459d3c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5e3909de3fe04520adbfd869c63cb775", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "985dd7c31077409b80da56f74a3ea04e", "region_id": "RegionOne"}], "type": "compute", "id": "8ef3e4e94adf47849a80fe726625947f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f1fe9433f2f142f0a97cbf93efdf7c65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "26f57c211c67456e887a06889d82de68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "7d52fd1b3a00440892f482e13490032a", "region_id": "RegionOne"}], "type": "image", "id": "d0535f4feb3247b7975a528d1cd8b303", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b517fe44179040688da82bf0032e7a69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8373d88d71354b4485db6c2aec82ef0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a5c890576e3f49ce92acfe5431b246a5", "region_id": "RegionOne"}], "type": "load-balancer", "id": "eff3d180f3a14437842955fe5fb22418", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ba72ffa89164cff97aea4667b3966ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "346a485f07aa44cf817310575bbbb885", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d6920d4f9d340fda67b18e5738c6345", "region_id": "RegionOne"}], "type": "object-store", "id": "7d1dd09dc7344f178098bea286adcad2", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4cdaa5e2a87c457dad7884d3868f566f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1bae7e9afc304665a9547b20ba87442b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "220d6415d4294644ba9225f64dc4613b", "region_id": "RegionOne"}], "type": "clustering", "id": "c1155501b5c84332b404f73de414365a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "89e0a97111fb4605b2c31abcf6b8c2c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "868450cbb7b64c01b897c71021e6e362", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "eada5a20447949d1b80fabe98acf6ccd", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ed41ad68e0f948ba9c18d911db8a88fe", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "95122abef2604fa49ca2e0cd9309da45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "38d36fd4618945c982dacddd41b034fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2056aaf6451047d38d601b4c5bf74c9b", "region_id": "RegionOne"}], "type": "cluster", "id": "cf87ebf94fda42d9a446d45bff419c07", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "072524c0f0904ad3a1ff5cfe7b57d39b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "27b15e51fa5f462cb8e5dc5f2f79896f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a374a2842eaa4264bf5595534af324b0", "region_id": "RegionOne"}], "type": "data-processing", "id": "3d1f11744a474f21a06eea7d7a04b7d8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a2484ab9ae344b7e996a7bbfebdf8db9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b1d1838dbdd849eaa8a0d65fa8ac9ab3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "02b7abe63c464dcb88452ac8dbffb435", "region_id": "RegionOne"}], "type": "baremetal", "id": "15770d0f222845f5b977dd9aa05ec3be", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f73a932226174f93bf8061414951d3ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "78fec430ff584d02bebddeccec5e9da5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "700bf490a11841c481df69cf2e4e6124", "region_id": "RegionOne"}], "type": "bare-metal", "id": "27674fb7f6c7469486099a564ac6403e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f0a339f37ffd44c5b83624823cf21ff0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3e228002d81c4cef89ea2c41f9f42612", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "fb66ca0436ee41e9a36bb4b9056b5557", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7315e1bc9a974ff39bb9e57bafa676c1", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "97cdcc3bb4894be8a06c566b380c9d71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9cedc5beaab64d07adf1fc92b9fd6d5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "a775fef93110488ba7ef84de13e18fb0", "region_id": "RegionOne"}], "type": "key-manager", "id": "babcc7a9a7614da8850d087a0460a4f6", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3dfa6fe17ad741db875ad0cca9b76df5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "322d70a4496243caa989b2e91d01bf10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "967b59f0e95a4dc2aa6764863416054f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "92a8a55bf98445628852fb70ec35403f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "25f1efe220c14c93ad2af4d0e3dc5b13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "77c3d764ead246fe95c2bcfb3ac6fae8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "eefb5773b4e94954a23fbd6a2b505652", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e1c14be45c4e460eb69ce024a7784b46", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c5d9302285c349d8b5eb9dc0c8e4f08e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5ff98a4468474df9866796cb234e9fbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "64ccb2e29ff94028a5a27617aa2f2f3e", "region_id": "RegionOne"}], "type": "message", "id": "dad4210f1ba04fb5a61b54b0a150df16", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1f979dee74ae4c3ebe80448c83ef670b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "562a17bd504847dca1b331d86ddde5e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "400d409380334f98950421debafd7469", "region_id": "RegionOne"}], "type": "messaging", "id": "f659dc4fecc1495ebd15a77bd922403f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "64640bbabb0b4a62a45f55ed0817b54c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9a2b15937bc14d21a889802dd93e8075", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "676bd69a7fc84821b657de35c5cce141", "region_id": "RegionOne"}], "type": "application-catalog", "id": "5a2014a0986f4a2aa4ccc5bb364531b9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f79f4697d9747a182b34440cdc81101", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bf555b6449fa48fab0f3cca73fb460aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ebcc506be44c4cea861d0d59e6873203", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "97beed0e023840099e22cda9fb9b43aa", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18cb9a87926742178474c80985a59047", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2c097470e4004fcb824676df32d899f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1fec682f3841435c99b21ec7e8124d28", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "be4d8d7d857a460b8a0a221ea3db6195", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aa86d714cc7148558529e713a3779648", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7cdc4f5aac874e3f88356079d797a742", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ba39827a93fa4b2fad2a7b089e7dfbc0", "region_id": "RegionOne"}], "type": "container-infra", "id": "4dfe757c92334e6491f1a08ea3dbc8dd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "874c1ee5e4c24c088aae7cac91729645", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9a02136bd0cd46fd9f88f398950fc9bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "0cc84a4d9a584f6ca6b7a4b1aa6abc28", "region_id": "RegionOne"}], "type": "search", "id": "85e3aac85a6b48ee876b13b8f76924e6", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d6bc6387c3dd44b4a58874258e565742", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a850d7f1ba8547e9bd90ddae85d69813", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7f5526a1ee6d430b9af262bc08249695", "region_id": "RegionOne"}], "type": "dns", "id": "e7336f27799648acbaa575471660c95c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "455d906d390148229808473d62ae1d72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "db035110c85f40d0b4be78321dad2df8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "07e158f1729e441ca08a39367d5d4de8", "region_id": "RegionOne"}], "type": "workflow", "id": "ab35d0bae9444c06ba393b384225bed3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6079661ca5074853886c9e440a2eee71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9bba32b2c52e4dc8bf3e48f952161129", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "dfd82f931c364e98a58b33c02699c5b4", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b0fa3e0b3fcc42b0ad30928d0b04829e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "35b46e8c82334eaaa5635640c5c370eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0f593afff1144be1951e05606bfdf81a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d28859264b8d4207933240a95487ba13", "region_id": "RegionOne"}], "type": "rating", "id": "4d75ce8ed68b4ff0b2981825249acd2c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "63ab85d79c1b44a495e5d064910be71b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e01ffe952eac42e1ab70ef971d73cf66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b34fb328544c4d0b9cdec92f0bb2fe55", "region_id": "RegionOne"}], "type": "operator-policy", "id": "89b759f1ccc24ce8b4cc4ff1378b42bc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "869f5c2a9a3044edbf6539897848fcc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d40d438e4c6b40288a299eb526f2d420", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5fa46d0a9c1c40559e6f16496a820af0", "region_id": "RegionOne"}], "type": "policy", "id": "93dd9692d7b34488aad7c74efdc733db", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2d4b8b61260b40a28c1d282c688fdade", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "953c827e316545cda8439c9dee719c65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fc408a9e21dd4296a4d4ce94cf1454ed", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2bef9f03c9784a06aea805527592e08b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "81263d53e88742e5a9628a85b8990e75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1e0ce9f61fc2410b8f5d28a57b6e470f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ad0fcbbf40a646c8929c63327d0e61cd", "region_id": "RegionOne"}], "type": "sharev2", "id": "ffbe1119467445a29bde21a60737ba28", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "74371fba63ba4cb386c92bcf283af03c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2576f02e587e448187961c63c72efb8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6345c32c1bf2402aa4faac4383f12a0c", "region_id": "RegionOne"}], "type": "share", "id": "4e6076431f8e40878ff4f8ef8d281b67", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "95113d00d9f944c3b19da6e39aa4622c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "63ccdeb13b5e43428235c8acb6884d17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "18fc667e7fe040888f03e11107a5b5c7", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1045b86b518f485092979dda684115af", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29239a0b0ff746a498ab130c0b429ddd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5268a7ecc1a414a86ac31525f12584e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d3bbea090674ea9833ec4b8e599eb44", "region_id": "RegionOne"}], "type": "orchestration", "id": "303a2719e5e244f082182f99017a372a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4ef24553feb424087423c3e6aab620b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f4b2f72c4834f9d97cc71779ea7cfda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ab003b204444245b30966696e9b9ef8", "region_id": "RegionOne"}], "type": "block-storage", "id": "a4ed8ba201874455a18b526c4b981d22", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98c69385f1884ad186009672741c76a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5d4ee1b0b2a44b78507fc8851bf13a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2dec260194224cd9bcee95a72bf7d29a", "region_id": "RegionOne"}], "type": "volumev3", "id": "49a864f578574cc29c53626cbb79a24b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad3e06166b19490e8bff1e2766a21b18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb3a926e0ad64f89ad8f9c0ff89e12e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7a821e9d6ac4f3dbb3be4591ce36140", "region_id": "RegionOne"}], "type": "volumev2", "id": "ee21ca3ff3434987939d1d659a7a29fd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7248200c695c476daed3f72a8e9f52cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec0b1fae88454d0fa9fc73d4a69c8f80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab2eb667256d45929d6626c40c9b83f4", "region_id": "RegionOne"}], "type": "volume", "id": "96bb148ac2da48a8add0f4c33f81f03a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4bca5e75ef86489c93aa4b75cd27bca2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6bc30b41f2b24064aef9a02708451b64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7036492dc72a47aabe7f2c199d2ccbd9", "region_id": "RegionOne"}], "type": "block-store", "id": "809578e31d3f491f8fb3c49bc1ce020b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "71323be9f5b24629bc8ce1c7ba3192d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d73b729275ed426e86b64ee66e55cd81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bce630796eca455c8320e7c3d1d50cf6", "region_id": "RegionOne"}], "type": "alarm", "id": "5b8d45bea59a493f9859539a7ef93c56", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e243aaaf9e1c49e3a5a2c254dc429d3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "81fd20668f574d518b0fa4fb20ae9852", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "30437d846cb14b28a5a31c0936969fc8", "region_id": "RegionOne"}], "type": "alarming", "id": "4e12cd236a1e4b14a39b0e4bd0921798", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "24afe6353fe64366a90a264a156dbbcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9050716dbe244be798ad64db90374899", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "25ea67f051f142f78606e6fa2678e23c", "region_id": "RegionOne"}], "type": "meter", "id": "0c6b38c4e4c44c0cbf285ba594ac7634", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f46f7657a14d4920a2cbf75a058951df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "17807dac7df64ed4ab30820e1a2311eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bb091749ed9640c8bd3c1fb9d86d0b4b", "region_id": "RegionOne"}], "type": "metering", "id": "429874e9cf9f46499aec7556e162c1d3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "89a2941e302442fd8fdf5dadd6ac6959", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5ff097f7d4df42299bdad5427efc08a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6dadde2307a14ef5835d0cf670a6e226", "region_id": "RegionOne"}], "type": "telemetry", "id": "5f8ecbfe011744d09b0a9e9bffe74ad0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2436b4cad62b46c38126fe8327acc30e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6b52e62e3ec04076bf2d35c703966b1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "99c4b87f185948bbaeec368697524fed", "region_id": "RegionOne"}], "type": "event", "id": "d11a0d620be3482b9484e51a9452026e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3b1bf66ea264461cabd223c5facdb4e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1cc75f8262864b518d6c1f6cb61809f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9fc22ab1717944148ed28d39cc0d797e", "region_id": "RegionOne"}], "type": "events", "id": "34541614cd12435caadf6cb1dd33eb4c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "290b5a3cffec4c62851c49272b7661bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "94a65a77eed642bab4e464e3bf0dc7d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "692611b5baf84a428ea6cbaaf6a60f47", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8d6f84d7d796447ab136583fbc02b213", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7703f259331a4a49b724280daa8992cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3f8ddeceb6aa42e59eb708d16a1b2f67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b447323bcb78473eabfa8e7a296b59ea", "region_id": "RegionOne"}], "type": "application_deployment", "id": "83dd93772189417ba4d60546554fa7b4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ceabbe424a3a4e9599169fd00f460971", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "40d8db48d72448c68e75d398441efbd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7854745062f84581abfb40a5045e3917", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "57c23a0337e84eb8bf29f3d75192a67d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3d87fb30530342ad84bedcb297cae34e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5569375869484260b47ae52dd073dbc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "797a93089804494f9add66d0125b964b", "region_id": "RegionOne"}], "type": "tricircle", "id": "d784e1c5c67a4073ae6b8cd78b41c565", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "21acc0549be0410c89d1f89c7fb7be73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0395733008264a7c94a574b0dbc6f1ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3f1ffaf54f3f433c9c98c09f652a3e9c", "region_id": "RegionOne"}], "type": "database", "id": "ec0269f06625481fa0951257ba434a73", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cee842b6e9294d6f89ddee8ac6ceb234", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cd73ba9bc88c4bb6bd70d87f9e07323e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d684c035036340b6b2409cc9bb1ec943", "region_id": "RegionOne"}], "type": "application-container", "id": "4e5e0a225b7d4c3bb7955b99695bf7fb", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7cb3b0be10ef473c94b3d6bba8132d4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bc1dfc240b6f47fb94556e0d2792daae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b4795cb9a11142558eef7633a9eb3f03", "region_id": "RegionOne"}], "type": "container", "id": "e8888fc5fd1b45548862ab9d6eb9f8b8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "195ca29b84b942b0b79213c9bdf385fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "43c89407400640e68f1d332659a3e204", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "376e4f40926b467895d4db276386d10f", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9ace6f655c124a71acae5593feff2825", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "93884a1bdf6d4952950ee3f6b0282d13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7fdf641274a14506b9a669f4eef42969", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "259fba3edbec41b3b78881f59cbd740b", "region_id": "RegionOne"}], "type": "rca", "id": "fd25bf5a08584ba89afd88f6ef97fa82", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bd219c283189495baa54924290555325", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "99a6f0b0a5d248f9b821d86dfe41519e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7ab9166fb2be410198ecb42b85ea84de", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2fe8169f35b24157a9ed5ea4ff672da7", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ff239c5095bb41dc85dc8c7f68634b9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1ded178b2cd04d2188c36102244f2198", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1f7b8a6b84d24e75ab0c6a4ca35fc463", "region_id": "RegionOne"}], "type": "network", "id": "c5cd8c786a37493dbd3ca97032dbce9d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5b8f6a9844324a2c8ee78c5258a2f4b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d973cfb6f00648869cce56b49a8e6ac7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "139421b286fc47d496414054647c428b", "region_id": "RegionOne"}], "type": "backup", "id": "4a91f8b3a0d74a039af1a0825e58d3f1", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "121861b3cdc549e3820d543729d7da0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "134f6daca6c14e50b01d1e8536d57ed8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "11ae11a32b574bfc95c01bcc1861cbc7", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1dc8a135b9524fb18efa3b6fda35b222", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "00f50d7b11294492830dcd79b09d2800", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "45ccfad7a8bd41d7bb46e3b17838639d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "aa0cc69e77ae41ed8e349c66be73b16e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3b144815d7f0463488bcedabbf0fc24d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "afe9943eb78c4aa19e1c671f4ac9806d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ac19e4e5f27947609afb7960939212e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c7b87010420b44b2bf9b23047cb158ff", "region_id": "RegionOne"}], "type": "monitoring", "id": "00f5b2d7e2e5472089b3bf21853bef05", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8304c2ea3aa34f9d995334c3e0b19758", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2b39cfa0b4dd4f7782d0094b51ab8f00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "117084a08234475aaa6b60d3f79e0bcc", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "166de7c6a15d42a582baba52061c1835", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d6784da469e54f728e0e3e51a9529496", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "e4c0713f909345ce9dfac759066c49b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5c5b1afdd8264930ab09e9ae5ee46cfa", "region_id": "RegionOne"}], "type": "placement", "id": "3cb4dacb1b534946afb3c603701fef15", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "38935e9ab3484d099ab60ccd23b64313", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "13a7f39e87f34fbfacc21193f66577c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "623ca4b5187c43dc8da9271940741246", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8ea44f50fe15481cbd9afc9a33a3b4b0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f79d6f47055c4a9db977b58f8898345c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "16bbccaac1be47ef8890045104858048", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ecbe5707044246f7aa2f3b5a7e634fc8", "region_id": "RegionOne"}], "type": "ha", "id": "f7e69a606f5640728775bc96ac8abd19", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d28b48ef4d3e42179ff1bafeda24ff6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6b0344a46aaa4acb8fdddcced917d05e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "2b0101ad3eb544cb8dcbcda9d9d8ac05", "region_id": "RegionOne"}], "type": "reservation", "id": "b10398a0aa1547a1aa2c5f46376b47a1", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2ff93975b6294dbc9e6300da21462dfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c5e9a582f81b4e8e97f6c2810fe46b20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "be1e5f6dd3994e34a8201e8359163dca", "region_id": "RegionOne"}], "type": "function-engine", "id": "d0a65853f9664e6f81c1f8f9df709566", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7dba8cad0c6d439e8c7f715482366bd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7a10b1be40c94d0a95d968efae2e8de2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a64a8e5b44904660ba398dfc809b9e94", "region_id": "RegionOne"}], "type": "accelerator", "id": "3ce966414a9d4044ba58a66b874116ae", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "accc3fef4c9947b89cbdc69bc7009593", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e7b5c8ee4f084d098186b0d229beabed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "709a19525ee24d15b585ec1761731c52", "region_id": "RegionOne"}], "type": "admin-logic", "id": "244817f622d34b9c9b4c9ecded5e7f64", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "95072449a7934d4a822f0e0596911175", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "784aa260a3a24be5a8ccdfcab5afcadc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2cc448f1c45747ee9e02d588ed5a3070", "region_id": "RegionOne"}], "type": "registration", "id": "bdee53460a414c4e973ce2648a7cb55d", "name": "adjutant"}], "user": {"domain": {"id": "96a12aa5b6c4485b8eeda1821f7d83e6", "name": "6252eb40eba04b109f255c200bf52095"}, "id": "5604c36d62f5417485ce1433b8e1229f", "name": "7ed7dd4cb3ef47fa823e0c112f52bbc4"}, "audit_ids": ["2ba4a862f63146abaf3515c4db6171ea", null], "issued_at": "2019-09-19T09:04:39.926175"}} 2019-09-19 09:06:40,148 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,151 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,151 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["54d6f61d-db07-451c-9ab3-b9609b6b6f0b"], "provider:physical_network": null, "id": "my-network-id", "provider:segmentation_id": null, "router:external": true, "name": "my-network", "admin_state_up": true, "tenant_id": "4fd44f30292945e481c7b8a0c8908869", "provider:network_type": "local", "shared": true}]} 2019-09-19 09:06:40,154 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/floatingips.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"floating_network_id": "my-network-id", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ab"}}' 2019-09-19 09:06:40,157 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,158 keystoneauth.session RESP BODY: {"floatingip": {"floating_network_id": "my-network-id", "router_id": null, "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62df", "status": "ACTIVE", "port_id": null, "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda8"}} {11} openstack.tests.unit.cloud.test_fwaas.TestFirewallRule.test_update_firewall_rule [0.228387s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,044 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,048 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,050 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,053 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,066 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.990887+00:00", "project": {"domain": {"id": "dab9c0effbf04d2eaac08c80ff211a3b", "name": "513f032306474634bb370f5b1c872f13"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "5ecb56cda0e94d5fa30006b0be34e869"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "137f0a8c83ea4a7cbeff8fbca23c4993", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "df24b9f2e27c48b3b5dd92c458014d9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1b38b2f5f2a347deab581300b7e023f7", "region_id": "RegionOne"}], "type": "identity", "id": "0514c1116f134bf8b0739328a5dc650e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d18572644d2040abaf1d9de3bd6e2454", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cf6d9b421a5b42a7a880fcee5b8594f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c193f8706ec04722b3ebba4788f0ffa1", "region_id": "RegionOne"}], "type": "compute", "id": "09ec7a5367564101ac2b68d68a5c4719", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d4dc0e917b82419983d6b9df7560c1d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c8a99bbc75cc4c1eab045f54920e29b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f4b5bf01cdf44143850f1d1a338764e0", "region_id": "RegionOne"}], "type": "image", "id": "dfb102d8172549e4b9fd4571929b77b2", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fffd6fd16ac94c45ad38a9fbeb91a301", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e7f43976ce3a41f3ac762f73dce44771", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ce328bb63e4f4a31b59523178ab98853", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d4e424e16c464f798dfd110a30663038", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5de3c35b78a84b088f6a99ee444f876b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9595e36647034e00a68e315b47915f34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6598cc9671743f6a5ac6799d0cb461b", "region_id": "RegionOne"}], "type": "object-store", "id": "6b99268711e046638d26cc44eb8a851e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7583c097c6ec4e63beba906a1d43d807", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aae1b82346fb4f3788ccf3f635df2818", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d5fac5e0ef6c4354a71da282e8ac1636", "region_id": "RegionOne"}], "type": "clustering", "id": "ca3f51cdcb2d4e0894f3cfc612a67be4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "461258b559c64c609704a400d5965aef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c2a5813397944cb0a240d41616161afd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "13dee34d651d48fbbd04a2737475477e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ceeb6a4aaba74b1fb353fbaba484268d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8a8ddfbbe02f4aa08c03fb295997bf44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "69cb845edbad4948bf11146cccf90601", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "de131da69ab543c4ab06d7208d346970", "region_id": "RegionOne"}], "type": "cluster", "id": "afbed8c9370a47558cd1fb3ffcc038db", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e8560751b6ec4d7e995028ede5e54ed7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5e4ebe1a0ef84528a84b00a1b3b66eea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2b1c647ad40f4114a8b466c0e8fe31d0", "region_id": "RegionOne"}], "type": "data-processing", "id": "75ff03eb9d614356b73f0e354d2b6258", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5034b2d5576048dcbf0da53343977471", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e8bd968028b44d84898a6536ee645c73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e31a149e02d34449b7072ff5355c1623", "region_id": "RegionOne"}], "type": "baremetal", "id": "8a2691fae931401ba525057f626f243e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0e3d83d7fd094e928969f5a3d7c57a82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "eaf6398023bc4dbfb83fed8d704c814b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a6c9dec3ca8f4d948b757403f959d272", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b93bf28e024e41bb86427ed338144a35", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "27ce860907e04b6da65731a7cb773afe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b27aee887e12499292893be284211b8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b9e64965cce744448880865a1b26cff8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9121a9567c3b4b20b0960a6a7ada021f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "59fdc694229e4693b39f344feea7ae11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ae3f0f90292c4dd880940f751c65736d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f50f16d21a5d43dfbc721d5f3c2c6bab", "region_id": "RegionOne"}], "type": "key-manager", "id": "b1ca9c6c34994db897a5b7d1ac7606b5", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d15a6961dbb542b7aea69c07ae3e8b6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "49fed2d4851e44aa8c117e5cd42587a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "95836b3d108b42beb9ec6dac7df7e31f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f3f0efa69e4e4892ab6a8c3e26650783", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6240335748de40ce9c6b8169ec129950", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6da02bc5be8644938c9740d6200fc93e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9166e0ec3e744ec4ae645e322d23efd0", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f7ce79cc4e6340e4b6e80956c0617f4b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "28081b25f00f42a489d112108d9cc1cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c8c59f7aceb84cac9021b50e872135e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c4ca5673dfb34bf5b424edadeab782ff", "region_id": "RegionOne"}], "type": "message", "id": "012d0447781e4d149e7b999b1bd07303", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7327a8beac5742cb893758ceca658c45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "89b137a1edef4a9b9d78f7969bde1a0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "26555a9be3b147839464f0d686ed930f", "region_id": "RegionOne"}], "type": "messaging", "id": "df51559db43d4505909771bc0df9c147", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e3e05495451d4d7c98af9374037a0dc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b1d730fe1b604aac89e3d70e0e62b951", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8911d41dbb354a6880a544f3341f6293", "region_id": "RegionOne"}], "type": "application-catalog", "id": "47e30b23cf964bda98922c41591bebb4", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c7164a7450944c44beb92e4c04ba9c7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5abf2b2bb2804910aba86ead2c69c6da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "97321dbb83044fb29baf8b00a8abc99c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "54c6ae827d3c45c296bb33c0ab3532e4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a138e5df59e44cddbc45dc70c20d8cdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4b4ee6e526e044d283a08d7e2335835a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e2b3a9cfa9c143b89c3c1c96bbc5e036", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e296a3a00abf4a8e918ed82a80258209", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6f704ab493bb4039b496ec6026558a8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0d64f40f3f6041ceb28eb2dac66f2e03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "41e50c1ba3174b8d840dd23152065cfd", "region_id": "RegionOne"}], "type": "container-infra", "id": "3d4fdfd2937747398685ceee341d9426", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2ad0c64e97e548da8b1ca661fe51a514", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9eb1210aaa44426ca03fad40d33fd40a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3bb39e3a315b4499a8108dd534cea04a", "region_id": "RegionOne"}], "type": "search", "id": "e3e94ae621564ef595a8fe3430a7bb8b", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6879ce8c59ce410da901d142ccdb1929", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "56e9095d70b94fc09a403f62dbe78703", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ed0cfbeea3fc4655b253b27873ba3f5d", "region_id": "RegionOne"}], "type": "dns", "id": "6b966aef52e64cafa2d7e0b802f1de8d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2ddb1dd1726c4375a0d6bfab352ee011", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c8fd2b05ca094129af9ec70a47f7518e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0c17bce0a16d4c9aada6646a1a698e94", "region_id": "RegionOne"}], "type": "workflow", "id": "132ea686d10c46d7afd71e7d8aa1c249", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "effbcc0f822149fba0a4f4d73ee023c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c4b2837728d24625aa1f843b3786ddba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ed3a30018b6b4fd3aab71d91ce3e60ab", "region_id": "RegionOne"}], "type": "workflowv2", "id": "21536b011e55409095510350dfbc52b4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "bdc5267607c34758b74f3aad9dc6755a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f23a338af7214903a20d7fd5840dc0b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1d86ef11931347dc8c043601329ee580", "region_id": "RegionOne"}], "type": "rating", "id": "e008309e16204c658324e76c988a9221", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1bc3bc7ffbcd408884152fe964066db2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9364d0caae674f7d941141d6ca53a742", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7a52ae4040e4478dbfa439a6fc66a80b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "109c4e5c54ad4170a01032d1452307df", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5347935307d24d509c6134fe2360da25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0300beb0fc4d4454adef23751f674a0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4a1ddd25a3e747d29db190d2106dc288", "region_id": "RegionOne"}], "type": "policy", "id": "6a6fa3deecc34b31a9794546990fab9b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f63602c74901457190a2a4589ff360e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a9dd2822bbe548359a93551a379db7ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7fea11f46a234914977e573b1840cfa2", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0e4f2512c85a44daaee74a203ef89480", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a0edae44da874689b1ca6d33c8f96881", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4005921c00bd45abbdad14bd3a822f81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d61b0b0b5dcb495cb7f19387e328745b", "region_id": "RegionOne"}], "type": "sharev2", "id": "25dcad09224248ebae78efdadc3075c9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ff21febf71c643e3b4d7d8cf581fc369", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "40209224db07426e8443cfdcfd51a158", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e962db5b08b643f8baca7622f43948e5", "region_id": "RegionOne"}], "type": "share", "id": "faeb2e2e51ad48b6bad2b29c2c3c78b6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9e0e392c496a4509baef9d59e4663b34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "16fb8a2b744c49f1985eadbd1a276ca1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ebcb3e1dd208453890259afeb49f5922", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ea7963324cc74a30b8426fef262c902b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ec0862d308b4782954cb60fc8c76300", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c7bc95e128e4ed094d4604f066f9b82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8156a185362b476ca32dc2db4c0b1d3e", "region_id": "RegionOne"}], "type": "orchestration", "id": "e4210a114a914e93b7a05b1c016dccd3", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5747c0e63c6e43ffb1bd51744b719ce8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f0b2e6c0b754ec48a4db7a616186004", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfd1c746438f4a9bafbd3400481ddde6", "region_id": "RegionOne"}], "type": "block-storage", "id": "4a00ab69e3ac47e08fcf3620d8ffe70a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d161a0c194ad435ba078886f06e5a187", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35627df175524c0b94649f7ef2363b70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d9d4ec6b077428faa1070efe3488e9c", "region_id": "RegionOne"}], "type": "volumev3", "id": "27b90090341047cf8ea93b6b2ed77e2b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe5f258d489647e49429737f1b9eb198", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5545c37ad5fd40c8ad8e579757ee4a62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb618e1224e740e39ae6e0de5c96fbff", "region_id": "RegionOne"}], "type": "volumev2", "id": "82c747e45f6e41bca0f3c9beb2ae986e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81e33e91d22c46d4813fc593c7dfdca0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9342dbbd82c24fa6ba1bae2779142142", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60016acf5d5543d6ac746d960fe8c8f5", "region_id": "RegionOne"}], "type": "volume", "id": "be9b46c724d947fdab16bd1b27e4a06e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5248e4f506be49fe8770e1c89bf6d5aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d55914a775c456eb606126babf38ee7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60f39e33d50e4e0ca27335a413480364", "region_id": "RegionOne"}], "type": "block-store", "id": "31973ac1715446b78c2365c6c46c48cf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "160324da888a44649a66af0d6f2c03e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "67b410988f6f449884575d400f9bfbdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "53893252cb2c4378993608a3e2e2382c", "region_id": "RegionOne"}], "type": "alarm", "id": "351bc4cf3c5545daa38285d5b8c5cc92", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8cb0794f7edc498e817ba572a22a9906", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "be13c1309531434abb3a06bf6559da31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "47183974eabc4179a235ab221e2be5fa", "region_id": "RegionOne"}], "type": "alarming", "id": "4ad6aa981bb049e8aa635ae929da7b18", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8fccd499212d48e8a5609117bf003323", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a2aba7b4140d4b858be49dee06c97b00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "351a3756573e419eb4e9c19393d344dc", "region_id": "RegionOne"}], "type": "meter", "id": "04c77cb90b81442bba2c1b1692959ed1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4f6fa3e2bed242b1a2bafcf529857e1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2a8dd7e8a99c4626871211532e23e42f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bdf1983636114df8a9c113300215fc54", "region_id": "RegionOne"}], "type": "metering", "id": "8b0107747b044fe399c49255772ec7d2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c0deef4c056549d984ad839cee8bfdfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e3aa36eaaf6d4f5b8a4f19893809e1b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e0a46a349d1f4072afb90c013bcd39c7", "region_id": "RegionOne"}], "type": "telemetry", "id": "6715b813b9cf49d38cb6982243982135", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "57faa2d2eb80430eb2e53a8c9b61725f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d92533c0afde4491bd9b53ef1f1df20d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8b0fc27c218240f28bf427c8fe4122c4", "region_id": "RegionOne"}], "type": "event", "id": "5f95fced4106412591f81469868efe32", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8233097d5be84fb2a8dd26dc1904a19f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "59298e84848f450bb755871da904f93a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "19c41969d5284ae799529d9481a11c8b", "region_id": "RegionOne"}], "type": "events", "id": "81851c5b6a894899b8c3093ff06dc8b5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ea5c5a431a6a41a1a29e237370a32f54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dbd2b44997d949fc98be406c9af4bea6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "830d732b775140f7b742ca1ae44ca882", "region_id": "RegionOne"}], "type": "application-deployment", "id": "36399ea9bddd440d849e4f051c4bf939", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "77b6bb52a277448dab00e13c19920675", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3673c18c860942b895c12437a6557796", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7ab00457bd3349889cd72f249da1bf80", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2cf2c4af326d42e6983702f12363df5c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9c039040e65641c3aa9d487740a44f86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "171b0d59e46a466492ad92b551be79d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b1f5b6bfb51d4123b0ab5b97a848b38d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b4a52807f3144908b2373e50c09774ba", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cc27f01aae754734a5659648fc8a0a32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bb20bc0f6dfa4178a116e5c62fc841af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a74a97e3c00b48878ab02d3effee1b1d", "region_id": "RegionOne"}], "type": "tricircle", "id": "256672b153924e66a8a70e2c670f1e51", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9714cb41bbf84f4092e965c39968c517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "3f7119cba9654143b7ed3b6cb38cbb8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "eb920eb112ee45429b3b5696a14124d6", "region_id": "RegionOne"}], "type": "database", "id": "622a36dd3ea64f8db2f2d761edf494c6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "eb1bb762ccf24493a404696a6cbed0d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ff10e1b1ebae4b8ab6f20cce957510ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "98b04ac1e3b04bfeb653f083bd7ffd4d", "region_id": "RegionOne"}], "type": "application-container", "id": "8378ce2be4124fe795722fab8045c409", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "15433df203e14e3e86d565a701dbfbb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6193f5c1e3eb4c55a833bb7ebe72301e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "100018289c7949b1bf1575fd0aa378bf", "region_id": "RegionOne"}], "type": "container", "id": "a7131bb2b023400394435efa01c57e57", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b2f271c697be4e94b25d496570c84f5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bf402253927645adbf16ab2a4773ba5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1bdb87c0d622436fa9b80b103798e5b7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "37381a4727b4412490f5a62e9cd8de34", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dded38cfee3c4ed89b76e71b2863ab2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8f1463222a59492cae6b91f1ab6fc27e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fbc8e35e752b4dd793ba897600368574", "region_id": "RegionOne"}], "type": "rca", "id": "6348be4ae74f46f186002fe08f1fd6f9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7a70efda8eb445c28b89db9056e8acd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f25a9762e2c54b30ba06a9d5c7708ece", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "593b3a6340054304a413cdfd12184f11", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "98913bc3799c40a6ad41abb6cf1e1003", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "580c0beea3a04c08bdfddc922c206c7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9c9f447436814e2eae07f3637dcacc9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "43f2544d457f43bd97a09e19ff88e0b2", "region_id": "RegionOne"}], "type": "network", "id": "1be3988959ab40828e679a69f877aa8b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "bdb5d0aa376949beb19251e4b061b84d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ee0d1050a58344239bdc4f73794f6556", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8e5a7011ad04484c97336fd936119fab", "region_id": "RegionOne"}], "type": "backup", "id": "7ad0458b99f1417fa7f470bca0b7a4d6", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fb0b83ec79df44009b8b61543c433b8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "38a792958abd46a193a983c0ebe51d55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3bc11e31c0b1480881e2017ecc604540", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a4504e43847345418759a2a99229b65e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "61b36295823a49faabee948230a48510", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c4ef7465c6c646928426ebcf2409716c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "081b23b87e8448b59062fbe8f91038db", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d5e664c06a814d3da22506520e83e99a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b8c43a5b039349a38072c6d50de845c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5fb60e09093847018524a8ad0fc8a691", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b4fd3fba33724150b9cd4ead8082bba3", "region_id": "RegionOne"}], "type": "monitoring", "id": "e819972366f34322bb985cdf33de4633", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "16751de3c87a4011aaf41b7789b58bb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8ccb70cae4ad4981be32eaf82ac91bec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "3b2d688d9ce6495fba04ebda37c6dda8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7fadf21201e241bba81ca2135c2df415", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ad1e077cc2fd40118ee9dca4ee1710b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9905700283d74532adb37d6e105ed687", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "71c935014e994104a363187a5aa586eb", "region_id": "RegionOne"}], "type": "placement", "id": "db9b93d261d6494ebf5c7891aa48ac0b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "91d1d01f75244c6e81f68fabebc16587", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6a07d54b74d041ddb4bddf5ba57daa52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d16a0633a672406298c471f3c7c1d164", "region_id": "RegionOne"}], "type": "instance-ha", "id": "535d6facb25648e7a485bc9b52173136", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8a83a84a20874f4e86f95e4c0f70d110", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "48718cfde28f4efbb4e09e60e592aa9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5782d16d01214f4d956004e4d7671ce3", "region_id": "RegionOne"}], "type": "ha", "id": "d3adf530394744e3a747a616d96b7476", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cc31e51a828949c8ada53d763e638843", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0ede2edaf48c4a06b7babaecbac700b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "2e05fca4981a454cb9d551068faa2ecb", "region_id": "RegionOne"}], "type": "reservation", "id": "7961a06b6047436cbf5bced55e8914ff", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f9719cff83394baea90dd2f6b86d3fd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "792723b32ea443f4bb3ea61afce97934", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "95efefe96cd847089387c5b6a3654b83", "region_id": "RegionOne"}], "type": "function-engine", "id": "3f030467cb4f4569b2aacf44bc2d4d7d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e88530e34a6c463bb927980a8199857c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "aee9c48cafe946ebabd144cff4329b67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6bdd529156f64d5cbb58427006264acd", "region_id": "RegionOne"}], "type": "accelerator", "id": "46d68a859b384aa8b91f199b150d8382", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "74b33cd2060247e7bef7ecaea0f70e93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "29bdf00e2a264072a1fa80659a52149c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d274d7386894493a90b09fe19cbd44b1", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7b2d8027883e4f1faa73e31322d92928", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4db3260e54aa4dcb96da430a8f3c1a5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9462cd78bc6c47c698d6e5ce4cc3015e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1a9fa3aeef3b455d9fdacc4d716a0d29", "region_id": "RegionOne"}], "type": "registration", "id": "88b3f6d50a2c4c54b4ba4e3de5167e9a", "name": "adjutant"}], "user": {"domain": {"id": "30da241b7e0d4890aa46d6e7db16e4f8", "name": "2166d0813f6b429b8dfd12e524297d0a"}, "id": "72f1ad35809e4992b6d4f7da52e9e213", "name": "a36a3c8a965345b0bab8b8387b6ed4fa"}, "audit_ids": ["06a90bb56b99485293d07c3166eb4d50", null], "issued_at": "2019-09-19T09:04:39.990887"}} 2019-09-19 09:06:40,187 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,192 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:40,195 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=deny_ssh" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,199 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,200 keystoneauth.session RESP BODY: {"firewall_rules": [{"protocol": "tcp", "description": "Deny SSH access", "ip_version": 4, "enabled": true, "location": {"project": {"domain_id": null, "id": "ef44f1efcb9548d9a441cdc252a979a6", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "source_ip_address": null, "destination_ip_address": null, "firewall_policy_id": null, "action": "deny", "source_port": null, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh"}]} 2019-09-19 09:06:40,205 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/fwaas/firewall_rules/d525a9b2-ab28-493d-b988-b824c8c033b1 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_rule": {"description": "UpdatedDescription"}}' 2019-09-19 09:06:40,209 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,211 keystoneauth.session RESP BODY: {"firewall_rule": {"protocol": "tcp", "description": "UpdatedDescription", "name": "deny_ssh", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "enabled": true, "source_port": null, "source_ip_address": null, "destination_ip_address": null, "location": {"project": {"domain_id": null, "id": "ef44f1efcb9548d9a441cdc252a979a6", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "ip_version": 4, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "action": "deny", "firewall_policy_id": null}} {12} openstack.tests.unit.cloud.test_inventory.TestInventory.test_get_host [0.065776s] ... ok {0} openstack.tests.unit.cloud.test_meta.TestMeta.test_has_volume [0.068668s] ... ok {6} openstack.tests.unit.cloud.test_domain_params.TestDomainParams.test_identity_params_v3_no_domain [0.131642s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,219 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,224 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,225 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,228 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,240 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.154763+00:00", "project": {"domain": {"id": "b86c3284027f4d0b8df822477e69d360", "name": "f5750d61c5254345bb09a430e5e627e0"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "2abaa855b1dc4f60a4258432920d60c9"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "31afc86b59f24be3b477675b60213e62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7f0dd0e9c3574c9cb05dd0d72d062755", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "52aa6cdafd5048ef83b5dad82766109b", "region_id": "RegionOne"}], "type": "identity", "id": "77485fa2ae614da7adef45ed2cabd857", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ad6ba542410946b2a627999ba625aa20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7525e97ea3364f91ac1bf04ce9d8f53f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "74f2c782322240789e16e1e4a9e4194f", "region_id": "RegionOne"}], "type": "compute", "id": "41a8b468c168440f93d64dac8d615fcb", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "741b9e31adae4a6f8f41d6fe3e3bb15c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "714369e92cb74de09ba9c3d028edf2fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e8d7906fe801498f8949e48a99187149", "region_id": "RegionOne"}], "type": "image", "id": "61e3df0e6f71423397f71c0d71d1b560", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "faccc8c2a38543bca6ec7bf1599faf5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d8771d1472fc493fae659c955c48817f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "bec2fd23e32a45f3a2be55eefc4763b3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a52b6d2da42043f59cf9b81efe1fdb49", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f55f8c70fe1407594bfc894bc974b1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e15e5ea7c174180bb895a62c28c2eeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d7a8cb45b2a4681bf584ef838e8df48", "region_id": "RegionOne"}], "type": "object-store", "id": "d823579de82f4ac8a6672dc2674fe6b1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6fbf300a138d4fa1a5050e1679f07ee9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d0041a435d914074abf3f11d51a9430e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "14086b50a0a34ab4a5b459e96a0d4d7d", "region_id": "RegionOne"}], "type": "clustering", "id": "311a3fe2cee34c5ca7da6dd5292fee64", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "13061fb65f774b8b997e4fe00e6a5dc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "72b3784f78354a27a262d7fbc9444911", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "09cc2466130c4f47821aaed0726b3642", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "755df2dbb30e4a1090f7e0ffb7d827ec", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dce93a731c7248c8b6356cbc948f2ff3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "308d4408228c46b0b0093d3e3e2c6284", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c91e8b6b425648b0a2a9ebb386278caf", "region_id": "RegionOne"}], "type": "cluster", "id": "51cda55dce084d73a2a28fb3656f85df", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "df1b07d160974acebfd28db900923493", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "eb9f62c15be14ee5bfb9a802e9c316bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "532b77ade8364e6c8c188f90ee375414", "region_id": "RegionOne"}], "type": "data-processing", "id": "45d8b2b85511462497bd941f8ca10de5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6eac5d0eb5cb43f992902a1760aeffd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "98a99f99b10d4acbb9c0c93c8489bd6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fac26673faa1459591807e35dd8302eb", "region_id": "RegionOne"}], "type": "baremetal", "id": "7de16bdcef3441799064c713a8644a2a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8bec082450654cf0a3fb9bbaf7def95a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3af80e948267497bb2a2c85b1c7f627f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b0365abe79a643b49e012d1f12a36692", "region_id": "RegionOne"}], "type": "bare-metal", "id": "da9eb051590f4cdaab1c123c551bb2cc", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "937c3731c51f46fd9bf53cb50a1840eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "32ffb844a78b4df9bb6c06450e69a85c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "31a2e32c81364d40886e0b70bf442ae8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2cf090dd184a4fc9aa593ad36292afa6", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f650312ca7be42f38315f62688767980", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8edc134e636c435c98470059b73a843a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "079694cab00348f99671143281af1024", "region_id": "RegionOne"}], "type": "key-manager", "id": "d78670de2b004e0799ade7f22418a5ab", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "081e5c79f5e141728cdd4aeb86957c7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "df501d77f3b44b8b851d03fbf77d1310", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b1ceed08b6924aef8f54ca569b7129ef", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f3cb864ed85646e98cf0385348507bac", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a66666abd4574d7c8bde44d2f6e849ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4ff2e02dcfb5432582ccaf50d1a82e8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "200fcbae39714954bf7da2c32152b57d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "61790e3f4a16440186179e2ca0b69c66", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6d83520c7c254c9088d53bf4ddfc4972", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "baa194c4a9be4a57810678ec5c0175c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "35cbfececdc544018ef792e0d823473c", "region_id": "RegionOne"}], "type": "message", "id": "114ae02abef34c389e35a182c8edcb26", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bbcfbc7588bc4612a5426e015e70a6d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "29725f77386b4bc0a5d814ab2c4b24c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "505a172120814879bca309b670fb4272", "region_id": "RegionOne"}], "type": "messaging", "id": "155a0a3e97664a3da780e590955c84fd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ac04eddd4e654cca881e35a37ad3760a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "03e5b94a44f34ae7b0ee9ef3f061f59d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ecdde6a67e77489db3afeb3102ef2ae8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ec7a6db1686344feb96831459a2bba39", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0b2bd835275e45cea2a1c6cc17942d3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "328269633336474c94ec1a755f34d3d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f68a4bce29b744239c3679782f7055c8", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "69d06f27c5624773abac09ef73dcc6f2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a7b6a3652bdc4828b1fb41bb256aebec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c41499c888ee460da0433b33d75f9668", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a46b744ec8ba44959ea6e98d7f92e87f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "957670bf1a5d4ac09b53cbf229737635", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "806a6646c892401c9877e42a3123e99e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cd582f4523934653a81a69eaaaa11f48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d82ae66bac1049f8b793c2c353e670fc", "region_id": "RegionOne"}], "type": "container-infra", "id": "8ea94711c3bb47f196ac80ff2d17971c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b805bb13efa7461b84332e60f3a4cb5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "10a3922436424f6d88e59822cffb659a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "bf9077ac88e7432fa36edf6094027126", "region_id": "RegionOne"}], "type": "search", "id": "3c4f885f784a4a91b669599da2e60010", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c336c0d23388491689fec201db5c7c31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "55abcdd61e0e41489a842751fa77ff16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4c5b638dfa524865be81593ddde8770b", "region_id": "RegionOne"}], "type": "dns", "id": "73713f8ec0ea43a99920fe2479e25dde", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a7d6de0c10504c879da31278c2909358", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c8cbb27fe8bf49afa1f420591923cf6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fbbfa1c1f4154d849da79958dadc5af8", "region_id": "RegionOne"}], "type": "workflow", "id": "24a75728e0b1481aa8abbc1b2854d7ff", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "173888a6e71e49768e9cfa16de3e43ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "341677cd1bc64b5f902ed5923d52a40b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9d15255e990349c48456f8e6c41e6f4f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9cc23689247a4f1a9aaa323c82d92f36", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "594d4dae43294b289319678a0ac81f82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4ea180a17b32446fb44e9a64b0f05652", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7c52003213df41d2bbf3bbbae75296b7", "region_id": "RegionOne"}], "type": "rating", "id": "11b5c47bf3304e3fbe218b397750d420", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e2121083d7a14f63af4029981ed3e4c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5f038c1eb8174c9cb50d257b8f154f17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "88048f65c31841b39544b2ac9bf05908", "region_id": "RegionOne"}], "type": "operator-policy", "id": "7d804c2b657b4f50a4500ac5822e8863", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7f3eee2c9d404daba70e355702b41a25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2cc76389d85d4c9897f3467d5acf3103", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8cbd4f3a5ef7421385e2faf70954fdd4", "region_id": "RegionOne"}], "type": "policy", "id": "4a2bbe855c1545419c2ccb03525c4d77", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "62c8d34f8903407d86a958fe3e943638", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "950d02120d004eeea046306a747f62c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "77ee16216ea24057abe2416f35502dc1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ddb08d8eb67942138c428458fec7810b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bc2a2998924741eaa257d5ce0df79a40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0882798480b84736a58115cabafcb335", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0c9aa07ba49b4a3bbbb0132c44221a9f", "region_id": "RegionOne"}], "type": "sharev2", "id": "362e0644a0d74b248760dbfa28ca8152", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e164dd2f64e549ce8e6375f0ee88e850", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0995207f0fae44018768f8aabc7f1ba9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6553449de9004a49922b264fff63b2ff", "region_id": "RegionOne"}], "type": "share", "id": "8cb60feddba14b48bfc8102e66b8244e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "524bab0398e04bc384bcc7cdfd6117bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "483f404f8d38432cb01c81b93fc1d23c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4edaef53d236401dba7b2ca5ea6a1682", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ec7ca09172ed49659f19930069c45fb2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44f5ae6ea3c4428ea5091702164166de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83bbbaa68c0540888651a117137e754c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8804baa29bf04629833147463c9439ae", "region_id": "RegionOne"}], "type": "orchestration", "id": "14cfd190dc2145a4bf2f4fec8ccad4b9", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7aae492a23254aae854ca9d3925b6bda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8278fb25f1e44188696be9a46e9dcd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e7bf3c902034da28050c1d73a2e2b36", "region_id": "RegionOne"}], "type": "block-storage", "id": "0841be9af1924168ad00dc1c8678e16d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fb4411fdd0441bb94904c3b5101d1f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8081927788464f16aed980de4fc185aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e628d248ef0a41728a30febbfcbf18d2", "region_id": "RegionOne"}], "type": "volumev3", "id": "f40f5ab1f1964c8b819dbc93a7d35ab0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b3761233824466abf1fbac4741b2c7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e633ec44897480fac97356c30c880d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c178874c89cf4cd4bf3024041ba19b9c", "region_id": "RegionOne"}], "type": "volumev2", "id": "93b2c30adb62481998c54ab9ebac4681", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4f5269f2e084ba49d91e710e106f0b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f64db0a7f0e845f98e3a6a92fe70ef86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "931ebb617d1b4f0890e2b3ea9e00eb47", "region_id": "RegionOne"}], "type": "volume", "id": "eef19b8123e24014ad9beed72948e671", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8b18ff2c0b2467db5bfb4c5e11704ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6215d6630fcc4cf3a8bb52a9af7263cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83ab68d980da4f90a754f63d3dcfcf04", "region_id": "RegionOne"}], "type": "block-store", "id": "458ae6647aec44e9b57fe10471012833", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1a8029345a184032871977f58d1e1029", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a2dd52cfdb564842935a6ee13863be90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e5ff3468a6d04463ad8bfafc8f3803b2", "region_id": "RegionOne"}], "type": "alarm", "id": "7196b271d74a4326951ca84b97ab2e37", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4586c7068a414873b76623b15405aebe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b2d92f823aa540e09b0a78904321231c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b2150ea3b7c94f55af91bb59ce042f56", "region_id": "RegionOne"}], "type": "alarming", "id": "d0f842b4bd194059bcd77299d60ce155", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "82fd0370ffcf46f6857d5b429e181baa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "19e7d7d790114b85a07466055692bfda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a567b08aeb3f4abf8ce86e7acf6c177e", "region_id": "RegionOne"}], "type": "meter", "id": "ed1aeb69892a4fe3abc52df15d690ed2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c8322eab5d10479a92c4c30f0e7839e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "39dfc56e4af94377a268480b761a6377", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ebd45d280e66464c83b345cc58c046a0", "region_id": "RegionOne"}], "type": "metering", "id": "35cf9b87a02a4d50bb3962b65a27d4a6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "773a2dc7a68d49cda9e813aabe2908e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "52bdc526d98e4eca9812d075d26db3e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "37d5fd3e2e1747ce96ba502fd00d945d", "region_id": "RegionOne"}], "type": "telemetry", "id": "9782d7cb7053469588d14efec8c16c63", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3f7162a04b574121a7d15e2c8ce46836", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "01773a01476043fcb336b33f6331acfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ec789a37234b4ec79130d699701efbaa", "region_id": "RegionOne"}], "type": "event", "id": "70a6abac418b402a8ab244a874b461cd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0e13b51ff89c48389a59ccc09bd0c767", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c42e041decd04760810d927a734b5463", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "15ce3612c235420c88161dd1323b2ee3", "region_id": "RegionOne"}], "type": "events", "id": "82c48a2fc01640a8a7d9dbd6113a2a47", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "89c2a4926bd24f9b89e62735e45cc444", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d13fe4bbb0694261be9cda75a14fff7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "48fb45ec4aa449849c69263d2461ed60", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b6269065a9b14d99a0d691c779be152f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ee0dce164e9e4db4bf75b96500f67587", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0890634ab2524fa08b15db0b4232caaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7d89f0b339c545449adcbfaba2f57266", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1fe6f3ec06e440a7837b9e0d8df96cbc", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "46fcfde9d5ac4d9c846376496ee522f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "75681ffb265d489982221f51ab3535fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "aadb2fb517784a5fa6ed297203799f01", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a56598cf95ce41f9a5db00698b493892", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8b3393e0cfd345a2aaa8d4c809713ff3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "48c143c27e0b4e5995ee54799d4f010a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1f605ae3321240f0a314d944ea9d9bc0", "region_id": "RegionOne"}], "type": "tricircle", "id": "d576e342cdb84412992760641b9b3682", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a8e4898e4b404e208555cf3e2c071857", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "bd96dd8d8e1a411ca8d876b79b83ed13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f620308c79054bcbb4c2d88b1a0cdcd9", "region_id": "RegionOne"}], "type": "database", "id": "2e6d317fac314e29ab182c980426d1e2", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1115ae1beb344872a23cedb9901819cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "29529b75a2bf4f34a4c18a7e07dc2697", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bec652ad59ff40ba973af375244c1f56", "region_id": "RegionOne"}], "type": "application-container", "id": "a4b7cf3799ac45ff90d5c9cdd5288b66", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3c14f39ff6634b19a44b60b8c12d4201", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "459a9917465e4b4599c46aea43f676d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e7f50676f1ae45bb9e4055fc4e5e9939", "region_id": "RegionOne"}], "type": "container", "id": "8f794b95bcd14c069231a9f6ba83ed0a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1317d5840d47470b9ee9dd09a188f303", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a0b7e6805cc2449eb62bddcf9ab72cf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "131034417c4e46d98d053824ce19c9c5", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c5c60c77fd6f4319a37e09cea1b9af29", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ccf2fa491051484b859e9602e2b2ee12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "755658de8826411cb9e1a5ca40eb7277", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "eae8e812f3764046b9392039181f85a6", "region_id": "RegionOne"}], "type": "rca", "id": "e667ef971dcc42929274430e698b76a9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4fcecdffced5485097464abf8337f56a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b48634e5353549909b803e313cf97145", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1321f57f142148ceaa8eb0638b6b5a00", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ccc2ab1d87dc4cf8a2c058fba1ce20a6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ff65cecbbf314d358989c14ba81cbaa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e4fcceca7dba446fae1e16021f327ee8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "870a3c172c5846f0967ab492d7f31c2d", "region_id": "RegionOne"}], "type": "network", "id": "fbbb56c929814875953efd188ed32dc9", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "46656639baf140e686eb327829ddc518", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ce0e2e040cac468ea33ac4f27c1b12da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "66033e5ad6b449418f9ec7d9d89abfea", "region_id": "RegionOne"}], "type": "backup", "id": "2c7bea55267f43f9ae3dfecb4f1681a7", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "87a0d49bbcfd4e2fbfeafafd7d78ecdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f50630b09daa4aceb2817792c89ab215", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b5fb178e9f4f46349ba6e737755b428f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "684373c424a24128ae16ac10a82a1cce", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1947b18945f74aa6ad4c1e8cdf55517c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dc4cb838d3b640f88f92ac135524695d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "854a380d66744860a15578e17d32372d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "455576c10ba548ac98b28d48da274832", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "900503de18f641138461a264160fbc71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d85f2e0d22d7477595b961c81cfd341f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5937809560ad496892c2e4c2ea2550d4", "region_id": "RegionOne"}], "type": "monitoring", "id": "fc430d978ac44986b70042497e4cc9d9", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f85f8cbc77644f89b33fd9eb1b3a31df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "807e7aed3a514fd9bbee7f4c6e526a30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "68472e222c354531a03633218146724d", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b8bbddefb94240c6b0dbf2d97032ff72", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e3632003c43e4d9e800256bf7fd07c50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "324b2caa65c840cc8b12aefcd10a5d42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5f26d7b7876e4b4c89364c8ab8c12d0b", "region_id": "RegionOne"}], "type": "placement", "id": "a0140c0283d24282a198877ef352863c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "38867cccdcb9437d8c10d872546f4106", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ece03eb0c79943e9971d3a391aaa35c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8b23fe8225254b89a7c9559474cedde0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ce17ed9805c2452b844fdc7e12d14fd3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2d5ac86a479b4a37aa8e5b571b0ea991", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6d400ff6d4ca45c7b2b0317bea0d14a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "33fe6d0eba764d31a862c67337b3295a", "region_id": "RegionOne"}], "type": "ha", "id": "a77926f1bc18414c9ec95afda8212974", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "85b059c259ef4d4ba2a844440d397b44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "014c06172fa84562a5b3b3a1662b46d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1ae4a7ea72c9451bb953b910ad62dba1", "region_id": "RegionOne"}], "type": "reservation", "id": "e2198f107a6c49b1a4850587929c4f94", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c731dedbfa83494db99ac6ebfe67fd1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "dc5f86cef3bb45148b137745c6213c02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2e3e35eb165b493eae2b8e7e067c8423", "region_id": "RegionOne"}], "type": "function-engine", "id": "6a9e1875bc2a43069fcb6654c83444fc", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e5a964c1a0d64f4cb47f8788fdde489c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "af02dbe7770b44d3bb0eb2808ef3cfb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6c26ad2dacfb445ea49d0ac472dfdfe5", "region_id": "RegionOne"}], "type": "accelerator", "id": "9929cac89ef14a5184d70e51b310fb7f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d5e11945e92649eaa4b2f479f9d08d07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fcd3d75bbb4248588e59f3bd9f479f4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a124ebef1d5d410582843de535d4944d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "5e347f9abcb5413f95a5ae32dfcc0fa0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "11685a37b6bc4582a6f7251a47c4cd6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "72423f0a7fbb4cec867c311a058baffa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "23fd00597b4849f8b330eb75e847afc4", "region_id": "RegionOne"}], "type": "registration", "id": "55be84377e0f41b7b1c0cfe61f40fbbe", "name": "adjutant"}], "user": {"domain": {"id": "4276392cdb1d499d9f7bf672aa693642", "name": "6722811be0524f91a26b272ea9526753"}, "id": "333b8a912d5f43b19480e3ba09eb9f11", "name": "aafca76ae8da4085a19d9af81a408fc7"}, "audit_ids": ["5971c1da11584c879898b6e7bf956c47", null], "issued_at": "2019-09-19T09:04:40.154763"}} {3} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_private_ip_devstack [0.351911s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,082 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,085 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,087 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,089 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,100 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.019383+00:00", "project": {"domain": {"id": "e6880f866d3947049f6638290d6c0dda", "name": "ebbf9042357b48398af9e216ca4afd59"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "07de5e250d984aeeb57b6fa7cd254358"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "453728f81b444b48b767c9b3a2e8e7af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2766d9a186e144daa1d2d73c7fef17f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6f3fd28ad7d246ce8ba1bcec08422d73", "region_id": "RegionOne"}], "type": "identity", "id": "688eda7253614c98967321c078d00a7b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "57426bbc89ac4c6dadc187cf6c345837", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "709b54506aef4575a311d232043c14ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6e1bd4f63f2b43d89d58ef51591bf91b", "region_id": "RegionOne"}], "type": "compute", "id": "57425ff6709f403ea272f35e861ce8e7", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "69bad73e7f5b48708e2f217b0024a775", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "6578fe30cc174e9cba9a4f09ade2b5f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "79e4adfc73174a7bbd6ca20878c43638", "region_id": "RegionOne"}], "type": "image", "id": "5c2fd619def24e378507764be131e54c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c8de4c9411f6422eac6da9cf41d66580", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "92abbbae0fd14c5eb4d83195bd4a4aef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "eab454146d9d449a84a13cc18c33abd4", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ea408f13b49e49bba7abf8b5dadbfa7b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b797165115b474fafdefe304c3b3a68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "608943e474f64522af06c130c5960fca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b936bf025dc4996a877fdebe56dd007", "region_id": "RegionOne"}], "type": "object-store", "id": "a4c9af091d7b4b3fa6d7528101124f74", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c60695453e8a4ec69b20350ace5be99c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f6d57656c29a462f86255a44e697c0e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "59b1a88dbb9144e4ac3cf9c9d4f704c7", "region_id": "RegionOne"}], "type": "clustering", "id": "2828ccbc6f044effa5f909da262e75b7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1920b701c6d645549582ab8a04040700", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a4803635c4cd4ca0b5623c472ff61770", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "19cc9fed3c304267bc008edb277b24fb", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8cfdbe06f45f44afb7e1d85cf545f503", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "403bcbd90e90432b8b53b0a860e83720", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2241e32902224de8ab45ae2cd939880f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c861acec4a404dc3acd9d9d750ee850c", "region_id": "RegionOne"}], "type": "cluster", "id": "eeb372bfb7b04e6587720f80e53f3279", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9906773a9c114d578b880db5a5ba2247", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "93bd054762ac4119a2cdb7399736b996", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "696fa5eae2ed4ccf956cccc01a944504", "region_id": "RegionOne"}], "type": "data-processing", "id": "2cf4ebb263e349e19f0555f35dc299a7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d771bf021c404a3d8da8485462087451", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c71285c05f61465b8d818f3909d2e76f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b71432dca52c4f42813c4f117623c5ed", "region_id": "RegionOne"}], "type": "baremetal", "id": "0e21831e0a734e5ebeb845d94cc0c5fb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e55c89bd84b543ed93b5d889571ff58c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ca0825481a4744b5a58c27ae09de1e6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "64dfc45687f7478e97a13248715ca8d0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8476f01544b2458ebf1480f11427528c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f2d12f3ac4a14045952c639304b8e17b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "42d40acd140643428a59c07527014eb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "410f671e48b342b5b7ac61c12a01cc61", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e4f01b520a5c4792958f8d27ed331904", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b52d5cb2fe724e868cd10aadf084774f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2a7faa5b009c4fb280f3a1d5b3e0325a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "40da0459701a4eaba2b701e34b04ff1f", "region_id": "RegionOne"}], "type": "key-manager", "id": "a286356cca9242e699f4328bfbcac7a4", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "185b0710f46140d6ae1d93251e08bc64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c3e929dc9da34ef796764517d485ba6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "dbd1c98e4bc444f1aad5fcc9858c32c1", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "fb5138d4aef6492cb376a3cf07a06aad", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "77d3dc1ad05248ff95ff157b2d6d4725", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "46b3263901b94630996b55b7f13c8c7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4ebce90b3e5c4a08bed7b40879dfd90c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9a04c30a25e24e409d5a4d55eec9043d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "71e5208cad254a3bba23bc56ef14521a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "da8d66bb04b74c90ba7636cf5252a779", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "da7a8273b64e44d4b70a7e95578b8bc3", "region_id": "RegionOne"}], "type": "message", "id": "3d1c72723ae94043ab3c5d9777febb90", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8fc3fd3c00744c97a28cfb5a18e6cde0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "09bb9c66621d4171ace672d693f5e3b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5027083a214c4bda8e7d3482a2931fc4", "region_id": "RegionOne"}], "type": "messaging", "id": "56725e51592741a0a9b396c77e401722", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "20b8e286202e44ca805ee4967e2a5353", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0f6b56f1955746f48901ba923b1a984a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c6d38552b2734c8293e1c0ddcb89fc2f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d2dbcd9d7da4435c90cb19d470a8e10e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "83812fe0527a4e1ab546bc2c8cac0c1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b6c2858ecf2f4c3c98ea0916ce9d56ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2e342cb71c7740019d52d47f5ffb72a8", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a53f066a83204d9eafe8383052db5a25", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d39feffc01604ad78139043a80f39c49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f453152b326f46d5a88f05f8dd7c8300", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "080b2bad217b410da615467e54c3d8f3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "cf0efe16f4934a72884f4fb9e7953bde", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8ddc8485f2ff4d3e9fbabdab9a019f93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a5b4e44da9444f1bbaad1c052fa1a01d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bd702d575ece408eab416b62dd5584c8", "region_id": "RegionOne"}], "type": "container-infra", "id": "251c2d4e437b44e78baa05bec34bb915", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c94a7799f11045c1b9b2ef9d53565b81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "0fa3c3e2b56c46e48d861194edae3e34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d09b5f283a184d25a14460ba97b871ad", "region_id": "RegionOne"}], "type": "search", "id": "9211c57ab09a486cbd70a9efeca03449", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "73f8adb3bc82474fa75f939256c9bd28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1c1d1fd97b1a41e79c256268f51d04ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "8a7a488e17e44786acc539ce7dbfcc5b", "region_id": "RegionOne"}], "type": "dns", "id": "b60eca6c10534c29a470e4fdb6ba3378", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3e4a300b72a449e0b25ec6b4665ac167", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e7486b6993c041ee98e5dc7b2f6f1c68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e81aa1ff5b1945fc91e5a5a94824abda", "region_id": "RegionOne"}], "type": "workflow", "id": "750717a02bb34adf859f8bb0a26991f0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1a84b4e3e0064b1e9c88b694794c58f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3231162735b94ed2bebb5f5dddc47a59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4c9c450c5a2d435fac2a321d52ffdc08", "region_id": "RegionOne"}], "type": "workflowv2", "id": "55a4e5ee81e94927b467c349082e07cf", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ca8544f179994432a628378f79795ede", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "528f5dfa5e884336a83a817aa9981a6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7c75b54494454ffa835010daa2f781dc", "region_id": "RegionOne"}], "type": "rating", "id": "9366a96bb8ad40d1bb7e191e40cbc1bf", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7acaf24501df438fadb64db3d896eb88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7fe9f3b149654c77a1bf54009abcd694", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1502076b93be42da98c345892985a66d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4060cf50c1b94ffbae3497cfd0ba29da", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4f4051ac679a431fb44e39174202efc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8f7bc9d723034fd6b7122ebd331c2187", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7267f55a154f4307af050d540aaf384d", "region_id": "RegionOne"}], "type": "policy", "id": "4d0ca2666e7e48dcb89661fb946f1b41", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "93fb329569c0405d86b4e6e1c2371a2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5fa61839fe5d474b901517e3f8dae038", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "53fc674753d2455899752f2130452509", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f30120d31218456f8688058c9fe17a30", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "946710e35dba4280a9b1447de492801c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8063120ae5e849e1a3fcdfc76b5f7441", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8e82a21413a24a27a3f3a047fd7ee81d", "region_id": "RegionOne"}], "type": "sharev2", "id": "ed78551085fa4fff88c90afab78259d0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e68db2a231ce4d10b9e40d5b4a2cb174", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2178edb44cc54165a60ae362674e5e44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bb6b51985efd441196311f759a06c92e", "region_id": "RegionOne"}], "type": "share", "id": "dbcdbd3fa5c1488d8d72b023dd3970f9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "648772c6b24e48dd805230d367824cd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2d144d8b45694bb6a0085e0af26c14c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a37bf5fe10f34756a6ca100e8217a8d8", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6fd8961fecda4dafb4d7812f3d6b4615", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "efd9125add4c41beb1196ddc75cffdaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff48f0dffc1449f5a29c46021be9e411", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b2475fbe2a5442fbe79e384253a8395", "region_id": "RegionOne"}], "type": "orchestration", "id": "ed3f51e41514436eadb2e6ab83b53bcf", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5ae5b9f6d744ca495b77b080f637338", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4fa41749dc2142e3b3ca40dccc132e98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75f1c652878943b3bb2e6b438d1ef5e7", "region_id": "RegionOne"}], "type": "block-storage", "id": "058a70f6ce1147a4b6602aff7491fbc8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf265e9db7b345cfa7cee971d0ae276a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "868daf8288ec44a691ba1cf12ef170ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52416456d1e047b08ee3d39bcd6e0069", "region_id": "RegionOne"}], "type": "volumev3", "id": "bbd2fc1afae64dfd98c71df51675f8c1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "350ae88f18ad4e878fd5f7ca7402b1e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45f6706d4cd04b8e9624a28edd29f7b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9656c0d10cc34f80b51da4ea7c7205fd", "region_id": "RegionOne"}], "type": "volumev2", "id": "f8bd7dc776124f359b5d882d9a8f570d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d258a549b0ed4d038f50406a324d4a6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3987693e7cb84df49c21fabbc5712d0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8579ed5e494d42a8ac937016522f9630", "region_id": "RegionOne"}], "type": "volume", "id": "bf6271bd4aab4b698cbae5c62e5b6f05", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afab154ec013405ca8c68aa456b65ac2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "060ced7bdf0546ad8a6fd918d980c3b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b893434011cc416291320b837a25ee0e", "region_id": "RegionOne"}], "type": "block-store", "id": "c65426be4cec41b5a0c6b8f33655c938", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0991c4c0439f4d7995f02b928a6b7caf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7d4e624d7cf44fc2976d979b2934a390", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "de7add2fe1f64455b6d4ec0b6e469de6", "region_id": "RegionOne"}], "type": "alarm", "id": "616811e4d0f240aeb4dc404309daa152", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2ed4eb1f464644e5959b2a757e49ebe7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "543a315850924fa480e542cbefce029f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3a5dd30cd82743e18ca72e74f182bff4", "region_id": "RegionOne"}], "type": "alarming", "id": "f5910e9c4087463f854e1fc36b3872f3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9838c960e6c64f0d8d54f95980d473d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "12d6043ae6af426dafe8b263f9d55b96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "08c6829db0eb4c3a9dab27a146e94623", "region_id": "RegionOne"}], "type": "meter", "id": "ecb405fa179d4fd494e3f07dad76ea53", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8b1481bd85b0432eb38949cc64f95004", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8d8c37a44c954df2827b0a851586e568", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5bdfd2eb453b4af59d2a339bb0f84082", "region_id": "RegionOne"}], "type": "metering", "id": "49b0dc919415470196d417c9d96de1aa", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "04ffd5219d9948afaca69f4c0c06c5cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "84e48a1e85b446e8b3e2d6b218543fae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b07c047d3dce498999dddb4292922c4b", "region_id": "RegionOne"}], "type": "telemetry", "id": "8a6189deb3254618a8112fc48fddf198", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "078b90965ab345039d1f705a2b3aaee3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fe7c2679171c4000b1166f24d3d5457e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "530f567b5dde4cafac688f902a16e4f4", "region_id": "RegionOne"}], "type": "event", "id": "4ec90cff9bca41d7834de12a32e92e69", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1b2d685dfabd40769c2b1ef26cd203eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d9dc4a1ecbd547668205d08dbdbeee46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cc455293cfa4405a8bf06baa0932437a", "region_id": "RegionOne"}], "type": "events", "id": "fe8e72a41d144073a349b9025b4d89a8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0f4027ec4d8247759a4540389c8cf774", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "80fd8703658b4535aa3437a9a39368ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9e5605676c6745eb94f08668c191d296", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c362f18d814d49d4b255e1f20336d1c0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c3b54f8072414e56977e9ad498a2f80d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9980711d906b44e7a775deeaa0ed6ef6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "df2c58ae15b24a3dadf23c792c1da3a8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e85f78d3cd1649c4a9ec87a185dd6137", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "85f61d79d5734ff3b753778edccd90a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4ce16234593747fabef0403ff35fbad1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cad09a9fab4d4363ba620fc309b7e1aa", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a346c2fbbc044f02b4272465bc83357f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1f37462a98a24b438875d97cb0298a1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7407db68e97541939eb8a5d62c83b885", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b156316caa0f4a7b9d0db78faaf10cec", "region_id": "RegionOne"}], "type": "tricircle", "id": "3e69b1cd423c4c9586faa163f6167d30", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "4d26acce409845b6905d8b28e0b09945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b97e2c4a79a34381a95b262453709268", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6626bb34be884492af836afc9ca6d2e4", "region_id": "RegionOne"}], "type": "database", "id": "cf17fcced1eb49d8be55970824ea399a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5c97dbf49cb745a594b9173fc0117ad3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "03e3a9cb2ce84afaa68f81366b2174dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1e58a40857424b9b935d7f7bbbc7f057", "region_id": "RegionOne"}], "type": "application-container", "id": "82456684ae414327a9f5f618aaca8e30", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7442aaa168e84db889f57e98ec9e670d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "66a640b409be43888afc9c59872d7a86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ed067bef827b4c01a07e410dd560e100", "region_id": "RegionOne"}], "type": "container", "id": "22672c2e81b34646b925656b98c56087", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d755ec75d88b403d928615e117ec2628", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ae1ebfe24c744bf3a19434a819d447f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f5f38854f94d4282a97d944b65e1cb77", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e665e3c5a97241358dc3ca4f5362bd5f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c66943cdda3f40dea154c3b14b850da7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ca056cc9ae9549b49fc612d5aba76322", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6be7dcaa420746fc9d7193625327a7dc", "region_id": "RegionOne"}], "type": "rca", "id": "0ecde7b13a634b8f821f240642b43b4a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7af888c0e30f421b8216c3866e6e9740", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6d38fc7ffbfa41d58fecc5b412a874f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "37f05c3486614538a3ef652044b6e97a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "8496ba8aaee040809198e92b36fc5b5f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "130d68d153354f439b6d3016b8e5e65c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "fceccf638e3f4d43bed59d8d0f2b7790", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1a59851dbc4b47519ac4517c0889fd90", "region_id": "RegionOne"}], "type": "network", "id": "e98b43e67a0f4d1b8347e6f2c0a0149e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5628f7f747bf4dfeb36866b22f2a15c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a373ffad28d643f7ad0c72aa8cb5c15d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "397c9e2a3b9e4238b32cb29ea28d43b1", "region_id": "RegionOne"}], "type": "backup", "id": "615cc054feb741b8851bdc0494d5d4ed", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c27729d9a0bf41229dc9b14bec2bf236", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cfdf778990b94a308672ea0470305c71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1bb24ffb2063472492a83673016032ba", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b2d21c5ef421483bb34b58f2e10ee36b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bd71cdc93b994e7c9376047b0ee63f47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f639a1f9ea364e0a99fe1861e90d075d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3f0ef071d30f4941a7bd928cdc00577f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "595eade3fc8440768b4a95dbfa6d0998", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6dd2f7b28e2d410a84a7accd2f472b8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "87df655f6e614f8ca4d8f54782dfc7b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2ae4dc999abb4a6f9bb847126780dab1", "region_id": "RegionOne"}], "type": "monitoring", "id": "47dfe764ecda4f8e9093c58bd1e8c162", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "45ef14cfdc3846fc95124800a3018b8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "38d0e54b381b4e758bf22f53b5f595a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "158a95bbb57a43ba8885375f78f72c2c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "19883c38803841bfa7090ba5ec71d526", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ab0df91cee004173a34a098979b26abe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "938f9b8b667c46c5a2466d334cdc40bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "16465ecac4d14bbeb227e649325402a9", "region_id": "RegionOne"}], "type": "placement", "id": "34936fed783443958a4dedd7f93be824", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "43e54a3cfd394910a7dcf3f52b2c5a61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0e8f7fca05b54e0ca5d4f8e730d81776", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "484d65212f034fcbbfd2e84cb5892c85", "region_id": "RegionOne"}], "type": "instance-ha", "id": "6c3447936394452f8a16bc51a19e2734", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "583c0fe8d97148baa2e3287c2b805cfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "83e6ecd36b064d3fb90eedbfca0b19f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c24b67f19d1e40dd83a2559c3d0c2b71", "region_id": "RegionOne"}], "type": "ha", "id": "21b848478b2146499c4344ff84256106", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8e2b206118fe43348ae439d560b1b7b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "40852951c8774ae9a516c1ae0f35f59d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5e919935182142e59c0b9b6d6dd86029", "region_id": "RegionOne"}], "type": "reservation", "id": "9731459e57964f658cf30ae4cc286771", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "42ca2117c7be4054909fa29f19274c6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0ec0d6c527af4c5fa12e6188374a523c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "17fcf461f7bb4fa4b78e984dd6397cdc", "region_id": "RegionOne"}], "type": "function-engine", "id": "4c336542ceb645e792eddcf6699a171a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c008f6f072d848fa9f48ab6737f19e13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c5b1837daefa4a3ba503b7822883a0ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "74d64236e5574284a117c2dd4a4821d9", "region_id": "RegionOne"}], "type": "accelerator", "id": "517d78539efc49a38475cd226bef8c58", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3b55b224a5524552a74654b4692a02fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0765bc3a6c4d43179b9a3229fdc848be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "57710ddd03f14cf69c7eedef315559d4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f813c0838b0e43a2988061f61311cd72", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "327747a7732a4ff8882abf59089d72b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0c68291899564c0aaed8fe8d0e26c054", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f435f0f5575c4927be799906de8b6272", "region_id": "RegionOne"}], "type": "registration", "id": "4610f7359c8e4f059a97b0c308468af7", "name": "adjutant"}], "user": {"domain": {"id": "cfab8c7cfbc340d984381cd301201fca", "name": "9d71bdc31bec48d998956cbc8f5278e4"}, "id": "588cb8608b21406a9e8c7c7826740a3e", "name": "75058a3b67f24d77b1ae98eb604a8b2b"}, "audit_ids": ["13d655d1b952438594616ccea927175e", null], "issued_at": "2019-09-19T09:04:40.019383"}} 2019-09-19 09:06:40,181 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_id=test-id" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,186 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,187 keystoneauth.session RESP BODY: {"ports": [{"device_id": "test-id", "id": "test_port_id", "mac_address": "fa:16:3e:ae:7d:42"}]} 2019-09-19 09:06:40,190 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/floatingips.json?port_id=test_port_id" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,194 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,196 keystoneauth.session RESP BODY: {"floatingips": []} 2019-09-19 09:06:40,201 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,205 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,206 keystoneauth.session RESP BODY: {"networks": [{"router:external": false, "id": "test_pnztt_net", "name": "test_pnztt_net"}, {"id": "private", "name": "private"}]} 2019-09-19 09:06:40,209 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,213 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,215 keystoneauth.session RESP BODY: {"subnets": [{"ipv6_ra_mode": null, "allocation_pools": [{"start": "10.10.10.2", "end": "10.10.10.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "10.10.10.0/24", "id": "14025a85-436e-4418-b0ee-f5b12a50f9b4", "name": "", "enable_dhcp": true, "network_id": "5ef0358f-9403-4f7b-9151-376ca112abf7", "tenant_id": "29c79f394b2946f1a0f8446d715dc301", "dns_nameservers": [], "gateway_ip": "10.10.10.1", "ip_version": 4}]} 2019-09-19 09:06:40,299 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,303 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,305 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:40,323 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/test-id -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:40,328 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,329 keystoneauth.session RESP BODY: {"OS-EXT-STS:task_state": null, "addresses": {"test_pnztt_net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:7d:42", "version": 4, "addr": "198.51.100.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [], "image": {"name": "cirros-0.3.4-x86_64-uec", "id": "f93d000b-7c29-4489-b375-3641a1758fe1"}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "1", "name": "m1.tiny"}, "id": "test-id", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "public_v4": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "public_v6": "", "private_v4": "198.51.100.3", "interface_ip": "", "name": "test-name", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"} 2019-09-19 09:06:40,357 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/test-id/os-security-groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,362 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,363 keystoneauth.session RESP BODY: {"security_groups": []} {23} openstack.tests.unit.cloud.test_fwaas.TestFirewallRule.test_get_firewall_rule_not_found [0.197099s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,151 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,154 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,156 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,159 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,169 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.093180+00:00", "project": {"domain": {"id": "679466dd2899403d944a65cb14efb0a6", "name": "66e5a5d875ac42efab681250215a6d05"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1bf13618b1b94d5a85fbd9ac2178226b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "fca6e7b919024020a4a1f42a4ef085eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "502afcec72d448e4a34a50c31ba7da28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2573068fd0d14ff6970eaf83aa4a2d94", "region_id": "RegionOne"}], "type": "identity", "id": "181fbbb94dde4ea981bb6b3fd64ffe23", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4b4999fa8ffb4455b40c5149405a90d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bdc808a3030e45219796082d0409d639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d332f46c63eb4ef3bba0b4359a0c1399", "region_id": "RegionOne"}], "type": "compute", "id": "8cc7ea10ffa345cb97212ba2217ce855", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "dd2364dcc74a4efebe8af4344e8ba519", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5aa8c4444e1f4777a904d3a4cde28896", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3120d78cc8134f63ac7a707ee18c6ea9", "region_id": "RegionOne"}], "type": "image", "id": "fc516ad237d445598f86ef687c4f2300", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b648fca3e2484705b7657247df374a15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0b1986ee5bd24d78b45fc504f51e56e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "3038b98555af4bb586331d9c32c24a16", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7308422257ca4280ae6d1781c3a3e9ee", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4dc734831484deeb733a1ea25015be2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95ebd59f0dc84fab8e7d959ee345337e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f87192354d6e4583b6d6a659b747f3ff", "region_id": "RegionOne"}], "type": "object-store", "id": "54b36d2afa364055b72aedc4155139b1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5e5c6783eb164b858cd649792a929105", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9383ffe49862434fbb2a9b25e82e3482", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8a045e75ee1a42a0a5243f75b4efd89f", "region_id": "RegionOne"}], "type": "clustering", "id": "d0daad631c084fcfb95fc7546c86b112", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0bd649c2f4454276a646f3a2836d5ef1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8f04f1366a284b268f5a0422545ae79c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6cd143fbc31d47b492facadad73dd10e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "dda944cd0f164908b4416635352848a9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aecfc9c9705f4749a87f50ab8e79ac35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "02a0d1ead9204f0a9cb7ac5d53ab7476", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "78d3b0bd830940918bdb51e5ad594cf0", "region_id": "RegionOne"}], "type": "cluster", "id": "dbd749ad30414772a78a9b3baa4ec238", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3293f7537cbf41c18b6ac3a52b133a4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0822bdce2b084900ac93b2052414d6a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6e54b0dffcd34cd1b501ebdbf46c3eef", "region_id": "RegionOne"}], "type": "data-processing", "id": "db01713a545843e981cc39d1972715fb", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2145865b1f2e489a8f452b0d2f813ed5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ea4b096c86884b83860d2c3e434ef8d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4bfe6facf3184c1ba982ac74b32e42ee", "region_id": "RegionOne"}], "type": "baremetal", "id": "7ec1882547cc4ba6b910a9969509b188", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "eb9146064b154c30a7c1cfbdc0023369", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0cd6b3dcfa9e497f9b44cc31e32b36b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3c25dfd493a0492dacae971eacbf9cd6", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f6d0f8f24b70415abb67dc8c76ca3ac1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "aebabc30a4784fbb8027e3d855fac210", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9803dabe20e342c9a816b5fcf95bc418", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9bb7f5fb76fc499887451d3809b10c79", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "95f1d466e0a5427d8956c5beb13da54e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "22c5b4dc222e49c7955cce870ccfb85e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4c7c976a207444ddb6bd40a8e35e0aef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "233beed1ece343178423d915d2a1f93b", "region_id": "RegionOne"}], "type": "key-manager", "id": "a2f214e9fb534f09aaac2164d3f05830", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "614b6b14d0284c2488a367cfa62a5ddc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "587a2227821344fcb6f17f8739a6baf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "74627f8386a24979b81968cfadddfa66", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "17fe8ffbcd764e87b2d1581cf412c91d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3549a784526849a6b0bc9663f5e2e861", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "752891b1630b42c3ac262320e592d555", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "461c41939133496d8b42b66ce6a0d30e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8d60cbe593f04c60934b9b1aca1c63d9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5fdd740e8423420ca498060ce6918295", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8a570788b3d644f598ae7bdbc98545bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f620a70ab87e4881a7c827d00874a936", "region_id": "RegionOne"}], "type": "message", "id": "31761a3ed3124ddc9885c4732997dbf9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "398dd8ac897d4ddf82aad0aca77396a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e0a978a2dd1443e3bd4ba21b27e0f422", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c82ff63c8a494c0f81f4657bd5902bee", "region_id": "RegionOne"}], "type": "messaging", "id": "7d18558981424c11a3205958ce35c386", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8107fa1d886842e6aa7b9cfa0a3cd5bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "11c37104d30744009227c99e06b2a023", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3a57c87bfcb742ecbf18375bffa98bca", "region_id": "RegionOne"}], "type": "application-catalog", "id": "1fe6a749a24e421aa1d92b4d257b2515", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b4f382fdbaa947f79decf00191a3c7f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6f839fad60664a6ca3c3390a02922e30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "32fa2cbf309f4b08a8615b7c19daa95d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "12b43c0b2c92450484137c022889865a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "78c4f187dc5b42fc8c65033c35de3cc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f6bc81d7710146b9b0ab0402bb8fa325", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "069504bbd58b4909a8e3bd682b5da8c2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "72e1ead216c140c796096659b7f13fb4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "acb452ae8910466a8e90273d08d92c61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "29b8ed2c8de94eef83a8f365d421e41b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "754c31bad1ce4b5da62a7aea07d7f181", "region_id": "RegionOne"}], "type": "container-infra", "id": "05216113b09d4e13a5e60c5d86581290", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "620c9fb70f4545ff98b7f2efb1225fe4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "3bb27418d9694a339da5b2b1317f0212", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "1abf576d5c0e4c29ae14162279c8e189", "region_id": "RegionOne"}], "type": "search", "id": "b710a4c45b6a4ed09bc8561e4d1301a0", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "034557721cd74c60ae3d49f5cf73230e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d51bf5bf6caf47168d972d883a6abf7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ab25f25c37f44567820ffee4d162d6e0", "region_id": "RegionOne"}], "type": "dns", "id": "b2735963304448ea8679a4cbc23675cb", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "834ecd28cca24a85bad72b15bf965a88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f3771b5183874842b8a26ccc9f2beca5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8115b5d78cc44f1f8befc994bdec542d", "region_id": "RegionOne"}], "type": "workflow", "id": "a66ea736938e45b0a70ca5ff14295980", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6d0a7323e9854281b17275068a7bd24b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aaf2d146655c4d319c09e56869e50406", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5ce17e06b2544dd78c3f44774293a510", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7aa3b7e6ef0d41cd9285c9c4b2b9f5e9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9e05e977c8a6423ea24d80b4239d09b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "42f691b1f6114dc58be58d5ae422d22a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ef3316f3e5204e99bee14e528be6e813", "region_id": "RegionOne"}], "type": "rating", "id": "71c5897445474de7abd7f1eef7c4b3b7", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "780ea98c08a74ac1857c343b7c9dcccb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1b8aad82c37a443e96849f2857291471", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "844f9a54f7b04bcdb488a4d562fcbefe", "region_id": "RegionOne"}], "type": "operator-policy", "id": "77c30ce9b9794ac7846086b2dd08a0f2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8a1a1e72b1114edbb4b71080146bea22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f2d6b1fbaf084a6db0a0fc744576d98b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "94b439daab114e99a2ad923566acd5ae", "region_id": "RegionOne"}], "type": "policy", "id": "4372a6fabc904b33afd61eeab2008905", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "97fa4f4e7ce34d83bcf207a2af0c2ee9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "62aee37496fb4f14be326fbaf7583dd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0a22c739059c4f7cbe5ad8bf8f5254fd", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f7723ef72048492eb29ed0f19a138200", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3a81acfabb3e439ebec83036a9aaf961", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "465db3840cfc4d548a71c0d9ac20bf50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "535ae570d47848a7a81786b3bc314a7b", "region_id": "RegionOne"}], "type": "sharev2", "id": "2732c85f27634141aecf3ca804b813f1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c66059cb14e845ca8440dc0ee3ce1321", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f13929ac285f4b289b53cebc502bf056", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "513ea9de730c4850a690e4eeeb9a121e", "region_id": "RegionOne"}], "type": "share", "id": "68edc3b7e10341a981eb91bc568fd813", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "70a94e0af9f8475fa6aa4d83cafdcb9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "efb37a68f1cc479985f2b99dd456e655", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d534b04d45ec43f3a8230caf6d3dc8f1", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5a8102b07e5a440a97af579c78ad894c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70c77f21cdb34893a0df5333e97f4ecf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62b42c18507240dca259d92d25b78622", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07d632f8592c466aab512aba8812a029", "region_id": "RegionOne"}], "type": "orchestration", "id": "27bdce63d4d34ec9b79d0e4ee3f4ce46", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e2dea4a67bb40e5a6515ff37a8438ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2051855562a04f98ba48fb7f1c6cc8c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5357f87e5284b25b2ebcfce06fff67f", "region_id": "RegionOne"}], "type": "block-storage", "id": "3c4912ed827841d2a9ccd5cfad28523e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d75ab55014a6416e9fc28738bb2862d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99c6cd938ac64a3a8235f87bdb704ffe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b33070d79399498586fb70325f0ce034", "region_id": "RegionOne"}], "type": "volumev3", "id": "0c09de7a5b0c41ea984985e6ba498d60", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "641638e9ef974587adeffc6ea595da8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9905bebf24340db8abe050f2c3d1e19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39d65af72d03401db179b8140b08cd81", "region_id": "RegionOne"}], "type": "volumev2", "id": "64d265d2c64247c3a3f17eab60f4e415", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80233180d3804463be366dbd5394875e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6316125318344a0ca669ea130add3b86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5afcac248eed48d0a6d92f5afa02c150", "region_id": "RegionOne"}], "type": "volume", "id": "57d1228b3fe84f0da021a04bdfb16529", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4f8a36adee34747bd57ab0634ae2053", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80c7626cc90c4c69a00b3894329b08ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcf96dd5ae2e4376b5e94a8c8cf5a397", "region_id": "RegionOne"}], "type": "block-store", "id": "7b516df5d0b44e3b8f38aa6d840c3e49", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2446960cfc554c378182bf0341745b8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6f1941c8f8424bd38ec335237644bb2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fdb7de364e0342bea04dd4b70a7f6581", "region_id": "RegionOne"}], "type": "alarm", "id": "426b9db31abb46a6879c0d3f394bd5fa", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "122b460b08f843429c4d1b651180fa82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5b2acc56e01b491795b006ffd9ef413d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4292303e05534807be6a6a6d1b1c6ecb", "region_id": "RegionOne"}], "type": "alarming", "id": "976d946cc3354cff99fbff189d9e94e9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3bb9768b9e94440380c96d48b69a25e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6ee27c57567b49a0884a908e8726c48e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d51196da100b42f78ed541efb64afdce", "region_id": "RegionOne"}], "type": "meter", "id": "21f0db9e3b8a4488a25b919f6f40c940", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "52f413ae40b64685a5aa9647a5e12c16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "28843a998230468fba816b419aca82c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c4df2404f0fd49be9e21bc1164de9ce4", "region_id": "RegionOne"}], "type": "metering", "id": "9b47d84052ce4d29b963c8ed605e5687", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f8d035e5aebd449f8de249ebd3f2a537", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a93c21f7707d41e8864a2a5e56ec84c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "304fd9e3aba64185b2792f7bc472995d", "region_id": "RegionOne"}], "type": "telemetry", "id": "b8e6413ca7f84edab24ae526333f627c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "584f0e43653446adb7f5c42fe4734951", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a4b3e468b6b447ea8a58fc5a53da2ac9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "151227d92064491180c9613b124f7870", "region_id": "RegionOne"}], "type": "event", "id": "6e63fcca2c994a65a47e083ec878f242", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b9bdc65b6b4f488fb5ebacc2f4081fed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4e2ab7e1e5db4fe6afdbdae925663607", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f7efab120e4747e2b299604a58522fbe", "region_id": "RegionOne"}], "type": "events", "id": "4adcab800ecc4e8c9db630c91231f841", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ad45424d29b340bcade334650b4a01b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d8d24cf6757c4145a906d0c1a5bd3530", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "54022f0a8f454da8a08863808928f508", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a7d1ccabcf8343f7a3cfbb5dd6982f7d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7e6d3bb93eee4efa964126239b73d5fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a1ae443558294cc9ac55506731edf3f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c5ba552563fa45b9a6dafd9f29775a8d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "29268d04c7ad44ad8858869a8eac082c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "738251c60db048bf8d3475f57a54c2f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1ef819e7266d49f7b3bafebfc936b0d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "971c57b66ae842148d0526187e26ac45", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f2760b1e453a413d9f5e08e62384ceba", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fb4f3fb85ef84872a32fbb23efc2df2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2707886ec3f9462e979e0929b6100e8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3b9a1e8272bc4f14a766fa632b9c04de", "region_id": "RegionOne"}], "type": "tricircle", "id": "4bf5bbae79ac49b0ad891da3cf84386a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "01b47cae96db41f3a07918a2be159583", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "01be303807b24bf18caacde975eddf17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f26da8b20ba74fec8fc4280b65cf979e", "region_id": "RegionOne"}], "type": "database", "id": "b846e0123bde4132b5d850fd5930d3c2", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8fd89feaa2d94f4c92de8a000e320011", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "044eee411e574bb2a01db6ec6bd73658", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0e1eac7edd814b8ca96d3db526e8eb99", "region_id": "RegionOne"}], "type": "application-container", "id": "4f2757b24b4f485cb480585125024bbf", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "de0226f1609247fbb5601994248240fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f3b2907bdeb34e67badb7609f5cdfcf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a1bbd46b2d3245899a695d459f42021f", "region_id": "RegionOne"}], "type": "container", "id": "dba054b802414baf93e311a826693f86", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9560ec352dad410b8e862641b16a8393", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bd01f6b498c54ab299e191dc0c31a006", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "587c41a5b92140dcb67e220f1768badc", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "fbb60cc8066c401380b3968cef5c0d98", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3093bc06bd064a13b3fccead519b7834", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ca3bf4439f6447f0b0b2e9f74f3b32cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9425dfe402224f09876f797fb691e10f", "region_id": "RegionOne"}], "type": "rca", "id": "73ca8b8a8c034e7db8ea20128f3e6842", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "cf1ca6655ccb4ed088f40d0d710f85e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "cf1bff3217a14ccfb19b841932788875", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "13e313eedd47479c8f00f4f290b943bd", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ab1a2aa960e04d3ba7994f4abe99883b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "bc154d8fa9e7467ab9723a691bf99d3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cc2ba8240f4d4c48805017288931bfad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "573f74e4960f409b8bfb9078b3591800", "region_id": "RegionOne"}], "type": "network", "id": "1cac591ed956453aac5562251566b125", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "bf4201a78c0f4bdab6566216df1c3f2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4ec5546e1b66463b82b516c81f3b0c35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e31f83b9ac7b438fb14ac191bf8a83bb", "region_id": "RegionOne"}], "type": "backup", "id": "4ec163494c7b4a258e97a5d25d9d2b7f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e778408a9a2a435b88a493b675e130d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e64640a7bd98422d940215d0cc4c8453", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a2d8dd99e6f74d409b4e453f0f788bfd", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f7ae0c8453194b1db40914ecbbf9a6c9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "eddaceba0f8b4bb1aaaf72c4c073c6ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2218586e46224519bc80b2ee64075bf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3faf1d2f3b1a42c19c9d2b62db363d64", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9cdfc509cb43422f9db9ceb3c3ab414f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "761dfe5258ff451c941578e81c866ed8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "226639970f784395bd310b7702c17626", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "412df75a8ae94ba998147ff36ae7193b", "region_id": "RegionOne"}], "type": "monitoring", "id": "7605274e51f14dd0ada800d80c5beba7", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "449725d8641849b1a60d7c15293e32cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e7f1717f982b482f8f0eaf727dd31d02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c0d458a0d68846b28eaf354c2d93b202", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4e52fe327e574fa291e0a855622621f3", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e5a2d338df674c36aa49be5df8f87e80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "060c45fd636d4d9aa0fb015c4e1cd08c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "27e136527446418194ac7a646d613f65", "region_id": "RegionOne"}], "type": "placement", "id": "b257b518b1654a439235ef2e007d14f6", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ab8a523c54874cb28f0b6e433968a801", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "22e7c874e2604b0383795ee66454d9ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8f545aaf1db84418b84ca11d46891db8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a90cae83c76a4cb6ba07c926b8f2651a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b49c924160fc490888f571369e2723c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0f65e39e01334675944f73a9761cb387", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2d7fa1e731e44ceb8c7b9d0777611d54", "region_id": "RegionOne"}], "type": "ha", "id": "2adb7bda39bc467a8aca9a790b7c6754", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "15524152741c4fffbd7c6ca15be3593f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2159f938a73941e5b823bd1269dad11e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "71df6796ac8e4a5c91adf88db52e1c6c", "region_id": "RegionOne"}], "type": "reservation", "id": "aea342ba944347bb9aa3b19b9cdd5662", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "dfebdcc983424e589cc0a62c8cfe98f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "77fcc859dd9d4e25872e7967f2e2f76b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "26d70cb93c814d9a9e45f58da952345c", "region_id": "RegionOne"}], "type": "function-engine", "id": "ad124e1ddbde4f41a0386ef58df2b9b5", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b72e0c4f49244985abf2b4f9b079bf29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a072a55dcc7f46c8bcf5ad0b7e38baac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3e2003205c364958b5fc643ca11f36a2", "region_id": "RegionOne"}], "type": "accelerator", "id": "fc13e11e20354fb6bf1c881243b63d55", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9eadfe41e7a649bd8a9c045692d5a5c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2d81b6eeb8744e699e29f6614ae7d98c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2d852fd93e1d4232a0693cc12eec7dd1", "region_id": "RegionOne"}], "type": "admin-logic", "id": "5e7e0e3ecefc4757a814867a74f3d3ff", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "61f5167127f94e5a91dc002230c06ede", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "14ad36dea47649618381891e8222d0af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "17866e9c3bec4ddcb1e833c4862dd5de", "region_id": "RegionOne"}], "type": "registration", "id": "ea2b2fe516184b72a4a70c16fd7e3a2f", "name": "adjutant"}], "user": {"domain": {"id": "ab44449ea00f4b3dbc7de156a2a8d824", "name": "19fb1cffd9d349a6a776c74fd8722668"}, "id": "4451f5be155d49c7be556f716d456140", "name": "ea1e105a266347f1acb806f2bae48b63"}, "audit_ids": ["a8beacabb2cb4d1aad1c8274cb096b1b", null], "issued_at": "2019-09-19T09:04:40.093180"}} 2019-09-19 09:06:40,272 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/not_found -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,276 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:40,279 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=not_found" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,283 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,284 keystoneauth.session RESP BODY: {"firewall_rules": []} {23} openstack.tests.unit.cloud.test_image.TestImage.test_delete_autocreated_no_tasks [0.059705s] ... ok {19} openstack.tests.unit.cloud.test_image.TestImage.test_get_image_by_id [0.206587s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,043 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,047 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,048 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,050 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,062 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.983090+00:00", "project": {"domain": {"id": "05ab1be2507042debf32918ca9466afa", "name": "36e231cec25047ce81d482dc8b6e6f4e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a6c00cb5e06247feafacd867dc32db15"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4d849e6528604bfcb8e611879090c071", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "67821af675594456bda77566afb84362", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6ca578ab40c8486c9f93c07570416616", "region_id": "RegionOne"}], "type": "identity", "id": "76ed24f373fa40a389c78be986ee59f7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "940b61dd636b44ca820154ffb7b21ea0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9e80496d7df94c209a8671e9e1f2bec9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "16bef404132847d1aa8e40abe1fcde9e", "region_id": "RegionOne"}], "type": "compute", "id": "cfa7217dead5402992f16f91d459d4db", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "89b4ee0399944fb8b9611dbeb8271032", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e9b65c8156de4476a43f043f9c0b5805", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ac3c17167f6f47138694b81b40f827bd", "region_id": "RegionOne"}], "type": "image", "id": "ebddcb5c18fe49e2894cb5f1b9242a60", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9f114290952042f7a0da55f71226102e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "73b4c378b9fc43e8b0a5d452e9a85ea8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f70246d40e16421da1fdba4ad9a6ac85", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b17f068892bc48db999a1ca3fdd5a2ac", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b70a4f54479439db022edcca6951ad3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1da23c5284ee47208d2a2311233ea399", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f975d3888e54acca0e6f3265087b5d1", "region_id": "RegionOne"}], "type": "object-store", "id": "95c281d66f4b49008ef4f4396b77b961", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1fe593ab1c844a56abddee30551b6fc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "10ff1cfb821b465cb1ea2c5b9e51949d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2d72125954f04d2ab54acdd0c4cabcab", "region_id": "RegionOne"}], "type": "clustering", "id": "4fd23bca963748389cad713e62271f81", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4c7df48e3d0549c791f3f4ba6bd04520", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f328c58c674d474c96f739b06cb56619", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b82d5adab6174c318b55573073e6f773", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9429c327fecc443da96fcae58a41ec53", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "971f917b61d948b1b1942913f316e942", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "94045cf0d4db4e268cdee3dbffb50b5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "83ff90ccf02b4f5f85dd3a17ac823e92", "region_id": "RegionOne"}], "type": "cluster", "id": "9aff0627efa14029a58294a38a9da322", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9196e6f4ba5c44c799680ad768f051eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8472d654f8da400e82b5eb832099d03b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "28cfe67787e9430ca0149bf2e54a9d6e", "region_id": "RegionOne"}], "type": "data-processing", "id": "d8d883ba959e4cdfa493aff927f737ed", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d1f96a9a0de74237bf9ad46ea446f4ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e949147f1e44490186695c9be0403501", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "03139482a6cd4186b7b1d01b2d1a6c29", "region_id": "RegionOne"}], "type": "baremetal", "id": "78e1efa3ff394396b0e7085aecd0c0c2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5484f9a40bd148bf8292250442cd1982", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fa3993a10a1042309a7f752aa45a51f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d4aacaa6b2ef46c3ba933d52f3155fc6", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ff23c600fa8e4acdb04e47539897f34d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "88757c4395f24e8aadd3365e8c568bf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e18c51e1a1254e96ac9ddf3a9158bff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e926698882414a198a3d185da9a6ce44", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "713bc7b0e0824103aa0911b2c8e9311f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d6f5b4a47bfd46c6ade1cde1c2dd4b10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c0f83492c84044e09651030157c32eae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "940597e0ac1a4f0f86d355fdf7ae4b38", "region_id": "RegionOne"}], "type": "key-manager", "id": "ecf63ce179aa4e0ba2587700de79bee4", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7118c10d683946849502de2ebbaf0487", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6fede6e61d0941f9ab04beb5c7c91eee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "17a4324a90af4233925de78043f8e383", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "56b9f1a3b37b4db6b65ba2dc18050867", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9236693cb1464b1d91de2dbfa2ec4303", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0f86f1297b5c4717a57921627e3161e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5213b2ff61d54f7ca15a68dbe005bc78", "region_id": "RegionOne"}], "type": "infra-optim", "id": "042de3672b1d427c975cb53f97ba55ff", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7a6c5c0328f140b68b881a0fee7c8493", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a5910e64fd464673b968e3493f45aa4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9e1ded4c48a94ac7b283cbb03bc40492", "region_id": "RegionOne"}], "type": "message", "id": "ecbb5ca8e2f54b6f8f046e1df5901983", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6aafdb3e896c4193bfdcd6b4a2e8e38b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ac66b9b60e55423eaf902fb3a17519e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e6abd0b8fbdb4393ad96c07a28707680", "region_id": "RegionOne"}], "type": "messaging", "id": "250623f5548d454b9144d0898455b5cd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "dda1d037b7864c4d9079ff39b563abb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3b2478ea5f964dac85cfb1190996de0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f9ffe837406e4c258c53cb0550fb0795", "region_id": "RegionOne"}], "type": "application-catalog", "id": "13f2c2ec3d854473896a8f5942527c06", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "80bfede16934473eb56d1d68017f2864", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "11dc0f28fea84d74ae0684016f17a4c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2c80f03f503643179aa0fb12d7aed686", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "847894d5c4494fc89d14d174de4b5e78", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9f4dc3e7aaa947859d4a4a70442161e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ad5abac366e47338718b98778f3cb40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "51ef0c2f1d6041f0a0433f4c4808b6d9", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "1288f80954f64689a94970c6de3e2d0a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "704659c77ac84a139509c3b2b9a45d81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f4595ae615c4614940640bc2cfa409b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4e2b2f22bc8649d6ae481de24e66615d", "region_id": "RegionOne"}], "type": "container-infra", "id": "6e0fad1699a948549c1c169bb4a8523f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "722906f321ac45b68b96ac32d784f46a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8531bb2d76d84f02b8622017707c6ae3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a48c294a520a4681b2d5eaad9a4a533a", "region_id": "RegionOne"}], "type": "search", "id": "4d53f470ca8440ec8308d1cbb427bd3f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "7b684c88669a4c519df2155a0f3653d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b27418872cf348aa81a0690c1cd37969", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4e4d9aa9d14f414287c96ec935a590c9", "region_id": "RegionOne"}], "type": "dns", "id": "4d240af8124849e0a0d2038f35edcdaf", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fecd35582fe04493b511fe372e915cff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b65ec07b4e3e4f95a90fbeeadf3b766a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6ae30c01322f4d46910fd67e71234df2", "region_id": "RegionOne"}], "type": "workflow", "id": "338a0ba6d80946c2adeb5026ddaff4d7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ec68c9807e4c41e195145167e8f9f803", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "15b708bbae1c47f694371c45f697f179", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7cf54d4f34c14eb880620938ef300812", "region_id": "RegionOne"}], "type": "workflowv2", "id": "eb6bcb8450b343ea96c2248aabb9afcc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "421645f5bd7042c0926206b0f2a1b124", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "8c053792303f41ffb711a5903cfb1825", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1bb85547168f446bb9e6647bfafefe79", "region_id": "RegionOne"}], "type": "rating", "id": "7e675e79a89946e7ad4b6a5ec41ea81e", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "60b39339b17b41779d3f9cf9999b6d59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6b3273772a264318ac2dc20bd629e3d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2c1679112cbd47bca40e635651717e50", "region_id": "RegionOne"}], "type": "operator-policy", "id": "3af9c0b6cd024b82bc1bff11e2d42bb8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e4c9dbf47a5f46ca9946d1d166460687", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "420807d8e4b14675b74474e1d29d4624", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "80464ebf2b6a4c748f8a85a9cade53a2", "region_id": "RegionOne"}], "type": "policy", "id": "465d942668f14c74a991f166ec156f7a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d3a928dd6aee40d8a007e8b2e7eea2f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e83f937b058046ffb5e93f0c0872149e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "58b1f8646e45489d890169fe25dff0f7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "00a85532e0de4d4b8a7632fdfd2ccf37", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f0dacc04d09d423f83a9e88659629290", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "489f790a3b3343418316d597006ab892", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "30aa8623fe0a45908b1fa0788769caa0", "region_id": "RegionOne"}], "type": "sharev2", "id": "333ba351245547e6b64f6a47f7d7cd3c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a3c5df2f39344e1599cc45e1fa581ddb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "efc49bcc32534d0eb89247aeaeb47dfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c04712a765b34228bcd04edd04666c3b", "region_id": "RegionOne"}], "type": "share", "id": "a1e945fd77034e8a9ff3b701eb03c430", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "54b2e5c12466483888443de578631f4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6395bebbff2c4fa48bba9a41ebcd9f0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3727ce4548d344f3bd2c06d793760aa1", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5ad28b8df8f34556908a66486b39e059", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "914aa6f60b9b4a9caca1c31d097e138d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c6c7dac60054b01b2135a00f9319445", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d2372b3484d14102b50a21ae8b91f276", "region_id": "RegionOne"}], "type": "orchestration", "id": "1f26feab08024eafbc4a7d2a123596fc", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8dff384f43844a47a404e42b8e4a845c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d2baceaa3fe4482faa4b5b475e42bdfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b7466d1eb72450e8abc1136435b4f0a", "region_id": "RegionOne"}], "type": "block-storage", "id": "1e31d91c0e864210975d10b91e8d761d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eaa364354ad442a68fbdb5eb42e1178e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99b52b4809674f3a8e6ca6c08ca9cd51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c4ab9b112564111ab12a0c0331ced28", "region_id": "RegionOne"}], "type": "volumev3", "id": "148ce3c1324d4739aad980e74da55d02", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1d0592e3e6045fd8f81c4b7e4d99ee2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ae633485dbd43a2bc69540a6b226abe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2699e309ff3b478f8fb1ead6e5d0d571", "region_id": "RegionOne"}], "type": "volumev2", "id": "0b9494de2cc4407eb2bc796e4eb5afd7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f039258706944cd59c40ccc99b772d43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db04b59e050e47e8b9509a794d0c5423", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0eec1f5e1d1427682581cec76e51922", "region_id": "RegionOne"}], "type": "volume", "id": "0709ae15ad514fb8b0f9e0864d335ce0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02fbe1f4bc0a4059a131327d80fae210", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77a2daf95dd7446b90cbe302541c171e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9decb864db6743b997bfc7546372259f", "region_id": "RegionOne"}], "type": "block-store", "id": "b3be59e4bf3341359d62ed4a8dc48f64", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "aa89ab7d85df47ffa916a0fad3598124", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "727d8395e8d544a298a3c1d452d1e4c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "31d1b0b68f174b949f255f76a77ed4bf", "region_id": "RegionOne"}], "type": "alarm", "id": "b8e0be67e2bd49ab98ebdf48d83730a4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c6aafb1ab3af4e40805809383c9fee86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ad7d58a7c11d486d8edfe4e5de12e4e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7f24fb19d43d4459a3bae79965209c8f", "region_id": "RegionOne"}], "type": "alarming", "id": "68587a10aa0947c986c8191e64c4bc32", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e27d29d0d3e8446a8ce7f077b3444c9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "39222c76d3ba46d69d09de816c512eae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "703d0b07a5f543a5bdbc34c138c49e0d", "region_id": "RegionOne"}], "type": "meter", "id": "d29650417fa0477782568ede9eb201b4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2b499b798f2743f3819274c7682c7d6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "20fff1dec3ba400784c81e19089fb35e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "990d8b2b6d9b4d059e7a6ecbe3577ec6", "region_id": "RegionOne"}], "type": "metering", "id": "329a00519b264419b5d27c2bbffefbb1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "07086df870e34fefaae488b136046ca8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e41db45a3d5c48f5ba1769d2e5a91aa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c70d08fd5b854999878f38181cda5caf", "region_id": "RegionOne"}], "type": "telemetry", "id": "ad4a5cae85794abdbc6db52ff6c77b5c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ef4b3066ddc842ff9c2eed1c15c4081f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a8aca944726b4b95ac6a4d1c837dcce4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "99c1d7fbb301489bbe8478c7d199b33f", "region_id": "RegionOne"}], "type": "event", "id": "a7545eb4531f4c52a13cc8547faf8233", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "111c1423e1cd4eff88ff622e5528298d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bf6ef48ebfa247a285f5b447e69276cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "69db7b425ff14d2090c0bc812780e1c7", "region_id": "RegionOne"}], "type": "events", "id": "33481de1bac44f769cbd0ba3e122aada", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "404785c61f47449e839a17bf6afe75a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "21768f5e95e7421bb62b454cb3b2c2cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7b41f0830787406b84a8a616f1d1c7ce", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f72d9343b01e44c7be27451c20a7c438", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fbd62f41929f43ea8baf92ee9f5176d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "93b12a8766774da280ae9cca9684d653", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0b33630f0f404513bd14133a5e835bd9", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5bf8a1789e924e84b7cf33edad272c1c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e54fd570cded4839a5b95347d0c74f89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "15041a4786534fba86255d65653297e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "53fa107c586444bea7bd87d902140188", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "0384a5b715d34f1a8e22b4f3495fafe7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "95b5edddce61437b9af6614eb24caf2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "121fa69e02004ceb885b8db2e0259c32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4bf0d244ac9549d69ed458059233b2af", "region_id": "RegionOne"}], "type": "tricircle", "id": "fecee84d254c48c19816cf72a18b5d5e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5d495cbfdf89448c8ee4b2ded07ae1c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a42ca8cc87fd434292517bed9ac21a0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "4bb427740c8d4aeca477ba67a573b133", "region_id": "RegionOne"}], "type": "database", "id": "deacfc0d246c4741b4eefdf725557004", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "be277900d8014bb38c32e997dd0b6323", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6e87c0a9f3e647b2b8cbfe591c680422", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "21926aaae43d434088b71a5125b01f45", "region_id": "RegionOne"}], "type": "application-container", "id": "48d9ffcb40dd474495e83bb8ac588ac6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "73a8db4631ec4adf92968e8bd1f62eed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7fa92d3e652e417c8659b1302091f53e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "172bc9e6877d4d8282782d839e033f1a", "region_id": "RegionOne"}], "type": "container", "id": "b24e56d5a6d94ca08cb2518380869463", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "30b46a24ae4749a69cbee23b9cd36372", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9b302dec7feb403eb7457662b5a0127a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d33f176e22bb48d08ecfebc35ea8024a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "af95d772020e4193b2f4e493f37d1bd7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5caa36f0b6f54970bef2c6e95dbd802f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "38823c2bf8e1456295e8227f7bfdbbfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fad67dd44b14422f85ee6d88db889b03", "region_id": "RegionOne"}], "type": "rca", "id": "8d50b887f793463388d9b085bfb5d2a1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2116a4ccd40842af8821a984a74aca89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8223b0233f96493abf51a1d4688bd973", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a5f05330ab1f47abb05a2993ae55b69c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "811bc3b8a72c4238875a94773c3ada7e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c84a8b2fd0284f9681d047284b3087b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3eaf849868b64711a5d29836e0eea491", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "dde8ecd683a54107a4288cc95e5956bc", "region_id": "RegionOne"}], "type": "network", "id": "33a01e519b8344b9b80b0cd0ce40e067", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "cae524a5af784fcbadb451226edb2b70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0826062d098144448d7ae75f5b18ba00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e716c903a3e943998e9eaafa94359c31", "region_id": "RegionOne"}], "type": "backup", "id": "5277ed3d96e44aff8ad85f003f1967d8", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "624b70c8a4a54e4b85a531ea29cc1607", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "793320c0fdda42e392040e149d96732d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ee44252a74b646ae9713ef5afa8bbd42", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "754b2aa097474a948e9c96e525c9d6e6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "526c02283a874a9fa2e352005e2c913f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9d5e46647ee94757ab8a6274585e2d14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "39a8f0c35c8040b7bd6297b26f5e9314", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "120cebc1701948d79de33e8ca94e8bc7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "50c624c1adb94b44b14dded9e052afaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e416b4c5e90e4a44a2854cc6ab93275c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "44e8c377a1124b04927750686438cbd7", "region_id": "RegionOne"}], "type": "monitoring", "id": "bdbbd5f33677484e9bc80deea538b382", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fcf24fb6764e42c99ab714ab422d124e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "93480dae9d2941e7ac837c1912628958", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "2e77d87e05484912a983be42983f6448", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "62e4367e8d46424c80bc302d34381872", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f9dc2008998e4bcd96753406c5951a4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "896a4345bc0a45cda62b8128386cc0bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "bc8889e33ef3449b9364948aa21e7798", "region_id": "RegionOne"}], "type": "placement", "id": "b62b01e8f0674c4694945cb961f5dd36", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "de94725972554888b7c7102ff7e66268", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "31da4943a6d943679dfa518ec3ec53b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "111fd01d7ccf4689aca90f93cead8f25", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2cf0f0d13ac844f7aed75b7c6eff99b7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "df88e5eef60c4b85b8f897f6d2cd1ff4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "edf5c101cb834c73900e81a2a20f7221", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1888087abe2846569cf0bb49aedee37c", "region_id": "RegionOne"}], "type": "ha", "id": "82a1a1d55ada44d8a6b06b44abee14ed", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e14783179db34d07872c9c506a39857a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e72fd4bd9bd348ab955dd1ab5379867d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "405c8ed44618410386f1f0336d0e85ac", "region_id": "RegionOne"}], "type": "reservation", "id": "554b2f700a114dba8effd22d46219fcb", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "234ab19a93a14b08a542a3f0ed5da9aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "885d0a28604445368d52883e66e76180", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e448e139d73a4d98b0e55f1e70aac6e7", "region_id": "RegionOne"}], "type": "function-engine", "id": "20398410096d4a989882e16834f4e973", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a8b690e7f4904e2987dff583f24df6d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "19b847a4526c4700a34e7b4bf9efda4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9d9128b75408426d9e0c9218b82ce5ff", "region_id": "RegionOne"}], "type": "accelerator", "id": "59e1e789a2074b2c8bf34c97810b73ed", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e32d1bd47923402287ed23d27357d3ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bdaafcda647541cc8d24d84a493aa67b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f007e30d255948e1aff14c65e82e32e6", "region_id": "RegionOne"}], "type": "admin-logic", "id": "5fd3ea68283e4ab69afd2dd8430cc4ee", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "099198fb2979483599edc55d62c33108", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "acb43926816c45adbd17bd6dec9ea8ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b0302f20f4b3403eb5f3b3cdb52963e8", "region_id": "RegionOne"}], "type": "registration", "id": "a6980bc9433841789d91f4e2825a7743", "name": "adjutant"}], "user": {"domain": {"id": "c2e26a42577c43ffaf447f458edc9adf", "name": "05a7680df76a4f17bccbc09cee2d4f76"}, "id": "e1206330a1ee4a0f9a81efde4723a09d", "name": "c7cf572d03294ba0be4d7263cd430518"}, "audit_ids": ["784f5f4f79a942649273078fe95b3712", null], "issued_at": "2019-09-19T09:04:39.983090"}} 2019-09-19 09:06:40,107 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,112 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:40,113 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:40,170 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images/091652d6-4aa5-4b4e-b41f-40f76964db93 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,174 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,176 keystoneauth.session RESP BODY: {"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/091652d6-4aa5-4b4e-b41f-40f76964db93/file", "id": "091652d6-4aa5-4b4e-b41f-40f76964db93", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/091652d6-4aa5-4b4e-b41f-40f76964db93", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"} {19} openstack.tests.unit.cloud.test_image.TestImage.test_update_image_no_patch [0.158467s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,261 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,264 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,266 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,268 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,281 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.202044+00:00", "project": {"domain": {"id": "b39f0c90c2d54049b3a8a8f77c8492af", "name": "13e7646e6ff04d6ea85afa778b7e2015"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8d262f3333c1485f8d960cee4a0480fd"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f64cb1cabf58467fa9046353db6a94af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "99db331af5af4b9583ed60c852f98449", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "31a910bec9b94267b9598ed308b5f865", "region_id": "RegionOne"}], "type": "identity", "id": "745d22adc7fd45d48bda856748c6ba1d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6568652a4b15481f93044496f896c3f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c85e68e474df4d25b8b263156f3d58ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "37be37b47ba34979b2557b6332c3b535", "region_id": "RegionOne"}], "type": "compute", "id": "cbf43532f10f4d51a3db103e5dd2cafb", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "caf51fd5fa7a4e8186bc9601ebb09beb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "06f92e50e22941eb8be0bc56c319c8de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f26f8774124f4dd28eef977b079e01cb", "region_id": "RegionOne"}], "type": "image", "id": "079f614ac2964a38b11cf694a3cf3d54", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b9601601961b4005b0bca51acd4e37c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "aa4ff5ebed2f43a7ac3ee275b6490d6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8d6a2c8df0c7470fa1c70122f541aabf", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b7129d75353740ccb5f74158d264ff9e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "350161dcbbdf456285b5625ba881b502", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6d8745ab0df45c3a2c629d41d021e63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "688c6e590df34ee699a13d27e75c9d29", "region_id": "RegionOne"}], "type": "object-store", "id": "e091a34ce9d447b994358fa61e89f9d3", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9e4d495d5d40462b837800e063002546", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "229e7b0baa194af8b54221ebf35677d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0d38f57b479c48eeaf5cfb2b41d48587", "region_id": "RegionOne"}], "type": "clustering", "id": "8ee32cdd2c794d79829e1587b07709cd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "84bb537470574ca8b11200607c63da1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f2e3f9c72e134e8d85d0002514d5917d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1b2dea6c46c3410eada4a9dcafea269d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8ceb04394c754e399e4806b4f890e20c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "222a3be2dc13422b875fdac885e86cbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a30cb524e67a4664b81b51d387afd2f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a0ea466cf2f34dadab1c983b31422a58", "region_id": "RegionOne"}], "type": "cluster", "id": "9c11f57da3334d3ca6d3fe2751c07d6c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fe3d5eb952774464ab9c249597b807cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "53e6f3ae05464d10bf690ff776058086", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "762f3b52b5784ab5bd61028bd7d07511", "region_id": "RegionOne"}], "type": "data-processing", "id": "bde5232199e240bbaf44cfc73889d221", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1ba4dd851f444476956cc33333e6cdd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e957c9e79b4145d7bf22b06bec224b11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f6096ac3492e4bbda6449fedb1c4678d", "region_id": "RegionOne"}], "type": "baremetal", "id": "b40807c39e1d4575989e7c6a40eba6ce", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "517c357ad5484e229ce58ebf09166eec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "df0fc61528e042aa8a0472d489dab600", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0c77a5e0528d4c0f8ae5ccf957004494", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2c25cb5148e541d88e2eb8e402e371b0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b4c2d68009834875aff139d872fe0031", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c962a3623f004aa6ad8d19b47e6e874a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5785adc8fe7f4ee5bdf27dcc933750c3", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "4f9d438e5d854562a1e0b4f6766bed81", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d9bfc2a0d1254cc5a403f71482ace406", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f1a311228ace404e888859477ffba196", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f250ed4dc989471fb93d59756817d673", "region_id": "RegionOne"}], "type": "key-manager", "id": "7205122821714fcaad5b59d21e865605", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "59cf46f506694c50a29878c979c59c37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d11011b6d5cd4f96b0537bb07c520132", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fb8d62ea0a8a4b4e9386a93b838a96d8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d52f5875a331447aad84bc6712bee43c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d1825582f76441c3bad05661b97d7889", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "06d95c62249d4431aa2ef2cdb3672fb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d209b457f139443b9cc98d8b8bf32a84", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8db19d290ab24b3689c753353085b928", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f974f6045324447db94e3de707a3762d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "917362ec1bc54d54b08cc78f4fed5386", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2425ecd289e240fca605ea5ea2fb6ec7", "region_id": "RegionOne"}], "type": "message", "id": "ab573ec174fa41489dc2f141fba1407a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b83822afd6674ac1a7f138c78ca632a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "73c94d93e3dc42ecb2e5e0a3bd9af879", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3152a6d791eb419392cba753bb774503", "region_id": "RegionOne"}], "type": "messaging", "id": "1db2c363991548ab832febf6d7bb3e5a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cda70829057840afa66e8c0d49a04436", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b523333c39224f47a6e75006e5fa74af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f0087fc0dd2642b996f356999aef697a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "223b36917c39400b8058b44759226d48", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9ad9388265eb4be8a667eab78d458c57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fcae01b74fc74827b403d6a3a4f7eaec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f7ac52a37b943d5aa0041fe4caa388f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8771f3852af940e78b2441013bf3f3b3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "28682e2bad7c4ae3911e6742c29f2c45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e474d7c98824f5c9101e02c72a556d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dc055db1a1c446098b4fa6ba740caed5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "9f0f1b92b7cc4f0f81473f6da2ea2345", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "941470a4458f44c6b213f3cf8873ed03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fa09bc3a817f4d059d9adac8ee680a5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "75e0424885004b988f6d1898f0089874", "region_id": "RegionOne"}], "type": "container-infra", "id": "6b1ae6f050d648d18ed8a0650b98046c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a379f942dc3d4ecdbc84c825e40b4810", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f11a2f32c81544abba7af84bb6721903", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b908b43dcddb495f902ff21f66dab068", "region_id": "RegionOne"}], "type": "search", "id": "9adcebaad97f4002aa42c7b41a5b7b0c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "dd98a58ca79142cb93f9a22e7e07277e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f3ff6d39e7074861b3b17008cd9f1236", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4eb8dd9f7a0b4430929cfe8035ca8055", "region_id": "RegionOne"}], "type": "dns", "id": "d77e3877626f434a89a4a4ccdbd0d0e6", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2e69f17e78084b2db2e2230511e4663b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "51470f6fd37a43fc8b54e5fd7f55f7ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "95c80a4adc88459087665f8e9f0f1983", "region_id": "RegionOne"}], "type": "workflow", "id": "74b205d7232e4efca2632d26d5d952bd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cdfcb1989e704df287dd767ec3496324", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "466d2c9ff7a74433bfcfd88a2a6f3386", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d8a518d40eb94dd480c15383ac7d876d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "fed1eee4c4a4435bbce1932797df0ce9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "0293704e1d2d4d07a0c3358bb4a93697", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d8cf6841843546efa6ac69d376aa9137", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f8dc283ef78a4c69b0ea6a6968c4b217", "region_id": "RegionOne"}], "type": "rating", "id": "0756346aa06048f8875186856ff67c22", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4960fd2f9fe84ad390fac72105bdef28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "40cb045c93a8438a9bb1e3b6baf52167", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b4ed283f0fa9453e9511568f2c634d37", "region_id": "RegionOne"}], "type": "operator-policy", "id": "11e5dcd5513a4b9eb74e9dec12db6dd8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d4720b36fa8c486cacde3cdbf58696f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "86e313bc3f9640d49ad4295d562171c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c3c0731d0be645c48dbf284a410301b2", "region_id": "RegionOne"}], "type": "policy", "id": "3a31f36f6e904eadbb1ee50862239162", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ee7b8a4bc8f8487fbb0bf3622f2d23ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "39593dcfa8cf433985c9ff1cab3f6769", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "207db19f13e4493e943a12acd9f16be0", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5cb119e9b4494b8395b9b1ded7cc2d95", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9797ef1d1a66472785dfc38182f76a07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9f903661f003492885e0bf4fa6d496c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ce16508d3e204e879aa05429e3ab705f", "region_id": "RegionOne"}], "type": "sharev2", "id": "db91dac5692d4468b9bc3310f4c5a4bc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b62ccbdbb43d4b008e2e9df3e9907c2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e364c1478e5247d1a784a4a67cb10ad0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f85fc12fb35a40f0ba9cb16e46c3d844", "region_id": "RegionOne"}], "type": "share", "id": "bd22f997fa6244ea98911029bba7aee5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e78fc50031274597b365e6cde84ce866", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "03ff1933459e47bebe52d53c7c9dd924", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e3f491a7db0a4c1198618e8751d091e4", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "54ee7b161dba45bbb9765a2307485fb5", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4b8760386aa48bb93e7dddcad7b305d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8204553504949edaee06d7a9ade84a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2bd679ec8783433ebd1495221f2a95fa", "region_id": "RegionOne"}], "type": "orchestration", "id": "12f5df4b3c4e4fee925924fe528f79d3", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "743fba860678431484448455fd8a3b5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c89ff679b410480b82d50da7088fd7e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b2c5934503e4355a518e482e5f9b667", "region_id": "RegionOne"}], "type": "block-storage", "id": "af56bba00a9d4c768abcf68cf2a632c9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a1b5426c7754de4b4a93c80a0e0d5e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d26f2d6b1d84587a549c464bb7375dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34763baccac24a9897e1c8c3a454ceba", "region_id": "RegionOne"}], "type": "volumev3", "id": "4a419e71b72e4d8d957dac8d9bce5406", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb5cde2a36d844948579c5ea2dbc7e18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27b5494d44cd426ab9004cdfb4ada2f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62e1284f593d42568c6084fd6e3dec1e", "region_id": "RegionOne"}], "type": "volumev2", "id": "f7809cee1e7f4a88972932198f56e2db", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "78ea91e411fa4c1f8886198dd1416eb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b1b2fca6b4e45c38696e1887d80cff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcd036f1aead47ceb62c346d2b297fab", "region_id": "RegionOne"}], "type": "volume", "id": "d6eaf8f0809d4f49bc8e166de399a77f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4055f5ee4e2549a08aad15dc49fe0fa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5045098df6d34570bfceb76afcafae6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "285bf07419f7462094adc360283dc417", "region_id": "RegionOne"}], "type": "block-store", "id": "fabb023634504e1db77638eac1524ac0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "79b2c04a9b0c49e089ba8f202baeda5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a3cc06d73a01407b850622222f11956d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f47c6a656a8e4ac1a5e3c2b8f1391391", "region_id": "RegionOne"}], "type": "alarm", "id": "999e54aab19547b39180c503dde39e91", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "79f86fbdc0c44269acd8a76517d8fd27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "80b19654087f41c9b77c190c6c1d3b63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8d72354a35be4acea0ac89a8677bd542", "region_id": "RegionOne"}], "type": "alarming", "id": "f33a17638cbf4c56afcb8b0a9a193f2f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c2c600d9f3824d6d86545aebdaee3721", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6d28bb606e1f498d8c0fcdab91c95de8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "edd01fcdf44c44efa195633bcdd76202", "region_id": "RegionOne"}], "type": "meter", "id": "b2711cdff8b7491e9d7651aa13c7b708", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e3cabca2bf0349f59dd9bb749513b45f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "85596bb9a3ed45f6a924560a1c78a6cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7fbd742055ca4e6f8678569d69bcab28", "region_id": "RegionOne"}], "type": "metering", "id": "5da89c22d8784c1e96a72e20559f2827", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "55961b0e88f84cd28602851fec2b83fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "72da28ae45fb4f65a746373ac2c0ebb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8bb250c8e41140989bef3ad71e8be696", "region_id": "RegionOne"}], "type": "telemetry", "id": "95c4faadaa3f4a859d6cff37d6dc51bb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7f721e4b444a4f7193731a6726441622", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fdd75852af0a4785bf3a51adc5a5e090", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "51cb8d3a6f544334b9ac7712638cd9bc", "region_id": "RegionOne"}], "type": "event", "id": "f46a07270c74419d951d52e4360b72d0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "864fd7984b424109981a3e32b4dec84b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f7c451cf328744469e81f082135c8f07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0fac267a30864cc5afad3ea06894c6e7", "region_id": "RegionOne"}], "type": "events", "id": "42960cc9ce204072a9c64b63c4bffaeb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "be4500aca855445993a4bd2899c5e04d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "805bc0435d11481786945772af614e3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "09bd921e29c4486ba8114d2e685d3036", "region_id": "RegionOne"}], "type": "application-deployment", "id": "50d031dfc1b6420a893b4cc7ac96c923", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "09f1db03b3b044a69fc564f0d84332b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "86eff54c2d904c979a7c7a9b6eb2bce3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4df3f641e9134bbfb0fbbe38f7059724", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8e27c29cc5f64efcac0ec0987347c300", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "caa2a676fc0e4774a98d7c09747fd6d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "59e399cf53974601ae9595dac65550d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "16f5c41eb1024543a50387d066bfbc52", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5c50e1c7e31045c29d1ea80460fe7c14", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "504a87b1bf8d4179bbbbd0d48f4289a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "48f2715350c44af3bb57a4a91ad08d45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "30095a0399214796a1a60cc1b0d09878", "region_id": "RegionOne"}], "type": "tricircle", "id": "622ae5b96dc84d4ab674c59c70e4284a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9185a2a89cd946b6a5a43b6fc38bf128", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9dfe5edf3e5247bfad8ea133a525efdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3346d0a92a614eaea007dd3d675d4167", "region_id": "RegionOne"}], "type": "database", "id": "f103001fba4d4f6299981e78e7fffc51", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0b1e87604ca74b4cbb791b719379aea6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a01c1329afca4c668b730afb678b3df1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "193481684f22406b988af8d4ca590f8a", "region_id": "RegionOne"}], "type": "application-container", "id": "bbcde71b38b847d7aadb3e32a99f7750", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fb3f1369dd1e41deb56f21f766262d4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ec991ff7179443da8b4eb97e32acb1bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "01478e3c63b34958ba0f29bcea61745e", "region_id": "RegionOne"}], "type": "container", "id": "1eb6030e5a954ba897ddd2e0e5fb0595", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "81d554fa3e7e4a26894770b46fb07cc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "48b3c363763845b1b9feb6e769b8a0f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "43e5778c9a344221b5e7ce174548f200", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b96fd080e30a4fc09cbcd778ced200a8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e491b4c925d6478fa794cd2fb6abce1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1cdeb8e230834c43a9955d2cf816fed7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cfcbe405862842d1ba0f768fba33379d", "region_id": "RegionOne"}], "type": "rca", "id": "66228d3702424446b34f89c5a45ec0cc", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ec63b99bd07941a1abfc44305b5600f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "84dc04c902e04776880940feb642e184", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a01ac5008b054d0f94290a321e54128f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "76ed027ad5274fde88d615b9f3becfae", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "82585360385447888367891055a27218", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4f35587596d943779af74d59ce13330a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8644047533cb4194b7e1507d34e99086", "region_id": "RegionOne"}], "type": "network", "id": "0d09c076ae9b4de2a882c633ec4cf168", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "792c6400ccc24cca8574b376d4ccc243", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b86ae9cd5c09430895d714920b5c563a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e94870c1dc9a4a2da22594fcfec370b1", "region_id": "RegionOne"}], "type": "backup", "id": "364ec19d7098432f8b5d16939e766590", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dc6a84351be340ad89d0e8fb36cb0d56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "10932b244c8b462c9da325f55ef4cfe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a42795232c7e4f6c87938c7acfb81fe3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1713ae78868547d5b58ea48c4f9070a9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "71756a21b2d340ecae7d0a2237e3d687", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "909cebfc176349bf8ef8de763fae163e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a542f63016ba4520882f6734b0affea0", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5a40e13414104619b200341e529fa7c0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3c827b8292c54f6eb6c32eddf32e8db8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7c4655e32abb478887cc7f60e13bca07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b1d64bece9d4413f9ab3a98c28365a3e", "region_id": "RegionOne"}], "type": "monitoring", "id": "a1f4857d33e044349822771f1307f8d5", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "815774821a4e4d9580534caeb58feb62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e20be82b84294751a9ed48e613eba31a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "968625f5d47f4d358d7584610d06714b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "08bc1a9ae00545ecb42e1ce527ea913d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "bdf32a753a7c4c379c124e2e86a991a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2053e69347854320b2847ebc3e8b1615", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e176a29eed454de4bdf78acb34bcd55f", "region_id": "RegionOne"}], "type": "placement", "id": "fbbe915f62cd4391b7ec4369543feb82", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "833c95f9f61543b0bb080a47794fa052", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3b7f69cba25b49bfa62916ab57c9c0ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "23e72337808345fab0b7491570c3b691", "region_id": "RegionOne"}], "type": "instance-ha", "id": "981c0068cacc43ebac9c924fec18afa2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "190a347f75864523a386d1f904edb39b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a6ae3e3b8279458593a11e17fdd9f55c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c4caf8e589ef4441b7bc778cb070638d", "region_id": "RegionOne"}], "type": "ha", "id": "8ee9ef3f91154a68b09a3dfb649f1ba9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "49a9ca3aeb5e4437b21fe96a5a326a92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f8e993393a004e5cbf5ae4c771d9c992", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "0021d5848b864863a8d08bc677503dc3", "region_id": "RegionOne"}], "type": "reservation", "id": "8fbe7ef995554e498cad96504e79b537", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "90328a09d2004f77bc137f74ddb8e0a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "80456e6f20764efc9f408e41a69b208f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "10f66206c9094b34a82fbbeefd018bb5", "region_id": "RegionOne"}], "type": "function-engine", "id": "de8ccaf05d76412987faeed082268a3c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6f9646db5670482e9b3291f121ea215e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7f1a043879cd46dab33454c6b22ae7cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "224ec8fe076d43b5993edd5bca82c080", "region_id": "RegionOne"}], "type": "accelerator", "id": "e8ceb698db454671864e7e44acb63fd7", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b125f2275a484349bd34d46d0aadf326", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9a709b4ed3364de1ad4f1cb0a5e6b6c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1b36f95642844cd6ae3c44d34d3647ca", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3df26fa748eb4bab9a0f9f3afce4018d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3bbbacf30b49425c9cc24ae7978be964", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "884df3f7a4e74a8fbb9412ecdc3d4cb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f77ba2a956444812b964946647daaec4", "region_id": "RegionOne"}], "type": "registration", "id": "5e089679ec5b400fbfafa1f85c670d35", "name": "adjutant"}], "user": {"domain": {"id": "ff0b2e90a86a482996866d84473c5f9a", "name": "9df67563c4704114a3ba59d3beb4b575"}, "id": "9f787b0ac2e345f8ad1b8be02b1e8d62", "name": "c1a2411301fa49bca65c28bea4675147"}, "audit_ids": ["1a400b1ee41f406aa7652dbca43c098f", null], "issued_at": "2019-09-19T09:04:40.202044"}} 2019-09-19 09:06:40,317 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,321 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:40,322 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } {25} openstack.tests.unit.cloud.test_clustering.TestClustering.test_attach_policy_to_cluster [0.246557s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,209 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,212 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,213 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,216 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,226 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.149575+00:00", "project": {"domain": {"id": "40ebc5b1d1344268896d07f851794d19", "name": "9f1eddb704474e439b64f00bf48988ea"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "183244d7813147e38593de4c98cdd70d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c5e941d105e943c499a9536ef7ea2015", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e803a273333440fe8def59b8d1863dc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "060f1a628c284fe5a86c93cb693ab7dd", "region_id": "RegionOne"}], "type": "identity", "id": "9110b58a0ae840759064f1ea668648ce", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "97f06344bcdf45faafbcb160f9a33ba8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ca693a3df3f846a5b532f1d00f2f45fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "df9efa689969461bb6cd0d1536ae6b40", "region_id": "RegionOne"}], "type": "compute", "id": "de5892f9044645c98fe46c74ca361bee", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b3706f4b00c24f2698cf64872b8f22d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2bd8b658f7204bdcb0b22272d69cddda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "fdc95a1b5d4e49fea8de5c8f8bbdb273", "region_id": "RegionOne"}], "type": "image", "id": "09c0d96e4696417480e36b2e986211de", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "59cafffbe2f34197be7b2bfa842c2501", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "10d40f314b0b433bb470ecf9e316d7f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ef9637ddaa744fc1b1e0d0de778671b8", "region_id": "RegionOne"}], "type": "load-balancer", "id": "8790e370119f437c904e4a98ad1d719d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72db7f80fc864d379f4dc4e82223362a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a374802d2c54be183a5bfacb4f890b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "145aaea3a7de483badf7de2d473b23d3", "region_id": "RegionOne"}], "type": "object-store", "id": "685e8b20176843cd8946652c6a282c9c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c038dead55ad45249d5df7638a04c2b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "05e962da37b744b486ea3df5990d7cdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d315732c238345318bcbf8987f7d1ca0", "region_id": "RegionOne"}], "type": "clustering", "id": "cb3e9ece63d84e6c87f25f8ca6c03d5b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e2902b58a03a4774a8cbf549aa1a3316", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "881a3c9eae2146cf9c94e5d40ab847ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d65f20a6480f41308e6b93daebc3a95f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8494ad43caca4d3c9ef9105bf8a97d73", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1dae3cb8439946d18fd13aa4183d0ab0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4622f4e691fc475b8abd439ab3273296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ab53203b59c44437a560cf9ec5ced416", "region_id": "RegionOne"}], "type": "cluster", "id": "9a6ec48d9b2b45b0a0b4ca890d489d55", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bee98a7cb03544108e13e1ce7545803a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1edad5496da14152b5d7e2bf946ed4f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "19f54c9807b24260acb6aac38f42532b", "region_id": "RegionOne"}], "type": "data-processing", "id": "d92517b736724b95ab785ab928b033a7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "349ff85c2d32420d95de980be5176a99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "da8d8ae9d92a40eda1f03fa2f4e53dae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "51e42cfa102047af807d5a9b690ce799", "region_id": "RegionOne"}], "type": "baremetal", "id": "5544f193519042ceba28558974ff04d6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "439a30adc52b4ab0b732a0f9ac460938", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e91d96e5b0b2444db720699c32472a23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a56436a1f31c47b6916a6c58c42f7836", "region_id": "RegionOne"}], "type": "bare-metal", "id": "15b58df8edfc4bf8b8aff94d1b2287cb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "230fe2f410614ac687a49fdeab6082ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6ff186f065a84c3c97e3f48568664a79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "44b6c63f3cbb44d394e0178d4b6aa565", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "dc9647f1bc634550b76a32d31641b206", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "858ac636a402448fae48ed6be82863ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5505bd16f08947f8ac5a7e269ebe6f6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "36c4d934332340c48425d4e81ad65289", "region_id": "RegionOne"}], "type": "key-manager", "id": "5d5be774a98347aba6d520ce892f72d9", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f41ca7c107bc4ddab411d29d8cfa5ab5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fea0d1aa4a874b449211a8a1966a6a87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f278842e98a94b83b9a70016ff94d821", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2234b4e0f7fd41fbb57d3ca63d2dd5fb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ffc500b281e44117b16fe9f9a3a07912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f971dda8a1d242aa833316e7cc871720", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a9266098da6b4cc9ac814c08375563d2", "region_id": "RegionOne"}], "type": "infra-optim", "id": "7662f898fcfa4aa290fde7ffb240bba3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c88e6ffabca64c17a0085e708a28c493", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4c30890f3a5d4c3a9b94050a91171f29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ab2cb8a438e14514a3c1d5d05be4d6db", "region_id": "RegionOne"}], "type": "message", "id": "3c2bdb5e297547a0905ada2057cd4128", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "19a4e35c173644cc8bb1eb97eeb8525a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "42e9e161be784dcab6c327d5e5a29b77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5240b10302a84ebe8e1a2fa6ffd4866e", "region_id": "RegionOne"}], "type": "messaging", "id": "3ea45b61d78446f7a8213df8007b7025", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "bd77d01bed124dfabd930cf6e65bf37b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "77d47f3b673a43f0b92c3a983700bd86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1de68973fd204c33a81029762604c689", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d49be112e4cc4bf58d701ad921eaba66", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bb6b3ba36c8148bd94d36aeba46757f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "707bec4212204bbe832a5af13bee7f17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "add0888a4565412d9012baed0d829662", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1c61ac29a50a4558a1af0a4e71c75325", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4740250352a6408e856a12ddbff2e184", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "24e10dce14e44e4b900906f70b30cd06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e41bead5c9144a03927d3150b6f0d1e2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "58c2220ea15c480cac5fd19ea1ca0231", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4e5f9896a58943548a35511b6f209668", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "02d621651895429dafa87e37e043ed8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3e074da8ef644de6bc1dfa141013ad1a", "region_id": "RegionOne"}], "type": "container-infra", "id": "c8ce4aac986d4d028af574c95be1db8b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a18ae6e39fe94cedafa6b09b3f3e7be8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7e26a548a2fa43a8b2494344ecd4de63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a5ba72f14da04c9ab4adf5943af79af6", "region_id": "RegionOne"}], "type": "search", "id": "0d3a3b35ae9c4a98b3c36a0c9d8f55f6", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "23c94bf9c8114977bcb735938726781c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ab4f0322dae845e7ba159e47446c95c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "929da7daf6354953a51fe484993842a5", "region_id": "RegionOne"}], "type": "dns", "id": "1c4c0452ea4b432185b6a5bc3ce25752", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ef9dd22e6fa749e3828d7f3ded7f6834", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2635b595e72a4d7a9a299063b739f2b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4689a597cffe4c6dab38d9a1802f5065", "region_id": "RegionOne"}], "type": "workflow", "id": "ca86268ae34140ddb202ee196a02e42a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "530d1a523a1d4ee39b50efa441806f5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3371b4ce09144b2d8b6596e7b0b36245", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4981b577d72a4a3d850662edcfaf6fdb", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c022676f933f4d78ae1bba163944b32e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f6e45c2d0c3045a5ba719d45842afdf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3342b0ca49b94ea59599d00f149023ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f4e45feb7efe451f917cbcef7fcc757a", "region_id": "RegionOne"}], "type": "rating", "id": "c4545b1ce84740139c7c338297604c77", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fcde0f4f229048c18a0dca94b9cf334c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4340d8cb09c244d89c753ee0aa9e04bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fea71d536c9945e0a5e0023aaa1a7f08", "region_id": "RegionOne"}], "type": "operator-policy", "id": "66182b9ccd7e4e3bbb8def20c09852ab", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2c45736eff7c4aa0bae82777639b6bc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "64fa7973d9034dc9a6795a29142abe99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ffc14c8efb6943ed88ba6962677814f5", "region_id": "RegionOne"}], "type": "policy", "id": "2d85a2491c0f47228e5f9ef3516ee2a8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "577306d5d24a4556ae64f6aa818a807b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8642d5c080f846d8acf2867cd19225af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "26ccfbdbafd648af82d841a829aa3def", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c87533392be24aee98ef98d01b6338d8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9be65063158b4613b1271d6fb511771a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c77ddcf706ac43dbba7a8bfd3bb22a7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "628a81b08a614b19aa491116b915d956", "region_id": "RegionOne"}], "type": "sharev2", "id": "15db8aa7737c422caa74a4099d364e23", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c1722d9861864389a0588afcacaa8973", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a74b535d748444ea87c6619186a0668f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "93743fd4aae94b52b5ecc216cfd6e199", "region_id": "RegionOne"}], "type": "share", "id": "f904007c25ed4dccafbb788f27c90d06", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "aa08d6dd084b4c0980893da240c1385e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "13bd70da8c1642c8bcb0f42b7db3903b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b819b177674442daba0dde368971aaa2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "65680dbebc714bceb3c02beb485a5a9d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ce5c802724a4bc498699405be025ece", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f0bfcdae89b4a41ad6c4c80971bd979", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfc553b9ef4b4c43a9f1b252e493da08", "region_id": "RegionOne"}], "type": "orchestration", "id": "666dc99e4bbc40fbab5b96f89e44b809", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e37feb42227485eb4fcfdd68e7da3f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3668681b7caf4e6b80892cf18bfe0d8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26da26e627064d92939d832ab0989d3e", "region_id": "RegionOne"}], "type": "block-storage", "id": "5d899bcb5d7b47deb77f4d635da13cde", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa3195f3cece449db58fbc64ea7457ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4b29bb1bd2247b4b4ba36c6e67da01d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b20897e793504cbba2474dafba3ecff5", "region_id": "RegionOne"}], "type": "volumev3", "id": "607918f9bc924a538f6ca04bee3c4a7d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d9661059d184a9282b4023a317a53c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "725e54527b364d21abb1e34e71a1af54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fb0ef3f125a4b29807dc284fa087125", "region_id": "RegionOne"}], "type": "volumev2", "id": "9378deeadcc446a2ab788aa3c383a166", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5fe9611ba564e1ab208b9791f300a18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87ac460d06c441d1b53990dc0d145612", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dde0cbcd35c24531b7af7bf5ecc72971", "region_id": "RegionOne"}], "type": "volume", "id": "cd650a4f0c90420fa4739088c30b83b1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da0cf386387047e1805c011248da5a2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2e7ce7a267e410592d6fcaecd98470a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4566bfe80d29483a8052a3d04741eee7", "region_id": "RegionOne"}], "type": "block-store", "id": "8c85ccc830d6498ab97aaec0487fe1d0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6760a12b6f11486a8c92da71fa5ccb42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e53fdbf02c3b4228a3e9c1afb066d21f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9573b882c70943f4bc069040ecfc7f7d", "region_id": "RegionOne"}], "type": "alarm", "id": "9bf515424d0d48e896eaec11de1f4182", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1a54a7f2920b4736913eecb4a2e34a92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e77606f2a79e43859512a55a41e2197b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bf4379b59a7b4ebeb59364d21c352830", "region_id": "RegionOne"}], "type": "alarming", "id": "f586090f0f324dd58c3ec3b795921111", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "676b78aa5d0f43ad88e7cff0ad8382db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "62ce117fbeac4d029c8cbaf6799417b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d48efc78365647c9b91cb8b7664e81f7", "region_id": "RegionOne"}], "type": "meter", "id": "e70e086f6efb4ee5baf49984623db125", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "392a5b851ecf4c42b1b4d7361a118391", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6ff38c63b1d149b78ae3a48652725472", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "877da85170c84b85bb1a0543c4fdc473", "region_id": "RegionOne"}], "type": "metering", "id": "cb028ba2f781401fbeaadf1cc48d0420", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e89b095fa916413ea354ebc9d2dbff1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "52ce49aac6464f66a94de6d95cad1575", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e0e1a98618e64a61ae39830a3eaea1b8", "region_id": "RegionOne"}], "type": "telemetry", "id": "08ee2fcc0a464871829c6625b2747083", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c926992d40544ea68e72eb8813a18348", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c41e7128e48a4923859fa9292e2a8ae6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "dd78f1ecdf6344a1a851a9a109f5d0e6", "region_id": "RegionOne"}], "type": "event", "id": "186b5fc79e484f73956d93eab795ebd1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "468bf56bd0ed4b18beabf8ef85b2db06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f16068582a7f4efe9feca0bbc2c8bd3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "170d61d8d3d74728923a3c69b4af5336", "region_id": "RegionOne"}], "type": "events", "id": "323a5c26726a482098cde04492e6a99c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "40fece6df9574cb981a3cd23fddd6986", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4c9904f2a1d34b4c9ad13511d17a3217", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5e95aa53f4cc41ee995ece956b3e890b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "69c284e9413f4dd68a36784feaee1c9e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "661d273a1bd0426fb1e94968c108225c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "133de9b427eb44a8921b59b723f004dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9c192fc0d33045fbb589f5883e810674", "region_id": "RegionOne"}], "type": "application_deployment", "id": "99598d06f4c54dc68d06a9140c8065f0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "735cc909a04b448e83f0245e1b287538", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f572a95008424961bc76408d6dd22d19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a8455b5094c4415182a82cd2bd797345", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "aa99c37f48324c1b9ef58be48e917dc9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "09ebca6435f14ea78bc7fb84890594c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1e08bb813b0e4119939b5e7153010b0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3ecc1162cd8e4cd896357c7037e41bae", "region_id": "RegionOne"}], "type": "tricircle", "id": "f41b4f7de38940cebf53d21fa4be9e73", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "55786144bb8741b9bc2c2a2a3c70ead1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6f04fb7709764788991b182022652b24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "55d758d0a4414b4e802f94dbb0d28c40", "region_id": "RegionOne"}], "type": "database", "id": "c66922273da547c79a667334916c8d4e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0f91287a16604bd58e29e1fa46fd49d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "06bb9fa23c8843a1a7502f96b6c4ed0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c7078053e9e14be4b7f27bc961052569", "region_id": "RegionOne"}], "type": "application-container", "id": "d661f11fc3084e1ca9dcb34593c20642", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d4e006e6ca4e45b4b996a9832ec26608", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c0d9c8d59b9a404bb91619f60dbaa860", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "593f78a4f00945558aa26c2806cb1528", "region_id": "RegionOne"}], "type": "container", "id": "2ccf16db710645dfad2b9fab21e5ea84", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3e150130bcb644fe854cf2c5da55b2e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "81a2015ed47c4b87b54da9c1d680e3f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "51aca7eeb90a47bba330eecf80ae8c98", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ff1ef199a78644c7a7cadecece72ba20", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "af0ffdc40dcb45fe9531f3960f293aa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ca7f925d1f2644c98622f34830c81d39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4e89cfd4108947059c98e54b8ffbd52e", "region_id": "RegionOne"}], "type": "rca", "id": "6a338256d7fa4348bd2ae5ca17e2c61e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7f4aec3c423548efb24386808c1b8cbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d700ffc0847843db84a09724f1590386", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9e999118c4864e378ac6db9337e4bf26", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "71f68eafae7b4eaf8e78e5fb6bd1d604", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "249cd00225f24fcab8e5426e7321a044", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a24a9ac20c1f4323a5383f2435e913b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "846632ca763b46d388973b67c6255668", "region_id": "RegionOne"}], "type": "network", "id": "18fda8d0788d4ab3b0afe749d4e3591c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0c4465f89ac34af0ac5712aca04384f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f0d3b56e278b43ccbca0f9c0e3512b47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "30e9f75f76dd4c718965922927609450", "region_id": "RegionOne"}], "type": "backup", "id": "acc3d5d0762c4bfa8de2e239c2ad75d4", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2c7790d76e47466d8dc61afb90db5bf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3ec2a77be2704898bf0e325a45b677ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b8e2086f094c4c28b745db5ba3a2d4ab", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "93a628e74c55462eae6a332c7c5352b3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5319ad74a8ae46e8aa672773fd7138c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "78681d23d09c4568ab8843998c950cc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "faf6fd597fa24d9dbb1a2fe372b91b3d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "7800443557f24763a4ca180a3ed34343", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8a5f352d33f14e68ba5ec3ed4a8fe5f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d40c4b279a264b90a32cef12751c6091", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1ac484a9d491420392ea1002c6a24d5b", "region_id": "RegionOne"}], "type": "monitoring", "id": "9663bae3a2ac440e97d0c38ba7612fdd", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "87a8398baeeb4914ad994944d3c6f7ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "18bc05c0853e4658b7784fb378e674bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b207942a3d2142c8a5afd97ed3d77eef", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3a2b868d47404071a036e36d9930c632", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "92dc125ac5c6410dbd703c359f85d349", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6d69a8810eba4f47a8446ce8ca1bacbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "52c48379369e4dcc81e73ef91158d64f", "region_id": "RegionOne"}], "type": "placement", "id": "b9ed671ff81b440d879e7a9754564cb4", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "65be542ea2fc4284918f526cc2febd37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c3000b8a79be4d659aa42fea29a281bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bd4c4c967cd04e939d9bd372a6e29d48", "region_id": "RegionOne"}], "type": "instance-ha", "id": "529c0e49cead44c7acdcb29e6c30be65", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a1b6dd8771d84a9cb6c33d14ced6f11d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0d217cc48a08491fbe2a84d0c1da0eb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "aa065eb671aa4e478d294f26ba74e5f3", "region_id": "RegionOne"}], "type": "ha", "id": "8ae40b7ddefa45edbde8fae2ca6c0a15", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "577bdae3d164460d91c970ae5106e2be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "01193d6a796b460bb1b20441141d4064", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "e39628d14e534a8c9e84b4b03df1dbc0", "region_id": "RegionOne"}], "type": "reservation", "id": "48829f74b03042f58cda3e6ad2de3629", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ef55613050594642a52e591e8c519551", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e3e31cae860c4656bc9988efe0421c22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a148991e4f3349b693a0e97be7a10aa0", "region_id": "RegionOne"}], "type": "function-engine", "id": "25f168428673457bbe4f8b20c5748041", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0a5dd2b8d20547ee80584b4e05d36060", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "72497b093f644bbc9f30d7a1a0eec3b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a5e0761f84b14339b3b4291d94833ba7", "region_id": "RegionOne"}], "type": "accelerator", "id": "08be8af1efd4494bb3267e351d97b942", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8fef348cdbe647539f3d41f5c5fcd9ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "16b0fd52f17e48258f135b5e60b62fa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "83a4f41d97044563a3759d5316121322", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3cafc653a47d43a299dbf5b503a886f0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cb696c44973749f2b6f5eff9f85b6035", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "06c066f94b074fd2b4d934801df74404", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ee96d48ce1d0426eb2e041549c76a832", "region_id": "RegionOne"}], "type": "registration", "id": "92dc227498fd4e77b45bbd43aaa13b33", "name": "adjutant"}], "user": {"domain": {"id": "63fe7421294c4e839bdd2ef4fe8d6f5b", "name": "e610cc534b4842ccaef8f6caa0a825de"}, "id": "f1dfc4db77e34cbba22eef7844142343", "name": "591ddb7094154450964c195ec0a780ee"}, "audit_ids": ["8518df0a97084553a9eb84c45d541358", null], "issued_at": "2019-09-19T09:04:40.149575"}} 2019-09-19 09:06:40,312 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,316 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,317 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:40,337 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,340 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,341 keystoneauth.session RESP BODY: {"cluster": {"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}}} 2019-09-19 09:06:40,361 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/policies/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,364 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,366 keystoneauth.session RESP BODY: {"policy": {"id": "1", "name": "fake-profile-name", "spec": {}}} 2019-09-19 09:06:40,385 keystoneauth.session REQ: curl -g -i -X POST https://clustering.example.com/v1/clusters/1/actions -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"policy_attach": {"enabled": "true", "policy_id": "1"}}' 2019-09-19 09:06:40,389 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,390 keystoneauth.session RESP BODY: {"policy_attach": {"enabled": "true", "policy_id": "1"}} {31} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_attach_ip_to_server [0.301032s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,116 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,119 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,121 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,123 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,134 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.054499+00:00", "project": {"domain": {"id": "e7df3a90664047b687a0442bc781091d", "name": "fde174a178b14545b8552d5ee8414515"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "2053f41e402e4fcbb171685b725cf379"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6150b51ae0574fca95c9f42a84f6c1b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d7e10c9d479e477bab00181fd3e8d976", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "fe15d370fc474bfa9ec015f7d76f6089", "region_id": "RegionOne"}], "type": "identity", "id": "ed9c7dd3a5d74218bdfeb47bdd7dcd3c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1a08b50cda934b06a610031e3ec83b40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8f357cafc3e54706981a660392641feb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "67e6d94773b64465b5b8e1d324aaced1", "region_id": "RegionOne"}], "type": "compute", "id": "3b0b010f4da04676ab9d65dc2cdc50d8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "483535463fdc4f7a93631a3dec44107a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "26aec393bd0b4fd59468c57c8bf0800e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4c99e6b93f654da59ab206fb640f211d", "region_id": "RegionOne"}], "type": "image", "id": "64aa42767cc8468ca5615f776cbe28cb", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1189d0c23a54413c93ea2432ade0764e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0b202769722a486f85fb219552313359", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8f7987182aee466db9ebedd39ddf83a1", "region_id": "RegionOne"}], "type": "load-balancer", "id": "99a8001ebb69427b8ea097039e86ff82", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed866c525831479c97a9fa810838ab50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "012b7603fee74eeead31de55f62ad573", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed025f500f454dd5a5c47eefd907ddd7", "region_id": "RegionOne"}], "type": "object-store", "id": "5ee9388fb13f413f91dc81432005ad18", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "75c2166146624dff905ed4c9e6bf1389", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "24bb733613e64214a789ab2efde95afc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "82fdbd80f9c64da297d3c4f3653548f8", "region_id": "RegionOne"}], "type": "clustering", "id": "d95279a830a44e46a28d0f5c3c6f53e6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "19b427acdb5d4138b98810d5ee1f0636", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "28f48116d8bb43ab96e63560cad444db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cea5be0445564784a43a8f2d02bf5771", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9b478c9facab41278d3b6a17b231ac2d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "674d7bc2e213484b942de0b78980c22f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1be55f24bb1c4e91a6f9fda8483f06cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "26fcb47a8f934cadad325ce32a47c3e4", "region_id": "RegionOne"}], "type": "cluster", "id": "598458124ebe43a5bc4f1ea656dc4cda", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "052085b3bdca4edab7bb465cb47a3e48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "45f8db6e3f5d4a3b83441c5d12fa80a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "4cb05040dcad4de9b91e3307ecfad311", "region_id": "RegionOne"}], "type": "data-processing", "id": "cde0287cb61945169f699bfd414014be", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "aca6898bb8384ea49d265571b63182de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f7c34fecd9fc40a79145aeeadd720f30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a70284422e744040b34d53d1f5efc1c5", "region_id": "RegionOne"}], "type": "baremetal", "id": "30eaaee1fc76434190929056f329137b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dbcf22df698843a1ac31e6bb7d8b2eb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3116c97205a34d0eae53bdd165bed3ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f6496bf59ce940559268f773de3d7336", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4b71f30b4e77419eae0705783f561fc3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c215e5ba306b4edba3392cd64719fb46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cc100c1f2dd8493dbc91624acfceb328", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "37ebb899679e4a2ca9ea4464bcf804b9", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "cb38f76ee6e741789680c2e7c6c4a004", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "840ee0a7b24f422282d30d04614bf35d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9b5a951cc2e0409ba5a9009c031df2fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "cf3404d13ce04be2ba7105d6c44d1f0e", "region_id": "RegionOne"}], "type": "key-manager", "id": "fc50d5b7b26d4cb587bfbdfdf3bfe761", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f383d4de5ce94229a7e2129e547ed91b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4af1a13f812c42b59eb51d2780e5da1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0f10cef85ca245888c8f59f380f7b337", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "887e41a4a0af4580bd343cfe1e7801f3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3577e24c8e5147569409add30815ce63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6bc77ff4d97e4d4b80b2d1047f23f835", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2bf6f43b7c554ef887d399dfa5a621ea", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9e5101b5b56b408f871be8e5cb7e6968", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "74e069d68dab4f7da2438569c6dbaa6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e0028211ace84b68802cbba8897dbe04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8b90eb0c2d54429388dfcbff3bf9a495", "region_id": "RegionOne"}], "type": "message", "id": "2d2d4ce129a74419af17b806acd909c0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4b4eb3af6e7143518a171dfd2d4b7e13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f48fc6a500f24fda96f6b58ec85af27f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "22c27fa9b9b54121ab9f8cecdb40705e", "region_id": "RegionOne"}], "type": "messaging", "id": "3984940a74a24b4283e5d05aab2030fb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4848a6d34f3b4ccdbe980277c4abcf71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a7de85d3d4f646f89df486eb7e293f9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "cae0b0f188e147ec82fd60704e6fd880", "region_id": "RegionOne"}], "type": "application-catalog", "id": "16947500ebba44038cbfb5da29fb1fcc", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71564ece9ac449a9b403bb231518b6c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dfcf1c1ca36646f4a151ccd7192e4177", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5628f6eb957745f598ebc1a747cb6074", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "82e427b9efa147e5a51e8e7d8cda89ee", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a64aeb83fb564b89a52f01e85a8f7382", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b8a51e261e084ea3b37c908198c5b8b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "16bf3f3836bc48ddb44670b4547aacfa", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d0ae5770b0c84c52b744a87807c31629", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0f95ed0dae514f16985ee6b30019ffa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fbd62a8a93dc4621bfdf7fd0cf89006f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "67015a139083414ab7c7c598963f8532", "region_id": "RegionOne"}], "type": "container-infra", "id": "be71a755050f4477b6614dbff5e3eaa0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "9d08416d1f1e42628f9f91a96f4092ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "eba10a3b34bb47969694529d15b08de3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3a67c7a92715493ea199a133b50f8d6b", "region_id": "RegionOne"}], "type": "search", "id": "c8fb5600db1e4e0082c174e6423cd0ba", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "0c0fcdefc14c48d591c9df204572c89f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8d0ab7ecaaf946f686553aaf2c0e4841", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b4b6458734de41f9b11796228b7cad1a", "region_id": "RegionOne"}], "type": "dns", "id": "4d4a82a4df514310b22c0dc2ddd7ae67", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "37382bf9e0944e18b40f5697e2469ff6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8bd5e15abcf946d7969fc8b0b9767acf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5080ef8862654ee09dab776c1d70924f", "region_id": "RegionOne"}], "type": "workflow", "id": "b40be73094114ed48007bfdb023d2399", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "89a342b2e7dd43888bc779ad30516cb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "08293bca1126444cba927ff327239f11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1e60a970a9414ba696809c9750177385", "region_id": "RegionOne"}], "type": "workflowv2", "id": "07fbfb03cf314b43b1f8901c5e0ef816", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "43f3eeddbcf64958af5583cc1f77a012", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c15190297b944ab4aed9959dcf012ff9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d936ae629d984ca1b1abdb06da5c380e", "region_id": "RegionOne"}], "type": "rating", "id": "52287e6d8a614165b67fa4769c7d37f9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f0417e15f2f94c1aa882fb349318b7e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "729b812ec81445bd9b8c4f9e0bf1f41d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "805d9ad15c154e9faa1ceac328ae8a79", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f513c72731334de09ead351e5b9f9dff", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "005d6841ffda4ded8e90dc4b3ef7b2a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ea6fd9d6c368477882e49a9b3e6c9a12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "65229b3d46b64ce8b7229e5556ecb89b", "region_id": "RegionOne"}], "type": "policy", "id": "5fdb4ad9322f4492bcb1aafd62c9eb77", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aac2d08e44554185b74a9055a415a85d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6b79fe2b9f714ebfb078dd88d88dfecd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d09d12092d2d45af819b3873b3fc62d3", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f01388dd1cd344bb900b829ee7e59f8e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "86ccaffbc2e2443b8a11a1829419c04e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f7d64f4670564a9290448e01c4071062", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "342a4a5d275f40e2b3a2d304abc7fbf2", "region_id": "RegionOne"}], "type": "sharev2", "id": "c69fd5b4032543b4b3596143932c2c5a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a9e96e953cad40888fb4371f7552d09c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "23095379cf7b4b61b9f19c93d2b11a45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b8b9bce7053c4f05bb6ef23d1da467ee", "region_id": "RegionOne"}], "type": "share", "id": "77cee0b732c24e0ab30fc39451c2911d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8a9679c9a18e4ebe80b0bdcf6fae309c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "78f76fc8c05141f9801bf14a82bf5194", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5f1d893a23804487bb30bdf2cb3d320d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "df797b13269047b593d0327747c060ad", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9544f51bdd44c0cb77752b08bc4d988", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99bd0545f991416e88a78e6122373ac5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "714cc9e3920b4e74a7d6ae28512b78ae", "region_id": "RegionOne"}], "type": "orchestration", "id": "0f595b9ffa034eecab461eb02896aa61", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef114127015748c0ac0d13c82ef5ab22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec07609d0f834d5087f1d5b893c8bdaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41745871be2b4e7990eebd1112ec293b", "region_id": "RegionOne"}], "type": "block-storage", "id": "fd70051f4c37400484876ff4f73db0c8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "877e9a59c860454dbb37dc70cd134bc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e11698944b5b4cd0909083fe80625e0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ece934a612a45e3b7a80f60c4989fd4", "region_id": "RegionOne"}], "type": "volumev3", "id": "b991d7ea677b4e5cb7c976f0ae3b74d4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42928a278f484b43a16190f98f0f0b2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc5869dbb4ed4c128843f32347b77682", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6788b701ca504675b38cc54cf90993ff", "region_id": "RegionOne"}], "type": "volumev2", "id": "f8686956b1674a55a56630a1e540f202", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dad8d14becf34bf8ad8c041a1725a283", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea0140c7784d4abb8bdd6924ded55d57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98297583bc82404d93314da45cbb1b14", "region_id": "RegionOne"}], "type": "volume", "id": "b03d6ff40dd3442d8ad1b8c54b92933e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ebfbf545bb984b72b2ce8c8c1b2b01fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c99c25b104a2469cb89d41e1130be652", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c3b9b290c7f46f282acdb9e0a46f93f", "region_id": "RegionOne"}], "type": "block-store", "id": "e594a56ab3f447d7a7706aa5169b2f70", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "feb7c675b5b342039dccbe257268a295", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "feafd2ca5e8d4a73b85b60cfef241ef2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7d48bc877fac492a809ab87006a6c98e", "region_id": "RegionOne"}], "type": "alarm", "id": "fd670f15a5474566973f1976134037b0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4ebb9316f7384ee582daff372bd108b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "344f1eb35c744a6c8468b9acac214d59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "793c2422b66c43398723fcb14091e592", "region_id": "RegionOne"}], "type": "alarming", "id": "421800e4caa64061828c80478fb7d920", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "846f479575a745a3b500f5f28db4685d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9f86732754fe4f87a5b6052cda8d54a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "150757e9d365413c9879d34d9e5055dd", "region_id": "RegionOne"}], "type": "meter", "id": "1975b743923f40be9313621accfac425", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "aa7f86332bf4471ca7f19c34e0d95be3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "299c465b598a45cdb7eff3a1359f5501", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "33b4a81d55a846878fbe9079db33b735", "region_id": "RegionOne"}], "type": "metering", "id": "b8516157e3254f698a3768e97c07b648", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "96566e1ad3a9447bbcb372b800524507", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bb46ed288f4948c2924ef1fddd12ea5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "69d6da3865af4f34888d801e6bf287ba", "region_id": "RegionOne"}], "type": "telemetry", "id": "0c71504ddfe0407fbcb8dbf736c3f15c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "35d7c2a76ca446a794bacaea09ed2f7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d74c28f98a984c45948856149afb5fc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "693c89879f7e4d8ebf0a7bc93b9417c6", "region_id": "RegionOne"}], "type": "event", "id": "4f27f83bb4fa49ec9472bab2dfa5adeb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c0bc2259ad6c46b7965d4d19434d14c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0c72579fde36482095696ec6c99c91c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8afe02b62327494ea5ffcac45fdf568b", "region_id": "RegionOne"}], "type": "events", "id": "e9f415f249914dc8afe2269260abb4ce", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d5aa39f7482b45e586d0fa1dbaa2da65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "13e97e2973f54a0881b67c32c678bc7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c3be0353072f4415ad594dcfec0d9574", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f50d5b24f2b7419bba6797cd0ebe026f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a622894dc1dc47ba86f47a5a304ddf79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a93aee9ecdaf4e9a87306e464fd9e2f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ccd01500cbaf4881a97a26a39de6196f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "fbb5efee13ca49f6b682abecde0871ea", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "18dd508ed4104689a8022a93dd30ab60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "439bd773a1c94e0884581bb9692fe421", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fa276216b9e647c3ba53dcc6349ad9e3", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "deb49733c75b4552804c047ddaca9965", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5a1cc9ab42b341fbb76c1d0432b9d63c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "25fe965c0c7c4eea8b6cf1c51cdb215b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5dc409e47bcb42dc87cc31c76ca428fa", "region_id": "RegionOne"}], "type": "tricircle", "id": "35369208715c434aa7ba6f90a8e252c6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d5e7ed5d305842b7b70ad382a226f7af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e54f4bba502f4530b32d281471f42592", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "68f51e2188294efa8b5bf07f86886bf7", "region_id": "RegionOne"}], "type": "database", "id": "9225cd1f7d5d4e04aee33f7207de52f9", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "97277d6e9f024344bacbc10eb495fee1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "42b54f059aca46ea8648f28eb87d0c37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "53fbd8cea73740c2a5a4c4effaaa7f41", "region_id": "RegionOne"}], "type": "application-container", "id": "121ddde92f594e8d895ba37f0ad17cb3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e2853f34c0f648d4b54cb02c0165f7ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "63ba7bb3507f4c8199c7e329cf9affd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bfa873fb103d4b33b9f0cb1640c91628", "region_id": "RegionOne"}], "type": "container", "id": "a1dd6b6cbc624885b3fd91cb1b9e5b20", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "898fd53f9ab94e6b8c8717d269f9b28c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f3883a9256ab40f2854103cd295efe2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ae8b0c62c32840adb5c5cfaf22fde852", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d7cb58d2aaec48afb0d5cc8feca71ad5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0220f0b7ec104a59aa142aacf2692c3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "530c0962ed1e4563b5b3ee014da6a064", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5d99a4a40dd44885b0f7c6166b69e0de", "region_id": "RegionOne"}], "type": "rca", "id": "ed0d43d3c17e40458303affaf5889e9c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "51035adea1034f5bbdfc85e53dd2e614", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f1ff6fee9cfb460cb6a16533fef022ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "4b021efa9c6e4082a792c3b6f38bd562", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "73c416c5cee04a0aa154f44dcf9f65c1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e98f83c666864a299e7762567e9e2112", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1c50f4a325bf4914922423c3a8892b5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "80951605fd804bfc94e2409fd92df9e3", "region_id": "RegionOne"}], "type": "network", "id": "f411cb9d93db4c9bafe237d6da2c4c84", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "466152c918e949e0a6c305ff4367e4be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "066bcbd1e4a64640ad99ac2b6435f92d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d818f81669dd4ec7ad6ab71eea17f010", "region_id": "RegionOne"}], "type": "backup", "id": "8799c8995c0f4b1dbcc7ef604cb0c42f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e70fed5f14eb4f47a70576feea82cf79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b9151a72b1af41a9b37bc6e2cb834590", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "53dd187235b24614b07d630cd1a18359", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "645c39a21e22446c9c54f8e7d61a3605", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "50b102859b6741408cebb25e8208c7bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7208823d4ef142719f1059c72ba9d331", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "52745124e53141ceacb62a046d7e83c3", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "228bf716550d470d9bff2a11c7abb89b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fc79de1c21784f87a413bd7f1946417e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7ac0a52bad144cd09807f59835de85f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "d10637f7d96c44fc8a617153d966aae9", "region_id": "RegionOne"}], "type": "monitoring", "id": "818c9f573d9f400ba43b53f92d863498", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "08dcabb1af054988a574d4d2707559c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9e03177fa0e64e809c000c2821a6e30e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5d4f668bd5c94b988e463252761d3421", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "99871ef366bc4822aded936120aa1e8f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8e9dcd30f37f42f5b0ef48886c8bea99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1528cc71a79e4c53ac82f0f2b4002929", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "117173f730f1448cb1982b574317fdce", "region_id": "RegionOne"}], "type": "placement", "id": "94d21649abc54b52becbcaa6fce348fd", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f5a5d11751664abf9aef205b8dee9729", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d8fac2fb38904f07b628fb064a8e4170", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f13e73e70ada4730961a327e189e0e8a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "118df3cfc14c434e9271b5cc33b0ea6b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c59f4735d530462883300cff7dc347f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b5103020685b4f20bd92f2c8a679f8a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e0964e8414274b96ad8475293e6985f0", "region_id": "RegionOne"}], "type": "ha", "id": "00f8d53cc7224bea89b29c2c72b0e349", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3067d90541d64820911460f9dda99db0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "134f66bf44f04914aebb55e3aa446692", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a7204e1358574bc28943a0e38936e681", "region_id": "RegionOne"}], "type": "reservation", "id": "b0d87f8921bf42f58265d13f200eb9e7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4612b46153bb4fc883ea0704863c1941", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "adde513a049749e591d4326d8eec81bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "87bb20096e9e4395a73693fe63c46325", "region_id": "RegionOne"}], "type": "function-engine", "id": "973c63c2c7894323be544efeae35a02b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ab570baf201b406dad6232c92fd231cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "49604aa4ca0d40d9af8da3969716f356", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1ee6af033c724f53bdda4f4198874e12", "region_id": "RegionOne"}], "type": "accelerator", "id": "42dcae20e88146abb35fef54bb66c0db", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e44fcfcadf7f4dbfa4836ef7f530c5a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bae3056ef7ee4faabcab656abbe2a69f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "679475f99f98457f8bdac19ed9472228", "region_id": "RegionOne"}], "type": "admin-logic", "id": "186e4189ab364699be0421633d95b810", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ccc61ad29ab648c2a7d6b88d9aae9225", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "331a76a9f05b46bba706d3fcdf7fe050", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "04171bd1a90b4980bedc9f05f3e55705", "region_id": "RegionOne"}], "type": "registration", "id": "3bbd4092e1c741778a1c563839d6207f", "name": "adjutant"}], "user": {"domain": {"id": "817f68a305e84d1ca1bd4796ca07d767", "name": "4a9d2dba4b4144abae245a0379bda7a9"}, "id": "ae6e0cc6f3df44ff935f54b402ca82bb", "name": "73ce6b7267d2428b9205fa58d8b18d93"}, "audit_ids": ["f89060dfa93548bba6afcf17e3902841", null], "issued_at": "2019-09-19T09:04:40.054499"}} 2019-09-19 09:06:40,335 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_id=server-id" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,339 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,341 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "binding:host_id": "devstack", "name": "first-port", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "70c1db1f-b701-45bd-96e0-a313ee3430b3", "tenant_id": "", "created_at": "2019-09-19T09:06:36.169200", "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "binding:vif_type": "ovs", "device_owner": "compute:None", "mac_address": "fa:16:3e:58:42:ed", "id": "ce705c24-c1ef-408a-bda3-7bbd946164ac", "binding:profile": {}, "binding:vnic_type": "normal", "fixed_ips": [{"subnet_id": "008ba151-0b8c-4a67-98b5-0d2b87666062", "ip_address": "172.24.4.2"}], "extra_dhcp_opts": [], "security_groups": [], "device_id": "server-id"}]} 2019-09-19 09:06:40,344 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda7.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"fixed_ip_address": "172.24.4.2", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ac"}}' 2019-09-19 09:06:40,348 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,349 keystoneauth.session RESP BODY: {"floatingip": {"router_id": "d23abc8d-2991-4a55-ba98-2aaea84cc72f", "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "status": "ACTIVE", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ac", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"}} {9} openstack.tests.unit.cloud.test_limits.TestLimits.test_other_get_compute_limits [0.279798s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,130 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,134 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,136 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,139 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,152 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.073275+00:00", "project": {"domain": {"id": "8c419a8bbb0f4bffbd196abd5ffbdadd", "name": "4ef71ed4a7b94508bf77a30dfdbcf8ed"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "58b2a0b99d9d418fb62567e7daa0008f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c03a4fd262844679a4fdd8b7b40fe44f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d867b0ae29bc4cbcac76b2127b929c66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5d7c25a044f1408d905229c28ff13d48", "region_id": "RegionOne"}], "type": "identity", "id": "49132f586a644c57997dc01b707d0cf2", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c9e1b60f6db24fff9b265def9a07fbba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "760ce984076d469d8f31f946fb7588d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "2a934de6fd854b43be95f85a06439f6e", "region_id": "RegionOne"}], "type": "compute", "id": "d312ac62d5cb45d58dcf3bb2e111fb1b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f932206bcfef492f999d94aa51e0a849", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "72d10e2e11124f2fb17a10bd450ccc42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "820355e29ca24378a3440c802de0c22f", "region_id": "RegionOne"}], "type": "image", "id": "45c9dd7eefb5429db60b69597a544977", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0a8a515e18574e9bbf0068927c0a42c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "17105759b8d9466e9fc037b695583cbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a52d4827f3ce490d8a766a5c5cfd993b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "fd7999592ecb4a68b4267763c40a3564", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c917d9c72ace44c9835eafba4e700fde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8dad5dd2792345c8b28c1825bb0b50de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a975ce4d421245e1848ecd2525c3e7ae", "region_id": "RegionOne"}], "type": "object-store", "id": "8878971706c541048971f1d55ec67534", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9a06f93297de4fd2b8a281f7b93af451", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d94e4bbcd02b400e99711f2421854b31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4830ba993786461f908760cd65438cf8", "region_id": "RegionOne"}], "type": "clustering", "id": "240c21b2a8c5470090df38e1fe02bf7c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "02fad508dff64514b01cae5adff0a2b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ac65a6387b4d4bb896301a7b662aef0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "011e7c2b20964b92bdd72fe58491b7e5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "3a5a6a70b80f439a8a2b619ce984a6d2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "42402dae95ad47b0b545e689291d953b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7ce4de7057a14372bdbf722b1a210bcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4cadc15aaf574b38a79010faf23db3d9", "region_id": "RegionOne"}], "type": "cluster", "id": "e040de742b664742a09a3b7c6e955084", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5430ec2a1fb3432aa675219de57f0288", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0b931ea90397409f96ac7caaa805dafa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a1b39009c8bd4fd8bf59f8cef7b166e9", "region_id": "RegionOne"}], "type": "data-processing", "id": "f35e469c9500457b80c86d6f4d07ae82", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0fc08589a3364099a737472c014841ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fbe8ed1ff6234d2b862b0c1cdccf798a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "525fc3d9050d4fe685c8949595f8acf5", "region_id": "RegionOne"}], "type": "baremetal", "id": "6c2f27d27fd84457a458a9439544ed3f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ac68d1b6089c48fdb4ddbdaeb786344a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3a1528d5bdba489aa957348fb89fc53b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b1c5a265d04249a38bc75ab8b9d4039e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "5304c833054a43efab9e65ab58cfa821", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3fe90237cb5a4f7bbb48dd1fee2f19ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3c0ddf72113743938cc7955bff56e053", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "354b3a57a8624370bd1b421e6843a905", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8650e2c5c2f145c3be520e5331effdd7", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fff70e356d34463abe613b2f6232f124", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3cb9dda444e74f7d9abec4ec676c4955", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7cca4e3b67df46ceb55ef3c1e3b1912b", "region_id": "RegionOne"}], "type": "key-manager", "id": "5d872fe746f449a7a4681a70970bc892", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d84a54f0866045f7b903c2d237f1ceb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "53608de64f6441c8988ea69b4db8400a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "12c34a2b249b40619a4299a65827de8b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ec30fac2f591431aa7e0977b8058e2b4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "860c6fe6a6bc497991e56e49026b6edc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "08694e0998c74fa6aa6d7d451b4e7f6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c71233d5b62c464ab0de6c8abe764875", "region_id": "RegionOne"}], "type": "infra-optim", "id": "828071dc0c2147d7b1e46c823f8a4df7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c80534d8e85744aab7441fa1f73e5600", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c1e4c3f7a8ad4dc580df5168c9ed2767", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "97b0b14639074a839fece16f4dc22796", "region_id": "RegionOne"}], "type": "message", "id": "df9053820a39438f9c5d415f80eecd91", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "32e6ec0c1b2f4319a277625197d79610", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "aa649bc37b6640eaae50de63f78138b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fa71e1a5e2c94b798858d0116ed3c81d", "region_id": "RegionOne"}], "type": "messaging", "id": "d5259d3381a74a08a11549e75a06772c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b6a1cd754211417387b1cd4a6f7025ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b73b070098d44006afe57ded47efc1df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "89b16bd0c4bf42059146010d3d2ebe5a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c12e3be8871f48d7a1d3b96e50910eae", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dda8ce20203441e888c269061b0aef6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "82f6fabfd7284ea3afa6feb70d7ac4ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c61009714d146c580e4f9fa1632c61a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "85be6d8baa4d4554b94c7cc30b237447", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f0b7b7ab93b24dfd9bd945d1903e2690", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3595bf424e4b4845af54d03542cf571b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a03b5cdfbfa4cc0af31a513c6ec39d2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a2f2b4b94ffb4e67bf17b72c1b62519d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "17146b07143742c098863640516a63f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "43cf3900ec88444cbbcf0fb388424a9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2dfab71cf7714cacbb7dce9c9aada5fc", "region_id": "RegionOne"}], "type": "container-infra", "id": "91acdb79d3b949b995526c0cbd2e2756", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "99f3ab162ca0444e99c83d145f0c9c7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c9db610db70041e3af1edf0a2d0c15ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "732404dd09384bb8941b19e5f156b228", "region_id": "RegionOne"}], "type": "search", "id": "bc5475f8a2894cd0bbcdf640e5982eba", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5d28a77ead9f4046a1b5baf0da67dace", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8a2c625e10a6492ba278ba3456b8fae9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "0b4999bf3be44a9d8caeb91ea9399d1f", "region_id": "RegionOne"}], "type": "dns", "id": "f459ea72ba7a4fb2b79cbb204f433a75", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c1c81d0837b646f3bfd251dce404271b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "40f59c3d8269444ba5341ca41c6eb456", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "682ac1f26c774c1da077b4f6f32066f4", "region_id": "RegionOne"}], "type": "workflow", "id": "197d0b7f33914756b0fb7e7b64971e65", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f8130741a032483ea9ce647466dd89ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d9387fd2d82444f9adf0af9aa458d240", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fd5ef1bca9414d2e855b9741b0e4507e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "17b91cd9e4c0448eb30e93a48385f8d4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1552b1f749954160960ba8290d4e80d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "68f3995956454b56b2182cf7e57d68ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9cdbac588bdd4107bf4fab4f0cd69a71", "region_id": "RegionOne"}], "type": "rating", "id": "50ca0d81a0fc49d998b71032cd8248df", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "23cbc6b568a14fcd877c76397519274a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e9a777bfb8ae4ddcb13378136cc39cb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a75afcde503741f5a1d90803dc4d789f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f46d8441d6dc470bb4795f1b18db97bd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1e4eb6381d2f4fda82fe42c3c4dd8c36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6fd823f757884b8d8d263090fb6a5696", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "eb37ea199ff14e64acfe31e655f9c841", "region_id": "RegionOne"}], "type": "policy", "id": "a12a2214f3fc4293943c6c79d1264332", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b8e00deaa7644b77a82c9f713293c822", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f9d311c62cd0449c9ebf4c45d9c298a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "16fe3da9812147bfbcbc443b393fba02", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "941c6a00443d4100b558bb9ebfd2a142", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d9566f64a2174ca9ad4ae2242571bf78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6ac5db94b0dd4e8687a25f36ac598ca2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1fdb7d98ddc14b66af7cb86aeb616784", "region_id": "RegionOne"}], "type": "sharev2", "id": "39f2567eb627439984c1c664a92bc499", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9ef6b893e200424ca4231e5e28c2fe8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "130ec4bccfec4d05b6e3137d1392bc98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dae0451360fd4a318ee1471aab052aa0", "region_id": "RegionOne"}], "type": "share", "id": "021f9428427648e3ba20b64ea5b2c476", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ed767d670ebe459b8eea5ad6128a6499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6b07e47e19324d269fb96ae396bfe52b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6eb45d58619a4b1d80b914ef1b261872", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "da63068e8b1d4d3b9afe19c672d5c719", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "852ac027461b438784575ade9c22cc8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6177f937614458584d8f265aef9c59e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4e96f514e7747a58b39386bb94b4f40", "region_id": "RegionOne"}], "type": "orchestration", "id": "3cb9bf31d0f748b29b25341eb9df3f9e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dac397ab872a4f3a9532eb60ddbc8548", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb4c61f740774402a86e14e4cf1fbb89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50968188a34f4ea5930fdd199a58bc4f", "region_id": "RegionOne"}], "type": "block-storage", "id": "10999b4658e44ff4a41dd5882b555520", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ddb3d94ca5a441e08c7e2d618c7236dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b29be083764423f8cb1227dccb01bd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be3d8259bab945a6bbb4d4dc77a91d6e", "region_id": "RegionOne"}], "type": "volumev3", "id": "9dff9ec5ba624d8085618f287be632cf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "015cde19275145a69aa88ea2b5795b9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66d0574dfdc44cdf8f4ecd5241400ffb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1eae093f29864d8b811153c51b84e415", "region_id": "RegionOne"}], "type": "volumev2", "id": "08d4d1d9f43843f08292eca2da3d1be3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c27df97b3cae470290c7b3a16730d35b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8d88d6e81414383826236cb7904a7ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba26165a5e7346a9a6b09adaeda6afad", "region_id": "RegionOne"}], "type": "volume", "id": "4d002f02e92644f8a06162cbd56cfaf4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c57131bffd1048ffa69941380d3f6b7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "434edf56a44546d4ada4333256850c13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "883545fe666e45e28db0ff83e34840aa", "region_id": "RegionOne"}], "type": "block-store", "id": "a828ce70fee14898b87fc214eb4f81c1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "068a057f4ea0414b965c5dc7224fa936", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "65a65969bc0b4b2fb4a84a0501b7e22e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cd6cdb9fe0aa45b8afe2a58800bb571f", "region_id": "RegionOne"}], "type": "alarm", "id": "27362b6dd0ff4bd7aa023c402239b4e4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a7c249019052455b888e5f2e4bf3a9cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7db8ea2a394a4775aede3f6035334ca3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "186e12b481484a2281d2db3aa1197be0", "region_id": "RegionOne"}], "type": "alarming", "id": "4408c4ade1f8489ba46631375d99e227", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8520bd5ceb5a4532bd46b9fad3d5bd3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5a27ac2dbc9e4d6384adac8aa209492d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f218f8fca7a44e4ba4b5101b0521b54f", "region_id": "RegionOne"}], "type": "meter", "id": "84361e152fae42e287af48f0263356f3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "065283103fbb4e99a9fac2581dee5737", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a466aa48cdc84181a8d125bdff66f69a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "79f927b75faf44ccb64c6778103135d7", "region_id": "RegionOne"}], "type": "metering", "id": "49ac5eb5cac2457dadeb951da338dee1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9f75764518624597a0a77d3022357b8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fc8049e4c1664b6c9d39b925585817da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4818949957fb43509290da1eb421846b", "region_id": "RegionOne"}], "type": "telemetry", "id": "9976c3eeb3d3484caf6b714df6acbfc5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "aa940735e34e4979bf9027737eb2583f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "409876c01991400a81f678236698e7e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "56a5da7bd437457195530742bbcd9e0b", "region_id": "RegionOne"}], "type": "event", "id": "18fda7fa9043488bad82ea291a2d8780", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b052252ed92b47e8856cacafb16d3ec8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e9062fbdfe0e4244b929446bfab7d38d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "85126c57e00949348d137c607ddedcbf", "region_id": "RegionOne"}], "type": "events", "id": "bbc88a3d728043b680631e002462a644", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "acf4dd33bdd64cf296b64706ea1647ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6eb4bc531d374e16849dbe0e2459d9f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3699702d54944bd781e33af605a25e16", "region_id": "RegionOne"}], "type": "application-deployment", "id": "adc3765ccbf44c64853d09f21e0923ad", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1297dcbe6bda4a50917f371249bd1170", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7a7e53f5fdf241c3870b010f5618a7be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2ac8dafa07f24216b882e7fa6af243b5", "region_id": "RegionOne"}], "type": "application_deployment", "id": "41813212227447e1a0b2d19cbc3d2be8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a7e49cd75580480685337f5f1f312089", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3e86830c7bc445d2be80fd6730025636", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9d48d245055441308fa5c8cf998c6076", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "91f0174bedf740bcb9e9bd0f650a8e70", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "09136014fb6f43ec8dddbaf176fd5075", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f839d90b3c8c458c99d876b47ac1418f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "774bdf5d610d429e8540295d4e742c20", "region_id": "RegionOne"}], "type": "tricircle", "id": "c2c1d587f195481cbc3287455557f31e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "52972ec3fd214ceb92dcaf161b6cd877", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ad87b6e4c22f4bb5afa062488f59fc09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "700fce71da04406ebe99eb7371bee416", "region_id": "RegionOne"}], "type": "database", "id": "6390ede4bf904a35b4bb186a6c9c019a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3a0037853d714704961b09539bf9003e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1234903bd7324999a29c2458a28a5df9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "979cd1d57f764c77ab346ee06d787550", "region_id": "RegionOne"}], "type": "application-container", "id": "57d1464e53e5432ebdff422939979e34", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "23ce4cafba6c4a838e94614698ae2e63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3ece964294bc45f697f79a573d330de7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "83c064c45be9494ab3db85931f3a95f0", "region_id": "RegionOne"}], "type": "container", "id": "8ffedb68517844f1ab655ef325e6edb6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "003ea8e73aca43608a2a83b9f63b2826", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b86b6b3d3592497fb77d62de6992c731", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f926508a59dc428a886b3480105b160a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "26ef62362b604e9d9b62e9b5a256746a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e9d4bf7503dc491b82eb58e98e05c9e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "922708851d99479b9adbcf18c76151fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "54cca3b5984a46fdb6fa4bfb0d3012cb", "region_id": "RegionOne"}], "type": "rca", "id": "d31f7c0b86f748c89cf1652631a575bd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "511971efeb574f12bfd9e6011cb2f7bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2081bb09827c481e803ee4ab1bdd9e21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "3ae48e52f463416ea2b14fd57d4ea362", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "7c8d1814d8b54586942440ff745ba126", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "b429963e0e6d4e8cbc39eebee45ff219", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4d65f66d09f7413687524d15e8cbacae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a9f596ee94b14542b00a9162d76d5a0d", "region_id": "RegionOne"}], "type": "network", "id": "3f3d51a6b2a54db687e7f9f3ac6ae9f4", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a0090bf0019b4987820a38742c5361e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "3d4b462d930144b7b6d85ed8f1e7a1b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "99cc5b04e154426faa9a826a544d2f80", "region_id": "RegionOne"}], "type": "backup", "id": "c8d1f05aa877477d902ae9df2b623424", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "80d430d4b2b44b7392ab26b51d25c6a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "03ae2c81bdeb4dfd9633d204b6d7332e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3d050b27885f44b99643efef93557f4e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5885cdfd2fb14a31a4192e1b85f288c1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "161ad5b83b784daa99437ff287d03e1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d88a7d3ab99d41d8923b0d17bc247484", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ecb071a430f6452d819661259a3cc8ce", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "81dbc39071ca47d29d110a8e67a1547b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b3dc4aa53038460392165e2efeb958cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e463937fef364bc397a412e7b2d40c2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "4643623134b54c71bcc959fb2b476a08", "region_id": "RegionOne"}], "type": "monitoring", "id": "09f85c8c1696424ea0b37216678f5222", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fd4ce4342da34a099cfa1c01e4c6638d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "97e17695f8064a4ba5ce0b1e72356bc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ffc0195618b947459b8629a9c4137d85", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2927901caad643f8ad05d8e92e7c66f2", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "15a93b3e91c94b61b237ddefeaeea402", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4d50db494a09492185078e0754c6e647", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "05fb6273bd7b4508ac8f734744b5b3ea", "region_id": "RegionOne"}], "type": "placement", "id": "ac751e5d224e414b8fc0b8d77f261e44", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0bc4f07c488042d0a30cce2e7bac4e1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "09d7205eadef4efab1b86a37d14cf81f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "be22e08e3864411c859ebae48f1c7805", "region_id": "RegionOne"}], "type": "instance-ha", "id": "fb1e381b79fa44ae90d2151d089362db", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c30932d45e2b4b5cb63668d4082d1325", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b13bb7e895b34e1293429f1ee3f49cba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dcd66728ee1c45008622a2a97775238e", "region_id": "RegionOne"}], "type": "ha", "id": "13ae75aa416f4d8e874cbf9feea63190", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a7e4874de72e4642b0d419312dbde1d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7ba6df981cdc4972bc73b9d3c6f3a791", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1bacbb3cbc9847669d4c9bc6c598db0a", "region_id": "RegionOne"}], "type": "reservation", "id": "7dfd73d39e9745308b6491ddf9a0c91a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2b7391f84312467d945ac2bc52e28d8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9e9ea687cdb04a64b78db22f5a780249", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "fdcbebdb017641db92376939116df349", "region_id": "RegionOne"}], "type": "function-engine", "id": "b08ea38e91114eb6880bcc1bb3b1fe72", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2a60648b0c6e4cd6bd6d2fbf24cd7706", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a5d75d169c644135b6c4159ec8629d8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "994b85be6b0345f9b26c129a1bd3526e", "region_id": "RegionOne"}], "type": "accelerator", "id": "fd0cc4b174424fba8565297b1f750ae1", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "89bb46824f414b848da72d1235556640", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dfc2051aa9114f15a100eaa13a533855", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "616375fed8244002b6d7e8c2da6a907a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "63208a2169e440e6b886040eaf83d865", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b74c7305f5b54f47bec0a740a4c774c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4a0e383ceda847649a072ef29ece7ada", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f81103b3ae784c53b1f53a1bbe012351", "region_id": "RegionOne"}], "type": "registration", "id": "3c50c081fd8f4c72b850e8efbc8d2b14", "name": "adjutant"}], "user": {"domain": {"id": "2cf0ef45d9134ba2b2b8541db68b23ce", "name": "35856dfd649e4d92ac0270221fb88d9d"}, "id": "438b810615b743349e57c64c32838d5f", "name": "4cabb16f752349d6a5bd84c7527c6de3"}, "audit_ids": ["83dc0766f9c545528955b5c5969bcf3d", null], "issued_at": "2019-09-19T09:04:40.073275"}} 2019-09-19 09:06:40,270 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,275 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,276 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "c42e1c1cf9ba44f1b6d73dd1e9c3a3ce", "enabled": true, "id": "b0f1548531fc4935aa52bb69e2b232d2", "name": "projectName-2"}]} 2019-09-19 09:06:40,340 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/limits?tenant_id=b0f1548531fc4935aa52bb69e2b232d2" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,344 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,346 keystoneauth.session RESP BODY: {"limits": {"rate": [], "absolute": {"maxServerMeta": 128, "maxPersonality": 5, "totalServerGroupsUsed": 0, "maxImageMeta": 128, "maxPersonalitySize": 10240, "maxTotalRAMSize": 51200, "maxSecurityGroupRules": 20, "maxTotalKeypairs": 100, "totalCoresUsed": 0, "totalRAMUsed": 0, "maxSecurityGroups": 10, "totalFloatingIpsUsed": 0, "totalInstancesUsed": 0, "maxServerGroupMembers": 10, "maxTotalFloatingIps": 10, "totalSecurityGroupsUsed": 0, "maxTotalInstances": 10, "maxTotalCores": 20, "maxServerGroups": 10}}} {9} openstack.tests.unit.cloud.test_meta.TestMeta.test_find_nova_addresses_floating_first [0.062819s] ... ok {20} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_delete_floating_ip_existing_down [0.447488s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,948 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,950 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,951 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,953 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:39,962 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.902652+00:00", "project": {"domain": {"id": "32013ef3b2cc494e8e0f98c6854de4c0", "name": "e8fa9177f29f4c83a8fb21e6956fdc71"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d7dbc8d9f3254823aa21e66218d9729f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f1b23dd1d5ee404fafdbeeb2bc2f213a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "30f121f2ff2b4918a9d17dccb114129f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f24b6388c6154db2b45cdd4bdc84e816", "region_id": "RegionOne"}], "type": "identity", "id": "229c7f46a50a4b77a5085fffdd6b400e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0f308cc0ac2344c8868b19ee5370cc34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6f4c4bf80165441692f4db631e68a1af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b47eab78abd34635a634a728c5b535d9", "region_id": "RegionOne"}], "type": "compute", "id": "bf1579b30ccf464fa1c2ef8fb8e9d0b8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "3037dbf89a644909b22703997d5ebb33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "bedfbdc3dbd54b1aaad74ae9d6aedb71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "70455024a5ac454b8bfa72061f469998", "region_id": "RegionOne"}], "type": "image", "id": "cf3230f15a3c4e2b90d6e5b3b14c1894", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8e552c28313f4dcdbf20a8601ca34700", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6269251093a8411e894f29fbe440f0e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "9f27e26ce1a94a3596da334669aef7a9", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e7ee7cd8583b4cfcbe95146e3d8be591", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98e208561006411a9ab0e7e745f12f9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9395a54d06ec4da4aae937b0aa894803", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "435e5c3dcfcb492e8e9d53c959454ad9", "region_id": "RegionOne"}], "type": "object-store", "id": "3e02812714354562ab364a0439f19804", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "57ed77ad8a2c4e69ad4ff8f91232b4ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e17f46f0798349cc8d4027cc8a53e362", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6fd3b0cc0f734812b289190093789a3c", "region_id": "RegionOne"}], "type": "clustering", "id": "f2fc2243aa1e440abdecf149ad849ea2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "91f3d34cdc97459da0a12dbbfe3f2bae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "23e541cf39384f2aa797f287f368d400", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f1fa1a79c091490692d0bf2694338a0f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "6524be79afdd46e2a5d5ceb1df07debf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "70169b20366746ebbe9daeacf4009a5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d951ab3cd3a14408804e07e542992ecc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "24ea3d9071b844578e839f4a5865566e", "region_id": "RegionOne"}], "type": "cluster", "id": "0a8330da844c4e1fa975a679f99fdfa3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e21249176c784719b6d96034d571eeff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8fb213b66871474a8b088ecdaf90cad6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "5131af02946047a496a66fca9789fd99", "region_id": "RegionOne"}], "type": "data-processing", "id": "5a59b5e4abe34051b108ad7cf062b66d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "face26d6639a43da8000d73753bb0357", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e66a02dfc46b4b489bd30bad8c168010", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a184c7a2e14a45bb933c8084bfe2f722", "region_id": "RegionOne"}], "type": "baremetal", "id": "9da17a61d828457eba79ee6dfcf47db7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "91ffdd77f1ee48918741b011266a7c22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f0c3b54875a24a14a99eed3c798c81f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b5af55465a8a485ca9b8b04187649c2a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "66c437e053764d0e86718d23cce85f5a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c4472c3339cd432da29186b9d31321f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "861f5182b11b46d2b48975f4d3ead2ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b68721c7ae3a4513b1f281443add69fb", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "4e191139ec424dc38fb2d2223a78aba8", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b3e079f32b6c431482d646d151dae433", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "594909a8262b4219bd9a2157e938bac6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "66d4e4af3e234b9689aaec7755e194fc", "region_id": "RegionOne"}], "type": "key-manager", "id": "8a88b4c5e1754559afa9f31848494ec3", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d292bcc523414517a3a0c016840e6789", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0ae34abde9fe4326bd7e6527e5fb2a2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "63a5b9a1aaa44373afe733e3c4053b46", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5847b7a98fe342db8527c62285ccfca4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d5f0aa7f622f4ef6b78acf19ecba3337", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "899b240ae3f1497da28243f966e1b2da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3d3953ffe135437fa5e92e8c10c053a3", "region_id": "RegionOne"}], "type": "infra-optim", "id": "147072eb699642f1bfc60c6fa9c888e9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c4c1fa7b31bb4945b98af8a4bac08f39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "82b9e9f29a954bce91c342439e33ff7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6a9f47f1e4e44cb390c1e5834697e863", "region_id": "RegionOne"}], "type": "message", "id": "8b335b08c4b34662a27e1cc9fcd48c66", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "15efceaccb89464b91cc307f994a7917", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ad2c0cfabc694c8191aefd889d246341", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "85f9eb63bdc8482ab42a2502ec1038f8", "region_id": "RegionOne"}], "type": "messaging", "id": "98ba09df02944907bfd32c867b559a8c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c1e5386eea42403eb78f5cd1efd54bbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c51ffb94ec614c63a9c76206b4edb715", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "91de304398414c7187e50c21ef8aac7d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6f4311e535fc4788a6db5c03cb5fd723", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ddfbc8be18f64d75a0fd6b43110ec70b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "334c868452084ae1b5f8a7797d1acb35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b1d082aa08e74b4e89c33d00e7aee227", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f011d5e8cccd4b4b9ba17e49a41287da", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "78d819b0c6ed444e8fe48adf64d96060", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9d606f23c19f4649b4230bcee648dcd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c7b366e00a864e9883f5bec52b84d14c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "1bc6cac728264aa7922696771f55dc6c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a006dbde343c4012b993c7df7c0e688c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a6a3ed2b933e418b97688c2977b7bff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a96c3b3b9ac4a54a3b99fe3909ebd1f", "region_id": "RegionOne"}], "type": "container-infra", "id": "b7a0970950db4bfb941c0e24dc44bc4a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "28c7d5c23a2b480fb8b60e4b7eaa5cc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "74a609804421424e91dd0882bd1fa7b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6d61c34a1f2d4d899f93c24c0a9deebb", "region_id": "RegionOne"}], "type": "search", "id": "cad3f7dc0702485fb831fb677d8ed31c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2ddcea9bfdbb401e94fd0a5d27f76c20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4262ae89a21644e3ae39fe0ba6d26e4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "26f2eae5fd3546b4bbf0a1e4c61fa70d", "region_id": "RegionOne"}], "type": "dns", "id": "e2d97822a1fd49abace2575a40659a1e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8128e1297259428f9b75330a2f5e8535", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6e091beb18614623a41e097e8f9228cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "da18997e60524a81bccaa57055dde5e9", "region_id": "RegionOne"}], "type": "workflow", "id": "b50f63549c1b4329b45c65651aff6035", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f630c240ea1a4631bad07b703b105e63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "852fa083b8d34ce6b0f5c742dbe7095a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d20dd117fb2243b285c60d21dcac5787", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b43edf3702444b1bae9bcc568fd414c5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "377875fa4caa4054a5caa324b5018548", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "70314e95d69043019e2386437b63aca8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1498d26d38b5462b88ed457400a2d26f", "region_id": "RegionOne"}], "type": "rating", "id": "8852bb34ca3e46eba8449be7ad3e0c90", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ea5367c89dea450284a3b3194c530a03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fa5bfe0b0b764fb3896123da2e4967d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e4478d410f2740bd8e276d543eac990c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6ebc07b23c974b2f9c84e8662c5f948e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "86dfd174d6b34a96909aea44d447fd14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8256b038eff44588b15284978a018787", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "725f9b9b96664742b3dab259efd69309", "region_id": "RegionOne"}], "type": "policy", "id": "eee91620d5b64f379d8fb06cd52983eb", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "16d12fbc00c64aceb3d9e41b9bb9b204", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7312fabd2ef8496fb1df25e7a7dbfc87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d88a606606be42e5811bfe0177928f96", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d02aba41115a491b9a951032fa880a6b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "12730f51a8da4e70a626e8f09d0de69b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "002362235f4d416a8ec0d93643757894", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6c57aa00d45641ea9fdc0e7b550a47cd", "region_id": "RegionOne"}], "type": "sharev2", "id": "677946a34f7c46a99385fcd2cf106545", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c36a88e9d4c641aab17333599236202b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1cf5f008ce6a499e8acdf7128f32d477", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "40d5c74db07e48f2b3f7081832b1b6e5", "region_id": "RegionOne"}], "type": "share", "id": "e9b582804d2543969f44601a88b47eaf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "155bc9c31f0d4ea880777323ac0b3e46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3b8a5d56de174fb59043785318c959c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "aae9453841ea4746bf8d368fcd19b0ac", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "29301ac11f0e4834b7f5255c498183b8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74b28c185c92411d9f6ca5c2de5b5cdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a442e5840b87458bb7fe678fc9ca5982", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4014bbc2fb3f4fcfa252fdc686814b12", "region_id": "RegionOne"}], "type": "orchestration", "id": "0a57e563fe03402abd79f3821c5f46d5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c163f1b98424976be7cdffc9c1cda3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aee7e687e1674563b9f570ceda13982b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0551ac0093d643e69a3b5bd885608a81", "region_id": "RegionOne"}], "type": "block-storage", "id": "5e3ee94e1ada4a6391e473dcd2dfe820", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0eb8053afe224282b25995b46e394bba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a3af2e4cb5c4ecb96e4d68bfe1ac77d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab7b6ec606564cec8748fea0c2232b15", "region_id": "RegionOne"}], "type": "volumev3", "id": "400291e3a19c4ab2b7cebf6550578a4f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c88491a519f486291a19a0520dafca2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5360e60641b84ba684c4e6a72980cdfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19d134bad55f49df88909d55791963b3", "region_id": "RegionOne"}], "type": "volumev2", "id": "1a314948727443b2ae33c7f929d461f8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4900071f4574d39b133b4bb7e5387ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e8d3cfe26344d62b01e18713d5ddee4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4fcb9fa506e449eb878f6dbee792c7f8", "region_id": "RegionOne"}], "type": "volume", "id": "14f8b475e6544fe6bdc27f1eaad14c75", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f039e91ef6ea4633bc8be54dbff3a2b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a3c3f8f566449cf9b086a580b8f98da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7cdb39be70fe45439c34b7bc55d99e27", "region_id": "RegionOne"}], "type": "block-store", "id": "a097880fcff44e0cae5c01964f27b598", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6207b1cdae844b74b642beaed973bc67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ca793bf67a52436482dd0ac930d22811", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cf2cab3a3f5242a7b465f2017969876a", "region_id": "RegionOne"}], "type": "alarm", "id": "407d570f16c3472887213da9e70d0e1e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5444fad1e56b486ea5caf1cd932afc49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2bbf6e2d663a42a5bcd438a941ff89d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fc2e65e3b0ca48519c77f2cf0f2b62dc", "region_id": "RegionOne"}], "type": "alarming", "id": "24720fdb7d494d2eb5012e883a51c703", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "732415007ed94d788d149f9fde79d89c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "33c58e9ac8044e9784c64a7bda4546e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "84e1aa398a094ba881201837c5c5db1c", "region_id": "RegionOne"}], "type": "meter", "id": "715923309491414faf256a40282c8afe", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "81954c9052f3403b8ec763650cae95b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2b535a2fd0a04fb3bb2c5d981f99250b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "71e59a60a31f4309895da5e04a65ab35", "region_id": "RegionOne"}], "type": "metering", "id": "dc1c79dd38504f6089691fc33571cf9b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e6aa2f37ece54c26905cfa0b4b35955e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a4fac1f9c67042a28bf01ccd8374a688", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3c6edc5bf0144af0bc4f09fca3f48e03", "region_id": "RegionOne"}], "type": "telemetry", "id": "00683e5376c54b16b5fef4bf8ee2044c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8c4d8c20b8ef45bb8d1a5b835e17918d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "aa2c8327b111462d82d7b86f3b0c9cb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6da52fea24fd4ec9b33180b584c8869e", "region_id": "RegionOne"}], "type": "event", "id": "5d31fb25e1164bf28cba2d1a707d93e9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7dc413b6644e461390699cf153fc0122", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f609f3fb627c4d17900e3caaf32c5e17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f78f5050bcad4518af999a8ce1b92bbb", "region_id": "RegionOne"}], "type": "events", "id": "1db3063045a144569144d0c32b017c48", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "377a43ec610f4baeb34d411d8614821d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "51386bc669fa4ba699c1d225a1cfc7d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "88ebc41d4b0646d483f96eedbb79b509", "region_id": "RegionOne"}], "type": "application-deployment", "id": "fc17a815ed5e434fb820b50e8e1aa43d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "27349440540b47daaa8ef995aaed1dc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3f40297e00f34a38ba6b9bc877a23b13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1d827f1ff10f419ab1eaf47b6760ad47", "region_id": "RegionOne"}], "type": "application_deployment", "id": "aa86e60d947e440997e5c165f4e68cac", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "84026f52f28d4891929201262196ca11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "322942b57d0f43899f2c3ab7e20bddb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ca73fede07e6409cae11aec5f8be7077", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5d914658069b4cd09209cb5a48ce2f27", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "24c74243d6bc4fa8b8ca511f127036e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7b03e27d4e314f8c8a0a90c1446cd948", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9a3517ddb6574860987336c7dbea9044", "region_id": "RegionOne"}], "type": "tricircle", "id": "f3853fb7bbda468d8b910471ae040b9a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2e72052b5bac44b9b8c4e382b3ddd9b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a81fa7376fe844cf880b1f8b077f18ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "da9eea4e4ddc42ea90d7bb4c836a4b07", "region_id": "RegionOne"}], "type": "database", "id": "4078a0589a9a4ccb957e0e0f8dc69168", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d90184c3ee6142e5a6079991e68aec92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "155b6c1ff0db4cd09b5786da3df9eac7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5180bd2d53ed41ac95b39cab9e04ecfb", "region_id": "RegionOne"}], "type": "application-container", "id": "98ded24760b941a39e300a370e9ccb64", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1fbcef19d0104bf4864139ec94be4628", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "35be7b8adc624293a02fb49cd3c2ed76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9a915cb70e4549128b62f33d0daa3636", "region_id": "RegionOne"}], "type": "container", "id": "75444ba2489b4ac6ae4402bbdafba81e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "20bc4d09bf104dddbe0628b6b24082be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9a8f36f9f18a4910963452f328f72f31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7344c264a30440d690032655086e6a26", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c75114e01bc14e09a176216599d22ae7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4cadd909b2934b64b19850b213d3753c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b4a3686383034668bc1095affce61806", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "dd3f22e5ebd74eb283d78c12894a27c8", "region_id": "RegionOne"}], "type": "rca", "id": "368d682f7812403c94709baada79708e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "02ffc5598d5349ff9a453cf83c76886b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "504df93a3ac14be1986959ba5da7d0bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "00b809c7862944d4bfcd1ade1ab44b8f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "35061f14d78c47b3a97515d783b4c085", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ac143c4b042944e7a4a69e4e0dbe250a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bec58d9fa2d843f7a35a922bf84f28e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "55e96ba21eb941a08df5606b83beb255", "region_id": "RegionOne"}], "type": "network", "id": "497a80d9dec44c42948c17abe81f0d6a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "dfc0158b032d4df2b811b71ce76aa14e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "22b9780bfeaa41d5ab8ec691a4c7b599", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "84ad5ba3753842918a3290c821b382b0", "region_id": "RegionOne"}], "type": "backup", "id": "14825c19ecb142e98f2635c158e8d58e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "130cdd81946d49808274cacabea4446c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7aaac6a3c1e94db988eb3899be5d93a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "17fc545a61df476b9c4a208a66118879", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ccb65f71279d41aa993bb813914e1def", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cdb9a79abcfd47ae903eb624234153d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0b28c0b34d114f98b22f75e3474d5441", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "894f522027fd43f98b201fc64f48296a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "fe256cfbab4f42f0b73197edbed5f160", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "120f3e67f56f41d6923c352993dd6e6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5675582b65c745a2b385977e55465143", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "3e94c4a00231430cac4486298c215ec0", "region_id": "RegionOne"}], "type": "monitoring", "id": "1051f8a339dd4610a8bbb17924147089", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d0ea5d615c77466abb55ad58afbec090", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7d34a1f5b4a14b6c828dfd7091f48903", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a363e52a60194160bef0fccae721f5cd", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "59ddf7aa32ec47e4b06857083b7098f6", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0d59f7d5515548c3b388c7b3d3aae54b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2eae3229a41a4eff8eb06411e81081f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "3f890ff0da1b486ba7b8efd4b44a51c2", "region_id": "RegionOne"}], "type": "placement", "id": "0ade3b3e1d5a4ced9cd2875a8be4c2cc", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bc553b49fb854627a5c62ab5f5bebcf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6a28d933c1984adfa60293d57cfedc1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5b4d6893852a4537b068b672b40b0805", "region_id": "RegionOne"}], "type": "instance-ha", "id": "0615e86987c5483ba32d513554fc98a2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "70aebcc8361846b3a254fb1fa6a72e8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "473a69335fc443b89de8cb25092f30fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "255e388354024ef0a6e4a4d5da9fa484", "region_id": "RegionOne"}], "type": "ha", "id": "a42e0c37839948dabab717af37fe6311", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bc82b3e173794063843e189c69100190", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a8f1dc5030ca4b718ec9cb9ea12f71ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "575cfc8851674700a6ee59dbc620c881", "region_id": "RegionOne"}], "type": "reservation", "id": "e0b754d8c83d4a2da923634721148a3b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "48784360461946f8bf0b2c1acf6c59ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d136ab87b1b54093abd635cf9996220b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3261fda2ee134c10a3fbd9f693dbb236", "region_id": "RegionOne"}], "type": "function-engine", "id": "d3b199ff19d44f859fdbf4f414321247", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a4ff9ff0f6964c9a91629ce8a8c91f6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "19a9828697c54b33b04ef040eccfe07d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6e946c204e82458c9e7052154cc43d1c", "region_id": "RegionOne"}], "type": "accelerator", "id": "0d361b03641c4e37a7271265e00d238f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4a3d5b20965a4d99b79491c632316448", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fa7b4cf1a1624787998d7f797459ca01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bda62345d34c415dad4ffc7794c0df89", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3e672096860c4e339ed414c877f8f6e1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "32f0ded5a3334a579d4f25abf0e0d895", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2abd6388909f4b3298bc8591013bbc24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "59b6b99d33e346749cf35b3ce0cddf5f", "region_id": "RegionOne"}], "type": "registration", "id": "a539e3121b8d412082d4e5f8f034f10a", "name": "adjutant"}], "user": {"domain": {"id": "71b46f223f3d494cb86557e46b5db5b1", "name": "0f818adb61ce4cc99932b0c9d630802a"}, "id": "6f95631971044ac1b0b14839867a8f14", "name": "1ed2417eadc848f08e77e0a3e7cabcbb"}, "audit_ids": ["1ff465995868478fbf069c9bb7c37b22", null], "issued_at": "2019-09-19T09:04:39.902652"}} 2019-09-19 09:06:40,172 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda7.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,177 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,179 keystoneauth.session RESP BODY: {} 2019-09-19 09:06:40,217 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,221 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,223 keystoneauth.session RESP BODY: {"floatingips": [{"status": "ACTIVE", "floating_ip_address": "172.99.106.167", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"}]} 2019-09-19 09:06:40,263 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda7.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,267 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,268 keystoneauth.session RESP BODY: {} 2019-09-19 09:06:40,312 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,317 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,318 keystoneauth.session RESP BODY: {"floatingips": [{"status": "DOWN", "floating_ip_address": "172.99.106.167", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"}]} {0} openstack.tests.unit.cloud.test_meta.TestMeta.test_ipv4_hostvars [0.064540s] ... ok {16} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_network_v6_fixed_ip [0.413460s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,019 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,023 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,025 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,027 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,040 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.960004+00:00", "project": {"domain": {"id": "4fd3e188bd30442a8f56d6db9e101613", "name": "450e879afe2a4c4a8e077b625a8f4067"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7b2fc8b4433f4dec94f1729f6486241e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "bcd3c397d1514bdb9ccd62f228c95210", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4b36fac7e0a5475e94f333ca43dc6a28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "954a2e31d1b046c8b48f9afd466b0851", "region_id": "RegionOne"}], "type": "identity", "id": "7aea89ccc5614751b195273d1c88fb33", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6b2b989df0394ec7b7032daf602aa529", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "518f8fd849744e549ae7316cc0574472", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "80eb29d1d58b4020bf8f4bf02fabb619", "region_id": "RegionOne"}], "type": "compute", "id": "78a819bf4bc6480bac2c4f404d04c846", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "462b1f3242be4ec48d15c0aebe02e0be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ac77ae16dac7477297c030337b2eae5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "dd0ae295e85846b48247fb5b1d26130f", "region_id": "RegionOne"}], "type": "image", "id": "a74f5a3fd65345b6bab99db0c0875718", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1e27ddf10a37483c8ea530d73f98bf12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fd051fb7ef8a48608e2411988e231b7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ee55bb0f8b2a4098978e1da1e77c2225", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1d1dd530bcc44856a335e8754f6618ad", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1103c690616747fc984fc67a6e1acb5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d42bed1447c486190f116586285fb1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5376df69917b4145ac32339bb65272e4", "region_id": "RegionOne"}], "type": "object-store", "id": "42f77282afe64951876a9ba1968a5b75", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c8f7d914caa54a03b1ad1a9fafea321b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7df2c1b97121477b833488bd75345838", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "48c492d55cae45208b2c062f9dc5d44f", "region_id": "RegionOne"}], "type": "clustering", "id": "c10171db06ab448194936c20fa8b9ab2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f5446e566a3843299bbe7ba01c2b41e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4cabf02c69af46ef91d32ce0adbbd0b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d2fe6f7d18a54ae9aa881093174c4ceb", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a0316f82021b41fab4c6c2ea02e898b0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "37c03a514d334361a8e9185caec8342a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "37f382cc75184a379e3036dc873fdf91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3e848a4d86564498a6f4b029c8556666", "region_id": "RegionOne"}], "type": "cluster", "id": "c670e241f3804552a2a17e45034d9ab9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c5af2a92fae8494ea753dca2f4c0c4d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "53668bcd4cd1480abc16e5a2f62ed405", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8538fd25cef24032b9362d523834c260", "region_id": "RegionOne"}], "type": "data-processing", "id": "e9ba7e09469c4169b10b868e53bb60d3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3c54a9ab49294ba8a867bc384f57b5b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b5c81b00444e4b54bdbb0597afa4b11c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a66ce9edf64c4941b7deee4a5a36c8bb", "region_id": "RegionOne"}], "type": "baremetal", "id": "7e1bd7cf2dd54e43a9c86bb367e8a4e9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a3539f1cbecf41f08da0272e2e0460b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "687f58f7530543d9a5d209f4bf562c54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0f2a4f2fb14a41c48b8d9f946d72b75d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b8adf37b4970452ca5ac583b547d73b7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "347021a8ef404a09a686f8ad4253cce2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0fe8b51319154d499cf50aecf8382883", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "57d3a8206c85405892ac3120ef8801db", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e36c0354f7a343ce9fe40693898adce0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "66d9f2af053242bfa25ac8e1274c1a5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f7f0e1c8118444d79385ace9d0cac9ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "bb62e370634843a2afe6403415e70fc2", "region_id": "RegionOne"}], "type": "key-manager", "id": "db5ee55a006a4ca083e10fb042a51b09", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1d4dd748e7ff4412b7bedce30348e5e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4af3d437ebcf40c4bfbd8489355ccecd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "80ee073b85cb46d781cb99bb06d8d36d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "bd40b897642e456780ec10901c6da8f9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cc9ea11af8d74b998daf9798f32d3d4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1713ed87b19645aabe0961dbf325801a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "eb66e8e11fa14bcba28f63584e7792a8", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c522f33950ef48d696ab1c0f755a6282", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3a743078aa444e75aa09d824a0c11ecc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "19d98b39c7794d39a19e9026f940766e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f3204c1573d94b8ba562fc6917ed61de", "region_id": "RegionOne"}], "type": "message", "id": "15914df831324b9db4bc8ef73897625a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fb2dde7eba8745e6848c89ce9c1cbc09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "68091a6a227b4955acfad9a1df1c6065", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2ce114e373164ce8b9f67d06cbb10493", "region_id": "RegionOne"}], "type": "messaging", "id": "e6f47fb8b308411c97d934c83e8781f0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1472b383a44649798d2206e11ff3f73e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "385748fbbddb499f886a74d982369b09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0a23fb79b82e4c43a322fe07c6ec083e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c4b690c9b2634052bc7cc676f0d2a3fa", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "24d454da5d034b1f97b5da42deacdf94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2d164c9cd95845c0b4e325867dc025b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6425034fac944e84bf7b4553f2ad98b1", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8b042eb1442d4f4e898256849b1a4667", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "94517ba74f5c4c1198ce86e3cb999e45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0f2bf6b80c7748beb2ce43892511fcfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "736c8a1b67cb4a5b84b483cdda603f6d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "91ecf73fb9774e8f842f15d429a9b35a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "19e6534e279c4aee9ce80bee5bbec8c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "91641220ea694b769e52eaf66d1f70dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "632ab1e632ea4ae9815da2bc3c4f85c3", "region_id": "RegionOne"}], "type": "container-infra", "id": "15896e0ea8de40d5908ce4862f810f55", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a2c74a4172a44d5091e153f9b9284017", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "cfa6f2ab73c843cf979576a3bbbec975", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "db3aa743652e4b9db9f802f01e64d145", "region_id": "RegionOne"}], "type": "search", "id": "fd81ce9bf5bb431eb484f29cdab3a09e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "cf3f39266c4044d5bbbed69011b6218f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4e7b42ac489547d59f83173447614fcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9467c082e4ab44bfb83a7bd9e615ef6b", "region_id": "RegionOne"}], "type": "dns", "id": "86bea631b37b48d998846ad8215084e0", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c6c4cb35c0d1411f9ac33532d4f896b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a5118781878248608d605fc0d6f2a673", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9d7333019d284be5bfafe95ca75154a5", "region_id": "RegionOne"}], "type": "workflow", "id": "5754815c9c9e45a6bd2a0a023675b3d5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "128869ea26e84aa98e37442dc6678689", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1d40c8f44a7a4254b7c4f9b56705d0f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "992619050af340cca138a799f04831c4", "region_id": "RegionOne"}], "type": "workflowv2", "id": "cc9972ecb8cf48b09418230355b63fb4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7d472d61282f4c85afa6b56ee4ed2910", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "567a445323b34662ad18207e7d02c979", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "63440723d1d94c55b9f13746122f5d2b", "region_id": "RegionOne"}], "type": "rating", "id": "1a26dee5740741c69bee293848bad7dd", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "241d02d0bc6440e6af0099185ebbabbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7194b171be8a4e8f8b22f67aae28e607", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7c31937135e3404ebcf41f9c20877a0e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6c888fbc52784ca5b526d5a8efd5b9ab", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "21d4dc8ba0de4b33a0325f42a2cc17dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "73be68cf8baa4d07bb100ed32ae2b2f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "dc8dce1b50514d4ea76f15d9507d6bee", "region_id": "RegionOne"}], "type": "policy", "id": "27223cff5fdd4b77b433af87751a5ac8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "72737e5187a94e4389144bf8481c971e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fe601cc69c8249a9965b08a2c6a71cee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "134fd9b1c8a44582a0e8949800baf253", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8ff51c4aacd5432aa68dad44b213675a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6c9408dc6a284ca2a1d3278df4d368c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f869397fe08d4aa2ae1091e9224fd141", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "88e8bc2316c1451791b6f7817cb27816", "region_id": "RegionOne"}], "type": "sharev2", "id": "6fbbb2c1c8b34586b53db957d48cd75d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "048ed2dc866b46c399268ead91ebbae7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ac30bd2a5c1a460dbb3fa3f2e6db724a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3ea405c3458646a390b67dca90567edf", "region_id": "RegionOne"}], "type": "share", "id": "a77b5364c45247929ac906f06ea2e032", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a11809bd868e4e838e5ab3b09fe5e7b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "911d4b71579c4012945403cc8b6689d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "de105be48d9a421ebfe907e790977015", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8274704b67fd4816ac60994570cd5c54", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da0dd5a624b44b47ade5ce47830d1b40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "632ea9e42c2d45f48e17b0b68217280e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cdf1b64cd2c5450f9c0d8b4211be1762", "region_id": "RegionOne"}], "type": "orchestration", "id": "eef4ff4a3a2041768561c42d1bf807ef", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9240b3bf07954d4b8734cae046c3fd0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19cb2e8317d844e0aef335cf96863a5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fdebd0adeff84f0c9f4fcb119230206e", "region_id": "RegionOne"}], "type": "block-storage", "id": "d986e9d5ea354f7a966a0f1dd70a3625", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2623faf3e33746ac85cd936daef9e6b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0f721ccfdb54954aac6fa15966c78dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "102e29f758db470387a7d62957ee828d", "region_id": "RegionOne"}], "type": "volumev3", "id": "1dfe4eab11f543cb90cfd03befddbe30", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2236ba8376640dd8dfb87f8ccf2ee20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5524db6cfb24be6ba37a1c5c704963d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f51eea858a1244bbabb1f2d82afc80c8", "region_id": "RegionOne"}], "type": "volumev2", "id": "8d0704cc36f544dc848b5b52f0220c4b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a13dd822e1b4740a000413947a7486f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d48e4804b3f46cea27e25e632aa8601", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b6c245b6f584412aeb55d22eec76d50", "region_id": "RegionOne"}], "type": "volume", "id": "990bc97894af414db33f76a0a52e71e1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62ba0c4d20f54f7cb0148e2da828d59e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1443816ba0874fe0b864ffb7ca29a6f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00d36798ee0d4ba3aa7787cbf91ae3aa", "region_id": "RegionOne"}], "type": "block-store", "id": "62c08afd452a4911a9d3cb2a4d39ca69", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7bcbd835d3a84160979c7fa431853c8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b701efa3df064eee849204ca183a0a44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "db1847c8b1b54657a4698b9b30ccfa57", "region_id": "RegionOne"}], "type": "alarm", "id": "9d7e0fa61eca47abba0a9c5256a9c089", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0ac1d2c235ef461183484c8e2220bebf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "538a77ae1c684c9c871f6f7979a64984", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "81b19f116f784825b06a3a363b9c0e9b", "region_id": "RegionOne"}], "type": "alarming", "id": "63aa0ae1e85048c0a604370276f99600", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b5f197ca68e14ab9aec9d44689ec85e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cabf21ea90174b97a509458159a70d30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "475d2f15b3c94a678530f1f43c4d5ff8", "region_id": "RegionOne"}], "type": "meter", "id": "0d576f91fd8b43b68cdd30667f4fe2cf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b0a9bc8eadef48b5bdd24181955b3d4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c738e3a129694b228ca0959b5c2e824c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "17ddfe9b9cd34168b5ebb7d53d04b4f8", "region_id": "RegionOne"}], "type": "metering", "id": "ebc6a99fba0149d48a1bbeffaffd5243", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8f8421f3c2b645cf9bd6b581890497b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "daffb41f7ab54ffba4d8dc405adb0ee7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "81b0df93498347659436e411e19e94ca", "region_id": "RegionOne"}], "type": "telemetry", "id": "3f1a8b79d27f44bf83996d4bf00745c4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a45aa267683d44d4a7010f721154400f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "95f34a8aa3cd4f1880a1c46e23e9fabf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d1447d43fd9c46b4af18528c28bf479a", "region_id": "RegionOne"}], "type": "event", "id": "4068ad9ad76747ae85283b09dc091e06", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "224d39a3b8d14dc7a7d6fccfa2f1f63c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "049bf1648fbc404e8c64dd24b1140cb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0d2aaf0bbce84b53a71b1fd209e52470", "region_id": "RegionOne"}], "type": "events", "id": "05b59bfa42a9455baadb18eb6ddf7c17", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "65f5b6691b8149ec8aeb75a3ebe9bcd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "62c3ad239c9c4af2ac6cc5ebf83ecb97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "06a89251a8a64868999a5983c8a812a9", "region_id": "RegionOne"}], "type": "application-deployment", "id": "fe5bd61a7efd48dd8d0c446dc3852f58", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "509d9ca6d2da461d822c2f21427e38a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b9dc623665474340bb255939de35327d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ed5c8144daa14df895a6949af0274d73", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2acfd2379f7f4e4788eaf3ea339b7979", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1cb4edac25d34a65a938e4a0e120ea9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "806f28354c5043e2ba3b991af93ec45e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8ed2ff2d3b204eb5812649277a98a21c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a568343512c0443daff1727fdcfaee36", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5d48e151fc3c41d3a7c290037e56c10d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e3207397aef244e3b0dc3e3f0255caaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "53e3401eba174078a1908d7ef1a6d112", "region_id": "RegionOne"}], "type": "tricircle", "id": "ed09be35d6324a11a34987256df1bfd8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "fed06d543b0b4d14bf500ece26091e91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "425518b3896c44a29097930875d1a702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "dce8170e72094e3fa49c3ecc5628f488", "region_id": "RegionOne"}], "type": "database", "id": "ee7386f0951f4b588667e16c95cba9a0", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "24e0c1cff58e480db576d3079aa65534", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7d5918cac6534eef9a263adef66e004f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5c11302a770043c99b89c2ad2b127ebc", "region_id": "RegionOne"}], "type": "application-container", "id": "e938844feb334ed59ef5c432f66779b1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1f95f599403e470884e1e53eaa455a8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "30897492d5f741a4813a97a3530825bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "962eb046905b4bc9b55c781c0aa2241f", "region_id": "RegionOne"}], "type": "container", "id": "5f1d356cb6d04cb7b97a8a708bc35933", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7a976ba530134f018b27b0846c089e62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "60ebaa1c193a4a128751b01227f0f6eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "991e90528008410ca329f8eb30ee4ada", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "07b85f91f8aa48cab4fa85c4be7c197c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ee717409b8464658ace54dea4f8b0f6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6f66c76493c5413183a4b7e6d66cca9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f1dcef8ad58441ab81721baba18efbf1", "region_id": "RegionOne"}], "type": "rca", "id": "93a097935b494dc58ec846827d964b13", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "691f2904f5474371949df76a44624348", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1772399aad554da1997dbaf1557e3774", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "37de9531876a4ebeaa8bd9a6b218217a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b98b91fbb4334271be18ccd72b3080ef", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6cd16fc479c3450f9acb141049b5d9f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e89eabd653da415d820fce364a9fe2ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8226f296bf8c4a35a33742d37a68460e", "region_id": "RegionOne"}], "type": "network", "id": "1224b6296ea64a2dbad61e1653e5f5dc", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e370588617a04ff7ba9ba5d59ecf28fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c174f5507e614d5ea8b6190b4930d984", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "edbed41913374b49ad6ebebd030c3d34", "region_id": "RegionOne"}], "type": "backup", "id": "803a415b76444264a099adce5471d724", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c47181b9555b48db82b60e72096924fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e9298d28f98a4f688d28eab83e9adfbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8b12a6e746c0449dafb7950f25251596", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1c62223cfe8f4c77b06c49451539596a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1437bc8109fc4a51b107481f0a51708c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7fc26a0ce43f466497a49ff760648e6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "aaa2e0a85e6d4f81aacbfa554cc04907", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "63c87dd1f55f4204ad5d5eaacdd08fe4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3523e6c1294840bbbe63d5363455de67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4d53d1b5551b4a4caf7f59336addd6a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c6840c9705c249cfa705e02ad943bee6", "region_id": "RegionOne"}], "type": "monitoring", "id": "a6e40c55a4ba42d7ae882b72cf697d78", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "dcdececc90c64222a43f0ae27450506c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "04b1b931b6cd4e4b8220ea0b7745a797", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "2534d753e2904877bc3aec99f084d55e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "88bed5b3bcb5435885bf23f97efa9ade", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6ba925d78a914dec8e73b9da08ccffb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ef7a2e4eb12c437e9867cf3514bab47f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "445fd235a9cb4ec8a9b043847f93cc85", "region_id": "RegionOne"}], "type": "placement", "id": "98d370a67bb44967a0a633ba15f88842", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "75b29d4c4acf4fd7a43f6ae284740223", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a2a058ad018843719424511fc2c14aac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d1018a65ff0948eebefacabd764e90b3", "region_id": "RegionOne"}], "type": "instance-ha", "id": "fcdfd3ca0d5540f7b3d35e98cdcab3e0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0cda7fd0685c498383c0203db2e3e770", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e0da0dd06cc64ad9b4d7e8bbf5752a6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1d4dc448966e4474b71157a07ce06438", "region_id": "RegionOne"}], "type": "ha", "id": "66c70a56e96843978e5e4a144870666c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c9121268bada478f948fc0a2aab7c35b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "215adeaeb68043fba411641dfaa18025", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a7b7de19a4114d8daa8095a5d5c120ca", "region_id": "RegionOne"}], "type": "reservation", "id": "6d0b64bcb55f4be19270adc67cef4351", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9a6db7d3d9bb415b99668c05e59bea66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "69e72411e2174974886a166caf7a4762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "6df501e454914af095bf41c67a333f7c", "region_id": "RegionOne"}], "type": "function-engine", "id": "c2a30b53d69f4931864755da4b7749b4", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8084f0efc3184dc8949983b9a6f7b036", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3831309cbca54fc6a77a5fc14381201b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5a893a7c7fdc452cb6b6a3e23824e985", "region_id": "RegionOne"}], "type": "accelerator", "id": "831aa4d358d6496f9e57c5de4a94d2d5", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f807b3ef57df4cf4bde38c1474db0cd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "eade5876f3ff4dbcafec4c693fc622cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "98f6be95fb1a4a2792bc43aabcd758e9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4bbeeff55f57481b9ae07908ca1c9598", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "009ef1bc8c0943d5bbc08272def69a19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7cbaac7ffe4b4391be6ad2dfdd9f09a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4061c04d5ee349c69224d6da33513b93", "region_id": "RegionOne"}], "type": "registration", "id": "c04ece3ffca54b299c373fe19a7f28bc", "name": "adjutant"}], "user": {"domain": {"id": "07035ee07cdf498f87e8e27c60eb7be3", "name": "782b4284569a48da9d9155c16fa263c6"}, "id": "fd2fdeb0b9ec4f4c995745fc0035cc43", "name": "540628f5423a472ab5385722e2a9841e"}, "audit_ids": ["ebd34e6e847746789b74c1be86f7111d", null], "issued_at": "2019-09-19T09:04:39.960004"}} 2019-09-19 09:06:40,190 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "image-id", "flavorRef": "flavor-id", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "fe80::28da:5fff:fe57:13ed"}]}}' 2019-09-19 09:06:40,194 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,196 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:40,214 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,218 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,220 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:40,331 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,336 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,338 keystoneauth.session RESP BODY: {"networks": [{"id": "network-id", "name": "network-name"}]} 2019-09-19 09:06:40,360 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,365 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,366 keystoneauth.session RESP BODY: {"subnets": []} {15} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_attach_ip_to_server [0.217799s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,187 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,191 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,192 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,194 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,207 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.126932+00:00", "project": {"domain": {"id": "b6f7086e0cca4aeabf81b5848883585d", "name": "a31d67832e1e4a5a9bd64193cd47a107"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "817825c6fc7d4662bc937557ae5453a1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d28df7f226c44c2bb58f4bfe80eced0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e1bfc8a8ac4d443493cd63ba434b925f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4e402d85552f49f5ae1504ea061fc898", "region_id": "RegionOne"}], "type": "identity", "id": "a87f2c07eae64e5385c2b8d46f821d11", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5c6cdb24b7cf41d097014069d15d5362", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d91e28e58d8c4f49ac1ec96bfd7bbae1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "cba974ebad24457c8f5b276e37522877", "region_id": "RegionOne"}], "type": "compute", "id": "6a236fce83504155b8db4545519ee0fa", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "690a5287432b4b6994a5c1ba1c9560dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d8dfaa99213a4880b1492eb73bd2d8fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "603e9fcaeef646bba5076e293a6c33e4", "region_id": "RegionOne"}], "type": "image", "id": "d9869f15fbc743b0abe14c5fd04ec39f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c41326de014d41d0bba6e5b9bfe787f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "771f5e3ffdec43e7b018af063004105a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a25142d507204cecbaf54d3311e69c0c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0fcee9aa48c14f97940a7c57e294323a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2113c24113194c6c9479ac1bee819c4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d56dd3aa42541a9a1dc4bec630131b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10acc7ec60334f8a888c5647110124f7", "region_id": "RegionOne"}], "type": "object-store", "id": "36ecf308948b4babaa8308b12b4fc2ea", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a0851490e81f4114bf736fefb81a9f99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d6e96cf277a443bfaabf10eb4e05651c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7b84c7bbb69949b8a456037aed0dde01", "region_id": "RegionOne"}], "type": "clustering", "id": "fbf6f8f72d904c9ca3a077e9008a9e38", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ff659f288e9f4d2989f4c10c611bd935", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "25561fcacb2044099177c32f8f61858f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c64005758a974ba48ea5fb7311178db8", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "344131d888d5455eae8318a6e3fb57ae", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "40aa29f882534179afdc31b78c761633", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "227a34df4d354eccb18b1bab88eb58ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d3e4ade8dbce47f8842f9407ee678ed7", "region_id": "RegionOne"}], "type": "cluster", "id": "8e76aead8b6744098277e525e0ba4a6e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "923653d7f02e4871956afcaf9b43525d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e3acc7edbd07402eb26ca5f26934745f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d832e10c582d4ec7bf2f49a1c9b7110e", "region_id": "RegionOne"}], "type": "data-processing", "id": "4135b228d1f84c768e826605c0831c51", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "80aa845b3ab24bbb84357b7cdd14ab72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "539a6ab6d3a244c5b858f7047867353e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "58978fb5d936433c8cc5c03f90def486", "region_id": "RegionOne"}], "type": "baremetal", "id": "be959f7a98fd4d128d7a423154e603df", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c65a27a665c541fc84aac7678e95faad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "696f26c145aa4f4ebbbb1a49b0c58798", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1d90d55875c340e294f155aa2e112575", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7ea17cd1ea1b4f198027d8922fa87ebe", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "db98a6e1ea074730bb4319d241d8a986", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5964a3f616ca4cfaa96219527cec948a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7cce2e1405834a39bcc2206bccb5b116", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "46948e69ac3c4046b593f97ac757786a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bfec0bafc89a4efcb4b2ed9c43e70263", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1fd2459c297a409e85cbb89979fb71b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "04473fc609534910837348e48e7fb0c9", "region_id": "RegionOne"}], "type": "key-manager", "id": "1a881ed0930249dcadf43a177d04301f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "49f06d3c9c6c4869a5694db149a6462f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5a601ff7fcc9476b8605423daf903429", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6067fa0ee4cc4f62bf5ba4c08151dc89", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "085117509ae04ceebc37cdf71c4ba4a3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d2d6ceee836b4a5c92b4651e42f8ac0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9cfd8467250f4fa1bc20cc7ec3606e7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3636c108ef92415ba8e94e0b4feb8d15", "region_id": "RegionOne"}], "type": "infra-optim", "id": "43ed932ee8184eb9b26db0dc289e3f2c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b0347878a6314cf1b803137aafee06d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7339c5a6eda040f7a1f2aad5838ad7a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "65df197430f1486caa15114a56c90161", "region_id": "RegionOne"}], "type": "message", "id": "6e58e03878124d259e2ad03579b6a846", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e85d1780447046dda6b35c0a5341d251", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "45f4035a9ae540d39acf1a1bc4be6522", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4fe9e21de70f4584a203a2dc5327df5e", "region_id": "RegionOne"}], "type": "messaging", "id": "a440f93d69124c6180e8b2d717f99fb1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e93db288a2134a6eaa71fdf4bcfb8a28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2a382cb041ac4a6a9cd4e42b3a3e6dc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b13c3f52f32946999264baffeb30e5ad", "region_id": "RegionOne"}], "type": "application-catalog", "id": "5ae32aeb9a5c483088472439dc925e21", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e5c2bbc054ee49fbacd463b4babffc08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0ef6ed0bde294b0c93c549c768d2cc54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b6e3346c7365402f897868997ee17d69", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3f34c0e8e2ca4a76a786c2b0a0f18518", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f00f2eb0e7ad46528ff6a7c4a83b4737", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "276652f5b9a54f53a0ce7869e9685c16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7bff7cb1898d48f09b0b41951aaf8af9", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "799fb6e19335478dafd2d866725704a9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "04f66999fc534f489c24a612341e469d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "accc9066d9f34ed6b63a2c794cdf5216", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "942b57fca45c4044bc2f7b5b79e7a8e1", "region_id": "RegionOne"}], "type": "container-infra", "id": "8d24ece4891a4bde94bd169033e1abe5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f66dd25c9fa84494972b677b869c506e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9370cad28c424533af5338e82d2fc068", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "05639beb55de418bb015f90f2a95c6ff", "region_id": "RegionOne"}], "type": "search", "id": "57d64c4c78c64b2e94274c03aa1ba58e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b9ffb6fef16a42a586b812f198f15444", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8403311cf2c8486b98b8ceb86f28aecb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "92e051f75f87493e9136af39dc39579c", "region_id": "RegionOne"}], "type": "dns", "id": "3d431cf1767646b0b62e8cd00828ac8e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b2a51a4ace48425d9974de17e08c1e1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9f1e035362174f658523ba2406ae4db7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cac9ed16dbbd4df3a25e7e19c79feb69", "region_id": "RegionOne"}], "type": "workflow", "id": "b9e2cbad37f54af383ee68d379a4c821", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5ab1458282374b4d8f646b37371ac2b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bea7325438e5431db228f7a8c5f80356", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "58694c8d086148bb837a07a1589ee991", "region_id": "RegionOne"}], "type": "workflowv2", "id": "03f47fe7d5294b8190a841df2b2175fc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "995f7d4474454281b68105f000b84b21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "1530ea58ed6c4f429cd38431e93ab1b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "cf3711c294fb48588810a06f2b1f3fda", "region_id": "RegionOne"}], "type": "rating", "id": "43b7ee1bc3b54213be07eddd50b9183a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ec9b663d1dc04c7182ebd3aa96e4d1a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "543f124f019842989160d0387dd97318", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b2c4531b0160433da0b32adc79fb8eb5", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c6fdd9abffa54a848bb774bbbd67f204", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9b892c02b15948c7a8fd08f5e54dc32d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5c7825b53086467aab83d629436195f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d989bb2869d246b2a347d5d376d580cc", "region_id": "RegionOne"}], "type": "policy", "id": "85e66ae16ba8450aa310bccb2d466a93", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "28a34916dce043f1b07a6376ba679d18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "12df0cbc6fd643baac1b6def8c3290ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c1dda96e0cdb41cd967b230e2eeb3c37", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "45aebb3de8d24abc8b77cc9909b7f694", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a9b67b91a5fe450baa24ad05781469ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7917ae5c8ffb44ef96e2be9bb295aa21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2cb83c1c2ce94867a0ffb8c1f30e9d5a", "region_id": "RegionOne"}], "type": "sharev2", "id": "c6d1c97b73ad4b84ae707728ed059852", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6a294e277ee742cdacfe942022a8a891", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d42b274356344af180353e70800e3208", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8dbdc07a3b074fd09dbedf609cf5805c", "region_id": "RegionOne"}], "type": "share", "id": "412d6c0c762642cf972637d5d34746bd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b0c9f66d2abd4cb786e0409ffeb0efc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "01d96d07f2fa49d8b01d9ad6f870132a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ab337454ac4a4dc9b68730547d2b48cc", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0c68994e28d34f61ae77ae67ce1829e0", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "479efc4aa0724587baa962988d10a57e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c62e3e90db2048068bf2d46893c19ded", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a8299fea8b343148ec35dfa0d9a180f", "region_id": "RegionOne"}], "type": "orchestration", "id": "d6e82227de5949c99c175534d1291333", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c405d009d38b441f91e1c4178c498a15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2bbb94e6b8b1413387ee35fbd5bb394e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4fc639a23574440a8b4bab4c30569d45", "region_id": "RegionOne"}], "type": "block-storage", "id": "416c604dfada4ce7911ddfe8efdf7006", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90cf98f9b4474d298fdbe777000b02ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4243bd494e0445bf88829f80b463a4aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8274c07ab65240579d85fd7104632f7b", "region_id": "RegionOne"}], "type": "volumev3", "id": "53a329be52f54af582a1a69fb2b40ed2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54b2054ee17d4b0e86578d90a1e24df1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "57eb5667eeb84f79a847c9115cb7b627", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52c7b7cdf4084284b3e431bf7ac27d85", "region_id": "RegionOne"}], "type": "volumev2", "id": "c03b464de2954583bb0512acbc777ed4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6ccea85165d4806a857fd0abb3bcb42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d385a605c2254b43876f5b4af1e57a46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1772dad39c5044ffb3a841341b7222eb", "region_id": "RegionOne"}], "type": "volume", "id": "acc622cb53624f4d9d4e7ee4cca475f9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b90f81a4fe2498b9f9922958865813d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "398e8f97df4b4eb4b118c0e567b86892", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14036d69a6714fb28d8406f34437f200", "region_id": "RegionOne"}], "type": "block-store", "id": "9165720f1a7f4208ab4388c64bd946ae", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "422f2d5b8738476fad6f998fb80a7249", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9aeb0c3da1b64fdba7b9b2b53ec72c9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cc009162067d4bb4921cae3bdcb47c7e", "region_id": "RegionOne"}], "type": "alarm", "id": "a3318474cea744ba9b3a79ba98b30aef", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d5ce5551f4f740708fabe3c8f462edde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "895e6aef96b64ed396b79c20c492c485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a34e8efb3cfb410a8817269c6a8e5ac7", "region_id": "RegionOne"}], "type": "alarming", "id": "1de33020428244dc9728dcec87330d0f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1efce6366a5147c8b64d8a74378d5fbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bf1b739e81b14a2d9f2511b9c5196526", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a0d49111d16c4bfd9f095da2afe1d656", "region_id": "RegionOne"}], "type": "meter", "id": "488f29359a464893a97588a581be120e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "49f9480cb6a64f72a3d3919666e89364", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "df121cab2de747229ee1e5f976669f3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bd57dddf41f046fab5e7e5d4aa1ffdf7", "region_id": "RegionOne"}], "type": "metering", "id": "f8a16ba93b7d48d9abf8f51953be7b83", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1e9cbef9c69e4dc1bb1542a5123b02f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3ba1a88fb93a43f4ab88e89358ecc901", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5b94a323a96c42f7b764e9fb5fea6c4e", "region_id": "RegionOne"}], "type": "telemetry", "id": "c55bd751b1e6477b9de119edbb5a696f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f5f7de749a444409a25919f891a29663", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2ad51cec96304231b010804c1858b359", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "765ce07b833848e5bc5717c63f993cfd", "region_id": "RegionOne"}], "type": "event", "id": "b07942ddc8c041b7bd6787cebae89962", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a7946c07516e48709aa5d5991be201ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7156e5940641453abe492fedc85c68af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "65f8a1dc27b145bf87edac4da46c4718", "region_id": "RegionOne"}], "type": "events", "id": "a1ea624a67de4a479a982d72a09175bc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "018df338e056430ead702b63d121b8c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3fdd9d54ce934e7693aec4094df305c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7e76eb820238462586f24832fe9ee29a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "88de716746c34e449c9835af44f9956a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a581a7a8e00f4cfd97f45b1271900236", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b9ffc5ebf440446ea0f8e3495ae0b038", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8904c8bd2e7546b2a623014e7f5d619d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2d24851e9b4640e08f0c1f439c721d45", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4d7ce399f7d246fea0874b48c6795015", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f03c0cfcae9a4dfd832d1b9f29ea8ae7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a0565ff01e3c49caa50c9e90be7d0463", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b5d5f1b21dac45e78fb48b5e279d0b40", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d695da6d0eb94dd9b99930c4036fbcc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "40e9f00c2f134b44a3cd2642050638e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c92e71a4067d4b0f83888794b3b5012d", "region_id": "RegionOne"}], "type": "tricircle", "id": "62bf225a924f42d68b8d4646c3a8d045", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0b266827a366443b8a2a4cc64878d14f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9cb292e48d7d47aebda664b52ed3fdb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ea59d9c1693146968635f11159b7460b", "region_id": "RegionOne"}], "type": "database", "id": "2b625f023e7d49169888a28e1aed5473", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dede446371424720bd50d124c3be9aca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f7346a0d299243b9b8cc3544be64459b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d2755ddfcf9944dba979876f88ebd985", "region_id": "RegionOne"}], "type": "application-container", "id": "7e52c9850b8943b4894e091f3cf36291", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8eb5690f193b49839100195136749586", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "054299b28f334dbfb6516c4a5e69c5fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f7b9f81f2a1f4a0c912e57632f0ccf49", "region_id": "RegionOne"}], "type": "container", "id": "970f88b60193431986d3d726a04f89f4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c70da988c9f04d2489c4587bb4459c41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f3e14328b75c4bfeaa2d3c19ccdf7065", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fc6bc0158e0646658ae2f232544c177b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a97baf03ec3a4eb2ba6a040c93fce877", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "11f4ba9f10ca4d13bb6759cd73d53893", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "de2c22707b3347148afed9dd4e553633", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "817ab6e711c84177a33083ae8e459703", "region_id": "RegionOne"}], "type": "rca", "id": "1474d1628232433295059309ca940518", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0939cf15474649f6ae431c95210f66f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "cdf11a7474314262aaba4038d4b322e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "10dd2243a93947fc8a18243351ffa533", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "405a4de344b6434291dcb3f017d1e5fb", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "85f097c5329a4adc801bbf51339302c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "28d838224a2a455ab90343efe87cfb97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "22e870ad79814424a183d15c188b9f1d", "region_id": "RegionOne"}], "type": "network", "id": "fd247c09b0724df2a511d1dc232c14c2", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3348bfec16394da9a89d36105cb41622", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8a1e2e4b02294b969aa0b90440b3ada4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "13357fb2035b479aa7aacfee34e78e1f", "region_id": "RegionOne"}], "type": "backup", "id": "53c578e67eb04817b56f742c95cf02ae", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3f7dd80160d94f28a4b52e35d839310e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d1bdba4d933b4213a92fd73aa1c2eb01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "440683b209bd4e2598cd0319e4df4b3d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4ece8a0890134c99bad40cd1d420f77a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9eefa80dba304676ba4be43f6ff61bd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5569fc9cb52547bb8bd523a9e10cc0aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1dd96464a6384b7194e8ab13adc74213", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f136ffc9715f496186801a282dda001d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cdaa24cc7a7b4f3da3286f609eec05e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b96a6b982e8c44109d85b2d296ebdbcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2b13427951464df8b4147a28ca536933", "region_id": "RegionOne"}], "type": "monitoring", "id": "d75e8e317c1842ff83c8b502f8771068", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a2d22548d2a7419da3485cf5f21b62ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d8f901ac5f324e5c909a285b25aa4e70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "989a6af839d64b6e9d07269bca4ba633", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "434f1749faf1409da69115677931f5a4", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "43425b952a0e4168810049d94c6da043", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b8b0f73a13d441118325411372a15ef9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "6f3608f44c8f4f4c95e4de24823ee77d", "region_id": "RegionOne"}], "type": "placement", "id": "93a697e04d8d4fb7a0e86527b396a658", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b73e432bd65e4afbaec7f2cf95b6ba1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3a4ddd1673e74f369ad324cf1d3ac0a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "288d217b8c104a468f68557199f6dd4a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e3728480614b4df4ac509fdbec73e8f6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1a6807ef323743a6a17b803a65617287", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cd5e78f0f8444ba4bdae22baacae2022", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "95057b38189544d2b8cebfdfd40df963", "region_id": "RegionOne"}], "type": "ha", "id": "a0f54fefd4f84b06bbd30dfaa96a8988", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b1a89cf3434f44b09490a75a5c23e48c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bd1f5d800d6e4ac4b94bdc0504f91a4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "0b4547ccfa234ebaaea7afa0ff27c1ff", "region_id": "RegionOne"}], "type": "reservation", "id": "150d491d704d48cfbe6a09ef9876349f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fab51f4150e447b494f73c851963b61e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a49e01382ca741a388c5543fc6167a7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f8a671916db146e3b5b24dc73129487d", "region_id": "RegionOne"}], "type": "function-engine", "id": "111b28e037964ea496e5eada0ddfa830", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7241a70e72d2489e8971b2adf3d30383", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "dafd02b9346a497089ec471c5425100d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a6a382f55c384f1eae1bfc61dfc6f8d4", "region_id": "RegionOne"}], "type": "accelerator", "id": "969723873f43428c9facfeeee8c12003", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2ba6157b3e0c4c0b99f0c31447a95df7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4609905729b24edb93f4c00944b2b89c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f1403150663d4ca19601beec3423bf90", "region_id": "RegionOne"}], "type": "admin-logic", "id": "714ff1236ad34d76a22f3634da7824d7", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3a6d84dadc604527a2cdfe639d5f5971", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "66525efce82d479f9cec84c9c3543d6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9e78742fee01477db1d1a4531e61665d", "region_id": "RegionOne"}], "type": "registration", "id": "9182e3b13b3342e79a1319d6fda916ea", "name": "adjutant"}], "user": {"domain": {"id": "fcc2a37079ff41f3acb86f3fce4799ea", "name": "00aa8944411f474aa543499252bad71b"}, "id": "757d9f83c0ab4a0084a08663d9dd3c92", "name": "d414ae6a88fc4b9c98b3d4ba615b751b"}, "audit_ids": ["72e5a237f93a41fab92b195c007bcb10", null], "issued_at": "2019-09-19T09:04:40.126932"}} 2019-09-19 09:06:40,310 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,314 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,315 keystoneauth.session RESP BODY: {"floating_ips": [{"instance_id": null, "ip": "203.0.113.1", "fixed_ip": null, "id": 1, "pool": "nova"}, {"instance_id": null, "ip": "203.0.113.2", "fixed_ip": null, "id": 2, "pool": "nova"}, {"instance_id": "myself", "ip": "198.51.100.29", "fixed_ip": "192.0.2.3", "id": 29, "pool": "black_hole"}]} 2019-09-19 09:06:40,334 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/server-id/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"addFloatingIp": {"fixed_address": "192.0.2.129", "address": "203.0.113.1"}}' 2019-09-19 09:06:40,338 keystoneauth.session RESP: [200] content-type: application/json {18} openstack.tests.unit.cloud.test_create_volume_snapshot.TestCreateVolumeSnapshot.test_create_volume_snapshot_with_timeout [0.235548s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,050 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,054 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,056 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,058 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,069 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.988676+00:00", "project": {"domain": {"id": "40bc15dacb2d4913b89d4b0d4618c84e", "name": "0d14bdda2a3a4b8fb2ea5e9a4db20ae0"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f4c36025458d49d78b354a49fac32608"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1292a03cd1754a98bb163e769a38c883", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2176a022425749bfbfd71ef7a167604d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d3dbed4b546c4be39f3f8ec73951c2eb", "region_id": "RegionOne"}], "type": "identity", "id": "cddfa27a54e946feb18531605a739b83", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "57d5df58fd87486caf06b88f62b90fb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9fc65bded83b4b8b978bd4faa17f21a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "952386b0ca1e44188e6ca6c75331aa3e", "region_id": "RegionOne"}], "type": "compute", "id": "a464859ced074ecf9ff3875ea3321100", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "71cd2ac12a7e4785bff4e633fc4779cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "60070b5df34648b3890dbd838dad4605", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ce61d1a7d4e9490aa64bdd3a6ae1a83b", "region_id": "RegionOne"}], "type": "image", "id": "a541a63985974864b25c4c773c10e2b3", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "24ad3773741f40a8b1fe26bac2adeeb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8873419027504b609a4dc318dd441235", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a7849a446cae4b5faa972fa34c8edbf7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "bca7905fb5ae4bdd8d058db4cc8e7348", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70b1f3095def40f486bd19c226dcba9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4996f8091879451fb8afbfb66cd97813", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f439154768564052bc88e779166e7549", "region_id": "RegionOne"}], "type": "object-store", "id": "925633aa76454419ab5725818887d0b1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5c5ba778afac47a7b9ccb414c75666a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "913e9eea705d49ec9c18fe43f8bd968e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "befb2f2723814e05a5577ef269c5faa9", "region_id": "RegionOne"}], "type": "clustering", "id": "8bd6a4a08982461aa58c4e20cd8f3be6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2d813a420d4a4948b2467f716ff8390a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ab566142d1dc46cc950676990d367d9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6f2f879a30814fd695af696ae4d5edf9", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "5aa4632d4182427bb73166fc817bdc60", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4e058481d90146619860fca25015673c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8d8ca08a3763420d85a9de5670971f65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6d87c39ff55f40dfa9066925dbc68087", "region_id": "RegionOne"}], "type": "cluster", "id": "d0a3702aea50434889465b64f3634e18", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5f141c396dd7482e9812103aac61da28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8be4a67a4a8f48d4bbc592225683fb9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "fd4a0de7f6e844d7b7536a45bf8aa415", "region_id": "RegionOne"}], "type": "data-processing", "id": "9dfc33030cd143e49f0c78591e1dd88f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "25ae05cdc5b94c8a8f156e2ea6ce255f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0837679eca794bcd9eb626600d055c12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2f70457529714034b5db53298f5b7718", "region_id": "RegionOne"}], "type": "baremetal", "id": "b482180bc02a4e67b6e93cc7aedcacc4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8b493217817c4dc89867a3d928e371e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "142c911cabef4043a32e524039804f67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a81ffadcbaab4efaa1b8d99c3b19e1c8", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6141e084723946419b0a4ae6dbf80389", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "509e97ed11a540ea82159333adff5320", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6747ca01680e4f4bbd9a97650b813661", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "48e699ec4e0f4c849c4d76f7c1f016bb", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5a6076bc6d8248e6831e2e0267100334", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "10af59d3643041679d826fa9052b974f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "de99285954694238a9c944b449276048", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4dba0b2638aa49b2b4b568cb4c4caab8", "region_id": "RegionOne"}], "type": "key-manager", "id": "a21961c1549549efaefc63ec7ff2fd9a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b3d5b1e31a0e4e589864e6048cebca9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3115aa7934c7462e9093bc9e4c429a12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0de1d9615cf04ea4ba6d5f1c65d95a2e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "8bf863690c754276a8d2f6435c3e4d8f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "293913a55dae4a308aac892b1b1a04c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "42b6f90a470649dfa1043600a1fab132", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c12756e87cd74872a5304aa147e4d7bc", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ed2287c3954946e8855687381df579ca", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b1cf393d3eb345f480d1d396134f8351", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6129d6adc8d0478e83b3823461fecbbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a8ad7a341a574792ac5a51f27b4b18be", "region_id": "RegionOne"}], "type": "message", "id": "6ace4567795b4e57b89af4302ac1ed4b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "35041c8dbaa74e96a7946e0e9c0caadc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1e0612a76cd54fa79bd91ced0cda7acb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e0cc72b2eab74932b69ec35d4b0fb0cb", "region_id": "RegionOne"}], "type": "messaging", "id": "ba133736ebe14118bffd7ecd00bae988", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6f53122b3cea4a8fbbaba55d5b069e42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b35e872d60be4c7b8fc4159bed432515", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "19483232dd874f4ca5e449ce16ad609f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8955322302da41e285447d3081afae62", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "93140ee759c5430cbda45819d869e914", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d1dca5cc13224fadab0ea5e7741c2bc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "780e1923b1e148c29be083ce45719255", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2a5c894802ad42b9bbf28c5df0db96c3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8b076304139247ef8ce5c5cba9425a21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e9d2b8fdd09845c6bc1eb58f2da7f764", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c1cce127752426d87a338b3935b9b77", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "760bb2fa2f7d45539d8af1c23bf4e4cc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ba8b5d92777644be9553390e24943a1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "34618f9a93384e44b7b5c2ea3a58f870", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0cf8249d83fa45b3aaccdc17c7324c53", "region_id": "RegionOne"}], "type": "container-infra", "id": "8cb6437ab6984ba7b0ef3da04b6e0613", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8bd0a9526d8946edbcaefc8ea12fe7f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d67a1223d1434914852a05f3da276ff7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b157a41f50ff4c33949393f39abb8ae5", "region_id": "RegionOne"}], "type": "search", "id": "912b0be064cf425bafc7de467c6fca14", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "af08ce112fcc42108a4186d26a2c318c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "aa7c5af7fa99449eb0f4289e83789df7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "17bc7e4f0818445681c52ea1d44324ac", "region_id": "RegionOne"}], "type": "dns", "id": "bcfa0ddae2be4a0cb9b24d81fc41751e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bceeba08c6944f1aba7d4116c3e8bacf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "11b8dcfa0a574dd8a67303f3aaf58f21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "449bcef041ca4651bef4e2b8d2e0edbe", "region_id": "RegionOne"}], "type": "workflow", "id": "5bf5d39a5fda4c3fa9ddcfa411e3a696", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8715bcada2364a1d8f0c8f2c7955ada3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c87960823aaa470bb4e417eccb7cfc88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "589f7709e1fe4ced87cf6c2f2b1b1c91", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5ccb9d801bed403a8f1abb46ea7a9763", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b39ced361fa94b0180752455e7c05c38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b364dad9f9d24e5d85b37a3ca49ed474", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "434670e22018410780afba1a03128dd9", "region_id": "RegionOne"}], "type": "rating", "id": "3f8483192c8a4a76882e1426888ce47a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d8757fd02e4f4fd1b11cbaa7e9381af0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8a91e1f37d3e4fea812706aaca527ee5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a5f7af2cda8d4b01ae4c49cc90413964", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6775c07e2e4940a9bcb2c895e39c0394", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "791fc3449d6f4368b93b244a62bad038", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7fb65b714cfd470ebaed12402fcd4b77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8b0ac6ac9ffd452a83cdf9fd257af45d", "region_id": "RegionOne"}], "type": "policy", "id": "4d4c962ad78d47fa8f2aa2c3f8cab4fe", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b604bd5a454d4df1bb627ee03230f5aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fa3c59e353d547a6bb1bffea249cf90d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d3a55128a10f41c6b511a05f964821af", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "3acfaee1c6ff4bb5a077dc5969d48140", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f6444ee0e6f8404a8293a7b191257f61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "72899578e9ee497a889f33b7cc9f2d8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7567bb39ae7140fc9db5f1716371446d", "region_id": "RegionOne"}], "type": "sharev2", "id": "679c74037a0a439996e38bcf9a4ce143", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "08a8e3cc9b734d888bbc94a7254359df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ef5a59f07a794178bea9fb3b81ca21bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "98220e7ee03f4b47a831f6c56ac950e0", "region_id": "RegionOne"}], "type": "share", "id": "c2b5c7299f524439b4d776bb6721d242", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9fbab164e5184f239260e0bda3fc693f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e043688a88ad4ad994c017bc7215cee7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "81e5413ba72c4af38f841310f6861962", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "94b018e62fa147adb97aa8f08a3b41a1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5c6745a49014755bd0ef054f76f1424", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b806361c5914d41972d8802b984bed5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d552d71dd0da4dc7920851030a45c555", "region_id": "RegionOne"}], "type": "orchestration", "id": "3343cc4b5e354fc882a9efe482df60d2", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8058055786c4ef9817f99bc15759bdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a13f97edf9624f9ca37fe79db929190a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a059fae9013640bd8223960df4926244", "region_id": "RegionOne"}], "type": "block-storage", "id": "d3f81ac4b3234b04a4468b1b878a0c0e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4051fb69da5498ba8187e33a469c8bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f67045c975544ba93ac2f9ce11fe255", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02936d5566be4b5492162715ab3c420b", "region_id": "RegionOne"}], "type": "volumev3", "id": "2d34c371b14d4e0f816917d9a3212b2e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9810dfb5e19340bfa37934c276aad2d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3458e8dddf78437590baf8e67335c342", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c1a5cd3381e45b38ab5e8ac45d36410", "region_id": "RegionOne"}], "type": "volumev2", "id": "1b362ee142704ba68f2fa92ad15e400a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c4d29cf88864d659d94e349deafaa45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c78fcbf0ecc43d1b2343e72c9033b9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15a5a8e0a2574ddeaedcfcd81ed8c178", "region_id": "RegionOne"}], "type": "volume", "id": "a93d52f7a525411593dc8a218ec70bd9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6dfc71a6c47c49aebdbecfdd94a0a07e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4ae486e4b654e21a9a56e54a4e4b5de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e441d2a30d44837baa0450df476e0dd", "region_id": "RegionOne"}], "type": "block-store", "id": "581aacb5cc52487cbb429d517bcb9eb7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fae78d2b16af4cdd9232b83c537d07c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "24f2081a1e184f2f97f408eebb4fad34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b7629a51d4014c12b92e5b2f865ee54e", "region_id": "RegionOne"}], "type": "alarm", "id": "addc6c268c764c0ba5fa2ed39ac15005", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7fb8948989294edc951dd2e1642cd7e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3a76f7b466a44658a3f5e0aca0dfb74f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cb7ad76b1a0e46bbaa1b0b7104d3b872", "region_id": "RegionOne"}], "type": "alarming", "id": "74eb9f3e3b434afc9805e55fdb610c3b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f37109b63d204010844f6b68d9a0826c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e8a4465452114697a71c47f5da7009e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "35cbbab4f7e643f5b0c5c7eddc716b2d", "region_id": "RegionOne"}], "type": "meter", "id": "fc9edf410afd423095938a801383af6a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "db425cff938c416aaf04b0a3de508b05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "87139a0528de4bedbfd5ac76dd3f607b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e95e05b7c8124354bde9e00344e0b949", "region_id": "RegionOne"}], "type": "metering", "id": "171dc0fc410b4288835dac1524f9b029", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "64123dafda4a4553b5c0f92d1407ce53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0efb62f3168a4140931a53f42db43ce2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d9922d2b057447cc86459386a3406b09", "region_id": "RegionOne"}], "type": "telemetry", "id": "100db0ada62f4575be6b1482ceab175a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1d11e117156341a7849c934ae5a73832", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "430a0c95752941c1b2e92c25555f9a31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "18ade1f346c647038bf787e73f810c35", "region_id": "RegionOne"}], "type": "event", "id": "a4a912733a474e148f2d8b876315da15", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d695c1ef84de4781a3b0425984f69d87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "dbe5d87390744243b04280b7ec602434", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8e5955d504be49929145ea5ba0ffe1d5", "region_id": "RegionOne"}], "type": "events", "id": "58bb8a7962bb415f9fdf0077103e4114", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ed4e8e5f9292478c962fa139e8185e37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c84fe3a7344045b38cec065d3f5046b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1ec1c6ec59a846e896658514621541d5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d19c211a26164ac2bc518a21a5d4cd02", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4e88abd9bb7040959149b2c2db569654", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "75adba767f9a41f8b07d02611a7c47b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8dcfee0ed4c54ec7b67a0f4ef4ebc1f2", "region_id": "RegionOne"}], "type": "application_deployment", "id": "14dde937cbe7409f9b5430dca7c7fffb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c4769d66cbdc4b47947cada47e470105", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a14ad6ef046946319a52ed3eb25cad17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3f416e26571545d6909228a676c22ba0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "bb8fa0ecaaf64843ac801e974ca59d0b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2c80cac104f7406b8d2374b14f805850", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e55c7717f8f84c07891395b49ef42318", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "db71ea5e45ed46968c40070d8ab98afd", "region_id": "RegionOne"}], "type": "tricircle", "id": "e48ef838c1e94ff2ac608ed70a2fae0e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "63c121f62a454b7886ba0022f0025520", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d022f35a91124100a17431c1bbcbbb40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a39740b5dbc04821b4a26b69eb3d5426", "region_id": "RegionOne"}], "type": "database", "id": "b7fbb0fbeffa49999303648bbd163c1c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "54b7223c8ac846f1884d1d3475bce06c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "446db7e8c6e44c5fa32485b16b0dd83b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a689a61ecef544dbbba6cfe7c9a4e688", "region_id": "RegionOne"}], "type": "application-container", "id": "4b0505747b3e4f9da55bddbf1957c7e9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fb970e06291b41078d822d07ee7d089b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "397d13a2903d4afb8b12ad8d716b1fa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e911be1c9a6444e2b3451dee0c086118", "region_id": "RegionOne"}], "type": "container", "id": "e5f9fe7f34ca48bebecb1c8aaf1e175f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "eae889f6088742778ba7229e74d873b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "84a16bf6d35644a3b3d89954313e2926", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b5acfca61d5b4074884d4de217e536f0", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7ace7b05d8a444f99e907ff70b6c9ca0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e65db0050911437da07f2d4f82b418fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "71293aadf7bb42898bb3fb7687dc6cf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c9c79b063fd94851bf070b45555bc3bc", "region_id": "RegionOne"}], "type": "rca", "id": "c15b38a675cd43d093f49cb98628cd11", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "261be2bab97d47df9ba2e768bec9e865", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b49710a1d6844a9fb6ff6b6b7b9697be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "78dfad238f714b53be453bd2d32a3b60", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4d24ab17e92e4a00997171b1c07bca60", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5ccfd510c7904c879b58b5842959c10c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "484ddc996a0f44db887175eea59e2870", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b16c7c9798f94d5c8959decbc632077f", "region_id": "RegionOne"}], "type": "network", "id": "21af72a79a9743c8adb21b40a2889805", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a2039e9bec9c4e7193e84e36bf0efc43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "88550b2d554745e5a785bcf416759e8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "1cb64471e4c6415f927bf88719398181", "region_id": "RegionOne"}], "type": "backup", "id": "3b0409aee20d4e38ad28259d8dfa1cdf", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "de91aa417c65419bada29c025d9d843c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d3d708e42f14435aafa613c00be938ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "79c57e8d31f44293931451e83b18b60a", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ca34609fd2e94f07a46ca28116bee717", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "90736b0823eb45d58cb7adaa9b9c060f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c699950133694a3dae7755c87d3ec67e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b22a82a7c9c3435d9aa55bbcb83522d7", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3763690d12794032b369af035d92b2d1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6598c767734145a59edc4ffbdbd9e3c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2ead3865e53746d1987a99a806d376d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "22492443aace4c9482d222bb06110fe7", "region_id": "RegionOne"}], "type": "monitoring", "id": "a8e836bb3278452582810d735c6aaba9", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6e32a9ae99dc4ef48c0d9862ea23b334", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8b83ccab149444d8bfddd5573a92a286", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cb658eb424db43a7ac27395fb1930a4d", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "208b89c97a94490c8967a86f91d35d0d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "96869baaba694dd491ebaa9062932961", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4ccfdb46042842aeaf6576a329110881", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "128861e89c9540f1bbae640319faeb05", "region_id": "RegionOne"}], "type": "placement", "id": "d9b1620f5bdc4a42bbace9471ed59d93", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2bc3660ebe3c4220a730e9f6d6682c53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8a00f94dc85e4edab430a3478320bb14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0ddcae10c619414d8d854e85657cf398", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c9584898507c49049eec5ba99e8dbda5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a70f803ea76944c5a2184ad53b942c21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c40d7cedb5a04dd79feb8462a19deb25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "80394e2380484a648c25d5621b2971a0", "region_id": "RegionOne"}], "type": "ha", "id": "982792ae32c54d28bb36eebb0e6d7445", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "448f207d67be4ff898f8316f4172dd60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8afc389d14f14429ba937492b8421345", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "17cfdd82ebad44be9542873445d1d894", "region_id": "RegionOne"}], "type": "reservation", "id": "88dcab1d56a640b2a282cc36a1403bd4", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "72aad747596c417a9bccadb73245639c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "44644641936a4dd1a58ee103b6fd659a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5ee0c0cdac234a7fb4b2c679a410442d", "region_id": "RegionOne"}], "type": "function-engine", "id": "32596d7455c84222ba78c4dd488c14a4", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a00757b4449a4a4c8bcbaf9968fc0959", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6ea7d02650f740d7a14157e393b281dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3fb7c279522347678ecef6d654c0cef4", "region_id": "RegionOne"}], "type": "accelerator", "id": "d997326301e34e24b2054b8c0fae6d9c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f8d4ceb04b8d48278f594397a10d3180", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c646ddc319204cd0a27bbcae0d2899a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "80e1da450cbb4b89a06e53c3939783c6", "region_id": "RegionOne"}], "type": "admin-logic", "id": "89e999936c4641ad9430b055a5439189", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6cc06f06140f4192b2bf14f4f2dfe740", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dfd543308eeb4c85a00290bd042a6b21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1ea8142eccd04b09aec5ff6edcc529ba", "region_id": "RegionOne"}], "type": "registration", "id": "c91cb55292d442f0bf85140f8320722b", "name": "adjutant"}], "user": {"domain": {"id": "85378afb4c274ee881c1ffbf581f9b90", "name": "32268f2748ae4f36805c9c403abde977"}, "id": "57e4434af9694d31bbeb5de99336e18f", "name": "7af8a49c0b7845e28e40c20158438026"}, "audit_ids": ["9ccfa4bc5f7b4c5894e1a8988c7e2eaf", null], "issued_at": "2019-09-19T09:04:39.988676"}} 2019-09-19 09:06:40,141 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,145 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,146 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:40,188 keystoneauth.session REQ: curl -g -i -X POST https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"snapshot": {"force": false, "volume_id": "1234"}}' 2019-09-19 09:06:40,191 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,192 keystoneauth.session RESP BODY: {"snapshot": {"status": "creating", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "foo", "volume_id": "12345", "metadata": {}, "id": "5678", "size": 75}} 2019-09-19 09:06:40,208 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/5678 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,213 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,214 keystoneauth.session RESP BODY: {"snapshot": {"status": "creating", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "foo", "volume_id": "12345", "metadata": {}, "id": "5678", "size": 75}} 2019-09-19 09:06:40,217 openstack.iterate_timeout Waiting 2.0 seconds {8} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_list_firewall_policies [0.184469s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,227 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,231 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,233 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,236 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,249 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.172802+00:00", "project": {"domain": {"id": "43f26b16f9754f37b30795671d5e869d", "name": "61f564fd3edf4bb28734784557733124"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "050179fa121b4a73b8cec24652c49c55"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "953e66c049e149208ede6b2458eb7ebb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b246f051292c48079f020351017b2bb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6cca3f3298524ba09dbefe6827f005b2", "region_id": "RegionOne"}], "type": "identity", "id": "191dbd83cad149c1a415abe4a582dc1f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e575534755b3461298e17e8828980af2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ae57227d0efd4afaaccc91683458f6ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f66205bb73bb4c2c82040b68c8257e38", "region_id": "RegionOne"}], "type": "compute", "id": "6d5cf9a6beed48d588a238dc1638f22c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ed65454101e1448dbda7a52526def506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "418ddbf6eacf451eb7aeb31e11ad46e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b20a5e583c1c426b922aba9a646e21bb", "region_id": "RegionOne"}], "type": "image", "id": "0470214cbde04ffbaa79f7fcfc509dc0", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8db013a7deeb4c6cad4f4229395a930a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ea61497d69c44662ad9180fa29f1098f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "df4ed794514641f0ac674bf089698e90", "region_id": "RegionOne"}], "type": "load-balancer", "id": "237265a382a74744b7dec18ec10ffc46", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba09326c30944b47870a93a297713c41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19f24f9ddd4d4fb195934f9be6d7f16f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bdc4aed4e43400db01afdf7bb9e9029", "region_id": "RegionOne"}], "type": "object-store", "id": "3dff8671aeb14dde96a0ec06f6904f73", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f79b118e9fce45ffb2a8f21c760bdb04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "999d9c831b90463ab5f40a335a111bc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4fb3cca6cd124b8cae72316b2a0c4a28", "region_id": "RegionOne"}], "type": "clustering", "id": "af930ab37e904b0eb69223d00721b6c6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d1d4b25778b84bf6a443d1ed459f1c81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "92e25fead0b04fb08d7cf53235724b8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b7167db2fb1d4df0b437bc0f8d9dd686", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b34a4f57508441e68ada2c77301fe51a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5b8c05a46e224f82a69314e9c06fd14e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ed1f069e5c554b46b581d7c4ba79617c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "840b70fed3d648968197064639daaced", "region_id": "RegionOne"}], "type": "cluster", "id": "ccbea796446743539282c154258dce5a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "af5075daf47342179d1513a3894d3d0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8c2025309b8e4ab49ccbbb58d0ecc59d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9112f17253f448af94a76e8ad8a479be", "region_id": "RegionOne"}], "type": "data-processing", "id": "421d47c1fcc04d4b807af6c5839ffbb0", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "66d3e036fcda47d0acdf6855d3815146", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3c0d60226e4342e583151d68a9502099", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "eb6d2efb4be642659504ac93bb2dcd69", "region_id": "RegionOne"}], "type": "baremetal", "id": "c9dafca7b71446a1a5764ede211d6c89", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "38153fb780024614a6ac376265c806a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5766f927694549c68f8c9e50c481a8a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "825bf73a65844cd59ebd89103388f82e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "55b3e15140384b6a9cd011bcf8ca94eb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ce43597777d14cceb48c94a834f26c23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bb5a9a06b9d84309bff5326e33372306", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7ae0b21cc87147d385ee7f682c87fd76", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "68683a743d834aa4a0cabeac77f994b7", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c47d8c0194894ac18d7a939d7662fc70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0dee59424a064c5e9bdad9b2d96f7d4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "bec15b27ecda4c3f80f61d7a6f2c32e0", "region_id": "RegionOne"}], "type": "key-manager", "id": "dcb96f78a53a4855a1583972295cc428", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ac96565ad86146c89458e7481d0f6107", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "17c50be0aa1147e7a6cca77db5a7c18f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "30fea3e0d3174780828f36c07c32d063", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "39978a5b924c465385a21156fb365388", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2863be22a722432d9ffd02e18ed09e75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "750a96479d914526ae9d1b2ab4857543", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f408c1927add4d6e853c2dbca757575a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b4b768c4824d4a59ab3ddcb2b46466b6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8f404bc85f7e40fe9d653eda6bf2159f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f877922a49c041febdea330837beb546", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d97560203e054c1ebdd59bf123cf5b84", "region_id": "RegionOne"}], "type": "message", "id": "92d0795638a947aaa27debacf9dc6335", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7078af254d424efc89a710b7b80318cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c338e88455b447d19efb0322d88a5fb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c1add265fa844270a40756a587eb365a", "region_id": "RegionOne"}], "type": "messaging", "id": "6d05377317e04282a46bfa4e89a4f2bf", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6c193427a27f4f1ba42ef87c834f89d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "92d65b346c504019adc965e53d5bf00f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "28b0980d6aa84fb794d9df2d94f0b060", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3c36fe8059b3414bb52543b4856af359", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8b169cb13bac4cf5b50bc38e1197ab67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "852127af6cea4b27b0e9595cbc8abd5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "66ed6326c0ae4c64ab10027c7f986ec5", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "892eadfa86f4454eb4972a2a183e5e13", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7929602bacd24ed48a4b711f9573dcbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e022e3d4c47b43d9bea6c7f001b35c9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "57995cdbd4524a1aa32aa6e0afb697f9", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "164ef3fdd27b44649956325e56deba25", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e584c9a235854f99a54ab2b59c21bb4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c5f8d9d1f89346b2813344b610d01acd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bc00d4f3b21748c39b0f5d1659cae00a", "region_id": "RegionOne"}], "type": "container-infra", "id": "cc2d0a86fe0d42809424cba2716e305b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2f6acbe10a84402dad280b4125cc7294", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a41dced9dc2546f69c3c5da440314bd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6990016840424953bd012b32823e10c6", "region_id": "RegionOne"}], "type": "search", "id": "d913a66ad2734f59b6886583bf742cfb", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1e024823f28049dd86e4b4af3846121e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1fec1e11c6cc4a3ab31998072bffceb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "99702a5de529492a9cd6af7e6dccba8e", "region_id": "RegionOne"}], "type": "dns", "id": "89e4808b456e42ba903426e3f9432d22", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c7404c1df33840038b11d2b6f22da127", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "103a7b13aaf147c49f826d4704935568", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c7c09e4c533e44bd965fe559ffc05baa", "region_id": "RegionOne"}], "type": "workflow", "id": "4b479cee996549df97058cb28cbd844f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c56eb1a27086431e811aa933e8d05e55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "60b7d6645e1a42af98453fea012975ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cd2d15650178416fbd172de785ae8be0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "017ba85e726d4fcbb9c935f6ba7ca5de", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "bca6e432d77a4caa9c53cbd71a97afb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b65ffd0535f74c2398176beed9f48fa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ff3506dd428c4aadb0583ecb10e696ae", "region_id": "RegionOne"}], "type": "rating", "id": "428a93fd2d484fc8ba57e0376d6bdd74", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "aeabcdacd7844e83b24b98c10a93e23f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4de216b5a52c4c49af8cda1d36153f45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d83e8b801d1a443bab947d60eaeb8512", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f8ffc5906c344bde983328c13ab4260b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a095d8fb2ba346409e2a3c4e64f4113e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "230f622bfa4f4243893cfe6e3dbd5dc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fe94e17f4a434105abefdf7686cd5f72", "region_id": "RegionOne"}], "type": "policy", "id": "546a68b3f35d4460bc666dc41e17ab78", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c8679100bacb483e9b42edc2d0388ae6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "642cd28b3ef84f95952e59107b7638c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "283ebbf5cb3a41eb8f9e96467d2b2cb1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a097c0bf3d524c76a75f7d39834cd258", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3ceb15d8b1584b4fb2673e1fa626286f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "626f15ac2f2843e6b53f36cb561fef32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8c472f176f83481fab98ea589567088c", "region_id": "RegionOne"}], "type": "sharev2", "id": "49166597263b49fd8f2bf76c5c558ebd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a6fd65b015044e96a626cc34e3be3586", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "70fef7595d704df190c2d9dd566aac89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "52261370408b4ed3adb777a1b0f7151e", "region_id": "RegionOne"}], "type": "share", "id": "040f5dc475fe4d4fafb3279185ff10d6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "462358b3d6e7494491b3224578164970", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9865ed62fd9748f9aeab8734208c414a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4c97b7eaec2d4f4893bb352367e55735", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "09f11b02997d4ceb8a8ef9a725c6863f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2194060f5ba64023921078d3ba41fa26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85edd379fa4a4cceb8912a95e44803a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3063aef0b6454edaa5999ec5c06351e1", "region_id": "RegionOne"}], "type": "orchestration", "id": "fec1cf4155964046b833f96db61c3557", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "204ff38301d24bff89ad6c5dbd094f73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "036afc0e769a40e78778cc8b05acbb94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e331d5e015c245428cda50484e780086", "region_id": "RegionOne"}], "type": "block-storage", "id": "eac7b2ca42524697bd0b2ef81f0d6ed7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e5c8316f31448f0a14ccebf2fe47e20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01293e85c5594530a23900b59f56ed8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f28940774650450cb50e85c160d43c1f", "region_id": "RegionOne"}], "type": "volumev3", "id": "9df194262d6f4556bc9a891f854e3e6b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9509d3a5b9a6468892e009ae1ae2ba9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84a22e73e27e452ab3000d8676cc081c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f1298d2be8d43f9a4a5a0d23e85b8b6", "region_id": "RegionOne"}], "type": "volumev2", "id": "0571e4df0c1f443e9d3f5368131e6c50", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ea064fc687d469686fade329e87b9c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c25d716243c143c4ab599bfea26ef6d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d01387ec92174cbeb4e582df155147bd", "region_id": "RegionOne"}], "type": "volume", "id": "f3d09fae3bed44449ed68c552976c912", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac8ead8be6574c4bab28219ec735a871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5ec0719591a42a8bfbb9310418cba71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6615bf9b56f440d904c8f748bab475c", "region_id": "RegionOne"}], "type": "block-store", "id": "91ed3b5bcdeb4dcab65c5a9267207c16", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bad42ea0737c4e09ad37e112f9e01e59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f8b1f43dcb4d449ab71f104f007a3ea7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d4b60d1672f34a5a90dc5ac43633155a", "region_id": "RegionOne"}], "type": "alarm", "id": "fb565295ae4844078388202806eff7a0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d2a262d07c374263ba4fd0a71c644b48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6f062bf605294f06b76bb82d46204a3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9e232ba4e4584174b34bd84ab61ec2ef", "region_id": "RegionOne"}], "type": "alarming", "id": "8c06f109e931426eae78e2ed524d6ae4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1adaf63ac7c5474bb2943208ade78d13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3ed7bcd1a4c84c09985f936f008c44a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0637eba2d838459d937a2a7ec0c27d61", "region_id": "RegionOne"}], "type": "meter", "id": "b03af99a30524c6eafeac2f07fc50db1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dcd063f88e45417aa9624c845646799e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dab47c92efb24860a081a2f12d4c130f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1ddf70de19bf406d8f55f82f76cc4934", "region_id": "RegionOne"}], "type": "metering", "id": "c0dd7d536c7c426e85e214260bf7c3fb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d45b77863a9a4f878ad54f721b2ca964", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "be94f884f4904c1e88f5e02309742abc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e8ab0b3cdbc142ae8427c98e07dc815e", "region_id": "RegionOne"}], "type": "telemetry", "id": "fe71884d9ba34a5b822389afee7aeb48", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7e449513a63842268eb6c7b8d43650d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2feebee827014d789353b1519fcf7cdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0ff10a8baab44267a1fdde480cb7e7fb", "region_id": "RegionOne"}], "type": "event", "id": "51265887c6fa4594bea6b9631eba58bf", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "809d4b61a686453bac306c53176a6004", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a474d04f43794952a0db15b173876f89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6ec674a52f4740efa8559148eb4b9458", "region_id": "RegionOne"}], "type": "events", "id": "5865419f18134f42941cc38df62352d4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fe0a951c82844a0087e565086f988984", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ea2a37bf36334aa1865051c4b011d6cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c926f593af0f46fea66504573e9563f2", "region_id": "RegionOne"}], "type": "application-deployment", "id": "6ad8a1ecd1854cad81209bd632c1886e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "51200ab68346466b90a29c058502b617", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9f9142648ffa4e9ead7bd3e8383f681c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d593ad4719324742bc17abaf3ab1a5c1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f20fc2346b6f4832bfac7fed06cfb91e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f967e1c21807404498aac01fb0e0406f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8bc014bc9e74456d96feb8ad908ce37d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "273e36697cc245c298ff4fb63f2497af", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "782c2d617f2440b9acd78e10046c64b9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "422b1a444b77477c8e0b71738402d055", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d839afff24bc4bd7b74079910fbb60a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "48df531045e043dfae4ef41b5d74c10f", "region_id": "RegionOne"}], "type": "tricircle", "id": "f3d1adcccbe54629aa11d536c4d12d49", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "81c18c8febbc41dd849208071e98ae79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "89c828479930472fa0387e278f7aefef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "afdb1605a24c411095b19c4ec8650840", "region_id": "RegionOne"}], "type": "database", "id": "6679acfa36fc4f35852e8685350efc3a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8c223efdd87746afb8c7cc49cfa58aea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6d83aff6e2e34fddaf5a3ec501c7bf43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "41c53e92fe904ff58eeffb787fa263c2", "region_id": "RegionOne"}], "type": "application-container", "id": "7f24601f95a74610913c2bd813859023", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bf247f3f790c41e6a5fbd4a2d13564f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a317484843f04a16a6ab3117a42f6bf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ead2e047eda4431f936c71515a60092c", "region_id": "RegionOne"}], "type": "container", "id": "69a64acbdb2d4f849b96acb43406decc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c57cc5bb212e486fa8e35f6954f7ea5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5dd3826c9e794b8b9f6a3837d6d9bbbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "65ed3d6f0fc94f31843a60e583d7d26a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d2bd50b3594144a3ace19b00120b002a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0d726e8a8a214523a976e3991e06a65b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b26506f1afa945b8a4a0d0d2197feb08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "204cbb7a98494cc1b7f1bc4b2a7a9af2", "region_id": "RegionOne"}], "type": "rca", "id": "8356d0d834ff40d79dfbd6cfd7f80ab5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d0899bf1275f4fb1bb4c06ec6f4f6f64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a843fa6646ad480b9f9b356ee67dba6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6f5d645fda8d473d909d13f5293a4416", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "665a0951572a41559a61729133667120", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4533d52fc841462ebd718913f3572301", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2888eeb79f3943008637532cf1a63c59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "73f05c4b86cf47baa4e72ffaf52f8335", "region_id": "RegionOne"}], "type": "network", "id": "cb57b96140c14ab6b4afe768f94f622b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "fb35825438194eac8aef86f48b66e1b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9cda7b3bff2440999b8ac17023c981d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "098f5803c2514d509eee4a6ffd081324", "region_id": "RegionOne"}], "type": "backup", "id": "4f625f91a39a479bbb4ef01d464c37c1", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "44d7e47d0259428dbadf13a4759ce7ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "18bc9d07c0b34eeda90da844c5a3c70e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "73ff3ab8ad4b49c7bdf8f27a7e6064ca", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "cb3517dc78f74a2d8cb0fd914dd08460", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "82c12c9f89c94064bedcb76491ee246e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e634714e748b4428800300d02a1a6bb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "054dc10e2af94d8ea0792ff469ced5c0", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8deb0e7cd3cb491fbfaa236002f785d2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ddb666ecdf8f42c2825597807e601d04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e45f82f9269745afa18a83f6051e93a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "351cb92a8d94456b8cc02169a477e7fc", "region_id": "RegionOne"}], "type": "monitoring", "id": "e86fdb0138024e90ae05cdbbb18b7b45", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "705f8754e86b4e149c7b3ce0a3dbbfd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "571ce3dde72b40a595cb1d9c17680f2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1fbfc2eb713b42b080d3bb1fde5b8ffc", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f74fe566d9e64194a3a82e5ab745ea8e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e7239989f9954aca8ae9edf1a33447e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "bbc73ca4ecf04da3ac74542dd82f93eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e3b6624c6cbb4bada96a21247c58813e", "region_id": "RegionOne"}], "type": "placement", "id": "547b6c5347ed404fac92266b9985fa65", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8aa9468416f441aca0b76a895076a518", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f0691c79ea284b52b459ca785427a89c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b43d3733b2fa49909cd42f1106798210", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a3b5ec49384a4445aab4f16319d3ac62", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9dab3775eef2484caf986fb7250def3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "95d8b1caff8342f99e323714eb2be0d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "392f7147c9dd477299b49330e8f4b9dd", "region_id": "RegionOne"}], "type": "ha", "id": "7a68aef2591049a48134ff7ff40fa78d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6afe4e5c2ebe4c0d8f02b825aca459db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ab7df6dfbb694f69b886805b32c67f9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "0f3885ca29ca4a40acf46e1d3b70df9e", "region_id": "RegionOne"}], "type": "reservation", "id": "487ef8a7b1114d80bcecc298ed2f0f02", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "27c41bc0b3f3480298aeb3ff27265c0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fba6d8186df24c8c8552337c0f987c12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "37a2c7feac7c4783ad6946d027ba9388", "region_id": "RegionOne"}], "type": "function-engine", "id": "44382d8375ca43c6a495028faa2c4829", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7b9009712c7d4782860d5d9dc85d5201", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "94700a7c3ec54649803b1e160cb0a2a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "90e07e52d00643b68bec348d3e29708a", "region_id": "RegionOne"}], "type": "accelerator", "id": "ac9bb5491f644ef498ba8dfefd030669", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b001afc39e424846a3b7007c3a99f0ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c369cf1926194f07b77cc4d8ae515891", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fd15139ce5c14e92a3c629c480e7d12c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "37d5b7b5a1284fda91d4602f5c66ed00", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "847dc0a98e984f01907ea4d77a8cc61f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9477de5bff8f414e921674c6cfeadf71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "94b0141ace2e4035a74b4769204a34fc", "region_id": "RegionOne"}], "type": "registration", "id": "d6e2e6c6710b4c40bf9657ee2f8d74e2", "name": "adjutant"}], "user": {"domain": {"id": "343061d1193245bea58f766bdb50069e", "name": "4653f168520140adba823ab212307eae"}, "id": "bcd3f5e6e6bd4bbfac23f25a63bea457", "name": "0e3f172dadef45139b330bb5813cc815"}, "audit_ids": ["80bb6d23110d457187425af23e00488b", null], "issued_at": "2019-09-19T09:04:40.172802"}} 2019-09-19 09:06:40,340 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,344 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,346 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "block_popular_services", "firewall_rules": ["deny_ssh"], "audited": true, "location": {"project": {"domain_id": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"}, {"name": "block_popular_services", "firewall_rules": ["deny_ssh"], "audited": true, "location": {"project": {"domain_id": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"}]} {3} openstack.tests.unit.cloud.test_meta.TestMeta.test_has_no_volume_service [0.063188s] ... ok {4} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_list_role_assignments_filters [0.169253s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,169 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,174 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,176 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,179 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,191 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.115023+00:00", "project": {"domain": {"id": "45ccdb6539bb443293554da2d150e0c5", "name": "6cdeb902d8d54fd5962ce17ae8bbcb32"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "9917692339c74a2aace7ac9c2b623468"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "973dcfee2c2b4b919552633fae547bee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f21b0d5ecd704342a14e4f21cac43484", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2726570746b2468a8c39de4fbdd403bf", "region_id": "RegionOne"}], "type": "identity", "id": "c15f9e61b4b743b4a714cef8c7ddcb63", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f47b06920b3e4fe5ad334c873a4cf973", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "19b65582c5b9477d934461cec2d13b7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "58aa9503b8f54d39b10af0ff2cb2c1ad", "region_id": "RegionOne"}], "type": "compute", "id": "d2cccdd8d3aa497cb491f7cb277f3759", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e133351a922e4a689558df3aeba0dafb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "02e2885818ac4592ac4e7cba5596e5dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "424b45f8d7794517804192d5f46ffbc9", "region_id": "RegionOne"}], "type": "image", "id": "3cc84df54ca84c4eb8bccf46788f6f8e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "791af80f2b8e4562a7303aafa8f63d70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "dabd6f973334496dafbd52293aa2fe36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "229aa34949544c99aca1c1d71101fbf9", "region_id": "RegionOne"}], "type": "load-balancer", "id": "5adea7ca9ac04c9495e12ad0d6e8fad7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "940e43b35ef74b32be02af94bfd17dab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ca0346dba84424cac39c27dae8622cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66fea4ad67aa40dda81bbc8536526f00", "region_id": "RegionOne"}], "type": "object-store", "id": "13889adca3304112859e1d995a3bb16a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "62d6986f804044bc82374b7c4c907660", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9216f9a6b9684c6c8d65bfd97f6edd8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "453f8df4d77e41858092fa8f04af7570", "region_id": "RegionOne"}], "type": "clustering", "id": "f3bfdfef81484ad2a61d77e2501ce6ab", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "64e46e221a904a6a90b6403a4803c0f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d433988a261c47528d3542fe01890b29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8b5e1883fe4e42e5873c6ef221d25af2", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "486637ebda484b73ba6083821d4fd1a1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fbafa21d45da4c1e806ffde473b8b13a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "39f726cc912d4eb1bc266da975133fa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fe9c281b968c447baabbde63fb17af11", "region_id": "RegionOne"}], "type": "cluster", "id": "05b2480fffa04a6daf20b726971fad40", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "078b84c571784b6ba711a1ef8c0c0450", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6ccde6df77b54830aa196a6c562574a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "59ff320522484369ba5e11a8fe8500b5", "region_id": "RegionOne"}], "type": "data-processing", "id": "fdfc908ded644d3c93e968aa453c8bc0", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d8c4d920d051422191dcbfa69440c6a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a2e3473165f44707a87a59506df8180a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "cc6e2b4f2c0c45dca338690dcd6e4101", "region_id": "RegionOne"}], "type": "baremetal", "id": "b1a4a59c8248407b8e3e57de0a2a7f44", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a143cb41e8f347858da76eef90861ac8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "83670cb423ac4a75af68507a28970d5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "db506e22f2804bbfb7162d6336993d4c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "0837e02f79e9407ca9358dcdb9765c29", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1d5da16dab8f44a6bd8c3bcf5486fa96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e01dd7cff9e4429e96fd254adbdf3f3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e4863fe88617443585606bb3cfaf947d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f262c77746a440a68700b12c262958cb", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "776f42a55d3942318c9607744fa21c73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ee52d59e86b9458593c135fb544de5a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "a4ced77ba2ac47a0b9a275fb7971d8b2", "region_id": "RegionOne"}], "type": "key-manager", "id": "9dfc7ba4fb2a4b5994ed8ecb8643ffcc", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b38569d63bac4abbbb7002fc92532329", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "abd62f22fb9f479fa3b3efff8cbff1a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "65a2991bc2434c7d93e5c5f4831ed77c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "948df5c0951e4c54b29616783d437289", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "438ab03b02754b2ca7c75c87669214bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "391d1f21d3e44cf7a03575f24b347f04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5d386801d40843b699c37c22a19ec371", "region_id": "RegionOne"}], "type": "infra-optim", "id": "cba4261356fa440490ad317fa38f974f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7c7899223d9445e7841661370e8e88ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "85086fb535ae42cb9220559201aa2a4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1f39182c71a740ab94fadcd801fd9148", "region_id": "RegionOne"}], "type": "message", "id": "49a796358c9547b6b0d1436c073e0345", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ad16ccf47daf47eca7801387f7eb3988", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1553b488e1ae4b968c976ffdf4154d8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "16224627ec9c4408b9ee6a8f56ce0dce", "region_id": "RegionOne"}], "type": "messaging", "id": "f6091fb93c644ea3bb18f60f762fec06", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "221f5766009648b1ac6a072a7aecbae6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "dad1ef6e4ba54373a28ca9a983094481", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0e7df8624a3f44c6adb6da462712020a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "35b4492b31374698bc5360c019554a80", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a17b856687cd48d6b68217e9a80814a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ed1df9efef1c47938e4562e0828636d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a6983028faf4ec99ed3a55107660f2b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "04c569706606484c8a6a911d4afdbaf0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5bd84063bcb447048c390413da805912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e1a375a8f6434049ac08741b27cd14f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "391e0b90d51c492e9c22e488899530ca", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "780d314da8b4405fbaeefee88d6a3561", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1084b8bb8f3a4207b8759c553fb82135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "84b29fed70e8482699f4e2d1045b6271", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a8a5e66c72d4b61a41fafb1eeae1d81", "region_id": "RegionOne"}], "type": "container-infra", "id": "6f2812d1561b4c4aa79fcab92bdbf4de", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8c95537f1c244612a55b324ecf280a6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "370173a8f64946c791130808df5cea16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "65e4c3cdd9c5455798e1c2904d0f5575", "region_id": "RegionOne"}], "type": "search", "id": "5e63e826181147c7ae007166a901667c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c0b1d8326c014606b0260ed7102d8b2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1a8af40baed04e98a499f069e4ee5e58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "25bf849387b24b0b9288c75e360582fd", "region_id": "RegionOne"}], "type": "dns", "id": "5edaea494d3f41bfa79ce4f9862aa2ae", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fc1962ee5b2e4feb81cd4dde68902000", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0350e733532f44c3ac58df0def63153c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "95716b6505c14cc5914f7710509e28ca", "region_id": "RegionOne"}], "type": "workflow", "id": "7fcec0ebd45043b2bab60b1b4c456565", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "79793dd263fd4af7be6f0402ffe929b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5ccc610d52674a629130070f7079449e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d158dbc5b7d146b5a29e75648cbf1e87", "region_id": "RegionOne"}], "type": "workflowv2", "id": "fad8d626f9494967a42ab6db7f178ad8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1b11b6eb976b4df8ab634122e2724a06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7a189a6aa3a549ce87b41b5b46c48871", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c9804a1969534c7185cc2fdcb6cafaf9", "region_id": "RegionOne"}], "type": "rating", "id": "ece4a973b86e46b1afff7f000ee41841", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "92c07509d668476587ae959c6555ba05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "69ec6466e84241f7a9f0abb8c9c92cc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f12f275421964586933060176caacf58", "region_id": "RegionOne"}], "type": "operator-policy", "id": "b7e9770cac574569856808f53c407e30", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9eaa041c2a1f4f2b958d80adecd05cea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6b4bd5af2d3b44f4a31534d3294116ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f2ff5e26f00f49ff92a8eb3301597825", "region_id": "RegionOne"}], "type": "policy", "id": "fa58867951b84576afe9650936cd136a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c7e63fa5d98a4809a7e628dd05353a61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "64b1376205bd4f70b00b72c2670bdc63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5266cccbf6ad4929b0ae2f7e731d8f6d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "dc213a411646466b893385dc620c8104", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9f02b3533b1d4eb3b52684a60e69db56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1e1caa0c01284bbab344aa6f3ce39205", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8c093db40ae54c54b3ed28572ff2493b", "region_id": "RegionOne"}], "type": "sharev2", "id": "ef6baf8426224024adf269a9d852aca3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e7a636f31a284a21a609f557bca8cac7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9d08ce7374c44f25b1221f707abb6830", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7f1e30fd46784d32a035396993f85bc5", "region_id": "RegionOne"}], "type": "share", "id": "ab2c6116b9dd4ff884a16498926ae8af", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b327f0ecfb764c91a4e27ee7a138adfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dd50fb719bfc4dc1857869703ac5547f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "bb4394f925644b7aa25d1f0a1a73ad4f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6f5b9115cbaa4c21a9d0b3b588c14d0d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fafc4a5bbd04b84afd27b1f95a5f23e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e5891ea3d7f4a449952952dba9d3abc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bcf48bc7337246d5b495959ec2ef8412", "region_id": "RegionOne"}], "type": "orchestration", "id": "6937588be609452584fe0a57275da1ed", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3e88d4823e3494981474d2f10c1f571", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e25f10d6251b46479564bb3dd5f017f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17b39f3d623a46a19cb9f3a0f59508b8", "region_id": "RegionOne"}], "type": "block-storage", "id": "03ddbb52537c4db98bb2cb6baece94d3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23e0131a0d5d48cfbd1269a1fbb4cd7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1361cdc0094943a0a916b1d8c079510a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a38825ce393346eca52e63d3adff6a84", "region_id": "RegionOne"}], "type": "volumev3", "id": "a2eac63151394823b0579b34fd9e6463", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5c03535542f4a06af169112d2a432f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e1e404d414f4048a85b1e655d43a1a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49f9d3353d6344a6ae2c0885add03882", "region_id": "RegionOne"}], "type": "volumev2", "id": "ec085a451f8c434695f9f9ced3292ef8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9930fb31b6d4e229d93f8e824fe3756", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b093dd0893dc4a0b9452e1ac0d916a75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50c87d2c67d4435080d7da7472a95aae", "region_id": "RegionOne"}], "type": "volume", "id": "e2a7fa87f19f417c8789efe9526862d8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "098c8b81feca422baa5a9e4568159816", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a61def47c05f4281a06493d7acdc2b90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff657f300f2a4d52aae4c3e4b0d1462d", "region_id": "RegionOne"}], "type": "block-store", "id": "1b74c16337354cb2a834619fee318354", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d0798740a8444062a9b9fd61c36615de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "431c273f16894a50be73b9537bbc4678", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d2ec0d1e828b47fab860459d51c7a025", "region_id": "RegionOne"}], "type": "alarm", "id": "ca2720be871846449305456f4a02b4ca", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e1255b63d468434e836a79043b17a207", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "78d5c638815d4635bb43a693aaa2f5e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b60e63659e0842d194af9ecd73b1b3f1", "region_id": "RegionOne"}], "type": "alarming", "id": "538d1aaeacb34f4197ff6f4c6316b4ca", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "93dae3a98d1141b69ec1ce407cf56bb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "890bc4151e25414182e52e7cb588a6fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "24825db9e55548298f486223178b737f", "region_id": "RegionOne"}], "type": "meter", "id": "433de18242cf4def91674b3fdfe0e2fc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "43065b7674c141e78807af16a317b1e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fb9de4fe7f3540f9b1de5a4c027b528e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "23c57a25d10a48a2be8f7167e2589672", "region_id": "RegionOne"}], "type": "metering", "id": "705ae74fdf284be7aca4c2e93136c74f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9d3cd13c5adb41ac9854660f6e3cee33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "67ab42df6648438ea3451c56071a0c54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5ecaed4a536641c6813987706a05a69f", "region_id": "RegionOne"}], "type": "telemetry", "id": "92f961bb2ab94bfa90a32f78c421cce8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "730d2754e28a4191950ff0ba8fc3aebd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d319a0cade3a4629ba630044480b220b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "432ab583d7084b58a7ec86d1a5fab980", "region_id": "RegionOne"}], "type": "event", "id": "2457ffda715c4defbc696a8f07827e34", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9864109ee2cf47f8b172c30ecd970508", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8bd0abc9a4464593b16eb377c8604517", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4fa8ae7ea5bd4f23bb6a17c721ae6ea6", "region_id": "RegionOne"}], "type": "events", "id": "f7574817ca6749778b40372ce1734f30", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9ba7ca46285d4f41b7ca3a8287125414", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7d298f57ddcb4180ade91e901c916ccf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d0747d2610624a0fa780b17aaec8d1aa", "region_id": "RegionOne"}], "type": "application-deployment", "id": "5421ca1991214d518d3f10702c8004e8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "081bbc47bf234109af588a87077642cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5910712980ad4b2e86105fa180644d5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4cb11a98eafc406293da100c4940b814", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3a5d044b857c409db496f5995d6b582a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9cf43d020f564d759784c9d2a90a5ff6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "29bacc13dca84e008391d713224f3e2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6910e0b76f534444ab8d7208f8a8236e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8e52cb17e3444357ba9c81fdc1f3d517", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e478cba61be7425180ea2e28fa653ce7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "aa0d9fb6232044af850e7c7fc582fb6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0d1271050e3c44c59a85ae7c49928ae8", "region_id": "RegionOne"}], "type": "tricircle", "id": "447ddee349d54ea9ab58cc414aabf6a5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "af8211518f6a4b64962f34ed17becfd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c1aa6ee09412400c8be87f8c05bc669d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "af2dd2a123294b558882305f6610b295", "region_id": "RegionOne"}], "type": "database", "id": "21c2cedd3c7a4f07af3f033eacaa9802", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1954d55b632647d689d6f66b2a4d3762", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3b14a258a7394f9db72656f6c7592d17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8bfa5c2c7e084edea2058ee00e79c5ce", "region_id": "RegionOne"}], "type": "application-container", "id": "c0bf57ed7d3448d5935e1f162016010c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6e706ca06bea4f6ba0185471bf82a5e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "405f8b1ebfbb48d182c96554db1f188d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b1b20e72996e428d978c702eac80919b", "region_id": "RegionOne"}], "type": "container", "id": "b1bb13fa73b04f7ca1af0955ebabd95a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4e945cd066af434e8df377a482870add", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cae5f0035b6e4eb6b9ee27d3f52959dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e94dfb085e9242419c800b2b22452e8e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c9de6e84c4b347aa861fc9347350fd81", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a14dc021ad55415184599e3cd9ec1b0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "436ed5e8fa8a4376b87ae07cc52b151e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e2eb1c11980144c3851e6fb3c927e32c", "region_id": "RegionOne"}], "type": "rca", "id": "7fedca85b0284355a98b7c646c0ea439", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9b0c97ff1add45259b96028cba99753f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5f0ef45a5b2743fbaf116c7e0f5d45ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "67bfc915838c465bb6638053961e7d22", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3a14bff3554349f29106f5967ee81e1f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "407e141b72b34cc69cf429380c1cba88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "536510c23f764ff8924ccd7d0e176fa8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "610a8d30a8df40f984d730ab6e31ac31", "region_id": "RegionOne"}], "type": "network", "id": "5770d3b87c9a4830b9492e6e973c526a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f16d2ecfc170470b9658996c96b038b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4ec9f932b47e4583b6481fe91ec792bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0ec769fd1f55430e8744e51e14762786", "region_id": "RegionOne"}], "type": "backup", "id": "67c4c337c17e4e7c962f08b289a7fa71", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "226ef14897b8450fbb51c81d018aac99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1bee03a94a274811ba6d1dac499feb6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c06dd3a3dcfc469d91b301710116ecd7", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b1a193c99b1440bab5e43af3a0702be3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "06e479f0807f453a9d3dd415bd84bcfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f9ac010425354714a74c1a8a565c58ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "470be2b358814b0a8e0fd8ca5fde2de1", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "97e6aa01722e40f19cbd4c5247741546", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "41efab24ae804d68a507ac1eda576cc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fd6d17399389463fad731d0d6a320102", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "94ec15d570914078aba577769b8431a8", "region_id": "RegionOne"}], "type": "monitoring", "id": "cb7e042e4aef4ae889081539e835eb84", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "448fc4e887e342f2977559f35d160c32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9345275e267c4d5fbd12aec523be926e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d221781cd81c435abfc95e55c66d7e59", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "65a1c4ebc04748ba8b98db3b5618f164", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "bd3d5a19b42b41b5b1cfcd0c47ae4ed9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ba94ab385da546ab899d2ea21cd70412", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "88f6f5a456374da6aea3ddb6df7609bc", "region_id": "RegionOne"}], "type": "placement", "id": "68f271106277464c90a003277103d975", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "287547921f7d450fb3d4c340a802b887", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d522a5f353a041a4aaec4e1d1ba77f7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9ac12e347a68414aba7c3568d60c96c6", "region_id": "RegionOne"}], "type": "instance-ha", "id": "16a647672f7841019662046a445a6877", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "55b7c0dba6dc49c4b945b2a09f63984f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d7ca81857b3e42bdb8bd5fb4c60abadc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cd8d66f14225430391a78ee875f1f385", "region_id": "RegionOne"}], "type": "ha", "id": "c9c03dc0762a45619899f7a268e24bce", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7251eccf292d4e2582375c30766afb4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2d96db64a6d64230961659955fe7c2e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b737d3b057dd4423bac8f7137564386d", "region_id": "RegionOne"}], "type": "reservation", "id": "886fa068fcd34ae099e9dbf0dc2d4d98", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cb1afdfbeb58447abd271883d457e18b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ead785cc3aa44d479e1b8ab732f8b005", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "fb4936d2e2ec4946a8a5acf49c7e6921", "region_id": "RegionOne"}], "type": "function-engine", "id": "779d0437f79a416c98a1bb3c13b99c09", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "000797b1943d4ab1a2bcb621c4e61feb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "26249057f72c4d8c84843ab89eac715f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "fcb2646532c64e54a83e41620dff2f1b", "region_id": "RegionOne"}], "type": "accelerator", "id": "20ce9307095a43b0bfd3969a541f4974", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "734e2fbe90984d7a9b4d4c8ac9f301a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "75b45946038a43aaa3683135c55ffe6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2d2ebd0c3e014c05bf3c24279daf1463", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7eaee2a4da94400fb82840e4af5c70b8", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cf72ac5a03fc400a83aa0a41b0e1d15b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "550b514eb34a43e39411c767601333d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "01c0a4dc7cff4c22ad83514241e60b41", "region_id": "RegionOne"}], "type": "registration", "id": "e98fbff2350043749649b207abb650da", "name": "adjutant"}], "user": {"domain": {"id": "559c4f2bda2b423ebe2619101f535948", "name": "b4e638a7e9ec4d29b96793767b6e34c2"}, "id": "ce9e9918f0434e609294cf948656af1d", "name": "184cb9e739324cfb81791d0eeb675fd7"}, "audit_ids": ["3d786d4167014990bcb9e59f56d7bae8", null], "issued_at": "2019-09-19T09:04:40.115023"}} 2019-09-19 09:06:40,272 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=c915f1626ab94ea699e9debc28a37ac2&scope.domain.id=24b255bcbd634516a026334abda6f7b9&effective=True" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,276 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,278 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "24b255bcbd634516a026334abda6f7b9"}}, "role": {"id": "f42f5ce94805420a97559faee440b315"}, "user": {"id": "c915f1626ab94ea699e9debc28a37ac2"}, "links": "https://example.com"}]} {22} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_list_flavors [0.160940s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,210 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,214 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,215 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,217 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,229 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.140229+00:00", "project": {"domain": {"id": "e44365b81ddf4dbeb965fee44d27bb0c", "name": "e28b19a563a842a7b20005509f327c8d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0027a05a26f14698bf3f94d97ba970af"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6dc17c34bab84e6d97a7894d556f16bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "1dc24968902e414f8dfb0ecbd8db0e97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8a889cbfc50a4415b002ce825cbc6c8a", "region_id": "RegionOne"}], "type": "identity", "id": "4488498995b2460fa665f9a3c2a40e89", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c6fcf978f8324537a55f1e83accdf92d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d22fd45fee5343a68d5a41d311af0630", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "0be2e3757060421faa334988a67b31c7", "region_id": "RegionOne"}], "type": "compute", "id": "b0ff172f708846ccbec56c2d7f9bbf49", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "3195db743be44304999c237193a209b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0c4682e8834e4d9bb547f8dbc851979e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "63b8e163ab5f4aee9bb4e5e78ba194e6", "region_id": "RegionOne"}], "type": "image", "id": "630789514c724d78ae2bc747ff6a603c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "98f78b37506744239c3f11124c2f448e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6d391f1644e6478f87e7c225eb05d5ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2e2df301fad1452fa8cc8301eecebe4f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a1abf7fdb9804625ab972ed43beef8ea", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6c480ec7f594ad88b1221cd210dc02b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c71c083b843434e98ba1b438e768dd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc40ff6105ea4197b61a11f8ba50ae69", "region_id": "RegionOne"}], "type": "object-store", "id": "3849936efc28483f93e361c124e1e3ca", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9641e9efd6fe4bbfacd6e0c1212a408b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "55e8678c59a642f7a602e37ad7fafbd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9baad61f1e734e5ea29a20d1c16f6bc0", "region_id": "RegionOne"}], "type": "clustering", "id": "d38bbc1364ef4dd18776125c3a15ff55", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "46defe379a944425b98ef70b7646fc5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "15e3cd723c074a2d9909164ea7003f5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2e12e324e0f546d1a067e15baca825c6", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "0b38102ad22a445db9a6fbed73ee5a19", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "efe67cb507aa47b0b60958c320b39ec7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2deca5ee44204421b36b4a90a4222634", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9d81d26a786848cdbb0eb7eedef755b2", "region_id": "RegionOne"}], "type": "cluster", "id": "86029a327309420dad4aade800142fa0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bc6658e38f6b42f7b8bfdcca770af5de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1017a35cc3f244b999b5ec17ffc61cec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "fe362659cc604014acb1e1c9e599bc42", "region_id": "RegionOne"}], "type": "data-processing", "id": "6fb2ae50554841ada145466f587b8bfc", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e17f9b5549e0477da12f30a8ad1ae8bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0572bac12d99497aabd5402afe072b5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0b9cd453cc204f85a7ef5969a61c1b8c", "region_id": "RegionOne"}], "type": "baremetal", "id": "bb4796505fba40c6843022c5ae17b95f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "72f13a3061684fde97f1fddd921af70f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a0de3275f90747cc997714a01c0e0f70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3c4d7705ed4d4f5ab178dd573172b2d5", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e1ae89f6e8a043a4a6a01557fc12cf6b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d7c281853d594d1ba2f738b347261cba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b98fabd46dc541bc89e8145c227ae7d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "6f51bb9d4cca43f299265c40c3305309", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6be3413f3ef4446f85bf5bc106df6e20", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d83fc64ef01f4a26add5d4c4a0c819df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cc8b6589dd73403d9e8e37fd8ccee39b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c525f982d81242d09020ed901d4ba1bd", "region_id": "RegionOne"}], "type": "key-manager", "id": "910b6846b08c4110b6f985aa88eac3ce", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a433ad0229eb43be847a2bd53fa34441", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "24dea46fffec42f7a836048ed2e16b57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9613738ef1544392b26b8328ec104d3a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "8cb58ce6ce4a49bc9b04454511ffd80f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9381de054cbf4fe687e3bcc617c904dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c62d8207a6bb4817bed8ee21f19dea92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5b6bc6bb45784283902c47e9ad3c5e20", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4024c51f284747049afbbb26a6daad3a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "559a966c365e4d7fbedb056d401f69a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9e17c8289b8440b2a3b1f75d41c1b35e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b68c8a6b16694aa28bfaa0b1b48f95bb", "region_id": "RegionOne"}], "type": "message", "id": "664bfece8cf84d82a156e6166565a230", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "326b4d03193d4b9baf81d6cb3c5c010a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4818b209450740b2a90f1bcbbf839f93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4bb963830a634feb95761f83ed22c717", "region_id": "RegionOne"}], "type": "messaging", "id": "0359509c8cbe4be5848616b233b7d517", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "91598e3b37924ffe98975d70cec8d8b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "09e458b8613148cfa3308517929fc73c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4f6017b9386247869527f1dac7d1de19", "region_id": "RegionOne"}], "type": "application-catalog", "id": "be0978420d08483a9298c487eb78c533", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c82cfb7ec78c447abc21f656a16059a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "735157a8e1144dc59f8da34db398aed1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7c619d75462d498e9652a7cf6dc37d41", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "134ac72fdff1411fb80e3bab950ff1b7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "242768c31a324d0f8b599eab23a98e24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4ae9086b3e434047bf6af9319a5308db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2bc4302bf6f84781bdbf99a803b3e62d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b3cc3370833c45f4a1f79bd2c36a4254", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cdd8cdd5a3cc422da2b3d84ff4f316a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1de8d1d7687d46989ef42a4fde8029fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f70423975e6c4380864d5be43d973022", "region_id": "RegionOne"}], "type": "container-infra", "id": "f1c5e12d3fa04bc89e941dda8caf836b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "529e10436ebc46d29e0bd009e497ca71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "244866e0d9b64e10aabf41b4673c97bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a474a2d7c297474da5516ecc964f7679", "region_id": "RegionOne"}], "type": "search", "id": "73b7cf9d4c4345e2accc812892a84534", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "88a2970ba84b46b2b91eb5f4ab1073b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9191d243628642beb97d43d07a781588", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9d9736e09401488d934e6574283e1a7a", "region_id": "RegionOne"}], "type": "dns", "id": "e775bbb118ee402689a27f805bd092b7", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "408ebb53b09243b7a600dd15cc8184cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d2603e7d1a4a4941a4ae5128d7d45614", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b113dd8d4094493b98482d7bdeb39597", "region_id": "RegionOne"}], "type": "workflow", "id": "96fe52d51d0e445392cfeb9099035f1f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f889345b2c1d4a97a06d928e6d156f91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6246c4ff44874114bc382666a3046ba5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a8a3cc6bab71424583d311818c457049", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e9fa6832780a4db6b9d81a6afea19be3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "e08dea8034794332a9650c362c193a43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5e71acc22bac4720be742035f80f64dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0e30fd022eb445c1ba2781c82ea6d046", "region_id": "RegionOne"}], "type": "rating", "id": "73649b9b8521411fbbfe27b43f97a371", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "eeb7865f7de0415791850bbf805bdefb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "aa2c404ce84e4f7a86b694705a0fbe26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f294e5c9113e45f1ae97630713a53572", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4a1f52ee82484bc686b4b37012b24a61", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fa3c95c0641e4e0e9dc2f996dfaa3f02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "970de1e0b4e24c169ff87d66889afae3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4c579891fe40488cb56ebb6bc86b3e08", "region_id": "RegionOne"}], "type": "policy", "id": "cb9257b47b7b4a418cf6ba9f2fc4f039", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c08a4e49597f4a75b510ee46bdabee83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "84bf9306c7d94fa9ab8ba2e05a9b0c90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f7ee140a77cb41869dedb0c68503e7a6", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "fd6071e102f24acf83e0d54f06fa254a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "df273e3eeebc490798bbf7d1ac1c7617", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b1291a68f03f41a28888b8b0d890a948", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0177f15abdf34e398b06970d450ecc0c", "region_id": "RegionOne"}], "type": "sharev2", "id": "14eb9b2eaf9e4c0f9f1f86a442045910", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f844fc5575cd4d06914e37a1d4cd1e86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5d90a93f9427442284550e6deb8b859a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a17b0f054c79488d9bbb5f32f19ae35b", "region_id": "RegionOne"}], "type": "share", "id": "c72f6771696c4431bf92ebb624bef3ff", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0372fae1feed43bda0d193935acc71be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d8d847df496d4cddbe1688937a510d31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "89f3c8c51e694526a98bd4df342b8d29", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0806928db5e341e4adb3afb0ffbfa102", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6fb50bf594740d9ab34b7ad72349458", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "712c33efab4a4e4c89de156f883e4814", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66ca037d5e0d47bb90118330699e7c5f", "region_id": "RegionOne"}], "type": "orchestration", "id": "98db0d67242248b5a669830445141b9c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03fe9a70204646c8874be3c903cbe683", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dabe5d8076ea48b5af7efeb66bb919b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8320ce9771e446194663d1f688d7fb3", "region_id": "RegionOne"}], "type": "block-storage", "id": "5047905d54aa4cc3b70deb75cab841ca", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6eb1455b0d734becafd34cf495524e48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "748cc6b90e7e4509891cb3fb4637e099", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a9f629f1a3547e19ed53ec1e563b8b5", "region_id": "RegionOne"}], "type": "volumev3", "id": "b5d82564957b43e585f700445e63ec82", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56ee24b59b79455fb6dd3c7235716a48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "816044c598d6416e92b86ae56234dea8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16ae34b920874fe4bbfa9a5d6e2c0af2", "region_id": "RegionOne"}], "type": "volumev2", "id": "e33b9e9986634a87811c45524c2f5029", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1f957c87cbb42bd88efafaca112f401", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a24bc470556a4a849840ec62cee3e085", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23bc1863dfec40edab162c38b2cc8bed", "region_id": "RegionOne"}], "type": "volume", "id": "eb18917cc91e4d74b55e23d1891a8d4b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33a632a510a944069ae0cb884bca0d27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "246a90235272446eb437c816fb494e5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6efe6f57accd4304919dd98f422ecde5", "region_id": "RegionOne"}], "type": "block-store", "id": "69a06fdee5d645d4b389858685c218af", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8faf40914267464a8f9d38c182327970", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ffdd30d076cf4634a5dfcd938980a21c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1c06a0ad0c6e4a4683c222efefc08e7a", "region_id": "RegionOne"}], "type": "alarm", "id": "52f6b46465554b99ad6363237a5a54f2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d5393478b0d0439dadcd59972883c712", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4c4a306f53f5462abf3c340a85ba0975", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ae0f232945ea4f9faf3947ff70e70008", "region_id": "RegionOne"}], "type": "alarming", "id": "7ed12c7fba0f4515bfa223aa5f0983d1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "27c1411fbcb348238245d68f8a46d373", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d15428a9db8e4f1b8abdacb98f5aaaff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2da8e552c5744557a66f67af0bd9ee62", "region_id": "RegionOne"}], "type": "meter", "id": "69f346fadac84352b512c083a61733fd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a130dc17a140497585f9faab0b0d247e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "85d9d95c062a44789d80d241a3c9a56c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d19f6a4cdaed4bfbb04e2da7430c1345", "region_id": "RegionOne"}], "type": "metering", "id": "e5ad12948bc941f8a2f611d0122e9d78", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b5738471257647bf9b3041f0ec346988", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d61a0ee13a8b485f82b99b6538ab63db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "68d0e6930b9345ff9e1cd12321a2cb77", "region_id": "RegionOne"}], "type": "telemetry", "id": "f3f0a63dbc4340d29ab3acc19577f950", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b006e5a9ad0f416ba5b3c7f56dccc8ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ad0553df458949e884589ae75dd6fcdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e0ff7846f3bc48cdae441b548cf000f7", "region_id": "RegionOne"}], "type": "event", "id": "285b81dbcc644b8ca9184184da710518", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e955c454a3184d94951f777b29d18c4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e0392665bbef44c1906e16adb142f0d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7a5fa74803744f77bf46b5854044ddd3", "region_id": "RegionOne"}], "type": "events", "id": "548963c0e5a44c1182dff7cf55c9a51c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d953eed3902d4e61932bfb3f9a360098", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bb9322fb7d8044da8f29e1a1799bf7ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4984fc5cb8784fd9ac2bc74d33e812be", "region_id": "RegionOne"}], "type": "application-deployment", "id": "049f3a0b1ad54e3aa9e21205db99fb88", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f8181757efae49b396a2aaffc7e0fe88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b4c6cae0c09a45fd9d91ab6e81daa2d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4d86388ad5db4ffa8e29ab8239bcc49c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "564652f2a2ae4136ad9450f530b3c7c9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7135ca637a3e499494f947e95dcd893c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "632013de1ec84a0da95439e6d5e3e0f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b94ab20ce45548b582eff982b6e65c7e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5f5f6b0b397e43b2bcdd02af19add169", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6fa0313831c14705a2c7039ef00648c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c4de081341cd456692f8b514cfdfbeca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "dfc2555ff8b94f08a260a21a02ad13ae", "region_id": "RegionOne"}], "type": "tricircle", "id": "0bb051d222cb4dd8826b4c4ff337c575", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8bc33610db834c6e96598a5e70426140", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "cc47c3e2a1574a4d939c970e625f844e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a02b98c2c2b9422f90ce9ff979f349f9", "region_id": "RegionOne"}], "type": "database", "id": "b49bab1dc0d24d9f9d95d7973992b0ff", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8e2b0e79a5ba441a844b1ca51c3af58b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cfda9b4f289c4667ae3d02bfecd90b46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "da731e4add3b4495a505644d145ad1b0", "region_id": "RegionOne"}], "type": "application-container", "id": "91071136dc2e4ba08f0ead8e8702a0e7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e95ad9d236b94390b25c680ac0ac3d6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a0dee0ad714c4bf7a9718591e2f0bb40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d050e6a68ab34370bfc21cc4c5dd7434", "region_id": "RegionOne"}], "type": "container", "id": "0ede24626ad743519acc1d254ed179e6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "aecde8899df74ff88cfffa914c8c5ead", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "95704191ef8741d38844251f9256508f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8d12db540a9540839df77fab4a3c8711", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a659152ba84e4b4c85218c63ec4afa14", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3e8172de97ac44878334fb9b0566ebac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "21a4ca88c8e548949c6995365adf1903", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "467cbc0b7aca4ac184286e9a80a52733", "region_id": "RegionOne"}], "type": "rca", "id": "40e15db26f7449189752dc6fda72e575", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9ccf4d8c3dcb4a019596ba698a6330df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c320577bb14e4a3ba7ada395f3782a8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "64a049d3935a4c958045372c144212b4", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "8c32f9de06e34c65bd3d279365c0a1b3", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "06ef23fe21714fc48d93bbf4058e9679", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "fec2dc680dff41a2bb0db93511b5bdfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4eb30bd5b3af46b78182a97bab428f37", "region_id": "RegionOne"}], "type": "network", "id": "ffe5dc6e328a479bb18fe5783e5d0bf4", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3af5f75679dd4543a97af3826f886f01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "6e7177ef04f043bfb465bf0724fcb919", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "abb74a7e401c4d19b8503560ad05e050", "region_id": "RegionOne"}], "type": "backup", "id": "ddf7187e3fed410cb1ee32bc073f6aca", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4b40b0d5d8714f62be2f8b52e600f040", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "37336d6a464b4e5f8fa20dcd442d470f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1aae117b05a04677bb54bfc0dd795f26", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "89910304c80e4eb2b4f2ecb88eb919a6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "eb3b14c91aaa4ee6a530b6ac756d407c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6160e1baa3274b5996488b0bfcf7566d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "41048a74f67242ec8f68d46d1369f738", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d9d62b59444d4e218417fc1c03ccfd3d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e7bfd75208b748f7ad4ad71a6fd99e14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fe9f0c5f646244ff82a4ed229a071b0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "856823a2d55948ecac761368009822e6", "region_id": "RegionOne"}], "type": "monitoring", "id": "fdc8fe8c4c5e4163a0bc13185435063f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "abd266dee1b542cfab3c9d0bb4dac6b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2cc494ec769d4c4e88bfee729b0b1a65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "08f0699839d849419c96b71b54ba35c9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "aeb6381847654dca84c5f095f773b2ef", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "982c1beaa9df4d7dbebee861f2231b84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b40a743ea2a44316a1d5db7bb3d46b0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a4a840beab094bebbc780368d98326fd", "region_id": "RegionOne"}], "type": "placement", "id": "6a9017f0864741aa98623573545237b3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "579730c408b34916b22acac62496afa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cb15c4d47f444df4ab0e4fe20f01f598", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "605343f58fee43b39844b7d9e5ed3a84", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5dfb0a7466ac441fba8a3f317ddd7e05", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4a89bd0bef0d493fa3c1107d9760b285", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bb67339e96d7429ba6d853b2d1819a53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7d89583c9a0c4764afd94203928327a7", "region_id": "RegionOne"}], "type": "ha", "id": "24a7816d442340a8b5a4440a3dc75ac2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e0f516dda5c84e40bfbf1190512e409b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "55cad229bfb241368b30eb8121b61b6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "754e55b8e3004ee685e57ad0ad1d28d1", "region_id": "RegionOne"}], "type": "reservation", "id": "8bbf6f34882d42b6947109d66c62eed6", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7223244f84c94548b7ce5a8d2cce6fd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "70a019501724402fa57ea26a62bbcbd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "006697de7243462d89decff390dc0f60", "region_id": "RegionOne"}], "type": "function-engine", "id": "bf20cefd6056438485835b828bbd0a21", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6d8814a999cb4ffca7d732e9a51d76be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6ec68c923d12485298e33c390a1c8154", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3af3a7dc68ef4da5ba2b51dd98d8fe15", "region_id": "RegionOne"}], "type": "accelerator", "id": "cfaa0116cbea4d65aafca835fe2fb037", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3a651b2dbb094fc8910fa09612c7aa39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bada444144f34635be2061a8e8cb14dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "be056114958c416cb9efbf1d2c8e6ea9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "971e7afe1ef246f380845cbb64bd42ed", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3a4e6fd003a447c696c1640f044d1ed3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7a21e13b6bd547b2b143b76e72b9aa02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b9909f25e2a245f599e45893c2e700b9", "region_id": "RegionOne"}], "type": "registration", "id": "40af112bc294471f8513ad5751d7b83a", "name": "adjutant"}], "user": {"domain": {"id": "f5de27a494dd4f8091bc86f565b0f7a0", "name": "98deadae0382407eabc436ff4c097a83"}, "id": "eb9c4b2cffff4e35ab0f63e1dffcf6b9", "name": "3a92444230eb459a9d6defac7f3c6aa0"}, "audit_ids": ["9d780fb45093423d95abdc3a3dc1a055", null], "issued_at": "2019-09-19T09:04:40.140229"}} 2019-09-19 09:06:40,289 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,292 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,293 keystoneauth.session RESP BODY: {"flavors": [{"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "bookmark"}], "ram": 200, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "name": "chocolate", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "bookmark"}], "ram": 300, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "name": "strawberry", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} {14} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_list_floating_ips [0.244085s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,123 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,127 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,128 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,131 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,142 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.062029+00:00", "project": {"domain": {"id": "d1924e762b954771830b24635dd8dc16", "name": "1b93817f6ad74582aa6d54c880185565"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "2d2fdc0b683f45cd9acfd6d76ea16f6f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "62386d0207f049aeaff1fb39f27840a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "84c62c9b485f499faf34a5865032d5ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2b550f3459eb420da1c7c5acff7336c2", "region_id": "RegionOne"}], "type": "identity", "id": "f174ebf827134bfdb2af75cd63bd21fa", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0315f529b2a441da8a41a78a7a6fc1bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "90303a21b90941cdaffbaddec49752f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "77b705e59cec4310ba857dc2e6078a07", "region_id": "RegionOne"}], "type": "compute", "id": "e10b13c7c16946ef981ae66bef812c36", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "523b13c95d804727b75ea892610138e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1202e2fb34964a8d8bc80e2843245e6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "96f8d06709a84f90857efecc9a1b55d0", "region_id": "RegionOne"}], "type": "image", "id": "21a62c86344c40edaac4b01d18b1a966", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fe4992e55973423591f8200c9eb42015", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ca7924ff916c4855964f7e55fec735e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c75285ebe271494e832e331602d4c1aa", "region_id": "RegionOne"}], "type": "load-balancer", "id": "3cecb0c221584b0ea01d01e25f1b846e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d451a112c7d2448eb92c3cd2e386703a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5479cc3528c4c83bc933292dc7a55a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "940abd8f3d41474a9095872c5ca891ab", "region_id": "RegionOne"}], "type": "object-store", "id": "3b277a1bbed841d6b5fa6482df7c789b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "44e08127dcee4a879231967a0fa2c7b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5014299c795e48b887de773c226c0982", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2efd2a799b5d4911863048fb3941c168", "region_id": "RegionOne"}], "type": "clustering", "id": "e5cd5e4dfa7747db9ff93a06efafce8c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1c65daaee60445c19023005e74b20d32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6582aa6a038340a190cb3b2d312fddca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "44d2472edd864a15b15c950d9742571b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "94eaa7756f7a4e458c8c54f0c1483473", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a72b094b5eee4911a5b84204bfd56aa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "af8486ca84144d1f9a6935870dddb46a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "796584f7d56747439643e85194b01f63", "region_id": "RegionOne"}], "type": "cluster", "id": "6ca9989f43b54595a453d6bb795eb68e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "69269192dc664969b4db3dddc6792f6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "74fde7872bdb4e39855de42143e480cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "030eac30ad724507bf0563d229858ed6", "region_id": "RegionOne"}], "type": "data-processing", "id": "871a8a2f19314af6b0799f89c0e053c3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f8947d6e1f69474bbf1079bccbff1117", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "54ccc58bdf96427cbbc96adb5058b389", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "87384471620947e182ed67f4cef44acf", "region_id": "RegionOne"}], "type": "baremetal", "id": "e726e039066d4b83a9b2525ac0533abd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0d8aea10b2b1493a9998113f87895ab0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1bf53e6bbe2f4ea9b0f1c3cb306b766a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "894f4b4cff4f45aca46eeba33950161b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7622a3ce6a604d189de3ef96c872adea", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e32de0aaa03c47f3ba30fd70844e3f00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c9d06c01ec044cd09a5c6e1eb0ba3eb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "de62fba519f14adcadb2d90e77cec86d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ceb5d3a94c4447ef95d2f38a5b89c876", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "62d175f1c22941b1a4fe72a2300187ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c19c3fa43e6d48aeb69403a7548987d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "46c52b74159f496c97ab80bb8e67bce0", "region_id": "RegionOne"}], "type": "key-manager", "id": "d6a9e76407a144ecb51866a85b51f7b9", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "19d52500bdf0403a83939e258eb3fdba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7e7dc01e674344baafc86458270a8cfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5f5b04c1adf742fd89bb3c424ed216ac", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "7e5f953a5ca3496598183a8d3a14b7a2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0c18d66bebd3409ba3a2a784bf62a062", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "42642d8c220c4b80a112a5f32cd59998", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "611e6bfcbc8a4b6d81be5071d5e0b66c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8ab1b9f8170c4b88b51ae21299f84732", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "289f62db8b0541059fa36e84aba905db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "70f148fb6d334525bec6f579eda29f06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "35ca5edf64884d049485460675f2de48", "region_id": "RegionOne"}], "type": "message", "id": "53055b635db3411c8558d8fce9222c14", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f7381bd115894ecfbe92d5c2d36d52f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "da697ac2960e443aad47c6d31c3aa871", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "425bec7d6c434ac8a68970994478ae2b", "region_id": "RegionOne"}], "type": "messaging", "id": "bd050dd47a484bc2bef1396696f19197", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d230a1ef91ae4cb993a4fcdf594c6e16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8593356ec9524f99a8af55c5dd54e033", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "74fe4e32389c452e8bd56630d4f8fe6d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3cb98437196849049d589e5ff2a98a55", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "706ab4110be94bbd95919095b1a1d3bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "21e1c64766174364bb59544e351710ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73150b2a81384d6e828a9a1a7c3bf616", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "bacc8c5050a94275a660594351c37675", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2b3e67f6d0dc4e6e9013e34aec29d10e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e87c037b4d214b928f82547d4fc826f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c7d586a9fade4400855d40fe6e499c67", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7c34059d09af4844a8f5b2af3745dd0c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "748c3fe6b0e740f99826c2c583df8ceb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "26f3fd3e07a04cf3a3f5255ed22fd084", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "91890cccdb4b49b6bdfec45808de9332", "region_id": "RegionOne"}], "type": "container-infra", "id": "409e591ae0914d2b9a836e3fac15e47d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2d0eed8755c840e4beaad6ad843d2d4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "de100d9d11f646a19c423802023f79d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "eb24675d52d643b6b680ae5c279b4744", "region_id": "RegionOne"}], "type": "search", "id": "8e807100ba6142caa38975578a633f7c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "cc195c2439744a96aa0b1f502d47c893", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "03f0970e5236445ca11f60ca526f02d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "cc0effa9e3f34eb09b68cf691ee23d6e", "region_id": "RegionOne"}], "type": "dns", "id": "2e0950a48e9843fabbf0fe47c5c570d5", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e9589f988b9c457698983caacd4ccad9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "99c2abac747049a19750e28db9e8469b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7afec0427bed4f398d348f49001510d8", "region_id": "RegionOne"}], "type": "workflow", "id": "2b3bfcac61cb42ca8e06501dab2144f0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c8732fc7470c4d0ea21b5911a0b18183", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2f511dbd76004d06be48de96506960c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a372aa8c80d24bd49d5c77182132052d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4627b1af289c4e8aaca2a8ae689d2c95", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1bfbb1a2d95d45949eb1ddbca178366e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f184868ad86e46de911bf2964e63a147", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "bbae889340ea42b4b68b53b3ed4414ea", "region_id": "RegionOne"}], "type": "rating", "id": "f96bfd217bd34a6dad36cf5be948bf96", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7e0a7effd5174617b6a0adce59518fe2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "881a961d63e14d5487ee1b4e1cb9b55d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d77bc86ddd714ef1aa102bc4e12c0c75", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c2d405fa7da14b978142fbc1af701fe3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "73381f1914224e2fac3114ce49876050", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "043e7965882449e399745218c191e229", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "67f496c5854b41978ec72669dab1de0d", "region_id": "RegionOne"}], "type": "policy", "id": "4391cc57ff9d418599c1efce9cd42546", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e1d6753063264cea85f071385201f84f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "493208585f334d24b63059c3a4e6ca8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ebd02b6db4614bcf84a90449365606c3", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "fe914ad79b7d4d9489a7dbc616bcee23", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b97afc2845a841219ec26e36612b5423", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9c37b5f76bd24c3285731bec61742e1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "036941c30ca946be85bfbfcc49618bfb", "region_id": "RegionOne"}], "type": "sharev2", "id": "d2a4a2eec887422aa70477f687dfa541", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7aa90d2413d64d08932fcee8274f6112", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6b8e043ef0374b23854230d8566da510", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fbc5d691a4d64947aeac1e3bac26e275", "region_id": "RegionOne"}], "type": "share", "id": "83bf770e0f314527a748d156a6dbd960", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d16461a58f0f4623847148a7fda9fc4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ef1eafcfe7ba48f3b944f6a3f89d46d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4745d7af41ee4f3fa94c5942be77d33e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "37163f54dc9945f6b603a13e08270ccd", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6946b1523fbd4a08815d16bd15a83f6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "439cde3e93b74055bf4f3113a78438c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e26a819ceb2d41f8995fb815916605f7", "region_id": "RegionOne"}], "type": "orchestration", "id": "bcabc21aeb87437cbe9b7d3cfa4db3c2", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d44f6f47a28041fa8d176f92e377c53d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59e1c8652bfe42479b57505384468a48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33630fd402f2496f924ca480850ce29a", "region_id": "RegionOne"}], "type": "block-storage", "id": "d122f13cccb547c1b2d482bf1cceecc3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e105ca4d33b44f0b8e28297988d6bbfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb7e947fc3454e44b247cb508cbf48d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c79b4c64bec04ebcb6ac1635f2fa9c13", "region_id": "RegionOne"}], "type": "volumev3", "id": "7e62790e075c4d5e87c5ed403d89f3aa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1383e33ab9a40afa52607249a56d5ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0105872e5bf144d8b03c6f910c64a57b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a630e1f5eedc4587b7494981204b01be", "region_id": "RegionOne"}], "type": "volumev2", "id": "fd1a5ed9a442480caee33579f3abc9f9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2a399cf7bda40aba1318a006a5ee29a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46ef892b5a004c63bfee79b52ad1785d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d457913af434434090c5c5cad5f9a74c", "region_id": "RegionOne"}], "type": "volume", "id": "74b35f5651244c599dcfe9c9d5e093c2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4810030fc5044ef5ab5cf05a1c92eb42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56aa4884191c45d394a144346c8476d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76be804207d04b71998bef75d3c2195c", "region_id": "RegionOne"}], "type": "block-store", "id": "3b72fec7b42441fb90cc2f906811749b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2f8f6b46d4b34b60afd69f3db08a4d37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4216b726d37f45d1be0dbe3803c36be0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "613eaf32b7824aa386019f2d43ddf115", "region_id": "RegionOne"}], "type": "alarm", "id": "ad534602fe134459addb1a5cfb862ead", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ba73c6b3c6ab4df69724825e5b39c230", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6ad05f38e5f7499caf5b495792fb4331", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a1a4b1cdcda94688a261a7e123be28f8", "region_id": "RegionOne"}], "type": "alarming", "id": "281240b6f4904f40a8f57e6bd4c7cfb9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8d0a05ff67234b828baa37855ec3a839", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "228ad607bca84256baa30476b942411d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7433a8fb3e684886bd6384d1ba0e6d22", "region_id": "RegionOne"}], "type": "meter", "id": "46c1ea50a7674dc6a1da07be7bf2bcd4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "277701c2862a459a90be4a45be48baee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b08d69fb430c4048b34a9bcbd1871691", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "00b975c7fbf34377b591eb1807896ab8", "region_id": "RegionOne"}], "type": "metering", "id": "a0d6da256a10425a8764b0c324b9eddf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "540c3457daa64ed3a666a0272e96de5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4e97bec61f334b82ba2200e118f11076", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e312d9cf120e41b7a6274f000ba13d1b", "region_id": "RegionOne"}], "type": "telemetry", "id": "f7a7be087f0949f3ae56976275bfa79c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "efb8bc68e9b245bcae1373c3395fcb3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d95e80a5eb0e44ddb48f6ac609acea54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4896013ff1b44da4ac3e0e83a96fe021", "region_id": "RegionOne"}], "type": "event", "id": "c45b12f73e3c4bcea7bdb0717be16109", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5f5b5f5862724fd99ec0c7fa7c9113bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f7255be0883242cbad7d798f13e5ec2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e354a8692b3e4c64a7d7fda7c27433c8", "region_id": "RegionOne"}], "type": "events", "id": "b913e71f00fa480f886f52ef45831dae", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "38ec2f57b6f8444c919ba988ef408de2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "08b887be4def4da59aabf7358f71fea5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "96b9c183336f451f80a62e5a0276450d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "893456426b664531b79b7fe9fc443c12", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d5f5cb8743f2431583b00231b68c89c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3bb3eac1790244e180347cf28c8fb51c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "95c7c45ca69346e083fd224f56eccb61", "region_id": "RegionOne"}], "type": "application_deployment", "id": "af7bffed91cb4ac681fa75421f83bdf8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4a0d2901117c49b998b76fe6bb2bfe37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7347729a738b4bcb95f32da70141f333", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "39053da40eff47f983ffbf6051a3f3c4", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a6cff21ec72f4b8999b70e682a820ebd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "55938ecd4014401d8c389e3c8e4647a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2814113e3aa64c44ae7ca5413bce93c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a92351c76a5941af994aaf681d11be2f", "region_id": "RegionOne"}], "type": "tricircle", "id": "66cc7c21117b4a3eb7dad5bfb5604ae8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e90bfdae1b364630b47e4c44aaa50912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2eab57d7fca441a88319effa5e49893c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ee13ce1c14f24bc5908cfcfe85e6bef8", "region_id": "RegionOne"}], "type": "database", "id": "de76eb2dc65e435b972b0afbca7f920d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e56d8b2f501e43c6be1987375e684799", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6b8364d1db6d4316987809d65a984f57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "de82214175714bbaa4491982c5e1617e", "region_id": "RegionOne"}], "type": "application-container", "id": "b67cf47b2958433d960783cb3cb4571b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b500d3ecdf86425c8381076fdfbc92dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d0bc0a73441149cd944bcde8835c9340", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1c2301d58f204bbda117c51789afd834", "region_id": "RegionOne"}], "type": "container", "id": "f488515f3d7e4bf48977fab4051c4fc0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5086bafb4e1346048c2698d5a5604399", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6046f4cc86bc49c8b868e8f0439f6de7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ba7dc56bc7bf49998b2fb1393b5fc641", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "57d6a0e82fbc480caac7ffdf9a08ef4b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b1871de373194c748e037b76161e2b38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8823473de34d4d93aa30c20f773447d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ed59e1d1e89f413c91d6eb4f404e549d", "region_id": "RegionOne"}], "type": "rca", "id": "a9ede67018bb49fbab0832503e8bf00f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c1dada350c784362a0666c70670b4243", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "10e920f70c664220b7a6f2be6c27f522", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "40883a925d8f4e4bb64ac899e5abb67c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2cc91222e3af4783b8385b5af53831d3", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "66d5b18419b448759ce6b12721eef389", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b2ce8d92749447f49b55e55bc704afe6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "93dd7c2b1f184952bba9637819a14016", "region_id": "RegionOne"}], "type": "network", "id": "6efee3e858bd4304aa8f94c8dab2d92b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d90431ff9fc04784b909b3f0ff2b15df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e72aa1dd20d342c1a3027614fdf158dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a9c3f3c9a48a47a8972ce5e8e1bc514c", "region_id": "RegionOne"}], "type": "backup", "id": "aae69904478c42b7a31baf05352ea239", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b47d638c6bee41c3bcff84f6afeee7dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6ccc2c15be5c4923987309f457a68404", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "019906d735804ebeb9986f983ae346b9", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ad66e5128db64ccebc2d91f95c86c954", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9d93d0b9c42b47a8a44e5a5e68396197", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f2342d8717b84f44906cf7b10f6dc32f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d7790ae528e749b0b5149fb24eb4115c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "82908bf853a1423d91afebae16548bd1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "37ed76fc2d0841edb9d7e31e612acf3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "dca466d75b8947e6aec0c97235168e8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e1dd09072fc34d2b84359452dcb7a362", "region_id": "RegionOne"}], "type": "monitoring", "id": "708c70c10b044c6b9a7a31986e1d0661", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "58f38a2adde64639b0557011b22186d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "42f4167d1ef341298db41db80f7ec453", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "bebdf7f53133490e949bd78719d67ebc", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "72861d36968f4b678aef65f2104e96aa", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "797c18aefd6f4f758d5fa21abad9f657", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3ea38348e8ae4b95b7b381efb11e3852", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7942640766a74a7da7219970f16bbdfe", "region_id": "RegionOne"}], "type": "placement", "id": "6b7c7c996bed487fac08410922e86020", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a8017a6ead4f4300a45e5ecc30829ec9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f53721fdafda4ccf809a5ba5f0e76efc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9f5ddd1cfdb145aa828e70e6b61a7d04", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4024e01876db4e86bfba7e8a3b648d44", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dc8c924039b542819e4215bf5fc8acc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "384d60152c6044af95d2d71af9a610d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f8ce6e469c82439c8f5a1f5d491abc1a", "region_id": "RegionOne"}], "type": "ha", "id": "98d8ea1e18564507966859ad44bcfff6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4e596d10c5d840dd95a2e4ca146ac2c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a3ff9f7a2629420cae1caf3aba2d78c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6b2ee31c61d64bc8bfef535572adb75b", "region_id": "RegionOne"}], "type": "reservation", "id": "0367808eba404908893f0baa8d179b8b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1ccb4ee0be8d4ef6993485152c9936b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "beedaa7c6abd41aba6defc005c559bbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b017ae8dceb94f90a1cbda2fcc7f6c36", "region_id": "RegionOne"}], "type": "function-engine", "id": "81bccaf95bb4478484c96d9ca57b174a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d46e0e3db34e4517a0e1b8b0614f85a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "83e60c18847f4d68ba56b9a300e915e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2bd1eba6a7a24882896f49f0281023d4", "region_id": "RegionOne"}], "type": "accelerator", "id": "3e86d5cb01b445778723657b6b3fd9f4", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d9a53ebec1d64b2aa97e577100824249", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d48a75ce83c24c8d8243aa77b724aedb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f9f2a3e7e1ca4e8a8fe18fac7a4fbd2e", "region_id": "RegionOne"}], "type": "admin-logic", "id": "cf3c1b3c3bc842bfb23317859bef8ecf", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3e6fb1b70e6d4c0491e937943fa208aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7bbd040feb51467490491252a306c301", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "460a93a6788e450cbb7ca5721fe95827", "region_id": "RegionOne"}], "type": "registration", "id": "89b67c100bdb413ca0254ca5d7d8ab6b", "name": "adjutant"}], "user": {"domain": {"id": "7549a1341dc64c78a21f571b26a47063", "name": "a754e2d9113045e7a593a36092c4813c"}, "id": "9652cb0e47384c40bc0ec66cc9014343", "name": "cfe55378b60a46908c5bbf9f4ad3e188"}, "audit_ids": ["372731fe737249f3b0d931dab3231b7f", null], "issued_at": "2019-09-19T09:04:40.062029"}} 2019-09-19 09:06:40,257 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,261 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,262 keystoneauth.session RESP BODY: {"floatingips": [{"router_id": "d23abc8d-2991-4a55-ba98-2aaea84cc72f", "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "status": "ACTIVE", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ac", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"}, {"router_id": null, "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": null, "floating_ip_address": "203.0.113.30", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "status": "DOWN", "port_id": null, "id": "61cea855-49cb-4846-997d-801b70c71bdd"}]} {30} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_list_role_assignments [0.177019s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,271 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,276 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,278 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,280 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,292 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.208938+00:00", "project": {"domain": {"id": "cfe912e1d9b14a54aec09cc458e4e773", "name": "ee67360ee03e4ce2b1281563ff91ece6"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "645e2c08f3454e2583918de46d88f05d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "be61e962a4f94eb58e979ca88ea44f5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d1ef9ddb632241f19147253f120e7945", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1034b8c909564e1cbeca51f5e827e712", "region_id": "RegionOne"}], "type": "identity", "id": "0761c8e6f9a944c8ba73afac95386ee6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e8182b1fc89e445bbab29a500c029438", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "192db627c32d4ec9b34c2e6d5d68f54b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "74085fad926248039dfe61d364b4c0ee", "region_id": "RegionOne"}], "type": "compute", "id": "842daf19f06c4fb6b53a13bb4e2510d7", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "0862ddf1ea3e4194861e6355deb33644", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "709b24202a2c43eaa2da35381c937278", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2e8c41ea629e4e01b78e384408ddb07d", "region_id": "RegionOne"}], "type": "image", "id": "47a17092f7fe4d469814a55b75774fef", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1267c8af9f5541638cabee8dc7c4f3c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "95ccef0e32544206a75826f87726ce54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "3a4acefe9d284c2ca8344a3f528001cf", "region_id": "RegionOne"}], "type": "load-balancer", "id": "19a0e55954b6448683853264e2d60a28", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "467c432e90ac4ba9bd5d7720cfd36791", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fc13af687f0425296d292705c23ad9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c6bc846ad53432bb94e3504d12a3125", "region_id": "RegionOne"}], "type": "object-store", "id": "ff15746466cd442db5832b73093ff12e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0a9029fc6d224664a6542461c7fac24d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f58c907a192c41ad97618721338a7487", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cd7dd6cb758c4b73b59c8e516cb51f02", "region_id": "RegionOne"}], "type": "clustering", "id": "38c1d9ba76d54a10b7afd5458db4c7fb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3cab02701cf8429191968468862f653d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dad95188edfe446ea0407fc86d1e7f2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "94673b878726463f893eec9607156dfe", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "772f0678bfcc4a40b990ce3246905bcd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "807471614be34f8580b5c34c6bf6af18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7f937c768c424412a9067635bfa88de3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "db0315d0a0544246b4fe8689609fda8c", "region_id": "RegionOne"}], "type": "cluster", "id": "28f86318056b440586b42c3c5d8bde45", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "24200cfba6f6431ba2d218227551a1fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "328cb47056fc454383fc682ef76df823", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0d90197b580848368c9704897b7aca4d", "region_id": "RegionOne"}], "type": "data-processing", "id": "eff3c769b93e4f6597d2e66f44e97531", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "016ac3b564484350a37db8dea9b28b94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2d1d46956ccf4764ac733606f57b5bb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a4775a31b1a4485889b12c64867eae7b", "region_id": "RegionOne"}], "type": "baremetal", "id": "6eccf2f6c4cb4051b3d5cdccaa1dc52e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9c9dfda6729948a390bc2b23b4dfe3db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "03db54a8c03a4e5cb1cab5118456e41f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "862be6571fa74d7aa4807734859557ca", "region_id": "RegionOne"}], "type": "bare-metal", "id": "64e2f2c26862454f85d193d255a7c1e6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "03aae6b2dd10412cae05cfc7d0db321b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fda3968dfe024f628b232c11c98da09c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c49754121fcd4681b5a8f1246ba07cfb", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "53fd48272d0d4b35abe1c515d8e5409a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5c8471b0115f4c0086d27dd505099295", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6bc8e00b14f742368a8b07e66dfe1103", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "78001810f5c04168ba9a308f4d18c704", "region_id": "RegionOne"}], "type": "key-manager", "id": "a5a1ff436ff24a1992f235ce388f7868", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "80eb9ceae3a34b858b4a2fbc0aeb9d62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e662d399e0014fd28b5d54bc55574ff2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f24496d525ab444eb5860245b4843952", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "71c762a4a02749f3bb943b5ef9c6c0c4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4dc8063edb67412b8ce0d160fe4c867b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d11a8ac63b7645c7910e5b4abe223768", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5ee9beb5b712483d8b237b188857fa3e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "087c67cf571e4944ba3ebab1cf10495e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "207cec7ea6f54675bd888fc1ca1446d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d034c05ebd7c4dd48b287d0624b1d965", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e0ae26aa8e92402484c953f2097f313e", "region_id": "RegionOne"}], "type": "message", "id": "89cccb9dcc4e4472862ead7b168096c2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f45d6148a9a34cf596e4f0d7f9dddcf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "528a9195dc4f4eaab00dc79a6006ab9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c43969c4eaf9409a984fb84afc7cf9a9", "region_id": "RegionOne"}], "type": "messaging", "id": "2615f23711794f908665dd77169810ca", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "37868ee7dd074c86bac1935ca21a1185", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fabd8768827341d2b4fbc05c0647fed4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d3499e5b09f641ab957bf42ce8bb7375", "region_id": "RegionOne"}], "type": "application-catalog", "id": "51d28993c9af497ea53f50783e0abec9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e12afec338d429c9506152f6769d9b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c48046d749bc4e90a7be1909de5291bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b60e9f5ef80a4065a5004b6d16e2936c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b3ca4e7af07d4724a756609bd9baa7bb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b64357558b3c47fa9a8d71c9d40ea8b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f40de71098ee486f8372048646f6d014", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a9432aadc8b443bb91478f6eda31893", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "18cd24ecb2d942438a98c5b6cc062995", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "86fd691181de4f36a81ef8b0a0e9fbbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0564daf5f72942b086c2e53c974eea5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "800c88374d25416f8266bb885ba97b97", "region_id": "RegionOne"}], "type": "container-infra", "id": "9c95898c63b24dfab9fb4c33cc02cc70", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7d8ea64080354aea847da4c8d21fc468", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d03aff3ef2f447848bb2c1abfa48c4f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "37bff0d5bdf3426cbc397b80c1bfa1fc", "region_id": "RegionOne"}], "type": "search", "id": "5d005c7237f547429701faca33ce776d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1af3ee76deff47309407eae1debdfbd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "814ffb645f1249b6bf82c3fd03588ff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "35a29e747c6647a0a1553b43aad84934", "region_id": "RegionOne"}], "type": "dns", "id": "ce50e2c7894a4a978a7e9acbf3cebef3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4b191ce3adca471a908f67dfde4fc96e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7c43473358c640f3b2122fb2e9cbdd33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "446e5f3141d7415592fff6a5b98ab1bc", "region_id": "RegionOne"}], "type": "workflow", "id": "7d75c69ef0fc4e1b8020d381e9fbe534", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "961a16aa850c4efc8cc148e66d397f69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "92bae4bc4a8a4d328ceb3276396df889", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "93ac1ef6f3f2442eb4c63c3def87d523", "region_id": "RegionOne"}], "type": "workflowv2", "id": "709b1649f2a840898eb2827901a821ee", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5bd7596948214c6d81b84ff0b9407b92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4a1ab017f0af486a9b6dcaedf910351e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4eb3203118ab4c3b85835ff67db45510", "region_id": "RegionOne"}], "type": "rating", "id": "c136872ffc6248389a3137b8b35e40b4", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a9c92daa92f543548f31cc31ce05b350", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "32a3a16c14194da6ab9b22ce2cbfbf3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e116d463f16e4a42976d5450f2046696", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a4727f953f2e44b4b38e43006882ac9a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "473dfae7c91842be99ec8fe8856f3e59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c686158d140a4d56b7079644d656141b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4ad367a08df741e7b7d8c6de8b75c6da", "region_id": "RegionOne"}], "type": "policy", "id": "c10f496a0760437babb463bdb6cc77bf", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2b9b076edf704c40a46e7024a55e8517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "12bbecd4463344e1afa7461a6632348d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "09884f8b82c64c60b896afff74ff0ad8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1ff167a7e0174144af3cc2e4593f4d6f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6f5ab669e6bd46e79e1b40110168ba4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b9029b0972954fbd9485eed136bc6268", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "80e27d8b9ce5498daddf2c5af2b48086", "region_id": "RegionOne"}], "type": "sharev2", "id": "f14a4c6d26314f939efd44920a29912d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "79146cd7020a477fb91abf6a47a03aad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9a0a94e9d06b4d2792c08c9310e634d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b98cb370f7f84551a12a65a4c4ee0160", "region_id": "RegionOne"}], "type": "share", "id": "37618599b5ac4844a61873ff79aa2a04", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f2c86985e806487fa264ed8a31a1652c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0c480bd477d149269b29614f1aa394f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4a59316e73414828b37818afb3a9bfa3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a94762e8915e4c9082c637b4558a4ba1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d650d3369d734ab4b877e46870488178", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52a2ccd77e3e4969bf301930d76be211", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d056de0123a944e485b14495ac4e6086", "region_id": "RegionOne"}], "type": "orchestration", "id": "b115607619004f1f8b2c5f3c429f8bca", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6976bd3addb40b086142bafdce69a0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "751c50e240f74dbca6bcead595766e36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2be4aafec535431297a40a0938eef40c", "region_id": "RegionOne"}], "type": "block-storage", "id": "26aec80912fb4a32bcc1ca0b4fee3353", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "534ff9b0427844ce8bec50d31883c424", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "241d74a97e6540208952b70320079be2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48ec320f004c4403aec973c2bbf0b146", "region_id": "RegionOne"}], "type": "volumev3", "id": "3983693389c448ea9a21896786e26927", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31851cb419a34eb7a60d1b0931600ed3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63cdce6b737b4e58b07d41e478a69e00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0680863eb2fd4a3bafe0de55a5aaac66", "region_id": "RegionOne"}], "type": "volumev2", "id": "8d74ea8895ee4b67b19a1731687b1183", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d5dd3d50b414f92bd400151197beab9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b45c82776ac44a729857379ee1eb82ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ede708123eff4125a9677bf6b6a1c0a4", "region_id": "RegionOne"}], "type": "volume", "id": "93f84962bebb4b33b861da7cf4eb1ba8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e10f5c0490f4ebdb551a1fd70d25f01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "768cb919aadc4ce7a08ba8925798d929", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ed5d6e6705c48f6abd8712f3b9e5cf5", "region_id": "RegionOne"}], "type": "block-store", "id": "4ade7222b733487a962356927866921d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ec02cd5200d244cc908ffaac5a51a4ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e51597edd442454aa424ad05d8baf6e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1d76103667b0408fa5a4bfdc736be0a0", "region_id": "RegionOne"}], "type": "alarm", "id": "44f4988c99ac492d8b1f83942ab48471", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8ce0a8f1824b4018ba9804265bded583", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a824f7c5b7024f1c9abd6cda83442bba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "13b869bdc0824494a2f47da8d7a3f69c", "region_id": "RegionOne"}], "type": "alarming", "id": "b03d603d9bac4a71b5c1c4edc2b4ee9f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ef8ce30cb3d847f3b752e5cf2d993853", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "65e10f631f91477bbd9d385857eb90f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "56daeb093e7e4068923639806b5ae0f8", "region_id": "RegionOne"}], "type": "meter", "id": "f15053574f5d434481171797c709e88f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "42bfe9f5d6a34df0b7510d4f251832a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d40c53513938481b9ec0341224157501", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1dbb31e8d0734b799392fb047ff5d744", "region_id": "RegionOne"}], "type": "metering", "id": "8229628cae7a42108d4d7b5107ff4117", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6f232a0e1e5f4ab58a36359641313656", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f3a233c15f5d4d5ea03f1bc4de7ab090", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5e34ed9b44e6419d988428fcda5668de", "region_id": "RegionOne"}], "type": "telemetry", "id": "85ad8feb458a430dbc8aaefc45367d7f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d09acfcacaf24af5b297e61a652b9688", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c76d8d2cd5144cf2b5f15fe6912d9dc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "248a02752e474587bee88b98af337370", "region_id": "RegionOne"}], "type": "event", "id": "b47cd67bf9b546a9b111ba3e6df0978c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "835eaefcb57b4014991d03f56e08fc79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b435307d34184c9787b805f04cc6694b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b6384afac16d4870b47c5e1a28fded3f", "region_id": "RegionOne"}], "type": "events", "id": "766d21b910c74c45954a14755c65c4d3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bc3fd28adaef49eabb88cb32adbbaf67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6e2afa11c082429aac973f5732c052dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7e0d8e6686e84c239fa6d14b7de89a25", "region_id": "RegionOne"}], "type": "application-deployment", "id": "6bef9c7f2aa54742accd7075cbee50e3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "05423d89d1284db7a2c7f48c52296913", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ea64de22c1904d92a158225224444b45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ec2c81238d144013bad3170ae5a66120", "region_id": "RegionOne"}], "type": "application_deployment", "id": "11cfff03154c4ed381c649c020527ab8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6bb3188bd51345ceafc3568edb916656", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4d1a2de0d4ee4557b05edaca2baf192c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cde21702306a4268be1438e66d411610", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6e50ac652b574ca898dd97772bf75732", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4ecea268b89e4cce91e45b46c7760d0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a7ace1a6db8d4cfb931a53db63f4c4db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "97fab8b9898142fba1b3e97f46540978", "region_id": "RegionOne"}], "type": "tricircle", "id": "510981c6862e46d98ef441fb136db169", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "008ad023035647599b4b397b02767b3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "3c9d231e820e47ce8f7fa8bdc0283111", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a86c293ec3334cf5ab081948cc83b8f3", "region_id": "RegionOne"}], "type": "database", "id": "998f0d7a79fb43ebb02ddeb2f19de018", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "149c1673f39443b3a62688e0b4adf9ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9a970d7e71e64fcfba2978a145baaa19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3a639bff378742409278cd8db28eb5e6", "region_id": "RegionOne"}], "type": "application-container", "id": "8c91de348b4a4004b7512b34bf10ae8e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9c03abc1ceb2473ab50dcac1f81e105f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ed6a3a17c85b41559ac6f35724b7365e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1187044f1932462dba4393101ce86a25", "region_id": "RegionOne"}], "type": "container", "id": "ae834c0d99f24c34a9b4bc1d03414910", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "816f89cefa3148338c09a69a2c5a5050", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "61e972d476294c609f1fdf74b37742d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3fd0476355b04e3a9f4ccbe4e9534b5e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6a5d29bd5a8549efba8b0dbf66d03672", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "97cf341ed23a42b8bf1b8fa4bc568160", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "68a8d48ad7454aa4b7b8f30717bce211", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "278979def29949f690c0178611c03e19", "region_id": "RegionOne"}], "type": "rca", "id": "d656a10d38be4996a043f62124023549", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6e52f2b3b8be463eb366973190e004d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1b63de38de6447edad040b17cdb28549", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "2ee253aed30d4b199c6fefc0403f6316", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f9ad446b1aca47b287b1deefd79dd859", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c1620b1dc0064e4b92d4a5ccc99d3b3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "140fb8143f3748d4b4c92dd98c9956fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "bafffbd85aac4639833676d27d7705fb", "region_id": "RegionOne"}], "type": "network", "id": "14c871d1bb454224bac9992dee3c2240", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6c66bda7fbfb4cd2a0e9dbdb383947be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a7fbfc1806c44ba4b4bf348360297489", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "778508b012b34d37aaed0b6565cd763f", "region_id": "RegionOne"}], "type": "backup", "id": "b0c042d4f3bb42b9aea9b7189e9ee57b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "708fd2d2b31240038f54b550283db1f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9d0b868bd4a248a5a8b1610af8f44621", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c7fd5cb0b9514261a26e7d9bc25421ac", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7ec235fbb1af4b9a98e766dc05c4840a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "47d0db34079f4061841c785183456a95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "416e83dd56984d4c94b514751cf6bdc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "410dfde34dc54e22bc0063f67d88bd9e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2ce24834d64649e18bc3d4ce1bb22475", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "19d8f0b483e046be8fe13107547b3b06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1148d883cd9c484e9bdc95beec127bdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f2466fee234f43879740fa7fb6f366d8", "region_id": "RegionOne"}], "type": "monitoring", "id": "1b32ed5667a947eb83422a1a93790871", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0a1333d22ff742889e67c328438c9eee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a8ecb201fbd14197a2b65c90386de0a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "59b90070f615417eb9b2f3a4839f0c7a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ddeed092d6af4e50915ca3f827cb5c72", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a13b46606d514f3ca68a694c09264e3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4fbbbf02fdf8494787ab699d51b48598", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "440022b9cc224b58be94e78946cc2869", "region_id": "RegionOne"}], "type": "placement", "id": "1a227b4a57cf4330ae200ddfa1f045f0", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9d8e7e3e66a04755aa48d83b3bbfeebb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3f1fbb5bf25e4354ac7b9a03a0967663", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4394054e13214b0b9f6e059493b0b6bf", "region_id": "RegionOne"}], "type": "instance-ha", "id": "170d0710e46049cd8ef4daf53c8b37d9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9806b742199e4115b4e710f69de43dae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7be12d94406d425c863861f40f42427c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8f9698d44efa4037b8b50698f44f1bc9", "region_id": "RegionOne"}], "type": "ha", "id": "a50ac6c832204807871a7efe05145b8e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e6348c2459fc476a8818e50ae536137d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "203b7433419143ed9b4b858316a08410", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a75d49580de448a391bb583e237cdcaf", "region_id": "RegionOne"}], "type": "reservation", "id": "eab3786927a94e60b799537f5ab73652", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "42d7a48bd5724ac69eadef5a17f27205", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bab82de7a601421783dadb8fc3514be8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "77e5561de23a42088534e8abfdb852bd", "region_id": "RegionOne"}], "type": "function-engine", "id": "6ceed0fddf8c4a92a8f9364664a2ab51", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4155e11d3fef4a6fb08ee231d41d8c3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a743353974ba440789ce892ebd862bf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "958ab5954be6406282a117be2aa85a60", "region_id": "RegionOne"}], "type": "accelerator", "id": "1e7b086673674d2ba79702bbfe994c19", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4805bc4329864afa83de05fcf623157d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d414f374205f4a9fa7db1498d304a386", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7d3b9b07dd344e0084daa36185061688", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4f6f02e72bd54fd89bc555d628d9c1f2", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b06dce1226b44c06b11c5e63baa87ebf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "afbb2fced4de498d85fc5dc99ffc7a4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "146a1d8c64c7441980c7a7b90e126dc4", "region_id": "RegionOne"}], "type": "registration", "id": "58e536439c7e49e39c27887642c1f239", "name": "adjutant"}], "user": {"domain": {"id": "83923e205f1d423095b3865bfb16f41f", "name": "40eb33cd73a34c7eb7093d8386c324bc"}, "id": "0f634c7672914ceb9a3aecdecf577003", "name": "cdb8c0cd2ccd4e27b5894cb9b50a82db"}, "audit_ids": ["624544df37334174ba6f1be0ec1bb0e0", null], "issued_at": "2019-09-19T09:04:40.208938"}} 2019-09-19 09:06:40,373 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/role_assignments -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,378 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,379 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "569556f45688469fabd99ca7e2d363ec"}}, "role": {"id": "6e26d7c7f54e4c8399465bd27d718403"}, "user": {"id": "bd7b6e82517a4394b4f52b40261f0369"}, "links": "https://example.com"}, {"scope": {"project": {"id": "60c14087f72242b28b0cc1d17787c04a"}}, "role": {"id": "6e26d7c7f54e4c8399465bd27d718403"}, "links": "https://example.com", "group": {"id": "467624d4e2ab416786da591538488351"}}]} {26} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_user_data_base64 [0.369096s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,104 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,108 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,109 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,112 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,126 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.042956+00:00", "project": {"domain": {"id": "2377db4c5cb545f8b0cad09e194638ff", "name": "18d7102d3d4243d4b088de3a178295f1"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f790f3c152c04203af9ae640cf6f3184"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2d53535e76f2461e87dd8c14033a92c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c7c34cce848e49d19756b6cf62c24897", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9f39718ca69a434193d798af24a1f1a7", "region_id": "RegionOne"}], "type": "identity", "id": "3bd0602dec5a49fb8b70928b943ca229", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ede7ec8fc4d9482bb4857d2af1b906a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "36ce7f908b9f4439b74ded5254273d54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d45630edba0741b08d18af24bdb0ac9b", "region_id": "RegionOne"}], "type": "compute", "id": "5b10008d017c4ee39beb2f75c55296cb", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4ac1b08c25fc4d1a88e134ed2ae0c3aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "462a92f3d7434bd38409a12ba6e31115", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "1001874d6b1849d586d0faef06381a22", "region_id": "RegionOne"}], "type": "image", "id": "f20ea8b3f481472c91c6996a071e3686", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4f81c041238846e98b85f166060f6815", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0ef4c2aa474b42e993a8e8212e7120a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6e0919edbfe34b68b7d5d039585e8135", "region_id": "RegionOne"}], "type": "load-balancer", "id": "be13c14f54754b07bf78b12f131496e6", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2e657b1843249d5af6fb5a2c1f381ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9383caf2cf94cb493060c6298d03854", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d77559ef509f4b30ad6d545155de8973", "region_id": "RegionOne"}], "type": "object-store", "id": "63ee53883d8749c686bc60324adb07ec", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b4cf525ac4c84e1c82ce872f7777c071", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c5947dd2ba4d42a8ada50ea9e2f81b3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bd217faa0b5d43df87a690393f3c2818", "region_id": "RegionOne"}], "type": "clustering", "id": "f233a98bd2524b0cab7ae48889a68ccc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "284e95c852f44578816eae98105625f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ecfff3ad291741079741d49ebf2cfaf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "755cd789bd654dee8632e8f77749bb76", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c1081ed2258f4e519f140f29ec02dc90", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "16492adf45fa46029f944788d9f811f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "39b086099eef4bdf9be56c610d2a9c1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2c72cc3f99684719af7320b6868074e5", "region_id": "RegionOne"}], "type": "cluster", "id": "a8cee204ccfc443e896259fa49ac8878", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5f2b106903b84552bea903f29656ac82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "40d7ca0c1a8a472c9f2ad45e2a68bbc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c5769127e13d493294a2bdf4a8fc1464", "region_id": "RegionOne"}], "type": "data-processing", "id": "8553d0bb5a1b4f9e8ba5eb6cdce08d41", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9a7652cdf2e14d809690b5eaca99543a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "05b0d18b205e4a6eaf9e37398614c275", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3c527483e640440ba6292fb04547bb0f", "region_id": "RegionOne"}], "type": "baremetal", "id": "dfe5ef830c214a8b9af2c84fb41cabdf", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "93e5a3c7312243d3a17f6bb5dfefc0b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6b91ce12cf154e73a5930b77c8706559", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c7bea61a74ae4cdca75090d47ab38a60", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6d6dc426a1e4483e9fb4ac386096abe8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9d21fb78c69e4a7c9fcd00f4ea1a090f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2a4b7d0a3cf347e39194cbd6c6e0834d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "eab8b95b0aeb4254bead708cdd48947c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8ec7d8736a0a4fb2b74eebde63d56319", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c43bd4668d0a45fd9c999775b9fe848e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4ac245bb5cfa446aa898df508a8a6b20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f7e9fdbe40ca45af8b08eee4e6630d87", "region_id": "RegionOne"}], "type": "key-manager", "id": "0c4c18b6eb7f4d2dae95f7d59536eef3", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2b540a8b1776480ca87c967a84a834f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a97cef85289e42928458def4ea609eb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3837f14c1806453bb9855ed9c3f05fa2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9e6fe437111f4ce3984f5cc8457b5fa2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fe77da8222a64912ad26b6eac8374036", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "87aba866ecaf478a9f29a4a53799bcd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "995ddd0b58ac4bdaa73c301e1866b50b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6fa2f2ecba1949519a5560b7bc4be7bc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2d0d7c8b7f674a07b60de90cd4fc45b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3c7b267c0ad5499eb1104a08c134188b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d31b59b4259e41969fa3949cd9e371e0", "region_id": "RegionOne"}], "type": "message", "id": "9e48173aa6f249c9aaea9535cb094392", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4f0214077de2462eaed3c2ab1b66e2e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e542005d761843e8afe80e6cb7852055", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5f9f08fcef7648dbb1fd497a811672f3", "region_id": "RegionOne"}], "type": "messaging", "id": "35c20556d66c41799d5a88e4a59c1d19", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "916eea9b3e0d48d39d579bc53a3eab1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1a0a6f8dc9f540358d668d2337a69664", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a6635af97de648e19525ad1dc3dc3242", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a7cc21a371814aa99a216832c9b500b4", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "97ba815f863e40d4a02f957db9aedb1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "88cb5ad30bf24609abe5447e4c58d1e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d1f789d63b864777a625d52a991fd2db", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "513d4787edb64ce08c429130f5151161", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fad07a77e55c45a880b975cdefc79335", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e878640ec1aa4df2848b2ee790eb3d0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "de34134b6915485ab8f7ad1097d0965b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f69d1743148a4559b637109ffd6f2d95", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "971232fe916d4be494b2ba842d1e2ca6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "29cf7de59cc040798b783d2b9cdb88a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "175fb92f093f4106aed4e66cc6026369", "region_id": "RegionOne"}], "type": "container-infra", "id": "fddbf258025649e983b50c9e5f7d6ee7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "fdab96ce9c9b4eaa8e337badd9a6ee7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7773036e4b6948b5b9a94821d37ce6ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "80adcd73516c4199a4b10b87d9eba668", "region_id": "RegionOne"}], "type": "search", "id": "be2a88f9c2a34c42bee81b5b8b641053", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ced5c304bb8642e0a81c2838f0f8faab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c9000a3cdeac4cfe9f6959b9fefe0c0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e5a1cc672195494eb320e76dfc8856a5", "region_id": "RegionOne"}], "type": "dns", "id": "4a359c0cab4a465799b22b9d258e01bf", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "47be2bbdd61646829c1224d8c903008f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a9758b5ca9ac44daa6555436c835067d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "715e3f534a9b4b6bbbcd51e77c92eb17", "region_id": "RegionOne"}], "type": "workflow", "id": "58c01025aaea427abb08d438d7e369f5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f2ad2bdf7ffa4c60ae91a642d46268bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cace2f0e02124b29b78eb8d361998431", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "83b9728660b14358a2202a2a828e28a5", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1afe7a73f5774e92a7bee61731f15b51", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5e6c52bd34a848b48e8c81eb993214ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "eb404295f2bf4eaabc29d501501b7016", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "fc05d09e62114b0caf3ce3694f88c57f", "region_id": "RegionOne"}], "type": "rating", "id": "20a68e2ff8394510ac786bb7d8b95d7e", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4c1b2d2fb5a24b3bbf16c2168a794a7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b38e8f73fabe4c198e59ca2d3ff7f90d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2c53bb897aec45c0b678ef48fdb84809", "region_id": "RegionOne"}], "type": "operator-policy", "id": "9819186a741a452abd24d536c150e235", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bc79016276b042738253f4c1d3808695", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7994b1d5104e4b25ab0bb135d7e19248", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e83b8d8c935b49e6aa6e829ff6dcb101", "region_id": "RegionOne"}], "type": "policy", "id": "8bd86bfbe17947e38496365d1f0bca2c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e9bc9451ed554f1fa9eb9b287dba89ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2655b3550f724022958c824203142b95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "beb1b6de845b48bb8fccd619c39c74a4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "3e88dbf360ae4db8880f0fd9d896f789", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5054dfa9926a4ee98035061553077361", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c6e1c2820e5c4682b4e8f0f54607afd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7f5272e1956f4ae38411d5984e26ab78", "region_id": "RegionOne"}], "type": "sharev2", "id": "5c0cab9737af472689274cba210866a7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4ff73ff248bc41eeaa325cd0a7b1bf27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7352e877c00d4b5ab08a5aec914771f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c5266dd5c33741e090798d34be6a1a35", "region_id": "RegionOne"}], "type": "share", "id": "d47170151a2949e088f7f88ef83f01b2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a76f9207e6e34a73a88fffbdd927ff04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b92cad239a7e46ceb11019f59055f548", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "70e1fcbbb13b4a5fb293d537e42122f7", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5d9ae1e8a4174ef8ba15c2abc80e167e", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcfa5f9d78d54340b5b707372364d7af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a400fd8a6ae40cca0658fa0f94f409c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "466e58476a5d4cac81bbf8c260e81bb2", "region_id": "RegionOne"}], "type": "orchestration", "id": "42f35d61bf3c431db5ecf234381a8ba2", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0384a003ca174cc18bc22b4e948a8b62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f290665ff6b4c4b889ab1401e0790a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "991210dea1704226ae0af5a84af862cf", "region_id": "RegionOne"}], "type": "block-storage", "id": "feeab1d98617438e93c39bb0779785e2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6107f73184574dfeb8f6a6558787a0ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aed2619f5e1943a0b545daaa1fdd9bd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e494df4bc48e487b85cf8298bfe51602", "region_id": "RegionOne"}], "type": "volumev3", "id": "ee28d97f4af74b188d16a3963a8e8b92", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74e911fbed504e0f950105ef8ee3a409", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "250a54cab8334ec29ebcf1e496e310e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40d78ae89c8c4e8487c1299a7010193e", "region_id": "RegionOne"}], "type": "volumev2", "id": "e59d7a19c17c4296b0bbcb39767ebddd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b213406a73d407a8211cd3e256741ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be263ffa4dee4a8cb9844c4bb18a1484", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd05d061e6da4e5ea7818b8de651d2c4", "region_id": "RegionOne"}], "type": "volume", "id": "1e4d8b32243143f2a6c2c80ccee978a3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90f10d9adbd54baab365fd012f197179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "505324cbd8f847c4ac367e228db935c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3133b0a30884c40b019b5dee105fff2", "region_id": "RegionOne"}], "type": "block-store", "id": "e6fc61a8e1fb4fa98bc247d15e75e5a1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dc3a4bdcd1cd437cbe8f3579d9b53859", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bab97367230f477b962a81be08065265", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7b9b592b456c44a089ffe04ebc1f442b", "region_id": "RegionOne"}], "type": "alarm", "id": "ddda4cd27aaa44cda53f82bdf72ae6f3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "aacbe19e778c453fac9a0183aff4b522", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9266168d45d24f2bb713f560f9d833ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3af3740a997e4663a4fa06bf37515792", "region_id": "RegionOne"}], "type": "alarming", "id": "158d249499364bc0bec3d308ffb7f615", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "130d87558bd54ae783b3a0d49170dd92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "195a1c26d93747bba79e5b4fdff53c98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4acf7aa379dd4707acec228d2f7da851", "region_id": "RegionOne"}], "type": "meter", "id": "9cec62f52a9142578f92115ce7a71a73", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b6bf1ac9588e4658a73d2702b6012050", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6a5594bb031e4f08989791ce4ec33782", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8c842056e9e3481a90b23e0d9b0ef0fc", "region_id": "RegionOne"}], "type": "metering", "id": "74cde6778b5548cb8e594ff8f2af2233", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0a2d2d3710e141f9a97ac64157879bff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7a1e6961d3c84c8db2cebe0a3b60564b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "29e441285f6d48b9a066dfc700892f10", "region_id": "RegionOne"}], "type": "telemetry", "id": "7118e924f2884316bc130fd7d0f98527", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "40487735dec14a3c853237c15951824a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "56d20b9c97d840b4b5bb5b498d9d11a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7c62d376b3644260a033324c7e726698", "region_id": "RegionOne"}], "type": "event", "id": "267b1da995fb4a8396643ad792df686c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5833d741eca34a00b799c1ce8b4cb73e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "16180453461b46c19f3e363432724c49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7b46fc75c45449ec9042fef752fb2f1f", "region_id": "RegionOne"}], "type": "events", "id": "7d4b6111cdfc4f8181f9deb549c2a891", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f20d7b46b58b4af380ea91c756a5c278", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6ef9522f571e46a795820b46b886156b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "791849d5f5224285acfc9356e1c22dd8", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f693ddfefa294ae9b0b3bee3257e6d1b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "637ef8f0abdf43888533c60aa37d90e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5a793a84393642ffb9e3e3dfd3d3d106", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d67c66c322814974906be11893c8cfc1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "cd454ed625674eacb3ac78bc46af7fe6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "65d3134f3f8e4092b78b125d02c15e27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "36b683c55c0e4901969a8debc3cd2799", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "76a37d62e8ee4c90984dea8c9df64de3", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6bed13d9e66a4ccc8ee686005c07ca30", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e3771e7721244a91974497d3ce533661", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d7a41a6a9a274360b611f110d15c7227", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4fa40e76ea9c44d5bd9244df9f404119", "region_id": "RegionOne"}], "type": "tricircle", "id": "a8dc2b08d873424e9607db640e3383a3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "77f372b4b5674c12beb721325164948d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "19fb267b61a841aba87a1f2e628ed9cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ecfcb5dfffdb429bb7a56ca464323601", "region_id": "RegionOne"}], "type": "database", "id": "5cb40e63e6ba4e2ca6b64f73cdef6f58", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ca9cd59d5b254b92bbe10a66d2e0fbfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "85ec05a0a99d489f8dab8b7afd3f9da3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0a9e26d872d0425693a839b47d462111", "region_id": "RegionOne"}], "type": "application-container", "id": "191db2f6c7414c839e454d23dcbf4626", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d12a58e5280e441f8a63b70b18bed110", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "58a6d9069360414fb550c3017679f2f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cd3d879331e646308d7465a2999de66c", "region_id": "RegionOne"}], "type": "container", "id": "b2bc2ee5fb3e4a4ca9928aa650b871a4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e28584c12edc4848b272ab75e5531d62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e369e77999714d3f9a719df290776bcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3f148b72d51a4ee18d1dc0e4b2ee1430", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f75812c0492c4c888788c3a8e4a30430", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "02f96b57b6774b93a261231f458630e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ee54d57fb536440a900dffef0736eefb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8ea180e2615745a5bad9a6074e9605eb", "region_id": "RegionOne"}], "type": "rca", "id": "62b34fd31a05448f9d5794db7adb4fa5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fd2c201ed0b041cba560210f7f97bc25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1b367929e0df4fdf88ca721b6dc20da8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "4e42b535b20c4e2a8ae8d1fd833acaed", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a8b5f0b72a3e4792aa53a11ecd7a09f9", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5d50923f7e8746e1b1e631a3b450b76b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "be2bfe01c9204e4a8cffc09e190c443e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3db7c646a67745f5a38bdcd0fef33ba8", "region_id": "RegionOne"}], "type": "network", "id": "d19feb2bbaca4824b92c6d7b982aa463", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "35e07eb8bbdd438886cfc3fa691ef5e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b852bff94e594fa5aa5c091fd7fba9f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "007bceb68adb49c08aeab432fa7305e8", "region_id": "RegionOne"}], "type": "backup", "id": "be59a53a50b44aa49812d689ae52423d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e20a5409e77c425fa4792aec84b2a5d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "936ad375b9e546ec91808109f5ee55d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6f6a50d946a743cd8f376cbfac79873a", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e6218f75a2c24960afc3cc000eb2a0b3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "72b71dc6ce804074bb183a3ce0ccf6d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b9cf771697e545c1941b7fd24cf7a89d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ff8ee443b364468cac39936dc80d8bc8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "af4683dcb5214f7d86939393fcbd942e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "dfdfa2dc18dc4c369d8ece6ca8218029", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7ae39101c7b645b689500895edfe5ac7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "740de621a1144b3694c000dce890d5d0", "region_id": "RegionOne"}], "type": "monitoring", "id": "a4b4e149dc2f419bbca082570252afa9", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "61c3ca2fab074884a4e4dde15fb48ac8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b2174606524f4362afb53620e0a951e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ea06aac2e0e94e888386ebc96fed66ca", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "490140e63a604aef8bd8b4b242d8606f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6b4e5f9692d046a5a9b17b46e55b2a61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "02a55526d9c44c4e82fa73a28752d8f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "976d91d7eaf04a77bab9a37cb0fac86c", "region_id": "RegionOne"}], "type": "placement", "id": "f067dfb14ae74c0eb5381be692884b17", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "584b53a452734deb8a411a2904de472b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "32971ad7aa6c4bdeb5ea2deae9055e53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a4f8bec469a245349c82ac2a5d343763", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5df8b356fb5d4b75ae38716242a302bc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d0f2bfca2ced4054b70f233783740b19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "24fb2e0c489243629ed00cc172d2ac04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cd171d76898a4b79b643f7ae7dd113e4", "region_id": "RegionOne"}], "type": "ha", "id": "10a58e8b0b9e463a8f8fd317cbfb5681", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6ed97f215c6e4abab7449c8817fa6af4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "92af4b482b73459ca5bbb6c81742d197", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "180c31d126af4d4c941aa6ec3f41c63e", "region_id": "RegionOne"}], "type": "reservation", "id": "1aabfbf7d41147d88aee0768b021ff24", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2cef82b401b24b9cb783f3606bdb7d80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "eeff200363b84bad88c00e37a8517494", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "80c8997e7fda4e11a99a8acd71e0ab93", "region_id": "RegionOne"}], "type": "function-engine", "id": "d28b57125aa44cb9a75a38ea1298eb39", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "dae2c563b4394588a32d533541333cf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9e5559f8341443c39b4f47b0a0180ea9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "cd4bd3e6bd8d458caffdc7cb92a8cce1", "region_id": "RegionOne"}], "type": "accelerator", "id": "9aa10e9dc67149bb9530c29c47673e1f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5e4df23fd76f461bae5b7d5ca522c2a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "063959073fd949c2a739a7c500d1f4ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3acce91f01954c2197c2d6807ac519eb", "region_id": "RegionOne"}], "type": "admin-logic", "id": "54c9cc38c034453b8721db1f586ee0c4", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4beeccaa3c3b48cca2b4f597bef827ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2d3aaa59fa8544959dd1f64c85efcf71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "344c5244c9c04cda8d15ad2328d4e0b9", "region_id": "RegionOne"}], "type": "registration", "id": "a628f8817866468f8de72b97c470c188", "name": "adjutant"}], "user": {"domain": {"id": "41e9ea275c034a359506d28d0b638243", "name": "a6291efe871c40ebb95bc2a6fd856aa6"}, "id": "e528b29474404bea8a391ce0d962faba", "name": "eaead4e12307498cb260ce57501d3f58"}, "audit_ids": ["4faae9c37e044b9f95c0d546f6ef542a", null], "issued_at": "2019-09-19T09:04:40.042956"}} 2019-09-19 09:06:40,286 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,291 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,292 keystoneauth.session RESP BODY: {"networks": []} 2019-09-19 09:06:40,361 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "image-id", "flavorRef": "flavor-id", "user_data": "dXNlcl9kYXRhLTI=", "max_count": 1, "min_count": 1}}' 2019-09-19 09:06:40,366 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,367 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "user_data": "user_data-2", "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:40,387 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,392 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,394 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "user_data": "user_data-2", "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} {27} openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object [0.256000s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,345 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,349 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,351 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,354 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,367 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.280248+00:00", "project": {"domain": {"id": "b059e2906ef14e848526e66511ba7e69", "name": "f96f35d364a44cb0b66e91e9e45c6e3e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6e33313b664f4fadbbea45f4ed6db8c1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e73a780abde046dd97ca434420720b89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b01f1530bcad41ccbc1db21bfd95fcfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0d4ecceafb754263999eb1b83936d8d4", "region_id": "RegionOne"}], "type": "identity", "id": "08babc612d7e4597ac29fc0dba6281db", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a149257ce4ae451f88064db8dbdc06ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a88f218312994b4ebed1a0cf1e43d1c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "44132b1ea12846e9a87cb8f4c202867c", "region_id": "RegionOne"}], "type": "compute", "id": "6eedc123fa0e4e749ee68f9584ae2570", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "784a6901c85642e3a945bf49a3ce3677", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "dd4851856779496c93a5a7e075fe2476", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "62fb21deb6974d4bb6d985806cb5c4b2", "region_id": "RegionOne"}], "type": "image", "id": "8f914a88e6b84c6ca386c76c4af70ffd", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8ed1ef6e2e57495ab56963f6c8339ac0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d157dda25676435abd84d0dde431d265", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "38372598c0c3421ea676a52698af6c42", "region_id": "RegionOne"}], "type": "load-balancer", "id": "35defd740fb64e6088f2f701e42f604d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6c53ac281714fafb914c51723c4ee5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f7489f16e7a4bce8fe635bb83ea0b56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3636fd9fc14d4dac8e311af08cea36d3", "region_id": "RegionOne"}], "type": "object-store", "id": "c7d41cdd94c44029a874b2e225c4d7ba", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8e46dd7d6ef44ab5a674744adadedcdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d4cd4b29f3184df2bf837b0d9fae60a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d51dc83c65924fcda6d795cfed5a7c03", "region_id": "RegionOne"}], "type": "clustering", "id": "113f36caa2bc43f18a62e31cfff52b3b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c2a8c69908d94e1982531e83ec6c90e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "da73b4d0cf804fac9bcdeb2d2cc54cfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c64dc7a4891947db94e00f598230774e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "5a1d7769007a4eef9dd3a97364031adb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "371b7ae182e94de8839be269e520c42f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1e60d1970be5472bbaeff52c68fc4f26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "845ead28c26e458da0ea13ebbe722546", "region_id": "RegionOne"}], "type": "cluster", "id": "cc9f34c59feb442786aed3d477aa652b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d92150f4d22a4275a8001a66f6db0c9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2c44ba1de83b4c7a8f8b0d089cb27936", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e22378b977cf4df2b11ccf38daf9a618", "region_id": "RegionOne"}], "type": "data-processing", "id": "d54a0c1cd3274fe3a1697cfdfd4f3804", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "00ef72a4fc1e43b8916057bb09fc2987", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cfa6c6eb70f240208813d9b0afb166a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "69c377fa765246fbbdd59b810c76b401", "region_id": "RegionOne"}], "type": "baremetal", "id": "5a9922140ace4e5d83c56b9cadcb9072", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2c36504e992c49faa6badb3b6641f482", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "404d7159128c42f289e3feff5269b824", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "030f888f100a4d8393983810bae2ca44", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8fb2fb2a335447049e0e6452e99b9563", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3d69390dabac40ffa213184a47659609", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "62a4885677104fe48fba957b37a87216", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b6de4a9478184a838e2a1bd864ea714f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "21b56e56f6c64aa7a342c4adfea25d96", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "172070c76df24b62aa2e56e71123cb38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d8296c41fdd64215ba7229cd2f740aa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "964a13940e5741bd9c46a8b31401ae72", "region_id": "RegionOne"}], "type": "key-manager", "id": "4a4f94508bfa4b269e4dc6594692ffbc", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "65f40d6bee8b4535b6f01d7f32149495", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "99fb545d47ff48a0b13a7529964b65f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "baa36b12261847e0ad8d27006b91b560", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "77f14e2eb8f545fa83dd088a8ca32aca", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "41e81ce739924ffa8bac88aab11b4f65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9f1dbf92fba24722955df73dac509678", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3f06045ed46448c1bd95c644c634c288", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1ae8d35f98114207bdbaa62ee9c92c44", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "17c668c177ca439798a9cd359faae6a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "373ea09050714f75a157007d3dec7440", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6a118c2ba43a496dbf03271bed8920bc", "region_id": "RegionOne"}], "type": "message", "id": "375dd1fe1fec47d18606e7dda6a2c754", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3175c4451dd240968a768e14b85d4ef9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ff16bb6b15d74b3b86bd20cbce154c2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "78e57d81627d4361a94418962de46fd6", "region_id": "RegionOne"}], "type": "messaging", "id": "4dcaa90fa1604e49a0b8662f892d16ac", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "85cc67bf5f574a09a4cb79b2f9fc392b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1a3f143264094bafb94207abc12dceed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4fc2bcbb49c64bfc8273b0504a08e702", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6a8ac0c21bff4add8bea1ebe2de5bf3a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4c14b3644dd94430a620cd8484dee7dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3e29242d73c94664aaf200696962a647", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aa24e09c7b054ce5ada999f30854a8d4", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "797c604808cc4e16b3d9ca7fea2d8a59", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6084ef829ead424a88b31308e13f5b03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b884ad9850be42f4910621300d5b9fc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "59780b666a074a579b899f32b1df7c52", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4e0a5efa05104e26951b06a1177280b1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9dcc781fee9e45a1856ad13525a6af0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5358b1cde08e422aa81154844c3fa5e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3e665b9ff2644a20a2b694e0e89d9151", "region_id": "RegionOne"}], "type": "container-infra", "id": "26a7bb90492d457bbc5017fcfff68138", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "855a564621b34b53be3c62f3c15f79ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "84f0a2a6aa414650a012a9fcf1cc596c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5bab7b71ed3a4c6f95e13e90303e0ead", "region_id": "RegionOne"}], "type": "search", "id": "70c50889ea794c3bbf476fe169e2ae6b", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d6e24080253b42b8adde35777493d17e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "67a70218db1040a7aa52a2d488d11fc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1c84976335134b83a5a991646b540a6f", "region_id": "RegionOne"}], "type": "dns", "id": "a0971ad2720b40958d3445459bef9a18", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "659af603fce842389641d43e18075310", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7e6813ba6c204582b8776e58be129166", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f8bc57522aaf42dfaa7038005f42b641", "region_id": "RegionOne"}], "type": "workflow", "id": "268bcfa7ee1448e4ab5764c676e32053", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0e277a3c65994ee9828e9f779e3073e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e695c03bc9ea44398ef73f4020d71db8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "12f6d9410efa477686032a59f3e3e95c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6c6e816106174651b2ff2e4590531970", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "e7f44646b8784e64b4cecc88e570c102", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a163a56804f44886958622a2a3dcf431", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "83c751010ed34be496bef8a9e7db67d7", "region_id": "RegionOne"}], "type": "rating", "id": "fe32ec753ada4bf2999b737bc7895e20", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c3c91b57a3134040adf3aeff0e6a15b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7787c5218f7149afa1365d4fb1901c82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a1d7f0619d8b4ce18b04110cbdf9bc4f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5061c686560d472da25ba13b4af41187", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "86aa920bc6d84867af2a821d5d7999fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b7150dcbf04a4b738770e0b83245db68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5c851f348e954412a39f8af246a1bfcf", "region_id": "RegionOne"}], "type": "policy", "id": "f50eaf1f5bb845539d8e05ff487b0cb3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "93f9bbbce73e4fd4b45cec0805533ddf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c989bb632256499c8c9edfe1b0606fb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "26d4aab0d71a48ba9bf3df16e3ffff16", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "3433dd7e478546b6ac5f501286b7b46f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5c2b62227f0947829261a446a59a6945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9ff3bec84de74a10abdb669ed63c6816", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "66aa2443e8824e25bb5296bf1bc6c2e3", "region_id": "RegionOne"}], "type": "sharev2", "id": "760df688b1d84dc0981e8e27deb3b177", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1b0e0d03e51148e780572bd3786b6f69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4abb5bb1c6b24e4fb3a489124f0d0b06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e430363cb36b446bac05066e089e6804", "region_id": "RegionOne"}], "type": "share", "id": "a4c5e0eb36664c30be404bef8b0e22c2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d7840cada8904bbe8d1cdd6e581641d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "11fe27f123704ed5a825a89cf945c787", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "8700301816374c9887647ffa7e85b5e1", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5a7e420f00de4ff8b2e180137e03cd91", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16931130f69441ecb720f949df35bfda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bc9d0c3f55140aebd44c10dcba8f404", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04a9c655df59495bb75f0de9ba54b84f", "region_id": "RegionOne"}], "type": "orchestration", "id": "38d1d30139f44267b461ac930a6f34b9", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81528277d74042fca513bb451a17698a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2c5ac22ad8444419d058e751b91ce5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa62d9e46cb14b8c8b9d0f5ca573165c", "region_id": "RegionOne"}], "type": "block-storage", "id": "0cc8e26b50e546e9a2fb40f9e1a18329", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ebf8d3d8e554cd683d80a9d7e084eca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "78cdbed8f823401db63927b375ab36f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8278ea403e76495cb74b677e03b62338", "region_id": "RegionOne"}], "type": "volumev3", "id": "56172331a2224420ba4d878cc122569b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "818d95c91fdd4c60b6d55a104990332e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53bbb3d5891b4c4db0c32de0ea4828f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53c88b307c9d4de1a344077ccd0d8f21", "region_id": "RegionOne"}], "type": "volumev2", "id": "a778767ce00b4b1f81418ee7b2f5e05d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d09ac3896b149be8690f18ca61f1b13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34633702f3f84191882ae766a157c428", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d444481b7a6640b1a62f8d37abc02c1c", "region_id": "RegionOne"}], "type": "volume", "id": "377c00f05eb44040b2f9470193886726", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c555ca9169a42c29af53de50aa73017", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "560244806def49cba55d3497c0ba8697", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37e25474c8f74cd28235c023fc4ddbae", "region_id": "RegionOne"}], "type": "block-store", "id": "bd8b2ccaca7a476e9c3c00d54a6c9e06", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "464b100228214c9ebb3fc12ac5d84bf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "15505afe728249c4a2d61527ffa777d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a06cd708e77f41b8b497cd67b7c4f3a7", "region_id": "RegionOne"}], "type": "alarm", "id": "0cf38b6602024ec6a47170f61adfcfbc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4cfe41ecb300450787d107bc0bfc23b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9a7aff549c9f41df98327f94adf3cb74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a0e378088c254abeaf5cb0a70640dce9", "region_id": "RegionOne"}], "type": "alarming", "id": "9f01a7065d784640b1af263edc08b429", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "61b78478779b4a43a2827bcb6d40e68d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5665b81fe1df497a89da7e8c9d0afbad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c7fed18f4d404234a80c70d0e95ad5db", "region_id": "RegionOne"}], "type": "meter", "id": "3e81dbe3c3584c9ea4e00337122b218c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1d5f21ba91e748f0b40782943c389b3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "686331ebb23145578129cf1461c0d3fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d3aca4c983a64787865a650efca1668c", "region_id": "RegionOne"}], "type": "metering", "id": "3f07c2a906564022bf8b462dc920b616", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c6d208f3f60f42a684bfdb1e5fa6645a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "789856a035ac4739902079b35f777f8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a30e3e564c094d63ac1a95b3f28885e5", "region_id": "RegionOne"}], "type": "telemetry", "id": "70d7121135684c6598e89bd086e0affd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c061622c7ad547a28e37faf5a81b6190", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2b83350879624ac3aa100a1b8f3968aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cafd1d9f5d1b4e5dbe6442d3b282e226", "region_id": "RegionOne"}], "type": "event", "id": "ce03bd7a5be3472e890851c27904d538", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a456ddc55814481cb0087a68adf8b768", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "235c346aab7c4dc3a18dba18e061affd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "da7c180ce9d44234aa6e9a96ddf19b4c", "region_id": "RegionOne"}], "type": "events", "id": "fcf904d2b3264397bba7ee124a33012f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d3603c8735954656b1df335ef3890731", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "671cb0d0c33d45d7ab502ebb2838a28c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "73b8761cf5a24562917db3149b29d8ea", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1d75a8afee7340f89b0e21cfa42e0f99", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "eced5c68883e435c8d1629c04291d1a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b2c21c245ae04d9faaffd50c7492394c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4368c2b385b24630a4cbe512361d15e4", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8d96faf151464b8c8470e7901b22902c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3c4acaadc0094d8f9303bcde6b83892e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2ec47e24bb2545a78060ae5740268102", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8efcb8ac6f6040d0993f05bdfd224757", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3e8dc9398ad349b087b9be2ee9411259", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f978d31347984c63bb22e433300e2faf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e8c47a49f40c4f64914f54e9ebe9c81d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bef21c76e57740529b0159c3610455ef", "region_id": "RegionOne"}], "type": "tricircle", "id": "44b45c27203f4bc09e4decf8776e0734", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5066430267d74b6a92556fd829f7eee9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9cd07e0d359846a8a574c7e5faee3700", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "39b27860c3074f55a7c92e6f86d2e053", "region_id": "RegionOne"}], "type": "database", "id": "7c24f1870cee478f9dcfa707fdb53531", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0aa6815bc2e74290882135c1c464118d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cba917172c21497088e0689a64893669", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7cd5406cc4be495e9091529376879c1d", "region_id": "RegionOne"}], "type": "application-container", "id": "9efd0f53f32f4dedaeaf1d0f248dff22", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b6d6695dcb22474ea6a5a0aea537b360", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5c461c8187434eabb97a03aea134f240", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ede619fea6b94b7fbcd58fa12127b184", "region_id": "RegionOne"}], "type": "container", "id": "324f5c2a16a6403291b90de0561364c7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "85f29948d93b45e79e7d81bc86cafa5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4502322c01f24ca1bef79f16702c5fd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "204235d60c994e36b3e56a912e3012c5", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "329438d8283a42ffac8fc7c2c297a5f5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "95ba366ef9ca4a84b2bdfc2345fb38a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "68cd075887af43a78af3110165583a7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "dac12eb9c1a14cd884f38a2f554e869b", "region_id": "RegionOne"}], "type": "rca", "id": "f0e9fd8998b24478af8adc25c8aab2ec", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d09e289d81944918a0ef618e9e258331", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ad667240244d4348ac80ba3861c26dda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9bb6119494194ed48db42fe3fd74f831", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "35fd2518290e433ba628fbfe823ddb71", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e2bded21dc504c3481a4caae16b8fae1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9b7a19f1860047a88aec2ea6ddba947e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4f79c406872044ce886c82d6076da35d", "region_id": "RegionOne"}], "type": "network", "id": "d0b8dcbf247a49ebb1b852bd21f6339e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "934e3a1003d243c299803908b010a96a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "18476f206efb417c9fedbce2cb6cc184", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ad1a53568a2743a4b42ddec7ab1b9719", "region_id": "RegionOne"}], "type": "backup", "id": "f8ff85aff26e46d2a27e8f24a00f2dde", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7236b6b1c93342d1b76c528fd212b520", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c5ad0c7ddd124d03865b17bd8ca50fa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f0b8ddf51651475d8a48bf1ef016a1d5", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a07916fa92fb470dbadcd7bf4fbd173f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9e70596b723e45dc8170bc222c7b80c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5f2e7262308043da9d5c2c7fd58aafaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e7426be865314edcba21dee3ea3f9dec", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a51688aa7b394fb1a05fc2d045e798d2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b1bce8ff94924ae5acbd7995e3823374", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "315c64b02eec4ad1ad29244850bf7082", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f177a52c14544e7fbe142df4386efc3c", "region_id": "RegionOne"}], "type": "monitoring", "id": "ad14742cd0b04e1a8184bc702a69d90d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "096827f2a87843b7a2ecce6ca8fbdddc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c01cb3c39a5f42aca88135571476c842", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ddadaa31d98f4dc8ada0c9237fed1ff0", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f28eaf64e6ec4c8ea93e685edc17140d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8d8759c25b124be2aec71409138f2294", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "629440f261274ac4b8fa34e979cc9692", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "3a1908b0879f48e0b07a27eece6e5837", "region_id": "RegionOne"}], "type": "placement", "id": "8e86c7fabeb74e3b9c1dce01a0c31c7c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "573be5493e6d430185aa794ec65acd02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "075c2c8ea30048c99f43d9d41765fd7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5fd45b149273455d897e8e317631e78f", "region_id": "RegionOne"}], "type": "instance-ha", "id": "52d961e4382a49e8937ca1fbf2e41082", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "782df7729246471f927467d971cdcc05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "843687b4006d4e099c324fc62e2581ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "de8e7ee3c5d5474b9426dcea87f43cab", "region_id": "RegionOne"}], "type": "ha", "id": "cc9048531c424020b32eb0dcd87ca133", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d2454b6d5c8548ca834e8a97b9f547c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "981d3b97aca04ef6b9176b1025364695", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "472d02c0cb0b4a5aa532ac40b9261c6b", "region_id": "RegionOne"}], "type": "reservation", "id": "a706132fda114452a1178d37711e196b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b7335b870de84fb29d4635f521df1c2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b1e5c74929fd4f3d8efdeb8046cfc082", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "0ba406957b9a45df903c4372e1bd9de9", "region_id": "RegionOne"}], "type": "function-engine", "id": "a50261b49bda4544800a2cc1adb56577", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "30ce067fee0346e0b3160e8fcf1f7c07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c659477a8ec94c32a7f3b0f08aac81db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9b1078a4bf0f4b60893354a386caa93c", "region_id": "RegionOne"}], "type": "accelerator", "id": "664265edf6664ef8a2517bf4d6d66eff", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5e5b2fc2c9da49f3bdcdd427612e58ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1b2bdd3501284607be1aeb9f84711689", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fdc50c7d344348578514470fed16c291", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b5d4fae889574e33a88043915be0bfbd", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5e4bf5e758de420e82910dc2a2b7a74c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3d6700015168490f91bdd1af75b39781", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6726cce8d7274e93a273d152dc906cca", "region_id": "RegionOne"}], "type": "registration", "id": "4fcc1099aa244beca12b06fd13c07dcc", "name": "adjutant"}], "user": {"domain": {"id": "b9189e594a024998b5d78764d5ae1203", "name": "b14a17d4b0ee4ea1a4832ab6b4cc42fc"}, "id": "d8cfffe09b5c4d49aa5338eac72d4c4c", "name": "df6c42e6e0ec4ba489ce3ba5bd30a929"}, "audit_ids": ["002c5307a53e46a3ab43eb2face99abc", null], "issued_at": "2019-09-19T09:04:40.280248"}} 2019-09-19 09:06:40,394 openstack Calculating hashes for /tmp/tmppt7LBR/tmpY4aYl2 2019-09-19 09:06:40,396 openstack Image file /tmp/tmppt7LBR/tmpY4aYl2 md5:c3086df1c12a5feddf411bb101820988 sha256:22c2857101cdb26425df812790596c8067aaa769c610a2c83fcb63d8b2f9d02d 2019-09-19 09:06:40,474 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,478 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,480 keystoneauth.session RESP BODY: {"slo": {"min_segment_size": 500}, "swift": {"max_file_size": 1000}} 2019-09-19 09:06:40,498 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,503 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:40,505 openstack swift stale check, no object: openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object-3 2019-09-19 09:06:40,507 openstack swift uploading /tmp/tmppt7LBR/tmpY4aYl2 to openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object-3 2019-09-19 09:06:40,524 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: c3086df1c12a5feddf411bb101820988" -H "x-object-meta-x-sdk-sha256: 22c2857101cdb26425df812790596c8067aaa769c610a2c83fcb63d8b2f9d02d" -d '' 2019-09-19 09:06:40,530 keystoneauth.session RESP: [201] content-type: application/json {6} openstack.tests.unit.cloud.test_domains.TestDomains.test_create_domain [0.157728s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,349 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,354 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,355 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,358 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,369 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.289306+00:00", "project": {"domain": {"id": "1d6f3c4388414c1e94246eeb1b7068da", "name": "c2c721048a7d4e5ba3292e49e03a9bc0"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "47d259cd17f44fdf8e1de9df40856b4b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "fc420a28978a480d8fd072009507ae1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ffc567dd8ee14c81987afa12f8e81a06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "b556d8d79fc24c0da0ec2d9181a86713", "region_id": "RegionOne"}], "type": "identity", "id": "e655de45e48f424f9e9864ed1e7ab078", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "549e64a0961b45c8a173d6e9fc3e688f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "84ac5b5fd30e4f93a3bcb68b762f91b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "265f1443c3dc418e81cb81daf4be0ea6", "region_id": "RegionOne"}], "type": "compute", "id": "f0c8041e75ae4453a28caa3011476e46", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "84ebd5b031f14b5ab67c295d1e8b8efb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "538f1b819f444bb99cb6d2fe831c919f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e0cf035ffc7b46bcb7e2540c51572b56", "region_id": "RegionOne"}], "type": "image", "id": "83eaf731e8af4dc08e0a6f8fd980089d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bf70a118d38c4363ba60c49d7c79392e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6679abd9b5714f20ba0f1eede2fc19fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b97996ab65fc45d5a118a16744ab5d4d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "bee5ba8aa6824ef5becf70417f8dfbad", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ccdcd9532ec4615ae526a4873c573d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a71c17f7245a4654aa2becdb1ff6e04b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c0bd60791514c1e85b5966e1204a660", "region_id": "RegionOne"}], "type": "object-store", "id": "8d46dc5a66b4435399989d368c0f6fd0", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7b5db14f303f40429f450e6b17303771", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7fc59357c5d249f9b6bba58d00e3edc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bf7ff379fb5b43b380363b208fd58e55", "region_id": "RegionOne"}], "type": "clustering", "id": "c4e00544ef56444b9ffe1a76118a7cd3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "25888e7cb2b249f19ad9c18de9e6fa4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "627e8a889e454f1e914d990b4ddc7a07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fbfd9277f16d4ed6aa016dec612aa24f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1c9791d4c41e481caf5dde8e980d3cbd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8f4155ba27b74366a9cdf8534f5492db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3b312818a1144b4f871f80605cb5e0c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4e2df50ae87f4e6ab1de76284266e7af", "region_id": "RegionOne"}], "type": "cluster", "id": "affdff50fe124ca59f2b0db8234c63b5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cc4663d827ee463aa95cd92e09535f5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "91b0050a468f41de94103ef3ccd739e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "52ae6c86cdf24c56861475ad11082c38", "region_id": "RegionOne"}], "type": "data-processing", "id": "114d48ad741e45df8f6a559aa2e21f9b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "55e9ce507dd847e5b99cb9017cdb31db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0495bec1ba024c8cbbb1654ae45a2c4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e6d6696a48cf49a4bdfb03ae4b6bc687", "region_id": "RegionOne"}], "type": "baremetal", "id": "28d4506f8dd14a91b9f3d286a294a338", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "85272bb6b34d4a28aa1780930cff2e80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b73e6d34dc184a2b832dfe6a680342d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d2f6f4564a5141439cb68b5e0db0e941", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d030f06b0e7b4933939440b7e0a1bbe6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8dbcdc58e42d4f299760c8934d2ccf7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2480da48848e4ca9830851a4a127dc88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5014d1a874d14ecd8edc9686269cc910", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "cdbf43c49f054c7b898e645d69d92f0c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f4d12ccb7abb44d682ab3f9937645a99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3c5011ba435648ebb3291201352951d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "a59e1026ba2a4fbdb4c360fcf0407fa8", "region_id": "RegionOne"}], "type": "key-manager", "id": "50b2d5fd01ce48fea4a716c288e37c3c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1536b1cfd1654b1295e42c7c5486bd27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "68abcb58a25a4f219d8bc900a588c2d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5125e57c34b347d2afc7b9dbe8e44cf7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "21062dec7cd242f9b8f2d0a24bcc7140", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1393cea3be6b4217b96e508a338fb403", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "aa626a1f449c464586bde5b4c5e57ad0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c411fe621ef347cc97741543b40a8341", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8459095ab083456fa251b6ed1920c33a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b4e2f745cc164f53b8f66f9934f805bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "18ea45e991bc4847a2d760f425f26c52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "daa6cc8ac92a4525962a55216475c51b", "region_id": "RegionOne"}], "type": "message", "id": "0777778ba97f4130be1f4eabc06c3ffe", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "365751676fee4865b914dbb05f21b80b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d42e92a0775849cba91253b9af100dc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b014a65c9f6a44e9a83de1ac2c3354f5", "region_id": "RegionOne"}], "type": "messaging", "id": "4b7d2cff6bcf46d8951f8520dd07deec", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3476b8112ec14a59b07d86b3083a2ba7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a6ddb65ea3504e78acc4c3399ad2618d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a94e0f47447e4595a5826dcebfaeff60", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4a78449f613a4fb197773474a242e6e1", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "161c99b5b1b149048c4cab403fe01e33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "55e29e99ea844ca9bb7c06015be7bd35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1b8901a1b614405dab87d2b581f659bd", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b3c22bc32820424ea2ab61fe3cabce75", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ddeb159a6bfc4d7cae0ac147821dcf64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b27ad305b8f145a4861035ec650be6a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "24cc23eb6e8b4007b94e932943bf6ec6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7248dae9e958424d822d8b52013175e3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8c88653cd4fe4c8191ba263beb70c56f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c69afd57a542402b80d855c519295e27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "53cdf802d7404da3add5e4f44d368849", "region_id": "RegionOne"}], "type": "container-infra", "id": "a3bb741dbcb746789ab84d0dcecf911a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "74d545f903ca4b2888a207598bcec730", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ba4859e05c2d41f1a878688c02f4a26f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f5ecdb5ec80649368ea8d9f1ca1a4386", "region_id": "RegionOne"}], "type": "search", "id": "503d6c0eb4064d349052b64a1a3316da", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "da34803d576c470c9cdfb815161d6e41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0de6d1a19bc645f383c8b62021afd8b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9c593e21d4374ccca77d287904a1829b", "region_id": "RegionOne"}], "type": "dns", "id": "2afd513661ad4b1c96d2a0bcf982fa03", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "486401785fde4bb5a947f626f2df121a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9532ed4bfb8a41c39a81214b03d48da4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9a3cab8b7a654f5da097d554dec4ab8b", "region_id": "RegionOne"}], "type": "workflow", "id": "48c8a284f11a45349c0c1ad8c0f5b215", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2030e09084624d7c93184f4929a68764", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0ce6f2d79e5742bfbbc4ee6aa516d966", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bdd1600745794dd384a929010166e82e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "820a1f175a7845fba840ac6ee7bf7988", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ef3eb540b37240dfa1031b5c1e8dc98c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5381540cf7084795a92d2dfd12dfe6b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "63d012bb7b9841659322a5e178741eef", "region_id": "RegionOne"}], "type": "rating", "id": "2950fe14617f470fb7bdd3d6e6d33b6d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b7f6bdfb8fbe4267b557beafcaa79136", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8e27873f59af442597aa80f95cc2d422", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e7a68691323d4ea6aafc004615e76648", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4a18ee4ea9fc4fc5b308dea4c77a19d5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "33157163e87b4c71988e70c1154e8234", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "81d123eb537048619d8dbd77f8af7889", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0af1234669bd4e2cbd8ebb6bbde006f2", "region_id": "RegionOne"}], "type": "policy", "id": "b1f32d021d884439a5770df0b45db8e9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0805d8cad58c4e9e9424680339e79afb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "67f722e9ba544c3f8bd5623c67f141b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8c56df736e044d53aa4f9df9ee60b65e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e4099cb475d64cff9a0b1c9dac96e654", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0e9c407de879496d9ee8159c8b9542ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fa8f342c7e894515ba4d83de012bc1a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "13cc4ee396c648768c46e33396ad2a55", "region_id": "RegionOne"}], "type": "sharev2", "id": "d9b9237ad4254a1e980f4d77fabb13bc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8b10df670acb4292b9979287b018b85d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f9e28473a4464a299535455bc94ad96c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a12a967c16d14c659254438a38006e83", "region_id": "RegionOne"}], "type": "share", "id": "ce1a0094308e480b8f1bfef49638b6af", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4f927a1d37f74d50a7708b73ff1cccfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f90564916e664617b41f55499a265920", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "887f5c13f6af4405a22847216018fde8", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8f18848b08f64944ac284e71f0f8b065", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "430b64dc436e4352b45d903845a9d391", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0fa6320daab4da38893f4df4ad61713", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3afa93dfab2949b8acc6bbf7974ad82f", "region_id": "RegionOne"}], "type": "orchestration", "id": "f72cfbced8174349a5067131fd09ebe6", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11b4d825273940259aedc4c7be6f3fee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90aa8054611249fcb13e1db67042ad4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69bf25459559466d8917640a887cbbc6", "region_id": "RegionOne"}], "type": "block-storage", "id": "d789c5aa96eb46f4a17d464642babc3d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c90e0bff3ee4580aaa2b448699d47bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7dbd884f986e481cb4af5de4f95e303a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95ae2d66b14e4a8ea0cab3d17c27dd4b", "region_id": "RegionOne"}], "type": "volumev3", "id": "2a93cd557a424fd68b9ca399f5085491", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca941d3e805a4956850d46df6994ce72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33ae68d8376b401aa7f6cccd38ffb9a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3a91c7b459146308a10070cbfa874f2", "region_id": "RegionOne"}], "type": "volumev2", "id": "c13774c32286419184740f9e7776407d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e0e16e37a4d431b81754d6329a0c00c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb8bd5bf798343d785cdcb7c4666f8ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "644e37ac1e6842f9ab0e4648bfe44a3b", "region_id": "RegionOne"}], "type": "volume", "id": "ed2d22de79fc40e3acbe4f89699c552b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb6d1099bf4646fd9f0566acd0fb7dbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "428bf03b39db4b6dbdaaf67ca4be16f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b00c81e0a9bf4193b303efba684b42cd", "region_id": "RegionOne"}], "type": "block-store", "id": "e56bfc687cac4fa2b200113280015135", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ea7813c7391e4ba88fc976b40ef6c7c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2ab6ec018b624ebe9bf88427aa661bca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "77cba581e4ad4caaa7f28e34111e0ada", "region_id": "RegionOne"}], "type": "alarm", "id": "ddb343ed9c204806a0acf4bdfcbe24d6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "76eb043942844407968e2697ac125157", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "37f2abebea864bea9b7ff20e0c61485e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9e5e3a85a6454c7384adf365ae66fd75", "region_id": "RegionOne"}], "type": "alarming", "id": "9012cc09d8f746349355164b6e13b07d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "97a9e43ce9894f52bd52edf010e233e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a3dd268b938f4959bed5b1b1e6ab81d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fda7e8e52aca486eb1edc9de9dca65a7", "region_id": "RegionOne"}], "type": "meter", "id": "e41d959bb1a240fd84b33c6c0c8119b9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "af758557e8fe43168c0fb57aedfd35f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "57fbead753a64ef09a74d4eae2cae271", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f934aa414364442896e820317071b99d", "region_id": "RegionOne"}], "type": "metering", "id": "7d9bd9d398744086a4e553b44912a409", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "17599b8b99d448b9a89021a935089e17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1b3774dc41ad44539ffb9622cf29369b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6583ca5b9fe04dff9d88ffd672a47f72", "region_id": "RegionOne"}], "type": "telemetry", "id": "73ce41eb92254a3b9b014b318d956c73", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8361222791b1495b9178c8898d814d28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "86d3dec9c68f4d6982f4b5c5b2c0a649", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8463c1fd23374ca783907b3942143a91", "region_id": "RegionOne"}], "type": "event", "id": "d31a7483af624a32ae8aaf3642129d1c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "34ca39b77ff6403fa53fe75397976c9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "21a604c4463246609ba7926f6b99f29b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "58726901b43a440e98426bb0fe144a48", "region_id": "RegionOne"}], "type": "events", "id": "18f9fc8da9434bf787d8a379a0f12d89", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fc9ed42045294b26b9c306db90d35258", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cfa0a8bf1a4a439ea585f0132137ca37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "18114ac88bd34a0ca24c5c11eeab8377", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a985286de5f1403c8545a23268290589", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3b16f03d4b7848009a38a5b6456cb62f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c3d8f8a25aaf410c861788d82e49e209", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "afb3e10f742b46569882cc55ba6d1a78", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a001207b36954f6ca6c00242b5f6c636", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5f1690bdf6044ce281eb58534add29f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cc68441528fd4891aa645c026d705ed0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2f6a19310cca4b19a47d1f54db5ae24c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a2e32b05577f46b29baf26ceda2575b8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4dcce35cb04743049cb533be81c24294", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f5c3351d9ada4004a240b29d52effc42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "433a8881d2eb4b1e9a6f5ac76865c32d", "region_id": "RegionOne"}], "type": "tricircle", "id": "5105dcecf6b844e9a7517d5aad976855", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2e51dfd800194f73944b3088877cdbd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a61795c9aa374f209f2c3ac0419d48e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "57878d71c732449b96fa1c2f21286013", "region_id": "RegionOne"}], "type": "database", "id": "0659adc69e39489fa3944d3209b3840e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "09f1726fe5214f619a3c576778e2b8cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "47320754d6574410a9007359101d7afb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3a2526e0f3c64e7f9eb13fc05f37182d", "region_id": "RegionOne"}], "type": "application-container", "id": "e5036e54811a45c683f6acac5e43f812", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9d7a92111ebb44e5806ab97c30a541ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1c6da8bc39d64557a643f2c48786cc8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b59abd19621741f980d86dd95010415f", "region_id": "RegionOne"}], "type": "container", "id": "0cec7b0934564882a3c6ad31b85e19c9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b3b1b1407d0b473582f3d91a3815c32e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c32ddabf7ae6492f9ca08feea3af9bb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "46a87033a77f4b8499c105a9df95c740", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8698682401674a6e9df8395559002072", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ca76736e6bcf42508617692dc7c86dbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a78a11e00423464a975cbefc3a90d1e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "96861fb03b8f48f49561e6d2ec0109de", "region_id": "RegionOne"}], "type": "rca", "id": "a3a3f91b4781432b9e7acb3021cb0f35", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e6926a3ccdad4a8e96f055c389e7204a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "abf0fbc965cd471587d5c5e6f1adb965", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "da4d9c13c21248338774de12a9bcd2fa", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "cbe04d42a11c4d598c46698b43231397", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f139fb3dd7ca4756a236d8f83b133971", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "731827eeb813433d8e88f2d8a595afb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "cf63a047d070441391d7270e3e9b8d9b", "region_id": "RegionOne"}], "type": "network", "id": "94e505477bf846e2aa9a08f653494d18", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "cb1f2cc0014849bbb32b7a880b1207bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2bc956f0c6194e288b3afd14fc7788bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4680489841374b17a1215a268320b7e2", "region_id": "RegionOne"}], "type": "backup", "id": "8aeb21617df14053a9baf3f48eff7156", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8cfaef3a39034ec2997185b90e7cabe2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dd8be61afe4c40008fbd551a9f43bd1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9b1624ffcb0a44b5a6f0b97314aeeeef", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "978424754bdf43fa892658e197174d3a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a23824cbcd0f446295fba189db93db00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "71b3b505869e43f0970bc6edcf029bce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6ce53523ac5f40768be8f38094418f36", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "411dcc99baec42b890e3bf10468ccf8d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2ea7eaa0338344b39f2ea156b29c015e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "386672dc8d2f44fd9232740e4f831544", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "44ca7e2870b04d2aa174a75774e77384", "region_id": "RegionOne"}], "type": "monitoring", "id": "6f1535aec40c4b93935647f09c0ca427", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a76518eabcc041a591fee17518835b8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7193d72b8342441e8526e3a48c20a6c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "525149ba24b24e3195a7dab6ed58a0c1", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "da87d8b662c44134957873e045d125b3", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "fbb23fbf75eb48799aa2b14a2b2c8c16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0c96a0fe856f4e8fb28f06d5ff066775", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "35d73593c7c2419e8209f15daca5cd80", "region_id": "RegionOne"}], "type": "placement", "id": "9542e10589f0428d91a4e9be43d658a8", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c899694890d94126834cbf524126ebe5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0b90ede2efcb4aacbb2426064270700d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "21586f46b1144e2d9c5785c02c35cbcf", "region_id": "RegionOne"}], "type": "instance-ha", "id": "0251b3cad7da4aa3838696a397f0fc53", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "13a5ce783db64b9295ce6a7a042e25e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6ca54574ee944d0791c6a32e54fc317f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d228fe86f1874ec28506c140faeb0d20", "region_id": "RegionOne"}], "type": "ha", "id": "f024e55fcdad49a9bde0272dc6dc61a6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a67f1c7e2a3349bc943d4166eebe51f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ad6748cfbcc6411397b2bda3e32b78af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1ad73a4f11a0431f81a5dd6730bfe6c4", "region_id": "RegionOne"}], "type": "reservation", "id": "5fe650539c024a4e8c959b58826176be", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3f0401ae5d324e65bddd345197032d9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "57f633e108f74a868881d50c950e3b18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "6645408748b5460baacdb782414a1663", "region_id": "RegionOne"}], "type": "function-engine", "id": "1846e01efa6c4287a3e58ab88822d7f6", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c391065fe53f4650a5ce9bcb732476ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "40a32b6a9b754b84b4ab7321b24c8a6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "06a34f06609048999aaa93896dee9c44", "region_id": "RegionOne"}], "type": "accelerator", "id": "6d51fb2b247741e6b222b9c3db50e688", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "94dc5149d3b9460aa80e80a508e3853c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6be28cb078a148b1b620643f22a2bdcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "693571b123d844169039902fb0606b0b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b3a2a97539904c339544977b2ca5395c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e08e63d580ac49b1bc3c1530cfab0499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "856b70391c1b4e9fad51582ee32ff88b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "483da2aa12a7485db51efe2d342173f9", "region_id": "RegionOne"}], "type": "registration", "id": "ea5b13347cd8458d95638f7186dacfee", "name": "adjutant"}], "user": {"domain": {"id": "b2827808614d4c3bbfa1afcd752e535b", "name": "c3008c1b3aae4cc4b1f1f4ff3a3cd0a9"}, "id": "c9efc787ae4f4afd9ab65ae140d7f342", "name": "a38aafc10f0c4a1b99d18bb893058ea1"}, "audit_ids": ["d98af5d260bf415eb467649128a41180", null], "issued_at": "2019-09-19T09:04:40.289306"}} 2019-09-19 09:06:40,433 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v3/domains -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"domain": {"enabled": true, "name": "domainName-2", "description": "1ba6b0045e4a4b7aab7627196d067d53"}}' 2019-09-19 09:06:40,438 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,440 keystoneauth.session RESP BODY: {"domain": {"description": "1ba6b0045e4a4b7aab7627196d067d53", "enabled": true, "id": "7480e61cb75f45018ba5ac2e1b965391", "name": "domainName-2"}} {5} openstack.tests.unit.cloud.test_image.TestImage.test_get_image_id_operator [0.317160s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,139 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,143 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,144 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,147 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,159 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.078223+00:00", "project": {"domain": {"id": "f3eb453824d245beae1970f49d9ed458", "name": "a6006b9d8cc64d35b083fa6eabae45fd"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e7ec0db144a54d0887ee2c5e288a91f1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1873a6b20ff143988523e36f1d444cd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2891a66621254cf7ac3320386d6c0887", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "75f8675583094c9eb6591250ed12212c", "region_id": "RegionOne"}], "type": "identity", "id": "456c2452b2c840339c9417061129dda1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2516bc2141fb4473aee0658699dde6bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8de8df08544e4dadaa08c29f4e4d1f99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "44105dcf3194484daa5686fd1dc1ebd5", "region_id": "RegionOne"}], "type": "compute", "id": "2d14735fdffb4b7fb33ead718c69eafd", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b9e31cce41be4ccda4bc76f57fa5fbfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "df4daeb386104f5db56f882f923de98e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a8b8f1cbd55f44f5b21bedc736a54952", "region_id": "RegionOne"}], "type": "image", "id": "ad4f9070880e4010ae695927614d4123", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "020c6745d7214668ad4a07416febf8dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a21f4149cd6d4f72a81362195116e846", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8687553404b54101bc02e42a7a692f91", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f37495d7db474f599895906710aa4639", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c00f70012bf419e84989301ba313098", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35e28c49d92f4a8bb45f7b76f6d7631d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8231df8bde214a6f856b1d9b06b1901e", "region_id": "RegionOne"}], "type": "object-store", "id": "89b7d215fcf646b0841cbb4f448aa913", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "98689e182e7247b7908687c3c01c2067", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0fce2e4302b44c9a83361ba4d63fc564", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c32cb3b5a8084695bda413bad081f485", "region_id": "RegionOne"}], "type": "clustering", "id": "a84b1c90c3ad476c88fc21458b6c4212", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "07dd3f81904841f2b5744044bd9543fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e442e864cf204170aee455e22b6034a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bf21ff623d3347e4af75dba31130b08f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8a0df923e28640b2a4c73dc5c423a7c9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "284575640a0340ba9b4e4a3caf7c2436", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "45f66b11836c498383c219528b4c64a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b08985cbaa6244fe9be57b5e82731c79", "region_id": "RegionOne"}], "type": "cluster", "id": "0bf3b682ee404e9b87ed8e3b971abf8c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "98926a7deeb34c99b8706b5a8c443460", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6e53051c81354274a4d175ce78d2066c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2b1fa68c76814220b2d08967497bb610", "region_id": "RegionOne"}], "type": "data-processing", "id": "61ec65607b894063aee1f51f0a89442d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "063a7b7330bd4031bcf3ef253bf52ded", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c7601391bbaa4511aedb3303139793fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "df164d7552804dfc92e838bb3bea78ed", "region_id": "RegionOne"}], "type": "baremetal", "id": "35b5f51e17524f4fbd2c47c71c874627", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5645b582bf1a4fcc95c6bbf649fc90e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d00b8160333340d4bb51848fe5431074", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "07989af289e4421d988e572f90085c52", "region_id": "RegionOne"}], "type": "bare-metal", "id": "1a5028db8bba4557ac2fc631d938c38c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e7e6a1ecf7b74f6d941fc24e9da2c4d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a8e8b9c8e5b4409b9e7eac9d68ac766c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "2dda797f98ea4a32ad1f5317f300ecfb", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6671d983f6074c38a74a05a016f2904b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4ed477f396be45989da915e0fbc3cbb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0c0df2de1da545019dd58b4607ba381e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4c287b26137841f1a9b1e446cf637509", "region_id": "RegionOne"}], "type": "key-manager", "id": "2118d065d1c04bb4a389b5d0e26e9ab8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1a015816052d4396a2bc892a84d3eb72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7f50a97f98004e50b1ed1799e2325b00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "645652c2363f49d7a6cf89cc3e45829d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "abe5aa499cb140e09b7497471c090590", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "912dd1ec6fae43569d73d0cc1b286419", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4c9d40670f004b9fa7c24311e5d9066c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "25cacf789c4b46c5b13433bb6680f716", "region_id": "RegionOne"}], "type": "infra-optim", "id": "13154f22d2864e3fb866be0611dead3b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b9e8cbab80da42cd81cbc1b03e31b6d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e8a46c18c85c4f049bac56f54a3ac065", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "04a5630003ee4a7e900fb24bb7b3bab0", "region_id": "RegionOne"}], "type": "message", "id": "40e0bb43dec9419b8d0770ea34bcf963", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "36698ee5dc63457cb2ca862f14dd4073", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e0fe1d6a9d7440f49bec57af37f6b2e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "91512acd69bb43738048b0e3c26a4087", "region_id": "RegionOne"}], "type": "messaging", "id": "270beb9f01a64bf5a112e32ca5034999", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6237014b00b648a197cc0f57eb79b3b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "87e7fff3b25c4063ba70270201b5b89a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "dca22a471f2d4fa49a8898c441cf127e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "efe2d804d3534b789bcab4d0bf9b906f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "27cbb06145124126914157aac9a5f471", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b4b8bf5e75cd457aa0af618b607b37a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c369caedbcc243d38c9c86f25b71cb43", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "652781f07cab434d9a743b01e8fa937e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "04c166a714854b1a8b4b43447ceff55e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e7a6b1a777f400c90439d298f1df102", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd69436d55204c7f9c50a348fd67da6e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e5175360b3e54995936e252dddff9f47", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1fc45c6703a34ebe99691c54f2ff1d8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "df1c122cbcd34a0a9e5d3a3f5b681a0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "47fb6978cefd42afbec742fb69838df3", "region_id": "RegionOne"}], "type": "container-infra", "id": "76d994788ee2490980a051e2de5c2514", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e015fbd81a0e4ffbae09afe157085ec2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7643b7b6d478422eb89ad94813629a1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "cea667ff342743bea650e4710b5a151e", "region_id": "RegionOne"}], "type": "search", "id": "f11426d8f0ff48fb83f007831fb8ddc0", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a853e3150ab142c8bac39a8610a6657b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4bef0ec654814bd78c555e249b2ac2d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "24b07934c1c542c793b15b38fb015090", "region_id": "RegionOne"}], "type": "dns", "id": "0c25a89fb0d146a2a11a78923409578c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c7baa981b27b4c75b7b3899d71227a3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fff7240368c64377843e662916bcddbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cf8510ec9a4045a99b9cc34aa39ec508", "region_id": "RegionOne"}], "type": "workflow", "id": "0521d9aa0f17466b8388a1d182fcbd2a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "80106990219e4f97830937528428543c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a5d3c3f3ff9c46ac848e94ad5f9a4d5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6ce05442a49f40fc87c0941731c527af", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d7daa6e5834f436c959f1604542ea38d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b9c4a7c2115d4931a00dc513b946be68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f9747427e7eb4b78917387a81b163101", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "2be33d1686ba4983a7f18c0d21979452", "region_id": "RegionOne"}], "type": "rating", "id": "5f95255a13b0488184312b1c0b32e4cb", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f14e6c9a6ca3446987cec84b12307861", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "717adaa9458e44548f30ee6e5a761067", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5e39ccfa835b4f1188a9a3844c0e2640", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4434aab78f804a509873b23c73c9399d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c48cae352fcf46ee9b2693586a359c85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cd66d30a8b0044edb3829173a0ab6f08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b1d6a97784b14d7dbee61e6eb2d2ec78", "region_id": "RegionOne"}], "type": "policy", "id": "d29dfd769d2a4244b6ef19cff7bf0209", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0f6df7e440764418aea4a3601bfecd7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "96109518879f4ee991deff70e83920b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bcdfa162157c430397a8ff018a600680", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "71d5e3c72e4d4604b8b0e64dad64e00f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "42bf674cf8014356acc96febc3a7848a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "57f58a55f896436a921b6f9c09f665cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8e89f3bc71ab4746a6b5b26d79e3f0b4", "region_id": "RegionOne"}], "type": "sharev2", "id": "7d954377ea8c4072b357cbb1b424ae5d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f1f09870484644649a1638b38d2f256e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ae0807e3bd094f77ae71343326e916f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "861c87c934d04a2fa5c15a61585f86ca", "region_id": "RegionOne"}], "type": "share", "id": "e2ea69c802624d06b3f2491ea4c103c1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "de91a2379f3e4e518cdf0ae8f2b17687", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ea9458aa231443149ba208ca2f129284", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "53e15bcdccdc428688e8cffd90c1d419", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ed233b71a2b44a37a53bbc9af4716f31", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6538a2b0c82048009ee22faba10dd502", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d25e92dfb1a4ab98de6b6c6203824f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "340048aac1ec42b28ff84ea33f147789", "region_id": "RegionOne"}], "type": "orchestration", "id": "15b6a4dd90014ee58ce37ab4724739e0", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c76acf9ee82412e99a1859bdcd04e16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99c30d4ad8864a71bca9c25b8eac9168", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02d7c2eeb06d49d2a74c9db50196390f", "region_id": "RegionOne"}], "type": "block-storage", "id": "2e07b5bda61f46979dcc74e95143b616", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e57e130b668b4620b31faa31bef26ddd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f43ece473e144b59960fcc48f172acd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0057e3ceffd047e5bd3bf9329daacb65", "region_id": "RegionOne"}], "type": "volumev3", "id": "6100738cb51e42fbad946f678c4bb4e8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "465cf9a7262c498099e144036d23b069", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e78954c3a56a4946bce9f63b5d68ad03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a219be30c5fe4777a6344a94bca25c0e", "region_id": "RegionOne"}], "type": "volumev2", "id": "de43cbe4b96049949be8ceb52b9bf77e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb5266d83f084a19b79332274fc30d49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "741517d9590244dcbf4af17f62a43411", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a362306d626c4c4da434a2bf05d900dc", "region_id": "RegionOne"}], "type": "volume", "id": "d10fc75e45224a78a40be8f3d9771b2e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6552c061ee2e444d9ed9981e532741cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "264c6ac6f48149e19fe362061670cd25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cddd49a983644d7284239078a8feaf5f", "region_id": "RegionOne"}], "type": "block-store", "id": "e01136f34bb347c6bc886c3d6e94ea2e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3c22214d55c34c79abb5b01b04325ebc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3a318bfb593d4752be29ff86d321ce2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "74dbdb5581584494a1b73734c92f094b", "region_id": "RegionOne"}], "type": "alarm", "id": "93431add16a24c209d6ea51cb100ecae", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "81eb1c01dcd04bc29474afa0b8e86c82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "841d151d339a4ee98f309b07acac4e6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "100e7750cdfc40aa96dccc06e77a56c6", "region_id": "RegionOne"}], "type": "alarming", "id": "a6eb55c29044496f9cbcdbe63660a8d2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4b5f0800a8ed4a70b257c1390f971024", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7ff0f146a5d7449c9ce74c24c6e612dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a46e4fc560804e80ba1b7fa48356fb6c", "region_id": "RegionOne"}], "type": "meter", "id": "f9164ecff5294cae8327dceb46c65294", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b99c1aa8ee5646928ca4cb3840259dee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9d0b8e6bb99342e09f78a9af76311d81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bf8b9ec7821241189f11dd0d53c01ff1", "region_id": "RegionOne"}], "type": "metering", "id": "9b20f49599074dc3bcf8e2a4bca9565d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3064644bc75c4a8fbbebbcea98588e63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ad77e334e6d54cb9a0de9b392e11caab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "72b6fc8c896f490682d76688c2ba6f6d", "region_id": "RegionOne"}], "type": "telemetry", "id": "82a112b25f15414e8be2cdc8cc22a159", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "07be18bf223a47ec8b3606f505380b3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "21c1f2a4edad42218f7ba9e434f57129", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "785bb3798f7949f2ba804ef88c1ea2a7", "region_id": "RegionOne"}], "type": "event", "id": "456f868419a44c9ca8ebc814aaa416ee", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "131cdc12e3204603866acfac51b4b4a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2553b18cbf98463caed77510b9178769", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "60264470efca40e7b613583166785c5d", "region_id": "RegionOne"}], "type": "events", "id": "b6e126c7c7d94e3a99de581050010a1b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d17028949c99489ba4970301c551dbb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d8646783a4524b578c994fba2449cece", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bed85bd689c54a5f8f3329cd6e755185", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a6721bb2536f4522a42ea494f62a1ec1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7f6dbcd45a694a059295ddb8483c58fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "37a035d790594936953ae5b014962a66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b3e42247f0094a90a94907c5f81ab7b9", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c407ab9a3e594fa68021b4b64a56942e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "44f4fc2ba985449a9e8c19bb0f23c5f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "76897d0c8bfb4c08bcf0a75779ec398d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "29e5a9552cc043ea83a366b03ad87585", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ddafbcece48f40a5978ccdc6a8257ec4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "47f34b5fd56040089cd71b9db19db0b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c8d9def9d073416d953549df3d791401", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9478edfd61c249469e5c4488f2208c32", "region_id": "RegionOne"}], "type": "tricircle", "id": "6cb020ca02aa4bd1a3ff687ee9824110", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2a9469ee478640aca21954cb726cea09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "548ec19b879c4578a2cadd206c204179", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0f283eafa1ef44be96651d2f6042e7e0", "region_id": "RegionOne"}], "type": "database", "id": "542f8e4671914435918845b46538bfbe", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "55cb4e30e7ba483c8e0c66089f4c7687", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ce97520a90184975b567d2944a04cf19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "65f3ddeb16a1405580046014c612b1ac", "region_id": "RegionOne"}], "type": "application-container", "id": "95d635d96b974984bbbd74f7ee1c57fc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9c6e01c2d19047f397d3401b26f8b14e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9985f106bf78457081470826604b088f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "dfe9546ff913489e92a2d9ea11f67337", "region_id": "RegionOne"}], "type": "container", "id": "82bce9477af843948e2c3e837d6388c3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "64535bd84215428eb2765d9509d2ad89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "56270c6b02f2469e89e12e7209f43e77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "36048cc40ad649a2834b34080b535176", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f41f75df04424f259ac055985bdca137", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "91563dee09844e789a820b1fca452613", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "24d710bd662b4b5699c54aa70fd3c2d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a5ead4568251436db8d7730c7dabee0f", "region_id": "RegionOne"}], "type": "rca", "id": "8e58d14ac7fd4f3aa3b7974ac2df998f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "50d517f8be88423d861a2664b338cf8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8bf710e9a30d4e779da5226d06b93ce0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "de8f693c83a64a7f959cd81a3640570f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "978df7da179642b895677252869a69bf", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0f1616b29ec0425289c4a5aa9e09cc77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "6318604e5d634020ae3c6759e96394b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "261c64dc976241889f335bf86ba67772", "region_id": "RegionOne"}], "type": "network", "id": "6cf070adc13749e2bb5874e60f220767", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "536066436dda4fdab89be85b43f7a269", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "781cef7526144c4bb4ca7d57a0b55003", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "553a36d045d34a34a2b3740cca0c2d68", "region_id": "RegionOne"}], "type": "backup", "id": "430d49862c274befa6db0780e28bfd7b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "12f6681868bb4a0d947adb6d79f795a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6f7260631762490298abd0e48bd0c6cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5d0996ad75d9412eb1972bd56b272afd", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0d040d88339147c893ff6a747eccbffa", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4963cf033cfe45249b5908c9990ad67f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d24509837ec949a29ed483bb30a102d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7a1932c050284de39ddb6021715da5ea", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5d0c7e592c1f43c59f7a44a8ba240fd9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6a12e64b89024a38859d7f7d42e5d57c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "93463c40910245058bb08325b2d4a2c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "150f2d2a3de0474ca8377ef4937423af", "region_id": "RegionOne"}], "type": "monitoring", "id": "9741a1cb2aa841be8f991cd1ef04fde2", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3c2a7213db2540f88aecc4d458f7d56b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f850cfebee254c278ca01e6f9d1ce72a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "89886516c3d54a3c8b468b9ad1612a79", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "842d8deeb72345b3903a10dd04bc4418", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "302b9b51e05e4c7a898b53ff1d0eb24f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b0141e1a50cf404e9eeb1ded3b19790a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "722f798ce8d64fad8961b127ca1055bc", "region_id": "RegionOne"}], "type": "placement", "id": "2978dd28a1b04933b90d062ffb2c7c57", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cbc9dc3da0424defa4e52e74cb6dd7f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "96d2f7ba0fe64ff4abe1642ac18eeb88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f63a5211a31345009adc5a124fe8505f", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a36287d868cc4de6b69df63f39765d14", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ba2cd49d036042a6a0da793a083e2271", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "08b86d0c009d4977af217afb6ae81017", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fd76b79c6af04ea484e67ba1ba1bbfd1", "region_id": "RegionOne"}], "type": "ha", "id": "ec7fb5dbb8204b8bb277b37c8b861684", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f85a91e0b93848518d45b3636e7f4d7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9da2784e81c0498db15a8194e7fc7dd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "335f406089da4997ae71219081fb747f", "region_id": "RegionOne"}], "type": "reservation", "id": "34af7555788245098a6475834bd3101d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b44398d0b7d54a2c9eb6f306eaffb752", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c80697ff08e543998bc90c794a3a1d6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "19f217442ddd42209c794ff2238a93ca", "region_id": "RegionOne"}], "type": "function-engine", "id": "e8fe0b2955b545e3b3df5417fe2de585", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "987ee4b67fb14534bcb46e19dcfafba8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "61ae8fcea7df48bd8a136fb0fb1b9b0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "8f7c9c51b16840d491e50478b1833a89", "region_id": "RegionOne"}], "type": "accelerator", "id": "8d8da6957e96436898849f09a81d4627", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "116e993fdfd540f7a04acf30a38fe708", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0a2328cfd81c4f8a8a411b80712e27e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6dc65d1f97a24e05b199a8d2dcd308d5", "region_id": "RegionOne"}], "type": "admin-logic", "id": "650d9f6c07f54a52b34524db2cc51e28", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0a0f307a0a824e3b930fc48557d53283", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e450bcc3035f4107962f8170fb2ae56f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "06830696f41445ba92669d5a3d1fd4e1", "region_id": "RegionOne"}], "type": "registration", "id": "2d966ec46de04a61b4a59d7bad2de594", "name": "adjutant"}], "user": {"domain": {"id": "acf226bfaf244a76870b14ade6adbeb1", "name": "29b992f5618848139a9fbbd39bf65844"}, "id": "f8a664c00e0c4c088b063160f5c586f1", "name": "4b9a5a420e874b01916ce47f0db8cd4c"}, "audit_ids": ["831b4457977b4c8d8f6d891a87fc654a", null], "issued_at": "2019-09-19T09:04:40.078223"}} 2019-09-19 09:06:40,232 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,237 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:40,238 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:40,323 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,327 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,329 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/4e35ad77-2397-4ce2-b31b-344088189731/file", "id": "4e35ad77-2397-4ce2-b31b-344088189731", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/4e35ad77-2397-4ce2-b31b-344088189731", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}]} 2019-09-19 09:06:40,374 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,379 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,380 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/4e35ad77-2397-4ce2-b31b-344088189731/file", "id": "4e35ad77-2397-4ce2-b31b-344088189731", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/4e35ad77-2397-4ce2-b31b-344088189731", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}]} {7} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_available_floating_ip_new [0.270017s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,266 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,271 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,273 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,275 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,287 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.200514+00:00", "project": {"domain": {"id": "1ef3072f62a34c67b85f5acd5ea064df", "name": "4df1cd6787bf4ae5b022d845cf51b6e2"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3a1282c985a349b5a3326f6da1254bb0"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "bc700109f25a48959c2159e8e888d6c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d067681df2304fa382394ea8883dd3ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "405a66eb241b442d943ea69e95bdcb64", "region_id": "RegionOne"}], "type": "identity", "id": "28dc992adbc74b848ffcb9edef9dc137", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9ded0c92d49e4f85805fb3af02a305fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1bcd4e40b9b4427292726b7fd136575e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a9c384a3be0e41cbbbc42b18041484d2", "region_id": "RegionOne"}], "type": "compute", "id": "b653d5bc9d854e77943af813139ee520", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "58b7b533843742ea9ecdfdefdbb22243", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b07cbbd237a24f8a84483be4b1839654", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4da419186e2841099cc092ebd94f255f", "region_id": "RegionOne"}], "type": "image", "id": "9cbfed8929a84dfd8532e11b4281ebed", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c5e0aaf7e49141f1b3219ce4d38f7a22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "360c175fbacc498d955fa9377a3b55de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2d2ae804c71940059f7e7885fdf9d55e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "4f34997a9c4f49d79e2d0fa6fa94a18e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c129498547d455db33cd17e23a0ca23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e563976a49ba4b78851972582d57bd73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "904e532b53a14f51bbabd4b224d5b52a", "region_id": "RegionOne"}], "type": "object-store", "id": "e822ec622729435a884b054c1d38d466", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a0f072c15daa49c6a77d9bbfa86c2e67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "773ad0690b584de89ca22d99449d773f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "215df5ff879949558a99bc0f89822f6f", "region_id": "RegionOne"}], "type": "clustering", "id": "da373b5c230c422c996fc9fbe8fb74b5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "996ae0855801443bbc86f5cd72812204", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b56b4229280e4791a232025710df51b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a44d58a0445445a5b48d03322223ab3e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e2f8767e3757483b81fc9519c5e5eab1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f20b01c0855f481593193674c1de0a5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2c0e0f865cbf4717891908f42f0d747a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c0e89230af854724bcafbec83a467b00", "region_id": "RegionOne"}], "type": "cluster", "id": "9efe10bd81d94cdd8372e187ea7214ce", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "47c84da36b9540409fef79de1ddc5a7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c30bdee5e54b4ec6b240f2012f7f4df7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "bf9b39cb0b3d4c4a840d316021360810", "region_id": "RegionOne"}], "type": "data-processing", "id": "8301ae4f3b9d45b6b2982787b00c73be", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dfc114daef694f5bbfbacedee9676f90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "87faf9a64afd4de09c85d282b7892e40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "23ba2ca6443b45958b6f2a9bd7993b76", "region_id": "RegionOne"}], "type": "baremetal", "id": "02f8b2b48a7140cb8df17ef57a5a9aea", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4f7bdeb2bd384ebe93220b78299ea69e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f1660db7143e4144b0d8af33315e1a71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6c9cfba038e4486d9c06af9ee8e96a86", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2f0b10c61e6940c2913e1cc4bd1481eb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bc27b07bd95f4081b5c5eed30dbc821e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8db2eb7ee66f4e7aac4830cd6d307784", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9340ab0f833a42e4a151b6e5ebb96b78", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7430b3ae3cd7455687478f382f5290bd", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0ffa746caa454b33a4de56ad273bd0e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f7a2f4728ea548e5993f0584b7c5ce7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "294b0afc67604fc5bb1195b72dbdb486", "region_id": "RegionOne"}], "type": "key-manager", "id": "2909d23bd924411791d3d70797cec607", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7b288b0f97f3481aa7ad2c487b9f62d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cfa9020acab7449aa1f9b823dd4f375a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6ab8556e7bb84aaa81fe74195825d6b1", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9dbf811f0bc54de7ba4e511b1bf93793", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "80f685fd6b11416f8b4abddbbbfde058", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "910588bbe00d44fe970af7658c80873c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a1b068769a0f4b299a2d50647be0f935", "region_id": "RegionOne"}], "type": "infra-optim", "id": "16382fad52594288a1f29591a0289c82", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "42ea3243a9ec47fd800a3a38e3093218", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "47e34af4688441d083a29c72d6875645", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e4a1ba5043c5469996183428e15c3b28", "region_id": "RegionOne"}], "type": "message", "id": "326fa657556740b281da0fa0d0430fbe", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "31a54da0700a428d81b28b6b70765d84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ee21a5671c894007b40c5291f2574f2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0fc61b2f31f244bd8f55f643ef4dd4f3", "region_id": "RegionOne"}], "type": "messaging", "id": "b88d3fd8a5da427fa6428612f84ad83d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fa3f3796f04c4b678ea430b83908b3b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "03aabba73d994627bb2ab08180bec8e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "fadcf78b2a7d4c89b0dc623ca1cedb95", "region_id": "RegionOne"}], "type": "application-catalog", "id": "92c8a168200f45e89cebcb1c1d6098ea", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c321de50efc846a6b527006efdb24a79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5bf352360b5e4639858679bc9cd87023", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c8daf080e8184b838355e2bdbbab91a1", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "356556f0470449268517631e2638cc98", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "24939556ffaf452081b0522e344988f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9f92457a7c9e40cea711ad7a5f8d15bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e5583add12e54134b875f0a069f2c31f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "89fbe2777d6d4dd5828ff8d39b4d9f54", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ab7083e845574f2a9807d10f3f25ad65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "51f5b117924f4af9bb68ca63bd78611a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fb48b290a130439099c8c3459c555f8c", "region_id": "RegionOne"}], "type": "container-infra", "id": "d304f8bca34343ed929fab0cb3572e10", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "9a3209eeadbb43e9abae6ebf28e34626", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "2a8412d9de1b4aaca33111d889d119a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5250fb16ac3b4f4c98a4234b44b708fe", "region_id": "RegionOne"}], "type": "search", "id": "f12bece09b354c84bd40e5e41f30813a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9328cf0f6cee4dabbd64eccd106f1c62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "04c3a0fa9e024f42b2047fe287c9701d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7ed26c7d96fc43cdbeed68513e6507f4", "region_id": "RegionOne"}], "type": "dns", "id": "c32de238b0bd49878ae19920c973ba32", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dc1ec1652aea4ce1a4449021b62cec94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e64981de4d36488b85e965789b4eadbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0a172e954247490c94c3776bd2a7896a", "region_id": "RegionOne"}], "type": "workflow", "id": "31a6fa428f37421f8793522a1c675474", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8ef4c2332a554d3895349ca1718e19fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ac7f2155d18846cf906fabb1bfed336b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5412dc44e4a24be696ab0e1d3cd425a2", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ab4c1c474dcf41618c5ce2e144c32f6d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6aae7a8902914d0c8417a1d6146c496b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6c8b037fa5b54997ae59b3c476271b90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "2c4a688dbc1f468c96b519273ecb7056", "region_id": "RegionOne"}], "type": "rating", "id": "4f26bcc2490f430794814ea06a73be6e", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bdcb35882c0941bcad61303abc636ae1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d327e8ecdb294f1abcf2977362ec0c0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8fea98dbd25c4012a1ef81141427899f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "04cb7c3cfa76409a94a7648d1847dc20", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "86157156800941bbac9bc264a3c59b5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5d5deff2679a4b75bef889c78e80a8ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d8cc6d40435c46ca9f8a00c4cdd062ff", "region_id": "RegionOne"}], "type": "policy", "id": "aa33302d391543648ab7fb7613277412", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ea585f7631544d5587bacbe733485a07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4ae344b11c3b46328a754c7deaa6ce41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3b7379944db946ef8cd1f0edf7877868", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f6cca455fefc4cfba2f3b448073e20af", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5ad0d15de76b43bab8a562ea850a8913", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3bb669302a1d4cfc9979846ef0bc6e2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "de6bf5a322c440dab2ba6596b1a87496", "region_id": "RegionOne"}], "type": "sharev2", "id": "3734f2e882964c15a805b79bc9b38915", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f658fb3a55534d589c3b42eb9a9a84dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "261196a9096c4f7e957404f0922b2e12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1cf2bfe8ec7c4d5bbde12b4087c495b0", "region_id": "RegionOne"}], "type": "share", "id": "e46c7ec431224083851ee40c74721976", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6524dad62fd54649af5da69e303d9e19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "50646b873ef44defa707cd90fdfcd96e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4b1eb674f8e44a1cac20fc6670b1b1b2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0d8889b2e1d2403f9f4e6e72e6ed865a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e0476618f3d4f519390d9cf632c4f09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a2d924b185f442296cc33ce90bee636", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f919c40a3b04f25baf328f14c7372fa", "region_id": "RegionOne"}], "type": "orchestration", "id": "35ce9b21bab14869a08c3782667ac610", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "667ee0277a374dfd9d2b0e6333326742", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fb4ed38517d47c1b7b7f2c899340da2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "332e2e5e8a2d412ba47f9055fc2293d0", "region_id": "RegionOne"}], "type": "block-storage", "id": "20fbd105837243a9a9bce0d2aab1e4f4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db5d2639088248d48157b084f31441a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3b68bd0fd6246818e98c575028caf86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be4ad3e5c3334ad9b0992c3e25035e6d", "region_id": "RegionOne"}], "type": "volumev3", "id": "6ab835e7bea3480694d96269955165be", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "948e074cbf7b48d197e13465e95006d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c9eb7e3bbb4473284a617777ec7ccea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e87fd0fdd03d4bfb83df52aade8b517d", "region_id": "RegionOne"}], "type": "volumev2", "id": "2bc005fafcbc45e4b205cdcd17036ed3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19152add089840dcb346d8a07cfffe47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a3f0c54950a4fc2b5950fb7a693c147", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "477d494d8c044980bb3114ced7414299", "region_id": "RegionOne"}], "type": "volume", "id": "3ac91f4bfb4146be8b5ec0518feb7b74", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c56589c446a04d518b9e7793b993ef22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8385d04e3df74272b97e7dddf68fca21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36358666db45455da42931368614efc3", "region_id": "RegionOne"}], "type": "block-store", "id": "f07946d7dfd848c68c5dc0ee0790255a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7b86fb3aea1b4f35bdaa86a40efaa06a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d4081678c2d2420788efcee73a0e16e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "85b0341f13c040208c72cf4fb1e914c9", "region_id": "RegionOne"}], "type": "alarm", "id": "a49da8615a274d15bc30011579247451", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "eb26fa2fa8404cd78b8c55ab84044f5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a2aa36c4b3ee4681a28019a4014df302", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "781863ef35094cfea112c7ad3fa57b3c", "region_id": "RegionOne"}], "type": "alarming", "id": "d073e03d6c964fe0a2cc0617747bdaf1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "09f9698917b5467f94d7ca92420bc39b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "885c12f62e264249a6eef3714254bd42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ac37ce1f5a804958a1c3d540127511c9", "region_id": "RegionOne"}], "type": "meter", "id": "8b98d684b31e4ecf9c6d56e70c2683d3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "515537c13c404c3b9443bfdaff630b03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "11bbd4bb8c1e41fdb8cf8aba3fc297fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2bc2f3882c154dfda59b81965393ede6", "region_id": "RegionOne"}], "type": "metering", "id": "e952058bd62445d1a1d01466a8031376", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ef254a85d7104d7abfffe50da349a06b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5dc39dcbcdf342efa8f30b9f4700103d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "86df5468a37c45ac9d6992c53ab2aabd", "region_id": "RegionOne"}], "type": "telemetry", "id": "85cce6e17089400b8f1bf15110bfbf28", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5ee511f40be64ce4846ca2032f5b6c2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "514b20eba8b94113b1340c20d8807573", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "17f70495ce2344dda7fa4b5414f9f130", "region_id": "RegionOne"}], "type": "event", "id": "05b18dbb650a40eebf5207ed2a654191", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "128b68c41645420c9dac30c7d01dbc08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c5e534279daf4adc816bf2d272aff423", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f84a380c961d4c6d993e386cf041d184", "region_id": "RegionOne"}], "type": "events", "id": "0cab2922134249399cb9b94edf78abe4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "425b61609be6421e8a1da414ed9877fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6146e3420a154ee48de3b066a2a647ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "aa620f0d730346639d8a69113c906a21", "region_id": "RegionOne"}], "type": "application-deployment", "id": "9f4a3101a4914c45886f395f3f6edf28", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4c0499e860e74af7a508ad4d48936f0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d4666ba0bf3b49d0a56f0aae7a4f968b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9db07f661d2745ab85f5eca8adc10075", "region_id": "RegionOne"}], "type": "application_deployment", "id": "30cc5f2003ca4e50a2bfb02179649cca", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2219948ed7654b11a6ab97b1cef1c913", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fb1e1076e2a04197919c38ac60f3ef7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "89ef34f09c46419bb37d3eccd22e288b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b7c6a705c8b341e09cca8de66808934a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "deb6a5e7483d478fa115a4951b54ca7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b111a85a30ce439cb8f48b67322d8512", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1b2f665947d84385b44c802bd878246b", "region_id": "RegionOne"}], "type": "tricircle", "id": "de346b77337746d9988aebd131527a86", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a6eec78026174e8db3decadf47444700", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "91d77a5320124610aec96cd5cea5faa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f682a5c260954e1d8fce7b2e59b18bb3", "region_id": "RegionOne"}], "type": "database", "id": "f2f4a4a9932742358470128b80d7515d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "afa0153c73e341f9bbbf43b47b0fe229", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7d43ccb1f1244222a24824c125673284", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9f8c9ccc01a4449f82dff2f278e8b702", "region_id": "RegionOne"}], "type": "application-container", "id": "339d2b882d734f68833627891148454b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "daca3efc69f54d4ca41727ccf0d651ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cfcfe57c362a4ef987b145f93b52f46d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8ba8d6877c9d4161a3b366d0c2d79733", "region_id": "RegionOne"}], "type": "container", "id": "8c7f52800afd4a08aaf1a98f78d2b28e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6a89f9402f374d7f99dd35c847a35482", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "526f8f0a4aaa4c89ae8fa04001896bc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e4fd794dee5540049c7b35ef8fc13f81", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d4e8e1a654c84fb1aa884156e802ace0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d20d7c023950426e94afc8443e00da74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "164efef9a2394abb9b9b6239ef67930f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b0c50102f95644238a8b4560b8fc0832", "region_id": "RegionOne"}], "type": "rca", "id": "802eaf8f921045ab9eda95b482949900", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0a77fc182576442288351ecfca934c61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1414d8157efd4fd98edb10731df6d900", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "cb43389c74304dda93dff1654a6f17d1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "8e88b066de4c46ffad5a117e1a163f3c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9a426a35d64b42d1be50529ec701c8e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c4b5d185538e4f4faba78587b6c4ad90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d09d39b87b7b411eb3a31fb54e50f812", "region_id": "RegionOne"}], "type": "network", "id": "6c6e3f736f0748a0a76743060a34bd82", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9e9a075fbb704da68486977a8cd60c79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8d22d8747e744959b502bb7eae1f3132", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "1d82182aacbb46d5af7be28d1de7f5c1", "region_id": "RegionOne"}], "type": "backup", "id": "dcfb3434032b4417828bd92f6a750d59", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cf30ab95b9ea43cca6be82b98483a8ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8e0d2564dc6e41a492c63d392f121b53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a276966b306444aca67bf5c4c7ce177f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d91426a1e8eb47df9fe703defb0db763", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "323d222877344985bf12f81440fd0074", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dd3d298f02374beeaebac1a8beb63b9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f1111f25f3cc4938a74d3fe40c459869", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d9198a5581184d36a76b4813a838d8bf", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "56d6bb29f6bb4b6098044aa2b53d67b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ff1f8c4a9b3843a8a4b50a93ad7e0482", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8f7661fe16e94a9facdc1d260767ccc6", "region_id": "RegionOne"}], "type": "monitoring", "id": "d833b16fb3964ad3bb33d99eea76f8a6", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6a602a737c544efda83aa88ec24c52a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "933cab68501c4edba4ef03304b72c3cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "2462f2f470cf469e98ebb3c3eff39cc8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "bd5f7164cf5348e989473f877e9c504d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c558442c0e3b4251b789b1225b6f1463", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0e1768c03a5f47b498ea23dd8fd498a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b8b7744466694c3fb4a0e4d12b067b37", "region_id": "RegionOne"}], "type": "placement", "id": "13e84a284cb94414a9567bfa09c6ee67", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "794783395bd6425a80b453c2f04a871b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "845bafd3e49a4c3b89c9d78a083be5fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1bf91987a2b345deb5f05fee29240cde", "region_id": "RegionOne"}], "type": "instance-ha", "id": "cdfc88ae1c9e4d89971aa4cca8e14a74", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d7560c22b155433c8ae8ec4abe6c3ba4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b150060b560e4fd1b1b4dbf7c87e15a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d66fedbe4ee540318067c4d7f75e4a1e", "region_id": "RegionOne"}], "type": "ha", "id": "ca742bf7e17c4d6ebeeb18f6595e6af9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "663cccc45f6d48c8ac9b75dd4e8960bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1b212bd28b2a4b0e92ffa1555619bf85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7151c9b3bcef434bb82846910e3e03fd", "region_id": "RegionOne"}], "type": "reservation", "id": "cd21087ad616404389a995c731bf5f5d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "35d2a12826484e27bdb7098b88e701c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bc8240094a6a40bd85f71d01eaccf1da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8c9966da5f784fbfbb59fb63f9321712", "region_id": "RegionOne"}], "type": "function-engine", "id": "de6b9354659d4cf099b7677225b881b3", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1769646520984cdeadc9bedb1783e884", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "192a1ad9268749a9827434970d064eba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b3b3d7a477f7407c8633e36749b66e9f", "region_id": "RegionOne"}], "type": "accelerator", "id": "cc16fcfc85ab4e47ada060335c735650", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "86fd72bc59bc4172acc0d523142ac390", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bfcd05493d2a415e97178486d5899646", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fe10db1a59c04baa950f335df953ef07", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7d6c5c8732e64a6bbc1d5ce7c093a8ef", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "707043f51097440da1c49bfe38e0f445", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "33a1cf9092054c298f9f21ab0804b278", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5a5d2a416ba44ea18cc755002cd8a995", "region_id": "RegionOne"}], "type": "registration", "id": "a9f2cdbcffdd4be8a6ed8b55adb19848", "name": "adjutant"}], "user": {"domain": {"id": "2ed119a3272e4508a23cfd05d128ad6a", "name": "1bde9f4804404c69a080e1c6dcf9ecc5"}, "id": "6a3597ea1d634abd9e2f83a2361bb828", "name": "08d15d04106648b48964f0675e5b5e9e"}, "audit_ids": ["0b3d26effde346e7af273eed3d0b58b1", null], "issued_at": "2019-09-19T09:04:40.200514"}} 2019-09-19 09:06:40,410 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,414 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,416 keystoneauth.session RESP BODY: {"floating_ips": []} 2019-09-19 09:06:40,433 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-floating-ips -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"pool": "nova"}' 2019-09-19 09:06:40,437 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,439 keystoneauth.session RESP BODY: {"floating_ip": {"instance_id": null, "ip": "203.0.113.1", "fixed_ip": null, "id": 1, "pool": "nova"}} 2019-09-19 09:06:40,457 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,461 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,463 keystoneauth.session RESP BODY: {"floating_ip": {"instance_id": null, "ip": "203.0.113.1", "fixed_ip": null, "id": 1, "pool": "nova"}} {24} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_create_firewall_group [0.338311s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,220 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,223 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,225 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,227 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,238 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.159073+00:00", "project": {"domain": {"id": "712eab9839434eaba503b68684ee994a", "name": "8388385480d44f3ca1838d38ed5d5329"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c85d74bca893496795bbc202d4de91db"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8e02a902f35a4d5fafd64b6e8603788c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e8a32b45987140ba9759f0c406ed7ece", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "cb5ada55bf4e43c4871aa95a883fe7a9", "region_id": "RegionOne"}], "type": "identity", "id": "12527c59924743858a93f181aba7ddf1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "50ef272cc7d14c5fa2d04f5d70ba74bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7818103c745a49e5a0956429547a6c96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9a689e47610c4ca780b06394b3d5a729", "region_id": "RegionOne"}], "type": "compute", "id": "e5b3b0fd456d402aa4ba5e6132685e11", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "edef036ab9bc46e087927f4428df34ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "67ff0a2cc9d34b30b31abefcb49cec42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a095486ed02d404794d160acaa897fe3", "region_id": "RegionOne"}], "type": "image", "id": "6bde223f2dbc48b49f6b5971533c7d5e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7ee327607103442ea9850dc7d2ef5453", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "43ec0456ada74f8d8225b292aabab3aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7f3c0866919949c19ad1705082d7d685", "region_id": "RegionOne"}], "type": "load-balancer", "id": "33da4a4a85ad4b5ab74d46ca494dbfa1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f195e686afbd4e0699dd57535547db8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76015d53bab643dca0f7efbf5e51bfe8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6c3d589951a49638edddd1028181f33", "region_id": "RegionOne"}], "type": "object-store", "id": "7dae3b3511904b4f89126abcfcb950de", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f066ac20e14d431fb37a039b8b3e0bac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f6fb67e6d5de4a8184ca0700b712132f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5ce9a279e7ac4d59a0a0c5fdff153d00", "region_id": "RegionOne"}], "type": "clustering", "id": "14c34e0bb3f84219a76d636beb9d5767", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "73a0219ff57d4fd8bda4cc72511e3c51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bc5f0d99a2dc40ed87ed8298a4da1a8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "30e3ef67f0e9447da17bce3270557a90", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f3d85ac0a9c548bc9d3245b60c4a4dfa", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9950bfcf06cb433fa8b76e344d7572e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9f4165459f654491b5bef66986cedf65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f15fa5aacf7648979aec49150bd4d41b", "region_id": "RegionOne"}], "type": "cluster", "id": "eadbebd5d9854ff48056f6dad5ddf7b6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f7c441682a7f4db98f56403ce0b6e004", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b043640ba5ff4a9c94eba6b1a81f26e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1adab283867a44f9b32c38c79adc6be6", "region_id": "RegionOne"}], "type": "data-processing", "id": "05c98bc7bdb1485489b55fe3c8156a28", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "acd0327d6b9d45ec824ff4d4571f44de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e3769a8110324637901b30c2459021e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8f55b8b58fc74d4f82c0fb863f89e566", "region_id": "RegionOne"}], "type": "baremetal", "id": "f62c561e7cf44ae582eb28701720daf3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "792f986b2b334eec8bb4ee0b7d660cb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5216b593f2ff4aab9c8ae161f574af8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "97d1f997301e4cebad903e7ce1e62ebc", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2ff3385074bb4b7185e4d4af3c401a2b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b28a6c646e804d48af05134cfc6fe130", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b3eae576efef4a45a256b41dc5d3353b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4d2c9b461f654a60ab321e8007d75bbc", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "657403496300474ba72c996b599f3416", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6eae05f3b97a48618d9e1a90bc6f9821", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "20eeb5648cff458f8b5b980b4b80a168", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "def5a207033b4775a8e29e3107263639", "region_id": "RegionOne"}], "type": "key-manager", "id": "b0ac8ef9ffe04e3ab185f573c4c16a44", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bddf9b20c4f14aeea09ceabd16a3d8f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1de6edbdeb644954bea84e29de3e1b10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b08dc5aca04940c59202407d961cd123", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d382ba02ba744378ae3581ba159ab274", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "50059d969b364f0f92149289f6d18a38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4f2118c7ad9044f49ee48095c24777e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "393a57d251de46d9bd95e2794373674d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9208598066d24149a90985c52311182a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "171267440c264121ad5edc2359618644", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4e98c77393c94756b38c500f11f3c3a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8b027c14fa274733b78c5f597cc89fb5", "region_id": "RegionOne"}], "type": "message", "id": "363e84e11f50481496c29e9dfcae9a62", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c545bf313d304088bfcff69b1ab8806d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0c4d348ef44a486b9db6123d768e251f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "039dac4067b344e6b6395081c4e91e27", "region_id": "RegionOne"}], "type": "messaging", "id": "f615983ce7f14404aca67fd71b6120e4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d4a54eb88a4a47a685e26ce39ee3aa9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fc3621d86af7457185306e7e45010cc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b6274a6a19d74d6f8bbb2fcd1e9b219a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "9d2a9db041af471b92f5fe2d0ecd8ed3", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a1eb89d2b25848fba323c2da13a29617", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a21fa4a0f12b4bbbaf4da023884dc751", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9fede19925d5443188caf7fd9b0f2fed", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1bfdf93b928545878dd621b32560ac06", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8278d0113b624bf9a7b8a700f9c55310", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c2712c5658349e2833b1b9edf387fbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e21773d93e814f50b18a77d15a5dee91", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e342624deabc4a3e9800b51b0ab71594", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f8eab7df2e9944e3bedc2b2f1bbc93e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e4daf540b433486db78097f43fa9d142", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cb4eeb4d34184036ba36ef7f4d7465e4", "region_id": "RegionOne"}], "type": "container-infra", "id": "999d01587ece4aad97a5ffdd46acc78c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "fa6c0b63b2544af8b7c3bc4a80a8d1f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a596054a9ded4f1d827f1d78f3255a0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ff54555260f14b21ad10641f7a06d8b1", "region_id": "RegionOne"}], "type": "search", "id": "53dec7bf0e224ea5bac8853d16493c9e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ac41b73ca6ac477598f0c3250bccec42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4df2f0a235994c5e83756a0cb66f8141", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "554a59494dc244d49acc1aba23a467e1", "region_id": "RegionOne"}], "type": "dns", "id": "e91aa9f1a0d244b2a99136748b34e439", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a767c5bc535f4c7784e6ce2f4b6f26c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bf0b83ca2b644a819119a22d55d22781", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "55587df34945441080cc61250f428f27", "region_id": "RegionOne"}], "type": "workflow", "id": "bc3c8f7cb93a4f57856b0fe0a9448e74", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "05c1dda59e744dbd829049d2b72dffe4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d29e6889c5cd411eb3cf56d11d7f75ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d75a6f9d03624a4796d3730c2c246268", "region_id": "RegionOne"}], "type": "workflowv2", "id": "02e29fc5440f4ee5a8c661e2ac5fbffd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "50b68105dd2f44f285c31ff4046c197c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "310ddf1e228849afb58a61361c71e09c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "623f343d43d7466289f9368825bf6028", "region_id": "RegionOne"}], "type": "rating", "id": "ea532b6c6ec8449a908afe6d644c7136", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "479e081d689c437f8b7ea7bbce4a46e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ea50710ad71f4f64bf62a1998ad87d6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c17c563774d74cf2899a2f9e1d8bf53e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "7f119e5096c9436394ff254fd929c480", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b3326f96481b47bbbdec182463e549fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d92f7a502b1c4f52bb8eaaf7c656173e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5c4567ecdda64cf88a119187eb023f24", "region_id": "RegionOne"}], "type": "policy", "id": "25d8497074cf4bcfacf3bf383f5be03e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "092e9bc60cc442c19893edc61b2820d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "127923594b00404c8c42164d09d2ab21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5283143621654fa99b78c095b7d4432b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5609c5737f8045ee9abee2bd24966692", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "00c569a6adcb480b8bb961540e7efcad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f7a7844a759043688200bd5f2eee1fe9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cc5b61d6decf4774af5e7f7de5afa540", "region_id": "RegionOne"}], "type": "sharev2", "id": "b3f89c09e8f84281b50968c56de0025c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a98c574222a04ddda125268171563166", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1ff77d49d2504e95ad6661be32157044", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3a167008322a4a06b85cac7c44175964", "region_id": "RegionOne"}], "type": "share", "id": "70375213036440ceb455be31616446d3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "eecd9bed534e4500b090d4e6541e879f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d1a685fbc697498aa9b8c92aa9534964", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "63e7b3dcecd647bfb5cf3f56cad8008e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "861e52bfffe842beadd465a633dcd744", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "719b0124604a4a97a693dd7f9e73ba3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a205de5d772240df9c8cbae724e4b459", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd70b96535e74fafac13d06338cc5c81", "region_id": "RegionOne"}], "type": "orchestration", "id": "82d0587936e1477d8d1d80be02b303c5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59663e8cf5ef446bb4cb6796e956e6cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a21c083149ae4f99bf18ded942542f75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4781a4107a7411a9eaf0d9a8eed47c3", "region_id": "RegionOne"}], "type": "block-storage", "id": "a620b7597e6e436ca41987ca088a216b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9aee27eabdad40f3ad85eac8b47d7ab6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "149cdcc9294240c8a3ad08196ec32297", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2569a0ec78a54d45b60b8898f68b4544", "region_id": "RegionOne"}], "type": "volumev3", "id": "138e30900e3f40aea72fb5b2ad11784d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "576fd61ca14341c5b026890da3dd2e6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33d18b220e0f4dec835718014c06e361", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "523711837677483293751af4664b5695", "region_id": "RegionOne"}], "type": "volumev2", "id": "4025322902c0445abec524a7fbe6b002", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7909dc5df3b9461292b9b291d90e60b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "202541feb0154c949b3edc4481f8f5a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1220f0a00062459e89a09e091b0ad03e", "region_id": "RegionOne"}], "type": "volume", "id": "364b28fa86294f4b9bbe56ff06bdbd89", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fefee82dbd0641b0bd802436d5335581", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bad6b8499925404291ba1b6f17114e43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f612a054345b47678200a75680fcd9cd", "region_id": "RegionOne"}], "type": "block-store", "id": "fddce48298ae427e933bef27a97c1e27", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dc8045f54af14d3499748a45b142f561", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "489f43d57086462792553144e9a51f30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6c07f1093f5b4645a0da30e5ae464b15", "region_id": "RegionOne"}], "type": "alarm", "id": "07e8867107154ab4a281c4150209f61a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f29b461e8131472cb89ae4b6e32b4adf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "09f1abdd9cb64c93b6cf530681fcea03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "45ea9396d4eb4e099d760368aebceb33", "region_id": "RegionOne"}], "type": "alarming", "id": "9f984915fe1d47eb8a2386ddbeba8bdf", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "699fe8bb45064d108b1790669e88fe3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "64ec5ef3ca864c26acbffa4aac63abc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "edb46797bf4f4b68b02da6fc82c73118", "region_id": "RegionOne"}], "type": "meter", "id": "84c7f1e305334b69867d0cbd6586836c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "32a3461b1dd244989c4e3ad781722eee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "416110e625af45139942d6f0bcb8d2e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "148bcd3e4ef84df8bcd7048591265a04", "region_id": "RegionOne"}], "type": "metering", "id": "7d7ad934cb2a43d4a1e88e91f15625fe", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4397fc88a50340b6896974d4d4ffc5f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fd6c5f863b22499ab62e5d2982d746a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a04e54adaafd412685f1b45cc4036220", "region_id": "RegionOne"}], "type": "telemetry", "id": "a54a36b2a29945ce953ed0b7be12d77e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7beafd1cc2ac403483afbd4e306ba18d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cd735e9f70eb4e70a31550514b364c78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f0878fed64294abfb4aaa96876c80051", "region_id": "RegionOne"}], "type": "event", "id": "b78986e970bf45b18520abbc2b3477b3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "af2b957f9c9b40c2b916ca62a6f31c46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1a1ac89c4df64552887899ac79dd9fee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "66c25512fc444401b731936c4e8f6be7", "region_id": "RegionOne"}], "type": "events", "id": "9e17f155c49a43c388b022b9dcc97d05", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6f36304eb60b4ebfb7ae0fd1d3ea0abc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d43c11264bb24b55a9aa8a8a5d84730c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0d3e8032bdd2466b8889eb3f055d7063", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3798b70e4c824ca79cf6c6cbc823ad53", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a2ea0206704b43069639a271f278fde8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e4baa53d2f1b4e26a67c679615919ee9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6af882bfb6e04601bc164ae78cf33913", "region_id": "RegionOne"}], "type": "application_deployment", "id": "4cbdcf5f7fba4dcdadd563df5a7c6a40", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "22d8737732464064962e9a31d2aad46e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "55ef30d7aed04a51bec85449cd9850d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8476b4dc412a4cd3b4eb3debf2b71f7c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4e840c64f751446a975dac9f10abc8bc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "65e937e89bfa4ac3862f4658489bb2b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ace6816b792a40a9a61d63c7f22986da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7ca7437ddc914ae78e54010ac9112a5f", "region_id": "RegionOne"}], "type": "tricircle", "id": "bf1bb246feba40a9bc49a176a4d289ce", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "27cf1ab9fd10448c82a35e85b5bd303b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f01709b2d9a8478d919b512a4df338af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "8fa266db2b744556bbd6c95a9e2fa00d", "region_id": "RegionOne"}], "type": "database", "id": "1ea8edd594cd4e53bc1a112ef4f7d8fa", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e3ad7696183d421b960a3262887579fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "936c92ab1a874af99fa41bd7a88a86dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1924ee3198864c4ba55d70cbaca72dbc", "region_id": "RegionOne"}], "type": "application-container", "id": "8f6abd4aa1714fc29eb8940997049921", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fd042e2954f047d09fde66feeb4a106c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b1b73de8c856496984b402e766fcef36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1b8e402842cd43439030e7bbc2bed090", "region_id": "RegionOne"}], "type": "container", "id": "c454579abb7049b5ab0b2e3c451b90b4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a1ba30e22938457fb43aaae1aab90305", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f3424595608a4875b048669abec4fff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "619a4f3cdf024c24b919e29097dfcb00", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e29bb9f43fe04aafa614a1281f707cb8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e7eacd5594664448957a4e4fb829df46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a79a4cbe88d4472ab173ea63f80eab81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "487895561c6141819d975ade37cc4e53", "region_id": "RegionOne"}], "type": "rca", "id": "f41999b02faf439faf0c90a9331d159e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "349fb87738b842739b4d0da1fd3338c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a7055f7f07714f79b0ad45985915dc95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7891dadd86e04308b0f5f35c4441d945", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "40f28668dfbe4e80838e5cf4f0d6e7ee", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "707c69f1471445b385323f917cea903d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "35c5be5c8e264315a01ce1d62d5c64ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "5639b154c2d34ca785b49663fffd4dc8", "region_id": "RegionOne"}], "type": "network", "id": "2429fb7372c84c0db7b8b2e49c47a4d2", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9f32f867596a4936815e803478688601", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "dbc868166a604f51b20efeed760a1eb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c7c7e151764343359b9b36d7293439f1", "region_id": "RegionOne"}], "type": "backup", "id": "bc16daace6bc405a8122ddef1afaa5ce", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "463943d360134a6cb779d37f7e3fff48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c2fb7de4b90c42bb9dc4832b4d9781bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ea12bc577018444592e8ffb1468b2192", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "cb335f201bdf47bc82fe6a662de43715", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "07cf9da07230403a87a2c842af322b5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4fc896106eee4c359c8d56d5fe39b7b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "63aa1491728f4dd9a0d09ba6be7508fc", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "bc44a938c19342799893fc00a14d16c1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fc066c62670a49128391f55c1784771e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c157521791e4434d9887d3423be2a349", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c4b29dcab39444ad8256076cfff0c11e", "region_id": "RegionOne"}], "type": "monitoring", "id": "38ee3c85164e444dae232b3be9d9ef73", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "688552f16e2b4e36ae6789ac429ae639", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "62ace9b0cae0478583f463756d3257e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "9c68fdffbff54dd097bfef0a54941f56", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "732c192d59e44994b5d2ea36d9ab05b4", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4115e58ebf6c40fd8c189ab98a307671", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "18051a691b9f4824ba54f528abe08e0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "af4d10297d1246f4ba4c38e430e537eb", "region_id": "RegionOne"}], "type": "placement", "id": "90bef8303d7741f0aa643deacd21a3d5", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "984ce2cad2ff449086382af4119d0ef7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fc560fb5dcca416cb75243c1a8a8f4ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1e835812e7844fbd940e953be2e75fbe", "region_id": "RegionOne"}], "type": "instance-ha", "id": "eb572dee81044ffca9a04ed68c6050fa", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e3a5769ea90b46648c70b369721f878c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "871f65d458274fe694eb7cb0b881d3c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8985976fce5647d09b86928aebe78dad", "region_id": "RegionOne"}], "type": "ha", "id": "29085bd39eb54624b2f779d1f1719f33", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1743d1b66e324c75abfaee5551f3e97f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cf085231a5994b0ebffa174774e5e027", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c836b668f1934cd68c285599f3a9e5aa", "region_id": "RegionOne"}], "type": "reservation", "id": "3ec872052b2b4d2aa3d26519444520c0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e6a00a0a3632451a8a98c3fbe984a292", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "38eecaa1f7414becaf2482c01a1845a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d6fccd26eb6043a2800f3238c919cc53", "region_id": "RegionOne"}], "type": "function-engine", "id": "d029c52b91c84b52b6f739c23ca7889c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "88e22d258f5e44f8ab8db4056ff48b54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3d9ae76356704c02bbd2685c1ae2b440", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "036b3304224c49878c35709a25b1cade", "region_id": "RegionOne"}], "type": "accelerator", "id": "8b644e10bd344fb79bc5400cff397482", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b1059fb59a1048b39cfe344802a1f47f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0485f08589074ce290ba53f8ee27726b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e610fea476034577b5a9113e6f466cef", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4c8990d114364d68b38a5cc982f2f204", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7c4c3a0bd9f742b6994bc30b207bf4a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1ed932bcc37a489d93001bfd4ddd8f65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a2ccd89e0fd945a5a5fb683f4deab3fb", "region_id": "RegionOne"}], "type": "registration", "id": "94dabc9698b24f6b8d435a599eede82e", "name": "adjutant"}], "user": {"domain": {"id": "98526946e9b344a1bc0cefe189292c21", "name": "c8f7ce6231f74b3d8770d983ad8468a5"}, "id": "3489dacc31674aad8dcb76192f43cd80", "name": "e205d31066e641e18d11b3f6be27259d"}, "audit_ids": ["73c756ead0a940b4baafaeece9db5c09", null], "issued_at": "2019-09-19T09:04:40.159073"}} 2019-09-19 09:06:40,423 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/safe_outgoing_data -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,427 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:40,430 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=safe_outgoing_data" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,433 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,435 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "safe_outgoing_data", "firewall_rules": null, "id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "location": {"project": {"domain_id": null, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "admin", "domain_name": "default"}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "shared": null, "project_id": null, "audited": null, "description": null}]} 2019-09-19 09:06:40,443 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/bad_incoming_data -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,447 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:40,452 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=bad_incoming_data" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,457 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,458 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "bad_incoming_data", "firewall_rules": null, "id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "location": {"project": {"domain_id": null, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "admin", "domain_name": "default"}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "shared": null, "project_id": null, "audited": null, "description": null}]} 2019-09-19 09:06:40,474 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,477 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,479 keystoneauth.session RESP BODY: {"ports": [{"name": "mock_port", "id": "7d90977c-45ec-467e-a16d-dcaed772a161"}]} 2019-09-19 09:06:40,483 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/fwaas/firewall_groups -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_group": {"description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "name": "max_security_group"}}' 2019-09-19 09:06:40,486 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,488 keystoneauth.session RESP BODY: {"firewall_group": {"status": null, "description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "name": "max_security_group"}} {28} openstack.tests.unit.cloud.test_delete_volume_snapshot.TestDeleteVolumeSnapshot.test_delete_volume_snapshot_with_error [0.232612s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,192 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,196 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,197 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,200 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,212 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.129452+00:00", "project": {"domain": {"id": "138183962fc64084aa3972c60e4f646d", "name": "ca8daec2695d4e01a52d087b19563968"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e6c010c1665f48ccb2f86b53134a8505"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "cb748d9bb3fd4004a9651e5d3ed191b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "72c042640e254150b28fa253e2e81ba2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "658718d69ced401890b7fed026c5bf31", "region_id": "RegionOne"}], "type": "identity", "id": "17c71a2d469045918eb55f0fbb0c2f93", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9b4d87b8d6284088a00fc0e3272de646", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4551ffe65935438e97075c12f841eba7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8d1d0e6203e54d49aa2074484959240a", "region_id": "RegionOne"}], "type": "compute", "id": "7b387d666fe54fc69d2f155b56a009fb", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4ad6a218fc4842739b8cf1012c17992b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2397aff31dd3407d93bee83a7a3a91b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "076f5fe868c143eaa226343d69109a2c", "region_id": "RegionOne"}], "type": "image", "id": "e671f8b22a904c95843d0d9429fb5438", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a039069471dd498aa1b9b062d8717e57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7d901f88177148f3931cfcad154849f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "940e1ddccdc34f5e85b56469f4e9f095", "region_id": "RegionOne"}], "type": "load-balancer", "id": "6a5c4294f3584b12a1b8a8324e27ce97", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e7a0ec057874f21a5de6f7a85abbd9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "adf1a65d35cc4d70beea090b7b6d9b9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2b1c82b10cf4471b0cbcc9d791b45e9", "region_id": "RegionOne"}], "type": "object-store", "id": "e5a6ee4880814c00a8079a9ccd3cb020", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c4477af2fcc24f17b15926db9d84f3ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f87ef8f5e4ee406490dc77239ab7979c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fad1be69ecc24c58b3c52a27e8fe94f9", "region_id": "RegionOne"}], "type": "clustering", "id": "569fed63fa104e388ad42fe173c707ed", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "47fe3be8479e4cdabf44e8a3a96de3a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6ec4c58c97c74f49984d3bab1d574473", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "757e1b172e03447ba2eb0dac95a50a98", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "86a8b3d8bf864be8bd6e00d78cc7a4b4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f209c89197594f32ba62089b21397542", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e53adf8bedb34410bb343e8fb1030f02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0b076516bc7f43c4a622feb2ce56a2b3", "region_id": "RegionOne"}], "type": "cluster", "id": "e1b8042d0f4241b086393c567e958d1b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "50969eaea52e4d09bd6990e7a5dc8471", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "49c0a52b61e14fa4a109bf5c090af7fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2c9989f0d904497189c3c5ab2333a495", "region_id": "RegionOne"}], "type": "data-processing", "id": "12cff23dcdf64ddf9e2aa30428d38026", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a6f0f5a565e343928fddfb780e68faa7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8b1fdb213e3345bdbae6cedeaab987b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "33e81948845141cdb86c85acc5d5fe1b", "region_id": "RegionOne"}], "type": "baremetal", "id": "fb9994908b8a4a30950d742a482bd251", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "044e3249906741e5957edf1f82743a6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d900019362f24ea2aa1147b2e689a4b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d29b6578eafd40709ad51e039a095aad", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a9de85394baf4cb8be326b0d43013352", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3b5ec941b3b340cbb0532a58bee8ad7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "97e98d779fed49c79e148cfb01b17b87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "eede8bd160b34a7f9aafc0efec9290d0", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "04fde967a4b148f99aefba74df15012e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f3a9d41a97f64c329237e79f94247b77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e61ac328cd3f48ef8a7ea95ffe08b747", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b5fd869114844d5d8908cfb3dd82d6c7", "region_id": "RegionOne"}], "type": "key-manager", "id": "91772b9c00b24aafa0084031b172e06e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "91f1150ee1c34d04abd5df2c26cbad49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5649e3430056470188288adf17802907", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3f11ee43c1df4be08490ece16ac328d7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ba53645957f146e9b72660fc92627732", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "43948896c41849ff8343fe5be89aee56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ec75e0016cea45158d48d31e3b1ddec3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "aa0078fd7a0e4f17a8f980e614e6c0e2", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f1832ab16ad143249954a797e5fe8809", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8e9cba2340ea449bb24760e7716b04c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e8fe06eaba3644ab97671299bb146132", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d5dedd45e80945f5a8419db535453e18", "region_id": "RegionOne"}], "type": "message", "id": "fd85d99ab28042b5a3b6ddd9a5976942", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d3b2d86e6a74457d86dff0b857806374", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5ae61c8e1b0d43bd871ea8c6f25fd7e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8420a45140c7447386f39d7e416cbfa2", "region_id": "RegionOne"}], "type": "messaging", "id": "8db0a43a180146a1af185ea6c7b6de57", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2794dfd24061470ab7288fe6e84add58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6c9e3495c244408aaa55f1408841c77c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1031dae27bb4477d95901c966decbb88", "region_id": "RegionOne"}], "type": "application-catalog", "id": "45190ef563dd4ea9974199a68376e82c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6ae9f5d967cf4c13a81c0b9bb53d52d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "40d5db170ffa4a69a8850fd744d4b06f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "31453d288ec549388b62b68ef2ca1437", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "7daf31e476ce413eb071e61716f4c077", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ebd1766c2d3f4514b87d3c6a09e1887a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "46f2129e1c00472c91d085e52a8da8f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a94f0c862804c9d9936c4442f90a42c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e6c179f2c1ee41708c122c85851bb226", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1ab90c41ec214fbaa23f4aa94d9e9293", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b1c6903fafcc48ddae9ab0dd59429e9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "af8dd8dd9fd649d8b6bc9843cd73d102", "region_id": "RegionOne"}], "type": "container-infra", "id": "ce654ba48c8842f19f995e03bbdf9e03", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c5385a98cda74ea79e80cb6385a6361b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "0239b252620b4967986b4b26b4aa17e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "7268a9e2efdd454bb89809587eb36904", "region_id": "RegionOne"}], "type": "search", "id": "7d29b8dc9449476d804dab7423c39abf", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c5e049e6efc043b2b2a7d7e5e96a43f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2f7eed86569042bab6100e56aa9bff3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6626ae1a8c1545b792a068e688253580", "region_id": "RegionOne"}], "type": "dns", "id": "c3184250a7484b60ac4f7bf49af507c2", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f6dd1407592249ec9333d844dd63556a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e446aa223e5d437cb769fd4a47311758", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0dbdf0f01f04468aa28dfc0666c0ed13", "region_id": "RegionOne"}], "type": "workflow", "id": "eadb8675c1b94e4b863ccf55440bc932", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0a3212d69bfe403bbbaace5e35a01ba4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9316dcd6820e425fb25435665300994b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5b5d3c29aa1b4d2bbab6e74289abd1e0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "dd4bc7402f754a9f9922fdef8f4922cf", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6f1d8774ae2346b6b9479da865658644", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "221251a741c64260a165fae37f0a60ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7de85668e19e49ae92c1db6123050dd3", "region_id": "RegionOne"}], "type": "rating", "id": "5c0d15f2f3574fa58f0f248e0946f809", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5e4411e5344b46b18bfb5f1ca67c6002", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4fcbbe431e2e45c6a4060b4842d95d57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fd01f6dc88f44d4e9328e54b78ec788e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6d83fe9d7d98416aa465a65c2aacbc57", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f03fc3fd441d44b1972c02da1f2f5c32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5119ab815ead4d77ad321f11998ae3c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1b82804265c4407ba4dc9e6e74738415", "region_id": "RegionOne"}], "type": "policy", "id": "5a6eb8acc1614368b4e04e247ad85d77", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bbca0e69b60d40fdb57614e2c488772a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9dd6eb1b97aa4a6bafb7ecb30b3097f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "baa5695dd8cc416fb04a0cb477b9b0a9", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8bdeaf5957c3423e82c1c0ca7b4ec260", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8fd71894279f42f49736cd7b85d3ae2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b17d1987754247238031aaeb69b27dee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "90a7aedcbeca4da79358b86973f974c8", "region_id": "RegionOne"}], "type": "sharev2", "id": "6ec52925fcb94e4fb2fef9c727f87d73", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "975d514e8fba44ea9d45843df12e36b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a56b4871140941418d4836b9ba6cb2b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3aecffc165b34f2fa8a2dae03ae584fb", "region_id": "RegionOne"}], "type": "share", "id": "bf78625092a041039559e9828709e244", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "636185159a634a55912e451d80805fbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f7d27f1faa7c40c39821709210dbc930", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6077b95ad1a64f42b9bdfb05ce352759", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "afa48894bfbd4f16af917ad1a8811eaa", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67d8ddf798284de7bdb21b6ed692418d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "881d426b9bab41fdab2304fc13acf364", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa373f794dae4c0ca986a5d981ecab8d", "region_id": "RegionOne"}], "type": "orchestration", "id": "61c03a4afaaf4dc9acfbc4815dabf3c0", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d4c0ff95f844880aa1bdd684b531f71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1551fa60c804f02b28536403a233267", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "910ff8e310ed48f3ad328bd2857d7b2a", "region_id": "RegionOne"}], "type": "block-storage", "id": "1f6bd66bb7c64996b98175b254594720", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8bae595b526c4d92beb8ebcdac982c3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00338dd562cb47559753321c68def29f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff1d714e2ab94bec8d24f3ffff23f144", "region_id": "RegionOne"}], "type": "volumev3", "id": "93ca2eeff2744f6aa606fde8d054a2e9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f571b8a171a24e3981e597f1ad9ce8c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90a16afc0d9542d6bcebf42208eaba09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42ebb720083a4fb7bf8084bfc8fb0fcc", "region_id": "RegionOne"}], "type": "volumev2", "id": "01c08baa274e4e67a2925d431de1021e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97f05b57180b43b2a28b9205ea7d9d60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ef6e708331e4d259a7632d99a431156", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5974ec0295ea44c9a7e60c8b2743d2b6", "region_id": "RegionOne"}], "type": "volume", "id": "b784ef55487949c5ab1618eca905c1be", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab39c565cd364d0b9aa1d3ca6a8dcc5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29371bb9a0714245a9c69164cc81b131", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "baa006f2d45f45e283feb01a7122a5b6", "region_id": "RegionOne"}], "type": "block-store", "id": "f971ded278264d81bc9f3bd7a193469e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fe88ff2d48c74f61b4244fdb5ad86f7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0f994ba61d844c0390c4693598820b85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "da1d7ceedfd04fa482acf05415ac8d5b", "region_id": "RegionOne"}], "type": "alarm", "id": "6d2b017ac69b42798b11aa77b1f91108", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0c9416d044424963be2aac06d2e2cc36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "00ae2e4cf5b74408b53d126b4fb866ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2fd0890c7f884e9ea94585855e44e8cf", "region_id": "RegionOne"}], "type": "alarming", "id": "ecacdb39a0024ae8974f78d0b34b5d68", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7ccda9197a114f88b5164703873476a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e2f1d0ec5dcc4baaaca06a7c567c459d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4871c973503344af9f5cbf77577c4ec9", "region_id": "RegionOne"}], "type": "meter", "id": "c467aca9be1f4402aec8afc95d6cb3e6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e488c3b7f4894b28a6e34d86bca40e83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7201a5fa70fe4660a7fb9d25f10778f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e1044fb8936441beb197e0fa6d8ee05a", "region_id": "RegionOne"}], "type": "metering", "id": "c7e792dac9dd43e89721188fc2d9d5c0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d087d405b4e4492abca94799cf2864cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fb8e4233688748e289009938cf3304a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0fb20eccf74f4b22ad6c8ef7cedd8d80", "region_id": "RegionOne"}], "type": "telemetry", "id": "137db8dda44641f9a0b03a9d3adc1ab1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b93824cd6c2c47f2a9c3fd2c10392176", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0a9ccb9ba64b40b8bbe3806d8bd8c11a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "63905ac70be549bdb830427c7e9beb63", "region_id": "RegionOne"}], "type": "event", "id": "95f293951ba748c8a50aeaf889e7af1b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a151cec378154e8683cf4fe25fe71f22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "068a39a6c4a24f0c996e94768764dbb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3de958a2398c402093509672f3d74317", "region_id": "RegionOne"}], "type": "events", "id": "442c95d24c2243278a0f7019bb76d61a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4998f9f280444b34a12cc2de06b4fe91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8de99d93afe8493dbd35522a1e768d26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a5b9d818c08747e7ac56c4301181d879", "region_id": "RegionOne"}], "type": "application-deployment", "id": "56926f05768b482f809e8b0367f15357", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "12432d038e22427b9a9efe1a7b99747e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e99796e8079a4f41a1dedf443461a16c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a9b0afae6641421b8e72af7f8c3a9cc1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2119b5f916ac47be94e2716950155a72", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e19e531d775f459885b1bd7d11fb1bb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "32f35f3e2f4c4e5abd96c9ac55118419", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "35dea77f783f4afa9714ba05c535683a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4c35b401c08e4de8b199ccaa326a7104", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1c5068d0452f45d9b3ea9024e6b6e050", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fc8b3c983c5a4ee785fe8fe2f7760857", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b10c9e1408f243119a75795ac097c7b4", "region_id": "RegionOne"}], "type": "tricircle", "id": "914d5b324fa145fb948dbb8811d6da53", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "6d94a331d4bf4529b3ea1df6d6a950eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c5a74b4f2c77460aa86ff89b057fd6bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d4950eafe9944fc78367fbf99a202764", "region_id": "RegionOne"}], "type": "database", "id": "116bb930670940a0bbc69c0d581d4487", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "86944c104fbd4e699e108b9170233bad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "982392e349c540f8aaa1f1ad21046a1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f248b673b9d643b08866a45bb4453a69", "region_id": "RegionOne"}], "type": "application-container", "id": "b9cff9804eb442b19cd869ff165aac5f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3840d6b3ba544c5ba17b3a09be7bd0bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "300e32679a424a3e97011621f8ef70e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1024c2aa344d432fa38cb1700b27b2fe", "region_id": "RegionOne"}], "type": "container", "id": "929377c5406e46deac8f654356a9782d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2c183e7f68134c55922d43a7c4928c1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7c555268c6f64a4b90da157bce478f07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "de3dd58cd733475da33041e4793cca8a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8acea0d7811e484eb5624049e6bb7e85", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5478c8bb07f54e1c9f79652f09ad0c60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2c63d5396c184fd4b58037144307c088", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "844c3f22bb5d4d3cafcb3af70ab311b6", "region_id": "RegionOne"}], "type": "rca", "id": "224350783be04f85a84aa0ae15a07524", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4129ed77e57e4b6caca4e27093364678", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "cf4b93ec527142e2855ec1afac400a44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "2b46522565c2498b9ef7444db5ca9ab3", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5c533045b7874a0998cb2c56f65ca8db", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "162d48f7a2584508ab8467bff65c35fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "6f517bf4f9974951a2ac7421f648d914", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2dac27841b4943a79c18f251735141b3", "region_id": "RegionOne"}], "type": "network", "id": "6c6488a6753b4148b39d659ff4faec17", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6e4add37f90947f0932d249e11a150ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "971a0afedfde421fab5ec277f1073d67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "663e74d4c8214a77b5259dcb561b3330", "region_id": "RegionOne"}], "type": "backup", "id": "26d36a09f0e946ca8c8b31df1ee3dbac", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dfcea1c098924842b25fdae97a48fd58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e2d2b848f5ea4cd69a08d0ad267d90a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0639a091063c4a66bd96c14f0ecffdb6", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "65fb90075fc14605b03ba5455918d490", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a4cc7e9aecbf4fb2bf3e7da31256370d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f0ffa96d6786410a81319cb9dff205b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "79e587968c9a45f6ba74ec55919e592e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "98a680b1314b41179c5911c08245a1d8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "aa2fb20d221149e081284537cc812def", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2572eac8710940e8a73a523168209271", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "81fcdf126ee54fc99accfb3fa7289f85", "region_id": "RegionOne"}], "type": "monitoring", "id": "0822365df3a2449e94b5427edea5a591", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "83f4bf69676b4e63aed39593713d881c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2f9bdaf23754434fa0c179c5adfb77dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "41ea07cadf724edbac5e0866d576b595", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3cb31802f514463c99da9b8ab816472e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "23f67980dcfa4932ba8366c6461a26a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8606b8e09bdc47c39d0a098b4da7f754", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0faf9af935f8486190167b79fa874f38", "region_id": "RegionOne"}], "type": "placement", "id": "62da283672054640977f38b03eb55295", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0bf3e4af879646c7ba434d307f380088", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b7884bdb3e794b4e9db9bfeb9b294725", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "208b63a2c8094aa995f2f59961d1573d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "51e465fac6074c7d9834109db7453665", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ceacb07778df4e26b97bedf4e65f9230", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e11f7dfb91ef46ce81be6985bb31cb79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "315b16efb85e4921a36669e178a9e83c", "region_id": "RegionOne"}], "type": "ha", "id": "1a1141c3b8b3411d86d7ec9a7414f056", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8e1faeb7a2b64af3b10dfa63efe44a8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ddcda0b919c44ce9abfd2e5a91f17948", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8e76fe9ac8a148d8ba89ce3c4c870932", "region_id": "RegionOne"}], "type": "reservation", "id": "9f50daf4b6644fb7976f47c75c56b40d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "479cf5bb67a64fd6aa6a431ea284a579", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9ef4472d67b04f3badb6572678426aba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "fc6f6e56d1e54acc90b9975d3509ff81", "region_id": "RegionOne"}], "type": "function-engine", "id": "162b9926ec9547d59f39c449c7050777", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4143d950f14f4425925e151b759f489c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "03daa72a9608441bae902d3d5d55e5b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "4ae571882ba44321a0cb192efff05f05", "region_id": "RegionOne"}], "type": "accelerator", "id": "fba9d35584b043abb7e8e3964691e39c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d9b3117d221d4f66bcb59cc2c18afa19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "165e7f34220e434ebe487a2665aeb61a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b8e47e4440dd47818a6c8de0f13aeadd", "region_id": "RegionOne"}], "type": "admin-logic", "id": "478745e6c09d4f09b73a8352c840b0a1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "66309df5f6b846ec8b685c4787951878", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "10382ccfae9b424fb7ed8c57ec567c14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c7086913da824e89863ea9687b287e7f", "region_id": "RegionOne"}], "type": "registration", "id": "0bd79e0f96694204a29252ae358f4338", "name": "adjutant"}], "user": {"domain": {"id": "bf180b9c5b5e4e2c844dc476cefdf50a", "name": "a378710035464f0c90f12c8a616adbda"}, "id": "342121e943cc4778a3aaee85f0015f02", "name": "18cb80c0da6649b593c47199b20ca689"}, "audit_ids": ["91a65c50589843c59256f5e68b03851b", null], "issued_at": "2019-09-19T09:04:40.129452"}} 2019-09-19 09:06:40,281 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,286 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,287 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:40,328 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,332 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,334 keystoneauth.session RESP BODY: {"snapshots": [{"status": "available", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "foo", "volume_id": "12345", "metadata": {}, "id": "1234", "size": 75}]} 2019-09-19 09:06:40,353 keystoneauth.session REQ: curl -g -i -X DELETE https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,355 keystoneauth.session RESP: [404] content-type: application/json {4} openstack.tests.unit.cloud.test_image.TestImage.test_create_image_put_bad_int [0.225342s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,365 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,369 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,371 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,374 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,385 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.297023+00:00", "project": {"domain": {"id": "8a57881d6b7f4ae39499cd4d3cb02daf", "name": "1e13a052f045401fb5f607ef2bc6e8e2"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "2d4f1fb7c88f4065937b7d221228fd59"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "75795cb111c1414eb532f1015f91e88d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c0d99d51b9354e299191ce7b61e8c671", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8671dbfe08d34c5f85ce3cb84be44303", "region_id": "RegionOne"}], "type": "identity", "id": "ef7bd2b445b94ba4a73c3a46534e566c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c01ee0d26e984beda560f56fc2e73f77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "14b6dc04c1864921a5d3e64601b274a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "2892110dfc554cdca9bec792cf7fc026", "region_id": "RegionOne"}], "type": "compute", "id": "8f42519478684acaaf4457baadc467c5", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7defd9ce59be42bf8e789c04ecff8e63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f62c148f920d4845bf9f344294b9cfe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8677c1561c844439a393b74e5ed34bba", "region_id": "RegionOne"}], "type": "image", "id": "428acc7855b2497a9e992e5e72b6b6da", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d101c71d10f548f3a24280f1d0dcc639", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2733406025ba44ac9909a489f716436b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "297235c8e3884831b4bce41578934c88", "region_id": "RegionOne"}], "type": "load-balancer", "id": "76dee3471a144fe89480eebf5ab9428b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50733497412849ed818b98f9ba525de1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1e203eaccb14eb68526a15473303895", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6702decc07c447c3a5e2ac6304e8e271", "region_id": "RegionOne"}], "type": "object-store", "id": "18d6b87f7af944e2b41decdebf692e35", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "789402076cce4939ab8c780ce5981fb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "78490da9510c4fc69a07232665184c5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "809f65f1f54641e2a9e097ab97ee273c", "region_id": "RegionOne"}], "type": "clustering", "id": "b3719f7821eb46d68e9bd02cb332bd05", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f30f420fdfa3418c81cc67f3dc36ea33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7f773305c75f4cc4877de0225a19205a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "492d047447fa439dabebee4fca0f1731", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "af50ff58ae4f4106b858d8ce5281005e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f547ee11c7e849e0819b3f085febd76d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1c30111b54874d0695cfe826acedd47f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ad429b82cb474cb3b5285a71688abbc8", "region_id": "RegionOne"}], "type": "cluster", "id": "616c2f7907564d9580c4bf521eaa4ed5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fd93b86a31e941ecaba2579092943161", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "47fe9b18632f45149237892275814e2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2aaf456e217448f68fe379f1f6403a57", "region_id": "RegionOne"}], "type": "data-processing", "id": "36c9d6cc4e56405d9517d4c41cedab12", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5fdbea990c7a476898efbc09582daed8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "50ae1e835557476897fc7170765bd45a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "832336c4ecbb4d93bad6f40074ee292f", "region_id": "RegionOne"}], "type": "baremetal", "id": "aa8b61541c2e4fe79da324b12f622921", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "381ae676ef964574b5b76023ec353263", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "526357366b5542ad8b3db3ebd74472e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1872af4e40ee49e18f9e88386311a50a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "418e95e1314a429a9d4a68982bccbcbf", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "19b58dda151841dc9518c9a904a38ba5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4463cb9c35c642cfa9e584bc459dd611", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "618790261daa4ce4b3f2f744ad1f95f2", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f05cd4cf23a7483cbe16607ee673388a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a02e5f3f1cf44ead8f056f7f08911527", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5cb2523c650a40178cedaeaf3a167a24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "12119ab55a814c638a93ef0f3a5d13e3", "region_id": "RegionOne"}], "type": "key-manager", "id": "1326081c808749dd96bcbb65ff546afd", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b851a4ceb1a1486e961ad751fb65c4c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "41f7cd68b1ea4dd2a27e33ca33d23194", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "68f4ad52148e45e19a1b22f97cbdeb43", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "bf352f247047426bb847e93d3afd1506", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ceccf36278304385af43099e1aa6dce4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "25fa9b2d6d74430f90c98846464cc031", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a1eb012604ac42ec9f9647a95b277b2b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "98a0e04621054f0487b84c849d20a028", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6c6e072aee3a4677b3fab6885fa23293", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5382a000dfa14ffba530bbe70a21d8ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "094301ad804e43939e76dc5df090ec64", "region_id": "RegionOne"}], "type": "message", "id": "dc149e82a76c4c26b4dc403bcbab23f4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8f2a5cdd0bc643928ce23eafd0473d19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "cfef5985d8434deeb666d830d1db6cd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "04745adbb27b473a955a3a731f72e1cf", "region_id": "RegionOne"}], "type": "messaging", "id": "f7c4e0fdc8b74913b9557c2178fa854a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "62159b0b81c0484e8ea1ec25688cbba6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b98e884784f94fe588b9e28bf2bd9f62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3f7806a8751347eab50915ef2023dc7e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "99d7c63e0b704c1c93a31742daca2543", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d6ffa5ce0449443392d4e07cb27bc799", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a6410d6b3c9b4aa59ea03fc66e38bf28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2517e2d9d31e44dc959e533793d632d1", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ff22cdde002142c3ad75f14d5b2a7d85", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cd36ea4d4478435abbbfcb91d643e752", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6d3c743401da413cad5e1989a53f6df6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8acedd7671184ec0a836a67d3fd54804", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "792453b337724f67be133e36992d81fe", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8b6237a57bef4e649bb732593cedc240", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c4e839a36d54d3693630e68796e43f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "de25b6a87dc74bb5ad564567c185d9ca", "region_id": "RegionOne"}], "type": "container-infra", "id": "0670057feec84adab1a7bf296d465fa0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c78ab9b2b6ca41b89966f2e7685d3311", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "82d57e8576db475a85791f190c430b14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "30e10b28c3054c179f17c756ebf5f3a5", "region_id": "RegionOne"}], "type": "search", "id": "da65ca2cbe5e4e81bb935720a0993b21", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c46fa24bded24526a84efa70090098a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "96fa66f072ff47729e23d437239862a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6eb58a49d29f4a69bb26f950401fe03c", "region_id": "RegionOne"}], "type": "dns", "id": "4b7b216c523a467b8ba997e719ef2b3d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "60cf105347f14237af4cfcf668908299", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "78b4ebfad13d47afad6446701701b5f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8c67509b157e45d29e6190889400dfc1", "region_id": "RegionOne"}], "type": "workflow", "id": "8f9470d99dc34e409e6f02747987b460", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aafbc86e157f49bdbea1fc85788e6118", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eb93137366c04ae28e348ca8cc854d9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "15f38af56cd54c90915c7e2fbe9f3667", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c4a6ee7be03e4356971da43dac0baf76", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "427a2a8b0459451289607aec258dd098", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "116841dbd193483d9db3ecc041064209", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a8c559ab01a64c2ba01688325f737173", "region_id": "RegionOne"}], "type": "rating", "id": "720c1be9a4ed446a8fa1db72e9b18c0e", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ec8f48b876064147b7590e599ed37eed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b93d47e222b94789b93f0310d1f379a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "88f70ec9f1dc4d528b3dcfdc66520779", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c84de020d30a4eaca8129f5503125137", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "42c6ad43574c491a8b8e7bbf74f84b96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c432a219b10a47419e53ae9e98073dce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a71ae09d13ef4a1abfcdd5280545abdf", "region_id": "RegionOne"}], "type": "policy", "id": "16b66cc93c304fd98e778f1c24c23123", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b1a50da406a04c0688d3175fe4234180", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "21241486c85c4f9c8f31b2415e0161b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7a621dd9d1b14efeb0e3d2876c9b0fc2", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b42adac147af4bc89ff0a08b89f347c3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "53ade4dec08f4faeb4193af16ca0a2ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "77fd5f409bac488192c0d7b6e9f54074", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e96e37bea4fb4b15a038cddb4752e1be", "region_id": "RegionOne"}], "type": "sharev2", "id": "b92abdfb5e7745dca0ad9f4cc5497071", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "19d768cb6e0643679ca245157f6cdfa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f3d8e7cf79094269876461dadd41ba19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "19ef84325cf24cccab664c6a60ea67fa", "region_id": "RegionOne"}], "type": "share", "id": "60b5cceace7f47bcb884ad3594f460a1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8cc50aefa281403d9591831d751f7164", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "633e738e2e404f5091f6566964884c4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "45560f6ef8084cde9aabd7928cb0521e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7b43929fb8344ad690c51cbee22603d2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24aa8a620f0747b4ac085cd381895a34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae6dbc102dbf40c084436d2060c19f14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80061311880543348132263810f79b69", "region_id": "RegionOne"}], "type": "orchestration", "id": "c05c0b9320f546039699a6b49d49c9c8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "690ef6ab3d954fa8839f8089b04fbbde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2791e12980464b68be7b419e3571cea0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e7b3e3e99c644cfac1525c7d1b449b7", "region_id": "RegionOne"}], "type": "block-storage", "id": "ea7c1b7cd5f44561bef9ab5efd181d07", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e49c29763e54f4aba10d91e74e5c998", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb7f6e5da8d54a619dc3447e49eaf1d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31f63237845c4917a325ccf89a6d2146", "region_id": "RegionOne"}], "type": "volumev3", "id": "ab854a6ed6c4406698405740140cf1c3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a66787638d34a22888aeef4100db710", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63ab516042d9462797837e87eaa23f23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a61740dec0545a79b40335caf96c4ce", "region_id": "RegionOne"}], "type": "volumev2", "id": "2fe9ee3dea6f4c4f848d2dcbadeb35ac", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "916d094614d04011b25ad12d9f5b7b2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b09aa7a5c864472b60c6699a55913ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e969e328e7334c2a8eeb4078e25dfdb9", "region_id": "RegionOne"}], "type": "volume", "id": "1351e78391df4d64b4388394cdf1fb7f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd15e00bb068441bb98e5fe53b9a269f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9e32a4eaf3a4e77a6154978eb6336bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0b1e9f4a88e4397b99ffcc89bd71f21", "region_id": "RegionOne"}], "type": "block-store", "id": "a7ee6b6314964ea1aa6d84b81efe4e78", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8cd303f6d7ff41b995530f72c3bba7f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "35955921a72446e6bc36b26a08db7976", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "349c13c07f934636a399369fd179d325", "region_id": "RegionOne"}], "type": "alarm", "id": "3ba3749c8b6649cd938725b35bad0842", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9cbb01f7ec774c8e898f0d361cf12b25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "07224eaf0eab449a9903eaa3ef2a6e5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4caf2a5b07894b829d6b6fa1d518fde7", "region_id": "RegionOne"}], "type": "alarming", "id": "f9b0ed6503ab4037a169a167ec4c7fcd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "529a162c1b4f4903a4dccddd5ade3801", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a13a0891d386410cad45307e3a293da3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3a616359b55a4c1eab43aa8588bccee5", "region_id": "RegionOne"}], "type": "meter", "id": "ac6365a030b94c3885d828a569945ff2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f95cff9bb1bb4974bbe2df6430540b05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2e2e6e859e344f59816b1d210a67bf99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "54694fa524db4cf1b5f874612d8e4055", "region_id": "RegionOne"}], "type": "metering", "id": "373b03f6df6f484eb2b232bfba68cfc6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2ec4ae5eadc546c8b1e06692ee3a9091", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "99e32ba21f104063a01a8429765c7a17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7ab853945def45abb8e2f50bc6e8e249", "region_id": "RegionOne"}], "type": "telemetry", "id": "4ac92b82dd5044f28bb50aed8a0c860d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ee29dea375734e1babe256f59d03e46f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "37deec0fedc14695805054319de6e246", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "459bbccefd874615a13f5f83cfc8e946", "region_id": "RegionOne"}], "type": "event", "id": "97296a2a193c47c8b98c28306d653390", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f3e95ac6b7be44bdac364a51c97ed6f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "33d8cd6997b0419ca72bbe1e1fa6fd43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b0fc21ffe4524ee5b651d5e44bb692a0", "region_id": "RegionOne"}], "type": "events", "id": "cc9ce95e8e4042bc9547fe73ed0890b0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c565ae8abaf04fdca2b47db5e58fbcba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "85b6557e7dd44c53b61cc5c3ac35bd42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "425db3c9f6fd46ee94d43da9f6bea362", "region_id": "RegionOne"}], "type": "application-deployment", "id": "950d0e4519a347069a3465c2952c43ce", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0f4c761aa3a8431da727eefecacb697f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "900f7131cd8440b5a9bd9b03f25c7c68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "baa9bb6082a4450982aa29c791433acf", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3b8b9e5472984d7d8afbc89e499480d3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6326d817c49d493f8ce5da6f35a31f53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "22a6d6108b8443d69a2ae979f8a784e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9813cdccd8b142dbb0317a5010debf92", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7a88b42a96a34b0091282dd584883630", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "59b130338ab9425ca6544cc1895692a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8d019a2207364c00b690a702c941774b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e4d5a4c570844a2ea8c2b0be29f9374a", "region_id": "RegionOne"}], "type": "tricircle", "id": "69f9be2197294c4fb78dc831ca7d9003", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c28855844a6249928b6962ce35e5c61c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "06786749c1474e7497f0b467cbec0663", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7913c8fd9772404bb63c8ba3fec313c2", "region_id": "RegionOne"}], "type": "database", "id": "10eb5d884e7e4ead8dbaec2106cfc0c8", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "04a559b798a94ae2864ff4033eec309b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0a5fbd861dc34a5b926c5e8b3f28cea8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "966265ffc108403ba4eaacffe815da7f", "region_id": "RegionOne"}], "type": "application-container", "id": "b616cad3c8d941d7bdb3da3c14f3f1b3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "354e930c90e242029e14ef3d3e2d6064", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "10035457a7464204bc0f68030873956b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fcd8c7eb085348b1bed1b6acad4bd1cd", "region_id": "RegionOne"}], "type": "container", "id": "c0b4d2cb6d3b46dc91f62713a48e5ad3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "14f7a9eda1784fccb105b9715cdfde0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "99c1aa87dad94834af6550e187d8c17a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "301c6d6389ea4da7ab6b480a716a2a23", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "92128a5fe87644bea9200553f4952e0d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "876695999d1346248570987a8fca688d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e3b7a4362df5463db62010b6dcd93111", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "828eaef28b2542b2baac712ec7898d01", "region_id": "RegionOne"}], "type": "rca", "id": "0ae8933877194861a936af4dfcc955fd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a37284066a2d46949d60d793472c1ad3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1d1902d605144ca6ade8ebc4f24279b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "bec9cc9d1a76432fac421618581d1fbe", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d882dbe23d124b71b5263c944ceb1835", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a821c8214d1e48c7bca9821c7f656660", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "12e97180e995426ea9779c5ecb6f08ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7f9ad49dc2204024a68d8c939a9a91c2", "region_id": "RegionOne"}], "type": "network", "id": "e81d97b7eceb43eeab9fa978fe3aea2b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c4bc14022d874e3e90440c05192e9b2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7fb3d418c7484eff978da2db465e99b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9a805ac42fc3431284c7462d085d1cae", "region_id": "RegionOne"}], "type": "backup", "id": "1db18c910ea148048c187528c450ddc0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "19f9ed3df87841c6b5127f9418e842dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dc2826af956944429598b61725467548", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "da0cc6c29cc64208bbcd9b52866d3d91", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "12c0beb37aa94c29b5d26cb07b489a3e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8f762f02f86e4483b728316b7c39e5cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "db2e57d5a281478ba51cc26486193546", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "34fcafc01d784a2b83df7c326f2fbac9", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6d97ffe4e13142acbc0b8f9cee25b512", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8716d7f406c74b6b96225486493fd8a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4bbd267dd13a431f8950ca83c0cef4b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8788471e30be4386a16d840ad766a8fd", "region_id": "RegionOne"}], "type": "monitoring", "id": "a5962f237ab6471ab3b07f6b42e51b0d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "08a756e4ec5644709f64422ff84c190d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7f91bde5f418451b9c41e4475d02dc63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6e9a2cc06af74ac38a362e2da254adeb", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "13569e8941664e9291d0f7c8768fad15", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "56ce9b5495c94c128a3508dfc155d218", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "81ea0d579ca94d479b596d9fd0bdb1ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4bf0d5a66763449bb99a19c4661c7bcc", "region_id": "RegionOne"}], "type": "placement", "id": "109dbd0b07cb46659fbcc6aa4e339dde", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9ab9c3ecd1994d6e880f863439f375b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "10f84b354f83418b827aabcd3a6cb3aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "da86885d1a544aa98d2a6da2914cb647", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b3ceb3c579d14a869d15b7b1546e4b6d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9846d9ee49a74a3c88c18f1164350b4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "74827d9bc37e4358a2dabf15bdeef5b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f261d70834a64a81b224f9d27507c847", "region_id": "RegionOne"}], "type": "ha", "id": "46569120bdfb4ffd918edab68b2b690e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6d9155caa00947718d788028c05ed43f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d574e22c04204c4daca33a22ef6d629f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6f100dee3f6f4d98b7efb9b0ac200a6a", "region_id": "RegionOne"}], "type": "reservation", "id": "c34a607f468a44bc92c6927f71099927", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3e9d4640f726412da4b7724c8bd2f008", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a60897fe83374226b97776369415bb2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e1e718c2c265466bb73228bcf62ffd60", "region_id": "RegionOne"}], "type": "function-engine", "id": "780e0383db9e48e9a25fea897237ca94", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "dc82aaa9cc984856bbc91e806a637886", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "774d4c97235c4a6c8d5ed256a3dd1e13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e15de6156cca4757a0d9932f79e9b90a", "region_id": "RegionOne"}], "type": "accelerator", "id": "bfe4a1d4dc2147e69e6e64382ef8a2ab", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "74752063f3f94ea393ceaaa535cf3cc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e019a78bbbf44889b5c3ab0c6830488f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a8ce9b12dac84dbeba8911b8e4c4d2ea", "region_id": "RegionOne"}], "type": "admin-logic", "id": "287eb36b1a434e009256a5d55ce4d26a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "664a6755f37b47fe8d7edc810bfed805", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "25fe2d623f1f41a5b9a83defb3a9882e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f4fc1932805b4129a234030ca6def31f", "region_id": "RegionOne"}], "type": "registration", "id": "6f306f8c945847289120cca694713c93", "name": "adjutant"}], "user": {"domain": {"id": "5308d71b03294469ac19f439d57bcb0f", "name": "028a8b943bbc4907ab815edb6335366b"}, "id": "e657393289ac4fb29088c321cebf6fd2", "name": "d096aef4807b42f2980a6422d921208d"}, "audit_ids": ["3c4e9139ae454a129f6035bdd127c0a0", null], "issued_at": "2019-09-19T09:04:40.297023"}} 2019-09-19 09:06:40,414 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,419 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:40,421 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:40,449 openstack Calculating hashes for /tmp/tmpzyiTnD/tmpy02Hgu 2019-09-19 09:06:40,451 openstack Image file /tmp/tmpzyiTnD/tmpy02Hgu md5:93b885adfe0da089cdf634904fd59f71 sha256:6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d 2019-09-19 09:06:40,510 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,514 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,516 keystoneauth.session RESP BODY: {"images": []} {10} openstack.tests.unit.cloud.test_delete_server.TestDeleteServer.test_delete_server_delete_ips [0.573177s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:39,981 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:39,987 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:39,988 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:39,991 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,003 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:39.912170+00:00", "project": {"domain": {"id": "b0585822094648a981acf740c5847a50", "name": "05a1aff543f34953b678146c7210802c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "2b35234d2cac438ba1ba7b14c29d2cca"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2ff53e50ab4147b6ad3a801bcdc4d076", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "74916c665c89403ba0384aa2bf61a940", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c439afa9a8ce420aad6403c332e36e18", "region_id": "RegionOne"}], "type": "identity", "id": "52ac65db737f4951b14cef1cdf13350d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f45383a82d8c4b989325bac332d922df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "748bda12625c4f2aaa55db8da4f1717d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9a0a94e1caa04749bc364b3d63579707", "region_id": "RegionOne"}], "type": "compute", "id": "bd7756eb6ce447d4bcc02616c646d155", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a1fe1de5e7c74397b2976ee372c8fe09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "507b315398ad4622b640be4616ce61c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d9fe452798dc4ec5b0c9e076c00cf700", "region_id": "RegionOne"}], "type": "image", "id": "bb7ed6b9196f4d5fbd4eadb44aea76ef", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a104e24a86654b108e1323d3491700de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "474208b8fcb84992900c77ca85587846", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "67e38a2342cd49d1b479f24a84601fef", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e2840409d5c842f1833f71795ca365bc", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "648f26982a1e4f13a53c0d5d350169af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bdfeb19fd1eb4f458bfa89f22d3ce02e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7241f51c8c36498e9f8910b5ddd3680f", "region_id": "RegionOne"}], "type": "object-store", "id": "d5ae4a57b4414b35bf631623c66a3dd5", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7758da514bb34eec90f290a44ed5177d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bafa79ca598345f8ad53997ee43fd1f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8fd4de55258b41a7a27a0f633dbd753a", "region_id": "RegionOne"}], "type": "clustering", "id": "788ad7f00d794ef6ac1b1a5a64daae9c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "acd1398f4fdf4bfeaa6576ad9eb703cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "97be3fd8ed2a480d9780122b66d9c7e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e0a673b24f604d5ea204526d068e906d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "730409f3b6424d699353909b3f92fc07", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3c95473aa6f34b99a4e3fceaa9db7c18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4469f3c6f974484bb1fd4bc0b3cd1cba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a1bb6840dbff479c8cf1e072f46a7044", "region_id": "RegionOne"}], "type": "cluster", "id": "a5a646b1f25a4cc09eee3667a100d4f5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a95d40fc681f425b846db0d63fa46e0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2818e63a257442f4b91596b0002a307f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b6ea9b9be9f146ecb0b04cb667c183ce", "region_id": "RegionOne"}], "type": "data-processing", "id": "9fde18d43b4541cfb36c61f805219bd0", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ffca06a8d5d642779a3a2e016ca2ccc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "74119e038b2e482b9eb8dce4b18f8023", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6abdddee64ce49a09d92e13f0e94181d", "region_id": "RegionOne"}], "type": "baremetal", "id": "a976c2f7ca4e4f2a924d18ac595bf229", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "354df610715b4832b3495d09106c3aa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dd2a66f6353a4406afed64223117d2af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0c3428ec5eee41a6958ce4abf0227df1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "320d388200f84c3b9ae45d911e86557c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e65e04f450924a4b8694e8c40c5581d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4dc377fc1e394f4e85d0d491605d53c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "cb9cc926dabb473597c63ad32e11e8c0", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a2e4ac9fa3b44e7cbec2b42b5ef59d54", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4792fec6550e46d2a0e73fe95bc2a36b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "24688cd954d44ed2ae185a8bf6dfdd87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "999c8fcfe46b428e80c6e335bd2e2d64", "region_id": "RegionOne"}], "type": "key-manager", "id": "fd42974f01fd4e4d9c67d4018a2f9cec", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ef4bdd381ad144deb69826d20b125e24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fe4fce54728e4b02affb190d064ff03f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e8b9d38b11804a33aaefe4dd42e61648", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ed779c77a10543b6b9013422cd118cff", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6fff26a9256940d483af37ef54e606ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c1950195b666475496825d24daf56e50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4eb540726c1b4b42ac7c63ab27e36c2d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "2b82a4722c274afc83729ad9f8135d3e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "539e060953eb4c6690abdb73c1fbab1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4f521cab72cc436bbddb4727653450e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cf82ac4d384b42f097421389ac8673ca", "region_id": "RegionOne"}], "type": "message", "id": "abc3b01c968746579f9204339bd204f9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fc12b329bea84507908d528682e0001b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ab2538f33ad54ae792dba50fe76f21cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "06c633f7e58f4482ad316ee561ddb0ae", "region_id": "RegionOne"}], "type": "messaging", "id": "f668c0169e7d4215ac7a0633b49c1bef", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "409433b7ccc54a74b89d8d5822f6d535", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2895aae2e52d43d59ff6c5e966e42555", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "facd0e40b02b4268a946039cbfb7d7e3", "region_id": "RegionOne"}], "type": "application-catalog", "id": "245616db15db4b99b66007a995a19870", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e329435055634ac59324e4109e0e06c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c439def25294483ba8c0aa77f03b6b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c10b0d6d29a4b51898257b52a6dae9c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f84a1725bc874eaf86ca37af3f52bcbb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "85966baeb23046f4bfec3122c2c24f07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e82cd2c54a3f491eac3e007633961f85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a932213ba21442fc9e5f1a67dc8cbcb8", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f04feb47c0fc414a8b92e907dce1c479", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ada50ad09df84ded9a5a3b588865bf91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "27b9cb38d9954930b2fe6979d0e721c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f08dd450e98c419e86b1329655f4c29f", "region_id": "RegionOne"}], "type": "container-infra", "id": "d87148f68e03447f940145b599b2632e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "9f0bec4942f94b66ab2f004e8aa17f20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "503c9e9e0d874b949054a6b1988429d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b6e59372fe4d49a9bd757f95e3e27c5b", "region_id": "RegionOne"}], "type": "search", "id": "5e460463c6654611ba5c57ed3d009b47", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4493278ae93b45439b36527f61417063", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c9fbefc96f6044b0a1f1e775f17d6af0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "bc1dd963a19b4e9088aa11ae7726e951", "region_id": "RegionOne"}], "type": "dns", "id": "f09b7d3860ca48058f44657715530c0c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ca3f673c76f04f2199fd9ffdf8e7fba6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "becbd9e6dda04ef1afe7eb955b78f381", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7048473b69d54f44b5be5ad45ef5d88b", "region_id": "RegionOne"}], "type": "workflow", "id": "651a93d18cd04ab8b6833598ee514e75", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1dd76500e8e446fd90953f059e94b707", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ed5606da0ee241d9a371b7c0f015673c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9d47ff1639ea41fb940d94c5e5a9e30b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "dc03cf2728f44a9ab7fbbaace2ef7142", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7faba7a1a2de457286ba46f0d41cfa55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "105d933583224cc290e4aaad0a126f6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f7efc7a9f8c54edf8110158df02cf44c", "region_id": "RegionOne"}], "type": "rating", "id": "ecb99529b7534b3b9bbb167f349f5c9a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2ed2583f17bc47c69ad43d4439b6009d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3d03301dbcd74efe849f883f2a78c9ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0b2537435586447089bbc5fbde136410", "region_id": "RegionOne"}], "type": "operator-policy", "id": "eb289744ae75489897ea097f196b4afd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "16a2df3beab744a0b691579e417fc4d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f3af084155d047f18fb0e46e698b0171", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "146ce8987d904325bb74327b57f9af1a", "region_id": "RegionOne"}], "type": "policy", "id": "921d362f91a7419082b0e8cd8c70cc85", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "200354486fa544b28d1769ca2c220220", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0683f0cba0374e24bf91c632370c38af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "495bc73a951b47a89f32bf33aa929d4a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7a1b925f92f5459eb3d095b38a97444d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ea857b22200c4a138f1adc3f733d127d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c69f8dbeb6c7445d833b4f7836444c67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f413365e77ee427c9c081986ee6574e3", "region_id": "RegionOne"}], "type": "sharev2", "id": "c2dff05940a64a10b63634039f6c0fde", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ccf2230e527442d29e95d050b5c99f46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0982b405c4ff4cd6ae43d8c3b93ad771", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e764ae50d5704430902638b72888b2b9", "region_id": "RegionOne"}], "type": "share", "id": "d4a57e7201aa4898a7fb840fcf093570", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bed67d033d1c4444a1093fddd03a170c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fd8bcd0ebcb440c6ac1428f05e4a1ff2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f94daa3822ae47228939a92703fb36fa", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a261ff82bdee41a69734e53a339ce4c2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c73a97404ecd45eb97543c4c52b909b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00f06b6c7ab54eefb152862bef251b50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c4584e2b36a476cbbcd9255280da059", "region_id": "RegionOne"}], "type": "orchestration", "id": "bc989058bbe649e989b86db73c11466e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25504b4014ee47e98be5972bb4632171", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29116331e8a14be491f484a44a20ec4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c639d1d322f4ca3965f1f473c75706d", "region_id": "RegionOne"}], "type": "block-storage", "id": "e2574c6d7d48476fb6e886491fd514ef", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e97008cade44990870c6c2173c0c347", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b198d07e7ea4c42b9f1637be4f4029f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89ac446731ee4d4d922a9285ea095c9c", "region_id": "RegionOne"}], "type": "volumev3", "id": "dfef1800b33b4d91bc122205b02e2135", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4afe20fe6ee47dcb213ae5855173994", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ff17069d6224efdbe7c0bcaa637f745", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94938eb2e34b4665a6412bd9e34d11e2", "region_id": "RegionOne"}], "type": "volumev2", "id": "bb0ec079908d498988fae9312a4c5ca1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c441b0ed6524289abb6c9546207821f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c90879f925d345be89a56995028e4cd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ee14dc8c68a4316a6460b6778f38345", "region_id": "RegionOne"}], "type": "volume", "id": "61a9065175f549408534238f6318cf4e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5234e80f74d4f2888c0b902e471145a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6189da0ef8d743e7b7a3bb7b51f5f226", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5d35617140d4b3dbb46dd78a4f1d7f4", "region_id": "RegionOne"}], "type": "block-store", "id": "c527ab61896a46a59db570a1669b93aa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "366918ea06084c75ad1346c5e33a48e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ac1405d91afb489abd24fb79e654f0f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f5e6008fac7a467688054b9fc84d054f", "region_id": "RegionOne"}], "type": "alarm", "id": "a5d9a46a9e1247af9153f00f2fe2111e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4447ad8c86964432b6ec2e96eaf82355", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "389967f240a74fb58a6738dd99632988", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f47f4a709a6f48aa9bde480b3c50a86c", "region_id": "RegionOne"}], "type": "alarming", "id": "5b15fed1dfcd4f9cb120aa11d4e67c16", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b1ae1663dea743b5a09eb1e23483c1e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c0752aed8fcd414dad7d6274a5f9870e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b9588c7ef1fd4dd7b8724f40c9f0c8a7", "region_id": "RegionOne"}], "type": "meter", "id": "2ee63fab20b14c3b9c11595409f7a26a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e0461265b5604d0fa19c9c3a8fb69c08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1b02193bd57f441dac1d2f51d97cc92d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6651f86d60e34af89578b6c6b13d78de", "region_id": "RegionOne"}], "type": "metering", "id": "3fc50a31e7f44441b03b9118c5ed8564", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4283502d7f1749fc839d6d9336608b46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2414d48060c04d689bc7e0af65200c1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "edfec855e32042bb9da3d3f0b7b51541", "region_id": "RegionOne"}], "type": "telemetry", "id": "63924473cc20487c83e64ebb77c75291", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "345f88bd37bd44e69523eceec9aab56c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e333046f06f94fa9bd6bd84e5d9fc8bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7961f73fa12447da8a2bdc5d43113180", "region_id": "RegionOne"}], "type": "event", "id": "3a28b6e7b1124a8d8dd802917a9eb83f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a728fd57b05947c898a2e38763324704", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4006e5a73aac4f1794f2ea117c01d9e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "56056f9bbc7f407a87ad5802fa48775e", "region_id": "RegionOne"}], "type": "events", "id": "3ed64d3a62b3408284181de7669c6c92", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "58d8dec346bf46d2964f9c3c218843de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3bd36cda68104d11822baf0a25ff1ef1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5e0159ae72c549ad87d62c9a47d35111", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d403eb53ac9946028213aa9d8b97cdd1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c25daa626ac543e5a037db6b0783410f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f7915883e64b4d89a46d2cacce3bd5d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "75ecc05b58d9410497d173c219284628", "region_id": "RegionOne"}], "type": "application_deployment", "id": "08c2b7d361eb40fda7818626a69b2dda", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a94ce5baa1db42d1b94d59d54605a1bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "97c58a18f1fd45368a1b7ce52508056d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fc818bfdd54849eaa72770912da39bbf", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "27194b15992d49dd82ce4d2232767568", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "61b47084c4154476b6bccbb02d40fce6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "634d667e389b4c5c917ecd143eac1e12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d866ea09c972472f87bb0a96dc078dd7", "region_id": "RegionOne"}], "type": "tricircle", "id": "5fe7bb85b8b040068e603318d11d6267", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0df4f48e7b1b4df49d281413d1546f37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "888fe5caba16492d92670cc6a4d959b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "8b56434578c64068a4bf0fbbf46c9b92", "region_id": "RegionOne"}], "type": "database", "id": "1a1d5fd46f844c52890d634dd216fb21", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "10ef8796ea8d4b729ea957cce08a6602", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e2f78f3838c14579a0dc5b9c0235ccdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "31e6c19f790f40a88a50655c1efc8772", "region_id": "RegionOne"}], "type": "application-container", "id": "6361fc6b313d4ba99dc183b282bd503b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "704f142920a94623ab7d5160fa835bff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "be72bee719334e939db4ec3c791d8325", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0c8e3534724c4518a6271ae5b2f7c272", "region_id": "RegionOne"}], "type": "container", "id": "f13383b7d3a7440488ce94eb9c1a55a9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "807129996edf427fa3ebbea5dca2a794", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6f90163a0abe47e5b43d449efb3cdbdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "557861a222994ba5a7d8296b0211c603", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "de410cf6a36b4551926122ca1cbc6405", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "195065fd24f4420c96851701dea2b68b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "39f6d1b3904443e68c56e32d19ff269e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5f0e5b21f6f6438c941d29a8f77904be", "region_id": "RegionOne"}], "type": "rca", "id": "4a2324a149ce4fb2ba69d4b5d4b565c3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "12787b6483a9466495ff212a876b810b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5835d54573e94a4a925de65fcdc104d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ea547b7efd224acdad4161cd1c3c8a70", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1e6d121605304270b7547abf3fdde1d4", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6c5cdc14b08742318938674925a4f2b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5c4f644139b34962a88f3b2f2ca96246", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "946b6ef5da704af4857028e1a9871f58", "region_id": "RegionOne"}], "type": "network", "id": "afef3082b53b434c909e41720f126a73", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "4fd340533fd0488689d69c264127f125", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ccd77bc6f5ee43d2baa14ede04085c33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "97ee711d156c497c83e50459618fb36e", "region_id": "RegionOne"}], "type": "backup", "id": "8526c0beb67f4907b431b3a76c1a0565", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f36aa1432ddd4642912b265628862c3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fe8d2f66c57f4c60a9b22b7734cd94b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "107ba2e3f18e490ba05618fdeb55d3c2", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "cdb2a51bf6724c4fb621950fca0e7225", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ce460e3f49cf43a8b707341ecd192992", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f63c5782ebf34f12a17754345168533b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ae83a59c78d745e8a9ba9a99e2ba46d8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9238b9381bde42bda1e2dfd4585c97e5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4345451c8b714ef198f05360e6265305", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3ed6eb80774d4012ae7eb96a5c490776", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "3b09a57307524c5b8d330d76b4991598", "region_id": "RegionOne"}], "type": "monitoring", "id": "2b42bdb2cd0a43ffab7bebecf8038dfb", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ccacd323bcf34861b7618e18a770a2d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6ee4fd893c754440b145685e63491713", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a723f8674362499fb5fe0512ef1ce781", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "dc421d6ae996442db6e92bc45877ffbc", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0f510c2d7520494ebb92fe4f954a0218", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1c18cbd5b7a84f8d8856df09f2b8d3f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b5e540b30c404aea866c456de2b6fd52", "region_id": "RegionOne"}], "type": "placement", "id": "f2a1dd7ec55441b4a6e28cbf3bb5c824", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2641f6e463c640e49b3d335aae007a30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "98d627e8e98d486f82fa71557447b6e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e11f9f42ce81432ca2f5471d8a66ae9a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4ac3f85533344f7286ee07d26e495b6b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a7b8214d82dd4f70a43d3e30be904590", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "25f6dd3b8e144bf795563cdd9e31429e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6be9f8a0360b4f6e900f3fc9195a57d5", "region_id": "RegionOne"}], "type": "ha", "id": "0c24c7cb37974f6a8eeaa176b6639d2c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c2a38f172d664e6aafa8ad4c5d69ded2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0da78834db814428970e20912a03543b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bf4c4f824ec74247b6a0cd4869d53151", "region_id": "RegionOne"}], "type": "reservation", "id": "786a506c9329443badf9338e478d72c0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4dafd68c964e4d8b955ce732936b381f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2688ed34e7d64c498e81f388a3f3726f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3dd4007e735f4d3588afe0a48f3909e9", "region_id": "RegionOne"}], "type": "function-engine", "id": "7b1d3b31ef444100b224836393d131de", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "aa9fea360f6449f9b835696cc5e1caa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "19514342205e429eb79b1f9dd4091786", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "501e4dbe3adf4e3aadbcd6ef60a5e942", "region_id": "RegionOne"}], "type": "accelerator", "id": "cf3cce976a4e40c3ae70330468e055f3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8574232d238b4d29962c56ea2f7b3939", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "794bab0da0b64b50a7edc28ccbeb9aa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "aa50e8cad67d4df88b9e570a8083a023", "region_id": "RegionOne"}], "type": "admin-logic", "id": "fd4060147cca4987b310e1827bd44cca", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "25de70ee4c6d4fe99e30f5cdb92155fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7c803a0f7e904fb7aa725425af37888f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "244efedd858f414aba7b71f0030e679e", "region_id": "RegionOne"}], "type": "registration", "id": "3b6a860c4b7841f6a926dc3ae8b7fba4", "name": "adjutant"}], "user": {"domain": {"id": "1fea641e97f24134a4ca3cdfd449ad0f", "name": "d8247c86d16244799cd68004b50b2202"}, "id": "c35d78f14eec483ba104376ed564f872", "name": "1a52de75b1fd436ab733c0ae7c46bf97"}, "audit_ids": ["e20c1088e69548118de70246886614c3", null], "issued_at": "2019-09-19T09:04:39.912170"}} 2019-09-19 09:06:40,194 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,198 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,199 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:40,218 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:40,222 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,223 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "porky", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:40,338 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/floatingips.json?floating_ip_address=172.24.5.5" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,342 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,343 keystoneauth.session RESP BODY: {"floatingips": [{"router_id": "d23abc8d-2991-4a55-ba98-2aaea84cc72f", "floating_network_id": "376da547-b977-4cfe-9cba7", "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.5.5", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "status": "ACTIVE", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ac", "id": "ca3a98e6b1e24b81ac02447931421c02"}]} 2019-09-19 09:06:40,384 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/ca3a98e6b1e24b81ac02447931421c02.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,387 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,412 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,414 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,415 keystoneauth.session RESP BODY: {"floatingips": []} 2019-09-19 09:06:40,427 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,431 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,472 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:40,476 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,477 keystoneauth.session RESP BODY: {"servers": []} {18} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_get_firewall_group_not_found [0.210178s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,358 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,362 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,363 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,366 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,377 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.296159+00:00", "project": {"domain": {"id": "fcfd6d24404e4b87b56b2a73186168f9", "name": "014eb8593341469daf0af0b2ecbab83c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "bfc7a69976a9447ea9f29d88811432c9"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9461f04e3b8e444e9dc673f8ca44c750", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3bdd168f91a04a67ae6365ff8747171e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "bb6911d4528b45ceba1192258fbe5971", "region_id": "RegionOne"}], "type": "identity", "id": "a969f8801b1c47aa8803a9e5f0a47648", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "020b1392fd694e40b33701fef6e9fd94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "668a19e640d94657999fee725d11d931", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d81ae45e625c422aac422d3372067055", "region_id": "RegionOne"}], "type": "compute", "id": "0bab8155634c4d53ae891fe90a522910", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "317e1caf871844e6ad26a55a59a4bf79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "99b7b030d2a14565a8cfaf4aca1ee7bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "df1f3005ecb0486a88868911c47667a0", "region_id": "RegionOne"}], "type": "image", "id": "9439f19a8439454ead20bcc9bc60c642", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f4ac4dac14694c9d9b40883b3bc747bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5c6b2ac5e0b24216b8116299e3ee8f0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "28bb439011a440298ef747fc649253e3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "48d3b16d558b442a879be930ccf499a2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ab5447732a94010a1eeeed64b2c9667", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2997d3f6ef7481e8591555fd7d65188", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a10f7df29502413ea362ba6652ef621e", "region_id": "RegionOne"}], "type": "object-store", "id": "1d456d9869b34a13889619ef8f3f458c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "025bb2612813421b8178d40113ac7632", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b8a9f1712450463a8a3433e0cbfd8409", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a731dfd689214d80bd8f5038c025ef8c", "region_id": "RegionOne"}], "type": "clustering", "id": "4ec1b0ec8c8f442d9e81f26313262967", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "64435bf6abf14e3d9ee64c7d7c25bd52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "066ecc0e466c43359d58ae065d354d1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "539b3dd844984d0885c2d877c53c22b2", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d04ec514e9d94548956986feaa8b4572", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e1845d75254742c1ab159097f3a5c107", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2f5979e22455409a9d55d2cd83d458cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6d46f45b822c4b1dbddaa0865911d14f", "region_id": "RegionOne"}], "type": "cluster", "id": "a3b69a102331479babb86cc62da15063", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "82a9e06ae1f84c2288b674b3814b6272", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "57b6799f494b44b6901e7067ddf83b5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3d0916e2ddae44ccb7e9ac394d69b030", "region_id": "RegionOne"}], "type": "data-processing", "id": "c78cc1467bbf417d813480b20568cdc7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0be8406f0b7d4596bd0875ae0eeb8f81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5ce2915b95044d829477aa8c6ea4f278", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "236f5aeb7c95448399f774c67bf698f4", "region_id": "RegionOne"}], "type": "baremetal", "id": "2ba55ba85af845f488554cb9e888a69a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8b06ec2213164e40bf4618d71487d825", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d313c4519bee42e389388047010a7601", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "19a8efe138a6461a819cc0c7bf09504c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "5c8b46ecf0f14c169f54dae8a9d51281", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "84cdbe1f1d8f434bb2424747c87e38f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b5c2cd1087c84610b5a04fc009f31f93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0511dfe2f699494da21186218c26a843", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "806c87ee5eec440892e93825b5e8b42b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "febc21c0704342c1a82d9b946b4afb0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "83c1da98393345f2ab02a01d8e35f68b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "260a5b67d60140cc84f4e43ba585c9b8", "region_id": "RegionOne"}], "type": "key-manager", "id": "a763f5c495a04ef7aa2c862ff863dca3", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d4827fc1d43d41948ec4d31e626d624c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cf8e5dcb615140f58ef366f82be38173", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d4db7a3b018441949bff11560f8475cd", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "53b26c8bddce4726a268499939224119", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f617b12c7a344321be6cb925ac9d8d51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4a58a436fad1428398e6224a4b5f8fcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "92686afb019643f2a3a6b4e1b4df82b0", "region_id": "RegionOne"}], "type": "infra-optim", "id": "49f5b79a59df453eb901ccc78ef31c88", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f58c131cb1b74645aa3bce69b2787c60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "47233795e6444f598eced2cbebe58666", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5544bcc79eb74dabb9a7265e36f9cf2c", "region_id": "RegionOne"}], "type": "message", "id": "af699ac5aaae4e7f94140e70d6ed06f1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ed6c0b82b8df47528ea1f95c01c9e93d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b5f152c8d1e74ac1aef43d5f7dfdece5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c38e41b89c5b40d1820a236fb8e46771", "region_id": "RegionOne"}], "type": "messaging", "id": "33fd640ae7be4a419ead67e17985b6e9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7bbfc8e206e94ab987fa5a9d2ecacd38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b3c29894eadc42d984e164273cbb9790", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5e1ec8f164194e358476062997b59fdd", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7f406a52f93e4f65aafb7a83f2ced9b2", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dc53985f6fd84c2ab0d7c20e2a5c0480", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fc67997fea9e4e93a83dfc317fe10efd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2719b83430274bea85aab4fa89166d5b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e869ee0b898d4cfbb8b043afa8b7e6fe", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "64e53e5314844bb6ab83ff6c69429ef8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "05b5262bb7b24253bbc24bbc3ea7fa3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8087dbf3a0d14ab695c679c6dda0291d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a07ffb7bcc224627881107c7402705dd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7c735d7d78fd46a59361f85af652da4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "792b9754b77d4ea3be7c4b4bd829a4aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ce54186f6874ca88a46955a4ff312d4", "region_id": "RegionOne"}], "type": "container-infra", "id": "c9dfee37714c4ba18d31ae636be32339", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2fc7699329d8403c8439adaa0f6b81cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "74478034778a42f490b6d26b434f6324", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "dcd11ff4a8d64129a1765ce84febf7cb", "region_id": "RegionOne"}], "type": "search", "id": "010ca340050341ed9ab0d0f4087e674a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "dc181b17aab8497a8850fb3194aba8f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "aa62831c90cb4e858bcc9501251567de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "de1e5a17df404606b832131cbc417c8b", "region_id": "RegionOne"}], "type": "dns", "id": "e104c356560340a685d534e58d5abbdc", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b55f0ff79c744053b577c7b871367afc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "710c8a3ede09477da8f349e5dec64ac3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2977e5b8c957413f8b1e1f02af689b68", "region_id": "RegionOne"}], "type": "workflow", "id": "f60fedd12289412a84b728e137429384", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b579339846a8455f93d0aee6a6362d09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "929331a5af5b4de2914c308ce100b711", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8fc8e99ea60e4cc4995214d5e5b1ac87", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ecdc64f08ee64a679178600125ae6e14", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ff022b34e85741c1a55b98a807eaaf44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d66e447c0ebf4725abaabecd98e76469", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "60c0ed6e949947859b02ec4ebebebb91", "region_id": "RegionOne"}], "type": "rating", "id": "359458beb2f64052bf8623581f3b2e02", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "85237b61f08b49179a02c23462d7f432", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ac84e481dc5548b68b32b189d017f03f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "967cac8c5d7048759d60834a849eff90", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c39a6934ba174f05a74ba8e4929f96d5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6e4eebf050294f25bf37ab6de591f5a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b8a9ef8ceb86429899aed0d3bca64f8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1f574b0a7d7e41a2a0e5e9891a83f5b1", "region_id": "RegionOne"}], "type": "policy", "id": "bb2e1599fba844fcb5517ba84b33e7e9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9e8e276f0c434ed7a13f8ccb15ad662e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3608c61ccddd4b21ae4ec8e5d48a88c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3214ee2c4c7b4ef19a342780508e685b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b110baa8ecd641a79de77935f9063bce", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fdadc8d1f6d4483ebd5607a0103c9a8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4f401b7c14bb41329f198aa30b969faa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "70764c6db9fb4c31a691a63f1a4a35b4", "region_id": "RegionOne"}], "type": "sharev2", "id": "d55e3f5ef2dd473c8494183a54a241ac", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5577a17d301b4409aae76834785bd7e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4508511b37324fd3ba2ca2b1359c730e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7c08f979d03c4872a4f91cb03a94af14", "region_id": "RegionOne"}], "type": "share", "id": "ff092652a174464f82529e1d2ea4a58a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "445d1e5b386943759bcb79676fbeb825", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "48047c827b764e4bb6d94c0cd0d4c5ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b7ef23022a8848fe88cca98d8965e664", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7334b7188be54d6a87b3b0d053793d52", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16fe98d8e75b4e9a8b8d9faa86447d62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1950a9c0ad94ab585c35d643170bb4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61d489c4fb2249a089472be7cdf3bef3", "region_id": "RegionOne"}], "type": "orchestration", "id": "1e1e546fcccd484698333a3753499028", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d802798a3ecf48ee8410a6026f126882", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4625c55c467845f5a50477acffc214d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f849094f1620403089b1615a740ed788", "region_id": "RegionOne"}], "type": "block-storage", "id": "ac90a8dcacbe4d87a4189c8019fcbc9a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90571dd6c6ba4496a7616bc2667847f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1015c5bcb0a244e28723176e3e2f2384", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "026cfd5fcaa9418aa7ac6881c0b7b8f0", "region_id": "RegionOne"}], "type": "volumev3", "id": "9c4175a3f9bf41fc99782fa492e0c582", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e91263302d4e4d05a986da9e08fd33a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c26bc4ae2f3a400fa6ddda3c89f2b261", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08e70bd7b3914cf5a1fa5fc6e0114204", "region_id": "RegionOne"}], "type": "volumev2", "id": "8a094763ce6c4fd6beefd02c107e4e51", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "077b79c8d79d4a1e9a150b2ad1679f9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "908dffbd72dc4107a64c59c6b9c71fbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "712ce88e27a84bcab99241f95dc43b6e", "region_id": "RegionOne"}], "type": "volume", "id": "65bfcee9954e41a7bc98a9761daf7397", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c444fa6ddb5f4b9fb5a6b831145a31a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45ef26982a044d53997944a122795328", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7410a7cb5854911bd444ee3102262a9", "region_id": "RegionOne"}], "type": "block-store", "id": "1afdd4e8c4254340a2067e66ba179cc1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e11a60da46c046609beeda28573e53ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5914779af93e45c6b96d56295e03d56b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c27ac55996094a8682b9cc855e31ea04", "region_id": "RegionOne"}], "type": "alarm", "id": "6ec434eb132d4f19b6bafc7b095bb09a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4464bf644baf4d75a18a7a73f9b20e7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "072c091a00f1408ab7530aa666a05e4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "eca90b23cb7046b0ad67d4c6a0e17c30", "region_id": "RegionOne"}], "type": "alarming", "id": "0681850fbb8d4d788998928d87b35f65", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5a280d7324754487a36ec4a7a65ff087", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c6951c498a5b4934b3252dc4e7499c48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "21241d89df134c5599aa80959fb90a4d", "region_id": "RegionOne"}], "type": "meter", "id": "a41819d169fc434daf0bc6b721377068", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "54b7d30f67124441999a9f05e3c6ae40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d9cc707aed7a4569b2f340f40e3b3f95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "366f6cdfacd045bf82f640ad0eee8557", "region_id": "RegionOne"}], "type": "metering", "id": "3603a14277704ae58c4f4f4ee116aed2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1bd3b3eb7d254e6cb7000108e78b937f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "526d5c40fa1f4173a3ca6e56529bbe7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "43191723d987473aa62bdf3c613f55f6", "region_id": "RegionOne"}], "type": "telemetry", "id": "b4d3fb8b57a6404fa810e45902e3724f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3e49e91806ae47258758a20296ec10fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "673632d7822e46409784f48d2283990a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4ae1ea3277c54494bcf3e7c85a68eb7e", "region_id": "RegionOne"}], "type": "event", "id": "4b0210d236b743c0b52e09a6b83a633d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "15721d5e2b97435f811095227ab8bc92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f2241af05f624ec696e41528b2a8b818", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "223b7de271054762ac91d85e2b9ea610", "region_id": "RegionOne"}], "type": "events", "id": "47badfafc2fd46348b608ba4cd99434d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "52cdb204588a4e9199a360e8e244696d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f0720976ad7448419bf250b2085bde2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "57b450d4dbcb4509923d634e599c8894", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4144699623b64049bf1d506968fe15f9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2861d37f24584fbbb5d230b17e804504", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "57fd8dcf082e47aab351c988b69528de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1f14a55b918c4473ad98ceef80416269", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2db73d8fde504213999d8602f14c90f2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "497974c794b14927a65a7675a16ad532", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bfa8b294260a4ea6a4408ef1f33307c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6947c992d81f41b8b5e0c17b2f6627ac", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3bd17c11d4174ff4944a7871f72f56a8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e2df05d35b3c4f93ac9e2b303502be85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4a207cb0ab82422aa118585b360d1275", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "481191429d0a4b9aaca1379be29567a7", "region_id": "RegionOne"}], "type": "tricircle", "id": "697c045ad3b74351856fbcfb5d931c25", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "fc04b0d6d77c47bea79848d4ea730f98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c2f08c8f399c439091a8c7d02a075a12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6cab6a86e3c6417a89bfc7771ca1ce27", "region_id": "RegionOne"}], "type": "database", "id": "442c515cd18b487e9ed615d0e2f42abf", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "49a7d16b53a541a79afa57be9d4dbb64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "37e9c6329d9c44dfbc07e56fbbd89aef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "191af1a9f18e424a8c0af28ef506db1a", "region_id": "RegionOne"}], "type": "application-container", "id": "a71b912ce2cc40549508d56117a79aeb", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "092103b3bca44037b30d9492b2eaa641", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "93ef11dbed8c4e51b1943d61c6a6d0cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "04523f3a4b76447f811928cb0f77e9b2", "region_id": "RegionOne"}], "type": "container", "id": "acc8279a8f3c41c5b9ba2cddfafe6945", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "526a8fbc591d4103a7a6794824dba78e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8ea40d3db9c54698b4f8585acd42b3eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5dd98264e2e4475f97b79c608a00b15c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b61bf3b564e54083bf3aeffdab742a9c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3e0e883e194e466d9b4219b169ba5d54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0f70c21a425d4d679df278ab991fbaf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fef5a5c41d6a4369a135a592a038b313", "region_id": "RegionOne"}], "type": "rca", "id": "e9a79b1a0704496f8373b79edb5adf67", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b534530159204f0f80a75d6d0251af8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a5f7978115e64d628e9c099de4fd5b46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a55a076e1d044975ae282c78436bb5d6", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "49ceb1e9d4af4a7bb15cb1f9fd16aef6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "27d7e3bad9ea4f2f8c460fd4cba7984b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d1927a510a9a45a7aa1dcd8fd6079db3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "710ffdea798946b28c353bbcf3d1ec2b", "region_id": "RegionOne"}], "type": "network", "id": "fbeb5cf94def4780b09a40134e696fe8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "fa468624730b4187a1d6c686f3b2cee9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "fbedc6ca27c14bf7aaf050016f4ac9f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "278347be0f7944d9ac08607eda6b51f2", "region_id": "RegionOne"}], "type": "backup", "id": "3f58b2407c664531878a0b851c6b2ef8", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3effff1baa624c74b77a5973b1049e72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b177a32a7a5345a09768e6b02d4cb44a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "554555727b63406e9f77caeb05fd0888", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "46c6c65ad4624d249f4f06aa331fa32c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4d5bf235b86f4aa9aca910c8dc3475bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6576052c22754e05ae939a6cde11c570", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3a7f89c47a1a45d0879963c2eefa55fb", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "219a85f9b5e043c4a8394b7be7146f72", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3f95a7d01a9c414c9915bd1e63a1a557", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7d23dccc93514001b974f23f4fda1906", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "d88bc9377700462f8f7473d25f424973", "region_id": "RegionOne"}], "type": "monitoring", "id": "e2fbff4b2fd745f9ab7d5bf5e1d5e453", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "de95dddb309048b59c81057350d81ec4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f1b1a3d38e45484ebe69093675772d16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5ec9089d1ab4441e966368d284567ca5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "15e5ab1088224748b4b50e10195e280d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "666d5d5bf7cc4086905874d43b35533e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "fdb64bfbbbc346ef89ffe6b2b10fed2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e15b7ad8f59947edaa37ac408614f912", "region_id": "RegionOne"}], "type": "placement", "id": "e1f21e77b09d431ba26b745f209ace83", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2d849e228cc84623a6a8c5d625fffa86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "33a1575a3aa04cc8bb877b6a80e87952", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "71ccfe90f7a54593899958c5748f7747", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4cc437a241984d0f91d9ea6b065fbb49", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ed233d3780704363886f340ab28bf1c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "53e667fafe384074b9d6ea196a292d2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dd9283848e194f18923d247e101a61c2", "region_id": "RegionOne"}], "type": "ha", "id": "b29cb9c0c614423db452c8b4777ed0b7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "09b00737d4384d0b9f0d0704b2b5f191", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0720df25a39a4a359984c617ed467b87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "14fbc8cc500745658ea404667df87935", "region_id": "RegionOne"}], "type": "reservation", "id": "0b6a7d9d262c4943a55189e205398d00", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "60afe4fa6c7049e89fd3882dc9a4d0c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ee849b73683f4f569a62e12adc71af32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a3632a13b4d0482eaa5362d639dfafb7", "region_id": "RegionOne"}], "type": "function-engine", "id": "84bbfe0efe384114823fb59a097501b1", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c12d8631d75e4292bba289336aaaa291", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a54816b16efe42be94dd0c5700910fc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "031885749ff14b64bbd187f3805ba965", "region_id": "RegionOne"}], "type": "accelerator", "id": "4587b7871d874ce4a72e597202ec20ad", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "25857a3de49f497cac9fc5a112de6aa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b22f663a4904441e862f2b975df62184", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b3773e133270464092bb22e3f2cf799e", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c98230ebc59c4e7a8a7a07853f41ab27", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "16b5ef92136f41dd8dacd49af90c2777", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4f8e6094d68640d7ad85e037a5e7f492", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "18df3a6a1d6d4ad88bba42e0a065f298", "region_id": "RegionOne"}], "type": "registration", "id": "f98706f940454351a63677c166c76812", "name": "adjutant"}], "user": {"domain": {"id": "15ed8e5bca3546c0a5cd84003c784e88", "name": "0770d5a520ed4e57ac3f83b8d4b323b1"}, "id": "225d5a3114bd4d378bf71f0884803dd4", "name": "f1f3c33bffc845f495214a64260c420f"}, "audit_ids": ["dd02bbb2ee9e400eb47eba55ad9c7daf", null], "issued_at": "2019-09-19T09:04:40.296159"}} 2019-09-19 09:06:40,489 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_groups/not_found -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,493 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:40,495 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_groups?name=not_found" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,499 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,500 keystoneauth.session RESP BODY: {"firewall_groups": []} {29} openstack.tests.unit.cloud.test_port.TestPort.test_list_ports_filtered [0.190353s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,366 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,370 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,372 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,377 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,389 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.304093+00:00", "project": {"domain": {"id": "c5ec4f9d404e4dc9b5418fd402e63695", "name": "f3d8c89782074d178bc0b5d1fa942cad"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7facc6e555334d62a657996c77da3e8d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3d0eee5be0cb42cfbe3d251028e86912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5bec447b4e7c40939161199f6a5554f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "504753a8279d40cca87b394c90dc0791", "region_id": "RegionOne"}], "type": "identity", "id": "d25d587083ed41038b7757b0b8b20216", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "694a01bac7b8484d96ab23aaf6194065", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8def57ca4a8a4c839983c80e523ae975", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d96dde297d294686a585c1f546474236", "region_id": "RegionOne"}], "type": "compute", "id": "234efec57cc24ab89c6e048868e362e4", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "086b74a2021c44148bbe3187fa224c18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "96a60a51ec894cdca24e9fac4c3aaba9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "579ffe2ad8e84df684af4d7f4c11b2c1", "region_id": "RegionOne"}], "type": "image", "id": "ac155d97bf3f480a9341adef802bd824", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cc3393e404ba4486a337f2850ea96ac9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d90c1bb4bf524675ac794bef2372cef9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7e87173ada364bf9b21c532a7b669e1c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "5e1b77214dac4de78f9c7213177b31ea", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d38fa60467b45d1ae46bc2941aad241", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2bf58dc508642ed9d28417c2d5008a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94c4853c908f4ca090a1e2a2545683a7", "region_id": "RegionOne"}], "type": "object-store", "id": "8dcf96bbd8e041469fac497f12f8e9de", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1698bc511fea49b69e136d32f745c84c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "48f1cf6a98434569b2b52e96b41e70ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dc5db4e70737403dbd4acb501240ec19", "region_id": "RegionOne"}], "type": "clustering", "id": "83339e0f001642fbb47d1544025881f5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4a107bea5a0e4684b98e2f646fc356be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "55ad5d57fe4c4d23ba9e7df502f60954", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ad008b42be41410b8b8e5c93ccfed330", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "aa122b8821c145f195c061d6e651c4e9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fecf29a9db7147cb8204376c1d392b6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "19e9126ab6874ee68e7eb80f09767d52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0e50b32a41724a049b8d2860a4f9177a", "region_id": "RegionOne"}], "type": "cluster", "id": "474971dfa49c4468808177271e5f1739", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1435e00a6cdf4ed2b70d0c489ec60486", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0b72150174d9456e9b452a69fa30f9ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "08e9c70c2daf4567b463c7959412a4f2", "region_id": "RegionOne"}], "type": "data-processing", "id": "f1b69aa93f154fcb8553a4b50774dbb0", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "556ca1bdd961445285fae9db46d7b590", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "116bd2b04acb4935b9ff34f367147d0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8dbb2398ceb44b3a9720477e3a554149", "region_id": "RegionOne"}], "type": "baremetal", "id": "692c713cb3064fc9980bae8bf71018ee", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4fd177d02bbf4d6cadab91d4e6982e7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "64ff842904b84cefa0840607f4d3a443", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f65c0741933c421b84ed55069ca99edb", "region_id": "RegionOne"}], "type": "bare-metal", "id": "abceb140d23a4d38bfc9c3caedabb3fb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f987b6c8e64a406e88f7697098c4dc7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "efd66b45cbc1484d8efc0892bd473b2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "62ca0004f3f64af281dbf1a6dda16b93", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "bed036b3c20347a5a80746f370f98c59", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "646c6207cd1a4fdbbda243d72d875169", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ddc952dc916d4b6a9f6d3c4e4665e353", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f19d99103821468c90a8d837341bdf1b", "region_id": "RegionOne"}], "type": "key-manager", "id": "13d524771c1445ada81a6a489d8d969a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d05a8c2982084253a393f2bac9e458fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "55134d340e2244e594c4fcc1416cc481", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1041624424ac466e9f94b241eb1b1bfd", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f05037e7f8cd4bc6865396b74e7bdf87", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1890bebfd6e0492fbb3eeed877a68f7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fff952ef7b8641d78601323118997a81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "93ad1635cc4d461abbd2baed8f84cf65", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5a3e6db4f1cf40fa82e0dcbe7023ecca", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5eeac69cc2594967b2b11b94d18001a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e37c80c5c0624ed3a2d2cd302de85fb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f4bccdc78ab344d89dee3429e1ed437e", "region_id": "RegionOne"}], "type": "message", "id": "52612d827df946abaf0070ca1d50e0b8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "949f341b7dae4ef79d2b132a2c5663ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a23aea9a18204f82bd03cffb8599cd4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4c8a3c80da78459fba593be5514004b4", "region_id": "RegionOne"}], "type": "messaging", "id": "d9cf97e0633f4243bbf8e67e9d4e359f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cc4c7a6e57ad49088a2329fbfdcf8bb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a2e5f67e34dc4e78910563ff44846a6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "71ded29cf3424f09af8d2ea6c066aa39", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4783df1cf48440bc91c79fb203b2d771", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cb44b3e7e614415185e4fd5de1074029", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a84da9be914545f582b22fc8cc27c459", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f9e580d1503341bd98e1ff07f500b3d7", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "19c5d817dbdf4b52b28f6e2fb139c4e2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c4f89cc53d3f48c6bb7cc8ed621c4b1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "79e0395511a141bb851b97216506c844", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "24f7e6c0c32d4d09903ab5f6d8b9cc92", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "50f30a09e4f040b1af1a6c461e010a09", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2f28f90036b94776a0b1bf730019061b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "267cb56f0f7541d6be155848ee3553a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6287642ae9464dcfa346a0252b5ef644", "region_id": "RegionOne"}], "type": "container-infra", "id": "e7dbda94c2fb49d4a93dd9c87125eee8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ad10d083eaa54eec9d77f455122822ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "841a0e08d0f74e6a85550ab9f4ad7d7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "bfa46a7ad99c4b338c21de4161c5a399", "region_id": "RegionOne"}], "type": "search", "id": "aa01b8d89c2a4112be4be41bf6c37838", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4b1b18a47c2f4f6c925e86be102445bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1308939776774368baeff7fc416c111e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "632900426e6d4e9c830ef672d4505668", "region_id": "RegionOne"}], "type": "dns", "id": "61fd7db57f78428f8f573ae6ed8096c4", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ac6a67c8d0de4d10a6047a51f85ca9bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c8c1fe356fda416485e0616d02361d3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "23ebb0b0478b451a8c5c2864292d8617", "region_id": "RegionOne"}], "type": "workflow", "id": "95416c2572994e1ebe1a0e84aceaede1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1fd53bb8311c4317bd8e5c7ffad62907", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "17b49731a93d46619ad913a828f1c22a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "51b7d75639a34c1c8181474255d82c57", "region_id": "RegionOne"}], "type": "workflowv2", "id": "473f3bf1585f4df8818b094f7cb0276c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1cb823b823a54ffebdb5b11c0029c461", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b11354476a134d1491416ece1de54b02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d0bce4d2a3ac43e09cf66d1e083cabb8", "region_id": "RegionOne"}], "type": "rating", "id": "a19eecc272514c1f8d27c1ef5e665734", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0d712f54acdf49fc85c98d8bdea62c5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "577a29f0eebf47d1b457a3047a539255", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "26522b43695a4dcc822a8578d59ba5ea", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f4d3f7d51e3045118924f88240298c8b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4c25e600223e45a78ecf509e37f2eaf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "46a102894dc34d45bfc7bb622a61c291", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8eb5d1bfd9054e0bb778df897a8c3404", "region_id": "RegionOne"}], "type": "policy", "id": "555531c91661403eba7ed41a66e40056", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4d0d36d7dc9345b1a3ca528c1b7b34e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2a51a4c9527142efbcaf36f6158ee866", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d250afbfb6214e66825e2f8c9c0bf90a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5b54e8380f9d4cc6a0ea0aeb6ca6d6cb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d35e6ede27c241359b82b2d441a8c6a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0ff5b54209a64292a687cab72f95c9ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bd51dc729fbd4b95a928eeac3e9e782e", "region_id": "RegionOne"}], "type": "sharev2", "id": "fd2acfaf02dd43ca974e857af5a07fc9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0140b8d30f8147b59777a641374b056e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4106db619ed34b04b5ac22ef447f9ccc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "53b18b5772c34a738e81094af59e24be", "region_id": "RegionOne"}], "type": "share", "id": "b87cf5f0b3834520bc87902d3490e87b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3debe7eb431c4bcd8e4844a53918c1a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "962e92c2bc264f7897e825295f2c18c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "185e474f89b44570aa1f51e8747afb0f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f91b9738b4ab46a7a7054ac0446688b9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eaa3a08c4c02486dbf1a5c8449dad92a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ba19460f91142799535e02b68e9f71b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ccd840122f6943a686078b4e2d57f896", "region_id": "RegionOne"}], "type": "orchestration", "id": "3cfd3a17e5914970b8a6a01758d8f72b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1be59462c92f4e30817c25ab26ae937e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a44ae0b5c1b4976a008696557f07ac3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcd1340a9697425bbc1c256feaa1fa29", "region_id": "RegionOne"}], "type": "block-storage", "id": "9a7d04867bda4691a629893b899e0f53", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa5a48d141ff4aad9ad5d562aa22df9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c1f9096c9f349d2a776b59459215bb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14838f9695a347f888237e7e104c9bb2", "region_id": "RegionOne"}], "type": "volumev3", "id": "5dca5a4065ae4a63a059fca87d409f9c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ba0f36cd88145b9aeeeb46e484ed0aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5598e5672a84019bf04768acbedfb4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3937c2b3c9247b183db091e4b6b4d01", "region_id": "RegionOne"}], "type": "volumev2", "id": "6987caf79bc745438f514a38e602f3ab", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "419a8ceb929242d08f77b993570323de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3d225518ba346f5b61b2f279d79b614", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa4a0a55ea6e410d94a015ff6f4f16e8", "region_id": "RegionOne"}], "type": "volume", "id": "b2ccf376eb8640cd91fb20e4a8acda20", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1be25a348db7480b8514adaa74faf413", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6f176d9f0fd4100a9027c292630c1d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48aeb526de514779b4e18aee8e171c91", "region_id": "RegionOne"}], "type": "block-store", "id": "b6b7818b78bb4f6eab8e29e678569123", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c2ba6f6e8ab142a682585ba941885399", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "521cc319d6014fccbceb3e06551caa3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "30a3bba427cb4a7e86c539aebc8fcde9", "region_id": "RegionOne"}], "type": "alarm", "id": "10b2f5619d33433b906a4fdee31219b7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f10f6ad8b06648a984f368cea517c877", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7bfe4a69d2cf4d3f8fbfe34854cc31bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bac93ffec3ef43849df493d06a4fe579", "region_id": "RegionOne"}], "type": "alarming", "id": "e30b689482ad455397d5fb503791153b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4211da3809004b62b748ab92f0df435d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "63f77f5add134191878a3431592b56b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9e3cf51ae34e4ff495c8471a5e0b363a", "region_id": "RegionOne"}], "type": "meter", "id": "e9f86bfd05eb4cbca5cd48cd41a8d1a6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "32f677a085584977bf05d9a48ddcb3f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "78dd45e554b24174a11decccbba401fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3065f4034c6b48a5ad370070a6de29e0", "region_id": "RegionOne"}], "type": "metering", "id": "aa19a5758cef4412ab17b63ed158ae0d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0a6c3106da85413c9e464d334bb9b90f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2644e2db266045c1a9d973e38bad1d85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a04216f73acb48ce8ae0bd3ca099ef67", "region_id": "RegionOne"}], "type": "telemetry", "id": "6be5b01402984d32ba9e282a8a6a006a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9822c28f1efd459789d1dce328fcd7fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d1c4a60d62c248efa2e6bd79a849de72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "99297f34cd994fdba1c32c0271e00b18", "region_id": "RegionOne"}], "type": "event", "id": "29bb7068d8d6401a8293818c02555e15", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "833ea16b26a1412d941be452e85f3ad8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "013782aa5abd4d77bf5bec7ceadc080d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8fdb812258dc4ee8aefb1acd4d1f559d", "region_id": "RegionOne"}], "type": "events", "id": "87cf4eed28424ef2a706ad580d98766b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b31da8e5c7ff4941995508e027cf8d0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d7b46607336b44b5bd25a214279b40f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8885c63067264099812cc5d2a00eada2", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0305c8d83d934fd4bd67ef485f14b6f2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "99c87f9a1de44e5ca5455514f31fccfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fda05f11b5304f8895aed51ab4f35467", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7d492a3e347247d8a79c082048a6afb8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "444219a7b1884e8e99e0bbc4470f3b65", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "572b7ce998cc4b9dbe20b29cd4103e3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fbc212d1d9b24513970e1cb980e720f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b16b80dd866c4efeb24c64c2012ca2bc", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "9446dbc7e0df4831bb34e81c2a739532", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "07e51075d0c74ab592a8ad524c0efd18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5baee61bdb5a4f298e5d4ea3b0a3ae98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4831ce213b2c46739211bd3490db5e53", "region_id": "RegionOne"}], "type": "tricircle", "id": "4c643a43c45c41459ae7a34357d558b5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "59401b40ea1c430c8e0f099056a795f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d1c6c5cecbca4275acc102049b3f9713", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "dea3e5bbd3eb47e3b07da89bb82888a9", "region_id": "RegionOne"}], "type": "database", "id": "2e7580aa934642ae9d7b9b24dfebb058", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a593093ba927414aa6867d8a4ad6908d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9543e4875ead4175bc8e405b4888c763", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7e0bf2ad1be84ef5b790e785181c14aa", "region_id": "RegionOne"}], "type": "application-container", "id": "a718f5b425e142a39569908854a0ef1f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c5dbe57c7fc44b8d9fda46cbc3c3b35c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a0e13dc6fafc429bb9864be9f4200164", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4c2eff7424664c1c9ce07a8dbaef5d86", "region_id": "RegionOne"}], "type": "container", "id": "2f182ed0acb044499885fb98831fa04d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3a4090dbe96b4e9d98d2f5244bac7e8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6403eaa7e3b14f77aed32dc9b0c4c668", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "06b94fe5c99d41bb83ddb21d4356ba2d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c3d10904f9c74eb1ab5916a0e0bcdf45", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "81f3921186ad4b7489f6491fa5fc89b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "421d77078daf4aff8de132614d509b2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1fd5a429802c4fc9917b2a7a6e505646", "region_id": "RegionOne"}], "type": "rca", "id": "ce5287c8a6334cc9978599f3767eb4ef", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4346a85a94f74a27b5713c4c99f1d827", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "83d40a28252b4b488e70551190a9e30a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1379216bd5d8475482564b7ec3fbd063", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "6b8b86daec2e4375aab2a329358c8df9", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a2d9808d1d8548cba3ee03223c7bcdca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bd8e3efa3429439b959c38fddb9ba82a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7a864d761b824b9392bf317d584b9dae", "region_id": "RegionOne"}], "type": "network", "id": "33312a6330cd4d18b7e140b3a0344e06", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a1bc9d592ade47dcb9d59ac27b9969df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "109b8a304a8d4e3bb6eb12f07d1cd5b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6e8acc933d1849da9e1100467691a70b", "region_id": "RegionOne"}], "type": "backup", "id": "3a0d206cc4214adcb2f6a342fffdc54b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "31dd2c54a53e47e88417e5bddad91d00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "347cf5d6f0a249c08b23279b14968efc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9584744cc27b48da8728de84f74df4c9", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6d308bbac7e149889b7afe69e7d6288b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5d051acd31154cec921c7481e563c590", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4b384e6b6b104bd88825fc950b07e177", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4be17a31d2104cbda802349ea35c8dbb", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "942d29a7b9514f6da638f70dcf7f236e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1b5c1c4cdbc340d49121a6dcc7ce6b8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8869f6dbf3314bfdae7bad34b769598e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8c3bb5f62b774a61a7d3817f80f2f48f", "region_id": "RegionOne"}], "type": "monitoring", "id": "32f9214f77424af9ad1f73754e93452f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ecd5e2943db74f1eadb37100d90d7fab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "105a9622133a483ba24c0f6e4517d864", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c6c65e645e9b4de1899b9863f93d7a8c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "cddccc51dade4de1a4cefd166c3d5404", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "52cd2aadc86e4226b2da6d7df0510428", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f2a41ef3114d4540bc27871c5e209f2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "311d370b86c14349af0c60ec12eac279", "region_id": "RegionOne"}], "type": "placement", "id": "86ed3a28977b4c41af585ac3df512d19", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8be9bb87851a4f2cb6dd1f9d1ea6d10a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d5f28b0f24a848fc913d986fa7d7d66f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0a84f1c154d04d2b8b855abcb7a29e34", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a765e1bc3e634ee1900bd47ecc1d5b6d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c4a87cd03dd44c6789c6b46b74cd0cb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b3d8368c00a0420fab895d26fadd18e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b9debdb3a03c4d10a904dd2211ceac2c", "region_id": "RegionOne"}], "type": "ha", "id": "ba6905bcad804df38938a4dfc2af252b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "aa85bcefaf534eab84bf2666271b326f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "810ad5a843614ac78a41d9fb9791ec50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c4f41406188f48b99e5aec74eae9acbe", "region_id": "RegionOne"}], "type": "reservation", "id": "1dd122f96b4c4a22ac20bdc44041ba85", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "084aace6238b41e594aaa7bef5cecd12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4def36d9e7b843ca9f863d492e71cf71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d0e5ff3442804cf2b9f52c02c8b9ab81", "region_id": "RegionOne"}], "type": "function-engine", "id": "2b5e7dea74d147529e4a1c2e473f6402", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7dabe185262c42d1bce22e1fb395a729", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e86806f995ca44d0a5d9bd4e72406775", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "8fb4a31a65e248499afe5c4f1d2066ea", "region_id": "RegionOne"}], "type": "accelerator", "id": "73ef60dcdb964b3d9a82ebf850c9f17b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d201f68d79504090a177f14e6e79fceb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "031c29179bb64ee1b9a5533e25b5c375", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1d1364ba4ea84b91b1188891b9f7a960", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6822caf4e6c5448cb45b0ba540d9e814", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a84a3207f938408d8364ca9cfbb1e092", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5d1fc85d546e45779c8f85a41808f9c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c0edce58792a48f8a48f6c969f34981b", "region_id": "RegionOne"}], "type": "registration", "id": "d5b21d3e7b124b26b1e50dc6af3baf61", "name": "adjutant"}], "user": {"domain": {"id": "427162dee46b40818f32af96e7c421ef", "name": "21383151063949e1ad1bb226f3ecf90a"}, "id": "fb2896269bb6401dabddacfbe0da613f", "name": "6b8a83d22d1344efaacbaaae21ba266c"}, "audit_ids": ["4efd6f74155649db8730fd753f5c3931", null], "issued_at": "2019-09-19T09:04:40.304093"}} 2019-09-19 09:06:40,482 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?status=DOWN" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,486 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,488 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "binding:host_id": "devstack", "name": "first-port", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "70c1db1f-b701-45bd-96e0-a313ee3430b3", "tenant_id": "", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_gateway", "mac_address": "fa:16:3e:58:42:ed", "id": "d80b1a3b-4fc1-49f3-952e-1e2ab7081d8b", "binding:profile": {}, "fixed_ips": [{"subnet_id": "008ba151-0b8c-4a67-98b5-0d2b87666062", "ip_address": "172.24.4.2"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}, {"status": "ACTIVE", "binding:host_id": "devstack", "name": "", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "f27aa545-cbdd-4907-b0c6-c9e8b039dcc2", "tenant_id": "d397de8a63f341818f198abb0966f6f3", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_interface", "mac_address": "fa:16:3e:bb:3c:e4", "id": "f71a6703-d6de-4be1-a91a-a570ede1d159", "binding:profile": {}, "fixed_ips": [{"subnet_id": "288bf4a1-51ba-43b6-9d0a-520e9005db17", "ip_address": "10.0.0.1"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}]} {21} openstack.tests.unit.cloud.test_clustering.TestClustering.test_get_cluster_receiver_not_found_returns_false [0.160139s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,283 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,287 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,289 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,291 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,302 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.222090+00:00", "project": {"domain": {"id": "434a4927ab3a4842a3d412e4afeb5353", "name": "f9204b468f0b48ffb26622d98d0f9cbb"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "5022d19eeae14ef7af6e8fbb68228b84"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0090f7c153734a3890407637f4bb9b7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c00aa506c5044d02adf8398e7a798423", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9a679deb3b964d97a0fa3aedbc3a7f3c", "region_id": "RegionOne"}], "type": "identity", "id": "8b84d8ee924a469da95ae0b2b511259c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f9b50dc4bef64ec28c682265ca86cc6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "46b7a874e751445192aa586ec629d10b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5f27be91d6d24d5c80f440d3515fd248", "region_id": "RegionOne"}], "type": "compute", "id": "634e19b52a9d4a53b38a06db3dfcf44a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "12c49410d61e4bd6bf715489e17a81b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a67504b3e5c4493e985978235bd486cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "861ccbe68931450c934d97493eff177d", "region_id": "RegionOne"}], "type": "image", "id": "f449571a4e2e49419c65a3f3c212dba7", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "077398c1d38c43f9a757d5e6f2b73db9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c6618272c1274ec1a0b5746dab781f92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "681703425e2148c9935965aa9ce31382", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c71be30748564c2eb682c0de71a31610", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8755561e12c741cfadb73b4831283039", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f31bff179eb46d3a438a4d531579b58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d8c0c54ab7b41d5abb17dfd488a7289", "region_id": "RegionOne"}], "type": "object-store", "id": "7abf23b24161480388aa237ed6dbd62a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0f7f9c0c995d41669c17b3e95c26a896", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "98e37c9b4c214403a268bd2a23ef9b5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e28b59f6df874a42b2383359a332106c", "region_id": "RegionOne"}], "type": "clustering", "id": "e438d75a02b64552898b1d7612af962b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "be769cbe81b144fd9d5d7042c9e18989", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4e5a362a30a147428030db48d362f6c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4e8214982c6841d088393e3821cd9a1d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ad98c89ddfe7447daafff79918a04399", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "81f83bdf3cc046cb9c80ee528371a78a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b0a9afc4ef7e436e8f2d37ea0e36544d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "caa0b268c49f44738b35f888fae544d9", "region_id": "RegionOne"}], "type": "cluster", "id": "1c74bce204cd4cc1ae4fe8c248399183", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ef6fe5e47e7540b48ebe9f243712af76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b0edbb10e63a4521ab5ed71861bdd010", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "75dc65290fd049e88de4e1af2955d1d6", "region_id": "RegionOne"}], "type": "data-processing", "id": "aff196c6648b45a9b8b090a7f50f4c66", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bfef8384120946838944da8626ba11e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b9a302092d6b4f2c895a2487659b4ad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c50b8348138e4a22b57da4e5e7edbb1a", "region_id": "RegionOne"}], "type": "baremetal", "id": "cd0e57755a35463d8cf9262b489cc1d6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "af84c892ae7043d996586f59844f0adf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "170ab00dba9b4db79b6d1086f0ab81e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3e43d30ea73846bdb567a92882129981", "region_id": "RegionOne"}], "type": "bare-metal", "id": "bb40b0b40bb7490395f95a93075080c7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d0646587a09c4dc4946d7b8a79846c85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a1d7e5e4610640448e05a2fe553e7b10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0a6526eb76184f8b86d8bc79ff65a21d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f166cf2d682c454387c306cc09ca0e66", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cf839004a49640e4b8c2e9fd2cae654f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f220f1def7434aee94b17f41b8287c1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "924d25807a9340f6b4ad691a97eaa9fc", "region_id": "RegionOne"}], "type": "key-manager", "id": "cc42cc8b778541b491e79a3598324ad7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "64128f2793734f2885078e83ed4d2ca0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d37f8991a53b4910b201448f38aab8eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6d2314055b204c19acb0cda8c68671d8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "7087558cffdb486e855e25138029fe0e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bfcc3ff1b8cc4f2980778e2f1a813a03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bf891d0731c640a8802c59a0baa9359b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "758bba088543498f921e5d29413f8e9b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ef5b30a672ce49479165925565080101", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5b3f0749425f49e0879b33eeec846b25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "47f7f067366942d28144a37502737307", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "96409cf021af4b5eb52021a4efdffa79", "region_id": "RegionOne"}], "type": "message", "id": "cd53352f8abe431dad7335d09546dd68", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "056e34366b04465189b0977465f1b62b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "be8fdb6252a24825b81acba629e86212", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "18522ab120274899808801948f17c474", "region_id": "RegionOne"}], "type": "messaging", "id": "5078ae52ccca496ebe96b4bc03a76ff7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "02cb05052a104960bc854b3218422c64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9c6ef92495d34fd98d208940e4237dc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b55bd8f405c64beca69cf9cf60c7d6ca", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8782a25c0dd64200b073f5eb0c76262b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c40a3b7cf2db435092b93a0a68b49599", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4bd882a609d54803adea61b160e6bf8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e403ea74360540fcbdc454f0192f78c5", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "bf65c4c9ee024ee7987b83422a0e6f95", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "42bda1100e1d418c973247c83605bcd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8a35638bc6c0489aa9f2774c9fdda7f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "30c34f73d7524cab8428f72428e639ca", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "8141c3303fb74f49b0371ec82c49ef31", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e4d505df11f74ad2b9514d2807a5deb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9867628a0da44d2581c277a904cf702e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8bd5c9baaf9e438aa8cc618bcece018c", "region_id": "RegionOne"}], "type": "container-infra", "id": "d123d8d515e247c99e8f3496b358dadb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "359f06625ace47f99e284d19e049fa12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b27c475ee0cb404b875e4e3178403985", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "0ba575671a4a46208e6fa09ca23823cb", "region_id": "RegionOne"}], "type": "search", "id": "e4ad8c9cb93c4faaa20da5f405fca841", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6cbab9e2eae147e6b17a40c18c7afb96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9c282144485b4c04bb4631104783992c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "65731ca6d97140069dce63ca1b819c98", "region_id": "RegionOne"}], "type": "dns", "id": "7fc2b8979b1b44f9b527cd89f3d2b2e0", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2236ffb060b34b849bca6ebf56e6e188", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b4e4ee4772744a49955989716453f392", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "977e71733bba4f0bac799288fd186667", "region_id": "RegionOne"}], "type": "workflow", "id": "84fa7d4afef846deb82883a96aa1e5b4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4fb15006dc15468cab92999633eb2de8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "08dee7a0b27d4961adc51292c9cfe21f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a50018d5442b489c8c257c0238e1b4c6", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ab535f0eb36549f99cd7dbbd54b5dcbc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "386253158cee4255b75bbbfec16c9e98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d34cfbc7d0cd43ad92ceb90074020ed3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e6237921702c4611b134c5af6d4e03c1", "region_id": "RegionOne"}], "type": "rating", "id": "5fd4f7b93f704c4494c6b39215ce8b6a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "de6b814a3ad64fb8b6d46f513b14f1b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "610aad23d2ce4acd887a8e2c46960940", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "68863bfe85014012a04503a60ea81c32", "region_id": "RegionOne"}], "type": "operator-policy", "id": "985187948c8a44a787c3e37d86528d01", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8ef2d4199aac4c24abeeb619bc6fb164", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e1b65a8c089f4f30bf28637a3e3b95e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "832a59bbcb2845d8b3c9fa8d49a80260", "region_id": "RegionOne"}], "type": "policy", "id": "23b5295d3a634dd0ab549f66c631836e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "554ec1eec797449789862cf840ef8aba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8646278a472345f99edfa4264992579c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e2475bb22f0d4877af092e527021129e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "60d0953c2b9e47c29640990208ca5acf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4681854e7e674b3ba9bb91b617bf312e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7b4494070b3b4922b12ce606e16db9a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3de767ed8c2f41538e43e45969fcc9f4", "region_id": "RegionOne"}], "type": "sharev2", "id": "d79aa0bf17854618a6616cff31b37fa0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6fa1e4b2b02c40eda629c1ae017f3c13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a8750d53c1ea4789a941cb57f593e826", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "28a2507f40124103afd90d1fe2363679", "region_id": "RegionOne"}], "type": "share", "id": "74c4e01103544cc9887ccacedc7f9f9f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bc219fc45a564c34976cd6c0d735a7cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0fc9c2f99c844a5d8488a98cc299ff7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "19404ea1c6a34e528882b882ca987c66", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a9cc7e8461cc463ca26e1948af429756", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db60e90cb0964cdab0b77a5bf531a97d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d276088e00414a8fb7be6e448146bec5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5edecdace1624aa9a2ecd485c866075a", "region_id": "RegionOne"}], "type": "orchestration", "id": "e8f9656a3cbf431e955d576becd2ff34", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0196d969a334e40bdc4821e6d6bc3cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d24a99b5b301470f9d4f0d390fc9f1f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e68993d20dc40108807fad3ade79bf5", "region_id": "RegionOne"}], "type": "block-storage", "id": "67d58d21ef804f1e9a394cb94053a8ef", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7caa73302f0443c9bf7d91487b3c6e59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "605726daf2dc4bcca70482cc89e04f18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "694a12fef4e54e9cb94d877928e9dd49", "region_id": "RegionOne"}], "type": "volumev3", "id": "8865aae4040a46b6878ffcb0022c4a00", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba3e2791ffbb4f3d9b4eb69be0493cb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5455122d9dd448eb376f2d624813a0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3364da30d826446484fa9a9f5e79237e", "region_id": "RegionOne"}], "type": "volumev2", "id": "a4dcf693135645b28d48d18670620577", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e88855c6c38403492fb1735a51ed5d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3b9c5d82721407fa3bdf9a23cc3fb25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d65914d1ce74609ae1d98870ab601be", "region_id": "RegionOne"}], "type": "volume", "id": "94d7705363b64b08801688554aadbc89", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2903d4fea23346c994a188f12dd56211", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8d8ed6bb7954b8fbea74c965b872eac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e4b0b96f2fa46c789f63d502c603c1a", "region_id": "RegionOne"}], "type": "block-store", "id": "529e41e44c56468e87c1d706f9c4fc04", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cfefa1c84bff41b6a40a09e0ff540a77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "edefcc349a60439a9a6cc4ae89068fcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f564d1dc0e474f82b4df5778a6c61103", "region_id": "RegionOne"}], "type": "alarm", "id": "e1d8213992f047dcadee6814d6b9c81c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2c06701c921f41b7bc4c5dd619c66e4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b550de30a88d4991aceb56c7a9ddcc25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "edaad91a58254910904335c0ddadb79e", "region_id": "RegionOne"}], "type": "alarming", "id": "e4998d89f3534be391354c293ec5a036", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1c0327e662e2445e8c1f30d1c12db4b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5536bf87c5ce4fd98856862006c7734d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "185ca723591c4b6fb04b564bd032e72a", "region_id": "RegionOne"}], "type": "meter", "id": "3bd5dbd4696e4c229414192dd9e345c2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7f03f1334d05474898b1161c2f1484c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0657fdedc2374fdd8b5930b0363e79bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "105f3e594ae649cab2ae5691f7fe0931", "region_id": "RegionOne"}], "type": "metering", "id": "200e77e2fe9b4a51aac3aecc5884623f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9c19082792054425b16f92fce1b9aaa7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "aad56b1d75af4a2caef7e17dfc8ef9d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3a532e70011941a4a041401de7e9d041", "region_id": "RegionOne"}], "type": "telemetry", "id": "d82ad150bdcc4e5ab941df3de57c6fed", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "71d1b9de0aea41328283c0ca7830d26c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fd6d049dff044e77a26c1c77dbdbf670", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4b456b45f57440438938a5da04d35640", "region_id": "RegionOne"}], "type": "event", "id": "d79a44ff7b374a009f39ff6048bc107b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "557c5f52f0c94587a31f98b075764165", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f07fe86a8fe64303a84add65f1ffd6b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7062efebe69941f69c0d8046109e1343", "region_id": "RegionOne"}], "type": "events", "id": "45bf941d73074366b0dbc55251621751", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "de50f87996814af5bbb8ff4b6346c744", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "060235e5ed504e5dbdcaa85213eb568c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7acfd86656eb4f5e9b81a6f352e297ef", "region_id": "RegionOne"}], "type": "application-deployment", "id": "80b96d780cc149549c7d2d1a0885629d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "85b47928046340d1ba5880f60d6dadc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d61a55d826dc40e49a8091b72a988210", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c31a8457180a447b95a474f3c64b9ea2", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2dc2071f15d44edb82de77e907cc07d6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3a94919e16de4e939b9e6f0d5017b372", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "369009f7a050479f9fab410a8e9b57f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c145ca98a9ec447081ce92d34da35fa0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "0e446b91443f4f04aa9b1c7c0be7dd85", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5b76316950e7435681dd6b2c723ae985", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4bfec707bcbc45d3bfac4f8873e9d214", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f5220993942c4bc39850a3a42b92dc65", "region_id": "RegionOne"}], "type": "tricircle", "id": "6382e99e0b214cada34ccaf49551d39d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "48cd8668a87b43c8a15654e8b89fa2a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "663d40854cdd426b8df945b411e5d190", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c5d76e13271e40aea4ace0fae2d7d34b", "region_id": "RegionOne"}], "type": "database", "id": "4de44f51a6b74adf98aff70eaacbea53", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "43eadac4e9604bab86921b236526f231", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6bda2d77406743ff9a9488c100c1b323", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f69b73537d9e48509c28c5875235462c", "region_id": "RegionOne"}], "type": "application-container", "id": "85b36e2656464b84a3f433af6ce2c68f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "21dc4de35c7c4cfc81c2807e6f45d7c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "085a1f8eeff0403f8395dffe2403c7d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2c0f0f351ab84c6eb37d85a9554dd55e", "region_id": "RegionOne"}], "type": "container", "id": "137c380ba3de4d9cbd5814798802fc59", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bc8daadeb77741e28a9036d896ff2aae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cad4c13b09214207bd97d564c576f731", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "39d283c8fe54483d8ba40192a3bc9439", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d5c94d002d4f41aab35889dd63de5478", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "67b657dbee2a40ad9eeeaf22558377a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9d6cfb920fb14f829edfdd5988fbcd09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "889ffec600a14068a3d80b5c5d210aa6", "region_id": "RegionOne"}], "type": "rca", "id": "2ba176558b5c4908a5d5e9e6e8b73a68", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "113dbf8e712e45c190f3783d01e5c112", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3ff61b9c9a064c11b5a64a56d8944548", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7be5c45b25a5462b98b36c9aa99fb8e4", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4a392fb0b6f748e7abf7ab51abb5268f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "535e657349ee49168698f1d89efd4ae2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e5c435a00cdb4bd1bcadb2411e97caaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f7b1492560d24f32a008ea004f081d1b", "region_id": "RegionOne"}], "type": "network", "id": "cd3989f4711b418cbe4b0a7fbb39ca03", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "63add1af865d46c9a5ab34f7e8098f98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a833d504eb2d4d829c123a4fd9a1b408", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "905a55085b0b48cabe6eb83147d68b78", "region_id": "RegionOne"}], "type": "backup", "id": "8189f6d49fdf49fdb26dc9acee7488da", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fb467fd97ea549b1a1a56a22c5be3ae3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3563aa43a65643ef84bdb03969ceeed6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6583f3af49e645388cb5ac4efb207e77", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "98649de3c04c4ceaa83441c880714932", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "561404bfab4647589f5ff4ec426b1074", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1facdcb9a66e46b782a430faada3ae49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5ea67c9ef9574fe7b7d6605e1d2ad80b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c26eb3746a624f559290c47d68444902", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "067a5b3965b44c5598e18be956238f25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fc6e1beae9704096ae19a39506518856", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f6c2c399db7542c7b91a8f3cd3cb9401", "region_id": "RegionOne"}], "type": "monitoring", "id": "8164d031755044a6b632d3ecf88aad53", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cb3ff0087d544b1ebe560d1865053c44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c23cdf29d18d48dfa617620136ab8fd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e34ddb1ed2274143ab8166ecb3efa992", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "22074394228945dfb1687188acf363f5", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4febee28464648e99a3f80b3f78e7061", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "d13ad88e74d64c21a03b20613ea8c1cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f8aebf0d234d43efbf6117a2b8ad9be9", "region_id": "RegionOne"}], "type": "placement", "id": "ab73daa942d24b9f8debdf54f7ab4bf8", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1ecc0229eebd4929b0838b261665be46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9e14fc566f214bc0baff36f6eb607f60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8b504598fbe64600b16a0eafff34a614", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7580e46bce104ef088b569759773f080", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3242d3613c264beaaaf9f6f88095ee7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d59503cf338b4b3fa0422ffccf6f1ce0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fa6be543bbde49428eefb88fc8bf15df", "region_id": "RegionOne"}], "type": "ha", "id": "6ab3628a654a46a4acfadfeec5e17595", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7e1654b8201344c3b451681e5aaa4ca3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "718b923b31d5430e8d1a10d5eea5616c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f0883e876edf4cc38c62ad043018886d", "region_id": "RegionOne"}], "type": "reservation", "id": "47944674fc0e4a2ba60c9fa7d0a3cd0b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "579320d7e92f4935afba1a06b0cc678d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ee5d28cd974841bbbb3fa6767d256aaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "eda2cb46f0fd4ce69fc43c42fb92a0a3", "region_id": "RegionOne"}], "type": "function-engine", "id": "401b03fb51cb41bbabaa0cc3ccba25a3", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1fedb1c7bfb54f6ebdec52187640703a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "aecbd83c89e640a19dd79c3b21efb043", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2dc95a03a68f48319e295f67755fb47f", "region_id": "RegionOne"}], "type": "accelerator", "id": "3e4e7b91ed1d4c8f8327bc740a09626c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d899f1bd6da74d81bc7bc3c13ee7a521", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "76201b7bab6d4252b1cbe1901c7f222c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "dcb00ac60feb4c7f8eb4c88dbfa12398", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0cdae82bff6742e5961d48efaf9d921d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8248ce78443241299ae4410e857baa22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c57e69f469b6414ab1b05d1d64e73541", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c8b7f4d02e354b9aac27c2f3034445a2", "region_id": "RegionOne"}], "type": "registration", "id": "6d1e213b8f2e472b85d3aad980ad2c7b", "name": "adjutant"}], "user": {"domain": {"id": "408f40df797040d8a746da90c6fa57b2", "name": "c4e1015667dc4cd8bd401a278af60f99"}, "id": "14434c0223114b6081af8c847d58aaab", "name": "ee733fc53fba4feba6f12d59ec571505"}, "audit_ids": ["06db0024673b4804a85f4783e7e6e280", null], "issued_at": "2019-09-19T09:04:40.222090"}} 2019-09-19 09:06:40,350 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,354 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,356 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:40,370 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/receivers/no-receiver -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,374 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,376 keystoneauth.session RESP BODY: {"receivers": []} {13} openstack.tests.unit.cloud.test_image.TestImage.test_create_image_put_protected [0.330969s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,249 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,252 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,253 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,254 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,264 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.187626+00:00", "project": {"domain": {"id": "b25a055558504d0581dd78837679f071", "name": "1595d658ccbe4c7eab353c5a6773c937"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f1fd5a1dd14f427dbd406c42520aa167"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f15bb805e2c54681b296ee1fc645dee5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "048fc11343dd42c09ddbb3c8bc2befa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "adf87e0bec2d4ebb87a8181475296ea1", "region_id": "RegionOne"}], "type": "identity", "id": "697261c5d19646ed95fdd379c2952e45", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6522505f35b74c6f81edbee43a09601d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "93d3bb3f002f49caa5a72d02fbba53ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3f7f0cf83d584eb29f02e6f0b626496f", "region_id": "RegionOne"}], "type": "compute", "id": "a0f382868fad4750bc4f1e358819d2f4", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f205088f78744d579c96b45198b07698", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f5f42ab9c2f14f99824cef6b9e617dd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d5477222a4b84fd29e322342f4eff35a", "region_id": "RegionOne"}], "type": "image", "id": "0dd9d3c370cf49ac8dafd9d7319d8278", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0c0946f9e282419fad81bd2ca2033777", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ffc8b12f40d44ac28c037cc4ff61311d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f750760d76e24b39951e6ffdd2ffa4ee", "region_id": "RegionOne"}], "type": "load-balancer", "id": "798f5d9ca1114ffa893e0c34929dfa0f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3f6f76860c749d38be707031ed609c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6af007b3f1943d594744f2ad77c47ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0aed28fc417f40d2bc580eafb3851468", "region_id": "RegionOne"}], "type": "object-store", "id": "9150d7a849a042c89e72cd2d7c0ec073", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cbbdd974ecba4d18a8dcc1354f360cb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f12a2444ea4e46ee8090c3cad6dca016", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7d873d47ee95466ea81f9f62c1f02c16", "region_id": "RegionOne"}], "type": "clustering", "id": "13d3f2a4408f4e24acf0414e9c721302", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9b2b0af9a3f34ad08f2adfce8e16e0a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "67be3b622ed54c1588b84d943dc028a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "89f99b121af44e07bbc9c33c9dad1038", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "40ca70b452494849a56b45b650a8a802", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "178ab21d2dd14218b9e69336995c889a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "11e5f828e963429ca0a7591a1124b731", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a12ac041991c49e2902e7ed2696dda6b", "region_id": "RegionOne"}], "type": "cluster", "id": "cfa6693357554032b996484b694e4bc0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "38f4038c033344498ad82871746f2d23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cadfc56c6bf14ea399bf80e84e4542ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "15de7906d5ca45d09f72d32c768cf182", "region_id": "RegionOne"}], "type": "data-processing", "id": "f314e50f279d4e1e81aef6efd2f12c31", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7b8126036ba14c50bb64b4f81dfe7736", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a4adbc3c87fa4f8eb848f653efacf335", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "06e01b39124640728905460206b8bbd2", "region_id": "RegionOne"}], "type": "baremetal", "id": "c6aed73cfac3462ca16f2f340aac659b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "74797af28d9d428d91a4e7b8d1dfdeea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "50b406a2388a451b9d16af0a306c57e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "03fb8bc2e10d4d618f9461421747e8ee", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7c5e5d15d18d43c0a5ee6f192c73bfaa", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cac9097e5d374b53bff302e735d3cfb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "86de180b6b194b6d819f9f8594a5ae4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "428f8522e6b0411eb5ce6e3b97ac6d3d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "73a0e3e5921f420d83264ee87d0e3947", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bfa42385580843c6b276eef6a0873954", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d186fdacde6c43dfb81dabc5f194fc9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5431b532c21042848e13fad01a08f00a", "region_id": "RegionOne"}], "type": "key-manager", "id": "0faf633c91f2493eaf9bfc37a95bdcd7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eb00cc0e03ef40d298c6648d61596c7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b0c6df3ce1754cc4afadd657870e3722", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "43d68025312940aa98b25b201a70877d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "988ee54d00414580b093fa407d3b29da", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "33b9d89f45e44455b0cbe0cc50a54544", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0117db5bc879490192166773d7071ecc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "dd8dc5da7ec843dba92248469ae61a53", "region_id": "RegionOne"}], "type": "infra-optim", "id": "798b61ca301e44e58d5da2828a7e68ef", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "15b52894c7734875bf708a86a514e163", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d46c848db43042dabe50ed86f4271fe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "64e18838bd79444f9c29dacd86bfaab3", "region_id": "RegionOne"}], "type": "message", "id": "07669050cc7345228f986a8e5e246ffe", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "dd08dffb37e149eca2e27a16c21fdab2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e61b49ebb6044ecb9f48068ad1adee63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7943b24b0b9147839e1afba16aa8c757", "region_id": "RegionOne"}], "type": "messaging", "id": "4667d0149ea64feaad78e47c378fdd1d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c703603a144c4be086d56d6bb72a0915", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "45437e4c213a4eca93f1e241eca43fe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "31eb0c8354af456fb36cee2c6fc348e9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d2c08541fd514a45a1e10d1c86afcdc4", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "85f5683ea4534a62853a3e7ab4a74ab7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5f7d4b9bb9664879962d922090e17520", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "83fbf5e2347743618c0b1016a9554808", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "864bf15ee7a14dd0b7ff7a3a37e2f0dc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e893e5c70b80468eaa0c25ab77697415", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "abfe675a301c493c9b5d9665c53a2ea1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5bfa765e13fe405ca41fa0f5b3d8ec69", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "50d1ab35340e4caa903a16949e990d75", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c47cbc8068894862a6d49190d7916781", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5220a723c7f2492c8b318b7dd57e7206", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f7c123a4d6ca4826836c22969cda9d05", "region_id": "RegionOne"}], "type": "container-infra", "id": "9ca3db5733ed42cab018353f79ad2c85", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4cb68f90d51c447bafc0f2d22389b89c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b7a3e90485544db29409a862ce69f59a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "7b664eaf5f8d4ff686325e784f8c1dcb", "region_id": "RegionOne"}], "type": "search", "id": "4912853bfaff4fcc959afbb0c0951b3f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1855f4d737504de6b3346473eb27433a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "554a6e869f6f469d9a62fe01a918236c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7c4546ead75a4de7b33e24c74f1bfd31", "region_id": "RegionOne"}], "type": "dns", "id": "6bb0d562d7ee4af0b254293aa750772b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b9d82a02455b4e80b2348cc59fdf3cd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8ddfb0329f474df3b8e26a4a3b762b4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6dd173be1fd74bbab785d8207882f07c", "region_id": "RegionOne"}], "type": "workflow", "id": "47dc0145cfbe4ffca19d339bca7a8750", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1e79736943cf41c9ae1925c5fbdadeb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fd9309aae3c14179892e32302d04de12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1f3db456b87e496d92d2ce8288714df5", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5fb71ec6d4a8430bbcb5bc3f953d2c17", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "3a4095c4607344b184bae539face743f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "aae501fa4746428c8eb1d0dc0cef465d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f44604b902f840fe8ebbf6456e447049", "region_id": "RegionOne"}], "type": "rating", "id": "fb2ff704dabe45bbb7f1649b794ca6fe", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a441a9be6d5e44b38175c2713f056053", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6aebba90d8ea4ef59d86430af395a533", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "255fefb38ad848d7a0ebc611b4a29c1d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "fb0b9b3e553f44648e3da8a7a52a9710", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b4ca2035fd7c480c858d219deb79664c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bd8a4f49b3194e9db784235e61de6b4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1dc73ade84f0476bab22d95c67c696ce", "region_id": "RegionOne"}], "type": "policy", "id": "c9fccbb8cdf241a5a1c35e75e04b6fc3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "504cb0c2dbe84bf783ffe64c6a44ff94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "de14176d708249939d7e2defbf6e4c54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2d1647c695d54eb0b112f44f24bce1ad", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "29e894aa9b634f8b9cd18fda848e5482", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "592fbb0183c046f988d2c743c9516dc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e3eb47099f7040c6afb44e6279ae2650", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b3ca1a7653d04718af092890d0d1e0b3", "region_id": "RegionOne"}], "type": "sharev2", "id": "14f7177af7284bea98699e8a739c328b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6f9ff4113bf74e5cbb47a23bbaa12cfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8d3939b228154d9aa9443f851ba7f757", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dbd4a1740898484ab3f6f3580e959e32", "region_id": "RegionOne"}], "type": "share", "id": "f52191f2b37f40ba8cbb9b78f77e72cf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "561f550f434d479f989e1b5c68091bc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "34244044c88f4a5fb692ce7501040201", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d503fe7f3572405f86455590c2ce3f2d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3d21d7ba5b8c480bab24278c77dfec6c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "609282b8c1994b9d8ccf44383e22d35f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "899b27b6664545e7ab4bc49f1f057d73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a49b0e3d06b45ccb2243a5050e3e11b", "region_id": "RegionOne"}], "type": "orchestration", "id": "e94affa0841b44ca996622e70e44d2c4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5201be83ebd545caa338c0c5c455da98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a59446f68dff478fa84bf82b0abfb678", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83b547a451694e54a604cd93130035b9", "region_id": "RegionOne"}], "type": "block-storage", "id": "6e099b3f675d4789a8cd38e558eafec2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "046b2480d19f4d34a21d0b5cab4f8d19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ed952c4e8d34009a605ad9fa4b7ecd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc4c69a2ef9a455b82313d0d2094797d", "region_id": "RegionOne"}], "type": "volumev3", "id": "f1bf83449d494b7aba5648bcdd56b32b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ec24a1fbffe483994ac0a373391d6b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cdc832d6dd664e178d4af8801f841bf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26c4ad57997347d884f68b4dc5aee2b7", "region_id": "RegionOne"}], "type": "volumev2", "id": "7717f39f726e4d6386abc88076796496", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da77796bec4e485eb4eef8b1d6f59cab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fd95e9f5e75429bb9d688ca4432133d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0af144cc8de4ccd9df8ffc882e44602", "region_id": "RegionOne"}], "type": "volume", "id": "7b8608351d0b400d839fb8de35e5a78e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7b1a19811c947ec881ea66be7f16b31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "522ab8c1f6e34a5aba63ae7c531bd360", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec154afb4fe4451a82690e63c922f979", "region_id": "RegionOne"}], "type": "block-store", "id": "40879671b4ce4121a5de478cec4cdd4d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2ceb299018d74a2e82f1c06f584ef6a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8017e346d0c844caa8ac2620c6b56931", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "338cce86e1654849bb9e0e011f28aeae", "region_id": "RegionOne"}], "type": "alarm", "id": "3eb27a82ee12443d8c5a8837fbcbfaac", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "320fe8b70b0f4fd6a52ce80cd6cc6caf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6bf5f5bb48f447f6b9df7feedcea08af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "31de95ed352d476e882f8ec3d6a11522", "region_id": "RegionOne"}], "type": "alarming", "id": "391c6678f951437f97f330b45eb7db11", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8610c6e2a09b44ee89006499724407a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "07c7322c2a904872a699e7b7ca94c473", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "83c4602fb529474da17b3b01c2495934", "region_id": "RegionOne"}], "type": "meter", "id": "d3da76e2b27347709827fe55c6aea735", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2fe07d9fd3064bd59683115dc6a2bcdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5e6945f9d2564f36a1011646afebc532", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "511d0969e89f43a39e0b9f0514822250", "region_id": "RegionOne"}], "type": "metering", "id": "de82f444d6f947b78f71446e482ef776", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8d7ae5f4157c4deea58332db80ff7300", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3c3fcd44967c425aa00f95a8e05b8952", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "71f0248071624ef8b1ad1433a8eecd5e", "region_id": "RegionOne"}], "type": "telemetry", "id": "06f7014210bd4c42bfc766f1af3c386d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4e6250cda7e74bdb80199baec9b6be91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2f05d1708d764e628b7901c7e2de5343", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5416513beeed48af80daff77b5d0f8d3", "region_id": "RegionOne"}], "type": "event", "id": "ed41df115ca54a5b845c0343a0ef4891", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2acf61c52fd94201ae4da53568918e3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "28fa351904ad49ab83b4d6e1340ce895", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e3ff94e6d0fa48d5ab4a06da08ad5796", "region_id": "RegionOne"}], "type": "events", "id": "79f428c71fc74e268ff28e8a44b70a0c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c29fdd0ebb0c4afebe6d0bfcd6ebf588", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "af0a79985bc14ff190ff70baaac54a28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "153de7299496473c96dc850ccfa87e4a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1075e62af7ff4de8994666bcde3ada0e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b20f7fc8661449b19197a2c8dc0be42a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3b3dc5c7c6a84f41b92ff2f7cb856c29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4bb5cc2886994c5db731e9de85edb472", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c04cee366a9b49259410bb1abbb9f5db", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "55e98552a9bf407db0b0acc3c060bfb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c83369b7bcf24569b1d478c36f7b251c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ffe9ec09e9ff4dc9a37433dde7067a7a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7abd0c98459541f4a8857be78b41fb44", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "058fab3df6024678bf22a4535b61eb02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0e85df272ad54420b8b33b9d77cdf57e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5edc39b9de0e4496a1e585e22ea79ed1", "region_id": "RegionOne"}], "type": "tricircle", "id": "6a149b2f0a6b49809a0062718d550f85", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "25945841f96646dd95c8ea112e72b951", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7df438a0557c48dfb56b54a0f47c8f94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2a6f0e027d52471390979d4ffeb76a80", "region_id": "RegionOne"}], "type": "database", "id": "d46c449c978c46f6b6517d23cc655452", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6377a36238544d32a4453189a14c6017", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7a56fe6abb684db1a06a71d4dac50824", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f8e49c0334404ba8a3f44eb9dd25b8d2", "region_id": "RegionOne"}], "type": "application-container", "id": "c88da9fff41e4f7586ba2159d64b99b5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "24af27111ead4ccaa077cb45f755f0d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ed4cc18c07be4e52829e480d2caa1c01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bb07c5f251d349358dbe6d7ec29582dd", "region_id": "RegionOne"}], "type": "container", "id": "07f3f0bad65544fdb1f8ba24f6a645c7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "85fc74eb523a4a3d81b9877f399f8f80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4d8f27baf26548eea1a6cf4e1268f0e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "490e7215549a4631b416132ed48e58af", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6cbd783a6ea24c36b6b9b2cabee449f8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f8e31284d30741a08fda3b2273eace61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "96f8674b28004ce79acdf6630280cf1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bfa0c9af0272444a85bf5bc3274d619a", "region_id": "RegionOne"}], "type": "rca", "id": "262bf1fa2ea049b198151233392e91b0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "731a67a56d264b2e8349b8e6eb7b0a44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7dcbab4c4d144477aa152500b55b4588", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "2080713247f142d2883c85350df2a104", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "edcbd08e02444dadabdf538b6e4673ab", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9fecec8146db41169da65aa06a048877", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "6ee2ab7c8cc0481bac223bf7ada5bb6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8400779c0bf04d14ba476622089db88b", "region_id": "RegionOne"}], "type": "network", "id": "c7bd86ae806c40fa83711846d6945272", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "b19f8d6e913d4213b7df71093803c8a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e31e5c5a50794510a6fa47fe816efac0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f0979ec9db464628a05c3fab3043d6af", "region_id": "RegionOne"}], "type": "backup", "id": "f098087578e04adaba3440bfd395d936", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6976ade4981646a599edb72f1ca2a3a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b263ed5bd8904b6d9a4f152b0341c516", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "125bb037abf0462eade823fdea461b18", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9dd23f8367f8409fa41910de0436681a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a40a76e9f39e486d8f8b8d1e4643ac23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9c4eebe531b44b16b1b6d289d66b7f96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "772eb9867e2f41ec8005dfdf35981154", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8370685bdc5c4a2a8d9782a5eee072d8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "18bb691047aa4e4ea7b4aaa10ad0f6e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5923386e9811400fbd0214129b04f019", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "716ee7efb09a4e0d9b0ee861faec54c7", "region_id": "RegionOne"}], "type": "monitoring", "id": "d3d3ed138e8244969cbc06ae1e6ee7af", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "af72620a7825493c87550940b32eceb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3104632573ad44558a655f50a38bd20c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "3745b00d80b741e5ba1cdf9a3568a183", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b7ea598b09474c6ebd2b50485e24f2eb", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "20cffb4a9d1f4248bdd0ad8bd4a30909", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2ef2fafe57a4471e8d4e7ac355bc4de3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e81e6327d02e466f8727a7d86dda427d", "region_id": "RegionOne"}], "type": "placement", "id": "14a371531a1a4b80a8c2630a136207d4", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d2e73c85eaee4a22aa4bba54b1d0380e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8f3d41422cc3441ebbcbaead82b45a2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a0d990d8e8c74411892a690cbaf42361", "region_id": "RegionOne"}], "type": "instance-ha", "id": "751420ea4eb34855a714965784b77d56", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0d229b80b46c47a982b9075ef681fd0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8dfe0f9668b943a3af4fffdbc3553471", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0266dd98326c4de5afbb55f782bb31c3", "region_id": "RegionOne"}], "type": "ha", "id": "1e0e3705474d4b3ea40e650353349e0a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "aa0fc144a42549fb955ee6427e2af9e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8b0667a2e1ff44fbbf6b538cca1234a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6e7018236439477c825dda84ac307038", "region_id": "RegionOne"}], "type": "reservation", "id": "f12744936a2640a99dfcc586e61dca8a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c97dd2e8e5be467a98930d7d89294779", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e45daa71e1ac471ab84fbbe53a643df1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f71cbcc558ac462abbff9f7b52a073ad", "region_id": "RegionOne"}], "type": "function-engine", "id": "1859cb90883a4ad48612b3963cb255cd", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d0e27979187f42bf9c25b68993e10ecf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "40580f9667fc44debfa58da0f5fd5207", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c244c728e535459c8577156b42b7c8da", "region_id": "RegionOne"}], "type": "accelerator", "id": "d7958e88369b4fb284df7941ee6af5e8", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "47c0166442f94d598bf20b2f92c4f6bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "07754cbcfc494df7999212e225164f22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2510a86cb054424aaff3ef833e188509", "region_id": "RegionOne"}], "type": "admin-logic", "id": "1b7df0e13c394afeb597ace61c03bdd3", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "133048e2cf3441fc9f45abb969807db3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "279723df160146da9a51c8e07ee53b41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4d24bf1ab1304b6a92f3651ba969f05c", "region_id": "RegionOne"}], "type": "registration", "id": "8669c94e157f45338854e2958124c878", "name": "adjutant"}], "user": {"domain": {"id": "7455aeb0768b4fbebf91943b1ccb9cde", "name": "8a072201a96e48c48f621c88217a1fef"}, "id": "f335aa0b09f0462391627f918292ba68", "name": "065d0f3656c14e40b387af6c54110003"}, "audit_ids": ["a0c1c2e68ae943a38cdf6992ccb7c1e3", null], "issued_at": "2019-09-19T09:04:40.187626"}} 2019-09-19 09:06:40,283 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,286 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:40,287 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:40,311 openstack Calculating hashes for /tmp/tmpmQ7yZa/tmpSOsqAs 2019-09-19 09:06:40,312 openstack Image file /tmp/tmpmQ7yZa/tmpSOsqAs md5:93b885adfe0da089cdf634904fd59f71 sha256:6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d 2019-09-19 09:06:40,371 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,375 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,377 keystoneauth.session RESP BODY: {"images": []} 2019-09-19 09:06:40,402 keystoneauth.session REQ: curl -g -i -X POST https://image.example.com/v2/images -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"name": "image-2", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "disk_format": "qcow2", "visibility": "private", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "protected": false, "owner_specified.openstack.object": "images/image-2", "int_v": "12345", "min_disk": 0}' 2019-09-19 09:06:40,406 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,407 keystoneauth.session RESP BODY: {"status": "success", "name": "image-2", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "disk_format": "qcow2", "visibility": "private", "protected": false, "owner_specified.openstack.object": "images/image-2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "min_disk": 0, "checksum": "93b885adfe0da089cdf634904fd59f71", "id": "03bfaf07-77a6-4deb-9a70-01d6c0a4805a", "int_v": "12345"} 2019-09-19 09:06:40,429 keystoneauth.session REQ: curl -g -i -X PUT https://image.example.com/v2/images/03bfaf07-77a6-4deb-9a70-01d6c0a4805a/file -H "Accept: " -H "Content-Type: application/octet-stream" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '' 2019-09-19 09:06:40,433 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,452 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images/03bfaf07-77a6-4deb-9a70-01d6c0a4805a -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,456 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,457 keystoneauth.session RESP BODY: {"status": "success", "name": "image-2", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "disk_format": "qcow2", "visibility": "private", "protected": false, "owner_specified.openstack.object": "images/image-2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "min_disk": 0, "checksum": "93b885adfe0da089cdf634904fd59f71", "id": "03bfaf07-77a6-4deb-9a70-01d6c0a4805a", "int_v": "12345"} 2019-09-19 09:06:40,497 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,502 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,503 keystoneauth.session RESP BODY: {"images": [{"status": "success", "name": "image-2", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "disk_format": "qcow2", "visibility": "private", "protected": false, "owner_specified.openstack.object": "images/image-2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "min_disk": 0, "checksum": "93b885adfe0da089cdf634904fd59f71", "id": "03bfaf07-77a6-4deb-9a70-01d6c0a4805a", "int_v": "12345"}]} {22} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_get_floating_ip_by_id [0.237578s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,373 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,378 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,379 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,382 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,393 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.307881+00:00", "project": {"domain": {"id": "8a6a08c11d1a4fdaa81504838b697254", "name": "39861589c9ec4ddeb6f6ab480b7c5d31"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3575aa9a767d4bdaaf93f1978c292f51"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "58d12fe4b54c428c9e90d0e494b7cef9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b1e4f6e4585c4eb484a864818e12d507", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6e66ce98fc224a3fb258da4f2bbab021", "region_id": "RegionOne"}], "type": "identity", "id": "42416784fbad4e2eb1c2d61f98caab18", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1cae080d1c0e409d80cd85b84a88ea0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bdaa6166bb214516b40f83e2ebd0cbae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5d645d2e6a4c47a9ad484dd51574f3b3", "region_id": "RegionOne"}], "type": "compute", "id": "c8e4e9af37cd40b7aa63454f0fd5bdf2", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6587554a49e542dca585ba3bc341ab57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1b92b922175f4c85bdb9e85dee18221f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c11e81d1335f44d188ddf134c52a2eb7", "region_id": "RegionOne"}], "type": "image", "id": "8167ce17d3e441c48bb33a7f1c00a6dc", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1a4ff963271849f18b101f868f83442c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3630c779dbe648b98b17cdf9cd0db2f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "22d46720ff76497dae12d780a0b66255", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1e73f0a63a014e99b5c93f70fecb3910", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12952e9ce750446da22ce9cef70cad07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52dad44d23d745858b14bf88719a0bfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a654368022534b9997de197484b25cf2", "region_id": "RegionOne"}], "type": "object-store", "id": "a0492f4a5f164c47810472dfb0004ced", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4eefb48dcb6c4f43861b8b5e475ca06f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d0cb0c9ebc484e31b746a1719baaa360", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9af782ac62224964b1eb583fa510d4cb", "region_id": "RegionOne"}], "type": "clustering", "id": "8e25b945023e47b49d98a53a6ddaf493", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "34e85f954ced4faf9d9183a36e39f2a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a92af51b3db74e3c8d3ccf316629b002", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a8d55da721394a63a968661ef7745a46", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b8742b8cc3284f4598745cfc97c8ba4a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "69a51df083c54cdeb68bd026d4756f02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "657436b2d0374b17996de5185b76eb9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4ae5355c6dc741dc811016c15d64546e", "region_id": "RegionOne"}], "type": "cluster", "id": "d7aed7ae74a047c1a736bb40c360aada", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "04c4baa8bec841ed8c0c58225b91c431", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cd527d55e9574ecb918b1195e57ed5da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "34188fccf9b54cfab5e538b5d6406395", "region_id": "RegionOne"}], "type": "data-processing", "id": "f84702b060b8493eb54279232a88285d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7751d1dc98634582ba4c40580006e720", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "96d4609688014266b71878793e0dd911", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "90085498861b4b56a91e2e9254206172", "region_id": "RegionOne"}], "type": "baremetal", "id": "47668dfccf064789bb5e46702c411ae2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bc46604d76154e64a8c1f9dc85e0719d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f504236afc12465faa7277bae159c1fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f0b75ae10e8b44079351a7a634256a18", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f16caad18d9c412bb23d8d92c62b2475", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2666a9809b574b1890f230879fb2cf6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "367f278f73234d338e1c882989149187", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1d33e97b6acf438c9ecf8874b59de486", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "30360f943f364575ab86cf024ca49960", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e14ca772c626442082549bae5a6ccd60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3f1e62299f854f2784affc5459e3a853", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "75ed7fc1265b4120b6c01f9dee7f500e", "region_id": "RegionOne"}], "type": "key-manager", "id": "af4c64dca6d240949ebb1460dddbf23d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c119ce322988481687f60f644dc5a3e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "83b669ddb1d047eea825d94121d2a80d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e9d0d215d9a148f2a95d131ea4504043", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "3e1f36c774754755ba37544fdc91de53", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f9e047e879c243db999738dc24b6b7aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cd1c024fe130425aac09ca46e11c1680", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5617b18ff9004043a7b2c8ed2d0075bc", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8a7b50e4de124547b9868d8ca5e26cea", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9e2bb7bc42a94c0f8633c57f568df9fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "01de0edd80b6416a9bddb24b12ad7449", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "42d141bdde2346f29eb16c079e51a31f", "region_id": "RegionOne"}], "type": "message", "id": "48aba0a23bd1406f980bff6731fdcae0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a5e34501c4cf465299ebcd9a3aa0e32c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "842dedda402f415bad42fac000373ad6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "682e8ac0c4f64b67b32e67613e4a56ad", "region_id": "RegionOne"}], "type": "messaging", "id": "1c84e8d349994203b173d7bcd6354e21", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8e26444be65a4329b6a58d4eed647aca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a0dd32958aec442b81517ba167dba8b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a7faa8089288496c8ff2013095603ad9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c99c4ed6eb94419da98f9251991aadec", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce7eb992666440b5842fbe8bc4b384bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71b98b3a1a6f4c8a8609950463ec8862", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "48ee2217699b4e489a6727e9594f5e83", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "52dcbb65f95f4b22adfaaac2a20f83fd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9d876279fcaa472b8a586530abb3d08c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8076c4ce7be04cebb297447cd554875c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "21630018dced444fa54f0f38ac622cca", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "af3e32224b6a411a9136a9fbf71be2f4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "efccf56b53994840868c189a43105bb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ad948b93cd54e8783570bcc0ffeecb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c28b3482e7c4f2f860f40e79d880c19", "region_id": "RegionOne"}], "type": "container-infra", "id": "4efeae4a00bd40c9b96387bf1a801e6b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "22b09f21694d4b08bde33f3ba72db466", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "bf93f3b42d9a40ddb55feefaf3db543b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "496af21f57f644d1a924406cbd7a7f3b", "region_id": "RegionOne"}], "type": "search", "id": "1117769c5d21480bb56ffdba6e7180c1", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "0148f5bf11ec4ba29ae3e2e21315c2dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b3d0e659d0024baabe85333b97ba4e6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9ffb269da5dd47a0943bbaf34a9cba12", "region_id": "RegionOne"}], "type": "dns", "id": "ca8cc94e31da4139806d8d609f538772", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "108d7da9b6a3407bbd81bae336a85821", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a7750596420b4bc7aaf2fa7be9aad474", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b7d5402c364f4a8fab7c0ca3782b6d5d", "region_id": "RegionOne"}], "type": "workflow", "id": "e427bbd7ab3945eeaf6309665716b8d1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9f796ab9386f4962ad731044fd012db9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e81e7a2b84484b3e925a9a740067f17c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9a017a10f2474b499ce2a0dccb754ae9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "feac238413a54900973a35974c35bae6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a2b0f4cba07b4666bf14dfd1049816ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c838817fee04432782587efe5ae6f009", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "57d11aa2558c4cc182c316d7825458ea", "region_id": "RegionOne"}], "type": "rating", "id": "2d1f8c2b66dd49758d0bc2da6513a55e", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a4dc720c2c564c8d9589a3bea11abb8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c21efc748b2f40f5b5edaf1b73673170", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3af939b8cee1437895a84d593984b629", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f8564cb09a084ffd8db1880c5dc9b563", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e02e79f42ad746038c2584fba5ff49f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "57ff557958564ea7b45c78da63dbd54e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "29c13a660dda4587b40f2a5d5d9364ea", "region_id": "RegionOne"}], "type": "policy", "id": "cec6d58b368f44aab9eb8ace2fdb4bc7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c61631c9db5f42ca87f8a26bbe43b961", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e1f145e54e9345878898e2251a29be02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dd29e94ccd124d3b99444e8b0f963ea5", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "fec75630309c4a3d819bbcb8f62ccef0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6c3943159e4441689120744e70969172", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "401b465f3af04fa282fb5e1314ae6e0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "09ac83b6d8484c1b895a6a3cb6bd5a30", "region_id": "RegionOne"}], "type": "sharev2", "id": "1619bb58a8b9498c9c7dbff846dfcc7c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4a113b6ee0ca4488b127cfcad9a4b060", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "53172317354a40a5b172602972b84044", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "81be1bfb63774819813f5a8295cba2f1", "region_id": "RegionOne"}], "type": "share", "id": "abcf5816246a497a8b2522061f6958bf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "14eac4462bd74f1fbf8f817111ff1b42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "22c6aea0ecac4d4b9b7a2c5498f7fac0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "fdacb404cad643f5bf049c7a14dd46ba", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4456ac61fb0348a295da0bd5138ae01b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a82e6a3924847cdb1e70d5b36ac4f22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a51604bc2ec342ec9ead9502e4d74fcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e3789fc00df46478e34bcfc4ff03416", "region_id": "RegionOne"}], "type": "orchestration", "id": "353b4f8b58954f099bd11c6d7848be29", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f8889c5d52d42979337a29a6b8687cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "740cbc00933947ddad390834ec612e57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fc200a2e39440a683e4789bcf267a21", "region_id": "RegionOne"}], "type": "block-storage", "id": "daf4f20e93d942bea297797cafe19813", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99ec086234974800bcf4975c3b8ae4a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b08d6f0d53341bba150f97254682251", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "daf246a9b5e54896b1cee70a04dcee1b", "region_id": "RegionOne"}], "type": "volumev3", "id": "a094365681c04dc289deef0ea01efa57", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e1a9584288444de87f4210dda92799b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "abc4343a0c0f45609473e013454ca872", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05863c93aaa04cfb9655e5bec131941f", "region_id": "RegionOne"}], "type": "volumev2", "id": "627f4fe1997f4f7ebb988c9463a17b60", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5f3ea85902148aa95ee7f275dc33875", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0e37a62733d40cbbefc911124806214", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d11c9505c4f84630afe51640afda760f", "region_id": "RegionOne"}], "type": "volume", "id": "547f8dba459c4664abb14a9d5dee583c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1254fa09f3604ac88746c42f6c466d54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6dae11662d54237ab709a5931acdcd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4fbc804035a44928b5cf8020e030e4e", "region_id": "RegionOne"}], "type": "block-store", "id": "a6592995f32f43a99db4a0abef2f2e92", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "32f6df65cf1240f7899dc108908ae6dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a7b4c728d4114501ac2e56f520873091", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "44e0a095a9fa42abb101bf1f6dcc5aa0", "region_id": "RegionOne"}], "type": "alarm", "id": "ad88116925174d3898aaba333b27eec1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "78479cd24f9e4324bc88efc61ac32087", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0a1a99ce86ff428fae62e3d06fc0926d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "837a2b820a844436995d385b311df574", "region_id": "RegionOne"}], "type": "alarming", "id": "8e717e4714cb48ab83fad6e727645527", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "512916f5bce742e69e3863ed0e420f2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "823144553a264c52b52c724b5d3ff822", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7eeee47d520742799c8c7687bce4da5a", "region_id": "RegionOne"}], "type": "meter", "id": "c4dbf1cb03ad44ff9990e6a7ee4d3cd5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "946dc78bbe5846dbb4ca7ebbead496f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b47b256db79443d8aadefd2b706687a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2d90f6ffbe134a46a6b3753aee567869", "region_id": "RegionOne"}], "type": "metering", "id": "279f079028f0478ca1741eb6a01e301d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d46c19a258e041a39aec4ab64a15726c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "015d48d8ce9c4c688cd672e961171649", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "011960b0c27a4978adcf405b96a01d3e", "region_id": "RegionOne"}], "type": "telemetry", "id": "82ebf1058e854c6db4581bbc89d7daf3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "71819cb3c72b4512ac65bcb635833a10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9ba14aebf2a84837a955636b9e53b8aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2d0c20393c954cd2ac99d27aa16802bf", "region_id": "RegionOne"}], "type": "event", "id": "bdd653ef5a11422a9d2ff61e218f38d2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b648ab9dfd2d427086526da446d59078", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "95aa6b7e0047450cae725795c91fb655", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "92cd8f2b613f4924bbe20c95e44f538a", "region_id": "RegionOne"}], "type": "events", "id": "983f192112a248568f6393cc4ae020be", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3faf129937a8422599188733f7cb9ac7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "052b24ebccdb44ecac0ce9de4535cecf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b2668f5ffbd24585a2069d9383835aaa", "region_id": "RegionOne"}], "type": "application-deployment", "id": "cbd75425d5654d74ae47d0e38d22a240", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "effdad621f5f483fa9713d511cffd972", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "41431e793ae24cfcba6ed620a356ffac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3fe12d4a636746f788c951a1a70c8b7b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c5e3557a418740ab9f34d8c032c3421d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "663ca118f3fc4707a49fe409b6ad00f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "066a2227e5db40c9b714ff6d9705fd75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ee595879466f464d90e08f8c618c78af", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ce1aa795d49249ed8755153023ad65fe", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "49219f1e84784e9db623340fd1bcb297", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "20973c1cc12246aaa8a597569c697004", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a07b4dbad9e543ef8c5262984f897881", "region_id": "RegionOne"}], "type": "tricircle", "id": "c38f3a7cdcb945a9b49d82f06f29e601", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a87f09c2eb4d4814a4cbe72811ccc7b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "be4fc8b5b5464068bf1ca1c82da8c1a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "75d92ebc94394d3eb03975e482a4997c", "region_id": "RegionOne"}], "type": "database", "id": "851b415abc014d3dbf7c2375d5a28d0d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b6ef33d6d41d42f5bf6cb70898ae77ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0e07f7c9de0040f68f58561e1fe2a51c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "651812f54ae344029eea66b90faf9764", "region_id": "RegionOne"}], "type": "application-container", "id": "e76b8adf9ea04e929261ba46a6797366", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "208c278c6eea40138a684b0e41ad3f42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "442d5ae526ce41cd9650805f643b5f67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c8c2343adae845df80d2db73f2e9b9b1", "region_id": "RegionOne"}], "type": "container", "id": "34289df21aab4be8af335f5b36a3d94c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7fae40cb880e45a9ae0ab7a21f710f3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bf1980443f534a68b9ba5ff92287152c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "36de748052b64573b939a26812793456", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4ca38cab3ba5459281ec11001552d16f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "76bdf53868af415b99986a3ff6db25eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "02a8e83203994ac3b6ede5a7594ae369", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "613a50ea4357466b9624f80f1dfd5472", "region_id": "RegionOne"}], "type": "rca", "id": "b00f8f7c18f74a8f96ad74512fbabedb", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7acaf7ad94cb441f9818c51ee2f7c969", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bf3dcbd8a5594f909d53823c7b1d3df9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8bc076780abe44919e16b0047322bdfd", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "441836fd5b604483abfa22ecf0413d02", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a8dd4d7dab144559bd53855e58e2b517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4dfa9af93a514073ad5b346a6e4fa8d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e3999cdce9014c6e8578f32dfb9e1389", "region_id": "RegionOne"}], "type": "network", "id": "8e894b7e4b0b44dcaf44f853cfe15125", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f1298d3c43664e68904bf4e91aafbb99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "fadbf4aa732048eabfdbfba392882278", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "18a64b3ea20a4cffb3f09e66d26e8356", "region_id": "RegionOne"}], "type": "backup", "id": "61fef4c936194139be657dee3d324931", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b39ccde72a8841798de3bc6d6ed9568a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "71ef6f05326942bf8834544e3179b918", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "95790820ff6a41cbb3d17539ea70f0fb", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "79912c4eb8ee474097cca2eb5ae19eaa", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2e7f71721ccf495d9d0dbab1378fd4ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "22fbf359859447b480215c6c6d6d8890", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6c52027f97de45a489b8086c1e41b04a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e8c1c2cb5d7342cbb7d479d115cdb2e8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ab46830eecca4cedb9299e62550553da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b8d7a3777be54e3ca0663ad4ee66334f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "93a45458d09c4548ab5baab4aebae6ea", "region_id": "RegionOne"}], "type": "monitoring", "id": "052d84add4e74ecfa19509be2e1df3ef", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4bc4f42e5078431f867ee79a165790cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "23e8161477cc4d049be9fe4e4ee4e6bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e837867f0faf4ea58ac4c5c18b7a1c02", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "041023c91780456cb9db03803e748eb2", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e9fa312afe5845ebb0971ef7c0635b03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "198feb6f9e874bf69d8cae98a9c6f85c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9530eda56d344f3ca4f261c9c91181b4", "region_id": "RegionOne"}], "type": "placement", "id": "6780827c544a40279516d5e2ce264f36", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "912f72e831384029b89146612efafb67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "15acd2e3bdbe4ad4bc78c3604c33ffd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a6fe6de642224eddad30b1af68597c9c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "fefdb48699284e48a2257fdb019264e6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bda386266cca441abac88c199ee2a5e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "16fb72636bc84522aacbdddcb4b7336c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "147f33d42b45477bade7153c1e957e2f", "region_id": "RegionOne"}], "type": "ha", "id": "e478a6331d284f2c9767ef3077c64f57", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "98ea5c5a46fe4bda978ca2a071a438f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0970040b69f849598e2ee68b9659f876", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "15d50efc9d8d41cb96396e9aaa6d935c", "region_id": "RegionOne"}], "type": "reservation", "id": "12b4e254cb9949a1be8604faecae9fdf", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "70cf0fe207744287b1bc167d5466bfbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a8cc0bc7b2f842fd87a5a85d9506a113", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "875a07b8b131480498fe542b5fa558dd", "region_id": "RegionOne"}], "type": "function-engine", "id": "003d9bb2b40e4bb2b85e10a8ed66e397", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1833e7121aed4b9ab46aeb360e104c52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2e82f8a91efc44cf84a84b7d82fb317f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "80b134707a3d47c28251fe11e6703896", "region_id": "RegionOne"}], "type": "accelerator", "id": "121301d8ea0c481393cdf390ac8d1cbf", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "da4331d342d04cbd9ad9ad5565bebc90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "50dc9fcfed1443e388e3c7a73f871b1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "95ba5f95c65d436fb86c0cea193f4cf2", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f8c5ef8561d840f38f82b01d3cbd7fda", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3164c001fb2a4a6f8b8b4d7e37ca044e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "abc924a2ea58441aa1aeaea538060fa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "449919482cf2433c8f42acc6e66b7dc5", "region_id": "RegionOne"}], "type": "registration", "id": "2aaf4c2f72c44c009b1f2aa755b85224", "name": "adjutant"}], "user": {"domain": {"id": "9db4834be67c423a9954a5e25499db98", "name": "02d17a5c1a664d3daecc67b6afecbf56"}, "id": "392c2a66adb34229b04e56d8a97e3c73", "name": "4f6671b9ddc1472b89f572b420af85f9"}, "audit_ids": ["8ea68488fbeb4ca4b03f1df37457fbd4", null], "issued_at": "2019-09-19T09:04:40.307881"}} 2019-09-19 09:06:40,506 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda8 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,511 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,512 keystoneauth.session RESP BODY: {"floatingip": {"floating_network_id": "my-network-id", "router_id": null, "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62df", "status": "ACTIVE", "port_id": null, "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda8"}} {12} openstack.tests.unit.cloud.test_keypair.TestKeypair.test_list_keypairs_empty_filters [0.179436s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,425 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,428 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,430 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,432 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,444 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.363565+00:00", "project": {"domain": {"id": "56e37e17c56447a2baebdcd367c9b638", "name": "5edc7c5fed92406194a0046ecd752ced"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b35c1af9fdd74a98a8b4a0bdcaf6e8ad"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "7ad2f7cbd9b34bac87b71a4c15bfd53a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "191851dd0e00471e9967ff35ac16154a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "30aeec87fe244165891fbc22ada2957b", "region_id": "RegionOne"}], "type": "identity", "id": "1826f5b01f5a4176bd2744751619c073", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1ee44b529ec945ec8317fbfd419769ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e560ac8ee7224e2b8987d503de66eb45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3a8d254fe54045d598cc48801d59da85", "region_id": "RegionOne"}], "type": "compute", "id": "3a32d03f022c4289b477fc23eda86e23", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "3103b70cb1b844068599af60333df1d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ef5822d1452647beb234e96ea6d381ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8c4563dfe11749829080065985c4e7dc", "region_id": "RegionOne"}], "type": "image", "id": "df9f1df445c04a68b4f33b3b86f2064e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fcafaf951ed14498af82f3d570c3fb20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "14128f9daccd45129e36535ee728e966", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "16deb57f300c4ea1bf3fb5577877e7c1", "region_id": "RegionOne"}], "type": "load-balancer", "id": "5ed9741fa6934ff693c44e55b30629f6", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e6243a572df4f64b450c9987fa82fbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d85f29db59f94d29be00215c026027be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ef1cd1578164b87b0ef574be3e3d2ab", "region_id": "RegionOne"}], "type": "object-store", "id": "f704dd93f810494dae2de0ea5a09ad7d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1eae9185830c459e8e5c0990f8bd49ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d7872fb266e94b2484636d8ad8f36ea9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c85aa888f1b74664b51da996818190cb", "region_id": "RegionOne"}], "type": "clustering", "id": "cc0d2e35632b4b2d8d8a0bb15dd63cc0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0902e6a006a34a47adbce75ae54f80ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7a904220ae2c48b7bee473174461d5f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "22dd9433eb4341d2b554e142d5d6e853", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "5f198fbc3b7b4df88dfa2955a85c1a93", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9ad022f21d274a35a28d1f84d4e68dfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e2bc6831795c4399a8bd56ed2fad9ea5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ee6eee0d31dc40598b7cc7342901270a", "region_id": "RegionOne"}], "type": "cluster", "id": "c4356bb5ef7646808ae199ddcb5c04a5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "69546e247eb74abf880a75a4d9a5c0ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4d047da106a244e9aa77a0b4c12a5f1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0b0266494e0a47ffa7f3d7be33b68ebd", "region_id": "RegionOne"}], "type": "data-processing", "id": "3f8fcab10a3b4d06abfaf5a62c7bcfc5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1ea2cb0b7a384de4b6794cf64f91c516", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "415b3322b5fb4f27bd54ec63db33601e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e295730a713c42318463dba19804780f", "region_id": "RegionOne"}], "type": "baremetal", "id": "79b45fb1daf24861a0fc40789d9aad70", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c4558cf70746429db223ff71a3d18928", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a812912cf66e4763a63b208e8ffd5b2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "da455545095546d3bcf7a0cea3d8c8c1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2dd49796488b4e389c629d618327928d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "50b6606a6bec4537b2369c7cc7d519a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e27efdf0e45a429dbcc3d8454d13b90e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1ee17fb1e46a4721a24621774cfeb7bf", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f5b34ce748ce40cd8cf7dc7e5bbdf98f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "13caacea3d824e4d90592a556c60e8ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f83fd5754e0440d497f4edea1f71c154", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "eefd610c1fac47439633eeb4efe6c37a", "region_id": "RegionOne"}], "type": "key-manager", "id": "dc4a8f0d34df47e7a7ef60492c74b431", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cce8c3523e83403e91b0f3b1ce84f6cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4403f5f7a5df47a0af7138a0436de394", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f564f1768e5e432db2c372e4876e4c15", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "15e0a46c4b5c4f1f8793a64399acf49e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e6b6700f3d404dbda851c7e06d1fbfc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dbd0aa1216ae41b697865d6a73402863", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "aa54fee0279c47f2a1076255eed68a34", "region_id": "RegionOne"}], "type": "infra-optim", "id": "7d2db44ebb8c46ce9239e6ce6d7d0fd0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7d38eb68ffcb420783ffe32ac1ae4c18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6d3de978498244389a868a974b8c96dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "87f44f7e326f4227ba1d2bd90dd0f13c", "region_id": "RegionOne"}], "type": "message", "id": "840ba8698f364465a8e460ccdf5b5e4f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c36fd0ab5d05403b99a2f5b543a31dbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1dd594fff8ea4d06a6da107be9f2265b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d19d1d18b88a4488a9bd54332255d5ec", "region_id": "RegionOne"}], "type": "messaging", "id": "6bdc77d4644b4fe0abf649500be778a3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "06f67ec261a84840943ba8fb6786ebc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8eaa9df918b2479286fc93091431bd41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "37a464557c944ee58a951ea87e9ac989", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ce56bdc33cea49df8e78a0bb11474d97", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "84052985c7a741bc8ce8d17321d8711c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8636cc3d475f46c2861cb1cb8bdffac2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6a25a7e654804f6e881f932689d5dc0d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b46732878bb24233b49a2bc76b969e6b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0fd8578237e7456cb5f4bb06215827d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bbc01d95c05641aab2719961cf7e2ce9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "930d348393124b469ec9e005e6ce8f15", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a47c91f54bd24461b0e18939acb5a262", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e7ee5a99a22e4c9da33340b4276d4091", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b01f4e6063d14afb9c046e838d4c7a69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f0f9d3149f0140548da1a55af6cd66e9", "region_id": "RegionOne"}], "type": "container-infra", "id": "1973617ec8c445f49d3abafb02f63973", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "17125751d7bb4818bf3261671899aaad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "0e13cceed21149aea38bab06de2fac43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "547378e4bd234643a9551756a812a147", "region_id": "RegionOne"}], "type": "search", "id": "5096342e03f4449caf8bf60a7637d081", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "03d65918423c4bb1a158578c68a9bd81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "848cb9a3623546888040d4d43a2aca43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "bd2da8f7ea3d4df1943a53346c321a8a", "region_id": "RegionOne"}], "type": "dns", "id": "6f0cc9d4660b4cd0a3a86bced2a76598", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c7414502d13a4e7b9cd0dc260797bafa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aa462bf0a3dc4356811f0c294cb27ca0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7ee4f672925e490b8be5b8d9e12ee44e", "region_id": "RegionOne"}], "type": "workflow", "id": "305a6ab7d42b4bfa85e37e45966c83bd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f413d55456db480785f566bf9462f544", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2fa57e9128124be8a89bb23c96385f0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9a5a1d8863664e6ab532b2246cfb43dd", "region_id": "RegionOne"}], "type": "workflowv2", "id": "eca9b0074223435c92566ef00dc4397e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5a6df0dce3f04bfa9f7df0827d62cbf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3ade5d7fdb9c4f5cb75b9212dffc2390", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7c49893062fa460e842d08ce8ed1e75e", "region_id": "RegionOne"}], "type": "rating", "id": "7ea5c253b53740a793cb9a3f1575f4d5", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "665490e58af84b5abc8232ca314b79bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "14f16bf5b6794185b4fd6ec43e2f75f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cbe569d6f182443a994be1bd04318fec", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6bbfb8d27cf24d0a8b1d4f343ab16ca3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b2b71e9e5d7d4051b5336eb93963fa78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0283721fcda54280b911c70efeeb467b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "675aecfcf5b24b9db23492dda518d6b6", "region_id": "RegionOne"}], "type": "policy", "id": "70167f39a6e340b48493e29d91e4d9b3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "58c14bc0e27f491b956a3df9b58c214c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "566a575ed8424986ba5d4bbc225225c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5fafea4c50184479aae47d085366f1bb", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9960dd6ad6384fb39dc15d39a6d7a384", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c18fa8143d3040a0a6f75e3420c8c8bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fbb6b3233cba49689025beeac6ec7a15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "16ee4b60025e4bb69ab2ef501e85930e", "region_id": "RegionOne"}], "type": "sharev2", "id": "c5e6631c91de47f3a26740fdbeb5704b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "46fd745067924bfe8e81e60e047768fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8fd36afdd13f4d769637ae0fef9fc451", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "024569fd697149d8a86f4cf3f982b1ec", "region_id": "RegionOne"}], "type": "share", "id": "b26a6c0a21ed46a48e6aba303d8592dc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fd28ad638299427a8c72ed70458b9a5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1c0a8e85b00742e0b99a77a2a67482ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "7efb574fdf0a48d281a8886cd1eba7d3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "27d1e9998a9c4e1b96cdbc50b84dda36", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb822dae76344491b92151f1b30052cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe9f255c576046d1a239d80541108559", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf90e34d20b646a7b9a58fcf0e944c82", "region_id": "RegionOne"}], "type": "orchestration", "id": "30bbabe86f2b4d0fb8e40353c61fd1ff", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c72503db41ee40a8a57763648eab4621", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2eabd1d0a13040de8cee2bc22b84747c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7a74bc0cb354a54a5323275d671ab7a", "region_id": "RegionOne"}], "type": "block-storage", "id": "1ae3b39cf2294bff85768f3e7421f5e0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb1249c0837b4208ba22f332b91eb145", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7460296dfc644414a13cb4555fcfdc3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a53708806bd44fa4a0c0bdf8299bc435", "region_id": "RegionOne"}], "type": "volumev3", "id": "bebaa22a5c774b98afbe857388f7dfc1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42b0d34e98764c44a7a0a1e3d9b065d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8afce8e1867f489db636818e7dc99a2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb958e2216a24afb8f47d9b4ae5896f3", "region_id": "RegionOne"}], "type": "volumev2", "id": "62af9e971851457ab9e04ada8dbc6f31", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1658e72814245379c983fd0460d90eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67788180bb494c738e43cdcfc6b69fca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e04cc5a8624b4e259896fc8808418e7a", "region_id": "RegionOne"}], "type": "volume", "id": "a01c14dd81564fd6ae8a33f84311a8ce", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ca6e4c10ec14baf8ec81fe9276369c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c923bf9d25e4b1d83c4bdfe8d9b6cb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b25c0a4ef6b04c22b71c3bc078bb9174", "region_id": "RegionOne"}], "type": "block-store", "id": "02a817d075aa4d5c8e02f8e40706f75c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b70af3df254940cf9d48319744c08a33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3bfe4f56528b4cd3a72ddd8c80724004", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8579bee570c24e58ad10dc6b5bb85c95", "region_id": "RegionOne"}], "type": "alarm", "id": "a0150faf2aca435eb3580bfe9d22bd13", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "278db3d533e0469694c90119c8a00456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "59ba078b14a7496a8d80d04169cade2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "40e655140e5e429fa2dc544575d9e0a2", "region_id": "RegionOne"}], "type": "alarming", "id": "c7f40f9e7ae24a5ba6844922d84aea66", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "73640d2581e6485e9112c0fba6cf33df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a7f7ed254a824851b74ce9d9dd5939fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0c4e4bdad6154a5e9d590cd29208677c", "region_id": "RegionOne"}], "type": "meter", "id": "6429f19f219941f1a5230812ea9e1ebb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1843f49ec1f844a29b9d6a96144ad2aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4d2eb8d8e7c543f28abdc43a17ebbea6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "69ea5d26cd8048559e3362a2082464a0", "region_id": "RegionOne"}], "type": "metering", "id": "4ee7af03bedf4311ab78248296e3fa5f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d96556263f96421ca40bff7199b94cea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6c1daa9525a447519d6deb8e61b6253a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3584223dee0042ecab0b188456fb203d", "region_id": "RegionOne"}], "type": "telemetry", "id": "633fbfb0ce8c4bc9aab224d746e12094", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5eda640d818043a0823258ad4cfa14f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "66142302275e4a3dba16eb8ee87dd6aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b142c544a3e641d28bc59f89e7456d7b", "region_id": "RegionOne"}], "type": "event", "id": "0c26b1343eda412a84cc696dd049f6a8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a7242c76e1ba40c0a36ba2aa25f6f498", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8b8959c025d84cc19b0744550125175e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d9e57190a6dd4bfd956a9cf7f9edc626", "region_id": "RegionOne"}], "type": "events", "id": "38c847a0ed7d4fc0aa2409ad3aa3814e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "158c346e6d1047918effe8f8eac4de11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "33747a7e127047e9ba9fa60c8a7c57d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6dd92d362e794d2198ffe044f81addc0", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2c840a9da27a46b39cdc28793eab61bc", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "79aa90ca87f245a188c3db47b17fbba4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "be12d908cb3c4a7c8e00693cd02875e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d41c5691311f4f19a89dc1b7af05b2cf", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b107fe7e6e354e7dba8d0ab57f153156", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4115df549bec40688b0331878e0349cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ac60490aa3854a488d99f772c8b09087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fa415127f16146d7b1371a34eb1b9858", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "bdc9e02326b24942b1e2f820c5f23037", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d5395bb2dc594e2dbd63c3c6168f442c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ef4bd3bccc3149d2838b8ffb76aa6c8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "27d13d0afe2e42908dc5f85e6a7173fe", "region_id": "RegionOne"}], "type": "tricircle", "id": "0149cd6048d349db893a22c26549df90", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e385ca67f11a4de192f48a85a7b7ff84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "3092ff58aff645349215d5246d70a04b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "85923646a24c407ebd0cb6887dbb94fd", "region_id": "RegionOne"}], "type": "database", "id": "27dfb66209574ff1807a602e19ea56cf", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "941b869ed5a744199d269dc3f2e8bfb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ad1229b69a4447cab457e2bb00943911", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "be97583572174d619f8c1c9f64e606e8", "region_id": "RegionOne"}], "type": "application-container", "id": "7adb9c308078483ca36d7b942ac9fce4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b0a8e385d5b54db685b00d7d3f29cdea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "33133408c328495ba689392d9ba72171", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "53bf2ba447dd479db1b0e473da97983f", "region_id": "RegionOne"}], "type": "container", "id": "b97fd5f56cd44bcfb7825007e94402ec", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e71432a945e6440689c22d72271ac3b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5ee58694524e4cdf97c44ca47265e104", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3547514b7afa409e98354f9a568b1876", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6778e3098c4e47769b24ab6c23a24a74", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5c1cccb43ae34d36b6adae1a1a4a3e9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4f4b528929a84c0eb02f724ca947eed9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6c35127e53044d0cb044b471e8715051", "region_id": "RegionOne"}], "type": "rca", "id": "885d93822b534dafad1f0997d7bb9d9c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2fd1f1e8937340eca311226dedb9d9e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e6518de142224b879e4a4539bffa9b85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "3d68fa264de74c6f82e63788c5397835", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "01a787a502c4448cb5ae97174bd010b2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5b4b2b7052724daeb269fad3483f7ea4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ff2554be31164ed9810543c28e1bb179", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a4f6fa9e7b1049f2b63034f27546a230", "region_id": "RegionOne"}], "type": "network", "id": "73508d3a610144d4b7eef7216c03f19d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "83c86e7d70ae427f96c0c01f815842a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c5c1bc32232b48f7ba208f71bc8839ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "364d1ad0ede94069aa4ecdc29655e716", "region_id": "RegionOne"}], "type": "backup", "id": "3194ea260d5042fc9f1669ad4bd0a9f0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d2e270a9b7974621bad96992bf7b220e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a8bb66ea136e491282854da1e3f5bbe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "81bec484c3ee4b36812c0a6bdc8ddf70", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "2b072004b6e64ef58ece7792312ced19", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5a5f3541a47b46e3bb5a1b78d64cec9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9afbb19751eb46249d3e9e165075c8ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5d8bd6af6f84405d87ef5d0749e82e07", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b7e7f5a4da404b68b293c79873549616", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c4ec8cee1b57436689c0cf68caeea881", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "da20c967633c4c3c80551f8075ee12b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1d49dd491deb4b5ca11ae257abc62870", "region_id": "RegionOne"}], "type": "monitoring", "id": "72853046c62d41dd9c42e21846f44cd2", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8202a434a0014e418f440987cf2a32c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1cb915fc86174ca0b89f21a3f3951641", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c63d58a73a874f0ca768f3461221b5a8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3f40351948484e57bb10205b26f90e2d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "03b4b4e1d43d4efda01ab1c7f0ea4aef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "531de90f31a34f5bb447038daa72c8a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a8d32429130347edadf656c141c93b55", "region_id": "RegionOne"}], "type": "placement", "id": "744474d5408a44b290db660ed4354603", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d5549fb7f9504e858205d1bae7372c88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "60b70aacd9144a528585b96b4d3c49d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a511755570ed4365ba76c105465cf199", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e9d22d0d7540443ebade86f31e2a4b0c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6c0911983994437cb3242105239a052f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e089826a844d45d4be2d08c7f9eef819", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "697bc52f83e448728c5d10a293db771c", "region_id": "RegionOne"}], "type": "ha", "id": "b3d589f2d9ab4e909f08355d2b568ae9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c96e1ef16146447293b28556543af008", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e66d3a8aa0e3457d9e21ab76197eed9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "e4d836d732ed450792dc0c918d52a6a3", "region_id": "RegionOne"}], "type": "reservation", "id": "81336170625e4bbabbc833e7e3423bdb", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "27356c95d5e442c490ccd9e9c4bf5999", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6119e0a39391461ca0af0d3b749597ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "20c3d895c98343f4bdda366dd7676a77", "region_id": "RegionOne"}], "type": "function-engine", "id": "559a14cd6d3046b7a6d45f7830359bf9", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "74f99bfb3398489f8ddb3c1b15e9e2dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "817c11dadb7442e3b91781f276518b13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b6bf000534f4462298fa0bb6d61a9df4", "region_id": "RegionOne"}], "type": "accelerator", "id": "fb04266a202c483d89bf57eebf0dd725", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0415d7028f75472883dbbefbed2253f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9506ebd6d5b6439593580f0204675201", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3e6a791f6dc6430ca5cb5ad729901e9b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "63c8029b6c324d8885b0b0c186b119f9", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1ce1f26e601c41b0baa53cc7c3c0efb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "957f4baf624641c3a7037bcf0a2135c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7ee01a09f67b4d93ae8e0773b968334a", "region_id": "RegionOne"}], "type": "registration", "id": "a0851445b5234c2e8fd5c7e896c7130f", "name": "adjutant"}], "user": {"domain": {"id": "d0f47f2c974047d5adfa2a743b4d15b6", "name": "a7cd4691c9c747adb61d9e2f79a370a1"}, "id": "3d6ac89ce22d48fca9632b75431c8939", "name": "26f9233ae47646f2b593ab646c0fd4dc"}, "audit_ids": ["92905ff2f1dc4ec199f54fa917e3fbb4", null], "issued_at": "2019-09-19T09:04:40.363565"}} 2019-09-19 09:06:40,529 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-keypairs -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,533 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,535 keystoneauth.session RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkF3MX59OrlBs3dH5CU7lNmvpbrgZxSpyGjlnE8Flkirnc/Up22lpjznoxqeoTAwTW034k7Dz6aYIrZGmQwe2TkE084yqvlj45Dkyoj95fW/sZacm0cZNuL69EObEGHdprfGJQajrpz22NQoCD8TFB8Wv+8om9NH9Le6s+WPe98WC77KLw8qgfQsbIey+JawPWl4O67ZdL5xrypuRjfIPWjgy/VH85IXg/Z/GONZ2nxHgSShMkwqSFECAC5L3PHB+0+/12M/iikdatFSVGjpuHvkLOs3oe7m6HlOfluSJ85BzLWBbvva93qkGmLg4ZAc8rPh2O+YIsBUHNLLMM/oQp Generated-by-Nova\n", "created_at": "2019-09-19T09:06:40.421954", "type": "ssh", "name": "key-2", "fingerprint": "7e:eb:ab:24:ba:d1:e1:88:ae:9a:fb:66:53:df:d3:bd"}}]} {15} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_create_firewall_policy [0.243484s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,414 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,419 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,420 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,423 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,434 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.353437+00:00", "project": {"domain": {"id": "9bfc12c6c7db45cea81718ad890d5a1b", "name": "0d461a0e67d54416b334d7476a7d7f38"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "86ad0dad20324027b5e70fd6a8b7fb92"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ebbeff88384843ec9853e32577339c2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a949837788414ab2b615c546fff24a81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "b9faf98eadcd4eabb9c165ea5882db40", "region_id": "RegionOne"}], "type": "identity", "id": "ae32c258e1f54a0e89c71492394ebf7e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fb567a2d4174495197ee29265069589e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9cf830ce09c74626834d183c7cbe0526", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f39d748d0817487089a327e4a764ccc4", "region_id": "RegionOne"}], "type": "compute", "id": "74e7ff4e447b423db8bb9053a145d4b3", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "29171aa98aaa4af588948d92076dec33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "acf1425448d1490b9db6982f3ce6cc42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c22f99e85a4f42edac3ee06659f32401", "region_id": "RegionOne"}], "type": "image", "id": "97a13a584f394f5eb75efd94ecc883ca", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ae85fca0d51b4a359b2d216beaa8ef6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8b40228b1442414d835a0e8c7a3d5cb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "45bce7c4da7746c8bee1633f72c7e477", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ee6ca88d1afa407f9591d8056ed4735b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "811a48e487914df6a77a6aa0c5215b42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aaa1946e9713478f86de7248419d896c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6c8400a0b6b454e8e4ae3bd45bc2081", "region_id": "RegionOne"}], "type": "object-store", "id": "cbc895dc4b324f219c2ba0904ca8eb3c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5f8df662cf3e447f9e61f0f2bf5360fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6ab2d673592943e495ecef52608660bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f200652e3161489f9dbe12b6041be875", "region_id": "RegionOne"}], "type": "clustering", "id": "18a6450bbaf74eaf9cc242ab0ca6e7b3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "abe3d76176a849b19f1d16347e8585dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b27e818c9abe45b2bcd667aa04244d3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dc05c56151ba42eea2efbc155750a648", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4d1395e920c940e798e1e2108afe9501", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "15a884e8e4f8437f817f5ca381dfc519", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4d032945f32141b9a17dcb38ab072fe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7c9f7123bff04644b9fd446778c5793e", "region_id": "RegionOne"}], "type": "cluster", "id": "ca1a7a1a4682499e88fac28c85574a07", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "99a3ebbba37946eeb6467af4b8ca7fa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0c76a53a0e2d43d981b12dddc8f3bcf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "932cd6934cc34d5489ff33be1604bc1d", "region_id": "RegionOne"}], "type": "data-processing", "id": "5f1f9b89484e4c42aca6736b7be762ee", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9c01f83d84464cc68693490a7ab4cd5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1bd5dd03ced64c75afec4920c6a93353", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0e8ece20741847129970648203e4ec09", "region_id": "RegionOne"}], "type": "baremetal", "id": "66137ccff78d4d3cb795858f49795c5b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "707b8babf2c24410a6d1b6debab16a29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "541048a0f0234194a83d6b343d20bc58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2ea72e9ee2b246519793126518a4579f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "202ce8460c904c7e9cf6aa3148127a77", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "589b4e49f26441b98f8e86c1a4664d98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c0e09fec734d42f9b5006f17c9678cf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ba7772396feb49ac90483dea3fd6e92d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "3763d8b07c80434da894154b278b06a8", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0ce3bf7e055547cbb97e7fbe059a268f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "896ac35d94b84d3f930fcc03080fdee9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "3dec0dac3a684aa19fd19217ba13eec5", "region_id": "RegionOne"}], "type": "key-manager", "id": "2c099ca382324bba861bf05e408a8e58", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5f7503d44dfa459099b19d0846d61a37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b74d3a71b3f04355a3ad17f086f6510c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0c0c1e05c1e545f5a3512fa85697a2ee", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "06f2137ac6df489b9370700f50cf6df0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "baf61aeafd9243ee8d59732dc4a9e1e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f1f9fc0f4b1d44bfad3f5c2d4779c878", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2d93b3177f834bea82da44b53cf1a47d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5099cd01cdee4fdc8e8f796bcaf4ad04", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ad1f3c04622a4e2d99ea19e4cd81f375", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4d91464cab7b424599b5ca043701a9e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dbb3d0f98c7b4cbeb744b87d3bfe754b", "region_id": "RegionOne"}], "type": "message", "id": "918f385c14e94a1e87829eac99d1fbba", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4c834235386947bb805aad7a31828043", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bda40219e01e4736a6c909411ba6ab44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ee2224e360df45589eb4fb7148403cf2", "region_id": "RegionOne"}], "type": "messaging", "id": "1eb319eee28c4a03a26f1c2adf04428e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "992a4e6d27bc438c877c286ec1248e1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "160e62144195427183a5ca8b7c005ab6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ced6592a838b4e3b892a27c53ce3a353", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3645b2405bec4201ba5b21d617d5559c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c90f76fb449a4529b8fbe2dd9b2bb9ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "048474e469554214b2a9e6ba70b4bff9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6a47c6e0aaad426bb4815e0c8deb32ad", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ff96c5bb7d0d45ae99b7c2595b497c91", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e7b72d519a224f6c923136f9b9ba5bd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e9e08b854f5940f9807667c8bed09ac4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a9e1c5a83e524a668a7032cc9f004de1", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "545524d826ee4f08856bd46a6246cb9e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "532ace75e14b42be88c4031350bd4dd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "176ee4c45fde4ae48e69c6e55ffc4433", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "53d9dcb8d5564970bf1b645eae90ba05", "region_id": "RegionOne"}], "type": "container-infra", "id": "97e3321fea0d4e429d8620d9d338662d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8ec714f8f8ce4316bf199b1f5907da5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "28647161519043e69564dbbc10c190af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "904c86f2f33041bda530ef71b0fdee83", "region_id": "RegionOne"}], "type": "search", "id": "4cd88230f05c4c8bbfe4cc366e9f3a46", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "0d07b7377a064c3080123fdfdb4ed19b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "29b0f2e2c6cb4e8084f946cdfbd5d741", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9db9e275cdaa41a9bda5db06769440f9", "region_id": "RegionOne"}], "type": "dns", "id": "62018670a1544668b9429d3f347e69b6", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "63b2a5815b5b471ea1224bbe80799b25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "925aa8fe2ce84be59f7b60bc57335352", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c9f7f5c75c174483adc30d7903f334d5", "region_id": "RegionOne"}], "type": "workflow", "id": "7d570b8e306e47e6b637c6c69d7cea63", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2ebd91677e4640aa893c4c64995b8991", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d626f55502734ae18ad1da889ff77be5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "48819cbfb2774e2c9936fa7282c61f8b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "72e3a8dd62ae4cfdb3f252db131d79fd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "52ca8b325594485f9b40f7aaf028d3d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f940adda1fa7462fb01b167fc33a72c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "34abd79f17e5409c9fb24fed12233600", "region_id": "RegionOne"}], "type": "rating", "id": "391b189ccb8348f3bc036a8590c96d74", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2fe91bfa19294799956ede7d44261981", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b3d0d4a93da64ebea39d4b9be51224b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1648e053ebb244ed9f6f0aa6c12c7a97", "region_id": "RegionOne"}], "type": "operator-policy", "id": "690314094e6e4f4eb8c40d97fc809a58", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "52e20c012ef94e24b9aaf344a045ab99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f452d43af81c48b486312cb84ea6b892", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0b5684540de54e0f9bf4c09c8e434aa0", "region_id": "RegionOne"}], "type": "policy", "id": "e8c4fc7a39c147118d1095e78c95ae40", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c113bda33486468ba7c36323f7141d1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d26ebb12e4a54fd6b480419efb030fc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8474de7787c241feba7c6aaf9591b169", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "54d305332b2540eab39e1109e0847ce9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6834c6a3d0fc4f50a2ad61316af25ede", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a102cc992dc34187b1749246033d33ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0a8a5cbfcb2a4beda749bc37d23c51d2", "region_id": "RegionOne"}], "type": "sharev2", "id": "912a700399e045d097992269ef022440", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "35ee2b7aa1d340599687045f64f92dc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7fd9cdde5025440ca5469ad5564e764d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d2e75d58411b4cfd81e6c89cc69affa7", "region_id": "RegionOne"}], "type": "share", "id": "eeb78d2919db45008e51c3673542c4fc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dc317bce4c6d463c8f653a6445f16f8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "42e5070437a94d0c90917b80820bf5fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "32f255dbfdc24d74bbd16289d9207286", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c2bb4f9d1aca48bcb5f3feca2a67a552", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "048503c9d56c493c99d6b09538eb171a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "088c7bdd65ad49c6b575110cd5f5184f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93d4e942916b4d388485a10038670475", "region_id": "RegionOne"}], "type": "orchestration", "id": "016dd546ae1a4a62bd2ba44342955ca5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b254720c6fe849958f8c6b3c322c64b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80569b7e1c804a2da6dd5f50186ffedd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a6087cf77334c20983228ff545f80b5", "region_id": "RegionOne"}], "type": "block-storage", "id": "4f4d463eaceb423e89254e919ad8d625", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "700fd133b1b34cf18edf8fd8ea06e49b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "356767e28bb04f23aa008a19283ee9c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cdf399efcfc2438cbbeb2a019531f9b5", "region_id": "RegionOne"}], "type": "volumev3", "id": "1ed92228d34047169781113e6df38162", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e646e4380b434c62b708f0f2e44be0c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da5b069816634d73a137147418ce830f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f7d2640251c4262ba7fc6e84799abfe", "region_id": "RegionOne"}], "type": "volumev2", "id": "d442da08166a4e8d995e538c54926cde", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff80b08caff14c03933c952e51e6f769", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4762b4aede24fa1a09c40c27fec59d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3984eb422fd44904961fbfe57bb289f5", "region_id": "RegionOne"}], "type": "volume", "id": "ad7bc2453741428b87cea06a92865e15", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "956a72f9f7144f35ab79424feec7338b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6d7701d8401418b8b45625d362d91d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51a973531dd7497585f646a26729c07a", "region_id": "RegionOne"}], "type": "block-store", "id": "1db79dc867bd450db327286661191088", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "14dbf071bd0547bca029a3a119edc01f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ae31e2e3e66b459f8c1539d609aedf5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d87b28a78c5942e3b0c19aeb57bcf0d5", "region_id": "RegionOne"}], "type": "alarm", "id": "a5a3cbc7ec7f4ca48ec659100a6a898e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ad4640e87a5f425eb6cc021f4855778d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5ad6cd17ed944767824dea2143494964", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "58c376008e754ca8a421754241d99da9", "region_id": "RegionOne"}], "type": "alarming", "id": "4ffd08909a4142c2a6a3af8af8d172a8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b9860dbd9fd043f889713f14c0a2d7c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f605cf3e44ce44f3bf1de60dab45e4ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d320100d1bdf46a9af8d10d7e9d93042", "region_id": "RegionOne"}], "type": "meter", "id": "ee8b045b67a845918a80ec0760283eaf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ef1c28b715d646ab903f43f4ce441091", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5333e11ac063407bb2305bb4cbbf5f40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "41bbbd1ca79c43fc907840f057aee0b2", "region_id": "RegionOne"}], "type": "metering", "id": "eb6658703e4742338c669445e33f141a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3c7fa2d91e7d4ed286c26209f71dc496", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b399fb7a470f4f87b5b54cc97af86337", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "31b9d1a126b34eddafea73ae178a3599", "region_id": "RegionOne"}], "type": "telemetry", "id": "9fc0fd00773a44dfb27a51b6b08cf903", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d7b8a0491eac4826b8e5b029dc9bf976", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b6f125aafd8544d3a3d90878b7c67354", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b21711d4d90a4d75bad31fa56de73c0b", "region_id": "RegionOne"}], "type": "event", "id": "b494e4b6813346f3855a0a654d43bffb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a496e074a50f44d49200c397dde262a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a70a16bd5d774b028472033195be9ff0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "808be1877809476ba466df6e6a97f27e", "region_id": "RegionOne"}], "type": "events", "id": "25f4de2b996342fbb3102f14f4331927", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "160b7deedc4f4bae897bdc3d5097b393", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "643641ac03d149a4bc3bd3f761c130ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "70f6e00d73574c2d9458d1ae2326188e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1339741c21db477a83a283bd18d3cb8e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2d47c72c73574a4f8ba802985e7bebca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "446414e4032d461381fdf37732224169", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7f2f54c32caa4f559cb146f5652f82ad", "region_id": "RegionOne"}], "type": "application_deployment", "id": "fd300e5b851543b0ab99ddaf557ef257", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "84da415aca58409eb52188c824b025f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a3e8554359f5409eac2ed47c829058fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "da502380f38b477890650ac8e64dc0b7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6d0aecd11441458494334701a55f64c6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3ea581be206e4d71986f8953371004e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fe0435997d844ca1bbef54239acaf137", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a74a4f2dfbfc4fb781b31b3fcaa28645", "region_id": "RegionOne"}], "type": "tricircle", "id": "0ff66e88c64d4643a152a8341fc0f68b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1e44505c245d46f2a2d1f407fa12baae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "23688cab9059433abf107b61452598fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "74bd43131abe47ce9c95e3d123c8edb2", "region_id": "RegionOne"}], "type": "database", "id": "2ee3a2258b9c417b8a737ae5d0de37ca", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "62e572fa476e4378a8c25af38bc09c56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "076b87f6404241f1ae0ea63aebda0c2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0af24a6a07a64caa953a1e8e0e8da2f2", "region_id": "RegionOne"}], "type": "application-container", "id": "a1b6a9c89d2e47ab90f0f0fa7fc2b9fa", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "605eb691fcd8434a8fa32bb719c04543", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5632a58fdef349d99be7ecf94f5d8174", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "702026cd87254749a3b6bcc5cbabdd1f", "region_id": "RegionOne"}], "type": "container", "id": "f2ceff9ae81b41a8aa567d9e21cd9356", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "14e3f326129b4a4d92278d01425a9528", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "62f82f767c0c4aad964f24ece7545e3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ff2cf785b12e4936a38500751d2195f0", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "baa27a9aeeaf41848e970bdc8cc2c79f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7f196bb0520c4736b3006dd9fcef5208", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "616e5aa5447d4b42a3a556be6cc612fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cbcae3e97b11495c92a98539dad872e0", "region_id": "RegionOne"}], "type": "rca", "id": "2894df85d7f34015a09f67f04966d120", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e2f5d92df7d24067ada6858efed3996e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7db338d94f5644f686a5ac3cb16e7555", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c6bbbc1afee149099a88501f6a9e1d21", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ab4e4889aa814ada8980b0b7894fb974", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "26444bc3cc5e498f94875fd257cb396d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4c13c8920bef47f4aec6051acfa5ce64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "64c229ed6df84572bd99acbbcd5cb1b8", "region_id": "RegionOne"}], "type": "network", "id": "1cfd90b2f0fb4fd28851005dd37bcae7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1292b3e8bfcd400ba3a2af5d28428952", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9020fffb775d435493a9acd614892fe8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d4f6fdc59145410bae0b75f307ddaf1b", "region_id": "RegionOne"}], "type": "backup", "id": "58e1b204450b4fcb94e8c1720700bdcb", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "87ce7a433c7044608ee26ea8eb860f73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6ac35a78ac2349b0afc2d193356fc089", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b9b69145738c4c56b5cc2f7ce06c76bc", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "638499e02c7946708a16b15961cbd33a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2a9fdcc0dff84fb38c36aa4a7148518d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d4942c0a624a4822bca8be515deb1c6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b2cb70b064bb4fcd81bdf214196c9a51", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1a4eb8d18d844f849de7dc3ed12df1a2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0ec46d0e927344c89f85549c26169200", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4b9daff3f20e44c0ae423610cf17c1b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "4cd3bf0f1f5d4d69ae1e5b8710e7c4b3", "region_id": "RegionOne"}], "type": "monitoring", "id": "af32ddfb66e94577836c919f7088fc42", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a263376311f6419a89a000f5a561b324", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "925a4075ea0d415c874808466a5d09d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ef132be666334d95ac00321a1878e39c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "26627919af084956ad65966456bfc880", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "bd592e5b11934ac6a854496250205643", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "847f457015224cfda6337eebe87272f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "94de2f8fa5aa45bfb738c33344e19b4b", "region_id": "RegionOne"}], "type": "placement", "id": "d93e1569c606434e97c69034fb23ecb0", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e60994f40f584578be53a0ece434669a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a4bb5e405b974ee1bfae80de1bb7e282", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "90f58a2ca17d4be39fb67e4a8a9ed680", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7e3d51ac501e4ece8c54d176075a0026", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "41884c3716b247a0a41e95da718ddc24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a2cf8bca2e1c4716afade35e77ec1cc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "83a674e8464c4457b87e0175e9cba85b", "region_id": "RegionOne"}], "type": "ha", "id": "1b971201a5b34de69bfb9c763424157d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "327454d96014428c83ee9cf49d63063b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "febd231ae0984e0d91edfd0c01570a95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "eceb76c28b504153941e871dd139184c", "region_id": "RegionOne"}], "type": "reservation", "id": "98afc60f526b42be8cddca8cdbfdbf2e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "81960b3b1bc54483a2038c870eefdf68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "df2b4261030f4ffab3a4047918e5bb9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "aba25a0cee4042dab91a7bd0cddead2d", "region_id": "RegionOne"}], "type": "function-engine", "id": "0b01096c4c49473f9db86445a90b1cf0", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "771a77c1bf004b3caa45c753a45aba84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "27a0c381ac514a34a0c4f2f8c6fdf12c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "10105228fe3f4c479a1563d8d5377265", "region_id": "RegionOne"}], "type": "accelerator", "id": "f2a63727e46a4fb9b5c0c365705e899e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c6b26f8ce6d04dc2a9b611d322448138", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8f39163023454d73a4b44ce18b0b8417", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "17dbe3493aed4734af38f74553dc2b3c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "830ceb1273f048d8a4d2c73d980b123f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "569220037d6e4adca0dc27bac1c7abb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "09f3010513254fe097ad2a2f258e2f57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e57b8ddfab1a4d528b3db9759d4aff77", "region_id": "RegionOne"}], "type": "registration", "id": "4a75adce96a2469e970a7bc54250fa2d", "name": "adjutant"}], "user": {"domain": {"id": "c23eb181337746289591d322de84ee95", "name": "98c522cb7db64540b773a778cfe612d7"}, "id": "9cabd9d32f5949199d3a8d224df1d5fa", "name": "aa92b5e4f1c14872a11969cbdbc7674d"}, "audit_ids": ["6edd06c1b45748c594f980f51cd9b59d", null], "issued_at": "2019-09-19T09:04:40.353437"}} 2019-09-19 09:06:40,563 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,567 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:40,570 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=deny_ssh" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,573 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,574 keystoneauth.session RESP BODY: {"firewall_rules": [{"protocol": "tcp", "description": "Deny SSH access", "action": "deny", "destination_ip_address": null, "source_port": null, "destination_port": 22, "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh", "source_ip_address": null, "enabled": true, "ip_version": 4, "shared": false, "project_id": "ef44f1efcb9548d9a441cdc252a979a6"}]} 2019-09-19 09:06:40,583 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/fwaas/firewall_policies -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_policy": {"description": "block ports of well-known services", "firewall_rules": ["d525a9b2-ab28-493d-b988-b824c8c033b1"], "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "audited": true, "name": "block_popular_services"}}' 2019-09-19 09:06:40,587 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,589 keystoneauth.session RESP BODY: {"firewall_policy": {"name": "block_popular_services", "firewall_rules": ["d525a9b2-ab28-493d-b988-b824c8c033b1"], "audited": true, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"}} {21} openstack.tests.unit.cloud.test_coe_clusters.TestCOEClusters.test_create_coe_cluster [0.143443s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,457 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,460 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,462 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,464 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,476 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.392451+00:00", "project": {"domain": {"id": "c42e9f54d13346b4a86d27d3b67860f0", "name": "fccd04def9574bc8b1cf30417a4f832a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6426e33208d349aba552dfe56e58c0f6"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d56eded9e2414ea0bf6024f6a99b953d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e4e2a54843084b45ab375db1c2a26bd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "112370147f13493eace8c5ce4b33d488", "region_id": "RegionOne"}], "type": "identity", "id": "ef040f1fd54e43f2a71ca95341ecd230", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d1444fd18feb41afb6046d50700b8d0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b638ea3b40b4493ab2db6a7fe6faae8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "dec78f346cb946db8ee5002a9ca69639", "region_id": "RegionOne"}], "type": "compute", "id": "b78c620e541b4d229a9421dd5091a7a2", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a7dd4dd3d60b4009a9b7d14658559da5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a7266c5e8f3146e7836c313ecf86b19a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "301bf66e64f543c4aa31a5f99a79de21", "region_id": "RegionOne"}], "type": "image", "id": "647560a483ea42be8c4ee420c0a39d92", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f8eba58fc615465f84b28297069beb09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8275ac7a25d948b9abb01b5db1487e9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6e877498b4704948b0e83d2bc1ce3ada", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b28cef1ccca94566a4a2a5fe72b43bcf", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53fc8f2afd0b47b4867f94b2c77de31e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2183b6f25e9e4d198fd75025c319fe91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca3c1276eb484c9f8b8a38001fddad87", "region_id": "RegionOne"}], "type": "object-store", "id": "5ad42c8f403a40409299af7fc1033f41", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3d2ced7907004e5183e83fd5c615db9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0021d0ea4f214462a67c2b705cade3b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "acd01082cb1e41bba2ced49143e96f19", "region_id": "RegionOne"}], "type": "clustering", "id": "88d60db6f55d42d089571a83b843a2cf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "61ded0fe4b9a46988d95e28ca9e2348a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "547bef9a29904b628c3f2e2702e10155", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e29f9bdc2c4f4db9bcaa96c4d75047b1", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e2fabcf486b947319153fb967a4129a5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "16915356bfd244718c9a02ebc0cb8a20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "04e301a85cd648cbb996ad17a57a8c81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "01de3e944546408fbc176248267f9c48", "region_id": "RegionOne"}], "type": "cluster", "id": "c5df322ae52643bfbf5037ded110c328", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ab3e27ace8264f25a76a82347190a7e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "233839efd0cb43b497b97ca28dac91d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "4fcd50a102a14130ad443327717fce89", "region_id": "RegionOne"}], "type": "data-processing", "id": "4618f6fce8d742bf8b1fb5fb9a25c450", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7c2d5cee0b20447581244913064bf70d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "85bf014c0b82483cad14bf9cccdad37a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3ab02fa075b54872bfbc9c7dbae01708", "region_id": "RegionOne"}], "type": "baremetal", "id": "12b3bd2e2d1f43ea822436467caa667f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "00d65ff70de24c8bb98e9be3ed0cd12a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2a00fc8d886d44b78c423234b19cc251", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "524812cd4a0a403a9846630787d8359d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "cc4b7af6c0c84e56a5f916dfca97d68e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c87a62ed813544dea3ce66b5d3d19dee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "316f828df881416b9f29a7d5145f4158", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "cb00fe579c4947b885607c353db054d4", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "63a63db903e34c74b145c698fa67bd40", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8a8ecf80d7cd47d8b57c93f7c27b8763", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "eb91daff47684f479f2ab3d6c3041d5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d5b1aa0117b5452682829c4e7b8b4ecd", "region_id": "RegionOne"}], "type": "key-manager", "id": "3eb4ebef264344459341a5484375c6fd", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7ad4146c512a407683fd628783541645", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0594a77b65714c0caefb8a3b928305ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6bb9818420a0409d9ae695f3babab614", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "638d0fe637484bcbae4f9cd38ec13a89", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "26e1401e2161422e8fdb76dff4b942ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "12f936f9dc4c496893d722c52ef52a09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1bfbc7022aca4e84b6e273a573022b43", "region_id": "RegionOne"}], "type": "infra-optim", "id": "7b7f68cf8360401d8a06006d0e572127", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a471fc0c5741455e9b80cc190525c864", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "705f5b3e58ad4bafb1aad043e8f9cf5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4d92efeff5594a3db3d88fab4e25826b", "region_id": "RegionOne"}], "type": "message", "id": "bcb284192ee6428090577a28c89c0e13", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4f74d0bcdc82416a8e1260d0ab2514a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "155a06d6e2594ec49e603b9df9edd232", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "03a97721388c4432ba0446d53e1e3261", "region_id": "RegionOne"}], "type": "messaging", "id": "3f47daedc5e44fb09aaece5449a67a14", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2404d18a8f104d418df7ebe53cb96fa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d668e631b6a3404681045147ee4a4bfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2d4b2d99c42c41eca02121a48e5f2568", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3d1faf5039244bd7a917995dab51211a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6122a782c55c45ada8d4bfcfb89143aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "435c7b73803f439f904f7c16da30f836", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e617c41f246142668d4d1026d9feadd4", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "864b4756daf14012ae8d903bd622dce7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f15949b3e104f5d9b05cfc24e0547cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "47606dfea0d14b5790e04900c65e58e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cbe6ca911d734a528da2f96202f31e5b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0647d97cb4ef41c6b95c3ff890086875", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce459acec1254731bf53af91d424e115", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "556c5cdde7d5446e97b3c2235d17ebff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5890d8f1db724119a85d765a9b5e44a1", "region_id": "RegionOne"}], "type": "container-infra", "id": "ec0ec9b23d594516a7bc75ba23239e02", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e2a4a8f37b70417da0e1c9ff6760b62b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "3fb967698c454a95958ca5016dccea99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f7b33097dda24bbf8c05d45f916d5765", "region_id": "RegionOne"}], "type": "search", "id": "38c9d8f10dae415cb4ca9e9ec5c3f763", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e1c80b7c73b642af840bb01083010274", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c64a20699ebc4251893e2496ca7b311d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "33ed376df1504bdbb154835e76be7f5c", "region_id": "RegionOne"}], "type": "dns", "id": "fe2029f9a80b43588e7d7143d465cb32", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ec67c4e25a9647d39d3a9ce0f5bf079f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ebd5295375ff4b02beb1552db768939b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "451e816690f84a4d92360dc87287d652", "region_id": "RegionOne"}], "type": "workflow", "id": "2649bff93fb14c92baf8495d48b34aca", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "439ab0be27f44411a0dbcdd3adc81af4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6d27320684f04ccf90ca9336de8d2de9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9ecf93a51108455b9e93c76e39469b9d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "05f88733858c43a9a47337cf4422d76a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "030fc7cc050a462f9aef9d8a5c681938", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a6442606365949248dc3cdd9e5ea56a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "81df160bb8254602a67f80ff9da2c168", "region_id": "RegionOne"}], "type": "rating", "id": "53c4005530834ae681934625df4fd643", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "801949efdf31454cacf4aaf83b6adaf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6cfe9efa24354976a638da365d1cfb59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "415e4351f424493781595c14c32d0619", "region_id": "RegionOne"}], "type": "operator-policy", "id": "eb71bad388344fc48bb57c2b7480bd40", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d7b025b2190449a58f586681c84d95eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "78279801cdfc44be8bd2c350d476cd94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e4dbf456a11a4193ac93daec4764926e", "region_id": "RegionOne"}], "type": "policy", "id": "08eb8f06d0d049199833d3c80f87a621", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d694c30044314e11b99f5fb921fda821", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "89d5c58210db426a9897e135c3eab0e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "332193a824c140e4ba1816688ef1e1d4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2c9ba1e134784c578fe5f5cadd6a29a4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "64237780cb8347d3aab13c8783c5268a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b03f362330054b79931a5a3b938119f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "381dec00324e45e2b952655b8450acf1", "region_id": "RegionOne"}], "type": "sharev2", "id": "bec6494cbb7c4a8aafc83aff09be8460", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3e2a7fcecb16455c8520dac1b6dd6b25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "783e9bfc2202450282ed7eb30133da85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d8006611a5b244578983e893fdee741c", "region_id": "RegionOne"}], "type": "share", "id": "4d95914e662842ecb66c7a436da9c75f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8c23b68102304cd69965f8506091de56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c824bf2ef6eb46c9b6f3d754f7f048a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f9aa8e7009fa415b8819c0ec1d49c843", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a64c073a49de49638b97af83e46debb3", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04f120c212784f649545a8cce4cf4f36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81bc13796e7c4025973ca2863125353e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fd6fb00cb994b13863fb9b09e7bd791", "region_id": "RegionOne"}], "type": "orchestration", "id": "559acd0c23b04bc487f4270ce6b65a7b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2bb68731be94f6baf5969a1adee807a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04de93220b6d4e9485d6e69af3e3cb67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4311b837a9f8402c9c32217a1dd67c5d", "region_id": "RegionOne"}], "type": "block-storage", "id": "7fd5e374c8074dc2bb29970f659a62d6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34cadb0294944b168b15a72bd0bd7df8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d0997d6ea8a4bf69a416300af57daf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1a0646c467d4443ae3c829c390e8a60", "region_id": "RegionOne"}], "type": "volumev3", "id": "c4c363efefb24962b8d060a8499d764b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "944f490fb27546f1a0ac7f4921c123d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2fefd2253df4d8d836e67dab270c02b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86aa5a1aa4e24c33808a302dbc378234", "region_id": "RegionOne"}], "type": "volumev2", "id": "2b11fcee1833404a98be2c21e6ef5837", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cdb163a3361f41ce8f5daed28a00efc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd7158e2812c42e8af0771e868bab409", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f43828c2e5fa448b9a04e81a199398c9", "region_id": "RegionOne"}], "type": "volume", "id": "ffb301aea1c74eaaa4d203266b2651f3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd06399d28564c3d9c6b0061d9e167dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "526a988754934923a575d68b55655b6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7cb727600b1a414dba32e47f52c0c32a", "region_id": "RegionOne"}], "type": "block-store", "id": "3a2e813d5c84475480eec439f46985b1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5803dcf2f5ab4027b8a69b59e8d3eb47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "92603ee77f5a46a194b6acae2b03e4a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6c4e9ad46fdb456a9b3f5af9056f320b", "region_id": "RegionOne"}], "type": "alarm", "id": "509b2e9a4ee6434b90e377f6ce9fd0bc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ba943071c352429f97503a8c9ff4d766", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cde0c245c1e24a82a11b505a99aa6ba7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "938b0c5ea1664c0da66951f85a2753bc", "region_id": "RegionOne"}], "type": "alarming", "id": "72b9543021aa43cf91dd7c9000a12b78", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dfd6d20fe6ab4ce085fdfd89857374c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fee39dd9361e45b6b04d957ad9dc61a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2c1db369000541b2a48ebb9c08394b02", "region_id": "RegionOne"}], "type": "meter", "id": "e934ac2860bf49f0897964aa39c83265", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "45667a68739b43dda75844cdc148a12a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9095b50a3fe54deb8169be02af8b4c42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e23046f404c04408bbe512eecbee8d6e", "region_id": "RegionOne"}], "type": "metering", "id": "60513c1ea27245138a47634d0afc30b7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f512e1958ac0495dbb2b49a232417bc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e49273ab9e134aef815c90515719b735", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "45eb173b86fa474f8024ba8e847266f0", "region_id": "RegionOne"}], "type": "telemetry", "id": "2ac948c9277343b18a404b2513d2c94d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c97676c5ce8241fc9c692553276e68c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "920d941a477549b08f02782b3477f798", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "aa9bc8f3b9974f3d8a1b53e710bde200", "region_id": "RegionOne"}], "type": "event", "id": "2aa0780bd6e144d7b60f1e487e8e9bfa", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "83785fee33d34362b82c71cb71aa605d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "018339176f5d49cf81494c3b9dc4a426", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "801623a8a88a44718288e9464c36e17b", "region_id": "RegionOne"}], "type": "events", "id": "8deb968d103c4530bd241669c3fd1c10", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a7318fba1aa6453180bab6675833c4c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "803c8f70fd6f4d29aefaec8d9c0d63de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9f19899db01c473a9435e7c45286f984", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d8fb47af67424f37875c65cf875fc341", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a4dc4803d31b4689a01943a836adb8f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "46f6596ca86144079dcfe5ea9813aae8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "031edf87f1794ff7a4eb1003db2ba656", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1f25f722d84e4c49b147c3c8dadcf760", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c43a63a4fa974b64856070cd0f7b694c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "66618308682c4652945dc1b3c573ca39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "450449bab3c044f69cf228ff15cc6cb5", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5837989aba5547b4b2a4099fad7154cc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "29282db1b27c48a88165418e75c28417", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "107ca191b12547dc92e8e80404859713", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "38bc0e0a54f74b86952c457e36204a9f", "region_id": "RegionOne"}], "type": "tricircle", "id": "5f8d9d9c048b4191bb2f1290f74116eb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b720775ea9644422a739cd247114f9cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d13a6c95c579424d951db81ff2df27fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "fa8f08e710eb4161b210d9eed04de2ba", "region_id": "RegionOne"}], "type": "database", "id": "a1e15836b4d84100b864f4d9aa4ce4da", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ea45d3ff855a4941a5d4a7b3c5fd0bbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "87c8fc7aeb2c4de18818fd5d1d23ca98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8affe7e96b654c88ac78f6b31696841b", "region_id": "RegionOne"}], "type": "application-container", "id": "287de32deb4a41879d2305f98357f9c3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "85dcd3014fc24de48647fb5904082976", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1327013b114b4b06a793b29a56bc3868", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "752387ffae17495e9ee0bdac02193a8f", "region_id": "RegionOne"}], "type": "container", "id": "8bdf51079a4e473593a3f9b3bc292bd6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f6c6397fe7c44fc381a0967c5980bb8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5cff69aa462e47799ad0f20680d56d9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4f2ed08f8d434943803f7c8b32e481d2", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "43f66fd7fcef40f2bbd746193110645e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8cfa21fb635a45d78acc7570a36ac322", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bfa8abdf966440fb8ca9c9117bdb61bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e42eb053c3a6427b822244df93da3fe4", "region_id": "RegionOne"}], "type": "rca", "id": "ee3bcb6203ab465285dcd9732aec5ce3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8f48395c1c494d38a38f77bfc6cfd4d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7c7cd47cdbc94db59b326ac12d269f5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d5c5b89cc1cb4b78b4f3acdfdee851ec", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e5015c4776394e33b695d1812da56522", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "533bcc06641b4bc0a30c8e0c4e8bf7ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7b93adf25cc54b8593a06fa203ce0cf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "926743621d334adda280f11137306626", "region_id": "RegionOne"}], "type": "network", "id": "65b956605bc14ca099768c327a680357", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "10b6e2200bd643b89b5d41818c0e35a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e6d16629dbbf491bac82ef88268cd2da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "94ce13cc6361494ea2af2f0023515464", "region_id": "RegionOne"}], "type": "backup", "id": "cda3f90c50004433b94b4c4b841bb325", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7638326dd1eb4b82a53e117260564365", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d29ffe5ef9ea4f09a0ab1e3a0fc8efdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8347610cf0f547628808a3caa3bb7689", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "26fe2de53f92459dbcc4409472aaf2ba", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ca5479514de64aa0a10a23c0f6470c22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "04b475683da74536aa4de5ba90111b62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3023e42396f94ab491900805480c6981", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9a6281af91484c778a44cad290025129", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "dffca32af3da4f3ea38c8439759dc761", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0d108eca924c472ba36722ac25fd238c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "34aef8fc1ad241288e1557a62301eb42", "region_id": "RegionOne"}], "type": "monitoring", "id": "24a1cef3fbfd44a892e83a10af8b5f95", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4b58fb8494694288b2562ea64c8af2a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "847f7314c1804ad987a32b8a0e19aa2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a5a28372f7e347668a79fb5ad113b4e8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9805cae4684c4e8db7514df308d6af9b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c0667520be7d4c4ba783db84593e449d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2c57b2fbe6e3476b93747748ed0a8472", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "adb495f4c67a4d61aa2f892625adef3d", "region_id": "RegionOne"}], "type": "placement", "id": "2fc21381e85b4009950f55ecfd2aa33b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "04162b6d11af478db662476e9d815b11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b290fb6d8c6c45d89e836ee89350f995", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "979690adbff841f1b88e8bf59457aefe", "region_id": "RegionOne"}], "type": "instance-ha", "id": "039206927c25439a8ac7e5a31e979c7d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "163a60f3368440f1a6c4671ae197fd2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ffaeeae59c1f4b04b846312b33ec9f1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "84e1b141dc3b4bd69837ba4e7a3dfabe", "region_id": "RegionOne"}], "type": "ha", "id": "06a4c74920cc47d79fdf0c1918818b2c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "89cd4067767e431191762a81c4b4da2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a8ac083a409a4274a6d8f31d91481f52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3274ffe0ba964f7d833cbecf84f0d3e4", "region_id": "RegionOne"}], "type": "reservation", "id": "3d17141dc60042fab683146d1571a325", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2098ef54c2214a21b8897c050bc12b1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b868ba4e152849cf955ae69b66d7840f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "328b0eca88e549f7b2298c13351c0b08", "region_id": "RegionOne"}], "type": "function-engine", "id": "474519f997dd453ea47c7d000c006057", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4427ec599bea440bbf0fc4458837d535", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "320957e542b64adb9231ada3f5dfdeef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f43b851499a143fcb5747bbcba59281a", "region_id": "RegionOne"}], "type": "accelerator", "id": "c88733d7a53b4ed79e202c1db01d6704", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0e03521630d3476d954289309a740109", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "52d10044dc5f45d3a5d77e2e5cca47b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4dabe6713bf848b594ab0642c3491a0f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d528ccc3dcee4495821374b7f8a11704", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3cde76feab2b4841864fdcdb5858bf74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7f25bcadc5294c01951a9d7d8e0532c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d9958d668b6148f88e30d84abcc2c3b4", "region_id": "RegionOne"}], "type": "registration", "id": "fb386c580d8c4048a8a11d801712c9e6", "name": "adjutant"}], "user": {"domain": {"id": "3bb2522806d34680b97ce029df25382c", "name": "954f809beec34478ad3ef90db06cdfc1"}, "id": "502a18296d864bc7adcd1a2945732dbe", "name": "627dac62078e48238d02edf05c94a05e"}, "audit_ids": ["1aa58c2dcd9943498d1d37f7e2c9c147", null], "issued_at": "2019-09-19T09:04:40.392451"}} 2019-09-19 09:06:40,524 keystoneauth.session REQ: curl -g -i -X POST https://container-infrastructure-management.example.com/v1/clusters -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"cluster_template_id": "0562d357-8641-4759-8fed-8173f02c9633", "master_count": 3, "node_count": 10, "name": "k8s"}' 2019-09-19 09:06:40,528 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,530 keystoneauth.session RESP BODY: {"baymodels": [{"status": "CREATE_IN_PROGRESS", "cluster_template_id": "0562d357-8641-4759-8fed-8173f02c9633", "create_timeout": 60, "uuid": "731387cf-a92b-4c36-981e-3271d63e5597", "links": [{}, {}], "stack_id": "31c1ee6c-081e-4f39-9f0f-f1d87a7defa1", "created_at": "2016-08-29T06:51:31+00:00", "updated_at": "2016-08-29T06:53:24+00:00", "discovery_url": "https://discovery.etcd.io/cbeb580da58915809d59ee69348a84f3", "master_count": 3, "api_address": "https://172.24.4.6:6443", "keypair": "my_keypair", "master_addresses": ["172.24.4.6"], "node_count": 10, "node_addresses": ["172.24.4.13"], "status_reason": "Stack CREATE completed successfully", "coe_version": "v1.2.0", "name": "k8s"}]} {25} openstack.tests.unit.cloud.test_clustering.TestClustering.test_get_cluster_by_id [0.168582s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,491 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,495 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,496 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,498 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,509 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.426006+00:00", "project": {"domain": {"id": "da2b9e2d2a6f4aa295995d1d93174d41", "name": "fd228579c463401393dc462779f5c23d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "42f531f22b7f4df38c7c2bfbd7a6e928"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5094b29f437f488c9127bae7479dcbd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "02a88f7194e04e0f8ec1e58d8ac7587b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "37c06d0e853e42a0ace7de626350a1e9", "region_id": "RegionOne"}], "type": "identity", "id": "ddce08a0159e41f4a64b8c27811aed7a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "63343a65a42f47078e0380cdba436c40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7b208c9dec2e43ccacee116238f5a668", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "fc1458e6eca84b879034e3b8a688982a", "region_id": "RegionOne"}], "type": "compute", "id": "d96d6cd2a0344463b03966c84d58f4b9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f743d7d52ae1412eb46ff905c35a2b4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a2d56929ad854854a37aa777a1b08386", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "7f59cb719e0549f4818047c75d01d215", "region_id": "RegionOne"}], "type": "image", "id": "b1a7167fdb384a158616052987375d3f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "da592b83318e4ae7b5026775ed0ce77a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "caf2a640432a4201b69a94ffe887e326", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e258a0ebfb34478bb7f493b6b5db3d62", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0f2bb83e60334bc7b37569698eaef49c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7777791e3301421c80f4c42e91fc9082", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7196f8441464a529a343feb3462f9e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c944f24d0cac46c6bf44d49279335d27", "region_id": "RegionOne"}], "type": "object-store", "id": "f335108eaa8b40759f6daf5e50e59be2", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "78f82d71f9da426698e0212162fb6521", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3757501f8a5748f08c1f6b2ded237abd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b236356e02df4bf8bd77aab6f7bfb565", "region_id": "RegionOne"}], "type": "clustering", "id": "1ee84c004628460299e2096c4461cce2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "70992b644ec34c56ad226e86a8783c54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8c2ef6c506c54c7e94b1edeb5057d417", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7c7bff6ac0474b53b68b3993d43278d9", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f4fae9b652394ff0ac281aaaa5083eb8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5f399c2cc6a547e48803fd1bfe427d22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b1abc023fb6742eeac236cbd99255a80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c8f661ee42c744e0b2ae30c75117c9ca", "region_id": "RegionOne"}], "type": "cluster", "id": "847c0a42eb3e435186a070bbc5018021", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "91312bb8d5b54f0c89a312cacf11fe30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ba0efc9ed19f474cba9891be2c739b9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9d4a84a085df4023b5f4541f61a41be6", "region_id": "RegionOne"}], "type": "data-processing", "id": "2108c0c858b54d839cd4382f1f6bc9c0", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dd952d60df6e46978df855ad88403943", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "47f1570c430f4229a9c7f22468b7afd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "dd4229274b774356b8e6935e482150a7", "region_id": "RegionOne"}], "type": "baremetal", "id": "71f0a0f1609945ffb4c5540cf7ea4730", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1f9b456fae834a15a6fe983690699c17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "509bf1aa33de49dc9cc3a7fbf8013a54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3ffef19ffdb24b96913981628cd44869", "region_id": "RegionOne"}], "type": "bare-metal", "id": "5829c35a592a466a93cdbe52b52912c3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8215a6e73c2e40949e64bcad2964de61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f11befc333674f6a8bda7b239893b9e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "8333b5777c0043dba997556e0949e78a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "92dd32acf40b460aacc363e70adecd7c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c7deed2e74fe41249a5f34a54870bffd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "81f3ffa023a2479286d85eb3fc1c1b0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "3caf955b2c164714a4574392e28e8e89", "region_id": "RegionOne"}], "type": "key-manager", "id": "75b466c615f342d48ef1e95c1f1cc8a1", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6e9474d1b17a49d2a98c41e5fc5d625f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6b988907b80f431a9a37fe5527fd2ed4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9b569ca14ad547b5b496248058bfc714", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "793aea1f71004a0582623a1367571f77", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a2e03c6f0e8f4050b12b6910872ccd76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b7dec4f26dbe477f89dd0d3d09f4be1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "be8cfa82abed4d20a840230d3accaa68", "region_id": "RegionOne"}], "type": "infra-optim", "id": "449b31111f1545949368ea2a137198c4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b865dc5c628742ed8c42aecdf99dde72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "afc203da266d4a3a9fb64bedc03a18a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "92fe29e8b0624755a77603f5646d9d12", "region_id": "RegionOne"}], "type": "message", "id": "bdc86dd1a9704d5c89783739beff81db", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6a540037fe024a6c818e1ee372ae4739", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3ad153db489049c09e29cdade0558f5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8d92adc743084035965cd08035e5b9a9", "region_id": "RegionOne"}], "type": "messaging", "id": "03e622bb0755489393e8be472743787a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d7218aa7a000480a85a9dd2e8d901dd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cf7842b64f014939bfb91415c5327411", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ece7d7a378874273b4529060cc08b52e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "34c365923c45443791b1b142804a9278", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "22fc01c9bda54aa08360d00339f8ae7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18699996675647989c7974840029b668", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "481ae294d0144e268f0858cf3a5c7cca", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8ef9e03020b24554b1fbf5bab39323bb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8a27bb12b92b4d6dbfc1067a12a7a826", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b3128aaf4d544d7c978a4583d2d95255", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9ed679e1e5104957af181300d4bc6823", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "add22d9264eb4195b38dcadc8e8721ae", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b442b7982138420a9432bcfb2557c25b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d97ebe57e5824cf3a39b8ec247859112", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca2ee091518a4619a2c922755f5af9f8", "region_id": "RegionOne"}], "type": "container-infra", "id": "c14acb3dd1ce4f67ac89d9c7cf2c24ee", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "27f7e2916ec14eaa89f89ea20633aa41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b60b0b4edad944a789d49b4472f7a602", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b1dae7316caf40a5a30c97d2853575e3", "region_id": "RegionOne"}], "type": "search", "id": "41d55d69dac648ac832da26d2852ba8e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4567441bc4144e59afd69a691df9c1fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ff1be10531a24cfabd6d6d04fc2f2e35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c68416bfbb1f4f20a8de5fce45562d38", "region_id": "RegionOne"}], "type": "dns", "id": "a53554bc389e4fdeaca299884aedac9d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "25618cfabed24131bbe04b581a62bfdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d1f4e52a2c424363a63b02a811706259", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "80dbe0c5e8ec4f39b64ef1e0ac559f10", "region_id": "RegionOne"}], "type": "workflow", "id": "15e8256fb4a448ed95755abe60fcc433", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "39e7834414b6406896b189445d72e16c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0e7f7da0d1b34623957f25fec4d92e8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d04de04637f54cda83991a4d666e53f7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "77600e78fbc04e59a43bb78942fa75f5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8f198e267a9a4d7db6e5f07d9ab7b130", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "740414e0ee8a428aaa1fe4782f31309e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "84142c056d5d4768a734f4ba7bb544f8", "region_id": "RegionOne"}], "type": "rating", "id": "07089b1c0881476787009a5fef7719f6", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "24f9cee73ec4441288f9bde65a8e10f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "413690e2254e4247b0b7aad0517c949e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d29dac8981fc42ba922fc3474f309506", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5e27127ce1af4d5987de5538565b5dd1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dd095c10e74a44bf99fbd89b91936ab3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "91101af0d95b49afadc53028692136ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f5e1b30b389f46a4a3bbbb398b7a29a3", "region_id": "RegionOne"}], "type": "policy", "id": "856bdb477c6445a5b382c42f549c5c96", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "72cbf8925c0b4f46bb38b9bc05051609", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bd21e5c4c37b4236bea0938ca8aa4ac7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1c5f57b8f2d0402f945eba25db052a37", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "eec8e78c0a934f88b361b34b633a93e2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b8711ec7926f4e0bba6bab3322ad1587", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "791cb0a0c5e549c98c899673bc2ba1e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "35f49f695a804a73a6fc3fa8ef036520", "region_id": "RegionOne"}], "type": "sharev2", "id": "ce648b792eb44464bf334e74c363dfdc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "45b5b785d9274d818ace72094bed486e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aab32d333e08496dbc5cafce86b7ffb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "87f0a77fc8754bad9cdc82aa461b3c11", "region_id": "RegionOne"}], "type": "share", "id": "b2d17bfecaf54ae0911d06cfa62f6b7b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "810c2ed546514f72ae85f5c00ea24608", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ec145c766c484619b7f21878ddfe2058", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2236571c38a644b680589a64d62fb6c1", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "158055dbaf534a1295a8338089bf8b0b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "447545f2c06d4b639084bc99a9ffa6f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "704ce62245874fc2a33b8f2265b7d2a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52c45535cdd2443e9570b2567832d7b6", "region_id": "RegionOne"}], "type": "orchestration", "id": "e166673ea0294b4e806a45503b801551", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ffd35ca892447c68ce41f2ee1485000", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab2805eeeca54706bd2602d62eb44905", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a27d094b1c242d496027924c3e1960d", "region_id": "RegionOne"}], "type": "block-storage", "id": "3b3d6a2313404c968e56b4682b26f3fd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a9048cf27f74f32ba62b01150e1b811", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86a390818ff84117a8b4db507f0a3a81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91fc42a554164c63b0b84ba1f40bf585", "region_id": "RegionOne"}], "type": "volumev3", "id": "573bbe68c90244f7a8ba4d755374aa77", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6691a84ea92429bba91aeb00ddcdc2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "abf9aca54fef42079a9bf1fd55e7ee95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2740050bbbe74f40956b9ce8d8d53c3e", "region_id": "RegionOne"}], "type": "volumev2", "id": "c3cf2062a2454523a1784c9154d44c90", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ff48b35f52247be81ed2385aac23de5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aabe62e2cb4340a8a58f6f883baed601", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b75ffb24cb454e69b0238863b7591a5d", "region_id": "RegionOne"}], "type": "volume", "id": "c243579e1ba042a89b8d95c04b925b75", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d41fcf0de3ef4613a5a2d7b1d982171e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e29c79885aee4ef2b126aa9fbc8bbc0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27022f8ac00f4b8284b9d7e67ab284cd", "region_id": "RegionOne"}], "type": "block-store", "id": "81a86ab3885444a796a210486dc20ffe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e5ab3ad6a9ac44b1831d520e9e831a90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9185a006900b41aeb9d8a5f4c0e8e5c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0569e828347c4501bd41341bf878b0f5", "region_id": "RegionOne"}], "type": "alarm", "id": "04af3e608b034d43a2f421c21558b20c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0b33adf83a174bfb99d07f6a5124c8f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bf5f9f8b0c924e1f97a6fa0e46937a0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "514c0d32cafa4a5894975e2b8ffca8a2", "region_id": "RegionOne"}], "type": "alarming", "id": "a8b71d2c7e4f487d8b86b02b7cef419c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8148233772954d24bc15f06897930186", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6ba455a8be5a45949390a867836c8d49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9ef1448db6924a19a8778a5e4d05ba50", "region_id": "RegionOne"}], "type": "meter", "id": "32f964501a9e4d098136f7ddf8d54927", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7a88264cf53f45fcb729786b4e49acde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5d483fac3c524fc9a19fe428d4e172ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2f64a1c7bccb4b338c634745973ba3e4", "region_id": "RegionOne"}], "type": "metering", "id": "b945b329b10d475faa23e47eb0f16809", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "61bb4d3ea81a4dcda145ecfda961f932", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ecb2e249c3054362a1c4ad8ca7dd2b15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cf3089e6d57c40eab442325baa840e39", "region_id": "RegionOne"}], "type": "telemetry", "id": "c01562f9ec8142909682a1b9413ec809", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cebc05f6d1744e059aed734b0c2de9bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3abab3f2404e46c1b7e3dfdf2fce2234", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "415fbcf3024a4621b8d12146710e25af", "region_id": "RegionOne"}], "type": "event", "id": "9de3f7fb417f4adabff34756fadd530d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2311a99315ce424f94d46865413a18da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "52312864431a4b1b9ae6fab0682d2bef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d13700d305094921a750334b725d9d6a", "region_id": "RegionOne"}], "type": "events", "id": "1727ce787d884d739877eb0b61182b4e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c08c4b1c902c4c1e80a8015ed1e15ff2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c7ea4cf72c4846caa5da0dcbad8d960d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2b4dce368b25462aa2df8a3dbd33962d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "cbe2c9d78f9e40b1969661e4d3fdc12d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "77ba6a133fde4c5ab67fcbc0c2670af0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "aa2dfe9e4b20442b997fdf5b3817c327", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "237a86e8bbe84b9d8987ce02740318f5", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f1da430d3de940a3ac0046e6355dfc9e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "542bc19cab02435b826a40d3037570d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4a8a8bbb7c6849749f7e078807dae592", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e216f7d174c440b9a7ab9d23e965e3ff", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "af3f3bdaf81c4dee92da78af64e73c4d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1a4c8c1ce62149cea6ead960bd314e2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b65145e6703a4e449c8c2047c4bbdf46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9b40233d899145cd845f920bd2f79c1f", "region_id": "RegionOne"}], "type": "tricircle", "id": "e710085508d34a16acebf1b0afd6cddc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "88a5a3f97e5b411da12ae65f2413071d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "8585d40a798944bdaec4da7c73b26671", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0a51beda5b79456dabcce05ed2b2dd54", "region_id": "RegionOne"}], "type": "database", "id": "b78a58cc7daa4c2d85f7c94ae8026a51", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "92491c6fc18e4546b71afe9b30ad21d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9a4e45e7b61f4809a42569e1586acada", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "42fe4c25f8524bfaaf461e4b5682d018", "region_id": "RegionOne"}], "type": "application-container", "id": "d71f5b9293e348a4a18d2442d80e3a18", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9c260b8855ee4e1d977bc8137a15b1f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1760f1f56edc4debb5e4b55b6552a0b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6c792675ca2b4e5680fd3c34f3de45e3", "region_id": "RegionOne"}], "type": "container", "id": "64b272b6a78f41feaa20dd809c6f3f39", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "aa9472b1f2e14c90b4d2b62a3ba6879d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4beaae294aa04e2da548e441757f9ece", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d4374c98f89d434ab3da5d0e13f26510", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "23f3e6ebf03c481b84cb7b4e5e1d6cd7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "884590512484473fb7ace218ddf48642", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7a0336e7b5684801bd5ece9653d86e18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8c8761cc64914b0ca39432444346cb28", "region_id": "RegionOne"}], "type": "rca", "id": "af313fb5ea0049c1a8a7eaabbdcc566c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1596301df30b4d969d70c47f34e43e65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5ee0023c68644a6caf3f95b491ad46c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7339aff3bb71407096baf3e28e3a9c5c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e21837bd2f6e45dfaffe263568990eb1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "8d3c1e9da60944f991e90b0cd3fdd9d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "eacf61a3108d4014808687c2ae5709c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "43cc0488799f46eab04e79759dc6bba6", "region_id": "RegionOne"}], "type": "network", "id": "ae8738adcc1547a89e21e073d85c5b7b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7fc8c9dca663434fa8c571fa487ea58c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4e063b8d9e8147918a50ea2583fb624e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d4226f4a9b654420b67536b14c661a8e", "region_id": "RegionOne"}], "type": "backup", "id": "652afa22d63b427e91cdcfa00f421c5a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "383f1e93c84d42949889822434c3bbfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e0d8d64404f14743b5789a4971573d6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8951090502694b8ca5178eb3ea92f0cb", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0d528598523b4fd8928555d17e903203", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0e58a5e663a6485b96e0f23eb8d185da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "18dbc6f64f0e49f5a60fc2885c8eb797", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "44fb53f3851a4ddc8a71577f15a4c8e7", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "dc4cfed935c74a2f9de1ddc1322e6743", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c8202f391ab24a0889d374171fd10b6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "11c2c52cd73a45098bf77676e6352200", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "78666ebad0d348d8ad7b0de97aa4e458", "region_id": "RegionOne"}], "type": "monitoring", "id": "075ae5772bd44d24964868ed34a2b41a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b75be98ee0744be3b586e84498d67935", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e6744b1bcf564b9ba1af9cfd528f5357", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d80a918189c84fb6820f9d64847959a7", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "5c790cd904594fc9b4b385a0566e2471", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "648c0defaca64157aad20687773fac88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0d57e1c351c04f2d9e7c688a8927ab45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a1f6c60dfe7342cebf045b045b9d7450", "region_id": "RegionOne"}], "type": "placement", "id": "2b33b55ed85b4a0883c88b36c68369c0", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "22190e42cef44713b6cd781897b99815", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c84fcd22356f42109d34796d46fdb583", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "34dbb6900762440285893cd98aa9d6c6", "region_id": "RegionOne"}], "type": "instance-ha", "id": "23b4a932af3944af88852e17e2ec7add", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f99b3847128a45b4bd71e2819100849e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ca30f3607a24484caedae46baf4b6f0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c0d3520f5bba46c496b9793ee884d745", "region_id": "RegionOne"}], "type": "ha", "id": "8b77398b30e4400fa0533244e54aec6d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1776a803e11841918a053984c5826595", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d5d8a5777d6b4a11bac3803d3ed852a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c4a2ee2af9414d068310f7b706f91e52", "region_id": "RegionOne"}], "type": "reservation", "id": "9b277ae06dc9462483f089795b8895a9", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b2d387a7b9e947aa90a8d0199661a470", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6686e45f70b447b3b2551df30b3c3d7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8f24e6da1fbb4506ace5ade163f22011", "region_id": "RegionOne"}], "type": "function-engine", "id": "cd5b2a9341154bea929cf65c0fd85d04", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bfa6e041ad8f49e286e5b9ac8ae022fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "aede462e048b476b883e3dc9c360dcaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2ce193df9fb648c5ba9d037e9c6ae58c", "region_id": "RegionOne"}], "type": "accelerator", "id": "9045096d38f745f1b6474319f9b36aff", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cdfcbc1c0e7c4d839328bcb9777413c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3eeedebc67e44edd934fffe5a5144015", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1ead76181fd9473c8c1e9d863bf189af", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0fa5dffca7d94fe897e7ae23c5f7d09d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d0a78ef91bb34e418d2fcf0e3257d42e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8301116dddbb4fff8b5b17c875238018", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c6eec0313ba94e96862bbd21eebeedac", "region_id": "RegionOne"}], "type": "registration", "id": "b603e006e9194094831fff8fc1681bea", "name": "adjutant"}], "user": {"domain": {"id": "d51dc9e88e4246118b6300345dc77660", "name": "46117b950bd04541bd6ff33838759d00"}, "id": "e2fcf0f1849340868aa194014f83e8ce", "name": "c0ac6026f2fe4abfa89c023e4865558a"}, "audit_ids": ["10f5dd6cd03243439a3b51bc69f9266d", null], "issued_at": "2019-09-19T09:04:40.426006"}} 2019-09-19 09:06:40,560 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,563 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,565 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2019-09-19 09:06:40,584 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,588 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,589 keystoneauth.session RESP BODY: {"cluster": {"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}}} {8} openstack.tests.unit.cloud.test_fwaas.TestFirewallRule.test_delete_firewall_rule_not_found [0.212495s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,429 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,433 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,435 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,438 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,452 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.366824+00:00", "project": {"domain": {"id": "92a63f120bfb4099acecdeadea0744f9", "name": "62d797d657e046e19cfef15db1d3ebb0"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ec7925b28b50403ebed82c4ba3057d02"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "40f5bd8d1b0447fba9f09e282670f9d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "687e45e541cb4a91863b36d2f84728e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "dd39d66229a443acba845d515116fe62", "region_id": "RegionOne"}], "type": "identity", "id": "04d84d31a9fb4f1ea29583bf0a1be1fa", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "71d34613ad10487f8241c763acb6c713", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d07b11bd0a764f80b8cd203d746c5aad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "84b0db8e4a3e48ea9625a5b81b09e6c7", "region_id": "RegionOne"}], "type": "compute", "id": "e65687ca31b2423d9d4bc90a0787a760", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4a7e14e19a9448f5a85fab57f80b3801", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c37f7172c06e4bf584780e0e94eaaf60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3b6a89eca171452ebdc6e41fca80daab", "region_id": "RegionOne"}], "type": "image", "id": "ad1a0866ea0947218d4d15c88a47f567", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8338df41098c4afbb9da5ee5d257d031", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ad2d7a64370442089c7edf553f144053", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1e2d00c4d25744a6997034bff90f40c0", "region_id": "RegionOne"}], "type": "load-balancer", "id": "2b2990228bb04accb483d2ed1ed01c1e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b6b8a5ba5af4d88bb7d9bf369bb8254", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f3cc927c6be4568b1b2a8ae17af6f8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa3a477fb2814334a0bc6db1b6b70253", "region_id": "RegionOne"}], "type": "object-store", "id": "c2eb7ed5f48144cd897ee3e5fbb07735", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b98509626eab48a7b5f907ab76f2c45d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3828892c96dc458aac928719139d153a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d642ddb5d4044e28968a30be070af475", "region_id": "RegionOne"}], "type": "clustering", "id": "b0ae8bf5e2cf4cc2b29059854176c23f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "045131138f694d5e8206173c3c2fd471", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "28d14a67f0f1419b872a23d761c1e7ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c5f118b52bc647b397b39caf56f439bf", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "00db9e93ced0455295a73e1f5240b51a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e63e295887264d4c96a465faa4eb7f27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1cf2af2d1d934f3d9e1958c9d7125589", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9a08bda5e3d34ee9809ae0e80e5dbdcf", "region_id": "RegionOne"}], "type": "cluster", "id": "cd052099b8d54276abcfdc8de754100a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f7e008a7392c4eb288ca1629437d1f8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "84e0e8b0bc124f3b8dd971e65bf75a44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "4d63b8166b74408f996dd930d91a0527", "region_id": "RegionOne"}], "type": "data-processing", "id": "e04fd645610f44c68327aac6492a2663", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d118147df11e4876824455a3631c240f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dce8783db5a0402da051865414e856a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f1bf16f5712349bb94dc3fa47a1b5f9a", "region_id": "RegionOne"}], "type": "baremetal", "id": "d96bc6bedce3412988d3e330d7a04acc", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "96ec9a7726e74f06afddc8c5fb98fb99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5406481eed344446a387fc87934897ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "02f3fe77f342408f8e4062beea9e2618", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f8eaff3e50d2482c95d7ecfe1d4584b0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "72c1226368f646a388efbe65ac8cefc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9e184de3d97c46cb8f791e0ee8eb1b03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "cf74ffe3694043069d34aab860044c4d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "844c1f8e61a24fc68b740c4dffd8e93e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "352c3b8a08674c32968f62a3a055b57e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d7c3e3cce2ca4cc696d78cd18c01adfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "3f38b1dd0d2a4c66a5b063baabd9a38f", "region_id": "RegionOne"}], "type": "key-manager", "id": "5298afff9fd249498462addf9dfd9e02", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c35a920222554a5d8f249df8e38644ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2386278a60914e048e9f8c2ea39f0a07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "10fc438672e642589fd70af5309e3cb8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "faf35a0abacc46408482ecdcff07c9f9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4a23599b51e749348678e3d923e58868", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3fcef354ca394a2ab370a51b66b2c526", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a3551fce292341778955c6c0d2329cd0", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ac70d451bf174e2b9d3be1718f70a8f9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d5e84edbe4134f66be3f92eabc419769", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "679c3975ce5a43b593239b8f636cc928", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ce77da38f17043c5b6ca6f3633842482", "region_id": "RegionOne"}], "type": "message", "id": "bcae314d97fd40a3aae9d42c477950a4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8dbf7d3e78854f67bba1fcb43bf334c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1cc421f0899140a28cec933ce0ddb19f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "98da0dd72ebf4f58b41313bd9a9941c6", "region_id": "RegionOne"}], "type": "messaging", "id": "742023020643467fa104aa61008d40cd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8e3536368388403e99ae6759072d316d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "47c8a5a8d4614d4f90b6c1d812fc19db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8efebf0c43564074a1b95d702d4eaa24", "region_id": "RegionOne"}], "type": "application-catalog", "id": "688a91daef7e46c585445c6f128d39c4", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "470e56f712704799bcdb2988c9c11d35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6fdf3bf1588d40bf90ffe9b7585f862d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1de4f5f3ff0849c7b18cf37045b232ad", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4794719f7c424c06b182514c72c5d967", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8fd007d3549f479e9716e20d5a6d7be1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4332c67b2fec4f698daca01df8268e05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bd7c4d04d5d14aa3847b96937d32a916", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c0df59d6ac27410c892f6bcdd4d7e269", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "704d0004505b483f92d70328561eb2c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9caedc67bd244bca922e2ffdd44e9642", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a3fb286c57f14aa28cf6efb6890d3cb7", "region_id": "RegionOne"}], "type": "container-infra", "id": "0a6e5f4997a44969974c702e4d296255", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f9785539dae14440a587de9a1ec4f1df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "6114335e719147d7bc09e1ed368eb189", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "093458b394f64bd1a8e9daffe9225597", "region_id": "RegionOne"}], "type": "search", "id": "06c1953c07ef4e60b2a1d1baa932fc16", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5bf2876bf62646448badbc170fd49673", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "56ff6673f65b4e89b31316ade53ad02d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9d600acd8c384045990785fcc37ebf06", "region_id": "RegionOne"}], "type": "dns", "id": "3c0c374bac774634ae427af7c8050d0c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "76d33900e06748d187f078ce1dbe41ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "439b3048e4b6445584ce4f557aab851b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3d637e2e02e94b0592b82303467a5154", "region_id": "RegionOne"}], "type": "workflow", "id": "8e0e17cc14974acdabeadf820a6f0cc6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5476038878d4475fa88e5174ffea136f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "75cffd583a834a1aae221ae8802dadde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3736eaba148746d8978ac5d3013c0eaa", "region_id": "RegionOne"}], "type": "workflowv2", "id": "909d0b398c134dbea64191de50382ca0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "c60ff07d7e4f405daee2458251baff87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "12ba997ef15c4a2493092fb1d0cf1845", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "159d18ca0f654224aeec749c97dc73fd", "region_id": "RegionOne"}], "type": "rating", "id": "cbd198b0ab3148f795a0fe3bda2c70df", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d7be378015c54ae1bb77e103c3029d9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "28d4f217c98145e6b64638c28a44b1b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "be21b7bea09545f8a391c380f7fd96f1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e5c723ab9c2b4379b6b69aec556fd335", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7744032cee114926a395b83f8bf39a5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2117288c22924adda8e83a15ba0a84f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "324ffd7b1cff41f89ac7e936541d498a", "region_id": "RegionOne"}], "type": "policy", "id": "6f09a7474484439a9c35cf7adad70f59", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ce634d364eea4ee780321ee62d9ac57e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4e40a7d2f56a4b68b9603fabd8dd590f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "eb8f1a401ea7426eb0ec284c0e3a0d9e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "40ca1d68b0c24ad08e394eb2dab65723", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1cda614c883243278f11a3ba2eb6ecac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ab5a5cd6d66449e8a40ae9f253b24d0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5cbf769c9fd64d5e944c0bc89cec2b56", "region_id": "RegionOne"}], "type": "sharev2", "id": "9aec7327fd474dbfaa3ffde340cc5ea3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ed495d4c9c8f42fa95c4ad047a9ee917", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3db077fad9ea4cc99c166ca2c9ef588e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "585fef41d9474a299a14cf8cf7bbd20a", "region_id": "RegionOne"}], "type": "share", "id": "0f4ee797c56b455d863a44e7495775f7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "eca6ff88b39a434993f2907e52688de3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "675579d9f6ec42f8946775b2af39f41c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ffc085b979e94926a314e9f9ea521513", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "2f3bd60e6af14e7d809581c4dbc9f76f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2311903906214625b07fa2643c5e1f03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "edebc59b29f64ca7b8f889926d91681f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5c6110151904993ac90f43ea9ee1b9c", "region_id": "RegionOne"}], "type": "orchestration", "id": "7773611d2c0d474fb260551be5baa538", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee23a0054a5944e9bb57da7b9ad19f80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ccd945d505d94873b56ea5594e74ef6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f70eb695b004fc2841d8a06ed3ade2b", "region_id": "RegionOne"}], "type": "block-storage", "id": "265c48ced524434d8341f5b27fcdd03c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73f888462c274fb797e1cbf4b218e275", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52fab5b8242745ebb480f29ca8110255", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad585ea8aaca49eaba317830781d5aaf", "region_id": "RegionOne"}], "type": "volumev3", "id": "bf656450f04f40aca3cdaf9c0fef4005", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "750e54d9f6db4274b5bf7ae8657587b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ddf93f6c4e1447f1a792e77e4663ec36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b18797f3691940adb170217bf48c5b3f", "region_id": "RegionOne"}], "type": "volumev2", "id": "91fb2120a3344c6dbbe3698a69ca71cb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ef2118154fc472f8510b211f01ead30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e7e361d472b4c63a75e974b26be5927", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70ca3b0fbed54c0da8b22cc7b72156d1", "region_id": "RegionOne"}], "type": "volume", "id": "81d534bb0a9c4b838bc66409b27a599e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04770dfaad3947fb88bc2e5c11e09023", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9a48452ad4b4e878be96ae6aeb07e3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a8d7ca65ff84457ad8c7ff2a9f587c7", "region_id": "RegionOne"}], "type": "block-store", "id": "a0427186c8464321af0600427c8b4249", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2c0cd91b73134aaab49eb4c87219b124", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1f08cd83a7904a23bfb16ffe41592c34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "40b1b86e0acf42aea5dedd67de3ff1ac", "region_id": "RegionOne"}], "type": "alarm", "id": "a1d6fcca7b54479c99b6f65ac3300b0a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "842c5ac6770940d1aca5cf797cae9a2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ccd7b1a6d13643eb94549d772d34a8ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f8f00b86859b48c8bdfa84d7b8c132aa", "region_id": "RegionOne"}], "type": "alarming", "id": "5e5213040838443aa0c63065770cd1d4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c340c62c7dc047c4847d1b0d6fc67bba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "16e2ead7682f4f25a7416ba66032756e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "875b3952a5244070b0b986d8eeab0351", "region_id": "RegionOne"}], "type": "meter", "id": "383058fc38c94c86925b5f683b0180e8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b9505b21b4ba4c6489207db71b53b1c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5b9b64a76bfd42dfbe894618b11c8fa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ea3f1739552045c3a9570cb445cc6441", "region_id": "RegionOne"}], "type": "metering", "id": "a64a90f32c1a41f38ba554ca2eb0dbe7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3abc4f91743846709d9d59d3489d2e6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e8b921a97c8a426183d8ac57a3af2691", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4b7e7cae200a42b6ace91ec8df5b1650", "region_id": "RegionOne"}], "type": "telemetry", "id": "e7f52f9845fa48c4bbb27a832c1f06f7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "dfd6058c66554f0db2ff963aa199ad69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "eb4f56fcf04d482aa70b1d245d44e794", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c154eb759ab945319cb6135f762e4ef4", "region_id": "RegionOne"}], "type": "event", "id": "392e398e88b64eb7b889ffd16a5e90bf", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7ab821303e8643be93f09ac4ceb9e4cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c7cd434c532545c6a926add0d64b610a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0085446898464aa79474d325b549f4f1", "region_id": "RegionOne"}], "type": "events", "id": "7b5647fb428849a7ae4952bb7a4d4886", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "14b67786a0d44d0595e8be506b463104", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b6d2527de730441d99f85e16d9758206", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e1663b8918634e65b7be246815026a2a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "103db1d4ca4a4f8eb0146c61b55e50c7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6353a784130d436cad30a3514e9e701b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "36a25513548240e6b01542b59c650bcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b67a4e9e179b4cce8701d3eba1ea953a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "30af93d3882b4fc0b7768f9aa266027e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f753b6c464b747ef9ce82a05b36c905b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bf5339f203ee4d3baa52006840935d07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d707a0ea31bb48af8e3481936da26330", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "86695fc6abd4411db34019c34bf13637", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c73974704d1d498fb4eb8979a6aa7ffc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "78a339dac7f54b8eb4d41168f4bba235", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b791db1e748e4b9c85b55fcc9b62aa3c", "region_id": "RegionOne"}], "type": "tricircle", "id": "efc2afad369749aa80f7425f3d160dde", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b6ad7df86be6416cb64608090e2f1d5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "df0722affda14aa98ad72084e8c079ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "aa8061df05ce4ef7a782a0f52f239143", "region_id": "RegionOne"}], "type": "database", "id": "f8317600861b48808a0c249d92a7bf72", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "610bb50d84364baf8146f5539517f907", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "07ed48650225465d97b6bc5730872c9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fe73f13a57ee4e03974e216e6542fe9f", "region_id": "RegionOne"}], "type": "application-container", "id": "4a759fceb8224b71b0642ae7fea8317f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ba9930120ca946c29181f3ce1c1987a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "66804f876387497a94d54536470f1f1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "424c91d6d4614ece975e53456f3df26f", "region_id": "RegionOne"}], "type": "container", "id": "fa1fde2d00bb424581c6673d5e39cd3a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a162020d87e745eea7a3d41044e18c39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a88bceaf40da48e39847fe6fe7bfbd47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a4604ff96afc4db1a54a2a4d3accaa67", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "491ad42b8f3148d18e364a6c3f930f3a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4b070997daab49c58ab1f64a17f66c2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "48403894cfb54abbafdf8bd600f86708", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "89ef3c133e5c4fd5a5605112ce5a1aa7", "region_id": "RegionOne"}], "type": "rca", "id": "49ca077605574a1484819c6b69851f52", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3a1891b3cb374f0ca25035b3d6ea184c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c8daa21f0eb84239ade4e55cb8ae4857", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b6442d4ca91c4937874c6e5520f9542e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f5fad1d08361497f96de394cfb10e3c1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "897944e4e48d482e916fe14e38f7e643", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "478992cd4ade4c94ba860694cd998170", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d20e56c46ab3447f85d326cb425f9b4d", "region_id": "RegionOne"}], "type": "network", "id": "f4294132e68b48f3996919fffc3cc95b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "93db98ccc0d542638371c4fb9603e420", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "83fa54d874e64569ba4f214c5b9912c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "67dd553e924a457cb4eedde396f31678", "region_id": "RegionOne"}], "type": "backup", "id": "2412bf52beda4ba197c0b2288c3d87e8", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8b6ae71a66cf48cfaaa6e4b316829ec8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e4ee8ee51b6b4f4a97b940505d5dfba3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ec9a2727aa5d49519d2f4be44c888c25", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "eed64a59dfc14c86b2eb8d92618d47f7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "eb439ddb5a2f49e0b162784155993a9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6e40d66505bd486bb87fcd766904c5f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "327b719ad3ff447fbc0c3c2b53054549", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "28bfb937dc904a6391c4f3d194ae8ba7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6caf1517779644f7819aa4385c72d5ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "97a3f27e109f473a83976f052b95131c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "784bcf8c854e4339af408c937ae72a67", "region_id": "RegionOne"}], "type": "monitoring", "id": "cdc1b2b94ab942c3b1662665f11033da", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7bb37eb856de4a5eb2bb8081cdaa0579", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "531e6403a92644a9b4020524383bd447", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "9ccd1b6efbdf4654a381a558b93fa86d", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a49272eead5847f29ae122116c3f615f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d9429bde6a474de0944edcff15e10e70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2b81084d2ab94500b846065dd72f3398", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "6ba5586b9ff543458239a9ed3554c8e3", "region_id": "RegionOne"}], "type": "placement", "id": "bd9597dee1d0405f8a5eb787cfb27bdd", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "77ba117ae9254e609c06053097650252", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c5d5f6ff29244f4a94b4e9af93642872", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f190c0dc326c47a7b11186e4daa9ff09", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2cdc66a2614f4045aa2e2dfbcaf9c55b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9e0d8ede0da44d1aaac5570c35c9e52f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ac05e3ef8f2b4f1193180b3968774342", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f6b95ae3f6f74e4a9f80a8e155ee0150", "region_id": "RegionOne"}], "type": "ha", "id": "6d8ba1837c3a40f88758a096f9fee49b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "303368b60d5e41d486088733f3530803", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "efe48037726543cca64ef95cf8f58e0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "08c31845b2be4f258d586c4a57625ee3", "region_id": "RegionOne"}], "type": "reservation", "id": "b833fad7e17843f4aea0b7cb09d01b3d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "84e25e656cb242f59198bf9822ebdce2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f718e9989e634b03a4de5473c8ee3c9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a39a30d28c064dff9ffdd98fcdfbc13c", "region_id": "RegionOne"}], "type": "function-engine", "id": "c18f5b9ba9434add9255e52298bb7efc", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "868132bb45104c64938e324c1e1ddcb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "dc2b6d60edca409ba04b2c7bfb9b05ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "638e1db152154c4a90b78206b17179d1", "region_id": "RegionOne"}], "type": "accelerator", "id": "e16f2c8dc8ef49f9862887fa034e881a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5cc6e72c84a743b79b6feba6bc539aac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4cfda05cbfc142638dfd3aa15ab93068", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d063139c644f48f6bc4fdeedb4a26411", "region_id": "RegionOne"}], "type": "admin-logic", "id": "aeaa16ee8cbd48ef9bf2cc52e1f06068", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "74f278457e21450d9d31ee9e2fd2c3e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ac023fee1f444b95a725904ab3392880", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e5e513567bab4c11bad560d5548cdb46", "region_id": "RegionOne"}], "type": "registration", "id": "fc142103c3a349609ef5d57498dbab7c", "name": "adjutant"}], "user": {"domain": {"id": "80903e5f72b3402cbb2ed54b3a0f496e", "name": "a83c853d162247abae78e1cc3a3b4269"}, "id": "925b31ffb0a448979ae586d9b98262d6", "name": "0c053bd07bc5412fa55d7f3c7c3ccb86"}, "audit_ids": ["14730b746bbe44eca986307c2a61aab6", null], "issued_at": "2019-09-19T09:04:40.366824"}} 2019-09-19 09:06:40,561 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,565 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:40,568 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=deny_ssh" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,571 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,573 keystoneauth.session RESP BODY: {"firewall_rules": []} {9} openstack.tests.unit.cloud.test_network.TestNetwork.test_create_network_provider_ignored_value [0.163274s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,504 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,508 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,510 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,513 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,524 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.441849+00:00", "project": {"domain": {"id": "bb235b6fac804a85961ba09fbe583fe5", "name": "8c0747e5acf54584994f6138a4031d32"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "337fd0e61636412bb5905cad12608b05"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "b092c5221bba48eeb41bc88b0603acab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "6791b35796044734b6637676bd28ab66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "54981395d7bb452dbbe77e725d4d555a", "region_id": "RegionOne"}], "type": "identity", "id": "e90dfc5640eb4ef3b2b2f3c43d9702e8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ae5e84f0abe5493d9615dfc403e5a3ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4b5d6207b85a46248cc9e430139f31dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "489f6a71ed8c4a63bb161822a530ec45", "region_id": "RegionOne"}], "type": "compute", "id": "52d57b396f1947938307b52fbf20aeb8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1e9d9b0213ea4d5287c8fb8f3549c02d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7868d0990f7e46f7818d7c7d2bbe92f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f0d2b75c8cac4009a6f0f246c56d0171", "region_id": "RegionOne"}], "type": "image", "id": "04d9af80caed4947860cf79a4d9ae625", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b6ac16cfb42640eab3cee6c5ae40a358", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b26416cbee5e416593154c7bcebf3c07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d0af0e64405f40698dc1ae4c0ff56f0d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ae642575df56464ea287b0e9cac6d035", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "476b446dc6ac42f782325f217b00b243", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ac4003caff7474aaa3c08741627cc00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a952ac5e762c4ff88c02824cf148b0b0", "region_id": "RegionOne"}], "type": "object-store", "id": "9d8944bcc04f4dfea6bd5cfaf4da989c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "59e89d38c68c4cf2ba3a94adaf5a9a6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9adbe6418c7645f48505542e1a79158e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "282f0d1ce42e4c6e834ab1014c50ef2c", "region_id": "RegionOne"}], "type": "clustering", "id": "55345a9a97ee4c0aba646f954c52a5f4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "162cdfdaf61b4e72842df4dc50a69491", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "df915fd58b3c4a2594b170ba00132d32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d6acdbc29b3c4744bc4285b1caf74cc5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "85156bbeebf04818a3c48439f0698c26", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "11040eb60bd34220ad4e712376440d53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8d09d98964ba49438656862f41f45c4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8f4cca211d274b99a4d73b8b6fe17d66", "region_id": "RegionOne"}], "type": "cluster", "id": "d6ddb4e2e6ca49aa9b950b20970dc65d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "78058a06937c4d2580b1b444a335c748", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1577470bede4428299019d922c2871a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "dcd906c4d61e4c4ea0e64acef4e8a278", "region_id": "RegionOne"}], "type": "data-processing", "id": "c67dde67923343938984e46f30628df6", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "aaf7dc075d384119b2dee15703b68158", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0b1017421f854d14b4766f30a6f65d89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "733eb44c4c024e08bf8cff50bd54a0e0", "region_id": "RegionOne"}], "type": "baremetal", "id": "c112f5631de045e098c23a2ac75b31ae", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "65db0ac83de0499baae180f5a9da2912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6d9de84554fe4417b6c8767f52802189", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8d547941bda248b688ebce72f5d05668", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8494c7b3f11a4292b8893757f4367132", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "99ab39d964954b509afd2355f355adff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "14ae681c09f949d18edaa5f25ae739d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ef8c7e5d81e9497092bbcf3ed4ada9a0", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d8068db1ff4f4dbd81863bf0bc2af8ee", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2bb45cf2996f4a358ba4828f4a889a6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d7ba70defddb43aeb2d5f27081b0b4a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "31c96304c1e248599288f0cb74475f19", "region_id": "RegionOne"}], "type": "key-manager", "id": "14bf2a73c67f465685010a5c85148705", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "239dbbfce80f45fa9bb571e5423434f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d09923a97e2e416cb1e99abed02f12e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b9d0171226da488887aadcd5569a3a11", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "3790cc23c75a43ada56102a42484b888", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "179ffc7b57554e8799f1df08d0ab2b22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "05c328221d754a0c8c3944f285cecac6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "de1821877e304c12a28c45fbe404efb7", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f5832f2036d04957995a71799b57cc86", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1f8faefe0a6c4ef1893a0127e63f9b3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ba64dd000d6d4298b0bb0c133e8d9dd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "67ee8c8b476b437fb40b24770921b144", "region_id": "RegionOne"}], "type": "message", "id": "6ac76c180936427aaf5b26238fb803a5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "39fc9c288b6e44988aa789e97e9af373", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "851712b195c14c32bba88d67bf59dc42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c2f71fb4c8bd4bbc9031f4ec02aa58f7", "region_id": "RegionOne"}], "type": "messaging", "id": "08f050e5e67d4e86929d45748a9dbbce", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "76edf81d26c74fa5b715e9fcb7b49c58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3c45c5f5c3744264b35cd88fc6552d16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "af06efba5cd944a983ea09b982eaa6ad", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b81e89a8718b400d86d945f20856dc0e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0e81ee8bc83147269600ae061d71adc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "632321393b5148d48672fe6f98d1cab4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6bcfebba8e854cd59e822c20d1fad637", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "efdb1b09880044018e5e80f4ec28f55c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71219ae50fce40bf973f34270d8a309d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d6adfcd7c0c44777b5ab71e3c710733c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a36335f4df9f4c719fec09698446062e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d16baf479d2d4e56b51ceb4090dfe3e3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3613c9d7e080442ea4be556d5d66d903", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c721143f6af04dbda6730a8ca4bfe768", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2d935d9d292c41cb914495f06a71a19c", "region_id": "RegionOne"}], "type": "container-infra", "id": "a632d71581414ac1a67f014b7acf8c53", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "fc1064233dd84e2ca8754483d3d47cea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "74b9cdf4796242b0bf8cbc5f9a6fc8ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "7d7e190fe9c542ae87614d8893342f7b", "region_id": "RegionOne"}], "type": "search", "id": "02ee5c1fca324f6c81fcfccc910deff8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a875fe6df4814736a5c8a9557f0f4a14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e5e78fc518844b2899817433351c2b8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4ec7b49461064882b5777fa763f7d75d", "region_id": "RegionOne"}], "type": "dns", "id": "3b2ac420fa55490388739b645e51f19c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f24f96a5ee1c4ba28535a433e65a0476", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d4efd41bc9714533ae29f046264baf53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "edc73cd157864e62aeb968dd3aab2dcd", "region_id": "RegionOne"}], "type": "workflow", "id": "7cb2c1f9719f4059b6e6ce5172a498a5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c9d2858150ca43a689e03fd06ebf1bff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "51c0a57384c54671be4e04bc57848338", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9ed6d6ff06a54430a781e2173b6290f9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1ac6813ee01e49ae825da8ca683fc931", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ba6a6058a6164e468af0b5437ad036b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "1553879a2f4148ec8e3d92a873d9befc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d558720484d545218b6c55c68a916dc1", "region_id": "RegionOne"}], "type": "rating", "id": "c48bc3ae1f1d4091824cbd81ed49d302", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b91cdb9d570141f0991d6261e0a88977", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5e218e472cde47ce9a915927a26077a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9173f8f1f06f464787d395d1bf46d5e3", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e2e783522bb74946a9378bd0a188617f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "429723c193524f5e934b4c0abb1d0c9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "75b4ed77104443389ede3278cc934493", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "60001734aa084431bc604ba9ca702cc8", "region_id": "RegionOne"}], "type": "policy", "id": "481c91c395cd4702a4e6790e90bd7b4b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "986e4aaf47b143679454e9a67a1b711a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0f034cfcab564df7b8f59d3bd6a23f25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "305ab20bc040453590ef723fbbc4710d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7de0268c56dd4974a08a486e98e9afc0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "844501531bda4fb3899798d0c08c6ee2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4044e39c9be346a0a4fd52e8cc04f481", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b25e543d62d745b4b23a679edc7b0a7c", "region_id": "RegionOne"}], "type": "sharev2", "id": "1d424eb2588746c886e30cb5ee04f91d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6831b7e4c703469f82781afc5979a1cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ca6de9f6a5d24dd480d3d90fefa5a3b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3e08c6c182414a9e9571207fa042a1b3", "region_id": "RegionOne"}], "type": "share", "id": "f97389ab7124433683cf3cb5a97b7195", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "72ac8c2b5fc74d7a89effaa0087df20f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "023a081e9c1b43058c6fc9a78ee7090e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "31775ec03d1e41818b0f6b0ed47ace62", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c806f249045f44e19300ffbdbe7166e9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9d83d34f5c641c383d523ccab36ed0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50ec8b165fd545dd9574acdec4536359", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0996aaa6e28b47f79ee60f34b744af00", "region_id": "RegionOne"}], "type": "orchestration", "id": "f76e14409df14a259a58e0658681a5ce", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9dbfeece901b47c7907f5b8d37d802ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea42d2e57c7e4eeeb144a4f89231f4a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "841c49d25f8d4a14b21056bd264e6713", "region_id": "RegionOne"}], "type": "block-storage", "id": "f19923dced884cae9a5c5bd56b004adf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5177ee908c50406aa318f819ce0e6493", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59d320b6819840798d28e5bdbeb8c724", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f98af0f63c994262baae9c50ba0fe271", "region_id": "RegionOne"}], "type": "volumev3", "id": "c662a33c47974968a1a9263c6e9e2602", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1dde714abb864438835b5791bd1e2ad4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1bffb6bef1d04b879454c5f24eea3cca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a23a60ebe6e14ccf9ca82ea77cf92244", "region_id": "RegionOne"}], "type": "volumev2", "id": "1e017cda58794ef18f243f6cfdccfc10", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49df588d2cc6425d8a649e9db31fa562", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a8a9b7b860a4372bb7aac3d9ffc6a99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e0d9f6bb6684bf28128cf097df83dae", "region_id": "RegionOne"}], "type": "volume", "id": "46be4786512c4c05bdc0032ae8d00e7c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3e8dff143854ccf803d4417fa4caf92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e84633ee8c54c8c9edc2309d1042413", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "812f14fa8429462b810c7cde138fc0d6", "region_id": "RegionOne"}], "type": "block-store", "id": "81602a6cda5c4b38a069e413be2bc16b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3d1e705fad7b49abb98ca51f2b424059", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "224a3e05db804b9bba77513dc4c6dde0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5f5f999315fe4f948eb31e89ccda2a7d", "region_id": "RegionOne"}], "type": "alarm", "id": "6351ca65219c433fb109a08bd0419bec", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cedc6e6518944653898b876bba8fb09a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "15296f231d8b45bdb39fdf04575435d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a3e903e07d7b4408938a3c424a22a96e", "region_id": "RegionOne"}], "type": "alarming", "id": "6487580025d242ffb8699bd25b375e19", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "027258838832400988db3af5c74f4cb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "06b371b59bbe4467bc34c65233e83c20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "97b2a95251af41e19f4127cf05208ddc", "region_id": "RegionOne"}], "type": "meter", "id": "bf1dc5f98758435dbdd28f5b2c2cf01c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bec68fa793894f6e873fcee629448253", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0c96751f89b24227a460428ce8d9704e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5076a66035c3432282641b96bd280bee", "region_id": "RegionOne"}], "type": "metering", "id": "bcc849e8ae5d4afe914f3778cef935ab", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b21581068dd0480d8ab127fa559902c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e244f6ab697e4ed8a60c135df35351b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "825bbe0350d646079f51b80b8296ebf6", "region_id": "RegionOne"}], "type": "telemetry", "id": "b5c91dccabc048d589fcb8ee53e6e9a9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6c3fe55d95564103be37af2def9c6ade", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cad61e34c7f54c91b3f5ef16d63e894c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5931e6fe59334224a558b27d2a23e693", "region_id": "RegionOne"}], "type": "event", "id": "b267486f62b3417a974ac9cbdf187c77", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8e6a58685ae24e6dbb1d8a110cce9a63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "223aadc9a6264078b845a9c90c7a503e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3f0de707f0ee47de95062e510c60fa6b", "region_id": "RegionOne"}], "type": "events", "id": "00da18fbc06043bfbb7279dfc281e746", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5d6fcfe9e19d49a78ee170b2faccf7af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9dbc33923e724e43bc48d200db7c6d36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "33c3c323ece849b6aaddeebd0dc312ca", "region_id": "RegionOne"}], "type": "application-deployment", "id": "25fca2fd2cdf40f1a0948639f7285a96", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "675216b33a364597b9c8aebe9a0cd9ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "13c224a838a64ad0a3e03ecc3b5db929", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e8c07d0077bc4a3c9dae3a0c616eb22f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "680fcafe948a44208c8ad0552aaa9334", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "830a08591b6245328e460e6a884c519d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c11e35973aaa4c7f8d1360fbbea32327", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c85f1ff8f5b048d5bee12aacaf6c7303", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "69ed129290a54bcf8b4a0f08e7c122e2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bb367c1997c6463e8cd90883659ab02a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7994123c9ae04d4ebc8b812ee7e9457c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "41e336de587c4f35971317aa2cd215de", "region_id": "RegionOne"}], "type": "tricircle", "id": "3481117b9b3f4104b872cef63af4a2dc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "37b7d378670c4d179ea7ae735d360668", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e672516902884ad383d06a9228390443", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "07c3cdbeb8544c28b22eab77700987f0", "region_id": "RegionOne"}], "type": "database", "id": "92e4ed6006cf4923ac31ca0cfe813556", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0024e541e187487395d1f9f297320f8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "be9ed7a1689048d1be44e9321a827188", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "45f0af43a193469ba75b6e77f2129805", "region_id": "RegionOne"}], "type": "application-container", "id": "338b4a946e7f4b95bf740a517aa92517", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c6d68370d81c4b4b9f96f4dc69d3301a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7f3a56a503624f4c9a8e6481ae0224c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1cd22cd0a1ef4e7e954b45193e05cb3f", "region_id": "RegionOne"}], "type": "container", "id": "9ef77806374e427eb3f484e3a6e71818", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6882d044b9d240768079a04a04176c47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6203d99fe7154f33892bdca20f95e5cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5bc61b2f0a4e4e51baa06450b72bcfd6", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c359e213ff334d008a3c8a5f95c89a91", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8ff265c7e43746179597982813a59b68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "97066f1d040146ea8a17e94ee903e4ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1cfb456e5c014231bb1d9f6b1502ffe5", "region_id": "RegionOne"}], "type": "rca", "id": "3a2adacf79984e43a9b7a271a1319de0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "28266df5614244578e8cd73040d180cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "95a0374453df440da80c0b53d472a4fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8b64b523995f4927aabdf5287bbf3d6f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b29431ebc9f347d4b974c5e9122c56e9", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "8dedeb9d1d2e4a528427c5049ab98b2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "eb9c577b40ca478bb2c2564b8b6e91f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b16efaa84cfa49de822d0a17e7be0f49", "region_id": "RegionOne"}], "type": "network", "id": "716ba995faba4369b6f2bee4d8d47cb4", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c92489a5dbeb4878a310aedad9e7d349", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "de02bd471cc64c1ab975bfcbf1cee2bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7b89c12b1b2e41e9b680eeaf3610ab90", "region_id": "RegionOne"}], "type": "backup", "id": "dc7964f7f3564b5e86019b5b2dfee718", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e301f930b5044092ac6b23ccbe17f986", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cc4d35a27d664439bfe84e3023cb8c89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f4d56d888d734ea18348518ed5e3f551", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "091c346e2c6540858de78cf1da896bc0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "db49773a7758447bbe38027032b63962", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "72eb476655bf4e64a65f9d9950ebeb4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "93499c926255480c902b4e42e85cc4c3", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "79929e5675ef4f3ca9d3cf07439574e2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8630c6e06695449dac272428bdb171c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5c344048388e4b7a9a305a4fb59da7ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e998516f34684841b07a96f2820f3b80", "region_id": "RegionOne"}], "type": "monitoring", "id": "ef15dc8343ed47bdbcc44e094ba174d9", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e7b32e8982c94eaaa4d848d75f64e4a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "435037ab8ebd4893b9b0f7b3c371cc64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "419824eda97d43b78bb3d44e0ff3656c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9d2ea5af2b054fdcbdad4a2d166baa45", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8fbdf425aed544d49f6dfad1f2b5baa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a037e9e79d334bb4a8450e4de2673eda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e6bbece5f87f4ec78014fddc45b55647", "region_id": "RegionOne"}], "type": "placement", "id": "c9acca20561d4968a396817f996c0c73", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "11cc936ffa034d69a1c6fac4d75f553a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "aa54b3fed2e14f7b8618b5c3b0f353e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "653f19d648674d46b5250cd1f95c2d8c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d5c3b6605df5405089c8cdfc9c0dfc8b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4f2cb4fb6e7a41ebb370aafe0d85927e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8cf8888ce34443f28714f7e5120f7b86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3696587d241e47bfa07fbc9055c706f3", "region_id": "RegionOne"}], "type": "ha", "id": "0d471ad12c0749bdb29a75d9328fb6e3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e9370c7ee68440d1bd756bc1bbd694e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "16d107add05940bc86d3ee8f39f6ee60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6281bbd3a43143bc9dd68dbe45293165", "region_id": "RegionOne"}], "type": "reservation", "id": "daf090f1e96c40bd9cb87403dd3ead4b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "59e473fa16e844c9ab155347e1cb6362", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "495cb214a7844f849164a58a50d649ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "18047a26c30d4f6fbf00962c89f5a7a1", "region_id": "RegionOne"}], "type": "function-engine", "id": "faba850b6eed47a7a5858874efe68883", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9fb945a244fe4b5fac3272caa4a2cd6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "02baf10a06944911b492ebae9ee4d4e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "62d5d13cffed42d092aa7de9d4f8c548", "region_id": "RegionOne"}], "type": "accelerator", "id": "ba63dd4eeae349dc9661cabdd6347c78", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d700c7cae0d545a5917d03e380074bb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3a8fcc9c4e7c47dca3ab85459582d97f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b5130d0dd03647878341f5d1949dc7b8", "region_id": "RegionOne"}], "type": "admin-logic", "id": "1ce0d498de494645af687e03df653058", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7711632a0e164da7991f0c88533872d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "414fab951b97423290953986fe2c79e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9c11b320fa324700b43fabe25ca10489", "region_id": "RegionOne"}], "type": "registration", "id": "47c0790b418e45ed8b0fef2ff0ed458d", "name": "adjutant"}], "user": {"domain": {"id": "39975eaae38646bcaaac59bc3a0a0dbb", "name": "41159a881b5f4ce0b604c58da2e45e3e"}, "id": "437ea6c4ab084406be8d58f9a0125da1", "name": "d68c5868a5c748dbab0cd7f525ef72f8"}, "audit_ids": ["b5955dfffc8743e6a2d4d509288bfc7d", null], "issued_at": "2019-09-19T09:04:40.441849"}} 2019-09-19 09:06:40,595 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/networks.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"network": {"provider:segmentation_id": "vlan1", "provider:network_type": "vlan", "name": "netname", "provider:physical_network": "mynet", "admin_state_up": true}}' 2019-09-19 09:06:40,599 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,600 keystoneauth.session RESP BODY: {"network": {"status": "ACTIVE", "subnets": [], "description": "", "provider:physical_network": "mynet", "tags": [], "ipv6_address_scope": null, "dns_domain": "sample.openstack.org.", "updated_at": "2017-04-22T19:22:53Z", "is_default": false, "revision_number": 3, "port_security_enabled": true, "provider:network_type": "vlan", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "provider:segmentation_id": "vlan1", "router:external": false, "availability_zone_hints": [], "availability_zones": [], "qos_policy_id": null, "admin_state_up": true, "name": "netname", "created_at": "2017-04-22T19:22:53Z", "mtu": 0, "tenant_id": "861808a93da0484ea1767967c4df8a23", "ipv4_address_scope": null, "shared": false, "project_id": "861808a93da0484ea1767967c4df8a23"}} {10} openstack.tests.unit.cloud.test_domains.TestDomains.test_get_domain [0.159364s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,572 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,576 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,578 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,580 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,592 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.507985+00:00", "project": {"domain": {"id": "1a029a9f113d4c508b15e9307d336fff", "name": "df9dd14301fc4bc19d51447add5870fb"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a16c66a89cad4829a958ee73dbac588b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "36a073883e484362ba7fa46f4d83f4f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c6d31945469845e7aa3aadfd87d0a34f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2b0c03d3d19d4595ab9f5c6be260fde6", "region_id": "RegionOne"}], "type": "identity", "id": "1b5157f0710645f6acbf6f4a6692d7a3", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8709d336a56f4f9894f84566aff12b05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "66e4c72acf5748efbe178c02349142fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b8cedec0de7649938457fadc93334a77", "region_id": "RegionOne"}], "type": "compute", "id": "c16cc17746da47adb3cfef620b392241", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "40f5713f292f4e3da6bbfa9463f19e27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "20bbbd15904a46d4bf9d421caf04b893", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a5efeacc4e934f4c814bfd2342db8e22", "region_id": "RegionOne"}], "type": "image", "id": "c8195a26e3ac4cc7ba6dc3d9d0d01be6", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d9c8c436772641d6be0a5b244eb2fd54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "11916de740df4938bda3969ad9ef0a16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "3a9420baeb9b40f094831fc0e047bafd", "region_id": "RegionOne"}], "type": "load-balancer", "id": "3029a9c106c842beb3d751ee214c420b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "169333b489124bcb9562357905cff764", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ead8fe25723412e99e285d44b16986c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79524f0f95e642f28d71396ebf3faf84", "region_id": "RegionOne"}], "type": "object-store", "id": "aef157f3c3104f0d8c2f4c23a352baa4", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b305cb421c7849ca896757c545c58deb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9e95bc8952844e3590656ee5899ffa95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "93f43b3e13b54981bc0b43c8c976be6e", "region_id": "RegionOne"}], "type": "clustering", "id": "40200e6d02f3438c90af797cff75a852", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "de87698e04464981ae8db5a4bbcaf047", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "feb32751717a4921a8b1a56d8e0efa54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f0692676c52e487bb0b4d22340b832f4", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "5bed89dc99774a428d48e33895290281", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4891d92be918474ab3587bafcd33ca5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2ac0ee4f17fc4eda8b86f8058a04d50f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0a6fa51dfaf74351a8f3642387e38350", "region_id": "RegionOne"}], "type": "cluster", "id": "5961d6bc79f24ebf95fc165f5046e65f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ad7a7a2715694ba1bfda598e489850f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "92d1bd16974a49efaa8710f8e0bb08d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "80ede3c05284477d86b49276b7ca8220", "region_id": "RegionOne"}], "type": "data-processing", "id": "6b09ba3b5cd845afb323cb9e2b01fedf", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4ed025c509cc445988b1c8d1b6a4e986", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "887ffdfedfe345f1bcdf66440eb09e07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5b996016976348cfba7b20a868ebab93", "region_id": "RegionOne"}], "type": "baremetal", "id": "79cf5a6761a44e148d4d285ffaca334a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a75878411ac542f29366d4a6801f4d92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d11147e0c78d4573810bf200e2fa3a8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6691706b628d447488208ca881a9b89d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a98b8989e0c34a22a69e301a368654dc", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8b93a75416e24438a4f568e7e0c2e84a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a09cab8bb7cc41838a5ceb624a42f4eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c437f31f354d4f12b38c69c5ab0a195e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "cd3ee74f23444cd9ab734cf34da861c2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b5a2c3fd76f04837a4755f168ea74da7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a157d49d1622486fb89464baa9b9daf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7691380c80a1493f8447a303b22ab57a", "region_id": "RegionOne"}], "type": "key-manager", "id": "1920d4e8578a455199aa628e8a8cb75c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2f08bc21e2d64634936e07ca496f39c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f91deba49fcc46aca754591e4b7d804d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7e5378ed56104f7488f21d8ec3bf79ea", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e8322892db444506a8f73b23dc94af49", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "11039732a5ff477eace732eafcc388e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ebec8f3599bd443a811388ca228cd976", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "171bdff59d0e46ee94cd1e9cdaa35403", "region_id": "RegionOne"}], "type": "infra-optim", "id": "410dfe27b26a4bfea072ff791eb73c60", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3905cdd60e544b7a8e6967d894634395", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "89305e1a0d7842fdb5c5ddfeefbb9566", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a225954e7dfe4b759ef9744abd2ff114", "region_id": "RegionOne"}], "type": "message", "id": "d86f44fb80d74241a75e79b4b6a476f7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3711cc2e53d64bd9ba72d567bf59c67c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c25db81ad6ab481886c8cdd8ab96b0e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "15550048edec4ce1afe5f9a9d6ae4b6a", "region_id": "RegionOne"}], "type": "messaging", "id": "c7e41b14adb3424cadde2255fd426c2c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ae88b52002c84fc4acc1ad0c3a9b54b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d3ff711f3370450c8d1a502fbd3404d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b7af91f8548943dabdb5578f4af8951e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a269e4037d6a44c7b6efb06a8d7ee746", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2331b35644d742fc92d4a378df1b6bf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "34c1d4399aa6485798068c4a2787cd44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a9240054e6534910b11a1212772afbc2", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3fc2f399eff8455eb1cf5e34ffcea99e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b9c3eadd875e48019146126eac1fbf23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6faa1a700837405380593c039a838d20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "de5f5c7d66ad41ca8250a4f92f6483b1", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5d18bc30956e474398627fea31d41c6b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5fddd2b0a50840a786001192bfbc5271", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a90433e9294461383021739c6b3e39d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73ffb66f4da3475a91d93a60b57ab664", "region_id": "RegionOne"}], "type": "container-infra", "id": "aff400c196ef41f6b7a480bf74f55848", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a034c95ea4e0455abe99c82391cada09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d2e4acf110374364bcd2e725f9464515", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4c55f54645404b7dac2c5da97fd90af6", "region_id": "RegionOne"}], "type": "search", "id": "efda941d2d9a46e4aa7f5a388af115aa", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e26de696fcfd486080990be6d218bcb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e76c7c81975e411aa86137b75639b862", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5686e69e65f7445d9417cd4348121b36", "region_id": "RegionOne"}], "type": "dns", "id": "ce32a5899e0b4ed2bb8e3af9e93a3d44", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cce3368e6cf04a5cb15766afbbc8d594", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f5434551cc4c49e89facdbbac53a5cfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c1dec23ff2ac4f7cb7124614c3e2e11b", "region_id": "RegionOne"}], "type": "workflow", "id": "9c5e51f2a99949a58b99fcb7661eb373", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a062290e330649c298bd17c18d3742a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b14c311eef4147eda7471d5731cf7d52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "339e3b8471ae4aefaecc147b7f90288c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "15a0932c7dce48f0929efc361643cc7e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "e6e8d97ab1a0423d8b49859c9ecf8171", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4024d478cdfd4b63b3c388b5da833724", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "39e6683a46544a04bce73085da3f51ea", "region_id": "RegionOne"}], "type": "rating", "id": "074e72100a004a55874fb9555a976da5", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "75f1fa41906c4bdc9ad1a8fdf792406a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7d9499d7fe984ab49ba882af376739c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ffa3b7d4628843c78780592223b19447", "region_id": "RegionOne"}], "type": "operator-policy", "id": "b17c1665aeae457b92f2b34e25d3511e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bd16ab1c2d024cd4b8b35e524576354f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b628a5df034a4721bc40c6795d83a7b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4039f39ef67d489aab396ff284de0cdb", "region_id": "RegionOne"}], "type": "policy", "id": "de80baf6e763443f92e1a7eef35c7bf1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ba653d04e08b4a49a2da5aac83cb4f0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0e6b4a2bce964b51b4feac24f8463a3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "51c13845cfb1423cbd6bb8a9c173b4bf", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "19ee809af51f4605815c73536cce1b05", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "17afe0e77095470ab0cfcc46649b36db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a05d2d9255b644ea81e59b0f74117d59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8e4e275d322146c8a08687eb65cf06df", "region_id": "RegionOne"}], "type": "sharev2", "id": "84655e2a8b8d4455af8231230b76ff47", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5493a508d128465e969f4f8f4fc33365", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aa5a7905f1394a9f82e2bbf2e0fdea13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e5dd5f34337943c9bc807688e4283932", "region_id": "RegionOne"}], "type": "share", "id": "7312268a4e944c1a9cf542ef9dc711bb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "46e0a2f4d9ab4d2faa1c79a7aadf39f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c3ed2c967e8c4d36809baec14d42bce2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ec868b69de474027bbcef17db4562914", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "83b85ec78945462e95856ff1e1afd29b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e51f054b813d40febab9c0ee4c0e2d69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b20a90b5763415e9141308c1e79f091", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e2cf83e77f3467183d093ae023a2950", "region_id": "RegionOne"}], "type": "orchestration", "id": "96ce527ed68b4684930f62cd9319682d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "630a18b6526144faa06d821e7cb41572", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d6edb607e8b4bd2aeebeeb0626a4e6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0be28de9181a47b8bc6ea33a6955e4b8", "region_id": "RegionOne"}], "type": "block-storage", "id": "664db2619ee04167b0d88a78153c7baf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b17134d62e8c4b19b2eda763b7d33c4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cff002bb837548bd8559e69a9dea376f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "056b40ee6c5c47d78f927d7ea3c0a073", "region_id": "RegionOne"}], "type": "volumev3", "id": "273ebd879f09446583322190752dc376", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "401e08b5fe314b50a73de44b6fd23bc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c36e0fe3b7e44d10be9a094839dac8ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3cd5f825bf82450d87b264a405c54912", "region_id": "RegionOne"}], "type": "volumev2", "id": "cf885f9d82924486a2693c0281b45163", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f34cd0f73a094daaa0355dce374dd1d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb226abac3ce4307bfc81c977df84fba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e032ad01938e458881ef605ff18c1baa", "region_id": "RegionOne"}], "type": "volume", "id": "de5d4d2f29794d2eb34da9459af94969", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e379cb950244ac0986a46ac504688b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20941d6e87b24fe199458cd0c2872028", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "479da40e88e748429d668e4489e5f73a", "region_id": "RegionOne"}], "type": "block-store", "id": "475af8f76ad84f899f6e6dc69f0e97ac", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7e35c5e9955349759613c6ea7ee48131", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "50cebcaccf1f43649d1a856a00232980", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1a97310324d845a1a1bbb433111aa85b", "region_id": "RegionOne"}], "type": "alarm", "id": "8c47ca192d4643a2b26d7ed000ca0b5f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7cd46725c988446ab179c14446f5cda3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0f014a2a6b794fd389f64db14287682c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4643677e142f435087a5ebd7fa7fc6a5", "region_id": "RegionOne"}], "type": "alarming", "id": "f4f95295f2ca49238b5436f18fabc5f3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "97065badb9364cceb75710bf9d00ad68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2b10504c03d648b49d1d02b145bbfea8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0561e712fddf474dbcff61ea576bd39f", "region_id": "RegionOne"}], "type": "meter", "id": "a0112d15f59647aa9650f02a3607b2d1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "db7c7dfb417a48afa2c8839eb1c9228f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "67fd73881a6e4869b65cd7e19f48cf4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "44546de91470429bbb361efc3ff6fa7a", "region_id": "RegionOne"}], "type": "metering", "id": "1f527ad63d9040cfa832edeebf4e65c5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f47f5a532a5842f69770ea240dc902df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7f111f5655db4a30aa113afe4a2feccc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "835eedb53b2542ecb4cbeac63b8a5236", "region_id": "RegionOne"}], "type": "telemetry", "id": "6fb913d213f14ec5b38782e88154ab9b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2f8241608a6542abaec7c24d31f83bef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b6198a7fd1a34ae09a4d349bc98e0937", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c77d1967dac949f0ad1b7d75dd2e554f", "region_id": "RegionOne"}], "type": "event", "id": "01207269e8a04c23ba765103b1422522", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7910dfe0c7a046bbb898a1e987a1eb59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a754b0bc4f1e4bdea4397e1f900f3a65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2909c75c1d69467aa3a729b5af662468", "region_id": "RegionOne"}], "type": "events", "id": "67478a8e8e3347de8ff2906b37b6c417", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9d0de4a2267042f8aaff8eada37aa4d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0b8f8b83a9c849898a3e97a088a9a53b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c3588e120e5b4e39b3af1610b40cef40", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a7e185152ebd4b0fb618bbf0fe74cf22", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d3c700425641471b8d490dece8e823eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "649984ecebc64476b6df89880d058949", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d6c741f4b5154c9080dda19afbaee47b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "51bb5173ace34c49912f322a5c7f707a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5c36b24506c347c5ba217504eda8c203", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a05412c5b2484f27a287f8c029f1c084", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9af53daa8b4246eb925b492c03bd45ce", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "fa8433ff53bc4c34a40a9422527b2785", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "62ef7a3451474465a3ad4d94d15b320f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e83e1376fe0e4a88b68a70dbd21b79a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "90419ccce55b4ad083fee9000293fb36", "region_id": "RegionOne"}], "type": "tricircle", "id": "1744a07e5cd141a98667526f81f5fa74", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "22c0fd036f5f4acdb7b026331adc3def", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0c58b2aa05e445d8b9c406e2c03a375e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "918510ca0ede440bb7db6377902fc6d5", "region_id": "RegionOne"}], "type": "database", "id": "7a247bc71d57440b87cdec111858199b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fa328a96456545689cba38a854b0093f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e146d9a5938348b39b74193b5de09b42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a3613b7800814cffb532e9060ced9151", "region_id": "RegionOne"}], "type": "application-container", "id": "ae241e92605b4ba8a1736f0fde425fe7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "02b3c7b68f63459e87d039d8d74554bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f3c987eacf71483d89ac1cebda9d7ab0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7f5f4a910de1417eb22e56a2a8fd366b", "region_id": "RegionOne"}], "type": "container", "id": "11a56679fa4a4109a5da7323887c7894", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9c9cd375c1e444eea5b154b6c2b4d62a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1a9916ce94f9433fa2b607869d8ceb9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "530bf5c208394a28b1dba5773e207b15", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1ac6af97f3c6423394eca78285a68147", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b6838c9c837740faaa15a35d09feac86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c84521622cce4f24875fefd82bab5963", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "359e0e9b0b7446f08012ba030d4c78c6", "region_id": "RegionOne"}], "type": "rca", "id": "1ff455e7d12f4be69cbc7acb052542e0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8ee98beb4a09410b81179adc27619e38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "03a5eee35a344615913e63401944abe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ff5240e4bc314913856e8b2502edd1f7", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b2e6c8940a594d2b821b80c757bba351", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c63db5a0450842f6b53d812a5c605ec1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "725f6045cdf4486f8183c10e3dde2dbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1b93caf4ea4b4a63be7255416174da51", "region_id": "RegionOne"}], "type": "network", "id": "df58d499f461428f924080d5322b908a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "fc746a9de7e54e84a3feda7ff4e1a679", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "972125f463fd4e56bfe7050f80fa30c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b755f0102522448487bf093f66ece6ec", "region_id": "RegionOne"}], "type": "backup", "id": "44a0d0c0dfb941829bc482fd8bd06820", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "59311ab2667d4f829ecb50cd2b411f78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "845b8a1ed6df42e89a7c14471d75cf40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "645e11a9534d415e92fba5114c4bd2e1", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "efe7d82edff5412aa68a69be34efd93e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f6986acf396441bb81518b51955d543e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b59155127f1947178defa7d46c586b9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "51cef79d7d8744b9b192b6e3244adeed", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b0811900724c446ba1cd0caa58ac3093", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d9a31096390e4292bc9ed1aa91cc6cf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1b2b4eb1963d460eb8d68ac637bdc547", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "67fca1e37c3444b0ad80a0a540ee0f8c", "region_id": "RegionOne"}], "type": "monitoring", "id": "9a3a00259e1b4403af34521b5798ffc6", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e52d843716194e809cb82569f27aae1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0cee132b7377411aaebd09399c0b42e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4e8ef290089343f389aacd6f3707d955", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "79778bf8967a4918ad7cfe991e2df791", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "fca7a1d7841747e385d5d6bb18a46edf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8b91aa4ec811418187ed7280a5cf384e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f5233631988b4085b8a67a91f48dd1e9", "region_id": "RegionOne"}], "type": "placement", "id": "2dd5841d841e4d4591f2b8fc565c4871", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "809340aed83a46bca6cae85b6622b12d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fd0f8d653df24999ab3deff1a9ee6322", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2b317136c0664b32b6d583676c51bbc5", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9a795f72d2204233a3cecb019a62cda6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "63f873fa66674f929bcfd722ae4961c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "636c3022577b47cc987775ec19d41d24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6987c0bba8a74d659ea30c9ee14f1640", "region_id": "RegionOne"}], "type": "ha", "id": "e8feaeea30bf47ae93a1abbadd5fcaca", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "562adf2e7a0d49fd9db252e5f4982230", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2bad6c71b2ba4c07bdb787d549c63061", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "214269632f2d488ba22075b2842f7966", "region_id": "RegionOne"}], "type": "reservation", "id": "87bdb3a7b087485987ef32d67796c65e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ca146b3cd0e74b8b81500a1b5ca88c87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bfa4a69797584bf4ba7e3ea62e11fd11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f4fc56f4f7a34a00b1d2ec3b358bb6f0", "region_id": "RegionOne"}], "type": "function-engine", "id": "8ecc0fcdf7e14ee3ab8044b8116fb016", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "45005ec4022f48a0a47b79765925fcd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "20c7d88911d649f78946dc773c01cdf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "cf4fec1f9391468cb16addfa7b2b58f1", "region_id": "RegionOne"}], "type": "accelerator", "id": "fd14ff645aa545538f32ec476a3124d6", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4e4ac48e1fb545d484f64a93aab66e27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "49ea69646e584044b766cb6703e027af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3d245b0f7c9846cc9ab6d179c700e466", "region_id": "RegionOne"}], "type": "admin-logic", "id": "66560afcfaf64783a8052b48e23196c8", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "da51ce7bde5942848c0fd36684ac0a8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fd479a7b1d624905889e56d01c711f10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f4e743a0ae26426e925a53fff61cc23f", "region_id": "RegionOne"}], "type": "registration", "id": "8375ce5cbcb84abc87db4f4c82a6eb2c", "name": "adjutant"}], "user": {"domain": {"id": "95ced914c69f4879b355cfd27c8ed4b2", "name": "ad2c22c258dd4bce892ba9e09f3d5ed9"}, "id": "7b5d1e029fe34d87914aa34b9d5f6d76", "name": "03ef8168be91458c85fe204181cecacd"}, "audit_ids": ["389ebd5a5c304fe384d3024bb5ecd2cf", null], "issued_at": "2019-09-19T09:04:40.507985"}} 2019-09-19 09:06:40,655 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/ff368da251d849488b006b9d329f1baf -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,660 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,661 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "ff368da251d849488b006b9d329f1baf", "name": "domainName-2"}} {12} openstack.tests.unit.cloud.test_meta.TestMeta.test_current_location [0.088950s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,604 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,608 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,610 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,612 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,623 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.547840+00:00", "project": {"domain": {"id": "7d9fd2434a7a4a4a9aa7cc9c6633f100", "name": "cb21322da208490db4fa0d15384a31c6"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "04854a786f5d4f4e9288d33f89d7b9ed"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "385f7f5a72264ec58b1d3758ee66cd15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9e8882db67ef4591bc1658d066286b84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4c372c7334634951a635d65f236e430d", "region_id": "RegionOne"}], "type": "identity", "id": "f264f5754b86420daccaa0116e9efde2", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8d72b8511d7c45279d7ebe20cef83ae4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "854fab02066b43b7b093ec8a753380d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ebf03139df8f4b33adb3a314160294f8", "region_id": "RegionOne"}], "type": "compute", "id": "f4d7ada476204275ac52bda9cbc03ba5", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e4c02642e7c4464cbff5056b67e6bbce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "18108d7c83f4488f9157fca86682dc83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "fb98a901839648ecb0a89cc8d27cc762", "region_id": "RegionOne"}], "type": "image", "id": "51edeef8cf69453591e218d0f94efeea", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "65290aa981a84f1390e2a0947e389a25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "71eaf2ea6fab4064a61c3fe583296875", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "fcec1c57db9f4ed896810a60ac6a8260", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d04351bf5555448b9a7ec1c0850d6d27", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "244c17271c6d44d2a10abf843ddb6e5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a36de10a0eb2467887aef02be65bcfd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "681b7647d4244c4698118b43e814240b", "region_id": "RegionOne"}], "type": "object-store", "id": "ca51016a684d4b9fb8e2e41d4f173e0c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9ece8d9032e34f3889fc475d438c7297", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ad516d701d5348f3b45c0cbb5d3e96ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "849689779423408b80a22e054bc5c003", "region_id": "RegionOne"}], "type": "clustering", "id": "880f3fa2c3524ec2a44622ed71b5c057", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bb1107d301cb4b6c992c102ee729e621", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "474d5419de694eda8c431dba7c107b99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c4a4d042de194c95bf39ccba2eb78e63", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2fcf5deac3174286848fd64a77c53878", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a119925d691747d180e3c61ffe7d0f5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b85ce04b8eab402e88ab9a7994b8430b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "eb49d3c72b5449b0963de40210c0279b", "region_id": "RegionOne"}], "type": "cluster", "id": "798b26ff1d0d4901a6a7a3593c4c0000", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "43bdd0b2df5948fda8fc71ddbae7a85b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0deeecb0d9b14d41a84b1ab3f71ef31e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f803dc7817514c5dbf16b9902535e2e1", "region_id": "RegionOne"}], "type": "data-processing", "id": "ffc3120f6b054d35899553c2bec7cb81", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c7ce4ff46ccd48a581647c2c3b9f82cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e5364ffb14c84c2887b50d4ad198d6b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "95898b14e487495cacf0ed2f7c9982a1", "region_id": "RegionOne"}], "type": "baremetal", "id": "af3410d7e97d4689b6ddb5f8af44715b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d5b3d1dacd3f4502a9922eb594946295", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6888f378b8db4998bd76433c3d74a07f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "98cb523333664ffeb9a1c3d0558dc372", "region_id": "RegionOne"}], "type": "bare-metal", "id": "56e632f3244841ac89ee4c77817d45ee", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4635abd547f646c8b4034a2848579ba6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1bd61b6455fa45faac5de1e512b1811f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "de0afa0e4170478c8237b90bceb162ad", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e747aa540bd64e2eaf3db97032d144bd", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8203984cb8e44a08b98bf4335cb18197", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "52205c7d4f2542c59e81121b41a34ddc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7a432c59178e403c9bb202cfe972981e", "region_id": "RegionOne"}], "type": "key-manager", "id": "1a2c257a8d3c4d7c8b1ea5477c27f3b4", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1d511fa4d31f4475b4dd68eec9fbf06e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4908a2c677f04416830b1ea148585d4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "647a2c2acc2c4b9695013b5f1587225c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e2db02594c2244cea426fc85d4c8c579", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8395b46bc5ab422b951ad38e6b631166", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a5557ca51f1c44eb98644d5bc9ecd054", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e364fd6bd8984a2fa26dacffa18c4b0e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c6372c0194d64a438839db5bee47d726", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d03dc5ed29944644803ab0fe75b4b971", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0b37400da7584fe989a487ed9b0e9686", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "da249d99517c45d5b4130f973d54adde", "region_id": "RegionOne"}], "type": "message", "id": "d86404638b4844b28a7d21d8464b94d8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6de71360e78a4885ab25b76743995ef6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "84e0b72460c64c1a8f7f8c345587c9cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0568703603774f3b959079399877d765", "region_id": "RegionOne"}], "type": "messaging", "id": "905a40132c594502a3f117bcd1a13622", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "64d4183e1c64435391b7706161b96179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5a39c8d1e26544f7be8fd63d9ab3baac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "904c22a6db404cd4aa53f3d53c9e947c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b4c88840a7b5402689c0ae80e12097ff", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5cf29bc88a7b4ccd8d9e0969cd659a51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a2bc30889e5b47d6a6720437a2cfbdea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "177a821991834fff81a2f8bb2a779a9c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8930919b4b92421393d1c4d9063e6d15", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "64b010e31ac540fabbe02a17e2fd2fe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e28d7fe2bc7404a9de567aaea60a171", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f0d22dcee6b3425d96812100dcfc365e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a0e2529d04114dcca856ac09c5d495ef", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d683bf00921a4ccb8c9c2709c33ceb32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c50e02e531b464caaed3f7482708703", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7f85050a64af414f8eca1dde359ebac8", "region_id": "RegionOne"}], "type": "container-infra", "id": "56acf8d48ce84456b35fb359ec07d242", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7b4e0f1d0e2240438e3a988098d12f80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d7c46c2928604b92b8f479814df104b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "bb3b245b518143608904157bbb147f5c", "region_id": "RegionOne"}], "type": "search", "id": "2113e25c3b414b46b869c6b0a5e39fd6", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "cf584640cdd949daae553dd4b1b5ad9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "797608ea68ec4f55b50db2fd48e53522", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "885d3dd76f254cd6980b88c5cfbbbdde", "region_id": "RegionOne"}], "type": "dns", "id": "ef3e3262a169404d8394158d099227de", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "db0c4ef5decb46389dad72c1696e8c5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a83e9a933f4a4f5dbfcf96926d081898", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "313338496a5048ca974d410ea3259c1f", "region_id": "RegionOne"}], "type": "workflow", "id": "7a22b592690b47b6847fe8e1850c5799", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8573d7494c444953a32c53a9326e2fc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "06dc35fcd2d24dcea323195cec8917c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e1b09d02b9b849af944da3d033b6cc1c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7cadf798e5a04ee79c51c60e185877c2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a4be0870b93e4829bc94be5f1335bcb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7ebfe8ee5251449d89ee89a77eeb77df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f585ab35f28c4dca8b0276b87cc1c504", "region_id": "RegionOne"}], "type": "rating", "id": "f05d9a00cee94ed9b20dfc2447fe128c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f9f57e81633a4b8da90c2e75ec441e6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "462f08f7baf04e4aa55aef58fcfc67dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "41cdbf59edd04f7884dee9c3fcb9212b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "8f3dc41400d748488003de295b532c1a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "65deb133c5fc47d4bc15a755af0fe22a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7a9f28b20780465bb2384dff839dfb5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "33a4e69a54f241db89014037f01d198a", "region_id": "RegionOne"}], "type": "policy", "id": "50b8275d4bcf44c2ac103c32d41e0059", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1c2f295819054bc0ae6305647e9f751a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7a102ac633844b8e9c27660c9fc46c14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a8a0b44b26f64187a15daba78f95229a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a554feb634ac45a3a95787e84df588aa", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8cb877185dc84d06ae6c8da7bfe7f4d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c76d19514a884b2bb729450bcc3278bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "63c9d831c7f448258e99e6d7f1c3ed44", "region_id": "RegionOne"}], "type": "sharev2", "id": "a66757ab54a84d2c86a7b15512d883b4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0cbd7ee56d534b85b4c96cb30735d3d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cbd9590071734591908ab5bb146ec1e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "296df6821f1f4549b9bf9208ddf0005e", "region_id": "RegionOne"}], "type": "share", "id": "919cc7df319c409897ca67a482f052e8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "eabbdd84efb946138e8f37da742bd07b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "da1f147b483c45c1ab9dd5d6d8091e83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "bb7de0af4f3c48c2af93b35248c4e81a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "fde74622e0f74516bdf9a10c67f31b17", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9de26af72837455eb550acf6b4a3f245", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c00841e3c3a402b9203ac054b5970b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12e74a3d98f94dc29af40571cb1525c1", "region_id": "RegionOne"}], "type": "orchestration", "id": "bca21d20d5f64a07a43ebfcb1f9939d0", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "efa26b5fdeca4182abfd3f971b68a71b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c1d814a97124a43b993e78e7a95f776", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f23ae53cef7f4ff2933203dfe7f39dfa", "region_id": "RegionOne"}], "type": "block-storage", "id": "6901a8c115dc496ea49933141935ba8e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ad962230131466295751188141691a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "402d949566d548ea8a26fb6f245e5e90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce760419716f444fb6335ea17a6acbc8", "region_id": "RegionOne"}], "type": "volumev3", "id": "ea045d5003f24c29930977da088285a6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ee7fba788264a898e3613fa5ead1706", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4b66082611c498089214c0146878915", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4ed6fce99ed443085a27f78867d4f2c", "region_id": "RegionOne"}], "type": "volumev2", "id": "3937a38611654b488c4cff36bc681a36", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7a7da6bf5ca46b7ae83cc97f3b66fc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d68005b6f7a0427b85572157595cd27a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33b7986406664791888f235c545236c9", "region_id": "RegionOne"}], "type": "volume", "id": "ce2b8e2d12b14cbe88923a2e3360846b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa1730b724be47fbab77e4213c26724c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "602f47063f5e41cb88c52daefa4f27aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf748290877145eea8f84bd7004ccc82", "region_id": "RegionOne"}], "type": "block-store", "id": "937fbc3712eb4ce7b3fab38b95dbbac6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2937efa64ea64d308e9949fc1f80c7dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4ba9b2320ac643b09e8133eefaca0cf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "332ab3bac10a41fb8f64dc20b591ae67", "region_id": "RegionOne"}], "type": "alarm", "id": "3eaae8c9c3e348d1924ceb7fb1f8aa38", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "79ade39e3ef2420fa8826eee7f04faf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ae139472b2b344a4a227d11ee90773aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6696d163d34641c6bab0915bfd036b34", "region_id": "RegionOne"}], "type": "alarming", "id": "a39dfde16b2546edaea4193447414fbe", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "26cba33c61bd41cdb6d6c7ef25513829", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3f61baba79494108807e795d341e5ffc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b5f791a6b89045a19781ab5ac551d65e", "region_id": "RegionOne"}], "type": "meter", "id": "22be9fcae5184c84b1f8dbb8aa35898e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "541c12e93b444235bed93325933ce204", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6b05c2eb6d6f418281091ade7d07f4e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7c25fba092f247048c3a26346a5fe374", "region_id": "RegionOne"}], "type": "metering", "id": "4f3823f42fa3466e8d71fd1e30a9f7df", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "29721648f57345e088b5166e079825aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2bfbe98d1a58479a85d94f99c857d36b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e35a6ff6026f408aa85dbef3ed1d518b", "region_id": "RegionOne"}], "type": "telemetry", "id": "7c0af5bfaf5e4ac58d0bc1664aae515d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "bdc8259374464a86815e4a3d0fca406a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5fed3dbd1c344eb8ae749f2ba18cd6fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fc8a81daf7224c7aa1a90ff5148c1bfc", "region_id": "RegionOne"}], "type": "event", "id": "b76bbb850e494106b175ee97725b26f8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "42c9fc8aded24cd2bb0640dab0fdca79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "344403de06524cefbcb6de1daf90f4df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "60b67ecb1ddc4dc0b4ad45d84ddbd72c", "region_id": "RegionOne"}], "type": "events", "id": "91c411119a01400a8bde4de096da50d0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b80ac48530734df8b83a4b01ada9a173", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "89b29811811143c79eeba81064adc516", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b517c64cbc3b4b15a7eeaf8715102f65", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0273f8cd4b8647708010ded69b42f019", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "34a315a218e64b77a2d9103e3df17fc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4b6ad93cdb9846949bd7e3d3b785ac91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c04b4b6ec48049e4a87c6033bff044de", "region_id": "RegionOne"}], "type": "application_deployment", "id": "64dcc2dfea484512a981f0e3fd76710b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a3319048d22c46c5acdfcf489f36fea8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "61e6d89993ff404d8e6ca0f5d4179cde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1109396dc83a4a23952e53f0f3e420dd", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "bbfb24cfbae04e2d860bf3f98e7c872f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b683bf6e1cc146e8869d060276b45373", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bf8fdfe1603f4f81920156769b0bc233", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2376385e09db4d87963441dad79bd255", "region_id": "RegionOne"}], "type": "tricircle", "id": "2da619f6938c488b945fed0ebf4229c7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ab0e1c9aebe2430b956e57b07c3e360c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f9882ba59e934c909e5af64c07483743", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c4d8e3c4579b4de4aa038723421ef067", "region_id": "RegionOne"}], "type": "database", "id": "e41a647f11ae44778e9f6d67d1969cad", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a6b073d4c3e54669bff2b5c81ccb9ba5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f6f5c6e76a7c41639aa9ec5701b4bb45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "11f9cb8a1d7e4fec848de5e972dd9e47", "region_id": "RegionOne"}], "type": "application-container", "id": "043f705ff2324f18a768037d4f620e43", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c3afbda21c0542ae98e09f370b782b07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9c0485e1bf9543e78b7a4b854d91eec1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e0696748b67e4d78a67fd25e37fbb4a4", "region_id": "RegionOne"}], "type": "container", "id": "ea70f304525f41a6934daac324f954fa", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bff3b097ee714c079c642c36e04d559d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ef27cfdb2ee947b78fdc498ce408179f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a6a4ed8907c347fc8b065cf0ceac7965", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b909f20067494379afd780e62de8a529", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ef8154453b404a35927bd22ee89f1122", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b1619096701e4ef9bbab69183228e2d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c095a60962ba4bfdab2f4910af0d9325", "region_id": "RegionOne"}], "type": "rca", "id": "1eb8fc6dfd4042968c3ea2626db9a319", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "873009356a614e63a47a41f1e0bf2073", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e72601564c9244aba039e474296e789c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "161e4c57770d4caba08bc1ebc07585d9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ea51fb9f5aba4831807be4f0ca04858b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "fb18e8972390421090d52bde13f837be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "416341d95bf748e68509027de1bbad98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a94bf963396e424b9c586808e7543852", "region_id": "RegionOne"}], "type": "network", "id": "f7d93981eeb54ab59585ce74e7d03e81", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "97f428a80b754928a2899f84d0e1f5e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "412bcb91d58b498e852c06cffc560257", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "3702d379cecc4d06a8422d547747782e", "region_id": "RegionOne"}], "type": "backup", "id": "91a5afc51b45494a8b2ca8e54d74c096", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0366b2470af342308e68c31d844726c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d868d9b4bf8042baa057856435c53930", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "23b53df930c04d7292361a89ca606d5d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9c7bd3c8253c47628b52fb89e4fd801e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1b405468b0dd408693974ad8d8de8095", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ee87f4306fb94507bf739c88552cb03a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fd4111a71b2a464bbdf3cbb3afcfa69a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a23b8e1e22734c71b31c5359609eddb3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e9d4061ed8cc42a0a924581a73dce4e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0e32bc9f3dab42ab8995afb013faa132", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "27420b5ecdd544cd826f992415a58038", "region_id": "RegionOne"}], "type": "monitoring", "id": "91c5ebec86f143b78089bb8b300db2a8", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0b6cbab8179046cf9d60d97a24b42ede", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f302541996bd454ea0df0d89d4401d94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "de618efd7e484e1299b1385ce986f6f1", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "74dd67acf3e14bd3b62400bcebbf0992", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3e5d231cfc8e4db6b96370648be6f434", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "20804df60c394f68bc4152154795e23a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "52b89179ab784d19884b5500a11e781d", "region_id": "RegionOne"}], "type": "placement", "id": "3788fc46d1294cde83aa8addf47656cc", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "199235823dfc4722808aef16d209dcc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d4f4829ee5fa418da7acd6e23c85c5fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4f2485c1475f43c9acf52af943604411", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4313c513fe57499fbc7a8b5e170a6fd0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ae14d42120e340b1ad55ae43c6a0bc49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2a70c5f634df41c890300dbf71fc792e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "61d70001bc60473ba416aee7c64b63c9", "region_id": "RegionOne"}], "type": "ha", "id": "6771905673bf4e619a437b0ee59d77f1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2f5e290945c04d6e964b288f7623eb1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e9cb6857b3d24510931e6ff780aa2f1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6713238cb45e4895b85b34607e646d50", "region_id": "RegionOne"}], "type": "reservation", "id": "6bf6a543d6224ec99d655812bb3df8d0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b5de01250b094df289a4a727edef467e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6f312149426f445487c536d7dd7b59ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c4cb7dd7b5914bc595b73261609cdd11", "region_id": "RegionOne"}], "type": "function-engine", "id": "61a8fed7261c48bd841f8f0305829998", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e421a45d6ff64686a725c80d86e1fa79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "950aa65460f045528ed061c26a43e81d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3a62b6758ea04c9ea65a2db80b522fbe", "region_id": "RegionOne"}], "type": "accelerator", "id": "2298c19c34c54ca1baab9c02a2c4dbc5", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a9c641af218a4c6db37cbc6849cb6d16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a9ef528ed64d4aac9c6c3f81009effea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bd9213686fdf492e90c070cebab816e4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "da89dd91b4b14dd3b326df439b5e9e6d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "51c0270866df4e10934543246b514ba8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0bbf39e97ee64418b9349cf271c43ab3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fd6251af09294d0fb0ca26dafd8d2685", "region_id": "RegionOne"}], "type": "registration", "id": "cd6584f5e2b44874ac873e1877307a0c", "name": "adjutant"}], "user": {"domain": {"id": "f57f69eb875242e19495b08024967716", "name": "0e261489b39f4927a999fdc861fd40c1"}, "id": "213979c0fe7546fc9463d32a5cd82434", "name": "1c235bb12fc94a469ae626de25e0b550"}, "audit_ids": ["4f58a7a505ed4372a2db172a746aab1f", null], "issued_at": "2019-09-19T09:04:40.547840"}} {1} openstack.tests.unit.cloud.test_image.TestImage.test_create_image_put_v2_wrong_checksum_delete [0.414631s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,232 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,236 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,238 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,241 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,254 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.171250+00:00", "project": {"domain": {"id": "9b1462c0130441d6b4a40bc910ea09b3", "name": "0dcb7a26f58648feaa89046ef0fa464a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f01b4d69cdca45c386e7ba9b26b5d178"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3db755fd59464644ba7182999e675d27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "1009411c4af94368b15136ecc3b3822f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "47e34118b66b4fdfade36806258c907b", "region_id": "RegionOne"}], "type": "identity", "id": "9e3f06be20714284ac9467567cb4260d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b2d63ea3ccd345ae8d021e09a2c95cd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3776a4a1049f43c9b99d28a09a2f3fd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6ecf6b8b43e84784bafa4ae78aec217e", "region_id": "RegionOne"}], "type": "compute", "id": "aa7749addcc047b59b7474aa15afb049", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9a0bd412853f420e9a755e6bb995d620", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "05af415cf586444b8d9980e4bc0002f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a380151a4d9d4d44bb7f884cc7deaccf", "region_id": "RegionOne"}], "type": "image", "id": "5556ffb5def64e8882124c715a3ff724", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6a187f4ccf0547259903f5a8b2563806", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "89be63e88d0a4f4d8980e9c45923d201", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4f56b1fdd3c04e0cac2b02697c295355", "region_id": "RegionOne"}], "type": "load-balancer", "id": "31a186306ddf488f8b68f7b74926ae9b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2014c1bdb11404d8c81f7967df9d8eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "758a6f0024cc405393a88d41446776c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3de86985bf8a4ef5ac5d9a3ab9813cec", "region_id": "RegionOne"}], "type": "object-store", "id": "bbf36ccbaad64fbe9961dce1157ab390", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a887f8a3de2744a8bdbce92e5de22a3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a9e0aa47713d4a768208bfaab00c608b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "47d68d22aba744abbcdd871a3c1595c5", "region_id": "RegionOne"}], "type": "clustering", "id": "3655dc3e175a450488ea2660271f60f9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4319df15872f41a1918e5c5bbe74d8e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d2831b716347485697092daf2a93d80d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "75156ca3107b47d49b8ce45255d8c94c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "32fd84e672c441cc9fa94ec6b7fd4c83", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8f06f8c9c6474e7787a1c72f226bb42f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cc93d236f9c14c77bbb4ac60ad8085dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "662908d64c084a4981a923b402491990", "region_id": "RegionOne"}], "type": "cluster", "id": "fc5f1eb9dcb442d39391a8a08660611d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a8b8890c783f47efa0f2ddf65c242095", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5481471439094671819d8968f10a1797", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b22421662d954d628258b741392bee91", "region_id": "RegionOne"}], "type": "data-processing", "id": "b528569f3a0c4bb493b3864fc25a0945", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1745a1094e954259925899fdb97185a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "07511f3c29964495be3fa6afd512f052", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f807bb0eab204ef0868c352d9848f211", "region_id": "RegionOne"}], "type": "baremetal", "id": "dd50e1a30f7c490ab60af64330c08aa7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "390bf212739b4b688210b162fef00297", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "18123643486243f8a96aea8e6a989122", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "277288e1cf514898a06faa80daea0de4", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d4b5216f34d54ad78f6b79fa29baa5b6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f0aa4549ce864fb2aecb7653c1896ac5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "002ed42946d340e8af1563b333b1d2bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d051fb28f6a84a168fc3adbc302d9c34", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0bf9f014ec6546ef8f72af6de5fa139a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fcde8f7f7a084ea79325a4a00e97c5e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "202e42ecc27f4f9bb57a0a310e2f4045", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "2fedb83f53e148a69c38262adb1a6192", "region_id": "RegionOne"}], "type": "key-manager", "id": "8e75fe265fad423c8df4ef83387e3bde", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "daa6a41a10854f6aad282f4a66ae7c2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "812367c2f55249988097b98bda8b52b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3b69a936414948df9897ac026ee23a27", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2c03332af9434e299b8d0fbd643babe5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7f34556f226144e396e02484f48eeb06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "182ac12505294b81acc38d8feddfe5fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9ae17e0794a64595ba0f40b9c6d77ee4", "region_id": "RegionOne"}], "type": "infra-optim", "id": "fb6f638b60514c499bded8fd72205848", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "134ed686f3b84fb68a567c3e1f1e1a13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d75ed3f61e6643a5b9197f8d745db09b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0f02e3c1d58246b5a479b750b88d3330", "region_id": "RegionOne"}], "type": "message", "id": "851386d0866843a2b3e0b617d599b901", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "622ba6ab9b144c689c3d121bd15a7561", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6191703fecd24630819fbc47061d60c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1bda4ad1f28c470e81926fe2be50ef1a", "region_id": "RegionOne"}], "type": "messaging", "id": "d70568fef4c94decbc6330bdd989b763", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "95115f904be44346ba438658299bf964", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6939d8d14c204d929a14267d78fd3140", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "01a71af8c30c4e9d8b241b867b769e75", "region_id": "RegionOne"}], "type": "application-catalog", "id": "fe2468e0b0684b19a83dbbf8069b9bcc", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7b30e99d2bb54c7581a39feb88776fa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5f07d1f9da9c4777948c0e8354d72b03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "771136e89637480692c401e2b69687c4", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "9e35b67ffa604eb78fb2f58dc97c1974", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "23a99e53cd044aa6b2bdb9b007dbd5a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "39fa2b7b75fa49ce82b7ed7dadfc820d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "528a70e2a949469c80d506785845f3d3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c6e2f1072e2b435d844d79334b81fbb2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1b6bf93fd0a840ea8b4a9d7b1f14602e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18e9c2b0a95e42e18d50688f8879d4f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7c687c5bda9146439a75d4e107e6d742", "region_id": "RegionOne"}], "type": "container-infra", "id": "cf2b00524e0845909112a1ec1fc7a9dd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "fd9699c04bb84c879fad5f0633e2048d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "abbc3f206ade466a9acc26614a150e23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3a445a9d1b6a4241aa6407923cc21305", "region_id": "RegionOne"}], "type": "search", "id": "966d910d6b9246fe81a88fb5ac7bdad0", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a81d727f6fd44d4a98a556519fa13d22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "13a186afc580457ca6857c04897e5b41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "12e5622dc82d41d994ef00820ae3ad1c", "region_id": "RegionOne"}], "type": "dns", "id": "dd85218770804354a008fd7ac1c912cd", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bcfc4cd695eb4ab6ae23150b22d71193", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "710b2ca0f58c401e8cdf7b7208bd99ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1c1034ba5f9244d9b8f7b2aae5cd27b6", "region_id": "RegionOne"}], "type": "workflow", "id": "937bbb10607d4311a7e995cb6d086f03", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d1ab73f69061401abd51b33104e50510", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "71f2ea7ca388495cb631a18227db570d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6c7d090056a24572882b555061fb4ccf", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7b18727fdabe4aee8dc25291f6f86a19", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "cb6652b305b04eee898a99965fbc17ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "24a1807a5c4a4328a8a0bd13e5e04139", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "916c22a40f5a42a0814c8d1ac66419fb", "region_id": "RegionOne"}], "type": "rating", "id": "f1eaa2af290749719737c124fc2d8214", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9e33fc5e9a444ed082753ed371382d59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c5c1e6ec33444df5bbcee7d34ebc35e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e31469c5bf4946fb962062d16e677fe6", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a44742a2eae74b9087de7ac1375e6e19", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "adb9426063034e9b9d7b3af77c8f3d82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7d909d8ee5a3440694369f77a677aa9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "35c797429efb432a93c003f745cda3f2", "region_id": "RegionOne"}], "type": "policy", "id": "f3a214385e674128aca7e5aaf78dbbbf", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "46462a9827ea461186bb7267ee55a6f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d6da8f9e768840dbb1eae131efce16d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c4616563ac5c4d20bcfdf6a532b9ac81", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2ae96a11b2f94af38667979ed7d9a7f4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5ff996047e444ccdaeaebc711f244bb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3cd9e3688eb44d5198c25fcc12115d1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9146c28060b5411a97580de3cc533da4", "region_id": "RegionOne"}], "type": "sharev2", "id": "09cfd656912149a7a84b5ad5b4bd2f77", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cd9d3d5b74444a25bd3c4168c4682549", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "685a86c102ec492db943e733606a9f75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "61eac0d44aeb42078356620636ca53bc", "region_id": "RegionOne"}], "type": "share", "id": "99e3be66041b443da1f902939559b52f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6f9c8410411b4b58b603eb89baa88f3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "aec30d94ea954a98a313aa993efc2dc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "da4f81f09dec4bd08c3c3353ef5439c6", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c722e4b1c6c2476bbca0dd210a6e9020", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c399caf3e4b84de5810eb2f7314ef3d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e1f882fe2b7453fb394f16c8c56a56a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "475ab33a335e46b0b60685b3a9022e18", "region_id": "RegionOne"}], "type": "orchestration", "id": "bfb423928ab74ff7abd78224413e2c57", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08144d9057124cb5b4354bb1b250ba47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d82f0c3be9bf42c6a8d329111a8c2cb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ecb1a651669b44af83bbff78ed2f90b3", "region_id": "RegionOne"}], "type": "block-storage", "id": "d21c7ced831148efb84effc288e3a8aa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8080bb750fc54632bccce26a4a81151f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3910842ea3544719bca790b7af15b291", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1de7b92e95ab475c9c70b5ec8e2a16c6", "region_id": "RegionOne"}], "type": "volumev3", "id": "f5b1cc3cdc6449cfb9a80e24ae3d0eea", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8a9929d5e8f429ba4dcb66f72fb86ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e47e974327ea464db8cb9776becf1dc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec9c5fc6648e459e833a09e10153333c", "region_id": "RegionOne"}], "type": "volumev2", "id": "b5b1b2d6f0f04238a0c5a87ce8fddaea", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ce7320b5fab4aa28d7860e71da6966e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a568578f85fd44ed978140108d14b463", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d664fd033f9646ce9c6961e1194bbd14", "region_id": "RegionOne"}], "type": "volume", "id": "a5b1002daabd4cf48cf2706d659567c6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35b46ba685474f279efd44a443dc8b2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82ca07dfd83447e3823a885a63fe8e59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c8599f84964487bb5fb03a2bcc0735b", "region_id": "RegionOne"}], "type": "block-store", "id": "5b6f9d5828844ddfb78d4d0e159148b8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fcb110da2e0944b38b38560d2dcc96b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "235e4b2f4d874897ab0a94b34d110cee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2b5293067179433aa5ec94dfd56e4db0", "region_id": "RegionOne"}], "type": "alarm", "id": "def2ff19861c45798d507f761f5b5b50", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "06d7973f5daa4b5dac32e735d005dbc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "10e9eba3c8ae49cfb5993061338bcf47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1e46c8e2205b44859321cf06e2899ddc", "region_id": "RegionOne"}], "type": "alarming", "id": "fa429920a03b46cbb418616173ce3889", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ad7079d3cd05409d9882652dc970d97e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "da00d92fef7040cfbd4d94de27998bbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "44053b11f4dc44b886d2e3ea6533760f", "region_id": "RegionOne"}], "type": "meter", "id": "1308f34a4f444774b4f4a3fb84b72f5b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "efab1cfb34ed4dd68fc39cb9c58f5506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f9685efbef3b4a33bdfc5e5db12f0c25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "81a08fe5b07a46b2adfed0eea0c81aa7", "region_id": "RegionOne"}], "type": "metering", "id": "833a15ab5d244c059f60b074323b202e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a890e32d458b42d9868dd01df3e7a5a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fb3e0a8d5711417db7cfcf4286e6c496", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "61c36e2672eb44c8a24930a97cc894dc", "region_id": "RegionOne"}], "type": "telemetry", "id": "fe6a96976351451a8726321c13477132", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "636cb102276e4e35b08527cfec194239", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "805c2ed8d3b04e6baad16ac16e3a50cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f6dde9dddaad4ec5899d4aeffb1a78c0", "region_id": "RegionOne"}], "type": "event", "id": "0f4ece80177e4a67aaa392e7aa6b289d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6c5710f882e24e6c9aa738fd94a4b870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3ded0466f0694e6bb15e5e25c0e62fb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6feb27803570473a85238f56b458c78e", "region_id": "RegionOne"}], "type": "events", "id": "fe744541141f4d25bc7b6d33c1c49d6f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d8e6277b070c4492841ee7dbb8a963ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cc19b462322f4338b95e654fee37cff7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a2732ebfa7fa4181bdc4c1bb77ac881f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "6da3225cbe124a11b4b5ab17e61d55ab", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "777d111cc24946d194c6dc0c32952819", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4c1db060de5440559caac6cfc6666363", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "87d6ba23f4264cb7852bcea3644843ef", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b5e92a589f544719a57cb7a2d61003ee", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f528c09ff66549309924460c71d5c8b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dc64e302d11a420c9fb4a4e3ab660f36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c86e36f7a2be42598ac5af5bc08e444f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4eb2a185b3144d908657b149774cff8b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "72ee08d7a4cc45218033db99080da2ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5aeb7425b14a466984c493520c959d43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "45ca5720380a48878e0a2c0c29829e44", "region_id": "RegionOne"}], "type": "tricircle", "id": "5671cfe616e840b28e4c60bf70cf2e4c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a43af963961c4130aee05de088a9c744", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c05db8db16e34ad9beb5f2ef73b566b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ef94022448fd4179b0f3fd9e9700465a", "region_id": "RegionOne"}], "type": "database", "id": "7e095024efbf4653862baa780b2fb255", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "70b372f68553462382ebb06047d8d4ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6cc140fa34bf4e35bb8fbb99acba0bf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "538b879ed03e42b6bbd68c4fddd40ad5", "region_id": "RegionOne"}], "type": "application-container", "id": "ed5dd1f9fd26428bb8e36de10c8423a1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b24eee8015fc4cb3b9da911d01408fbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a1a743eddc1c46a591d7bce380337453", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "45693d394c494f4b8335ddc5777ae2b8", "region_id": "RegionOne"}], "type": "container", "id": "30a835b37e384d0c9b4619038f856241", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5602a190a9ae49adbe929125dc925b26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9de2886859ea410abc02983ff1db6b05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "caf42604b17047afb9ef6135b1b65c12", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "0e3f9407de884b82a1a12db9a14aef82", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8d24a070f03f43719fe141e2a61c6b2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6668a4b5945443f38c0ac3a44dd3298e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a7830063beac462783a40fc9cc84b79e", "region_id": "RegionOne"}], "type": "rca", "id": "6e319db5d0264e75b99437c1a2753af3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "02d12c1850b542689a3f4cb1f3c14b6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e302c13b3cbd421d952310862f8eb85d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9bdbc29e4ad94ae8a279276e05c2d633", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d8bbf91e9cb94243bef8e8a97faf3310", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9865148268574db496e70f08c44a0fa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "62425c68c6414653afeb24257e69b648", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "dc03794d3028482e8f68bfadcbf7ed4d", "region_id": "RegionOne"}], "type": "network", "id": "2f752b3df9fc402facea0edf71f105b8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ad730ad598484a38bba073663a94620a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a7389b18945f432f824d9cde3201ccb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d412d1d79ed843ff9e4de0d4a4e81190", "region_id": "RegionOne"}], "type": "backup", "id": "8ecc8b1d8ead4e5fb9ee3ca532f4acc0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5ae8553c8e64454fb86ad01a7a578d8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4a42a2497a6841319a7a0c47dd99a2f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5a5283772fc748be82d23f66d11edace", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9495cd9594034e0bbbaeacaba8001942", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e27298958526496486b4ed9385e0ce71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ba8c3b6594aa4af795761a402609d886", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "30667447d1594f13a7bf851665e1ce20", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "667569b9dc0d4f28b3566450e905690b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "75f94854b5e8448ebd673945e2f40a26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "372f69e9af6e462a8ceb2f0eb9313414", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5af41ac8b4434e5d8c8b659761c97277", "region_id": "RegionOne"}], "type": "monitoring", "id": "2f6487a54fcd4ac5bb60105915c0f5a0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "73e2100305e64cc99bd789725efe9fcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "aae12fae34bc4db8a1b9bdd18930773c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "74273a6e55c74eb7a9a400e0f9b263b9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "902563baafca48bab6974ba13868897a", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "95dfe1257cf14099890bff3bdcd7ace8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "719faee7a85545b7b5237581737a0296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d39e39add44b421cae13ac8c446280fe", "region_id": "RegionOne"}], "type": "placement", "id": "75db6d2b959c45f0bbe686a7a77ab1bf", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "177d48affe7a4a448b8fa2b09f188e1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f4a5154e0fe04eca9f287967f03a47b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "917d69a5e40a4fb78e33f4b731349b94", "region_id": "RegionOne"}], "type": "instance-ha", "id": "68d8032cdff042138d648dec089063ae", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0ae9cbaac2794a9a8bfbac39f0b66aa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8eeee4e3e451463facab670ab9e87e6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "96bd670a51e7456c98165f2813ba5dfc", "region_id": "RegionOne"}], "type": "ha", "id": "05b30a4ee03f49339fecffd9c940e573", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "351ba36d1b5145858cd2e029b9646bf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "62ac644efb9f4cddbf7d845e38bb39d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b9a87e0e560a497097cdd7924fb850a6", "region_id": "RegionOne"}], "type": "reservation", "id": "658b2deb88db4ddb9a1b2b3b76b86e8a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "61741cf3b7d8488c826a71ec9666015c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0b8b1c2804f5471b950e15012e66d652", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "849d2485db8e440294d37d9e066fbedc", "region_id": "RegionOne"}], "type": "function-engine", "id": "78faadc402ce47b5b5146708c78926fa", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6faa772dd17745daa94b81530134f501", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "024fb8b3b23643dc8cc60a729e0b5c5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f98615d045674b9c8c2bc713fb399341", "region_id": "RegionOne"}], "type": "accelerator", "id": "e59ba508ead2462796a9ca593d9084f9", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ec49efadeda54fe8a0c14e77e3472246", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a5f2b7811cb64eba9b54982605c6c55d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "72b862ebf8444b14adf092a0b59be40f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6de123addbc0491fb5c334067d5cffcf", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0dbfceac3ead4eb29300c85cd7137099", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c9b050d0719b408e829e04c2090ed5c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "19678cdbf0894503bcf40d33e1e76136", "region_id": "RegionOne"}], "type": "registration", "id": "7c7bafbb57654450a62ff88466921071", "name": "adjutant"}], "user": {"domain": {"id": "006170c52eaf44489f202fbccb3cf028", "name": "683f188eba8642ea8083e129be1d9925"}, "id": "dff1b48f7709435f93f50baa5be86b61", "name": "9d6be946a9d84351abcfdc8bfd2f2121"}, "audit_ids": ["b93cab0d7b41481199e676ec336bd4ce", null], "issued_at": "2019-09-19T09:04:40.171250"}} 2019-09-19 09:06:40,358 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,363 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:40,364 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:40,451 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,455 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,457 keystoneauth.session RESP BODY: {"images": []} 2019-09-19 09:06:40,482 keystoneauth.session REQ: curl -g -i -X POST https://image.example.com/v2/images -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"owner_specified.openstack.object": "images/image-2", "name": "image-2", "owner_specified.openstack.md5": "a", "container_format": "bare", "owner_specified.openstack.sha256": "b", "disk_format": "qcow2", "visibility": "private"}' 2019-09-19 09:06:40,486 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,488 keystoneauth.session RESP BODY: {"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "b", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/c0f4f638-f25a-4a26-a8c3-aa700297310c/file", "id": "c0f4f638-f25a-4a26-a8c3-aa700297310c", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/c0f4f638-f25a-4a26-a8c3-aa700297310c", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "a"} 2019-09-19 09:06:40,512 keystoneauth.session REQ: curl -g -i -X PUT https://image.example.com/v2/images/c0f4f638-f25a-4a26-a8c3-aa700297310c/file -H "Accept: " -H "Content-Type: application/octet-stream" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '' 2019-09-19 09:06:40,517 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,536 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images/c0f4f638-f25a-4a26-a8c3-aa700297310c -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,540 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,542 keystoneauth.session RESP BODY: {"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "b", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/c0f4f638-f25a-4a26-a8c3-aa700297310c/file", "id": "c0f4f638-f25a-4a26-a8c3-aa700297310c", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/c0f4f638-f25a-4a26-a8c3-aa700297310c", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "a"} 2019-09-19 09:06:40,548 openstack.image Deleting failed upload of image image-2 2019-09-19 09:06:40,573 keystoneauth.session REQ: curl -g -i -X DELETE https://image.example.com/v2/images/c0f4f638-f25a-4a26-a8c3-aa700297310c -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,577 keystoneauth.session RESP: [200] content-type: application/json {23} openstack.tests.unit.cloud.test_image.TestImage.test_list_images_show_all [0.239539s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,441 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,446 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,448 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,451 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,463 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.379468+00:00", "project": {"domain": {"id": "a876df84914545f09b4ef7544b1197f5", "name": "4151bbde80fe441db50ad026b38055e3"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7b64832d79474385ae0cc7469f32a8c6"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "45d22258c59f4b6199f3d59116db288b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "157dbd614c3c48449c34aed64fcb0d0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "bbd624822f67472daf56ebf28b241a4d", "region_id": "RegionOne"}], "type": "identity", "id": "1bf8cfe4647544b1a75905261e84ade7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cb0e6aa7f5024e008e1a83764911e086", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "473ca645946f461f80b68edee881d6cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "06682222e6ca4240803259c5fe3e6bcf", "region_id": "RegionOne"}], "type": "compute", "id": "c9a8083e1731471fa075b03cf0ee58dc", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e7212a0ed6b549daab955b33fd0f9da6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7eb9a0f5caf84042a4001c049e219b76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2b11dbe0aa4a422e8cb2dc10483871cc", "region_id": "RegionOne"}], "type": "image", "id": "95007f6409f84793acd4e690ac65ff83", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "851a1180cb07435e86e0070c467b8b9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7ee9d2ed5cc147eeaf6c2efa6c3c5e26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "571a2bc5a5e545d6a410e97b092e1e9b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "499143b2d60e4a7f920e2461bf2db53f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07460af447bb46e288a8c18d38b717a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07199a4660e842aba2c590cf27647edf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9dd2c240379a47a69d4ebc1e36f5d687", "region_id": "RegionOne"}], "type": "object-store", "id": "d11ae3002adc44009274876ff1d39e3f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bac606ec47cc4e948ec660263365e9d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "00640415f48d47ef9d165961ff447a92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "00bcb13fdf154fcb85fa2193ee41fcc7", "region_id": "RegionOne"}], "type": "clustering", "id": "06de3da5f879495e8cbeed66b41c17ac", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "78b4c03539b74afab7218ae170e34e66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "50e22208070f4c798b99962e83acb0d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6c903c0051cf478aa1be2c568efda621", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "62dc4c9f19a647d3a2caf75ae9ec14b3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0f5b31b8a50a4815965a894ea18315c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "455b4898eefa49a6960cb74a8fc9ded5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "29941c5cc4064725bc38ac051e9ada64", "region_id": "RegionOne"}], "type": "cluster", "id": "19223619220a4ac684d2bebecfa293d7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9b09d7ea486d4282b5949db362397cad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "65c4abbc4eee43fcbc640a5ae9dc0e81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ac426aaef7dd45c9b67e40e35beef5bf", "region_id": "RegionOne"}], "type": "data-processing", "id": "9b6c3075e287409ca7bf2f62e5982f62", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9aae2eb7d1ea4c30b471c4f5f8812f9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "26741bcc6c0744709bdc5befc1ef4d06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "26bf7e2ede714923bd07c8e1f638e745", "region_id": "RegionOne"}], "type": "baremetal", "id": "a1262c53553e43e9a7eeb14aabeef307", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fb59018a15ab4111ad934bc1207d7d1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0d8ddc2e72d1469ba8ea232e990567d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "97896601c0b848beac20bffb836970ec", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c3ff32221f3e4135951be12397ffd3d2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "281019ee94ae45b68f89c3fce1ae5339", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0bd0813749fe41d9ab0faceb52edff20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "12e2b09e220a4c5e9963d51c90ec79e6", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "cffdc4e0a7234691973588163bb5f2a0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5717001f12c84ef69e9dea4f00f3e8b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5486d84351e649539e55afbf3157fafb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "cde4d39f423c445ea295a34ad62ada80", "region_id": "RegionOne"}], "type": "key-manager", "id": "cd436e4d706941e3b2aa1e91f2b192a1", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0a4112a985584d5a9a7275a0706184e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c8cc03702fac4cf8ab2418cf6643b2e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5e2e650d97f44619a09248dab29fb613", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ae33efe7587d48519e53552c40731293", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b24fb0cc899f4ae8a28560ae4f6c94bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "86196da775b444e4b00070402736ac3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5cfa2a4a9c86466db5f7347fdf2e2568", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a31c8f9ed8284fc6abc970d1bd526db3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "554822a0a8684aacaeed6e8d5650a3ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "15ac2ca6c69149ea8a047bb922a00b9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "793b6bf723184313b22de41bbb341431", "region_id": "RegionOne"}], "type": "message", "id": "94a2019927df425a986846fa03f28f23", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e21cee1a87d249479fbadb389b394b48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "473a192c178440aa95dfdd22efb3c3bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e3b2e5c1bc534ccfb07661875f4cb124", "region_id": "RegionOne"}], "type": "messaging", "id": "1943ec15119442f0a1b58f93ed15bd12", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1da2ac63eb84407eb199fb86c23a2b00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d0e9eedbe30349bc875a792819703795", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "edf2119a2404414e83c622f2ad7000c1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "277b929ca33c46a38207cb93fa8e7660", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c6b8d03f244f40e7acf85d241ab78fb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "046f2e6b3754485495902763044491c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dc269cd1cad94fedabf3f7b29c213238", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d0cb110bff934790b191b35042a2b047", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "60855dd29974473fa0c572af00f46b06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "41a5505de564454fbed37b3c234afe01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "17880401ea5d4ee18ab2842f00105cff", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c2a85402009549d7bf21d8eda7e8eafd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4688f402cf5e4838b2ddc958694e4016", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e20444afacd4825a26a2ae83c09fc2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "19e0029aa16e43a7a05866071443fb13", "region_id": "RegionOne"}], "type": "container-infra", "id": "77d4b878b5584074a67c9676ec411778", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "23f662abc8c8413989cf89be9322cdbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "44c45a4366734c9189833dea3999dc43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2b36374ffde74e9bbaae959ee4acedea", "region_id": "RegionOne"}], "type": "search", "id": "95452e5fb73e46d89afb88f8693c7387", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "0dd6f148026b441a9a517f79b99bb68a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1ec91a5a229640f4b0cbab7139c32037", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2e04d563a7a14991b7926dd52e037d3a", "region_id": "RegionOne"}], "type": "dns", "id": "a122e5f09d0640a2b7e3a503348755b0", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ed7ab9a2cc664df18fd5522e1442e8c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7e1258c704c84f5a9da73eb85dfe76bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "83b9e451ebfc4a0cb5eab4ce0118745d", "region_id": "RegionOne"}], "type": "workflow", "id": "450d3495cc0940c5aae97bbdf6bd2a14", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "304d420a4d7b41e18834f93118e9ae96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b0b8b7c786c94690920b61483bd2f75b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b13d8776222b4d3091ef64c8745cb218", "region_id": "RegionOne"}], "type": "workflowv2", "id": "36f092b3d3aa4ace97c6f9f41019c7ca", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "733e664a478f42cbbf49f5501d7c9255", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4441aef113a44271b22b8627bed94580", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c0250116c2344b88a46417fba217f8b6", "region_id": "RegionOne"}], "type": "rating", "id": "691a68a6fbf641f59407bf5744827e9b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6581384adeca4e7796c08b377ac73ac0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e5140fadbd10432ca8a8850d17f078a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9d7471173f30444285045c2dfd5e6d24", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1b95abd75b8e4eaa9be005d686430afc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "47635d8ba9544cc0b2d67facd542115a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e6ed84f2ee604050ae253df3ea6ef3d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3bfd1fb2316c4ffa85e4e60242351170", "region_id": "RegionOne"}], "type": "policy", "id": "d456c8005ddc4138907ba14c871f56ae", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bed40f540d19479db4a9d130f38f80e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f54a7a8c59074e249b57eaa43851e455", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "03c169777c9e4da9b1acc2f43c1fb2fe", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e2aa33b8a5a347c3abf6cfab9dcd57a2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9f85d5d2a7734f6a9ee084c26cdbe69f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "254f8ee541784a0b926f70fee713eeb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9fc537f28af24a23bde1cd96991f40ab", "region_id": "RegionOne"}], "type": "sharev2", "id": "522e1a257f8749ad89e833037f9ce1de", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b88e0b98d7dd4f918b9d9999c941c71f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "81ba0720602c4fe0978370a8dbf01a3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "255b9b1ba6b14b85809d348704391e2c", "region_id": "RegionOne"}], "type": "share", "id": "ee906edf2db94e1e9dbe7ca2cba58d98", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8e55cd3b71414418a1c57d0c59b89fc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d6eeb11477a146bfa2d7db82b9c0cdf2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "503b24a66a5845f3b333d71186a2a80b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "bbad6b68d88d49839876019a9a94595c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c84d3f638ce438f8a53439d79c5e207", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b483a658ee444ba866b35fddd817d5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11ca0e54dca64fe6921c5569bcf832d3", "region_id": "RegionOne"}], "type": "orchestration", "id": "edc0d424bad1493e9f40ca310d987faf", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d0e81771a2b4bd7bb98ea7bb3df82c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f475b09ad1814496b62ccc6627a3118c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db4d2dd6466a4d5cb2e62717e46230fd", "region_id": "RegionOne"}], "type": "block-storage", "id": "4394a0567a354222a2b58e5d4060b630", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8d2c2c11c0647bfb4382caec5b2e6e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aeda902672f841548b9f024da4168b74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc6a46acf39e4e0c87121bfb1484b1c6", "region_id": "RegionOne"}], "type": "volumev3", "id": "313c7e8bf13e45bd9067fc75627ee102", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8bbdae9278e84bd3bc72306d432d08fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5991a26a8524fd38cbe2fe727ea6733", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d90bc8228f89454ca1ab0224c15a0deb", "region_id": "RegionOne"}], "type": "volumev2", "id": "3f43dd39978449019914ee0a1051db16", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0391d08fe2f49a392ae215fdce9f9c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d8278f8a6ba4479a22a137734b44b0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35349c35680b4ba4add7e3ef373365b2", "region_id": "RegionOne"}], "type": "volume", "id": "2069e7c07b834029855c31eecd71a112", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36b1866e0f8a48c4ac22bb22779d8a11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa14b61b8ab84c5488de669972a13113", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5dc0dd7abde4d61a8e6128ef07359b6", "region_id": "RegionOne"}], "type": "block-store", "id": "0f8e65a3201c41b89275cc31a33b508b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e3c32866eeee49bdbe58de66e4d9d818", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e3eecb3e55284e12addc5c00535f8c89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cdfb5cf2e48c4867843edad796b4323d", "region_id": "RegionOne"}], "type": "alarm", "id": "53edbcedc31948f0b1ceddb5b16a4f3e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ff9cc979edc642f5afb2ce420330fe51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "685a2e2e8ef64cb798640f24f2aeaaf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7f4e5a70167348acbc579af0e82d1140", "region_id": "RegionOne"}], "type": "alarming", "id": "530b3dc1d81d472b8b23203786bd61e4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8152e7bc72684e46a62d581aaa11f9df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cab8f27f27be457bb39c196e38dc7e82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fa8666eb343f4148b5feae700a587b5f", "region_id": "RegionOne"}], "type": "meter", "id": "2352d27f9027457983c96c67a552ddc5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5ea7ede18f9245c79dfe2cd418b6837b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "aa8712ddbdb744e7b3c2eef02e2f97df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "66f0b8090dbc427e81d2197a2fa9c75e", "region_id": "RegionOne"}], "type": "metering", "id": "2b4536b9ae2e4919a63588656b908eba", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d662c6b247fe41af81d83966b33e5a12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b6bc0ee75b0749afab50e1fa46e74908", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cb5f6766c46f4afa904c85205310acb6", "region_id": "RegionOne"}], "type": "telemetry", "id": "ed81d6f924e347d5b789bee9fab20c64", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "34e2519bd26e42449177bd5a10a4a9c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "82bd07f013154aab8540b9fc1f0b45f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "df5daf23e2b144418f16e75d0b0fc585", "region_id": "RegionOne"}], "type": "event", "id": "6dabe28deef9489582534a7ec7eec59e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e48e07267b464db7b135948dda75d5ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e2e3cb406ce140f9ac771460d206f029", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f11a7f5b674f49c2839ea5ba9e3e0a32", "region_id": "RegionOne"}], "type": "events", "id": "9ac56ea9bb6a481bbbffafffc6a88efa", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "02cd49db6819423b8baff39ecc91e555", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1a90db5537404532ab3ac2252e530346", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ec1cb5062a6d4df099d404e3da09d522", "region_id": "RegionOne"}], "type": "application-deployment", "id": "97b7ed45e4d24ae6bd6e420e6d6b0c3d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "394ff0afd1a24e1d896e00b6f9e4de88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a32910deb1984e68bf93b471a314c53e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fbdbda2c9ca94b6584138da93ac5d11c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "42e18344de4d40d0b52fe711998eb3d2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "46f83c5ff3374e4b9e2e8f22f0cd35ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "710f1406bcc646ab92b5daae4a17425b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "29c6fa054ec049afadec502cf00e6898", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6940b9ab640c46c894bade3ba5e8941e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bffb80352a094346a0977d6a6a29b3d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b2797d823a204fad99e0cd5e21ce339f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4715e2ed7df24b2a98d36ff68ba9b8d2", "region_id": "RegionOne"}], "type": "tricircle", "id": "5f49d3e57c4c4c199f2b5f7907909a62", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f2ffc94cc9d94ea6a3f1467b72aaf8e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6e5438b9326b419a9e8d433f5161765c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "434b76a13d0e45c2a8ceefc1a37d38f0", "region_id": "RegionOne"}], "type": "database", "id": "8eafc75f01624692952dae2914afd824", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "824e31d51b5b44689a41e7b3f898aaa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "64b0cc74aab24ab6ba87f8740e7a5509", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "364fc686f58a42b1b16edcb206449712", "region_id": "RegionOne"}], "type": "application-container", "id": "0f5ba48ce07b46409dea491dca7b392b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "392f0e0f3ba54240a0106c6eec29450f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "db0b110871b94f7caa88be59ac683999", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "223b4e3fc0d34b399996bad28d87111b", "region_id": "RegionOne"}], "type": "container", "id": "4022e2bbe64a4854845e32c091266316", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "881dba775bd1439888868024b26a56e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9b2dd8cb31fa4714ac09210ff060a95f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "451fa0dc79e34cd1910225c253d75b4b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e4bdd70574da44d7b40757212f82f8b1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "31a9620697dd40d297bf77c1873cc582", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3998f318f7ca441ba6cee35476d548bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5d111ec0dd584cb28fbeec9dd837739d", "region_id": "RegionOne"}], "type": "rca", "id": "0ac7983570d74804b414b54d4d86e5c4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0f61943124c34213be70861278aafd17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "58f3797509254b65ab34b76aaefb15d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "93551687e5644139ab006abf9c1a39a1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "402a9eb3b30e455496f4723fa3533824", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "42d5cda6a9ab4369949a10173b9fc4e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f93e177ee7024cd3b9f6ce33309ff69e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "aee082bbb9c0402aaa6be22d61d57b37", "region_id": "RegionOne"}], "type": "network", "id": "d0bc8d9922e7497bb106de2d72fc09f2", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "55937e5a5e9c42b88b71d31e11767b18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "45d7b1c0faea40d0a50286665cd0c154", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "243b59d54126494d87b6de14e3ae13f0", "region_id": "RegionOne"}], "type": "backup", "id": "088ac91245804bd6be7e76806f9ac530", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "172fd35a72ff4261b6d417693b5bf3c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b57ad4718ea84377b50ca653c43919f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6a7b5be56ce04cc4a4c1f076405844b2", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "cd4fab61cebb42edbcb23defcd533222", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b74928a724514524a23bd39a307f2dfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d3844fd01f714ce9b5e7ea7ef4d1ac00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6e13dfbb6e064e1599f64b7ee5fc2bde", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "df72b76fbd4d436fa5a61d56a3dc52cd", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b7bed5c3f44b47c6adf24fc1c1629305", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e93cfa43fda7445abbb6b2b500478232", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "3c2859a619d643779407c4e8395c37d2", "region_id": "RegionOne"}], "type": "monitoring", "id": "24bd3546a0684841b94e2edd8de82661", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b2360652de3b4a259fc66bcf82002292", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cd3619ccd48746198e0cfec05e2f8164", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "9d223a0396934d57a5249c60975b267e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c0b024a8eb29468094f386ee240e115e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2062fff950d74480a9f0617d1c09dcb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b8e44249f2594d87a3f8fe323857d6ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "6876d8ab36874f0fbbb58de8db82b144", "region_id": "RegionOne"}], "type": "placement", "id": "c32ec2a2e08141f4b1315386581f1b9f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "64dfa18c3b714ec1a4cb9f398973e53b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "65919804c09c4d4ea8db4e16da3d313a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9378eb721d1f4594972f7293c2ce341e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d70e9ff1b8c54d46ad194fbbce242401", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "971e5801df914c1d8bbee3363d02fe1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6bd87e5850144e4f8df14d619faf669d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ae59d190a97848fb805b478920554d3c", "region_id": "RegionOne"}], "type": "ha", "id": "d917a90721854635a3473a6e16a8692a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c2693ec006494b30811eed43a8531923", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "86f1ef23f0ad43ffb6ec7b888b58341b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4945857689d74ba182d923b21106c9b6", "region_id": "RegionOne"}], "type": "reservation", "id": "1131c5e07825447b857996158b5a1c1f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "502fd3f8469f41519da4e34f62af6e0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a262d71d39c74003adbb99500d1383cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1de44bea1aa04e7aa969fd3aa35ed997", "region_id": "RegionOne"}], "type": "function-engine", "id": "429b13eb0ecb491c8d3e1be8fedc32cc", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "290822d7a3614931ad0aa46e4d125062", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f9929893310b48b597e82edadcfb6d5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "079845377c7a4b599d4828bbff56cfc6", "region_id": "RegionOne"}], "type": "accelerator", "id": "c2a6cb433b09402db465dcc000fef26d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "04d516cd59b34d54933b548ad0f1fe47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bfe173bd9ec549e48635c6d8627a5a48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f267070b42884ee5a23572189bf35149", "region_id": "RegionOne"}], "type": "admin-logic", "id": "cbe03d16af054264b07a062d119a3947", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f8ef52a8f42c4a0ba594c06f6516d9f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0bed54274d594c4a8d66f4889e5d236f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c0dbf9bb588c4826b5a13dbfa3b16f7e", "region_id": "RegionOne"}], "type": "registration", "id": "fd750bf2ecb14fd985a9d78e6b606f3d", "name": "adjutant"}], "user": {"domain": {"id": "67472c84999e4a8081a6270e02028e98", "name": "c3f122d8a2724136bd70afe2e0c8c6c1"}, "id": "db0338d8612f46f29a137963383d5dd2", "name": "74625c17d2dd49289c3ae4f66e6e7a4c"}, "audit_ids": ["9496fdda372044689088dc2e1005a114", null], "issued_at": "2019-09-19T09:04:40.379468"}} 2019-09-19 09:06:40,510 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,514 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:40,516 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:40,598 keystoneauth.session REQ: curl -g -i -X GET "https://image.example.com/v2/images?member_status=all" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,602 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,604 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/f999664e-0142-4d11-927d-334c1374ce49/file", "id": "f999664e-0142-4d11-927d-334c1374ce49", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/f999664e-0142-4d11-927d-334c1374ce49", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}]} {2} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_add_ip_from_pool [0.505608s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,199 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,204 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,207 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,210 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,225 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.142976+00:00", "project": {"domain": {"id": "ef2a0795b1244825955cf4b4cdbecfb8", "name": "219669528e9b4153889923c171dc83cf"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6cfe915e1a274668a49acb3165d5f941"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5f28bae728704d499d092649a64e70c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "1903340e42ff44d99528a14e9dad6d43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "978596b7fdd94d37bd05b2abbdd1f788", "region_id": "RegionOne"}], "type": "identity", "id": "12464df442294303ad4c2c111ad1b2d3", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "940b477574ba4c858e3bc4d5578cae85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ed31d9065a3242a996e2c5a49d7e0f92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4b67104d4a1e40c0a92c4fe02e7067c7", "region_id": "RegionOne"}], "type": "compute", "id": "7bbed04491df48b1806782a901ee42ca", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9a9576e1dead4bc3af7b2f46b1cb871d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "59e2a9c10290402d8350eae0502ca533", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6ed19aea91c54937bf310fb67a3e7f88", "region_id": "RegionOne"}], "type": "image", "id": "9db9840077884cfd8aaae558a0402d12", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3a8a996e114a411ebf0d6a1303370c0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5892204f6d74435aa6325fa2a29686c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e52f16e268584c72919106945cce55f9", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b57f663e9ebe4ce786f7c623f438ae2f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79be02b0436543d08f950c1a0edadcb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1ac911bdbf8453f827d04c851972f1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab2166d7cb09459e97c6da03638783be", "region_id": "RegionOne"}], "type": "object-store", "id": "46f5009cca9142729d42684cbd39486e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8dff893b366a4d5b97dccdae6ee26bb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a244c35747524869b334c6cf665e6927", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b2dfc71b0d42407ebd7f5994752b5c24", "region_id": "RegionOne"}], "type": "clustering", "id": "776b9054974049e688e9d442547661ee", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2505a9b24b074bcd98739a9952eaf404", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "793a267f264f44a792a287bf01642c4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4e87e21adb6d475aba3eac9aa7e73f88", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d5617f166be241d8b0673e0af3e6a3d7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9da3f9707b1340c487df5e618a0f81f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6ed1510a3f8f4f5e871560ea10918aa2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "058b0207728e4d5d8631ea2ec7ee6b14", "region_id": "RegionOne"}], "type": "cluster", "id": "a638ed42e8cd4f44accdababa0ae6ea5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e1fda4516dce44528d5f4759cc1c6bb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a8408c8e2ba247b48956c676dbafbb80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "836f113e1e9449e18bbea77e489203ab", "region_id": "RegionOne"}], "type": "data-processing", "id": "98e5ef633a38496f99ac2bdbad738622", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6d3c634170484450a40f99b7ba84f489", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "66cf5d6e4c0c4b7c97f205e71ec963cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d081b05cf14f4292b049badec9cffb76", "region_id": "RegionOne"}], "type": "baremetal", "id": "b721f35d3a2848e4a5bf046834d06ec1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8b70480fd3cb470e89ebb7fe5fba5dc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8088c2ff297b481ca6f22639a5bb3465", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "96de2adbb193445e99cadd6e3860df9a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d30b1a7ab5b9417ab31f3b416c6ca675", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e87d8abef0044862b39b563a319314bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a0be7aed4dd945c68fbc84769c4dd556", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d7c769be6e204a219832fd5ad276a6ca", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f165393b02d84d279bf2d1b519438435", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "099021838d104d6fba81a1ab61cc06f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1fb33ff8ae80477da8a58caa91380ed1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "6b372f541fef44ae9d280cf3d08c56f9", "region_id": "RegionOne"}], "type": "key-manager", "id": "667669a947e34547ba71df799e87ddb8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f6f54b2331ea48ca845a60be191cb2c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c792ce9e5814496bbb1618982f08fa86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "716899208f614d1084918798ee2d0b94", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1c17530057534e6bb8d1bcf2886b88ea", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "91dabecf7ff5417785edaf6b2d248a6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4aa9f14158cb47dfb50d7cd869642b91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "627f0197238740719ae564aa98d3d0bd", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9d40af67f79946d9b13562f2865cb42e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "822cdf33d0af4a51b0a5591a1854612b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bbffea92aa9f4180a1e60a1c9111d379", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "067dfe9ad6f84f73914542c5e39ecb92", "region_id": "RegionOne"}], "type": "message", "id": "35740e939ed14ffdbdeea6a64c19ba0a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6acfa66036ab414c932e85f559d8d68d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b4f2bb5f9e6d45089a56856dce5631bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8254962184894c71b9cd67143c3f0d32", "region_id": "RegionOne"}], "type": "messaging", "id": "acc0f24c8ee4476aabed7ecc62c1ca98", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c58ee41219ff411e8944a7a3916cc54e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "50910291296c43e299de02039375e486", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "63baced3e65c4f908e8da99d10dae548", "region_id": "RegionOne"}], "type": "application-catalog", "id": "88a9274c5c6844c68253ae6d47ed0f53", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dc4bf8d1e4cc49be80200f94ad5ba1f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a2fd4272e164e0f83c62e1f67c4c0be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2315620cdd714c4f892b6b8fb1880495", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "bc6ec0a208244ba8a00f89c0c1947223", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6a7c81d5336841cb8a94076c30b11891", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3af2a112a4564080aaca5bb1d597d8c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "217b43f5f61e43e99f20f6b5c52a2309", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "9df8aa1ce13e44f8af46cb88aa22c94d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f3c0c20b4f8c466ea25bc34f05541838", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "41973f3d710940278a45469174b977d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c6c9892af69a40f1b636da258968f5e6", "region_id": "RegionOne"}], "type": "container-infra", "id": "e841a963ad934628828c73170bf2e628", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7cccc290af994bc0a0cb3b768006c608", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7b4dbcc182124852bd3f92a1cfa9419e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3ef1d85b5cf942598c6b516a5f56a995", "region_id": "RegionOne"}], "type": "search", "id": "d27e095b6b0546b8a1bf0533a94822a1", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1c6006d54e8e4ca08bc417e6231d9dff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a0f371ce5bd2492d8eebdfffa918127c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1b5c7191a15140808c37e217de9bd4c6", "region_id": "RegionOne"}], "type": "dns", "id": "700e3b44514a4e398a1353606b5f6e41", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bfd8cde6fb904394b50b8121960a7d49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a549e61cc5f64ec5840ff7934c3878de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a8d22d3a67344153a6f446138163f8f3", "region_id": "RegionOne"}], "type": "workflow", "id": "16b44738e26042398dc0fda34df5cfbf", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4416a9bba74b4c84ada7f10ba2a6da13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "99947bd6a577422ab5b8edee84d5e040", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "34561d9786c346da8207b71e4e2e3253", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a260f20270e4470783848613f4a4a569", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "01a9f2025f874129a1d8ffadada54c33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "df9cd0dde0254e449eab20115cf71bed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7dc6bdfbe76e49f983e1525435f0d0c8", "region_id": "RegionOne"}], "type": "rating", "id": "7545d8c186fe486abab08dc9c0d8bb21", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "148355277c8c4471aa4492d5c2b0dbde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a3512bbc9a3d4eaab381dcce100ea855", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "09652bbddae74bbc8dc0d4bffafba889", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f39aa85a3d9d492da4b84086dee23a90", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d95fde762c304bb398ecd880c9775488", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "20411d69784e4bb3a44bded17419f1bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a487dcc420334fffbf351c556f92b90b", "region_id": "RegionOne"}], "type": "policy", "id": "662eaff5bbc348479dc99c27b0c7c3c5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e7cf2360f3e34903ade8163df044234c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cd36f27ff950433abbe21b645a5054b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9fdce31757aa4f5895efc366ee83b0b1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "09787711b50847268eef07d281824d2f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a1428197befd4656b88ffa2bee8d7816", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cc39ac4f10fe424fb88f1720c660e3e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "21a2dc7dd8e2433892780045599c2eef", "region_id": "RegionOne"}], "type": "sharev2", "id": "f86f4fe95418458ea899a5eccdd8ad55", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "76dffe6bde5a423ba1779b645dd26c19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d0953f5fdb28402786cdc5d96f015964", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "208b9e392dc04787bd0b8773f78a6133", "region_id": "RegionOne"}], "type": "share", "id": "e8ddf1948a224ac8951d9a4ae61c7243", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2c02d285cdec455da1ddc52661948c98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c8bfbe4af66540e782aaa3332e468e60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "006a7950394441fd96d133d065b60c9b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "56aecd920d2140e7aa30ddaa8ad65052", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d2616f4d5f140efa657a41542fae36a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "143fb76facd84339ba928ead9e022b07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9c0fbf4c1d04dd8ba0925e77fd51370", "region_id": "RegionOne"}], "type": "orchestration", "id": "0c49bb8bf8e74b2887fd285bb67c9029", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d313aef1b6c44eacb61785b87afd10e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f468889b29504daa99acc19c8aa0f72c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "209757a21e4749dbae72f67542dd5579", "region_id": "RegionOne"}], "type": "block-storage", "id": "8278d6dc81184234bf9e2fecfb89f995", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7379939b5de5438db1282c63ebc5cbcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c757d0da1cfc4333b3c2df0442b88edd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "872f62eb91354b2fad39384083ec1127", "region_id": "RegionOne"}], "type": "volumev3", "id": "ac39650f866742e3b25956243f260a75", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7c8e26613d64929a4344859bad1750b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f84e7a0584445538d723bcf21261dd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0eeff29ddc074d36b4f0f28ff70d0eb1", "region_id": "RegionOne"}], "type": "volumev2", "id": "8d8ccf5fdf1c4d92b9fd187f4f96bc38", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "225c278d510947abb2f91748bff8d6db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8fb53cf359c49bab4d2945ccd32bf2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40f18a34e5874e4a84fe493af1f0e280", "region_id": "RegionOne"}], "type": "volume", "id": "d7b21b84ec5941fc8c5b8932222ae871", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33eff039c3ef4b41a1d4601198953f1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1a1f1ba9b3245e3a78ba0db37c3155b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c17cf3abcc614a148e1b5e3f469d0b5a", "region_id": "RegionOne"}], "type": "block-store", "id": "5eaec6064e614469afadcac68a2ab03e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "90d56ed05eae476fa10047282a8fe53c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1876b3163fe342039fd13b1ea3481c33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1acfdb33017c4261972ed6292fa5a59c", "region_id": "RegionOne"}], "type": "alarm", "id": "5f81aceef2034885ab837a12065c58c2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2a2e15dfaca248938392319ad1a6d42d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2358d0533d23472e8eb484f73fc0173d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1110432a621f46979f07ec90e4f55fe2", "region_id": "RegionOne"}], "type": "alarming", "id": "6fc16119a5ec473c89919e80e4e69058", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b247e898a2ae405eacfa0f067ab7503d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1e94a37cb751451ea8cff3dba785fa8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "561facb2eb6944b29b16212ba9abac2b", "region_id": "RegionOne"}], "type": "meter", "id": "95ed5fedc4644e36a01789266e59cbf0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d61e139fb9654c3b8a68a1d36edc3fd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a456571448f74104ac32b299e1060805", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e627cf97f8284a408805fd89e56cbece", "region_id": "RegionOne"}], "type": "metering", "id": "1fd969ff9cf74b8eb0dba7ec324a0224", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a0dae1c5f9204cc6b8306717dd5a8789", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "196fbfa3d3f14c67a6dc3278092a4aa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e1be7ed039b9430eaa194ef31bd7567f", "region_id": "RegionOne"}], "type": "telemetry", "id": "014031ae9d4046249f68925d36ba78d9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "077588a2ec5c4e6088bbffd19e57d210", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "911f6636f04449cf8e61b8204a7e472a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "26b3b888885440c9ab40bc94b198c10c", "region_id": "RegionOne"}], "type": "event", "id": "dc1a0975794141a4868778009da12155", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "69f038c62ceb41bd96928c33222b2e40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4735e2eb6b44451ca988c3b13b542f18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e78000fe187244599488610c65422553", "region_id": "RegionOne"}], "type": "events", "id": "f127b4184d8444b181cda274da934ebe", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e6b9a21b036c4f0cb2bcfd62cb735dc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "345f591574064337b87ab20c4950a789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6ecc9ade37d94409a101c42c037051ee", "region_id": "RegionOne"}], "type": "application-deployment", "id": "fccd0545b6fd42089e172b21d6dd1490", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9474a8a9a71143c1be32301d7eddcd0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8c476b8edf8d4fd0a40721c24e092df9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1076d32cf1e34f70a7458a3173142efb", "region_id": "RegionOne"}], "type": "application_deployment", "id": "87ed4c1b79164baa85412918e3e988b5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c59725f0296347828e02b41f9af3d34b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ff15eeabd46c40658bc757cd7d7ddc85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0f680abac4e2455cab1106816617dcfa", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "271d2e20946148899245998b07027d7b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "abbef70844a74b929290f8e684c0eb7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f8c2765b96ca44e79eb6156902c47523", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b0ae0f5169824cb5ba6a6a8d7571bdb8", "region_id": "RegionOne"}], "type": "tricircle", "id": "4d25e3f1121e44b0bad3e7e05340f6c0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a3925b61780f4f7dbf6161f9377112a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c4b6b0af4d2340afb595519a1fd3ed47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "85c74256b2e44c07a63ff3c34386659e", "region_id": "RegionOne"}], "type": "database", "id": "ea58322e721c4f5f91c8012205ec0e03", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1dc40ec856fd43b58f7ae027c5f5b766", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d1a6d4b2b9774c7bbaf3b8fb16b68466", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f40fecdf777648e4ab6330e5727df9ae", "region_id": "RegionOne"}], "type": "application-container", "id": "5571bb96374d450ead4ead166c9a43e5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5507f4efe95f4e538931abc350d1d265", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5e599742f5c0431cad0454c2140e2b7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5490f1a16ac6438ea9bcc80a4d55f2a3", "region_id": "RegionOne"}], "type": "container", "id": "fb1edc37d15842b1b7be9115d4119a57", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3230f49352dd4dfba3db137a072a9ade", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e44d3c656d574f579afa2d26e34a66fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bc7eb6e9d2eb41b1b1ec8e41bc7c9b53", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f6b42813fb1b47cba852d87c26b8a4b0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3ca9f44928bc4469af13e36de4b1e3fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1f34934a835f4793acd36235c1300d21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "839a321180fc4362b44c19d9079242f0", "region_id": "RegionOne"}], "type": "rca", "id": "237f51bc86fc4e1eba5df3162ab3d9d5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4e86852fe791454fb5286673c8877243", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "00d77c96151f4283bca58c714ae0d5bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "37da43e7a2e94b7eb0a086372b66610d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0989fa6d59e149bd88979a7136e3a68f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "987f0c5570c84145859064a4644fa89b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a91d23c1e0884155ad0332538b4ecedf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4af2f22204d043f7b4e64904f0425fc8", "region_id": "RegionOne"}], "type": "network", "id": "9d619c9e2a274a94ae86d6a70938dd79", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f3ee80ea9ac54ca098d56102c7ab300d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d2d5907730a741fdad7f7fbaece14b2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "65941e3a57c343fcaf60cacac263089a", "region_id": "RegionOne"}], "type": "backup", "id": "c6f705b59fb14c95aaefa52d00f3ef54", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1f9c4d07bd354bfbafdcfa7d96e1a23a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bb2ecf0afb49453b93e1dfa013eab4ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c23dbd3ff4e248ebba82d8cf4139b9b7", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7d25b7bcb19b450fb31670f68288d092", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "41a102c132b74e689f1a9821730192f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b7b8ca3f286347a084deab09ce391625", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "068ddac9ec374156a235093d17887cd4", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "42663a9e2f5e417a96b65f80643b7976", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a4f0b4a3b833430786eb842c2047e528", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0a25c79c18d94f32a0000af329f822ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5b46481845e24d4890726c83343b4312", "region_id": "RegionOne"}], "type": "monitoring", "id": "cadb34f2e522471fafeba84ea36da1f5", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f86d39ea17ec48a3b35ee575a9d13b7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1329d37205ff493e982855f47eeddc04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "0123212b23fd438da24de645c8010e0c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7971e45bacaf440aa5200070f13378ad", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6a8c0738aba14754b1eb4a902a35701c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "22216ea49cf740f28795be84de76c4f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a07acd111d3c4384ab4c36b3d589d201", "region_id": "RegionOne"}], "type": "placement", "id": "94c2108e856d472ca72f1feb9ce3a8d2", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "88a9921f61624cc09b2954012fc03ffb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6d8e4a0674ea43ebb87cddc51e23b3af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1a02cc861c264ff8990a21c5c4a80c4e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "bb2558b250da4cb88629b9e218074734", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "71d5e07ee044427ba6a253d114dea621", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "395ef46d2cbe4727bcff32e7e614162d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cdc5c6eb043141798200f5f3518c740d", "region_id": "RegionOne"}], "type": "ha", "id": "0b08345d59484e48889b746866d75f4a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1e0bb11094194ff7b9314b720e809ce5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9ea1998134db435aaf5d07b5ef5ee9b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "dc1e50dc01474d4c8236dc59c6f7fe6b", "region_id": "RegionOne"}], "type": "reservation", "id": "987756233cf9489ebe0a3c863fb1fcf0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1c1bbb37db924ee49e41459aa9b335e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9cdff394328547cb9a2faf212bd05f1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5b20722d949043d5a3c2aa9e78db79a7", "region_id": "RegionOne"}], "type": "function-engine", "id": "f6003d9b0c1b4bcc9988cf9314a5bff1", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1fb12c35e4f04a2eb4e91305d7891f32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "05792decbc0a42b79528c9dd92a01d80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "8257fc62a64b4409a8d33a2c2966cfb5", "region_id": "RegionOne"}], "type": "accelerator", "id": "25a00db1094d4550bed6c121076ff61c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "27f7d4bad6b640d2ad38cdc4cb5f10b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a05bd8f34d9f4ee48e131a6e482d8081", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "10d0154bb6674acd873443266682e672", "region_id": "RegionOne"}], "type": "admin-logic", "id": "239afd3f8f164492983cde964a5c1299", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8b5c654f906d450f913ce676b4d76c7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f776fbfc0252419a8566386ab75cf42b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "72764b04d25047b49637f07005d9f4b4", "region_id": "RegionOne"}], "type": "registration", "id": "616e710ba0004973a4dc894058b26924", "name": "adjutant"}], "user": {"domain": {"id": "14d080abc4414ec39ff7e41591b1b1f0", "name": "6aa79aa24e844b6588f9676640f6ed1a"}, "id": "d166c670e5404e81b2287aa1a80ca5f3", "name": "056dba0e579c41f090376bf752381ce6"}, "audit_ids": ["e670131b2d6a4ae0b72c53ad902c5e6b", null], "issued_at": "2019-09-19T09:04:40.142976"}} 2019-09-19 09:06:40,438 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,441 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,442 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["54d6f61d-db07-451c-9ab3-b9609b6b6f0b"], "provider:physical_network": null, "id": "my-network-id", "provider:segmentation_id": null, "router:external": true, "name": "my-network", "admin_state_up": true, "tenant_id": "4fd44f30292945e481c7b8a0c8908869", "provider:network_type": "local", "shared": true}]} 2019-09-19 09:06:40,465 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,470 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,472 keystoneauth.session RESP BODY: {"subnets": []} 2019-09-19 09:06:40,495 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,499 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,502 keystoneauth.session RESP BODY: {"floatingips": [{"floating_network_id": "my-network-id", "router_id": null, "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62df", "status": "ACTIVE", "port_id": null, "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda8"}]} 2019-09-19 09:06:40,527 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/floatingips.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"floating_network_id": "my-network-id"}}' 2019-09-19 09:06:40,532 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,534 keystoneauth.session RESP BODY: {"floatingip": {"floating_network_id": "my-network-id", "router_id": null, "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62df", "status": "ACTIVE", "port_id": null, "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda8"}} 2019-09-19 09:06:40,624 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_id=server-id" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,629 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,631 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "binding:host_id": "devstack", "name": "first-port", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "70c1db1f-b701-45bd-96e0-a313ee3430b3", "tenant_id": "", "created_at": "2019-09-19T09:06:35.924571", "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "binding:vif_type": "ovs", "device_owner": "compute:None", "mac_address": "fa:16:3e:58:42:ed", "id": "ce705c24-c1ef-408a-bda3-7bbd946164ac", "binding:profile": {}, "binding:vnic_type": "normal", "fixed_ips": [{"subnet_id": "008ba151-0b8c-4a67-98b5-0d2b87666062", "ip_address": "172.24.4.2"}], "extra_dhcp_opts": [], "security_groups": [], "device_id": "server-id"}]} 2019-09-19 09:06:40,635 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda8.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"fixed_ip_address": "172.24.4.2", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ac"}}' 2019-09-19 09:06:40,639 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,641 keystoneauth.session RESP BODY: {"floatingip": {"floating_network_id": "my-network-id", "router_id": null, "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62df", "status": "ACTIVE", "port_id": null, "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda8"}} {3} openstack.tests.unit.cloud.test_object.TestObject.test_set_account_temp_url_key_secondary [0.208640s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,511 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,515 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,517 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,519 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,531 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.449765+00:00", "project": {"domain": {"id": "3fbb5f28cbbe434b8901e4697d8db500", "name": "d4d57ae4b8734fd2ad127ee87fc3ef72"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "bfaa47f93e4c47ac82eb4086c134560e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "760c1530e7d740e78496cbc2ad4abc78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ccc38650f6c24dce8ca9856689d2170b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c6b157d1afdd43029e3d4dc47292b849", "region_id": "RegionOne"}], "type": "identity", "id": "455022c4094549819b23f5d346818cea", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "facb82172fb24ebc86c99e83ca6f8622", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "97ce4492a24641c8be364dbfeaa20f7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6318a5647f964415824a547ea5dd6a55", "region_id": "RegionOne"}], "type": "compute", "id": "311ad4b4d3a044ca98538e2d3336eb28", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c1281d1b813742eeb27f71379cc0bd2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "526b29d4f0be4888aae96e2c2e4dc34c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "64eb8e8cd1834168a97f00c783ef2e0d", "region_id": "RegionOne"}], "type": "image", "id": "5efe579026654ef98661c6168935c707", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c08b07f5f1ef4335b0f8f3abc4c5b808", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9c9ce71654f241b2a1a1c2c7c7e61c30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8f989f805f82425faa69509c8efa7841", "region_id": "RegionOne"}], "type": "load-balancer", "id": "515d44e669f448918aa5d42de00138ab", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bda277fb3b9a4836a5e98816b332bfee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b55cb28d20e94777a0112866581b38af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbb54c9baa1c43d6ab2d19986a82a4b6", "region_id": "RegionOne"}], "type": "object-store", "id": "8be1b506d9854303b89ba01169a371a2", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "22c4ef51d26d4f8bbb3aef72c8f08d8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ec54e4aedd4b4f66b121829fe9ca8be8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7bf72a3aaf154a8b892d50ba49aa17b9", "region_id": "RegionOne"}], "type": "clustering", "id": "fa48b37a8afe405d92b5bd7b805afbdc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6a496aaab94a44afbc55c01745374d3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f793e5a29bf6481fa6a5f0bc9b40f4ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "30064f67b3b94226a4fb829692c7289b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "299dabfeadb64e3aa465bd7989fbeae9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "40e12c1dc24944b59f626681df858fb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "00aeea9b9ace443c93b7900eec1db9ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7146ae0b5f244e9fb33dca3122976027", "region_id": "RegionOne"}], "type": "cluster", "id": "f33f11381c824b049bb974edd4161bec", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "592e516f655a4acda072779952ae0e83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "eca81a8f9a054d5880795bebe3df7308", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3cb08f8f7796425c9a787163b0e7c2ef", "region_id": "RegionOne"}], "type": "data-processing", "id": "d1d26161c5c444899d955d445a48a438", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b6e4b60d112d4cdfaefffaec43167680", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c3ee2e3356964ca092338296b5f7208b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e09d970a234644348ed62cb35ceba8bf", "region_id": "RegionOne"}], "type": "baremetal", "id": "e9a0f51c06d64235848d931d36ee8005", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f28fa3108bcf453bb310524ea8096c34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cd13061bef9f4beca664728f49bd8abb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d5775fd517df47dca3f91e379132685f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "231734b338e540b29a890a6c3e357551", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0d9ffe5838d74d909214dce970d4fbbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8531d87d29a14ce6856fdb4e800975b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "dc49b14ff86040829ad0074ae271628d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2bcaebae152c4d69bd1d57ee20e0614e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3705bc6201ec43b4913a70fcebb03597", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "99e6dcbaf591453093af87dec62f8c9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "bcaee8a127264b8085056e4a1f9bfedb", "region_id": "RegionOne"}], "type": "key-manager", "id": "bae54209fd2a4bb9b935d90896ff2c4a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "86ea266639024ef7a1cf9252306736e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a478a42b8a944752b7f14a41cac0b7a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f352131890cc4006868a44f2632faad2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9b6247705b544cf496275abec6706a98", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9116940d80764fb58b2fa09008746ab3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8ae6336fc0ab4a168ade1e7245f5ba22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "52aca37aaa46431887219fa6455226b4", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4b1c165405674d169decbf5a6dd90f79", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1602087b8f884f3398c116497aa1c48d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4dc62aef4228478ca9c982917b34539b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "25a5b1d6673f41f1a66eb91b528d7e33", "region_id": "RegionOne"}], "type": "message", "id": "b5bd21a786d34ee3a07c66641b4498d1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8ea70274ad0e4fa79810e6428471dd99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "92ee01ea170f4d889ec8265a90fe8596", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a068fd3c70224c4db73670b1f26988e3", "region_id": "RegionOne"}], "type": "messaging", "id": "9364724f7e5f4fb4a002b1e002fb10da", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "684b13352d9b45e38c18f804438e28a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "02ced8fd8ce64766ba098da195088489", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "fb86e0944e2241b3b0ddf69672625270", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b0a6c9ce91c043a7a79206120e9ee228", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "150189a92c994cae83dd1be9802c6793", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1282498855624ff5b99c0550962a25c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "350794d14a0145d494c2703f8c29c722", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "078c5eb293ae457fba442e7d81ae429f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d00c484440904afe8a4344fc54225ef2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68aea56cedbb4456ae18814a8cedc1a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7348aa2301fc42f79942f8d14ee661e5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4c2e20ab2f13476cad01321d3ab53a79", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "09d6f4215b3f4e9cb4178ffc3d6a43b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5f710d67d820467293ae76180ec4532e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "47940122de844d39a525eaf1b6289957", "region_id": "RegionOne"}], "type": "container-infra", "id": "bcea6d6542b043dc8313a90cf8568e8c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7fa595704e834bdc8a82215d3588920f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9b02f4c6db964f648e0c7c0cc1456872", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a7fe5a2fdb744416bcd3f7518735f041", "region_id": "RegionOne"}], "type": "search", "id": "bea6a13a11194bd48420ee60d2e42ff2", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "59d6a6b656c54199892da69ce83879e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "25e6042059eb444fb3a4ce732c6af920", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a95816b774be4074ac475301f1c3348d", "region_id": "RegionOne"}], "type": "dns", "id": "5f816da283534b4cbb361ef6a5f62d28", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "026153cc017d465f8888a279d667225e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "633b32db677a40cf9c7814637cc3aaef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1aa91ebcc9dc48b5b9b9569055cd67c4", "region_id": "RegionOne"}], "type": "workflow", "id": "9a553c330bf24b24ab855acae482913e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "818ec115c7e54368bf95b4ba91a3d54f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2c889117bab948e2ae059cadb2ab2663", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d700b48fabfa4687b6ed06b7e01ce8d1", "region_id": "RegionOne"}], "type": "workflowv2", "id": "299a66299257486896f0af8651aae27e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a1b9d8fd3b2f407fbdbeadade3401ea3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b9572b9bf89949fd8e7223766d36aebd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1ca264256a2b4861a9378a2c312ffe4f", "region_id": "RegionOne"}], "type": "rating", "id": "52a16a6b65ce446ab495d70822b2a694", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a8054060b00e476da2422800a3cf6adf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ca88637e73144639908001ec37facc38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5241183d60f245d9aea7e8bf1450655f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f9cd81fb7c5b4860840a9f9fbc9e3fd2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9695d326bab1406490e27821175d3915", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bb1e01ab99d145b79ec87a2d5eda9575", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ddb7a26bddac488aa9351205e38f133a", "region_id": "RegionOne"}], "type": "policy", "id": "089bc825f14f4b878c257ed41d8862e2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4416004788224ababe59972f38b543ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7151e007939747d09bd590739265f46f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "de02fc5d8aae47a299691e94ccef5016", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5c395cc479fd4852884c7e650d3d81ae", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "114f3f10b9204712a912a5116392b32f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "089880357c1345169c5bf858632d2507", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "066231454844468cb88d9e46bb0d5fb2", "region_id": "RegionOne"}], "type": "sharev2", "id": "277021b771e34cdd875d3b8024b5aa71", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fe022ceed9d8451cbca8dd558579ea17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "047bd0b00b4e471185a8fe2b7151ff6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ebc12f5df65c4749a11b105d297c4506", "region_id": "RegionOne"}], "type": "share", "id": "fcbe756ca15e4f88a3ee687559ad3532", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5b4aacbd553b4cdfbfea9f89b133f0a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "decff4e5a52847d1acf476d941aafe39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1311eb9f15fc454fb85e8f2a27e5a41d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b815dd1d01f84b3a92f7b997f11ca987", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a00556ea199e48a983eeef034029e590", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ca50f2ce2f64859ae51679f7be8eb69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e416f921f70411486b1d1d272e82c16", "region_id": "RegionOne"}], "type": "orchestration", "id": "c761cb28ea53409e8a1d87443a3694a3", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "257f160f00cf471eb0e06465085ba558", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "904708af25f9413ba8cbc75d447191a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c00584100014807bd0ea3626728a2fe", "region_id": "RegionOne"}], "type": "block-storage", "id": "3e54e613def64d5ba7e6e75d21991600", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1b171c1cd8547d798af6a82a69cf542", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dce179697b194966a0a8be11bf5901d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08859720e5cc415c85ee182268fc48b5", "region_id": "RegionOne"}], "type": "volumev3", "id": "bc78ca962ff949fca943abe971779d5a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f51700dcdcf6404ba8916dcbe250af2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fa90fc8ef4a4c5ea32546b7ff898438", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fca2b239ebf48548e0c781b5e095634", "region_id": "RegionOne"}], "type": "volumev2", "id": "b8954ead6ec64791a25a994ce63ea2f9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff5d599ba85149469c98ab5e4a5a7073", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00e06e7ab5ff4e768f5170d130ec1b3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e16c9f5a014b4a53ac580caa8f6048d6", "region_id": "RegionOne"}], "type": "volume", "id": "8cd7fc6816eb4a4ca8bf5b026b343378", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "035ebcf58d22429ba3ecdf1af670e7cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7bb2f8c2d384001ace2f51c5f4e8a93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b07147de8b604e84b1a91a4cc3e00758", "region_id": "RegionOne"}], "type": "block-store", "id": "77997c102adf4ab99f42cf228dc587e1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "772d67bb76894a11b29778175c32bc08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f319a84172504463989061e7a3e207f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "68cd8bf92441467bb99fecb2ecdade88", "region_id": "RegionOne"}], "type": "alarm", "id": "3d9a7fcab48447b6966241190ef5dbf9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a9b6a4f75bf54788a10dbe57ce8256f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4f88eb24dc8a4d1fb63e174fec163751", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ee7de1a8ebaf47babb788f645e875d05", "region_id": "RegionOne"}], "type": "alarming", "id": "2fc1ab1b11ee44de9b48cf8e4014fbc0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "437b2d2f18d148279abe2495ce7f1448", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5f2630cbfb4f447f9274db82345eacab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "81d2abb5058748c9b4050328a26d5f48", "region_id": "RegionOne"}], "type": "meter", "id": "f285f4d2a9984547ada83b369b0ba278", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "14404dd0df964905b5f23b3025655f27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9fa940d00f524d25a35dc454f1e8ffce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "006105679461465e9d11b56db6e8c7e5", "region_id": "RegionOne"}], "type": "metering", "id": "0cbbd0859e6f4c8496889c46764b0489", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1c8f4ccaebdf4f6ebbb5db5ec2d85c07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "18b801bbdd394087b860649e8d4cdb4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3b3cdc58e29e480d81fd3ee9407210b1", "region_id": "RegionOne"}], "type": "telemetry", "id": "baafac81a7794f8fadc8311e0095ef82", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3ec44e04299a492da6c33468da65209c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e039f36e8852431ab9dd142ba4f56515", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "612d3991fe9a4729ba4df1ab708ba0fa", "region_id": "RegionOne"}], "type": "event", "id": "7fc81f9914884f6f8f29aa8294c36714", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "92f8b1b77b1b4f13a26a208d9ef6448e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "94fa9241894547e99c24573de30eaa79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "82a824d323e74098a96abb156d6fee89", "region_id": "RegionOne"}], "type": "events", "id": "ee4bd720c1104f4daaa6a34ae90790e5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "43622cc1d9134457ba19af8bccdbb0f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5dd80db64ead43d19d482e22a68af9f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2a87f92f921b416ea45bd66932f07e22", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b270d962549449c3938ff400e973105e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1e8be624dfe64e279bc436fdfed228ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "745ad9aebfa24fabb7ed49b6f014b524", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b1d0ac22fa4f456ba364a4704b078a98", "region_id": "RegionOne"}], "type": "application_deployment", "id": "7b9a4335b2a247f58aa9b7d6ebf82be7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d2040f462fb3492290fdf8d0b7f9734b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "89f9d8c22b794af5a59cbcc7701e8ce7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "21ab51853ceb49258ab5d271d9fff7a7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "46e843d8b2c34064b6a6db2019afe7ba", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "29a9e4f61597477ea0f0998394ed777e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1affdf580dd04d1eaeeafab88288b423", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f6fb5a13a4b94fa7a8956923a9a9fd14", "region_id": "RegionOne"}], "type": "tricircle", "id": "c49a639bac83421a92b2d97132d2ad5d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "6aaf61655d6b4a6393cbc72780a6fed5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7a1d056d092a418fa3025f1c17dd9218", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "8d56c82216584b0dafb2e38b3a816da5", "region_id": "RegionOne"}], "type": "database", "id": "023e3fd878fb47689832b372a28cfec3", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3b1f6ce104b5439ea185a48b604b771a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "de4188268c654fd39371d4a5185dbc7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "85131e6cb20642fe899d2c06eeaf4596", "region_id": "RegionOne"}], "type": "application-container", "id": "36685024914943c2ad098cfb93784b50", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3d7a30969519433c97b2cc895a59df29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7cf31d2b25b74f39854437eed3ddd22c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8e8890c011e34f4181bb80e96d88a6a8", "region_id": "RegionOne"}], "type": "container", "id": "fc2f9a2e28984976972dad3ac37ca8e5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c4acba163a7e49758ed57022406b49af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "64dccd26e13547c783ef3adc195fbabf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fb6189a47e8445d986a114ef646e46bb", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "206d2b6209df4da9b4d85be1f2cd523a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "615d4c4547944a7a9fbf14af523964de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ab441c092f0842f187065b79e6df494c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bf3f245fdd144306aef2ba1a6c51e712", "region_id": "RegionOne"}], "type": "rca", "id": "7fb75e92560c45ac8a62259620e98551", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "db52108a7e0c406b92f161291447d909", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "dc22045f11c44b678f7962ecc7cb5f5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a24ec1232e434f7cb8a49d3940b6f57b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "933edd2405cd4a9db81c31525ffce0ec", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "48ac29d021254ad198329d8928a90687", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "0f6fc919da304e16b5e0febeea057552", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "48205ab9c20e409b8da4c49da00efefe", "region_id": "RegionOne"}], "type": "network", "id": "f2f9f25caf844dc0a2476a9c987ab695", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ca35ab7860e8415790f28d6227a395ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "cbad317d30bb470a99c8d4e83c1eaed0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e57ae12f88304e0281775aecbea244cd", "region_id": "RegionOne"}], "type": "backup", "id": "aee547ce73304e56adf95df5aae32388", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3714c7b21faa412aaf1108675858a975", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "927e5670843e4dd9b978ba00325ae8a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5156122864124074a8597b502bdfadff", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f9a9b9ed4fe74c36bd960dcd960d15a0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4359957d782840098a69a0b9c7623eee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "51723dd83def4fc3813b98f3c584b8e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b87d1f36f1524ab9abc5af7f24187999", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "052eb3b16fa64f02934fa74c825e38d3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3bcce511c46d40c9a2cb3ac36aac5153", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6019edde60e24d998c31707e6562670c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c0ee7f7bb0c74e2a98263ec8bf638155", "region_id": "RegionOne"}], "type": "monitoring", "id": "a3c1ce101ed24cf78869e0ddf85d42c9", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b4243ea408d9401b90217c1a92322882", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "eca185111f7a4b1ea7899cefcb81dfa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "feee781dcb0b458f8998d6497b04fd12", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "764a041653b1413abe134027e99c7e49", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9e910c0083a841f1a5f98b46b237b5ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "91161d4113a24b54909c6e7f288daa7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "63e4400df0ae4c479cd6ba6b21add85b", "region_id": "RegionOne"}], "type": "placement", "id": "9c0f530812b34293ac18a7058c34eba6", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e22991cc6c6d48bc930237b39dfa6bb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fbbc251623534d6b8709d8802847cee2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "921bbb27c87a4938bce636d05b6fd646", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e71bb5b27a1f4c1793d807ea69376a9d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0100b0c36bfc4bb4be0a3611e7a7364d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c1d13f602e8f4ed3aae963587236ef39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d53087b36f834e0f941727b540bb91bd", "region_id": "RegionOne"}], "type": "ha", "id": "0dba865f98d34dc792b448299d81d0fa", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ec134309307b4a299cd14b11c4583f82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "47e242a7c2db4f1ca74ce200cae7c85e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f97257370ea24ab0814268f86ba5b987", "region_id": "RegionOne"}], "type": "reservation", "id": "811f2de596b146f6815c1d5e282bd631", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c9e42ec928e54ed08aef74965ac27c7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "96488aa861004b5eaa246fd75f21dd15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "ee0685d1619f468a90c9775d23c6f15c", "region_id": "RegionOne"}], "type": "function-engine", "id": "252cc9b669dc4d64b9c252b3bc49313b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d34eedc61f5f49148453c94855c9d8a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3189c7709c754fea9d8ad768a7b3ca87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f4c5988935f548718659709ae0cebade", "region_id": "RegionOne"}], "type": "accelerator", "id": "d8c5ab4ca578482883fcc06494e003f3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b176f0b6dfc942f989e44b0bd1cd22f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "adcd2fb1b89f4ab79345baf3c511c883", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "654852cf6dae4b529981f46d17cba98d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "fcfcafd7694044e3b9aeb7a28d6141ae", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "96d7e96fe9214265a3387ac7798f4f39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "54d60b623da64269b14509cb9d4c8575", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "60eff48d6c704dfa89bd0971d08cb322", "region_id": "RegionOne"}], "type": "registration", "id": "8e127bd748394b49bdb701b7e4290f24", "name": "adjutant"}], "user": {"domain": {"id": "6fb9a5f272304fb6ae965cc4b60b4822", "name": "2e042b8dca0a4b6a883e234ddc0d0e06"}, "id": "021d7112200c4e3e958a42caa256bebc", "name": "fcb8b787914240fda2c589bde96abc2f"}, "audit_ids": ["0dc6c1eb70564764b3e175be0b621ed3", null], "issued_at": "2019-09-19T09:04:40.449765"}} 2019-09-19 09:06:40,619 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/ -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Account-Meta-Temp-URL-Key-2: super-secure-key" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,624 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:40,646 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/ -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,651 keystoneauth.session RESP: [200] content-type: application/json x-account-meta-temp-url-key-2: super-secure-key {14} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_add_ip_from_pool [0.273561s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,440 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,444 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,446 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,449 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,461 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.372928+00:00", "project": {"domain": {"id": "4360b406d46944d69de2c6472cc36eca", "name": "3a1c0ec31cd3480b8b88a23be948c921"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "02e4015debf44dceb33dd37f775aa7e1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "b020348d57414b9187567a1f904b8457", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9b3a816ff874489289062a88ee664af2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8c34671ec2434f72806cd7d59dba1f12", "region_id": "RegionOne"}], "type": "identity", "id": "23776301e4464684a1724a85ea8b0b55", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ebd76f6f31c145d4b0b338e4162e9196", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "306a3a6bea0c47c6a50695cbc382b934", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "19ebfe5005fc46a093c2bf76931f3c4c", "region_id": "RegionOne"}], "type": "compute", "id": "831edc46054c4914a8a6e634ff73b6a2", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "75fa9a9f7c1a4ef1b278f072176ef75c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1b769fe4195c45e9b1c7507defe04403", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "92dc8707f7ae474a80e26f2944b3ebb7", "region_id": "RegionOne"}], "type": "image", "id": "00ad2cc896864965952fb3d4fccdf38d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2271c533e950419884e06ef7f2a3d535", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4081183936414efebfe4647adcee043b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b3b5627451c64737b8c075036ecb1d52", "region_id": "RegionOne"}], "type": "load-balancer", "id": "2fc64edf921d4a7a8108b3395aa706d3", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "365a0c2a396a471a8970df5701502672", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c04ebd7047c94456a2a30a18b55f9b27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "661ded70b342410795bf3534acba54cd", "region_id": "RegionOne"}], "type": "object-store", "id": "39d0a78c5ede4e8a8d9f18bcf1ce4c83", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d0453dc7723349269e04c91f45b3152a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "05fb9e0882cc4c658ea48890313e05eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "30a0e384c8ef44c1b2dcd4970071af33", "region_id": "RegionOne"}], "type": "clustering", "id": "7c6257626a7a480497af5e742ce52f47", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ad9d6493c1c346fc80732252c611da88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fb2aa0e866864d169040475c394091ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bd4b1fede1574b918864c200951175bb", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1abced3030a24f90b7cf459748efb53b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "664874fca38d40a7ac58acc6f87c9550", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5f7a821ee4da4bb1a992648bb64e4279", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f8af5d8bd88e41d4bafe88e4e71c763f", "region_id": "RegionOne"}], "type": "cluster", "id": "19efc89087c9456a968bb61fafadcaeb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8eab3b283de04134b212fe04279c1f8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f76763b0428a47cebc86c107ca16cd78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "510a7571c27f4e099b46eb0732e4afa3", "region_id": "RegionOne"}], "type": "data-processing", "id": "40969e0be13b48719091e55f100d7463", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6550bc5509d04f8db82970380a3123c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ef69823be4734bad90d5645b8a19e6cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e5ad3993a5eb4fe485f4bcf2a085737f", "region_id": "RegionOne"}], "type": "baremetal", "id": "bec6651621fa404fbf041a2b6a86e531", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "40be942f2b93459881e73761fcf8231a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bff5e483172a4fc2a01a916f24b69ce9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "24578be3c9d14edc8a1460561d36dd48", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7addba1ac82a4757a93f485b21aa4ed7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "aa978056d3a64bb18e221c4f0be77f5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6c8888d7de3b496bb2a80bc502b66451", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "fec1e926640c427897110fea725319aa", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "fee9608ad91f4583a544902379a021f0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "86933638c3264005ad2ff1416c189541", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7edaa38d97e0409795f444360bcf3038", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "20029411703446e1840e8bd33d866396", "region_id": "RegionOne"}], "type": "key-manager", "id": "2117ac62b5c34dc9af0f5598302105e6", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c25384e9833349fbba1bb885da971195", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4258336c49ec44f99bee3ad3000909ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9f01d26f0173409b9a0f29361fc2f4a9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d15d4701dc20402387d17859da883e69", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "59008feb0da24b4f9418273dd98127b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e674c7af3e114a07bf6616f45cec655e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5b1410ba6bb04ad0a0d75c309974b3cd", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a3352f91447944be906c63307e981ba7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "77b77ccdc66d4a728a2f1b89bfd9bf57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ee3c5e49c5ad48c2b6ccdb05ce1f2e00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "84db24f03baf4c62bb3b93fbfaf6341e", "region_id": "RegionOne"}], "type": "message", "id": "a244377dcb5a4076bb0c4bae36af0b76", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3f7cfb2cf23e44a19fced6cdc84c211c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "38807506a4a441c881bd2e8ad3b08a0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b15088d6484a4f98bf1ce8326fc2e61b", "region_id": "RegionOne"}], "type": "messaging", "id": "98a9ea5fd48e49ccbb461116b604db15", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2df9158dbf094c088a1c5967f7d4080d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3110beefc7334868bc11b67be53cd347", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ca072254f551499b92c99e67d6aeeb55", "region_id": "RegionOne"}], "type": "application-catalog", "id": "5cf6e65985144c4795c2f3daac7136de", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4ae0d6a1face49959cda1df92849d476", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b5ad5b8ee9dc4ae0a1cbdc7b4b46e7c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9595cd0f9b53440d88516ff8e479169f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8fa97d8fc1f643e395f60ae1042cf614", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "36cbf22e152d4422bdf657a8138fa20c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8494a202bf504c60b25c2a1147d9d1fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5daf65ac60414cad816a87b5616600d2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "15a2be496d124f61833e0b3774316747", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "830d26cefc7b4a969d4dabf43e32fbf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5f33e8eb88084c4387701e4555f76283", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be748f3fec8e45e7b887b131ab134272", "region_id": "RegionOne"}], "type": "container-infra", "id": "3b1942d245314cbbbf2840d13b2c9eb8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2691e63496e245278161d9a1adb40849", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ffac6ba07b5c49f7bce1ce97aaacb174", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "10b52f87f6bd4a3a91a6719a6e2a4157", "region_id": "RegionOne"}], "type": "search", "id": "70df7a63abc2420f88474b692060db0b", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "92eb0da23ff348df8513b99ffe08cd8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6e7c0b493e79499e88962bc2e1504dd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "96520d7b8b94408db2d4be545235fd36", "region_id": "RegionOne"}], "type": "dns", "id": "797b3b1c71d54cef805c48e20a2b5bf4", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b84cac466918422a996903c4166181e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "339fd457b8d54756bb1f745e8e9446f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d20baf0b008541358a9c6dc295d8a8c9", "region_id": "RegionOne"}], "type": "workflow", "id": "10f80c9dde5b4909b1ac11db461d3b6f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5da9df3cdbee403aaf955ce81a0feb3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "847f7a6c0f4d4b6c885a86d2ec9eee3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7bb4a2796fb44c768870036c8d4d0add", "region_id": "RegionOne"}], "type": "workflowv2", "id": "38e587edc3d245328073be98f3471112", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "309806b207a84317a2ea100e04c70e8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "63fd251088664cac9b90a7f39a9cf6e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6ab24e4536ae415985d5ea01575615e7", "region_id": "RegionOne"}], "type": "rating", "id": "6447132b418e4be3bf0d5b9dd8a082ad", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "863eddb1bbbf44368b623fbcf4a61bf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "83788ac05bab4bb0adf74b1899a16542", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e3f520617ed0428ba2fbaf7cb8fc0fee", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c421e975d7fc486d9258313c5dd70a1b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "560d0c6dc32748eca21e97c09d52d249", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9586d344af994dde86089fd02fd9d7f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7365343794044177bc017fe8a8a5f20c", "region_id": "RegionOne"}], "type": "policy", "id": "dbe5868cf62b48e09ab4c881f82c3a74", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fd7fcaaff89d437a88c04128c6e65dfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b6d37af7f1c24409a7b26361650c9dee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7814d0b697484b9aa81d3cdb81f5767f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e5840038fa3a4210b018091754f903a3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "957b913fd9bb44368b4094c984dd98f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ad81d1ba22fd4562b35caa6f12b3b7c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7a58be8248504a5ca7168ed564b7e8f3", "region_id": "RegionOne"}], "type": "sharev2", "id": "e3178b3bd7de49ca88afb8b739df16b3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8c095835702c43b9a1153f1c42d71277", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a02ddb6a5aef4b74abf1d67ca504ae47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6c3c663f17f24022ae35907df1b10b81", "region_id": "RegionOne"}], "type": "share", "id": "f29bc1d1f0ec46d7baacffb5c759c88e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dbfc21a2552e4dfe8cebd1e8af456c6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c5efed3d332c49f480c3ebdaf2f641a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0a9bbad3a09a4876bc53371dcf3d6d50", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9b69c58fe648422a9bc2ce9a80f9f681", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6a1ceb7159f4c0195a265131f36b62f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90539c1ab5d1411aaa44e99037a9895a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8128899b62847d29a81debb0bd99243", "region_id": "RegionOne"}], "type": "orchestration", "id": "6b6eaac1c3354220ace59c4f51d41c10", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9219084c702c45789a091f0cf49f80b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e32342b788e4ff9bb55a1fd80dadbef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b3e0ee4e7364ef283b4cca11f6edfb7", "region_id": "RegionOne"}], "type": "block-storage", "id": "76c577cb0bcd4d54849584a6fe5a15c2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c19418d5fca42338c1f75fdac47e41b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c2d7e1e6c64440daff30bec5d5483de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4fa711aa776f4526b5a6ea1263c43879", "region_id": "RegionOne"}], "type": "volumev3", "id": "558c2afb541946e988fbf0a722cc1b99", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96234ab3700c48c5955bdc572787a20a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c4b2017667042079d4d73cc522e92d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a43429ad2b7045f9a48402606cc6abc6", "region_id": "RegionOne"}], "type": "volumev2", "id": "dd2a009697674b6a8cc8e0dc6c97335f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a41a379c18a74f82b83966848b0b2d30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c94e63f99e524a94a85f0454f7eaf445", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c03d67969c754b969e69bac158dcd771", "region_id": "RegionOne"}], "type": "volume", "id": "19baa7e32d454bc18917afa69219bd22", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5dbd6c559a24fdbaa383f3c3d78ab63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff4a420d87994e6f9b40c5179015c1e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b4bf0c1171146a58f2865c2aed048d4", "region_id": "RegionOne"}], "type": "block-store", "id": "e0e9c26d873b4a2bb49d17e7bc707a20", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5cde9ab238ab415babd322fd8aba60e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1e7822983cb441ee9dd84d188b6c4acd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8b2fec9e3a0c471a93147bd6deb2e1eb", "region_id": "RegionOne"}], "type": "alarm", "id": "d16b2c125a1e47e9a7e1eee5bcce3fd9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fc5cec274c6c43d592ab17a614f641a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dab67c4d513f44608c70d4b32350776c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f4f4e401a2ff46f8aacc52127d0767d2", "region_id": "RegionOne"}], "type": "alarming", "id": "55ff7c92bd2149d98a6f2ecd0e1df063", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "71202c0201e5442cbc96205a4b04a3ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5dd65179768c4c90b1565a48894de946", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "67d921e8e4aa4b3aa76bad2090802b75", "region_id": "RegionOne"}], "type": "meter", "id": "9d06bd6619ae440bb21d68f25adb2eb6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "011ce89f2a734d6db57b886854825d4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ea3b2e4022744544872128361499467d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "efb706a40cb5472789988c3b416edb1a", "region_id": "RegionOne"}], "type": "metering", "id": "13165c912e5c41d399969437c1a38c08", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8c7a3cbdfa464a23b2d9538587ecda90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a5e646f947584183a305957d4ca7cc28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f15b191153e04e4bb36d07f69e72d2af", "region_id": "RegionOne"}], "type": "telemetry", "id": "f7582f1a4f2c4d638b2b0323ba4ba835", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f00f2672ab2d404b808b2eab947ca6bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c9afa60d8cc64e7087c1b8d2a142e70d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "73e67c73a07b4298997f999165a6cc33", "region_id": "RegionOne"}], "type": "event", "id": "4be1ef6111964979979944a47760ec67", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7d7326e52883474ab95b576160090242", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "54a912398d1341cf9a3b9970b62dc658", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "658c06fae4aa43d5928142ac5d0e6191", "region_id": "RegionOne"}], "type": "events", "id": "d4e079544ba042508ecbc2fb52d23cf2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "39c4b95b7d85437793a2918d13b68531", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ea5e3fabbbab4a25a389c245a8a86ead", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2ef659f7205e43bfaa3b11ab9b6c86c0", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b5e223cba4474a608418a5a610f0d53f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "eca78b21bf1f428a8090383c583456e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "87ba5b8226134befbd0f5f35effb74c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "694e2647adc94002a7f6df7b8889b068", "region_id": "RegionOne"}], "type": "application_deployment", "id": "dc5fbff8251f4047bc23caa1e30b5dde", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5289fae04f0d4e739f576e83289d5218", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4286efffe01a45acb1abcadbd0f458e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "aff1245208324964b85e97c9d976ec22", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "edb9f86f9fc7411f9c356a3e221a9478", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "169deeac639e48a482f84749d4c11679", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d6bdecc8524545bda966bee3f4c51398", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bbf07a4306964626a40c9d721982c0c2", "region_id": "RegionOne"}], "type": "tricircle", "id": "cc4480dcce064eba8a0ee8587a838a1d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c6d8c8281fa447449e542f7d9e83c1cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b95c9e82657743589cea8e6a31d38969", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f5c387d5318845f9b8f29c919b111f48", "region_id": "RegionOne"}], "type": "database", "id": "e7b37f729ebd45bb860a1868351f207d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "836ffc1b0f544b98996da15391eca22a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a81ded5f35d44048ba65e9d49ab7e6c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "db9a4e4764384370a4f765aa81ff59a8", "region_id": "RegionOne"}], "type": "application-container", "id": "b3042e867e53471a875826eb5994181e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1eaf68d860524a59a0e960ab97dd971c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "679df6dddb1f4992a4cdf2b39aeb5a77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7a67aca653464d3399b54824639d8967", "region_id": "RegionOne"}], "type": "container", "id": "6a5cf15f2db54ee8abfebdd5b86526f4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1992a81fa6784369a3768d5381d04e0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7e2e9755d94e4600a436669ed579969e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d90b7f9b3b1a4903bb2d02bba7d2a329", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "0148cf2c06fd4e9eb8e2ac30a6ae32aa", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "91ddad5afe264cca949cd69d2f1da41b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "36501db2ade24f16b115b6307fa2fa3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d7b7fc6f7794487687a3f51f0ec1e0ef", "region_id": "RegionOne"}], "type": "rca", "id": "7dbda9d3deaa49469ec7d38fbdb5b4cb", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2ea38466cc684c87b7c2a70c786a0dae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1d91d325f03a4eb49e81aff6b0f0cd49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "11be0cc3cb1b479a964b0d08f8cb389a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "44a2ea26334a4039b9768702baabd4d7", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "121734b970b149f7b00e8e482af28a20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "71762abdb39d40a5a08747bc1ce86220", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3f3d863a08e44bd1bae8d033c11b2db9", "region_id": "RegionOne"}], "type": "network", "id": "0de74050a7b2484fa07504364ea393b9", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "48bd1f9068dc4a8480fea2e13d95dcf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b73ebde7b0a34e1e86f9591f6c5d5b4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "89d64ce00af64dcb8f1b9beca187ad64", "region_id": "RegionOne"}], "type": "backup", "id": "31979947b3a148d480b6920a300dc637", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3e658f3e0185400d9e48934f0a4b61d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6023860c325e4e6899bfd371ebf1f8ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4f8ab0e138164400a7f649e886122017", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e0bb78e886594a55b240ec52867d9267", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "28ede8114ff1438b9b510189153b3822", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "847157c68f4d4a28887f5dc5280fe647", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "669e5b144f744ae9a09b013c8e85f31c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "cddf909f3ab64296bfab9729593eea71", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0d046677a5794cd1b8d4dda8446e06b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bbd5e1d11c344c828fd98624fe0e5e92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "cd7984ccdeb9489c9902dbee3c5364cc", "region_id": "RegionOne"}], "type": "monitoring", "id": "0ab1a1877b914b1bbb663a267c365f55", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "47fbcf08db8747218ab561d8a49c0c89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "04a0c066093d442fb63463d9f3ae71e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4f008ecab86249939f1716b68d7147a6", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "0dddf37523984fad8ead98159d271dd4", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "006083f60fae401b8ffeb69f5c8e2f0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "43586121cfb847ed8ad05963b4537ce4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b9c7e7bf2bc045c6b411f439c09098bc", "region_id": "RegionOne"}], "type": "placement", "id": "5eef4875e3504091afbbba3715d5bf53", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a18ea1a139b24df28f5be703e2e788b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "19823bfd0a434ae2a7497029717b1150", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bec9d4456e6245a99c7953934d0f481d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "811b7c26273a486891b481f1dfc8f39a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f73f664c1b6648cb9c205274b501e535", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "35c61c290a5d47d29ab2038f8360d23f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "725e6427f9f14bc38dae22732008a617", "region_id": "RegionOne"}], "type": "ha", "id": "0c78e89625f24f788fe95e88e706f67f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7f955d752843473c8c470b2afdfc275c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bad06917f001470b8ecefeb5cf7cd935", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "fb07c6afc6e24513b5d0b9e8f1230193", "region_id": "RegionOne"}], "type": "reservation", "id": "a702e354165345668154759bf1e34cc2", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0f7bf77090d54cc792cd24bcdcee221d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3870e414ab4548df9c7cd1dfd4c875d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "824a4d59731f44bd92a852bf886c1f60", "region_id": "RegionOne"}], "type": "function-engine", "id": "8825c2aa2cd8415992cb22fec6281f60", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a9eadd72cf9d46aa9d710b48d9532672", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "595627aa33a94889a110115903f2e845", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "08031f1f0c5d477b8ad7b7e2a7ab67ef", "region_id": "RegionOne"}], "type": "accelerator", "id": "8b69518909944c34b3f63e62e9a9bebd", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a831d47656b4437e8e5116b17f6116ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "55ce8b7878e440fbb908040323a592d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a1d904835c9d4a83ac58f6390ea1d38e", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6bfae6e3694d48e189ef7f02f30189ff", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "92677b5a314f423590be0af53ad32982", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "60b8808732f34d52822527b471f4b52d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5bda3597c11d4948a9be0dc3841efc8a", "region_id": "RegionOne"}], "type": "registration", "id": "132db5512fa645d5925e4ae054912e9b", "name": "adjutant"}], "user": {"domain": {"id": "3d38d5a5288f4f64bbd755cff7fd7db1", "name": "bd0d8921d02b46e1b9df5ae29186c5b1"}, "id": "82da9251dabb452db59b8ec1c7015629", "name": "7897b777cead4bf1aab98d7d315abf67"}, "audit_ids": ["990dce0899bd49e590e3a5f425fe6222", null], "issued_at": "2019-09-19T09:04:40.372928"}} 2019-09-19 09:06:40,580 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,584 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,586 keystoneauth.session RESP BODY: {"floating_ips": [{"instance_id": null, "ip": "203.0.113.1", "fixed_ip": null, "id": 1, "pool": "nova"}, {"instance_id": null, "ip": "203.0.113.2", "fixed_ip": null, "id": 2, "pool": "nova"}, {"instance_id": "myself", "ip": "198.51.100.29", "fixed_ip": "192.0.2.3", "id": 29, "pool": "black_hole"}]} 2019-09-19 09:06:40,608 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,613 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,614 keystoneauth.session RESP BODY: {"floating_ips": [{"instance_id": null, "ip": "203.0.113.1", "fixed_ip": null, "id": 1, "pool": "nova"}, {"instance_id": null, "ip": "203.0.113.2", "fixed_ip": null, "id": 2, "pool": "nova"}, {"instance_id": "myself", "ip": "198.51.100.29", "fixed_ip": "192.0.2.3", "id": 29, "pool": "black_hole"}]} 2019-09-19 09:06:40,636 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/server-id/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"addFloatingIp": {"fixed_address": "192.0.2.129", "address": "203.0.113.1"}}' 2019-09-19 09:06:40,640 keystoneauth.session RESP: [200] content-type: application/json {28} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_delete_flavor_not_found [0.178581s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,443 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,447 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,449 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,452 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,466 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.370896+00:00", "project": {"domain": {"id": "1ad8006e7ef04bff9382fd0c4aeda1da", "name": "f7168540f6db4f91b2dbd9cfd686ada7"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "5819cff73c474b168e41de06ac616eda"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "67c65e7b0aa54aafb8745fc480c23717", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ab37c8ac71a74bbd9d02476c54b43b12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1898847bc5124907b4cd34546a43753f", "region_id": "RegionOne"}], "type": "identity", "id": "29f04be3dce0494898de2a0a5d529156", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "706fb0d1324a46589ac0ba7e52c6a5dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d2647728013c4225810116d08bdfb666", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e42ae479af1940a29899861f53d2c175", "region_id": "RegionOne"}], "type": "compute", "id": "09df0468496d43898ae6a45f641dce65", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "348536bd3ecb4d168d0eab1c1d204dc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a5ff3fa82d934c7999cd5dd353354a15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "1eaef8f0ef074c52a3edfb358b078cd6", "region_id": "RegionOne"}], "type": "image", "id": "48014cbe66344c6390a837912d5ca685", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3487798d3e7148faa930a7d349975560", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0f5dc4549c664ba0b83824f1b24bf031", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "237267ca9cbe48e3ae8cb32bca1069c1", "region_id": "RegionOne"}], "type": "load-balancer", "id": "913c014f79264af3af34edc34c55088e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee7e97e1a97e4db98420578055132bd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c31e9dc5f03f42cf8426fc54da4165b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3b539cd7a73418887c5acb01f8d34db", "region_id": "RegionOne"}], "type": "object-store", "id": "39f81f40820e42998dfa2e0e1ce35cbf", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "581e7203678e4cfcad3e5df50217bf68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4dafe6cdf9f0432fb05c3f14ef2e9221", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ef4c810eb80845789d5b6333eda8fe14", "region_id": "RegionOne"}], "type": "clustering", "id": "3f1442a728db4ff9803a6734d6112a91", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d9f4b5b2c46f4a60a4540dad7e5d58cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0422fb12c153482492ecff73f2b8bd3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "101c32662ce34612833423cab7b3c504", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d956544cc9e7499db4380fbe45f34f47", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "25db5a4087ba4404bc5f04ecddd6c570", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "76910c07af7a4c778d9d7dcddcb2472b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c21d53dd4b864e978800f09f6adc320d", "region_id": "RegionOne"}], "type": "cluster", "id": "f8bdf0f471594a67806cca3adccb64d6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "704889d5b0df4689a2b846a2307d3e11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6f8f84bd6c4d4fdcb682ef9f9c4e1035", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3bf4c838e82843ea918663dbbfc12cc1", "region_id": "RegionOne"}], "type": "data-processing", "id": "c01790c3262a455babb8a2867673b85c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4108bdccb8cc42378d23fb9df0bae9b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6759f3ab3ab24761a45655b96b2febf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "889ce80766a84eab91ea667793ede99a", "region_id": "RegionOne"}], "type": "baremetal", "id": "c9a91689796a41aba790d8d3173953a1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2c90630e49ce485ab1615e3c6b122812", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3bf67bf6857045b68190694c63151d9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9165060f7daa460492954489fdf22f7f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c6f48deb31d0456083f5873210230325", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f29cd822a8e6449088652b2f54ee1bed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f8fb0b1b5caf4f5e85cb612bf25314cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "8e515e987ae248b3b5672baa81eed980", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a65d9f36e479434ca2f62c6f5653de13", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "81f2e001b3c04140a3c6d2a50974403f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "647f8485a1ed467a84da8f42f52f4c0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "36fcb3b659ff4349a62222f03c5d00c0", "region_id": "RegionOne"}], "type": "key-manager", "id": "874a2dff7a3c4176a53ce43561340c2a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ffe2dc516cd54dbf950fd9a2161347df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e064febd4204437a8c4e0ab573af06e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2e1e30e281f4461fa0838ca13f860cdf", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f23c0b012d11450d8310793e86aa4500", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bab7c2385d054c7d87fc8ec9a6327ec1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c8330f326c6443ddbac6622833b617ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c3c87635e9b9449187adbeeeb9ed87c1", "region_id": "RegionOne"}], "type": "infra-optim", "id": "637f86b235c043dc854db2030966f64e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "29bef485cc5e4036b34ce2908b77d97a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e8d9a87bb69a4c078593c40df6994d1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fd867e86fa5449a4971a869d402d7475", "region_id": "RegionOne"}], "type": "message", "id": "f6dcd3b138f847c78b9dbb54cdef4471", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3fcb0bce06604afb92ea824bef1a7f08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d06e8133f0bc44f0b3e3a5194cbd42c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8aa1b352893f4c29bc42ba0f0b42c179", "region_id": "RegionOne"}], "type": "messaging", "id": "2cbb307c214646b2978388a80fa98548", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "858135d6f03847eab6767ec77ca33601", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "17029d1dbab54192b6a707fe89a49f93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6822ac7949cb47f88cb4d4ddacfeb8e2", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2902a4fe9b60448aafb091410f65e290", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a43f8d66e9eb4b07af88f41f9ec73d2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6db25d1f837d48509cdaf31b8b180a63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f2db22e96f1428a98a866cb2526c0ff", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "25502920a25e4b439dea6a3443e20ccb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "43c8a83c69bf4c8e9a17faaf617dd8fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "45a4ddd1dd9a43b58c46a65b0df0c50b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fad348e22d4246d5a26d322478432ee6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "664bbd1cdc1e4d0097e1cd21e788d7a1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "38447864d6964330a106551744cb1388", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "481ed1db5f704f7d82e831f41a9e6cee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5377114e5c5646879342ff4ab7bfbc68", "region_id": "RegionOne"}], "type": "container-infra", "id": "5504a6dfa22e4a26ac376ccb21ff41b2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "3cc2bdda4efc43f384737ce56630b9a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "56ee29b1794848ee88c2f8b51334a63a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "470567a6b2a844719f848dbeabbbf752", "region_id": "RegionOne"}], "type": "search", "id": "5e23020888e74ebfaf9c7469439bd7af", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a2cc9e690ee44424b47d1158fcc8b9ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "06d25d3eae7e4330bffcfdd9fc2aff35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2f88098ceeff489797441ad9aff45972", "region_id": "RegionOne"}], "type": "dns", "id": "ff3b236a55c6446ca3b98e0c6abc268c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7fc86b789c714ed49dac342fe2fd6d29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6cc1946ac1d64570bfa34713dbaec374", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "73e4404c37994e74a64998d1ecd86274", "region_id": "RegionOne"}], "type": "workflow", "id": "60f6df3bc715436fb1380fe12979e90d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "49fab1ce45b94e3798068db9480c4423", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "352a45ddba6f4de6b9200d4101f43aff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "38a985320d8941f99326a3bd23dfefba", "region_id": "RegionOne"}], "type": "workflowv2", "id": "49f284f6cf8340489143bb10cbcaa70f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5b25b42d98064a76b91d6b7a9c00101c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "131a2ea0287a4cfba54772c2e8705757", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6522bf9f3a984bf2bd5cf48c0fbbffe8", "region_id": "RegionOne"}], "type": "rating", "id": "d67f803b1b16422f8149df998fe80b9c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "41b3f2ac6e3b45ed8f971563605dd29e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "569ee6c931da40a7b0177048829665ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ca1ee509ff1a4e808f2a76476dfe6391", "region_id": "RegionOne"}], "type": "operator-policy", "id": "933042bbdb6c49c1a57832cf1d859f88", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2d357e0aa8a04fab88dd0882a908c8f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "20bc0f22e88d4cdf84503e9a265815f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a3eddefb66bf41838fb630353d09f719", "region_id": "RegionOne"}], "type": "policy", "id": "c1c318861bcf465baafc00e08cca7572", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "923622cf7490419ab2af402e5bf5ad32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "023b796f743d4d38afe85ae234b41da9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b8a98c6859584aa087eb925ff0d5affd", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5da3ffd1404944b4b046d9d7685366b9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d0e2a031c9a64db7aede29c56d8cf804", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d3bada12887445bd9ef89eb3aaf4a230", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "54aa8434d393421eb3e62979fc81d5d1", "region_id": "RegionOne"}], "type": "sharev2", "id": "8ab367061205457ea7f0e5a4f672c044", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b0caec7aaa474cfc8d3a493a68241db6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7856388ec5c4477ca5eddb8e6223e227", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "09a46e2a51894d90bad4568c5736d81f", "region_id": "RegionOne"}], "type": "share", "id": "ddcd9d7eec124644ac72c6e5c33731c1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "82a8ff21cb2b42c4a62f833c0298e16a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e18ad34ffb77438da5758fa9021c9708", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f587e3d451cf4d92853cb68905eb1e02", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "29c204f1e1404a8292762684b6ad20d4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3beb02748c7443798bafbd5fcd191eaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "549f294ca6144e3ba90e1136e4d2be60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8aa9ba5c19084f659b342c36a5e0da6a", "region_id": "RegionOne"}], "type": "orchestration", "id": "8d1c457b44ac4b4dbb7f041dff10dc78", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e473c38e35114c5da1231ae73f9da4e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a01946d9b2964aaaab32eeef59431a66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef8e42bade0b49a18cedc272907c848c", "region_id": "RegionOne"}], "type": "block-storage", "id": "4d9526a113ea4c13af7dbc050461dc1a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77341b7922504c45b9c1c68eb237873c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58b9580492ec4a799ddf3e8abeb7c7b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8751443cb4524ff08d67692247fb0f13", "region_id": "RegionOne"}], "type": "volumev3", "id": "b3d4c0c07fce497c8bf0e44d7bea9569", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87929861c1e84245b342344446c0ef2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98da4653272e40948d47bd4e62dbea81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb4ee2641b2e4cb59b1576338019befb", "region_id": "RegionOne"}], "type": "volumev2", "id": "f771cac2a42d492a9c1ca54e90827a0c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e770d9fb3f90414e8c0f189e49dabcaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81a64d79ba364f3097ef592b7c0b95ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f858f0d5e39c4ef78111ca485df098f9", "region_id": "RegionOne"}], "type": "volume", "id": "4ca5e64282bc438a92c7874c939a7964", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd0d49ca9bd646708309123ef8861b3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26049b9f2981452a91bcf5fd8d2dc2b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2bc5700625d8477ebdcadf1e7f8dbde1", "region_id": "RegionOne"}], "type": "block-store", "id": "f3fc3b36cf1e40ecac95addcccd1cf7d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ec13ce93b8204ba48a95fb6dd9c56490", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2732f34e265e416a8e855561dafd12bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "37471327f541444e9f0126246bec7c1c", "region_id": "RegionOne"}], "type": "alarm", "id": "885cd504d8804beb9105248a9894b6df", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "339be4e8794a4da7b061f45710972c9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "df29cbed3a6b40cda349a6f4a2e7b096", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "594bf493aa4e40c8bea731cb141d1104", "region_id": "RegionOne"}], "type": "alarming", "id": "2e59f1d4c01d416aac4cd489b5a6a5e5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "71491eefa4164be6b3952abfdf9cb0db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "07d55e79f6d34871836cd9f3f600e64d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d2e6a34c0f5346aa808eb6a3219f2f82", "region_id": "RegionOne"}], "type": "meter", "id": "29989ed2afd44044945f409c6b83f15b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8795edae8140462a9ec721eb9b3a9698", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "85da647c04454cd2bf0b42410bde3817", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "212ebead40f9424f8e9d9cd3a090793f", "region_id": "RegionOne"}], "type": "metering", "id": "a66dbb9a4ca641b0bbc25288eb5d8265", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0de028a754da42ebaba11d5f744d2744", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5c9840e6e9a34bc480a5d2f3825aabaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cd8c593707a84ddca8e13a139f94d333", "region_id": "RegionOne"}], "type": "telemetry", "id": "ea4e844a53154fa5acb95427987b0bbe", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2065513ff8004c51adfc9b52bd912af8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "578e202d3dd843008e56b1836aaaa489", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c7a2e31dd1754670bdac5ca9a610611a", "region_id": "RegionOne"}], "type": "event", "id": "52598ccc5cc64fa0826b9c8017bd18cb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d575f43f19cc48c8aeec577b1d1305b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "09257ac1b0054c088eff0e46115fc1c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0d3f89dba2414724b7092e07526787f5", "region_id": "RegionOne"}], "type": "events", "id": "4632debd329348c39a596908446c6b93", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "61fad4f3efce4509ba129bf450f5c38e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "eb1e978d8850413ab5867b76407bc4bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a80dc19d36244c16b8a0b120ecb5529f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "da4012d1537f4aaca3d67e2682b90f9d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e967fa34c9f34baca5960b3cfd9f1869", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1dd7746dd3e3492488ca236fb91e5a3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2714392b8607484386f5f7e12e050af9", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e8db7d69caf64e18850d3c448595cad0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "df99badf62274f73aef0bbd3fae40042", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "eeeee687223d40ce94877fb5235a325b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a1c280ca9a05496997c4c6b39bcf087d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "e2fe3ba3ea46438fbf0e674a4170f8dc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c55645d6d8354b468cc1fc13e31e9bba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d738fa2f759349d387d87dc1baca479e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "55ba94ac3d17491085d8b3df9457b6d5", "region_id": "RegionOne"}], "type": "tricircle", "id": "ebcee9ccd5984c4a8c120e0cd1e5a2b2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8a79785a09714bc5939cdf7982231456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "4cb49b5be70c4c9eb0be3ac9d4509eaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2ed9b9bd743b4ff9b8f454e55cf04980", "region_id": "RegionOne"}], "type": "database", "id": "ca01214bd51e4d999803fcea438ee9c1", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "79669b1cddcb4bd88b1e139816a2c7df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4075c1bc7cb84bdeadac287a217cbde1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f293966530544167ab603f44cdb5be66", "region_id": "RegionOne"}], "type": "application-container", "id": "5aab68d7c26b4a13b5cebd9ffa7e8bc4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a0ab5e1f368a475295c65cc252471ccc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "89a4d8eabbcb4e9fb36cc55b4047f955", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a0f9e2daac4f4591bf878b3641c8bc88", "region_id": "RegionOne"}], "type": "container", "id": "2d24b145a84a47edae3a39b345e9e8ef", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a13832cc53e248e29009d738bac6cc52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c660c83647b649f6979553d951a27248", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6e819f508261417c8154cc6ca88b3ab3", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "be4a5d471b2143ef9440a102c939128e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f967e026272d499f82f1ab065e8b0b5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bd8e3fd14c014f37ab6496a74f9ef6f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "71f95198fdc6417c9826085f7b8e1422", "region_id": "RegionOne"}], "type": "rca", "id": "d8cde50f63f545b89619a262d41aaabf", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0a7d63b30e97496597bc9a4ea7414ae4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c3d0a293a6cb4261b33c2fee61d20b08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ff163e22f2a34c72ab48be209a159e4b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "03c53681f20547b69ace2f2c9a7496f6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "06d5b1e7c1a74eeeae9d906af7230241", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9439558c7c644fc8a1b0ff95ddae5b8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "696b575f595a44cf80159af54f468ed5", "region_id": "RegionOne"}], "type": "network", "id": "aab690c1342c4631af99085dc2140205", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "24a56c9ac9da48308d635f2190c5b340", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "52d97576698a4255bcfcea50e390ba37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6e3609495b494f329eeeb0997b7af253", "region_id": "RegionOne"}], "type": "backup", "id": "6d3b2dc16dac47b3a5c7f86b73600c8f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c52b2824d5d54ef685faa3ca04965622", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ad5849d447bc4adaae1e41190686d271", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a45c5c3c9b7840a89cfd69cb129aae02", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "11c6d1fbba3d4f90819f74ae5a71078d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "99885fcd55d04f3e9217355b803b2e0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f135ea9042df429fac4e5ed79e48f2b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ff6e7591bc3b4e9a9b5e4dc8a1404e55", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "438dd29d68ce464a8a8f2f39795fb074", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c8da7d53d341484bb271f383d6729f48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5c5f8ee78fbb46b7976362cdec898556", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "38a121ebdf9e4d238e7db0efda3dbe03", "region_id": "RegionOne"}], "type": "monitoring", "id": "a1c4efbc22e3453f96b1005ee49206d4", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "effc1f2854eb446a84ff1d4961e1e3ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d71b44feed214e1ebc60b559097136f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b8af7d2581da40ce957911d5d04aa10b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "15a35df7a25949d4a18e9a8cf3f55fb0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "75af14d717ca4735a0fb5d426d4f2d2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b4a6622bdf914a54bd536527c5a03271", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "68379255a2454c1cb3380952e42ded83", "region_id": "RegionOne"}], "type": "placement", "id": "332dd220aff8488da641906c7310418e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f6fce894773f4453afcf91d46fc2cde4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ea21278c563041e7a231aaf5243532c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ab35b0a0ad664f289199fc8634b1feb9", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f44e26859054448a85f052915e600f09", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7aaed03e40f94db490e47d34453e6663", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e3b21891eae94894a5b0d7671f9adf96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b18f12077ffc47f6afbf83498b389c38", "region_id": "RegionOne"}], "type": "ha", "id": "6f54f3a4cfca41cabd571614c6bbe597", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6d7c93b994474cc0971b763f80e6ddd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f556d38fe3f0454ba93d5599b66a70c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f3fb2f9f540e4411a87c437c23fbe6ce", "region_id": "RegionOne"}], "type": "reservation", "id": "e1f49ae101aa4d32b9b1b021797ed49c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ba7eb3b1bf8744c2babd40dbcbac9780", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a59f77e968d24f03b9f7ebcefa811fed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "7f053837ce674ccb8410cc3163050cfc", "region_id": "RegionOne"}], "type": "function-engine", "id": "b89c03ce104145748d482bc858a0153a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b5625eeae9c747f9b9be9bc4ca592c64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0c106b24e42441139d83aace2e8089bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6c7dbbaa6a814b85ac42bfba00f5136c", "region_id": "RegionOne"}], "type": "accelerator", "id": "6c2ccd703fa84ba38eb558bd798d048a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e61bbccbfc6e483d911a349d9c2d6a0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7d6a23a2a96a46ffb91d1069eace4ebc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6d53d780f40942ec8652a59e2eb58bab", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7079f7a748e2491fa1440f25f4b96123", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5c9dff7ebd264d139db90b66a9d2f4cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8980e3f8ec204dee9cd94f0c7c10e12f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c1fdb718763a425b9654cd3a6782e5ed", "region_id": "RegionOne"}], "type": "registration", "id": "f4ce9326945d48d8a43ce283ffd4c9c1", "name": "adjutant"}], "user": {"domain": {"id": "63dd5d62d7a24cb28d99bbe13d26e23f", "name": "93428223af18416188cb72669ba4a9b9"}, "id": "3fb8eca566c34c4091c7f39f5ff1160f", "name": "a003d8cff41d47b8b6ecc35df0716754"}, "audit_ids": ["803061a66c0144459b711c3707730947", null], "issued_at": "2019-09-19T09:04:40.370896"}} 2019-09-19 09:06:40,534 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,538 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,540 keystoneauth.session RESP BODY: {"flavors": [{"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "bookmark"}], "ram": 200, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "name": "chocolate", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "bookmark"}], "ram": 300, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "name": "strawberry", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-09-19 09:06:40,544 openstack Flavor invalid not found for deleting {1} openstack.tests.unit.cloud.test_meta.TestMeta.test_current_project [0.095284s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,655 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,659 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,661 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,663 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,675 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.595930+00:00", "project": {"domain": {"id": "d11605ef3b924777ba4fd3cf2166f3f7", "name": "6b36ddac6a124958b068fb6294c4e7f9"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0fddd9f0b0574090a5675170126f255f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a54d6cf174b14c0db6b0ce8fd19e6774", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "cf566580ba934688a96470a3a07c74b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f7f4172b35094f3993cb77fe4ddf0f16", "region_id": "RegionOne"}], "type": "identity", "id": "405db65c5b7146e8a7e4e436e7de9ef6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d68368fc176a4c5c8f0a237b2ff50128", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d3ecd20f47be4aca97a51ef7714f1c7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f5211a078c714609bdc3992fe34262f5", "region_id": "RegionOne"}], "type": "compute", "id": "c7a8abb7efe74afc896a36c795c6dabd", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f6d80307def048369086789a6e680a37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "70f9e7786c5b473f8a12454842929f54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f84393c8dfb74c7c9ac3971db3c3e563", "region_id": "RegionOne"}], "type": "image", "id": "cfcd3ffdf1544f05b7aff5cdeb46b53c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b4414504463746d89f91cc14bc32c820", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7a66f5ed898942b1a804125a2b4fdece", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6704e4288ddd48b5a591bffdc1b19df8", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c0b3ebd061e84fbe92912509d98ec019", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f192e2f88f141d98a91d0e7dbcf6c19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77f297e337ed4edfa9fc557e29cea4e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a59ede8e869f4e268ec510264bdd6925", "region_id": "RegionOne"}], "type": "object-store", "id": "d7091987c9764839980dff551dbde3ad", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e16a0de5c93242efbd6cf2e789b3d098", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cc64da54644c44278a90a6fda56496e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2608dbd6713b4f22aa6e1a6d70082f18", "region_id": "RegionOne"}], "type": "clustering", "id": "62b8ff90621845ba861f69e997edf6cf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5592edb9fe964f70bc8838614aef2c8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d1d79a09980444509647ae9f2c3acddb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7ab8366680164ee5884a67f4064949d8", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "5e13748350b64e739a9e4356969ae0ec", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "10ae58b18e0840d693ca41cc790f5095", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a08a4712b74148d0b1cd526bbd3c0f6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7bb2475ad7154a27acd8a06e604cdc40", "region_id": "RegionOne"}], "type": "cluster", "id": "be2d8137ca084e1eabb0c4e4bbf61213", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "195e0dab17a8426c9f4541b57d187ad1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "24d6a5bb3d534b4da10119030c178753", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d07fead4516e4df2a02f7483db20d20f", "region_id": "RegionOne"}], "type": "data-processing", "id": "424447d340c54b66895e9bc09feb5b0c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "22a3c3fbb5c84d02bae0a69c571fd426", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8b2e2d45671b4b9e90a752504b39b354", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f2aa199b4ad540629a92fc6c84ffa17c", "region_id": "RegionOne"}], "type": "baremetal", "id": "8ee5a15b61f246c1a8d58000521f59d1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ebd2c23340a54114aeedb009a94cf853", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b87fea9fa89a4ac2a54ea375cc4c619b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0fe297ca388848aabd0cc6fa4e5e4301", "region_id": "RegionOne"}], "type": "bare-metal", "id": "134ed796ef2b465aaab35f44c68f6b96", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c0b353e024c14d4a84899922e47f551b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a13e6c206a38439dae54c2fb658d5515", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b349e86b1d7e41eda03aa9163d26a19a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "914bef009f844040bfc6fe56515c6089", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c0fd4a0f239540dda7676d9041de2ce4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ca54f034cf77453498d3e03d68c32ca4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "725cd5c30e6f48dbbcee80a0bf6ab7e9", "region_id": "RegionOne"}], "type": "key-manager", "id": "a2540bf474a842e1abccf56d9ee5d276", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3f44d92247c547c9adcb1827bd4ff39a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1b1892683bda4d10abc6defbf41e1e99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6d1562557f00472abb693d11f75e4759", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "8a5dd57c886940f9a906506d944029d2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e94c484fb3084a64bb93a08190d18b11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5d57141b8f004d7bb9ebf41af8b06b1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d18c042855094874bf2d9cb5c7acb591", "region_id": "RegionOne"}], "type": "infra-optim", "id": "32c56660eda74bb691525a8eb9f19663", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8c5c1c5814fe4c9dacce3af3f9592e3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2c88f28bf9304a43b060dd086e8e9f04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3168cd3b373248ecac06de4aee890375", "region_id": "RegionOne"}], "type": "message", "id": "19857731a24f4fe8b694b351cf9d7ed2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1ef6074ba3cb456ebae4f45250c2cc5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "80f7cfff1fef4f08a9f878e81a7f801c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e61f7e0553194c30a944a8ab2b9991c9", "region_id": "RegionOne"}], "type": "messaging", "id": "9a3b0fedcf004bdab95be0961568395b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5c70a6c44f7846fa9c2e1ebc5c080a3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "26233291a6b44f93a80c02257a24bad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a45f5738624944e9bbbf4076d3d81265", "region_id": "RegionOne"}], "type": "application-catalog", "id": "67516331ad434083960aaa8f44e8330c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "266898decb3b4bfda7c824a4eb93f835", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4028eb743de349c7b2c4aca3256889d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e7277f812444402a836059b7e4d79be3", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "fb4d78403f4044fc87a72fc49c500a78", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8b0ce05ee4d7451b8e162bd6f5db0da3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e40e8e1ffb1d4313bf0070e34ee7ba2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cadb0e13c0054a9287518ebf55e77b5b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "59341ecb3aa445fd8eca1583a6abe3d4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e0e3b0d0d7a94e52adef6723bf12326a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1330951949604956bd16e2f1001cda5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fde1636875294efab083763fd36e2e8e", "region_id": "RegionOne"}], "type": "container-infra", "id": "4361888306a34b70b9ca35c3c09bef23", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5a8263c6393c4fb59cfc48659e0d0a19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5f5a527f526348aab3e548579109c9e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6ae4a9c5f734480984fb06dbb0bb0a9c", "region_id": "RegionOne"}], "type": "search", "id": "f1effaeed60f411ba696f753fdc0e1fb", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "53bb47f8ddc54afc83891413e24cc881", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "99b7e0dc6a394ba485706e4d41116e41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "0837705bd67a4d0e8e9ec48cfb9b0447", "region_id": "RegionOne"}], "type": "dns", "id": "7fd3e609e6924cbb9b7709183566759a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "679644fe17574e0c82de9d4ac2723e37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "63900222962b497987ae47a177d32300", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "73bc7b30b80c407bbe5bb4964c97b384", "region_id": "RegionOne"}], "type": "workflow", "id": "f6f0764247e24b59a45bed4dfd01974c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8d06304dcbf74813aa448765256fd9e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "91c9784842dc4438b45febdac20bc7e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "741884008a7547b595e99fda80c672dc", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b9535f5a9e6e4f918958d0f39f0ab628", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9ba5f239d3c0471db614afb26356bf6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "cb1856d2ba4f4f0385bab949a4467325", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "98b2c7ca128647aaac5b57799fe932b3", "region_id": "RegionOne"}], "type": "rating", "id": "5ff53f8d6c08409899ce927ccd1f1d88", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c83a47232c2b4b0384b55b10747d7287", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6cda5d5f57ff41dbb81aab479ff6d457", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1463285f6260433aba9b87c03efb0d37", "region_id": "RegionOne"}], "type": "operator-policy", "id": "171505e4fb55428fb264ef1525ec9c9f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "605a307df83c4215b50d736cce281228", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4e826d026c294a67a6272ba8be1197fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c8520c44546f4c9fb38dbe9806920d2b", "region_id": "RegionOne"}], "type": "policy", "id": "043a168e2104445ea897cdc1a909b4e2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7b842836924942339a9ae08a62977faf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ef5865fa438d45efae293336fd836536", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d7b4cae61e254bec93d89f902fa13cac", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c7c6f73021b14f4eb622bd1120c7f62b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b5de665b8a4641fba29475a6a24a29bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5e962856f6d841d68b584404171108f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9a9b0f9d920647d6bf7ec84b86fd9981", "region_id": "RegionOne"}], "type": "sharev2", "id": "5adfcf37f7004fc48d428a13df307388", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0cd792e6b02a48c68d79bbec2d6846ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "03a6220cb4b34d08ad7a9eb49a5bb7d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9928507c11d94e85b4cb9e77ea66c043", "region_id": "RegionOne"}], "type": "share", "id": "8c71ac5a33d5494a9ebb61229c5e65d5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1141a97fdb4f4a9ca85d19444a7aa5fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "68474d049a824fcf84e989291d377cc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "77b1eae0edad4eb29dfac821a8234731", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b6125c50a78a46afb6ceda32f3633018", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00e31973c11f49468abac7c87f6eec12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8048ec8dd9f54536a4c72e9adbec3325", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8848ba62c9d745e2a9b62451e2d6416f", "region_id": "RegionOne"}], "type": "orchestration", "id": "3d50c614b525439ca9e178e993f5a3fa", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5860b31d937341e1bcafd23328f4387a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04122702ce99481fb6e104b856d0c250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1e4e10c44774bd2980ae978856a856a", "region_id": "RegionOne"}], "type": "block-storage", "id": "50927093bcd641778f7f881404fba6f0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1478523e9ec449f9a08fd16609a4d1f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6773570512141259d2763ae8396efe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f5634585b0f45a4af1537c9c258afe2", "region_id": "RegionOne"}], "type": "volumev3", "id": "4bd616ab1a1749cf992ec9bb26f4c19e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fe1eef8849e4e96b69618b4acd4f132", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c26090f26b96460a92f5a9e217ab7d61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e90a22bfa6c54fb68bfa31cc56a5134e", "region_id": "RegionOne"}], "type": "volumev2", "id": "3a161a962d9e44ff80c190855252bca8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad4ffebf4e114d92bc8d57a66231da94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c290995e2654195846c8b45f2e09133", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27d1aab7b5c648b8bca672f85c53344c", "region_id": "RegionOne"}], "type": "volume", "id": "69b18f68f2994d87b4b23e0454188037", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42d47dff739d4cbb97702fb94da91ac6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d5ff841a6134fc1a3c323997b309e5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ca5ed6039454b6b85fa1e71b9d34515", "region_id": "RegionOne"}], "type": "block-store", "id": "c780614c5e534e2592fb2c1737074e9b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "70de9c3c9748478cbab9295c4558a7f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "77881df259044b988f30e28f5d60057b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0dbcb7d0b86b4431bbec7ac8eed7661d", "region_id": "RegionOne"}], "type": "alarm", "id": "5b14b686e750479daec432bc17e514be", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a1c1c6176f1c4b11bc54867550e6ac19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4295946d208f49e7a21bbeed6df38747", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "50a16c077a414b019cc18e93552db1cf", "region_id": "RegionOne"}], "type": "alarming", "id": "5321c22516b54bf89cc58a78376be4c1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f3f5820064d947298ac0527df7c387b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3441116165c44c40b45a616efbcf64e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "191ec9cf231b40a8ab369b83088f811b", "region_id": "RegionOne"}], "type": "meter", "id": "1d2d34125ed3448e860103b91ec2f9ad", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "56869868d5b94f7891d0352a68abfe82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "50efb8270e704a6d88e171a08babeb65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "78a1466656da4f439039707af45304f6", "region_id": "RegionOne"}], "type": "metering", "id": "edbc2f3263c543b78ab89a1473b6d027", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "605c3b5560d4483b8b5f92f42745e6e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bff2b54729e64dfb93c65bf8809de5fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "54f8aadad5534b18a42585197349d105", "region_id": "RegionOne"}], "type": "telemetry", "id": "6292028387a440dc9c47f79368713114", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "44e459da5f014182b2f851abb785fde9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "06219c0001c94d1599fdc99265f96dfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c7d0fbb17bc04948a886684ef708110d", "region_id": "RegionOne"}], "type": "event", "id": "c27d65fb7aed4b74b5158a3d770d4623", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ab0a23e3832843029137c39197f92b50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f3f0d0c1151c4114b82bdde971b45415", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "537debc16e974e9bb673b6987c1e86ef", "region_id": "RegionOne"}], "type": "events", "id": "894bc45d7b3548eba52c74effe41fd6f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fc8cac41a2f14beaa3d1d2b0f8260784", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "58916432139e47f2868b7d4f243d7509", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7281341c54bf465a9bebb489bbc97c09", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3010ce6bed9542fca7df61a501c57227", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0cb5c98f39974695876b458bb36100aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "767f9be9cf5e4e22a98417acbe389b66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "19bbf95ca5e94e04b993396624b30d2b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f30048dde89441309fedf051a632c8bf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a4b9d8aeea12417892104f5df3e1c4f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1471e5d698494ce0a7da45c93c728264", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cf5217b704864458a832dd9ff84a37ac", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a046bb2a538545de95ebd2973429d9ce", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "37e9ddcd2b294e1c8cb9dea7df12511c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "97ecb2bfd36d40f98131ae1def05e77d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "556f57091a2e42d28359f46853b45608", "region_id": "RegionOne"}], "type": "tricircle", "id": "c78287dfb16b4fd9b081dac142ecb161", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1651cc92b4374106a8443919de72bff3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7a3e3b88e21c43bb9f024313af0c8ebd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ec63d2bbbccd4d8daeb65e48fbb9fb39", "region_id": "RegionOne"}], "type": "database", "id": "4f891e9b0d2d4d46b22c79002014fc2d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "924fcf98cb5246af86a8bd54cf577aaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "47120fbc3e0a4ddaae4a5b5cbe605250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cea4a3a7f108431f8fd1df6e2ca1c596", "region_id": "RegionOne"}], "type": "application-container", "id": "5b6c5863437d4cc19711bbf01f7d53c0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "61b1920f45b34c60b44bc64c6d3cbeaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8cbd8aeeb6f54137bb3958560c74deb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6b5918a35cd14960ac656ab6d4b970f1", "region_id": "RegionOne"}], "type": "container", "id": "2f8d58ef758641b2b42c092400423f68", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e81a9c6dbd604a55bcf23031f68be54f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1efb109220c14739af039b41429949cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5a73a99a75a648e48631c3479919f583", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d64f4179818a4fb982c6d6cb8ae269dc", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6fcb1c8939be41ac8d19a3ca84a52828", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "45d97197c3d14e04835d449796fcc655", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "014818ffdc7c40d7a5ab244f0bdb063e", "region_id": "RegionOne"}], "type": "rca", "id": "1a29bdddfa064b94aab370a6967cc408", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7291859cf6814d96a1364dff17a6b533", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6fef23b810d740c5b93651aa53bab099", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1ce4a8d101cc479d97d54b825939a81f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1963e0af58164a0cac106903425bdc9b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d9541fe3f24b4553b6a530da2a56fe06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1ce7367c985a4aed8b5db2e589e4a80d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "44c9f9afc53f41249411c9e09f09624b", "region_id": "RegionOne"}], "type": "network", "id": "d1a17800ce864f8382fb45d7aae764a4", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "db2131f8300b4b7889f2d554a3692d1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "be0049514664429db57388012b188ae0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6a4cadc579f74aaeaa00c5ccd398fc25", "region_id": "RegionOne"}], "type": "backup", "id": "3f100f0f0c69416f9a5af90971a546ee", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "540aec0e3a55443fa40efdcfe6746175", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "05f2565e5cde4a65926d1e03716c465c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c2cbfdbcf6b8476bb989b41ab5951244", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "752d9922772746e7b7281105fea3d5be", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3f67d62d2865407fb5af3af72e48acda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "97e1a3ab614d4ee1aa553e820419a160", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bb558180de02447c992f5c3f1d9a7771", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e7bcdf1e925d46b5a6ebf14c407d064a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2a63b46bfcbf4377b6bc8220424f374f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d0c33b7295194b2087409b0ee5cfc196", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c776ca1948b64aa7b3c95f6744a79fde", "region_id": "RegionOne"}], "type": "monitoring", "id": "9fcfe99dc39d41319b69ebcfc4b8bc83", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c9fc759fc55643ea813171f082aabbf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "59a470aa16f64c0ba48e62b9ce9df040", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "3c489888241b4f7bb5b50d8bc08e8206", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4f88a798900e4592affc2e7e2c9c094e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6e14e653ad1e46ffa013418c0562b214", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "53d59abdff7b4a81929a684594291875", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9dc6a61b1f574bc19a324b0b4964cc9b", "region_id": "RegionOne"}], "type": "placement", "id": "0b552e61d3684866882980f292378230", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d355f2385a154ab9aa9bbd27fc2d1bc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "55bdff371f9a41aaa8c2485c17908187", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cd2ec49bb0b045c8bcd695daf97ac0c3", "region_id": "RegionOne"}], "type": "instance-ha", "id": "53baea5d42ec47acae35059bb2603abd", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b0a0b1cff4584138ab1e5786738bc1ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8e0a76b6af024df1a6c173ba30974aa8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "37ad7a9742b24a598618b6623f885efd", "region_id": "RegionOne"}], "type": "ha", "id": "e40342137d5a4dc4b2b4d5946b5ea4ee", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2b14c1566eb74be7bad76b41f705e2ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "89e421dac0d94559b6951aba44c24209", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "db652b7956094b3da40aa552d63d0a30", "region_id": "RegionOne"}], "type": "reservation", "id": "513c66237ece4c37a944560391b721dc", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b457f58d6f6e42119dbd1f1d7390b6f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "29e9edb1181e490dab1efe042d2ceb81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "320bad2646a743ec9bb032192230e406", "region_id": "RegionOne"}], "type": "function-engine", "id": "965becd829a74db693799c58f057366a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c6b7826407f9447891a8d4fc46a4765d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "67144e226bdb48b4ace7335aacd6867e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "02301461f90846cd9cb6cb5f40e4a1cb", "region_id": "RegionOne"}], "type": "accelerator", "id": "4f72e6939f7949789195f80dba465987", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9c29cfd4fb3245aba2b4e370a4477e1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ec78063bd0cb4ae08783bf36176e50e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a456b9fcc4a54c2e8a4ff26741dd86be", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3b36ea3e189d4a5bb780752547ec822c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a64c2ef2531d45e0a48bfd6a29b0aa73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0766cb0e6b6840dc8338222a0698bd71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "455b616022144dacb6299458f932a72d", "region_id": "RegionOne"}], "type": "registration", "id": "604cef50de37419eafc9ec3f1066d242", "name": "adjutant"}], "user": {"domain": {"id": "6a69c6b7e7594b5c94692644b0ea3999", "name": "fdd3366a3ed644aba7d9870fc64083c6"}, "id": "93d03f6abcbf4217aa578a065117f40f", "name": "d0343b0086dd41c493590228ea4a0922"}, "audit_ids": ["7e1b2f6ba9ee434fb33600dd82ce1bb6", null], "issued_at": "2019-09-19T09:04:40.595930"}} {7} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_search_floating_ips [0.185028s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,543 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,547 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,549 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,552 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,563 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.482270+00:00", "project": {"domain": {"id": "292c3b385dfe44cc8b7362157071017d", "name": "4a63174289c74725821c5fe42bf9929e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "fbdb6435b348496696c2b32d262e2d47"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8e9af83343084b63985a58f365481b3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ddad1d2cefeb413da75961dc5e47aa8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ec38c69fa05944b8a89fb8a138e1cfd8", "region_id": "RegionOne"}], "type": "identity", "id": "ce18344e2f3f4b40aa7c38f03f36f5d0", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "dd788946fd014d7dba98c922c731cbe6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a27bc66db35343f3ac280a7f2f0cca76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "0efcd5cd53f542a4bf608dc1f7a0540e", "region_id": "RegionOne"}], "type": "compute", "id": "6e02457938604828816c634c3fcbc2d0", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4261d5c8306a455e8e88efa2bcd67e8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "40046efb03ae4680b60380c25851843b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4dbf4ae26775483fbe7e7f1439b66877", "region_id": "RegionOne"}], "type": "image", "id": "36e94bec61b547248c945b09b8e8808e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0c71616c81d341d4a156b5967936423b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5ac249c12ebd4937a7de609d3f6dfffb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "27f5e4716c2a4693957d5212e7111d23", "region_id": "RegionOne"}], "type": "load-balancer", "id": "dd3e43276dc74a2fb41f65299afb7fcd", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "603b87e389de465b8dc9fcc050d577d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d834d1d3e9994c95872eca843c514beb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c26a9669ac7d49bc8509cffb1dc6a372", "region_id": "RegionOne"}], "type": "object-store", "id": "bd0165ab37b6448086415e9d8c71ff86", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f84d6f4774494cd7b4507ba5f28b9967", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d248d1e63cc2485a9219b53bff485d61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1f3e70c161c742cab76328cd5b507daa", "region_id": "RegionOne"}], "type": "clustering", "id": "8df96f9d79c34ab8915c69b2bbca2b1d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "beef8a06e12c4824ab6210cde007f6a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "95fec34688424bcb85e7875c390e9620", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0ddb5021a2a44b83ab285fd595b2542f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "df3b823010614dc98333742ef8600b03", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "586d334d5f6647259c371bbb5c4931fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "878ef7184b9f4baf88237bdd0894da77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "38bc8aadabea4d07ad8115540ba8a27e", "region_id": "RegionOne"}], "type": "cluster", "id": "6cf32293137a4f7787912496e8cc4c4a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9d6dbf00c80a417185798dab6208ab6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e058e0fab8de4b3080e28d1318b08989", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "863313c76f7a4d04bd1779477b2699ad", "region_id": "RegionOne"}], "type": "data-processing", "id": "a1877ab1350047cab167fcb6a9c7562e", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f20ce9db783c4121a6f689f053d8c152", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c6ae1739f1dd47c1a306989bc3ac48a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8f76ec12b1ff4cb3959aa4b61c39357b", "region_id": "RegionOne"}], "type": "baremetal", "id": "a37661c087e7488aa989c6a9550315f0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5fad54d4be6541ce955d7c413e2d6c28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "88ba7c4015b44828ad6e9f0bc1e5abc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9da66b8e5bb644a38c46a8f31464d8cb", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d9e3956c65b5451986a3274a761c3155", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "258fdd03c6ed48e69974a68ca5f863bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0ba7b2d62c784187864a1e390a8ee121", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ec64f0a4656c4540bbbdbf6099c8f44b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "127dac0988be478388acc97efe9aa05f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ed660f6d431d4fe78c800141040af39d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c3dd905dfb734d498a0b6040c2a341b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e0f02dc41f78429f92de8c5c2e9fe7f2", "region_id": "RegionOne"}], "type": "key-manager", "id": "ba0a076ca84241cea8543e32364d2be4", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9991c8c042bc40668623c9073b2e1cd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "37ce1fbf19274436adbf52dcf7aceaf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f845037a7cac41d993b5cf18434f1dc6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ff29c781198643de97f0c8cf20983083", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "020bc0251a50412ba4141e7514fa5139", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0306644b4c2c43fda726cb6225c0b567", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9b976380ecf84087a21448d8f2827cf9", "region_id": "RegionOne"}], "type": "infra-optim", "id": "383f1b35af3a4a868f3cda178005897a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "66f122529b104709a07e357556c83470", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "63b13bb94c364752b646f921f1b7bc5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f1ee484f38e14dac98e73a782e2c3f9b", "region_id": "RegionOne"}], "type": "message", "id": "9edd320a787e492eaae3c0c3635389cb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "588b29dda31a409a8fb4360d58132e39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "78f0ff1fa763428abde6984c544419de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "92671488b15e4b9996e7c0cb22d3270d", "region_id": "RegionOne"}], "type": "messaging", "id": "26cb052dcfe5458bb37ea44efd02bd61", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cfb1500355814e15b42574187f50d82c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0be8166d879342b0b5c4129868398431", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2d550219b87747cbb5a850ba9a775fa2", "region_id": "RegionOne"}], "type": "application-catalog", "id": "49a3aa34832d4db39f8be58200f5bffb", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "76d5e034ac014b5a9c8deebbc3eb2977", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9b9d71a6f29344498d1e0cc5ac0939b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "58d5e6edc8a94dd4b4291cd9c5310e8c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "7f08b6e4768a4135b734d94309b63e58", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "244f7ff454174fbe9a774b0d848755f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dcf8a4e7f60e4174ba31cc9132df0a01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "72678fc1c9e340f9895288a2679859dc", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "40b71f650c7e432c9acf4c7b037beff4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "20234c4b9f7e4015a0d1c9c59de4fb87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "877f81240346499190815c42c9e2fbb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b010c89bf9044ac79d06d98d5aa8086e", "region_id": "RegionOne"}], "type": "container-infra", "id": "9d9d34014aed479fbdd684f70d151d96", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "817a2a0f9a8d47a5aa9126e1c99af9bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "af58de93043043c2b8320ede449355ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b41be382e16d456888c104fa30252506", "region_id": "RegionOne"}], "type": "search", "id": "d1ca49404ad548b1b8d996653b61d82f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d24d15febfb7430f854ad76e49018f47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "978c82890fa843a6b89144d8a5ab7d61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b51502f07d9444bf82e37c947d65d4c9", "region_id": "RegionOne"}], "type": "dns", "id": "8c4b77b161ad42ddaaafc198139f4069", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6b8bba670c0a4f6b9a76a4d41af9bdfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d2bdc76f1ac646b2bf01b07e98934c69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8c7043b9783d4e77be5b49f4815bc3b8", "region_id": "RegionOne"}], "type": "workflow", "id": "6b18e160d3c744369e2d3bb65508caf3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fea544a0a4414b228aacd74940c56253", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f6cd922148a6408f98f65c27cb1e06dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bd2244a06aac48eabba77885dd3c7118", "region_id": "RegionOne"}], "type": "workflowv2", "id": "62929679610c4846b90a2303e69d7ac7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6ef5f61d27d244a6a40bcf301656ef43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "03264011f22c4d2b9e4741818eb6eee6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3745dc8d1fe244bd81aa674e5914ddb0", "region_id": "RegionOne"}], "type": "rating", "id": "33b89c8bc3e844349ec48fe9e96743e8", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "41dae45719864bd4bffb7e4af74230dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "38abb83025e14aca92929577702b4e2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "76b5202cbce843ccafd3518111482652", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ee5030079f56468da50e3b22b5da3904", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "84ee22cd91614721b3cd6368832b5468", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2659f491e7944fddaa05cadef9024b3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8f6f6c9c718446c3ac752a2898e3148c", "region_id": "RegionOne"}], "type": "policy", "id": "3ef33ead285644dc8ace42324b97ea21", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "88f8da7dfba240e1800d4ff2af3d875d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d5d7bc8868184ffa9c9c71fd5b3fff43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1b23061f3e824b80a79e89b7e0d9570f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "23d5b00a84184f8abfa70a8186dc22f1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7966e3772e3e4e338ef4b90f0af45330", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "34b7cbf336b241f38d831210c61ef3a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0f961c9ea36d403585de4154063dd525", "region_id": "RegionOne"}], "type": "sharev2", "id": "c04284972ff84bc89970ae095657dada", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "087b343875fa4b82ab48d8f49fbb214b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "173ae8328a54447392d83010431fade9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dc8951e21db24a8bb11fb63ca4099a61", "region_id": "RegionOne"}], "type": "share", "id": "01543a3927ae46a5922049ad60bf926c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f3a26a8d239b4aa993c1c135bc9961e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "83984ac6f59c45af8306592f54eb5944", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "37d51f93754f495bb9d721ce479547a0", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "854df16344e34b62b47b1013ebb13451", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "caa0f58d4f7144a4bd144848378eb86b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8eec711de6f408a98c4729ffdda0013", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d487d49977d4a9ab21f98eb9dfdc7ac", "region_id": "RegionOne"}], "type": "orchestration", "id": "7ae9b9cb2ee8429b9fc15d4e5753e2ee", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d2e7dfc087e4caab98e5e34633a26a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69348e94b0384833a6827482c8423c80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72499d53f528413b891b319b52d6125c", "region_id": "RegionOne"}], "type": "block-storage", "id": "baa3516d0b844fca81e6913ddda75bcd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af5472f47072431c95d03b52717aacf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c99b509f91234b83913f1c6444fc4083", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b8c0077db9e4ec5a01251a50a0b9fb2", "region_id": "RegionOne"}], "type": "volumev3", "id": "5f814bf067f54f8eb7a60f496b21e2a7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f1fcf46dde2429f9c8967ecfd2c10a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a5dbea6379b447abc1f21bb4c47af47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a23e72b4e134164a59b0524a75957a5", "region_id": "RegionOne"}], "type": "volumev2", "id": "7588f188a7a84dcf946fe347ce876edd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81c9d59c802b48b0a137e758e171fae9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69fa842463d94dac8b8eb0ef8f298dc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82c63ed91aa54b1e8182cd2f0ed2398b", "region_id": "RegionOne"}], "type": "volume", "id": "e79140e09aa44fa48f1de93d0cae0470", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3a4a9344e5d41668a94b1f7df958d8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df310eb8593c46cb9aeb337a0e510d33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41ced093c3e84758979e619969c5627f", "region_id": "RegionOne"}], "type": "block-store", "id": "3de0672585494064b4b26aa9afded819", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8faf12a912fc413b9b93c3db454143b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d34123bb778a489fba893aeec09f37e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "618ee0f473e046ac9a756c67554e8c14", "region_id": "RegionOne"}], "type": "alarm", "id": "12036cd06fa3467b967de9189d072438", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b7f315f0d69449a2bd7253db7885c355", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b583b4c665254e14bf965ba1137f38d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c162e734fd814608bf3b27793c84481d", "region_id": "RegionOne"}], "type": "alarming", "id": "9abf499cafe445a09fe8e032e1515ff8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "df4772d36f4f425f8bbf046cd33156ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "60052773663242dfb837ece3f9fcb6d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "627e55ce5ac141319bb1b475de00ddac", "region_id": "RegionOne"}], "type": "meter", "id": "8e075225fcb24ebf8be8aaeedb54b40b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ebbac812336b4d85a6d3b7b608f56754", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1c14ebfd8d2c4060a5c8a1480cb2c90f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "412a0320f640427b9663a3af3a4f4ffe", "region_id": "RegionOne"}], "type": "metering", "id": "d972328d11694080827f951f252447e1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "88c711e3d60441cb8a577ab4c9a9503a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "238eb9fa848d4c02b7cffc35e935aed5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e9142c56af7e46e8b4dde38ac0b917ff", "region_id": "RegionOne"}], "type": "telemetry", "id": "e9529e9fd73645fa839d0def61509c58", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "637ac8ceda7d400cb0c2ad04f1d677f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c7e2abf140be4959b5999b600b0c6e84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9a7c34b7836d4eba9e4cc682ac87b8e2", "region_id": "RegionOne"}], "type": "event", "id": "6e9d6e78b8d143fe873c1687fe0c006f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5491fa57fa0d4dc9a8ae47afb0597cd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e56a09042f704e14a8924120bb2089a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9cdca3e199bd4d48b17787bce2087988", "region_id": "RegionOne"}], "type": "events", "id": "d9d7a60a4c044acca6745a9139867d06", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3d779f8359234adc9f2a46132281b411", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e78695e25b284222adec1036fad16a77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "47782c5b5391448984acb9670a88bebf", "region_id": "RegionOne"}], "type": "application-deployment", "id": "685a185ac63d46ab9893e949c48a3b1b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "393b2e665a7a47e39642e5c36b634166", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "479fc798f48c4a4c8d3fdd9740bd56f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c9baaec47f544e18979efd502b89f3e8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a6c3bde89308488e9b0e5638f3285f2d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c020d9f6ccef4f3c95d55b4209b1c6eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e66105181edc4a2c85df9cc3249bfb2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c4838733827b4748a83aae3b78b0c6f3", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7fa15d10df1a4088a2094be78c7f183d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "360c195affc64874921b83fcd7c5fee7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "98d1c2cce0da42398ea51e8a79bb1809", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5079ad2b90e74965b2ca52696280a072", "region_id": "RegionOne"}], "type": "tricircle", "id": "3ee95413fa5c4e4d9e1d9b2dc8b73b3c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e37c6677f18f4fdb858c6063d46131d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f8a6763c8a754b7da5166573df873df6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ed8f1feb4251495289dcbb6c620e4e99", "region_id": "RegionOne"}], "type": "database", "id": "c7282bbeeefb40efabf7224372402619", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "66d956a9a6cb440eb16435c18519d064", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ab787646699a4139b5d9a9c5b4f81f68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ac39816ba9a54afdb91bc155bdf4ad20", "region_id": "RegionOne"}], "type": "application-container", "id": "6b0947eb88cd408cafbd24c34a91f775", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "eac6c4a38acb46bebefb3cfc69d3508d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "992d4ff9551c4ee6acc6f4d7139d6048", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0c780e3ad09e46f198363ca22bfef2c9", "region_id": "RegionOne"}], "type": "container", "id": "6ace9111d5b340debc790dc3ebf0e2e2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "095c04f658df4976a51e1cd5d1d6f0cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "96e9edbdb5a5410e8c31e30657c8582a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e9a3828773754094a35fe3c398490b50", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6de8795f4a0a44edb42d834b37cf7081", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9313f41a92b04f568312a6a902123637", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "abc7e23fbc07430d946110d212b9c029", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8e55d6f2562946d1b3f5ff4d8136c23f", "region_id": "RegionOne"}], "type": "rca", "id": "8b4838dc9bd840ae8dde9dd59f6633b5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9878c600328b4dc0bfa6553fae7f432b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "02d3acd145bf48bc91e29cae467a148d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "124616281bf7493883417270428d441c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4fb52cfb2a414930afa9bca012c945c6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ae3b33c644b44ed6aa65780c74c64dc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "dbbaec0176484988a5d5c32151609473", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "545572e3306b4ce2ba839efe8e7a67ef", "region_id": "RegionOne"}], "type": "network", "id": "7892b85c700f4fd188322cbdf73be63b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "bd630585f8c744ccb09cf6f24b358428", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "579ef347b8754fa590d605bf961dbfac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "dc1d355f86c54f7ab0b18f261b5cbfd5", "region_id": "RegionOne"}], "type": "backup", "id": "5dc574b43b2e455d92d9bec050c656db", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9ab7b47146e34a16b686cdeec54b0c6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2f71732b6ebf4275b12d74001d59c98e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "49a97abd382740aa9bcaae679ad4d91b", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8ce68aa5e0c248aa89eec90b65d9af5e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f20f3d238bed4dbbbeb5879a4da3b68b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1b4de103724d412d9e1b5b40d530687a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5d3779bfbf674aa4935c0f0fd4eb1057", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "296e8521ec28466aaf948cd0d8e0e33f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7bb9b6b58c8f4a50acc4b20e426b65fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3498dd71e2454509812823cf9a2773c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "0bd1b470ae524af38fd46243c1fa303f", "region_id": "RegionOne"}], "type": "monitoring", "id": "1ad1930b8c3b43d3a8e52d6cc3316ebf", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "389fe0fa73524badaaec2c704be60837", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a4f8d28542844516a2b31132fc73665f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b731566faa7c45e389e1f1b8c9b24486", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d23854ba8bb4448eb067e02a2262e81e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6e7f5350cad9462daad08031520ecd43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6502e163761045cea31eeb793a15d12c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "eb130fe455f040d9a5aa3c4a855f2fcf", "region_id": "RegionOne"}], "type": "placement", "id": "2319b1f0eb46487e85d4ab6eb057d7ff", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "62869f8563664fe2be01d587dbac9bec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f956bee47f554eec97483e66a2a67223", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "05b8beb234c942548e517e97e375708a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "951e1e3449e44a34ad23ae6b6991453a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2c7ef399fcbe45e581f026ac49e9a123", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "efb534a2b0d84772929db98557269b46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8f6c03dd6c8a4e18ae891210d240fce0", "region_id": "RegionOne"}], "type": "ha", "id": "2ece9febec124f4fba1aac0a436edb4b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "30cfc01d675c4638a5c1a78cefdcf0eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "05748f7f517147eab28e35568896fade", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f11dee8354eb452c8e06f831e16d243e", "region_id": "RegionOne"}], "type": "reservation", "id": "7493de69176a4be09131637cf07067c8", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8cd76a3574c440fe88a8d91676df27d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a2b22358ae4f47029e82b26826caacec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "7e427d253781409db885db178d2a925d", "region_id": "RegionOne"}], "type": "function-engine", "id": "f075df225aea4afa8581f8d0e56d3850", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "00dda2ac50194d75b87014e66b2ed8b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "02204e11ce904a98a3ec27909853ff77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b8fa7beee3214c1fa39fee28eaad93aa", "region_id": "RegionOne"}], "type": "accelerator", "id": "94be34ef14654ece95ee2cb4ef9d0823", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a3898be5c0d2400c93df8d0e15798adc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0c2212ac273f456fa80816420cc9d5ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "20e9ae68f81d40f48990cb8d3fd6bbd2", "region_id": "RegionOne"}], "type": "admin-logic", "id": "701dc7db70c94cacbcfa02cffce84cd8", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0bb48b4317ff43e084f3c96badc7a150", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b6afb85d0ac4434d9f863cc6bda41932", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9db37919be9e46db90841afe07aaf277", "region_id": "RegionOne"}], "type": "registration", "id": "d2370d9b2eaa4663a4131cbd4a6c3fa5", "name": "adjutant"}], "user": {"domain": {"id": "1c299659412e4ae4b9139c126a019146", "name": "e9f73e1efb10413f9d8bb4fa9a7473f8"}, "id": "63c2ef77b37342b2b20ab0bac91024b0", "name": "2b854cf438ec434dbff0bd26bc5d8f8d"}, "audit_ids": ["b3045aa196d14b15989770fe3054169f", null], "issued_at": "2019-09-19T09:04:40.482270"}} 2019-09-19 09:06:40,649 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,654 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,659 keystoneauth.session RESP BODY: {"floating_ips": [{"instance_id": null, "ip": "203.0.113.1", "fixed_ip": null, "id": 1, "pool": "nova"}, {"instance_id": null, "ip": "203.0.113.2", "fixed_ip": null, "id": 2, "pool": "nova"}, {"instance_id": "myself", "ip": "198.51.100.29", "fixed_ip": "192.0.2.3", "id": 29, "pool": "black_hole"}]} {0} openstack.tests.unit.cloud.test_object.TestObject.test_delete_container_404 [0.176068s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,475 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,479 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,480 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,483 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,494 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.410977+00:00", "project": {"domain": {"id": "16ecf8a682224343a4743216ec5a8b2e", "name": "194e8a7c0cf9485a80484167d37a4a96"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "16840ef476274887ace38d1ab6131e9d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9c33955830a840568e7299e8615d1f8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8357c4c83c274b4d881e3b01394e4978", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7b0a5279052c4a77a0d27431ec514d1c", "region_id": "RegionOne"}], "type": "identity", "id": "6e57d91ebf1d42678711d8b3a8711fe0", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1b015ddd02ed4d12badff4d8ab331b5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ab7482c02edb4cf7ba9ce1cb3cd13740", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "18938adae11d4c3a8ed5253d959a74f9", "region_id": "RegionOne"}], "type": "compute", "id": "6cd438ca133542a2b53cdaefbdeb3132", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "745a47dbde7947458b2135886b74f3e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "bec1fd86939243269b1cfb2dbf4db92f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3024eedeae5b47929392c01b99e6821b", "region_id": "RegionOne"}], "type": "image", "id": "99cfe7a6e9244fabbcbd01fbe4d57e1c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "50f5a78eeb5a4c5d97468e7f7a76f127", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "748931f565b34a669bf3e968a5cefcff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4ac8064cee9b449dbb7f6549f4029773", "region_id": "RegionOne"}], "type": "load-balancer", "id": "fb8ae8bd6fe346a8b9b56adf4184cc70", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a1a5db8eab54734a49dd4e0bd379a9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad6dbd5627114cbfbb78c59c724a59bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf36b422078e45a891cced0a15d64054", "region_id": "RegionOne"}], "type": "object-store", "id": "d117f73ce6df4bb49271d8ac809323e4", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "517847fb320042749409535ebdf7d524", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c708864d717b441d91c12854d452deda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ed2d4e45f5db422d92262d71da2b5697", "region_id": "RegionOne"}], "type": "clustering", "id": "f873a23b4f6e40729e57dd17ff5ad6db", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "17d4b52796a447e3b2a135a5454646af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "583c83e3f6f6474388af8a29b6075ed5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9e72eabb78dc40578985bcdf6141f0ef", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "63f53bf0130647f086612a30a8761997", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "09751bb06e6441dfbce659a2075214e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2d58ce8ef27245c1847e04f1a52a6d39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d7d60a23604c474c98bd98247a772bb3", "region_id": "RegionOne"}], "type": "cluster", "id": "6aaaf7196da44bf5a30b2a0b7e4a420a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "468c2ae5d2db4f6fa28766b662da6393", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e8c9662dad8947a7ac00d3f9d694baee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3639b5c490594cf9adbc01fdef35770d", "region_id": "RegionOne"}], "type": "data-processing", "id": "6723ac3ebd5845889536e87b2698b850", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "aef58ac5c0e741ff892f05f0d1ea8fa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c85e1a4839bd4bc5ab46de412f7ad531", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b6be3116d9bb409bbb912c16c50482ba", "region_id": "RegionOne"}], "type": "baremetal", "id": "91d53d91a2574723b37c0744a776aacb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "57ae59f88fd944eab3cfbd1fb92fa6eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7a24882f6a0d4a8399588cb7277e26ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "35d070e4bb8745d0b4158236b40d506c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "cd8e69a86c434e6fa7d82b74690f42dd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c550cebe00d24a56adad1387f37876bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ed9f011aa5a2476ab3a451b259bde72a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d7a6ef2885e74bea8db579cd70a5c2c6", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d8ca75f27a6f41e18e3881be63b5b313", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "130dc7c2dcba4a4f9d138554a53e7d31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "06d5c33700784b40923e1d41a8502cca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "fe8dcc47012c433c92ea2c1a7f9c4e83", "region_id": "RegionOne"}], "type": "key-manager", "id": "b54aa02288b5464fb686861bb3f88a89", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7fdd4aea3037483caa9ce62d850209fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "29b8ebcdfe15445aac3c28634d754d10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "24c3c2de435f40278b5a24e37bb00071", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "fa87bac59f5c48da8b0acb8a77a2f1a4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e2a410111c3b45e38d182ce63c7391ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "117f4b72a40746b3ac734f2c28f7147e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "51a4c374983d466dbd3333dd17dbf44f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "19edb9fb6fe44a698a30136011f763f4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "82cc12fcc728409f81e99a1b00f86cdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "44ab0ad5ea45475895c613fa09332ce6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3639c81ad8fe4cc6b9ca838ff01f44bc", "region_id": "RegionOne"}], "type": "message", "id": "2855d7ebfdc84329924eb521fe79dcaa", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "90d51c1654434a41b622df7753edecba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "96c85047df47495da3738cae277f96c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "37429a13ebc748debee4dd9a7b587fa9", "region_id": "RegionOne"}], "type": "messaging", "id": "dbf609aa5fd74ad4b103bbf7883041c4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b2c1cf31a05a4ff9892f3d1175ecc9f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "068405db9e094befacb879816d7b14eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d4c5cc9c21a149c2a95bfb6bd82f5990", "region_id": "RegionOne"}], "type": "application-catalog", "id": "28c8bb1b271b4c419a46538a7f438229", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c0c85026687e4da3bba7134d816b4237", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7182f8e2038b4a37bfdb483dcacc2502", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7ec0af83023a4d51b9deda9a9f67f50c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "28ec41664ad94e8db5b41deea45c7eea", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "da5154b5408242dd8ac538d8da0d9ad4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "376e390ea8ab404c827b364dc55be2ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c1a699e621e345d6a3f15f2d31cfd87b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "533b3fbb1d0a4df8b900eaeafb997038", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "439472b353b04001a8ccf93da75096f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d2ff4c695fcb46618882e564f1e5c72f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c615b5c0559240d79d677a7071fb74f8", "region_id": "RegionOne"}], "type": "container-infra", "id": "89afc87fd7ec46f29366f44107548a19", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "3dcd40ef4b2b41579ae8d4a80beaca41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "11dbe0c3d5a5460a9262841731763587", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c8cf81c9c41a49fabd81ef001c960f7f", "region_id": "RegionOne"}], "type": "search", "id": "59778f03b37f4b279470fe5b04c4869f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c949dcffe0b445cda14ec90bf0944e9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9c8dd5d69918424d863d72b08ac246fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4fd7b673baa6419e9f7762de88d9f9d2", "region_id": "RegionOne"}], "type": "dns", "id": "7ab35aeba53844c0ac52a2c4e8dd658b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "21372217133d4b84b0166036c9c1e5d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "edab0e380b1a4ace92eb5823eec2513e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8a05985744d445bab86e6dc8457d6711", "region_id": "RegionOne"}], "type": "workflow", "id": "9a4e81e3bb9046cba6f38cd6e52d79f3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5960863c73c5465491ed5a2ca6104710", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6b6b3b68f3f34cbc8b897a1be8c48d0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "58c0e784641a42429f55c4ed8a1c1eb9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2914ae1b860348ecb675e341474b35a4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "267f304c66144c409f38cb1ffd0a2b3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "de08fed56e96470783362520faf38614", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3bef6bac4fa44077a6b67c858589c918", "region_id": "RegionOne"}], "type": "rating", "id": "26c03e31e9104b5590871b2d1684a8ed", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d0ea7033911446a7bb7271f8e0c0b70d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2ad1e4c6c131489690cbdb1c7ca6ed47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0bcffcb66a2149c89763a570246ed055", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f7df4b104b6546e4bbd032f66be0b87d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ae6b818376ca49e89d23cbfd1eff2b1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6a680e2ee19f4354b0fdfa2bbc5de86a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "54ec32cae705479cbec58f869094a2e8", "region_id": "RegionOne"}], "type": "policy", "id": "e217c7ea15ca4580b9e4c6da52960859", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "19c7b1394f13482ead5c5bb8c1b56df8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "121ba25ec48946d0823ef35d4616e92e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "91b651d06b244d5190baf349d88f9cd6", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "970eb124462b4dc9b5857988114505b2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e0a3186a3eed4bbbb1f49b191d36693c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8725aac5df0546aca314199cf90f0e6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "57679040bd5442a4b662ee34cb81f422", "region_id": "RegionOne"}], "type": "sharev2", "id": "9ae6e62597594e28a8323e23750925b5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cdfd541a7f5b431fbe078a611306c5e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "52b1ce400cae43beb56e5a1be41c9a89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "54218374dca542ef9d410348f80e9f03", "region_id": "RegionOne"}], "type": "share", "id": "5429477d20ac4f8ab018b8aa9bd12bd3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "cb01365b09b24f1ea580428286ea0140", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f26cfd22798244f98b867aa8548a1761", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "cf62013e00244526b239dc203d6d398d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "701bdaceb649424886391de31e8c4d37", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b94340f71c24b03af46efba15b932e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22a3dddfa116495f8e6420553933f6af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67e8a389a27d44349c4f1edf26dd3757", "region_id": "RegionOne"}], "type": "orchestration", "id": "ccf38dab7f2a4232b9dd4e7a53073bfc", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcdc6346a92a4ae3a63684dedec0aab3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7342d0c16c14051822398c169d7fab6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b34d280ea62d4fe497230aa402ca408b", "region_id": "RegionOne"}], "type": "block-storage", "id": "10dd7abda897477dba721a4d1946a38d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eba2cd74c5b54cd4ba67df764a331bf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca361d15d5e5453eab7206c840709d29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42dc235fbce8461a84f357e8396b26b1", "region_id": "RegionOne"}], "type": "volumev3", "id": "73d34ed248654bec9f43f55e69aac837", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31b2087048bd49b2b7365951484fe656", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a1d6cfc848f46a0b1ca5e7c1ed8ac3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5775346a09484fd18264d25b6a65f07f", "region_id": "RegionOne"}], "type": "volumev2", "id": "5614513b34564209a89a9c240749e743", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9432fe22a804acdbf5e390b1dfd8691", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0cf97afd6804b3290d5f441f297fffe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab3ef7520c6045b6b3fe7eca4990c485", "region_id": "RegionOne"}], "type": "volume", "id": "01d88b604b5941ba8feb47741ae9d161", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff69364914894640bd33c7949590ae4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c2f3de98ed54f4c9bec7d7100ada694", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99a64b967feb4e508c15989c974a1e0d", "region_id": "RegionOne"}], "type": "block-store", "id": "db79a9c4a17d4d93ab18a7d6e142588b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e8a79289e6e14b3dae11ce8498d34de6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3b43553da74c48ff95f04f5a58160aa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "98a8419e447a4f66ab847462922c73b0", "region_id": "RegionOne"}], "type": "alarm", "id": "5d72c7eb9182419ba9bf5aaf76549726", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ce8fc26d158d40bf9764c2e7b70826fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "836e15ce3eac496e968490b702d7e9a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a8d197b2201d4c179c0d0c94e39d7831", "region_id": "RegionOne"}], "type": "alarming", "id": "f6d4fa0af2e14c50b1ceda0e7e0d14ce", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4cccee0b223d49ba8004a0cf94639c60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5dc19bc6b1dd4c779781eff89fd293fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "43a57e8310d84a8c9389d74bdbe17d8a", "region_id": "RegionOne"}], "type": "meter", "id": "9b1ecfc675054845a4601b4dd75dbe56", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a0c3149c40164d4e920e8f54874f85c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "01971c94665748eaa756775d921ea4d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cfc931b7dca240038a4c057c64d92779", "region_id": "RegionOne"}], "type": "metering", "id": "b3d8ed7ebef245b1a84ce722fd9f765d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "90f47e76cf564ba9afbb00b1301b82e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a5710540d1594e798c26cc28962a2493", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ae0520f717c24f86a38c8cc6b13e4b6e", "region_id": "RegionOne"}], "type": "telemetry", "id": "d03fdc6fe648416c9456a44bc0a20cd1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1e97f8c26560462b933b12bf5b6fc0dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4f36b0b6b5524101838212a7ab5a710e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "33cc8540a4e24bc499d1a91f43165079", "region_id": "RegionOne"}], "type": "event", "id": "b081c8cf93f948c28f33a982b6be21dd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4cd663c016f84fc8b4e61bc63e11d226", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "828297ecf50a4903a84c06f26562edd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "131521a17112413bbef3684921d21c80", "region_id": "RegionOne"}], "type": "events", "id": "6e47d11e6c6a455b8071248624c7d8df", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "51019185cd864d26b48523b0299630b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "19507669f43748b38868dc540788cd2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "87ff24e001a0415db59639cbc130f4a3", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8933c285d40c4564bee4d94730ef437b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "50407d26f1b2476dab2ef83292c150a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cc2ea4f8242a408d84b2587b947d67b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ed4b3be95f3a455aa4172b6232098601", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b6545ebd838249bbae5724fab560bd98", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dae089bdb6204f4fa0f1c05b024e48a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3f6d482fe236487583a8c5fadecdc0cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ab67108b82d542c0b136670afaf130fe", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "354137ff22cb40dbbdbf36a5cb22eefb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b059c49dd2fe44eda0e3d154b7a8d7d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b1b01e01346047d2963c4f3d9e2f8629", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8e402df9671649c9ae8822279ff2866a", "region_id": "RegionOne"}], "type": "tricircle", "id": "c513bab3046c47e0bb27935c4efdec01", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b922cde3ab324306a9a36b1a8c696345", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0ac3fccc8eab467986f76881ea08f1c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d3da565d7f234ddda12f2c54f7d2792f", "region_id": "RegionOne"}], "type": "database", "id": "a9a9fc061ada4223b43c78614a720421", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2da538b7f18548e2a955c279161e31ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fb2e0ff58ddc466dbef600cc39dcd12b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cf954ac2b6ea4237ae17d820c3e27bf3", "region_id": "RegionOne"}], "type": "application-container", "id": "4c84c40989d74c47a910bb39806412c4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6ab9397540274cf88856b42b735e0723", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "18a4f2bdcf544d9b864505d9d2234290", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3ca619f90f274b30930977e1064da0ad", "region_id": "RegionOne"}], "type": "container", "id": "87aebd8dcda84d4f99da5e6547947de5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "70802c88a4db4305b3e81a0ac045a2e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4dd6f9ab5c354474a8394a4f4cbeb024", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "907aef50df9f428b97fa863d485cab7b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "30dc16be66c1404aa402a707abff0ed4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4c47c580f8d34ffa953e9435e160a366", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c4a890b219344c738c70d4c70a28442f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "62031150a6cb4a7d9e2a42f61da1059d", "region_id": "RegionOne"}], "type": "rca", "id": "caff93e1516f49bb8744d0b134392415", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2708dc000d2d453bb36c0730e706b873", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6d973079318741d589198926c58b09e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c7afdc404cfc4d9c9ef405140cc410d0", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "31e1c5b085dd42319deabd3c468f10c5", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "73421b413ba1419ca6e3f1e7e8d8933e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "8d4425bfeb5c482e9236562ff410d793", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "dde5f3315c0e4433b6b860356bf53292", "region_id": "RegionOne"}], "type": "network", "id": "b3e8ffc3952f4864b0322b8054339da7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7395c8f044194106889c38559c5ba649", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c076d275554f4fbba7bd393b09cc2e06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b6675063c0e24533af8c1d547aace396", "region_id": "RegionOne"}], "type": "backup", "id": "7ef4e04bb39b466aba68703a1b620aa3", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "41827d65cb99489ebda7b93f2372fbf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a201227686f04527ab8c18e7588df720", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b9570365d87f45ae96dcc78021747de4", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "2c6f691cb9834887b3e0491965804bde", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "74e24e7b85304fb9b2a9f501e13deb7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "450228af6c0243c08d7d4aa2ae73e016", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f1abc767550d4232b87a3bc949159297", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b89d5e2aeb6440fbab04403b15af0ae4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "368579e40a2a49b0b48b25004dc3d2ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5f10a655d7c34a319d5e83e56a909da0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "7035c05c0911410e854d554a3b0bccea", "region_id": "RegionOne"}], "type": "monitoring", "id": "963f1eb276384bffbd52b2e7777c0159", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0a2e03b13dda448188ab68065bf462db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c03142837fb64dac8bc96fb1b8ee9dec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6cf312c94fe442f3bf40d512d3277d24", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "060b543fe5b8484a90f3f83e4336aec1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "57880b8017654671848963bb72f1bb49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a3de421898884ae4a5e16e4ffbd9ff58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "558e50fb948141fa957a7e9910c31131", "region_id": "RegionOne"}], "type": "placement", "id": "b31d77bb31804e95a20870b290cdf325", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7ab7dc36955646f8bff73c2804ad5363", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1abc7aefe1534dc1bf46c7c2c4ec59fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "85472b2afe824617bd54f77009fe8140", "region_id": "RegionOne"}], "type": "instance-ha", "id": "14470b1c58d7439aa5e096c182cf902e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "51418057858e43c1b9cb3ef7ff29679c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "88df4fe586ea4b2d96fae3ea1bb30528", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "05864f30626941deaf2ee9e1d0caf21e", "region_id": "RegionOne"}], "type": "ha", "id": "135a34b7b4f946f4a054326c20c0acf9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f42515d6fa524937b86a4d96870a3416", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3e97b64c3d354442b1209d1d93e5210d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7d8136619b6f4cd08db8cc823455c06a", "region_id": "RegionOne"}], "type": "reservation", "id": "247266655228492c9b584e0650748808", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7ef53ca89dcc423aabba4414d9088d70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "553cd01998194e85b54612ead980e94a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "bd5a3a69fe844d0da8794d633e3af6fb", "region_id": "RegionOne"}], "type": "function-engine", "id": "2873a162f59b45c38e85a8737d964886", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8f84af58340745b3b63438e9b0154ebf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d9979fe758024fd59187930cef5dde00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7e8a9ccd3f3c4db0bb1c701bb8c3e3c0", "region_id": "RegionOne"}], "type": "accelerator", "id": "ff2a4643eef44c9b8662c2a398dac35a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9d7a949f92c149faabe4d0dd915588eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "93b9394013d04ad7aa81e783c62929a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "17a44eaff4204084a140a8bfb8c8c7fd", "region_id": "RegionOne"}], "type": "admin-logic", "id": "1446df0730bb4a2aab19f13aecaeb7a4", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f966341cd37b4f11bf201fbb3b7a566a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fd6bc74439bd436aa375ec8a2a7ab906", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "33e7f0ba432c4be99310ca1a04833d05", "region_id": "RegionOne"}], "type": "registration", "id": "33367950f9814c91bdc820a602fc5845", "name": "adjutant"}], "user": {"domain": {"id": "a0ea4471cebe4a95a26d292ccc6939f5", "name": "f2d3caa219144d85866d18f382bf3cf3"}, "id": "bc8a7b65831b4aec85bc8521395ee5a6", "name": "7f1da7b1eef246738f641567da549a5d"}, "audit_ids": ["7d55ad51cad84d98a8a92e4e4ceeb4cd", null], "issued_at": "2019-09-19T09:04:40.410977"}} 2019-09-19 09:06:40,577 keystoneauth.session REQ: curl -g -i -X DELETE https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_delete_container_404-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,581 keystoneauth.session RESP: [404] content-type: application/json {6} openstack.tests.unit.cloud.test_domains.TestDomains.test_delete_domain_name_or_id [0.224032s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,550 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,554 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,557 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,560 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,572 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.490407+00:00", "project": {"domain": {"id": "ae1d34ffeae4441892fb20d2390422ed", "name": "2228f2a2d0e34a1aa08453e68eda5c27"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e6912e5677d54b00b2c66d275a301a0f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "51019195791545398b87f39136816166", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5059f2693e4f4b1688d4c059c0d9aac9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6ce2e831d5d441c5b787a8ef80f20b29", "region_id": "RegionOne"}], "type": "identity", "id": "f546de16f08f4e15b79c81229e83f915", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "50f82e5ad14a40daad2949d2dc334450", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5073d825497a4e87abddd74f91ebd455", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "54f25f88da314d9bb6458a39c70a01b3", "region_id": "RegionOne"}], "type": "compute", "id": "85082c66b40a41d3b9e8edf139a473eb", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ea5fec8f69ce415e8458bd573475a427", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0cb8839a29ae491f80c9162bab776171", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "bee2b0a400dd4fd4b10531552be7e915", "region_id": "RegionOne"}], "type": "image", "id": "0a480ee0d81645d285ea26369ac2bc3d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6a79efe4cf8d46a5ac24dbadac054fb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9566b1691e2f4a169f2282d403d76b92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2071233974674906bba26aebf0cd71f0", "region_id": "RegionOne"}], "type": "load-balancer", "id": "834ec51805e446748d3d1493cdadd526", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50749d81e020400f9cb1c5fbabd42ccc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6de60a542cf0451da04e5455c5bb7b6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b90352765b6410584c69fac4c4cc404", "region_id": "RegionOne"}], "type": "object-store", "id": "6bc327d09c404809bd35259237235821", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2cac83daedb9482297a6d957dea03c84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3e149bd8b98447009c5df2450595b0ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "16d7ecbd6124412199bc3b7328cd1562", "region_id": "RegionOne"}], "type": "clustering", "id": "1abd6b37d6994c7f84a28f17076e514f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3884774900cc47949dabd795e1baeec9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7f786ee014394f399a7f147340dd35a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b5c3f1bb3ef44fc286eb7d25c852dc54", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4778f07d209c45ea935b306ccc67a75c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b6ab739e8f604253a372329dd3b676d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "63f6f53bc76647158d0313e4a9623187", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f759860398e74f94ac3c33049079955f", "region_id": "RegionOne"}], "type": "cluster", "id": "a7cbee7738694947bc45e234fc557d2e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4dd3d14b80e44b3f8e40224b9ef680a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "78925451bd81449099fd59e07f9613e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "bb8fbabb26a94b2181b2c82dc9ccd6da", "region_id": "RegionOne"}], "type": "data-processing", "id": "b1d2f1cfe31a4a28b9d0513e086086b4", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fddf7935d59d4b66aab0ecde42818738", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "128595ceecb946738ee5056b2c8cc9cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5f498adb03e241d39ee555b9244a3f46", "region_id": "RegionOne"}], "type": "baremetal", "id": "070c633833054697906c8026277a5f5b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "89af3568c6364f3992a12cb05d9d9cd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "da85b53276cc4c6591c00ccb51ebaa00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a7b459d92644428a9955dc0c343fb787", "region_id": "RegionOne"}], "type": "bare-metal", "id": "13ff71214c7940b1988fe31081139241", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "74c86a9110034095b2ffe4b863a84708", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8f3ba5cdc8eb42e0b85ef8a8037f1b30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "dfbe1ecb9435406d8f76770b7bfe7668", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "38fff70498d94cf290e52b89329c8301", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3e1b0273c7274141bc06fee3942eb3bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "761868b79b81488c86a2c10c65a1d6fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "bb6649faa15146c6952f8a8280d64625", "region_id": "RegionOne"}], "type": "key-manager", "id": "766a19c599b54befbedcc87ad7e3f4b8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d686f5e42ed845b9afe93d62c94a5552", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6926272ca42c4b5f9adfe4cbe1feb0b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "577cd52ad077441cb17f8f747a431b20", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "7799a65a61f54fb482244d9a9fc2762b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "84c1ee12440b4e26b40ea026a9555f90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ea74c45f83c5402eb3c8e73150c9ffa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0ee38b42df1e46c1bea39ca5dea86514", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0a31258076c74dab8614676dbd129181", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9d08f72f743248cd819477f0b0e838b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c83edac8d8184c59a18938007ff7082c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e71f499bec904e5a8e8d2cab3e089b06", "region_id": "RegionOne"}], "type": "message", "id": "a7367dce87c142aab042c2bb5e47ac52", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fe885620074449bfac23249e81d4d273", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0d7316277d8042348146cbbdc7b63f37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ccc2eaa97fc847959ed838aecb2d221e", "region_id": "RegionOne"}], "type": "messaging", "id": "a7fdbeb9dc524e5eb65020d87162964f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5957e36e55e94abab0b908153276eddd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3b90a01dff0e4896b4e6173a34e0d9aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "23b2256e1fb546a1ac3197a383fb377f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b1df153f92794808bbb983124ef30d5d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "87f7082714ca4291a49b6ee66ebc2b9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "58fe86ddfdcf481faf57f954c4e86f48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "91834c784b3c46238c65816289b96227", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2a6af94c740240f584c1b466bb722594", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7b2aa3459b3a464b8fe9dcb50bb37ac9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4656910a51bd4b939957c30847a50b35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aa3454a3fede4c278017aac941ec4242", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f9f4d6f4d0404da282d3252eb9fd855c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7904d0db05b14d94ba9a57380b06b861", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1e9a758f4df54cd685efbb6a30dce282", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c42e430e89142bc8c449386fcad44bc", "region_id": "RegionOne"}], "type": "container-infra", "id": "e52eb951d4c54ae09ef7108687a2efa5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d94bdcd3c3ce4f85815f6c07f7c34740", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "041a86c5c6f94f8f84fb27e3bcc4cbc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "aa0b76b1663d4b28939e14726ffc94aa", "region_id": "RegionOne"}], "type": "search", "id": "6054bae3a1af407a9c3745ac2578af1a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f314fcfdf5234891be4859c2bcc7ecad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b687ea94702e43ddb362984b1911149a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a5f848e4a05f4547b5d23fb855ec90cb", "region_id": "RegionOne"}], "type": "dns", "id": "7eb3b03a333447619db1b6a8a6820de3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b05f6b0cdbe84113a4be5253936afae0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6ba1f6a0dda049cb95d2ea4dd40edae9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "08c109815c7c4cd99252ae55de0da9c2", "region_id": "RegionOne"}], "type": "workflow", "id": "4bda17d4767b41faba5905a99549fd03", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e03857fb367040fb8a541a68790402b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5d5a20000bf447a4aab60b76b1cc067e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "33fa10819bac485c98b0b40836e3f00f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a10be56d75d348eb8e81be34cd3d6ae7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1215dfd17a444a71aa7c255e6b579ba2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "8a28a4c296434074b19d3ae19ea98702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9d4e8e36c0f849fc80637a85d9ea04dc", "region_id": "RegionOne"}], "type": "rating", "id": "856cdd8a08d5420c8fe900c9e78c87cc", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3a8ea8d07d8f4193a59c344a72180caf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "70a9730545694a48bd638eddf7ec2566", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "20c117a1f01f48a4b8c5494e584b820b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "cf813b11bd1b47e58685e67bc0af9538", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1d529460621942acbbcd796769262733", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e8a0ff56283c4ae9bf26b9f784d5ea20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8355e97eec87455abe43c967db20e9a7", "region_id": "RegionOne"}], "type": "policy", "id": "3d27478f34a041b08f9f50392700ff4b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e326d9c2af47435ca0568cbccf8cedbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "458ab0080a98482d9ec25dbfae40e0c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6a46bcbd4d20421db958682ef580b588", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d29b5bd287e94b6a9d5f65021f4beb35", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d227514d35004354aff3384b525e2e6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0e08be4e3964400687f42dd87f554a09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dc8769359aa6462c8c6bae5aab4afd25", "region_id": "RegionOne"}], "type": "sharev2", "id": "6ac2005e8a1b478ba44e6944252302e8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a29bf5a45e2447d0b6118b35f48ed570", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "31461acfd5d3431d8b6c4bf1dae2aa39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b60e16f4c8f14b0ea9284c216c3f568d", "region_id": "RegionOne"}], "type": "share", "id": "7b38933c1613426aac013ef031678356", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9708145d4e7b4f888c2c8437f7169f55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f751a4648bce4c5abe95f2d34058a682", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "77114064ccd648de83c80a6e75af3ae1", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ec440d0646b94696ba052bbd65a982d1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ca519a75442403b97e0d126c418cf9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99f54bf04102464aa43837189bdfb8e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6d62487c72a48d3a8617ee4ace7c899", "region_id": "RegionOne"}], "type": "orchestration", "id": "e709236fe65c4781b1ee103dab4a6fcf", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9c7dd88cae4401c9eaf975799195f1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11f55941edf442978b2a533567df6069", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9baf69ad8abb4263afa7bc13c7b97e7b", "region_id": "RegionOne"}], "type": "block-storage", "id": "36eb4c6a012647c5a3c0649e1dcf5031", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bdb471f04bdf4350b873798dd5181daf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c2c7b48a4514cf2a96461cf0a9c5582", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5341556e26fe4705bbe8315627b4eb40", "region_id": "RegionOne"}], "type": "volumev3", "id": "98decddf4f0f4a15bfeb896fee7c72d6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "087dbe90fd1a4c0496d9456b1cb8fdf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e96acdc0b8b4ee09208af2a4708745e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5adaaee1d828432383761063330eccd9", "region_id": "RegionOne"}], "type": "volumev2", "id": "ba69f06b97c446a4a8164bb8762ebde3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc25995d129d4a83b9c973eadcbf9a98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "990b682945ca4b53a027248b4b2b0cf2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c8f9d6dc18242d4bf901b4a73d9f046", "region_id": "RegionOne"}], "type": "volume", "id": "bbd4d9f721e8406dba1319df830eb499", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8f8a8e4e17346828bf4cc6a9320485c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53dc3cca4de04a14a6c1c87b2d57b018", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38c15c4eceba422aa788214d88b40552", "region_id": "RegionOne"}], "type": "block-store", "id": "4787d97280c846c1b729d6a1950d8237", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f69268f71cd5474a9ceae7a47cc57aba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6f0c2a5c72df42fa99512d4db5e83252", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8326a3a187f4415282fa03ea2a455b49", "region_id": "RegionOne"}], "type": "alarm", "id": "57988844228d45e3a7451e6089c2dda2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4fc6a9f9e5a6429f908cf0475e20f601", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b129237c66d64107910e331d00753e38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1ea2937c4eaf4ba3ac0379e0c86072c9", "region_id": "RegionOne"}], "type": "alarming", "id": "d936e63717574f559c94754a16b4a067", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ec6e4063cab54f648b0406682e28f89b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "62048f37ed2f4686bce6511d961844b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "01359cb9bd2d49f98cb3b3328fecca60", "region_id": "RegionOne"}], "type": "meter", "id": "5a2015939c514e3faa461c9e9fb91811", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e56866abb4af47708af853baa1cfc62b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c300559728fb48c9b044348bdcadad03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0ad1ac5917404d5fb1d430b7b8411286", "region_id": "RegionOne"}], "type": "metering", "id": "0a4dce3324d54d1ebd87a9e96e17d4af", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9aed4d5b2202400f8ef131cdb9c2c619", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "afd5ffbe8a1349dea6b837109bad8bf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8d8005b8c41649179eaf9836be201171", "region_id": "RegionOne"}], "type": "telemetry", "id": "7d62dab94c8b4a5d9b0e1548c88e1ef1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "eecace4061e24943980579e58351b938", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3d78e79b60324770a9843e5f093ad775", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "dd801168c0f8411d9a346eca0af31f83", "region_id": "RegionOne"}], "type": "event", "id": "80ec011f084c45bf84f2f98c4406991f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "df004e12dc28478cb688b1b05ea48cc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e5abbc1331534207bee1db73c3777812", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f5edc4017add44e5a97a34546203faee", "region_id": "RegionOne"}], "type": "events", "id": "b4bc3e725b8d4f70a57d2dc47347aed4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e83f336064294d77aecd8c3ee875372f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "732bab41eac14900bfacaed5aab7960f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7ccf485781e5412782be7f563f5f9d97", "region_id": "RegionOne"}], "type": "application-deployment", "id": "fc5bb812d5904d198700419a2227bdff", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ea4f96babb004cedb888b76f2226c715", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "675b5424489e4d079dcc9d7b0a10d07d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3006d1147897457fa316d416c713a6b9", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6aa29ef5ecfa4b12bbe0dd740d3b547e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "08034daa9ae24785b168f13b673b4e50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b4e3f0b45d4046f18d48a4c14a58b878", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "64fb1aa5b5de4df6a71f69a04edf2ea4", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a83984a1f72f490ab536c1edfbe1f545", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6483715004fd4cdd87b2ea62fb76dbee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e6ef57446425462393adf4839b8ed960", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7ac2b0bc7f77428dbf3d12d9a29e90f8", "region_id": "RegionOne"}], "type": "tricircle", "id": "bba41767dc4b48f7b86ee18c24a3b58f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "03283d9a809d4653abd9aaf37f89e4ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "daa7161ca1a142b0960b8438d9268098", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "9ba921f4484d4f46bea54b47d0c5344b", "region_id": "RegionOne"}], "type": "database", "id": "8bd79b5662214759be2400d2d8bcd434", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8957b34cd93b4e58b9d82f2c6a5a287f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a0b7d506fbbf4541be43d8301307ba0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "976f06685ebd47179872117f69592eab", "region_id": "RegionOne"}], "type": "application-container", "id": "68d538791980479e9ae9182d00762828", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8322871aa2ad42c482edbe8a83c6f2ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4e862a8b46214eaca5d9d6a54303567a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "30cc6bc6b8664d55b1e54f6b75868e22", "region_id": "RegionOne"}], "type": "container", "id": "673720b581f0415596fea26862968897", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9c0d02e8a1214839a30fb096831bda16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "063595842a8c4d4084c4ee6be68fff6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "088be91b5f87487ba2aa4cb21bbc8244", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d6259b2f6470444fa494d74911a5a297", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "959283f04eac4636a2797ad5b7c4be74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c54dbb2efcec4eb781eb0c3b166a1ffc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8d746b6592a7490a825c4501f0fb43fd", "region_id": "RegionOne"}], "type": "rca", "id": "067cdd4feb5844f2915f4291ebf2d45a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ab407dc0fd3b483e8341135876012ef2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0c9135599c094f1eb17f129c3089506b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "0e55a7ef4d5b4cf0ad2dd9214d553ebb", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d5382e6858ac4ef0b96102e93e8d0c5d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "69f015f914414d03aaff65a9485810b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5a82628d2ae544fe9a8845046471beec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e11c358a4910465492a92f899c158dd9", "region_id": "RegionOne"}], "type": "network", "id": "2eb30570866042b4a9d5536e3ca9bf71", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d596dc589c5043258cc1a337d416ee2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f87f10d3983f46a885001b204666d17f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b566ac7bff5748e79f6619e6b534b93a", "region_id": "RegionOne"}], "type": "backup", "id": "6f39906ab3ae4bd69928b6c12dc10e28", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3789e0b32bdf422985c39af50336a498", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0b6e224ddbc141ec8fb15d9e0e1d1fc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "93591b2ec1b948deb6100c12a2b85d75", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "11d34793bb1a4512a090e3149b904288", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "faef7eab677740d99498f7c65a334667", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "204c5925222c47019d60b1d8558717b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2b602d888517435782eb25041581f585", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b5b04ae80f1945ff8f0875158889eb58", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6715986b24c84185962782f328507030", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9d6637efa9d64aac82d9b136c0959707", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ac4ac3bd3a5843c7af91091e275efffe", "region_id": "RegionOne"}], "type": "monitoring", "id": "a0dadb4b06c04ead88216d00eca3e618", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "208281d8b30c47fcadc90cad22178014", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1a99f427ac974b7c93a2a43352ecf1f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5cc7fe8c3a15470584773e7bceff47a0", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f0fd5f3ed5404626a095f6b34447b975", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ef0ef089662c46afbd3cb0691d4c0508", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "49d21822f6184e35b785fb5305b65a0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a69de7d7ce6144e5ad72f5a5f4529242", "region_id": "RegionOne"}], "type": "placement", "id": "443decdd461248d99e1fdeecbee3221e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c90fca50647d444d9cfeabc80e11d0ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "07a96381666849eebdb9bdada5f670fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "10c9ca23d81143c8ad3704984da626b7", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9764c92fcd7749f3982f455af73b797c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a797e975afa241948e1fc31be323cbd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ede270aeccaa425b970d92b3612153d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9deb6ac4c61b4d27a6222d37ec278b03", "region_id": "RegionOne"}], "type": "ha", "id": "29878f5b031f4744982e5c58bd42a11e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cb8ce2e32069454693b978860fc6b586", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9c6fd641c2254e4ab4b1944748a5f6e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5b7ab9b95fc64eaf8c50ec372176f58c", "region_id": "RegionOne"}], "type": "reservation", "id": "158d41aef6c240809a860069ad2415ab", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9b6482f5bc9c4a90b507472281624a90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "20ac97b3687a4a97ab36b78e3f9c7d48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "35c1461f80114753938e060b7e44cbb4", "region_id": "RegionOne"}], "type": "function-engine", "id": "678eba46cf6c4902bc2a9b64bb72614f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2e0cf1d917ca4cddb58b36949e5873cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5790572b3d674cd0890d1bbc32072ca9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "448bd211620e4095a2578e4881c46040", "region_id": "RegionOne"}], "type": "accelerator", "id": "ca925b895b3e4c098908dc044f528501", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "755b62824dee492e86bd6dc682164dee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b0e0e43bdd1c4cd0ba05ed01b4f4ac89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "047766137f7d4b4cbae5f0d4b7ef1a3c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9538acadd71d4cf2847185bdd6a0cced", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d22b4b4347484913b9ca0c3d88ef3539", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ffc881a00bec49799cdefb1be995c0c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e2f5f94ed77044868d46ff5fe0efe00a", "region_id": "RegionOne"}], "type": "registration", "id": "2b5f47ea37e9439c9b6f16b3c3a407bb", "name": "adjutant"}], "user": {"domain": {"id": "306fefb80ae7461b93128b92458c86e7", "name": "7fb13bf7c0de4defb4fa5ed48f616cac"}, "id": "952b0f494aa54d0aa493a0849d7811d3", "name": "a25aeaa21b43465c8767e2eef49e8c0c"}, "audit_ids": ["040b19f000f84890b0f272b225f47995", null], "issued_at": "2019-09-19T09:04:40.490407"}} 2019-09-19 09:06:40,652 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,657 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,659 keystoneauth.session RESP BODY: {"domains": [{"enabled": false, "id": "b820be33bfc74c578c23ec975d142048", "name": "domainName-2"}]} 2019-09-19 09:06:40,678 keystoneauth.session REQ: curl -g -i -X PATCH https://identity.example.com/v3/domains/b820be33bfc74c578c23ec975d142048 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"domain": {"enabled": false}}' 2019-09-19 09:06:40,683 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,685 keystoneauth.session RESP BODY: {"domain": {"enabled": false, "id": "b820be33bfc74c578c23ec975d142048", "name": "domainName-2"}} 2019-09-19 09:06:40,703 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/domains/b820be33bfc74c578c23ec975d142048 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,707 keystoneauth.session RESP: [204] content-type: application/json {27} openstack.tests.unit.cloud.test_qos_minimum_bandwidth_rule.TestQosMinimumBandwidthRule.test_get_qos_minimum_bandwidth_rule_no_qos_extension [0.189095s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,602 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,607 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,609 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,612 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,625 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.542766+00:00", "project": {"domain": {"id": "d17d9ab1ad2c47fe857e4242ca2e9d1c", "name": "62b0c7960b6b400caa74998e217febc0"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "2f028c7d85cc4248ac9e774f32d2c340"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "48408c7f01d245469b2d50cc3761a1ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "200a78c9bde144a6bb4b1f80f66c5d88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2c6bb711ac354aa4a4834604b31e2793", "region_id": "RegionOne"}], "type": "identity", "id": "904b582cca914ac385d76b8d37c46211", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c870331cf70742109ebe5f494e179322", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b9b533255c3c4cfe83f856c244d2dfba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "7ffe06bc290a4a6ba90e5112a008a76e", "region_id": "RegionOne"}], "type": "compute", "id": "0d156acc8f4e46bb8d840d043cd47d91", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "28ddb558b848456eb36f6df789d2e80a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "284cc9f89e524db4849fcb5792053e54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "21f55784b3924a87840397b671ce582f", "region_id": "RegionOne"}], "type": "image", "id": "7e8e05afa6fb43988b8cf45058120be0", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "59e77e806ef54bc488c4a052a94f5471", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "219a96a8e5f34df7858cbff4859c98cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0877cd10b10543f084150b50d3d58dff", "region_id": "RegionOne"}], "type": "load-balancer", "id": "435e3b541afc4f5e9970695b5c5148a5", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ed6c054c23246e190b1a9a94f00a58d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3295bfd9372a4edfaaabebeb9dcc0601", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8c8bf3c96144e059029abd12cc4abbe", "region_id": "RegionOne"}], "type": "object-store", "id": "a866fc0af71a459f872cc7e498a33142", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8776915807ba4ed5b1aabe31c32290b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a22f2045e51f40b5bda96523d0584042", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "aad931b19cdf49ed81a8e78f11f97ac2", "region_id": "RegionOne"}], "type": "clustering", "id": "ad4138ea47d94b2d9fce1a17be2343b2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1c5841e92ed24079844925301a140df1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7e585d01bfd24220ad0aa526933ead3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "05bc22235fb64887acc8400dcfcd4314", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "967ea5d9121e45baa39e16e74675523f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "84d42b0ebd0d4da08c56a06b7e5c5631", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "effd770e4f274c079f02fb748a8e2dba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7d86f67af6a44260afddca7ec1350191", "region_id": "RegionOne"}], "type": "cluster", "id": "8d6343aedecd411b8992dd4d2b013ca8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b327970761904a60abf05b503fb4c1f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b3628f787e3741259067e61058b1a38a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ecba5371193f468284fce03701fc13fa", "region_id": "RegionOne"}], "type": "data-processing", "id": "ea169ec6e9f24e6f9b6e26fe72ac4e8f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "516c7b29b0714df3acd6b721bce9db28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "80833ce467cd4142ba3c4a0d5545ec1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9aa952b79e6d4f56a3a423bbb1abbe11", "region_id": "RegionOne"}], "type": "baremetal", "id": "024451678b23439697795cb749cbc20c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2fbd55ca26bb4c6ca2fdf70bfa2ce20b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bb3b36112b1d451b959ab44c1c655269", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "aeb9dca4c4e9476f8d6e9e8e9eb95bf8", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b4c4d136bd204957b1b1237c11278a6c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "da384d54d1074ef4adabc76d4bfcd247", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1e35510754f34c44904c931171ba944a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "cde8df92ebbd423fb60c1a1532f9b4c1", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6273a914568a4d0b8048daf11fab43ef", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3f568b808cbc497cbe7079b69c2bfdd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "95a3c37eb8dd44b19304c59ba15f73ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "3ef26071953f42da90588471299239be", "region_id": "RegionOne"}], "type": "key-manager", "id": "e5c82b47b7b64836a2ad9f9bcba09d1b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "40a3952896784a148b0300e75552a855", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ad4b558a2e344a6eb1cc7ad8993bb033", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1d21d21de06d4c09b97e0f47d86c68bd", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "994e7235036445669d774b61bf047ee6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "435fe2d510074fe0b9363bb5e43d1efb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "00d340a0d723499293dfe91cffca2eae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7b3722aad5cc4ee298abb3d0d3c9598f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "092543102f6848dba1d11c0f886b0710", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1a55edf836d2417683c23c65ad3bfa44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9908a4b4203b42f6b30c148fb3510c65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "786815feae494eb4be7ea1b57916921a", "region_id": "RegionOne"}], "type": "message", "id": "df31a77262d147da8cf9d82eff3bf59f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fafa1bc732054166884b4912dd9648df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b97430f0b7414903bba31d2ae757484d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "86fd238689be4227b5e9c6eb7ad0d173", "region_id": "RegionOne"}], "type": "messaging", "id": "3b97121902bb41c38f59532ca139bdab", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "48fbd2dfe6fc482abb9d8f49abea27c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8163d8817df248df9deb373d4e86218a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "629b6d26c0014cebade168dc824c2828", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2516011d3e6f43f481d570a3ad5d97dd", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "64986fc053814ea0afce4941bcb5980f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cf9591e02e484e0cab7a3d6a1ad5a170", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ec08a39e3ece45f5a19e39b093fa43bb", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8565b714a05e4ef9bc7230f1af1f85fc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7f3a9f13cd7042a8bdbae5be8a78192d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6a597818d1084d5aa39aa1c7820f733a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a58228e5262d4e1aa366550cafe606d3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ea4d4a99a33849eb848c3452ad69236d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "705460599e8a4e3a98ef086af21816a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "40403cef18c54345a0d62914f201b119", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c99abbff65814904a962d0a0e9f872d3", "region_id": "RegionOne"}], "type": "container-infra", "id": "96ce865dc0b446349801e6b5a2161fc9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e40506850743474fa8338c12b9da79b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e24e310ae1e14b8a89492307092b6866", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "822548349544400f974e8bf81ae91ebb", "region_id": "RegionOne"}], "type": "search", "id": "532dfb314198486cbdebe86c73486d00", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1cb7964e0cd24249a4fda962215dc7f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "28a636f7e66a49cb84bc1e6b15af3a2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a3e1baab26bc44619f80b91da868ca70", "region_id": "RegionOne"}], "type": "dns", "id": "9bf2ca2e7aee4907819bf9421a7ef7bc", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4ae73e1a241a45d6a1a620e695b2d7df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "afbe0489f93e47928d863b42b1d4465c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e8e1fb0f0e87487897ec4dc48c8001a7", "region_id": "RegionOne"}], "type": "workflow", "id": "300dd36b176b40a386b3608e365afee2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "380ea57377184cefb990eec94b3e20c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2937fca2c01e4641b1c2479f0f911a91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8dd067b5855d4689af52bb2622bcdff0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "091cdfa09aad4e65888c83fa6ff324cd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "bf100e307e2d436292a15d57b9a24e85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "bba8a57ad1a94f748aaf23f6fa0b305e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ac12097fe60141d18c810dc90e03a396", "region_id": "RegionOne"}], "type": "rating", "id": "16ab263069b24384afe26fdbadd29bd2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e9938a39394f42de9ea4e713bd9751ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c3813087adb64e24904e0e81d8257340", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "92f4642c77be40e1a9d8eb9222e34e86", "region_id": "RegionOne"}], "type": "operator-policy", "id": "44274bf934784ece953057cd416cd934", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8f58f3c03f444ae6a3eea159e0c2c0fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ca0b2fbc35694ebfa25609966c43b3aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5d1552d88d274a2d9d4ec380cb830957", "region_id": "RegionOne"}], "type": "policy", "id": "fe73668e7bcb425897e2e1c92d7a3fa5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5fd93b96c07e4744996986b512967da2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "76f41a7301024825b3fbb947b01ab5c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "93aeb63e90164d1faf2c0982bfb18e48", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c3dca0ed2f274cbbbbf047d50139a607", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "027a9d5c36954d3c916c4866d5dbee00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a413df67844e46669459c69823c295ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e10e465b5fb34483810120f5d45d2c6e", "region_id": "RegionOne"}], "type": "sharev2", "id": "c8db1512f4d8431c8cb1e2d553786eff", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "83fb70eea41b4a0a92518971e4a770db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6ff79e8a20f744438f4aa7d7bb6cf5b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ada11a75b04c429285f29709caca4bea", "region_id": "RegionOne"}], "type": "share", "id": "e3a41269623146ec9849e9af061e1add", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "86ea77afa72e4f16ad9abda19fad9d8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6e8e2c5f1ccf4a1fa845ea6eeb90aeb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "35579b203e0342fdab1ab79f7b1ae43a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "bcafdb81b0de4ce09fdade2a4fca9ae8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4a8444ab6e7467d87fe1b9900b5a794", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3282ab487c84a53b1dbc127752729c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0eb525e39e2e4eb79b7b5fca28f830d6", "region_id": "RegionOne"}], "type": "orchestration", "id": "1d0bca13ac514bef957915932279e836", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cbf6db5e315a4072b4373c331278a019", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8613aee3cc07400eb39097f00a490ab1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5868a42e22ae4075b9de6a2cb3ec9387", "region_id": "RegionOne"}], "type": "block-storage", "id": "093e1286d8f24dceaf687b174110faaa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0b6cbf584e849a6be372559a691acb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a10bc58b251345a9ae95225029cec533", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfdcfc58b9474cd383b38d5f72618ffc", "region_id": "RegionOne"}], "type": "volumev3", "id": "cb27c6a5d17645f28c4a0348a4d71056", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e3b7fea4c1a4fd69d392b0f35c47ec7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4aba06801cd5458c870119cecc601099", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8be290602354d01b2c41627de8bde03", "region_id": "RegionOne"}], "type": "volumev2", "id": "348efbe47f8044e39def1585d41781e4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2562d248dba419c8882cf173b7ec5c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cbdeb12a508488488396fc06beb23be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ec4e2e5c08f4b6a86a192b4ac4abe9b", "region_id": "RegionOne"}], "type": "volume", "id": "493785ab27d949859db9a520b61ea8c4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d2802141724a41fda92818f68c85d0a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fd06df0943e40d8aa8d3b8b9e501b3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "812911b27b074ba39226f3829e60fef6", "region_id": "RegionOne"}], "type": "block-store", "id": "a1792ff2f3314b1cbc9443bee3cebbb9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "18415dceeccc48e3bf5f53fae7f8c01d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d29eb97a794c4f16b7f4a10ef96fd9af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "39a3982042c140d29ce8cfd4627667a2", "region_id": "RegionOne"}], "type": "alarm", "id": "5846bf4ddbf846e68dd0229e5e607524", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4a5ab6cbbc89416d97f9ca5fd09925c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f8f3ebe727814edcae69e31689568150", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cbba88f02a93467d99392fbfddac1dfa", "region_id": "RegionOne"}], "type": "alarming", "id": "0f525a58b6ce48d380991469985a4639", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d632709fc0604ce59ef8e5a8ae43f716", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5f29987d94f14256a8692472b4ebd708", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4c15ea92e8584c989e1ac51a0773581a", "region_id": "RegionOne"}], "type": "meter", "id": "109a59cad4ee4920a1b9cdf3aeb906d5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8db7773c5e9e4febaea47a7961231419", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "03c4b53c182c430491aff49317a74d53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9d9a028d80b9452eaf3954e20b50c82b", "region_id": "RegionOne"}], "type": "metering", "id": "78e23c5ff926483f842f398c47b5dee3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1209edc12c454c97afa8778bc66c0fbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "58b8116a12974d08b6fa157b74990ee1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "22d05a29b3ff4ffe9f2925192e9cd5c7", "region_id": "RegionOne"}], "type": "telemetry", "id": "cafe8dee5c5144b5976c32a7b9f93fa4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2ec07079d69b45689bae1a93649e4d64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5ad0d0c3bd794554bd687d53ffd2eb0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4839356af4f14b339c8f6d84a7682502", "region_id": "RegionOne"}], "type": "event", "id": "2c52bb62d1a4441790fdcc20a190a3cd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cca128c16be340e7937d696c56b32a48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b4032cc6f4e54a2ab1eccf74eb9cfc9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b4acf402b8b9419eb404e250ef13fdbf", "region_id": "RegionOne"}], "type": "events", "id": "0e114de48fd4460a801305c9b23d3ed1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6a94ecb39be84fd297d3fcc623c52358", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "737f9736ab89446ba94e06a967b97842", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e542a776f21e4b139b39dfd8bef68eee", "region_id": "RegionOne"}], "type": "application-deployment", "id": "fc5e24ae65774a3eacb2eb7b7940ca66", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "23fdf68bad85420a9941c13f695b66af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9fd3c8a619484adf952fe4a1804581aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2e16b7d75ffc4bfdaaed77532fb51612", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6beb7babd01b4f7d9fdf191d15722137", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6fa20d706f044fa381e1540a4ffba870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ea8bf4abd9d547a1b24a6ead61fea4c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e9dc6b714b2e434788fd8a71e4dda992", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "955107777b77495395983e5b56c4ed6c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d18f11f760ec4aa788d617e7c6ad7399", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "57e2cfbd483f4f22b8c90e164c799bc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4c016593b40f4f2980b5f56f9c3b1402", "region_id": "RegionOne"}], "type": "tricircle", "id": "d3146115807d4ca2825d0f4865404035", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "6adff4f711b044f4b0a472f822a040df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1216b816a0794e97aacbf71513afaf91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "53edf6840c1d45228e661132819c7be6", "region_id": "RegionOne"}], "type": "database", "id": "e0d92c4be41245db8772993454a63543", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c8947b04d827491bbd1c494ec9baeadc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2116045b9309446fb26dc967e445b83a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "901e040b9bca44b087644b913b22079d", "region_id": "RegionOne"}], "type": "application-container", "id": "c2bcf7ced41544509c5be617065f3b5f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9e6e32ecec9347598569c069a948adcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e5194a6debec49aa93669b1639cd8160", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "997d5df4a1f74739a113d2272939f2b5", "region_id": "RegionOne"}], "type": "container", "id": "b415d39ed69f4294bd220d30eb40f7b7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bd9a21c1a9cd434cac7b008f53157e61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8127e00adfe14815ac16f3af400d31ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2572ed8e5df04e6d998267dd8c1b8f5e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a7cab6c828b04083865991cc8f146f55", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a64c453bc10f488499e29a389f83b587", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ca6b512845534a3b98dd4d5d76e12a54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "604055ef749a4cbbba9b867eec2803e8", "region_id": "RegionOne"}], "type": "rca", "id": "17be46a37d8e4a01abb751a391cc93c7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "76702ed94e3d45bf874f48239216b5eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a3682080890b4bdc9068ec2685f64c8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b43333f484df469a937bfa9e5776532c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4674fb1adc5141a09364685b1b2b8cc2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "75eff5f833484f8593ab33d4c4122136", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c561923cb374439b82562af719ace3a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "5070bd4c98f0457bac159a392fa01117", "region_id": "RegionOne"}], "type": "network", "id": "52bf96bf47cf42ca906f208e5ec6555f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "10a057aa15f54cf39c5836ee4bac0a64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9a76a52919bd466f833020a74bef8e21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "09d7e007837d452b95c42d39ebccf0d4", "region_id": "RegionOne"}], "type": "backup", "id": "da576d2305ec4d9daf7ff6a5c92bb5fa", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fc682130709e49df816124750e24898a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2baa7a2491224cfda63b2697b9e0d695", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f3b3f670e282408688795d5b8aa61071", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "fb67f095a2134ea3a7cb879587035e61", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5dee34d968c64b8097ee0e02280302f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bb69b91ff01f405fb0cfffa7ccf4cced", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bfc452f1a22847d3aba54d18a7420273", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a3531dcdf2ff496489f59c677eebaec1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6282e9bbc24d4c62b0a193bd9612e770", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a4cb64c9ad3e473e865e0e89e2a0174a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "d9785f003cd74b90a32e349479664018", "region_id": "RegionOne"}], "type": "monitoring", "id": "3ccbb18c5d164ac981c7290e377cbc37", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "53b69216dd8a4d3b91c6211a6eec5403", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "424fbffa35a44849b2855d9710094dc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "67c2221a8f474fc585667554303405b5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "dcc1dc28fd4c41e5ba549939520992ab", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e4c51e674f3a45f4a5c21fd14a3d7b49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "00975a58bccc4e2b9197fecc8fa44543", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d6d8215ce00c4f66b706a4da1b91d9ca", "region_id": "RegionOne"}], "type": "placement", "id": "41488560170e46c687de213172a781b3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c9145f37b46e4de2b956cc7c58d136e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0d9c503ba6dc4d5fb0b9662e904b7929", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1d44f9433d3a4aa8acc7daa9a71bf960", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1c8091a81b1f42fc8d115d42a88a3cf9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "464ebdbbadfe4528affe43b09a56b82c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a58fdf727a43456096f36ec21c0dd26a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7e55227dea0441849377f63d6f36ca8b", "region_id": "RegionOne"}], "type": "ha", "id": "32c23afd867d4c82b82ee8f72a544d01", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c3a5fb915acb480ba8b079e949c09ef7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "db5fdbb4ede641b4ad7f677c29f60f24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b90407043a66424fa1d8fad9a049ffbf", "region_id": "RegionOne"}], "type": "reservation", "id": "9fae57e437e54fad864118d0172ce64d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b455cc9ea1394dbb884845eded205eb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3f8d3f86b38c4b758a23577bc9f715f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "18fef97d99ce491fb55a20ce3ef5269f", "region_id": "RegionOne"}], "type": "function-engine", "id": "228a16b5046348cfbb09e674083c57b4", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9575e58644014a359748723636e76dec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9f2bfe25fa4c4b028c56e5ffdb9c9b59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "06c5bf01857d404f9884d749bcf868f4", "region_id": "RegionOne"}], "type": "accelerator", "id": "676c6eee00ac4e09a0b5d81712ee2fd0", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5b9ea2fd32bc4e15b1dc5a4127b992d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f81f5fb6a18540be829ce9da3c3de0f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6ca9e973375d43d1a2482249d3c5e51f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "96bdcc9a86f542b58de2a1935f35ca4c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ccee4aee51c7440ea694c228b89bec9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "69459c0b35a7411fb01c507903ca719e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2520002554b64ba5af91357b1b79763d", "region_id": "RegionOne"}], "type": "registration", "id": "9af42c25abad4dcb9e13bd5a9ea21017", "name": "adjutant"}], "user": {"domain": {"id": "2857d217922e4ff68b64143e50adee3b", "name": "b6a93f59b6e747c080c9dba17e7ac602"}, "id": "0810259d08b846bc955018636ab13ff1", "name": "1666b25f9ded4ba8b5fbe746762b09d2"}, "audit_ids": ["2af48a95e0b944de9a3fc1ec0f3aa26f", null], "issued_at": "2019-09-19T09:04:40.542766"}} 2019-09-19 09:06:40,718 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,723 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,725 keystoneauth.session RESP BODY: {"extensions": []} {31} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_detach_ip_from_server [0.327100s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,429 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,433 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,435 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,438 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,449 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.366753+00:00", "project": {"domain": {"id": "ccfe9692f5264b6ea3ab364f878c5de2", "name": "a492d547dcf94feab589d97ef7307714"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6419d3a5e2eb4d60aa738567195a5808"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ee25ac59833a46c89c4c6c1a11ee119d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b765a1efcb7446b9b5d7ae92b6b60989", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a3171f7eb65c489dbd7e3f86c62f5d08", "region_id": "RegionOne"}], "type": "identity", "id": "bd5836e4f1af4e44bb932e5f9642eb31", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f67cbe815f3647cf9c868dc3066e65fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d58dcece9663477784dd92d5fee31997", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "0efc2c1437f74e36818fd74c5b263dbd", "region_id": "RegionOne"}], "type": "compute", "id": "c89b75f879bb4f38a6c43b92e3afb99c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "2704037c72794f79bff05bdfc1cc8a4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a231af02073c407a88df097c21a55b30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "469b312159e146e48391d28e958bf230", "region_id": "RegionOne"}], "type": "image", "id": "7241870c54e04942ab716b6b2bb3550e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "67e10d7c4caa4403b364a50494db2766", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "268576b24c9b4dc884ad462a4f4e6c77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "00567f042e0144fb8f4af5c19cd6b8e4", "region_id": "RegionOne"}], "type": "load-balancer", "id": "62ba1633124444a29cde3c35bc8b0d5f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc69714d37a34ebeb23ab4313c74f3ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07ac8d19d77345c7aace8292ecbdca33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "492a17dcffed45c2b4de5ef42b27b1f9", "region_id": "RegionOne"}], "type": "object-store", "id": "3707275e3a644198b11c09a593026dfd", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f63270ac27004a02aa8a8d7596a2e200", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e1e047375ea4431f892be845f8b9596b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "21b401c91b264ea6879df7a5fb7ae693", "region_id": "RegionOne"}], "type": "clustering", "id": "58a4d2d8bbbb4d6ab3a62e565e06567c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ddb0390cc8a54508befdcf7049aa6b64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "de8db1dd9e2744f197f4974455ea18a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8be40a3fd6664b1f9d156b95193a670f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "3a83aa5fe164483e90456e1f28dd6f29", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "047b9a4fb0a1493e81746f7745de2595", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e6654c0868fb4541a404b6deb51efb34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "09c383d16e8c4245a7da8a4ee320cbb4", "region_id": "RegionOne"}], "type": "cluster", "id": "f9dbd808c7584b5c87cefa1b48d3c445", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d3fd3632cf104948b0f9b0e4e438ea60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f95da85a96264bb4a838d93efc33f0e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "91f4e1a0b04b4ef1ae605c9a64e85008", "region_id": "RegionOne"}], "type": "data-processing", "id": "a127aa909f8a4a3da2d10c7355531776", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d68f69bfb3b041438f453d340f3ea9a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a751cc531dc04071b81177c932bc1474", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c60afc177e754faaabd44a3666ebce8e", "region_id": "RegionOne"}], "type": "baremetal", "id": "f01e6934caa54018a5b16ffd1b9e8f81", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c55d0c4e7dac41489be76e27d1a03fc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "837610d62ee8456a8ee0472a4bab00fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "41bac03682e44cffbf60ce36e44525e5", "region_id": "RegionOne"}], "type": "bare-metal", "id": "11715a9e487a4652847e25b7c04b1386", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "24c278ded83148f5a511c848f83878ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2b6406c2d8cb430c884f7dcb3f1c9e3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ae4cc2a64ccd4d8ca047fe4c957e645d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "3832221c7d9449aaa114f21f11e38e74", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "127071d06a1c492daf6189ff18903eb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0cde498166df4d868d9bc743fe241fa1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "277f2114314443558174d4b6ffd4e57c", "region_id": "RegionOne"}], "type": "key-manager", "id": "df053c8bb94d4498a3a401131dd3849b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "49aa1e12303847e9a3f1c6a24be130a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c039f94b667e403d93245b322687caa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fa84a48c25dc4ed688b7b1deeffff9a7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "14c7b5a211194017b6ef63e56d3be5d1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e3834bce8b1346a781cc78b58f15690c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9a758986739e47f383b73de48ff36c8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "dec2ed89d3b54eaeb408696765822e5e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "230350b49db0419a9b99c5668708fd59", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9e39c393596b4824af8e3fb848ee95d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c907c56132d547b2831616dc698da7a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4ce017db5f114f45a1618b22af8c9ce5", "region_id": "RegionOne"}], "type": "message", "id": "d3bedfc52cf44131939470240cb38aed", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1f639dec78d240068d662bc75dd27705", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ea7858457b004d6aa5722389d9cffae4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cb780c8452fd4897b6d2fbc53082d7e6", "region_id": "RegionOne"}], "type": "messaging", "id": "c3402d2d781d4406a7077bf5a1998e1f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6060a0c365ce46249580ecab804779f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "359ee31f64a64be8a899b35522c1f374", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e94547be23e64dacbf415b6b12e9b3c5", "region_id": "RegionOne"}], "type": "application-catalog", "id": "14866b94edc7416883fb1487039544ef", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "da8b467fb8b04673a93cf52a0c529478", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a4d47da1e7d54439aeea10724e974526", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1cde788012ad4c4ebc0cb103d9dd76aa", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a3f72bddc8054de6b680e6ccac001fa4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e2852b2c202949eb82b672df013ba674", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f0a1f3f02954d639222d2e08f869b50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "31cf0a277b8442a88285656b3decedf8", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7a0249ef173043ad99c37d309ffcb878", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3d4da46ca9404494802f85a337ab550b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bb9bf08d8c0243c3a8cae72f11f7cbdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c2b3d589cddf4a42ae0fb88484fbd582", "region_id": "RegionOne"}], "type": "container-infra", "id": "76ac867639d94ccdb200a2f48e79a5ef", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "19fae4c4472740de960fcd9f1c6df39f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "bb4d6f01899f4316881bd55d249fb83d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "47a2ac1e716f453584d398c4058570da", "region_id": "RegionOne"}], "type": "search", "id": "67e9de65e0614c3db8804ddc519595a5", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f13631e7ce8647d883a691c385077c03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "753f1effdaa14272a9b06fcf7c1ea447", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5b262e3862c24f4b9f09947025b4f188", "region_id": "RegionOne"}], "type": "dns", "id": "79402662b37f4c208b04c478731cf2aa", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9e843160ba574c87b433a1a74541bccb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1a253dc2cec141f1951e835c9231857a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "328c6d9e3def42348f03072164363595", "region_id": "RegionOne"}], "type": "workflow", "id": "bc5037fa456e4b1bbf1673327cd0f412", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "480547f500f64995a58a0c8831372470", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "de6d7690cbd946359edd7ec2bcda608e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bc8acf8ba64348c18d4efeed43848061", "region_id": "RegionOne"}], "type": "workflowv2", "id": "15611e592eb44022a5f6cb98be008325", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "507bc068340c4dc4bc9aed93c7e85981", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ba193075632a4bd3a558044673264d3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a9f321138c924267ba5cb481ac29c656", "region_id": "RegionOne"}], "type": "rating", "id": "dcb9c2eb96b54b8cae263349876de496", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7e0b0f7770304103ad8afd74bdb6c6a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "605dece1fbc541f1b140c1b8161cd701", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "64e0f223553646e287243f4eb199aa2c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "237ad8191b224f57a04516affcf2a798", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ac8d155d37d14a31a34b67ce7da7721e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "68a3d1046e894b19a046f47ecae92a4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "00d02593967949cc8b51359eeb0e8089", "region_id": "RegionOne"}], "type": "policy", "id": "d6c5033a321a4943a7a0179233e72633", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "528f2261fbd644ec9ff5a712df6ac131", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a70217f265104da68ae0a6f0c2d99702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "79aaafaf8a174c319551c8c14cace54d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5fcddb605a4e449486c3d4d81e59db2d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f65a3c80893a4c079e75a39a73d0dddf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e148d950a7e54f9b83bee88ed7aed8db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "13caa9140e8b472999ee52ff31672dfc", "region_id": "RegionOne"}], "type": "sharev2", "id": "deaf3a35250f4009b3688d3c2806bc94", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "709bf067de884affaf52746a134ed4b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9e61337c0a4049f4b9ec8f4585581490", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "47a3c32404a94715926f2189e1748ae1", "region_id": "RegionOne"}], "type": "share", "id": "4545015d03b64a8fbc737ac9ed19a331", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "65adc87dbf384ba7bba0d03cc9aefbc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "148299922de74a379456d6f5548cc4f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "dcd5fea378c749e195411229ad07f70d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "2d39d7e08edc4bbaaf490e1aa9602da8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86e60d426d52476ba2722172dd65cf3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a74321e42dbf43afb9cb3acd62929ea2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "513d2c482e2e4559a5394b6675fcfa71", "region_id": "RegionOne"}], "type": "orchestration", "id": "c3f2ea9e3ee6480d94506d269093ec1e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c15600bbf5754ab38a872bd785666a04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d16de33c1f814171aafd439f7b6e87e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5aed15b00f3b456c9566f1f5d5a43d2a", "region_id": "RegionOne"}], "type": "block-storage", "id": "1073476ec835456ca82ad62ac1815d1f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5aa4fa0a0844f218b735b28a6311c00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02a115bf5596421ebce3448bb04d65e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76f2300c25664afcbbb3688226135e54", "region_id": "RegionOne"}], "type": "volumev3", "id": "ab502cf5b28b4ed1a68de6825488cab1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc5ea9481c0244459101d6601d9f0842", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7dc180df478f4532b3050c66cffb6bf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ece84731993e4135a3f22d169b642d87", "region_id": "RegionOne"}], "type": "volumev2", "id": "71edbda23701475a85ad4421f15174b4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b84529c39769489291ae32366d4cb5ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "228c8c92cbc643668f20ca2f46cc8b62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7606d2b6f5048139e7cf34d20266b9d", "region_id": "RegionOne"}], "type": "volume", "id": "c44908a79aee46bfbf6f1f46d2308164", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ac3d10386cb42b7afc6bb57a4ce1cf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "194e2c718671478ea891c21e1ea99bdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83aed7a4c9c34b8eb80d2586e3f7d16a", "region_id": "RegionOne"}], "type": "block-store", "id": "73418258f5634d8a897916c78f6781e9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "80341fa48eba41728e44b3ae388a2ff6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "79e9b95e62a64c9e93884f498fd67721", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f27caa9af28c4f29ad394737480e083b", "region_id": "RegionOne"}], "type": "alarm", "id": "2f77fe833cec41b9b8198547abb4f398", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5f4d1a9fd9154dffac29a0927f11fb30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bf0500d59cbb4c459550f1f831876c6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "abc993d44b1b4475b4a51aefb7fc3039", "region_id": "RegionOne"}], "type": "alarming", "id": "e66d1e54c02b4f908689bf40a398753e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "330c820d09dd4c8f810c548d56976b14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "96c2713f10724d1a99f97a9c87761275", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8f798883dd5f416483fb27c1023378bb", "region_id": "RegionOne"}], "type": "meter", "id": "8d598fac36ec4e729455bafe236989e7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "263f0821d5b74022973e1f793b25976b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "66dc7ac9534c43f5931e5e70a9971de3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "272593819ac6494597fa6abcc1e3f289", "region_id": "RegionOne"}], "type": "metering", "id": "28f6f5576cf345b5a5a0c1157957a1cd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2c6d3dd705a2410491a8f10dd4d057e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6053d4322e244f41a4048c624ee85f10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b19032ad18fa4d40a3c0070dfaf38385", "region_id": "RegionOne"}], "type": "telemetry", "id": "103663e6eba147ed9d643605acec747b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d8ecc1247f9b418e98d8ddf972b4a4f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4a36c6680bde43b28d870319b2b8f47b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "752567ab3ff2400290fb52c3a6fc31df", "region_id": "RegionOne"}], "type": "event", "id": "df755e017ab14519b20190373909dddc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b4fe9683241843d4afad855d4b2e0a66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "20fed507e6fa4905809e355c9391fea9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4cca57c2918c4f13a0d8b477cb6dfffe", "region_id": "RegionOne"}], "type": "events", "id": "ea2badaed1e04c6d90fe6021475e1044", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "43904ef540e34339a2d33f9a264e8e18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3cb4cd6288ed45008578e5d8308fe261", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "efb8f105536944d99ce0ac471a98dc54", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d13911b6dd9c42e6845870c29cce0813", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f1a2d00362344714a4a2b5ec90116f64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9a6ed631337d4a0cbb491a09bd8f4b7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "313952b7fc924d199c720c4d9a4242cf", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d4fbffef13f64bb787fe470d5c52e3e2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "32a857016d81462cbcdaeb7f0fa9977f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9d423b4cbb854d9b9075d70131349a49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "65e35024d0b64386be16140b1b45b9db", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "e795e056679148d4a9918e1d02150231", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a6d0e428337f41b6abf61aa06c299fbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3226893f8ef3439ab02cce393dc45e79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "af98224eb02943c6b8206c6a59500b11", "region_id": "RegionOne"}], "type": "tricircle", "id": "f8e3a3994b5743bf96fd0475202e37d0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d28e7e79f0524a9e93f0d3914e391261", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e78e13f1155746dfaef96e857eb7bbef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "01f35089169641eba788e5d39b1c2bdb", "region_id": "RegionOne"}], "type": "database", "id": "e9090a5ca8ea46b6abaa3c9abd0cf0c5", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2ff91d4e24614881a92ae20a64ddefdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8d5b07e992364945b5bfb160a71cb207", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ea5e00e79b7e46e8a03bdc42cdd1ab3c", "region_id": "RegionOne"}], "type": "application-container", "id": "d2992d65aefe466a82ef63d308d83e5e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7bc01cc0b52c4f5e9965fa8d50bba7fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6bf44926c9144bb9ab4938352919e052", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e151cb2916a640c48cba44652769293d", "region_id": "RegionOne"}], "type": "container", "id": "953ae540ef294057bc486ab1fb8bab9f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3579cf809d3d41c487aa60fd81cb015c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dbc6d33aedce4746966e9dc785a06466", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9c69af30dd4a4138853f1e54f302b67c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "af67560d81204db9b87c387a28301ad4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b62650e098314d0498131159714197b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8168733ee5d349b8bac2cc9d53a638c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "58deee4b88534cb1bea7bfa3501785b9", "region_id": "RegionOne"}], "type": "rca", "id": "eda5e4075dbf48908a0dda36f560856f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c73b200ebab84a6c871add2adc455387", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f3c5009d2d0148af8e2f1212a55b370a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "822889184978461ba864ea4fdbad8dad", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3862ca794b6c47689ea30e8373f3d6f9", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d1529f41afab4b0eb28a8bc78481f580", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c3dfe3e9d1164194bc7dc11ad4d8545d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "fde3d74659554e0983f3c5af36b895d7", "region_id": "RegionOne"}], "type": "network", "id": "6f8d788ed3aa42c3b47c7084d052261e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "93079426246c4e9395f5bf88f357d3bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "3a074a77d31247c680c220cb3c3199ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7722102bc23b47dcb8cb1a89ab77405c", "region_id": "RegionOne"}], "type": "backup", "id": "b859dba091424ef9bd56c06d07432cc4", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "937ac72d79cf49d2a57c4902a5ad03de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "584811fa1a8b40039e90113379fdf5af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6ad36b107ade48e997a52d2cb97d16b6", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b7dff58636714a76aa427d751e4f2df5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3027e84f4b8b43deaeb9c9f997ddb7d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5ca4bd788ca249e583df1ec20086de2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6d5461b6eb904bc3b0bc024f8ffaec28", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "03dba3bc7f59460cbc007a07ebe8d94d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e68a04a4968640b29f46e2c2296acad6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "02ee8286df4241c4af7373ea53d51fcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "7feec55c6c1d4e73b214c20625f8bde8", "region_id": "RegionOne"}], "type": "monitoring", "id": "2704bec225d74556ac707a6b363aed60", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e109f5d9c332421a832fb3289e9503b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f75c5c38c6d149aa90583fc4e4759682", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5b55806a39e644dc8917f6c0739e1b94", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "176a89782d424b5a8cef752dac0c2fa4", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "926756e0acc94b5ab4ed887b2fcc73cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1c99cf6e5fd14f2d8fd25c94ed22f2fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c6a8952af9554b54ab8c8485b97e1e77", "region_id": "RegionOne"}], "type": "placement", "id": "9800de2505704b99a6d422212d60ffaf", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2e2e9f514a6a4c13b4e9c0dac91a886a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "71bdbbbc80144add8448dad33a1ff0b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "acd04400db7d4cd182fc38591af14d96", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8004e4dede61487bbe0918dd096bf64d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "95794d4fd91343e9b7594abf33ae4089", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "89347d50e50e426b882be588de7f192e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "25c6d6c0752643e88a3aec7a82ae5238", "region_id": "RegionOne"}], "type": "ha", "id": "17488b8d7d734c64ba7ba549c9b93b7f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "452009bcf5f1427bb9a6d14261dadf15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f5dce5e57417498f9500a36a6ac282c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "10a72256dfa74dbe926f9adaf19fca37", "region_id": "RegionOne"}], "type": "reservation", "id": "8e3e24497e9f432994c524772852ecd2", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1c00ef1090944e29b3a55fc18d92d301", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "dd48e58bae2d44529c867cc797e8f979", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a5b5a41b787946f8947d2c0dc035471a", "region_id": "RegionOne"}], "type": "function-engine", "id": "66f368742abc4999a29c51af47f890ee", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f710cf8db5704e7bbdc9efbe4d98c838", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "99e19b81978943298de9ceec67f97bc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "41c3518d17a64f9a95728b1d680d1fcc", "region_id": "RegionOne"}], "type": "accelerator", "id": "4b4db19ce08a4b9cb37d1cbcb08912e0", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bcc06a270e35465b873f2fbd23534e86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a2727f38603a4b8cbfb023e2a742335e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "01c0716012a94f67ab716420a334909c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "85d911245ce244f9bf4c8390b25f0601", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "34bcb19aa16d4d75be46031fdcec7ca2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "948da0ecbce94321999f7f512746a571", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5f1ab4fe46d04d5680f7dc8594bb525a", "region_id": "RegionOne"}], "type": "registration", "id": "e0bcbb27d54e4e0f95951d911d0456f7", "name": "adjutant"}], "user": {"domain": {"id": "d29c3372aace471995af4e9c502e3718", "name": "c2cd64de350641ebbe6f9672af0c2e03"}, "id": "759d54ebb2d340358f3bbacbd1865188", "name": "b432ed7f74104412816451eed46c87e8"}, "audit_ids": ["bd17c87f86b64ceab16dab61b1a0bf10", null], "issued_at": "2019-09-19T09:04:40.366753"}} 2019-09-19 09:06:40,648 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,653 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,655 keystoneauth.session RESP BODY: {"floatingips": [{"router_id": null, "status": "ACTIVE", "tenant_id": "4969c491a3c74ee4af974e6d800c62df", "floating_network_id": "my-network-id", "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "port_id": "server-port-id", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda8"}]} 2019-09-19 09:06:40,682 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda8.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"port_id": null}}' 2019-09-19 09:06:40,686 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,688 keystoneauth.session RESP BODY: {"floatingip": {"floating_network_id": "my-network-id", "router_id": null, "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62df", "status": "ACTIVE", "port_id": null, "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda8"}} {30} openstack.tests.unit.cloud.test_image.TestImage.test_create_image_put_v1_bad_delete [0.312099s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,467 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,472 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,474 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,477 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,489 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.399645+00:00", "project": {"domain": {"id": "d70def1ed27448a19fd1d05d64257633", "name": "972a35e9df4f4176a3ad7a2b60aa6c84"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ea2ca63a04694c63a95143bb32ab5dc8"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "fbb9ea37e0db421e8783ff24bada2d0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "df5dd48a541147588b29bc4442a31515", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d3e4fdb9174e437dbd33d20c3454cab6", "region_id": "RegionOne"}], "type": "identity", "id": "0c5b02618e334868aff580122afe2340", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a152d308882642e8aec45b93434e986e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e061faea8ce04c5ea586a9722aebf173", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "408979a0e75d41aabd191e45c90cd885", "region_id": "RegionOne"}], "type": "compute", "id": "6c23a980f52947c5b18f923971790956", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6c26274706314948ad39f4bbed7a3c76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "54a6d5d958294544ad36e24e83039e68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "382c6156f6734b71b70c60c1c8af6610", "region_id": "RegionOne"}], "type": "image", "id": "48291fe815384deb96125f18449f7bc2", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "aebe4378439a43589e330784cdbd870d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "de1f878f76b94d46aecc0bd6a0fdee03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "459fc428443c418dab196b284be90557", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f69172c2b8b14dac93ae22dc6475e2f9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2fce155df7fa4e2a9121eb73304e35b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4793828751a47ae9d13f922f74c9033", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b81a386406e4e4ca66fd26e8b449b87", "region_id": "RegionOne"}], "type": "object-store", "id": "d73a722303674250b37405e8ad1ddb3a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c0c9163613154201a03519aab6efe703", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "44a9180c81f14e6eabe8a28128ff5f76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "85bfc9722b33469a9e0c700bfea3a954", "region_id": "RegionOne"}], "type": "clustering", "id": "af82bde51ade4cdfa9d545cc4a183853", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "00c2bf704a1f43ecba39720ce6c4ec8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "157dc27b31614615809f843888235085", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3a303ab96b26459e801d0e64d6c8f1f1", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "0b625df7c2e24731a7fb163dcb3c2b13", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "68131294ade4409a97df8c1fdd0ef909", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d4b79c7676a14f3aa152a0b8d24fd948", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "79ec68ee0710484f9447173367565c8b", "region_id": "RegionOne"}], "type": "cluster", "id": "d72c8b3aff604f9ba18461a913a22ca9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "be3dd95c8fc44ba5b55627ae85612edf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d2617e9151bc4aafb5623ec1e6816e2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "352b5127ba5a47faaa85aa8016c4e7fb", "region_id": "RegionOne"}], "type": "data-processing", "id": "61c1e8b515e04785b832a0a8805231c2", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1ded814f2dc74ec98dceda5fb553b5d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2675af5aedeb4558a56d380e10ed8f18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6bcab1ae2034406aad7fa44ab2b25840", "region_id": "RegionOne"}], "type": "baremetal", "id": "dd0707650591403a8df4030c2c504da5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3a612c2a3b95416a82b6268be4959b80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "50abac817c9b486a972a186e8969c077", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4eb8ae7e90bb4855a28f08d46178ced3", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d3022311ff954f16bccb01af6556cf12", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "23ecf910e61444bf93b01f37a5111a03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "780933c77d0b4b229d49f5b0da12b57d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3f477589c6bb468cb18bef854919aae0", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "4a8aaeb006264dcd8dfc312ba195d4bf", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "eb592242237d4c9cb66c25d051e66ba9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5c660ef1539a485b83284bc8b33b97ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "451243f6c864436c96e904335e032999", "region_id": "RegionOne"}], "type": "key-manager", "id": "9ae1858fbcda4d6e89af86ef61584b15", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fe1371589deb4337b424cb0929b475ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a62ce8da4ed84877b90097672e9291e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bcce33b7ca1a4971b11d4ac5fbd36348", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "eb77fe610afc40d2b34f7aa1c361a0f2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0f81ef101efd47279daad67a82e901b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e1e87ffe35ef49a982217a858cc9cb1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "40787a45c4e04323ba5051ee3391c4a7", "region_id": "RegionOne"}], "type": "infra-optim", "id": "51e9390529f64280a47d11d76c6f2b1a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d8eeb6bf217041fd988d39da9c5517ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4998e6e0415d40cdb461a0fc3b6fa9c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1ba88ff85aa344d6a7d5163350d65ea3", "region_id": "RegionOne"}], "type": "message", "id": "78eac87f05234838bf8448ce54e118f2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "defc72d4fa624556b68388674529939e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6335433cadfd4cc6a20f3d1e9b06d3e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d1d45ae46d73405c9b81d413dd52850c", "region_id": "RegionOne"}], "type": "messaging", "id": "736d107434ee446e9a54cda58ec6d59b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2ce51ecb14574feba1710a49b0e4e894", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d5d99237071c483cb8c1b36821e17add", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8b19a02f0f15423d8369fbab92fc096f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "056a5185a8f440c0a909efce892ea878", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "64121860bf5240a895ffd4e2f4005c77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ad3b136b503b4d56a352b60f4a2329ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "34a07a5504804ebaaa77f3e66dddab10", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d29474b8edcd427d912c3fba722c86bc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "12f54a6e0d874b109e18e48729b2ece9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cf06f4415a2f4111a1ed98b285368f92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "954fc06883b945208a9b154e7f48c148", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b2f20d2d239146c8bbb1ddbab2d8b069", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5dba04e03367489a830d19febcd6db72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1196d72433c54451be06e9f2eb3b033b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "813389fb43c449dcaaf11a193aaa9a77", "region_id": "RegionOne"}], "type": "container-infra", "id": "a00c96996c1648fa8934e5f1607072d1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8cd2f89cf7844c1fa0f63bf346bceb0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "295b16ce3cc642c0bea263261957464d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3913a0ead99a4f3499b0baebd0e9a249", "region_id": "RegionOne"}], "type": "search", "id": "bbdba195a75e47f696b132f06a482583", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9f4d2bd0e47343148b62343590bc8a89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "64b2bcde12bf4e8d9945cbf56be48741", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "92306faef75f4e48abae9582f6d6809b", "region_id": "RegionOne"}], "type": "dns", "id": "f4b09bde3f704f77be11b4c10d7deb39", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6cfae9785a424f89a2b9367404396132", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fc27624304e44a3681112e4a07117660", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0527059311a044328ad50ce29fa25edf", "region_id": "RegionOne"}], "type": "workflow", "id": "6094422ac2c24c43895d72e565f469df", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d457bb7c6fb5470e8f89c022622ba355", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "343bfa7248f64f36910f0f2518101130", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "972676e36b3b409399a5b6074a7869a9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "080415d21c99427b900dd7ea2f43593a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "eee9eb97c815454899462e7d741b917b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ec554033e6c144e2bd7fc2b058b60bba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "5ada573f62184a3b8f94f24da8287fbb", "region_id": "RegionOne"}], "type": "rating", "id": "9b01356a2f9a4013bf2c3af47111774d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9570dffcd49f4326af46b5cca8b22dbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cbd118e07a6b405988bb055016a9eb9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6c8463b48a7745a0a161d8025168086c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "554eba0958094482a3cd1d6b532a5901", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a34f5f4ad9a74b6cbc5d9c2dc2b25d81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "021f0799417d4c2cb8790d44585201b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7fa7473711034e2d969cb46e03de3097", "region_id": "RegionOne"}], "type": "policy", "id": "af44d32a24234132a40ab5da71d09c08", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1ef08e231e284d289f9c7c98d0bf8625", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "148770082d55425c8a444ba282dd7a69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d403ad4035ae405d806bbddb72dbbb51", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d0f507bad98e475a9490a390a8cad741", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c8d498bc0c0c4214b0fb6cb6b2912136", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bcc538dd598a4cd4a921fe90610c5cf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d93496ddcdb74ab4ace12eef912d4290", "region_id": "RegionOne"}], "type": "sharev2", "id": "b0305f45503a4f928f13af079557fa79", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "efccd522b0034ebcacaa92b2534f4f24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "68136c6086384addb218adc73b1c73db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f5f8cf20f4c545a2a39d4642b68c4856", "region_id": "RegionOne"}], "type": "share", "id": "f68248a381ec451a90ed90556f84d371", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0d00d34753e74bc5bebf058490d6cd2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3411e50c11c64c4caf91ab1c314f26b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "161ad5b472b241d8a4ce419ddeda783a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b4a3b727b3e24d8a860b1c8051d593ab", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5e1480d5c2443368d754cbff79bd78d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51c69fc96edb4c4c9df061fd25420384", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4be66261fa4547ed809bf49d2fd21046", "region_id": "RegionOne"}], "type": "orchestration", "id": "94bbf05673b94a06b36a88a637829760", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7bd455fd0d4644b580de32b43d41d573", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afb29ea0611f4d2fa291afb38da8cbf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e4a429989804a4b95392e03a41196f9", "region_id": "RegionOne"}], "type": "block-storage", "id": "6a3118db4adc440bb8e7616ccdbed53c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8667866880449a5bb0c78a0bf27b364", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3426617968a4479b76e063447ca11a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19aefb3b20054daf948ef10b2da4b9d4", "region_id": "RegionOne"}], "type": "volumev3", "id": "1d812244ab3749fd8923faeb2aa6ae72", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed4e3876562542479fcaa253e701a0f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5eb17875988843349181ff72fb7ad479", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d88e49c724e4fac8defacf630ea8347", "region_id": "RegionOne"}], "type": "volumev2", "id": "2f891507a3e14d6db397f205eccdc393", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3dfdd21277141059f075960cbce63b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "78302d60ff7e420ab5b8debc57045443", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "155c379a41554346b75f863abed51b8d", "region_id": "RegionOne"}], "type": "volume", "id": "dc76ffa7f3a94e63b5c91db8efb6de05", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1c4bf359994422d8b2180a708588fed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c86f1d3ad1b4ae19383cba46a441ae4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73843bc51091441fb33c15b064f80426", "region_id": "RegionOne"}], "type": "block-store", "id": "d272d1b402c24924906b7284d4da528a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e7719d796e504a1b8c8e71063779918e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cc7a2150044d4f8fadd42bc767f73600", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c8cf66575d744e8cae4c6ba96f5e6304", "region_id": "RegionOne"}], "type": "alarm", "id": "a961d96a0a464f73b3f984a086e8e063", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "00ae5c5eb4c84b0ea8551215859a292f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9aa30f0e0cd741b7a16b1917a81ab3fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5e05463d4ce947d28371268db7e7da83", "region_id": "RegionOne"}], "type": "alarming", "id": "87d796505f734cee856270308272a920", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "27f2eaa2398b4779af6863255beaa110", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8f90d0c62e39429c915f4c756109f2ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6f93bb19ebc644208110de51e7b5cfc8", "region_id": "RegionOne"}], "type": "meter", "id": "0a6851b7da76414b964997f3e4923e4c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d7be66aa4d4e409ca8e524ba747dc24e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "082808b2766642ada40ba784285c3978", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2298a274229243eb913149ef42c6dce2", "region_id": "RegionOne"}], "type": "metering", "id": "009d3d03b9ad47aeb99f556894b0ef42", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "522e6271204e47efbcedf8fc92f138d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "617883be13224c8f8aa87578b8a0ccbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1e3593495020415bb7d1f04ed771cf16", "region_id": "RegionOne"}], "type": "telemetry", "id": "e54efd22880e4ae0843173adbb4f73a9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "88e7173512a142a89e0a35f50c7f55d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2b50ae2663cc4221b42af7c778dbd86d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2fe9f9b1ee6349428f5c7a4b9938e642", "region_id": "RegionOne"}], "type": "event", "id": "7bc9d78d22c840faba034da30d40bbda", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "afb0908a19de477fb9006bdd03e5f6c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e18158ed76964b96975f0b4636a7b6ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "47e5d4e0af0840b9811c03bc611fae89", "region_id": "RegionOne"}], "type": "events", "id": "d0661ea420b74f49994274203fc3670b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f977ab7b02bb4c25a1e3acb30ce6f7f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b5d80ca7680742bf9b97a5b008a7a17f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9fe93eb0022c40e9be18094ce031ec87", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f787c47e86504514aab02c3ba6b07a40", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "561bc92dae1e4b9eb51af641376adeb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "777edefd82684ff79b46cce1ee8ebe64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5106bee3198041e5bef663f3d31a8b9d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b14cbd9fb8d1497d92355ceccb3ad849", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d6f45156f3c9436cb433733f1c58b3d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "91ae7803b5fe48ab9cacb76ac0ddf829", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "27d1d0608b6b46c08896dac9bd57bea2", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "933e593e9db441038f2989a5058aa603", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ecbf59916b0648109f2ab8cc2316f057", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d85a83c59fdf4792b8a212e7ec74fb40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "44bed75316d94fda8aed8056783a6e4e", "region_id": "RegionOne"}], "type": "tricircle", "id": "ac2c6f6e0187460ab41527309dde79d3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "69fc661e991f44dfb180e3832ee61cef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2ebb3779998444ef88b02db8c6ad2a70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6fcb9b4bfa01496bbc0741844dadb170", "region_id": "RegionOne"}], "type": "database", "id": "db545339377f4bddb8f236868cf95bee", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f5c30c5055bc4532add9bd0ee9616997", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7e7cc199df704faaacbbbac8b6685a3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "21c92a105904431eaa9e0610d01998d9", "region_id": "RegionOne"}], "type": "application-container", "id": "1c899540df8d4a9f9219550a5d868b08", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "69884876146d4d6f8a5a8a285b496917", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "37aba8e9c87a4c069d5956ae4027866a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "64384379905941c0ba5ca3316b5c8fbf", "region_id": "RegionOne"}], "type": "container", "id": "c055eef26c9f4982935e00739212ee2f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "81d741b11e1745a9ab61b2372e664e02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "79ae7c806ad842349ed5576838749316", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2455e8f6bd1440fc8323157ffc1896b5", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c6306b0990ef43989703b96573da763a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "380ecdf1ee9d4f8690f98ef67b73e46a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0085fad6a42a4183b612af700a26439f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "313559556bda4351b5f076b4734a0ce5", "region_id": "RegionOne"}], "type": "rca", "id": "428b72d096a54367805728379cc91aaa", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bf50dce77df348d49db8994c57038fb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1c30869fbb6f413e9b4a0a2548ac204a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6263d1ba0b6741eaa406c7071fa687da", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a9ccbddaf06b47389e7d9c8cd60ed42f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d0602d41d9514217a23b641efda5596c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bf8a50dfd8fc4bb0863a717865cb8bc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2093e2440a3d43978113cedc447a80bc", "region_id": "RegionOne"}], "type": "network", "id": "2c1054befe0c4154a491958e0d8df6be", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "57f7b14382994fc9814075e06602f537", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "eaa5aee0415e4e639e47578210b46718", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "846bf8155fb54ce0b716a3d7bd4e6616", "region_id": "RegionOne"}], "type": "backup", "id": "8f5319414ddc4388b6f7462d7e7f6bec", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2579ac28e9b0499f905d5243f3f50435", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1bcf93065ce54a9da3264ed84cd028c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c378ca3b33054c51b73041cb52081b96", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f248743cfe924629a84fc40aaf9d4b04", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7cf10700f2a04806ba6987eeea2b982b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "29e59f4d95d3419da9de26ba6504bce5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "73631249420c404abdaee6bab19e24ed", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2dc8e4791a654aaab7ecd68dc43ddb5e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ae9cbe49fcbc45d988326c4e1d429e4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d06027e4561d4d46af2225f68f4cec4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "4b407c5a111d45128f2fb26f4b02cec4", "region_id": "RegionOne"}], "type": "monitoring", "id": "bade12cbd66d454ea683829663483d07", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a3c03e2b08b74abfbed28525086bffef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1f9b91d523574503bc097f4d69ab614e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "26ae9b6aab04426e8a3596c5e86ffd2c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6743ecd2920b40439e925430415fd3d7", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "84e3e913a0e54fa38077031fb493fd4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f43d8aa7178e48dda3e3c7206e2036c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b93a06f35f404957aecff2a2359ab8b3", "region_id": "RegionOne"}], "type": "placement", "id": "d4ef7edca2e04bbd9f7dcc035bd3bbab", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "088d1ea745994bae9d8b8607468959ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "741ccba7c6af44f2a27a22be1c547285", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dc88764513334d8a855f5441e2aeefe8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "eacb0f06745c49e59210db39bcad792f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "90f12bbdaf814abc9ade48bedc080c91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "76500ac16436458ab187c60b648b5307", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dbcb8bc2498544849b610460d60b4735", "region_id": "RegionOne"}], "type": "ha", "id": "a2bb209293484ae89d1172ac5119044a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "272c8ab9638840cd87f9bbe8d0be6e01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9254caf3b12847a788c21dc9e45c8e5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b3a8503526454f0389a0d200bbb48f0b", "region_id": "RegionOne"}], "type": "reservation", "id": "422f1321b2f74f8ebc5c5f60a7654318", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "daf3bbdf17be49f4a182ff2114d5250e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "42ce33c45f86401090288c2a9019154c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a079401f66954508ac8e0c92146421d2", "region_id": "RegionOne"}], "type": "function-engine", "id": "178dea7a0a3646e3b5dddd9ce9e79b61", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ad6438f66edd4b19bcf8cd02be1828ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "46c488e63e0f467cabb61d62a6fad830", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1668435a08d4419dbf0be6232b76835a", "region_id": "RegionOne"}], "type": "accelerator", "id": "0f512686e3c944159d6f35a27fc32b71", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5b370a6c56ae45a4b9d0bae61876bca9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b5581f140f38471fbb43d6d19872638a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a9d8baa11f744b33867f0b7e920a5dd4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "333ea76aaf1b4f42a7619f09137e1e30", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6ef0a82ad65a40f09791cb90ed5f70ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a9410dcf82f546598916532bd7d49fd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e96b0704812c48d2b163406eb6a88369", "region_id": "RegionOne"}], "type": "registration", "id": "5a561292c48c4e13b0b6370f9d6e9c4c", "name": "adjutant"}], "user": {"domain": {"id": "46f8b0469ff941de9064fe9bf9c833a1", "name": "1a454a20121a4a78b289c41d4790472e"}, "id": "3b3d82c9f41f4e85897016974317cdc1", "name": "9b81ce7015b24486ba5b31b2d0a4b66e"}, "audit_ids": ["a73bc45cfcb54decb10234e65a30425a", null], "issued_at": "2019-09-19T09:04:40.399645"}} 2019-09-19 09:06:40,515 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,520 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:40,522 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:40,549 openstack Calculating hashes for /tmp/tmpgRZD4B/tmpgUaRKy 2019-09-19 09:06:40,551 openstack Image file /tmp/tmpgRZD4B/tmpgUaRKy md5:93b885adfe0da089cdf634904fd59f71 sha256:6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d 2019-09-19 09:06:40,610 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v1/images/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,616 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,618 keystoneauth.session RESP BODY: {"images": []} 2019-09-19 09:06:40,641 keystoneauth.session REQ: curl -g -i -X POST https://image.example.com/v1/images -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"container_format": "bare", "disk_format": "qcow2", "properties": {"is_public": false, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "owner_specified.openstack.object": "images/image-2"}, "name": "image-2", "validate_checksum": true}' 2019-09-19 09:06:40,646 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,648 keystoneauth.session RESP BODY: {"image": {"status": "success", "name": "image-2", "container_format": "bare", "disk_format": "qcow2", "properties": {"is_public": false, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "owner_specified.openstack.object": "images/image-2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, "validate_checksum": true, "id": "a07dfe8e-7ac8-448f-be0d-c74275128730"}} 2019-09-19 09:06:40,668 keystoneauth.session REQ: curl -g -i -X PUT https://image.example.com/v1/images/a07dfe8e-7ac8-448f-be0d-c74275128730 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-glance-registry-purge-props: false" -H "x-image-meta-checksum: 93b885adfe0da089cdf634904fd59f71" -d '' 2019-09-19 09:06:40,673 keystoneauth.session RESP: [400] content-type: application/json 2019-09-19 09:06:40,675 openstack.image Deleting failed upload of image image-2 2019-09-19 09:06:40,697 keystoneauth.session REQ: curl -g -i -X DELETE https://image.example.com/v1/images/a07dfe8e-7ac8-448f-be0d-c74275128730 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,702 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,704 keystoneauth.session RESP BODY: {"images": [{"status": "success", "name": "image-2", "container_format": "bare", "disk_format": "qcow2", "properties": {"is_public": false, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "owner_specified.openstack.object": "images/image-2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, "validate_checksum": true, "id": "a07dfe8e-7ac8-448f-be0d-c74275128730"}]} {19} openstack.tests.unit.cloud.test_keypair.TestKeypair.test_create_keypair_exception [0.180951s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,508 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,511 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,513 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,515 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,526 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.448952+00:00", "project": {"domain": {"id": "f6678f229f724a1fb9853974bba57578", "name": "3a8a6a5a27c245a288696f9903ec2496"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ed860af03a204d9b88812ea92bfef10d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "645d47211c7146f491ed069a72446df8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a0b3c53f7d8145f89ab3f3f23694f60c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "356e24e46c254081935a12313e00cbd9", "region_id": "RegionOne"}], "type": "identity", "id": "9a9a74d7ce2b4d81b60bfe1fad47f227", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d98f74e42f1f4245a7245565a4267be3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "33dea445d0e54f90b002be3e74f9aab0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "eacfbf0d2bb14474b744e92e84fc2cda", "region_id": "RegionOne"}], "type": "compute", "id": "d1d41f7eb0be4ad5a8f65b6ef86730d1", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "3b45572102d547f1a5aadec93952ce5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ae0ff1f0c86e4f3c96f402b34c30cc10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ec704cbc8e1c4a88989e4a1825f82748", "region_id": "RegionOne"}], "type": "image", "id": "469f5b199fdd418cb09b4d3e4a5ddf3d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6c2135d1abd54358a2b2b3eb0ee15a86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b878155da3f1430aad2e363a9b331dca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "fe4b3acdc23e431e8f5f24c9fa519bfc", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b2f14023d79c4047b8d0f102574c4726", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd183de6a999436499d7fcbc18c468f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33441df76db54079878195097c43b7c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83d6b4e64c08414eb432d469d1212c77", "region_id": "RegionOne"}], "type": "object-store", "id": "bc67b2ee81394976802c28749a806b6a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4b2434e2a97b404789f55f35c0c7a46d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3dc83e2c30cf42798b855bb29a0288e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5cb7c462d0c845f69d1991128abc8d6e", "region_id": "RegionOne"}], "type": "clustering", "id": "f0bfdffc3fad45e2acd503c88ac5c149", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a9ab03fb5d5e426bacb9f6b102e04a0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f040e3003d5c4313ab5b1a5e610b243f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "485032cad58b4cb8acbbc9d82e2b9350", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d0c5d3cb89df493eb428ade5687e9e0c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "be9eba36d7f94acb8246cf03eb888178", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "762e0f42e4ca49808cc52bfca29e5f31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bfd01732a8df4fd1890d24feb8539964", "region_id": "RegionOne"}], "type": "cluster", "id": "eb2509000e5e4d21ad4867015d8eba08", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cb76299f08414114a1e881aaa413b861", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "928f465076574e3b882baec080424c4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a71090faf7ce43f58d94b76d04812bbc", "region_id": "RegionOne"}], "type": "data-processing", "id": "8d0b2e51bcaf4f339c5f0a0bbe0d3d1d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5ea6df2d6ca742718e8962801f0d0dd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "82ddfe053e3344889be792f8de3c7d45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "28a7c03df8eb44d19c853f18513a4ccc", "region_id": "RegionOne"}], "type": "baremetal", "id": "bc15f58852b64b70bbf16ed73f45872e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "73fb5fbf7bd54fa4b6f571b31eba714d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0fa65f32d9d74ad2af011e14e0d38d51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1c6f783c85bc4ea7bf66d65c337a1674", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2e64528395c54e3e8c2a9b6e518b15a0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8d627c160a5342a59abccb76c6e380fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c4ce2ab971e14e5685dbefcc4ffc65b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0afb43f1aef146fbb6835ac55d286ef7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5039024cedc34626b56cec5ae8ef6283", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "23bfe895dc574e4e8535218bf2ece79e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0d20ed7e5a83407896fed264e28bafd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "6d31c09993074bb38b8ba64675d45936", "region_id": "RegionOne"}], "type": "key-manager", "id": "c2413bd65a4748a782c9004dca0e388a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6d3be95f89cb4aa3b4301564ca6aa388", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8e053f9a4b75402eb7aa509d213b88a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ac3af6b9a1094b08925b014fa9c4915e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "52ee120b1e09415abe6b26c31fa5a79b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "68f92291c3cd4473b2e402eec50d0bc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "704d23d6fbd747769adf7f2002d95388", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a7741a7f5de14b9c93eec391432f3415", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1660ba82a5cd49c3b93dfda68b5a1421", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bf9f35b7ec6845ee83c14510b114bf82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3e850c07a06b464ba070983837343321", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f3d5fe7f29c2436ca84e26ea92815564", "region_id": "RegionOne"}], "type": "message", "id": "0cabe35c5d2e4b34aa7be4ab2dd1ecc1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d612ef5afb4e406e99354cb5ce8f736b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9d884e038c18444cb22b09cc4fa65ecd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "63ee2f67ef1949a48d690ba62fc4ad00", "region_id": "RegionOne"}], "type": "messaging", "id": "12692bc5f2654366b83f57270cd9f2c8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "12c9d0947f394d5d8ea0e6a5e6207109", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9d6fe626869247e1a6feca25a53ab787", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "57b86fdba66d4da49be08c280b7d1b97", "region_id": "RegionOne"}], "type": "application-catalog", "id": "387015f1e1694fd3bb77fd19bd888b08", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "42719a44ed4447468d562c74a375e977", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7a4c42a46618468ba615cbcb2803d58b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cfa4e879b98642bd9dd0cc0e0f323606", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "77bbefe72cc840efbf0ddc84b27bf234", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eaa01fa063ee495f8c9c19b19cf9df9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4c89ada23eec41c9af9d8fbda5ba5318", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "319dd39a9f3d4117a999fedf64039dad", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f8c7f76555174718814c2fabea344cc8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c13f1b0058fb4d1e8a107e4b43594116", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1704eef8f70949e0bff5981a5219ec42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c9cf850086fe4aa1a6445a95e4da9d27", "region_id": "RegionOne"}], "type": "container-infra", "id": "cc0aabd3cc2c42eab7d1914fc79807d0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "99f0563aa4124023966d48d527be1f71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "3623d3117a1846469e6942e0080057ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "67964b2d594f457386b53e110e2f9603", "region_id": "RegionOne"}], "type": "search", "id": "3a54468e96cc4feba7d7061a0eb0f970", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "75155d3344be4e6491f36ae7a80deb7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a88b9cc041cd471c88c6b19e4e096ce0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "13efa58a7bd04b8ab817b797c2fdbce3", "region_id": "RegionOne"}], "type": "dns", "id": "b037072a11054859b3aea36585863a9f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "676b759a0b784f2caf55116f14bfbaaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "477ee20f4f574bd0aef4e77b517af42e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9e4e24f920f34619bb18e8a6eaf72fa2", "region_id": "RegionOne"}], "type": "workflow", "id": "2ae10c856fb640159c29c2236c4e8113", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aed0ba2864de46f78012f81ddad10f80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a50067699afa4a88959960ce0694b061", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5713a9d428dd4b5d97360bf5ee85356d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7bcb35b2d29e4402b8e83b379165d977", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "51c39d38513544fcb83ecf8598cfecad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0e519eaf7ebd48cfa938b61e5782b063", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ec7926c9f48a4117902875c88230b574", "region_id": "RegionOne"}], "type": "rating", "id": "ab6884eba40f4e57abdf55d74580c033", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "18852ac039eb46a58013ddaf07f7b471", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "deca1f5d90054e6eaa77ae2024eebc70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0e32554144e54b59afa45bc72098ef87", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f42ee694c8e64ef7876bbd9316391f9c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4de884b269e2473a8aed87dda434e6ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c7f786f61d194a37bce2ad51c608be00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3203c52d34a24a79ba8eba27863f2837", "region_id": "RegionOne"}], "type": "policy", "id": "fe1504efc508477b8060bd88a30c8fe0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "89a436d3238547e7b85b1f8fe2a8fc47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "25a6d9b36ffe40e4a2d73964e8234c49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "722de6e40c9445f1ab8dac613f0bd058", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6ef73f0e6d784a3db6e248c3f131d59c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "14a268be1cd94a4488a13717c1c1df4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b4078acf4baf4273a1be3f0ecb7fc852", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "63cf33b45199466c9a78b55f078e47c3", "region_id": "RegionOne"}], "type": "sharev2", "id": "edb6db1d6ef74993a9003bc300f45347", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5df8c3f198bc4163aadec515eca9483b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b26cf1f0f12b40d2a7f0caa0daa88df7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6f5410017fe74fdd8b759514afa6b50c", "region_id": "RegionOne"}], "type": "share", "id": "fea53c3e921a47b4ba4c9440b11c3557", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6e32d02f44954e4fb2f5084798fff3f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f3e53006ddac4b14b955021555d0d7d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "110150d85f2c4daca17b45a6ca3b195c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a2ed2bd674574ddbab6e04c247e43c67", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c739d6aca1b4efd8eed2cbc0ad6f381", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5732f6fc107945da846eb5e450edf17c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "251623c6f29041eab892ef450c474b6e", "region_id": "RegionOne"}], "type": "orchestration", "id": "b531050032144d9cb53e7c712ef8563e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f4607d7148f449caa190c63d80452c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5bb23609672416996a45fc528cdab0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58ef33170d8f445c9058f57088a4755a", "region_id": "RegionOne"}], "type": "block-storage", "id": "975f649288254d168a4b0596caed887d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb4db7e038ec4b93838981dd5610c39f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "643383a58f9f4a95bfaeb4b1faf63e16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cadb7ecb056a41d68d4097aa0efbc21e", "region_id": "RegionOne"}], "type": "volumev3", "id": "867e272af5db436e8bf30ff9eb09d5a0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd7ecdfa353d49f9805f534ecb46076e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "067c1c774e904e6e8bd147992a96b02d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b6ffc49ab43488f85582659678012a3", "region_id": "RegionOne"}], "type": "volumev2", "id": "6325b9755e2f4e4ba72a8595195bafaf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e51d4e2ecd1947bc92096d9a7c820cdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1887436f02434683839906cd0c78c911", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f574a14d81d4faab281ccfcde49e4b6", "region_id": "RegionOne"}], "type": "volume", "id": "5e25cb19f1044850a86ecf5da27ef354", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c8b5184f7e9439495be6759e72cf979", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e668827848544ae906dabe6a3b33368", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de067799431c4fa38f604255dd1127d4", "region_id": "RegionOne"}], "type": "block-store", "id": "f44d986e25c340ec8c98921fa9b9b35e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "25930ce91fed435ebc8c600cc856a6be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bb5bd0cb775448a8854409b694b1d2e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6def4801d03c4069b0a6541955559007", "region_id": "RegionOne"}], "type": "alarm", "id": "036744a1590449f7a894e2fe392db5b0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dd76e53dd2e742e1a26c688c99181f06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "056d653398274c0a8078402731fdc697", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0884ab090c8941c3a530b96f0faef8c2", "region_id": "RegionOne"}], "type": "alarming", "id": "12039f349b1c42be9a8df1d46500dfb8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ade291106aca40ac9c563d377922f384", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "29d4f760e1924192a281be49ee565ee9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "52c208d326314d16aa37ade756fee6a5", "region_id": "RegionOne"}], "type": "meter", "id": "7186d49263764c1bb85b22d9992734a2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2447ef57bbec40099f0f87657464b780", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3035896dde9044a093cb5b06f44cec49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "25e44384d62a42bcb76e17fd350712c2", "region_id": "RegionOne"}], "type": "metering", "id": "b9979eec1b68477eadcd01cdeb6377f7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0fe54f9234884fc9ab7fd1577770b84d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "18cadbb2909145c1a59bd69530462abf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "77dbf8290b7441c9aa315afd28d972e6", "region_id": "RegionOne"}], "type": "telemetry", "id": "e0ee6d43d23f4aea865d8051548a82e8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "201298a5f3bb433aaf41ba7a4a359bec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cde9c561ce7d4301aae202c494553b82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7eb0a807796541cea5912d118aa1239e", "region_id": "RegionOne"}], "type": "event", "id": "8406f64d01594c409febdd2e3bd35c9a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a59e0ecfcea14fb98a7e9a930be60595", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "735b362fce014541bace1642b844ffa2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b715326ac70042a4824c5e1f098698c6", "region_id": "RegionOne"}], "type": "events", "id": "bbfd189282ca49d79b109fff5854479f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "40c9961482b54550a89c04816682e5a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a2c8ecc8a35f4c06902fa8784de56ec1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d65f2cd5195b43bf93f04c519d9edc24", "region_id": "RegionOne"}], "type": "application-deployment", "id": "30acf1c8b13a47e2b41fc93cce245822", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ff9c006d5ffc4f40b897fb763a6cdfe4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8c5fc20358c54a798c9d7f52105f6d4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "52e0a39c019648e8b2233abfa6e4bb86", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d8a9008a9b4048b5ae26ea318d5c0187", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "30cf2b03dfa84d93b8f01d5193efc8bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e8f09217ecc14449809eb3f5551358a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8d9bfc914e70460f89ccc145dc92b52f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "73f274ece68546cca9ae12e94048df81", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4fe34b90cbf74231a4d3578aa21f3c89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0eda5b1878b844ed903cd86a1e2fe7a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b04db630505d4b45be39270d1a0bcfa0", "region_id": "RegionOne"}], "type": "tricircle", "id": "9ec99f61401a4e97880ddd74154df9b6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "dde2e80e6b114e7a93440a9a0774bc5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1703c2e9fb2148b9b2c032f297b70646", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "812fbcff3fe24b12a5b971be2f405d09", "region_id": "RegionOne"}], "type": "database", "id": "a0443195bad945d7beaf22facd5f8c04", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c67426cb09874fa89b899dba4b9e2e0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2af42ecd6c4c4a1e858e8a8d45d93b18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "15d0458bbf8542e494c0f6e8e0479ad0", "region_id": "RegionOne"}], "type": "application-container", "id": "77c1f68633aa47b78f73ab5fe6af7e54", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5d98cbd509154df8a00c24dc7cd0eb8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bc9718b78b92435b8018a2740558ab1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "82ca4d9df70f40ab9042969c10abed13", "region_id": "RegionOne"}], "type": "container", "id": "8796ca8a0775431ba9bd13904976ad6e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d91e6b5ce91548fcafdaab7e66b36085", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c5eec9f164244445bae3d9757e5d6762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c7e8081dfeed4ba8906874cfc6715cef", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9a44870d301e45c1b783d79723eb1532", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dcad3e1d390d47d684435ec82dcc7b71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b1cc640b3f4e4db7a49f65ba94f77e11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ecab96ed759747ad8d70475d37bf65f8", "region_id": "RegionOne"}], "type": "rca", "id": "7ebf081191ea48dbb4951aba91525a14", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ab032bc407e74accb16be0227d2003bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4e98fb78ce8541fa8a0548032fbbfa7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "48474f142f98418081cb1c6c230da52e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e26e95bfe6f9481a84d44cd6c0cacba6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ea3143a6307e467a8c78cb8a9eef813a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "482d295901f74975991ccdfb66108781", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7febf6b13a8a4298b613e9425f767dd7", "region_id": "RegionOne"}], "type": "network", "id": "b5cc0bdaf5884063a1eb82f558419ec0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2e7dfb3c97104cbf91af8998df64431d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "657ba3d9d12d44f094b94d9375db81bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "34b09877dbce46d88b945eba30748b6b", "region_id": "RegionOne"}], "type": "backup", "id": "f5a4d80373c444079ae09ab91bbf9bf2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "73e918fc57234a1fbb56f97be1626831", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "34b2af431fae4077baeb03e8ba588397", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5ee75e96173d4f5cbca0c3eb9ad8a334", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7fb347f1967e4b4e8eb09f6a56c830dc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "75b01e99564742a48c8376e0fa3eace1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3355b2fe99bb4d70b9b79f55dbb2a726", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5b96d577c1904903bf2389ce0a1ab57f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "05b8126c3605454ca40af6248f8c3d85", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4490dbe24251429f8f82fb85df96a015", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c5ced76dba6c4168995af89a3c41e8df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f9c904f4523c40d6bf4425a78e739974", "region_id": "RegionOne"}], "type": "monitoring", "id": "cbbc5187d8a74daba73938349fcb81a0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ddd1ea3f663249449908f3abee3f6c2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "14b43deee046469780d0eb943e32c991", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6283090d50004aef90f9466fc6d39e6b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8a595c3e12fb440c827de900cc426cb6", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "73042a66bf0d450a871c78506c2c2a93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a015c3a3bfad4f73848f4f2b90ec2ee5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "bd93f28bd6534a80a05eaa072dff0748", "region_id": "RegionOne"}], "type": "placement", "id": "b84602654ebe4ddd87b24880ddc558b9", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "379579cf07364c57b0f66485a42980ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ab7dfd600a1a4d3daaadb5b4c3c75aac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "525b947500024691b1faa0e6d0054d62", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9d15a1a7c79f4a6499874b5e1e8bc463", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0befe131670c455fb5188c6cd55e5c44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f0a34b0d702f44f19a37b026d5f80f4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fef195b588ea46308e1286f49c3e0ba0", "region_id": "RegionOne"}], "type": "ha", "id": "f80f855ca4bb4925b8812ce8782e76da", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d075a9bcb60441f9abbdc59165be5945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "736fa8157e384f3cbac0b0dc0bdef200", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "feeb3e640d3f48298d5ff43fed05e8ea", "region_id": "RegionOne"}], "type": "reservation", "id": "aa067f1d2b1e452f98aa89755ab3e4e2", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "760b643670114ec3b8231560d87dc2ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c53f22b0b2c049e2b525fb453932cb2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d01f7f8c2d364b378e0a756703c84aef", "region_id": "RegionOne"}], "type": "function-engine", "id": "7b6bc6df6ea8409eb11dc5301e717c3e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "86045419e44f4f3e8212b310874df544", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "326cce0672a74201b34102000c007a03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "96cd7227761f4cf7a9fccbe0a06f7505", "region_id": "RegionOne"}], "type": "accelerator", "id": "d354a28e2e9d4dd2a843aa2382b0ad56", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cf30bd42340e4948be6b797bbac5d71d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "573a76740df246f4862b72549eb53b31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "34c1f8aa97224917aa82b740ee1086c8", "region_id": "RegionOne"}], "type": "admin-logic", "id": "89c18381447e4fdfad0c638e82ca2d44", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "85ca1b07f26d4c13bf7ddec8ffa171e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "53bfab4037a648d387f6075c3ef5d3f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2423d4a1ee0d457e904e918170e9f942", "region_id": "RegionOne"}], "type": "registration", "id": "8c305fcb32b44b599e2fc9a65cc8a934", "name": "adjutant"}], "user": {"domain": {"id": "03980273cc6a42838c0709b850017e6f", "name": "354e46766a3f46679ee4255c2a6498ec"}, "id": "010c37cf433f439193b6edb45c0f17ed", "name": "a29437d222dc44d3833a14fefd4ac103"}, "audit_ids": ["47d8919b2020498e88a763269bc192fd", null], "issued_at": "2019-09-19T09:04:40.448952"}} 2019-09-19 09:06:40,619 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-keypairs -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkF3MX59OrlBs3dH5CU7lNmvpbrgZxSpyGjlnE8Flkirnc/Up22lpjznoxqeoTAwTW034k7Dz6aYIrZGmQwe2TkE084yqvlj45Dkyoj95fW/sZacm0cZNuL69EObEGHdprfGJQajrpz22NQoCD8TFB8Wv+8om9NH9Le6s+WPe98WC77KLw8qgfQsbIey+JawPWl4O67ZdL5xrypuRjfIPWjgy/VH85IXg/Z/GONZ2nxHgSShMkwqSFECAC5L3PHB+0+/12M/iikdatFSVGjpuHvkLOs3oe7m6HlOfluSJ85BzLWBbvva93qkGmLg4ZAc8rPh2O+YIsBUHNLLMM/oQp Generated-by-Nova\n", "name": "key-2"}}' 2019-09-19 09:06:40,624 keystoneauth.session RESP: [400] content-type: application/json {11} openstack.tests.unit.cloud.test_image.TestImage.test_create_image_put_v1 [0.372626s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,305 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,310 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,312 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,315 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,330 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.228621+00:00", "project": {"domain": {"id": "53e5eefda0bf4a4083e4ecd03aa700c5", "name": "c5aa92084c2540c3b36d4f13cdaa2865"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "2d6da741be9a496eb5da6010b21d5f77"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "89e6ebb799fa4d809b80e829826f08a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3486a46cb49a41ec804e9cc7c1572baa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "eb3041bc4d42486e86ca761858fd9f02", "region_id": "RegionOne"}], "type": "identity", "id": "caaeed03c10a44f8835e5c2ad3db0a67", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "686c642ba46d4a3f85b84182388cc551", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "30575919567143a9955557b47017f0ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "24f65d5b0ca24e1c9663dd66726092dd", "region_id": "RegionOne"}], "type": "compute", "id": "0c3135a8c87c46389f4fba6aa142df40", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "41b25e52ab5349f5baeec8b1b2b98df2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f2c4bba635a14c84a1e1326f96a4c55a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f1ddbb1f839647a69413542b3f91fc88", "region_id": "RegionOne"}], "type": "image", "id": "8cffed77b3a4490ba07f0f8689583912", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e100fbf29d5a43f9b3cf40cd381d6a97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "441307ea145140728adcc9126c704e39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "751f54cda1074c88b1a682d1d768a3dc", "region_id": "RegionOne"}], "type": "load-balancer", "id": "584f7262bdba4d8c83a3b2f522c5ceed", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "676e9da9815946a0a7a3b6b3a4675d1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e585e20bf93c499da30b7deb8e452883", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d7a1f0a90db45d7a04659279fc7e8fe", "region_id": "RegionOne"}], "type": "object-store", "id": "a5a42c80246946c6b0ecbc44b92b9528", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "17edb1f276ea406a89284230fff29516", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8b96f474a32748b8ad109b644d600b8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0394c2e12e0044b993ab4a23799d60cf", "region_id": "RegionOne"}], "type": "clustering", "id": "522a74e4fa2f403586cd9cfb82c3cf92", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "655c1d66d4e441c0a86b0208e89d6ed5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ac9437785303420993e2e9b06ca655ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "78464ebd69c84d9eb8217c4ce26c7df8", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c7576455d64a44ea9d6f6433a2e66c76", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "90b811f2c82a4572b0b98a8712daae6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7117650b3dfd468995d0a242238922af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a2375c5d3ca74dc38bea1a7b201985d1", "region_id": "RegionOne"}], "type": "cluster", "id": "1f3921f853b845afb036016d76b912f4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d2840c49709b46c5bdab965e6242978f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ffdcec6cd5e1482eb75d1b926bed77a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d8560d5e1c1042179b9792a2c39bef3f", "region_id": "RegionOne"}], "type": "data-processing", "id": "b5ffc902922741869cca77390d46b2d4", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6d27826b809440688e6dac7a12fc835f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "14986d7e0567440398b046aefbf76c33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "14ec3a04e2374233929a9e07545b8802", "region_id": "RegionOne"}], "type": "baremetal", "id": "014fd73a3bca40a4a5181c868652608e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "09fb270195e245acb7a9c55dbac876e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "18d06a528de6457983bee7a94567f718", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6a6992d3803a45fb900bb71ad7d24e9f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "10d6fe18e9c34e22948b1116956e2cee", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "41f3053f532a468c91e8b8cb2505ab7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dbed5eb8b2394e5f9d691c9b67ac8d6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "75ae0ef636734b859a329082614d78a8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7dab02ed1cf44f68a23a0fc3a495e21d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1c336f766f3841ca80c7502d23bc5aea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3c1c81d40bec47beb9d4f8eb651330b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "a931164ec20c47afb2c49001b4f07cd9", "region_id": "RegionOne"}], "type": "key-manager", "id": "e300c051b0a84253babdbdad5b34bf6c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "908613b7e8d84e6eaf8e55b439930966", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2078b18aa13444d7a19714b9a8feec09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e47dbf025f454a02ac7dad9dd6fd9ef7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "cac28a104f0d41519c4726b7763f9aa1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "682bc38b9df44c518a331c28727c0c0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4453d7b0ad7742709a36ca1eff2e5627", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b0b5cb477aa84a8cba1c23f18b205acd", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b60c1fa44bda44f0805b21bb8863ba54", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4a93a79e0538401eace10d8f56735131", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b8f0ca1883ae41c0b5b1cd81b88cd9cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "18d11a30722a4b5cae3de17bfde76bdd", "region_id": "RegionOne"}], "type": "message", "id": "a318353a02374b8897bfb61b0e758565", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6a0369b41052464eb3a834c05c88d66e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c5cf2468f74f4dbda010d4291153f373", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1723529c8aaa4c1bbd1bde5bce56d0cb", "region_id": "RegionOne"}], "type": "messaging", "id": "178865507b2341d2a60d3d9fb01c739a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f04a4d46cbc146f99081e5534283b5c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "128148a9a83348ca890dd4efece91ec1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3bd8d1058ac14acdb1c1f8b8c9d221b5", "region_id": "RegionOne"}], "type": "application-catalog", "id": "905bf6028d9f4fa6b73341cfa39dd879", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "19f32211954241d2b720a2cfff6293e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b5c668c07fc945288d14dbc9974cf486", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e013e30dcd664866a1f35da2503faacd", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2ab31c18bb9c4c39b7ea538e7584c63b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e199e921dc28476abe8f5aae031c0351", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5228d966a1d447c1818cc0cb84cb9fbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c0f91b70c27c4d5c9501ac918792d38b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "fe099d132b79415e920e204b06241501", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "274ff8a3987441389dce5fc405a83c65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "973cf70fbe5c40829566c5c67ca6dca7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c6f7cc78cfa94138b4309473446720e8", "region_id": "RegionOne"}], "type": "container-infra", "id": "73f78c8ecf7249ff904ca17a94f3f2cd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ddfac07b24bb45a7a76c93c9136c8ca2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "aa129e342c5641e3a5487d5717bc8978", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e673f32bdc1e4245bac953c7fd9d650d", "region_id": "RegionOne"}], "type": "search", "id": "b1890c329d244637a402ec3b4ffae539", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "789654bd85b34f3c9299fa097828fe6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e96e43aeeb6f4190ae19957ac197132c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a2d7433908eb4a0e98f0c42b9c4a3bd3", "region_id": "RegionOne"}], "type": "dns", "id": "27575828213a4bfbb39f801553485241", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4429c8fbe63c49688f66cc7e9d194cfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "41b8e205cd514f2e89f31b2b31283c58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "36cbdb5f4f5c4675a313669df0be0007", "region_id": "RegionOne"}], "type": "workflow", "id": "5de4dca550164c54b0e24c7f7b2ef253", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f5c444b08ce047d3b498fdfc434cb980", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "35e1ef561e924376adc47239b64471fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a1242b0927704df89a3061dea573100e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c1eeed89ff6b411993fe36db91ef59d8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "bba79c1d647848ff8f8d29c6a68bca9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ed644caa27764b6fa9c4ba43a8c2bef8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c008f486116a47ba83871a1ba7f9fd04", "region_id": "RegionOne"}], "type": "rating", "id": "76785901ce8640fa8d1c045a6b42fb69", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "eab53288170d45d1a2872f05731de1fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d25eeac768c54e4eb5a2bd27060aabb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "bcfa72af95f24643ad4ca51c4dfe4c54", "region_id": "RegionOne"}], "type": "operator-policy", "id": "3aa4f84b1d24429e999b95142f0de697", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "edcd2d8be6744e86b26c5fd226784008", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "61ee1d9229d74fe58353d16c976698f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "622af1b0073e4f95bf96615d37bc5d6c", "region_id": "RegionOne"}], "type": "policy", "id": "001f139255e34866963aeea4a779b268", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "82c0f77e14cc4a2b9a02ec9faa917e77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c34057cda11948af9dd920353ee0556c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f093025d719841aa8f26f9d45fe9f310", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ad5d363dc25b4bbfb6d6263bda4c213a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6c74ad3310464c2789672bf5a5218b74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fec43fcbac0e425789d38f69959f3e17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "efd7e18710aa47ae80da872e1cc44799", "region_id": "RegionOne"}], "type": "sharev2", "id": "52c80d5e54f048568899c0616ade0b45", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1f6377fa43934d6c941e72563a839277", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "75e1d5c5795a49b48ec430abcd07e68a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f66a1fa94f6348efaea8fef3488eb98e", "region_id": "RegionOne"}], "type": "share", "id": "83cf543247ba4990bf50d5c5dd5f1549", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a336c034082b48f5a022c045e69eb4a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fe165cd034ed4dbe8618b33fddd6e932", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "882d014b16354e54a1999792169ea023", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4c84ef13192d4c72830d47ae4c015329", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a380d40f751b4941a6229c57e06ce9ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe5f83883dad48819f82bf6c5781d6f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0988b65afa8f4e9ebcb49ca3c6303448", "region_id": "RegionOne"}], "type": "orchestration", "id": "e7b0807ce80d4d8bba4c9ba63cb2910e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b581fc7f908e450dbb4168d5fd48c987", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f845707a470649a59b8ec9a15dfc3cf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23617a90828644fc9c550ee21b12bed6", "region_id": "RegionOne"}], "type": "block-storage", "id": "2ecca9925d324bc892eb360d0299e294", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc586c14fc3b4ffa84ea434eefc039c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01a4f33483d14c84b0dce37642f1f3e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1648ce722bc4f49b3e5fb83c7372801", "region_id": "RegionOne"}], "type": "volumev3", "id": "0578fcf597ab492eb09897f814edad7b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d483a79b3724327b035003a13749588", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "539cc090ff6c481eb92d06802b60fdc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90af0b2e66634bd0b091fadc52236a04", "region_id": "RegionOne"}], "type": "volumev2", "id": "e99e0c2d2eea4b0298c4882c0f8fd235", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "342de943c91241dd957ab9d8f3d138b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f81bc1f216d4d5ca2bc2e84224acc70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "320d76ac93824af3a4e073c9ba99a390", "region_id": "RegionOne"}], "type": "volume", "id": "b320041491b54e9eb2b1de7adfbe4c6f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e253bfd41b94422f93df92775400d7cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dfc91f1ab53a4ff4b37a7a1e3789ab79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a311d540fb374fef96ca81642680be41", "region_id": "RegionOne"}], "type": "block-store", "id": "0e9ba7e4a85044c58ce7b2dc6d132762", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c90bc51e243d493690079588048ac033", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8da7b281bc604056a9d489671c2e38c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a75b6a4a06fa4e69a52134280fcace09", "region_id": "RegionOne"}], "type": "alarm", "id": "0a4bc849bffa402f9d24c3a753c99720", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d0b44ab28b1545b5a890709e9103c725", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5ff3b6ed4948438db0e9f7f0474c292b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c7a6e213369d47ebab1b6db66c36df64", "region_id": "RegionOne"}], "type": "alarming", "id": "26fc9b50b3614fe180d900a78c3da408", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "adc23beede624997b2fe0fd023a0e4d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "90e744fb3b984395b02a1a26f70ee13a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "560c851ea89044878d6d0cdc4e3f84ff", "region_id": "RegionOne"}], "type": "meter", "id": "fedf58ee32cb4b478d80fc2e7e488542", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c97496b7aa764eaf8acb83086a7cce5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0ca99fc61f1e41cea7503ddcf0b46c2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a3d5b89d0c134a53bc082b3e871f3c04", "region_id": "RegionOne"}], "type": "metering", "id": "83a6e161039e45e5b6638100f81b1ab6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2d0514b475c1433e91ae8d0559c69f77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9fb428095dc8470fb5198d19fef3933e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "eb8501ae23b94812834d8786c37e9a8b", "region_id": "RegionOne"}], "type": "telemetry", "id": "221033e7c2404d229eaed9ddd35cff87", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3584bf531971408699917545df4fa53f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e29544772deb41fa948ffa7541087a87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5f396c66d4ed4beba2abd6ad645d02ec", "region_id": "RegionOne"}], "type": "event", "id": "d5f7f2b944fe4addb274092f51859353", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1be8e6ba3612409dbdfab23d523578bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3eebfb13d96b4ae0bc7cea8e3cb50897", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b589ef409a534abfb50273aa89112ea5", "region_id": "RegionOne"}], "type": "events", "id": "1994e6daacab40e9b1a11163ecf76d5c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "70cc5d3174ed48c0ad10b8065caafe2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ca15287f4cf0440f87be4a03584ea7ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c3841494ddf446cbadfe91184c1a30e8", "region_id": "RegionOne"}], "type": "application-deployment", "id": "5b254ce78f9c4347bb4a1e1b8f7e69d9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d169eb64f1d64ef2a7e2a7e04b694769", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dfd4f50ed2b34ad7bee82af1e173a04d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fcd1ca9939d64f308ade5aa0cd20b2b8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b3d740034a5144efa03f1acbc9d00440", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "07d14e3bd5eb42fd9d75b50dce7dede9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7d6b1ca0cf5a48deb9d643b72a522167", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2002eba897ec43a6848d9567bdd49f50", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "e2907789e7604861aab653e21d58d8c1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "45aabf694d92403daabde7f0856afb6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b8eed99efe2841168b0268fbdfc7efa1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4d7f16a780214ce68e038cb703f8c0d4", "region_id": "RegionOne"}], "type": "tricircle", "id": "2d73892df0394608a888089bce621aef", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "bf70e9ca2738480cb2d2a8a0006a06a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "98cfa5aade834c3884506d95379478a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "866e5a7edbfe4bc1908fba8766871276", "region_id": "RegionOne"}], "type": "database", "id": "e49cf8f9f1864f7f998b13341af499bc", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5697a10c86954efb989c0cdf1e20849a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "54af58f1ed9b4dc0b5fd14a1339bd1c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8a08e66dc268424bbc6898945f94dfeb", "region_id": "RegionOne"}], "type": "application-container", "id": "794b8dac2f5d4733a968fb61c18901df", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4fb9fb578f714fc8bbedf8d0ff23c192", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "92d1f28cd5cc4ab291e75faa85d4b5f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "87843393c73a40a0bab1631b45074eb9", "region_id": "RegionOne"}], "type": "container", "id": "43f125991bec49a2889c81324c2bc035", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ab7fec0e202d4b13860c5a25500f969c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d508e02e25744a768ce4ccc117335ec6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "950cd0e8e63b4f50bbee00c31e5f1053", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b89720829a3a4fdea028a60f0c14781a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ac50edb86d1847809dd3dc5b7770d4eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "77aa1725fc9842619494aa36329945ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2df9dd005ecd49fba048470e4bd139e5", "region_id": "RegionOne"}], "type": "rca", "id": "de85aa1cffad4479bfef3ac43fbba205", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a6961a10a4574ae4a723294be39fdbb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bff1f12f3db3402b9f463dbf26e2ec51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "0f6f46657942424ca3772b2794874d94", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "86b1277a8a3145b7b9faa90f11beef76", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ee79eb595c5f4a6ab7920eca142ccf6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5fd6eb51b8c14d6eb82e7c6ed8c32349", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f025a20b01074a9fbb07c70920a52021", "region_id": "RegionOne"}], "type": "network", "id": "ef28dbfe2c4d4b66b0f4f4b581d61ebc", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "08d850bde5a14422a275d77592b03fcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8ed123d525734b509ffcd517fcabe3de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "664c03cd981b4ac9843638d1806fb7f2", "region_id": "RegionOne"}], "type": "backup", "id": "c551931592534181aaf75a63b4156e3d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3867f718ad864339853aa6999e6b82e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "62052c09ab8d4ea49c2f13754c750f54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4ed2fd999561460390d9ecc2a0ab5a88", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1672866db684455880f28cd9570d14d2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "354dd782e60248b68ebf0c4e6220fe96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1c662f3b1ecf4c5fb01781acb80529d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bd5b716863a94b5ca4d2a48fbcb17460", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "66824f1bb0f540d9961878cf82e0b43d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d08b148f58d742498adccbc34f236e18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3c361207812542f3bfd76e85e2c65659", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ff6185d292724bf2bbd9c6159412c0f0", "region_id": "RegionOne"}], "type": "monitoring", "id": "ecadd54dff1a438a92af44bf79e438ef", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1f9199c67bfc48758ea77764496d04e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fb2786ac78984243ae1b1df90d065f54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "18548fb46d1f413e8d335bb706194fe1", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "0ae4c1c6492f4fc287532b3fbde3f51f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "cfc3ddfdfe434c19a85f6909e15169ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "e80971493b84425fbce36ee9b399d258", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "40c78101a48d4c1d94d0a6f7fa4f37b9", "region_id": "RegionOne"}], "type": "placement", "id": "68f81b532e7d4d94a5fe69d17c71c302", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7ef978e932ad40e1823b445baa770a7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "93d70fa5a09a4c7eaade0fa440bf9478", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7d1bf0f6260941dfa02aaef4965432f9", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d62194ec0b754ea18aca77c4370ce890", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "324949b24b754818b64ae93369f52055", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "832142e547e5457f82182f127b84b723", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d7af80afda12424cb17ccf33abc1b560", "region_id": "RegionOne"}], "type": "ha", "id": "30cd910097fa4647b3b292ca1fe60803", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7c60a9f10a874b248a7980fad62bd79c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5cfb930823004037951fc87416b6048d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "96cb1ffdc74c463fa49529eafac682ad", "region_id": "RegionOne"}], "type": "reservation", "id": "96c85148475947aa9076664030e2d162", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "43c79a80a4ef49f6ae4ad7e2504dcf12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8f962c835fef4bfba509b68b61a80417", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "95b6a825801a4c7189ff6f06ccae34ca", "region_id": "RegionOne"}], "type": "function-engine", "id": "c8adfb037b2e40299a51f14d903793dd", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1d079be934f74a1aa157cb7087630e96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b4568da4c2ee4187a9f8c8fa863f04d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5c813586814a42ddb54dd06e431a4249", "region_id": "RegionOne"}], "type": "accelerator", "id": "789202432c2641f6820796b9164d3b42", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0f121aebfce84207ab6b95668394ba12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d68d3d899f9f469f86cb1c9771d20bb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3760fca3ec81470d84dcdec1d7973c14", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9b149373e6594fd2a5e4116c0c23eff1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "325442d570d34b63bbaf5e54adec53c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6a7fba7d1d4c4c79a709e2e9beb54dbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "653990a4e947497492d336a5a977f413", "region_id": "RegionOne"}], "type": "registration", "id": "b9735e5abe2a49749538ca11cb6342e4", "name": "adjutant"}], "user": {"domain": {"id": "8769eb2790bd454b8778009d2d8f7b64", "name": "ed96e4b1d3f94e668f012733e3c49334"}, "id": "e752a3b469a643ca8aef68b780540872", "name": "7eb79f6cf13e4a3ca9e512856d8bdfac"}, "audit_ids": ["8e00b794bfdc492c9e803480ac756361", null], "issued_at": "2019-09-19T09:04:40.228621"}} 2019-09-19 09:06:40,357 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,362 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:40,364 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:40,391 openstack Calculating hashes for /tmp/tmpHVa0mw/tmpxLqnrD 2019-09-19 09:06:40,393 openstack Image file /tmp/tmpHVa0mw/tmpxLqnrD md5:93b885adfe0da089cdf634904fd59f71 sha256:6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d 2019-09-19 09:06:40,450 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v1/images/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,454 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,456 keystoneauth.session RESP BODY: {"images": []} 2019-09-19 09:06:40,475 keystoneauth.session REQ: curl -g -i -X POST https://image.example.com/v1/images -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"container_format": "bare", "disk_format": "qcow2", "properties": {"is_public": false, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "owner_specified.openstack.object": "images/image-2"}, "name": "image-2", "validate_checksum": true}' 2019-09-19 09:06:40,480 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,482 keystoneauth.session RESP BODY: {"image": {"status": "success", "name": "image-2", "container_format": "bare", "disk_format": "qcow2", "properties": {"is_public": false, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "owner_specified.openstack.object": "images/image-2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, "id": "f125d7f1-5ec8-46b4-9a0a-fc218b8a8a50"}} 2019-09-19 09:06:40,501 keystoneauth.session REQ: curl -g -i -X PUT https://image.example.com/v1/images/f125d7f1-5ec8-46b4-9a0a-fc218b8a8a50 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-glance-registry-purge-props: false" -H "x-image-meta-checksum: 93b885adfe0da089cdf634904fd59f71" -d '' 2019-09-19 09:06:40,507 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,508 keystoneauth.session RESP BODY: {"image": {"status": "success", "name": "image-2", "container_format": "bare", "disk_format": "qcow2", "properties": {"is_public": false, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "owner_specified.openstack.object": "images/image-2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, "id": "f125d7f1-5ec8-46b4-9a0a-fc218b8a8a50"}} 2019-09-19 09:06:40,546 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v1/images/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,549 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,550 keystoneauth.session RESP BODY: {"images": [{"status": "success", "name": "image-2", "container_format": "bare", "disk_format": "qcow2", "properties": {"is_public": false, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "owner_specified.openstack.object": "images/image-2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, "id": "f125d7f1-5ec8-46b4-9a0a-fc218b8a8a50"}]} 2019-09-19 09:06:40,583 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v1/images/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,588 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,590 keystoneauth.session RESP BODY: {"images": [{"status": "success", "name": "image-2", "container_format": "bare", "disk_format": "qcow2", "properties": {"is_public": false, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "owner_specified.openstack.object": "images/image-2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, "id": "f125d7f1-5ec8-46b4-9a0a-fc218b8a8a50"}]} {19} openstack.tests.unit.cloud.test_network.TestNetwork.test_create_network_with_wrong_mtu_type [0.062405s] ... ok {24} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_delete_firewall_group_not_found [0.222826s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,582 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,586 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,587 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,590 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,601 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.521359+00:00", "project": {"domain": {"id": "b8b286c81a4c438c961e9cabb686bf1a", "name": "201998e9a33f4ecc8de3533141ac0130"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "24b370ed0d5644af80b90937debf4d07"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0f740041295f429e8928f6133a455cd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d810436539fd482fb05f4e50ed4307bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "469fbbace54b48dab8585bd7a4be731d", "region_id": "RegionOne"}], "type": "identity", "id": "8b2a06eeef194b219e1565e518f62bb7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "470f98a25e684c92b9786e94c3f229d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "561b91bd17be4cf5af11ae986d7fcc01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3e954064dd5a4cb39a644a98fd0bef67", "region_id": "RegionOne"}], "type": "compute", "id": "05cc2e28233b4190973b2fc09c4a3b6d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f928891eeb7f487ca2f20ae7f70664c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d31ed65c441945b7aca164bac44b9972", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "22866507876e44b1a536ea3ec52faad2", "region_id": "RegionOne"}], "type": "image", "id": "96048ed06f594e43a5d0c29f47f0e0bc", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "66f935e559174b3b80249025e2a20b7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "73c8abfaee4447e29892c18f59936fba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "9535052fbf964c7f87109b8e632b3d8c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0287492e9b664d57b9e69d32a87309f3", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35f68d3975f9449eaee81ccb9f35f852", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aaf3a9760c2e45b3a06176fe3020a0b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f71eac08d6a0417b9cd4e392cf585795", "region_id": "RegionOne"}], "type": "object-store", "id": "81aad6725079466284b99c5e0843e479", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3606278846684c4d8474e5c97d550f0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "52915c6753bd4d2fa7348db8dcda1af8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "db8bed46178b4558b76840a12fbf2d2a", "region_id": "RegionOne"}], "type": "clustering", "id": "f4f53e89a6fe42e186d6a0efe2f30e83", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "38cef3ff90c44d4898f692a9934850f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6e3f761a90694b38a35ca7c6b7ae657f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "392d842980874f59aefb0a85c8e42a78", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "759ab9b124a24469b82a9eca72eb116b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a8f7eccf1b784e2fb0a116cb1644bc1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ab8753787c7344a0b04cfa32cc247c47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2955b0e5aa884fa48e7bf5dacd780a75", "region_id": "RegionOne"}], "type": "cluster", "id": "63ea55ad3ef34618bd1317306cc82121", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "63e079963ae043cc83acd012729a2ac7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0b4b2c8cd5b84ba38bda2ed24217e016", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "843305becbb54a999b5934f7de83bad3", "region_id": "RegionOne"}], "type": "data-processing", "id": "6349755d6aca4a6e800d9fafa902cf56", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a7579f5b864740dcb06af03fef5cafb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c8c6deff589b486da2bcab25b196b2c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "cda26e046e164771ab4794c861866757", "region_id": "RegionOne"}], "type": "baremetal", "id": "d87cd6c9cad64e4b8df11c831fdb960d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "208a2c9aebda4f9c95beb4a114e2f7be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "489c53ede2024cdba039631e9b150cad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "64c4eb0f12e94b3aac9a57dab09d0dcd", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f984faf172a244d98ee123037bf37452", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4fc7b0d4a83e444db881e5ef930f0731", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f2ef885a0dbd4ed4833931f1c930ad76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "dd185f8be80b41d59ee21479c1014c7b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d2ad89fb2cd645ff86878d8796e2b7cc", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e312c7ff56184b699c2e203dc8f2ba48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9b2ccf0de6cd4651b91567bacad00eea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9cbfee8de22a4f5c84aa05a3a1649126", "region_id": "RegionOne"}], "type": "key-manager", "id": "ce0c8727672a437a9f2dea9d7319cda7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f0d67db05b214e0c912e66e43b5a708e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c2301570d57e412985391ea0d0a80898", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d39a9b8e23c644c2a5d0f927562c27d0", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "3013753ebbb14b95b7290ebbf460edfd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cfbe25824cad4b31907eb3cf4d232e8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "518329de23cb46de9fe3082363dd8e08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6e492d909ae647d69cc9b0030a976318", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d3298953ab9a41dd900b53ef61a8b7d7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "34fac64aa5bc4ae9b5a1bf17df9086ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f32f84a1b79c40408bf6f13a5335fd39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f554782af29648e3a36e6ef350a430de", "region_id": "RegionOne"}], "type": "message", "id": "b6e6c9e336d2477c8cf2474929beac63", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8f332332b95b4e50bab21e22176fe3db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "67bf255a0ef0486ea1ff46eb4cf3c7bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0dfa10c4c92c4b1dba321b8a75b06542", "region_id": "RegionOne"}], "type": "messaging", "id": "3d395f30286d43dbb13dc6d015a02548", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5cecced2bc104bb8ad41e88e0e71376b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7beb48cd07ec45b88682bca62dc07a98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "839e9f2226aa4c6a9d7c97cd66a0560f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "47e5d65837214b8f98240026dd63b28b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e801a4139ac24c7ea069670cdb870ecc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "39049dd83e1c4ba4b5fb948e73befd37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b87ebf6e3e37427ba727191a2d451e41", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "33cdd0b184a64f87921b9082da1c19eb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c3a4bcbbb0b84cff82ab4aed676dee09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f1c47b8ddac74943b233faa35ffdd5dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e2030570e88f4a20b551ff057643d2c4", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "1159d5a26259471c90936b2c49e64517", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "893d17a0c83249e9adae7eb5b525164b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e27a207a85c4248a3bf67a314aa3221", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c9059a81d7c44ad814105094ef8da84", "region_id": "RegionOne"}], "type": "container-infra", "id": "93fd36835e31471aa66aa17ab8fa1b68", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "fab3d463eb184b87ae7bd7ec9a9fba81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "86cab7443e094a308e8ce4d0a166e24c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "232697e964a54f09b7b6b6746673c751", "region_id": "RegionOne"}], "type": "search", "id": "416e72bdb5114e87be0f6907810ea703", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6c95933f06af4a87ac1ffb4f181dbe2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e7ac6a39a90548ce815e40410c603e17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "07ea076ef98c4d4db9731cc2444a4610", "region_id": "RegionOne"}], "type": "dns", "id": "4bbf717f061d432fb2f7d2b7c28118cb", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "87159a2d7c444026b9b81b0ccd177f5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9737cbf4994b4264ad6b5e134c8445ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b6d16b0adbe043ce98457d6881d4a498", "region_id": "RegionOne"}], "type": "workflow", "id": "127374df7365490da145b9bec09946f7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "555532d51a744479b3059056d5c6130f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bda79da7ebc144f1871101f6ba1694d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f3e6c3b1f08a4c7ca8c7a38412e0b4b5", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b520415adedc483d823e88e7629eecd7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "c3d6ea7a3f2747999eb2db2eff279d80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "251ed016a67e4ceea862a2e45034e641", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "cb10dcf85cc048d3b918dd5973469bee", "region_id": "RegionOne"}], "type": "rating", "id": "dfc031eda5d045c4a55eb4823b670513", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6372e4dbcd7c4fb9bfd05089c636eece", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c1e23282ea604f6b8cfd9beb8bfb8402", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c9a3267e608144bf8d9ac336760137b5", "region_id": "RegionOne"}], "type": "operator-policy", "id": "9df578ccdca248ef924809871911003e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "da55306c737b4e68a4d41338904d05ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "83020da3a62c43a7a28d05ca3d63fff5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "018f9be282874d66a8ddd045e4c0b9b4", "region_id": "RegionOne"}], "type": "policy", "id": "6dd888ac09ad4b4da11874022ae46b6d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3994d77069394021862c9eacdfbd90b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7b55f867f659496ba288d09ffab99ede", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "35001eeabf884f3c85475ab4d68c60a7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7fa8a355527b4dcca67298667986edbe", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a3aaa791c59f4c17a324e0b5b6478164", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4a3dfaa7d1c549c2af1ab5176779d999", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1b80dd0c089245d5aafd9f13f8aa5d1e", "region_id": "RegionOne"}], "type": "sharev2", "id": "ae9401c744dd4be0811fc93a6a905646", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5e9df37cd6004a45a5cfe1c48f53fcd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e0f8a1393ef244d8a7518e097f4355f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "21247fc7b7e941e594705e6aea7e48b9", "region_id": "RegionOne"}], "type": "share", "id": "6b40fd0d997849d8951f13d67732ffb3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8659238d2f4f453e845ca0a1afa40d3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dcd3430667ad46c4b8becc462ad02652", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3cde2b7cdca245e38ae4a11d4d8aadf6", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "270f8df1ed4e4ba99c2fbeea17284174", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8da306f29034676b8d33d243376b1ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3c994f9c2e14462ae0784c906dca39f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4315a4bb477a42d9bb3c006a140152e0", "region_id": "RegionOne"}], "type": "orchestration", "id": "7527cbe1975d4daa838b3a49f8b7d216", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "229ed20c2c6f4038bd52f38b1c6929d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81e31609ab1c4b2d861314d0ebab2e11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "812c0c1f71084f488b434e42207c7f4c", "region_id": "RegionOne"}], "type": "block-storage", "id": "53209be985cb46ebab2cab03ecc2a76d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23647b564e8e4c43a283ebdcb1d1d578", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ec33deabea4483abea1ae38cf837cbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fc510e1a9f140c2a49a16802cf05a26", "region_id": "RegionOne"}], "type": "volumev3", "id": "421f1b5011cc43f197538e4eeea86dbd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7137f5d33a54ae99d6593518128cdef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b41e322df2254f2c91d972aac02634d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18cfe1e310b24a09b92aebc625ee4f86", "region_id": "RegionOne"}], "type": "volumev2", "id": "850d9384ecb94cbd808f22260be74ebb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a02291322a814a698d7dca064c0e9f8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2ea4f27b7544d049b439d6f8595ec62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9808241070ab48699331587668577884", "region_id": "RegionOne"}], "type": "volume", "id": "44b069c6578548f1b2b01b2c15b09818", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e7318a4b47741b690aa7528dca1e06d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6fd0bc8d8d446078113d4be8daef34d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a25308b1c8b14e519ee822f6dd7245c5", "region_id": "RegionOne"}], "type": "block-store", "id": "348c9f440e584524a4a82e8c57a4ee44", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c1cbfb2eb06e43ebacba7277972aefed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "84c3a3f8e8cd4f00803bc9e1312cf33d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2ff4ebf77784404a87e3f536a9058199", "region_id": "RegionOne"}], "type": "alarm", "id": "7ac27d6fe984484481db42963ff74b57", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fb8291b2a8b340fab48a43f0f075d599", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b41f7e63d8d84224a6065f6ca3c7861d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6724cf828d64437b942580d02ac8421e", "region_id": "RegionOne"}], "type": "alarming", "id": "3b245a9637064952ac487145799d6ce3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6212091941dd44ea82f67410737e6daa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3578c2717ee24294932f31b9ee8525f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5b8b6ddb8e0745c0b2b72e4e8625e999", "region_id": "RegionOne"}], "type": "meter", "id": "a0c292df5dcd4121a1cab3a3bc397e88", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8054ea7ae22244c5ab88dbbd9c7defb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "aefbba3e957b46d48968206c6ca1f331", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a10e5e10b9ab4588a9fca9d102d39dde", "region_id": "RegionOne"}], "type": "metering", "id": "7a25109cf13e4504b13333a3551e50a6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e5aaf8a00d574e3ba7b6ef2c9492e003", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b007e5c1419145fb8c9f1eebff6e9ee5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "63b4f0c87ea84b248c18ffeeb8d92f02", "region_id": "RegionOne"}], "type": "telemetry", "id": "e71414ef6b69431eabc9a397c83ff88d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "68c8e286020e46f48eae6c86a7d665e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cff0efe27c4c45aeb0b2362a75a6e0eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d71d2b69ea9d4e01a0dd1d403b1e47a8", "region_id": "RegionOne"}], "type": "event", "id": "e2aad58822904c669f3f9d5ae3ab3683", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3bd21788cf7c48c6942c12835c945a5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "681334fc1aff4e92803776c6332b30b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ed696ddae1a248888b4b02f6559f72f6", "region_id": "RegionOne"}], "type": "events", "id": "2170c7f6489d40e3bf0b8858051822db", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "56e474cbb6bb47fdb3ec07fc8d3386fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2ff4906e60e4463b812ef7a8fa99b172", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "011dfa96b38a4b3bb6313589e6f7f446", "region_id": "RegionOne"}], "type": "application-deployment", "id": "6225683a5ee9466fb3a97a04d71d3d03", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8c782ca3747e4d62b952613597bdbdbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "343a6a20a4b84ade89135ab8a55c7e97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "38192351d21f484a8b4557cadc1b09aa", "region_id": "RegionOne"}], "type": "application_deployment", "id": "299580c9fd6e4887980d0474b60f55e5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "32388edbba834fd7b2ce3b415eaa7660", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "852052bb50a440c98e02b8d86877a9f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "388b3473bb83474cbd5146e57e418f61", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "db5f97db824f4e50b48703b1c844f676", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "36f87418382443e09906627000219f6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7bced58610db4c5ea81014130e3c047a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ba8e0244025c4646ac13f283f1d99518", "region_id": "RegionOne"}], "type": "tricircle", "id": "1af11a48d5b445139ced6048b796b14d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e54e08dfb9f048a082e06dbc08f5dd63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ca7a6e839290411fadb660a3e131d9fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c6cd24f994584ddaaf6b006e519e35e5", "region_id": "RegionOne"}], "type": "database", "id": "8c84eae706774dbdba6e3eb783674096", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "75ce4463bb22481f89c4e54074e2b56a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "112e2d0dddb0467fafb2c5f75a83abeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "13729d02af164589aad438100a76a9a6", "region_id": "RegionOne"}], "type": "application-container", "id": "a8369877b7af4bb5815c02aca1375847", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b25d4519ccf94ffeb3b8d46797169cc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2c252f07ddf942bb95e722942579630d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "82d657a43e254455ba383893126829fb", "region_id": "RegionOne"}], "type": "container", "id": "3cbaccb4635a49438839c81360f427ff", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f0ded81bbf754668ab5aec06a421bdea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d6083356bf694902b1d948be6df0e4d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1a9b9457cfb749bc878e30499a13e68a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d1aa9944d42148fc962804a9ae22560c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e01b693be793463bb653be7481bcaa81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4bf0d21098d84a75b1e51dd102b68a71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "18af6446825c4e11999f842f4d7b75a6", "region_id": "RegionOne"}], "type": "rca", "id": "9c7fe2379a7447d8904675041c1a9c86", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "280212aa79ee439c92f0926674931175", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "11e1a0fe258249e9952e90055023b89a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9c82a3c6e8904e4a91b6cb03bbcf65f9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "58fb8035c7324e7eb2abaa87f668a34f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5df39ce2e62042d0898340de49672948", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3810b3f2118c491a8dd89c279616d091", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3937b43d63b04bdc98b470dbdf99b2a7", "region_id": "RegionOne"}], "type": "network", "id": "dcc34f5a1e4e4b9f9b691a215ed641b6", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6b5d1038a173420b9d80ac45b5e8f3f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f26964ee1e1543b28293f1fc9ec0b8a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f46f41c8cd0642d5ad6c215fd130e22f", "region_id": "RegionOne"}], "type": "backup", "id": "06250fba6bd943079ad05c3071baaf87", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "39cf284c23c142349e8a8c1a5f77b9c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c8091ca526644408840909aabba7ca2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "23421a696f334307aee7798e7826c608", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "07da1aa98e9047d5bd625423e6e1d577", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "87fb6b03716543beb3f517c7a09ba055", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fb787038e95345e9b83684d1dac33ee0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "43d6c2ec856d4da89467331f3a3358a8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "30c1013078bf4d67bfa87963aee6e9d3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "545b9293de8a489f9e450b73039f5526", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "79e97c62a540469e921033e03a7b8c8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "11a4cbfab473476dba987f9ff4bce5df", "region_id": "RegionOne"}], "type": "monitoring", "id": "4d18b18968bc49b798cf00dc3679af99", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0d464bad20be4b568c6784a08d1ed721", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c66c0e3f31c64129a97fc4030ecabc96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "24a3d5d806984c6a9eb9ab45dfdced13", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "83910b3cdf164045b3d170dc7a26ebd8", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e32fede2bd7749d285f2aa5ffef61deb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "79f6f75ecaed46b89f3728b6d161b339", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "96793a52e14c435db774682f6044b3b3", "region_id": "RegionOne"}], "type": "placement", "id": "d2df87e834ac496fb983d67c95451019", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fa4e6d89e6244eb58cb138103a5fdd7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "072fc527dd144a6f822c6447c67ae32c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b86ba2315efb4f29809c6ff3d3238d4a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e07c37c68a5a4d5c943d88a3c8e2fc73", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9d55f732ad2a4c4e9ef51d3ecb8ce9dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "333b999c8b9144deb6f32ed4264ce4b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6670c594288e4dea84acbb10827d57de", "region_id": "RegionOne"}], "type": "ha", "id": "a6ab6bb9fa4242bca7f1b77214e9898c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c00e9d221df6421cb72a84eadabb12f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "eb2ab19f4fa5459084f46b9ff6f56fe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d2acab6138e849ec9077b7981cf1cada", "region_id": "RegionOne"}], "type": "reservation", "id": "afbb3c2699e744b1885ecf703047ae3c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c155f8002c06424aad70d838192b821f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bfa051ef2a744a02955bfa838203f8b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4355756f5a3645b7b93dcc0f693f27be", "region_id": "RegionOne"}], "type": "function-engine", "id": "4ea418f6b38c46f1ad9dea4a5a7b35d2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "19ed3343991445a4b9af42218a56facd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "80f7f4db7c2f4a0a904b4ca2daf94b05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6d9b68c3f53c41e99b12fa681376ab20", "region_id": "RegionOne"}], "type": "accelerator", "id": "1bfb168914414408bb708e18a3fb22b4", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b41aed491d8e48719c2ff136ea07d279", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b743e003b07a462cbbafff5442de3b46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2e9bb064623447daac8847823d9af66e", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2811c4166a044595b6e18e0fa25c240c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c04b41545ce24114bf62104f5114e2ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "79c0d96f17a941afa77e51b081a5d54e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "26469d53b5354dd5828e3a974b30b2ff", "region_id": "RegionOne"}], "type": "registration", "id": "9b7a51da94bb45d388d73a8f71c3574c", "name": "adjutant"}], "user": {"domain": {"id": "fe98bda60baf4a19ac6a544921630926", "name": "7793d306fb2e46dbb28bcce4f23f5e4f"}, "id": "d38ce65aeb144d65bb8f483669a063e9", "name": "52d3102a3b574036adbd595b367c1cde"}, "audit_ids": ["f3d750da24254384afa5f4102bd1cc11", null], "issued_at": "2019-09-19T09:04:40.521359"}} 2019-09-19 09:06:40,710 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_groups/max_security_group -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,714 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:40,716 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_groups?name=max_security_group" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,719 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,721 keystoneauth.session RESP BODY: {"firewall_groups": []} {20} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_update_firewall_group [0.395592s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,428 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,432 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,434 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,436 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,450 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.365080+00:00", "project": {"domain": {"id": "17f26c3e95eb417e9edaab4bddd256fc", "name": "c6e4d4820910440d80aa2a9aad79ff6a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "33b8bcb40ad64d4a9a3a51549e1975f1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "edfdc7e6894f4492b775e52b249e24c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "6cc6c51f6fe440ce98a32caf94f71b50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d03d8455b80c4cefa3e02b860ea77b0c", "region_id": "RegionOne"}], "type": "identity", "id": "fa617180dfac45998a7408a2573f6713", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8227e404f6044ee69bdc8219a7cc67b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a9f963986ae942dba8dd4c61598ffcad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4a9f4052f3c1495cb9fe7c34d28b49b3", "region_id": "RegionOne"}], "type": "compute", "id": "b4d00428bcdc4fb4bbb3efadcc2af593", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e4ce80eaf1824100a7be30a565f97314", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "55806abd82104335b130b9902ea2fbe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ec7bd148f6ca4613aa48ab44b16fedda", "region_id": "RegionOne"}], "type": "image", "id": "b6f67af1e49a4a93b9f621bf6fec26af", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4e317ab8bac24c2db8c2ec6b95d927b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5b70104897eb4c408991f0cd0663a687", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1c61d4e632fc442682f28221462b4310", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c1855d19c9204925917a1337aec0e4c1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34f6d1171d2f48cfbd427f4032ac382d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90b021a8ccdb489b8975685d68731126", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e88e1a28c8c4835a645c00372508185", "region_id": "RegionOne"}], "type": "object-store", "id": "a07182109882442a93784649bc9b0768", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bf1bb75799ca4c589cb8562dacc1c60c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "429cd99680c14faf91920b8315a3883f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ab1454d89ffc430f966bbf980f95983d", "region_id": "RegionOne"}], "type": "clustering", "id": "873e8e24cfb94ceda42691ed2e07f8cb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5ef827f6abe14e06949be98d4fcc9252", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "997a0bc296104874abd7b06b63eed49e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a8a29ba078714c5ba87650493fb62b90", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ad807e494f244a7ab769485e73ebabad", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0cdf602e1c064e31adf3f92ab57679d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "60243fa7f830425ab2f5df4fd113c575", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d9adb4e2b25b43ff81756315369635fc", "region_id": "RegionOne"}], "type": "cluster", "id": "f27b61c59680429cb0db6bd8b40dd37c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e6cba87b69a1470db38c34aa66d2b639", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c642be5fe383413a9ea0098a9fcb80f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "47e55c8282af4438bdf07019431f85fc", "region_id": "RegionOne"}], "type": "data-processing", "id": "f3e7e53466c64bbd937daacf5014f652", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ccd8962d7a8c48b887fcdbd4e7fc9511", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5f09158d297942e5bbc777f2bf1c1ec9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "64a0ba39b3d64d5ba1b3878015b29dbb", "region_id": "RegionOne"}], "type": "baremetal", "id": "8c454a693b584a939d0d6b1e1810df4a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b1e4e50d9318400b964d31f835b9638c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5183423dd3c1422f91c6d2ea44f69be6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7a184be944af4c2da824b6afc6bba723", "region_id": "RegionOne"}], "type": "bare-metal", "id": "dfbbf8ffc2b84e1c91bf93ea98f184e5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1ad5dad3b128485bb27b60ad81940cbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "beaed2b6d4c144f4800e66267118c169", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "2c29255acb084c868c3aa118f2de5e06", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a795b5e85a664bdbbb57139d749ca85c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e016d8dc7afa44bbb937a88e5fef5cb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c57f050cee1f442e986c3d1f228820f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "fa451bd7a7e0406c8612a5182fccf0d5", "region_id": "RegionOne"}], "type": "key-manager", "id": "bf8f65051b914a35b43b9dbfcb13b6dc", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7f48a8947b094fff923679c83ac6ecf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d818f2bb464a46649c918e73a336a67a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "99ae529caf7b4099973ad8bb8bb58335", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "185d45eac61b4f7d99419d4ee698f6ac", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0bfbb89bdd654d7ba49ef2c4a9b4e68f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9ab438d516ad4e77b51ebcd0e28e4e92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cb5f179fea3f44178e3b3636b9251249", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c121a9fbb94b4e0a98fde4bfabccb787", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3f07b3fb8e49465b8e60f7267888f851", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b1ad22bdf00346e7ab756a72f392a2df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cec738c524f94f5baa8753c0edd7d719", "region_id": "RegionOne"}], "type": "message", "id": "73761c35c80f4c6fb0a7f15627230f03", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "239b09868d2e4284bd03452192fa38c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f87be970177e4b4db221f8ee4116bb0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5e012c83fe304191a2a32f3d8dbf8c11", "region_id": "RegionOne"}], "type": "messaging", "id": "11fabc1db2fb400a964bba328eefd1ae", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "359dfe08ebc549c8bd73617cd840a7b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ed9308db894747539d5aaa2af8de6863", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "69fd5b46cdd445909c2198b094dd4481", "region_id": "RegionOne"}], "type": "application-catalog", "id": "532a21ebd1104d2e8514900bab1eb907", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b9b0d69009bb4b5bab8eda38ac1b215f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3794078ddc574cc9842f3241a7cd7243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c4b355b745e240faa1f30a8921e1d651", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3fa09cfc7c5c4d2c86dcf7c1eb825b20", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0d89a716ab3f4b748e4a803cc5859560", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0901b7e3a3b9462589e86b98b5592826", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c102bb0bddf04966a567a3a227c71f18", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "337beef105214530b5c0d856b4cec8fc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dce8d30273cf4305a39946821462b678", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f47b3b55bc54aa6bcb5621e7eb77705", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "26b2b7af7011468986b6ab1238a3845a", "region_id": "RegionOne"}], "type": "container-infra", "id": "e6f4c14b7fca463a880458f9cf323f09", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b371fb629d1744c5bd6ca1b6d3433cf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "58ddbe7a711046f396de87e0e08fade2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "04c54cea3c134daa993784b67a0e0ccf", "region_id": "RegionOne"}], "type": "search", "id": "3b5908a09e2a49f8969688c273d6b137", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "84db5709174443f6b5e3a2717c23a097", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2da20c7d47cc46a09ec6c93d2b7ec662", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9055ede701554688958e7aef00742f37", "region_id": "RegionOne"}], "type": "dns", "id": "8f207d18b7634481bc3d3715bb363ba0", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a7f1827be8b54b43b5151c429de52f2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4600c82585f248e7b09e26172d867f15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1fd4e3d79941465586cac0d7f59bdc4f", "region_id": "RegionOne"}], "type": "workflow", "id": "80f94e443c8748a4bc9f5b30d3d5f02b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a31b5bb166c74afab6dbcbdb2dcadfb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d284ccb046234d1b8b8840fe9da27278", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8813d20e079d44efa8f099798cd1817b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "59f95f8e86bd406e8a3e6d666a28b37a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1215c724b285418f9d847f2f83525927", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "556e7118cf9b42d3a8f57f80343af4bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "11fbfc91bc934dc38bb82f70ef745f23", "region_id": "RegionOne"}], "type": "rating", "id": "1fca93892a5047b7ae9da3f7409c30a5", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b3f3600133284722b35f1a8699e31973", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "10cfc9da6b3041cdb86947021fc87f2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6db5beb36fe04b68a521522f8f467457", "region_id": "RegionOne"}], "type": "operator-policy", "id": "830e35caeb2643f990694fd576aaa1c8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9a8068d1c9f34cf79e1c9ce18ca7627a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a4eaad6299a9499e819a30aaabe695c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d084c3d995be48dd87464ccc77e2a18d", "region_id": "RegionOne"}], "type": "policy", "id": "63a7666e7092479d95841c7f7f4205fc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ed24bb53a8fb437aa902700358634a2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b806333221fa44c8bcd0e77bd014e87a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "370fa64a7fb04028ac537c987f480df7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c737761c779844c68d5abfb3581bf6fc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "55664f9b26644906917454b1d3887f93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f370be1c13e34d7ead008b1043562cd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4284483aab934b378e0b8ebc9cf4a8c3", "region_id": "RegionOne"}], "type": "sharev2", "id": "141bf3695dff4f74ab0adaaefc088064", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6d5a8c0d253a4d43b0f893f7eac89782", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9abcc74deee3498ab9dc4bb2e9020244", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7bd77a79bebc40dcb34c260964495854", "region_id": "RegionOne"}], "type": "share", "id": "1e31153e7fed4c368d18d313a8f2173b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2e741bf07976427a849faafb8e24f85c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bf4dd6a61c2a4a1fa9e2efe9ad532408", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5e06869d2d4848f38694f4dd2b0b0209", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ca5dfa2387be4cd69a8132711a04f358", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "243f700305504ae5bafaba97a1546873", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "138496ad8079479bb9b7902fc637a2da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74b006d105c14eaf9532172dca23d1e4", "region_id": "RegionOne"}], "type": "orchestration", "id": "1d3dba562768431e9c2f0d09c3246667", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62e4055797b04d55a52e2974ffc337dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2db62b75a2764d2aa3d881e94d21f2e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f5b7ef315e24b89a2eb423d0a0a7683", "region_id": "RegionOne"}], "type": "block-storage", "id": "e3bc4df500a34d32addb35a121b028a2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50cde0274c7340f4985325ee4745a1da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6f008255386462ca869e81e999c0fb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcd13ddd96464d659826d130445635c6", "region_id": "RegionOne"}], "type": "volumev3", "id": "1a1fcca4d9cb438194cfd93788a4ccc5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fac3a99807a4b9390eaa4ac78a944df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92019925cd3b444d9d44eee6d52af796", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c33b1fafe4b34758a4fbdb0f8d78377f", "region_id": "RegionOne"}], "type": "volumev2", "id": "50f8f226e4ee440785041e77019fac55", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf790a4a4b05429ab7d7efa3131d610b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10da2d4ccdf241089c9f7b8d22d77490", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "192f36d437374a589b69bccee080e3e5", "region_id": "RegionOne"}], "type": "volume", "id": "3948ac44ecf645e683ce9d141087f50a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5538969efde40b68e4b5193c2ade890", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab302de05b2d4f3997f619b73ba41d36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fb8bc2c1cdd42efa97a4c4b69c9686c", "region_id": "RegionOne"}], "type": "block-store", "id": "c633d8c9f90a48c6bcb7b1b1153cc812", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3b548a479a734eddb22100638583ecf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "aae5dd7eec3f4c9bb1d4a6430f4dd17d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fea2c0c1b54f40eabacaa58c4d60b69f", "region_id": "RegionOne"}], "type": "alarm", "id": "a9a0c13fbbb0469a8a62b4ee364fb23b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c2c12992170746789a4f85a789439c67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "231643faf0f34ac690b3c7a99ba212f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "aed55f69e67d4cc68092572b622f4843", "region_id": "RegionOne"}], "type": "alarming", "id": "e4b4b7eef57049caba543b4a777e66ea", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "28afba2746dc4cfd8a4ad01d4f5306e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fab92b11c0ad42d88d8b6c59ab7e8206", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e7ffe2f105924395a8dd4cc46f009b3d", "region_id": "RegionOne"}], "type": "meter", "id": "73e1f7d180284b439df18bac43acc80b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dfbf23ac1b3e4cc996698f6fe6947e58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7e453167ca36482c880ea478021104e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "89d9d9b2adf14974998e35ed066b1afe", "region_id": "RegionOne"}], "type": "metering", "id": "eb6cbe78eb4144cc97b86042723f206a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "631ec8cf244d4e21a36455d14be4a918", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9dfdac637bf34291bda4a84c66af3077", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "17190578d7fb4245a25ae6d3c381ae03", "region_id": "RegionOne"}], "type": "telemetry", "id": "b42c6f1d45c741cda61ace582a1c824c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "bc74efc98eb64df5a94275167f199259", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "946c009eebcc44839df235f24edbc249", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "60c284b9600d44c59b5b799b7eef7aaf", "region_id": "RegionOne"}], "type": "event", "id": "37dfe166ddd248778a8b7cf700a1ba58", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a88bef1d3e714d4d92c9a996ba2cc2ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e1ae31450f0c4669ab89fbaf582d65ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "718b25d3cd904e6c92c6feb1c67fe8ec", "region_id": "RegionOne"}], "type": "events", "id": "bf3ab712f77c4cccb6602668b2c3b59b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a7b6b89ebceb4111b06b6c74714e1447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "00ae1951e36f41b3b1c88fa5bda581ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b6e28994cf58405f9a99227d5a703317", "region_id": "RegionOne"}], "type": "application-deployment", "id": "15683c9e12f1421a81aa45fe31fd9101", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "908a50dbc2ad4ac6acc4fdb7125f9e1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "26d071961bdc428caa4b803b32fe275b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2ea1961ddf9b45bfb87963983e6e7316", "region_id": "RegionOne"}], "type": "application_deployment", "id": "fe6d2e735e4f4d6c9d4b95e89c03945e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3255a834f1644d1588c2b67dbfbfed0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ae0da2a4c9c741798a961d9ba6d36424", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1b68c520d7614f999a8a5c360e8bd7d8", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8d880cfe50e74a13908e5aaa63768082", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "aa80be4e53574984ac64b5ff2c33b1fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0fe49f13ca254d4bbf91f90c4bebd5cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5c89dd755f004f438a6e494834276ed5", "region_id": "RegionOne"}], "type": "tricircle", "id": "1afd309feb6447828de2203138d834f5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0f75a924fb444ce189e9d4bc2c4f4318", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a815f1521ecb4561b097a7acae8810d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b0677e628cba4516bdf954c0a5395e1b", "region_id": "RegionOne"}], "type": "database", "id": "9e62723bd4464520bf97cfb0efd412e0", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3f8ebad6d4ed4a1181f3fd948a93af21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9ba54403a6a94d6bba0b05e78e87571f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "09f8e554cd4b4ff283aaee4f1ca8c07b", "region_id": "RegionOne"}], "type": "application-container", "id": "768fabb16c604a0fad6991ed3ef6dbd2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5fc4ef24548447b099b8ed954e790507", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7c46278043ba4037b5e3c84c372f08f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "98fe9adb8c694c678744f2c8ae270c96", "region_id": "RegionOne"}], "type": "container", "id": "9307b6d1d1a748f88422e0298a4ce16d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1dcdc2e88fcf43c9b16aa525669cc573", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "146ff9f6ef774a84a8cf98a2b69c3a04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a206dee74e4e42a3998a9934ed21df0f", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "5f648b1c087145fc8f43f10dfac81e30", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "58822ea1abda4087a366bfe6467e319b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cc3368795c5143f7a083b8befd724775", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f2da3cd34fcc486f8b744bb6aa2fa4c5", "region_id": "RegionOne"}], "type": "rca", "id": "59a05e61eb064590b41dab6cecc66fb4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "00c4e78914664f4cb8a813ccdddd5082", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3e1c5750b55d4dcba98e1c4746c7ecaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ff09c12dd72c4e58ab58a7d4347d1a40", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3aaf10e6063f4b8d9646465420b5861b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "437b1bfdaacb426aba01ae46f0d09c1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e9a48bb709e04ff3a7008f0808be209c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "9c7aa97d2aae4cf89a3716952817eb55", "region_id": "RegionOne"}], "type": "network", "id": "4438b23bfb604f0380c5eb0a61123bee", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6b8c4c7a3d7d4d3da20f66e00a34aad7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "23837f6f233f4293bb02658f933a2917", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "95ee0515d24b4250a446c48f996dc3f6", "region_id": "RegionOne"}], "type": "backup", "id": "fde3835d3ca24ac388541a4917d2596f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d0e5403b6e384ce6b247a80a0ee61244", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2d37c48d864d4a179900eb094ca6e706", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b5f73fb657f14cc5a6335442c91bab25", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7b7228634547434da4223615292c2e10", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1c4b9c9bf3754efa9416e8489e2fe5d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9b3b1d06ab6d4330bc192804f243d068", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3d042c72128648fb89024bf8ad6ff057", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "35c32255e6f1403bbeca366e8f69eff6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1e43d8f0ee424a96a28d106ae3edf49f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8e8c0614e21045df8b7e877fecd2c96a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2b4ae034ab7d4a139931eacfc71b3ae3", "region_id": "RegionOne"}], "type": "monitoring", "id": "421a2cf738524451a8ddb36ca33a4c14", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "06afb22b0bf9419d8eab42c9dfff327e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1bea8eac1d854705b8344cec425d450f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "fc0ea1b6fa334d82acdebb542293c234", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ed1bfc7e095c4765a118076de421c4ce", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "26f2db9556e94616a9814817bc72fc2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6f97b602bcd647e38832da28f817e1a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "58e672a9b8b74d089a1ded0bcbb6b3c3", "region_id": "RegionOne"}], "type": "placement", "id": "31237c35c7564f788b2bb6a4c04f32c3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "74613f4c99f34ad891e81858ee0c73b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a81d014f2feb4fe08015b4e88d023964", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b966cd94629a4e168df20e27490bfcb4", "region_id": "RegionOne"}], "type": "instance-ha", "id": "6f8faf3cbb614d3f8e26b07b44c50c68", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7140a703264b469087062bdfb0a73604", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "069389871efc4609933ad7dbb55f1fc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1827b48e4aeb4963a398bebd3a1e69f7", "region_id": "RegionOne"}], "type": "ha", "id": "17925468d4114c509be10a9a3ae7f5c4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5f6dca24fb7b4aa6bdf6bafed22c137e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0cab62f87be141f9839a74eff1ea8b20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "9fda405dbdd74541877ee91a07d85fe0", "region_id": "RegionOne"}], "type": "reservation", "id": "0e0b8bef42704451a2c1ad4191da3e7e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c5e5eda60bba4bdfb53f64492c185016", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9cf3999d96f748f2b32915a4d21cea2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8b89c74365804b9f8c3c1ee479141c51", "region_id": "RegionOne"}], "type": "function-engine", "id": "482db0ef09d94219856987cf49bbdca1", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0a83e2e3b74f4299a7ebbaa9db471dbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fb07351696f845799d784a0fe8c56004", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "305c010540214b7ca842d4d05e90059b", "region_id": "RegionOne"}], "type": "accelerator", "id": "0dd865e2145c4db9990befb7c64480e2", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b08df3020cd94da48527a4aaf799df28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2b6cbf6b7f8e4e8bb605115614a3afb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e90ee1ba9fba449abea22e18c6a820c6", "region_id": "RegionOne"}], "type": "admin-logic", "id": "87e59671c21c458a89c0bd41e9c7e17c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1a938bcd5baa4a4faf1c89597b899d97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2515ad681d5c41a482ef1591997f62e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c948401a1dbd45fd899f8321a5627af9", "region_id": "RegionOne"}], "type": "registration", "id": "3f2c10e8ba3b4ec59e732bde8e8af7dc", "name": "adjutant"}], "user": {"domain": {"id": "24b63967e05a4366b116db1da31ee78b", "name": "564ef628e05a4aa5960cc5b4734209e6"}, "id": "b689a8a241854b849ceed2401153ceb4", "name": "d8fde225c9184c9693008fd0a763a5fa"}, "audit_ids": ["5bc2b713317240d7a12b235e66dbd3cd", null], "issued_at": "2019-09-19T09:04:40.365080"}} 2019-09-19 09:06:40,652 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_groups/max_security_group -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,657 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:40,660 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_groups?name=max_security_group" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,665 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,667 keystoneauth.session RESP BODY: {"firewall_groups": [{"status": null, "description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": null, "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": [], "egress_firewall_policy_id": null, "name": "max_security_group"}]} 2019-09-19 09:06:40,676 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/safe_outgoing_data -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,681 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:40,683 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=safe_outgoing_data" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,687 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,689 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "safe_outgoing_data", "firewall_rules": null, "audited": null, "location": {"project": {"domain_name": "default", "domain_id": null, "name": "admin", "id": "1c36b64c840a42cd9e9b931a369337f0"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": null, "project_id": null, "id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "description": null}]} 2019-09-19 09:06:40,697 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/bad_incoming_data -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,701 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:40,703 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=bad_incoming_data" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,707 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,709 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "bad_incoming_data", "firewall_rules": null, "audited": null, "location": {"project": {"domain_name": "default", "domain_id": null, "name": "admin", "id": "1c36b64c840a42cd9e9b931a369337f0"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": null, "project_id": null, "id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "description": null}]} 2019-09-19 09:06:40,735 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,739 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,740 keystoneauth.session RESP BODY: {"ports": [{"name": "mock_port", "id": "7d90977c-45ec-467e-a16d-dcaed772a161"}]} 2019-09-19 09:06:40,746 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/fwaas/firewall_groups/700eed7a-b979-4b80-a06d-14f000d0f645 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_group": {"ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "description": "updated!"}}' 2019-09-19 09:06:40,750 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,751 keystoneauth.session RESP BODY: {"firewall_group": {"status": null, "description": "updated!", "admin_state_up": true, "ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "name": "max_security_group"}} {17} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_delete_floating_ip_existing [0.553183s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,291 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,295 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,297 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,299 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,310 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.226381+00:00", "project": {"domain": {"id": "1e727e6771d242f6a0833a9bc09090d7", "name": "f4a66a4f128f45f4b3cbd6cef9f03863"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "cc00b1de15d64811a65343615702e581"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1a4461e66c56452ab01b43ac03ac54c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e9eedc880b2946ccbead674b881c416d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a3dff0b27a74425fb6bf582489488eb6", "region_id": "RegionOne"}], "type": "identity", "id": "341627f5c6894ef9a75552b42ad911ca", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2661431965a4497da276570bcc88eaf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "852f9abde84e48e592b356f19fa2065c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "756768a6731a4650a5198ecc24163c82", "region_id": "RegionOne"}], "type": "compute", "id": "c29a6f821921412582350cd36df3eefc", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f06660b1ba924d6d9a2c4d2210b08ec8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "de91ff506dbb407f961f96b1f15281ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "303456899e04447fae843f72876847c2", "region_id": "RegionOne"}], "type": "image", "id": "d5630af0d73b4144a4970367415e627c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2a17dc913ad046e585dcfb9abbb53fb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ccc52d0b43084cbbb1e058cd11d3e0af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8f17214291db415697c5f1454f8a1a92", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e6e62d62703e4d4c8983c917912fc647", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da06465efaa54b88af4144e28400135b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1a3424c09184ac79259956492020303", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef96aabaac754eba9d3bcb6ebf684c45", "region_id": "RegionOne"}], "type": "object-store", "id": "4ac7bba1f6de4c9e95e46e7aff59dbc2", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0b63b8f9ad0a4888a7e7f4b1d8746193", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "73d86e43d7724d4eacbaa1479309c1b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "506a3abaf5ee4137874fd34bbdfa964d", "region_id": "RegionOne"}], "type": "clustering", "id": "f4b527e9a51c437189faf0ab6e3c69c5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a8b89c33faba4c179a3f3b3dd8bf000b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e39ff4996bb043d198fbe6ce230b6494", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7172d507b22e49f6a3afa643f7a273bc", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "740eeb4133f8492490e3fa9f7e3ae85f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "12c97dbe8cfe4c259d3b1354e9171c20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "58bcf7e1e4514cf082034d7ec605aea8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "177708ff13274ccf954e501dd8d4b00c", "region_id": "RegionOne"}], "type": "cluster", "id": "94e2811aaf444ad3a1a902bf27b5df58", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5adff45cfb17483c9c8b5452a630a0e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8bb7bd7a57a148ccb7a8119d086cf4df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9dd8284c82b94457ba52da03ee3c66b7", "region_id": "RegionOne"}], "type": "data-processing", "id": "8579d29b52e24644a239b7726aeade60", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8351dfb0601448bb9c8f9201a94098fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c8e72f81b5cc4b28a83663f163784b31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ac72e932f28246d798f6e91ee1aa2d14", "region_id": "RegionOne"}], "type": "baremetal", "id": "0836a189e63f45e58c009c1b9a433754", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5ee8e46541614907a73275352c6c465e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3dca9d570a1c486b900c55478d6be067", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4095b915a9c840fb9d0fdae161a46f13", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a921d56ec29849dbb2f1e47c7a84aac7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "516be25bff5e4ebb8e6905f672240669", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8ee060c98bc4461c94520f35c4a3c923", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "93f6327491234e03a0f38f38715e02f7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5f18388d40e74b5c8ab27af3eb7e44ad", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "08ba9141a7fa4624b2d50f13dc0257a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "acffede74b7c48cfa50b6f086c4bf90e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "a04ecf365fb94bbf929eebf67273c52c", "region_id": "RegionOne"}], "type": "key-manager", "id": "b17ab472b7544aaeac58353a6c5344db", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "73bf44dbf27e4feda21372d487f428d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4997e98c3e7e43b6a7a458e07dd3f5cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d37e710f37ef44df9c828b2ce8b19d09", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d212b96fc2f24fd3884fd38d195b38ac", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8590261aa4684a33b7ef9a66d4b3e610", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f190783d50cc4d068a830b3c738a9a06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9fe8c04783834e3fa8750eb28b9e311e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "3407424c83194b73b644c304248c3d0b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "330abf3cf7e94b648206786c9dd7a06a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1d366ddd8b864379bfbc1d10e7f69676", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9aa4d63952074733aaabeb5cbcabd4c2", "region_id": "RegionOne"}], "type": "message", "id": "26167e18b3aa4dda97a033620d666f03", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6b32728f77a946a395b93b296c196495", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6de769604bbc455ebf0cf39cc923d5f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8c9fcef7468d46d3879ead61e5827d79", "region_id": "RegionOne"}], "type": "messaging", "id": "5c67380793ea47578b9d51dc445c9e05", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b655e8326c5c4b6e82d112e643291e97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "451d5f0320dc4d0892d27fbccdcd4b8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "7998edfa819d4b1f88f7a088926cef55", "region_id": "RegionOne"}], "type": "application-catalog", "id": "1d0d08627bbe48ecbaf666cd6fe99040", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f73dc0f033c4970b9afaed8a3efb037", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dbfb9b389d8c4431a4ed67470b9b6b4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c50dce2962664655895190857ca8a200", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c5b30d14673d443781f96f0843799420", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6a6889558c334f1eb8ec62764ec8b3fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5de8923c1fee4248a300bfd3f8f51687", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a68fd8321680488c8d6e629dd63928b8", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "75f98af13b3349759077b63233adc6a7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "553d56b6464147e3850a2726dd4779f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "19ac69476dd44ebe8d8fa5e9b323717a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8be9e58af42947e3b68686e266c58c90", "region_id": "RegionOne"}], "type": "container-infra", "id": "23cca4811d324c80b52bb4470203910a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0187d0e44abd44cf926670c2f61f49c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "30cc7bd1470743bd8a49c24bd4bf427e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "0134364aa7c94af79177e19c5e8fa959", "region_id": "RegionOne"}], "type": "search", "id": "c219e4bb8cbb4563b884632a7620d9fc", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "bddab9de70b44e69b13eb1fe86b45d19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "182364ce7b9e4aa2a7429be22c9799c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "70e1c75fd0ff4518ad51b6fa42341aa0", "region_id": "RegionOne"}], "type": "dns", "id": "4fd5cd999d594135a825201ecadfe895", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aa4a557b1eeb45e09b4c3cdac54b1492", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "68f10d4181d64fb0855e187f50d32d85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "93d4076f799f42fab92ed0b92970b08e", "region_id": "RegionOne"}], "type": "workflow", "id": "663e25ef6abc485898029e2b39affd8f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "73cf2ff1d476403b8419c92cd1df71b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "27e4ea99ed5a4f179f0f3a65bb453a56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "48f1b680762046c1874817ee0f6bb2d3", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4aa6bb7c32c846b186a006ee1decd2be", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a65fa4a1a18643bc8f38c8c24ebcd194", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "00e675fd14af4fd889cb201567b8b162", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a02ad46b4a9c4f789e2d3c3ac94cee2d", "region_id": "RegionOne"}], "type": "rating", "id": "ec4bcc082a0349309afabb15dca9a63c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "649e317e86d34d01bdbe86327857f46a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "133262f9028d4ebfb8373384ce815621", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0c9b9de0ba114ad1837c8c1fb88d622d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0b33d5264aa545699584a2d21e702911", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "be07a2fe6b6146c88246dc0abfe3b31e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9711e3b13b514224955ada10b8897078", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2c89fe729c244e8fb7362cd4940a15d1", "region_id": "RegionOne"}], "type": "policy", "id": "74f330e500f64f3eb57696fbcca392e8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4b71b00d9ca145fba062ac69d8bfaf31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5d59f404c3e5455f805fef45f7289102", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d0e4a879186f4c65acc99defae20349d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6386bf499a2e4a4895fa0b211f7c9eda", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2a4ad7cdd8a04b69b338358165427b9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c33be6a0af054cd0936cf7b28639f558", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fd7838a719584ed2b76cf79fc63d5cbb", "region_id": "RegionOne"}], "type": "sharev2", "id": "c7e777ea3b0e48c384c08db42afdbf84", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a72068120996424e83905e36bedeee8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e2581307d9ce4147b2a0a1f9656a60a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4374ba371335486bbeb34de5ce95f553", "region_id": "RegionOne"}], "type": "share", "id": "9b8d6c97cda343ce861b7740d43babaf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a8cbd74a42d74377be9c7e630f5e2e19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a9a085e7b2ac44468a644f72c60a3ce4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e5fd27b867ad496a8016f8029886d1c1", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "545a2bbd2e8548b09e342f43e2ad14b7", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25b30b3575c3435d9cee99bbd95230bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b0225fabcd04a50a5eee5f21bd4c92f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd64f6eb226340c6bd14bdfde03f796b", "region_id": "RegionOne"}], "type": "orchestration", "id": "546515ec978f478293802a9e51f2f9df", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26997a5dce5b4a82bb3a7139a0d67a4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22d90054743c4989b012e1652d1893af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a1cfa55e33a4e7786456e6536b68ee3", "region_id": "RegionOne"}], "type": "block-storage", "id": "6de920cb5e5745c5aa29ac31789ab353", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e0f1cadefbb4e5cb8a3818eafb0ed9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b7c1d8ef8ab490d85e850c3a153da01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "118e4171afe948488b6f225012c3ae8a", "region_id": "RegionOne"}], "type": "volumev3", "id": "cce51b379bf3431bbcb57c5709accc46", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a74330730534817b8606100b9e1a84a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3962dde708e4110ae0d7454d0049db4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c14796d0f64d450e8dc9695bcfed0e6b", "region_id": "RegionOne"}], "type": "volumev2", "id": "4c88050155b44615aef649878e92a050", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c57a1c23fe54491a910df634d5cbc77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "faebba1e680449cc988799768a7eeb6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4f417da7eff41d49a28466c1f981047", "region_id": "RegionOne"}], "type": "volume", "id": "511852981b444b3b81cc4dec506c2936", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "acce9cd94caf48769d235718734b7a6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99b2d5beae4f4db7ab2552716ce3d6b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6434a16eb15c42af8c4c1c257c389132", "region_id": "RegionOne"}], "type": "block-store", "id": "a93396b19996445582389e9279e5be3b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "78cc56c93c694c1b9d43f1da2a3b9a89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7a435d28f37d4cae9465c80b9a53b741", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b3fe9cc147dd4bdbba15e0b9b7f627bb", "region_id": "RegionOne"}], "type": "alarm", "id": "7c2c506fa6364057bac95b5b627e7c58", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "081aeaa87a6b43c1800c1457ad522c9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d33b39ccd6b34244a6718ab0fe654d24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6b93a5bbd5204ed2b0113e79f677a298", "region_id": "RegionOne"}], "type": "alarming", "id": "2a193a05af5d4a069e7fef57c64e7841", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6e95f260403a42ac96c1057cfcc93f4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1489cb747c5647a0bdab03dfc739066a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9059ad3416d4453781a53c4d86dc33c6", "region_id": "RegionOne"}], "type": "meter", "id": "b3bba3d883e84c5aaf42862ae684315d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "17ea4f7a3e1f4140946392c7397eb411", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8b08b9d6c61448a1a672033f920d78d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9ea762b364e74e43ac5a7b1bb9a57dc4", "region_id": "RegionOne"}], "type": "metering", "id": "cc01aebdcc7c4a3f8375d67185b4b6ae", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "555b8c80888141a2b1adffaac0561226", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e20d668bf7cf42ec9e0eafec6dda79ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "eae7779646b84dd5abfd340f93b1a1f7", "region_id": "RegionOne"}], "type": "telemetry", "id": "cdb6d796a35f4e9db0e2e6da56e88949", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "83ab63219e9c441196d2f7b8a8b1bb25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fefaebd1481c4409a234d9318f1ca6dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "434b31493a574ae4a6481b61fc3c1647", "region_id": "RegionOne"}], "type": "event", "id": "dd6b687dbdf044e28ef614f23c95d550", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5a68c62092ed4501822e82b54546428f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3a29642efb954b739aaf19a331a8db50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ce716b0f94d84620890a5f4dab0b4bd9", "region_id": "RegionOne"}], "type": "events", "id": "785d045fba8341dabe862d44ef826b9c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cfcd0d0af04f42cbbdc45fa0f5da0162", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "774345bebdbb46a9a99a54162a965929", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4e146804b71948618e97a6ea915e0f3d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "aaef09bc30fe488199e5cf4f8b98f1a8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0376c06ee223447da771c6b90fc37c12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "74ecfbc3815848bc8a34393518b2307d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d00a28340dcf4789b064400f3b434cdc", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a8ac63c2c84b43e58ddaf07ded42e135", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "edac5c66c43e440fb94eefea49f496d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8044cbc7ef5048d59db45308562c7193", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "537ce470c2a94b89b3a71ed77705948c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8c65dbf77fc3421b9edd139c14fabef9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b7d1f5f8242b480294e1c7898a98f70c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8203ec5ca89444849abc6e3940eb75ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "986b6ba6ce7a4754a7490ea9e7a8b103", "region_id": "RegionOne"}], "type": "tricircle", "id": "dfafcd32837945eabfa4314381d8d8d0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c419996706a143908d7e27faabd0a1ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9146148ac2884aedacb7cf247d4aad48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "65f2dd8e368f4d6ea843d6f27f9ebb34", "region_id": "RegionOne"}], "type": "database", "id": "79de4184c7a34fc187d18990c373c818", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "85e24c23ceb94617a166e166d572c0dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a601c85f46684e418c21d29ab4fd9e54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "76051b1ea2a84875b2961898bc67f1f9", "region_id": "RegionOne"}], "type": "application-container", "id": "e505234fac7748ef9e290e00ef69a89c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8d7a5e2aa708451dac1df2337232fc78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c29aa5515ad641b38c232c247772baaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4993fab354bc4141a02a5fc9e5e8fb09", "region_id": "RegionOne"}], "type": "container", "id": "e1f0519a5d174cdc99faeb4266cb3da2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0a3da3489e0c47ff8d3b8c894bc4834c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "44df2a39e63f4bf2acadec87ba742d0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "62ff781232774beab18623063df494ce", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "04e13ba4f6864a3b935a23fd0d68996f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3357ce9b447d41ec9fd5ee5edbf1bdf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6d070293081c419f9ccb4c709a8c716f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f2904c609c4e4193b587a22cdaa27bc4", "region_id": "RegionOne"}], "type": "rca", "id": "7a4c03bbd17b44beaa84e1fc2f66fcb4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5e1e46e1d35a42d194fb891d91c1c8f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2fd9a7c8a01541c7a33b4077c0bd9e5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ebe2bc70834542aa821e8958200dc52f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "8730b51c583741ecb071f43f45c3bf78", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d408dbd1650240b5a47ed4b466c6b314", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3f9b12c06f6f4204864c8d9e5509bb98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f0716a7ba12f4e65962cfcd098470635", "region_id": "RegionOne"}], "type": "network", "id": "4c645f0ea43049108f8dd5a89c59f641", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "de52b69376a04612957af05e95dd9d7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ec4ca1ef28e443e0a8a93693d55d54d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d4ee4c84b5ec4b228b1e59774fc3ff91", "region_id": "RegionOne"}], "type": "backup", "id": "ff12cf6b57a34cfc8383e4f943d3ab7f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d0577c7f0476464caaa310dcfed5c4c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5a35a2fbfac145d9851f423bedffd131", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c53d64d347804645923e84ff68436c70", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "46e301a55c87400abcedc42c153af705", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "87d2fdcb76744c2aa67c5c4a4557fcc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1d5a1b8b27aa4c8c8ba954b311e80da0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fd10a2c89fe5439d87afd7accbc1698c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3fc00fdbc20d461581c4d8995f091faf", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3eb0da1a679a4d11bce740a241c20e65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d7a55fdf3c0e475e9944633a6b000a4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "92da00975bfd4628848bfa008268ab7a", "region_id": "RegionOne"}], "type": "monitoring", "id": "f1bef1bf1da346adbc52aac6ffac5e3a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8eeefcf5a7a34ec7a74afe0fe8dc6640", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9031faf4d9554c928f9bcf46b26e9e6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d1c8080b298b49c7b8a745e16b88ec45", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a7533e78563e4fb5ae338a78e0fd670d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b61dfd0bf78b485dbb407b398406b2a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2a78b8a32488429798476a66c2065bc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f85365d0c1aa48778c0e8cd50acb011f", "region_id": "RegionOne"}], "type": "placement", "id": "0819e289f92346818bf4879465348bcf", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7b67b30d8691433fbc75d70d97492026", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dd6792fb3c38454fbb3574087297ae0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "57aa36c6bfc542cbafe4cd1a92e161a8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c4b107413ca248d3a88dc53eab72c897", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a91bb128c65f48a2acced8fe22bd2f09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ebc3afa9108d4e1abfc8091081d22c2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "739c595e418f4d84b7781744f1c18c2d", "region_id": "RegionOne"}], "type": "ha", "id": "fa3207fb34124e2b8b938764eea72541", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6527f5a5a78c42bea5a5ac252444317a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7657c41fa5834656a3aecb4865ad859c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7cad8a9bcbf34f3494c6dc2fa0904c58", "region_id": "RegionOne"}], "type": "reservation", "id": "16efcccec5ae4561aeea62f11b83b819", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cd732553b35c494086052a7cee6b5320", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "116d1cf7cdf145e2a95a35123ee9fbc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3d82118da6a54a6da16cae275d244749", "region_id": "RegionOne"}], "type": "function-engine", "id": "f0156c45b6234fe0b57716463441c582", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "97067c10aee146979d95374a562fbf53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5c18fe66e328495989bcc60ce7c4f717", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2456df0b6b544ffaa2d3021e6bd0b02b", "region_id": "RegionOne"}], "type": "accelerator", "id": "041d35cd04334db8b4a5718a3ec47d95", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "63ae96f181f74c3193e544fd5af48862", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3a8116901960422c8f99a3d237c456aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e6afc5ace12a44d591462e7dda0bfbcd", "region_id": "RegionOne"}], "type": "admin-logic", "id": "03694aa3238f4f2b93641852a27e29e9", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "411003c13c3e4d06bbebd3056bc37d49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "289416d2b93a4d6b91578dd0c7a54655", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b479b4b99a7140058499d90a87ab73eb", "region_id": "RegionOne"}], "type": "registration", "id": "a43d19ed34ac48288af9f2a60d86b46c", "name": "adjutant"}], "user": {"domain": {"id": "7da8f06a98164fd7899a9d8405de4a6d", "name": "7023968b830e4c409d2423eb6348f210"}, "id": "7b906eab6cbd4b8d8096f884bc2fe4dd", "name": "8a77704d07a14fcda039c3a7d99735b1"}, "audit_ids": ["6966594392d14ad2a16c2b29c147ea92", null], "issued_at": "2019-09-19T09:04:40.226381"}} 2019-09-19 09:06:40,528 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda7.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,532 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,534 keystoneauth.session RESP BODY: {} 2019-09-19 09:06:40,575 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,579 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,580 keystoneauth.session RESP BODY: {"floatingips": [{"status": "ACTIVE", "floating_ip_address": "172.99.106.167", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"}]} 2019-09-19 09:06:40,621 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda7.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,625 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,626 keystoneauth.session RESP BODY: {} 2019-09-19 09:06:40,668 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,672 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,673 keystoneauth.session RESP BODY: {"floatingips": [{"status": "ACTIVE", "floating_ip_address": "172.99.106.167", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"}]} 2019-09-19 09:06:40,721 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda7.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,725 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,726 keystoneauth.session RESP BODY: {} 2019-09-19 09:06:40,768 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,771 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,773 keystoneauth.session RESP BODY: {"floatingips": []} {4} openstack.tests.unit.cloud.test_keypair.TestKeypair.test_list_keypairs [0.181536s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,590 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,594 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,596 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,599 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,610 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.532078+00:00", "project": {"domain": {"id": "1f637bbdae534d16b6b3fbe5125bf965", "name": "0c4173a79e1546248364f65c0bfd99d5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "15c00fcfa87041f1a4fafd5bfde35600"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4d6ccb15d7df4eceacc7e9aff41f922e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "48b93138e8534d16b3f3e214a2522f74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f064b8110b38405f8b5a1091a39a0b5e", "region_id": "RegionOne"}], "type": "identity", "id": "2b660849ffa24ccbbec01675a8d12a98", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "00fe33d220074175b42e11d5093f958b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ee5aa311ef20402c9223f3b0d37b8dad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "31e62af35582445182f2a46ace56fd46", "region_id": "RegionOne"}], "type": "compute", "id": "4712c9c71bfd440b8b34c3562a38e6c6", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "8f5e6d420d8e4b0988fc3abbc3a0b4cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "411fe1e56e3e49fba2f7dc6054dd6139", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "39799bcd8d5749dc88e4cd39e835b539", "region_id": "RegionOne"}], "type": "image", "id": "9c2abf8a78ca4c2182f40ab07c4e2937", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1191ebf0680c4f5e8b48aeac55758895", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ae870d3865ce40d79aae633d8e05745b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "cfb2e79cee7f493caa6a553caaa446bd", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d865e982aafe49b78128833a2d80068d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "735720cdea834d94ab28123d4b0c9122", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54b2a00af64e4c289058d77b3472dae3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc6aba251baf4a65a1f2212fd921be96", "region_id": "RegionOne"}], "type": "object-store", "id": "2b2e89da88a5480084056995e2c9f15f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "76d6ce4d0678460f8691edea8e99ff73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fd9c95a507ce4ae199a29a594409bb30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9c74cec7871c420db0356f8c4cab4d83", "region_id": "RegionOne"}], "type": "clustering", "id": "2d10cda87b2c49f8b1d3767d7706c118", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "147ff8201d45426e988e5ab1f45bcbe3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7cc4ebff932a402990a884a4c79478f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "79a783de76364434ab75989116230c3d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "30aeec4413204f31b99198a14690c023", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ab66156171664af79af20bbdb88ecf7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6203867fbac547f78e62c64709b7a7b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "66a0d3b8df124301a08b76247a1c4bd4", "region_id": "RegionOne"}], "type": "cluster", "id": "658182f3e8554c25ae8c35a980faf8f8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "01d3f7d12d1d4ce3a8d8cb060ae4c588", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "487db4619e234931b30a3a704557e9da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d1c6e375df6d4e14ba249efb03733128", "region_id": "RegionOne"}], "type": "data-processing", "id": "9fbddee02c914246aef29fef17d1b55c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b12ccf5d204f4f91903a4eeed4409b60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3c29462487514598a8e7007234f75da3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "40ea02656eee42758cd395d934de3cac", "region_id": "RegionOne"}], "type": "baremetal", "id": "85dec4cffb60452e8c9c023fb2a09653", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7ab220ad510d41cebf936b423e1a6ca6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "523b13998349412a80ed6d891e340602", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3e097365fcb343a7ae9dfca33ee6451f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "9623b697883148898edfc31fe244ec0e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "934922b7dae74577a91f8b16de2e7382", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "174a8628b0b348578de4a7dab39a120d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f6886fecb15140b28da865c38d1043bf", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5218a5e9c1144f7293e06ad1e3ffaf98", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f6447ec47b6d4546b87b018f4391b49f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "16f5c4f297844b0687a0d61f141a291c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e17408c04abc448194142643303eb2f4", "region_id": "RegionOne"}], "type": "key-manager", "id": "d5b1be3c2d89448db5df19818aa66683", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7f4ce2e37cad4759b1057eef2cec69cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "89f40decb8234fa0b830604336027e5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b10cdfebdf684f9a8a5a46ce279c8910", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "36cbdb4a8c4a4e26b4f91733037a5970", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6a07bf28d909475d9e6d1eaa535328f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "627837fac0ad4fd082ecdf7502c622f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "79e5b7b83ae145b2a8df0739449862cc", "region_id": "RegionOne"}], "type": "infra-optim", "id": "fbca6f47f3c046e98b90e6c25c1f514a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "063b5e90dd354a2c8926aacef3d05f62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c23b9b971fa547608cacaed27a1af201", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "480235e5f3464288b8c2d46f60ec9630", "region_id": "RegionOne"}], "type": "message", "id": "8ecad6dc16084febb8da40ea733084b9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7e50c7f9288348a8a220845f0cc039b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "fc00feca2a4c4ef7beddb78da3952996", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9982418787354f329537f7777a7c7887", "region_id": "RegionOne"}], "type": "messaging", "id": "d3dae939493a4a229a6b76423815e2d7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "dee86d97d0794d52bee3966b536c0c51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "97da8d67db1e43e988eae77c6a8d0acd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "95accd14417a4ccbac147bb9d149af85", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a44f6991f2ac4b7eb56c06f2339d2a8c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "33a24ad5566547d6874297c7447ef97f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5fbb72d0a58346c6b2299b553841b6b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9971e06467174f4aa9d5a905bee8c789", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6409d4bf6ee64513b5d210b4389d38e3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "551cfe5462d84aa388a19b11e16a4e4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c424e3057d1433eab4cff54480a72b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cf045f2d21a34ecf9fc1c5a481a455de", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "df231d45db63418dae483de41f77e630", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e7813bf67e7540258df5002e4da93cf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b8050673a6664fc7a6ed053792ae12d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a3458b7a582f4727bcfd183842deb91a", "region_id": "RegionOne"}], "type": "container-infra", "id": "a04d69875e3e4c249e4df0f41e458357", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ba51bd4ad5fd488a8bb2453da32463e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b8a56e4257bc49ec8eea96c982cad4e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6b6f7cb8aba04799b0fd7eceed2ea183", "region_id": "RegionOne"}], "type": "search", "id": "b069d655311a4e8989ad7f23a21aa4a1", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "fe1a6657065a4685b19bdac09c883b14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "83285787d53f4279a4998067be3bd30e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9abf279c1e08409695ea5b4175766319", "region_id": "RegionOne"}], "type": "dns", "id": "c9dc84d0d63947c7abc6088442191bf7", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "742644182e9e412b9b43030cf308520c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c69f9bb85e5541a095ab64f012895e4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3561cd3d2fc8401e86c0231d004caa60", "region_id": "RegionOne"}], "type": "workflow", "id": "78f6b3c48bfa4847835c20d05934d0fc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cbeb0eb0d70d477da8b8a01bae957217", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5f3999a52e844d229e2999dea3455ecf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4f80e511a8c644489bf5a22502c123ae", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0710c9d5377149c180433aadf357bb71", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b528ba742b0949129d6993301e6b2a45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e8e88b83da7f4a15a3bbf4adc9267c17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d2ec056f1348462cb617f4c93f148b02", "region_id": "RegionOne"}], "type": "rating", "id": "1f9effed5ead4e2e8e1736394efa9381", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9ccc1113595b4a73b91cafffbbdc0326", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3c1692d1fd814641b7e32a001a7e0694", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8b35181ff55c471d9e62629ebeba6a16", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ca318750cf2644df8488569c60b699b8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7e5644bfd800495e87150216dc42f930", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fdf18eee34f54547a41f42d265cbda15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "55027df625724bf8b01ba84dea1b977c", "region_id": "RegionOne"}], "type": "policy", "id": "e1e5d22848db4bd09dc45c05af78d27f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9938992b21124e06a2c7ffaf42ae6d47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5e99f469440f498ca892f0a3a7385bdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e2c8721d17fc4c189a60e3f74ea76add", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "890f487ae19541c397c033386b7b16b1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f05f3a32312a476e843b5ee4114f9d0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "878089b816864ed084c456cef092392b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a2ae82cdc51f4151afacd93316083893", "region_id": "RegionOne"}], "type": "sharev2", "id": "7f06e709d7734e3eb52a2e857501fccf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a834db196ace4140ac9d95837fba45d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2e61b44d9c5140569fd9d472f3461b61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0caf192ebeeb44deabae2609f59e412c", "region_id": "RegionOne"}], "type": "share", "id": "8afc4985a1964a0a9a832e541d107fd2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8c66b86f5da2443480a8ac6d24a7c41d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5765d9bfc3e64f92bfbc0e1119ab3a56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b7b877747ecd4b98b84e93984181df47", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ae0463315e38464fb60fc293a83723e4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d732d9f39a14ddab6189c7d18455863", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "271dfc758bfe42ec967b59953283edda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff15ddffc96a4042b3753999354fdf1b", "region_id": "RegionOne"}], "type": "orchestration", "id": "8fa5925451ed4c5c989347ce6a6f43c0", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7316f67ba6b4a5580df47769620df2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e87d0d8917f4b29ad94d48adbe7db91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33317b340b514bed88cd3d67d9fe605a", "region_id": "RegionOne"}], "type": "block-storage", "id": "0bd23a76107e49988fb74a89c25973be", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1af577a31bf6471c8c6d804b0d94d033", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c714138ee043438cb43c4feb78f53035", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "742810f9ca6041d489001971ce056b16", "region_id": "RegionOne"}], "type": "volumev3", "id": "fca809fedaa6464eb1a3c0d87ed5c7dd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd0bf343fd0344ec89288c2d7662df24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d65e3456e4643b9acbd8be5e891abae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf5ef50ef4184d2f86bc387e37eab5f3", "region_id": "RegionOne"}], "type": "volumev2", "id": "d0a461c41888458c9c03819c7f420901", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "896e16ff89104065836180298596008b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c9056ed1ece48429e172b1481bc95da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc7394db50634c628cc768d6f36ae418", "region_id": "RegionOne"}], "type": "volume", "id": "a7317d45954f4571aa83f876082940f8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afbecdcb8cf24e4fa369edbe991683b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca722cb3cdb74091af322ca1773145f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c8de35e0ae44a80942299652223fb8e", "region_id": "RegionOne"}], "type": "block-store", "id": "3a1ee3770e6344e4b6add192b60d7506", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0c46e490dfdb4bcca374d0a2edc731c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4f0f2f91dfd34db884ee719958ba2b89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9b28cd4ddc8b469dbe85f10c4362f171", "region_id": "RegionOne"}], "type": "alarm", "id": "b6cf29d57db04757b30424bfb1653ecf", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e4b5311ad232475f9df0a54e9c06710e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7f7b529676f94de694b627fcde965e9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5d2f7dcdd77c4f9c8a54792b5e985f51", "region_id": "RegionOne"}], "type": "alarming", "id": "e2f7f6dcc1ad4588b707b9350c5710da", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e241014673be405e84ae21ba91e8f278", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "21b8dfeedb75413b8b2fb4ac79a6095f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5fef6635d05c414f9006ed8ca0827bc4", "region_id": "RegionOne"}], "type": "meter", "id": "5242f2aee2ff42fbae0f6b16fca1f35d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bc14e70b5d4641fe9d691f13e27e4674", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "71e279cd08204df89091ac4dcc52e44b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4a329905e6014359a588af8681e7eba4", "region_id": "RegionOne"}], "type": "metering", "id": "1fec247d59f14f4cb8f690663e176459", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ef08e6dc27de47e48f9547925b70b006", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e7999c91889a4c0e81f21671e798b61e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4c9ab41897bd42c2aa87a6b7cce6f3c8", "region_id": "RegionOne"}], "type": "telemetry", "id": "ad2e9e483db44fd6a4645ea7ca867a48", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a277ffd842604e23ad45299c0ea8c956", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2471e997d11242c09299d404c0cd48fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "45907dbd547b4d4dbb218bfbc4859478", "region_id": "RegionOne"}], "type": "event", "id": "3a8527f8aaff4d80a3ad39751e3ba2ff", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d7b8768c829149939bc1319dbce379bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "57a0f16010aa4aa3ba9daeeca3c360f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4502fb089464431aa3e561f952c51c18", "region_id": "RegionOne"}], "type": "events", "id": "ddfd27e893b24889b61f7156a26eb081", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8bc43937e0974e65bb695ce5283c812b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6a89591f34844bbb857d0d18e270fd81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5bc439a7204a44f69025e63181d82fb5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "fa3a9bebe8224b0591cf1d66767ef086", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "71f07d6450b842fdb1c9b69aea25b419", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "04efa3e0af784f60be279d32d00d83bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b54dbc1440da42868733e064dfb778b6", "region_id": "RegionOne"}], "type": "application_deployment", "id": "7b5494bc98d3459ea5d8b49315d13059", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f4d117de13c8483b9007d24d59355f62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8c969b1bdeea4dd3b84fdf4632af95c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c32c50367cd44875bf440ab4c066cc37", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "300907348e94446db8968ee69e88516c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5db5b24e31794215856671c3af5f9e84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3dd2de18881643c48c230ef43dccb0b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d1f9a23f823a4d8194eb36edb5bda758", "region_id": "RegionOne"}], "type": "tricircle", "id": "c5df4a93f70c405994d72a7b04d5e232", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b93590da3ecf400ba45fb631d1cba274", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d815d9630c6d4060a92fa6508d87b234", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "80fc8149ed3846c9b458e42faea7dea3", "region_id": "RegionOne"}], "type": "database", "id": "297a0fd1776a4c7a808daa4aad6564d0", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a906f0cebb5e4b9c86db646aef6e8d19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "404ce81f52ce4db3adb6d1490cc5a12c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ad76364b244441c39ff67221d22dbcbf", "region_id": "RegionOne"}], "type": "application-container", "id": "b0d576777c644831a6d9d6fc18c6995e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f47508315b574528903daa9ea31f24dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9dd92476d1a14ccb96f45df8e40a869b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "474007de4b2f485188a2e25096594c12", "region_id": "RegionOne"}], "type": "container", "id": "45b0ccb7754e4ff28035294ddaffc804", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dffbf6fa6b714e77b519453e52d4b756", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b698ecf57afa4fa6bf655f914b98f257", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "91796f7acba2497bb3af2bc27556c752", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "63812632db2d442593957fceb7ce0581", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d42dd0717e5148fa94b02aeb181386c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c7746b797b7f409998d0cbc87afec590", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c1a4b2fecda64ccc85e501e5b26e25fe", "region_id": "RegionOne"}], "type": "rca", "id": "fb393273ccb744c6810b3aacf43f247b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "84e693ef6ea946268be7651f08be28f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a342c1fae8ec4f65996aa17e5cd9855c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9dc0ce9fe4af41fcb0f9c8fd21818313", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "873aee3937db46169391c90ec48988c6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e55e3729c1d04d5b8bad1d20e5ac35de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e4e650127fb1479484cfc45df9fd9dc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ee961e5cc0c0418cb59d9712aa34b5d3", "region_id": "RegionOne"}], "type": "network", "id": "5907f3245bb04469b6c504bcc24c6c8b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "75d19a3b59df44e28b938b6a4714a206", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "07228d7e7d414948804b9899d289c7cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c034ee5dd745444898f1e1dac66209df", "region_id": "RegionOne"}], "type": "backup", "id": "611360d9949d4dba9603a8381fb22e41", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8004ae66499f42a4a3c9965204f53732", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9d3141a6919241bda983ddedd8381e3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8bb6c9bb3fc542b18886fc70fbde844d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "45603a85025b44bf873b44b79fcfae5e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d95ceb808357440b98c0e2d0db5ae86d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "660e35c516794cafb931d0096cb3eecc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7273c25faaed4819aa23ee83e8e82511", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b8268131e5bf42bcb7c4f2408d1a3849", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "13eda1d02c2242b6ac00246dde535cc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f029ba9459da452f9892bff555f991a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "976c0c6f278845f598d946985b41240d", "region_id": "RegionOne"}], "type": "monitoring", "id": "838975d5d9c2484fb8bc7dbe427c64b1", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3803ca4c5ee24d119f53a3e00d4bfda4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "39762cfb5a014085977a4bba092db98d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "fbb90c97f3a44909a4a4549773842c90", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e94e2bc3ae0e4409b53d0e2a8edb0240", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "908c65acad934abc8c0b57d7863267b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "738185e0f7684020b3d697148c73ad83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "68809a8f09874eaca9413dbac4e4e9ac", "region_id": "RegionOne"}], "type": "placement", "id": "4624ac6719ef4a498850271a5009f4da", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b0054c93aabe4ecc8185f5abfeb530ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "82b63682a34f4b3fb490bf90b4ffbbdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ac581fb2f05943e186df8adf93da4742", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4b6602b9c8bd4199a8abe00a4c2ba70b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "72d999a891bc4f7992fe4005c5049f88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "87d0ca47101541e989f1e91665ee721d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ea5eadfcc25242fb93ddd9a9b713ac61", "region_id": "RegionOne"}], "type": "ha", "id": "8ecaf2d94e88434892804c1c6dc8f936", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "13cb455e19544fcaa5e33a42978d6b55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "177cd9da0c7d44cbab562993aa4e34c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3cab404b33d4452bb29686a70b94f809", "region_id": "RegionOne"}], "type": "reservation", "id": "21c2ce09a34b4a57ba4572abd6bc5a51", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "897c7646c2514930b044139cf2af94ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "17cfeb4e9f834cdc8b16e1da81459a69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8041410ee58741f5b899b6cf34c3064c", "region_id": "RegionOne"}], "type": "function-engine", "id": "89facea865504a70abd5fb9eacd64691", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3cc723f46d454ac5af432b1cd7bddc61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "eb6e63d8bf0b4d3fa4d841a2df8d6f47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f161c342b76843568fdc69882e62b2b0", "region_id": "RegionOne"}], "type": "accelerator", "id": "0513881a57174192a51aa5edc36083b3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fc5a9329bf1b46d39e7649eb49f21886", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b953d9f5cd7745ddbe16d5a3733bd7af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "663ca1f746cb4d3982fad78593ee22a3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c7b67faece074197a37a8f67013eeb45", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8160dc87983f4350829abf00d33274fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0c06fec973954f2c91907cbdfc83f5b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3b2480639b154875ad2131d80011fdc8", "region_id": "RegionOne"}], "type": "registration", "id": "5b068fb7109f489aaba75131b6449251", "name": "adjutant"}], "user": {"domain": {"id": "6f216a536fe944d2b9ae3b5894ff6255", "name": "2b5a9cce52c446f689ce9bfdc8ba94a1"}, "id": "77543a4569a94b1da13620331c099ecd", "name": "3ed8da076e9643539928ac5d25e47848"}, "audit_ids": ["f961e27f93ce413f9fe93b1e66063310", null], "issued_at": "2019-09-19T09:04:40.532078"}} 2019-09-19 09:06:40,699 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-keypairs -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,703 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,705 keystoneauth.session RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkF3MX59OrlBs3dH5CU7lNmvpbrgZxSpyGjlnE8Flkirnc/Up22lpjznoxqeoTAwTW034k7Dz6aYIrZGmQwe2TkE084yqvlj45Dkyoj95fW/sZacm0cZNuL69EObEGHdprfGJQajrpz22NQoCD8TFB8Wv+8om9NH9Le6s+WPe98WC77KLw8qgfQsbIey+JawPWl4O67ZdL5xrypuRjfIPWjgy/VH85IXg/Z/GONZ2nxHgSShMkwqSFECAC5L3PHB+0+/12M/iikdatFSVGjpuHvkLOs3oe7m6HlOfluSJ85BzLWBbvva93qkGmLg4ZAc8rPh2O+YIsBUHNLLMM/oQp Generated-by-Nova\n", "created_at": "2019-09-19T09:06:40.587499", "type": "ssh", "name": "key-2", "fingerprint": "7e:eb:ab:24:ba:d1:e1:88:ae:9a:fb:66:53:df:d3:bd"}}]} {0} openstack.tests.unit.cloud.test_object.TestObject.test_get_container_access_not_found [0.184533s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,651 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,655 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,657 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,660 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,673 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.589371+00:00", "project": {"domain": {"id": "f0f4538b8eba4987894d5ccd9bf28c1b", "name": "5d1fcd5bcefd4be9997bfd39df4dff1e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e4bfe22803cb457f9542125a585cb4ba"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f9f7172c3ccf4ec48dc5645869a76007", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2aefb64c4e034dce92379919f2c2082c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4b8193fbe78640369a13c2fac1b2f98e", "region_id": "RegionOne"}], "type": "identity", "id": "187f5d9747f24db2bf7d562cdef1e020", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "831f44c5350d4118a0781faf12261c43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7426caf045ab42a7b733ef03b2b34afc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "32db4d6f98ae4547b3c1720b3d7d6b6f", "region_id": "RegionOne"}], "type": "compute", "id": "4d689f03b22a4a93b6a182494feb2a92", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c0bd5ffa1d4b42aaaf8f722939fee246", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "81dc7fcd97da4dc89aefde895031ef19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2cf4a603e3f84d008d8f61968cf3b62a", "region_id": "RegionOne"}], "type": "image", "id": "f2f5e12f1d114d4cb7136f72d67de124", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c49630d1cc5049c9953a53bd3660bacd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2adbdfbed15b4828ac509aa25a05f0fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a7c44497926c4dfeb0e0ff568fb4b127", "region_id": "RegionOne"}], "type": "load-balancer", "id": "bf75a90a003f47d790d17a2780c3a807", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f563884cef1946568436a05324bad3e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9031e62e6bec4430ab4320df9c9e2e9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0323f0ace90d47cbb5aa35fe53de1338", "region_id": "RegionOne"}], "type": "object-store", "id": "1e20d23041fd415da38baf5b91e3d37f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6b3c1a2725ca484a8918c28e6c10ff53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "695911f8af984ed691503bbc480363e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2021f2ca5f2f456b83a95ccfa233a344", "region_id": "RegionOne"}], "type": "clustering", "id": "9ec9ea8974c04b3e87a8ba5a776ae945", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8a9faa0578994ae38c39d7c3b0ed11bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "526829eeb7844e8089bfb760382460e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "38ca56e1a47649bfa745167fdb6ba1cb", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "13fac65f55c94e368f131f1b1313bf33", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ed6c3a7ec029454193a91e997ebeaa64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "11e41da159304563a62f6e0faad39e00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7727b4ce92054f7b895fd00c94ef9d36", "region_id": "RegionOne"}], "type": "cluster", "id": "f87cafd5cb8543ae97e7d1173a6b6d76", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2252e6946def493ebf33716f5d59d0ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ab103360007b4475b2ca3d8ac5bf91b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9d90050b9d824cdd9d14ab3987a45cc8", "region_id": "RegionOne"}], "type": "data-processing", "id": "023b7b213e7d484bab831ccd1cbcbce8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e922df833f89453a889383ab6b49148c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "611d41d9b4614a309478fe2b03e4eecd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "72b74a2ebddc4ce49c0336ff82b6c2df", "region_id": "RegionOne"}], "type": "baremetal", "id": "18271fc6976746c6817bf5b49fdf8a1f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c1380df72b744036b683fc450ea1b88a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2de4c9d4ea2f447885483358a75778f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8eb8476dd47f4bdf9a998ece03153503", "region_id": "RegionOne"}], "type": "bare-metal", "id": "97d045aaae204114a6aea2edec616f70", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "53bf40dfa199497595b7154f06b242ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "837385dfeb694b2b9607ce181f475890", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "af93101a033b407cbda9e407a1b1cc9a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1d07639e36c3466f92a6ba3e6ff33007", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "461109eb4cae4d4383cb18136389f873", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5b9b56aa751b4d7b8d5cafa54fa86595", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0ad29c453b1c42438de882b760e7b356", "region_id": "RegionOne"}], "type": "key-manager", "id": "9f15401a1d21486b9154843852beb54c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6522f601601e44efa56791039efff42b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4b44d3a6e221412c910b47174bdc6739", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ba18ebf0d83043efa26bb4aa72189499", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "554bfec55ab44c1da5bbb04eba253f7a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "84423a96fab24ee2ac84868a46482b2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "85201de65efb4d4d9bbd4d7ee6d90ae2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c76e0f04ea064b89966e11bc7e5cbe10", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6695c31542a34d93a9686a239737c39a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "838bcc2ff09c4bdc9f2d16b687e09649", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b7b760a4a45a44549ba78c53a44858d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7abd29c7674e4548819a8960be8b271c", "region_id": "RegionOne"}], "type": "message", "id": "a1d51f80423641d299ae89bde727ed97", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f862476f8165472e8b2cd2c95b340b64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "83e8bb7280524cdf8e85bd8ca352ea3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2735a5447b294ae19ff8455aae258290", "region_id": "RegionOne"}], "type": "messaging", "id": "44af42ebb1b84ee6acd94080ff83f1be", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "aa6fb12ddbdc422089fad02eaf8f1484", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3d519bf40d5f4483b3063c65025f7e6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "041ff4689c054e32a7f73b150c958eb5", "region_id": "RegionOne"}], "type": "application-catalog", "id": "fb22a24ec1d240879c941f3af6722458", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "66e0af2d5e7a455d9650d95bd7bc716a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "77243989f2324532a1aa93ff11765659", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4a2087186f0646c5838b65b3ef107cb9", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "06e37e2009de4087aa26994affc9e8a9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f86fa4c9ec9e4a81961375351057a400", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dcce6e92f1f54358a7fde8905714dc09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c16456a2fcc48acabc1a001d8f4c988", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b54558e843014c0290470bd560015c6d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d8c97551b55345138f5b0ac3f90bc056", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "60371451330b40ddb6182d59ecfb222b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7c3c87a7f8bf427690ab03512e5830dd", "region_id": "RegionOne"}], "type": "container-infra", "id": "121abc415e334188a90af4118428b72e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "61112864a100420e9cd048fa7ce0a14f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "94092b4fea1445f994138b84022bf60f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3e2995a1280e404ebf1ffb34ed354461", "region_id": "RegionOne"}], "type": "search", "id": "a94498fbd09d4a67b005d26d9b21b87e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "659a4a3e97954e5c8690e0b87c7f212e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4ef08589eca8440a858eda6b49caa67f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "81802c1bb85349a585b3303a09be2cdb", "region_id": "RegionOne"}], "type": "dns", "id": "9f777d42f08149eabe3a48f69300ecfc", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6cbc4ba72aa14455b31946c6c35ec95c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7f15d3f4b7dc41eea1392c40b127013c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a4b19a5e6d784183b6759659d613dc75", "region_id": "RegionOne"}], "type": "workflow", "id": "b0142a725d744b7d9fce7742f79cb86d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a7652c2d53ac4c9dad2d5175da33fd32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0a58c8210a594335afbae500290030d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2678689998ed4b479109c3117829d4d4", "region_id": "RegionOne"}], "type": "workflowv2", "id": "19b5d6f4fe83409691e295cc413fb397", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a4c169a35cf94980a831a541fa93f2e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "abfbf588990f45adb94869a7c762ae54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7c6aa9b7f7c44dc9821f0f5a22e20a21", "region_id": "RegionOne"}], "type": "rating", "id": "d9661c7550fd4640b7980ff6b59a8a16", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b4b28ebde25f45fca9ea1b828c5a0d1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cdea0b0acdc942ff9a1c6777977abd02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "959a9de7252642d2b5c06acda5cbad7f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ef862cdab89a4ea98044f275e0c07807", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "35c6a8af95b94e5bb41760a0bafbb55f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e522bbd11c244082be7438403072128c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "aa8a8240756941d38d5417abb41bbac0", "region_id": "RegionOne"}], "type": "policy", "id": "52c4df414b444a48b31e00658fcfc19a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "85cebeffc26b43b79f706c15f2d280eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "64b1e55704f742eb8b7ae8f83014ddbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bb5099543eea4121b3f8d31a08de0830", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b6993dae85e04118b96d5a450f9aded5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bea5e5b07bed4ccb8ba2140075f98268", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c8cf5b29da864d19a72b32bd39790593", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "630a9ddb1aad4f87bd4b5db61e429047", "region_id": "RegionOne"}], "type": "sharev2", "id": "6e3152753f374508af008c0aba41241b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "90492f2eb0ba404ea5a88d94068573ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "945bab98235248adb206a10a3eeb92a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d76e805f208b4c6da0239d8a00b247da", "region_id": "RegionOne"}], "type": "share", "id": "c329aed0a672459a8305c9f8151f4152", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f860471f195e4635ba320339bde8bc6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2ab1410a93ba4ae484116b3afb37ab46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e55517f3c45a45d6b5c9678a99fc870a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "540bac924d284535bb57597d8e0a275f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34770f3e4fcf4fcd9edcac0da7479470", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d09e7242be84a688a9f6dbe772754fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a097258cffb42ea836ce63802557c7a", "region_id": "RegionOne"}], "type": "orchestration", "id": "6d2d0c3d2d1c41bfa5a5b74941afc066", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "746d334cddc342afafcbd4bb997e3621", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84185afb868740f8a69347738af4a539", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f5e35b87eb14e34a77b2f463e3cf3c8", "region_id": "RegionOne"}], "type": "block-storage", "id": "ff4f5b7322044c31b535c5d199401234", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "890e5ca276594824ad4cfd53901f292d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d916ac0e1e8e4100a1a7697112d1dc72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bbaad9659f134428abc5b1851a3baeba", "region_id": "RegionOne"}], "type": "volumev3", "id": "9055f28f185449a09f3e58c12dbf9eef", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72810a9567b04eebbd23675a80f5424e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dde236f9ad14457f84c00c4edd0dc60a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31764015e5df4578a6472c7d9c2e0706", "region_id": "RegionOne"}], "type": "volumev2", "id": "ec4a0661942b42b180a53679e835e918", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08d3763895424a4a84c58b3c1141a61a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a256e0ab1b1145aab55541ca3443d586", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "405508277dae4f9091b40662fef8ebb3", "region_id": "RegionOne"}], "type": "volume", "id": "18572a5a708a4f8e91accfec4224ce11", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "286bd9f2eaa4431695c6e5581526f4c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64e4bef4737545dca77ae61864587882", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a77bb2301aee492f916a630af84a7483", "region_id": "RegionOne"}], "type": "block-store", "id": "8c0eca1f53394c1896dca08cf84ce7ea", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "32b50dc4ac1740aab68a3d7a3a44b392", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d7e971ee897241c9a4490f5ba560f26a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fc569573cfeb4f30bded9eed5b19fb63", "region_id": "RegionOne"}], "type": "alarm", "id": "fa6b7111e0fc47ccb37a7a64015e4202", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c0fdfd4c3d1d4b9cb3a0f76dfcb95de0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "da8127c090df4f39a0a09252e69a760b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "76de3f93e71e4a55b21eecff88942d90", "region_id": "RegionOne"}], "type": "alarming", "id": "61bb70fdcfb1457eb5c2f82a4c4f623d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "28ece0cffd6944d888169c97c07b75de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "659a2870b74e4adcb8505cd871acb8f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "53d99db27605454da9e4181d8b96c066", "region_id": "RegionOne"}], "type": "meter", "id": "96ce310d0d9e47bc8733255a7be53546", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b9798189b6e2435db5090dc40bfc24d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c01ecc63a24e497e972271ed2a54f8df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7f8b3d930df14a2c9bcf0f0643a5f13c", "region_id": "RegionOne"}], "type": "metering", "id": "2ab2321698e444d284e185750f5e3e47", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0d8e0acb0d9143bc8510955348f1e3b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f29b93f15ec7475b9831c56948b1ffd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d0a440120c344d2aa6ca18b7d530079a", "region_id": "RegionOne"}], "type": "telemetry", "id": "8614032907384ed29e8f1a1d93e108c8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "48ce6e1c5d46447d99acd799c6b67410", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "15a19550a07a43a58e676d14180f6daf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "774783ee1c3e46ffa48e15719be5e54b", "region_id": "RegionOne"}], "type": "event", "id": "e388b8c8c0fc4663a5e3f42bd3236b90", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1d2d7153bc2446bd9bea68f2be6013c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "59c394ed59904e28bfc66f6a6350cf1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bd3e4f5c78884c0cb44c5a6a40bafd03", "region_id": "RegionOne"}], "type": "events", "id": "8263d2e2794b478b91face96f3c699ca", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8c164ecb4fbb4b6297cfd9d711575102", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ba4107d681b94a30bdf875e0e65ca9a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0724382738da49e585d96b3f63f16a7c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3bf3bda5f9ba4d0e832248c8649fa583", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "62a573880a544e9a97e022225158c000", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5f10de90d5b242bd8bd9bf20d1998c9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a3587ea5b0244983a0cfc61d0b47af51", "region_id": "RegionOne"}], "type": "application_deployment", "id": "073b671518f64fae8e2a39b5d1febd53", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1bd29a5488244563abeb55a72cf3469a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6a65614a8652402f9eb286f4892d9da4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "57c5b23ec8b04623bc114ccfc4f615d7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7925985e2b9446dd84436a541c428601", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fdb532e3c0534d9c92d814969f59fe61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "114ef9e4655b47df9dd137b8e1c3b2f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "07d7d3081f18462399594c1793aa4831", "region_id": "RegionOne"}], "type": "tricircle", "id": "cea7bdfea6904a6684021389e5cfb65d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f3e073dbbea848169f1a4af856136f9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9793eb1a33b1452294131c4c72c27bf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d10ea0c58307497893bbb517379df423", "region_id": "RegionOne"}], "type": "database", "id": "9be36b68506b45c4af324e1d63ef90f8", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "930bfe99492d453d93ea5ba35ce99936", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5799451a36bb46d49497a317e552e183", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "59600eba52854ecc8e977295b0a8293c", "region_id": "RegionOne"}], "type": "application-container", "id": "945988dc19724256864a646d8e05bbb4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "81f6ae6dd172423e8c4214f80769b983", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8b4c1788fd96415fafab0c2da4fc8fb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "eed84b144cbc4d37a42b9f5a625798cc", "region_id": "RegionOne"}], "type": "container", "id": "f86cb154341246c7916e68206be6783b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d97ecdb2f1ea4541bc11361bef305026", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "819c242fd0734b518d11783a03cd7078", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9f83105801e34a669e1d2da7ea75d925", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4ac5bed1a7874d958273924e531d02fe", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "56bf6cd428e842688658e4ededd36f29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c8caf03e788944efa711f0234a09d90f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cd38c17b56ce486b9c2839f0328c4051", "region_id": "RegionOne"}], "type": "rca", "id": "ea084c2d4f3245b081a55946f27ccc7c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7052cb967e4c479bb7793ca147361b3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5fa71cbc298041b59798ef9e775adb6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c7636cdf588645988c3f96ff5438c27f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "26cb5b682fd14db2837790bdf34ebae4", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a27463fed93340f8bec47ab71a99b343", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c07c7ee238294eae848ee3daae627f1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "58132428c87d475db087f73b17861b40", "region_id": "RegionOne"}], "type": "network", "id": "a1502139e02145e1b2d6dcaf095fa603", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "36c78dadc44a4543ab97b9253b14ffc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "902f9a20b2f8487f8788303a5389e5bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "2e7b3512fa954c8183e51e4f51798cf1", "region_id": "RegionOne"}], "type": "backup", "id": "d49b3f0c4b0b4943a320ad3c7e3aa95f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1af51a861edd4332a27ec17ab80bb9d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bf619cc0fc8a4b7981699f8bd5ecc867", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b85fa8d3023047c5b345d90a40d7b63c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "242e4c9c64734f48a9a23eaaa308ceca", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4f14e514c9594b088a385cfa3e977579", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7cf9da341998456885b3166261176c1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e9514229da9e4ceab4771bc0dd65fd60", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0019f438ddbd4724bdf5fae887c5cb02", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "744ff5f3e24543178e1943c12e440798", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c5778a21c6c64f67a4792154ab8ce9b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ef3bbbf20beb4fe19a912a271eb13e7a", "region_id": "RegionOne"}], "type": "monitoring", "id": "6363985a85a0432b9682cf52ab2277e8", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "705a7db470fc4034966cf5c8db836eb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e9343fc8b07843fb9497b78e71cb7948", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d3851d60f3de49e388421a406433d922", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "cab9e25430d549699f637948c12d61cc", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5c5f0f4222b74e658b65dfbd4e408cb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "d45c80f7f922475dbc853baac9758f06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ebc962f4ac3548b2b6a2b4af0801b667", "region_id": "RegionOne"}], "type": "placement", "id": "27bde0fd9bc2452087739615d2b3ba9b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e2f44ff6f347402f881f5c5c6a50c85b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5b065e8e364b49229474affcba4bbdf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2ef0ebd9fc2944fd8372f195926bf633", "region_id": "RegionOne"}], "type": "instance-ha", "id": "92526d9742cf403eadea5525656d282a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1b5b7f4a5c54474398315ba0f699f89a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "31156f0a17e44b52903e3a0629f86c24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "05b19953189b4515a50f9b2af5fb8c8f", "region_id": "RegionOne"}], "type": "ha", "id": "50628aed0d0c4f7499b046c9d217637a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "499be7ced66d4f35871c9401f654324d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c3fec011fa53414187ac511acb8bb50e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "859d327e36414c8d9cc2d3ff88b8f8c9", "region_id": "RegionOne"}], "type": "reservation", "id": "2b49d00b7e6a4ff3895727b2966a7d65", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "12a952c6e36d4fee92b9c91484a27e42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d6dd3146624c42fb8e625aa75cfec1c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "302120753036468bbbef391375100322", "region_id": "RegionOne"}], "type": "function-engine", "id": "c446d2f0cbb343cc8daac0b5b5de83d0", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c320cfb6c29d477885e1040bf249b1e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8b970ef5c0404588ad9c1c0ed8383c22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9c7f1ee6b20a434e9fe0fe48893d06ed", "region_id": "RegionOne"}], "type": "accelerator", "id": "c1b1e36093114706ac546868860c8a40", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f0dcc36fd3ce4f5db4c61c7b21c7b94e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9ed96853864243f7a4b56d8f017b6a34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e635e1e63a964011a81518500c803c54", "region_id": "RegionOne"}], "type": "admin-logic", "id": "1303587e746b4b09a99463403b217099", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4b56b7680fd7440c9139a8e0b5dfd9d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3b8349e1788b49b79f013e4cb76fdc38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "335a6f5e642f4df0923a833dc6a6a028", "region_id": "RegionOne"}], "type": "registration", "id": "0a8013114acc4792a37bcea242b3436b", "name": "adjutant"}], "user": {"domain": {"id": "f54f6ae22cbc42689f77f9d797734aeb", "name": "d9615fefc34944188fc6635b44d2b20a"}, "id": "e98c9193fb194e5f99bdb1a9453dc5ec", "name": "089812de502440958e4004003d05308c"}, "audit_ids": ["e0f077e2edc64d9781be5d6c7dcd8d7c", null], "issued_at": "2019-09-19T09:04:40.589371"}} 2019-09-19 09:06:40,764 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_get_container_access_not_found-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,768 keystoneauth.session RESP: [404] content-type: application/json {9} openstack.tests.unit.cloud.test_normalize.TestNormalize.test_normalize_secgroups_negone_port [0.079148s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,649 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,653 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,655 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,659 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,672 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.608597+00:00", "project": {"domain": {"id": "49a33ae33c6246d2b7200b0174152d83", "name": "aad11a300b0441f89ccf9b5e0f0043b6"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "42c75c7bbec74374a3ef0400afb427be"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ac32ee2ab1c140fcb79256e0a78cba40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ee0580914d09403bba83cb008332c2c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1f3484db14324a03b5deec32be457026", "region_id": "RegionOne"}], "type": "identity", "id": "b23a28738bdb4af9b220128e6df95816", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fcb657474b6a414484a9016d70b6aa2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "50d505152f0346a0ac416cabc9d9419c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8ff40936cd8b475ba7326c05e14fd303", "region_id": "RegionOne"}], "type": "compute", "id": "38a72814f838440db58587a40522bb91", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ed9b694489fa40ddb1835a4aee118815", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "95c97089a6104be380d3b413bcfa7035", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "7b99cba91e4643d494662c6b37f50f23", "region_id": "RegionOne"}], "type": "image", "id": "26b090675fda429ea0b3d6e624cddc25", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b88d2c00f82f47d9b9f2a367c5b71c88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "16038dd1c1f2495f8cb0381c02c5185c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7f40ee6d9a8d457296fcdaec8b24107c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "70a669a94ffc48e6b381624669d8cd5c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "175a9c041ea3443ebd7a0c23d0acf4bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e287b51f587a4696bd9ad2dd22728289", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c871b5d7cd44afab34d55b3522de576", "region_id": "RegionOne"}], "type": "object-store", "id": "60fc683e74e0426396446aa127da938d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6d815d73ef8f4d5584b2120373d38da0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "48a17b641ca5464098e513fde1d5393f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "922295dc9ae4449286c46a94dcc0bd92", "region_id": "RegionOne"}], "type": "clustering", "id": "e9798e3c463f4aa7a401f5c5ba3e7f1f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "14ed71eaea5348779efb48453d740fa4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "00fb4bc66ebc4c8e80e9db7be0b2f5e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d3e4a2dccb604e179eb8c45ed46f56ef", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8fc3b7b9bd2748239c9bef47a79cb24e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f1ea63d8e445408a80fda806db7b29f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "28ca266bf3b44d09930fba18251223eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ec8a157184c947238728436186bae963", "region_id": "RegionOne"}], "type": "cluster", "id": "30749474d51443818389b5b928b0efbd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6d1b2f40eebb4cc0a6943bf7db99847f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "78f54374ac22484ab8c523ec98257fdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6d5be9a55c0e4956a8d9fb620feeb53b", "region_id": "RegionOne"}], "type": "data-processing", "id": "6fb80a261c314717a9a75204da1e302f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a2658fac06144bf98ffe68864cf62511", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a03bc805b4e649068aa79b1abf05f68f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c213a7214fb64ad6b9f695deaf1edd14", "region_id": "RegionOne"}], "type": "baremetal", "id": "a9b7e26b1d86471cbac92a85eaf9f0e9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2d054e0413e04c3aa2e454017fee75b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2e4d134deefd46ea993656d0262118e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bfe1a7106ce24bd38f5f1f5975e87073", "region_id": "RegionOne"}], "type": "bare-metal", "id": "824ec437af904bbd9d102cfc75c7f3ee", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8b209d828b2f481d9ad3edd95010f22d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "72d400b4a08b4529aca983c2f24bac4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f2c7deb91346488b8b6240cb0232b029", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f343c35a26dc43c89a37bc1e4189a27e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "447b4042c93b4b44b27c5c04dcd7ced4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7c06220d2ee7412f838bcd020c6b9205", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "77cfdfc84cb3493eaf7ae47e46e6af35", "region_id": "RegionOne"}], "type": "key-manager", "id": "c4b4073262e0466a81b5d0c6ea8e25be", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b39eaca186dd43468445f11ea33af54b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2e066f4314ad4b5f81ff5fd326fa65ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "39a9cef9156c445f9d3cde3ed0cf1b63", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6d6e8f6862a04f008cbd4629e6108097", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e11f158ff5e1438aba4e680bf208e8a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a2d0d7e526b949cfb25a6e09e1a9bca3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cfda3d3d1a874686823638ea17393aed", "region_id": "RegionOne"}], "type": "infra-optim", "id": "78a5ad93fc0542eaaad4a7d65531acc8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2982c629efb64bb9af8938a6a15835be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "360110c70e6b45538d8c4a67243f7f0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "75f8391dd3e8400f8fac4466b64a09b7", "region_id": "RegionOne"}], "type": "message", "id": "9381da488b324fbb839b44046ef1cb4d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "11e77e200299407791f74235e775dbfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "62c18abd7a3541f8819675e6473c9f53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dc5746faf6a34339b6aef548afc0face", "region_id": "RegionOne"}], "type": "messaging", "id": "959a4303e29f4d24ad5eb38ef3e8f2ad", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a0c7cb02ef964e87a860446e6bb214fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "76a7882e5b904030b3ef68d586771c56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2848f725441c4daab0ffa954f0d934b7", "region_id": "RegionOne"}], "type": "application-catalog", "id": "13142f78ed754665ae6978472d963d6d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "671473ce45b64d31a90ec747d70feb76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fed50f13f60841f091e312fe928c0185", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "80300bd77f45400a8b996771a543aca5", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ab684632a9354acba10b06a88453c3c0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a8e3ea7280b9470fac96fd57a4b62aed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fcd5096da3fa49f7b1202768565944b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0f7ebd074d0844d7a22dfc9fcf5aee40", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f883386234bb4cb49dcdbf11266f1de3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd8af0e20af4401d8bcf643eadd38c0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "57a84379690d44a9b91bcf3a6f408684", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1bedfc0e9a2a40cb8d8fa5e46c628886", "region_id": "RegionOne"}], "type": "container-infra", "id": "b8a6b1b30dd740d79155e25fc771e9ea", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "22ae793d8c1b4d1bb32284e0b330ee2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "198a0a0a2511475498fcf697bc5de169", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d21aa782e32f4c21b8c027aa947e43af", "region_id": "RegionOne"}], "type": "search", "id": "b5965bf118bd4da4a252fdcf797a79d5", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "32b30791592248778ac8bf1ac6a4bc11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "7f2f0b6bc6b34c5bb95d33a999bc9291", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "0baf42e810d74e83911979caa4a2fdee", "region_id": "RegionOne"}], "type": "dns", "id": "ea8dd9f815c44a4497606d1a611ad3ba", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a11c83a40af348a7824325dcee314291", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0f5aadf056714fd38de4fdeddabf140e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "aecf237e484e4efa91475779f2899bfc", "region_id": "RegionOne"}], "type": "workflow", "id": "5b08a76edd964cc7a864e24f9fcbd71d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6eb597bc3a694b1aa6fe0854abc194fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5d4a3ecd44fa4609be6b668cc3023ff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1713f90c630f4483b6241cc999402407", "region_id": "RegionOne"}], "type": "workflowv2", "id": "248d8bfe228647bd87c66de26bc3e46a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5e1de5f0e55b4bd9a209bf0c1a446110", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "8c6b44f24e3f4cb4aef2816cc5cf30a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a115ba63f9704190b8973f6a1e2b77b6", "region_id": "RegionOne"}], "type": "rating", "id": "1bd82120751d4bac96a501bd27a7cc9a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5f0619eba6f7459cb97f730f2c55faa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8200e72ce97a4bdba80e6b16e9fefb3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6dfb0bb635844049935319992692bb8e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4fde12cb670d4f4395a1beeadc0b469c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9437cf647ce645ce93e537d393bf333c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "608ae3df5a53464e9b9c3159d5260cd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "111b36581ab04cee9bfc08a2e2de7adc", "region_id": "RegionOne"}], "type": "policy", "id": "2d18c12ce18d400c96ca74b4205f650a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "549743e5e6d7459e922d856f4e586da0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b153bdaf58b34bf3b5262e021cbe8fcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2bad1db1bd974fb9a6438189bf4b468d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "41b442b778114eb784fdef6456095846", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cc8de4ec5fbe4c90a6dae90d1db51588", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0ee9666c2531465f98c4f5d161df463f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2077181952034f568e93fd4a7de4132c", "region_id": "RegionOne"}], "type": "sharev2", "id": "529e74bdf826411babdfadc3ad0e2f1a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8137a3bb7f5441819229870aa121fe41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2eeba9097534469db27a647259b94599", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dbf57b0a86cf41908cb292517e68e0ff", "region_id": "RegionOne"}], "type": "share", "id": "b62a62e0213141b89e6b6679fc77994f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fdd60ec3057d4f01ad6d9325a2a5f6b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "97e9903f8eee4131ab67cb52540478de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0502093f88b041bda49a40726ce1c5ce", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "84ff90289f394568897527b7dd64a0ac", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97e9ad58fb40414aad90affc51227ade", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5f8abdfbde6405c93af4c15dc9e22c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4b479e7808a47d58cff7cebe40cc00c", "region_id": "RegionOne"}], "type": "orchestration", "id": "10b58b8d194741748eba732208ba5afc", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b6c60d53f8c4249896acf2d749b7f87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8d47f98b0e940ff88b4d8064e28ae89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c829b8dfb9545c787b3a47d783ca202", "region_id": "RegionOne"}], "type": "block-storage", "id": "a3df6a4355ac463ea002b2751115c085", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fef9e50803334fc3b3ed2424ad25d51c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53f94ac071394c3bb659262cf6e5c5cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0dedfc0c82eb4437beecc80011600afe", "region_id": "RegionOne"}], "type": "volumev3", "id": "99a66bf0100644949cd15a0ac95f0f9d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c16201b1854040fcbf66b4814119e593", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68aba9ba0cc44df1b6860786a01a33b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01ebcbc492184c18a6416e2b15e60b0e", "region_id": "RegionOne"}], "type": "volumev2", "id": "4d0fb19a1f0a4997b0b9f164381af04f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c0d1e16dc7f4bfda2a326115cd04df0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f151788981374b299825f64e2d1c4944", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e374124f2a4b4219a0b19f1a6978afc8", "region_id": "RegionOne"}], "type": "volume", "id": "2df491169e11442db8db176356169eae", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b899e7cd6674adea82bcb13c862b7c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c3e86d74ad1489998fdaeb016efc879", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33241270abe94852bf1128502af6bc69", "region_id": "RegionOne"}], "type": "block-store", "id": "2e011bea31d743f88994707ac509fd91", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9a4fd2990b5b44d2ad8a2eec439a33d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "739c6faa084c46af8f16f4b85841c0b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "19b62b4ee7ee4ac1a4b2824906f96ffe", "region_id": "RegionOne"}], "type": "alarm", "id": "4096c49f5fba4920a42f50ac80ac0894", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ea3df478d3c34d60be4a27318c3294c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ad0ea49386664d8eb56de345152caace", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e98fc392eb4d49ceaebfbbeddfe06177", "region_id": "RegionOne"}], "type": "alarming", "id": "49e6875213d64455ad34c57b649097fc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d87a860d95a7416cbd825e95fe87c213", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6a45348c0064428abcf8c340e0b1b41c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "03359227b5df48d4a13589a8e710cf1c", "region_id": "RegionOne"}], "type": "meter", "id": "a38e118195014ae58e19f358a22c2505", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "575b124b19864e34b8388a14f82150b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "013032184c7a47d0ae0ea454b1d3753b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "54010179dba648ccb4eff81191615c8e", "region_id": "RegionOne"}], "type": "metering", "id": "a6c8063e681847c283e201b95722026f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "551e50276a4b4e94bfeebfef7b4e5f05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5d32870bb13e4254b436fac7d0c2cd87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d9d75920641149689d0a3f929eeb3c98", "region_id": "RegionOne"}], "type": "telemetry", "id": "f7d1d149cc1b4d8686135ef707fa127c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "91dc7b66d5d64a218da103ef247171f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "80219e7cea2a442684b761250dfdc7d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2e6abaf08f9c49aba1e33858490bc0f8", "region_id": "RegionOne"}], "type": "event", "id": "1fe6924d445d4cae96e5b8a803830e96", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "66b55769f5f4424ca7d9e055a710f35d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "86e01d32d7fc4b09b47c0f0b600d41c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0e7adc351c774dba83966905280235de", "region_id": "RegionOne"}], "type": "events", "id": "4285b2ba0d7141fab1918d6023128ff8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "964e51d28ced4f28a69556ff2da2dba2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6897a4a67239499f99771b6070a119c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1041d5d03ddb4528a5ece6d1dec8b67b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1883f306b2174908a62f64160c5b11bd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "958e4589bb524cfc84ff88a2f9e964f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fcbc86f309f94dcdb063a325c0ebb838", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "92b7a5da712440dd8ce5ffe6e0bde524", "region_id": "RegionOne"}], "type": "application_deployment", "id": "cb8b6e5a3a9d4331a7259606da1acb56", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0d0216e49f044634a51d3d892d94ff55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8a0689557ae74f8488f30eda250bb99e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ce5a840362e9417da608e96ee5f3c2dc", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "02d481fcdfce4d24823ad09b0d1d0ae1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5345734e54ad4406b9faad193c789cec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cca472922a674daba25e3f1b720ae2be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "221c554963104ee5992545e2586dfb98", "region_id": "RegionOne"}], "type": "tricircle", "id": "7f40ad3263584ae1b8ec9e6a52a8f6e3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "077ee6a5959b4681b1251f7236e92f50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "536e57e3fc3540a8b961f98f103387fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "665379ba6ea1451d89c2114e6c73b434", "region_id": "RegionOne"}], "type": "database", "id": "19273bf2da7a4051a141bd8e554ec2ba", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d52d68c497d043849dd36d54083fd04a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bee6e8fac9d041a48b4ad713b07dbbd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1f6c1737a5504aedb79643bdebdcfae4", "region_id": "RegionOne"}], "type": "application-container", "id": "50e72adb6bd9416a9790a5d7335d99dc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "29708d9d30b34a7690f9d5d9a5139069", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0cdce4815aec41c4a8057413c771b935", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8068cb7e961848739d4b8a26c2d3da5b", "region_id": "RegionOne"}], "type": "container", "id": "08319433eafa4f32a7c563eb283aaf76", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0b9d6c758fb7407489125fecbb273df1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "32986567dfa741258922107330ab8ff8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "51640578c961420f85cf89b9e68e3fe3", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b3818d2ec5624f1489506012743be565", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2deba21423c14cc294a5b1a9c6c8d31e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2f5d6858defe4da98e0fedaac7e913b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "325105d41347441aaa52e9b4af59e1d4", "region_id": "RegionOne"}], "type": "rca", "id": "7687b924da8b475b812e10c2c4cf269d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b82657d3c71c4a37a6c8534c1bc3a80b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "18c5b77bfa0a40708a2bdd4eeb3eeee7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8188447ff6764a4fb3a8fefadba1740c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "095c5bd7b655474eb3ac4a7418a3bee3", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "643728300a6b4ec5b21baae0b3e248f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2bb94352446d4b4f9c84851aa6abf5d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "5dd77533bc2a40a88246c4d021a685eb", "region_id": "RegionOne"}], "type": "network", "id": "f607c198dccd4f4987a6af02e5d62957", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "99366dba18744e79a9ff75b2ef8236da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a9cb157c24724f0195dcb6981cd78bc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f49ac8ad69334859ab391edf858ca563", "region_id": "RegionOne"}], "type": "backup", "id": "c4354cccf56b4fb0ae3c9564bfc3570d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6345e22087e4476e9af35048b667565d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1feb1629d1b84c07a26c144ec6309609", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3c93ad35b269415eacce15c99f0d098e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0de2fe4aeca844fe80b87b8da8655975", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "35d6bc7d6f534a269b5b1f7192726c35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a103a3729fb14f2996222f8e3a2ec3d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9a1638a3dbf942adb6789edd121f6b54", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "af152fa6e5934b959605d0eb53d4c1f0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bf6d43c3bb90470e9be67fec103ee768", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5fe15c42c96a4cd0b24077e2543cbb32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "0b20a7481ac04fc194d23ce98251d957", "region_id": "RegionOne"}], "type": "monitoring", "id": "3de38ddaec7f45d39bb0e3261e9cc1c9", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0e5014c7131841d297c49135379e5fa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1780d211fc0642bd8a95c235e36e0e85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "0b62a68d703b4aab84e3aa98ba9bfe68", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b64f72a74a5f4bea8a1ec05905f1ffd6", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4c0a4534a3a4483387f5b290b93223f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "84097dd7e56e4a238e432c9666ffe4b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7c7ac97273304336a8ea3c330be5c1ec", "region_id": "RegionOne"}], "type": "placement", "id": "40a65fd757824b2ea14d44f063090a7d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "703e92c941334adc96d298f9537fd6fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d5288d15e7e14707bf2aa81dc1689282", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5ee880e9e47b413ab0ac75db472a1f9b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8ead424f22ec48a4a0046603d4c5de29", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "11bf02b2fa9240d5bbd32c7f854d32ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2b6187456adc47a9b3df7bca76daeb2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fde2c45eaaf4492589ef9e50dd5a21ce", "region_id": "RegionOne"}], "type": "ha", "id": "d265019229874a11af4f23ae6beaf60a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "98d58274945c4e67a7bd9f13402c72ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b579223a04aa433eb207389f1d5ff5b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "52f598ca14344465a51760bc5b34a0aa", "region_id": "RegionOne"}], "type": "reservation", "id": "46490266a53d4f048221cdd19b96812d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8a4d985651e1476e9a9b35bcd87e0a57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "35412644a94d4cf58bc897b7414b2572", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d04bc07756e2496db3d3904602e64639", "region_id": "RegionOne"}], "type": "function-engine", "id": "b36500b32f5f479c848aeea0ebfd91f0", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "67e43464ef674aabb7e0c587c836dba7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "cd7dabc2db29439491fc78697a36d88e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5a8dff99226e4be2b37b548318143247", "region_id": "RegionOne"}], "type": "accelerator", "id": "c8e6bd58ed67496bab8c002c7971bb49", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7768d3068b644ca499df00d8c77516e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "32ff664bec62488eb2c062bd3dd04af3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "721fdd1a7d4e4ada851fa32aa6660017", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2a7e28863b914c9d92cb0f50c4928b57", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cabb646780154a81955299161ed59f7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9579327bbc0b4864ac7c1e1907fb4a4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9429a53a633449f7983264599c6b004f", "region_id": "RegionOne"}], "type": "registration", "id": "ef1a35de449e40cfb98128f12e70a5c1", "name": "adjutant"}], "user": {"domain": {"id": "a98af538ddbc446599f48353ede9e70d", "name": "8c7089cf89864f85a2bb987a2ac23497"}, "id": "4922d8cb100b4c129bc7cf093c0de776", "name": "0f897407fea1491fb17ae0d715bcc3c9"}, "audit_ids": ["a9c74fc63c3a4634b233c3cd3c1322d3", null], "issued_at": "2019-09-19T09:04:40.608597"}} {21} openstack.tests.unit.cloud.test_coe_clusters.TestCOEClusters.test_get_coe_cluster [0.142233s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,659 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,663 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,665 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,667 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,679 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.599657+00:00", "project": {"domain": {"id": "8ead0d7b9a2849c6a19527b8b12bb10e", "name": "13580495e31f4fedb0ec6a46c8692280"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "dd76f037a59e43d88d5adc14602f41e7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "81ad2703a6d542e7a63c552d36a419a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e4a587c0508b4365ae9a383395669e17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "31bde8c8c5a44dfe949b3fd7a27a1f84", "region_id": "RegionOne"}], "type": "identity", "id": "0cb76c58a68c4323a2973b8121ea5f91", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "956c0f6232c34e14aa59d3ddcd81d50e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "50bf261521c64b468634b65ab793567f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4103803098774e72bb3834aac5f98e22", "region_id": "RegionOne"}], "type": "compute", "id": "4afddfd9d4264a35a4884d9b06ae940e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "78a2d44bdfc8405abd42c60c6e1678e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "44c38f72d0194cedba2e420abeb0806d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e94b7767c1be4d319dab444c64d7d422", "region_id": "RegionOne"}], "type": "image", "id": "914bd3dd70ad4ccdbae0b131959b0386", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "12fba55100f1482e81ad906967b80bcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e848289dc3b745f3be57ae32b14fd6ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "40bc9675ba874a5eae200790104e5ccf", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d1adbddbfdee40f0becfc9cbe1c833ad", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7e7fe5a0f3b4745981de829d0a54cae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "612489324e6b4f91b822919d32abb14d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d47608fac73429db6b95e7e26939407", "region_id": "RegionOne"}], "type": "object-store", "id": "7cb6908fa5d84578a66db08fbdf0c741", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9f40a008625f4cd9a3333c78f3612205", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c0a2c528a4f243dfb9a34749d5288c42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b430f0d3d6eb485085d389716c333fa2", "region_id": "RegionOne"}], "type": "clustering", "id": "577b80a20a6c4171a07f172d1f46c04c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e7d1e72d61e74444bf05b46a62a37c8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9ce06f0dce64497c85b0cf22afa24059", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0c867454747e416e90dcc8dff5697aab", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "01e8cdba2db548a694b72cdaa453dd31", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c2b842e52a7b4e36bb6cd6b596fdde5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2663288918a545f0836d472d1aac4d06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f85b342a4e5249f281b44e8083a1f611", "region_id": "RegionOne"}], "type": "cluster", "id": "a9304fffc2a84df5a71d70b63321b0a4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8d41106b7c934fb59c0b9b4f45add241", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "58b498ca345c4065849520f33437beaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d66b1026c86840dd9f0cfe69d4c8613b", "region_id": "RegionOne"}], "type": "data-processing", "id": "1c290da4296b438688c80640142bd067", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "64a7dfd3e4c44e9483e6ce011977e47e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "63fe0569e0eb4b4d8111c8a7f75aa6e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5fe943c1b6be452591e391b2fc3202c2", "region_id": "RegionOne"}], "type": "baremetal", "id": "763f6a5fbc8549c2920b364cbd6df9de", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8916fc07ab004e0ba0b4f60f41c0dfef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d374145964b647218ef744e37854217b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "633eedc9882747f0ba1ea172f5b4de32", "region_id": "RegionOne"}], "type": "bare-metal", "id": "df99d9fa96ec4a2b86a7bd7e3685030f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b5dfbc90b4404342821d9bc7352f9b20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "eb0499f611cd465c9c6a024e5a693bed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "97bfa1657ac04021a15f87f3087dcf6b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ed36e363dbf445aaaedb0768fe1fa619", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "de299c5fe3f7496dbcc4a8038203e456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b783737701a74604b3c5dab9c0c00a14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "a9db9e4277614ee49e048aab78e89d3d", "region_id": "RegionOne"}], "type": "key-manager", "id": "22a08d2922eb489f9240bb660307285b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f7f8da86481e4a7d9696e6056a89f745", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "55bcb9272ebd46e2b781e068cd647c68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d36a585a100d494f9896d981aa871625", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a578e54b015841118f7d3929016424e9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0ad10e4fcb5547138580c57d32cbd79a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f89edbd277594c8c916ad82bbd1c5063", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "218aa606611944ab9f0b0dd9f037dcb0", "region_id": "RegionOne"}], "type": "infra-optim", "id": "87ed6c6879684cf092cc7091eb264915", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "48b63ca7083446bda19ba220f9934bb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "dc560240c1114338928c02ff3962b9c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b4d3decea93d4f89bb12123f545d0c07", "region_id": "RegionOne"}], "type": "message", "id": "c296e480a1a04f308dbf1cd570457de6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "755b4efa15ef41f59fa2df1b6b0808b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5a6909713ddf4712afbc78f9befbcb54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5758d8c9a6c945528bea55524021fdd4", "region_id": "RegionOne"}], "type": "messaging", "id": "ba2f6605ff094b3db5f87c6b791af5ad", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8fa776a7fe1a47d0aa084690b9b96725", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9e0038e041f348c9b9dca292a9036d1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c32bb414301f4c8a8d5d8f3d19a15b7b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7192550b23fe424281583256598cebb4", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "24c5477a380f4f81844f258a2ac16e19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "476cb359a4ef4930b820c00579252b0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f2235f3d8c14319bb6edbb960d2dd66", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "5915a28e9cc345388bf7833494081834", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "428740f09766412591f62be7e8b7abef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b31d4aa1870440d80e3842395984e6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5df354d13e8341c680ca1c82a91187c0", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "8e7036195c9545b3ad8e14eb53b247c4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "af3dbea7c5964554b58b8f227bf2d713", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d236a6bcc9f04192a9e579c8c1f85b45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "433abc4bf2a34225ad04989dc462210d", "region_id": "RegionOne"}], "type": "container-infra", "id": "732f3ba41103457a87e374c86a33ac1f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "65127f35d81d4a4b94fe2909bb09c1c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "34311a4c79e84568a7148b516fc568a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "20804a8f36d64c00b3e52e157b719afa", "region_id": "RegionOne"}], "type": "search", "id": "37a26421004c435489d38937e02c2f44", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1908355dd6284febb17bd3243e497f24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "49eeaebeb5c34ee5847e074732cd6991", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "893e3d6b94444de7bdceef60c7216478", "region_id": "RegionOne"}], "type": "dns", "id": "b251c18cc9f84d1d8c0dc8aacbe88f8c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "16f16126290744b09b032417f3864663", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7cb5a25a413e4b9ea14f916be54322f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0c3ee6ab448f433fa81581caeebd6f3b", "region_id": "RegionOne"}], "type": "workflow", "id": "9c61c5b7a4104cda866271c3ec2489a4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f731efc49b2c4132b1cc770dc381c9b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a29c1cd88ac54c518aac7c03eaaadf8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "538cf895009545bea2614a91c8b8abdc", "region_id": "RegionOne"}], "type": "workflowv2", "id": "73ba7ea50be34d5b8b3f5527d94ed37e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "e9f4f746872a49069101365b039af504", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4336fbc0b412433da784769f8ae57afa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "05124534fb924c249612080252d35dfe", "region_id": "RegionOne"}], "type": "rating", "id": "5e84406ca1554e8f8b7b0bfc70daf8cd", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4af36905a039492ca3dbd477209ef51e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "53b5d711e53644f2a32d726f21c7fb60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6fff7710389f45db87b8c1a246c34fb7", "region_id": "RegionOne"}], "type": "operator-policy", "id": "fa65b4e7cb20478f96debeb52e6205eb", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9ade97cf96454d6c9de093758cca3dc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "07e315ec5aab424e846881c170f0da03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d59ae7233aa14e56a0c810ea6022b7bd", "region_id": "RegionOne"}], "type": "policy", "id": "e8709d38b56f4aab9e9558ec45232c44", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "10cd29a8895c45df8b4f52d903109656", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "21366aeadf82406e9d2dfdd6079a9926", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2c62a2e60b184543ae939a0f085abecc", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c83ab4d60f2f42548ecf1e5c085e4ab8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d633452e9416497dbbda5e22dfbf6e17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "33932e32d34744c995891b6eb1760d60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "72366ee601ae4f899de69a393116a619", "region_id": "RegionOne"}], "type": "sharev2", "id": "25c7759737cf49819d9e8e7e712057f6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7f12aa2fe41d4cf08ffe413e2c03cfb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9f52d81552a0478e8b5becf251c7cd10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f0375c9a62de465b9b94d0b6f4179e29", "region_id": "RegionOne"}], "type": "share", "id": "4faeb52051c94763931d3e7f3fdcb58c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3dc71a05f979483ea54769a0d885435f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bc1937a48ddc43eea6993eacd899b796", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9ebc751a0872492c9c967317c91acb8b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f472fd2bc1124a3da111a3fc0e4c506a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa5af97738654bc99885de49d410b7b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "871ed7de4dbd4a4e94f8e2fe6a01e479", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa0687066d1a4f818544a29dc246a7d2", "region_id": "RegionOne"}], "type": "orchestration", "id": "d63d0ac591734c4f830cc0d90be5a2e3", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ea9d4055f3e489f9f4f4bb752e73e0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5346e39312b43578c067e4f8f78353e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e63247482c340608995020f3fc33cc3", "region_id": "RegionOne"}], "type": "block-storage", "id": "0b57036e8c3c454baa9c99364f0731b7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20276b25684341c7adee6a766f74164e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26991034ee284452bc0808cd3a4afc89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a7e4ed8ebc5403b8fa797e902d50bcb", "region_id": "RegionOne"}], "type": "volumev3", "id": "01fa1199fe324a19ae467e00b36f67bb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9b424ae46464939a47aa74ca1ab207e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc5c921ece744d98831d35f8a4cca3b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e313203cedb34d7d9496dfe3f3308b5e", "region_id": "RegionOne"}], "type": "volumev2", "id": "7c4c829cbc874c97bdbc3df2dec557d3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "175cf1e66dac47d2b36d0e53f08c88dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89b6caa2117445a095d2bdefbd324695", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "418046fd666d471389c72e589996864c", "region_id": "RegionOne"}], "type": "volume", "id": "974827981f6f451e96c3d9b0918b1278", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98ff53c200fb4e7196ef7a3d06ae1244", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c9cbefb6b06475ca805b8ea29fa83c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce7b7855a87c4ea5a9d35ddf97d08877", "region_id": "RegionOne"}], "type": "block-store", "id": "8bbf4b328eff44edb9f0526703fb4982", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f421277cf0664588a2f68d0e32c9fdaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "453d4beaff14426982baeca5ca167c1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6ca3fc9669b64ed3adcdcc76c1bfe150", "region_id": "RegionOne"}], "type": "alarm", "id": "f0398cb2b59947e28f7c95012096fba7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "69ca53ad5734498497a9d8a819994e6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "092e4f11d5504d4f8d05ca4a50e6113e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ad8626ad15e14517a29c1145fe29f077", "region_id": "RegionOne"}], "type": "alarming", "id": "e2a412904f4d480d89635f59707aafdd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d277a06154b44c37957114877fce7567", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ef2468a782e8463cbad3c146a172fb27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4e37d4769d264a58940f4c1cc57c4e29", "region_id": "RegionOne"}], "type": "meter", "id": "ef0d5d30957c42448e81307b81d1b970", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1c6ff947ddf043d98158614a1805dafc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ac642f8716f9462db4faeb06a9e2da3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e1acdec2e0be4b05b11b8df732485b8f", "region_id": "RegionOne"}], "type": "metering", "id": "8bb85f503e5e4de0ba8f716dcd809cf3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3aac1e2ab8e94a3bb49993cd81efc7f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "80924d9ecd4c4c66b1537a7af1692f33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fc2ea218afbc4f1899626ab2cd033c33", "region_id": "RegionOne"}], "type": "telemetry", "id": "2c28bb9fe17f4d27a91a2e0402afcba8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "dad2c1d2741b427980503e708b9ed922", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d02d30a2282d4821aba8c33ff4b17652", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7e8fc37da4ea42b4ab8c654b24b34d1d", "region_id": "RegionOne"}], "type": "event", "id": "f430ccb437814048939206144fe10c55", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e759fc296b2e4df2a9893451f23196b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e64def7c40544fcc956779cba18c605a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bf4d8fe9cf1b47e2bbbf5882c0e28527", "region_id": "RegionOne"}], "type": "events", "id": "c2747a46066944ac84d735a9d18389e6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fa53283cc88d471d9f0f07ebe6e7304e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9a06e487c3cb4eb3969cdd02feedf509", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "702ad15fdb62435fb8b9e2ec97906ed1", "region_id": "RegionOne"}], "type": "application-deployment", "id": "6b4d83ca32aa43118d5add8459580849", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b232bb8a5de14e65a5af14098630c589", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "789535f7b3bc4834a348a2638c3b5ebd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "892462ed38d24821980e6a4636e6c657", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1be02a38b137411ab1ae961d4df204f2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7e36fe98303749ee96a6c77400ae0616", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6f5e9bdc46e0445dbfd54fad6dc02917", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "eb6720d2682747b1b425d418b247ac57", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "1e7f11a1daef415aab6913faf4cf9c3f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "70e49e2d0a04499da0fc1bfb57b00d4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f0bae2428c894cd083121ab731668c06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4e80996932334ffe99b63417fea56dc8", "region_id": "RegionOne"}], "type": "tricircle", "id": "9077fc9a55664ad0a848bb60fc4c90f2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "615c6af9afc549d6aa576c0746054deb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "fede6590911643f392a5e7d7f6b8276f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "61103b0c87374825a1ce09d355aa1b99", "region_id": "RegionOne"}], "type": "database", "id": "ec532978ab0f4aeab2bfd5da1e6c0885", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e0b4f043312b4c2fa31679641ec81c43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0bce7be4927847d19732f186e200a310", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b3d34324512d407ab208a3e4acac5d34", "region_id": "RegionOne"}], "type": "application-container", "id": "b235def4d0cd4ffbaf81c09d322fb233", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8bfce7444d794c3ba4ba5b9223c6aacb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "459d433662734f86a496374b5f99c025", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "59401400a82a4a9d9a0e232ccf0ac499", "region_id": "RegionOne"}], "type": "container", "id": "4a38c69152064a4f98aeec5c4a83cc98", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e21b1a1f67e744f9a3ecdc01ffebba6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cdf9feeee4ee4c61b9ba4362e0440ba6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "551e59e3740647fca11dcd4c3d118dd6", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "56bd5f6e5c64484caab629a26325535c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "27619ae0fc7c4755bd6b77fa5eaf318c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3ff66bc43b424ea6be301db81e09882a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "33a253f6d5d0480c96d3929f5355b227", "region_id": "RegionOne"}], "type": "rca", "id": "7b9ce7c0e018431f96ef779887ef7181", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ac10ea466e2844fbafad924ca241a1b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bc84fbb987aa432fbaf5787c60cb5bef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "3e523faa6c62450490c38b94423ccedf", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "8005497ce66f41c78f5241da31b39310", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f3f0a59016864a3a8fe545c94d0a207d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "42321336bcf64ecfbe78550b88997979", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "558bb9f9ab774efdb1cd11723b9b070c", "region_id": "RegionOne"}], "type": "network", "id": "3d2fb2eff716416292695001fbc5b924", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "db7df321a8614271bb3e010f410842da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9c89eb4f997d46f8b817b82403ef5291", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "026f08e6ab034dcc8d3941cb8adafe37", "region_id": "RegionOne"}], "type": "backup", "id": "dc68edb1b6ff4fc0b20f147d1f5f8429", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "62bc09260230486d932a901ecdcdf0b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d3bdf656811d45b7a1704e175eeb1782", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6e8d87d283aa40f9af5ab5448356f7e6", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d771c3f724b34e679c3fff45abc18f95", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "58aa594fe97a4c7b84bb8bfa8f9fa561", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "510bbad2f9a543d4ad8b59156360f65f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c574a28f8f9f4a32bb877c0cbecc14cd", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ea6c223375764e839b379700e2830679", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "65d650ffa2774825bad811b545826206", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3559049b59584e2baf1977b2fa6f646a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "cfb308e15716437ba22a769d6f3bd55a", "region_id": "RegionOne"}], "type": "monitoring", "id": "fa0808c1671e4b90bb747440e5408fd0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d19187640624436596f4687eea9c3adc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3cc34fd52e774ff8bb80d888273508a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "0e91b684628243738d32f7b512268f6e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "5533028b1c0f46bdb8a9f4735202df88", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "bd9da77cc9fb41418dd21dbfa3b50f48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0431dba1299e420f87237ab9fcd4b6c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4bfc1df14f52428588124be40934f9ec", "region_id": "RegionOne"}], "type": "placement", "id": "17eb72f56b2e402a8b9edbb50ee0cc22", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "14e6b33ba52c496a82f6a1649c4342eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a378a30bf48f431ab856e123d9f51a7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "30413f15688f48ac99eda45dbcb8df6c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2c45009f12394407859d5c82cb65b36f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "29528574a10f4ec7b4cd2438f70394d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1cc60b81fefe410caaea0427f81c67cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1a43da229a7842f1980983e35e6c3ccf", "region_id": "RegionOne"}], "type": "ha", "id": "06f47637320c49519d078ad33d54b097", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7ae0f74108964d95bd0d7f9902f13948", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ef9b17017a4a440ca898cf3c76b222b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "739a7ab6f668473b9594ed441525c05d", "region_id": "RegionOne"}], "type": "reservation", "id": "edc27f30b8dc4567b2b4716b1c82fb0f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1af9d989e1d840e38b0a2e83e4328a61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f3cfae3fe9414280bc4d7fc58c8b9020", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "154cb53c9be948beac7b641d89ef4ec8", "region_id": "RegionOne"}], "type": "function-engine", "id": "7dc6968d2d0c422eba0268285329021c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "dd073a15cd69430ab311329b02b5e352", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e644a1384cf944d9803f295c679f3c1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "4e42bb8931284eab93298a8a15a5f5e5", "region_id": "RegionOne"}], "type": "accelerator", "id": "08b859954d8f4976a92408d6234b0f15", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "be03c73e15f54425b405f0a0617204fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e47ab0d2a29e4dfa8f69641b9aea2df0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e8529ea2f2e545f8896947ab5babe5e8", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2bedf80472134c5da26c43c51d1fd4fb", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c580765016d04399aeaceb39551fd41b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "19ce1bd2416d4575baeaae6698151dd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "05746a28a446413490635c8498de557b", "region_id": "RegionOne"}], "type": "registration", "id": "9c70b9673b7445688be74168943afbad", "name": "adjutant"}], "user": {"domain": {"id": "bdd8565c27364d3bb6583af347eb25e7", "name": "4ac0dcd18fe34246a0d43e73841c86c4"}, "id": "4e324de0d4e14cf3b5f2255d7ec20cc2", "name": "f8405fe89a9048228b38d39fc79c6120"}, "audit_ids": ["ecc7d35aa6f6464faeb51cc35eeacd08", null], "issued_at": "2019-09-19T09:04:40.599657"}} 2019-09-19 09:06:40,728 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/clusters -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,732 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,734 keystoneauth.session RESP BODY: {"clusters": [{"status": "CREATE_IN_PROGRESS", "cluster_template_id": "0562d357-8641-4759-8fed-8173f02c9633", "create_timeout": 60, "uuid": "731387cf-a92b-4c36-981e-3271d63e5597", "links": [{}, {}], "stack_id": "31c1ee6c-081e-4f39-9f0f-f1d87a7defa1", "created_at": "2016-08-29T06:51:31+00:00", "updated_at": "2016-08-29T06:53:24+00:00", "discovery_url": "https://discovery.etcd.io/cbeb580da58915809d59ee69348a84f3", "master_count": 3, "api_address": "https://172.24.4.6:6443", "keypair": "my_keypair", "master_addresses": ["172.24.4.6"], "node_count": 10, "node_addresses": ["172.24.4.13"], "status_reason": "Stack CREATE completed successfully", "coe_version": "v1.2.0", "name": "k8s"}]} {8} openstack.tests.unit.cloud.test_groups.TestGroups.test_delete_group [0.210780s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,640 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,645 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,648 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,651 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,664 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.584772+00:00", "project": {"domain": {"id": "247cf8ff37c14c39a6bd73c434eec9db", "name": "25aabf3c8e4f479c8723402560a9916b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3a5f2609c0b543dbb40f08bd4d9b5b44"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3d3ecd34dd804e6cab63f6d7696b7d18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "313e9df8a7f94401aafcdfa41ea69451", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4bb299e2db2344c8b1905b088bda5ece", "region_id": "RegionOne"}], "type": "identity", "id": "4921f49a231741b7b5a52db5fc0c5e9b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a4088868c8694fde86a9ca1564b455cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ce5b198a1f834494b3c5026d8d462d4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "464d8c2930e049718fbd80127d579ae6", "region_id": "RegionOne"}], "type": "compute", "id": "afe7febade1b4c1c8ef762dceb14a938", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9283f4d8a7974c50adb7fd3c55d76a07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e9f754e352c34c0585a0b32f8b4f725f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6c1164e85bcd4395ae7eb1246fbd0e9c", "region_id": "RegionOne"}], "type": "image", "id": "e7e0775b48ea44739f63f38e953a2ea3", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c78b76a0a14f4439b72319eb7e9e58b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "38addee8febe487b9a0e80735ea4cf6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e27e33776b1b45ffa98864795dff28af", "region_id": "RegionOne"}], "type": "load-balancer", "id": "8b76720cc8704a0dbe7efc668d61b13c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5f6437741e64f84981dc90a33806cb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85432f0f5fa84198877700f5f2d56bb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "814160d278fb460fbe3181f793fc62b5", "region_id": "RegionOne"}], "type": "object-store", "id": "de67968a731a4ee895104b1a583a5da6", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0bbf08f9d86a480f94f2de1d79fe4961", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3a7f3205ff9a49268ca8b7303b97bccc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9d9db273248a484b859b2216025cd1fd", "region_id": "RegionOne"}], "type": "clustering", "id": "1a72dc2d1733445485172a0043595024", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ec6ad13e83e440fe8f34db27fc815cd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4a8d65890ccb4ea799805ba2401d514a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f23f019eba8a4a27be14af4c009d2ac7", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "14333298c63449d99b8169937592fd53", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a9f8a5282ce847cba50d22afa8afbfb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5e7fb5b32a514337b28d401a2a0b1802", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c1ddf05b459a42288ef5e38821cfd720", "region_id": "RegionOne"}], "type": "cluster", "id": "1e6c1b9392d4450e8f20d893bb152d8f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "abb6e4b26c034b03b8d2dafbf56b5711", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c686025ccf9542f1ab1fc62f8a749390", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1ecb3d883fad42f89a51d9f5a26fc62a", "region_id": "RegionOne"}], "type": "data-processing", "id": "b1b81aded0a549efb45d773ffcda18c4", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4943a277968a4a6287c705870cfb0f20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "60dfb76fad9647abb1e8d842fab4fcce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ddbaf49b1d6f488cbc90cb04440b3603", "region_id": "RegionOne"}], "type": "baremetal", "id": "7de3b90d38c64a328da5e0567cec73eb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "219c6b89928541319388a15f7cb39884", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "37a6307cfdd84f079959361501b7bf95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "82424e7cf2e549798330e07fd71958a6", "region_id": "RegionOne"}], "type": "bare-metal", "id": "049c048c11d8480bbfca8db7651c4d1b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "38484f90651f41b89a16f68a2a06649a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9574a3afb7b044efbdb1c19a565cefe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "80088ce5f3204d78bf15eb9ea24c0e0d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "19d1923fbe0c4b0c9af20b2f61e22d75", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "efb7f00a4a2740fe976530ea5245661d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5056410e9ca04490b56b0b1f7506b440", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "2299eb792b7b4bee89ab91e5b81470fd", "region_id": "RegionOne"}], "type": "key-manager", "id": "9247bcb344f14130a76e1a84a2fecd83", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2071f7efed454820b74cdf418f5bff9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4bb294805c0b4802a7c120794f38908d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b11e70406e534755b534232e4369f168", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d45a4f8c463d453e9fb67a6610f548b5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4090569f81f143528eba51eb39e7903b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "69c838d2b3aa4affb5b4137de441ced8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9824eee367d04d3b99a27fc8cab9e7c2", "region_id": "RegionOne"}], "type": "infra-optim", "id": "60f8838ec9614e8fa88c02e761c49729", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "26b46f545a064c708f09393456ed8b22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c6c9c27dc3f3416e951622f0327b1270", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f97aa8215e88436d8781259eb6b7befd", "region_id": "RegionOne"}], "type": "message", "id": "605ed74e3d254c1fb971d560faacedad", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f880ff9d3e6940f8a5e69c64e15fc34b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1125f363dca64e66a1bd12da8e4a85db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b3f57818938d4a5daf8050ca8b9f2eb8", "region_id": "RegionOne"}], "type": "messaging", "id": "31cef93096dc4a6a88f75e5d5c503107", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e6b975047209467c8979630e96c55620", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "db213917116d4ef2bbd626e93711ed4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "66f36804ed99499ebfa4f1bff33df2bc", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f67775eebeb948bdbb8dde2eef2bd91f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3a52cc9e0d034a228d0b30f4b344a1e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b7687b9753494b7291ee055da415c94a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "56d2c1b8728f4fbbb11ccab576d9cbb7", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6c900ff0f43b457a969cadceca265715", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4a415748d8ab40d28575ab59e4f3efef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a51dff3019124b8ea31f3505c4c03284", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e95044a6ee9c4374b163dd105b858c2a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "684210414a1d468d98188733e17c850d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c1cf2ff74a204d08a23f4709d5f735a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "777fe79a12f74674b099fd11cfdaf3f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "96963f504ae14336be53f9cda14250bf", "region_id": "RegionOne"}], "type": "container-infra", "id": "1cfee6429c174e7cb9bbec20a2c73641", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f092c7f8e4b94522b3356132bc849421", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "cd091a144c6d4576b5ae2d64c596fd20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "1cb18d7fec984da794ae38f81e61ad09", "region_id": "RegionOne"}], "type": "search", "id": "4252beb967c14fe2a73dfc2650de9e8a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f27973e2d88d409594b8679f50321b9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6361aa2a3d4f449fb2159285c76f56ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c994757976924f489e53c1957285b748", "region_id": "RegionOne"}], "type": "dns", "id": "e3ff0d8d00a64d858134a4019b5e8ee1", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f5a3078628cb4517b4193dd58e6e106e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e9a220ef165e449e9cd09e4b09f00b53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "65c076ccb38d41e2bcef797fb1c5ec2a", "region_id": "RegionOne"}], "type": "workflow", "id": "469bca6dcdf146b68a9cd2e524988083", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "014a1bcbb5c24532a35b806fbb14ebad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aab7b8cf20724f3798c02378ad08290b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "755eafd3b3da4bb48bba01af9bf1d7f9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5519cd8e058745b29ffd11e7dde05337", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a73a9ff8bb464d3abe8dfe36a10e69fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9f8ea747e1f54c5c837197903e5e6687", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6082c73f56b446a681fa88de43b750cb", "region_id": "RegionOne"}], "type": "rating", "id": "6dc931c911684977b7cc48f72e597adb", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d3315ace34654f1ba39c0034ef3a4d5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0dab5468b41a43d2ab99a1c5e034e748", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a923658f2da64d0e8b475ec109689350", "region_id": "RegionOne"}], "type": "operator-policy", "id": "72e4336302df49028868d1831c2ac232", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b7267339883242e8948113a0187c00df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "170864a68ce344dc9580627f5dd08ffd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "01e29a6cd6084c8482eb4d2d634696de", "region_id": "RegionOne"}], "type": "policy", "id": "b04bd25a73724f96b9ef9133bbb836dc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "81b8ff58113f40e1afa0674e5abdf881", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "02f994d967c34b93b49ff9f484685776", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bc0fb222c7824fc8848f1bbaefa919eb", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d8b7d26c41af4c66ae2484f1dca779a1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "25e2aad4ed3c4f54ab78c9b6be422782", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "29a20a73b85143a481614e59fa1595d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "578a71b91491460f9c023dabe95e0e82", "region_id": "RegionOne"}], "type": "sharev2", "id": "e242ba82d85c4cb3b5a1fb3e02d6e157", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e395bb5a5ed6438d8f44b479976546dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "345c122eebf845468058ca3e8288dea1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "01eb258eb5fe447c8cadc463d69c6062", "region_id": "RegionOne"}], "type": "share", "id": "3d527a7397e7488388d69205f8479c7b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1553b3c16cb1462699becf027f7f4c90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c108e29338bc4fab844d322e2f442d8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b3809508b1514b6783f1d50c8ce4fddd", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a1e6b6f765db4558b67efdc0573d48ce", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "288591a473fc4a71a92c44a12248438a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e8c4b7a4b5a41a0bc295a01a45b982c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01c01ac8a86043c987c7ea8e95bcb01e", "region_id": "RegionOne"}], "type": "orchestration", "id": "b7f2bb44101b4a91be1575928258f2d5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8213c4d91f1c4ddcb98a987e70102429", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d86e2a06c0a34ce2a709122f57e4439d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "497bb36e1ae14cb2ab5dfc2df58489d3", "region_id": "RegionOne"}], "type": "block-storage", "id": "30467946835846af8ccfffe4ec3665ee", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c6c73d9c49d48bc90c4fb9ae2c8ef6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8dbe03f60f740fd93f96d932832d237", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b3e9bc1d90040bfad755288afbbbbbf", "region_id": "RegionOne"}], "type": "volumev3", "id": "8c21b4635a8f4ba58371630019b94825", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91deedf120de4115bb95ee35fc301905", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3599e1b6445f425f8c4919b14ec6bd80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cbf56023010c49d5b7be86c8b67e76f2", "region_id": "RegionOne"}], "type": "volumev2", "id": "288c1d29185447b3922783cebbb621f9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bf6806c5d454a0fa75bc05a173176fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "513fd9086a154d3290c002672a21a194", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d064a9efd75e42a7970cfcb960bf495f", "region_id": "RegionOne"}], "type": "volume", "id": "305f807577b54266bc4fb18fd9c2e11d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e124372d153f4b0aa57d783a5635896e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f47eb5292eb446f9c4711332ed93816", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16639a060c69453ebb5d7147369ccfd0", "region_id": "RegionOne"}], "type": "block-store", "id": "8f349866c3b8490dbba18dd1dccebc90", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c0d9e38e9a9b4a6cbf87c298c5a7d438", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "39dcf481cefd47e39c740e49274bf200", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "eddb5644061c486098e2dcc0dc109ec2", "region_id": "RegionOne"}], "type": "alarm", "id": "8558872f8b994899ab0e7bcf136497aa", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1333ca4d95b2488c9f294ec01cef4982", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c5135e81afa14fee82317b2b00fb2056", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "de08572a68034594a79dea21768310c2", "region_id": "RegionOne"}], "type": "alarming", "id": "983a82dd071942a49bda480d68d678a8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "697c63e0b16b41e8ad069bda71b74b18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "caaef50aa142457fbaec143335c17cbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9cbbf3cd707c45be8d8acf6c9627a140", "region_id": "RegionOne"}], "type": "meter", "id": "4f612d502d374994ba23f294436ec0a5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9210180907424c839cf4db079edfa483", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "970216f9cbd84c34980ae3fd98a64445", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "310c7f34c95b4d1080f7466584e6782d", "region_id": "RegionOne"}], "type": "metering", "id": "157a81c689994503b30f38d5ecf45317", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fcee6c7d02d84502a1ed3d6e57cc70a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5afb0f52672041f6943c902cdefbc828", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d79e0afc4cf64271af52b69c8678e4f7", "region_id": "RegionOne"}], "type": "telemetry", "id": "9275539b22c249578a6b8ba3cd735745", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "45e9234d5cea4a0a8be467aeaffab83a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "44b3d3f11df245ae98e1bc5bdf0a69a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b77a2a7c36104c1bbbe62f7d37a5a40d", "region_id": "RegionOne"}], "type": "event", "id": "d8ecd776876340a3ba4787c994d80a16", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "82f325eb64194041a5dba2047a96cec0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3473ea9293b5405fa9351b0c41b02d6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9c81e5eeb6a94568875c27a1356414a7", "region_id": "RegionOne"}], "type": "events", "id": "254444f5dca541409ab19688d09c5c55", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "077f488486bb444b818b6f8b70afe92c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "16a22cd554174829a8ff5d03b40e21c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "aeab0fdc5798480f9cc5d437733fdb55", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4d57ce7f769e4c47ba72bd7553c9f286", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "20d68221d9f042d29e66d26dc6c86ab5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6d754fc84b644cd1a935979125003ca4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "58e6e6d974db417595803673b5af27ae", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b6b998bd3fd642c68686ecea2e0d25c5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d4c9ad859968422faab561fa724b70ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "471371fa221e44e49fec23c5146676ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "da1e8cbc9f2a42d0a998ba48f3f200d6", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "0397c17aaeb644a89adb7f00d93adddf", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "54c298fb6517465ead2584f68ce1d2f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "928e94973f8444ac822c7c6cf1628ad9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bb4cec35484f429bb5505329dea011c5", "region_id": "RegionOne"}], "type": "tricircle", "id": "466455d71e344699971d879dabc7d59a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "6b838c1227bb41c3b813554b276647ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "42256ccee5a94e31aaeecf7a50d20cfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b6aeae3978764fc28915b8c54590911c", "region_id": "RegionOne"}], "type": "database", "id": "929d5894545b4668bae05e26ef739ace", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3585b95291384fa8bc6f316c6a3169ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b26ca59d3fce488292cb5b51cfd94b7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d95b48087020473bbf20af9d271ceabf", "region_id": "RegionOne"}], "type": "application-container", "id": "525f63105e3f4346ae3b0034d46e209a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0d445a8b3f7245e9bf5337dd6b7d7d26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "675cc0da3da0486a9f0e92339673412d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5f4ca6e96c76499aa1a0bf123b71d133", "region_id": "RegionOne"}], "type": "container", "id": "cdd1d5112a474ac588d0b1045f29edde", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9efe6c65ddc6450f9b7ab5eab970f669", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f3cb9cdd4f4b44c9b03840d331108a13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "043005e56c994b83aebb9f8a9482528c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "38c9ea95e16b4fbebfe6db099cd29089", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "788440b61687441ebd7bdfdd4183e6e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e5f96867997b4f2d974ba52d61fcaab4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a4a718ad82f74216b740dc8efdb48080", "region_id": "RegionOne"}], "type": "rca", "id": "cbfc0263cdd94acabea20372c7745f9e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "998f484ad6904f54a7a40210653a87fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "17dc2f86a6204710a0ffc23b8e5136d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "351651c59dd64830b2a374b34b67e758", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "32b57f20d3e44397afcf5277a3977b85", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "44ac894b174f4e4f9d69e8d2649ef5e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b6ac21144a524a54a4835a1f5f6043f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ddf6d6db25014a88a818581051e388ec", "region_id": "RegionOne"}], "type": "network", "id": "98d1222ef8bd4ed5a08da8f6a1eaf486", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a63056d3387140e8875e8cda48e3e3fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "77138a31ace8468ab0cb37c7a8820407", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "de0dea4ebc4e45ebbd9037da039930b8", "region_id": "RegionOne"}], "type": "backup", "id": "aac26f60d66645a5b03d735f78f439cd", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "af077ee0078b43439c3a30ca5f0ee273", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f244a5cf433f4de59e0659b746524123", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1477253eccee46f9ad0adf511fb1d853", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "2a4559d46ee145c0ade2ff7266931a5a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9ed0ce92d1ea4d1a966f96f5e32e5e8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4213286f15ab45f89c44e08f00b6dd8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "83941b4f18e4468793639bcf90d91cd4", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1a5bff8fc7cc4807875c218008f367c6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1b17208c629845ca905db5f0c2e066cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fc032cc4f0934267a5201dd6625c02f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "13c598b492e5471ebcabd79d0e574794", "region_id": "RegionOne"}], "type": "monitoring", "id": "9fcd7a5c4855449b91368455bfe7e0f2", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "67e8dc509fb34f0e9adba7af341479e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0dfc00b6943b4a668d5bac175ba75931", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6a4f8a546b3c405c88167af5b78c56e7", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "1c7b5c0ebf48429b83d77aef90d4e4c3", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a57647d0c6f9427cadd30c80e953aca7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "94a0f756ed144413833440d8efb7af3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "cfa2078aefdc422392c00ffe8d938e07", "region_id": "RegionOne"}], "type": "placement", "id": "3a86f5e40b9b45b4859ac1a2a025c39b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6071fd61a584493781a73ddfe3cf3051", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6f881f5bd25d444e940e5a81dccab526", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7a852e92b36a4bc7acc7eeb12e9dfa80", "region_id": "RegionOne"}], "type": "instance-ha", "id": "067a8630ae3a4f418c18bdef6fbb59cc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ecd87d22cfc54c1f955888db321dabb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a234fe733a2c4e5490d7871025d5ba5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7d0fd2cc0bb943d8a45d1ff6cf1ba95d", "region_id": "RegionOne"}], "type": "ha", "id": "f3b24526f4d546ae8f76ecf06deeed30", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8767a35576284b02895c3f5dfcec0938", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "99b7c71e30e544caa7c5faa5ccb8d605", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c0093bdfbd1347c3b22576e3f5cbfa49", "region_id": "RegionOne"}], "type": "reservation", "id": "b0636bcdec6d4432a57baa40f75f5112", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f2769e1ecbc943188d55b7156013adfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f414e7630f32422b818feec46b7c69e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "7c65d0db4f2a4c9db36515ef9251be89", "region_id": "RegionOne"}], "type": "function-engine", "id": "afeea391c3754495ac50c65f2827cca5", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "55f071686e154d34a1f98724b6c871a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7031145647e742c7b98aa8814fb23fcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "acc702f891024da599a4bbf3913d77be", "region_id": "RegionOne"}], "type": "accelerator", "id": "27628b243c7f4e029ccb7d7aa7b0f706", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3f8bddd5d4824680a0f23c53f7ee27bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "318c1b87fc494504ab32014fbbc6f136", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "91b1f2453bf5407ab3adae252fc63330", "region_id": "RegionOne"}], "type": "admin-logic", "id": "39ec9241f69c47339c961584a4b27927", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "34018625708d4064848a66d011c2b0c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b03f736142464ca3be3661213a851c2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "089107dc12354c9dbb98a828e41ff374", "region_id": "RegionOne"}], "type": "registration", "id": "86b47f9fabcc45479025ab7fb18aa900", "name": "adjutant"}], "user": {"domain": {"id": "989502da72a64073a6cc17bd346153ec", "name": "5dbba3e1147f4526b8084f95859e2cb9"}, "id": "6279d0fa5ed54e6185b110a0133b103a", "name": "2ddffc72d43e4d46b6c1ef29fef4c75b"}, "audit_ids": ["2cc495944fb94d6f971dba6e10a81d22", null], "issued_at": "2019-09-19T09:04:40.584772"}} 2019-09-19 09:06:40,757 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,762 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,764 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "94f1eadd76794ed7a417aabf3005239b", "id": "c15228850c6241248625f8f3eb73dc9b", "name": "groupname-2"}]} 2019-09-19 09:06:40,785 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/groups/c15228850c6241248625f8f3eb73dc9b -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,789 keystoneauth.session RESP: [204] content-type: application/json {22} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_list_floating_ips_with_filters [0.214063s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,615 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,619 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,621 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,623 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,636 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.550488+00:00", "project": {"domain": {"id": "e75f9d2c6c2b482cbaaec3ff6523a4dd", "name": "dbcbd952a9674025bc7d0c2a9ef305ad"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8cfdd12423b6476abd0dd29762ce6fa3"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8da4083305314770aa9e8417225c7bb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c924ecbfdd1143198bc2d6537c26ccf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f780f3ec18d64a1fb78c7be00c20a4a9", "region_id": "RegionOne"}], "type": "identity", "id": "5943d90004994c73baea129780db14dd", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1938bbbc6c094a48999517df2cc10022", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b422f1cfcc81456898544bc10c01b749", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "581a722c551342aab1d0d8a190a7ad43", "region_id": "RegionOne"}], "type": "compute", "id": "38c80f0299ba4538bc1ed2638c54ee17", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1561733c4626415cb121b84a2066d741", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "006b5e0ecc204e32a259af6b99160801", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "dbe4fa34f81347d286af340ca504e1cf", "region_id": "RegionOne"}], "type": "image", "id": "1e696493334547488142216e5175d401", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3ddd480f072a4f938b4c1ba0d14ce1a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e3b224c3ef8647e1ae83608f2b944359", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "37d45567ef4e489c8da226fe9d06eb88", "region_id": "RegionOne"}], "type": "load-balancer", "id": "8af7514ee9814aa3baf7af75eccb35c0", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e902909024aa4f11a8f6c57eb44f0bf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ea5d8746ef0443194b6141431c1f99f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d66bc0db43594176886bd495f7485713", "region_id": "RegionOne"}], "type": "object-store", "id": "63607f71cdd045cd91ddadadf095d738", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2f2c7b18d2c944498249408192fae261", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "372a9e65852e4e11bd3ea89b89ff4cec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7cf995040bb44a599322e1f79312d99f", "region_id": "RegionOne"}], "type": "clustering", "id": "2389cda826314429bf397f071d2cf764", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "04b90eaf7be04513af2bbdbc1512d971", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b4ab2a4a08354be483542f0e555a2477", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "961f94a66ab542d1a3cc09ffa0ec772e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "967cd24f1f8b4a499b3761e49eb026a3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f7a674782ab743a6924810575f89bf64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2613399e990e45a2bb62d1ad2cab06ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "38d28986b58e4b74be313284440da75b", "region_id": "RegionOne"}], "type": "cluster", "id": "ec72d75dcf52495fa78072f30976c32b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "53794139f4b8475bbb2b20fc2ffdbd97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2faa0edf7e04481e8bd1a3cb4240e22a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "de8848c1d9994bb189e052a91ca612af", "region_id": "RegionOne"}], "type": "data-processing", "id": "69f54d34467e469f84439fd3b4e70347", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7f04abe84bed4b9c8c4763496fc2cf28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "eabc8fe35a794584ae28b8b9955699ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6c497dc980574aaab8701765763b0dd8", "region_id": "RegionOne"}], "type": "baremetal", "id": "e2ff6ae5acd248ad9d0db89bc8a21b89", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c207b1059972403b91f24deaa0192653", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8e76e1474382480e983b11bce5811179", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b8d83a46e0d6412a9a80ba2970d4ad94", "region_id": "RegionOne"}], "type": "bare-metal", "id": "bcba35ec45244c7f96d1cbb0977d3055", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8444256577b946bbb45b1ca250441518", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3deb9aabf3a64ca887f397ebaaf5838c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5832da4b3914433ea8485da7f3781967", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ade96e4d811f41c4a7e779a47cda5682", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c86bb1f786a241c39d616e8961f553fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0accfd8233784a1e8d437eba8c03a36e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c1d76b85fd984745a5a0efac807e82ac", "region_id": "RegionOne"}], "type": "key-manager", "id": "06f1a52f53f64f25953e74466aee2407", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9ef7803cc1ed4e8088a4cf82839fa8fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ed6b63e8e8b549ea9cb68e476ee1a61b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "886808cd724e4ed88f8fc61ee8c5ae48", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b43116195ae84bf98a1240688349f178", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "86331f52d814401eadfaf2ef3f38303f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f7971700161c408f887a1b0a6c0e9702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0361df13b3c94926b3dac5ed0cebcd80", "region_id": "RegionOne"}], "type": "infra-optim", "id": "989da62a6e6244febc08f0139795cb9a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cb19cc9ad6094f7fa617f34362be3ea7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b4ec7a026d884ee9a93b1a6e34043157", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3de71ac0d8214da1af63c45a87184d7f", "region_id": "RegionOne"}], "type": "message", "id": "afba66bfd5a24f7bac30dd97d75ffbb7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "433a34ebe1094ed7a0a2f7e6f75b6105", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4fa2c1a2812549e88a58d021e5fc7bbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "edacfecff9d94f41be26f0fa2b9de860", "region_id": "RegionOne"}], "type": "messaging", "id": "03e923f658aa4d32bd065fa2aa2b9f27", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fc774b22361a460292ac839ef8790ea9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6cd63cb25dc34dc1aea1db99255bc7f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "27ab9f9cc7174186868047e5eec1bc59", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4b21a104e1324bc2a9cc856952de3270", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3d49942b488a4d5eae33432222c7e093", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c948c933ab5941d2aa2da94ae67c8bf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "76794ff061d843e4b30bc3f8f84fdf2f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "bfc4cc9db61f403d8d79aaa8806b6ba7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6179027d0844430dacfb90b8f011722e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c21abb2e47364a029b8be6412a7facb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "14d389013bbe4e74b79c6ae4436a1150", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e66f5ed0be53414e8f689eaa77c86e81", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ac8545c348a4ccdad65f2e24b2ecee1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0fd29003496145279a19aa75da45ad6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7589f3312bd44d70b86ceaba52a0cd17", "region_id": "RegionOne"}], "type": "container-infra", "id": "8e3a5f070e754349b177a78b98091d36", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6af19f45dac748d9a7b5dfcdff8c501b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "cab7009b81bf4b089deb36903955bcfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "af118fdc89d040c48233213cd0a7b126", "region_id": "RegionOne"}], "type": "search", "id": "e946a8f270394c6c8db0e0b30298f511", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c357076898774d5297d881ab2a08155d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "fe4f7bae7155425589b66467c8e14058", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b2d5e5731a664f20a4ab80eb85f14293", "region_id": "RegionOne"}], "type": "dns", "id": "2efd6d5d86bf4ab8a19720ecf3a9164e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "393983f8c32445c9b8e76f8a93e5e5a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c78669e4afe5429da63d4f4592b5aaf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d2cfa9c0ca8c4bf490b06ba23732094e", "region_id": "RegionOne"}], "type": "workflow", "id": "7c3c9a115ac24f29b18d0092f3f97995", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ee82e6343e44462fb6f506f1bd54c49c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e500cd2289944e3ca954c00340bb8d24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "68c161156e4849ca8f64e9844e8484e7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2f8b8bf333d6468c9686dbe7bb67e794", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "57bf23b62c67484bbb39446f91f2232e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a9cdab4a240347549db9190c99f2a06f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c33e321759964c81ad32b301455b78a5", "region_id": "RegionOne"}], "type": "rating", "id": "cfa1833fcdeb4a5fa9d67dedaabbb65f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4cf8d8479efd4e3585eec0e0d7dd4409", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a07342a913a84a1d934f3da8a922d1ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6c8a00cb723f4c219330bcbe2d1ae851", "region_id": "RegionOne"}], "type": "operator-policy", "id": "9723a1a28c944280b0ccc571f0146439", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "01fc9ceb377d46c596a15b0213b25dd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "11c166ad75004082ad5e943c0d833514", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "294982f73b814ceb805471c0ae97d925", "region_id": "RegionOne"}], "type": "policy", "id": "8f9cbea1ad9f4c558c49a36469740ba8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "43071619c23b477d9ed58a7910f1be49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0108dce8147c49d49c36ac63b2b02382", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c4b3d1805bd047beb50810b038434491", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "05f51fa115764387bf3e56c52f7d0ae6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3284d9f16da3403eb765996c18bebc2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "391242b709ad491abf4e3c36c419fd6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bffbf2f2a8394b1e821666e8ae95c4de", "region_id": "RegionOne"}], "type": "sharev2", "id": "58b5c7a1c5e94476817022529bed04b4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ab762b941b73471b8aae0cdae599c1bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "82b01acef4204d77a55e324bb6184b71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f88280bf0e324ef7b830b9b1e962ff49", "region_id": "RegionOne"}], "type": "share", "id": "0cef945ba00d4d93ac929a31e35fd2fb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3307ed66b70645cebb1b82c5fb621898", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ca7a5f0df08d4900ab990c4bc3b742b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "42b618699db140b58b8e9ee45a1161c9", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3d0154e0a804434297fc0bfa22b61373", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d677548a69cf4ca0aa6652764e553ecf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0097c2d5cc014e5391768bfb30cb18e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cebf9dae6cc843748ec32508128cd3ef", "region_id": "RegionOne"}], "type": "orchestration", "id": "f420ea1a1e5b458aba7713252c5cee94", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60f40341b8d64075a903a985687055ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c8a9552a8cd459583a1756f72d80d79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e37c604f0a5421483388c461b2d7781", "region_id": "RegionOne"}], "type": "block-storage", "id": "f33a2c2f99f241c091aff1df4694657a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5a17487234540669f86792fdd02cb74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d53ed05a7a83402f9e1c332176367eb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d7707d83a5c42d590c0977ad024ccc2", "region_id": "RegionOne"}], "type": "volumev3", "id": "d0d60a5052444ac19cf39789e44194d1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04686f9187994dd3aad7396f463e4b83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60ab7f68c20345e5833ffd618dac3ba3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a03b6b92b2ce439fac6e9b495cd05143", "region_id": "RegionOne"}], "type": "volumev2", "id": "72d63d97827741b4890d7d0ed4e65f4e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2312ccce01a34430b34432793920ebee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a911632a5157417386bfe4e197f32991", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c629818d2b5433ea2954301c7639f87", "region_id": "RegionOne"}], "type": "volume", "id": "24979def9b394e6faf24e20970015b5c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97a024dd577348318a68bef81022b24a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28976629fd774e52b37dfc09bda0b300", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0413dba2764f46bc8438202cd6d0adde", "region_id": "RegionOne"}], "type": "block-store", "id": "4b4fa5c35cb4454ba949004f987615b9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "94b3874ae04a4e558621ff5d3e012479", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c9fba0b4ef5042fcb735b38330319e5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1f96e58ffe124f339ede939dff0eda42", "region_id": "RegionOne"}], "type": "alarm", "id": "0e59623dd1ae4bee800b9c35c07a9fab", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "47bdf06043dd430b92bb8931bdba674d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5a805f1f41084711b6a4c20dbe8a4a53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "710d13220c7647d28ee8cce0c962a9b6", "region_id": "RegionOne"}], "type": "alarming", "id": "7248afb9e3694e3c947a028ac8478edf", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "98888c971de640538f3736091f2d403c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f1e77fb6858f41ed9970df82b62c2d9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c69e5f0d30934c52ad5c066b5985f3c3", "region_id": "RegionOne"}], "type": "meter", "id": "e7ad5ee44a754a9d93157fa75589d023", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "eb892cededbc4be0aa595bbf7a2451a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "11925bdf8a7f4fc1a3cecfe8b46af15e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "46550c149b5e45b2b638e43941478693", "region_id": "RegionOne"}], "type": "metering", "id": "b7656a3fffa54f7185cc6f7c6d01543b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "055afdf4521b46ab89b8e4049d58263d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c75b8593d6d64827993482e3b620bb69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "64c026b8912949d5a2017ba755c647ef", "region_id": "RegionOne"}], "type": "telemetry", "id": "cd1381ce1ad5446e99aa6084b0a5cbef", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b38ae820b70743c8bc7300f951777c4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b94485430cd94b12bdbc9b26cce617b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a95bd42ec4304fd6a630dbd107730f23", "region_id": "RegionOne"}], "type": "event", "id": "bbb8dea0d2c84c0b9a5f414dd8d7c078", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "eb7a69fc99054e65953e00b539dece3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c526aee49ba1451ebcfa6fe5e403911f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2b82a9b030374acabd3fc102d149c222", "region_id": "RegionOne"}], "type": "events", "id": "69d7365573c14de3b9489e6f26af2263", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3f63358fff0748cf958bc65faf040f76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "208ff05aa7664a7fa08e7c20b80630e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9188c99f24e543dc8faf60123c5c2d70", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4ee470787b88416ba124ca0245d666e0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c4b5d2a758944812bc1eff190cca57ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5b6f547945b9416dbae4d3d38dad56e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d337f17459db43feace762d63c2c4d22", "region_id": "RegionOne"}], "type": "application_deployment", "id": "455832f10d1e4f8286283329cf088aa9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6d35182683fd440bab7539ca2c62c160", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7f73c9987c544da1b63462c6334f726a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3fdd6b1ae03a434aa0e54285ecad97e1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2f451ef58a20480fb3cbd3ff238f55b4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "284a7a4a18d74131a59e4804add8659f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "246036b64dfd4b3d849a9f0935a0a164", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "880daa35e45b4392a9cadd2ca03fd356", "region_id": "RegionOne"}], "type": "tricircle", "id": "0b662211f3ea4ceeab0c260b595ea356", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8007bc5ff94b4eff8637f3276aeb68d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "dfbd5803929044fe8d1c20f355e983f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "32c76a350ada44c68c4ffcf7fd47f828", "region_id": "RegionOne"}], "type": "database", "id": "cff4173cd4584951a8001c56acb32ac4", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "703ab489feb04040b23fdc988f27f4de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5426cb87403d41a38aa8cdaa1c99567c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4af16fbd8bd14bfba8479939611d978b", "region_id": "RegionOne"}], "type": "application-container", "id": "ccbb1b3af2814a3e80a2b5814b438fbe", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9fd3db798fc842a8ab674cb2baa0b360", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "86646adf53b941fca3a123a4d068af6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "82fd92dce98543d2aea9a578d97cd5ba", "region_id": "RegionOne"}], "type": "container", "id": "1efe482dc26b42f591122dc8cf93201b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "101c6899809c4a88bc0bc904b55cef49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "caba98bef2fa4101b03abe9a22226281", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9e1f78b5a8b74d62b885af16a47d78e1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "72c59dc859d34d24b68642768427a1e4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f0998254df5d42249b1f55913ebd910d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a6f009fe11c345d1a4b4cb6c6baa7032", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c63a57ef1dcc42b395f2a58c46399cdb", "region_id": "RegionOne"}], "type": "rca", "id": "c299a40bf2254f09a391ea5b49a6e535", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "439e695502424d96ab53ced91def3c00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d6063597921b493abcc1122fc2d72f23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "31f4a64e577047849ed867cf5256f2db", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "6e0556f40bc341c99d29dd8899899e11", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "cce4b96abe334fa68e7a66fa20423346", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "db4cd3da03594e2d84b84175c80bc571", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b6be215e906a4526800f8858357510d8", "region_id": "RegionOne"}], "type": "network", "id": "2d193d4a1c124691aa720ed8dd844e81", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "34e0f06818074deebe65fd9d99f96b98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2c0aa3ab89784b7ba424080924bebd29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4027ba13e9c64236937febfd4fab76df", "region_id": "RegionOne"}], "type": "backup", "id": "f003b1433a5e4359b3cc703a9c0d3969", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "33e904d0c4d64cf0b86a3f8f0cec2ad5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bba2a6bd10eb421a8882caeaee9c12a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "44ce45e6372148eab8344cf32466c87e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f7baf84d17344fc48940b63929df2a82", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0852e5bf5b654142b56c7cc49d7eb639", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a959d7ea60df4221849cc4075c9195b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b9243462832a419fa16ca02c6b9c8c1e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2e295e13c81544b7b546fe1ca29e59dd", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c52c733fd5b64e7bb54a8907128d3919", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0c09169674d9414180948543a9719c58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "73abb5710dbb4fe09116a2a7c15c0c16", "region_id": "RegionOne"}], "type": "monitoring", "id": "b8e72da06e204e40a40a2fad350e040c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f5766f419cdd4c9ead4126697848048e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "28e86945c03f4f4a848c11b625ce9c86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "9e92e397581c4ca8963048d985eefba2", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "07786700644445d9adc4bdfff410e9d0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "757d447e660242c59b14ae7f661f91ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8bf038161a28403fb8bcb4967f582a08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1fcf4f6836274663904fb6de7745a367", "region_id": "RegionOne"}], "type": "placement", "id": "73e00f72004440d7993f794c24fbbc2a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "42836a68fdf34a8ea87d748742fb305c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cfeb5771c3bd449492deaa47554dd2f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f0455a7023864f3ca79f6e3864127f3e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1be1ca95592d4684a7dab072bcc57583", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d611e4986dfa45d1b72e808e0480c0d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "873ac6c9a851466487a0c93fabdc1f10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4b5e65e842a64638855183d11ebcd1b3", "region_id": "RegionOne"}], "type": "ha", "id": "159eae74618c42388bb9a8a71f03b054", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7cc602ed1d964e30a258e71ad08945b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6cecee43b54446cc9f251efa2c01229d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f7c048db13eb41d79697ea4766c94160", "region_id": "RegionOne"}], "type": "reservation", "id": "b5853b3aeb7f4d68a9900f527f73b1d9", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0da53e3abb7c4adeb311ab3a2d5d147b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bd524b6c94a9470dad5dab5137c6c07c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "11e055e74cfe4bc487b229e9a8c5eb3e", "region_id": "RegionOne"}], "type": "function-engine", "id": "e398d4e6f0344ee19eefa744f5997a9f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e168bcd895f24c18afb19c7a15764a72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bd0fe808d45d4f6ebf203d9a94ea99fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "283ec7fae40d4cb18d7ba8de83328458", "region_id": "RegionOne"}], "type": "accelerator", "id": "0a09e939e7094f25b2ac8d67bfed258f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cef17f6730a04eba8bdeb18ff0a48d67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1068e957331d4abd88343bd866b0dcfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "922d57013dc3417e9a7f61762a8874e1", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9c3a2593e73349b5a3e709142002f2a1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4931bf75f71c47e4a7944e871e18fcdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "af9ec69cd3e14d29a8561b8acc6fd69d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4f6be1ff98704d31a749675e2bad07ce", "region_id": "RegionOne"}], "type": "registration", "id": "9cf49ecf618242b5ad41e082f08aac1e", "name": "adjutant"}], "user": {"domain": {"id": "4283825452c64946b24b440a395b2a9c", "name": "1cd60281b42f4d8b937ac0f5b5a7933b"}, "id": "2d06feaf989a4935bc8c9a17dda700c6", "name": "4acbdafb9a5248788286af6ace467025"}, "audit_ids": ["a71aff98651144bba348384229bcc011", null], "issued_at": "2019-09-19T09:04:40.550488"}} 2019-09-19 09:06:40,753 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/floatingips.json?Foo=42" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,757 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,759 keystoneauth.session RESP BODY: {"floatingips": []} {29} openstack.tests.unit.cloud.test_qos_bandwidth_limit_rule.TestQosBandwidthLimitRule.test_delete_qos_bandwidth_limit_rule_not_found [0.254191s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,563 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,568 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,570 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,574 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,587 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.502455+00:00", "project": {"domain": {"id": "c6026edbbf374deca4bcf72ec1b7ddb4", "name": "5cc69d464779434bbede7f8c693171bb"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ed70d4636e0d40b18682b5f0b649767c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "77beba3732a24525a2efec87f4d76cd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2243ad243d8a4636b2d8a1f770c6c5d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0f8f9a373e704574b10fdabd6de41021", "region_id": "RegionOne"}], "type": "identity", "id": "0a899c9f92ad4c779dc2d58140d7789f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "49dbe76783954f3b839b02fb6b8300d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3d2537e59928464aae6911bbca764d88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f4d53d81fa1f4f74993b184d84762406", "region_id": "RegionOne"}], "type": "compute", "id": "681b00f586954e999faf493c8c1d136a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "0c33f2eb3ffe428089fd2462b1f9c188", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "17c186547ae846e5bcb8a7adf5b34e70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8e902429764342bd9c75fa9f70158e7e", "region_id": "RegionOne"}], "type": "image", "id": "99b453c121274c168a96f4d32f62f6e9", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bc596f0551b74af9b86669f666dc0931", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fd6d373679d14f148c1f5e6148631f82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "423e70b4698f47bd8c03a0044016fbed", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a18cab014e28417cbba57567fb641cad", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f937cb2532c48468f6c2fd5ebd4b9cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9317fc64a07b4c3fb5550c865fe12376", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ecad53405b644ffa1b759230c0cc5cb", "region_id": "RegionOne"}], "type": "object-store", "id": "d3cdada948a447ab98e0448bce8bb951", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "235cd057a1894912b59f5c4ad2420074", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f7215c38abd041508792c76afcc7ad1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "adb48b251c894ee98085608e239f1adb", "region_id": "RegionOne"}], "type": "clustering", "id": "a0d8a9ef1de14e8ab31d60f9887b145b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fa4b6f3a05984ac0adefaea70b1710b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "35b78915c527450e94d3471cb0105b42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4cd1737e251240de9e58fdcbb867defd", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4ba4a0eca19e4dd8bd850aa5dc4d6021", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e287f52462ba42f29dfd85ea75345930", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fa24aa27aab348d4926351e458c8438b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c54ae01bb64348f68a8f31bb83957ecd", "region_id": "RegionOne"}], "type": "cluster", "id": "2a55ceef0bf8426e9ffb532cf9e8e4c2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "479413eee7d244b39afd72bf5cac9e6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "13bd7753eab545a78746509c345e93b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "eea6011ce4154966bfa0a8a90e1fcc3a", "region_id": "RegionOne"}], "type": "data-processing", "id": "2d65dce9cfba4652af544821cbbf17b7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f6a4a2a80988438d8f5c3090ba07be3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7122e78e58d4467c96c1210a70d2b89d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e85c06af9c214509add2968af165c40c", "region_id": "RegionOne"}], "type": "baremetal", "id": "e8bee9935bdc48c2826131ad8b1110c7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b69e95fa218d4741a3f67ddb2b1976ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dc1b8e489a1e48d4a115e4a38b6e2898", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7c31db83e5dc4e93baae30774970fcf5", "region_id": "RegionOne"}], "type": "bare-metal", "id": "46b8bf94b1e04c35ba777054c2c8aedb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fe87bcff0e8e44ae87e933dfdc39e201", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a0977b0465064bb8a2b31841b4322ddc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d3b9e49dd59a40698b0b07a268dc6840", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "3a61b9b67106490d815bbf3433f2e2ec", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c459c35c610f44b08c779aa6a3f6387f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f5e4778d8d374eb1b257729575676f9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7e4a72cce1444da1b76cdb16703f7829", "region_id": "RegionOne"}], "type": "key-manager", "id": "de9fea61c5d94369adc3d25f17737c73", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "752d8f8803f44c55a418e00e50dfd0a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1bc5f2eaba3149c1950b9bec3a2e3b03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b1a1329c635f40a4812d30165e1f3c30", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "daf7549e7468493fbe57a7ddf799fb75", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "31e55c41992a42c589a5f07407b73378", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5c4def193abc419c9ad287c8832d6fbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "720ec669b07f4557925458dd32ac1655", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b199bab163b94b6b99c69f5f795cd58a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f87902cd26d44bc1b5337843da480775", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "32de3938541741deab6ba071580595a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cd1c2ef5c34944f7ad2a23ea3cdda4b0", "region_id": "RegionOne"}], "type": "message", "id": "7a93a071c30140c0966be2c6f30b3de8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1d2c989a3fd44476ba5bc1c5239eddcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c751c35409c74e36bc9c2c7fb4eccbbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5dc2fee8988e43e5987c01bc3381393b", "region_id": "RegionOne"}], "type": "messaging", "id": "68247c4a619b4b169322bf8b49253e3f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3f6712af147e407aaf3a612441729c97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "64cb20f3c6764107b38bc0054c870155", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "30a98bdafb8d40df95ad6cf054e832d3", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a9e3b72fe9184925bce1353da7395504", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ccec039b8ea84760b26d36334ccee962", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5759e21aac7c4cf18ba3934634f65814", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7c95cd7f350f4f558be377959cfe64d9", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f5b77574d6cd4516bdd5651ef0373429", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "541b8799b910412db8667e8347168781", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "66489ee7637e4e12ab210cfc5c8999fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eea38fe350274dcd8ee13205ff962502", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d466730083d14adfb279e573a70ca922", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "267ab7355b424564ad00a7188306c851", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f4e02b78ff9417589f72515af2a9beb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b8aa9b551b5e48998f49099f821b62c0", "region_id": "RegionOne"}], "type": "container-infra", "id": "95d72b1a7e604d3dbbc813b63fec479f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "50fa3d801cc645fda0e3f6b8bb7a14f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "915cf5308a6d497f8a237752a83e1b4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a421d7cd867c4824aeee8a0bb88394d6", "region_id": "RegionOne"}], "type": "search", "id": "819b95dc7d6c44679eebc211865245e0", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ac12ae124c464b8ebec4cd365c0b01bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "7c62d77d9d8c4850bd47d62041001dd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f3bd4c0282d44c6886fa36740b845d93", "region_id": "RegionOne"}], "type": "dns", "id": "86b96f40e93e42238f88fb4963bde8c7", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f69f77d4220b4bb9b3931b1cef1e8779", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "69298750a26b4d358676413ac6f20f3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8927d143ebbf452083236f9eb5505c1e", "region_id": "RegionOne"}], "type": "workflow", "id": "f42cf075cedd4f9ab1b5bb4a437f1fe1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9e65b5695beb462d9de5fd8e862d24b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4188e147c1fb4f148b011500cbb355f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7cfee49c3b2848619da2e6e3c3ae23e7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d542c5b81a58476d9b88a85001229f1f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "e8549a1de94c4718a059054b4b4ddfa8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "49fa8b7780664de681368f07ed140d07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f6fc697fa12e4305867440a7fe3019f1", "region_id": "RegionOne"}], "type": "rating", "id": "3cfeadcc587948aeba595c4e542d2697", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3e86c41d6ede4dd8b16c44aecbbe0327", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "56e18eb9064445d1ae6bb5417a1558de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "46798abb3e9548abae2008d45013fbb7", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d05762066b1a4cf3a5fa2a40ad8ca1d0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0f6135560e1248d6ba57ae0f1333e839", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1c9a4370ffda4c88bcc296c9d417ee1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6f0c4ae77b5e439eae1c8c3317a0faf4", "region_id": "RegionOne"}], "type": "policy", "id": "e9931a2891834c57bd81a9342bf6e369", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c7eab97452184eeb9e2bc7afcfae1b6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4505825e0d7a47299d97cc23a82b70bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a6c0b76d60374f1ca0d0a64991a696b7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6ecabf88e56a42489573a96db5e0e131", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9162876cf9fd42fcb8bd024b8a599a04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c85df27446ce4cc090b1f9456598f1dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7dc48f89bb184a93ac73f28c9029532c", "region_id": "RegionOne"}], "type": "sharev2", "id": "d8a35699fadb40d8b977c147c6fc1b9f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "25f7e804944d4c3ead6f887295b45055", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d949117f826247568e7014c784d5ea0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9585cbbe67f44718900b37e5c74d5a07", "region_id": "RegionOne"}], "type": "share", "id": "d833cb02822d4202bb974837427ca93d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1a286441374a4d10943ed2ffd5ca73b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a819283c62634bd3a4cf3f66d13cfe9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2b6c7f65035e4c99bd778c4f49134990", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6bb643464b664b768434fe9a62683da7", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de6ff78632ec4f5c9ded63413faedc22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec442690924d42578893ffb9087adf18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6dfce7e242304fe1ac83dc6c2010e146", "region_id": "RegionOne"}], "type": "orchestration", "id": "407d4a6e55be44beba36d0f38f3ceaf1", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6516d7476c354611b3caaa14205b2661", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a670fa621c540f7921948ccda39568c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e45ab53c2d554bfb85cd08948cfc7d8d", "region_id": "RegionOne"}], "type": "block-storage", "id": "0cc02d2c41f740ffaeb9041c63fd6cd0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44166c366e0c411aa2ae91073fe8eb98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ecb1137bbfc49419e1e3009560a7e54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "564a5e404d414965a47a5d66b8d7542c", "region_id": "RegionOne"}], "type": "volumev3", "id": "3eb179df16824eeda2c198248a7cc929", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf773c81dc90467ab4a9e216d932728d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09386a91c355456a9ebb8c2234fae3aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea984a48af9d4c169bbd130acdfd94a8", "region_id": "RegionOne"}], "type": "volumev2", "id": "5078ec9d9b14425f9825b583aada7710", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09503a6224f445e98c68847aca6f88a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc54bbc7f153448e90c593a329600e70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75c73f8589f3449a9ddc894449b3821f", "region_id": "RegionOne"}], "type": "volume", "id": "d6809c6b0d084624837f653484e61a9f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "331a0cf09c724e0fb6c0cac77cd31804", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b657b37c4414d1ba97e9ea50b133dd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8209da9ec8ec469992e5d825bb9b74c1", "region_id": "RegionOne"}], "type": "block-store", "id": "70e0ac199cb54896ad048a776b8e96cc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "47b7c04bdc6e4e038a84c82e2c66586e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4889fb4e6ea34ac19926b94007ccab18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f2624d156a1048f1af667c0fcbeb54d2", "region_id": "RegionOne"}], "type": "alarm", "id": "e614ff0facb34f5b95a17ac0bec44f83", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "135082b83297408db8cdcaa975fb984f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "361cb72a981f4fe4b2d831bcc514b324", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "028e5b42d02245dc884bd6189d6903d5", "region_id": "RegionOne"}], "type": "alarming", "id": "b58e83b77d104698a99115524f87b77a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d5803aeddf3f43989f7e1f3f19b0cf0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f651a95eaae8430383b272c62f17af5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6b30ab7daf4c4668b8d6a52242974c8c", "region_id": "RegionOne"}], "type": "meter", "id": "f63b15fdb85e4fa6bf5d0a4c8e049059", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1d7a86e600e74c8ba7c7b8f9dff198d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c4cd09e639dd48e79478210c388a28e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "84233df6f03447baaa013393156b851f", "region_id": "RegionOne"}], "type": "metering", "id": "a1ddb72af0f84714ad0e6625a6f21c4d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2fd4451b0dcb440aafa221eccbf77f7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6414d08c69e542ab9d74836de8c71c0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "55f69d48111a41469645aa6990cdfeba", "region_id": "RegionOne"}], "type": "telemetry", "id": "c265c297387e48a093d07a4ac1fb2b8b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "afc9d52d4f714533a69eec4cbfdd277c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "129e6d02d00244928ddce699a356ba46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2443e82a8fb5464c96e5c99e33b85f11", "region_id": "RegionOne"}], "type": "event", "id": "91c55b287b024a07b2222e836ce3d567", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "df9edf24a232438d803304c361c9a157", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4b71eb69e8e24cc9b0adf477ef36145e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6b47d179488a4cf380235c1b68e78cec", "region_id": "RegionOne"}], "type": "events", "id": "c44da8af8e5849ddae195e139cfd02e0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bc2a0a2a3ed74d70975b6f2281f665df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5f02116c3d6e46b6b337739ae223bee3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "afee6d50c17f4eb4b0da14ec715c3a6e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d43ca78e3314412aa6e1d366bf3a918e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f5e04fcc34494427bc50044ff16336dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a2ce5ad96e374dfca93d67286e28a023", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7b3c276177614816baf04e5a3d3a7139", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c92d6949765147aabfd79c6978ad015c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8077536c852e49c0a3ff536a71d9621b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9fb7563a55b74627bb83763deaaf9fd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e87c6125f81f4f3bb5696e3d2577ecb7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a479b9ecd02842539c990ae335540dfb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2de6159d008d43cab3ebf60f4448d3be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "135178672a58499da3abe3036087e699", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "59fef93e71b84e49ba9d2b69c9e1e4e2", "region_id": "RegionOne"}], "type": "tricircle", "id": "5029c24ff6a24c72b27a2914374a6879", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7f4caff60b7e4102a20b19b24c18a580", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "bb96e9ee0c11468f8bbc69c08c0b0a09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b14f184d33d4417d91c305b3dfcf960a", "region_id": "RegionOne"}], "type": "database", "id": "1c68d456fde14550a2506454f908240c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2c5a017a9bda4f89a044922497ed76e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "61bd973794ac4b1b8bdd424ef96d6828", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ac98bb1f80e34069a80467a07fbee4cd", "region_id": "RegionOne"}], "type": "application-container", "id": "dc70b729e4f94f0cba4f1ed897361634", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "54fffcf454644aaea5553dee2aa020fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "08e39b4314ed4cb583eebb679662e300", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "295f3c9b1703409ca73c54677ad3426f", "region_id": "RegionOne"}], "type": "container", "id": "81c58c4249af46a2ac2418954f3aea45", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c02f2d1ade6d4238836bbb125ef92ffe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8219def3964847729174e82d7b8b22bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "41d624d8fdd84bcd9a3ee5c77176afe1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2b8963b338b64cd5bdfc8676b7c1f868", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b7905c1bd44b4512b6d91e299e3a7a16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "345ee19284ff430fa43a651670bda142", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a01f18bff7ef48a586a1a52770918cd5", "region_id": "RegionOne"}], "type": "rca", "id": "fe45e83e8b2546c384782c6db50e2159", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4707a7d701cc49069101962d6ac9d02f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "dd84fd33800f4459ba35e2412cb1996f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "3d3181a222164e67973e13c63c893b7e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "949f45723c26440ea8ff1d86442e5891", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "fc3a8c8223074507a3f862b4011caa7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "57a3ebcd9fef4956940c97ab6b3be254", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1324e42da7d94b9b8973b70a56b1bda8", "region_id": "RegionOne"}], "type": "network", "id": "e7c0e012987449c08fff3b0aac157239", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7ec49763f7f4436d86020bb1390fa0a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7988dd9cf1824d018c9381896d83c7b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "cade9bc0b5db4838828fdd1676a60f19", "region_id": "RegionOne"}], "type": "backup", "id": "e767f7ddb0244e40934e59fea2f6fdd3", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "222773700e2244b198a3e42c2301ff85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f68bc3a28e2649afabc344be998e3b49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "439b19cbe4714990b400081e611773f1", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e9ec7ad632144aee98982564678efac3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "aabb13df1d734e7592234778a6f713dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "41e16b100147403d8726b567e52bb7ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "01889e90e32540b0ab5582564aad3d1a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "4d0c0356cc6f416ba6404a55bb32e623", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "23851f001ad846e0b72f676f695cfae0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "db381cc5f52d4aaa86c470aa73bdfe59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9e8ce9722c824772928d44c5f4428081", "region_id": "RegionOne"}], "type": "monitoring", "id": "d6f89c45b6e14554ae8d046ef79403a8", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "851c72724f3e455b83028ca6c6780e00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "958f3d849e894a92a39adfffad1a8d86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "00c9d78e211c40e4bb6f6b29eba353ad", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6dafd8361b2f40378b3babab934701b9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2e316fcef7144ce89638e896496c3597", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "fca12a870db340e7bdeb674fff8edc1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d2e9efa49440476ca8342f88e63a3d5d", "region_id": "RegionOne"}], "type": "placement", "id": "ba1d5db2a7e14667ac282ad214298611", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dbfbeb24f1be4e399d448c2f1abf8eb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9f7cf132b3df4c0e86a80b07a02af934", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7609084ee5e649c0b33c3b93ddf4f267", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4fc10d9c1c80463985f965dd92d9e061", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c7fe10a2b9aa4ac8852a87ab6fc50a71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cae9c8a02d8e4bbab74a2b185a3f542e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "891b1b12599f43efb091d1fa840e2dcd", "region_id": "RegionOne"}], "type": "ha", "id": "f18fb2f393d3482bb255f72029b9a276", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9aaa499a9c5f4b47b852b354b305c8e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5a18908731534745afbfab6186298f15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "10839bb9529647d89eabfc0338302145", "region_id": "RegionOne"}], "type": "reservation", "id": "a6551bb525e34b5681ea693c49e3d0fa", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b34ca5142b014f5e93c49c5adbbcedb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "897d70b5256a4510b76e7eed3cc5ea4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "9bfc6826e7274f7fbd1d6b31d67202de", "region_id": "RegionOne"}], "type": "function-engine", "id": "46f7b1bf9ffa424ebb4d10f1f357c3fd", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2e3296fd507d451d8decf65ed074f0f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9ea6be3df0e54a20838094b8e05272b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ced19c4d1dd74df0a566ec223e61a9d9", "region_id": "RegionOne"}], "type": "accelerator", "id": "2e3ec27e93d347688db025835a3d05ca", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cf18c821b0d545d3afe0281575424a73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6e878d608ddb4ad888dd9d5edfea28e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "acaa7983c9d543b79d2bc6666cd9609d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6b277946cb7a400c9e9d9b9cea67521a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "94f452c4291840fb937439524d9fb72e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b1a6c8bcba5d46b1b1f7adbb551f12fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3fe6b6606af64d9fbdfc4c440bcd1198", "region_id": "RegionOne"}], "type": "registration", "id": "88bf61697d5345cd88185be609bf529b", "name": "adjutant"}], "user": {"domain": {"id": "60530fb3d4e440b59ef005d1aa301872", "name": "20ded16f96d446c999f242d6f49e61a2"}, "id": "ad6b9e2c947349889efdbcb6c478b825", "name": "5891fdbfbd2a4468bb47f6507bc6d4b8"}, "audit_ids": ["9277c32d06ce4bd48cac1e4f03d4aae4", null], "issued_at": "2019-09-19T09:04:40.502455"}} 2019-09-19 09:06:40,717 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,722 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,724 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2019-09-19 09:06:40,727 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,730 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,732 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2019-09-19 09:06:40,735 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,739 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,741 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2019-09-19 09:06:40,744 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/bandwidth_limit_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,748 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:40,750 openstack QoS bandwidth limit rule ed1a2b05-0ad7-45d7-873f-008b575a02b3 not found in policy 881d1bb7-a663-44c0-8f9f-ee2765b74486. Ignoring. {26} openstack.tests.unit.cloud.test_delete_server.TestDeleteServer.test_delete_server_wait_for_deleted [0.419876s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,494 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,498 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,500 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,503 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,515 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.430340+00:00", "project": {"domain": {"id": "6074c17164ee41fd8436df131958dbd8", "name": "3efbdd9e0e5947f8ba17d990ba5480e7"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4ea2c05e3cf34c3da47f05510185fea2"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "10fa2282fb6749e5ace6ed56999a789a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9fb6bbe25b584723b1247b65b7f275a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "63dc57f4b4e642a5abb07df1e7a01b66", "region_id": "RegionOne"}], "type": "identity", "id": "944563c06fbf4b67b681cf7291435d90", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "22d116bb41b247a7b14ff0fb10573d5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "075ad9ff37244a66b0d590f655ee7ba1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "94d2e5494e3346729ec9b5b777d0d2b6", "region_id": "RegionOne"}], "type": "compute", "id": "a7c85e2954e24e90871a99a41b1ec432", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "2a947a9d928541d59d64c822338dc075", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "8d3787ec3b784d1b813409b8d75502cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "7314d790134441089dd1d1d661bdc98f", "region_id": "RegionOne"}], "type": "image", "id": "425df0610c8e49b782f9fed96a41e1d4", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4eb7546ab8394c90b86a0ebf9050b323", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2e987190ca8a4a4a92cb70563a99e9d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "021de9a57fc54e3a9a98e56260b3bf44", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c47e377e1be5439a9b8bf973211d0212", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "341407cad9dc4f3a9b228931b210d6cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd0d998b1b614fbea3f5933154093115", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93049bd2e7814bc99a80fce12a14a096", "region_id": "RegionOne"}], "type": "object-store", "id": "d5ed64e47432434d8d74dab470146ca3", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fcd0f3d1d055490d92830a929041b497", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9c7a3146e2f348e9b44eeaf9034a389f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "499f6ce4e9584123943b72faf0ea3be0", "region_id": "RegionOne"}], "type": "clustering", "id": "0f19a90094064719b7e29af6cfeb27db", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f3be95e30b0d4d05a44dcdc8e53e2e90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "822375e45a48423689fb66a9713fdd6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b5ae1f62845a4fd1883247155062f5cd", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "286470ceab984c18a1c687845d8cd621", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3d8f0c2323264629801da88232c7788a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "de1679e3a11547eaa70a5b669fb144c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e3143bdb9e7b43cb93924d2bad4d6600", "region_id": "RegionOne"}], "type": "cluster", "id": "12fddc67081f42ab8e6c3a1084ad1096", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "012fbe44a5fd48ceb118c8640a3c4b9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "747e0558905649b5a4cda9b7442ad51c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b20a1e60d5d440c6838b401dc8e3f4de", "region_id": "RegionOne"}], "type": "data-processing", "id": "828ec7b14a754840a5ef2c1f05950b6f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "71301f1c77ec4f33bfcc76ea39fbec57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7a1ce5968aa647a1b78bb0d8f1be76c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1906955295c34fde9074d304d2851263", "region_id": "RegionOne"}], "type": "baremetal", "id": "4bdf5fd060a140fd9046461ee9146577", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "477854e7bd1a4d96a847e81228ba9ced", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0a7787a115f14f0eba9cbe6ed58c45fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ac84eebeb4704b75870c3a3b0e893f07", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d3f85a3f4e754a838aa5eceeec49c57a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "682aea85effe4ed09d6790584dfe67da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3b51239190c84cc5b54750e8d3705d7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e8a0d671a2e84c06804afee449bcf7a4", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "904fea3476704be2b189ba6de4bdebaa", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e655584c0e6c4c25952e2b2c14ce0edb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "987a2630a0944ba78264795f77d16c07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1d2735d2f9ad4bd88f41989df11f99a7", "region_id": "RegionOne"}], "type": "key-manager", "id": "9cba113cc9c84e1b94c815659ea7ec51", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ecb3eae692ce4884bab4f9dd3f6d42a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "506dacf6559c41e38877995ced0841bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5054bcebe938464a956d010be5b739de", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d7a4a7cdbf154676863d72f7299b1c0b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "75b65f2bc9f14039b1f19d638117e9cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "863f5bcb61374b3f957d9cc5f8ebe939", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "727e3066d656452d9aa8c2e0914ffd7a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d58b33e3478b45b291de5e47e5de991e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9618543b2eae46e79923bccb6e7ce642", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5330fe56bd2c4d5cbe2a079729beb5ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c31ddb7645374a899264e207068b5d76", "region_id": "RegionOne"}], "type": "message", "id": "928bd4353ce9493ab1943986b3d480a9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "041f154995d444868cd6e89650be98ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "aac64738ccf24acd9d11b4a0aaaa9d2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8f41b33bab514d02abfec0a34cc73524", "region_id": "RegionOne"}], "type": "messaging", "id": "ad8933c7f84c4340b2da555fe0945a2e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "90c131a941b64d5b94a5bdec0aabed2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f1ce03718a4848e4aa27b92908099521", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "25c36cffe98246f390f80e75109df6e1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "78dccf671c514d7da75efdc527030268", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3074d88f313a4bb68ad133473981bc94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f99fbb51594f4ebb9cd336c755cdc060", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18d022aae7c64e09aa3c529e4c1702a4", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3a8225cb89a94507ad30f85261ceb1e3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "38c60dc335ea45cda91eccfcd104dbe3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3dd3c65cdaa24f94bc295a25d876b3a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a84af44155cf4ebabaa15a39f0840976", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f90287044dce45e4b3fbce5da183922e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "93a8af33eee7435a8864cc95ecb8207e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "338d6b73e5a84afca2bc0da4cc5769ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "28c0543b5ab74660abae63bd014bd860", "region_id": "RegionOne"}], "type": "container-infra", "id": "0f039eae83f54892836113186b5071ad", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5f6d85b8c4d24384af91aa7fa6d2ced9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "797cb98504a342e5814a4619ee707742", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3daad082881a465f882567c9c5f12788", "region_id": "RegionOne"}], "type": "search", "id": "cbf1c1ccbdc34824aad37932c4d3fe99", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c6c80763afff4107a61078d8e448a16a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "262984b37e8f47469b941c5e6c4e7c57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b3b9e8c1f9014fad9e1d40d07ce699cd", "region_id": "RegionOne"}], "type": "dns", "id": "5fab0e3ac30c493c9c592c01b4b3205e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "00409dc91a4542bcb95f557a302ffd3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b9aa01bf95474d2b9771e109e31ecb5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6825e335f5034efe9ac5fb34a28c4f8e", "region_id": "RegionOne"}], "type": "workflow", "id": "f4c8e7d1f54b467c8f82f6edd9575245", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aa0b93c2e27a47aa82c26ac31c682210", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "933f63d00549441093c6e77ff3ba7199", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ad3e0d0d04ca4c88842eaa4d079e12e6", "region_id": "RegionOne"}], "type": "workflowv2", "id": "422c6467590540e598e921099adc54b6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6e3de2720dd64fd98933d923dc2c4fe3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "64e3395dc58c48bab05c6113fa3767db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8867c53dfe804650969d73051f5fe059", "region_id": "RegionOne"}], "type": "rating", "id": "8ac8dd27bbd348879c1051fc5e40dc15", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4bd437ad27d84b21b41c1debcbb004c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ab4f9190c07149afab37a46e779458b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "43770de639584c7a85c2024344adeda8", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c76c8708bcf64ccab3142ada363222c8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ac8508648c614f9581d848baba273f9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6ef0a545fe0140cbaeb127d8ac0cfdb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "34207d1006da40c3b9e1fb1579df86d2", "region_id": "RegionOne"}], "type": "policy", "id": "81bda0b338dc4b6b8b89b60782e45fac", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1a2825d1aff74a56a6a42040f2ffcf49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8e09f851fcc64a688a80dc81fd39cc3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "95be088bee2848c6af03e8ca47b9aa36", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8b4844a5a39b4b8499952c172b4e0f61", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b693bb952843464e8b2043584e6aff76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "74c33c83e4ce4e9daec6a2ba903b9df2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7037bca4794140d2a5a3f47385df9f9c", "region_id": "RegionOne"}], "type": "sharev2", "id": "2ec57f16c0ab4bcd8897e9932125d823", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2cecffad55014a5b87d3dfecb6883440", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "55307742db3640eebdaefe12fcaf3ac6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "df849b30bfc34afc85a7c0da15da78c7", "region_id": "RegionOne"}], "type": "share", "id": "61d4918c36644431a4e2f35493d11119", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "798611d014b5423bb99523b0b59c5b7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fe694e5eb28341898cc4570808cace43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0fa5c085294a4c98a1ac6c6d2ca0916c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7b307ffdad7c494495cc5aeee624e33b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a89fdf31e95f4e7e9c2b2bd8f18e4a46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17b55e4af71b4e1092dab46fd8c0b7da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "557a92e896d640e68c302b8d6e2c0fd8", "region_id": "RegionOne"}], "type": "orchestration", "id": "adcbc0b5b5124c39948f4f3560637052", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6707053e21d642688170490c07c06a9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7ae19ef90f34e53bd22f83c077d1ed8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eafa0e63665b449b9f203bdf109a2cd6", "region_id": "RegionOne"}], "type": "block-storage", "id": "f07dfc43c67549ac93a586cc4701306f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4358dd477c641bf85e830355e5f26e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03e9e810511f4d1298e50d282823e05c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "402b7653b0cf49c5b16733d56b2229ae", "region_id": "RegionOne"}], "type": "volumev3", "id": "705f1c27048042fb847218cb30298d58", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2570c62c96f34d0e81312075f5bd0d43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "232eb76cb8034dbba0ea1f42aa1e2fed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0894d66680b43b7b78b161508b30404", "region_id": "RegionOne"}], "type": "volumev2", "id": "93e8e7a864484611824a9a5c093aad96", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce2674654b6b4f998f9e23c877e90c8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "670bcea22b4a41bfb5d38d252dbe58c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c578d8f182f4f3396d33fec98947aa6", "region_id": "RegionOne"}], "type": "volume", "id": "6d624a87921e441294092045c2294829", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55730384a66741b08b40550f0fa2944f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16185e6ef9294c759a408f5d1733d11b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2becebc53eb1461db9ceb4c6606888c3", "region_id": "RegionOne"}], "type": "block-store", "id": "77685e6373bb4d8b9d60ede50e1ecb65", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5dbed19362764ff38fe23ab93a5aee8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6393e581c97a4a11985d17424b8361c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "097693b2fe174adfa69e1aaf7413291e", "region_id": "RegionOne"}], "type": "alarm", "id": "ddd71f5546ef4a7cbdbc30d4e2883d13", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4c90efb720d14697960e1b5351940496", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d4c9283530a84378a0afe5adb7aa51cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "89152000b93b404e89072352943d011e", "region_id": "RegionOne"}], "type": "alarming", "id": "6be50ab37da34a6796bad9e3f95c0176", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "09b31f4b79f740d79874150294d3c367", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d55e59e082fc49f78017c3a77e6e7bef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "48b152794a4c46809bb37fe30bcf9aae", "region_id": "RegionOne"}], "type": "meter", "id": "7482a37d7ce6425e84167089d2a9231b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "04e7b7f434bc46f185674b48a5399468", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ff89d144a8654d06b1b36ab4399d4490", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2b43395cd04349b892575632659464f7", "region_id": "RegionOne"}], "type": "metering", "id": "23e1158baaf4457eab63a14184db2a34", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0ac83a99ba6b4a05a09ab42583b579b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b1ac1feaaefe4857a06cd061ef687fbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "62581850f6444f57849f54e22a78dd9a", "region_id": "RegionOne"}], "type": "telemetry", "id": "14ba22524a5e4eee850b2c58202745f9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c16f3d6277dc49ac905975311fdd9bae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "816eab56b8224717ac1168301b77f9f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3e7a94004e0549aeafca3a025968eef1", "region_id": "RegionOne"}], "type": "event", "id": "fd56c3ab859b4e75bacc6d8313986cd2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "015c90e7a430443cb8e5a370d5763697", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7c6b732f2deb49bc9a4d0ae82921461a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d7fcc7ced85b4c0590c4b569b05c15ca", "region_id": "RegionOne"}], "type": "events", "id": "531168f0b9de4570b00216d28f9dc02b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b8580e8e36214fd5a8a0adef2973c123", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ecc1a1707ddd4d1b86f5f25aca7ac478", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "19c4ac89e14c424487db1952e0584f6d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f72b0103456a419c86a08588609c86e4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3ae0adfa7e69450988c88473c7627223", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c849a2f029544fea9fc2e011bb0528c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "482652b6a57040cb8b2da38d49e40ed7", "region_id": "RegionOne"}], "type": "application_deployment", "id": "7fc15e88fa2e4d29bfc021ad38dd6317", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9401f57d1a494795924c8568269e5314", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c21b812873c74fc088112fb7a77f4bd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7b7a39a7f90e4f948f1d46fd8a535341", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "0e6bee7a4ad140a799579e12d3940d29", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fde61bd199f54b368220e0e931e4ca05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "84df1d0fd6874a9c954f263391b7ffb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1e2853da2e1c46e78010e1550c919052", "region_id": "RegionOne"}], "type": "tricircle", "id": "a16a06f3a09f46dd83ca8052c14eb67b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c29aea06afd34c18a0a040971bbf9be9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "3c049eeaee404988a819dc941a10c979", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2ee0361492fb407282377e7c7dacea18", "region_id": "RegionOne"}], "type": "database", "id": "88d62d22bcb2457580e2e6e76693ce27", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ff6d62e633474d45a2720e326f598549", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "729952b7d38a45fca55b84d1f6b13efc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c20fad476ccc43c3a7a2ef17c2b8dae4", "region_id": "RegionOne"}], "type": "application-container", "id": "7ed002a9ba89493287f4743a80eb5cdf", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "04c53ebbba6842c48e04b2052a4b7148", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d33ed243945c4bc7ae241db3421c183b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2f7099d609f04c9090ab843c878c0cae", "region_id": "RegionOne"}], "type": "container", "id": "a7662473884a4d02978034748024a50c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d78dc4803df445dbb7bb84943e48c0ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e287896b052245bdbac96116d70174f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d719c09e157e4d199e94da09a5eea2dc", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f11ed642318b441c8a4f9d435d38efd8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e4232261abec416892cac068226b8711", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2db7bde58f52489a8cbc075ac3b92379", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8e655c2b93074fc8b503a732af22621f", "region_id": "RegionOne"}], "type": "rca", "id": "3d9b81d68d6c4ef698ca45756dfc8e93", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c8fc32db49944ffda5c3140ad1f77893", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bbc0cba4bacd40999dc0232afde997e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "3efb56dd309747b4bb1d48b7159d2552", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "19a49212dab244489159311417eb2f5f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "16d1e031ec104e9894d3a14da63aca7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9d0bc679fc1b446dbb53dcc8336d95dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0756dcd8de8842ce983a6ed5bbc5cf6c", "region_id": "RegionOne"}], "type": "network", "id": "c58669749ee340cba3423da9eef77184", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "dcc584769b4443acaaa4d3d10646566f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "abac6d5ff030443fbde2c6bad52e400d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "85033d8525af459eac58cc5896dc4bc9", "region_id": "RegionOne"}], "type": "backup", "id": "9a98cc9ffc9c4bbb8761d84bfa0b8d35", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "12b3ab66150641bd931352da18b5fd92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6e966b4f72474cf19f426017e9978c99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d976f677c6554b11996d6e0542254b41", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4671419f546e4f9b8813549f3c988734", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f5b8ce50aee9483cb764c0d3cfe540a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6eba888017c742c98b6be705342847c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4b9e70d417694844a5911a4be6f6b468", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "53f506326c49426fa62d78bd8d3af18e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a36956ee18014e9b8cb95c56354010e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "de2d87f987914fa4ba4f5f51fd844f95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "cc1e687aa25c4922a2d947fe8c7d28c6", "region_id": "RegionOne"}], "type": "monitoring", "id": "9c8ca8d18f274f38aa1e767c4b7abcb9", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7518020bb0c246ddb9c0841e7cb31f3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4193e4d80bda4893bcc4c2b4ef7f3ba3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e6dd68d1a4854561b806bfef4dfe1378", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "fa251b151ef24cf7a71f8630294a6b4d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2f91a894e23540d89143614a0b7945cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "e9800ecfc9e54cf2bda5eabc73e3f743", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "264f722e154b446ba9ee7822be3867e5", "region_id": "RegionOne"}], "type": "placement", "id": "a0ec7a1f228a48088c84e97194d5cebd", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "800f609c836e4f98a77a978b818a8caa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6726539d91c545ee86b048c95c9ad09e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2faf2e66784748939a6e42dcf46c3210", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a2851f3fe0c545579db17890dfb2ab71", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d27d4f44ae924e449c2c944b97d11b65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7cd823e15385431fae822080924cdb4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a1129f08e94f4614b77300f86ffc78b5", "region_id": "RegionOne"}], "type": "ha", "id": "7eacb1af64364e6f9269d7d0ded4e0c9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9b8c6bd98e724d2985542a0473383f50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8d49ed5f20cc4a60a8c53cbd145aff7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8d2f4a157427437abedb49d52d7fabe4", "region_id": "RegionOne"}], "type": "reservation", "id": "0c5ee551d1c64d23be8db0b1dbd13b95", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a6982ae477c24e7381e98f2f4091d993", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "98b0d3c684ed4eabacbbcf5d2c063ef5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4ac04fe7d92449ff815705f4a3790f69", "region_id": "RegionOne"}], "type": "function-engine", "id": "7e2c5d068ced43fabadb3f908d4f181d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3eac1be759cf462aad1ed0c955bed0b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "55767c7fec10444d9f99da7883e8de53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f4dfe11e4f7048f1a4f4dff58860bc8f", "region_id": "RegionOne"}], "type": "accelerator", "id": "55fd81bc90204b69985d4a71ca7122e0", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8c02e56476fe41c994abe9761bc92c02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b55ed289307b4bb0ac01d45352e18fa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "614887a0e2b84fe198b7860fa19c8b79", "region_id": "RegionOne"}], "type": "admin-logic", "id": "21e4a7b054bc4bc98e8c8b4f7571db44", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c92a9c5d9add44dda2b6b2ae0d80b9f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "991870b0e1934aa0895ce600484059ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7e2321234fa2466d915945792926c8ee", "region_id": "RegionOne"}], "type": "registration", "id": "484765cd6d4e4c6e96a42ed3ac7b99b5", "name": "adjutant"}], "user": {"domain": {"id": "6bebd41a24f6493da77b02d2894efcb5", "name": "aad488e071244be88191cca0720c1edb"}, "id": "b53a50ef98d24253a639e27cc3602832", "name": "f9542e1c8c714e34add6c7ff07ae55b0"}, "audit_ids": ["1c1b58d48ba8429f87fa4b9d683fd07b", null], "issued_at": "2019-09-19T09:04:40.430340"}} 2019-09-19 09:06:40,667 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,671 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,673 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:40,693 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:40,698 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,699 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "9999", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "wily", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:40,740 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/9999 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,743 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,766 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:40,771 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,773 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "9999", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "wily", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:40,800 openstack.iterate_timeout Waiting 2.0 seconds 2019-09-19 09:06:40,837 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:40,842 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,843 keystoneauth.session RESP BODY: {"servers": []} {28} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_get_flavor_by_ram_not_found [0.164592s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,655 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,658 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,660 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,662 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,674 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.583205+00:00", "project": {"domain": {"id": "8910a5756c32442c95a6709535691d43", "name": "f83d9f7c2b264541b80f2c83aa364ac3"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b9ab4a3033454874ac2fb83fdce4aa70"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d04f45642c8f49a7b48eb8aebfd6541c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "34e0d62478ae4d7f84926e70a7cce6a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1b6d1e8f801d401b8c3a8b50b6f5e55c", "region_id": "RegionOne"}], "type": "identity", "id": "c7b1413cf9bc472aa3c20aa4a198bcbd", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d83e475c2e3c4085b51fdb73af1475d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a295e7ec0c2a42e3be0d1683a62a9b35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f0dc89bb030544fc94a2555139a723e5", "region_id": "RegionOne"}], "type": "compute", "id": "17265e98b60f4825a8f70930cce593b3", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4f8b787cd494464f8ac230a0e04ad77d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "27ad06c857c847c0a3642b1ff7a8de54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "dacf0e79934340f299822cc9017b14b2", "region_id": "RegionOne"}], "type": "image", "id": "ac7626784b1a49028d2a6fb821431ded", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4a18ae4b69d743879a78303036895098", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "64132d13eaf14d9398768870534e1340", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1ff0aaa6b1f545159d7dcb454284ffaf", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e3ed111cb9994c429b3abf0dd1e80574", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3bc5c49a2ed4e238dc760465a431ccb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ae05de2c30946d2a8583df0a3d608c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a523d5eff48444808d80984c6f71c6cb", "region_id": "RegionOne"}], "type": "object-store", "id": "0982c019a31d4df1b07a4507fb2c9b5f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "189849d8553d419496f6eefd96e20f15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e601fd3cd4dd49d4a57183415ae66ec5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cfa52e4a1e2f40718bdce704271b2ad6", "region_id": "RegionOne"}], "type": "clustering", "id": "5d17681d57774d109a7ff56c58f95241", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "933f6048331442299fad7e18d24cd483", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c6faa9a106c94594bcc3c58dcc53f405", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0a7d5f0690e043a4b54cc925d642ff6a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "96c5cb42888e4a9bad0ecfede7a4a072", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dbb7a1ce534647d9af8b7209ba24e322", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4765052352ac46ce9b9cb8b1667dd6d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cc9555b8ac414fbb9e6b740b1aae42f3", "region_id": "RegionOne"}], "type": "cluster", "id": "041d1c5a4c1d48b49f30cfa03b845d6d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8c40f05fd07e4b8b826a0a078eee9c4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c6677a4f5fd4447f88ed3f7368605671", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e578d9a58d0e47c09ed230be4a4e56d9", "region_id": "RegionOne"}], "type": "data-processing", "id": "943c29e8f6434d8a98bacf9cd7f2216f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5f17f3a698514a369a2e5a49f5b841a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "24e514f38aec476db472a8cf1808fb86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b6a8a6550e7242338b4d3495b625eb5a", "region_id": "RegionOne"}], "type": "baremetal", "id": "a3921466b92b4dbdb99d57a3a2d0f59f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f92599201c47485cb7f22c0f50529ee1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1dfa85a50d114ef7ae1b824a2472094a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "13ccc2ad692148a09d164405b35103da", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f80f57eb8d324dc380e8d7b4434d5e84", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "53d175735806487f8592b637e54f2207", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6d11f2719f1646bf9d047e8dd0bda9b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "8c26ff5f1fbf408d8a8809c7ff02f50e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2bbcaa9fe2d1463486b475954a1e669a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f0c77db3edd543849a7600b9a2513e6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cf076aff7dfb4dd79250be1d58587c58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e06e32b8accb4ee1bf25969aa2411867", "region_id": "RegionOne"}], "type": "key-manager", "id": "270055769ae74014afe8a7e86de8619c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "32b4a4b665924b67a08da23796230b10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "92dc29c5a20346b695b2cd877a9a381f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ec5b01fa800244619bb3ad5d10d73491", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "76bd2b713b204e8d89a46c153d009778", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "18c8cac987244176a8a6e39c8f4501c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6cef7975ddf6402d86149bf9ed13fcb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "161cf2ecb38441d28dfd0d2ea72b4a20", "region_id": "RegionOne"}], "type": "infra-optim", "id": "09868a0c000543ac8d78864b6bd57d4d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d382cd47756a45e2b405903df98f11b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6efb6fba943b43abbbb81dedbc0e43b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e9cca9c0c0314e3b873343918ce2227f", "region_id": "RegionOne"}], "type": "message", "id": "e5f4fc15a63541e481af603fe5742392", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c0075451ecda4d30922d7b1e71e1a680", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "42c9ceb70b4546fdb344603dd1dc72bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "59fce85350fe418693614ba235a693ea", "region_id": "RegionOne"}], "type": "messaging", "id": "416cdd8e65d047a483386ffea171436d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8bc2262044c14117976be1ff6fd21898", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "111d486aae354ed7bfc6fc40f74e99a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8642a09f061b499391c23cf96f62051f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "efff87e22f3b458f8d9c9f88d022d37d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8eef84117f574ebd9540443358bf91d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "80a47678cba2411380c10ed050dea9c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ed2e861a0a844708beff2521f003261", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "73351f4add3646cbbd321bcd3af83a89", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b012b8e5f633418e93e4691f9acda4a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "088cb73edd6f4f66ac906d9e2bdccaaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c42872117b9a4accb8c05ac51d757836", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6dc6056c89f94a408d453354ba2e85c8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b0d5638fe5ff46678d52400c98be3179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0ec4ae8c29034357b50e9f795e74caf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e6cf6324f9b14be791f1c5a39f91ec2d", "region_id": "RegionOne"}], "type": "container-infra", "id": "6697149b0cb04b09ab31095de06f0476", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a456ad749b2b4f159faa19dd2f6be781", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8659f9809dc2413fb870542272e83928", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9b9f254a14804e1c861e979b057efea9", "region_id": "RegionOne"}], "type": "search", "id": "daec0502201946f291bfa58b435dde3f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "7c11dedb59d54b7ea3386caaaad0f102", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "5f2dcf04929b4adc9fc3c5be9cba503f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4f6ff2aa3f9c4a12a90588f039b3694b", "region_id": "RegionOne"}], "type": "dns", "id": "ca2ac27e6c624a5da71b47e38617e9b3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eb4e2b6b17c6429aa21524eadb83e449", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "13239f52634747dd80dcb4b0cbd118ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6e30efec4493411db88495ca10d898fe", "region_id": "RegionOne"}], "type": "workflow", "id": "a208c741f31c423b9bf728b951ccbb07", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8fd6bf95b6ff4e789506e349e51b5ee0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "14085c033f7343118d6dbeade30dc7c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cfab881a49f548999568845c033fd92d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d9ef1da53a6c4b588f314e078ca54cab", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "425c3b7e18824fe290a0e1db8d9885e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c30336b0b70a4dfeaf76dade39add010", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "57e2ee16814d4099b1c499d92b125507", "region_id": "RegionOne"}], "type": "rating", "id": "a7e8e67ea43e42eb855a10aafcdb0336", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "74c6f496ba6845d19609cc3bdf191add", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a7bd26f104d446f3b60c490007286db8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9de94ecc1e01409bb0e845b6b5be671a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0511bf40de4d4a1c9b680722b2881bbd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0361efe58f0e43fb9325cc6106494698", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "53935b49656448a2b63c34b7c2bc2611", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a19b0232151144fd8bf275fb44796d69", "region_id": "RegionOne"}], "type": "policy", "id": "c98b9ae56d354c8b829019f31c833d8a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "68c4d96d0b3448bebb99f7e13afbecb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3a3b53534a3a488d82fe33481524070a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ebf7bb400e184a6bbc01114ca3a04355", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2fc764f9846748efa6b86c411257b041", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f0680e82b8304ad0aa306aa49df69ec1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1d5e76af81c1482f82c9d24538b92475", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3979864bee3b4ba59275ef2ce7bdcf45", "region_id": "RegionOne"}], "type": "sharev2", "id": "1b7f760781ba4454ba0bc8b6757e8a52", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5f44215a024c46eda63d55336d12997c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1e38b123f173487f86ba97f1f1296a80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e95969b6e5a74bc9bafd007bbb5b272d", "region_id": "RegionOne"}], "type": "share", "id": "639286df0d104d8a994aca354770c43b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a38dc7a022b94e9ab503f3119f6520f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7a93083da9714a2291a23e8c58a1475d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "119e2e3960a4476ab77abb945567b222", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e33ab54ea4ee4f0c8c40f58752f66ef4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5e86c7d053e4ee3a20b0b662236d48f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f4c5b521d684f6ea1a823da074bd8fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de6d9c0f5ed54572928de59020b2d2e6", "region_id": "RegionOne"}], "type": "orchestration", "id": "29723f235ba64975bff6fc72bd4e89dc", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6bcfad84ad7a43519bb605ce3ac2c500", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b781239604a4d82b1689eecee60ff0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02b3069cb0354a9482e9c12d6a467063", "region_id": "RegionOne"}], "type": "block-storage", "id": "d1199d9200474b55a2094ddaad107107", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66a2c6d3874a4442aac6204ebfb8aabd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c355711498974d95a9b8422bf78f88dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "553a2de3514c401b8efb71d08b993009", "region_id": "RegionOne"}], "type": "volumev3", "id": "997ea77ef038476bb5dfd106a316f78a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b197c8c6ffe84508974d2d505c7b4998", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24e908d5e8f24846ba734c7315f437fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3736902961824449ae5bea00406ed99b", "region_id": "RegionOne"}], "type": "volumev2", "id": "1607b742525c4b23831b3210c0fcd0a1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40dd7576ebb5454e83c4df2772777ea3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd19d706c481467680d8b3db0689ca28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3e4773fda5d485a97c5b1bb498543ad", "region_id": "RegionOne"}], "type": "volume", "id": "3fdd0da6279243dc928f9c5c21757c2d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10c27dfb9f0946788619767335b9bd08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20d1a4c5e03c4b4380aa90fa8eaabaac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1cf5084a26c427e94de72f75d7c7386", "region_id": "RegionOne"}], "type": "block-store", "id": "28d9cbe3266d4541a7d62868284880d1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2bbb845784034e4fbfe78182cef584b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e5552848012a42d5bf3e892b93031f98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6ad90e9a335b4fd5989007026d3bc926", "region_id": "RegionOne"}], "type": "alarm", "id": "b3d2f0605c72480d8afdfe1ee8c89870", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "52f2c77a8b854bf28879a1f74330177e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b8e7833cef114291bc85e3f5cc8aa99c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "379279210cef45068b28f0dc702a9bbe", "region_id": "RegionOne"}], "type": "alarming", "id": "c7ff34bf7caf4d309fec7e3fc51fda1a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "960772ff479f46c1933a9db3ec840eea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "24e4fdc481614c82bc0ae67db255505f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b8ee8bcfa1a8438996977b8697060899", "region_id": "RegionOne"}], "type": "meter", "id": "90c104ae84fa4473b0abf0eafab08738", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "93440e2af9824437a4f72aaad8180e81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8d0e517329164eda82d5796d4e13a37c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "61eb6b388cd842ed94964013dee344ca", "region_id": "RegionOne"}], "type": "metering", "id": "e558242eb46d4645b53741173b16d7e9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c852af10f8a94453863f2a466352847b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "029fd087e36245dd9348c541709fb3ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "753d38f220d24f5b89800da21b17f9f1", "region_id": "RegionOne"}], "type": "telemetry", "id": "ced5e681da90494aab99a46a2a2d6b5e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "38a410821d4440a28bf1350f34d750fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f746e268dfc74857ba6b7a2651844042", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b6eca13b18e34609804a71d11e410a27", "region_id": "RegionOne"}], "type": "event", "id": "d53565d649df4c9b9eb8c4c04c9ed133", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4df4cb50db1c4a20814a90fcf3a146c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6aaca103408c428bbc7182edc7770349", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6093143c992240259e280db8dfbc3c5c", "region_id": "RegionOne"}], "type": "events", "id": "8be72b6f7b2f4f288d6ffc7c13475ae0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "16abd6c5891a4f3489dee9412144ab9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b2a4a08b01bd48c1a41c455b030ba3a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "df3c48fff6af47ebb1f2807db8eb55b9", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d51223fc31dd47c4b36bc1a7b3e304ee", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6272046ebf2e43678258642006c961b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7e64a663e9664e518320cd4aa3b7eb82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "994ba0db5eac4ff48d4f528f8c277fea", "region_id": "RegionOne"}], "type": "application_deployment", "id": "28705c1540b7464498777007507c5cf3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a0bfba6047504f578b20593a1565e6e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "347750473ff34f3ebb196c03dc4da147", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6fa84c2a41f04b4cab07f0ca95c95df6", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "721e938ef2504f02a794892b0262ccac", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c10f13d7ed6648c691d79d75b392a38b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "15c29379b358409ba42aa26d0baa6f75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "985fe309a81c4f11ab868f8b34f2aeb4", "region_id": "RegionOne"}], "type": "tricircle", "id": "f92aa30d18854933919e6fcebeea0def", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0b5c448fab10451cae4c997e50b47178", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "425f2b2f58154b8894d352b16388de9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "980d8aa621aa478494ff6495f2ee2f6f", "region_id": "RegionOne"}], "type": "database", "id": "27c8292134534692b931bb5f4eb153df", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "03bc432ee1044344aae500cf1ff49300", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "aaec7ac55cce481e8642ff9aeaa86290", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "715b377f7d934434bbde35c72abbd63b", "region_id": "RegionOne"}], "type": "application-container", "id": "0dd6e385044840e2a7fa52375b0d71ef", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "67c497def01144a88d1e7a5fb7ee25de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "547ea838d7094dc287c0cbecc0495c3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1ce4819eb20a4cd8a66c21a257e49dbd", "region_id": "RegionOne"}], "type": "container", "id": "bc7395f92244443c85540784d5fd12a5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "28266ccd04ab4e1f8ef603391f4b56e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cc2ed4989c4741399c5d4074e0f7a890", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4db74133f1c94bf19a87a70fc3af1b27", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "5cfc767be4fb4eaf9ef5061dabe31f26", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8f75996ef79a4124b2ed126bb99fc9f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ddd3f8762f764315955cb57800f60e14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "75c00c3b0e2242578d03cbbd2bdd7842", "region_id": "RegionOne"}], "type": "rca", "id": "5e10613d5cad4720b9f9803e98f791f9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bcd78c0745d0418fa36e225ca7b2a1c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "504dba09848f43e99d7501a195589df8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b3b69bcb2c0542b7b6a2e58328b5f4b1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ee2062bb88e34dd6b7bc6cae7bd238e1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "145fe76999794187a785ea17bd5413f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "dfd6d4563e564f78baca08a504aef7b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "12b711c12d224be5b0af8710babe852b", "region_id": "RegionOne"}], "type": "network", "id": "9b87a9ba29fd4184b2103f1e446cbeb8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0f0e7e58bd1b4e5dac1faf5b7e250785", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f28ed4cf7f2f42778485a9ed12364d2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "47854002ee5840ce8aca4b7cd99a4a40", "region_id": "RegionOne"}], "type": "backup", "id": "1594e625dffc4bda8644ebf2e5fdda36", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c7b8e975d45a4d31bc3fbb5409be90be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2738f5075b904ccd9e4dff93f1231349", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "22a73ab2ffd64b52af414a2866b95085", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "76ba5ef9867f4f0ca5fe55dfe76d426a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cfe957026ef941bf91633816c6112f60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "145ecd9c1893484181f4e06a533cf3a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9f5d4c5fa17d472ba0fa780a639b8899", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f37f45bf00f0459abd211d318584df53", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a7be30fea36b4b7ba55a6aa08e10c1c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0541d3be0f504bcea00e19cd96b19899", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9c7041eb746b44e29568ee126ca86b1f", "region_id": "RegionOne"}], "type": "monitoring", "id": "d7724a5818a84bf999bd0ea051c6f202", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "38ab81b5468c4b5c9d15f42668a8d05a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e23732e5aad449b5aee9b57a75899af2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5569f748039f4e4cb1cd693ea0a4999b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8d42323fe8db40d3af36ce361e7a4437", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e2974496b32f45f7bc13ebc1f7591bd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "99a8e98fdb3d4093a45b0c309a053867", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b528c5a4e8de40579bc7fe75bf6b8337", "region_id": "RegionOne"}], "type": "placement", "id": "74ed922f3d9d4265b48847752963176a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "475893f8a7ea4738a04490b89adb6003", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "275d4c58860444abaf48c27c08170b9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e11fbb9258074f2b8df987668a7da871", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d7d3b5f311c144a398ed23336a849917", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b283a27731424b82a219a63bae3557c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7b0dc0a77bd341b2a97704825e19b214", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6df79d1265474737a5b78fab82188618", "region_id": "RegionOne"}], "type": "ha", "id": "b86065cf5c514ea9b9ba42483b899125", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6eb7232a89904b06be867c3351af1a6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "630a82dfa4fa48ec9ec9eec6742c83ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3eb34aaa45914aceb658a0814878143a", "region_id": "RegionOne"}], "type": "reservation", "id": "7724451e820b4ea29a962a7ccc6eb423", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a5b704dce66b41b9836428752af4777c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "46345bc1327d4ce6b3116c56087e1cce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4ad678f95868489da51f53896a8553c4", "region_id": "RegionOne"}], "type": "function-engine", "id": "c38780acbecf46abb0ec0bd5ff3ef2e8", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "532f28c044ae4f6399d8b364222a74d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ccee10bdc2b1492db3f4dd505e1d87b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b3800a3c665841afb056315ae45be14a", "region_id": "RegionOne"}], "type": "accelerator", "id": "4de5e81e184f4d7985693c0fe430de7e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e9f0a9c9f0c441b8ad53288003ac6bee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2a1a2eebdf674515b1c7228f05c92516", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f466756d74fc442db18735022536ec3b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a79bfc47bc23427fb941d834791f0fd4", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "23cb05f111834fd98d4962147c60b043", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7d77aae0d4f34b5988f53e0207ef7cba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "253cebe3b2f44be389e7b9dde8f3d3d8", "region_id": "RegionOne"}], "type": "registration", "id": "e9705e60cce44870b6095aeebac21c00", "name": "adjutant"}], "user": {"domain": {"id": "1e68f1f282774f2cb232bba52855350c", "name": "5251c64e5cb543bd828ac61d2db041da"}, "id": "3e1efc9e64994ee9b712fb6cd204789e", "name": "f772b45315d24f3eb2e7f190bbadbf5b"}, "audit_ids": ["58cc99c72dae45a8b649a21639fedcda", null], "issued_at": "2019-09-19T09:04:40.583205"}} 2019-09-19 09:06:40,737 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,741 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,742 keystoneauth.session RESP BODY: {"flavors": []} {28} openstack.tests.unit.cloud.test_floating_ip_common.TestFloatingIP.test_add_ips_to_server_ip_list [0.061279s] ... ok {19} openstack.tests.unit.cloud.test_normalize.TestStrictNormalize.test_normalize_flavors [0.091489s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,759 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,763 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,765 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,767 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,779 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.702408+00:00", "project": {"domain": {"id": "7a32ce38fd9c4f58a98bdc4429bffc17", "name": "0f44c15b1b354f2f9ae0cbb1d9d3637e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6481e15d32ea4b21aba49216ccaff0d3"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "cf3709b92e5246ad96032411cdba120e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "548164d224cb459c9253406d12297812", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7c505efde0dd48caad1dfc04d88c6279", "region_id": "RegionOne"}], "type": "identity", "id": "95919a3dd0be4da9998313f8c068c74e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "69b96a35e749436b9872c3eec2a8165f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c8d6dfcb9a0b46dd8deb1f6c2e9b14a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "76a693553f524f1f832488b707465c7a", "region_id": "RegionOne"}], "type": "compute", "id": "c4d7d14c505a420c9c8f011b11eb03ea", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b2c1475a9d09484cbeee72eb0754c87a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7e630cc4d7704ac0a86fd65ef3a39b02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "cb3b96bd87b9461e9ac42e44225d175c", "region_id": "RegionOne"}], "type": "image", "id": "97367a0e3c904c759edc70c97ec3af85", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bf799e1e66584c75ae468213fc5508ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a0821003b55048e1adba2809a208ad40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "30079a2886784f3ba6f5e4f4606f7c34", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a77f70d2311441bda72dbcda9b2db6fe", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f521800b9f84026a54c3f995322862b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c45c60e85fdc4f83a7fabd0434f92f6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "213931045dba43fa9d0d8b5608843fda", "region_id": "RegionOne"}], "type": "object-store", "id": "bfc22d591cde41928b5a71a120300892", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1565e3bbe3c640918ba8d31e8b584199", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "03c6ddcef69a493bb474ee0a2425a6f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "56bf7be04c0f47f2b4a182d92689ed8a", "region_id": "RegionOne"}], "type": "clustering", "id": "a68262d4af4343adbdb821dbdabc9cdf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d9efd8a6f9fe46e19f92425088d72da0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5c4fffac1c4f409abab92ffb6168edf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0553be6f14164851b9994d1732d80df1", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8ecac6ab08fd4b01a3b8a672b0a28717", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cd1ba7f9a44b46669826d1f65a268aa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e861778b56684ec3ab4b1793e1e865cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "17a9cc9249b0491c91cf3117b2cedce7", "region_id": "RegionOne"}], "type": "cluster", "id": "b2e03c9abaa5443da85a86f485230df8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bb1930b3db0b4ff193c97a048588a27a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "abf8780091e14bebaae7059ddb99740d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2323a3a642d14122aa80140a78be01c5", "region_id": "RegionOne"}], "type": "data-processing", "id": "212813e918c74b638786d3ffe4780072", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e019c19b66f54196b2e5a80b1cb20d80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4ca4c3ff059e489d9cca54dfc304b07d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4cbb59a5728041938a65457e91b768dc", "region_id": "RegionOne"}], "type": "baremetal", "id": "afc8a10932c94ea1a5b5e7909e5bca4b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ec7f0ee696484b01b6281f7438eb9b7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "841ac930497f49118afe351c11c8ea65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "38c4f768cd254514ab6d369eb13bd091", "region_id": "RegionOne"}], "type": "bare-metal", "id": "33d599932f0340328c003cded2d05f0a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4d7693e975ce45eb92c3780fefbacf8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "69401483a0c243068ca5416728f45efd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a359774428254d15b8487d4d8d4ed757", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a265ee78297942e6a1dadedc83a4485d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4690f0f36f5b4546bba780736764e03f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "24f35b3f9fac42148cdf212a969a34f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "35007ee93c984619a6b81f40afad66ea", "region_id": "RegionOne"}], "type": "key-manager", "id": "dcecc6b0a65f4084a0ee41af7d4180cb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "29679d4f56f7462e90eac7fe60f00b4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d33564d5c9be497e8640aeb3c4312d3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b811a1d968a4489eba1028eeca9af725", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0cabb5cefc024c538e06c288d2e15596", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9bd6bc7c6c1848fe9258f952a79daaaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2ca0e64cc142444da49b5b0d31bfb374", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4a76d3fca4404072ab751e23b51caaf8", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6341bac9841c417a9cd2b09231fae94f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0fce16f13f224bb2a8c938b07f2a6adb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "38ba70ff17eb45059f5d5338333c50f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "06a6638badd64c1a954f46277547f762", "region_id": "RegionOne"}], "type": "message", "id": "d1c23b320caa41778299b67534ff6f7b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e6d7d835f11e4910815337293d5c63cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c055f6cd1b0f46269f4121bd078a063e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5df5f6d759094ed18b009ed6be8285ea", "region_id": "RegionOne"}], "type": "messaging", "id": "18245c382bde4eaeaae6d0b70bc6c711", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f4ed2f921c14436d856833452f1efad5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8e1c9608ff7a4d28961f21e1ca6e55ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e000f40cb04f47e899552d1af80863cf", "region_id": "RegionOne"}], "type": "application-catalog", "id": "bbdc6e9768c24d4a98e92cbe581c3288", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "81add4d70ee34ddf95983eeda3e60816", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "06a8857ee9984c2cb22d2a5905bfd500", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d72b27724b0c4758b3e7d70ae969e37a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2960efc48ce9476bbe7bb695d1ac0918", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a4091c0d857e46e5bb45c2713751336b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0f5939232f794a17b55a3a4fac1daf5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "38d0e9a73e524277a801880bd4de5843", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "955c9c9f0dd84be29848b63afca99a4f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b9498f261bf649f1aa46cca6cce66e7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a836acf095114dfe8bcc8f6101050f15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b74e501c5b06484293d8e505b8b35217", "region_id": "RegionOne"}], "type": "container-infra", "id": "d4a3afd1d26f451fad9f60f38bbb0a17", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6372b3885b2e479e8f1791615b00b146", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a8f1142d489a420abdd87bb472953e32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5a5866781b2d456792ffc5554c54a1c3", "region_id": "RegionOne"}], "type": "search", "id": "8a74b4ad877d41e1a94dd9670c9ff265", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "cf6bcef405b045efa0ad40fa22a31a54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "93ae093c33b34f2eb3b7841cebe99ce1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7a92cd8230a64204916778ab19e1bfc3", "region_id": "RegionOne"}], "type": "dns", "id": "357ca4dbc117450cb7d3482b49079ea4", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "695ccd4e6aef4293b8cf263f70388d1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ee16627c7a8d41b89d9b124fe8b5aa99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "680b04a3815c4c118c3ac71a598a8be9", "region_id": "RegionOne"}], "type": "workflow", "id": "2502308c382645b3ab114b7e6bb614ae", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6d51a5aeb6d84d3e892108e96c9cb563", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9563a43b158642518f70b73aebde7bda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1d4573fc0e42414db611f612b636dc4b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d14ef42ce85b40f0b7ea65acd7280469", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a7ce8ca29cfc4458b2c5de7e6cc4dc3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "21f9dab5ba7244e7bcd1ffc98d012fe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "5ef226b41b5a4d1ea0f2cd2485cce53c", "region_id": "RegionOne"}], "type": "rating", "id": "5ad83437ec2c40b8904c923e5907d760", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6b8a862ada3b4eed9098d2af26463e56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "44ca4a715b184ba4bb21ee5590170cff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "069f3299a2674b9ab0f60f00bcdb3185", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a1b2beeb950c459bab08f486b9925680", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f5da440083354b359c7b98795c6c04e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8e0580328ca54e78a2db982e2781eae3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5e3930453c11499c94bec65639b16787", "region_id": "RegionOne"}], "type": "policy", "id": "206c8ea113a241dfb9d6f4342a68b724", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3aaf275c9e0440bfbe86c21e5e190405", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e78af247834d432ca2562ed50ea669c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "34bcb4274d7147e88b1265b5e4e1a57b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d19ceb3114584366be89526030fd7184", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "10c81b4350c34e1781ecaa790f4c9db6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "51abc790cc6341cbb005c9c44e0f20f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2bdffed40cc046e599156ac1f0cc262d", "region_id": "RegionOne"}], "type": "sharev2", "id": "16c5a321d0cd435b8646bc446702daa5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "be2fa9b048194cb0bf3c069ce9cc0efa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "131394ebe75743ef9c72bd8fcaf7190e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b6df63c2d6974f359713c3d7141c1c84", "region_id": "RegionOne"}], "type": "share", "id": "cda189718b8b44669f74d98d685cfb60", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6147d90b86db4e54a81deb9809c30c78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "09baaf717e0d4d4faf98bc824946b5ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "597f7f65be3d4bcfa48593437f8b902d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "149c66ae018e4ca296ded4ad7fb8a3d1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02efd528be1b45709e4bdb482f26d20b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a6e23b798944379b13f5292f6f43fe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "059775dfdc474baa9990d72264d6e2d7", "region_id": "RegionOne"}], "type": "orchestration", "id": "b63e1a25b6be4d64812717793daf6f10", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32e23974cca34001a465b9505e17abdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e374cbacdc81489b930494fdc2d3a457", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "baf3f33c4b024449b87bdcf1cc6804be", "region_id": "RegionOne"}], "type": "block-storage", "id": "0c6e0c6287774f08ae6246eb0082db31", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3581346028f945cea88858df0b278786", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2bcc6e18594d41a29d33a007d38e01be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "814db2cab91145ff89df55757a5a0690", "region_id": "RegionOne"}], "type": "volumev3", "id": "eac8c91554c44588a32947db9bc245ab", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e1f2a5748e84708b61f001bf8f5ae41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b27a8891e57447391e75e1dba16f05a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3151b07afed469591586b995d1cd7c3", "region_id": "RegionOne"}], "type": "volumev2", "id": "2a3122d02270477a8d34aae784a34db1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a85ef90e3214804a5c7fb959a9109b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "831ba1da3d394c67a07216ceb5e69b4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3c9df3e592744c9a9ec8ccca8fb8651", "region_id": "RegionOne"}], "type": "volume", "id": "d5e71b8d10784b11a8cb093150ee1a50", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2517cdcaedb940c9978884b25e6a6eb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17741707e71a4888a8a27a6e43ccd733", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b8d9041a3ce4c08b3a047ab3d07ff8b", "region_id": "RegionOne"}], "type": "block-store", "id": "0f1bee124f15449c837f25f426c499fe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4986dfd727af4ff09640c271c475ff20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "454861c35c784d5db17f43efd86181c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e9b18799dfee49e3943104c78df4f894", "region_id": "RegionOne"}], "type": "alarm", "id": "eae83a4679b34761b33300c499228ee2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e089910efd2c454ab540ecf847c6fcf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d7fe2eca716041c98abba7365225e2d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f8f04bbec0604229b6dccd051424f7f3", "region_id": "RegionOne"}], "type": "alarming", "id": "f8bb63ad880d4fc68862faa87f7cdfe1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d3c33aaeb09242c2a5c61fe0b5205aae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8f8d331b92724fea9b3585b20239671c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1d89f6a8913944aaa394a69805bbc281", "region_id": "RegionOne"}], "type": "meter", "id": "4821806fdeca42289f30cfd735f1dbe6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5d9bc5a737194294afc129cf2eb9c5d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f7fe501d65b346779992c086124840b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ab7a8aa37e934221b5f9ca2362969699", "region_id": "RegionOne"}], "type": "metering", "id": "7566743398f946fd81ed40833440eac6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a073a740a3ab4885abd334b6d1adc0a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5be00b64513e4f72ab1c8908dd02f9be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "32f868e258ca47728caaedfd065fa969", "region_id": "RegionOne"}], "type": "telemetry", "id": "22122eb0ca104ea7a67cc0b0c297bb86", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1c0aebd1911944719c3e1bbc1baa28e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e72d3dc737c848fb9a3c9220cd65dea3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "241d71b8d0784fffa9459914e99e7893", "region_id": "RegionOne"}], "type": "event", "id": "9558f6ba12f94b95988fc7814145a1b4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6f443c3dc00a4077be63a5c47bc4ce07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "03379d49b6b84856b795c9c87035b63d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9939ad08169d4d7385139184ef970122", "region_id": "RegionOne"}], "type": "events", "id": "0b8b978eac1b48d1a8a9b4c1ac22085d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a5aa89c5998b4874b3a78d03f9905bbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5e73454dd936458092bf8410ce0ba76b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "497ed81c73fa4678b5fdb187ab0bf59f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "97d354e0f4c74c9bb2ffd75794f42223", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ada7e757ad3a49c78cf25cf44313fb0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "28441d04493b4f409d0431440ec78023", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "314c6c7bbbd24f2e96727e608a174a3e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "bef83482dcd74c1a868fda0eaceba74b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "91e60ca609b94c57bc1dbd706f85af60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "52b8380710d7421389e5c431fc53324f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "719c886802ef46c3a96aa4c341ca8154", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "17f8a8e635234a158b3f32386f00f264", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f5b57c7cce0d4b4cae338c3fb519947e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6ee5e820d207440cb2acba3b48a39ba8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8dfa2c8bdb2f494d82ffb581d9eb8a17", "region_id": "RegionOne"}], "type": "tricircle", "id": "9915f1540f1545859ef82ed8512657df", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "aed88eb7fd3c4091b24976bdec070156", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "29ef7de6fc9246c888442a09d4868f6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "748784a523754d80afe019224bb60150", "region_id": "RegionOne"}], "type": "database", "id": "242b4d8662a742648630eeb09d5f9064", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1f4808095ae843c8bbf8d2990a85fcf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bd725e42dc2b409ab8a5dd6957da00e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e9a5603271d445c48910d65ca6d778a7", "region_id": "RegionOne"}], "type": "application-container", "id": "1ba1f96f2c684d6db527e8d5601e0a47", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "acfdd563352c43309cd96156232a0f0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "507005023ee94481a3cf4ab0e1bc643f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e9aa9068f6d345ecb946c26f99c17e96", "region_id": "RegionOne"}], "type": "container", "id": "f769319b718545a69c845da15cb53689", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ad2820351d1c4883b201e3226f246dfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d6e04297e0d3493894d0381038a29c64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e7e64b6aa2fb403d8d6404194c4ba70a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d66054d0a4d4410db84d6ee060fdd708", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6e2cd551ddb84ce29e4c4f98e462c4a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d27026cf5e604b27bd6e07801e7d7d88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "71a8dd34cca143d3b34bc378ab86d3fd", "region_id": "RegionOne"}], "type": "rca", "id": "96141ba2c2e940419f8b619d432ddb7b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5f43a3f6eaca467188e597adba43879d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8ecdc2d9138b4b2b9a24be9372a25c8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f5fda3ad7c924bdca606b79b765a2be2", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "023712e91d5f4711ba9396977ae4ba4d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "39e4d161e69a4364971421d137c74c06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "0752ecb428014efbb0369254fca8e74a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b53b43728d05403483a289ae2fa8ff48", "region_id": "RegionOne"}], "type": "network", "id": "3dda9854a1ab4951a75e782bb25cbda6", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0ce206f957eb4d66946287838015fb70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "5be176ddab8242bd86a6adc98225edf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ed97f20ac159479fb88aa3845a91adf0", "region_id": "RegionOne"}], "type": "backup", "id": "39b68d8b05044b3c83edb6a29e839af0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "143219eb557c484696b686e17e3a20ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3deb264c6d9e40ad88bef93df11129ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "acc2c6018a5d42f68d751214821c00b0", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9dff6dca8843481bab33248281fc5bcf", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "28ae6ed4b93a4ec380ccbfd49b11df5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "505d4727f81b4f2cb163329d7f6e6541", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a746c05051e64618a38ff41bf6a61c0f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1a7d28ba737b40b28eae2a1d51bf52a1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ac71a6522fce4d21ba3369d1f83ddc9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "161e15922b3d42319fca667b304871de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "37cba670076d4b41836f3004bd914db4", "region_id": "RegionOne"}], "type": "monitoring", "id": "39990ff86dd141feb9b32cd06e041632", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c0332f9dfa924ff78878bac6eecf92e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cbfab247be1c48c3a704f4846d902215", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "dc39a3ea89714411b7304164e91f7b99", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a05f78c5742442408a44b56e4fa13e7b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "efe4095e2f48475fa8a2f0a61750aa5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8dba31e608024c91880fa82f667cb501", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4fbcf4f6fc4a40c18159e634c8a216d7", "region_id": "RegionOne"}], "type": "placement", "id": "0ac121efa1754bc5b84cf4a32e184f18", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "61d75c7abc8c4b48b470f738295eaa51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5f8266e3289d44de90d70ca83beb0aa2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4fdaa8d23cd04f758a326d55638b8310", "region_id": "RegionOne"}], "type": "instance-ha", "id": "0da85ea6dc6c40ed80970a7631c0fc0e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f242ce9c4c454af3a30e0b21b76f36b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fe606ad355f546c591c356419b7c3063", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "10c84ab6501b4353b44532b355f5b29b", "region_id": "RegionOne"}], "type": "ha", "id": "193fb8a955ba4d92b043df8521e923de", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "37ebb35aa31e44edbed8c1d44ec90556", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1699059e887b4383bae4c124a4d6cc93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ac504729a7c44b828e69a2d77270278e", "region_id": "RegionOne"}], "type": "reservation", "id": "7515c3c757be4b2b97111d299af09fca", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "91895b608c334525ab3251d6e6fc90e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a889e98eb8084f078cfb8dac2c392300", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4da3fe7322894c6c97535039c1a46c5a", "region_id": "RegionOne"}], "type": "function-engine", "id": "c01f9b345a2a48808b7fb65270a2ea8a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7575f3a946134a1282122b25dbec6809", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e7aa343bc7e94a18b8462d486391fa1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ba93fc5f7179413cb68d636fe93fad35", "region_id": "RegionOne"}], "type": "accelerator", "id": "bae684ab63e540bb9d880d8ec2b01deb", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ade8332fc50941d5bf156bbfda8c42a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "393394a6c163484b81f41760bc7e6ecb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3fd49f05f8da408c8f55ce8035c298e2", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6ed456b2360e4dd7af4a2dad2455a8c0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d1925eb779834e738fb37eb27baac6e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "118922b211654f4c85bf49f1b88351fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "94af2777b46e4a1483bd9009d7728b35", "region_id": "RegionOne"}], "type": "registration", "id": "26d90ec22ce34172b732f1888a61fed5", "name": "adjutant"}], "user": {"domain": {"id": "9bbfc553396b44978b4c5c0d55bf9d3c", "name": "561a46d3964047848926f7d51d4967ec"}, "id": "9c724a6e2220423d9d6a0ad8ed8b33d6", "name": "313cb101b4a94a2586c298c7c66430a7"}, "audit_ids": ["cc64001b55e342de8414671a1a5a3545", null], "issued_at": "2019-09-19T09:04:40.702408"}} {18} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_delete_firewall_policy_not_found [0.199470s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,585 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,588 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,590 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,592 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,604 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.526612+00:00", "project": {"domain": {"id": "317fad53371a41dea48596e0867d99f7", "name": "588a751b8a6f4a518450e9d3600f4587"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "5acff71f443449bdb998f62924e99643"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "569c3d26ed194a9cba242e54f78e369a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c5d1282d6eb045648d11e13549dc147f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "829dc2cd2a3c48b4b8c8cf64f87d4fda", "region_id": "RegionOne"}], "type": "identity", "id": "8901753f7c394d279ecbf2b72dd41124", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cd488fab55044693a595b4a49a4bc289", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a737600ad3184c809966fb95e5df9ad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d6431f480a5c449486704ee492de0a8a", "region_id": "RegionOne"}], "type": "compute", "id": "57bd5c4c3a784015b3f1f37bfaa82fca", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "8723e40d658848cea5d33c7e7b55a278", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1539ac34551d49468aecbea8ab8927af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "977b1300ec8a4ae6bb09977759325e09", "region_id": "RegionOne"}], "type": "image", "id": "20cdae0c71f848de99484d501f2651f1", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2419553e1edf457e9d452210d7bf7dd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fd5e70fda675449dad40e31f4c94510a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "632b0a9d93e1449fae136b3a789f9794", "region_id": "RegionOne"}], "type": "load-balancer", "id": "675b60a3b82d4a66a5f0bd9c449e2c88", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be0f73e9388e49f28667f6f113516483", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b0e2340292a4671a2a87b137b25ae6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c295c85bf32e45b29d39bc0e59e28b0b", "region_id": "RegionOne"}], "type": "object-store", "id": "24be1d5b69ae433ead47fbf76f13d6ae", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "df4ccb522fd14eb9aa625f11a9a59c02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "14043627c2c6456993d15be23339a9bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7fd5c0cc1fa04ab6893cec2a80527552", "region_id": "RegionOne"}], "type": "clustering", "id": "18e0df3ad53a4ad0bc04e54aa6c0c792", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bc358f9d03f24dbd9d64ef7659b52bb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0bf144e9acb945f48ed0798ad91d49c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "52b789e3c1634d719938c2984d3395e0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "47f4453c4bc9452d9cfb6a71113cb79e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0941bb51e4114164aeb924238a730b35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "14ec44e23c6b47c1b04e9b15aa96e912", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ff103e256d174c3e9a57fc166f659de3", "region_id": "RegionOne"}], "type": "cluster", "id": "8d7bb812e49f43a1bd73c00472ec9346", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1dda114aff0b44a6bc489fb3487f3bf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "24555d3685694dee98710eb018a6fafc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "211ffed1f5e541b88dd14d5038e5848f", "region_id": "RegionOne"}], "type": "data-processing", "id": "b8113ba87a994ddeba5d83a1a034f416", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8f526af2482e4814bb3711a08e1d353a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4899443f363a4cb99603712445f3c24f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1d1ea6e2628d4cf39f23129819634289", "region_id": "RegionOne"}], "type": "baremetal", "id": "b92b0df50f354a88b87258ed56f73d08", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7da1ac339f124f0683950d9ff52c63b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9a34ef4968364292a9a9061087485d58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a95d3911c26c4e35ae1bc2e6021d31ae", "region_id": "RegionOne"}], "type": "bare-metal", "id": "148c0c27e16e4e10accffb41befbf1c1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "40b578a6583a4d009d177393fbab72b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "42067df628e14bd2872c594ed9e5e093", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "97892eac4da2401ba8b765b71c534b54", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7da13bfdce54462abf706517089f7308", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d89663f3b4de4c98b19909bd761b5d98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d3ae7f25d1164bed9249c362992725c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "836829164f064295ac1a3ca97f06a9b3", "region_id": "RegionOne"}], "type": "key-manager", "id": "4d92d1b6b08d40ea89310112d7ec3335", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8395051224d741b9a6de2582ff313b13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5df8a038eb534802927c141ab356166e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d89c68d309da489187a0959d6dd7f0a7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "16789e72a8ad4ebe8fd8f61ef4301410", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "aaf5ba4a90614003a09afcdd3d6b8e4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e8c4330cbaf048ad9e9fabc7231dcaa2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3fdae76db54e4271b4dd78cd0c7246e4", "region_id": "RegionOne"}], "type": "infra-optim", "id": "2ff8f53163124d548169d1d88d883862", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "974ab8735e3743c680a1524a928e1abb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ee127c2d8e394d01a3de82a59ba01d77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "db59aa82124e4cc1aad32e5e99104933", "region_id": "RegionOne"}], "type": "message", "id": "1c6b4844b5f0424da18778e915940d0c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f3e1cd09170742d2b5a3e2bab331b163", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "981ec2bf1e3b4fd7aafabcf9f22d7197", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "70aac8963dc745a49f5d9dc075114afc", "region_id": "RegionOne"}], "type": "messaging", "id": "9bb61671a62e4884b68d0cd4424da500", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "86c3934dc6de4ddfbdc0bf0b680cd085", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b0c14036fc704649a3a613ccfaa36719", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9a6640e78ce844ef8b54636453e02313", "region_id": "RegionOne"}], "type": "application-catalog", "id": "35d1d099668b48e4b27cabe15b77b075", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e123576abee140aaba1669299d0ee4e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "51a68c880f4d4742a8697d99744ef28c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "366d4713d83b41a28d7c5986d22e9349", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e5eb6e3aa8374f649a7436f00ccfd66b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d1bbb28dfb845289e9beb7be0341f02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b21bae28cea5417c97831845387ecc30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "30e12f75a655479bad8e1444dd31afb0", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "698b255c0ad843c899367604c3d5d0b8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "67507da83fea4148b86b74e91c2d6a91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7ebc4f0687a84d169e887afabe30433e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5f7b550dd52b469cbcdc72cc90fb3147", "region_id": "RegionOne"}], "type": "container-infra", "id": "6d47752d5df5466e98d5454d825ccf37", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "593a7ecef12a4b6aacf31cd704a3b92b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ecbe98a444384a84acdab20e0d56ec18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "aae24ad919ea4760895e127989b5875a", "region_id": "RegionOne"}], "type": "search", "id": "ad7ea20a36a54d619235e0454542bd4a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a1c3e38cc82049e8a4914b319d6ae3e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "189a3980c97942ecb75ebd4ec66cde11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "fba22faa351e4509a81f38509e19cfad", "region_id": "RegionOne"}], "type": "dns", "id": "76061a342e9a48508e607b3476da0a2d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2d917088e7fd4054861f58c0a9be8cac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e604cf19e4454b77b8e1ccab44d59f98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bb214f5b63ab4573952c7431c637d5f0", "region_id": "RegionOne"}], "type": "workflow", "id": "25aabc9bc02343e9b1ad45ce07a19b26", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8edabcdf5f6343d6b7a4d61035bd60d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1995205413d6404b8a2015a56c1715a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "054dbd835a8349b7af997fec930de1d3", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8af4055698c5467bbf1a0b25ab76e62d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "633d0fd414da46d78c28b8147c0ee929", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4027a3b31b5145c49d69fc25c949ae92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "5ce51a4673aa4b33a052dfad0cf83511", "region_id": "RegionOne"}], "type": "rating", "id": "a3e70a7e900b4b3abdc17b942e572e2b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2ed03f5c8fe540478bd65b2ba01f685e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "723697f40e564c64a38e3a2898fd163c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c680e9b4862e41dfb112d3d902337ea8", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ac5a4235aab8419b8a19edd50a079a3f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c0ef74ae3f5744fabae2f484341f8987", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4fd3bea2516a4c2e9d8ac9a1e356762e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2450d27d1a8d4e2f994b0c82fdb783f8", "region_id": "RegionOne"}], "type": "policy", "id": "8dadebc4c774421e9abc50ae9798ca32", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6d09853c18624d5993e0a0d6506669bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "21176c5b1d5c4dcab3f176a57d3bf2d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d29178746d32499aa1727e4a29814a4e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "3a3c59c61c1949feb85cb6a30fa843ca", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b43f6fbc9d504ab9920ec0c7c52baf41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "00f7721edeee4da1a155d4608731d6be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "be170e08347047169661cb4a8ef1ee53", "region_id": "RegionOne"}], "type": "sharev2", "id": "f4b70363ea58433f847b816929ea774f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "05068f97b1824e8380e3014cd6a6a048", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "889943de0ae64c4e836677584bf0fa4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "abdb061c95ad417bb335acb71ebf0a74", "region_id": "RegionOne"}], "type": "share", "id": "17e37ea3d75b4f749cbfde356ea9d58e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "128e8e3f748b4d44b7d5a6411dfa334c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5df7bdf085374fefa324e5e2cbef9536", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d6bdbea79cc74bf88eae585c76d9aca3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "234e52f7b29040edbb11d1e8a9d2c891", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "705ca6b79ef547f8ac94920674511f72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06a69de29ecf45c48817b1ba443da473", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d6bc9706bb44adc8e1c37fbae2ff983", "region_id": "RegionOne"}], "type": "orchestration", "id": "b50469201e02487ebe8f7c4f6809f7d8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "30b8a67d96d342fd80fec5278bb7ee8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "000556e1d9ce46fe818a95caba28d0ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2763a74b2654855ad6cc5d92c292243", "region_id": "RegionOne"}], "type": "block-storage", "id": "230fd47711eb4c1995c4b146aac1e219", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0e3e16de79642749e08f41cce5bd1b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14fb2c16f0fe41519ad8574461b80130", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09c786057b9e4201b6a04f3233ded1ed", "region_id": "RegionOne"}], "type": "volumev3", "id": "1c6cc3b826824ec6ae267259e174e854", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89621859bd2e4398bbeb1dbb6a1939e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92c158a01e33493cb3de3fa88ca0c903", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc3e55afa71f45169c6e91df5e9e6811", "region_id": "RegionOne"}], "type": "volumev2", "id": "8758c4463ecd4691878b644ba4b125ca", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b81a02a9c19b4545be84217e81e6537d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97b8eaadd0c947b99a27d06d54d1736d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a5a53fbac384e29aced5976aafe8820", "region_id": "RegionOne"}], "type": "volume", "id": "f0242964c84941ce85636be9271bc758", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "440d46171bc8425ba328199f409bf78b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a12f4cc3c3449e7ae4031d4353e2794", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1cda6ac60b034c5bbcda372790d16b14", "region_id": "RegionOne"}], "type": "block-store", "id": "d7027eb77c184cb9b610d90919373a57", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0bdd218b365143e19897272d9d0ab850", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "10afa65e69af427497e3a407024faef6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "16b1e782c9f14044baf1f09222beb611", "region_id": "RegionOne"}], "type": "alarm", "id": "220d92974242468594f02be982117266", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2e114090aae04071a262d73d4396debe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f880ab6550424aca8439eb42ed8dc2bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c721518d172a4e0f878c1f4ce104128b", "region_id": "RegionOne"}], "type": "alarming", "id": "a809a0b5610f4924aece7e4da33509c7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dc0f0d254d3e492fabba400727c0567f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9b4ff105345a4e869e2f86472feac5e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "232ad75b9d10423da914dae0117e517f", "region_id": "RegionOne"}], "type": "meter", "id": "75772a1d693e49d9858bfc55447ed49c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3af78783587548229483884ac19ef0bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "00f193f67ba84d2785fa504ed0d629b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4b686093946447608cd30f2541483c6e", "region_id": "RegionOne"}], "type": "metering", "id": "2e1bd45b18554581b4bc6fd785519456", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "47392c4401d54223aa6996db9460003c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5bd387a37f644d2196c2bea53b5b68e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b82dcc4fd57a4782832d0692a0a3f4d7", "region_id": "RegionOne"}], "type": "telemetry", "id": "d8a22cd828914ab7aa249b3b219dd01e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ac8aea8377e8462c88e4aa8ec699783c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1b6a96a2794d4891b142cd7c577a22f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e616d1715d1346f58d75ede015ec9b4f", "region_id": "RegionOne"}], "type": "event", "id": "4cab436b4dca4447b820fd30037a77db", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7ea5dc8dc3e6470bb2383195fe0ea948", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "13843b16485d418a81161dca78d915c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5bd2c762a841440184ca695ee1b89e14", "region_id": "RegionOne"}], "type": "events", "id": "dca95f638db44ec69ae201a98cb34871", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cb5cb66d9b184c6daf7c8a80b948a60d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "803459e52c95431d950fb577349dc011", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9f45c369be8d4db48d5edd8cfb2b2c17", "region_id": "RegionOne"}], "type": "application-deployment", "id": "44cfe36d25cc4c94894f56d5f86313ab", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d1f41e79c8d64915ba41ec2c9ca2916a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d1b5446eebf246ea883a1bcbaf291c93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fbd649643e364be4a9d0b0a0c1c9ede1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3db9dbbb048141669a74db6ef88f1b50", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f636b0053ee54345ba965a963437f781", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cecab290ca1947308cf11aba09665976", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f80501f73ba84c34b02c9334f56562aa", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5dd24268c7a34acdb99db144b4195aad", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9898e83a204d431eb3548dc26799dac8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a66d315783284a628d7c27b0be591f9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9386710495404cf789903818f45a23b1", "region_id": "RegionOne"}], "type": "tricircle", "id": "a89e422e22a648c4a0b4ec187a6ba6fd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7788649c99e540c3aeeb6eaf3c968507", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "879132f91c5c443c930659dac4119d73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c4db3d8cfab247229ef1e6e3de9588ba", "region_id": "RegionOne"}], "type": "database", "id": "04ff08836a064281b2d29416772ac405", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a268a331473d472193ab4033d16c60a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9ba2c3bfb15a4bedb59ed631acb15ad1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "72edbdde0b2147c98fec28ae57c7821e", "region_id": "RegionOne"}], "type": "application-container", "id": "c1c24bb1937b4b4d81e9a21d251261bd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d7f20d93863f4bbab7bd0bd621a778a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "029aca6258be428dad004d5c246c2581", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3da5e0c1c0494b8a8bf1a0905290a4dd", "region_id": "RegionOne"}], "type": "container", "id": "9838151f85c2480da5bcef824158fb05", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "933afac862e44fab9e4e8f73ef71ccc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5b6e733326b24f84921aa7b9ba53bb0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7c6d5f070a46407cb3a2a2c23129e9f8", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "0e3714b84b084a28adc83ea1aee7b104", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "387d9bfbcb3e40a686f15b89d54759f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0af345ac47ca46aa85fc377264bb862a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ce19efc6211a46d1928ace2ff31c8286", "region_id": "RegionOne"}], "type": "rca", "id": "0d4fffea674a4bb6b9c275503412f20d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fef87817899447968808187d61d90663", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "503379a96d98409f84af67fb4a6f0878", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1d26de2959c74fd39b59bf57175d0678", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "7ae731f049574bcb8c697551a49ad887", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9a5fefdbf9d44e29b7c1038648c68b1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "aba43f8c229f48d4905ec8ed4233a732", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "842afa623ab4468e960213c5ba8d8adf", "region_id": "RegionOne"}], "type": "network", "id": "74214cfa75ec4dc4b727c17d8ec96efc", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "acca3a6d3dbe4be7a6aff8a512a7c6af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "fe7354b4bd7645768a0990c5751632ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ff0a8adde0364e61ae305d8188b25f46", "region_id": "RegionOne"}], "type": "backup", "id": "2b8f0f97b90f42e0ba40e09d899ab2de", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ccc9a2cefe794a699564d4be53fa37f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "45ee40f48e0d445b8d60510d087b24e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "07644f35e01443e98b53d9fe6894f318", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "89ce8b3e7055425fb955a1d90030c259", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cf1dbba2353b4d9b8e98edaa572e7646", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c732ea23584d4714b6f3bd059a605ad0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "904389cd557841f0b570ca5ed55662ae", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "52ef7551c61d4dfca70900af5ade2eb1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "53bb708a3f734ad9929c83b8da2e4283", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3a941d0a09f448a29534b5f18342871b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a6a1813121184c03bd0bcd1f805324a6", "region_id": "RegionOne"}], "type": "monitoring", "id": "1ecbd7bda1e94fd88f297e83e19d93c9", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "25a49f8588c94e01a754c16108410fb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e09b000ac9aa453f98259da9e52c5a6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d4fd5aad24004848ac5f63c5bf2e06fb", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "74b9b6d0646042baae2b47fb64443a75", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f33a234ae0e84a809038f0d9f25fca0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "96a7dabe7a75438e8989c5c0f1bc2782", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0a82e7632d1a4b8b93f4749ad1e72436", "region_id": "RegionOne"}], "type": "placement", "id": "0395d505140746239be9c8f2db03734d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f55ef0ed05e74637af06b0613955766d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6535a29c9fa34c53a17d518c2f8cbfb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fd60d0d29a8249d4ae26569470cb05ac", "region_id": "RegionOne"}], "type": "instance-ha", "id": "af1b909dd0814daf894d533d4c14b12b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ce33602324604e87a876c1f29e2a380c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ed0b5f7b6737470584efadcc1901f40c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b1719a1b69e149dab2e832272e9f3128", "region_id": "RegionOne"}], "type": "ha", "id": "acf9b3c6cc0645dab4e187c5b2f25a80", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "58803e75080547429020ffa78de1fed6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "909b38f4653d410e84637c66bbbe567f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "2d065488d78d4849ab0f23a6b6c19599", "region_id": "RegionOne"}], "type": "reservation", "id": "f1334a854daa418386bb402bc58409e2", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d623b7b3986d425a85c0f1b870a31759", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2b21429d198f4dbd9b241e8bee14074e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d0d35e42f35343ef9973db78f921e3db", "region_id": "RegionOne"}], "type": "function-engine", "id": "8a37e5d10d1946259b995fa55d93d1ad", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a8b080e4de3c478b903b7160f2e417ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "970605a603524bca87bf221048b50523", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2bf6a8aa44a04e0eb5d59690999195b6", "region_id": "RegionOne"}], "type": "accelerator", "id": "fde8355e50b64c23be2397ee363a16bc", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0569cc56df1145b1b289289058b85048", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a32a8d00330e4eb382e369f9134104c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d5dc9a6e45c14216bf2711b8ff936b3c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "93e3120a946f43518f9b65aa773e2afe", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5f8ef1e5d0894100ba948dbcb36b70b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cf2b1750f883486f935b68f9107a44f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4e2fa1b54d074bd88690f92e11b0103b", "region_id": "RegionOne"}], "type": "registration", "id": "9d215803ae3d437f87f2458b0d86316f", "name": "adjutant"}], "user": {"domain": {"id": "a4218e370fd64b5d9363c7e7da38810d", "name": "497e35098ee848dbac465944f9c47157"}, "id": "67fdc423274c40d982542cdafb67258e", "name": "512d6ac925da4460a136d65533508b80"}, "audit_ids": ["9eea65cdc36545c0b987e0c0cd9511c3", null], "issued_at": "2019-09-19T09:04:40.526612"}} 2019-09-19 09:06:40,708 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/block_popular_services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,712 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:40,714 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=block_popular_services" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,718 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,719 keystoneauth.session RESP BODY: {"firewall_policies": []} {9} openstack.tests.unit.cloud.test_object.TestObject.test_stream_object [0.115294s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,742 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,745 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,747 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,753 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,764 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.690202+00:00", "project": {"domain": {"id": "d7cad3f235734a0ca246df9a36fd82c9", "name": "03e39bc613c74ab594271150aaac7d1d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8e1225f8a2644f349b9c555c44f66061"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ac206dbbe38143338436eb7f3276612c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ab331e3079a4455896f6d554b2f6cfc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "b8d42c31f5eb4c51bb472eaed94db460", "region_id": "RegionOne"}], "type": "identity", "id": "dfc191006aef4ba9bc6a22ba6599f42f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ad7933f1c72d47e3a1c9713b8766f926", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9d7e9a4aaa684e8a9abc07d23892d983", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6b3a7afb088540f8b4bef683adb386a3", "region_id": "RegionOne"}], "type": "compute", "id": "ccb96e54a379417ebe5555cfaa078cbf", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5bc762134603417bbc0df15ec268f5b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "4224ffcc4b45475aa41003d947c0a247", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "1b37c8a1b0a84685a776a00048029e9f", "region_id": "RegionOne"}], "type": "image", "id": "c380b8888c8a4d5084209e59bc111007", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1dde8ea479614e1bb83ebfd7ac4f4bda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8f446709cd174a80bc3747973f1b1bf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e22cca7a292c4e7896011d40168770d1", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c0ff1cff54d8462d826e7ecd74cd8205", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc1a1006b4e34493a84e6c44e7d48d76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f7a4643b4e04496a3393efc98d77ed8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65109d010a4d4a5bb2e13e0ead157d94", "region_id": "RegionOne"}], "type": "object-store", "id": "40acb3fbe6c84932b2afba14258a57a9", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ba72ed62ee6a422db15260b1f9f05de9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e7d9689278324fd99153e06db2761d34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fb2da997d9194cd9b3e496a47522d4ea", "region_id": "RegionOne"}], "type": "clustering", "id": "8a24a1b201e242128d3060ceb7e2949d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4aefeb00c7eb420f9f1b3f07fefbb1b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "37d363cb8c404696a9b8f31949f20372", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fafc5af97174402f81e716a25c0bf400", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "508476c7ea784024aac4db6428890629", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "01ec9fa10aaf4a0c8991d8a5153a5bdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "906931d30d0048089b42dd9a59f48eb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d9a3f434483c48e9a094390160fd0beb", "region_id": "RegionOne"}], "type": "cluster", "id": "8a1275b369da40479018f3229d116924", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0ea6be7d427f4606b2b675562b047e90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1d70ea5993bd42b69780dc67b883e34c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7ba9627e53ff48eea35d9456ff17d21f", "region_id": "RegionOne"}], "type": "data-processing", "id": "f706fe77b343423d9a29f54c2012f86f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "aaf730c0ad8f4477a4ee458248ba973c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c729169dd1774d74a6a521d676b576cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "baf277a31be34fdd9222350af576ed39", "region_id": "RegionOne"}], "type": "baremetal", "id": "99b636c09e7744acb4e3bb45d05e078d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5e2738a9395f46a6b56eee01209e4254", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2d1e7cdf5b90490489ca5e638ce416c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "44e06f42ab4348db8b3d6e49a4e35a99", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6b09f0bf37544438b0713b44490a205f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ba0ca59897b24cd78809b349fb1d6012", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "14073e765451438791a4611f863d86ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1b61bec1275942e5ac1564f16488cb03", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "90745d4bdfa44a5abb517c9508e7ac3b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2b83ef0214674a998d648fce13e5e683", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8d7a3e5211f74e35aee7f14fb416f92a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9c3cbe3bfb12400ebf9a9486512b9b2e", "region_id": "RegionOne"}], "type": "key-manager", "id": "1a7cac31fd374856adc1c36a309afe94", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "42a59c651dd14b30a3ad74e951944e6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "41fa8a6fe96e4687a1f3d66f2097c240", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f45d0851853548bb9c1b46f850d6a61e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1a2d0b32a74548ce96e69f272fd195d1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9b6188cafb6e4250a888aeb7dcb6982a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6dc4a312d0cb4cd4a42076b29a24e48c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fa15c411810e46a8b62975fc761cefcc", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4ec9e09a2b83413da9cb1e7ceaf45fea", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0acb7968d57e46cf870f2e972ed3b24b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "804bcbb53cbf47be8a6607d67358723a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b9fbef240f1b4471bb9331b21efae03d", "region_id": "RegionOne"}], "type": "message", "id": "d5a3e04ddce54c308bf7b5130134fae9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d191751ec447474a80f678ff9ee89828", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1dcf7aee176b47fc99e666779605ce85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7277218826104095a37c24311f44fa1b", "region_id": "RegionOne"}], "type": "messaging", "id": "0f05b919d6534a78aca11f4cc7f9c0d1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "050781a9bebe4100a0428cf2ad982160", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "abc949e1f6144dd681fb805d7ce3d867", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "7130ef8dd49c446695903f2b7c891ea1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3e3f6ae7e9404bee8a015e08bd16235e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "724150f11c7b4cff9365ce28ded38cde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a8de9eafa8b64e55bce1f5f6f2cef1b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a136ae3a4d4477981222c693e3ff450", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a9f46a4e629d4050abaf4ce7edd58c46", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d35bcd4f7a7b46a18016d8e9462b7d82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "64772b4bd6c348f1bf69dde898802f85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "648ab1a101f6460db636f27567c17583", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a5e78b8c666a456fb5d55268bd7b2c08", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "202ebfd3938e4330846960b268e98bd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "23785233cab841c79790e61c8afa7e5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "57c1f689a29347d6b2bde56e6eb00d39", "region_id": "RegionOne"}], "type": "container-infra", "id": "cf4cd9f6f4ab4385bf1a971cb3ad0b39", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c9cc51c999d64f6f9d29f50412506eac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "42d3c146474a4d04b4cd4b2a2a211455", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "79bb953165f04c41ba7c546129a62a72", "region_id": "RegionOne"}], "type": "search", "id": "dbedbe6c2dde4b64b8acf80012e3b363", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "98cd3e3666fb4b88a91ed8ca07447522", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9f2eb2e922b6458a881dbe16ddac20fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "939d1dede91244a08b6a4a5ff3d2c331", "region_id": "RegionOne"}], "type": "dns", "id": "134f46f516f04aeda64972cb5b9fe9e0", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9299dd5bb1a1426caaf1b9d541d23dbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e9bf7f34c15a45b380e4e59215407267", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "dc867dcc26f04e338e0be0bd4133da35", "region_id": "RegionOne"}], "type": "workflow", "id": "10f3a9ab594a4b89a4cfb51fe58592c6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5781a53a8ad4477d85ff105762b4dc7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7b72963d4cc74dcb8548e41f85ee20ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5fe03ff167a64a8d9404060d23ff57dd", "region_id": "RegionOne"}], "type": "workflowv2", "id": "bfb8a20e982042bda09724d475379605", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "28ebe3766fb3457186b9055e8a268803", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9e3430d3449a442cb6464003c9050a92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "43c22179e3954542b9cbe6434c7ae97c", "region_id": "RegionOne"}], "type": "rating", "id": "e091cdfa9a234bb4b4a61d3c855b2a57", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "99c1c5812e3e41749cb6db3106fd72e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b6a93f4f3f6c4c0abebce153bf1b2a14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8916498ec5574b298850041c458aea84", "region_id": "RegionOne"}], "type": "operator-policy", "id": "bfbd9218457c446eb5a03356477a33ff", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4c11a110762b4c5bb1b182d6758c36a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ae7bfb1c22fe4f8d97a85073c7304fd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "58c9f2bfc9c24d6d8aa3458163798c39", "region_id": "RegionOne"}], "type": "policy", "id": "d112a40cde6945cf8cbdd312887fdc55", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5a0e9811b6a44c13a3c8e1f35a960016", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "97e841548cd3449bbd1f985f45697921", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a37fd8a4d43a4c458ec7a39778ea710a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "3febfe6a5fc04e95a7ea67d13f28dd58", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9db92e61488c4d6fb8c48e723eec7a61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "30666a001bfc43538a7f1c483268e4c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "88b83ddf53914d9f8c4889d443e1dc0e", "region_id": "RegionOne"}], "type": "sharev2", "id": "43e2e6c43094496e8a4224329c8a790a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "056b0f7e97534cd6af5f49cdc340c095", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fccec6306e63465fb476f89c63896e4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d9b472f78c324edeb812350b955bb7f8", "region_id": "RegionOne"}], "type": "share", "id": "420fc0fc37d044b184167503ea762ea0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2d5c2a9d626f40b19581802d61c129cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "247c4c0edd44463a9006466e8fe7f317", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c61cc79f4c244a58b45246148528d99b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "25108ef5baa14e77ac079899f3e24d66", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2feac03f8964c03b6303d871cfbed2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73905b89f8ed4087b44c771e67447fe2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0f1f1f3648144bfbbc86e6a2225cd0f", "region_id": "RegionOne"}], "type": "orchestration", "id": "1762b33e77544419a31dd96c26f61f0b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f01fd99953174fcb9417841f69985039", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71f4051e2f8947d8a6dbc8a46e983bc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6348f6a75d494956af2ecf35b882120f", "region_id": "RegionOne"}], "type": "block-storage", "id": "6570141867ed43809e6cc4ee1146bd14", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7d984c0416b4779a5665c12248e1307", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da178aef39fa4c5d964775a543071331", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "30dd76518bc54675822e44d29ddd50b6", "region_id": "RegionOne"}], "type": "volumev3", "id": "3dcced6743e0475d8e8085e6896736d2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba1d57c55dbc4d9594da1dc71563d5ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "202da15ed2d84ce1bb712aae485df73e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65005da48cf54b05a9c13c0c98a93267", "region_id": "RegionOne"}], "type": "volumev2", "id": "14f48d3acc2c456f8e67842b0071a683", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3d7b4bfdb9b4cf0996636b556f26bd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "363d524eaec84ad3ac81b8de054be7ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3dc616631dd4c59ad4a005abaa2f38f", "region_id": "RegionOne"}], "type": "volume", "id": "757469c97d384f4dbb7dffe0314d01be", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ae1625544304d1d8a1da009004ae073", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f050c46bfcbd42c98e11228a163cfcf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9649365772be410fb19744da117dd323", "region_id": "RegionOne"}], "type": "block-store", "id": "ea7a6d601526449789ad2a38151ce965", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7353c70febb649f5916e0a08a664fc25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "68ff1a81e79547729cfb76e33374f8f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1e2f0e6a07cf47558967a3a454a1998e", "region_id": "RegionOne"}], "type": "alarm", "id": "62403e64e41c4289a971c96fa43f722a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4490c54d577f479d865606b7e29193f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "284c705cc6e54ff0982e2c0ad60ddd1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5d047e4058dc487f910970bee61626c9", "region_id": "RegionOne"}], "type": "alarming", "id": "5683ace9116b48c79c7a01a835cb1bcf", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c87cfb3b5cb347c493a8f215a0fab845", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "874ac77e7d2a4db68fbe7a9070b22065", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ae0b93b5116342a49cdb257de329ad6c", "region_id": "RegionOne"}], "type": "meter", "id": "38ed66114798470fa0be254bf1f2db70", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e03582f943664634ab9af94cd52c2129", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7356d7bb54694177aef4c8e0844d247f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8d4d20e12ca3449ea256361363639093", "region_id": "RegionOne"}], "type": "metering", "id": "c0368a4ad0404376a888fc39e483b315", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "663a0c8746c44eb0bbe063201db91159", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6d66c788143b40979b26ee2922c0c58d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b3bbfb8f315e45cfadfc4781278246c7", "region_id": "RegionOne"}], "type": "telemetry", "id": "eee4a4b36e934218a71004da87240519", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2e8f24cf181a470c827e3668294993e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f63bd8264c1244889a14b17fbc0d41f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f085ad178d3f40e1916226c66aec6a36", "region_id": "RegionOne"}], "type": "event", "id": "dbb7f3dcdb0c493fb1e4c8c3b39eaecc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "76fddeeca2874822ac1c657a6841e89e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "26666561f1434ce69365930c86c329bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "70f086399eb7471882fe6d304c4f384b", "region_id": "RegionOne"}], "type": "events", "id": "5e6a982309684643b7c63f0af2e62708", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "84111229ad554109a71da34ec0c7fd97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ba3cba903a99407ba01555436b2a9a41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c29e75bfb626404586e1cb4c1b20bccf", "region_id": "RegionOne"}], "type": "application-deployment", "id": "75e7f2a2bdae4a8bb56dfc9bbc76a56f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b74f069bb1034fa0bc72f8453756b63c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "84f784661bc845cfbc062796e347e105", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1c37006036dd4089a3f5a010e6e26c76", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e0d12ee29e1546be9bc9c08c6a11d659", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "72aaa9e9577549599f4c9cb47e7385b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d9612700d5fa4956b699c63e150ecd1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ddfd70da0f0041dcbf0315a1baca9577", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f2680f2ee3ca40f9a12fb598f7c459de", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "615cffe008f445b1adb5fff0c4ce72e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8d9bb1acc8424b0c87f92136e70daba9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7f4a949d8cbc48418a2deb386eb40679", "region_id": "RegionOne"}], "type": "tricircle", "id": "f407266949fe4e8689745204da48f9d8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0e8b9c61eeb14b0c9edc8271e463b178", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "de2165d7767848c2811b87f09d7203ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "40eba1570ea54cd9987a73309ecc1294", "region_id": "RegionOne"}], "type": "database", "id": "c512dcf6ed5448aab2356eea2ab377ba", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fc77b28194aa482087547dabaf279a68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f111a54ec067487a9569dd694cac2903", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ae8603bfdfa24aa09fafe468240b8988", "region_id": "RegionOne"}], "type": "application-container", "id": "d5ea4c49cc3249da810f9e11a89838f0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1bd2dcdd37ae46de9e5e9919a6c76f32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9060a82dbb3c4c14ae7234ab3e0055c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1a4f6a0abca04e75b00c1c072cd99573", "region_id": "RegionOne"}], "type": "container", "id": "3b836368008e44a78f21a63b7e47d3f5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ae2ddc7af2d3426a8b25f2356380650e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "879180b9e80449319e980c4f17ce6ff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4104aed9453b42c7a33b327bf237d52a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8fcd3540dbd244b3886b2b49dea60fd3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "765514fbc29444ffb297b7d028ce819c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6ccd8dc6469344c2a43eb07f106528ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "88d43c08a4fa427e9bc77a051d41dc52", "region_id": "RegionOne"}], "type": "rca", "id": "6fc743be97584701bd96dcc90a77a45a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "85bf92305b67473e8f92041fad17e757", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "da21ae6dce0e467196317359203a9484", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8de57fa65efc4a03a2841a54d3eec5e1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2ad3e0c4d8de4daa83e305075f3117bf", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4f6eb66d60b444338570b35acda8ac69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2359060d6ff44729903d48c11283eb31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f04635521ff540039c2eac23d359bc47", "region_id": "RegionOne"}], "type": "network", "id": "2875069b46ac4fdeab1a60a39bbf9622", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5453135df4a64bb38b341db6a3995ce2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "319f32b246e548dab10c235a29782477", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "674913c75f0e48cea71064c1a0348b5b", "region_id": "RegionOne"}], "type": "backup", "id": "883bb91260f44270b4000b0a3fbee8be", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0f9d9122598d4d178db8a63576fd26c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e8e1f90362a24a8180f64cea1f53d403", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e6aa3b9f22a045a4990bdd8666aa1b28", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f917f01312134925ae4e1aeeb17e6047", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "987d4feaa5b0469c984411dba3d856bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f82b7f4e123b464d86d7df705348314a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "229da16fec5142eba5281cf36e191a9b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "691d91dad96847489af51f15ca610301", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a9d3251875084d22b2677dcfbd002cf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7603d4439dd54ee5bd03a720dee2f827", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "3f9351cd2317487f84a35609dbaccb7d", "region_id": "RegionOne"}], "type": "monitoring", "id": "1d8f95db585546d09f7a133e85fdec28", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "26ec7d9d6fec4e2286c176de6ef915c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a2acc936fba34ad7a7af0ffa9777994f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b0ec4043a6f3457fb5697dbcfad30437", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "cdbe95d253c54b139566b0f284dda221", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ee73ad4153cc439691b34ea0ecef5e60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "88e54b3db3954e9f974b358848ea31e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e08834fa442c49f7850efffc32c80b99", "region_id": "RegionOne"}], "type": "placement", "id": "22c16455fa984beba52d3e5f3339e727", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c295f65a758c4bc18e364568ff11b6e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "335865f3a1a44ebc8a101d8904eefa40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "28c77bd3cea2485f98c786ef76416851", "region_id": "RegionOne"}], "type": "instance-ha", "id": "db2bef23f8bd4359a466d2a9de8eb6e8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2584c059c19246928be708560235c809", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "322371cad70a42cfa94349354e29cdeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ece2de78b89c4e5cbc8faf19566f7e88", "region_id": "RegionOne"}], "type": "ha", "id": "f7dd624330784646af7cc51e6a1ace0b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "22ce033694e846feaa626c2a5635ffa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "66c69d80863e4d4cbe2a88edcb9c1a15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "2e1384cdf8ca4198a45b96aea89362a0", "region_id": "RegionOne"}], "type": "reservation", "id": "8db5bc4b0d564d468fa10f7ba5a3cb3d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a2bc37be9fea4fd78b73d22f5b442eca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "89cca766750549359a2aa8adc2d2f72c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3cdd878d62a54147a90193689e28495f", "region_id": "RegionOne"}], "type": "function-engine", "id": "f966db05cb11406a85d4de213c10cc83", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fac344950a554246bac70677ea50edd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "25e92ae71cce4aae9403225d409f260a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "657b6f194c0c41389eb46e7ded2f5c83", "region_id": "RegionOne"}], "type": "accelerator", "id": "2b2353be622942cc861073dbbc801bca", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f72470f279b6474daff430175d127a54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "50d060884ed04896a9f98c927fae73b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e29d3c4a889942bfa71bbd6ade9dfa8b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "1890ecdffecf4f449ea5610be6c8bb94", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b892285671c74b4584888936a94a89e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "25a9530298bc487ea28dc2a3cfdf13de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ea503886b5904ab986c9279378db8fad", "region_id": "RegionOne"}], "type": "registration", "id": "6abeab2ba0b440d1a378c508d0d8e19d", "name": "adjutant"}], "user": {"domain": {"id": "aa98e50f888141018bdf7ae715ff3a3d", "name": "a104217b7d1e4406a06302b5c9b75ef9"}, "id": "df5fd257ab3948368d39097dc83b4c42", "name": "e06ef109c5154076a75cdc67bfe2c49d"}, "audit_ids": ["69d6fa9b405842eeac4adfced2a7a672", null], "issued_at": "2019-09-19T09:04:40.690202"}} 2019-09-19 09:06:40,794 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_stream_object-2/openstack.tests.unit.cloud.test_object.TestObject.test_stream_object-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,798 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 20304400896 Content-Type: application/octet-stream Date: Mon, 19 Dec 2016 14:24:00 GMT Etag: "b5c454b44fbd5344793e3fb7e3850768" Last-Modified: Thu, 15 Dec 2016 13:34:14 GMT X-Object-Meta-Mtime: 1481513709.168512 X-Static-Large-Object: True X-Timestamp: 1481808853.65009 X-Trans-Id: tx68c2a2278f0c469bb6de1-005857ed80dfw1 2019-09-19 09:06:40,800 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. {10} openstack.tests.unit.cloud.test_domains.TestDomains.test_get_domain_with_name_or_id [0.199042s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,729 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,733 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,734 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,736 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,750 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.669339+00:00", "project": {"domain": {"id": "ca7b284638f0423ca8790b702cf311db", "name": "cfca69dd9b3a4d64a2ef460665acbb74"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "26f6aab7ee0d49f3afc949afbc9a5259"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e4e159a540954b98a3ce079e13eb520f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "75fb597251b649f7b6114cdbf7a7a979", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4f1c8bc4e46c401cb990978d49eea6f2", "region_id": "RegionOne"}], "type": "identity", "id": "500ec0ab3e8a4a95a0d35e3240207444", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a03ae906743643f89d04ff078f9e5edc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0d0bc0006003498aa39ac66c21f611cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "eceb9715fad943858791b330a8236d35", "region_id": "RegionOne"}], "type": "compute", "id": "2cb3e8b15c474dd3a48d0f42c00ba90e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "eb923a37882d4dabaf358f0c9d5fe26b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "90be8a26face41bdb427534cb4e43e3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "5295867a4c8149c0b11657b16b16d86f", "region_id": "RegionOne"}], "type": "image", "id": "0f8ae59b0c3d4de892770345ceec8686", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "19427786f95742ccb009726b86504b7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2ba3903f584d49a4b0fecc8a078dbe71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d180f529634a48389ec4424c37055da6", "region_id": "RegionOne"}], "type": "load-balancer", "id": "5b83ff92c7fe467fb9fad22ac47b26ab", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e065cf469d24f87a6419a391cdad22e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0694dcbdbf84e45a8c258fa4d7e0f0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b8e53ba16634d918f352f7de38e05d8", "region_id": "RegionOne"}], "type": "object-store", "id": "b2cd049e5f7f460889f07112a2df6838", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "52b5f0170ddd40a0bda278ea96bddf4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ac86ad8ff1914f5ebb168da80f0a02f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "437db63957f649c0868297c34001a324", "region_id": "RegionOne"}], "type": "clustering", "id": "958ab49197bb42c8a6dbcd324b1341a2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "94b19f00400c41fab44321458813224f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4963d33599ed4d8096fc908e6c77b631", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "eef82c8868e14a70a5b2b60ad9b321f0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7af59e3adfb64612b6e03c783c3de8b9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9ce868c740434d9999cfb13a4dd1e717", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b08df2965a8e4315ac5b067280f696c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "138981c1eac44ab6b1795f72902f7ab2", "region_id": "RegionOne"}], "type": "cluster", "id": "b3f2b3e7d1a642408fd01d95f46b310c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "dcfdaf000479467a98f495bbe6b3502c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a5987cb8608840218466c81aab9ffeaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6338bbf075e04737a51b9c26d4e36ce4", "region_id": "RegionOne"}], "type": "data-processing", "id": "ce0f6efbe51b4054b638c418d9107738", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a09ca37c9d284226a5b8158a82a359db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1e0a17830146427ca3ca96ecf2fc98d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8640a77bd83b4a62bdcd4ce8c429e77e", "region_id": "RegionOne"}], "type": "baremetal", "id": "640d9f46bbe140229cb83252dd3f785b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1a8b8eabc6be4bccab16ffd8bfc49519", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ddfe13549f61449b874bb43f53f8d3be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c798fa4aaf574ba88e9afc89c67a64eb", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f1ca48683a41424faf152946aff5df18", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cf46957d3a9b43bebe46c5d018aed19d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "78ce6d1d57184912bc6891d26b130089", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d51d231f5c6c4f12822bb216596c4119", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a65a80fc9a794214b85c961a2ddd84ea", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3eca0a91755e42f499044a19326e3e5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0fbe0f311dc14ff1bcb14054d4661841", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8b5f85b95ff947e9a635b32fbf9887e2", "region_id": "RegionOne"}], "type": "key-manager", "id": "a629c7459a44483ab6b2145a3fc819bf", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fd56dd0efed24d15baf57c8ea1659c5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "90a4a2ed296a4d0da35c0b0f6ffd20a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c4be4ddada374f969fd9bf91e41291a3", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "212640dd772541a4aaabb5a2dea3c017", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bbf0cda6bbbd441db882ee09ebd4c034", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e1ad7294d4ea4df887ab03781331752f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b722f74e036c47f2a8ed6c131cea63c0", "region_id": "RegionOne"}], "type": "infra-optim", "id": "31d16ae243cf4c18acb2d868dbb0763a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "585bbc8a983f4490b3e0b209605bad05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6768305a47524708b299189afc90dcdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a5788ecfeeea491590eaf577f82018b2", "region_id": "RegionOne"}], "type": "message", "id": "c41c024545c3427187c4c4fa44904d1a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "384248da2f0f49849c253fca929c8a78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ca6140fd1ee1472baca56eb220723424", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "97d36bce801c4483afd9b4c91166cb38", "region_id": "RegionOne"}], "type": "messaging", "id": "bc4914e4333d4813ad0d805c89ee8bad", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3143d888374442fd812f971d091490d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ec0c94b1f02044819a9443cdec7e01da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "11b1e931eac34b6c9d4aa5b9c8d3f341", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6e8ae9927e38420a8653de0662d5884b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5687a7a94a1c447f9884191683d051d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "518688e5e8c94b5e9df048814ccb69c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a59dbc5fdf6d4790b9b860b7822fbdd5", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "900d51e4e4f14ee3ba6726802bd5e729", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a533e0e07a104910b97458b2109034c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "87aca9c0159d46068a8aa4dcaac165eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "20cc5fd40d764617be79ef33b829f577", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0772cc27991f467386dd7b3dcf261955", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "95a1b3e9bac04585b824af2f4a45f232", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "81d5a44c303945e4ad6c863d22c1fdde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd5629d6e7c644cea6edc8130008429d", "region_id": "RegionOne"}], "type": "container-infra", "id": "fa93d5179ab143cdae5bc70d086df99f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "633c9e0a03ab40cdacb2982f6fd38419", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "378695ce60ff469086ff4182f6330dee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "641f65e0a8bd40ba9543bd8753d42af1", "region_id": "RegionOne"}], "type": "search", "id": "0b8813daf2cc4a0fb4bdfc203397215e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e3b2a377d1da4b489824f83bf33fa4d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f3ddc72391e0473e950f9dd616007388", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5011d16ed1274076bd5dae929dfc430f", "region_id": "RegionOne"}], "type": "dns", "id": "76cf80bfce48424ca94afcb3b8932000", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "309971f591284738a5a836d5f0b1e18a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "96b3ac71219841639e776d60f5757b2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6ed540aca66f4b4182901aba3725fa36", "region_id": "RegionOne"}], "type": "workflow", "id": "90b1fd21a19f4dc7aef0d03e0ac3c5c6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "77f146ecaf394931be41f212b4751a92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b16667dda64043eeb6e5647e39d806a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fcd72a5d4d5b450cae381fc8fdee73dd", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e02b0138c0f544f2a9116c874d42cae4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "db818e015a7c4af9acd99fbd97b10a81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "1f91a85c1e9a442fa09ebf4595e5ba8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e12b8526c81b46979a22f2ff77e8a8f7", "region_id": "RegionOne"}], "type": "rating", "id": "7c4cbddb878b430c887f75710dca1925", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f695ed39d89c4977871d303e6ffaa695", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "84231af2964f4acc8e5a0a5f3094e93e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f0029032c3604ad4968395d93aaea4c3", "region_id": "RegionOne"}], "type": "operator-policy", "id": "cf67b2b2676f42ea9237e3c0c6270b57", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8ebe14af15cb45b7bbd0ba449a56ab40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ac114c0de1654d309c26823cd9b775d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fec0249d20724f768c7bf38a0c8fe6f3", "region_id": "RegionOne"}], "type": "policy", "id": "d0048f170c194083b37f5a9b896d1794", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a9c8f6a56c694ca2acf0ec9031ab5707", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1687a61982de426e8f6cde060e8ee6fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c6e3ebfce74d4e2caccff5acb002c284", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a13be3d1502040149229510fd8e70d62", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "caf1aa9a625847389947404aff9ec954", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dd75c711ab9f4277bc5f741bb5b6978a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7cc8d95890e54bf881c0ea018ed02095", "region_id": "RegionOne"}], "type": "sharev2", "id": "18ab596be3f14a4090ade9ebdb038a35", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7be8889c2c804d83b6746e4928c352eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "79fe2a230a954255be5abfd42595b273", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "db7ec0243ac645f19870748d4fc529e5", "region_id": "RegionOne"}], "type": "share", "id": "65ebc39c3d8b43499029e8935dc3b3aa", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5072cf5ff8434bd2ad4466c2bc125235", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b6e478d7d99c4f4890e372185cb6bd35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "cc947ad8dbcc4a578826494bf2d7ee79", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "40f12489162049fc987a6cb804f7f485", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c296661e8259487a8fb8b2cd06cf33ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68e804688b50431a839f1bc75045f9ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c66f4e4c30d34aa4931fa14b5744bdd3", "region_id": "RegionOne"}], "type": "orchestration", "id": "87df7d25f932489c83693e8f65f71f54", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f230567a1d064d198ea05c9d76adca7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04c523ffdfcf4b87a7f3109335f8e555", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b870fda9f3f4f418c6ae6e8f7e5b6e9", "region_id": "RegionOne"}], "type": "block-storage", "id": "b4b9a07c5e1042ceb44fb2f477ed64b1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ecefc20a0b334ddc9ec6739afb61989f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fd04436df4a45dbb0076f746f76774c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27d63cea39914c5a965e1d9259a3d2db", "region_id": "RegionOne"}], "type": "volumev3", "id": "0c4e3676b2914e108de5cafc3e812509", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bca93f326c33447c98e5657ba1127527", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bbe11fb96584083977f36c6131348ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "824d9b7584924215b4d8928cccbfa608", "region_id": "RegionOne"}], "type": "volumev2", "id": "e1f1a03b3ce8476fa8593a10a051915f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da2c77c0ed964d4bb0c75c2b7298623b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c05a6876d2c54ccbad6b06f6c7de78ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7212e7f3e34b4e50b2aa0d234373559d", "region_id": "RegionOne"}], "type": "volume", "id": "49de2ea90605411d8aac24de9a88a160", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10db4a0dc66040f9a920f7c14127b479", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb1d1bd7eca049e5989ea485fb3fe5a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec8af5fbf70241749fab42f204db45ac", "region_id": "RegionOne"}], "type": "block-store", "id": "5a2087921109424fb1d3b757ecdae258", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9c55ae6dffc14b2b99a55b055966bf9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4dc16ab680d44af09e98f2f55b9a28f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8038b6a8efc84ad4a462a34fe9e4bf88", "region_id": "RegionOne"}], "type": "alarm", "id": "3cb2f90e8d804b80b16de4095591d596", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "156fca5134054c69a49449648bdca255", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f3dd1a5824854fd8b233680ef0b3b148", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7a90ca6c71244973af29e5b9dd64f4e1", "region_id": "RegionOne"}], "type": "alarming", "id": "e0884bf063e442ec957d1b8b29d55b96", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4c3813e78d05489c9f4d6c1bfc650077", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9a23ddd453ee4329812a11644a7ad1e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5be2d8740f5a4d1c98e00f441bdb5c00", "region_id": "RegionOne"}], "type": "meter", "id": "d7b53cdddeac45acad483efb4e07980e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fb52d8fa7f91447a8ee908a52273fd6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fc29f66187b74f43b0a361649eb20a06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "29a2e01ce3cc4757baeb12d9883bdaad", "region_id": "RegionOne"}], "type": "metering", "id": "fb18d33f33a5477ab1dca020cc34f5d7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2e6fcbbe6e024c5caec7ba6df0ba7e16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9aa89823c14c48619fed503a51806baf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "43e68e5bd8364d0a967e23cfbd3fcf4e", "region_id": "RegionOne"}], "type": "telemetry", "id": "4e141d252a934259abc20e12980388cb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b98f14144ea442c29918e37f01452c07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "970b10426f4140d78f697cda2a265c53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "021d854d792a4beba78ce1a893a4ee6b", "region_id": "RegionOne"}], "type": "event", "id": "d2a1c3bdd7ab417f93e240a6e05b8449", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "92e6cf2fb1d94407810dd759a9aa9a94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "975861d86f3e4df6b6821418b32e9b9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5ceb576a62554dd0a66e1058518ac508", "region_id": "RegionOne"}], "type": "events", "id": "e70f0b9024064408a10fddbf85f791ca", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a3b6f46f59774b379d9574213a877c4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9fe344b83a7548fe9cc66b563d09a00d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "68c7e069ccef480d9ce943cf5b282b38", "region_id": "RegionOne"}], "type": "application-deployment", "id": "acb4f536539849f487790ab8646b5b2e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0d2c22944b074922b81452fc33d5f3b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3bab10c1a5c54b9ebc6065e68eee0e97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6fe017f9c2eb493abfeba6fa2884ec34", "region_id": "RegionOne"}], "type": "application_deployment", "id": "74a6d618de0c412cb905f65d945b3519", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "feed2252b3f7431198f237abfb6a86bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3e3fafba6ffc405f93bb980a6a69c309", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "60895f36ecf04aafb27fb5d1b9c1259f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c4a70de1b2c54df29b1661e5409622dc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "62ad69f5f72b48ec96aaa0702a384b26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b735cd86ad7f4fcd99a88bf57508d09f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fda36d2a56684d5dbce9a18060d65125", "region_id": "RegionOne"}], "type": "tricircle", "id": "d1620c656964488095ce12c7170d5bec", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b0d9a15d2d1a42ffb56ae4daa19d2471", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f0c12ab57829478582e52fafa5096d1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "4b6fdb770c79455b8f079eb3ef7aa6f0", "region_id": "RegionOne"}], "type": "database", "id": "e5d615400a854b1c98b69047a4d72540", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4715f1e795b245f4b706542c09ce43ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b4efb31b74b94faeaa2ade98a54694eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ffaf972baf504ed69cade14c4396e5b8", "region_id": "RegionOne"}], "type": "application-container", "id": "0e0cb6f4fe1e4e51b66fedceec2b07c1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1b992d8298b44a8fa1fb067c94253598", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "445d969c07c241f3a870cea776f95721", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5df55fd59d014433a8294e6fc2e4e8d5", "region_id": "RegionOne"}], "type": "container", "id": "7ae86ea178074c1ea855b84ec82678c8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "58c7680055274bdd9db42301895c0708", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "aad6a255dba244c98d96acd4ffcd4e04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e3f7e9890f2c435a8b04dea590bbdc09", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c4ee6e6022f04ef98d0332e4a27e423f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "569aaab4d79f462ea2d5c3f3d05d578b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e40bee5d4d2543eb96e92fe5b4ed2229", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9f4dd4425df24a8f84ab139a9e854362", "region_id": "RegionOne"}], "type": "rca", "id": "ee975a6a2f02476cbba71adb2fc256a9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f24f35d3c23a4216a222b8ca0edbe4fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fce76806178841fea3233fe80c849236", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7e4e5d307b584b17afa7bd58c22712b6", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "bf2f6c845f954e218716f414d9524330", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d534f1ee999e4c27a3ada3668146df97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "673426f0ca7a405d8a81bc0a0efe443b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d15a95b094574e3abc3caa4444edf5af", "region_id": "RegionOne"}], "type": "network", "id": "5e2328cf685b430e86f4ef411be8f406", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "638b4bd22d6d430fb5d34a9051634978", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8f915189692e4ef886579c985b7a9730", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b835b9ddff2a4d15bdb3395016d201db", "region_id": "RegionOne"}], "type": "backup", "id": "efaf854b15f14f9abdf627f563fa1476", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f033ca7bdaa9495898b8c3db539bf63f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6cef237024484fbb92a152ad6e8e413e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "59244c64d336473fbffb873e38e56ae3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4b8d5c04be714b17a1db254a182e60e2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "537827be7da94ea292be6b6c2851345f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "537021969cc44c728fe2faba7e152575", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c70fc55d6d5245fc8f2132531ae2d647", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5c302bf61777439fa9715a3add9ace2b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0b0c4ced361145e09b111546eeed4b06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d10080b1d8a94f53aee35cc5379cbea1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "58d47453559d4eb3af1f2541dae395c9", "region_id": "RegionOne"}], "type": "monitoring", "id": "4f774773878c4a72a980ddf3a6e6354e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7eb77b2b726a4b2da3f4d6ee2e83a83b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4174043b543d43299b6606421f191b80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5debaf7a88ce4d349170eaa827c0cf40", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "01de80d721ef47ff9164367ec9760e3d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b5e07f165fa347a4929e6e4ca6b239ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f50fc036fe8c41768fb4453bbc6a1cbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e329cade67e1406d847d776016d29f66", "region_id": "RegionOne"}], "type": "placement", "id": "e38ce15bb739456d84aa8a0bfa132131", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "08f14ca096b54c54a77385766aac73c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d9ff8c4f4b3348f292a07a52f85c93ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6e6b6e3efb7549e2be741f0b52aa1747", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1e79888b36af4e9b8e2b3b542b2bfa27", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8440fef5bd49442091b6fb63206aabb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "091d5ecfda9645eca0eb92e7214d1950", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6241b755a64d45b9b495f1fbe6fc0b57", "region_id": "RegionOne"}], "type": "ha", "id": "b95b2699460240a993d9019b4c08d4c2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e04b51e2f4dd4a37bf3347b14b895df2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "34fe30d854f94dcb9dec89bc40982c5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ab0205dbeae34b84b031d6ccc6096fe1", "region_id": "RegionOne"}], "type": "reservation", "id": "4b1441ae93804e1a8baa63b8bb3390f4", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "417996b53632499baa9eea0cbd3b35a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cdedade704fe428c9b080eee23f31e70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e6feb5ce5deb429fb6ad04dd38e70e48", "region_id": "RegionOne"}], "type": "function-engine", "id": "a9e53fdbdc5047d6b31cd01c82b39946", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "527bc9d7318c4f8d9415b3973e75dd6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "19235a13bf0142b98ffb3d6211a4142c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9d28ecfe2cf94f12a84021f5794950bd", "region_id": "RegionOne"}], "type": "accelerator", "id": "b76181200e954fae9f52fffd1439a8f3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7b4dee52871447139e558647655f5cae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "83ac2e66bcd64d889c7f5cbfbc3e7984", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a936dfac19524bfcac74ae2bbb135938", "region_id": "RegionOne"}], "type": "admin-logic", "id": "87934974eb2a4b52888e5204f6b8c6c0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "aa39ec7800d34d3facd0bd6c849ca339", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2ca0449a9d4e48f79bac45720b13d162", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b0cda73c9ef24edeb7f5ecc00db36061", "region_id": "RegionOne"}], "type": "registration", "id": "ccaaabefc5214ed48603b1ce6c8e9a52", "name": "adjutant"}], "user": {"domain": {"id": "d274b057d33c45b996f33297101333df", "name": "2d7b9e7c6c3c4401941a0bb28ca20ce2"}, "id": "830aaaf67bf44590a184580612255b9e", "name": "a70ba11d24994895bf740cb8db047922"}, "audit_ids": ["fb67b1d4bfa241debdc6bd8e95ca9250", null], "issued_at": "2019-09-19T09:04:40.669339"}} 2019-09-19 09:06:40,831 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,835 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,836 keystoneauth.session RESP BODY: {"domains": [{"enabled": true, "id": "e32a252670c64f41adc3fa8dd65fce92", "name": "domainName-2"}]} 2019-09-19 09:06:40,856 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,860 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,861 keystoneauth.session RESP BODY: {"domains": [{"enabled": true, "id": "e32a252670c64f41adc3fa8dd65fce92", "name": "domainName-2"}]} {11} openstack.tests.unit.cloud.test_keypair.TestKeypair.test_list_keypairs_exception [0.224899s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,743 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,748 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,750 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,753 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,766 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.652535+00:00", "project": {"domain": {"id": "84496454ee6c41429af0f0483281df63", "name": "12046d9efcef4c1095a1c429ad1929e5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "da52ff23bf5e45daac1d3288fa124db1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "469967ddaa0c44648bcb164f9846d85b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "73be0249af654236ad22ab7db3f4de3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1db7fab23f804c559699f8ad5768fff1", "region_id": "RegionOne"}], "type": "identity", "id": "421323ee7beb4a93bc6155650671100d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "82fa5053ae08405a8f5bdfecca1580d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "70e03c7cb2b743489214dce25db607b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6fd3cb6a78024c0085aafb902166747e", "region_id": "RegionOne"}], "type": "compute", "id": "3c2f238fbf264f5f8e71dd1a7b82c06a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "dd6b2fa0c42c483ca5a43bbecbe89332", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d9d3766442804afea823ab88a00b3aae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "1392a00759984981bc8b009c30d4e857", "region_id": "RegionOne"}], "type": "image", "id": "c7c3b0b24f714fc190c8f458ad805e91", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "94c62269c8d3489f882c677dd7f88c2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c59ff7615df24370904c77b3d8bac70a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "259b649c853941b2ae976f250cba2885", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f9f2f9f464174aa7b88dba92f6444e88", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4ce28b57b3646a08ae75cdd028eba49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb610501fb2d49ad8c863d9b4f0ba6ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c44b9b77a56b4d699ee57e3d4c16bca7", "region_id": "RegionOne"}], "type": "object-store", "id": "2576c49b7c394e379c1d2c648cc69beb", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d3c35427163e46ef9cb88f8e878db1b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f727be991dde4a229d273ca251c6df30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "05b7099e9fef4d32a63ac2ae837093c1", "region_id": "RegionOne"}], "type": "clustering", "id": "7f4f85e5a83f44aea4b92ef1dc780a63", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "29b9af5df71345afaf52d6d83543857f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d9f3e62c932841f58cc1d07b83634f5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "be2bdbe5dd8f4f91ae7a29836d057c74", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "bf19054b56054ce6bdb28c07385a9f81", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4674877ad581465f880e7849995ba52c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6407dc51630347609d7812ac19ade801", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cbb6fc5f162344d6879be33a765c80c7", "region_id": "RegionOne"}], "type": "cluster", "id": "dfe29baf4ebf4335a8ce52b621811d70", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ae8bba4fea2c46bdb31c0a04a2739899", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3f88445459364a9ebed097c3874b86a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "be13aae2608d4931b603b017d8e51c9e", "region_id": "RegionOne"}], "type": "data-processing", "id": "1d1ec82dd2544189a969e9a534aaa87c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e6da19bae3a44a2bba0b25b280af9d11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4c0b563ab1ae4400812144a15217bd4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "37e146a86bd9487db6a452c241a6cbda", "region_id": "RegionOne"}], "type": "baremetal", "id": "1bb00cd41e234b91946272485a999bfa", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2b7bd6a97c9f414a9adc0c2b2a6e00b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7092140d41034cc389c1998551692cfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "65b772368f344c32afaa339542d0383e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "320ce36c48af4aecbfdc337a75538109", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e1cc00c7865746a1a631fec4a513ae45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d808cd2d95ef49c6a958fdadaf1ec58b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c0d3c7ce59d240bfa3446baa98320f83", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6340d2e33b2b414883a769ae5e86d512", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9112f96201924f528770cda9a4fc0757", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "75b5b75296794d6f8e990f71fa718d7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "10d9ef3b793d4543a34c2aeb0791d4fe", "region_id": "RegionOne"}], "type": "key-manager", "id": "b83c1646f2664bc38dd61e270353474b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "db4acfa0158d419fa1fb669e90d07bae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1424069923cd4f6a8bcee4f9b33f3667", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fcd4ea2b39314c29bb9b7f48ccc0f575", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d31217cbf45b473f9a122a1b9756aa56", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0514957cee81481ba71c5f605d2137e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5ea5b6df798d4c9585173caff0e1aceb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a81a1de08cd44c31823600b64cf3aa48", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1b678db5179b4b8e9d6f0096fade34b5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8df0f7f0f2b74dd3b7ba0f63ce33791b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "564dfcc6757a4d13a0f35c42bb1cb5ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e611aba558db461c94f167efb29684f1", "region_id": "RegionOne"}], "type": "message", "id": "f6fee705698d4dbe85f4590e67d5870f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ae0b60a3c6d14d55b93548dd001a2de0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "46d2451e0ddf47fc838071dcb7705b79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "716c40de67f14e7198a26e0ae973a190", "region_id": "RegionOne"}], "type": "messaging", "id": "fe3bcf22b3a94803a60e6d2341a779de", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8028a34e0ec5432fb3ea8d779ef7cbce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3d02ebe806af4222a1de7e65b94f47a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "7f7f678c54594b65814c3feda771ff2b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "59396569e47c48cca2a43d70f97d99c5", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a776978b672d4704aa85cc5ae18dda06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "38b916e3b8634b1db7dcf8352849aa49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "91a1c63824534faf8e39f72575351ae3", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3a2d6e7a9f9b42cb8381ee7fcd321733", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "57d81c1a392f4544972771ca417e1254", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca8540897fa44ebeb5c3f39b183fb9f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e2bbf5e3112846d68cc76fc7d38bc683", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "bf9906746940491d98ac2ea3ed886bb8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4ce5049b14d34bfbb5c0d8a1685fcc88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7297bb1bd7aa401586f801835521a3ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9d78219f1d1f44c3ba360c9878c6104c", "region_id": "RegionOne"}], "type": "container-infra", "id": "dba1487efd7d4c5ea5f3672be1438f91", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "101d63c75f5748f48e8e65a6151e8ba4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "38033218a6684df78bf82ed3217d9041", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ea5a23a91dc242629bd7446ea7060cc4", "region_id": "RegionOne"}], "type": "search", "id": "aba8eee20cfd459ea6e20647ba36be52", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b92fe887330643ddb15dcd13c93c478f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4bcd4ab78df24a1282b9e87e7a8dbf6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3b81234626fa42848d19e2c213d57042", "region_id": "RegionOne"}], "type": "dns", "id": "8dba083387ae4a2799745827f3cca207", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d5c0e2f8631749248aa6d3d69b2f505e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7db6ba64294c48fd91f9444f4a53b58d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "227de9730f554ac4abb64b91c9d4f2e1", "region_id": "RegionOne"}], "type": "workflow", "id": "f5c274740baf4a57b41c362d19d7bbd9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8cef39554b47454a8b361f5812520f92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3cda807819864abb973da7a660259fa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9eaa377a170b4179a6059c09bc50c43d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d5f8b60acd0545aa8972a05216e7ee23", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "10351351924b43029ccf24937f899294", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "340b60b1c67f464880bbae21098f98a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1fdac39235a74675a6f1fc30a5ce4832", "region_id": "RegionOne"}], "type": "rating", "id": "cb1504f10db74e50ad873a9c9e6db032", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9f105261f1974f7f8b4b73a6d4cff6c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e5a3afb3c94b4b648ac6e99ccf399307", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ec037f847d0f46168b070f34ed42e355", "region_id": "RegionOne"}], "type": "operator-policy", "id": "9d577919c42c44fa854978fd1559f245", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "21ce6b5c83a741148153782405a341a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4bae320ac1c04e4fb572c65fa45298bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "087a658d3ca64e259a9d14194c035771", "region_id": "RegionOne"}], "type": "policy", "id": "998f715368fe4ab88d58c8a3b3d9c127", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "316b3ba618814145b3cbe2d527837389", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e83d40d0e2254584b149d3dd0768ac92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5f6436d411094abc81668922403dc9d8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "030327abc2c54e09bbda95313a2938c9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2001eb890a0f452d8bd7b23da1071161", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c43899192f454a32ae9201602b87f514", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "059bc9e8db3543e1b48944c1fc05c8cc", "region_id": "RegionOne"}], "type": "sharev2", "id": "5c23a19f02cf4027a10ee82af6fc721a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "78325abc8a574c57a9f56ce1e664c779", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b939cef458ff4dfca689071fcc95ec88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "16e2dfd7e76f4989a7ab5a0781729007", "region_id": "RegionOne"}], "type": "share", "id": "949a9aa551c24b558fe20d11d155a69b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1d2a2415fe384947874905212a4c4ab8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "72145a9fa70a4b6d9f3379e5cd51bf38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f9301a4ec2d44406ac9ab46ab6ac6c07", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7f93f844e4d34ceda6788c291e52786b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21aee51197aa4091b3adae0ce98d8d84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0671bf097d284a06aa77185a649fd848", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95a8f76e00764ca8b93b2a12e03a8890", "region_id": "RegionOne"}], "type": "orchestration", "id": "b160683c5ce54ff08a01fea04b148218", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1314da8909954c9fb7f1dad872f0e3c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94d90ec779734b72bee4328db6fe4003", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dee3aea4a0e34837991382b5134ab86f", "region_id": "RegionOne"}], "type": "block-storage", "id": "9e9e963d33e047d58c13f18b485149e1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39debd230a6c46fa80c7f5e3dd016a32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aac0e289b92847bb910857fca0558172", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89d1882bcc8146239c07bcd655e7a611", "region_id": "RegionOne"}], "type": "volumev3", "id": "5a1e442caefe474091544be4c9fb4aea", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21b13e26501f4ba3a58ed81b0765f314", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5898a602d6bb4ffc9c71aece283b1c17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0a9638e62194112b4d1baaf2983d458", "region_id": "RegionOne"}], "type": "volumev2", "id": "9e514bd9054747f0a5cb465bd9f3297a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "290bf1835ab148f3b84dcd7a1686cdff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9181ed67d55045b7967bae621b5c9db8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60855055a98a43a3b54191efef2516fd", "region_id": "RegionOne"}], "type": "volume", "id": "5535b66ace114612b92392b32827c72f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b08dcd3b4b6a47eeb4a822469126d9a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b23676f77b842d68a3f8e59d5abcd1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "203f767d85184f81920bf9bad5ea8937", "region_id": "RegionOne"}], "type": "block-store", "id": "8e9062788f324e79a5ea22c6fef21e3c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c3a67674f8264d988ef26fb0a3a5ff81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dde7d486ce5241cc8151acba7e95a2c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cb8aad1abafe4051b719bc96d45b1c6a", "region_id": "RegionOne"}], "type": "alarm", "id": "95afd44456764a11ba236ea60bd60dff", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bf912340573241ffaae207b6185d0664", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b9ed5590382c46079270f89e692a1482", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0e604f26dd144a2c804ff21ddcbc3334", "region_id": "RegionOne"}], "type": "alarming", "id": "d952414134a94512a35db894857e84da", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d60e8d9520a84ef2887efeaf8ea97a14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "87004160160f4e40ae211e4e9864b7ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7b55ebff10df48399a90f42bf3dbf4f0", "region_id": "RegionOne"}], "type": "meter", "id": "a66a6d729ccc48d5a25a3af0dc1e22f2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9fac28e088cf494d969ac3a9c5369cde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0ee9182528c84213b759b7ec09341f57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "be2284dff7584eeebc33e4b558aa95c7", "region_id": "RegionOne"}], "type": "metering", "id": "b503976a95ab4926ad92f21f3c80c0fa", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8a49f77ceff54d48822a89f4ad0d1ee7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d9843a823c2747ef8985931f5dbbf674", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3c3a5398f2e345c5817312afbb4cd3d0", "region_id": "RegionOne"}], "type": "telemetry", "id": "8dc6006e2a434b7c8e108af17e060c5e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b215bfc4ee7c4ed38f07531d3d18e6c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3ca6dda1ded44d9ca0967a8ec124f8cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b5a019dc23cf4ff59d5c4263c971c9e5", "region_id": "RegionOne"}], "type": "event", "id": "5cbf5263bf134da8ad29f3555db3c79e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9bbd471641c74def8e424e33b8e4bbd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "39bd7be95eba462786b36639cf04a9c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "55276dde47f74b0283a3638547c82b3a", "region_id": "RegionOne"}], "type": "events", "id": "8e2272365a174409be80079cbc74ac42", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bab53fe9b6804033bfe84d1348d849b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5b784e4466954fb7bcf28fdcc977f303", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f638e8ce134f4a9c96ae94ea557a8025", "region_id": "RegionOne"}], "type": "application-deployment", "id": "dd0a63ab50c849b0a26bf992e140d8e0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0b0970fb4fc44bfca7bcef0c46ea6a09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "44495938db60431e912734042aa681ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3022885cd1c442d4b2f49c4fe18e901c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e271b56f767442ecba56eeec81c24b87", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "27180483fcbf4a989d9443f6d715aaf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d6055599e09a486182b1f308de4f97f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fd2832763ae04350b405f40118ac20c4", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f06900d2be04495dac3df2bb66b7f7aa", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "87ca18dc90064c84abf4d95dc15ebe9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1ab7160c09ac48b2a710fbe76d35a095", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ca56a7d4b299493d9bbcd357148515c6", "region_id": "RegionOne"}], "type": "tricircle", "id": "a398222c4d964492a8a5797f5a6e3d42", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b7f43047b1764ca4913969b0818c38f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5ccfdbcd2a3b431981e581495b9f6062", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "5da116dec6894f00b9f7a51fad0c11ed", "region_id": "RegionOne"}], "type": "database", "id": "0364d11733114bac8c1bdd46bbc60627", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a15e312263be41888644da5e7a9143a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "512b5d2e69c8444fb10dd98a265a3cbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5998c3ec7f634de791de209099ec3a42", "region_id": "RegionOne"}], "type": "application-container", "id": "6d08e82707a6405aa1685efa0bea2a68", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8bd4868c5bbc4dca8d9021abfba741d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1bb7c2d38d244d0c9d171ea3924fe6ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7cd562b4301d4356b4a41c1ad3f12724", "region_id": "RegionOne"}], "type": "container", "id": "50582984c4774f78a3170ad0ba3d4a09", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "733e7a3fe2424605a4f8c5648629349c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b4104bc8bdc1499c99e8b766e83edaac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ceb264d21c764248934c3c68f9f4a3c8", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "437bcb17a86e410a8beb15ce815bd2c5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3550135734a047728d553e2d89473763", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8ffc9f12ca5d40c18db0d6dd518af89d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a8cc19cd132447ab9700341a784b5bc0", "region_id": "RegionOne"}], "type": "rca", "id": "ee81babe0a3c408b938b97d539726abf", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "93852c6bdf9347e4bcaf76eb58fba339", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "31b2e066f85242ba9d8cf942f542ba72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "4fa9fff39a58463d8d43403dbe297361", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f47b8a7b5b2a44fd8b6c9943f4802ee9", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ccb08a5db7f744c09ad2091ff2d53d65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e735bcdc40c84fa5b1e947b63febcd5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2abcb3cc4b3d4e87a9ac0a43c5b6d58c", "region_id": "RegionOne"}], "type": "network", "id": "6c695f6ba56e4222828cef06acdb1ed6", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "df878d7a5f104106896ae5f12e9ab666", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ef1ca7ecfcee4ed9925fc4bb05896e4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "658651abe1af4813bfb6bcba9e1803b4", "region_id": "RegionOne"}], "type": "backup", "id": "c35f10e40bf1493a9deaf2117b76f368", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "381b0db7ee594711bf44798f4507616b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2c0828248b49442aa9779c037540755a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4edd263a52d54eb99d8ee51eb57108fb", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0526f4351998495b92ff1f9f4509363c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3ff4ddfdb1aa4e55b0bdfb8518cf00db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "37f1b1c82e8f44b89612ca127fea0293", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5b113e9136f448328e53109bce98b734", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a3fcdcbf5ef64f42acc178b682134dab", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4f7918ac2fb34516abacdc0f193c3d5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e904ed55ddd84235bb0c0a338781266d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "77c95d97c6974dc1ad6ab4229a497229", "region_id": "RegionOne"}], "type": "monitoring", "id": "65d29200650842b7b51bb24ae88374a1", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9f9e924766404df683eb43be74e5dc77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8df719ce5cb64bebba6302446619efd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c4036879ea044facb7405de12114defd", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "25506a6c7e804b7f8b91a7cf4b2e68c5", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "7481f8f5ac634112bfdb38e2675589b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "04750a18c9c54a85b9d0fe8c87158c0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "64c0c92502484e4ea6eeba626f4b0f48", "region_id": "RegionOne"}], "type": "placement", "id": "d0586a4dc6a14fe0ac40212eb5d002a4", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "27691ccfdab542aea4d8b69f1482355c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6b52c63d7eb54a7c811f9eeb302d70b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "473936299db4446cb9ae59078425b578", "region_id": "RegionOne"}], "type": "instance-ha", "id": "dc54625a6a6a422980b62714a7082684", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5189ff5d25f040fb9033189627e0292f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d130f356bd8147f3be983754394cab66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "affa4cf0ed6c4aa0aabcba53d7a86ce7", "region_id": "RegionOne"}], "type": "ha", "id": "ba0ad93eabc64dc68dc2d7834605cede", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4fe510253edc4731a2f38dbbbe718056", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0b0af808e68044658ed3319efdceb78e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "637b38787dd04a138765bb1839fb32e0", "region_id": "RegionOne"}], "type": "reservation", "id": "ade06c82c66b495aa75f118a8b638628", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c88e7ba1b36249aa93afc154e04e9904", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2c28e3d7193648ec9c9133a5a2524a05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b81e90a3beec4045b30a9c321bef4c79", "region_id": "RegionOne"}], "type": "function-engine", "id": "0a0d110dd7f14b418e7df1e5cb182289", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d554ea6880ac4014a6839577becb9de0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ba503f974a7045e7b985d4af8650df1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "885672d13534404c97bf08859dbe3c58", "region_id": "RegionOne"}], "type": "accelerator", "id": "3da58ec52f604ee3b454fcd266a31ae0", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "583cd4c2a65140b6ad0b520dd2b705b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8394a19da3394cb1a2c9e6944c3f38dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e5b2516e8bb942809c847d648dc7e064", "region_id": "RegionOne"}], "type": "admin-logic", "id": "262127a14e6840b498b0b57b3248d3d2", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8af33a8cccfc49f1841b832006427094", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c6b075ddc666497b96d996bdae4ced92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "32817e11242646279004911e1e12de47", "region_id": "RegionOne"}], "type": "registration", "id": "bb331043dc8740ed9841b02cab8cf7d0", "name": "adjutant"}], "user": {"domain": {"id": "da104fd3e82b4c68b6bbbf7236c1848f", "name": "e8da4285e4bd40da8d6d03a530c70f55"}, "id": "65dd327908ec4855925ac8cefecc1b60", "name": "ca53a1228bd942cdbf7a150b7294edb0"}, "audit_ids": ["1bbc587002264a48b2bc84e9c79967d7", null], "issued_at": "2019-09-19T09:04:40.652535"}} 2019-09-19 09:06:40,866 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-keypairs -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,871 keystoneauth.session RESP: [400] content-type: application/json {15} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_insert_rule_into_policy_rule_not_found [0.245073s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,675 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,679 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,681 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,683 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,694 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.611972+00:00", "project": {"domain": {"id": "c31182d543204416ba6c6affe57467a2", "name": "260f79761a43429fa29fbf439228085b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "696b0a7ba7c14005b9cb10a5f00477b9"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4d9aa9fcb485484e9a9cb2ae1890ee5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "429b9ae9bc6242ec9a8a43eb6e09b889", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "509bc769cbcb4fb6b726cfbaabeb9326", "region_id": "RegionOne"}], "type": "identity", "id": "be71b95f25594bc891716f99efb301d8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "102449612723489eb4fb275cee2a062b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "64d17efddb1a4dd4be7b96c5969e4fe8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "0262f394b83b4117900fd132c8de68f5", "region_id": "RegionOne"}], "type": "compute", "id": "4b518b1b80a8473ca3f5f22469f4b0eb", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "bc9fd1103ddd453686c1dbdaee4051fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f537c3dc90104271b86f90e20953bf70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a5ac5ac2aa0d49248c6a00ed4bf00d03", "region_id": "RegionOne"}], "type": "image", "id": "a8e4da4d287b45ef8a99d538c2a877eb", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "940fa6a0aac94b0fb8ccfae7c87d8992", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2eff35245a7d4f3293a96677bf6f423b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c30cc453b6d04f3d81df998805c45a47", "region_id": "RegionOne"}], "type": "load-balancer", "id": "5e4fa663eb16446f9ca7cfa399db0138", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ee91c03f1544b7fa3b07ac5401cf3b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65658aba27de49e1b79221f5f535c379", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab449a729a9742219a5ecbdbcb477dd6", "region_id": "RegionOne"}], "type": "object-store", "id": "12d36702bd844afd902a490224eb44fe", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c2dc76e399a948fe9c54fc2546dff248", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1a226f8a18db4416bf767e0f7b5e98bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8ca47d9025034dd0b4d684126f85f4d8", "region_id": "RegionOne"}], "type": "clustering", "id": "ad3eb23a29d44e9d910066e60d9514c2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b3b24e7c30864c41b86bc30ce117bffe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cfb12d1f2f114ab49c4177e2338b731c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "048411941f074a6e9628ebf89726a511", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c5954d9f3cb74d5e94a64ed9fa30c6d9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8947554204ca4249a46d5a03656d84f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0e00a6af92444d19a2fca104abe31afb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ead2df76d47048e1b758209544ce103a", "region_id": "RegionOne"}], "type": "cluster", "id": "5c27037ebe2447298c9e40d94ca4655b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "46341fd382aa419db5ef4e9d5ee39037", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "970de8258371485c913f699a328adbcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3d372abd24b44b179a1bfb9e80fa2079", "region_id": "RegionOne"}], "type": "data-processing", "id": "a9ab065f9d1c4dc1816e585be621b1d3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "059c91fe4aff4a30845a04e35c26efd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f88c5cad3e36446382d31c5f2f4cd377", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ea5b92e5c9084a41a8210d9cd929fd43", "region_id": "RegionOne"}], "type": "baremetal", "id": "cd76f44cdeb54356822a381e371bbd61", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "208155912af4406ab9a616b3e52b92b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "770cd64f32274839b3873c6980a59663", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "088bcb66c4694222bfab0bd67a6a974b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "098fa4696b164c5b80e3ba7fe8c8efad", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dcb400d9a7e14cdb9fa0c9df7398c17f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dcf938a8642042508e2f384f1d41ff19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3df43d19b96e4aa9bfc69023462bc03e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2677449752c84be095f390eae88d7514", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d4007248405149ce8e7904876db147dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4e6fce36094c4baeadc8a6fd1c06eaf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9316d9c70fbb4cf29565e3cd06733cc5", "region_id": "RegionOne"}], "type": "key-manager", "id": "4ebe00719ff9486e8aa14a7940384c69", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cf4cb5b285a347e8bd2cf8d4a63ff7cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b5e3fb7ec21c435282c3beb4d2c18a65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "96a8eb549de648e1a181fd39334d4853", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "287e482d44464dc2b191620225cff66e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ea48fa20f90742b9ae2c8d17877db23a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f080086a73b64f5584dc176a3d7c8f0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5cdfdaa1ec504061a5afe9b64d48b272", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c7e61f9474e04490abbf53d3ea3c48e0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2cb9dbcbb3c44057b85f675a2815796b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "93e7b4791d9a44b1983ea8eeae1b570d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d42e354754f0474d8d7de228abe7e762", "region_id": "RegionOne"}], "type": "message", "id": "60fc87608a3841d6afc691f9844408fd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2d3ab1ba5bc94e9aa7dbf282f3327164", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d484dc96e70141daa0db189c92de8194", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2837c200a35f487dad8e9bb65fb590a4", "region_id": "RegionOne"}], "type": "messaging", "id": "c64db1071ca74129be56c9e6b56bc440", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1bb700b3a4844a4aa8a62d4e5d068b9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e513ba65ed5544f39d751a7a097793ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "7ee44f57525a44de9890313328093666", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e47a5618bdb843de905c5a5841df3d71", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68d5e35ad980484ab5d0e34af607a52a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b99537e6d8884226a6f69b59857fe116", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dd20816306f045f3b1c3ffdd652bd0b3", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f7e608f46663483fa3da833cceccad9c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "982e847929f747f29ab86efa856dbcf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b489ae47150c439e961049fa4b9c8e9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c8f95a146a8a4a2abeab89679a1ff251", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "fa430d0408c942d7a6bf4371dbd7c73e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9ec0066333284e22b27f3aa245441895", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "135ac06fa7fd4e3b8a949d2997a0c33b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cfc5e366e40e417f87b240bcc17b4fe2", "region_id": "RegionOne"}], "type": "container-infra", "id": "b98948d5b71f41be88cee689479505db", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "365effe178f3427d886d1fa872180c8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7c8538405f2543189cef5d077592d09f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "628089e3d3bb493db1075d4e6dc90e89", "region_id": "RegionOne"}], "type": "search", "id": "d3564976fc3d498b99169c83bb1ab308", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "454fc2a1756141fc91ad3ea389293819", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "59102dc2e0774efb9fc14ea310f567e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "16aa37693675465bb860cfa79249c24d", "region_id": "RegionOne"}], "type": "dns", "id": "f10f7fbe411a4261816e316d383e8264", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "920ce8a9c293411eaa91cba370c5e4d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8a7cbf95e7c547cd9376fbc9a76cd3a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b324e0ce8ba24de1ad53a0e9b8d76e9c", "region_id": "RegionOne"}], "type": "workflow", "id": "afb7a953e9cf4f4fbe0beaf669399918", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "84139f5d9b644cc39d77f82999ca4c08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d93ff6c3bcc746fda3fd256e40b56045", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "74e58eaa5623456baf731fd25eeaff3d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1410e17c53f9451a942e4e173c673039", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "db84977d9a5241cabab961407ce37cf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "cd6ee143740840cd975c7f3b2565bb4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c40d309e4002467196a3fb1b67fd1ab3", "region_id": "RegionOne"}], "type": "rating", "id": "b61b7a4fb43f42cb9e1a1b016eeb7d61", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5362f918613249c19908f42e46810d9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e19f8be07f584c4daa4a496c0d2db72a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "25be8acc2a2248548200cfd9dca89b8f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "229c9788f308490ca1548080a7284930", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ff055e5c01fd4de59a2798be251fa5e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e307491f695147bc81b42295065b1cbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8535c477785c4eebbb6786f3154b3e4f", "region_id": "RegionOne"}], "type": "policy", "id": "17162172159b444ea0ed1889cb2999dd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e91696f3eccd43718751d589db220a48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "941d963752fd483e8e0c14e8e1794e54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "db8f1af137b84c79a0366a04559ad8a5", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5c98aef68f0b42fa80946f5ddbb3b1ad", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "733f15dbbf394f79b85b9c36bb875026", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f38a34876c8a4e6c9977f802799be2eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5ec0f19d09ba43289b21c1d14adebfda", "region_id": "RegionOne"}], "type": "sharev2", "id": "0d825aa29c0d4bb29ddf725755c76074", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "948438b19ffe4658a830820477963dc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2cc0f131fa5543739519393c031e9254", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7761e2d612134444a645317372eec834", "region_id": "RegionOne"}], "type": "share", "id": "3ab19267946c4ca8b7c73f66790128ba", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4e4ad6678ef54aed94d23112d41e845e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8e313e81707344b4b12f19fedab90058", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "509c8ed073544c7cabbf35523ebf4427", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c5ddf89121f14f3fa62596564feaa85e", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4a012c6c2224169b387065b22505586", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "035ef9c2c1ab460292c02f1ad0bd9e4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33013e1e8fc44f18a2a152ae5787ae9d", "region_id": "RegionOne"}], "type": "orchestration", "id": "e5c8069f47224090a7ba92b4eca6f886", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ad64fff879f4cd9b86bd349b1d52a40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7b378fe879e4cfc92b28e0d41251d8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fa17f4cb77349f7acdf1f90eaf0b8c5", "region_id": "RegionOne"}], "type": "block-storage", "id": "17ce8aef0f3c48c4a8ffd4bc222f454c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f57ecd541c9491d89f77d4823ed39df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a74a9fc5d8a34f49b1d5d16eb9e01208", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67a1ff4745be49aa980f97e8af9538de", "region_id": "RegionOne"}], "type": "volumev3", "id": "5c0f68d7084f45aab850344f7a6a6d4d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa07eff259ea4640942337261c85d585", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19932871fea840129a98d86c529fc00a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "913e81aaba8b4c799a9712f855a99472", "region_id": "RegionOne"}], "type": "volumev2", "id": "1552377e83d34f42887a508d550f53b2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c881cfa002e4f78ae6ff515d955ac4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce4a1009042d4b23b2668ae8a21abb40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6a3af07da5a4abda3704df70606060e", "region_id": "RegionOne"}], "type": "volume", "id": "2682f37021024e838b4350eae5871908", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "414a1447834d4b9896aec2a843494d8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b16c9b2a774148fa9b987c8c96f51314", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9bfb122e1fcf4b81a5e127f27997f3b2", "region_id": "RegionOne"}], "type": "block-store", "id": "6cad5df54173447fab89b300321ff455", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3b3375906da2425ba2808c64d3098b87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1e36e1f05363425c946278a00a35aafd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b21383cf32c947b9af58fd0966b85b98", "region_id": "RegionOne"}], "type": "alarm", "id": "1217f06f246e4401b29e0dd78b89df47", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "70beeca3c37d4706bc20cbdb7ae7203f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5a00870c2b0f434facaa1d831196a884", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e7a82365c5724e138f296cc012686af3", "region_id": "RegionOne"}], "type": "alarming", "id": "f5e73824df834b8fa4f3a809d836efc5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "06f61c7d31e447d9999845e3f3af05d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c76f99e8a41740c1aad808b96fae7a14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ce6960ee431e4f808b18bdadada2dee5", "region_id": "RegionOne"}], "type": "meter", "id": "e1a96a97f84048948f7dcc7ccc07e678", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "22c75529abe24883bb1425dc5fa59f90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "33953bd5f1964ba8a1a00d6cccef05d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "761f54293aa14d79a3437ec4bc75fa53", "region_id": "RegionOne"}], "type": "metering", "id": "79dcde9325bf4474b30a7083cbe44e0f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "33fcb95049074e46a2bc040b25c977bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b5a41fa566fa47ffa492e420ecd1c801", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "39a06ab5810143efb7776903a65d4a68", "region_id": "RegionOne"}], "type": "telemetry", "id": "7ef9d7baeaee4783a9b1a1ee66c55efa", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9d9f08dd7fcf41cda3a75dfa473a3fcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9c4712b0dd094c819822f1abed35c016", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6458c6b5b5094dd8981e555dc28fd367", "region_id": "RegionOne"}], "type": "event", "id": "b8094cb21aa541bcaeac2e8660e4cc78", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c97ebe22dca6497baa00d47149fad0b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1f4d37efeb2c4b208f3980fa5cfd077b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "56e22789496b432db23a87ae93e3e30e", "region_id": "RegionOne"}], "type": "events", "id": "fa2fb026ebca47a5b3719880d5e0e4bd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "680505ab25bd4bb894da2fba6f876449", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d93a99898a724d3eb82c6794566d67fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "415e3b2f5c49427a963b00843fd7997d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "69d0687d5dfd4f45a7daae797291053e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b4114870a2ef4155b87296bef376a75d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5f3f7f88e1954b7e8c114c8599e3db0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b87906234622408a9694e55bf4c38444", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3ebb77ea98c84a33a9c8c955a62dc813", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cd1337de66244e729aba7799a1890cbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5b5bdba649c9433798515cc1084dd6cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6dd73f7126c147218fa8ef28d5099665", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "071e4f59d08e40d5a748fe867e539633", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "39d2699f4a914fbc9c96d437cc1dace0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1448cf22f26940f98fc6bfeb1919b059", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c049d1dd449347e2bfaa36c4f102cdbe", "region_id": "RegionOne"}], "type": "tricircle", "id": "1c18b084d2bc437ab3a0dd4d0b9156a5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c7a6261b0e7f4f209545d07ad7a8a25e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c271208988064aea8d513bc8b15670cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1d3847330d37437ab8ee4a27ebcb05de", "region_id": "RegionOne"}], "type": "database", "id": "e5ce3442a7a44d6caae76658a5b15d70", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a976c54b114b4869a118bb406b9dd5dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5cad2fd2487240aeb795a22aa4f80457", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9c7e1784359d4dfa9b051f3f2b7e321a", "region_id": "RegionOne"}], "type": "application-container", "id": "1506f059574d41028e34efa3e7f47d91", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1702fcb910364417add3ead199453dc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "83e9e440d4204f2d86c10b5c23de01e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6d46755e75e949ec8a9f728857914824", "region_id": "RegionOne"}], "type": "container", "id": "ecf5fdd134c14b40932b8444e3588ea9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ddb90279add54f2cb73df25c66929106", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b8e8816bab3e49c791db1775ed65b500", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "674fac6de0bc46768390843160e27d15", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "811ab48527544499a4d8eb6e871a9155", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2ba4f8d1e39d4be3b0c8bec9ef984c7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "67a898aee2c0414295b4957713bb0655", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "40c7da02367845798fac18af370ff4b3", "region_id": "RegionOne"}], "type": "rca", "id": "93eebe6596764d9cb741a8525b13c2e1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "69e39139fe6d4b17861c372d8fbf7bb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "616eae97b5bd4ac990424e3a02a2cf73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "4b6fc2e7c75e49b8bb3456d66deb70e4", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "edd8c97a8e5e43d4b705c35ec4baaeb7", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e9d5b897bb454962a07d8a5ca53ff32d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5bc96a4c7f274d03aaf55055428eed60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2414fd4f60cf4cbfa3cac7619956e0ea", "region_id": "RegionOne"}], "type": "network", "id": "22ed531257fe44deb54d8a55351eb008", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a286de57f12d4c268647403deea73f4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "03d510f71cb44c379186598105580b6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "aeb5abf2807445e4b2db0755c1c5a794", "region_id": "RegionOne"}], "type": "backup", "id": "59361d145c29482ea9a4b2e52101b981", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "044b23a8e27846f7abc7f72b5da1c660", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7b707d84a27a43a68c1a98fdf8e7549c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fd756d2ab7fe483dace4604f3158ce08", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ba13dd15ee7049b5b6342a233032bbcd", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a7aaddaa906b46a480b4cea5008d5d1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ca78b3304e404411b82f6a16699635bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d833c81461874997b8eee0bed41d3d71", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "18d730743a23429dbf2ff0839caa4a60", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "15acc0559d744ab48879fed6adccf63f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a645b1e985024d4bbf02b7b5ed364ae7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b8de21c3641a4b80b345f7db6e4e7941", "region_id": "RegionOne"}], "type": "monitoring", "id": "3f7489179018433e919458e8edba60f8", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e9bb5909d9fc4866ac3bd7baea954615", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "22d6218f561746ad84b40013be99e65f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "42dee12bd22f40a9986aa6aab3d29f16", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e3bd7e6518e34e099dc567efd6c25e2f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "08193699a44a4e9a91eed9fa81bbdea4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "42dfb26ed2a54ddc9ac18a5e9ba246b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "67ea02b87362469e9ab376a6aac8befe", "region_id": "RegionOne"}], "type": "placement", "id": "fe0f5de9b4184f84a4d2c487d7e70c34", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a666971bbcb74efdadcd40c91dfb6dca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "266fcaa5e31b400b87ba667e6d7edc69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1f1913510d7e43bb8d4bae48ff7cd423", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9d3f9e49243e44449e10e995ff9dc3a7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2c270be12cbf4736b48b625fb7b87871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "33d78f2c7e344bf68a13fcb03a02d138", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b030f0603a7e4592a538e81494ae4408", "region_id": "RegionOne"}], "type": "ha", "id": "05c2886c2a79460a8a95b1f1f49f866a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a9a6adc4453147fabca88a3306a875a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "56074e65d0504f169d2e4d8dd1761748", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5d1ad197811741dcac3f7fd50ee9ea8a", "region_id": "RegionOne"}], "type": "reservation", "id": "c6438775ce7d415a888d6cd409d3b9af", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1e6333f3193c4286b8c5976a3e71ffed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "115f8c1c1e7847729bffba9813c7fd98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3bd7626f514b48a2a14d6b219d6dc6c1", "region_id": "RegionOne"}], "type": "function-engine", "id": "bbfdac497ae249c4b365238ad0dbb36d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d9c76ad1bd634f458456bb5e177432dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0e72e1a91edf49fb99d04c36dbc079a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c02ad204c8cf4f0e913a53763b21bba9", "region_id": "RegionOne"}], "type": "accelerator", "id": "942179be0c3b4bc7a06b6d4d374e7b7b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "164e7ed4b296431d8b6f30dc18f4fac6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "99380207561343428d387150a8b36e7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5a4ccf3fbd084d1486cf0970b07353b9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "598a377d7f42498b9322cb9703d41a36", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "eba3edd8ba0e4921851bec1d2fc6d75a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0beb2b871a0f4c609d29d0020bcfb79b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "afc4de4eb6ff49248ef0be6be1293fbb", "region_id": "RegionOne"}], "type": "registration", "id": "161ce0fa43b14cc6803713b13fa1d2b0", "name": "adjutant"}], "user": {"domain": {"id": "ae4cd32710e14840ba01d9e99da2c12e", "name": "53260f0c8b74435eb31c39d5da3207a4"}, "id": "05395a40314441538d4ff388593796c1", "name": "a43a0a83a24346f899e72d0d116ca9cc"}, "audit_ids": ["3042d5b66ca4433ea4596b33e3812c39", null], "issued_at": "2019-09-19T09:04:40.611972"}} 2019-09-19 09:06:40,822 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/78d05d20-d406-41ec-819d-06b65c2684e4 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,828 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,830 keystoneauth.session RESP BODY: {"firewall_policy": {"name": "block_popular_services", "firewall_rules": ["deny_ssh"], "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "location": {"project": {"domain_id": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "audited": true, "description": "block ports of well-known services"}} 2019-09-19 09:06:40,837 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/unknown_rule -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,841 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:40,844 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=unknown_rule" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,848 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,850 keystoneauth.session RESP BODY: {"firewall_rules": []} {4} openstack.tests.unit.cloud.test_network.TestNetwork.test_create_network_specific_tenant [0.179423s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,781 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,786 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,788 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,791 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,806 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.721643+00:00", "project": {"domain": {"id": "9b06d0ee8c944fffb5e06f7f49c6d490", "name": "59f130b2ad274fb1a72d7232631e2098"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "26caa5650daa448e88b6de5e74a7e4e4"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e1877215125c4b52b0249e0cfaf6a0ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "691b1b37f4dc4f4b8973c1fae69b9517", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "57a98e2e3e6840b29ad302077efe2fcf", "region_id": "RegionOne"}], "type": "identity", "id": "4b21e0bd163e4973936848a8947aabfa", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "24034faa2d794f128ee133ed1258fcf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "79fc0f240f3f4d999a23bb0a7d2b7582", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "43fbf42c49294d4b961efb4f2f5e08a1", "region_id": "RegionOne"}], "type": "compute", "id": "d2e48cc161ef4afd8b24fbec82f46d72", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1b9dd42a7c154aef9d88630386a9e88c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d0ba4acb92474241b6c1d544e3f89bca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "1ca8b444c39848e99767c0e587da3b43", "region_id": "RegionOne"}], "type": "image", "id": "97a90e80fd824efc9e36447cd437237a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0548a811f92a482da03d7cd172bc1e67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fdfc384a6453470fb6352d0236babc2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5c4abdc809db454f995a92d5e4d7e397", "region_id": "RegionOne"}], "type": "load-balancer", "id": "fe7e54c6129d437e974b54ec53d9094b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c05a17c3faa64986b211eb15a89f0da3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34a38608ec3245b684c058d70852798f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da939d1c171447859a193ce8c394e53e", "region_id": "RegionOne"}], "type": "object-store", "id": "2a1f1d09c7254748b3ea6a09f1254b0c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "63622d1a8dc34d7bad8a70bd36a27c8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "275b3ae036bc42d18b7d23282f01500b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4a93669ca7544578982f4b84aa0ad142", "region_id": "RegionOne"}], "type": "clustering", "id": "6ad23269476145ae903e278d02e553ea", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bbe2ab3f8ce949c3abb8355feba825a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "64a225b692cb41569829b2f29cca7941", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3703469452834fc582532a79fd84ccc1", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8541013bfbe04d3eaaa75194ee54764a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "666b985c4fb44deea01288245c0bc79e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7025d8e6cd494a14b94731ad47f6350a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a3b9fb007a4147be8effb0a5b339b43e", "region_id": "RegionOne"}], "type": "cluster", "id": "d4952e4f0733481498cd8374c1da2747", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d84d11c53e1d4a8a9d9b74b9f125d92b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d983ba917a6a4ba4b5b306e10996407d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "55340a88ac0f4d3e8f9139cb1cde6ed1", "region_id": "RegionOne"}], "type": "data-processing", "id": "85c3b375783e4df992fe1eaae1f58aab", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c8b163d0e4fd42478977d12c3865429d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "edb8b5e563bc471497785751da3e068c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "64bccacb60ce4dd880a1c147082bf76c", "region_id": "RegionOne"}], "type": "baremetal", "id": "b59fd5b688c14b24a239269d8f120d09", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "09143471904a468583a98f5755595306", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "670bd6038b204e4b8f33b1a77523ddf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "34b5220e0971437bacb5895f0fe9f583", "region_id": "RegionOne"}], "type": "bare-metal", "id": "92c2f3aaed9244b3b11f8339ba287d5e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cbb42b581daa43c8abe8db14f5ea5fc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "167e07d5ec654e3680c2245484ca8050", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "741f3f7dad5b4f9180260a4e0785fecc", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f63f24684f3743c08e2aec1fbf1d0e35", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "906b97191f324cf79d4016dc868c4027", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e70ab36f2f6a4512bac58bc2b1b62730", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9e37f72ac2d84b649c0a460b451239f6", "region_id": "RegionOne"}], "type": "key-manager", "id": "27e0ac217f254caeaaf8a24325b6f508", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a0ff7311fa294144801b0aa6f54be244", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b651bda43fd94bcaaa6320a7a5719fd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "14828c33d0ac4048945b768dc6d54684", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f0f11debdae04ebdbc99ad967c2714f9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d818279e6a0a438caa17d169d7792bdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "098299c61fa94f8eb7442563bbe6893a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8ee8195d89b64dbdaaad165dfc0dd014", "region_id": "RegionOne"}], "type": "infra-optim", "id": "3ad21c934a924792b998eae7a0423f4f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d9889505bb564aa4b7cec3cadc93a583", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4c680d7ce1c54229a4426d4a30573d05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "20deb018b32944f89dcbfa74124145e5", "region_id": "RegionOne"}], "type": "message", "id": "59e4cf22f98b4e3aa2c13ec35046e9a7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "88a197e1a40d4d49818bfee25ff0a5d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ac4c2c4713a34c929a43a1e7bbc093b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b549e6eb2b2f499484af5ad6af67a1ef", "region_id": "RegionOne"}], "type": "messaging", "id": "bbf3a767d58b4eb497ffeea5fa7b294a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b0db2684363545c0a74f05c98e076e2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "43179426a465451a8812e554da2ee1b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6ffc8e3da2794a929e333a20eb418868", "region_id": "RegionOne"}], "type": "application-catalog", "id": "522a64f6b1fa4c28aaa8f23cc435f1a3", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fbd2747ac7ca49dbaca1098993b57676", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "69b5de062ac5474ea0265350476a836e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "75c125df7f7347558038b88288b02209", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "72021fc043a0432999e5e8eb5b23e886", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f2ec6d4a352d4c8ab51f17af3acccb41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a145f4c6dd6142cf80dae584b5d2f265", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "209eb33535324300acafb94810bc964b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d297433d0ce1425a85c0d57b171067fe", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e082daaabd1473695fe57a19de49707", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4e416fb91ad547feb7a6c656531f3188", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "de9bb0752a3e4ed1abd6efeee15e579e", "region_id": "RegionOne"}], "type": "container-infra", "id": "fdcb6d3563fd40898f70d86aff8c74e2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "026799ff320c478aa2805260304a7a50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c0433f3aba8b4dc38987067a738d0623", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5a3eb96f3f1748ca9a0cfbe4517cdaf6", "region_id": "RegionOne"}], "type": "search", "id": "91c5c08512db4ba6a3c730cbc7d39ff3", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "421395090c5440e5a10df212ba0c63d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "bfd3df288ec84e2d8b982d157709c321", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e5373dab178a48a0907b55cd1e009a2f", "region_id": "RegionOne"}], "type": "dns", "id": "31f12015abea4de29cf833a0f2972fe2", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8470b1002e3a484985ab97c7f9850f70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "877bce0813fb4f08953f7b102a3ccc20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a4d457be52cf4451bb47b64354605e10", "region_id": "RegionOne"}], "type": "workflow", "id": "6a8422bfc0e242daa87b75f3a877f8e3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4ff2f72190884ec087c0da2893330981", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1a111793b15b46c88e9fc77bcd825330", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7a62eb028be443a0b238e6eeabaf9a2f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1269e3f5f62c4ed187f716e1c6557035", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "08e94aa9071649c5825b29931dff3d82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9bdd7aa9011141d0aa30d56f9290b5dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a6f9cf77cd384c9daab42ba73350939f", "region_id": "RegionOne"}], "type": "rating", "id": "215b121355d04245b0018b57c9a0dfae", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "037705c3d40f450c9d0e76f90dd9f46c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "df9e0f58bb244b7ab7ded4ffe43c0113", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b874f50b05a446d29a9c1ac5c0aae819", "region_id": "RegionOne"}], "type": "operator-policy", "id": "df844f23a13c43808b81b819e0c36114", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "27d0b4746cd8496484bad446be48defd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c43429167f094808b35282fee2b7144d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "dbefc911f2894dc681b65edc687763ae", "region_id": "RegionOne"}], "type": "policy", "id": "a3b868a23f2b4eac9644cfccfa01343b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6c9c8415823149179ab68ae72c232c91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d335a059ac3a4981a8d7679e7eeb02e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0643348e307a4276855055502148253f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8b1da366c4544e3fb8fc719c45cc22e3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "83609e21befe49e08b94d2e49db389c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e719c95141894a058bd34cdee5a3f7d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a9f2a5f8e34946f0b01e479b6b062133", "region_id": "RegionOne"}], "type": "sharev2", "id": "b69a44ae1a154ab5b144ea89353183af", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0d05d928fed645888ad2e118ea29ee09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "54907392e39c4d51947d9ba1521a5dc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "eef858de75c2446eb32b80aa2ac70728", "region_id": "RegionOne"}], "type": "share", "id": "dec7f53e56d04279a7a63966bb491536", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "79411c0cd1d04be59c080afd478457b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f3d558bdc8ee4ed7ae69d6091da8c578", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c4fe4403a816437fae4948788f2cb720", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "74641fcea65745b9b1f1be8eef1450d2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d35ba0bee584c64b1e0f3c1b17ddefa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "acfd1fcf924b492daa0866dc0918871c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a917ca4d5c94f7db0d9c64cfeb9cc17", "region_id": "RegionOne"}], "type": "orchestration", "id": "c800d0d177a9457aa6a3f8329a2da64c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8cbbb9b316249da853adbfa6ccbe770", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9ab0250931b49c7ada1e1e9a53cd48b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a545ec51059c493a94870fcf5071dc69", "region_id": "RegionOne"}], "type": "block-storage", "id": "1d150847901f41848fa7acad95f6e767", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08a9105b719a4e5187b23934146e296d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8dcf4cd6935e4e298c0751b1ca3cce89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d2489fcc0fd24026acbbe28045ac89ce", "region_id": "RegionOne"}], "type": "volumev3", "id": "12433f005f8d4cdfbd83e294a670668a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9992f998687547ca9d8898dd79c2c865", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bd4447c277740b2871d63e32054731d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd4f0950ffdb404a8976a37796cd0b3c", "region_id": "RegionOne"}], "type": "volumev2", "id": "12bffec6e0ea4a4db58d3a0bd64375a3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0a4003baad84a77b5f4eda87df72c3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69b63f97c6b34cbe9ca554f3f0898e92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "263137675d774a2ea84eb8aadf22b376", "region_id": "RegionOne"}], "type": "volume", "id": "66d88e7d2656476490c5d52f4de5fd34", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a1acfb39fcf4525a55bbfc19876c8f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40a718bf96074234822c5219e0ebbc45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "deca54e7599e4548b69f214622633790", "region_id": "RegionOne"}], "type": "block-store", "id": "61b556863da0404e8ccfc06ea5e10ba6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "629f936f206c438caaa7609ba772dca2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3bd67d2385a74dfa8d3efbf8ea40f207", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2a26b5649d9245bf8d9961ed6c0e4b3f", "region_id": "RegionOne"}], "type": "alarm", "id": "7d4164dcb94149279d2389b3c8d79122", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c3e02c92b17e4a20b7d748558f31a0dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c2eecd7c82064cb096879daad8db872c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f4765b34212c4c788e3caffa4092e6a0", "region_id": "RegionOne"}], "type": "alarming", "id": "6a4320931c3a476f8fa7a7c9b689ba95", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5a55e0d005d1414aad96ec2c3f110ff2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "04c8d3a161514e8e9260d113f7865cff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fbf9d28cf1a147cfbcca39cd724635d2", "region_id": "RegionOne"}], "type": "meter", "id": "de8b944bd9b3486394471d9ea876db12", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "806a91067f914392bfc2406c25830dd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "429eaabafac74ac791100c977dcf31ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "50b2c1dd8eb841899c79a802b3d5d5d5", "region_id": "RegionOne"}], "type": "metering", "id": "924d18a482d542c88af86590e7f51349", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2a8cf290878e4299af55abff530633ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "725f7f53314840af8baf90b930cac59e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "eefe4cbf1199407e92d21b90a5dc736f", "region_id": "RegionOne"}], "type": "telemetry", "id": "e09453155552467aa17a8bcfc23104af", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a0d6facdf7a945198cab6f054986503a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d546c8eb8d614458a2cee290d1b754de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "781db3493f694f369b4300b93eb953ea", "region_id": "RegionOne"}], "type": "event", "id": "2da88d7375974873939a344c3f84894e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a0c73d572c424d539f9a67065137a62e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "85cd79674747434fa781deaef72e1ec8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7c8fec39d63f4f738697ae1b25f98f4f", "region_id": "RegionOne"}], "type": "events", "id": "18d28295bedf4125a2288101e10307d0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "50e980b03c6a4f6e86c92c6af069f696", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8ef97eb40dc2402a92fb0c3a87cde385", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bbbb55e179164e0c8a7e221e0617abaa", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b7cc0520b98745f7b9837bbdd53c91ea", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3a9a0461dcbc43e7a53d433aa1e3ac08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c7beceda051545cfb3404ba04cf47264", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8c01f62804204f82a3099f05bf36d0e8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a85520a9f82d420fb2b033d54eb1eaef", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1dd0b589ca0e4e3e8d1ef8e4e7ef2550", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "909a5897d6414834ac12d3e0443b03b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ddb032e96c0146d794f00c9209de4e34", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "68e9728f95364f8293d5d78c0e9a1a9b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "aba354b2c9f54d89a2d7684e9ca89902", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9870342844354e519ed69e05b2a056dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "351aab3262614f6f90c66c78964a370c", "region_id": "RegionOne"}], "type": "tricircle", "id": "52b0fa704a034933b3af43e475b87855", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "6832cbafbf784e04a70bfaa8d9cc890c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c7db151a30b54ea68beb645463d2a077", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e58f46cd4df1465a882fe9e2920450d8", "region_id": "RegionOne"}], "type": "database", "id": "91cf389dc4c74827b35da1ff4c0da32f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f7e66f7c0b05482db29eb3f3c7ecc996", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e91d82b8366b422ea4cff4b9360ccb47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a1ef526e13ab4bd48581b08b80ded628", "region_id": "RegionOne"}], "type": "application-container", "id": "ff7472ee15274f5fb868f6d9a4cf66a2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9f8196f9b0674a9a8713a20f1e18a8b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f8a306e01a1b47b79db0c8031ec56503", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0eeb84f122a241f3b257722aa1589325", "region_id": "RegionOne"}], "type": "container", "id": "0da3a0e5ff924374b409917d97dbc619", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7d3c1d0525c1459e85f35c66916c0c16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "592e03c1f60046e9b66961210a96a287", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a809e15552b443e9b4822860130bd9ba", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1225eedc711f45d7837648c0ddfa34c0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1d3f914ac84940e09a5e9f8e2ff9e905", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8e58239404e84c51a80c58f174f99cd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "95c14c4ddf4b45d19ddc121692323ad6", "region_id": "RegionOne"}], "type": "rca", "id": "19e93248a54a4319b98603140e065bda", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b3f6545f21c145f895877638fd9f4614", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "056804b233e74955b5b801031535aac8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "0be9cd2f55c44aa28e78d4372700609c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5f047416be21456caa26f972835e3800", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "08b07b69a4314cc99e84533bd6fff081", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9c76f129da8143bba480d1f0a09c38e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8cd709e1c8c44ce58cba91917b94f863", "region_id": "RegionOne"}], "type": "network", "id": "d18dfedca76748508fd0184ea4594c45", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "12c3416a078d4736b509de6d2f9806b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "14483bd1d7ba4d57b84d8107e66cca86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8fb5433a94b74d5f84f06273b557998d", "region_id": "RegionOne"}], "type": "backup", "id": "25ccca17853b486bba1b94dfa26e27ef", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "42a8193ee3cb4231b1ae4669067d4230", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d1c94d985405436890fd613944ff7ba0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0ab56248ed4a401fb8ced7f603bb57f8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "962d2a74fb5f432a8be379925bd965d1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1739d191708f4e5ebca32d19d00e4ce1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d75c730cc7264879ab6c26b5ae4bd5c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "412895152e7b46a58198794906079c5e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5a8a0f6f031c47adbef6c9ff111464e4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "93898bc808684ceeb2f70aa84e3555f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cec0d77379f049239edf6f47f4c8c2f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c40d4abf84fb475b83707e2b41a9d60f", "region_id": "RegionOne"}], "type": "monitoring", "id": "d2e23436c6514ea18f5f194fc59c61c6", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7bccd90540674f1c80df3c99e1cec7e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0c93def06bce4d3988affb56d4d22e54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7ccc7fe101274dd1bf8c2112bc7adb81", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "78f3921d305a4c88b9c4980b92d449d0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9ed9fcc16fcd45c0b1ba83a57a35be2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4d5e573e813d4e4cbc0e3b4040951a3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5a0339bcebc04e58976c4c22469f8a8e", "region_id": "RegionOne"}], "type": "placement", "id": "b4dd458b84bf48f68e35acb6cecbb8f1", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e7b5286a6d7c4085a0ac88a257952328", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9c0fbd3a227b46a3ba60fdeb72b376d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "22637c3c12f44b7eaab085e049350703", "region_id": "RegionOne"}], "type": "instance-ha", "id": "eaa03e5eb3ed45418a0a60c72ea71b10", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8df9daf9463b4f3c97f615b3d6d1e8db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "39d74ed1bc8b4c0e823fea36490cec28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "03b70efa46344c09b146ce5787df0aa8", "region_id": "RegionOne"}], "type": "ha", "id": "3dfc5cc852b644a2bbdf7ea034df8318", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "07b9bd0d3513444b83e0f18f030e3f1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bf4e9fcdc9a34eefa9c4f2c38258783c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d2fc9c426d904a089fa1de67684275e5", "region_id": "RegionOne"}], "type": "reservation", "id": "c1e9944eec6042d8bf158a5780658461", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d7954659f1144b09b5b4cd0086f46729", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a5667ee936264a55b21cdb7edc257269", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "64f63c74043540d08f467cbffdc57d1a", "region_id": "RegionOne"}], "type": "function-engine", "id": "8a4af6919c6b4529bb18b5b5d60db4fe", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "08cee4f52686414b9f8d7fd8287e2774", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "89db513c36ed4f81985403bb41074f71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "8e807e5135754c848b102e6954204577", "region_id": "RegionOne"}], "type": "accelerator", "id": "e30d8adacfcc42cc8cbbbb9146bb3b43", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f5791714920f409393a0f87db777d7e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d27c8c6eaf924708b099d447a22d57fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "40154b8ec8a4470195012121fb33e6c5", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ca4f2b44d0974e4499b5d8bfd603bed7", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1a15bb00357d4db2b6bdcd9db34a01c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "532ef71b79de430d96d75f3b2d33f418", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c1689e5de40c47f3b42c8621df4f947d", "region_id": "RegionOne"}], "type": "registration", "id": "bdc40c9d35554e829a99649e2dcb244f", "name": "adjutant"}], "user": {"domain": {"id": "993062b24b7045d4a0366035873328cc", "name": "56d5254fc4604bc8a66ac849b82a3c28"}, "id": "850781892e7f4129a885c6678e1b22e6", "name": "77cb27ca320f48f6b337dfbabb232e4c"}, "audit_ids": ["6ce122255c92492ebde14ad382148e88", null], "issued_at": "2019-09-19T09:04:40.721643"}} 2019-09-19 09:06:40,887 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/networks.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"network": {"tenant_id": "project_id_value", "name": "netname", "admin_state_up": true}}' 2019-09-19 09:06:40,892 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,894 keystoneauth.session RESP BODY: {"network": {"status": "ACTIVE", "subnets": [], "description": "", "provider:physical_network": null, "tags": [], "ipv6_address_scope": null, "dns_domain": "sample.openstack.org.", "updated_at": "2017-04-22T19:22:53Z", "is_default": false, "revision_number": 3, "port_security_enabled": true, "provider:network_type": "local", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "provider:segmentation_id": null, "router:external": false, "availability_zone_hints": [], "availability_zones": [], "qos_policy_id": null, "admin_state_up": true, "name": "netname", "created_at": "2017-04-22T19:22:53Z", "mtu": 0, "tenant_id": "861808a93da0484ea1767967c4df8a23", "ipv4_address_scope": null, "shared": false, "project_id": "project_id_value"}} {16} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_no_wait [0.400123s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,444 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,448 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,450 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,453 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,465 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.381630+00:00", "project": {"domain": {"id": "480cec45548047279e0cb041941fc3e3", "name": "38e7ced7508f44db8c703f8022bd2ece"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b0c0296e909b4a2ea0a809edcce5dc73"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "611aece0d3a8409fa70c314077560038", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4ccea12934ed4180bc10b252236573ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2fa81f9076504785a8370b43b3f26a8e", "region_id": "RegionOne"}], "type": "identity", "id": "e4aaa27ec4e34c4aaa7999454e553818", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "367b2ec6c48340ef99bab87897c23519", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "35e61f1710fd4b5cbb59a0f57fe36092", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "7852e26f635142999c70612742e2fdbd", "region_id": "RegionOne"}], "type": "compute", "id": "e9d2946f469d4d8c9b0822fede92c0f2", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "73b0ba4573bf49aeb6bcac7628165871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "39a06b30609d44c49034be6bdea42890", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "be2b5c7535904bfcbf080ee55ed4ed0b", "region_id": "RegionOne"}], "type": "image", "id": "3c138dc1e3184abe9819338a1d59767b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1b553f93c87041a5bbc8752838f2f662", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2cfb13f688d84a38a0171cf8f74b80c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "21c679ca7ebb41ba8046cb8e4e3200ad", "region_id": "RegionOne"}], "type": "load-balancer", "id": "05ab1dff5e71409688bf387327a36bc7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "715bdd34fc9e42fb91b7c74b0e5f17a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1feff7efe01746cc8dbe71d284c12603", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4239fa7c9012445da145e59b63904114", "region_id": "RegionOne"}], "type": "object-store", "id": "24d79f495a0f4ba08e314690eb5cf89c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "23b4544916e74577a4204042544fe9a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e8520775a1044dada6610cee8499d0fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "52b764d80f854feebf5e8080f68d41a4", "region_id": "RegionOne"}], "type": "clustering", "id": "b01f31df4a9748db9ea7af9b49d754ad", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ad322f9e54cf44569e72e60de3ddc4b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2e8be9c8f8204098a5a1d5b0c40e25bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f53f8a37be9f42d98a0adae9c9eddbc3", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2f39c8692e9640bea6cf75d352a767e8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d3bddfb068d741b29e58b69f6164958a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0cea480367f9480f9f8e2c17edf1a1f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9f6d83d569a44aa3a84b0551ca6915f1", "region_id": "RegionOne"}], "type": "cluster", "id": "3070de2ac8e54fb2b78df2e3e2300206", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ff6f5a330291405187b687ba01558be3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cdc64418c2974957a00bbb476c38d9fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1e824996e61b452e8b1eb7efb27b8e88", "region_id": "RegionOne"}], "type": "data-processing", "id": "71074b0b394a4477b1aad11d925e3824", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ac00b93d7fed49aa8939f8e0418d8dc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dabb69a54504494890e83a5abc4dfa85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6a10d7ccfb4d436eb470033dfc911bdf", "region_id": "RegionOne"}], "type": "baremetal", "id": "24bf40565a1847c1b7247a5a73067c02", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "be8d5def3225408ea5ba736c3f50cdd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d491eff5125b448ca7dc05e4d2159187", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e59c1831e71d4b3f834a75ad28672bca", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a24e1a42ba5445f6965a3892dc64dfb5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9402b80cd13c4204b196f7bb8ff0a1f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6ad5d2f56e684dffa3febbdd2b13a5bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "662f6980466544bd8e7f3a3bf838ba5d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c9f47aa1019d404c92357b3f348c9225", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1d446563a649451da6f44c0a6d241ea1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5b074e12a8e14dd99a380d0b13e46511", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f19bcdc362c9469eba5e88c363e71da3", "region_id": "RegionOne"}], "type": "key-manager", "id": "a139e559eac94ebcbc0ccca6cead97f7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fc78b2ed59ea4d29b86e581fbd63217c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "99a3a52812224aef8f04c8d370d9ffa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bcfcf530c5dd480c9acb12add6fc989f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6ca8bd58eddd470fb22409a788f6a62b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ac8f056638904cf29ea4ae0d950fa463", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d527f3a78eaf4e9e9e5ccc79cc1f9052", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d6ce5f540a894dc6ad06c37a25ea3b4f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "7a7ef3cfc86244c197edabfda7521fc1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f500af4dc7544f188315cead73c564e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "134b29e18e0a4c24a816fb21f96dc3b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "058b02d7aab3495c98048c30c8b41b11", "region_id": "RegionOne"}], "type": "message", "id": "4377007d5c38493eb3924892aa8e4989", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "191a7e3a4bb448968432751fb5c98055", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d3d7122ffa284073a6c4cdd2232f84a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "47a9956b67014349a1a238bb3114b4c7", "region_id": "RegionOne"}], "type": "messaging", "id": "c6156119352344d1bcc8550a4e93cfd9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2745e0d956b5454db7a6fdbdc7814224", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5d8eb481069d429abef8f100de8e5a47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "009e71c064b74f439d0cef0406b0e5fe", "region_id": "RegionOne"}], "type": "application-catalog", "id": "cd60453377104fe4a7d96027eb562be1", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7ff7cdc637604ad5a84ac46b5bd508e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d02d9e318a304913bd32f8b8671c489f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e6ee49cbe58f4a0484c35136cd338d21", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8768eae71c194dbd9387f8c8df7c9af0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "08fc1ffa81d94976924df5972fc7bf4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "05c85561f62e437fa8d3bfb9e3613d24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "21351de201fe4ea491352c92667db045", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "20237147ad7845ecad850aad0e988f2a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5dc3f0c38b5a49178d6d483a026cff20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "39c7607e7b9745589aea36618889428b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ecfb66bcade54e8dbf067cf80e51c166", "region_id": "RegionOne"}], "type": "container-infra", "id": "cf60b29e67b34928aaa968553ba64933", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ba680f1a22d84b50a4a5eb6abde9be96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "75b6cafe6263495791a0208f05b929bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "359fddba17b84482a145b18abbe57cd4", "region_id": "RegionOne"}], "type": "search", "id": "84f9d3d7029f4487821e12d09b75d8ec", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c83a135a87ce4210955e80f7088f53e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0bc2d32fbabe48f3b27efa01110b1c6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d9a5470ebcf1475191b304fdc610bb94", "region_id": "RegionOne"}], "type": "dns", "id": "af3ddb3a5086408f9054eb8257a28a4a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4be4e83f37404da3b3d414de4abd8dc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "734f30167a9842149bf4605ececaa77e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "471acb00a9754eebb47e799bc4d76883", "region_id": "RegionOne"}], "type": "workflow", "id": "eed9843ed61f46ed97a6af97dd089bb6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "44b6aeaf021143fea20baf77af2ef483", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7e8cf7a49ee54fbc855a42c9ead0b07e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fd2b1ecd1ff9447ea43adb816072c2d3", "region_id": "RegionOne"}], "type": "workflowv2", "id": "eb24043fa53d4bffa04d8420d94cfb3e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7b2b8fd3feea455c9f7c471ec8e407b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d995e0f368af49c4a6f4fc4fdbeb492b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a52d5dd525a9435293080e95c2d1bf00", "region_id": "RegionOne"}], "type": "rating", "id": "da189c8c50ea4f7ebd0ed95d45de4fad", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c12ff40dd7b94a64af5ee89edd0a17c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6866a6bc56944be4a675c60c2f1a1294", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1f816621bca84e8a93f868806fb8d95e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d17083c93cb1434bb72d6964cbcfb0c9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "367f1f9ead1d426fbbd3070c8f2c8c71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "83a257057a0d413e9ced6b9a09f358ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4dc9d07982e44cd984f3b299b2ef8b72", "region_id": "RegionOne"}], "type": "policy", "id": "d79b3a63a0064304a985ff05a80aa7ae", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a23adde929cc44238f12da089fb2ef7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d9291894cc224d1aa14889e4c8833506", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "daba01e11a5c4273bd4b777295093801", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "3677fbd91f11400e914052667bd826d4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a996c4de1f92478786d357f7b6e13c76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8252e1c062d040b89f6e2af37941711a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "591273c000794327bc3e74e41224d7d1", "region_id": "RegionOne"}], "type": "sharev2", "id": "23c3b2921a904e52a3b1851cd9439f8d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "150c9f86d5704c4794ac85d21260dbf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eb9fda9897e34a62b2a7cbbfdc358f03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c00b2450014941a8bf9791e39b0adcf6", "region_id": "RegionOne"}], "type": "share", "id": "e21906a456da443c8ece23e52d504f42", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "de00372dcbf6423b9f271b080bb5d1bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "193731967b3d4a4cb2798d7a495513d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e5daa4a338e0446d8fa003d979c70532", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6dc90a42afb447beb4bb3d2cb83fa001", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77ffc65beb4848279fd18d45e454dfee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c43d7e7f8755488db68a0576724f5510", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc6af0197eab438c881f03339ee557db", "region_id": "RegionOne"}], "type": "orchestration", "id": "364f801b05984c9f95580eebe6b382da", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8d986ec52c9485587014fa1cb349a21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf6e48868d674ca384d3f223bb0620ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23bffa71353b41b2ad9579c04859a4e5", "region_id": "RegionOne"}], "type": "block-storage", "id": "b9fefb9702204f31bc80b70365540af7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f097cae087c46b2b9e82f8bfc78ff03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "624795055f7b41e89191255c08004bba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f5d5ef331a24be49cb38d08ad073992", "region_id": "RegionOne"}], "type": "volumev3", "id": "92a4ad368eb941d28b0d162fee923b3c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c7c3aaefd174ac4b7ed6dca3282ec90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8de52cd095e24ef9bc5cb5bac9d3cfc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50625acae9d84c9baf8969e900db9374", "region_id": "RegionOne"}], "type": "volumev2", "id": "c74a295b98804dcbb4bd4df2662a64a8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ff5f81ffd6d4bfda3fb195935ff038b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a62febc34d58470a81edac6f9bec7cf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0b7f785f7964e93b84c850b47502836", "region_id": "RegionOne"}], "type": "volume", "id": "6102f0f67e6f4aa389e914f2505a9365", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34d99b976d704365a458735066c0ef67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f4295ed1cb540b8ae9ef61148a7f552", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1228afb4a1a540628a1e42892e8112a7", "region_id": "RegionOne"}], "type": "block-store", "id": "556f255fbbd0484f9589ddce3dd7db25", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "101ce137207a4c0b825949627be76938", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "73d1ffb6ff614ff1836ca04273d5cbd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "199f49c0183540fabdbb8cec36b3480a", "region_id": "RegionOne"}], "type": "alarm", "id": "57eeb13686e340e2a25481f0bc720171", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "96383718ffb74a78a1c0cc92e822765e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0e1aaf5124c84cc488eaf7b9c663204d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "27e9d562e9914ce5a830f5ee6acf2a9d", "region_id": "RegionOne"}], "type": "alarming", "id": "de80532f53b546d5ade6f2b17e2734d9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2599968d7ad644f197b483f6cdc4beb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f663db863c404ea2aca754775df86b02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cb47c8fbb8744dd79355ffe5cb7a9032", "region_id": "RegionOne"}], "type": "meter", "id": "c3063e55b4e24c3984908e1a67e1b3cb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "90b995921e6c424fb408408cd3383e3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "30c1700eef1243d98e15de8eef379c30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "20e8a93054134a8c9d053237c5638d50", "region_id": "RegionOne"}], "type": "metering", "id": "d475c028ecba4ce185b54f17935884c7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "93476e5c008e48dd9fa9a717620276c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "90138ebcd6c840a6818598fa0eb2d57a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a68ee1f8b025406ca6de3a1393177602", "region_id": "RegionOne"}], "type": "telemetry", "id": "212f4543c577487da79ebcdc58328e5a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e515d5f68d304fe8a30425421c5b781f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d860747a639f441bbe3b8b3143e24835", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "beb761ac06ed47359333c6d063417e22", "region_id": "RegionOne"}], "type": "event", "id": "f338fc2270504b0d884390fb68902608", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "665a0f9968184f7ab6d5099db167f108", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "16424be1f859465d9b9699957eaa5633", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c86e59e76a384c78bf89e359b1341908", "region_id": "RegionOne"}], "type": "events", "id": "8659d6d9559b4c179a143ec27b0a3e73", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2c42ff27c84742c9949a5e0c36b18bb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f0ebc231aeb1425fa8962de8885e02eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "457c7fbaf89b4448aab7365efbab9799", "region_id": "RegionOne"}], "type": "application-deployment", "id": "72f92ca7f244413bac2bf204c0228479", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d2b3828f44ae46968eaf29be06c5f342", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "feb306e3edb748f7b20f87394991cff9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2d25ab2714a34420b7b619d58716bd10", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ad110d74861f46e58de80dbefd219c80", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "36106952429a495d9a7cf1d0174c4a8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f7bacc694bd74bcaaa8fa87f0301798b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6158c5bc0a674fdfaefbb739ff2207b7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3ada2cdd5b544dbbb2d2f91ab2f4fb62", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fa4bdfdbd3474ff9a517f1b0c9585523", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "27ec4d40bfae4a1d83b9e8604de62c76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0ffd9bd66af44c21a9db17f9c9e449c8", "region_id": "RegionOne"}], "type": "tricircle", "id": "9530c5af52ea4bf4b2de758bd8af6812", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "55050019f88c485d878caf028a27f557", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6ffc1a215e2041eea74533c84087a116", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e2cfd4959e87411fb82c65a0b9fb3519", "region_id": "RegionOne"}], "type": "database", "id": "e1f1cf9db7f64b14a8e8c25fae0a280b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6c21abdbffb247949da422953e816337", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c2dcef41e10b4ea6a247ab6b50475ac8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c031cdcf4e624b029690fe09023f0325", "region_id": "RegionOne"}], "type": "application-container", "id": "32dc57d41e714643bf68a702aa9650bf", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6a67481c6f83449fb5a76f1b71793a09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "892207384a244de39cb8b1f29e8d8fff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cc820f59570d4c888aa06b5903a5c1f8", "region_id": "RegionOne"}], "type": "container", "id": "131ce994cb01424d914127f9e110102c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2eb7d36a8ecc4e018a4995cb3d64a326", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c6ad5116b1ef49689c1ee1c8ec6f2040", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6a146e21ccab4cf585a5d959cb7b4e49", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7d6e3190dc834453a49eff95932289f0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "57fc69e1833b46798da84a5512af55b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4504ff777d8647a08793ac6623f8c7d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4b9ee5ca78074684b4513bec80d3d170", "region_id": "RegionOne"}], "type": "rca", "id": "01ee0f8a4a854a01946d53800ade86b6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "769e8e4f0acf497ba20a4676ccb1272e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "dfe8c86e32ab4783a91cbd2d3753478d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "06c2abab41464b7288b976b03e9cbe06", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f24b1b996707445e83025491ec0e1d35", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ed6bb3375ad0466ca0f77efa2dd9153b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ef5d26dbf56a4aedb50d3a3bc026e371", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b08f628df6d04daebe3afd1dae91dcfe", "region_id": "RegionOne"}], "type": "network", "id": "a733cb9d69d448dd82daebe6837a6efc", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3e9eacea541f4ee4af5fe796bc53b4d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "75806984f35340f38f3024592ec52450", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b26f25f5eca44ef7912b1d1dc4afb207", "region_id": "RegionOne"}], "type": "backup", "id": "8f58d3ad3de9470cb139f43e1f5e5430", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8f0d3bfc26dc4d2e842107af89a7ad9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "193bd0f776544b9bb85614cb3fa981f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "194277d5818147dd85eb1d012eeed769", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8383b787a6c446f09a10987b820bb404", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "46f353747bb34a6db366a61eae3c98a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "91b3e140f7c34db3b79147e194823622", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5ef1b1052df347b8b24af4476099a6e6", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "207108e02f5842e5b864d35a60fbe569", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e0de3d8e60ee4e8e8159c1feb8e0d68b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f3c4b38f50b74b7f9654f14bd29793f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "24c4385ced71417fb920c8cad19eb36c", "region_id": "RegionOne"}], "type": "monitoring", "id": "051ed711858d45c3823efb9185f46ce9", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5fc68ef621d54e9a8a996c5c8d53a466", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ee4d7b1298724eaf81265d5810c2f3a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8e113fc0781b48af98ab86b1b5afd42a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8c5335c92f48429aa13224a570701fe0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9f113270cadc45a3b104c0b63252ccd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "61dc3b470f144ebe8c02ed7268f133d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e0d56163595e4c108e06a5c212775076", "region_id": "RegionOne"}], "type": "placement", "id": "ee1ee2c2d9ae46a3bf028ec38e5ef86d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b34b8605a2bb488e986a7c4dbae89a4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8f13e4944fde428a973727b809cf1eee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4ffb25a4fae242fdac85b15e688a47c0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f54c2afb821c4e8081da11dbacf1b6fc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "179b34640fc24ca98c93ef1982b2d169", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9839d9c08d9247bf8a7f4bd36d07d2c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1a2c50ee9a814f62bbef36c81b94a0ba", "region_id": "RegionOne"}], "type": "ha", "id": "8a4975073d80445596f136dfbb072478", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8d343284e6c54d8ca61006d6d865ec47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a651422cb41441379d56f485b4d90b8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "9749ad7d979e42e1b27b86604cd5a812", "region_id": "RegionOne"}], "type": "reservation", "id": "144cb3b3c7d84a3e8b5725b7517dfafb", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "063caae5f7ce4ccb96b2ff86e2f686c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cdbb6577b9e9435fb34ff4af8bfb4af5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "36dfc0c0c79d428eba4735fe74fdd148", "region_id": "RegionOne"}], "type": "function-engine", "id": "faefd77fd29b410b9587444a9ce4c719", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c256b471dd4b438e9e55d41f37d76940", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8bcddcd325674afeb254b45eeb31a2f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d6c3257800a7437aa4ef0bea7b50c778", "region_id": "RegionOne"}], "type": "accelerator", "id": "7f79fb0deed348fe92f1223d6df7220a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a94e6a0631e04566b94a541b159e2b86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e5f72c6dff6d4014a4b2888de66cc179", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "84dd549dbe4540bab65c199cc2500961", "region_id": "RegionOne"}], "type": "admin-logic", "id": "10901cbe59684123bfd861d7090318d4", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fae10dff068a4a49ba95f1f512a83dbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "568473f264b54b07bdc6fe014d0da575", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "97ae869e42f84abc881cc16192936180", "region_id": "RegionOne"}], "type": "registration", "id": "e101cc57dbc748f7a1c9fe858d8b01b5", "name": "adjutant"}], "user": {"domain": {"id": "7b4f6ff482b2484fb06a058d77f99f57", "name": "3fcfc8e47aad469594b62e1dde52de39"}, "id": "2d35b7d245e847d89d38e456a655dde9", "name": "4c7b8d981be14ae495d399327ec1a83c"}, "audit_ids": ["01e3a54a0c6d4000a192b270ed04164b", null], "issued_at": "2019-09-19T09:04:40.381630"}} 2019-09-19 09:06:40,648 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,652 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,654 keystoneauth.session RESP BODY: {"networks": []} 2019-09-19 09:06:40,716 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"min_count": 1, "flavorRef": "flavor-id", "name": "server-name", "imageRef": "image-id", "max_count": 1}}' 2019-09-19 09:06:40,719 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,721 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64"}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:40,743 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,748 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,750 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64"}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} {0} openstack.tests.unit.cloud.test_object.TestObject.test_list_objects_with_prefix [0.134063s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,836 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,840 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,842 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,844 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,856 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.776011+00:00", "project": {"domain": {"id": "de5f0de0ae4e469da9c867295cf5ab8d", "name": "d8964ca179a549db85690bfab844f245"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "dbeb819be6de48c4b55279b603063401"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f589b386f3024888953e18be36728eb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "86af4433e4fa45f78c6458cb2957f8cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f2467b2781d84f269809877eef7928f9", "region_id": "RegionOne"}], "type": "identity", "id": "12683288716844f781099ac67a64bde2", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e66310cc86f447958a7ca233637dc38a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "97537ab937d745909bed9c4992a25d47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a77666f6127c4f5792e1a208b1d8bf58", "region_id": "RegionOne"}], "type": "compute", "id": "90faba006e834a418e8a0d1cacf93ba4", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f87511f4fb5b43b49fa81bf4f0724b96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7425e8d999f440bea915803912e549d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "95d1c11ddfaa4b84a98433394b5f2177", "region_id": "RegionOne"}], "type": "image", "id": "546527794aed4c39b952301a179c147b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a7a90fd8ff554a1a8c18349a9eb7f1be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a9f5c0e1e21f495784111488e36f5b7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "aa4ab8527b8d401ca367c30ae0e8c945", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7908f19e8b7b4a299a37d98b44374eed", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c23a5d1358c42c4b105b1b3cd6fd675", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e97f6fd03363482f80b31a0dbe99b564", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2cdba045e784ec2ac144184e82b2396", "region_id": "RegionOne"}], "type": "object-store", "id": "433cad0a4c074c16ac5c531942c8a950", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3dd36e988a424bdd8a4346a455d3f684", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "17d53b07d9a24f8ead448dc9df98ed91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0d5e23bdd0694b2686e44b6d2b1908b1", "region_id": "RegionOne"}], "type": "clustering", "id": "07416cbf3ecf474eac23586d0401efea", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "044c2f9d03d64bb8b610ad17c973038e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1ae923e9bafb4d18ac2c661335a92d18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f718d160d43f46fb96968a245364d6bc", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8c7cf9fc434d459eae97d788fbdcf285", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "686dd28ab2034738ac92cad480f76c98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "158eac15184442209e7ea73bb88c8d05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "56c3d771c77440698bdf52232a77ef94", "region_id": "RegionOne"}], "type": "cluster", "id": "28be9a36a7c549ff984c15f9912dc9bf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "de2cb0e7df1e41f6b024131398b7b685", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f481e747592649bdb2e9057e85d60fec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "95a3cbab138c42dd9cd2a5dd886be301", "region_id": "RegionOne"}], "type": "data-processing", "id": "82f05435cf0d4e6684e3ff52ee6a1e24", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "702224a3ed154d8bbf93324f97e1418c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d8767bfa8c49442d9e73ad1fc94efd15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f1205d3a7dca433b926f4f4b320f770b", "region_id": "RegionOne"}], "type": "baremetal", "id": "14d9f8a1fb3c43a49c3980d77b24fa33", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7d00a8af1fb04f6e8d96d8dd6d4e1cfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dfd680b21b6147439691b28ffdeea766", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9cde0188403040adbc928fde247c8c44", "region_id": "RegionOne"}], "type": "bare-metal", "id": "02dfd3d26c8d4e3892b727e806b438ba", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "53eebb60afc1412cb838a65e7bb93957", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1f3e3c1c90c84f42b50931fcc118d14b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4b89a8fa434646caae33e9eaa11b5166", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "509614115d114b0f82300b49678eca7f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8c40fc6b461b4803ba9dbadac690e563", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e9beb2699b8c4fb183792a0c7cb83725", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e3082dcd727c4f95bf9a667e1edcd07d", "region_id": "RegionOne"}], "type": "key-manager", "id": "793f16129b524c12b71e62722c8b0c7d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "39b04db9f32b40a4a566fe727a1781a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9cdb1e16567c4148b86715518e537039", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "26704bafbe1b41189199047f88e49db3", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "89c8b15bb813447992113813b4c1ec81", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5121d39363b54f7d8cadbbebe3ca8032", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "47a5d98f34414edea96c841dde078a68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0e4a6a6bbc0b473594cc608591ca71d5", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9d269794dc3c41fb9c50d14575d2a167", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "369042ff239d4b0381d38263cf993489", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4ddf062f5dae4dd8841943badec70469", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "80ca2304ddb74fcf943ae053dc05c9a4", "region_id": "RegionOne"}], "type": "message", "id": "0ebf7968c63040c3a6facddced0abb8d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ee32a957f8224631acdfde8b6f01643a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "df55fe03541240258a1ddca083e2b8c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "632de1e6e4704db88c2e3f986936ae43", "region_id": "RegionOne"}], "type": "messaging", "id": "8aaf730ac03747e4b57da088cd8a9ba1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e399522b88fd430a8f9ac89739eac3db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "61a6ba1f36234bb588a158acce0d2a72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "545566c4a52e4faba49129c49ae80c51", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e9b0e7cd041e4266856de7cbb7ebfada", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71b46cf736744a8baf1372ce2242a4f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cf9b192e08914eef9096b95595c52bac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "768fb0959814428cabd0e4a94a316b73", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "373601244afd47eb9ec99ec2827eded9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9e7e92e178174728aadfe21c0971bd62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5cd582bd4bb944f2b1ff7a92171aed7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "934d23cca1c742d28b5767eb398bc2b4", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "15728c1db3f64437afa738d1342b947d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cf0cb19a7ef14b6aaa55c1b219b3b2a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9d9cd18eec394bf386eb7a8fe294b25b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "19d166ca173444258f39016fa80e0968", "region_id": "RegionOne"}], "type": "container-infra", "id": "0b9a89eadf1a4cc09d1f911c2b93428b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d767ebbb01644dc78096c1a926c5710e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a0c472c8993b4108ae6bef9ccef5295e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "83fae09c520f438dbdb91e3bbd6c345a", "region_id": "RegionOne"}], "type": "search", "id": "476181d90ea04342b4f1af6aad813b03", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2aa3b329b5674ab596297e46fd0c1020", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4d2201754a8c45859a8472420f44a20c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d390f14d5df24c8e92356480991f1191", "region_id": "RegionOne"}], "type": "dns", "id": "6ca2195a5b8f42cd8f0609e098e6ee53", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b620fb6b34e44c55bfc5a4a75e71ded8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a9cd3a80222a48ea91cd2fa8f1752d9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a833638510924c8ab9b57cdd06438380", "region_id": "RegionOne"}], "type": "workflow", "id": "eef637a90ba94792b012cde6e915302f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "13bfbd5826644898997f8574daf7e602", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a3357f0e54b24d34b4a23578b8ebf65e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "53855b8a395e4a25872960ffbd848de8", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9f9d474d12ee4cb7abc36c035bec689d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "e7f176132d1948e99673d2be0456e26e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "136827b9727045fab690f94638c997e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "687456c8091f4387b9a0fa5ccca2f4c0", "region_id": "RegionOne"}], "type": "rating", "id": "04a285f69ee5487bb36e8bcd94e16c4b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c22ce7febfde4e6ba852bd9833f5a6c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d93c3fbf0b19493ba85687b528291143", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "49400b3b744a4105bf5260c2ec2399d0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ee96f852d6f546c6bb5f0888fd9ecbc2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7dec1e84657d4c7da9e1cedfa3ebf6db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a771d63dbcf244d6bfee671161bfd4dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e4b9396e02734139b9931c3f18a4f36d", "region_id": "RegionOne"}], "type": "policy", "id": "6d8f7484d1a84de58deaf89e7529ce4f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c3bd6a69217e42d38781d6f2a886e5ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b5c8589b87c34b6e83c1d9af09e9fe00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8ee184eea15347e3851ec6a37072208c", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b8144ad044844f70b8da949002f18cee", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c6265567bd1647d288c6be0d465b2c34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "89dc23cb955242aaa1abe93086f1a7d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "406613954f624922af0a02a09c10fe1f", "region_id": "RegionOne"}], "type": "sharev2", "id": "fe8c8b7905e842e2b1c602242e6709b4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e9110064f2df4a7d87de896ab9736290", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "79bd2c24d5a244ac8f64d8f890fefceb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "24dfcd8d8f9b4b48b78d57496b99fa8b", "region_id": "RegionOne"}], "type": "share", "id": "cca7d52d309344a48ce916d5c22d5410", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "cd049ecce3c0466992159d3ce666a976", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b6a74a15dda1451482c1d4ba4b612213", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "12a50ebf92684e798f5dc6db797cfffd", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "955b2da3a6eb48fe89fbe375c16cac74", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c90c3e780348410bb3a64a3d6344a3b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f130b92e8da545a79bb94692c441321c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58697be44d894d788012e17ebfcf9912", "region_id": "RegionOne"}], "type": "orchestration", "id": "e4ebacf6268d482096d2e166e44daada", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "940a9f7fa99e43d28a008daffc8ae760", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfdef31544644f0eae031ee835077c2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff5c8a9a6718460284d3bf4922ebdc89", "region_id": "RegionOne"}], "type": "block-storage", "id": "01afd45ce8f844cda085f5ee77e0f949", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "070f29ab364d41d38ace2422715b3bcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ff62bc7eb204b21ada6e2185156964c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af0cda9aab474a418e5fb588f14d8017", "region_id": "RegionOne"}], "type": "volumev3", "id": "a7041127cb344346bcaabb620be9022f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d376bd29d204326b19b2f109df516e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49a7102d08e64323b18dba0fdc65ee5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28c9be2549d84ae197836815732e08d3", "region_id": "RegionOne"}], "type": "volumev2", "id": "63314106e46c460492c77be84b0148d2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "725643865fb741b6bf51b876460f35af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c106a726d2a846ce8822a2e21b28fd54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bbe0b6a69cc544c79764426ba613774b", "region_id": "RegionOne"}], "type": "volume", "id": "adbc2dc02f364df3a34cb11dc9a9fbc6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b90f05568fa49deb59e5685fe099949", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d67b7409bb224129b57af6799d12af8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d72f773d3104e7899af3321f2b64c62", "region_id": "RegionOne"}], "type": "block-store", "id": "5d202e6646f448408caedd6fee2f044d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2822e6e801354ce4af919243b0533a1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "72644ddaaf074018ab0c73aba8316832", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f4ce8557cab54a4484a10a75d6a3d51c", "region_id": "RegionOne"}], "type": "alarm", "id": "73f0c753195641aa84f1093c13d7749c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "051f33b53f7f4472b9d9b1df85fb9d16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b0a2c1cb8f9048da8c9d6997e3ab7e03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "59dd75e3a633481f9b5064543a3e189c", "region_id": "RegionOne"}], "type": "alarming", "id": "98c3d10203614f49b6242820bef3aaa7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8d978e64436949ccbd8eb007210848eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "30eed883dc9f479bab3d6cbb34aacbfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d82b323881f141309c7e15ff3ade3084", "region_id": "RegionOne"}], "type": "meter", "id": "42ba09102ccd477996fa21c1a1b2e5dc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9f4ec5ee6307414ab25ab9f1c018cc0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "14fc85ac8a12411ea10b551d6435e9c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ebfa08731508414298aafa64be3c6083", "region_id": "RegionOne"}], "type": "metering", "id": "55ed403d101c463b8b932c802715c2b4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b0311b495a4543b7841e0f0e549d359e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b496a07288924582b1dbfad7f8a316f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f6571dcd974a4e75ba34a249173c54e8", "region_id": "RegionOne"}], "type": "telemetry", "id": "a8698d9b662442b5b06bc4673cc38ecc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "047f74ec9825427f84e3851cde3e7984", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "79e2e5b7ee98455a850facc53d70869f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bcbb4afc463c4b95889a644d37f1c86e", "region_id": "RegionOne"}], "type": "event", "id": "3b1c8e0439b04e9890b3d25311157f89", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "49242d9ebfc54d89be3e6edf80d7468a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c679867a57624cd38668c6c919adede4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "34e6e20942514580a7b3134a90f37046", "region_id": "RegionOne"}], "type": "events", "id": "c8a0b48118684b6e867cc744f3fca7c2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5e71e465b27a49ca9f41abcbac18a13f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dfc8fda65800491082eee1510ee75238", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bd892ef4cdba4af8a01bd8cbb6bdd29a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "97e354ca2e8a4c86925a2add7e1bd662", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fe20e2cf1b384e96b23e668e76ffa12e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d77021c3aaca42098f6595c8b8cc0680", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "85a5114b51bd4dbe97be2af574673086", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5232935b3b594be2865f7c6715128eef", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5b75311fb3414601a6b47c0c83cc6dd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bf09443d1f6c4dc599db098827e830b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c641b78f5bb944359cc40cf0d1cfa4e0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "aac8d20cb58c43a38ac0e9ae206430df", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "875176f2ae444a968673a227b84b1515", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ce51cee183124c3a8035ca2a4192e1a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bb9419359db34df8a6f622edbb5741f3", "region_id": "RegionOne"}], "type": "tricircle", "id": "9f735dc9375e459899920427b2e0c22b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0bfddb148ebb445b915ac0d10fa291c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "320c8655680f4642a1dca393b40f20d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b4cbff8597554ef0831ffbc592b15dd4", "region_id": "RegionOne"}], "type": "database", "id": "08859431ab2547749ffe920de1ab666e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "98d5f11c6d614a8180bb66b823f7bbb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6cc8e7afe90e495aacb3f16b8afcb659", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "995e68a9cb4c451ea6b1f853cd8271a3", "region_id": "RegionOne"}], "type": "application-container", "id": "4fc47cd12b0043ecaff8081620bfe9f6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2034540e38d5432488d9b1da493d0183", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "45b0b5c90c904f64a6aba0810c927a66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "eb46b7e22db647ce9bbdcb750093f920", "region_id": "RegionOne"}], "type": "container", "id": "8c53ad57ff234f27a823b7b1276299c2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f2af3c608ddc4b5bb6f4cecb7ef02462", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1ff4260133a4442fa6d5c9c04be93f5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "da4057e2bf8b49c4a3b24ab67eea9020", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "76c910e7d04a4f73b02f8ed34cab0004", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "db6e1cf5a55a4301a90183b747269d04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fb8e39f5c9be4ed4a648fc619031ce52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3d8ac8d5cc70448ab7ee1d65ae89a63c", "region_id": "RegionOne"}], "type": "rca", "id": "9228cf649e004f34b3b4f2faa1008bc1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "623ae08ddec1402a8bb7e10252992557", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ea2835041bca4804b69e3968ffc9c960", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "0e27652ce7e44362a6119866370410b4", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "db5530591ab14731b7b96588c11b0b81", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c98e4b1d53a1487abf3d12620cb071b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3d210ac3edcf4523b8386e8e4ad68009", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "331adf7128cd45c9823c6cc82a73e399", "region_id": "RegionOne"}], "type": "network", "id": "e325a3ed005a46a18f399109a1b03555", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0644533f1a284c669d98a07070170f91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "eb77f877b8f7460b8c5f25458b9c1f3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f03632aedb7d41fb90754f84206f48b6", "region_id": "RegionOne"}], "type": "backup", "id": "75ddfd847058478f830d7a0d5821b669", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "251f3000b749476fb048ad194b1a3aa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1b6603fdeba847649f1ed052420a91c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1138e55053984549a38dd78de9326118", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f33b691066c44a93a09db7f40069744c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b98162c28c7f4b479a3cb75d297a1a83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3d66ad5844944be8af5f7176f77724ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "be1355fe32f54a4aa046f6222370eb60", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d5bd036bb61e458eb2797132664979fb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "239629558b5a4aef95754b81ed7f352c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "228cdb3d96e040c7b6c71614a463e8b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1fea7fe7675c41d19387c5ffc8e004f1", "region_id": "RegionOne"}], "type": "monitoring", "id": "2673a3ba12264b0bafaaa6365c7567c3", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2b06951b727848058bcb7369fb11537c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "97a5fbe8f43a4cbdad313d6ab31907ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f5da0c4992284b35aca4c8970270dd86", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8830c75f52e247629da227ab65f61eec", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a6e2359504fb4f069d978440befa86d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6abe6cde4dfc440584dcc8e710dd33f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1b49c0413d7f410d9ca85b5a77152fb5", "region_id": "RegionOne"}], "type": "placement", "id": "aae9e9d7ee714134afa002850ddfdb29", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b2bee1485ea745529dacac44ae04c4ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "17cb7f5357ec42dbbf12617c0fc5056f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "25c7294988d9452e80c0ceb8651ddb7b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "12b194777cba44589b7e174ba3d0f562", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5ddd5e0bbff24581898e3c832c210e07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "70b42447e83940428965355f23bd0c36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "66a85adc078948a3a14144015a9c61da", "region_id": "RegionOne"}], "type": "ha", "id": "9fd6a39e07124a9ba3db093650bd8a84", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "124652d4fb154e90981f3a1317ee6070", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "60a2ffcb7fe640dca4089af2842fcc50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6a81ee4a5e294c02ae4b0aa2f3633f65", "region_id": "RegionOne"}], "type": "reservation", "id": "5e29c4cb52574370922459647a469433", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7d9e483ee5f847cf885eb437f33bda97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9fae007946dc4d999ad87785c0ee31df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8d1da07135e64544929ff1683d570866", "region_id": "RegionOne"}], "type": "function-engine", "id": "cdc049b2cb9946d99358db3fbec6ccdd", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "66d13436a72440dea44a7ffc5391c1c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "863e64a915904bbbabc115494c65b801", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "89f00d9c5a4f475183395c355bc00eed", "region_id": "RegionOne"}], "type": "accelerator", "id": "9a19dbf21f6f45379256a713aaef185d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8d51acad84cf4abebdebdbebdec70893", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f64f0bfc07024a5995dbfc55cf193c5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "24afa91be78244dcbc5a536de653aaad", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4bd59f36c91c450d874a10386ee9b378", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "90ad1c94189544dd95cd99e8353c6e35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f86abb3010644686b06a38a7a95696fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c9775d49c025437a99f489ecaa1d8d88", "region_id": "RegionOne"}], "type": "registration", "id": "39ba7ef634ad4c7f814c19564a5a6a66", "name": "adjutant"}], "user": {"domain": {"id": "c1d8685a1048451da4ec42d018096c97", "name": "9f02e282869d42259727c665c51ac4cb"}, "id": "54f4cba453f244ddad4faf602c37f6de", "name": "eb253e5c6aee42a1a6bc263e610fd6e8"}, "audit_ids": ["54d4226791a04b9baf85b98c204e40d2", null], "issued_at": "2019-09-19T09:04:40.776011"}} 2019-09-19 09:06:40,898 keystoneauth.session REQ: curl -g -i -X GET "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_list_objects_with_prefix-2?prefix=test&format=json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,902 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,904 keystoneauth.session RESP BODY: [{"hash": "daaf9ed2106d09bba96cf193d866445e", "last_modified": "2016-12-15T13:34:13.650090", "bytes": 20304400896, "name": "openstack.tests.unit.cloud.test_object.TestObject.test_list_objects_with_prefix-3", "content_type": "application/octet-stream"}] {24} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_update_firewall_group_filters [0.189956s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,795 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,799 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,801 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,804 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,815 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.733219+00:00", "project": {"domain": {"id": "9e757fc047e649dc98cdb299932ece1c", "name": "1978b5064f64425db86761c1c4d7ac2f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d2e209bfe1e84245881fa4e6e9788c62"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a7d184bc07d74bc4a8770b75b471dcaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e91dca23120b41d5adc4d507f334e27c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2dc6c091ad5f410d9fcf2daf2c4dd501", "region_id": "RegionOne"}], "type": "identity", "id": "6d50b3273d3b48b6b1fbe6a761c6779e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "de085ec0d49e46c882286776801e135e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b2c237ea7db24c218cd74bd90c45ab8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "473a92f2ab824dd9afc441a0e6cbdfaa", "region_id": "RegionOne"}], "type": "compute", "id": "cc0d7edc75a44a4f84876a41d2beb7e1", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "35d3693665ff430f851794819bd3eaa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "302c61cc0d7044de8ea94d6aafd09abb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0d92c3df1d434d6b8eeeb62d76300962", "region_id": "RegionOne"}], "type": "image", "id": "679eb935a34d4b77a7d40dfc0ea3f775", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b43d643eac6c4ac09102cd0773ab2fc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fcb696c27f4f41d0831430a17bc63dc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c7dacfc53a2841818197f6812e0363e7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "8f265620eb734954b050637fe30cce8d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03eb2d913ca644de9d1d080938f60cb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a83b7bcef54b4856a5a57a904b2c4eb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6218afef1088499ca689c9f49ffdd22f", "region_id": "RegionOne"}], "type": "object-store", "id": "f091cb6c40614ff09f9ce784b6004949", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "34058799a7654c50a5d64dc533f0cffc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "941a50c7477f46f299fd1ca2d6805f2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6972fff5f7ba4c7ea85f912c8199cf5d", "region_id": "RegionOne"}], "type": "clustering", "id": "aa0858f8bb5644cbbbd9a1df7dfc48d5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "56c7f029817e47cf846da8439435492f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3248d10829994639a528b364dba343c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "92b961560791498f811763bbfb449cde", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a633bdf067dd4c6e890a560ceb943ff4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0bce794b688a4bc4b140c3fbead625cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4fb00ce0f3014be49ad8d1961902634f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "81d0da1c8d3c4ce9a064699131835153", "region_id": "RegionOne"}], "type": "cluster", "id": "1b74a932bbd5437696e0a44651094d46", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "dfc44c4cf6474c58a88acb1ebf90de27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6e6bb39aeed149e39d75239d14eb5082", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "daee477155344b75aca692de1787d304", "region_id": "RegionOne"}], "type": "data-processing", "id": "c8a4dfc0d230498f85958d22a2745780", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "984059fb0be54bfbb1ace3c5c201c47d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "06ecdb499f464fd19d75fb7391dbc9a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bf1d8a0c7f3c4b48a2f4d8263136ba46", "region_id": "RegionOne"}], "type": "baremetal", "id": "9b8fe1974c464319841ace7303cbda75", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "db6e1a2c23ad4700b0acbd1facf6bb4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "085d76449526420aa0d89ab24184c28e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "41f919c7fb5d4289b7917fa9d019eaa7", "region_id": "RegionOne"}], "type": "bare-metal", "id": "0b4d290b6c314a43b0ef836c378238c8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8107f8935dfe41878e06d7e4b9d4ce4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "86b227eef65f406482ca1e5134894589", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4be02f9e14274400b00094d907757715", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c01c6ec54c074b909349d72b63ddb12d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "37a281aa6b62447ba1ea3a74c6530125", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "97d68039ed5b4f289a898d0dd30239ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "241a1d3ae3a145beb83786ae7e461441", "region_id": "RegionOne"}], "type": "key-manager", "id": "9248c2738bd54361ae61c916adec71ae", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ed461366085e4254a4004e1aebd8f94f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3b38d502a06c44589777a0310efad8e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "df054881dd1c4da68b15152bc85fb601", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "01f955d7f0ff4609bc391cfefc8e5567", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "91c1d2fc536743dcba2acdd9b4f4cd6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3d8872913b7f4b0fb90c75bc6080cfd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b6772e1fb0da4f418f316e02d92cca10", "region_id": "RegionOne"}], "type": "infra-optim", "id": "bff5f58c61a6400e818a5c832e6d7c90", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "80261fd139ac4fd78ce2926aae2d6e81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4949046e7cd54b988457ae804d2f1cca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f4ccafb51fd74e77870091c06ccd1a05", "region_id": "RegionOne"}], "type": "message", "id": "4ccb21ce3b8a487cab8824b46c916b2f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d7d0459e178b4e598523ac34cf2c4348", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "435053ded82f47f0a0e97fd30bfcdfab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b19111587b60460f95285131c29499dd", "region_id": "RegionOne"}], "type": "messaging", "id": "d33f9b5865894c27ae949652d4a9fd14", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ef4f1a040b0a4322aa16d98ee8e67602", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "af7d7fa2ea21490490286311f2b45627", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "7b448a999fff4e339721574c773d8825", "region_id": "RegionOne"}], "type": "application-catalog", "id": "aabc5077e2be450aa53977176f9d573d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9e3b63913f41496ca3f893468e298bd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cd80f869695a4427bdab533c4713df17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "02c7affcbbc949f4bbf9e6212dd16778", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "49d8cc5016cd487090b05c373e81bb66", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d5b65537b3ea433e8941329c7f0cc69a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a5d6ad2534ed46f3bef06cac43bd322b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "940b4ec558eb42108c1aa70fbd924b87", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5084df8d1a474a00af0c29bacae1e178", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "293ab82bb13d4a67be57ae827b40e9c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aed4cd7b8ea7403bb1a24a3c4a18e293", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aba9f27a3fda4c1184f7cc95532dbf92", "region_id": "RegionOne"}], "type": "container-infra", "id": "912bcbdff0c34d638eb913402f11ef82", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a414a6e8b7314a5eaa4f1918dda10b65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "3450a54634c7402b9bcd869752c0cf04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3df57a2a62ba4f698d926daa32af3f7c", "region_id": "RegionOne"}], "type": "search", "id": "62bfa49f49dd407a9571f107c375b5b9", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d81c214b9482488f94d3e740640473d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "86791fa3a47e4c2d84d54075d20e9ee6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2340a3238e6a46c5ae9b1d7d51553c6d", "region_id": "RegionOne"}], "type": "dns", "id": "62a788330d6149e3994b7ea507c9094f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1bd4169199894021adc533989fa9e6f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f8bd4e46fed04f6c8cf5e3be6dec9ae5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7255130531a84195a8ed165f04e65251", "region_id": "RegionOne"}], "type": "workflow", "id": "eface59eaf014d3b8f0aadc5a196252d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "093226e3ebc04148ae7fec990e5530d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a8b70d59cb02478c97c8fe13a4f5d886", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "13db65cd1bd342198f90d71e90d25a2e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1586524bb57142a6aaf19df515b5f744", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f82194a97fb54ede90ef47660cf588b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "fcec1e476b6f426692c3fd38682dd5f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a6e18372c317414fa1a1a0c5b477c8ab", "region_id": "RegionOne"}], "type": "rating", "id": "fe8ed9fe585a45688482b16bd1680f73", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5088069698d945b1a9cdfbd2e789dc7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "202681eff6154a04beef72302090ce0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d103833d4a5948ecbc9e575932ac3da3", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1b17708b12314609b394c3d6c8185478", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "25815b52a37a471c8062dc8beb649e69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d11ddc20b0c14ca3b6bfa1816ba4c266", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "69679e95cba04dc496e83ceb3e36d5e7", "region_id": "RegionOne"}], "type": "policy", "id": "87b8a12e76004ef19e010da3747c2631", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cdcaf43e7a484bad8bccf94ae58bd83d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ca1a0b8eaebc4e449580c610d712b9b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "66ffbd1450c248f8b1652f46d28c6e33", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "dac78594c00b49db9556510891fa2b2b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5a8c958d197b42a4b9a41616fb649c78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "72a0fc774efd4f6ca9fc5a3099f8f3aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "11f9875df34f42c5b49f95964f09d97e", "region_id": "RegionOne"}], "type": "sharev2", "id": "34a046888e8c4bb58d7eaf15869c7629", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1fff95eebdeb46eeb3d799c7395fb6f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dc112965e8ac46a194d47cbd3cdafa03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "02d3ae8ff4bd4d80ba8c5f5e6365acf5", "region_id": "RegionOne"}], "type": "share", "id": "1be449b2f4954c2b89b35895b3c329dc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "39d04fd37de6483d942456052e99dfde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ec9751222e2d4516bf1a61a9cd622f52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "58308855e13748fc9aa1065a32b2e2d1", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f6ca17afc1e141d3b39e10dc6a1ef5dc", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87cf5473721d404f93f1ba1b4827ef4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "854bfcd8def64c99b84303421b0fd2d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a5e68d60ffb4b7e83e54ab95c9b5d8d", "region_id": "RegionOne"}], "type": "orchestration", "id": "15b3206cddb043719582d4a8aed34a53", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34cbea8f9385465691a68ba632917698", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41f6c52126264fc28142a6511d3c7e24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8361499ed58a48d2adde08f36aa35711", "region_id": "RegionOne"}], "type": "block-storage", "id": "b12f420e39df4941b9daf93da0263009", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a35ccc731ebf47468c1e7e1f1480f57e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22b8e49c1b3047688a2f07f8db81f521", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1fa1a3e9edb5402db0d9d66f07da5585", "region_id": "RegionOne"}], "type": "volumev3", "id": "72ed9bee3f874016a0951b66a1ab81f4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa9ca060a8e64b548a1cfc866b36cdf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d24d513fde0b489185d62402932bcdc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9eb88d5a3614d56846d8a07864799c6", "region_id": "RegionOne"}], "type": "volumev2", "id": "fff4cb9a5afd46ef9828a4218625cbbf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69c1c221fc184be38c6fe99e9326966a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4395fa80ec140579a901388c340906a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b348df1e87b54212a73d868f9e59a538", "region_id": "RegionOne"}], "type": "volume", "id": "479d6c43ddcd4386af1527c46ae8ac7a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6d8a30058544f0db8d54c27ebcea3e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fbdc6b1714641a68a0228693b2b098e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01efd1ad49ec40a4bcf6fd08138c2f35", "region_id": "RegionOne"}], "type": "block-store", "id": "6610e66897824d428e1c33cd21b72114", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d1f77cd5548d431daf7c70c69481238f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2f24247a842247168b4977175a8ca3b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "083aa291cc814e26aaafd07ed9cc9c70", "region_id": "RegionOne"}], "type": "alarm", "id": "90d2199917944a4ba2a889d7fd2b5a80", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f7f2124338fe4c25b66ecad1bb4e5b9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dbe46b1157494722a6feebbc0a82f64c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5bb5d2e64c0c41b587c15a3f86b42c59", "region_id": "RegionOne"}], "type": "alarming", "id": "1e0a65941a3a4f03abcc06448004369c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "56aa4904d4644c178e515958930467a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fc4551396c86434695350a012feeb583", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b0791f1f5b2d4c05ae5843e79269a4e4", "region_id": "RegionOne"}], "type": "meter", "id": "5eb3ee148391487eb8f2e484e6d43c1b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3ed9a92a999142828af83d5d3ff9eed3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4562ecf1e5414ff094884350c2282aea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "57090d7dddec40b085086dda9a292a38", "region_id": "RegionOne"}], "type": "metering", "id": "23cc8b0301d94472934c10896cbfac4d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c099d1e94b284018bc2d6a5545bfe8a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "eec3f39ecb4442c58f84fbea5d9fc167", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "df7ce9a31ecf492aaef511f63948fd89", "region_id": "RegionOne"}], "type": "telemetry", "id": "f6bea83725424e73be828ce6afaa1578", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b3b5d5accacb4483967350f50b9a8989", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e1a5bb5e30b14461a4c7c1e3f5910f4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "eb1f054d9acc46f5816ee51101c893bb", "region_id": "RegionOne"}], "type": "event", "id": "5838694b5df34d75ab3081c18c02a998", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8a67a8fcc7f34a5b84e49105e535c961", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "269cbaebc65f40389d4128d748ba9cda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "97a0e6c3dd3b4d2fafa93e71dce03e0f", "region_id": "RegionOne"}], "type": "events", "id": "8363a9c5ebf24394aea42b0117f9aaa8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "aa8838644bbf41c1a1deea133c476188", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b4f611558c1e4b8a852d1a276f065ccc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "34f846175081407195c36c1797c80e9c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f62853fbdb3a49dbabaeadeef14f0bbe", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3313340cd0634c51a364ef0f6aa0e0df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a3e86e18613b406a97ae1a3bbd6b49a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "df2bddc64c964effb897fbad6d7efa1b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "987e0f527b0d4e33ad1393f9420b560a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a0185f1fd89b4e9b9117113ddaa5a900", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "daac9982fc6b4351a3a34ed7b834dec3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "13e92884233d4cc5a9549dc0f006578e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "63687ed2c0e74a6d9dbdf3b2e3c5e7c8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dd814de259a64d7d86d81bbbc2252bfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b987f309be7f4d05949178026de9b957", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d0c8864af72d4504b7beb5148780d23b", "region_id": "RegionOne"}], "type": "tricircle", "id": "955f58c2b98d461481f2224a26a34566", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2c1bd3435b014321b2b54fdc1fadf9c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "94cd43bab7f9437d9c1acd85ca1665d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a4dab0557012455a9afa56b5e3348983", "region_id": "RegionOne"}], "type": "database", "id": "8e9f205db0544c759a5de5b3a6f009c0", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dffeb315a302470c938af29af951e5cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b9eb110daaf3429c9c8c860dbfb3d9a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "55a932c011bb464d9c362e50b24f1a6d", "region_id": "RegionOne"}], "type": "application-container", "id": "b3b701d6803d42658632c097e5d2a0f1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ed27f3c99a1c425285455ce370916a68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d04fd27e2c364010a1d302edb17ac1f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bac9eab6b722463ea432588e5e348229", "region_id": "RegionOne"}], "type": "container", "id": "13f01846188b47bc8de89d246aa5fdf4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2b698ff8f08f4372807cbabc785f9a46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "25a0d2b67372473f9fb23eca41974cee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f891b4fd1ddf4f87b328bc91953cb0bb", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "484e3759bcb34ee5973a906996f80bbe", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ef083f3cf3324e0e8feabd2db30cd13c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "519fe57aa0c5404aafd2d972c88ac3aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9001082b44334225b18b6e80b79b58f6", "region_id": "RegionOne"}], "type": "rca", "id": "1bbb7037e09046fc88fdd77642ffe3ac", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0dc893659baa4121a4dbc339de49516e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "86f5b1d6af104a9a8d6e06da99db6a41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "2d293a245cdc45478bc7b1dbaaff5bf0", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e5590fb5bc4e4ff8b464ab8742c0c87c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a5f0a63887c447f88c08a1fadaa30b5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "dafe2dd525b549d9a25bcb3ff2230fbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "76bcfbd7c839469bb33fcbca30287f12", "region_id": "RegionOne"}], "type": "network", "id": "06d9f140af514e14b4723e8a4df0c519", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "75e30a53c15c49089604702befb91ebf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "830d32a455db44428974a32b7aaa6304", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "07d9c63162f141619124d1097b6cc75a", "region_id": "RegionOne"}], "type": "backup", "id": "833351f9fe3f49269a3c16217f1f4b16", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fcc5fbb522754b7c91378e003088b9fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bdf7c0fa0cc84a12a77544b8c18d32a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e3a46498a11e4f3abf11017b7763f6d9", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "85f37b22928a4088a9ce3c8e4ff11730", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ccf5b10b705b405abded760d63e9d573", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6a1e0159a7874e73883a4fc40d1c5b16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e1ec7584e5394c76be1f7b7b4e939cd8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b1c344ef92ff4b8592b039c75dc81e73", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "54542335b8c347fb9ba4d62bfcb0e52c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0c74f93945a44cd384a279417c13444c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "06d36862b0f24c58be52b54e674ff79f", "region_id": "RegionOne"}], "type": "monitoring", "id": "4bf80732edb849a4959a3998d13bc0e0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ed249ff551cf437392692324e34c45d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5b15ccc4c0054243ad5005451ef6591c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "aeb34047b8c94f0894ebec1c444062b5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "08b700cc6d3a4690a7223b6bb2e4ec26", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "cc8603d370e84a99abcdae1f73856651", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "42215ca6d0d5458ea8b08c242417ac27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a4ee942a148842e285917104823634b3", "region_id": "RegionOne"}], "type": "placement", "id": "611d6ba545334230a42e4acc889cf04e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "428f74b104f049cf9813a5dd27979706", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ba15abc1444349acb29f16ec86212eca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ccf35dc5bdd24ddca9242cedb15275ac", "region_id": "RegionOne"}], "type": "instance-ha", "id": "87316c5353004affb048f81f8dfde961", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2003caa133334e29830a035ff73acfc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "632e8f02e2a6461b8e20ecc0106009ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cf18f43f31b943599c744cffcbeece1a", "region_id": "RegionOne"}], "type": "ha", "id": "cc1432e63b9d4ec082148455acc71db3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "73b4c0186b5f40d8b9283edc6a5729f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9d3e826b480d4f6d8cfe70abc05570c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a78f29fb7dd44255af37fb3ae851f0a1", "region_id": "RegionOne"}], "type": "reservation", "id": "6e64c2e97edd4c6ea1af7fcc7061a708", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "45bc98c09c4e4dfaaaaa0b0dcb1a495e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "eaa9d787b53f4952a3d1b1a0a8b60325", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "feb6a590b7f54c3fb7f6b4d4dadb92a1", "region_id": "RegionOne"}], "type": "function-engine", "id": "b391c7ea467b4eff81c20482dd77a0fa", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6e251eaa9d2348d8b2e697918b96fdb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e876aa7c95b44578a5050c3eb076315a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "09cba0a4e4e04723b06f87f2ebd686f0", "region_id": "RegionOne"}], "type": "accelerator", "id": "129a585d2b544d05873a833defc61e0c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bb528d05aec246a19944dd74d93ef347", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "611189fa16864369905cbeb61c875de1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b29c5b57ea934ccf892caf8459cd18f6", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4f22ad4c4ac54f488335ac07b48d538b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4c669c2d9ea4440e842900b03be11663", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c69afd6693204bb59ec49c5ea44f6680", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "db9a8f283a6d41d3bc299b80298f3b23", "region_id": "RegionOne"}], "type": "registration", "id": "baaac2ee51ff4440a72ea52c2f88807e", "name": "adjutant"}], "user": {"domain": {"id": "bdc28b5f8a88428e9e25bbcc79478d69", "name": "288a8a834ec7417cba4a6733601fe6f8"}, "id": "25103889124e4881a7467b1b07a91b04", "name": "6f6715b493fd4339b0453eb52f7aeb50"}, "audit_ids": ["df423ce57a6b4315bde7aaa92cb9deca", null], "issued_at": "2019-09-19T09:04:40.733219"}} 2019-09-19 09:06:40,913 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/fwaas/firewall_groups/700eed7a-b979-4b80-a06d-14f000d0f645 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_group": {"description": "updated again!"}}' 2019-09-19 09:06:40,916 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,917 keystoneauth.session RESP BODY: {"firewall_group": {"status": null, "description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "name": "max_security_group"}} {5} openstack.tests.unit.cloud.test_image_snapshot.TestImageSnapshot.test_create_image_snapshot_wait_until_active_never_active [0.402765s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,495 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,500 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,501 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,505 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,520 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.426718+00:00", "project": {"domain": {"id": "53af17f1429147979816f2bf52661097", "name": "1832c2f8c5b644b1a58b8a9306da8088"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ffe636d40bd445c8b9754dbed0f77ebd"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f6fa0749a7d543ff88d4c335311fbea1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "1d77b1bb8fa84b6abe61395266295d2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f6dda8c0ab2a48d98ef3bd50bdbf1b7f", "region_id": "RegionOne"}], "type": "identity", "id": "35aea0dd14a048fca9bf68736a3971b7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2483a619ddd442e39ee7e01fdaa135aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d06a41e015b44bf693b426a11f89fc0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4f07923f50944b94b3db6c9db1702c04", "region_id": "RegionOne"}], "type": "compute", "id": "68643625735845e49da5f30e8fdd5bbb", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ec48f128cb2c4b66bb9c40aa8d385cfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "00d458c9df474f05b2d80cdffd0f31f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0a76f86800b14a8981e8c8ffabc7dfe7", "region_id": "RegionOne"}], "type": "image", "id": "bed6e4e11c4d4e0594bcce158d9680e8", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5d90eaf278f94f738dcaa653ed800ed6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "be69aab1ca9f48428e86844a8cfd5869", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "02a28b41958742c5ab092816dd2208e0", "region_id": "RegionOne"}], "type": "load-balancer", "id": "372db7fdf7cb443dae8ac60422d442f9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29b00989d50c40e5837f587a3a66aecb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb90528e03d64955a5a0e07cd111a32e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29b5af07ad634603903f76e8686a5f56", "region_id": "RegionOne"}], "type": "object-store", "id": "d696109107eb4e3faa9563f25872fa6f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0d0a985a7d2942ba8a32e053fb9e625a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6417007e821f4d47845ff438aabe20cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f2c8ddffbb604540b1210fe26bdcea7c", "region_id": "RegionOne"}], "type": "clustering", "id": "ecea161f78c54cc8b5e861f079322e21", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8c3c521131e147739bf866bc2e2db62b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8d5e3416204e4f8a8da14ac7f63ee558", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e0e875180b784d608065a1c82b0e0fcd", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "38245dc83ea84ae183648ccd4ad67278", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8f1801d074484b318a9dbaa419cc282a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ba18c94a38ee4f679eebf180d7cb7fdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d267a1fe5a0b41b7b213296dc2a75031", "region_id": "RegionOne"}], "type": "cluster", "id": "b8c9ebac7496467abdfbdd83b471f19d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c7879d59c4864a9e9d356e45fe649c08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "776c007c10b74cf791147e4f2ec72a7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a68a1633c4924d34b0f583595c5c6830", "region_id": "RegionOne"}], "type": "data-processing", "id": "91808ec8957e45f385d0d297acdad6b8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f7f2669ccbc645edaabca26302a173f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "506cd1598d5345619e410cf932f2e3f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8f2bfeb5813242bd86f29d4e9bdcf1be", "region_id": "RegionOne"}], "type": "baremetal", "id": "458007d5c39d4cde9b16a157e103b371", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "da73d1001b5a4e7b890b140878e3d2cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "59a8bce2468545bcb775369046ea2af3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ff128dd2b9e04a2c90603f15d290750a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3eb8bdcfb8e04695906faea5ae9d819c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ff7f47388a3e41a99fa3a9d7fdb3095b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4c9f38ccfcf248718e8fcb6d771cdde4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "cc4017ac38a44682966f7e3b25db2ed9", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5ad9d8c003b04d6fa483b67cc085a00f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4c0ea386a5fa4e5eaef780cdd7f815f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c81c32da386b46eca92bed8c52ee5a33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1804314dccf4447fb4d2b852a52280bd", "region_id": "RegionOne"}], "type": "key-manager", "id": "d323a58e421a49468021ff5c158ca17f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8270d58841be415e8fe22593c92af1ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1722d65ecb9c4eb8a91ec850f629dd9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "616e2073cc184529a8d36e76c772886f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b52cfb8fa48744c1a01f9303b6d7a394", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7a24638f146d442581c00cbef95621e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7e481ba342624770bf02087a61d6d47e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c697c9015265403ba102ff40d764fb5a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b130d8d2ab9c46df9041f1ab60856aec", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6d2bcb059571475190b1a32fb1bd9902", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3fbe969a892741ea82304df7ebcf0c09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5900a65e9c9149f3bfc4ca170d6f45e4", "region_id": "RegionOne"}], "type": "message", "id": "ba828531bcb44c60a20633b0bd205150", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0bdd0a482836478691ecc1eb0592d8be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "92ea64fe368b4415809217ebc5574c30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fc07b5958dbf45ed9bcbb2809c05602e", "region_id": "RegionOne"}], "type": "messaging", "id": "07f2aa2682984beea2897f640d998b63", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ed3aafc1601c4ea29984c2371adf639c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ad1bab62410d4adb9dbd267c5279720e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a107cbdace0340d5b2f33981b111cce8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7f39c03b368d44d68c22908c36f1dea9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d261ef08c85c4901978bde9a2b2898d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ef9680a11fb848f8a59053909e56e0cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "10537532221c411fbae74528ecc8a435", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "653b1cbd0fbb40108aae41657c0aa6f3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68eba36503544ebd96886be5ed7788bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2c0b9d99a5e243e1a5a8f3ac85e700db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "595f61329930467180813b605905d927", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e38dd1c16cb9477b9959e59d7dc6d43a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7bb2c054ee714449bcabf11d161bf73f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "da7a3e3584134d97bc9e7c7ce5f30ce1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "656d532231d843098a4562568da400fd", "region_id": "RegionOne"}], "type": "container-infra", "id": "3ce57fbccf4b447cb0797426aff46f21", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4e15f162d1644ed3af5c5d958f6f4c99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "29b1dca13139401cabeb1c017939232f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ca17d026ad9445c2bd82eff6c6817a5d", "region_id": "RegionOne"}], "type": "search", "id": "573a03518ca847e3a81bd2c9b272b4a8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "487ae3c0767c4f28ac8995336dca9a30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6dee13c148214a35abc6d3cf559a061d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1204eb5246a9403a8bf699831776d795", "region_id": "RegionOne"}], "type": "dns", "id": "1e7017c83688404dbcba507591a61fd2", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ee22d17432e24d7188dffc3746d2389f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "556b0bbbb3a949829c230819c5f87829", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1349adab4d7a474ea68b99973e7e0163", "region_id": "RegionOne"}], "type": "workflow", "id": "e5e87220297d48a5b5b4cde469b56b74", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d83a100628eb474a80fe109332f51008", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ad963081e22b49f0bb076868e783a757", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b0004c1415b74fe9bd9ea5a283a509f4", "region_id": "RegionOne"}], "type": "workflowv2", "id": "bec6d9aa93754b3abb6ee26e926cebf7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8c6819603e4c40fba806de4cf728424d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "374e178a2dec46d28546b99741924937", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "74b4b953bf1540f9b3333909c3ff02df", "region_id": "RegionOne"}], "type": "rating", "id": "4be56aea98cc4894a94e3c6c1f6c434f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c04981d2f25d49d9a6a9da947618b078", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "02fd494a527a44f78efacd112a66434b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cfdefdf30c33467ab3f3ff6cdf0d55d8", "region_id": "RegionOne"}], "type": "operator-policy", "id": "2c8dba07fae34d29a49a3ff29b9791c6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "36e190b336ac461bad6db999c6169798", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "981c0b31277a47ebbacf28edbdb9dd52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "97738b8c620f44afa1f98968a23ab75a", "region_id": "RegionOne"}], "type": "policy", "id": "4dbc241f7d9940929a16872a17f3051b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d99833f5826945b0a524af453ecd8e58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b8185590bdc74543a2aba61a46c8b0c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3677916bf1284ae58fcf446bf7ea96bd", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "63b79fe3fee142348427448be4f1fb0d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ab8c8eec7a124359ab3bc0d46e9778e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0a8b1ae7b03c4142b167b3ea25040807", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8441ea799a244d99b8e49cf5637c533c", "region_id": "RegionOne"}], "type": "sharev2", "id": "266fb4edcab344898a748dc9cc9d9db5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "acfe95d093e741cab0867d5765fd9245", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7a72b687355146b8bd249d3caef122ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ddd29948d494484cad36cac803006d2f", "region_id": "RegionOne"}], "type": "share", "id": "f4fec7c726584a47819cb6ef5f35e24f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8a2d9842bd2746b9be86f730b346f2e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8383509a8d634a159ce86916896459e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c2dd9cd771614a0aae602cfc524a8eb3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b819f1d716a74741a183bd3df9365157", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25453bfe18f64631b3da25fd53662ff0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f98754521f3b45d09a53027597f2b413", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85241db607db46f29c8cd0246e4c6462", "region_id": "RegionOne"}], "type": "orchestration", "id": "51005ef3cbac455598e8a3006e036db2", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2316d862c802402abf7fd52e5a30a19e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "873da47cfeb84f889232462694178d49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "efca8182b2ac44a297146e591ffbe1c0", "region_id": "RegionOne"}], "type": "block-storage", "id": "5b7de4ca531043aebeb9fdbe9bf59d5d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49c3e11d59854ed89618877706636683", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "347f9500b5b943b9970bd04330390e9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a9e8d395be9489faf9e3236c9809d76", "region_id": "RegionOne"}], "type": "volumev3", "id": "2e26c91c7532408fbdec8c4b440209fe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9619dbb38c14640ba2bf8811c3ad175", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e12c0930ce34aa7af8dafd42cc38238", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf63625b0cfb4637a9f8d13495d70ef3", "region_id": "RegionOne"}], "type": "volumev2", "id": "60a8e4673cb84eeeb454f6edac508699", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38ae102d220a47d5aeac6d87646c3aff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da13da927a514849bb2605998d6a9412", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "184a493648d54cf6ae36d28e990566b2", "region_id": "RegionOne"}], "type": "volume", "id": "9e3b3e7e081244ce858af03b652a7ffa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f84c5aa73f094e9597f1037f838cd518", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c8dd18344024348ac0b32abb043860b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6a6188e9d814dbcadebd252b239c7c9", "region_id": "RegionOne"}], "type": "block-store", "id": "ae3a3d521d224eb98bb8878d1e6449d3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2bb183fdda224336a5799a3322624ebb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9cb1eead29f341c59edf913ec30d5637", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "43baeb1b652f49d8b488603a71d7900c", "region_id": "RegionOne"}], "type": "alarm", "id": "e37140f43d224099b0272e11c0a3e819", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "88bf566ef9b6496b88fa733939983e33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a4e9404eb7504f00b5d05c44c88ccad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b7ac8718327c4e7695cc10ac7bc5aa02", "region_id": "RegionOne"}], "type": "alarming", "id": "ad5f23c8fff7436d8b42419ef1a13842", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "88e6f6f73fbd46f1864ab8c9bf65746e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4293d7a51129409caa7aa3b596c0ed94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e69659ec281e425096d46593425702af", "region_id": "RegionOne"}], "type": "meter", "id": "98d10b8202274ce6a24c99abd3916af8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9b968d43315d480a80e5b44069aa129f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3a7ab9431ee248619e768b9f7bffb866", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "34beed197c5f4f9a89d85517c9b4a56e", "region_id": "RegionOne"}], "type": "metering", "id": "7aa05046289347feb529a00a05c84862", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "350f47d05ae9493ba52b29fa5aed26ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3d921e99c6504052a191a567fd44c15e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "04611312a2454f6dae9767b15e3a9066", "region_id": "RegionOne"}], "type": "telemetry", "id": "dedbd98e01c74321b05408db3f153ac4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "13b18c35c7de4058b6e162d5d51537cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0e6dfc3227b04915b322ab3552757d82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e36e37ae941846f68b2e9b70f47b5fad", "region_id": "RegionOne"}], "type": "event", "id": "30da97ccddf749f79de753d1094bf6c9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fe63a50b725444c7b815821bdd1d99c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "264e840ac04d4164bb941e01c770248d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "af559c638c434bf6b1ebfd1be66d7023", "region_id": "RegionOne"}], "type": "events", "id": "3f0fca3f2cfd47bcb0a5c2f2ee457cbb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bad1e8e84b5e4fb9b4b39482ab0aa147", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "23523999199a44d7b932c5d16bda84f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "deffa738fda540fe8074a6d6e74c1b36", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4c51f2f715d848019d5c29115b0d83ec", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "baa1448f8043455fa9496344c1ead99c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "57df46a142d245f08835f8f6e70f7164", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "95ee4b0fb8264bceb1a9a8b895d1fdac", "region_id": "RegionOne"}], "type": "application_deployment", "id": "07e1c3bb2b764dbb97f1d0d13e901a96", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "641a13e31dba40aeb0e30e8681b3bb71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3db2d90d3e794d3da4ec13ffc667b1d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fe4c3e3d3fc9414aa908c7fe5c983b42", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "e167bf03e9c24908abfbf0a41d1894df", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d9af05ddd55140b591dd78bf572956f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8461904a87b24fa2aede46656f1790a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a693de9e6ee0402397a20d644da1b0a2", "region_id": "RegionOne"}], "type": "tricircle", "id": "124cf4a2e666466ab7c9b9f5f8b4e1ac", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "34f0f50bc7344ddeab96c3e8c4146659", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9961881c7273480c8c5ab0314350b77f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e4c6c57c69b94e4e8aaba37e26a5d83a", "region_id": "RegionOne"}], "type": "database", "id": "169e1199e6544e2d82ed7e89877aa7cf", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3f1acbd8aba64956b151deb38f595b62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "75f71f16df9a4b3b805c407529323d00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "26ba928774af49a697d2a7db7f27bcdd", "region_id": "RegionOne"}], "type": "application-container", "id": "e01b6c3f87c54649b425a411ba2d95c3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "274081d298f84f998d0e3f98492c4254", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f48d56c3be8c4d6baf9f1ef95c7918b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "90aee6ee3c514c0b9c150a2b93514b2a", "region_id": "RegionOne"}], "type": "container", "id": "20a6a80029ad45029f1a930e0daabb4f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "459cc28674de4c1c9bc7c1d2c0630ce3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8e567c499d7443afbc08b6bbe0650480", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fbb5cb07a31443e9b3796c152741b54d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e5838b4999ce48b4bcf4bd67e6fde3cd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1d226bc39f284fe58f91e90ccd27b89a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ee899de444454f35b861f5927d5e7b34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8f272a7d3cf14dd3b6080a136a2dee38", "region_id": "RegionOne"}], "type": "rca", "id": "febb458f2df04e7b9552e45f12fa196f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "aa575a84df704211931da9acdf508fe9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2da1af97f8e24becb98f5dfee39361e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9ecfaef296f040499bc375add75d5939", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0acbdc852f8244039b84edd76fd55d41", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "274ef6166734431a9a6f2b4def0c6b91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "da24c0d765f443e78e03db99d77a0142", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e6ca45bd0b7442e98abd770370e0ad45", "region_id": "RegionOne"}], "type": "network", "id": "1c73dca01cfd41fbad39c2bd75d22997", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e912b99fc2354de788e368c150bce5bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "342e0f59ae354f308d97bc15c5723ac0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "227dd58fee924be2ad71b0735208477d", "region_id": "RegionOne"}], "type": "backup", "id": "20a9d9bb89f04c2e9a862cbac20916c1", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "44c3ce4f1581410e91acc87200c5c773", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f65ce4a6f9424e1f9ba7d89e28e2b187", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a6251d8c72614a36aceb0baf3425c366", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "26e8f6b75e6a4918bb8b3d3d899a6415", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c2c8813598d1499e8e0b6106d6dd975a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fef979f86b0a419f8a6ed7606a7e14e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "74e3521fd9cb4e6f84a452384191c74b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "34301c5dcda44190a6de2044fdd980a4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2039c3a03caf4d15a0822bb9a5f0e22d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "844b5b6d86bd42e9aef7d52cbd24152a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "54799996ddbf4c0c86b357132e6aaf69", "region_id": "RegionOne"}], "type": "monitoring", "id": "2ac605c889924e21bbde2949398cf35f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9411a08fdafc4d2f8af6d44c702aa273", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "17c84f2d809e4e4d84655710e250714a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "075bc557bffe4eb7abcf111596bf41c1", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ad97ec3cef4146c3b512e96acc1b905c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ac576cf1b34b42dcb957c3050cae64d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9729ae56110747feb7dfdd50db8edbbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c74c438859e34f25b725c184eab31fda", "region_id": "RegionOne"}], "type": "placement", "id": "9dc32dea2f6f44938f5aad47793367ab", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8aed77a3f0e845dd94175b22e3b2ec83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fc6e5928d0774c419f312dc163c6ea24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "df068cb2df5c424d88d3eb7280617787", "region_id": "RegionOne"}], "type": "instance-ha", "id": "efeb64b599474d32956d46bc756a99ea", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7140c7e6d8404a67b2fc47d28b130d09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1969abf2e74c4d92b449f54acef97284", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1d7b64d74dd64a1db85cb7672e993c79", "region_id": "RegionOne"}], "type": "ha", "id": "6a01db920af547deac6c729eaf2de20b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5aab9079287d4f5bb911665b7e265638", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7bc3f5717b1d426984ff8b5797a1a8d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bf9fbf307cc747cd8b50fba12a5c9cf3", "region_id": "RegionOne"}], "type": "reservation", "id": "e36f3ac87a1c433aa8468578f3f988f5", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a749aa81f8cb4ac49c434bb26bd3db01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "eea324e5460d4e4ab65ff93f6f12a933", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e6db397fc9a543e8bebb47d1876d395c", "region_id": "RegionOne"}], "type": "function-engine", "id": "b7ae39c866814a1ba5de6d92c3eae444", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1a23d4ef2a5840748c8775c458a8499f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6b8dc17bb35d4d88b58242fd0efc9375", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "39ae721fa6034442aa23120e10977aa6", "region_id": "RegionOne"}], "type": "accelerator", "id": "1332e4454dc34f72953449cefb2f812d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c37a2c0eafe34afea1aee16d38c04984", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0e20e3b85855407d8c58ece5eb7a216e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "34c5ad7a16784d308810eb4cdc53fa45", "region_id": "RegionOne"}], "type": "admin-logic", "id": "99da4910966b4419902ac318b17b40c7", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ec19ef16e6f441de9903228b04bc26dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5d13eeeaf42e4938b2be81b0ab2fe513", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "17c1160ec0874fa3b030cbef80ff6331", "region_id": "RegionOne"}], "type": "registration", "id": "c8756849121f4746855648581407de71", "name": "adjutant"}], "user": {"domain": {"id": "bc673e818f6e4169abbc42a29f05f270", "name": "ce2c80bfa3f54b54bad209a665b93b3f"}, "id": "9ca1c7fc74534d278d14ea643483b551", "name": "1e0a6bc48e3b43a09fffd944145e425f"}, "audit_ids": ["6b5afab864734577b7667e992464e41c", null], "issued_at": "2019-09-19T09:04:40.426718"}} 2019-09-19 09:06:40,599 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,603 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,605 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:40,625 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/d65fe8fe-0afc-4470-bc53-02087e1501e6/action -H "Accept: " -H "Content-Type: application/json" -H "OpenStack-API-Version: compute 2.45" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.45" -d '{"createImage": {"name": "test-snapshot", "metadata": {}}}' 2019-09-19 09:06:40,629 keystoneauth.session RESP: [200] Location: https://images.example.com/images/b6d53e53-91b7-408d-a318-0a1ec24e7302 content-type: application/json 2019-09-19 09:06:40,653 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,657 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:40,659 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:40,749 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,754 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,756 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/b6d53e53-91b7-408d-a318-0a1ec24e7302/file", "id": "b6d53e53-91b7-408d-a318-0a1ec24e7302", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "pending", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/b6d53e53-91b7-408d-a318-0a1ec24e7302", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2019-09-19 09:06:40,805 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,810 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,811 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/b6d53e53-91b7-408d-a318-0a1ec24e7302/file", "id": "b6d53e53-91b7-408d-a318-0a1ec24e7302", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "pending", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/b6d53e53-91b7-408d-a318-0a1ec24e7302", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2019-09-19 09:06:40,822 openstack.iterate_timeout Waiting 2.0 seconds {31} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_available_floating_ip_existing [0.176920s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,762 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,766 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,768 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,770 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,782 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.701802+00:00", "project": {"domain": {"id": "e680ffd3f7ed42ca8af944e5b4262e4b", "name": "3638768a8ad240518b96229473182f51"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0802606e8622410f9b105bafde40d948"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5bd3ad284f5440cca9d4d9b2b24027c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "20f04dcb4d244ad3a46e91f1aca3b397", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "448fd81cd40c451c8f7830dbb6aeb25e", "region_id": "RegionOne"}], "type": "identity", "id": "431be82875964d8da0f4d1ed167821cf", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "996b66b0ae4d45c78d83dfcc4d86add8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8a6ab1f22fb0423baffe2868c9120c0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "bc07be9dae4941b5b5ec4d09645652f9", "region_id": "RegionOne"}], "type": "compute", "id": "00b43eee09b84b4bace58f845cab9fc2", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "fbdf585f633d40979e59a39492062d65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "42d047b167a74b1aab05d77709ed3663", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "492528d24a7f494e99048aa182c8124b", "region_id": "RegionOne"}], "type": "image", "id": "6b8306aa3a5c4913b69eb89f80a6d691", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "85274a97ffbf4ba89d5146252bc883cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b58b1a398f904868b85520a961663596", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "881b5691ada34db297446d495e0e596d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "36b1005996a74c34ba63cb6945b6e7f9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe3999a573e24025803dbf14e657a396", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22fe8bee2ace46c79a82079cbdef39e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ea0afea32874264a8b30fb126b6bc89", "region_id": "RegionOne"}], "type": "object-store", "id": "ddfbae2b9b9146b581edb8af5a700a6b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "812991a8602e49cfa57b4eedd7f546d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ffd3d520f5214745bccfd93b5c11f03d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b1972fc8e9bc4657a6be483d276c8915", "region_id": "RegionOne"}], "type": "clustering", "id": "0ce661440af0489d83fa34f02a69e3ec", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3beaf29bae9848eb8849a04abce4c1ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "caec4529879c43a98b683f4a25b549b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9e479827ac4a4f90a6133e9dee6045eb", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7eb4195a3eb54aea8c85fa9faeb46c5a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a223610a2fde47deab048a9598acd471", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c4aab4b037914d1da4cd304546a47986", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ce2f2a83925045eda887c048fa0edb45", "region_id": "RegionOne"}], "type": "cluster", "id": "638575a2cea54dfe9445f26545db05bd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "94995ec478b64c8bbc916fdf309f7171", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5f941dd06ea3430093f3d4a3d5432ff2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "49d232bfc7c84d2a99009fbab42d1870", "region_id": "RegionOne"}], "type": "data-processing", "id": "7537d0af686e4828b2b9c2092cb32ab1", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "02c3339125b14e63ac8da8074a2bf515", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d8170c9ef4584c67b2a3abacb78da9b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "da8d5102711441bc88907717028d4e03", "region_id": "RegionOne"}], "type": "baremetal", "id": "c8751c8921104976a0a2deba7fede157", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0f62e38bd9ca407fa8c89828f4b5d04c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "998ba8db2b774840aa958eff005af5ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "29c4f695dcb14da28704df06fe133ed0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "68d4442c975a4be1bccc75f7a4e3750c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "61e6620fcf8c4ab08349643abb32d80d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "025572d89c5140fabd219345858c88ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3519335003d34c5caad1da49a86d1aff", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a8bb2290411343e0b419f7b675933bba", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "73c5cf3668c94ca893ad7cba01f3e287", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "506b2ac0ecf44f0eaecdee32bf06371d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "710e5a10c6f74f838aaaaab8512ddebf", "region_id": "RegionOne"}], "type": "key-manager", "id": "d0afb31d933e4c5eb2d9586b94f16cbb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "37cd8631a5da499fa20e16e1808d8651", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "554ab0b9685d46a8999e76e7a6380427", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "af34b4ed5a6943f6b3414f139d0cc10c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ba5b3ad1afb34fb2b83d36f39a75a655", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f300249b95234e608cb40ab8246cb5e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "66d3308840054cbea3e8c4bb77cb1b27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7d0527ccbadc4a7694a2520932192f71", "region_id": "RegionOne"}], "type": "infra-optim", "id": "82423b8e8f51426aaa9cce0e1758ad72", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b3a3769d657a4130805acc2f7b0faa42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3a4fc9658aa9458ea4fbbff563935b45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "573ba5d2c0f64e9d8ccff574d47324af", "region_id": "RegionOne"}], "type": "message", "id": "c6b910d4753945148bcb6507e5fd15d2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d4668db1e40e4984932568b1c043855d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f7c30c99ee8e45bb9852e5c6814c4e22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2ee8a061cb87468988bdbe1b21092640", "region_id": "RegionOne"}], "type": "messaging", "id": "b90da5f30a2944a7a2f8fa94ac4310ce", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2c0ae3b6113f4ec4b64d3c21327c2827", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "404fac2876a14b09b80c32dbe3e40d40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4faad4ab2f21432aaf94a766978df6ec", "region_id": "RegionOne"}], "type": "application-catalog", "id": "280b07b2c522427787b700b20c0bc618", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7200b5795c11447383c6e334c3c589af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e0274c73356041d589ee19da21686088", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "af9885506bd947ba84edf73d24c8f4a5", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ee8e2e6769c44a618c362031b4223913", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8c79cbf7f6044b0f978ace28988a983a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "11d5f281c8ea4de68816c8cc0ed99789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5d52bfd5fdee405abfddb96af8166b86", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "bb302935cc2f4f7997fb55b1f986174b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "437395908681424ab583973146720118", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "86fcce92cdb94c58841c10311fbb8baa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a51809688a2a4300a1073bb44d4bb41e", "region_id": "RegionOne"}], "type": "container-infra", "id": "c1a182d5b8bc45dca6d2e72776194af6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5158dafd26aa4535ba62ed0bbe7c749b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "290666f5e55643ec9f2ae3c2e23f33b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f77a91609d7942d18036701c5faff6da", "region_id": "RegionOne"}], "type": "search", "id": "eb5223add67b40ae9904b56debd77eee", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "36f17877bef94165a604019979992635", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "51fdf4eb796e410696f22699f56859d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "67120513eedb4120961eaf42aca37305", "region_id": "RegionOne"}], "type": "dns", "id": "fafeebb69ac240ccae27eab6e412df06", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "88bb9245452442c887cd261b8a529691", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e5c4d6e8f63a4f1fb7e35dee344b067d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c0cc45e747cd4e049a64affc31c5ddf2", "region_id": "RegionOne"}], "type": "workflow", "id": "7fdf621191ca482cb369ec8fe682cb47", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d79d19577a674f0390854877ec92cb87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b866f2fc1d39487ca64aad922ba62614", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a4c8b8c3ced444e294d79317d87dfa1a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e9aa1ad291544ad49b64081d3e8ba95a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f750090fbaf646d0b1e84634d8ef0b18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0c72941f699a4310ad446dcaa87c96f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0b84a6131bd64cff8f2387a28b1c874b", "region_id": "RegionOne"}], "type": "rating", "id": "89c31d81003d4488a6710cb09ca746bd", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e483757b0acc4dc9a49d8fec1d1dfbf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bc194437f75d4dd58539b3cbdb008fb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fe5d28a04e594963959b64e788bce744", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f293a6a9f478471dabc139d2a15fe57c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b9171476628e429aa9cd5747ba52418c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c929ab2d7e364ccc830bc8d61326ac19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d508db91ecea456b8fee7269f6250b1b", "region_id": "RegionOne"}], "type": "policy", "id": "14b523d105cf4c03b0aec0c4ed7ba840", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e56c48c9a27b46c2bbd4c61483efe985", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dc38b218183d4d2089066a08d01c43b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "311954ede0dc4744a636818829e655fd", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "801a8d4629774a1fa40087d1ecd4a5a6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b7cc1b077e30445db52a80e1d18be20a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e5fe7ce55dc6400ea9d2714f8b8f3c08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2f213fa9fb204c8285867128e5f0bf04", "region_id": "RegionOne"}], "type": "sharev2", "id": "0ffd55b626344e86bb35d06504c4a391", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3d92d70776a14bcc80668f236b3f622c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "31588083f0f04b0c9fa99e66f8682f0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bbcff0c92a1c4371aab89bb6d4684fc3", "region_id": "RegionOne"}], "type": "share", "id": "c597777f7bd24c5a912dafd00ce698a3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b9f0bd78985c4a3fb15a46f08c226e10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2cd3669f717440f7bbdee2a29dcab79c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "661b6432fccd46e1bf166d2e1e71de0a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "2a3c3b9209c6430f918f6e7a20c5fe53", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37f3ecf721484e4f91967cf680e9eab2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f362224b4921432499b7047c3b27667e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5afee78b73a84e589045a9cd302c9adc", "region_id": "RegionOne"}], "type": "orchestration", "id": "dd6f8599b6484fa2be34e0399d4fa080", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ec9d628da0a4c5196891d312a4e0567", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "edf99204936f4ffe861345df5434390d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f723ff2f4ee741009c3abd4144b1bda2", "region_id": "RegionOne"}], "type": "block-storage", "id": "cf40da7f861a450eb59a0ccd7bf9a997", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e9092eacc744b84adf08e2abf944083", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4dcf27b74dd433aa7a538e50c676a2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0552c80b50ac4af0ac050923d91d6c87", "region_id": "RegionOne"}], "type": "volumev3", "id": "955d7de057dc4076bfc30cbd4e252930", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "865749aa646342199e3c115f684b967d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8a9cd8ec57d4855a223f8050800df38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b8efa8c97b94edd981ba7fe76487382", "region_id": "RegionOne"}], "type": "volumev2", "id": "2e481068e4f74d45aba2677884c69a54", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d596b07f00724dd0bde8cea78ba4d61e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5e7e2b2119c4e079510812f98d12a8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2dee5596ec78429f97985338d58d4b3f", "region_id": "RegionOne"}], "type": "volume", "id": "3d4865295fc24c86b220ee4b3eccf6ec", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ce6e4b83baa4037a7b8e47b3b4d4e78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d8be644a5e14680b75d669752c17800", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "78b6a153b47743ac949bdec802670f05", "region_id": "RegionOne"}], "type": "block-store", "id": "c3b6ffa2a60341cfa5403457e55deac4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2bfe819344f44ed8a27f3c6aac447d4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "59a750746f1b4eec8fc7b0b9665814a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b5d99c16b24a4de3a6e7cba5cd326b2c", "region_id": "RegionOne"}], "type": "alarm", "id": "74d4279a75204e42b66bf2be10428452", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "042c5cf9295b41f287ab3933bffb1b54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "44483cc604c1475685c0d58161439e37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "30db2bbb6ae34420b976bfb3c2121256", "region_id": "RegionOne"}], "type": "alarming", "id": "5497da8ec5f64f9693d6a7531723dff5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "151056cb45c045a083a0dc53a4d8377f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1257cf04698b4776919bf274bf305396", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d080ba7e1c204e49914909e5d85a932f", "region_id": "RegionOne"}], "type": "meter", "id": "8ec712ace6494362932e47f0e58e0388", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f70e147038c9432894c916ec14e152bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4c2e6904d14848d4ad2d9b31e04b9728", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d0539a5399374146abc3da96c9529055", "region_id": "RegionOne"}], "type": "metering", "id": "ab03d9ac16fa4cdbadc11ce34345d5dd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6657a0ddbacb482090a2aef0b6c43160", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b4a8941836254d6586db0afe5cbd5c57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0e99abc319394cfba1a7727cd223c644", "region_id": "RegionOne"}], "type": "telemetry", "id": "daec8dded94f48a6a072fd6eaee4b217", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "22ef3b14cfc54cf5a651dd37f5f89c0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3e7b37e0a663483a9cb41573d37a0379", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "41e5246c98544c9090983861463ec60f", "region_id": "RegionOne"}], "type": "event", "id": "e39206109bf24c328ae4ad0eaf334435", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5adc274687dc4ed698625a1a1c458c7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bba9702bdf74485dacb08648d0d92c23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4246d8cc2fb7468ca9f5cb37e5eb4bdc", "region_id": "RegionOne"}], "type": "events", "id": "90c9e8734c5845e9b76949de9cb40e5a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a1343111b2ba495782aa123adef83e2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "696cb2b8bab345b8b8125ae70c31a2ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "676e9521fb784d50926ccb23393586a6", "region_id": "RegionOne"}], "type": "application-deployment", "id": "092ee3762cc24e0eb62a3aa981c717fa", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6f0ebfacf6234f8e9739b3026c0b5ae6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ca85c7b5ba04495b907c8666a3205e57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "276d01f157344f538989ba168593e2ba", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d0761ec39d6f4ba98ca1db200aa166b3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "eb492688b8744162af0e0fd632a7355d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "242f44b83492465391c23a005d5cdf79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9a42fd4cce7742cfbe40681e35334967", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7a679a7caefc4f96936aaa3bee874ad5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b95aa34d5d3840f09871c37dddba6d96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "be9797a3d7834413ac4e37df2d9557a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "83a7bc36d38c4f6c9e4daad5ee0e3ea6", "region_id": "RegionOne"}], "type": "tricircle", "id": "88515216b5e34eb882443734257bd40c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5eba6eceb3bf4314b6227f57db1d80b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a3330b0b352f454c86f2bdad892b1a69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "041926ad0fdf44f185a7213c672ac38e", "region_id": "RegionOne"}], "type": "database", "id": "a1068577245e400d9e9b7403b60d45aa", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f6bbb39aad414968bcf6ca891a93dfd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0152d999313c4c73b2147474f3335e22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "02fe2eec802e43f2bdac21a288ec955d", "region_id": "RegionOne"}], "type": "application-container", "id": "e8e280c51f1244bb81b78fd05b37772f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dcf7c1d801cf457c899e9b668c19f211", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f3384b872b7644e088b301925cb706a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4d2a4aa4d1b0437d946abf149d0bfa48", "region_id": "RegionOne"}], "type": "container", "id": "b56e92633aea4f2290322d99fcb1e030", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7503f0f4420d47b0a95ba965140700c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3b95845f72cc45c0b4db8324b1872ca1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "22d1e187ee294344b2eb3578bc3636b0", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7440e2b4a0b4459eb5d9e9f28dc1b800", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b17e6481e3024db9a01eb1e4caf851fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ed5cc9bbaadb4a6898fcbfa34da42283", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "19ec9bb3f406485fadfae61edb080115", "region_id": "RegionOne"}], "type": "rca", "id": "eedcf051074143fe8617ae9ccf5c30c3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9391808828944a07948a6af9ec985cb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c27b2ecfda6c4c2da0cc58700097416e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "84a6b30746084988ba27cc30c9e21ca0", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "72ac49576b304b328935e7d81c40c02f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9bfa02703ea74524abd7976b1c8ba376", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "214bde1aae7f442bb856410c846ff273", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "635be7f1640446e290462aaa7c016dd3", "region_id": "RegionOne"}], "type": "network", "id": "70e86badf52b4a8595b69b184f9146e7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1912cc6d7ced4b248d3d3a7a320d1f68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1d3a405a1d0144ed8326481794ed9b15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "5e54a4d270264ef4af703ca7bd42babd", "region_id": "RegionOne"}], "type": "backup", "id": "7284d07237b34a92b64198a5eefd0898", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bb882855679642bead3f50e07fb48f80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b0d5234d572146f9a01bda0311fbb648", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "978ccb0aacba4248a313fc9c732153fe", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5d332d9346b345179c1ad39b8028e832", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "de09dc737634480fa983bc07f9ac293f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "06cafbc74d174e46a4372027a4ccf5bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "faf3b208bd6346098e02447c49cc838d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c351002e9df342338ac895cd7b716db6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f8da85181a4349a89e91ca4c9fc75def", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2db27944ff304007980cfb531ff2cdfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9ac65333464f4edfb774da86d07dddb8", "region_id": "RegionOne"}], "type": "monitoring", "id": "6dc00686181f4d8680483b67bbd14c8a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "67de2bc3df1a401388c31e2bc83afec2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7e540343f3d0428abcb7c37919de03c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d2d97b4b418549d4b752bd4816f6bd5d", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ff01ca899acd4966a631b10fc1788cde", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e8d68b8856d54328929f3623020540f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "19339f5342484eff9f00206c6f4ad640", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "47da2eb12d15442a9379e52241988569", "region_id": "RegionOne"}], "type": "placement", "id": "c8e7941fb31d47a18b2bf86c7a30d525", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c771b59a1a8048168e54e2b862c2abc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5356b8c52e02427aac2a4fe35fe89545", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "91918ce6c42a48ec993c2fbdc0731416", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5352fba506274bcd9854473e497f7008", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "26c49d089b4f40acbb8e0331521ec106", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "60c04f757d424936897bf30e7e6fd100", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c8a43ba578bd49dbb7ba366b4e7cc86f", "region_id": "RegionOne"}], "type": "ha", "id": "49b4dac7f8dc49e2a7ac0e573c4a98c7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0e318d6fba29448aa78efdc475094a2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "def9f7eda8c24232bd32b752b1d67c46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7fe81ed66c244229840cb31f47a9712d", "region_id": "RegionOne"}], "type": "reservation", "id": "9d1a896d85cb460694091ac018e032e9", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "56631a1603504528a114a45db92433e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b657876db1234ea28837c4f8ce3049ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d4f8d2836d1f430ca6f9945bb4f94f55", "region_id": "RegionOne"}], "type": "function-engine", "id": "fba90bcc256148729b7fa9abad05c15b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c1aec1ba8ab5447bb081f3d62ad5a715", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d91be5fb51af4de29ed8bf56a1c07212", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "314392140e41473eb1820806a9d499f2", "region_id": "RegionOne"}], "type": "accelerator", "id": "0ae5dacbb3c54b71b76b8360460ba47b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a28bc671981048e1a166295799a8ae9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "03d38bb01673443a948d5d2d00292085", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d58470eeb34f4ae5827ffc3e211148b0", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a5753a8cc8634c3b8bfcd6cc80c5b96c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "533783d58002445ba83f5f4ab2a4da3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6fcbdd5787674e3696bcc3fd8ee6dee5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "66a8de8916054ff18eadb9b8a8333806", "region_id": "RegionOne"}], "type": "registration", "id": "4714491c641a40dc964002cf57e29af5", "name": "adjutant"}], "user": {"domain": {"id": "6e6089f88d5c4c1db598f9b9910fee57", "name": "f3ff4b838a28410e951c0489c901c32f"}, "id": "5643136398d7484b91c7d0f83a591cd0", "name": "3ab1f62935ae494a90fa15b796e06c68"}, "audit_ids": ["ea4f9b72d5d44211a54c01067f472e5d", null], "issued_at": "2019-09-19T09:04:40.701802"}} 2019-09-19 09:06:40,866 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,870 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,872 keystoneauth.session RESP BODY: {"floating_ips": [{"instance_id": null, "ip": "203.0.113.1", "fixed_ip": null, "id": 1, "pool": "nova"}]} {29} openstack.tests.unit.cloud.test_qos_bandwidth_limit_rule.TestQosBandwidthLimitRule.test_update_qos_bandwidth_limit_rule_no_qos_extension [0.173074s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,826 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,830 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,832 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,835 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,847 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.764442+00:00", "project": {"domain": {"id": "6b6a35ede15e46f3b6f04a1724788531", "name": "6eaa7c37bd2a476aba2ecf401c329abc"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "be5f9e4842e4454289a6ea548d42240c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "fb14495938b04bfdbf66e2b5a6cd508c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "237a4f7384c7475985959a22abdf95d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7fc7926abab042f684bab2ff4f89ff0c", "region_id": "RegionOne"}], "type": "identity", "id": "406e7dc48aca4063bfe152c5cc03dd86", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cbd1018e435b45d589e4c60a61446417", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5483f6145fd44cfa914b1c1b954ebec5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "0b6a364d60ae4f139226e3156a574f01", "region_id": "RegionOne"}], "type": "compute", "id": "585d5333796f465ba7c98b1478d564dc", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "cacc5cd621734ad69168af998f7c0dd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "522b97cc6cf346a697487ecbf3b1fe5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "793bef37fa78490d801a2710b225777c", "region_id": "RegionOne"}], "type": "image", "id": "5b5e52d5e2574122ae3e58f772085042", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bc79f437a24a41dc8bb30e7400c4edd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "743051c35b1948f9a113784cb5535459", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e00c5a2fabf54a899ac52f7741525f4b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "bd722054235b4d87b1c3cabf0f6017cd", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01550779ce124929aef1fc9c6a7bd81b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d22ac246af8f49b5ae781e7ce66a7f9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50fc974413714f6da680950e1ea9a09b", "region_id": "RegionOne"}], "type": "object-store", "id": "cf14747d7b8743d3a550a372750e3c3d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7858cf66bb6c477ab25690f963dd65c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "96b1eebda831448395b8cefd7fe2e860", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "78d39470552640cd981bb79f86c91594", "region_id": "RegionOne"}], "type": "clustering", "id": "3707e1a607d44a8981ed974682352544", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d8bb4dd2827a470a9745b03ce9efedee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d2d2a857d4c04bcc9af518d5d5604ce0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9284ec7f0c6d428b862511dfa81c9296", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "fd96dfe61da44061800dd5d627f9d48c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2644f8b4eefc4b859cfa762951c23d00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c334a7904cd64f55a211919ba7203135", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "be969285d9df4b3fbbcd8d32adb1ff85", "region_id": "RegionOne"}], "type": "cluster", "id": "4f2da43b38174bfcbccd826e255c8bf9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5bf2d7c77fc14639aaaee2d63288f593", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "11ea603f7c0244ba91042f0a34ef429e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f29db504f2fb47afa2d1b80cd8ebe3fe", "region_id": "RegionOne"}], "type": "data-processing", "id": "ebaad68aa7fa4dab956dc48f278cbc7a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4b89ee9080b44c768625022496bdad8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "740c9f05696b4b4ab6b912e0470755b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "59a0eca01daf4111b5a9006603d8c326", "region_id": "RegionOne"}], "type": "baremetal", "id": "2c8f1a3c6f044e26950d928c99393360", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "89a7f80215b3462391487989a7082d2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4d7259e0d62e4f8e9c0e26460d0c5f6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a804fa9ff2ef4de3ada57c50a5131070", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a97f018e69e14aecbcb29c41536542ad", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "87e79e1865cb40da8877272ca051eae1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c85a5191713c47f48b2b2e44f16bbf25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e02f578d2761447ebc222246c2931672", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "3b15b92c25124486a872c3fa02812ec4", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "efb3114a19a04604868ae1f749722907", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "88e0e88e7e404b659d7a5809ddc53076", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "3b41bfe7e84c4efbafe9f5c9dc043b71", "region_id": "RegionOne"}], "type": "key-manager", "id": "a9287012be6e4e048d100ab99fd22fd2", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b82c0666f07e4516a5caf19ce2785794", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "67585af3e0bb47388e7cf2b02fb4f384", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "89fbfba1af0b4e60ba608b1b1dc5ec11", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "da5a45ee69ce40a2a56caaf1f0ccfba9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d8668d3328f54854a25e1db345868144", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1a4f637b857e4be99477de82fcf08045", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b46e68d5acf448f1b2b8be0d4781912b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b8d4ffb3c4b2434aa0ddc702ab8ea5fa", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "65f498411b9842fb865856d38c4a3752", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ca905554c98e4b0baa6063725e265d33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f77e4a9edbef437ab7de6585ff487935", "region_id": "RegionOne"}], "type": "message", "id": "dddb75ad62364c10862954fd3cf8e278", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "088c51e967444000a06431e679be726d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d32f9c39b1864131840cb7171140e258", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3f010db017b34200999e50916bacefcb", "region_id": "RegionOne"}], "type": "messaging", "id": "4a7b205be95446959f8912f49eb08b50", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "743e3b08769f4b8f941b1540a844ca32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4d2d85af3e3945ebbbe9d0ae791a1b67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d2a7cb455f6142ab879128cdcd823caa", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4694a3505dc349049b9381609d0609f7", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "865371ed2336400299e820a516cd03fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b272e638bc924636b5df7f80bac5ba51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b9ed3b22fdfe487ab9e89665111f8151", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4de469a26a354e40b49d6499318fe181", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4fbb72fa910a49bdbbd45eabb98c7e97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7e653afa1fd9416085c9e249761fc33f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eb6c4bf0982f46cf8aa65bc5955ef57c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ac1168eb930b4bfe9ae0de5bfdec56ae", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "af1efb0fe8ef4a01adb7f1d1bb3597f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aa5b14bd8f4e454a9fcd8cf0efe3ec59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "847c4400f3cc436d81961c4e245923a6", "region_id": "RegionOne"}], "type": "container-infra", "id": "9f912ec29aec40dda3ba0dac63cd5467", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "beccc0cab262432bb720b4a627f67f31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d23bcd19838d482e8d759655a151dc86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ea13ba2fb64249dbab175a07623b55fa", "region_id": "RegionOne"}], "type": "search", "id": "16dce80813ba4f12bc36d2a231b2b0de", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "bbcbef9f115f4e49b21537039957fbd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f50c316fff1d4228b9c878eceb47580f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "045f3b5b9fd7483a9afbebb58b946b58", "region_id": "RegionOne"}], "type": "dns", "id": "1a8cae2626924e86b91f1ef93cbc8bd8", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "158a73e4971949718eb9ec1095c7483e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fe80318b588a4d169f87f99ece18ddd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bb8fd6fdc6c74ba8a46399ac554befe5", "region_id": "RegionOne"}], "type": "workflow", "id": "cc11ebf8662e4e81bb2b5f110bfb5674", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d4361ba12d924c89b7118000f9b84e98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cd6a9af4cfdb4077936597cd126bf174", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a98d9288173444428826a5ea260f7cc3", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a36b35cdfac04f138cb972674deed81f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2efd4d8088924cf181da7ee1c8db103d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "af8e5045875c43038315e208ecdbef64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d74d692341d145c39a7d79421d55248f", "region_id": "RegionOne"}], "type": "rating", "id": "d548f8c891e044ecba7a5685ebad611b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fef0c92459f44a3791edad68c91e8a57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "effb307da6fc45d488fa431fe5e1c659", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b9a2b5bb80e145128099e72caa0b6121", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c31276dbb6aa4adf99c5730a64d5ab7c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7ab5b28f190a4c45b95234338622ac09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "75ea3accdfb94aff8d53e46749a50bc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a1e53ae365e64fb0950fc5ccd05275db", "region_id": "RegionOne"}], "type": "policy", "id": "3add53cfe8f4484595154301704993e1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1f10d0785149482ab7e5542f3ccca5a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "51033492d85a4b93b5c13be626daec34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "81eff522be654b02b8e0342825956df6", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "07403050addf454e93a52d3522d8315d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "644dbc1e6ef746918496a5dc2e27cd61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b01f8f40ec424b8a83969360dbb40d42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bdc519720b6f4dd899446545f38cf903", "region_id": "RegionOne"}], "type": "sharev2", "id": "4b4842ac9d704669b5ee97a5bd033650", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e7ae4ea4db7545a9a796edac48d4e0ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ff29a85d7d0b4ee2afa03fa231eed3eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0225f57b3c5d4684b79cc4f940e08e1e", "region_id": "RegionOne"}], "type": "share", "id": "9a71a130597343b0ad85dc52f439d9c4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "88cf7b8044de473c98b0bd4496dbe103", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "afb5aeee8a8e4c4a96e0515a75e212b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1ad335488cb744d896d021b0d9395031", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "fe0afc8b27ca409b82ad197d1f7191b6", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05469022f0474dfb9710db8de62fdd98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da77c2006ad647f29eb0a543c030a10b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b5a91725ccb47a6828438f3d47d3a8a", "region_id": "RegionOne"}], "type": "orchestration", "id": "fd0d1f94b79a4fbf9f5eeaedcb145d6e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1b6af73a107469b8b0add2f1d8322e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7398a05caf334ce38cd3d7ae45a1aa7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04f54009261d46d5b3d42a6643fe4a13", "region_id": "RegionOne"}], "type": "block-storage", "id": "3b15c32be6514a1e9c4d464b05f05d88", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "015f8bc7bdfc4c1eae68bf0e13b478f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "101262d6cfd8434d99379085e0457895", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94f3e7c4b21e455eb545605e210a0990", "region_id": "RegionOne"}], "type": "volumev3", "id": "c9235128faef4b7fb9f9b99ae6b5b72b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb168f4d84f745a5bf6897d3716b4a30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "655e19aedfaf4ae5b600341740bc2475", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9de1d2e006964ed9a0a0d5ad93250f42", "region_id": "RegionOne"}], "type": "volumev2", "id": "0788eca460ca4b1a81e2fe11f30f3be0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "820bfa30aedb41c0a5e22bea85a1f403", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c92c3769d6049c2aad99a564ccfcfdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07939220103d443395f0d259bb31a70b", "region_id": "RegionOne"}], "type": "volume", "id": "ac3911e4fb614b7bb39f8ed6ab0731b3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d29cb3603b94c638ff271bd86eee535", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93c338d6a225450da2ed858a65bb99a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33f1cb5bb7334a62a4b5fb86d1735a0a", "region_id": "RegionOne"}], "type": "block-store", "id": "b6fc9345eaf14e71a6bc0eef54320b7e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9d1109660f9f4ab3825e84766f48b022", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "16b6129945f54a94b58902ca52fe8774", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f70ec4dedb8349b099098d86b68a56bd", "region_id": "RegionOne"}], "type": "alarm", "id": "3849f41828ed49d4abae14d7dcf4f829", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a46dde913e5947c5a64fc85b18d8ea14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "694f241c1a48420eb4226d97b0baa10a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fc0ad39cd8344098ad16d95ca3219021", "region_id": "RegionOne"}], "type": "alarming", "id": "07cea95aed2941d6a3fe31731318acc8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6bb74720020241d28424e328c742697e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6f4e264c8594451e8b858d8f65211d75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5b5219c31c2a4fa5861cb0c415987b11", "region_id": "RegionOne"}], "type": "meter", "id": "45950899137c4613b16e18e59daf9ecb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5c7b8bf2cfdc477aa0bf540a98f084a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "94719bc08d744e539709a7b24f636ce8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0457308069e44a09a0d59c098c2fa6a3", "region_id": "RegionOne"}], "type": "metering", "id": "f1bf884449094b1db3c10f62eb9fabdb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d9128b010e694924aa9000b5db364fcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0d5a566c5d9c4eed8dc71bec03beb10c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "55dec1d038ee490eac6a26b9f5fd6d49", "region_id": "RegionOne"}], "type": "telemetry", "id": "74e9e059bf2342dbb36575877c8d246b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "225c54636bbc40b7a1441980bbe08164", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5ecd5ee9f78d4441a7a0b3a090fc6498", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "03c457425fe0467395708c7f0e07653b", "region_id": "RegionOne"}], "type": "event", "id": "95af1ba478f44e0983c4cbe8d451be2d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4689a187e31d49c1992b65cc77455103", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8ca9ef5e8bc045ada58d7fd6104d3ee1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e49f8e813b2046ceb2de55698ac50744", "region_id": "RegionOne"}], "type": "events", "id": "fd653a8394994248be8c5884a579f186", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7d6fc68e2b7b4b08a0953905f3ef9fd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6d8f37b9730144f3a9df4ea324f2bb68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3ed05147abfa444f8eaf4df71eab2cfa", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2e0cfb461ec14fbfaf945ee4f61ee009", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f4b97824064f4166823086047af5e2af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "02928782d1054f2289aa9a0a99384153", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "52d53e46a168488f89458f278e05ded6", "region_id": "RegionOne"}], "type": "application_deployment", "id": "30f147f1fd6841bc892b296a6d919c58", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0154d5981cd64bea9bc1a9de434e86de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a34d0cc5fe2c446c99a72652730df4a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c45b8b6642664527a7b8a47a3901914e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "cccdfc3547084e42998b66662c7895de", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "356afd705568431c9fbdd5dd83191d1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1cd041ceb78341e994e39d739b49b8da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5c7f56cc6cdb4e32adcf45a3c620969a", "region_id": "RegionOne"}], "type": "tricircle", "id": "69c2c7c480be4cb09fc8813b9fcebf55", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "eb5ed372ddf84ad0a6bee97c758b8142", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "72bdb3c7e01c4a749132a54d06ea5817", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "cc7768ee998f42edbb9ef8054b7164ad", "region_id": "RegionOne"}], "type": "database", "id": "5a6c1db3482246a98ac4e902b7e78d0e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d8e2eb260b244a149810505c459d597d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b3b8ae26b0e447ffa5fc7b34e3a274c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c5e013f664ab4d93ba3ff07ed7da7499", "region_id": "RegionOne"}], "type": "application-container", "id": "f1fc7b3a3bf54e2a8dcb88e3323cfd23", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a650f69c565d4150ac3630f5e16966df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4c6220b588004ffab1186c0965287792", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ef9aaebe4e3c445e9eb1b4665b732a1d", "region_id": "RegionOne"}], "type": "container", "id": "fce111ff554d4fc893f2afc96751d342", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fa3329d6391140eebe61359cf524071d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fc56e79df0db433987f6288511696f29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a1591abbf2ee49ac89bd7ef664f54571", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b7c0f192406e45f2bd1feea9fc45104b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "631a87fd10644ad683257f5745d6985c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1e4b1af44ed04d209937da46d3b8745d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "24c245b4e4da413ea58dce8b60bb7afa", "region_id": "RegionOne"}], "type": "rca", "id": "c5b05cb026f148bf839ed5d90b329765", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e4c48649f655404083d5cb033d697fdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2e8bdb0269a748669bfaed7ad970ca8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "bf0919a6383749bc833c1a9d817fa77e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "47ac6c28cc944b71a5f1ef5ca9eeb867", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3d0b126be19f425ca51a22c014cb7801", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "847fba87bc6f4aeea5706d429718b9cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f0354a50b8364ae4b5945f83b802c80d", "region_id": "RegionOne"}], "type": "network", "id": "5af14dbc8d634706b876b35cc6233fba", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "b05835dd844249ce81a375f5b063f0de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7272cf87edb04039ba62037dd89bfe04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "51fc7f9942f4470cbd500ce84207af07", "region_id": "RegionOne"}], "type": "backup", "id": "0d6cf6c4d0834038a7e5ba031b207e68", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "44d5e6698c6e4527820be3187b5167f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cf295ddfddee4391aab75456b9523296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9ecbe4821b074d8a92a8b36f2f3d3e65", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "021e03c35ad142b1b07b19357c4b8f46", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "948b1c4dc3ef4daa995f03cef3b3f563", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b785b2f4a65846bc854f10438fe1209f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3d34a7b50c454ff8abc94675641d8675", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "237a9e6bcc2c43d9a1cdbe014b552dfa", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3ba5349fa715472ea9d88ac57eede40d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "87a5bd27ed4f42c799217a5af6e3aa31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "411d611a75d64cd6aeb9e440fd8ebeca", "region_id": "RegionOne"}], "type": "monitoring", "id": "8eb57aa95cf7448395f751d68805f718", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b2e2a0c15fb44f4f89d471553a3ca1ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ba9e3d4a643d4c7f9b1c7d26e8ddc6be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d4f42ada5189425ea09877e5f36db692", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ca8dc92e13b24f019004ff7f5b1d2561", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "607d33a2a30344ef95da6d1b04b348aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "78a3bc6f183e42458548139a2d643197", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "dc2a0220441541129c86ded644d1f3ec", "region_id": "RegionOne"}], "type": "placement", "id": "3ff63100cc354cf0bbd5cb2bf413806f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fde157f8977a43fd921b142485778d27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cb62957534e441b6aa8abb34ae9fa236", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7b370a5671b34a439cc73dd4e50ec9a7", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ebb5a7d53528453d9a89f1aa12bab190", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e933cabac7584ff985dcf1589d41beb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4890d73fe4ff45b1a57883ac6067ff55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "761ec501f10142c28472154e6b71f006", "region_id": "RegionOne"}], "type": "ha", "id": "234a2dc4e7ab4fc0b6447cbc068e882b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5cbd31cd5e3f4b13a18709ebe5b35b56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d3f65443d3314321987e9a93fb987ad9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "26cab50499a744f6b4e4b01519c1b25b", "region_id": "RegionOne"}], "type": "reservation", "id": "54b1f1d818b7415098de09c2edf943ce", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c9c8555e5a01448f9d5f41fa09e7ef32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "82b164aa6ea246609cc5929252e3cb4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1ca69ceac5fe417cbd4ead1b12f1ba90", "region_id": "RegionOne"}], "type": "function-engine", "id": "b8f5a2fa2a2f48d78f76381beb5d922b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "13c5f6f0b0d24e1598fade9d3a42513f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3770106be1fa4412bde4c80c395da3bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7ac20ac80c9c4be1b631d26094e0e519", "region_id": "RegionOne"}], "type": "accelerator", "id": "ab312d45bf5d4834af48935b0147035d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9cb638eb7c02423c9c0471409d2e36bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fe74b3e63d804a5dac3c55c69d08c87e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9e9a337b821e496da575303b67c26d59", "region_id": "RegionOne"}], "type": "admin-logic", "id": "441b87b9d9c44fbf88e6596fb257d494", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "be91330525f743109da96db777b95105", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cb668d1e844a4a16a7caa48c2cb2bfb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2a198001a6f84469abc2fcb1388f9088", "region_id": "RegionOne"}], "type": "registration", "id": "2724071e99ab4c2d8031cfd9dc1b7ebb", "name": "adjutant"}], "user": {"domain": {"id": "969d37f486c2412ca0cbe088d476da82", "name": "1fcbb2594342469bb68ea6ab9cff7163"}, "id": "09bb0e77ad2c4172ad67868beac33c6a", "name": "7161216b92d2458fa2d2413e4701148e"}, "audit_ids": ["142709f07f7744418a67b468b34e9d97", null], "issued_at": "2019-09-19T09:04:40.764442"}} 2019-09-19 09:06:40,925 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,929 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,931 keystoneauth.session RESP BODY: {"extensions": []} {13} openstack.tests.unit.cloud.test_image.TestImage.test_create_image_put_user_int [0.368601s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,611 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,614 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,616 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,618 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,630 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.537858+00:00", "project": {"domain": {"id": "b99ef705a8cd4b5786858bfeb3124d88", "name": "683c8ad9bc1e4d6aadebd6670dc50f3a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c445e6617b194992862bfe3a5ec2b513"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "51d15f7f08f94a47929b44a0ee1886e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "78d06cc7ad744c8cba24caac82a5adf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "30833bbde2324a80a8867f0a2571a401", "region_id": "RegionOne"}], "type": "identity", "id": "bd3f80cc69f9430baf73684ba4b9b6f3", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0be36e4382c542f6b3b188e1843dd518", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "415481c51f6141c4a349c3a8ba6da6f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5530a22d749a4f65b892ce7ba0e80e10", "region_id": "RegionOne"}], "type": "compute", "id": "2dd8fcdaf6bf4573844adb3bee8d8d73", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "caae476184a445b49382f0a871c7efa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b733598c96154ffb8f7c43220dac8ea5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "55aac3d37b0a4566be47f4271b1accc7", "region_id": "RegionOne"}], "type": "image", "id": "6968fbcdc99342a2981f7461e32ef1f0", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3915437cb1f64b419efec56ec863dcd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a9b6f297e9184839835e5b02320e7b33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "dd11938b55714f579b278e257f2f6cb4", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7924844a6f6d4086957892132e9b788a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f79caf8de0e2434bbaf215342239087c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c4acbb9cbe440928f39d735ffcaf979", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60b072424b104b71a1051754665d3cc8", "region_id": "RegionOne"}], "type": "object-store", "id": "7982b79d67484b68baf2fdd9351f1e50", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "67ad118711764f978e98d558563eba71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "83597646f6a5493d9d7e2b9d49896e8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b0661435c2b7452ca40fd21147af39a5", "region_id": "RegionOne"}], "type": "clustering", "id": "f71b10604a864404af971f857f8aa37e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4f02b9d06b1945a5a5cbde8056147c5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a925f5e3c98f49a2baa7dcdf1bca668a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "82ac73e174d7413e8cc772e781d8b824", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "45bd3dd58a2f4c128f973c9059fb9232", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "14d7127efa954e1d9cd27e26e7465ce3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c9bba573e46f454baa042722a9ff350c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "37361fb2203843ab855ea8bc51ed10f6", "region_id": "RegionOne"}], "type": "cluster", "id": "9365d08abb774f1aabca5db081f34e20", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "202abdd1cc5a4ff7b02e220309d25e71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "acf4aa7383774a09a2c8422e7b57febb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c3b8ba30d17b42b1a68aece96837b025", "region_id": "RegionOne"}], "type": "data-processing", "id": "5b8bfc73578a48038f501b1d8bcddb25", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "55436652a8494249812bc0bb4b204b21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c7ee9f3d420d4266aeb9d680df6cc2b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fadfefe5028f4866b0e1f6f57b82048d", "region_id": "RegionOne"}], "type": "baremetal", "id": "b15be27ad19e45a6bd698c317f766a24", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fb1ce0446a88476e8221fbb938c4ac7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "915ece58531946f49b294c6f6ba26a18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "99b0ab4a07d249daba68c952646fe68d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3fe866a8ba234c49abafc8ebf70ad4b3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9b34e959f08b44459c1de06a149e16fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bc98cc95517740e6bd7ce1f780062fdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "dcb4f4ae7f094f568f0cf2f8da96f8a7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "488a229e2bbb490f95bd207c2e6f1f37", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "035ecb5a3b3a498191565581dd011fe1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "28c12f9bc80241c4866c53c19ef9ad08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d01ea8f1e3d1476994d141e3d05257de", "region_id": "RegionOne"}], "type": "key-manager", "id": "3ed2bc338aab4166a318a704f6617ca3", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "29c693e80a80477db7e6dc0e79e9645c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eedfb54c5c094eae84f582dfa3e164d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ec6541f827584e1884fd62f5064a0ee4", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "7dd1a645cf054ad8bbdbbd48dbf5fbbb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "04c42b19c25141789af19ed0ee5a906c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ba9fe5071e5b4056bd3c284ed22ad15b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "189fb77db01647ceba49e13cfaaa0ec5", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6e23e6c3e2c24ef9b2280eb582231151", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a976782677d946cbbb72a457b8c2765e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a1aadc15575d44ed87a8e954bf422773", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "097adc50565b438ebecb99cbab9f5bcf", "region_id": "RegionOne"}], "type": "message", "id": "e6e8a87c9fcc4167b93fb60cb407762d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f4238c1afaed4788994ebf29e9b0701e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ec6f8b19f6c64683a9161c848681303b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8d945a7e7ac24807bb2fe3138742c796", "region_id": "RegionOne"}], "type": "messaging", "id": "04aa12e9cb0d411680bf37521bd5f575", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c91bffcddeed42e386bfab17b936e6c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "761b624d07a34e20a26d1effe0d446c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f63fc64109644e2ca9cd293fab5ea653", "region_id": "RegionOne"}], "type": "application-catalog", "id": "816042f7d4bd4a6aacc221bf5c00ede0", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "12cbaf2575f24cad96e2d267873ada87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "50300af294784ec48fb3d511ef2f38d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d5d5cbfcc75d4f50ad81afe7cdc90473", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e32ffeaf7fc4477ba1f63cc9387c4694", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fe9999f841e9482e8d51fffaf4389863", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "892a9bbf44f04fd68c9800495e2defae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c9c3167da83142a1a4cb90c3dc295c9b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "8a82062d421f429f9d5c57f113526069", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "513ab0a96b3747b39fd2ac58e42d21eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0b24212aced746f4811362295f37c91e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2d104c1885dc4f01902152eb2f925d84", "region_id": "RegionOne"}], "type": "container-infra", "id": "870535a00da7476981a49bb432aa7d88", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "3fcfbbbd2457464f9c0afc37ca91b11c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c475c931bc7b45eea5d88124fe8c9217", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e2540c87217a4c04b28e2563605207cf", "region_id": "RegionOne"}], "type": "search", "id": "43ca94de2bd1405c8be90fc5d81bae5d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c604cfc4f2aa4b2a963e28cd6a507733", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "daff07cf7245437ca46514b6bdea0cb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9d4c5d05b56042ce9f47700816f8fa97", "region_id": "RegionOne"}], "type": "dns", "id": "07921505cd46435495f7c2178524c3bd", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "45bd79e331c349e88eb8f3014643ec69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b9634c7234504df7bfd8dabfe2d280e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2006555712b846418b6d95be0d4cf208", "region_id": "RegionOne"}], "type": "workflow", "id": "a5bd496ed8de4c52a1208e9aae3a1896", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "556cd59569434d1780dcd35e7efb9b3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "913a47d2ab3f452d8d0af62275ed044c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "774ade1ff28b4f95a171df56847a13fd", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ad31d50a526940d587fa2f6a7122cb73", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2df2852cb7ea478aa604c134c9b190ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e5e8ae146f2343d981284fa80105015e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "63e08cef14ee4ec2a93c9973b96d4812", "region_id": "RegionOne"}], "type": "rating", "id": "5e7ef8518fa048d4b6fc42087fb6d309", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cbaefc5d955e460785e386a72c69741e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8e4c9929eea1496f86903a009ac4c46d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5dd5c59febdf4067994098041c9018a6", "region_id": "RegionOne"}], "type": "operator-policy", "id": "88de280ed6e54fa08ddd28ca895e8eee", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5ce93c102c95446a8b8dc32a7202f81e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "807a251b243048c2857d0b757d957a27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "87da21ef52b24fac986eab8f551d2566", "region_id": "RegionOne"}], "type": "policy", "id": "657e314a81e543fdae0f09fe79210594", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b92206ea57ca4a96bcc42eb322937fc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2846f24cb24d4fc4ab801ae99dbda57b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "01fc4e9f0ada4414a2fe6190eab853ce", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "69c2964afbf24480879b9f3f42235c57", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d5f0949341ca4dd097ff4069f73f84a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5f546ffc983d4b27b8d5adf5fef1c68d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3049374fc4d4493e99565811529d9cf3", "region_id": "RegionOne"}], "type": "sharev2", "id": "016f20adf66b468dba6f6b044b84313a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2edfe9bdfc8a427e81a3d92bd3dd535e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f5f84ceeb86a46618952154d2b98956e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f20f34bb744d4631b41c93d11cbf58af", "region_id": "RegionOne"}], "type": "share", "id": "8696e8c2076d49f7a72f2ddd79f1c4e5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d185153790604853baf5e3a8bcdede78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f11e4ca9b0cf484dbdd8f64e63df3501", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "aec48db1c37e4bcea12187b6fe4ed4f3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b870ccf009cd4662b7c4e3901fae3039", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f19b4d62cd24e218d268e43a11b38a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76af2771a7554d849ad902a9434e3c01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61b8fbfa17944142b1c7eea99c35131c", "region_id": "RegionOne"}], "type": "orchestration", "id": "2984dd7fd6ab40d99b42fddf8cb39ea3", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "257d6e02a8414478b764e1c3304674be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14f1020b6fff4fe1a02343d9327842f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28a8a410145d42bda835d2cb5f398184", "region_id": "RegionOne"}], "type": "block-storage", "id": "7ed872239f95468183489b700330c1cc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "383472035630499a93b3a0f8e96c230f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "129f2a46b05e4dd1b939411f718043ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5baa8c47a3df434da19661bb4f8ac973", "region_id": "RegionOne"}], "type": "volumev3", "id": "49e2feb78ca04dd1903ac005bddd1c01", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0398b1ccf4294be983d374afe981f18c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c63685c66ab546709ec753bdc7c9d4df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cde390f3ed984608b970dcf0f4b9b232", "region_id": "RegionOne"}], "type": "volumev2", "id": "81c85923651e46c5bf3a1cb8d423f2cb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d546fa3bd1146afb5a47050d4c65f54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df0837b38ef945ab935ac4ad191a6c2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3bef002e3fa4b24be4012736dbc9e54", "region_id": "RegionOne"}], "type": "volume", "id": "abe3a712db134c08abac081c54c967aa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7534bab5f6c8431d9d55cd3cb27998a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8ee3f605c394ed9a2a024de9ac51f1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d787bb181ef4115820fdfc26dde08c6", "region_id": "RegionOne"}], "type": "block-store", "id": "8d730e50e3d84375b94b7d6f4e93c51c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "65aebdaaf56541c49a3919f61d62b7e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "eb447ea972eb4273b7fbdeee5dc2fb15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "35e293dc67d44b9f81caefae1c1866e4", "region_id": "RegionOne"}], "type": "alarm", "id": "377f14c6740b4d05bf44cb3f8397f732", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a2f7742f6bfa40e4af122ec34d7e5e1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0c08104461ea493691c9c1799422c002", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "07b6b88661a4449ab7d03469299acb0a", "region_id": "RegionOne"}], "type": "alarming", "id": "99986364729f41658511f4f3a06547bd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "141956f5676844c38a41b18887567848", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c2e4237841a242bca69f6a0d1618adde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1f4a8703108948cfa111844292aedca0", "region_id": "RegionOne"}], "type": "meter", "id": "7e48e3c6aee04801a3454164c44aeb09", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a60f9083a3b3418196d0957c6ece210e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "181e9a0f727743c59e06886f985cb80d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3e2c94bebd5e43bf9caceb2db302b524", "region_id": "RegionOne"}], "type": "metering", "id": "13aaefdcddbf4d2d9542219806d4de81", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "463cf261e06e4005baede83afa89757c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4321bb77a6a7419083625df7be3ffc38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "24787395c1d6473c9aeb4c4120b7d5f0", "region_id": "RegionOne"}], "type": "telemetry", "id": "26bee61de5664574903bdd5986ce6c82", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "85ff548cd5f244ff91595b97a05a1677", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "484beac39866437f88d6c5493d4cb773", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6dcc57c858a547a7a55e60258e5592db", "region_id": "RegionOne"}], "type": "event", "id": "8fa531ffc1f74c379c9e09eda495e312", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3520b42476f74c4b8164cfdca5f78400", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fcff731f383e448bb4ce2c0a5bb1a678", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4fa29e9bfe844776b162a36cd0df85e7", "region_id": "RegionOne"}], "type": "events", "id": "13b10753a759483b85d208a9fd0b1b1e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bd234c00b45f46aab1e6d7aac5e38452", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2071f8dac2f74aff9b9aae7006439ffe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "def5d4c287d74aaba2f4791b510f468f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "766405851998440aae1b6c047f58539f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "76d6e96c56a140dab056a5d435260348", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c9a23d09916d4c88ba16a041f8f0b712", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ee163e26293f49619b4916a53b7cff31", "region_id": "RegionOne"}], "type": "application_deployment", "id": "cafd0caa44394629bd41e1f6853a9143", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "58105ee00d0c405f8859f0751074860b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e79e704150334353a245925123596ca1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f611b0da6ab04b76859a565c35935aae", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "452aaf7dd65344c6a338ebe3361d6a00", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4bc460486dde4288a341b86afff5bf72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1406a66beb5344758f9a2ca8d4546e76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "af135384fbd54ea091a388fab578f7d2", "region_id": "RegionOne"}], "type": "tricircle", "id": "4eeec81418434f7bab1bac58cc276a31", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "fd768e8e987d47b6b449d0a06c937b90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5ce4e454bb0c45d1a1e2ff82a8926a77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "88a22f88e02548ec99d10a55316c461f", "region_id": "RegionOne"}], "type": "database", "id": "94c1d7648d764e2cb78964c778ce5d63", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d8930b8c73b04c8895c9ec4c61b78276", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ed5ae3e9cac14751894a85a12ceb4481", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5b21d730eb03474c8ff5809af3939274", "region_id": "RegionOne"}], "type": "application-container", "id": "960c19aaaa8845898f7600d66eda1e4d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2e77d8246a7f4f1cb17714241f248b58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7c19871290164ffdb67d896d002d164c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "611e5cb92dd94153905fe1bed113de8d", "region_id": "RegionOne"}], "type": "container", "id": "f5a362509ebb48989a4456ce6c62d0ef", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "356a44b115c346f7b7e79b55ddcd2c27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "36a8e3c87bf84921b4a6f7a120dd8678", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2b2d0c9296724ea193d87d1aab6cb0b2", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6d1fbdf4467b41d8b8d0acb99e6045eb", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "68001ba691fb4dcc8f1e114046915a3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "903567628f1248ce81c94bef069728a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "af7ca241b73b4e61aad94534c658a70b", "region_id": "RegionOne"}], "type": "rca", "id": "459975dc31ff4928a916c3b038eaa815", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "31b223e109dc4360a8b9042e97aa2e26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ee065d65c630491ea93dabc7659c006a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f74cd3d5250046f0a5fa72caf14d5ea8", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "186a4751c4784ebd9534bd531a1ce17c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5845941eaab84589893b15c166071339", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "98840b5f75404919bbff0e05b8387144", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1f40eb1228cb47e6b07395d68abd3a80", "region_id": "RegionOne"}], "type": "network", "id": "a572d6b6b16d4dc78d9a8ccbafe4ce87", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d5e11d12a0ce4e2581026da4b83d19f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2b2f0a1f68fd49c09b312b7973757ff1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "509ee293398343b88c3309742a9e0219", "region_id": "RegionOne"}], "type": "backup", "id": "334f25bd376b4218848a41fe792f0ddf", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "660cd06d3cc447f7a57be7bc42108b92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8c54e7e340bf464bbd2e9695457986f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "64a545a0fc0e4d018317c007c9d0bd7f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a6f6bc6443584fb693df01c46c564147", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "74d9c5b5cf104b8db9164ef93d0ffff8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4585819fae6b4ae0adc77c3122a27e80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9ebde48bf91b423eac2b16fffa8eace8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "70fceb5990524b7ea9d081c5c49cc1a4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3a3e802d802f4ec79c4be5208fc73f92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f4213548fca44e108f9ac3aa8af17f29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "edf096cdc2a2430ba6801ec48a4edd0a", "region_id": "RegionOne"}], "type": "monitoring", "id": "f86024900d5548cb94ce4e4a49bd1834", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "327aa301c4ad4a88b8943d19ca2f601e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a0fcf53099b04bf8ae9c4339ee5089c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5f12999ccc5647048483dbb24046850b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c150d16de54348f0929b0567ce2e8e8b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9126a130359845c8892e4e2348edb587", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ea20333c12ff40b3a1e7228971adf248", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f2a29fe3557947699136c8ae5ea26daf", "region_id": "RegionOne"}], "type": "placement", "id": "ab05a32bda0b4b1ab89c5e955ea3036f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7d626ee43ee34f6d831083ea219d812f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4687a30b36244cfabd5b9cb61c241e5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8c07b26cc8544ffdbd640ec89c5ccfdd", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c1370244015946f286db02ff630df6f0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "66b2d175fea44675a6e10c3f416416d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d3c3892183c543618879862169f504a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3db4929cdc424a079d49f04747c3771a", "region_id": "RegionOne"}], "type": "ha", "id": "e9a5716e866a4351b9d3760ad8b7f116", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4bc42b00ca5746eea083fd79c1e78d14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a5490512403d4496819ad3163e0ce6b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "63892cdd1a6c440480cb75e072bce8cc", "region_id": "RegionOne"}], "type": "reservation", "id": "45ac663fc6f54ddab0ec847a263cd3c8", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e245b856acf745f2bc9a1f24db34187f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fe6de58b74c54f84ab6cf1924e55ff86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f477fbc3bad3439690d799d93188fda6", "region_id": "RegionOne"}], "type": "function-engine", "id": "c25518d290a84085bccd0ccabe391b94", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e01a232e58534efa8d4fbff25b94de37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "21fee205028c4412936b7de08b300ddb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "da4eaf1c54634b72b523bba6ef07e093", "region_id": "RegionOne"}], "type": "accelerator", "id": "7ac062926fcd4e4fbb5f4d31da3d4d52", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "49a4803c31ed4e36b3b925ca878babca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3649f68ee659425c91457144839e271b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2567cc036a134ed08005f8693f1d2be9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "58337ba406d54859a8423539e328d122", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "582fb415d0af456392b3afb21db33404", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6c3f4570c9a545779459793e6a1f1452", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "23c7493abbf34f26a43a360929368a64", "region_id": "RegionOne"}], "type": "registration", "id": "93a08b0def23436ba75b77c6224c83ce", "name": "adjutant"}], "user": {"domain": {"id": "bb67890f12154568963350582889c7d2", "name": "ee8a9e9e0dbb48bd90ead2b1fdc8074f"}, "id": "d3fcad532f9e471f9a1961d32e05a947", "name": "d81d17e057ad4cb6b7d0d8e5c832d5bb"}, "audit_ids": ["a4535f4aacd047e8a911f2b42bf6fc4d", null], "issued_at": "2019-09-19T09:04:40.537858"}} 2019-09-19 09:06:40,654 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,659 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:40,660 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:40,691 openstack Calculating hashes for /tmp/tmpiXGX9c/tmpRkz0dy 2019-09-19 09:06:40,693 openstack Image file /tmp/tmpiXGX9c/tmpRkz0dy md5:93b885adfe0da089cdf634904fd59f71 sha256:6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d 2019-09-19 09:06:40,757 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,761 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,763 keystoneauth.session RESP BODY: {"images": []} 2019-09-19 09:06:40,786 keystoneauth.session REQ: curl -g -i -X POST https://image.example.com/v2/images -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"name": "image-2", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "disk_format": "qcow2", "visibility": "private", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "owner_specified.openstack.object": "images/image-2", "int_v": "12345", "min_disk": 0}' 2019-09-19 09:06:40,790 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,792 keystoneauth.session RESP BODY: {"status": "success", "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "name": "image-2", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "disk_format": "qcow2", "visibility": "private", "owner_specified.openstack.object": "images/image-2", "min_disk": 0, "id": "3db69a57-fbd1-42c7-9e67-943156bb6fad", "int_v": "12345"} 2019-09-19 09:06:40,817 keystoneauth.session REQ: curl -g -i -X PUT https://image.example.com/v2/images/3db69a57-fbd1-42c7-9e67-943156bb6fad/file -H "Accept: " -H "Content-Type: application/octet-stream" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '' 2019-09-19 09:06:40,821 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,841 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images/3db69a57-fbd1-42c7-9e67-943156bb6fad -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,844 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,846 keystoneauth.session RESP BODY: {"status": "success", "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "name": "image-2", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "disk_format": "qcow2", "visibility": "private", "owner_specified.openstack.object": "images/image-2", "min_disk": 0, "id": "3db69a57-fbd1-42c7-9e67-943156bb6fad", "int_v": "12345"} 2019-09-19 09:06:40,883 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,888 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,890 keystoneauth.session RESP BODY: {"images": [{"status": "success", "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "name": "image-2", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "disk_format": "qcow2", "visibility": "private", "owner_specified.openstack.object": "images/image-2", "min_disk": 0, "id": "3db69a57-fbd1-42c7-9e67-943156bb6fad", "int_v": "12345"}]} {31} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_cleanup_floating_ips [0.075841s] ... ok {3} openstack.tests.unit.cloud.test_port.TestPort.test_delete_port [0.217657s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,726 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,730 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,732 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,735 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,748 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.665657+00:00", "project": {"domain": {"id": "6dc3abbebf24431d91a4511d1b061123", "name": "8c91982760d14505ae56555dc8f48e5f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1f77525e48244907b4a3fb66fc94bf92"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "57c6d6213f40449c8449105f9c372628", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "30551c55761844cfbf0075fbc03f6f75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8d7ede85979c45f2b20d9a192369c653", "region_id": "RegionOne"}], "type": "identity", "id": "9c2046a80cc546f8bd5e2bb9db9b5c4a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0bebde9f25cd414db3f06976beae51fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "48d204be2608459892f2630dc7ee911b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3d95f00ac7b14b94a6773b0499974c52", "region_id": "RegionOne"}], "type": "compute", "id": "79b988fac7c94c7ea8bd40df82acea6b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d890cb471a1d47fa8cf8ab188d3b5c45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c7231cd5024b441cb7d6a86aab7b3617", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "dc280936b4c74a5589e08b64739950e0", "region_id": "RegionOne"}], "type": "image", "id": "3e75759a63744c0999f9e2b0a90d88dc", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f03a766e95db4f139f605e5e11734c50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "825df06478194fe7ac1ec002e81dd371", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "baed6c7e42d24b4b86ce1f2ad254d882", "region_id": "RegionOne"}], "type": "load-balancer", "id": "12b380d4282d4d66b154534cb4f7dc01", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "955a216dd60647b6b536094ba99effa7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d476e4f8769746548c1dafc4ecf6184c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f94a89a9748945fa95c7b6e5c9763dcd", "region_id": "RegionOne"}], "type": "object-store", "id": "f7a43212d1554a36a2ef3b45ec220966", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c9c21d5d14b54c79a15fc458efc09a34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "40702c664d56456abb2aa61a7ccfdfe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "00fbb40743fd43a4ad125d8ea127a044", "region_id": "RegionOne"}], "type": "clustering", "id": "76c4fb7b74d4455fbee23d79d7c551ba", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2365be62d5a940c8bbe99cffdb1eabaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "86558e6903ac48829659a933f4196973", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f7abaac59e3c4273a98e113a790dbbeb", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "38ed1db8222c47908bfa573e93d1935d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "96674ebb198d44f0a50e15bed9fab2e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9bc8ecb675f044aca13e3d5c0954a251", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0b5904c38f8a46b6b4372a4e1eeddc2c", "region_id": "RegionOne"}], "type": "cluster", "id": "8409dfc846544bb0a9bad4fb190678ce", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bbc56888c5e0408e8d2abe9fa929d94e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "61cd8fd68b96498dbe5175e27063a506", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "dbf32657a4e440cca92a9154a4f1fc2d", "region_id": "RegionOne"}], "type": "data-processing", "id": "d9c71111417b4aac813af426db6b143a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9485cd37528a419fae4e46317cfdc965", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0e3626cdf3664fcea9a86dfc852fb8de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7ec2097148c34de9bf2515feeccbf735", "region_id": "RegionOne"}], "type": "baremetal", "id": "6c4c932d70904cb88fb9f7eb72520251", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4a18da440ccf4d98a6b960c16b1d3d10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c002d9b2215c40098b9c0a91a7d834d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "aeec31db6f58425bb01c09a5c9b519cc", "region_id": "RegionOne"}], "type": "bare-metal", "id": "465ed9704ef64c06bbe0bc9ee793c6b8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d0c6514aa7f048399d12ff7086fe3192", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "27a09b92b2b0458596e506511b1807fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7efb2b068c03447a9e8081ed58d9f71d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5c5c0fc0fcc44aa1b6ec2b5d9689e39d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c075038b151740eb9551138c04512a7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6002aa342ef943a893375fe6196ab073", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c3692643fbec47fe975267a55c5f476b", "region_id": "RegionOne"}], "type": "key-manager", "id": "a6f0115fd85749fcab0ddce2feb1f712", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4be91e047f97419380980bfd674c4dd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "89fdb3307b5f42eba10ad55271bf0c25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3ae91c0d8f66469b83aa6245d468409f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f87795dad03c4a6e9f16b6d2daab2e09", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e71c826b1bcc4180ba675fb279c9451f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b7f9296341684a2695a30152dbe24aa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bc11f5ffe3a94c41ba894d9ed26f065f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "cc9c377bdca646a3a6c49256adf50f13", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a0f7522d792c4eb4b287182f49062c56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "577d821e55914158b826c2099fad80d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "683cc8c39fdf46338dd779ede90f5ff2", "region_id": "RegionOne"}], "type": "message", "id": "b72ba9591a1d4276a8c48b57ccf35ce8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "36cab978d3d647dea285a6cc83bea453", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "118f6c410bdc4833a21abbef214865e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "48eaa6360a0b47a8b44276f0a900199e", "region_id": "RegionOne"}], "type": "messaging", "id": "ef1d2d3df40c4a3b8fa4c8d8fd25842e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ee0bba55cbf642339c9ff200dd865ba2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "31c3e63f1f26457286c8b4ee8e973d77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d37c4fcdb6bf48c4a4a8e1f98ced2ef1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "77c72b6271d847cab063cc3b58097f4c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6f2eab55c83d47dca6cf6548a4ce331d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7b284fe2e70d4acb806e24eeaa0c0421", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7223eecf2f57496c950cf2f9ea0c8efa", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d03a8556293846e3bcb4a97e6de53eef", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "801fb69cd0b643ea82ce431a7ef51f6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e5a745496d94a4ebf2b6439e6bc3b60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "54e483e32a1c4daf91ca4085872b5c86", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "316b1c1a4a4f4a2b89aabe040b95c8f0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8d5a45eec4b046659d42c8a9e5786101", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4e30cafee0034993ad8704e0a451c6c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c38f2dcca5b84ad483f4f4db9aa0280e", "region_id": "RegionOne"}], "type": "container-infra", "id": "441d021a5c6a4caabb98b4ef1a56d2bb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "02c1ae1f24cd4bdeae2eda7b858ef593", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "40a391ce94064d2aa8f6f33d5d88ae60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "7b721a4c103f451685c1a6456c41c735", "region_id": "RegionOne"}], "type": "search", "id": "8f17a18344a74b1ba0be3fa3a47812c1", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3605a7b83dd24ef2a46862a9f54a1d89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0c128dd038f14223acfcc382bd0a6712", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "20c91d1fd42e414a87c4ad16b7edf99b", "region_id": "RegionOne"}], "type": "dns", "id": "c9325f4b42a5410eb446618551fe4407", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "375822c2bcbd44418b23ebbd0e61305c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5fef3e2f89204f4280097af029c5398b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6abbdf0b8a454fd4a07446ef7dabe90c", "region_id": "RegionOne"}], "type": "workflow", "id": "c2c5a26abd1d4ad7ab5cf62b7386641d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "84feab5f19b04514a384303298305650", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "33b9d2c294b948dab487dc8a0fda0cf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a5175ac442f04d14badc00e04fe11dfb", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0ded9b5a50b5438faaa6aa2af0be791b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7136e4c2d4ba43f1b9af71377c968c11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2b563c97ebe44e0f922e899fff4daca1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "71fc4fc887724fe2a373e14fe0efdf5c", "region_id": "RegionOne"}], "type": "rating", "id": "43f0c31d4f85431ba833d7afbbbb3953", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "58d7c789d93e45eaab29a1e068c2af80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4c6811c5254a46968b4ef331ab2bebb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3fe736fedf64441d9765ae1b01cd29db", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a51cf4cd0e3541f28147f9388a5c2493", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5029d159438f4e0c955f463f92a0de4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "268151ce95664d968f5c4dfe69f5a627", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7c66de10b6504d4599efc6c0425a595a", "region_id": "RegionOne"}], "type": "policy", "id": "6955bd0efb6f4b449f921e7c04ac1137", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2df8d8f21e26424facbe8bcfc73139b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "945272ff19b145e79cddf2d069a906c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "21e7e28d318a40e1836f2300791cb9d2", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "00c947cb95d44608934522bbaa749dfb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c3aad1c5568245c198a5ff450f5053d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5e02b73d80f540379d86d310262c20e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9254e40fbcf64672b87d21baa452eba6", "region_id": "RegionOne"}], "type": "sharev2", "id": "58321e2215564e9f86e1f4935c30b72a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e23b395a49b440b79ac8233b2b2489c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "959a89fcf3fd4c7ab39ae28214644ba5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6ee708635ab7476b93e404a3ee9ef0da", "region_id": "RegionOne"}], "type": "share", "id": "a6890612efaa4026b2e948fa71296138", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "38932fc12a484f2499912672e7772a91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "37a1eef988ae48cbaddf324c74bf4de9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1b9edca8d3d04279883e8172373d5153", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0ca636fb33b3473288319cb3043f3637", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54948f46ac674dacad54939dc84faaca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "002bf1c1ae454514b2aaeca27deda832", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "baf06c976357402f895f9545345f749f", "region_id": "RegionOne"}], "type": "orchestration", "id": "b297cf8fd40d46d9b025d37c3cb74450", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1b2e84176ab433bbc815fc26ab9d965", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36827efec3834d678c37b3f08440f932", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1aaf5335533a401bb85afa3d2a1dd258", "region_id": "RegionOne"}], "type": "block-storage", "id": "a70353816d29403c81b98ac00e1fe854", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "639e164bb68c467b847436634c33c1bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea0d21aaa35c4998bfaaa7bf430f3b3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e2145aa4f6941d4829ebae9b5d50292", "region_id": "RegionOne"}], "type": "volumev3", "id": "b63306e7e8e14346b9665925a21c4997", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1fe9b612d684131a496687ff00b503e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5bd35246313e4d20b765cc7155efe43f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ce3fcee98d047c8867fd2f2d6c7800a", "region_id": "RegionOne"}], "type": "volumev2", "id": "691d823368d640639c74c32b3eb68bb3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "edd931725ae74315a51f76d1baec6dcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb32e0b0912b4d1aab374d698b71c0a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "015d0c64066c4681900deb4cfb516280", "region_id": "RegionOne"}], "type": "volume", "id": "7d61bbcda42148eab488eab6e2ca31d6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6149dcf5e8d84985befd5fae5f3a01d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5bd5f678e4a648589b460f887acce26c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fa4ca0f004e4a74b135839c49526768", "region_id": "RegionOne"}], "type": "block-store", "id": "16752afc49e1450b93686b097bc851ed", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9d16d589f7074281b273e6d31f7a2a5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3fae529ab44b4bbb9e78a718df6ae7ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d894f50cbbb74dec93ee29b53d7a6c17", "region_id": "RegionOne"}], "type": "alarm", "id": "dd44825051b34ed3b4215175caeca0cf", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bb536ffc291c4172952458260fa5e9b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8da50e47fa5f44c8a6f5cb9dcd96f6f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f6ebce93d8004895adbae0c791ec7711", "region_id": "RegionOne"}], "type": "alarming", "id": "16ae076f9e34485b997074137ae8f5b9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "278ce3f2fad54131998c9180572d9108", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cb2011300dc142a4b09eef8946172e1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "19980f21327646808a2136fff50f409a", "region_id": "RegionOne"}], "type": "meter", "id": "02c15da92f944c54be60bea3775bc0c0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c2aba08862c64ce8bac12a8d198d2539", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2bec2ddf623349948c86888d75c209f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7b74e5b73c6645fe97f65e9e1586ded7", "region_id": "RegionOne"}], "type": "metering", "id": "4c426bed068d486bb5867d5a73756da3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2ede64db63bc42efa069a79413d2b0fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0794b05624df4305b195c8fc655cfcbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a2b2511671e64429917bf19de88c475d", "region_id": "RegionOne"}], "type": "telemetry", "id": "4f0d39c5bda8452dba3e242dd593e1a8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "de3ce41a2cc0480881cf12847b0e87d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9bf443dcdcd543608e81546e7dc938f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "975930d995e34e6da3d6a8f1b5fc7991", "region_id": "RegionOne"}], "type": "event", "id": "0c0482b86af049d0ac5bdb00148b1ac1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ae21da3740d9469a964c2b65c73c2b3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cad2d240f7cb4e6e957171317a98a8b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "45035bb5845f4a9390646840ee50367f", "region_id": "RegionOne"}], "type": "events", "id": "3d4f34ea8da845a5b5f9aa9b1d4bb8bb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "17d0aa8d42ce4fcba9b38012957baaa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "103cc00201d540cb917b9008d2a3c506", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7ea95c66e38e48428104375a72df652b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8e1e3f5939704b65882a94399dd7b505", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d767d0a98b31486fab02601e1ec013cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e2c5e299731641b3a7975a85522c6207", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c1f81c28432540769cf0ad874d8c2cb0", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0b8bb7f7610447428d82df07a0f9c8ee", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7693c54bb81a4c87a501c44fbd71a6cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c197b6553d064f5da29f9bd45185e9e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "abf0fbfb7a15487fbf0fa8aab42c3946", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "228ebcc882944c4ab682105bc137a2a6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ed634ef3224f484a9c05b9d84afa66ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0a9d3b0455284fed88f68184e0554ced", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4b9478eab4c74b90b3457ba28fa45452", "region_id": "RegionOne"}], "type": "tricircle", "id": "49d49150a82b40c6ae1fa1e8aad54258", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "cab4086005ad412c9a8f5eeee6ebb051", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e9a3b6d449fe4076b116c9d5984cf34f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "98fe5cad67e94ad6a09dc00b363ecee8", "region_id": "RegionOne"}], "type": "database", "id": "51bf60f1751e4b88bbbf4085521b77fb", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "960866a235124349906682109101f2d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cdd894552619456bb95b5566883a893a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "61b528b0a640413a94a09e573948a093", "region_id": "RegionOne"}], "type": "application-container", "id": "f0461855198a4e4f916e78c13713e83c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ac7a0399063f437486a9602329fea576", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "903561022ac44229bdfbfbcb8c2c28a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "777e2df4c3a6479ca1ab457eb4609e9c", "region_id": "RegionOne"}], "type": "container", "id": "b2fed716ee844faa8f5868e405aa33bb", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c5773d5ba0f6462ab8bb9557fe99ae07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9d1de27a9fdd44c894d65a66f62df98c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9be575588f8747c19430a77fb76707e9", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ab555456137f4856bbe29a3b4f3d97c3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "caee571bab074caaaa7236bb16b50de9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "24fabe15c5f44c06b3b3c5cc14000e97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5240f90445834aac9f0680c56e839176", "region_id": "RegionOne"}], "type": "rca", "id": "5fb83dadb8ed400c9c67e32729be3c1b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1df86588320b485e864e940f64a18846", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0f17f74ae518445387f3b066c22e5033", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "fc5c6944f8444874b22776ce001a766a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "267fd271efbc4969b1e71372c1e03d64", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ab34686ea6ae4d2b929999fcc476758e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "8791f70870374ecfbe71bd2615415369", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "9254c036bd7b4f528130d349fdeaa5f8", "region_id": "RegionOne"}], "type": "network", "id": "4b48de7430874826b17afe714e23100c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "99889d60b5424a76ba7afc33472da5fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4711b06bb5da4184b712c3add4c49d96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "2ab1467b347f414e837b241a4b568ee0", "region_id": "RegionOne"}], "type": "backup", "id": "76e0cc6815ac4c9bb7cee407ac6b115e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7476e80ec0404b929c598ad5a9eb2c15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2e6258d6bd4d4b179d67bf4927ac82ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0cc6f4e855674e94a1e1fff04924592f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "98954c098ea24369898d1d7e86c890ce", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "67e87798aa8a4010bc5d0a56c23f6aed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1ca50dbee0e54888aad23e061d2cf17c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4d81a1b868a8485297575e1a396fa10a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "13f8f886b2ea410e99c1fed50a0032b3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "45e5d720997842538e817b7bb96c2d18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b335d10c3b874f2e8519033a3364208d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "0b90d1f0364043e5ae94bd22f8198f2a", "region_id": "RegionOne"}], "type": "monitoring", "id": "8aa96e20279b49ea83d5fdc77f8aca6d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ed661664e19e4c2f91c7f0563eaa58fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "692e4d600ade489db54fe724739aa6ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f19bbba7468349be9505aceb0e1fafd3", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "576f1df62bcc4518badb2fc751f5d085", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f94424b603b846a49b5a06fefae7900a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "458e92c6724148958e5bf74113942d87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8286262fe4e6494f92b471cd52b34540", "region_id": "RegionOne"}], "type": "placement", "id": "4b65f251ec9147daad9e1d16b37862c9", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "876b6dbcbe88451185c093c298837108", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f64b09bc75644a2396f4640dcc59f752", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "02e1d65e43f840f1a5388188ab1f3451", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d8174a5b25454fa4813689b9c80d9fc8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ed5fc1dec525448d9ef66fda97ecbc9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "78cb40e59b4a42d894825f07f3e40a0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f700e0ce04bf40b9840e0c30936664ee", "region_id": "RegionOne"}], "type": "ha", "id": "bf821ed9c2be46b497482eb2fa69abf2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f5fdc5e9f8e947edb9b7ca4f8804de83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8def5f5dac0e47d9915a68dc69a52b85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "58bcf4d3151046bfa872de961a8f5a6f", "region_id": "RegionOne"}], "type": "reservation", "id": "a60d2364726f467e8b3afd4a19980c1f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f49b18b5f07f48839591b81f88233708", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e6323cdb95054bd787242f285d6bbbc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3a020296c08949b2afa736473ef739ee", "region_id": "RegionOne"}], "type": "function-engine", "id": "4206900dd6db4bd5981065643bbef300", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fd2fd6a34d0c4f02a79bf7acb9bb7403", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c62bb10098f64292a28005293fe2b965", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b47d6dc3d1a74281921cd18b5744de1e", "region_id": "RegionOne"}], "type": "accelerator", "id": "2c4271374ba9470fa0e184d570cb20e5", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "24de961890134d43b2ba53559b34f727", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d1a8d27b00c14ef88aee270dfcd6621d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9e2831bfbd234b9db1b4f6e86b54bdfa", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7821f3b436244953a2cc1523e963225d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ffa0c527c6e94ecfac0e550fae6c1866", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "feafb4a895c14f6485ac303c809b844b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f955cbc62a3348a2bda0b732f64f54dc", "region_id": "RegionOne"}], "type": "registration", "id": "bec3fd2ca7c74b80898243cbc80bde32", "name": "adjutant"}], "user": {"domain": {"id": "1a23b4cdcc68412fadd4e4c807ee1e80", "name": "7846818c555d422b9e7f1dc0b31fc06c"}, "id": "b74795f90a7540dea1cb3a940a3d392c", "name": "1fcba845b76b48ca88943044fb6bc810"}, "audit_ids": ["2c060534db934c87a16ad417b5063d6b", null], "issued_at": "2019-09-19T09:04:40.665657"}} 2019-09-19 09:06:40,860 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,865 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,866 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "binding:host_id": "devstack", "name": "first-port", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "70c1db1f-b701-45bd-96e0-a313ee3430b3", "tenant_id": "", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_gateway", "mac_address": "fa:16:3e:58:42:ed", "id": "d80b1a3b-4fc1-49f3-952e-1e2ab7081d8b", "binding:profile": {}, "fixed_ips": [{"subnet_id": "008ba151-0b8c-4a67-98b5-0d2b87666062", "ip_address": "172.24.4.2"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}, {"status": "ACTIVE", "binding:host_id": "devstack", "name": "", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "f27aa545-cbdd-4907-b0c6-c9e8b039dcc2", "tenant_id": "d397de8a63f341818f198abb0966f6f3", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_interface", "mac_address": "fa:16:3e:bb:3c:e4", "id": "f71a6703-d6de-4be1-a91a-a570ede1d159", "binding:profile": {}, "fixed_ips": [{"subnet_id": "288bf4a1-51ba-43b6-9d0a-520e9005db17", "ip_address": "10.0.0.1"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}]} 2019-09-19 09:06:40,871 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/ports/d80b1a3b-4fc1-49f3-952e-1e2ab7081d8b.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,875 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,877 keystoneauth.session RESP BODY: {} {6} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_get_floating_ip_not_found [0.189905s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,787 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,795 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,797 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,800 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,812 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.723939+00:00", "project": {"domain": {"id": "589a7bafcf27419d8d0c9a1baa580a75", "name": "6230a1faec744d45b8ee0627b8834f55"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "82fa08c6bf5a454a9e6c696e8b40afd6"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8b1329f39d2743d9bb9069354749a768", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "282b02c56bf1472ba0cc989ca5b765a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "bf757c8049434588b108868afcd0f231", "region_id": "RegionOne"}], "type": "identity", "id": "a14885ad228545cc822902469ebc0bc9", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9d2efccf730a45309c7e0ce511adeac3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "469d24446033469a82a411da8b3c98df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "51922e9dd0de467398fcb5c576b2c635", "region_id": "RegionOne"}], "type": "compute", "id": "59b03ed8e9204528ad81278305917fb8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "232a7918638c4bf580d2575f86b49a41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "36a5d8695ce241bfa909f26ab0c2124e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4b672b2c7f714fc18680034150eae471", "region_id": "RegionOne"}], "type": "image", "id": "2b0a9962867c4eeea87925dcc8f9bb9c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "598a15911cc047769aeba013e7426086", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "922667be365d404687ec7ae9184f2910", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f88baf527d0f435cb22398d57c1ce55e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "397d6ec22b844e73b80cf99cb8808b1a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cadd8df4f0241cdb5bfb937b4717842", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc48a3d813144ae2be1b672ea652df9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa914d080488438984681a9249af0899", "region_id": "RegionOne"}], "type": "object-store", "id": "41eb2942dd5043ed9a796538ef367fb5", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9b45aa823c2d45839beb60c339e48f4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9a3f96d0510a41779f6aa5316ccdd0e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2f8fc3ec9cc8439caa7e2f504b8d89c0", "region_id": "RegionOne"}], "type": "clustering", "id": "4f73dd60f5cf44eca5ecf7ca4f443972", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fc49b880e38a448ab8fada32f8d25ef2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "14adf7e8a308479bbdef2542d6770790", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "131cc4c7bf304bd08a48f1a62876ba3d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1a33d83f21fd4def86b6a339bf8468ca", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e0a3be9709724814bddec76a12fda283", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1b2dd09886ef4e848af25d962abe3e25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ffb11bf410de40d9b67e7a495c6da611", "region_id": "RegionOne"}], "type": "cluster", "id": "dafd73da9934414e948707617e2939e1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0108f13ac00848c1b7c82ea8aa0a0459", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cdd966aace44487c9093822935263f20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "78ffc549802448fd8e22ad371e04df69", "region_id": "RegionOne"}], "type": "data-processing", "id": "5afaeca8d8194b9e8c85981ab8da1e68", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "13153c5003fa4e21bacbb058605892fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ad78a51b4f5e4be4ab4e3f53999055cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "49b14defc85449cc85261afd8d9ca5c9", "region_id": "RegionOne"}], "type": "baremetal", "id": "75c7119d47c14e3596fc8704cc04be57", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "92c721e011c443d0a960b33f252a8436", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3edf5525f6184f5dbacec40b44defb71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f4aa97560a3a412bb307194d570b1f15", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8e11a89625964a3c967aeb73f472bff7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5baba64b32724c5e9d1ec84fa484705c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ada06b57e4f442cdabaa26e91e8a039c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "64b25bf0d17c4de4a7fb0425554436a7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5f5a215d24e448519568d9a00951fae0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a606013646d94853b7bff61978fe2fee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8ba219ebc1094f3a8761f4112e9581ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "143804ff6545440abad195afe66e068a", "region_id": "RegionOne"}], "type": "key-manager", "id": "b8c984476e5a4cbb9f37bb7a8897d48b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f41f6aa89f1a4ec1a068229a76ff8712", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "48c95df7c5c94344bae849628ef00eb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9d7af9c7709c452a9e01d44481ea6998", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f36a1784f5664c6cb5d3b44ad6487444", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c48f3d806dce4fdf874a6e8522be1d93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4567959a6d34479d9ecc2118367b07c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "163d0e3bf40b47549e14a410f22bb7af", "region_id": "RegionOne"}], "type": "infra-optim", "id": "3279f62de9bd43e3a834feb0d3e03b8c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "11e9dcfc09094ae39af5ce6d575b1379", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ee008f87ed54499486badfb98a5d4af4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6dfef19f74e04ad986bc7264dd80970d", "region_id": "RegionOne"}], "type": "message", "id": "e0f0f6708654461b943895a1645a11c2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0d787e445c5a4dd39fa24f99d175e2a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ae7a1b67c65643d8a107fabaaa042d1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0f9acf5eefef4635a965a4dfd6d37814", "region_id": "RegionOne"}], "type": "messaging", "id": "a7531f30399441ca93f6e247f7a00842", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5c10cd9548064ebb86425915893676d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b964553129884a0ebcdcd939e2968d9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1b21ca6cb3524673b02595819a9f3d60", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a56d595371b5400d88f93a99d9471790", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e43f9d3c2c2749e3b7e1ba94b106dc2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b3c216c0a6ae4f0bbf56f32548c6bccb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "78d3f0624a0447659bd0ac55c9556bcf", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d2625abc520c4b18a8f1223e28c398f8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8e8c83ff842047a9973fda16c6c7cebc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f5d8a0eaa0db418d957b89509200353a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3db07085033a41bb8106fe2f29f9c8f5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6df6e396d9364f46af2d62f8a8102637", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "06f63aa208df4106ae91a9c51d73c0de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7464dd79386940d58e8e829f274c0b3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f8d6fee7ddbb4237bf207d67fbbea9dd", "region_id": "RegionOne"}], "type": "container-infra", "id": "872079e6e71c44a1b69047639664472b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8760d4765fea49e89cbe0809a92e520e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "1c095b2c586748d98f9925ca1184032d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "daa86f6fc0b748f0b36a8b5301a17d3d", "region_id": "RegionOne"}], "type": "search", "id": "1a6672ced10e475a9581aaed7d5b4497", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "95e95a21f2b84ca2aa82072a5d5b8076", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "7c55fa03f76b49de85f9c08980ae966e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "979e9cae0cf945088fa70d0ed8737401", "region_id": "RegionOne"}], "type": "dns", "id": "66e1200cd4f3486181e0097aa72145b5", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d1e5789ae1b441579dbc414bfc33e3c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5e9b62256f394a3eadd4bbd7d52738bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a54ba9bcdb994e8a94fa239e6d7842af", "region_id": "RegionOne"}], "type": "workflow", "id": "5cebbb2688e84868919f48f754b8887e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "47a9038fc317467abe8c5617beac3d59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4d0bb0835dcf4245892dfa8fe11ca523", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1168873d82824bc985bf5e4d84e9ff0c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "81bb6c2232f24d4890744bff3999d1dc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4cd96a7b53774548b5973af7725c67cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "1389bc307afa4925855abd228b3ab917", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6997cd6b902e4975824ac12435ce3d19", "region_id": "RegionOne"}], "type": "rating", "id": "17c9bf90cb054f90a67bf02d57de958d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4f2cde9b3ea04ea2ad28fd57573873ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "971ac2ccda8446409d44e5da8dda3903", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1eb60ed0e5494f5faf7f995bc7d654a6", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1f2d316a98dd4019a0b3275e54ceffb5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fa60c92c480f4149b774457323db3267", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a972e5903a864ce18c212302481fa942", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d74f234e637041c5af6bbf12c94f1467", "region_id": "RegionOne"}], "type": "policy", "id": "f95a9c1d6bf24cb28056af898d9a01d8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "471513e963f042f0b536d1250509810b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7e250b8bf00343e98e5831c90d02683d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9cd352852c214054bf7fea289ef5e6c0", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6290a03ecd97470491de992bd688d6a5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9a64388b0cff4e06bac8b46ef3bb4f54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "35641b96619a4962b0593c3d98d9ef5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d697c4b68b7f49b5845ee2ad614f4ec0", "region_id": "RegionOne"}], "type": "sharev2", "id": "53268bd4d31e4cd7b0564cf364a1ca75", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cfb54ba1181a4cdba9eba600ac14899c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "89faf97257154a0baf40cb295a42e8ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ad101d64641f41759e840d169659c972", "region_id": "RegionOne"}], "type": "share", "id": "9850a2707f664226b8a593cfe727aac0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "08adb90fe73a4949acd69594c5b93364", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "69fc39c113bc40a1a2ca1d05c80d5bbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "74789874b0ae416badb8cd4f53277e22", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d76b1accf2a24a668e9eb16e95b9dc81", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06fd85985645439f8d45fcdec572168f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc2bead2eff64c51a4ecf6307f2aad48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f1f3e972ea542a09bb0d022babf7916", "region_id": "RegionOne"}], "type": "orchestration", "id": "6e7071a6b77f45fdada6d771442463eb", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "642166c140f44577b4faf0387e7f1818", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4453ddf1f655420eb0708c8883198467", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a08ef579b5ae492daa0655d6f270b295", "region_id": "RegionOne"}], "type": "block-storage", "id": "8a95768761224fb38bec0c6152203b37", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "247146af880c4f6a9c51707fad6c9bfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c302a30271534a1bbab468d24758537f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ffb3ed5591834edda7ea5801564e582e", "region_id": "RegionOne"}], "type": "volumev3", "id": "e310431c53014f6eb9a6b0d86586688b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f34ab9f070444bd934fefa97d0fe2d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "063e8a829d9e4f76a7f7f90a8764bdd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59fde65bfed54a58a67441675f9dc2b9", "region_id": "RegionOne"}], "type": "volumev2", "id": "d1073439c38e42c29e9d73c103bdf5a7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a44085571214d36884dd1fb8e72fe51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e101fe030494e8491614075738b7150", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a1084e835da47fb91ceb61e65c8c711", "region_id": "RegionOne"}], "type": "volume", "id": "3e62b9cfb53347cf8af889694e01b893", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1995a88098dc49fd8ae3080b2a11ae16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5e6c684562046c9b976519c8e8b420c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5222f680d5247a7aa8222b6d6307b95", "region_id": "RegionOne"}], "type": "block-store", "id": "8a09e95644bf41ee8f02edfffcd54eac", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2c06cb31f6b94d3fbcb4fead704c429c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0930e582bbf244abb1db40b175774b88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d4c80d10db124bc994cf420c01d4b5c3", "region_id": "RegionOne"}], "type": "alarm", "id": "89ee04e3f6c94e64b1ce350009e8decb", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "779a0ae079334721ae3efe7d3290b09f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c6e1f54491aa41e88762dbfbbf8c870a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8e0e9f16c3484b45b1c57f572b0d7d95", "region_id": "RegionOne"}], "type": "alarming", "id": "1f06fd9f218948778c771a438be68f2c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fb104c623c3040209f40bddebd686ed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7897ac6a8e8a48b1ada22a8e568debd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2cb8070f89a0479d9aa0ca39d34660e1", "region_id": "RegionOne"}], "type": "meter", "id": "b0c61610d3b94964a2e374cbed3365d2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "53c6886b30024967841289729106cfb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d61a80ba98444ce48f7767fb2ef59022", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "99784cc36a0c43789b7bc3e863b8eb15", "region_id": "RegionOne"}], "type": "metering", "id": "c2bca9a0c48f44659c823e9cd2515e5f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "44dc12fa18284a998fc3613610c2517b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ec25f5c207d84887a69e60cbbc501fcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "250fb8933023419993e88f24f820d06f", "region_id": "RegionOne"}], "type": "telemetry", "id": "ee6b4886db084b1da2fe60588ce4512b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d8e2e3a4f7364530993168bef230dac3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9e62ac92be644d35b48497d5503c2afa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cd97081bcf91407180477cbc2ec0698f", "region_id": "RegionOne"}], "type": "event", "id": "b889d57241d040fd8265a54639cb1cdd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "bd5bc7f8054540cfa48221e2e2e1866e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a18061adbe8e4a88ab710cc51d9d4f2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "65cc990fcd6f49c49efe1a92828886c7", "region_id": "RegionOne"}], "type": "events", "id": "96bbb6aa90a94bff838e94c4a4f5bff5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "401d19534dc043ae880d589b344cba47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c6f4b5199bd94b919f210e389b2cfaef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "51ec81ec0a2e47c2b011f9119b0b4928", "region_id": "RegionOne"}], "type": "application-deployment", "id": "6275651f6c12493498cc6b2a4cee2e64", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d1cb46dfd6024cb29674d45483cb32a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3351e3f9597d4958aeffa9a2931f1189", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7a57464f9a1c4cab94d6c3fdb2a39cfa", "region_id": "RegionOne"}], "type": "application_deployment", "id": "7d69b5b7902b4d95800562f97d836568", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4e855380708644d29f34b1b10d73cd47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a95ef697e31d4c6f9b5e58f0d9fad875", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a7dba00dff0f4790b59b59134c76f768", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d83f2266b68d4f9491a58758717fa20d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "de1dc27ba9bd41b4a3f0f3592368476c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8ada3c0215834a90a0b1da995e76f3b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9390d9712ee6469b8de2c88574167da3", "region_id": "RegionOne"}], "type": "tricircle", "id": "146a4eb633424f64b132a263eb096f9a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "cc833e1a0f2046218155835432e870f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1b4a51d9b76f468abae37cd113c005f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "67991f1d92814f47b906ec885105277b", "region_id": "RegionOne"}], "type": "database", "id": "8b34233a5a5f4a5481fe473296179b22", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e78b68887a8c4321b15f3790dac6f0af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "461bff2a20d441baad2d68846b68cf2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2ccf526ab06b44d78af306a1a359b355", "region_id": "RegionOne"}], "type": "application-container", "id": "ea2bd07eb6d348a19c7373de42a1aaa0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e79bca18a1eb47ecad0df05b6933b528", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3524975b9a85474aa56e44f509050fc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c84e9a01b4af42f99b78c5a6c6e0d1ed", "region_id": "RegionOne"}], "type": "container", "id": "bd205d4101414a5187bc1070f13023f4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6a03f644d18b4930b8792feae8663be9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dfa40b8ee39042ae9b693bb66e481a4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7f9e7a6a77bf4159b2179b79ac0f5ef1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "cef3cc0fae644bc99d1a02e10a8493df", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e589ddd7e72b4b87896716624d5a4300", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f2f1bb369569401abe5c17bc9b904ffe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "122b2685bd514c3ebeac7d25fb69feaf", "region_id": "RegionOne"}], "type": "rca", "id": "034221ce1e8547ae99a1c51f4e510812", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4b17e47e5a67483d8245d29363a64fc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ec73e63b68124b9aaa51a13ee58fe915", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "470c65be494a40bb9f8bd02c5ccd1378", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "7be88a78ca59414485c2b28b56aa7df9", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "dc8ee7aae0ce424081796f0530be0804", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4a35bdf4e2b348c7999aeda7e4d27487", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b44d688da50f418eae259326bc06f033", "region_id": "RegionOne"}], "type": "network", "id": "f5fbbfbb6d704b3a9a3183fe372057df", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "cb0d67b415d54e919d53e5bb456987ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "5918108ca0e04128b76b12fb065ebf9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d5acc310ad694bcaa9a8cdad9a7840d8", "region_id": "RegionOne"}], "type": "backup", "id": "ff7724c897814827b2ed0045418a740b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3a0238786a654bcc8f886bcc0f780adf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "05baf51a1c4045e1a4759371b9557d08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7cba4485b8684efdb39a08cb372d50fd", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f638f82f367748f29f85881c9172bfe9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "55c4974c5e9a49c58fb3c71eaaf10e53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a85d2609108246819d863ee3e42b2870", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e5dd8a5254f54ac790a254f8d9e1f9af", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d95d6212e06247028ada3800aa59def4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cb91dbae7d084913ab70bb9df1e07c42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a9a572c843314462b39cbae40ebf04e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "13310142d235436dbd8aac2ebcb4e8dd", "region_id": "RegionOne"}], "type": "monitoring", "id": "eb5459446f4d4b219ff4c6330ab8b1e7", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8e64a74b06ab4e3babd0b3dc0c955b4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7784f73b5778499fb1290277d9fcc8a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "042486ed62a1459babc6e56b6a96518e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b7924178389b44649a543f4e6c11b624", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f65ec2419cb84b2a8dec89aeecdf770a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "92ba4b0fda1742d780b2092f5d76108d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a0343d0eb8fa4e34890ad00ac53a6176", "region_id": "RegionOne"}], "type": "placement", "id": "ade982591cc94e21a0e7a4c122c5c5e8", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fe2e99fdc5054673a4e55f49b2c0cc73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6e496805fa1e4b44b631dc10f1076f4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9e140d7515cc4d0984f97e0d437a970a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e9cf899a67234b83936277cb33a4bd5b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dda01bb084754a429bfe0b7a5e876b4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b8a5dd9ef1c745868e4a3d991eb73c5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "af620382107c4035b3c15d64206c6ad8", "region_id": "RegionOne"}], "type": "ha", "id": "b2d432fc66a5472685959cbd80bdcc73", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2b49f724a90e4149a223b3d77ee59021", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c11e299447894f2ca7d1acf725b9676f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "39bb3af404e149fc9f70ee7ec96a71fe", "region_id": "RegionOne"}], "type": "reservation", "id": "494316f5ed4842a7abd6202bcd9bb6c0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3b08ab9534e745f4909b7f18d361d852", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fd29975b82d84f8586eeefae245cd604", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "941457e8e9a64c1c9668b50155a6857a", "region_id": "RegionOne"}], "type": "function-engine", "id": "3363cc34fce14c9b85676e05630f9ed2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c7d4f28edebc4d928246f775f9fb16d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "cd33687d1fa74f969fa02b44d669a8db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6b6256062ab340508d7413ca81b6d441", "region_id": "RegionOne"}], "type": "accelerator", "id": "2a2624b9f3f8486fbf88f74c1613aec8", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "98fb05d76c6e41de8680ded12c3236ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "048667dcd95448cda05a8ccae7c32af7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "183f9b69ef5247ecb0a762ceb02c14cf", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f613f64b6b954f57bbc47bc3dd1aa995", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ba72471fd49e440cb0cfcf7158895b20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fc3d8d5072c348e38db2f43b237a27d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8b957cc290c14f45845851549f4f2e41", "region_id": "RegionOne"}], "type": "registration", "id": "16a7f600ca23463fac6e02301c25a829", "name": "adjutant"}], "user": {"domain": {"id": "cb01f2eff7b14a0db56a18d15597d30d", "name": "6396e12632234652bab1b8c67c9abe76"}, "id": "f1cc72ef33fd4045a3b94d4efc0c49e0", "name": "d030f517fe3343379302584647094091"}, "audit_ids": ["7417533e331848ee9d8274fc6a7b67f0", null], "issued_at": "2019-09-19T09:04:40.723939"}} 2019-09-19 09:06:40,898 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,903 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,905 keystoneauth.session RESP BODY: {"floating_ips": [{"instance_id": null, "ip": "203.0.113.1", "fixed_ip": null, "id": 1, "pool": "nova"}, {"instance_id": null, "ip": "203.0.113.2", "fixed_ip": null, "id": 2, "pool": "nova"}, {"instance_id": "myself", "ip": "198.51.100.29", "fixed_ip": "192.0.2.3", "id": 29, "pool": "black_hole"}]} {18} openstack.tests.unit.cloud.test_image.TestImage.test_config_v1 [0.130146s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,797 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,801 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,802 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,805 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,817 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.732152+00:00", "project": {"domain": {"id": "c531461da4f04429bf4fbec0675c4341", "name": "baeef8892265440ead4d5dc059ef7981"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "5b534868591d494d9843eee9c3ffe49f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c6cb7b6a31464dc88642476da67621cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4f434b45bf874558944e55e117127cc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "be61ca9a82df4d9db4227de6b9a24c59", "region_id": "RegionOne"}], "type": "identity", "id": "7ecdd4aa426b4052b47762dc2c21059d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cda1090e3b3245ac801c8506e0481045", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3fa7049aa849497c9ef066292ef28b35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "dbac06fdb6b64780bbc7257f16eefcd5", "region_id": "RegionOne"}], "type": "compute", "id": "030c346ca0bd4f0a8749b111a7fff663", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9fa8f3783dfc4dd4af22941dc9b2105f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "99eb39ea0ea44eda9d0e30c1b254d22e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "852b3de846f249c0ac069bb8808f9054", "region_id": "RegionOne"}], "type": "image", "id": "0fd8ebd187bd4c058ee4860aea14091d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5e29ced1f32449b08d4d5ee348fdac03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "747dc042e23e4b328bb83222e0a3217b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b1c61aa51e594160a1e21bc54d3c4dc3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "9d0f830f3a8949a7b1d305a3490046eb", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f30601a059b744f196880b8ca37cd796", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b8628832dd64035ae557df268f9d944", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51ef4c963c2943da9141b6aec1a8ebec", "region_id": "RegionOne"}], "type": "object-store", "id": "93a92687630f439798f6b1a15bc9dc33", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ef10fd266874462683f6a12964339f07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5fe4e8dc430547e4bc00eb53deff47d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fdabf45ddd6c489da4c062a7dee19d52", "region_id": "RegionOne"}], "type": "clustering", "id": "29552ffaf66a4f8da8fb759b9815e5dd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b1ac2861638c49b1a2566adcde50ef0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6f6b17fd680f47d6a5c8d0d98f2b7369", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "da1c0d73cc0442ba95783dfea56f05b6", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2c316aab6779415db60c043b61487b94", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7666d6ce6c824b6e9d71a9bd185f8eb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "372551a87cc6457bac41e54287612605", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2f56ca7b7cb646a496a8633d9cc441c6", "region_id": "RegionOne"}], "type": "cluster", "id": "281e5ae548634911a0c6f22d4fcd230b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "80ee9192b1324a73a4abf03f1f5f7b59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9556dd1e9a3b4481ad1573183a6bf8ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f9506e5f86e04a93bdc444b10084e6f7", "region_id": "RegionOne"}], "type": "data-processing", "id": "9757a3517afc4689ac9de0bc879cfde2", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "53feb4bce9e6467c98f84a70a24c0355", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "329df9d12c364b26a08c26c8b4c28337", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "abfae9a4e4664745a31c640820d30ca2", "region_id": "RegionOne"}], "type": "baremetal", "id": "90344289c5a94eabad1fa82e07e454f4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f0e7e279af1a464ab9329c0c37891b51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "15aa05abb8384d1cae60478a1a19292e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d7a538bc5b664aae9d1afb7848060a9d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7f4817e528e34a15b1753a07e7ce4baa", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "50207205e80140dab78b1a53df804452", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3e6f97639490412e804758e89fa985b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1bc670e10a9d4bf4811159180bdb5067", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "3616d1b382e5453a9ffaf88e3ece3d4d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "dd46d67d3223476a8a1b76190df8efb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4ddacc1b77674e2dbaa9b7a913eb9f2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "042defee7f5540bbad9264325baf54bf", "region_id": "RegionOne"}], "type": "key-manager", "id": "55172dd811954e199821788eb00605c8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "42f38e807dbd479b818638f7e4d87c4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "713d53e057094d9094928cb17970ec33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e61dcb1596ea47d19408e19c4f7bdeee", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6b4ac30397d84385a37e5006425cfc02", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c07e9ed1ffe14fe09a85f981a59a421a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1755b5d6c55b4d849ba8b2de7ffb382c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c38bb830393a4f4fb719948aaa38497a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "48bcdb99b909484ca1f89f184ca0bfb0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a50f7204587747ecbcb6e2006d6e7069", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "315da887748d4f1092c5a070baa9d0e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d7fc4be03dce4e40ad82d4f5910f90f1", "region_id": "RegionOne"}], "type": "message", "id": "4b09f9f3042a4ed9a766edfb1f5fc2ee", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d98e9111a2a34617b262a585dfdf4204", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a19b01a598f647d6b3bedd12ea562d30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "02d8c537d63c47b9bcb61517e69037c8", "region_id": "RegionOne"}], "type": "messaging", "id": "8c26af75e6da472b847111112a97b322", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b90145d6d58b4eefbd7e8e04b4f9902d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "db2eddbf597c4145b01e37a2a738d39c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "7625b4d14d6e41e0b63ff8f6441cb797", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e88934ce7ed8485c877d80356fdaeb0b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "58994305863e41a787eff1845a993e90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0e4be6bd55904935bb27f8f75ca61c11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6672ab8e8b2e44ca87101850ae71119e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3396dfdde92d4ea48b0c9a15f51f2c03", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "737b8a3fec794f1db41812b176e107de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "52878f210227491a93fd0e16b867247f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4bb35637a4eb4c1fa67f1fcc91be79f5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "bc9f0ba31d804c4daecdbfff270c9b1e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce4de37dfe944527b4670792f37a7869", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3523fcf0fad84cb68db40a2289a0ead3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1b7fb3b1fd4f4d1f945a2a0dff3f4833", "region_id": "RegionOne"}], "type": "container-infra", "id": "083d110ebbbc42dbb1d468628ab0d9f0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c7f7f3d5f6ff427cb69aa4b4a0b289d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "70edb94bfb91430da53a461ba4c47cd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "8cfe3a6d0da5461dba641e0b30903531", "region_id": "RegionOne"}], "type": "search", "id": "3f6828911f834081a0e844423e076ae4", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1865b78cf6554d119289364b6829c256", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3a182f41fadb4f509acc9910740b0672", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d9884697a81d43c283a93028f171660e", "region_id": "RegionOne"}], "type": "dns", "id": "9f2620ebd6fe4bf7abdc3406f59cff5d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3d1c8083058248ea92bb690e66501ab4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b992a3c35d484500aa839137945c6bd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e7ed2d6a72634d7c9770723958b9ee8d", "region_id": "RegionOne"}], "type": "workflow", "id": "1b03c25b25494622a225f69ef2693de3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "292c0e91157046799c49e20d6fd3cc9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "73600e0663db4c29a8778cc799dd150e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0a398dd2d95f43df8c0bcec4c12759d0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8b0102e4ef274e57aa81befce95e8b94", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "cff5b5df589645d8b2ed1014ea872264", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "92a44b89bffa446dad73e9eacee3622f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0e879f6fbf2848a8a7c98add355a465a", "region_id": "RegionOne"}], "type": "rating", "id": "b8b9af225ad849ebbbab55557c364028", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "476d7f61d10c45c2b850c53cedc2a4e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c53546a994dc4fe9b4f37298fc54b944", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b56e840264d44e07a23ec6a1d38f9738", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e61ec781872c47978a2e73954e9cc19b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3649ab77c8d14290aa1070ac268046bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "142fd350c0bb42bf94a7d19c798d78b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "66d710e698a34c0b9190235e57d4782b", "region_id": "RegionOne"}], "type": "policy", "id": "4eba6098627d49f4b2a19bd2cc3bae85", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c57c9ae8b463459fa527eecc0dbd0e9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e457fdf2b906484994ffdffacfe6a74b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d4e9a5143d7045a9adfc83f0d695b747", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1ed49a0a2fa5432586b3c743f3ac020b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9a8d0799464f4ad0ab48d9ddc0a09fbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "75eee9e4422d4f31a855dcadd5df610a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e189ce71d4bb4bc3bc739f1e65bfaafc", "region_id": "RegionOne"}], "type": "sharev2", "id": "3b1bc24f2be9410eac7243e7e32a9d75", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4099586804684b2eaa1de18d1f83c56a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a747db485eef4235ade48ec7c231100c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "94624c8601e94e08b2b48f2cc62f5587", "region_id": "RegionOne"}], "type": "share", "id": "f5274afb613644e78d6ee7bda773353f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "caac8b8f744e41a7acb44959c0239b06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "cbf85499b1f441d889fff2882f9d0438", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5886bd7f012943fdbbc43ab9a4fc0154", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "71174e05c7094ad8ae1ac1326c4711da", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df854b9ebe7242e5a0dd274c3824754e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "905c496ee10e41bcae683a970d189a84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ec5761766c142dc9ab50e2de9fdd4a2", "region_id": "RegionOne"}], "type": "orchestration", "id": "48f83022107f4fbdb6ad740317479736", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb61c0d03d9447a99b540b17ee3078de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab4de17e0df34862aecc824ecec88a53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae166a46c09747b5ba011cf852512129", "region_id": "RegionOne"}], "type": "block-storage", "id": "721cd0c73efb4297807662b83b65e872", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "821b897fa4984cf7a06c0f9783275ac7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1690d8e68d34ea98bff9b8654d85f83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4866177827c4439ebd213692475dbe74", "region_id": "RegionOne"}], "type": "volumev3", "id": "6267e07168324eaa95c15718e5ed4bfa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be7eafe005d048f3be65f52c494211c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4d55165c4184bae98655a3ed8dba74c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d82d8160ce0426c8f83a84fbc8ce3e6", "region_id": "RegionOne"}], "type": "volumev2", "id": "4eb8f43578dc4579aff43b321a3bca79", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcf37afd1419426d9758ad35c455459c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23a9d89bee824d13b8b4740a785a3739", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a98d988484a4b9d848bb5f7e8ea7899", "region_id": "RegionOne"}], "type": "volume", "id": "6083b7895d624c0291298e8f5c6dc8d9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1666750d81c4072907bac590cab60b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9afa1fc836a4086936092302ab9f186", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "670dd8584d1a4f03be86ada4a0661c80", "region_id": "RegionOne"}], "type": "block-store", "id": "cc91752902974d338388d53c493657ae", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d279b588189b44509e6fcc19d847e513", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e2b00211f9174c4b91974ffaa8fc1ac2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5a4e6ebe369b452a8ed3426895d4e913", "region_id": "RegionOne"}], "type": "alarm", "id": "2bbf9758646f44a7a77ad582ee0c4c3f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "86ab59d0e77b49e89962c50c2a01dcae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "51d1bd02718f4222ac67f5580784108f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5a259625ace946daa2713e7e90435da3", "region_id": "RegionOne"}], "type": "alarming", "id": "ef7ee8e91c74445c8328b7630595cd1e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1d60a6e41f794b3b94b4caf59af1189d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3b3ed951dbf047518e8a5b761140c84f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5c886a828d9f4f089824bcd13bce2ad0", "region_id": "RegionOne"}], "type": "meter", "id": "72b63039bcf14ca5a4139c380576c7d4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "14cdebb3d2d742e3b3f7acc6a704008d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9658f0652dcd498d8b466779a426f078", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "65a4ce55c8934a13998d983ef03fb6d5", "region_id": "RegionOne"}], "type": "metering", "id": "f5113c5eb85d4e3084c62f6e883b1719", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bbb0c21a0f9048248e15e7b72fe15a34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3b8b8d0446384721870cf4dfacc26a26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "df1092621522491fafe31c91f5869532", "region_id": "RegionOne"}], "type": "telemetry", "id": "9c091dac5d924a9c811f10c908c52878", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "00374ad00e5a4b62a97eefea4559f398", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fa61a1bbdb834b74aa48f30c3151fcb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b3838801a4d3424b8facc845372b6b9a", "region_id": "RegionOne"}], "type": "event", "id": "cba75bf2dbad43e8b8e37b23256390f6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c9b4bceae09e4035a8015f9ae3cd4db2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e69d50924bd743e0877a7eb2c0586143", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "32b7b5dc22ec49bba31f89c7d073e166", "region_id": "RegionOne"}], "type": "events", "id": "211491aad9964f2da0a50039f0747c4d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3b8592f37d8949aa88baf8b9bd1b6c3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "54b75d050a804e0f9a463abb3f3f6aed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "cdfa1c11c9254d30bcced3f223188bf6", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4453c1be6774489ca0f1650f1e882589", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a70822a1034844db821d10b1d2d95883", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8f11a3b7a48241ce831402ea8891dc41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f74e31c0fe27414a9d079b97bcee114c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "caf8c4afc4f34aec8053f19810717758", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c0a22244b8ba4c95b2fa1fe488ace8bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1fe64ecc8f9446e8bfc082394ed68731", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8e6669b3852b4609bf9543196c62d3d2", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "cbae2123df4f4b57b510d59d966428c7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5c1817ab8f324b36847ad24f1994571e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a36b4fb1e9f04a2bb7b060ce04e84180", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d4b756820e544fc18df42dda1cc55bb0", "region_id": "RegionOne"}], "type": "tricircle", "id": "750e98aebdae46c281ed82c2f7b646d4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2833622d7145421f826993e6ef7a00ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "18ae99eeaf314771bbff038c39267281", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1b1042a8af1844d29a812075afd81a08", "region_id": "RegionOne"}], "type": "database", "id": "4cb39d19d12741da99d367da26ed890a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5af490e81b79418590b94ea912673dd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c6690117731d47ff8e175de4b1aa769b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3cd1857c38f640cdad618a0d6a3aafc5", "region_id": "RegionOne"}], "type": "application-container", "id": "8eca812435034b0984ac4f234f372dd8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f9190c9e52294fbaa5751433c0e7caf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1b893e80fb3d4102895d0e80e46aeb8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d69022f735774f9fa51df8b6b65b311c", "region_id": "RegionOne"}], "type": "container", "id": "4c123f70b78c4774ac9575669a355eda", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1fb0197fc36f4faba6c1b65ae88fb181", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "43af686c456d4a02b844cc29e708cc32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "64b07e6c0f94478ebab5e965397de52b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d2f0c2c84d7b45b2a7ab868fdfa2925f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8d871386c8094f3da280f6776de59b35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e2518687d7d148128cf0015e60b94334", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ca1efef054074a6d93ed9dc395939f97", "region_id": "RegionOne"}], "type": "rca", "id": "69c9334f73034b97b29a0baebd89edf0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f6639c38142f4899859e869cf72e0443", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6fa6b0da7ab147bb9820b3ea8532fea6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "5f82891e72e648eea7a062fc1a26a719", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "7aaf4017a30a4550beb06c0d31d407f6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "dfe135d7a7ec4c87b16f9a03e55eeffa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "539abb59600e4fb7928596e00f4f81ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6b83926a91d24d4ba6d233f53b3a7303", "region_id": "RegionOne"}], "type": "network", "id": "d3f86e4cfca948419564edfeaf924b13", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3d31b87ed6aa48cf9372a56193e16fdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "595aad324b7c4b64be47f41adeda7d9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b150ed36137a42cc860cc26bf0c46273", "region_id": "RegionOne"}], "type": "backup", "id": "a08a97ce81f74fd49d58bc2cdffc8e11", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "19be8081ad4c4012846e4a4b6351a918", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "64f7447c1db346b1b62c69167a12748e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "07ab5bd39139482babad618cdb2595ce", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "49f45fbfa9c34c5cacad701491e2d62b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a9270053a7c140be92f9c0310cf7f38e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e8b01bfc96694f87a1268e40f2caa567", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ea10da4f5aff42d19e0aaf1b9efa6cad", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1c979db34e9743908ceadd8e9a6915ba", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9d5b6f48e3a94731ac9249bb884d6a1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5a61f487802a4d8daf04402ad5571fcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "4351dfaa017c48209b41eed1a3684096", "region_id": "RegionOne"}], "type": "monitoring", "id": "d2d93bad9dc8473dab56cd3f1d46ea74", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "af816f48cca64619967e1ea13dc4ec23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "35bc1485c7e745688fee8f9942cb1b84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "fd6b9da3536741dbaf94d5472dc8aa75", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d72b1107d9eb433daa30441a414991df", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4418b40c5be5426db9a1269aba30c97f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "94d7aeb2b0894b5cabc7417061718b3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "6710d82643f5443b8c11dbad8c825949", "region_id": "RegionOne"}], "type": "placement", "id": "6ff15aec98924000869553dc45b174d8", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1aa7e7c0e1394879a16eb1e248ef2067", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ed8c785903c04b6f9085e2fe943759d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ac252fac40064a3d9aa9b54039756be6", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b2d3e5700d134b22b80031d5fa1c2905", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e70d42b98ae849e0a698efb681eb6247", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6fdb7f93bf4146119eae16566512d32e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2a65973d9003436b9862e3eb3bc68b53", "region_id": "RegionOne"}], "type": "ha", "id": "1486a0a6ba4b47d1bf91b03390410e4e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6c605fb80c3b4367b6cab6e25d64e2c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d4b24020dc3e4523b471a8465244fdec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "97a8f4b5cda645efb746525551986283", "region_id": "RegionOne"}], "type": "reservation", "id": "ca91c6a7c25c4b98ac46f2ff1eeaa8c6", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f5e1bbf01c8c438f816040eb00d80696", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "849f2bb0412145058c256131eff75c3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4645228f5ce84bc98735a3b10fe15e37", "region_id": "RegionOne"}], "type": "function-engine", "id": "e15916ff737e4d528e7f15ea57337474", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "787ff650acc64fbebca49f6973fc051a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5619d76151c744ab9b8505905d362ec0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3b3d45788b054a2bb7238e55268f7f79", "region_id": "RegionOne"}], "type": "accelerator", "id": "efc232cd5a2043d098b5b43d876f94d3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6a7ac077907b4d99940a55588643a88b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4ac40666dc3747cab911b6e9dab01052", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b9807668b07b4ae38ce50bf05ffbb687", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2e93025954ed43d9a1597f4ab05ca12d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e98deaf4956944c4bddd80b2c505c51a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "eba5a4a9146c44f99be2c511fcd6bfbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8da238a652b24b7ba0093406ada0726e", "region_id": "RegionOne"}], "type": "registration", "id": "5d6f2601e0034327a8b4a78c2d6242bf", "name": "adjutant"}], "user": {"domain": {"id": "b9967f6aaf7c46af933091d3dc16b474", "name": "d5d5ab0e3b8048fab24ea9a59fd7444a"}, "id": "d11333723d9d47898d5685ee7ace4a04", "name": "5cd68eb21f2544d88fe9f74ca1719d63"}, "audit_ids": ["6c7d248852444b32bf6896de372f3237", null], "issued_at": "2019-09-19T09:04:40.732152"}} 2019-09-19 09:06:40,836 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,839 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:40,840 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } {1} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_private_ip [0.221033s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,758 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,762 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,764 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,767 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,779 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.693307+00:00", "project": {"domain": {"id": "cbf1bb7c2d0646b6a39c3a1ef5e6be48", "name": "44a904589f9c40caa51c2deb338c2e31"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "153b67dfecb34b39af97274c05134df9"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3883928e10c642c5ace1bc59c1ee2bbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "da3cae5f1b054f8a9d9698247dbcecc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "159cb256f2a44d0ab2be1d1d51ec6bc6", "region_id": "RegionOne"}], "type": "identity", "id": "ee044cd7108641f08fe7eec6b35d7f4b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "677c780b73814e07a3a1779bbd5c26a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4b1defdbcba64904aff552989c380b6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "de8b57705e3b481dbb156c949ae2cef2", "region_id": "RegionOne"}], "type": "compute", "id": "a7a7e7131fe34c5aad9dacc05332321e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "925638e52323461b955af0e9994c6127", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "6431a5efc84340b888683005eefa0e5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2766c8d5a2ee4d0fa60f3250c521e2c9", "region_id": "RegionOne"}], "type": "image", "id": "b8d9ffd176f943c19c272e59453f01fc", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5324d1c33ae84f92b82c9bd460ff23e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c0574428bb404cb2bf5ca3fc55957560", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "775552288b1946488863eaeec8ee6f9b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f27476f150f14c7d9a330c835daad94a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c55330cdd1904df39cf65ab3749ce76e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3aecc7a450c64e11acac28a16bfadd81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71fdf70ec9094e43ae6b91b394261932", "region_id": "RegionOne"}], "type": "object-store", "id": "20e5fdd9b1fa4c85aa221b78e029ddd8", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "de0fd303d79441379e19d68cd2fa20a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fcb71be4f9e649cf98712f37e6d75c9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c2076a36c076430a9ff1a02eac1e8e25", "region_id": "RegionOne"}], "type": "clustering", "id": "0dae1c8e9e5f4ca8a76e1f0dc5608301", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "421f0d60f46849738913a87755470650", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "57a94b53646e4232866ab66a0424fa5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0353d580bedd4963bfc68e3eb29a2c46", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b53cdd79d1924e5d9a145ef5f716b499", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "51942cc9599e4a4da7189beb164be130", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7d31e4afc510495a998824ae8b35d9f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4bf1cd32cfb446949fb7af334ad303ec", "region_id": "RegionOne"}], "type": "cluster", "id": "71937db7e5694302a3602fc42c4a547a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "89b34d5a6b4a49c0b3ac91c011527a1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "346c218c836a40299f0adcc06090931c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ea63bced7ecf442ea47572d77216456e", "region_id": "RegionOne"}], "type": "data-processing", "id": "d8bf30d75cde46c89283d154573bbdf2", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8c5de3e989d54661b3b344b91bcecea5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "000b039c5d744006ac397e6a3ed7980f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "078f3af5d34c45d480693d1b400d1ac2", "region_id": "RegionOne"}], "type": "baremetal", "id": "19af58212a494aba8d29deeeb0784984", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "04fabaa5f48a4c8f95766970faecb30b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0e9c404538e44645b2d34fab93e8b25b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e8a6197a6d794278a583819bda9dc0bb", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2a9de7807cb1449989f2a48e9c0d4056", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6b74bb70f6084f9fa6864f3ee561e326", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5674368a855b40eda7beab9979ce3668", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "185959c6ef5b4a308bf7ddd34be969ec", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "27c388c9bbea4aa6bf34cf70e3d0f8f2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "80bc46bcb355463da24badaeadd6df24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2a4dbcaa6b654c8c818ca69748b80f41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5ac8ee2de76747f081d29c00a5abd597", "region_id": "RegionOne"}], "type": "key-manager", "id": "fe59ff01fe2c463e865905e9abdb2add", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0ac121e55b8a4687adb6c18bb4c66bee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f5dd43a2bc6b49f587817cd3d4e63070", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ec892242c91e48f485f16d89cb95dcfa", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6a464f51fa394031aea1c65f698c3cf3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "43b4ede94a1349efa8903119730dc182", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "02c06fc99c684e5fb6d8bc2e4f0c8109", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "db15273d06fa4d2fb3fbebc016f5fd10", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e30bae1c1420479f885587ce09517d0a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7e98aac263274e0ebae53bc4167a83b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8281502ec0b543138a0f8619cce7b8b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9942b03de29e41598c55d6e242f7a691", "region_id": "RegionOne"}], "type": "message", "id": "1a179db41981445e9008b123f1850e4f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b74c1aede32e4c9f83316fbc5a2b2d68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f72002562c8c4e8780d650af1af0d4bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1da7bbcdb5ba49108d147f3f1b68e114", "region_id": "RegionOne"}], "type": "messaging", "id": "5778b1200e584d57b41184ac4c1219be", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e02e05e28def449f8809c37ec369ad1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7d9c6c9662194eb29dd956dc122f6320", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4c05af9e331148d88aa1df746b3b4362", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2fb99501a9fb4473be2f356fca27fcf4", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "37f04fdfcf3a44b9a4868fd674760642", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4a34b42af5714bc9a58941282ea68672", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "af5fe5c73fa1475b98299ea54658f2f7", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "bed739ad111d485a86aaa734c68dd08c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2b0bb2764892486db660e07642bbfcb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "120ead20d7ca4b9eb69269cf28719968", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "96cf144c760c48a688f6698820473130", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "342fb862f0b04f0084614559d044fc53", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5cd9b4fbde344f0aae0bb7157b40796e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "773997cab096433fa808ee5cf579f392", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7daf1e7c5458459fbd9dcec2a5098c50", "region_id": "RegionOne"}], "type": "container-infra", "id": "212b41f06c7f405e80d927757ba6db90", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "934577517cfe4c76ac931ca1b1039f7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d138814d07eb410e87636d33ad081d37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "abc77814d64a405e924ebb2fedeea5d6", "region_id": "RegionOne"}], "type": "search", "id": "f1904be2bd1045e389fa8dd6f557e911", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e176892431ed47d6bb8b4ba880280c20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8e75746260834d84966d15d4a17ab31a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2ee4a52795894e5ea8e461894c09d630", "region_id": "RegionOne"}], "type": "dns", "id": "e8b5875e569147f6ac8c09abec6797f7", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0793cb8be79e431680e953f4618d3c69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "09fe215eaefe4551a86327d50551f19b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a9c0990553354bb88d72bb91f6ff6d37", "region_id": "RegionOne"}], "type": "workflow", "id": "fc707eb8f68948a283a2744b333f9a1e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "da4baa4db0df483da0369fbf17a2451d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d2e4469bc0fc4dd3bc88111ca923977d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4f01523d762443899ed12982c130628e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "dba630cd456c4173a1d3c00c7e074090", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9bc81a8c75014bfe8abdab9ad8eec28a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "64fc9314de7f4e3e92f54296fe6e2157", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "748bf4b5318346d2a0de17a08d9c870d", "region_id": "RegionOne"}], "type": "rating", "id": "8cf72799d4784a26b1a78f0a5e8da951", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "01934c8311a74228aeff94f8c49a1ba0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "55767d5371484fc49f73a2e59f44d058", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a7eb4298259b4392aa247bd9802f4e6d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "43f2504dc08c44958fe9ebf36529bd12", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "47a54a25ead64f59a951a4986880fc2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c5a41022149a4279aea761ca4b32d848", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c1c7346afcd841eea5fdecef860af390", "region_id": "RegionOne"}], "type": "policy", "id": "b42bbf295a4548d1b1e9e84dc797e254", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b5cfeb486e2e44f2a220c21688464f70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5601250b70dc45aeb47eace039ab7765", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "eafb422320994ae9811e89bc8c8615b2", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "4f99806d883046d2a3a6e00bfb421ace", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e6b5cc6c52764ce8b18a60121a3a4e6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a759f5823eb9470e837f535bed4815e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4ea790d7fad84235aaf75f1871fbf609", "region_id": "RegionOne"}], "type": "sharev2", "id": "0ae9eb9e67994676bf228e78f4c08579", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5e2c501a6d0d4740931757a3fc6cc18f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "37b079cbf5604458907f359cde53ec1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "649818488e1347e09be08efbe2c9b734", "region_id": "RegionOne"}], "type": "share", "id": "2929fe8a59b047b09508fe5d051c9e53", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "11bf4a0dba77408291550b5fa966823d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3d134f26fe3944f9af3dc45d6029f940", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2a7ddd83d3cf486db4deb49fb1649a87", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1d0f71da886c4204a4150215f6bb304b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ddb7b370fee4ef69b4d2e33e4fb2d4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1ca38a4e9a84a01a52ad0378a367ff8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14935b6b1aee41fe91258a9c4c6a2432", "region_id": "RegionOne"}], "type": "orchestration", "id": "5b39b6443d334849a044d32f12a246c0", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d4ac25fe4c947dfb272815c21330455", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d0fd789b49549be8fe75a1cd911cc64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f76fda55fed41789224bdbd4656b826", "region_id": "RegionOne"}], "type": "block-storage", "id": "eecc5d5504e7442fb20d690edb33116c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19e1da694def4d2ab861537781d2665e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c148df7c36942268e078543ce0f98d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e12ae8ba65a4254a43d0c1c5c442f16", "region_id": "RegionOne"}], "type": "volumev3", "id": "1c5eb92e093f4e4da9dce6d3aba9f0e0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "356204dbc9a943acb8d45b9a12524fb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f45fd299c14c44d78d180970eaa0b9e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4f8e02dd19f4e00ac3bc5d852981b85", "region_id": "RegionOne"}], "type": "volumev2", "id": "33f1277d4ac8483cb79d2c75f6f1cf46", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3b6144a2392472992a4eba9d6de2728", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6dc9c07cdbd44f4bd363ed6212869dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f425d5b552f64cf599938f0eb71085da", "region_id": "RegionOne"}], "type": "volume", "id": "67a810966ed24fc8b60e385ff61229ee", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "831c094f189348868223798071051642", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62f9e86277914cd8977f896448ec18dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93872e302908491fba4e850675a8e4a6", "region_id": "RegionOne"}], "type": "block-store", "id": "b44d09c2ee9b449c89146903e258926c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "405468f0d0d44a418b6904659aa4fded", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0e379b90646342a78484ab0f2a03112c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0e23cea3950e405e897870ba30ab970c", "region_id": "RegionOne"}], "type": "alarm", "id": "91f8c9553e7840e4ba8a2cc1af7f3a78", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b32ed084dfb84b86894d46297d2c6520", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e12d4cf2d36346978812154883d8d7bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c25bacf277de43f396a91834095080f4", "region_id": "RegionOne"}], "type": "alarming", "id": "a64fa284feca4bbf8d3daf936c19746e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f342c4db99be48518c57e5b35f0e20d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0586a1283d894657abda60316dcaeab4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "79e4f50c4c6e44028131c92f789f3824", "region_id": "RegionOne"}], "type": "meter", "id": "3ec9be3c320b4bbf9b6dad578f29ccad", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2e454a4c2ffa4dc8ada5674a4c52246b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2dc83546a3db43809b450794c367992c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "02e21115803d4127858b72320327d953", "region_id": "RegionOne"}], "type": "metering", "id": "4b9bfd86d52443249e359cfaabc0035e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fdfb2e12532749a19ef538852cbd041f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "801019cbcb284f35a0ca4b2cf1fcac44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "22d9827432f349b284cd4db4932ff613", "region_id": "RegionOne"}], "type": "telemetry", "id": "cc31ec24f7e741a1b98b5f1ea39f40d1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1df54b258ebb4e9b9ce2900b9c85694f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3688394065a141bf9fc9a2c94a9c1684", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b955209d4d2545d793c4b15516efb695", "region_id": "RegionOne"}], "type": "event", "id": "4aba066e08c441edaca8634224939e73", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b49dab2087274af2929689cb0e81b8b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "82638cce2f6a46a1acd3df38b04459b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "992afe5772334b3b9570d6866eb184bb", "region_id": "RegionOne"}], "type": "events", "id": "17c4f118a1304ac4bece5fc0306be948", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8c56b6a771134769911fd6686a781776", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8f003b0f290d4efaacab2b4dcf3e94ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "cc279ac81b46446a93038a5c9748edd2", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b9dd967b15614d9dbbada4c68fa869a0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d543d2d7f585466ab8fc52ef0d5daf53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cf5079b9c3504e20b722aa5adf7abf00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e1ccd9bc20ed4855af10edc4a9ffc47c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b8b32efce3d947408b222a693d4f513c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "361efdebf8e54270818147ca0524575d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2620d0acc8d84a578a991aba27002eac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6d0703ebc7f6482ebeba965ca1422c3a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "1b97bc91384644fdb35f939f85ddcbfb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5f8d0d70e1164a5d947ff3dd5becb967", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0eac01ed1d9742c1828eb6cb2c0f9a27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "eae7b54cf77b42509add2a0d42b3d445", "region_id": "RegionOne"}], "type": "tricircle", "id": "5f2513f841c44531b93fce2b3d091e01", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "55694fc3e24d4dedabaf03dc4748a9f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "425d2871b25f4a80af0675f7dda7658c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c627625918bf4fc687b82841718319d4", "region_id": "RegionOne"}], "type": "database", "id": "9622052ba67a4f6f90fdee0c3b7d1d26", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6a8603b077ec4eaab7d2a6ea7444d9e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "761267abcaf94129b35d36629279b9da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "85fa23d717164dbaa6c38d8b4d7524bb", "region_id": "RegionOne"}], "type": "application-container", "id": "f4834a5649f743cc97e25f4f73748da3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a3d736032ed54398812f7ac74364171d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "daaffd43d3f644b28ab00759e1ae300b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "09aaa0dd4b664fe1adedcc5c5b1ce426", "region_id": "RegionOne"}], "type": "container", "id": "0acb1e0acbd84313976d109597347c85", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "32d0b9e6f3e94bbcb45248ac853d13f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a33da06d5b1e4378a80bbad8e0cc3ade", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6c853d83c2434005a67720a65e83dd52", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "dc874d94963943b9aa34f6cd300dbdd1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7b746ad9b8dc4e37acf25e96672309ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fdb6d5cb04d746bb918a9d8fbc16f3f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f5d81d2ddf5b4472b742af08143204d0", "region_id": "RegionOne"}], "type": "rca", "id": "70a672cc4a004ea2a64e0838f4862732", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3294aa8015244485ada7d26d39766e1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f73a5a90b49747dab0182472a7a82bdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "bc5b1e824c4f45f79694b10ba7b61499", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2f44181a134a405582eda78457aad7d1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0358cb427ac84b26bc4ca9446fa89a8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b26d8483115f4ac68cae9e2ee97755cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b43ad623a43c49f69f5969e2d9c4e87b", "region_id": "RegionOne"}], "type": "network", "id": "8c1a75c523124dcead621a3319f39ae5", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "30df0cf6f08d49a6b6e5bc00bf8feb51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ea6ccf208d7e408794aa28605872fba6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8a43ff5bde84410c8e9019cbabb3c5b6", "region_id": "RegionOne"}], "type": "backup", "id": "a974e1dc640343ee91173e28d3c02241", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "160bf0779f024726b43e1c8e27e28684", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b9965df06b294f6d9bb6db4d89496279", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e4177489c0d84c0cb7927ac6e5a5a8aa", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c50e1a736b0a4f0d9324075899006d2d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3d4ed1da262b4f2894803bcbdc6b871d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fdf5007efb7d4dbfb7325df171918082", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c403890864164fbfa1d052819a25db23", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9bb9589413db45a8af80bb034faf239a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "241b771b5750417284dc1917a18c5c29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e6f93cd7efe04f438cf97f15cde19d9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "7de56b5516ca4b90b8366936347543cb", "region_id": "RegionOne"}], "type": "monitoring", "id": "55a9a9d61f4b4f30b60904f784ba238f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "62c8359dd4464ff79fc7cae17edee522", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "99cd4a404f7d4d818706606701e62838", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "964d0a93b6f8406cb47a4691e37d8703", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d21a184bcf6c44a8bc987187839f67a8", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e39dbe6140b64f939786a77787618679", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a17adc5a45ec4c38a6d797d3612f5505", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ce4bd519e5d6448aa4d94375ca8d3410", "region_id": "RegionOne"}], "type": "placement", "id": "8c0dc764d2a7485bbe26011e02efb845", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8c0e385b46c34619a47f8e66719da040", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "65d76559a85043e393a80248dc67cdc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "04169ebd1c704fdaa0f77f727c6f3e8b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b5c83a1f19524cf0afba659e77ebadfa", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "250acced4d5642e892635011fb920470", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5b2c5729b50443ffbd23f912d08bbf32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "581dbb2b35a04eaba254cbb647c0596f", "region_id": "RegionOne"}], "type": "ha", "id": "e47b3a664ccc4a71a5b269a0ffb7c6e7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "107be14fe1e1411caf0638c41b9a94e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3692b1c9923a4d37b0edafcf6e546a32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a9e073a3e1c8481eb03ec7bac8c832a2", "region_id": "RegionOne"}], "type": "reservation", "id": "a018614342ec47949d1b642b1ea3d62d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "746b1c3469d34516941115b97914013a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "14a41c2b61e34b7dbaa8081720f841f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "49757797767c4d57963d987ac5409b3e", "region_id": "RegionOne"}], "type": "function-engine", "id": "b30a9ff9d9ca43cbb11532047cb14f90", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "82c9427d747f4fbf9e5b074865cde90d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bcc22fa286474812a5503ce98233e401", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "32cc7813bc5a41efbf019ed6afd3b3b7", "region_id": "RegionOne"}], "type": "accelerator", "id": "e4b53a76b79244e39643555b853c4dd1", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "70c8c4622ac5469a8de58a189a8fa949", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "44599658d24a4b97a32f8538d47fcaa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5fe83d80619044788f2f99bb5227da92", "region_id": "RegionOne"}], "type": "admin-logic", "id": "dd0296de05cd4c2d873d323d7b0bd77b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5ffe8e550adb4bd7a147ded0cb1d91e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "73919670e27b4474b3c5ab078d3e61e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "938771ca2c0b43f4a790695f2fbe1cbe", "region_id": "RegionOne"}], "type": "registration", "id": "a3b0da4ad4b242f19d0b8ead4da0510a", "name": "adjutant"}], "user": {"domain": {"id": "9eb4140cc6bc4e198c98aeeca70403c8", "name": "ac00d014804c46dcb67d2dc202c89051"}, "id": "bc9cb6b6f5244a4eb378a9658196e922", "name": "12a3b7001f4341969e44c9a086f1e2c1"}, "audit_ids": ["0163804349aa426898c194cc292e0eca", null], "issued_at": "2019-09-19T09:04:40.693307"}} 2019-09-19 09:06:40,874 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,879 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,880 keystoneauth.session RESP BODY: {"networks": [{"id": "test-net-id", "name": "test-net-name"}]} 2019-09-19 09:06:40,902 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,906 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,908 keystoneauth.session RESP BODY: {"subnets": [{"ipv6_ra_mode": null, "allocation_pools": [{"start": "10.10.10.2", "end": "10.10.10.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "10.10.10.0/24", "id": "14025a85-436e-4418-b0ee-f5b12a50f9b4", "name": "", "enable_dhcp": true, "network_id": "5ef0358f-9403-4f7b-9151-376ca112abf7", "tenant_id": "29c79f394b2946f1a0f8446d715dc301", "dns_nameservers": [], "gateway_ip": "10.10.10.1", "ip_version": 4}]} {14} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_update_firewall_policy [0.265799s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,713 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,717 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,718 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,721 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,732 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.654222+00:00", "project": {"domain": {"id": "fd0d026209204530ae76771abb513130", "name": "424fb769d61942f8bef413e5eff1fd4b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ef49be5ed3ce46da8a6a135ed40dcb52"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ebf91e5ed5d34fbfbc81068d49921b58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "05458fb850af47e9a04f883105779594", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7477d8d2c2554e2db2334e55b8752c45", "region_id": "RegionOne"}], "type": "identity", "id": "c2bbe60d36f740109b9621735975c513", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "880f2e2d95254e07bf134fdd42fd0ad2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3f57e448df28473ea3ac409a33ab862f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c19892c27b17448b99e5525dbf5e28e1", "region_id": "RegionOne"}], "type": "compute", "id": "17b349dac29b45569648792cd061ea29", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4419325af64345d9bbb313b6847f6b01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "83bdf5234f4845f9965f0c9bf1bb861f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "9a2f6c8f9d0c468eb3228cfea7cbd2a1", "region_id": "RegionOne"}], "type": "image", "id": "d8552c1e3b1f4badb5ddcc06fc78db3a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3ace8767219b4bfe99c06a1730f0e714", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "184e2d55474e42a5b8c103a3d8467299", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d755d01cc28d454ca0e185ef77322196", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0c7cf653a74a444ca661631970521539", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0e6170fede448518fe066a9b592c81f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07da7067989d4c5da0187b6076838ed5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40584a3d34734a5284df8baabbb92804", "region_id": "RegionOne"}], "type": "object-store", "id": "d340168586704b12beed7168a871c995", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3bbca0c841504ee38b1296782e4b0239", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a36bdcec052241f18e15c7fb4a6cc519", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "262f43f516394083a0c1014da0729a80", "region_id": "RegionOne"}], "type": "clustering", "id": "d291f3b486b04b659508ad103e108557", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c6955e4a7a20463091ebc9c40651821d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0131e26b53244d24bf33bab764e815fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ea6f666059ad48f89c0aec8671d0f3b2", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9ae313be71d14472b7b50f9219de5b2f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "338a3bbf075c480a90e46737df1603e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ca252ff1320a4da1886604b2e479ca2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f6df20ef71944011836849ef2a9bfdec", "region_id": "RegionOne"}], "type": "cluster", "id": "7031ccd3231f491e92605f8ebd4066c1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "659d212a96af40af99daa181da35935a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f9cc6015fcb742618e91508c63eda2b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "41f30053a28a45288e06f4aa6fe2c5ff", "region_id": "RegionOne"}], "type": "data-processing", "id": "ed9ea77c66cd4e93b9f8c5e7f9de6063", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "88976e781f844138956715b4ad4d51d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "55275b619a8d45ffad8bc2ba432940b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b3cb5cf2d979450bba7990626fa0fcf1", "region_id": "RegionOne"}], "type": "baremetal", "id": "2f0bb5c70412417fb9fc8b385c793839", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a4eb873eb6fa4f1ba41aad29b62db34e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3007992f9b944d2a986b694dee510779", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "62b85245c95944d0a0b740a6c0aa52b9", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d728553d139b4b2e82acc18dea942ba7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2c1129e95c404db4afd5fb7ade3b7346", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "999b3fc710314004a849398a53a95b33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "8e450b46321146cb99d17c8df916f8bb", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8ef0f3b40373496fa5f55aaff36a13a0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0f37b5a2abab4bc0a43eaecb6d924657", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "dd7b0bb8f95743a28e4aa0d058753aa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "53aca2c28e214081a2ec1691e7aebc81", "region_id": "RegionOne"}], "type": "key-manager", "id": "07b60e00d02149c6871e84d8c2fce2ba", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "804867efc8ca4f05885b18d8b8ec750a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a38263dc5e47476db2f457eed4760694", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "dd2ea39aeab44061b4b53790d3d0606d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "73d201635d984a4797ea25ac869f895c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "26fb0a68a46743efbb72ea6a1512967f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e430b70d37104ac3b683a805f5ad8f57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2ec19e9e691e463ea90f21b9af428ca1", "region_id": "RegionOne"}], "type": "infra-optim", "id": "368a6d011b12448083f8e4a180f08dbd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "eb4c56c0e2f844a7929be18d4d971cb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "36e062dd1fcc4aceac970afcd02c19ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "740021443cf44a2b9f81bbed82ac5e95", "region_id": "RegionOne"}], "type": "message", "id": "5d0501efa6d44dfe8644791705eee2ae", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ab3d7425a41844efbc13020a2146d2ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "17e48db2c0f048d180d7546f08e67185", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "db861e36f5da401d819527b2f80e9a79", "region_id": "RegionOne"}], "type": "messaging", "id": "084f3466f5964a5eb9fa4d9ec161cf43", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c3df558c688d42b0a750bd9092721fbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fb29b957bca34affa8cca47232224cde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "507a852d0a3e4c88bc460d6a8b798666", "region_id": "RegionOne"}], "type": "application-catalog", "id": "94a3358e61ea448186c3d9528b5349de", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "548645bd546348f28669d6eaa73949e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8eaf2892d6f147aa9f71a2e957015558", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "52a4f3fa2493423ebd37ae312955c99e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ffee6f3aa78e41aba2a7cf972802443d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "621eac11ffff4b63a38fd31e80329f81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b12a7d0e0fb348f684e55644a73c6db1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2c5fb2fb94354601a48a44b5ab32784e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "64d84def865544149231c13151519994", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7306a165a78146c5ad578f23e54bbe7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "03d68f609dda4cf9879e3354b04beaf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c2d978957b174643ba11d8a6ff884588", "region_id": "RegionOne"}], "type": "container-infra", "id": "e881424cc36e41359abadecdc35a6e79", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "47f73af42f6b44c49fafec6a744ae699", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b2ad320eeac441cbb2a4056d0150ec6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "1f9ab6910392436bb69c244b2b3d7a28", "region_id": "RegionOne"}], "type": "search", "id": "1ca8d716e6a641cda298b4b011188fe5", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "097556b0983a4dc2adf56f5096f71a62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9fdafe36f8bf4a6ea199ebc1892b1c40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9b7bf7712e854a2786200b5570780181", "region_id": "RegionOne"}], "type": "dns", "id": "288bb7c3ee0b4f268898dbdbec06bfd2", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b847af999e3b49f19033747311ee7e93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a7dfaac64dab4b5594e2057f697ed027", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "821420fd3dd04c7485f81cd207e10e75", "region_id": "RegionOne"}], "type": "workflow", "id": "15ea7736b1dc4450b4ac7cb62f3e940e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4185a532975b49cd91bad95155a6996c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "143d9d0a986d431e95a3414d98a170a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f3929c0d1c3a44a580a5b8b16c00d09b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "367ff8c5e6ae4a1dbfda3ddc75cc0ae5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a876461eefdc4967b1e152ef1f4c2bac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "dcf59709a12f44a2b8e1e8c33e112b84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "28964b7514124d23830756c4b7a17a45", "region_id": "RegionOne"}], "type": "rating", "id": "6d9bb8ccac394be98da5d533ee8c1c05", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d62ebe5423df4e55ae471bbed090022f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ff307e5f43a94556806353fad5af5343", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7e138375738f47028cc30e614482dbac", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c0ce30603f5e4f57b24a24f1fb3c7acf", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "52bc7ab82f0e440e8ae19c6cb816053e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bdd0ee8516ba43d489df9ce93f764046", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f2e163d68e464b00b10d692f56240cc9", "region_id": "RegionOne"}], "type": "policy", "id": "61de4ddc27e04622a9851c2ba86a56c8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "93c4127deb8441e4b92bc11c525ce054", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "245f109b91d3480197060d103e035994", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fcc1d668a5ac474092cc7071026a02d1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "acf5628624ce4be880d028d35e370f1c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "046d35952a584b318aa1ae642e73a10e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "732989a34773424c9ffc2d66932dbe99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3a02bb8245194a1d89db44c3bc7681ac", "region_id": "RegionOne"}], "type": "sharev2", "id": "01ba2e6be3574ba5a22d62f324ae39de", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "925abcf966b940408bb8acfec4266700", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7bf6b53bcc2e4e4285649506b3da8ccd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bf4e8ade52664f3abc220a9eb9c56a13", "region_id": "RegionOne"}], "type": "share", "id": "51f9b9d69bc247b5814c32322f4defd2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8c0d23889be44d13aa57b4ac484cc667", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d88c3f5da6ee468ca42d8fc976213a2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "418d272c99c0469fbcac678888276887", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "61de71a6ff06493c8cfbe7e6c2926686", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f2c24527f27401ca2a8530bfda440ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1adaa1d48e748868d0546ef9b925d82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e7c66e908fa4e51a758332ea03a4eb5", "region_id": "RegionOne"}], "type": "orchestration", "id": "00134551321a4e4e8afc2dc9cdc94f61", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20006b61a3cd416facea7311102b263c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f8ed88e1fbe4096aef09774bf57d2b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba1f2fa3822a454c84603fd4328042e9", "region_id": "RegionOne"}], "type": "block-storage", "id": "42f548532bba47589f6dcf538ba57d4a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8cee1a23020742e9a034bdcda7759f42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b681178df1714b7891c74a665c49a30d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8492749d0924bd094179433a4fbdf62", "region_id": "RegionOne"}], "type": "volumev3", "id": "77cc2c5a312c4d5e9249f9434b2166a4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2cd9bf84dbc44f3394ff7255ff4c1b47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15372549d92641ba9bbf9d1762f6e390", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef0e91224ad64d559328b229d204a648", "region_id": "RegionOne"}], "type": "volumev2", "id": "9f1779a8d60a4a2da3967785dbab33ef", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d436fe14662c43af9f252298cff0a26b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ba65bcecdb84d4cb395d66dd219ecc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db4794878e17435289abf958610facb8", "region_id": "RegionOne"}], "type": "volume", "id": "941cc37a82c24b5189add77f3c9e8d57", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a02184c59c4e4bd092fbbd3f890d323e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b69981dcfcee404cb3456d3e2a584fd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d78df5aac3f4c4aa48c67d4387be8b9", "region_id": "RegionOne"}], "type": "block-store", "id": "0dec3537deda47e4b5589f6742c20d58", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5027a6be690542d38c4c6e53ed843d06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0bbe07ee794d4f2d8fed6cb78946f9d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1f834c20639c4349bd3d7ff3edf66516", "region_id": "RegionOne"}], "type": "alarm", "id": "f13b77db9a754f519a00e7bc69b72afa", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "76f069a3d4e6493c9ee2a95dbab9e05c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0333b11edbea44e1a227899150dc9293", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ae35f4d7dc8b473291d3f49b317dddcf", "region_id": "RegionOne"}], "type": "alarming", "id": "ca4cdd2c01aa422ebe10e32ca8af2323", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "edfa1a2ca38a46ad8e5b792281bb8f83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5833d847e32f4729b762de27139373f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "88673410a20a4ba98c514d189feebfe0", "region_id": "RegionOne"}], "type": "meter", "id": "dc9a3940ac774852b1185456fcbd4917", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b3ecb28dc24b446a80eba8996419dd1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d5b13805494c4280a3ef39777b8dd23f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d8f8409d7df24042996e79192488a62d", "region_id": "RegionOne"}], "type": "metering", "id": "5cc2deaae32d407eac20fb809a956ce9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fa6c08fbec0747f4becb181bf54a0fc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "061334c33f0f457f8b85b8cb75a5eb1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "53ca8f894b8849ef875ec670562b9a02", "region_id": "RegionOne"}], "type": "telemetry", "id": "23f1c985bf6344f7b72002ed08266aa6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7e026a8b9bc248b4bf4920011061198f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7a13680b7a0f4e3dbccb89de23264869", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a4ac2550ff4342659b463270f97abe47", "region_id": "RegionOne"}], "type": "event", "id": "2ae353eb5462431c84eed43a1afa2d62", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "de590f4282284fbe8b044ee6ef0a537a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "450a4332d39041a4bdc44ee3ce67a38f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0ad5a3bcab94458eab3be2f0f8dfdbf7", "region_id": "RegionOne"}], "type": "events", "id": "a9970355446b477ca933bd7bffed3b7c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bc6192501286498b9bdeebaae700a5ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7e51a35b9fbc4212acad7357cc9eeccd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3802962ae7264342ac2861d02a538973", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1e350f84784b4f5b91f8b99c0dad45a6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "295a4ca918a14d2381d139e342fda7bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "04c569dc8b6d42d5a5167d2f1d70d75f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d809edebcaab4b3295dead56c555fabf", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5624c03fe0cb47a0ab44e3526417e1db", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b768ca971ab94898b005077cc7421f49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5bb03a3b383d416f9d0df09ae6d9c803", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a7274d887cbc4ea29508f1ebd4643562", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a23bbb7bae2442ff981c75d7bd7f54f3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4f975b02b7be49baa6b51dfc002470e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a6b398b724c343068f8e38d103ee1f71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8c848c477f5f4c679075df4cfec01555", "region_id": "RegionOne"}], "type": "tricircle", "id": "4bc57012b3d44d9daff720b632dfb2b0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "fdc9181bde584b1eae825c90822036c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "cf16ff988b014cbcbbab47b91884023e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "bd04c772283349f3afa5a23e33aeeaa6", "region_id": "RegionOne"}], "type": "database", "id": "2e97c660e9c04dde892cab985cba6cd0", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bb9b1401936c41e7a1e48d4b65d6c371", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1ee947839acb4b42a944cc44eb1bd181", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "20c7f8b8ffb54768993ef578b8c4e4a0", "region_id": "RegionOne"}], "type": "application-container", "id": "05de5e7653f34d71bcd0ab0eb1e16d75", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fa4403c962ba4abbaa7a549faf329854", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "98b6500ac83a43fa80bcba2043a5f6bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7d6250a2c4fc4ee09a58797ce241fb81", "region_id": "RegionOne"}], "type": "container", "id": "df153c387e82469b9aebfd3e19889d9c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a807f22d224e4a329d85f7ff6c4af467", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2598dbdebd1a4812a50a3591269f4b9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "96622a90b592431fbc712f3e8f01993b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4721b7a2e32e4cd0bd277aa21a712554", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ce30e6cef558473fb2ce6c1d7c8a198c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "55a463a78cf64abc8a64fcfeae774af7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "20cf035de3c14c0cb450e549ecc486cc", "region_id": "RegionOne"}], "type": "rca", "id": "fea771ec8a024719b103409d1bbb3e86", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "14eb5bf3575748529ce843d3cd7f7413", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4f833eed338548ba9b1f365e3a7c8f38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "45dad11605594e6c8d46eb751be4e376", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f921b7197b9a428bab99563d174cea5d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "474a77b4a4d046d8a98bc30c6a184131", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cf1b16b2a9654330bbf0450b212d012c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6ba970c17832423ea070c0444100a459", "region_id": "RegionOne"}], "type": "network", "id": "84df53f75a3946708807d47791521898", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "4f1a157cde4b43f09483b04c9ce4a609", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0fcf0bcd1ce74098869b82c1255c5799", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "2177e96e2c7142518647bb09ec95d4f8", "region_id": "RegionOne"}], "type": "backup", "id": "ce0ee0994c8440aa983ad848f0696194", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b2459b8ff01c4007a4d89b7ea2aba1d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7c5ad84bd58d4e93b828f5287893102d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d1b63c9f151f431b9ea60d30f7419aab", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b21ce61b302a4c3d8c96769ad7b48154", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "61cd67ca87f447db92e3fe14fb889b86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a7b307f6c61a4d35b056ac6a8a20e796", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d4747841ad6748e196370c75adbce986", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "627697454dc34752be78c47a25b7e22c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "55de865dad50445c8be574a711b3f423", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d0c5a6465e4040cc9b92aa79c607349a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "365f6242ad2644d68ba4e82ccbff20bd", "region_id": "RegionOne"}], "type": "monitoring", "id": "e228e26a6104462f86edff6a36ffef25", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "af0d59c3813e43f7bd78fecea6ce9ac5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9521cd45f8274af6b064346874e18cdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e40862f9bb394a8583bb1784a48d4b40", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "74e0327746a843e38e9af415f8c4332f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "68db9c4f0e01443fa2c174772c147b86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6685c41f254a4ad7bdc92ca1dd394550", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1aca423d6f134a60baaa882357149482", "region_id": "RegionOne"}], "type": "placement", "id": "138287b10a6b4deb9910728bccd3abe3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "572ed1e5f677434daf26dcf051665130", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "82636d2eb34f4da0969f3a754555f23d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5ea872820aad4b4691123dfbaca52509", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7750a33762e4498ca33db53bb0574af7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3512b2e6fbe548af812662dbc30425b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d268b79f040940e6b8fc66ffc0fced31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b431782a7d044c92aa505b8c776d6f81", "region_id": "RegionOne"}], "type": "ha", "id": "2848367169124b26845d20de4e1ab490", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f4b3f81d66864d0bab994221d734e28c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1d15e750774942e98b2dc810dffc0f95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "96ecdef19e864657b11baee342f23c58", "region_id": "RegionOne"}], "type": "reservation", "id": "3e8581d1c8a44e31a1ad9f186a219388", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5b3fcf9386a947d9930512683f76d823", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6234755d54164641b332bcd7f76b42e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "51c2dce4706849319ae63c0601727e7e", "region_id": "RegionOne"}], "type": "function-engine", "id": "d7ef74075bd74c21ac85f38828cd92b7", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e17cc31c0a814041a8109151020190fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "acdddddd7ba94c2687c43f610fada147", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b1d51a3ee52c4491947d82cc961bf5e8", "region_id": "RegionOne"}], "type": "accelerator", "id": "bf7cbc3f08ba4f3a97c882c2dff328b3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "33fac30401ad4c98bcf262a1ffa2961e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cddc26cc7e894399a095f43fdebb7e83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2df3dfbb68244554935fb9ceb7c47ceb", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6a28834b5b1e45dd8101c3039d059929", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e308f4b0d0d7490ca1fcd2dcea9f5165", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0fbb715928f9477fb20830a34bb4d22c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "884c3435b35a4effbecaf287cb281e36", "region_id": "RegionOne"}], "type": "registration", "id": "16da22a388fc4d06a5f81b86328321ad", "name": "adjutant"}], "user": {"domain": {"id": "1bc0f96699ba4a168027e13ade44c92a", "name": "272d6500cbfa40ce8b53ad8a4f568bcc"}, "id": "4d515c577a6c404b90e89055eca196e3", "name": "af22347ac6514750b72e6209539d0f7c"}, "audit_ids": ["a13aa655ef4d4b33a70eb3b734de2bc1", null], "issued_at": "2019-09-19T09:04:40.654222"}} 2019-09-19 09:06:40,879 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/block_popular_services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,883 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:40,885 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=block_popular_services" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,889 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,891 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "block_popular_services", "firewall_rules": [], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"}]} 2019-09-19 09:06:40,898 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/d525a9b2-ab28-493d-b988-b824c8c033b1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,902 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,904 keystoneauth.session RESP BODY: {"firewall_rule": {"protocol": "tcp", "description": "Deny SSH access", "ip_version": 4, "enabled": true, "location": {"project": {"domain_id": null, "id": "ef44f1efcb9548d9a441cdc252a979a6", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "source_ip_address": null, "destination_ip_address": null, "firewall_policy_id": null, "action": "deny", "source_port": null, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh"}} 2019-09-19 09:06:40,910 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/fwaas/firewall_policies/78d05d20-d406-41ec-819d-06b65c2684e4 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_policy": {"description": "updated!", "firewall_rules": ["d525a9b2-ab28-493d-b988-b824c8c033b1"]}}' 2019-09-19 09:06:40,912 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,913 keystoneauth.session RESP BODY: {"firewall_policy": {"name": "block_popular_services", "firewall_rules": ["d525a9b2-ab28-493d-b988-b824c8c033b1"], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "updated!"}} {26} openstack.tests.unit.cloud.test_domains.TestDomains.test_list_domains [0.155083s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,915 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,919 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,921 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,923 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,936 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.856308+00:00", "project": {"domain": {"id": "c880213043e74fe1ae31091e864954bc", "name": "581698a1580f4592a68626b201e5db47"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "40f911ad64f342b480c866a53357bf8b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4710222bde1f4bbd9902e7deaf10ec85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2a81ffa102724fc4aae5fc902a3c86fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1f91c3d433004756877a32381455d847", "region_id": "RegionOne"}], "type": "identity", "id": "6fe8ee1869594937961270701b061578", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b3bfb300ec284806831e6a39aca56c67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fc92e9876fba4d76bbe77a71bd340030", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "257f57f3c8184bd2bf8c14aee3dd4dfd", "region_id": "RegionOne"}], "type": "compute", "id": "b031239a401d4ec1bf4790249512e4e0", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7d99f53b1beb4601aafb3c6ca7bf0373", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f34d736a9e0e4aebb9824917ca616243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e2d907c68fe042f290130b80148204f5", "region_id": "RegionOne"}], "type": "image", "id": "13379e9afca3419e9c2c95bae7779825", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "75edbe8bdddc4e2083a6b451acb319a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "71228434d60b4f3f9f25bdf1624f6caf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a168994e9bf341f5ab96f7e73eb1af00", "region_id": "RegionOne"}], "type": "load-balancer", "id": "33460ed5dd32402dba69a4b2847c0c71", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64c45c4a85eb4104aaf3438ba85d8336", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ca71729950448d3adca358747743881", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "297d5ededd39455aad29f37f9f72caee", "region_id": "RegionOne"}], "type": "object-store", "id": "83486b65cc3246ca8233248a249c83d1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f011c7d586544648bdf44b0f8040b9b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "da4401a772534a7e83e649e94de2af88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "daf721a5ab924fb0a1b6f6c086b3c846", "region_id": "RegionOne"}], "type": "clustering", "id": "b431291cbcd34c3f93861ef188d91764", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0b3635fd0ebb47889b25c6704b025e6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0278a9490c964a159c728fb4b37cda92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ba1ee2ab3a974fc2b28fc3a4f35ef9dc", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a4f8265967e0482dbdded7fc96228318", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "de095d8ff4e64a53bbf5fa1d353c3a2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d2bc8129be1e412ca6263a2a31ae0b59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fd2289d2a0784c5f899759cc0e1e989c", "region_id": "RegionOne"}], "type": "cluster", "id": "2ab4c8a335614a8baa55caee82588dbe", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c6a1f98ae92f4f349933c19a0ac679c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "68bfdee2b49f45f592012eeed4b4b84b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "af0ea78110964476bbc27b5a25c2bc6a", "region_id": "RegionOne"}], "type": "data-processing", "id": "2bf38abc84124a0babd429d22d223b36", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ca9fb78dd879446398b6977926979180", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a955ed63a97a405eab433ecf309df3e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f3bca51b0c954138820dee4d7049bf08", "region_id": "RegionOne"}], "type": "baremetal", "id": "ebde1d1cba1e454b80824fd13bbb8487", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b17086858f1b4413a6dc4a8a71bca5ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "baeb46bd8b504432b2ddb4348680d237", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "76bee3e6943c42cbac461f8a9371834c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e5547b5ca0a04260ac201d136c912f99", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "646c976c8a9641c3b302ea6c4de0ad79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "47057aed2156404eb5c4973c219731a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "10e3e9ccd05444b889cbc6b08e31d62e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "08063510b1a840dc95c64a8ffdad6b16", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3eed6c70b85d46fbae3d70968f90ab32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "486d4d3b407344218c039f9e456acd9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4cdbc81e4ff24076903003802d584694", "region_id": "RegionOne"}], "type": "key-manager", "id": "a29e0240cb83425abac99af1012e2d82", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8db34b6fef1d4ba59f0c3e468b200f3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4157687606e24b3a9526070309fa5525", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5042244024b944f586ec7872f1cdd8f8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "175a60148a1049f18f3bae0ec6d08912", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "998c9b8f156c40568d353212920eaf22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "78ad6746646c4acda2a940c3e8d81797", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "acc887dda093418baa23a595875b830b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b5d7b3e270fa4093827fa96c04281f41", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "84cb1df1cdc342d29fc7c6e0dd4013ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f6f3047198e540d281097c63f76bbbd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "303ae6ebe6c7423d8df0f223de1ebc93", "region_id": "RegionOne"}], "type": "message", "id": "15f9c4f139cb423481c772b7e9943c30", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "146733d348c3462f99a4906c8fdfe2ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "196fb2583a4b43cd99d95cb70ebe1497", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fe7475b26478434bbe98cbeb70d9ca6c", "region_id": "RegionOne"}], "type": "messaging", "id": "de1c201a4a584781ae7a7d1d572bd67f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3eec58ca80be4571a313d158569ee019", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "90d2e81e2c0242c68b91ba0cdf4c405b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "7333b1e6818841a6b5e60e58301cb5b6", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6a216caecbf5401c95eb791cc9f86a49", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "51921688a88d4566bf7228648d29e17d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "40e0abb3ae934fd08836bce666244010", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a1743555a15d464b9c9f73cfa3fb237f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "cdf03d2180c84a94aed5105bbd980c0a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e560f2d30ea84f2e91765d48e3c2dc79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b9316a40fdb6495ea7e1d210bc879017", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0351288abf9546b8aeb406eadfafe74f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "3ee7b3c607844a48809f254befe97e32", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7491da14807d412b86da087721695e3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ee58243cc2474fd698043c42d9be2a77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6baed068a31342e78770cbf435ad6709", "region_id": "RegionOne"}], "type": "container-infra", "id": "34665a09a38849d38174bb5639b53914", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6b6eb33dc77c4735b86854d5bd4fa940", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "90f0762bf45c403b925431cd6edc08d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c583ac2b175946009a4984112c6000df", "region_id": "RegionOne"}], "type": "search", "id": "600828b15ea44a9482dca250ee176a87", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5b0be914e52b4c60a2660c3cbf1e810f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "485399113c654aac87d80d09c899915d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5003986420984d5aaaa4a82e0e151df4", "region_id": "RegionOne"}], "type": "dns", "id": "cc991e30a7d34f88a26377c0cef502d1", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "30776418becb4ffbb03e8ca6bcb3c1b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f998b1ef45d14a90932761b94b287e71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4da2396ea2ac40ff91d04337ffdd2ec7", "region_id": "RegionOne"}], "type": "workflow", "id": "fff7e229508f44168e0ba27f5728e439", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b6c014b9fbd64ca4bdca59a0724456fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f046827bf6a748e585268385609d5048", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "03fc8e3df51346f6863deabc5fadc272", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d63270dd2e3348b489d2214e02b28908", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "19f1499bf68a495b97b676a7a3beddec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "72f1554d9931401ba586fd3ec0854af9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "bb5f45e019e342deaa360237b28dac91", "region_id": "RegionOne"}], "type": "rating", "id": "c8c0791cf5c446ea9630b54114e95dae", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c43e05a51d30467b979db3d8b3b58209", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e6139084c071422daae1039977df1b58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3ea42873ee3b4747bab0b6b2df7944f7", "region_id": "RegionOne"}], "type": "operator-policy", "id": "7f1ec74f2b094eb79ed28b994c14a987", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8d7f3a474834494ea001c38aa7138d85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "08885df655804176968995f28619be09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c01182fce96f4a46905198296970f10b", "region_id": "RegionOne"}], "type": "policy", "id": "1a1c6d7559e648b0a010312b7bbe0cf1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4824ba32efe3433380e554ffdef3593c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b1997c9357f34da4828e0cb291d33f4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "073acdb1936d44618449dd256e359080", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "467d366a3c2247c18fbaad40aa1de7f1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9f92c9432e6f456dac376bd7cfaeebf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6009283dd9e648669cf38eb5c51e1fc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a888dd04a3b44e2a80127586d5b44e1a", "region_id": "RegionOne"}], "type": "sharev2", "id": "1f2f537d4c6f4efcaf09455cc8a9b113", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a12ccaa055aa4a42bb6e76234e514526", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3a88c1b5812f43cc821d9958003821cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d1591017c9b84ba6977d93458cf53787", "region_id": "RegionOne"}], "type": "share", "id": "bf286a53e95447acb707d025fbfb18d2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fdf8acf6c85040c284d0a0b185bb4d42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "18f5fa6b3b1941f08729ec90bbb32182", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "28e6b4203288408daa2f807fc1dd73ab", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "cd08c3aa39b64728b75e87f3c68d03a2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0e3369eba0b41f199ab189ffb2fca2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c01fd0d969a14f06ab669b9de5f712e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3035830079444ea78eabbc6f9c279a3f", "region_id": "RegionOne"}], "type": "orchestration", "id": "7b2532d430024ef0b106fe4cd4371659", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36743f793b5247518de9001eeea63acf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25c9fc1f7b274f76a6e25037886556f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c578f15b0d524479ab5d13fbfabc7163", "region_id": "RegionOne"}], "type": "block-storage", "id": "91526de6d71e4536a4b749bece45eef9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81f3635f0994496da8f6ae4fa2a47bfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42b742d4b6f248258e3660941ae3aa71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8352a21f85b45b997707c6035691024", "region_id": "RegionOne"}], "type": "volumev3", "id": "90e0fb17131e4e72ac903a5026aaf60c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19b9ae00c99b4dda8edcc11cb9a524c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a05afee1fc44473789809c3cdf5f029c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b22f98cb12304f72970589c3186c91cd", "region_id": "RegionOne"}], "type": "volumev2", "id": "e3b53680be834f7ca804bf36ea2152c8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e18724da2b2431dbac253b67711587b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8039d43386db438eb2db67d80ff11ae6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d42169bf71f43c0a8763feb9b6f580b", "region_id": "RegionOne"}], "type": "volume", "id": "f35e0a0789e94787822f5f49bfcb7ca1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85f0935db711413589f7b46da177c8f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d298d527c1f2466bb2b11a7b48f1d890", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc82bf2766cf4753b1b7947aaa0c1d85", "region_id": "RegionOne"}], "type": "block-store", "id": "bea2372d8df040649cdecf5d52a3e1a4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2bf6bb90ed254461b0d208b196cc4b3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2f05df72c36f48649fea1b783de0e7f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2c3a1595d3834f9bb442ecf60be097e5", "region_id": "RegionOne"}], "type": "alarm", "id": "233a03b15a044d11b785e7ca34ae683e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "aa1cf6a8fb064f84b201458ac57934ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2bc870314d124f24a441da315dbefdf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b0a6aad3d21240b49f3cd199126d3a24", "region_id": "RegionOne"}], "type": "alarming", "id": "db2e23ac331349718601f1fad94a1819", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "43ebe8235add43efb635ac58bba28643", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "849d7422dfa544e5932f75c300354f89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6487fa228a884c3bbe3cda0082df0d43", "region_id": "RegionOne"}], "type": "meter", "id": "1fd0d32f7f44437ba878d4be39da3636", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9cf88130bafc4c21a70fd69bc7adacef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8c71a880d27b42a6b274ff4c619517ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "83ea1ecd6b8041639f546d03a5bf4ce8", "region_id": "RegionOne"}], "type": "metering", "id": "366871129a7d4712943020f32d9e7202", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a69fc945e028447baaa46358341c688d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fabd4b81b2b148d694c78e8de40f2b3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1d6e57137b5843aeba036fc6b1eee056", "region_id": "RegionOne"}], "type": "telemetry", "id": "95194ee855784d31b586c6d7028f63cb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "eff14366cd5a46c4a3c0bf533814c64a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bdf6d173401a44048217065dd6b1e61c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "885501d44b044f5a9a6e689d2ca9db16", "region_id": "RegionOne"}], "type": "event", "id": "43d9978d885a4c93b0f3d4252780049a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "23a2e67838a1483fad520343f7e0697c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "18ace5f313c94ad98a506518bbc50fc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "755bf654c28d42d2bbc00dc756674648", "region_id": "RegionOne"}], "type": "events", "id": "d0e873f565704c2d9b1a85802cf3f1e8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a9d2e6caea0c4800ad19009b29aa4926", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a5b5a59317584b14b4cef159299d6b18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ae5a910e42324b368121f5e05967fe76", "region_id": "RegionOne"}], "type": "application-deployment", "id": "bee057ce26f641c8b63d32b274966bce", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1db7fd2559644783a925c2e72179e2b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ca166062c32c4ea9b9073dcf5d800856", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d129e3f5bc9a4da8ad7ba2d6e4172ccb", "region_id": "RegionOne"}], "type": "application_deployment", "id": "19fa90c6197a422589f7e481d1140f46", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e10ff042d1dd494da82f6d2472d537f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "daf05723f38a477cafcb9e6e37386ce6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7902be370e2b4cdbb038c8fa08b3c672", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "623fc64ba896480198b9619ab04243ac", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2c9c2d1272fb490087ccc2dc524ffee3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5f57bc710cc4494ca190d15037402a66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "86c0b7b82bbe4430ae8a60b3d69a4e4c", "region_id": "RegionOne"}], "type": "tricircle", "id": "a6116e2d63444b7e98d23403cb868dfb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a8a267ba46a7452db91572fafafd0e0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b5399fe1f819404ebf371a99886a3428", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "5e25d8dad94c47ff9cabb934d4a9c05d", "region_id": "RegionOne"}], "type": "database", "id": "afb6fdc1cae34f90a806ea8deaaa0e29", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c9595d82eac3459fbad7d0ffff07ad25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9eb991273f5640a6a0bf53c5f9919c0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "598a97bc83654695bfcf27bc82239f07", "region_id": "RegionOne"}], "type": "application-container", "id": "fd08f8dbc77f43259fed820472482dd1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ce6dd2f234f94d5f8656fd5e6e70f39f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "acc8c935b65b4cc997d32bc275928507", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "61309411c784479a885d0d4ca7cfc68a", "region_id": "RegionOne"}], "type": "container", "id": "c905ab6fb4854eeeb7a062d32bf185ca", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ed498526e3a74ab79b24f41bc02c8db1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "694a8a07f0d64cc5a97243b0de182ff8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d0b212562a7f4a8cb30c4338d43915bb", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7bc92620b4cd49b9b933945a56dc8dc5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6c474a72e3764ba787d0f0a167864500", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "926f63d8dd0f470eba459fc35c1c7bc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "801ee056865a4a62897c8dd8e28f3a49", "region_id": "RegionOne"}], "type": "rca", "id": "075866c4117d458a91d4d19019c295fa", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4ce9e3828dcb4ab5b6353bb3f769dcb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c006f9b53e4a4b5f9686a22a1b1c8f1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "65fb06ef8cab428287783e0db76142f7", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "61556f80634143a089f288ddb3111f96", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d0fe851071b64810908262ed704191d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "abc8232e16784b7099af96b80714a28e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "17bcbc3baa184a59b8dca506dfa45aa6", "region_id": "RegionOne"}], "type": "network", "id": "91d78313a50c4f369bdfba056fbc4e56", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "eb1248c56bbb457da73628e1c1a01eb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "127f841cbf7d483990804cadc956030e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "962d812853424fbb8da331077968780f", "region_id": "RegionOne"}], "type": "backup", "id": "f7548c0c3e5a46c8a462f180eae11843", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "81608498e77149989bb01d37c59f42e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "595632c2735045939c1a0d77a6559d31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e236ef9b6d474d56ba99adc714ad3d05", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "539bbb31f86d4fcdab98d3a8313415ec", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "543039a933de458e80fb806d18b69b0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c06bc8faf0d14acf8e55020929feccc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fd16eb82bd3c42c5899cc66828ca920f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "653c174e2c8546e48d1ffd889bc757f4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "847b8cf68f2e4fb09b6337c7ff567ad3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d7f72c59d83f4fb0a1437f0d32a3dd64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f3520393a77941eca57805554f74637f", "region_id": "RegionOne"}], "type": "monitoring", "id": "e3f142ccea11420d9f430cfd8353e09c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7de1202fc64047b5879fc3efb9af5e5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e4384ef81ff7464f8fd1177394ffed03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "dbb86afb2d9e4a99977b0ccd34f8e603", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3cc21d84662b457b81974afe4adffb08", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4e1dece97c954b1d974b8094c4a3103c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "900569379d5b4d18855fa823b9acb571", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "73d07b8860064b17a0009cf253ea3f87", "region_id": "RegionOne"}], "type": "placement", "id": "b515bfcedad44f5a8b278b86df622c62", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "19c943f44dd44379b21207a003dcc010", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a8ce6035840d45f6812309b8e10d316d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9e9d60d3497f48678929a0f9e16661b3", "region_id": "RegionOne"}], "type": "instance-ha", "id": "3e8c13b7b31c4832b04751bc4f1501c1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f88752ab721f4a12bf7bd48f4ac7f234", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e0c951571ee446dea320d0e697d4981c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "54bb9d8bd2344c27a0c78750979e15b0", "region_id": "RegionOne"}], "type": "ha", "id": "2498ed61553441c9acbc9416c6477958", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f6df31fa0b11417291de87abafe2235a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bb85a83670804ae19268b705577202ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c85cb6fa35314af28cf17cb7fd358b97", "region_id": "RegionOne"}], "type": "reservation", "id": "032650f091a848aa916e479304462bb2", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "87b9454ff2d446448f5e333c8fa7ceaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bc8fb272edbc44ac9438d16d209454fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "138cf6fc7c2c403497bc9dbe31f5dbf6", "region_id": "RegionOne"}], "type": "function-engine", "id": "52b19f7d15de4d1fbcf32ad065bdeb3b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f8e0309afe98481fb25c126252099a16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fb3eb659edef40bb80bd20583164bfe2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "fc0f545948fd418e8ab270e8eecd734b", "region_id": "RegionOne"}], "type": "accelerator", "id": "3411238b73d24828bbaa9e48373c9f94", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e079ceed1e3d420999a6a0eddd3fff39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3dea2df9dc644455a1a5b27f149e256b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "949a8060841c4f55b3be68765c046cfe", "region_id": "RegionOne"}], "type": "admin-logic", "id": "5997ad6736cd44edab83a9a817660960", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6009a8507fe8433ba1d866203ab5992f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "25ccae2a859c42059dd018ae49b5114d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "648aa5ffff444453bc159a480157436c", "region_id": "RegionOne"}], "type": "registration", "id": "8de6bc9d5a07451083bd6d75afb06caa", "name": "adjutant"}], "user": {"domain": {"id": "390ad2f6d30b4346be33706b6c360832", "name": "966e643baec843778e6a8e812275eb1b"}, "id": "70758d1694e24e879f972804035c0bf9", "name": "64df64d92fcf4a9297ee4da0fa5f763a"}, "audit_ids": ["7fc0390ed84c4f7b9704a787c4126523", null], "issued_at": "2019-09-19T09:04:40.856308"}} 2019-09-19 09:06:40,998 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,003 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,004 keystoneauth.session RESP BODY: {"domains": [{"enabled": true, "id": "7b7478a8842042358c3850818f56d90b", "name": "domainName-2"}]} {1} openstack.tests.unit.cloud.test_meta.TestMeta.test_obj_to_munch_subclass [0.060958s] ... ok {8} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_get_role_by_name [0.175813s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,869 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,873 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,875 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,878 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,890 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.806803+00:00", "project": {"domain": {"id": "1ac922f9eea4485f9821c2e1f082f29b", "name": "af3726857a9849ac8134156bc04963fe"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "759748b0023444f08d583effe5abde0b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "b1bdad9237974e78b17baddeffe6d04b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4a4c704ebca34f379adf8fff3d664281", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "df6d30c9de4346e5ab1397954bdcada7", "region_id": "RegionOne"}], "type": "identity", "id": "f0c9c0c6052c4df68d041903d4fa169e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "531f8684529c45b3808c5734aaef1447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ece40c51483d4140a1eb6b9b3f1e182c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b8bff59574aa4874be69861517bd776a", "region_id": "RegionOne"}], "type": "compute", "id": "33eea4083b124c8a87caec03482932c2", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9d20309c11394f7bb9555c89d88f258f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c387bb7a79f0404e858736facbdb72b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2b4b4abcedb44c6f910dedcc0b711b63", "region_id": "RegionOne"}], "type": "image", "id": "ecb239e40683460b8049c481705a14c5", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0f4fac1a4b4049e19ac923a7aef9b942", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6526e1ab381f403094231efd3c5c84d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c191149d9a794d998678e42aafd15192", "region_id": "RegionOne"}], "type": "load-balancer", "id": "4e47bc08989c4b59a7545a79de1721c2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de80bcd770994ac0af4eafeb1c1e028b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f85a5628115417095f71cba7475d90c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fce3b57835804af7b7255238506672df", "region_id": "RegionOne"}], "type": "object-store", "id": "72ca1efbf49347bc869223f49447c641", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "198140cd124b405c9d3b6e8d5066145f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a64f14c5cbe54f4f98b792c69f12d2c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7801fa68940e48b0922f23858886c383", "region_id": "RegionOne"}], "type": "clustering", "id": "f2734b59db354528b31c48eb9ee04cf0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3bbda781c8b34381a7ef7b6e73381a55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1da002f1b7eb43769c5abeee2ad66566", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7e2622d59c6f42f495e3029610c40624", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "3d5de12da30641c4913e76f6a423503c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fdabd4aeca5c49ea81e48b571754fece", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4c04800255934458b84ada42a134511e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c71c49815c1349e78b0870498c9f46e2", "region_id": "RegionOne"}], "type": "cluster", "id": "a22ae607a9b941cab166ab19d1e35182", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "71238655f92644fea6b0a6ac3ab11dd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "534dbcdca6924fb28e6112312b103aac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "fed1cd2640c648a1ab39013c3e419456", "region_id": "RegionOne"}], "type": "data-processing", "id": "8b7e5d7cb3b64d74ab261b6717b8d772", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "01e0d5d4aa0b4b1a99d519f66d53bd3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2f29ed3faf82458caf65c4335b4f3776", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "90e50a0c28204f2889bb797bb4dbda06", "region_id": "RegionOne"}], "type": "baremetal", "id": "41f648a626a5456e8e921e3c9575a1db", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6d759f215cfd40eaab99f215330140ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9cfb7376070843cd8ed5150673ddc652", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c97395f9ae6a40f3924eaac16a2ac212", "region_id": "RegionOne"}], "type": "bare-metal", "id": "0b6304e655d34e0cb8c71c4acd412eb8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ab3aa6eadefd44aeb942810f92b8c28d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cf69bde1262443c18eb706204661adb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "475bdead8fd944cf9c83eb5c6732188b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e149221dcfc1454490434d11cf0ef8bf", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4447e4900db244ff833537ecd02dec8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c4642aa316284a978ab641bba5dab22b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4d3845142c104c3fa8718408d84d9c74", "region_id": "RegionOne"}], "type": "key-manager", "id": "6eb05f0dea304ab9b3d24e213ff067cc", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "383689f9243a475484f9385d7eb81822", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7d6eaef336544a6181579f5458abf02b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9b26a494e74a4d8e99d0712484a948a7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "4edd637687c846e8b6343f2d9abe8477", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "32f9afe4cca5449689b226b5b6d10c8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "089ac24063654c119c40f913cf899af1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "773cde5582a749cda97317c514bc5506", "region_id": "RegionOne"}], "type": "infra-optim", "id": "14eb5cbb37374aeba84506a6f91b895b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c82ca72c2850419cace5c45b34723b32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4e63c859376f44e185a484bab5a34c10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c2b3a9daade54229b41daa3bda3cfb3f", "region_id": "RegionOne"}], "type": "message", "id": "421f63fb63354733b45f504b31f5c60a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "02a7b77049ab400f9b18dd4f530a1a8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "931f4a331aee4f70b511d52cfacdbab5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "72099b6316cf4bcfb4730b5f260bba1b", "region_id": "RegionOne"}], "type": "messaging", "id": "21b729505ee54d58994410fdecb798ac", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "db189889b6194b378f1b4100c2d3d6f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "72b2a1ea93d24000b14089eca3244cac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "aa57cc04cdb04a7b80748f50d4aec897", "region_id": "RegionOne"}], "type": "application-catalog", "id": "50046f682c3c4f909904ac943354b3ac", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5b7e545068434126ae3a4b0ba37a9e51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d77ecd9feda9410a88e0fcd99b731e9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "88eef0ff6f604d9e8db1522f618b0f18", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d27411898d154c4f9a0222779ba63f37", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b85d62b7b19b4c97a49c01cc35151c13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "32d06ce77e24467e929cdfc54ef47526", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0ee64ce535f84eb08a4588955d5429f5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "de1044f6720345f198a0337d31a9f2ab", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b8f219959eb4759be80c1b40b7c4fa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "92a9396f04944bc391791dae4263ac04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e20f4ca8cbf140c9baa770d03f9c1ccd", "region_id": "RegionOne"}], "type": "container-infra", "id": "020c0ba22e2748d4b7b8bd77e6114511", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a708d549105344da9fa27ec6bc9a9de3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8b14e3ee7636441a833ae7626a504c05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "931617ae24da41f8a63b0760657022e9", "region_id": "RegionOne"}], "type": "search", "id": "3241d50701a64fc09e05d4abc534f8d3", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3a889818f9634fb194cd6d11170d9052", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9e7ded2873de45cbac14e49817f74604", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4ff85cb1e57e4e90b69bfa69eff60d9f", "region_id": "RegionOne"}], "type": "dns", "id": "5e07332625d344d8ad38df093a1c4c1f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "02cbc6e59462407ea834d29ec6b206de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "68e2196de8694e40bb9ef1970b8d1e7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "025cb25fa68048fda3e3b8b50d9dfc22", "region_id": "RegionOne"}], "type": "workflow", "id": "e9d6a4e0e5ba4be48dd78f3b65bc9aeb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b07898ef9dd94656b27e75fa4752103e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f1c5830b490045dbb6a4d795d0b94b1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "820daf9e943740dbb38ffce34b133ad1", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e43cd736de104cd7bbedcecc18484935", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "597e062173e444e095eac3b93edddaaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "1aaebaf402d9434f87ea9522be2e88d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "acb3d178b5be4986b4b5d584cd31cdea", "region_id": "RegionOne"}], "type": "rating", "id": "57979f225843403ba44393830ef1a8b0", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d00145d0defa4bbd93b4acecb6fe8496", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "671a32b4e23647a7897f0bfe1c9b4c84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6bfd53c0a453450bbe2b81c1f5eef23f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6707dce4b0634395a5637aa1826b8491", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b411d68fa43448b1963f95e0390f94c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "78a2076c76414d9bb53049c86e9c3d87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "73536cbaa3f6450497af29239e5081b4", "region_id": "RegionOne"}], "type": "policy", "id": "615e5f7c926d45ca9772b279a4ba0566", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "868bc7990d2941a8ace671fdb9ace3e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "41f792abd641431a9d06cb29c348e25e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b894053abd354974ab7a554a5458e32c", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "fbd2f2c7d66740e5868832963ded5cc1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7e423ac4b1594ca2b62aedc8815a160a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c4b45bdb40514cb0b027142452bf556b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c36a64429bf440f4880be94dd76c76c7", "region_id": "RegionOne"}], "type": "sharev2", "id": "e397406b95374693b9119830612b4b44", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "67a38aa29ac84c66af772e70b380a4ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f06d8dbfefa0403abea2f18030072108", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "def04ef1588f4454843da9abdc25ba33", "region_id": "RegionOne"}], "type": "share", "id": "3fb19f41394e4a51ad0b1864202dd641", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3a1fcd368b284ff6ab91a79cba499da1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "858df07139e14967b85cd80f769bccea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "70666141738b4dd6b8166a0ba879d191", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d7fadf53d4cc427c90a687172ac10b04", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94ccab8331cc4aaa94c3381018f6596a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7dc23c082d8c4f9d848110ef313e228b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "290f961ed8ee48d68f9ed55d66a1ad5e", "region_id": "RegionOne"}], "type": "orchestration", "id": "fed0cbe5bf7e4a059a84e5564bf9afe0", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afb915d0da7f4544b0989b97ce864a72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c56a12d1f740494f80219cf6efab7248", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f40ca013f904a1980dedcf4b0fa49f8", "region_id": "RegionOne"}], "type": "block-storage", "id": "1c70a9af0511498993b8d0ff1eb0a733", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe8d9b49b367409b8ad44bf3ff64c5f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "142e7db495be4c7d899ea029c62d7281", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1eec892fa55457b944974ae4340b1a0", "region_id": "RegionOne"}], "type": "volumev3", "id": "c5db94cb79ca44b0a25f42f18c8e6093", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "302c810d95e44dfb99aff136caacf014", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "438f3d48491049769feeba614d7c85db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ca2eab1a3f34d308ef211337bda32f9", "region_id": "RegionOne"}], "type": "volumev2", "id": "edca5c79d7dd4e2abf11855b02e11f06", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49d889fcf2af42a2af36dfde65c0a235", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1292ecb9d4454e2fa908bb0edaaed5c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47ad0964b81d4e67ba49e0bc3b1693fc", "region_id": "RegionOne"}], "type": "volume", "id": "a7154aa714414ce6bffc5001944c88e0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74041dbb3ddf4eaca4b94a823d33f327", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47dac2acd6c146a58a2ddfdc0384f8af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c8ec30f71a6499ca16dccdb67a666a9", "region_id": "RegionOne"}], "type": "block-store", "id": "39b8db5270b74a1f8186eb6bffca88e8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "df8d727293a142dca7e90adc2f124cb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5a7c69c53f8f46f8863b52ab2fa7ac8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "985f6b8e08b64e95b2e9a2ab15edddc2", "region_id": "RegionOne"}], "type": "alarm", "id": "13e419d618604c2ab7bbeb342d7c676d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "85f5072c336a48908296c565358fe375", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b05e4600501b4287973ac53a04e05b80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f99b59cbbf8c4efc87eba727c5338359", "region_id": "RegionOne"}], "type": "alarming", "id": "6b37306fdd4147fd8668f9524b7d6413", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3ce8b217b4124a0cafd0396a24c3a573", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d3757cea0e234ae5af04b8f7dc7a055a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ac52ea86fc9e4a38a26692295408db6d", "region_id": "RegionOne"}], "type": "meter", "id": "bb0cb21b46974e3bacaa341535bba4c3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "880679948e8e495f873947e39051d948", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "45b5a68fb1c4442699a81de20d7533cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1ebe334c88a84ecbb8ba0dc2a520d1af", "region_id": "RegionOne"}], "type": "metering", "id": "a88e50933b4943c589156390bee859c5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2016bdaa70844f019126ebf8e6c81a3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c46c849fba1a4aa0a7c4fc8a6fd2279f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "18b0dc1026bf48abbf265e76a5086c7a", "region_id": "RegionOne"}], "type": "telemetry", "id": "0511492ea4604ff78eec2b3448146951", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "acbac4494d1f4f9b84c3b40ebac94371", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9ee27cbd0bd3467d82a07a5b3bc03b33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d3f02d6b98d74d71bbb785f6e1184347", "region_id": "RegionOne"}], "type": "event", "id": "b4b74a06414945b69bf6912cab6ec663", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8f5bc60d1fa64f75913549b30053fa5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e8a9bbb7e8424f2c8c2be24b5e6b2628", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7587811c0bbe4b12a411f26d8292cdb3", "region_id": "RegionOne"}], "type": "events", "id": "27b11cadac7d4fc89fd1e19245d83f3d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e8edaf3e1e6446139e2cacef7b466d87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c3df8c0a6f0448a1b3da6699e2374bd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "66d84be0c992458a81f443fc7968671b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "004199208853441e9fb58d85f54855d5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7beed4784d424831bf63be876356d9ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4eac2a3873d64510bbe08e63a2e3de62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f87a291d1f9342b09508959ba0e8d710", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b6dcf80706f24dda9deb284f533ca1de", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a54c016568794982873b7d76f7434626", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9efdc3e0435c497b8b4b2c1164768093", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ce8ad4cee19f4d29b55346579470fc5a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "bf092fa9940545e38f9ed595baedd3db", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2e9d70cedb8145bc93d78e98db116ab6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "22d35ab3fe8245148fd8b423dd1abca1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "353e1c6891744bc6b0d2c8e9b846e330", "region_id": "RegionOne"}], "type": "tricircle", "id": "3cc3284a64a146bcb568899329b2652c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "160135bd2132425093b7fa449b06365a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e7aa0e4589ec46b2b52376843760c6ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "211d6bdbfc89406d8b1d68bb22458a64", "region_id": "RegionOne"}], "type": "database", "id": "d13b08f4d5c84412a7c00afb7bebe2ce", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "23efa98dcd204b6db27c0fc450061c62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "946bde1ebafc4e79819ab361b98dfec4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9bed3fbc1e9b484d9ab7c3d837e20492", "region_id": "RegionOne"}], "type": "application-container", "id": "75414786d86a477eb3856faef64550a2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b1b5fb7c549e46e59f162cca5beb4a01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f016eb78338043d989e9d38831b24631", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "88e601bac21f4bb4a0fc92802a81666e", "region_id": "RegionOne"}], "type": "container", "id": "b361a8e4a3164a53acd181a97d576a77", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bf0e719042aa49b8b40c7474cad25088", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0bf77153c9d749b89711adf1e2068918", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fb5b146e128a4e5eab95cee222b7d781", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4bfa2f2b23d34aa1af4091d32b4a809c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2a9e8fe6cf58439297c720c0e9bbead8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "076d50b59f19467ab4a05c51b3d44441", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1b0849e7eedb4a5483cb280b426b68b6", "region_id": "RegionOne"}], "type": "rca", "id": "ec5f108cd9d144b18d03e9624d01ab8f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5e921ce1aeac43219b6c33bdc4c5bf42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d46399c9fd4143eeadec6748a8f39d8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a74317f749a844d09ec77fcf93fea40a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b8cc66308be04061a958272379f25359", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "72aa1bff196245d8a904c070418508f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "6032c143ba154cb1869fc59b566b158f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3afcc4aa5de044c7842734bcbabcd37d", "region_id": "RegionOne"}], "type": "network", "id": "0a04bf8d744f401197fb3f3c659863cf", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a568af9ffb96445c939d86f804c03484", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "278d5348bedc4fcdac950e635789c97d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "3165d0311b644bd0bcc1424aa114c302", "region_id": "RegionOne"}], "type": "backup", "id": "46f7e538c6e646c89c20c55a7438a72e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3869022301eb4ab9aaab860c25448cb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7597014da10a4cce9dc8f3373281942a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c0ec395be9ed43f3a81ef7178ee6b856", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "99316002393143399bbd78143923b1f6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c03846448b664e1597f73d47214b3be9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5b8db5344e2341dfbc0ca742ccb30463", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6bb6b7aaa0dd449a911878ecd8c83a22", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "206e874e51d44c929924f189fdb62fc5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b0deb1b3915f4b569affba889f9e4a05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "53deb1d6dc7c4a2a9f135788490d55e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "4f47b0a08bca47b1aa81422a762c7d17", "region_id": "RegionOne"}], "type": "monitoring", "id": "2c6e91125ac84985a52caeb168e8013f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1e0be4fdc1aa44c1b9e19dc8a74fd287", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "81fe448ea8f1440484336e0606f9d50a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "741720c96e4649fe97d2e4abce591add", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b386498319b448148382eb41e6d6e4aa", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e84e59c2d3584f6a91c8bbd7e06de499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4601560be3f14ebdb2df58d13c6aa905", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e4ec6118c8284578863b81c611612549", "region_id": "RegionOne"}], "type": "placement", "id": "b837d8eaa3d941359b0ba534236cdbd4", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cb4d4226b9ac4f18af586b30a4edfd0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5fffc43e8a644a6a9e84d046bf3b55a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4d1c82d0d8fa48be9f0884a41ccab4e0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2d437d74205340f7bdadbc2ec22f272e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e8a5bbf441e2488798d657778d7114cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "53b4fcef92f7482e9a027f103c50e1dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "712aa023355f45baab8a7f2d17753a34", "region_id": "RegionOne"}], "type": "ha", "id": "e75db030d9594a3b8fc247249e249ca3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "32a5c2543d6e466fbf8b12a6c9733dd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fd249b6d03594e999a219186a02b05a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "382b122d3412474aa465073801bb5b39", "region_id": "RegionOne"}], "type": "reservation", "id": "ca47b2a9a67e476998e646156c2260bc", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7f42ebec695f4e46bfc44d3dab295865", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "10c8f741f10a4aa9b5af187ffe3e33ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "00c8724896fa46a6a6d0df2569bfde02", "region_id": "RegionOne"}], "type": "function-engine", "id": "964497af4b8f4cf1be44a60f281e6e73", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1460ce0e55934a518c95c50d7c04d1ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c818d712021644beb376e72ba422bad9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "df3e275782d245b4ad0797422b98ec1f", "region_id": "RegionOne"}], "type": "accelerator", "id": "700389e5e02144e1a747aa1deb2008be", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7eb82e8d39ff46d6b931201b1e2dd6b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3d1a607f76ad4f3ca4d80504cc069b62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "58d7402585104c2da6a7cf37863c2c09", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3f031063ae174bc6b8aea06d7646df1d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cc0faf3ff6ec4e598cbf1c20929732a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "49b1be0a10994031921541cf732b5ff7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ed5679d2780746639fdd49f39f97966c", "region_id": "RegionOne"}], "type": "registration", "id": "a32cf1f73eaa4c57959a61ce05b64ec8", "name": "adjutant"}], "user": {"domain": {"id": "ca547a9b154f432e974ac0b5a2d5a219", "name": "a2686af2a8c142ea89863338cf72117e"}, "id": "da81f508ce404af395a29707bdb5fdf0", "name": "18ee314c45b34a4faddd809a4b2b5672"}, "audit_ids": ["c344cb14abe84a178fc811fe631c5435", null], "issued_at": "2019-09-19T09:04:40.806803"}} 2019-09-19 09:06:40,968 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,973 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,975 keystoneauth.session RESP BODY: {"roles": [{"name": "dc7166a0402f43fc9be14a0fc4c47b52", "id": "5e14d42caeac4704810dc4795af5d994"}]} {7} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_get_firewall_policy [0.214722s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,732 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,736 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,738 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,741 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,753 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.672167+00:00", "project": {"domain": {"id": "e6ba09890631419e8381dc7eeac6a1ca", "name": "8102bcba52f64df683c4329e3ed1efee"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f19d537b80ce434e833bb7da7b0c2428"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f882d80e366a455f8a22150703617e60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e1238aaf760b4062805feb5c83c64342", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7de61f7c8607401d941ec6bbc34c620f", "region_id": "RegionOne"}], "type": "identity", "id": "7cf5c7f7839145b9a01cdd9c7d62eed3", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "59ef88a05bb54898b6d48bcf4cb77990", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "331ecf353d27495290e193d3e25dd253", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "83352593e2cc48b4be57b29c7a66161b", "region_id": "RegionOne"}], "type": "compute", "id": "1b9fd9f9be2d48139ba1cbbd06d57c71", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1b50e8f380bc4b60857534e84cb04f2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b3ed3ba1a9f941269afc7b5dfdc69349", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "db4d3e249acc4f18a2cfeaf806c9b90f", "region_id": "RegionOne"}], "type": "image", "id": "45b584b3130b4db6962db6f1fc898bf5", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d7ea15f59a5d45d8b710b4c040cb92e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "49a72c1c3be348ab978f87fd8523a76e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1352cae7905841f688c93e3b5d2f2c0e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c0b98ddf5fa2446fbf967915405a76f4", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "817a5979f14b4547938b4bd88e55f1d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4035eae815b4def84cb41e37624ca24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9f8a00d4fc445e0969bf62b87a4256a", "region_id": "RegionOne"}], "type": "object-store", "id": "b222749f491f4a1bab322a0cc6fd352d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7f87ee0dac294899a142ab992dcd1f08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b9cf6c4b88cb4d4499f21b6655db97d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5772327d58074c7c92c91293aa6e639a", "region_id": "RegionOne"}], "type": "clustering", "id": "43a58bb893704c6cbd411f12a8695122", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bfeea2851afe459fa666ea37f0f3075b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4a3bf0fb9a414936bc219919f96e90c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a1df298acea0467186c8d2309f20a202", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "34c9260b107044d5a837b08681fd0bb2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6642baf40c36474b9a99baee1f2bac03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "898c9c731879416fabfa532f6276b6dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "38f3ed428a3c42adac462bd3a19991b0", "region_id": "RegionOne"}], "type": "cluster", "id": "c02335c461ac46988767d0a42920855a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ceba22f6c9c6479e877785bf25388225", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cdea797458404944ab3fffe41678e9a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "5f5102cf3e404fe489630c203ee1f5d7", "region_id": "RegionOne"}], "type": "data-processing", "id": "77df1f5ec2f94571bc59291cf8c85e57", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "49f12b9c1d624beb99f28311c0412aab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2af5a6b5bf81435e82f71f88c252a7ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "df3fc4bdd85a4c9fbb1ed268d7da5a8b", "region_id": "RegionOne"}], "type": "baremetal", "id": "f9780b80c9794b919e4df61eefaea238", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cc6bc9245dc7451dacf16e7d21c57410", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fdaffac8831748f5a60c8e5d4e10b547", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "062c5718f9484f54a5672ca08c8efe2a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a741673c89e440848d25efb28ad6d9fe", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b4ffc61a575c4076800a5b028ef56999", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dd15cdada594449fa302f130239baa25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7a3351cb29c14067a594d24b30408a37", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d71777803f794e8b8bce5fc2c6302fa1", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9eb00e7f45404c3d9abbf3e621f6e9a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "091919f0c19d4da495133bf3dad9ae04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1c2d52ec557e420484bae5fd22233a4a", "region_id": "RegionOne"}], "type": "key-manager", "id": "e81742705d864b32b9cf92ab10b33a97", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1bc7b907a3df461f8951c4657d520706", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "238890ae396142d8a0771095372aa4e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ac9146b799a4448d8a86d056aeb50a40", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "73266faedb294dfc8da97e9cf96cde78", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f987f5974d464657bdc70709538121c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bceeeed0d3f94f4b85fca75428f46ada", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ed5d34d0891541db8611b911c6bf7768", "region_id": "RegionOne"}], "type": "infra-optim", "id": "63b527e48dbc49d9bdcc18be68db5970", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "aaf1a2842bf34e56b1d525f567b2a430", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "535d389770bf4cbdaaa8918ce5273665", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a2d5a7a48b5f4c948c0c76edfa57c35b", "region_id": "RegionOne"}], "type": "message", "id": "104e4258f48c4767b59f07c5f21f3948", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "dac0ddee388b434381dd9090b6a21f0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8c6c91cef0284ba6ba2bfa1c09a68c87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8603b246ea5141cca12df2b5d7b51ad9", "region_id": "RegionOne"}], "type": "messaging", "id": "37a8ed25e9474af2a07c159399f9d4e6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1ce9836543ff4cad9f291288ed1161e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0b27443763a44f97ac3c19a8a3eda13c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "87b29a1b4b9d4663ae57fde6e691a394", "region_id": "RegionOne"}], "type": "application-catalog", "id": "eb052573f8984f58a88537c919af95ab", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "55c96f4fb2d34e6db857a8ed87e8bdbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e6b460dc582545f7a71250e149dc1de2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ac83a45a2efb4e21b595efce8026f551", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "41930bc733e14cf286d938b526f06e29", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "12832cd3fcd9475fa747d59b42cb8c91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4b01e907747c41f99f7444e7c9a66662", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8a0bdec5cfcb40d9b4b1acc4018bec77", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "70932af34de44a27b72eab0511f8931d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "295ef67a41c64c90a3c52a88916202f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4d6a0870d1ee4e169954e7f335a43c17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c010b88897ce43f19a0af0aa44a46d3f", "region_id": "RegionOne"}], "type": "container-infra", "id": "caef182162e74acab6348a05923d3075", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e70c368923e34a8e8a74dfc4588e3e0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b5d05c90e29b4c3b8c58633e6df8d6a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c08c929c45e745118cb62fd01a6215ac", "region_id": "RegionOne"}], "type": "search", "id": "d1dc9c06dde54afda0d6c5cd05fe9bbb", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9167fb583ce24d229770c0e362172995", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2487b2510b5641a2837d0679d90cf071", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "29bda8b8c0bc4f5cb7ee980beda6d28e", "region_id": "RegionOne"}], "type": "dns", "id": "e073823fcbf54d55848629747d58726d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "26173bdc6a8f40c196f70fe7b7da12fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2e7281e843e54f19b5f00ef00388b6d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8b571913cad649c49fdea6e1884052af", "region_id": "RegionOne"}], "type": "workflow", "id": "3e950d8e20384b1db50d206ba333de08", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "90559175871d4e03a85de2c20cfe011d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "35c5f82e8ab746849bb37db9c86c13ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "086a38e0a3fe4b4db59d298888f1b319", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c0188377c9f641e8a1dc5de4e7fecbb5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b131d31e5aa94a42ab84f28f8a094948", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4c25b1e637c546a48c77f5f61582fd1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "5e050dc05a5049b9a8385455503c58db", "region_id": "RegionOne"}], "type": "rating", "id": "a859e7b03f914c3fbb9e0e039be02ff7", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a8f09fb9dc7940b39b42da1e7be7212d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "00e7bf3aa5ea42c9bb5033af9b9bf0c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a517b3ea5f9e4abebb025a7207c5bd38", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c4c73693c2ee421597c71700ce6ac61e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a3d033ca2d09489fbada744c5e6dbad5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8d1274e86fe5476c8cc91474848fa4ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d83c8f2fb7a04d888b84ccefec463c83", "region_id": "RegionOne"}], "type": "policy", "id": "48b43272719648c4966211362941a385", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ddc580ee37394fee9929af1b543b28bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bc143cdcd37b4c0398fc4cb548ec8461", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f2f10ca4ac7848e2a77743820d785a64", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c79823c5255a4659adb7655b3c8e1e71", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8a11062d26e34db09794ccbde0475e63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5996b83c8eb145f7b81b4a223c1af71c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f2c26dd986e041c983f0a2d058d8ae9b", "region_id": "RegionOne"}], "type": "sharev2", "id": "592ceac5431c4dfb947f2d478fcf4517", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "81725e19dc3247d1b528c46c327018e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f777d901686c447f9a2fcd3edfb3ee38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1c3ac0ee369b4bfa8be0f36a28fd5554", "region_id": "RegionOne"}], "type": "share", "id": "08253c7694df4a2895516559973fb4d8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1b71618bf28144c18df5698bbe2779fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "143b98ecb13a41788be22e1a84da069c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "65c673fbbe4143aba7fc641197e7460f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "544798d250404deeaff94c127832765b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40ac3964bd5a4e05acebe7f853355d0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11f7e58060cf44e9ac3f83db7d572c13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f7930a872d04804b8cfee8747397cac", "region_id": "RegionOne"}], "type": "orchestration", "id": "2055abb43a8a493fb367248959c06d66", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "402dcbc2c0f14a78a81b7e3f4e74fa88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d9d938f4fad45949d9c462a49f2c88e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2cc4a8b2994841048793eb7be67c0ec6", "region_id": "RegionOne"}], "type": "block-storage", "id": "75086949e84245989dc3758562b2893e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea65cc0a29b4458c9e51a8e021805f75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed3b71dd58f344a5bce11959b359549a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a067684e4835482d9dbd751f6cc8431b", "region_id": "RegionOne"}], "type": "volumev3", "id": "559b26f54b134e8e8a07f82920353ebf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4f32e76260d411fbb67c8f019b004ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8cf31d86b92457399fd7d4c07791a76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2949717c01645d48f6a279c8d426c2a", "region_id": "RegionOne"}], "type": "volumev2", "id": "829266cfb6db47b39a3fc618f525f780", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62d96c14d160406687f56593686cafcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "005c3b4c077c45f88885f33cd83495b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95159f41d55848418f425deba3f7724c", "region_id": "RegionOne"}], "type": "volume", "id": "0ebbd2aaf0d74efdbe33663bd43546ab", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c3fb6005a794597a1541605d27bec0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e40a8dd82e2d4aa28771b4ff9e9dbb4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d3651918a5443b0aab25c946dc850e1", "region_id": "RegionOne"}], "type": "block-store", "id": "eabfa2e7739e48fe8ecab613f16f73f2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a0741aee5f784514bc119a0bc89630ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "94b285520b914d97b53605670425381a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "97176aa68daa4165a1bd0b21deea34c4", "region_id": "RegionOne"}], "type": "alarm", "id": "bcb8bd6b956d4b898b0c348febcac891", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6017799e3c604cf192f028c1d14013cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "844434cff9144e88b45cd4ae6c1d6359", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e06e5e4a9540485e9e6dd12dceb0266e", "region_id": "RegionOne"}], "type": "alarming", "id": "e8e8999be215467fbc2850bb824a242e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "13ba931e22ec4f9ba4e40b195e667b3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fb4baa0d845141f8a74c24df00e08db8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2fca62442d684d089fef0270b7b66ffe", "region_id": "RegionOne"}], "type": "meter", "id": "f7e897247d5142f3bffdea2abea01ff8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e5969f486d554644b05afd6a79abca8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e95612f470c84374940c545f750706b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3729278f3db9498889aa5c17090c47ec", "region_id": "RegionOne"}], "type": "metering", "id": "0093eb5c62074f83a150a394ad5c25e9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "74d83eb9a2444bb7804c32f23fb131a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "97734a13213a4e2ebbf3456d87761fc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "91a342c24b0e42838e50bbafd7cbd0d6", "region_id": "RegionOne"}], "type": "telemetry", "id": "dd68b3c476164f99a1b1eeb7747e97c1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2c56fc8c1d6c47388cfa5730ad171da0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9a4de20690da4057a850f114a268c2ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "58b16f4c71c248a29bc48d2c7e13d3f1", "region_id": "RegionOne"}], "type": "event", "id": "71169fe4055f4242b2a73a96cfa023f7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8d5691413e1743b4bfb95a715fc618c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "615f9d921c9041428744746b6d8aa47e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6dc30da68fbc42b5bde4fe0e39ec9828", "region_id": "RegionOne"}], "type": "events", "id": "5e466181c2b147efb6e7338c8dff5728", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "354ea305cd6f4adea716b8aad59b3ae1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5b77e8c5a79a4632a8a9ed33882cc539", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8d17c067e0d543dc84bee82d498e938d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a450dbf7b5dc40a8b6c2e66fd8142fb4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "67adf4b557f34098810169a66ac7b0c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c3292b4bb5924d42b4f976050da4894d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1eeb8010a2604560bd5e11744fcfcf0b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "56ec5f0bb26d4a719641613d63f199e8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "40dd888ba1204f03b503f4c6d5317fe4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9d5c5e6b72aa438fba32769cedf9a661", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6d7f3f156dbb4c42871653cf9de01ebc", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a10d6b181c65447b9e3e2d4b1d06e92a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ecb95b68435749ea802226d06a1a1c11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2f4c5306fd904bc08a60fbcc4ea9e7b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a859df42ddd646e7b2ba94fa7f0ed9f1", "region_id": "RegionOne"}], "type": "tricircle", "id": "48d56ad92c7d4449ba76cd3297649414", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5e2f9dca04c54eb8baeacca8472e712e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6c594f963bbd483cb45f4fcae8fd04ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "8799bc5ea83c40b8b7a125bac6a759eb", "region_id": "RegionOne"}], "type": "database", "id": "c54191766b9a4a5196d94ff6d9f10447", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "88a962e0f2bd42829d7d0b0337b21c48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dea137e376454cbbab7d911e6e7a6669", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9c3ea7f3bb9745d991f3632c93f43f8a", "region_id": "RegionOne"}], "type": "application-container", "id": "fb27b2f4ee2f49e4aee3f37811a54e4a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "86f4c32e1be64fbd8a3eae6c52fdc773", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fb183d7b74744a438d7785a3d4bc4901", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cb0228286be845d1b233a987e10aa792", "region_id": "RegionOne"}], "type": "container", "id": "6e8b1098bd95495bae87d44781477ea0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9260d322a52b4a6f987ae708de68783b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b7642274bc9844deb00bb31229153637", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4187f0aeede6490aaed6f00b0d0e249f", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "693e3ee7c38247a38f056fb055b3d7aa", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e53b6dbcd9894701a7252134ee6e80b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2eb3c71825134ab9a613eac329dc62ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d30032352d56417db8e5051d0261f3b0", "region_id": "RegionOne"}], "type": "rca", "id": "3cd1d165935b494bbe38219a3e1164ce", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "def3cecc85eb46f39f6b1400d91fe31b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4b9f803e6f2148279e5ba27cbb6a4e46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "36fe691c2de84fafb0ba1f1ee08356d0", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fdf26654894f488ba83f065222eaad89", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7eb3088720b04556ad8e472f259ded4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "0c98e4ed9924415f92705508d4c9b6ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1eb2548557c94fdfbcef5de7bc165ce9", "region_id": "RegionOne"}], "type": "network", "id": "4262301c01294d7ba180acc14ef199fa", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c0c5d62858e8436d829e8cb2a0de7f6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "bbbc5432f098438ebbdcbcd63471ed00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "843faa3bc0cd4413968ed4427c7941a4", "region_id": "RegionOne"}], "type": "backup", "id": "c0544718199e4002993787f144a6794f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4d56408c03cc4b0baa5a28aacc3ad2e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7ca57e770147408480a39c58b03c6b8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "99ed4ae7c01e441e9b7b9234c4165c64", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6b6e121c363f4d0eabb4d42ec4192ee1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "61ba5d2b6d0d46fb98189a89e8916a2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "55d40e70a23444ed97aee5abeab66490", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "064fd10e92804dcd9bb85611e190096a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "54febb5812ac47c1ac9ed682ef232789", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bd76ec603b284ec4988713428d5a2273", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "40b5b238f4f245339515be38706578b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "34a3de386bad44eca30534a586414003", "region_id": "RegionOne"}], "type": "monitoring", "id": "f1476af41d3141c48f6d2846500bd844", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7bbfb6f33637477db38865b5cdc449b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a6e64448029648aeb8314db8692f920b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7f25a9068cc24fb7bf7208822e2f6d01", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4f8a8de8585d461ab836abcdc6be32f9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1b886742a6db4062a276a94fdcf71e3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f3cd370c5c78491696ec508c883f9a07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0e4bcec071624284a341e82308ba342f", "region_id": "RegionOne"}], "type": "placement", "id": "417b8129595340d790d43b19651b8ebe", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "adf8be9b2f744b2f92efabc688f03f8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5d1a8a5f6a144a1292d72084d606a2c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "70bb655cc36147869a90bfb04aa87e71", "region_id": "RegionOne"}], "type": "instance-ha", "id": "96484026cdde47ffa044e4114dd9308a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "745194443013491392d934afe6504b71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f1458c8dc8994645aa8db940cb1a2e93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ecfc798700dd441a84740b52d16625aa", "region_id": "RegionOne"}], "type": "ha", "id": "c35ade1769324a8c8c2ab64c42e519b5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8f8f991c61b747819d3eaad721fe2ef2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "458fa4c537b94d3fb280d8269a7c2b72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "548b5a59a6d94e38ab54791db8984080", "region_id": "RegionOne"}], "type": "reservation", "id": "ca6e27c536d74606a63febec2731a16c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "730cd993a09d47a5b58f792252effe48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6f116dfee2914b6094a9b22dce8a2945", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "50ecb9489d414bbbb1261a1b63d258e1", "region_id": "RegionOne"}], "type": "function-engine", "id": "14927207e20849ccad0b35be2aa4982d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0321404771304c6290b11716e99fd717", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0d3f4f9a15844625a5c24b76ade37f6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7096dc770091482eb3f8a275e04046a4", "region_id": "RegionOne"}], "type": "accelerator", "id": "594ae04bd5ec4bf7a76b0ab10abd0da8", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0cc6d73d63e0481b9215888c262fd951", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4eda2a6336d04956b3b1c39c103a1868", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ca69574402484e518eee3522a2eca58b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "5b9a5cc05645445c9b1c49ebe9b2b38a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "70ca58b43e6246c886745a072242af15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c2b793ee11894efa83b73c0cd8173243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "dd01bae0ba4d40b3b971fe5103fa6ee7", "region_id": "RegionOne"}], "type": "registration", "id": "5f6b68c4e27f443e80f8a00d8eb129d5", "name": "adjutant"}], "user": {"domain": {"id": "697268251b874108a3fd35a89e4db355", "name": "ca5e9c379c9943bbbe3f53b5bf8384da"}, "id": "3651e552b4304280a7a5593de9329eff", "name": "f40271ba19f049acb14a8011c1f072c1"}, "audit_ids": ["35e0307324754bbea6d6b7ce58ce7399", null], "issued_at": "2019-09-19T09:04:40.672167"}} 2019-09-19 09:06:40,863 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/block_popular_services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,868 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:40,871 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=block_popular_services" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,875 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,877 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "block_popular_services", "firewall_rules": ["deny_ssh"], "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "location": {"project": {"domain_id": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "audited": true, "description": "block ports of well-known services"}]} {30} openstack.tests.unit.cloud.test_image.TestImageV1Only.test_config_v2 [0.194655s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/cloud/openstackcloud.py:440: UserWarning: image is configured for 2 but only 1.1 is available. shade is happy with this version, but if you were trying to force an override, that did not happen. You may want to check your cloud, or remove the version specification from your config. warnings.warn(warning_msg) Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,822 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,827 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,829 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,837 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,848 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.759763+00:00", "project": {"domain": {"id": "4f2b5881b066493cadf96f7892ee901f", "name": "6fbbae7076254d1dade6ad25ff60088e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "eb17179a506e4bb6aa264ab87c91a4ff"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5e45ea7f1f754be18eef24e4862cea86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8c63e49cc06c47d28ba6204f4d229a0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8dae67d3738d40b1a6bbdf8bd383f950", "region_id": "RegionOne"}], "type": "identity", "id": "f4bbc0554b674c5a86789da10ae7bce3", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d8669b5d7e5a40e18b81d707ea143947", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8fd94657294f4f09aadd10dbec6e453a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "fe1165701b514c27b42fc1cd6f6d73ff", "region_id": "RegionOne"}], "type": "compute", "id": "963d3ab54ccd47dfbdd0ec6fe392078b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ab39cb92ee12439bb4b1f771e120eee4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "eaffdb348f474b179b95f66762e7385c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "feded42c4a3044b086c65ebb29a9c354", "region_id": "RegionOne"}], "type": "image", "id": "d9b64f1231fd48b59f6587ea2c24562c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "27e1aee1652f4ca2b747be51db5f1011", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d41c152fad26449c9583bf35e5cd3add", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b9e31548bc7141b5be87a6f8705a3c91", "region_id": "RegionOne"}], "type": "load-balancer", "id": "6f207c891ebf4392ade54801de5c0fa4", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38a9e6f924c54f2cbac1e4cf7a7b9e95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90ba0615ac4a43c091f39a80dd38feb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1de85431fa448899c4a2c8adc4cf6a4", "region_id": "RegionOne"}], "type": "object-store", "id": "0bc91efe2042447eba62558cd0baf682", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "437308e071514c9088e20a188da83037", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "27c55bef71c940359fd7e7c8eda278e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0f8638ed0a1f4f6aa366ef0c488d1eea", "region_id": "RegionOne"}], "type": "clustering", "id": "a6f374166eb546c79280f56e5d39cfa9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "02d1b86beda14c509b7db7a3a45e04ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "160fa1c25f164e30a05bd9bcc710dcec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "51e666a11b494d08808410d1c2b8e134", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "23e270fd1a2d46dc838e03a36157d90c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5ea75d69fff046c59daba61919e78e05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6407b23b8e2e4b628dfe77cba0c286b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b6e0a0caf7ab4cf8bb3218a0c4098920", "region_id": "RegionOne"}], "type": "cluster", "id": "d592a258eb68414e9b2123dff2fe07ff", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d19a784d40064a57bbd888d79ab59dce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e04ccb1e2a104296a615ca3a806b93df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "614b6ee9bc7046bda21ba57393292b3d", "region_id": "RegionOne"}], "type": "data-processing", "id": "6c97f99d40294b12b3f1e15b24abf351", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5116e4e19c164598a8d3d62a7cd0fb5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0bbd0068ac5b466fb04671814e2250db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fd62a66915254fdb9452af30eccecd75", "region_id": "RegionOne"}], "type": "baremetal", "id": "b9a05ded6b6f47d08b46722413774f1d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "47810c679466474a85aad609e76a3ecd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4f607a23959b48fc86fdc89a3cb78132", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f11dda5feb3d4f48bcbda5d96dce8dbf", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a08c09dbd444431da66d183c728554c2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "535097740f4a4e61b6f57b9c23cf338c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c087882697ec44628447995eebf58f1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4d3428911baf4efb89c451db6863b9d2", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "bcf708bc215a4a89bcf92769b244b139", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "097a33d984a6433a9e85b5ef88a44c1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "90af64110d27495d9f199f4b8098cd14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "93ed90fcc43c4d5383bb9536b6a6f149", "region_id": "RegionOne"}], "type": "key-manager", "id": "0de8fe305ec140c48278264d4d1cd9af", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f0c6fd0b490049b4af655bfa61a5c080", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "69c85ad490e448049a6287ec52e69dca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "21db6133ac61417aa3ff8028012e9adf", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "cfc312c05a4940ff855754c0e1f687ac", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cd1e74e3669741e6a663373967f95f5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f5c95f7563d64b6ba567bb93472175a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6735aa83e6274c3a8da5f472ce738587", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ed107472d6a94e3f93c35d242a307cdc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "21358eb8bf9144888e79036ed223c9dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "105e3daf1c9b4783b66d2607d6bdfa25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "612749d5cf2d438698f62d5f0f8e648a", "region_id": "RegionOne"}], "type": "message", "id": "d32a0cc0af844159a981ccf3bdfd6ce1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "acd5fd6bfb5241508d91c3ad33b006d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a2430eb2a0e54321bd950c7181a3700c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f393432081e34395b533f9670915dec1", "region_id": "RegionOne"}], "type": "messaging", "id": "0e3270a6025744ddb1045d1addaf9632", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "785a5410e7f349bbb851af782cc709ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e2eca492b77945369fa117d795d7ecf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "91f3788b6bcf40479ca37b668e14c31e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "961377f837ed4a478368a8cc587c9f61", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a6217161b736447996e4ea8a8b8ee733", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "497d424ac52c426e90dbc09159e3a4a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0603e8857d4e4df4a7d46307f691c451", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6de5d22d3473439e9fbb2667ee39dff3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f63bdc8ae9734dcd8acb6c112877b8c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6429043ef4e746da9da4bc9d5bd86207", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "63b7ce2c5d184877af83acea09aee382", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f05eb02c3d14485ca0f9ebc3f086ccc3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b35c0d758014478692baa305011057a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d0ffe85a36c447938ebd85d92b14cc79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d56de2a91c8d4ac58a4f6f9d516b7b83", "region_id": "RegionOne"}], "type": "container-infra", "id": "fbedca910977424b9df8fb886111894e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f6181929f7d44ff1abc9ff6c1cf53bd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ffaa906609cf4be0b4a358d7c9a615a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "93f82a3d179a417a8e1fc8284f57469b", "region_id": "RegionOne"}], "type": "search", "id": "c34d9edc614f4af190c975fcdae22db2", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "7636f4a9c7594755a0d5c542e75e8386", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f72f83ed2bd84e06a12c19467344aa69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "688c31a733194711a5ee773fd6d22da1", "region_id": "RegionOne"}], "type": "dns", "id": "50562d383b2c469bb35233308c6af85c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b83b6f123a8a42ccb8e0d58c34b89584", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b25d25bb9ad6420d9a902e7fc13166e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "70ee10f34d0140aa88d69ba3b087460d", "region_id": "RegionOne"}], "type": "workflow", "id": "e7a514129ceb4698b566cd037594958b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ec7fa959e9104addba2f3f585803b985", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "249d61ad9b444e9fbb421dbd91505608", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e4541db0dd23444dae14d20c2e8f4b6f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "85d3caa00d9b4a68bbd239c53e2aa3e2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b2f92542771d4483833bb4657927d5ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e9cd7860652642d5aab5b551e356dc08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d8da153786134e7a837f56af622d90f1", "region_id": "RegionOne"}], "type": "rating", "id": "89ea77c4d5b74bcfa5dbfbcc233fd7fe", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1e90200bd6a84fe38fff91ca6b21394a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2e633728de634654a430bafd194706f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "bc6cdfa7284e4098bd1d1ff9fa47f7b3", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0e12cfc0e72245bf9678886d1d3d574d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f0f64642c26b44ac813a3b6e6e1033d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d34d6ce5aaa146c8ad12151fe4d83c7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d332420b2b864fedbb8560650e8984a9", "region_id": "RegionOne"}], "type": "policy", "id": "63a7cf46da2647bd87fcb1a45da7c65a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aeae842b1f6e41768f943dd2a4cd5d50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "da0da62290a740bd882da94853101015", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "15b22238624d478bba60a1599ce4c16e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "616bfd21f6ad41b7a70dbbe56cc7c169", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "90581fe32d5748f8874d620defe0fa7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c8d0e02877394a44ab82dc20bfcebfba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e2fe4df6552b4bbeb0a25353762f1e93", "region_id": "RegionOne"}], "type": "sharev2", "id": "44771eddcc1f4b0d863ff23905ef48f9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "04bfee1aba0042c9a31ca37689a50446", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "44902cd353314cdb8614e361b0e215d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6ec6a5bc563e423a86270dbfda38da03", "region_id": "RegionOne"}], "type": "share", "id": "f227a8afe9454a9c823fd1c1e1afd1f0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "60fa9dbf44ff4cf696cce41f1d0dba30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d46291aa3847495fbfe7cce74f751b8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a61ff30c470849a9a9fa0292066699aa", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "428983510b2e4d56a6a2f2313e986c0d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d6fddb3c4c24097ae504e8f09979810", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d4d1e5653ee4f11bf70d2b8a6094f74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa9f876e4b914fe49cd05ca7a233c31d", "region_id": "RegionOne"}], "type": "orchestration", "id": "22ed3cddaec44781953504365511a3b4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "342edac17ff24977944880042dbff464", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7bff2f2637d642009a92eeba10436f64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c76456f13c54ff283cf73901fd0125b", "region_id": "RegionOne"}], "type": "block-storage", "id": "d1866dc4cdeb46f99888c8aafc72d173", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e73da47ce05b4a1c96b13f5e080a92d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67777d1067c54c059918950522eae875", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28d6458d57cd477e91e8591e6497d680", "region_id": "RegionOne"}], "type": "volumev3", "id": "07315ed951de42198c8c365834aa9931", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "350beefee68a419ba5b2468f5425dc8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "30d099f7234b4b9ab2cbcc5d164b718b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2fce2615ef3f42fb91a60cd39d3cda66", "region_id": "RegionOne"}], "type": "volumev2", "id": "155aa3af42da467db3f06a4a425ae557", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31b7943fd40d42e48810e8c90b9fa0ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f795aa3c6ce4abeae09ef0cffc33ba6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2444eaf6f1e84876b8434366ab1f20fe", "region_id": "RegionOne"}], "type": "volume", "id": "65bed2a88cb44f2fb120fc62dbb9193e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff42a7e247cf475aa7f7250e5404c3c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a800b49788f438bb7843d2b7ce86ac6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d981fd75452f42448945c56f837c914b", "region_id": "RegionOne"}], "type": "block-store", "id": "ed9cb21cec8e419a991c0d7b18472cc4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a0a29cb847724c4594670bb5ecec7aa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "25149cc87136433d90159d0d72bf68c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9223fb00b28047f799130608c4c8357d", "region_id": "RegionOne"}], "type": "alarm", "id": "339ace5a8403477992b37485be59cf26", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e798a391621d4aa1a2892dabc584a2ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "21cadbeacc3c430a9ca8533154e7bc55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "727cc076e1574ddeb2885915719e7c04", "region_id": "RegionOne"}], "type": "alarming", "id": "fb2ef6ecedb14a5dacab4743753e69ba", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2d08946660034a1ab117b63cc0ca09f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "21be124556004da7931eff546ac981ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0392c4210b514bddaafe457d9f942d94", "region_id": "RegionOne"}], "type": "meter", "id": "973dbd0fb8cb430fa17fe446b1021cd5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0b87525c417a40feb1534981e108f365", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2f895e9f2a834f8595452601c03e275d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0167f2138bba463ea2d662353783b921", "region_id": "RegionOne"}], "type": "metering", "id": "29003fc395fc4f3196c58535875c52ae", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "93751fa9c5c44560bb6ba6de79c7b571", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "54b1078cf39c4d8c920e5b3b78dad290", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "422f38a964c14ce7b2d8db012d7be747", "region_id": "RegionOne"}], "type": "telemetry", "id": "131d64a7c8e1419f83cfda605b3b202a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e96b6ae3649440e1be1f94de14e96148", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "789c522b73f0415cb06a8b9e401fe251", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "90aeb0de2c9640baa5eda6f32b931a46", "region_id": "RegionOne"}], "type": "event", "id": "b5d36e7bcfeb4085bfb9bc1e222eb7ec", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d8e781f8043043d7854e8a91f6ef217f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c2d310d005c3437bb5ec4956de1cb946", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3c45d42e78ea498b9e83450b90316dce", "region_id": "RegionOne"}], "type": "events", "id": "10de1e0732424cc6b732db9f1bcb8a07", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4228d15cdff245418f1c45f47dfec11c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6065488f5c694256b5ec8846572c08ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3d3bd46ab3174b8886dca20a16e6bcff", "region_id": "RegionOne"}], "type": "application-deployment", "id": "519e82479621427fa42e3fdec81ae1ca", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "64ba42edac09455d8763a47d0bfd78cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c00ab199b8244d39be6d5b79ecae3266", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "efe658ab701b4628819c8dd333e856fb", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2e3f0c7038c047709b2e00b7598effe8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4249b6d226924f7ba72be8b0208b1b63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e6dcaff9253e4ea985baf0878d284af1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e926d92d19374c4b81ce8daeae5b969e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "96256d18e5c24f51803487280372e89e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8869c47779c74075a0f6486291cda9de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a03d889078fa429d82f50f4a0b356263", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0385e55a17454f0ca41e49491443896e", "region_id": "RegionOne"}], "type": "tricircle", "id": "09ded02eebe44d31b516c0b36a285122", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b5a996c6d41b4736bdcab25fcddce669", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "dd67cbbd1f774fbeb312a2f6d0295e3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "fffdd4dce2f945758dd0e2d77bf209f3", "region_id": "RegionOne"}], "type": "database", "id": "4c119b7154e443b1b90868a7bdd7652c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2a2f6fbb89a74ec48f1879d95f944399", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "758665d81c484db9a057b547e44c61fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a2c23523a9094d979315d86bab825650", "region_id": "RegionOne"}], "type": "application-container", "id": "d448754c0cc94400a36effbf0756353f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b927816a76ce4386b5216655d815674f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "41a8ad8980604f1b87881e3cfbfc95d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "68e8c01d92c24d5c8063e1de653a8398", "region_id": "RegionOne"}], "type": "container", "id": "33b258edded54317a3cf56ddc5fd2087", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "75379fcbc39b4115ade02a2e5615e766", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f40aa6c6454440cd9ff8bac037c660d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "62bbe041fce5423786fff7299d444baf", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6511206c8daa48b08aaed1ea483a503a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c81ff19263dd418b80f9bb6843409cd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "284c6d06ce604d6b86c9520ea8ed8812", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c303e5e36d49475eb5a9159cd55ff57f", "region_id": "RegionOne"}], "type": "rca", "id": "bcae9e68156d4f6d88e5c3e3917f98cd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b10802c9445244ad91f0cdce4f03c87c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "113404c896754dc4b2e71a453799c008", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8c21467f4ec14787bb86d111a96f5826", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4628866c240b4c06bb0d0c67cddc91af", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3a279ea40f0649dba6668dd4f048593c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "8c72186f47684a258eae5eaa7820d398", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1f140329cd354ad496444e367311c8f4", "region_id": "RegionOne"}], "type": "network", "id": "487a2bdb57ff43dea7292c66f2a2a4d9", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "29913fd688b64749bf4a68420011b2da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "080cde9d8c1f463aa7784bb3520f101b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e8ce60d76f5d4fc8a9887aef4d0e8026", "region_id": "RegionOne"}], "type": "backup", "id": "9e385f25e5884199bf1005c692d503d4", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f8af5f957c8449218064eb52cbddeac6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "34db1466964f4603958163430d0fc5d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "94880ffdf72649d9b9c1c71d5544bff4", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d0f267263ab0486096f19bc6e912c52e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f2e2192c6bb94794b9c7645b824e67fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bb49dabd22ca4a35a0995fe08b25c0ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "af9e2ac688f34825b9e2aaf1ebdd91df", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "77cf6573336243c1ad0497721de8919a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3cf4540414a440ee896561bff99c8963", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e90bc8e2f5e943409926ef042dc6424e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "df4acddba8f843f7b05b2075dc1026d6", "region_id": "RegionOne"}], "type": "monitoring", "id": "5efe9474bc8d48da878a458e05bfd6a9", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c90f3a691e5a42d288457052bb7db816", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6fd013bc141a4d458a7607d6e1e299b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1b6032096458423aacce2984fdb615b8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "cc03b384ed2842268edd95cb928e2c7f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3bc07a7372504b7fac3da7ab114123df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8c6a90f684f548f1a52089133652b482", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ebb38feeb35e437a9f79231ddecb6ede", "region_id": "RegionOne"}], "type": "placement", "id": "7650497a189e4643b08a6ecd70421692", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "20ecd7e3d3b14a47b704fea8a3cae8c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5af0a07ec7654cf4b24d45d5c90751fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b2f99001ea184f54993665f5049491b2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "870804e95d4d4788907b1dfe80e061f8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "56fdbc7d6d51431bbf7f278390ae57d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "428ca234e196428089dd7d42087d967f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4ba159bcbd4b4705819cee878a3d4cb6", "region_id": "RegionOne"}], "type": "ha", "id": "d66ff33b54564ea9adb7a26bcb1318f3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "78fa79392fb44d4cbcbb359c51fb0c17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "74700b3212d14da2befe31bc88c78905", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7123e468cd884cf08ca7bf7f40aa261f", "region_id": "RegionOne"}], "type": "reservation", "id": "bd508a0227224b2e83892c9a3c5dd0f8", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2ec4f3323e794ebc8bd50ce8a25944ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "72f465e8a3234880b4b059a1b7af9201", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "fda0a70ff08548a6bcdb9c65c9896ace", "region_id": "RegionOne"}], "type": "function-engine", "id": "9bfc2006943049bf95271d39af0e5748", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "86084b131e83417ab66db7a919594f05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3c862963da7b44f59e5b5eb68f328b46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d1cc768c55dc494e9f10ffb289a3a27d", "region_id": "RegionOne"}], "type": "accelerator", "id": "6a1bba31f49b45fc82baff617ac00f51", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ec1914c673ed4623ad1e164a3bb81aa7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fa4395bee3ad4e91b422d97639cd5777", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "77e9a5080c334fafbb2d7fee5d9084a3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ffef71bb6a834c5aab986f6b564c2cf0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f69947b7bfde404dabc7b165c5b4384e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4bce93c025f2441698c719407b796445", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7146b9c11fb849a3826b7eef008c6def", "region_id": "RegionOne"}], "type": "registration", "id": "ea0d1899b8c64218b1f2914f3fae3daa", "name": "adjutant"}], "user": {"domain": {"id": "797e54cf342546638508de517ae1283d", "name": "79c717588bfd44afb3d653d713988904"}, "id": "1aa50b46892f405e95bff544607cf30d", "name": "4a1ec00ffbe741fabce283cf4af99093"}, "audit_ids": ["7cf64bbbe7994cf7a0ce089d9531154d", null], "issued_at": "2019-09-19T09:04:40.759763"}} 2019-09-19 09:06:40,878 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,883 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:40,885 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:40,915 openstack image is configured for 2 but only 1.1 is available. shade is happy with this version, but if you were trying to force an override, that did not happen. You may want to check your cloud, or remove the version specification from your config. {12} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_cloud_no_fips [0.418405s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,698 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,702 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,704 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,707 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,720 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.638807+00:00", "project": {"domain": {"id": "59a17c2b1df04ede8c738d72f099d676", "name": "0dbed91070fe4756aed9c3c0a22d5c09"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "20f50e18b4a442ce9725000c03d24b90"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "7f990d97501d4f6ebfa2c04c5df60120", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "27cdd057f56f4a77bc2731620027b283", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "23bbd9e839254c4eaafb3f24db042ab1", "region_id": "RegionOne"}], "type": "identity", "id": "e435948c1de047fe8543a89dc56dc2e9", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c29eae522a8846cca03186cbb740bd69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "dadd5a99089340e9b333cb858d521890", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "dc99435d1f3f42368f415ceb70c38ce2", "region_id": "RegionOne"}], "type": "compute", "id": "3d237c50ccc14e419b50c36cceeb173f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1bcd06edb4e44faca9c551a0b7e88923", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5f8c4a54224a4ecf8ec46d3b070b0e36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "acb7a05986684c559ce3b3c1bf057732", "region_id": "RegionOne"}], "type": "image", "id": "42c1cb3242724b21b325ce2c84484a80", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "998bf087cb8e4d14a84dec24a892760e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "89edb5db458840219b1ad8f95da96d9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f734471a5df74b629f9fe719dcd78785", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a3b3524e1e114bd292e1c38b8308d768", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab40c8e2b7e64f8a9a85f368e0f7850d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6065dd54fc384972a05b105c48c02a85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b59ed9e19304f16bf8549556cb31b69", "region_id": "RegionOne"}], "type": "object-store", "id": "3a742aff007f429f86914782ddbd3243", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "640bccbe786b4f09b170f986d54849a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2cb72a36b3da4fc597bcb6a2ea2ca545", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6df42d34a3784f8cb26c00fc984d849e", "region_id": "RegionOne"}], "type": "clustering", "id": "9e3b591bc613499fb889672823f00128", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "24e9a19dd37e4df3a9e18bfdbf4b1bf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1e7666c5830b4c4f966732182afc6433", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3fd375719c3c43518aa6c65e3007876a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d41d7574eb7b4257aaff5627ff0275cc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bde1f423951144449034b9e58f6f1df7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "db1f023dc9de4c02a58bfb1467fcabab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "40e7c6a32c854b4a8c9f507af1bac84a", "region_id": "RegionOne"}], "type": "cluster", "id": "b9c12aa3def04b0f9ca067d323cd6f53", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8aa79adabe9b4e79a66809960ef154c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "48df2c7fcdab4c01865b4c34ed1e399d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "74b4a5ea5cb14c9b8848fe71923d601d", "region_id": "RegionOne"}], "type": "data-processing", "id": "3ed45bfecc63473c9c5f5ea0dedcf31c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e8776ce021af43bbb4015a06751811fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "09599cba491a4f21b2f81e52490c9e69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5890e82071bb4189b653566e9e8af614", "region_id": "RegionOne"}], "type": "baremetal", "id": "b25e0f98f2404475a7bba23d6457c3dd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "72540a8662d34d6cb96a40e3fe1a9317", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "149d3666b18d4b7abc397132bc2c96cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "661464d2190449b097926bb93454339b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2f2d41beac84440581034718f2762f4c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4ae60d31c523470883cfad5460c94a58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4ee9abee50b945d8b6466bcdce5291bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ba39209ff61b4d22841a32e3c59351fc", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "db0254f6493c4516a941e4d9290915f7", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7551345c1f7340878990a52c997023d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3a569b3e816e44409f37afe6780d625a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "94e6e85cc6e84082b58ebb430dffd8af", "region_id": "RegionOne"}], "type": "key-manager", "id": "9ac2ec2cc268469bacc6f5d8b5eb07de", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e74da44cbf024a438ee2c50632397e96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "201bdd83939a405a9d5bf11dfb790882", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a7ddc3791493403493a374032ba7bf48", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e1e60142d14e4426ad5656e89baae692", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4d53aeafe57f4d1286df15d5b52bf945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bb9274546b414864a449d23901253822", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f98fb65ac7954d169758881c045cb4ac", "region_id": "RegionOne"}], "type": "infra-optim", "id": "53e4afb4e50d4812b1fb7625755778e0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "385afc04c7ba4c74a05c57b246b4a673", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a8a118150cbc4316bba196853d2220de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5d2a1dd45d2e446698973ce18ad53567", "region_id": "RegionOne"}], "type": "message", "id": "492d98c12c07479b9303c0cdc733afbb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "78ee9c3f4c61492c85992563ef3b8d77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b9d3421442564c378b81ff30d61a0ea5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e38fb645b9b94dea899f21fe941eb59b", "region_id": "RegionOne"}], "type": "messaging", "id": "2cdb980c3082433e8a03df03ed47235a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "52a93e698ef047e784392b579b9d0c30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "42a4087ade9a407bae2adb210c7034c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "01065b5c6c7d43bb9e54b988f96685b1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2234565f2aa444d4ab6de2d2256b3e44", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "045b0a9b78364998a0bb590baf55006f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c076392667044d4fa357c358e7e4d6ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "16970977423c4a069beeba2c41d8cc33", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "775c8d447203471fb12ee641bb62c9fc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "800f576d280740c9b4e561bfc3aaae66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1a8c316ef4a64dacaa48c42f8066cde2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bc42a128dfe943028946c7b82182ac00", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0db32da5369141beb893e2f306add9a7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f28088c6ecdd488fbab8d1326edc6044", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8d988ae9cda44f26a75685348fd27082", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71425147a9fd4608921bfac1e006a04c", "region_id": "RegionOne"}], "type": "container-infra", "id": "85a2316caf8e43269a2ae4c477ea01a6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b330589ea66b498e95b6e4f52a911c2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "841e051c87f146f69a160064ca5678dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "873e1087ec6a4f56872a03abf59e56bf", "region_id": "RegionOne"}], "type": "search", "id": "a8ec7f2ae9244f358507217b82d3648e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b5d8f68c80ce48389db1ad892a534cd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a79bc283fe2f40b8b34b0017080e2146", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "583ce85b621d47478c1c069d7d34688b", "region_id": "RegionOne"}], "type": "dns", "id": "0c744de0eba24cd3b5e9417c9a78d73d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "232672b421b141ca9f1771f5684c918a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8d04e3b369a34d0cbf80bf09aa63dfad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "27072a40c05b4063bd3869ea2bee6807", "region_id": "RegionOne"}], "type": "workflow", "id": "135879364e0a485295300cb7f862659a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f3876317ed9e4440862288f55abcc364", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f6eafd66ec554e1d831cbb2477544ac8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "dc508b4862f241d5a19ff3af2ac9ad86", "region_id": "RegionOne"}], "type": "workflowv2", "id": "885c0d643d394cfa931c7bf78371f675", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "3f77a08e839d4c68b6bc08f839c8a56a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9e59be66985e4864b5348fff3cc97d82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "2382b0bcc2734ef4bc12554a14981719", "region_id": "RegionOne"}], "type": "rating", "id": "e174280df4db4119a634a1b03f8b5965", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6541d52900c34c5bad92e1cce90b9fe6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3e59f325151341a2a1eb3a35bd5130c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d75c95f6388347d889d9e3f3788e2686", "region_id": "RegionOne"}], "type": "operator-policy", "id": "eec8b3137f45450996d3e000d34b1133", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fa5f14088d034e56be7ba10d09d3104a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8a2e69f4ee1c4a85b620a6ce8396dd7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9e77ee817a0e41e3bb744c362520e1db", "region_id": "RegionOne"}], "type": "policy", "id": "492ac97ca78a4eba8634a58382082075", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6b7f4eac956143f7bd2a0fb2566e18c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "969a537aa0f24086b3db6c27b6e8c723", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5a0d8114a3b54a9ebf5444a5b90ebc7b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "99a6315a63b244398bad6a1334a7dc42", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "425ede6a52c54aa2addc5c400a14ba3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2eecb601a36749a3920e082b0f722f15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e9c9641c569e4bd2a145280902862855", "region_id": "RegionOne"}], "type": "sharev2", "id": "3aec3c76b3024737bd2e62dfb7452e71", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e82df1665e5944ba86bb25f77c76273c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "82e70e90fbdb49c8906b7c07ddbd49ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "83875e037cfc4773aee1e46851dde61f", "region_id": "RegionOne"}], "type": "share", "id": "06d216e802244e9cba0cba842586a99f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "527d4b6f7baf48a98bc8ce74f3dd544a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4b737267feab4e319927a55c8a79dcd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "057dbafc65054d95a6418dd2fff1c275", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "41c1cdf76dde4dad862e3439a3fd6201", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51b58020cd934478b8723fe5102de86c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32c1ecd4ba8540d9b500010e7e07fd3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10c36a393ede4961b819659bc7799413", "region_id": "RegionOne"}], "type": "orchestration", "id": "6072aa11bac14ef286a36a1a0e462031", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e472db979974e5c9184359148e86423", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ee50e501615424a9c38e61c5f5340bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9d4a781a61b4b688695190c384e7eeb", "region_id": "RegionOne"}], "type": "block-storage", "id": "a79201d78aba4556a173cb2a7b5b73b7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1e314ab844b4a3e826d5435c5b4725e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d11cd40c6aac4ea09074650ae2f491fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "752718c3013447ff906bd84261329d5d", "region_id": "RegionOne"}], "type": "volumev3", "id": "8dd03158392c4d839efd80ac8ddd75c4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6564948de33d499396ad2a6d7825db71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "049c9715ed1d494a9d2822bc66560727", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e41f392665d2499caca243db6a93b75c", "region_id": "RegionOne"}], "type": "volumev2", "id": "a705d19cd9f4429a95783ed41a8aac55", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05016e301e18460e86786a8e651517a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1af7b40e40be4f77a02c894c6f785af3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "645f9c490d10418f983b36802772aa24", "region_id": "RegionOne"}], "type": "volume", "id": "0c69ff05dc1140cda60bef7cb6236152", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e3122f1458446b7bfc5f5b018a7aa80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ff0e7f8901b4630aa89560da6222667", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d50f4f3b1e4a4d7bacc747e2a4197a90", "region_id": "RegionOne"}], "type": "block-store", "id": "894def18fe604e109eb2ead3f78e5715", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1459b4a2164a42efbb5715e4a190fadb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9dc44f42bd0b44dbb8fb9fbe2401cfaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2ae182e249be4cc08a1b838da132519c", "region_id": "RegionOne"}], "type": "alarm", "id": "9012dc7b87a94422b7f3bfb2958eafa1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0b87528bcfc14f5497c208f2f0d30dc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9b1f5cb431f649729dcb3b7c93d7dd2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4bc6e15b343d47b4b6ffef10bc1ae7fe", "region_id": "RegionOne"}], "type": "alarming", "id": "19191b5368544027850413cf402cea30", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "23096172182d4976bbc587cda59b13e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "62fdfdb5d0ee447a974ab023ef023f0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f2f89cd013ee46b1a721cfb648b7a06a", "region_id": "RegionOne"}], "type": "meter", "id": "f10bdb880117491d8140af3a47400125", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "46cdc8bd076844729ef6133a9c022f9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3785c62ebe074206aa9905a430da81ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2db2b32afd8647ddbce424b938d966c7", "region_id": "RegionOne"}], "type": "metering", "id": "6a80a2e85af2453fb9ea63c7b6f96dc4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0934a3844f68463780bc1252b32dee68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "11b2829472984cdb8be05f41336224bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "428cd45f40a54f4086ee48583176795c", "region_id": "RegionOne"}], "type": "telemetry", "id": "3eef04b8c782409394a9f6a5642d2fa9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4d432b2d81e54e30ba56c305cc12e506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6d4873fd5de14cbc99acb371eb46e165", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1d25b727aae846e58b54d2e275fe57c7", "region_id": "RegionOne"}], "type": "event", "id": "fd789fda6a70443799515fe3dd4255e9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "777ed150963e46718947ebec5153d1f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "dae217e78df64a4c81988e06a60f36ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cc51064e320a4953b91ab11b741605dd", "region_id": "RegionOne"}], "type": "events", "id": "9fbb6ec8b2b242e6bdd1345696ff9456", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c83ebc2fbf3f40c0995d21c7f8891712", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "434e456056e84cf192b2bf2a07463edc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "03afe8bff480459280b7dd55f097450a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "fbc5073a6bcb44d094a8278e12ca8b46", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a4ee05ff415940eebacdcdd0dd9dae8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a0ba31faa5374a3ca1935ae15f7204a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1d4b057b47b843139f0c1ca0a8b0a403", "region_id": "RegionOne"}], "type": "application_deployment", "id": "61016253707f4d4b9f2c0a92ac35bc08", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "37683c04fb394ca2b1f2ece137976887", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d07c84943fb14a8bbaf0dafa63bb120f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0d744ed4d4b04326b02bb40324bd9ec5", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "14e520f64639475ea9bc92507de645ee", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "01643cdf6178459894f53bd8e540b44b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d95c3572158940d498e2ea4bcc8d9193", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9964fcc0aa3f457089421ed6414a10c2", "region_id": "RegionOne"}], "type": "tricircle", "id": "f95dd039ee4b42ac93846561a821f7e8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "04fa59a1c3fd4cdf9bb2b90c3de32d6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "3ea71b46a49640fd9045e3fe18c6bd28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "4bab91d00a88474f89634d6227975f1a", "region_id": "RegionOne"}], "type": "database", "id": "a68775071dcc4012903cbedcb85c933b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "093f7e544e984dbc9611da9b23a1b5dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e7b2255e28b048a19a5e70ec52c1936b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bd30d8b1413843ceb18d202d7bc73b59", "region_id": "RegionOne"}], "type": "application-container", "id": "2767055980c54fa3a7799668585a24f8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f80dd21d45094995939a06bf5feabe77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fd3b72ac909c401b8b91e03383c1656a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3fb318abbdb34a97987f352600cf1bd9", "region_id": "RegionOne"}], "type": "container", "id": "15333ffa76a148dc98bca06da783ebce", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b2ddaa44a7f140e28a48374f5ee52569", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d88eddbf46ad4446883ce39592496fa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c2755d7c78db4609bc15803884d5a16c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6f8ab7f9330447a7a3cf0596d2bada97", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9d3b43e6a94f4d4c87d9371ddcf7d0d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "309a50ec4dc64de68685d30f1e2da0b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a4960b2412a34031adccc109b3426e31", "region_id": "RegionOne"}], "type": "rca", "id": "23e7675f83c249959d24017eb58ce979", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "de6b30995c43457aa2dd9c38edd8d8eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a5a3d8a286184b50a1c14d8de3adcfe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e8e0a27a034040888c81df6bd98a3a4d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "178828b804744df1a9c73c0f404d66e2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ab8f6c8ed1e94fdaa838c4e6016165f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "547a75fe4a4d42c3b152a010013ed382", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "163f672c6c644e25bc718775abb97556", "region_id": "RegionOne"}], "type": "network", "id": "cea44298f68e42549ff010bc3838607e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "cc90e7682e524fa490c2aacec7bb39d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0c096dcfe19f476497cb66ef3ac234dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a0995db8d8fd43d0bb5101463a184569", "region_id": "RegionOne"}], "type": "backup", "id": "8ecd603b8f8044a1be05c3df65565d93", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "27b9f8cb27ac4e58add0a4bd5935c312", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "58fe05f4279945e7a8ad90527add2723", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bd1bdff8f4774c8f86e4b79fad32ec71", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7a8b1d3975b743dbbc7015ace1f1eb2f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9c614981a13f4e9b84817b4a4d97eb1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fe3ed0bf82de417db2ca8b7fe57203c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7f6fb69c9c004d209776b87271422ddd", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e70875064008435e8be2c8b09b75e4ab", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ca54e4e23f27444a9ad153807b7db89b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "659c4cbedbd046e5b34ebb72c8934ab7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "96ce806349b34fdabb87edc1e8231628", "region_id": "RegionOne"}], "type": "monitoring", "id": "2c6510cd9aaf4a44bd868be5e2815e4d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ea255ef6a049441986121f4801581f1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "34b4d5af28aa475bbab8e647268c81b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6642c60b09e147589c26bb2e7de86ff7", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3031f84bfc0a4ea9a37aa2cf47790519", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3dfa7dead7434b3a947a24f24c9e543f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4ed8d499176b4ff89604307d9741cb39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "6c76788a60814b4e842682b7fbdb8d9b", "region_id": "RegionOne"}], "type": "placement", "id": "a13bbc96764e4258ada1672e9d71b7f5", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "965402944a4b4c0c91177a3860a1baa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7f7c89da28b541ed9fc586cf0b8c60f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "457f84b7af0e45a2b6b00c70d31f7fe5", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5e3145619891460caa30098e9b9e1c20", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "edf63216737649c7bd956a339eafdecc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cbd3ebdd0141420a8863b8911fed6ea8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0797fae8aaa84f7383e61dafc30520fc", "region_id": "RegionOne"}], "type": "ha", "id": "0456505042ae4f00b322f288b419411f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "14a13cd0dc1c4be39000e5ea61b90f11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b03ed2e046354811af10ab385f78809b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "97311fdad0444b67a1758ad83121d0b8", "region_id": "RegionOne"}], "type": "reservation", "id": "c31f0469aeb64334a5253100921d3bed", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "475048bc895d4df88ef88c86413356ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "289b13caf20444ed9cba6bd422ec5e5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "994e8851825049f09fb9d57ea0ba13b5", "region_id": "RegionOne"}], "type": "function-engine", "id": "7b1f339ac7f04b209e01b6c418c9906d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ce50f11a8a63422bb24d96716c27ba57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "02be35b564234a57a8548ff74fa695d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e6505d0f80ae47b5b4dda7a64359323f", "region_id": "RegionOne"}], "type": "accelerator", "id": "663e97ed64714f9a933c3844a7f1802f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "04612139a7064b3982d9c3818d57c6b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "36d2c04d01fd4f42aa718a080ded6501", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "23b80fac56af406489f78e38b74a0525", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2a7ab62652b2495f97ba98d775b3eacb", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "35f96bcd4ef74ed38b9a7322888f2e53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a9021454a6d94291a044a34583a7565c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "dc343526d536459ab07bcac267a93a3c", "region_id": "RegionOne"}], "type": "registration", "id": "820c43d2470b4c7eaa7f4cf3d75d32e8", "name": "adjutant"}], "user": {"domain": {"id": "c165a708555a4f5597aa9cab75a2a147", "name": "dcb91c0bb36f4e3b95ab58c8b90429bf"}, "id": "615ab25611a74a64906114a4283070fe", "name": "717d60d336824b22b6aa96cc48857c24"}, "audit_ids": ["9bb20cd196274440a989c784e7c3a052", null], "issued_at": "2019-09-19T09:04:40.638807"}} 2019-09-19 09:06:40,859 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,863 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,864 keystoneauth.session RESP BODY: {"networks": [{"router:external": false, "id": "test_pnztt_net", "name": "test_pnztt_net"}, {"id": "private", "name": "private"}]} 2019-09-19 09:06:40,883 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,885 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,886 keystoneauth.session RESP BODY: {"subnets": [{"ipv6_ra_mode": null, "allocation_pools": [{"start": "10.10.10.2", "end": "10.10.10.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "10.10.10.0/24", "id": "14025a85-436e-4418-b0ee-f5b12a50f9b4", "name": "", "enable_dhcp": true, "network_id": "5ef0358f-9403-4f7b-9151-376ca112abf7", "tenant_id": "29c79f394b2946f1a0f8446d715dc301", "dns_nameservers": [], "gateway_ip": "10.10.10.1", "ip_version": 4}]} 2019-09-19 09:06:40,978 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,983 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,985 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:41,006 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/test-id -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:41,010 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,012 keystoneauth.session RESP BODY: {"OS-EXT-STS:task_state": null, "addresses": {"test_pnztt_net": [{"version": 4, "addr": "198.51.100.3"}]}, "links": [], "image": {"name": "cirros-0.3.4-x86_64-uec", "id": "f93d000b-7c29-4489-b375-3641a1758fe1"}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "1", "name": "m1.tiny"}, "id": "test-id", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "public_v4": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "public_v6": "", "private_v4": "198.51.100.3", "interface_ip": "", "name": "test-name", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"} 2019-09-19 09:06:41,043 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/test-id/os-security-groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,047 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,049 keystoneauth.session RESP BODY: {"security_groups": []} 2019-09-19 09:06:41,051 openstack Disabling volume entry in catalog per config {20} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_insert_rule_into_policy_not_found [0.200279s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,848 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,852 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,854 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,857 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,868 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.790258+00:00", "project": {"domain": {"id": "dcf31a7ce0904d44ae9a58f87a50b274", "name": "1c9194ae97f54a789fc36e8e2a7233b3"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4f003be2d63e4b57a0df5b2129956cfb"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a02bf9ec75fd484ea0bc5588ec946a8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3d0247a5d19d43d4b6da67a54a294b1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "163f28ac70894d149387a9f56ac8bf4e", "region_id": "RegionOne"}], "type": "identity", "id": "53724bd688204fcab4eb1d8aca879c71", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6ffc02b00be94545a2cf54f1f94136ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "02b70cb39cf64ed89da56764c9e68713", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a3c47b4597834a4da2d9ca17767255a1", "region_id": "RegionOne"}], "type": "compute", "id": "f09397827f05416c9358b407f4ba5990", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "65049be5d6c44655a78258db57b3c55f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "295b1bd41a3d467b86ad1432bab2938d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3e196d41ff9b49199b81308595a3f24f", "region_id": "RegionOne"}], "type": "image", "id": "18f6e3be152145de9b72d71324de23b3", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "147b07a929e0473a802e730b5f7c6eef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ea2f422c2b3a4792b636cabfa48245cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "72ce2f90e8e7443db0f1909d7bc23b5c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "4f808476e81c4693840c132d6f46c68a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d6fc97a634b468ab8bb3ede13ba4ad6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15e9f34afa9548d7916f60c5c83f182b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45ec32f2d2504b3391442c5c2f14c993", "region_id": "RegionOne"}], "type": "object-store", "id": "5f7413a9a41f458dac796a55c8c3a094", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "25340d5cac944f58bb7fa11f5b10f113", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "24f0266637fa413b8363c0cdf0217d9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "285667af2d3f413bb36b999d6a40a29e", "region_id": "RegionOne"}], "type": "clustering", "id": "75998f5b864f460d8dab8cf787434450", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1768bc0dd23d4c76ac9d23fd8aa785de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b393694977e545c9b9fab1dbd25bb880", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "59483cbcbb4a457e802097e07d370205", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "89bf590cd9034ed6a2da7366a215870f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a13022b6bf7e46669909bb96b870d24b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "23c0e4cb3ef44340ac2abd59eada56a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7dd070cc675941a0bab2cd4dc9957cff", "region_id": "RegionOne"}], "type": "cluster", "id": "6f7da87e786340aca35974c0a5020e66", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "baab26a52fef404eab0f5bd6f880df66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1c5cc0567a7940ba8f7662f4b27a3e7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "389944f0f0da4b4b9fc4b62902e31a43", "region_id": "RegionOne"}], "type": "data-processing", "id": "b45f0ffa9bc4406380e3804117c847b1", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "296cf28461f74425a270319018a8b33a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7df8e0f7c1e24544abf9f5cd7623b611", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c911764ad5e24dfea01d0430d7f5ae3d", "region_id": "RegionOne"}], "type": "baremetal", "id": "3ad653d488d4499fa31417df0b14233d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "64716ba9363b4ef1b45580df6d939ee0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e36558258c054e7da40cf00d2a260c51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e7eb21bd7b2e4d6f8887fae8197085cb", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a8bbfb66e4864fc282b3cb10293915eb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "29938267e0334050b41dc4ebc860bec3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "29d993523999443b99567188581b8e7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "dc897e6db7cb4984b35ce007f6847897", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9f1b8bfbc54e4fcc9295641af8d6e28f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "27566885521444b5901a4606ea842c1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f70452f133dd48fdaf17bf563bd71af0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f1c621f9126b4325b66865bdd88ff4bb", "region_id": "RegionOne"}], "type": "key-manager", "id": "9ee89b5f49dc4e359238319b635a93c2", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b3ff33e4772443279eae6bb78f78aeb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "080641f1e9dc4052b35b865554561678", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b4a92277ca5e49afb71efa38792f94a1", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "8beec2f6e3814325aca3714183aee6b5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c2f7ddb918404f2f82fe88f58e834364", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "931b3b7b57ae4428ad3d0841c19ece50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f491d47ec20b4839b44e40311a5fa2d8", "region_id": "RegionOne"}], "type": "infra-optim", "id": "90ce56df6e6343f1a7177fa0d85d5b7a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2280cbc8e6714716ac78ffed6456534d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6822102bc8064abdbb3210ad1add2758", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3b19a89eecbb4ed99789eb62bd2da9cc", "region_id": "RegionOne"}], "type": "message", "id": "4e0a07ce138742c89e73dce4034c3c22", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d34fe8531bb641c3aab4de1df79eca20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ffa27b4f0ce44ae389e30ef51b2e7be0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8a842ed0528945a18e2240fde25572af", "region_id": "RegionOne"}], "type": "messaging", "id": "0d4c668e5161430d9fb3b3b23adf1ca7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a6003970ead843a4b333a191868fb230", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3df444cc99674d57b1e5a306d4aee890", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "65b32b24981d4ef8bec66db1555d1152", "region_id": "RegionOne"}], "type": "application-catalog", "id": "5bcd265117c546eb88c6454d9afd4a58", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "98821645b09f40199641f4700006dfe8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "39feec8c6dcf48d49ad83fc4ccd13ccc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "247a34be565c49788af6686554accbd5", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "70a888ed3d8241dda4a3f3adef89bc29", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c125d5f2e25c4fcdab61ceaa9a90347f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "21854cd906e542d5aad78926a2b402dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "21eeb41128d44a048a5f0bff600ea47a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5e4293d747d142d5be376cb1e663b54d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c13a8ccbe1e446a8b734843bd5740e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "13fcc4a2677749b4852eddcbe702be91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "22ee9d08927d4d819af3f5fda97ecac5", "region_id": "RegionOne"}], "type": "container-infra", "id": "ea2a23c29abc4a718ce10b5c350b5e99", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e594a0eab86a414a9d48cf5e84643477", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5dd1c1868e5345a39aa52bde75cf808e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3ed2e3ed1f5c4a1888d512a80a8bf93b", "region_id": "RegionOne"}], "type": "search", "id": "4ca8791aa48b4931b926658b27f3f5fc", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "76194afc62a042a7b72d436cdd583b13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ee729489a51f44c7a750288da82f8e87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6d27d9d13d584c9cbefd265b8f792187", "region_id": "RegionOne"}], "type": "dns", "id": "671793b0cd13423f89ea8bc69fa41e77", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ffe5502530a24634adb3d7927954dc96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "867236fc5b0d433c9911f28c0a99ea2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d5906ad8b4744d6fb981a1229e1c8de6", "region_id": "RegionOne"}], "type": "workflow", "id": "05e846b4f4ad4ce88cca0043f22aa80a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e1647633762347c6a6777fe98abee5c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eff862e08873497b9fb10c0a62d17bbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4f1765b4f3f1497d8deda1ad3545930f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9209fa30bb7e45fca6f986fa978a5e22", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "cb776100b11748d6b39260d5393f1404", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2b6043bb0aff46859eb66fa6e8dc2065", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "62ace6125259402d81a57c7abd6489cd", "region_id": "RegionOne"}], "type": "rating", "id": "5fe857a2490144deae07a87eab721ce2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "76b7a7ebaca34bd498febe37127b493b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0f2b9b554122429ca3e7bbddb117aa28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1b3b0fdc99a542778c018454b7e9a115", "region_id": "RegionOne"}], "type": "operator-policy", "id": "cf1f1bf6dbca446e99657ab5fe2af75e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "05da3226746b4f6e93a397ca234a5cc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8361184c9e784667a57bb303eca10185", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f0468b5f48eb410397b241d83b3a6a11", "region_id": "RegionOne"}], "type": "policy", "id": "d09167ab46514349addb62dfe9210d1d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cfb00f0beb7f4e8bad051cc71347ad6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "83c6a0700e6d43bbacf249583a51645f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2a867089728f4c8191cdc9e4d70e6fde", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "46b47cfefa6b4e328d04a795d9c9360c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "50e5db50131345dcb99b85096105d38e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b9919a20f6d2400ea71d6ba386020ab5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6edcec28ade341d48454343c5e23ee8e", "region_id": "RegionOne"}], "type": "sharev2", "id": "5ca60247ea38460ea4ad4d40b43df017", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "60a6d7629d404dbea745ab72872c1267", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dfce955cd6c4424a8f7ac28ecd3d1b3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6e1dd817727a4617944ffa4b547dab76", "region_id": "RegionOne"}], "type": "share", "id": "c55b5c61ea3e4f31822f89578886a628", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3d5d88c9674746adac60b39ead4a6857", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9e6bf9a37754400ea0e070a2002bdc3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "20382dc3ceee4b6fb57b82f319704c97", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c4c80cb7282a4cc781f1ee7c61bb6781", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe5d36c9aad5413b9db15791ccca0e61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff2deaa66dc5464990f975f13f881d02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c29efda26214435b7d86a725d42579c", "region_id": "RegionOne"}], "type": "orchestration", "id": "05acd5140c2c4d0ba30ad140b7287319", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4019f021dd84b1e8a961f306691d4cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e027321e77244f51b96c4946293ac9dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bbb05668471d4980ac3292cf75ad9963", "region_id": "RegionOne"}], "type": "block-storage", "id": "0f8d7f0ed7a24674aed42a7f6400efb3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42387158a8784b0d8865499fce51fd63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e00c26c2ef184c50a7071b7c78b3d808", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d64cd4276c84458b99d08f1b40f0ba62", "region_id": "RegionOne"}], "type": "volumev3", "id": "f7126683e2214683867eec6c39a7d4a7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9629f8d3020f4b5cb37561d38c463745", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7601d1586891401abbaae8c31a9895cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55a7fcb57cab43c68814583bd5a3b57d", "region_id": "RegionOne"}], "type": "volumev2", "id": "b2adae06f5604d5bbcc7ae034008f6a0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "435f7f058b2d496f906448dbc017fed7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0bbfcccb2ce44f9adbce5c146f3b316", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79452d06189f4818919065c242441005", "region_id": "RegionOne"}], "type": "volume", "id": "7ea01781a80d4a35a29d30d19aea9df5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d2b9ca438c534d788b537f7f6ed8ae88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "248612031bd34f88bcbee16045e7d50b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f0372d4ec84409d80d54e4680c45b00", "region_id": "RegionOne"}], "type": "block-store", "id": "4d992aecdbde4b0ea35be41582377856", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6467532529084a9f959a68d73b8b2e44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0317ab77c9f14aa589c07715e387731a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ee7d08dc192443d2a4b92fd4448abe1d", "region_id": "RegionOne"}], "type": "alarm", "id": "7a3cc03e14fd45eaa07b2aa8ecb468e3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fb11534e6f8141ff9e85953b3a788c4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "85c9a3db28b14cf78d97ba5a33067899", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4b05349314224a3f88edeb6ced243471", "region_id": "RegionOne"}], "type": "alarming", "id": "4e68266d48454c26bdb2dd876e10e3f0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "13fcdf0477d54842885a8ae0ee416ef9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2b9236c017f94937bd06348bce2e1095", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "775d3c42572946f7aab1b4e75d94ac0b", "region_id": "RegionOne"}], "type": "meter", "id": "6bb3255d9bda425fa995fe579adb53bc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "997489079ba8417ba4c7d09073441e35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "daffdbdf4efd48588f5fd717f2e3c5a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c94fe1175dd94d8ca1517397eea83b0e", "region_id": "RegionOne"}], "type": "metering", "id": "c50cdd42db2f42e4b09288f52043f9eb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2b4a5117e2fb44f6aca2a677e36d379a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "823eea759e4a4d41813ede531749373e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7ccc7a3b276f477d854dc61183fa0f7f", "region_id": "RegionOne"}], "type": "telemetry", "id": "f48b03247a0c4c17aa448f8c99f08309", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "15eb4c02ba8141e091b60b7fa7b916b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "949e2d3a3bd549f9bc76bd89a6299b8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7e3b742c5a3649b5b276aeb2bf43752c", "region_id": "RegionOne"}], "type": "event", "id": "23f67288675143748121e914aaffcaf1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b8ad9eeb2fc24db285bce7e760afc11f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6a43b1caf3144f7b842b99d138092504", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d9246448574341099474f54018f56997", "region_id": "RegionOne"}], "type": "events", "id": "d6c10bf7fb2e480ab44f42cc0a3624a1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cbdc0972f8e84c6d97616fcb374929dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e1c8717fadf74423b81a366ffecd2f18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7d023014ebd14fc7a876d1fad7c6a591", "region_id": "RegionOne"}], "type": "application-deployment", "id": "05315b6b61234b0ebfa50227f9145060", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "90823b9493bc4c2586a88c1704b7ebea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b1af930f7e22490f8841f775291b5e89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "753934d469244bfb9efbfd475f274662", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1c57bad9e483402495150f0369036ae9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "48c493d583f3489ab4f24e59db991a14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5e4f87567a2e4ed3b34de2d7208f75a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9bef18244fc2435fbf3f908421ee6f64", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "723ec44e85dc4d36b5bf6c37cbc28b7d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c0831e554e4d4c68ba49b9552dba996b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1f378ccbc0dc42b89f4fd8b69ae08e73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "21b40d5d05d74857961a3463f7ec909a", "region_id": "RegionOne"}], "type": "tricircle", "id": "bf844c6802ad40d484a088a121a6504b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b2599040f5c54fcaa98e36421ec03542", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "80c0463f5bac4a69a5f9a7a5a522d640", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "320ac3e9864a4188a8bf3a5678631cac", "region_id": "RegionOne"}], "type": "database", "id": "a08ce1e0a4fa4b3cbc8b8641e14aada7", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d2c2bae6e8ed4a61940318e6e384254f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "77a3aa2f9c484fd48662ce176b599dea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3a19b0a143b54eeabf0b719eb0040063", "region_id": "RegionOne"}], "type": "application-container", "id": "65e059b767b444a89fdd0fce5fd0f9f7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2e7c0787a9e9485eb7b919b7d05378cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a233aba34b924410ad6ff155b19ad9a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "825c0be68c364d09809588e7fc0edc79", "region_id": "RegionOne"}], "type": "container", "id": "399e84e782de411f82a449f0865975f2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "38f77e88f9194055944b18f927bca798", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bea13caf785244f0a8a01b7984a7d932", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "25cb8aa670ab4102aab91178017d2c23", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "534c1e22112a42f4a688c0011100e6e8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e5460111826f4a87a2880749b195e6c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a08a203bba5646cd8f5cececa00f4cd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ca8f5fa36dae4715b3a78a7a990741bd", "region_id": "RegionOne"}], "type": "rca", "id": "122c5a77730e4eb185e8b7950fb7d78f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "833ccb54c6e84c4f94de89d3205dc05d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "85ea97d505874451a53b81c3d2127523", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ef4dc5d5e02a4132823d20d998c454eb", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "36017c210c5c4b3e906dde61f91642ea", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "2d0dd4409b5e4da7a104f1d86217339f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "25c2da1ef06f478daad00b059ee50f8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b78a90566fa34486aa67c62424cb2287", "region_id": "RegionOne"}], "type": "network", "id": "437bd4b197654337a4abff78295c41c8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "8730c7204db742ee867b522c53aad109", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ca03594b0f8f4ebebed814348494e9f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "5e356aeacd004e69982a2a3323aa7976", "region_id": "RegionOne"}], "type": "backup", "id": "a8a94998b7bb4187afcc48a607f6f071", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3570821c0387416189461710b6f2bd1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e08481f0c28a4a868dcb3ac19b284506", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "628e9591054e4d3dbdf3ea05e65ae693", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a811e051179d408c93e8127674a5246e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "745ae43e31864871b50c45f8974c3f3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "191b2b3313ca44d0bfb7f5a22ab3d24d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6420e24c4af94e7cb73485f032ef163b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0d6f9911840c43f7b9439360b8f82e72", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "84b9309f34244ccab42e7852a3b6bc71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "25ca34253c8f4733937e0d8d8c31733e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2e53020e42e84e0d8a194c7b997bade1", "region_id": "RegionOne"}], "type": "monitoring", "id": "eef094416f374f86b833a12b04425165", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b24ecd023b114a759c4e47822593ab51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "77521145f1da4d9b893387c1a1d4a62f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1dc926a3f99045a69dbd837ad23416fe", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a6c96f43d87b46419e5c6aff3db347d1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "61f341aa01614deeba314511b3a55931", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "640a0acedf914696b50786517523ca5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5d6c16e03d0e4c3f98f3e22f91406771", "region_id": "RegionOne"}], "type": "placement", "id": "aec77dba18ed4baba1705cb088caad3e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "309ee9121af94c25942ebe019226c785", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "458961170f44443fa64653655e48e4b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6b1f0ae5e75a486f916841588972f038", "region_id": "RegionOne"}], "type": "instance-ha", "id": "06d2212f36e34bfe84b5babd1ee706eb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ec6693b2576c462d947029729367f024", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "185a04267e774f5aa86f9e4865fbc321", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4fcf8cd4f00e42dfa8c4e73a8fd94543", "region_id": "RegionOne"}], "type": "ha", "id": "a52ab33ebd0a4ac49614009278eb329e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cf34ff86288a42108cee4287af55942e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5c8c3ddcd72043dcb0bf8c16244655ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "9987eb392348482f96fdabe9f6225341", "region_id": "RegionOne"}], "type": "reservation", "id": "470a12ff05904ca9bbda3e529f613a43", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7a28b2ae7cfb4e7a983b25b4ecf7cb44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9a4509ec03c642af9ea24e1712b53a7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "034b91be30064116b03e9aa179e072c1", "region_id": "RegionOne"}], "type": "function-engine", "id": "ce77941aac124d609b20ddd4b1dd29fe", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d660e739784a490b93b313cbd2ebcd57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "475c0b7e2fd94dd4ac07afcbd513b8d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5da32788c9f64063ad1a6aa3d89e02f3", "region_id": "RegionOne"}], "type": "accelerator", "id": "600f5d38ce8e47fc92757407a55b7ceb", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6ffd25c955914b2cad094d3f5b495f48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e1c369f0f8124d4f87b0c2264e34ca71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2e8c8de3351b43ce9f6baa4189fed626", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3e7a20d4dd0c4921a28feca6573304bc", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4ce3dabb42174c2aad8911ec1a5c85cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d203cd529b6f4ee88755cb8e3d580701", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e17b191fedbe4ac7bc3482491eb769f4", "region_id": "RegionOne"}], "type": "registration", "id": "e0fb0af595f446b299aca2ba65f0f986", "name": "adjutant"}], "user": {"domain": {"id": "c28031b22efa41368c054f50d0dd82dc", "name": "ee0141ea23eb4d7abb3dafedff079999"}, "id": "9dfdb5e7a5f9445996ffadbddb177fb8", "name": "86bfbfed12b34ae3a1252f20c1a80a57"}, "audit_ids": ["695ba175b12e4a2b92562ffd8dd29547", null], "issued_at": "2019-09-19T09:04:40.790258"}} 2019-09-19 09:06:40,971 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/bogus_policy -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,975 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:40,978 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=bogus_policy" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,982 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,984 keystoneauth.session RESP BODY: {"firewall_policies": []} {15} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_remove_rule_from_policy_not_associated [0.227382s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,922 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,926 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,927 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,930 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,944 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.861244+00:00", "project": {"domain": {"id": "1f17e13e66c84e33a0d4778cae58a6d0", "name": "aebb18cbd7ba434db718b0584bbbf542"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f4d116c942fa48a69ab2a6c5921a51d7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9ce9c04978014514bd7ba0d00812769e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "302ff4a72c9540c0926da3929f19fa7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "72bdec5129004a6ebfb0ad06b709862b", "region_id": "RegionOne"}], "type": "identity", "id": "6ad72a635d2f45c4b117c6da439d1fc2", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b299ff068cc040e2b84b89cc78b01b22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "13b9358d4b2643d7bcb350d9428a8829", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a132e844afe541e3aba72bd2afdac19a", "region_id": "RegionOne"}], "type": "compute", "id": "92ec7befd5df4f0e9c1056b108d6d7bd", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "89f22c4154b74705bc6c99c3ee5911e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f14abe1d9073486ca49ab629acf51e78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "db80499ba72b45eaba71ac4a6c32ce25", "region_id": "RegionOne"}], "type": "image", "id": "8f94d1027310473ea537094dcf97a26c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e287f2b5a6104c09b862400ef17ae729", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "dbe220e2ac63474b9436632db826818a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "915222c7514b41789da7d57fc2f0098d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "01e0fc441e494fc5abaa529d654d9e41", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15092498f9e64c8994d91d01f2e328d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1b567f339c54388a81af564fc3ea202", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6af3b4764e145948a563e6140492b67", "region_id": "RegionOne"}], "type": "object-store", "id": "54556bfe23834381880eb94204b387c9", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a241428531d2423dbfd35f09aaa69f0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c1fcb679d2b04c8290f9b2fb8eb1fce6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "50222f9aa11e4802bd5df1ee3c5ca0c5", "region_id": "RegionOne"}], "type": "clustering", "id": "ccf058aa6ad14a19aa23064496019832", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d0e6b312ecb949a69e32b6b419bbbd60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "376566ca032d49b78be6ea53fce4fa54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0f30df7fa7d546728186c8b72f24513e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "996aa5fcb8d846b0b1fa36799339e0f9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "06c403be943347e09e05d7b19e7ce2af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ceaf6f38bdf9482a94c24638e93cd98a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b98f45400d6047f183071b5b6b099db1", "region_id": "RegionOne"}], "type": "cluster", "id": "2116aeeb45994fc08b45c57a62af8518", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9f1691785b4b4384a8eea9e9cc294923", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4942ca8f98a64dc9a0c0b8889a006618", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3512e634e02a45c99d9a3f1635d69677", "region_id": "RegionOne"}], "type": "data-processing", "id": "d034a0c31b8d45238909c1097d763776", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a6dd893427df4729a52e1047497b6957", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c8c5ce0b60744317b43b189b6d6f25a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9fdc0756c96a4b0c8311701d9bfbb09b", "region_id": "RegionOne"}], "type": "baremetal", "id": "fe92f4dcf6ec4cbcb31e83e1889e8c3e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0f1334974b2940be8822153029ff62b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e9a380566b9047788a2830287c5c8d11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a7ee07d1cfe94a16a501905a43791d8f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4889a09ee44c4412b95ce99d22aaa190", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1d18cc7ad6b343c38ba8cfd1b5fd0220", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4c32d7bfa752477d97779c14cd83220f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e9bb89fd94d64cfab7de8a3d6935f63a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a70c745ea3cf418f952f110453777ec2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4b17299d79594c1c89078f4797f023a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "15d3c65768074737b345f7ec0579d9e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "daebb3f7a8f74ee3a402e80a7c35db17", "region_id": "RegionOne"}], "type": "key-manager", "id": "b4314674ecd740eab4581ba9a8d7589f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "35d7113432f349a0bbb9fde5f5417ca1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9dd4a1fa51414e2fbbaeed135b946135", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6ea0360ed26949be9665512bd7e6605b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1178b4fc02434af997445b91466de64b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fbd8eb4443b04c209e10af8a4b934ca1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6145364ada9c4cf1998429030070ee86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a61c8a43038b4e20996419c735802282", "region_id": "RegionOne"}], "type": "infra-optim", "id": "26eb3e38dc7c45b3ab2c8149c04b9dfc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "98694eb33dee4348b22c4ae267518106", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c01b8e8d22554b01969f54a20f74d3c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "aad9024811774cb6bbfeb0737cc7fbe2", "region_id": "RegionOne"}], "type": "message", "id": "790de7b7e24d4264bbea6d5cc94b13bc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a91122c38493472bb0bceb7e34f56cc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0baeb34689944ad9869828cce7bde10b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7e17ac4d65a2416dbe08525ccd9550a7", "region_id": "RegionOne"}], "type": "messaging", "id": "849c8fe68d0e4b0cbaceacc8a2358f72", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a85658e041b247ff919dbe35e5436b0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e13725b1f9654757a6e4648a3b08a590", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "95c497090a404301a842b89b4cd5c02d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "15932062615b47f9a4d1e9a6494b5a20", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be17ed008cb4400b8de5d87546abd072", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "95d5ade82d4e458b9deeabdd1f4ac633", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "abf5283a1a7c4bde85251ed6fbfb04ad", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "24447ec2f99444a4843b7786e196f039", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "70dd2e8f6e7d478c8b1b8b64eaa7fb94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b5ecc5f905c4af58e2cd70dbecdffaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f1c0935ee5d94538aa60c95eb52cee0e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "381e21218d4241fd854389c3a742bf55", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f14be1b01e6141969aa25bae176a14f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "942b2af5d44d459eadb1095bcf983612", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8a011965091b42de9e4f920d4a7c4a28", "region_id": "RegionOne"}], "type": "container-infra", "id": "c3f917e5b85d4979af9f31e04fb86b9c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b2def15f214846dab1adab148b49ff14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e81a97d1aed243a6b0b07c13f7078533", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a0a804642cd843b5afe2bcc71924e2b5", "region_id": "RegionOne"}], "type": "search", "id": "e97af7c574e24ea2a498eeada095b9bc", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "49c06998f8fb4e398b3f038c93bc58b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6f2705c554364c549554356ec4a30c01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "8d338defcf0c4f01ba1a0d71058f7aa3", "region_id": "RegionOne"}], "type": "dns", "id": "0ba4aab24d8f40f695bd0cfcb6949649", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "366dee6a5d0440f2ae828522ec82f9b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "237e56a948464426a12454f25ed83ed7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "81294bee86814d5fb24d0ed1d8f46368", "region_id": "RegionOne"}], "type": "workflow", "id": "00aaf1549b144e1dbd44ed00703e574e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "60f374be5cc54921b7f600473a388252", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "03a1203dec324c42839b897ec7936cc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4d01ad7bef0042b087f8a759f38a90ae", "region_id": "RegionOne"}], "type": "workflowv2", "id": "090d3ea5b6d8432295f35df2e10acb9a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ff9efac10e114efdb83ea46123428a59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "49b690db987c4ba5a7ac0dc22e59f859", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1897e48374ee4a2588e1b63b2dff17f4", "region_id": "RegionOne"}], "type": "rating", "id": "72f07e03c2c846cea1ae21d008357bfd", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "33691eb4270849ec90f0c67d84c4e6ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1712096d41ec42ee9059af921182bfd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b7f6dd0cde864282a0131a6883dc5405", "region_id": "RegionOne"}], "type": "operator-policy", "id": "beed2057756e452294e43f97f8876326", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1f0bef36810d4bf9b36fdbe1a567e342", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1065e78b589c406cb86e144d76fde96e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ad28101614584bca82cd2fdac3cf6046", "region_id": "RegionOne"}], "type": "policy", "id": "7270495c2a8049d797af4542f206bf9e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f9697b825887458e94e70a011e7c3397", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4b3821844e7149fbaed2b2f405556c8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "74b5336db8ec46f38c803754db77a7f7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "be798f5dc9b444cbbed3c201aa8f3cbb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "13dcdabb823d4dcf8cd6f1d721677119", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9692bf2864604692b542e839b73c1274", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7cd5bd1d5c524f0889382f240a8f155f", "region_id": "RegionOne"}], "type": "sharev2", "id": "eedced87718149da9febb116b70be8fc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6d506f44116043d5ba5806903f13fe0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e9a29f20bf2f4cb2bb85569900175232", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0333e158ebe44923a3597a1065e8576b", "region_id": "RegionOne"}], "type": "share", "id": "d8736170568c4418b07a9d858119b7e6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "beedacfc727645228c1da531dd42dabf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "293113533a454bf48a1a721199e4b820", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "43b86d08cf2b4a2c80427a68ca3ff82f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b1b3b7c238dc4e30b39b1e3be0a80120", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8887aa0fe58d43c78b88608dd85761a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c38a7faf51ac409fbed61b2ecb3d1cbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c880ca6eb7274c1393a13427584322f6", "region_id": "RegionOne"}], "type": "orchestration", "id": "e754e77bf72040e1b2d695af5b7016f6", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c587366dd47d48d782bd4ebfd199cb6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33837dbb6c1543a3bb847746d012eba6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4129996a30fc417abd9cb653fecd26d5", "region_id": "RegionOne"}], "type": "block-storage", "id": "51f972aa48074147a37e0b6f568fad93", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2095c6869b54a0f9db075e7cc20a64a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d37f5ccc84e456bbba73a749a3fbc0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4be3929f59044999afb309bc120617f7", "region_id": "RegionOne"}], "type": "volumev3", "id": "56670557c281403daf77de38920c32e6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2caaf4b94ea24bd3b0bce3f1068738da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a59b42a3901c4d9bba77a54d3933da51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4cf6f6013eb430abe72b9df45a49e7b", "region_id": "RegionOne"}], "type": "volumev2", "id": "c0584f7b92ec414b9f3e8d67fb6f106e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39ecf96eefff4608b22847011e28e73e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1bb17dc275a24691bd976f96ac165827", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cae09f81ba84b6e8548c3a0b627d0d4", "region_id": "RegionOne"}], "type": "volume", "id": "2ff2a3d6abcd4b62b536fed08116a2f3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3629ea54dbec4eb98ff7c34361a2723e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0ebbeb38f5f4c85957adfeb24a9469a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f39bf4c87b1409eae4ddedce505af40", "region_id": "RegionOne"}], "type": "block-store", "id": "915719f5905e4978b597a744a6868b0e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b49175783e364ddcbce001a7195a3da1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8e89dd09134e4ce2b7bf24e0bc40d99f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "df43fb67305e4b6a9a33427712f0e26a", "region_id": "RegionOne"}], "type": "alarm", "id": "454b99d772684b80a76a15e05fb26c07", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6f243281042e4d458af7c121a9bdf6fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1f991409007b4b988dd7414fe24d1e57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "30f2f57315704300b4f775fe6ff0e788", "region_id": "RegionOne"}], "type": "alarming", "id": "f002707efb59438ab65dce22d90829e5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "87b43db47db74834b38dc932e8c914e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c77a9c1ac0734a8cae491091d8057282", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9d5b17fe85c9475a9062abcd3fdc1946", "region_id": "RegionOne"}], "type": "meter", "id": "5bc04e4a24a7495ba7bdda29eec6db2e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4e32513b298341d0a672d3c966952fe1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "40b3ceba8ddc4caf9b8a00b2ae4b837f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "85390340830d42f88675fd9f66f713a5", "region_id": "RegionOne"}], "type": "metering", "id": "33e54e7beed24f02b1aba535f4e362fc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ed6322854e434528b10f4031bc5328b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a23af5bf79ca458c9b1e0536f5f3fe45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c0c31756a97d4e5fad285bcb856a04de", "region_id": "RegionOne"}], "type": "telemetry", "id": "a2e0c680e2eb4b8b8ab10428de163372", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3bbdd82b522346e0af95567dffe01482", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "72c76d7cf92a46eaa33a07fba462432d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8ece01041d5d4f538885aa44bac82583", "region_id": "RegionOne"}], "type": "event", "id": "80e5eb1651144b2094906304b19d7ddd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "20030bff9809459fa172d68b34267e24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "82c116c985a949fab011e0122727431c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9f07876d053240838dba67d47f06e3f1", "region_id": "RegionOne"}], "type": "events", "id": "9570c7e7a49943b0a21772602d8eb338", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "119e800c813b4c408a3769e16469c101", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "321253c35c8e4f8091d1b40d5d3ea3e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b991d1d5e6aa4c0fba028c3461ffca57", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a661c858fc894c92b468d403f81ffd76", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "60d663dca7a74098960bb317db420493", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4adfda4ddb394b4da7d002f3cb4df4bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "31c3bcea5563487786f509f423792784", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5af2955c41724385bba3ade68e0ee692", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ad80cedd8cd64d89b44b43d8fb777321", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b970832260a74da4b43a5721d4b10d25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a7010714038043818a519a5c8774c350", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "1e24b03f7ea9437eb4d50d852fed9c46", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1207d9432aa64b728c33cede7ea7ae6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5aa909b40763476bbb74681ba8ca1593", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0839162e70544a0cad3d67b6a7ded44a", "region_id": "RegionOne"}], "type": "tricircle", "id": "a553b06cb8524f66aae1b7ebfa6bbb88", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f155b4947d6643589091b6b3cceb7a9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9c5297dfad8d4e0cbda142bee70c9c8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0b662c67ffb2494491a47fe4b14c3661", "region_id": "RegionOne"}], "type": "database", "id": "10da086f257049acb5eac1c406ec74a1", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "08d31080d59d4f65b74c65d15ac95960", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ff4f87d2fed540e5992200f758ee0207", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "605ce4e57ae44fbd9bbfa0feba7c1f6f", "region_id": "RegionOne"}], "type": "application-container", "id": "ebb412814fa1438d99dd04107add8fba", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0f553b2d27b542d887f05bc00a12d16e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "adeb29158d2745438189dde59d3e8731", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b6df8b08bc9b41db9e0fe313417187e4", "region_id": "RegionOne"}], "type": "container", "id": "4afcc27a32f5470a819cbbbc1ae871b8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f11809931ffa4e9c8968e15a5d1fd87e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3f219d8708be4a9ba44b4d8c4284e711", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ada941ada3094e31ad5be0857a49fd6e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "580ceee07e4c48ed8af7718c4c76739e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "84c67a21cda64faca271694e6bc08e78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fd11a87b0272421898c3ca38521b7428", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c9608e61093d412b95a8af0fc5ffb5f2", "region_id": "RegionOne"}], "type": "rca", "id": "ddfd3b87e7a14a3cbae0fd1d7a9aaecd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9fa31ddd5f894971b8882ec86f908de7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a7dcbdce28fd4c59a60379384ee17e5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1b75aea1ad744fd5bf90c54ac5717be5", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b0c896f70f2d4a91b872dae13ff33afe", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "dcbef542a798478b99c29923bea0cc28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cbe95053ab224e9a97a6817b1e2ffc2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "5e439b6c6d134429b3c2394714baf26e", "region_id": "RegionOne"}], "type": "network", "id": "e63c8d27bc9c4196a73df2a237df9a35", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f85b9225fd344d109a17d1a6881d72ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "fc51e742dbe24f90a0df325799951454", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "54b467435b0d468d93c5125d8bd79ff1", "region_id": "RegionOne"}], "type": "backup", "id": "f81ba7552f1f47e3982c4ba06ff8e48d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5e59c9833b4e4c3299bbad24bce62d63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5e9f6f57fe064e1ebb42b5eb0099815b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "cb957ea9e68749a69b05ee521dba53db", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e43092791747477c83f56e6ac8787535", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8e5806c1db08445786ba6f75595ef0ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9453e9a366da4f25a8a33455982819d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3a055a1c30a347d5ab027c9e6e9be3bd", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2d7c113c29074a69b14864a76d5342bb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "35a43d505b7b478e99c4bc37548c9a35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c4220709caee4efeb5306154deb5b3b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "deb34b2e4ef7446f95f0aa4d7e2f4c82", "region_id": "RegionOne"}], "type": "monitoring", "id": "4da87eb5116c423eb47228fd8d5d7ad7", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "de8bc3764be449b990c13ee5bd55beeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f395c88e358d40b6a3a4656d20ef4a3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "81d79b78e12a4e01b7678cd43715605e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2ebea26f08dc4a04bb7c0f58442e3966", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "7ba7f3a8f111401fbc4b1fb45bcab172", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8b367bb566104e87a5bd17394553ca20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4259433559c541dda95120fe5d8a00c2", "region_id": "RegionOne"}], "type": "placement", "id": "e7cb64750d8245f1b8b726a9d5eb58d2", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8e3156d52cea4bc0857823eacee8607f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e91439a5a6b44db3876ae45a19efd576", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6211f6206aa544eba60b53d9fb5b5ffb", "region_id": "RegionOne"}], "type": "instance-ha", "id": "eca16e3a705d4018b4a6f8e93f435f32", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3c032e4b0e934606a498111a35d2c7cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "645ff436f094472580f561206236d087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a7ff6dba79ec43b59fba7b29c1d791e2", "region_id": "RegionOne"}], "type": "ha", "id": "b5a24261805a4cf2a748345a91aed625", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "20aec8a796294882a8d70ee7e99ff491", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "46dd04cdf6ae4a2ab4703054a8a8b29a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "07acbc41fd634a90bb21e7c665c3a873", "region_id": "RegionOne"}], "type": "reservation", "id": "edd358fc15e84ae59194a86f6822f803", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2e6c6388a34244bc9220b0064478d43e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "00047f7f56274b05b51d287bf4fffcb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "24f2617290274b4ea3f7f8c7606554d1", "region_id": "RegionOne"}], "type": "function-engine", "id": "f1f8a98f39264d88993e1f34b86022c9", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6c078f694f874971911e3eacf2c74c0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "362f5e48c2ab4f58ba98153961aad783", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9121c45d97384ce2beb19091da79e133", "region_id": "RegionOne"}], "type": "accelerator", "id": "60c21f35b39c4174ba9ba5f3df79ee20", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "22ed257ec26e425eb17c2c980d37f179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2ac383b67b494c2bbf27689a61c8b551", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "48cded3809c5431887afac106db2faa4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "16c0ab4fd6984742bdeb14f5e158d1bd", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f4bd3fadaced4499a2e392aeb5bddd70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ba6daffd8fc5498b90e61e14ca421f6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f993f99671b147cca007f4b761d5f45f", "region_id": "RegionOne"}], "type": "registration", "id": "0defacf4d45e44aa9c2d9935a1e35a87", "name": "adjutant"}], "user": {"domain": {"id": "95d682631e294be2baa762f4df78aaaf", "name": "36f50d3a1312448abb3bab65638b5d33"}, "id": "ed82e835290149698563556903ffedfd", "name": "cf0125289b6948298ce84eabafe28d5d"}, "audit_ids": ["dba4640cf98a45b1af4aca53052703fc", null], "issued_at": "2019-09-19T09:04:40.861244"}} 2019-09-19 09:06:41,050 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/78d05d20-d406-41ec-819d-06b65c2684e4 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,054 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,056 keystoneauth.session RESP BODY: {"firewall_policy": {"name": "block_popular_services", "firewall_rules": [], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"}} 2019-09-19 09:06:41,062 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/d525a9b2-ab28-493d-b988-b824c8c033b1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,066 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,067 keystoneauth.session RESP BODY: {"firewall_rule": {"protocol": "tcp", "description": "Deny SSH access", "ip_version": 4, "enabled": true, "location": null, "source_ip_address": null, "destination_ip_address": null, "firewall_policy_id": null, "action": "deny", "source_port": null, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh"}} {19} openstack.tests.unit.cloud.test_object.TestObject.test_generate_form_signature_container_key [0.212551s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,859 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,863 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,865 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,867 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,879 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.796350+00:00", "project": {"domain": {"id": "3fb6e885896045da969ee15ead7cf197", "name": "4ea1e5a256244ec49b5a765b604d0785"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4d1ae234fc0c4422bb4099f5ab13d0c4"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f28126e958bc478f9d7fd1d4e9903cc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d79686f1516a42bfb681f6df6fb97b93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1c9ba86bc76a4a5c8f0013f24e5ca3de", "region_id": "RegionOne"}], "type": "identity", "id": "71bf16faf4b141dcaf5d6573e831df78", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c1d74ca39bea42d8894adcd9d5d220a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0f525307960842b88b5b27436f4a0e73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3e39a18e496f4791add9e2c30b35c682", "region_id": "RegionOne"}], "type": "compute", "id": "937eaec1510e4e269b9bdb7dcead3a28", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "51860a8de00d41edba8de1e477edfb36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "6ddd4ae1d5eb41bf8fcda0a4468c2fcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "951d71ded78a472eaf95ff596294e7c8", "region_id": "RegionOne"}], "type": "image", "id": "a0c23bd2dc0648aabf0219b520a12c51", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "605b930f33e142feb88e5093e13a16fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "90da77dd226f41e389417fe4e706ce6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e3ff2c87420041e6a94a51c667f8cdca", "region_id": "RegionOne"}], "type": "load-balancer", "id": "935442ee3e0b4b8f962938ad594ffa6f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7125cf832c0c4cb7b422d8323a638de3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2572f1e03ac447b89ef5886d5d72321d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d42c4c119ea747a8ab184bfc19f0ef88", "region_id": "RegionOne"}], "type": "object-store", "id": "d56e233a427840e28d242c50be1486f5", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4dd3083e2d724a0caf547d4cfc010370", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6c76cc5a244d456ca382df73ed7b12ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5bdf5c2e5d9b4490bef1021cbb4c20ce", "region_id": "RegionOne"}], "type": "clustering", "id": "b3f1974093674f349420ee7f5fe941e2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3916f028cc8140439cac2bc28aff3ad9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "290be898e07c465f80d43f8d48730c79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "819985ffd10645038c653efa1ea7988b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b056602982a049bdbd74a01f0c7b2d17", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "00292b3381e3465980854ca9056ce836", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "77b091c631c041758e0a2c236ce032de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e3bf18337bcd4f2b8b1faf3e1293ef74", "region_id": "RegionOne"}], "type": "cluster", "id": "471ddf2d1e1c4044bbdb46e2fd58886d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8b0392a71dd242feac49bbb9135b4363", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ed7ce500039543aa9415ccb768f7c409", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3b771ceb909840189fb2d1b5fe27b1c3", "region_id": "RegionOne"}], "type": "data-processing", "id": "934f4a4876bb4df996462d0f593399b8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "705beaa0a7514bd39f821e0caa6eb1bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4993247232244c7cae50f454025ea045", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f9d7cf1c101b4b0aba5a1515610dc335", "region_id": "RegionOne"}], "type": "baremetal", "id": "f3cca3f7aa9b40f2aa5dc54c38abaf44", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c939b2c3f0324ab9bbe1013eb9b02071", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f70b5810f5fa40c6afcdf84d83187aab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5e09655607b84f07b36870d6e4bda6cc", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2e58fd9abd594d6cb61df469d03f400e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b0a1f45c1f1a410cb2af2a82cc561a67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5616b9f87930436c8c5547f4dd9726c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9b91ce76fdab464aac00e02a42c5128b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7532c75f797b41da91162a3f49b520d8", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "80fcdb5445c74ae0b5dffe8d0d3b8d4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7af1067ba7d940f0bad2ded8edf147c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1d1a958ee8cd46938c09e62d1cdef91b", "region_id": "RegionOne"}], "type": "key-manager", "id": "e1a137672f8648adaae733791b62a06e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e5e9949a84654ebcb3c025eb3eb187be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "628098c771324615ae8d4cbec801aa39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "88fedb3d89fb475c94e6531dfbc29ed9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d48dbccf8eaa4cd9b39fc7f88d025718", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5c469ace29c84b64a6d874f0c99a09bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "20c41453615c4eb09ba60a5ca9fbfaf2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "511bae2759594a68bfa6feb7d7a91a39", "region_id": "RegionOne"}], "type": "infra-optim", "id": "239988d6b5124aef84352b00e28aa790", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "20cc6aa788a340a197825d812d1d45e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "86dad50d1b564f709f7f9282f22649c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "eca558466e084c48acbe84b79e106ed2", "region_id": "RegionOne"}], "type": "message", "id": "6b3a294f84534150beb9de02a7675a5e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7c565ac91b3147eca80583a41a2a6e91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7c837c3173744f7998d46b363e74abcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e5ba790413514a4dac3ce0780082b734", "region_id": "RegionOne"}], "type": "messaging", "id": "c0efefcda2064574b5a257bbf1f2e9a6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "abcd865417c743528600e4d99e6b0c6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0584c38d27234836b3b4232fd054747a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3ac457f1c19c4855b76d7f1495fcca46", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3e37e092b0ef48479334f8ffb1517ea4", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "87f4814de95f484d8b522807f21ec705", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ff71cabaa94941a8982802a65675e01e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "12768e4d64f74d8e99884a8f297db6d1", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "5dabfe4f74ee4365b9c030248c0f382e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ace181f9b5ec463f9c3354decf0f943b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f8eb5aa5345f4ba3a872cb9df7ad4501", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f1175c0e64684340a12fd975d00163b3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d081cf2a8b8647359095537a06ec91a1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e2f3b4db1e654a829c69350d1da5f919", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4eefd1aed39243fc9dc2ebc4eab240e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9b62a25ec6834fec922687cd51fbb20e", "region_id": "RegionOne"}], "type": "container-infra", "id": "4088996c3cd246faa3977f139e15fcd8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "dceb4f950c6a4fe8b68cffaa2cf71367", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "33d0407be97e4a5eb934d2b518fe4d8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "79989a9d6ea341ef8115533ee4829e85", "region_id": "RegionOne"}], "type": "search", "id": "34d3c03f08bd453aa90ace80d113f481", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "44cba8c4110449e4ad462b042816affd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "5424feb501414cb9afd13d8dfebbe7dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7bd496d16e684ef2a74ba31b72148db9", "region_id": "RegionOne"}], "type": "dns", "id": "7505bce5731140ac98ef16d028b4e522", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d70ef04e478b4981834d7cdff1a7a216", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c0d4cecf0cd143488a92bff3b0f444b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "77499ed756934dbb87a57e4919993902", "region_id": "RegionOne"}], "type": "workflow", "id": "c3a551a73d4c4903968e68cd4ac7d6ec", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1c060dc7d3604733abed01a2012cda5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6e66477647384a849b47834c64941755", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8475c042ca3c48bf974bdee1d9702c95", "region_id": "RegionOne"}], "type": "workflowv2", "id": "71e24f7c34624c8db184edfa7b98af23", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1753753b9807479ba2546ad6946583b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7768fb5683134ceca9568188ed925474", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "09e1a216f91d48afa3e828d200271693", "region_id": "RegionOne"}], "type": "rating", "id": "2842cda6c685423690675db5b281f9b4", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8dd16e2df76c46189b1ff52edf8b428e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7d4b690208314fe6abf024fb79a49364", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6027b76aeaf9497ead060b9a4c2ce287", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ff78057644854c30a1940a954db7c78d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c593067723b1488bb6e8ceb5af075845", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "94a0ab41e66049c597d0c513d3346fd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b5efdd750b6643e28ae81de7f57d204f", "region_id": "RegionOne"}], "type": "policy", "id": "96a316b8dfcc4df68c0821817fbbb9d6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "71a14ccb4efb4020b02094fc3b5551b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a21b99d1f81e47bfb8efa7f7342a9a14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7c0274c2457e4a94a36b3eaa9016e114", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8dd67d9307ba441187be2545ee2e75f0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9f28231b53a741bdb10ee542dedbea18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7429d5e629204cc88aa0369cc1f94178", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "100480d46c80425b9bd75766400cbf9c", "region_id": "RegionOne"}], "type": "sharev2", "id": "1a27e20298144635acb2127e75be528b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "08ec42ae9d7f4b2b818035adbbecd492", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d344bac53030465c9559ad628e91e7b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c2a08ba5413946dea8f3dad2430d4df2", "region_id": "RegionOne"}], "type": "share", "id": "e0db9662eea54630937b15805e602733", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a3cf6f41d7864380b2033959b383c5ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1869745ca766447f966fe0d45fd32045", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2c0997e8d51c4d7895a568255bbdfefc", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "656e16c768be4ef6a58e1caa9497c3c0", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20f8c31a99ea4927ba26c26ba4502d22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e993e6c7aa984be187b5d14d0d84a85a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce60aafe6a50476c906fa439455145c9", "region_id": "RegionOne"}], "type": "orchestration", "id": "1f54345ecc7d42b3906b2dfebe8d1fe2", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23c1d20d70c74decb50d5e76f9210573", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea832a0746804a84a8982449ecfbe091", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7538298b44e434ab067cfc6e819859b", "region_id": "RegionOne"}], "type": "block-storage", "id": "064898019af14b69aec718aee5db6c10", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5646bb4a6baa41d6a7a3a08a27100fa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6c1a58641af42fabcb38a86b4f1ee99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "874d4a09d915460f801a6dcf8ac82a3a", "region_id": "RegionOne"}], "type": "volumev3", "id": "3161ec0e34db4b1c8b89252033ebacef", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f44e92dc4934a169a58b60c9768025c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58a33ea62b7b4763a842b9fad5c54706", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3aecad557d2b4ae1bf452578e9fcf9be", "region_id": "RegionOne"}], "type": "volumev2", "id": "26ec6750166c4a82a256b43b873a470e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c12c390359e54521a7fe1edc868fcdc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a017f460df34260ab4b1a61ce99ee1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "120faf67f65942458f2133660ec8e9a5", "region_id": "RegionOne"}], "type": "volume", "id": "35e3f93112384bf2afd85eb100ff2d11", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fba0080d572e4edfbd94550c2d4c68cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ffe1adebc81243a18ac242e3acfc7479", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aecd3d4e1e4b4b96b7896e5772ba19ee", "region_id": "RegionOne"}], "type": "block-store", "id": "a4b013c46b594aaa85c3af4ff9bbadf6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d9134bfdb7ac4035be7ad4bc5380f0ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e331f763c1294b1689cbf000be442820", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c17ee91f7d8545049ccec6e3dc06e25d", "region_id": "RegionOne"}], "type": "alarm", "id": "cbb589388d954bdd82bc4c16e4872f1e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "05cdce92c2d445a397b219643e94fae7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f7c95640a5c845a1a8a912dbe7e99fba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "924ab6710cc44d86a5b604a33694f4e9", "region_id": "RegionOne"}], "type": "alarming", "id": "79fd78dfc8ba4253915424bfddf69c3f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "59e1da3485b34fe29fca787179d0d0bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "22686a42306c459593611780fea96176", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3e875b31499849ac93c859bcab572925", "region_id": "RegionOne"}], "type": "meter", "id": "9ccfba208c3b46f3bdaae8c7118444f9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "48242388bf10444e89e919b855c96797", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "12ebe562fc6f496ab4bd5714e2b1ef5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "51d521e084cb4a0ca409e17bb7a1b053", "region_id": "RegionOne"}], "type": "metering", "id": "77d07e70cbae4b7f9287db2c38aef296", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6faa767335994e108cf67fbb472df600", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a00fc8a54511467aa6ad73e3154c879d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8175a2e8443e4cdf8fd524bc74d63b53", "region_id": "RegionOne"}], "type": "telemetry", "id": "37666283ec5847eaa0ff3c545ab20544", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0a0f3f1380b040d0976d15983958d7bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5dae21f9ea984d32ad2f9301f69cdbb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b3e32be172e24f30b81cc08bc31fcd9d", "region_id": "RegionOne"}], "type": "event", "id": "7ba57a5578134dd18d04ba65a8fe4b79", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "41a6d40689f4469ba18e08e72afbab6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "28ed5876870849718a2a3221bdf6f54e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "436ede68783245b9ae2c270466b7c2fd", "region_id": "RegionOne"}], "type": "events", "id": "ec84332f4ff5450f8cb67b32e2f05234", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e0a4f2b909a94e159d553c187be2d7de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bce9cb3e88534657b169026f72edd656", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "41cf2bb943d844fba5566cf3ef6b13f8", "region_id": "RegionOne"}], "type": "application-deployment", "id": "9fa8c7ae351b43afaf8de88e28784cdf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "67365b30ced44a8fad5f1a0f61f18dca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "431c8bdf1b6b4499b564f1f0252b2280", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5a6fe8372393484cb475418f8d5346a4", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a870e6f683584530b9e855c5514f9c99", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6db9390957e341d2aeacd9ea483fb5a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "88a3798ed54c48f9a054a6c80b04202f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9e8d61512db844e8bf13ca8ba15f484b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2254f62c1faa4bd49141b7c5d5d45241", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "567d7f6701c94ff1ab34eeb03aba2c3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f4b79220002b400fb6cd45f2ce4dd809", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "928578eac48d4e2b8f32f16109107c7b", "region_id": "RegionOne"}], "type": "tricircle", "id": "e89627be96994d8085edddbb8c41fcff", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "afdd4dff86824171a4660f5a2994b2a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "fbbb6e1c130d4db09de38969f17d262c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "15bac02ff6c84a16a7aa22af0738815a", "region_id": "RegionOne"}], "type": "database", "id": "4f8a644e0d404fa7a3eaa7c17df2e03f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1a4188e3a3474eb8af147203ae3fe73d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d388097f098d4e24b2815df0f62361d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2da205c5a5774b6498dc5bc753207f73", "region_id": "RegionOne"}], "type": "application-container", "id": "73f5f9b569de48068c48e1f267b25ba7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fddf0952eb7e43a49762ad387afd2878", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7a316ed448c4400dba940e3998b06376", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "125305803a2d4ef58de9ce42cb489eae", "region_id": "RegionOne"}], "type": "container", "id": "917e20e1968a4df89306ba029e5b0c99", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f4ca9b4d505d4c05a149c010fa1f5d0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c6af69d8e4a6431b918c85fe2713b6bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b3ed08aabc05407e88c8d1e95aa3a612", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c38438f926824185b06617d3976f1199", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "63746e5a92464a3ba54353b4305c3e58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d72d2a3011d24383af560b87c4f00f7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1ab5b8f467b140a79c06c26e6be46a04", "region_id": "RegionOne"}], "type": "rca", "id": "656b2eb7b3684edd83337792a94c1ecf", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "17682fb5821e4dc6b3affa63034a7373", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "958557dd2bc44299a9833bbc13ff1ad0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d9bdc72693dd4c5990fec0bdb82b15fd", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "7c25d4700b8a45e2b637a841389f92c3", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "dd68d994e1684ee98ac91643ddd8f066", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "895a4fee9b28474ea55c028e63d98402", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "da610fb174c641fc9f532f8a0b818598", "region_id": "RegionOne"}], "type": "network", "id": "8f8a8c3bdd2c4db7995f0f9c21895c5d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "754163217cfc4c4386d50cd42d91fa4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ae6f829cd3f1433ca0a9b2b87e0edc0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "1a7d2806797f40ee950345405d1c2d2c", "region_id": "RegionOne"}], "type": "backup", "id": "406897e24c244f4b9295c81ba82fc360", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3baee85cd14f4e99bc71a833078e6639", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "25bfa093b32248c4808632d7428df5f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "893569632fb54af79fefb0580270fdd1", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9a4b4af08eb24ac3aae40c297c40fbad", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "65d2f09145a74563808006295321851c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d8a92e49f28c49fdac8cc29ef8da8bb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0c230be5d4b04d3eb15078823781b7bf", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0e65cadfd13f4c7ab4fced25a3fde489", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "15150877daab4a7fa5cb38748071eac0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ad0449808c624f7986961424822d4e56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5e2650ecf6284f3dae9e945ce6c9198d", "region_id": "RegionOne"}], "type": "monitoring", "id": "189df0306cbe4a8e97bc46ff0148cd46", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "581597721edc466ba695e556f06f8293", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "37ac566ca84b405f925a74097589f50f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a2babe9a78904586856dcce9fc55f1d3", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d516cda2a1b549799d6134d96d1777aa", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1b55946b57a04495b2e6ad09eae4ce09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5eaac32048be40c69bf436f5604dd7c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "31c6839a95934b7a9f6a1ee6417d7bef", "region_id": "RegionOne"}], "type": "placement", "id": "d5af6de26dea44ab9c6a51fab18be420", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "15f51411377f4f5a9a3108898d9b1a4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "02176c0bafba46fc8fc57fa9dcf1db38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "52e610dd457245888cda5fcec7284298", "region_id": "RegionOne"}], "type": "instance-ha", "id": "929d1a07b2b949bcb079522dec9a406f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c0cb02d3aca349d6b494d2f4b34789aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c27023475df5424791f53cfd81f5904d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0a8d786b649441c29c54b275183edb87", "region_id": "RegionOne"}], "type": "ha", "id": "90279999241749a4a44d8b2df8f354a6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1ffc875011b04dcb883edacccef9a9d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "faa5ab41867e46d39d7594ab9ac7f061", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bbfe166b80c04d269c60212020cf6aa6", "region_id": "RegionOne"}], "type": "reservation", "id": "4331494223324f248ab24df2ca89ad5b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e1e6bbdbc9df4d98894fa3639ef32525", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7d91e66c31164360a9aec32aef8ae73e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "7428a19100784e1da17ff5ce53c84cd4", "region_id": "RegionOne"}], "type": "function-engine", "id": "74d3da733ae940f993c3c8075308bfc2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "410fd86dfe1a48daac981423150a84ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ae9793b11b2e46ffa32d3125261cf85e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b6e820bee8e64889aa52a6dcd5993f33", "region_id": "RegionOne"}], "type": "accelerator", "id": "2a35df3f9c8741bebe98f2567db242b0", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "32a401d4db4f4cdf869e323ae3b5e4e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "32c9de6220734a6b9d4df41a1ac7705e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8c5569b874e945a3a4fdf6e7796ee97b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a148ef9ce52c4d3bbe97938225a1abed", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5407c7c7a8404aceaa61d5f12e9dfb9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b7c348358657404fb2d81032add8c225", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c1741e6b235f45009aec00446425fcf2", "region_id": "RegionOne"}], "type": "registration", "id": "bd7b117231194825881b7b5fded19909", "name": "adjutant"}], "user": {"domain": {"id": "606562ba7e3948ba8ea7529dfdce408d", "name": "a5e6422ca26b4c838b7a79296ac77d19"}, "id": "5f65dc13f9674ee0906718b1369ab23a", "name": "eccebc0ccc8f444186bdd3f536f4417d"}, "audit_ids": ["9a4e3d53bd954843bc9d1503f45b1419", null], "issued_at": "2019-09-19T09:04:40.796350"}} 1970-01-01 03:25:45,000 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_generate_form_signature_container_key-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 1970-01-01 03:25:45,000 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 0 Content-Type: text/plain; charset=utf-8 Date: Fri, 16 Dec 2016 18:29:05 GMT X-Container-Bytes-Used: 0 X-Container-Meta-Temp-Url-Key: amazingly-secure-key X-Container-Object-Count: 0 X-Storage-Policy: Policy-0 X-Timestamp: 1481912480.41664 X-Trans-Id: tx60ec128d9dbf44b9add68-0058543271dfw1 1970-01-01 03:25:45,000 keystoneauth.session RESP BODY: Omitted, Content-Type is set to text/plain; charset=utf-8. Only application/json responses have their bodies logged. {23} openstack.tests.unit.cloud.test_image.TestImage.test_list_images_show_all_deleted [0.248138s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,700 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,704 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,706 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,709 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,720 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.638713+00:00", "project": {"domain": {"id": "e21cbff27608425596fe09d6e6dbfc19", "name": "8e1b9dfc21be4a4e888390b99a37a06f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4373e7f65b3146a09c3b309665616507"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "b7afbc5bedf74b09bae9e40537eb9286", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "6255c36021ee4d0897c70438b2812d6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1f21d664f076447fbac5e8367627ea23", "region_id": "RegionOne"}], "type": "identity", "id": "963352d7f8414e8ca35cb89ca57535b0", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "beb811527a0e4c0898145c8c02de2a94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0e44f2481885429b8446dece357c4057", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ea36d7eed14348bfa2878a684c7e184e", "region_id": "RegionOne"}], "type": "compute", "id": "a1e70e53e0cd44ee8b80f3cd1ed51f28", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4ef4db33b57c4ae8b514d067a4461faa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "57123f0b352b49688a0fc32cbb14819d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "17281152fd0447bd9b211933cd67ea0b", "region_id": "RegionOne"}], "type": "image", "id": "059a7ff61c5043fd872f0dfacca07bd9", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8cf636b1c95042179d7fcf25badb6a06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b094e2f0834a4f06a5afa7126c452c79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c097c0c69347422abd6cffad9b2e5c5a", "region_id": "RegionOne"}], "type": "load-balancer", "id": "8b117a03322e45f6879d039799521294", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6799921d2834ec8a613c7692d9efa2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f714eea4530e4fc791ab26c9a53758f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cab4de3528244768af7d2b8ea0b1399", "region_id": "RegionOne"}], "type": "object-store", "id": "2943754bc9474ea6a560fca1539e821a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ad8bac149b044f3aae523aaf096b7652", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0a4d7e37afe349feafe5443abfdb70c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2088ee403653441aa94408a35f898076", "region_id": "RegionOne"}], "type": "clustering", "id": "e1d20b08e00b410b9a04442d7a6ddb30", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "66065f05ddff40698bba81afd7c6021c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dc8525cea51349ebb73ee4c9d4ea5854", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0e203ff490aa4a499c0cb361edfd318d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "0dd36ae6b36a4b8caa84ec9d125eba08", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bd358ac010b74887991ce91d97c66ad1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0508fe57e710496e9beb8821ce98f5a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c4df78333a574e928a05d1aab34b5521", "region_id": "RegionOne"}], "type": "cluster", "id": "19a52c0d9cd5475182c0d1496473b833", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e150915412c04cec888b29a51f1422bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "abc48a88f8e54822a59ffff439b062a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "5399388746cf4917849c4154a999c647", "region_id": "RegionOne"}], "type": "data-processing", "id": "5993f0e7194b4e319f3954597b581f48", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "17d9227d46b24d79add43043f1024cbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0ef33b6d8c034542b7ee89df44701feb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ad3da3f165e64e2895cb321415985458", "region_id": "RegionOne"}], "type": "baremetal", "id": "53e208e0639b43c99074dbf765512681", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "619bf5d09f614cc9b3dd1a46852dc03b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c4d678499c1e412590b44615ebee8bdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "895bf795b9274db3a09ee6cd10e89109", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ed211af61b694756833996bd44e8baeb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "15d2df9431a94753837a65808f8723cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "10fe327b03ec4d928082e8022888416e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7dbaefc4f7ab46f49fc9531b13c22233", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b7f8d2b501c540c18d09cd34c7a5b4d2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "44a8ca0646ac49a79356c9579fe83be5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cc4c7bab151e476283e46f8f6ac7efaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "6738558e0df94d7dae46186e0caede01", "region_id": "RegionOne"}], "type": "key-manager", "id": "4bdba0bf0d8245caa46ae5abbdf9e98f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "25988ae6eed0405891624d1d4f9fbd82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a3135ce06fd84bb3b33102d1c75a2393", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1c5451e5ff7f4c879b4ab8bbc50b4cf1", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ddc35bc3e103466da058484aa49b329a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1f51c9dd8e2a4faf88f57cfa284ca0e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5d8f6f75e38749dbbc9550458f48cb98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b19e9a67a4254cf3a3f06f0ad65cb9fa", "region_id": "RegionOne"}], "type": "infra-optim", "id": "2fb53d8d36d348b09bc82f04dc9062e0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "86127f8386e64d1bbf9662e1c68a7813", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6a8f856dbd964ce4bf70a3ea0e3ed1bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8e700b27b7f8427c862c6b4d212ee3b4", "region_id": "RegionOne"}], "type": "message", "id": "b2c98265b5804b4eaec04e4cfd96333f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "40a14474c66b4ea18942aa9b19b4085c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e405c55f0ea54d09bd30bd690dadc672", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "08075b9ccdd34f74a496b7787552df28", "region_id": "RegionOne"}], "type": "messaging", "id": "ff19379ad3924d94a1b5b66d65e539ce", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "56479cd47f374e839352eb5dc44b9e4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5b7eb71a9c524617b43d175de122cd5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e8b6378b31c84715b978abedddc99873", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f21dda2bb28643789f55128b108f623d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ae976d1381064eb8834fe593cf9817da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5469abfa1e7b4ed986027a557021b0b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6ebc7913990c4174a0cdb7fe093a8be8", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c53fdf27ce6e45bbacca467c83ab1ecf", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "734e2af1cc944cb59b883128c0e77a42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a14c66c146c946a29becaeed0970498b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4fd1646e53154ac5af1ade73a109b5fa", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "866618ade1504b7fa7bf06af3df5ad98", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5cbf3ec0723040ac9e1f09bd1ef980a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8892c79365c84dbbb129c79a122f3977", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2021bf36a6e644b391be61c8a62b0750", "region_id": "RegionOne"}], "type": "container-infra", "id": "0e2bcd38f0bd4793afee1f4ef02c16ac", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "863b2108f7444a25a8e46c4c7ee08748", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ecdb2e053b5d4d79888c1dba2613e065", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ca9dc63b02774feeab1907a40b7f6daf", "region_id": "RegionOne"}], "type": "search", "id": "43a075a18a294ca8bd96df5b25547a5e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ad47be75556140b08d802582eed39bd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3e2312dda9a74ca1bea6822088a37b78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5dafc511716d4ba4820b79dbc8b16aec", "region_id": "RegionOne"}], "type": "dns", "id": "7d3057aa5e8b45a7803f1c6e993badfa", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "59cc15415aef43f396b76658cca7eada", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "82704002ca044bc9b5ed571d5f71fe80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b5b91d8bee15484386ecfde280d97654", "region_id": "RegionOne"}], "type": "workflow", "id": "189d94726374473d929f1217dbe82561", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c1a25d349ba040dab22e5033f9accec0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "afc2f26c4ea648c78f3fe8eb2dd2beee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "606c84752ed54336bc27628873a2ef52", "region_id": "RegionOne"}], "type": "workflowv2", "id": "488c2f864d35446fad945194d929429b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4479c46e9bb1484ea04d87cc81bdadd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5a3597bb96d840a6aa9279a6bf7f574f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "afb153e488ee431896a823ee5b59ec94", "region_id": "RegionOne"}], "type": "rating", "id": "f4b9503a5c0443f5953c9c83c5931354", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7d46178e5da44800979059df6767897e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6e962f05de804a7b9e9d451af6d5e623", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "73ba7076148743b1aa2c37c15c14a7c2", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f67ef4d92cda464c8d6762dbe6af6a18", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "07c31d1acf90488bbc4f03edef79c100", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ae1ee53dc59a43ff83b1a6eea5341d51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2f7545071fae45bcb6c435141ed693da", "region_id": "RegionOne"}], "type": "policy", "id": "2ec8681aa73541a88dc09e4eb9db20f7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "52e3d9a08b7a421d83ed58a9c39a7cd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c43e403ebbfe4673a9df6560e95a98d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3bf923c2f837492599869f90c3db311c", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b664bd8f39e44ce29045d0b934e19cd5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3be91dee241d4916af106c7dcddd8e5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d2122466111647cc8da7fbe2cd5f14c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ae69517cbe814449b6810bd91b26ba27", "region_id": "RegionOne"}], "type": "sharev2", "id": "f982d02930e24c9e9af6ff889951adb8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4e1411a5d842476287fe553b34b47b88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "48e8aeca876744dd95ac38e82d8af1c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bd0afbb5481a436a97e48ec7e03305d3", "region_id": "RegionOne"}], "type": "share", "id": "fb8e8f879981457cb5353f057af4d4d4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b3e677870913438585d95b9776fcbfef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "aad4be6fb44144f796b76b499a3a2469", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d708092028054e2295271df50a4d19b3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "22f90c6961814c91bef715ef9c29db80", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "207c8b5e5dc54fe4a02462cf67a958ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "835efd24adf54e2cb40e12a95ee6fc01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f73b3c255cd34166a5a265d17ab80369", "region_id": "RegionOne"}], "type": "orchestration", "id": "5a062955c5714f819a7127a842bb60bc", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03a35d5878a44f6aa9ab541b0c26c9e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "575a2609d9ea4cc0b27e21d3ca9b69d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f1be84c6ed443f0a8011c0585a59fc7", "region_id": "RegionOne"}], "type": "block-storage", "id": "3d78e76fcd8642c3899e61523adc73b9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "934a2e2084c74c54a49f9137dc4f021e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09505b026471435991cda65aa5257bb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1da07321860448ca5a57b9d6254398f", "region_id": "RegionOne"}], "type": "volumev3", "id": "8585aeaf646e46bf812486098737e7ae", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59220ae77e0b4511a102020a7f46ecbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bce603c33a274f2594122e9ac9052f78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f68e65f961644d0f815973f332c5920d", "region_id": "RegionOne"}], "type": "volumev2", "id": "1d1bf43aaad641f6ac3e2d1754453a29", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7be9c587b314125bbfbbf06dbe973e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b7cae4d7aea4fecacb1accd6f8ee8e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "946a7c0315d04fbe945b31c29a552808", "region_id": "RegionOne"}], "type": "volume", "id": "3005bcd079a64be199ac15b518b5f77e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a656f72b2ee4a74836cbf6a5d95f895", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e03d942c9a804008be5dbfcc26c19e3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f009e72743ee4a869ac9c20ac3fc7d4e", "region_id": "RegionOne"}], "type": "block-store", "id": "ce4ddbdbfe65429aa15b504a3fadcb25", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "993190e50f2f4a22ab46cb4c99ca83f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "96c35f95cc6942c48dd7ee3bf53885e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d66648b8fac043e4918c66055f3401c5", "region_id": "RegionOne"}], "type": "alarm", "id": "dedced2dc8674c3e8de6d31656e4c0df", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "efeb32df48cb476691479451c5f51fcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d6ce33ed61d140c0a7470ba290c7b4ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5e01ed2ae94a420ba61d1be6000a8fa6", "region_id": "RegionOne"}], "type": "alarming", "id": "31542f8aa07f44c48848cd329aff84ec", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "874a0d6437d9471b98bba20a833794b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "df9ade6d90af4d3cb467a1ec03c92b9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "89d8ade740c54e20a862a6980bcf4b60", "region_id": "RegionOne"}], "type": "meter", "id": "ee9189563f0543acb6e861c6c1ddcd95", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2145973642804447b573a483990f7d43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "06d6d6b4d1e04e0099f897e849de60f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1dc74d9495424c71bfd2ff878850ef2b", "region_id": "RegionOne"}], "type": "metering", "id": "f120741d60f843a5832f3d7f630043e4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8549e6549b4541c9a98896f2bc7338f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0724b693d73b4ce8a2782b9d7003950a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c246f8cfdff8412499b52cafc5c9c6a9", "region_id": "RegionOne"}], "type": "telemetry", "id": "d3930f16dddd4ee6a5b88bcc6cdf7d03", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "15c696315749441c88ef5d8ca12c5a86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9d179f8d6ef64d3ebe6bbebcaeaeeefc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5c3f871d0cae452c80602f345004bb49", "region_id": "RegionOne"}], "type": "event", "id": "4b1ca955b58f46e6bd6757cab19e9b71", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "acd1cecfca114d90816d30419adb434d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2c2c69ad7601475fa198ccd4ea96bf7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "df54507113434483b6fcbec2875cc1bd", "region_id": "RegionOne"}], "type": "events", "id": "dd158641c95f4431bb4d33b2f9488854", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "00c3189d3dbd4c56b1bfd35552da239e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9021885c42184af696833715818fb437", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "86e1f097b37e46e2a9dc22058390c4fa", "region_id": "RegionOne"}], "type": "application-deployment", "id": "feb5936c72e34fbb830c764f426485a0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6f38f30694824bddac4df82154e19b47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ee23f50c89f54192a99914a705526b67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "adfe2df559324004b9ecf0904cc0a5a1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "52152b8ac217487494e0a0618dd5a81f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d39343a0278c4658a1d851bad4a083ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3a36a7ea7c7f4e81af0641960154d410", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5cc29849e2ab4dc480495c6ce352985e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "aae167c6395f48699fd23ce25b18fcff", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e91efa04147a4df3b38ad92ca8812d5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dfcbca08d3694120acdac42bd645e478", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f000cb56eb3f4c569af55e653d80b758", "region_id": "RegionOne"}], "type": "tricircle", "id": "f57bc297eb9840c9a7e247d63e915848", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ebaa448ca6b94d39a9d975ec57fa55fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "00d42e018eae41b5a298fcee3e1b93f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "bd547d4591134c4795f14dc268b6db1d", "region_id": "RegionOne"}], "type": "database", "id": "d7e4ddbbbbdb496c8fd77e0cc024622c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "86aef4e5d4594ba48b4a64fee511cacf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "65ea93c95ee84a3892d030904466a2dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b0c9ed548de84bdebceaddca8781af63", "region_id": "RegionOne"}], "type": "application-container", "id": "743cdae206f34d0880bb3229e833e88f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "35263dfa648a4af69f3d5ece3f5f6482", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f6ae0ac6edf44a17a7c2033767726c1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d476599446204576b1c06298df195be0", "region_id": "RegionOne"}], "type": "container", "id": "298a9e9b787440668603fe613cd2356a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "58dc64ccc4834a7ebe47fa6c2926181b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a9084316a01d48028b30f3d30739609e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f4df50a012674fc09a88e219fe9cb801", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8f65364744b8407fa10c04fa6ddd951c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "084cdf8dae6f4f9ba49419b73b854558", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "58f6071b130f4edb84a7ddb07a671343", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2487fb7d7d1b4adeb983e1aa0365623e", "region_id": "RegionOne"}], "type": "rca", "id": "29b58f5ce2204cd3a0a5075f1331d507", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "80c17175ac0b4d49974e18cf10b0774d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c0f5dad0b9814a07995d48d5ebcb31c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "045952a85fe64d4983d87a41bee304d5", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b77c48bcb47d4dc48ccf1b690f562677", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6eb8101dbf8c4f679ba9a05f715bf9c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2ba7327030124eae98d2850a2c83745d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2fb22040041240dbb4f1ee6761afeaf0", "region_id": "RegionOne"}], "type": "network", "id": "84dd385100e3440bbefe848bd15d2d89", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0e4475026c8a4a3386f0b5a0acb04d0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f011ddb79b0442eab9b8cfcd8d6710f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "69b9203dfa9d490aa3c83f4256cbee02", "region_id": "RegionOne"}], "type": "backup", "id": "2160786edd3e4feb819b90eaf894a9ec", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9ab61d6c84f04aa2bab9df05a464c23d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "27f76b581bf6450fab817d8d64b3e690", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4a54d22482db4362853a19d8915de1e6", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "fdf451f0eeb545f99188e4b000d66382", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "db93bda21ead4966abcf54d8448ae442", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "edf2f21512f14f29a45d4d10e87404ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0f3ee71400694b5da48a62f2556ebe0a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "dbf27f9463b647da9eca70e08d2b10ae", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2c5806664e9a463c8b2998f7d5826f74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0a5ff8908da54abc89945cfb405b8ba7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "fe59a22a6a4b4331bc63da6773a014c8", "region_id": "RegionOne"}], "type": "monitoring", "id": "44a81462e6d2499cae6b776afa34cbd7", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "be8be1dc615542358083329adb934c29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0df3c1174bc94f66a375e1f377f1b00f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7dbd7e9b5a2e4351a570418b532c3209", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d4a141f123704e0888b30de259b9a03d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6c3b00fe15e041caaf0b83da3d7a6349", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8f9394b5f65a492f9ae074412e98fccb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5fa8780726da409cb11917e3fc79b30f", "region_id": "RegionOne"}], "type": "placement", "id": "5dfc3bfb59b34a7984e592f509b41ffc", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1d23ce75527d4a319ce552f0442c7a53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "563008d5721b4850a02194ca6bd526b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "777a355d6f79492089ced48827ff5844", "region_id": "RegionOne"}], "type": "instance-ha", "id": "66f091dfb72d43c7943455399fa62d36", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a1778a9da87248a1b9a126abdb1dbbe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3583c1f312e747ea8eb11b833e72ff58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9b1fe785228a40eb9b3b06f3074a996e", "region_id": "RegionOne"}], "type": "ha", "id": "5eacca69e1ec4bde962f489ab4ccb81f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e83964bdbeb94ba1a6817c34ccb8b63b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "54ce944da08245c2a680c62b45dbc835", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7400a14d944949ffa81f421054076c37", "region_id": "RegionOne"}], "type": "reservation", "id": "b8c3f8d4a0dc40d7aeba256f2cd5b1b7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "645bc279ec8b4a999e533203efd8c3a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8ed64f4af0b446ac8b69103880f2f793", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "598e2aadc71b45cc83dcd56847743869", "region_id": "RegionOne"}], "type": "function-engine", "id": "def9dd808df048a2a12087e8be3f62dd", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "42b7fccad0254c22baeff2b90607dcc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3f979c3a2a4b44029f2a2728887794ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "048a79b23e4349abbeab20f0392f99e7", "region_id": "RegionOne"}], "type": "accelerator", "id": "37ec53458e734e95a382da5b970f1761", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3168971cece6465295889e34e77b31ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bf5c3a4f8e1143a9ac778ff84ee15ff0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a1c51743e6984b129dadacb153e12d09", "region_id": "RegionOne"}], "type": "admin-logic", "id": "190720dd3e72427b887b0bcaaba48e30", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "984aa38b77924f16823a7edb2108b4ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "889cab8a1ee7487dbec4b595415c9b18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "832eb21fe1cd406e88c94c63d8f52f24", "region_id": "RegionOne"}], "type": "registration", "id": "155cdbb2b4cc4307bbc78e7c54346323", "name": "adjutant"}], "user": {"domain": {"id": "c8053e65a27d4d22b3d121f9bf7b6bce", "name": "c802ddb214944700b50f505f4ca9e2f2"}, "id": "acce4dbe5734479cbd0c843def318a48", "name": "483f51f4a24e440e873cf870163168c4"}, "audit_ids": ["7a30fffe6bc845c3bff4e5f116482970", null], "issued_at": "2019-09-19T09:04:40.638713"}} 2019-09-19 09:06:40,766 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,769 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:40,771 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:40,856 keystoneauth.session REQ: curl -g -i -X GET "https://image.example.com/v2/images?member_status=all" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,861 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,863 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/c30bc6e6-5efb-4286-9a74-aa69e05cefc5/file", "id": "c30bc6e6-5efb-4286-9a74-aa69e05cefc5", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/c30bc6e6-5efb-4286-9a74-aa69e05cefc5", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}, {"status": "deleted", "image_state": "available", "ramdisk_id": "fake_ramdisk_id", "tags": [], "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/c30bc6e6-5efb-4286-9a74-aa69e05cefc5", "metadata": {}}], "file": "/v2/images/c30bc6e6-5efb-4286-9a74-aa69e05cefc5/file", "min_disk": 40, "virtual_size": null, "id": "c30bc6e6-5efb-4286-9a74-aa69e05cefc5", "size": 3402170368, "name": "image-2", "image_type": "snapshot", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "disk_format": "qcow2", "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8", "protected": false, "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image"}]} {17} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_delete_firewall_policy [0.229611s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,848 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,851 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,853 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,855 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,866 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.787340+00:00", "project": {"domain": {"id": "be91f7cad8ce45608a0456e0b4d2be68", "name": "99ba1d793f4b44a7bb713486cf3cdb95"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "31ad1cfe65b5490890c82f1b9d35d77b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3e98dcceff404ba7bd3865d6b2131359", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d69d65aa52f549eb95d5cfe4cb495066", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "472c9278d4ea47e2b5eb8be86e9db8a8", "region_id": "RegionOne"}], "type": "identity", "id": "4adbb76139e14758a7dd58dfe14ba4a2", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ddf99668ab2845e4b7029be78ebe496a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d72232c23c814d64b03f0106ef6d2a6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "85582e8c13d942eba0f28c9872dd50a3", "region_id": "RegionOne"}], "type": "compute", "id": "c29b2ae6aa9648e9bf42361b0e46ada4", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "01a150f9cd36421db457979c13fd63e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7e78eb3549fc4d5abff28b967ec85b6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8436aaf5ebaa433e9465e3888a837486", "region_id": "RegionOne"}], "type": "image", "id": "ab722bf5284c401db1ec8e992690f3fb", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9b25b712b589488d8514778637e1c2d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "34a8ff7febfa47908bd8846653d52b62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "314c9d33604a4ba3961076898fbe214d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "5f0879de8f114b0d86223150e9932e1b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4b2b93f37654a0bb4fcd2b25d17576a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79f865c25f8646f78c0c57e81f469987", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98d33a57655342eb8fe73d9c6920cace", "region_id": "RegionOne"}], "type": "object-store", "id": "cfc75b98fe514671b6f69b3527bfe216", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "60849dad2adf4fcabe3eb56e981133b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "01eaf2e0403b47c2acc79342e8220f3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4083d69841b64e0b91690fdc6e178bcb", "region_id": "RegionOne"}], "type": "clustering", "id": "70494cf2a4d747b19459fa118ff7b907", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cb43a293e76e4a35afbe069bac1d8d8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d9216299d3c6433c9b2d1116f1a18ed6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1d9f8038ec3345ea885b276de1672751", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "45201cabbf0044d2bb65d2028fcc7287", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4344eb32209343f8a980ef5ebbcf5c0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "22684d3942434ce483183228ef1c9741", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ab669b38b4da433bafa99f1854ab34fb", "region_id": "RegionOne"}], "type": "cluster", "id": "cf483d579a41463282a8be654671581f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1014754489884566844a00205ce86e5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f8c1e264e166442683b626504343b62c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "5cdb6473fc9c4d6e93a3c569ca4c41c4", "region_id": "RegionOne"}], "type": "data-processing", "id": "7b52239c38284285bcf77e52496ae0e8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3c290dc6f9b143cab0b4ef64430ef6b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "324f315bbc3f47e58096001846eac634", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7ec65454fda541148aa0dc233f887de2", "region_id": "RegionOne"}], "type": "baremetal", "id": "725c27c8d0614f6b94d015161c44ee26", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "549afa34b0c442b08cf790d3ae498081", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f8b904ed30794aed9c8e66f16ae0453d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "dd4528e916804cdba2936ca789d3692c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "5b86d6632cb14fd7bbe8d2501051db6c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ea9cbf50d95a4b0f9de9ed3af9842433", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9a6c69c7d6f241a6ac596515d36e8a5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f444c585caa64abfa89d9a7b61c373aa", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "bda364198a084d759a481293344d48dd", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "552b307790a94efca35e0f2aea174c40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e196b5458b6441c0a793a5a712aa2bed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "038131ca5f144624a7c194ed6b6d9a5d", "region_id": "RegionOne"}], "type": "key-manager", "id": "5fb159f48f464f0093b0070cfcbd68a1", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2d441ff196154d01a4fbf5476af0a6b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "84487c545e1045aab8ba7559c1e28dc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "68a1fd76f3b146b5959e7c09de4bb820", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6a325959c8634c0faf7b1037201b9c74", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3f776a4cc878499eafe7779d11fc3c80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e559ea9726d74c9eaf4991284f94e0d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "efd3e54fd7be431faf598ce7134d44ad", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5659a6ec1e97473abed09dcfec1c1bd7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4fa3271291d444f194656bf191256014", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6fa2f68a9ff74c8e909ebfa83c100a79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c385321fa6874667ac961ea15fc2f09d", "region_id": "RegionOne"}], "type": "message", "id": "894ffe5fd53845fdb6eaa71df1d4ae97", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e001a62442e645468ba93d8fe03b1425", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "da887b36482342e484b12a990dc51bdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8f415242a961423aa907f528742786dd", "region_id": "RegionOne"}], "type": "messaging", "id": "a73ace5f1e9b4cddafb6ebe6884af437", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "aa6bd313133f45fbb603fa9373da4648", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1c3aa33e3acb484a9ac7c64dbd44cf52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "47819b66c9054d5fbccb9f410129ca82", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d25bb69f5fff42a8a443639e3ac6640e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9e1e72e2d0534598b7698dd2c92eeca9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1350b754f3a14054b098a82406b25cb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e77c872b865141a1b73df13e9b8c2d7a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e36836b423164e1397d90064fcaf4dd2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8c27683ee6904a8c9f996c8cc57394c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "86a5590309ce456eb07a41c1f003a936", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dfe597665e714ee0a495997a879ae173", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "bd142035517d46a993e31c2a9ba988f3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "57dfce802f134bb786e75b56efe5b091", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dd0a4d359b6b495996b192f9bf5699a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0963ac459dfc4b83b5c55744ada1f029", "region_id": "RegionOne"}], "type": "container-infra", "id": "58c87a3c61eb4ec7ac955d85d03d4032", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "aa7613f3c5444e39bb7b0263aa6f4a12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9f05c0906f27429e809a6fe52fa17f46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6aff0cb744074f82ae80c95c86cb3d92", "region_id": "RegionOne"}], "type": "search", "id": "5c274133f3c042699d497ba93a2087d8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "0359bd63b9ff46b1978380b3e7641c41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "215423e691704b0aae490f12ab0e3556", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c3305ebba7b64ecb8f7fcca53b624340", "region_id": "RegionOne"}], "type": "dns", "id": "fdf02b2a5b7a4c018d9612e6aa02e66c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "380e5ea357b147e98289a2f632e138cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fffa01f1e5844750a1badad180038d67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6e59765a27044e33bf1aecd95a7eb7c1", "region_id": "RegionOne"}], "type": "workflow", "id": "977f29c76549464cb0fa89214857f3b3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3e84b85842c740249d7cc8b7f0dfb3b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "70e2c6effcf14208ad54ed5ba50ac338", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "367f3a5c4d0e4eadaf5114b481a0b891", "region_id": "RegionOne"}], "type": "workflowv2", "id": "391bf47faffe44e0ae6fa5de22f9a245", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "0ec65848167740e09001973419747fb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3a527e2be52b46bebc4e4b162276c4cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9620d15da3fb45eab5114b3614952974", "region_id": "RegionOne"}], "type": "rating", "id": "45a0e1e39fee4760a2f663e1cf17b123", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c3216f6d2d8742c3a4a6c7c9c93f6935", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c9fa180596384135839180cfaaf9d30a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cfb606dc192f4e6988bead0fffc048d5", "region_id": "RegionOne"}], "type": "operator-policy", "id": "441ae704c6474b0ca85e649c6440870b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "652670bcea3241578fcecf99e38c2df8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "efa5174827e94267a2bc3018eef1c879", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "56cfff0cbe5d410b84be21f8db4a6a50", "region_id": "RegionOne"}], "type": "policy", "id": "25bfbb1cc8fd4902bbac5f03f59cfa65", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "afc6c0d3ea134988893af5cdc7ff3a83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3a5d862dd33547618a93a1c4b78997b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cff5161071164419b064121101f849a1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "75d4c05e2acf47a285ffb66c5cc4950e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9662675af77440a79e9ad6ad398ce599", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ebdcfa583cb24a3dab8f7cab6a7cc2fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0193d794b30d48dc8b8d646ff63f4485", "region_id": "RegionOne"}], "type": "sharev2", "id": "10fcf04fcbf5401492fc56f856c80a7b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fcda7e989ce34858b4084ac204e480be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d7c3c19e712b4240b380f14d24d0f6a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b932e486178a4ac6a34321003609e1ec", "region_id": "RegionOne"}], "type": "share", "id": "ccf6c034ec934d80b4e83ce4762a5ed0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "cb6ca80d37054e058df8eba33451e8aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f709dd8af0774f6f8cb980f036d3066f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "12ac710d2f194e9c9e42b0b882bde8ba", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "2fa38829c4af4970846b41eca6f74c69", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f18d47ac1bd43afa37f2ef0ecd8ddcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4de92f5158464f9a96fedaffa88aac40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a173b60085a4bf79fb36b5f004bd58d", "region_id": "RegionOne"}], "type": "orchestration", "id": "2c87c63b89de4c089fd3986a5670997f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "458b2ff8fc454ac1a4e7ffa197f72398", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03574a1b73114d9788fc548fe04f27e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d2b28d6a46c43de93b5d38012b11e5e", "region_id": "RegionOne"}], "type": "block-storage", "id": "44f6b2e0f0b64aa699ee2c25be5aa16f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d302e11fd7fd4d9a9627ac353ae4f466", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "383259817c3c4db9a1f97e31d09dd293", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ebf93e2c80464b7dbabd4f0e2d4230ff", "region_id": "RegionOne"}], "type": "volumev3", "id": "43832ab9fd154333a4fd18a80de7c124", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97e7d0d99e844979bfa493d9e08a0e07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72d6a1f3c0384044b73e6ed5edc809ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "984edb62048442c09f2a60e2eb93ca3b", "region_id": "RegionOne"}], "type": "volumev2", "id": "77177c89024d49dca7dc37252805d9f0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39966d5d83274b26a42778a48171d21b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea1103215b6d4d7a8fcc7d2547c41c1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcb9c0ccf8ff4311bef107cf9283fd9e", "region_id": "RegionOne"}], "type": "volume", "id": "ddba700b7760479482a21de3ca21d454", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c684eb8e251f410da0a8fb312ef90089", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5a40f01dfeb4f4380276c7e4db99032", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa3c31c083d043c09b0c02688287a39e", "region_id": "RegionOne"}], "type": "block-store", "id": "b3fac78d71be4220bd8c6ae54b367575", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c988ce8558bc4616a25fc62a77c70da3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b19057ba08ce47e384693660ddafc638", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a4d6331e7c374a8c897b784036e7aa8a", "region_id": "RegionOne"}], "type": "alarm", "id": "5ec8a05965a249a9afc14ca11343d246", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ee76fb881c7c46e7a307e8814b44b4c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "05deb06086534cdba233dd3e8cafa634", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "75c08217d9c046d4a3e79e6dd3290c4f", "region_id": "RegionOne"}], "type": "alarming", "id": "e55e0540074040d9aaebe4437d854e08", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a30e05c1f2b24718b17d6b921efeef8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b5a94bc2748d4a3799c139ed5612bd5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5add07cc4d2e4745b5709bf89eaa1c6d", "region_id": "RegionOne"}], "type": "meter", "id": "00b4257ab4034119a76299317d54e644", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "473280a2a1684b379f1ac5dfc6f9c75f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b5879e0e3a66423da5b6d6669de6a52e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a5779b78b371482ea3c135b06ea37afc", "region_id": "RegionOne"}], "type": "metering", "id": "98e3f710f14640f1a0bb912de9e3e142", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "41ff3016a9724cc197670e7cf1265a17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "71ff230e4ac7459f998f40432deac780", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "13490f6afdbc415cae92434b790f2e26", "region_id": "RegionOne"}], "type": "telemetry", "id": "7ea10087838c4fe484aef54089981f95", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9a85f55ed274464e89a1515e705b658f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "60d3f1ed2ca74260ac54058e583682b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "61b0277da367479784f5a30c7d5b1f2c", "region_id": "RegionOne"}], "type": "event", "id": "8c6b96ee77324ad996f2117eacf7e435", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5994bdc9ee0e46f3849ee46306356ed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "83fa1c816be14db9be5b520f8f371e6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b63fad89a0fd4621bbcd3db1b072ca8d", "region_id": "RegionOne"}], "type": "events", "id": "510cf092d7c943f68546d33a2445f9d9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d995b0f64fd54387955659b5e4b3755b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ac970fd96b5541e2831ecab508e60f6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "227139b5ef334d7ab1e9ca12fd70eb9b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8a812f445c8f4f9aa56c040171e8f505", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ab9b1c41cb964686a96d982652f8cc24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dde67b190f914410848fa3846178a91a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3405328aea5d45089168df523ec3ebbf", "region_id": "RegionOne"}], "type": "application_deployment", "id": "50994268f12a48ecbaa3e76c21416d85", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bc7de3b680bb4447a9285ae490ef122d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b8298759980f46d0a26bc37b4cf5eef0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f0ad5065d5954ac49cc1332750088e92", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2fe48041ddec40249e787f939d620bc5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ed94bfa38b574c9c8912a8d77edca8af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "eebc762553694e85ad6f947e23233770", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "11f57b227ee749469380b611ac50081a", "region_id": "RegionOne"}], "type": "tricircle", "id": "23a17645a3d64dfa97aa2ff02612ca12", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "bff6f289e51448b5aecfcba75c18e1b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "880e9cb0f77b4a09a90f81b3249f44d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2a45e629bbb344a6a9a0578f74b3ce63", "region_id": "RegionOne"}], "type": "database", "id": "91a0dd461bd04949a222b5edd630428f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3d3609e73c99480089d535bccf4825d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c9bacd385d8a4bd5b41be48980ef13ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b60e4b763f9641cab979e3d87b12a007", "region_id": "RegionOne"}], "type": "application-container", "id": "9f8705dc690e4c2584926cfab3a1fb06", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c22108d40aa040aab92b9e54b3c238e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "757f9097e30840cb803233b9688980c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f1280bf2cfd643e6bba24f43e31c9ad2", "region_id": "RegionOne"}], "type": "container", "id": "667c68ef59354b16a0dc33739f2857cc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a86cb09559664541b4021f003e730124", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "77585ae255ee403d9893aeef15026275", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0466652375fa4f8dbec66a8cafa40490", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "3fb09c0d38e147f493526ec4abf3be45", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2dcf4815778f4996a12b93af1a8f301e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "28a0a105bf644af6b7fc0ea674176bad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6d44e7dbbcdb445da20900eea1b40c98", "region_id": "RegionOne"}], "type": "rca", "id": "b69b4ae88d574cefb7eb37c5b5f58768", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c77292e3c9e84689b88aa1275bad7e2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2ff92b4ba1e54248b991845fdc94af83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f93045db5efa44d7b550aac121b3531b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0f30577385e642289733c0e2a4f61532", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "2906277e7ff441a591af50bbc87af671", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "60184ae732be4afb861d81415c96a6d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "edab4acb66424832a8eabe61683d4fa2", "region_id": "RegionOne"}], "type": "network", "id": "e35dde7de06d4837b071f6527b87732b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "4d142144da534f9998f1d31b689cec54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "39dec6d2c5394287bc5d61c49f8f6b77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "cdd10f0a2a2a4b8baabad2b360c27f35", "region_id": "RegionOne"}], "type": "backup", "id": "d091d437600b49a092a68391173d3154", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e6b695182b2844f08b0a683f0f1f7a45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4a10c621cbe6481a916fa297770d97ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "22ebaae21dea4eecb7c46a3a5fa106ae", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5dbc2d0355c84f68a1d0a8980ec48787", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "549d177ef7d94e8bbdaa589d4aa9922b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2e5c4163e362443cab3b9486394014b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e47f8784c899416da73844447cdd9340", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "aae4909b739c47229cbc00b20bee8a0c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "598be5c3c7e44cd584a83bb21aec4998", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0f811cd9a19847d5816da94716678864", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "6242b837315847828224b321aea6a522", "region_id": "RegionOne"}], "type": "monitoring", "id": "1d984008f07b499dbf08cbdc2ae1ed01", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3b4a813bd4904228b2b22a3c16a843b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d714c69eecdf43dab06813e484110daa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cc6bb82d5fdb44828b4664083c728c73", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3b3501dfd9f04c1caccf235a22a9beff", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d5d8e35f898b4eb6b8fb0a5407985f72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "64934659cdd343ffafd44fbf3c3aca8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "2810412036ad46b99e362bb6e4252ea4", "region_id": "RegionOne"}], "type": "placement", "id": "cdca7bdb86b648fdb5d1ea7c8fded707", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7698c2f27dbb415f82cd0be1c5b9bcf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c6b57e4c34f14aaba1107872aafbd287", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4ac6923be486456fb0b703fd884542d9", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5232fc713efe46fb8506bc6bbfde8dcc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8ce4e59006fe462698dee907a5838773", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c28bd2dbbc084b54ac732762a5ee459f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "677ded2c2c484e0d844e842c6a8c7acb", "region_id": "RegionOne"}], "type": "ha", "id": "6cb7a9b912d7482bb3bcacf1ca364596", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d2f5f38a03e249c381c4e71c3c3be804", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8eeadf31530c4ea6ae8588c7f6159c5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5d27e6048ad649eb9f524dc5c98ccc11", "region_id": "RegionOne"}], "type": "reservation", "id": "bec667a6e6c34b818c03d025ae7a1bf5", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f65fe4d2ba3f4dec91a36572de40fb75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "110fc4e0073b45bdb63a6743500963b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "26b7496c92b7462c92e33c8dbdee1ce1", "region_id": "RegionOne"}], "type": "function-engine", "id": "4745bd08bc3a4e2d8ced97b768d18552", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6ea759208f47444d85e3d20e062de463", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d326f1ebb9eb4d5b80c1df20caf01f3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b9bd8b4016034a8eaa5d8c9362cb1522", "region_id": "RegionOne"}], "type": "accelerator", "id": "f920b94fcbab4e4da8eaa9b0e47092a7", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6e2cf9c0e191440daa30424c3622c0a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "692312aeb56f4a3689b5f7e13544949a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a31eda3290264bcdb8b937e93a6b33a5", "region_id": "RegionOne"}], "type": "admin-logic", "id": "82887fd47fe74c69baf31f839514c8a5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "29ccddd993f941edab7ef8fcd7d421a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "705dbb20aab94763887a2cabc03ed86e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c6180bb9b5244c768326828c7d581d58", "region_id": "RegionOne"}], "type": "registration", "id": "9f6179176cd6402982ab2f2aa8daf2e5", "name": "adjutant"}], "user": {"domain": {"id": "9cbd46acd805432a8a7abcd8e6b9a899", "name": "9d7ab12f450841fdaed27b167d2349f2"}, "id": "9c472ffb7c3c490cbc761be4dddd59f5", "name": "82388b4340a5408eb487c3693bfaa9c1"}, "audit_ids": ["4c178f6e1eee430395456d2c1e3ae995", null], "issued_at": "2019-09-19T09:04:40.787340"}} 2019-09-19 09:06:40,985 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/block_popular_services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,990 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:40,992 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=block_popular_services" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,996 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,998 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "block_popular_services", "firewall_rules": ["deny_ssh"], "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "location": {"project": {"domain_id": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "audited": true, "description": "block ports of well-known services"}]} 2019-09-19 09:06:41,004 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/fwaas/firewall_policies/78d05d20-d406-41ec-819d-06b65c2684e4 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,008 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:41,010 keystoneauth.session RESP BODY: {} {0} openstack.tests.unit.cloud.test_qos_minimum_bandwidth_rule.TestQosMinimumBandwidthRule.test_update_qos_minimum_bandwidth_rule_no_qos_extension [0.173428s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,983 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,987 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,989 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,992 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,004 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.922072+00:00", "project": {"domain": {"id": "fb42e25fbbf8449aae2c35cedb7cf06e", "name": "5ae636b9f2344558981184df44a9f1d6"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "5dc30861c802418a98787c34086d349f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5338590167fe4d46b09bf3af062bfc35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "03bffa9a0c784b3fabbc6d4159ad8b9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a07ed2c3a0ce457893549cd2b7a7c7b1", "region_id": "RegionOne"}], "type": "identity", "id": "0d39b81a00754fb7a1a98c28c7db66af", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "31dba63a11904fa5851ba151448718bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "87e0d57b4e1642789042be6e6a9f9974", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "bfaf5360840c437a8d6ff6604f35c417", "region_id": "RegionOne"}], "type": "compute", "id": "edba08952de8443f8790d5dc122e3647", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "213b5770783040ac869737276abe6f86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "09a9af7041374db6bb0597bd1f0eca72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c740187d53cd4513ad71c43d7c468adc", "region_id": "RegionOne"}], "type": "image", "id": "fffd3eb731eb4bfeb771d2e8208208b0", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6dfbc5db9afa41d5bd60e47bd43bfe3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "be60e28614fe486d87a276758a3e8210", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "30720edd041647d485eb794f7f0ad224", "region_id": "RegionOne"}], "type": "load-balancer", "id": "edf36b3879d24a089d7d2c76ada3f465", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c3b28ae68c741e1bd6e55c11d43dd78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a9b19e6e6144e5c9aad3c51846cc8e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e9bd26a48ae44bf80aeab9d416d7289", "region_id": "RegionOne"}], "type": "object-store", "id": "16316cd96a86473999a851317ba17d8b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9edf8d14f01c4c54a74fc474661440f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "33606ad224064ad596c63cb811a71e2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4decf21922ed4bb1a504eab2bb0c77d3", "region_id": "RegionOne"}], "type": "clustering", "id": "e9b4ef021b3341529a188b5d7eaf5c2e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "45fedd2b71104315a309ade70e31cf17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "15a871d4f9014a9291ba1e09e950313a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c2aea6287c0a4e94a9c72bc71b1efdfb", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "be4d24693dc6479cb7aa69b2321ad847", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b935833a7daa442c971ccf0837f8eef7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "541fc4e73b43453b9a29f578137a3c07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6b3b3cd79e4d4152800a6c2fab086578", "region_id": "RegionOne"}], "type": "cluster", "id": "0cf64bc7fa2543cc907b7b7d8dec9fc7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "31f94d57a9d84781a4d03054c5bf27cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4f6b2ed31199432dbc0f21d07c46a8bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e823fa5ecc5b47a29c10861d7503cec0", "region_id": "RegionOne"}], "type": "data-processing", "id": "63bdc008ad504c3286d7055bcbacdd6c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9ab3136c594d4fce8ef23f242b3176eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ada337bcb6314bc088dabd46cc404f54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9cf77e2f70db462185b498c165cafd21", "region_id": "RegionOne"}], "type": "baremetal", "id": "a39a2a91b3da4b81969eac7d27e938b5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "872e69c546ad47fe8672f70735d73584", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f416a9a3334c49efb8fdc8563bcbb5d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c6dd2ae3a8064377915b18391b6b2c77", "region_id": "RegionOne"}], "type": "bare-metal", "id": "39629236c005492192cf9e9a65abcf87", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "decb9bc5e4f84baa962852afb59dd366", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d7cbd1ab00a34429a667f444c1d9fa19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e3591b7e6fc24c968d51b9e64024983c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b417d356c7ac4b3daa082a13e9e64bac", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0da84866c74340fc8281570fff5628e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b455dc26cb4d4cfc8704273cc30c2d33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b128bea09c9c405899c7d5c0997bd0b1", "region_id": "RegionOne"}], "type": "key-manager", "id": "eff275c7efc44dde99a46600c7f1a6b8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6603fd9d92c74e1cb03773bb47deaa2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "925364193a20456ca4b5e5afefc5635b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5e4fae55015240ba862c2aaea6d4b13a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "61c4398a337844009fb8bcfb4297429f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fc582817501c4e9487d01063f8fadb1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5ec6731ff2244a5a9225797734cb5f08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2a21b5352c6f4d7f92dceb37b0a7ce5f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "adb2df66ba5a4489ad55838e03d51bbc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "45fc516f4c8540c49f428e1b5689deab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f204edb077474fd1b6c4671d8cfcfe3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "55df3e42fe7041ba9370287209270a7d", "region_id": "RegionOne"}], "type": "message", "id": "9f2d9464acd14f80a09229d03e039dc0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d33a91eca5694931bcfa5b7531710a96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "50932f153e454914ba913f69193dd918", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4b895306fbfd4f6295e9ec121eb60798", "region_id": "RegionOne"}], "type": "messaging", "id": "85a9c24eec06462f867243b460505e59", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "33b2fe048c2a4ed18a31fece2678851c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "39e23285741a45adaf6e3e8fe92e187a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6ea1beb128fa4609b54654fa255593cf", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7b763fde74624ca1a94248ab08a6e525", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b5b73f9ab0264565814c34b333cf42c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0fd0b967d2df40aabf67ac98c3a0d218", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "966aaaf82be04fa2ac679fc554724e3f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b6de3da047f341cfb1525979d92eb1b3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a9228b9953d469ea1cab18c986ed7ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1a3d058ca37e4b84bde4a8bf500f2682", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7369585529a3496293918ec8cfc6c376", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c4d76b390b7d43789ad05513001c3fd3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73d98e53629f4183ad17eb6d275b4f8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "238630fd890c4788968a02d2ef65cc4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "67329bc1246c40dfa72b36cf6de538ad", "region_id": "RegionOne"}], "type": "container-infra", "id": "d13e99aeb7fa4b3eac7cc41a398efd44", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "404bf888b8804461b2d1667034e38836", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "0cf0bbb7532d4f35b83c470866ada1dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f8af6e8d51a34002a5e4ab2f12891ae6", "region_id": "RegionOne"}], "type": "search", "id": "c74e568202fe41caadf89ff7841528aa", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "cd980f5de1ec4249af52ac13ed0948da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ed3dd85e6ccf44fcb8ca9dad180ea16e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d452a63d7a4f4101afbd8fc47cdb14cf", "region_id": "RegionOne"}], "type": "dns", "id": "037f4606c80f496aa2267434ad9f21a9", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "107d3a9f145744a18bdd7d7218ec40b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cff5385ba96c482094423f06ac7ce670", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "22b6004f753947dc80208d03b063c531", "region_id": "RegionOne"}], "type": "workflow", "id": "858ede8cd5b94e8d995b70141d86bf21", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dd5d28bd80a94f7b9e7c9a20cc712bcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "565bef016d464ec788c31378570b3e58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bb319412a87549f69653326f2ea9271a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0a2cadd9ece44d7bb96ae4633b5005a7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7bd84f1ebaa2421a9a4ebf5a806c8b91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3d0a6ea2c8e54471b6763cfb7f075545", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "db1c73d586c04af6b8e4eb0168fd89cd", "region_id": "RegionOne"}], "type": "rating", "id": "f29820b81f2a4dca82514d48e85736f9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "76a149b51df546d18d40eb857cd1f3f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bdee5eb9a04942f4ba7a13a17fc27740", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4064b882e25e4922a6d78df94c2bc767", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4e0dae58d77640f3a6ff68fe566d74b1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "74c1076d57b5432d8d7e30971292c7a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b6dbf22d8f8d44288bdf960b03355707", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "52377d21901349829d83105b36defd75", "region_id": "RegionOne"}], "type": "policy", "id": "e48fbe5e9dab440c9ce8997d55992077", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "40c2be36090f435e98143da364e74986", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b974f7f47e5f49438278726f47552690", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "13091d066a2541ca9dbbabcbd0fe4cfd", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5e836b8ce8fa42af989c322c9e93a280", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a46fa7cca2ae43a8bcc8873e9990188d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ade178da9d5d4ebf904462a9b295a770", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1a714475f30e4b3aa15d7fb45365bb1f", "region_id": "RegionOne"}], "type": "sharev2", "id": "1e20f358e8984521ad3ac03b20243ad9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dd757265e3534ee6ae1516709a8c9a45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ef26404c085e48159a87299ff7dfb200", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f1b46871f173466bba091e7bb3a30d91", "region_id": "RegionOne"}], "type": "share", "id": "0c11bf500a96425a992150a1bb6af0f4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a4d28e06d0db48d1a156acc35d764b9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2c63b4b3b336483ebf576883d4b8f601", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "945e79ae61334f45a94e824909ecb7c4", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f73f0757f01248ce91a7c6a9f3d31186", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "041b0b73aa024a6d878f95445372cbec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d8313a0c1bb43e8885899adb30ac22c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7dc6dba78f3142a796b91a54036858b5", "region_id": "RegionOne"}], "type": "orchestration", "id": "467abd2d1f1a4259b190af2917e96df0", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "acc96c5133044be89107f56f25f283d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f58c2345afa34401a28672fb27982712", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d296358bd9b414e91c3f20df27b1499", "region_id": "RegionOne"}], "type": "block-storage", "id": "1ad76ca5ac5c4208a2f87a3c21cbc9fe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8b959518c274760824505c3d33e3895", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7d4a64dee0e4f2996b771a159d7c4b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95782f94c766449d9fa727559a3a8f5a", "region_id": "RegionOne"}], "type": "volumev3", "id": "60d76890c40e4a12a354ff00061866b6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "052626ac12ab459491d572ca12ede2ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "281c1dd7b5294023ba6955255222cdfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ccc68cd480c4ca9ba9cb3f936036272", "region_id": "RegionOne"}], "type": "volumev2", "id": "ae26e2f7f34d4f97aa53d507def0e380", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "948cc1c110b440a3b814eb9950555b7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31dd966457334408b326c215631210f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1edcef746bf54d3a8deed3f6bfb15c93", "region_id": "RegionOne"}], "type": "volume", "id": "d929eb7fcaa14158a683286dd27a4322", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e4f98d2ddff4ac7bfb181ba16caaa48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "981d3cdd32b349d4bcaffd81e241b62d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b01d19bebe914ea28b2f25d50c3a1816", "region_id": "RegionOne"}], "type": "block-store", "id": "1606362a6c0b465f92adfc854f5fcd38", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dd619c1bcedf4918a09bb6ba628116ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4572a07ddde04cad96c1f9f167e2b58b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7a48f54292904a40bdbe3db59accfe86", "region_id": "RegionOne"}], "type": "alarm", "id": "4e6db3a5177747bb82c83d7bc8c9a14f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "683f4572554843dbb8a989dc1bb05029", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9df2127f86fb4eb796dc744c398f2d8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e618969ae2a349b1aba67d0cbebfbfdf", "region_id": "RegionOne"}], "type": "alarming", "id": "d5837a2571c6456c97b7217bfe5ad2a9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "23616e5e2a0b46089b2ab1fe405068b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0a34cf82f1cd48b7bed75e584397dd40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2746c24dcfeb46c89c0bce2ccf245826", "region_id": "RegionOne"}], "type": "meter", "id": "27d7226920b84cc88ad5cdb6a37bc3d8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ae40f7ec736e4d4e901196dce02d3a37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "efa3eadad64d42b0bf0d3b5986807fd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "030d60fda08a4d43a1385f93618ddf87", "region_id": "RegionOne"}], "type": "metering", "id": "a73a12df1a8a450ba780d39e640fe427", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f771113e6b134825a7f1df54d9ebd432", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f6852009a34b443bb3a3c80a8ec92169", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fe4d8164385343668ff1666eed3c177b", "region_id": "RegionOne"}], "type": "telemetry", "id": "fed72207f36c470ea9e7ee4a1c89d644", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "57569cfaf3064524af9a0e6505e9f27e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b20002622cf44211bc925b67d257726b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8e901346a59545d7ac096cd157de6120", "region_id": "RegionOne"}], "type": "event", "id": "6d8c60e9b9564f349b4ad410a461d525", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ff5a67d4a33243cba28c35a4e18a6718", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ee6eb1263cc64f18b94fe6829537dfd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d3c27776a80843daa1163e73ebd76524", "region_id": "RegionOne"}], "type": "events", "id": "06c3487d41954782b0b1a0b32588f49f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "18618cd6a0c74f5797921905a3d56059", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cacdde139dd144e58ac5256a88b750c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "24ea2f29aaea4403b291dca3ceeeb5f6", "region_id": "RegionOne"}], "type": "application-deployment", "id": "43c047fe2fa74fe9acd223d0ef4cdb39", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6561c3470dbe44c28f08741d6f9b22d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "db25eb1d0a2c4f48baeba90e81faa902", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8963351db64f4a3eaf099c81bac3580c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "27e8b6cd4c014aa5b948134f7b52d9aa", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8484569fb76441219ec77c894299f632", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "39b13b2176c34278b4622d04dfab9bde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "becba7f06d554cda92f7c2756a16f1d3", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c67a04233add49e3ae48188ae0bb270e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "54437b7a55f14862a20f3df5a09ddc57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8881b97ce5794beb81e61a4f81d2b31b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ce87b513f1164be5804d5a4224c61cbd", "region_id": "RegionOne"}], "type": "tricircle", "id": "b5b7d52b5acd4499bace5c3fb8c00207", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a9307ac12212445fb2bdf87fef87452c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9c36d60146ee434486d0ae74fd1d1573", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "702485bdf0b44708b74e713165a7f1df", "region_id": "RegionOne"}], "type": "database", "id": "e8504f7cb71e4a8b93d64fba3da413a3", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "505a8551250e451f8fc00ff16c41e5ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "de612ccbcbf84ee7b923d32414d7410c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1fffc61a423b4345bcbc67808b045baf", "region_id": "RegionOne"}], "type": "application-container", "id": "648ee2e8c7524ff2b011cc6f8cd6ab4b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "34a72a32750547019a9f821dc8f15d31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "eb3c2636037941a797844dea71df4539", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "142ed890ddf94e969018d20cffd377ba", "region_id": "RegionOne"}], "type": "container", "id": "2e73fb11bfa84402a3858252619fb984", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "03699e94482647388569f99d45dfa559", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7f403731ed9843a588d625bb0dff7039", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "062e94a78e1c496d956e5804020b9eae", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8e1f4811e1f44b05847b43507b1702a2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dd9b5a7da43e469bac3972f2625489ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f81f8e3e4327432c942f1a3295eb548b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2315654832d547bfbf31b9dfb3e32307", "region_id": "RegionOne"}], "type": "rca", "id": "919e12afe18245a3aa0298d27d8dc677", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3cdc56f4cb5e47bdaa55bb30d17a7a31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "197b24353eca49db8b65b2e91f42ef68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "689201946ba442d7a3d60ffda5b8992f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "822ff4d9af7e4906a5ab16bac186ee43", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "b2aac96625454297970f040a41e10101", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c6aabad1fee24cbca109ae8c27d865ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1448e4c23d0f475eae03abf80a8598c3", "region_id": "RegionOne"}], "type": "network", "id": "e97c90ff2ffb455e817abb5352619ea1", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "604c15524bb1450eaa52cf4b0fc66311", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "13c2733671bf40969ebf0f531cf7f1f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b7b53e90581b4502937d3cefac04cbba", "region_id": "RegionOne"}], "type": "backup", "id": "18ded080ba1a406f91e4317bf7df810e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4d61d9faccfe49f282e1971caf911894", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0e659d5c77144d87a3e1c59d9f0ac6b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fd9368d78e5b413db40fd7509135dbcc", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5b85f3eb31994f87ab162f8126a80454", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5d4068e1193e443bb599907af4a088d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "336ccd7c180147b4960dca5a3e9f4220", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "91885134b4d344f0b5fa2fa318b035fe", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3ca7ca227cb34cd99de8710cf3ddaa1d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "87b85aef7ed84907b5a206ce637a4c3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e458bce4b14849a9aa6b1281905c0bfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b03653b618c1430c87994edaaa44a7ea", "region_id": "RegionOne"}], "type": "monitoring", "id": "ecb22d91902044f5acf235b5ddfc97e1", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bcbe7d296ffa497f9e483260839e7450", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "794de921cfc24e6492b3cc4f2e090f20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cbed458027c546dda3411392a152fcb3", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "19d62fcc308a49bc933c43bd920503a7", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f33d3dce105e4c29ac76684db7878b1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0b70cbee1cb34fbf8072c9923f99be4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5586d29adaf54292871910597c242b8b", "region_id": "RegionOne"}], "type": "placement", "id": "910ff6fc8f8e44689a9c2adeec5f4f58", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "59cd208304664bb28c476a106088c7ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "440fb84720af440ca845f848fc99de5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "47ce89a1e7bb47748ea6fbda4c60ad44", "region_id": "RegionOne"}], "type": "instance-ha", "id": "fc0214f88a1048cd851449f02b7cd64c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1a4af80dcf7743ff9e39ef1d5a8f587c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2ca9c90aeb6c49df949300d543363c30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e0804fd8e85a413ca3295154b078cd01", "region_id": "RegionOne"}], "type": "ha", "id": "6f8f888f8b8b4a5ba75a8b89280bfb26", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d984b3cd7c374cf799576dd52dbdee51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "36065661c15642298c263a715cc0955e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "fb2c70ebf7284abb99988371cf7b7712", "region_id": "RegionOne"}], "type": "reservation", "id": "d5e4642f35434876ad4cd81449e33249", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "83915b8795914f56b97b063c03592098", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4deb32a0565e4743a06f5fda3844e421", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "6ffde827520c484382c192280afcf34c", "region_id": "RegionOne"}], "type": "function-engine", "id": "4ec205802b0c43ada27784277c28b4f2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "82e2e36bd27b4f21ab0c5a9842a6e63d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7de97bb7a5724bdabbebc18896c97a59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "465285ed15ac409e8e6f042768da2a37", "region_id": "RegionOne"}], "type": "accelerator", "id": "a2385139f53e4aeb988673c96a801f68", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "762f77d4ab544622b63e7d02a336c94d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cb2fc46372b14f3b82222879092cbbaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ed854bfc637a4c3b8905f0a19f41d4f7", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0db620ad4d6d472080c05875fec24e76", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b89c8616c8574de7979373b13041b60b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "847565eb929540aa98298deaf7fc32ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c12867db5b2c44fd813c1604fef4555f", "region_id": "RegionOne"}], "type": "registration", "id": "0fd8b6f399af48fe910f7a8fc3f1fb39", "name": "adjutant"}], "user": {"domain": {"id": "4bce1a6453674993a0c26f1d95c50123", "name": "cd37c8fc936447d39df962ccf273bae9"}, "id": "91164d0328a7456b8606a5bbddc7782a", "name": "264fe3c05e794aa8abecf0c3d44ef521"}, "audit_ids": ["92b982821da74ff1b83ec9b906238b6e", null], "issued_at": "2019-09-19T09:04:40.922072"}} 2019-09-19 09:06:41,084 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,088 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,090 keystoneauth.session RESP BODY: {"extensions": []} {6} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_list_roles [0.179714s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,982 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,988 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,990 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,994 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,008 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.925511+00:00", "project": {"domain": {"id": "21029235927d44b9b1913bdf59918010", "name": "17e99380e55046f5858678da68f4932e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "43cd7a4ae612421c9238503a5b53896a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c94a85f2cdbc445f884eaecb50c1509e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "945a08d2d3844b0b9b863286b2ed2801", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9237989880f440e5a82543df6abb11a9", "region_id": "RegionOne"}], "type": "identity", "id": "54b442f821044f15a257a80ad09d760d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9b1a507c41914d9c90c218b8e4c9202a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "473e9e39c9444478abbfe6bad793765f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8bd0bc6798904198aa25638347dd12c8", "region_id": "RegionOne"}], "type": "compute", "id": "d15aea5bbbad408ca81fffcf7f249133", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1599b36c40cf4129ad41d498b7d24c0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e7c4e12f1c6f4101a2aace53e60b8e3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "32ac7217105b4acb9fb9587bec0e0d1a", "region_id": "RegionOne"}], "type": "image", "id": "a77e2fe3ce5947ccb38edbdb1d9eaf39", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5863d4b6da0e4a5385d9c1f6c72796d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "09ede89830654002abd5cfaf4ddda532", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "582c12b111da4224b8d0b8f56e0a2e62", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c2c10d1826f74980985559360e0aca3d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "942bee9eee774ec883568129118af5fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a730a94f0784778b3e713e311405f2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d23037d08e594c0ea1dd7606f9a5426e", "region_id": "RegionOne"}], "type": "object-store", "id": "dbd8dc4fd2cb42078d2ccf8a15ba4d08", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "097c0926863e49deb0bd0561c5f9f26d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4ca91bacc12a44538ef96990f633c66a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8fa519ede01d426dbef547aaa73cdcf3", "region_id": "RegionOne"}], "type": "clustering", "id": "856b8a1215cf47a9a62b2692dbbd4c11", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "719b9f86f25b4be6a69ced36f45e3976", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1244ecef722c462d85b55eea79e17159", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "da0305cc8c1447eb8f92e1a9e48a8534", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "89c4a6446e5a4888b8010b2b1d6f765a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eb744f667dd04b168c5ceeedbee0352f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1e0817fb723641a38c5a781423f631e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a904594dc9b24d698e310c5e3ff89f53", "region_id": "RegionOne"}], "type": "cluster", "id": "e08c0c734ed7480785bd0757cd2d0967", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "60dbe80f370f4d569cb7a956d3bb3019", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b1773e7f4ecd43139ff6dbb3cecde740", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "07aff831e4a94ae2ba211008588686f0", "region_id": "RegionOne"}], "type": "data-processing", "id": "bfecae82433b40ebb561d676020d417b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1c4beafb661341c1b3c983e0a324d706", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dbafd083b65446cb8fc9d55095bc4834", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "31a46dfff8bd437f8bd9bbd969d33960", "region_id": "RegionOne"}], "type": "baremetal", "id": "bf5e9cc2e13c4a969f35f7b292435a8b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e60fb27996b4452f8a1a6da664bd1892", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e430f9f7c0924c3fac3af6ce273002b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "47bf4462c5914c03a9dbed15fa0a990c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e149c8ea36b04746bd28752f15691f16", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cf6643deaa1a438cbcd75e8731a30169", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a72d7b1a931749f2a827eee607b0801f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5cce4a9c3df1436b84c7629c9e800008", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9299d0b0e2c14defb7bae0fadf6e18f3", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0aac137b1e374a3897a639e22c083aad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "142e9aebf82345ada0bdee19fa29b6b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e8eaad9ceb674e41afe795b196bf7008", "region_id": "RegionOne"}], "type": "key-manager", "id": "f17545a833a748a1b9a07d2d280ea4b7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ab268bfdf5f24db29128737cb061256e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "25b9e127f50941baba1ede4787d8945d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "48c6535dd0b34d38b4af9cd54b5887ff", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ad551eff39a64d688fa7cfb45c84722f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b372203b14914911ae339bb4c848d871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "37d812b2ea2740d6b0d946ab73575d5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "99e45a69def94085bbf415c837cf735d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f5e5e9c3c579470fa6f80e276afbf2cf", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5cf017f397ac485291ae55a19743e5cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e8219605f87f44c1a61356b721f1d8b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f46755ee934e4120a316e5bce64412d8", "region_id": "RegionOne"}], "type": "message", "id": "3a01324d9655424886a00eb451734ab0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ac8e0757bf0f47d8b8aa5673690d57c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "75c7bbe53e7643758af5a4045b7342e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0f1b38846c764cce999d9517c28029b3", "region_id": "RegionOne"}], "type": "messaging", "id": "0cebaf49730643e4871c82efadcb365d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "43cf67b487ba412c899e194ab0c3757f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8df63b1c7475452d8e0bb2d1053a3fb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "508d1c87fc264e4498c890e7043ab088", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4760c8739cc749d3b0b5e4beeb156f2a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fa9de42ca4a942ab9d0057f83e0eda53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c5066e4f7a50458ea38c9c0f63bcc3d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ce0d78a4c5f4e71beb43802f067cfbf", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ed29bcadb352419d95a24ac6d784f7d5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "033804c071f5434b8c6b95df739fdca1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "02e0e00e6c5747beafb47e936baa5d7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a4a70016ace546bea4e45eece9bb6b89", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6182195592804c8eb3e172900ba75e1c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "12f0cff898744cea96d4ba1c5c530f30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d44927302bd34fb995b7e6ed653ab8c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bc62ca1424e84ffaae3c65cda056125b", "region_id": "RegionOne"}], "type": "container-infra", "id": "f168724396c949ba84e20325246a3e54", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8c376597ddd342f383e68974c6455f25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "39ebe9fa6ca649bab27af39afff4c2ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "0ffe14d7dbed412b84bab40e0a7aef07", "region_id": "RegionOne"}], "type": "search", "id": "f5d637ec311e4ab99f2bd123a9d37374", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "61e4ad3cdacf42359b13b1a27031322f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6660c3c36bb84233bd432940cbac54d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6e056324b0cc48d7ae830cf9e5cd49ed", "region_id": "RegionOne"}], "type": "dns", "id": "0d1af429e3464b129003f26813ab5320", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1252c47cc7ed4025a00295fd5cf813b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dea6ac954b084d9483f063df861ea319", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6ee932bc59c14fa6804681e1bfa1d88f", "region_id": "RegionOne"}], "type": "workflow", "id": "da57b3195df74f09a4788b2dc6dea950", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "25a238b0e0f7491f8a363483b160489d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "07d1004cd8dd454a9c2579ded92a3ca8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fcbf80dd436d4e30908c2634c18cbe4b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ca37d781a5014d15b43193346120bddb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b80d609893fa4541be457299b235ab10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9f7beabc1014420da90d5070f8a40f95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4a58d90027344b3dbead11b4a68f9c76", "region_id": "RegionOne"}], "type": "rating", "id": "227ab23c52a54828ac8358d8501912e2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "21b0e71eca954f8fadc7f3d8232d3135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c3ac6336dc3a4072ab9366af759e0de5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "784d18481c3e4d0ca5889e7bbd721b40", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d1e6ec60fa8a4dc1ba182e197e64ea64", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2bb662a8a33046f4b11bfc1020770e9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0c34e8403ee443bebca26f2f29e4bbbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b63a3647e2a24d06b50d334c2908fd0b", "region_id": "RegionOne"}], "type": "policy", "id": "da8747bc270643d187d028463b8fa6a9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "08c598c157604765a2f41729a1d05602", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7ec77b6cd7b34cd2a3c8e375a91413b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5186d026552042baa744c258d44ef34e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "33a40c18328d431bb44a09f72295c269", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "787e2656eb114ef98861b2d578fbdc7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6c936d9fe92f4d9e9bc216fc5f8434d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "da55d25d6e114e1f9fec7fb6637c4c8f", "region_id": "RegionOne"}], "type": "sharev2", "id": "768c7e2e49104fa8a072606f2aba6c5f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "386b692bce844d3c92ddf066ee9386c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cb618bd7a1754de8a64c22aa27328d60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "82b1ed0cb2144e4b8eda0778d1573350", "region_id": "RegionOne"}], "type": "share", "id": "55b816655df348a98c239b43be37852b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1bfc5513f5f948ba9b2c054ef3c3f266", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "327aa76212d549419d608a872cca0fec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "7b41a9e9cd484d75b49622b35183feec", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "46f33ba26004416d9767fea10b4d6a59", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38dbcb36232c4198b90b286a49d4b8b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a28b21e3b6d446d38f865e22cfe04b84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00ea9d688058477e9db025ef36d5cef8", "region_id": "RegionOne"}], "type": "orchestration", "id": "83121a6899d441d09df3099586dc0a85", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08d33a2be645402dad4b82b40a4b4e07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1eec910d6abd41338c59a3d5e3760a02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8cccb1f380a6483f93a4a422c710a9d4", "region_id": "RegionOne"}], "type": "block-storage", "id": "9e7e2e18e29a4f4c9ac24c20c10fca1f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8004c3387ab4378a706837032c5ceb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f084c8d7b3642fd903948d98af0dcd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "916e51dcb1a14be5a1410b21fbcfafce", "region_id": "RegionOne"}], "type": "volumev3", "id": "08c3a2ae0aad48409ac53e17658e843f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8260767091034c20a7404d616ed711c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "075d2e0fe02c4ccaa5d606620957ea94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77d4a08abcba445c9a6d7c02dbecdee5", "region_id": "RegionOne"}], "type": "volumev2", "id": "f07e41dc71c340158729fa728e6d72aa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6774360e328f494aae6fe76584043df0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a53313e282bf41e682813f288750f7a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21cf10baa8b149e09ab821c93046be82", "region_id": "RegionOne"}], "type": "volume", "id": "20cc24b15c62494394567dba09877040", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b087fb6d6bc641e99aef50df70333fb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36658098baa94010a2603d004af83198", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47e580c6c31b491e9c148c147380b043", "region_id": "RegionOne"}], "type": "block-store", "id": "939675f4682d41bcb96d9e842764e66c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8dd6ef00f7674ab9bf341f72cc92756b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "865a03540bd94c6385ca24b548c46d01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "69ad72397b35424e8d4e89e1ba45773d", "region_id": "RegionOne"}], "type": "alarm", "id": "7de1a649323d48edb4e72dc2be7a784a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5c9883f7f06e4d189608e31b8e9117bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "508ee1b4582d4dffb7b32f5640e0f61f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5f78c75123b1462092c08a7efc307d4d", "region_id": "RegionOne"}], "type": "alarming", "id": "5ab41a811ce141c1b0d9993eff8d39b5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "989853cdb80444e5b2430556a301d0cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "baaf7a8e1ea741258a16c6fb9f53bbbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bd7a79151f7143369e97e586bc98c818", "region_id": "RegionOne"}], "type": "meter", "id": "ecefadb638ac4322ba8dac80bf274a84", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3c000dde74144d3f82c9f9d08e39d073", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2d849b2c98fc425188285f4177df9950", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f039f79ee01b437fa5d93bc75c0f05cf", "region_id": "RegionOne"}], "type": "metering", "id": "e0d3695e4c9a439ebe3c7de4b3c351f9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a2bbdcbc88af48bfac6d55f034e30330", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c2509bba15fe4edd92f328cba6ffabc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "39ebfb74d02e41d292a1ab716c263d91", "region_id": "RegionOne"}], "type": "telemetry", "id": "fcaedf9dcd924612806d217fd88c97d6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3891a62ae2804e5e98764c0375f00863", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "21a6bea0993b43468bd32e14458feaff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2d270b21b7c340ab8e1c62a55113deb9", "region_id": "RegionOne"}], "type": "event", "id": "4e81ac5846254591b0e253b806010be6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3aa9f124ea9c4434a860ad262cd6ef63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1ec1061c936649cdaedc6d1c120c6562", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "42a0cf618ef04c1ba2dd03506674fcfa", "region_id": "RegionOne"}], "type": "events", "id": "7eda8beefebb4fefaa473425d6097a7c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9ef5395247ce41ab9fcd6417dae50c32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "746ade889c4d480883ea464a82c1608f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "60e7c2ef6037430393a95a02cd80c50b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "510f2ba6d6de47d881e694ab059f6377", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c274de54e41d47aabca3a75c4c2ea10a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a53116a4a77f47d9b68fb72576b15d6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "01a714330bf84598bebf82e74b61a10f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "307f22921020433cbd72f262efd14770", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c55df2b81533404a813f76ca2073b391", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "114224f9af1645c392e12315b748c801", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "dcd1150f644049b0a7a93ad739271381", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "09ed10efe67a4bd79d6fbf7a781c2d65", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5885e63af46644d880c4d2e77a9e0e81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bf894f5a358a4089b17fbf8d13a90c75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cac107bcb08a4a5eb186bc3011e74a2b", "region_id": "RegionOne"}], "type": "tricircle", "id": "1eb1018579b24deb8bb4b0c3d915496f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "08f3cb60cfb1404ebef9b6c83edcc028", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "72263fceb7f64928b28ece3c147e8bce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "cd3550f6869d4bdda19e2b94e0c6d344", "region_id": "RegionOne"}], "type": "database", "id": "88a36b883476472487e323327dcf6d0d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8fb81a7f4d654b14b3dc370c281d65a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "832e85969102438f87097747d318341c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a46290a4fae948ebb2e8d13c15ddf3f0", "region_id": "RegionOne"}], "type": "application-container", "id": "b0228828670f48bc9341e089f2e4ca93", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8691239378194fcc816ade019d8e7d19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ba623ba4e9f5450a9ee5d173f3b35b22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cc9ee5b6f39640a489401e33451967c5", "region_id": "RegionOne"}], "type": "container", "id": "bdaf02a165974cf88cafd59ee52b7a1f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cfbb01995d564273b1a03465ae21877b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6f1569eb6cea4d6086cdd2aea44d895a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a99a7dbd1877491780af60d7af6061d8", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7252c65c3cac4a56aa7959553cb67ddc", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6353a830e12d44d19ddd20291010d5d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f72454ad653245a5bb9f0ad9ecef8fb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e981d983628c4be6952446f37dcd8eee", "region_id": "RegionOne"}], "type": "rca", "id": "6e79ad78a470490d8c0bec190c840453", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bc147f7e45e74e15b1f0eba0914bac4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "716db4d73d1c454db572cbf94a429034", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "352613b38bc24672a744af929935e9fb", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "059ca9923ea242f7b0177f1b854d879b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "1676001468694510a743ceba803a6400", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7d24002edcb2447bbd44b098ba44a0ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b687e112280e4974ba7ad91c0e2852fa", "region_id": "RegionOne"}], "type": "network", "id": "b41a1f7f3bc646c6894ef52baea10143", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9f67c6ec09f5407595686e59d62daec0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "5be0be39e36c470d86f0ca1a178bf246", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "2f1dfe67890a45dfa2431126d4cfa3b8", "region_id": "RegionOne"}], "type": "backup", "id": "8d963331a6a8463ca2b56eaded4a2001", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a6d2d7835d464d378e1e7124e3dd1d86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fb80a30f88fe4ec8b9f2e5f5c0a8691c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "09da1c77cad94220bf2702ab3bd0f793", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1d5eea3cb0b44a1aba131890d1282a26", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5f583005179447b180fd088a2cc32f52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f2d7f059ba6f48e7aefcf2f75373a71a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f97ae310e25345d68af06a57928599db", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "92077733813a44e3b3b7029c12cdd116", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2ea2a5a804714373a3c2b78a0cd07a21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c4d1c14fdd584ce8bfaed7ba3690efb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "16b1e0a9ac8948e28e7efd2b18d6ea46", "region_id": "RegionOne"}], "type": "monitoring", "id": "f13a52e14d414d2bbe21c766763d1259", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ecada86ad6d44e9589d420c79c89174f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7c4a9fa2637f43d988b0a7dd1a269c47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7545e921d78146b7916d1556b10832ae", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3fd07f2d1cad4156899871a974c07664", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "85450aa0440e4365b705fcd099574e9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2a3e187879a44551b12ccf4866621631", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9d61a8fe32b24badb1bca8b4e4585c50", "region_id": "RegionOne"}], "type": "placement", "id": "d14f3a047ee24ad0941727e004ab71e9", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0a6dcd714ba54ab1b57a6733b8b10ea1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "37efbbbd090d430fa824d6233653169c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b9ef496a7323470b865f67db88e1d111", "region_id": "RegionOne"}], "type": "instance-ha", "id": "67e159da7b974881a5c516d8adeeb7be", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3ad1067ae87c4275a2eeb730bda77dd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bf937fa8909742389aaf252f15f302a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "56670dd26440439eae48648a81a139b1", "region_id": "RegionOne"}], "type": "ha", "id": "e8a590c16a1a43b483574449f51d1647", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "eab72ffa5fa7451ab0ba9c7324bd2d2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0fec65b56f9748a597287f5317a2b497", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bc466067e207453bb8920ae9fbe0c92b", "region_id": "RegionOne"}], "type": "reservation", "id": "614b71396666452e85a1958d09fb4811", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9d974b03270f4d358b1ffe5a855932a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1677a82845d44a0faec808bdf9a7aecf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "bd6964248d3740248a84ca15f35d5115", "region_id": "RegionOne"}], "type": "function-engine", "id": "a9a10f4a559b4869bc25f8cbe787f313", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "19feff63bba3445cb08d452f28d28fb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "19d5821ce616469bb15b917602bca812", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9bbe3bd97b9347b89ea44745aa99e27a", "region_id": "RegionOne"}], "type": "accelerator", "id": "d63642465cdb460d82e50a8f10e7da28", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "713ca82bd1324a8bbda98332fb5feb8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9bc85cccc81e4cc4918e9335f5371899", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e8136a9b7d1242809fff07eb0d7f46f7", "region_id": "RegionOne"}], "type": "admin-logic", "id": "77cc6ab81b924ac5bb272708732ec08a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6083ec2b09b64e42b94c9cc5d94d25b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "04349f649bd0408dbe47a0e435829934", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4cb831701c9149899a9226271a95c12f", "region_id": "RegionOne"}], "type": "registration", "id": "a8dd331cff114121afd9e03900ddcb8f", "name": "adjutant"}], "user": {"domain": {"id": "39f0151fc7864d5baab99f62f30a48bc", "name": "6d70e5877f614f8f99a6802e5106f88f"}, "id": "03282d99ed6049c28e74391f9f5a785b", "name": "7865ab0929b9407b8f30ceae752e1ebf"}, "audit_ids": ["7147df55277f44e7aab83c7f50fbb76f", null], "issued_at": "2019-09-19T09:04:40.925511"}} 2019-09-19 09:06:41,092 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,097 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,099 keystoneauth.session RESP BODY: {"roles": [{"name": "a80f25385c2e4df3b442d0e2ea04d941", "id": "229d1b1a946240d78bc5cdb6d0cd0e93"}]} {23} openstack.tests.unit.cloud.test_keypair.TestKeypair.test_list_keypairs_notempty_filters [0.171292s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,957 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,961 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,963 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,966 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,978 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.899903+00:00", "project": {"domain": {"id": "1d465ac3083c4e9fac227467738bcbe7", "name": "e1157460132343099d0c3142a291e936"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ed2c1a984c854f3f9e4930bf5ab8f93d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f0c2093ee9ba42eba6dea74a22c81be2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7a2edd8001ec44b290a9007e7f69603a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "76bd3adb293c45d8b77ffd536d794a11", "region_id": "RegionOne"}], "type": "identity", "id": "bf23860afd724165b9c0b788ad1a053c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "904597f0cd3c4aaeb8f9023f7c5b30cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1910160e51dd418c967255d2012cfc59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "deacddd2b4aa4acaa63e2884e5cdb607", "region_id": "RegionOne"}], "type": "compute", "id": "4d5c781adef544dbb8177ad4a68aa947", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "cd866652762b4748b4df72904549ab12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "118785a0437d494fbdf140fca9831809", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d518b9054fdf4ef7baea1f5499527b57", "region_id": "RegionOne"}], "type": "image", "id": "5fa17126459740289190d4c016bc0a02", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "08db1b5791aa4ab5bdf01fd86d549344", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4a6d9ea447eb48509ec13481e607da4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "717ef2f181c344bb889b125b67f49717", "region_id": "RegionOne"}], "type": "load-balancer", "id": "de19a852bd1d4502ae521f3d314b1f9e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "958289cc377d4aec846df7941c884232", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be5489d1e9074c149fb715c626294699", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86cde5807d344e7b8d1f8f46a4174753", "region_id": "RegionOne"}], "type": "object-store", "id": "50e3751a2c644c0c8ddd900829ef140c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3149b3b3ad6641c48b5eeee1d3ee74cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "01fac2427d3c46f1b98e2a6d7fdbcd6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1679423600ab40569df2143bec90e7d4", "region_id": "RegionOne"}], "type": "clustering", "id": "1257d12de24c46f68991353090a76968", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6c9ef8b642ee43c5890901c5220addc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "488bb7a039d84ee1a6e4e55540347e60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "57362bf0ad49473e866887800fd09487", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a7a780dd2c79433f8d417f88ba644648", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "21b04e9d0ba54c4db3b7447706d98478", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f49b84f1227f4ba6be74584217adcbd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6a82fc1c6c2043cf942b036b586b762d", "region_id": "RegionOne"}], "type": "cluster", "id": "492259c7719c4131953caba8b0ad1b7c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3aef496ecaf340ba9bed1f18af62a512", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cf76475426be4987b7f623465cedcf28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f62b2814b29a4a96a8b6d8e3d965b380", "region_id": "RegionOne"}], "type": "data-processing", "id": "2c5d7718d7f74ac4b9f196618cb1bd10", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c7ace7117b7545588b58f5e72d25076c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a0be231ed7c548c6acb024b608150d9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1af8d2b52f4c4b03bf901d96d8a02c72", "region_id": "RegionOne"}], "type": "baremetal", "id": "e81663fa0268472ea2cd728cb23f2f3a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fb5ecc3685014c43979211889f5fa022", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "620034a603954119928ae896547e8c11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b51a934900034971923e540d7cccfecd", "region_id": "RegionOne"}], "type": "bare-metal", "id": "16afad5fb2574b85a6db90d1aee58109", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e3f498f8b9214e2e9c38c05bcce6b5d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a37d6085e22348deafc816239eb7d3ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d9eaacf9ae514afb8e23b9fc7d1e0db5", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5484deed6e1443c6a8ba1f40072fccdf", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e46f6c833f0645dcba9499aada10bb37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2813c5eeee99405cbca71401d862aa8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ce6879e8172a4b7f98e9aa17818e162f", "region_id": "RegionOne"}], "type": "key-manager", "id": "986fe2506c2c484ca255118e1ce271ba", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1a33dc8ac68a4ecc821a9b0a370af521", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "71e37f6fcbd84182856df54e58215024", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cf1cde5af6b549fb9e759e7c255087a6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "cb862f2aa7ea424c9d1d11c72e65be63", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b73acca589bc463eb81bbba23ebc75b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7116c8391e9147079e7c80329726e567", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c93f95cdec1a454b8bade8fcb644b75b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "85588773e39a4da794d47a6673048cde", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0273b0e39dba4e84b6cdeedadf039630", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "490e9aa91e30450ea3fc0b4d0c17c4c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "645717324c054e99bab4ac9dc7a46186", "region_id": "RegionOne"}], "type": "message", "id": "a9b7b32fcdd64354b32ed527a486f247", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3fdad194a6fc46398890cea7c364e43f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "15e6cba24c5e47fcbb46c306bcca5990", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9a2a236757fc4487af4f610165ebfe0f", "region_id": "RegionOne"}], "type": "messaging", "id": "56d3c846acfa4c4b9bc3ab9e188c27c3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "01c21307485744f79f970fc5f88471a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "48ae33295b8041f6971fd5fe2f896eaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d767f5ed7ba24493b8be012b430fbfff", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8bc00ee54ce049fb8eb8e270d1aaee8a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0a21748c37db44a083531447f0e96d0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7ec68d6016bb45f980fdf8ec055f9b28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7b599d7474ee459f80a8660d2174e34d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c158ff939e34423bafd85bdda6463f4c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e9d876e344a24da1afa7baa858652ae0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "defc9c59d8484840808168d804678315", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cec9ce6162bd4db4b8391e0347163bb4", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e80ea8a0366b4168a45a75785716c7ec", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "57f5840f044f43c0b5f15b27dbe9d3ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "00744ce6ada34534a8b3441fa4ed8c5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "17b12f1d93b44f40bd235d271da7654b", "region_id": "RegionOne"}], "type": "container-infra", "id": "8c06b991b8394821b9be464afa7468fa", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "79e96744a89f44d2aef6142283be1ef5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b7927889474346338cdf6ceade20c373", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4626ad4b43c54e5aa4f55780badbdaf4", "region_id": "RegionOne"}], "type": "search", "id": "76ea33d62ddf44748925bfeabdcf498b", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3909113343f04d259cea6457256a60ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6b20caf73179448aa66438953fcfd189", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "8b61e61731134bd0bdf75053ab2d4125", "region_id": "RegionOne"}], "type": "dns", "id": "8995850b533d4a63a20519091e41652c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "22d7212d3d4848a08fcee0ce25490f81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "46474b2e4d6b4c1cbe4e99bd67857ca0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "38c675e1e5054eae9072158d5015bc45", "region_id": "RegionOne"}], "type": "workflow", "id": "49cc638976c54c608f6b2c1c0fe8c7a4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bdb37a1cad7549d2b99b95b215f42e45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5b971531826a4ff2980c73d5dc608822", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "be9c1d99de624deca609e8bff1085a0a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "74cae43194a54b8c8c72fab1dff85b4c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "995dd8053fb043e18f43a44ae2956297", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "39db8a1b59f34dc8b831bdad803935f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "04dac08b115b4bfa83356233da944e3f", "region_id": "RegionOne"}], "type": "rating", "id": "9b5d801195ba41ceb35957bde1b01141", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9821ee93d1674bdab130cc813d389a08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "814b33ed1de5430c92f7a863477151f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4e996d12f1c44a82a40b2dbebfb8f363", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6bf0d19c79e64aa6b211a0145424dc11", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "28506660b9734c8bbed8cdfb62c57e2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8b4cc8a37fb64cdfa1e3fd6e9fa32f82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "672ef2a828c541f3a8ee9208b8592edc", "region_id": "RegionOne"}], "type": "policy", "id": "6997aa58cf654a689167c649a472ad55", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7263b11153d145259a3229afa4a48546", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "90ae3b1249ba4e009e81bb1178ab0031", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "65cb671300424b7cafa2b58e16c914f8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6d684858617d4b10a8f30535a43382e7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1e82f7f0db2f4cd6b7889584649aa974", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "01c370580769410b86447dc629247b39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ca052deb17db4c4192b6cc9b95d5c53a", "region_id": "RegionOne"}], "type": "sharev2", "id": "8f7db7ea21214d209682b7bfd9cb1ccb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "389870118c55451ea6c72c0570f25475", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "66065fffba14421db99fb8edaae2c2ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3e53e228c20c463ba957ba7b38f12694", "region_id": "RegionOne"}], "type": "share", "id": "c15170a3257d4dbaa18b43f86c2a7c06", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6e1a45a82ad842579ca8d65ceb2d7ca4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9be610966cac4d0189756dab3d226d00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e705701fe7bb4c23829dd62e817a7e23", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "46d27eec07364e74bacf1673d955c6f7", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae03a6ad11cc46c59df393595f311cee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8cbec221221c43df8600ab760200b6bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7cbb9237ae024f3b9732329dc7d17a5b", "region_id": "RegionOne"}], "type": "orchestration", "id": "11d4775795a34f81a65cfa19b436c87e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5005efcde8ff4e2582a23d6eb244d458", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c833fff1cb745f9a3d5e0771c95f044", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cda059c819042f7aaa748f8bc796345", "region_id": "RegionOne"}], "type": "block-storage", "id": "ab6e4443b5cb4f7c82ab3f034dcee202", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5e1b3b6b032492c9d5eb355a472a91b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1e8bd7274d64c28ae12b373130e26de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d654bedca7b74ccf97a00e11a14e6f49", "region_id": "RegionOne"}], "type": "volumev3", "id": "682839f121ca49d7a43daa111b90ac19", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e949fd39fabf4249b15869909cfd0a55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a77fc6f15d324847959eedb2d34552ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f61767d60dc94755be508b527ce0f2a5", "region_id": "RegionOne"}], "type": "volumev2", "id": "d84cd42ec397434b93cb9efc0876d107", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c28d3048c96547448aedfdbffd9f2c24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1cbbf4911e4c486db153fe6e5f580b92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18afa734aa8f4268a29bec8de046d486", "region_id": "RegionOne"}], "type": "volume", "id": "ed1d5e8235444d0b8d756bd66195b505", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1955ccdf6af488a84bf745158569b5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c07aa57f1ef2426bb764f0eb17cd0039", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2b6c9bcef164e45bce51167511590e1", "region_id": "RegionOne"}], "type": "block-store", "id": "742c0d3735bb4d4faf184b2326b7c0d4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f4af5389fe9c4770baf0270fdc3bea4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bab8e1b1dc114a94b001ac1ae2cf873a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "93798ca02467403c9ddde2b5365e4d69", "region_id": "RegionOne"}], "type": "alarm", "id": "f36fdec118cb4a4b93d215263dd707c8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7e34be026d264491aba747398b9ee25b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5f5cfdc53fd04e188b978a359a15aae9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "170557c3d9a042d383cbb14d2cd7c01f", "region_id": "RegionOne"}], "type": "alarming", "id": "1a52f3206c4e40ad85db7002bc659c5d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e66bd1e5a3434a378da004558f38b1b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c09b2749d9b341b8a41843b8189c0b17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b251b78b9e8e4bfaae797e88fd393bdb", "region_id": "RegionOne"}], "type": "meter", "id": "1649c1967fef4c57ab438d246e14f233", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7f48a770d87c4014874a518ba52d66f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b0206a4fe6b04238b0eb31b67c36a140", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4612674ead9144a3a4ad92e98878d70a", "region_id": "RegionOne"}], "type": "metering", "id": "acdd64fd19da46baaa307f3444e80ce2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7450e74564524f24b1df22261569e12d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7039c4a0c70b4a4482448febc9fdf1ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4fa183e27ed4460bb5cdb0c2b5a1f362", "region_id": "RegionOne"}], "type": "telemetry", "id": "f9c70edbe5fe4fef8e0b77c923e940bc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "848117b3a3fe4bf19467dc9e614d7fab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c5c4b7b6a0a44777bce40dfa30c39191", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a34e3fe077dd4128963b71b79ce53e03", "region_id": "RegionOne"}], "type": "event", "id": "fe136e0233544471a297f76d5e1fc936", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5e5e1097174d4c0db250ce95d5396295", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "06f9b607ee8a42cc90c02889c5de1261", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a5cb3f13fc4e46889778282844567888", "region_id": "RegionOne"}], "type": "events", "id": "23f176a39204473bb0b7688ea5f1c08f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6d74e9b499194338a3c5ba69ae1adc87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0e29bf1edecc45118460d4475f9145bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5a6d9511096540dba36dce59d6fedb97", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d80523bc7402454bba93f261beb1eb7b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0fa8e234d96e460d83f7aa956f4f3c89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c796e51e025e44669c12eece090f609c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d31858a93eef4e21ac343eb69ca5656e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ee007197bacf4fe5bb88c8608c173546", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "085611da327e4ac9a1a33629db6f353c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8353efb3deed4c2b96723bc9cb7c0d69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1d13165cca814210a895cfe35f136e71", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "afe01fc32bf642e680c4788bc0276705", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1fa6b5f3f1a744c49f74ac33cef0f939", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b3a31af512234ae989c0276c7c631546", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "500c6bf15aea4f658b3cfd0d19348a8e", "region_id": "RegionOne"}], "type": "tricircle", "id": "9462d0c6a6f84e1c90e2d1d08c59c0c7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0b6b394f04ae46aababce13aa6b6fea3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "667363bc005e4cc89d13e08957b5b4d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "45da8d5b39b646c3a44a8a43437b0c94", "region_id": "RegionOne"}], "type": "database", "id": "16f7cdcffd7a411b86349fbcca6fb3d0", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "457221b029734e1ebc2e79f691f60c19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3c5da24f2b874e9b82932e5ed5d3bb15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7fb1102ca71e48f6ab99417ea0dc95b9", "region_id": "RegionOne"}], "type": "application-container", "id": "1f8f447043c94f1499d2f323382c75ef", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fb00207929c74dbba62de802a682962a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d2a705eb7af14645b53fe9d154571b3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3afe7b09e5b241a3b5c9c48446b027a3", "region_id": "RegionOne"}], "type": "container", "id": "4b950d0fa46740048fc74e16bec046df", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "21c38b0a45e64e9cbe6fcbb5149086a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c3542cafcc4e4812a488e7fbd1e98341", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ff4d22e439d84e3bbced7c1cf7365df1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "3a9eb432fcfb4407be63a5917aa6c55d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7fc20e2274ea435ba7d897ed3fc8a1c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fc220c188ab74299ba8162219b77ec0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9c32bf8ae052499188bd8e96845a6016", "region_id": "RegionOne"}], "type": "rca", "id": "684206fe28df4ea79193f841a94b3be5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "828cdb39acbc47e4a59736af20e17ee1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "009111df3cac4e19acac386090122442", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b4bdfa5795df4a2986525a565e67321b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "776e8a5dd53a4c3081a21ed4eeedc169", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "1711d348b4f441bf83c9f5f226a703f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f541a8741704492fa949cd95523d7328", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f92299aca8ac43238fc67cc223fdf76e", "region_id": "RegionOne"}], "type": "network", "id": "72bbce823dda47faa9f3ad6757bf0dcb", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "fe023efb2e9a4cddae6a232e98ccad6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "152c0817fdb24f628ed2745b561261ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "62086364851246a682420979801d789c", "region_id": "RegionOne"}], "type": "backup", "id": "df4cc1ab55884965a1e2432ed9e16760", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "542f339ab89940d3ab0893c593fd1869", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "99a3bb98041f482a8d09a17fbbfe6df0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7fd203a1417f4242a5e504b2dabff35f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0344bbf94ebc4cb6bbf561eaa481d938", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cd5ee0e8d89744d2bfed8ae9b85dba5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ea2f859d62de4cd2a60bede77abb3f87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "87d398137b344f6da609871a0792f563", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "eea39fb2661e44ecb514cf9fa231b467", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7a95b66c47444045802376c7b755ccfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b96a5cba45f94c9e96e2c7fc2c58f162", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "42dce110dc0840aa861e5471333bb8a0", "region_id": "RegionOne"}], "type": "monitoring", "id": "6caa07fd53b64fde92318401edfa00aa", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f2460b253d594f9bbb9fdae526e4db05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ec8d147124ee43cb922301be36a5960d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "db40dfd9fa8948da9f1b0e400f8d463b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "dcdbdaf46c8d4c43a782249549bcde6c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3b1cf01ae19748198c2a1016021bb107", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9aa1a9207ecc4e77a9e7d2683701390e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "eda1a84e8fe345458fdcc955b358882f", "region_id": "RegionOne"}], "type": "placement", "id": "62d4a90d9dec40b0ba0ff276816f36fa", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "694da041b23147ffa2341a9798a90f63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2b89e95d971c460291a26128fa45a01c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "eba05c2042884104abba5222d905df1c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "36d55680f8394d99a47f92f878f02f5d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e4014a06e38b42daa434d8f9194f11e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a2cc908d76fb4cd4982d9becffd8dda9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d81fc2ee515d43e8a453b9880d8aaa43", "region_id": "RegionOne"}], "type": "ha", "id": "8ff72bc3943b4ac0be92a32cb0afc254", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "72f3d163005b4478bb32ab9e576bc283", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "da15dfa44cdd480799633ec4040a33f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "13d3fdf5adea470db0360d46f4e3cd47", "region_id": "RegionOne"}], "type": "reservation", "id": "5a0a5a94c5754acfb296033ceaa2ca40", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6c35a72574d74e078455486942186e32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7793f6f75b3d416bae9a09115b6902df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "9e631d00102b47f6b454949384426f83", "region_id": "RegionOne"}], "type": "function-engine", "id": "3f626916a89049928c47b4bffcec498c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f8eeae13f4da47b3a372b1d3b4430046", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e38b77ea3e40432c939dc832d95f171c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "aa6ed18dd7aa40b9a1e0acdf2c75104e", "region_id": "RegionOne"}], "type": "accelerator", "id": "18e0767781294804bc3319527f6828d0", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1833feb083814dc4bc8e95f9f841aed9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5dc9045f996e46bd8a184ff1e5ecfa9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9fdf1961abd64334a95036343432b1a7", "region_id": "RegionOne"}], "type": "admin-logic", "id": "340b0eafceb34e36923e92a08147858a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "747a4bb65f2240719ba82af397cfee39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4071ee7b16c54fcbb77a39b5979f1939", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e1db527a94574f7681dd8ea0cfbabdb3", "region_id": "RegionOne"}], "type": "registration", "id": "5d05dd8d44a142eca6218ca350204a80", "name": "adjutant"}], "user": {"domain": {"id": "4924845db44142aba1eec6c0d3814983", "name": "16136b9820914771bb9dbde118556aaf"}, "id": "47c39bbb25e34f4392a1f4162980a5aa", "name": "76b59c4e9a6c4e0faa2b21a46dfbdb64"}, "audit_ids": ["b8119c33e9754c0fb81cd6b5d730f826", null], "issued_at": "2019-09-19T09:04:40.899903"}} 2019-09-19 09:06:41,052 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/os-keypairs?user_id=b" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,058 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,060 keystoneauth.session RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkF3MX59OrlBs3dH5CU7lNmvpbrgZxSpyGjlnE8Flkirnc/Up22lpjznoxqeoTAwTW034k7Dz6aYIrZGmQwe2TkE084yqvlj45Dkyoj95fW/sZacm0cZNuL69EObEGHdprfGJQajrpz22NQoCD8TFB8Wv+8om9NH9Le6s+WPe98WC77KLw8qgfQsbIey+JawPWl4O67ZdL5xrypuRjfIPWjgy/VH85IXg/Z/GONZ2nxHgSShMkwqSFECAC5L3PHB+0+/12M/iikdatFSVGjpuHvkLOs3oe7m6HlOfluSJ85BzLWBbvva93qkGmLg4ZAc8rPh2O+YIsBUHNLLMM/oQp Generated-by-Nova\n", "created_at": "2019-09-19T09:06:40.954959", "type": "ssh", "name": "key-2", "fingerprint": "7e:eb:ab:24:ba:d1:e1:88:ae:9a:fb:66:53:df:d3:bd"}}]} {8} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_list_role_assignments_exception_v2_no_project [0.112363s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,052 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,057 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,059 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,062 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens {31} openstack.tests.unit.cloud.test_image.TestImageV1Only.test_config_v1 [0.136194s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,022 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,026 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,028 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,034 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,045 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.958870+00:00", "project": {"domain": {"id": "44a6d58385c442c1ba8a1b0326b0ae53", "name": "cb28a3ccabc14071a97a985da15d8e26"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c31fd1feb05140c78c878bdd4e2894cd"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e59a995977f24a70890514651f5d09da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "50ad40f812b443ec87af9f5ecada3b12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "76b32e53a1b64afbbce20523cf169e73", "region_id": "RegionOne"}], "type": "identity", "id": "79487371ea384d61a08c5817d8cff78d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2254967a7aa14734a1f8610bd0dddb72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cac64eab2acb4656b205987d433ebb15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e74057dccbfb49dc9bd3a63c5855b6e8", "region_id": "RegionOne"}], "type": "compute", "id": "5d5eabc1fa73418c87063c11b279e141", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "191a667d9ba746fc812eca163fcc6093", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e099d7b406c8492e86d02b6216a5c9c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f132c08a7b8a454cad30317960577750", "region_id": "RegionOne"}], "type": "image", "id": "4d02c749f4fe410190e7d05b18c00321", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c8da87b2dece4e1baa373f5c5853d32f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c22649fea46f4030b2a7e32ab4d18a49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b471a0532d5e4cc79320881de9e13c79", "region_id": "RegionOne"}], "type": "load-balancer", "id": "23726c0f7f7b4b3583b2eec0e04e1329", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b275898775ca4b82860a864d4ad66bfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6cabd64beba4e6a8ced0560af7666a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82ef1d33597f4c30a62e9f27d89130ef", "region_id": "RegionOne"}], "type": "object-store", "id": "03ef757ea55641f480b25fe074ecbd1c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ca5d4131728246d9bbc4189346dd6d17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "61a6e476ae1848659fa93f4c5c4d6a95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e66df84687724f548ca762849a7a2e74", "region_id": "RegionOne"}], "type": "clustering", "id": "0e573be9b47543838cbda3aded9782fc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9ed26cdd423d4360a6166acdbad5b3df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "38f6511d16474186ad3932628416a504", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2deb4e1eed8241e1b85b414b92f91869", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9ddaa199300a469ea704827834613c85", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "83670762c2084dd9a8394886b22a52d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7914eb7e2bf24adfa673bfe29c02f0c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1625ef8e5c9e44c7936d689c8224fbf4", "region_id": "RegionOne"}], "type": "cluster", "id": "2f33c655527b47e1b5678f1bebd32e51", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ea19ddd114d14845b0ae9d3742983910", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a5655bdf83654c4a97e585ced272c974", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8b83af596f4d4fa3ab5ac7d1f167fbb7", "region_id": "RegionOne"}], "type": "data-processing", "id": "2f6c798424024cf4b30e84c480279691", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a1da47ac03af469ab80aa054709c76e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "56bdaace147a4e119aa04d475a960e3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ec11c13a9e39483fb46f8b7acb8cb3bc", "region_id": "RegionOne"}], "type": "baremetal", "id": "261a266106a94e00b36dd29bd06da9ac", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6563f1af84ce4aceab4784e3415cb7cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "690474ad50f4456c81bf52d7bffe881d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b3e455bc1aa746ceaa62ca1641ea1bbf", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2b86d33b83614b7c816d09335f5c0e02", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ebb5dba42eaf48dc9ec49820a6142283", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d65d1faa9a7e47dbb4b037769fa8b83d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "cde90ba2f286450d819bdd9c82c51480", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "76dddfc33f6d43b0b4235639781a7ade", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "914c793a9d0147d68334d518347cbe66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bab40e53c82f43e895439bbe8047a054", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "57a1029d77684888b653b0120501c048", "region_id": "RegionOne"}], "type": "key-manager", "id": "8e7413a1942d452a80e1d181b7324e32", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b3b6b34f630c4241a4b495e749ebf0f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f20f72ba8c144656896d4ab67df23d1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8636035367db442d9396f6bb17b631fb", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b320aeedce934c0b94772b9ba252a914", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "18b774ae94954d0c83ab49c6dcb3e468", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ac746a658eb445a59052391d62b7bdea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "643eb3beb5944a12995d4233872c02ab", "region_id": "RegionOne"}], "type": "infra-optim", "id": "fe90b8a4ff594c26bac919e8d1a69517", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "745b639550aa4de398e86440548f0cb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1f90ddba8be9434c9946da4f7a6ef804", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5cf07116c1264a81afaf9a28226a5c69", "region_id": "RegionOne"}], "type": "message", "id": "54327e5605aa49f1bdb711bf78d27827", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "31afca4527c84ee3bd61c2f75d7cd4de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3ccb3f83823b4f5984e23eac33729eef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "15276cce0a844f3387c87c0729ab9f5f", "region_id": "RegionOne"}], "type": "messaging", "id": "7efa967654c3424687065ec9c5b9b154", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "22f87eec4e874544ab932aceb30b1db0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "bb652341dade4f18bda1980adef416fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "bc092a0a603847d6a972d27e4e5cb732", "region_id": "RegionOne"}], "type": "application-catalog", "id": "fe5f5c440f5144bab719d241a6e8ad63", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a5f0066fd3334248bb08f4c88c49bad2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bedd49860fd34ec3a5dbc4615ee79b81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c858940974b6498ca45db16070572688", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0d78f59da6c24eb9862228ee630215fb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce2f9b27f0244099878ea8ad6132fa6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f95be9455433439eb6535a16821c4d37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fdfbeec8296540c38c5fb5227fdd4282", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b0157dbfa8364276ad2ae5e09ace6a34", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "70be91487e0a4353b6e415e51fb55567", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6a839f233de341f68f39cee7b80f6860", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "92a32566f49d4bffaec963160e1cad1b", "region_id": "RegionOne"}], "type": "container-infra", "id": "486538dbf99f4ddd8c6e4d6b51af7310", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "804779ef8ced4476868f662c449f7e7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "4d60663f392e4ae4b5b65138e89d4527", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a9efd5e4f3654d38a4f374da3325f628", "region_id": "RegionOne"}], "type": "search", "id": "d37048f18df7437db92c37453b1e4f6d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "01bf67d2519e4408a933912182387b4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "5f9a87e156084fbd9be27cd25c6cd28c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "58a80050f3b5416f850c7c3731b43dc1", "region_id": "RegionOne"}], "type": "dns", "id": "cb5298999bb44f6e8a8d2a67a1c92879", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c8e5a143e066412d8410b0eb55530f5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7559e932fcf44da99ca386025dccf2db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "660fd96d48e346148a79e3a9225acff5", "region_id": "RegionOne"}], "type": "workflow", "id": "6ceb42e66ee64860916d8b8fcdadfc38", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e0da0207a4b04c3a81dcbd517f6a3fc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d1bfb1d65f2348059cdda0fcb0077892", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4b7edbf234d8411fa42ae27fa1d156be", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e39cfa271f5b4edcaf19cc7d7415580e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1971ce65bbcd4db8b08ac93eb1413145", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "57bb04073de24a44aef3e42d8f3610fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d99c5a04cd9e442c9654ff777ffea24c", "region_id": "RegionOne"}], "type": "rating", "id": "40105886489148cbab5a4518cd225e19", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "153498ad3dc0486387d605f35e6cdf2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0b9d631ececc4848b0b212a2c3bccabe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3c50fb7b355349d7860fe608851e06ae", "region_id": "RegionOne"}], "type": "operator-policy", "id": "cfb60705be894d15889d2181b5aee627", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "eab7813120f24d1da479439f509e881b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7c5444ac3d884686a279e94f3ca399ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cfbdbe5018424e6499203cf4e0985e9d", "region_id": "RegionOne"}], "type": "policy", "id": "57be76be3fb1406bb35452a63981ac15", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "866ac828aae2414680f6c1e1d24356b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c8c12c49e0564927ac4f23a756d50a6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1a5867afbcd5406381fb3b3d6868a149", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d6edd833a29542cfa6e365e11f2ce758", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ac28ecf927e54c2c8e00570de61f5ac1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ed8efdf597004cc4b361d5688410023e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "440a52d46d4e44138f6a70a24b692d3a", "region_id": "RegionOne"}], "type": "sharev2", "id": "000d20be512247838277a39cd5759ee6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "60cd02b390b84649bfec78bd58d2325e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0364249fa1814cd2b8412dba8bdcfc69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8c82645bb1d445048ccdf08896c13d9d", "region_id": "RegionOne"}], "type": "share", "id": "a2cfac3e3e66479393f45973c30680d1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "529206e6bccf4693a600178ccfea13b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "922998666eeb4eb3a3e5b029dc8a33f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "71f04d85f66f46bb8d052788ab9832f2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "aa2a6ccd27f445ea8b50f6d67c2d2647", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba90b65f31a247c3bd073a2d071c1870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f672d1ba95eb4aedac07a5c52d714e89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6460fc9b4924050934d6618537b9abc", "region_id": "RegionOne"}], "type": "orchestration", "id": "bd01a8c7073c4ea2ab7dfec3d2b2e610", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95fb8f7129c243669664cc7d716ec291", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b99dff4ae14246a788ff607ce9af6038", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f3f86d955534981be41cfd1ffc1f3ca", "region_id": "RegionOne"}], "type": "block-storage", "id": "92d8fe2e943e43d1b8c92f67ae41f45e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8798fe2e030046bab56433b5e7763eca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8697b63bc8f4d57ad771d16b71c5f00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40776199d70c4b979ad7bffa974d6e19", "region_id": "RegionOne"}], "type": "volumev3", "id": "a554461e3e264d6082758013ec3bfc03", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee722934c4ee4276b82bfb4b629698cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbaa078d7ec24f9abe444cea9df72fb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa7dbbe7080a4282b868db4e19245588", "region_id": "RegionOne"}], "type": "volumev2", "id": "a1f0bcd2f54d472b97dc94e283467432", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7c8fd9086714dc49341f990589b7dbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95fd4a9bd08a4833937d00b3998b79de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11ce299bfd30495aab0009f129a68776", "region_id": "RegionOne"}], "type": "volume", "id": "b54d27f344a74683876eec943e6b270d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5ea1a165c5b499ab02ad1ee0b29efc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94afe2178e1549068bd71708ee02cd63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a831c1b3ebbd4cea9ab50d597c3588b8", "region_id": "RegionOne"}], "type": "block-store", "id": "74f0be6fc55b4d319b521e41fe148fb2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b03ab502f7ca4377be55679eaef3259e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3b0d98210b0c4ade9825f2cead0deec3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4adf5cb2ea34481682ccc70d01840783", "region_id": "RegionOne"}], "type": "alarm", "id": "f3f0ce8401f34e00a5f69d37c9c6ac1c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5d096249d223429ea9abe2296bacc3d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fbcfaa27b90d4ac58b16cb6a3dcd8302", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3eef962dc8544195ae86f89a59d32ff9", "region_id": "RegionOne"}], "type": "alarming", "id": "9a1ed65e09fb40efb5edb2ff1ec6ff00", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2feaf62dfbea45d8ae076e9691f3bffc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9f64131e99014e1d99068b0c7ab50e24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0e1cc649893243a9b89af60355993d63", "region_id": "RegionOne"}], "type": "meter", "id": "b0cd335745a346a4b0e8fc3cfdd46fc4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fb4dbdc12dff4dde8fbd0ec68a6937f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2c90f799dbb5449fa79b3bce5223ff25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2b4b951dc68b4be7aaea6e471c1a7ed7", "region_id": "RegionOne"}], "type": "metering", "id": "561d935c3dfb48f492b67c35fff91ede", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9e320b363d7b411a9aa867845dcf6ed8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a3c75f9d727a4e2ebffbff305078c431", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1710233b45304489a1fb9b0dbf92f619", "region_id": "RegionOne"}], "type": "telemetry", "id": "57309072a0564efebfc0cdfe5279ee7d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "aa5b5dab6377477c841addd173784f0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f8ef64b774b645a3af50c433df1eb601", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1c1b63b4ab3a49c1a43f3c50d4a84fb4", "region_id": "RegionOne"}], "type": "event", "id": "0f26cf2e34d7472e8a6055c7259c60f0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "956a752d3afb4da2a925bd20f73c80d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "42910f38196f405c816fe14fe6ed6ce0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "92af996cdd9a40a8bb6aa1ecfedb845b", "region_id": "RegionOne"}], "type": "events", "id": "7c5c612cc4094ea2b4c6dfc79408a551", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "42702b4a0de14fe5b0e9be0c4fc7749e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b3a881e1a71e49bba75bb43e0a750006", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2cb7b4a54e0c480081770d58b4984db4", "region_id": "RegionOne"}], "type": "application-deployment", "id": "67df310b97134fddbf6b9f86981b53b6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e9cff54dd6e043c0a0fa9cc44493ccd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4dc6052b7fb3440d8b8ae6c2f507c85e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5ca10a02d08142d789571ecc53fbdc1f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d717f4880b984568a7314b79a13fe502", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c55196fff3384863bb1f79d079cf5e7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cd296b3eb0234bb68b912bac2a24580b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bbba5b52e51c44eb918019bf91a97790", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "81f45a1edfc34ded961db2c655e76103", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e964b6d3453445949e9b43f80e68bd54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "82867b576ba64c42a96426ab6ef0d21f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a9b0d4118b294872ad496e24875b67c7", "region_id": "RegionOne"}], "type": "tricircle", "id": "8c1347215dfc4fd7bc888a844c428125", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "869bc10d1e564ef38248b98fb1245e6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b926dc52555f4b9c863fc26d467f2424", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c68f93b52ff74fed9ee544b2b1e09c77", "region_id": "RegionOne"}], "type": "database", "id": "c6e37e50ff0949b1ab316aa7f1ba0c3a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "58a775a816394d48b8870a3c5d6990eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a8f393536b374b61a3d1c731745b838a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bed1b8aecf344c6aa3f3541636eee7f8", "region_id": "RegionOne"}], "type": "application-container", "id": "8244289d661b4a72a2ade6d8b0b203e8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "aa35bb8478514ec29a21dc57c6cf3a5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2050de36894e4f47ac756594d3a1b4ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5b07a7f657fb404bb6a6dbfdc244eecc", "region_id": "RegionOne"}], "type": "container", "id": "0d17afaff4fd44f68e30e014083ce5fa", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f5b9c13cef0743d5b20c0b8946e79dc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "31392be123154de18f2520a6b57ea042", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5c1bd83464c7488bb8b5c684b70bf6bb", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "db39377266e5480299db9743c315b305", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e8a21fc67c59408f908d9c4509c4039a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "190b51d4718142c2bb33dcbaaee9f76a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6104c54b3ab54a80b3d1f636a347c1d8", "region_id": "RegionOne"}], "type": "rca", "id": "d9dc3a9ee5e3482eaf9047ac75a3b87a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e97406854c7b4a20a222c46b9ea3c838", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7ca9c5ff226c4905ad0673ef48f9e0ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "df8a3a07f0df43b2bd91e0c69eb7d640", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fafece28c9b647d0b3d2ca5d15ab6f22", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "79d476671cb74c2e9048f0a970bddf53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "585e2b05d5af4e499ee5e0b3d23af87b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2a6639c7d0e7401ca387e906326badfc", "region_id": "RegionOne"}], "type": "network", "id": "228e8a388a304dada99a4c25a5f5bc9e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6d8797101cec4aaea25ed60949619e59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ffd6acc5c74944c894e9e438af098454", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4a2ff3faa7e148d4a7c7f1da242c14d4", "region_id": "RegionOne"}], "type": "backup", "id": "be9111ae3ce845e4b42aad5caa9ec4ff", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0f55c62220bd4300aadf6e101e03eac3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1a01fc87606d4911a69bc7bf3f3fcddf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a38f8c8c3897402881c506dd2b3e763d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e968cbabd92a45578bbc0d1a1b4c4426", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6a5f4d943d834ab2b81f736804928fbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5498bd13a6c2410baf8d3c98e8ac6681", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "610a910bbd8b4681b207ff3aaf3b91d8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "4cb319a319674be0aaa150c19ca48d86", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ba1b090513b04af3b21ca75b5880b2d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2cc9db82d40c469183be8041af7f323b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "fa1fa64fbe014c6eae30482130dd7de4", "region_id": "RegionOne"}], "type": "monitoring", "id": "8418ac0829664a6386fec6b679e1f851", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cdd29215f9eb4d59a0d97e3846dcda46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "12210f0b3d4e4d8ba2029a8678ca3bc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "800204eb204c41e8af9eb0e926f6ed8b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "cd25f3a52ae04655813cf58e145e4937", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4d8c5b3900fa44e8b0c97c995f3ba92e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "78a62f90e4b74efe844f1e94107438f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "016ba8be619c4d8a9d8b3f34a312ee35", "region_id": "RegionOne"}], "type": "placement", "id": "94252df9af174257a3066dcf83bca0a2", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4056dfef84da46aaa8f4f5d47a85bba5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "56a46674ee4c440fa8806440e2a17fc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "360395bf3a914401a9c9601aa5e6bec5", "region_id": "RegionOne"}], "type": "instance-ha", "id": "cfaf2a546c1b4c7bb1622ef874e5a86d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "721acfe207e7406ea7cfc7b27659d968", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7daf082318894c78ae59457df57600e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "13a81567c7d54cc1855786b58c62ebed", "region_id": "RegionOne"}], "type": "ha", "id": "46204307624545319de14657249dec68", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "faf6db2ed49e4505b7a5428f978603e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "30c6272825ad4e93b22c93a6d1830af2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b352ee0507bf44239565422216f8bb6d", "region_id": "RegionOne"}], "type": "reservation", "id": "90e01f1442dc456aabd487c04b7318a7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a11e7b5c6a374c5f86ae9db77395c600", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "50b0b18554464f6e8a93674fcae671f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "87ba31d3dc9447c4b001aad6536e97d3", "region_id": "RegionOne"}], "type": "function-engine", "id": "368e7b06bff54660a8d7f904f594a19e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e53b2ab0454d483a8ab6d5045cd31ff1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d221480a68a54dd8875da6edf4bf7d80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c022cc704ee5461fae0aedec9d18af90", "region_id": "RegionOne"}], "type": "accelerator", "id": "47e1b642311c459c8415c983e26d721f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "eecb43194dde4c95bd573ce27aef403e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7136c2e7261549d8895e0219e151f37d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fe52cefdca634c8daab0ba085f56a246", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d5a269f13efd41e3ad97306da3ae1e71", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cf54170f35af4fce8f0938c111e5abb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4dda91e205ec4f3382418df48540760b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bf88e36a628c47549c565f31b54ae853", "region_id": "RegionOne"}], "type": "registration", "id": "a4765dcf9d00422fa8e5d61b55fc43fb", "name": "adjutant"}], "user": {"domain": {"id": "bce8cb785ef941b1bac7a90ee0c73587", "name": "7d20575d33474ed9b9f2cf74c2dd9a07"}, "id": "d6d648bf57284f0aa66176448ced3b1d", "name": "656c2adbb3844c25b6b67215839ec803"}, "audit_ids": ["360c34e1182242fcb86d142e9b69d1ca", null], "issued_at": "2019-09-19T09:04:40.958870"}} 2019-09-19 09:06:41,064 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,067 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:41,068 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } {5} openstack.tests.unit.cloud.test_network.TestNetwork.test_create_network_with_mtu [0.176271s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,906 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,910 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,911 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,914 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,926 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.843064+00:00", "project": {"domain": {"id": "139f259b63e54e8c99fae634b3005d97", "name": "db84a427e8244560a53f744163eb4d52"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6b9712f91bdf410286e3cc18abbb06ef"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "935db64c46304d149e61f57c9ed297bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2088513382d84a4c9be4d72b656930a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "88a765521ff34bfdb56d2b39f452f0ca", "region_id": "RegionOne"}], "type": "identity", "id": "cb2a27506f4048f6830eb3012550ce03", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "298f0f72f8f2461bba3c1d0e4bfaf048", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cbed25502df44b1c9a322e885a7ab333", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9a147cc403d04dc4b5d0d178ade8a6a0", "region_id": "RegionOne"}], "type": "compute", "id": "9032f89b58e4410a99c5a789698a4068", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ee726892f51345c1b1b34b713a6ac8f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "443427cc1e424f96b26abe8085aead4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a99123d4945f4b60a37521fb54b6b4e5", "region_id": "RegionOne"}], "type": "image", "id": "f652aa20ad4a4d4abefc18d74002ffba", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9723ea60cfcf452ab461ea9ab771e0fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d3584e9b7dc24ed9b6f59bd8e26d3699", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "879164b9c2b1415daa724ecab4d2aae3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "790e278cbcd843a8afddf513d85663a0", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d098c8a441246c6acb7a8cfda30e538", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b4ce6f409304b6b9bd3d757e97d2387", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59e915b51b2249c5af335e138e184680", "region_id": "RegionOne"}], "type": "object-store", "id": "a86d273ce5bb4d7a95be23a189cd210c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0a2ef29b71e94b02a3ab9d5c36ba12f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b1334d311f3f4f7a947ca970b6124503", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bbfb1512226d4eac8e7b6b43b9176cb6", "region_id": "RegionOne"}], "type": "clustering", "id": "cc258835f0754388a122c5f72f7fd1e4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fad13b286ad34d12894bfc917a81da64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7966fe8676594e12872da65d411f8d5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9588d6200b454992a0a7e503d417839e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8e0c73fd110d4eafa3fe2c4cac6672b4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f5b33d8114d047f194b19abe8ade0480", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bae00fba54a649ad93824923b8fcbf30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dc49ec316d4a4f39b5464d3a4a1ab0a1", "region_id": "RegionOne"}], "type": "cluster", "id": "b76dfcc19ec040cf8a8179f93879c578", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "51dd296750874e869000134a7b8669ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "dd6a2f6e4ce54c7e8f58d9d0a2fd0f63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "dbf9e544aaee4bf48192dfec265d95f0", "region_id": "RegionOne"}], "type": "data-processing", "id": "b050eea1a94545dcbf83e18e94332e89", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fb017a84aee04567b08d2b54c3261809", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ff70f37c5a4c4388974f50b635396076", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8ac9a241586747a1ae8f0f32a32eb716", "region_id": "RegionOne"}], "type": "baremetal", "id": "5676a94f92c94b7892b4b66b51a620ce", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "69593d33986e428d86da8858a0d9a668", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cd17884aeda7413ab4d7300011c25239", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "eec9e1f566ce4fcfadac6e6d4a12219a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "01c332cc2c714a7682065f6c1f72f9d8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e0dc88bafa374910b5702c69ffe2bfde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ac0a10dcd67b42149fd664e9b904c4de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "85aaeaa02d8c4f6cb92e0e17002bd88e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2507e78ebb254973ba4b9d5e55a7159c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a45fc9c2707246888bb7dbe9df4e2f6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "63f8669181c248bab94fe87d47cbb199", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "044bf64dc55b43348cdd103f19f32e4a", "region_id": "RegionOne"}], "type": "key-manager", "id": "64487aa1161842198b90c29201954c99", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c6450044ec124a16bf252455f6532f89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "aace149561fc4976ab9e931e682efd3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e677769c30f84fca9f5912e57f14e1a6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "39d8aadae63141a48982376d34868894", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a01d7ef492c64813a03af595a4c48300", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "16e0ff4cb6cc44d5bc3099927b841bfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ab862dd4c46d4712bee503a6e1abbd65", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4905b1fd93b04a3e8f15c2cdee07c177", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "80a64180ada440dc8eaa231c85658274", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "be65ed3ddba94a8b9788a06aef04ae85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1180850172f24f909bcda05758f33d25", "region_id": "RegionOne"}], "type": "message", "id": "c785d5301556422b871040788c241ab6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9c8822f3403c4a1f9acb33520da7b4d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "fee5f66d38064dc0b8e16de621116ed4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ef818eb9c1804008947adcf4ff33ffe2", "region_id": "RegionOne"}], "type": "messaging", "id": "8e7787f25d424e2a96f9afc1feceeaa1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a4c0fedfd2f14a0d92b7f93eab8c56f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0c3c389c9e2c4fb3b9f3e1c8562baf7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1f58e73f9df646fe9781c7e89ccb63d1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e74065fbb979476f87781633182bcadd", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b4fe57d2b56e42ab8d3b2ac44c3a01b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f9a0cc42407428ab7dc7346a816f598", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "10740709acbf4898a60ee90620404575", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1aae77d430be4f31b350f2df9fcdac24", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "17065373ff714c6e99bdb51483840202", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "381bebf185e646d8a5201c368cc5bed5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3a4a1a3ad92a45b59a18a782b32b5241", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b26dd6c3b79b410cbb37c7d0363f6506", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "42b49f651f204e81824bfea96527c23f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "31408278cbcf4d34b5bf785057838721", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "172c960a1ae347f7b8fd2866add66121", "region_id": "RegionOne"}], "type": "container-infra", "id": "068d207825ef42c688c2ad7991286b7f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5d53a76e44b24600aa5c5ea0ee26a0b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e7bbe6e969174523aef8a51c0601c99e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d8ffbca1f0444c48ab1ad90aab063abc", "region_id": "RegionOne"}], "type": "search", "id": "cf85c98051634cc383771a3f78728be0", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4aefe97637e542f3acc9f538883d9983", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e43c349b9f7d4004b3a5d1e93747680b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "07af3c6136ba4de7b06eb0b539b8ace6", "region_id": "RegionOne"}], "type": "dns", "id": "057dfa6bbbeb4439953dad24d04a3d81", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f049944dc0ee4754ae252758dbaa3e6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1e3bc2fd1f6740df9d7066b49f248bd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "24e50c809b714f3784ed1602843c8c38", "region_id": "RegionOne"}], "type": "workflow", "id": "75c111388c5f4c3eb96ac9d9b05c930f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0d13cdff3b6d4272a3bdcae0724cc3ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "18765ddd42584e23940f556338d8da12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f4cf3f539cea44f6931a48f52442eddf", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3355f449d8164ac6b54b22da6f089f24", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "00e676e6da64406d8ae6f7046a2aaa9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "832d910ab6a94a9d86920f091a1a38ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f8fb7196cd4440d58fd5a7e587ca2395", "region_id": "RegionOne"}], "type": "rating", "id": "08d5c57cf46d4f479af10798a0812115", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "afd0e2241b6f4f97a557886e67c265b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7a9e2c61c6644835ac9462f6a1971e21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "35feea1ba74e400f9bca8e992b834aa6", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d824f6067aa14526b1d0af76210267cd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "71a2276901c145f5bbb5f60db7806465", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "30fe538095074d94993e0574e64ba609", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3b0d70c2337b45fcabd4bc221cfa5cf3", "region_id": "RegionOne"}], "type": "policy", "id": "89e0e54ba9b445758ebc86800b225e62", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b206151d72e1475fa63863b384d99f7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "238aabf613f64d1a831738b382f138c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ff96a075cb4f42999148792e6242f82e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "73012475f76944cab1a0338035842975", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c4ffa70e1c0e4012adfc328f286f3c60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a6cb6625749249c288e11df63d29c7f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fb8e3fd380274824b0d33b3c1d2fc983", "region_id": "RegionOne"}], "type": "sharev2", "id": "1179bd37ae634ce7a268caf4b0cadaf1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4c4959a280624d0b9405bbccd0f07f4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6095d423f3e840ad94c13afe5d257546", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "17e3233589f24c40955f06efbc9ea450", "region_id": "RegionOne"}], "type": "share", "id": "b924e99340444917baf9948626b9dbd3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "41c8b8a0b169469e9726cc6d05525925", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f9997bc542964c5f83845ae7ce8afaac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "8b9d6885791246f5bff643897c8dcd10", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8554bd8a0d8545fc9d3b0e483689936b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7b1e4090b9842658ecb97d28bcb739c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cbf5f93005645cbad694461b146b306", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f6748ba97884f7291759d9f4b0422e7", "region_id": "RegionOne"}], "type": "orchestration", "id": "25ce31d0eb504f698694b3248ef4d7c2", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b595dccf7a2346bcb946f944ee53f038", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e61ea56a4444f819148e682301df0b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2328e7870b4141549fb94a3f317a46f1", "region_id": "RegionOne"}], "type": "block-storage", "id": "3bd9945f3963445486110fa54e73379a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "737a4430977b46379ada16982c97bd4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81675e717a8840f8b08c7a689beeac57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1735e5b027ee4571955c6b5e0c5ef949", "region_id": "RegionOne"}], "type": "volumev3", "id": "20595086c5994c658dbf30efaa656451", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4114cf72d8944304973c9c62f0c7cc8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cced2847783a415e97130729fba59372", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d147fd8950bb49a6b64b9d63d3bc25e8", "region_id": "RegionOne"}], "type": "volumev2", "id": "4b4c72934d58498893f564f394af3e1e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f15815c811504123bc1342aa2d7d86d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3dd3e70e8204245a78483763966bd2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89b4b573fb084a94976cbeb77548d817", "region_id": "RegionOne"}], "type": "volume", "id": "74fe6573e2fe4eaba4d27b7555629cb5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0730be5105634227ae87b9796ff69f91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fc3bc60f9a04b6490153b80a28bd658", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9565131800045ca9062b6f47ed17300", "region_id": "RegionOne"}], "type": "block-store", "id": "64a120a287444dea846f696ec6d15db4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "400a20781224449892e393fe02f29d13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bc813c66802d4456bbf35e69a3bf0c7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9400df16a9974b7a91308964c374e224", "region_id": "RegionOne"}], "type": "alarm", "id": "d794e7e5b5f546be9e9915b90506fda4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7b47a65261834b00b6c372287e9680e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "36945d05b54941cfb8b8a96d4005b522", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f2beea56de3041c994471f044e604e00", "region_id": "RegionOne"}], "type": "alarming", "id": "e48af45630ec4da9b9c5ca388d6f1e45", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "edbf7bbe1f594977a6aa75d2e599f45d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "92f6b719308346dda70f1800130eafbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d7168ae9dbd74daeb5472100261ab29a", "region_id": "RegionOne"}], "type": "meter", "id": "a70a7781f84547a6a507b7a0f9b9e00f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3c5087de9c974311b3ef5a009976a868", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "88ffd1e38c4a44c29103d49ca3235031", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "628244b026e64944b5db668db165a456", "region_id": "RegionOne"}], "type": "metering", "id": "fb2c1029720846b0a3837d77ca15a909", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7d79ee65de98480d983c6dafa263349c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8bc43a33b89a41c19909405ba0429cba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "da7f07f87d3c447cbaabaf520d6d89b4", "region_id": "RegionOne"}], "type": "telemetry", "id": "b4a083d67fe745ef88ef7fd7f88eb0c3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6b9bfc169e104ea4bb5986e83c186f20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "712a7ddd21db4f75a0dd98ee50187d76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "051c254442d048e3a7d67dc7d8943904", "region_id": "RegionOne"}], "type": "event", "id": "5473ef6ffa204818915762ef76ea6d3a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0b792836234446fd94c6cbbf5827f875", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "66ee10717afd4a1c92b1d0a8e64816f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8d69aa1d2aa2431d8be93e812488744b", "region_id": "RegionOne"}], "type": "events", "id": "412a6b6ea8bb48dc9f713ae34a645c77", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6cd9d8b6373a471ba4e1288daa1a583b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ebbb6c4468e449379513a7898a40d0df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "93bda21b4e424799ae40435598795562", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2fd964445dd44dddbb4bda0b610183ac", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "631ef3ab830447298eb3b59a8b96f02f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3d5efd6bfede4cfbb215bce36df3484a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5d3a73708ed84ad98409e8ecc627c917", "region_id": "RegionOne"}], "type": "application_deployment", "id": "63a1e8390ceb46aa9a19fcea3b0e1c75", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "eb79cd183c0e4a3a8d36df6dab67523a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "be6e2ca0edde4c5c9d9a43f3c1797b9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6ed5ae262dc34c4a8df037e6c7d6fc6b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "423e511b499e461ea75eb616eefea1e9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "59596bc3dd3244f687ae0fe92c57cbd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "73b0c83f82624ef8a0f8492397a9541c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f789d7cb31174e048ebb7a46f3bf09dc", "region_id": "RegionOne"}], "type": "tricircle", "id": "0895df84579444199f21c085f2c9e6a6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a3fe95e6ed394a1d8c70522b0d4b803a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "22919d41c9eb4ee4a494a0c1f48bbcf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "353803b849214d178ba90508155d8e5f", "region_id": "RegionOne"}], "type": "database", "id": "a937f06a0eb447c48599208ecb6258fb", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "504bdcf501374237a7388eb0b6bd7c0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9e126ef7c5374773a3bd0d84a79a7c1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3ed6ba9775824fbb8e12b9822b61e443", "region_id": "RegionOne"}], "type": "application-container", "id": "303e231f5aa640039ca543a0577339df", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0ae8282a7f8a4dd597eb251d9df9e1f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "986c1ec16a054eb2ba948d46ce85458a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e19cc8eb1d6d4abe8af9b51fb4e12e1f", "region_id": "RegionOne"}], "type": "container", "id": "d5d8da252ac04464bddb4f471214f777", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6a8bf79c2ea84a0a9a4579ef0bced1fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e514a284678e4d25a3ab6c37848df510", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "401e856681ee41a88775154b886e18db", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d5c421cbe88749ac96c90f266fdad5a7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e221f57eaaf5489b9d93a1902f4240c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4f4db789c6154c72943d3ed86da3c7aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "02847f005c554cb582c3f0b27020d7a1", "region_id": "RegionOne"}], "type": "rca", "id": "6c0c20a02abe4601a94355eaadde51a1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b5ac78f29ffb43f6b712814bfccde45f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "17b6972938e344a9bfbd5609bef20a56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d4da1220cc7747c1a1b1059ba21320e0", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "32b82da162a44227831adbfd247a35fa", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c73bd0935c9c4d8d869fa614443e4905", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "8947b0f84a8e43819a5fa276d2959544", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6c0b9e47c9824a139e960bf437395b66", "region_id": "RegionOne"}], "type": "network", "id": "a31b79ec843d409aaee3b135755f780d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "cdb4a0cbd58c428d906998732e15c976", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "deed36449b7a41c58e8c8dc10db7ce88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9ef67ec6c6044eb1b586f2284acd669b", "region_id": "RegionOne"}], "type": "backup", "id": "0147f52241e9468e95e33294bd3619ed", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ef7c96a8fac04e549461323f30cc2b3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ffe40197e797418c81a785ffe6f4becb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7ff3344fa0b14208944feb2de39a985e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c779cc4314064c2882be86daa1d6a0f1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d1cbda649cbd469c8e49b3bd4677e432", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0967ceb90c234c37b004817556b29260", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "28c5892a3fce4b8381fa0ce42bf79ee2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a223356568474de1a3cea910e77adc89", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2d8c6a16afd845edb6f87ea5aaa72fe3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ff413e8a5ce245a08fa867b9020af250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f756474af2534cc681e8d4a68a193771", "region_id": "RegionOne"}], "type": "monitoring", "id": "9124e8693b1a41e49960b30c6c3b0746", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c05f9196e9e84f94bb47c778b034a94e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "00753e4f8eda46a2a9b07a1da87e5ec5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "02ecd8e3dae742619d5a86150c9dc8aa", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d60a24470c674d9d9d19687def208f32", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "22c1f51e508245ed8065835a42463f92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c7a31ded1be04904a9973782ec3faa72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "3ad62e2b4ec14fecb056284232db326c", "region_id": "RegionOne"}], "type": "placement", "id": "521582e41c35479bbc3b7ccb94d003be", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b03dc1996caf495eb392a9fe17614a56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f5a3b179b5114910aff695285a117741", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bcf5238e156c487eb62e643dbf6d62c7", "region_id": "RegionOne"}], "type": "instance-ha", "id": "948f722a90b24a40a7a5c81e989f0309", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "654393c68dd64bdcb894e08f5b1c0bc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4921d4bb25424d858be5673df5fe054f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d43517b33a9349be9564759eb95ab16c", "region_id": "RegionOne"}], "type": "ha", "id": "fd3f2d4e50de41678b03c29aff353c95", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "02edaabc075448ba8bc38da336f1a9cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1dce40f6df4c458f8b29414737078a4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "9bc691e986134e2f93f6f962137f7066", "region_id": "RegionOne"}], "type": "reservation", "id": "5c95d059a1844ced80ffeba998805aa6", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ab411e325a5646a0924865fd62419df4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e446e675c91940669e59768f66251c5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1236bc8290ad496a921b97eebfc6e358", "region_id": "RegionOne"}], "type": "function-engine", "id": "2602be50bb484ff3bc6cf85661f466b4", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3e337c4191e54fb6b92b1db49c89676c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "78233d30f9cf48719ca0f39ddc7b9017", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "dc1d632f115543da836cdbb8b70b43b1", "region_id": "RegionOne"}], "type": "accelerator", "id": "846aed4be1df42f59fa67c5cc2cf795d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9c6a7ee47f274b34a2b25eb7362cdd51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "13ee7f7cd2fe4e6ca6f00b5de20ed716", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7109d1b84e244aa7b347e7e43195c551", "region_id": "RegionOne"}], "type": "admin-logic", "id": "02fa0d71580e4646be82169a6f667dd3", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8f527709479c49bab4f41f17d057e61c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ee9eeb99baae4c7f8f96b9a9191460d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "609682ca3492496fbb384ca13aad906a", "region_id": "RegionOne"}], "type": "registration", "id": "96213dfe2be54e768ddc79f3e6767c38", "name": "adjutant"}], "user": {"domain": {"id": "77486d420a6747c480b2df200fe521ba", "name": "df43d11add024b46ab02da895e082dd1"}, "id": "bae5943d343d475da93d44217f6bb826", "name": "4e75babffeff4502b92f52500ca7c00c"}, "audit_ids": ["23339f309a934aa1ba97db501e60d717", null], "issued_at": "2019-09-19T09:04:40.843064"}} 2019-09-19 09:06:41,006 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/networks.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"network": {"mtu": 1500, "name": "netname", "admin_state_up": true}}' 2019-09-19 09:06:41,011 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,012 keystoneauth.session RESP BODY: {"network": {"status": "ACTIVE", "subnets": [], "description": "", "provider:physical_network": null, "tags": [], "ipv6_address_scope": null, "dns_domain": "sample.openstack.org.", "updated_at": "2017-04-22T19:22:53Z", "is_default": false, "revision_number": 3, "port_security_enabled": true, "provider:network_type": "local", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "provider:segmentation_id": null, "router:external": false, "availability_zone_hints": [], "availability_zones": [], "qos_policy_id": null, "admin_state_up": true, "name": "netname", "created_at": "2017-04-22T19:22:53Z", "mtu": 1500, "tenant_id": "861808a93da0484ea1767967c4df8a23", "ipv4_address_scope": null, "shared": false, "project_id": "861808a93da0484ea1767967c4df8a23"}} {30} openstack.tests.unit.cloud.test_meta.TestMeta.test_basic_hostvars [0.106075s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,054 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,059 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,062 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,065 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,079 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.994267+00:00", "project": {"domain": {"id": "583cd9956c1a480098081678da0488f2", "name": "d44b9ce9ff43447283ddd232111196d7"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "9cd3907e6dbb4afd827a695d41002ed7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8a3081c64a5940e4aa4b4b67972148fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4f211c2731814a14ace758e4bf1f2e31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "692080a5921743bc8ccf2768332c27c1", "region_id": "RegionOne"}], "type": "identity", "id": "37e2b4763cc74a73b49ef35737b6f979", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7040ed722d184413914d0b2c0445a99c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5bc685b40ebe46e0880292859c723f63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b41cf08a55ae42b9b26a723f4c3cfb47", "region_id": "RegionOne"}], "type": "compute", "id": "4c95b779bdb54127b123c337f5609d7d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "bd5289d909834773b0373206c99d0d4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "73d11c4081c74dcfb63d2e89b08d5082", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6c0b7a3b936c481a897502bd829c67ea", "region_id": "RegionOne"}], "type": "image", "id": "bd4c952cd4f848f28dd3740561344606", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c18a2731219346c780f257f30b3b9680", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "61c2acd01eef4f49b847576cd624a26f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "43446a9710f44d2592d08fdc5b526a85", "region_id": "RegionOne"}], "type": "load-balancer", "id": "4f4a4d92975d48f096317c71acbccaf3", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "466bdb9089d04374916baa0c92e42c04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47180790005a4c18bdfc990423130ed2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62a1a8996fe242188439edd47208ff16", "region_id": "RegionOne"}], "type": "object-store", "id": "b61d70f4cf8a4913aefcb2c1690a08fc", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7a101e07cb7e4cc5ba27bc79bea0537e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "405c83980bb44463bf5343d17982e482", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "077e6cec82994329bcc6528a4f11fa7d", "region_id": "RegionOne"}], "type": "clustering", "id": "20ef41b7011f44acb798c9e9fb5b8221", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dc02b7dabf8d42e4a7a192a48a5d4e0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "88a09caffef94a48bc44218f16e0e7a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c7deb741030b4330a0e42dec2ee511b0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "64774b4135054fbc86c5cfcc406e3848", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1a6f9e8eae3c4cb49e4fd10195fcc90c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "649f5046242c48ad82840162de024f0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f1b11fdb1ff2400aa9acf63e78f2ad87", "region_id": "RegionOne"}], "type": "cluster", "id": "31c7c5a908e44d69af911cf56afcab7d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "908978f3b44c4a96a7149a0eb0f90f7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "38eab3c0d1c24e23b4c30635ebd6ca51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "5355632fd0e74b3c9cb83ff7bdba7807", "region_id": "RegionOne"}], "type": "data-processing", "id": "ed8cad8e13b740fe8d1e2e5107b028e8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5c6386bd65294e5d872b00d8d4e3c423", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "097832c71de24c19a823378925861eff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e6ab7c046d9e473dbe4080cc4df6a37a", "region_id": "RegionOne"}], "type": "baremetal", "id": "5c1679f490f646e4b85fee34c0b47ddd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6e5b6fbdbcf04ed2b577c3b706dfc066", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a6f5d79743074f059d3ecb3459fedb24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9efa4ef74e244bef9486c79698eae186", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a1731085a70a4be9b2773835eeeeb9a4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d4fc8c58bb114f4dab2d9aacb686a221", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cacdeb4f203c4d9787f5178d42fdb88f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b3e43da7cd414bec940d00d148b9b855", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a88cc90c138c4089b21b5e8750338de5", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b80b611f2a854c208c16dfd508f4c91e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f61cfd6a765346a7ab3fc1d775260844", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0680a70c0d794cc88931fd27f40513a5", "region_id": "RegionOne"}], "type": "key-manager", "id": "15220605baf4405c8c6d0160f153a7cd", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5c91b95a71874252b73419caf4b11761", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9c47d38fee264885acaa28de7def5f3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0c188de476744dca86c396c3ffc3574c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c3babaea5aa24d7d8549948b10a17944", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9364ab325618460588c46b796860484f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b5114d3ccfc24816818df52d528d1574", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2b97f192cd464149b128a16029657b7c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f1c9daf3f6554e4797099edef9e569e2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9c057ede278642a68c8132f760c4f6e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b21a4648a73f49b1994cd99c18130f61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "da3ae7770ad842218ea59c57513a5ab3", "region_id": "RegionOne"}], "type": "message", "id": "43ea69ab7f044044a91644da49103f59", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8a5fa8ecf4444f46a2b3355ab4279d97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "732bbb3dc0234192b856b57a63fd1884", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "29bc4d7aec904eb9977d073969aacca5", "region_id": "RegionOne"}], "type": "messaging", "id": "f1d4af1ce2bb4c5bba731365ef39eda0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "213ae79cdc0744f6bd00804337d9079e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7720ce34d4bc471bba062a995367a2c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "57eeaa8f8cb8426a9827f47db7d2ad24", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a684b57fbbb7415b80c5ac40ab858445", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9e02f0700a5e4642bc1e3cc18675d6a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4c31fdd2dbb74d76ae05a9e49232c260", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fe161fb58058468aa7cd61bc64c157ca", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "9d1e26ba3ed74d249450a7e84f8165b1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd7fd8d9a1fb4b728374b29e0d65d252", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2dfd1cd42b144f069b00095c15a91416", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7a05094594dd4be6aaa55f19604ed6a6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e37b2db2e9b845ab87eb83a0d307246a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "adb1cc8ec897475dbe6145f6232e33f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2379ce56b4e24faaacbfa0adfaed76ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f60329a9c6734d76bfe9f07158f770c4", "region_id": "RegionOne"}], "type": "container-infra", "id": "4fb2fb711c4943e1b0b31e55c17d85f0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "27843f137cb84949af6bef2eca634c48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "30c6774e0c7a40829cd4a21adadfd994", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b0305e0c72364c92ab5885ac043a87bc", "region_id": "RegionOne"}], "type": "search", "id": "71d0944662ab4387a401cac617ec0aa0", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "0b5ea68512824b6c90c08b55f26032ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "98cd3ff7fd554b3381c44be77f3c0010", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "0520d145df484ea1a52af8ac4271176b", "region_id": "RegionOne"}], "type": "dns", "id": "b65c51914f0e474f982f0fecfd0948ad", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b9dadeb6c6a349b5a7df1c0ff5ce0a4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c17cedba1dcf43dcbf750c172585003f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ea879eb319704a1bacb403e32a8520dc", "region_id": "RegionOne"}], "type": "workflow", "id": "1138f0a76ac7421c8db8e439acecf950", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "61350e55932f4922b0c819e992e0bacb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "42a908589b424da39d75b18abce4cc47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e832bd803eb64e8581a3a14ab94e68f5", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1202d8f5071c4cafa6079657f6651fbc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "3f95f815e6fc48cea388b1734835f247", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "746771737f1d43fca63edb2964e6063d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "042f67a598dc4867aaf81077c37a7e24", "region_id": "RegionOne"}], "type": "rating", "id": "6d6f26048e16491dacdeac0456a856bc", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ac76a2f2e4f548999ddbae5521899177", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7ec9d3b84368461caf2da8f7877753a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2c64998619b748cbac211c636dbe1a73", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d4b4762b13cd4399a6db7970562be6ac", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0093e9f2584148699204556c69f34a10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f4754ab92e074b27a6f2942f7a37d362", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a9436c67baaa4318970ac4fb0a5d88e7", "region_id": "RegionOne"}], "type": "policy", "id": "6d13d4a75416486a8f8344eee69b761b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "854f2431f0a4442bab93b8c2f18e0c2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bed81dbdca204fe19a909192f4c0c4bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "60ba110fa5cf40f9a277ed5e66a139e4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "697e75c4ba294e7ebf8a9a5b5a333362", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "28d5b533c1b54e67aa414194d90d786b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d317dadc6b0b47689753551d32e07f91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3eee36a15a3544d2958e2ecfeaae82fb", "region_id": "RegionOne"}], "type": "sharev2", "id": "ffd56afe044e45398c13a18cc87ad387", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e365f0b3b8924bb18821e0dc7cbb0b7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "15d63a1f9691426e95b34ffd92bf39a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a35383ac5a9443b692ae6079e2d979b1", "region_id": "RegionOne"}], "type": "share", "id": "a442fc5d98db47f1922214dc86ef10b6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "acda51ecf1c04962b49bde4eb0051282", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "01351a9bcffa47ad9c2ef5c923337516", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2d2552207ec645cbbca6aa11f9661182", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "fcb73ec2ade74eb8a7668f9c834ccf6d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cff8ff5dd3e84117b833eab30f1f8ca0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22176370504b4fc7b2b40e1fe83772f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad810d487d5f49c39a0d01a6e75cfba2", "region_id": "RegionOne"}], "type": "orchestration", "id": "8e5eee3f1cc04aeba8e41d69e8a93a6c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86a2bdb0fa8a4d83b7849c148f92e006", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0a7b7e9be8d41878b576827debc4d1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5bea1a7aa2a4a3b845a63ac887b01a2", "region_id": "RegionOne"}], "type": "block-storage", "id": "b641b06ec0c64ece9b96c78e2b92dbe5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "250ea982aaac49ffadecf31ccd6f00cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8bdaa9112ad34fb1a09b00cff029a9dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d644f7c3a15b4a309cd34bf42dd6a048", "region_id": "RegionOne"}], "type": "volumev3", "id": "fa031bdc7efe4c3393f0611fc0b7249a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be1e2c821ecd4042ba5835fc79762684", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19c807a2ffee45f3a23beeee2797cede", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "975ad2ebe1534a83b430b1cbaa251c74", "region_id": "RegionOne"}], "type": "volumev2", "id": "f74331eb08884917a0441937181c41f6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d93827c835849609f8261268269b9b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81d133f712cc4765a54c72be802886c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3563ca64c10942799e05efc9cf676f4c", "region_id": "RegionOne"}], "type": "volume", "id": "397273affc1e4087904a58f33ad930dd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef2d2514afa64ffcb1f01226de675d5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd71e139e59142e29963e55f7e0ce246", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ddbec6fbf1954b439d81c47fd7b76149", "region_id": "RegionOne"}], "type": "block-store", "id": "cd91aef45e1549c38e7b9f8e7a3294cd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c35a6f57e5e6442bb279c0d8986a2c63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dbf049668b914873a4d074b028b31799", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "347ee441a4624fdcb94330ea61d01612", "region_id": "RegionOne"}], "type": "alarm", "id": "d72113cb4b09440bb748d903f900d928", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4717198809484627930766158fd12a96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2c00cd6aa1a845998250a7bbf3ee37d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4f3bd2f1090049f4bc8b78f595e9e7e3", "region_id": "RegionOne"}], "type": "alarming", "id": "58686b5efaa54fd78277d148be0162ab", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5618c67b90c54aa0b7cd79c9453af804", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "20f46a11cdb349d5b2d770fdde881454", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "93825bcbdf154647a9c63df4164b44b4", "region_id": "RegionOne"}], "type": "meter", "id": "1c79cdbfa9084cb09bec315c76bcbfdb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "612674f72d3b42dbb9f77bf607b91d11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a8f830cfefa6488f87d81ed4dc78a97c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1d3569b5ad204496b011d157fed2596b", "region_id": "RegionOne"}], "type": "metering", "id": "5a501c611a1b4f35aa3f79f5ac402f96", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "04321dc84c924d16a3bc6f601161060d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "95cdac6b789345479c4b371e1f9a61c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d36677499bf24068a0f8a425e3c03bb2", "region_id": "RegionOne"}], "type": "telemetry", "id": "86b39e3972c047caacc89e2bff4f5113", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2da4e020a80749778254637dfad21390", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "696da5f7a8424b4087aaa9b929513586", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9d78d63de8b240299f80e3c083f7ba5d", "region_id": "RegionOne"}], "type": "event", "id": "8f0f89a9918a44f1bbca18985fae9b70", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ac823b28eb5b4d82959166075ab432c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3d7e5e16efab44e582e69fd3ebe1fe1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "76f78c57a47f4412a83380228867870e", "region_id": "RegionOne"}], "type": "events", "id": "c9cb8d6d5edd453ea828d8c954e2ff30", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ea655a8a6d6449c3aaf9126b2d1f48c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b308416e9a1c48e195324ec006f4dc57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "128d4cbde181409abd8493a67966b00a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "882582b24a5142558d0680a8bc3c59d0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3b16d5e5b27642208cd29603810021a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "56162399eb574821ade578711f66a165", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "af009b6895ba4d45803d3a9445c69c39", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8230550536464cdd8eaf27db1ce4d676", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c4ce98a44e134415b787b73ecac212e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "267f2982158e4769bbf273be1a591c8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "338bd834989142969703cf9ee6b41f52", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "69b74a9ac34747fba5770adc2250a5ce", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6f3cd3463a2840cab5803bf83601a86f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2951c1e39f47489aac10095b22e3895b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6d6bba3ff2a0473ab48adfc9096d5e4e", "region_id": "RegionOne"}], "type": "tricircle", "id": "bea9749d82294b808f4d0dede58715d9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7d737d001eba4e609561bbaeafed6865", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "78d3fe0f8f5f44a1ac8dea567ffdef35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "044c052f3f3c4f4292b092aa3cbe10c4", "region_id": "RegionOne"}], "type": "database", "id": "e34b136903904f01898c0198fa0406e7", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "af67675e568346948d0f744134b9fd59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a0fdc17b427d4a22925fe7019a01cbb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e6c704cbb909441092f6985a1929b5aa", "region_id": "RegionOne"}], "type": "application-container", "id": "87e3e119815248788e4fb17e1b57a4f1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d3bc3fdcda1a41f298233ddc19bb7a92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3ebb29dc1e444d60af4fc0fe1bdd1d2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "43b76e1a3ea24799a68fdc0f38c808a5", "region_id": "RegionOne"}], "type": "container", "id": "0c8bb1e9e2ab4e02a19fa726d7daa565", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5906e50c757d402fa8e66ec1080bdb98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3b801acc5ff942d887ce0a79aba9c63a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f09603cc146c4a48936fb43272ad30b2", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d6b52196e99042c19afe24af26b5e321", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "67b49fb5813d4212863209b9f3fd6024", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "44b605938e2f4ea4959db216714edbf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "81804ab2d59b4eaabaf1398a7fbfb7a3", "region_id": "RegionOne"}], "type": "rca", "id": "cc07868d217e41c799f0da080d1f064d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "cfccf36e2ca2484ebb652a8cdd16d692", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "439a94c418aa434f88c53d07d35b7829", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "32f9d4bc505e4e9c9990ef4111c856bb", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "88f25b90638445d186c6047c4d639d23", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "1dfb1da24673419ea211861eb4b7b24e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ec2871cc2d7946379c6943ae2607c3cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "baffa90e90474da8a8f345b37a08b371", "region_id": "RegionOne"}], "type": "network", "id": "da7410d8435a4ed59dd81a2c4b4c8269", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "775358fdc3544a168695e4a0dec9d4c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "694b0b1457164592b2c212197c1c053f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a7aed34649de46579e568c4912f6964a", "region_id": "RegionOne"}], "type": "backup", "id": "31ba4e1e93914d669e2b524e0a69d6be", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1864a6fa0ba04dd2b88a87ae8cbbe1fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b751c58aed8745739e03d274594f0938", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "94b3f5af6de7414099eac7084b3d0315", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f824d887884c4e5abc5e5861c0d280a0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cac0e7e0b89e4252a664104cccb43e0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c959d8581b7b4015bbb58814fa9c4287", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d57f13844c8848be8386e7bf52e75779", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9f3435a50c144f73a22a25e61058231d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "28d4aee3a0f245c1a8e35e18b43618c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "91cc07274a614fe0848281df032b5c24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "352c73919bf14df1b61f399b63093ef9", "region_id": "RegionOne"}], "type": "monitoring", "id": "807231e5ed584e6ab45d6c6377b573fe", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "eebf8583a21d47d1ac0d30e115eddee1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cdc2fb19cf32477ba05faf60334eacb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "76f030845f834ecbbcc9522f8c786d9b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f510a26045f9495687e21925c4ef9b9e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "055956bf550b4806a328b869f2727c15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0e2e0f6c616c445da1c4bbaafd04438c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "264ca750fc664a20b87fa7a38bab178d", "region_id": "RegionOne"}], "type": "placement", "id": "706b43f8d21345b3a90331fa7e9858b7", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "23c71144d82f40a282344dd0b5499ab0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "382bba2f089d439fb7abdde32d240fc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "247f790ea3624b55b87c13fa0fc1b33a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "873c2d65b7884a4fa5b4b1d707b58b6b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6bb3ada4a06145a8b71a4213cc1a8e1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ab89ebfb590a44d8a317e6740f067f50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3df47aeb1c7b41dea9f7ac7c54896c33", "region_id": "RegionOne"}], "type": "ha", "id": "59d5d096553d4a618adefbc3e3294873", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0c87583db9fb4b3aa8047b7279682598", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "920c47fe25df44f09764cbeb6543d376", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "0aeb2405537a4503ae9204ae9a137608", "region_id": "RegionOne"}], "type": "reservation", "id": "dc24156177d940d899d1a4acc19618da", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d676d52271cc4f27ba27f8224106d179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "75e169a5456744c492883dbdda8f8f39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "df04ccdf8dd24757be8a187429d9e81b", "region_id": "RegionOne"}], "type": "function-engine", "id": "2f917624955f41718f7a93d29aa45566", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2d7b1d9fa89a4ed2b079402781c44a94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9bb6d53ea68f42348c0044b150bd214c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6b552e194b7a4b8d9e0043b9e6b4a843", "region_id": "RegionOne"}], "type": "accelerator", "id": "9627bc478bf14b2fa1fd65e41f844c8f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7531cfc78c814681b5d796428d318fec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f884a98c839442a1a733da501558ea0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8390185f620b4e22aabdbacb9fbcaea4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a89623ca75364898969c602020b7bcc2", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "708817058eba4f94bdd486171bbc7c92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1296fa44126248798cead214895c8aa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2874dae6ff8744b89b30a5dca8ad4e3f", "region_id": "RegionOne"}], "type": "registration", "id": "01fd4b0731044ad98def739f0c6721c6", "name": "adjutant"}], "user": {"domain": {"id": "22770c42749644d19fb0421a75d77cc3", "name": "419df37d65bb40f3aff1bf4302b3e05c"}, "id": "b2d6ffa8c92c4bd9b116969b4cdc4e2d", "name": "85f4f0059b4b466ca57b160bc9a5fdff"}, "audit_ids": ["31556698d1fd4befbcf1bb0dfb1afde9", null], "issued_at": "2019-09-19T09:04:40.994267"}} {29} openstack.tests.unit.cloud.test_qos_dscp_marking_rule.TestQosDscpMarkingRule.test_create_qos_dscp_marking_rule_no_qos_extension [0.164441s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,998 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,002 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,004 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,007 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,018 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.939533+00:00", "project": {"domain": {"id": "d3f56bc830ef4bfabcb40896df51b377", "name": "27241f75d17042b39f5bd501b2edfc24"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f8474d99b1ae48f087950c2fa8c7791f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9c1ff742a5ce4ac8a3e59f794c1ea7c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "cb491420021b44c582617ee674f9c680", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "296eb7f26bcb4b79a8b058b9a0958997", "region_id": "RegionOne"}], "type": "identity", "id": "0cc75dc483a24454bf22a7f22536e818", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4c8a7f7ccedf456c83deeb7944c19fa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a304c84d5e224ea48e9c09cb257d3e1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "db64537ba5ac4e539877fc6233f02b66", "region_id": "RegionOne"}], "type": "compute", "id": "e9e8a9831f814cc3bf70095bcb2c786b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "bc03242d72a9430485770b636ce2ffba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3ab06399d11b409c8e36e2dba7eea0ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "54ac7d3ff97646c8a4e2c34902a1d650", "region_id": "RegionOne"}], "type": "image", "id": "ebbe0fc0e0704c5aa94a7550c5bbe8c3", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "00eadd50619e4405be43ef6865b2702e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8532f6817252493c9ee6bb4ec8512f4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b891797e7540426aba76084538436d25", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e01c6add6500450c85fe2e4aa7e6661c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad8d6a8c95924668bbd1949bc782073a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25bc28690ac94e9386ceb6a1a919c4ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d39e805fecd42578c6529197688c2d2", "region_id": "RegionOne"}], "type": "object-store", "id": "47fd446c74514db398eb54df9ce77cda", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "df34b0e992d546e3b5ea8cef8bb6288c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "96d361b7e4bb410bb88439fc31509d2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "612e0a97164e4dec8e51a091da24b533", "region_id": "RegionOne"}], "type": "clustering", "id": "6b15ed48aed147a4a8b294ccc814bf4a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "10f7f725c36243b08434bddc57baa7b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8d62d31b1ce34492a5dca01a82a5b677", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0ec037b5b8cc42459a1fb4f59243ef1c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "465e6aab589d43019cedae7a15e408a3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e3989d957f1d4221a0f8ae89ded493ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d95de5a1f5384c5f90a242aedaca06cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f31503ac47194cb2834618797d6f457d", "region_id": "RegionOne"}], "type": "cluster", "id": "acf7cef424734f0193ee6999ec0737be", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "69dbff3fb4c8416eb57e471cfcd476af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "071c2f62813a4dadb9affec52e687b5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "fb485794382742198933ec6784e1789a", "region_id": "RegionOne"}], "type": "data-processing", "id": "82f8e7a25eca41439e477cd1cea80f30", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4e2db1f57c494d09931dc495c18c1182", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e3b5d64664434dc1bf3c16e27ad243c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "00b70525be9640bb9f87194303bd3e3b", "region_id": "RegionOne"}], "type": "baremetal", "id": "d650b119e7db48dba6ea88c54a1f7fb3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6530bd6282de4c188ee109258c11654b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7c9edfa2f7be42f4952f4734e196f635", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9be43548f8084103b49ca558eba22813", "region_id": "RegionOne"}], "type": "bare-metal", "id": "feb408945db447a3bd5f3967b2dccc03", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "50d94a9acd4a4017a8e358a4592c2cf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6cfc0c45748249b59abef08b8503cf7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ea11d0f8a4c344c5b5a48b1c10ece5b6", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8c1537fc532a459eb78aee8c94ec8f87", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ab79484c8f8642bfb3c9449c84384312", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "397c140e29cb430d96a082c1332fa835", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d5a99a6cad2346318d942c93af988ccd", "region_id": "RegionOne"}], "type": "key-manager", "id": "e683030c810941919f57c5c183075315", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0d7a025797e748da83d13ccd7acea858", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d702ceb280674a26b5edb3c64c5f617c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2bdff649791943ba83e9cd2c8427a11c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0ec3f3a4505c4b2c9b0a5f345c962b26", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0a327a6024fb458b9d5da70ea0792f35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7bb44ff0a6e042f386a7436d34288fad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a4f2be61e78e4f68910f78f32f5a2af0", "region_id": "RegionOne"}], "type": "infra-optim", "id": "55fe77f16ffd4c659d321880b9eeff2e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "12203b24cc1646139f8b49666f15b7c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ef9c08606aa3496a8d24d723db23392f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9addef8d20194471b5e77af7faa124f4", "region_id": "RegionOne"}], "type": "message", "id": "9fb0b85a98dd4ef3a38f3ecd5f2d29ce", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3983d0d2eb9b49c59cbfccc809fdc9cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bbb7295f8d1a4a6e9778166b5c45ebcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "446f7b522be0484db481109b39b8b1a3", "region_id": "RegionOne"}], "type": "messaging", "id": "7050d667b6ab4e2ab4c7929983c0352b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8b2e553cce424d52af983224bca9ea29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7e6e282c4d20467584215c6c51577e67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9a0cc0cc153b42fcb1804abe1724ed48", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b6582ca42084401cae95122c3ba650ae", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8d5793b50cdd43e9a15786597cd04301", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "157dfb4052264a2ca80fba8ce2760e19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4dee6a1201e84649886e7acaca981104", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "9ddc2a2cf61e4e32a66a1488f0812ffe", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e7dfd28e61284878aa1b984ae1056314", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "08b5ae7eec7643e3a27eddb9df7553b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "786ec4cd6cc44785aede78238d0b73e7", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "8dac911482f3481a883d2fd6ebcba69a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "613af8e86ceb4b3b80ac7325e799718b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "33993a0cbce7419fa5065350ff1edd68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4222bd4057694dc8be899389b84213d1", "region_id": "RegionOne"}], "type": "container-infra", "id": "846265a87e8b4787b7f913a47bd38c1c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8c19658c3d2142988ab5cfefd5a3a47d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "74350739e95048319855f7b73c82dbef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4296db41b4494fe798cbaf8bfb0b04d6", "region_id": "RegionOne"}], "type": "search", "id": "c625cdd2c20843418424c50e97dd07f6", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "01b3d262d7284412a2683f72f53ff484", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b874357f353b4002b3f0b5553d3c318e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ba0bea1d19164bcfb6bb54a02e8342e0", "region_id": "RegionOne"}], "type": "dns", "id": "aedf4a62a70746448356f27abdd3cce1", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "18c44b5947974eec8bdca973f2989f04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "69ed5952e7e040bc9221dbfbffaa6cd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c628f8d3caa24eadaa8376b7e43d120c", "region_id": "RegionOne"}], "type": "workflow", "id": "ed175d9cbe5745c49bba8441228bacb5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "db160a2e097d48e480826549cb3abef0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d584a1ed07074a199c4511513e9d3c09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9cccf319125444d8a75221e202b9d5c8", "region_id": "RegionOne"}], "type": "workflowv2", "id": "488622247cc7455db97b992169436508", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "83b1e0f8b06d4edcb03b0b5308baaf44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "1156a2e2851946b1abb52190fbc2d490", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "65532dfff9d24d9480bca8533fecd7e4", "region_id": "RegionOne"}], "type": "rating", "id": "d174fa8fcc8148c4b415c43a86a4403d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "343075e5374b4c35beea65e91efc75a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "53b2780f2a7c4d8f907c4daa4f807bbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f19a7dca7f5949f8a2bb2c8f46d51165", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1c944375b2554ff0a4b43d93f45fceae", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dbe3502a3ed64c6781457ff7d424d8d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c8523f2788274c0c8e4dd587376188de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4758306c9de442c59b81d4ed625f4c7c", "region_id": "RegionOne"}], "type": "policy", "id": "be116ae88c9c4356b4ab44c5712d4f42", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "16cc2ea011ee49a78e3a2ebd267f9180", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cd98f297e8bd45498da5b7013961a939", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "938198b1d2d64fe6ae60112223ed8aa0", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "66a952cf46f048e6a5755cbaa1bae6df", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0992197e947d45bf94b066f093795311", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eedfb71cdb8741ea9661d7a76c8bb036", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c8791d5def28436e835263550c0e0b95", "region_id": "RegionOne"}], "type": "sharev2", "id": "6f3ccb125af84ac08085b57a9582953a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "895fbc0e8658407b8e4df0aa8dea91bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3d13af45b651460dba090a3426ab08bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9a4de4be801e46feaa3677f0abc220f7", "region_id": "RegionOne"}], "type": "share", "id": "c0b10444b2ec45a4847da4fc27612c61", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7fff3c29077e4218876a98a641dbb683", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8f12ce08652a4a78a4165cea0620daeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "efc28b05720649fbbce45b8ce71fc556", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9380d70d85b14e48974bca67d71cd7bb", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12165cab717a46188e7b13a622748835", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d03c1be2ebe546adb02ca46d254c93ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "789b79d8f3c14ec0bfc91e68f32ad5d1", "region_id": "RegionOne"}], "type": "orchestration", "id": "fa18a72e87994044af6003874d3478fa", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "891bcb08d74f47649dafbe0b8b271486", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94b3973e0c744c878c911242829c86c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "979aa5d71e68449b857f3d6223085b8e", "region_id": "RegionOne"}], "type": "block-storage", "id": "21fde57c473542cfa51fa5307965361b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3dd952fcaeb044df8c0f05cb3c254b6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20064e258e764818b21e504964cdb394", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c1a8722da184f7490c1f2d69b8584af", "region_id": "RegionOne"}], "type": "volumev3", "id": "452323817b6844fcba14542f09f9c9dd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b23ee9c54ad4c2fa6ada8a44cd0c3e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2cf05068f9ad4dc282b3000e77d70d49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0707f3bdfd64108acd05fb2928af377", "region_id": "RegionOne"}], "type": "volumev2", "id": "f2821fafa2ac4f8a974ecbbcbf7e9995", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c05b293c1ca4acfbb29ed2cfb9cecd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aadfd705c9ae46cb846a4db067af02db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06af6122874245ea9ff3e4b97a21f8a5", "region_id": "RegionOne"}], "type": "volume", "id": "ba4989e0b5b14c4eaa0bfc21f88e8b5a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db56081a226b4f53a7bffe03b1a947a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9c882b8e9ad44919143a39141304206", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a61da1f2c7144539c501c000ea01e8b", "region_id": "RegionOne"}], "type": "block-store", "id": "4021b77368d346acbc3bf38ea4dc806d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "18a3a4f7e4a942a2aeb324bffc6ae81a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d27a894a928e48358278f5f68b204743", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8b3ebc1cab1d40a3a971cfebd9499757", "region_id": "RegionOne"}], "type": "alarm", "id": "cb565a110e19439bb5b92cc9e291c511", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "de5b7ed0909b4ea190affde20e2052cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "27f9e7b3d3cc4ad3b4682a92781934a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "41ba2487f8f54452a6d0d2f193ed5119", "region_id": "RegionOne"}], "type": "alarming", "id": "dc7c4a004b7549019acf2aa11b97941b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "51548eee858a431ebd6b20103a68bf9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c69c8ce80384411cb0422861034f3860", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "acd5626bb9f44560bc60a3f9e725bea3", "region_id": "RegionOne"}], "type": "meter", "id": "6ea8ed3bf9194e05873cf9d5dfe888d1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b550fe92a47a4c5d9bf77148a4ef918a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "179b022547be4afba17f5e62b46d4c2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "61e6d54c59b74b90922de9ac0b427a5b", "region_id": "RegionOne"}], "type": "metering", "id": "f39256ce6711423294b4254a70506ec7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e89a4b90102641f3ba76b9baaba3dac8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f636ba1d2f444583989282d567fdea1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6d1bcc0e46384095a9ee2af148b43ab2", "region_id": "RegionOne"}], "type": "telemetry", "id": "3d6a0b712d4145fab67192fd62641962", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "00c1c0670ccb459ab53b7eabe18ac89c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "36407453e3bb45cdb3154f864857ee6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "04ed66fc007c4649a6c3b25e84a5cc18", "region_id": "RegionOne"}], "type": "event", "id": "0a436d54bc534902b92c81af31cf24d8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0b4f8cf91bb64144b45c62bc951b5d64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "515624ea6cf441609c0da5e2097c1916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a80d42c618474b13aeb0674a24bdd845", "region_id": "RegionOne"}], "type": "events", "id": "7e2b6a32d87c47258794183de33479d8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c0a9326a02464a6da9b16685dbfcfd25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "80f3d051a5b94201b82e98d753f81350", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9c681361cb5d45dc8a14a145955174ff", "region_id": "RegionOne"}], "type": "application-deployment", "id": "84de85be490a4c35aad854f019d1467f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5fe82b4dfeea49ccb88e754973ac1666", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "76da263d7adb4b4180d18cc4abeba785", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6755beabf3e34fcf9d3c47bcdb5972ea", "region_id": "RegionOne"}], "type": "application_deployment", "id": "33fc14a065d84a68bac3f69b29aae112", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cad9f539249f45d4a14085660711b385", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d9230f34be4b482a8b2e8e07ae935906", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2b9ac37accda4a9d954648db53d50b85", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "81a3819ff49e4aa9b0af7852c6c78f21", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c22de855edef4479a4daf0c714cd93f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e9b78791cc204e078df7c3fd4297b390", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "325192b226d1461b9c3e02ea0565e4ea", "region_id": "RegionOne"}], "type": "tricircle", "id": "5dacdd9817f041368e3eee2eef97c34c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e02a39df4d8b4917808007d196a32ed0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1aad3b9dfe2241aab6b43de0236f9f13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2bfb5965cf18491da0e6504c3dd04dec", "region_id": "RegionOne"}], "type": "database", "id": "d5f5cce5976e4908a37412abf32bd87c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2e447b7f66f9481ca369bf8779e28c4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c503c80db7644187a11105e114cdc275", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4454ca35f1bb48549f2cddfd8114fc79", "region_id": "RegionOne"}], "type": "application-container", "id": "5e99aad2a7ee40a99e76aa9515e000b0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "304915192069475a9af77eafcbfd093b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ca3d9ac6f0d34746bc49e038ecd89e26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1174888517064300b6f3e86ea8ea1934", "region_id": "RegionOne"}], "type": "container", "id": "446627f88de64f35bc3910eace129a38", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2022d3f0e2a34d5aade6be9292796bdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "27f3d7ed4fd24e8590e744b8c593aeb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ee5b76c53b0849f5ad40eed093fbbb67", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "3f6e274b2e494ef783697d6535307809", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ad1a1a7737884a54af1ff7c368022ffe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4828706649414272b2ebdb1a05592fc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "515cc6a81b3f4452877cb1b7578c2d86", "region_id": "RegionOne"}], "type": "rca", "id": "c1a8939f99d54e8f8ace3bdb1ebf579c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "60085fc6c1ff46b08f975ac46679e13e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "672fd7f4ea1d42749b2fc5b1cdbede49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "fe5586a2c18b4bc5b56d5e29032a8066", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "7cc79e804ebb447a866f7d7b5d05bbaa", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "35e6e99492a7450bb17c4ff67e36e6b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1c1d5f635c2b4ca8b3b02ecc5547fff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "56ddf157ab004e3fb855377b637b44d8", "region_id": "RegionOne"}], "type": "network", "id": "3113b32ab85344b0bd1fd14bc83a8cfd", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "b48019246bc647a98acc6a9549f1cfa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "93abf5be69a94eceac3a9076d1d59c17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "67f6b5d918194a93bbab0624d834856a", "region_id": "RegionOne"}], "type": "backup", "id": "05be5b65dc214d158d3d78c1cd78623d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ddc4ca50bc6d4ad19c3cf07640579c3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "55fc827786a34d94bb162043ef4d062d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7389c5379a3043a7b8bd90cd62c55dc5", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "30cbb1d6a4ac4d6988776b1c3e60e209", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6eb0ccdb622b4db49af38538fb713fa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0751c130c9ab4c09bfed23190882230e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1095210443b14d499e8376f92303129a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "53633304155042ab8207bffbf498ff17", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "76fb785d4b3d48679b49ab86eb13e446", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bc4ee4dbb97744a9822058f2bd73da6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9ffc6b8dbda44f269e9a3ab41b72ba42", "region_id": "RegionOne"}], "type": "monitoring", "id": "83e33fa1cd144184a1925c33f3e87f1a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "414d4547af45494ba4a769a6e228ddd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7623c2609aa64e069921f10090b9939e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7d7daf19450b4061b3e1a43ca778b445", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "1e5b7de7cf384855a6c1288e337d4fca", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5339cff6dc7b4af6a3b7444ac6f7d8fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1d0862e0dae04d5281ebdc5f35dd1c76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "fcfac6f5cfdb432b96b714e7013d5a14", "region_id": "RegionOne"}], "type": "placement", "id": "4b578c80c9b3400ba09b3eba63bf5a91", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "58f2a958d521401c91febfbed38396a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2b0ce56644024750a69ef46cdc122910", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "56cf01ea661040c4ac5c809791cd2acb", "region_id": "RegionOne"}], "type": "instance-ha", "id": "6b0ff488cc7143ec967a01d88913bc0d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "019f296acf4b4abab30ab746bc679906", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "722a9a3a13184223bcd93ff408ca5945", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "169197512b1a464baf3705ad3966d4fe", "region_id": "RegionOne"}], "type": "ha", "id": "0b65ed74af194a7dab887312596d5119", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "828809628bf149628c1aa6b845ff4811", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a0a0dcc7158c40228c46e7bd8ef95fa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7dc13a3ec9e24e488c87f69bcbbca1dd", "region_id": "RegionOne"}], "type": "reservation", "id": "2e2ca1f198c8462999434d8c78947837", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ddbd14bcfae24e239a0cdcdbb9e61598", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "43b89734206a4705bf32d66a3ba1d0ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b3d97f3427bb4d1e95d71f5f9c6ababf", "region_id": "RegionOne"}], "type": "function-engine", "id": "3c134d1ffb59459f91a06d00e2447175", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2dc4e616ae7b406080a9cfe32fc7eace", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f368fda58848494f92336e9f552a6dfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ba191ffdd92c4336934a789ce72ff53e", "region_id": "RegionOne"}], "type": "accelerator", "id": "e5aeccb9a6de4a228922c0230704065c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ff6108a9c314402db0fdcd6bb83084df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f0a7d529a06542d58f8e7fa3221fb07e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "66ddf7fd78404741ba684a74685fa6e4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "89a6ea2633d34194831ea5db73cfca98", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a9f90f70ae4c40759fd374150a962c0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "aee0684ee8fe4c55b298c58e478d2746", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a6648d4352454424ac29fdbc7d243c1a", "region_id": "RegionOne"}], "type": "registration", "id": "3a31b6e37aaf4877b63b00399a265bb4", "name": "adjutant"}], "user": {"domain": {"id": "02b4156a2b054fccbfd7f72dd8230757", "name": "9916f7a1502d44388a4bb0febaaa8b2f"}, "id": "a4f33c8aa6bb4abd862c1a1456126546", "name": "237fc6a095aa47cdb50306cd2699dcdc"}, "audit_ids": ["36f093db1d094ac5a78dd392883d561b", null], "issued_at": "2019-09-19T09:04:40.939533"}} 2019-09-19 09:06:41,090 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,095 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,097 keystoneauth.session RESP BODY: {"extensions": []} {28} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_neutron_available_floating_ips_invalid_network [0.276203s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,878 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,883 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,885 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,889 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,902 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.811998+00:00", "project": {"domain": {"id": "466557b251264758abe9f3cac2df6607", "name": "29be6451379847b897778d773900918e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "2a95da487fd74194aa8a2ef5350b7974"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "169c2d7360f24be99dd2d51b3202f126", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "377e293c4aa240ad9f380514aee5ca20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a5075ff4968a47c7adac4c342c00971a", "region_id": "RegionOne"}], "type": "identity", "id": "c3ab5c2fdf4b4ed99edb0ed6b39e11d1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "580c594bce464f9dbe5c75390e95f20d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9e43f5725ec04fbe88c91470c0811c70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "1671a71e950947fbbe12d439f7861936", "region_id": "RegionOne"}], "type": "compute", "id": "c2524fa57075424798caea4cad57116e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ca596b5552a648eb8f62fca41bc68f58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5cbd7997d30d41ae84f8ba94015b1f7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4f32f79c195443d3bb8368b673002ab7", "region_id": "RegionOne"}], "type": "image", "id": "54baa03323b949dc955a3af57c11f6f0", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "300bdde5acfa49b59b02db9f9e87d983", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "684ea23fe14c4301b233292b0c53034b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "cfd8428f36af4f2b8b35db6631d83611", "region_id": "RegionOne"}], "type": "load-balancer", "id": "60cbcb7440eb4c3fbbded44ccfd99f3e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c717c730d8c74fc5ae63f391fa336581", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8277105c6f0c4ec9af7beec1258729ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7efc2aaeb96a408ebe617edd5daeb297", "region_id": "RegionOne"}], "type": "object-store", "id": "0d531fd12ac54ebea10a9b3181f85918", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d6ee72995e5840fca0f7b701a5574bde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9f35a6e916c643e787b761a9cb8dd4c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bf3f6ccf40c84884a460e9c6dea7b028", "region_id": "RegionOne"}], "type": "clustering", "id": "966beeb39cd04af8ae645cc16de2a8f9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5e25c860157e466792a83d6cf3ac2e69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0458eca0cf2243f196a5a4c73a75fe13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "31c96fb87200460e82e23502d3df1bcb", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "dec3959ea0394db3b19ed7b657144c46", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "add0be9023334ec4a7738d6094f2eb7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2b4608c528cb47989fe8c892e735bb1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "17519521bcd748b3a33982d06e4718b2", "region_id": "RegionOne"}], "type": "cluster", "id": "b24a5bb81cc04cca9310a0f017661310", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6574cd93803449ccb8bbd47b6a7eb471", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "53ff551e870245ce8410723f0e119e2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "77ea844e211b4df9991753d132c90eef", "region_id": "RegionOne"}], "type": "data-processing", "id": "1a2f95976c84437fbcdc2d682aa906ce", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "75346820944f4e1bb8bb7d1db28bdb40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "484832291e0a440ba0dc5488480df0ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6db7953bbd214bb290b3aadcae8c775a", "region_id": "RegionOne"}], "type": "baremetal", "id": "f62664f597c548a9a78bd085e1959493", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7e193b2c940f48fcb0fffed48890b198", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4fa6ec8a806942f0b7935f63ecb3b60a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d25e1cec23844c0fbcf1525411f33f63", "region_id": "RegionOne"}], "type": "bare-metal", "id": "886b6055f4114dc99e05435be15e7ed9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3b12a9f12eb84eb7951a7ddcbd0d8c68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5e0d00ae114748608afd802ff839d975", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9bf079538c3945f1b4ada5aa52c0a957", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "94f023be0b7a41589fbc2453de94f988", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1e3e5d093226405484f2191600c97bf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6d92da5653f14acb8d6f3a9d232c5bc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8121e47719164563916edc43d0f1449c", "region_id": "RegionOne"}], "type": "key-manager", "id": "31ced898c92b48aeb20671aad0488958", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3420970a94894ca58ee6752d7ba439a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7e133c4bb43349be8f4e12c60172ccbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9504431f115f4416b403f9ec94e9cb03", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d68d2f3867294966b5d418cb5ee46226", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9e4daac4c4814c398465fa5ff78e3e5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8bbfb69055ae40cb9307588c0c442c59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4dea066b74994e9381a1654fee3f5b70", "region_id": "RegionOne"}], "type": "infra-optim", "id": "39a9883d23b241119fd49072fca9076d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "54f2d4a688d2410a891fdea506374459", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0897fad86bbe41638bbb26021637b386", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e329f9c0c6c94af5bc307c95cd7bf99b", "region_id": "RegionOne"}], "type": "message", "id": "097e1424a6db45ee94c4391b2b10bf6f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "31501d71356d4e7f88e42cf26a29478c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "95de0d2d69094f7ead193515d98f8367", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "82bd2a6832f14fa69e813a022bc1fed7", "region_id": "RegionOne"}], "type": "messaging", "id": "b3fef01d23ca436391f877021ec76f6f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a651aad78c9641cda10116e2e215ca40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8ac60159c45a4f8b912bafed4bc0efaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "63c83b53dcb544e08e1caa5ebded023f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "cdcbc503fb944d3babaaee84c64fc3eb", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a82cdb49798d4bf2aa939fd8290ac605", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "77bdf27016c349cba0442a3985165499", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "acdc4a475674425c9eb9d555138f78b3", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1ae286cc118b49f5b4c301f60916db4d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2b4dc555e1aa4183a29f7f3f4fb485b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6672106b83b24740a284b24b77f6ab45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3bfd887297794efca73a3d00acb7df7d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "03c568a17f27487dadc249aced37fb59", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "51a5aa3f69ca4c9cb91365dbd45a873c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ae54eb64930849a19d4b2f01d819f806", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c5678e54881e4ea1a8222b5d732ab28f", "region_id": "RegionOne"}], "type": "container-infra", "id": "2b8a1cff4af24a678f41368e78eea3a3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "cab17109505649e2a0c9376ddb448c3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "136fe2ed037b4bcb925ab392218b21e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "153ff18292764dc48692258d1da42154", "region_id": "RegionOne"}], "type": "search", "id": "d1b5b631a17d488da650cca71189a7d2", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a18f42421e80496ba42c851e3904a491", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "690b972de23440bb8e0f5c7194c7a242", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "381a740542f04dbabf18de8f2027de30", "region_id": "RegionOne"}], "type": "dns", "id": "42e05d55204d4d6eab6a076c555f6d92", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b4b32ef9efb64941a49a6d3e6171212c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "58f60c186ab14add93b0d854d240dc90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2f9c2adc24044b38ada831b7eec11251", "region_id": "RegionOne"}], "type": "workflow", "id": "d4b997250bf34802961612c350d30cd7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4ae8fd234f55470eb7a4872b9c2e2bd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4e40ad08c83742a59ca65314981558f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "69e9f9c663c6476eb48e06cd5eb41b14", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5e765ef0449748458c96ec1df1542c05", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ee6bd9bafa474733bbcdbef87d1b37fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7a900fd99be44f1f8d9b77dd85082457", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a01be867f24b4f7f8523e0a6596c1ede", "region_id": "RegionOne"}], "type": "rating", "id": "89ad5bc67a364ccaad23834cf3a8177c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f7fc52514b2e47b7860bee2602dc0f0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9b18322522fc47cd904325eadb295ad4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "067f3af2811649ab8562eb49c9f8be92", "region_id": "RegionOne"}], "type": "operator-policy", "id": "aec22ac3238247d8bebbec3f5c9a1a84", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6f83a0bf4d304b36be03c10d33bf3e58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "671ff3d5bcb747d7a1dca9622277c7b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9bf5614c0b53408ca0ec7308f20eb966", "region_id": "RegionOne"}], "type": "policy", "id": "f0d432efbec94280a92e8ef468ca2a6c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7cb8fd8ae59c480a82e9f57207b15d58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4c600e2957254977bc7b536274f60131", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2dcf376a0a244e90afe60cf0f2e720b8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c9975c0ae7cb47e9b6a1212a9cd0ab66", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ecfd30e461204924a2838d359ad1d277", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eeaa5c8977df4017bf28fdf877ffdfe8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0c00c52746444219822c62120a824b80", "region_id": "RegionOne"}], "type": "sharev2", "id": "486f486ebabe4f29b9b61909533c3ae4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6cda1fe0a9e341f087953a4709fab530", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dd9625fc6a0e4b0492721109e54ffcea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cd725ccf7f804ccfa6084a8082c3cb95", "region_id": "RegionOne"}], "type": "share", "id": "0571ace31aa8425baf492a150bbd4357", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "78b83b9bca56404e97bcc088738a79a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "495c94cc114f4533b6561452091105ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ef9fa7322717419f8f482aca3b043c36", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "aa79b048ef184c85a2c298ff5156bc40", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3e10805499c4bb780ebd59c722d65a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "204fbc4398454085917188b70c5da87a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ad3dfd9753541af920a68037eca13a2", "region_id": "RegionOne"}], "type": "orchestration", "id": "7cdac915bece425285c482af6dfdb69a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f440de2f23234daabe992f14a9928ce8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9931a28d7f94a73883c170276c14524", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86cf66ff009b49b7b4b756abf3d4dd75", "region_id": "RegionOne"}], "type": "block-storage", "id": "42eadc3b255f4a8c8c83a1cb63350338", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e178e440ffbd425c8666e502c7fb8dab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ae31092d1c04d85ab8a6e9f5b650454", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87bd42708fc646d2b54f334c0b317219", "region_id": "RegionOne"}], "type": "volumev3", "id": "d5fa1dafd1e7474f8b2a660d6ccbfb3e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a67ffba9e1b34478ba5d349ff3ce046a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0580ede7efa4bb1b30a26ff84f7f0d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e27096d4a4074eedb3183bfeaac3c513", "region_id": "RegionOne"}], "type": "volumev2", "id": "9ce3d793733d4ee48abb3eede9ce6ed9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8179455aecc244238ff42df3fbd47d33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "129520b906a044688314ddac36f12132", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59b8c8c394b14648a0370355f383bc7c", "region_id": "RegionOne"}], "type": "volume", "id": "ce40c2d45636476ea385150c60ae0001", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fcd4f8df848048da97d96bd2f24f1ba8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21eca87f6878442e8fca9a7ef6c8f0a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9336e7f030154bce8c560349daff7291", "region_id": "RegionOne"}], "type": "block-store", "id": "365dad39a23a43c4b22e10549b421eee", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a0806cab77f14ada9768f6ebd926e0a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "476bb4d91c73458ba5a866f57245eb92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "69243fcdb1384870a13fd515c9ed0f4b", "region_id": "RegionOne"}], "type": "alarm", "id": "92eab49656b1430c8ceaa167108b182b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5982a3aea95a47328e03be623aed0ecb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7ffa442f026942ecaeef8054335cb68c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9bd8f7ef68774583be85c4fb2878aeaa", "region_id": "RegionOne"}], "type": "alarming", "id": "6b43cbeaabce445697236339d1a62fea", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e1ee25e54b75459687dc086b9fe2eea7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "27cf47727d094ca9a9aa203972ca6132", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2feeefb02a56428bbeb558e98b9ed156", "region_id": "RegionOne"}], "type": "meter", "id": "cf26566cb8be416a979557d76cdcfd1c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "74401e2e5f974ea88dd8691a2fc892c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3af512c8130141e1bbae70fcd666abd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cbedaa2acc944672b97b898f6cab42c6", "region_id": "RegionOne"}], "type": "metering", "id": "aacd1f88f436499191bda7246853428c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "91898becf0ae4ca59d65df2048affbd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "048024dc36a84b19b5d0abd49f96ad25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6595bdfb7bef4399abb757f6385ef8fb", "region_id": "RegionOne"}], "type": "telemetry", "id": "40aa1370fe994bfe9ebdaaff27660ab3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "da0db18be1fc4ea2b4266886af40f2d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "159ce00e4dd04d90a506c495a078b2d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "eb42a6ce7f8c41a8be30725bb4678feb", "region_id": "RegionOne"}], "type": "event", "id": "1018940b6338411e97d1fc3cf842201c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "95771c2926d74f5a91a761ce95039a92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4f60650ad96041d1bdf283620e6d3879", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "27bc61590cb947d0b17eb5a10f32c25d", "region_id": "RegionOne"}], "type": "events", "id": "e1c058cdd37349cca5f247adead75982", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5462213605114c64a4e2621578ddfb74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "17ccc2c64a88470f92591a3f5a86337f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "96273f763eeb4381ad64a01dba48dd67", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3520f5f0ec4348a386af7cf4918f5622", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "45cef956b57d4c588a552d903791b902", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "41817360cc854720835f53f66e24a64c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4c492c77c47041448707d221c73322e0", "region_id": "RegionOne"}], "type": "application_deployment", "id": "96121d77ca9f40eeb37410c21de92907", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8bd8711db3144884b5a818d419080cea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ba055f458d554496a2b31e4d0c1eb8d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "38c4b7adef314dc49dff0fc21f0dd48b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6ddb9eca76134425a6b319622d972c3d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "09ccbed36b2d4a949d8110d51a7a9337", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "503f298d2b604d958d926539f2dfcc33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "42ff72301e3e48d6b8ab43253f9130cc", "region_id": "RegionOne"}], "type": "tricircle", "id": "49c77b95e7f5447aa0a6ca4d373a1e2e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "105fd6ed5cc345c092c4992a92818aa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0d78ee54946341289a4d7112d6a388eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b326c9277e63472d8d7a2034f60ca4cc", "region_id": "RegionOne"}], "type": "database", "id": "8ca1d6df47274e74a02b27895f66c81a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6249542b0aeb40e59fe964addf9a2b06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f989ee91f3364558af813e7536ab5c50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "951908ad9b8b40bc93558b00715c1d93", "region_id": "RegionOne"}], "type": "application-container", "id": "b937d7c7b13c44d39c0c9a54dd906f6a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b818b9395f7c49f38c07cd6a69088e88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4e024e5e43404c4da5de1f03a11c8c71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2c2776fb6ca846329eb762a11a95dd2f", "region_id": "RegionOne"}], "type": "container", "id": "e176779e69f8441f91c674a9cfea3ab9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "061f050f0daa4ca3b2236d714136ef68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "18a53d29e042490ba18728dbb6163ac6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "873dc2ecbfb7490892dc583170dc54b7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9e4b3063f5e149479734698ffec109bd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "897d7f68c6344b69bfa4ca6f3b88cc63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "43aebf32dcf64bd4bffd57cd7588e520", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8e48f2d2dcd8477e9902344f0ad69b34", "region_id": "RegionOne"}], "type": "rca", "id": "e5ea17950c5f4363abec6ac427dd4a12", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "268ed0b2c6544f49b78dfa6ddcaf5274", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9c6626eb8ea641529404d24c85b43ef0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "916ef73944924a3eb0d6b84bf506d281", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b9c344e0e78449ed8157bcc9a7d32f0c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e0ebcec877d44feab460ff517beaf28b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b53560a9e4964a9eaeac4bab291b3409", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7d64d576187d40d795b74570b7813397", "region_id": "RegionOne"}], "type": "network", "id": "f53eda05a3994f7cbd723365b97721b3", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2d3f46a153944918a0f998442ae37257", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0c71ccb657494547abab3e17df7056d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c51b888352a64b0c965e068179898008", "region_id": "RegionOne"}], "type": "backup", "id": "229a3fb7d9344bdb9e042e21ccd1b644", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "808b523fc606447c8b536d6253664c28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e29a0d461b524aed915cd3a055385319", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3f6cdce6c4aa4748bd5a27f753e737a0", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7373d06446bd4e04a1dcb9a384d9f527", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bffd9d009f7246e0996668a2f75e6d3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8024b0f613fe47138339124c49d8f453", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "80964b92c54746999ef41417c8bca5ef", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "bf2e84e140584c1b968250e52f383aa6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0e8522098c6c46d9ae8fa22150d3beb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "28af2e3337dc4e3888ab67a5417b274e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "cf9e6065648c425aadcb814360d8e4fb", "region_id": "RegionOne"}], "type": "monitoring", "id": "c95a641ddf2a41ba9364d0890cc129aa", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "96e56d4d0f8d4b6d90c1789c5903daa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0fb0b0c90be3409d9c0b1cec29498f67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f83ca100cf924b0580c1df82b085fa6e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e641ccd2dc4d4eaebe30cf37fd079189", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e051b5352cab4ac488b07364597b6195", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7947e3cf6b1b41589ad13f127bc13074", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0bd674d925474c4084bd518d8a75339f", "region_id": "RegionOne"}], "type": "placement", "id": "da188ef0aa194c2caa0d4952c0a2df65", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6bcbbd77ed264283b040fd9a616f37df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b351ecfb57e149d29d759919a921678f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5430ec302ebf44babe3423aa073eff87", "region_id": "RegionOne"}], "type": "instance-ha", "id": "eb7438ca911c4ac18b76238e430a73e4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0da6611d8898444fa6818d9987477f28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b50cb030284e4b618185eec0e7ec1692", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "69fa032642d24c0282dc4dd9170f1b28", "region_id": "RegionOne"}], "type": "ha", "id": "e58ba0e86ec34f62808b3d4dbf4ba251", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "44456e26c5214c38975af20e44fa3170", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3161765f496247d89e86a795bfb3540a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ea787966942849258ff5b2e7030fd0fb", "region_id": "RegionOne"}], "type": "reservation", "id": "6cbfc2e8aa784c28898e74a9537036a6", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ae3ff1877ec941978dc6814bb98c3e84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cc9eb4eab0314786a8418af0bfb9dc3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b60d519fa3d04f64be07534024dfcdd5", "region_id": "RegionOne"}], "type": "function-engine", "id": "0e36f91b922a4df485bdc7c1f75c9cb9", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "aa9e2f43599e491e80f0a3ea60e8088d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "aa3c48c3497b4eb0b1b13cd805767a35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3776d81f94904d238be65d6e9017308d", "region_id": "RegionOne"}], "type": "accelerator", "id": "d994bcefdb7c47de9f720c5db9f21769", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "20235df22e8f427680b7eaeeb826726f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c7c98d8ad4cf45419edd20c22cdfd505", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fdbfd3e99036419ebc663555ac82cc22", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b9db3b892e4c41f8b3bf7af29f201e35", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c1f1e9210efb4b4e84a92d7c098d0ea2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "73f9e715d06f4123b837e16afc599751", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "195bc2097dd345aba78340b9a8e97646", "region_id": "RegionOne"}], "type": "registration", "id": "1d9e2bc9d13a424a8457d7555105fedc", "name": "adjutant"}], "user": {"domain": {"id": "df097982584a4a6bb8a9cfb23967f651", "name": "c3178c6c757e4a44b0d1773f80d5a5aa"}, "id": "55a53d80ecd949b18b18d796831a1e26", "name": "fcb1a29deb0046389bbcdcc91585851e"}, "audit_ids": ["cc3a725e190141b785f7ac3c315beb9a", null], "issued_at": "2019-09-19T09:04:40.811998"}} 2019-09-19 09:06:41,039 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,043 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,045 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["54d6f61d-db07-451c-9ab3-b9609b6b6f0b"], "provider:physical_network": null, "id": "my-network-id", "provider:segmentation_id": null, "router:external": true, "name": "my-network", "admin_state_up": true, "tenant_id": "4fd44f30292945e481c7b8a0c8908869", "provider:network_type": "local", "shared": true}]} 2019-09-19 09:06:41,067 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,071 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,073 keystoneauth.session RESP BODY: {"subnets": []} {24} openstack.tests.unit.cloud.test_normalize.TestStrictNormalize.test_normalize_nova_images [0.092007s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,993 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,997 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,998 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,001 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,012 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.935236+00:00", "project": {"domain": {"id": "a2db0e2bb6994b45845dca9c653c2915", "name": "287ec34b4eeb489d8feec692c666450c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "779e0f9d8fb3422580bf63fa457a907e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8653796fc2b64fd7b08a9745ceba87fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c921cc5476b246fcaa4b9a00a2af6a7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "43babcc453a34c86a6e40d7e6bcfb5db", "region_id": "RegionOne"}], "type": "identity", "id": "137f73992bf446f49580e4c4ebf40c39", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5dff7dcec4534952ace5b5fdfdef3680", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5e55cfa0aaac4a4e94edd861efeda52d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c15a9e8eb0f44f5685d1c34e577e1ee5", "region_id": "RegionOne"}], "type": "compute", "id": "d1b4a3556035401298e4f291258d7d6f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a8e097876aa9457190967ef366d7c8ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2d24d7a5dece4d709df9b0b24b89eef5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "534b7220a7c84178b89e07d13b2f3596", "region_id": "RegionOne"}], "type": "image", "id": "35ccc8c812434f5b89f5785213fd7c13", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "acbb991c78974aa9a9525cdd9eeaaea6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "30a6ed972d4e402abf28e67bb2a74ff7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "906632ba20324085af00e99cd3f0514b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "8ac58f733094463a9ac964191457e51d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "efe3fbd318174e74ba68d37dc5b48c4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9aec3b682d54088a37eab1a7845e0ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c90d5f8dd304982a67df28817f5f4ac", "region_id": "RegionOne"}], "type": "object-store", "id": "f0ecc70efb5849dc8a2689bbfbed501a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5a7d5766d01347bbaa0ce918cc440c86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f8492cfd4d5c4bed99554c33f6d224e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "930252b168134e34813f1b92b8e0af71", "region_id": "RegionOne"}], "type": "clustering", "id": "f03d9f75ccc74cc994392c31f968ab06", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "009b64f0faae4db895a3a75c24c0a2bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "170b5cdc1885448fae9f190b22a580a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cc604b42db45445496c18488bab158a0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2e2ab5e3608a4054bd940a72d4526f8d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fb796bf2a03f4a4f850573173dcdc150", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1a8dc37dab754e51a082956353c32c69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f11f8a37d9ef424598c12c2b5d791d92", "region_id": "RegionOne"}], "type": "cluster", "id": "12f9be6d00c046afbb2281ab5a50937e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5396d4f0d68543ac90f34e3f09afb0b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "eb81f3fec0a5456e83f0bffe26b1c7d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9017f01234d847518949c4e6c443cf37", "region_id": "RegionOne"}], "type": "data-processing", "id": "d366d66bdd6d4ad2bef66109488cb6ab", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fcc6c7e966a844ad97209606e20b3532", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c6c167e71e474dbf9648810f5d13b8b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e2e7939ac28f48fca85f3c442fe76ba6", "region_id": "RegionOne"}], "type": "baremetal", "id": "cf9f94290a274b41ab567bcaca17413e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "273fa4f1eed740dfadea14f2d8f68f92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "22540c84b3064241818ea3aa0db3c933", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3df58e03b7504e2c8fa14f12ae76eebd", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8e4db5cf1c824b1e96f2cbdf67abd66b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fc6e84a100354fe1b44209613d91f7c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dac92d7b547048b8899007f05bc757ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "36dea3f9c32b4e7ca4e7c037430ecd4a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "14aba9769fe04c86b90f9d94ec914d76", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "da882f321d944aab9f89020e5363e572", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "41df74cfd32541c6a6e414a3a2aa3241", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1b60ef144e6c44049162c2d4f6b03c0f", "region_id": "RegionOne"}], "type": "key-manager", "id": "4e7d55dabe2e4a6182f3b7adae3eadb2", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "107aa432496d4248b1e81a3318db64e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "036ad5e25e04472fb8a543d99d28eb99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7ec9f970af4340ef82ad23c564d1b995", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "12e0f8fcc9304ea685905f767b1c6897", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0092e43a16f14da7a0497c3d6f0a1ea9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3391305bc0d1490690987cdbd58f03b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "dc6d31348f714f8abd64d76ac4aa7d76", "region_id": "RegionOne"}], "type": "infra-optim", "id": "929de77c04dd4696870fb2b67000e469", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f6071f6e924247618891f4bf1d676cb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "653b99657787420090142ac8fd70ef20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ab0f53333c044a409bb974a20da7de76", "region_id": "RegionOne"}], "type": "message", "id": "ae12b81e525743dcb04724ce4c4a2616", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "70da9f0755e14e1ba07766cd827da45a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8b0254e41c8b4ab8a9807628163ea134", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "95e893eaffbb4868a76712cd11ec7f6d", "region_id": "RegionOne"}], "type": "messaging", "id": "11c4fc901744417b96536279f0d6558b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6b345dd39a694cbda61cc099ac7b4af1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7a1cd25ec4004994bf082a772223b501", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "005206db2779425e9f2b6bf37bf5692e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "32f21480052341378aab9fafe34f7521", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "54552a2da1a348ea9f06259697e19450", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "094de15effe449e9bc0600d3af1ad9c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c59d4e867704aa381d9af8fcf721b27", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "7a99b32d0bda4743bfc67a8b864d11f0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b0066f9fb76c4b7ead5af72077daea04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5a487bf941644725b7f194996e74904e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ee2ea241ed8043c5b5d00205bbd666fc", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "1a0453eb7ee54893b4e0c48d4760892f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6986ee51922f49309b6d299e26416a38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d493546409dc4bf488ec092bc516ea3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e8d8325ecf6f4f8e8db31ef92776a197", "region_id": "RegionOne"}], "type": "container-infra", "id": "77becc0db3cd42e5aa2731aa68cc0de7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f38aee78c82a4f2e996032adc259d86d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "75608b5523ed48e2b47d314c2c53794a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e7444fe0d25f418a9c8a6322b789b0bb", "region_id": "RegionOne"}], "type": "search", "id": "564a66be17ed4c018a07ea02e0749dd8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b282e5cbfa2d4ed0ac9462336c654032", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "643e16cb9f9d428cbf2596abc3a95663", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b943f1cff9f94df4aad2a1f1c5a34af9", "region_id": "RegionOne"}], "type": "dns", "id": "4d048ff1a9304508b37282178f7a375f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "53872920f32a4144ba593f9475df4356", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c41802218c4548849b1677cca08b294a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8e02c45249024a61864eb2c1a62feca4", "region_id": "RegionOne"}], "type": "workflow", "id": "844f774ab8bb4e47afd78f4f7f131ce2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f3f21e0e707a4c61bd45d994aa8b1d9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b4cce869e1824feea1ecf6957016e645", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e959245025434ba88a756be488091239", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0b0983b5bdd14e52aa5d0b9999f927e2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "141df61f8898400abda4dab8fbbf82b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b4e3a55b261a4c468a502b98819e7beb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "fbc78ad6d649476a9856400129acfa77", "region_id": "RegionOne"}], "type": "rating", "id": "6190be96893c429396c97f0ec8962183", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7aa6ce04db694644902154b2110f5010", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9f55a8cf8f1f4ec09bb5920322332c1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "14be0cf8837a47e4ba5cd17357f6a005", "region_id": "RegionOne"}], "type": "operator-policy", "id": "9a974fb7cf4f47d89fae99c991022e1f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "140b0a8fca9645bf829a52fafcd79890", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e29601b4be82455cbee587eb77bde06a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2d08b91a4b27420798e6ace59c81f4cc", "region_id": "RegionOne"}], "type": "policy", "id": "c689a7028af249549692e85c9f520390", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a637deda232a43f397b475485d73f8ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "41fab1be414240daa2d9bf983fddc680", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bcf63e3ba05a4671bf909cbc7e610bee", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "39549b89bedf4f088244094d0396dbaf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1ace9c96c8224d2aa63a4bc9c28ff96b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "27df8477740547039af18546aa843575", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "179c24d186e143f58beb46ea8b0953f8", "region_id": "RegionOne"}], "type": "sharev2", "id": "b605d03a85b54278b46e9b75a3b3f350", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5c20fcd19ebf43358c8344297e199053", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d0a97c20cf434c96af6e9c380b189d1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "88bb69e710e74972b32b9475b56b93c2", "region_id": "RegionOne"}], "type": "share", "id": "477c6aba95f4425f9f37eafda030d362", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "af017961cf62439598f88e76427ff62d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b1f17d6bfe664f8fb4ec9c972ce27fe9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "bbb38c003b5d4d058105eabf09a4a810", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "39aae788be1b460da56811e436fba1b8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "686b5e380d2a4a7ea238c18496ece2c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95472e3f3d2344cc814afc0aa28671c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "734b71dc1bbc4b5dbc398c5381dc3366", "region_id": "RegionOne"}], "type": "orchestration", "id": "6ab6dbe7ec714a9697eafcd7149fba95", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a999ce3ac7f940aba82873f3d7076c43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b82c0d271d0a4894a1209a471c33dd1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25510eb0041345d7a8e033813eb6e523", "region_id": "RegionOne"}], "type": "block-storage", "id": "d55bc853d4fe4d8ebe5023988e82ddd5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9217ae9c6854736b977b9cdef4d9b1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c888b059c72b440d8bb01e4e623039d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "700ca05f05fb40449df4f1994599ca2f", "region_id": "RegionOne"}], "type": "volumev3", "id": "3df7d3de7fae478a9b8bca40a0cfb94d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72b685ee3b95453cb2cc216a23e92a2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9f2cc18b2e64f20a4899d5ee06d0628", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59641d4da2544b0a9e1ccdd53437e54b", "region_id": "RegionOne"}], "type": "volumev2", "id": "d29a080f02f6477a95ee093cc0630f27", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9a01ba39a0444f498ad0cbf23671e0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6341120cd8f43ccaf97892a30f9c78a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afbb4db380e2463ca5b2e54c5401b098", "region_id": "RegionOne"}], "type": "volume", "id": "c2acd5e04dc5438dacb567db8b91846c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97d7d2aad78349d397b4f7352ea76d80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b69790da92b14f8e96fe3a1cb6151f9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19d3941dbbe34378b996a388bdb9c0f0", "region_id": "RegionOne"}], "type": "block-store", "id": "2c5e28a51c8649e88de93c8501c5b416", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3087ceef831c4e038806f4fec6fb4c9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e5ef9e25f85d4ec48102879801e28191", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "398f305e2cce422f8d99f20c01ec0416", "region_id": "RegionOne"}], "type": "alarm", "id": "83964221296b41b48afe5053980a80ac", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bd01faf5b748451a99a96b99453d3522", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f4de9129629f418f903debff20bda7e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5012a18454ba4dbaa157360d21cddc05", "region_id": "RegionOne"}], "type": "alarming", "id": "3d7d4e79703e4cad993f309f922c8f65", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f7e944f673e24fc7af14d87938a1e9df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "060b4266b68340ca9ee10dd620da3818", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "208642ecd9e24c0190efd645cc92de29", "region_id": "RegionOne"}], "type": "meter", "id": "e6596ea1f344481b9468ae8f676e866f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cfcd5fb9f1e04daeae87741355699706", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "05cff90901ec4674a250f41fb784ba52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e718130a51564e6b86730af6dfecae21", "region_id": "RegionOne"}], "type": "metering", "id": "1e1db8ed90e44253b76ce633c276d8a3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3a59d74570a2467d8903e0b8f52b32f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a330b9d44acd4babae1d6731d3b89f65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "67c0440c5ad74ff28c89b1eeb72308ee", "region_id": "RegionOne"}], "type": "telemetry", "id": "c807c4ca7e374b2480a89e350d25fb2c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cb452181d21748318266b25362dc137d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "092c3ad0fbf942fca41cadbd5df5399c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a8c5010e3b744ad48073ff0bea6ce3eb", "region_id": "RegionOne"}], "type": "event", "id": "68474c67dbd7412093a08023a475754c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "98567f77bf1643a08358380abc1059f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "779208bcab4947aa9f193564c177106c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cc6f75ede6874de28b775a3baf9a08a8", "region_id": "RegionOne"}], "type": "events", "id": "cacf0b8037f144908a4a12bd66d4ac27", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "144299c4db4144c39b4b0f3f51c144cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4c2330adfbd04ba295307a4cd5eb5574", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a271d308d16e4ec6bc491985d1ca2fd9", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a8bc2404613a436180b3ff26efa20eef", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9ea36a8dea564e3fa3dab246b7a8eb3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "360431b2758d4e5e87cba6585cccd9c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ffa1e7c854fc450c9a9e51b6f43d186c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9208cf9b20214ee7a6981250eec300ff", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f71eca15a0d542da9f2b18fdd9548877", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "efbe93f3066d4f688b8f88c9745ef478", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c872127e3e5241248e3577a458dd531c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "973c5537090147448a729b42ce007f33", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "741ac2ae725948d0a58eea4b03f90a07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a61e5f3af6f64b95918a074296e9a39e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9962c93d5f8d43d39ee2226e89b14148", "region_id": "RegionOne"}], "type": "tricircle", "id": "b9ac58c93d704186b207500348a26be1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ea8d726c1b754797b1f49cb52d13a774", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6e24ce0dc12049659958a5dd4038c37c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2e4bb2f498f544e7b984131a0fa1670b", "region_id": "RegionOne"}], "type": "database", "id": "6e75350a152247d78427a5bd821c0c4f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bb1d34a6316d4ba98b9752e25507807a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a2caeb8b561d4fcfb882d206f6dc2bf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fe9e98188f9a46c4aa026b9982416a1b", "region_id": "RegionOne"}], "type": "application-container", "id": "3e4b13fdae2244f9ab6995f93a8c5db7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5457c63b78bd4b83bf654728c594aac0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3070bb039b484e5fa706aa174e11f382", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "392e118e79184bfd919eb70be1007e71", "region_id": "RegionOne"}], "type": "container", "id": "59b3f5a85ca940a3a0d44398280b2738", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fd0f8301d1254b3f96f3d691cb389b5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b06f80a985594f2b8ced744953d0b392", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "106cde9517194a16a9b39145c6c6e116", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "673ef495c8b34c05b3556c056e2c277b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7fbc3e0d10cf48e19c1e1f75236c69dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f3b85f357b8a418fb2b6903dba5c47ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a285b20dbc6d4e4da17db7bc5436aaa5", "region_id": "RegionOne"}], "type": "rca", "id": "94185a4b416f4358bca1b1a7aa21053c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d246134a612e4887bd4ca76135d62519", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "997c98af79b3415dba085d54a458fdda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "0155887162ad4d1184543a258d82902c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "219b23749d0d4243a859deafebeedcde", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3dd0144a840c44b8a1317424d864f10f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "786286743cbd4082b78cd81b163e6411", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b2f7aba5268541b0b582ed0018252057", "region_id": "RegionOne"}], "type": "network", "id": "aea03cd83c474ded8094e503f3cc3650", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ae873f792ca34ddbb488a113c3b5dd5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1525763ce0024937b1b60905d1015290", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b30f2f8d51db481b9f53d13906028f80", "region_id": "RegionOne"}], "type": "backup", "id": "11803e97e10649c18ba8d5d7e258f170", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1ebe574dfd9545c1bc252bde25d449d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7f7e3b108cc74b8fa161c3d21542503b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f074237bbd7a4a568fcc66a55ac37ec4", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e1c02c38f5314499b76236256a5ea49b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8cef0d434149425f907f4a61bd29b764", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6c19e962332240699230071722ed226b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ad5f6c18da86472f85130e55a2de7c7f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6fa3840c49fd42c2a96cc2b8e0202921", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5b47b745400849d49fe1b440ef1af0f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4048188936ff4f7b8b63f2c3ce23bbbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "79ec919850e24c2390dbd798e7519c6a", "region_id": "RegionOne"}], "type": "monitoring", "id": "01076ceec14c44f8b4f85475dcccbc8a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ebda6aa570cd49f1b940b9b8c7cca94e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3069403105914ff283903687fac4a4c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5aad6e87c7c3447db982c0f03cf87b6b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8e92944b9a834ca380d000e5954e78af", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0ad97b1f09db442da38c763f8e1d33a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4431de442ec549e5adfee1714b73b82e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "73d8327cb97b4477a8be001c9de4233d", "region_id": "RegionOne"}], "type": "placement", "id": "323fdb20179a4c3c8a72b09744e5a42d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3c6ef546f69b4c3bb83b317975316196", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7bdda9c8f66847b4b6a31cae32e8ea5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "93f87e1956044128a74da3607eb6b66c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e91ebc590ffd44d39f8a2d9b250fd20c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8ee158d8bc2d42c196713f4e4c9ecada", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "061b2be6504c416eb33142da85c6f290", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "66571979eabf4225aa551678894ecef4", "region_id": "RegionOne"}], "type": "ha", "id": "9efa3e1a75f047a3b502360abff83a48", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b9aaeaf10f354081af12717aa041d6e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ae343602f19b49fea1084cf09d9ae06a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c8b4b08880904e74b18a03f91adaa932", "region_id": "RegionOne"}], "type": "reservation", "id": "a76fc32bf89b4be29be7d7a4f82e822a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "05289b45c6c74414a694a4d2facb579c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "98996dfd0934422ea12641fa2619c1a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c7ea08c6b90d41acb543020f30c66314", "region_id": "RegionOne"}], "type": "function-engine", "id": "5870af1bbaac4512af026cc2297d32ec", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "297284bc92a6485d82f2fff7c585d3e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "93a9de5d337e4cbf8b3d90ae8e7109b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "100b3eab834f4450ba779a6f0661c0de", "region_id": "RegionOne"}], "type": "accelerator", "id": "2e2e6bebaa2948be8339f44c1a28938f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "26c3649882e3404ab859aceaa7a6a582", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e18eb531c612400a9d7d39ad93558964", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4b40ff69671e49cab341ab3d00ed4b39", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7449293bfdb4448c8f0b7b5dffe9d579", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5d7276b9c7d74b4785178b110a978901", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "15986ac4b3b846f9ba3c1fec8d2bd0f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b50af78f79824d5f804acae08b49840e", "region_id": "RegionOne"}], "type": "registration", "id": "2bc2e28da21f46bebfd2569a8f6fcd1b", "name": "adjutant"}], "user": {"domain": {"id": "d5af4a964c964ab684a0dfe56d52af7f", "name": "d774b84862e74f7c9d768cbbe74d85e7"}, "id": "fb31d9b9601c4f928245b6c89f4a783c", "name": "205021e512a84fa8b783444a8356cc76"}, "audit_ids": ["e58d49c3365a42bb84aab617d82a6915", null], "issued_at": "2019-09-19T09:04:40.935236"}} {2} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_create_floating_ip_no_port [0.415145s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,753 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,758 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,760 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,763 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,777 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.684527+00:00", "project": {"domain": {"id": "afc4269289c043b6af01670c0e974a51", "name": "3f8608936fc340da99c68caa50ee83b5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8ba07c613cb74892af9ea88ef25a4a76"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3b4a6666144f441fab2920398592606c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "15f83fe942b0416dbba6b522e2b0d083", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "87b05dee85514f148601b418211e0021", "region_id": "RegionOne"}], "type": "identity", "id": "2daeaf9b93294f1cb729927c274a1e91", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c1131a55024e4a3ba5697bc2d6e14530", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fdeff25688f14c51a8a7d4beff346568", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "51726661900c4cdd8d580a2c853ee63b", "region_id": "RegionOne"}], "type": "compute", "id": "65308515a0294db29b76ced3fc671352", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "60e101e5de9c4f4aab6759cd241a6215", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e886d3c7f07d44c6a80e356309403367", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f948394cba074663a01669bdd0baf6c7", "region_id": "RegionOne"}], "type": "image", "id": "7d9aaab23b174f47ac07bad9e6595bf2", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7736872318e546b5ae30741f8caa8852", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "67f7e7779ea64717b3efaeee793900bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c9f3c4c7da784bfb941af9b9881b9bd5", "region_id": "RegionOne"}], "type": "load-balancer", "id": "86b138d089164fa387e5bf31749bd3fc", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7d2dccdc5254bbe9b47758dcb375bde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "367a5334d3374f48ade1576b4020c11a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c95827ea52c3440691aa3552be246d59", "region_id": "RegionOne"}], "type": "object-store", "id": "16787bd34a5d448c94a3cdb9787515de", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "19c6e786e8a5454bb3ecf3828d13d2e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c1813903dd1e4dbbbfb9ca164d79cf37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "34a8b1d110684246bec48b152590ce37", "region_id": "RegionOne"}], "type": "clustering", "id": "bb211bd8efab4e78bbdf09effbc509b8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "68100cd633fa4ff186eb24bf6d54b280", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b7b0155bf86a47568bbf9c5756c68d6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f96ac03601674b4f8dd0a0197a9edba9", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d309064948194f358ad36e76c8513ab9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7b102fbfa401442d9a28d0d4108e791a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "28f7d5fe8d52400084622ed25b0ac8af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "24b382f370c4408481acedbf82caecb8", "region_id": "RegionOne"}], "type": "cluster", "id": "8f6bb206e2d0461e83c42f18be4f2cac", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b5e2b989152c4a8787b73ced5e574f38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "620cd08a92fd470aba42bcda30c2376d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "86a5ad31f0344f3ea4e6d26029163a95", "region_id": "RegionOne"}], "type": "data-processing", "id": "e1eaa4df1d4046ecb9f905cc9a7e38af", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3dbb23f181dd49c2acf125eaeb0199ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f21733360eda405180976f3e7863f74a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6176074bd35b4830a76f4bc45e1df6ce", "region_id": "RegionOne"}], "type": "baremetal", "id": "d60916060dd34079ba2064bd70c2d143", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "151f04c864ff4807977dcebc1fc2792e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "671433de7ba74c7883a7499aa0dde772", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b16076b1700c46b8b2ce1b6fdcc09ef6", "region_id": "RegionOne"}], "type": "bare-metal", "id": "721cc0a1be9e4240b91d3d422e8a7e30", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "05995ab11134459f89a0de405459c2e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "97f07977d473423f9e11e9ae040ca36e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9a4dc86e83fa458d935d8c31dfdd6441", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f989ee6e542e4f249ca1f3ac3c2684c3", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "869be297ed8a4d50bdfb710dc0ec586e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b9b1083757b34ff983193b356b483f9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d54e9d33741b42dab5e53f99725ab392", "region_id": "RegionOne"}], "type": "key-manager", "id": "0a5ed061ed5d474c87810f1761924bc9", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b93304621d5f4d10b0950f50120abaa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2c828fc1c9854995bf6467506d116415", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c6c50af4f0a547c283ce4d612d9cbe5d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "03fcf400765c410883e83ea2246609a1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "677379a5de474a5caa4c424d80cef373", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "41d87aa92740492ca60b15c06fba216e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "78812a4bf9d8420fbe5ec9f44b1b82f1", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5925fa850af9482799a694756a47f997", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5588ac6b73aa48749c0fc4c1bb515812", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d91f0496af254126bb52b363e022c998", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ae2b8578fe9245ebb812a930a1c68cdf", "region_id": "RegionOne"}], "type": "message", "id": "9a82cddf9feb484fa1ee9812ff04150e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "efefd455eee7489d8e00fc761fc1940b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b6cfc32852af400f9a4698dedc4c7548", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a88410c239cd4d75a5c28f479f3175fa", "region_id": "RegionOne"}], "type": "messaging", "id": "8f55137ecbe94c4d9af5433e9823876a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0307ddd36189448f9c66299719ca3186", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cc8a2e5d49b743ef8ce98dabc0b853cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "654c3b9764f140c7ad4aeb87870b5549", "region_id": "RegionOne"}], "type": "application-catalog", "id": "901ac8f2dc0648c597b18af8c9d368a0", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cef2ca66f7b84555b5bfe83f3390e37c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "35b34e27968d4163917aea96006c515c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "90dd2e3745c74e1795cb242366b318a0", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6bb6c5d6b23c43c0babbc06ba81ab7c3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2fd9007c3fd946c2b401e46fc67ae39b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bb24513f90194760846684363b795e36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cf4291b26128446c94eec2598bd475a9", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a99e64fd0faa469cbdd47910374819f3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6cccc06938fc474caf3d01201136d86f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "683a8bbd8f424eaca7334264acd58354", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "27997a0282d840c6a42fed000903d1a8", "region_id": "RegionOne"}], "type": "container-infra", "id": "a0e19786be8141fcb7b29d52e4995157", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5c77307186514204b51e96a73d085a67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "003c2d94c7884314b70d1c96bb1525c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "38a35cbc0f9e41d79def6f1280a9f490", "region_id": "RegionOne"}], "type": "search", "id": "6ffd56dbee5c49c9983b56b5fdae7d9f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "951b90264ad748fa87d2c9cc279d0e8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "5b4b8274c29e405ca38138a9754d3976", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ed462b89565b4df7a3bbc2638418c60e", "region_id": "RegionOne"}], "type": "dns", "id": "2fbb3a5c76ce4a90b388155442acbd07", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d838127c7b4242c9a28c8d302591d1cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5218f9800b504648a0c392597a12a9bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ef15e8126f614c818d9b7bf6bc503911", "region_id": "RegionOne"}], "type": "workflow", "id": "29c6985ee4744d459d28274c16ef5b26", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e9df4b00cf834ad69116996abbcb0178", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "820252eb1bbf4c27a82c4fa686ceff8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c061453704944a4ea0a01dc8619a2966", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f9de77a834e7492eb1ea3af62b751d09", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5d645672b82f407986b6610036f5117f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "efc80fc3e0fc4e54b7ca9974f1901ec0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6288b667662a43fbb74f0b078eb095be", "region_id": "RegionOne"}], "type": "rating", "id": "c4c5d4c7da1e411d912dea9bdab8f01b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8be0a34e9267480a816255b3a4044455", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "500588723df14e2ab7df249cfd4a97f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c2ea70931f7e4a428b9a57793fe7aa91", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d863ac539e064046bff94db8ffd2d746", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b360618f7fb145159735751802926aad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5c56983502854ae2a68d7c710226fda5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c431b59aeb3147f18e93d8913ae50629", "region_id": "RegionOne"}], "type": "policy", "id": "2dbd66aa8c534cd6bf9f384babde7bc0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "714c26f29614410987fdc397d8fa9fce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "74b9b0b023d149b799865138e5c5c3d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a94c540517eb4c5a843c93586b9d2c1b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e0faf176a87242d183b6887397870493", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0ee32e25929949329ee6339d625fe2c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "40ccc7fc1b1f47b9bc3950e893bb1a98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8e32d0c05096466b8349cc396bbe21a9", "region_id": "RegionOne"}], "type": "sharev2", "id": "8e9ccaafe8ef4cc09c7686f79b9e8dfc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8566270167b2459d8eb1af71641eb9a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "feae5a3dc14e47a58398707899b70a2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "aad731d3b8c84ef48077d8cd8ad475b2", "region_id": "RegionOne"}], "type": "share", "id": "6b0eb661ea164587b963e7097f3cef90", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "82bfb313367645d5a2152a07f2ea014e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5e364dbb79ca4eb8b8379488893a00b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "64bb838b463849719de61b9dc3fec9f2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "000c83cc3a40475680de85da14321831", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "867ea4dd2b36437b99fd6677f542990b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6311ac19ee94271a1bd699cedf5c913", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ed4789b96c24eea91586ca401257c44", "region_id": "RegionOne"}], "type": "orchestration", "id": "3619c62230d9486eb26aeaca4940b2ef", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e048f0a9df434dfe916cc1f270aff8e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58b82498abeb4c1291b3dd4b9bd5cdef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a3d2043d2b14862b77eb9542154d318", "region_id": "RegionOne"}], "type": "block-storage", "id": "d9b80059c03c4fdab839581f480d6d06", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65b6497f00ca4b5290691dc9bbd5ddfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3a0af31cf38449185dea44398e0ca00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ee2dfe157d0429fb1583b0779454026", "region_id": "RegionOne"}], "type": "volumev3", "id": "82e6a1d40a694da287ccfb1289c311bf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "722ba9df2d0a46be9bc1c269c41dcd28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a49b7dcf187e40e6afac3d455d95ed95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88076e13238649c3b324d6aa31ac4a0f", "region_id": "RegionOne"}], "type": "volumev2", "id": "a2b6f7dfbcd74012b3c7de4f2c28113f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c525c85aead47699f7caeef468341f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23d8ae0e0dad44bebe4ff37d88dbc154", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aab091b46c8140efa2ed937b07328434", "region_id": "RegionOne"}], "type": "volume", "id": "1f70b3fc1a1344f4b99d7d7e7226e8b1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43fa83b88cb84bce95774c0c2918eb6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5cedd24a1af490fb08fff8d6a5c5355", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7dc76297e9884fcfa200b3b1ab5ae74b", "region_id": "RegionOne"}], "type": "block-store", "id": "ef5e96d42de24a17952edd279db66005", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "80402b5611fe4fdeb756a0be53b48a0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8f71344092714b4da9ef28777c0db112", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "71b79912487944f48a3ecf1fc5f90219", "region_id": "RegionOne"}], "type": "alarm", "id": "513786d7a35c476c95c71ce721b42e38", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "68a002b58c354e06934359920359ff92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a3a2c3e9f98f4e9583cae5e65e3efa0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e0dfca9151e74b54a385943aa0c03755", "region_id": "RegionOne"}], "type": "alarming", "id": "2965382d03cd4304a054eeb1adc26739", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "05f32066bb504dae8b81deae8c442929", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "06ee4d448388461fa804999a9856c4b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9108863131fa4dfba94e3ac55b2814a0", "region_id": "RegionOne"}], "type": "meter", "id": "8ee5ec08b36d4a638f1051fb11064786", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "efde85827dfb40cba4aa927a53682dec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e162b1d2d82340f3a93f81dd40292e8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8bb14891ae434a96802294aa432cabc1", "region_id": "RegionOne"}], "type": "metering", "id": "9413033205d1407ca693e29be8a50468", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "23a6295d53654b80823b603c82892755", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5828c53d60264d67bcc6bc091f9fdf19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "28a0b440cf2048fdb6d17118bc525339", "region_id": "RegionOne"}], "type": "telemetry", "id": "87ffb18bcef848b198ae0612bcf03894", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "dfae4ae4347b42d2b62c22d037216a86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1d802ba16fc04cb4b07eb87cf55ccc9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "22874a6929844d679491e05efbf467ee", "region_id": "RegionOne"}], "type": "event", "id": "983d14f54232473dad7c9505ee3f6b9f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ba3c5a36e6d143218ea396becbd4720e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "af319ff74a0948a898349a279c2b559d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0077896525084a4f975f0800acd856eb", "region_id": "RegionOne"}], "type": "events", "id": "c9d8083f493e4602998e81adc7bec69e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "67cf0838db3f4044b1b7cef47a499a41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0fea77433fbf4cd78243ef02341a53bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5dcb9dc6f40945d8ad7fb307e3f2dfb9", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f93b991c958a4bb484128f5f674a8ada", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "72a797230f7b41ea83fdb89571c296ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d6a995f014a34c118d8d39a6ecb2d28e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f53abfb6e7c24d7080cff9763661595a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c228b38b47954905aeebee2733634b71", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e53eca5f62cb4a2f8f59ca3a9a50bd29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "99e93654bd2741c295ac500379d296bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7d7adc119fec449d8766f22cf259eb4a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3eea6e9160424f88bbf9d83dd6fdce9b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e6ee6511b998413fbf32e8ab9eebe0cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "609378497b404b3eb74ca74ca98d2835", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c15f314d299a4cf8953af7c86f9a943c", "region_id": "RegionOne"}], "type": "tricircle", "id": "9117fa56c45644e2b25c5e7d774b82f6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "815b9934d8254701af1cf9d2617fc61f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7ddfb996fa76404495d8e7e1067e61c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "12d2d02f64de40208d49f3beb9cf21d2", "region_id": "RegionOne"}], "type": "database", "id": "86a06f49a72940d1b06a28b36bee20d3", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "84a4a13dbb9c43c19797fd37d8898e3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "29878190984348d19f172071859abb0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bacd8eb238584d72aec962515099cf5f", "region_id": "RegionOne"}], "type": "application-container", "id": "0cf08085a85f46bd82d5f3f84fd98684", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "62ce9adddbcd4dd5bd133d0efe543c43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0c4605c078134ca5b8b6a1a038919662", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "98694b41d7384fc6a939ad0aa7710b95", "region_id": "RegionOne"}], "type": "container", "id": "9144cb81bd284e12a341d4954b1179ca", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "81aaf48bd0734f76acee2c6e3be3c549", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "50825cc4eb674909a24715de7c9761ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d2d6d84a44e8475185adf8c62e2c554e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e85d20be02db4bbba88ee5e52444964d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b7e46f41111b43a68985bd0cb2c3d3b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "551fe1e291464867a7fbe1b69d02a99a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6cec351d4a0b4e99bcf1c273aba6c70c", "region_id": "RegionOne"}], "type": "rca", "id": "1859ccf54f31440fa4f81c5c21aae6d7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "05f7cd79bbc44782b24131bca0cbad2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "410a64b279fe4c5f931d4eaf6c0f0bbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "26044a65549f43b780bc36acee82ab93", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "7aa7eeb0cf134bee83d9c077d4848479", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "051b7bfb96c54579943675dca7234aac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "40b78d6c4ba84eb4a03a065e8f2cb4ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "76b2d503de5642a3affe450a7919cb93", "region_id": "RegionOne"}], "type": "network", "id": "5d7dff6d5282474eb702f540ebd5b664", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "aaef2664cadb418a957a020d56bc0ac5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "89106c8001484bc4950ed39c75f364f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "dec52c550fb44d6f9f8c5d21da311a11", "region_id": "RegionOne"}], "type": "backup", "id": "1c1295902d3a4a46bd10e278e0d1d3e1", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d7526449296b4abf9eb0540493628c1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "792dc05e1f82493b87dccdaabfd4522e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9cbc7043493d43c49c3f7b208e7f9f54", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "663d0d493bd74869a1721f9971e87d8a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f33b79a848614d3482e8082fe46734fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b5eff1092d9843bcaa3f40809cb2a53b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ed14e44f2a17416099b9120efa85575a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "71929824504a49f28c71a6ef08e384ef", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8bfcce656da54b83af04e8c12937825a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "09f33dd81eac4d80b444f8d7b54fee5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "918b75d3d4724af5a7a55b14220c34bf", "region_id": "RegionOne"}], "type": "monitoring", "id": "1ebed001c16b44f2b5a49cbbbdfe91b5", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "17e6b19180e845acbcbeebbc34c5d604", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cf93721c9b124f2882af2f270fc88391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b1b762c879624f85b211fd7bce31f145", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "34a3f1f80a454dce9660cd15d7895b6b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "42800b13ac4841798be98525d84bf24b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8f5e940095be448790aee5805d158084", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a9c0b4ff63b24e619192820ad6506540", "region_id": "RegionOne"}], "type": "placement", "id": "6cf756f983874055a33340848914f5e2", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "181e7ac86e684216ab7355992c4fca6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5713d2bea07e42e793058f752070c9a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ec234164488c4ada96202f9a5c09ad6c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9f0febe25d084be2a24097f22b590fec", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9ede6ca30cbe42909929306ba6d53c77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "92ad6faeb31b4b8e87147f4d40e76a37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "98d32bbb5ff542f0b2a1c66e63fc1a99", "region_id": "RegionOne"}], "type": "ha", "id": "f5270deff0364c34aab947cd646f4579", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "27cfee55e3e64825af41180c6bae1df1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9687f94bbe4e4bd8bda7c991d9e4b072", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "48acfe5580d840a1aef4d28243f82aa2", "region_id": "RegionOne"}], "type": "reservation", "id": "e8c52d704c534963904859e5f909cb5d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "61f1be3452e24f61836dc9abb5002959", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fd42597e524541b3936a499bf9598650", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "24f31200d3344577a5787f8a003b9b75", "region_id": "RegionOne"}], "type": "function-engine", "id": "de914054c87043e4a5ae2cb705ca71f1", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f2acc9fc407543e9a276c14430117203", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d944118b3f7b41ef84249ccfb8c7812e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "77fee2af9f4044168cbf385dcaafc2e0", "region_id": "RegionOne"}], "type": "accelerator", "id": "f40d7d89d6fd428a8fcb19f246e75a14", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bf6903df83cc41bc857f1c69af882e4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "946b3d65ab07479f8d923105c7f39495", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "77e19bea48d74d30a1ee2de44721247c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "af53b02898b24a0aa69452b431d7eccd", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c43c0f10d68446f1ad3a932c41a0b11a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "097650e7c92445cfb3a721e43e412e61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "55e388a558f54917a50d6f1fb2a09110", "region_id": "RegionOne"}], "type": "registration", "id": "a83cea01f39348cab3bab3c82c9a940b", "name": "adjutant"}], "user": {"domain": {"id": "20b19c8364f34404b98d8604ec83e9d8", "name": "b486a5ef40004b60acaf2f4a041edb37"}, "id": "382eedec1b9f4182acee28857afd2c50", "name": "bed05fe8c0c54ac1b0182975267cd80c"}, "audit_ids": ["5b42dc31cebb4377a9b304863ded6395", null], "issued_at": "2019-09-19T09:04:40.684527"}} 2019-09-19 09:06:40,982 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,988 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,990 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["54d6f61d-db07-451c-9ab3-b9609b6b6f0b"], "provider:physical_network": null, "id": "my-network-id", "provider:segmentation_id": null, "router:external": true, "name": "my-network", "admin_state_up": true, "tenant_id": "4fd44f30292945e481c7b8a0c8908869", "provider:network_type": "local", "shared": true}]} 2019-09-19 09:06:41,017 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,023 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,025 keystoneauth.session RESP BODY: {"subnets": []} 2019-09-19 09:06:41,049 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_id=some-server" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,054 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,056 keystoneauth.session RESP BODY: {"ports": [{"created_at": "2019-09-19T09:06:40.822694", "fixed_ips": [{"subnet_id": "subnet-id", "ip_address": "172.24.4.2"}], "id": "port-id", "device_id": "some-server"}]} 2019-09-19 09:06:41,060 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/floatingips.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"floating_network_id": "my-network-id", "fixed_ip_address": "172.24.4.2", "port_id": "port-id"}}' 2019-09-19 09:06:41,065 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,070 keystoneauth.session RESP BODY: {"floatingip": {"port_id": null, "id": "floating-ip-id"}} {9} openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_data [0.194858s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,914 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,919 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,921 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,924 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,937 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.850415+00:00", "project": {"domain": {"id": "2b4ae2f0ee154e2a8750be6582525141", "name": "28e20ef5489c4934bbda3d77deb43341"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "366f437d5ace43c3b4417c83f3fae9ca"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f1e4218361b74f02952f6cd4722908de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "079c8f75daf44784b9d19f294d673dc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "bca01faa3dfc45f8a7fb91206331ada2", "region_id": "RegionOne"}], "type": "identity", "id": "3a393a0ef94041d6a5a827246906e2d4", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "53348a13027d4752abaf3558250dfcc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b97a6da00c994763a1b4ec3d9624648e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4b837cbd7d43468ba31a088ea4c8a57a", "region_id": "RegionOne"}], "type": "compute", "id": "36b599c01375489cabb55c96282efe59", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "143bd56b7ce144678704f410cc52d446", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a779b4cdeca249b582a958c8a2c8301b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "bc79216795b84656984d2125c48446d2", "region_id": "RegionOne"}], "type": "image", "id": "b78247d0e6664f119b06172093d584d6", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "160e98a02ac1471d93c9e9ff186482a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c21eec6c2a144292b6f69aff54f6d43c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e9aaa30498764679986b0840aec87ffd", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d6dc65200fc949d2b965ee1044e6fb2b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb683a5c39e14fb7878305fda5f67932", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c6c1815210d489a89023e1f6645954f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59a2129071834130a6701eed04c7ff97", "region_id": "RegionOne"}], "type": "object-store", "id": "b243cf8006a64fe4b0d349c8ca400495", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f49e973d5c734807be2dfa1af98b818e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "91424223716f4872a7100b073d1e27b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3013e4d73cd54704b6875dc7a2aef1ae", "region_id": "RegionOne"}], "type": "clustering", "id": "f2eee007919347ffb5ffad6c3e47777a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0752fb184b034f53b6dc860db99fbc5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6ee4441e64e4461baf7a0336e6a19d4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8ce2a7b6d05845fd90d444a626b9d595", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b7f065e6cfbb440f905d60233dc45737", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7de40078d6d84563b2c8f0085c25a53a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "201aa5e8ad224efaa38484b4aefe7e14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b0ac551f73054c41b32d7dfc1a4f10e0", "region_id": "RegionOne"}], "type": "cluster", "id": "54027299192f457da7245002c398ab32", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e88f7bd80c504a96aa2ae234ca846c4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "85e6467e629b4e7b88e527fb2cc180c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "308ba6757c3a4e6c872df34c4547972f", "region_id": "RegionOne"}], "type": "data-processing", "id": "f8aa0ace73954d589764464a0117c3f7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1c62007f88904e38acb81879ce950496", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "62e06ef417ff4db6b7e5becdaa769011", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5fb0ae000bd140e2a8c5c1327fc3f7cc", "region_id": "RegionOne"}], "type": "baremetal", "id": "579d7890cec549829482bf51141684a5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "de01b85e4bd74e03836d3e1408d9b046", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cdedd7574e9b4b0f86c48e2b429ff4d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c606d0712c3a445ab46e687fe885a0fc", "region_id": "RegionOne"}], "type": "bare-metal", "id": "721fe5a78fb24dc789cfda7bc47588c9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "509192b45a5c427c8c65a63f86ee80d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "970ed253584a40fd8b46fef60110fd8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e44ff120eab1499a976d0c476427c48b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "19022cb3da0746639ac1c6f7924d90e4", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "26b517ac017948e781dc64f49bd02219", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "846f28352e1348879e5bd453a396e570", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "45a62bcaf1394118a377861e0fe9c405", "region_id": "RegionOne"}], "type": "key-manager", "id": "eacd60ed50c24c6b881010e5c68a176b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a353992a3bda4fecb05ac8aa38adf341", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2939af71b5ab4540b8a61d0cf71bf177", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "811fccdf7df245a1ab6efb4a9b9e9c06", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "946726890fc5465a85f845a94cd194b5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2b974554da86402a935b7e065f6b06b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "71e9f3a12aa94aaba64ede787a962811", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "eec80c11fc114f3f8bf99e6eb1a7284a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "34550d4655894c9d94982e56053ba10d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "efab81e9e9644fa880f2533fe6f51f5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "587101d1c5a548cb8cf7afb72fe3cdfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0a4f492e6ea44e5a942bf45ac3cea8bd", "region_id": "RegionOne"}], "type": "message", "id": "b59ed5eb8ce04f16a8649b6df6997f11", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7e6e105598df44218298f99bf001bff9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d95db1fb92174afdbe4e669adde23940", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "049b50d1139d4c359a9464e17460c5f5", "region_id": "RegionOne"}], "type": "messaging", "id": "adedd0bd498a4679ae32b26d6a419ebe", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4842bbc000454c9d8e5e1215645b14d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e0ca67b59bbc43b7b4e849140cd3d6f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "809c276db3a64a0e8ef659d3c8fefed5", "region_id": "RegionOne"}], "type": "application-catalog", "id": "74738bdac307469884cf06b449e2c1be", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dbce64a3105f4dc290b8d99c48e68dbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "737d7e70c67a4f79892547da30d56df3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b5065c3d83194d8caad45d239203ea37", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "44e2f86a9aa24efdb939884a1da6ad1b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f07bc7c4c096471cb7753dd416e654d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bbd9ad2fb7fe4b3ab8ded123cd2aff7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d98446d291d46118f09b9b244263ca5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "195b42e324f64a8a944ccb0d8e43e51d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0d0eb1b71b0141fa97b4923ff2256b01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "74e947653c164343b2b5371d56da27f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8a74135a5f3742068309074794c6e294", "region_id": "RegionOne"}], "type": "container-infra", "id": "1811509db6d649498bc8b5a5b8ff79e2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f6d8e722e62a48f5b0ac41342b61a317", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8a9334266ce74cc8a81e675a664393f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "71f3e7dbc366419f984ff9a36df7b601", "region_id": "RegionOne"}], "type": "search", "id": "a19d22acac3c4b2bbd90ff93d122bbc6", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a9d1e8c806164622a786ad9a20ef0050", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "98d5896ef51844ed8d5f75d8ed9f0c00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2ae2584bb6e24c2c99b4ecc698393fbc", "region_id": "RegionOne"}], "type": "dns", "id": "cddf1f2bcd954f5d80d808e6bd58089c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6d97d68b565840139c17fb899a8945d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3f8bab522dba44c3bd246b7fcb515a8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e663a2c28f014c0a908da9009372ebe9", "region_id": "RegionOne"}], "type": "workflow", "id": "355d8c596fc345e0b4a5adf4a8f8792a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9ac71c4c5d684f0fa282441c9dc707c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d2159d2b78f743dd85ae6f4955828e8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f7778a0f82b94317bed2dbc444f964ba", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ee8b9e2446484f33a34166c5a8fc5336", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2c1100ccded3409cb95cfbe0b6850e93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c28d6efe0a574db1ac1867a43405cf53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "294560b04f9c48e7bc5503a9c7802efd", "region_id": "RegionOne"}], "type": "rating", "id": "bdbbaceaa3e64416b4912ff3b9ef20e5", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1288a158a2c5428cb8bcd0018767eab9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c20bc92c9f314267983e4ea29900a274", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1355d53c3b264d6e8fd8f21b93260a56", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f5bf6557d75047189b887afdf7c8c815", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f9fce0ab98b64051b9a2c7d95f5c8ef3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e8d2abc08cfc46268970450dc232f058", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4946660fb7ee4f8ca7363a788ac597ed", "region_id": "RegionOne"}], "type": "policy", "id": "792c61fda4ed4acea07ff58387d3c829", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9a2730d3efe540978c3e80bcd86de60c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d27beafaacac45548eb641e04ba00106", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ff1fc47313b4480999a1bc9e6b7068b1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2230d3d52b524cc39d4d506edadd1b6b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "30703238e88145a98e1547fa6eda8aa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "938dd590071b49d482baf69e1fb3d529", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7e17d439a25041e2a249476e62606130", "region_id": "RegionOne"}], "type": "sharev2", "id": "8325c30931ab4bcda72a747078911f60", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ff9f9536a2434ad38a150cde423d318a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "de81c66758d64ab9b72cf9764d397be9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "301b852163b54bd9a2e9f88ebbc26515", "region_id": "RegionOne"}], "type": "share", "id": "26ab52625f7f483195bd64da105a98d6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f0d35578486749c7920215c6429c7a4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0013889976c54af68e0a0aa539b0507f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a312d3db18494cdf949e21dff483f6e3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "43a9f47738b145b9806c550fcf338685", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f67005c4cdfc41969f6cf10e259d616b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f19b9efce6364e4cb4fa945f73805729", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73f49c81948f41779393207c56cf6256", "region_id": "RegionOne"}], "type": "orchestration", "id": "1fbf8297fb4146ff8fe1fe84d43c46e6", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "734d382c1acf4a60a2b0639ccfe17aad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed24b93472de45ecb4d31237156dcc5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25a3917312544de58ae72892dc94044f", "region_id": "RegionOne"}], "type": "block-storage", "id": "443f18481d3747328ca60c108588f70d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47c3388f2f684d1abc4b9bc56b74aba2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4477fb7dfcf4c44a840cfdac7331c7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ddb2e71d7314c579aa8e2205884fcce", "region_id": "RegionOne"}], "type": "volumev3", "id": "f7650f7485d0464dab413a8aa886d0dc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91cec1fafb5f49d5b36c2004bc546e74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "713bdc4f928d4df59ec740b990b32a2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c117b94d69c410b89e5aa49bd2049f2", "region_id": "RegionOne"}], "type": "volumev2", "id": "73dfd01bdffa49c2afb82015bbdd9b12", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4155ab6cb10a40cd9b6fe7b5660d0929", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6cbf2f34c5941fcb470b12e6a860629", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b2a1151e4f04c4eb09edb3497822d27", "region_id": "RegionOne"}], "type": "volume", "id": "439a0159cdb24141b6d956e0597fad0c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "889a6a99098e41cd8d50aaf83deb00ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b49c7c902f9a4d19b4cb3f9db3700f01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8009f7b8147a49bab9082e2829a0dbb5", "region_id": "RegionOne"}], "type": "block-store", "id": "4c9137c1fb904c4ca60d5825558826e3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3d825583cfd4402f8c10952fef3d59be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "481bea1e35974368b8ce730ecf69b701", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "38ea42260d6a4f8aad3d7e47b07bf682", "region_id": "RegionOne"}], "type": "alarm", "id": "b97a0ad4acfd4948a33713cab1e4bca3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8b668a7a65e14a659698f1f206fdae65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ccffc64ba37541e79a08c9c9ce33c5e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2824b6c1e3cd4646a29b6b9b0e604dda", "region_id": "RegionOne"}], "type": "alarming", "id": "fc78aabf45074430af809c588392dc38", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9e34b9dbc2784e50948fb8a0718ac04f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f0a60533303d4778bc4f5ee076beada4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f48066d9493144c4b0925951ba5a8648", "region_id": "RegionOne"}], "type": "meter", "id": "2fc98e0869294632b37268bd76269b6a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1c42dc087dfd4165a6ebf07dca433f6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4fa63a7cc5404283a35d24b98eb7f893", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6060e27e7dae48f98d26ed6df932d0e1", "region_id": "RegionOne"}], "type": "metering", "id": "d2cddebf27b4432b9c1a204540399b71", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0823754ee2fa43579a92bcb2bed74308", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "723fad92a83b49ada5f5a8f0431e75e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "62652398fa6b479bb7c89a7a5ef4a9cd", "region_id": "RegionOne"}], "type": "telemetry", "id": "99f6d8c7af264e699fcf66a765a2c415", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f3aa712d271047b1babf61295c44c216", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fdeaffee8f934aec979b73f3bfdd33b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3ab2afd322de496db857e02e9c5a62a9", "region_id": "RegionOne"}], "type": "event", "id": "657baeefdc6d4245bf370eb232acb545", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d29c54ebf43a498a86beae9f78b7be62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2c85237cad0a4c95b5d89dfa728632b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "66e1aaf387414c599e436f7ba6474d3e", "region_id": "RegionOne"}], "type": "events", "id": "15573087d4044ab489d0d7d83687c4c5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "82465fc141e94419b42957734e441d8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "70e00f4d942047a78edf8c7455285426", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6e59b451133a45f18c6a54c7fc368a71", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8302e91f18764c67b865e6a62023351f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ad1b1253d5cf418c95bc607d29178878", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a614966c650a430dbc43fd0656192f5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "394bfd57b2df49cd91e843048851beea", "region_id": "RegionOne"}], "type": "application_deployment", "id": "760e808654b34d17b008c66be0c5eb00", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c5f649ba0a4c4840bee033149deb1842", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2f864fdf87bb491aabcb59bd88ee937a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b200ef9492f041d1bd3f3e28cd2c46db", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "13fa18af31ea4606aeb34447a1209c6d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e10eba045ce2440c8f4b1bc60500b2d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6f557b405406421aae6f2a9949981f61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4ee65657526b455f8896bf3b1468050d", "region_id": "RegionOne"}], "type": "tricircle", "id": "80ae535a6f5644bea8056a0da4f2e909", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a39313699fe34d149cad05834fbcc2e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "86ea2af14b994f65a5c048ba1f10debe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0eef4bdf2277406cbe3d1b097049ad0e", "region_id": "RegionOne"}], "type": "database", "id": "3edec358e4f34ff5a869cdf4cd186d4f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f2cc8837e8d24dd4ad85af3db27fd1a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "83c1d057ecff4ea7b9d8edc8c3a4173a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a1da2fc69aa5467786a1b294ace7257a", "region_id": "RegionOne"}], "type": "application-container", "id": "b5cb04d22aab4bffb75300fd87bd2374", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4d3c6dc76bd74928a628db1910013c3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "87813b6c210f4642b720e6b7f08b986f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9de7b70e793e41afa42e39200b3cde44", "region_id": "RegionOne"}], "type": "container", "id": "a9cc459bd011412f84fa118e25c17646", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8718b9cd5f4849d2afef4770cc69bd75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "47c88d4fb7954b58bc7d117c427fe9d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e62ed62a61d74998bb574a9d23fdf795", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "aa1263e006db42dfa7536bbd6ffc4bdd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d354fcfbde804093b93e15b9aed5ac19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5beef212baec4ca7a70dff90e46e9eed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "39d9568fed8343dcab79a78bb2361484", "region_id": "RegionOne"}], "type": "rca", "id": "09e108b77ceb43a0a63686af22278d91", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "211fbc47d6114f6c88cb91346797c670", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "db06b04130dc4aa6b60670e51e7faf75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e0d9d0f8f4b24ba6a17535dc61b43548", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "6820545bf06e4ef8b42e4b4813ed1a17", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c1ed2ae0f51744cc93e7c892cc505ee3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9ac31693fe054b61b3c8abe9459bfb25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "72285faf2e924468a4e1dc4b10f38bd9", "region_id": "RegionOne"}], "type": "network", "id": "6257970394864c16a59607ff6d21af91", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "75816fa1c0ae476b842710bcc5324238", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "86898b99508544a5b13d30e863879e49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4131ead5f20f4aa2be035e7fdf39e33a", "region_id": "RegionOne"}], "type": "backup", "id": "c15c5c4e52964588bab3e2f9a2c37dc3", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6b3ff65f17774c3996a0afaf092a9671", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1eb52992e0854fd6aae1831f27c4893d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0b17b50521844886aeecc4e84a6c8794", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "dac95f13dfc149a29eef2755348a82b2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cc3d16d9d6964a4289ad8a6b07fbad55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5ac63a20eb424b82a94bc83989637014", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "542b812b79f34c85b4da8459010cd30e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3a5d9dd43e4a4adebbd5152d98b958b6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fd0dba25b19548399bd769d1466e045f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "af526c4bf565495898fd3ba3e49a474f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "80706f6005e74713a7a15fba8ecbaf4b", "region_id": "RegionOne"}], "type": "monitoring", "id": "2c5821a188ed4bad8f1c0eaad419e45b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fb8a1cdfbd8e4c7bbf91758e7a3e0d76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "16c87609442646af96468eda850a5053", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b80250f0d3d54c3fafb6be2849e5ada2", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6a57baa8db11408ea0832fc7d82e652e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "79843457515c4c758fcb8f9a1908af6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "659c099b17e74050b1f75e2be2d077e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1e28413678614f7c8f653ab181140c43", "region_id": "RegionOne"}], "type": "placement", "id": "8bc89ec5206f46dc856d703695b914b8", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "934fce38899d47d08e916da36635a27d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cc738249dfc7442ab291495135b9d0dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dc51cf38ee0e49b998448c9168d0d3a5", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2f945bdd490a447a81a80a9a99a49a69", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8d59ce13a3024e348d72b1b97a962603", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d9533a33bbd240cbb57cd3f5001a8088", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9c79e20694244c9f8590f75831bd5e8f", "region_id": "RegionOne"}], "type": "ha", "id": "32ae468d2cb943e2828243f0661203a8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ce69f065b10047eca5f4e73b62ce88ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b13eb2cc90374ee0be3f383f3a4998dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "69310f3958b84b8a8b5458e1dd6f33bb", "region_id": "RegionOne"}], "type": "reservation", "id": "64ff4fe334894d20890b940f5659a2ff", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fe66a43218724e64816789a120402d85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e0958ecc953e4974b9b9a686e8afa7ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3b5f3b8fbffd4792afc8492b21a93243", "region_id": "RegionOne"}], "type": "function-engine", "id": "c69faaba84eb4adda74fb4948e24ec86", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8c54c853aa474c1492bd9ff09d5e2c83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d88b9d6f158e430aa6382196f45b8b8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "575d4a35e382477895c328764a1ef486", "region_id": "RegionOne"}], "type": "accelerator", "id": "6c9f8243d66c418abe4708261f67318e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5a56c5844193491d88929e5bbaa15486", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "44e3a6f612474cdab01727a8c6f24f09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b7f0b9b13f1945c2a3550bd062db6ea4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2b14841b9825410a922a044cc619fee7", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "262b113825fd4da19e2a5b363b073daf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d0040108bc8c41fb8abe339ce05e5d72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5de34196581249a8baac79337cb32dcc", "region_id": "RegionOne"}], "type": "registration", "id": "d7782c7a74534da393d1fc25ec23dcdf", "name": "adjutant"}], "user": {"domain": {"id": "8ca9d484866645e781f49e18a479ab86", "name": "7e37e843d6d648be8a49ca6771a3557c"}, "id": "03635f58eebc49c687d72e329f7730fd", "name": "8297f9ea4d4942dc992110c7b24016a8"}, "audit_ids": ["9b4b2875ec9c42188cd7bf76cba175b1", null], "issued_at": "2019-09-19T09:04:40.850415"}} 2019-09-19 09:06:40,968 openstack Calculating hashes for /tmp/tmpd8YO8B/tmp1Ua4d5 2019-09-19 09:06:40,970 openstack Image file /tmp/tmpd8YO8B/tmp1Ua4d5 md5:05f5ef0d823b862983ffa5dfd9295b57 sha256:8d72385835ce79088e957a5724b8380c6c3e001434cd0902ff45ac87ded8e48a 2019-09-19 09:06:40,987 openstack swift uploading data to openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_data-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_data-3 2019-09-19 09:06:41,036 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_data-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_data-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d 'openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_data-4' 2019-09-19 09:06:41,040 keystoneauth.session RESP: [201] content-type: application/json {23} openstack.tests.unit.cloud.test_meta.TestMeta.test_find_nova_addresses_key_name_and_ext_tag [0.060781s] ... ok {11} openstack.tests.unit.cloud.test_network.TestNetwork.test_get_network_by_id [0.161479s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,940 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,944 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,946 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,949 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,958 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.880296+00:00", "project": {"domain": {"id": "db74b540c1844d018bf3bc9a3d134be6", "name": "a5cb77a3a785479e8149c72ece2ccdfa"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d39cdccd0e3d472a9b7cd18c577bf9f0"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3c41c9cf7de44ff08d3e5bbd9f651d95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c2d0bd53176e4635a14e32a4a247424d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "83bd5d946ac345efbd924acc0e8de851", "region_id": "RegionOne"}], "type": "identity", "id": "b0f5d59670f14a6ab1a2ca847446a223", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "dc0caf0b847e42f39512cdbcb69ea46e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b4dc45f6b7f443e1964d5dcf3aa4922d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ddc1c9bdc9f044d1a17c04eea389437a", "region_id": "RegionOne"}], "type": "compute", "id": "9c1011e7508c493cb3972ae4b57c8f33", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "af9d007c66654338b8f23fb12671b8e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7e2d716f490e427c8e4c13f3c2afe898", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "bbbd8f0ab514463a8903c82f912241d8", "region_id": "RegionOne"}], "type": "image", "id": "c28c3c3608784494a5d9acb54cb0cc53", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "45442cabe4764d9b826132aed4639453", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5f709a0e427049fbb5e5ee1c603c981c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ff53c6600acd43aba9267ee33e02a28b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "08d5095c5dc346c78895a796ed2cebb1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66a09396ab484487af40184caafacd53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0cca0949e0b6428c9f4fc60ab7068c46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93e85eb14854418094d1aaf56f47db05", "region_id": "RegionOne"}], "type": "object-store", "id": "0caa9efc56864882bd16fef0b331495f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b1ab9c50a42a4b49afbf4d9c0e39a8c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e7179115828c4cdca5372c73b76b55f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "155e4cf0049741e89293a49a9e315e43", "region_id": "RegionOne"}], "type": "clustering", "id": "1c82a6552cd44cc2a453a82c3fe8244c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c5cc2602500848b482dbc1f0b5cfd29a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d060924bce9f4677b029b5672b640f13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e0d10ab3072642e3a8dfc9944b5dfa08", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f143bc1e541d46efbdbd06729cb2cfdc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7e740ee16d0d4cfba3643483baf8c381", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "63acbc5d1ad04ee29ff1e6a83413e0f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "07bbf4d8634e46fe91d55115ca5ec06d", "region_id": "RegionOne"}], "type": "cluster", "id": "cf2d8f05e5b44e42afd319a4becbe916", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ec4663f59ec943479c25679347ef685e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7ec15673c0d64b97bb7dc1cb9ec1229b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d4abaa711af549a39a14ff83a3b7416d", "region_id": "RegionOne"}], "type": "data-processing", "id": "733e8e628440435184e71625a8009ec3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b25dbd838da64964a611f7e78beb5b6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b49f0b03bd5b4f4da6d5455aff3a6ea3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f0a324a4ce3f4259a0a79afd7726bece", "region_id": "RegionOne"}], "type": "baremetal", "id": "0b9b68d6d78f4f74a6dd69e8f4d32671", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cb51da14fb5342c4a85af1b70f926a10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6f92a8415f1349aa848d452fe53660e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a010ad7a4d134af1bcb241ffd454dedc", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b26668f42f504f959b0667fcc1c04e65", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a23f594a037c4027b36768efb99d306c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d670b770b34143568062c120998ae686", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ec9420aea27a4409ab230357549f793d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0042836ccf7e43cc9af27f76d6eaf8f0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9cac20007c8c4acca76940c04205f080", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c0553bddc4a840fa886e4e419fc386e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "405d9b80cb864ffd80902a047994ef3c", "region_id": "RegionOne"}], "type": "key-manager", "id": "80a87cf066c4447ab8598ef0f63bd093", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c141cddb6cd14241917cb1fc63684071", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a711f75e3973474eba8bf198d593032a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7e17e14a4519421f8f22aaa6c05a9942", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ee6c60d25ecf4feab0490b6c708e09de", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5c5686862b2d4b3eb1e4b2989a1b9ec9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "974d633d571d476796310793fcdbb15f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c6c4b1345b7c48a4b485380e7585f7f4", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9a9120c6717c4f50acd81eb2bf4754c7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "855f2aa25aa443a2b23752f3e8db53f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4683f3e0507343058179a90c24d0dd32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "35b67f997f144e86a297c7cfb8406ea1", "region_id": "RegionOne"}], "type": "message", "id": "8bcad4d7286243de99b47e4d19933d01", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "83275f7d6ee04e44b87599c642f53967", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "402b1d550b1e4438bb502d06bcf5a10b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "105b7a14aff64e38b31c7bfe380656e2", "region_id": "RegionOne"}], "type": "messaging", "id": "224a1b72d05544018a43911db70ede11", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9f22fb8add4f4978b602fdf0a5629d9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "55324eb6ee98431f8a5b3e2a251aa244", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1e1b675f1ea944528bd09c1182b9ceb2", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f99e084fe5fb4a20afd6007540f242f9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a073a2072b634955bea89ddae7f88d32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b42cacb728a6441a9c64b45e236bd651", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c2773dc9f5f6402bae76cdd8c1d3acec", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3cf7872cdb2f4eb288f55304797c6102", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1188e62a5f5c49f8ac15b6856811ea57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4c5246a7d56f401b8605d0978d58b6e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "417c16c9fb23491db0feae0da9cc0829", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "199bad3251ff45a0b8afa9426ab9225f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4794a23d0237405da21ba23d2eb47b48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "856cebc848d8463db443cda28a4ddc4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5fa3b49c721e4c98a6be4612a827cb07", "region_id": "RegionOne"}], "type": "container-infra", "id": "556d2dd9651f428daea2f9eb860cdb4c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1ea38f194cee4432b2f0125fe2028aae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a4909122bea44e8baa4024dc1e23b87d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b36749a0d968443ca5d8409a7b5da6ec", "region_id": "RegionOne"}], "type": "search", "id": "9feb8c5aa2544e1e894fe4ca68343c14", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e0e61d53ddb049608e0dea82bc515427", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "92bd488f96224c56a3a082c30ef9e0ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "787d2dfa74574723819d49666bac921d", "region_id": "RegionOne"}], "type": "dns", "id": "733249941f6145f0972439270b59414c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8cf9d80f1b664f639bf5e787b918aa9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2acad52544444ad8ae2d0704374e74ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1cab908c352f4ffdb22bc16197aab5b9", "region_id": "RegionOne"}], "type": "workflow", "id": "62f7d2e2d5e649229e76ba3a077e4da5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e61fb418d5194a63b2a7c37ef0fbefe2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3171195dd3504d73a53cbeb373b8b6dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c39fc464f0924485b8913fc4b1ebeba5", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2bfad30ce6fc469ab3da4efba8615990", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b6c24db412a8433a99a171bd61ad7c3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0f407f831f96479b9c63fb6f0f55cf00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e9b9b527bfe04961afb97d2a61c6ca50", "region_id": "RegionOne"}], "type": "rating", "id": "4d25b4ab3e69484986bab72f0c38941c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "63f4ea3703f5420c9dddd7787f10eb44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2b0a8f0b6d9b44d8adb303f07677830f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e53586aca218495dadae94a4ee165c20", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1c7ace53359b4413b2414b697997424b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e2aacce961b342a5b7a38561551e9cb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "25864c9447a9480fb68fd43e15dbc987", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f995619395214c448ed68fbb63de4056", "region_id": "RegionOne"}], "type": "policy", "id": "5c28ff14caae4c2da0c44500c995414e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8a25bf4b2282496ab1d788cb614b867b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f8d40f145a9747fabb63ae3ef2868c2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f3b019b93baa4a8a8d850a5943584a12", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "127fafe4c8e54253895a95b088cd4bcd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f94fac3367534b0d9c00219435020042", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1471a60e07cd41abbea898835a5e2bf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8974487fd79746c39189838c2e696498", "region_id": "RegionOne"}], "type": "sharev2", "id": "137376c796ad4e06833dc237e5433882", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "598afc33ccb0488eb53b27c0c0b5c49f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cbdc08e89c604ac38679fc792b99e63a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e80328af46fc4b37845e8482d3f8666a", "region_id": "RegionOne"}], "type": "share", "id": "d9f22fb41fa74ff4b08705c6404fa72c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "74a39527f0c4410d8c531686683922f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d304b5854583463c80376db525d3816b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e26cc1b1a6e4418b9d3e7fe784a3953d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f42963e23ed94c8f807e382653c62b61", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c723bf819e8146e6808f07f268ecbaef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6419248efec04aa0adccc9c4310434d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fac1192dda6142bc910a31edaa813b93", "region_id": "RegionOne"}], "type": "orchestration", "id": "7f70f0286f1b4fc0b2fcdfde13904ad4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53e9898bfb18468f945e97a015a9a0b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19819c1083b242b5a1db781fd8c11726", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f35e7a95b0e946f19c496df3108dce52", "region_id": "RegionOne"}], "type": "block-storage", "id": "eeff4cbf713e4b2cbcbeb07c4e078d03", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "accacf672ffa4b24bb911fc1a375788b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "070e281429964b32a1e3e35a9da9f74e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95aa2bda08c5417fa1f6b616dff31305", "region_id": "RegionOne"}], "type": "volumev3", "id": "cd0e8be2463b4d6b9c89074e45d9be89", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bea3c7e13499496b9f7c13c40a142959", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc9d12241a4249d9b327d49a31578f78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fdd2bac8a324edd87a4b5c14b7b9eea", "region_id": "RegionOne"}], "type": "volumev2", "id": "b543e2b00941469185d36b6069b2677a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "808fe968dc5547bf8a84d59e4a15296c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71d07e839909479d9e00606e767ce329", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8965d0709a63474cb419c5ec172cb842", "region_id": "RegionOne"}], "type": "volume", "id": "2d9a44bc921740d297e4a4f88a634299", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ca3973816eb44e2a27e3eee7614411e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08e48c7536514c6ba842503c999a2560", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5da29afcd045439581681881e5ff9dcc", "region_id": "RegionOne"}], "type": "block-store", "id": "74d061861802491c81670929b1ee7857", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dd61692aa9e545c0bc931ed3725408b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2a272da4da6c4117a02e909915731643", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "709cdd04ce87483094897a8bc3a672b1", "region_id": "RegionOne"}], "type": "alarm", "id": "9038ae8e7bad46d9991ccb591888b4b8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "77a50161453e43baa7b3a8e482a139c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d695c154a0c445c7915a21a4158e13a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "48528478bf944889acd2d254bee93fcf", "region_id": "RegionOne"}], "type": "alarming", "id": "7b06c0c0d5be4a4584e5dc5d8a94de44", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e33c94eefc564c48987ee90341c17994", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "04a6b435843746d2aaffde9b4f6afbc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0154273e63954b7297f89faa7ec83cbf", "region_id": "RegionOne"}], "type": "meter", "id": "72d579f74bda48d88f78ae210a1be3d3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "72f47398bb9945b08f1ca90ea935e885", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4481c0a0a62644d09ee89c3f03b7ad36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b466c1bb07b548a683644916d83801a2", "region_id": "RegionOne"}], "type": "metering", "id": "97dd48513a9f40d6a3473a0f2b8590af", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e539604534484d349bc57241979a54c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "074f43d327294adf95c66663b9ba0f83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3c83ff731b264e199e088962975169cd", "region_id": "RegionOne"}], "type": "telemetry", "id": "61e3c2bb9d5a415f834bb1ba5f379fa8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9f64a65cde3b4ddbb453ed94799775a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "70225ba4004944b1af17866ddd032aa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9459d6dee4a343aea983adaade6edba6", "region_id": "RegionOne"}], "type": "event", "id": "df857847f35649a7ae5ddb453493ac23", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9e7f32de5d1f40379ae99747dbaca86d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0b3a1a1bdb784b51bcd62c0770c80348", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6c38db9dbf7e4354a0218f9c4f2f0434", "region_id": "RegionOne"}], "type": "events", "id": "00708b94668540e6b3447109d3632d2d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "94edb18350474d9d98c6d0522815903e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "31a890a27d46423d82e78bf18603f164", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "956795681afa4bc3bfcab391b908bdc0", "region_id": "RegionOne"}], "type": "application-deployment", "id": "dce2cfc1cd1240c3b7ada5cb5416e476", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "211b06639a994c2ea6caf33cf3503507", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ed143a7c4a1b4133a7e5b9cc3cf355ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0942ecbaf4e44511ab1e3f30419c4db0", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2c1850dbd49548ab81cc07c171713268", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c015f8ecf44846f485653f5ca4f235a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7a163cfdf74c4676847e6bf12fd0f9ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c537477605ed4246a9c869ec3853fbac", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c8ef4b945d764192aad3f55e6fa2059a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "44b6c4d13bb54feba8999ed70d43e649", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6fc8936053234ae980d2a56896d583ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e58d25b453c94c46a12395401d9fa651", "region_id": "RegionOne"}], "type": "tricircle", "id": "a591bdb775dd428c847767644355b15b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8bbbc8ac7de849bb90c2dee7ab670d75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "afcd5c8f639e4fddb1728d29d3c2d03c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f8456f920bc94da18d310ede3f332f0f", "region_id": "RegionOne"}], "type": "database", "id": "f46b545d78874a9799ee9c935ccb43bb", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "92c972b4c2ca48249fc6e7472b4ddf35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a904da01e7e54767b393da8b40430695", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fd99b14315f54dccb7ca8788eedcfcb4", "region_id": "RegionOne"}], "type": "application-container", "id": "54708dc1e8e745778a6e5ef5ad378147", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bcbfec6af18e45349fdb9ccc8dce4d9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9c16f136a5a24e20a3ba824e96623846", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "85c2aa259319455690c87024cdf328a8", "region_id": "RegionOne"}], "type": "container", "id": "eaac5fe1d2cf4ae8968de2823c6861f4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a66d6aa7ede449fdbcc1ab1fc57bd92e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3a4c87945171480aa3831b8c96087964", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ba3c50ca069f4d70b6a4bf10c08c4576", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d2b2b505be9f4960b3cd5cd38c3a885f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6b05cabe30944744a95eecf4affdd7fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a800320794694973a27b07f2e73e3348", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "86dd5524fc2941a1b4ebc2eddf2628cd", "region_id": "RegionOne"}], "type": "rca", "id": "0fd92fea61eb4b208dfbc38c98ebf139", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "621896c23f2a4fc797d5c84893cc28de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2c3262860bb041d095f61edb19bba6e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b08cdf0afc1942fd88162f2279b99229", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "63fe79f4e5d04de782543b2b3f428eed", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a722605902b8496cb5fe04e8975496bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4d8ca79f35024dbeb7f3d06dfe0ebaa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1c7cf5f0102e419c8e347ef6531b5d71", "region_id": "RegionOne"}], "type": "network", "id": "92ea92ee165d40a8a34743350a16dfea", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c0996da231f54944b197949dbdf4e9bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "acc8ec74c90b4084845c1429ba4f939d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a28060544fab44efab936b9d27e93e1c", "region_id": "RegionOne"}], "type": "backup", "id": "c711a9620e914fc498a135578b2b771a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4e02d955a9ca46678498ad30d3794790", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dfb1614cd8044247bce835fb36ec6702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "07cf69e7b24e47f7b0d3886aa4bdde9d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "01bff2e4177642f6ae36aec7435a19ac", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1314941599ea48b09ac6833484e81440", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cb2a3157ac974633b927ae3acd906c2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "cb252af3ef0d48f08ed1c1a6ae7144ac", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "361cd48d953945ffb67bf7395c5f70ec", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cba0c4ff922b4ba0b800c05a1b28b84a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a1eecc4e4e6c4bd998189909eb3da75a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e21bf28ccd5e4d2aac4f9942920adb2e", "region_id": "RegionOne"}], "type": "monitoring", "id": "8600d155542c467f9cc3a52be8c2796e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "81145446a21a4fec903049b67f654027", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2c7dbf7e06d446daaefea878e4de7540", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "22337f7bc2464e9c99aafc114a5658a9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a157823ee9014066b1d42e468e0e9c26", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "bf09d4a0e3c64d34a7dceb607d76243d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "da44063e9fbc45ec8c119ddb44b19136", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ba2ab519e75a4fabb58fb75d7d6458eb", "region_id": "RegionOne"}], "type": "placement", "id": "527848b872b548b99402743e401da751", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "73f9169dc3884fc3abe5944e181bbe81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fdc18aa4a3324524b9ab4692417b7075", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "605f9c0e55ed4d1aa32ae39d0bbda873", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5101117c7f9243b1b03afb98dee147a8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0dc2e62648584e0d8828c5eac8b2628a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1faea0fdbad944c0a2161464c3b07f00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "eff78434863e4b51ba43c5da70a9f5da", "region_id": "RegionOne"}], "type": "ha", "id": "4f92b3151b7345e6bd67e1cb4729be2d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "720ae93870314a56b23be12f13f1ca17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c31243bc48d241178600df6ef61208a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "0617997e91f94adcb52a7177e18a2033", "region_id": "RegionOne"}], "type": "reservation", "id": "a09c872c55a34181bb052ba58c082aaa", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "237d96bec58a42b79c90c2f62613d987", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4765f5bedc884c98be18adb9f033e117", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "cfdfeb26d5084476b13d6920c4dc9fcb", "region_id": "RegionOne"}], "type": "function-engine", "id": "d3f3916072904935870b739653ec99c9", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0acf22a6ba864b84b008c1478c82eca4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "41aecc7587c0467e919de817b2600013", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2da83b37671c4f618b1ee19cc8fb5b48", "region_id": "RegionOne"}], "type": "accelerator", "id": "382f0b84afe04289abf8917a7dc9e7d0", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1348b3d630144b62a06714fd15243a8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bb6d27c81fa349378bd2ff6d0ba256cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "25cc48fece0e45dbac6401af1baf37e1", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f868f99f5272434ba81d8ac5761d6fdb", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a26bbc6705af4a6c89af7893affaafd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b40cb6f3af6946368d3be2371e6c9203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "06e6dfd32a7241058772988ff3f55dd6", "region_id": "RegionOne"}], "type": "registration", "id": "ec16f2ed736c4885a860d31ec86d3112", "name": "adjutant"}], "user": {"domain": {"id": "0b43ff90db3b4e10881035b2e41153f9", "name": "1800c1db5dc647efb670eeff1d2e7e38"}, "id": "b8982f90fd304e8e88c2ce3c74dfd36e", "name": "6550765804004ce78f42919b2474e8f8"}, "audit_ids": ["ec1aa4abae444e1ab1f2d124a1ab5011", null], "issued_at": "2019-09-19T09:04:40.880296"}} 2019-09-19 09:06:41,027 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks/test-net-id -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,033 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,035 keystoneauth.session RESP BODY: {"network": {"id": "test-net-id", "name": "network"}} {21} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_boot_attach_volume [0.383198s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,821 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,825 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,827 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,829 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,842 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.761197+00:00", "project": {"domain": {"id": "35d484cf078c41e09f2cbc177fda0ba5", "name": "f8d30914a7ae4c55bcd1b358932afb7d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "5738e1d69f5b41788b480fd6dcfe9119"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "639a0f7aacbe4912baaded400a7646f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "bc1034b83cd64c628e9878b0a489c1a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7ffbd34f188e4ce9941970491edcba6b", "region_id": "RegionOne"}], "type": "identity", "id": "ff452f8fd7204bddb4376b6ced84c270", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "393cd1e7120d4a97af83ab2922887331", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a585a291f97d469186860893ad1d965d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "0a3e46596ea34a189e0841cf9ae05c17", "region_id": "RegionOne"}], "type": "compute", "id": "917b62a3e87d4e0c8d8d9c1413411f19", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "19a6ec586c4347efbe1ada1eee46cc97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a0df160bc35b46028cd2dd9a9f4178d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "67136bd959a3448e98fe7906128695c4", "region_id": "RegionOne"}], "type": "image", "id": "35e123338b4f40ab9efd521d2fb677e4", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "68b6da02fa654c9aa31c67a35fae81f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8f2acd3c7fa748b6a9bb0587d62dd52a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c055eec52ccb46c989ef16860d4c4145", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ee92cd69f7f64dddae9c8cabce369461", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d19cb805af6b4ec1b814e389a940bfe8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e2a7b40a191470e9394378f35a4f213", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fd8bfd7a52c4ba486a96c48ffbf82e9", "region_id": "RegionOne"}], "type": "object-store", "id": "388b2d6281c848f784aad8ba8f096b78", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f989dd23aec54a589b385b5d2c68ce3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f871b8bd3619423bb6005f32b0eb274c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d3af2bf09c4a4e49a8de01104bc56c05", "region_id": "RegionOne"}], "type": "clustering", "id": "bc6681b587594e71b268d803e33c0983", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0ee7a191f4db4447943686888530e188", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2f1e749682af47ec80df66b5d1b6fe89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "18110ddc895e4b50a03758becdc93bde", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "edbc2b6613dd4482bcc72364e40d4efb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ea64f7eee1f340458550f35095b3da33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "56aaeaeb7ae348f6ae6ba225bf065117", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1618456480944514bcc2930f1055dc9d", "region_id": "RegionOne"}], "type": "cluster", "id": "7e1a87efef1244aea7e9e22c50a204dc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0abd3a9ba5214fb7a1dcadaa92425011", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "70fd9c26eb7d4432a9449489c63774a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1dd58f03851c4cdeaea0ad4c8452a31f", "region_id": "RegionOne"}], "type": "data-processing", "id": "7b4e4737207646ec9df88835dcf76731", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "19476f39b323434492485f98ac002c61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8d59118dd119474bac6e676c564c9896", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "592dcfb3d7e94a55b9a72147217bb8c3", "region_id": "RegionOne"}], "type": "baremetal", "id": "12ad02048bf044c29eb3a305c7fe0eb2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a146b475c23f4c7587d441cc61a6cafe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fffe8c051f88424da6542c618ef95e1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c317932391c44ae1ac3063d246aabc8d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d05523f59dde45968186afe8d3037a10", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cd7c39d19b50480597029d37a872bed0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b9228225beac452ca8d6e3635631c724", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e360a6df72eb47b38105f86b877a1006", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0cc30fa452f64932a91a7082a40ef51a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cbdcf057ecd74b1981a291982ff46e61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cd52ebce1f644dccadaecd02a35d8326", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "3128d72e9e45428e9584516ee6750517", "region_id": "RegionOne"}], "type": "key-manager", "id": "ffbd3ba0b3a6469e85a57dd8cb084aaf", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2fef3243303a4848bc3098922dfdd69c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9b04077d50874578b3c435d585d2ac03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ae1cc525d0d643e79c545e0abfa2c7bf", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e20556bb808e425cb9a946c09eabd3e3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2aada53c9e5d463c80e2b4b9f27a1ba7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f19e3a1812694e769780911d61fd4407", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "febfc956cb1c44728bd3c6937d2ac015", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b57f49eaf3c44116a00866d1d52199ab", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5757a7b6825e43c3a158b6acc9fe9151", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "fbdc04ff6cbb434ab64cb89d3488f7a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "55deb807ca83423a957a8633797da419", "region_id": "RegionOne"}], "type": "message", "id": "f909cefc55e6479088fcbfeb5c99f4d6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f895ee0fc150477cae5e92868c4d4936", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c4503e73a40b43dcb2b897751f1f34ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bed1e84b74244fb4aeea1f9a72833164", "region_id": "RegionOne"}], "type": "messaging", "id": "e151e97be52d4f75881361be33f4796b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3e2de3f280cf4b04873535fd6a29ebe2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "69ca23545ca14644afa1a2b8f6f26878", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4a6030ce8f1e471aa61f7ca837d9d9b4", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e7fbfa43717c404f9bee6a4f7c76e951", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "556ec1812e4c4067badee0a83889499e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f77c681f5e594b7191ceceac41f58603", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e79974d6a3e341cf91bf14dd07080748", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "42b42a662e1640d89cd4aa867d84e9f7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "74055496afdd4a51a014c288aad1138e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "274b5c96d9bc41d399ce356c8d7d1bfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "076acd8b9d304bb888ac6601b0aed974", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "36ca6be408024697b9825f81480ad8d6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c4470b8411542be950679e36c16ab8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "de2d697f6e6142db9c2c6a7b0ffcf17f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e55f7125869d4fb88bc3f86ebe31d1bf", "region_id": "RegionOne"}], "type": "container-infra", "id": "3b5442a4ed644e79bd8bace58f10793d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "233bfa411efc427fb0d79610ec30ab7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "736bf7a4ba26431693c778777ef712b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9444278b04bd44949b159ee781831348", "region_id": "RegionOne"}], "type": "search", "id": "d82428b41a674f00b57b583692164cf8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "25e667baf4734c1a826ddb9af44ed0c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0759639e60634fc49a84bf7a501f1374", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1f72c3d6694041b982ecb0d23d23d5d6", "region_id": "RegionOne"}], "type": "dns", "id": "60e605670397472581668c435fa8662e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "444506d63db242c08f2aa79c3836a9a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d39362534d174a4cb780224b56d37e8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "714555c46a534d2aa5c9be1cec5ea174", "region_id": "RegionOne"}], "type": "workflow", "id": "b4b782297faa41c8bbdb497aab3c73b1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bb3127a0a9234015abd997e9ff874b74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c4bc0e3ac81040dca70b6e2fcde4f3bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "41135074e9164087b344927c7e76ce80", "region_id": "RegionOne"}], "type": "workflowv2", "id": "92fb4ccbca5d4794a174e231008fd15a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "650e43e2ee7143c7bd87d52eb815b904", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "08c740b6e14f40108153efac5462b7c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4d7be9627f94478eabb218a9fbc015de", "region_id": "RegionOne"}], "type": "rating", "id": "20fea7038ce848378f4947aa791e3e86", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1287da2524854acaa8c9b16a9ec2e9e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "27245bb9888e49c5a1eb684604b74c5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6b9d1322ac954f119ec6f56de36a607c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e3a776fca17f49b29cdd6773dd7f76ae", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f777dcb79d784bcd996f989f913bd821", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a156e30e550443bd92b023ae0db0ba66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f106bb4130eb40f38b55d063116d28ba", "region_id": "RegionOne"}], "type": "policy", "id": "5723ea0d009f431b9b95676c0904db84", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ed5fad1e9b7a48a38c988a747ad972d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "928e85f3ea39467ebaca6997e6bff31a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "26ef6c61a2f745ac89e20fe1e7ac6184", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "abf5938c037340b1a184845c26a02302", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "314fa94d96e3462bb8d6b0508dc4d0ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ec2f3b4f8c834a9c8af4318ecc81df4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "62534ba52e6346919133aa08ca9a8ce2", "region_id": "RegionOne"}], "type": "sharev2", "id": "be454ed6044c47ebbc095c998064638b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "29c7d94cf50048a09a47536a36584bcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "900e738a66074ad68540fba47fcae635", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0a89d0469c3b4fe09d92f59ff7994f38", "region_id": "RegionOne"}], "type": "share", "id": "ebe4123fd4844787b91716c7d0c1a194", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "51c2613be8c442e9b9602a495175582f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "50a3d6a7fe664654861203ae53f80fd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "eaecc1f7381f4a7b8bab79478311aa2f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "12d7f436dee44313b24fa9b5bc2548d2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f19cbce915934197a9b50d09d8e7c093", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55aa4b65c3ec4c4796058a6e5c04522a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b3fc6d861c744248dbe84c81624561a", "region_id": "RegionOne"}], "type": "orchestration", "id": "69966aca687e4e2cb42dca5a0e5bced1", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e093a8aeeac4bc19acd0a4584288d98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99be23f07f8d42be80563aa74ff2bee9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53df4ddd241f41b380650ab736988d5a", "region_id": "RegionOne"}], "type": "block-storage", "id": "bf2f3d695121413ea6b07b6930446d97", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9dcc86a7f31f4b209bf9aaa8729b1fe2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9149237e1d2b4350af9f418b08a48985", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6384fe49731c403aa952f5a5ac0564e0", "region_id": "RegionOne"}], "type": "volumev3", "id": "ba69552f0d134c4396919fec345ec2ee", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "983ca921f50645869b3f1bebe4bd27b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1904de2ad9104f0fa8dfa65302c51f0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a07ff3a693d54f119ca254bfb41c6edd", "region_id": "RegionOne"}], "type": "volumev2", "id": "b5f7ce1b5c9844149a881af985ace8ff", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "486950c3cc3a4c38b4782413d3a0c6ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47ca4380feab464dae85c2ef454bd20b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96880211c0e14aceb8bd94296be425bc", "region_id": "RegionOne"}], "type": "volume", "id": "8738708f57854e4fa4e6eb4659e52558", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1737fff214034faa80e35545b4540a46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d6a3ab4416749459f8dda657ff9c466", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a41cb13e072743aa980d22b4e2bf4b09", "region_id": "RegionOne"}], "type": "block-store", "id": "0a55f64e2512446f9eddff15475547b8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "171f05f47c27461c8d854d5849a6bf42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3e6e6e487a5b4275bc9fdb11a0a5a4d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1d984549e96b42ae850e584ec8418c34", "region_id": "RegionOne"}], "type": "alarm", "id": "3c63ce797dd5472f9205a89c8442d4da", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "35b32290d5904a1fb7bcc3350c45dc25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "568ca84df0d54361a4e8df136523cea5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e6925705f8fb4e3d83bb7a6b4509e060", "region_id": "RegionOne"}], "type": "alarming", "id": "a5a8f1c9f06a4403bdb3f9a492ec0feb", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9d732fcdc63940fc83370901a9e4de3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e2d69596013f4135b920a1e0fc5ffe0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e49e4377b0b44d639d82d3ed3f965c98", "region_id": "RegionOne"}], "type": "meter", "id": "72354d04e09c4169befabf2c068ddb6c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "05eccaca3b5d46ad925567929f5623f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "751cb4833f8d43579827fc61f303e4c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0e78d8858e694f619af041709b8f8488", "region_id": "RegionOne"}], "type": "metering", "id": "4375275775174184a2d0b9e7077b3ce1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "47c68620d33348d1990aca3ef55b4706", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "26e2bae6254d401d999f90ae86436c74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "02fb75e6f1ad466eb857c92bc17414fc", "region_id": "RegionOne"}], "type": "telemetry", "id": "b828b9872dd44539b376bf3ac93b1987", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "997449c106de4210b5e331589dde97be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "dce0316730ad43ac8f06d0de0eea6220", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3b2c9e902bbd4d12892d5ef15b48ec70", "region_id": "RegionOne"}], "type": "event", "id": "15b47b05f10a4d5ab1f78a5bdd790796", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d1adcd57978241f89cdd1f024f148e31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f7b10dda7f214edd9c4bfb68b9bad8f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f0d4520d44eb4a19b31420635f227e4a", "region_id": "RegionOne"}], "type": "events", "id": "7d5571dcd7744bac9484d7879fea52b8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e988c4b172504732986a176592fb5e42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4586c2ed6fea4ffeb0d1204e43bc4020", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bef21addbd6447ffae1150e7c8411512", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ccdc30c3aceb4d3c8979832c41090e49", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "696aff8645d64d4eb659493534f4166e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "99b523ad2b3640139b389f898d301872", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6426635ecbf949eea97fcb074eb7a733", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6b3a5ded061c4cdd913ddbf423db4b1c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fe186d67faa74f72b7bc4c869908bcb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f5889af46eaa426c9db19aed131121dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7384909fe84444d5ade521a882baa58e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a9f4cd56997742f9825740953c5e7c13", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7c467256acdd4e76bd94f62f0709a0e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "eff198795bfe4ab89e6ed1147bd6f256", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "934aa92f8d8a41bda232f736cf1ad69c", "region_id": "RegionOne"}], "type": "tricircle", "id": "185d900dfdea4d78bfcae1d20e1c0b81", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "bf9c5ba301854e298772d55852563efe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "53c879994013401db5ee0f7bec53f316", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "91c300be350549748c3dfdc023b71769", "region_id": "RegionOne"}], "type": "database", "id": "15cfc3efd3fd43e4950dce0dd2c606fb", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b4189bc28c5a424cbaabc49377c20c85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2890ab551daa474ba65b113ef1fd4231", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bc1014b178a149e091c99e7e464fad12", "region_id": "RegionOne"}], "type": "application-container", "id": "4b0132d23ea24dcb92b8786303c3aac8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "eefcf2cda6b64aa7994c8a0179c73f89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "52b0700fba2141de8eabcb5da724b100", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c72511b2959142c1a302258c4f20adc3", "region_id": "RegionOne"}], "type": "container", "id": "6b5f85226bcc48bd8da83f139fa4a34d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bf038d6b40d84e5697c990357ea7e4e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5d15c6abd865495d8000de506d50c203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "30e8045113fb473f8a975666eaa5fc3f", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2650c34b7de547b1aaeba8ed3094c305", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c731cd423121481c8907ad4cb84bf03d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "432ca0b6440f468b830fa14370c88ac9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "030cd92708734933a7163a1f2801845b", "region_id": "RegionOne"}], "type": "rca", "id": "f42a02aaffba4e5b95d42f75a8bef3fe", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "13899bd8d191428bbba98727333c406a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "58c2e5da20bd45ee9c7e6dc2637ea0a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "40c740b8de4b4aeda5b3b61ae60646a1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "aa8eaa7f94554ac2b0597ecd142383d4", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "eb5d57e10ca8402eb99b0eff8964f8a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "dd98940b4d89436483e162433bfabbde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "161468ecc4d840f385c214af42d3fde0", "region_id": "RegionOne"}], "type": "network", "id": "1f4ee2d8017946a5a3e9cc1f9574e880", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d26210cd111b4c1aaaeb2ac71e926e72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "844d8b3e7488460f9e5889584b092da7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "690dcafc36b64f50a3a85d80415c3fb1", "region_id": "RegionOne"}], "type": "backup", "id": "bbc5c850233d4a82ac5afafd9f1f0a28", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "09c8bb334ae74532ae3c7a01fa5c17e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ad2195790ec34b81b7c58df531b09f85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a9caa91459a346a2ba5175c55d031aae", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "518815739e144b9ca1d216c97fb6c514", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "46788228f96c43cc83c262ee7d689c51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3c0a1feedb5649ac811ea6f0eabeed06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d5d8594b1b734a82b0f23bb5e3637d5b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a5ea0576e46748da8208b1a218d8c75b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9755b385b4b3413f90f9047709086f6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7d4a73f2af4646859d10c927eabe0e4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f05c2cadd77f482e847b91bf30a55c42", "region_id": "RegionOne"}], "type": "monitoring", "id": "29e49d6a535b461ebbeb8a0b9cbd3b51", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7a68212e851f484491a99a224060d24d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0d361a39582f4cae8274c5af50c6c972", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b89826559f804a94b93525ac09c06461", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "166be5075b8b4799b8be415b209db3a3", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "24135b17a4114057826361baadd45646", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "472c78cc91ce41b9b83c75750c53a8d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1e7b352c010942dd9dd1872efd1793a6", "region_id": "RegionOne"}], "type": "placement", "id": "52fefec8a56e4e56a0f1c1f1a84ea819", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fd13929f05f04d0bbc55f0d57b4ac265", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "11cfcc1a7f174a23b8041f122b4be0a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "980417fe67924fe08413293dbe1ea70c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4ba00e07ea0542089bed85f14b7f3fc3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5576c24449074a6a8a181242375744b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "87cd8473083a491ca7378089186f16f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b015911b5e614c098f026915d944c965", "region_id": "RegionOne"}], "type": "ha", "id": "5f55d657dddc469f8abc157578e137ae", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c0260c339bf141b1bba27cc970ca2b2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8eb0e505837449ddad814e0483a09e30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6d9b9c593baa4185b0f1d7dceda1a42e", "region_id": "RegionOne"}], "type": "reservation", "id": "23e567caf50040e1af3b2d59a4c50840", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "aa9c20dfe91345e29e975a9e82fd697e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bda5385ad23e4937a57d9ecccef36fee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "64da20a8a05f4d04bd56dbe813095572", "region_id": "RegionOne"}], "type": "function-engine", "id": "857ad4ac8c6745a199e0dbe14c0bd63c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6607c79bcfd7450983f0e59aabce0d4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b738e4052b174c7298fe38728a01659e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0e250806c7a64756b5d6c65d1b3d491e", "region_id": "RegionOne"}], "type": "accelerator", "id": "e6695bbe64004a27a7c52589e71dce31", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "339f63e30fa744f7bb2a9a766928c52d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e13e55098b36408bb4814d65f2999b6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d00a2d1580fc425e95e48cd771a780f6", "region_id": "RegionOne"}], "type": "admin-logic", "id": "cbc57a87c1c3437e85a73266d62e164f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "98ee9bdda12e4077aedaa33468687af8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d262da9d26674f18bee37eafbf725fcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "62adb2e48c4b432188f6db65a01beff2", "region_id": "RegionOne"}], "type": "registration", "id": "2ff893b8035844eb9b5d02db6ad002a8", "name": "adjutant"}], "user": {"domain": {"id": "72e0970abfc742edadc1134d4b226e1f", "name": "42b11b106f2e439a86ae588104698fce"}, "id": "97afc05810534a278b5e2a7035193fad", "name": "cc3d5b408424498ca26e71de15512731"}, "audit_ids": ["683ce104e9bd4b8e95577bdbd3f2125b", null], "issued_at": "2019-09-19T09:04:40.761197"}} 2019-09-19 09:06:41,001 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,006 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,007 keystoneauth.session RESP BODY: {"networks": []} 2019-09-19 09:06:41,080 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-volumes_boot -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "image-id", "block_device_mapping_v2": [{"source_type": "image", "uuid": "image-id", "boot_index": 0, "delete_on_termination": true, "destination_type": "local"}, {"source_type": "volume", "uuid": "volume001", "boot_index": "-1", "delete_on_termination": false, "destination_type": "volume"}], "flavorRef": "flavor-id", "max_count": 1, "min_count": 1}}' 2019-09-19 09:06:41,085 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,086 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:41,110 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,115 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,116 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} {27} openstack.tests.unit.cloud.test_quotas.TestQuotas.test_delete_quotas [0.316684s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,827 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,832 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,834 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,837 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,850 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.740078+00:00", "project": {"domain": {"id": "f0397778b180453a9658a0e400add10c", "name": "0d7fe817976d451ca9ad36826bd0ffda"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b052f71eda2242679256e2cffc33713f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d13f8a30c29344eabaf2d2ce0fceadc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e00c19f22e0d4f6ba87e63c1234664ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c4232106161c43aeaa43d6da500c0664", "region_id": "RegionOne"}], "type": "identity", "id": "405544fe246b496181e7782f7e28867e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5c7aa6cd181d4e12b6b1cb8d5014db0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "728b24cdb4be4c4799e0da0df4cf79f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d15dc05155e34afa88e4060fee1304f5", "region_id": "RegionOne"}], "type": "compute", "id": "eb11c44ca265459aae78e69f731f81a8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "0ab7c1e834f14d51a1ede8054839880a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "48c8efffac1e4fa3a9117cb5b151ffcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "dd184421048e4d7f956bded7246987cd", "region_id": "RegionOne"}], "type": "image", "id": "8edaa02a63a74dd2bdbf3e215ac3b35e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c04cfdcd6f324ab1a7fe71e26620030d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "000e30cb0b6d4a2996b51cf034413a31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b6d77b85d9dd4d6aae9c0b4b22459cc7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a4ef77a02ccd45a4a2145e0504936567", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41c3f7c94c0d459da8580fccad92ff6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "011e0d7f233547978d2850a1599e71f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24c02e1a0a2d4aa8aed392b3d6883c55", "region_id": "RegionOne"}], "type": "object-store", "id": "4a08ce2d911e4b00ba14df035829c64f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1ded95e85cbc453e8a5c7fcaf34b0da7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "04eccf8c36bb4be1b92f49384ff9e4d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5e92d0c5383346549ebd7446d4a4cb3b", "region_id": "RegionOne"}], "type": "clustering", "id": "5dfe11b10e6e42f197e16f0205ad85de", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f1424944fb034b2fb71569ed7ee7e731", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1c4583cb71e640f5bdf3fe12f7534d95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "809afe3d8d7c42928aa3a98de0712355", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "fe1c425ea2e64ba3a89db36d4f1166f7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "055163f72db842ccbcfa2ceaa90559c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "72641ab592c34330bbd1c0d7c8deda59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "93a552d907c145d88cb0e3cd5eda3e22", "region_id": "RegionOne"}], "type": "cluster", "id": "f4387095b56948b1a5608fdb7f2c219a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "76d8c1fc9b07415aadbadd2c1874da66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a38ba3efa85447c4a0de73cb40cad7cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a361e2d3e3934603a360a0c88e714a5c", "region_id": "RegionOne"}], "type": "data-processing", "id": "dbe744e169e045c3a597100279f5880a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3c912efd23aa4f9c938ce2da7bbb42a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9282e895064b4a46844e90a323e92a81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "daa36990a058436da46fd7a1b64d890e", "region_id": "RegionOne"}], "type": "baremetal", "id": "4c477bb0a8d749e790b737dc1315f4ad", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3b695820dc864622a5eaa4d4bfe6fc50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7655306c319842c6a4657f10b92fb0b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "aca50cff8db840eaa03e32131d80dca6", "region_id": "RegionOne"}], "type": "bare-metal", "id": "cb49f369b7bb4491818e0ec438c124cd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "830f11802ee84880b6648f879fa24811", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ca520b105807402c9380bdfe1db99f3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a6071b9696204beaaf1712f361309ff8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0397dc0c07d6487da64ef2dd073c7874", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b71dd4ed0b984d0ab476deda8393897a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5c2576ccee5645bc8ce7e009669df394", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "3555af78f7104ce8ab68fbc87f58ed42", "region_id": "RegionOne"}], "type": "key-manager", "id": "8a167a3de58a4120b12014dd989b800b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7c3a78ff9f10491390cbfe23aa9539fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8ccee7601e8849a29afcba2f59cfaec7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1aa01fae9de54f44b2c3e3b39d4ff935", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "bca8ee5c6a594eafaaf77ccc45a9c685", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2657d01f4e5148d6ad8ae6e122679609", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c9e77e9b0b314c8d80c50aa48fa31156", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8fb73b437c4244f79a70b92a97f031bd", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0b98a1ee5fff4bea8ddd01b8d48ffe53", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "032e27aa2c934d02bc77c1cb8bd93451", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "35a6f101e95a410a8fb5100472ede6e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "10348c2954cb45eebb1db7afdbef485e", "region_id": "RegionOne"}], "type": "message", "id": "6558af9d0d9a4a0bb089acc74e95bb50", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6a4f94e802684c9fa523b366a6135d49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "edd8d2f0a8c74add927403a780bf644e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d0affcca753f44eea63a53ea12045c03", "region_id": "RegionOne"}], "type": "messaging", "id": "b1a35f534ef64ff4931e7a42e87a7059", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "193faf778be14456ac64749f4e9cf4af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9674f315dbc0437ab7f5e15a4c8f29ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "67a09c8922494581aa1cf454abc6eff1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0ef1ab148fa74fcb895ee92971a3e834", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8fe15e6cdb3f4599add1b9617ff5725b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f0729997ece48148ba37e84ba317ed0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d6311aaa8b564bdf949bc8b766f72e4a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "04a6c9ae12de4eb1a310a7cd37801030", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4d962d7beac9478ca48a373f92e1d534", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b040949746d246b895792f52af4417bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bf5588a6189941eeb9ef7b632fc70d38", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "dbbdd54834964e10b524ff988a6b1815", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73d619fe843e48a6b835901cad3a9d72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2628b6a41ea04c9291f9e2dd63ae8f5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d72c42d21c4455fb73336002c4fc05b", "region_id": "RegionOne"}], "type": "container-infra", "id": "39c7cb864cf74c45b9ad0d714967eb9f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ac1b6a42cd81423ca4319eef9f7b9e36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "229904f2568b4dc28f49d16dfa7ef820", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b2565d951fff4f328a2082f305eb8c57", "region_id": "RegionOne"}], "type": "search", "id": "d59ccac091954543b79ca972243be778", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a8cdb93433d74e50b42a86a5d8b6a0b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "35ed0a0f2c784f5f913474bc67f4bc1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "72719b6b75254aacb706021e0214f141", "region_id": "RegionOne"}], "type": "dns", "id": "5f74bb55fce54d9f8cc323941b2a4e85", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6a05e0a2789445918c1c9e89bdabc76d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9b510419db2e4ce3a27eed2e079b7221", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "eb4cdbb3c4a844ce916cff5c46097740", "region_id": "RegionOne"}], "type": "workflow", "id": "e91424335cb2420681b1c18de5df97d5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ebe72ad6e3b548fdbbe710cf9b1b86e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bdfa4359c74141cda86150fe10ab75db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5460a3d5c9a440f5b241a3be402cfed9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "52162e7639c846e1b80a302d9f36ab50", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5fe7b1769b7b43c399cadc2b949fa3f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "bc3863ebdbdf456baaa708dcb14142af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f72286d88ab947b3837355ddc692f593", "region_id": "RegionOne"}], "type": "rating", "id": "9a5ebba657264c00888b5b7f9c61d0c9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "53c250b713fc433aac8a0c2fd917bb88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "93b1bdfb1a1644fb8e7e6836880f2662", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b5259af02c184e8bb407c65d970e98c9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a2bdb53f3a0d4897b9fa3472c3a403df", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b1b9d5e19f1349728fd14e555cf6df7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f00ca54588eb453aa2c89b21fdaa3761", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a3c1cdb4f22c4dcf96e97e4c9eb97694", "region_id": "RegionOne"}], "type": "policy", "id": "4059e41844354f3e82d42e78fc9db345", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c7dcd7f7c0744296881185010f874b8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3a36c405d827489896bb834d3574856a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ce962c64df984cb19cf6c122acb2ffc8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b1df236012b448ceb4f8a8a36b2b2396", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "359d481ba9b149ce983749cdb23edaaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "16a464d73897489c8b62bcc244d1ddf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fc20d219675047c8bfb3a372301beb6d", "region_id": "RegionOne"}], "type": "sharev2", "id": "4e8b400a152a4b92b0c8f0ea9f24eb22", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7c030d22c01a4a1eac8f2b208be1a508", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "388cb72e379d4dcf87d7eb6ec5415ed4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4e2ede2f8ddf491691d6c01ea5468b28", "region_id": "RegionOne"}], "type": "share", "id": "792a74a6eba74f09b0eb0f60e4d5bc80", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b24d26a8527a4c20886a6d3d79645b76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "25ad72d013ad48d9afa39f8aad98b12a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "93e72cee05a945c0983954d94a06f64e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "59104bedb4c8490aaa3ac7682d18e40d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "809be60feb6c4015b9924011523da43a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d7b552c75354820ab099b15a398d0b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28a0ec36e011461eb0d6e364a399da4c", "region_id": "RegionOne"}], "type": "orchestration", "id": "10a00a5449cc4c8a9b21e876d752b8ac", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f46f6f47a74d412e9f61acc70e2fc92c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b8c6b688a87406e9078685f49ab1746", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5563274a3592484f840689813ac2a8bb", "region_id": "RegionOne"}], "type": "block-storage", "id": "479f0292fcff4b5cad57e1d027583716", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0cbc5684d01f41dbb929f44039093fb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de245b3ac81946859e24c07ec33ba5d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "345de143169e4f5da090425659b6b722", "region_id": "RegionOne"}], "type": "volumev3", "id": "c73ec127bcf444e18d1d9e2f37d4b255", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "557fc063b5e14f41ac6fc6047d1fcccc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7db83b61886e4c5e88e4ff3927cacfd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc91eb3dc07142309703ca808320d6dd", "region_id": "RegionOne"}], "type": "volumev2", "id": "f682db7f426744d39963946c96d8fd87", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ce9f618f0994b778f38b838bd63d695", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a42e593cf12b4209bc7a9a7675ba50b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41593dbb832b4a959411af1c96fcf365", "region_id": "RegionOne"}], "type": "volume", "id": "1cf74605ba224beaa541e05cf7c4c131", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51c2a412d0f646f2bf38750cff8d38bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5b09f21700240259b4212a32f26b87a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b00b2e0ee2404bcfb66d230702c0430d", "region_id": "RegionOne"}], "type": "block-store", "id": "15201abfedf54666bcf45013f1ac8d8f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "61eddf0eb9fa48cd83ff1b110baf9b1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5bac6577ddf549f3ab5748678a0dd4b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9ff5df9452734ac2944100c19e811c73", "region_id": "RegionOne"}], "type": "alarm", "id": "43888013bf9b4a4bb24acfd405a62d72", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5360d02e1ba645649d7c14b034bbaadc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "661b067ca5804b8da01884f712b92723", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c411209cd76343f1bdeaa780bd509222", "region_id": "RegionOne"}], "type": "alarming", "id": "bf9d9284d8c64253984f4f4c74d2ccf4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e59d216a5e3944aeba51c9f090874cbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b34fa7e4bca44ef78746ad4927400e90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f6d1e7aeeff34a8ba6184e150efaca91", "region_id": "RegionOne"}], "type": "meter", "id": "938bdaa90f66442f9292bf7f61e3c660", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4f5c05cf629a4634a03b2bc7a35f27fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "126d49cc84094d8ca32c4c8b754ff4d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3bc8066f106a4c8b9a36a6de83ec67f2", "region_id": "RegionOne"}], "type": "metering", "id": "f98983940e2b43f98c0ef12f33f42170", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bb91068bbb864bc5bdfa3cd38a41e8ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0e654d62031949cc925845f26fcd11b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6d9c8749b5e14aa8b212cc5252320f66", "region_id": "RegionOne"}], "type": "telemetry", "id": "337bb015f33e4768af5fff61dd1321bd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "118b8688b74749018b76db7620d4b0bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0500f9f269334ee3b3cf674d012ccf6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5a2926603cbc4d449be394beec6c30f6", "region_id": "RegionOne"}], "type": "event", "id": "d8c4b6c0b49848d2be0eaf4d128cb14b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8f389988b3084af7a1acc09be7d72d76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "16110dd5fabe40f58ebd903454ae1624", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7e73fcc748a74a65a1894600ef894cf0", "region_id": "RegionOne"}], "type": "events", "id": "72992d44cfcc4d80bf9c577eff09c117", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "25fd60b30c2a480d95bbbdc140e227d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6984a2d2548e4c4b805dc09c07a1b829", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "db5ba27bf65042a9851fad87cc1e9bc0", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c5d9ad7f32cb4871866a9ce0b82a9368", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b047f07392404659b0efb870bbb74a9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "93dcd406ca60478186256c99bea4d3ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7473fd6c16684206ac041cb068923697", "region_id": "RegionOne"}], "type": "application_deployment", "id": "4427536af3cb458dad3e0d727148cffc", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c1b7898d98f348219eb66730ac7ae44c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dc048dd5d6824985b639e1de7f0b092c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0ade90de95da44d4b5a964b54f684660", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a824e2c172234212b4a441f7cfcf35aa", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bed47f742d004b7d89730b26d87cf6aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "02e2e8c40922426cb68a96eada9ba53e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "dcfa269dd6674009b0d7734b1b44b612", "region_id": "RegionOne"}], "type": "tricircle", "id": "a73713fc8cff483fba4dfa365d0c5799", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "dfa6e67afe694588b51105e3d0330452", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6d9e05a83ed041c4a916b98cf07729db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "9165850810d949528875f91a053b509a", "region_id": "RegionOne"}], "type": "database", "id": "976b75a7918f4f02b5a05c20aca7c6d0", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "819f28a4e4bc4da488df7b2ab0066ebf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "65fdbbb109034b7ba06e9874ea4b74a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3e193839d94248d79cebf2ef798e90ff", "region_id": "RegionOne"}], "type": "application-container", "id": "ef25da7d32f44bb6a3b4760a14a0c34c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4ab3376e202b4dc392ab9ca45a96c4a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e620dcf64ea748f2969fdbfc05127a2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f041e5d9ddfb406b9eaa62f24a59c0a9", "region_id": "RegionOne"}], "type": "container", "id": "f2c966cf95a549f5ba026ec9ee64819e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3fcfbbaf381445f898d963b0119f2f88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6b5b941358cd450ebd0976c8dc860ea2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0b9a8238390e4c72b13b76384d79adb5", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "acabe8a0e07a4be7a80ed2fa08bf0480", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4a05dc954b3e44ed9939d448e31be310", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cb47947f49284134baa440ec6715c93b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ccaa66d4613c49709a4d412d2f376722", "region_id": "RegionOne"}], "type": "rca", "id": "eac34e66102249eab158d5a954b8c758", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "57761741db2a4d4d8e13e872d440ca0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a7495e966ed94766ac3680922d73c426", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "fb23f7e3aac74b7b943ffda6774aabd7", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b4f5af0cc17441ea845edadbf4026455", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f8ee619f33bb49ceb300fd0fdccbf3a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "8a44e619dcaa4447821bb560a678171b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "927ee3c13b714f7d801e997849c24f4b", "region_id": "RegionOne"}], "type": "network", "id": "c8bfb038d3de452da9165adea96913f3", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "fa277421828f44e99e0acf7dc5d20fb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f2c6328a7d7b47ea9d23acb45a1ecbac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7fabee5d92c1485183173cc3601be74f", "region_id": "RegionOne"}], "type": "backup", "id": "fbeef48b8d9642c7a2ddf8ce08f6a468", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "43778a5cf6e94ef58091852dcd9b76f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e5ba9f7f7ee445ed9ec32d53a7e54b00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b5d5bc9fd7ec48bd85c8391579efd46e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "52fc78f0fe324b158ea8360c54caf9e9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "586b3f3a2824409ebdbd10cf4f62f625", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b4e2bc5f123b49df93a7bb780bb75a8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1c2f04de17f242e1874f09b89cce8fa5", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d985372144d74f64b515f3be3cf340c3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c49fa90b90f64295834705a965906c3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5da520ff0f7a4a618669294904eb7ed0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "bc1f0becbedb457d9b3bdd85f0dd6c5d", "region_id": "RegionOne"}], "type": "monitoring", "id": "1115d9d57ed14ed3a61f9f295ceadf05", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4004fb789e4f4f409e35d3222d62bcab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4d94a6f8ecdb485b86460841944e9729", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5f5e0d946e414fc8be0de855a0e23eae", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "718305d6b2004a648204343c813d8b71", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b30c041dc4b640a694e82708303f2539", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4cb3fee3c45145b6b78fe33eaa4ec72d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "504093c5980844e08ba6a3716f41a024", "region_id": "RegionOne"}], "type": "placement", "id": "21b7f1b194a341908da03a9dbae3c674", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b6dcca5a26664a1c9e27c800dcacb482", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "81a3bcb275a74a719c260e090bbba805", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f96f9326e42b4edf9fa401fdd26e8766", "region_id": "RegionOne"}], "type": "instance-ha", "id": "020c97b3fc7949c5b41bf0b6f020e1dc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b27fa7cc46414c099d17db3eb923b997", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "96dfb225dc5341b3af1689b45b11c16c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c646e4f01950415a85b2f373cb6e390c", "region_id": "RegionOne"}], "type": "ha", "id": "cba1f5a481574b47b4e7546ff225fcca", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1fd632728d2e4032974f8e8d1f1050d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6f293d10c2ea478388153f80d87bf445", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "052e99d2ff0d442ea7e79be8d9c7f4d4", "region_id": "RegionOne"}], "type": "reservation", "id": "842147f121004f4e943e891a554099cb", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f4e5c3bb77f3416ea971a9d47e8d046d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cf63840ae2884eb3b2ee984117e6d431", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c26b8a2d9fbe43c6b2f5c21bf3c78cce", "region_id": "RegionOne"}], "type": "function-engine", "id": "2ec6b0150da84a13bb19d0078736899c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "90ed70c463de4f35b4789b2f279d2ee8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "66c8b7d2e8c44789bda637b37459b561", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2eeafeddacb4483489ed017fc87e3944", "region_id": "RegionOne"}], "type": "accelerator", "id": "308eb725a9de468ab9c18ae9f6457e1b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cd09760a02de4eb59c94258ac1194eef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d28e952f1c8d48f29de026c83bab52ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "13415756cc4d4d338cf669e7cc7777d4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b772d7e2c4344c05a2a437868a41c9d6", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f3e6f48f560644c1b3d93da0b3f9c980", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "897dd1b008a143ce838d76627fc6a157", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "13b71add57ab4bec954cb5103ac30d48", "region_id": "RegionOne"}], "type": "registration", "id": "b632b3ed9cc841a8812da3e97c39e95f", "name": "adjutant"}], "user": {"domain": {"id": "1559dda261f14132a57124c96317d83e", "name": "8ead38d860df46499398fcac688c2e06"}, "id": "e4724eacbf6440d2a74166179e82c3c7", "name": "d34062e9ff8d4ee09f35136ea19fecd8"}, "audit_ids": ["fc47f178dfa147b7b8c196cb2d6951be", null], "issued_at": "2019-09-19T09:04:40.740078"}} 2019-09-19 09:06:40,971 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,976 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,978 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "90e28fe561b74565a147b615640e5669", "enabled": true, "id": "cd38b4ccd4af486687fecd987c11b11f", "name": "projectName-2"}]} 2019-09-19 09:06:41,045 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/os-quota-sets/cd38b4ccd4af486687fecd987c11b11f -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,050 keystoneauth.session RESP: [200] content-type: application/json {4} openstack.tests.unit.cloud.test_network.TestNetwork.test_create_network_with_availability_zone_hints [0.185511s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,965 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,969 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,971 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,975 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,987 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.906537+00:00", "project": {"domain": {"id": "e68e562288a545fdbe9247a0727ac4ab", "name": "e34db8ef0cdf4ef0a1d9ff4753e8d21b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e9b4ddbe4a6d4e09986383e52a1e0ea4"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4abf76609e784a9da8bfd46d5e382ae3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7042af6aaf86431aa92069e81598ca1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c55824f2019e444da0ef8a35c53887ee", "region_id": "RegionOne"}], "type": "identity", "id": "da2d78ab5179430ca163fcd6736cad21", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ac0b7647e9844409b3f12c7987a6547f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f3d5afcef0ab411495e4cae24bfdec00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "aeeb0e575d884eb3810709fabf5fa984", "region_id": "RegionOne"}], "type": "compute", "id": "6c0d7db1b1d945d4b8e50cd375adde26", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "48806fbfd7594193aaf826aba79644e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d1b3682ebf684086a5a46b5f41e532de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ea8d72dd21064226bab6f77c459f010d", "region_id": "RegionOne"}], "type": "image", "id": "aa475967b6c44d25a80b42dd4286bf97", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a8e25b7fb7c340a7a4e3f8d83d9a90f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ae424e7743a34ea7a20269d71d8f2491", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5a2beca711024f09b2b64f244148c47d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "25fa8210efcc435db5417f5c5c2790bb", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c9e162e797743f7ad6afac2201566b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c28a38366194c9e9c7fb84798b3ab62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61448440dc8641668bb2d89509cd2693", "region_id": "RegionOne"}], "type": "object-store", "id": "2edbbe079cba4e558e1fa7cf057a4e6b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "968ba70754504b3b961b1cb1b3217747", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "301379ffa0124ba28ef0ee19f2048ed0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "42a06a8fa90d49fdbf1517f841beadcb", "region_id": "RegionOne"}], "type": "clustering", "id": "77025807787c4652b878aa9e4d01d95d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1da4bc8454724e63bae966756e1ceada", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0aa40a0884e44a8f970ceb20acf9e0e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3d02ab059bb340b2af2f240607be70b9", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "757e90a2bf64430bb2505a41f232c651", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "64774fd370ca42918fae69a67429b143", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c4ae562eff8d4fe3bde22af2ec7057f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "04d84907fd264b10a616ae7a2a5f82ba", "region_id": "RegionOne"}], "type": "cluster", "id": "7cca37a186484ccf9a6475ea4c8cb550", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "68e50c8ef28d4895bb71fac7ec2f61c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8aa4c49a729741b29dc576d957deb8b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ddc5ad3314ed4286926b6643eb6c0116", "region_id": "RegionOne"}], "type": "data-processing", "id": "e35dcbc2801344b7be3fee272e82cbe8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "32979fc6b8d34858ad0f8d5e53d99c0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4fff2c0897864f70a61683819ac6c104", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "920b1c091b3b4d269529fda4c41afea6", "region_id": "RegionOne"}], "type": "baremetal", "id": "9a8c860c6bc742098c96daf8d81f0c0d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3021a10e56d348c2ba378055e2267ed0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "16e0e89c9aae41fbb709312026a8fdb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bfb6e2c8ec534477b84728f0048c38aa", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d777f210e8a641dd85df8822dad29633", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bcf8fef2f5a6490db6b8b55ca9c4e0b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "09511919ce2d462b948eda085fb53a29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3c57f2fd897c4fd2ad5000ed69d3f7b9", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "82992d8739ab44dc9483595da6ae2730", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "794314b2f0844ec3ab39535bbcd84f69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9a56bfe6b95d45cd95d754b63f9b2af1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9485b4e2939b4478972794094df48392", "region_id": "RegionOne"}], "type": "key-manager", "id": "d6306fbabe10437193ef5718954342fb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e1899717200f448fb2bd298e9d85b963", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "95f46f8b019a48ae984ded6fc6073087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "dc8d3bf3d23c4ea1bfa9d278f6bdf820", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "cd785d4075784f3994fc2c29050fa2db", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b5fa86c65a1e4976b7ca13f104d747ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f14389526e9645d0adf84d3ffe12aa0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "65aeda655f024dcaade9c316fb2c2563", "region_id": "RegionOne"}], "type": "infra-optim", "id": "7a8da3eb082c4219aa70d0c19979efd4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "12c6d26f64c242d0912cc75521443aae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8322175bb02c4a1683034fcabf2165ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a694e311711041d59fca18ceda9bf154", "region_id": "RegionOne"}], "type": "message", "id": "e377abbd7d244be9b6fabc3dd62d9f1a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b4e97051fd374cabaefe0cc214ceb93d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "54bccd9168584e719e8865df10e6e827", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7897d4cab87e41769ddf1c53f20c6d49", "region_id": "RegionOne"}], "type": "messaging", "id": "a4b3d8295fe4424ca61294b34458ff87", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "84de947220504d0cb6298ad75721b911", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "01bf294d45f44b98b298e9f085d5225c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "176fb62e77694c12877fc6919332eef8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "dd3d45f929dc4bc3a0d8ce7450643ac4", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "286a1a9c8f35476ead280fc7fd498a47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cd6ea85fccbd4c4f99f4cb05e13a5db7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be13dd89c02245338dbfeb5a63914198", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "175b1e57f7284146b8862a23383e75b5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7b71ff61092f4279b3e2b1459721d161", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a150114a4664d4281664a74e659bdd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f8bef4dd119a486c9459d694005474b1", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a2149c2dede24da7bfca391f323c655d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bc43ee9051e54d309d50ecdc4995b6fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1e050615b6b94f26bcaedf1e910c77f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a1bb3cdbe939478bbc25be402d5994b2", "region_id": "RegionOne"}], "type": "container-infra", "id": "58c4ec186d314ecda5da32ed64812f91", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "3f9e0e2aeb9f449b91ce285a985c2570", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d49a610bc0174333a3f432e50f37f83e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "0a61c83bde9045e79327380b24a02bc2", "region_id": "RegionOne"}], "type": "search", "id": "eb4b408a9ebb44bdaae242d390b7f84a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "94272f66a64e49c48189d0f316692ae7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1179b34b5fb543c49ced3fd34d13cb9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1efcff1abafb4bcd9e4feb495e8f056d", "region_id": "RegionOne"}], "type": "dns", "id": "c59129596b814b04b53e33e09c21f62a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "535b0c9b2e1d42eca8b75ce6665b7c29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "141d3838e5024855a01b85e19ebeeeb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "da0117ecf3b547fa89f213617dd8e97b", "region_id": "RegionOne"}], "type": "workflow", "id": "1e1fa52629c548e08c747907292c30d5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c78f7f515c65427f9bed6d3363c41733", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f63a14535c32452e94ccab3506220d7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cfbc120a67714062b4533030934edee7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "cfd88743b480457c85f9cc3411d10dcd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5e66fbe988be43d29c103ce748b3017e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "db9eba303d114aedb462b666d0d738e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ace81cead70a4a8a8e814cc8e56e8ec0", "region_id": "RegionOne"}], "type": "rating", "id": "03091f6144e949d5b58005da0bda8b01", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b8560404e3c542649f1e442c9b0f9018", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ce511bb299054f0f8ace0f33ddeaaa7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7e666a6827414b13b2a61e973811caec", "region_id": "RegionOne"}], "type": "operator-policy", "id": "62811346aaf4499f9d624aded5bd08c8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a8e8e621f1ea4db4bd896f42232791c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f2c05e83cba44779bc2b3a2b3b204dc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "715c5fd1e9a2449788da9c72eb36cbf8", "region_id": "RegionOne"}], "type": "policy", "id": "0707e68d40644a90ba1af0f9853fd1cc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "775bc4e622b749c894b086d66f6489f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "84cc477041da4178b22542206c42adbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1dbd9c9f8fdf42309ae965b0f710616f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ea2cca3e615f464eb210c90a29004326", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8ba4ea9b0ef645d5ad70381a7402d59b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6ca9c3b0e13a44d48afc7ee7a699cd8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "15adba63fab246b89e86e2ae238e62fa", "region_id": "RegionOne"}], "type": "sharev2", "id": "e9e49a90e27f4c278668e493bdf21061", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ddc099f2d3b341d29400e6b645a5c91e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "768fefc750e24b918fd24509e6692f21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4321368b1ae0449c8c6f99f57cd78d7a", "region_id": "RegionOne"}], "type": "share", "id": "396c527c07f0403cbb403b2246285d78", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "07094c655f93490ca17262906ec65468", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d59948df31f4400486d110f3a25980ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "738fdcdd319444a4a148c2d318bcd3a8", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "985f9da647ee4d98984f38b71b2a9691", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5255711a53074eb992d41231f5455159", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91c2240a429f4acd978f816489c9601b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c5ebd4b603c4c60afbfefa98c468744", "region_id": "RegionOne"}], "type": "orchestration", "id": "e1df5abc625e49e4a1dcfb963ef6438f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6908675e974f4fb09dae84f0a686354c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bdde61c8dafa435b94c26751b44805d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b7faed3dd72442a9897e9a2bae39f90", "region_id": "RegionOne"}], "type": "block-storage", "id": "8b458565a23444a3944e21ba3e732014", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b077e0b532348978a816851106436ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e974f8b5fc434955a2d33e6840e7dd7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5a5a616ad784680a47ffb7150c21496", "region_id": "RegionOne"}], "type": "volumev3", "id": "db8e93cee91947a3aef37cff34e5f584", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e725ccf1e1d441db0eb403fdd4ecac9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88553ca5a0714cd2b1054cdf24f2f874", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7151074d08a0422ba0aa0e003a65ae19", "region_id": "RegionOne"}], "type": "volumev2", "id": "f6f841dd482b4f56abe65b5e90edac9c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f879cf37e8d4c28870b38c0a9e50e74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8049e318b3484cdbb23169721245ab16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4f314bc59db4cf5bb71b9b069265652", "region_id": "RegionOne"}], "type": "volume", "id": "609acb27ceed4cf297bbaf4c47252bf9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "399f34049385494980c550a7a7ba6cc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "480b9f2ca46e4449b19b24f5f48cd5d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c6943281acc4af0b69f1206020aa701", "region_id": "RegionOne"}], "type": "block-store", "id": "3d04bf375b9541d2a94cf2d73d911e88", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e4562cb26fe441c3971804daeb459f8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b154c2b38c9a4fddbdb39057020b889d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "51db2b8b666f424eaeb851b07ee91306", "region_id": "RegionOne"}], "type": "alarm", "id": "a31107073915435e83a4452057611ebf", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0fd472dd70cd44ca9b5fea6b33b676f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "db09bbaf9d1c4724ba47c9757bb40a61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7db3c6ae00bc49949116308f001ca860", "region_id": "RegionOne"}], "type": "alarming", "id": "438996f72e0d4e399983d061b6722dde", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "22adb2718b1043e693a5a517d56efeb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "575727a04d93487588e03ff78acd6300", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a0be01c221bb42009e02d5732035ff1e", "region_id": "RegionOne"}], "type": "meter", "id": "030d4e2cd25942bc84405a9ca3844281", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "77e3f184a65748daa9b33cbd7f5d5937", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ada28fc5f9c94015895819587a10e98e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "33958742e8ee42669cea8c1b63086783", "region_id": "RegionOne"}], "type": "metering", "id": "d51237a36d9041aa83e087ad98b6acd6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1bbc4b982fe14affa561f22a1d5479e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2a789cda064a4a0c983dadc767993485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "236ecc42c4a64d2fbaaa86c6180b4a87", "region_id": "RegionOne"}], "type": "telemetry", "id": "34c75e2650cd4629a9fe8089338e1018", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "13cd724fe9744a50b11de72d74eed569", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "63da13f71cdf4bbc80ece0f9c6df0cdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9d0ab24f3fa74de8ba7c66f53b58cab4", "region_id": "RegionOne"}], "type": "event", "id": "61a96dab032c4340a34ec4742465e8ab", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "63aadc8f31ce43b98f11918d841657e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7cc25822f4d24e2ab3cc6a4bba724ea4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "558c2f135ebb46e386c34c9c0325119e", "region_id": "RegionOne"}], "type": "events", "id": "a5fb0b13063d4f87a9565c17a42c367e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ad20143387f3451eb60c41f4fc2ecc89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "84b771053b724046b94cbcfc7602d575", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "82d0dd1818af438e8606c9c2b8dcd507", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e383ff01651f46df9fe938c14b37b56f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c2f0502e46324d29b89cf30561f20054", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cf6969a417424c8f8cfd7387b20f1426", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "030af0262b6d4f8685a22cb2bab1a118", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0160950511ad42c7b9ec31518a07f01a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4b99798cecdc41d2a5ec60575ccb0d43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ba562adc1f1c4334897d02b3f4b24bae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "72a8c549e6064eca84486eeabbffe589", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "16f079554eca490cb66bedff96da9915", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ed9972ecba6d46d781b2690ee66df5c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "553c1647f8ff4bdeb1c7ac8fe8541eb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5a08082359b243c5a7922f043f21c0e6", "region_id": "RegionOne"}], "type": "tricircle", "id": "e246c27a845d4d94891a16a326a9de7f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9f7573ee2e854002839a910ae70fb7e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c4a4512c5b5844a4b53ca6939160ba7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "922c8764fc4943099e100133105f97cf", "region_id": "RegionOne"}], "type": "database", "id": "4bcf23389b244053946e0e1bf74dab81", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8dcc89f26b9a4dbfade95c6015139c67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d433f61fe1d543bcac6daec7f0021b89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "37de1ca0fc704519a7c03e2711bee7a9", "region_id": "RegionOne"}], "type": "application-container", "id": "f0ece67c0eff45caacf8f8635089b299", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1453bb5034074542b56561514852f9bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c42e4800233a4543be9c00551789c4ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "eb18eecd9e874197bba1d852398e6a81", "region_id": "RegionOne"}], "type": "container", "id": "4bfd6a41a9a14c36a999a4eef4e876ee", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "41e6d3ed580f4d49b1fde906b2c4bd6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e59111f97fa9403fafa3fd20bf1025e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0d4c0c45ee7b47c8892ea299a34e35f6", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "28dc5aee2ece4690824366f0e6a8f880", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6959ea179553492d9d36d13aae8495ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "80466fb70f6043b099777099233e0f98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "42e406c8a98f4a44b2afc92f5c9ba71a", "region_id": "RegionOne"}], "type": "rca", "id": "4fbf3368a2d347a88f97b489b3212a17", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4d89c0d93ddd4a508b4a3e5c778f8d54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b0f11dbe8f8a414581941106760ac8ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "44bafb5f089f4f16a8003e6aaa65e0b6", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "77c6033fc1d24e849dff96456a10cd0c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "408aad310043478fb120beded57d6b6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7bc91ba19955478285862f03b23e606e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7ca372ad92fb4ac7be429568ab796b30", "region_id": "RegionOne"}], "type": "network", "id": "118fc719b71e40d59de5e95bdc9f5e0d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "565eab30535544208ee734206f43559d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4f065a6aeccf4ae99dba283d9ceb0f40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "5c3354c739c547668c1551d402ccdb8f", "region_id": "RegionOne"}], "type": "backup", "id": "04406ba8372e495297cef8538b831bcc", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b7f4d16f3cd943a6ae1429e903bc3843", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "30d347f3cdc04f1ca69a887940a5cded", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "03fe6cefe0ef44d5b8384ec2aa09b802", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "704669cebc6a4dd88da7b44ef055e7b8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2ebe3e0b9f9a4ecabbbb3a4f85feedcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1d94c4c7130949b592d84e38f5a9b31d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5dbe1c83d4c44bcf81fd90634f785f76", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "95d4df310d5c43498ee35142b52963c6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f81dfa6ff6ea4ab0bc6808ffc3dd8526", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ca47080bf9a44544bdc30fb50943de2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "4ef5c2170fe34cc4a2898277f5ec631b", "region_id": "RegionOne"}], "type": "monitoring", "id": "b70904aec28e46f68b1e1a7d2f775c4f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a9a244eb297943778c2a23a434412f02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b8ec709de4c141fa9f8e578ea46b7e4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4ddcab4f410b4788895309b918e39a5b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f8cd3a8849d7459eabe8f7653a30b0c6", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "dbc4c2a7285547fea615464983f19b52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9e1df55e681d46db82082dbcbe313d79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f75a143c1a8e4e8095d5eb01a093cda0", "region_id": "RegionOne"}], "type": "placement", "id": "85100dce88824d85833fa6abcad0d1a5", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dd010a2f26d2495e9219f3811141f1db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5cfc2833ac8345369889ba3202fff9d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ae17095273a347ffa9002644e098ec7a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1101111aa3f7496f9d9cb5372a5283a8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "efa2b842ec684311919ab5fee1f5a035", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fc91d4ca3f074673b78b608c5f1ad131", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "193663b079b049d1a0d85a7d62b49abf", "region_id": "RegionOne"}], "type": "ha", "id": "2f38ab0401b9422a90ea7faf298ac2d5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6861674bfb6a4c2384c81d46ff4e07b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d8018e76d8764d7c94e563213caccd10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7b81b4c19f0144509c3fce1fa70c42e5", "region_id": "RegionOne"}], "type": "reservation", "id": "93bc0d71b32744ae95212e3835fd8341", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d942115084c14c79a848e13fc719b493", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "121cfbb102d043899289f966f863fdd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1e81767941754630816e0c77d7f45f90", "region_id": "RegionOne"}], "type": "function-engine", "id": "ce209241a3944b68a0f60a65dc14c301", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c64fbb29213248ed8c1ef067fd44fee2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "13e6344dacb64f48885ebf5d48b88913", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "4f6bcb04f8d64d2cbd8fcc8cc6ac3ab8", "region_id": "RegionOne"}], "type": "accelerator", "id": "d60e4cee3e6046ffaf8b9f62d48debe6", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ac3d6db4702540ba900837abccfec687", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8070ee176e384ef5a49dd0087a468285", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "adb429e0927049efa2142dcd188eec25", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3ded47084f1b4d2ead58f50a7678eeb5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7f09af7e05a14b73a15cee8797f7beb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4107b85e767a42a19d4b5d8df89b7445", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e8f74c7f028446c3a8c269bec4d1ce03", "region_id": "RegionOne"}], "type": "registration", "id": "ca4da8266bd44f31b2b62f2c36a73da6", "name": "adjutant"}], "user": {"domain": {"id": "95183f229f904410b4f2a53922e391fa", "name": "756c46e136f041e5812d3d56f9cdf658"}, "id": "d386c83e017c49ffb726c85be82b3fb6", "name": "9d3982d710e64b77b9d17441a37aa1c8"}, "audit_ids": ["35be6f55ec1d4079b00f027ada929e3b", null], "issued_at": "2019-09-19T09:04:40.906537"}} 2019-09-19 09:06:41,073 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,077 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,078 keystoneauth.session RESP BODY: {"extensions": [{"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "description": "Availability zone support for router.", "links": [], "name": "Network Availability Zone"}]} 2019-09-19 09:06:41,081 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/networks.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"network": {"availability_zone_hints": ["nova"], "name": "netname", "admin_state_up": true}}' 2019-09-19 09:06:41,083 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,085 keystoneauth.session RESP BODY: {"network": {"provider:physical_network": null, "ipv6_address_scope": null, "dns_domain": "sample.openstack.org.", "revision_number": 3, "port_security_enabled": true, "mtu": 0, "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "router:external": false, "availability_zone_hints": [], "availability_zones": [], "provider:segmentation_id": null, "ipv4_address_scope": null, "shared": false, "project_id": "861808a93da0484ea1767967c4df8a23", "status": "ACTIVE", "subnets": [], "description": "", "tags": [], "updated_at": "2017-04-22T19:22:53Z", "is_default": false, "qos_policy_id": null, "name": "netname", "admin_state_up": true, "tenant_id": "861808a93da0484ea1767967c4df8a23", "created_at": "2017-04-22T19:22:53Z", "provider:network_type": "local"}} {25} openstack.tests.unit.cloud.test_delete_server.TestDeleteServer.test_delete_server_delete_fips_nova [0.570031s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,667 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,672 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,673 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,676 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,690 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.607067+00:00", "project": {"domain": {"id": "e07c9530c7724b008bd95aecf11f8eeb", "name": "626db1ba6ca04d04a45a0f35d3ecdb7e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d087ddc538754ad989211c1d8b0c47c0"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8dbaaaba0bc34d819c41fcfdcdf5d427", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "46ead861c505492fbf4dac7b040b9daa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a98fc3f709d24cc2a4fa9417221ff7ed", "region_id": "RegionOne"}], "type": "identity", "id": "64dfd124db9f4b34acc238acd3e97a39", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1d99c40b94a047f48ec163b3d7228160", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bfd5d426204a4cb9a7afc4d16978fe44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "36b7fc62b2e144618696c9a4b5b377e0", "region_id": "RegionOne"}], "type": "compute", "id": "65d11dc7c5334d07a772f99ae1d81568", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "3f5bd2d095464ad3a2ee0ecf4c6a11b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e982d366c73940489e079a70e5037076", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "9d9c02139c054bf09ce20f6058637f31", "region_id": "RegionOne"}], "type": "image", "id": "c69a2b1a46cd4998ae3575a2eed9f53a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6e600c51694c41f7900e37c7abd1ff98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "228e3a7087644ec9b1b5836810e8807d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "dd51aa8b644d49ee802835ffa3a57127", "region_id": "RegionOne"}], "type": "load-balancer", "id": "154260b481a347e1ba179e45f317a43d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b9caecea8fa49b7bcb6ee3367640eb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9129ff963e04409a89b687de0183a45f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24ce15cd1876482e9b45d736bdb789e1", "region_id": "RegionOne"}], "type": "object-store", "id": "23f449ab92474c48ab72727e04c841ad", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aaf9d171e8934d0388b595bceac08601", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "05384c7984664234a284363b2737ab92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f50e78ae4f1847cfb4b41876833054d7", "region_id": "RegionOne"}], "type": "clustering", "id": "4af3fa14b07445b7b11bc0a8ca195af4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f88cc4e8661d448699552753c243ee81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "35b3e60c06404bca9ae24ae2a4be58b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "eb295358129e4c4c9bb2cf99f9de5e89", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "14e8d2e59c014dc79bbac41808361bf7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ba796e403dfa472ab77330f43a0402b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2f1d246bb3724433840e4ebec79fc931", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "197b038b3f7f460493ba21bc8892bd51", "region_id": "RegionOne"}], "type": "cluster", "id": "c7061bda0ee044dfb1588f273ae3eac1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c137d15016cd4c92a40f7d03feeccbe1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3457fdadd2ff4bcabf3a7bdc541b47e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c08dbefee5904c28ac1450c18e6b6495", "region_id": "RegionOne"}], "type": "data-processing", "id": "579715985998474689fdaa76d35ab9ee", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7b09a25ff2674bf9923750698d59905f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7e58e464703342da84d341946faf7cca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "09625ac9904446b1864a74d9ac80cebf", "region_id": "RegionOne"}], "type": "baremetal", "id": "324dc78064c041868b6b61b3d3c9ef99", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d0c36dddc7c34a35ad28b2071ae5afcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "169c25d3da0545029b4193e34ea7c2d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bc5889d7953d4953904aa3ef41df2328", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f4d3c2d0c2ca4bd8903c396e5f129915", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d597eede5a7a47bd8f347cf68616184c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a02a7e0d4eb54a4aa68dc62504c173a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "49d1adf6d3a64bbfb0bcf9b0654a7be4", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1dae5a3f3dd04d8dab155f1b3f57a1c5", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "182b27ca25d8487aaa695f3ebd776362", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "74f371e0e657485888c83cb8e5a45ce6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "56cb1628df9945409e7f901ed910f3de", "region_id": "RegionOne"}], "type": "key-manager", "id": "50ef420ed62945cfb4033356f55b24cb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f03a77844d3a41c0801cad756a43e0b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "28a3a8f0adf0412c9731d7debdb4cd97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "509fce77ba6e47beb41db03bea9d49e6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "bdf16ddee586450ea798d6c9a94e4bdd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "138438553046443a9af05e4811b7b253", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7717b5f480df47c48aa8ce5b1aea7bd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a8de41ae7aff439b86e0fb92f5672b8d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "11678bc537e141fc8a607aae5e2224e4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "afc7123d07884f36b5b15933d370940f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f612b0beb4db4b32a10483b2f322dd4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f8ca1a50516143f797ec592e6c36e5fc", "region_id": "RegionOne"}], "type": "message", "id": "d12c6e1b1dc64ac88b2c9bdab162740c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f015b5dfe16447a7a54550e687284964", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8ae4de0953354af9bef7d9f3eba8a825", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e5ad417f5b484ae39b4eccab2e8dfab5", "region_id": "RegionOne"}], "type": "messaging", "id": "d4a6132dffca4c7da30467e6c865b6a7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "71826719f5584ebd8ebf6cbfae4c14e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "30ad986132fe4a2eb06f121401d4b6bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d21c1f2b61dd4ac198610647fcd5fd80", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7ce980564e7f4d1b80f0d67737eefbac", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b0549d4951a14b869a2efa786efd943f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fc76a79c1de2475eb65e7b638f5791c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bba2bcf55de647c99666f33bec789afd", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4d5a18b655ef4915b3d0350a990646ac", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "44d0fa01167f466f9ec8cacdec5323e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aca8479de11b4ecaaf2b8502c0d765bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bcfcf6cada6e4e22bd3b08e8fc8bdf53", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5efdaac4a76849c89610fe736bc6fcf4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e11d437a3dc6405e89b1697af44099c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3e6230d23bd24881b4b7e31e5f6fffec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "74ccd4ee1e484d9898c47a1a14e81f20", "region_id": "RegionOne"}], "type": "container-infra", "id": "8336a9fe795a410cbcccf34df59c9a2b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "12f930a1ecad458b8bbd64cf784e1074", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "4d0191c43d9d483aa1161deb301b5844", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "405a997ab0e84fee965248af4363e64c", "region_id": "RegionOne"}], "type": "search", "id": "c7ba50bb2aec4147ae1c65aaadf56b91", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b9d192cc3007453ba3712375b536283d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "fe140ed741c845c0aba2f5312df1bae7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "99404a579d1a4845b92f5d17938da0ae", "region_id": "RegionOne"}], "type": "dns", "id": "8e293c85b78d4bd49242e8189edaa5c3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eca9cb2ba9e64e018072c31c026f0036", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1875e2063e2b46d28ccbe9f46162cf09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cf5d6c52ef754b3ba583fdb5325fefcc", "region_id": "RegionOne"}], "type": "workflow", "id": "fcf2cd6993a946f79fa15b71504589fa", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5b44c8c41a5d42658e32d32c38ea8733", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "72d616fbedd4471d9489c14991ade77d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "39ba36413f094e549ffdcb8d631e8494", "region_id": "RegionOne"}], "type": "workflowv2", "id": "312b38ee2bf841099fe30990512e395c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b1a1403a02ed48a6ad7d3c8eca4e03ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7d25cbc4b3da46f288aa255ae4247c4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "815c4220997b48a48e65e68c52cd3042", "region_id": "RegionOne"}], "type": "rating", "id": "a2f5535f81db426ca330898556f4e122", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "67f1329bf1d241429f6242c25b67349c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "70eebffbfe064a0e8363403cc4fed96b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "39cf36f9b1ce481195a7beaf20d8d7e8", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a5cfd7aec9764546aaaf55125266ad24", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "27a050169b754d5abc8037917def5012", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "af000ca757eb4ec7ac9aa0d6e9f2ee67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "45158276ae41417ba04d2987ca64af4c", "region_id": "RegionOne"}], "type": "policy", "id": "019743ad26e74b13ab60db83f47c0e33", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5e65f405eda14907bf750437022a0d78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b47008098fde4724a4c27b336e5f7b47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bd02af47cd6d4a848b3e9712a473d1fe", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "4a8bb84b1f1146b7be8244be5b5a802c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1e3880ef7fe646fa900156ce992d76fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4e79e781626e4a7589baa4dfe757bb6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9b9f85bb1ce34220802988a4115a6155", "region_id": "RegionOne"}], "type": "sharev2", "id": "d71e0e9e4b6c4a9f90b68d8350c66dec", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f61bddad66bb409facd928b0d67346aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "67cc53d7820d49e3b902b22a1527d8c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ff92d072d28342848e284b7316ab5efa", "region_id": "RegionOne"}], "type": "share", "id": "72f294f247884452a5a086aaf48f732b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6ae1216291524cee8d177c5c8e83ec6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "715341cd6efc4ee7a085fe542c5b83ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "39c36455dc3645c5aa5e8da95e4a2daa", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "051afe787ddd4482bee8db5e81615db3", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "407de814755849dd8c358eb8edb8e395", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbb892c39c3642f9885466efb9d0a648", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59f7148c980b48cba3337dec33078158", "region_id": "RegionOne"}], "type": "orchestration", "id": "8e5815c1608c40258a9f28abb177329f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "666c131342b94cbcadea69753e968190", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ada05e9d93cf4d4ebfc26cf0243a4ba5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc48193834af44a7b2d94ae4b1e36854", "region_id": "RegionOne"}], "type": "block-storage", "id": "ca3b7d52a58f490993d01a8be81ac1eb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a20c8373b04a432a83330459ae7b31bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be308f0e515c406fa73d9c6637567364", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e6aef646ec74feabc44c1ae7da777b3", "region_id": "RegionOne"}], "type": "volumev3", "id": "f8f2308a734c4dddb7ab79ca790a151f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "038a4c274fc344a2a8463c8ce2698da5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dfad2a98f8ca4a41b9acc664b54964fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f9a65e0a4db41f98f14d19f22117d4e", "region_id": "RegionOne"}], "type": "volumev2", "id": "9c1827fdd9c3444eb857b02ed362775c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd1e58a4e9de497da58f1566a76036b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a347f6866d2f44078412ebe6368fd5f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93e752321e9d4c7dbfeec434126318ec", "region_id": "RegionOne"}], "type": "volume", "id": "7eeed6f5dfff4adaa8751cbcfc5b896e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2e7e3171a944f20963d009bfb6e2ff3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "055bfe645854496baee7fe47d9bf73ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d3b16815bfc480d8d6952fe4bd0968e", "region_id": "RegionOne"}], "type": "block-store", "id": "95506ea1b5a541089e48f85aa6d2e35e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a662a9a597f34cb0914d045c730e58cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5ef8f244d8e64ff889325a5007b6651b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5d84298b723140408b484ba0b0cfc04e", "region_id": "RegionOne"}], "type": "alarm", "id": "34a3f44b799a4b638c43691b6a3f3544", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c8abd0df85c0406792d7e4b0bc04c845", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "66e6fa3c187d4eaeb0bd2ad4a5b9602f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c65b2d43b6164cda80f6ee1f22ee351b", "region_id": "RegionOne"}], "type": "alarming", "id": "755dcf4351674744982305c069fe70c5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3aafe80cc8e944b68221c392e8450654", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3b8de6f51d2541cabaa407f8dfd9c6f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e68e423ef46848ae85831c7debef3a9b", "region_id": "RegionOne"}], "type": "meter", "id": "e37ed26d94f14e379a0ac22f8abea9be", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "feaff8fd711a44f5a464e7c445085b34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5f02654421864b078e455ea6732c7609", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c8e52cc06eab4cd383976d7006d1e446", "region_id": "RegionOne"}], "type": "metering", "id": "a0868947418b4b50a25894f8b6a93345", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8558f27af222432fbf11c618bf6f2c1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f82b5b44de7a4b50b3253af9754171cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2ef79dc15c084682ab6376b8af66a7f5", "region_id": "RegionOne"}], "type": "telemetry", "id": "25427fc2250c4128980cd1881e7ce5db", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "db72aaf0b45240ffae15f1dc615bfa04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0a29ef373a7a471284ecf625a6f079d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "998b916efe4246a3bf32e91f42b53b14", "region_id": "RegionOne"}], "type": "event", "id": "3ffda04c9c2d4c5b8899904c2411c3b5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d4bf9a4989d54b5e85aa35ba30a5ea1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a6f4cde9f9c74bf5ac9fbb7632b60fda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cac92d981ac04f0cbbc7d8cb884fe20f", "region_id": "RegionOne"}], "type": "events", "id": "29c1a2f7738645909293cad8ccfbcf93", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6486aaeacb084e0ca993eba3a786f01d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b58a5588c80f4aa5864248f13e75a4cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bd82d3bcb32849998d62e9bbf2e52cd1", "region_id": "RegionOne"}], "type": "application-deployment", "id": "53ca47b43c2344a6843aafdcd43ca3c3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6fcf0d8878b944d4b901fb4696c67c0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ed618be7a3aa46fca3b2d2309955a3e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "031808fce5a34e3cb75b4b3feb3090d7", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c54a0e5a74ea4b4b89867508ab35184d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c3860bc3a9014623bd1e132efe0a0ad0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "69cab5b3e51f45b4b378793f8782fc2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c2fbf3c7dfe240478b1cff0ce3c190f9", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b1521101c2f74650abd993468716c02d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d46be5e091ad4887a138164a05e594eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "361ef2c48eb44597ab11219025799eca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8f12f2ceac3b48858ae767921a3adbed", "region_id": "RegionOne"}], "type": "tricircle", "id": "632a7277286541e884517e13fecba412", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "118bb4282a9e406690699dc273ff49a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0dab86dd407a48c1970032db8aab9ce3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c474b72ddaf44fb2847e0f4ae1fe8d90", "region_id": "RegionOne"}], "type": "database", "id": "82980be278a34839bb9c88540e1b1153", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "060a373966694113879db6ba906650ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0b92a806b89545af935485cdca1d87aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "20161cb233874148865795ab48b64b3c", "region_id": "RegionOne"}], "type": "application-container", "id": "e3f5a056472a475eb25186c39dfdad15", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bd171e188c394b5d92d15bd14c3f2010", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "445d5383ca10422abedb3b6ac0324ea2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "606196dbfe34456e8b25ca5d7ff38f8b", "region_id": "RegionOne"}], "type": "container", "id": "24b7fec8955d4890a5606d835b15502f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2a6d3015e6b94a9dbe9860d4a6db0475", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5b5f4e75332844ed8cb6901477f3cfa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "35ea5b096fcc43149cc09b662171e9a2", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "0dd916402f8c4a538f66bfe9764c6029", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5b34421eddf04bd7a8e7a3c2510f758a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3a65b90232754355a5b9471fdfbf02b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b0435b099ddd4f07b61cf9f03609a25c", "region_id": "RegionOne"}], "type": "rca", "id": "e287a0d176ed49d7a3274152d915b307", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "03565578e7d344a7ae25d1dc72b80edf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b5d4699ff8624d389a6c07c5527a411f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c503efc16dd244c29a2db808c07645f6", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "28290c3ba50946d9b5624377bc4d579e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "bab6941bcaf04106bf46c828083fff2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e37dfd9f31e34a56a62793379996e1e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8d00a2ff68f14c9981b85431dcbb39f0", "region_id": "RegionOne"}], "type": "network", "id": "e354cb8d4c8e4871ac8d4eb5ddc36b21", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "44a6d7df8e1546a9be20625d23ae980a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a4715af0f6554f738d4fa1909f6d31c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ab2002ccfae94b50ac3224de339e0ee5", "region_id": "RegionOne"}], "type": "backup", "id": "0895d76bb59e4416a5999b7f1daf19d3", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "44e1c2c72a014576967fd50a208e8386", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "69b42b902be24a6dbd94277212d3aa67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "320de71fab0c40b38558afa79efb70d6", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "99087e5002bd4510a130e101303445ec", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ac561c1a8d26459d8f6d8e854f24c86a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "03c44dfb9c6a4ab292c6ba697363690f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bfb45593417d4960a8a614432690f574", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "13cc2e6f1ad14d078b179d6459e9bda1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3a3752dd9f4c4926b5afee33f2299f6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a434c6c0514a4cb08af3393f3beb0561", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ff7a38f97c3b4001942ed2fd2a3ac8f6", "region_id": "RegionOne"}], "type": "monitoring", "id": "4172e0a056f74f0297c642ea8a79941e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "407f4cde9ee240fba63b40319276027e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a337d1305b234919a94834bfdb8db5c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6d029307dcde4f91bb255a3e1e892513", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "74fc6e9f070e49f09aa1ab1d836ecfa1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0e7af8a16c2e45abb221d0c03a435af9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f82a74c776bb42adb5ba097905348792", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "6108c8a991c9437380abc4c9ae742cfd", "region_id": "RegionOne"}], "type": "placement", "id": "5b4abbe2b82a4799837b7d4e52e58ba6", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4e064d2a5d724827b0d9a6ee3e60bbc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3be7ccf2456b47d2909f2daef0d0ee3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1d8986dc76e4436288a52e63274200a4", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4c9d6f98b8ca4070abe20d6233e65db4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0473814ddc4b4a3cb32fa5ab117de591", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1e40a8559662483290afc527ea605a78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "32b5e52ed30b44f187182e45b0b61b86", "region_id": "RegionOne"}], "type": "ha", "id": "106687ef1fa54f6fa85862ef40e71735", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d42fb2fc34a64d039c94d1397814916b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5eadee81599642678f28af8c266e6dba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "aed7d913de92454a853a9033239154c4", "region_id": "RegionOne"}], "type": "reservation", "id": "7fd28b7882624a3aa654796a11f07c8a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a38cae0a3acf4f639932a507faa45e79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "eb985cbe2a6e48109bc14ecd2aaeae95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3ca37d8a8e3a41ababfdda4efea7fefb", "region_id": "RegionOne"}], "type": "function-engine", "id": "b104fa0a14594e87a77996878407154c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "803e5b319b7c4bbda533bcc5d345deec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6ba7a9fca2a34dbba9e11352fd0499c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d51d59cdf4c9454292cca2ff22626d7c", "region_id": "RegionOne"}], "type": "accelerator", "id": "c27d00372f46402ebc01adc69e7070e7", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5f4d73f5b6d24df383fbd86424964ac0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "41fd48bc471f4ab3b9beca3992f09646", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7d5a24e2de5940ef9d26b19aaaa41505", "region_id": "RegionOne"}], "type": "admin-logic", "id": "eca9a90dc39b46c8b0f9d4ad676cb322", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8d1216691fb04ae8af5f75e7910f6e60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cc1bd58be5f645d9aab6d753639b4d19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "420c8bf02d6b47ad906678a451b46c4a", "region_id": "RegionOne"}], "type": "registration", "id": "bb3d1a3ad4cd4e0c9fa53a307033fa2b", "name": "adjutant"}], "user": {"domain": {"id": "2002b47ae3d8467f8186de9179ff8f51", "name": "eb8e02ffb79c4100bd355dc0b537cf52"}, "id": "d833f68842384854b68e2967a630b8dd", "name": "5581158600b544f7befeab201470f017"}, "audit_ids": ["0b9c543a667f4f68b1623af535393fc2", null], "issued_at": "2019-09-19T09:04:40.607067"}} 2019-09-19 09:06:40,868 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,872 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,874 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:40,890 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:40,893 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,893 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "porky", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:40,980 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:40,985 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,987 keystoneauth.session RESP BODY: {"floating_ips": [{"instance_id": null, "ip": "172.24.5.5", "fixed_ip": null, "id": 1, "pool": "nova"}]} 2019-09-19 09:06:41,043 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/os-floating-ips/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,047 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,099 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,101 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,103 keystoneauth.session RESP BODY: {"floating_ips": []} 2019-09-19 09:06:41,119 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,124 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,164 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:41,168 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,170 keystoneauth.session RESP BODY: {"servers": []} {26} openstack.tests.unit.cloud.test_domains.TestDomains.test_update_domain_exception [0.167010s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,072 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,076 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,078 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,081 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,096 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.013493+00:00", "project": {"domain": {"id": "f5efdaa25511463cb33717de5a9662c2", "name": "ee24cc20954141b4a06bfa9ccd3e5e64"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "061c474bd4b048b2ad0b6bd27e269b1b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2779e6903350420ba658958a0291b3ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "1535f6cc92d84023aef1cd616071b42e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "996e265d63024b5ab2fe2b8deb639a09", "region_id": "RegionOne"}], "type": "identity", "id": "aea5c0acb93b43b5990884ed40a213c8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e4af33add6f24d48a5ea866e31458501", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0e68c5ad08e548f4b83318696873b73a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "2121f07b8c944145b620af51ca920e94", "region_id": "RegionOne"}], "type": "compute", "id": "135e580068eb41dc8f523ee12e7c4b12", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "2d9dcced1b0f4a048a982edc02dd8c70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "74f3ef528b59433081e59bf1b2aa047d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4e021ca04a2340ca8a715b993d150d00", "region_id": "RegionOne"}], "type": "image", "id": "cf3247ff75f44ed680d0b8f345ee9295", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ec8ab356c77d43f6a227c77088db267d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "da5c4b90a83b419fab12afef1e2395e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a6d1fc7651604c35ad6a52a854d5e1ad", "region_id": "RegionOne"}], "type": "load-balancer", "id": "977438acfe1b441ba33d5c482edc3875", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a99bd8e9a69948f78278fea156c599e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ffda9850579a43bb824812f0ffc2df4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e951bb5bd964e44acb8356bb2048ee8", "region_id": "RegionOne"}], "type": "object-store", "id": "44ac1d01fed8491fb1e082702b656a9a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a1a8b7215b124a70931ded1bc4a3fb3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ee929c88ae12493aa5665f2a2bfd542b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ff7583954fd2480e8cc6a254bb526f8c", "region_id": "RegionOne"}], "type": "clustering", "id": "936a6ab24114412f97b1076c239fb4a8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d62732e15b454c2d9cc131d484d0a6f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8ed14055e2554ff98543a1f705450a02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "871cdfc633484f42a1b6937530781bd5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e145b69801584db0beb7cb644e87dce8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b0d8f133b505424eadb3d00274439e3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "82584d3368bf483cb6eb111f77383492", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2c037f5854c54b18968f46e1ce1c110d", "region_id": "RegionOne"}], "type": "cluster", "id": "3d8bebfc4f8a477abe01fd8c125c6668", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5c1e29a9503e47dbb3d0c89a68676c5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "aaf682a7fd3c40f1befc692aa8e9938f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f22eda64814a41cd8f161c3e7b4acc1f", "region_id": "RegionOne"}], "type": "data-processing", "id": "e439129f80a84c1996df4583d721be1b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bab3cf8462a447bfb2381c12ea61dfbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6dac2fb98bb145dda8d6568a607ad6e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b2915383448747c7a6bb41c331f9c08a", "region_id": "RegionOne"}], "type": "baremetal", "id": "32d1ea50ae1b4134a146fd3d6842c9fa", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bd5a83eb65084af1953700b3fbe6a828", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "21ec62b7290c45089686279d55c80dc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "cd8d0b97297d445da7b17cf47fe9174b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "1dd3d4d3d3e446fdb3fc6fc7a0b421d1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7f93c08384ff442aabf160a24d8b755d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cb4cd2cc2cfb4f2c8902d042bf86a47b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3605a289ce1b43169d7fb3b776ae9cb1", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "15455d67cf8c49c3973b31fb9b05f9b9", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8c22cfc3629547bc847c38c9a9199eec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a95d04aa6ca5442dbc922ba0239aec8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f5daf497a1d0438093ba7c1637ffa49d", "region_id": "RegionOne"}], "type": "key-manager", "id": "138c4e0b87c942608a9df05defcaf34a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8e36bf6a3d394bdda77b09cd45f34de8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "298fcb0690b645eda8bd6b1bafa3172c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "43c3e528eca44bff96c25533f68cf2df", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "286a353aa9c247b59005117aebf69465", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ef9730d9089b41c69be3f8e57573de33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9ca26cd80a584b8a980f5b2e81dd9fbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ea52cc97e06e47df8441a841d04bbe79", "region_id": "RegionOne"}], "type": "infra-optim", "id": "56f76b0796c646a1a64908f9b2fe3da2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "85dee0fbee644052b3fad861b25d0e99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "81b18f87b22d40459d1e4f3f8c8bf8c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "de566064886e4cf0ba83701b3c4d7eb1", "region_id": "RegionOne"}], "type": "message", "id": "1f6d5ded963b4bafaeb97ca1c639230e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6808ab3a05374d72bd8faad234b66083", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1a903456149d421dad010f5861de3f21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "84c9bf164f6a4846bd14c111bdcb3d7e", "region_id": "RegionOne"}], "type": "messaging", "id": "7bc24c04d67b4e00a2f4ef8e959a9db4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a21a15bf16d14751856c7e8fca6298c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d6912ea1b06a44dcae253fcc2b5f4790", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a22c1e449e924872a4753f21bb78e0ef", "region_id": "RegionOne"}], "type": "application-catalog", "id": "88a6d756736d4799905591d69777b53a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3c246a8e4bc94e528a4e53dd7eb7350e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "280bbb9b8b9a4073ae6610fb426a915b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1a3e06b22ac74224b285a4ac529fb6ac", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "aed047fbd6f5495cac9404af04971d65", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "12a58a0f23064fec960845ed372524f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c016870226794534946b1b9028f51ab8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d02e88c8205b4ecc81f66d228f9ef888", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "51392660bcd941c0822841055d0710e1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4d75e8f1f2e1489da9788c9a2cff60a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ab15aa8123e74083bb547834247e3a9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c4813fc7b9124aa3aed0a10085db5032", "region_id": "RegionOne"}], "type": "container-infra", "id": "1923a43d00cd4e9ba8426762d04af518", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6b5e09a98c874cf4994ad09bb8c02863", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "50a89be685734a50883f46fd3a3bd138", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9d0356c2b1e64d3b8f4b90fd6dc8c85c", "region_id": "RegionOne"}], "type": "search", "id": "d59062a36efb41f18669292b7d8e67ca", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "8581d6488bf648fe98d8afce40c38f2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "5e6e2fa00d3244138ca709da7181302c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6fc36783cdd94aedbb09462134bf38db", "region_id": "RegionOne"}], "type": "dns", "id": "7152c7fb64be4d3f885a8ef3682398c3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "00110e071e9a4000a41f649025326316", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3c93f54488bf4a9e8564403692bfdad0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1be5b635fdd942b98ec56631dbe3122a", "region_id": "RegionOne"}], "type": "workflow", "id": "6f4c0dafeed548f08ee19e2368bc836e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "72cf8d2b60ba4b269c568944564b5289", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4dc801d4d2e646ebbd3ca8d6c44df6c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9307eb697d394438bbf470a3eef2819d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4d3e1058469f4662ade757befb3306fc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5a920b4d40794b5eb1f1c0be48003710", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "34c78b677d854a049eb6383c0e348f42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ad92f3b8004346908a9bda201494b63f", "region_id": "RegionOne"}], "type": "rating", "id": "837b7141f2d247ad8dcf9048d46f75aa", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a3886518fea14ac489d4ea22712d6473", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2a58a13bb78044289d90cfbe985f1476", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c930a83d36be45b7af5cd69dc9a2977e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "84b9e2d129bc4c0785e50d8ce04c3c60", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3ec0bb910b3e424bbce1ee9ef1575e96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "363cbb531f124710995a74f77416c336", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "282fae876a414daaaabd7d05ebf10b9c", "region_id": "RegionOne"}], "type": "policy", "id": "737aacb8dd0842838fe7f01d10d25bac", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b4eae93a20f9403e9563ebffdb1d0afb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "66d9c090fe7b4cd69b4f1bae69cafaf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "92be5cca6a3e40f98ddf513986464436", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "df5766c3f20d40aaa5b761816506fa7f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7dd4923953434c6cace7f5518d3427a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a3c709f7551a44418962a034c022e362", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fe6d1b160f1641dfa688c09a9dfee65c", "region_id": "RegionOne"}], "type": "sharev2", "id": "6d8142e273484aeba66874a75c43c94c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a84f98d4563045f784d6226ce13e844f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "70daea1b78384d52ab9cd82b33d58889", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b9cfdd69a4ce4eda9c99696f3c6fc8dd", "region_id": "RegionOne"}], "type": "share", "id": "e0add237591f4be7bed2c9c184c2f581", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f22208433ce54c6aa43d846bc4e19b5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9fe73cd29c2548f2aa7d0dee57161b74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "bf530c61a6dc420d825e455c3772a612", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d863af3572ab473aa4f837133c692fbc", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64f33822daa248b38b923a6652eeed64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa16f50708cc414d98a8247ddf4b6128", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a5bb085693a48bf9081f5734282baf7", "region_id": "RegionOne"}], "type": "orchestration", "id": "dcb6bcd3360546f7a978246e61f9a138", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4dd7710fd8c43938decd15cfdc7ad31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b49b404c44944ee8880baf3eb60e21a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb6ba273387c4457a58c32659e04d8ae", "region_id": "RegionOne"}], "type": "block-storage", "id": "e9ad8ffd492144a3b40811d742965b15", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f1c37c1e9f441d2bed63bf29240a693", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f565bae987d647dea28959f5a0f0a434", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a5b348b178943e9a1270b7b863ed7f8", "region_id": "RegionOne"}], "type": "volumev3", "id": "ff229ca50ff8405a92a2f0a61ffbc334", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb4951db7c324501acbea9d609fc9653", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62cc4680bb8544ecb4aaf0ddc432fe51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e26c827cc3d543e0b81218901f3488c4", "region_id": "RegionOne"}], "type": "volumev2", "id": "004992d7c0ae47fab5591d71e4e582cc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82b4facfed924fdea13983a1ca2cf28f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e883f8ea33646f0926ef81ffe455745", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10dd35f1a0d348cead183e8f87635305", "region_id": "RegionOne"}], "type": "volume", "id": "fc27eb832bbd4d7987d8c5f30270722c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a352f977cf644b4b969a5ef6663ef76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02674226af844592abc4625dbb365870", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c4cd8d4aa3e42698ed652f1728c513d", "region_id": "RegionOne"}], "type": "block-store", "id": "7575bb517f0941a3a6c79680a64ca2c9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bb044a0bfd0144ae88d6b8038f8a418e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "726e870432ab48cd9b441be16c9014aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0e6eeda828914fa0b8c8fa2a302239f4", "region_id": "RegionOne"}], "type": "alarm", "id": "bdfd37b639d7485d8d12d514573cd144", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "35c10f0401894713baf519a7cc38db00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "72e035455bd34b25bb7b4e243d5dff15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fba7eee195ae49e3a6802d00b581f3b1", "region_id": "RegionOne"}], "type": "alarming", "id": "6adb271a3f9b42efa624e67e4afd92cd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "79d0d1ed6d61444b912d0d1003de6981", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c2b12d28b5194b178d97492ba045f9f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "815d028d6a694be38207afe7e0e850e5", "region_id": "RegionOne"}], "type": "meter", "id": "83fa8ebffbb44735855aee5ee8f79cae", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "66756122c77d4ca79fbfe5557fe95671", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cdd24ad871d04cdfb5cc2dc7fd46a531", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0e23acf9d2aa4bea8e92d66855fe9068", "region_id": "RegionOne"}], "type": "metering", "id": "490fce4914f349fc86e9ba01d6725d48", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bc34245b85c7423c832df8a886550971", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b60ebb06ec40475cae5a2afe2b619a5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7463a2041b7c4c1fa76ed3528ae9634e", "region_id": "RegionOne"}], "type": "telemetry", "id": "14c4d8202fe340a6b1b17c9861f0765a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0aa4364c610e4dc18710c7375dcf8cfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b9cf83add2c14a55976cefe443aa2626", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "30d4651f124d46a5b5d3c6fcba87853c", "region_id": "RegionOne"}], "type": "event", "id": "a97600a0ddea458f93a59396cbb4a5f8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5534ea9a3c9d44b892bcd8600d9c22d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4e0c2c3a1b8547aea4116aa977ee059e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e284b4c895b94091907bae49a34b074c", "region_id": "RegionOne"}], "type": "events", "id": "c16583b12eb74120a15474e81281d729", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "46f09783082a41ba86dd5c89553452fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7c186420882643eda81cbc4a2b1afb6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4cb5861c648743fcb219c173b2e2524d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "dc3a9f52228d413ab42e809687651c2f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7c490c7e68fd4eacab7e0dd95b40b498", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6167df049bf049f2a7ec6e1d42355b79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2e8f60dc93a041f48b241d59f5e5347b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "43e59874aac5494a8400aad63fc4c99d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f9fe6f8edd314f78ab4aec3acb4958f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "27dda8bcf5fb438780b191760cbc2e63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2962074725994e0a8bf704507988b5ff", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8ffe9b2df14443978d0ddc27895aa2be", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c9b1f499d1bf4e1297c7146feb743785", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "57807efb205b4b65a704525f23e2d0e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c5e96934f88a49e6ae4a81bd3a36c1aa", "region_id": "RegionOne"}], "type": "tricircle", "id": "46c53c48cfab4a8081f021ffdd7f7541", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b2815e4c224e49339798f45bb2ab4e5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d754db5db2f64e1cbd2b16dac66e2d0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e8222ae4a6c543b4b1057e12e19ed61b", "region_id": "RegionOne"}], "type": "database", "id": "a4ab06a0bd97420e86a78ace4b915211", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e0f6a198bb5540e5bdf66b970f97435d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "827a6cfcfd984eda8d7c33bad4d8fa8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "30f2c176d26447a397c712c65f6f5148", "region_id": "RegionOne"}], "type": "application-container", "id": "e2e2c566787e4613ba97419c5e606958", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "eca6acbba28a468c86f0696c9dc7900b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7fd88aa20a95475991ba3a3facc622ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f7f2ba7f2f5643889e532bd49d4a2a9e", "region_id": "RegionOne"}], "type": "container", "id": "f6be85c30820479ab283175ea6f5d09e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f4a952c4ab4c4172b9a20a3c07412305", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c9085ac0888e44d9993921bf94915fa2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "38dc32d58072477b94b6d592057970be", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2ea26ea467ea4a4eb017575950e2e172", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c8399659acae4b7abc2d11850f91da6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "864cb3a93e1d448cbe9cfc7ce4dcbea7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9a8a51688dcd4007b1bd2f2a769c0310", "region_id": "RegionOne"}], "type": "rca", "id": "2ababeaef2964f029e913af1423f57dd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c41c651a95554513b46438a53dcf015c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4779c6d67a4142409bd8ebfc43ade4db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "dc95e107df634d9d9928c5847a43aff4", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d6322ca217134836843213017f2eb2b3", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "17b6008a0420481d9f958ebe2397ad06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "085555b5c04e4acb92246eb1f9b25ce6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "49aa380ddd694c10a6e1433f36c63cf1", "region_id": "RegionOne"}], "type": "network", "id": "41512df23bec45eaa7ac3d09696baa23", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a478ca3eec72423eba518ae0b81822db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "72789f2563da4b3a957c06b4d721313c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "eb36fcf057394ee2918867739df45614", "region_id": "RegionOne"}], "type": "backup", "id": "d308f96125bd4064a70475ee245507aa", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "91b7d358c5124214aa49270baf79425a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "43bfa79fc1aa475c87b8faf713880ac7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d470f536f5e943df823773ad7813054d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e96541fc1784455eabec5679c65d3c4c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "291715d033f54dedae96e71dabf9c76b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9cef70b820fe4977a415a7fd574be425", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1ee8baa55d984dc5b72b37c3e9bc1880", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "66e6bc50c55b47b5b3c16e61988446d1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f72602b8a2a341d187ae61fcd22948d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c6dfbbf9f3b94ca6aa804bd4715ba6c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "d15c37b45c304625ba8839d558e98939", "region_id": "RegionOne"}], "type": "monitoring", "id": "cd15754fe7704763923102afef5857f0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "709ecbaaf2bf44058ee3c1433057bf2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "80543e6fce864b81ae05bd942c4aaf24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ca43ee8642384754a516faf87ae039d6", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6e8b2142698e4a228f403ac8cf716709", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b5c685446ecd46a2b6e176c9c54ded95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "e0160c34a1474fb69a9492fe79e9cdca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "65ae927aec7b4d0abe68ac93e4313c7a", "region_id": "RegionOne"}], "type": "placement", "id": "8d2e8901d5404646a9fe29cad15c970a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "493865eb5578489b99358c32bcaade41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b20c7043ecb0407cbc834d4dd43568bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a1d58ed45ebb492392078994519f60fa", "region_id": "RegionOne"}], "type": "instance-ha", "id": "deea973a0f844bff9ffc482397ec3615", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b348429b74be4998a2f1799edc589a32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3ed9c2a842bd490c8ce3a5857460d742", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "37dffbcb3aed4244abc28799482911b6", "region_id": "RegionOne"}], "type": "ha", "id": "5fa06871b10f470394cac3c25b876415", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d42df8d36a214928bc76ccc1af3f56e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5201391b3e4146af95328b308d32f798", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5c7f0d952cf44af38ecf4a59f44f8ee6", "region_id": "RegionOne"}], "type": "reservation", "id": "1ade40c14bd5464699b4fee1d797f2d6", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8c3d718bfac242b1abb87fcf80dc2993", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1d995d7a8c524ac1b50ea14bd64780cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d8a9a86e8e8947d0a34ac0efbc497b18", "region_id": "RegionOne"}], "type": "function-engine", "id": "68b2fefe53cd43f0852a6dcc0df6ce3b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "66ea17c2bc614b2299203278beedd3c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "236871bf1f1f42bb83e9520697487f81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9e7971df47274493bb449e9dc3741ed4", "region_id": "RegionOne"}], "type": "accelerator", "id": "034c8a95688945de91b3b9dce4450210", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d828b6f711024fe1a69a9e0682310bcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "35d2e0a6c4a94bbeb91031bf552d61d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d270aecf20754585a9c6181dbb214e86", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e2665dac1ac745a681dd2a3058dbde71", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d3293a80ba4d444c9bce7a8eda0c5d82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b3f745ff804d484080ecc2751d7f0dae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6089a7b086e64e18a0893b5a94a3e850", "region_id": "RegionOne"}], "type": "registration", "id": "0bbaef0a114f4c4f8cb7aa9bfaf3c735", "name": "adjutant"}], "user": {"domain": {"id": "46699690a0a442ffad35c9f178697f3f", "name": "0f5a52e389fd4b729f04ae5904a065b5"}, "id": "2d41c2ccc0e44b1d93768a76bb7e5e19", "name": "ad9b28ddcc334f029600892cf65d2426"}, "audit_ids": ["1d6972c442854959b49b84e175d9302c", null], "issued_at": "2019-09-19T09:04:41.013493"}} 2019-09-19 09:06:41,166 keystoneauth.session REQ: curl -g -i -X PATCH https://identity.example.com/v3/domains/00dcdb903c774e639a7f51d7abe2df8f -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"domain": {"enabled": false}}' 2019-09-19 09:06:41,171 keystoneauth.session RESP: [409] content-type: application/json 2019-09-19 09:06:41,173 keystoneauth.session RESP BODY: {"domain": {"description": "domainDesc-2", "enabled": true, "id": "00dcdb903c774e639a7f51d7abe2df8f", "name": "domainName-3"}} {22} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_insert_rule_into_policy_compact [0.320677s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,831 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,835 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,837 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,840 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,851 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.767822+00:00", "project": {"domain": {"id": "028ad03d5a5f4f4584079373cfd905af", "name": "45293a55599b48e5bd54e606724b8571"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1b2a0593360743129bd0fa32d0da70fd"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "57ce84aef5ca4ff0ad1e0aa189c854b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c58e470c411748c6bad479c744ea9f7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "723becf436e14b658b2211b66f8695b9", "region_id": "RegionOne"}], "type": "identity", "id": "c06280f2a4ac4924b6e1da106cc8bcf4", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "944fe538fb514ecf9abda7947688b6a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "71ef224f444a42f898c194e39bb90acc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e1eb563c1ca44318b3d9750777ec29dd", "region_id": "RegionOne"}], "type": "compute", "id": "7836af5e8b014591b31438eee8c550d4", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ddc0c692b94344efb564023ac1651106", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5a4be138fd6b4217985a4543d60ea9f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "257ca5e8e920479c8aea2e3084500553", "region_id": "RegionOne"}], "type": "image", "id": "7a34f833de884a7d8347602ac8906acb", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "212bc86a54744a4a8351768c74a49541", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "71d2dd9913f54fdd9473b98f014f325e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "06b0545b35bc40458bd43769dd1fdfcc", "region_id": "RegionOne"}], "type": "load-balancer", "id": "92c71f386da24776883f1cd9032f8166", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "889d86343d5947499338dcb11e82a614", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d67b2846b9f14be18d3e09ffe1632164", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d39cfd9be48b458bb45447fa29b07f1a", "region_id": "RegionOne"}], "type": "object-store", "id": "4f6fdeb9280749d4ac4c7b88f940771c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "62553d722dec4b8f9e15ee6159762637", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8f1af01f834840c6b415fc1bd335915b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1a928c104e784b0ba6a8c3ce6436b9e9", "region_id": "RegionOne"}], "type": "clustering", "id": "9b272f9b95e345d9b3ca75e19bc39deb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8836ba2f918745c8b06ea657abb2f898", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eeeeeec4365e44fb904d899d76d69b49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "456ed5df4ca04733923e7a5c5a3272d9", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "80618216ec034624adfc03e0a6dba5a7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4bf5cadf42b54a6c8e7febd0c3bdf207", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2da47ea86d984c048d16498501870a58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c6bd6a1b4ce143db91216dd25564c62b", "region_id": "RegionOne"}], "type": "cluster", "id": "dc1b8ca6b6814eedacb1db716e23239b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3ac993b168744ad0b27a529bba71606c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d814aebe2d004785afe1094421a86e3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f3a3def54ce6400598c02acbbd55e3cd", "region_id": "RegionOne"}], "type": "data-processing", "id": "a91cb7629e24452b8735eb4629378fe8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "def92e7264c849b794167837686790f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "85c9be8c7c18415fbddadfa08739d211", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7b977fff4e144327b137887c38af17c0", "region_id": "RegionOne"}], "type": "baremetal", "id": "c74594dab20e4d8faf401d6cdb473d8f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "18716511098346e7bdec9e984bebbaa8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4f3524975cbf48a99f5d8ecbc91dac36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "23597ee503754a818184109fb17d056f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2e88d0244ad6452d9ff619508baa04bf", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1c1f1fed84e742fcb6228a10547a19cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cfb0eb0ba29543bfae7173df49352973", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "fdfcfe02d0df46f997d213ffe0f16ad6", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f189de50a34c4fbd9ada3295ab1b7084", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8ff146adedac4b259ae9892dd41de6e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a2db1e6e913e4bb091b1d587e65488ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c37fd5c5428e46b6853da41984f580ea", "region_id": "RegionOne"}], "type": "key-manager", "id": "d3634e2b534d4f34b3cc1234999a65a0", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c39b76af0a854e19b00a4d3ad012adc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "373ac1f75ee544e0a8d3404de297ee3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ee8a528964fc44d88ce03caa16737a24", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b7794d649a6743519c719e60b6b0d4b3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b70575366784469eae132b1ad37a94be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1c558dc2b7a3497c9ad1254604bc9bbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5717d920366941abb79e341080cf7874", "region_id": "RegionOne"}], "type": "infra-optim", "id": "31e34ece14fd4b90b290cb84554b5c4f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4a7d4d32a5d74e9987af84362aeccdd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "290120535bb54a0483f18e9fb17e2db0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ef953c2e70f24a5a88d9d6093d613d3a", "region_id": "RegionOne"}], "type": "message", "id": "fc5ecae221c6493eb217c6234d5ef52e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "55df258345434ebc84e8f4c64b393be8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a141d61fa1b54f3491da61b93862e21a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fe2ec36f9ffe4897a7d2b7f2ebf4bae9", "region_id": "RegionOne"}], "type": "messaging", "id": "0e1953106c2c4ba49a93ce1d027bcf6b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "19d13c5c10984af7a064f78042b0d4e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "bb76be5852e44306993526b54fde46f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "95ff8722d1144c1687d90bf73130d724", "region_id": "RegionOne"}], "type": "application-catalog", "id": "cea500fd05294eda828bce8d86bb0d70", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "635666ee5e12465ea8c2dbd3bf50663a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cf201339c82a493885d5c5a67e723e95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "42c320e55bfe49279717ed31598e90e7", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "52c35a2f2d5243cd9fcc20cac86ff6bd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0272338f0c564c94a99f88a8c89e8538", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ed8a3c4ed2594dc4b16e250f838e7023", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "14104fe0746f444fa53a315ef642d9b5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "dd41d720bf574bb5b189b1991ff85e7d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "39119acce0594e3ba6a93e3337b0802b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9bbcb2e99c6341c8ba2c29e677200a27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d6d635ffe82407db27ee7656250ba0e", "region_id": "RegionOne"}], "type": "container-infra", "id": "eb32b0c7f4a74f08a399a2ff16a0d6dd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "fbadb37dfa8443c0a00b5ba3be9617d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "06f409ac2727492e9d7cc2589d79c296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "fa26053e19464259b6db5e28589bd401", "region_id": "RegionOne"}], "type": "search", "id": "3f1a396cfff549afbcd0b937bcdb01ca", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d5aa09cdc4bf4b01802fc7c5306461ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "098d2e3e5d4a4cdca71828768a52ba4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2236a37f666f4dbeb9fe927d0d6a917f", "region_id": "RegionOne"}], "type": "dns", "id": "bae5754b68da4484ae78a1bc931f72e7", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5590c15f9e6245a2a340eb20dcd285b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a6ae43043b5a434b8bd7b6b35a1b0d50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "53304dd5de7b4202835e8412f64bb3fe", "region_id": "RegionOne"}], "type": "workflow", "id": "c561a7dcb103401da5a56e6f5556d02e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c1d4b4ba714a457dbbb5602ad3f8bf5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "857702854f7f4cef80426f34bb372bcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4ac0f204e7224586a87124a2b58efb50", "region_id": "RegionOne"}], "type": "workflowv2", "id": "db79f3d8653948a48d90c55631870a85", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d3e103369e7b4536a9040c3ebedbe8cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a235b8af6b6340599c85879ba90de8e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f00c2ba3e7df4661a8d20ee1cd8df82f", "region_id": "RegionOne"}], "type": "rating", "id": "0db4764a79694c78b5954a02a73cf2c7", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e6ffff42781d462392a602dad324781e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "235a326444a64ea49d6328f1d7d9ce7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "dcfb7cb554ce4b148c89cdc70720df6e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "bf54ca03ee264f6d85fb9651599c5a08", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bb81295fd185489caa34d03c84878cad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "25af9838b87a45719a8661d1559f240c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fa1ec0f7f86141e8879213700c3126a8", "region_id": "RegionOne"}], "type": "policy", "id": "04a62b7b59354d14acfa9a996afb02b8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6ee0cdefcf0d48558e91dbdfed3b9ffb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e9b9e9687bae4b0f87221902794eed5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "75d0b394c5ba445e9892cf474f684867", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e24b9429857a4513bc65a59b798b6a4d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5ecf295fca4b467294fcdd29f1de4f44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d1814d59563645c08e395095035562ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8c45eb5af29d4a67bf915cb2f8fdfeb2", "region_id": "RegionOne"}], "type": "sharev2", "id": "f67bbe68b25d4ea4af98d61e6e897a6a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "060ef436050b4d5b9f098e1f08f97182", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9bc1de300930448294a1320180a1532a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d5c160acf7fd4f43a8db1196b5a3d035", "region_id": "RegionOne"}], "type": "share", "id": "622a9bc6373d48d9985d79f621fb7ecc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1cd0ab9b85f442aebb10e6337db44ea7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "504ee89f311d441da4d6733e706b0759", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1b8a2aaabe234dc8a9b5ab248a105f52", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d7750b10b31644afa9bab205751dd4c5", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5713a4d7cfe14c5c8a71a42ce95e0ca3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d3f55d059aa4d8288a16c6a9882af61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bbb5b502631045aa9363f8caf1bd1709", "region_id": "RegionOne"}], "type": "orchestration", "id": "227258cccfd740ee9f11f1c6f35c34d1", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2e0e09a33ed447096f8d1cd6c104668", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc1c60d945db450a9a44f21a4183cedc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02b61980f1ae4faa9f08f50c4c068c2c", "region_id": "RegionOne"}], "type": "block-storage", "id": "b903b00977ed45cbbd664a8b1f011950", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0dc626f64b8543698d3451bb88d3a84e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "232bfbf1ab4d4989802ded72735b5a8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64902fd824c34b8e96b5857d44f2bd8a", "region_id": "RegionOne"}], "type": "volumev3", "id": "6c46a088e2284c0d93a61831c41ec211", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58b0cd404c844a07a52a09ea1f519c6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9318d57437f4c15850a73b1a6274032", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1eeedae5b49c474092a6dd2dcf4c35b6", "region_id": "RegionOne"}], "type": "volumev2", "id": "7a063e56a7254ae5ade9b11532d73117", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "150b44975bf44063aad60839afa880dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a918546a57034e6083cb085dc1b4dd0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ceef25305ef0476abe5d623b0361d076", "region_id": "RegionOne"}], "type": "volume", "id": "4fb7f938cfda4a00aa433688fb58719d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83cf7baed4cd4b7194c50dcc81f3342a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c1e3187518642a5b9847be0c96fc432", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b598a1146fba4ab0863e8e5a99f192a4", "region_id": "RegionOne"}], "type": "block-store", "id": "04e9e4addf53435f9e32911e4ed8b2ed", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0475a6be2f6041a3ac1b744cf7b180ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "34879c637acf43bf90f35fac77ae75c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "40a2b41d81e04515844c7ca43f5d46c0", "region_id": "RegionOne"}], "type": "alarm", "id": "06e11f19c1714194a32cf6fc515fc276", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "40c097e015e74ce0aac60ef7fc4eb5b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ac861e651584417cab93ea4a7e07a485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c4d0912e2a47475983eb5c7dbfd827ba", "region_id": "RegionOne"}], "type": "alarming", "id": "93fca4be4b8a44b19c92a42303be7b9d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "aabe830282f04e1bb1ac11f7a2464c8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3d4dae6ae065489fb51b404336c5a559", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "653d7b7f0c3648158081ac2864a192df", "region_id": "RegionOne"}], "type": "meter", "id": "f67149868b974c3ba2d99bd62075336f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9d44b15084d04953bf652e7358a0af38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "724e97bc6c2e4f33a4109dc07230bbb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c44c8c9de73e439ea117e415cee16200", "region_id": "RegionOne"}], "type": "metering", "id": "1ea3519e53bb4ed9b0b9a24b2d705d37", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9810a04223694e74a4dc80ee86908e8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7273932ea3e04088b807fee8df34f86b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "516c384d69d34b5cae6340d43d9ab4d1", "region_id": "RegionOne"}], "type": "telemetry", "id": "86628cb269f144d3abcfccd24f50d764", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4ab838f6ade54e909737f0a75ee3ff5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e2f476928a09497e9d44b397ef61eb33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "006a51c3bbd24499885ff1143f88b03d", "region_id": "RegionOne"}], "type": "event", "id": "94a30787a1294ae899f3691f8e8d5b20", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8a37ebe382604c09be0f24e961f501ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ab550236700c45bfa3ae04248f0ae6fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3ae37050426c40a8ac63b058166aee68", "region_id": "RegionOne"}], "type": "events", "id": "66615d4ce0cf45cdadf841998ccab5e1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7f1bb258362d47ffa0c216ae9f7edaa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d1fc9a442412444cbcf4ddb218556375", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1e4bc33e13aa46538d7ca2a3dc2b6297", "region_id": "RegionOne"}], "type": "application-deployment", "id": "77a076bcf2bb4e589d09c7ee3a1eaa77", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d9c3009382474fabba96378d38ece00f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d576a92fbeb549aba28b217eda1a3617", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9dd3fcd9f2c94bff9c865ff48d46a4c6", "region_id": "RegionOne"}], "type": "application_deployment", "id": "35dffc0269fa4bba9a7dd9921f04b1f0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8af201ce5744484f98aaf35015c56dd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9d7c9a889aab4e07ab0789a1fcc01caa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "70c68ca3115f41ea8066a6bb352a3421", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6ba5688dee634989947c3c6526fd56fc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d127d26c2bf74bc39280a306de37c279", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f7186bbac12b416abef66334c02d51e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "887787e010974baa9ed59610f5cba229", "region_id": "RegionOne"}], "type": "tricircle", "id": "84e7839f19874a82abd964020275bbcc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "4cc39817ea394035915a2cbee05a3fbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7d64e6532f584ceca1c1ddd1f0602234", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e04a37e6b88740c19e170ad675176101", "region_id": "RegionOne"}], "type": "database", "id": "203ff30fb5214cb7807f12d56573bf8f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7e8b51a64e1f42dd906a20fefaed6ab4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0f9306e8de2b4764883a43f5c2891185", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0c9d201b78004c96b91047d96eae44df", "region_id": "RegionOne"}], "type": "application-container", "id": "f822214c52ac4cebb2a9e312588b4cf5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ad328b7eef4548cdbcbcf2bb85da58a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "663e14053cf74867844e4a4505350e72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6a7484ae7ee546d39a914e6681bf1d8a", "region_id": "RegionOne"}], "type": "container", "id": "3c6feba4549a44e282581d8a58cfccaa", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bcff99cf7c7f4b92845e6fbbc4df7067", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7a93d3c050794f06915a231e5e794ea2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "425b56f2b7ba4fc5ac5384d5c59b4a2e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "856102c03ba54f359365ce3273264999", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0b62470b75af4a3e9581097934081aeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f9b974f594b04a958828b7cc4984783e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1d0ba66a425347aea583e0fe9e1149b3", "region_id": "RegionOne"}], "type": "rca", "id": "34388354604f403990e049e3c602c884", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8de876b10b044669ace37ef954a1002f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a17baf2b14284c609a5c775a3a088d9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "189059dd0ba749debb211adfbfdae025", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f4dd46494591414eb496552a7d2a8413", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "becdc2473d254b368af75b6f8c5bf324", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2ae64070c8a94b118194081a1328825e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2d1473b1751a4af7a86365a69a2df36f", "region_id": "RegionOne"}], "type": "network", "id": "6f95c7bb450f4ba0bfaeeb5df789b5b4", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "431b6bbab328449da6dd9a205ed18b3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "27e2b891cef9453499529e0c9ec75a18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4ea307519c3647fe8e6ff122cb3b522f", "region_id": "RegionOne"}], "type": "backup", "id": "4cbbb60d6c324e609cdaaf1df1b387e2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6493e418f4f04fb68d06af73b737fe53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "db40e51f4f9c40078653a359d55d8b74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "89741807c4bc463183448225a067441d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "771ce12c9606490b87b9853a4f00b797", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e760683f607f4350b5541030d1937a2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "36fab4adc37945fb98b7df62a981a4a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3987a9ed93cf452cb12aa83f6aaf0723", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6f7333297a0745038871a87660448678", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "df992dac6a7b4045b1eb73e001833c8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "53c3513ad2aa44af8d8de8dd914d19dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8fadd03f4969450ebf4f7f3afa8a8072", "region_id": "RegionOne"}], "type": "monitoring", "id": "275eb9320c1c4c55b9491970641ba161", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3df635859f3d44e68599fbd1209f9c9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f1015f78e2594c5a872c0829605c46e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1a27729f27ff4edeb00f03076cd8d11b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "387b2a6626be4a91a3f2d9061f45e75e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "992b0d0ce0ca4c1f831bd0b81889e04f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6f9e37fc900e4ab3ad17fcb1ea6c0103", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c9eb7ba500004ebcb9eaa4466a35970b", "region_id": "RegionOne"}], "type": "placement", "id": "a0ac6d9c5bcd4c33a37d51b103d30c12", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e8c58af6be43493bb767606c13e2367f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2dd12dc90c7e4cd9bc376a34abbf9311", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "00626e2ec0094669a68c75b714da6212", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c058fbec8ffe4584865fe7be286e40dd", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0f26a6fa5f03423ea267642ae83403b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3a02cf251ce34fb78870be018012ffec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8569e225afbb401696d00cc023976acc", "region_id": "RegionOne"}], "type": "ha", "id": "7fbb21281bf34e259d9905fb9c7dd6ee", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7336fb091b6e4ffcaf89bae200e8451d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "52d934ae7be242e6b68bfd5c46414c73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "dc83c45ee369471e83e97d12c85605cf", "region_id": "RegionOne"}], "type": "reservation", "id": "2f3bcf4ede4c4a37aa4ab6a99ca19a2e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "90b9fa15cc1e4e209a5328a17842c3c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "797a1dfd12ae49959af21332d621b86c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "bee77993d2aa44279fc7927abaed3277", "region_id": "RegionOne"}], "type": "function-engine", "id": "8c7d7eb072c9479fa13e91645909c2ba", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3f5b094df42e40fa8ddb229bf4154754", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9803bf2309414657b855fe4cc30d89e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "857ab2b46e394bfea3e8bd75305e096d", "region_id": "RegionOne"}], "type": "accelerator", "id": "63cee3035e9840eeb909ba0fc9c62167", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3dcbf3fb50e849da99f2e7fad1ef32de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5de75af91a6d437abbc6586d15807d13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d1a93e324fdf49b3bc5f503c85468087", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a7e323bc58234747bfcad6415c11096f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "481ef107479941909a74c3dadeff27c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f851be8baf304105b93bf7a0cf069eab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6cc03380a5ce4c5495ed0551e40d956f", "region_id": "RegionOne"}], "type": "registration", "id": "5d1c7e185c014b0aaf6eade53dfa03d2", "name": "adjutant"}], "user": {"domain": {"id": "eedfadfb2eb64b06b0672d39258f2299", "name": "328d356e656047a6a1cdb23ce7832a11"}, "id": "c125ef0c5aa243f0add42ed49bb829ce", "name": "62e0df838ccf4fbd98f809959ba17cee"}, "audit_ids": ["32a104c0dd714d808788a583750ed293", null], "issued_at": "2019-09-19T09:04:40.767822"}} 2019-09-19 09:06:41,018 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/block_popular_services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,023 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:41,026 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=block_popular_services" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,030 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,032 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "block_popular_services", "firewall_rules": [], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"}]} 2019-09-19 09:06:41,040 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,044 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:41,047 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=deny_ssh" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,051 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,053 keystoneauth.session RESP BODY: {"firewall_rules": [{"protocol": "tcp", "description": "Deny SSH access", "name": "deny_ssh", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "enabled": true, "source_port": null, "source_ip_address": null, "destination_ip_address": null, "location": null, "ip_version": 4, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "action": "deny", "firewall_policy_id": null}]} 2019-09-19 09:06:41,061 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/fwaas/firewall_policies/78d05d20-d406-41ec-819d-06b65c2684e4/insert_rule -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"insert_after": null, "firewall_rule_id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "insert_before": null}' 2019-09-19 09:06:41,065 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,067 keystoneauth.session RESP BODY: {"name": "block_popular_services", "firewall_rules": ["d525a9b2-ab28-493d-b988-b824c8c033b1"], "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "location": {"project": {"id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "domain_name": null, "name": null, "domain_id": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "audited": true, "description": "block ports of well-known services"} {16} openstack.tests.unit.cloud.test_fwaas.TestFirewallRule.test_create_firewall_rule [0.166444s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,918 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,922 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,923 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,926 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,937 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.875726+00:00", "project": {"domain": {"id": "7010bdc01f7046d097e4d9ab1d26a3d5", "name": "fcb64a0df9b94d85a7bc29f9f93427a5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c41071892b5b44e3af28b55347294a1f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4f97ac51d7194b879286a162ad10d29c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "840aacdb983345d9a4b02808830eaff1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "caea5a807eb24f79840bbee691699171", "region_id": "RegionOne"}], "type": "identity", "id": "ca65454e90cf457caa5647159e674038", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "778207d4b63b419bbe36151b6be0bbdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "787c07cdc8b04b1f8073b326229cf169", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ba8220c7925b4cce819466b489cf84e7", "region_id": "RegionOne"}], "type": "compute", "id": "5c249f85e5e64d9db63c0d66b14d0fae", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f048481e3822460eacc975a92790d484", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7e4d281b260147fc8693e7c8eb2d8ecc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "9a175c7b2ac64cddae6f161fdcf71bc5", "region_id": "RegionOne"}], "type": "image", "id": "1cead1d71afe4c9882340afbb631e864", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f1fdfb06fa8c4570a11c70d961c05e8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "95131690c7cf4e67b139e484de0a2b56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ccb93110c1b0460da0d9d119df903b4e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "9e7715e5852b42298bdf99b0c1ecc6a1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37b8f4a7657d470fbfe94180df7fe253", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2ab05728b8949308e584e90d1fb5b0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb6c8a3c87624e1aa18def2adcd7ec13", "region_id": "RegionOne"}], "type": "object-store", "id": "45e8384b29744881a26142bcbba8317b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "555fc22071fb445bbf9967ec5d1c015d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "213bdbfc72824b799066c887ab53130b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "14fc76f41cd54d32911e1a1a5fdadee1", "region_id": "RegionOne"}], "type": "clustering", "id": "e011660e9ffd4cbbbb681012751c6d1e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "58782b7ed7ee41f1b0a7e24daf4e1164", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "70e63a2d87ef4c3cad6681aaa1e913c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "95418e1a9fbc4b5db1bcd18279428e40", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9d5447ad45774d9e811800e541c2e547", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "767d91ed86f54e98a6ef539059383c8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4938df001392436aa9c75dcec82bf713", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "69ca516211f5435eb674e9332111c845", "region_id": "RegionOne"}], "type": "cluster", "id": "7e6e3abc8e704a98be30fcdc992f3354", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "642e66fc385a4c5a949379583ca2e452", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e4aaa843f573470db76ecd1b973cd6e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "4a788f8716b74f699d151c5cf7a782da", "region_id": "RegionOne"}], "type": "data-processing", "id": "71cdc07c47e94bf993aee14bdb9c0a18", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "aa02914473e548568a9398447176ea96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "09acd801a04e47068823e8da10c904c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "96923b9a1f504cd29ff9f15064e64c3b", "region_id": "RegionOne"}], "type": "baremetal", "id": "fd0f2af2738a4f85ab48b7bf868148ba", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a25fe8c8ba4441838602b2e23f53695b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6f09ca22abe14f24b0cfa94e219406bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2a6f02bd1ed64db18bdc74cdae9913cc", "region_id": "RegionOne"}], "type": "bare-metal", "id": "5e7b23736c084ddcb765c18e5753d78b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4d1cd8b004b14fefa82cc06b9198e41c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "be9a1af0646c4231805dc11d6c654caa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ba6d90a51a8741eca8292d9c94d2700b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "93cb55c3e4d94ea3b14514006fb6e305", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c3c30f82f8e84e45bc64ca6dc5241266", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c424690117174c9eb93b490afb56b525", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "fa89f61b62a64eae94c7ba86c57300d3", "region_id": "RegionOne"}], "type": "key-manager", "id": "259f7cc9aedd45ebaa960fea4fa265c2", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "167a9e88671e40b7b4411a27b550d022", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "93c46cebcdfb40d6b8ae4ba0ad52f8a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3e854d1d79d6423e949c99d11df69b21", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2969bc280b5348cf916b591d83baf2c2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e2c5fa4cb83744afbb793510010394f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ef693857dde4412f9d1cd18f144406d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9f39f933f5a2499cb8a169fc8acc2a79", "region_id": "RegionOne"}], "type": "infra-optim", "id": "210ac74ea4da42389d7ca1e4f0f7993f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b1f4055858e148adac366d45033b74ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "dafd2b0cd1394906baac8ec313f3358d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "16a93740721f429c9badea72006a6917", "region_id": "RegionOne"}], "type": "message", "id": "cb77ff26200b49f89b1053dddcd219e3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5e0252df89964c29ae75baa988c64791", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "83c688e9c8c148ed8ec6402acbaac7da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fe1b35c33dc046a2b652eb3578bdc07f", "region_id": "RegionOne"}], "type": "messaging", "id": "2dbce1a2f9ad4b749311eb1eeb6118c1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8ef796cb1f5a4ca3a50738b529bbddf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5226222e3287455e966e89a4ebcb623b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6ad6d87f924b44bfb813682f5a657abb", "region_id": "RegionOne"}], "type": "application-catalog", "id": "5a85791714cf41c3a314a8921ec28e82", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "929c3acbcf164f518503945be2b6c8f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ac35126716eb4fe4b4a94dd2c044a6e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ea3b32166cc14f9f95c27e765bef95b3", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6b3602e6701d49c1b8f0366a52969cff", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d91d61fd7e594ff49bc895e97a5f8b2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "678b30640ee74d018441e270c64fb44a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "70571433a6c54ea9be7bbdb3e0fcb798", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6c246bd0a3154814b1eaa51e6fba0317", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e832a87b155744408e477da841195a70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3d75dd7992c643158d95113608b62af9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c9bfb713ef3401abf1972dc9e6388b3", "region_id": "RegionOne"}], "type": "container-infra", "id": "c81bddd826e84f76ba05341ae02ee330", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6cb00fdb4c1245e39ac9de4ced15e19a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "02456d1dd9ce43478b55156d2768d2bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ea1d1e810a9845209581f7d9ebf29425", "region_id": "RegionOne"}], "type": "search", "id": "67dea6831e4b4e898accc54a6227b61e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "0fd142b5373d41ec97a4bc33d64aa5c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c1433f9eb8104a4d8c9dd36d120e7a27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3799e5c8370848cd8d0e7e30b919316b", "region_id": "RegionOne"}], "type": "dns", "id": "e61d4cb9278b4828a9165b6e5808dbb9", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "37939482ab4f4a88aeb6bc8afee6b0f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7bde863c3e6743c0bf5ff267f094fee0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "615ac86760834aed865d6f776f808774", "region_id": "RegionOne"}], "type": "workflow", "id": "15e88784a4b64d1aa6684de4ef6dbecb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dab5d10d89cc4e84809687e466982000", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "82e5b2c089444e76b8e057c725b53c8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "67df51e1159d49cba1ac7bdeb3e44533", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ea530cb5b97f4ef6a3a1e61971d4c550", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "597389dc57b94e5ba30ab5087fc4d077", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6c637a24489e45d68c2e5814c5c3c7b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9714de219b16474893a1830083ebc8ff", "region_id": "RegionOne"}], "type": "rating", "id": "d2bf13494d2b4ec19474a3fcfa08f345", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3f603daf1645428b841fdc5f96f413a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "06200567190f4bdab7e38999b74575c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2375b932b8604374b423066a6520c44a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e204d2f7cf3948ad8965e81b1d2545b3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6e0b1119438b4a2a8faf5137bd1a903b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "27c56290a1394ab8b1e4ca1602d94257", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8e767a34e313404c98540bd97640024c", "region_id": "RegionOne"}], "type": "policy", "id": "f8271335b91c4110965babcf391bdbc8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bd802cecb1314ed3b0e8516a91b4820f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "59d3cf00c5234017ad7c1e32d8610dec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d4a1c8ad215e45039756d8db925409dc", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "beeced5d77cd4979a22e073671db3553", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7dcb55216f674acdacb17075d8063b54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "14257ffb81894060899277f6ff25c246", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f5cb9fe811c44c28ba135e37d39211c6", "region_id": "RegionOne"}], "type": "sharev2", "id": "8fad9d001635439b8470335e0454db2b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "821cc4181fa34baba9f380a2b7ef2e7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9311093b101d475fa50da1fef65579f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "22cb1a9c6add4e9aa79ff40c3cd5f71c", "region_id": "RegionOne"}], "type": "share", "id": "a22764982f8048b193869ab3ccf4001c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9c236fd6682947399fdfa8a21347c84c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2eb0e12cbdd14ded992d3bae30329011", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "dc6e06cbe7b349b2829b56b6fb645cb8", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "39efc263f608417d99f6248ef6c5b420", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "323105ea50f044bd9a0d8588a199270a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf53cebb2d124294ac466ceff45ab579", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52f4a86cb01e436aae87b6cc3bc585b6", "region_id": "RegionOne"}], "type": "orchestration", "id": "e5c5baf3ce2047069c2dd0f929c9656c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0854828a50a472988171f2dd49dc2b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6805ae8a00546dbad6ee9be8748bbfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3f0cb26797b4f39835ac3c8131475c3", "region_id": "RegionOne"}], "type": "block-storage", "id": "683f2ed414c242d9b8591146eab88ab3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79498e8af5cb432891b042567a40f6dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9e032021ece4ce5a9f61adf675431a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7ff9d99faec41558a4edf03e28eab12", "region_id": "RegionOne"}], "type": "volumev3", "id": "59fc0e9fd5df4cbf951604c78a9cf1d6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a7319e8423844de933d7daf383efa50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9486e2623fd4453e857d6a26a4336971", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1227b779f7f48ad8e641a6bafa24834", "region_id": "RegionOne"}], "type": "volumev2", "id": "49ecfc2328e34ebc834fb9519aaa4b94", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c20ecc724ec4a55a35554c451da061f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fbb9c4a512114aae8eb5618d93f73ee1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89eb416096994914a6089d9d7aa763e7", "region_id": "RegionOne"}], "type": "volume", "id": "d19fceead12f4a33bcd07e1cbda03099", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14868c1f0003417c9995426c689696f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7816aa7f466c4b8f83f5b35742e8a730", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5f839ca16284490b18368e80f2c0cbc", "region_id": "RegionOne"}], "type": "block-store", "id": "fd233218ff704ffc85226e9d4f56b1ca", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9bc3b9fffca74deeb8cf18d934a6cfc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cf3e96fc65474ef0aa265bf541e62cb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c0c9c8105a154871a56dfb6d6ad6d868", "region_id": "RegionOne"}], "type": "alarm", "id": "c47259dfa7f047348669dced1cf71b2b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b23ea420b2694c1997e541fe3b956cac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "15f7100160554a28ad869258e82f5d11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "58ef347376254fdbb30df37ca61c6009", "region_id": "RegionOne"}], "type": "alarming", "id": "2a2eba52341a43f29e792cfa53ca89e7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d9be354166b442d6bb98370f3a5ee3e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d06f7ef6c63e45debb8818b2d51fb7fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a1421cbf6c024954be682ec5fd87a0f3", "region_id": "RegionOne"}], "type": "meter", "id": "ff66b9523b1b4ab08c0563733f802ad5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "57cd5e1fc62843298540491b6cea2e34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a99f2d2e5f2b4d9299afb205a1b9f61b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "259bdc1db0d042db9e08e0b82d148cd7", "region_id": "RegionOne"}], "type": "metering", "id": "a69921ea12d74b5681e4240bb57cb0fd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "002ad9a0a9814348855d361414129979", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "96fded573f334c5c924201a0203c6e26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7c97d8f689014b9c908c7d79b67e3a28", "region_id": "RegionOne"}], "type": "telemetry", "id": "6ef18f14ffbe4802af3c9408f4481db3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "aa23adf692f84b0cbeb6b5676eae80a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "53b65a7c00d24907b438acf187b620e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b80bc59e89c1419ca7ca161c0cf547ee", "region_id": "RegionOne"}], "type": "event", "id": "e6e1f905cd704fa69172eff57c99c512", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "52e3f3ca65504d50999239430fa5dbd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1db7f29a861640ea94f3b2d7b59ecac3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c51ad4aded3c4cd8a7f11b2fa4618d32", "region_id": "RegionOne"}], "type": "events", "id": "6dcd08d45c644927a9b6a9c80251ca99", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4ad33b8744ca4988a835e382033100ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f398d779ffd9416fa5f05d19008d09da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "427e6977daef438f935193351baf1d03", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4df5563fec464282862c9a4974f8ed39", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "695b21ea3fb94a33abacbe94c261f3f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a60c0afa3eac446c9f9e049db4794497", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d374c6dc1d1940d498728f49ab1e5ece", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d05d347fa1d340c08afffb20f7eec752", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "34cbb7cb2959465cbed3e217e4f8fc15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ea4098227e88453eb4504b4073e23f66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3fcaa46ab56045d2b6aee1d78bb747fd", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "e4790a77a75745c5ba5de4b92ffc04d8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "05c27fe3f02948508de938b44d23da38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d0273bd85efd46b381c5c64ebcc98186", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6a7a1c408c4249ff92848b0e7392f4b5", "region_id": "RegionOne"}], "type": "tricircle", "id": "35d9eac6b5ad475099204f2284902a89", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "88d406800d894b878247c33ddac453af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "73110f6de85941c386d6f3d6f434c075", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "09c12c14e9e7444b8641492501aa2f95", "region_id": "RegionOne"}], "type": "database", "id": "4f4e7681a964444994a81ced7438eed1", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "583ccf22a0a148ccae2d5e439d0fc7c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6d2396cc9fe34993bd0ab15d02d39e48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7f2dd2f5d7864bcaadc0d09d81f244ef", "region_id": "RegionOne"}], "type": "application-container", "id": "e430136824744e40acd91cbd7321eae0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7339419eaeea47518f1dadc898c4ef09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "da05f24fbda046ce92697cbedf146c52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c144ec0046d443e693adb9bb10514381", "region_id": "RegionOne"}], "type": "container", "id": "327ce873e88d430180efd997de8ec82a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8b5eed20b4434d41ba1a307a90621660", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "65178751bc504dddb25ed657653e561b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d422d065593b421eacb38bfc55ce43bf", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6834bad5acce45ca844ea4606d10e812", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "65cd32fe817747d49aa20f1fda3e9be3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "56d300e1528340f9bcd2171bc5eaf06a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "dc293addf894414da3378a9f4ec059e2", "region_id": "RegionOne"}], "type": "rca", "id": "2ab7c9487a384b21815996f290c6b531", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0aceff0072ab4b2098eeb4a7524e3850", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "72be68dadb434e45b3eb76e84bb03cdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ac6ed82db33746bb88f2de23e4b662e3", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c6402ffddf0a45aab0a1bcd92dd6b4df", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "8a65edda82c24de986839f29a44cfae3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1422f50cc163417484cc332e210624d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "519c58c50ede4061be418c89b3dd1f0f", "region_id": "RegionOne"}], "type": "network", "id": "0ffbc7e684004bd0ad06c8ddd21286b7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2dd53745cfab4e5d853b314cf56459fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c095440ea22c4de8a5b79a7a8a348d9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0f20f38a76774093be1a0d576ccb54b4", "region_id": "RegionOne"}], "type": "backup", "id": "70e20fa71514409ca2da30a2a19a4e48", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "622ec28cf70d4bfe99a349bb478ca1dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e31e96c536704d7485d74930bdbd7bb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bdf7dee76bbf49dcbef91135c2cb1194", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8f1cadcaba5043bdbf9955e5760a0147", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "39db554fa2dd440a866793b7a23b3b66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "87cb80e774f64a53963840e8eec2ad7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a5c59685582b4c86834eb7943731d915", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3c9c81b4391141cdbd421deaf6df02e7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5eab0390254d4cc5b3822644743b5e9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b81af26fdd17499f853125f6eeba2c0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "97c92f67a55a4e5ebaa140d3cfb34fe7", "region_id": "RegionOne"}], "type": "monitoring", "id": "3dd036765db14c73ac90a41d1b6fd748", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fd70cc11960e404192de78d4646e11c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5995015677c2421dbaccd09765fda8f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "fc0ccbdd63ba4c399d3cbbb75229df97", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2fd877638aea42139399fc3daf400e30", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b1034aaf6b384f38aaad6c2cd3f8ace3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8464eaca7f9a44dfb19e81637a421db4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "2e8fcfce6356453c803243312618ed3a", "region_id": "RegionOne"}], "type": "placement", "id": "484f943cfeb04a05baa64eaa11c5babf", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d078d0954cb7458ca4bef8d0656112f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "28cf67f51f6c4642b2d179b61c5de2ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "aeff60e4f7784c2698e941556344d8d3", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a90fa219e8a6453584397e92218e4182", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "aa0df44483aa4c7ba3f2a92a11b6974e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0d22f34750584c0f8d3401ae4d1c0129", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "60e295b42a984d2faf1d36a0837b3e89", "region_id": "RegionOne"}], "type": "ha", "id": "6172999a8c584824b98c3bb15a6d2753", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5d29c374d820463e94ac210ead09cd0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c3df9fcb00744af2893234826f445d8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b98437020d17429c89dc02a09939d62b", "region_id": "RegionOne"}], "type": "reservation", "id": "8d7d16f2ce024f2fb58707c3e349454d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "44d59f490bcc4b04b8425b63fda9384b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2bbe4d274fa74e36b058c6432e4d1e45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2a006fa780934196a353c12045a274f2", "region_id": "RegionOne"}], "type": "function-engine", "id": "120f322b0bd341e2966c1fc9b3d2f14d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b366941d3bda4cd2b738e393fa1dc2bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c0c260ee773d4269b94bebd6dd54e28e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "971f2b31d38b4fcbbf158be5b649294a", "region_id": "RegionOne"}], "type": "accelerator", "id": "23289cd23bcd48628ae5f3885a84afc4", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c5fd56b29d684c1db4944f18e070cc83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bf6421d792764cd0b5a0e3a3993f6e1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "98050d2593b140208c61588655da55dc", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6c857dd9d0cb4989bc4df560b0181cb5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "81d25a8f6f32459d8f3c3c7b2a425242", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fda627db0732442aae371f290ef89b32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7a0e5af8cf814388b55832f71e5009ac", "region_id": "RegionOne"}], "type": "registration", "id": "a2e2c1d16dff41feaadaefd3bd3308bb", "name": "adjutant"}], "user": {"domain": {"id": "478d85cd6d2241bba7d88ce5990bdf61", "name": "78e39de676184603ae86bfd33a4e2a8c"}, "id": "62a13d7c7e2448799d358f8844f51bdb", "name": "41fe1ceff5b243eab8ade81a6f788885"}, "audit_ids": ["5646a65d98b44b5ebf5bf4d88b2efa5e", null], "issued_at": "2019-09-19T09:04:40.875726"}} 2019-09-19 09:06:41,030 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/fwaas/firewall_rules -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_rule": {"protocol": "tcp", "description": "Deny SSH access", "ip_version": 4, "enabled": true, "source_ip_address": null, "destination_ip_address": null, "source_port": null, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "action": "deny", "name": "deny_ssh"}}' 2019-09-19 09:06:41,034 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,035 keystoneauth.session RESP BODY: {"firewall_rule": {"protocol": "tcp", "description": "Deny SSH access", "name": "deny_ssh", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "enabled": true, "source_port": null, "source_ip_address": null, "destination_ip_address": null, "location": {"project": {"domain_id": null, "id": "ef44f1efcb9548d9a441cdc252a979a6", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "ip_version": 4, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "action": "deny", "firewall_policy_id": null}} {14} openstack.tests.unit.cloud.test_network.TestNetwork.test_list_networks_filtered [0.186794s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,004 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,009 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,010 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,013 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,024 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.941015+00:00", "project": {"domain": {"id": "485da99300eb4ea09c47e5c2e187f2fa", "name": "088a583fddfc4343bf12a829b79d5530"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "aea9832f75e54b66a8fbc6a251bcec51"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "307a29c476794c8a992ee9f5ad64e09f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "49d91d97168949779cae60414bb03e74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "168151f3b73c4f07ba6389c95d9e1aa3", "region_id": "RegionOne"}], "type": "identity", "id": "c119baad5212413f806b2ce111a010b9", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9c88408297ad48d8b4a754d90700c2fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "77f71a769e9543b4b147aabbcbf59a7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6906b06be5cf4d828223c0d15aa51576", "region_id": "RegionOne"}], "type": "compute", "id": "462d1bcc5f004403b19178758b396d0f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b473b7f51fd24ce98ae46957638f9277", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "8e56acf644fb4a50b2cd59cb53ac9cb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "84ab20875bcb4490a2b369b3bb2b1284", "region_id": "RegionOne"}], "type": "image", "id": "5d67fef279e741e9919297e98ea76d44", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "383c182ffc324d0980bd17871955f879", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "767709c0dab64cd6a5821b9a7221c2fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "03910818fe1a498c860c5910f7355b81", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d8f2a3245cc94f21bd88f7da0ed0ac7c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a717c0018924b26aa86be03219383b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45aac3af668a4f54aeecc6e6bc281be1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a51d6f28da834a3286c329ed29311292", "region_id": "RegionOne"}], "type": "object-store", "id": "b30af6c74ed54774aa9fe4491d9d2a34", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "458211831dee4ea9b441803cb2bd7244", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "925b957c0af04ddebc5afbb9dcd1a838", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "66abc495f8d44de2a1232ed4bac8c95d", "region_id": "RegionOne"}], "type": "clustering", "id": "ee688df4d264431a85711e5f80279b80", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2893f9a78df142d9896993fffbc11f8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6f57dbb43d394c9196ae3fd28e079960", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5a5648998edd4a529a5d49a83fe22818", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "126b0380c360405a9f530e338caf7a42", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "91266e82b7404e8ab56b207c5d5450e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c052450af23c4b56bc618a3c5819fa40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1848e650513a4333b39872b882c3c2ff", "region_id": "RegionOne"}], "type": "cluster", "id": "a3c0ce0da85048968ef0015226c3b755", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "19559f255a9d49cb9b696b3866bf7a52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5f72333626e24ba8a8845394141cb0ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c1b01fffd8b24466986f497ffb0acd72", "region_id": "RegionOne"}], "type": "data-processing", "id": "000e6a31b4c94c90a0f13315ecea7c0d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "03257ca887474725b007f1e1c2b80d83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f3bdb9d66c234c6289648b599e2ab24d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1dde27a7d6cb43a9b301286328a54e48", "region_id": "RegionOne"}], "type": "baremetal", "id": "a9e2c604b65c41a0ad5dc7d22eecf251", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9c25f05af2a447c3ac3a4d02bf1d4808", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "479f9222c22b4c55a11d1fefce8dbc1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c88b83ef7bf046799a7470166bf79fb4", "region_id": "RegionOne"}], "type": "bare-metal", "id": "18f032d9d6364da38d741e25bb46e7ac", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "35b81f1a84004c49bf2662092091e1e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d04bcafced55499194bd56fee03820dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9c00729c1a834c2a85005aaf093d1bcb", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0f432ae796d346789955f19f89fa1e3c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "eae3bb0b0f3042d2a379eba7b507de75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4915075d7e4b4499b33d2a1850339123", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "6c1c62df236f48ae8a36dc22479d0da1", "region_id": "RegionOne"}], "type": "key-manager", "id": "83dc4bcb89e8469f83c72297f2d8710a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1863e21ea6514d66aaa3c3c2febaa35d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eed88dd8756d42c78fbb77ea9711fb73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "52158f8a932c4961a1253f4dde255eb0", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "184c806a060c4d64b88de4db4ceffae6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ea1b25a0916e4a03a4929ad39200d22a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "beaae0bb69b647dda250eac61ffff132", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "338ca8156adc443ab8cd15487307cf63", "region_id": "RegionOne"}], "type": "infra-optim", "id": "666e49ea5edb4177b688e16427956ff1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "205dfad9d5e5454c9cf62794ad098005", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "92a58e5422784a4caeb211000d2e54ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "181fe2689cda49809a4197a355442c89", "region_id": "RegionOne"}], "type": "message", "id": "9dbf25157ed24798af1a26d05c94e2ca", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "05d7dff19d464ff59f62359ad6fd00bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d480443100e94518b656d2e55d68be78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "be2e37a44b674b92a40ae84caa533cd6", "region_id": "RegionOne"}], "type": "messaging", "id": "bbd56c1afe4447728bd0a679ad9fa15c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "538ace6192db402cbeb96cb52d656fff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a1da0c0d6156430e9d779a719acd95cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e3a4c2be7ac64ff6aeb7a7399ae45e41", "region_id": "RegionOne"}], "type": "application-catalog", "id": "9905626ec578438495f24d9201f0b5e0", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3396916ee6934f61acbc2223f7ccd14c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a73e4797c16b4e50b0f4968a789bb554", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "998b24bdd6c14a788ad58c86d9f7d998", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "921324991d0241d681f422240d07c9e9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0ee6db23069341bfbd3dd8fccb9fcd58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b40624754a694ccb8956f3456a1f1923", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eca78051f3ed4177ae3ef4ab90afc1f2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d76386e504904620b367ed318226a1d6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e15a5e745de04f5ca0563c9fee5d1c35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "64877c25c54f4d49878fe03418c42530", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b6108c85728148f88a30a33f9d08f9bd", "region_id": "RegionOne"}], "type": "container-infra", "id": "c987b76232b94a08a57bcb39a9f94f82", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0c8961083fb444a893d5133718f88801", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9b508283dfc84b3d905360e629ccb46c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4484ecaf606449508877935e66b0443e", "region_id": "RegionOne"}], "type": "search", "id": "8d7e776f6ca34c4c86d7196fe3c7ed10", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "14889ea8dd254de4a92ccf8d1f0d125d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c7ace0958dd342a980d2f82ce57e54e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e938dc1794de4fe48fc0b93c8d45b07e", "region_id": "RegionOne"}], "type": "dns", "id": "9d5e194a687b4b528293739d40c95218", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5c922d7f663a4605bb4122aabef0457a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4d8b9c6d4047490693d35fe446f68353", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6cc1b45d293a44efb3077de3cf4fa4d0", "region_id": "RegionOne"}], "type": "workflow", "id": "36e1eaa9700f4afc99b4c774f499fed0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "650f99bd185f48a1a2d5793c26743369", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b750e7169efe46e88c24b22e711cd9d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ce771228edbf4cc08db5eb727bd79b41", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3e8b3f492d1c4ab3a688ed09c7afc914", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "57834f4e95344df58b497e9a136c9310", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "8cff1a4ea7644fa3b667c9f46427b8b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "08fdfc239806400698499d80b961f241", "region_id": "RegionOne"}], "type": "rating", "id": "3fc9f322363b48198e97cddb18f68b37", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cdf01ca5e3774b28b7018592d1cda471", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0be5cc0191ef4bdfbdebccf0018de68f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a1621790e18f4c738d9879f37eb87e55", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4c87fc4c820f4cfea7aba7a292336f0f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c26e7de1388049c98d7ab6e39c697f24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b0ad842228a6405ca7721a6772261b45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "70225ffc8a5a4655b814f13907cc3f6e", "region_id": "RegionOne"}], "type": "policy", "id": "1076f1e7090f484b9b578512dca3118d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0412995996e045079b1fbdd928316618", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "72ba53b04b13431c90d277e066ad2562", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "973644aeb5ab4e5b85e7d65d9cd82210", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2dcca3100ab24623ad90b6a7754eda36", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ec5e39f6d70c47ad90aff6a549a86bf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "02bcf967ed7d4d458c25b65c8f27091a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5687d580a75c4433802c81c768e0d7da", "region_id": "RegionOne"}], "type": "sharev2", "id": "bb9cd513ac7f43959b07c066bd9316d8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b4a4a2ffee014de1a406c2d8f668cbeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "56f043b729f74b0cb614a0391b3318a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c7ed3c18c86b42009887ad4c0448d4c0", "region_id": "RegionOne"}], "type": "share", "id": "68e7772735ae4cc7804b4482b187cd7e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "11c8a35e77924ff487e507fde1f2a6f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "aa047f7f01954d8ca9125bab8ce93ad4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9953254648cc4efe8c0ba57a75057139", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f973682cb59f49b89e3d908e9c95f7de", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cdec08f27fe4f04a8e5abf26aa1a542", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f43db609ae44d6d8cd02e59431252e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02a8a6947ee849e69a5f2873ad8f7458", "region_id": "RegionOne"}], "type": "orchestration", "id": "426461ad1f0246329f9fe9818352d938", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76efc15b375444818233922ae2bafce9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e4021027f8a4c9fb2adfcb013c27de3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad6b93f50bc84d5b83c351fb1bcd46c8", "region_id": "RegionOne"}], "type": "block-storage", "id": "aa56baaec74b48a881bc89c0cba3c6ab", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cdd762dd1c34d0d86fa23742c88c75f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e727ff607bbf4bee960fab674979a03c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2996b05b0f9489d80bcd7071d6075a4", "region_id": "RegionOne"}], "type": "volumev3", "id": "d7e68d7f34404f2fbecdad1f3d90c1e3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b2d18d07a96437994da7d53c317d14f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9782f61a51f24c558da11a1a91846a90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be2b68c8aa1643068fc275773731e478", "region_id": "RegionOne"}], "type": "volumev2", "id": "a8611dcfaae44661a102056a982ba57d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09ff2beef4f44b4396a7015b02d20489", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0aa0a03c6fd4240937a269e2538c1a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36e77edf85cc47799ca73fe976bafc69", "region_id": "RegionOne"}], "type": "volume", "id": "8f43b6a1f29242ec9bc73bc075ae5409", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9e56952b8b44de0a21233ab865937d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5b0c88ea5ae4ff69c3281c16da5ec72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4cee629776704ba394017978e9c53822", "region_id": "RegionOne"}], "type": "block-store", "id": "ebfb7f8a62af4d24b1c76edef271d52f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1f382216b19544c494e891f054526f46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6331d15b31bc4eae8613763d8a6d9c55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e7852269d42546a2a77efc57d954cf97", "region_id": "RegionOne"}], "type": "alarm", "id": "210cde7dabe34097961ff4bfec62314d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c4490fd0f3b14112aa3b99db37ff8d84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "15c7d5658967461abb22f557dd000c6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "43869b70272548078837ffd99365f695", "region_id": "RegionOne"}], "type": "alarming", "id": "1dde953798824d07a00c7cc13cd33eec", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e55eccc937be46f986db1cf51e72a110", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bf3758bf3eaa4008a805bacf71333465", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8d5a1cfa10864c9287aa90a381654194", "region_id": "RegionOne"}], "type": "meter", "id": "0a68a449c3e644a0acccd83cb70261e0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "db366e58768e4d6e85e84c24e8834956", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2d253d7a75ef4ba287155a5eafc06f1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6fab07b540e84c54b2f4f61ca7435406", "region_id": "RegionOne"}], "type": "metering", "id": "e8701bf80d974709830debad00ec6072", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c8b01edec0d849caae7092b5cb85312e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1d834e86b8074a21972b7dadcdc87e3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bb381b45a29d46fab091e9350b14140e", "region_id": "RegionOne"}], "type": "telemetry", "id": "84f1935f7ca6438ab2b15fa2b89f54a6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f9420461b2e24c54ac596ba588cc2008", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5d964890d25044a58910b28a0f2640e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "87f74c8863c0445f8335d0e7b90dc43c", "region_id": "RegionOne"}], "type": "event", "id": "557b1360b3ce4dbd89ec182345d52d0b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e199023b45ea4a17926101f17912c17c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a7b1552043f04f699d5ddea5396662ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e55f9f00808a497daf7fe8cb084f0e4f", "region_id": "RegionOne"}], "type": "events", "id": "8aeb73e97aa841e2bfc20c2a2c80852e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ac68a152c70143d6b3701aa133c78eed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cbf3ca041cf74f71bb9bfa6d55a531cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4aa4c42438aa4df1b12dfdb9d26a2808", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e61086324c2e4461ab224768261a1abe", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c9cae51189334684be7ed77c7cfe8078", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c0dd1ed17d8946d7b4a7ba6a2cc24e53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d0dc22e3c1804e42a6f73355b465e5f3", "region_id": "RegionOne"}], "type": "application_deployment", "id": "df7a2a0937d84da99563f38ffdd1dd2f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b282a010643345369f5733677e747c04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7b5800662c694688bb6c1ee1aecfd4ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9ea45d3032064801aaa2ac645107194d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "22279a47b7524828a3121352b2724ff6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f117c3391fbc497c996bc7fe6fd4af56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5d0ae46a59f54dd4be5143b8972aa2be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9183414d74874b5eaa0aeeecdca969fa", "region_id": "RegionOne"}], "type": "tricircle", "id": "2edd125724ae4999b6ed432e9a13210c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "fe5cdde89bff42298a6a6d173419bbf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f2a5a091bdaf45c5b8966c8d336c578a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "cc13b22690d54aa0a71a83f31696d62b", "region_id": "RegionOne"}], "type": "database", "id": "a31e96deff9540519beca543666007d7", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f43908536b614afdbc737bf387eb5772", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4f61c397dd0348a2a36b8a8cbdce6cc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "37ceb875ea0345ada4fbb075c5ad40ae", "region_id": "RegionOne"}], "type": "application-container", "id": "2597ad3f1bd8403ea707b83d8841edab", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "87d5803139064061a07c8d7d1e91e4a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5e9bea59a61343ddbc25fd51fb4e4f14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "336673034ef14663bb97584b41743d6b", "region_id": "RegionOne"}], "type": "container", "id": "7236decda74546a389ea20a6f173e9da", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "84988b4188ab48958f1f76b58798edd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "64b034753f8e4041a8e238c1becbebc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e3e006fb0ebb4a53aad3021d82a242fd", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6f90bca5b9964ea8aeded27971e9c76b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ccd237c4cd92439ba34b1103b16e9cf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "021b074a2fcc4542a18fe5135bdf0db9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d130cabef8f74e648c3ab4a6bc304cc9", "region_id": "RegionOne"}], "type": "rca", "id": "88ad27c50080488cbf085761d3850022", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3227ff6624d047b19c17e98d0258329f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8963bbfab622420196986ac8c2587a3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "81f87b0b6f2a496a9c8f5510b5e29f99", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d2c740f8166942c0a5032374992194e3", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "1e8f35659cae4a8697a4f35aa687e246", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b14fec5eea12406b93900f6a05a38611", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1e6ec5505536435ebe3084fd0967885c", "region_id": "RegionOne"}], "type": "network", "id": "ddb5f2feffcf4e1ab0d2eaad7f76a12b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "4b60168fffdd4acdb6fc6cf57fc47e25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "13c94b924e70409eacfc9f56d0791dfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "bcb5fa4cefe149cba8aed3299ae5b6f5", "region_id": "RegionOne"}], "type": "backup", "id": "b90c428de5f84b668af8b214152d4bc2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "57a17348b7b040e294c842647dfc0325", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7e4bd543da85451e86950618fe6b3f6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "de98e8ed54ae4b03b353b795c3964ef5", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d341d99fba6e47e78345dab61f1a3e5d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b40918a7a1e54bd7b36847e973b76842", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f88f4956df83433dab35c5f99dd69415", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d842b1efe8264ef6a8459fd01dc8c214", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e008501204764ee08d1cf3a6722eb99a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d6364dc4d28d4fe790cd38b243ce54aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "04cfa61d65ea4d0ea3ee5c96ae87f386", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "dff81c17daba45a2875fabe07ce9d64a", "region_id": "RegionOne"}], "type": "monitoring", "id": "61f1aa49508f4ce988c9afd8a97eb210", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5023af9e188041c1aa5aaf6fec2f3f02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "dc69c453aec84bcf8007a03e70703bcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7010f84eed09497a97de05c79071745e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7f3f725c0acf4ee3892271cc79f011cd", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8c6e0c313d3646e1b0f74d63029902ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1461143719ad492ab78e00fe1f1d52aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "fc1bf44ca4174f278c94c0b21b6dada5", "region_id": "RegionOne"}], "type": "placement", "id": "bc2b9e935efe4f219720d94f4eada679", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a09e337c3c3c46f39c5922f2a2192487", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8ad2d6a917ad411faf44ab921a413efa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "88583c25d2354818be467c7e132916f0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "46c109b168744ee18bf19771d652e7a3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f1e89a033969405d88916a9dd014d145", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d1a1569f8f8844479f01ff906c5c9627", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f4ad2dbf9006402a88659551087e43df", "region_id": "RegionOne"}], "type": "ha", "id": "0d8e6a9f34b0470ba34853c2b9282c01", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "88b4b25ebe354d89b4368c5c776d725f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "722b49c51d014253b8a48233b1a5593b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5be87c1f75d94f54b560233d756ab5f3", "region_id": "RegionOne"}], "type": "reservation", "id": "b0565bfaab0c42288518d0c74db7bba7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6af2919e9d3244e3a4b711e527f28f00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1ea9509ee5fc4eea99981283368eb8e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b3186eb76c884a9cb16dc007892a435f", "region_id": "RegionOne"}], "type": "function-engine", "id": "5c1e2cfabe494a518c5951f56007281e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1bd8a4d2201f4cffbae463e8b424807a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2e73f09afbec4da1bab6e647447be0cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "29e16ec2f8d6437389e67cbedafeb8a1", "region_id": "RegionOne"}], "type": "accelerator", "id": "55610547b45947d2b25b7dc0836263f5", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5379083f7112414fb2e0184402bbbaf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "15cebee994d54040a9ac02686de009c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3d38463bee1f4aaf9e846edadac0a366", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b123e1983ccb4dcd8eb4365359cd8988", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c1c61df14d304cff9f80058fbeb45440", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "af2fadb03f104d0aafb014c5c7d56b09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "820cd35c36b844d08e8e2e205a31607c", "region_id": "RegionOne"}], "type": "registration", "id": "5b76fd945fc94967b75b09e538e07f17", "name": "adjutant"}], "user": {"domain": {"id": "ac8ec5556b28430583da08d391196dde", "name": "b86264801bed40ada48d2b31a91d230b"}, "id": "277e1983bf4344ec9dd1970319683c84", "name": "89970091e7194ae5af420eb9c5544139"}, "audit_ids": ["b53ec9ba15254041b1916ff93b58b3ba", null], "issued_at": "2019-09-19T09:04:40.941015"}} 2019-09-19 09:06:41,113 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/networks.json?name=test" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,118 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,120 keystoneauth.session RESP BODY: {"networks": []} {10} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_list_flavors_with_extra [0.236056s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,939 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,944 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,946 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,949 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,962 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.877711+00:00", "project": {"domain": {"id": "41d0bd2df3464034ad6d738fd75dc429", "name": "77c34fbfba7d4a36a70655d8d8a9232b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "df421b1c21b24f2999b0f554ae765c55"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8be8b1cd152a4a58ad252d91fce3277b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "bfa0ac23126c4778ac36b07a089cd2b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4f931360f6a647249a3a4d14ca9c5ea4", "region_id": "RegionOne"}], "type": "identity", "id": "9f004b7c20994d3c873172fd3be08803", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ae362acc216c4f35a08e35eb497b09ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "90fe0f6be3364cd6882878746cb8e642", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "298e45cbafa74948909612f7718b76ae", "region_id": "RegionOne"}], "type": "compute", "id": "9c1e60ebdf7545e6b59989718b3194e7", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "531060467d0745d1a32fd215de812efc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a3e743c89aa045f7b5b8854dd11b57b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "1cd35921bca54a1cbd1febac99b035f4", "region_id": "RegionOne"}], "type": "image", "id": "803f3c63bf5345cda4a3ccfb5d8e78ee", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d8904976c14f4d209a8a8b63baff6194", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6bd4ecc5de374e98976f1e2775c3b684", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "dc0194f9b9b24162a7ea6e29529816a8", "region_id": "RegionOne"}], "type": "load-balancer", "id": "8277017816e34ee0a9e2119fddbe75cb", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a38c29c5767a4586859d3d59d4219409", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbe6040bc6584bcaa819382fa6004c15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c20c9a27b1e2421899ef588caa0319bb", "region_id": "RegionOne"}], "type": "object-store", "id": "8cd53e4e59da47758c4f84d5f254fee0", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5ea177a762e044c6a4b5e256d082daee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9a59ec4dc3cf45deb437938e7f8c1ef4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "42fcad7c24a74088916edcc74355f289", "region_id": "RegionOne"}], "type": "clustering", "id": "ef1d058020374b298aa6e4cfbc841028", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "45288c4fa48c4c79960be8c104e1e9d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ab6f52588fc1456bb99990259db08ca0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "38683d07f0d449e7ae0ef091eba896bb", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "aa020fd71ea040d6a7b3485e8e79540b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3484a520115a421aaad120eb8521101c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d837184e9ab5432a9e8260fde0423f12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a7f488a00efa452e9ca6712e94de3559", "region_id": "RegionOne"}], "type": "cluster", "id": "d9714bb1d4b84f348ff3881b669a0cc1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "438d650afa6b4c0a8c0a38585e6dd6a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bff424f421c0490a92bb74a8567ff510", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "75af4cb219b44a72a44e7a209a202634", "region_id": "RegionOne"}], "type": "data-processing", "id": "8ba785be1a6d4b2aa5d5a4ef690d840f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "975997f7cb5e475cb96b5f684c95966a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0b62e4d8dcef4b91adb64246e0288c69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5dbd3645adcb4c3ba548674b4f33dc4d", "region_id": "RegionOne"}], "type": "baremetal", "id": "4b15b2f782924ac68add5707576ec99a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "097729d6c9074f4daf14d82b64ea87ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "151580b11a8146b7955d35fb1518c8ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "75e39ec4e33d4ab3a907aa63f901773b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "bd9d55704fdf4cac9b3dbe70ebb1a951", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "888245c7d81647fd91ace952ec3b9f4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "454b44e8312d4d5b8f0b90b061fc2472", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "273bb307c2174ca8895708185ec2f7ce", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e82ff2129b8c4953b8d2d88f607c8703", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e06fcc5033014a4bbd047d310c80cf6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f4a2a1ef85454c488dc3d133437dbdd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "cd3a8d724f7f4d33aea21b00a579fd01", "region_id": "RegionOne"}], "type": "key-manager", "id": "b5cafcbf928b4d918a434748fdf4ede3", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1c067126f9f54818a13ef9f3b3929bd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d0cc4b442019409cb6eccc30dde615ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bf3d6fd42a8e48ccb87359d87b080b3c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "cfc90575e8ed478bb3f3611c88b46137", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5d3b345c541243669137d27d60a8448e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e75239273d5b41478e3f721061050a7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2622289d12ec43e884f33b447af2ab60", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1c659e5e21c5435baae54031078a3142", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9f898757ad6d4c3885eec0ea85168204", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7ec5bd458e364ec3b841c395e5d2f8ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4c45dbe1333f4748b54e73d31891bce0", "region_id": "RegionOne"}], "type": "message", "id": "81522af671cf4ae6b7fa75617e89c121", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4b7ce639db04425992d7fc4f6de2697d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b6ae3c382ee74bd290e4faf82db6fffd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6db57681eb2544c7ab1c83655639749c", "region_id": "RegionOne"}], "type": "messaging", "id": "0881f5601ced4acd8cebd8c7630e25f0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "99a82bc73e934b9699b917242c1df2ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "61c5e4be35b94613abe1d673343ad62f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e47cbecc6e784957a3fd3a71e43aed7d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "783e83aa70a94cce89412a4397621c38", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "274cb3091d3f457eb674d7d4ef6ab131", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "522ed5c5856c4a569ac1b675da770bbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "efee3a5074e64ca0a17ebf2ebcd2816a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e9701d77ab284730832f854a94f4d7c4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "78d52ac1f7f942e68e71d9f03395e62b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b0aac47eb41041bbb773e1ba2575c897", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "685192fd734d40f1bc876d472a45d728", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "9af40c3ca3fb4f3a93f183c5b2a8f0f0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "114d38f334d84cb5b8042c6de4992999", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f16aab0832fe4dda943da99ce9fdfa54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "044e0ddaee094c3d873b9a264d77f1cb", "region_id": "RegionOne"}], "type": "container-infra", "id": "814bb396ad534d44bcee13cce0456c7a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "00961f7015f94c5a9343fc6cc3254ae2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f1e6e329688b48fc969a2510b69f0461", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "7dd2c922567340249db1bdae5d950fbf", "region_id": "RegionOne"}], "type": "search", "id": "271973c74b274c4bae5559ccdfb9d14f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6cca5d45ba84449f9c1975c4d16cbfd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "7eb328ca2f7140b48cdec815be9bc900", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3ef8baa0bd064c0abfd65b8d1b7893d4", "region_id": "RegionOne"}], "type": "dns", "id": "f8faf47725604aecba1796518d16facd", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "29c2f4705c1c46ef99708fdf58dadaad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "834d03e9b57c41a6b53067a462928cea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "65b08063b42e45898b564e74c84853f5", "region_id": "RegionOne"}], "type": "workflow", "id": "b11cb6f0e67e4377b089fa142dde7826", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5573bea6a793498fbec073397f3a84c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9fd6c9206afd4e1c9e1fc82eefa9e237", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "00adeee7c82c40b78b0fa9261e0b42db", "region_id": "RegionOne"}], "type": "workflowv2", "id": "dc1626a5ba8a42c3a7800a12b821a714", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "3ddeca776c664771aeecf2283a0bbefc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "041654e3d82b4c078731bedee21da0ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "82d9f67608f94221be044dcca55b16d7", "region_id": "RegionOne"}], "type": "rating", "id": "223dd5567970435faaffe2f68658d8de", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c20d9a404bca4483966e6c27e4a50d22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ce8b0c61cd004157a92a2b02664db892", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "804803f5afb7460493b12b30c0f447e9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1b29e38c8578439ba8e528034618929c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1b23c7101bfc488b871a7c348014a2a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bea0bd1ca1284865ab6b29a7632a36f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9a5fdf51010d40d1aeb87df3b4338eb3", "region_id": "RegionOne"}], "type": "policy", "id": "6739fde8da3d47c19309856337ab841e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f9bff21a07b84f80bb333f5a2a1b5d7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ecaa28794e6540c88ff3ee464f9454b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8cb0e694e6ec45e0958917d83944c358", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "03a3ea959d7442ac8e038b82ec69ee7d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "147b0b246cab4bb1ac3fc08ad0e95c1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1d7edb17b900457d93bbd2f938d0ce12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e8417813514c4ab8bfa6a6c22c4de1eb", "region_id": "RegionOne"}], "type": "sharev2", "id": "9962fd8fc114480f895df43363fbf17d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "04c3e698e1304447a52a144e31ba627b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "21a1ef0c4cf74511835dbfd9be6c89fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6ffb59da5be74dc0aa2f27d80068440c", "region_id": "RegionOne"}], "type": "share", "id": "a163bc36c3984d7da0d2342e20dc7cef", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7a5c006debbf4e52aa9ba59172ac6bce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0fa784647ae54518b0366d536ec10006", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "46c7a3ec506948c3afeeae2e0deebc27", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8485cf68e1a64b23a50ee2a0523acde4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "511126b40b224199b1413c42b92397dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ca5846adcb94e6397f4372a0d808f67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a84164005ec142cc8ee3d69f47541597", "region_id": "RegionOne"}], "type": "orchestration", "id": "d6845b519e674236a0b5554e1d5c347a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7e4dff0cd5f4f468d9a41c96ff503e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3b47a489db34b2bbc3588b0868abef4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f501bd6e03f541189f9bbad71f6cd810", "region_id": "RegionOne"}], "type": "block-storage", "id": "557576af83ec47bdaa4dfb409e1c5fc6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bab4370068a64d82891370180a2297a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6523d0808f4d4a7b9c1b969108c749fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "923b7afa90e64e149537c43d588f457d", "region_id": "RegionOne"}], "type": "volumev3", "id": "fd0d155a449040d7a5bc24318afd2370", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bbc1162d25d549949bb7251398784d40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e48400ba175f49f18a5dc2e7892afc4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f13489f63c548f999f3b398723a49d2", "region_id": "RegionOne"}], "type": "volumev2", "id": "a470b7c5b2ff49d793f1cc385e04be33", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cee6864a42f0442fac28748f93bd7202", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3e4c138c4e84977828c964985ca743a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d203c8da967420588f7441b2bc8b517", "region_id": "RegionOne"}], "type": "volume", "id": "e9548e4a9b504a2182b784f172553470", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "001dec29df5b401a8bfda60c1e822a34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18ecc169c7654e63b02b7019fe7f92aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95d84247454149f99fd35f0e52e4178a", "region_id": "RegionOne"}], "type": "block-store", "id": "bafab30154ac4ee99d2655a453451c3b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6d9925343c27409cb26a4bdcd801d3ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "30252dd4155f41f8a1363487220aacb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2c7c08c4a9764ca0b4c7555aecc8fc7e", "region_id": "RegionOne"}], "type": "alarm", "id": "4029ca6189aa45ffb367bcb025530f43", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "544c7fe3f53e4064adfbe1b55a9a0dcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c522365e6d5d4ef6ac63aea8c4bdc5f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f3f5f7911ab143d190fe45e2094a9eb2", "region_id": "RegionOne"}], "type": "alarming", "id": "2525368561894026adf5d3c36601fc51", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6dada37748e045b9a2fd656a44828064", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "976a6236b8c246828c41cd323edafffd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "73f6da01e1aa487d8d27006602b91fa4", "region_id": "RegionOne"}], "type": "meter", "id": "e68f47cad9e743aa8d160d1d24efbcf6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a3376642608b465fa038f054c865864d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "18dad951f38f4913b145de272db5e897", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bb22b9320b684d798d3eb1243a417026", "region_id": "RegionOne"}], "type": "metering", "id": "7fc51617e34048d983856f05c4be90d9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4d092177ccfe4a47afd03f200ce093b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c0d4989331044a0488fa2a86e0d46f41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7b0d6819b8854e2e9c63e3d6ea001cfa", "region_id": "RegionOne"}], "type": "telemetry", "id": "6a033fb056d54656b6fa75193cd5eb8a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9f5300a9fcbc460bb57f53f17b3cc81f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "050f2cbea71e45659d118bb71be5d61e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3e31c4f0018942b98fdd483f70086a54", "region_id": "RegionOne"}], "type": "event", "id": "4abeeed1cdd5472ba83be7018aefa2f9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2b8ae7f6b7f84083b847f215a7700cca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0639b97f54c3481db98d18b5ebb9922d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4a6d9dc574ea49ac87730c35fa56fc1d", "region_id": "RegionOne"}], "type": "events", "id": "e1209be70bb0415caf95d9e536373b0c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "eb8810cb03a44ff486404d58cb7f6dfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "02ddb17832ba4a039d44325ee24ec71f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "97f94bbbf10c4a03a0e9733516d805d0", "region_id": "RegionOne"}], "type": "application-deployment", "id": "9a4336aff1594dc6b925379ef35fe8c0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c8765583b8bc498dbe270169ebff5c94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9317fa14a43f4068b4f4db227d8b54e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e4d3ad3c1e164ff1b992c9cb35210899", "region_id": "RegionOne"}], "type": "application_deployment", "id": "32da4b3cac85466283cda59f1f656280", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "536098a2721144b59adcc7a0ebcbfe84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7f03bf03fc494ff5872bf11c407bc275", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4793f6ce2868436f9c90f410ed15df6b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3ae210e6d5224b72ae7b3e599ac794d1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7bfe0cbd987248c1882bfb1a145ec80e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d236555939534f9b86fb7cc4b609f846", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9d068309472843dab1234c606805e9bf", "region_id": "RegionOne"}], "type": "tricircle", "id": "89066836b569411cad77c7876f0e9beb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "41bc8207e7f64dfcbd8b35228fca21e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "fd8639b8fdae425e9078a8164830181a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "253502e9071d496d88575fd2d3103811", "region_id": "RegionOne"}], "type": "database", "id": "2abe960707144523bc7073d0a95be89e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ee78329985754b0fbeda43139befae2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "30eca982b5a24d15883f51d20e5ac03c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4a50ad36b2bb44ea91d3272099097a02", "region_id": "RegionOne"}], "type": "application-container", "id": "513b61fc8d5a48eb9cc8f41578d5907b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b7d0801925a542feb0d3a4e99cad24ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ba249016920e472797c72dd8525f9515", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7fffd412d24d4ee28c78b684662ef4b1", "region_id": "RegionOne"}], "type": "container", "id": "187cba5a0b904271bc3704a2feee5fde", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2257e1cfb5614b70882495c961b93cda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5b64d8e61d1b405a8ccc6adbb6c28fcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4fb0e55bf3ff4248b82d7d9cf57b06e5", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "725d76e60da943c09c167d9f9583530b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8a9326dbba084e4eb10f642a702ab7d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dd109328746241f2908288a08855e067", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ade5adfd22e3431db92f3c3c70512beb", "region_id": "RegionOne"}], "type": "rca", "id": "bbadad9c51874799a1d6359e6c5df988", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c439cf9894ac4c92869f9bd02bb98274", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0dd6f2d548914fc49cd82df5cb2c2dd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1c352fb9a8c0432c8804007efbe970c8", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3e7b060ff2074d5e984779a700699c37", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "de2cbf6a023e48b89ce2941c86450757", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f15675545a2e408ca04de1fa5b440f47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "cf7ad8ebd13e448b82f3f5bf4810b669", "region_id": "RegionOne"}], "type": "network", "id": "4d9b8d808f894d2bbe61f44f2a82751d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "67a367a2f07a4e6f96f69bbe0e4cd072", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "5d775dad0e144810a337d1151885c786", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0f296e03d44c4526806d0216b522ca0f", "region_id": "RegionOne"}], "type": "backup", "id": "5df25865108f4a22bf554f724151430c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7e694c438a7c401193577d5120220a52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bdb76636327d4b98b49254cd65a1f721", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4a90a39e3b664285906544647f3f63d0", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a242973748e34b17bfa919189217e9c5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0e6fd629068c4f2d9f12183c594b2b1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "067edcbbe1ca4389835878ce0f2d90a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8fee93e82cc441c08e044346f3bb573e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b7203a5d46b4479ab5992ab9c7a0938c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "604e99d1415c4dac8c9e0dd1ab6430fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e816ba584aac4c639074c9a7b1423136", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "23cc96b20d6f4bec8d0ffd5beb89c8e1", "region_id": "RegionOne"}], "type": "monitoring", "id": "10338f16a1464faf9d9d221641c56189", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "77da94c01f604d529453a0b5f7994e3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f2db8f5e8da8448ca073502b6c78d93d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "98d4b2d3462c4848a0665901b1ca5ede", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7cdc2c89d04c4088becb8fe580bfb656", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d018b7a6082c4af5855c1b806c5ac45d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6d1b0af9ee0c44c0b045f7d889e23567", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "3da6eae813554ea39c7365eb86c11a7a", "region_id": "RegionOne"}], "type": "placement", "id": "77f51b68434543ae987b88560bde98d9", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cdf1c0235b2341148c8326d9e3729565", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e9ec6fbbfa60437599553e8b516d9f09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cd04076497914ce98ebadbff2f63555d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "381f4c3112b64762b364394e72b1a751", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a9950d7a4ca84539b1caf7dc967322d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7926a210c793420a9a8c8959baf740e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "324222b0f5e44f7bab968e2f9a32c5e1", "region_id": "RegionOne"}], "type": "ha", "id": "c42f804a414f40ba8a40c27551ce0ea7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cb07a78e8aa84e79a7fddb48e18d2bc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "521c2755bd9c4cbdafb14d4dd58d666b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d31e3d16767748c9979c74048c785b4c", "region_id": "RegionOne"}], "type": "reservation", "id": "1d6389c6dc8443e99d98e25d4788ee66", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b95ac1a610254daab40d6b7fbe77d60a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3820a67df3104b16bf80542b1ad54168", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f0c384d5d3934857a4bfa8424719cbe5", "region_id": "RegionOne"}], "type": "function-engine", "id": "0e01be3928a04e808c2ff2e0850c0906", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "82b66cf4733b4f2682782f2ebcc4eb61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2809868047c4414ca4a7d0551021bb09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "09504990a3754c5ea5080182487d0fac", "region_id": "RegionOne"}], "type": "accelerator", "id": "51dc901ae92245d189fb25054433d31c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f4f9b209ff844035a3443fb491b42750", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a162589b1d684506844ff5c8f7a51a43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d6f6543264d9471299764d31a8f09735", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4d5cff083ba24bbb88a54102c9da4b23", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fbf1270fa1a7444fa0c373db07c91f7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0c502f6f856d4a02b7d2218ae59227ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bc88cd549782453a9372ccdc2111f458", "region_id": "RegionOne"}], "type": "registration", "id": "9fd8223d7e8843fa9cbcaf1670c75777", "name": "adjutant"}], "user": {"domain": {"id": "e917d5044d2f41a7b31ec9538a0b7b7c", "name": "c214ce55a1f346f1bbf74aad0045a3bc"}, "id": "4545cb4d81e94702a9b50c2762688490", "name": "974fd03e78db4510b47497712516cfd0"}, "audit_ids": ["02b70c03c1414156bdd9dde1682cf38c", null], "issued_at": "2019-09-19T09:04:40.877711"}} 2019-09-19 09:06:41,030 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,034 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,036 keystoneauth.session RESP BODY: {"flavors": [{"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "bookmark"}], "ram": 200, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "name": "chocolate", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "bookmark"}], "ram": 300, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "name": "strawberry", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-09-19 09:06:41,056 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd/os-extra_specs -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,060 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,061 keystoneauth.session RESP BODY: {"extra_specs": {}} 2019-09-19 09:06:41,079 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde/os-extra_specs -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,083 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,084 keystoneauth.session RESP BODY: {"extra_specs": {}} 2019-09-19 09:06:41,102 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf/os-extra_specs -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,106 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,107 keystoneauth.session RESP BODY: {"extra_specs": {}} {19} openstack.tests.unit.cloud.test_object.TestObject.test_list_objects [0.149638s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,082 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,086 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,088 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,091 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,103 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.016723+00:00", "project": {"domain": {"id": "83ded9a8e25149b28bfba4a7dd32500b", "name": "32b23c5268ad46d7861893afef424f6b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e77ee67f14e04a77857ae043bd9c5ad8"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "7e06accf9a52492fb2323a858a7d8e03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "12db22f3f66e421db25af85fbe90e8ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e018c4e402114a099157e37d6642e965", "region_id": "RegionOne"}], "type": "identity", "id": "57915fcad8c142df89787d59b90e9d03", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "35a315c2a4e040838cfb9d65648c0f0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2110b1eb92304bb0b07a966ebaaeb444", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4fc61b0ac99e469cad6bb3a7acd176c6", "region_id": "RegionOne"}], "type": "compute", "id": "2240907c27124762a3ffcfe9ad02ea33", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "09824de6cbda4c58ab01199d7ae35df2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ea4fd1507c63426792fb537599f7f474", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d98573bd15474030b65afaaa8ab2dccd", "region_id": "RegionOne"}], "type": "image", "id": "489bfa3c493e45e99e955ff4c3edab1a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "516b9c2747df41e2afde01040e7b69cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "46530ae0b21049579c36a3cedcb9b3dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5a62fc0749664c1a81bb4a283d326bda", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a7b53ce4a52d4434b35713a6dd4c0638", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3efe5464961499abb71cfbc96eb848c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa3f7ec1039d448c8ac8d56c87d6407b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d32d0a4ba614954a3fe06752f62588a", "region_id": "RegionOne"}], "type": "object-store", "id": "d62c1b291a9b44719b9eadc8309c2084", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8f355a704f97440daa3b5d3254890f4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3b511676af794630adbdf0efad0ebcc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "245d051014fc471288c8dde06b92ac6e", "region_id": "RegionOne"}], "type": "clustering", "id": "8405568ad6b844b3ab1cb91182df9e1c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "20fe23b328cc48209da188454760b222", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ab3f6f5fc4f3441ca4feb5c96ffc498b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9e6479d4e8b842cd8b49a2f5f0ba24cf", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "29f0ea19cff942bda96336ac5698634b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "255b28b966ae4e9aa978e9c5d1066dfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "607850e173194264addf0b0611f942c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "22ea6eff8a6741d0be0e9a0c6e4e9393", "region_id": "RegionOne"}], "type": "cluster", "id": "2117fa8be15944fd8889b3a19749053e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "296d654a26bb446f8d83ff8f1ec32525", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "19b2e9100d344900989a076ec96ef57f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "92e8502db73e4754af2babb0cd102e54", "region_id": "RegionOne"}], "type": "data-processing", "id": "cd73f9cf82cf4622b363f3f077255248", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "75d33e848a2547ce83d1683851729b8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "799b40a5dbc04153b400d066e058a686", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "29df1cc31c7949579ca910d40d8e6e9c", "region_id": "RegionOne"}], "type": "baremetal", "id": "f7154faafcd04f17a3f6e76b7b39118d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "373653c2e38440199b60660b7ab69e15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ca57f61a225a4094bd8b8b167aee1805", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8d5184ccb9a84d0eb51305972a7931f8", "region_id": "RegionOne"}], "type": "bare-metal", "id": "11951d0c52644a13abf5a60c1b7bd53d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "20ba4713ab0d4c30b66224f3e7a5aca8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0eeb89aba6f44507840eadaa66c1349b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "baee6f0686a440ac9ccce2a6b833e1a1", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "352252d9fbf342beb9c366bbcd76d748", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0e3b55f2691c45c9a22f5b580cf9a6c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "30f4bfe6d2b146dba3c80584c678e8a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "45acf4c0c0f44839b8337de236872e9a", "region_id": "RegionOne"}], "type": "key-manager", "id": "4f69def4706049ac81634eb8764113b8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "62e9069a486543c9b318c134c238c77c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "23ceabb820a94c439e69ffbee7d1d086", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f3526fd1beef4f6ba5315aac8a6c64ce", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "14e2abcbc7ac4fc89bf3799591405fac", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b20ca72ebe414d9f8401cd22d6a29303", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "616f8753f1de4872a43f16176c5b6a35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "40caa357e02b424e9c16ae22403db2fb", "region_id": "RegionOne"}], "type": "infra-optim", "id": "bf2d5774a2a2453d8d9c87e3a68f6b3f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cd148e03c129468ead564305b436f739", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "beedd752dafd4df09cb28cd283d45d80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "793564e42fc6405bacd3b9951a3bde84", "region_id": "RegionOne"}], "type": "message", "id": "76d216778f694dfa86466306904ed56d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e8cf6cfe360e4a0298a8c194d9155594", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "43235573a4bf4ab8abc5b0e25c841ab5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e244582c183741018639da5ada5033bc", "region_id": "RegionOne"}], "type": "messaging", "id": "98c48e8e508747e7b529a67a5cd04e7a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6f436cb0483e4405a54c0ff0476e1020", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f7a5bcc2efa84cdbb291462b79c767ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e1bf754df88249099d43762250bfc63e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e5d36fd9280244febf4760921d0525c2", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "515c317c35e442c8bcded91612724946", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ad9a04baf26d4e92a8980b91044c28d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "429ad5d1d1d14918874557f926d38db3", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3a81562af4074b1698acca3ec58b42ee", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d6c5b517ceec422398323bded8c9fdf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b74312bbc2b0442fbd47620ef8b9c633", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7b0244839b8646cbbf9514c91783d0a9", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "615a5f2c8b4c487b9297f8963132762b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "432d4086577047979ea8f688996508bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "40737be7425a443b8d67b97bf36c4b70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c1ec643804084f2fae660efff6e1a692", "region_id": "RegionOne"}], "type": "container-infra", "id": "1a3c924b98fe4cd2a415b1f4c3da4f44", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7933a5ded73240328e533a5454ec5152", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "790977cee194485f8b21d9e9351f65f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b7fb19a6e0514e8b8a6d030046cda633", "region_id": "RegionOne"}], "type": "search", "id": "b873f39572d9422fb08a69efb15a22ae", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "315f0fd2e1994c65b052203b4a3c1533", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ef79e1a098b14dee9fe6f8fa565d18c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1c3ab606ba284a209653dea54e75988d", "region_id": "RegionOne"}], "type": "dns", "id": "7c6f66fe120c432a96e2a41db10b1cf6", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a83c75e0283d439cb9c39060ab163b8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "25b38d65f1a940cba6e25fe1590f97a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "34e916f1093a4348ba2cda79994443ac", "region_id": "RegionOne"}], "type": "workflow", "id": "1e44a4b972804b8ab1aa4ebba30ebe01", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6c6f76f18c1446f193f2921fcfcba6c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1cd14d2819d741e0bc9d5b0546ab9e51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1d09b8cf7bfb49afb048e7d6ab850978", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a59c6c3724ba42279d04955064d070d6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d4cd024ed52043f08556a324ae72d29c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c428dd7800a74979854786442280a4b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3d45b2bcfa45412986c0be798be734b8", "region_id": "RegionOne"}], "type": "rating", "id": "95a82028be294208b5cdd0548a504cb8", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5f035b89797b477ca4ee126df603a537", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bc107bbb5e1e4d6c8e0900c231002960", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3bc2da907f18438791cc50f88f981138", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ccceb2f97bdc4d3797a36633eb15297c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "85347ad73bff455b8ce9de223ca02d4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "56b08e706fb648baa9e85c2358d5a29f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "83f6425ce6aa4578b907e04a9f68daae", "region_id": "RegionOne"}], "type": "policy", "id": "e97b763ef05a49c4be51aae546919c8f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bc303424f7474b8ea8bf0de3907b3b76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dca8ea6f29ce4a31896039880edd5c7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f110075ea32b4c3598bc4a61f536a22f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e1834a68af5e4b2d876354af2b0c8951", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "88bddf659e4844a4803fad0d44d3cec1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c4339c8ecbf14743aae9f5be5d6db272", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "59f5dc8e2b7141f690c4b9317f24b5d4", "region_id": "RegionOne"}], "type": "sharev2", "id": "a5068c07f191472eb1a9c0879d274343", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0eb3ace0d550488cac3f4fddb31af59e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f7e86ebe77694b58832c88422e4a359f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b3090fbddbd94655b91ff337ad3215df", "region_id": "RegionOne"}], "type": "share", "id": "59475ff2915e4950b61f86432fca12c2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6de87daf1e384e259bffb38e542a4712", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "74084b6976c1491bb6accf87c07e3484", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "65771b8ff52049b8b42f4baa8f9a628b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "888163803eec47d4b836b3046a16fb2f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6462c25f0cab4c6499403210c5eaf9f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d16b4b8ed584947a6b9306b1598b9d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f47a83c02cc54a839ba9f146124dbb40", "region_id": "RegionOne"}], "type": "orchestration", "id": "76e1d2cc565f44198f3ac9fd3fdd85d9", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c836e1b587d344c587faa1073b3ab034", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f656ca9875a848cb983ffab24dac0fe4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12d88f5639164ff886483ae32fc9d977", "region_id": "RegionOne"}], "type": "block-storage", "id": "15342fc71c20462c89db6ad0166d8910", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b026857889d04fc98858c5452097069b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f7e862c10b1465bbc82b38fd161ad82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c66b07d0eb3847e9ac7024b278ac3e85", "region_id": "RegionOne"}], "type": "volumev3", "id": "99aac384eb2b4468b01b0ab283d093f3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96cfa7022d3b4105a79febe906bbb657", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5cb85e923064e5796a94a6ac59f37f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86e2674ab8f14f26b35d7af187673df8", "region_id": "RegionOne"}], "type": "volumev2", "id": "dee7e7cf78a74feda1da2c23fdf59020", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88d54b95bf1d4211ad1dd21caebe60dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa57acad581d430eae5735e1a64549a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45651de67b2040f39cd24f5e73ab1818", "region_id": "RegionOne"}], "type": "volume", "id": "06880f80b1ec4e929c83790eb8973207", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fe1a997d53b4ac99e2b70bfaf08df66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dee1234be2344774a0649f8b9900fceb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "448020ae19c54a97a74f41dbf8e33bbf", "region_id": "RegionOne"}], "type": "block-store", "id": "85eb03ca886f4fe79a71d05151bb3e97", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "775d90e9bd7c4daea2efea7d6b2ecd1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "af11973464024e1fb1c23931274c6c20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b00719d46534494b8767160c7196e690", "region_id": "RegionOne"}], "type": "alarm", "id": "f8b9ecff88fc4c73a18995e3e8367417", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d0805583466a459ba6bc1b5369192ebe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2e7cb6dd7c12496db8300d3ff7db4446", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f01b2d55d6d7409d88df92144665c1e4", "region_id": "RegionOne"}], "type": "alarming", "id": "111eaf420d014661aedbd78b0a5b8545", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "00a7ecdb3a8e46e1a1f573002f8c4db6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "57d2910fe7784b6281848bca88862851", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ad7529b9aa824a7e8fe17f2cda3a15dc", "region_id": "RegionOne"}], "type": "meter", "id": "f2b9415fa56f455a9a02649d2007f892", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "976d9c914d7745b0b91c00b25c2e4da6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a55d668ec8484f4d82711ada7f70c348", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1159146c0d97400991cc51d890f8c8f0", "region_id": "RegionOne"}], "type": "metering", "id": "8a47dfaf7e0944cea8536361dcaea41d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "adc10027fc7447849fa9b7557a4e0737", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4e9ac557e19f404c8a899d64c324b8b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "81eda7bd0e1644cf93800e0bcc2a9b09", "region_id": "RegionOne"}], "type": "telemetry", "id": "82b9a339fec840af8862230d7a890ac7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "75517d4a8dc74af4a088849a893af38b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "37780defd9944932951365c61bbbaaa8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1a62f248ff044f9288e131631fdc2add", "region_id": "RegionOne"}], "type": "event", "id": "9c21abb8690a4052bba8beedf10ec7e4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8998fc50d1a64101b55c04ec04eb37c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ca0fd60184c141b1866b9a6d8c3a4c94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c5ae195f68a044ed88dd125736c4dea6", "region_id": "RegionOne"}], "type": "events", "id": "505a14c1e47b405695d2c617788573fb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9b909c6971f14e488e05dffea09c66e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "73835f00c44e49b3bc7c65e841c6c1fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "15a68eb04135471cb7e3a3ebbcb3c190", "region_id": "RegionOne"}], "type": "application-deployment", "id": "306fdaad9871472190f1b6ac9fd5d1fc", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e4d27e906d33497cba5f2b0c654306e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "62e239a7472c42b8bec2a5bd3ef7444a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "22b6d533929949a186eed6a34007f3bd", "region_id": "RegionOne"}], "type": "application_deployment", "id": "db31e7c830fc40209b6650782743f693", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "52a2a6dfa3cd4c6eb56777483f8aa55f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3485b7bd2a71448ebdbdc0478da3b060", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b9b23a67295e42838b23c4d3ff6a190a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7ef2af57826e42ab8fe0544842a071eb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6753ceebe9114e71b92cbcc8165222ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ec314063ade64710b2e021113392cb8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5389066dfdfd4cdf99956124fb87a967", "region_id": "RegionOne"}], "type": "tricircle", "id": "667795f8b7e3495a9a6b0f39ce086255", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b595ba82ba68409d8092a3d8377d0e1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c4d8849ba61949d2b6d05fd9dc33d7bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2380f3af75bc46d4a1281adc43ea20a1", "region_id": "RegionOne"}], "type": "database", "id": "56590216a4404f12b52e195add185f3e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a2860f0bf0aa452aa40f2d1e551ae0b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "53cbfc64378a4aa084b7f6e3bc7569f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0eedab124db54f3998db8107814b072d", "region_id": "RegionOne"}], "type": "application-container", "id": "159c64f3f21e4f4ea2ae5c02cdae61bf", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "544761d7e8344d71b2c95f3fbfd4644a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bce1e3453dc54c6895b9bd22777fc02d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0a4da9a73a9d49f28c2fdbe92e7372d2", "region_id": "RegionOne"}], "type": "container", "id": "753f4f315e944375bab1bf1e7773dc62", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "aedb4de6a2954fb5a21492c4b6260696", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "85073734601b4447aec1384bd3114afb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bb13a650557f4b17bf80d785d291f762", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "52526b23093b4afa9d39f2a9f699c059", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "85cb670965d84ffe9a796345e2ae0784", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3eab770c3d204525a99432b22409d8c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8ab202d460c342f99f17332fa2a84885", "region_id": "RegionOne"}], "type": "rca", "id": "b5bbd78b05434e028e22dcd00f7127dc", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7778d744efcf4deb9e77009eb54c21e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d1a7aac6e4d4443a865cc0a6362d113e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8fe61cd070d340ca971413f0e31d42fe", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "bea20df2844e4292bc2c16ad5725249d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4d93c00ac6f543848de5e73be1d4f49a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "77cc21e89b9849a3994eafb73407b46b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "37fae4e9c10c4b1aba5f13f76d55d745", "region_id": "RegionOne"}], "type": "network", "id": "f3cdd795d200409f9aa450d492469601", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "18f671115dbf4d99a0ae9578eb82ccd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d608707d40db4456866887109b51f5fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8587feaf46e14111bad669fc131b2994", "region_id": "RegionOne"}], "type": "backup", "id": "95acdf4097734756b7e85af7d27aecbb", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ca35be93868f450283ae114f2846e361", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "91abd560c66d4c59ba4d637358b510de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f2ed5d65fc08460ca6ada607f709b299", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "fe71793976df45ff9e69726eac2d5917", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "23ff08b01bba4efa87e31fdf7c5a3368", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "879322fe1e364956b0e54abee5742fe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bec7cbe5d74f4d2ea413cbfa4848cec9", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "449497a2b68b478483ec609f834fe20b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e029479b542f4f7f9a89da29bc4f6c8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9634c7561daf4d6f9217a99ebc91f9c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "636ed26a11a64de4868819c3a623e200", "region_id": "RegionOne"}], "type": "monitoring", "id": "97a6e835c00944abb601e7fc872633a0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8ba414f8611d4005a1e12aac7827b3ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7e0f3c95156b4e3096c43f93adae6f0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4295321b4a2b4399adc33c41498bf3ee", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ec2cb5f1bce4491b954e508912bcfd34", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "721e23a2851845048c9f7a4a093de1f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7932a74a5664489885aac430be3b2ee3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1c16589717b148448f245b7a280eb4f2", "region_id": "RegionOne"}], "type": "placement", "id": "d92fee294dbd42ecbf3434200330bc86", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e5d3c26e8dfd4357b88c3f9c179d3d9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "54369379e2c64d889858a76a4d2e97e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e4e76216caba4ed89d1709911672bd12", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a3a7cd35342c4b8688d4241a775c1bb1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "eb49d416b4cf4647aa4bebb215e8466a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3cf9da75f0a04c72863036b4f94cad4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "34ef9f5d0f8949c2ac0c7574450e01b7", "region_id": "RegionOne"}], "type": "ha", "id": "6859e2680d334566810ccda416e2d526", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0f7a273120e9432383ca2b678720998e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "31af104165594e00bd2a903b3c0be647", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5984482a08934d19b2898afbbba43889", "region_id": "RegionOne"}], "type": "reservation", "id": "f62f147488724e9ba94c2ecb49260d0f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d8459caaacce49bb83b14afe34b6bb85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "35367e3f5f984c72adf348379340e988", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "53e8418bb55c4300bf55367ea071f081", "region_id": "RegionOne"}], "type": "function-engine", "id": "cd866db28a054e599990563b69393b79", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e873f0cd1cd046e9943b91ea63c2fb24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "610c31b13c2a4627a1cb22e927462a58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "35e8d3e6543642b0bcaa59252459403f", "region_id": "RegionOne"}], "type": "accelerator", "id": "094a5c8a06b646288a951e52d3f12228", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "89a1281edc7040298e35e369ec63ef55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5b70b6fae19a4ca280541088f91829d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "952c6c010d6e46778877fc6de54d9d78", "region_id": "RegionOne"}], "type": "admin-logic", "id": "45ca8d34d5d04387b502b5aac94d0252", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5da41dc2a9cd4d83a7a9b1ec8307ebcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "19d6ab050fe641daa6156d3c7aa20de0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c7b35c45e61a4478bbb6a1e05654abb4", "region_id": "RegionOne"}], "type": "registration", "id": "5113f9e8ca67409cb995f41cb7f6d0b4", "name": "adjutant"}], "user": {"domain": {"id": "901bcb9b050d48dd8427bf4aa87dc9d6", "name": "4d9db88dd29c4a61846d432377c79cb3"}, "id": "935d92ad395a49359b8004e242560cf5", "name": "f85b109513e14dc781e915f521e185ec"}, "audit_ids": ["aa953961282a49868727cc4a335178b3", null], "issued_at": "2019-09-19T09:04:41.016723"}} 2019-09-19 09:06:41,153 keystoneauth.session REQ: curl -g -i -X GET "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_list_objects-2?prefix=None&format=json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,158 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,160 keystoneauth.session RESP BODY: [{"hash": "daaf9ed2106d09bba96cf193d866445e", "last_modified": "2016-12-15T13:34:13.650090", "bytes": 20304400896, "name": "openstack.tests.unit.cloud.test_object.TestObject.test_list_objects-3", "content_type": "application/octet-stream"}] {30} openstack.tests.unit.cloud.test_meta.TestMeta.test_unknown_volume_exception [0.082889s] ... ok {1} openstack.tests.unit.cloud.test_object.TestObject.test_create_container_exists [0.200304s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,052 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,057 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,059 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,062 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,077 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.988763+00:00", "project": {"domain": {"id": "6e9f06d142bf46d4aeb2dae85478396f", "name": "774246ec06d549e1898a2201661ea1af"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "255e89dc740045088ded033a72c8e07f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c4cb413b00f54ba5b9e1e752e25257ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3dbec1a25395414a8446ac22383e2bc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "cf06479820344846a0eed00875caaaa7", "region_id": "RegionOne"}], "type": "identity", "id": "c6da3fb75c604eb8b1f34acfbb05139e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c8e1576a5fed41e1a5b44a7ceec44261", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1c5b41af598c4791939c4c27e044f7e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "33ad0b35512649e88f0043fb0c55ff5d", "region_id": "RegionOne"}], "type": "compute", "id": "5f2880bd696b4032a5839874270ebd44", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "367d94c8ed9b43b5888c0c6cefd400df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2646e3a16883495cadee10f3e9ecf716", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ce06525e623a4261a8ae43c7754a8cc9", "region_id": "RegionOne"}], "type": "image", "id": "cc1e6ecba39a4efda7563c3f1c0e8e34", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "623f2351aa3946ea8e1743144e028e9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "47d9c3181e744fb4b48dbb22d8ef9afc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f50aa08a4c094a6597fd532303b8de09", "region_id": "RegionOne"}], "type": "load-balancer", "id": "343e3bb7dbbd4e3f9699a5b1b1ff8883", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90e12480522943958d7fce592d13bdde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67417238b7384c20894511064f120aa8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71bc5ccced5a48049767eef1f8d5d39d", "region_id": "RegionOne"}], "type": "object-store", "id": "5cb10c35cb684210b50355bb7234fb6b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1afa239654a94217afbdbc95f9d08545", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c7be7bd581fa48b38364d3e4e1d4696a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "111603927ea94c2b9256c176d6db4c7a", "region_id": "RegionOne"}], "type": "clustering", "id": "4949c10f51384226969fbdf1cc873714", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "87bf583f2c954e008caf721fe7033d3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fc72ffa048d74f9ca0e2c77ab275fca0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ada6233330f74a88a28e5105ea5f9e46", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "35c432a87afd4058b0b9309f455b2743", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "21851fee07ac4f66ad78a7e76c97ecb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1ca7b97b5bfd4df69ae99655966e3c31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "34361a1103cf4ff1b458b36114aa8011", "region_id": "RegionOne"}], "type": "cluster", "id": "4302754ea2a441a88ca2b7b29a391463", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5a6fb5f6fb33489b9acceabf88522b42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cebfe6f000f64d7daf25e1d5b2cf534b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8e0c736ccdd449f7af198f83ebfe030c", "region_id": "RegionOne"}], "type": "data-processing", "id": "56bf0d5d04264a128468be1708a7a525", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "016e598e66da46b38527c0be42a77bb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b415aec4e1164e8fa2638df288acbdac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "325792a322034244aac8b66ca49f9360", "region_id": "RegionOne"}], "type": "baremetal", "id": "7a8482a47845416dbb36b5948cbe2cf5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "be2dbc997fae4bee8e41fec0853db650", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d92ffb13859a4144a118a1e64d847308", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7753c3b2a86a4d9c9810aaebbad178c0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ff23475608314c6991b06e338693f02a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "574d061173674dff87a2b5d391a649a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4eee29dd2aac444e94e53f64d6c10fb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ccbbbb4d08444c8b9eb6679350b1c94c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2961c2f79a784e53b559554ef27ed5d9", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4c5b6e25ed354804a973f06e0fda725b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a48dac84821748c2b5324204befb780b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "182447e84ccd4b96a3a8a4b09fdadbe7", "region_id": "RegionOne"}], "type": "key-manager", "id": "9e311371d0cc4dbd85a04d7d9090df92", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "469dd4e59a934bad89c32fdecb30f6c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6cbfd6e870734a22a7463fa6bd4b2567", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fff9cb0112634895a4e1c3b78659d8aa", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "3bf0502a05984de48b9eb027901dca0b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "45e5d7d7e4384dccaad45b920a218266", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b8090770287945138fe3518927c33ada", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "db2716db9c844bd0b35314ea7cab5b5e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "52c0c907cd6842428a9495ec42ec1fd4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3b5b4e7c8d99491c9ac8a7bd5efd7547", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "eae41a0df3124472b6b562b7248f76b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9479ec213fbe49a0a6aaca463c6d8277", "region_id": "RegionOne"}], "type": "message", "id": "5c24cd898e444007b186d9a10fda6efa", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "12e853a61c1c4404abecd137091f787c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2884c0d000c64d4683a03b733174606e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5e6682b343c348448f497b784e613cdb", "region_id": "RegionOne"}], "type": "messaging", "id": "bb064f2b7c344089bc377d242e727c38", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "13d4cabf92f54ba4b94456c7458580c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ee4a776ee7f64751bae7cec1a0b91dcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d080afa29a5f445da779518d30a6059b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d5bbbcee0e114706bfb09d1118789103", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a377e5e0c66b4fe2878b0f9994965195", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5285aa098a4d42028d99c902f9118f89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e85d259d6c07467ab8af462200da0569", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3f1b046c8a5d4a5480cc5fcea49277dd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dde2b57c690f448c87ca82cbc780922f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "28ff52f0d0e94ebdb84e9f1f3fdf604d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca56f41ca0cd493aa9eaa32e8a4ad746", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d16bb61f996348ae871c6267d75c683b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1bf2402f52464408bd2ef8aab3abdbae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "05f3624557484cabb6986fe94febdfb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a56dd2f6779c45ddac5976bc980015e1", "region_id": "RegionOne"}], "type": "container-infra", "id": "e155d894806b481db7f95d596f1749b8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0d3dccbebfd54533ac0fe8fc56470c29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "719b8a24e1ea4a269e636175d2c3549b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f3683c938a89443eadc561ce308f7276", "region_id": "RegionOne"}], "type": "search", "id": "d045b12bd17a4ac3aa120cbf852189ff", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "69df2547928b4039a371eec6ff66ca69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f224685e44f1488fb42df4da6dfdf3dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3770f164559d4f2382940effd11a847f", "region_id": "RegionOne"}], "type": "dns", "id": "83aa05d3b1674932a1a580460770a055", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7bbb32640ffc496195ddcd6b81f8e49b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3d325cee250e43b5a67325ab70af6f52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4a908077367045498d31cd4e58433208", "region_id": "RegionOne"}], "type": "workflow", "id": "8462c94595384f72845dcf09eeeac59f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b55c5ef0f330481888df4656aa8fecea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bbce18b6a2d042f6962df1a19e76077c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b88dd449dcde485ebda044206032c6c2", "region_id": "RegionOne"}], "type": "workflowv2", "id": "df13466d06ac46d5b9f8077312e1d964", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6dadb9048c76446e868d63c66b4447a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "687e682f77cd4f669d4c478d06972531", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "bd248c9d40144d46a3f99cdcd2aa1908", "region_id": "RegionOne"}], "type": "rating", "id": "b3577d05b5bf41b1b198bbcb75382a0d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f4a25c533ecd438ea5c1e60757aa7699", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "01e4d70821324fb9978eb556e81462e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "06ccd2cff25a40b59e9f19891e4aa6eb", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5bfeb429a2484c0b9c395342dc67b0ab", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "80b6616a7d4c4e729fd7e9463b5ec783", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8657dacf34674088859082e1475a658b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "42fac8853e5b452498a2b3c7d1d721e4", "region_id": "RegionOne"}], "type": "policy", "id": "8630cabe27014adbb3a79bee767695b4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8bd323c917f846a69d92f41fb93e49e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2810a45acca74f5794d710733e0a59b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2120ed0e8f2f4b819d5fc0c2858b32f8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f0bd8cbe562c4cd6b8b3ba9916b7feb6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "79f5ac603e9b43fb94fd84b3020abe25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d6722d6ab9fe46258f4c45943986c85a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5df33d93856640fea8081497093dc7dc", "region_id": "RegionOne"}], "type": "sharev2", "id": "b1fac3ad63a44107a5f8876662500b7c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4495b39635664b54a159c9aa5a045b82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d9fddc530d46408cb4bdfd4cc31b577c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b09563a491044f23a92735ad8c31a35c", "region_id": "RegionOne"}], "type": "share", "id": "90e968bf0e9d401480c18336392d922c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ae1086a4f92a4a579523bc2c72ede08d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ce78eb173a174edea7437903dcfc412e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6de17846c72645f492797b731ec60cb5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ec6af99e387d4951bb68584f316693b2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a46fc3c52ac44f998953757523553cd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a7ed4da62244f5a863df16e3d610b8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04842d958a48482391dbb18ceea21d90", "region_id": "RegionOne"}], "type": "orchestration", "id": "ad24da493b414f52b3247c482246b784", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "994c4e2eae6747f5bd4186b14b5876f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65dd8ac40eed477b8eea976f93f6081a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3c9742e12b74d5ea4a7fd1af1f134fc", "region_id": "RegionOne"}], "type": "block-storage", "id": "313762e42610488da864ba5276e0a592", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9141e9f466ad4f958a2d3a4e2d978a9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d547a4c78f4f45259e06f086dd47fe83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a494ae713f364668863318084ecdad15", "region_id": "RegionOne"}], "type": "volumev3", "id": "ac8a9ee018a84461947000a04c1a465a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7675744de284ef4bad986cc477f7300", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8fe72029004451c8eae7efd46a93fbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a688cacae0994dab9b3554e116b4a520", "region_id": "RegionOne"}], "type": "volumev2", "id": "15aaf2b8cf2b4b259224cbdce6d8aa17", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6fe8732532a484983f890356522c646", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72445a895b4e463cb242e74f5f517c82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f8ee7fa741b4ef29b3b5e463d33c320", "region_id": "RegionOne"}], "type": "volume", "id": "05675639e59f4382bf9df5b70c2a79c0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae870e95253748fe82d97051f88b5071", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a02722dc6028448297952f9d5dc1fff9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dab346a5f7484dee86abac1c12fedd44", "region_id": "RegionOne"}], "type": "block-store", "id": "78bd506d72a84f98823b5599a6fb5d5a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2473e410cef24a518bd52c6f8230cabe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6e561cd4dae04ebdb66efa6b2b94b35d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0748773b8887441f86002e8d203c92bb", "region_id": "RegionOne"}], "type": "alarm", "id": "ac220713e20848918114ad62cf39bb82", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "617f81cd801c475b98f0b1cf1dd95fee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ac2eef442e854d94a5b8a74af237c6cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e837cf91110240dd822871d170a1e44c", "region_id": "RegionOne"}], "type": "alarming", "id": "2440f1a3fc334624a2771a446f31e0bc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "739d5b37bc084f1192d492f018029a9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "26424d55f03e44b0bc2a304bb3e2f4c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d60a68172b8644e5aed89a7e8e3f2be7", "region_id": "RegionOne"}], "type": "meter", "id": "fa5d4ab5a15a4a9988eac4158e9216b8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5e605059b5c042388f7f969727bf9d3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a8cc127772754f06ad7499fb3092d80a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4cc80acf8619439bba99cce3a2673ef6", "region_id": "RegionOne"}], "type": "metering", "id": "977bbeecb2ef46a5a4a54c358b83631f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d556dbe7f6b9499a9717cc45770a6d3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3020993af96a4316aec2b9fcf62a17fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e15a8414734241a480ee3a35bae5ba2f", "region_id": "RegionOne"}], "type": "telemetry", "id": "3da8422594924bc1916dd22a89b2601d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f4f5b0c1027c40e688e5315523e52988", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "18153b99eff644e9a98e6a3698f5fed7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7cdfccd8138e4046bbbd9b73759e5965", "region_id": "RegionOne"}], "type": "event", "id": "1da197999b3b4d4b9b7b935833e49454", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "46b4024f51f3454e890d3d1e50b97641", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8e58dcc257ce4afaaf078a095335efaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "69dace15e965458aa9fe20618dea59a2", "region_id": "RegionOne"}], "type": "events", "id": "af0f4012fe9d4eb4965de126df9f533e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a035f1730c094463a04504e43ece027a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bc4625428e9a4b9790b9a73764918aaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c38f354f8b534d5a968a08ca3d053a2d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ceac41a22a744c1789b948e2bdeb0681", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "edefbce2d1b2440d852d729f9251a1f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2e136c7ee4074972a76e0ef126618d9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "46fbae1cd8d248ff89ac7bb41c10049d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ef48467bc0af4723855b67dd1c27c444", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e4ab76f77dd444e9bb4b4e18666fa867", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "afde86285d494910afa18929b302a3fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9531d3c5ecec41cfb0f8512054335351", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "0608a552a2604def86aff5e78f3f30ec", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3976fa8c3506414080379404235b95cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7fdb0776d3b64ce29804e8b708443ecd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "73591170225a4fbc8feb4a5d85596867", "region_id": "RegionOne"}], "type": "tricircle", "id": "5196cef4c9674aafaf248bb55e732d50", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "05bf580cf72f47c29c2827d942b3276d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "4a3641d6fc3f42028076cf5d4d6a3c32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "4d4c0b859ef7484595c82914018d0c5d", "region_id": "RegionOne"}], "type": "database", "id": "196743332fa347dfae757cb042d4dff5", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e01a884fa4cd4863b4cbe5f993c07190", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "242f391347644128891191d63f9806ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "139b020fc2c14f4a81b64dc82443928d", "region_id": "RegionOne"}], "type": "application-container", "id": "dc7e4f401bfb422ea7a435b6a62a6af1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "476e4406bd394a85891c451309bc71c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f276e4882e2b4bdcbe3234130c10078a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b20d51de5beb47e7a80b5dee5c041084", "region_id": "RegionOne"}], "type": "container", "id": "293102a7d8944f31a9f5d66852aa3f82", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "66b503e7650d405484a010a59420acc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a2c2989b4fbc44efa5cbec5c7a667a2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "db26154555af4b7b8e8ea5017e295151", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "96b29e7f68e445958d467d9a24713c07", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9e152d1b303c474e92c20975740f122d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e368164a3d5141efad4001843ee6b0a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ae551dcaf56144b0b0643c71aa34fb7c", "region_id": "RegionOne"}], "type": "rca", "id": "7a0540b2cdfa4c25b1bf9fb3abaf8d9a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "75ab124d49ef4570adf69cfff2f97c50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b904ae147403431bb118d3be838b8d3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9033d980ba2f46a5b626c65d41118db4", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "92e834834ace4a008116e42c36bf4e07", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3256b0a4458f475bba0a681fcac2256f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "605efc3cec3145c3bef34e9c25b7ea12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "25150172fe0c442a8e7bcb2e48f86fc3", "region_id": "RegionOne"}], "type": "network", "id": "3d9579fd80764d0882aee39192e917a9", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a2bc3dbc7e0f44529bb5773d4783e99d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "89be686508604e57bf96c60880dc5545", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ab176b1f5bf4458a8033b2e0f39e4d36", "region_id": "RegionOne"}], "type": "backup", "id": "88d718bcdc4c4e0695c5490e69c2071e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "acce7f8a97bf49679534486039958386", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6b8d1bd8e6e942a3bc718e663efdad8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7ac3ae916b7146b48f58e40538fd3e19", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ccb55e69747046cb95e361d120e38b8a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fdef3c99b67b4203ad9fadf851614840", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "39fb204ed7be40f3861d12c4e1fcac58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5a90957e9c98434c87e001ca94bdba6f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "69849684f7f64fdc86b55672f135aaa5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "35cc3cd311b14bddb16a441833afa3c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9e8ecdac2ab04c698e40e8ae08056b71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "6ae5d82aa05e4028a1c6cacf02b98e09", "region_id": "RegionOne"}], "type": "monitoring", "id": "51884f74a36f4805a351a928b0011cd2", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "53d17484ebbc408381e56be4350a353b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "51291f54eee44c44a3b12b118129370b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "184c0ea7e65141f18af58d32cd6a19a5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "caa64b4f1f5c4bd38a42f43f0dbf4eb0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3083bf55264b4bdcbe5721b5a398bf75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "fb0844d64680487fa49f7ac27ff666a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9e94be81ad60416bb22c0c7fd5f50160", "region_id": "RegionOne"}], "type": "placement", "id": "e8c923f812894179863df56a67032c1c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3f214e9efedc412c995edb897faa9cc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9683a56a107e464a80001a0e393d17c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "29077f82122f4142bea2c3339891d978", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a26ba761a6c748e8b90bb562b97566fd", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "60efb5f17c1f407c94b5b24596feebae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a3811057b4e14a63b7f3ba8aac116751", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "efe9ac0910474551b46016393d2ae056", "region_id": "RegionOne"}], "type": "ha", "id": "343c4d407d294d268050f237b107a59f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f37cf26b66e94169999566382d727a9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a01673ab956a4790a1a6bb842c957708", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c2ff72fc1c574d53ae6c9580ce7513c0", "region_id": "RegionOne"}], "type": "reservation", "id": "e2d68bbb37fd4aafbe26c7b55fa58291", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "acd73acff9e84eee85a4ade23c8d8b3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9893e5e9c55942399a01eac11adb164a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "aa3bd057fc0741b9bca6bd87544f35e2", "region_id": "RegionOne"}], "type": "function-engine", "id": "42b74731f50b45f798b819225afba556", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "34ef9d725e744853b82d95f26ed23ab2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b36fbae402244566bc86317d1d4fbd46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "120b56a756854ce28c4e0b95223b5151", "region_id": "RegionOne"}], "type": "accelerator", "id": "d185522590554586a38bfc653989f10c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3a0026cecd21421aabeef124f900d11e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2343585bf2cd4d3cbc10fae8e50fd4db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "02e78552aab24dc1a5e06138fb6459fe", "region_id": "RegionOne"}], "type": "admin-logic", "id": "5b850f40630740f98d8b7e5e16fb5645", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3f72f15a39424c4f91bd0696dd84cf31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f3df8fa6ad3b48ee90d0931c2b73f672", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5d2b2def767e4ece871d490b980bea8a", "region_id": "RegionOne"}], "type": "registration", "id": "a37ca721bdd446f6a90b7597a1058e8c", "name": "adjutant"}], "user": {"domain": {"id": "d4f2d9db1a00437aaf4092015e1c326f", "name": "3027c60ab72d4dd490a1d5bc3791aa12"}, "id": "bc0570b2d0fc4e3e99d6b484efe99c21", "name": "a491ead5a6184b07a7bea38777452236"}, "audit_ids": ["cd6b0277db6040a898c0340bf4b16c04", null], "issued_at": "2019-09-19T09:04:40.988763"}} 2019-09-19 09:06:41,175 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_create_container_exists-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,181 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 0 Content-Type: text/plain; charset=utf-8 Date: Fri, 16 Dec 2016 18:29:05 GMT X-Container-Bytes-Used: 0 X-Container-Object-Count: 0 X-Storage-Policy: Policy-0 X-Timestamp: 1481912480.41664 X-Trans-Id: tx60ec128d9dbf44b9add68-0058543271dfw1 2019-09-19 09:06:41,183 keystoneauth.session RESP BODY: Omitted, Content-Type is set to text/plain; charset=utf-8. Only application/json responses have their bodies logged. {3} openstack.tests.unit.cloud.test_port.TestPort.test_delete_port_not_found [0.194699s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,960 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,964 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,966 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,969 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,981 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.899529+00:00", "project": {"domain": {"id": "d79b6851778e452997d0810a7019cedc", "name": "0bd524f503214692903925c716884854"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "12d8dde96bc7404f97e78fd622eaeef9"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d1821beae1ad47f9bed67e6278d6f4e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "6afc17583b9c45f2b1dd8a17cfc6971e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "41f0d5658e9444e391b705c6d7b1bbe3", "region_id": "RegionOne"}], "type": "identity", "id": "a1abe4288c1d42609732b620e2a39940", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6db91b0e57be444f9c0032801e818cd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c0a625a98790490f92d7f8b65a5dd135", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3f1e5a1b7b9945119330597c67a4df66", "region_id": "RegionOne"}], "type": "compute", "id": "b1d519a39f704675a875e2b254c0a0fb", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e3ce7ac2bce14ad380e607244aba19c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "43f9dfc10d2148b89aa36720a58c731c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "80f790bed91b4111b1c97ca99f8dc2c7", "region_id": "RegionOne"}], "type": "image", "id": "9c23ccf798ae447aace416a37015a969", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c30868b6b4e1477698693496446dff60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6989de50f07543aeb32539b95a1d7314", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1aa4c423db4f40a7a95dfc72c34fae1c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "fcc54543689b43bfb30356655bcd37d8", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b79e28d668db44488462ec31aa585fb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a6f6ede49fa4cf8bcb6225af2497b93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93fd87f8ce5d4e979641682971de8545", "region_id": "RegionOne"}], "type": "object-store", "id": "f9bfe2dbe1244e8295ea2a4bbca6bfc6", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d7b97029f7d5490caad94223cb41abb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "77dc274184f74e57b6c595579fce924a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5c71eef8ffa246efa84733a99801e3eb", "region_id": "RegionOne"}], "type": "clustering", "id": "ec26f9bba301414ab0f048909f7fe89e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "80953960b86e4dada5ecd00508bde437", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7592ce8f2d3349c2aa1f655f6ce12588", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "943c4ee2982d4df08f4d0b75a6dd73f1", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "cbf0155187604f448201c0f53213d775", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cf761ff8fae64c61a0ab97eac113913e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5365ce61254349fa99bc59520ca1a2da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9d408917b07d47979cc3fe70dae139e0", "region_id": "RegionOne"}], "type": "cluster", "id": "b545cae5861644de9c9f838624263de6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "03bca4440f6248bb8562c3a7f8e2c2a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6ef2cbbc4d0e420d9e88feae82c37ab9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "4bd3a64a3c264c19a3b368427fdff891", "region_id": "RegionOne"}], "type": "data-processing", "id": "822137f3e7fb43d89e7e2dd4f9660dbe", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "87d4d93eadd9495ca3cdcbbcb7cdf043", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b647658c443c4691ad826f9e779648df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "26c35b86578244d6b5bd322653019c95", "region_id": "RegionOne"}], "type": "baremetal", "id": "ce7486300f424ef7ac38106e8851ea84", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "34d10ce085464ab89818d670ba2ec762", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2a33fa2a08fa410e8022a2941681c1a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e007b0dd9138404cb0d0090f472fb237", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3765d1cfb7e7406fb1c038ca6f733db1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "993e6d438ec14731b7abd38899fb19b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1c699a9105bd491b9d16132bfcb59c5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "806207c46ae1428cbaafb88172e23984", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "049fa779356340b0b30bc2c6b70fff70", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bd73c2cc5d41478197b129d2b6c25c5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a59ff8cda8bc483d82bdab86e8eca4be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e2656cadd5184da38bc2ee432b5c1e8f", "region_id": "RegionOne"}], "type": "key-manager", "id": "b5734195ab2140358e0ca3cbd770e01b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cde062fc7639425c9d21a13829e7896a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b6a23e30e2b9405ba0e1fafba9d4aecd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "697e571788bb404380bbfd23276f7355", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "cb04924c52ad4b47af01ef4e29377617", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "686b24100ad64ee0adbcaee03203e39b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "073674cc8f28477cbef4f115ff76d752", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e620a1167f0b4ffabf82d44b990dffda", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4d5f705ccece44798f035beaba562fba", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "785320a1e16e47dbbb6f168f274e31e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "61b6c4980639422697fafe653ae81a8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "56cd0e97c15947c5aa09d6c83863bece", "region_id": "RegionOne"}], "type": "message", "id": "121f76405df142488cdf5449ac1f3c28", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b3b3fb592f6446468f139715cb34f537", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c0a127cf5da3454e9cd5bc8d53632d40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b96720a43eda435cad8ad7209495d8fc", "region_id": "RegionOne"}], "type": "messaging", "id": "37b02a66133846999d9d07095da10774", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "df427f06fb65473c8d9c9ebfbefd2ce3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "de4e7f486a6b44d083f4f576a7ac5db1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9853b259333d40e9927ec7d7d228f7bc", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2404a0ed783f45efa1af9ec42ae1cbdc", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7bb0b4117546499fba86a7d0d4f09503", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f3cdf0a1eae24b6d954a6ebba84be890", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1c7e5764b3614100b1c9053e36e245cf", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "65d7462c1ecd45bd94cfa141f09278cb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "16e726710a3d4884a7c135c042a54737", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4a84e150a3364ad29b2008889fada59b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3982c8da7ddf49c8958d3ccaf77f39d7", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "aa8c354eae624e8eb94689796a7a3df7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aa9dfbaec9844887a0277f4260558f4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2c9af36a82f744249cecb8a0b8455101", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "389002a4dc5f44aab3c1729ddeb23e3d", "region_id": "RegionOne"}], "type": "container-infra", "id": "8ec7d127e8cd4ce8b47c9c1343cec373", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "502011aa2bb24c09b262b7acd6c45f81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "44134c2ee6c6453985f5fffd94a79d8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "55a7ba0b594146528b825480ff0c4f84", "region_id": "RegionOne"}], "type": "search", "id": "0d44a392415640418e0ae0d2a7563a8f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "bdc5f6712f6d45e2bba0a8ea53000900", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d6503d05a37a4e05b767baa9c2aac3b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2e3d7c95a00143ce9fdcbd8c71b66dc7", "region_id": "RegionOne"}], "type": "dns", "id": "87e872ed79a748e9aa28d205be380c1c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4faf8e10a8c44eabb0782d575583204c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dca0e9a6c5b846bb862fe906f8100757", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "24236e09e8144c3581bd7a21b93461b8", "region_id": "RegionOne"}], "type": "workflow", "id": "30ae6e113fb3428ba049b1b7aa0dc1a8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ea299451f1cf458092b1ed630fa15259", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ee8d17c0a6244e2ca4a874dedd905be8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d429b5ca8b2b4e3f88bdaadd4f56a30b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "71490310fb5b4058945a88cf4f7b4762", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "858f9a6a688b4efa9ddef95ac82d6b06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9c3246267aca45d987262c4013f5dd23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1d2c19a486b74edd906acdaf95a62227", "region_id": "RegionOne"}], "type": "rating", "id": "ea34793e26ad4f5baf8b1ee58d4397e9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "395793c86af141d9af07194a9aaf574e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "aa262adc73144001a758de2934df4a08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "66a87e6522be4d5fa930ff3be71a9df1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "49e6f0c67397432683540830f5c086f3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "25fed37a175c4149a4134a8a2776efad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "237577accf79491d8115ad4c16eeb534", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8d90ad494f4d4422980dbdefcd0ec4fd", "region_id": "RegionOne"}], "type": "policy", "id": "894fbf9a5dde4d01abc19c5e7cb606b4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7632e8c62d744072b781290c296586b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d2b22807efaf468dbf5578d1a475454a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4841ede380054cf9a3d773ba6cceb0da", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a41d8e96020442f3802265c76f8ac63d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "30dc3803ce3b4ae5993b8deb781beaa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "638485fafff84b4ca1746972b6343c94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "405570119298435498bcef8c1c1c1cf8", "region_id": "RegionOne"}], "type": "sharev2", "id": "9f9926dcb4ec4c34bb465e1e6a74faa9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dcf6abcc04c04b18827eb1a0ff2a186b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e41b456af0ff4311bc6f740e1d18e555", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6d1d099098734d23933af034620c584a", "region_id": "RegionOne"}], "type": "share", "id": "302103b14ed04a068bd67ceb77d01350", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "86d7280e0af24bd688dc6f5f8fd0fbfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "42cd4ac354804ef092ff5df0b171f6ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6014681b7b444bdba53223a73c96032b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c8236cdff23447cebea9fee51dbfdb28", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23e0344607bd4d029377eb282ea4302a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fef0f619d3bb4bd6bb97c6371e2eb3a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f47e510e462473089d18b620e793b6f", "region_id": "RegionOne"}], "type": "orchestration", "id": "a31069ac8bed4813ad06c3c953773c09", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "faf1cde8cb264e1b8c0ba15b883f38c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28b5d8c9e9a6424f9160f0813326d68e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "947409770b004b0793f5a18be5847111", "region_id": "RegionOne"}], "type": "block-storage", "id": "66dd2668173147079748f9fa45f71233", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fda10d090bfc4f53badd60cee8dbbf62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a7a3aa4579845aaaafde28339c2a013", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd7459fa430b4e1685b562cdb35bc521", "region_id": "RegionOne"}], "type": "volumev3", "id": "ad925f3f1e8b48d0ad5587c7ffde5075", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4433cfa422e2402190cb08ef34a6560c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e121fbba095c4efb9dfea8c6e360bcc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8318f24d3e84a4b8a441a03e34b2193", "region_id": "RegionOne"}], "type": "volumev2", "id": "04f298b109464491923ffa287639e7a9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "601bd881a874412bbbe479f33ee0dafd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c495ce396030478e83bb450732befe62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0958f6001ee4c70bb563a680ff6d61c", "region_id": "RegionOne"}], "type": "volume", "id": "e867f30ce6104170a5add0b54497e48e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be34136a3e2749a69fc72c47be690e2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed5dfe9a908a428eb3b435c5935eb191", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6848c0a4a0094f39a977090aa51b36dd", "region_id": "RegionOne"}], "type": "block-store", "id": "519faa2295aa47c3b15f3a54778c42ab", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3c7808d4261e4b6ca957e2ca5d25263c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "44fc594ecf084e0ea7bb7ebc8a3a70ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b14b416d852b4178a05c33e879735b3d", "region_id": "RegionOne"}], "type": "alarm", "id": "adddc0bffb6e49a5a543a0d9f37d9994", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e0b246b478564e73a4367a00a222397a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7f28e74cbfcf4679b2ca82571064227d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a76882becf9d4e188972c7e3ccb9387a", "region_id": "RegionOne"}], "type": "alarming", "id": "40bad2a5e6f9480dbc0dc51806bbcf53", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2ec3ebd0ce8a41bb975ca15a90d6025e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "03b583519f934254a06a845aa889b05a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "95f76afd3d7345d9bcedd89b8f7a26f2", "region_id": "RegionOne"}], "type": "meter", "id": "46028acc683747649ef2f5b891be3609", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "573cf48c21184f489069ba2e23242e37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8d00b6d55a374da5a1f7ed6cb8141982", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0f6409bc844e43dba0dae528ae58301e", "region_id": "RegionOne"}], "type": "metering", "id": "d5f387881581474e9f32d73ab46f6a4b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "df50af7f39404c50a626a5a7669bb9a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fc03f347198541c892c2d81e5bcc54fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7474141003584121a265b2b5ab8bff5b", "region_id": "RegionOne"}], "type": "telemetry", "id": "3ea80aeb8d4840b59fa954b40f2c326a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "aafced2f227f4861b0d4db954c262d87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8ade8e73bee64dfca95eaeec11e9af75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f9a9c93f2c614f9396acff7b92a74bcd", "region_id": "RegionOne"}], "type": "event", "id": "38ff2eef6ce34fbf8b69a7e3d677d1e6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8fe8568346bc4924a7ad4612673aea0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6a5e875823c9423ab622618652040f00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e45aeba58c9c4d03bf0421673d7fe049", "region_id": "RegionOne"}], "type": "events", "id": "43f4cb556fb64a27b105375d1f408a22", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "30754629fa4144c0a78378594c034fee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a948be90f97041fe93d69d5008f0f314", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "07a875be6a0f40b4941f5e1393eb210c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "376bc10bc998465293ae2f153397d600", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9e992b1406e34c399f008ca32a66aeae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "31b7143d738d4f3cb31a7356e29dc035", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c3d2bfaa2b4040a994d58e9955c75099", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1dedd3adc1c144f8999ecc5534d531f6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "90cc854c18924d99ba8980795fbbb479", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e782bf60b3b44a2da2ba475f6adf3f48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1f1918769f1a4c1ba017cbd5c813ec6f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b8e2685567304a3690ef4de817760daa", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c119553b471e40d4afdc9d15ba3c5742", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7a56c2f61caf49f89c56a47663cb5623", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3985acbdaff84b4e977aaac9bcff0bef", "region_id": "RegionOne"}], "type": "tricircle", "id": "5263e90e0ee54216bd33e47e21a17125", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8f2f9b85486e44248acc2a1543d2ea10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "409ddcebaf4b440493233e709686c18a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "690857424c1c438f9cb6fb6ddf908641", "region_id": "RegionOne"}], "type": "database", "id": "ac627f59e3204f6baeba63d50948d46b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "767b755c5171458692c92eaf392fa10c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "18b97171478d481e983a5b7cd1d7385c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "55bbafc074144492b83a42e9dfa79cc9", "region_id": "RegionOne"}], "type": "application-container", "id": "34af95df6b6942cba6eaac10faad4043", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8c9c1525c1544ae39095705a03e9d6cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "56fa1480b17947df8d840d166ce24625", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cc8fd02dbaa4466da8612f883e1d4833", "region_id": "RegionOne"}], "type": "container", "id": "949027eedde84069ad49fcc4c48b5ff4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "62e0ea734ea84cc2b928f08b8a24efef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8ec2949845de4295b8337eba2a928dac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2468e30e1e2e49679af14f2e964c68dc", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c145ce68c5534e6e8df5cd5df4f284dc", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6a039f36e1d44e70ae53f9dfa8099478", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "04e8f15ea5e44e41b53720d53ff86242", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "367bbc5cb1f8499ab0c950d3c868a490", "region_id": "RegionOne"}], "type": "rca", "id": "f46999f7aa6b47619076e657a1b4bd3d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "750cb0904540414483308da2d4ce7b8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b44bf62d9d144f9f87858265f1fcf78c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "193cc453d7224ac0b32f2627a95ff617", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b53902f8a2c74b8eb55bce9766154cf8", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "02d4ccf812ad4b53b320397064587589", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "52a50a9aeb4e4b89bb8c623003ba3229", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4e39ed4ccb6149cfb2853ca3504fc250", "region_id": "RegionOne"}], "type": "network", "id": "b65e150b0c584e5a824299a20338a407", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "12bf2771dda24049957a4e5eb128351b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0023fac48a7e47de9c54b9eec6dc7bdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "03227faacccf4d189000cdb9abb94374", "region_id": "RegionOne"}], "type": "backup", "id": "d258cb70cef34aa7887626cfeb9f8afe", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3c023ba9d83e4871bc817410fe745a94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1f080e1741fd44d99923b70a75e7bc64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "505a22c2dc0d496da176d3c852b4bff3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9a096a05cc444203a9ece86adc4a3d77", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "edeb917ad22640368d3d61adcc30bc17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "07281b7462f84e4c8430343419ec8131", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2150e1e7930448cd9b2c60db65c09b98", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0e69cdbe93e5471f9e3e7e5607cdcce2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a5560bc83f214dd4b74e898e6b750b36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "03d58c430c2943629625ba4f9b385ee6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c9e6d178fd264ecfbe9da17ac0e1b4e5", "region_id": "RegionOne"}], "type": "monitoring", "id": "9f9ce6cadea64441a9e3eb643654074c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "56cbcdea8cb948ec98bd51a39a3f4216", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "aca394305ebd48359dc6736b5fee4a61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f4f30f7c0e194b52ba648b6bf4f5bb0e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8d109efb44b24b23bfa4556a7bc9c11c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f897562055d9428a962f4ae1758974da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "854694de367e455daeb99e04359e1618", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1f201413edca4736929b19d3decba955", "region_id": "RegionOne"}], "type": "placement", "id": "dc2e91bd459c4969b2c9faf643f98d80", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bf7a3d3106fe485aa38332012a3f5082", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6960deffec444d07a589ada5fac495ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5fbd9666283248f5b8a5f3063a3248ed", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b8fc013ef768460d96d7c84157a9a4c8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5f587ebfc2004b7b8dbda37294f60ecd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "344374e5ff104e08a19d70b1d68ea60f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "df022372b88640e2ab009df7d1782434", "region_id": "RegionOne"}], "type": "ha", "id": "564bba824b1a4c4aa954ed9fadb28704", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3b2bcf37be2d4d408f322a13466bf7a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5748f23245854298ac9fbb0b5145252e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "fa05cb4353eb4732895c92a3826d8a97", "region_id": "RegionOne"}], "type": "reservation", "id": "fca3c71f7c07461a9cd33d482d066b90", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5646626ee0994f539fd2f3b8f02cb2ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "540a7ec51fa144909ff25de01768d7a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "562fdcee2ec447c297f818ea902e9adc", "region_id": "RegionOne"}], "type": "function-engine", "id": "1799a896ef714975ac2006b67f34a31c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f9308f799a0d490fa686cc12cccc8fde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "117dff407e4c4ece82b575ad9e37e79c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "80f433d8fc23469fab7248a6ae837ecb", "region_id": "RegionOne"}], "type": "accelerator", "id": "cb215c1027384f6faecbab70b2bbe568", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "eb59ff59561c48deb955a280cb3fb1df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0e1406d314ae4306af13429cc67093f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f94faf30f23541bf8c95ffeeeb8b229b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "df34eafd1e95464cae4df762204803e0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d2e006ef63154445b985af90621c092a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d65e1b4fbd414c2f823eafdee4e5a000", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "60b6304a5df94a4ebec6825a147faa72", "region_id": "RegionOne"}], "type": "registration", "id": "25134dd707b44d7d82c8fccf06e342d9", "name": "adjutant"}], "user": {"domain": {"id": "c504d621911e4e8991e17c20c46a1b9e", "name": "4dc2a9933e8444fa9f3bccf85327c363"}, "id": "1371878e2b904424b502af680009bf81", "name": "070254dc1c9248f1ae67d2e05e83311d"}, "audit_ids": ["cfc6bdffd1a945d4833df14d5e66249f", null], "issued_at": "2019-09-19T09:04:40.899529"}} 2019-09-19 09:06:41,078 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,083 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,085 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "binding:host_id": "devstack", "name": "first-port", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "70c1db1f-b701-45bd-96e0-a313ee3430b3", "tenant_id": "", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_gateway", "mac_address": "fa:16:3e:58:42:ed", "id": "d80b1a3b-4fc1-49f3-952e-1e2ab7081d8b", "binding:profile": {}, "fixed_ips": [{"subnet_id": "008ba151-0b8c-4a67-98b5-0d2b87666062", "ip_address": "172.24.4.2"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}, {"status": "ACTIVE", "binding:host_id": "devstack", "name": "", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "f27aa545-cbdd-4907-b0c6-c9e8b039dcc2", "tenant_id": "d397de8a63f341818f198abb0966f6f3", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_interface", "mac_address": "fa:16:3e:bb:3c:e4", "id": "f71a6703-d6de-4be1-a91a-a570ede1d159", "binding:profile": {}, "fixed_ips": [{"subnet_id": "288bf4a1-51ba-43b6-9d0a-520e9005db17", "ip_address": "10.0.0.1"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}]} 2019-09-19 09:06:41,088 openstack Port non-existent not found for deleting {17} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_get_firewall_policy_not_found [0.186405s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,110 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,114 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,115 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,118 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,130 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.050589+00:00", "project": {"domain": {"id": "2077b746946941539274e80834f8711a", "name": "76ecb0f271b8406bba0034985123c726"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "55a73be1fb3c4ad39f9f5d969e07286d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0f9acb907f5d45839c6bc9315ee32970", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d4520336ece445deba6a23b37ee99d3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d816d0d2bec74df3b3c68fa8348e7c9d", "region_id": "RegionOne"}], "type": "identity", "id": "405097fd767a4904954bee281369a939", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bc980c0f45664ef388a79399cf80cb84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "81e3d6d3dc0d400b8529d83692680d95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "2bbdbc320fec4375912b4f5bcfe2154d", "region_id": "RegionOne"}], "type": "compute", "id": "1bfc0d69eb064b589d9a098aaa7e7817", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "43dacebbbdab45418ac730e7eedc0a2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a276339ef27d4895b0f2f4a827f57710", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2f010ed7955647e6821c40d028971669", "region_id": "RegionOne"}], "type": "image", "id": "7c0b59bf5314457e9d53e047b6f4eccc", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "71499fe8666742428258b407700acfe5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5e132c2a8d544251bd87c5b78cc3fbfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2679a3fc8dc7429bb9905aadd1c9bd39", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d5a23f0a0dbd4f20bbbbbf2a419a254e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb263827f70441119c0dee141993aa97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa6b022381694df384f156200dc8ade8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e4709fb4a754746b4f8e18e662bfbb2", "region_id": "RegionOne"}], "type": "object-store", "id": "349841cf1d7b45519b7954a86ff0ec0b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9ae4f9e3abf8469fb5e447f230d7cb5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "563d82dca8c0497e877148d48af35daa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7fb74bc532ba496f9c9e4387c76559c0", "region_id": "RegionOne"}], "type": "clustering", "id": "f6fff319351e4e6486e739cb50694ea3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "be10b221bc574ee8806286775e83deba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "40e735f9f84e47169615030480f3bd89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a1bed280e2ec42378292c277044962f4", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "366424feab014c9985415b9d45caf88a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1dc8b47d24f64083b85906076b7310e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5f6f7adfd2be4478b2c8fc0a96184264", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "84407035477d4bfbbea52debcc116ed5", "region_id": "RegionOne"}], "type": "cluster", "id": "ad636c715022417ea5921d632bc02b25", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "48d4c06f574645d5b18cf3e86801fe69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3887b765db8c4dbf87eb741b46c60eb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b2ada89535144b12985b2fbe2b9088dd", "region_id": "RegionOne"}], "type": "data-processing", "id": "45b5b8c4f62f44df909e87d6cf81d631", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1231c3cad74247af8f761eb33c3abf7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "09775a102adc4d2e8e3248232db28d55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "301c915c9dbf48cb907cef8a5ea92294", "region_id": "RegionOne"}], "type": "baremetal", "id": "84ec8cbc994644ce9771c1420c3d6395", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f8b8381459d04857af17433b43ea13db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d256905d46994a178f336a3601470b08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "961146485cd14e2ea3bc8430cdd7face", "region_id": "RegionOne"}], "type": "bare-metal", "id": "78c9beb915e1402a9f18c2273cdf2c5a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e4ee5eff154f4563a4823a4fb04cb977", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f10c490da7d543329122a838ee130578", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "efbaa65dd8664cfaa05bed7c39ba0293", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "acb8206d4f7f4f80ab32329036ca292b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "62a65140d4a34a08b5348885938bb28c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1389b4e8c5f34610b485b1639b5a8077", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b5cecfdffcbc4a1a83401491a5fea417", "region_id": "RegionOne"}], "type": "key-manager", "id": "0733c4ed51c642f5898677b675d46adb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1764723faa8246678674518f0d63fe8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5e9a3664a8c146b8abced64ea2cdd3ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "663a9af96e8c46529ff5b591d59c4518", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "11d20512b87942f2837e92c53ddda3a3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fb8e121bf0c94197a1d3e21f3a46da57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a439676475884ce8b22ecf36ee961786", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1843799bda694c82806700bf1e71e227", "region_id": "RegionOne"}], "type": "infra-optim", "id": "2e4009f508694246acee9451c66a764c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "40a1b0e6c24242eb913e1240e6cf2d0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0526851137144c5bb34389578a336f88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "53086a50f2d641ff98676000d8488f2f", "region_id": "RegionOne"}], "type": "message", "id": "aa88cc8ce2d64c2087a2ada9f95d820d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "088b30077a0e48e8b72f4e3b6684ddc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c36abbbd4c1844ddaf48f5a54110c663", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ee177508b3814025a4bb495bed121c02", "region_id": "RegionOne"}], "type": "messaging", "id": "1425292eb0d1409ca2e44da02c490879", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2abe3f448025483f89c946519698ff54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4516ceabfb494fcc971526b16f71b99e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d723a22a610e45a78a86e476e2fbccfb", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e0eab1b795264b14817ed071506da5b2", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bcb81e7576a34780acb99f2a4e5ee7bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "663af02343c14f07a2134810463d322e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ec96cbde4c14866a098e56461c18c4d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8512667cfc024019857aac32c1d03902", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7e1565903091430ab9a6df82f41f86e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "47c76603f81947d0897894d229a5e3e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aa952e5ce57d41359a574b31be31ca55", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "8cf92d257ceb4b1f938bcd37a37808cc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5dd260858e544f3e90bd228cf808c1e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c6a388a9679a4e498083c374468367a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "de7c04b8129f48248af7992cba04aada", "region_id": "RegionOne"}], "type": "container-infra", "id": "cde795171e264b0cbf92d24182ad3d7a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "02d0f592d6cb4b389d44f6324f736d00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "1e3f011be4b044e9811c83bf9d379782", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b8d3d9a4a1ff4bd3b5a6f618742f1223", "region_id": "RegionOne"}], "type": "search", "id": "9ed400a68bb14885bbd942c6de66a0d6", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d220fdad77ed428182544b1fde70e5e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "01919fe062c34984833bef14acc0fdb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "de8385a0b85f4cde8591a18760964892", "region_id": "RegionOne"}], "type": "dns", "id": "3451e0a408b8432c8620d1e9aaf7e83f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "37d67644712c455b87c23a18db8b5a37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5e5e4f23ff8f49fc9aec82d0213db33d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0373ae58f207421fadf0b038569bb1a0", "region_id": "RegionOne"}], "type": "workflow", "id": "193852f26108452aa63501219e43237c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e1ea7f5da8004b55abbbedd6f0335611", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ea698eee1d4a43b1a12aa6ac08888d6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7733b4d2475a453c87495396151d2245", "region_id": "RegionOne"}], "type": "workflowv2", "id": "39bd6e5edb6641c09cdf466415d32568", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "0bf9771d24d44d9a9410a9283251f6d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "95a8b7f54862467fa9d28a27a602bb9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0f9e95200be645dc9558469e2557dc89", "region_id": "RegionOne"}], "type": "rating", "id": "9d7991909cff474681161ba564b81df9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e7b2cf21b24042eb9ab512ee61d865d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5bcb0766b4d8493b92abf70a31e8381c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7e26430081ef4dd2be01d98e2bff076c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c90d518495344c2fbdd5c90528f2c09b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "80740eec559f4655b28718b01e5b16b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "46174b5e98bf4f8e886d9f61b575e098", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7392e02297df466ab9d37f93e21019e7", "region_id": "RegionOne"}], "type": "policy", "id": "9cb8f85e4fad4d7997a65ddfffe09ea9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1d82f604c85f45c7b2afd549b3851fbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5207f6bd586f441dad4c9e70f5b1c750", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0bbe18d375784bd3b104ddad12a3e605", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8ee0c0b4daf54cc8a7e63092f60f2050", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4187546cd57f43e89788b0ea46a35a2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ffa953def7034cd196c5454049b1a58f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "15ee7efdcc4b42da96c49cffc912d770", "region_id": "RegionOne"}], "type": "sharev2", "id": "75653eb129cd4cd6ba648155daf29981", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "da0ea21c644045b989b6174244d2402e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "158f88ab121d452b9e064f5e7a4683fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bdad1586f9714220bf954a5b2a47f29f", "region_id": "RegionOne"}], "type": "share", "id": "e7ee419f982848b0bc74827045d7ac21", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3c795cbb92bb4388a6267b5e7e8df24d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "700202aa230f4f09893090e1866bf9d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "592680acae1d43a4b9719fbfb220f7cd", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d344ffdecaf749f59171ea5641f9ed9f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2edb49a3e20440b786b298aaca79180e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7bf48a3b362b41c39dc5d7ce59f9f643", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa09db1c48a04b82956df4bc77fd3a61", "region_id": "RegionOne"}], "type": "orchestration", "id": "c7082fb631164db19a012c260c76a04e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ead741e30744d3b82386a4bc91c6eea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2004d4e9b3a4fc4a9405fbf2e2d09c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f82eb1c8b90d44b88c86a0225487e4f1", "region_id": "RegionOne"}], "type": "block-storage", "id": "504e5aab5ad9482898e11bd67fb883da", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19a462f9e8504dc0bd8569c4b1422586", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f6966606fdc4188ba95733fc1ea27d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "976a2309b6ec4067ac888eafedba593c", "region_id": "RegionOne"}], "type": "volumev3", "id": "42159eb6d77842e98bf83183efd9f13e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e2388b4cbeb4d8d838a9c868b946704", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2cfaf7799ee4510851fb5b4e09716fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22b7a259789b483f9b7a0d518823b429", "region_id": "RegionOne"}], "type": "volumev2", "id": "4a80c95799eb4d1d9eeaadaf6e06a9d0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98c55881e2604c7aa0671db77cb5e60a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff00d97b2aa54516a7e89f7cdfebcb72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86ef37cf9b2e42038232381a6cbbe54a", "region_id": "RegionOne"}], "type": "volume", "id": "7a60caed4e4347d2a925cf9cd0df6f7a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95dc1955a86b4521b1b854e126c07a24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4430cd0e576c45ec9c84f14a8512ada4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "614cfb42d38348108dfbb31f2535a453", "region_id": "RegionOne"}], "type": "block-store", "id": "c710e205c76b4233af9deabab68e9663", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "81d570cb98ee4b67804fc201208fb959", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "15809293a4e44b89bff1d6b8334b488e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "85ce2b4b5f7c460099436d93cba34673", "region_id": "RegionOne"}], "type": "alarm", "id": "ba1d509c1bc44b39869a9f0b7f48772f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0c84c6bcd0aa4ec5800f724652d4d32b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9f769e87aee5465eb0d738b02dbda347", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "abd365c2f0884fcf9c139a7dc32dd6b1", "region_id": "RegionOne"}], "type": "alarming", "id": "ad08a9a6ee8c4d42b98f266efde92506", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7dec4083d777448abb61b26c0c6cb3ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9c84cd943b55427cb5dcd23aa1648346", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7f69d75829054f7989c699b6a856337c", "region_id": "RegionOne"}], "type": "meter", "id": "dc7872420ccf4b5ebd74633790f82867", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2a2cd2c4c7b34d27a6b4fa75292e297a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "98c469ff86594169915279d15b898597", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "edee9690a78f401b8915e1c58f7a8c30", "region_id": "RegionOne"}], "type": "metering", "id": "fe4ee0babecc4c1a9b3c10c9ceb47556", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "33f1dbe5f4a94131bffb77b6e82d28d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "008c2c681efa488f8e61111279d8f43a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9253493eb8f347b199687d833caeed8e", "region_id": "RegionOne"}], "type": "telemetry", "id": "b347acc6b3ec44899a0aca3b630a6782", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c9d4a9f608e64c8380f3b7f442b21464", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4ec731bd5d57492d90f8d42db634daf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "430e60ad36624728903ca202c965a3b8", "region_id": "RegionOne"}], "type": "event", "id": "7b3485e58504496fa45a005fa37bab72", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ecc1db56d09e412e84c588ffc69e5c86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8e5cb179fe124c119c17b89ff7e5f3ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c882e28edc974549b4bba8f137c7dd4f", "region_id": "RegionOne"}], "type": "events", "id": "7a9a1dd82b65485ba42a0a6c64d10021", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "67e61936accb4ce88cf1ca8f04a29e8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "edafa68413134e6c8696ecfb0b4f76d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7c3b445f8f1b4b5fb8672a1a4f6fb955", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c78e967a39c84912a0739b8d8e37d749", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4e59d907b4be45bea220e53cc15ba677", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a8e1937d6f294d0cac5bdf4628e18628", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "daa8df5336cb4995a2c92ede3ead9a1e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "defad426a7b04f9d81de12725333951b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5782d3fb9df94d31ac129f8d5fbbeea3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4a2c43ba76ae407bb53762d2a0217f0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "78a9f9a4a82c41f783480f31a400243a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "946ab175ebee4a64a0a214aea18ad96e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d42efb235ad64e08b27c7a12e53e7290", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4205d834cf14477699eadfc399cda88c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4d639106cd784932a3ca094e186612f7", "region_id": "RegionOne"}], "type": "tricircle", "id": "f9ec448d8d6242d0a4dc211544c2f8fa", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7b137b843ca44201af12613925614a44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d758f8e9e9c9446ea074a73b287b3773", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e5f76726a3fd4f7bade67d7c7ccd387e", "region_id": "RegionOne"}], "type": "database", "id": "60b6b6ad0db14b4482d3583c685e599d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "213da6d513d042a18d9fd4830d665841", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5c9ddcf8df974b7f98c37900cb1cdd02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4ab6105309864375bd114c2635bf8a69", "region_id": "RegionOne"}], "type": "application-container", "id": "4ae4409626a34bab8895e1fc0a06cda2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e4053bd353ec432bb69498da4b787094", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "63ce45cffe4d48e48ebf5b7f2ea23514", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4efc5dec24bc4a16b0de1b577684c690", "region_id": "RegionOne"}], "type": "container", "id": "9cbac47d34fe47f19d383f958a74cd81", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e86abccff38947ebab880b3fadefe522", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9b1fe89906f74a8b8fb283ff01dddfb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "330ec8a719594fae8a7f75c1648ed781", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9ccc2ea0e6e24090ba41b4b1b7a7abcf", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e7772ee6816044a59e33f8d46ae51eed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "95a380a085664cb9be22c7985cc00d07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6b15f188567a412cbb6a5e4599a0efc0", "region_id": "RegionOne"}], "type": "rca", "id": "206cba79d5e44d4bbc9695ac05e8baea", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c7883b82b3d644ff92a3327658c5f2e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "34a48f461ef6434f90b1aac92fd52549", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e0f7c3acce144cf1abb939df70b0ceab", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3d4f6a5a00f844dd91e09a0bc8e94a01", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d40467629f6e4b6ba01fcd62b11e56fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1e111292ae054e95bef1f87429f03857", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "5727b8cc9b5249fb9b8074049ae49ab3", "region_id": "RegionOne"}], "type": "network", "id": "2eda6a99113f4fb997d53d2cb04074c0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ff52fc4e5dc0482bb83e4674cd6f3fb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ed69150983f047efa96efae4da67ec15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9cdb5acdc0eb4c04a496f28ad29c2e92", "region_id": "RegionOne"}], "type": "backup", "id": "807295f5320d41f1842f97d69e3305a5", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d0d1b255f1d445bf9bb534ba256450c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bb69ae1819934f89b09d26749a0b041e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "32f4028accca40de83f3f17a2fc6e768", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f80a192300d340359bae709ed059ea36", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4c21779fd8e14560ba12f17651c0a67a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "18f2d36bb8664754acc48d2840dd22af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2357e9ef779c444185e474af3594ba80", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "12b4b36cc4b54f40bc4f405820465735", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2682227926c24ad899e96465f75a3c6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ba621123825e4872baf62f296d7db2a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "89cad03fe4cf400cb1592bae80806a76", "region_id": "RegionOne"}], "type": "monitoring", "id": "8ad3fc6d05c541238dd69306315b8d47", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "335596e252114619bbd51b3f8040c111", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0b1ad3d7e4b543e098821e68f695af8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7c2990aa7493435786f5cae5f1d13ed9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "97b98fd9da174a5784f1b7318680f0e7", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a72f0df344124f86b96f7e359dfb4448", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "852eeaf6f58e440d85c086cb63728968", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "2185e6b295ea42aa85548b7443819454", "region_id": "RegionOne"}], "type": "placement", "id": "6959bc17201f4871878e6ae0567a094d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "762991dbac2043e8aa4bf5a61a57feb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "304898a7b58242f8bf2e4f86aa4ef27c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2ebc3f6aa57645dca729a522d2e02204", "region_id": "RegionOne"}], "type": "instance-ha", "id": "df1dad12cf174500ad0d129b3f246e80", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9d01c05b27dd445aabe5f4d2fb0f9613", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0893016a79c142ce95c147769b7edb4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3e0d3119b4fb4c6192572f836f8423af", "region_id": "RegionOne"}], "type": "ha", "id": "739af9dc45af43269ceaa661eaff2db3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3770317a168b4cb992a8597b9b809b50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a669d0aafeb04e6789d828816aedd4b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bcdb2094f9a4407c868e074537161633", "region_id": "RegionOne"}], "type": "reservation", "id": "8cf6cde6f538403dbe7f4919c1fa1c9e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "00f086c76fe54403befca2c6abe4d9ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9fd78cd11e0c412b890c9bbd90252774", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "815b8244ddbe4ed59ddfcd4be8dad2be", "region_id": "RegionOne"}], "type": "function-engine", "id": "e1c594cb171040f893dcaa6f74402915", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3d1cd1774ed3456293d9d2269fc80332", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "745c8bdaf797405cb55397edd6170ab0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a8a73bb902ab44bb94309053cf2ca658", "region_id": "RegionOne"}], "type": "accelerator", "id": "9dc9ce74482643d5944e4fb9564f0edd", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "298917a14f5c4301bc7acfe08b526b10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4a1d4382f823430794fd14fb2a55dee5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f2830b7a3f99452dabf654557f568bac", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b5b6605884c449839a7db4f2ff90065b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "39e8ec2930c8459b9c652948c99acea5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8fdcb34e1ee54bb1917a13459c03bbb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "63b311686c274733ac4dae31291d3156", "region_id": "RegionOne"}], "type": "registration", "id": "f01854e5691f48d5af352dba41fa71a9", "name": "adjutant"}], "user": {"domain": {"id": "52b820b6c39c4b3ba2212c50bb03b9f2", "name": "5e45791fd42c434daa4773a4ea421724"}, "id": "f4fdbaac7868449a97ca3cf17bbc72f1", "name": "b9067847ce8d441ba3e30a0d1519bf2f"}, "audit_ids": ["8532dce906714e978514acdd6f52fc32", null], "issued_at": "2019-09-19T09:04:41.050589"}} 2019-09-19 09:06:41,219 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/not_found -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,223 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:41,225 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=not_found" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,229 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,231 keystoneauth.session RESP BODY: {"firewall_policies": []} {28} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_create_role [0.194568s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,200 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,204 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,206 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,209 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,221 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.133590+00:00", "project": {"domain": {"id": "3d5d7f608c144ee6aa83a81013600548", "name": "79f41055399344f2b3c4335c8ac3910f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "27c9db8abc934745bad2b2a98e712669"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8ac8e5fa0ac44046bbe7150e88c07596", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "757f545a51c341c1a8c92be2d096a2cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "50b6e496f274416bafea9c60170bb4fe", "region_id": "RegionOne"}], "type": "identity", "id": "b9aaaeec312545698b40a731b4477a00", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "590a7bd29d5d4b888d20739bb9e27d15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "22990670283d49c987d2fc6cea22a143", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "011ffdf4b08846bf9e4e9c298367068a", "region_id": "RegionOne"}], "type": "compute", "id": "9ca5ee6b50c04c569aa8f7e21a1245ef", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ff071394cc4c4b798f536a5a1f90924f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7ff1be876f284182a17c60d9cace44ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "67236eba1f684cc9b5b95027ef639c47", "region_id": "RegionOne"}], "type": "image", "id": "9021728dc7e645b8bcc987032ec31596", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "26f7c2712ae8494fb08bd6c5ea4da29e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c366e7f5f20042b6a4d7d7a561408e4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "25676dd8450747779711f43748c69d58", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a21bcb8ac197459abbc01bf0c0e01d84", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5080e58ca44448a394e55011f64ed17c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f3d55c8a47343f1b1a257b444412ba9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5208b4e59e6041368d4fd32ff5855336", "region_id": "RegionOne"}], "type": "object-store", "id": "7b6192e1368c432a8aa2888770218ffd", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fb034bfe40c04a42b69abefc498dd9d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8307cf665d3a41928eaefefe49ef9627", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "85504db9da074506aed13ad1d55599a2", "region_id": "RegionOne"}], "type": "clustering", "id": "bad1f06f496143fab1ca313de5fcf96f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b5d7465eaa3e4f368e405e65332d992a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f7e4982553814b2f94e0be5fb9ceee89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "eb8ec7a45b0b44b39f074dbce15ad404", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "231cc3a61d974b718997c81e3de74662", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e3b4b2c0722c48eb90de22cbea04e311", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9f6375ec927a4450888320d2a8e8e38c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b08ff9c99d7f4600adc722f2bcccb643", "region_id": "RegionOne"}], "type": "cluster", "id": "eb1ed9fe95cb44afb654b0515eb0f068", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3e468399db6149a5beaab4503086d01d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ba34d14811834c09a8f4c21ef4fd48ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "62edf5ef5b984ce2b94be3bff000a3b7", "region_id": "RegionOne"}], "type": "data-processing", "id": "8e84f4b713cc4fdca8d88ef8c749a653", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4f0221116a184164a242f63f6a78f8f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0de80435879d4857b25da3378085fa9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e1d9ebac445344c19643201a50dff02e", "region_id": "RegionOne"}], "type": "baremetal", "id": "5a8971bf7217452185256a59d2f67716", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1540b5d768624a7898801d1ee8524b61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6209b389ed864542a1444a182d5c7bd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4bf75d64f07a4270885aff22db95fa1a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7af22461943b45bf9938b66f7a18c0d7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d7d1dd04a79246c199cc78d3372c3d19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6509161d284b4076b8a21caedc0bd9cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "eb595321720b495fa5489da2810623c3", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "4dd0ce8b5c3f4f0d83596283b74a92af", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "74fcdd819bef4eecb7f2cab1ec6c26ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "14231ebcde4f4da29dd21439ca534778", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "a6f3b9e5ee734b7199a2f82a26bd3c94", "region_id": "RegionOne"}], "type": "key-manager", "id": "e6fbbb62d9f64c54808e2bda8c178154", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5737344ffcf448ae927a56c529c203f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c516800f6e2f4b5fb0463f61231e5b16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "04ad9fcc73654d57a7c9f9c9ba8dfc29", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6dd713929f3746fbbc27e40b7dac2456", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9a456c34b08a46668bb89fdc64c8e07b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "886395d5f44f429c9aa26181ec12db10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8f9b4e80978745a5be690d9db7906b27", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f8ab20d266f6455b9789fa694c45ff2c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7feaf2204da64283b3db4e2f66cd87f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "163edf66a0434ffca94f46f9de2781f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5e7568cc736c46ee801de71c8135cf8f", "region_id": "RegionOne"}], "type": "message", "id": "2a0f42f9a8074e8a82ececa0058d4750", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d7c3d36f818d4f2f86f87af7b751a771", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ec1894c3847a4b2bac46259615bd5a64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ea51a2eb196242399659bf23e3ece409", "region_id": "RegionOne"}], "type": "messaging", "id": "f8717d97d6fa4e289074f33fd9bb7758", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e1e1b8773d8a4165bc9298dea5025df7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "63f0f983efbf4d859165600b04356591", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "bb321f1dd35b4f8895759adf0f773f5d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0d3af8ee331744cc9374f3446f9f3673", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b538b12f7f17482183d216873a3bcd3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f37c79bcd74f49cc853c9b2cd5655050", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "92473a0b185f48e8b3c3722c4d1345a3", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2425cad738f14036a7a8fb8871f1c0ad", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be20910fe2fc412e9f158d6302e08fbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "04f6819676c846d5bbc7559b25449351", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4a77435b95634e9a8e37a8a15ba4b367", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "1ff1cd81c62640d4900bf26e2e4e3519", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "12bc3501f04f4046971f35b4499d21c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5f73155d5176448baaf79904a4c7e6fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "faa4e9b0876f4ae3a370c0af9a8af8ff", "region_id": "RegionOne"}], "type": "container-infra", "id": "b3119cb1bfd14a67b49e3a4e54d5cd8a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "780b0bb7ba2943ea9243d29c1ea7e38e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f13ebcbb70f549e0a97cd30d1f06864d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4564c048422e41b2928a7aeb88c37adf", "region_id": "RegionOne"}], "type": "search", "id": "f28811c309fd4567b2027e07b6a67c67", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "12ccff00f44e4b7b8a41903f62fbd95a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e8f30026dc3e46429d84efae5b1cd2e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b6b38d18522749deb0f36cf0aef3990b", "region_id": "RegionOne"}], "type": "dns", "id": "250dd94b3e204c16b3649dbc3e160af2", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "17445f4a265a44428ca4b745c813be95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "907c392c5bbf4fd59a2ceeab5b171cf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cf61b2730925457ab81c4548cfa16f7b", "region_id": "RegionOne"}], "type": "workflow", "id": "dee73b1161a4438bb57228a75faf3a5a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2532e0820dcb47e4923f50f3694b6bc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "24768597a90d4504ad8b87a59e6a8e63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5e08ae686fb54710ab2eb449da668586", "region_id": "RegionOne"}], "type": "workflowv2", "id": "bdcc189e0f904275878917c11babe66a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8a73d56f8aeb476ead83ced139fc5ff5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "8cc55c789cb94ece84f2b437a4309893", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b16644b6035840adae033d34e1d34d7c", "region_id": "RegionOne"}], "type": "rating", "id": "11ddd72839064e948cb877eed8c48459", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6627415648fe4fa2829ee3c38bf0a141", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "508afeb6ded844e09b28450a5b27b4f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "36624ec0141b4f5c92edf4ccb6a82590", "region_id": "RegionOne"}], "type": "operator-policy", "id": "07f25c5d4b134dbdb5e23bf7208fcd12", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c0036843e3554242beb9e6a1c6efc0b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "41a0d984014f473e8b2a44dca709bc0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "56c4d464b0764502be1f4d5b7f671d84", "region_id": "RegionOne"}], "type": "policy", "id": "3444f9536ae04537a57325d83598b9c2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bc7b0119ee704ebba2b2ee2d97aca966", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3a6ba1e335974bd5bd26c92f34ec3fc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "609d9ed52da548d498e8083fbc6f739a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "31d57cf29c36429694cb4c11bfad7fc9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1b5fbe50785b4f8c913039256f0d3645", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b3421fc2336640049a76cf0d57491c58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "caeed395574d4351a1ba13ab99ec917a", "region_id": "RegionOne"}], "type": "sharev2", "id": "55193a69ec8447dc896f666e552a31ba", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "982cf3d5e9c04d0a9601aeac811c348c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "17060160a4b24cbe98c53ff3637f4c76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3364879679dd4d6abefceb298b0e84d9", "region_id": "RegionOne"}], "type": "share", "id": "0a6c00c369ad471f9eddb23ba6066b03", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ded47310b8f546f6add3a89040c1df59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5bb958ff05844eaaae191b1c65a96e4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d9da7aa9768f4382972d01aa189b4b86", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f64b712c6bae413b9dddb1b59c7b563e", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "267862640b714995a76bc31f29f6852d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e08bdf7a993f4447b380641eb372b509", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "352ced4bde854973af72b369b0c217cd", "region_id": "RegionOne"}], "type": "orchestration", "id": "e7e673ae819d47458c8deb2d97f5850e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8bd608418b714734a36f97db9e61fd57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7df917e13a7d42b6bda47449595cab96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "531c5e395c7142338a563bf8acc11d54", "region_id": "RegionOne"}], "type": "block-storage", "id": "e407d455bf9e471ba45ae61f5cc958ec", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8ddcc635dc943aea09379ff96824f45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46acbc39033048dc988d920d276b0910", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa6554bb468c42c4a313fc907946c96a", "region_id": "RegionOne"}], "type": "volumev3", "id": "3ff18c1d58ef4e91ab40c5d4ca84c4de", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1dae1c8b437e4bd4b627176c2aee3ce4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7cf22002d38f4641a2be122908903517", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3d32154da074518a42b0dfaecd11866", "region_id": "RegionOne"}], "type": "volumev2", "id": "c04a2b29e1724ef9a8f29d344af9cee0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c833b36448b74060a7d4ed54a2fb6b31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38f460881e0b41efbbf4279021085267", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5596850bd3c647ccaa12bd8f2de5d06a", "region_id": "RegionOne"}], "type": "volume", "id": "fbb1ca81e58044a6a234e683b99be548", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "670b2915ffb8492bbf9e4724b5ec19de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ce149e7b4a64fbbaeec58390026b741", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e815b6ca4ec146b19b5cb81bc499d83d", "region_id": "RegionOne"}], "type": "block-store", "id": "41fdb515293b42c5ba8314c56ebf0ca1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1ba1cf1c09ed4432850644560e72fe66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5098736d8b5b4c40b1311575762abffe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3333574d8b194ff081ac5ebfd32e5c0f", "region_id": "RegionOne"}], "type": "alarm", "id": "1818bdbd28b44f298080e748387cc4c1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3db71838f5e74dfd8805958927bc075c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5ea90291e83f422cba0192c290dd8980", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fe66ef34037949fdb62411d0e5947a12", "region_id": "RegionOne"}], "type": "alarming", "id": "796ec6e79139415ba43c095d81be6339", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f9015dab952f446e9b5c36297ef69bb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f18fb3204e9b4af3ba7ecd6dbc922778", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "423a5202c4064a45a288c8a0314f872a", "region_id": "RegionOne"}], "type": "meter", "id": "feb3ee856bfd47429da79855ac352e7a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a9910aee9eec4a39b954fd535878314f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cc5d2088a8e349bea3fac1bc840e36e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f63cb4c39da542caa2fc60e9542477f2", "region_id": "RegionOne"}], "type": "metering", "id": "9440b1a52c254167ab09d94aaaa846f3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c51252739837459581b3b42fe110786f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7395b84fd42f4a188bb65cd6d3fb28d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "04097f0070c84ec2a4f1f0fe282391bb", "region_id": "RegionOne"}], "type": "telemetry", "id": "b3c74fcebb3d43678e763f6fdf904c9c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c1d491e3c84f440b99a5c1a717fcefa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b430ebc8bffe4b42a931e67e56b8eca1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bc6e320854de46fe8cb23e9ed2a70d03", "region_id": "RegionOne"}], "type": "event", "id": "f8a342487686466bbdf53e527c37c863", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7d6ba0e42fbc440aa38aaf1c4065ce2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f53422a0c96e443eb99f8afd8dcf72fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2cc0ace6a92849ca84c2adaaebb29335", "region_id": "RegionOne"}], "type": "events", "id": "4921a3d5e8134f0da74c89aa81511b6b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a06e70e9f9714459875f43ff1d0eebdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "082ed4a0f38947f2a545e8f0b0b7e1a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5bcb0d5e03aa4e92969512a2b7f68d63", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a03fbc1a8a71445fa3485a4960fc1732", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "af4f0e6316dc4f97b7c645edfa26dbc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "198c708a627341f19cbb05a42e020375", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c099c1b5b8454af8ba9951d7086eab35", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a26eb37d4ec5424a868395440d0d3b4a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "eec738c83c354dfc9d08bf2196896369", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "db9365be58f04597a0502a6476cd42ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "14fb9be7c86a4eacaa59ddf6ee6241b7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8b6cd1d91ac84a9981279a9ccfe4d678", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8da24624c7554cf4ac1f8418d94e95c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0adec44a2ae94ee2923faa60bdd9c64f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8dcfe79dcafe4058bb28bc88b7275b06", "region_id": "RegionOne"}], "type": "tricircle", "id": "79bca50689ec4a38a44bd2d76822d76e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "4232f62f1d7a42eca959a0efe252487e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2257e2ae53ae446ab44b1b1b357d5d87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c1bdbe38145b46b89a511a518d71134e", "region_id": "RegionOne"}], "type": "database", "id": "6002423cdf5c494fa796195e287e869a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fa5cb05a5edc4eee855ae37da4bcef5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "26294eaa9cd64bd5b12a41b1ee3b3777", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c42d4b272a824a5da86cf3d4995ba78b", "region_id": "RegionOne"}], "type": "application-container", "id": "8553b34b8a2d4cc8bc519efee527dfc0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a8f2f75a44624caeb2c2b2d5ba04ab6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "38f3635022d8442290aab1e5799fb4e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "835b8bd42cf642019c5f77ded6aa91c1", "region_id": "RegionOne"}], "type": "container", "id": "621de827b0f146149b0de837138d10b7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "520d90cee1ba4d08a0e4efe5f4687e44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "52de3a4723a2472a9fffa0441525b043", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1142a21fa6b24f3cbb46ba26ae9cdd98", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "70539a6644f74ca992a59f15cd35aa29", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "acb2c7b1349f4c749a9853d78c2556f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "014957488a92483a85cc1550250494f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "698a9bc420764041bb828fde29832a7e", "region_id": "RegionOne"}], "type": "rca", "id": "51467b9973f3416ba87bd2e93a2c561b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ce0d1c0bbd7344df83570aee898e940f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ab5d4d2d46fc4d9f9b2dfb5ded6a6a50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "cfa0c31413604e8f9261e1a8c22f91d9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c50b5e16f5494bd6b771ca788f6cafcc", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "dd9d96ab356b4edb97f4e31f20366730", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "91a2e288ee2c43dcbbccdaf9490e5b63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c014c10e43a7424d91ab3d617e32ed7b", "region_id": "RegionOne"}], "type": "network", "id": "aa83ad11027d4d3197e2833244c07f44", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a7c2bbe790b94504b2b15091b320e10c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "228e6e7b84cb4ee8bb527c0529228af9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c7aad685012e40c8ab2775dab7f0343a", "region_id": "RegionOne"}], "type": "backup", "id": "f16f37ca1fe34d8ebe4c2bc080fb4bca", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b5e61b81a3a2476f8eef669cb3513ba5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "11997f2fbb3a4bb3b361f3aefd788fdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ca94c5d7e10b47b389a98cd6453bd6e5", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7bc730afbf7a4c5e9688ccf024a743cd", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "219d2eab2e4048cbbce60d127aec918c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d37f9273508e43a8bc8173763782e767", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8ba8a8e41ce34738bf753fcc0239732b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ba2b0ebd49eb448d8b1d2a7163fde32a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c7150bf5cdbe498e89b3833d7b153168", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9677e37ae2ee4737b64e7b73b306123d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1e7bd4460d414aea86e27030b28b6b3a", "region_id": "RegionOne"}], "type": "monitoring", "id": "cf286f39feac4af7a5880a3d0799727c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8e6429c0c0bc4f9babc04a684e70738d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "eac7c1d922db4332ae5ceeb80334802a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "fd63eaaa17534193b6c8e7d2a95c0cb7", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "bccd6f0267764adc8814d3b678c33b0e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "53056cd2eff54ed193ab4b239ac1d070", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f56f471ef1ce48639c1bf2a11ba90da2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "fb152e4d6a9e4968bb82ca9c4400e6b5", "region_id": "RegionOne"}], "type": "placement", "id": "7eff855860a74dfeab2081cb51fea096", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8405b3bf8b374d51b8b75e6091843565", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1893f9aca6884663a206efab810b01ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f0c52274a7054788b5a2e9bb0a41a975", "region_id": "RegionOne"}], "type": "instance-ha", "id": "708d120ef3d248139f1413ba584d8b9f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fcf210ebc9cf40a9ac00adfc41a55bda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "374cd797f75145c5840d06d3efb42ccd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c5cffe210e164fa9ab3a6725b2280834", "region_id": "RegionOne"}], "type": "ha", "id": "ab7d061d1053421abfee877eef1899f9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "03faf2999e9748d9ac5eef651968c9b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2fc5d21abc694e6a90e9d6f146471fe6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "62e9db587c6f4a118a29e216a6e97091", "region_id": "RegionOne"}], "type": "reservation", "id": "b1466b8cbc4a4f848775cdeb568745ef", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c74217eaa958449c9880072b2116775c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6712e0d46c7b49cd9e32623620b18de7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d2880120f0104b7a92648c4c1bdb618f", "region_id": "RegionOne"}], "type": "function-engine", "id": "262bbcd29a474e18b3dcf7a564df29df", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6c2a3e1b94fe4c6e8654d8896d619cc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "84d0e90a89054b21a27986e2b3e3b082", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0c7222add2d84604b9d778e167a51cc8", "region_id": "RegionOne"}], "type": "accelerator", "id": "a59b1931186b4b5787cee38376dd1c68", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "54c324be78ca459786a8027d845328dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2edc93c65c5e4909a9f118dac344c1ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7474ef464d6d43e09be6b1d64704e8db", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b077bd85d8364f0e871e73fe8c380d5d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "58dd3a254fff4a2396e7ff3c31dcd454", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9442d3f7c5c8477d8d38b8e30572b7d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a823bbcb219d479785e9eacc5e398dde", "region_id": "RegionOne"}], "type": "registration", "id": "c679fd1117f34abdbea09facd557f8c4", "name": "adjutant"}], "user": {"domain": {"id": "39889c815b2943e7ab86d28c60091da9", "name": "8a708bd2eb2544ea8d821a8c98339378"}, "id": "89109929b0274163a29a8e1c2545be6e", "name": "b1151b200fb74df099f88f3f061bd542"}, "audit_ids": ["b36c3cf5286e4e7f9df80a664d8d8f00", null], "issued_at": "2019-09-19T09:04:41.133590"}} 2019-09-19 09:06:41,319 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v3/roles -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"role": {"name": "8314d141a1a84603872c2542b8dfc093"}}' 2019-09-19 09:06:41,322 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,323 keystoneauth.session RESP BODY: {"role": {"name": "8314d141a1a84603872c2542b8dfc093", "id": "5507e57693db4465834e22ebe8b2cd8f"}} {25} openstack.tests.unit.cloud.test_endpoints.TestCloudEndpoints.test_update_endpoint_v2 [0.108341s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,257 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,261 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,263 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,265 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens {0} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_create_qos_policy_no_qos_extension [0.176157s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,172 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,176 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,178 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,181 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,193 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.107955+00:00", "project": {"domain": {"id": "cda8a832190943b7b7ed0bf11b0bb315", "name": "46295a51e5124868b80b0e388e2914a9"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "18d16002aa98451185100d7ca6648e68"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0d550f470d874099a544344c45721109", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "cea772f458024f3a9a5dfaf7c16b9d85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c20732f1505047a799be30652945e8da", "region_id": "RegionOne"}], "type": "identity", "id": "1ebe1d8f4e7d472eb76bc9bd8d9fa3b5", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e2e7c3da87294ae3a86dc41092c9aa9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "122fa5b12ca5461f8a1822be9008d68b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "412b6e9ba42041abae8e9b71a0ad20e3", "region_id": "RegionOne"}], "type": "compute", "id": "e03dea8bb9634ac8ab37927aa3dda0ee", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "8b87d5153faf4c2d941f0ff47c6baafb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d4cc4aebb3394cfa8992ac866181fa06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4f9261ceaa244cada773d07e40192aa7", "region_id": "RegionOne"}], "type": "image", "id": "b8211189d0744033b980d25fcb740858", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3ee3fc3690f345eab50a234d92f64419", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bcfa14af4ea94bc08ca66ea354fb2d99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "cb92c88476f44b68bb8bcc07602e57b3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "986b8256eee340549570f1f91613eee1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4defeb3cb50e4c00b9304cf56cc92555", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "112fe84cf9e041a79e25167fc42f2f92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81f8a309679e47aba1e86687a08bb0a6", "region_id": "RegionOne"}], "type": "object-store", "id": "93fca685dbfb4546bfd7a364593b8170", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "12228659fc0e485a86ac0038b051083a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5b808477122c4457921039a6d7949188", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "055ac1c0f5c646bc9b19940a79171c3d", "region_id": "RegionOne"}], "type": "clustering", "id": "01f662c4a4fa4bd0ade4ca26fac1d2b9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9b11add1328e4b69a0ab2dbaafa9ef05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0b1e0d08d347485aab72664c2a8d44b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "74a2e4c2b425476fa39f0c8215c8b7fe", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "714ad01756724ebaa0d985aa41311379", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "203ac1d1b077485ca65805beaaa0e5d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "42dd64e6e89249b699604646b1772314", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a5b30e74a56649afbe461af2831804bb", "region_id": "RegionOne"}], "type": "cluster", "id": "5ef6aefabad54fb8b03bd54e1e8f36f8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6970617609c440e384bbae6307b8c7ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "30bd52dbbc044b9a93bc7e5f0ea3f0fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8bf52ef8bfbd48759af1d60a6cfa735f", "region_id": "RegionOne"}], "type": "data-processing", "id": "563ec4007e954f509436ca4e0c445220", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6a5a823aa46e4ebeb9dad3cb92ed7ed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2471d76b2fa94e5a8adb6f63430cad25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8988a58bf8bd466f831a3d5b3852bf82", "region_id": "RegionOne"}], "type": "baremetal", "id": "111c87ed51124904a0330034301c95ec", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7ba4a6bf238a46c880126fab7c6872b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e012b8fa22bf40099239c493808deb10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "72a3eeba760a44b3a9f6c513f683e8c2", "region_id": "RegionOne"}], "type": "bare-metal", "id": "9cb79ed615de4cc08d53306b6b797ac3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7762897ce77e4fc097d043d1559c7cbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cc6559e42b9c479fa758226e14755a6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "620c5018c3114829bd17ed130023beed", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ba394c1147264d97bd2a610c2cfc2411", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "51e2290d86b4408d88acb7be75ca139b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "10a9d19a1307445ca715357d29596ab8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4687e7397416451db5c5dd4d08ce2a97", "region_id": "RegionOne"}], "type": "key-manager", "id": "c59c47f1c0fe4e46864b9f353ab0aa2d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5050a4b18b1341c6898d360f3d6249cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6de0effac407426fb8ccbe6b5c6595b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c491ebee3e404eee92b67e925088c1cf", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b671eaad5d6f4d08aaadb90e9f0b9bb9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6919be9e008e4bb8baf45cf455c1829b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "21d2d1539aa24814b220fb03780db0dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "eb8337069407481fba2ea6809fe6237c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "2b8236671b2c4c67993b8bcea9356fc0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7807d93e8f45469991dbf9bef2b661d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f78bb396a81e436cae8731680614684a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cc5dc1b2fb774d29b8d3622a5b5aa073", "region_id": "RegionOne"}], "type": "message", "id": "9f23f778a52b4f4f9167a4dc6fc33d23", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bafee97e2c1b42f9b79c40a87f1c5493", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "65acc29cd7d849efa1122d72b218ddc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "73250f297e4f4414946e42af3a7bf6a5", "region_id": "RegionOne"}], "type": "messaging", "id": "129d0312e8d74d18849e6ac983e86dc3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e89ec5bbe6b64519a3d3d808b5e15b72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "17f4d5cfcfa140fdb382afbcdbb68dbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5ef31430f9c144b4912bf35db7f2b858", "region_id": "RegionOne"}], "type": "application-catalog", "id": "29382e1053c0495badf77d73d2d7a551", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "839c9b56bc6945d19e8ba7baf978268a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b10aaccc11de4b3f9bdb921a3f0d7ba1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f6710a4133a04a69bbae65c485155d94", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b9de01609d4e4833a6085584ba4d34c9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a6e890edfdcc471da17098e98ffb9c5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4d3a3c43fa2c48dcbbe11357c07e133b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8238447d63c54d72beebe1ad4b72fc78", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "8fbd0b088524455486324eee6f47a61c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1862235ef44c49899f1e95430b4cd74f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca805b234c3146d495acdbccc39a3b7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "63a0e948404a4f17b6532d9ddae5cd88", "region_id": "RegionOne"}], "type": "container-infra", "id": "f7a52f70639d453487a56dba9772eac4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "81f144f5c5534edf8298347f4ca78a4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a2882fcfa09943c2984b69ceff13bdb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "84326c20240c4f858dfee34416d4272d", "region_id": "RegionOne"}], "type": "search", "id": "c38158cd91604f88962cb5e4c25b3749", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "702d8b29fddc4ee69358b77c2dfa82d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ee3ea1cf179b4f4caf3e5e36198760f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2729b459fc9346df9799fbeafbd49a68", "region_id": "RegionOne"}], "type": "dns", "id": "6eb1a24051284804b07f0a13f633bc7e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0df0c30b047f452bad356fe3ae653193", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c1946127adf14b30b0bbe5cdf4265742", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b5704be62a584db794374e8c56b602f1", "region_id": "RegionOne"}], "type": "workflow", "id": "d512f24c76c24856999911f558bde677", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "97c0e6c76533404fa93c4518416bbb4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f4c4c793b3ff4347b5b3bf4fd341fea2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6c4b61cc3ac6474185c60086f15ed9b4", "region_id": "RegionOne"}], "type": "workflowv2", "id": "69dc39c47e8d492895cf55a857331f20", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "fbd3e5652cf6463b9a3bcbc4863d5d17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2aff971a6d8e441e81fd8cc53ced64b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "dd3aca7bd98140f2abdc617bf9ba2dcd", "region_id": "RegionOne"}], "type": "rating", "id": "5e84658c53634b46a675068b18204894", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ce1afab4744b461085a97fb5e05a6060", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "25f2678267804d3a8838f311486f54f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fc1f8cfb3f42478597d4987729a434b9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "608d1c06d4b74404aa66d28361b06e81", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "96ad441a1eb9473ba66ce85e314f319b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2641e9c8068f433fa44856122a034530", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0543c17720664322b8d7dcf35922a780", "region_id": "RegionOne"}], "type": "policy", "id": "da40ff2a2cc649c6a91183cc1e8b7dbd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "308f24ab95fd427e9e719caa3bb62849", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ed4508b45ec641c69ff75d58bb15f91d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "056669f0f1064a4da4794e4949379313", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "134be03438c24592a0a664929d22c11e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f3a97f6062724c75b0ff1d254d3403e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3e3ad41650be4486ad36c391e6693ceb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ac2d16da03974694b0e7c1d5ec9eef61", "region_id": "RegionOne"}], "type": "sharev2", "id": "da96ad31041e489bba8d6d842c1b95b7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e0d58aaa4eae4db2828f572384361f61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eebe83fe8ef844ff9a8ebc647d7440ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c23bc25c30ae40d9995b7324b12f6fc5", "region_id": "RegionOne"}], "type": "share", "id": "b646d5936fce43a3ac62213869bb8a9d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a69ee0a2e7094e399554543396e2d5bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "140195189cea4093b9322421196efcb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "07870047c07044ae84c6503e2ab9908e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e4c175505319401abcc5894f09d1c250", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbfe487f18ec4b55b5a91529acaa92c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "febb9ffb444145ca90dbf4c21705f74a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4bc950480b1c4632a250fbba2b8ee098", "region_id": "RegionOne"}], "type": "orchestration", "id": "86c46d2ffb7d4c8a9d080196dc51da22", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4f36f72e5504732a807b9d190d14dbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d03ab62ec8ae4a95ab22e0b84ad64d97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89759a61f60c4040865c1e88d2f8df87", "region_id": "RegionOne"}], "type": "block-storage", "id": "c1f961b735c841969c7bca9ec4435fb0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1eabbacdf8cf48de98eab1d740a625c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91cebcd1a35d428c891cc5c9159c8aca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "124f9c3a1403484698718b5f6d823ac2", "region_id": "RegionOne"}], "type": "volumev3", "id": "eedd1e1a03934b6a99db96b22a6bf4aa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11a2c94f50c4425f90e8e0f8c5610bb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1419db99440b485abb120db1b8a60754", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5248d3c781d6479ca29be7861dd0ec43", "region_id": "RegionOne"}], "type": "volumev2", "id": "333f2c7dc4e9431890a725b36e4913fb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ec86606e2434d47b19291c2fc7967db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35d84d2ca61644cfb787098f96033157", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96f75314a8df4133a95e248a64bb8327", "region_id": "RegionOne"}], "type": "volume", "id": "be2d290926c24bf3b1e02540dd99b1bd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04e0f6c4abb04d18a7bbcc294c1f132a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17cb2df68369475eb190196b12908c3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a5876d8f0b24cbc8985c89e6346252c", "region_id": "RegionOne"}], "type": "block-store", "id": "b37443c6cffb4d8a92e9fb56c4ff80ce", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "72b9f68a29fb4cc8aefdef939d3bfba3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b7a597feed4f46fa9579b1be458c760c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6c510eea48394e11bb28125406c4aded", "region_id": "RegionOne"}], "type": "alarm", "id": "e9753479ca4a4c60b0a80f2afe89c2df", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5b73bb25c3f746ec9ea836a7b13d8f56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cd154048e90d4be4b122642a6e20d9e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4956b694be59452fadd4d61524beacf4", "region_id": "RegionOne"}], "type": "alarming", "id": "685d6f06924c426cb52ac895bb8536ff", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "66d59e07003443a9b2c59999d8229189", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "70498a530a1f4061af2448a561c26c15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6b1094dd0c634bf484b37f3eea48cda2", "region_id": "RegionOne"}], "type": "meter", "id": "8c7f2d907dfa491a9d5ce8f0f99f45d1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8577202618144c77a4ae0abd7ca91a08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d5b903f1c5dc40d2954e1ba26acc99db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f0d576e7abab406dafdc96dca47b65a9", "region_id": "RegionOne"}], "type": "metering", "id": "4841dc4019884f42b81d00ae7514d647", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e2a5360b4df043b88bde9be6ddeaadcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7455faf978a14d388be59149a88ebeec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4d4351ad523045e2a610ad5eb6ad8ed9", "region_id": "RegionOne"}], "type": "telemetry", "id": "6bbcc3e02d9f4da3b1705a46972ce10a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0694c7a9e7b84a5a84387d8de9e0b988", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "31b5cb686e87461db8f770d8af8f9875", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "da8ac64b87d646c28bb5187681fe541e", "region_id": "RegionOne"}], "type": "event", "id": "ce1826170d62463eb3b7db9cdca43974", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fe5cad56fcd543088fe29ef5dcf92af3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b9d6ed085edf4fa6894d1bcf14664832", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "45332ecf14264d678df52fe9cc2edd79", "region_id": "RegionOne"}], "type": "events", "id": "cca790923e8741b6a92a3ccce0f8db6c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ac16c9eded3f4132a3af6220702f55f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b158b5e645dd46689daf22a4c3c8b02b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f631c000a56944c88672fff8e9165804", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1cfcc1b9baa04979a51f70859b53efb2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ed5a4847bf034b4db786eae9662ae5c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "46a07b6e07724604addddc5aaa029862", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ca7a6f1b90404d83ba23ddf8bd4b8cad", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3dcb2707614744a0902693408ccad6f6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f756a159fa8e4b8c91330faea493ebec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bba1ad93eaf24dd7b03faf6187a4799b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "89ef7126372542039a269ebad4151dc6", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c846ae6ab86c4b70b251c36fbf268ba2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e334ded2db724fb4bd85bb9dcc262673", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "38655a6eb4bf4c3ab38dcbe4694c0e97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3fd24f0bc82d4e76955bbe1640506fc4", "region_id": "RegionOne"}], "type": "tricircle", "id": "e34dc80137ad452392a7e1d5683d517f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5c9f01ca83b84abcbb5b24d46da6c127", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "76431299a0494602a56bdd7f7f8d380a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "021be2be1ce24fe08774054e17b240d5", "region_id": "RegionOne"}], "type": "database", "id": "61a175d920364922bd9bfa336994f9f5", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d8936e16704a4521bc970cae9f4f9275", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ce48675ad7ef4d4eb268e6343afd553c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e68a0ed64f3040648b2b7ac2f4bd1788", "region_id": "RegionOne"}], "type": "application-container", "id": "41c5545d646148a89e8790c9660dcd22", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f6a95a73b3474bbab879f26963ae02c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fab8cd69b9004193ac514dfe377fda75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9a445998d35a43e886acf3e89d5e5dc1", "region_id": "RegionOne"}], "type": "container", "id": "1c90ffb021c54935baa7efb2930a03e7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f20c1c5b4d964bed884188952f1c63d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ce2c5269208544c39d0f3b8dbbe43c5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c570855d26204088b3a5498bde93bbde", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "33ef7268c1da49818529a9610a3e8cc2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c095803fdc9c4f58b0b6da954302dfa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "eef45ee320ff47898a3ef19f7f4ba89c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f42a2e296b654611b45eaf8c9e433b1d", "region_id": "RegionOne"}], "type": "rca", "id": "595b8ce0baa2463bbf2dd453e3280c31", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a2cccdf82db94a19b7a617394befeba5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ff579f4395bf4b0085a7555e08226ae0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8d7f0ca71a6d4c47a02c5ae5e4727e63", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "39d03ac1d4f44276ab8bcd8f05fd0213", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "838a2c7cdf664f55bb509afd5f0958e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a3a256708dc94a47afcb7196d54d49d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "857b347e45254ebcaf329eca7d7397ff", "region_id": "RegionOne"}], "type": "network", "id": "17cc1bdb61ba4277b918835d4de7a40b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "312b1dfd35fd4abc82867fec3460678d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4b065d494e4240958d51328fb9d628a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "deeff156aab94801a25f330615174bd4", "region_id": "RegionOne"}], "type": "backup", "id": "84b69ffebe8e4414b9a0156b68881629", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a1e06aa148fb4f38bbec26969e3798e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "11729d084d1749d08025e19e79a8947b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "18cdd7302fef4173a84081e98e390f4a", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "2b47a4b4d92d49ca928f8011766a9c5f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cf38392d3bea41309823fef43d7de328", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c6d97ea8276e4a439e07697ebdc3abba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c18dbebee4f049f9914dfb88187b141f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a0f3f2c9ba7c4388b8f2ed60dc3e5b1f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4f83e42f0ef0431ab293017b79af2d64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "562a1c22b6764b95b52a28706a43f8c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f012b23e43e040a990640d024c80e23d", "region_id": "RegionOne"}], "type": "monitoring", "id": "1c1749748da4420d9775a89fe8134ff9", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fdf828046f174cc7b02170aa71a35ffe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "390989d77c834a0e9186d2cd1e62830d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6c13dc37aee3442dbac84600a9590bb9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "355b6d4513aa44a6be1acf9ba93c7287", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6687e14beab84d2983474d3de2f4771f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "cd5159ac585b4f6b9d7b93eed9b067d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "58c46f92028c406c966e3af596a0f463", "region_id": "RegionOne"}], "type": "placement", "id": "dd178020abbf454da1a38cbee3fd7258", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "31103bbc40b449738bf8b5ef186d073b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "aabb7a1985ff49f7902770830cb0c83c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fe0591a077f04dd1883843681a775f82", "region_id": "RegionOne"}], "type": "instance-ha", "id": "76ffe6b5149e429aa8e617447842f1e9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5d07c7e6ff31426585836766cf7ecc63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7ecec5a7b71440738fa22fea8ec0ea4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6fd6c5a634084bbc949d6cc1ac667fe9", "region_id": "RegionOne"}], "type": "ha", "id": "96d4024188c848a586a63a89b9f95584", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "683f622e57a546a998ed6aedc1598b50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "75d287f3b02948efaf9ff61128c000b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3e5d82bad4c242709f40a034f2e53f66", "region_id": "RegionOne"}], "type": "reservation", "id": "a5fe31ea4c524634b18cf221dea24373", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cae3ecc9f32d4ccba8ae8173dd846eda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "61135c7893f14f92a9ea9353701bf464", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "7a38631bd22b48d0ba6dbc6251f435e3", "region_id": "RegionOne"}], "type": "function-engine", "id": "6dfe747a22ed499ab06906ffb2cab87d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "36252eb143df4b4093131627545e89b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5d59b8d9064c4ec99f3a088125b6c6d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "550538ea2b9f4da6839ff90b578f5e6c", "region_id": "RegionOne"}], "type": "accelerator", "id": "78ba6ad8bedc48d3a82673d273d13046", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c2421690ad12486d8dc1c447890a9dab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "70283c0a3b614827b872a9b83d1016ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e98b785ac1ed49d4a7ce4b5e0614feb9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "081af8082e0d462fa7cf56f909014507", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "341b4294b9bb4f7f953022863505ae1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "752cc2518f9d4f789e60198ff264e29c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "81b79776951f4c8684104bbe2807301b", "region_id": "RegionOne"}], "type": "registration", "id": "88bbc9294a654a559c70401cda2eb4bf", "name": "adjutant"}], "user": {"domain": {"id": "b584e05bd163424c923e7b2b43b54f66", "name": "77aa0ddc9352440e83935660f2ed2ec5"}, "id": "7ad26467868e4242bf5f8ad67a99a5d5", "name": "120c2019b2334dbdbe8daa6f084b85fc"}, "audit_ids": ["d54f048c14b0479b95b83bcc5e361a89", null], "issued_at": "2019-09-19T09:04:41.107955"}} 2019-09-19 09:06:41,272 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,276 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,278 keystoneauth.session RESP BODY: {"extensions": []} {31} openstack.tests.unit.cloud.test_image.TestImageV2Only.test_config_v2 [0.159747s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,176 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,180 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,182 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,185 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,196 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.110067+00:00", "project": {"domain": {"id": "c5fe90f43eca41e2af0890e3a95db4bb", "name": "de0f80969f0a445ba8bc1ec4010d1011"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d2425ccb5da845f5bdeeef12f80d4887"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "63fa891a640b49baa2f0198cbcb85c7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3c982b10a4154b6cb3c579a48aa0bcb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "11f051748f3746268705b84593610364", "region_id": "RegionOne"}], "type": "identity", "id": "a313beab128745c8bc18a54354350e08", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b4fc05b0e1cb498584dbcf505898d614", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ad9fa2ce45394ee6a0a0cd179ae33146", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "61777a614c7546d99110e9137dcbb3d6", "region_id": "RegionOne"}], "type": "compute", "id": "4e2740d7e5334a3dace739e4dd9282d9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "470fbcd02c8a4e89a5c0542e4b5e8ba3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "734dbca7a45440f298e0606e35229bde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "14f5c8e419be40cf8f194b5bab9d5a6f", "region_id": "RegionOne"}], "type": "image", "id": "413cb69c2ca34927926d13245cb804d7", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ceb5c47a92d746a096c82414b309e184", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c9b55e664a78485b82f1343a54b30064", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "9bd67f4ae18b432cba5a7f91e1b8e0a6", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b2aedc8050224b699f3d817846aea8e8", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55677f6937da4a26994713b94a0e8f13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc48241995804503b70dd8555b5a9bc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "821dbaa12cc64cb18d0c5686140a90e1", "region_id": "RegionOne"}], "type": "object-store", "id": "67c1034d603144bda63e8eeae56918bb", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0354ea9cf1764ed0835606ba7895f349", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fd627e34fbac44efaf17c392ee293977", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b58b56db74964357ba54aee73f9a61c3", "region_id": "RegionOne"}], "type": "clustering", "id": "46a820f0af7443a7896bfc5ed29f5d46", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9b46aefc149143f88d91577ddc0734fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c03a673f9ff545289e453bbb957463d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cb3cf01083264ef39e9bbc78a733163e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4156bd88716f4d768b5e25ad4094d6c3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aa72d2b3135347c3b070db04642d00c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3848d513b3bd4409a8ab1079c53b1263", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "96b26d3ef1474a24a65c739d287291e7", "region_id": "RegionOne"}], "type": "cluster", "id": "f8084a7e69914226a4a9c768a17a2260", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d184c4e3667b432797f80f5a82f54f3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8eb6ef4b2f6c457d85bac5ac17fa5943", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6319cb3a4cc84ce2befb3dbf4641255a", "region_id": "RegionOne"}], "type": "data-processing", "id": "b051f7b73108400dad04f8c082fe53f4", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b086fcb417044a3eb578351957afcc04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cd04286b9db242fda47ea5860da5ed32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "648813e78afe4adc9229f3afad2e4ba4", "region_id": "RegionOne"}], "type": "baremetal", "id": "15fa3b8ff982477fa651db5161483857", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a7cff1c56ec7463ca6c6ad32604ba05d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1dea3170cc454681bca50513872e61d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "83c8400477a444c9a1306d1427db8256", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d6da3c88ba3a42fd9674f28ff3e36445", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9d321e81bdfe4cb4adf215f9a4ff5377", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "961cf67266184ab98691d098c387d782", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5dc6250876d04de1b06e3e2c0741381b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6d72c5f11161467891d51e1e8628a06e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4c6e4c3353664951899123eefd3f5a53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "715590e885d34587868956934e9bdf95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0691ee1f1e3e45fd95a820e98bfa3aa1", "region_id": "RegionOne"}], "type": "key-manager", "id": "d80e2c09aa234d20a727998415b568e8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0bc7a0ddbfb24a6ebfd0cb83f074cf07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ab2a8305530945ea9f8a30729576e67a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a8663e9d20d04970b4bcf5ee384c768c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "bd793c38b9c4482eb894b257500dc646", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ae44f07a3abf4a4c82e3fe367ee1a0a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "354fb305b8734dacba0415a3d0e60bb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "32352360a20c4da7b0929d84395e73dd", "region_id": "RegionOne"}], "type": "infra-optim", "id": "53d7ecf7ddfd4766a06773ed35218b8d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6dfb850f26f64203b1bbf53f1fdf122b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c364ab2e8ec54ed38723ab1ac29c3b95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4685da39f18a47698cb5a7088e556571", "region_id": "RegionOne"}], "type": "message", "id": "e63d718c6ef142438f79b888e6e82fcc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6819b9de26fc4f48bb6c1719011e09d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6dbf87482a9c40298e50b705116aa8dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0fd589c7f10a4717a77fa452ee3ea657", "region_id": "RegionOne"}], "type": "messaging", "id": "5568d426c30c456497365710565de250", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ebb402f6398642bab749b101931be917", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1957aad861a64f708139e113d20b49a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "85221a7fc7244957902ec1e2d6e5e2b0", "region_id": "RegionOne"}], "type": "application-catalog", "id": "fdb94e2d95e64d1fa9b364f16bf66ba3", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a576f65e79804bcba46d984793919f41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b5fbd5def01425383c99e1e83d48b66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "72c54ac8ea0a45f0a7abc8726edb74fb", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "713b4d93377f48a3bdd77ff8e2be3314", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1f82fa07ab0e419ab08be4603d92f204", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9d9cb787c0f54337be8b19c325dbae96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "26ef51ff8adc4c738a2f1dd59f9c949d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "fb8cc621a0ea4bcb8d156c34d68c4c0d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3be5816296b844b18fd1b13546f147fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d4c59869434b453da8534724ebcbe0b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b69ac5d0dec24b76a8f0cf23acd9a359", "region_id": "RegionOne"}], "type": "container-infra", "id": "42018e40917d452f820ff3f0ee77f8e2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c15f117e51d5443bbea5118180bd13f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7b2b86809a1d4abc897ce23188bfff0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "af641bb6789046a1ac571b5158e4699c", "region_id": "RegionOne"}], "type": "search", "id": "57318f71be20494bae4b6c8bc38d30f4", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "99b3604f5f534a959eac9a23f965a09c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0bf49464eda04eb1aabfd887b82e82e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c26e444ce12644bbaa0770920bfdd5d0", "region_id": "RegionOne"}], "type": "dns", "id": "2306b85c5f4d43f28cf5ca1bfe6b19aa", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ab73ecd0853644d2ac0e6c789c1ba7bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0a0021acfd004bfc9d65768ab00ad5cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2975a82e2860460b828b738356962395", "region_id": "RegionOne"}], "type": "workflow", "id": "fb0db689c3d94e8491bdb5d757fe506d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "97507ae815f24edd901c4da381f9ebd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0e1f265d41734a4da5942fe21a29689c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1d56aeeceba04841b2ce1619519cb82e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "54e88328907a455bac00cd5764ff6018", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "60d5775ba59b4b199a5390199463608f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3e67250e81b64445ad405fcb01a41999", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "cb914e7ccb5d40e39f03fe078acd8051", "region_id": "RegionOne"}], "type": "rating", "id": "74b1c1cc36fd4b5bb2112ee4bcc31010", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2e1687cf92f44a2db251e1e59b924ed5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1212b7c78f6e470d9c1189333683aa37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "45bc6f784efe409289324dba6b2ade85", "region_id": "RegionOne"}], "type": "operator-policy", "id": "7e31cf180b084e2db731191bf83fa87d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8bcd18803c054521946bb4de15e31911", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4c69feb7f47d4277878fa5bc9198eacf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5ffcbe736eaf4c53b7c4735c1abf496d", "region_id": "RegionOne"}], "type": "policy", "id": "041e85eab46c44bb9325e49cc91e78bf", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8375315b469f4a13bc6932181a92d154", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b570a9e018414cd1a0c001178fe1955f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b98508b7d1c74b86854d2c44c2fc116b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "31be798fcc62477b901b666a1041f310", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "207755ecd2db4afa8b56b7a3bc38bed7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cc9e6661d5a4482ab5445eae094a0b5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a7a755deb52b4513be4c0a19106bc5aa", "region_id": "RegionOne"}], "type": "sharev2", "id": "7e733dd925ac440c804a93d79b1ab09c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1056095af7b64f018c44fee62f59b8b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7f122b86c07b4ad0a41237956a674442", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cdafc72bc76d4182a6e48feddbe60072", "region_id": "RegionOne"}], "type": "share", "id": "e655cc25087947a08da8eacfe8fb344c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c86a509502f546f89627c7307598f26e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b72b06b4a5e04088bed2dbd7f0c64792", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4403edd03bd0450ab38f18f5456093b4", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ba64f821a6cf4e058280529d5bad834d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15bf157a2e344a13aa3fad830d24737d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7aa7c4a26a4c4901936822c5cf82a329", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4820a44e8579404aa12c31a7f2e65709", "region_id": "RegionOne"}], "type": "orchestration", "id": "b2aa6f0012294e91aa9918322fe91a61", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "232be5fbc2124969b2b9db96cefd8868", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f03a2cdae29e4f888dcbc2870d850565", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de20c7f8c971456f928fd36449980354", "region_id": "RegionOne"}], "type": "block-storage", "id": "ed70d966338c44e9aa669ff49c864f52", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b69bc9f128c34ebeb9536a3f57697d33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9afc792908e04f168ad2014551646c5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65f530502f7f4bff9444d9ecafb3fa8f", "region_id": "RegionOne"}], "type": "volumev3", "id": "b7d175cb354946b8a3a5a045957fffbc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ce73f3ebe9d49f1a69261c224d5f1c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1b93eac3dc343e7acde1c72504d8016", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "155fcb2c15d644cf892ab32f296ebea2", "region_id": "RegionOne"}], "type": "volumev2", "id": "4c3de7737de84f4aaf9e7b64bccd1fb9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b92668f30234f1aaa046851fda4f09a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7e77ffbeb05460ba56dce107fb3c92b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e450966047e46b58d7f537c4d9ea68b", "region_id": "RegionOne"}], "type": "volume", "id": "68af3114d54a423590f06e1d334bcc2e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "735735cca683491f84017930e8d8ec27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19895c2d982d417a97edec32110f082a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23f6611bd20747b480814eec77aa0cff", "region_id": "RegionOne"}], "type": "block-store", "id": "b87eddcd20f54b1e80381915b5386653", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7478a2b0638545de9af159ce941b082b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "038857a5aeb849a58d55ad7921f257cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f7e5e6e1b8e54c5088688e5d526780e2", "region_id": "RegionOne"}], "type": "alarm", "id": "a5d0ac57ed92447c8ab80605ec3dcefc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9751b4e8fb2b4f1ba185b0d3c02a810c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "94c4abb4c4534e45860e33a6e1fe1c7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9ed485b973a14d459953d876c31a28a9", "region_id": "RegionOne"}], "type": "alarming", "id": "8b484dc4f599402884e1f38b6644e0f3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "805b8a2a6bee40d8a3cc954b3f9df559", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1128466508cd41c6b98dbcf7f9e6f6bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "41644bf129434fd7a583c7465eeec74e", "region_id": "RegionOne"}], "type": "meter", "id": "dbe8473aa0474eaea30588de40a46210", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "237e10e6994e44b8804cc0fa5abfe9e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a38bc6c2f1a042f689a7b614b00326d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "908e1590dcd54260a1564c38966ba730", "region_id": "RegionOne"}], "type": "metering", "id": "76303cde616d4eb3a406cd95feaa872e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fcd810804c634f7384cb8978c1b890c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ddbb64d3269643f281e7444b883c0b51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "abc6fbbce6ee4cba9afccb38c1c70416", "region_id": "RegionOne"}], "type": "telemetry", "id": "a2ac1392dc724a6181f2f4923b50b0c2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2bce3ab20ab340058ebbefd71a7dcd99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f05ab161075e479dab6564c29dfc6fa1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1c286e62f2bb4588958067e23f9c4e5f", "region_id": "RegionOne"}], "type": "event", "id": "381ee9409b104356a1cec2d59909c00c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "647c0bbe034b47eb9f1170aa21b788b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7e8561d89692484ba7c09d0c053adf4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8c456283e3cc4bc1afa120733ec046a5", "region_id": "RegionOne"}], "type": "events", "id": "d9095949250a4d81b847014d095afba3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "64acdcc9d74c481b8bf69f1dcc873708", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ecdbbb6d91f741e98ce00e2b2016193d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1aa0c76ac06740fb931496437adababf", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2d62d6d6bf704feba25b5b35bb23af0f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "75e0685e205b4a6ca0e25ac8706e19ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a021e20e56ac49f49e0bf49901d55742", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0709d4190b7447848df8cbcf45c25024", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a8a4ed6042a442c7855265dda637d214", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9362da5479ca47c5b20f0f3ad0a46c8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fb88fc6f387546e69ff9507dd22bb8f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3c9b3aa00ffb40cc9058ab983f557501", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "278aeb330d6a48b2856db4ec7b41c1d0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "074c589074b74404bc25fdf3f1d49e12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ed970e5d698d4b418ed64bac56f2c619", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d56b87d67dc94ce8899128af467ad11e", "region_id": "RegionOne"}], "type": "tricircle", "id": "7ff9b703b2a9442199618eb61b1e2714", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "86c9b8dc3c074b7a867f3091a7de821c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "3cacbe8999e24a88a364a140ae9edddd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "9c6fb9e3b89443a59095d7448bd635de", "region_id": "RegionOne"}], "type": "database", "id": "97b3f73cb13a44d697603cb1a59eb885", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b5490465304d410c9eb463a2861bc3d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f5704430f41740efa84e62f9c093920f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "23777101a1ca45639a41a0173df931ea", "region_id": "RegionOne"}], "type": "application-container", "id": "bca3460f740c42eeadd37e494299c116", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2fb664601cd24891aab8b688ef73a198", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dbd0a21925cc47e68f09411cc69aa708", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4a19a6a8d94f4f0b966e1ebf7bdb8adc", "region_id": "RegionOne"}], "type": "container", "id": "0acd4bc60bd645fb93c308c1fda9f2af", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c2030240076f4edd9d0a11c494ed795f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3cd4ccee599a46f485abdc853728e982", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "782a0ce48b994e1ca343b25cba9c71a5", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "317f10f615494655bebc35cc35ed66ab", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9f7b273bd2844ff2a2fce5ed98dca661", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0765b8df861143c0a646ff47a5008509", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ec59a77840044dd9abfc860c7e810b9d", "region_id": "RegionOne"}], "type": "rca", "id": "97ee197072654f02bd682fcf00ab39f7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d2d2240a1ec9433d9e47dbaefeba1a20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "af64d72c049644948063108a778c2edb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "0e0c7932179d498e86e9cedb57ce5ca6", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "13ce20cd1b024c29bfba5b253c06048f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "52054e9efad846618d94fd953053b2da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "85c6110880e84f6cbebd9db52d87e55f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8e746ed6693d4fa19fa09c5e3e145f0c", "region_id": "RegionOne"}], "type": "network", "id": "82df65a40127487b9ba01312f738fe49", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ecefd6076f984190aad266777d9cfcec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "91c1207f457340efa8d2e211b7d5c41a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "2780a9bf2d92478ba9d7a94f053f016b", "region_id": "RegionOne"}], "type": "backup", "id": "9307f3178b39448bbe4de1f296452614", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "747c0094117b4274ac6a4670a09b09e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fe630ab94ba440d198a3762167e3894f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "67d15047dc134a179216d0b1283005cb", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "25e43780ef0d4081a4e45744812adcc9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bc1eefd7c67945c6bd9867eb54c4f989", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "91ed6f1d6b6a439eb3c4205430e558cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e77287cf3fa94623a9ea33a31354e58c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "fdd438ea0200437fb26a6aa80e1d0e2a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9b024b329cbb4f60854cd7e359cd663e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8ba2cbca701541b6ba44641c42795cdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1677747f27c44d1baab0f194577a2502", "region_id": "RegionOne"}], "type": "monitoring", "id": "1fef1f9ef88d43b485e10f57bd37850f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4a9928cc000d438c8c3f3145f7505dc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a5272f9963f5427da197bcae20f2bd65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "484a56c413684d2eb1b9dc38440ce640", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6406fb71c41f4af186694f53d132d307", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a64811f2cbb64b45857723cda752d4fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "544168672d824d26a52a1e6ad28fbb9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d16fef561dc04f4aa068da08e2728cb0", "region_id": "RegionOne"}], "type": "placement", "id": "91c68ae766c44cc0b004a14774f1de40", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "81ab451da05a40ce9afd86df94c2b8d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "09c8c7691e5b44e29c764be1eec047f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a7251a7004894ee9987a10bfb9c7e323", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f0444296e88246edb74f53a3295534fd", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9dc4901249a7445d9981f8a45d3630a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "83e2a2e156674fb68c6677557a1de62a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "33e6d0d167f44a3091ee53fc0d6856f7", "region_id": "RegionOne"}], "type": "ha", "id": "194f766a66d742069c84973c49a5277e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1400109e9857446f85f00b936028311f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1b8c0f0987de4920added22d93adabd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3de4bcd239a44f2e9d1802dbda1a82ef", "region_id": "RegionOne"}], "type": "reservation", "id": "b07ff816cd1243c3b8a14b31ca5bd067", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5300128e91bc4b7092d5b66e9899934b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c1e4cfbdb472472ca9678cd3c963b34b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "03028532bebe4d2ca87fa4d0e0eb0c41", "region_id": "RegionOne"}], "type": "function-engine", "id": "53fd075d4ddf43718e0e632298a226d4", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2c449a9048804f2ca1715507f2dc6cb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "95dbecec92144324b8e404c57b5fec23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6ee5671570e5413a846b9d6879527d08", "region_id": "RegionOne"}], "type": "accelerator", "id": "a01e432c6de5409195f35c93296446a0", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7d135bdad77f4ac48183287e9882a77a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "42bb025fc0df43509ad5dce07aa2b095", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b6af3a2c641f43e29855b7aedd693c06", "region_id": "RegionOne"}], "type": "admin-logic", "id": "af16bef3c8cf4c05b9e8ca8e6cc2131a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a0970bd52d11408f8d21909355198bef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6d5096eccd3742ad82ce8158e91043ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "666de65f398f4ceb87dad93e0435029d", "region_id": "RegionOne"}], "type": "registration", "id": "3973142aea724f1d8e8ac1bebdb585df", "name": "adjutant"}], "user": {"domain": {"id": "2fef452781ee43efbbb1ab98508f5e89", "name": "b972c0704aa142eaafb0cd675106922b"}, "id": "9624b3768e734ac1b1d831b6330f13f6", "name": "949e3e9067df4a1e8d3ba34ade8d23ed"}, "audit_ids": ["0a38f98ac42b42ae979bbb2162d3f332", null], "issued_at": "2019-09-19T09:04:41.110067"}} 2019-09-19 09:06:41,225 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,230 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:41,232 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] } ] } {19} openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_session_endpoint_exception [0.064589s] ... ok {24} openstack.tests.unit.cloud.test_object.TestObject.test_get_object_segment_size_below_min [0.257128s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,114 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,118 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,120 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,123 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,134 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.048084+00:00", "project": {"domain": {"id": "ce2f204c40bc46b19f1c46bb743c7f4a", "name": "889beeda312e48d6a94f139106ec3062"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3b67d4f0074a405aab11924cb2b2a3b5"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "13e78bb11a0c462f97f5510c58fbd470", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "51923751f97c435bba83ed1ed3b45412", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "254f629bb272471c8950adc150adfa4d", "region_id": "RegionOne"}], "type": "identity", "id": "bf15451de52d486996592d80703bc9e8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2a7d0a13b352419b87956aae80bf5cd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e2ec79d0770445a7860c99f30bbe1ef7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e826dcb281fc47d1a5f759d2e3414504", "region_id": "RegionOne"}], "type": "compute", "id": "fbccbc85fb5540abb08068102103510b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9d964b5a3dd2431b9c344b76bb21bd28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "22a09c946e394922ac0cfe96b6c848a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6f946229b93b40538947c287021a4aa1", "region_id": "RegionOne"}], "type": "image", "id": "cc0ca79b7bf14561b7c6374dae3c5af8", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "75d5751b816f4deda98bfc2fce61ed35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b82676ab6303407896b933d4b7bd4ba9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7fcfe010d65746ea87edda02a104961a", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f8e5fcf644414a37a453c409a2397ae0", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94803a9495074ff3b907f146f6cd37ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c15fe6fff52e4658b6d369ce34cd64ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9664190a9a194b40b837ba6f60417244", "region_id": "RegionOne"}], "type": "object-store", "id": "29868e15a7b5406cbc48e85d05f97fbe", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b51786f6ed844accaad1adecbb853285", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "77067b816c544fc28dd3b429237be021", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2d2d9aef9b514979a58f796f93e6ba3c", "region_id": "RegionOne"}], "type": "clustering", "id": "0af79a17a4844d85ac94c4657ab93e62", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8456597dbac749708833d5549f135768", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c587ecf9c99c44f49d5fbd8b328b5287", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d6ad279a011841e185f411b3d6f49824", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "17e0b8da21574352aae3445ffff2b873", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6e2034c36071463e8172696ecf9d4baf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "34573828262f4e57a085f99427c36f44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d988355b259b43278a1c1ecee9b708e8", "region_id": "RegionOne"}], "type": "cluster", "id": "01e8d34e9d264d7cae8d7ceae7817eb0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "367706dcbad449fdb718e4f45a176ef4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a13f396535ff41689ba5ad564c5cd9f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ff4e01a0144a4e24add87c99d58aed37", "region_id": "RegionOne"}], "type": "data-processing", "id": "3086509ebbba4445918bfd6e1e983617", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "34ede46c217d4d8cb11fa4ef3ebc08b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8a540887f27b4151a2a812f42cef964b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c7afc9672c62428ab2981c4a35a1ea23", "region_id": "RegionOne"}], "type": "baremetal", "id": "197b379856e14c41a1f741a999418ee9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "225537b229d6432591963b3d91203be5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "876c565cd5b44ec3af6d2d8d4a07d005", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "88ddd34c3fe1458aa4de9067f274e995", "region_id": "RegionOne"}], "type": "bare-metal", "id": "52a9ca71d2804a7e8a066eadf735a40c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "95c27ca7db2f43a390f78409955093f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7d45d21917cb4ec88c0117bf2543153b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4cffa39d057a493d924fe08533ff6c48", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "fc6b26002ebf4e118bc11daaaa5ab5a2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ccc677f1898440f3abf9193bae0080c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "96a23a63a25b4ceb99fb41f1c31b0848", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ee72bbe196b0487e9181810298ddd47e", "region_id": "RegionOne"}], "type": "key-manager", "id": "ca97bfe507a545e6ba9abd66e412a251", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8d35a49a3cd740df81eb2979b048c3fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4d68c2b05def4993a69247585c4e483a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d4bd0527c82a496dbd38e84c5bd4a522", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "fc080d2dcb4d460eab16b83f03226dea", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "628ac715a31c45d693d75ed6ef637b40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e02b51bcb60848e48a60a1142c702b28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f2bc61236a644f9697d4c8e41add292f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c00f59308c4b492eba0a2bad91bd5920", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "824cec5623274fedae4727999efe7f42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "60517e6a200044b884c21b0821cc4e83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ecee9b285d45441c8d7ceaee7e78af54", "region_id": "RegionOne"}], "type": "message", "id": "c72fcfe10947406a941b0dca38abedd2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f1d2c066669949af8eb7b39c12fe9388", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9475e8f9c46346618535b3e295c09905", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "aaf81bec599a44ffb195f4f3de87f7d0", "region_id": "RegionOne"}], "type": "messaging", "id": "6f9b1ace9f1d4cb783dec384145462db", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "613bfb972bf34e7baab3950d60305a2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0237809d2fec475598af656f98116364", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c51a44c6ef324381adf6fea828547a2c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "64d0e14fb12144a19f3a3feadc88bd78", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73ae08c1bf8448389753a93ad00bccba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6df0cbb10b3748c18649ae9cfddcd00b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2731de287e884b99a41703849b75a563", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "12fcbd918dbb4a639fb8b1a79f25b7c9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "85f586738f924b42a20f2738fa14223c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e583ea0aa14842c791b70dae86523fe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6bec1e928f8c49b9a76272123f063a3d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c8f6915d846946199fb276c64b7157bf", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "115fd43d7c86436e87dd51df9bec580a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "abba83e95391403590c697dcb11c5bb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1dfd2c2efaea4603ae58f124787f9d2b", "region_id": "RegionOne"}], "type": "container-infra", "id": "ca468e748ae64d418994424175de7d08", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "470fef7749064bb9a179c5b0e1c3268e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f07bc12a7bca4e1aa818a47963613216", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5482a83a84ba4cbf9399ee2bfb32345a", "region_id": "RegionOne"}], "type": "search", "id": "cfbadd1ca36b47fea46691f9d6c6b6b0", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f018a8a201ef40549ca870bc1e830f55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ccb2e9cd8aef48699e87d349ecdb290a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "325f168a865d41c3a6e28259fd8ad2be", "region_id": "RegionOne"}], "type": "dns", "id": "ef5dd94c11cc41079b7965b273b1c753", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "392507a5e3f64ddeb7035c5fc6071687", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c74f7a82666c4e008660ecfaca4cca8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "006f4824ee9e4a69b08b062d81cf3ec5", "region_id": "RegionOne"}], "type": "workflow", "id": "505ae849b0194b769912605daac2e41c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a4039008a0c24afb86687d0c7f262864", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a39521e1ec2742548b9c9dee39462500", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a6c32519d12945c7a2e798d5e4c9165d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "07292a11d60e412da954cf49dfaed477", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "930dc84d91e3456a9763a265293143ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2054d3f80aa14f16b84c00bc6b9e0269", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f8ea74c46ba8462ba371456b8158c9aa", "region_id": "RegionOne"}], "type": "rating", "id": "204c3a2278bb486da7509fb65074f334", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0d97e0b5a37c4a7ab0bb3b6cf34bf285", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b5e13f3c475d444c8c05c43a1b2a4b07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f4993f53b1094291baefcac5b9de89e0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e71dd003d8ef4260a5e343539fb95a7f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6c1b2c1336f147cfb68fa0a7fae37df5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c54a0787edf34b20abed1ea839094b69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "21f717647ffe4389abf1d54fca9f8763", "region_id": "RegionOne"}], "type": "policy", "id": "b125e773604c44be9e0cabd3531d5b82", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7f3d5650ecf145e1b841fa2d4a1a87f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5e18dd3a7aaf4641ae36cdec78ee2f72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "092bbbe9eb284d5c901e1e08758bcc79", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0b2e511b822e4024a605b1b320da272a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c16a35a259ae4028830052830bfbe1e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "101ed44aeeb74423b229f39b4bcb5087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b47e6e50fc52483db12b0f3ab868aee0", "region_id": "RegionOne"}], "type": "sharev2", "id": "aa3f47149dd5429b880a31fb0b6f53b8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7ec0dfa71bee4e97947ba40ee2121a33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "65591ef3b4c541c3bd0e6b074e370df2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4b3d9e64a6084761b21813f5b5464ade", "region_id": "RegionOne"}], "type": "share", "id": "5b78618eda6445588bafbc5d61556998", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e6245bee963449be8924f676eb103b3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0c2ca9ac854149d39e4999bfe63dbf33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9a2b0b9f7de5491b889830b2fe40d490", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a1281768610749aab4a4b512d30f6993", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfe20e4e95cc4c3f89bd73ee9395a11c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d20bb4d2d98844d9aa2aeb8d7b29743b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b983d1e085440d8a120f25ef585b60c", "region_id": "RegionOne"}], "type": "orchestration", "id": "7e682a3909504ebebce518d1c466a8f4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "caa9a3a691274d7ba04ed67d56deb5cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2992ebf8004c4ebea372b17c94de4948", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "725d9ea9ffef469dbfb2bdb1f820325f", "region_id": "RegionOne"}], "type": "block-storage", "id": "8456320db01042f1bcf1ff8c8c6e6c23", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93926c03d14f433686f5dfa44d4fad3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "618172edf7754270b5884ee42e755cb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "049e4cd8a37a4e5397d473af0555f0b8", "region_id": "RegionOne"}], "type": "volumev3", "id": "5173f84e118a40df9c197104e825fbcd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "290f877b0cc84573a7b37fb214afb9f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e508a4428224a058ed98cb80272e8ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2662dd8865244737be2a7c1bf9ccc400", "region_id": "RegionOne"}], "type": "volumev2", "id": "d5d15b25f10044c9bb63970250dace7e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8f553536d2442699ebe31a5ef248990", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2103afb85a842959cd59d486d9c4b6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bcaa27a198194dd8acb57b1cbd16d6ae", "region_id": "RegionOne"}], "type": "volume", "id": "993edfdeedef4864ade4f977ff801d21", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d435d2b5ab514fc696cc0d8556eb4e80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b200186e26ae494b83182d34a3813766", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9bc873931444af4997066d1a98b8d9c", "region_id": "RegionOne"}], "type": "block-store", "id": "41d44f4e0fc34e129a9f7368fb76b03e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e9001a0f13964b098c898de7d5b35694", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b66c3e6d8f824c6abb5312b8633a6ebc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e361662ee7ed4be8846bd6252d033e21", "region_id": "RegionOne"}], "type": "alarm", "id": "34506dcda4304d62be9bf8c881e5c392", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ee0ff653048c4c2facafe994698f2454", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c5c0c3aa27f8491e9a0fcedecda13c73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2cc0cc1f7be042f68a3791204d00189c", "region_id": "RegionOne"}], "type": "alarming", "id": "5ddcee25291b4207bc1042eb9a690999", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8f651db84dfa4bd4a2c8db9066bed99f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "78dbb41b63cd4d6aa41f50ba3dd0d484", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4d724c23345a479da292128b3971a9e0", "region_id": "RegionOne"}], "type": "meter", "id": "1e855fac0d6642e79dde80a31ae3f9c1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2720615b2e1b439185d90caab0ef5cb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0f9b317e976e44c4bbc101e5148ff03d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "164a44d9ede3482f9d779ab6abed00e7", "region_id": "RegionOne"}], "type": "metering", "id": "019f2f418bcd4165992c27409cb207b2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bbde0117c8a64f589035286a5db1971c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1af94e7d57534102b4aa3028565a71eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "628a47b087594b5988d5be451b009774", "region_id": "RegionOne"}], "type": "telemetry", "id": "d5253e5c2a25437fa569a95a915308d8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "22f582d84e59476793657dbd4796715e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1fbc0c8d0b7c4e34bc797463c1cb80b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cdb3e45697aa455eb00cd50fddf7651b", "region_id": "RegionOne"}], "type": "event", "id": "635bf01f40434e22bb0370f26d2cbc79", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1e78b6de837a41d290279778e4b9bc74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "dc5afc2854ee4116a722392d9bd94c24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b20884664df84bedacbf95e03ae2f3c5", "region_id": "RegionOne"}], "type": "events", "id": "b7db010296ce49fa88d6a400adf5e87b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "36c71abfbd7846f9b99600b71042fd26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "53dc88e8cb4d4f3eb5f4a9230aef842d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8bad51ab8ecd414ea763442cbf831fa9", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4a350ad161bd49789b3fe69607bce8b3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3b15b0b31c9943a6961775c94ed301a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c033e760c7934cbf95cdb0ea9ff7551e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0f7c92c12a204324b3684c4e5905d4c0", "region_id": "RegionOne"}], "type": "application_deployment", "id": "4401922f3c2840d28e3ab3a7d0b7ef5e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d0e13581e461423a949eb3d54a444a76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ab8dc94bbf0749a9884a36e065430f46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cebc6e0ed37b45608616eefbde87fadb", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8ac32a838d2b427eb731878d2a6135a5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "39c5b050cc18452ca50f3d1e65d924d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cf9c328b2d1443fa98c124b0d1d92a70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6f871073f5244d81bdb40ff6580109f5", "region_id": "RegionOne"}], "type": "tricircle", "id": "b01406b3368a4adaa832b123c567d28b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1292d6b45bb541b5ab7d355eda8b7fd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "bbef8157acac44fb99da771ff66e2702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6e89596af483440c9b3d04953ff06eaa", "region_id": "RegionOne"}], "type": "database", "id": "e6e10634ec224007b128d4aff4028b30", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "995d9bccb44f4e04b3c9d48896a9dfe2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "92c28976fbaf4c18877e8cd00af65917", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7378ce6cfe334962bd9f50364520a110", "region_id": "RegionOne"}], "type": "application-container", "id": "a42c7e3f9d7e43c696c55e23a7ef13e7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b907e30e805a46ceb86112e2341e5624", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8d432700b54c4a6e9ad126758760be85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b0fa6c9c5f1a42f4b7c2357e4be10d9b", "region_id": "RegionOne"}], "type": "container", "id": "a5595f14724747bb83a63dc6dfd53525", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5e4eb2a373424176b0b1d19248b09f8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d9be560417d548a2ba12bb53029a07d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d501daa590d7429db9c6de82c091c0ce", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b3987ec1e3514e9babfa0dae4dbd1be7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c324a9ef3cbd46bda43af69d8d07398d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "918b807cfc604d8192d586ee2efad89d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1380d6c9622e42c080d3e9e375a26cd6", "region_id": "RegionOne"}], "type": "rca", "id": "1a0f47fce2bf480bbc3d8845911d7cca", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "22f10b7b70be43bd9c7ebeb1be73f559", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "74a787d88e9e47a79fffb93c02174731", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "274831f7b5d948a5b37a9e26a44071bb", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "cc9d6b01756e40518116978504481c52", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a88c541089da446f8cd80a813d2a74c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "76cb8e86672a4bf49af8ad4782b3575c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4ce1543accf94333bf493b5595a67011", "region_id": "RegionOne"}], "type": "network", "id": "b990e9b660914e74920b9c5cc8127c38", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "08b5256d8cb04d64ace72f4886358055", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "362af7041c7e4a38a3c81950b19820e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6c838da00aad4d10bccd5d87086dff4a", "region_id": "RegionOne"}], "type": "backup", "id": "1556c5364ecd4eed8e23ef8c2cba1837", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4a3d94f077f443e082139990744a6864", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ccea2f1a67d54c29acb609e353378bd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0edaad0fb70241faa5afda6ef5441e81", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b1e2b5bb558449cd9275ee2f88131630", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1ce88d8435874ae6bfe652074f55ebd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fd088e0fef2a4c918455bcaa9726446d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e8cdb3b837184d308820cddee6f0a34c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b8afcc2a74874b53a1c26a425a42d3a4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "99a773ec07cd4003a12e6c796812d73e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "82394da0e1094b878cbabe7173c7d7a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "0a31e68cb5e94e4697201cda0cd15380", "region_id": "RegionOne"}], "type": "monitoring", "id": "7c22ed67c1cc41868c64ab1af92caf0c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "851bd860f8c34fe09c630659ab221d68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "39e3b88399244a759f796b78b88f0fda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "3cb6c1bcc397410f9f9da2284ab23c82", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9c66a764a6344df582ea871bbca49727", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6de466e758bd450081f266155b56d50c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "627f2652782f4718ad6109478aad3927", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "db3b1a5b80814ff3a25a46892f6d8b0b", "region_id": "RegionOne"}], "type": "placement", "id": "db24bb06076d430088f44c1fb5eab722", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3fa7b30447a8437c92dbe28c9a3d2445", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dfd1d6c668e3418f9eaedb6698843939", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "838149c88b1248e4894918145bf0b8d1", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8db30b61dcb3412fa8f220920991be9f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c5d4fd7d92544a8db5e51f3f6733adea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9580ee228200404785e055454821f8c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7b95036d951d43129b8562fe26ef938b", "region_id": "RegionOne"}], "type": "ha", "id": "fb4d642573b44116992a44175c5e5261", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "dd87e0ab39ec432fa9057a1e3e9a8485", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "30643b06b1174b64b2b53690b649a5fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "45b60c27e1194631b716aa7d96ad2943", "region_id": "RegionOne"}], "type": "reservation", "id": "596446b9b17c40b1a9976e31225ff615", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "75e506c7ed8c470c9ca316c111ec651b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6de483e7b75546ab87b94282d25ac9cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "16e5b4c971a844dca9994f462b088c00", "region_id": "RegionOne"}], "type": "function-engine", "id": "c15a859c847e4545b76e3e65bb45c9e5", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f5422c53314148c58e1f673e675d91fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c750725ab9e34105a838094646e165cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5256df0915ff4ca88046bc38ad6c5009", "region_id": "RegionOne"}], "type": "accelerator", "id": "8858a44d3f124443acb6470bd3a5ba1a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "25714d7e600c4d239e975eeededd2fa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b10ffec87ca648388dcc8dad3263138f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e200014a2cd14d27bd8b19e1b7669311", "region_id": "RegionOne"}], "type": "admin-logic", "id": "aec873bd6fb340f8bc2fcb83c341a6c5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a67bc30b6ccb41e79061c2b9007fd87f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e22208a957084fd78175f5067e4f792a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8ad1b4af53dd47e08706d9ca662a08a2", "region_id": "RegionOne"}], "type": "registration", "id": "eebe86bf0af34bf5ba739133d10b70b6", "name": "adjutant"}], "user": {"domain": {"id": "eac7df0ec742411681f52d275964e700", "name": "a6a4dfe09916427ab2210a091e2d151e"}, "id": "57a18a969f9c439c9e4c1fa9e364f6a6", "name": "88408b44af5144988d519d7da6c2848a"}, "audit_ids": ["a0afdbb8a7c44f70807a45eb1407b601", null], "issued_at": "2019-09-19T09:04:41.048084"}} 2019-09-19 09:06:41,223 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,227 keystoneauth.session RESP: [200] Content-Type: application/json 2019-09-19 09:06:41,229 keystoneauth.session RESP BODY: {"slo": {"min_segment_size": 500}, "swift": {"max_file_size": 1000}} 2019-09-19 09:06:41,246 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,250 keystoneauth.session RESP: [200] Content-Type: application/json 2019-09-19 09:06:41,252 keystoneauth.session RESP BODY: {"slo": {"min_segment_size": 500}, "swift": {"max_file_size": 1000}} 2019-09-19 09:06:41,269 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,273 keystoneauth.session RESP: [200] Content-Type: application/json 2019-09-19 09:06:41,275 keystoneauth.session RESP BODY: {"slo": {"min_segment_size": 500}, "swift": {"max_file_size": 1000}} 2019-09-19 09:06:41,294 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,298 keystoneauth.session RESP: [200] Content-Type: application/json 2019-09-19 09:06:41,300 keystoneauth.session RESP BODY: {"slo": {"min_segment_size": 500}, "swift": {"max_file_size": 1000}} {7} openstack.tests.unit.cloud.test_fwaas.TestFirewallRule.test_delete_firewall_rule_filters [0.231977s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,960 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,964 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,966 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,970 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:40,981 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.899489+00:00", "project": {"domain": {"id": "3cf8cdfbced345b5972aa375c9c3053f", "name": "fdeb7120d5fb413c94645561af907c34"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "54405da46b014a329736d1178031ac7d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "b22f62596ac8480aa4cabe728dfa5ea4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b672ccb3a4d14040959426710c1e70a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9b62dc329de744c2a9e95f7a151c907d", "region_id": "RegionOne"}], "type": "identity", "id": "332ce84fe6014c8cbea7ee69046f5e1e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3eacfe641ca8432c90f65e3deaaf2f11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "920656537c8c42c2ac45426a3effd3e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "795df55696df46849992bd2fb1329cd6", "region_id": "RegionOne"}], "type": "compute", "id": "89c5432f073b4b3dad9c6995e4ad149f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "aea42a3d621046248a688fe40d530ab3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ac35d81e8d8a43fa9c62d70e8edd8800", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d329bc0fba7e423e86de424a0464fcd1", "region_id": "RegionOne"}], "type": "image", "id": "16345ab5edf8483495f775e783f4aa64", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c779d81900e1492193f2a5df6e9158f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "28778b8793f2496890ae0e1c81919269", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5cb2e6e49f194e26be3cd4e01687edd4", "region_id": "RegionOne"}], "type": "load-balancer", "id": "faf0b1ebf31246ff9ab3831cf73f60c7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aca7354c64c442ba9b15c4d400a4ebf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34d2736bb5a64677ace57c797baa4f72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f594699a334c4efd88ba1f38c08a439d", "region_id": "RegionOne"}], "type": "object-store", "id": "22aac8fa010642358851ee238587a077", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "434f0920a3a04c959d5b31d841f8f7ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0b3be465afbd4d9fa4299f227fc9f4f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1a31ea6432d345668be8cdb76ddde3dc", "region_id": "RegionOne"}], "type": "clustering", "id": "8e7f4bf4b7784238b54f5ed10b2daa52", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8cac777a71d541ffbb195ebecda3439d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a1d80dfab59143beae76caeeb07bcc2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "87013aed3d6546e4b08135131d4df6fd", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "203e91b3856746b29186d1bbdfeca86b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e7a62e983b0f48d5b0166886b6bd22dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9e8c2645451540c5bd90754fa67c3a06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b85bd096252e46bf9ec699d6ffd5b38c", "region_id": "RegionOne"}], "type": "cluster", "id": "c957aa9f385b4e0eb3fa50350a38fad6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fa3366a5ddd949b8bf7a735693725d69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d04135104db74b33b69e9804265b2b1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "db11c35f3c6a41b3982f5219e7d79310", "region_id": "RegionOne"}], "type": "data-processing", "id": "218b408bb6574d539b9ee6e3cf08e1c3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5640da83345945d0b0a7ed3a921bfe0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c3d0cf013b3c4d0a82ccc512c103c902", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "37a38fd15fb543aaa019d6c8e9224741", "region_id": "RegionOne"}], "type": "baremetal", "id": "3b987124ccb3463e8c42f42a1db554b6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3177968e7db34855a1bb0352c104a8ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "40ebb747d24d4774aadb857997e9f553", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2ebb0328794c48069be3da164c5f8d93", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f99f431eda2a45d3be4d772666a0365b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "adb7040c628f4a54a1bff9c316873c46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "19eca5679741446f82d78ca4607feeb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e7976718c6c4424fadcfb2f098e981cd", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "540ece00f9514cd98738f69456b33683", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c36120ae87344667af657babb056b75a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "63c4e44fc3b34fe592430c72326dfeec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d87e44d2e4304bc5a3cc2c833f70b3eb", "region_id": "RegionOne"}], "type": "key-manager", "id": "80c7418e1681474ebb0d5eb5b3bcd804", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6989be1c5842493a958287fa55e968bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7f147aa856fb4171a5280b1fb4595802", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "68740bfce4b44822bb26acf840353115", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "18906a245c0b493ea12a7b123b2a1387", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "01a941e63c724ff5b6350ebc59d1931f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "308ed55b254445169a97dfa170644296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a21d22f7caea4836aaf69a7643849ff9", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0c88237fbe8645e297b52d254c7793cb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "45535970a38c41a4ac03354a5b8e3fb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "052e157efb4e4fb9adfa78ae9c46173f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "431ffe68eb734f34a31b256f73bca73f", "region_id": "RegionOne"}], "type": "message", "id": "a24d161e3a3e456e86eb80bb058ce928", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "abc5457723d44957a1294e27cfc9a23c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "30f671fd284f4b2c94ba25824ab7f293", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5cc7b82e1b734ed1bb10148890b165b8", "region_id": "RegionOne"}], "type": "messaging", "id": "9bb3c5e445014b66ba184b2748223feb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fe421bfbd7ad443aac2f14330bca4ce6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3a2195628d514f12a35db12b6868a702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6996fb99809b4f3d82165985200884f6", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c44eb0889cef485b99ce45a0cb83dafc", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "329cc7b9e038438fbd5ff575b08d98a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "45c77e60eda4401b81dfe101d10eeacc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d3d827766fb1436385bb638c4549d17c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8aefbe431603459ba9885f6112207243", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a339e7e1e274433a9fc86915c40f2379", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "19b9c7b24d994edd965af4ab208f9d8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f23543248abf4a12969ef81786dd90f9", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "fd97b249c0f145b7aaf2303025854dd3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ca099c100f94d1b9bdb5e560cc95b9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68f92ee798ed4ffa9510ea3147215617", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1af7d6642d4c457f9d1b40c6b98e0edb", "region_id": "RegionOne"}], "type": "container-infra", "id": "f2ebd43d9b9b4615801b36df25004c1b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a5f34d02322446f19c724e9bca75aafa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c6db958184c842ce85e2f7489cebc75f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "99a8df651b4944ca821e0f10c181729e", "region_id": "RegionOne"}], "type": "search", "id": "2caf8cdc190e4e709d14ee2cf55f002c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4232f809f88f497bacebf6d3006ec0d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "41b21fef7c5549c589c809cbed5c3614", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "078cdecdf8124774b37051d90cd17635", "region_id": "RegionOne"}], "type": "dns", "id": "a02f734928e34994b261ca48c51c7d11", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3b4a25cfdb014be6a1325ea503e62cbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "485322f7a2af4a39aa6931c17e60ad6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c63b1fcb5be643beb70c693ac9434557", "region_id": "RegionOne"}], "type": "workflow", "id": "c6962ce4db3742f0a6de5b9bfd9d55fa", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0f3863805f9e4cfe85382f6f8ca6690e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "985d2088dfe74fe9909cc9f831bf1fa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c9e5c2cd85324220abace1dfe8d4369e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "53b6ca67268849929984b2e1aa129d04", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "08e3889c95784559a39e5562e3a5deb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f9292f5a0cf948ee8b2f1aafbcb07118", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4a17fc319c554b91a2c8cfbcfa932667", "region_id": "RegionOne"}], "type": "rating", "id": "f2b180ab6f664c2bb0fd5f4794fc5be6", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c7f3d58abf594da08586dfc45d9359c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e98051bd4f804caab7d1339c2edc1c5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2a3cae0b0ce84347b97f191da7923538", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1dd3b239d5e84b34a35b6ddbd69df754", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "95387e7f3ab64ddfbdee4a0136c248fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "537a1d623bd544a7bac4d8c77c58b70b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ce9f7ce6c57445deb443fc098eefbfc7", "region_id": "RegionOne"}], "type": "policy", "id": "f72d6b10b5e64bb19d22b2ddf24b3150", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c999c36e40c442a3956ce45ae02d0128", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ed23afec65f7413faaa951d8a1d011d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "29ed5d0032304e6caec6af1d4c25bd76", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "81627423b183457abb583c5921077521", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d2f4e06047d34de39becf372290a642b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5792cf5df3ae4edebe7d5cf91621d264", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8e09a0951cf747aebb6e6a5cccdd349c", "region_id": "RegionOne"}], "type": "sharev2", "id": "75e7e45e661c4218ad1561b6abe8ae34", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ce9c5d4fcac3412bb117e46bf93a13e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "334d125d90034963995d0b8fab1d549c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4eeae3b176314f3c9d8c297f515c7944", "region_id": "RegionOne"}], "type": "share", "id": "ee78cc1b64764e47a53d0184e7ce1624", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5d5f9fe8ce294b9792479bf18feb7d63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f0ed00049af94ad8a2a05e68a01aad30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6db0e8bcc2484eb8841bd50d61d0366f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1d7d03c649bc41b592f9bf56bb44192d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20edfeb9630a477397813463ed3a3093", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4d43090efa94277b16e028bf31efb0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "033792fe7c984c688d956a7b20d175bd", "region_id": "RegionOne"}], "type": "orchestration", "id": "aa4a7ba75f244583902c52cbb3fcae86", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8e8d78f7d1a403c98869639b33b82f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7f2c595b71645978da44873c72c666c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "faabc76025da4fea8825429f4b460dd5", "region_id": "RegionOne"}], "type": "block-storage", "id": "6dedd5ad54a64e28b9b86bcbf1cd001a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3af15affad584dc0b009a600fb6c960a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e899774c44945d88e3cbaa630291a2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0d4b364b3174c96a47c1c7a1c649d15", "region_id": "RegionOne"}], "type": "volumev3", "id": "7c8791710abf458a9fc46457ef90c0bb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4215085dd1742148a4c10fbc6c35542", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb75e4e84c784c17a69570aea67f03f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa47fcb5b2b24f089137a0c290357cf4", "region_id": "RegionOne"}], "type": "volumev2", "id": "5ca2ef3d890646fe9bcff3f9ef15e1f4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0f460d24479497db6d25a8ceb567640", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6f03b118da340f994a20e3cacaa4524", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c4f1ade1eca436b88d58d82e426e230", "region_id": "RegionOne"}], "type": "volume", "id": "ac27bc1ab64b45e58dbb8955b44ea78d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d17f8b11479141a99a660c0676a7ed83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "728069cda8c941959423137e7c3947c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3706069379f64cb0b663e7878b9621c7", "region_id": "RegionOne"}], "type": "block-store", "id": "376aba65c8964cba8cb65fc56956215b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "78e511642d92491a94a094b6abc37f1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b610f34bab7f417f8cd09236c8d36d95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8a0dc8c0c1044fca9a8031d0c7941716", "region_id": "RegionOne"}], "type": "alarm", "id": "62e3e437ce4a4761996a837a1b04c1a4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "72339d6d695a40c8abe0046a62695ad4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "521663defc794400b616f2fc22319645", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "486817f40650461ea44b43e3100b6bf6", "region_id": "RegionOne"}], "type": "alarming", "id": "be16cf5f0b434309858ad6d4eca7aa86", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7f32b59eefa8461da660ec104918095e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8a9a227ef7bc409ab3f87fa42cc0c1cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "738df9b622a244a9a095ad1ec2298c93", "region_id": "RegionOne"}], "type": "meter", "id": "0578a4968339457eaf20c5ccd6a1992e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fa3c45c2c66944a18c2e83d6b3b2f144", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "70ce38b1c6c542ea99e2b6f59a09846d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "402662aaf2d1476f9ff5a8f9e94fee0c", "region_id": "RegionOne"}], "type": "metering", "id": "f001a49bd87a4735a403d90e1b387e52", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8448fbc2cfbe4f42ae03b1871bcf0328", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "246e106980e84855b736c068c46d3c80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fa553f607779439bb72c443d768bd4f9", "region_id": "RegionOne"}], "type": "telemetry", "id": "043a07cfaaeb47c8a0b5bca9b7fb7ce2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7127d569783e4261a954ab261eeb5cba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bdff00c7a9c4494d863ece2dc24c9799", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "52589cecebce4cc0b0f724224659864b", "region_id": "RegionOne"}], "type": "event", "id": "14f8a5b65bed4c4c9513f24b91b7746c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0639ece68e1b41eb803c2f00691ed709", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "772242ac5add4db1ad448f54bac32f15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "812ecceb3fb34777bb0fc779012ad3d6", "region_id": "RegionOne"}], "type": "events", "id": "3fac700b9d074511930dc1c5961104ea", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "59c3621ca0994f669f6cdb412cfe3e56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5b9385725c3444eeb53e1b62092f0c92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "79a7ec070ce44cb89cccb6aed1afd1aa", "region_id": "RegionOne"}], "type": "application-deployment", "id": "77b26fb5204742aaae818d645bbf0461", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "83ce57aea7e6412598d762c70aee99f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fc8e6d21ad8541b7bad2432decdd2c76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9e82e23318e3405fa3189d7af1c0a1d1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c7a0ff68d649410eb51ad9c60b0057bf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ae2118e06aba4f53bb62136d4dffa49a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b3dccb19a0ae4ce9b8ba1d99977ecdcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "997ae2448eeb43049311ccff31cc0a92", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "927703c324d1423c94faa4016234fc90", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e69fd3898723422bb94f47a8356f7989", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "599fa1ae0d3649b5aef3781220c882c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4e041144183e46f694816a779049c6e3", "region_id": "RegionOne"}], "type": "tricircle", "id": "83afc4f7da3a4947ae3cb1ac692c3925", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "edd256142744425186438f7484b6b3e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "aca99d68fa1b40fe8447b201e67ebe45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d6eb8b108d8a4436aa35c27836c3991a", "region_id": "RegionOne"}], "type": "database", "id": "99943c30b69e412cbf0de8b6f9183cff", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3fa1540513cf4e478783f65381095a0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b70f9269ab8e429bbe2b1bf51ca66aa1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "723a53ea1d83468090ecbf7f93243193", "region_id": "RegionOne"}], "type": "application-container", "id": "e9cb87d3bce64f1f920347280eb0cd55", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0ca8495abc1e46c592eac46a911bb82e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "251cc23302ed4d929db377b00a9b471f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "04f4238be8a04a1a929d44109e455d4c", "region_id": "RegionOne"}], "type": "container", "id": "803f6b5fb56a49878fdbe02bc37e5a06", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0e4348c1947a4e0fb4411418ce8ac1f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2b91a8f56084432490edca20ab9d8b56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3094fa3e098d42ba88aba483991d8025", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b3487985b3f643d6b031b97868562db7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f3e770da1a21433b8b9925b8f029902c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0d1247d629154da9a937e5491db1f558", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9fb4b90af9894da69bdf3b5d598126b3", "region_id": "RegionOne"}], "type": "rca", "id": "00f1479d26594750a0b1334c374de143", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "407700117b7940d3bb402b9c08ea64b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "cb3d4adc3d5141499a44ecfae31382e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f7f2dc59409e448e885378b3779a4d61", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e99e7e42f5664fd6b7df41dde32ac412", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6ba5f0aa140545c5996dd2b08e385d82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "af397e9e24434d31947fa4b5690543b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b61d892d6d6346eeb8c634c0a89bcf22", "region_id": "RegionOne"}], "type": "network", "id": "1fcaf816dc1c45bb9c4a6949f2ca8316", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e6994b4b890f48a5a351710b37175ec8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "128351483fbc4cddb823165a193ab156", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "bc610f03bbe342279d27d6ee2a2fb522", "region_id": "RegionOne"}], "type": "backup", "id": "c82032bd3a664e0380561b821eb34c93", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c987d61851b34e09aac40e2b44405703", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ddb70d98541d43bebd32164c820e8e1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bb0a419c477d46eb89451ccfcb8906f3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "18b2a2baca464f4f91f1d68574732952", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "45846eda493a4bf28c344c966dc19f33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "40fe9e0f269f4ee585079c489372a443", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "388a62ad41a84b0f8517453a1012a1d4", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3031118cca7341919f103454defb4882", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cf88073a4bf041afb71457b63e35d007", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "34e234a0945c482eac389cde6b074a62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "0968a4d320f24983aa185cd8a4506e71", "region_id": "RegionOne"}], "type": "monitoring", "id": "66ae1eee42b44f1ba39d75de9cefafcd", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c4fa99f535fe4b13abb13bb5d2cecc94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "44a3c08b7b2645e48f53b457a7acc0f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "0832b36e3b3a44b187dc04f45b3cfed7", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "30176f0f87d544f097f9880eba1bcb1f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "dd812b7364e84fcc9f7a67e54cd1ba56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9b5a331412d4496b8458d4c315d0606e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8c7c0d38544048b3b51f4bb194ce0c3a", "region_id": "RegionOne"}], "type": "placement", "id": "38c1979d18374b28bd1f609469249b59", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fd609469d302432e9dbf944148ace000", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a46fc08dd1604fbcbc0272c8988dbf25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c1056afb3380430c85bffa2c1f183df8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a846b4c68bac403fa2cdfc7e7d9038f0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0d62737b8e254b42b2eb1adda0fb9cbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "55c48b205ea9453cafc2ffddcf62079f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0e9d2e1f6fe54a2bbe19d90601b2433b", "region_id": "RegionOne"}], "type": "ha", "id": "1ea2625e75514f4d9d8a881fef522c0c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8b7aa27509794c528b65b08993713f2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d6b6c3416df948a68b8b6c97fd4f11cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b9b5127d65b042ff874f88c6f405c5bf", "region_id": "RegionOne"}], "type": "reservation", "id": "4acf3b207d2742db9a4a52b4a0743d33", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a018c19816534827ab9362f9322d78cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a7c227008f194802b79365e452fb9167", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "602e60cc3b0a4a228376377260cc7eac", "region_id": "RegionOne"}], "type": "function-engine", "id": "a98616b915b44045a35827b94094ab21", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7393595cadaa4928b0bd491860fcec0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0122c8890dd0499b85f4295da5a49c22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e6516195754341a88fb89229a7f3faf3", "region_id": "RegionOne"}], "type": "accelerator", "id": "9bdc7212ea6741d69ddd19aaa62b56cb", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "96c80eb2dcf241c7b3dd4cea5f5e7667", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dfadd87f32d34e4aa6b1c9f024bcf25b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "37e98466ad8346a6a6fa882ffbfbfe02", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a3f66e8b9bfc4739aa28ced46dddb3a1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "06075a6e860b45958c62672bf539b857", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "65165c847695429784959d0fb776cf2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b9cd891ec1f14c9cac2573e69ec10f1a", "region_id": "RegionOne"}], "type": "registration", "id": "c80d2af5b1214a7cab650b08c36fb1ad", "name": "adjutant"}], "user": {"domain": {"id": "1de6a359d51c4f2ab2e3c85601a305ec", "name": "37943bf057914d9c8610d15116f5c71b"}, "id": "fcbce5b105d64c0cb9aefa42619ee506", "name": "73e2ec75820c405a940477aa6fa00c2c"}, "audit_ids": ["d93a34dfb2c84edc9070e837ee56dc03", null], "issued_at": "2019-09-19T09:04:40.899489"}} 2019-09-19 09:06:41,093 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh?project_id=ef44f1efcb9548d9a441cdc252a979a6" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,098 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:41,101 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?project_id=ef44f1efcb9548d9a441cdc252a979a6&name=deny_ssh" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,106 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,108 keystoneauth.session RESP BODY: {"firewall_rules": [{"protocol": "tcp", "description": "Deny SSH access", "ip_version": 4, "enabled": true, "location": {"project": {"domain_id": null, "id": "ef44f1efcb9548d9a441cdc252a979a6", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "source_ip_address": null, "destination_ip_address": null, "firewall_policy_id": null, "action": "deny", "source_port": null, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh"}]} 2019-09-19 09:06:41,117 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/fwaas/firewall_rules/d525a9b2-ab28-493d-b988-b824c8c033b1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,121 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:41,123 keystoneauth.session RESP BODY: {} {31} openstack.tests.unit.cloud.test_inventory.TestInventory.test_list_hosts [0.065920s] ... ok {18} openstack.tests.unit.cloud.test_image.TestImage.test_delete_image_task [0.356914s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,025 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,029 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,031 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,035 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,047 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.955863+00:00", "project": {"domain": {"id": "5ca2f778127a499fa6947cc4f4aa12ce", "name": "dae8da8161f54d5ab7013c1df2461b4f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d7af23284adb4cb2836b3abd7e808be3"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0ffe18ff021d4288861593343f9fde2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d79a1c0331a041b7907fb76f52c4c912", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f50d735d7fcb45949327595353bec51c", "region_id": "RegionOne"}], "type": "identity", "id": "a04ef545265647aea70906119fc8fdfc", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "53d40bc6e4f44dba8f0bfb019f328f45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "67abb1480c264e9690f0bbc6d1062e97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6c8a516ccbd94d8fb5b1d23db7d06d94", "region_id": "RegionOne"}], "type": "compute", "id": "842139de633d4be9a8063cf546f4815b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "66d396c8ae364e7abea127cfe6656993", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f4e0b086d0fb48d39b9506bdadff925f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "23a147534b95419695f189de01093c0e", "region_id": "RegionOne"}], "type": "image", "id": "c5eab43c79744bcab84e4193edbf3a99", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bcb4b6b696b14232b3f0a21ecaeb7272", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0c63636c49524db0b67ad4c87df12994", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "3f45ac3c24fa4ec1973cba1e2b45b960", "region_id": "RegionOne"}], "type": "load-balancer", "id": "56b48a0cc2eb4f4d9866be0c6584f304", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e23842c030244d3d8491db4838b2e20b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d07cbce2ecf34a75831278d65ae80572", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15685a4216594435b6a5e5c30ed13be0", "region_id": "RegionOne"}], "type": "object-store", "id": "cf50ddd05bec4a18ae7cb3e0b1ca99a5", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "38661f6d89ef4f87abd475af8a176791", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e6083f4c8d914bb291ed96874cedaf3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4dee224035b4424f8923a299e7739f36", "region_id": "RegionOne"}], "type": "clustering", "id": "b9cbdf60c012486fbc069b298673d7f8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4664ad8deecf490d85ad68b6ed00be58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c9ad40c6de794286938d1a4e5a29a8f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f6ac5f8844c5405a9d1c6dcb96b519db", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a40cf20ca7604f9298cfb3f8a93f3b33", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2292d65005ef4719a620975b0f29d67e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5833c604819f410487e248a74c3f84ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8d55da54a1654a11babb2228d4c3c5c2", "region_id": "RegionOne"}], "type": "cluster", "id": "d819270db1eb409484bbb9cc6d1cafb1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cf7ce4c065274f3c9945b870a2b37ce5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "76b850df3a1e4845ab2778f7ca3cd48d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0969a85e3ef94cea8437b0e948d716bc", "region_id": "RegionOne"}], "type": "data-processing", "id": "d237e4b211ca44118462554b2a5e17b5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1b15b519c213454095a41ed99a276923", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e1884fc5a7ca48f5a38d0e071184594a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "52a2a9f8fe524fd9959601411b26911e", "region_id": "RegionOne"}], "type": "baremetal", "id": "819e3522cafa4a4ea1fe796f144795ac", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "446ed4371523457fa59b312b779030fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8f3f90012cfd458b803bfa40c845dc91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bd7c695fb30a4073965ac796d296a46d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f2f9f8de908b4d47a656a94dfdf50b55", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "786c9aa02dea42e28f5250d715767ccc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "942c7984967d4ffb8cd811713b62107d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "76f9ee64ea624a28a15aa644e4db38fe", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "90d37645cad145269fa5bb14018094c9", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d325c0b09c1f4a55bd0ab3223d6e43e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3f03b281ee5c4501ae585a56b908e838", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "dc37b868d0254c02af9a845a6cd768f1", "region_id": "RegionOne"}], "type": "key-manager", "id": "6ce8b4fdb3614575a4120ee12df80b2d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4e8d348410d647db905e555468b978fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0ecc02f29cee463baf4c4f942e98820f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d21437993c1e435c9587e98e50ec5c5f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2566874054b440089ab5d25f57f927f5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e4db36eb4bb944fc9ee883f5f7f12fa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a6847ed0b7c54fa7831e12122dfa5593", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f2b3648948544fdd92730ac5cf7cd5c9", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a8f2d5ede43c4b9c8c55ec715bb21d30", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8c7b86e8bdaa42e6b103b7aca87ce3c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7712243bbf43419694c9be8f8508a95a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "145299923690403a8d71f484158fb61a", "region_id": "RegionOne"}], "type": "message", "id": "c11bba301f3f4d09b5fce3fdfb943ee7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "11318eb4872546a28ed85a28284a421c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "11a9a67c67304a47a039aa1f9333d864", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "053a6fafe638426ebe8fc80b2fa4440c", "region_id": "RegionOne"}], "type": "messaging", "id": "ded7c058825b48179f1dedc3b5658916", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "84319379952640a6a6feac79bf3f7076", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6a0a407133f04525975a3c617d12c7fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "62900f1109d3416697253e98117b9240", "region_id": "RegionOne"}], "type": "application-catalog", "id": "59f13239a5164777acc1e99097543df0", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "88f3dc94c2b64c8aba21da630a0a4139", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9ceb2913c5924a459b27b2a2488004a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7a575d88fde04ea895343c2498fc675e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b53a5e5837bc486c87c5843606d5ff33", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "56f3c1d1bb8b4aef85b9778103e5bf80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71ca5c47161e43e69b96bdb1e9f7039b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "641b9e4e830e4653b8a5924fa298728b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "aeff92be027740fcaf670d9c629c56d3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5464d6a5f2c64433beb430b1da6faf8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dbeab6972f0e416fbc53957f28323cc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d52dd80b0a7d4b648180215b88d9d6cb", "region_id": "RegionOne"}], "type": "container-infra", "id": "89b44875333242fcb25b00a858d4f254", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "883b077954fc40d18c49743520cb2b89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "fb020a4754ac482f9eeed98e6485816e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "dd00d759df0449f3b7be3ffe470440eb", "region_id": "RegionOne"}], "type": "search", "id": "85d4a4915bc5423aa3475435e9e23c81", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d69723a6496b41c6b66268a296d0c804", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "fbe5bfef9c824c3dbdbe27f6dfde3818", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "14b46cad544a4de4834dc0912cd8fe80", "region_id": "RegionOne"}], "type": "dns", "id": "4b3457f67d9248748ca321ab76bfa0b4", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9e9863e01c584e9a8eb89f379affa70e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bab626100efc4a1f84ec3e8ad9104646", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5bab908153104834978e6dd950945fb9", "region_id": "RegionOne"}], "type": "workflow", "id": "0312278602b74802a68effe21dbd71b1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fdce318628304226870b4e7a72c5513a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "186a392aaeb74da382112d11686ebdd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7aa9127e9d4a4fb2b7eafdcdf8477b2d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f16c174a35f8499ca946e1f24581abdd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "884d2c2169d84cba9c582ccede6ae273", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c4ea3222de0d478eb7ea1c8ec5522fe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "10bc644f9b9b4248b9c38560c5258935", "region_id": "RegionOne"}], "type": "rating", "id": "ece0e97937a2486b9f35d2892492d9b6", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "105694ebe86c4c6a8064301f8d36d498", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f825e46f6e274c199114e14c837ae347", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0d6130673a3a4bf7bd884e0fe8ca06c9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "2c2aa3793d8d42f8bddfa2e2e89a020b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c5c6c94b60bb460195def668f756ca9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "63e24e1b9f28454cbda08fefc6ecd875", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "88f6de180db14817971eef343d369482", "region_id": "RegionOne"}], "type": "policy", "id": "b989e690cdbd439cbaa4dd51ae7cb34e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0d21623d86124a45812b96605ff2ec9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f2645cb88f2540c98186f2beecae3e34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9846870904ad4a15be6a9689f7854d06", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "580a71ed4cc14054be7574fbc39d904e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a9925cab07e2422f83f7d9d88f71229e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5cbdd47762484ebe8be53c66962b0563", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "25f8b75cc82549899409a1826e8cc66e", "region_id": "RegionOne"}], "type": "sharev2", "id": "2a6a0137530b4f028bbd21b548877e11", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7f89a2acfd6d4831ac4223cecb972c44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b74f15312ae84c2e8e1f603f9e1126f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6f3727c8f9c54fa696c4aad787359b8e", "region_id": "RegionOne"}], "type": "share", "id": "846233ee58da494faef27f7b80cb95f9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "07a778a6e0374547afe7535c81eddd50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "aa7ff5d1cdd2487c99c583d71c800289", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3295110f99dd45bb95011f83757830c1", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "2365c633b62341efb65f383f1fe343b9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85dd4826cb33464dae67b2aba8cf5aca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b2923659d094dcfa07386264a829ea3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49469e9c815e41a5b2d5224f754c9a9e", "region_id": "RegionOne"}], "type": "orchestration", "id": "8397e0d549fe4c21a7406a90b88aca0e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "887fc68641bb4b5ba1e4cf7d0da870c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c20ebba72c61490bb601f2c00cd1602f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf4eb977ad144673a500158a80dbac25", "region_id": "RegionOne"}], "type": "block-storage", "id": "c6855d3c5ceb463b951738c9ecf338bf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec1dfcdac5954116ab0088f262f7ec39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad0f1ee8c2ba4cf5ad3b2e66e310d80e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a2cb27410b44e4d986997559425d86a", "region_id": "RegionOne"}], "type": "volumev3", "id": "be484a3a3cfe498cbd86be1fa466435f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3a11d50f3cb4a0b9067c8955bb78312", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43f5f54a1b49450c8747428a85f7b9f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "907ce36a1a2e4d45b669bc52ef0c11db", "region_id": "RegionOne"}], "type": "volumev2", "id": "5d4f929d24404339a06370fde24fd447", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d1090cb92a9417da451a60c4ce4dd36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16eeed4346c84510b533747a672e6320", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "811cf8b71c75404b84bb80c0b9e01b1c", "region_id": "RegionOne"}], "type": "volume", "id": "ef4f71ee87774cd4a08751de18504fe8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1775768474f341c08744a90e80b44f1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e858f535ff664e52ac686a330d5c8575", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e74cf9dd71f34fdbaf269c74416a85b3", "region_id": "RegionOne"}], "type": "block-store", "id": "9022b2b5e7a0475fbdba8cf47f765f74", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6f7d05a5d2fe4047a359042493ae29b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b068845592a44aa48f3dfa71b22ed431", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "22151381cf75469597cd9dfd1643e5ae", "region_id": "RegionOne"}], "type": "alarm", "id": "57de31d0380c4410ab5783bb2176d65a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "090200b29aca40fd8ed7a05043371e25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ff73af37d969407691a99d8d146b012c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d0a6e58dd7d5465cacbe03fc082098e8", "region_id": "RegionOne"}], "type": "alarming", "id": "03169fac3f4c4823923a1d61fd74b9dd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "45ef42eda08f4326bc5946b41400355e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7812b8a766384d8cae1cc4a584318a09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0eb1b23808614927aa974ef885be6081", "region_id": "RegionOne"}], "type": "meter", "id": "6d43aeceef5b49958691b87004cf859c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "99f6366b04d140efa07f4568f200d765", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bc0e3bebad434632960189b757a8bd07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "970e0112a30d4754bfef8d224cf2019c", "region_id": "RegionOne"}], "type": "metering", "id": "39e776ab2b0246d993e96164c1943a4f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "09e93599a32f43b6bbf923234a5383db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "64fc179b9815441898fdf72a86459999", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "05a65d6b7e61409898965d19872e576f", "region_id": "RegionOne"}], "type": "telemetry", "id": "0aaab44c52b540c3bed6743294f04b9b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fe2655b62e9944f790378e383bd33957", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "177f2f49be7c4ae78dda7dbb92a485b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f7145b4b19c34acdbae2673bf7b3937c", "region_id": "RegionOne"}], "type": "event", "id": "ee8ed441cc4d4463b6191da8d2ab4baa", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "30328c47e59a4d0a81cc134cdaae9138", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b53465550a8d42c8b762297cf24a8c02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b2787e07158140cc92bf17286de57ae3", "region_id": "RegionOne"}], "type": "events", "id": "ce98e9d832cd4ccdbfe6530cba4b0fc7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "772be554fb544022aeea414b36c2c81f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c1a1726e44344c95bb9794ebf0425a11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "dd8c11fc313545e8bf621ad33b2f0a83", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ff7f8ccce5474dd48bdf09623ac5f064", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3ba13a02314e4eb0a8092862e3fe27fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "51c849c773bb476eb9bef45c1455db7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "aa36b9596f1243fa8e1c1fd97b2f85fa", "region_id": "RegionOne"}], "type": "application_deployment", "id": "fbf6c27c47234604ae215b184fe6f245", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8033660eb5c94c41a47cdaf9ddeeb081", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "313999c20e16406d84debe492c92b337", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c8179b94388a49d68d1f6665dc1539d3", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6121fe1f09d04eecb97b419322710d87", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "245129d8879d46fb8cc0f5a1bf56d45d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c265d4499227425c8deb86d0a381fbe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "68ceb386128147d0b6e90c2dcb4eee92", "region_id": "RegionOne"}], "type": "tricircle", "id": "88225ab585574187ae01760910c86204", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "25938905d84848729d82bcd374990c52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "098f14778c584482a0526cd95d79ae97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2b665981237f4ffdb67166861819e0ae", "region_id": "RegionOne"}], "type": "database", "id": "30ec38c5e46b47c09ec2b60ef07457ec", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "611ddf35143445bfb902c2fb96747ff8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1aff88ae020144d581a735fa271f9227", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "691b37a2c8ab4c71b4648913d0d89b30", "region_id": "RegionOne"}], "type": "application-container", "id": "dd3644a538b642559c461ff64ad591ae", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "73f4ba01f6ec4f7a9b37568f149068be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c68d4fdcdc814b6cb999a155939c3cdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1254f3efcbbf4fd7aaf22d08130e5234", "region_id": "RegionOne"}], "type": "container", "id": "b4489d995653480199d36cff39a5abfc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "355cbdb343074fa1a4298c44783560b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "033668fd429d4cfa89d20a0e49102cd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "54c653caf95f4fefa1359324b16c3213", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "eb45dec9ebfa41909ace9deae4bcb4a1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7de6a22c851a4972a0b3ac0ed07f1545", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "86f2c4520cf5436a9f2926a8144d6306", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bd40268d7b554876bb57882f97ddc715", "region_id": "RegionOne"}], "type": "rca", "id": "1f981a3879c64d6fa4fe42998d9c8846", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1c919e59c7af417eac7cc2b044283031", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e8f11862fdb94bf28ba3bfbcd9e4630e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d98598102c0041a58829fe556ddfef42", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "8227cdb4948a49c6b66e2ffe097e3b5d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9bfcaefb0653410bb30d5f41c0af6568", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3a13ffc5e6144073b50359f90010df8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a45ab5bd3b3c4c6aa36cf2d7791ce17a", "region_id": "RegionOne"}], "type": "network", "id": "d311f648fd0e4b448893d7fd0e2303d4", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3310901b2ef64ef69d8c6fa21fd677ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "db38441d4f7f47768a04002fabc84af4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "5a4aba683eb94775bdfbe929bd00afba", "region_id": "RegionOne"}], "type": "backup", "id": "feb567b0cdf84d63a82a1fc9e4d41521", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "af3a988f4a2b4c12b20b10552cbcc1c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ab875a639d7a4ea0a9763d5b8af367e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5045220b50f74f7ca58b94e0ee33c060", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f023697bb43242d09ee02cf2bbd28449", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "efe466469e6942ed80ada8892d38fb5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "656d78f9602649c4a6606f821d2bfb58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "30e6521910744aa3a249aa6a70874212", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0004d1bf807c451f89062d210e288778", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "33d3e572474e429ca2c8bf76ba3290b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bfa49c6f369f4548b720a2b54bbef5fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "650313797c1f454fbf8cf1d0e5fc34b7", "region_id": "RegionOne"}], "type": "monitoring", "id": "066ca147a3554e12bf979d2a216ffc8f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9c10d2e7349c41908a6fb96462d8ebed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0e952ef9a65047b8b6fbc2d73d2e11c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "2861e1c809d54a97a786ed807051aebf", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c5b2c5761e534344a95c73da719ce8d9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "be29867ff35e4a7ba25f2b534cd63309", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "de08fa62faef475ca288d666050d7616", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "60ca7a8c0be347848aa3dad8b26612a1", "region_id": "RegionOne"}], "type": "placement", "id": "fb8c69bb9fe64a38920df048cbb3744c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1a6abab0b9d64ca3b363526d9315a1f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3bc5be22ceea4c96a07b8c3ffaa4790b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5a2baad94df0486a8ac31905de6c31ea", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ff6bf6c6774e468a96af2f82d1219d62", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9cbb5875e1b642f79f869a35c1dcdc18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dd224ca01aea46969ba59b71feda1089", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2f7d71377b17443fbccfb3161a4fb2a2", "region_id": "RegionOne"}], "type": "ha", "id": "906707704cde4e7d8d74ee6cf06b8f12", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6a6cb911ea674fc4bece4b46b0605f66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "71cf354f322d401498ad5115b29d126f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5b7a5248674945429a09b5d0cc345a51", "region_id": "RegionOne"}], "type": "reservation", "id": "c72f98022e4247b19f351928ee25239f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8e9fb79a944e44eb953859e3f557b183", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cd64045b17734f4ca57a09b1dd51bb65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3d13833c85264647965caba4c06d78a4", "region_id": "RegionOne"}], "type": "function-engine", "id": "2870fd8465824c9d919b733faa30a334", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b633c6fe050742729542b060457a2618", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d3964b863cf44a9696e1838379bd1429", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0254b49a7172451695864861fb84f8bd", "region_id": "RegionOne"}], "type": "accelerator", "id": "1b4dbc978e874c6995d8201b21cc9f86", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c32e4c221a304553972118edab59e56c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "89bdb9c26aea47c4adb9663b3460398d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7904d49cdc4643a3b0140dae7a963255", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c19b49c7970545ce8338dce2cf2e1e5d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "81b11a93fa814f358a762a16b1aafdd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fb838572f0a741dcbd452de48e7a4a52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0977208ea0184531b88c9cee383625d1", "region_id": "RegionOne"}], "type": "registration", "id": "b36491b05b504007b953da2db68bd740", "name": "adjutant"}], "user": {"domain": {"id": "b11c72a83f7e4542997ed8eea9392d4d", "name": "2fd2aecbd94e4e45aab20532ca0f939d"}, "id": "7bf2c68bfc2e40f782114201a810d68d", "name": "e5ff63cdb84140fb82be93b34f7297d4"}, "audit_ids": ["f9a147477f7348bc8135ba07a2e7521a", null], "issued_at": "2019-09-19T09:04:40.955863"}} 2019-09-19 09:06:41,112 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,117 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:41,119 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:41,213 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,217 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,219 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/e3dfa546-bce8-435d-81be-af65305d11e5/file", "id": "e3dfa546-bce8-435d-81be-af65305d11e5", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/e3dfa546-bce8-435d-81be-af65305d11e5", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}]} 2019-09-19 09:06:41,256 keystoneauth.session REQ: curl -g -i -X DELETE https://image.example.com/v2/images/e3dfa546-bce8-435d-81be-af65305d11e5 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,260 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,279 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/images/image-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,284 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 1290170880 Content-Type: application/octet-stream Date: Thu, 16 Nov 2017 15:24:30 GMT Etag: 93b885adfe0da089cdf634904fd59f71 Last-Modified: Tue, 14 Apr 2015 18:29:01 GMT X-Object-Meta-X-Sdk-Md5: 11870cb56df12527e588f2ef967232e8 X-Object-Meta-X-Sdk-Sha256: 99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8 X-Timestamp: 1429036140.50253 X-Trans-Id: txbbb825960a3243b49a36f-005a0dadaedfw1 2019-09-19 09:06:41,285 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. 2019-09-19 09:06:41,302 keystoneauth.session REQ: curl -g -i -X DELETE https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/images/image-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,306 keystoneauth.session RESP: [200] content-type: application/json {5} openstack.tests.unit.cloud.test_normalize.TestNormalize.test_normalize_servers_normal [0.126277s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,150 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,155 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,157 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,162 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,174 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.089541+00:00", "project": {"domain": {"id": "1a2dbdc7d165411fb837a112984d8928", "name": "2fe5ca0e55694234b95668e63736bac1"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ff19e2c085a6469ab6fa5f694a81cdca"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c09d5ce2289240f3ab5131e07362a64f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8e64c03d838946f9bc4a0d4969965662", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "517d654f7ebc42338cb02b91f2894bee", "region_id": "RegionOne"}], "type": "identity", "id": "88a3e2eed35c43a0836abe66674cb98f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a9eeba02039449d48a01cea5e5153149", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4b36757485a04988b20ada1ca66f469c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "0ed0066542654058b6288788082042de", "region_id": "RegionOne"}], "type": "compute", "id": "eb4d49bd82ef417896e61dd3bd5ad810", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7c09462265fa4738b67f80a5f7a33e08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "8eeb4f16b1c74e9abc2f31556f2d7b4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6d44d57b1f594c7fbe4572333a383f2e", "region_id": "RegionOne"}], "type": "image", "id": "012ad4d75fa443958a9fef164ab63dfa", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "46d9e7bb2d07446f8c46c5aa887cca6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "717faf0f203a49fd9648af56f4610537", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "9104674f34204e24bd5652d497d58044", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a6044e6f24eb48e8afa53a737b5fcb50", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d47c2dea5be4d118c3c9af1fdc926c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b38677a98f749769f847b3142c4f874", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a1138123698499c9906b16dae9aa165", "region_id": "RegionOne"}], "type": "object-store", "id": "ffa7e716a50c4205b2d6c40adda745bf", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "706800c367c8455cb2771212a0aad894", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f9c965fb59234523ba33c39cd6bcb51e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "aac4455513394f38b852319e81cbd579", "region_id": "RegionOne"}], "type": "clustering", "id": "c3413a1b961a435cb4634a0683e2a90d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1da6188061e7488ba9b560e8a2512ece", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "439080250632494893e0e40b412d0ce1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f04dc99c6572403997d9fb4387650f88", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "6da7f6d996174a3fa6f822746c393971", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a6b19d1002a746bf92253a4caa263193", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b26cbe0b6b9f4a1ca9a42ea69214a3d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8ee8321abc6845d585bf5f54357bdcae", "region_id": "RegionOne"}], "type": "cluster", "id": "e295ab108bd742fcb6d79bd9b0a94dca", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b444c9bde48342a2b651f67c70459b2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ac09088368de482ead4a91ac09a0250c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0cff3da59ba544babdd2c134cfbc9047", "region_id": "RegionOne"}], "type": "data-processing", "id": "f14495d9e94640a7986f835aa20a2a95", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fd0f153fc3144063945746d06c270a48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "eb4bd66db7b2486590f43b7f28192d30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f60d06138e424950a7f2bedce921dc90", "region_id": "RegionOne"}], "type": "baremetal", "id": "2943706dd7e34de0bc8017111e21efda", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d97065a26c2c43299ed21a5706b0ef95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "39a3434d4dc741a097db196eb489d4de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "02e5654f83ad45cfa5ffc000adae358f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "0a8298b25f9d4b629cb345436f30271d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "67fc6c2e0f8d4afbac8c106cc0656076", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "096a6bb6ec3240509d21b1338bed0e5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e914b3bf75174e5baff9b7ab1b7e01da", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "764ad89c5cd249adace2625d38500587", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "72d5017b0ae3495cb9d5260923c1308c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d08f1a6f68064471a263f8eda6b467e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5c94092c5e7f4be894618f9feca8a167", "region_id": "RegionOne"}], "type": "key-manager", "id": "94c0c64d13394c6ca8cfbbc791d9bfd4", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2f032ab45c2249c1ba1aa06e6cd2bbe3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e722c5dbaf9d4b519e2de7f3e0a59c3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "84e420c0c86540e6bc98da95afbec621", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1edb0f5b2ede4585b08aa76464bf3076", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "64e1fe1a0f0c465eaf5a2657d9d63249", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3120aceee9104d8d924e15b6cb270b52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "734b5486104a4ce3ba91e1d2c4cda499", "region_id": "RegionOne"}], "type": "infra-optim", "id": "aae52eba066942e5b8197ba35e36db1a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "67664f8a3f654308a3acf7cef3d20882", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7da79e4631b94624b53d857b8db9e88f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9aad0a5259e04ee9bfc3d40ee6f0ccbe", "region_id": "RegionOne"}], "type": "message", "id": "a8726cbeb5164942b545ac4962ffafa8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "61206f0370fd4b13af7b957d7711b46b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "97645765187c426bbd3251aaac1abb7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d5417c5ef54f4bc185f9f436075a2bd2", "region_id": "RegionOne"}], "type": "messaging", "id": "b02f9248c5734439894bed260a88b706", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f81b81d30cc74afc900add87dd027d79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "10374a6248294ec38836dad8f6d9ba13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "fe7180c677e8468a9b1eeaa4b57a1d5a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "75d90b21973447c8bce2eebd863b97df", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ad0e225e0df44a1fae6d96339260633f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "476f25aae6d444d9adb41aa3318431e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "687fa446518a494ab56b67d81fd4138b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "9b98a091768d4ed9ae18d6684963c3b2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b22a21a12b84f2c9902dffe1de5226f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71a23f2ae3f74cc0b5b6c234def1c185", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a6286d23b1bf4db39119be99c4a8ab39", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5a0adfebe2d6427eb6488ca7086ca37c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "939e8b39fcb44ca8935314b64856bf00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "abf46a5c16b44d6dac31f2052a30ac31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bc0a3b7147af4335ac76ce55aeed0886", "region_id": "RegionOne"}], "type": "container-infra", "id": "2fb7bdcb48f4484ba6e0c4317a0c1801", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "cb7e5997650e460dbaef24ce32b699e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "921ec39711e34e77b00bae9934ace2fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "400aa7af7d2c432daa35dfbd6b93a756", "region_id": "RegionOne"}], "type": "search", "id": "7b70fbbee168456e98725d79853c90d6", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "549c6477fa744ac98ad6c105f0a477b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "098abf369a3f4b7189b37c0c581d4e8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "194587f0889243a5a9ed52360e20750f", "region_id": "RegionOne"}], "type": "dns", "id": "89ea1f9d0ff247388cbcf823937f4aa7", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ed4dc01128ae4e1ebbd925b62968c8dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "18e3044d89934c7f9d4b8bc93e28632b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "89d40dd8abe84716b435f340a5aba25c", "region_id": "RegionOne"}], "type": "workflow", "id": "7b7e454c9e3b4090877dda18a0de9412", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "08df9e6c2df04dc08f220cf572f59350", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "837d690ad26e4a2088d8dad0a62ee828", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "07bcdbae67d14c5e959451eda12ec361", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3d939b679c7f4729ab11f0a4283ce069", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d4801ff4f2054b5a8e636fddc4e33eb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "beb20821d7ae402d91919081dd26179e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "13b4f93822744efe9c74c8d3537d4e59", "region_id": "RegionOne"}], "type": "rating", "id": "f7379465522b4865a41fb642bb0a312c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "06148d5dee2c4be79fc27b8103191b97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0323160b217c402990e3d74e61d1d17c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0029c5283ee14656a747afcfe5d14f58", "region_id": "RegionOne"}], "type": "operator-policy", "id": "48523a3932434d758858223d2d8be305", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1957ae9e0f4e4d17a4c0b7b11b6b72d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c4cb25b73e9948349614d3bd86b94c30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9ef4153bc7f143e290fb6399e54eb42f", "region_id": "RegionOne"}], "type": "policy", "id": "c6d046a9adb04d27b48296e802b7e54b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fa04e572e78d437284bb8c89d1dbab7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8cdba87a76984f45898ff1a075ac18bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e6210595dd254c1c9076f83b01ce36a1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "448c833b38b54b6f9104cb270b9e33a8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "72b2976cbdef4a0bbaec6e90c24ea529", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ae0f38f4a54b44379f3372d3c1261a24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6776faf45dc844d58678f6cd08dec837", "region_id": "RegionOne"}], "type": "sharev2", "id": "2f160402cc4242f39563992d80124a58", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d1599141b8a94da2a7327b16fb376348", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fbb64b00188a4a7fa16b29a7066c621e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c93be3cb6ba2417c9edb32940e21df11", "region_id": "RegionOne"}], "type": "share", "id": "b8708e93d46d4523ba30bb49586a17da", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dee4e65a13b64011977d0f49865a09eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "267fc8fc46c34b188aced51eac05d44a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6c7a1ca017b94a3a9e58948b0d3e7bb6", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "59d5a293de4f40659e8552ae3fb00309", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "511c2f4b95f646f18c50d5be2f882e64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b67e6d795189420ab82979298400691c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ca8947fcea245f48905d0e942ece3c0", "region_id": "RegionOne"}], "type": "orchestration", "id": "1d88a333c83b44d0976e7d6b82703ea8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4df7732194d4489099ddbebfca0ebcb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2736153688ec4b71b6fb2211b9a3103f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5e0c7f373ab4a6fb0023049413a2ae4", "region_id": "RegionOne"}], "type": "block-storage", "id": "cb367201bb4e438d8f222d87a4c00e12", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7affdfeb9aa1446da27b8842f965dccf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c84a7274cc0f4e29ba138cc64bb49dcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "802eb7c81d13458c91a687d8e0874d12", "region_id": "RegionOne"}], "type": "volumev3", "id": "2a14696205604347b163ab95bda3580f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eba58c7aff1942ae8c5ddf5adec9382d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "087a36f2586f4ecbbd529acd8d444c54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "663230bc0fd24625bd62aea48ca844c6", "region_id": "RegionOne"}], "type": "volumev2", "id": "46f29dafe149470c8754ab923849a87c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "674069089ec348f796b8ebb7872824af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bac56dcbc044467a4463cbc7f54518e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cad6bace50e4807aee045731956a5d9", "region_id": "RegionOne"}], "type": "volume", "id": "37d4cc0314e8451287ebc2046a073c4c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "954ef445354c4437ae0e8c6bf377ed90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d79ac5430b143bbaa1efecaa5a4e361", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fa562ad513f416e824dc7d1a00c0bd3", "region_id": "RegionOne"}], "type": "block-store", "id": "451e7fb2378e468286a9d6e6c8b5ab43", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "013ba19ca42741289763d10d8c734ab0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "650ac42e4c164516b9921b2fff19a2fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0897695f5eb54d23ac1e4932563cd7b1", "region_id": "RegionOne"}], "type": "alarm", "id": "64277432d767418d89d7759fca1c9874", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d320558afe404a3590e01d4164851af8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "db5005ce6e6c4995a9a79e01a9c49774", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "043aad4a5aac4cdfb5111ef727cbb33c", "region_id": "RegionOne"}], "type": "alarming", "id": "ebb768b354b24b6da26fe20b81384dae", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7ef1f28ed4414a9791fdf35b6f702f6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9ca4d4ca6974416aaa512972fe37ae08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "797cbe58756943968ad8b23e1d0d5b19", "region_id": "RegionOne"}], "type": "meter", "id": "afe6765fd7c74f73aa4c7f1bb63b0397", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "de16bfcc66ef4ae58c918d1733ad11a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "69a43d9b5d6b4795b9ab88629fc51f46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cfdc3bcefde2420ea9fab040b40622ac", "region_id": "RegionOne"}], "type": "metering", "id": "3f802cb2bfbe4658aed33edd26678ed9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "46f7474020d34209842f0cfe063dc6eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0a5043d5758046e3b932465cd4539344", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8cc5e5c84260485d94b162e589f9ef16", "region_id": "RegionOne"}], "type": "telemetry", "id": "cfa610323a1643ddb15a92f301f466d6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "26b4bb6c5793414ca653432f56f8dce3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ee138c7c8bc5424fa0191b18a60ac808", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a1727768dd354a39a8a52503b79e94dd", "region_id": "RegionOne"}], "type": "event", "id": "905aa1a2406a49cdaaff37938d4c9d36", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "88a220f95e76499899c908dc063e9365", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7a66138162c344a7b289994bf56fc250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2f7f0f7ef0a34d309191b53d355e3f76", "region_id": "RegionOne"}], "type": "events", "id": "311ceaac895c4fc2a5424f3a97d2db5f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e06f9d40ebf04b2bb88cdb3360746581", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fd108fe26e4f42e3a36224791578775a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "67d388aae2594c5f9d3290b1a09660be", "region_id": "RegionOne"}], "type": "application-deployment", "id": "47221eebf31e4f0fbf7557c384fc1f5b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7fa29225c25f42599f4905bcba1f560e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f8a90fb663a64f228489f938288bbef5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d209be51b2664dba9d75f2aa5d1c56af", "region_id": "RegionOne"}], "type": "application_deployment", "id": "25bd2b52ee8b41d698726fbad861a679", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "06d41fc0479f4196a45eb7d6a076e85c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b9b35e237686431490b90b8d420b6199", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6040d45600004fdcad5475cf48d4a4e5", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3f482760fef448ee8cc1f7b886aa9f7f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "162fac700b53421bb981026807e8b515", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3cf5f9cecebb415ea96d54c4c61b5adb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "38ae3ca990f24a18959cd06af98c7425", "region_id": "RegionOne"}], "type": "tricircle", "id": "e89d677d883c4d3ea2d383a9a1b443be", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b37fd877a84849fea3999d074fef2dc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "274e4b1c8ba145ffa563bf70f6f3624f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "711e78870b9a46e6a8f21d5ba811f623", "region_id": "RegionOne"}], "type": "database", "id": "5f2878c8d0074a63840c46ba20ee49b3", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c712351eb4804d969e6abcb54f58fa4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5b72558e7ac74191a3d0cd5b7f0c1d8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1d5ab1e2371f4769993cc05186a7d25d", "region_id": "RegionOne"}], "type": "application-container", "id": "e28c9b59b79848cbafbf6ddff06d5381", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8d7632d112594a19a8dc920c518104b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "022a1dc211a648eea7f5f9f72aae6271", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fc8e70b3991b45f19600eb54515a6097", "region_id": "RegionOne"}], "type": "container", "id": "5227fefe55bf49f0a1b7bd0e50b75fd4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "369fca3748ed43819911c6a67a083e0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5de4defc2e0f44f4bf84098fc774c0f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4ae8e8d6fe1f4365a4124b84629e168a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "0e4508e9e8e44888bd2b26290fd619d5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c92da1fe4e1a47409feb7959f13638c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a7565b07645242bdbe5169d1b5a4b472", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "120b4edebdc34acc99551a8a3d38f90b", "region_id": "RegionOne"}], "type": "rca", "id": "737d9a3391b140cfa96fa178f8d690e9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1ee92cda50ad471d8f6f0a2f8256ea36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "10becaefa18f47a3b44c06609a05a539", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e3fba4a429a646549b5b0abcc640c190", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e1140b4270704b189651b56bdd5dbb5e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5e1840b9368440a0be8d0e4bbad5bcd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b34c6d1881c548d0abd9afdeed8ca0fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0ee4bc2dc49948a88afa504be4b38533", "region_id": "RegionOne"}], "type": "network", "id": "c7d8acb0ca1349059e3b23ef90e47860", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c2b7761eba744a25a4779b38855ce7d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "583ef479840a497ba71a1621d554aa79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8e12d1af19c4415e9741a922129112e4", "region_id": "RegionOne"}], "type": "backup", "id": "ebd2bc8ee09f4ae498523f737d91a372", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d666f06fd3754ada8a67cf5d833c35d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e235fedbac484e329246c5a17cef9b64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "82361da7e9b34e2c953be460a9c52661", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "43f473815e31494ab6c1e25d248f8206", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b017d30d158f4f1db49d9e63dc8fb238", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "48737f2152e94d23923e60681cd7fc27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4c77b7702ace46068d37e49d51406b6d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e5f7ea01058d441eacb2a56b1485b1ec", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1b154277d14244e48a794882a4e1c5f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b151b20b1e8a497582dd7e635af6fb73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9c89765079384449b388e6156abe49d0", "region_id": "RegionOne"}], "type": "monitoring", "id": "65018333c37d475aaaeb0a0e1b11bfc1", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "30f3e6cec5aa4e97a11212b668a10742", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4c0c91f087f9445fb5a6a4c854c14a15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5dd0e3292cc444cdac519d6885b3ea5c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c3df459483ad4e358515f57e8861b48e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "74a9ba3925d340a0b2f3ce250c6e8d10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b9ffa1758cb44effa9f2c97a2dbfa816", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ffed7aa6b13049d6aba7d112068cf913", "region_id": "RegionOne"}], "type": "placement", "id": "187e5bd591034365b6d2474ba96749cf", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2d7824cc11cc407290a1ce2b756fd12c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "98e9f5c848a149d2af7ad46f442cd726", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d8e6bed4b6cb4775b3bad52cc4c0dcde", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e4d4755a791f414c900c883aa61caf73", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0747a5bd3b354468b6f847e08bae094a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "200cce9522534fa08e9111b8bbf5f981", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "908f2b327570442c9b49cd5aed64be8a", "region_id": "RegionOne"}], "type": "ha", "id": "b198b686689340a087d4998f842fec3a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "51cd90a9d6dc425ca5abe4ed7cf4deae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f026f5a2ff8f44ddb609fbe22bd0d4ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4bfe1dd2fb4a49ee98d0b66c4e3e6c4c", "region_id": "RegionOne"}], "type": "reservation", "id": "46d708f1c9aa49a5a577da1d20128272", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0c011f1473ca43fab98c44c827086e4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "82ee746f92f448b0894fc1231e11f364", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "99a9e521f8ad43a1b5a35885ba29e08e", "region_id": "RegionOne"}], "type": "function-engine", "id": "e56209af1b2b4ae0b3ad9838be4ee04b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3e7bdca9f3fc4bc48b57a420137df8a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8d57f503980544f39c412557563c1e86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "fc8e5886471a424292aba5dd8fb45224", "region_id": "RegionOne"}], "type": "accelerator", "id": "635a89d1e67a4abdbfc551ca5f9638dc", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c82539e9f310445d8510cc2d0bece3be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "266725bd643a41c9a333f9c9d74db4c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a0fb9a9d5e0a48f19ff1570198c1a02c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9ada5bccecf343bbb464ac5b3c40114f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "241bb937610e410ca316343ef2ef3294", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "283f5d40232445e4b1d40e7d6335e48e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b21c1b13d95e433393827c184042d1bc", "region_id": "RegionOne"}], "type": "registration", "id": "50aaf5a042a84de79a473c365a659656", "name": "adjutant"}], "user": {"domain": {"id": "b7ccc49fd56647bcaca5ba113f3566a7", "name": "1f3c914a9e864aa9a94cb6b5883d9bd5"}, "id": "d4e6f3d8b3cf4092987ed2194a6f7f09", "name": "26f7e951a2e6484ca4d1e6b230674394"}, "audit_ids": ["877739b39a054f5082ba6a64a28b6bef", null], "issued_at": "2019-09-19T09:04:41.089541"}} {19} openstack.tests.unit.cloud.test_qos_dscp_marking_rule.TestQosDscpMarkingRule.test_get_qos_dscp_marking_rule_no_qos_extension [0.175769s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,321 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,325 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,327 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,330 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,339 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.261549+00:00", "project": {"domain": {"id": "b995c89073324a36b64293c324a01037", "name": "4d22a62115ce4d0cb9b0bdd166242ae0"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "df4290704d9b4e72bfc032c67894026a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "aa9b009d66764e8cb84133e43e38be33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "153ebdfea8874e15a600ad95358c3c55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7c7a33b226ad4b8ca7ea2d3bd4df6517", "region_id": "RegionOne"}], "type": "identity", "id": "3c0ed0ad6fc245a699aba2778d576535", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "355e921a818741d5b5999e9dbf407069", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9bb222211fc04dbcab65d33a490f0bbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "1d055b76903f4dd298e31218bb4e56a5", "region_id": "RegionOne"}], "type": "compute", "id": "08499f9065fe4f8abeb164360b5db8f2", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "2a5214322d1447fba210085c45752449", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "494ea1590dda4fb7aaefff8dda1dddfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "bd83fb26fc514d32abd4d5272a342f03", "region_id": "RegionOne"}], "type": "image", "id": "5850c78582d242b888df8e014c560ec9", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f44fec85b06b49fd924a9c91b29d14c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9591dc1d56f14f719680c5cc37b1f5b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e9f61a44e40f48a49e180d2141f5b5d7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a5152361739a458281e68ea4f30e66a6", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce49514a9b39418cb04c5700c7cd404c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25f6fcb4a791416ba0f0adbfbb0dcca5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e6725192ec24d1c998c8b66b5a36ffe", "region_id": "RegionOne"}], "type": "object-store", "id": "3e274972a9184dfb9aed20d2886f3985", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bdf252e3ca8345baa1ba0fdb41a09fee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5f2009485c4d42afbb0cfc364e7cacef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "92fd4728326f4e70b863c6732faa0af7", "region_id": "RegionOne"}], "type": "clustering", "id": "fd8d0c992fdf4212b020ef13fa5f1695", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6ff9d0e72be641078468d270c967d836", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "849a887582424c6ca6063c165d6cb8bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ebc362cdca2a43af8e775588da8da3f3", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f9db378b76b84449a932bea27a0024eb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "80bc4af2202d42969020838f3d99218a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "12a21eacff64472fb227c4e57c02cc56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3d2cc771064e468c8ffaad300e46b0a6", "region_id": "RegionOne"}], "type": "cluster", "id": "5b246b2fe5264c17a43c0af3021bb296", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "aaa980b9747d46038998e887d418db83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "01f332daba87494ebc6ed47fb392d97c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ef979b8c3ac9461fa9cfef1c65c40ef5", "region_id": "RegionOne"}], "type": "data-processing", "id": "e61e9673a5c049b7b36058c5cb17fa8a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fe15ea1557324103acaf26f596c5f15f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5354152e3d7f4f13ae3d36df41457e2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1b49661bd2754e34874ae954c1c67a3c", "region_id": "RegionOne"}], "type": "baremetal", "id": "bcec598c9ea94e609064a72dc4b78efa", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8fe67440fa954bde90bf0b832eec2156", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "adcb9ec218224630959917a3563f4ef1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a8992b7fd272461b8551c17ae8637ece", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4904aaf81f6f47afb9e9b86171636074", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ee574daf121b4447a0e8e6d7fb774491", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0d636264a81d4cb6bfbca7af39580c55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f88ca2dd0aed47159c6b7bad291528e0", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "dab6f7bb088947c0b8cf563163351bfb", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d22b8195c98b4edc81cdaaf210ce75db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f3213b3eae9d45238358aeae31ad856b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "cffea76d7edb44c58fb45fa73bbc4579", "region_id": "RegionOne"}], "type": "key-manager", "id": "d66d46b0fbfe46c5863cddf0429ff3f5", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "36381e99b5dd4dd28dc00c2f2a2a53cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "47e7bb4d86a84906ab22ca56fa6c1a06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d2ba921f82bb4ea492f2868b1690d5fc", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "799c4c8074924ffcb488fa6dbcf77ce4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "751ce81f61864fcb97f45ed30a0e8269", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "35912933fd3b45cf8887424d667e7f00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "36e9d994ffbb49b1bfca12291cb6510d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d0329e97036247cabb616aa1faf57c47", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ec13a409413d4c2a81bb25fc50c34fda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9861778a3802433abb16a1e3e4f24b27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e68a6ad33cfe40cdad5e4f2fe4d625a7", "region_id": "RegionOne"}], "type": "message", "id": "2f659a6189e847e492903d0c61a18a55", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "993e27be4f4742f781c341e21d4bfa4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6eaa00bd14d148de971f321a5dbbe168", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c304d5bf2b7a47a2a0277b522936ca95", "region_id": "RegionOne"}], "type": "messaging", "id": "f7afab06190d4f0b8adb754a33492ead", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7536d667fa72430bb3cdb7bb35f0837c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c16e6fca79b34cb5ae1f7271104f3fa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "78c905a371ec48ae9bdf89e1b1b98595", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b3f4a6e84a6d43eea1bc50916e98b369", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd58ff77e1ee4bde90758602c6a45911", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "75e68119debc48e29420708f93371738", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "09d3785a68c0454d9500cf71fe68a66a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b3298a305a6a4c04b2a66be49eaf795d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3db25e66df8c419381621719a6edbc41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8e04716d42594c8a91c8a4dd2480b40c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3ba5dd9c84bd4819af319e34e2c3075d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5f77d0207550440cab8f2df1e2ed5609", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0df3366e52e0409988e32bc4ebcee6bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c4c4bb2c9c64067ba49ba68f79f2f31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f7a98b495aa48299e2bada3e26b2e83", "region_id": "RegionOne"}], "type": "container-infra", "id": "470be29d70c74b639575e74b01ab9f32", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "bc36e3d197c84ef484c5c5cbf52cd07d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e507f49550294642985c269c42732622", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "534ba789cbc24a0da0c0ff76b4df1b25", "region_id": "RegionOne"}], "type": "search", "id": "402b8f95c30a4770a2a74dd303fd4f6f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ea2fb731910a4e7a9d1cd1c1455d33d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e5805d6703914c7a9c99e1782035b5b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "fe04653c1ea54c508896d87cfc5f1297", "region_id": "RegionOne"}], "type": "dns", "id": "244cccd919ac4f4196183db395677f4e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "99488873ec564ee18f5a04c8d203cacb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "61746c21f2054fcc94f5f98a906dbf2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "05c98e341dd84a39a70034d1ea005d3b", "region_id": "RegionOne"}], "type": "workflow", "id": "42dc879c62c64f53ba2ee0218e66656b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3a5454c93df646bb82bd7cc3cd7c4626", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a3f8dc48afb24d02829def09c9b1f958", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4403f3cf03354382bbf0e5851a42086f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e7c3dd27ff5c421487ccb7110906f290", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "33a83c27a33f4bcba6c52920df4b3919", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6b7f411ba9854315a28edae9c044da66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "57f5b84d06f24936bed14b77ba316269", "region_id": "RegionOne"}], "type": "rating", "id": "a2e5819217ec47f5a573d0be7775610a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "abf6e09265804de1a97f6517c05514f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7feb2ee190394762be749570fc316a4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b49fba8548bf478297d2023e9534bf35", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6c8cc321a84a4ec7b1aba2ca20786028", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3a68ef1b93d542df8a130cdf16ed160c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9540b4f1d87f4ac7bdb0e9776ebb7f95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4743394a084c425b9c2e4cad1ae94787", "region_id": "RegionOne"}], "type": "policy", "id": "3e9283e89d9845c98d01f7300fe54566", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b93da08d8d904e70bacf5ef979b0a230", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dc648b79f98344f2b36d542bae7a3193", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "42b4c52ad876400aad24200d06de53ad", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e5d14fdb9bcb4bbeab45af640548da29", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6bfd814defae410a8fed40e71a0ce006", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "514d68b0aa0541fa8f2ee4507b17dde8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7c810c9f189541bb85762141b8940cfa", "region_id": "RegionOne"}], "type": "sharev2", "id": "bcb3901757f1495a8884dcd1f892e7e8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "de524953052c4071868996b4dd6abeea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1310e07770914260a1b2c4f40854be5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cc41af61202e4a1ba94dc73bdff529ec", "region_id": "RegionOne"}], "type": "share", "id": "605c574ce6084fb38409b9ae32f2c1d6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5222a037af1246b78104d74d2b276846", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f4a65f934f5a4dc08508eb33941878c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "52cbd498c72e4378b444227100c64d5c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5499cb7b97f341efa14b71744a8cb6d4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1efebaef47574d5cadd5a5e21f530cc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e339249a150c47d0a8d04aa40b7d31dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d02485a0b4c94d17b6ed7da2f14ed38b", "region_id": "RegionOne"}], "type": "orchestration", "id": "35e1487522e24ee685f82d68885cd652", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa630e43c0d1423094fea8b768adec19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6083e651c514590a4e1170d5a431847", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbbf9f5a73294a20b13594ff03e5e8b8", "region_id": "RegionOne"}], "type": "block-storage", "id": "a644cd2b2a6e457492b33b831e8d0b27", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "493190a9ba0c4a0d8fce6db70716d3a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48e5a58fd9584a348979ff66b4f33228", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f3c8a272060410ea6e5c02a6be3119a", "region_id": "RegionOne"}], "type": "volumev3", "id": "76a14aca795347728353560b83526d2f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3beed28c65ac4b8ba56bd3863c99fd6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd984a15588b4c58b3d8b5d51c3429fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6cec2f09e2c4a4e85932772e5942820", "region_id": "RegionOne"}], "type": "volumev2", "id": "739f2df8df454991badb01cc264207d7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5089cdc059704735ba6b994a89961658", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "78961f46ca2440388706a32ecfbc7296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa9d36b1701a4addb5db0ce3aab2eaf3", "region_id": "RegionOne"}], "type": "volume", "id": "d45e4213ed4e471ead444277278c8335", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3f1feaab8b543648a59c2e926a410c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9178bc71aa744557a15d3b02cdae069c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91420ac9f53b4b198a07e501544dcc66", "region_id": "RegionOne"}], "type": "block-store", "id": "04c6f775b8be4b0aadea030dc3992f35", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3ad684f11fcf440fa6d054d6f86138c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bfd50e3a272c484e92efb5d39e5e6cda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "10d484380b6d47e89e9866dc021ce326", "region_id": "RegionOne"}], "type": "alarm", "id": "d61103d1760c427da57c180b4b4bf6ff", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "516e5bc7154d45d39da4d6438c430e00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e7dc679adecf4cae925baa3c6c3d15be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5cc2f0feffef423da1db4a36d25403ce", "region_id": "RegionOne"}], "type": "alarming", "id": "746ed5ee5ac84f1abdbfaf9f2edd12b0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "02409b0b6b294ec390c1e31633e67fad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "23aa7ec82c1e49a5ae11c6c9fd2bfb0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "07d148737a2c4fba80e67e0eb127f6d2", "region_id": "RegionOne"}], "type": "meter", "id": "9bc6d281515e4c3e9713647ce26d3dac", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5b99e6e3602642ac892108645c42abbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f1f45adedd0b4b83b4b055aef05dd7f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8b9c8fcd277e48c3968812729e8af9c9", "region_id": "RegionOne"}], "type": "metering", "id": "fbfc2ee2d974416ead433304395dac4b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a0a12a0480aa4494a198412629a9adf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9ba56ece03924e9a956147d705577bb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "03f1e01fcaa3438eb9e6cab67ec0b28f", "region_id": "RegionOne"}], "type": "telemetry", "id": "61495b7f37234d4f90bf38f4407611cc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c3e263f4e07e4b039e93938b048bb384", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0a454ae91c9b40bd8fd7fa16c3b6eec4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "477b22436fdf4c1690b65225b0ad86cc", "region_id": "RegionOne"}], "type": "event", "id": "c2c06ed1414a4b55a6ceca12de1002ea", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b3c1a24dd8394c59bae99f049ffc82c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d51e2085aacb412dad22efa205e55d53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f7a3bf553683476a892543e3bbde7080", "region_id": "RegionOne"}], "type": "events", "id": "a9e55549551f4e88a48c78d19bc0e37c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2d4251d0fcee4d54b5bcdae651e7c31a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6c42894709a34e98b03b41452860a66d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d8514f0b2d074aeab4990c2b9f8575d9", "region_id": "RegionOne"}], "type": "application-deployment", "id": "02015c543f554007aff1adad288e5d57", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8ed75f85d16041a5a2a435b73a1578cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "eccb1d9202774bc8b3b871b3e489ac3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3ff2c01ae1884d1792e3a69c7b6089b8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6c54c20c0c5749efa0d4a34971cb1e80", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b290b6ea5e3741fbb57cf3d568f28952", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7f31cffe33734efcb50ae88b3c3cf485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0954d920cf0a4ea3bbc9b00132925032", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "dcd5f785916841709eb6444dd0daf720", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d91955f9fe094ae8af24fbe254a1475f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4bbb8d28ca0a49c2b8102ab4ae2d0941", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8d3fa4b7c65e454eb0518c251d8f63ff", "region_id": "RegionOne"}], "type": "tricircle", "id": "6272545d9ad047b18d9dff74097f96c9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "85717b9b97b841419d5f73903e579e9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0d8a66a16ce34ab78c0f1dbdd2af123a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2439654cb9de4056aeb5593189982de4", "region_id": "RegionOne"}], "type": "database", "id": "801100d0474a405d9871f7678c2af34d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e9ced958eb5c467fb048502f8eecdad7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "aac3240d2a0f4b4f970f0a8335154338", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ef3ca2d8ab25499292194572018e23eb", "region_id": "RegionOne"}], "type": "application-container", "id": "45ee0c80174741fc89551c2aab9d4fc1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "11d38758ce63420181fff383467d1177", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7d5d68041d8b4eeab5b73d3e7dea9ba5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "39f83df97dc94811ac582133a4433a76", "region_id": "RegionOne"}], "type": "container", "id": "b2d27c6bf9dc4b7593d31263b9967882", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1b4c10c1740d4c6ba5b45159cfa51590", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4f8b1dab3bbb45909b9164c7bc6146af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6378bdcaf67345f187cd5cbd7759122b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "de33cd9119cc469981c25572a0f6edf8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "63c7f1c06e4a421e91ebfcc327afabb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "31a03de8a67b4a8187000d3d911d7087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ad49ee00c01940d7a15565d8e441bc45", "region_id": "RegionOne"}], "type": "rca", "id": "fec657807c1b4445b3dbf23198742b24", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9fd283636e404041982c33f5b0369cff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "14a5d33955334a09a8ee71f6c7c37e20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "eed0aec821fa46589498b9c9f1a1e750", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "86f60c5fd6bc447c9e8d73a57c0916ae", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "2b3388a7017b4c4ea9040ffe82ad9772", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5bf9b40295ff4b6c996a73290ad10e49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4ab805eb7340432991784bae4080b726", "region_id": "RegionOne"}], "type": "network", "id": "0f3e38afe57544daaa943476abd721fa", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "102c592eeb154499bd6ff460061d042e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "846384089c38481d8026e2cd51bff9d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4fffd56b02bc480b900db6142532c6c4", "region_id": "RegionOne"}], "type": "backup", "id": "3c56e0c00e5a441db36017ed5ba108e5", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5642905454624b1f899032406d648c2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6db981941acc4b53b878f4dd799793b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2a1c7a19531b48a092c8aebfdfd5038e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e9a692b08bc94ee9aba7066f2a95ff69", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7ceb5c7c2cc746c6bb7b034f428ba543", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d0cbfae28d3b44d691295d6365634156", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "28463e76c26f4dbe88bd1193df5e0d7e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "048716a3fefd4aa6b6c86536670fb33a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "657caf0835064a79ac20a243c16dae5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "32a69dff42004b7bb147d01e41855514", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ae7bdb73577e4e17a9b7919502f6eb5c", "region_id": "RegionOne"}], "type": "monitoring", "id": "f757658bc195438db19dfd6274e5f908", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "08e48ba301974b76b835272e00650753", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3c2addd7ad2a48a0a45ec9fc8b220a8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "0ce3c4fd687d4e509a60596f9bfb45ac", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2672bb3e8a5241e9b16d1ab969dfd66d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d3956c184c5849ab9a3ecd9b34fd3b24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f88b6016fa1744208ee8fc840b6e5e75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4187452ae5d54ede96b4b6b9abf98d47", "region_id": "RegionOne"}], "type": "placement", "id": "c2418f22a47243948c53ae4f74a455e9", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2ff5f295324d4d48bdb6362356dbfc45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ae1cd8e0fe7b4b62be182f8543a1796f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a3be6167c1f44739bb2236d525e7bf74", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b7bef8c4a949437087e9b43397f7d00d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1c14f31504fb41b89d1c94e00ce6664a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "54b8a9854cee483192db3441227d189f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f68ccc6dcea44c53a9fa9e828cf3ec4c", "region_id": "RegionOne"}], "type": "ha", "id": "3bf8330d643b4b5f89e9fce666a03982", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c7f1a8d1ef4f46abb7fcca9205bf72c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "002830f6c5e14f939cb7567b84e2ff6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "0405f57964f146e5ad81d63402c55c89", "region_id": "RegionOne"}], "type": "reservation", "id": "9da7a03868914b40bd17cb183d38bfe4", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "de3c49ddc1be429497801b316f613f3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "edd558b14464435bb765c0a062ee0f69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "82265dba79b544b2af473172db6133b7", "region_id": "RegionOne"}], "type": "function-engine", "id": "29b228794b3e40d294a106084e1e5a5e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "98994e496f284a2fa48a2b2f95cb99a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1c8dc13463fc416b94f57a73400e98a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "20abe976cf0b4b1e9ac11ffe7bb5a084", "region_id": "RegionOne"}], "type": "accelerator", "id": "3660de1d7c3e4a04a1ee89228207c2e5", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c9c22896f52b46adb98b115e8a70db5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dbb3ed9fb1e747b8a666a7b51a3adb05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9508842152eb42b1b51d6a4ebda90dbb", "region_id": "RegionOne"}], "type": "admin-logic", "id": "eaa8f8f8e01b46ffaec442ab3eba7d06", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d83ff49532e9458e8a2b924138f385ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d82a0dd502484e3cb772d6a409505eab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "acb61872ada64140b5d26e083d54acb6", "region_id": "RegionOne"}], "type": "registration", "id": "2456f7cb515b43a5922e0d33303cf66f", "name": "adjutant"}], "user": {"domain": {"id": "e600e0bc3b4e43eda6e954cdb8387e9c", "name": "6012bd6c804949259c034ccde6579958"}, "id": "1960a287758f4117a12fec9abcbeda43", "name": "ed5fb223a1cc4a9e84354a229dbbe4a1"}, "audit_ids": ["090651b465344fb6ab83d82b9dbc5767", null], "issued_at": "2019-09-19T09:04:41.261549"}} 2019-09-19 09:06:41,424 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,429 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,431 keystoneauth.session RESP BODY: {"extensions": []} {26} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_get_floating_ip_by_id [0.180282s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,252 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,257 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,259 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,262 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,274 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.189145+00:00", "project": {"domain": {"id": "174acab1924d4455b00d35bc9e791080", "name": "171db7fd1afe4c538cd8fb63a471e19f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "36a209a808724be7862df5a7a887a7da"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "dc94776df4c441db8f8aadf4bb96f824", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8c6aa120c78b4172ab56247538375e0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ace7f02cbfec4feeae719bf17a5dfa4b", "region_id": "RegionOne"}], "type": "identity", "id": "6020c394bb784e9aae0c578c47f79f6a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d380273772d6446b8e0636b1b5ae3b06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9bc7268662b949c0b684e980d0dab718", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9489c3e9b5c14b66b7b27e5cc668cb49", "region_id": "RegionOne"}], "type": "compute", "id": "f6695c5d6f044316a71b8045b60a2bfe", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "888b9556ffcf4becb884f9016571aa9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "519a7909e60c4bf59a12cdcedbb4f4aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b4a2c2f8ec6e46f1acbb9df35fa07e9a", "region_id": "RegionOne"}], "type": "image", "id": "cff0a4f92d98413fbf888f82932401d8", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c3ec1ab816934a6cacff8e8d06dcf74f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "eebcd49a04384bb183a36aa4c6aa4f69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "45457cd4f24f4783ba3df8ac27a36030", "region_id": "RegionOne"}], "type": "load-balancer", "id": "63dffee8ee4c4063be3764d21e51b703", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61167c578f0c428ca96face2769fe109", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9af8ace21f4f47368168dee938bfca32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5dd3d2625f7a4529950f1e9ede623f38", "region_id": "RegionOne"}], "type": "object-store", "id": "3c2a25d03ea44c20aecfbd260d3dab5a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f26bdb54c714438a8a70a0f177f3f7ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "13d5542c9726497584cfb831f182e8cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4d1a7154816845fd945b62788408354b", "region_id": "RegionOne"}], "type": "clustering", "id": "d23bae18052642538b5aca5284fe921f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c159d9aacf1c4e2dbde21e515f17d4c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "90db53b937f44e3aa69ecd10988bfcd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4dd955e61a5741d6b644899e7e774fe8", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "20fd8896a37845648f6d26a956cafe8d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4fa5561de47b44c4ae964ce6b089296d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "306df39a54bb42d69683c9ed19501802", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "61aaac1720fe48139825471e55e5e2d5", "region_id": "RegionOne"}], "type": "cluster", "id": "54d459c55dc34695837f76f878a4fb08", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ca82a0627e76435397774878ec8fa589", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d5e22608c239497db9eb2790bfb016c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "5f2d11cbc47a44068255bb38469e559a", "region_id": "RegionOne"}], "type": "data-processing", "id": "0d66d0505c5e4ee0bc2580934df728e4", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "513727aa06a746c498b318526d0231bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b5983b646a6b47a7b62432efd772da52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "71197adcfd924d14af6418e05a1c8726", "region_id": "RegionOne"}], "type": "baremetal", "id": "37832b5a03db4006810c73c09c831281", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "92690699707b44ce813ef1247cf05d3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b7cab4d18a584ea6945bed8f868b0fa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1bda84ddadad4e3e93ad5f01e9abf800", "region_id": "RegionOne"}], "type": "bare-metal", "id": "19829977920d4af79a7f1bf4a3d508d1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c3e8bdcd0039421b9ce2d258c572ebf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3a559c494ba744f5a84c812da42f03d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b0cee3a1000f4a689bd76b25bdbc11da", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "aa3136151fa74f418cfd1a1a572aa0a4", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7e571bcf6b8e4c81a580f6f0b102c54b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0413cf62b66442b685300717749f66cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ff7d49f010cd4b659791c6c1eb579d19", "region_id": "RegionOne"}], "type": "key-manager", "id": "aa80ee9ebf82439ea702757de0e439de", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "592f947e3e5c49d586d5dbb251eb35b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c6c65091c9934bc1a1f229334cf153d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ab7fd258156840eca6e7f1ad7daa2c30", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2125acefcddc4687b35cdfefa6e8f3fa", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8b09cacd96394990a3106a659aa6e9a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "37f31c6d1adb412abc3f3ff36b386123", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e7e56b73d8074cedbde63b3493f5507f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1d334bb4976b4a7787982502ceacd91c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "84d8ac44589449139a8b3fe46e1dee65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9ccd2f3d623e4fa895070adcfa9e28df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5da1443d00aa41779b8553afbb678db5", "region_id": "RegionOne"}], "type": "message", "id": "dbd961178d5b4d018b3eafcbe3921e1e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3b19b61a322141948efe7d1d41b77a37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "47bb7eac513c448a932f65b64150f48c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ad4bafbc4394438b910ce8b15a16d0ed", "region_id": "RegionOne"}], "type": "messaging", "id": "8a5ffbaa4d8a4522b5b7376eaa24a007", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0c932dd502404ac28ed1c2cc2d60d02a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c4f0cba320804d18bdb26e8302b68352", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "771429ade7f24005bdad28e505f7377e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2b6cedcc811142029685ddbbb701cb0e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fbe0ee362b53472e9b324a30f0cbebf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cd9e140b33a044c28350ce117c14432d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9afe6fffb04742f293b27a0c82a64b86", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6bcd538f90fc4ece8ffd58ba3a313aea", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c5326298f122495d9016da244fbad9c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "43d6dc3e1ba24eecb53fa7f305ab0203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c7728e95f644092a8e363b149ce1fd9", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6be7ae719e9043cf8b91d1a5e5e1c727", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1b4cc296c2af40f6b3c3a5ac8752036b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "14280034b073437ba0bb5dd7f1fdd7a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ede7583f474424ea78990223ab78c42", "region_id": "RegionOne"}], "type": "container-infra", "id": "331f7436147141ceabd26d6f8d249fd6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0dd799bff21a4f54b69237d28453eeb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ad3eac0223194cc39830a40f08ce33d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "204458dc9aef4fa9ad6b85b09322d1ac", "region_id": "RegionOne"}], "type": "search", "id": "c7b8452f05b942bf9ed36729f5794199", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "729ce08362c24eefa6423eb2170b023a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "267ccd6d6d8348668e5dcc2daa94bb7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e2836c49eb7145e1a9090b923f3281a3", "region_id": "RegionOne"}], "type": "dns", "id": "11fe619b91104b3fac14e350f07d4e1b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d2d9ecaac50e43059ab30ca2af05293d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7c21a632b5c24d9db082764bc4122004", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "72886ad89ad74e66ae99ee78ce955346", "region_id": "RegionOne"}], "type": "workflow", "id": "40438333fe48474bbcbff4f2d645253c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e068f057110f436ba13a048265dc5006", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "40f271d3d7b1492b82a2c678aabe22c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "781dd806964942f48434573be17b37ac", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9d9873884d1c46859c948b08ab583283", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d74f3b25232344799da9e173a7e722c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a786693c5bb4440889b73358340d78f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b34dbea31486424f8d6bf494e682ed1e", "region_id": "RegionOne"}], "type": "rating", "id": "2bec18224ba340f2b5dcb8cb6b5b2ade", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5d727303aedc4fdcad04b53f655b7302", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a9fc1cc3ced9459186bb8b8400b682c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e2e206a170bc47b08a07a19e94f833f4", "region_id": "RegionOne"}], "type": "operator-policy", "id": "8a473fa53c934387862ec73ee0fda201", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "363a034a741b49a393a9bc0b9eb49adf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d707afb58c4344c9b73091d246acbc79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "950db014bfba4edd9a411c6087c87589", "region_id": "RegionOne"}], "type": "policy", "id": "adcd09176a10488f91d506ec24749e9c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d9c43523c527404ea368e850739b280c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d4e2ac8036644549814afcbff3b8a940", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4b5f164c247e4156a37f88bfc5585c70", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "92c7603514854be6894cfb7148e600b6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "48a1ac5660c544bab56d7085c30bad58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0baf3a83a97b444285be7c055d940920", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4be34842ce1244ae97e71e06514fd31d", "region_id": "RegionOne"}], "type": "sharev2", "id": "8b998b04d67f4c6db770a17c411dd4d7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "021372271c354cf29031d41286477aa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "744bf99e56834840be0a438afa7690af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5235cfeb513c4066a3737b7c6ad61e8e", "region_id": "RegionOne"}], "type": "share", "id": "5c5450fcf46d4922933b296dc13d9c23", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e71586f7b90b47f8afa9854081a321e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "24ac435a17ff421cb9fcb06c0f189936", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d0ad0c7832e041a1b28f4706ab1b0688", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3d9dde30bfe74ce4a523a52f2f1d947b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f98c0866a79b4422a3632ea05ec829f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5ba5014beac4c909eb3e384ab73bb49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aaa223c3f53c4c4db4b85b8133e1569c", "region_id": "RegionOne"}], "type": "orchestration", "id": "166c30a023c5443ab81416eabefb3e1e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f23285a21dcc4dfdbcdb0d9e520ff1e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "258a13239a914980ab39da52887c851b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36c673368245426cbddf377f30ea943f", "region_id": "RegionOne"}], "type": "block-storage", "id": "ccd113e179254471ac760c8061efed71", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd56bc44db6b4e7c81e672f5e8e2b0f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfced27d4b1d48d3bfc64e10dae84b24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70ddd6e160fe4be69f57aeb0858e23cc", "region_id": "RegionOne"}], "type": "volumev3", "id": "47ad6c1af64f4723ba43a39b9f49cee9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9937946907c49f1913bfcea9e78c566", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5044eea740d497d9aabcc10228ba8d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d370f067c06d48b9bd21d7db3a9c9f51", "region_id": "RegionOne"}], "type": "volumev2", "id": "c03ea7428f9147049247e9fefbaccdf9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9b9fa42c01c4331a32a9d4d326f73d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "067f2f88eb4e48e7bc43b8c31eec2c7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4623af38c1174834a39115012bedfd87", "region_id": "RegionOne"}], "type": "volume", "id": "e12ed5887c1a4fd69152a29c8fbaa1c4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ddf73b72ab6a4e72ac20e0aa56f4c01c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eba26c9ebfb844a4abcaeec500e83aff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8dc84c303e51411188d2118ec4c95fb5", "region_id": "RegionOne"}], "type": "block-store", "id": "bc79908220c04cac835dcad6ff8611b6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fcc75c7209bc48ca82096fd9a936583a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0f5d64be3b7f4bfd8fca9a6f3dfabaef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0b19526b19164ad197c25dcfae62b130", "region_id": "RegionOne"}], "type": "alarm", "id": "b36c8aa8ce6b4c10a2f0aa6b533e537a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b3c6aeaf445546e78d982a259a763067", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4cc0c0f47239429692710967d7cd38f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6f0b309abcef4a1c8da497c428abaf2f", "region_id": "RegionOne"}], "type": "alarming", "id": "6562cd8daef1404c965042b7bdebf6cb", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "61be003d887248f8a675601e78ffbc94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d97a91c0d71c48ffb2bc282aacbe36cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a4923abb66f54d3e8a71b4d774ceea70", "region_id": "RegionOne"}], "type": "meter", "id": "27730300d49a408a9b21c95bdeec570e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4261838a56ca4439b65d0148f3028c4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6b84eb2d552d4012b3c77bccb3803d8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bab79ac7c98a42e2a80259280107e463", "region_id": "RegionOne"}], "type": "metering", "id": "a7ff52dd59944d15a11c08479112e706", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2c9304531de441579a0ebc09fd8b62fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "29f13b0bde8b4749a6395be310612ca5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c07abeb48a0748bc9c1eab33adeb4b2b", "region_id": "RegionOne"}], "type": "telemetry", "id": "386387fe34394960bcc8d89a09d72d17", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8cf07f3041b345c1ae54e8ee921e505a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c1ecb1cfbf4d40349636100a47375e40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "72cc0809d99947bb9c2f7a71b121a031", "region_id": "RegionOne"}], "type": "event", "id": "6156639ebfb84e0ea3567471688e00ca", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "651e442bae1f483f81647aad8e3600b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f47618dd24704b698ffaa639615ac149", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8c5b5f78c89a4b5d8489b40b9e333a71", "region_id": "RegionOne"}], "type": "events", "id": "544fca637a1a47619b9be5bbf4d3eb67", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d0df3c9ea4364ab69a3f110486292441", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "506197713ce6490c95d0294d381f4483", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d54719ab5e24400b9b916ee8e639417a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "64468d97245048eab2fe9d1a414f6f55", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c856d1242e3c4cf899e41a6ea52e072c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d8b71b09e72f4bc39c4dfa4e50ca84c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "46365ee067a14313ba7a5477d1b543b5", "region_id": "RegionOne"}], "type": "application_deployment", "id": "fd48ced223d04e07912a37cd7cf61eba", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cc05a7642cc14d079b673b2141ed5652", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a4f9595a0e744f40b442765c77af7643", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9fd362df976f4410992b19b4786c6336", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b3965d9149844e21a24ccc10c3ca0f3d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "738cc0c01a534a289b6ef78e9514e8b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f0f04d7c06d6415bb81baf972425cd12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a74c47a5197d46dc9367f4749e6d7d2d", "region_id": "RegionOne"}], "type": "tricircle", "id": "3581cb4f831248afb62d7bfca89515df", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1f146808e5a840f385bd8e074d9c8791", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "cb3d449b2c0c45e79b7bbaaf84a65723", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "bfaf074023204c9c9dae3eee5d5e4a8c", "region_id": "RegionOne"}], "type": "database", "id": "f97f6e09dd3b429fbf1b0e24f7d263f7", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fe9a5f9ae6734a438fd9541b35a99ef9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7147a3c0d5a44c02a2586d5f1019a972", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a78b6180f064409e804bf4a97fd3a705", "region_id": "RegionOne"}], "type": "application-container", "id": "6eaf0837ca434af68c9c43709c4154d4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "952e222714d545e0be297c38601ed68b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c3b278a3f97e4fa591f02a9764a40555", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e33ce2cb6abd40efa7dde9cf1a21a60a", "region_id": "RegionOne"}], "type": "container", "id": "3b5bcfd85728496e82077577e296d889", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "93113772b35847eb8d886a9ce81333fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "aff411485bf94ba187841c97df4badaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bd865568e42e445e945c60f57534116d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f01ce768e68f4d5fb1ad0eba4f7759a4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6063491418d04765a86cde979883df63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c92486d756e24049b28ade5f30342410", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6e76703440524caab0d587d45220d01f", "region_id": "RegionOne"}], "type": "rca", "id": "f107db3a8cab4556af8512e73ea49103", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1cd0ca583c654c9a91721a0134bf2e89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e16b874f117042818394a54f5692f4f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "02251745462f4ec0b1a7eab4ca75fd5b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "668d16581a3b4885b2fea28b0ae70fe6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "2ca7723375044c219b358967e19c393e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e66b072ae4654a9aba01bac04a131720", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f2c247a4348b48dcacb89583c9ef439c", "region_id": "RegionOne"}], "type": "network", "id": "1cbda659ee49434e81acd6df4747232e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1addd0e1f04e46b896167564aeb9c9e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "244614f551df483490557012b9c57180", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d9b7969581214bfdb044222551c3884c", "region_id": "RegionOne"}], "type": "backup", "id": "404c091a2eb2446894b67c7a464d260a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2571cb80184447b58dbae4515329c9a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bcda2a4b9b0b489a8dcdb50822259b3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "87ea25fdd75b4b48a10ab93bcb6c42ea", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0d374b603b8149d18932881661cd5413", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c64beebe98064492af117b8db335feea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "96c70b33c64642809b1b6595bfe9bb60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bd5a5be1ff5347d696124211e91e2d75", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9267724ea1404cb58bdd4d78d1f6d721", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b24f5824e5c547c9bee18a0c2c1dbe7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8b15d39fe56b4774b4590a7fb74d71df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "84d530824a5f4c62843dbb3f5c5f8f2f", "region_id": "RegionOne"}], "type": "monitoring", "id": "6d8fa0014f704eefb35680f22b7aabef", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "06f6f5b508344dcf8faab0e7e97e0f7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2f43cf01bb564c6bb7fb0cf5dfb85f19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "88783fe6a7844a57a3e48525810b27a3", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "41510179e8804362a5142b5a9df0deb9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "aa90d8018b8e4d1184b27cb4d5296d9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "729b9c2ca1cf4295839e38b92b4fa68d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5ec1d45aa8174f69adb4fea76cc9d2c8", "region_id": "RegionOne"}], "type": "placement", "id": "c4df7fddf0d7420fb8091d3d72d74e7c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f75a6ffb29984c27a3559dad813b270a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "aec218e330794ee89e0835a9d712414a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0b2752a8e1fe4c0281bef2933cce642c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d216edaa0afd4a0dbf594c114b42dab4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e771a52f744d4ffda2d4ef079e6c471c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f845c9a2dffa4cf9adcf2c7ceaee8f43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "734413cbf9d64839b4cc952a96e46c79", "region_id": "RegionOne"}], "type": "ha", "id": "ba6fba4e2bb740ea8689c9a9762705de", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7d311aac1dd648f3a91ebad7610eedb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "49daaf77177143ed9cd7c9271ea89af6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "61f9019f2d8240d68aa94ec34c584ae0", "region_id": "RegionOne"}], "type": "reservation", "id": "d5ce884a05ea4890b319f2bebf4f93d6", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b5019d32b2fa4f7b8ff6c8ca080e3e38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7b04f7c96f6b41658a31f85f5ae375b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b224d0eef2234f5e9ff37225cf95d518", "region_id": "RegionOne"}], "type": "function-engine", "id": "101f190abe1d4a1c9751dce55d2044bb", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8c4aa42162ad4d79b2fa94a17d71a5c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "29834a37dcda4150b6446367607e0f8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6aa7936e5fcb4ae2ab2e531b75a8faef", "region_id": "RegionOne"}], "type": "accelerator", "id": "4e9f703dd48b4026a51ef0d449e8cd91", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0d9904e823f64a22aba23ae2b4996641", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "876615bb567045fcae0bad78b1128b5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a876821c7ddb424ebe937ec3f1009cfd", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c065d54f5eba493c966d7cd62a11481c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "48b1baada1d246cf9c6e4025e7135489", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "590c226dac914e47b421e65261055f9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d56982348dcf471ea60da325aa7d1094", "region_id": "RegionOne"}], "type": "registration", "id": "e53279ca31f748a3aab220dc73f33c18", "name": "adjutant"}], "user": {"domain": {"id": "2960c130c31740c5a0e5491accb29217", "name": "d2b826bec5b84628aef79a48b347a674"}, "id": "0f03e30c424d46298c2a8b2660dbee49", "name": "00ab25f6988244759be3e85edc1b8062"}, "audit_ids": ["992579c09074475c8e287fe0cf05cc7b", null], "issued_at": "2019-09-19T09:04:41.189145"}} 2019-09-19 09:06:41,350 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,355 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,357 keystoneauth.session RESP BODY: {"floating_ip": {"instance_id": null, "ip": "203.0.113.1", "fixed_ip": null, "id": 1, "pool": "nova"}} {11} openstack.tests.unit.cloud.test_object.TestObject.test_generate_form_signature_account_key [0.258401s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,105 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,108 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,109 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,113 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,126 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.044570+00:00", "project": {"domain": {"id": "a4b2377878a047689979a68be8590843", "name": "9255a15bc5104c81ae0c7a0523274e3e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ee0ffac0b46046a69a520a46bc0436da"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "02c59f7814e245e4968a2aaf62bd295c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5e88c7243693413cb46bf345fc228834", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "63b7d92816ee4ea799066ab332a0242f", "region_id": "RegionOne"}], "type": "identity", "id": "4e3021b39a8e4cffa1e8d23a28173cd4", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "559c971e49ea41ae85b771bf584e7503", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e02f79b6ea074630a786b7fd417739af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "cd6c322b43a9493daa58a603fb6b23c3", "region_id": "RegionOne"}], "type": "compute", "id": "77eff9f131504946ba26573b74c58a6c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a36fc9c6ea974834a2528552bffb1c0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2145f332f0c74b8ab62a4fa707e6651b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c3a50f5568c740618cb68066a77540ae", "region_id": "RegionOne"}], "type": "image", "id": "05ce03bf6c2548539101ceebcff2589e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "76a6feebd45a407cab26ecab3c216584", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e0a85feec7de4629b2819fd7e2255ef0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4f00b6cab5ee47389606f02e6ce816fa", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d22bb22debae4aff90c9d020ce817c50", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e24d6e12a2fa45039efc0777fcbcc7da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aadb70a9fc8c42baaf3042a1447a8707", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afe36d2233514f3bad9624107b9a81b2", "region_id": "RegionOne"}], "type": "object-store", "id": "43e03a8921c640a3bcb59898cd603be0", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5b11c7b427314843a7c3c0b23ce8b6e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c315b2a9218349d888ae6ea6c2331df5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bac7365f9a6748b799d5966e4fb57977", "region_id": "RegionOne"}], "type": "clustering", "id": "d4a51116112d490ba66ec1706a0b1e31", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fdbb91aee74e4b58a855494fecb2d341", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5de4b5f6b289460a97f5d08f268d4eed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "53e4a1438ba64c8f9974161f8cc27085", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7016c629c5c347a59b5dc2147be82759", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f978faf25d8048cd9b947f3f5a820fb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "797548219c8c41d9a689237761552474", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a2f60ce6a0a24dfb9dc45b35b93c00f1", "region_id": "RegionOne"}], "type": "cluster", "id": "e20c41bf5ec4484aba5c58fb893e2fb4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "24ea7e5ea6094bb7af16d7606cfa16ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a3d1fb8c06e54fccb03ae2822503f2e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "5c27f57015e5401295d12fc31bbd00bd", "region_id": "RegionOne"}], "type": "data-processing", "id": "419609f6ced54502af70475147085d8d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f3690ee4bfb84ad18004fc67e3f44aa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "050e7867054a47eb8000af3720045a69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b324f27587ee4b328f3a9c001f0d6062", "region_id": "RegionOne"}], "type": "baremetal", "id": "2015fe0e5e7d4643887518aa3f6b18f9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6a6b43ff4d7849b6808fa66e24dc7ad3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ea74f674f36348d58e2286fa270a42cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3c6345d6068f4f72be068d071b1c8ff0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8ead15f1319f409291e5b40ccca2d58e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "84fd718e78914ff4b0de24cd67f7bfce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "75e3c8b5be76484d81c18770d8ef9037", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3dc6cfd19178452b90abc207874e108e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "4c7a071aad204394b75825645e174b1f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "532d4852b83b40d58c8922f9518a3db1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "33190924dfe24b648c008edae6000dc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9ecde00c2da44d7c8aee8d598bd2745a", "region_id": "RegionOne"}], "type": "key-manager", "id": "010944612495409da5042bec0613fa59", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "297339295c3d4a84ab2eb05b57fa102a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "396111f105ff43d3a98458b5e5a49491", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "53981858263d4e8ea87c686eaa9668c8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6142ba37db1942db82cea47c5778748b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2a262b36f2304019a286d6d690810d13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "896413bb0c1b43a8aa0b84141e827c86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7c002eb425914abeb008d00526698d89", "region_id": "RegionOne"}], "type": "infra-optim", "id": "fd896bcd45964257a2fb88a606f036a7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0bb576031f634786a5689272e4b0595b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7dc0462e4cff4bf2bbde69f66f3ec3ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ebfcc097fa6e4db9ba9143797d99785d", "region_id": "RegionOne"}], "type": "message", "id": "cdf708c1d08e4fd8b85734a68d1e7aaf", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "769b390771d8431b875de46b792d8fa4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b3ca858fb426460cbbe33836d49a0b11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "afc49ea6cced481ab4cc99fbba72169c", "region_id": "RegionOne"}], "type": "messaging", "id": "b86d384b0bc8484ebe74be86efda7aeb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6a49bbea90d74456a5d900df5123cc1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b417f77cce1d4e98b43d4fd50d1d01f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "29855bed83d74e558292f2565449c434", "region_id": "RegionOne"}], "type": "application-catalog", "id": "99a7213af8aa4998aecb3c8423fd5dc5", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "91742486054744d49e5a9b84ca4d272c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5f1249a3c85849018e0c8bd3c7abd0d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4b31b00ae89942589b4855d255f85a20", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f127ef0b4a2f4fa08654179ff9f63745", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c978fdfc02524fd7aeb9b3e7f174568f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b99d0ef0684479199f2ae7b48866b51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7ec313f6173b43bba32644a4636e6a49", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4ed69b252b194c309e1d038532d5a5c7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c5c99814139d4431b7c3a41a0742ed5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a5c07f30b3454a14900c6d4bae2d6871", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aee312d8e3d141b9b2693215f116ba99", "region_id": "RegionOne"}], "type": "container-infra", "id": "bcbe2735defe42708a7c0f2cf536b3cd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "9245f1f364514cd6a9f3e6910b7d466a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "0dbba430094f4bbea891602621a975d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "69ed3a93b6954d67b2e5159e9904e274", "region_id": "RegionOne"}], "type": "search", "id": "ab61a7195cdf47d793b2c15a024521eb", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "203b14e2f16545eba314c74253def746", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "cf8eaf91bc914f67831fbcafaa02eb05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c8b6c7e4f0c84919940c5f75f9861c9a", "region_id": "RegionOne"}], "type": "dns", "id": "d4f894ff9f4c45bc89143bd8e186ef17", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6a56b7e9a32546688422fc4686c0b527", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "24c9625291eb4c99b666602806421ea6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "68172ddd584a4ebb8f637f4c513445ba", "region_id": "RegionOne"}], "type": "workflow", "id": "d446a1d6b38745ba8ef4819f00d9fab4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e5bc7d83666240aa8aa6e63cf886eec9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f0a6da89d08348a986cc243ba06d4ed7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a2f2303722b5489d8cf9e621e91bd408", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ff2c4823ef1a4bafba8c32969895c196", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "fd4915bd368c4a61819c94c440ac7c8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "dd5c77c81068416a974fb5ae0bb5416f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "15565198e4fc435e8796ce038ffe5cb7", "region_id": "RegionOne"}], "type": "rating", "id": "9402f3ae010540bca4f14609be4baa22", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b11a21626a5645669e912ee725fbfc85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c99f36cd0f05455bb96ccd70a0da2730", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "08e3cf13fcef433cbf1561ab3066a5f4", "region_id": "RegionOne"}], "type": "operator-policy", "id": "945c87ffbc664f04a6c4cb438fd33e90", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5b2c2d2efdaf4a0eb304730a00f66c3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3e395b5e3b4c4686a903f3f25f4fad75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6aaff8fadae24c9f9982d6465b57b4c0", "region_id": "RegionOne"}], "type": "policy", "id": "abc0f35e2a704da3aff9f82181ea498c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a4b34edc411642738a52c3101705251f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c08fcc4fa3884590a6a9724b827cd8bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "51de0a4cc0cf4502a8cd146e99dec1f8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "4d46074d80ee4887bc9453a67ab5cd79", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2b28ba9705a34c2282d5aa8d267ef0a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "75feed4602ab46219922acfbe3575292", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c7200415d9544d6ba50a5d89d51425d1", "region_id": "RegionOne"}], "type": "sharev2", "id": "cc901225f6704afd8dd5894e71edbb42", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1b6fe398cb434c878698ad35c126c2c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c39999b3b9d7406a9e9726fea350aad4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "09442a68bd1141c09af55b165b02570e", "region_id": "RegionOne"}], "type": "share", "id": "5b82689ff47b41198343ae69b7383d56", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c12d236fc12f4db98eb366f622c39165", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2977c06deffb41d98f17e7d9bc3ffbda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2ad0412033a045f88681a449ad08ba7d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b8b6ea729d13464e915ee39265a50b73", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3919ef617bab4f74904df82844e7a6e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86b41d88a20a4b8d861333e0fb3fbd2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44b9239a90a24adab6b0b1c6797f0040", "region_id": "RegionOne"}], "type": "orchestration", "id": "fdd1368e04654eeba1df93ebc09fb748", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a7b2cd4a9354c5cadd02aced00a6783", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7511421cf9514ff5a972cd154fdd40ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ccd5cdf5c8d44626b6c465acf9b61223", "region_id": "RegionOne"}], "type": "block-storage", "id": "e641643153ce494ea739aa85f3ecd73c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04a44c3b725c41deb5581f1122e55996", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33129bc6f5004e4499e7bcfa9a83126b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20545d89ba6e4b04a1cad066ff8ab555", "region_id": "RegionOne"}], "type": "volumev3", "id": "d099b0da0a3c4bdc85ee3f19e1620b0c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af46e1d0085a4ada896379eda5dd5295", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3c93d05d68844098acc6e125d95719a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "213f59e0d5a64b79904d4a54a093d0da", "region_id": "RegionOne"}], "type": "volumev2", "id": "075df3a9a16a4a7d97f5382bde9de7ec", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4fc759f466ae4117aae913b875252fff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59670954988f41658ec52c8de878eb47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "592ad8e4dd3844d49eccee9eed6f8499", "region_id": "RegionOne"}], "type": "volume", "id": "af072067fb4e4b4e9de5921f73c20a7d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d1b6682f9a74d7595f3b5b2488b919f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84b02469c2a744d8a07691b4a9b2ecef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6356811b379b443a8cd3a569b9f82774", "region_id": "RegionOne"}], "type": "block-store", "id": "a97cf97fedfb4a8aa3c2493a60e91e11", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9efe2fc8041845c99f21e86f5e0e3dae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d5f899838bfe429fbb1f2d056c32508b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "990b13b0f6f4440eae9dbfe1b92ef8e5", "region_id": "RegionOne"}], "type": "alarm", "id": "0189e379ae5e4b168e1c43207d410357", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "39ff0ef4c7864716b4afd3405e25673e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "da44580ccf594a4fb931fd0cc88a4526", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4a7b8285674d4b0e84c793bf6ec6c8f7", "region_id": "RegionOne"}], "type": "alarming", "id": "efe04ce62bb44c3995e00d4c340fe911", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b0a1f2ec9e91448bafb578fc82b8c91d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d31cfa540fb94c37b912db1a0becfa13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3d43df40d7ff4712a26a19094bc2b943", "region_id": "RegionOne"}], "type": "meter", "id": "7b35f3d7c14248deafd98c305ee7f3fd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ec2701dc58ff42b0b55a596f7994342b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e95fc954ebed4b3cbcc96da3ea904c4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "30f8d7b2a4cc47d89da6f9e592b6a04b", "region_id": "RegionOne"}], "type": "metering", "id": "2bff9e78d1d14ee9a69afa1ec5470f59", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "495f82379a7f4eccb9b54db8368a1cc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d55f568f6abd47989fe97f5769d7e619", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4d34ca5a34d747cda15b7fcdce013123", "region_id": "RegionOne"}], "type": "telemetry", "id": "814d18306ffa4a819d5b856f1749390d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9e30510130fd4683976d66b088bd19cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0fb0d554e9a54f48ba0860e1d4cb31e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ab0ce905e6bb40d3aa54af841c4c1d98", "region_id": "RegionOne"}], "type": "event", "id": "67bcbc6784624b1e923fce79a8d07fd3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2f69bc737fc248eb9ae67a96c7deaeba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0139f77b0a8d45b38252dedf0eb90afa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7ddbabd350924b1a81f4d16d641a42e6", "region_id": "RegionOne"}], "type": "events", "id": "849294d3d5a1480db41a2f414cfea4cb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "927959a54cbb44479e37497619b72031", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8db020a4c3dd43ca918de1891e3e3eb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5632f06b762e4e48890d0842e13d1106", "region_id": "RegionOne"}], "type": "application-deployment", "id": "cb546cac11f94f1aab7068a0bb30d484", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d667f1bf577742968c1712742c036752", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a79053b54a3e483e9b25dfeacfb4f44e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9f387511d9a943148809959dac85067e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "78eba4679e0b41f98e8c4003f4d90eac", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cc9b5e1acb864f6dae41e0428fbbf0de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9a04064f7e47496eb083f9001182b5ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d0494ad06e5a4694bb0f977efbf699d9", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "dd92ba4857184ab2950783ccf5e67971", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c5ca848f085e4bf3a9036b00a33c1a1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "edf27b6cb2354c5da1c1765b910bb119", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f4afabda663240c79f7a23dc027030c9", "region_id": "RegionOne"}], "type": "tricircle", "id": "4212bc2859eb41adb9038311de6f3206", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b9875e4200924a12aa8c9c11cb439016", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "8ca94c5e4d8b4cbdb98338c202e7f770", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6cd070a0a11e4fc1b431b6a223cf9485", "region_id": "RegionOne"}], "type": "database", "id": "8b72f46571a346459211426326fbbb41", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "63c3361a2f1b4239b71db175e627f70f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4092cb297ddf48cc9c878439c48e9b46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a83f1e76573a4c688579bd456830eb74", "region_id": "RegionOne"}], "type": "application-container", "id": "9432b579379546cfabce679159ce01b3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "de86201966874379b6f7a2f3ba4bb5c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "14e13aa8704749d293e8311f8e7945b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8f2fec3d154f4f22995b1f4e6a4ef0ce", "region_id": "RegionOne"}], "type": "container", "id": "bdf499e02d784f2194ad8df28801fb24", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3bafa45835b7414faf499b2bb3a2a91d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "efcfe91bc6444133b2b692a60828cfd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0f4b147df5254739bc13b4b5280682c6", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "fe383b6d9cb14e209791dfbe64173c7e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3f0ed1197b97475dac40cfd851d1a9b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "639aa866ee894edea5ae529b5165d084", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "430ea2e5b8fb4119984b1a84fd5c6a78", "region_id": "RegionOne"}], "type": "rca", "id": "3d4bfca4479d4911ae8b84fa0da29334", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ecfadee7208f405c9b22437e785a6cb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7e14e152fde8415fb26c8f29f477883a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "26efa8d52cef452e97a41647faab55a6", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4cc1f7b72c2f4f49959d7dba840051e7", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "83b3cc642e0a44398783c31a928c81b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "254963afb5314f74963472b519363a3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "13e45933849548acafa3fde692b4c701", "region_id": "RegionOne"}], "type": "network", "id": "0bb74b4af2c84e759ca0bb688fb62ca9", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "acab9820d8e1405d8de8a217f3114616", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9961146ed09e49bea6d10262f6b26c5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e6ef46256200487d88f2bb0fc16d17fa", "region_id": "RegionOne"}], "type": "backup", "id": "ede2f274bba24dc0897bd9439cba8c35", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9c938f5bbe8342c39b6edf44d6ae561e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bbcbdad881ff4074a69bb04d5da29802", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8c00cc8ce2574ac7b2750580ed964280", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c5a7e564e26b4cd189c3fa8163dddf74", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3885c012a42a418b854a6f792e692c8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b3ad329c60e743819d72cb1af7b3f2f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4ff1c0c51b4649a2ae1377509bc217f2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "29503ae392a24199a728551ec2bf55a4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6e8e6a9b50ed4c5eaa7ff405c03e25e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "89b671356aed4b3b9938a88e3dae43ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f44fefc5d22c4d15bfd924662dcce502", "region_id": "RegionOne"}], "type": "monitoring", "id": "1411fa70b1cf48a4a9495a7e4c783f71", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0f2b6c70f4e74e6fa590fe441bbf9cdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bbd90671c049425794c1575b617349da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5939c91c2175482898baa81629f76d85", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "edca991e02b640dcba15b44ff5444329", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "68b2b19a9e154f84ba5b35abf8dc4ae8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "e236c8e05a6541e69753486d88a3e22c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9f2a9ee914344da39b5204d4b37fa175", "region_id": "RegionOne"}], "type": "placement", "id": "6b6563f42ad94feca00c9ff0a0d5d924", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b0d9c9f938d344268cc0d587dec3942c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4bc3ceab811c41019323e984864c6ff0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "62dd79525cd54bd8b1defcd7c53c5f63", "region_id": "RegionOne"}], "type": "instance-ha", "id": "0ecdbbfc804641b1a4f72341b37c2450", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "06b94745e6e743a298285571e43c65e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3d2c2878fa644b64b5ae7bf2d68f5daa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "50f33a7639154050871ff23b46e2be68", "region_id": "RegionOne"}], "type": "ha", "id": "9742cbab10c947bf99a783c766687123", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "31f2153013304633b9fb6310e74f345d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "655f01df8c9446ac85884a7d26a7dbc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8d941d1dbd6148b5b1c19b49a31763d6", "region_id": "RegionOne"}], "type": "reservation", "id": "46b3abd50b464b13b8e34db92255aefc", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "10f3eb88bbee4ae3a7df22142960a45f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "abec043baaf74662a27d7fcdb739e6bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e898febc4c934d7081c57ec0a62f1b71", "region_id": "RegionOne"}], "type": "function-engine", "id": "e651b839a47741a7ad84e4aff431ca51", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "091b434b02ce44e9baa5dcb3810ee2d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "80bdefe3d17a489ca499ace01c24db42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "406867efa56247758534ebe8c434e734", "region_id": "RegionOne"}], "type": "accelerator", "id": "5d51c704d1724a8cbbac237e6767df2d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "70896262b2b24a8ea1625910b915a2e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "60ecc6f93abe4eb1be65978de6b3e86d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bc6612577bbd4519bd97af57e3bedcc7", "region_id": "RegionOne"}], "type": "admin-logic", "id": "53a7092f600b4bf6bba14fce7662d795", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5fd0d008ec9e4280a458fca97f572b71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5b7b3d4215dc4324983402af56291920", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cbf65bf6e10c44c388b35942c2fd668f", "region_id": "RegionOne"}], "type": "registration", "id": "a5468ca1280b4040a833e1ce4c031ba1", "name": "adjutant"}], "user": {"domain": {"id": "b644314c94074840a46251befcc88d0f", "name": "bf885c557e6c42a7bb30816d50ad5b32"}, "id": "be630d47d83f402fa5ad18460ef5b2c8", "name": "e66b1e6125934ff18157a95bc41d9766"}, "audit_ids": ["89c683a9c8d74d42b66d0621ecff1da4", null], "issued_at": "2019-09-19T09:04:41.044570"}} 1970-01-01 03:25:45,000 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_generate_form_signature_account_key-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 1970-01-01 03:25:45,000 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 0 Content-Type: text/plain; charset=utf-8 Date: Fri, 16 Dec 2016 18:29:05 GMT X-Container-Bytes-Used: 0 X-Container-Object-Count: 0 X-Storage-Policy: Policy-0 X-Timestamp: 1481912480.41664 X-Trans-Id: tx60ec128d9dbf44b9add68-0058543271dfw1 1970-01-01 03:25:45,000 keystoneauth.session RESP BODY: Omitted, Content-Type is set to text/plain; charset=utf-8. Only application/json responses have their bodies logged. 1970-01-01 03:25:45,000 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/ -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 1970-01-01 03:25:45,000 keystoneauth.session RESP: [200] X-Account-Meta-Temp-Url-Key: amazingly-secure-key content-type: application/json {3} openstack.tests.unit.cloud.test_project.TestProject.test_list_projects_search_compat_v3 [0.199575s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,172 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,177 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,178 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,180 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,190 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.111485+00:00", "project": {"domain": {"id": "0b605f2336944e25b32b99ae76ab7178", "name": "7e34b2f058c04305b31e6aa16679f242"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e3d056bb8f3143989af13d98bc3fef44"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ac3f1137688e4e679fecd0bda22a9c15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b849998487b442a9a7cc6a26c3325eeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4c4e98745c49449f9dd091d40198eee5", "region_id": "RegionOne"}], "type": "identity", "id": "835fe2fb195c47d19eda716dc6990189", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "91b9134bdccc42339bf8a054cfd72f5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ad2e21be474c4e998af493488ef1fa02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "7f58cecae5c74eeca48afe5c8366f7ef", "region_id": "RegionOne"}], "type": "compute", "id": "39dc17a3b2214c8fb2a6bdb9243e7b0d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b0cb04197d164ac18f08d0148063f5e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "9e9793b10d204dab989d54615f84b4dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "27ee0b26cf1e4a159840aea670ff351b", "region_id": "RegionOne"}], "type": "image", "id": "30d79fbf9297419ea22dbfdf40269e3b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "281a5824c2df4cdd8f9a79a3843acfc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "78efc351f6e44d30bf4630276a8937d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "dd82fd2f38ff4c82ad39ed18c1704c95", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f021683c1f224ca89044bdb5027cf19c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9a8e7de9b8b49ec8381cff0b5dec474", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a051d4d0e6374f6bbf9e024c7c9609b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b463d850cd14aa685f2fe7a4041e49b", "region_id": "RegionOne"}], "type": "object-store", "id": "1ddcfe9b0527491f84cd0d1f5754a81c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2133b028a10e41eebb77760938a7b267", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9affb719cde2418ba1883275d1ad23e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9aa48e0d2bb045ef868685b27bed0ad6", "region_id": "RegionOne"}], "type": "clustering", "id": "c29e5b01d1f54969adc060658b0c9223", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f042fdb8782d490a915f004a769b0598", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a796c8a5b3a1448d981c165f733cff6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "21123256747944cc89bfe1e32fb0d6dc", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "cecf4efdb1ef43c286e460f0867e37d1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a019c88a52ae4b5da9626c978e45a7b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8962ac743b2b4679ab8bb54a43a478cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "66da7b8439514b72827aeb233426c27c", "region_id": "RegionOne"}], "type": "cluster", "id": "c2b0097b83d14c1d9a6308ffe9501f38", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7abf8325057645d58e0fe6ba1aa3d0bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4ee276154c784b1fb4af3113c2167e1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b137d5d4ca0b4491a6c99ecb663faa4f", "region_id": "RegionOne"}], "type": "data-processing", "id": "3c9f48d5216a4083a64a94b90ed77061", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "17f7569af53e4e8fac4dee3bc2868081", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "885735d630f94227b72ff41dc0d90b1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "46c2d020ae074ddabfb9044256da0f37", "region_id": "RegionOne"}], "type": "baremetal", "id": "418052094b984c61aa0e09eebef68ce6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ff08ee3492c443fda2ab7b5013c8bc30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "44afb539b7d94152a6f7fb31639e9027", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8a7b2bde664442ed8c10e3829b91ba2a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "cbda79bda3334973a86785873e89ea52", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "79e7451f9e024585990e1bf895677b73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9503ec284e684dd18e13d490ae9671c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0677f373b0bb4897b015d30af262e90d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "20693cd04b63498dbd8cc3000eafe489", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8958410b27434494a1505f74e1d3fcd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0bcfbe9879354bc6bcf321630147c346", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f297086eb35d4ac7a8a3e9982b7ba00c", "region_id": "RegionOne"}], "type": "key-manager", "id": "37e93381d6db421fba7b85ae27e3685e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "35f6433f53e34690ad6953711144048f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "52a52de6eb2e4364aacd148dac46ad3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1d30a56766ca4b1288fb55c0b31f1cd9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9672befaefb74440a213a26382045977", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8e1796073fcb4060b678e05de5bd2c0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cf5fcae26f054efb903dc970160359ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8bde66d894e940cda2fe5a6dbbdd9d25", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4dbd068f49354898a011975412b9d76b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "db92f764ca4b4833bb212c6d0e6d4688", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a34c0a3a27e64edd808e5eba63e61b27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3ef2aafeefa74c9099cf16320bd35e00", "region_id": "RegionOne"}], "type": "message", "id": "01a0e9bd9e3344f2802ef418f915640e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1898caddbb83472b94352d6e5f622714", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d10dfeb266964920935e5f810405a83f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c9984ee2db754d91916e212a1133acfd", "region_id": "RegionOne"}], "type": "messaging", "id": "e853bca6e7c549a28fe314f15c4ad24d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8c805cdde62744218783e3b89c4e6b82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7ab02d9705264269806bdb96db3a392b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9befd914592247d6a59f2b1c44ccb392", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d46001a1f5114e738d51c3d52efe2d3f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8afe825aee664c75b614d12759153b54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b8fe597f6435440e9cb30800ea95bf86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cce408eba129471e97e7e009e1778f81", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6684252288bb4af29b79d7d260f1cb16", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a22c907ad83d4fe1852767b105c1a77a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e99d71607e814ce2a5fa88b24d7a3230", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "df9bdb52bf7846d78a40824224114738", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a79c8b7922fb4a51ad43b04391acdcd1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5aa0f0d59f5b451ba64fd2287578076b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8e99d40605aa434d93d15341eaef67bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f663dee92cd4c57a4ba61fd0ba82040", "region_id": "RegionOne"}], "type": "container-infra", "id": "b4f11120c2b241198490e7f2f82fcdd2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8aa4d154fca843dca4ed5d359a5f068f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "262354f021354f339a26d4a09f5104bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "00d08d3a1bad43b18c69efb6a7477c1e", "region_id": "RegionOne"}], "type": "search", "id": "73d7759d63bb43eda5615de5207144b8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a86de0e5e41c4bf4a204ab10a3d472a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "afab6337a70e453497f046cb0dafe3de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e51a29950940426c9da8da1582608b94", "region_id": "RegionOne"}], "type": "dns", "id": "7be73ca9fa764e6c99730c73133b0add", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aa0accd4d63948a7aa4755624edc7e42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ae8928c86470411bbcc7ad1ae7e1f216", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "20f82fca0aec4b50a75046e1615bc9a8", "region_id": "RegionOne"}], "type": "workflow", "id": "e728635340a64e76baa649c212f910c6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "de10d74f342f426aacfcad539fff94a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c1e310ffb8ee4adbbf78d22fa8965b1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2f2b94523bd4496cad9a9f03f534c094", "region_id": "RegionOne"}], "type": "workflowv2", "id": "39a7c99ac807498a88f2c7431addbb1e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "24bd25b296114043a69450f9cccce9b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0d54d380026d4c4f9dc7503d6351a5dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "68536b067e64405985bddbdb308deb9b", "region_id": "RegionOne"}], "type": "rating", "id": "2c1c406595bb46f69c1bfda4b97a8136", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "405c034fd44c49c29c032031dbbea314", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b70dbe87dd8d44e98c3eacd60040c8fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f6f1d5ff11054f0dbe4e6389a145e60f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "7566425e2e064770a6eb75b7005cd52f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "39b050df507348339e9873f04ebb9775", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8f099044dca0450c8d0ffed0bd236dc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b30ec64b9b7d4bf6a706121a214bd8fb", "region_id": "RegionOne"}], "type": "policy", "id": "457d2d0a6ddc46eaa1174998315fd46d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4320f4cc3ab6464097e0b303008e2724", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6f9ced3a6bdf4a1bbda569c8998486ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "48a6f7b5c8174ee086265f3ccbc63bb7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9c587a6d5aa544e9a52f075177d1c424", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f353aae8048a4f20be07c0d5c053a43b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e5152919d4bf4eb3a1f6277fe9a56b38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7b02aa169d54468786e17c22a51efe8f", "region_id": "RegionOne"}], "type": "sharev2", "id": "1d22f8ba174948fb886bb4d52440d3a9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5adb672b42ef44f7bb405796d3267e58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e31cf941496e4c82a49946b910ff8228", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ef5c5f4b69d949b58791d0835f5b9009", "region_id": "RegionOne"}], "type": "share", "id": "59e91fc70bba4ff48104005407986b63", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4d97908ce60a47c1b439269007e08e08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "37d8afd1c2064f1fa050553639aed909", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d22288f514b5434097a17978f087e299", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5371270a28644cf091392cc0f2e5dbde", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d192cd08f70d40cb9b216af54ffbac68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "134bb5ac1abc4e1e81789857b355f3a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee1a6cfbfb3944a483806548cab666f0", "region_id": "RegionOne"}], "type": "orchestration", "id": "f99ea4ac9882442f940943d7971dc17a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "190cb148a6a44ed98f6281490498eee9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "273482d0c79e4126a73219853555d9b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f7876a64aef433eb978f76286e7cd34", "region_id": "RegionOne"}], "type": "block-storage", "id": "e545834b6f254b64929ec381bdb2a467", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08fbe8a2e536480f91754a7251bd6d6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "477faa88ffd4466286266977759d0ecc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1756da9433f24e9f9490ad90b9720814", "region_id": "RegionOne"}], "type": "volumev3", "id": "6cd37b1526e042e2838d2fe1c08e130b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e198521fdb0416a8c3ae44bbda79fc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f13ea64d74546dd9e96b89f3484960b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ced238f264a4537982814e5762706b1", "region_id": "RegionOne"}], "type": "volumev2", "id": "c8b795f61e9d4bce82e34cc86503b020", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55ebd9adb8304378a16c5fb28eae181a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17800cf5aa064d8e934db47057b45d38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34b37448e4e640b484a8ed61d2294549", "region_id": "RegionOne"}], "type": "volume", "id": "78edbc9fe5e943c4a3f0476d2d45bc7c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2edcd2228993415fade8c77e53b15b0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04922f628b0a4d028f93db09bbff7efd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07e3829b3104492e9aabf1da974d02b2", "region_id": "RegionOne"}], "type": "block-store", "id": "37d77deed138454ca6a10ed914c6a64e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7bc8f52dfd95473bba6be792d499cfb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9420971f8e4a49e18e1e839ea111bf68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "36246cc62ef14858af2d64183543e3f5", "region_id": "RegionOne"}], "type": "alarm", "id": "b3ab092c15f34ac88645bad854bfbe45", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3ab5ee756639443093b45a9605618af0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9ea177c999db49b2aaa82ffb04c15228", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3e981fa4d94544da85134e82f7bcea33", "region_id": "RegionOne"}], "type": "alarming", "id": "4d3423b18860456e843d70433965ac51", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d931007328dd4950b62fdd0eaf262a04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1daa0b13b73a4a7aad884f1e04dd985e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "82b7b13343e54ed9a52e0351ceab6065", "region_id": "RegionOne"}], "type": "meter", "id": "d85baee2f57b4c179368bd44d1d4b1d6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1b6e8c973d614021af3843fefe6dc97a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ce8e487df1bf422ca846e915916f19d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fd10ed12a51e4ca5b107268a4938a2aa", "region_id": "RegionOne"}], "type": "metering", "id": "60ed39676eb145fb86def83550ba66b5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "56a5522f94964c49921d8c921d554d5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6abff3b9037c43b9a178ec749af1df27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "63501110569042dd87dea18ec44f9791", "region_id": "RegionOne"}], "type": "telemetry", "id": "83fdf2dc87e747c1a70e28128cf27606", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "00c64658253f4762aa5046f83e9c6580", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d59432e96f294ee8be1d6bc1bd2f4f06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d830f0f55fb545d2aa455c758380a250", "region_id": "RegionOne"}], "type": "event", "id": "131e407f42bf471cb5cf48ab6026554a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b5da7c21c8e040569aff6832fa27acc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "46238b003a4e4a129f981266585f0868", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fcb201947dd342828c5a626b554746c5", "region_id": "RegionOne"}], "type": "events", "id": "f3b13cda174c4f2f9366b0e8f8667915", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ae5cc7b24f93490caebb60945178d40e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "faaef90e7c2343bca86e6b4a476e5d7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "13bc2765ded045fe9ce0b863d5d3e56f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "bcbad00861fd447c997e45807e52b18c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b65e15c9922e45bd805f4ea451a1fa72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9134f79962c3461e86bde17356bbd597", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ae33e01f289140deb53a1b07a419de5f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2aeebf40f0934e2393cd41a54ec8391f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1d22ccbb18d74412bd0a66412d251947", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fcec56d7ccb648c49c6101b4bbcb1cc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9a311ce90059412c867f6aefe0f841c8", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f8eef44770694585bf040ab96322ee2d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "951a8fb4bbb74468a896a9da26d5bd69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8cf0c6bae2d145af88606af3aa56bc10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6f62a7955b0d4ea79528ce6c70505e9c", "region_id": "RegionOne"}], "type": "tricircle", "id": "031c9262e6104ef6b36c9793d6e49654", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "579f56b111f348c4843b8c5b08ed9ec0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "8bcdfb9b5ef14f93bfd493cfbed9ad3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1e426cd3ab2249749abb83f7d6cf9c07", "region_id": "RegionOne"}], "type": "database", "id": "dd63d32886644ac88e15415094f31498", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "de472211de4f488aac0df6ffd1bec0a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fef7d8edf3f14b69a61f2c3dbb590566", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4282498d771945f0ad0e236c043509f7", "region_id": "RegionOne"}], "type": "application-container", "id": "f092345a5ee44f8aad6555497c0e3bfd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3ca89d57f17f4acbafd82fd6f03095f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b52a0570beed44ab884d3c7c741b2870", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cdcf99efdeb447da875512ee399b8cc5", "region_id": "RegionOne"}], "type": "container", "id": "d7be58d764004e849571c63a316d37db", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ecb16b3db2d1430fa46808783119f563", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c4a73c4936e24644b5ba067604652c64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1bb228f56ef042428fa07027c4f0e75b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "3b311fb5200146d193a087872c3c2774", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c807d7b4a23b4f95b2c547dac0dd0b3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ed43098ecbb24d58a37de13f9b68ca67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b807aed223324186884e7d45e150feaa", "region_id": "RegionOne"}], "type": "rca", "id": "332de26b196144a9b9d8506190a5a66a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e78a844f1db44c75b60934a4a5706113", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0ceeacbbf60e48aba77b57567c5b61ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f5692c9a8c7449f297c35185226a2041", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "bca353078c584b54a70e1e29cac55f01", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c9da4340820040a7885f40ae33e291b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "670f32ab4f024713a4bb95326bef2d9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "facdf7d17fc840c6b5eaf5cf23ebac58", "region_id": "RegionOne"}], "type": "network", "id": "fb86770595c44ae784546336e42d5fa4", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d2d66126a2a74223a82780ba33b7449a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "3a083222124940c8841e6d88e1eb7c24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b6abfad6015648d997049f179e8cb5e3", "region_id": "RegionOne"}], "type": "backup", "id": "35df7d20e98d40e1bf10f3d839e102a9", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "036fd55cef4f430e820f3b53492de32a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4f8df1c1fc9348edad19aa6e04490357", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1bf9e39508d2474baed18e0b1ed3199a", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f7589c44d9ab4ccba38d735900b4bb39", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "16f8ff87491a449494e4e0a6f582a717", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "60273d9b3baa4668a7e3fe3ec39f2c3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6f2589758e9b4422ba80c98294f9f316", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "dd163810444348249ed5159f58e09fe2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8dfdf86aeb8e4a3e93178ade3bf6807f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f65d1c01d329405c9ac2c10743cc8ea0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c4af1d2c4d86409ea426db77077e875b", "region_id": "RegionOne"}], "type": "monitoring", "id": "f3c3fbfd70a944bb883954878ddc85f3", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8a4229083d2a450f97c3c5c3b7a3dae7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "26637ef0840f4affb4b4888a9a215489", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7142678b36f3411ba9e3dfe2b6864576", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "de19b8aa7e9442fdab928eaca535e597", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4b15bc9a40314452942d0ae8cc6f0446", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "d81db85c91c14b34bb4c495cb5f69f38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1343877d13764bb0b3ac7bc3f7086de4", "region_id": "RegionOne"}], "type": "placement", "id": "69dec41ec2d84100a1a3f8447217f415", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c340d4c0a61146b3bcbadc20c67d9185", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "19ccc659f7b348ec858a881743de74c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fd3a04420c3f4e68bea3922bc16bf3ba", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7f41b3a791974d95986e92eab41e8e7f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "83505e430cc44d6ebd398c6a747e3b39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c3ffdf41d734412687b1b577658e3125", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "87b9fcbd8ba4478db07b839b0844b99a", "region_id": "RegionOne"}], "type": "ha", "id": "1a8dc66cf8c74a2a987cba74e5c9b63e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "506b19073e5a493dbb283385af0914bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "842e8cc0475445c38c88322d3e3a89dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "9e05cfc25fdf4c2aa9603cd7c396a660", "region_id": "RegionOne"}], "type": "reservation", "id": "67622fe7a7374ef29b01f4e77150e6c1", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "83c348a50c144c4e9cdc755b505a5982", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "950bbe8b428545ac9b7472af583fba05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a4f25bd9f43740d1bc288d90f48f5468", "region_id": "RegionOne"}], "type": "function-engine", "id": "ffed5d48aa984aa4b4791f4c6876be46", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "889fd43c28be41aab557fb5a9096720b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a6024f8cae614648bc18b99d8fe734dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b72f3a42252544e5bf447a61ee8b33d5", "region_id": "RegionOne"}], "type": "accelerator", "id": "7f5502f3e35d4559a98f37b15f02d4ed", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c8194e14b2a34f618d50430ed8d3cf1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fe22b5a99cde46c0a773b1d6b5c59114", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "18728e60e8344a6e890143d3054175ae", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f1191566b0274c37bb404d57468f08e4", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "649e719c7d7241748a31d2dfa1d661dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9730bc440c3e4d46b1ba919dce480714", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2bb4737ba87c4430abbce75b4a081674", "region_id": "RegionOne"}], "type": "registration", "id": "4851750b40424cc2acd726933af683d6", "name": "adjutant"}], "user": {"domain": {"id": "7b4cff3815054ab4a2f20887d6a6b9af", "name": "a21b9ae680c443dd999752f4e181dde7"}, "id": "17a913adf08e4aa7a1644ddacf920358", "name": "eb9c35aad3134969ab6fd5a722bd02ce"}, "audit_ids": ["72cdac68b34b4bc4b12cf9790c1d085d", null], "issued_at": "2019-09-19T09:04:41.111485"}} 2019-09-19 09:06:41,296 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/projects?domain_id=c950e9c8eb424c7e99140f2a7ddda9e3" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,301 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,304 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "c950e9c8eb424c7e99140f2a7ddda9e3", "description": "projectDesc-2", "enabled": true, "id": "4a9c468381cd497bba96195e17a53e27", "name": "projectName-3"}]} {27} openstack.tests.unit.cloud.test_router.TestRouter.test_delete_router_multiple_found [0.212869s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,149 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,154 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,156 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,159 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,172 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.087306+00:00", "project": {"domain": {"id": "f57bd042da5f41b9bfb5a8d92f60311c", "name": "fa4669ab4fed4ba29ac1f735d7d5818d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "2f52355034084500abd3acf772cbc083"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4eca31dd59fd405b9c07822f4e4aaffa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5ec3372b5c9c42d2b1811f6b2d5021a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "cdf2c04844dc418a84d2293a00d9d5fa", "region_id": "RegionOne"}], "type": "identity", "id": "a07d743605ce4fd28d921508e975165a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "91818f98f8454e97ab837f97aae23e4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "11f6993406c54fb5b9731b47814fe168", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "df7fb49a68a2440b97802f69f41de11e", "region_id": "RegionOne"}], "type": "compute", "id": "bbfa5c36d8344b2fb3c4ceb276b1db1e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "033a9f66080a4f3bae15fadad4e520bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3fc940f3e383492193b0a1c062f6d750", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "260c25e15e8844b68add914ec3afa77d", "region_id": "RegionOne"}], "type": "image", "id": "4d3511d814d94a8ead0ca1ac20ff758a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c567fc3d0e7340788e366f794d3efea3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2260b9a53e0242cea570ae717ffed68a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e6c9f9180ce64db2b235976fc91107e8", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7ebff5821b4246578958cbf8a0921565", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "802d3feef4c14e06ac16fa21c08e66b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2f8f4223d1b4ae98fb1b0a7f32d5246", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1186c416280841d5ab90375410687e5c", "region_id": "RegionOne"}], "type": "object-store", "id": "7bb3b78bfa4645eeb30191a6301fb3f3", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bcba4445dc114ee9b1869134cec166bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6f38a6b55ff44387ae39ab9230ddc2bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1af78ac08c554cf2ae13a477770b2c06", "region_id": "RegionOne"}], "type": "clustering", "id": "0f7d19f7bc2446fab45d2615a8fd2b23", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "44bd3e5df815450b81316f0f8e65cabb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d6ec83b0e6c54710b344b7c717934190", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "78b9149730ab406c889908659e387835", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8ef8189a34db46acbac9b348adaec6d8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0ea3e771f5ad4086bbebde88b8e0c000", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5bf14b753e48444286c95b876080cdfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2bd4b7320f094a3692e8c00673dd24de", "region_id": "RegionOne"}], "type": "cluster", "id": "d33f6d193e39446f9a9a6fe40983a6a4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "97c8d5f72bd44ef98aca537499077ad8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1e328e97e39c48faa310e66bc031915c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e524cd7690dd44fe91e11370ffc8e863", "region_id": "RegionOne"}], "type": "data-processing", "id": "5854cd75aa7d4a0e9d02fce290963885", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ef03ed14597c445d8d89a1f5a0bd2e6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3a26069312f54a1aba77efdf7591b645", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "65fb829755974aa0a8b8ce70d7654b58", "region_id": "RegionOne"}], "type": "baremetal", "id": "de7c7ed325a64e90a86a55f4e493dc5c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fd8cbed9acea45f9b7814a15a1320cc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4d913e67aa5f4b65881e9f7e73e1083e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6e8f624719734c1fa672fd4a92015d02", "region_id": "RegionOne"}], "type": "bare-metal", "id": "0f30378ddd624f478db5651c9a0c4a84", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "efe1baf1d2bf4614a6e40082792fe4fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6dc344a8fe8348bc93cad0f1de131859", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "56f47faae93441e1ba30d98abcb4d7e3", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1b137cf9578d4e4faf225736a2b55fbc", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2678c530e69947e182535ead624c90a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6137469eef064cc0b517da09cf5ff8bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4bebe7a0fb8e4b23b65757f2c3a3135b", "region_id": "RegionOne"}], "type": "key-manager", "id": "cf7cb206454e409883298b785634d20c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bbf99c7703e2421f9069fdabc6aebb26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5e3c071815844350b360ec1f18753002", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f9c23163d6ea4ba0a0fc62c3d4b140dd", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d9329f7f68a84ca5bc9b52e5d22718f1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c19a9dc099f6463b8a5d26c6b69433a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3f23d636f0174fdd84bfe2f20dd5cd7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c0ec2461c97c4dc6adf4c658ba500758", "region_id": "RegionOne"}], "type": "infra-optim", "id": "42db4845a3354e2286fc17852cd8f755", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b66dbb7f0676425a92ba8127a2ef265a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "393666c3de5b468c809712ee76c31dcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a32f42f0403243408ea59302c439663e", "region_id": "RegionOne"}], "type": "message", "id": "47c78d83520044288630d40a9bb469ce", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "80d6d9cface5482caa1cb97560093d98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "084572c6711b41f1b3316a0c96d05324", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2a06062fa9cf4422ae87ee066e17b92c", "region_id": "RegionOne"}], "type": "messaging", "id": "0ac8c5ad99fc4a82b63a2d9b0a00d682", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ba6a9498a389469baaa4a2ef3cdb6e9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2a2c46061536409c9f31a804d184edb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5d7d645aea564831b44284b5d1ef08a5", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f3921004c9cb4da784b1283677869cee", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c21034be3f949d08a9b28dbe41fb60d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bd40c456e5ce4db58b531cbfc93b958f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "333c3326910d4098859d921009fa05d2", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0cddaef098964091a778026ddbdb89cb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7c60525601a44730a50e5e3b54044403", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3986e5a6ab9d4790be871e028687b078", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bc0f5acca8f9447985395e00fdbd47a6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b113b17f7dc54c3691885aefc74e94dc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b38ce314deeb441dbc12ac1097db881f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5733c449be734bb7b5a3c76e486c1069", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b5b46fc98cb34f21866cfd9d24be65ee", "region_id": "RegionOne"}], "type": "container-infra", "id": "71ed7cbdcce5404e9bfa54ec12f36215", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0b588f5ebfb14e9f879fa65dda8d37f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "2382a1cf99dd4841a972fa10c606e799", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9184c667b3684c14976ded46f7c65d1b", "region_id": "RegionOne"}], "type": "search", "id": "6a9aab6484e54f51b45bf6a82fd97b77", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "aedf8bd58423443985c1adc9a836abd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "86a42174c3e4441fb28268c7238aa49e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a5f87dc1c5eb472a94930bb587677424", "region_id": "RegionOne"}], "type": "dns", "id": "2bd5e8f477f04db3be8862ec472e7974", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7ad4f5586e8348f79b9fbb084e5a8f02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9cad4708fa0b415399413866e9bff6ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "77d79e7b4a9a4b8dade209f36efff39c", "region_id": "RegionOne"}], "type": "workflow", "id": "e2bcd6593d2c45a7845a0c2f0d430a72", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "29c651e1dc7148c78452de0c51c545a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "244c143c7afc4739b4ad834dd1d41129", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "34783d230db042f79b44d1ef9fa9f569", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c430e241a698481fae819103e9bae4c3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a61aed6ba8564487b56b250adcf636f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "8eda80d3e3ca4ea6bf969354f72502d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "94b94f7cf0214ff886563d3d76a6f00b", "region_id": "RegionOne"}], "type": "rating", "id": "7cd54774e49d4be9b913470b940d0d0e", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0308ef51020243758c11db54dc359659", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5d0c60dbb6a64290beeb1c7effcfcfc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e5be6e82c8734245b4731fd7b23201ae", "region_id": "RegionOne"}], "type": "operator-policy", "id": "924ca97253724d718756a52ac3140846", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8e3333d322904779bc02914bc72e21a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bffe5911f41d49549f6729ceb5b36720", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "597c50da3b5044ae8754bca94d02e248", "region_id": "RegionOne"}], "type": "policy", "id": "b3a7e2ed02344be9b7c8dc41c9e88b28", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8686dd7a6b8c4271a9c48d27997e5730", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cbd7efff9ecd4722a0857a35886a6d91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5868b262e9f34791a5d4c67629b2505e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "116a4b02c09141dabcab9352c3e93cf8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "53d4a509d4c3414eb99926d4ca5c79de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3a59c9ddc7e54ede8a877a9a9217fe56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "112f67996b044deaa683f06ad01b0bf4", "region_id": "RegionOne"}], "type": "sharev2", "id": "37106d751e0942348a219466474dc41e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "de0cada5c34b43e3adc65426e1750e30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a47330c2b4d541efa42e88aa25b859ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "03b0656c630e4471bfb89f357aef0744", "region_id": "RegionOne"}], "type": "share", "id": "635dc3516bad491780bb8826d0a5b507", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "27c5425cadf645589b2f1bd0e8eef9ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4c92f5ef4bf44ae59ece8755c2b5ffb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f5aedca95b034bafa9c03c0c825ca17a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7638bc3d25504109aee4b731e73260c2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cbe3deb1995c4a35ba4bd5cdafeb5e72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fbbb875c627744d1a91fa64892420883", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a47de3e4f47441ee89ff07d1b849d738", "region_id": "RegionOne"}], "type": "orchestration", "id": "783b4d110f0442f3929fdffec96b7818", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33b6c82f4deb452e8b50cc393fba3ddc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5a9186a396b436faa8c167452a95aed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d90ce46aa0bb42a0b553b9279eb17bb6", "region_id": "RegionOne"}], "type": "block-storage", "id": "a236cdecc77e47048a950c08e9fd85a1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2171c9f96c240b9bf65a5b870f2cfba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "400164ba144d41c49f270a598e9089bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d309de45e264e039c148a16b66c8099", "region_id": "RegionOne"}], "type": "volumev3", "id": "92cdb6c35a0046bb9c6e72922ee9fb9e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4640581744aa48319adc22cfb1f22366", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "244d0d4abd4741cfa3d56b96aaa68e4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c876758b110c4541abe0fb2e27f6c78c", "region_id": "RegionOne"}], "type": "volumev2", "id": "51eec9057f154e7e92ee1c0d913f5c6f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45fbdee4a36040ee971efe30e6b0c609", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23c65f950ca54e47a354a061225b693d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f5c072906934688a2a02ecbb376c6de", "region_id": "RegionOne"}], "type": "volume", "id": "77c87eb54f34437caf0f313c1e5f2e1d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1bc3f6ad2df54c91961389a4cd2e373d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39feab9c1a8243b1a7cb10ddce327ed2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce9fc88d13714e1395c18aed5e847ac4", "region_id": "RegionOne"}], "type": "block-store", "id": "d9231aac545144baaa49e97f02606ecb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "505de1d2a61443f8af58879f3b2d071d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "03e440dca2a54a0682157066ad87efda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "846d1fd96f914216b0f6e9037f0e2462", "region_id": "RegionOne"}], "type": "alarm", "id": "07ab940854884060b9e848999fe95599", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b8ab3c6ae98d499fb0361c26abbe0a9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "05b1a26d2d614995941f502410fcdcfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f56598ea1ad94deaad081759ce6d2ce7", "region_id": "RegionOne"}], "type": "alarming", "id": "ba88a847e3534f75939483793d79c967", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a590ddc118c443b7a1dbe67b1ec642b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b727e5a6c6e74956ab385653a0a2984f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2df45164a8d142c18f457445f74047f0", "region_id": "RegionOne"}], "type": "meter", "id": "8dc36edfd7164d2685ac209327db9683", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bf1cb479f3034375aeb4a99893d034c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3b760ffa93384ea59a221c6285b2e567", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "13207522ccc8444aa3f53a81e0e8391f", "region_id": "RegionOne"}], "type": "metering", "id": "d1c93ea80bfb4d8f94f9990b9b73b6e6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b5736342ab5d4e4297a4e9e21ad146d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "adfae1c141b24ea4b41485c7ab086c55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7b14231063fe4c689b7032efe36aa455", "region_id": "RegionOne"}], "type": "telemetry", "id": "233579f776414f4aae79eebd167dd42d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2cc0b3fc8897483f9332afacf99ba04b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e45e35c8dd754f09a041394c10ff6f19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4cbd1545cc3140eba2a67a34f7dbf3e5", "region_id": "RegionOne"}], "type": "event", "id": "4ab2f7083307496dbec55278dcbbb686", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6e5f1be609164fd09fc8004d6e6bfb33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d3efe633a4824de7aee5e4860484df0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "81fa85c2af864ae6ae94ed25858aae26", "region_id": "RegionOne"}], "type": "events", "id": "f1e81d62a28741b1b622b379ae299749", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f509ca0c877145bd97d6f5736ca883ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0460021986494821ad36288ed67ee378", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7e108e0836084e208865caee252c584b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "19c5216cd5bd416984ab72f1b07f6141", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "260f6740222e496e85c9268dff77bdbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "512bae30f9fc4379984d5150c17e4b76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2804e6b4bd1340ca86cd1185a3abef94", "region_id": "RegionOne"}], "type": "application_deployment", "id": "47fe812b5b5f42e3a3a145090cb43cfb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8bc5582fbb984e0d920704b893c65274", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "059c2080a0834bf6a228e2ab6686930b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e8a4b074f69a45d99a6d245fe1021cff", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7fe1d30908a2466182c3f62e5f2f6eb5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "abeb312847254105bb558806f23ab89a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f30541eabfe8446c80ba5ee297eb5548", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c76e1709135742daaf2244502e6d21b9", "region_id": "RegionOne"}], "type": "tricircle", "id": "83df32f2b2034d4a93c1813b143c6f0e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "3617f4fbbd6d49a89e2e495a5321bb8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6bf5d7cd19b54e0a87652ab0e4d5b4b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1340ec30709c47dfb0f678f9e49620f7", "region_id": "RegionOne"}], "type": "database", "id": "52d0f07159384bd59fab47c9d090ac66", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8dede19253b34249b02dde44142352ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d6c4d219f0c4489f82a1bba6bf8da419", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "75cabac69bb347a8a6e1ed1221a1b9f1", "region_id": "RegionOne"}], "type": "application-container", "id": "cf5fc28b65aa4bedaf152b66e9b2f5a1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "68ccd1d99f194ec795b6a429d9e9a561", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "eefa8dce34c24b7285568104930ffe98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "52a5f99327a2413b88c16aee498b6d5c", "region_id": "RegionOne"}], "type": "container", "id": "bec0c07f0fc54f2d8aa6a0ac45775994", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "541daabf96464e979a05e30783458614", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bd71e9de9bdf45fe87f36c4dbf7ad4b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ae161fa7ae904889a882292acc43c9b2", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "205a1cdfd2014d83bd1393e557d8c914", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3c4b62671bc94be39a8b3590966ffc3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1d25b2cabb8540a598291e66ca9cb5bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3480a5d9e3974937bc9e897345b0be12", "region_id": "RegionOne"}], "type": "rca", "id": "91343372f62e44dc9a36af0e66fc8a58", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9867ec0119d3499dbfb15044472774a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3aa3fe8f71f74c32aff11b134d7985a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d051caa12adc4522b58819d24770796a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fbf7bfbc86f2448a99184a0215f530e2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e0abe75169964d36a91deaf1699416d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7d170c012dc9450fb2f7b243084745b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "666d4855952e478a9ee58f3c80f0b4e1", "region_id": "RegionOne"}], "type": "network", "id": "558bb854ab2c4c2e868999edcfd697fe", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3fa159d6302e4f029efcbb30aaa05581", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2b9a5371c7dd4fcd91e62e0a232cd434", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e87537416ac84a408ddf2fe29a8775cf", "region_id": "RegionOne"}], "type": "backup", "id": "648b127214df4cd9b5ffac006240de74", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ae190cb4758946cdb5d838fc52bb499c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5f93ca04315d4c768875fe5c61e1753d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "44c82dd94f6648d4925e032af0cbac33", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "777530cb955145ed9d24a29ea72db068", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "af8aa19aa4434071861c3360a4709fa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "03290c4714854ba4806e1b68bf3c7945", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f2680fc1558a4bcea74da132f96a9889", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6533709dc2924f0a87f82e7abe7edec8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0e3e2585a7844191bc94307652f83436", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "646cf383725e4ad19078d925ae0fd08d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b5897c74ca654cc2be70ef532d33e6a8", "region_id": "RegionOne"}], "type": "monitoring", "id": "c18fa14c785449f0a14848523bb33cec", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2da2cf0e8fac4700a03ea83baf4deb4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1e1705cf00a343039e50033ef244fdfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1048f144102d4eb49a86cfc71e2b9c4f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "83666509be8e4fdab059f0e5cffdf172", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b33cbf26f7e94e0f8d5b3c8d7b4fb4e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3efad0bb65104b1d9e3bd4f8d477eeb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0b31e542eeaf4e768b49d0630ab37af1", "region_id": "RegionOne"}], "type": "placement", "id": "78ab297ad065435da06db474dab1848c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1713079572864f6c94535d83e421cb83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "26d3385255b34a00a8c9b8d52388bb47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9dbd8dbb460444ee8d7c6aec8676d154", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a98277fcd74443cc91e90a7aa757ba46", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2b7e67a31a0c458cb757b048be8412d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6f9429726f124076bc4d09512d6b2105", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fb5105c867e6416dafce2c65f09bab12", "region_id": "RegionOne"}], "type": "ha", "id": "898afbd6192a4a7b86b93b8846326a6f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d8d7979c16034eaba414a65416516266", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0b38d82d29fa491ebd734ef9cb33b28c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4127945121774f46b5518c40ac8f3c59", "region_id": "RegionOne"}], "type": "reservation", "id": "475e2d64b66649a394903ad9b1be811a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1259ca6253634f0eb785c4b83cb3b3f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9829b95dc23d409b869a9a65d737a421", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "eda1815099a34457b9e31f49f1c964c6", "region_id": "RegionOne"}], "type": "function-engine", "id": "7a73c631dbec48999908134d74184ce0", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "35d3b783084341e8bf998ccf86de5183", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f9167fe5a87746e4a293b9bd59e25dfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3ced28fa47ac4a5c904064b9f77b8f51", "region_id": "RegionOne"}], "type": "accelerator", "id": "b3e90da177334237975456dca5ec0071", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3d54db8242bb48dbbd870bd3266831ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "98b2fa1682a548bb87e4345355be8e77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "210b9d72cf1145e4a8eef4c29f786735", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6f3cfd63bb5e461183de8810a12d62f1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3299559054124658b69c8810e923d273", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "59637eb7a3984027ad9cd5e1bb3f4d09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cc58e289573143448ec99cdad234fea2", "region_id": "RegionOne"}], "type": "registration", "id": "c64c5bf498624d4896c066dffd55d72d", "name": "adjutant"}], "user": {"domain": {"id": "52a6d4c338564a848908f04aae4ffe70", "name": "def4d6034d0c40cd87ec6f87bb5dc977"}, "id": "5708cd4bccf24aecbfd4d844f1dc0a78", "name": "c5bc4b96f3204747b4633f9a4355e892"}, "audit_ids": ["981cf0157d804b57a1b56dbbdd098530", null], "issued_at": "2019-09-19T09:04:41.087306"}} 2019-09-19 09:06:41,276 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/routers.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,281 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,284 keystoneauth.session RESP BODY: {"routers": [{"name": "mickey", "id": "123"}, {"name": "mickey", "id": "456"}]} {0} openstack.tests.unit.cloud.test_qos_rule_type.TestQosRuleType.test_get_qos_rule_type_details_no_qos_details_extension [0.181004s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,359 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,362 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,363 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,365 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,373 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.304225+00:00", "project": {"domain": {"id": "44bb70f0aa764cd3af8e9c2c1a3e0ed6", "name": "fb381f19023e48ed9085b63f13804384"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "fa012a5a180e4fa9820e4508bf01ef2e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "86d68647ea4d4be1984be94029e9d85e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a7be33e16bcf4b0a89a621a3e7afef76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4805b4a3aca544379e18ec29c07d59f8", "region_id": "RegionOne"}], "type": "identity", "id": "8d3c15e966cf448584b097417156fa32", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c4c006def21445f2b365621c5fee0ee6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8ef2bf3b79474f8ab868115e1b7783e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b5d5780944d54c00b227848bec48d65f", "region_id": "RegionOne"}], "type": "compute", "id": "785c151704ba4302977f168b27693cd8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "fa424d8a73544c75a25023691bfbab4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2672a14e8a9e4498a28e39d4feb3e6f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8d27a97bec6d4d68a03d6107f6af6e61", "region_id": "RegionOne"}], "type": "image", "id": "e8c63896363e42ff86cc775d38bdd7f3", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ca560973b2e040e0bbd4596175fbf432", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6b0bc62c8ce04a139d56e8c1d2af551b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4bb63799cc1d4298a1dda33a8d44a6be", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0b5bc4df303b45d19458bc3ec753e0c1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "910cde2fc77046109aedd51362e5fc22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6e01f47afe84cdc9614b087a02f5dd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eabcea9138f84185800a7896740e60db", "region_id": "RegionOne"}], "type": "object-store", "id": "6a80ee4a66a84212b9646b30d99a3263", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0c75306d43ac4ef49cf8cb68369c261e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b8d2ce2b3ce040a482dec00180c86faf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1382ec8948bc4aacb189833240643e41", "region_id": "RegionOne"}], "type": "clustering", "id": "3530ea54255d4a3dbc80b551127b2235", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cb349a12cfda40f2b32118a0c50eec11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dd792b60096745c2b589408dd5346428", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e1d1241cc49d4fabaa4e686f05a6e766", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "46dd3761e79e47dfacb0516def870085", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5c2795886a4143489f5285429924c701", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "63ddc59343b3437bab4bc30e67da412f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e295e989970a49e6b47076c2610b02b6", "region_id": "RegionOne"}], "type": "cluster", "id": "556c719fd82e4d0da971242f35bbd949", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "efaa7b1cb8ad4a9899ce4a03d7611b86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d956ee848e4345698efc76e0cae3b047", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7e3b52b8d54c44628333dc2be526aff9", "region_id": "RegionOne"}], "type": "data-processing", "id": "172b8e5a5cec47948defced09c64de12", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1e3a31d42dd84878a3c96e7365d336aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "636bf608452a437384cded257f92488f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "903a06bc39574aeba12985f1b1dcf2d4", "region_id": "RegionOne"}], "type": "baremetal", "id": "c0b3deee04a846f995f4f759a317d5db", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e6ff994020114af7b249d23f83e6a3c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e2ba7dafff4348a8a27f92a05210922a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f6310dcb28b64b2aa48154ac72f7cbce", "region_id": "RegionOne"}], "type": "bare-metal", "id": "9dba3c4b16d647d3b17c11806045d83b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "485162d9915241bcaf6d11b7331e463b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2a8331e8640b480aaea79663bc95b465", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "bf0be8befb5d4bed9e07a8c728e44c32", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "afd86062d8e7420a86f8c4fff470219c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "95c7cc9aaaf04747a8423cff24e6d475", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c6ca29efbdff4f9296784f0c1582b011", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ed0cbbb24cf34855809afeeae9aabdcd", "region_id": "RegionOne"}], "type": "key-manager", "id": "2288f685224048b79e01fb8b1c8c7534", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4a7ae59d0fdb4b19a55a90facd9b09d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dee4cc437c894557a65122161a080c24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "70f74220a1c7458196cf3111ffd60bc9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a5bcb10d25604da1b3a467edbf7770f7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "580b01395fe34b59984d8256d11e8223", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "38cb377884e6440285fb1e43532c9f15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "44f7fab6f41d4ea989b835a55e210080", "region_id": "RegionOne"}], "type": "infra-optim", "id": "bf09d658cb06416b85c70de78f6fc1b2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e49a2877a18b4fe59def130d93116a94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5a5820cbf43a4875a5f1eae229eba1c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f61dc58ec85b43979d55d5e468f14d9f", "region_id": "RegionOne"}], "type": "message", "id": "783c1af9c2b6463289c56c534a86660c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "61320c2f923d4efdbe5c8a356ad9642b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "05a22db6f0334f978a998cee4dd2f12b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3dadd75a22104733aa7978e1acf41770", "region_id": "RegionOne"}], "type": "messaging", "id": "c5ac58ad84ad4e13999c58c65b48a8d7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "790b118584154a1eac08f93231097610", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8d9a9229c8494b09acc68de4e3fe002e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b1827a94bae74d83996739f705e7aaa3", "region_id": "RegionOne"}], "type": "application-catalog", "id": "437bc9589b2748479109906d3f177e61", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9d55c25f3ec54fb388976b16cc5458a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "009879b15bcd451cafc5fad5ccf15a87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8c5eaca918f1475e8b46afb45afe3e9a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e66129273a694cba84cac6a0059bd1fc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca191c74aa734bb6ba8c1b8908799961", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "421b720bab134a27a9f8468e6b7a41d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "712be4c2024248dba5d05503172a2f76", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a93badf871774d0e974c8a360ecd087b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c92579cb27d645dca8d45837534eb3fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aeadbb97e3cc42e4893650daf2474626", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9cc6d7beb227440cad79a19a53c550f4", "region_id": "RegionOne"}], "type": "container-infra", "id": "eef3c9cc336948f9998ce3ee2a898911", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a1428f84885b49ed877ada9ab8c932df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "96755c03b3de4b1f829bd66420a3e430", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "df3c4b5065ee487ba1aa5a380b45483e", "region_id": "RegionOne"}], "type": "search", "id": "a6608cef1af84f2ab50b2eb85172aa1a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "870253f7f7684566b4200aa55a0404c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "91eb62a08a8048c68e836d1fc782717f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "65315a4116f2442897d2f7660c9a068a", "region_id": "RegionOne"}], "type": "dns", "id": "649263696c5843b597a28a4237496543", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1bd780be62ec4054b72e560a8d3ea039", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5da06402eb31436388a3c0a26a264c61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0d35a2e06a594e52b150f852319b359e", "region_id": "RegionOne"}], "type": "workflow", "id": "491ac2a7815344c385d4a5f4eac9395d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "788c711012f94ec29767bc915054219d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f54e728ea7c84967b29ddc68f57b8b37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "aa29bdeac0c049f6a2502e3a5d6583d3", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4ee8968c412346b1ab2e453606e566b9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "dc245d1b82f048bcb106bbba39812310", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3b087fbb1ea74303af2aca03335abb63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4ccf32431dd149d3b87b4a37178ac1e4", "region_id": "RegionOne"}], "type": "rating", "id": "41ee1a7462dc4da8be301609282dc9c6", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b3bdad01d89e42d79910c471d9f99efa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b909f7b7ddd54e2191004fc357750703", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ad0fd5629047418f8b9c07ae05e29c61", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a95bc3fbc378478b8bf7510944240c65", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ddfe45369b064aa5b40b4a16f356c40a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "51e069f7dee04c9797aa87404bfd30e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "960275fd0d094cd29cb5f36992eb2971", "region_id": "RegionOne"}], "type": "policy", "id": "9e05f785fe98483ca8d8996943189128", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d76a73ea17b84c68b350a8c449216a8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "93997a684db64be9aee47905c55639f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "77e28f91f8a744ff9cc08af344cc311d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "69475d6bbe7a44dcaa524757134f0b85", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "68b52af27eb24dd88707d0f2a98d480f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f1f4e3791ac7460f9be470025db2df76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0a6a5d0df2474d0d83449a113607d7b6", "region_id": "RegionOne"}], "type": "sharev2", "id": "b618e5633a174bf0a0d5791fae524245", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e64fc3a38e874feb958b72cccec02305", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dc8a05ed10004e708bf39df2ac3f5b68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "310f6d570ca14fab95ae502c66a5810a", "region_id": "RegionOne"}], "type": "share", "id": "94003089ff6747eead4645c125baf5ee", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ada3364b320248cfb2756da7a888238f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a2271a5f042a47ab90a2ad09b2a6b967", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e3b928d758d34bb294689d2f4da526e1", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1b843efae6df4ae29ae728e31eb4350b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "909c01369fd44a4a8ebd5c67f54b3c7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e3a5b1844ba4b2e91132652209c6a11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97ff232b0e174e7294ef8c0bf68fb5ea", "region_id": "RegionOne"}], "type": "orchestration", "id": "5794e73df0a04946884f0c78ffd97b9f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "176769b0a67f48069c39905f6f2b8d9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59b5f7619460477abac63f9cbedb8586", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d5c5a680bf54b26962ceded4823d86d", "region_id": "RegionOne"}], "type": "block-storage", "id": "fc892309d4a34a59a00863e37a922e19", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2a20b5c705e42129510a568698e14b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b9993d13ea84777931687611e1bd8d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e91340b93178416da9e838f856d77d94", "region_id": "RegionOne"}], "type": "volumev3", "id": "10c9c337364e44e7a4356676b5ab16bd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b09a3817174440b825f67f64e7f6045", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75cbb937845d4afcbe42d5099f36b2ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9004b4198e0b4573a4c62edcdcd7bb54", "region_id": "RegionOne"}], "type": "volumev2", "id": "c47f24511ceb4d58bbb4878918e264f4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e145cafd66414369814b678abaef0d10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "489938b30caa4313af1d56f2d11536be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf20267dc80f473b99aa56cf65694a6a", "region_id": "RegionOne"}], "type": "volume", "id": "b8333bde017a479ea504fc0701d6b215", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "652be2c1b67a4283b58bd08508626a86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d621db327d294f35a1567f00b5c0a3f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0732961c3b4a43c1a0408aea0d87bba4", "region_id": "RegionOne"}], "type": "block-store", "id": "dbd39bf0ac7643ce9b28de1956cc18a6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "03b26e7c983b414daa03eee36765ae35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dac522ac02ab42d7a5dba3da82349c95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5152e698e5774d079b1b65faa7a73ae5", "region_id": "RegionOne"}], "type": "alarm", "id": "d0fd0e60f57f4e3581ef1d14de49ac8f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1e0399eca56746dab744a731de745c40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fcb375d2ddd8421f887d9336d4604c0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e2b8e16f1cb345b6b67c071fcda27d01", "region_id": "RegionOne"}], "type": "alarming", "id": "312bafd09ead408f8fa696ef9352af06", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "56774bc02eb34764a3fe4dbdc48db608", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b048f3416c1642c3804ad0b29f0bb82d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8075b94949324077a8d0d87adfe63a51", "region_id": "RegionOne"}], "type": "meter", "id": "cd81b635023644c8a7dd6173f8ede95f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d91e17c8a3554dee9e9dcd08d8c32dd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3d4c527d1e644193a87c0d0efbf2be79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "85e3dfe804634d5ebb9f1bcdf3874edd", "region_id": "RegionOne"}], "type": "metering", "id": "4265a9f7c4104e3e9fe8f8b4e25e3785", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d174354b147d41209fa50adcd6e5d524", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5b500a9c7ef849589eb6d984d7f52d00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cb22327238ab42688563f22b2e6264ad", "region_id": "RegionOne"}], "type": "telemetry", "id": "ea95d7777b374e1ba21317225353bc6d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fe4cc9a3937b456581d7c62c8376166a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "448d6cbc47bb41cfb9484b3550588ecb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "272793ac1b3c467986025de288271be0", "region_id": "RegionOne"}], "type": "event", "id": "a67376110db04d5e9b47450f9d58abfe", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8655803cf2c541ed8958aeea027df879", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b177be99e0bf459287468da45e5988df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3839dbecad56443292e1828a31d5699f", "region_id": "RegionOne"}], "type": "events", "id": "0da5fe440bca4d208a1405ba4071db50", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "438b24ded658449dbd5bd79dd9219916", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "339020bef6a94a92a0a865162d9e810a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5a7832d1988b41be943d7e1cb9c04d77", "region_id": "RegionOne"}], "type": "application-deployment", "id": "707a3a50c7bc48de807a315be7603a81", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "434e2fc278cc441988d7fb7ba2ed1417", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "db0bbf94097b4cbcb7bd76caea677a39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f07e97850ca74999b6f9eca2bc251329", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9139c289b0714155885090f22e6b66cd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bdc1ca78771f4a11a5abd413c820331e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6a949a087f784ef291712cb979ccada5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4d9fcf987c004323a5a0f9448d97f986", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "88a814dba8814feb9efd3b65f8f43f3e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e8dadf7d1da042ceb5e45a5ad284230e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7e5d91ed875449189595b77bf2a8f048", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0f3a02e4c10d40d89d8f2af6502717c9", "region_id": "RegionOne"}], "type": "tricircle", "id": "027f4cb3e5a643df827ad73ebfe9eb87", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "54bc36c938bb45d69ed84d6bced90246", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9ac2361382734975a53eb0cdab377544", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e8d817396cf84630b928b39b6c6d1b5e", "region_id": "RegionOne"}], "type": "database", "id": "de7a40548a51498cb551470b5bbfd1f4", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f46acfd1c9514af98c3fcd4611ecb1ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "06c61556fbb64c6cbad3f5235b06fe1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8a76885c5e0d4576b764b422af76a7be", "region_id": "RegionOne"}], "type": "application-container", "id": "26124fe2d6954c2bb937e57651708d77", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "70d4bb3e504b4c1787713fa7133433ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ad237fd3a20f415eae96908cc456543f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7cd95998fc1f45fb82f2a4d34f820aa7", "region_id": "RegionOne"}], "type": "container", "id": "b90226f086a14e98bcc46b5866206a14", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ffee355530dc4626b9508f5927eb470c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f3d3a24d966c421fae1340e4c4f99194", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a4d4b71b86ef457bbab1256bb77206c5", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "cdf74866942e4b0b9d7b3c952fe379ae", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2611f42d109a4db1b258b206b61dc085", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "af4af8de56494154ada5d4eed9a78421", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "28ae0984d4f94f5ea351a40cb565ce1b", "region_id": "RegionOne"}], "type": "rca", "id": "32c1f3e5ff00477c8efb14babdc36929", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5db1bdf669514615872aecbb733314db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f1cee1002f6640f2803b69e0ef9d3c43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9a34dfdab8c64718b1d95a1ec9694dd5", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "66564fdb81594a34a9f5b2d9386293a5", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "691d375de5cf417c832a3c693aeb5aaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1c1a3bc7066f440090ba78d6f0ac612d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1c056b62e259483bb414bd1e38311e0b", "region_id": "RegionOne"}], "type": "network", "id": "6ecf22cd75624b4c827ed97d965d4866", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "80f2a6362eef4f389eceaba5374a0ce4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0e7d44b2d53f439a80aec9270fd2f118", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f8e4b736f7244bc7a0cd3d91b1d08b41", "region_id": "RegionOne"}], "type": "backup", "id": "fff8da4cbc2647f7857fcd3b33699d95", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7f9b12a118f843949724ec5a81b8cd4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c794cd2f2e204d0882a589e2736c07f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "59bc1177f64d433da55d675f16a5b398", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "2adcbd9d75b140378f6226a0affd9245", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1e5d77793e94414a849de270aa46d780", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c3e947478d364ca799ef8af51095336e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e2701b75765048158d6a165f18193ae9", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2ab4a951db6640b5bb25bdee784f6496", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b87ddf020b714c7392efcfcf6171f52a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "184bce128c5e474f9f09e67694e53790", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "efc2cd9e04024123a238636d10b61b28", "region_id": "RegionOne"}], "type": "monitoring", "id": "d865b975f127470dbcd3d39aa1e15294", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7fa9a76cd73142a3ad146ec9f07962d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "61108dfe697b46c9b46cd757810644da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d3a256fc58bb4e549514033185811e2a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b5ae2b659c3a4be3a1d77acc16a13bc6", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5164b97e8d9c4d5d8772024364510d41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8c59901ed62745a19923123d14b5174d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c544e14cbdc54f76a34c900e0949448c", "region_id": "RegionOne"}], "type": "placement", "id": "5454170da7c34f2083e1f44d8ab5d650", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "84ec724193ca499299c2f8f5aef71f06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "55ccdaebce304aa490ff5b2252de33a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b44476feeb774c50b80d92408e55c27f", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7de0ae8765044bdeb5ad34c9d21270e0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "45ee3cfd800b4dbea6b531c7dde83321", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "745b3ee78779456bb789408c95e07535", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "de662718f9b14b00bcd8a3387daca7d1", "region_id": "RegionOne"}], "type": "ha", "id": "602fffe965764fd1bd9053e3afc6d0f3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3da3ca1b3c3b4aa88b3eb6d25a076125", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5a0c3e7c9f2244d6b1f5bd13713a1c7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8b45771640e341f4adbfcd58ab84a962", "region_id": "RegionOne"}], "type": "reservation", "id": "25a9e3d4607b467e92d5a9157c59a0b8", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3512f4b9837947f291fed96e14ea6290", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9df6fd76e9cc477c9bc7694163275977", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f771f6a77405469ea1092c6792a553c4", "region_id": "RegionOne"}], "type": "function-engine", "id": "f99d55fd152249b881841fcf9133e0ff", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3213d274edae43d8899094c2f3bb134f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "342b5c711b744adc83dc03afb5ae935c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7e1afa6ae27a47398421844b490e1886", "region_id": "RegionOne"}], "type": "accelerator", "id": "b20cb423240e48efa8610d8e091f7bea", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3071d200843749779a163d8e5f5eeb74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5f50473175f14657b5a544485cb87883", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fbd61b3bc69b453687aab7f89145d2c8", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b7ae886e7c95498fb2967155acdc64c6", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1a50e844dc5d41f2a9bc913adb04a606", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cae4b0b7b15e46ae940c168054ca9440", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f3cdd89e94134ffc9d8f0625e4f7717c", "region_id": "RegionOne"}], "type": "registration", "id": "eb8db935ea3f4b5fa8d5b17c88f1163b", "name": "adjutant"}], "user": {"domain": {"id": "9b0d957014824a38aad2ee0442f86cc3", "name": "32fe36f77c694eb7985ac7b6a457637b"}, "id": "ba70a0a2686e45ab959c44cde358e943", "name": "0c3f54901b7b467e8e060549d095962b"}, "audit_ids": ["c9e7fda56412490ba7327928aff2c343", null], "issued_at": "2019-09-19T09:04:41.304225"}} 2019-09-19 09:06:41,445 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,449 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,451 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:41,454 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,459 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,461 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} {10} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_update_firewall_group_compact [0.217506s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,190 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,194 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,195 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,198 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,210 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.130151+00:00", "project": {"domain": {"id": "7e7578858dc841f1b3544876740f50cf", "name": "32eaf1aaf42a4c60bd47486fd44e595e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "547d30ad40314146adc49e49d0088352"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "544071895e3046c18de8dcd57631a7e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b8c1cd609fe74082863cbe803b9bb63b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "3efd03e0fdb44e39a37d9dd8d27071b9", "region_id": "RegionOne"}], "type": "identity", "id": "a1cfc3ef01bc408abac23ab73829b262", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2ed752f0929142d28887ca42e564f0d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7ab5bffc27e646b7bc542aaf4a9864fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "170de07959114c87a4bd876e33165782", "region_id": "RegionOne"}], "type": "compute", "id": "69d7d07236f24d1589b809d57db5efc6", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "eb8cdd739ef24976899f13cfe4755812", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "15a359ee9a334364b64232e1c0327f80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3115ca1b48b24645b3cb51ca2b49e281", "region_id": "RegionOne"}], "type": "image", "id": "e151f525e5304c829507e60727cbaf0b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "912118dc6ee94ceab8e0e6e20fdbb527", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "62a5cb6535eb400f8d673e0a2af85a85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4fdfa3d6cedf49b493826308ead681f3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "28362c4ab10a4d5e866656de110e95de", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d450c2313654755b4612af77aaeedf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea0f4f5db4cb4dc2b73cc33e4d8d40e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e84732f63324ff0bf841eefbc7733c2", "region_id": "RegionOne"}], "type": "object-store", "id": "5b3119332fe94d968f196d050c54e9b8", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "37e9516baee74825ad4040cbc5336d9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "193014252d6d486f9a5a934b507de690", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8c7c53d913d3431789b16860e8ccea0d", "region_id": "RegionOne"}], "type": "clustering", "id": "025fae88e792472eaaf618e3f90b2d1f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9968199760ac4a06b4aa3bc103534953", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e63ba0f7196545738b40ab90f242c410", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8b6c1e60735e459c98c57621bacd0fc1", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c9f73a1a09d74e1593706f7786a676de", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f79adfc53f3d4948a9d94929bb9171e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b7749d9af2a342378db95ba2aadb4193", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "896d1e1f764045c5a67d3437aaa932be", "region_id": "RegionOne"}], "type": "cluster", "id": "c729362b1445477cb527b1f3a156cb4a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "73620fddb02c4db5aea0bd93c50ad72b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8039114e1e994cc6bb4c69fce69772e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6152ab68665f420d87f64d95f4fcb337", "region_id": "RegionOne"}], "type": "data-processing", "id": "d9b54dc85a8742c886aed8e033726512", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a94f6f85b5564edd8d6de9ac8ab42a24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8a4eaf749c4d400c8d42f6e9df279781", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8d62f03c868849228d0e269dd1dce031", "region_id": "RegionOne"}], "type": "baremetal", "id": "3b42287107604bcc81074f66ccd38455", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4b1b4b78fb774f87b55437bea9518e74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "33005f4ec2ed40238c7152287d2800e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4db76c40a2da4d4faa0aa501bd752b23", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7e780dddcaa94bb3b3acb3065696b4a4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "433576454b5740baac1392cdf3da2e25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4304ee34d3414da28b0ffa02b580095f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1a68becc02f440f89b31f2b2c5f2e818", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b7839b9c6c584039a5e4a0b8a42852eb", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "86c58758e7b54302a71cce1facf1341c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "46e55ec80c764c8ab63ef2dd888ee3c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e9ffe0bc6a624cd59ea4291f91006440", "region_id": "RegionOne"}], "type": "key-manager", "id": "a724e08bbd85485e8c4cefe732214c7a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4bb0761c78e243d88e6e589978091bbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "95533e179c5a447b8754e39943b20fc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "530f4ab2c6a2450ca2426bf02f028bae", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9b49bb11af714dc49c4286254c9a5b9b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d89cd610af3d4e50b199da97d8d7d54f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b1669692c6334e838ba8f81d7bd29115", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "501178fbbcc34fb393fb5800bb7373da", "region_id": "RegionOne"}], "type": "infra-optim", "id": "810dae6d0a444139b088e75072db6cb9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "999e1398ae36478995b403deec7ebc41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "75168f454dbf46fca6e98f50efc8ba71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "71b9f9d905df46abb809adf4ccb03cc1", "region_id": "RegionOne"}], "type": "message", "id": "013346d2dcdb45ddbb69f568cd9dd904", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "173d8d9f7ebc4d41a243e44c9cbd28ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "63f489266e034383918a560d5fdf4c70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f9e8a5aaee9f44ca8bb433cc5bc2d398", "region_id": "RegionOne"}], "type": "messaging", "id": "ea57ef72d77445558475e7a58025011f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "83b57a1abea341cbb3cb5862c64d01cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "04ddcee365c54b6281a150c1370a9836", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3ee2e9cb622d4f9f8f07e79f17d1d36a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "fd05d354b30c423cb0b1b2971283693d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bc50b29609154ab3afa474275749616c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fe7a5147c87b41798e30631dd56256dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "14ca35f76ef04ddca217c91a2259925a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d4ca13510fd04531af67c2c8eaf00e87", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "94076a3f32234d8cb8124d82129524b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18949e3303504ac7922af8149812bcb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a58a25992db4ddb9e29767919ac01cc", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c9a1fccfae204f16979f6ff4235f4bd4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b8098a9cca8e4ad79eee70abe113c8a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "86f10ef70d7746b3a655a785e0763d74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "89741a612e2f4e1ebb4f34c3fa85bc9e", "region_id": "RegionOne"}], "type": "container-infra", "id": "782d235d3f1c4c6984fa04294c83e8d6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ac45497b29a5433f899e96e203638343", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "41ef2548c9a94ab58400f5380d544726", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ea221f353bb44087a0d9d372c4a1ea2b", "region_id": "RegionOne"}], "type": "search", "id": "9c2e56b649d14c8f9864d35abda317a5", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "fc1c9f5615344244a3a28df97facc5ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "51b9da8694ba420fa9c4e711ced41924", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "edb0d16497dc4d80993958aaade33e38", "region_id": "RegionOne"}], "type": "dns", "id": "711dcd852f224b53865df6b50c405ffb", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4b516b137bf9463399772717b3c61705", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ef164d8ec87940e69da1c481b93d338f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5513e8c0e2d34bff9a84fb2b853915d8", "region_id": "RegionOne"}], "type": "workflow", "id": "7b44bae5604a40abadd61a5701e1849a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d50ce6a3a9d8431da4b802ebc22d3d3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2186bdd801c348b58415ad20a34579df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "526fb490e44d45e0a21709f4722d7751", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d530248adadd4304a1226527ac0456fc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a2ac15d455cc4c1aa33101d85ad4b4c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "69e5ebb965e04afdb06c36ba2a9880e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "52ce64881ce24e2ca84182c22443edfc", "region_id": "RegionOne"}], "type": "rating", "id": "c1fd6f99f70f47d8a71c85ff15a8b2de", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3d39fa2ba4934e5c9bb3cb3bf4135f8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bed9ee2eb31e4572a0badf054c2412ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5503fdd2d545458ba98f62eb1e1a0f3e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "58aa6a6f817247698dda14333fb4cf91", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4abdbb18cf174c62b8b4010d666a166b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fc07cf3bd1e54ee2a155ad1b36e3794a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5f7f8948f59449e2b89fad247b4e2744", "region_id": "RegionOne"}], "type": "policy", "id": "94e2ddb575da4735a98461d7a2c14496", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6dba33a67a304d43931f1256439a98ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a1bc9473decc4ba78c9128148651c357", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1c27f9b6295c4aff9d0d314818925d5d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "bd7db5e6870747cb837288d4af6350cb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5613950e2a184f3e84cdbd79f5047517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "16181d1829324ae7903945d15e57e937", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "22819839af2e45b79bea1e072d21c6b6", "region_id": "RegionOne"}], "type": "sharev2", "id": "0dbee5771abc4ebf8c42e80fb9c7312d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "01ad9e9773b243a397c6bed977c7ae1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "262b29c90c2a4c9b8215a2463ff6451b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "eeb2662fea014a08b844c24b45018bba", "region_id": "RegionOne"}], "type": "share", "id": "fec4a6a737af4d529aeb401d5650b832", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c8f26f23f76549d281ec72978dff210f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dc8a9b44fbf148d6a11e02592d26034c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2ba0fe6a3b85413c85c560efba14cba2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b68687de5fae4a1a96c4453c05d3d8d5", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba149bbfeb9d446f927fe3a0ba1682c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43a504b6b42b4dba8a2953f75fca6fd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "724e39d3ea2743568e704a9b82292093", "region_id": "RegionOne"}], "type": "orchestration", "id": "e58b2ef33c804ecba413053fe7243c94", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "497ca516b4434e979c0ffe0ac448a22c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfce8514a4264ee3a791a2015f296a96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eacf6adbb82d423cab563a3e4205c9fc", "region_id": "RegionOne"}], "type": "block-storage", "id": "b54bedbc45ac44af91afe21ef0d72dd9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a035fe83a2940f1b1ed4f9d90305cad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cafea959d9d44ceda9df14d8d8f35c78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db0e1a7d7e5a40a9ac91311d12ad3969", "region_id": "RegionOne"}], "type": "volumev3", "id": "701401eaa3e44e3f9422e0e70ac49893", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e03e5b6a5bfd478ea7defa491bd8f420", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56b6045fdbe34c76af0022ec41f83b35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9225d079a9e9408d921a0ce16b4c6545", "region_id": "RegionOne"}], "type": "volumev2", "id": "640f1e785df14a4a89a8b65b5f74373e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8f4c02b9c3c41e0905b5f17f4f51d83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31e8c76b92b84608840401a165c5243f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2359cff54629407bb9eaf6e00bfdeb55", "region_id": "RegionOne"}], "type": "volume", "id": "a53833f7c1d1451bbc864d517a7a2343", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64a1def6e1454db4a6ae9a6ee6b520f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ebf2767925e74a14bc27edc75161e26b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f925a478bb37496b9e03dd27aecd423b", "region_id": "RegionOne"}], "type": "block-store", "id": "25f1f7ff9ec24a4fb76fdca52ff660a2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "03e1c4de5afa49a68045fb4bb2011257", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ffb196816e5a4ee4b84a985f3177478b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "944e339ad39b4790b2adfbcdba3f8a72", "region_id": "RegionOne"}], "type": "alarm", "id": "34540f3659bd491e8e7569433d9cb8c8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "54bfab545cce4ed3abc61f9928514435", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0714c69ca44b4dcfa07d19447e42289f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9135f595a6c34f73b867103ac897b21d", "region_id": "RegionOne"}], "type": "alarming", "id": "bb02db226fb74ce081848bdadd083894", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "191b526ff7134bdf81f0d1859b04bcd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "505560887b464aebb84edeb1c213a280", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3ff0b076d66742ae992d1e97b4ce2e04", "region_id": "RegionOne"}], "type": "meter", "id": "89ffbef455414c6b828a25e816fe66b9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8fea5782352d4fc3ac3b155478c90d89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e5ca0449a5fa4565bdf19e4c1376323d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3db88a2037ba40bd859a0f56ce489c93", "region_id": "RegionOne"}], "type": "metering", "id": "7cc0fed0b9bb48e7a38999ceaad426ee", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f4695d71d0d84010aa6aacdbcef5847b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0ebcdb2cfebe4928ac59daebfc5826c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1d08a139ade540aeb9f20b699aed577c", "region_id": "RegionOne"}], "type": "telemetry", "id": "2a4a7d0d14f44ad08bdc44adb7c66ba6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3e6f60d37fa14be8b16c18dc93ac60ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1dda3e5da9f749b5b33784ff93ed1485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cefaa1557569477cbd65679ac43f69d8", "region_id": "RegionOne"}], "type": "event", "id": "88eac789984f4e10b5f3b0db1eec0ea5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8eba2ea058ae4f8a90a59fbf227dad84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6a834702da704bbbb24c59acf38e4ea0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a6a05718dcab4dc5b1ec742727e978f0", "region_id": "RegionOne"}], "type": "events", "id": "862ad538b6724a8f888ee99d6ef7314f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "adf1390ae04f498898779e6bf39359cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "48985f75ea3843048aab42407fb3b557", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d29c63fcb46e4b4e8118eb97ee69ae9d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "66059a9eee2044edb45c948d5fa49d50", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dc0e87b15ec84c609685fa0bc8240236", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2086519f372a4db1a774a8b268dcad1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fcb051bee49d4ef7b60cb13fa1a1a57e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3aaf40047dd1452384ad5a230cdb3f7f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1baf1a6a3dc640bbbf76ddcbbe736f3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0f96689c89d64f6cbd19cf6e540fb308", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "80af6404fb02443b8b823936ea4bb629", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "83b4c652cf2848e9a3cc60c206c7b766", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "644bc0a091e044339a90980ce3aa41ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "da18ff2b052b4512a8114ba5c2be465e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e04ccc5a73bc44638018c9684f232ea4", "region_id": "RegionOne"}], "type": "tricircle", "id": "a7f5b723fbdf45249c2dbff4fbf7d433", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2f5e90f5974c414192b520f246b4c18f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "359b5a2f14a840bfa739b1b4d2a2e4b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ac58d164de4547f489d9d0872951644e", "region_id": "RegionOne"}], "type": "database", "id": "790296d12f4b4d2fb6e3254d241b21f7", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ded74c0e628f4bae8c1f6e02636e0170", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d7f77d750eba4e6b80d7a4c4697b7a61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ec1e73573eca4ef98c52c03bac15da59", "region_id": "RegionOne"}], "type": "application-container", "id": "695c4ae6181c42278c10b37f2f11de68", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "04d7a43c28544a6db3fb7ef24f30886e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a1007fe4680f4996ab07f9149faff8e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "43ccb6213452441291b9f74a7eeabd93", "region_id": "RegionOne"}], "type": "container", "id": "74aafde6e8964d03a3345904b00210c3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4c146b06350845398ead41217b91ec21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "57b79ab5cf6a49d3806a01365aefef83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d196505e42e54ba5aa6cf1c19874da10", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4215dd116c454cee91f14f8c4458c397", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3f700a30ff49464084401bd3c266ba0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "02d30cccbd6d47b0858711c79f0b29a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "04648aecfe0e417c9b02ae6cdb853302", "region_id": "RegionOne"}], "type": "rca", "id": "5dc434f0b9804ea8a6a3195ab988c9cf", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "21d6f32bc3ad45d0a39ecc19a9c097b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f7cdf0c3fa544a548512d22cfc44df17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a9efeffd6a0243a89b93629c997332bf", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "34c38d27f15e459fa28570b144c36041", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "b16aabd5a6634639b98e037adc5fd7ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5a8010a16a164c7c980e9268115a3f31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a06f02c4d1354785ac96dd468e56c833", "region_id": "RegionOne"}], "type": "network", "id": "156f11705cce4d10b0e97bb21bed849f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ab800583607c41f9a39e16a3d9b16452", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e6e3d43eaf4646e5a7b9e5d42fbb0ff3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c24819c8d89e4ce8abf7254f51d0791c", "region_id": "RegionOne"}], "type": "backup", "id": "85100cbf99f74fc6b1dbbc71ef4be5c5", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d2fc9ea2a0c64a28a297020f983257eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bb11abb6977642a8a54977ec51a96eeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "26f97cafe06546ad86f4c96852b57afd", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "84084f6cbfbc463c80f2c7f367c3fe7f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9ed4228bc2f94e1c9ad467db4cf46235", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a1326a3aeec04dd68ba6ff4b52007a58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4e98a5c08c0e4ab8bf7e62455c31e9a4", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ee53b8c120044fdea7954364c5b3c9d6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a71105d77be7414fbdc5e41e83036dfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f0536b17525e47f4965fca66d08217e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ca2feb16dff847fbadd868da7589a7f3", "region_id": "RegionOne"}], "type": "monitoring", "id": "91768450222d4b0ba5bd596d9ae40e76", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c4eb7d1819d14cfeb7e1a50a19c7c869", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "467940552ec540fb9cc399842405cc0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "99b8a2dbb90743c5aaa20356e6a8b9a4", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "857bf0da3de04137bb3a449c2a5310f7", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "523942e24eed4301950c5424458f675b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "d0b80981992a4b34b1887b70bca6c7c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "fb93630702d8424c82e244dc227e4421", "region_id": "RegionOne"}], "type": "placement", "id": "13b85666788946fcb8e2b06699176403", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2cc460165cde4243a5963d2f1489a3c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5c39e077b1c74c96994157368bac19f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "588c6d361dd54c5eb1e7f6d6cf228f26", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b25aa90cfbd6425a85967082a494f812", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3b2af5a1ea6c4c9d96b276a3a85e697b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fb3c51c418fe4b119beb15ab15d3b63c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1595b1de5d7443c881e700a24adb0f10", "region_id": "RegionOne"}], "type": "ha", "id": "947b104f411748cebcd705313af2a511", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "13e81c21aa7242318c2d2f2e417d8d8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5c8a1d7dd0c9484f8342a737c8545ac4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1278e3a1a12e46cba3223e501a325ce9", "region_id": "RegionOne"}], "type": "reservation", "id": "8d0c081fb0724757a0192580eed9a731", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9b84b76ae3824d929ec28448764c50d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "de2eb34a57ca4f36bdca26e0dd56be03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "9021664698934b96bf724004b824c9b3", "region_id": "RegionOne"}], "type": "function-engine", "id": "5d3b758a8a504d33b815d952b86caf5d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bf7c570f5af24c7a8e8c3338e6325114", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e06a82977ea142d7a44a5d4dd85a0de1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "de150a566fc149729f666ab18082a451", "region_id": "RegionOne"}], "type": "accelerator", "id": "36818def97db4d04b394c50aee1964df", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e74359370170447fa5ed138aad0b6047", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9a2edd7ece4f4950b908b7db13f36b39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "54460153812f48d4a4437d120006d8f2", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4685f8726d8e486782f074d13939d249", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "566f1ebedc7b4724a4be553924e9a07e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b5d2b620f511472db3f840281624ede5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9ac1178c21304fc88699c83cead220ec", "region_id": "RegionOne"}], "type": "registration", "id": "053ad073a1804ab4a94235c12a2f45bf", "name": "adjutant"}], "user": {"domain": {"id": "d28078ca255e4b578d09f5f6a0e44641", "name": "0fb6cf5e5adb48a1ad09a397355ca703"}, "id": "d2ca0c1d283442aa87d86cb6374f619e", "name": "277e7f6b70cc41e081ed88f1ae57bf42"}, "audit_ids": ["0a2121d706ab41ef835f4794dc7420a7", null], "issued_at": "2019-09-19T09:04:41.130151"}} 2019-09-19 09:06:41,322 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_groups/700eed7a-b979-4b80-a06d-14f000d0f645 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,326 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,328 keystoneauth.session RESP BODY: {"firewall_group": {"status": null, "description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "name": "max_security_group"}} 2019-09-19 09:06:41,334 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/fwaas/firewall_groups/700eed7a-b979-4b80-a06d-14f000d0f645 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_group": {"description": "updated again!"}}' 2019-09-19 09:06:41,338 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,340 keystoneauth.session RESP BODY: {"firewall_group": {"status": null, "description": "updated again!", "admin_state_up": true, "ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "name": "max_security_group"}} {20} openstack.tests.unit.cloud.test_image.TestImage.test_get_image_name [0.282110s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,102 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,104 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,105 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,107 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,116 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.039317+00:00", "project": {"domain": {"id": "315e7c767ad74f5e8c5fbc16107076b3", "name": "5b7e4f7a01094f12be6b2fd5002d931d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "522877c5fbd54211b007f3f4d5d59fb3"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "463fc5744f7548abbf9fad9d9cd65e3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "66cb247e1a0348c3abc3e72051c15330", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "fd65c1b54cd241f3bb3c94d47ddc3880", "region_id": "RegionOne"}], "type": "identity", "id": "564fad46da2f4f89ba479c0d5aa79d33", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d1aa9f174b76420380f76d8eeb776732", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2b93044fe17a4ab7909c1e556922e66e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "2025d84f04d247f692ff4b6a511f2977", "region_id": "RegionOne"}], "type": "compute", "id": "fefb2f95fe3149eca18db4f1aaec436d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "12414502dbcd45e39a4c791286866cc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "941c072ed0cb47359dc6ad6c95d61208", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "23fe488cc2944c8fb4bf4fafdaa81185", "region_id": "RegionOne"}], "type": "image", "id": "0efcba1c187643378be599d004fa4167", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0edb2be0efd64c6598679d7d799be8ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9a14ecbf77634103b77b23c77652e0ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "af56b59b473641188cc5b2251a642c3b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c5193be529eb4075a4d295983fba2b2a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94d10fd87b3846109af677a5a42401eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ad28906b31f44fe984158345090d8cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "059012ea9bfa43eba491a741dc31f870", "region_id": "RegionOne"}], "type": "object-store", "id": "122e138d4e294b248c4a8fd2c71b53bf", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3712b2d66f8d498ea1e92bfd7e097a8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f09ad7e8dc984cac8fe9e02398456a4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d84a115372c244f682fb63aa306ae269", "region_id": "RegionOne"}], "type": "clustering", "id": "277a0053fb7e4e928747b8d2781b7f3a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4635827538274d219117276a52fc00be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7241c5e300264ff4b4d2860efca044d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f10c82fa72d843bdb2b71508bad1b2e7", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "cbfba39f895a44ccbe2db2a938486831", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ae7cf9be1c35439eaab061c5349e94bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d92697e10c874677bf611418b9261d64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "eba2a9837bf44a32b71f50468bc72804", "region_id": "RegionOne"}], "type": "cluster", "id": "d183c544f9d441c281718f996117c4c7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f2a7ccfc5b804dfb8acc6f93bded546b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7a81636b6cd747f19585025b745a2b5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9b97744648644f43bd19f7111840e86d", "region_id": "RegionOne"}], "type": "data-processing", "id": "b3a1a69c573947a69fbd824356f93904", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "632c9f58ad284323aa7d009a0cb01fb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a98f509f42c2444ea4fe2b9c327122bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0afce13aea9b4e839734e864b16e6edf", "region_id": "RegionOne"}], "type": "baremetal", "id": "08b645c0cd8d4c4390f64f76e2c84b6f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7d70879e32cb4499936fd61185b846b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e9e46d82a50540359437351769869aee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b2ae97833a7644c295a148201c799036", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3803b6a07e134854964a2d076682acbe", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fbb791eb9c2a40308dfd77bf9671d8fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "224ab3774f194d618d4b2cb9c52772f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "aca43e18858a43258f3b4006d3b052a3", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6ad3a801becb451b9ba6a83c217c20e1", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "46767544277e4836844c02b36ce20d31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1734026fb98147b2a6cf0bbb7ae88572", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e34af33f2dbb494db3766a2e6af8fafb", "region_id": "RegionOne"}], "type": "key-manager", "id": "53651bf2731f4d58bcb897e7ae0c512f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e4ca014b8c62443a83a35634f5bb829f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ac4a36f577de43a58b29e5ae22005070", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ee60405eda8d44f6896e9dcb6da75008", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "bc8285046b6c4a118b50a09ce9ca9f99", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9b7ec828b78c4e29ba9651624dfccb7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5cee95013cc048c1b4aa073a70ca82f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0412cf2a7dc5463fa592e6e27ba4ae75", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e9eb2a482b294df996d564cbc7a86f1c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0bcc8e2b81ed499fbd30a56e586dfd57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b3f2bdaf609e45d887d130a2fa92d9ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5019107d978d46e0ad4ce0f123abcd24", "region_id": "RegionOne"}], "type": "message", "id": "816a01ead743415f926f65f4de8e641c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c21bb1b0d0204584a87b0c02815510f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5f1b734a173e43c88dccec7c799e18f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d63ac65e8a7648ca873815ad059881a9", "region_id": "RegionOne"}], "type": "messaging", "id": "2c533b2c0fff41218f19f840ee3ffbf4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e0b383b892f34a35bb17e4b8b28a9775", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "55462bda051a41c8b8689b35ff983f0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "487d5eb643344f70adbd547f2c7d3cf7", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e61cf85ba02c47f3b629cff6dad058d8", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6f3b3c4774424882b64d4893807f3225", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3918709b59f4415fb5788fa665cae3ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f13da3f75dce406db25a8c0c74eec56d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2ecbe93c82b64a799a9e7b8d36212b5e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5a7c608441a44412bae8962f234adff9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a229df4905614eb187f381b57c8b1dcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1c31984a67a24d32a0abea30d4db613e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e905ff5875ea41c9b14a691113fc66b5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1388572a14e74eaaa89b1be6e1769a9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7f438b14308c471eb7ed55ff13247ca7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d68b7da78e0486e9fd142bb37dda219", "region_id": "RegionOne"}], "type": "container-infra", "id": "0f12f536a31f45ee8e33510b3c6e46b2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4723d59966f348b9bac36313ecf8f70b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f9341ba1bf444d07a2a5c51a1a62c194", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e378b60deee248849ca9f4e40a43d0fa", "region_id": "RegionOne"}], "type": "search", "id": "b4682af1174c4687b0ab12b97d5c2992", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9be99f5ad7a2423f92fb7e5c5f90dd0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "247074abcf4d4f03a668edef52437f4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c4dcc67a96724e27b320535704c3585b", "region_id": "RegionOne"}], "type": "dns", "id": "e8591cc3396949958426bcb531039bff", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e1a92767eee24e2fa1e8fe494bca9976", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6eba4570d45e475f9e9912765599fcb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f3aef18ee6a9450abeca427c3890522a", "region_id": "RegionOne"}], "type": "workflow", "id": "2a4b651f1bbb4bb89870bb8fdfbb4dcf", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ac84e314c7414582ad4d91ca7583d27f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "313daf4ebbd14869b2b4bdad687c4d8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fcb4be53542d4590a248152585b4262b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8f1d1baf8bf041fd82c59e930afc90bc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d76130d741744b8eb956618d54a44032", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9d75a05fbe4f4158aec37464061b6d08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3b132150455740f794825ad960fd96f2", "region_id": "RegionOne"}], "type": "rating", "id": "3f9fbdc5c0ec4f16943b0dfb439f622e", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "da4000f2c38a4a768bcf362abed6939f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "27c7a698159243ba992af7074ee26d23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2cd7fbaa5fb54c5ea877af57c2bb850f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "371d3bfee5a04bdd92fc99404df63183", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0ac8e8368e0c4c5b8876e8af7caa7ff9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7a8957ad3b6d48f8b3bce8a80d9aaf5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "14342bc5732f412cb10e0aa74f85792f", "region_id": "RegionOne"}], "type": "policy", "id": "f9ff643e45684fee9c9b14670f0f30ea", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4cae6347664f402fa8e4d307c766bdd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2c2e8fb08eb94b859a9c931253fdd510", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "85d0bdedecef46b182e7d90d83def8ba", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6da26ed0268b4776ac70b081637f49d8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e57ebc1b2b344bcc86c3886010f397f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d9470009af1943f7ae1becbd3bb29996", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fec36ff937064bbc92e6ed8ad39497a2", "region_id": "RegionOne"}], "type": "sharev2", "id": "2fc5543603934f5189d11a03f758ef63", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "799b1827b79046bf9d71877d4b952449", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5b8ac70e0a224e56a41cbb7828b9d094", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f0903fe15ebe49f1810ab6e32dfbe372", "region_id": "RegionOne"}], "type": "share", "id": "9bdbc34238244c8199aa72d5895efe14", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6d7117e1399847eebefa9e3954515294", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f2e3545ad5314164ad0cb53480c13dbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "14b80c52db1945dbb3ff3ab65a422f85", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4fdf440a58554189ad7829e4e17bba36", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e0fe23a2fea4a1dbd9a7a1ca562a656", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "389e4cbec9b74cd7b7b1d695a6c5a476", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59e059c3bf5447ceae5a51ae7fe8f843", "region_id": "RegionOne"}], "type": "orchestration", "id": "e5c83012c10049fa88a9e1827f1f5be3", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3bf539979bc47a196fd6e2db5ff45b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3cb9b400a72145769f8fd8e32aecdd11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8129e92c09944590914756dd604d6cc1", "region_id": "RegionOne"}], "type": "block-storage", "id": "6a5c4b47864140799ff91d5be244af34", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8f77597bb5442399aaa165e97f7f3df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd552ef09af541a093d790afeed41eab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93a85173af714edb8ce3d45034a20343", "region_id": "RegionOne"}], "type": "volumev3", "id": "9655d3a04415419f993a520e2c515c00", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72ab12ca04f94cf083a5dd5076a7f26b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b36d41f7f96d4d5182a9400f8fe7f7a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "656b3805a60440b980fd7e833bdf1540", "region_id": "RegionOne"}], "type": "volumev2", "id": "c360b80c13c54e8db2b55d0762fc754e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09a14bc444e847849480cca6b19e6e53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a4530ea5f3446ffa6fea8f8c1c325dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40bea0e41c434f5881a12bf879cbbdf2", "region_id": "RegionOne"}], "type": "volume", "id": "5066e0d28a0342ac91377da022b0e118", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de4fc1bab4b347bca85676599141d2dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1cfe0379f21146569d9394306d6c0152", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2942c53a00d48dc9babc2049a075b9b", "region_id": "RegionOne"}], "type": "block-store", "id": "4838e7d14aa241e49f7d5ba2a7ad9c40", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4d657efdf2ce46b782702a521d67d0af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8f96bde889cc43cf82e5d36da88f8cee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b97958d842f94f5683820aa5048334bc", "region_id": "RegionOne"}], "type": "alarm", "id": "f3da7b255f43478692758af07a7503a4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3fd469ef3bf54d3c99d7614795272171", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "50da1521c01f4280947c7ddc9a5c0e31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "94076429031d4927bea3514f3beea30a", "region_id": "RegionOne"}], "type": "alarming", "id": "ea1b9857cea5427cba42515db9558854", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d734735d69d542e297585347d55c10e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "07eb07ede46147f59e98e36059982ec9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "079e7581a74142db9298a7053fde4e20", "region_id": "RegionOne"}], "type": "meter", "id": "34d83d9921d34b178cff334b21a4edfd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "76229bca33574356805ffd0cf0910819", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ed9a0d34872c4e72a29cc6814d5759da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9f9549f6d6ad411397d4d1d51f01c381", "region_id": "RegionOne"}], "type": "metering", "id": "396691a8384c4cdca3219978e3e09f01", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "14661649c791458094334fde0402799c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "42c149c1d09f497ba12c1737da597ef5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5ff2771b25aa41b5aed9fcf4a3b826c4", "region_id": "RegionOne"}], "type": "telemetry", "id": "209fb0f1ccfb475faa445ba549163cd0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "77ea502e45034448b8a6affb523fc61c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f4c741d1e2ba442ea7d4bb3b3f7656db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6c7be119cfc443f5892dba2e6001c5ca", "region_id": "RegionOne"}], "type": "event", "id": "f264bc6255d042b5a4307e80f148a012", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1a72bfaefd45494297ecad0c62a18184", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bfca2cd0ebbc436ba3ff5995e0834ffd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "54f2284a6deb4ef789f7ca864b80299d", "region_id": "RegionOne"}], "type": "events", "id": "9db8a658af3d46ef9331322bf6cc718f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "25683578c7b541af911e05462e7b4f5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6b4ffd2780ae4458afec712e86f05c10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bcab5da43f344ac499367309cb59d271", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b4ff379e330c444493e94fdfac2bc238", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "24e656cc9eb5424b8d2916767b5798dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "eb51819d728f47b293b2d82509f95107", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9b93bed0253547a198b8a374d96eceab", "region_id": "RegionOne"}], "type": "application_deployment", "id": "beb6c86d49ed4961aa5cac212a3f8186", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ab1315becd9d4265ab3bfcb5eaaea33a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1e7bffa9b90140949e43c6ce904768de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8a561c8f235f47a4b4462aacb3d4656b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7570c9d2772442bab2c5fb4b9b8a469f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cab6a5cd36ea4b2594a5a1e5a45c28e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2c8dd934a9bb48d4b44392b816679072", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "98a65ece063e4f148e222e79346d4072", "region_id": "RegionOne"}], "type": "tricircle", "id": "9692e7e715694e9ab804f99197438d76", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1360fe58dcb345f59ff0c2bed3a11492", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "cff78e4b2fa94be9bd0dcc5523be18c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "9e085b7d8d8e44b0b6ae54f7aedd3ed3", "region_id": "RegionOne"}], "type": "database", "id": "5d837e7bf1884f64a36afe8075fa6300", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "74e33f05dc3e4527a8bbcd6b89899732", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "709a2a089dad4c2d890bf5a4b842e388", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cfc55e60181346bda81f1985a1c616e6", "region_id": "RegionOne"}], "type": "application-container", "id": "f3670a1662ed4d99b2bddfd7f542d7dd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f439101bf579432f9d31445672686bc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "eadcdc92a345474b88d76c4cd4306e86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "502fe574ffd64f47b21c48710d433004", "region_id": "RegionOne"}], "type": "container", "id": "e34343c551b04b02b9357b3bf45ea3d7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "12e51bc0733442019f1c74971fb89dfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d9bf83b914344cdb9ee98616492fb0f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d0e7324265534328a606528150da98dd", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7b48afcff2d74010b00f0ac5f33347c4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "af4cc4dc4f5a4cdab2200f0fc84c323c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "885cc679e410444198c03579f1077ff3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0e745c8bd3e141fc8dc0df8cfcecb86e", "region_id": "RegionOne"}], "type": "rca", "id": "a7bd43c3e35c4b93beb6b317e0530219", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9b15ad34695a40cdb27f859886483e8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f39ed134d4c341d88080361022f2a2be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7a89bc532119491284aed0f000c17963", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a668953bcf2b4ddba8616dadc9cc4449", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "909d5cc81668472aa553476f3f3428fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "109c56fab65d4f269eb8ae450e52031c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "726daf6fae7342709bc761b9f920ffee", "region_id": "RegionOne"}], "type": "network", "id": "08c1466e69694d48b1be13c85e29e442", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0d0d897fbe4345daa589ea52065fd310", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ab358d0c2824438bb2438a74a2d07c8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "808d7cfd1c9345f9ba67dcd0c3dc4c88", "region_id": "RegionOne"}], "type": "backup", "id": "157c0d2a306b4f708d0a4c7216cf2db8", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4963368d1e034f07827ec36214851622", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "baccf62717684467bcd5f66effd27722", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d4c578f944e64389981b2d01d6f4bf6d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "242ef55278bc4bd3b9150deff25ea673", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c8e98c0e526c42229fc304edd3bec341", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c4e02ed2b06e482aa6f97be042ad1a70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4cc17fc45cf845b6af3cc8be10e68769", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "fde141c68aec4b238cbc47f7a3a162da", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ca4989f4819f44b6b0b696917dc6d5a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "511144000579488db9f4e64844401cca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "7a52b83bf5284ac4bd1460d0a83f3351", "region_id": "RegionOne"}], "type": "monitoring", "id": "a2178575d7d6475c82c8107d3e4e0769", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8fb49e2d078a4a9e93abeae1e909b21d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fb773c536099417486fb101690483d87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a82f0f6ab0a3432db40ebfd03c62647b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e2180823e86b4b358fcaca62edce98e1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "02d015e8154a4e1c95aa11ffc220c1c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "808e39ca756346f58e4ad406c79ce29e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "53112fa064f644bda3a893cc8b9924cc", "region_id": "RegionOne"}], "type": "placement", "id": "229998707cdf4200aef79a143a745545", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4de2602ffd7a46dea40d1c797282bf93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2db614aaaa1749f890736dea3b4d0793", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ede8a6371b094d52868a565cc8726813", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b1d61dc33d344b0da65191a4c666937c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b1bd7c5448b545f58f9eba015df4baef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b3715c1af18c42ca828f04c396a4068b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b12b476cac394c5390e91840bca9eb8a", "region_id": "RegionOne"}], "type": "ha", "id": "a98469f7437046e69bccdba3444b949b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1e329c6205e1405c91a01e76fd7fe841", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d82e66fce58347d1aa5ab5eb7b44a13a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "816ce630d5114ef4924e50b64dc41454", "region_id": "RegionOne"}], "type": "reservation", "id": "1fe921be13c74f3289d2cac9feb83b1b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0e78405b5d5f4d70a43f45a42438655e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "17bb2978bd0a4bc4a11994f3f0ca883e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4d7b80e0a5584ea9b76fda5a3e27a798", "region_id": "RegionOne"}], "type": "function-engine", "id": "9c9b599cc4a240dc81f033ec46d52fc0", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "73c6d1d92fff4259a3994a71dfcd62a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fdb2f20af8b4417883a302a1773c7633", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5994231e11aa4589b01a48413cb97a27", "region_id": "RegionOne"}], "type": "accelerator", "id": "855101220826437c87224af7e1837777", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e88958798f794db7943a889999519506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3d66b7d0c40e4cb5803e4cd23303d1ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2817559faa3746a0b9ff410241788b8f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a2e626439d7c43388b63ba19fe04b029", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1458d935bc324767a6d64792bc826a89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0b716608b9414fd4be96abe5aac9f1a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "75616b3eb8f14b938dba7c3334f0f50f", "region_id": "RegionOne"}], "type": "registration", "id": "d48ce1f9fb0c4b35849de1679380849a", "name": "adjutant"}], "user": {"domain": {"id": "519ab7dc64954199a2e82d9442b18e2d", "name": "fad98bbf55b84726af8b68a96e46f60b"}, "id": "fd16143ea64849f69b1e750e434297a8", "name": "911cc04dfd2c489d96d644a25b58b79d"}, "audit_ids": ["420fa1ab050e488e8eab73d16904b5fe", null], "issued_at": "2019-09-19T09:04:41.039317"}} 2019-09-19 09:06:41,161 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,165 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:41,166 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:41,249 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,253 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,256 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/db45c926-7276-4a8b-a4f8-cc321735282c/file", "id": "db45c926-7276-4a8b-a4f8-cc321735282c", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/db45c926-7276-4a8b-a4f8-cc321735282c", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}]} 2019-09-19 09:06:41,300 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,304 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,306 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/db45c926-7276-4a8b-a4f8-cc321735282c/file", "id": "db45c926-7276-4a8b-a4f8-cc321735282c", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/db45c926-7276-4a8b-a4f8-cc321735282c", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}]} {31} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_groups_from_server [0.060733s] ... ok {22} openstack.tests.unit.cloud.test_image.TestImage.test_list_images_no_filter_deleted [0.258518s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,163 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,167 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,169 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,171 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,183 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.102963+00:00", "project": {"domain": {"id": "c9a68fe9440b45eb84d9f528c36c1c41", "name": "5b15a882845d4178ab9c80f61d9e4aba"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "03b23e15fc6d491fae6b0f7653b2c402"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "79b198b4bdfd400a8783ba337d20a6c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d313ae596a2443a9901cfd0f94426a80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "18ad2dd547394361a9f62838af4317d1", "region_id": "RegionOne"}], "type": "identity", "id": "13794a3fa3c74cbcb49d3b383bc019ba", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0c7f59fdc1784db1b93fb8da17fd73ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6a27bfaed009496294260872b8b318f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "53f7b2148c9e4fe88ea3e95da9000191", "region_id": "RegionOne"}], "type": "compute", "id": "2dd0b792dee34139afde49c4614861dc", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "11101e4347da48bf9fd27299065e57c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1566e4f1790942008977b96841ffa681", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "36a4174d920044d48cd9783f2952de05", "region_id": "RegionOne"}], "type": "image", "id": "b5590b7c1f1b4a6785ac2cad175998b1", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "46f0cd64354d42fca4df1d19ba4fb561", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6ac3d4d9a23144e4917fdaa0aaf4dc74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f9900710b03a475886bf7783ab4b2bfb", "region_id": "RegionOne"}], "type": "load-balancer", "id": "760844f9c21244b48f33ab4b724d8743", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03a11bda2a1c41cba72b5daa0ec8b4b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7dbee153c3349fbb39bf280cbd22605", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76dc606aae89457790bf78f7974e9e85", "region_id": "RegionOne"}], "type": "object-store", "id": "09e20a9d0aa84246b92754458270f5a1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4be3e0dad2ab45d1a15890fd0afdb01e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3acb6bcb875943408a6d494c685c85fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "031aeae2a355425da6e44b5a9ee2e52f", "region_id": "RegionOne"}], "type": "clustering", "id": "25cfb0dc951c4e89917aeb1598bde345", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7d2d299b29d7406cb4b109af10f384c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5bf67d8397ac4278999f28b3eab1838d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fe96e0a0ab5947c59779372eef93e707", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "cb5e5cdf14eb463988d1ec0427469699", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d4dadc2a9d2f42749936765c0ad96a23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c0fabd44247c42b1be267fd542a3bb49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c51874ba98c64e93a82ea1e2e9b96169", "region_id": "RegionOne"}], "type": "cluster", "id": "8675b42b71e54088953076fde4d05b55", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "35a174e730274963ae0da372154c8542", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a4904f6e7849425da91668d4670ae763", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e04edf9bb10b4f69bdadea4626717cf4", "region_id": "RegionOne"}], "type": "data-processing", "id": "8640b031f7ca4c858098a46e4635cd4d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "967be32c9a5747c3bc09092a4c603c17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5f1c203684c5416e83549f2098f5489b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "18019ecbdc9547f188c5111ae6e925bb", "region_id": "RegionOne"}], "type": "baremetal", "id": "e96b51f09f8f4fb8ac2f449ce522c2ec", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f5ffcbf336db48afa39e20ffaed8420e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0597fc51aa0b4ac8bf97e01f4c57281a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "99032c07f01a4ed5ad700e5dfd49cd71", "region_id": "RegionOne"}], "type": "bare-metal", "id": "608d8234f0914dd6b12b8bae9c8c257e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "240e30fcd20c4545a62d50ae7c5da78f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a85d276f0b124b538c370fe726d1be98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "32d381acc93b4806afbcfdb1173ca8c0", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "758577bafc6446e98e1398cbe25afffd", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "233ecc30ee7549c3944dceb3a458d2e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2c8353d0eb2a443fab94dbe59559337e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "41464985852341a196801c83e350a707", "region_id": "RegionOne"}], "type": "key-manager", "id": "068ff5b2156442248f290ca6d57d95a9", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a599da2b3836417e961ca4a28d10da69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "14dc967df0bb4f0a85d14199d551b0ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c1f07fed5a804a2cb03acd0948776d35", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b8d0c3b37a3649f0aedbb5e1ba291bdf", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dad3ac8fa9f5410099fd9819f09d500e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d8b07f3dab6242b1922f3063ad2a7894", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7fc8161a1ec642d8a88d8d00054af2e9", "region_id": "RegionOne"}], "type": "infra-optim", "id": "3b9ac15d1b0549b48283a4fc78420e62", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b297d3122b2b4b6f97f72aa8c960bfbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c440e92775474858bef7047756d747e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b5c3ebb2a81149bb87107af98f6151a2", "region_id": "RegionOne"}], "type": "message", "id": "1e35a4d49866435dbb2787702df5bbe3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a79347025dc74ee2b2b19802a785bf4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5388dc070a2142efa8bc2de607871529", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "572c21df621446cb8905b8b8f880ff5f", "region_id": "RegionOne"}], "type": "messaging", "id": "bcf084f6c4a74f71a6097f74809ee3f3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6c06d349791c4100aed4ff3a18a4cfee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d77cb1b17cb14cd4b7317e703b035936", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5f0c9278e8f44de79f4591797908ac4c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e1a80584770a4e3eaceb6a9f071b20b2", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a2bcfb2199df4ec18e3dbffe404df7d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ab64f3b65fa5491ea2643e92a5d61d06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "56f92d7621ce4140861b8ccc89e043c6", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "bdaafae86a964b0e8d4467ba5ae36486", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eab707f076a24652abc5bd9394dd1888", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bb382c98ae9e4e99a2bf06d31c97a137", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a5be072aae544a9e916500349f61a785", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "1aee23c98a7a457aa9807dfffe8c8813", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4a5cc642ebe94e62805956c11b081069", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b094fd55dc8e42a2a4d38250b86ce954", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d3f40d6df6d24eeaa0d5ec0778a29a93", "region_id": "RegionOne"}], "type": "container-infra", "id": "cac4720ef36a4f5c8c4e34216ae35224", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7cbed9a27712433cbc1aa363b17b1bab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5c742243e1e94ad3b01ab07c0a237ee9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "21650986b8074e148b0f5b5d021e134c", "region_id": "RegionOne"}], "type": "search", "id": "4726516e36c84011b206daf783c86c10", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "47815eb837e44debbb50e2d4792b1b2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "da0d6e49c8f748bbbe252cbac5d7cccd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "389c85d7596d4d1fbe55aed0ca159b20", "region_id": "RegionOne"}], "type": "dns", "id": "b44d536b87d040818854615dbca68e40", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e2ff6e9d166c4ffca7caaf6084d2b85a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4170e48eaf5a4c0ea30c3cbf281966f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1b1e8fbafbd5404c8efaa631a2a7b741", "region_id": "RegionOne"}], "type": "workflow", "id": "6a660e663ee04951b10c4f274586eb4e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3b96d83bb66646d18157ba80500d5a21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2b427ff7db6649b5a65b2f493124b1cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "23b34ef7de82434585522d6cf4acd9f4", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d11f08ea4684426d853eb7adfc82525d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d23dc3e8998649fd9875cf723186276e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e376a8deb7244568a08bc15f79fde69b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "81f932b3995847d1b8088d0b6ff875f0", "region_id": "RegionOne"}], "type": "rating", "id": "7d4b8fe18191402a881c7771362e1add", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2fefa3a864274622b7a654b5b16ecd22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "844417a428984585ab71aea0c0921df7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b60d0c9dce4f4363b9c6fe47cbd4a7e1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f77ff2c9248b4e57b50c5420a6f0e9e2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5a4443e256b44bfa9a2b120a9b040538", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "30ae0cf938af4d33a9e20bd5db3eceab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "df112f3e2f1f462e9204093d45fdcecf", "region_id": "RegionOne"}], "type": "policy", "id": "98c994cf814248de89b29c927996a25f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1ee5228dd1944315bc9b05eaed892074", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "983ce96c115a453c894bb02d5acaf086", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f8227de10fec41978b1c190c9c562a9e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "74ee1cced8a24fe0a07b03811ef2d5a1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ba17ae53bcd94730997563c68938c514", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6a772c4b3ae3457d81129330c0b26bde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b3cb97b20c714aa3b948d91231e6a74a", "region_id": "RegionOne"}], "type": "sharev2", "id": "3de4e54b8d28438d8e204731ff15b587", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1e53f82d3d8e444b9264f28d6f5c30d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cbf1f091609346aeac315a080d7bb633", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e2a39a33410745eb93cde93d1bd1e241", "region_id": "RegionOne"}], "type": "share", "id": "2f810a2ed3374da9938969596c5d4cb7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "183e0d0cb3654c14a2852418686005be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "495fc520cc0d41a9a972662710fbbb0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b0b9b9a0c9054e2a8933a4f8d09ba4af", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "52632c6573ec4b2fa1ae708c074b3c58", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a344cf42aa8745c1b606e9cf677a5531", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37113471cf314549b6341f6ce3962b3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20ae988031d84f73a057aaa483f5437e", "region_id": "RegionOne"}], "type": "orchestration", "id": "d1a543dbb6564d5d8a9fb43fac9e662a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "036a9edbe32f4128a748b66cffa9132a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0915c46c6e24169989a8b365041d77d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36c44d73a14e463ea08cadefdb7965c6", "region_id": "RegionOne"}], "type": "block-storage", "id": "e4dd7ad38cad4bf2bad6a7734af42d2c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f56ada263c634e959cc760873d206103", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "384164271881418fb3bd1adeb9fa7918", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c465f8d96e00438e865072482951492d", "region_id": "RegionOne"}], "type": "volumev3", "id": "1df5292f8e834bee95d7848fc5144ef0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2eec1ed82f834de8950bc9cf243c540c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cee5a667584841839ed6b5ea8b0dd6fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a34ad060e76849c895ec7dad123b0443", "region_id": "RegionOne"}], "type": "volumev2", "id": "5c18312e02824fcd8458102888446f57", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3a55bfa9c9249e8b1a58564a44f7f7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd364b8395ff47338d759665d889f317", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6824b4e01a474a70a7579c29147c13e2", "region_id": "RegionOne"}], "type": "volume", "id": "e2b4358437b645bfa9e7fabb56da6b38", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d30705a91e04485b1fe9dcd97ef02f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4dc26a380e7943baab614dfd589389be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01abe22675a2411489769949e00cf067", "region_id": "RegionOne"}], "type": "block-store", "id": "f19d48c8d3884f00a5292a2637c56cb4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5c4bbe9bd68745cda8ad8d20d31dd419", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "988f47d394c84883823dc13f5c94fce4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b8928133fda54a05bcc2c181db8f05e3", "region_id": "RegionOne"}], "type": "alarm", "id": "b4e43ed431ae459499861a77013002e9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f7beab091cb5426984ffe604dc9e675d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b8c1f8b2a715444a8b3f53c292f4c5ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4b7b23a03f1c4fd0b49c60cdf59e5ef3", "region_id": "RegionOne"}], "type": "alarming", "id": "b8e587656cb845e8851de3d6e9df38eb", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cdbdf2de1a284d97b76e1c338c65e841", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d33cfd97a24143e2b34c47b7c617a8d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7b98cc88bcd04ca0980e6399b71b45bb", "region_id": "RegionOne"}], "type": "meter", "id": "7be6b9b12e934dc28471cd001b35f1be", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d5e6d374c9ed498ab373acfa3d3881c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8b6a04570ca8456fa8e87f89c001ea03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d63d973c0a5948e5b2aee52b5a041ca9", "region_id": "RegionOne"}], "type": "metering", "id": "a0515e0af9be43b28127977294917e19", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e51b0722a7f94aa1b71321d7f63cc96d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0c97e6c27e014590b598bea33d7d495e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a88d52e040a842db84e150396d5ca55d", "region_id": "RegionOne"}], "type": "telemetry", "id": "c57facda12a94d5d91e6ead7856c98ec", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "90f51a5c6f91427a8bfd53a59badc33f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4aa3be3af8c94d8dae0daf579c31ff19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1312d1ed6af2419b8a6fc72cf7e3fb2c", "region_id": "RegionOne"}], "type": "event", "id": "26ca0497edb3434db23dab03f904ad68", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "96e8f92c0b0842909fb4e1ad41cc87e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "788a6648349f48509fca11a8cb851966", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "105af361f504489cbe21317f1995d3fa", "region_id": "RegionOne"}], "type": "events", "id": "16dd95a89f034a45b8cffaf16d577b6d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "67e8cbf95c524277a6216fbe458a02e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "70fa78e6cb564dc59b6882177eee1a09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "db10c6c6fbf44df5a5f1e9c6b9ce4ed9", "region_id": "RegionOne"}], "type": "application-deployment", "id": "28487280772e46c98cc37dee5836ad9c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6a168129a1cd4451ba24b0b34d0e1c2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "10b316a190cc4b19b13738b81f3b1fa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8cf25e3e4f9c4fd9bd4dd1710ea62de0", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e2705f0f694746c0a59b3a664ab714c0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "66e352e38b8d4e04ae0a25cf9cb943f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "df3b51868c2e493682b969c06444e127", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "39bf3f3323c9475cbbb3d43453564ae2", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ba3ab9144d7e407695d4299998194481", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a4ad3a526bcf4e478384242a288eeef5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e55a7b11b3ef49efa6450b23cbe2b615", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7bd4cd154eae4777b95b5b2f012a504d", "region_id": "RegionOne"}], "type": "tricircle", "id": "73943a057e484b2088c66075648ef854", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a03ab80e9ead4e438036c01f104c9b51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "bbd789b5f4514bf595489029c0e3077e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "8d85d21186cf46dbb77d0f90399e5159", "region_id": "RegionOne"}], "type": "database", "id": "f81b02841f384205b4890439f6ace354", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "68fadfbe50e0417d9b1a748cd87a490b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f8bd3bd3d3084c1e82b4458bc7fed354", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "dc2c48140bae4901812eb6729468891c", "region_id": "RegionOne"}], "type": "application-container", "id": "9c9f0c30d139401ca5cbb69bd5db6d02", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7d07e96a064e4200b4b6d74327f72f8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1b3c823e806144ffad7d155487dea069", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1f134844c0c14a089b2a9b6fea1aa2df", "region_id": "RegionOne"}], "type": "container", "id": "50d040303913485c850ef0f9b40c72b2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6e0f9849b59245ffbd08c6d2d343aa0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "94b94736e9024c9289dd3d2eecdf5830", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "06ea39a4072d4a76a03fcef5879e9097", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4d44c5eb4aa64f67a2be31a421af6db8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "07b9e49819394ecb9a70596f7ad85fd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c2800e1a283744d4999e6d4379d8e382", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fc4597e26d6447d5b5d162e457372196", "region_id": "RegionOne"}], "type": "rca", "id": "4ae8118e7571487f97544bbedb950592", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6f6d4ccb412b443db3a98a328a7a2b18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d89a57114b88403092e854273e52f17a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "cec30f65db3c492fa47558644bd5a833", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c0c65c0e9fcd4d8cb0d8a97c0aab5ffc", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a1fadf74b0d4445ea7b73507ec66cc10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "da7464643ca149838ce23aecce996ec3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "767478eb2a0f4f0a847fdb3a7124e443", "region_id": "RegionOne"}], "type": "network", "id": "431bea8f52e345c4840f3df3b51be195", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "92acf355b9054766b2c1c4bf15b6a60e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "90cda603cb7c426fa5e4895629efcf1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9e3c10e8195744cc9adf7c3b064023cb", "region_id": "RegionOne"}], "type": "backup", "id": "89368cb6aa474d98a180d153a0a8a464", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "92d8ef71dc214b5e8cbbd2b8e301b7e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a0cd1b16822442f69a755f34fe5823e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f725ad9c42e448d193996c2bb0cf8321", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9f208a19a1434bbcae501161b24ad2ff", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "be05b73237a248b78d81637f4bca57ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bd2d3d3abc0d48b5ac4a72529665cfb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9d05c8863d9d46399c9ffe0c6279f018", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ace93253d8e8468ea7e98ddbd87ef680", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a9197f5a708e4363ba7554968fb044dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "372dd9872d0c4a2f8c368c8fe710e765", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "4cdc8f31848640d5b95cc6ef0abfb792", "region_id": "RegionOne"}], "type": "monitoring", "id": "ab30bd48ee534d9f90c475e1d7398799", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6e7a951d295f4f66836db014902952aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c53e88be86484631bc25ee6e00dd9c5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6410034a07654399b8b05052211f21ff", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c57c67159e32458e8892e0d975254ebc", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "bda201cea9ea4030bbc1d55212ebe19c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4439558c3ec5446eb120ea642eae3bdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4fc8a207926a4a2b8f7204147a2dc563", "region_id": "RegionOne"}], "type": "placement", "id": "835100ec863d45f89bded6a5df1dc249", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9d6fbb69ffc44779b2e91e8b81ffa6ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "859f51f4bd8f479cbac22da0cc96ee43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9bb58aec0a8e473891fa8955d8578b6c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "45afd244a27d45a0bebf090f0055cdf4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ea18f5ae5a534f4285a8ffebf9e9dec7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "da5d00ce215e492ba46a414ddbca33ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ceb80b47ee09470595b55f8c2e68803a", "region_id": "RegionOne"}], "type": "ha", "id": "f8454111045a46afb709a9ba8ff86e05", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "aaa95309d0754309bc230a7452aea31b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "dd7708f47d7a427f80a1e4219fc21371", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "308c9465e9fc440aa1d1cff576f10593", "region_id": "RegionOne"}], "type": "reservation", "id": "e242e591c8af4cf89ae455077c3ee2df", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "dcb97957ae9e458f812f68b025b5c3a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "81fc5dd4199448df8fc82af5d852a2ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1acb85bf6db54e0a94a8b6ad4a5040da", "region_id": "RegionOne"}], "type": "function-engine", "id": "193c30b8bc9e4fab862f59aa5e6f7bbd", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3c62bd48f45b4e11b3de4e7751d3eb3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "21b2b15199bc4ad2bcc73a32cf6c2700", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e7ad33973cc2496d9357509ee49f9863", "region_id": "RegionOne"}], "type": "accelerator", "id": "57cddaf53e674ab78aa2d211cf733495", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c0f07731e5b34e678ef1e183221990ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3d3eb6abe43e4d24a365878cbb222cdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1e31ff6a01ce4ef7ab158baff47edd94", "region_id": "RegionOne"}], "type": "admin-logic", "id": "23df8f1feec448a28d328c215f5c3c57", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ef9ee06177af42a39c894e706358cf6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f0541978a84f4b0bbf250ffc310bd0c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2600f4667e3541e081b5ba64a7cdb268", "region_id": "RegionOne"}], "type": "registration", "id": "30719d293233417da5ad1a137b37b1db", "name": "adjutant"}], "user": {"domain": {"id": "9acf49bf92374c338ae1b08016e9a47f", "name": "5bfdd6794b924bb7952fbdb26451ba40"}, "id": "5a3c90875f83425b99986da050a1084b", "name": "f61001ce19814bcc9deea2cf2cfd651c"}, "audit_ids": ["628817f5b45f46ba844c941c38e2d824", null], "issued_at": "2019-09-19T09:04:41.102963"}} 2019-09-19 09:06:41,231 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,236 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:41,238 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:41,330 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,335 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,337 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/845aa971-22bb-4c08-85fe-a90eb5cb24b5/file", "id": "845aa971-22bb-4c08-85fe-a90eb5cb24b5", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/845aa971-22bb-4c08-85fe-a90eb5cb24b5", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}, {"status": "deleted", "image_state": "available", "ramdisk_id": "fake_ramdisk_id", "tags": [], "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/845aa971-22bb-4c08-85fe-a90eb5cb24b5", "metadata": {}}], "file": "/v2/images/845aa971-22bb-4c08-85fe-a90eb5cb24b5/file", "min_disk": 40, "virtual_size": null, "id": "845aa971-22bb-4c08-85fe-a90eb5cb24b5", "size": 3402170368, "name": "image-2", "image_type": "snapshot", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "disk_format": "qcow2", "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8", "protected": false, "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image"}]} {14} openstack.tests.unit.cloud.test_object.TestObject.test_list_containers [0.183124s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,194 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,198 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,200 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,203 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,214 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.129445+00:00", "project": {"domain": {"id": "afc0f227658f42b594c3b816c71cb3ee", "name": "53a8cf2f8ca3485f80b18d58fd8ccc2e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "5dedce87d111410f8a83cf47cbdc3998"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8f5943a634e74fc3b9068186ecefa900", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "47e7d48671bb47f9bac1a6e6881c46f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d523d3be62fd4c7eb9392da7f8c414ee", "region_id": "RegionOne"}], "type": "identity", "id": "481c9802a40847c8b51a75b4a63f4c9f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2146b382d8204fbcbd1282bd66d375b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b130d649e0374436be751b9186e0bd61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c13fcc6873c047e5a341d5daa757f6b1", "region_id": "RegionOne"}], "type": "compute", "id": "6810c082fbb54072a6d03ae72503b80f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9e351521b4674490a548d947dd7915bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "eb0a8c9041614e3b930a7d40bbbd532f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0167da23a12740978d3ebc9de162c082", "region_id": "RegionOne"}], "type": "image", "id": "637ced76a563421ba9a563545bd50d62", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8be4f4de099d494c96630613214853ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "acfef27c2f9b44fa99415aa8f17f20cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "03e8654a883b464688539cd96729c3bc", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ec6fb2e8efb542928a07f306ad2544e2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b26e45bb59ce4d83bd8d4b57c4b31e98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "534560fbe3f14f698c2c39589aa21124", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e31e0f6847ac48569035e9cebe9cd0a5", "region_id": "RegionOne"}], "type": "object-store", "id": "ecfd48ccaf0d4ca2a1450d4237067568", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "87e2f41cb4754511aee2f18c1b2f6002", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "51d9ac95e40e4385849ed2c0b2adaf8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6c5ce191871e4b72975c57542665900e", "region_id": "RegionOne"}], "type": "clustering", "id": "ad7913430ed84791876a41f9bad96819", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3200f20f1bf9468491b94557cd1fc9e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1705612fe718425fb12a2d15f5b80f63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "618a44017863463090d46a6e19461b0b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "565f2c1c94d54195aee10955cc1bb1f3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8d74bff9222f4d8c9d5f0c95a8c605de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "85b445c223104b66960a4c2395250a67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d843d4d780f14412adb091711e332427", "region_id": "RegionOne"}], "type": "cluster", "id": "65499202fe834bc1a5bf5c080ad6c107", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "443f88ade2fa4d7588e876a701eaab9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a617cfdf1cb24daba1a8227065d67d3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8e97e7f3661e4ed69057b70b1831b524", "region_id": "RegionOne"}], "type": "data-processing", "id": "a185d246478046289c9778e6dca3ec2f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c29e2da0cdf04caaba33080232f3d439", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ee3e41d6b0c3404faeee3846e17e62e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0ef39971ad0a4089b739198207137f4a", "region_id": "RegionOne"}], "type": "baremetal", "id": "8a297595dc754541989e6eba8ee7781b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b5c4ab939e5c4aec92cdc69af159990f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5aebc0a107f449329c38da52aed97fa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6a849db0ae6244059062bc8fccdd3a69", "region_id": "RegionOne"}], "type": "bare-metal", "id": "fb3535ebcba44bab945a8cdded2748bd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "201ed25218a747e595b0aeb5e09196c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d551013319354bb7bcb7548900c7f202", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "53ea54468e2d449aac9eb0b1776898da", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "088dfaab69004da5848a90b9928e940c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "24df362158a24e0b843b2d3fac5c1c1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fe504d1c79d94ed98ea48c29d1abb3da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "3f27a9f4a0244781b26a62825b8affd0", "region_id": "RegionOne"}], "type": "key-manager", "id": "6455c786ae4b41c4aa6f18b9119f90ae", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f9f6ff688f59478b8e8df57713175d92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "66617872dafe48178af2e2f865faa2d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cb7bb34839b741e091c8598e4e3cc6b9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6e88ba509a5f432fa848f886487c8b1f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "970eaedba2804d99a2f87709e0dc5e7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4dabc4c0e9bf4b2c963e5947da5ebf9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e11c89923be745d6984835b878b60702", "region_id": "RegionOne"}], "type": "infra-optim", "id": "aae7a73abdad4d83b5227a7ee9b7c5ba", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "097df8b29c304105a3ba1e346334b391", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "06752fa675eb47b5ad4f351a76e5d579", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9828cfe6a6b845348bb155773a1d7c6a", "region_id": "RegionOne"}], "type": "message", "id": "249d2765457c4bb1a446cec424e311cd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f1deeb1fd16b4b76beebbb1f937be0af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f8358ff4d37542298d476043c67e2034", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2d83de61482b48138fd808bebf9bfd99", "region_id": "RegionOne"}], "type": "messaging", "id": "f67f0b5f5bb5454a9143da9d3acca637", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a2ce5107d7584083bdc076aeb46095fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fcfbeb5037e84389865bacf1e73d1cee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "92a5565ea7e04865b47376c453cca3dc", "region_id": "RegionOne"}], "type": "application-catalog", "id": "523f5be718354be3bf4ae08cb8166a18", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "365ddfbbb63146cdb1f9e003b94863c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4af027b2a67f4e19a50110d8342c5d83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8e7a625571f04db28635458e0c2eaafb", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ea8395f82a184b9d85acb4e23925f2c2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "90296fb1d2524280b35285195704aa7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "97b23a1459094431bb67462d3a7dc5f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "baafc6e324c544ffac8df2ec74a43db3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2dd76b69c8e3483c944aa0a87acde508", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "46e6467704bc46c38b9c25651dd8e392", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6bb6732cc1e14bec8a5c21a67377aa63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b8c6210499e3448ab0e6e1b1dbfbc948", "region_id": "RegionOne"}], "type": "container-infra", "id": "dd61df9fd1544628a35204068ad0e949", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e1b3c64c5f2642a8b872b4123e4c9ad6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "684b3cb686914748a275afcf1996a249", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6eb1432eb6ee4d6c9f77eaa9a60e5d62", "region_id": "RegionOne"}], "type": "search", "id": "ba72e59434c74964ab673507561f185c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "7ae1762bdfd749ac828b744080c1773b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "864083e9ffbc4342b95abc5400d8a087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "af9add6e1ca247de91cb92297bb0220c", "region_id": "RegionOne"}], "type": "dns", "id": "1698c502b94341eca25029d0c9fb4565", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9a1ba22e21c84f3a86a0523b18a4536d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2c9c11687dd9410f93823658bdf8f473", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "422efb0d4042432f8f25b72c075bfb7d", "region_id": "RegionOne"}], "type": "workflow", "id": "e3a4026ff4224b20aa50a7b406785e93", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3462523a846641a39f70ea0826813352", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "329f83b6a766496e8358eab2a326cb3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a62d0af968724555a30ec789ecdc01ee", "region_id": "RegionOne"}], "type": "workflowv2", "id": "28c6d5f33e1d453ea81153a00bc80b1d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "164c8fd1eab847e891a1acc07518c867", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6712e57ebfd04048a72bf8192dcc657f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d74124759afa423db529132824459930", "region_id": "RegionOne"}], "type": "rating", "id": "025c7967fe2a41e6883be578ebd100a3", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a02c3085c528496883329e782d7d7b75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5bb35aa523c24b35855fa5f56545ef10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a0c2fa908f37478ca410614d78c8e533", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c9db2e3851344befbaf9a0e164f9761b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d0754e1d2827456297812467b5ff8f61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b802edef3116482a8d730ae5d3657ec8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3a74b33751be47e4bb278e48c873295a", "region_id": "RegionOne"}], "type": "policy", "id": "88cf9c5241d4423d921f0c25f8a5a15d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e4d76b29d2a54139a625fb59170dc600", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "556b3aff8e704d459722609a7f3d3f8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7745ccd6b21d49c49d2149265a2fc2ed", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ab51aeebff064090bef9b18dc82d1ad6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ecaec8f623124afcaf886e67ee39ba1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "733d490503964665b0c6b7ef97a0a3da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e48ec8fad47e4005ae654d004691e039", "region_id": "RegionOne"}], "type": "sharev2", "id": "25b425adc7d64584898d752c2b2662dc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "531c3fc509b9445ab5bce086bf076343", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e83540da38ba47b5885b0caee7d3da55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8554e15ca6014b939373d5f451b2671f", "region_id": "RegionOne"}], "type": "share", "id": "50c05c3828cb4e638ea94d5f5c1e6a34", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ecdf37d7a25a4de8b05c4cd80dd82aaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bdd6ba29027f4e46b48f8a280d99d110", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1a5b846d18de45c9a708026954a9fa62", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "af6fd2f8d4854dbc9fb15af5f50dbd42", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c28a682c203e4fe69cac37cf16ad6542", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21bbf4301871491fb65544b60b5529f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afe741ec2d9b4c7db07ef7039f0dfa1b", "region_id": "RegionOne"}], "type": "orchestration", "id": "fdf7110681a54709b437af65bf5627a5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "436962391b94488ebb651c63500cc1b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac05f6b44fd6467a9fd4a4ace47e9ab4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ef19262e2174f22b5590a40859fb54a", "region_id": "RegionOne"}], "type": "block-storage", "id": "2e6edd3ec52749d5a3830cf3e5844623", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69c2d947f30c4b918109709fae97dad9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07a2710a53994243bef1a4ffe81a5b37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f496b7c0c694b818af73bb8816497e9", "region_id": "RegionOne"}], "type": "volumev3", "id": "565762354fc34d31a6252fc1ff4b9a7d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40e4f02bdbd044c9a0051d9404fb1927", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c86e601f18e74068a44677d7c05b4643", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d75e39b27984e3d8dd74d36bae38c4f", "region_id": "RegionOne"}], "type": "volumev2", "id": "1206a9bb9f2b496fa15c188ea4799aa1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "861ed9cab31743a8844686ffe5d94165", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4b9843d222c483e9def71196e5ab5c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9a370d37bcb4c3b838b917e68023963", "region_id": "RegionOne"}], "type": "volume", "id": "fa43392942b44ddca048ce8e2a1ac9d2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f12c5ab42ed404aa5699dfa571a4e3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c73a2c716434ad58680134b0dd60bb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5bfa69a544814dab80d83fdb09b16878", "region_id": "RegionOne"}], "type": "block-store", "id": "514deaeea8674478945cbce904cd70c5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "41a4dc5ce09244aa873dd2f633772f5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1c195c6b57fb4aa8bce6760577554c71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "229a7bf3e44e4b239c5a7ff89374fb0f", "region_id": "RegionOne"}], "type": "alarm", "id": "de91e2c80e304ec28dbedd77b7e06513", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e65fa11a1d6043d1ae17dab9268784f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ed58aa040ee9412eb94cc43b4bb1cbd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "12e96431391c4702a8b6070fee0ebe05", "region_id": "RegionOne"}], "type": "alarming", "id": "5ead2b665cbd4d39a7dd8fd5ade85918", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "03cd8f578e0e4e67bb16cf57c0138a3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e2ffa30930544d5fb6321d755332f067", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7251ecfa18de477bab1689abe1a3a751", "region_id": "RegionOne"}], "type": "meter", "id": "96452da844ef451bbc1bd6ab1b758b88", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a37f366420f34bb58ab4a5bde790fb07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "26fda11dd32e4da3823f7cd5dc65e5ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2d0183136f264b47a4469082d588946c", "region_id": "RegionOne"}], "type": "metering", "id": "c869097f8ba140a2b52bce4356fd2d4f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "18a70a0dc6e94bed92a1cefd7451ccd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4995c8c289804e66b0d9ff5019246d86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fad80b19e0524e56b31c8209702eb84d", "region_id": "RegionOne"}], "type": "telemetry", "id": "897d3b828b594025a9557e283103fb87", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "72d32c4c47564584ae5131f85b73eb61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cd4f1e2cdefe47f89c78388591087136", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b3fee8bbddca429bbac103a61cf6d53d", "region_id": "RegionOne"}], "type": "event", "id": "156af3b538a84b75b7239c85c3b3ecb4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "013ba272a1de45bba1140715b425076a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "01aaf0b1a2e847d2863a5fc389106b48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fcacc6d4ebf34683ba2cfd7c59421313", "region_id": "RegionOne"}], "type": "events", "id": "0f5a8cb212ad4993907c280963ecaa27", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a39e9a7148a84ac1a3eb76e5d8cf14a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2279128ef9d7445fae972cd7ce0cca6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7b446f14cc1b455fbd464106db5ada9b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "517e9234e7464a50a3a2dddd45035a83", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6d704952f34a4e0bad195f964fa4e123", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "40c033f08810463fbbdecfc1a39f7bf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7eb3012d70bd476fbff279139d5087f3", "region_id": "RegionOne"}], "type": "application_deployment", "id": "79a7c2376e3f4c8aa9384d78d53a3746", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1e4dc76269174c1594f9ba847f2979f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b91e883452094c01b7d1565b6edac39e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "06aa8d095335414f9c2912027fd1fd81", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "237c177841014e67b53b7ecd46bce3e1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "241505eb402644099adb00a7fb35b9af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fc36d515317c45dc9e72e6e50a57dd86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ad66dcfffd96464189cc9d32c42cd3d4", "region_id": "RegionOne"}], "type": "tricircle", "id": "5b0661d9fd5d41ef840c720e6d27e058", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f6e994f2198d4073a52a2dfda7bfbfec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "31505e0116044142801e2415f877cbb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a094eb83dc1b4ab585125913efb8617d", "region_id": "RegionOne"}], "type": "database", "id": "31abbf0ddf194be29dbbbac3cc74f2c9", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5b1ed2351ac8492bae5dae8adfb89f34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d6ee1783924e4a98b1d209a2d823d566", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fde0318cb5cd4321bfc1347deb6b4ba2", "region_id": "RegionOne"}], "type": "application-container", "id": "fe3cfe8e6a9c4817be9d60938f98cac0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9e00a2e384284f82bbdc94f09b962f8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bdf1a87fad964b4ea320baee0e26e9b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c67cc4ceab2b4888a3958be39fa1e4cb", "region_id": "RegionOne"}], "type": "container", "id": "8db457a89034438394a0484d764aaad0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7b2cf1890e3e465d959072fc57dca94e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d84fd00c7212484db7fef91bd2f22c64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "306ccac1b3d94168b271cd93f9d49ce9", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "670b57fdfb084689bcb4d1da2c1b613f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8e4c352b13a74c9a98d37915e23c2b5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "de1bcfb332514d5f9ab0a11958725f8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "91140e5a1ef04a93a6fb1cf45fb8f718", "region_id": "RegionOne"}], "type": "rca", "id": "5379bb646f654bf4b58425794e626159", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "88e123f55d90460ba3b70f438194568b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "65f2bec4948f43cd991b1644ee622b2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "635bc15a26484337ad2b5edaf8300f9e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "cc2e5b4d56b148dd99ed5f2254152457", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e1f6b60685374c389b3a6d542d4aa890", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bf389770667344f3bc2b428fc12ef41b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a3e1574da9844d05826d031e174d97de", "region_id": "RegionOne"}], "type": "network", "id": "bc2bb5092b5b438cb1078675666ea7b2", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c9a4c4adc8694af3a7feb7eb8a9a8fc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e4e45f55272146dcab1ea8793786e448", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "be97d1e6cd454853af36a770a992e649", "region_id": "RegionOne"}], "type": "backup", "id": "cb6d8f1120df4fdf9dd2eb2482db3dbf", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "14089783ae7f4ddba8b50f194dde9000", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0b657898cb8a4626aeedfd2db1aa94eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5eb44740871a4e3b9e02f0eac591a7fb", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "67f48937c29c447fb30aad9621c39551", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a7a951351d5c46748c94cac587c04634", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "75952063673343b3a9475201bc27483b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1724966430fd47f2b536d3fcc93205f0", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "079edf1dc15b4261bf9d60162f1680f9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d28944ccb1814dc5a465892fd8e0df23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bd2649a73b504527bb5d07aedda2ab81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "58e6bee2e6824494b32ace55efcff048", "region_id": "RegionOne"}], "type": "monitoring", "id": "f88ced132dcc49d8b7d2eefb68cda0da", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "601400b9e1a64d2887b5b4dce42756f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ba7e1ad298ac459d9b9f061b6703582a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "521ee960296048ce911cc07e893ccc48", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b58fd432524c437e847204fb9809c93e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9bc9b1f891ea461bbe69bf99ca79c32d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "872d7d3d03a04f90a95681e79d846fa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d59d46d120a64d268bfa9ad1569250c8", "region_id": "RegionOne"}], "type": "placement", "id": "98d915a1b2ce418f842cd1317b5b2c06", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e516f8ecb63e4e19aa05523f0d19f201", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1621d6bcfc74491da3aa66b07daacd1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f8eae78dffc34b099807ce41c3fb4b55", "region_id": "RegionOne"}], "type": "instance-ha", "id": "17afda92ec684bafaf219ebcc81dd51c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "54ec83522ed0464ea5d800aa4762df65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cff2588fae6943ea9305a9c64e3d237a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9de1285b67f84c5eb9d6f4317b178e24", "region_id": "RegionOne"}], "type": "ha", "id": "f65d904a7c904e0aba17dfda1cee7ffa", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "018daf25a6f74869a9a0130a3a051f8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d8dd48eb6f2a4c479525b0087bec5705", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "cfb48742d7f147cf8aad24589913a617", "region_id": "RegionOne"}], "type": "reservation", "id": "e755c4360a6f4f75a3426e0ab6ba3309", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a63f27d5ce4c486e9aedd2726261744a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e2a561a882554fefa3bd30cf2ec045b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a9ba1d46f7414f75944b7115b8ae900b", "region_id": "RegionOne"}], "type": "function-engine", "id": "2b4b6917cdde4a35a8d219f5f98ac501", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "34a5e942145e4824b435b5d35ec87c8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1b457789b15c48d3889edde046155072", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5206794bf43e45abb5eb05f9deed3cca", "region_id": "RegionOne"}], "type": "accelerator", "id": "7e8a52bc6a2d4fc9a051a111b085441a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "adbb762cbe35458c8d948382ac323be4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a3f459180a4443a4a4468a32dd706083", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d1ef36b8c48e496ba20d63ee61fd884c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "82fe544fa8a04be3afa76d52a25aee4d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6e1676f6565d46429abde2763ca61840", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6487a8439b4746c5a988b502c24b9d85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1ac3279813c74435b22d1bb0e4518e86", "region_id": "RegionOne"}], "type": "registration", "id": "9f107bd2d1c3434bb2b13b3ee8eeddb2", "name": "adjutant"}], "user": {"domain": {"id": "03f7d8c7e0154aa5a4595073372c86c0", "name": "f070bae0a4a7450ea97e16da696d5e86"}, "id": "8e98200690a748bfb2e176ec985bed37", "name": "7e6a253ef7b243afb97feadafdca7c23"}, "audit_ids": ["2412c08aca774d59a994e096861c860c", null], "issued_at": "2019-09-19T09:04:41.129445"}} 2019-09-19 09:06:41,300 keystoneauth.session REQ: curl -g -i -X GET "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/?prefix=None&format=json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,304 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,306 keystoneauth.session RESP BODY: [{"count": 0, "bytes": 0, "name": "openstack.tests.unit.cloud.test_object.TestObject.test_list_containers-2"}] {8} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_update_role [0.237150s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,158 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,163 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,165 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,167 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,174 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.097518+00:00", "project": {"domain": {"id": "575ca51131af455aacc4dc6d75bcae9a", "name": "cc76c5ff318f4742b0f5c6599bb04953"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a307ebb34c2848b98016b55b6507054f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "bdfe2af3b7a04f35b9dba870ae63ff4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a6ed9cb3793644deb8209c2ebf894bc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4c5bb6075e0549e9b6ab39d3f7a6d1dd", "region_id": "RegionOne"}], "type": "identity", "id": "486d8ca6160648ce9d2b3e6ab55e9720", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4d13008e9ccf4ccbbad102ce81ad126e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e7b0fed7de4e4ffbbef0a0687e8b8239", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8356937968c042f7be806368495ac653", "region_id": "RegionOne"}], "type": "compute", "id": "2a7649c7d72a4544b3dde1c4a0843674", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5e584bc22f064f4a81c114b43a3c72b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ad099d6b398d4853aad5e8316cb192a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c5be1b54cc004c999b02357771dbb0b3", "region_id": "RegionOne"}], "type": "image", "id": "680d0861494f4d45ac6343e300b1abc2", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a579dcc98a724f309163bbf201960672", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6a74df88fd7a49398379f7690b8d64aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "383f301112e34e0badd2fd07ab7856dd", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d0cb8d08e3d0427fb9afe776a69596d3", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "642bfbdd02704a9ca3a99bcc936c91e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c7f5ea1aaf5493ba3be74f7629c3a20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a90030755c9743bd97ed1a08b6149d74", "region_id": "RegionOne"}], "type": "object-store", "id": "a5b11783e9f54738a632b9da624a3e76", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "64bcd30965234805add4ea0766be7cad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b9cec2df1eef4326aa0fa4e269644e94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "454e747fd75646aa8935edab3a844c44", "region_id": "RegionOne"}], "type": "clustering", "id": "9e5f0d01051a4b01a6dfdb5923b711a4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e3867f1f1c564464890208265f05c669", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5c233e732e2245edbb0e045216f6d206", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cb97ab85bd3c4950a26bc7bbb089b887", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "552cb0974be043f48d507a48e8a3bee8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c24969ac56e946afbfaaa13320b84675", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d403756a2dc743eca385b9f5af8fcd68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1d18340c1c8a44ee8cab548ace3baf5b", "region_id": "RegionOne"}], "type": "cluster", "id": "daa71c64619c4275b3535f3afb3a4609", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c1586dfed7f84926910e1c9f5e6e21c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e0befdb94fb94c1b8299a0c9b55e96f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "24fd8522582945e6906fc883a6cb0dc2", "region_id": "RegionOne"}], "type": "data-processing", "id": "d61edb24277c4004ba3b92541542f337", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9c20905d9a254069a693cfdaed4db1c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b6da0244913d456ab69a1b4839f53f2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5493e1c724c341be8db296bcc000e11c", "region_id": "RegionOne"}], "type": "baremetal", "id": "153d4c04eece40f2b5e85e2669f1a5bf", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6dbcdf46eea04c30a4c7469626c6d57d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "949f357e4f184d4e9d0cafcb6eea1c1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "50a960420ba546398dacef6d46cb8d30", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c4f985fd3c054c018578c6afc28a70c8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ab79e51cdf204da2989de9c4b262f0da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "35e084cb9b49460ca719f4b1f67842d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "fae0439f5ce44eb98713e50bb262f82a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ce672dbd6037489699546521ef6f1a6c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3fccd3733dea4da89a3fcba0a4dd2d79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "16c005fa818647caa09b9f6d5039488c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ae3c35943b9f49a6a4627861988e5222", "region_id": "RegionOne"}], "type": "key-manager", "id": "24cd15c498414114a7ee32c61f8b7caa", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4b437d6ed6574eb8912849beabac12a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "da90e74de6bf4e6f83758e376c474d4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c8408a5661364f498b93559e6d25a171", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d77ddf23a72e43089b2f039c7e84a0ca", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "59d6c8a7cfd74bdb835aecab2581c83a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8413b5db77694051b6911fd07181ee55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ea82d2bd102c435eb1c4efbf5aabce05", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8351a15b17da475497067c1ad1d8ed9a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a1d541cfeee14fdd967b00b513d9fa4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f0a7ab42c4234c5db7176c221dbcf0b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0a8bdc32ecb143b48bd81a404a1c31b5", "region_id": "RegionOne"}], "type": "message", "id": "e9c653ab774d4d6e93325b7ca3fb9a77", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e4b31b8c6855465e9f2ccbb197f8aa39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "afd6949acc674388a6927eb865d44a99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5c0773c1731a4d0ca15e585de3e48737", "region_id": "RegionOne"}], "type": "messaging", "id": "358000141c55499592753f4bf10f4308", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a50de9bebc394a059cbe5284cf4ef38f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2f3156d036254e8e9b4d0a5bca353c90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ee578c18ffa14406b653b824e8d36ca8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b5e6313a04154162a103c5dfa183abd3", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "65b70413ed2a495db4d4effd7b1d0182", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0d617848a65645779a3648d09b84a909", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f0d03dd5801c4f65b3cb56c7df1c3abd", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "187a597d24cb468e9d9a725e7db1164b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4be126be4f3b48cda27bbc063857495d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1bbc27e632674f02b09a8176b066d39c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "12e36e29cb0448198d8fff2078733da6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "300fb7d676b6485189db72d90e1a9eac", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d5d2a723e6744a8afe9e688e2579285", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "253e7eaa0f524f30b77128c064a4ddd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c80d0d6a9e1a49d38309c316bbecadd6", "region_id": "RegionOne"}], "type": "container-infra", "id": "749b1e3de6c244e1b8b5771172e7954a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6d96fe49f16345928554e3c9d9505112", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ade3ffed190e4d1abfe969061e89319e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "623ba37e224e4a1bb4d6309d4ba3e123", "region_id": "RegionOne"}], "type": "search", "id": "7655a8408349458e9d703c7e5f00d6ba", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f8c099bfa1ed4218884384c6754e5550", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "03fbcf2b99d74ef6bb0b97b0a5d4289a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f4296d59fae44ae78d62c796f726d59e", "region_id": "RegionOne"}], "type": "dns", "id": "91abc45b3dbe4d46ac0febe41021ed2b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b42c5112b0c14d80a553314bf02f3386", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "63c18c6a1d3840efa98a3a036362af0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c140d31897eb4a1e857934cfc0853325", "region_id": "RegionOne"}], "type": "workflow", "id": "eb963af9c8dd41b9915be560383979d8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1d503f9c8ef54645903c08ddda2e89db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "06a39ab7af614b419b29c17629432fef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4ccc9712fa4a45baa14d1455d531b870", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4001ed5549e849608e73ea3dcddc9f3d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "33ff5d250d3c415eb3072beb8196d264", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f3d77272c2974b04a4053e0d278bc666", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "56d58d6664b1415181f0258d705f95f9", "region_id": "RegionOne"}], "type": "rating", "id": "da416bae12864477a3f606a89813e0f8", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ad9f30773ed2477d80ac9f4ba2b50185", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7c7eedc1a1114c5986faea8e844338a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c09a088afee34b7e9715626db60fb581", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d0eb7bf05bcf446997a23e559c1801b7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2b49840fd66146fd8f1f34bbb41bb5fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e9177ea501e14e85bcc56cd04a102d14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2a2764fea4d64ed681307ec524172f5d", "region_id": "RegionOne"}], "type": "policy", "id": "9c342b50746e4aa6bfdb60435c7c852d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "07c8307aeff7432fa7f177d3e1347cfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e1427aec724b4fcdab5cf0f2ed58e7a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dd4169f30be34cff9abbb8d2172e034d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "cc250bb52b434809bb856dddec4a30cf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b5813156ca6845b1b6756e30d73194ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a82867c7321b447baf481a4f3e7111dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "474703dc67924945b8e36cc172be225a", "region_id": "RegionOne"}], "type": "sharev2", "id": "be841d2db67947039cd17fc268d4046e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8fc8d2233f5749efb3241cb95a1a0ba4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4c11990a8c6c4fb4856c57d49034842d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9c9c61f71c3a4121af0c9ecd8274e9fd", "region_id": "RegionOne"}], "type": "share", "id": "bbabd4b9a1794c65af76ab0f59c94154", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8deb6ba27c804ec8a82c274105a2d161", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2d36cdaeb27e4ac19e78e5c02d14057a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "10496bbf8941464cb16048c2b53e8636", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f1298ca2905d4f95b5502bbb09a60adb", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3697d79d87524ba7a27a2ddc699ca936", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbc81e0e5cc04f1c8588d149f2c5454c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6d32c2800e94217a1cf8b35c9ea72f3", "region_id": "RegionOne"}], "type": "orchestration", "id": "6f251c4586b44b6e984af7002f7f280a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fa804046c3d4e1d878a2b9b8dce4499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9ba71b2513b47e1a8142ea7eb3b01d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec3a02d8fab84c1990cc662932fc20bb", "region_id": "RegionOne"}], "type": "block-storage", "id": "af6478cd11714889969260d98cfe07f0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7100f1dfb56409cb9d848a9e72be142", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ebd648f30b1542de88025d31ceeac54d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf72ce28d4484e0f8e323bbd90049c00", "region_id": "RegionOne"}], "type": "volumev3", "id": "91cb33985b1c47138fc42568c5e6f419", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64f00448ca4f41d1a334d9c143b43fd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b404dd585d3467da2eba78d0ab06187", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0221cefa767d4f5f8478cdc2b6899cbf", "region_id": "RegionOne"}], "type": "volumev2", "id": "15d6f8ce118646aeb2a30ada03ec541b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "debb933c838d4254ae4f8be5407d4829", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e101ecdf23d6490ea6ea3c1d9bd25f2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a1241b1767c4f05bdc131102751a5b9", "region_id": "RegionOne"}], "type": "volume", "id": "11a144552d7142f1bcca856e867fb0ac", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb600e8df3a34b4eaac587ee8de35329", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d238bab7a90460995997469dc8dc30c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5660daace7c2451a898fb2b140ea0b8c", "region_id": "RegionOne"}], "type": "block-store", "id": "b5edd1f6cd5a4c2a9ec41fd99e57eba7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1abe73685f32437fa0ab55a2053e785a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6c3659c56da34917a8ec5fb4bf0eafca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "30a8bbb11c1441eb886b3e4abb784093", "region_id": "RegionOne"}], "type": "alarm", "id": "bfbe338df6944b45ac584ce3e5d47483", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8b982ce6f9a14fcaaf034ad2336195cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f7d414deecce449b9ac317149f777a70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e1521142a8fb4d0a937dc03ffce74649", "region_id": "RegionOne"}], "type": "alarming", "id": "6991a9c587ff4ecaae34c95bf8afdd3a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "045317963b1a4ae3bd3bd6e9b437b94c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c7c8e6312c124fd8a45e6d380a2cc1eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c2366c1f9172435fa37392e6a92b1017", "region_id": "RegionOne"}], "type": "meter", "id": "94805b89f8a64203a0c4522a2b5fa0c5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d0f306df6ab345398ca9d0e835e6f9d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "677b17f1f3da4b71af3299fa83c5a21e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8212e5fc41ac4b0cb4b10a6887d1068f", "region_id": "RegionOne"}], "type": "metering", "id": "16ac5b2c3fdf410d911c164fd9b3a119", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1304105f097d4d6eb1ff66eb95c246da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5cb02f0332d74b24a0ce59f5e0ad6067", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "63e4662cdef44005bbf08a8bf6af9a30", "region_id": "RegionOne"}], "type": "telemetry", "id": "139b542124254d39bd4b53b30c2cce2c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5dfd9e53d9c54596b66be9d4ba5dfaed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "55c2c984d8c74cb9bd7746c3ea0ca50b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3221accdaeca4bc2bb0ed7d7b55d233d", "region_id": "RegionOne"}], "type": "event", "id": "ba22b0a329a5481d95dce194f351da3f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b1f9e851b5e0464290854e8e66e3c273", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0b7b677d7f0d48ca918181f22c42e3a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3d125df10a52420cb1fcfc0e46dbcd9e", "region_id": "RegionOne"}], "type": "events", "id": "14658bec0ecb4b78a6126fab0284528a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9630b3c60a524b099811588466394c85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "abcee7607b6c41f2862d0ff910372f52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c22c372327634f2aa34b129c6560744f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4b28bd8d6e764e909817e57c4b98c537", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e16a6cf6df5441439eff13b98fa710e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8ac52e8ffe284c8d9000a47a5455e16f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ce9a18c43d07482ca0209ca86b73dcbc", "region_id": "RegionOne"}], "type": "application_deployment", "id": "30accb5b10e6441388663e575a12e0c3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "23356062c47f4186a094af2e497e8c08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "abd902dc127546b389460c26ee300858", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "61fcc40b736940c9b1684973c99241a8", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d3aa7f403c744b669ad379d9c245798f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d83b31b26ad748679dd196a1c200ac57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d495c257d05e4c18a38370cd80fecdec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "663698cc05404da1a02dba7f9aab1761", "region_id": "RegionOne"}], "type": "tricircle", "id": "05e026ff262e4933bb905bdd90b14cb5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2ea2925d638544568c915e984264ac59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "feea4ff4db4d4948999790a3c5a72bee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "23fd087d3adb49059a045e577f9b1c86", "region_id": "RegionOne"}], "type": "database", "id": "ca0c235082b44c10833e2be75677b8db", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "54499ec87c1d4301a696f20297c5f851", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2f794341d5604b2c8312c3e1b71e00e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c5ccf16d0f49413b8b05465ad77fe1cc", "region_id": "RegionOne"}], "type": "application-container", "id": "7628536f3ba941489bac845da9713968", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "004b3c935c7a4a469ef96d680869c6a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8fabf595289144749fc95caa2c85122f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4c6cbfbd859a4762ad6fb24912cea4fe", "region_id": "RegionOne"}], "type": "container", "id": "0a626e8fe4984202ae0b1b999f0b4ecc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f233067b140c4c9eb5ffe27c5fa84298", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4b304b44c7104b9a916a38cbd96cff8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8d863bdba1494071bbe4599ce46ce99d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "cc44b2e2f83940c88150aaf2824c86a8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "508a4da893b344cfbc06e0b14fb64b89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "48cb73ae2a474f31bd4d474511dd729f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "095aa8ef97354c418767264ea4bae3b4", "region_id": "RegionOne"}], "type": "rca", "id": "549e1178f28442ff88fa18495bf14ab1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c2ec8e65dc184dffa7a4c2322c73a59b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6b02533965994bd2aba4cc50676d7fa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "559d4ecdc3ba455ca59a21aae7c4e696", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5408e1f12842467aa97c0924dd8c47ba", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d1dddd2c55284f79b95d81edf50826a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "11f7a15007ee42ad8e91dbaef4d1bb25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "04eea48d2a2c4acf9f8dbe481706eddc", "region_id": "RegionOne"}], "type": "network", "id": "cd671067e4c447c68bbfc549cfbe09a3", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5c0af4cf57d34c75ba7f387e2300c00a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9544197124bd43e9911831a52ee46332", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ffaceb2c8f744f319d7c9e47da0459ad", "region_id": "RegionOne"}], "type": "backup", "id": "d312f705749a4f209b30b0d9ba61d992", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d568e290b6dd4d19abd59d33542b33b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3e6a04c0da464295bf6adb8972b7440d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c6d245be11b74e69948286ef5ff0cba5", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "84e5ed3c7bdb4277952e0b4d13f6456b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9dd715d2e257428cb71a07587ea35e14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8238e0486e714872bb1e3aab7c0dc7dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "14e0fd526f884273bbdd94ea702be018", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6b31c359871a4f89bc2998a5b2cf4150", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ebd7bf59b2f942c38e56ea5a607e8cf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "79f27237f2c14d3a8d6c3294eecfcb85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c2ff8063d4f641a69e50728648e47192", "region_id": "RegionOne"}], "type": "monitoring", "id": "0011cb6673e74d6db2d19a3f195c6a41", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4dc13df6b5204d70a4d8f56550b4d747", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1f3c38587cbe48558bdc992d87c05adb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "555a17b351dd44dea3f572700a14106f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "15f2f395711441f1968692db4ab71123", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d4e993d12f524fb4b26082813d86d661", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "cd6c36aa845245b88723bee48f063ba9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "cf3a6610505945ae89f982ad29d3eb4c", "region_id": "RegionOne"}], "type": "placement", "id": "0cd3f944f3584921afabb336155d7d33", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a5e7cbb1f3e84f3789a16068d8566ee6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8abe223524c64858bf34d393db74f738", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "957725d70b084c9197aa6a9c12a397cc", "region_id": "RegionOne"}], "type": "instance-ha", "id": "24cf5cbd9ec3446fa03334fe3f89c902", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "efd70830ec7b42d19171c61e04cd3b94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "81306a5f38964197bdbf55879f04e789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a607ae313eb247d89655cdf8f19a080e", "region_id": "RegionOne"}], "type": "ha", "id": "95b7d43d21554688a86165cc1d45c54b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "94c37066a0344fcfb0f41ff636c68836", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fdff8147efe142aeabca859a8796920e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "dd7bef3f8c7248e6a9f7caff8538db70", "region_id": "RegionOne"}], "type": "reservation", "id": "1fa2b769ba764d7382c1c57cfaf29999", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "697ac9c6be364b83be73f5deb315278a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d4032c6a6e544831b8202b62db4cf427", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d1994eb9e89f480484cde9989f4a2dd5", "region_id": "RegionOne"}], "type": "function-engine", "id": "8c09a396952c4ff2adf313a0bdace9a2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b2ec267c511d4d54837f6e7d21561abd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2e5c299dd34e44378264341492963001", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ff63eb8978d844d793b3af39b0ef6d75", "region_id": "RegionOne"}], "type": "accelerator", "id": "45a9dcf02cd548148d7f57736b8be1d0", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "acd37716dc48412b94a4d495b109fe61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a00f8e625e6d4c4fb8b2bf19306a6767", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "74cd8b29f39640559044cf5606ae3dd9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b458f8cb00a545fd95940bf3b8776ee0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "914821ffda3c48d8ac2a5fa553c198e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "72295a481186423ebdbe730736f87af9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "acb5fc8b5f164103b2b5adbd8645737e", "region_id": "RegionOne"}], "type": "registration", "id": "416a7a14f9b149c28a6fbf8209749ae7", "name": "adjutant"}], "user": {"domain": {"id": "e8a65c32c3ac4a80994002fc610b5ec7", "name": "174862a09295416eb79dc3bdad312ed4"}, "id": "dfa9c0712e934b029a3b80ce70abb3f1", "name": "a1da7211a723424bb48ee36abd5c6266"}, "audit_ids": ["1db80bfb6cf7466ebe9eef1d6232c593", null], "issued_at": "2019-09-19T09:04:41.097518"}} 2019-09-19 09:06:41,293 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,298 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,301 keystoneauth.session RESP BODY: {"roles": [{"name": "0faaf85ea4af48b6957460a23332ff53", "id": "2a83184929804694b1d0729cd804d580"}]} 2019-09-19 09:06:41,321 keystoneauth.session REQ: curl -g -i -X PATCH https://identity.example.com/v3/roles -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"role": {"name": "0faaf85ea4af48b6957460a23332ff53"}, "role_id": "2a83184929804694b1d0729cd804d580"}' 2019-09-19 09:06:41,326 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,328 keystoneauth.session RESP BODY: {"role": {"name": "0faaf85ea4af48b6957460a23332ff53", "id": "2a83184929804694b1d0729cd804d580"}} {1} openstack.tests.unit.cloud.test_object.TestObject.test_list_containers_exception [0.182776s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,327 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,332 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,334 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,337 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,349 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.266606+00:00", "project": {"domain": {"id": "bb7d40db0ac34cd9b7bd45b46a1a9108", "name": "d834dc8fae9a4422b1422ce9ef2d55eb"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "01f8e5a9ede84996b51cc39aa8b2336f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5fefcb0ad7714c9f96cf0d3b3ebc0efe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8b2b735a22d44ef8a1ecb984a832d59c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ff183f01796e479286327a1ec0f552ed", "region_id": "RegionOne"}], "type": "identity", "id": "cb45179bb45447d786fc0a5a05232b94", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "deb2c2f88e0d413399b23cc352e96337", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "119405c0515e4fd4a8f2b4646cb30b6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d1faa81818f047df99af9ae0a481ef8c", "region_id": "RegionOne"}], "type": "compute", "id": "9db14bde77a04af78ea16f50718f67d2", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "459bc46b01f84e84ad0cbaad9aa2692f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "25954b2bfdb648dbaca4e903cefa9442", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f7146f1a80cf4c3b87b9499dab7fb9fe", "region_id": "RegionOne"}], "type": "image", "id": "8fb6ddc83258449da56574f642c3cf49", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "899cf8acfbc940f78539a309cfef30e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e0283d305b0b464ba8646ce15d75bf47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0d2facb5fd3249d6947628e044117b93", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d488e437412642a6ac239172e0021570", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d50d1becca7443499abdee8b3cee3d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d9b1804b06a45a195a2ac2617140a31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "731434a7f88c43b2a4594d4627a5bfa2", "region_id": "RegionOne"}], "type": "object-store", "id": "27f0931888654310ab2d621c1dfbddbb", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "69484a8d3b0d43a8861979f52cf2b723", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4b04cf56417b46929be5b76a66e62e62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "25f77d4a251641af83c064dc11a160cb", "region_id": "RegionOne"}], "type": "clustering", "id": "436bd2fbd8824136b8bef59063d668c0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fb0f889ac89d43a6bfe9b13e867c05da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "455273dc75b443cdb5ff608879552130", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f0966b092d9f4a6cb9f2edd31ade58ab", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7b8fd8fbbfbd43449f0ffd477532f8c7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7cf9efe5e98f4b9ead0ff452ab1219aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "82321a36f36447d19b7d731da0c1d2c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "47a0c90c21254344b35b4b7cb82f525b", "region_id": "RegionOne"}], "type": "cluster", "id": "7f6f1f2d28304e74a9ccb15427f9976c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "abcd193a028d4f62a9c7fbd2b8dca9f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "62af9aee707c47ed8cdb4d82299c285f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7b68ff86ad4d4373b2388643755bc20f", "region_id": "RegionOne"}], "type": "data-processing", "id": "07b6e5a9b9e847a1a5f9cff737d7a26e", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a7a37ec3cc054dfd9aede260994fb8f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8b341e2c20314e739c7dda24c54521a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "223e309f53e0413ebc3caff11291b2a4", "region_id": "RegionOne"}], "type": "baremetal", "id": "66d6e4d9efb24387ae924083b2578269", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0dff4b7cf6a14758a4f60b42774d9951", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4e354d395f84462d86ddb306474dcefb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3a198ed87e8f4b42aa67ec024fdf20e5", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d9b8a89e41954703b4fff2e1d52541cf", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "47f2b2f491144de5802be640dc1d9af0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "33402f62cd0f430f813aa5a20528625b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "10c18c7ffa9842b9b1f4182757a8097d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "40ee249295514fb9b2af74a92007e338", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "84d2868e9ba54a698db4c35e03414422", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "70dcdcfc3d56414e9b616f3bc8346d35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8972b514feb34989adae83990cae92a7", "region_id": "RegionOne"}], "type": "key-manager", "id": "8e5e225e99514fad857bdf1673deac85", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4cc1c165f8f04d659987e44232bd236a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "74e6453957eb46d5830784a7c628096f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5cd38c3611bf4b2895214c835c806fa9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "066f0e4f3cf54547a48c495b47bebed7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "13b6d7cf464f4cd1bdfae144eb74b98b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "66490a69583c4ba8a5ab9f356770e17e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d70cf083ba0a49bbb98161af2f5de4ee", "region_id": "RegionOne"}], "type": "infra-optim", "id": "17e277598afd4d6aab0c48467af0abef", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a017b6dd9ad2483fb48ad0d44f027a2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "84f42cf81dc34414897e81287d0076e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "272c09e2cd2243e181bca1bc09be3f21", "region_id": "RegionOne"}], "type": "message", "id": "1066f095860a46438df0ffdc51263262", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "242f7019527342a7bd0261d2da6643fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3ffee4c3abe74f9395e8027027559694", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "73ebc01e3aa04b3197bc64f538502092", "region_id": "RegionOne"}], "type": "messaging", "id": "623890ebe2b248ffbe1f595bfa2c1cb1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0cc2871883a94b62b894ed746742e413", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f0f043c3652143bf9153680eaf7b7ec0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ce32417e3d5645bca8d61d86e49a757b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "12d48cd19e7e496890244c3486bac398", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f0131c99d02845838e42e19584ecadb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "927493afe10b4a11a527cb1941dc5127", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bee2602125b4400395981856fda2ca90", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c535058c54e04147875992b1fc3c7205", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "137a3645bbb849fc869155d1e95af5cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f49149a1e52421291758b92bf91286c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "13e8bac693c54882829b8997b6be101f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "1230c4d0d2474a86819cbf0bcb05e208", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a36c2a9600a4bf499a70ef24c2e2dff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3847d4fd74ed412d8a7e9acb06bcd21d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c5811b2a7de45bd82f9088be35d03df", "region_id": "RegionOne"}], "type": "container-infra", "id": "21b7540d1e3d46668331294d2d9c8447", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "dcefd15bde6f4f53928a213c4269a7e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "1cd3408eebbc4195bdb9dddccffd9273", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "461228bd1ad84a6aa886bb8a19919176", "region_id": "RegionOne"}], "type": "search", "id": "12035a68030c484e935c2c230cb54b6b", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "0c259f833f3945d0bd070144df1e9dde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b7a00500296148b5b47dd92b926452d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9ad17e9eafdc403cb04208b499d3a2ec", "region_id": "RegionOne"}], "type": "dns", "id": "22ccdf7a7a8549b1a69b5df4251c726f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "97deb95efee54b2d845e7013336616ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "66b4496325864d21a09d3f4ad5e508c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e7395a72b4d341a5a013e09b3acc0813", "region_id": "RegionOne"}], "type": "workflow", "id": "e67ca97bab5f41eab783aeb511242bc5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "03d57643f01442f28fc94f9cbe019dbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4c365ed9aae24db9af23f26f25acccd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e6993e2be8614ad5a774a56294beb515", "region_id": "RegionOne"}], "type": "workflowv2", "id": "da55cd0b03e64f2c9dab4c85c20d3cc2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "30764cc841a8414daeb47bad69ddada4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a665d21d1ce14be3abdd796f3f3a4447", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "771f068bfc7b4df189afad6a99df6928", "region_id": "RegionOne"}], "type": "rating", "id": "0caa8b2bc81941cf83e6a2dbfb5843c5", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9ac748daf92b45b790800dc6f26fe711", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "396716419b9943b3bb29c29f8fce4eb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3d7d73069cc04ef2b84e7b4bfa4422f8", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a68e5e987f6a4d6daa3b8ed93ef67ebd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "eb60600cbe6348e1a4043affbaacbdf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ceb582be5d0e42c0affe94c04a818d1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1dd050b468ce42d9a829b6dcca5d98b1", "region_id": "RegionOne"}], "type": "policy", "id": "eb0089e5d5bb45b0b78855927892ac9e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f8d246a7bc4f4d3180a6263af632bc98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e9d30798a6e244dfb340fc1767f7e258", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6160a277fca84b839a33a137a8eeff34", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "02a106343bd4484bbc5bfe4eab787f96", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d82349de27e34d3daeb83cd4f630871c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "26a5a99c0d544dc986e6517a7f681a50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fe1346fdff8641198aae2bf518541c01", "region_id": "RegionOne"}], "type": "sharev2", "id": "c016491292e645468203889ca0077310", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "037c40963460497b8d718c642d59b189", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a17d4117d03642bc8cd568a3184c8ed7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "541a3bd91f2849849f61f41c362f44ca", "region_id": "RegionOne"}], "type": "share", "id": "230f36ba2c7f4aa0818e86a6e891029e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8064fd41b6b74268b76ff7d91ec9b5bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fd2eab07342c4c3a916e9bbc50e9f7c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "eecf096dea6848fb910c9c4638a00360", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "79b4c7966a1a406289973617608bfb08", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9d94a04fddb488e8831ad2f2bc3a4d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e1ed0b73801498191647934ec7a8ca7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e59d98e04e6f4ae590ae132423ae343a", "region_id": "RegionOne"}], "type": "orchestration", "id": "999b76ed45e34fe4912bdf1a048c5b32", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69e445bd0aae4e2c9c8f8156c62e1cec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d06e5975d5114b668a90c31c22c13a86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d70212dfc3940e7b17ab3fb4c871fd9", "region_id": "RegionOne"}], "type": "block-storage", "id": "1ddb3cdb7d44427ab60151078de027ee", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1bf804b8cddc49549cbd616d39deb848", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d72cd98d69d452984a34639ddb80013", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56d34c1b9ebe4073858cb7cff952562b", "region_id": "RegionOne"}], "type": "volumev3", "id": "d3c6909b671f4178b80cca2e75143552", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82c8bf94e21b4d0db761a7d4bc6b32af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "099d944135ab4369a3414a5d25a15ecc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd05d6eb092e4ba48876ecc8f50dabb5", "region_id": "RegionOne"}], "type": "volumev2", "id": "a8e2fa644e2c4722b6cd2c41ecda8f78", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33a5c9b3475545839c2140742b458501", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ffe81e2176b64c6cac46493f64ce7125", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e1d279f3cca49f6a86ef214a0847a22", "region_id": "RegionOne"}], "type": "volume", "id": "58ef2bed33644a9e821d4df328a51079", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e93a66f3c484391a22c154f41520129", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2043878c723b447fbf1aa8f8b040fe52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec951bb631854928baa3e3d8971a962a", "region_id": "RegionOne"}], "type": "block-store", "id": "aebf0a9ea0e7498fa723247a7db8f567", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "28e6eb573617447aace6facb6424a063", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b7447cd6dc504c46a2271859d88e2697", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "13b8949e46fb47e4870da4bfd427b6af", "region_id": "RegionOne"}], "type": "alarm", "id": "a4ce9108dedc491e8226861fb4a56455", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0bfb4b9074824d37a9839b044a7f2a27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "acccda18c7a047b388bc57726f495276", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "98209d93d6fb4e64b7c3cefd4159bebf", "region_id": "RegionOne"}], "type": "alarming", "id": "ede4d3ed516c498b84e0356678b75796", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "47fedfcfecec4e9da5066518e18f3453", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8efc320e86d94914bb83e37a45f6c0d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e65ec4cba27549479375da5f213355b1", "region_id": "RegionOne"}], "type": "meter", "id": "0da8af11b8024dafb7f5d5b1953978b4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ee390f97dc46447b9f19cae0940d54fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "949dd83f093e4f8c959889d12489bccf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7dfd0f4ded18437b9109e17b551fad67", "region_id": "RegionOne"}], "type": "metering", "id": "d806be4f791640708b9162f2262607ea", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d9487f3224a14c38ba9c159973aaec17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bd066db8d0184b8eac2604e39de81d8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2274e092d7924f57ab31171066470554", "region_id": "RegionOne"}], "type": "telemetry", "id": "02ce3599ae8b45c18206f7e4d23587ca", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ff1c2550a572440bb1d5a46d2cb2017d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a56fe74eee664a4cb570ea3c1220fdbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5498922aa38f4ce3bc65423fa0fdb11e", "region_id": "RegionOne"}], "type": "event", "id": "ba63ce22b8194a7ba1b34521abf958ad", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fdc1b63611bb4c6487dc45b738beb121", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "687c1b091f70473fb73596a0d724dc38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ea2e600a994d479084c1dbbf0215d6b3", "region_id": "RegionOne"}], "type": "events", "id": "ee3eaf61cb7e48b1bf79adb826bb69a8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d5c4480b474246cc974d7dab4dfc06b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "98e0cdff090c4794a2b7953bf6765791", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "477d088677914a5ea7add8d7d73aa517", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4829b1605df74d4fb636a9e31eed05fe", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "040c9a306505447fbdb81463dcbb5bb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "db5fca9bbe714b3f808c2beb5bb70c35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "cd87d5d684934910a79ce67d8b058539", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c98a8ba486c6411088f5edd16cbf5d8b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b8c6ff705ea3456da58ac241ba4e5aef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "661e573ecaac4103a0c25a3647c56c40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f2b5fd49c8df4b22af593de32f371045", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "796238038a2d4399bba1a2c34f15dde6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "19e4544a04164417a66f5e2d779d20ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "61001678430440bcb0fb09df0fd3c203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b10b6f5c647d439a98004e0b8709756d", "region_id": "RegionOne"}], "type": "tricircle", "id": "e65766df222b480cb17b02389442a00e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "3a71cecd3a044061b4e7989d7b0e3330", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1d3462897a894efc96b241e958082cbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "8e0b3e62f0604a7fa3b9bc696d12343f", "region_id": "RegionOne"}], "type": "database", "id": "ccb2ff8d0b524d42bb65033c5b036e70", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "284a504967c94f9fa960170857628421", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9421cefa67f74ff5be06f17c43e1127f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d69d768d5fd5422eb3c752e8319615dc", "region_id": "RegionOne"}], "type": "application-container", "id": "897c483fd961489daafff58cf4af240f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c154cdf79303414ca87d34664ff19827", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "245f8b83e57b44ca87dcf3a898219a0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8e1d747ed29e409688c098172965031d", "region_id": "RegionOne"}], "type": "container", "id": "cbee5485bc064552b0f600ad458a785d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1c2269f24e914f429b5c0cbaa28ec548", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "11b5c38a62714d4aa334a714f0af100d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8195319e086f4db9bd88b5da7ccfd859", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "769a9307a4b746eda810abda2866089b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fb8a6c713df14924aa279049a031705a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a334b3d0771e4133ab81a9e3d3caf2b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c36f77a10d2d4f48bac8d9ac971479e6", "region_id": "RegionOne"}], "type": "rca", "id": "8a27919d581b466f934d9812f6dc2c9e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "af7ba51c0ade4b54aab57d88b1d73767", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "766e7a59d35e42fe9095561c960c0190", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "42374aa6544844db8faba1ce21a281cc", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "bf829584a0d94ef7837c4ead1687e784", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c043cb4a50c1442dbb9a0a21d143f383", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ae78735321ae463d8b629c997c8d841b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1f103c9a05674f5bb9eb13bf36f97339", "region_id": "RegionOne"}], "type": "network", "id": "543356cd68e34cd3a33b842d6feea705", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6b05027020b143eca129045e14b2f323", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f56f9ff9514746d58f1cf546e7c6bae6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ce1689f92dd84479a2e9170ac2e4c5c1", "region_id": "RegionOne"}], "type": "backup", "id": "14718b9d34e745fe881aced61d46ae9a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5e670d2f1dff4949b6ed40e7ef24e797", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "92c655ae211d461783872dc2265a3d31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e9a80c9e64d34a36840024a50aee7f62", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "776afabe188641ed98ca05f327c1dfe6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4ea116b695d84aafada74b0b4392a92c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ef2a94185096428b9513f46c3068fe7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "93e34d23028b4b1a83254f7753a7b5e8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2d57d645c6a841fca8066840e48fc375", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9d9c9c57bad44370b7974565b6ce0e52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "08113cfeaeb2499fae8668ba5c044b96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "72068d1c3960429291bd9d6b4f99d8f6", "region_id": "RegionOne"}], "type": "monitoring", "id": "6f0dd198846f45989f74accef1fb4d45", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3d1154f597b34c309a3bfc290b9ac382", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "935eefa8cbfe43c69decb2af99adcd00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "04022df7aa694484a3e67187baa346a7", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "630659572e314f09b03fd8e7d85a3af2", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c69b17645bfe4e8fbf3c197ed57690d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4dee15ec2f3143ec9469d754f6b4f986", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e0ad524f8c4c47bea90e887fedfba225", "region_id": "RegionOne"}], "type": "placement", "id": "1e778c961f6d44f69c4fde70669f7594", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3d94b7b2119c4af9afc2f5e952b495bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "54854fa47d1d49bdb64e175d9ae96596", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dfa91b833b004e069a00c748a6bec846", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7a2c366f64ce48a2a02d009fc8f770ff", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3c6db1afd8344a6c939df84c8ffc87d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f1cb5ad9dbe74b6a8a5f90f15f6542e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "636930a872c94947b3cf4351fb611db3", "region_id": "RegionOne"}], "type": "ha", "id": "864a9ecbf8bd4a1f8a7e80b3002848df", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4a525e66bf9b4e8595b51f90cd388370", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "051f03598dc64ac88a36ae7f95b300f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b69d0b5c5deb4d38afe3af0dfc82524b", "region_id": "RegionOne"}], "type": "reservation", "id": "78cba2a89add4fc9b0057b8536647313", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ee6d1e77b69b4b35b31f09a7946e4271", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a71e155ced2049399e17a49505582008", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d906d2166cc84b1f8faebb67fd21d39f", "region_id": "RegionOne"}], "type": "function-engine", "id": "fd47e750aa8a49a9a77d75cb50da45ee", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b2ba04994fff471bba86faa4bbb6a5ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "17da3f9045164562a1c219b4322a1e83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f392241ff644493abe24a5a8e430af5d", "region_id": "RegionOne"}], "type": "accelerator", "id": "9189cfe0374647c0ba1406c32ab2c752", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ac7ac4e416714f66a84e6c8c97a2f71d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1d4905f99bf048d088b2c55ff09f44bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f81598304b1149369f0b9fbb320e1f83", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9e4a572ebe6b463dbe9a08f4e7ae882e", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6f4015124f454835968368778974d6ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "323c416a650c4505a6657f553e582f80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e9311efe4f5c4426b9662619999614a3", "region_id": "RegionOne"}], "type": "registration", "id": "cd4accbdf3f244158a7513678f64fdad", "name": "adjutant"}], "user": {"domain": {"id": "7588acbbd4e34fc5860007402193bdf7", "name": "6a6014704c6a4cb2924a2eda44b7aeb9"}, "id": "09a121c663014e8e955dc08794acca28", "name": "82a85ac1e6a9492b9085eccc6b8f668f"}, "audit_ids": ["241a2ec870e54cf39c59d5d892ff0f10", null], "issued_at": "2019-09-19T09:04:41.266606"}} 2019-09-19 09:06:41,437 keystoneauth.session REQ: curl -g -i -X GET "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/?prefix=None&format=json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,443 keystoneauth.session RESP: [416] content-type: application/json {30} openstack.tests.unit.cloud.test_object.TestObject.test_get_object [0.146331s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,258 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,263 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,266 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,269 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,280 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.197715+00:00", "project": {"domain": {"id": "74b28f5240ab44f29ccafd56def405b6", "name": "7738f9a4294e46e3ae5a0124ff2c7305"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c7c4922ff7b14dacacf81e21a3d271f5"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "90236117cbc1465c958ff777e5e069f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5bbf9a0380ee44deaba21d56a9b25118", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9bbd7322eb00423395eedc64ae0a7b16", "region_id": "RegionOne"}], "type": "identity", "id": "ec3a60231e104165a468da4f4231ecb6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cd3f1bd9c9ae45409bdfd21d82d9fc04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "093eb5d75ffe4c868b5e747c77b2592c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "14281a824d7e4df6933e4590ff24d833", "region_id": "RegionOne"}], "type": "compute", "id": "92f348404cd148e9a3c19c999f2f0c1c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a720c79984414ab99583c48aa2ee8678", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d85d27cf081e4886ad313e41ae68ff8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a7c605952da144859f9e2f20caf3332d", "region_id": "RegionOne"}], "type": "image", "id": "561414652432491abf76eebcd4426ead", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5be8f756878845029788c7aebc68c9e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "78a9a53ac30a4c7b9075c15a5cef98da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b77a6bb916d04d5fa5487066399d6e9f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "be00500d4ea34add805d16c5f310122c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a1b3a394fd7419ea146ee901d634fe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a39dd30484204b5eb99d5834892b4275", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47424c22e3f64b21b5bed62f3088dad1", "region_id": "RegionOne"}], "type": "object-store", "id": "ede138b6f69d4081a75755e3ee3e6a52", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e3c14b80e9e6487f95670db7de2171c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5a6fdbf74b0148258b0e25a8ec167970", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "287b35da87004ef3bc88bb2d5dfa8c02", "region_id": "RegionOne"}], "type": "clustering", "id": "3022d81476d945ce86248203916baec6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1a3c0d6b73954f4b993d7ad747cc7856", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "639ea11e3dd7424aaea62daf877c4ca5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b8f7b3869fe147fca6bfd8e065b1561b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f8066daa3aaf4133b920029e3949a206", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d72203e3a04142d7a74213b578cde5f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "490cfb73cd5a4375b15f7f248c56dc04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a8f96ec7d64a45feb1054f56f52bb956", "region_id": "RegionOne"}], "type": "cluster", "id": "df472c14fb8b48459195649fe1cc0d79", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f42e684e2600410f9d30440ef0ee947a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "73c8852550014971b2de79c4d4a3d881", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "376f6154988f46c28acbee1a6b9d7502", "region_id": "RegionOne"}], "type": "data-processing", "id": "ff7e7f8bf50d4f43ae253cf42f7e43da", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "048bcb8e8d4b45ba823520a738d3ca94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4408f6101144400581db10fc25f4ef44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bd095bcb63024b9d9ab12dd44f71bc6a", "region_id": "RegionOne"}], "type": "baremetal", "id": "023ad872d37c4f1588d53c71affdd9a5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3954d5b8b0214e54825551c79880d411", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "067864480bf4447a90d2e9ae3a8bfea6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "87a86adc5734492b92dce6ec92fe0a79", "region_id": "RegionOne"}], "type": "bare-metal", "id": "416b2027006e426eb7951088df3b8507", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1bbefe2699604f278d28a9e99b1a281c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c730fcd79354476e96a7966714f33209", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f6e309fa54df40e49946914389149b71", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "152c18eb2af14502b46aa9d574160534", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "65473dbe97c647568c1f117b48f96822", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "33055e870e0f4be5aad9a4563dc5b80b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d1cbd5f6335f4373aadd24e70d17938f", "region_id": "RegionOne"}], "type": "key-manager", "id": "5ff5be8a60bb4530a4f7430daa0bbf2d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d2dd08d54ad645628ee80357568b0c2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ec8b482146b04448bda05fd30c72fa53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c43119ef1b1e452ab51473e59fd03066", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9b24dd90ba3e456fba606f13a479a7ed", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e50290842b7e42c3b9b265f91c61d9a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eac9f6346e3742c68f0217060edac47e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6c6a1c739d27433581cd2623e4d6744e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d35b48ce05564e6f8e59f5268e9a90ba", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b0e6559a8fa74a26a467632fd3dcd4e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1d12eb99b7a347bb96a725643fe78f50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f27a9e059d734ab4a946bd03479aa579", "region_id": "RegionOne"}], "type": "message", "id": "f066eeeb552a45b690c273afc4571b03", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "786f5faa927b4ce7aad52cf2708d60d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "eabfc4e8429d405f95ae444be5fc9408", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3cbf4a3f654f4adb8e50e132a0bf471e", "region_id": "RegionOne"}], "type": "messaging", "id": "549ee583c36a4b2c9ed24194c264999e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b7529bd30ef742369d3367b02a521f45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8c50e9e79df6497db7a96d3e7afd0ebc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6f7d8a3cdd7f475385b0404e3eb5f73f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "32ed14aac82648509ed8bca8a97754a9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bb9b943220ad492da00ab4b88077d775", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "40eb84e839c14b77b28862044b5a0740", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "126979b7617e40b4951cfed265ce2626", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1d43b32bd7f24043bef64bd6f75646ed", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ebc3691ded8e44a2b7dd3508191e380b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6f48faeda07e45b9bae0e9c96b39c383", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e75f75ef93fb4fe1a65eca7f9824f687", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6c56ac4b13fb4c33a9f65fcc1cd13a49", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "919ebad96a9a4fb89d5fa3cebd9023dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f4b544ab0e34477d8c05d39a2848b351", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "502f10fded204bcc9be0edfc2b5c4c63", "region_id": "RegionOne"}], "type": "container-infra", "id": "a9768e99a6eb476d95c67089f7a0858c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d1c14fa17cad416e8f8c0003168df504", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "4c021a231c4a4f86a5a7659a5a9473ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "bc7518d2be6b4f2bbd0dd1f074b1d1aa", "region_id": "RegionOne"}], "type": "search", "id": "3b3c6783bd8c4810880724f8afabaf0e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f0afe6421c844b6982aa9ca6af77322b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9fe7d7497fae4cbe8aeac3227a8f18bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9ffe5808872d4c899fa4690f6b45308d", "region_id": "RegionOne"}], "type": "dns", "id": "204ff845411c45dfa848827b127fef4c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1c831dbb0d2a479383c5c7302c410dad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c5e39fde9adf4ee7a865832e0644c7d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7fe93d1e93ef4ced941f4b4bad39d0df", "region_id": "RegionOne"}], "type": "workflow", "id": "727246c4a43a48c7ae65f2667ca1177d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5c1006de85354c98ad80d7e8a51d736b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "97ab9c940ef747a1b1881e4b5a22820a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "122d7985f62a41fa98ca4ce894b633e7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3c0e33dbe4fa4739964a1afa613fb655", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "dc8b43bf5917452aa761a89f5dbb86f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "19f6593fdc9f433c93781353dc37220b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9f6158ea272242a89914a1d9090c3616", "region_id": "RegionOne"}], "type": "rating", "id": "18860b4411b74632bd00a0a46250778d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ce9f30b02323447081de00d30758110f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0c4ac6747d78423fa165e2881db2b6c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "728f05053df04cb08735338e89fae439", "region_id": "RegionOne"}], "type": "operator-policy", "id": "2fd731165ffb459aba5568227fc0415f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8bf8627149244d8ab7ecbd7449253eab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6884a750daf34072b9bc101f13abeff2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1a875041b2744447baeaf0761ee62c96", "region_id": "RegionOne"}], "type": "policy", "id": "3fbf4053909a4e28b0a0356c627f097d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "39fd816eb06a4dc09480ff64fdd2ea83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "618349cfce8641d1be7a1ad4cd0b3ed6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a65cad14d457403da68c11c515bcde2c", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "209360c448f64d769fab65978655f4a0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3db82e2807a1412f8665234496e6c272", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3fbbac510def4530931472dfa287304a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8639dbc571564446a32d9d9612e8e59e", "region_id": "RegionOne"}], "type": "sharev2", "id": "66be116faea844ad8d33e4bca8665eff", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1c303dae599e453d86745ebf2c00a425", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1980fd16261d496f9a448c2fc832ed11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "30ef3b3d574540b38b38ab6d7ca0ff86", "region_id": "RegionOne"}], "type": "share", "id": "6c167d41bc8f46ef9eb435d661f4fe18", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b4d00fe607d046dfb5cd86d479c3ce7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1aff1e6b35a34a1f8af00b05e85a434b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4e4db81b1aeb4b7db76bc4f867d8d7d0", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "41d1e7d4a7da461292a865b6c1c82424", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4826a5c6826f476884e12e87044b9973", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d2fa4ee64b74a6fbe4a04e79a3bd345", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6965bab687d64a0a80f8fb1722d6b9ce", "region_id": "RegionOne"}], "type": "orchestration", "id": "1205ca667e184cc0baadb3f727353a42", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b49fd16da1b946c9bf4bbac80f514825", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8204ed01925340d49a5013779d97e43a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e584877d32534740829ab430865c28d3", "region_id": "RegionOne"}], "type": "block-storage", "id": "d5981961f936464898807210c2c0159d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2eb4a0100b5d4ece81cc9dd113b529b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a2c779de0f54914ac933f869c25812b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16e22af12b974ad59b6cc75bda2e23f1", "region_id": "RegionOne"}], "type": "volumev3", "id": "8bce98f7cc7645c594a04d4ed0912ffc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41c3389f550f4462989ef602b3781ae4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e600b82090a472989005051dccde7ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af854442c0894e51bc44ee4edd05dbb6", "region_id": "RegionOne"}], "type": "volumev2", "id": "9ca52ef829ad4d34a2bfd65f492323ad", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07a9a11bec534a858b5c2f0079ee6c19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c9d9b66cacc741fcbabf28c4b99d060a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "160d7c3e78784a25a860da8b3e501b07", "region_id": "RegionOne"}], "type": "volume", "id": "b798dbea4de0400b85c9c347ee540bb0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4d45557c1ed4e8e9d6b38242b769b04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20e35f8a6a944029bded07cf04a1afca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "705908533b084f83ab87c0707dc1fb11", "region_id": "RegionOne"}], "type": "block-store", "id": "5e3383aa28fd485e98e3853d90e7c121", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c98f416e018340ad881f7aee70414aa4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "92caaa3b471b4db89e0da95a6a2ac6dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c6eef9dd39214d12978cfa5b9e47d2c3", "region_id": "RegionOne"}], "type": "alarm", "id": "7611a5faed5d474e99691eeca60d98ef", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "69745758b1534a339b6feaa5389ddf9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bb09074deb4b4df3a30faa55db78ff54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5b6f0b2405214da28071fc724a7e0665", "region_id": "RegionOne"}], "type": "alarming", "id": "03380646cc5346c5ac3c9b5d9b96d112", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "aaaa3784aa174614a63b1290a3107e4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "752e2eed22b741febf91c48627e61190", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "39602aa270c34eabba0ee3ab0f7b4a68", "region_id": "RegionOne"}], "type": "meter", "id": "6bb379a6fe3f4623be0e02968c0f2291", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "085f9a10af734f5a9c1be3c126fc57d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "16b798fdd5014038ba738953d533f1c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b03f61626e10486dac032e1297aa5262", "region_id": "RegionOne"}], "type": "metering", "id": "dc0f2ff7577249eeb2be0fbba931b132", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6db786e5ab5f406fb7b27955dbf209ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a15686c046614469a940e0a176ef3427", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b08228c339e0475fac2e9736f023fd25", "region_id": "RegionOne"}], "type": "telemetry", "id": "fec7fbdfd953410c89b13a3fef52dd29", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0e0f40a9fcc14d2cbddb688b4db435b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "913d49fe217a4fa8a8259f860e8f8f89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d8f54326a362497cb2bcb6222a8bb761", "region_id": "RegionOne"}], "type": "event", "id": "c40551f9a9ec458fb7a30a669b80a651", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8f626e3f23cb4b75955d638c1e19a72d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b74b45855861425aa156fb5f3d5173d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ae3e1fad26e54df6a8f103dd2b8e460b", "region_id": "RegionOne"}], "type": "events", "id": "6fd9710c36e147b6afcba10b5c467665", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2ddf94d92cf544e0bc33f7d41cab9b59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5ef800b907c044b7b75e07e667f82d6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "969da0d106844bb8a356fcd1ce5aeda6", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3f90297fd4e24641a49ed7571a456f3b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a5d18e1499db40d0bf7b51459f66523d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a1b088d7e5e44a1ea90d265d28644b71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "97101f16ca6c4ea6b5002ec06ad20bf2", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a8c8a337a9a84d3295b04b75ea04d85b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "31eebcf1d3db441fb8588fec8d858329", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8cacda4b3cb34772bb4d273548ab8f89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "44cba29c3b8943eba087375e273329d7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d0ae312b6575425780847c8613997489", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d7617774d3714cc6b7c945d3efe53190", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "acd52004d1644ef0a3ca114e5a73f451", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ff3d1e9a884249ef81a3dff36f7edb12", "region_id": "RegionOne"}], "type": "tricircle", "id": "7a3eb5ff4ce64f9ab03e4677a8c4461f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "04cabe3ef7b0413781a3cea48f278a14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "289bfd143a334df189506590f5b8cea5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "8ec0f87ca1f34f928063912295407001", "region_id": "RegionOne"}], "type": "database", "id": "26a2e1bbdfd645368377d223f9e12b1f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "746aa62554534f8e802c2a2ded920d43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9a681f37850d4cf1b983727c53a3e537", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7b96e940b9ee47afb882f907a4ca3bac", "region_id": "RegionOne"}], "type": "application-container", "id": "95ca31c20314464981000d2aa31a8e9e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2aa3e5979e9846f1b533585b9af99aee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "14afd15073e54a66888446a98b824b5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "473d55230761401c9fce1913fdd19a98", "region_id": "RegionOne"}], "type": "container", "id": "8f4428d2e54e40b8b48ac4aa6cc1b616", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0741a3124c074589abf76d76e7f5b2c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0a8083aa1c2d4341aa1dd4fc61f448c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "091a1913bf874ce89cfba736d480783d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6434f1d5f1c840f9b5c369fb1ec95441", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "40f575fa60f441baa792069f270d1242", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d8a821aae11b482eae3e5e1e2a3d7bec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "efa423af881d4628b98b0063e32bc6a4", "region_id": "RegionOne"}], "type": "rca", "id": "3467e0e9f9e4421980bbcc250b43f557", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "21ecef4841af435c99d79cdc3bfda7d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f1676892df114d87ad174ed178a6f7c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "5b4f6f2be43a4b199352f56b663fe335", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0d7725dcf84c47219cc512f3536801a7", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "50344363c67d4953af4bc5b70ea86533", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d98c97947c194a3cb27cbc0fe7f34661", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c5ada7b2cd0b4dcfaf9bc1124f747490", "region_id": "RegionOne"}], "type": "network", "id": "9ae228326d4145f1880e4a9fcb33b3ae", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1f06246dcc60424a97477d4bfc982caa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "eace132f10a64af5b0a956bd9bcebdc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "10fd93eedb2e43acb139ea95ec28cf56", "region_id": "RegionOne"}], "type": "backup", "id": "3ac4320878fe4f0991ce26c2c0262b02", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "99b08deba716458eabd88a54395d817d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6abe73f6ac95484481cd7df71dafc7e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "45ad90b9c8cf4fbfbda9892f69468465", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "468bfa0677ae4123b395e8692754b0bb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "96754f5f8eb547d2a13408eb5c6ad28c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1b91c7dbe84d49d6a76757957f98044d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "57b14d09b8e44be0b259c0eb5b34e93c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1a947b38eac942708e0438e9249e6d69", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7434cb9554f945d4a3bc7ad3eab5a9e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "796fc2ab01b74c439b6a8aa10fcb0de2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "3ca1e9ee572f4e1eb47f322c078b591e", "region_id": "RegionOne"}], "type": "monitoring", "id": "5d32d9881dfb40dd90b618e27d4f3b09", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "332b504789f84ec3926d1cd167e76539", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8fa00126c4164f66a32117212c5494f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "da01553882dd458483eb1072f99dc7e3", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "72842f9528a749fdbd2eee291745fd2d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f2c569b1f0b94813a208bcfe8abe09a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "e0422a310e7745c38932bb2f1cdac50e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "cad8f2cd0e6b4c849de1d5fde63795df", "region_id": "RegionOne"}], "type": "placement", "id": "8e711cd6e91f4cfd86a8da8299e6f998", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3fbcab2bd4d24a188bbd8a2ba978f216", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5165800d74e14bd7bad03a78e6403836", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a036b8218e5448bd97db0ee264eea585", "region_id": "RegionOne"}], "type": "instance-ha", "id": "3b2deba7e76b4bba8c4d2002f5ae0028", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1d51ce8861f34540b8c67251a68dee7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9a0730ade0e94e7897a67fbbf5380a85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d0837ee542ce4e1c81ee253d42a70734", "region_id": "RegionOne"}], "type": "ha", "id": "7206e4f0a6894f8eb44788495faeeff9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "59af3aa134cf4faa9e7a36d82ae87c2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "39244e8a295b4797b4a459e4adf4c4af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4067003adba84ee38a10bcac3a15c942", "region_id": "RegionOne"}], "type": "reservation", "id": "26c6a2e298314d54b20879003687afe7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e9b1c5f94a784f15980f2177aa502843", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d068089f3d5748c8acc0120ff154f632", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a831536722c84df2b903d3aa9db3eeba", "region_id": "RegionOne"}], "type": "function-engine", "id": "5e76ae12a8804f188d18a24c00893b76", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fc213b5b014147f69f9c441c7e89e4b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d6cd3267dc2740b1a28dcff54c74a917", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "bc3c327d42234991ba1c960dc4b0cd8d", "region_id": "RegionOne"}], "type": "accelerator", "id": "ce1a18a773e8463bbcc7a6b8ed67ca8d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6b27623838af428d9bef3fcb0ddcb304", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a94b1f7213334a4d9e3afbf558fb208f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6e0d48046b674c80a063776c6dc69a6d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "855986750f9d453e8304236ec72acead", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e2ee3b4818b9457ab6714f1cf1736a30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b026c3d0a3c141429b3708b9773ed109", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1c42b2d821674e22a93f4bd2f2cfe601", "region_id": "RegionOne"}], "type": "registration", "id": "fe2ecbf6bf4945babbdaa52c59c1d4f8", "name": "adjutant"}], "user": {"domain": {"id": "ef4e133a58544556bf9b2ee2e0c1e9e7", "name": "03546b9256044fe1b0ace49777159eae"}, "id": "f9517b88cbc946ef939cc48cab5682ac", "name": "62f3b0ffe417470e816baf7b6e3f665e"}, "audit_ids": ["b541663ca63c43c28f9f0ffbcdba1a73", null], "issued_at": "2019-09-19T09:04:41.197715"}} 2019-09-19 09:06:41,328 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_get_object-2/openstack.tests.unit.cloud.test_object.TestObject.test_get_object-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,334 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 20304400896 Content-Type: application/octet-stream Date: Mon, 19 Dec 2016 14:24:00 GMT Etag: "b5c454b44fbd5344793e3fb7e3850768" Last-Modified: Thu, 15 Dec 2016 13:34:14 GMT X-Object-Meta-Mtime: 1481513709.168512 X-Static-Large-Object: True X-Timestamp: 1481808853.65009 X-Trans-Id: tx68c2a2278f0c469bb6de1-005857ed80dfw1 2019-09-19 09:06:41,337 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. {12} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_cloud_osic_split [0.413093s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,147 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,152 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,154 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,157 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,168 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.086766+00:00", "project": {"domain": {"id": "a312fa15973541c3b3aff77ef5b397f4", "name": "d7c39a6d3e3a48b399613149f8a96e48"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "9e42f89f82e744c2aab20abcef1a57fa"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "468fa39ec3494c0b8739cdd1b65eaec9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9177e49cda3448b69b13d078f08bf9d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "625312166dad45e396a19ed82a1ffe93", "region_id": "RegionOne"}], "type": "identity", "id": "b227ada297d34380be17bed10a276248", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "510c06f819354f1a9063d5a6a98f927a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ed7ea676aadf45ed9d89119253b53920", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e1adf3662dc249f6a85fa8ce89e8fba7", "region_id": "RegionOne"}], "type": "compute", "id": "d2f9c2c374ea449d868e11830b7b6b1a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6168c2e05ec04a9cb82fb808d8c09979", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c8a504d949d646ecafe6b494bb1a4d97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0de2193fcc4d4949a99c9619745ac230", "region_id": "RegionOne"}], "type": "image", "id": "7a59b37c174843ffb163b0319ad95c02", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "dc6e675b70104ecb9d823a824c48b6c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b0717ae1125d454c8351b7f4317fda45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4464c41b67fa4f958477ab0193947eac", "region_id": "RegionOne"}], "type": "load-balancer", "id": "858e6c08121b46618876c637ebaf63ea", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bdc473ebec4c4761b39cece7923cafeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "779ffa5b67f44ed8bf22d19add8b2e0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bcb938c9aeb34693b25a7c89756607ea", "region_id": "RegionOne"}], "type": "object-store", "id": "c618a155968742c7bd87d733c0cc29a5", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b454e8ebd17b4daeac4c73c70dd00319", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8a7fe80bbb7c46c4b275f03cf5a783ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1b78ca9937c4412cbd0c6da379536238", "region_id": "RegionOne"}], "type": "clustering", "id": "feb59ea820f84a93acb610bb0ba69e22", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "83dc1db95b9e4a9da7bc62d2d73922f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1521b530c79b4690862712608d67f776", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d0d5600297d940bdb5ffd3816ff0f0c3", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "430b9a2564a64578b9e14accc5a7143e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "389a50cea0a24ddf819b33934eadd2ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b5d27976c0824634ad1f58bfa4385ef8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2f63840a3c3442329c7048b819972d9d", "region_id": "RegionOne"}], "type": "cluster", "id": "3b4c8327e743495f8ad8045822937ed1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5acd6a9b865244d5b1bb62805d879a5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "878721c42c8046e99e0163ad6682e2a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "64f594c33f904081b5575798ae01cea1", "region_id": "RegionOne"}], "type": "data-processing", "id": "55b00a147e7946bf9d2749e4ebbd9792", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a44d6942de174b00b0f7b127daaae6e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "caaa6f942cae49fca86d2668c45fb0e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "720f29e22f2f4aabafb69db07172af4a", "region_id": "RegionOne"}], "type": "baremetal", "id": "ff08a9f9bdf64c3d987c1b2cbf2f2445", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dc8e12b7345e44f48299f1031ae9e6ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1d8096bd70a34c9199124e71a3fdaa29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b873d8cac11c4d1aba1f20f4ae1a0ea6", "region_id": "RegionOne"}], "type": "bare-metal", "id": "fd777b93988c4380b8a95d4da8ddb215", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0f2c15758d1043d2b53b4fbe342195e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7315e6b13ef949efb1b6a1cc4d2848c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "197698c76a2242ffadc42e1692fce1d3", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "571d57c200964a7f88fb82216a5101a1", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "33c27eed0cbb409da537b2c2b350533e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4180336ceb884538a083957d79518055", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ecbc6eac2a714542b4bdc731d9101c77", "region_id": "RegionOne"}], "type": "key-manager", "id": "de1308bcce784b17a3b0a0226ee83e3b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c11eb82b2edd431b85009e3c8afa531c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7249ddc841e8478b84f5b84978d34beb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "409bec5e132247a0a0af53285892ae57", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "dd16b2a151824919b884408352179c85", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a96c4c7775da41acaf9e836109de6360", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "616c017f0a1a42df86070bffb5023111", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "677d050bbf37405aa518638eeefed728", "region_id": "RegionOne"}], "type": "infra-optim", "id": "458a1f8dcb8643e88a27c62dcc645f67", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f8370e8abce14790bda987306777278c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7b51386bce35449e827fdcc00275d9a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "06d52fb4e1084e3d9d51031d8d8e7b1b", "region_id": "RegionOne"}], "type": "message", "id": "99b4319107784f248d2d6eb2745d1e34", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7b0f3fddc43d4cd58a6bbcfce37584d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6c9f60c2262b4d428a45b173a8049882", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1cece36692d44426b07f1d5384acf5e2", "region_id": "RegionOne"}], "type": "messaging", "id": "f14b002fb207494da0b1665f65db0ac9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5b4ea73ef1a94910a5ae02782874426f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "752fc4d2000643599f2591b1e3f8afa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "60a38469754b428a9e4405d005330cb1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3599190c293f4ccaa64179d143374077", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3d3b9c4166834ef9b0504a935e1f7a8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f7dc314df804ba8954abd3d9489b157", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c3d908aa40d466da7a0ebeb7cc84561", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2ea676c87efc430aa4b8c4f6c9fe180e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "067f5ab267814a1f9ca2e8d8e756d543", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fe4cfb51e02744ed9f48561274c1c7e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c7387667243045ed8f6023747a550afe", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "900ed579239c401dbfd9bdf267b592ec", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "46a09c4b46fa4896af61b8becd4d56a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "51b5345656434b69a4b2d8c7d38eb4f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "de3ff728a0454b36b9c9a11111ba1397", "region_id": "RegionOne"}], "type": "container-infra", "id": "d43e84ab78aa4d6fb66698e0fc807fea", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c22b6193fe3d4d5db2bd4c1ced4f82fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "dd2c31f3d14344f5ac20c75845b84e3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2f6db23eb5c84c68a9d157a78e01e273", "region_id": "RegionOne"}], "type": "search", "id": "2818b683fb3a44cb9d46f753dab3fdec", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "05380f838181455c9b3bbe0a8a3936a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "cbe48b4905c442b894651aacc5a8a227", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5f8cdb210eec4af789633f245d42f23d", "region_id": "RegionOne"}], "type": "dns", "id": "023afcd6599441d9ad0d624a0b3efdf6", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "041713ab4fcc4f45bc4d5dfd3ad02bd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "761087d406ad4f6fbace5730e3f67e3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b351bcf0f367458286c7ad53ace8a533", "region_id": "RegionOne"}], "type": "workflow", "id": "5ee91c0b60f9493ba1731c9ecb56c8d1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6e3f37a9a4cf4171870d0a87290be0fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4430117e3f0d4b53a033eebe759e1106", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "12992804c8b54d2a958d531bf64c258d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3c1ce68a5eea41a4990bd7530ab529c7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "855dd57dccd843acae3e02f5b0e9f20b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3770372fee784eb6ae2b4faf614f4aca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "2cd7f0a8f8404ca18e49b6b4bc51f712", "region_id": "RegionOne"}], "type": "rating", "id": "5dd788fd53a740a8b0ad9a38ae5b55d4", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8bf08a1d5f054fa7a4b7dfb994b0b837", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "805f8aafdabc4cc2b1d4ee830b9cd5ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3ee28f7533a54c05b47aafe8f6d1f971", "region_id": "RegionOne"}], "type": "operator-policy", "id": "beec91215bd24596b866bf86609476b9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cb7e2ad825a149ebaec3f0fac1a1db56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3f8deb74944443e6abf5711cf1b1cf2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "91773f61ff644a459ba0c1c07adce5ab", "region_id": "RegionOne"}], "type": "policy", "id": "ce29e6deefe04033826584b173a7c809", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "49bce79a17f941fda7a168a43ffd26e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2a49ca38b2b34e87a4132376d6dc4f11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "21d43b385cf34e58958334da0996d790", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "25e0fe4e659f4f53989931a71d2d60e8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e49258ee94fd4379ac243729b5a6efef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "42880d0a623547b28f7333172a021970", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f7db61ab6e5e429a9c3bae7294e3bb9d", "region_id": "RegionOne"}], "type": "sharev2", "id": "032d0876501a4f0e81e65c54ee7d5cbc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d417588498ae410d92ba70e183edb8f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "521bcaeacfb04a47a686bfe37e99d923", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8b7524ca1e564c53ad3c682415ab5e9f", "region_id": "RegionOne"}], "type": "share", "id": "171d7af7084044a1bd4cf4a8fef767e0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "073c7ad6748948f3a2b86ae7db5d5aa4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "04119e029edd44aaa86cba41e8c4bb8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d571c02b0a314354bb430493e9a03b0c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "27f8dad634ff45bf843b8714f0bb3098", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cfddc36259ef4857ae4db3e2734e779f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7591b88dbfb74f4687fca171918deaab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53ec3c3e650049f6937c3010899ad836", "region_id": "RegionOne"}], "type": "orchestration", "id": "3d44acfd046e4b77bdac82c1aa400319", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4604c86ebee4387960a12afe059ceef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc4495cc9dcd448d9738eb8480e4ae3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90f8548f928043eb82c83adbd3083e56", "region_id": "RegionOne"}], "type": "block-storage", "id": "7dd2bd7a1ae84c45af38b84255eafa39", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51baa1c01c774c7c9e45c9ea68892b3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f623cb2e8484d7384ecbcbf35d38b26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e53587c49fae48d5a4e42ae69f58685b", "region_id": "RegionOne"}], "type": "volumev3", "id": "be79420603744dc28adfe10e8e381048", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c571eb9f25d64308b77be961971a0f2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "912c57f9613b4e469c6a385ea29ac745", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "430fe359d14a4d60964f88edf46825ee", "region_id": "RegionOne"}], "type": "volumev2", "id": "1bbd3167b4f04a82a518a613901c86ef", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af228ed8efe640059a688d6e14ccb78d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "313a2d9651234b2192008f03b856ecfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48ef3e2fb72e416dbf5582f75af2136b", "region_id": "RegionOne"}], "type": "volume", "id": "99b6815ad79442eb836aac0446be12d6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "906cb8c50698459391660dbd252d9863", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15a7b9b421814a5e959ce0c0a2cb247b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40d5e4841c42448b9c0ee3f3e6541f5c", "region_id": "RegionOne"}], "type": "block-store", "id": "8acb90c815584e2cbc039bd0c5d4ed90", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "35081d6dee674638b71995186d4fe295", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "83f34f53c5604ba0b35511be409958e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "28c02af7e400487cbab6e60e59c27bc3", "region_id": "RegionOne"}], "type": "alarm", "id": "783425a22a25473aa84a98ee8029bf8b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "704d7778ffc84edd98309d8eabfe0de6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "92b21acea473409caea749548ed8087d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b7310efd0b604c2688624cb30bea4218", "region_id": "RegionOne"}], "type": "alarming", "id": "533425ba33374b1287b89509b27234e3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "255433ba1a4b4b76a16df727c6a14e3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2c33dbf569324e8fa997855695642524", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e474be29bbea4c7ea3b73eee3e44f8ad", "region_id": "RegionOne"}], "type": "meter", "id": "ed5d95af74ea42c4a0ea97fa86b2a878", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cdf1994b23c8475f8ce05f55dbcd4e6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ffbd609ecab04bd4855960d4598fadd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "12a35cc7b6274f1aa0d9b16b3622fa40", "region_id": "RegionOne"}], "type": "metering", "id": "925d3e9789474c8791a907151180390b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9bd145f2917d41558165f51d9d769794", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "de4fe318132848b78785f9aa2626ddda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "48ea1b4ac00a4f9f94b9fed812f0f405", "region_id": "RegionOne"}], "type": "telemetry", "id": "2370e8098d144d6986df79f82444d863", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f1cfb8a0f9844d19888ca0171c8f2c3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9989dfefbb3144359f6181fc15be2b95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6b65ed9a0e884adba4a6997c61494b64", "region_id": "RegionOne"}], "type": "event", "id": "a0beaac1cd1040a1a52802dfa30075ab", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5d5bd5a2332541ba8718c94fc94daf45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "782635a54fd54729a13180b0a29a442a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2ff6a5faccc04d1aa3c994c627548d39", "region_id": "RegionOne"}], "type": "events", "id": "736bea2012374f47a1979b5278f47099", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9f7db71c49e143389fc8df336506af6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d4430c9487604da9bbcc58c93e9dc8bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0b43cfc223df48788aefb9a6b00889c5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "9fa6641ab0fa4fadb7f89234156cf578", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "405d248aadd74da7b9dda16d697390ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fa937882a79646bd9e3ae5554f875c3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "27912dec78824230afd557e4614efc84", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3fcdef17e6234c9496625daee02042ef", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b0011475dfd944a58db8b0ab18096332", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ed4c6d98e00748e1acba5ddf13005e6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4cd8ade6db154714acd0e635e8a5aa91", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4cbaedacb44c424a86d236f1e8c72da3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8ce8eac85c0b4508924e7712e24a1965", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d65c8e973a3046fbb264fe74beb8beca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b1a09a535c804ddda78bb663d10c8c95", "region_id": "RegionOne"}], "type": "tricircle", "id": "3c9d41f46ad944b1a07ea6dee10b852f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "93f595d29ce44fceb9151d4827cb7a22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "db956f8a9ad64819bef2611d529cc914", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d7a63119fd274af3b896f96e62dac552", "region_id": "RegionOne"}], "type": "database", "id": "fbd0d0f703354b4abdfd30c366076507", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fe328ae3ed8d4fac9686fc8a3e68c374", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2c76fcc4bc114869ac7c175a3f376307", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e8f7ded207c2484b9feb3eae0140cbee", "region_id": "RegionOne"}], "type": "application-container", "id": "6dc0d5152cd04cdcb46e0e24375e5c00", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "957bed67c0d74522bc3343e1fc983877", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3d5778fb5f77474b8e447f8f472c4806", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e540a942d08244648dfeb04889df0b99", "region_id": "RegionOne"}], "type": "container", "id": "c4ae934e3d0649b3b6b0ce7e375eb2ff", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "81549026b91c4c8d85cc4dad9c6a1834", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f5626a8e569c4ca6a5e1c52578edf8d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d09d9e4f72d147a393869d13de54a58d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c972dbd47c494c27bb4a6b5e09fb617a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6650d4a72e9f4f1ab9159c565a2191ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d2853029de6a4d738f019eb275162853", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a616f1e5ce6343288d8fdca56b5a4f13", "region_id": "RegionOne"}], "type": "rca", "id": "e20bc198018d4c5fbf88610beefb4fde", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d3eaf097a3f248058164482d11ac8720", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1982af10e51b470893f9cc3d7ee23088", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9882d5625d824c1aa42d633475d4f1ba", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1f113ab08569407d9856070d860cc6e4", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c456555a05bf4b5cbca6a4d4143349f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bda9eaedf12347bfa2701a5c30d351a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7066402752064b6c95eb6bb67364eb91", "region_id": "RegionOne"}], "type": "network", "id": "85effa2872d04235b7501266d3b8c023", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2203b1987fac4abaaa6e899a69cb0b1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "bd5bf38cf13b43798c88534b6cf26e07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a565581ce36e493db56ce5c52288a2de", "region_id": "RegionOne"}], "type": "backup", "id": "b952279bb34e41288ea880f901f82279", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2942d1eb11654589b3972dc9c469d416", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "77dcbcbae4cd4f17b2167826aff01bf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "06b68ea16d5b4a4282a2f3e6c3465e85", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e71c4ee77ca141719f39f23a5a46b155", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "80c7de627dea45e6ba16bf5541342302", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "94b1405e86d549cd986e272fa8f8efae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2e531f488ac748eaa7e3d23bd518ac0e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "32f460fff1d4431bbaf27d8d629750ff", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d1511cc442bb4bbfb9b6cf446c79db23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b96dc7b3916b4b9293e1b05ade7ffc9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "cddf5520939a4c338ab1a90e1351f5f6", "region_id": "RegionOne"}], "type": "monitoring", "id": "17df93264a2e4e5ea3ac0f103635ae5f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5994928a0c804b71a86351e6163886f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "33131e66ce2145eeb21108836c9034f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d3132f19d5434a84b38249624c177a97", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "17ccbe5f99544459bc3a41abe0a3cd57", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f7879d2f23b649b48e95cf923062ef3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b90fab18b6344a45b60112b12f4bc871", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "deefc65558c340e892523bdbf72e1771", "region_id": "RegionOne"}], "type": "placement", "id": "120484a8af904ec1bf4e07ad50b1f3ef", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "173d31968bb74cffac87cb42b78d067d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a4333d08405a43d6856cf3212ef59fd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fc357c1d5fa94e27a7acd5af331b0150", "region_id": "RegionOne"}], "type": "instance-ha", "id": "771bf131c65b4fe2a88be287f7495eaa", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0f268665c898457890aef9ebfeaa916c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1943caec732e49b79d749798cb9a98d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "15cfa1e1ed414bdc884ca107bc7d30d5", "region_id": "RegionOne"}], "type": "ha", "id": "ce3a8375c9cd4262aef842098fa6e330", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "49c1471de55e4405bbfc5df3cc66fcfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1beac243ff3c4f5f8c66d0426b116ffc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4ac13a923f9e44179227af75c22cb358", "region_id": "RegionOne"}], "type": "reservation", "id": "50f58356b0034e65b7feda58eebed7a8", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ecd34810e74844fe9aa15ccc5a00ed31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d1cf6f458dba46b586e9f5fcebdade3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "53de123fa5e5452caec93063393f40cb", "region_id": "RegionOne"}], "type": "function-engine", "id": "f100698fb940465383a017b572874797", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7c3c1fccc720452eac3068452702422c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "be6628e5802044cc800580d83a34dc0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9cd39ce8a4ad4c13a99c67b767f5b597", "region_id": "RegionOne"}], "type": "accelerator", "id": "d91014bdd83f4ae89370bdbe18cbee96", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "94abb14237b949ce8e6ee5d4cd0f56b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "402233c66a614b0bb1c88027c5d02284", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "22116e11b23744909bbd78f94d2288fe", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d8e6bda7679740d9bff34961b48dbc70", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "751ddc9b578343258c9407b269d2c185", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "68e6bff0b6bd42ecb555de5db3c390be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1bc45a07d78b4904a4bf04cd85591613", "region_id": "RegionOne"}], "type": "registration", "id": "677f3fb149f74260839337cf40f1a3af", "name": "adjutant"}], "user": {"domain": {"id": "fbcbcf40965e44fcaa8039a622f8aa09", "name": "86c4dce7f8844a91b3a119d6ad860280"}, "id": "302375b63f6544b786cfc226d0875b01", "name": "3f69b26570234a048d98eb9ddf1582d5"}, "audit_ids": ["45d2fd6370b44c1db4244c92c7b4be64", null], "issued_at": "2019-09-19T09:04:41.086766"}} 2019-09-19 09:06:41,288 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,291 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,292 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "router:external": true, "subnets": ["cf785ee0-6cc9-4712-be3d-0bf6c86cf455"], "tenant_id": "7a1ca9f7cc4e4b13ac0ed2957f1e8c32", "name": "GATEWAY_NET", "admin_state_up": true, "shared": true, "id": "7004a83a-13d3-4dcd-8cf5-52af1ace4cae", "mtu": 0}, {"status": "ACTIVE", "router:external": false, "subnets": ["a47910bc-f649-45db-98ec-e2421c413f4e"], "tenant_id": "7e9c4d5842b3451d94417bd0af03a0f4", "name": "openstackjenkins-network1", "admin_state_up": true, "shared": false, "id": "405abfcc-77dc-49b2-a271-139619ac9b26", "mtu": 0}, {"status": "ACTIVE", "router:external": true, "subnets": ["9c21d704-a8b9-409a-b56d-501cb518d380", "7cb0ce07-64c3-4a3d-92d3-6f11419b45b9"], "tenant_id": "7a1ca9f7cc4e4b13ac0ed2957f1e8c32", "name": "GATEWAY_NET_V6", "admin_state_up": true, "shared": true, "id": "54753d2c-0a58-4928-9b32-084c59dd20a6", "mtu": 0}]} 2019-09-19 09:06:41,305 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,308 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,310 keystoneauth.session RESP BODY: {"subnets": [{"ipv6_ra_mode": null, "allocation_pools": [{"start": "172.99.106.5", "end": "172.99.106.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "172.99.106.0/24", "id": "cf785ee0-6cc9-4712-be3d-0bf6c86cf455", "subnetpool_id": null, "name": "GATEWAY_NET", "enable_dhcp": true, "network_id": "7004a83a-13d3-4dcd-8cf5-52af1ace4cae", "tenant_id": "7a1ca9f7cc4e4b13ac0ed2957f1e8c32", "dns_nameservers": ["69.20.0.164", "69.20.0.196"], "gateway_ip": "172.99.106.1", "ip_version": 4}, {"ipv6_ra_mode": null, "allocation_pools": [{"start": "10.0.1.2", "end": "10.0.1.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "10.0.1.0/24", "id": "a47910bc-f649-45db-98ec-e2421c413f4e", "subnetpool_id": null, "name": "openstackjenkins-subnet1", "enable_dhcp": true, "network_id": "405abfcc-77dc-49b2-a271-139619ac9b26", "tenant_id": "7e9c4d5842b3451d94417bd0af03a0f4", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "gateway_ip": "10.0.1.1", "ip_version": 4}, {"ipv6_ra_mode": null, "allocation_pools": [{"start": "10.0.0.2", "end": "10.255.255.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "10.0.0.0/8", "id": "9c21d704-a8b9-409a-b56d-501cb518d380", "subnetpool_id": null, "name": "GATEWAY_SUBNET_V6V4", "enable_dhcp": true, "network_id": "54753d2c-0a58-4928-9b32-084c59dd20a6", "tenant_id": "7a1ca9f7cc4e4b13ac0ed2957f1e8c32", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "gateway_ip": "10.0.0.1", "ip_version": 4}, {"ipv6_ra_mode": null, "allocation_pools": [{"start": "2001:4800:1ae1:18::2", "end": "2001:4800:1ae1:18:ffff:ffff:ffff:ffff"}], "host_routes": [], "ipv6_address_mode": "dhcpv6-stateless", "cidr": "2001:4800:1ae1:18::/64", "id": "7cb0ce07-64c3-4a3d-92d3-6f11419b45b9", "subnetpool_id": null, "name": "GATEWAY_SUBNET_V6V6", "enable_dhcp": true, "network_id": "54753d2c-0a58-4928-9b32-084c59dd20a6", "tenant_id": "7a1ca9f7cc4e4b13ac0ed2957f1e8c32", "dns_nameservers": ["2001:4860:4860::8888"], "gateway_ip": "2001:4800:1ae1:18::1", "ip_version": 6}]} 2019-09-19 09:06:41,401 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,406 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,408 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:41,430 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/test-id -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:41,434 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,436 keystoneauth.session RESP BODY: {"OS-EXT-STS:task_state": null, "addresses": {"public": [{"version": 4, "addr": "104.130.246.91"}, {"version": 6, "addr": "2001:4800:7819:103:be76:4eff:fe05:8525"}], "private": [{"version": 4, "addr": "10.223.160.141"}]}, "links": [], "image": {"name": "cirros-0.3.4-x86_64-uec", "id": "f93d000b-7c29-4489-b375-3641a1758fe1"}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "1", "name": "m1.tiny"}, "id": "test-id", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "104.130.246.91", "accessIPv6": "2001:4800:7819:103:be76:4eff:fe05:8525", "public_v4": "104.130.246.91", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "public_v6": "2001:4800:7819:103:be76:4eff:fe05:8525", "private_v4": "10.223.160.141", "interface_ip": "2001:4800:7819:103:be76:4eff:fe05:8525", "name": "test-name", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"} 2019-09-19 09:06:41,469 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/test-id/os-security-groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,474 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,476 keystoneauth.session RESP BODY: {"security_groups": []} 2019-09-19 09:06:41,478 openstack Disabling volume entry in catalog per config {23} openstack.tests.unit.cloud.test_normalize.TestStrictNormalize.test_normalize_glance_images [0.104765s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,317 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,322 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,324 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,328 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,340 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.256121+00:00", "project": {"domain": {"id": "6a395f07df8d4df1a1229bcdcd6d96d6", "name": "4086145655b5410796071ee0e8d00747"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "86c7078fd2884702af11ea764c42f413"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ea8aaa69d8b146ea8345a3152b593eba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "59991f525c1c43469761b074360b7dc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1332307004b2474fb301af897e119e63", "region_id": "RegionOne"}], "type": "identity", "id": "89351e1b537143c0850fd430b2f05a26", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4efbb01760364ee1aad37a4575b650da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8695a108c0b4430ba391ef15f5255662", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "1a577069370d40d79bcfd8d35b609700", "region_id": "RegionOne"}], "type": "compute", "id": "61fc84a732de4cc4b65092c035006073", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "31cade9882b9413caa6f6ddb866c0e08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "df07789bfc0944adac6d1ccdade44769", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c2826e7c06ee4653ac52546542dfa89e", "region_id": "RegionOne"}], "type": "image", "id": "a121f0da084543f187e50f510810878b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ff0c3245e800463aaad7659e550332bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2a25b117e1124535a56272795809978d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d08d691a87f245b29595f7837d778a74", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b29804579c024b59afac848d848e0f3d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ae970e0745a4d22aba7d0492ddb3c77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5553952c86c246728e6bf57a8aa3344b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a4104299b4b4096bf9b9289c325ec70", "region_id": "RegionOne"}], "type": "object-store", "id": "568c01778a3e49a181ee2dfe0968790a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ea50bbb4a48b4963886363577cc46d6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "84d7c1b7951b443d9e45391a7028b215", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9dfeb7c9e50a413ea5e9c038da5958f8", "region_id": "RegionOne"}], "type": "clustering", "id": "4a5ef8a2f0f547f38d7f4711b2c71433", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5b08b7e7753443898f7aed7ddda34c11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d8bbd662850f4270917071beda9fa745", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "aa0d24d2a6454c1da58a185d321d08f5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d603032662fb4f42b0558a04af80d36a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8e36ff975abb4ff19ef7f9c2754f5dd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "122c14cbeccb4b779befe2a8f11baab0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4cbdc98737364dfd88affdc07da8c2ed", "region_id": "RegionOne"}], "type": "cluster", "id": "de0e208ee63143129f9a9156f5485eec", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fa47b83409414c3ca3d735c870ccf851", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "78cb7bec1a9a499586755371be8c9490", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6ea72fcce0084a4ebff886dd56ab2628", "region_id": "RegionOne"}], "type": "data-processing", "id": "ef58dfa80647487ea08703c253f8545f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dd7ff06a135c4f27b6cabf73943f9225", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9f9f0ca32308459aa7a94008c1beda18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d6bbb37a4ff34f7d82b54281b074d32c", "region_id": "RegionOne"}], "type": "baremetal", "id": "344cd4438a7a4d42a460fd040135f618", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "de7c8aa037094ccda5a20642c7e90017", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e593e6e8ed9d4b119b29a834189bc50b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "47ec9e9396254b3e9a66c6de6a149cbe", "region_id": "RegionOne"}], "type": "bare-metal", "id": "01af5d909380413b9f7e30fb146015f9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e379894abbf7499d9a2ac862e9a1303b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "20a20c7ae5f54769a166283f88140c4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "dda117b4cb934277bf6d08c2f07b74d7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2692308f221c4f9395100e5a87da38ef", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "451d2f35d479426b84f9896d0656a48d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5fefa91ea16c41e1927900e544c9badc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7abe66e28bd742a2b4daad65798ea5d2", "region_id": "RegionOne"}], "type": "key-manager", "id": "b8946bb206f841ab8b547a46dc27e937", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "835249a60aab4fdeb5aa60615e6938a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "90a66ba4d4e6484e8dd4dae0cb696bed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b7ebb36d9b7a492fab58bbb59d361dfe", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0dee8d485f99454faf69950ddb131742", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eb11a81f073d4d498ffff26e068d9eac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "85c73f08eb074180bbbd9c04a1c294c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "acbb9eaf02e94a39ab0cb43cbdfe58b6", "region_id": "RegionOne"}], "type": "infra-optim", "id": "14d28e6e22ef4d6586f67e6cbcaa3209", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ced4ffcb3b5a4fd3918a762bd0ce72af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c2161064c67947a5b78ec3b3bd5f20cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "72e6e63163a5454c948027c78da16c75", "region_id": "RegionOne"}], "type": "message", "id": "fef65fb4ced64899974014b02f600b33", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cbf8f01470934283b9aca3700e1bec05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f95cdaea05af4e4a85b8c10564606bb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "53fe5da7bfa4427880aba290afceedb1", "region_id": "RegionOne"}], "type": "messaging", "id": "1fab24d094b24f79a3d62289e89b89fe", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3ef6b86328814bba9c8628709a84f707", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c3eb8e7ef375450a881ae8ae233a4736", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a838456b5b7b4952bf46ca1e84ea1a5a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b7288458138a40569e920ca5a3768a98", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "377d5884e862444681ec9c5bd2d9c7bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fdf78fe108cf48c5a328d4a5f5c28fba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c24060890e52402fbd1fd0e111311aae", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ad005e5de3f849db8b8a2af9a74f4da2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "78649e96d4694f4cb73323fca7c3b8ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4086b9d708cf446f84fff581c1218600", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0d69581b10ea4f209f60df5802bf9600", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5d1aecfc5f4d4dbdb8390c3c18bdcafc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4d399e76f9cf4897ab58645081788d1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e809a864c96f4085b5172eeb7d9a4592", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a157940ea70347789bbca60f00e5d736", "region_id": "RegionOne"}], "type": "container-infra", "id": "d6bd376bd315436ea4b3075ed1d20b74", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a749b40202634e77937ebaecfd79c44e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "3c31e50735d944b7a11faeadd87b36a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "02e2228dbbba4a82ae75300b23e441cd", "region_id": "RegionOne"}], "type": "search", "id": "c477ab042daf4c0597bbe49f362002e7", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b9ea044b2fa3424da51a324a9281dcea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "beb6640f129c4dc981f1711b9686a6ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "fa989011ba12475eaaca3a6921197703", "region_id": "RegionOne"}], "type": "dns", "id": "f2bc9b99d7ef49a98a990685d7cbd63f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0ca8141b66944578a78dd7ddfd56e40c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6c1e73f465e3401b9c7dfb4830f60f62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9cea022fd6f549d38b5945e76a1c08c9", "region_id": "RegionOne"}], "type": "workflow", "id": "554acbbd7ca44accb3e00110c19123b3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "35e35dca3cf24291832252f9669078ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ad6fde9fd5f64ff09c4fdfef3099211c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "19412faa4917434d8a8e6cb7e6b48e04", "region_id": "RegionOne"}], "type": "workflowv2", "id": "bfa97abfd4c44380a11c4b4b617feb42", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f1ef9d6dd41842bca71c0aeb5e20ce78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "59e240182b8f480f936d65fe69017215", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "70cd831d59d342259ebf85d5bbfff5c1", "region_id": "RegionOne"}], "type": "rating", "id": "47e0f8963cd64a32a6cfe01f44b60ba0", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "647fa1b9db8545a1be0923bed8902c19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "17ce4e28db264e28b678d39ab5401683", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ddd0170166ab4dfa92d76a97533c04a3", "region_id": "RegionOne"}], "type": "operator-policy", "id": "9690e11942eb4d5da56b80509c9ed774", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f054e52df6da47c6bf5e53fc7728b8a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "83230739cd6646bd9a2130dd4f56cc69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "430ce3a5e7da4e428fac00aa428fbce9", "region_id": "RegionOne"}], "type": "policy", "id": "49b3a666d865467785f615dc96ba7098", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a460e953562a48d78b6ac64fbfa4a213", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e88cfb329c1446a38d1d1bc47b543e47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "966a55d703334117a79a918cd6e4e2d0", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6af3ecf312b94dd5a78d01183b1a7016", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "28dad809b511444787c5ef75d5e99e47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "28db36a8afe844e8b6e5f9c8ea2fd00a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1de135f74e974c5fb6266e4adbc50f9d", "region_id": "RegionOne"}], "type": "sharev2", "id": "4d3f270121cc4ae8938deadc0fa4674a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a3d682a7ccbd44b3b28fc7938b59a440", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fa534dfff1964b569788c5c88b3e5ab8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c4854deaba904a159e9ed6d879f80fbf", "region_id": "RegionOne"}], "type": "share", "id": "ffe71cea194949bf8739558b154d1bce", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "db3fb9d16c4e46b99352c143f401f4e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d95fb23027fb4c7da8a791db5c832e90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3a8b88828c7643f2bacff6e99162df68", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "167217bc1498488ea2b03a9d6addf8a2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1046d24665f94a9faab81bbb3cfd522c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c9b181056d5846e8a5366dd5700b4fa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2581440b5d2c4b1b9b410521ce14df2e", "region_id": "RegionOne"}], "type": "orchestration", "id": "dbcc27e05a7c44fa8ad2fdeb501ac6f4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "380edf76629048f8af90930d91b6c64f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4d6e98d32024cd9b2f495658549e7d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a68fed65d876405ca8cacc456930c052", "region_id": "RegionOne"}], "type": "block-storage", "id": "c1565f8a8f6e4c4f84b4d0a3622f49b4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b9e723fa9fd463c9ccde3b672f3c729", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68e2835786e2450684baa1d903eddc1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed40476aeef54c48a9b67e8893479ada", "region_id": "RegionOne"}], "type": "volumev3", "id": "9968802e0d744e6b923b743fd9eb31d5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31a07448ef4d4ce99f449030b034ad53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dab2ab7b803e48568969dfacedb69fc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b428c8d46374171aee748c83ef48f0d", "region_id": "RegionOne"}], "type": "volumev2", "id": "7f5020cbc22b4002a4e74b9e6384ead3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e7f8e1da4b64796baf30a0f2a21304b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45eae293b01143bb8aa76823510ef34e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93f98cd21bae4bcb96c2fabee376b148", "region_id": "RegionOne"}], "type": "volume", "id": "1ccae3ab4e784b76b33b4049a7ab8a93", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe9313fe9fd443bb9ddf336d74e0cb29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c89aa7d5d84246329580078c2a65d192", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "559ee499a86842fea4317017be5c27b8", "region_id": "RegionOne"}], "type": "block-store", "id": "fc978181d34746d5abc83d411f6e4f30", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f6d0f987081a42b29bda5499cb649c44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dfb9761ae7f14df6b43c5adac069f9ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c342522a0bab4cf9964a69e18f6281fe", "region_id": "RegionOne"}], "type": "alarm", "id": "7bf583462921425391a2525b67ac3701", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "47138b62a3a546beb1fbdca8e3e8a3eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c9c5924a0d5749dbaaa0fa870c1a2711", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "22b8c0fc4edd4ebbbcec1e9815da13f0", "region_id": "RegionOne"}], "type": "alarming", "id": "6756f9b222a2466da43492df7a16f24c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8aa4b0b2c4df4c5d873a5cec8ca347fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7ecd0e8f839c4611a3a8296d6f312795", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "34cd2c5a93804614a71be2a50b922ef6", "region_id": "RegionOne"}], "type": "meter", "id": "53d47d5e245d42109a8afc8605edd8d0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d6ad0fc42b634f00aab69605333bcb45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1a4b9a1eb000422b84a18beb17781983", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ee5699e690db4a09824e400db05ead01", "region_id": "RegionOne"}], "type": "metering", "id": "fe07fd17e5de4771b5713240d15c321a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c9219a23a37a4c378cda3e85ff413427", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a29546de20b044e2bd3396ffda229844", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1d8a0758ce854300a4ce6d9ccc9e689c", "region_id": "RegionOne"}], "type": "telemetry", "id": "3ca81d405dbe49e5b4c771180346c07f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7c1748cbed5b49029365ba3858730a10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7345c48a05a64810b78dfe02b4e16761", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e4a6bfa8aad447468f91bc0d6d1d72df", "region_id": "RegionOne"}], "type": "event", "id": "8061c4029e82465fbdd1dec0644d9a7d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c86668421dfb4407b26f470cb57e4913", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "37673edf8dd049ed97e8bc0de331b786", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "74a80adff38c420599eba5dd341521aa", "region_id": "RegionOne"}], "type": "events", "id": "d7164bc8ac334f8fbc763ec337528b72", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "abea390821cb49afa6f21b5e281f2cf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "530622f67d0f49dfab9d710e6853f031", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a8d69aef53224a7799895f67a912be60", "region_id": "RegionOne"}], "type": "application-deployment", "id": "7966d8c4f67d40af927439f740bb37ba", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8f418dcd74394a5e8acb25f2923d39b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0a551b5aa1574233acac3317b2528b90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "cae3608b12754cff8072619178a23afa", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d632fea93b544e8db3c519b0e9e42c3d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dd50d67235b24b0cb3b21ed33da616ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2312f48dd8e84961af50372f9d15cd75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "dc3bc0fdff0a4e07895c67abf627bebc", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b5a3ce56dddd4445879b07f40b7e1b34", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f08d2079a9ce49f78fe28321e76d7a28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6911ffdaf4534f34ac8f49941cd9c575", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5964b5ddc2ad44feaf29549608296cf3", "region_id": "RegionOne"}], "type": "tricircle", "id": "e975452ebb8049c284751a2864e31d26", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "14825944495c48d3a6b1874fc03ce102", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ab1c39c7e2624515b9ed43f5364eff23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "825305de253649acac8fb9b85690c13a", "region_id": "RegionOne"}], "type": "database", "id": "65e174c6a3a144f993c79cc2e8b41b2c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "24f13a3ca372487aa97667d1baf08b27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f1658cf2b6ef458c9894f9d27121d937", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ece25838eafa4c74bb618be16bbf609d", "region_id": "RegionOne"}], "type": "application-container", "id": "f880a5757eff4df5bfd2f1cc5054170e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c99eae09c04347dc9ebcc22bcfba54b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f8521007ea1b424f8cfcad01fae8b661", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8a1abe42f4434a1cbc403b55fed579a6", "region_id": "RegionOne"}], "type": "container", "id": "9e53a49e09ae43e1a1f9845b1ef193b6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8f0783414908441583ef69a85aa052bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0f2eba42e4b5411c80293b9129ef23f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e7de58e164f345108b6cbe5b5ad3540c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "15dd8fbf5f6143afaccd3e0a207b815e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "944015757b7f4aee8cdd042dfeb3b62f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c9bb2238788f47c8a4a1cf1d21a3f231", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ae101ffb17d84646a6dc24da5320cecc", "region_id": "RegionOne"}], "type": "rca", "id": "089d32402f6c4e13ad40ba84ceaf7390", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fdd368cb8cab4854a3bfc5a8a15c23c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "86c77e64243d477f9e80fed3f9b93f67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d8e1db1f730e42babfea0c0fdadc92ef", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "bbdcf0ded8644b67bc80e154557d1a8e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "364b2d8110b24c3faa24d2b28703326e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1d5553c1e59b4cb8acdbc02199c8a12b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6bc4b1ae975c4f12b82a8440378e2a56", "region_id": "RegionOne"}], "type": "network", "id": "5fa4b80ec143443abedcb39692585583", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "64686258d7e44b06948d1909d969ae2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "3492e2fcf3b54af68a1eeadf1e18ea73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a386362f6dba4513ab9bf17f28409ca1", "region_id": "RegionOne"}], "type": "backup", "id": "70d009739200498b84d15d6ef8e7a72c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "aa8e895450a84dc5a58bb55ad126e2ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "627b46ca99824fd8aecf88affae11b41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "af655117a31a4388a89eecaf48400e3f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8b89b277a8af4bc7bd6c0813ea33fd2d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fefc95031dc74b7ab8631438eefaee80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1e3a7e717c594d1b993427056b7c580d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7019cd3e7e1e44ad81bee83872bf1030", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f76e73e5350d49c1b251874a902a6afb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8e56a8cfce5a4c81b8e741d3a59c3c71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a9e737a238534e7495f3762e62833e03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8545be1b58ab440c972ca884bbff31c7", "region_id": "RegionOne"}], "type": "monitoring", "id": "53e774575b374ed3b24af2ce6c2d7d2b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2062864f207447a38feb50810db84408", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7941c7409b284c32a815e2600e0d3ad5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e49491821974465b9117c4c2e552dfc6", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ad221c29c40a4504b0dd1a24e2907c42", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "bd2b5f6402f34b28951dbb3c0e53ad5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "93223f0cc60144a99f5422949f8225b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "bbbf73882d4f486d837b7af9b0ab11e2", "region_id": "RegionOne"}], "type": "placement", "id": "c056bd4c98274db5a362d3bc97a04371", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e8e8f99ded9a49639cbc45a8f0a45b32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "970ecf0c6ca94c57852e9de63ca962f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fb999b36d7874fe3bc1d01ab060d3b9f", "region_id": "RegionOne"}], "type": "instance-ha", "id": "6c664546fa6a4525995519c4b0d59ff5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1c4487764fd3438aa27e75dfd8d4490c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f4ac5e4a82f2438fb0c1f74f6eb7a84b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "de45cbb2a6de4ad49da32cc86c0968bb", "region_id": "RegionOne"}], "type": "ha", "id": "ed8dee21206946e8893b50836f672328", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c22fd8fe6c744a2c87521df84e4da64c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5682a00eaedd46df91262a6beebe783a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1983cf02b41649c8979763f15061c6e7", "region_id": "RegionOne"}], "type": "reservation", "id": "622c674d40b74c9d8f6143e8d8bda86e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "85ff96529a7e42e9ad2b2b880c40a063", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "83989f9de1e64d4cad0b77ef73e9e138", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5f645b75adca40b2866720e0a3f5d4d7", "region_id": "RegionOne"}], "type": "function-engine", "id": "e407649b7f42465498fe3df4968253c9", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "56af65f51e7f4ae39a88b666ca07fa27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7c4e522c892f4eac96cf92c4b6fd8c3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7d43f41f20b94412b2fd628ed4abdb1c", "region_id": "RegionOne"}], "type": "accelerator", "id": "b9eea7b761f54a5fa6eb2f2750ca8951", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6956e10499ef47209aec79f66ca94abe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "24fa7383af6a479e976102bd2feb84f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d2b923efefa74ad98d58dbc98a1d8e53", "region_id": "RegionOne"}], "type": "admin-logic", "id": "434df24bef5c443d9ec0c8f18e529014", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fedaf2c1b3b449729c26424ac12b9bce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fe7afe4f6e2240659565cd0676d00929", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f862969d8a93408e8f6a6dce39a3b93c", "region_id": "RegionOne"}], "type": "registration", "id": "12f8ee3d3c944731a9113b563921476a", "name": "adjutant"}], "user": {"domain": {"id": "28c002c0b2ec44d197b6e7f4092776a7", "name": "910cf1d9dd224dfc97106bc9eb3223ca"}, "id": "9f0c5645cb4a435c94adabda86e752a4", "name": "91df89e634ea4ffdbffdf21b41379476"}, "audit_ids": ["7b376b53cd89499ba0df027213976f56", null], "issued_at": "2019-09-19T09:04:41.256121"}} {21} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_create_flavor [0.169209s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,239 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,243 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,245 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,248 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,261 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.169787+00:00", "project": {"domain": {"id": "49c96031d0584be894a526504e247420", "name": "e6adf7500e5542e0935c7d14ad91f89f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "068feb263dc94c30999e88361525c640"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9b0bc2a43a634f7094cdc06a6cfea329", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b34d280abe3d4d409a794819c5d21e54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4d46de2145a44f05849091af54fe1105", "region_id": "RegionOne"}], "type": "identity", "id": "c6d984a36b724425978c23d1dde535f5", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f69ee5b43557475d9206d1d89fe4a0d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0eac23bfd4a24820b4169678ff46df58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "087bf51675674036a9883fa647ea23f2", "region_id": "RegionOne"}], "type": "compute", "id": "d91c96062d2b408db40006b828cee38c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "179f433062234738b31b03e772607694", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3c640ecf0fd043eb9301c60fa97cc7c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ba108eea76c44f8087680d657306524a", "region_id": "RegionOne"}], "type": "image", "id": "94457c8a3b144c28bea8032895bd30fc", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "200a271c15f24fea94fdd9e6dfaae3cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cd4db68914414eb68f8bd31293dbab2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "968ae9eaf9df4116857261ad46134088", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0e6aa9ea4d1947dcae8c67fdf46adc5f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8fc32ca9763421ebf4c59fec016bdef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "889b6f4ac37245a6b7d9a5bcb9455ea5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ecf61118d77b4004a84fb8a9afda7f46", "region_id": "RegionOne"}], "type": "object-store", "id": "68c3ad314841494e96dc1a812f5f7ce0", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "739a36b5095148a0ac0075de8207c3e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "346eb4e4f4ce400c9662b624fc492e6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "98a2b6fd77164f54bed4a5124018252d", "region_id": "RegionOne"}], "type": "clustering", "id": "090f60a70dba4d199151135d383cac5d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "75b3c751f2f94170b49c7913d5a132ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a91399352e574eda8624c38205ceeb06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "261b3092faab44ed82a43918f674edb7", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "11287f7aae9c46fbbbee5d70c4432abb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "684a2e3fb0b44bdb871561abecc4f6c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ae68659f64b546118824aacc4d7a0a00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dd71691724984eb884ac2cda2e8867fb", "region_id": "RegionOne"}], "type": "cluster", "id": "8f0121a308cd4e53be3eaec126e4ace8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "32b71d69aba54a33acf68ec1c6be43ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5b2843269fb74b74ab94668ec86fbc44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "debba709aacd430ebb748630a283ebf8", "region_id": "RegionOne"}], "type": "data-processing", "id": "1077819f691d4073993878e7ef16bcfd", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6ff36171c95245bbb4de83277253ca73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "46fc33a79d05411d95fd917f0132bcbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "93416a20980a4972837301bb9fb2746b", "region_id": "RegionOne"}], "type": "baremetal", "id": "562800d486a3496088594093c8500f97", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "23b6aeca0d50458e8e8b2abc995ebad5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "656eeea5467d4d9fa301a68feb9ae9f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bd037d1f8e024da7879c14567a9c3391", "region_id": "RegionOne"}], "type": "bare-metal", "id": "40ee6de2cafd463a909a93b288f9b9f3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8ebaafa0de2a4e5196405f344164056c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "49b17250932147538947ab6aca55a9c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d8a417be4a7f4263823aacc3e965b2a6", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "4e81286f36474bc7b71a3029123aa2fe", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "69e515efecf24c058047e256f20aa070", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e47e0a2ae6f04a9fb0300bbb0f826488", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d1eadf51b01b4b56bf905eec40dfa9d7", "region_id": "RegionOne"}], "type": "key-manager", "id": "62515681cf5440b89abd9abadea096e5", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "74e7b507bf2d4f1cbfd19a1a6582466c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2ceb90bebeb1409c88a0de46362b9a16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ae1c6fcb90834068a3018039c0fc52b7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f6e735d41038402999f947bb94007efb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "971969a0c2b046ce94e2b12e79392193", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "062cc4dc5db5421aa5644f07ddb24a4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6d093279c3c345e680ef19e99d80543f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a3c8a793fbe94a808848fa2c76650d5d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a3a5d9fb2f2d4ff5af5ef520da5c575f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bbadd7f65dc3487d93272d683cc5000d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "285c5c26d8774c078210e551eb928831", "region_id": "RegionOne"}], "type": "message", "id": "2c4c7086f7624c93809e87834b06774d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "209b95f4766945289997b2d66df80d29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bd36f1fbe44242acbbcaee666fb28d42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "39e0a8c8eab94d948a7691989f56f9f5", "region_id": "RegionOne"}], "type": "messaging", "id": "682441b458eb467894dfa052a15f9ca8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "83bde31d53644c809424e49d41675806", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b37d6ce4a2e34013923abf34479cd974", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "07157bfda4cb4b52a96d1ea21e2b67f1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "5e85d7cf787f428387cd49f478fda36c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "073f0b0cd231460ebbaae4fa68f37ddd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "794e3a60db23442ebead13541a256deb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca04c35c0142425c8d4eea0834846b74", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "20ba16da9d254edf9f24f74168d1524e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "982e0447444c4629abed0a14938c5e96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cadd1fc2d5f3451f9365e5b250bf98b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f468835d23c24f1aa4a0b7b57024ca6d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2c68ddb709d749f1901fbba4f376af5e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2b3af1256a5240fba5649b991232b29b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18f9bfe392d04114a0fb4bef386e36ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "87bb709e31f04fe3a4cb7b6695339ea1", "region_id": "RegionOne"}], "type": "container-infra", "id": "7dec1f1dc6294bb89d3795343bd6a318", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d020e17e58ad460eb9dafbc2a2f6da77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "273583b5fb4243079cceb7c42c513a23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "10839906ede44fc4bb402b5e4702c5fa", "region_id": "RegionOne"}], "type": "search", "id": "10ecceafb5234287a5765ae6d05c5050", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "26f0880a371f4a4fbbb4578357a16bdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2501f2653add46ce823cf9598575b765", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "09a4f6f1730241edbeb4a429f3f98ef1", "region_id": "RegionOne"}], "type": "dns", "id": "509bdcf13da24dcda73d719c1dd5f38d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b3d11980fa954760bbecc7538d4083db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5f6b241cd07a43778845c478608f5563", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1f15514a834f4a1584b212bcf0df9a79", "region_id": "RegionOne"}], "type": "workflow", "id": "fa8badf760d54e358a9094a1e21abd93", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d68caea471ff4b02a8fe2862799dc090", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "50f2ac786e734dbbb26a832738a61b6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "239f81aa89894278a1516cf1ee484f1b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2f4e7965f029488bbba741fb8a255ce7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "42db124a711444dcb33fc4b78643af9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "542bc47f6e614055bae94b34695c3e2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0c2972fe1cdf42249f639336205cad23", "region_id": "RegionOne"}], "type": "rating", "id": "1098f76374f24198b2666dd2c8733d5e", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "77c28224403d4eaf9e2ece97e80d403e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9bb3978aa0354e2d8646b2cd792754f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fefcd4a4ccd4447e90c90e6d4c9a37f7", "region_id": "RegionOne"}], "type": "operator-policy", "id": "735273ace110425592cd820796da2718", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "eba84511ed94493980700387f09a7e8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "57af42584e1e4ff8bd82ec86c20cfebb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2edb530317fa43d6923d3f75869201cf", "region_id": "RegionOne"}], "type": "policy", "id": "b1325a4c8fe1459db0ab4762cf76253e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d328d2b9a174440082935aa0674853d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "73915c18672d4d448699d8a1b997485a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8eab68b208b449afa560964a1e673a11", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "82531ed3f70d4b2cbb5d0cd0367df34d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "24cc52496a2f4961a3904c4d6d17a3c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c6f0394e04c647c6bef721a5dd41d6d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9ed3cf29c2eb4e2998e982783dd99747", "region_id": "RegionOne"}], "type": "sharev2", "id": "d56000ec0c874c0486c9565d7efe471d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f8eb344d5d7b41c8b5396aff79311c0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4eabb691443b49b7a2b37c5084aaf7c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c5ee51d04cad48e59f664f15335b5fcc", "region_id": "RegionOne"}], "type": "share", "id": "11073a5bdb4a444a88bdf51a9950355d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "38030265ceb84cb78a16791b477c66ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "aa80c15c0eaf465fa7ce492bd7efc7ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e360fbce87394598b8e1da51be63276c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e46a6aa488e3459a9b106395563d993b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc730d305ee044e2b7c0fc947f2989f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4409a59f52c4f43851bf740be46f822", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97c8e7be11854fe387fd8aab576b413f", "region_id": "RegionOne"}], "type": "orchestration", "id": "38d52c8bbf8343608e74e8d2eaed625e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f659f12a8faf446eb7eb1bd0200a5c86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75068cc271f94545a4dc05d5272d9081", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5e85a13eca1413dac296989e32749f9", "region_id": "RegionOne"}], "type": "block-storage", "id": "bef018b28f4447f78d7c04eb7d17e37e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d0afa0fb1134396b5bde839cbb05238", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77c041d70aa14d61960c1ca3234563ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7021bf69c3c49dead2530fad547685e", "region_id": "RegionOne"}], "type": "volumev3", "id": "59590f1660c7400c9030cf241b4607e5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e3870f00a8049449ba560e1c698a708", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "326a39d85d9940f29f7407e1af24ecee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c7652d7cb75494399f9fb12e8a5e631", "region_id": "RegionOne"}], "type": "volumev2", "id": "e8b2b302f4f7466e9719c999368b64ee", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77d5d6debfe2492a8991600fc370812c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5c36a4cc08345bd81a78af3d0d8f4e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99763f11cf4a4b92b9684bfeace3c868", "region_id": "RegionOne"}], "type": "volume", "id": "b60fe3d817424a1d8104dce4d612f47f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d24abee0c3e649d8b41bac0be9c70cc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ba8e3f5cea24fbfb4e8ff4b66ad8ef8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b63b60b6fdd34bedb6ea6238df435663", "region_id": "RegionOne"}], "type": "block-store", "id": "9b94fca4c5354bada53e968d94b7371c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0098758c77aa42c0b86c1df58ba8867a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e0380ad47ef14b0ba43ea90c6327f89f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1942857b35e54fb3820c07cf397bc4fd", "region_id": "RegionOne"}], "type": "alarm", "id": "c8d5984288fe421cae402b03d70d8543", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6e28db03c0e0462a84185d3731865026", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a33386d4435c4992933b7f63cec2199d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "747ce62459f44e83a23bb857a4f260cb", "region_id": "RegionOne"}], "type": "alarming", "id": "08e8759ca775409da601fb1b4550a1d5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5b34a886ca45441b93f7a64205024296", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "50dc9660e180401a80b4c0a6a504c064", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "67ad2df03a214fae9d695d9d075d6571", "region_id": "RegionOne"}], "type": "meter", "id": "2e59ea8946f54b1583c7d2668bf91832", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e7774f4cbcef4394a2555a99da5dfe43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9c325af51ae945a7bd7fb7693b61bf52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d7c88e17618a454491468473a58e100d", "region_id": "RegionOne"}], "type": "metering", "id": "ab8c528631a84799b468851fde91f351", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "768bd3ea2a98416c86574fb2a56bcb97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6260a7659b0340059907d4e291361241", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ff34ffdfe5bc48e19d715e074770afea", "region_id": "RegionOne"}], "type": "telemetry", "id": "4722fc4f689947f8ba8203f97d50b17c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8d39a56712e84d099bf54533da3e166b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5f9016c8800045fc834f74969a1a23e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f8597114147f424597ef15d9c2733581", "region_id": "RegionOne"}], "type": "event", "id": "f9f62236b46c4433936ff856a2250ec3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "284db4e3ca3141e6968b3c6e7803fe0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "dfa6ae0976e44d8a9030d64ec5be0599", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "227e40ec6c074945a575da77bd82401b", "region_id": "RegionOne"}], "type": "events", "id": "7bb049e9532b4e7da6751cf8bf8f0c22", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "741c7f38654c4f59812bde74ba5f2c6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2d1c783c770b466689b217439e9993e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "310df6804fc54333a85d299fd2044153", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8e1dba771cb74519a162e3b76c71d900", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e2ab146378024c46b7d1a605f91725c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "efa7417ffe8641ceac01117477887cfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fcfef4e2cac4431fb35628eb31f73aaa", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3df4a02afe374e168070c62283c33f0f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dfd5cbef4f1b4fe4bcac53a05bbed0d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "740b22d7c79f40a2b623da6e6d8c0fe8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7a18555cf8aa4133b4aacd3979cbeb41", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6d3e614a1dd14818af56e429411e68fc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f0924c1749694d449fb9029dba89fde1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "af8a72fdd96641979ef74df1bb4cd8cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c6e4b9a98da344f0a108a1a017bb42a1", "region_id": "RegionOne"}], "type": "tricircle", "id": "b92d26574b4940179d419db598fafb6c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "76e55f02726b4055a49ea4673058de35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "325c79ef2d364f4aa52ad9950e0a907f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "5f3ffc6be73d4b35934efc08641579c5", "region_id": "RegionOne"}], "type": "database", "id": "aac8c4f5a6354395a9c9ddb6e5a566e6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4cd346f5c7134bed8003f2020eef5779", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "573fb540e98843a89ea2d051f500e252", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0dee48cccdca45c68f89c5a32c8e4c2d", "region_id": "RegionOne"}], "type": "application-container", "id": "3a23a76f37924ec69ee5fca44d380d05", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f0a0f17c46904c62a0ab3c73790d2edf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e5486ec5e4cd4ce9984abf8d53e94d45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0b92c68a96974ca4814da29cb404c614", "region_id": "RegionOne"}], "type": "container", "id": "4457dc3c878340fba343ad3ecbc97855", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8c669a68efb64dd580726db85eb87619", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "17e54412f2a14727ac02b65cacaf34cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "988869f3e4ec4581bbc40448cdb069c9", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "5b86da14002648fa9ab9f15402762858", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7ddfbfe80fa14675a9bacc70585bdefa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "acd5a58aa79d45f898e51352137727db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f27b263599be4bcf858f0c65d9912f03", "region_id": "RegionOne"}], "type": "rca", "id": "afefe1e543ba418b9b6c3a0ac30a1c9c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "88aa97173b924579ba2742f210592c76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "be93f61631c046aa9ffce518941c26ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "18067e70b77842768edffe4d2ce12b89", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ddfd53b5d86a46aab99d8e18d58fd0e8", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7d744744b4a24783b2debcbe2933fcd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1198b2d57cd3430d91accca1e6a832cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d25fe3e5f4114340aba257001e9f8f7f", "region_id": "RegionOne"}], "type": "network", "id": "2271b332a4c94e1dbf2fed2287cc518a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "682b1a200ff74f8f9f027bcd834de480", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "622c457ff3ca4dcea9d1fab1544f6437", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "21a4df238f9541149cb2ad16d72d7d3a", "region_id": "RegionOne"}], "type": "backup", "id": "3191c8c53d964d859c00893389b31a82", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "699b7c39c2ac46b89c63d864f8d185e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f9679c26cd05447590095e4da56257df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "58bad25500fe40d9be839857738a9bb5", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7b76ad63ee224125adca597d9bd6dd89", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "362c8487e1ed4cf09a7d94fb60a8670e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5ee1e55d22794d7cbcdb1c5c2cf790d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f8a71c3037ea45969ab8a9176ae39390", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "33504708b87549298d41d64420b909a8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "07adc1bebb1c478c9a002c053a8035e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3d3b424fc25a4f0cb5b5a15c5fa05a69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "86be1e4e78574e8d9c91932156422e98", "region_id": "RegionOne"}], "type": "monitoring", "id": "72b66e24fa594eb1a672ee8468ad2ac5", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5c729bbe8ea44048b7772e4d3d4db438", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7c6f1d3d7dc64c68a17e5399260c4883", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ea924f295c47412a8f15fbd691376a67", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "1e48d4cca0404467b3006aea0d987ae1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3d1df4e2df244987a507d0aa2b5d47f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2545c330845847fda18d139ae5557092", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "84d95fb01106494caca289c126317503", "region_id": "RegionOne"}], "type": "placement", "id": "0e30682500524f5ca77f2ecf7c93e5c4", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0a3ad971575b40c8ad20e7d7a179184b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "63a25e3f1de0453ba3b90c2378ab604e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cae4df40ed3744a78740f2c25be34783", "region_id": "RegionOne"}], "type": "instance-ha", "id": "466d16a7369a4ec087865effe3d4838c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b57e07c027c249caa3ff1b46d8de0991", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "be33958e5025457bb500d0304b7e5c91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5a396df4e1794ba3840c426c4a11aa97", "region_id": "RegionOne"}], "type": "ha", "id": "5cf71b9b1ce445aba091d83108c05277", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d447a279fe6442c2962ff9dd3343863b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "36426daff2e14df490e426bd482ec2e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "e50d6a293077414894aa3d2d784e9407", "region_id": "RegionOne"}], "type": "reservation", "id": "9cec4d0a47064d869418babf243b0c14", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "dc003569169e4164ab7bdaab7bff5230", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "90ffb352c66847fea295e583284c17fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3d176b5818db4cf69351d53679aa100a", "region_id": "RegionOne"}], "type": "function-engine", "id": "27dd98e584ba451daee26cda12e27b6b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "da299c89394a4e498a84db35b261f929", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "801cd00164884e839615dd9dc313c0c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "37c17fce8d704e908afbbaf74d3d5817", "region_id": "RegionOne"}], "type": "accelerator", "id": "05f0e7630f03482d8e7232e2dca40928", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2e70735182734feabfdb4f95c69fc65e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d799181fc6154c5392e296917498bca5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4ba6d261c66f49008245c547a33210e2", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d024cd09e0c24122a69e2133e4cf7f50", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "67b1cc87f14e4cf190b77ed35cbaa092", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6cbf47e75fd743e284cc4cf8174894c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6cc95285ae504144bab42a748fd3b157", "region_id": "RegionOne"}], "type": "registration", "id": "ffd3de6a25094f54964336fddf114a81", "name": "adjutant"}], "user": {"domain": {"id": "899e758e7c874f8a9d859aca64e3f659", "name": "93cfedaa34d34bb7898391e12a3a52f3"}, "id": "e1b596930d15466db8f5403d3f3865c6", "name": "27b1a1cc06f84f88bad54ee9042185ef"}, "audit_ids": ["a3a8f5cb81a14c8bb985ad5e3e57ae08", null], "issued_at": "2019-09-19T09:04:41.169787"}} 2019-09-19 09:06:41,325 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/flavors -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"flavor": {"vcpus": 24, "ram": 65536, "name": "vanilla", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1600, "id": null, "swap": 0}}' 2019-09-19 09:06:41,330 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,332 keystoneauth.session RESP BODY: {"flavor": {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} {2} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_search_floating_ips [0.242018s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,184 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,188 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,191 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,194 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,209 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.117938+00:00", "project": {"domain": {"id": "f128106432a149c59124ca1cdaa24f64", "name": "8d82309029c7461aafbda4939ded38e9"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "29c0bf747fc44beb919daa1f6683137e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9524628bc9224a3f8f26214d23d04c26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2b101e31c2f84b2a997f69a50bd9e6b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "16471812b0e0457c8ce7c61329c1a46c", "region_id": "RegionOne"}], "type": "identity", "id": "3fd7941c4eb74a2d9e00c616cd29e43c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "104392d85f1c474cb2fdb3ebd39ce7a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "47205a3958c24d6daa677435deb5c6b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8851ab14d7c146edbfd326e11de6565a", "region_id": "RegionOne"}], "type": "compute", "id": "cbd14d3dc09745b1828b368c35e2ed53", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f2530cff95064008b34a260893006efd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "6a8342a0f6bb459db04f032adea65152", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ab9b27ad5e9345a6a7ada2ea489e75f9", "region_id": "RegionOne"}], "type": "image", "id": "e2caf9fc24334c88ac28e4f2e2c3f86e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7218069e71ea45dca535a42140fc9772", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bbf5c3f59ec040058ae29f330e00c098", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8d97701709d143bfb3e90c3432eed87f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "bff7d6e6f04f4a1884d1c102706a0735", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ee362b27b6349f7a199c071f41e8723", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07ce18d4cfe34cfd9bc4a4a0686482bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17a7f08634b54264976b6a9df6eb7374", "region_id": "RegionOne"}], "type": "object-store", "id": "ffbfcb45f2fd4a8b8db302910e8a79de", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c9de20eaebe745d081e004b41ec294b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "60f677dc5af246f48dbb6c3c88f6161b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a469e1937ba245c694a28780869d8691", "region_id": "RegionOne"}], "type": "clustering", "id": "8decedce36bb4dc793b55bc22a7adcd4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "68df3e7e813c4a84b8006dc095519a75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b499fb0f981446bc89cae93c83f9dca4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "aa79b5cb6fb54f25ac0f38a94c4c26f9", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "679f0bd4b36f44a3af188a86d4efbaa2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d011822a737f47b482894716a5db5e31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "478aac37a5d0460994fc384641672185", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "aef6a2eac51e468ebf486796fc995cd2", "region_id": "RegionOne"}], "type": "cluster", "id": "e7c84d34cf314f04a66db6db3a4a4c2f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4e5a903b7bb4460190f2bed0f6c7b0cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "94305b01083b4b1e97c58e8428fb61b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "61775048da5f48c0ba5fec9253a52719", "region_id": "RegionOne"}], "type": "data-processing", "id": "6d1f0f5dfa574cc39833c6cd8d2b06e7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a3396b6809b64648aaec2ef940dd8ced", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "63ccbe01b0914753840ab46ef4dff204", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c9d8f1ed977e48e19e6c6b857a605d0c", "region_id": "RegionOne"}], "type": "baremetal", "id": "ab60b4bd0b904ac8bb1208948109ba5f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dc500519a8884b9b9d47fa89bf641604", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "323adf93b11441efb74d99926b5dd0b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "df788783010f4a3cb7b74dceff9cc1ae", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8214801c28634162b928463812e4c98e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c8ee1742d1bc4b93ab10bbe86c7a0d74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7fdbe37cd2134ec28fcc1ea2e393c70d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "13a576dddbf446aebaea5473c8aaaf7f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e4a4980de9cf49069e6f395d50483964", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "eb304a421cd24cc29074ce5c55907ad0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "15e382497bb84371bee3a47b5253402b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b2e4b434b6c1431fa352b9f3c8f1c1d9", "region_id": "RegionOne"}], "type": "key-manager", "id": "323f15091c1f4f60af57ff3b9fcb9e0f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "74d5fae056444ef6a4927711233c783a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c8189cbdee564a07a6eaa18a1cb6ae39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a9ffa638642e4913ac3ee9c0c56bff67", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b40ac02090fe4c5eb7e9239b6b4f311c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0425c352c5754565ae0aa5e3f9ae6681", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "93f2b47021624e9a9033b53045c0eb58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a9aad2beaa9b4e59a02da7829cfb807a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "930b91cceefe46458da155ef81a01f9d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6f7575a9ebc1421eb889f2144566ba8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3fbfd808fa97475c81db9176c3c23202", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0e37ac29a03b4ee8977e917d80e0674c", "region_id": "RegionOne"}], "type": "message", "id": "ae86fe473dc64f2da5a795d9a0035038", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2cb96deaa10e463e81840dd3536ef2c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f1cf837a08c94d7eba50da39f217ed6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fe6e84d7c7e64cce9e9e8af0942ca070", "region_id": "RegionOne"}], "type": "messaging", "id": "7efefa6a6de343e6b3865b8f27d202a3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1db68393c4a94467a07ae70d45815032", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d1df9e2d78c24119a9065e1069ba11f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "01b3617745f641b2bbe4fa09ec65010c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b22b6f105248473b8e57c7a3895e5eb3", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "63004a98cd294662bd8739e56ba572a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "45da36db353540e7aff14cbaa907b5ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a860dd6b3b6644cc8c18149dec16ab88", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b7ccfcc746094718932e8ceda9f7e78e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "82cface3cdb54f0286b3d4034f4029f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d2a5bc023d25499bb3e9447d3b54ac5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6d49f55ef20e4217a3bfd12ef2514f60", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "506cce4a560649b2ab0752a4d94135c4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1a5bac5a96df4b248009375ec8564695", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "56bfee3f96ed4e2c880f142e65b92f21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0421b05b006348e8bacd8fb3dda16c51", "region_id": "RegionOne"}], "type": "container-infra", "id": "865863e22c774b9db82bd3dfa46dc73e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "87efef4f3fdf4a64bdd4ee6e0fa54798", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "6395993a5c224f26bc6f173a3735f06e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2af0742d2b654a4389df78d007ba2cb6", "region_id": "RegionOne"}], "type": "search", "id": "873273686f90409fb8a6e893efd23f33", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "889a04a6601f43c88b191bca2e3ecf97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8e53fa259c9b42a7914b4bbe9f17e33f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "99a1592cffc34670833b824c88c26f6a", "region_id": "RegionOne"}], "type": "dns", "id": "68285b64c7ba4a2f9460091f3fb3fe3f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3bc3bd9ab63b4debb8c66aa4a12684d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e11a34670185464a80b062af91cfe51f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fb53cd116866494990f5207796c2b906", "region_id": "RegionOne"}], "type": "workflow", "id": "85d17bf3a2c943a88e2affd2f2ae809a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1311fdb8bb9447359431f620143d8ab6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "15eb5712141a46d299b21cef984bfd9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "72036a81bce5432a9092ce3562378341", "region_id": "RegionOne"}], "type": "workflowv2", "id": "aa4b38d7d43e407a8d0ac71e51c77498", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b5732904214d472092aac5966f2eea94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "94eb1aa875554c3e8dd48b3ea27fc7e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f8ca65bc5b6d4364926479d131a9b8b6", "region_id": "RegionOne"}], "type": "rating", "id": "bfb381d468cc40a89d2029112e3cb6ec", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4f754d4eb43d43a3ab94b5caeb0bc9ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "47f46077705b4965ad628001ab2ede43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "119ef776abac43938078dc817ea0b294", "region_id": "RegionOne"}], "type": "operator-policy", "id": "120b4dd093864228ae51ebe4a18ab46a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8f5373a4823443a0958018b8402e7966", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ed631016f1564b47976948976ab7a624", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "26a643c380a1406791c52047d56b6259", "region_id": "RegionOne"}], "type": "policy", "id": "41d372859e424029b13f80a1c7feb8ce", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "19024c2d194840e7b5c49ce539aea0d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1cbf361087c042c99c7ab3a63db644b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8bda8969f8744776a866421dba990e33", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c2599991081b4556b8bc6473dda94684", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e4578bfa7ebe478585e8a78ee6a4520e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a6013511e9e8449ea3bea83fcc54e027", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "352cfa2eb8d249ce9e3f3da4d164a0ee", "region_id": "RegionOne"}], "type": "sharev2", "id": "3d59b5068e22449596a1fa8bf9e4d712", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "737c4a016d3c40a78c3dac122cd97e72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "19595fb1148b4c2b9e8a0785cc99236c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "28a15f834fd2493a9f7ea3a70bf774ba", "region_id": "RegionOne"}], "type": "share", "id": "0c25769bad424de88a1d4de668f3c6f2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1a1e547934a84537a9a3e9abc84c2978", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "134ab7c42e8c4cb79b116af21d2ef292", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d8a5fd6ddeff43bfacf1e37fd366e5fb", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5833052041a04c118d8bb9c193be09cc", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e486aad4a41470da4f3de2b8368dfc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "527b175d793544a3bc977ba5f5efab75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35c80fd68bd44f1e98e15764030d4aaf", "region_id": "RegionOne"}], "type": "orchestration", "id": "5e10012e62164a4a979ad7f065fe7a5c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c21264a334d94bf19792b0b51e37e37f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f21df302d6e49de8cfbcabbb309ae3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71462734a02a41b89c60f878eae0d9bf", "region_id": "RegionOne"}], "type": "block-storage", "id": "ff4124e797a244488c54a68ff6417e08", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b9e79d88cc84ec18bfe230f722b628c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4176e39c1d64413a3d3d65b3d20e16e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c75b2cc9f5d04fd7876f53ff7abd67c9", "region_id": "RegionOne"}], "type": "volumev3", "id": "c5abac9d710e426780ba57a4bad1781d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa04d0da5e1e4228995612710551e2fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ca268855f82489f8fef8feaf12796b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a80c97115a5486ea8ae83e84e3f9619", "region_id": "RegionOne"}], "type": "volumev2", "id": "1c9e611eac32471b901bcf8a59ff7368", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c981a6f9b3d482fa3df473a7c25a3f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af02985a69e34a04b47578b928986d94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0e03ba23d884405b0e811c11b29b582", "region_id": "RegionOne"}], "type": "volume", "id": "743612c692d847f9aec1b2b6daf11eba", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b283cbbd122a46268b642a55b5ced404", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f5d03c0bb7a45cba83f6801268f314f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f38e025060e749c297b8b49a73e216f6", "region_id": "RegionOne"}], "type": "block-store", "id": "dcc5ef1589af432c9459e09c32a8583b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c0a4d28d91b04b2cb0fae74ad2d15e52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1735ecdc802e48e4a1b8c7cc772150d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1b53e84f2e934689beba8ef80fd4dcf4", "region_id": "RegionOne"}], "type": "alarm", "id": "6a0b538212d8406db5145ace33ab96ea", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0d85558c28e448cca4d78c8f5b5f82a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1abcf44d4ed04fe5af9fbb7c2d992368", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "266f0942af244efbbb1b0b9128eaa65c", "region_id": "RegionOne"}], "type": "alarming", "id": "c50256b59dba4700a3a89f04d064865c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e085e463055f45a3887e5629cf1352f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "618bf3400c2b40fe82917225df89353c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5d7b618918d048669164af651e47e72d", "region_id": "RegionOne"}], "type": "meter", "id": "7ea1702afc09405bb716c14c8e23b267", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9a93fab84fcc40fa9c2bdfc19fe42f74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2c4179e729f7493e9e83676743356d0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "61c63a5c46d74d3aaf5edb35a1bfe1aa", "region_id": "RegionOne"}], "type": "metering", "id": "e4064f7202d147a2a5e43f0024eecdaf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6460c196cd7c4275a43e3dab5e7cb822", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "eb47f08276e54c7bbe0ab5f01c1efe5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "84eac076d67a417ea1104623da18f183", "region_id": "RegionOne"}], "type": "telemetry", "id": "881960412679483aa5457fddb7d6087e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "34506028ee904861937ea24c76e42afd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4f166a0f4f32451a8d45898a12612c61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cc833dadb3ef432ab7086240b6c8b711", "region_id": "RegionOne"}], "type": "event", "id": "ae0a9d953b9d46f186da3d86e7851ef3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "91903fb3d7524e9b967777eadf1c72ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "907c3a444c714f46b159d7961516f5aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6b8b86020d9f4147bc8211b5e185c52d", "region_id": "RegionOne"}], "type": "events", "id": "38bb8b18566d466892c1ac7f6b9a6ee5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "03a5dd38a9954a08a7fdd03d3e9ef34e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9470214717c64a92958864ea1009b411", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "132087b4c0ec4ed6bcba4f902de79af8", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c0009b1c57db4506a40dc902909a10cd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dc6eadd34b9b4e3daf82b6877abb49cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "28dfb2a093b14b8fb2f8b937de72917c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "de38cee6ca2f4ded963b8389c2b81485", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1326aef6579d44b28be3c039dc3add01", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "97d21295b5ea4a6a9ece0e2c1873581e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0f1fc134beb14e0eac90d2dc82a71b84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2ccac2ca39f84a4fad6226b15f5cb224", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6bde36cb72b741e5bfea745784fc770d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ca81145b1fa1473cb5568fcab15a3ce5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "20eea467581b4a33910606d51f5ee9ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b509a14ff07a402897d6d350a19c09d7", "region_id": "RegionOne"}], "type": "tricircle", "id": "6e93d4ef99ed40fd941ba250c88b4ef8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b04d847a260242c88b3392c74cf204d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5909cfb8bddf48c79fc5486262b3a669", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "60fe953ef6fa4359903ec935bd9cdd96", "region_id": "RegionOne"}], "type": "database", "id": "39195dc9cda74690ad2c3ea72d4f789c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b8d48efa4d974c2e971606cf71170b87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bcd9d0486dfd4c1aad901874b3dcd481", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "04f6e610be734a63a5897b36d3d2cdb4", "region_id": "RegionOne"}], "type": "application-container", "id": "d4b8eefc0ec54351b2d6a5ff17dfe60c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "89494c144c984ee78704deafc6f156b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8863be2c689d4521bcb73ef59053802f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b8bc671e7260477aa746389bb20ef89d", "region_id": "RegionOne"}], "type": "container", "id": "d4ffc090d20a41e5a83224352b789d56", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "943f813a63964729a40432ae15dd9aed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "620738cb059b4c36bc97db888dcd38a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3bcd98b64929400a811bf460d31a7178", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "31fcaa12e572463cb963cecac4e9f560", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "70c113d5fa384bc3ba0f3fff7e900d59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8565af10b1864bfbbc91da01236e9a33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "72942a48d00c43258873566a786d7e2c", "region_id": "RegionOne"}], "type": "rca", "id": "8b806d29bc0f4098a3f06cc795102521", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8f02fb77680b41a8a032d3fe45b03f23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "77d64a37b2a04f80b405bbe63b2e19c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e30fb93fa64049e099553468c8d383ff", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "92737f6374984de9a55f282db4cb393e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "342d04f7f0174ce887e763b522627fa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "440f950e92284840958fc4940f6f3e9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "574a0112ab4242c09ac27282c3256d92", "region_id": "RegionOne"}], "type": "network", "id": "420f3118dd904cafbc6daedd5d85f9bc", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "28110b79092240da8ad10d5a836fedd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "615a4bdd983c4d30bad4cb37433ec724", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d069d20bf2a9473a98fab67e8a650b5d", "region_id": "RegionOne"}], "type": "backup", "id": "07a700af65474b0ea715b80a8c2b0a9e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "beb59b121f0641e7b0f9543e8dadab61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f178baebdb7c49a5a9b68bf9166dd13c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "10d4550c3f364b4cbe1301d64ce94823", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "2286be210144425aacb43e1449b3bcbb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cb579c6b65754f78b6d6a502273d219d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "91c143a80f0e47feaf62155d8570c990", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5c329f2bf88349c484703dcba3fd6481", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "506e5101387b479fa7017bd85cead87e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5ddf4bbbad8a4d1f959b50ce95b53993", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bfb12db3de9845939b69678e3ee18988", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2f602d775ce6421ea0a442a6c6b2505a", "region_id": "RegionOne"}], "type": "monitoring", "id": "31c502cfded345878c9230192fffaeef", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5d2aae2a333d4b5dbc8dadf023c2cdad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "08bb4d23cbe647f1967f7fc98dce327b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cf0565ccc5e24b81bf61631ace13bc8b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c763d57034bc464c9979b16341fa39a9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1fcc6a799a1140deba75ee898a83aa25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "edee8b2689134442b061c01dd3228d04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9afde9649cf44a2892002eb0e8f977f1", "region_id": "RegionOne"}], "type": "placement", "id": "d597aada4b1b4d649468dd679f3f4768", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bfe42e0c138b4bc2be7db858d7180a58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2ef30ab230384a578afc5492c3b63d2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d7c8ec4ebd9e49debe456a5c59432352", "region_id": "RegionOne"}], "type": "instance-ha", "id": "131d1daa27a14c9eb3664fa8c089c256", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5fea9f4410684af88ca8e9275e146caf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6606921cd3b84b1dbfa41f933d7f9540", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7e8af24b358342e7b11eee1d6d3f9bd1", "region_id": "RegionOne"}], "type": "ha", "id": "ee7872a736864b3093f05aef8042336a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "37f84b7812da447bae43ff63fa2d681d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2b906970155a4a3d8e232ae0788b8b0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1780793c194f499bb59fd71af7b0cd90", "region_id": "RegionOne"}], "type": "reservation", "id": "b6062af4d6754906a05be0969e9c634a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9586e6ec13f6421998508271efc44ff3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cb37970931c442bf918f5a68ee7ab46c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "62138532fd3c41ada36cfcfb0c7d9168", "region_id": "RegionOne"}], "type": "function-engine", "id": "7f9f162e81204b07a15e0f98539dc963", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b0758b6fe10f4574a676af44686a0665", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "17a7727a9f364d7aafba2d5ccae906fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c22d9fc7cb134d4bb89106e94267c367", "region_id": "RegionOne"}], "type": "accelerator", "id": "580eba9693dc4e9b894843fa86347ebc", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f3161f80537145539c015d63a72dee9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9b4b4446f0f64d92a6b166a469145b08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "425867562c0645b785db7a8e3bfd2c6b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c9e71cf9aa0343b5882310cd281ba14b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a75eafa654be41a6b3804d070bdb2f54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6a831ee750fd4eb8b6c1e7eb0df28750", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f51e4402e3484700bb9da117a4d351bb", "region_id": "RegionOne"}], "type": "registration", "id": "c835cfd278294e108c2ecedf185bc6e8", "name": "adjutant"}], "user": {"domain": {"id": "be5bbe46a8ca402baeee8fa947d58cd6", "name": "4cf3da8d19784cf280bde6766f8413b4"}, "id": "e86761568d2541e7b2c9af2f72371422", "name": "0bf12a18536b4a349d011744d3a8b1a3"}, "audit_ids": ["a1cacd2b83e54d0bb4b0a2ea5a9e929a", null], "issued_at": "2019-09-19T09:04:41.117938"}} 2019-09-19 09:06:41,325 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,330 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,333 keystoneauth.session RESP BODY: {"floatingips": [{"router_id": "d23abc8d-2991-4a55-ba98-2aaea84cc72f", "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "status": "ACTIVE", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ac", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"}, {"router_id": null, "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": null, "floating_ip_address": "203.0.113.30", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "status": "DOWN", "port_id": null, "id": "61cea855-49cb-4846-997d-801b70c71bdd"}]} {17} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_remove_rule_from_policy [0.242831s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,319 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,323 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,325 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,327 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,338 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.260970+00:00", "project": {"domain": {"id": "87ab8bd56a8645d6a420bfc0e3a24a1b", "name": "21fe2f6d64564474aad967f5b965c41a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "031be4ce207f4ac0a87ce9410ab4c6ed"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1003c6edaf9648fd8248754820a8ed09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f8d5a537074a4a63904e1f4a522f2e82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0f7a0103b93d4550a5c74ad430729455", "region_id": "RegionOne"}], "type": "identity", "id": "2d39c71191eb462498f51cb494eea96d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c5c8429dbded464e9ff8f05827cac667", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b599c64b3f524410b7fd19da305a1dc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "47eeade9577d470e9b2c97a755d710c7", "region_id": "RegionOne"}], "type": "compute", "id": "70f1402092dc46f0af88c3e043b35a11", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9d99e190961340369fabcc3760a2c5e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "65b88b0369fd451ebcf0e98d7e44031c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "967548703e9f4a848ae351eb667bd3ab", "region_id": "RegionOne"}], "type": "image", "id": "7bd38ceacbb840b4a09462ef1af56baf", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "80985e1a24914143ac822ee7c311e0b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9715be03d6634895ba8295004b035f69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "692cd67fecb649ea81224e1f87b4a67a", "region_id": "RegionOne"}], "type": "load-balancer", "id": "2e104649304c4d1cb115225c9af53de6", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8e0b1212867459a83f4fb915add3a9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93dba0a140cc4befb7145862288fb38e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c437fbe0239a4fe7ad3cc1fb92ecac0d", "region_id": "RegionOne"}], "type": "object-store", "id": "d87a732adfa14e41a66066585d390fa6", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6ee8dbb788b244ce90d8f9a2ba819b01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "20e601103bee4402b087698752a57a78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "aa7207b01e5f42639adb4166ba7ec385", "region_id": "RegionOne"}], "type": "clustering", "id": "1fe19f01cbd640f9b21b42d0c59ce2de", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c3cc483cfa1045928f6c40dc3015d226", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "63285182b32745c5a48838d6fd82e586", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "21e8895b3eed42549a77138bb7ab764e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "af14c8f9c7d9432590cbfe34bc64712a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cb92d37114324c759607f7edb5de99d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "25e5a9ed8be447208e1dfd21573757e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "88ccdcb4da924a8f8e128e47d1d30a8d", "region_id": "RegionOne"}], "type": "cluster", "id": "17eb19ebeda6475889b685e5db08186a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "03960ed484044409a4c8ff81cc0ed1c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "104b0c1c81b14590abf65a0aa62c3288", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2d6e0f2d36d54fa6a206fd828dbe7c5d", "region_id": "RegionOne"}], "type": "data-processing", "id": "97e559645889496ea90bb8b9660d66de", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8fe160bda6c64655a77511867033ebf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "30190594054e41338e807d257bd4592c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8a611b572bd244929709caf298fdbacc", "region_id": "RegionOne"}], "type": "baremetal", "id": "3078ffd67d4241f7a73b4cc110bf9289", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "64638cdc562f4aedab0947432dfd5d5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "629874a56a154f5bb49fab2604e75658", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d48bac531d964273affd2b3373a220f0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "93791be4480841a2a009091726c11b93", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b3657d5b6e1f481eb4eec052779642ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "97d72cb4aa4b4a59a71817e5c0e25114", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "782ac36671a54d49a9d9578ae59bce88", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "97e4cf5ae0a54565a79bd0abad44ccfe", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ed8a969685af4658ae852b843ec862c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "121cd5b4554b4865ad414e63edd2eb7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e2b9ad6b4dd34004be4dfe292cdd3fe7", "region_id": "RegionOne"}], "type": "key-manager", "id": "5d9682a7c3dd4a8591564b5dc19d5bed", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ef4dcbda3a76456384a1d919b4c540c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2d35bfeed233405889887f23c7aa807f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e77d7f5205c74936a0c2d703dca402d3", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "cd5248aba5be47ffb1ce7f9587590ee8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9b27a1ebccb64f92bd4eaeada41d79cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e1c5b060052d43b2a5e4cffea775c8db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "08b4d6b2813544d7b4bd51f5c5295ee5", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a2614226b40943ca87cf12f04396b36e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d2aa399c5abb4aa78885c7aaaa306b49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "be52453f97cf41de9d99579eb7c6d718", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cce4d9f04a9c4f4ca3aa2130453330fb", "region_id": "RegionOne"}], "type": "message", "id": "441f850ab1904a749b316c78fd287fa3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "971b41bf0f0d4c1ba0d670c9a9fa971e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b15e261c02c9445f9a43d0eb430b4e7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "606928ffd53040ab845745514cbc8b5a", "region_id": "RegionOne"}], "type": "messaging", "id": "f079d13c3e3647e5b8e3eb0348af200d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6e2054ca21064446bc64b6a2bb0a4947", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "24e0fa0d8fd24280aa4e45c99817b6fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "13eda15ba56947d89f471101d7de9924", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ce57321b515a4c31a5b1b67e1db23317", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1fa558d981ea4e9595d51e266071e8f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b4b8b27af7b94a9388da4b2c4e6c3a07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2c193b25075244338eeebf0ae74fe163", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ffefe3fb36524555a8ef08abe4cf8fc0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "85a12c1a578f46a8b20e1d68e127ae6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d51d20dea1924c17a5c26e315877a02b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d089e913d32045b8977aeb06a7bc7f59", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "41a5dfdf251847509b1c36bd6884c4d2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bf62097e6eb24105af7c646d3233f423", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a1587c1e7dd14626b6dc37cd5b49bd51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "350ddd369def4b12ae9210c2ab4de625", "region_id": "RegionOne"}], "type": "container-infra", "id": "d08a49119ac94107bafacbde9e596e88", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7423b229ffb44ae48f08759877e3eaf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "082848a1233043eeacfdf7d748114554", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "bb8ece68da3241dc87b43fa5dda3994e", "region_id": "RegionOne"}], "type": "search", "id": "a3c2c0e2990948afbc1f723e1ccd9a71", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "be8e44a834414df596640d630347428e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "52919e29a6cd4168b05a4b5ab367bcea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "58163fdcf2e34cfd86f0d35a41ff165d", "region_id": "RegionOne"}], "type": "dns", "id": "a4aa5256f3114f95a0d7ec26efb93062", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "34517d93f04e4e9b964d36754cb6307a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6dbcd476633e4b0b943cfd1cf7779614", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b21421c3b63143608033ae2e7d8ade1a", "region_id": "RegionOne"}], "type": "workflow", "id": "018b58750bb44f63acd0df36e834e4f6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c5976333e2c34d048513297ce9097367", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8f9f1d5a1526444ab19cf3c325eb8875", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6c16d8a04cd644498ea3e33095182471", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f605c4f1fd6440339e9ed8197e70dfa0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "0c3700b22dd24ba2917ac634a184dec0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0d0be791d61442e1a4a784d63d101cf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4be0e15963184a4b9d7c558a7416af6a", "region_id": "RegionOne"}], "type": "rating", "id": "3f5e3f80b56544c5b957a49ba58e4ec1", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c19982a51673429094e07e5037d73a8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "12072dc556414ce5a847d421d6c2ccf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "acb5e41bdae745f0bd2902d40794b26e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "97d89b97249f4e83a8dbe26908ba7561", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2854602d2a5f417b872bd47c81fff507", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e737e01dcdbe4ee0998a2828fc313655", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e3a5412e1f1f4bd68a96a31607f3fd26", "region_id": "RegionOne"}], "type": "policy", "id": "33c3534441db4dc99e47bcf683c75f35", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2db6c1bbdeec4e1eb256ed9a469c1914", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "da2a68c8602142c1afcda55e32b6ed23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1e3d97c0948242a88e1dd2e85cf55a6a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "4148a9eee7db4c29a1a58bb1b3648d2f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b261be9b8b874596a9c71b04baefbf25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "43d197281d094596ae498b2c3509d9a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1f79bfa8c4854349bad57aeae88ea489", "region_id": "RegionOne"}], "type": "sharev2", "id": "9beeabaefcdf446fb656bdd577e035f4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7e4d68b4ea4349138236dac4da9f0f06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d14d84768d0c45a196aef81fdfe7a80d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "487a9553ebbb4e838c9b0ef39d63b678", "region_id": "RegionOne"}], "type": "share", "id": "9792cadf4c68480b80094b69b9641eee", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "883f196fbef04dab82e233b11a74eaea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f5ae185c2e854f70b622ea2d09dac7e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9d2d2ed1c34b4fc8b09e4d96864f5746", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d3782d174f494ef9a6e6e10d9d933f3d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "920ca0c7668c42afb5ef5ae73e29ff85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc0b3a7a55564c9d983b02a3501221f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08731fe424344c3199fd7819882c6270", "region_id": "RegionOne"}], "type": "orchestration", "id": "d2c12c32de474ab6a91e87ac04e7d305", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a8d0104554442ab86a9b2cfe9d82e77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4411dfadbb5244fd9eb55076eb6b247f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb75b1d35eb2493a86e934f015ae63e4", "region_id": "RegionOne"}], "type": "block-storage", "id": "f33cfb9c4b9442b5984aa8ddd796476e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed66ba1ffaf74bdd827a2c94125d744e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5ce94cb5dbc48b9a4dd828adfa23e88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da557c8363d048399062737d1550edb1", "region_id": "RegionOne"}], "type": "volumev3", "id": "13413d898d80431d903dada05ac7a5b3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e73071589b74493eb0cf3277b608fea9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e25eff91c20441f482c9350ab7eb0097", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "787faccdd24e42aaaa582a25fb1acbd1", "region_id": "RegionOne"}], "type": "volumev2", "id": "151032eb2d9e4e4594b6222d838e5cb3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85961a4fa8114b1e8e877d7a13f0c5f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b819525b1cd40edb8101b004f2de575", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63c1d2417c294051ad9768548888e6d4", "region_id": "RegionOne"}], "type": "volume", "id": "8794e6e6fa014ab492191a2e24c9789b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c13509ab22247ada2f37c99e3b886be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d9a3e9590334644b1d1cdfce27ea15e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04c35c9d3b1b45f5a01988c59e6012ea", "region_id": "RegionOne"}], "type": "block-store", "id": "6d7f4bcffff14a8da0b76158be6da60d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f0608981245f453d9dc3fb1b03fc6bd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e9fb4f5dc2df422bb6d23960d676918a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "965ab79826b0466ba0fb5636fe2e2aac", "region_id": "RegionOne"}], "type": "alarm", "id": "93f1e3a14f984b1691ee4821df37b887", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "904c740c446d4ce2bf3f21846ecbf73f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7b90419a59674edf9ed565476978d330", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "219c396dc894438390a97e3b48d7b1bb", "region_id": "RegionOne"}], "type": "alarming", "id": "54a606711d254729a88c222b1130c6ca", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0ce2a0cce4a847c999d3b6d27e16d4a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e87920ea71824e61a04c7a27a3540993", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d56b1d56ac2347409b854c9227b53c91", "region_id": "RegionOne"}], "type": "meter", "id": "7c2a5dc2a070442eba5251f14a8eda53", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a1c65be7581e4f65b6e0db780ad29d7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3cd2133400ef4b639139d13e2543e236", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "657968b3208e4053a7472577c7c75d74", "region_id": "RegionOne"}], "type": "metering", "id": "cade368327084ceeb5bb52668cc03b99", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "20a2afd04353419ea9db581b6a405d2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dc50e1997c614b9d8a36defa0c8ec4ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "107fa6b6812a4ddfbdb6759357966d9f", "region_id": "RegionOne"}], "type": "telemetry", "id": "c96407825dd2411aab62afabaef2aa60", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a86043ae2ee24432b01ed430997a3ebb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0472d48d8e1e46b384fc3eb37464c366", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cf7c588d07e345f9bd0ce03e2cde31df", "region_id": "RegionOne"}], "type": "event", "id": "4a63314602a5421caf779c5923e7151f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4721760aabe045b7adc89a7d485963a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8603e44a69aa4701b68175ba5c247ef8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e0b4bf3f827f429b8d479182bf8ea00f", "region_id": "RegionOne"}], "type": "events", "id": "cfe58b2ac6034ef18d80c8bfc1115c89", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3d61d8bf6af94102bfeee3e19b4dba1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "309e6a9c70b844f1af2d5f9103b72fcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ce259abccb6a474cac334f41ac36ba3b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "da757603cc9e474288ca224de63aa62b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "483e79688aba4223af50892322c9c31f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a7b4d66f18b846f5ac709e75d18c9bfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ac0009f500354f6b990b8ff5c45644c3", "region_id": "RegionOne"}], "type": "application_deployment", "id": "86f97a2e8dbf4ca785dd3e982a760fc3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "feaef7f5b62a48f990bedf65cff199b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "290f1b234a864145940e0ed35daa5eb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cdacb79e6c1e4587888c8d8f8b95dae4", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f465d879bb774299a45cf5a92fad2ed4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0dd398dca2e9423c87d48dcba2e02866", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b9939e9ff0cd49c9b20539b9ff3316ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "13c4450831a54fdda63fff06af5666fd", "region_id": "RegionOne"}], "type": "tricircle", "id": "0a2ad7640cb1423ba9677d9ec1b2088e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "83d20d50bed8471d86ded275df221f92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9b583621060d447ba7362e5f5c1cbdad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "cf4655e3ef6a46d9bde9bf70c0aec540", "region_id": "RegionOne"}], "type": "database", "id": "176cc6b0154146b3a196818dfc5ad28d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b6271e293b2b431c8c7a70ee5371b649", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fa137f303d0646d4a4e6ae74f6577809", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "05d3576167a34b06b44b90a57b4858db", "region_id": "RegionOne"}], "type": "application-container", "id": "1924704825d34ce49ab2ba153cb528a7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d1b24a56f1144a96bc7bbda47faed693", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "38874a8b75614b6d847f9505082962af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "89bbc631518442dbad9d629f333c7537", "region_id": "RegionOne"}], "type": "container", "id": "fe7264cb239b480190db457ec8f6abdb", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5252220fb9b643babd1e1a2ffdedb050", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "483beeb656804ce0897bc5bff1b1c447", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6620923f57ea43b0a04856aef7966c7f", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8a0dd89ec544487d99a018aa21a0d336", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5152a42a2ecf4ed9876f540386712817", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f7ad03feab07429d97eef5274b53cf1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f8c22760c2bc4e0ba6953bff43e8f1ee", "region_id": "RegionOne"}], "type": "rca", "id": "81f7c4f8f15f494b88a90aac31ad6d0b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6b29b002ca434697b828641971b3aa32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d8dcf30b704446bfbc11b4ef6fe70eea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "36bc05ae195b4ec9b2bc08a68af73768", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "9dd19d1c4b5c46b493d70a139a19a840", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f052b898156040f3b96c475fde0f8e79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "12084e2a57704f81946daf69efd35388", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2b7b6be9c45f4168a5c6c74216505df7", "region_id": "RegionOne"}], "type": "network", "id": "e6f7b04eab7c453ebb67a6b375e05a9e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a3bd270e7abc496eaa8e4fe714af3034", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "972449149c7b4fa39a3fffb00fadc1ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "fe1620e36fe3442a8189008e9e036bf0", "region_id": "RegionOne"}], "type": "backup", "id": "b40dfd8853b44475837a27032689598b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4ee6aacf28464c58a2ea30e13abf2889", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5acf56abc84647919da616215f1c3289", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9fc8edb471d84b66b0d3362e16ecc392", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "39c235c7a8a94fd882cda1a90d326115", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4fefd0ac826b43ffbc2b53065dcd4813", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1e699329ec9146a2a7deff84b5a31ddc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "aa7bc52ecec0465a9b797c42f8067889", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "aec3e3641bb144488743cc1dfe6bec41", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8b8056ad141644a79e6c3deb9876dbe2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5983d0e1ad9243c69369c97d4070ebe9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ec0489eb5c504df4ad7333eb6bdad8b0", "region_id": "RegionOne"}], "type": "monitoring", "id": "2aa85416bfdc4212a817b3e90a393643", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cd16f67da70943a29b6dc5eea19f1441", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e3469f06a5da4f55ab06b1df81de5510", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "be63f69d7e0d45219bba50d5eac8ee82", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ded555d126604353a189eb2ccef8ae7e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e58a0acf9dbd44d49d2951074afd9526", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9a5f5051aa12422ea11a0786e322323b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f6c13af8ec194d1182c47b0099571bc5", "region_id": "RegionOne"}], "type": "placement", "id": "5b95b439827540efbb0d1ce29559f16a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6d985579cd6942a3b766e27d3e603611", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4d242554944140a6ad178e2f72f273d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e10da3a271b44854bbdafc84ff04d681", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1509b04abd8a46a2b90d23fe3e0b6532", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "35c86bb4f341436793318ad2e0d941b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fa35b75af3fc41cbae879bcdcac6d545", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fdced03150e142e1b3bae1297863dcab", "region_id": "RegionOne"}], "type": "ha", "id": "9e9494f189114a20abc6a9ecd21bf611", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "65a7823cd0fb40ad91b015b1a86fd492", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5f55e45ab59d41e7bded7016b2fbd661", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5c3ad15c2da540f795c2faff71ed5ef4", "region_id": "RegionOne"}], "type": "reservation", "id": "101937843f294c4faa0b7ce1e8115529", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "21fbf10393664a768ee8c6f294286727", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6f38c0a1d9ed488a9bf7b79c28b15a9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "55b44165d44f4200b58449b745ef1646", "region_id": "RegionOne"}], "type": "function-engine", "id": "0905338e9d344ea6a017a46916c92401", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ae037ee48500485c9072afff67ecc03f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "34031f61ce744a5197da0b836c521b40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e988591dc6f745fba156dd27d2a50fc0", "region_id": "RegionOne"}], "type": "accelerator", "id": "360f3e0161fa46f890d09691dba08162", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "09ea5a56df7b4f53b5a4e4afc3db3937", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a0f108de6d4348fbb04d7fa76613acc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6f88bf7c35f8449a8d83b8c9b2ed33b8", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9e1e1da03c884c029e1e29c94ec6016b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "710fc1b74e324242b816b31a29a5551c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fe5946bf571e4e36bc65244accb72945", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "52900f1ca2704f13be993913216edc77", "region_id": "RegionOne"}], "type": "registration", "id": "b7562e97433945909d118c9c6cf01982", "name": "adjutant"}], "user": {"domain": {"id": "bcf4629a7a0a47a092fc98f1ddad84b6", "name": "3f06771278db4ec58cf97acf1ea1f80d"}, "id": "e0e5eb2e46524d8f99685f4a1c460380", "name": "d6e6c8858c44480db699b72f75decf2d"}, "audit_ids": ["663c63ce7d77477c96cba4daa45635cf", null], "issued_at": "2019-09-19T09:04:41.260970"}} 2019-09-19 09:06:41,455 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/block_popular_services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,459 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:41,460 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=block_popular_services" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,463 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,464 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "block_popular_services", "firewall_rules": ["d525a9b2-ab28-493d-b988-b824c8c033b1"], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"}]} 2019-09-19 09:06:41,470 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,472 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:41,474 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=deny_ssh" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,478 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,480 keystoneauth.session RESP BODY: {"firewall_rules": [{"protocol": "tcp", "description": "Deny SSH access", "name": "deny_ssh", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "enabled": true, "source_port": null, "source_ip_address": null, "destination_ip_address": null, "location": null, "ip_version": 4, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "action": "deny", "firewall_policy_id": null}]} 2019-09-19 09:06:41,489 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/fwaas/firewall_policies/78d05d20-d406-41ec-819d-06b65c2684e4/remove_rule -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_rule_id": "d525a9b2-ab28-493d-b988-b824c8c033b1"}' 2019-09-19 09:06:41,493 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,495 keystoneauth.session RESP BODY: {"name": "block_popular_services", "firewall_rules": [], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"} {15} openstack.tests.unit.cloud.test_image.TestImage.test_delete_autocreated_image_objects [0.278279s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,164 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,168 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,170 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,173 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,186 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.100111+00:00", "project": {"domain": {"id": "5a20ee4b3d2f4c46a6bd72efa4c67ac9", "name": "bd4a700d09e7422e992305adc98ab9e4"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "968eb250e84042eea884fb89257a6ab1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e8e8fa0ee2db45feb7f8a90a7b14380f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "33fdc24bdbcc4378a4ecbad7de1a8581", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c5cae4be0f194642be248de167b74183", "region_id": "RegionOne"}], "type": "identity", "id": "9a2e8d945c3c4006aa29674cb3132ca7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "05887e901765477d9b73c4e7d26e5f90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d033d9a96b4448158aa84a569f12d355", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a1b49a215c6248169c6298e288956b3e", "region_id": "RegionOne"}], "type": "compute", "id": "af391ab3dea24464aa9917d8d6da2c68", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a4bace5c32f44bddab2aa3adcb182649", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1bd3f26bf7b247a58a5f64535c06529a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0df1c2d3a39c4ba9a728e05a9e6d2951", "region_id": "RegionOne"}], "type": "image", "id": "e927068f66a4453bb0bd51d074fc7566", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "17baeaea9bcf4425b5347dea6acaa7e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0af5a89abb3541fe9e553e457541431b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "645b2b22fc0548d59a12e9ff6afabfd5", "region_id": "RegionOne"}], "type": "load-balancer", "id": "bce84356988b46098289444c66ebbcab", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "225272448b034734b23916149a644d49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b48c09d39bd740d1a60f1ae8f537846e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "78417b1ac61a4b91a95afdbf3b4e02e5", "region_id": "RegionOne"}], "type": "object-store", "id": "b9285558201344ce943cc06e5f5221aa", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5eb6398d371943699ae9df15dc4b26a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f69eb706ea76498195d1d68f0206404f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c8907a6199b54459bf6d321a32f5e45c", "region_id": "RegionOne"}], "type": "clustering", "id": "eb767107911a4ff08fbe23c742c014da", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a92fbd7c62ae4c92aafe584e01fc3e2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "46c15212dc1a4377a9452dbfc678ad05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b2cca7c1d36b4869b834b0e8dff958eb", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e55a242550464a94be02e62dc7aaa03f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "62ecbb6731df40a1849def0024453398", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4bdeb4174d6943e08de1e575d30d3828", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0e1f11478fa443a680fc783cd68fad56", "region_id": "RegionOne"}], "type": "cluster", "id": "968e11818ff442d8ad84aa749ff31023", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "83610d2d79f24ca5815a032cde25f203", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a315b28af2df416b9fc2c1eaff73ff63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3672d627465e4caa8ccab7d3d354bbb6", "region_id": "RegionOne"}], "type": "data-processing", "id": "ff475532b2f54d078655d369d790d325", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cebb4b0720284a009bc277d982ec0cfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "90e0a372c0da4a518d4e27839921d6e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6821caa1295c48599d0daf57fc514554", "region_id": "RegionOne"}], "type": "baremetal", "id": "2d0ab4f73b5f4906b393472def785467", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f5a322b297be4ae1be9a7e3888fa32a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "04e53f7879e34e3bad6d58c25f78d66b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f37f1ebc681c4910b63e5c3caa8999ba", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2b6a323afd67441689497d4bd142d7da", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f8fde1270e0e4e0e8d02ca4d7f041fa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4cd4a6a8e4d346a0b56248b4a1ae8954", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9ca3a415e39140c9bb708686c67d9733", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "fb06e027cd584bdb9414d048abca1287", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bd391a4b3a514511ba604e4c2008069d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "091029bbeffa46babd12c362096bb848", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4fae9c86fdfb4687b7143e03966a9b88", "region_id": "RegionOne"}], "type": "key-manager", "id": "e9b30062444543cba5e25dfb5b985a24", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1cb717da3c68446cb5cc04115db87f07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ff4fb3eec81a4474990f60d38ffa4114", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5837394f241f4d8891974b292a5fae20", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "fa8f6364105941e08cc7ced5adba67f0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0f04134ee0834ea9874d9c09d6f77bcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "af7c6c907ac745f28cd2cb14b9ecf319", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "72a6d7729df94c929790f82094ffcf2f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "001a59ba765c4c8bb08afaa4e4ce7b8b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b2c896e35fc44c69a4aa8d1035957721", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a58b573a3b4b48b5a5e2b68c834c5f7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cb74b3c5e5e84873b34144a63aac42dd", "region_id": "RegionOne"}], "type": "message", "id": "719691d3d17f4ca296beaceff3933d66", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "53462f144233421097ac515a301682d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "457d38bace3846099b2591ca59d8a41a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6d40dfc8a79d4886a57013387e4ff4b5", "region_id": "RegionOne"}], "type": "messaging", "id": "e1007e8b906240408b805f5bf357dbfc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0f0625e827554af397801d9eb2b15d4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e1f3eaf62bd64a82a31f8d5ae034b8e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "103f8fe0fa114849946fb1be49ac69ae", "region_id": "RegionOne"}], "type": "application-catalog", "id": "110cbaf8d7b840f9b3c67972b9f03e5a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "45a8c86a8f9749399c463aae4ab8a35c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f59a92799bc34f75b238a5352c94dfc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7e6a28f4cdc6401fb070268293ff33cb", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "cc94c783850f41d294b28dbf026d0ec2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "443baa7f8e8c4492a09dcaef3feb7f9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d3b86dc53e2d479b8600a88297aa5f77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "45c2aa72b2f8417bad9a162100b51ea3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ba57bab9ceb44a12905216d2ee838a36", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "47133f4f992d475ba9db29885cae61a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cc345cf6d0334628b074c5bfdfa0cfdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eb54ea65d0f74169beda760f774d340c", "region_id": "RegionOne"}], "type": "container-infra", "id": "636b8a221c0943bf99a1de674cffea68", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ffa010cd9d234722b18af4cb29d79505", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "0df5b3542b144e22b65832e3d0bb0251", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "abf5462a536745aaac6b6377fda4c7e7", "region_id": "RegionOne"}], "type": "search", "id": "28537e3b145b4a2db06ccd32c4686e5d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "99d8d315c90a41929c8862c6d28a02ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3083b848c2c84ec698e59cb58050e3d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "068674d3deb64744a4e1a89d96f79852", "region_id": "RegionOne"}], "type": "dns", "id": "98b06d13f2a447f2ab67c4f8ee99de89", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1eb6ab8c8fb64cd5ac81bb9e9a2eb91f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "174406a8f0ed46bdba47b4c959b9b4b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2c2457c43802456f906e909b37fd345d", "region_id": "RegionOne"}], "type": "workflow", "id": "75c29d838cc5452480197b23b1bc7967", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e30c33fef52c4404be6455a80678bf20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9efd6235891b4977bdb83725c1cca840", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d8127ee38c1d4e79822611e039d3c5a1", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8c04ce41d1a049b593d07dffc1f26dbb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ea6b80e7b7e54ca29b3eab17fbf98ff1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e78afc3f19b7421e80f6d51c64991be6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b7892e6ffab64b048474cc4018e76548", "region_id": "RegionOne"}], "type": "rating", "id": "dfed5f75c71d4ea4ba888defc61fcbb0", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0d6ba3e26fbd45ecb88e2ba93f8c4c41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8e3116892a9a4024a7c065596304ec11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "71276b77b6d0483e911f3b1786544ea3", "region_id": "RegionOne"}], "type": "operator-policy", "id": "662cbbfe92d246d4a4bffcc36eec4fc5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4a022b7560e64286821d14bd3447fc78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "47986606bd96485d8f453f29b6bf4af5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d2f1ce1682704ea0977b812fa88951ec", "region_id": "RegionOne"}], "type": "policy", "id": "90d2dc8e43f641318a752c2c43d9f08e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "58a92aae57c84ecd84860941e889bbbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3daec9ebbadc4bcc9d67ab60a55e6bde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8d5393266fd94afeac8760dd80233147", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d5555e38bf014013a0a1daba7f8a85bb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4c451f3c9de547229984b5ffa13a4550", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ee764621d7744b898e7b683798feff4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ebf81cfecacb431ca77521f5bc0e4faa", "region_id": "RegionOne"}], "type": "sharev2", "id": "34c5e04663d8402d91c8dc91254d58f7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fac7edd3a5e340e69c7c0b13faadf0d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c40bf65093d0460680dfef6a234f6a20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bf8cceefd11e4937ace4fdd489f403e7", "region_id": "RegionOne"}], "type": "share", "id": "37f002bd60434faa841d8c4f40678565", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "39ae68e37ed845e4a199289a07c2737f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7c15e86bf8604483ae6dc682e3d6ba68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5914c208347a43e2bd89b83e1c4adbe8", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a8d459c17c514908bbadc94daf2523fa", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92c7914e59e942cda6dc7311c9d1e85b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a14fc44b33a4770aa78062fb1e2dea9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "efed1d62ce154cabb08be0a4c05deb4e", "region_id": "RegionOne"}], "type": "orchestration", "id": "499f4498c9bb4e2fb1ef285875e6e94b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "606e3e1c473a4098b2da2b2e92049566", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e59d9e0889e4372a97b671765a442b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8d3d9aa43cd48d69b2923a510216c05", "region_id": "RegionOne"}], "type": "block-storage", "id": "62d3a2b7006a478e8c61d1b4c74a1268", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6eded6f2690d41cf8e3d388e3c9a4b9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd00a8a858da4915b8c1258ca4170727", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50bf3d8497374f7b9bb0e4db34511bc3", "region_id": "RegionOne"}], "type": "volumev3", "id": "15bc7952d1084e09ae04f761ab252cd4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c63fc03e3e66445b805ccea4f0159700", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d723399103914cb69f78187241d87704", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5981cfa5054f4c3cb41700ea563e9edc", "region_id": "RegionOne"}], "type": "volumev2", "id": "d6a7cc227227419a96e61dca2a75ee0e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "57729c675b7c4eed8456adeaace46c76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28ddec0235dd448ba190ef40595a44c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f51691a06bb34989b61df0efded51c38", "region_id": "RegionOne"}], "type": "volume", "id": "60e5fac2695d4cc48714004655dd124f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3125383ddb24d03a84bc0eadb52b6cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77f82138cfae476882ab3131af084674", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f39df1ea0ba040d4910b62711552c4be", "region_id": "RegionOne"}], "type": "block-store", "id": "105979956d2c45ac8bb2536392e26a17", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ce576a1aae034618a5b11f12546eb021", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fa6375db75c54d7a9ce14ea2d93c3bbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "dbdcfa446e1f4e8680b3abb669666f1b", "region_id": "RegionOne"}], "type": "alarm", "id": "bed31818e1c24993add596cfb29dae94", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "791a5b81646048ac8b99a39a9084a604", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "419ff1009cd24f329089fda9be7177b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2e4ad4ae1fe1442e8494467a4b425d1c", "region_id": "RegionOne"}], "type": "alarming", "id": "509b0140c553498dbb411ab8e7e56261", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "230140b9291f4441b454c007430176d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9b07d83669ae4ce5ba96216e0eb1e77e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2b1eece6bbaf4469abf65d3a0f806d01", "region_id": "RegionOne"}], "type": "meter", "id": "fe1df99f3d74484182bc87fa8bc2c7e0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fed684afa31b41dab1c48b04989e5b1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "138551ff0fa54fc2b89520e2139128e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "98a7da9829904863b018673afd73cad0", "region_id": "RegionOne"}], "type": "metering", "id": "016e79e62c3b480c86197558f866fe58", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a779569c6f724c2ab6a0cf1826d3cbf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "24d15b6963e245a5a7f8996b82f9227a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7f74c1e25a6943e3b2173dc40e5d2e17", "region_id": "RegionOne"}], "type": "telemetry", "id": "eefbe01b12a04d82a583e9016b324a76", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "318b3c69c98e4857a607b6d54d0f7ad0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e148262a03c54f6ab312231c659d7c07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4b189efdb6ca4fb8bb593b08bacfb606", "region_id": "RegionOne"}], "type": "event", "id": "fa0d4f8c8b3b462497edef61eae9eb12", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2bfe231083ac44cbbc18cc670d22c140", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fddc50a8ae184cbc8a8d0fd8ffd3a329", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "39b0bc2ff9c344be9af196c00569e551", "region_id": "RegionOne"}], "type": "events", "id": "6720251287e346da98714d881c47d26c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a85e4495fbc6461e8edaffa270b0b8ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5971169f57be4d23ac7a3bb8d30abe46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1037bfa309b4429fb0a568cca8e1ae67", "region_id": "RegionOne"}], "type": "application-deployment", "id": "68c974ff3d2e43708c8da21e255f7b5f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5fa94a97b4544080acc226bf5266a3aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9fd60e91abcc458aa8f6afe2280f35c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ca3bdc166f3545659ca925f034fd8775", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5b43e13069b743a2a07a3d294166664d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a6bd738625174ff89b79176fac232f82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "64b5679769e848c19ad46a9a8c1cf33c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "153f4a23c3f14a67ad218b1aae3f7df1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3bfcc7b5d416432bb5fe02d6de1a6e0f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2b7dc59bf5b34bf2a684d0f016fccd0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9532a8f20c0345b781decf565aa6a604", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d25d53e27e764d7b85922c0be24fb21f", "region_id": "RegionOne"}], "type": "tricircle", "id": "75f62a3fe322443cbdfbdea24a7597fa", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e5b0ebbbf3424d4c8a1f0d99e7e2ae95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "8f3560c55a6b4d51ba09be40195b2585", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "585a9d3819f0419b9d17a16270948646", "region_id": "RegionOne"}], "type": "database", "id": "e53dc931e14246fc8fb114a9c671c756", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "da8067cde4554273bc8d2f607c2cccf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1acdb4df2d0b47ac975ec4e79fd7872a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "36c08bef11c34aa98be58887a124f83a", "region_id": "RegionOne"}], "type": "application-container", "id": "7cafbc5791c745b0a94130bee81427c6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9d3c897eacd24f79871131707f7c6f8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "957bc9de987746e8b8da75ed0ad29256", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b408cf49506b4eb48dec04aa4ba93127", "region_id": "RegionOne"}], "type": "container", "id": "674c332bc10a499b8f976ebd042e65b4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4bf8a541798b4745b1cae7b6f8eb6e5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0cd88916a94a40348e44409c62f75620", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cd558101f9454e91b859fbf0a3cfb956", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f40e40a1d7a34fccaab728bd4e5d2402", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d2d5c787ee74495a972f9c27b40b86b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "17a18fa8c48f4c58ae546cf896301141", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "61fd40de046d45c8bcd1ac3193ffa0ee", "region_id": "RegionOne"}], "type": "rca", "id": "73ce27f0f0cb4c998938e4233bd5f170", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1d92b58f7fae4bfc877ef060c5997a04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "308a5d81b03540ab81b7aaeece4405f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "469f23a45cb8427b816be08adfe753ae", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4e77ba02c7a8464197b68656da2354b4", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e1de248952f241aeb65432f1cf7452be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5601cbcd7368467e91d20cb7add43b9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2b2999997fdb43d0b58872bbbe3ba876", "region_id": "RegionOne"}], "type": "network", "id": "b455b45f50f947c8b7e2e6d5a8bf137b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9bb19beaa5d34afda4509067255b02e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "56bc4d541e9b4dfebe3f460a766b76a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "95f77a8ef44745cebdea85d3f16cf3f1", "region_id": "RegionOne"}], "type": "backup", "id": "7ad9591b6a2e47d79e2df2706438bc0b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "418dd04de96b473d951d7dc9ec4026b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "920a52c01e4a456ba84115c53db4bb00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6f22cc32985f4c338833debcdadfb336", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ec0cb552ede844e1b4df27e751eb1dfe", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "494b8427fa9a4f66ba52ba8eaa3f7e33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "927bffd42c6244608e41350d7e2b1756", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "65ceaddc442941d8a4dd8f4db7bc1aa1", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "de204adabcca4a10a87d941c6c658a75", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f98863b53a7a4acdb5007cfe6515de4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "11a2b1b9368e4d58804bd924daec4919", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "53aa7f28b9ed45f28a0d198a35df6790", "region_id": "RegionOne"}], "type": "monitoring", "id": "1257028f2c23498f888649f11f993fee", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "05a9887f8f8a4afba4cc1a297092b611", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6243d3022c084a38a38f5d6d3d91a8c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "099c8cb889a5476fb25f15593c6a6201", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7b08bfaf269e43d4b9c165489df4a0c2", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a55046445b0f4f7aa4ec80c714f8b0a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "fb345b4bd1d34437b258289f00cb813e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "58833602f2724f04ab6cc4d45f8c007d", "region_id": "RegionOne"}], "type": "placement", "id": "6104c5e070b94b768917c0c9cbaff128", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "75631bd67d674113be3593b4f70b1fda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7bb63a0350414523860254b5fe45d20c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "86860e213cd645009bbaac9aba6e70a5", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c65292b0aabe46b186cd11f5277a07ca", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "585d8f5591b3463b818265327a53c9b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d206ea8f93794b1193ccd000825b3fd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0573b024643a4e59a922948091134d8f", "region_id": "RegionOne"}], "type": "ha", "id": "7078d84c334542afb2820f10f122f39f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "06437a8abf9446c9a66c6d3dbbc187a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a4ee292afb0a4376b9f127111b5c746a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6845079696cd411ca74da68ec4e72ca0", "region_id": "RegionOne"}], "type": "reservation", "id": "3bba65d247034f2a935830faee1b2dd1", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cc6aa32ddaee4fd38c087093d6f3197a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0b65335cc09042cfae6bebda5b73e195", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b998df10d7e847aa9c132e9bdf555831", "region_id": "RegionOne"}], "type": "function-engine", "id": "470c11636cb54a458fbf8954f72cc620", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "deec20494a444e6ea10c7795c2017049", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ab56654bae3546db9efcab52b1e19c69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "fb654a51666b40c9b793f7b6ecda52cf", "region_id": "RegionOne"}], "type": "accelerator", "id": "623926f8b37f4760886548f6b982e17f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bc1e82a06c2446d282f318d6656dcb58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "958be137fbe746998677a22b5e06f6d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ac7dcbebdb6f415ea6236d98a04d15a7", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8155fc009e1d4b8ea90313d6d18fcec0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a1e742918c914f308631382b06793d5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "24207e9d119f48e9ab1665376373f6b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "419eb36fa48e469c82adbb020b3bd60c", "region_id": "RegionOne"}], "type": "registration", "id": "22f303055a2c4039ab38e33277cd4947", "name": "adjutant"}], "user": {"domain": {"id": "73932296bfac4e889219c5f5d5122651", "name": "17eb4bc7bda5458da0385b41f0475910"}, "id": "64550552fd224dc5bf43c41f686b36be", "name": "370ef7699ee84bd799a9bb3fc1e937b5"}, "audit_ids": ["e0025d72449f472f9602aab1fe7ea45e", null], "issued_at": "2019-09-19T09:04:41.100111"}} 2019-09-19 09:06:41,291 keystoneauth.session REQ: curl -g -i -X GET "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/container-3?prefix=None&format=json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}7b9973c7c26d43bf362e5dc169c96d406bca12faa39a62fd43db55f00f28ba48" 2019-09-19 09:06:41,296 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,298 keystoneauth.session RESP BODY: [{"hash": "249219347276c331b87bf1ac2152d9af", "last_modified": "2015-02-16T17:50:05.289600", "bytes": 1437258240, "name": "no-delete-5", "content_type": "application/octet-stream"}, {"hash": "93b885adfe0da089cdf634904fd59f71", "last_modified": "2015-04-14T18:29:00.502530", "bytes": 1290170880, "name": "image-2", "content_type": "application/octet-stream"}] 2019-09-19 09:06:41,316 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/container-3/no-delete-5 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}7b9973c7c26d43bf362e5dc169c96d406bca12faa39a62fd43db55f00f28ba48" 2019-09-19 09:06:41,321 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 1290170880 Content-Type: application/octet-stream Date: Thu, 16 Nov 2017 15:24:30 GMT Etag: 249219347276c331b87bf1ac2152d9af Last-Modified: Tue, 14 Apr 2015 18:29:01 GMT X-Object-Meta-X-Shade-Md5: does not matter X-Object-Meta-X-Shade-Sha256: does not matter X-Timestamp: 1429036140.50253 X-Trans-Id: txbbb825960a3243b49a36f-005a0dadaedfw1 2019-09-19 09:06:41,323 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. 2019-09-19 09:06:41,341 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/container-3/image-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}7b9973c7c26d43bf362e5dc169c96d406bca12faa39a62fd43db55f00f28ba48" 2019-09-19 09:06:41,346 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 1290170880 Content-Type: application/octet-stream Date: Thu, 16 Nov 2017 15:24:30 GMT Etag: 93b885adfe0da089cdf634904fd59f71 Last-Modified: Tue, 14 Apr 2015 18:29:01 GMT X-Object-Meta-X-Shade-Md5: 93b885adfe0da089cdf634904fd59f71 X-Object-Meta-X-Shade-Sha256: 6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d X-Timestamp: 1429036140.50253 X-Trans-Id: txbbb825960a3243b49a36f-005a0dadaedfw1 x-object-meta-x-sdk-autocreated: true 2019-09-19 09:06:41,348 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. 2019-09-19 09:06:41,367 keystoneauth.session REQ: curl -g -i -X DELETE https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/container-3/image-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}7b9973c7c26d43bf362e5dc169c96d406bca12faa39a62fd43db55f00f28ba48" 2019-09-19 09:06:41,371 keystoneauth.session RESP: [200] content-type: application/json {16} openstack.tests.unit.cloud.test_groups.TestGroups.test_list_groups [0.136676s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,135 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,139 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,141 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,142 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,151 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.086703+00:00", "project": {"domain": {"id": "4cc1f7d503174bc584c970fec8e01738", "name": "e0fa14320634427689a14b20eeec7dc4"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3b879296782746a8ac86f6af042f2145"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0e25f096cf754467aeb30475ba7ce299", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "fc3c2ddaaa0b40e6959f77c37f0bc437", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "989ee681d6964417bfa4a3077321d258", "region_id": "RegionOne"}], "type": "identity", "id": "e64aface32004543a294798c5e0c5dcc", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "daa7b5f5ae014f62b13c24eddbd00327", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "85c5473925964b7f9b2bd3a4cc064523", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "de52661156b34616a4019ee2f281ff90", "region_id": "RegionOne"}], "type": "compute", "id": "982a587e96624ebc81f0d8a1cbdbc41c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "dd8a0a62d1064fd2a92b35e1bfc8b2fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0033821b8abd4b6982300c120c872f77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "cc3ca705135d439abdca991a24fda220", "region_id": "RegionOne"}], "type": "image", "id": "92d35e7bea4f4b5e98685e70544d53c8", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f28ef4bb42024d56927bb9a98dc3e871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c15398392d534b3bbc1bdcd5724c2c39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "549144e0a295430eaa6f46043fbd71f3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "42f5ee98abd9424d838bfde19a28d947", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "470c2c7419a746aabc7b9a7cfd14d7ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f40715476aa49ccb5fc7e16a80bd999", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48acc4692298402484df35ec63203e25", "region_id": "RegionOne"}], "type": "object-store", "id": "c0c8712722c74e99a36d91f8a2e9bd65", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9a466c91601f4fb29ec322490a049c5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2be9c0d57b2d4c6c898aebe153bb9a96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3832fab3140640cca4940ed455fac7ec", "region_id": "RegionOne"}], "type": "clustering", "id": "72e041e4e92c4079ad7867ac84b505e8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e42ff9539d39450e8794b394bcdeb722", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bcf594d68a0c4d249c8be21493777421", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "05257b69e94c46129f8592f668331a2d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1ea989cb46754c6ab902cd7377c923f4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4f0cc317d36d48019d9df62271d07371", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bad2b20085bb480c8af72c6049ef1571", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "447ce867b2644bdcae06c6b69eec29a0", "region_id": "RegionOne"}], "type": "cluster", "id": "74b3c4fe5655466eb53c234484ffb04b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "81676dc4da3a4ed3a377456ffca93158", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c1cb57bdf44e4dbc84e4ab628c0b048f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "209ff0a422784e289dd45a5d3e20f35b", "region_id": "RegionOne"}], "type": "data-processing", "id": "9ba5a07edea44906b84776b6d419071c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "478e67d53f6b47378ea3d8f1554a9f4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f9b6ee9ac0a447ebaf75a3fb2f92987f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "485b4b3af83a42fca35e5b36c0000d05", "region_id": "RegionOne"}], "type": "baremetal", "id": "03b7319d5f2a4cd8b6e9e7e8e25c2075", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4cd52bfc525c4956add15bef44b7a021", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5bd75a40469845fb8934b86f57242fc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7c7a7aefe9874c53815491408e60526b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4c59011fea05401aaac5773ac4803ad5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "040d93d143c44939bc74cd5c03d8334e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0278742e127a48db86dccd28e1514034", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a6899707b5c240f1b4b77bbcc354a54f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "db4b8d97a98442d8971aa6959bf36245", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d899762537664d47a82725aa3d7d0d1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a3748361313642d8ba5b4e0db67c6b0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "88876ef7b98249398be644fbed30eca4", "region_id": "RegionOne"}], "type": "key-manager", "id": "40831414ce3640c7a0250cdbcaed20b4", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a0b182e044154bc2801d2d5c66543adb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "05d0dbb1095644c4a114a7d2a736dd6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1e456c2a9c0548dfa3848697f12027be", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b271925e0d2f4ad68884f9e204c1c318", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "942f391418cd46c98cc80eb904f5f445", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eafcc3daada94307a77b47640172ee0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "962d471564ec4b93ba849215e12e82a3", "region_id": "RegionOne"}], "type": "infra-optim", "id": "2ce8290f4a334e919095937dc348f470", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "651ca344294b457087e24f79f59eb713", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2d6699f835f747589b2c0685f4752b0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "52d1fccc97994c9db5035356dbbeb0c4", "region_id": "RegionOne"}], "type": "message", "id": "84388898eeb642009748567726f46060", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3c09b60058db4daaa94dd7d945dea019", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7fea151c2e484e519e09b2b7b9eab367", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a61a2fd4690f4329922698c1ebfa9a12", "region_id": "RegionOne"}], "type": "messaging", "id": "86ad8a5173e84b9ca5cdac0d0d99e912", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "180d371310a74ae587a57e5f02d1fdaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "586e3d5ba59b4cf884b1e122b26bded2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "349b26568f7d4b4a859ae438d8007d87", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b1f122fca5c4405fabd5a201d2a4cd57", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a9bc927fbfe4ac0bc3f978b9344f2bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5bbc8ec7f63946bbab4e666551a36ab5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3354500bf49a4e96aa40962016d6120e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "eee3d75d12674affb10724c9d183e809", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f4ff994cc6742fab8a0c4a0ac90cdec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d5bd812f5ae24f31860b2687062bfa2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1607fe6103194a419f5def64f7385327", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d715e9c61ade4eadbc368ae718bfa83f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cd24dad32a0b4bafa69c727ef10cb003", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce1b35cfae56472cbec9f2213bab02fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9617741eefaf4ac6a3c9ef5568257f7d", "region_id": "RegionOne"}], "type": "container-infra", "id": "a848c888f05740dcb70ccd82f1eb4457", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8f7bbaf0af4a459db7376e2a551ee4db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "544c0649725a4956ac0084f73aa639c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "cc83f58d0539419c9fe2ed0916b2be61", "region_id": "RegionOne"}], "type": "search", "id": "4ff0339c66c84960a0f61819f3ab1581", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9f9e33b7c101415a8131ae4edd56c071", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "128817e2226b4a19874f281e1f1fb84f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a8a5929adad5426aa582519e37713294", "region_id": "RegionOne"}], "type": "dns", "id": "619bd2adad254dffb9ed45c9a52e873d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5ff5e41827ac4456890692869c54e756", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9e313dd3b0e840718c729df4888500ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e147669dfee54b9e857e74a55c0c5c11", "region_id": "RegionOne"}], "type": "workflow", "id": "ca1dfcbb539f48dca33a02d9bc4ada3f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ffdb35269aef405e95325573f09ce586", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "795fa2e076c44b19bfe5c6504b69042c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e9649b7239854f98b85a11f811bf3f90", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a1dec54c46004542b404f9ee76ad3af2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "684bf1e88ae84059a8e43ab492d02c1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "83c66cfea8884e96932c7a26bd08d2ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "5bf76f9389e44b8b8c65a2d725940935", "region_id": "RegionOne"}], "type": "rating", "id": "ca312fa7bc344a05ac812713cbc896c2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3ec18141cf23431a937f9b6efae03177", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d6c7e305339149fc95c1efae8cd7529f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5828981aa0d44935b89961a852bdcd23", "region_id": "RegionOne"}], "type": "operator-policy", "id": "28e4dc90c859430b8eda0a2db51fcdf8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9b077e75e45c428fa04da98c80e3184b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7bd3044c406d4001a5df63f6dc5874b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1598b8346c8c4894b38ffa5b1387f7b5", "region_id": "RegionOne"}], "type": "policy", "id": "c43ec8e5b1194fed8d13047dfcd6f142", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "14cb86e82b804031b2b478fc9a13483f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0fe3e08036f947e7b4e5184377bac1c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1c64112d5b4a4183b2dc96649a7f558f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "fa70ea37a32847d9b8d2b23be5a776cf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5dfb3e3d76bf4e5a8ffacf9ef4dab97a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d4fb96a60f0844c3be581b28f54fa8d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f9b59733ac314e3aa87806e8d0826855", "region_id": "RegionOne"}], "type": "sharev2", "id": "22baf77c90d14db7ae4070670ff3e964", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b5f85847b4ef4917a080ec5af12c9950", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2c9a88fee3a942e4b8b0fefae077a5e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d638a2461b4c47f1826e0bf587e6e9ab", "region_id": "RegionOne"}], "type": "share", "id": "f15e71dbacfd4e0ebafda56cb0b478cd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2108d45083dc45058312dc4520b07185", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "cf10c1246d7146e1add7ff417e6242dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3f7c2a8f7a1b4412b8bc159c0da08f0e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "bdcd98109b2f423f8998be348afb0cbe", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03e95c3fbc4245d4baae0702a233c645", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03c9dd4c92ec47648b356cd7cb930667", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a02f8bbde4d48c6a6c9679c8183b39f", "region_id": "RegionOne"}], "type": "orchestration", "id": "9b1c6120980845efa0c85c6788ca57cf", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "acd4398aedf34eeb89e68fb4c6628264", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98b8cf41352842d0b72380c4d013cacc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2328df337cfa48a1b56601b91479ae43", "region_id": "RegionOne"}], "type": "block-storage", "id": "3d4627b4995143fb9ef66956608fef2f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53b977657e9945a6b6b4e09927ee3692", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8cf420bdba0944dd8d3664621c76c92d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67a158d0a2984efe88d2cdc3a44d45d3", "region_id": "RegionOne"}], "type": "volumev3", "id": "1d0cd47d16614279a7389b919a1e6240", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6237305fbcfb4fe2ab1c68a336e55b71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fcbeab592964c018a2ac9016309e214", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4f58f3cf25c455e8770fd385d93fad4", "region_id": "RegionOne"}], "type": "volumev2", "id": "47f47d0da00f491aa1d50f246a7688d8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "994c9011e02d43ccadfabea600fdd9f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d10df8193ca4f70bd640db4dee80133", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1e38c5b40c546a0b88780bdccb8e748", "region_id": "RegionOne"}], "type": "volume", "id": "a2d681a2b07c4e399d59829115e975de", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99cbb1e2a6274370b76dc6e0cdfa263d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a82f93958064e0a934ef9bd9dfb4bcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e221e05b04ef484894fd721df9b1292b", "region_id": "RegionOne"}], "type": "block-store", "id": "2d3fa7e72c4b434aacbb79b20b79e9ee", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8711c0325e184f9b93c1d4c2be3e9d58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d98b7b83e4ad405592d7dbe8c8f86339", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "12167a04cbdc4bef8b2e8572040fee46", "region_id": "RegionOne"}], "type": "alarm", "id": "6ff86bc3987540b1b4accb8a46741cb7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f5313247a08f41b69dfba4e2d9f0dd41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "973b3917a0624cd7b77c000c33f3f457", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "33972571f48243edbf2abbc443af0d46", "region_id": "RegionOne"}], "type": "alarming", "id": "f50fd8842b174c7b83c540989e152783", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ae8e288726684b11bbf0901a0e420fb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e5504e88fdf743f088c2745c1bbab190", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a0e91f87110b4e5b8cd93c94426e6001", "region_id": "RegionOne"}], "type": "meter", "id": "75be3681b6d74c5bafb21a780b46a6a3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6b6008fe2d9e4b679c26d3ae41cd57bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "45b6af3c8c3f4f8f8fbb2a2df1de0276", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "715db352b2bb41efa0e0f0b317bd1323", "region_id": "RegionOne"}], "type": "metering", "id": "c08fa6eaf4c34cb39ffb9e005bd0e480", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5f061138fa6046afbf9cd3e119e3d8f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bf13c968319f41eb8cce1f74fbababa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9e78b4a2d21b47fea6db566382f58bea", "region_id": "RegionOne"}], "type": "telemetry", "id": "58554d053c374dee8b08f9150cf23c34", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "aa41814f9b7a4bdd902d4295101cbf3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "422d4f7596cd4c08849b0d6430f0b3d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "38cc5007a15e413580da8f8afeabe9bb", "region_id": "RegionOne"}], "type": "event", "id": "8479371c845f43f6b246ae3c54bddd72", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6b64f078b09c40889c7bf1f9b354a176", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "dc55a72bb27347a397e6e1d3bfe28085", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9ce00caac27b4b5d847c61b03f159cfe", "region_id": "RegionOne"}], "type": "events", "id": "8804cd72990a445c9f0dfba9f28d4209", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4210d6d6ed3c4746bf618cb9b63d69db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5704cb0c9dde4b228a77035ba4622a74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4ca6f8ba78d44f07aaf1cacd96d4ef49", "region_id": "RegionOne"}], "type": "application-deployment", "id": "68cb670bd7a0488b9692f3f161553671", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bc30869fba26465ebdafbfb4a1fe875e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d5d69e29d20d4ec1b24559b829e0cf2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2c32f9fd7b564ce898b9c29766d7ee91", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8a9cfed6a5334977afbc9f2087aacfba", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "45c91021afee48e78c983ceb5050bea1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1764308b99ba46fab80db5d2adaa2cc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d46145be81a142c688f89413b9d8d25e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c794d93f00c54266af26b5a0d3aa0d23", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "78335c770ec1424a8e3d852ab1d6632d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f7eb76504b3c483ea6d21c8088b1e798", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "610ab611dd6743ed8be217c142ce748a", "region_id": "RegionOne"}], "type": "tricircle", "id": "baaaa634fc66420c96ee355fb7f168b3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ef4c8a73cb1242b8a99d067269572e48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1b07bc970c0640a1be8bae9e89420e9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "935eacbbe8984ee28e021f4b00129bab", "region_id": "RegionOne"}], "type": "database", "id": "34045d2eaba54b709ebdcfc49fdf4d0f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "53ac46a5ba314b699a6e739af6c12287", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "078924cb49024f82a77dd990405a4730", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "82d16766f11241f09a81a3f1d3472369", "region_id": "RegionOne"}], "type": "application-container", "id": "5ad91171fb8e43b18027efa49b411045", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7fde1de3da55493eaebe0417a2d016ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ef9850c8e60c4549a6b638de73c94a08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "17ee7613fc1a40e082a7bebd33040211", "region_id": "RegionOne"}], "type": "container", "id": "83b5ec83d0b345308c82693ec9ff20ef", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "81c00b10e1f44c2f94bcc5bfc1c6d3a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "41fe41497fb14688bd5c65da725b4bcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9e967a764d044eb3a1106c03f763e860", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a76c404ce519485d9d0f353d8257f614", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6740e5fc6afb434ab37ab4682ca54bdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a2fafd8a4a9b4f0280e76443d71f5f0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c394939316ba4928b6c45eb314f87d94", "region_id": "RegionOne"}], "type": "rca", "id": "feffb7e6d9ff4693b87fc3933cb4250d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "53b9f06850b94a5ca429f99fadd265ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4a8ee34a04dd444eaddccfd8f931ed67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "94cdb24eb83d434fb95e53afba918eb5", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c21cfc275d3e4ea883f8262accdc6ab7", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "16d18219fbe94658b4c76ea38332eb0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "91b5537e351e4e08ab16843fcc98bbbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "925bff09e64e4c32af80a6763ed949e7", "region_id": "RegionOne"}], "type": "network", "id": "195b2843fec2453589a8287c84be7f17", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6325c408c58d4ccd86be4f9c343b672b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "5e597a4009804f59919eff3ae9d74363", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c9a26b7521a0486fbce584a387835409", "region_id": "RegionOne"}], "type": "backup", "id": "b8baf45d88e24187a9c04e71f8d3ca80", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d3282589fda9428cb018eb86ff25c665", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d76e49777a444f3da06150e9c0bf9da5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3e1aa16734da47408bf4b76109f76a16", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "468de3b0b511451f98f9f416a0c0bd78", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "459cecebd215499e9d64f245349722dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fde639f7fb3545d58c3ec7f5f11f9e62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7cdcd288233e49d38e15ae2d058081f3", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d6a34456bdc74b13840a330b63b02f17", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "efc470df531d46269ec74230e4b226b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9d3b0e91fee44976b66ba0f8dfd8b5ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e4df6eb478384a50aad8d2103b4fb7b6", "region_id": "RegionOne"}], "type": "monitoring", "id": "41e58ab63ab741b6a0faa36ec011cae0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "48cf207e76a9495cb3c2004bfa705961", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "aec7199d06d1479ba92291c2a2c55996", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "59b29f1d7ca04650841a446d8fbdecdf", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "165fe2a684454e7ca8a28522e3f1662b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5d170cbd0a434c468f021c98ed0c68d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "91990463b3814ef49513d92fda14b2de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e9ba8ed5cb5f411982980d851cf4448a", "region_id": "RegionOne"}], "type": "placement", "id": "7136f088030a4f64bd5675a593403738", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f3f320c0d88145f4bcfa80d6f012e0b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ee3723107de640938f5171bda3c605b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b7365a63742a45f7bd42e53d642a2d73", "region_id": "RegionOne"}], "type": "instance-ha", "id": "33a03bcc6a874e4f8d3040234fb7d840", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "61542872410b40a2a1e2503e7fd81891", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "feffad356f874dde9c107515b802a68c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d710e9a0e51d4a47972a83b118bfc5a3", "region_id": "RegionOne"}], "type": "ha", "id": "18552f123db4472f8438b0e2f54511c8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3f3e5d1c0aab4821acc69d70a997eb56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0e4e134ff57949d6a1bceb15882c8696", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "edb56e4fda9e4214993a8e5c179dd577", "region_id": "RegionOne"}], "type": "reservation", "id": "2bf20e68a022460b8e3d85ba78c0e3bb", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "558375427a844d638e98d30035865bd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "96e5954bdc004b24909b87e9a8c51415", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "df03848e7a6d40c7a9205c16428b6501", "region_id": "RegionOne"}], "type": "function-engine", "id": "dc5ad50a49ad478fa4fce6f3554747d9", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1450f841db76451aa084fbd81cfe9074", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c1ec4246fe8e41af97b3303f2169c74a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "dd4965841e1e42d9a46c7e5d047fd329", "region_id": "RegionOne"}], "type": "accelerator", "id": "d105c2b2a873422b9010421d44dc9150", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4fa66eba2a254b1090e51d2802c84939", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "331102eb75ef4416b9dac7ddc3a39972", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "288798d120364b1fa13c18e4423467a7", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e0840a9ce44440369f7e5a9409bbadaf", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "727e1ae900144285809bb1b56e8d446c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "62139c22743c453fa01cfb32366e7c33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bb4b16eb16634e74822924487091a759", "region_id": "RegionOne"}], "type": "registration", "id": "9c4c483158824cdd908e821440631738", "name": "adjutant"}], "user": {"domain": {"id": "d15fa92b916149b3a74538b06dbfab4a", "name": "06b4011d11e14fa490dac7593effa035"}, "id": "8bfa2e8489e646d7b2e9834b3b5a4ca5", "name": "77abd98a2f814ec5bed43f43693b8e11"}, "audit_ids": ["3029eb1cbb03495da535eff870408c49", null], "issued_at": "2019-09-19T09:04:41.086703"}} 2019-09-19 09:06:41,199 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,202 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,203 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "dab21144714c47ff80490145353f0980", "id": "13e7f2eee6ab48249a088f4fdb7d8f16", "name": "groupname-2"}]} {16} openstack.tests.unit.cloud.test_image.TestImage.test_download_image_two_outputs [0.062177s] ... ok {9} openstack.tests.unit.cloud.test_qos_bandwidth_limit_rule.TestQosBandwidthLimitRule.test_delete_qos_bandwidth_limit_rule [0.260188s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,118 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,123 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,125 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,128 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,142 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.055595+00:00", "project": {"domain": {"id": "a3326790e0a94499bb420be98d4f0bc7", "name": "c434e9daa32840b9a2eaeb10e06e901a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "04829e15a5f449019281204a4102181f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "553fd77fe809470386089fc5883c2fea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8add9d3546ff47bb96dacde4629d7024", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "871e354d68ad4275959dd2a698b35e7d", "region_id": "RegionOne"}], "type": "identity", "id": "3d09874c1ef449b3a4f26a30012a9d09", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0bac8e8471f24cc19a9e7ee39ee02c03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0534d08389d94d2d8b6dd30031e3b436", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "47aff9db445c4303a95f77ecb2e0c1f5", "region_id": "RegionOne"}], "type": "compute", "id": "dcb1f80f4a964d55805d7e7f95672c6e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a933d803f1804a629fc4a996121a40a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0f00c5b6e5ca40a6946e9448f1579d85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b523356c5cb84f00a38d887b67eef92b", "region_id": "RegionOne"}], "type": "image", "id": "a13efedeaee14ba5a3c1ce6ffa9fd3e6", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "76a0b62c80724c0f834297b25fc9e33d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3e52043eb363461a96c417eb20d64c01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1b20e250f0044c1aaf0b77db64823219", "region_id": "RegionOne"}], "type": "load-balancer", "id": "34e4bff0d2bf49f29ded07d6d534a355", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fea34cf17b844224b32a37b80746275a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad0a0dceb28a4fd2bf7388b3bcea8fac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69328379e67e43e0b25ed7febeec99cc", "region_id": "RegionOne"}], "type": "object-store", "id": "60b06807eb0a4e9493dd989919b03282", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "51166f7a89ec4a37be6022d540ce74fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4b54595ff07043a59b406d077eb6e054", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "46447a33bf944c5f8dc93fa18e54ab53", "region_id": "RegionOne"}], "type": "clustering", "id": "35a880d6ad4840e2a1da08e7ea7bff14", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "244813c119c74199b1582bf7bbf783b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1765c450c2e54551b89cf082fbf6da17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6853667d223a4cb98f9ce18900783f05", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "dd780063a8494e3a99679148e9c03888", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8de774e646d54f8499aab2f542009289", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "57336dc38e194c76980341b94720c601", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6a5feb8be8434eea97b28f1c444c8757", "region_id": "RegionOne"}], "type": "cluster", "id": "9ba62602f0904a9e80672801013c6a2f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f82645004cf949e49717a1b62000f334", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "21fe8fd957a540b09d76ae59df98d26b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1689688a53ad4031b391995030bdfb80", "region_id": "RegionOne"}], "type": "data-processing", "id": "9a56bd1e69eb4b9ea7abf7d7e62b55fd", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9daa53677f09463aa93ffe5e422e0665", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "71d76df79f7e4c8aa6946c0b1dda36a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "30a8a2e44ebc4839927e8a91fa2341b2", "region_id": "RegionOne"}], "type": "baremetal", "id": "c143419dc764426a92587651f81a5daf", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "56e80463b00b4f5e9127cff0f3857ec1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fc91fefddb2a446e98edb205fb447322", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "70581eb997284705b05a5a186891493f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a0d2848f2f06431b907a890973526719", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4a14869040274d6eabb14db5d6af5883", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "db3c36af33174c9b99b48827dd5ca630", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "588ee40f79024c77b0dfeb7a7bce1066", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "fc07884b070b47778514de561804b60d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d1e3c74314384829aae9052422678707", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9556fb64f0ed40afa4ce68a8f751b752", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "86bb8de22b1e4ac1b2f97cf496d605a0", "region_id": "RegionOne"}], "type": "key-manager", "id": "9d663499275647c3b798947196da7419", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fdd5d05959644abe8ee859dc8207e187", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8ac2557bf3d14fb3a8a417afa0bfe9c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d7302c6b22b14d5d87baa0ec930c087e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ba8f464f6bf34ceaacf55f9b1cfd4c80", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5ba9fe0d78aa4950ad4318a2a31d63d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "62568723a34a4bb2a8c5bd3190a11d4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e2f5cd578d5343788bcba6dfb5b8d73a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "67f51d535ee44c8fbade073d24ad7c94", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "938657d6279b4083967c98b986d3d1fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "797bd7642c40491fa05cca5b4ab29490", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6548190b8cc0472ba8c068b3e3cde143", "region_id": "RegionOne"}], "type": "message", "id": "c5f7600a4aa049f4b960e81514af8cb3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8ef9b6665dbb468aacdd9892adb4f410", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ed37fb762e464d73bf6a902da2e885f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "53456010eb644fb38f93d9edb4b50531", "region_id": "RegionOne"}], "type": "messaging", "id": "354a11e17dcc487da4cd4a1bd3b27d7c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2cf15ee44cd14f078f99f8e9cbdebd34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "be3c714bada440a096e6fc70bce4841c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d64ec23d770d42a08e2b7f96e5d8f726", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a683cf66431a4bed90e8ce6e9d817c04", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "932160373c304c7c8c853d7b15ec0275", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e71a5bfb4034f6cba24ea4e6350b53a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "522f046ff0a84964b6a8830c61995b76", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3bc45b8d0eef452385253d6a65a94493", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a7337b3398dd4cda9e5cc963ff997d51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5535989475cd4fd482bfea35f906d199", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "295e9426c1674553888c7166cc870f16", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "24ded52d947d4de3be207c4f39069277", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "728f0503e2fb48708b204e644a37289c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd7a769faec540e885a19ac437019cfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "634cb4ed44a8465ba3252088f7a22484", "region_id": "RegionOne"}], "type": "container-infra", "id": "f467aa1b84024da4b8512506f4209dec", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0bb1ca99cc694777b05712bbf86c368d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "bd896195b0e844e680ba1abb59baf3ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ffad2ce1347341328ecf29840732617d", "region_id": "RegionOne"}], "type": "search", "id": "64c149eae89946539d53e3b3aea242e2", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "887b01d352d44635956802eb3cd04897", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d87308df995d44748e89ab234b3a3740", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "fc731ec64c524fd3a46de8036306b4c5", "region_id": "RegionOne"}], "type": "dns", "id": "92d28d4a69d34e90a62fa6fa5b5b8684", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "54d1988ef6d84b4ea09d4f33206e3c09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3fa58f014649409495c59f6ee87c6e68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "498d32ea40104fcfb484cdad9f2c63b1", "region_id": "RegionOne"}], "type": "workflow", "id": "fcf3c94e49f247c6bb166512cb68395e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ca5efa78257448fd93ee9ec8a8f63701", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3bdddfa553eb4b4cb06053f82ceb7407", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1379b7c5a62b42169e6faecaac136f95", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3172344242a24d7e8ed31f58afe1b6bc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "09ff16004e6645158d0e34b4ae7ea6d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "cd985a4ec1c7493784a323e75270f568", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a47fb412b5bb4775b0b858f321ffe1f6", "region_id": "RegionOne"}], "type": "rating", "id": "7bec7932779144f79ccb0841d1af76a5", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0512d59981144e3ba158823091df183f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d48d5243452440ea9062aa979c9e2f74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4e20635798ae4e6b9e297c9531ce0be6", "region_id": "RegionOne"}], "type": "operator-policy", "id": "20b02818a2184c01a4ba326add6b52ad", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "39d6260015784e8392907a36c797fa8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a0a7fefd75d147488492f4310f3bbc90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "56c1b36e84264ae2a263453e0a128a05", "region_id": "RegionOne"}], "type": "policy", "id": "de8bdb5263cd45c3b77c6c5e7b00d62c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "822df41a11ec471ebba0e6701c2a2b82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cd14d56df4c94985907b78a6ab4a8e57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8776068177a64821a67894f2746a411c", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "27ce9cd5be4e41909e13d4f33d026363", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "268670b1112b4ba3b9c4773d07126987", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "62601f79ed724688adf5abcbc149b695", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "de75c7638f2441ed91d278dbbf1929fd", "region_id": "RegionOne"}], "type": "sharev2", "id": "781156b01b854b9b9547698602f0e235", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fd07c35033264311b8b7e562307bd2d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7ce6900e36634af285fd3be8ee9158f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "41d2097620474dbdbf373d0a6f2702df", "region_id": "RegionOne"}], "type": "share", "id": "878450bdc8aa4c2ab8e9972606ab7db4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "95b0cf37cb1f47ca905522944f715105", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "226638c2420443d09fc1f3d91fa07710", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "588290932c9a4f16baeaede36b92bf03", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "2d7b58bf68334d50a665126a0e29ebc6", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "975121510df941c5a2c2851dce57976d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f606fd88efd4547ac43a29d96ebf954", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7012bb73f8b34689b3ae221b6c1455b5", "region_id": "RegionOne"}], "type": "orchestration", "id": "7ea3b3bb9e104037af0d7b6ae18baeec", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "debd540e94fd41afae7400cd25d4dd8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35867f6304d84da8b03920d7d6582f9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9399354e326a4ad5a3f4dcc07c9d67e7", "region_id": "RegionOne"}], "type": "block-storage", "id": "0f8802aa86df493c99dec36b09bceb82", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bec258b15d3b4e859810e47a777f3af6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ebbb32fd359b49298ffcb8f7c693deae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58cff185cc1341b49996ed7b07e92774", "region_id": "RegionOne"}], "type": "volumev3", "id": "ebbfe647e7ad4ef3bf6bda8446939d23", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a03b6b0dd6614b2b8a5f4c97293ef74a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87bd3fca8b704213aac0a567d90ed310", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6a8ebcc370c45df947cf5a10e938921", "region_id": "RegionOne"}], "type": "volumev2", "id": "a780107bd01b4e229236ebf91845c20c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7782b9f8a7854b20a9f9c9e1c7d96a26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "505736dd1bca4beda4f38a8c2c3f4ce2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e202d784ac6b47339a9c3488c5bfbd2c", "region_id": "RegionOne"}], "type": "volume", "id": "60a766912f2844cf91d7e4f365534948", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4ddd121306c49c985d8832fd92dcce3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6548a13fbe1d4c95b60bd79ed0ec3d47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8b8168abf3949c7a348eeeb4b1b05ac", "region_id": "RegionOne"}], "type": "block-store", "id": "8b757bc865744152924a98a55c7face2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "32225c64aad04cc2ab69e973222c57c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d620558653484e8fad6740fed17bbb2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "efb2964712074026973b617aa443d480", "region_id": "RegionOne"}], "type": "alarm", "id": "bcdc0ed10f614ef6860460cf85fd41a3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "087f617d5931439e8e2d5bda5be64f4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b154d785f61945a9a3126710149c9f36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4a4dee528a034e9091578bbd228b2fc9", "region_id": "RegionOne"}], "type": "alarming", "id": "a85a065224594cec905711886362ce44", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4329707d796147f6b785a77487fcf0bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b0f314426e6f47c995323c10e0d2bfe8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5721c7f9dfae426c8d2bc6418062f524", "region_id": "RegionOne"}], "type": "meter", "id": "291ec66a4b004f1dbb8e4abc1efa3191", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bc2ea4fb93804833b5bc4995411731d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cac6f2ed5bab46519c765961cdc62593", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "19f6dc42a9414b50b2d23daf9ac5b8af", "region_id": "RegionOne"}], "type": "metering", "id": "adbcb1a52fc9492e9f8dc76f7f8bfef2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "132ce66545dc4d959ba80bc901289c35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a6afe4073eed428f93f441125d6f1a60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e1d3fb4541ae49168794589ea344d5c4", "region_id": "RegionOne"}], "type": "telemetry", "id": "f08f01fb0bae49b3b849a9b9088ab004", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8d985568ffe5476f90fd42f1181f3843", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d5ad9baddcb048e2a94c36dbcb9390f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3fcc9271a7cb4c86aeccc030ebd295de", "region_id": "RegionOne"}], "type": "event", "id": "53460ef489b34c718ada7a8ee57400d6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "bff146ff73cd4eb19c93be03b9b92e47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7d61685dbdd24ee6aa29ad4f9e1e51c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "85803b834df3412ea34794a8f9c50de9", "region_id": "RegionOne"}], "type": "events", "id": "efe68e6e600041b0b0743bcb30b783b9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b8cf0b76f6444bb89ff3d87f5ec1bcaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "831b9485fd1740c9b8063bc8eeb5dcdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ec0b10e9dbac437e88e4b828344cae73", "region_id": "RegionOne"}], "type": "application-deployment", "id": "7cc1610befcb4a2794987945d783e927", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7c0f42118188405c986223511d0dfca7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4ea6a3ccf8494f1c885306db2f75c044", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "131c455f4fd34b1894415074e34bf73f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "90e95ebec06a48fd9818d1633ba56a50", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "47c821b5fb6c4d5baa0360f5c0c8a962", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "39e835f7dc894707be9d96aea735870b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a60c37d451044a638aa5a92bfd73a1ab", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ebf7a40cee394f8a976d03df0e307b37", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "869d06172b8f45f98ced3d2e566d876c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2401a8e808e7452d9082b9379ae8e653", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "af8b8853cc814b45ade046ebf1069bc4", "region_id": "RegionOne"}], "type": "tricircle", "id": "cb57c8d327b448aa9670e3cd56797254", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "3db61da05a074c3283724557bb8d4f72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7870465a445946b6ae699597869f3b28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a2a9704bffb94f50ad3da329fb68bdfa", "region_id": "RegionOne"}], "type": "database", "id": "334c1e77adb24ee6a3808ff877361ad7", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4ac53501041f4ef3a4b8626893026a3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c00f896b013f4326b6907aa1751f91cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bb6b7858bf4c4bca95711f414a5ff475", "region_id": "RegionOne"}], "type": "application-container", "id": "ec9af2f851804e47885e0acac8a58706", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6f37646f680f428a999e964725eb5036", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "06a38f20e73c410a8807d6553cfc6e19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "958ac25b828c4f1185cb35e9c6747ee7", "region_id": "RegionOne"}], "type": "container", "id": "dd0738f956784839b0c36c8c55f45f05", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c09102234932493d9e6c81a4dda82c1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e2450a241e7545d1bc4a3d9474efba4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a595dfa7b10f4c0a99e8faf2aa69f7b5", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "28e7a349abe14684a9437a8dfcc86c70", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2c106a6729fa4aea8717cf7c2c99a5df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3749bb11dab14a539b431f904a15d012", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d07fd85f7ce74082becfceb7074ab4a3", "region_id": "RegionOne"}], "type": "rca", "id": "6958f4d720074927862723092d0abbe0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "dfaad812d71a4eac83b020726dee87ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f6391b539b7c49a78747a5921ccf24fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "387314f0e04a438db4598ac77f84494c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "8d27f6594d734fe195cd5c75102cd953", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a3736fa972cb4518beb5e2dd24042885", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "13f11f356e49424cae7bd3769b56ee41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "44236c36138046f3bf7054e499f72f1a", "region_id": "RegionOne"}], "type": "network", "id": "929e4dbefc6a4adea812195a110e446c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "4bdd434057d243908c28b85c73d6ac03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "23057f2d88c545f0990479d931f76016", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "72195af283b24d438a3dc4a1ef547077", "region_id": "RegionOne"}], "type": "backup", "id": "85cf6ec6a98e45538770b92da2c377e3", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7633eecb107746d38eaafa086097fa5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5f4cdc3e1e5d4dc79f8f5814f8ad4b97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "67ad15ef463a4c80b3a47c0a2ad968ef", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0fd36c571b32461089af3221c408c8e3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7b1e9c3a501a4e5f9a9d524a6359c7c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "030350f818014780a42588ad2f0aeddf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "cd2c4e936b8b4c3e8fe2b3564ce6b3aa", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c318f697c76c4c8281156f1eac80f863", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3b03872d18684a9880894177ccb45ea8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8ddb8d3b7fb34f2197586ce2d120d4ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b1f2321da7fd41ed8ef9fda04305357c", "region_id": "RegionOne"}], "type": "monitoring", "id": "b6eed086a3474f899f7034ba7350771e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ca5aee30213a445e9dd08866970d23fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9f41a85dd8324952baf1325a7e453fed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "198b32e8fc6c4e109ead978a21cabaff", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3cb849898b194bd6979d95f9d0226282", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c4eb62a5d7dd4ae596b2e6e846cfad3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f29af9ef8d2c41f7bc16fb46c6d0afda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "478f90ab041346ad988753f3e31ec887", "region_id": "RegionOne"}], "type": "placement", "id": "6e4874a6cdd0474786c83158cee1fe83", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "db830cf8630844f787aa4c211590894e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0b0d8a2adcfa464b9837d8ce9a28275e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b2ef9b727eb54a9bba2c53f19c782cc7", "region_id": "RegionOne"}], "type": "instance-ha", "id": "428d26d4bc9843e1b517653f2d503d4f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1c6bc695dca24b1b942bf55130e333a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0acdf9c63483426b816b8ee0456e40db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fa7a4d9bc5f54d3e84b0e0cac5810da7", "region_id": "RegionOne"}], "type": "ha", "id": "35ddc6ea411841618b4f862624ae7c3b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8b55ccf1530c4cfba440a6272d9a052d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7b8ab09f43294525a09c7a55faf6a6cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b9fa397c8c734d4f9b27cb87693b76a2", "region_id": "RegionOne"}], "type": "reservation", "id": "a111c8b4e4ef47489092e8453b201d6e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6f2105961afd4297b4e595709a5b8baa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "eddfebc38a78460190ae344c986a1d74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "cf327cdbc69a4e1a97a70a79891739be", "region_id": "RegionOne"}], "type": "function-engine", "id": "5aa01dc11406470c83051ef86f0afeab", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7aff1300cb374fcdab47bd299692d225", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "54317ffb949d4ee3aab6ed173193dace", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a683e5d9f3b9416b8e10e407534dd44e", "region_id": "RegionOne"}], "type": "accelerator", "id": "6c96c54eea014adb9c55421d68ded868", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "50f361626218475b98c1771a957d3b38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7992bdb77c184dd5907024370f4c319e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "dd99f19e975f453089d70d5e4050e5ae", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e5469f75c51844079bca042a3e5d6eba", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "96f080396d1643dcacb7b6bad2ae81b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "306aa1b1484440bd983cc838f0935b09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4ce3adb4cb7d47e397b5e030b55bae19", "region_id": "RegionOne"}], "type": "registration", "id": "ef882643b8bc4fb2bad7ecb4b838702e", "name": "adjutant"}], "user": {"domain": {"id": "08371c3cfa7244d1888a7fcc8113e533", "name": "f38ac8efcf9d48219af6d4feb8627c25"}, "id": "6a76fa024d604d62ba304382cad414b3", "name": "43c18e8af2bc4530abdc70ed55bb3934"}, "audit_ids": ["e57f11ac8b1741b987f5ae1ceba1b8f3", null], "issued_at": "2019-09-19T09:04:41.055595"}} 2019-09-19 09:06:41,276 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,281 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,283 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2019-09-19 09:06:41,286 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,291 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,293 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2019-09-19 09:06:41,296 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,301 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,303 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2019-09-19 09:06:41,306 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/bandwidth_limit_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,309 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,310 keystoneauth.session RESP BODY: {} {6} openstack.tests.unit.cloud.test_image.TestImage.test_create_image_put_meta_int [0.370476s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,178 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,183 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,185 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,188 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,202 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.108120+00:00", "project": {"domain": {"id": "37828202d75e4e9099447baab475e37d", "name": "6b1b107420d041f7b671f791eb755226"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "23fd859ba2dc4e1086cb22ac6d676981"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2078da5f3b5b43a28422e90a9eea4aae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "19158912dde441e89fc5a66c84091862", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "fe0d5022b35943deaddfb5f35f289f26", "region_id": "RegionOne"}], "type": "identity", "id": "8064a14312684ca08a158ce4d8b79598", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "990b829ea93a4b55806ff6ec09fbe8d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "75c64881d2234455bbbc82f09add1009", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "0a36b5a7b74943ba9f0c9dd3617b8001", "region_id": "RegionOne"}], "type": "compute", "id": "d1206d972e3c47b5b77a5eea450ca42d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e9957f1864cd44a193fd55d5b41c6ed5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2306d6544ba84fdf9780dcd9ebc2c9b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6342a0aa0a5940bda4364f246bbfd456", "region_id": "RegionOne"}], "type": "image", "id": "0586a3893b0847e39f7cfeb31173164d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4a28275254c940c0b7a4f5ef724874b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0e9dbc2158884489b2b7ae50fb58aefb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4961abb10027444c9416a6c4d43f9c83", "region_id": "RegionOne"}], "type": "load-balancer", "id": "08d7f71c194c426589116ba15cace964", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e37594636484451d85196ffa4d923f3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e2410daa5c743349fe27912a5746f4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b59eef852f5c4f0f80658b9d99cc58d3", "region_id": "RegionOne"}], "type": "object-store", "id": "d1d92355463a40e6a1123262338441ab", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "abfcb61fa93a4146aeb8105ca679f960", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9914ad43f8a64c9dae6ceb9c409c44ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "abf133348da8415785951a0905f9d526", "region_id": "RegionOne"}], "type": "clustering", "id": "bf12e21b8f1d4eebba26036c61954549", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f41c2472e7c04a95a177ddcbc458f273", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5e271352bcc6446097c1d82ee09021a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bdbc859cbfb04977abbfe17c7d3ba15d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "040cdc397237446c998be0dbccf086e9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fef84778d76e4d7a9b281de339bd771a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ef67fb5e7d89495ea1d0153db919917d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b2656d9f8141479cb324024794d20c4d", "region_id": "RegionOne"}], "type": "cluster", "id": "6962b30d25aa470aaf383b56a4a0a71f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "aa506b0561374a8aa47d135d1587ee54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2e57d32bbf1c4c26bf177f6e4f309ef7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8d8a90840a2147d9ba2311b49afa39d0", "region_id": "RegionOne"}], "type": "data-processing", "id": "f8a3daa9f0dd4e84a28fb903873bd4fb", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3faa76f9ad0f4f549a07bd4c77be6cd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0773453582db4bdb8490820605047d1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6bddd620e0d04bb68c65b40b2a00d4ab", "region_id": "RegionOne"}], "type": "baremetal", "id": "0229ee1482554a5ab5b2114490edd4c8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "85b874028bb7420788f334e3b5b35836", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "625d470644d84cafa7f51879f4f35436", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0f33888649694f9b8e27cbd87fab3d2a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "78c3c01204474c88b9726cd28d4e574e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6079fe3da13c424fb58980efdf6a75e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0516004d9f034fbb83af3aa75814d4cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "72e6e29e5e2b477290f9cd9da9479522", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "33b1cdf983aa4806802fa8f3362b7380", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "91e26c8c982a463aa39ca284c8c3ab51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d41973f8c51f4ec98bd35491d021f751", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "60e4c9dfa36d49d1b835f79b3c42085f", "region_id": "RegionOne"}], "type": "key-manager", "id": "276a9167d4304d2895de86f520d01bcb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "64ad622f30dc415989a34b4fc1bab8d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "43d51c2bef174b1286cac4e5f5670582", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ad5bee693bea49b381df6793f50378cd", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "8b0cbd202ddb4462a1f88ec5597d82e9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3cd3e53f10dd43e786c0c16fc6d8266c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4477c4e91b02496bacaf76c13952a574", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "75527f9459ec424ca20dc6b56415ccec", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0477211600ef4c4b86d30b7320f4953b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ea1f7eae648340a788b46280ac7655ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d12106f3fb53410b9c2f3b65a5f48f2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ba3ab2bee00045b9bcd349e1c7fa54c5", "region_id": "RegionOne"}], "type": "message", "id": "239cf665d92345e78df0097fe68c8599", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "340d72107d8142c6af4073395d4bc2cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3f8d79f1d8fa4a70b5d725b18f6ccaad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7da4bc08df7b46aa97bb0e89fb4b4369", "region_id": "RegionOne"}], "type": "messaging", "id": "f6c7854124e4462d857742263d4eb718", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "53ba76146e1a494b86c9fc411af4b6c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0f884672c3974f9ca3da09a89d6a9000", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "67083af39d484251a9a100febc7e8e3a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "713de81c35734ff5a2ace73707b7fc08", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7f88eee4ec4e4fb79b2eb0082b729f47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4c66c8a7a2e444c49404c8ca4860d9f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "402acbce11584b0093550f0c95fac95d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "889ebea0fb2f4dcfb43e47099b34fdd8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cc37055716574d2bb140b7dab2115134", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0e25759624b344c58149cdd40174d0d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f496a2125cc473aade4287c4738ff7b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "9f82a041cecc47a580b340bdb542545c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b913823c66be44df96dd4cb845b89902", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "94ae57535dc543d7b203e7bb2e530d37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1ebad28d25de4fd7953e759dac354c6d", "region_id": "RegionOne"}], "type": "container-infra", "id": "b67488066ca541fcafa603f1441b60a3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "294ec3d1805149f1aa3b9647094f1ad2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "4f298d8a82ed49928dddbba6d2aa085c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "dd655017eee5414abff7a16acf04f89a", "region_id": "RegionOne"}], "type": "search", "id": "33c640830aa148ee90862aecad2b6d59", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a21c1a59abf7429ba572013d96990585", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "79ce8c3d8f264ec1adf4f5c8d40e5a08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "0fd496b82e3943aaa53e24008531ccc4", "region_id": "RegionOne"}], "type": "dns", "id": "60dcb4b0909c445ba87f970be82f6dda", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f78c24f1a9f3418083be3ff3b6acbf1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1f40d5eab0c54292b791fc9d80ace36e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a655bb1b24e04f1691c7a4fd4c6d9248", "region_id": "RegionOne"}], "type": "workflow", "id": "7d925e614b9c4217a4be8d264a00813f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c2d9ad495efc45a0a67dad353ff3da88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "12541e1491ea4020be1089813f86453a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "25e0f534223246fa8efb7946a8b2c8f9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e73c66de9b9c43a19a2b30fbf4a30b2c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5d796fcc14a846369e596db46ae6a27e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "dc86f8dc264046b794c12faa9767454a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "134b6ac168f945adb1fd6343e2c1fc08", "region_id": "RegionOne"}], "type": "rating", "id": "4f135f524736483f9d857fc28fc51175", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8d9625c6aa9a4a56b46d1a663a5a4222", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2fd15a33e36c4de1bbda7bfa19214d73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "71baed06b39747fbb8e3ece158785ead", "region_id": "RegionOne"}], "type": "operator-policy", "id": "3aba2191887e4148be1c47e11827a8fa", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "20af9f5fe77c4e0c8cdade6fc64a9ae5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b99ba8d1fae648e4a25f25d80c3e2f90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "55a1a4b924944544917d0bea70b419c8", "region_id": "RegionOne"}], "type": "policy", "id": "74581517e8f643ccb698756693881c0b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b769dc3d519642e09edac667a355cb37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1db74e9521ba4f6eaa91f73b9d20ea82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "56c2d5b3c9314abe99ad8b402879f88a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1bde534c87104e18857347f4dd909da7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f7989ab4b9a04bbc9c5f38d5d0297b02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1595f8f0fcb4496fb9e61b90d0605aeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7fc4bca455054ded90aa1a59987325c5", "region_id": "RegionOne"}], "type": "sharev2", "id": "e287f4af19034d1b84903124ab0c05e7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "11236f2fa9af41aa9d71c1a652657f78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e99bee4677f941f89aacf3f5b33b5327", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d0a7b6ee89174420a8b74201f763e70e", "region_id": "RegionOne"}], "type": "share", "id": "8e2884f5e22c48a1990bf1f45eb1ada2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "477526e7bc284007a40af69748843bb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f74c6a18a5f14aad985e3cd5bf1d651b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f15a238bf6cf480789eedb9dc9bed8a7", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "90c2a6ef5fec483f96f00a02f6563a79", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ebeefe1f59ae431fb172915bf7f99e90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c2107765cc246babe444276abdfaed7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aafd3c018047431aa61067f31abbc20d", "region_id": "RegionOne"}], "type": "orchestration", "id": "7c01d7253f294627a9c094fbd85d216c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "388a72a5db914618a0bb4444866c2895", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1fcb91f9e7443d4bc1312bb4ed00c84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23ece7710cf44725b256f5fc675bc4d1", "region_id": "RegionOne"}], "type": "block-storage", "id": "8ed5fe49cf2b4b2b8468bc67c04bf265", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81ceacc3e7a8458681f43afc9ba02d22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6bbf9bbe086746f1ae8aa28f587491f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90de2b27264341a4a0579c9f8196e131", "region_id": "RegionOne"}], "type": "volumev3", "id": "f0a1dd7914754432b23f6abdde21d826", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d53f3b62fdee445a81405d54adc36989", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c0b8b07ba694d1191688c38c61515b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c71c4ba2ac54c36b00b66f705897f82", "region_id": "RegionOne"}], "type": "volumev2", "id": "dcb587728edc4579b6b04236f9db865f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa3d43292e3d4bb3b4dcb63ac8fe4fb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "918fbebfc6214ad0a7c04771d5148ba7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb6221f0c1b34d12934f5a0f40a0688b", "region_id": "RegionOne"}], "type": "volume", "id": "e4002cb1433e4c8ab904039d6abc050e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e4eb3b7a86f4303bf75e32e5ce46a94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a92426a6333d488fb5c15a04b5b893ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db726000766c46129f211b8b0b38913a", "region_id": "RegionOne"}], "type": "block-store", "id": "5a5e4594848f4fc18cb9d5d1f5c03401", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e1ae4257a5e8421ca862188ef1bf9af9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2555498e9b7f4081b0bc727cca43ec90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f915528bc82a41fdbe384bb4aa7cd031", "region_id": "RegionOne"}], "type": "alarm", "id": "dae650ed4a704fb2bd273864ea5793aa", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "597296ec46f04415a7c969442cdf5a3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "26a5a19ff2c3497c82f70bbb50e2a29b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "052b7958c8ae4671b4b8bb617547c0ef", "region_id": "RegionOne"}], "type": "alarming", "id": "71c4c362162c4ceaa05e38c93b5b6dfd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "13a38c37442143a0bb6112e4679194f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "41b158ba99f0456e93bbe163bed8519e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "32ded74c45d24b8c951512fc741f73c7", "region_id": "RegionOne"}], "type": "meter", "id": "24c4f49c9b464e31979c586d126103f3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a6476fdbfe0946d4a432f032cc5927cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "29937aec33d448fa9064ef2ebdb68140", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "41bc319158154cf28bcb5f6a23d9301c", "region_id": "RegionOne"}], "type": "metering", "id": "f91fd45150e64b1a8c6dd92fc6e26904", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cac72244edb548e5aa82eac30cbbf4bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "67304fec05c34095a2e0a71a06f24f9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "54658b77908b444c8b1b62ca48b64b50", "region_id": "RegionOne"}], "type": "telemetry", "id": "804899c98d0741d1ada0779fd3e7ca08", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "26e05a8bf4f4425595e4591d6ba57a33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c50ce8d989444192b0db4546c8d734aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "083773a099994be29b36ab27036b542b", "region_id": "RegionOne"}], "type": "event", "id": "49654fd25db546cf9a1790d53bda0482", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "de17b0a80cac443b86be8f0e00c65ee5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "81c0198e0d494fc0935456e65924e610", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b8d7d7290754404785327083f2ea52f9", "region_id": "RegionOne"}], "type": "events", "id": "17711c7b11944937a840094cc4408dd0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2b32b68414574cefa2ca66bee631e6cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e86b42532f484560b7d7c8e5bedc323b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6a043e6897934f95ab9989d0c801a52c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "eb2e948a8211436b8339b36bf071d2db", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bd5beedbf6804d45899540c8eee5b7a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "95f6f22eb123426e8b1051beb559834a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "88fca2237f144e4bbc418a68eb2b6471", "region_id": "RegionOne"}], "type": "application_deployment", "id": "09eb24d7d319470491cad3fef1e2a145", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "22e7deeb38144431a27b3405e1693393", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ba814a4d914d41109c62029ee7c08c1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3a8216a6b7844559a231cc6789522d28", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "81f9714548424c90a31b45e8af3cf76b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0eb74a374db5403980c10139a2144dc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d1e513bb03d44222ba05632d5c725369", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a691aa0ba8c046b39116f9279be65a14", "region_id": "RegionOne"}], "type": "tricircle", "id": "9b30fb976da34fd2a7dd5b6bdbab4247", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a7fe5384238d4d90a6ea7fab103ddd6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "53178690ebe646fda5610c8da3811346", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3769111ef5b040d49b08262eb47e5cb7", "region_id": "RegionOne"}], "type": "database", "id": "aa1900d13b1e4778b2030b17edeb6924", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "32c34c990d1648ce977c80e509b804d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8ccdf7f0ea3f474f85e6c38bd7ef414f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fd3f11b1a84744718f903824822fc546", "region_id": "RegionOne"}], "type": "application-container", "id": "cbc938743eb54544ad93b20e8af4e07b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "badf58e5ec2141c89c6518fbcebfa557", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6259344053194259b6ca0ef2cec77e2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a04c30ff5fe8458997e3c6273a6df0a6", "region_id": "RegionOne"}], "type": "container", "id": "8d5e7bd4b3414382813fbaa405930bef", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c5573543a5e149a2945a54ec61bd171d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f0bf7f14fcf04f86abc630e68568a7ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d0a6901bc9aa4d6a9774974f2d73fac4", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "93b6b580b7094813b68b2b0efced4708", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c80e4b963314414dad2dff904d3024d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4c389cb8d8d8420faf018ffc815b8805", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "846fbce5ec4e43aa841c4ae49397155d", "region_id": "RegionOne"}], "type": "rca", "id": "7729408548074ff3a0cc82747cecb95f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6fcb5e05e3bb46248f99c7bdc5b8cd69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7011ffc975e642a585cd48ba600a895b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "299c6ad953d54b1fa4abc1c243d938c3", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ca658875657a4b5eab144469a1b8652e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "70b9b156f5a64bb1a01f27e9466df153", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "aa3c117e301e488593cdf1d115e0478c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "93fd8ffd642447c7a7830534bf00d1b0", "region_id": "RegionOne"}], "type": "network", "id": "335c7b9ba04e4861b2894a8f7a15f32f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7446cd9dc8f9458faca57f48a658ba33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9076bc0116cd49839c66e0230c7bf400", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8bc0eda4255b414baceb61b3fd9c556e", "region_id": "RegionOne"}], "type": "backup", "id": "df890dad2a924c85ad4576232fd9f22f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cf3c80abd9d94f64989f6ed73a4e8414", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e3c0f225f4eb4fd190e2ddba99b5996d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "27e68f0426a345dcb4ed8067306438f4", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "189e6af589c44991a8b8689f7a71b2ee", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b95fdc907f7b4786ab9f0b00f50b7b73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ad83f98504bc499da93d2f7ed24a520d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1ca2fc3c983f4aa3944db76aceff9351", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0d31d21a23a54d3c9a671414d155f3b2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "700add730dd8460abcde00a2514b9e01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fe09732c56cf4e359130b58935070847", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "30d7e0a3621647d4994b416b07b0263a", "region_id": "RegionOne"}], "type": "monitoring", "id": "6622ecbc67e94192ab0271b95329af5a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d66b0759efc8461b85d4b0d76c386f6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "551c097217f546deb605a8d5101f70c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "214a163d7d664cc493b50626f0df6293", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "5165db3ac61a47949211807258f52471", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0c1b5c1f3f11470e83ab8b913ce72601", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ee2b08c5b7e94ca08ece2f1aceebe6e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9f0fe51599d74b82a0bbd05a16159a08", "region_id": "RegionOne"}], "type": "placement", "id": "097d1268012e4714ad967b8085330b48", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ba6451188a6546f581ed598b66683ed6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "50283f8b2853464894e1eecae0ec3afa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "44a3469617f54272b029af6d9fbf9fac", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d394f4462694440d851d33503c2b65d6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ef7979d5c9e54ad9a36453014d9d9951", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d9b76f61a2554e0fbd15cf2b37240e3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "359cfe0d845c454494ceef9ddeab3246", "region_id": "RegionOne"}], "type": "ha", "id": "68195d445d274566a6ad8953d1261a6c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bd60d0eb3eae405c81567b0e28a640af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2a79efd5435d4c78bc93899f630ceb5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "368f8006c73545b3a0221fd9f4803df7", "region_id": "RegionOne"}], "type": "reservation", "id": "a92274b6370741fe834bc2a96b671395", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8ace32421f104c08ad57989379366bab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "10c8feff180e494c95b60e3e725c045a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "88de66c1153d4a0d9b2068ca4756c170", "region_id": "RegionOne"}], "type": "function-engine", "id": "6197188340ab4978b7ff55001707a022", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "68eae74836f54c0daf401f71a0d40018", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9683ab24ab644dbf91b5899cdac95646", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9cf80dfae7c841e7be16527d76fb2805", "region_id": "RegionOne"}], "type": "accelerator", "id": "8b0e8d4c44c0487cae5b68d727088969", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "52b5d8d3b4134e9b896d2eefb7faaa53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f8001c2b57f94e278402917b2d9171af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bb65662f8fe94592ad792f2ee7733737", "region_id": "RegionOne"}], "type": "admin-logic", "id": "11b3f5319bce43c6bf5c42a180838ee1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "78da506172c6407f83055dea72798e65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fe7cc6831d3043318ef8ef9f6cf40aec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e3a73721a8ef4ed8a4ea2802bc5234d6", "region_id": "RegionOne"}], "type": "registration", "id": "f67ee8f5f555490abba9ef91230b68e3", "name": "adjutant"}], "user": {"domain": {"id": "f671757caac44d8a88092ad4af9df0de", "name": "c4b4240e689c4d7495f6329d3bd32222"}, "id": "2b22119e73c64981bb52f9275ce86ea9", "name": "503c48b6646045398381f73529ad82bc"}, "audit_ids": ["132e1caaa467484b81ac315877c412bd", null], "issued_at": "2019-09-19T09:04:41.108120"}} 2019-09-19 09:06:41,230 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,235 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:41,237 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:41,265 openstack Calculating hashes for /tmp/tmpS1BbCB/tmp6MbGEl 2019-09-19 09:06:41,267 openstack Image file /tmp/tmpS1BbCB/tmp6MbGEl md5:93b885adfe0da089cdf634904fd59f71 sha256:6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d 2019-09-19 09:06:41,320 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,323 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,325 keystoneauth.session RESP BODY: {"images": []} 2019-09-19 09:06:41,349 keystoneauth.session REQ: curl -g -i -X POST https://image.example.com/v2/images -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"name": "image-2", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "disk_format": "qcow2", "visibility": "private", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "owner_specified.openstack.object": "images/image-2", "int_v": 12345, "min_disk": 0}' 2019-09-19 09:06:41,355 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,357 keystoneauth.session RESP BODY: {"status": "success", "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "name": "image-2", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "disk_format": "qcow2", "visibility": "private", "owner_specified.openstack.object": "images/image-2", "min_disk": 0, "checksum": "93b885adfe0da089cdf634904fd59f71", "id": "f76b6f47-976a-4e05-9d3f-5f6c18ab48dc", "int_v": 12345} 2019-09-19 09:06:41,383 keystoneauth.session REQ: curl -g -i -X PUT https://image.example.com/v2/images/f76b6f47-976a-4e05-9d3f-5f6c18ab48dc/file -H "Accept: " -H "Content-Type: application/octet-stream" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '' 2019-09-19 09:06:41,388 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,408 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images/f76b6f47-976a-4e05-9d3f-5f6c18ab48dc -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,413 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,416 keystoneauth.session RESP BODY: {"status": "success", "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "name": "image-2", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "disk_format": "qcow2", "visibility": "private", "owner_specified.openstack.object": "images/image-2", "min_disk": 0, "checksum": "93b885adfe0da089cdf634904fd59f71", "id": "f76b6f47-976a-4e05-9d3f-5f6c18ab48dc", "int_v": 12345} 2019-09-19 09:06:41,456 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,461 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,463 keystoneauth.session RESP BODY: {"images": [{"status": "success", "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "name": "image-2", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "disk_format": "qcow2", "visibility": "private", "owner_specified.openstack.object": "images/image-2", "min_disk": 0, "checksum": "93b885adfe0da089cdf634904fd59f71", "id": "f76b6f47-976a-4e05-9d3f-5f6c18ab48dc", "int_v": 12345}]} {29} openstack.tests.unit.cloud.test_quotas.TestQuotas.test_update_quotas [0.329047s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,218 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,222 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,225 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,227 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,240 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.146401+00:00", "project": {"domain": {"id": "6ee2b85d32924a9c8c707d10c2b80df2", "name": "2bf88682cca04ffa953312399505bee4"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0065eb822c7a4dabad772961d76f560a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "b3fe10249a2a4c7e9d43bbd8cbf54ce7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "90da2e5ac2174552ac82ec3e1d640f47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "19aa4f3dbb19482ca0dc52a2b5032d8d", "region_id": "RegionOne"}], "type": "identity", "id": "7da146ab64e84b178f6a0de30ebc5ea7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8364973fb67f4d92af4124c48d14245d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7e2805629d7640989be15095e8629b2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ec9b8becd2ce4bfa91cfc4545935204a", "region_id": "RegionOne"}], "type": "compute", "id": "c5d075c03c24486ab1fe1ad20c5a6c70", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f05fe411abb3486b9247d199bd9514e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "be75f8fa42564761a2ad2cf48564c661", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ca3c6a872cc74e988dc4f1db8acd88dd", "region_id": "RegionOne"}], "type": "image", "id": "f452e4f118224549b7a76742369750e1", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3d9e5bb3ebfe452b9bfeb77f98675fa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b519f61101fb45e5a0a7ae5d9631e3b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "be996186310048928a69e0e4c803c847", "region_id": "RegionOne"}], "type": "load-balancer", "id": "928a550c9b7a4235a81a5a7b05a97c69", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be5eed2203564c81a1c86965793ec5dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7691c8f4202c451aa3e5d10677736a38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73e35fea5a7c4d05bf50e3bd2e3b83de", "region_id": "RegionOne"}], "type": "object-store", "id": "baaa39d058c7458ba3fe47471dea123f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "316f8220fc7c44debd9ecdf3159e96fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6e997baebf9744209405de27d94c2df3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bb30c79d6cc84e3a85f482af7e549838", "region_id": "RegionOne"}], "type": "clustering", "id": "f335adf1b49247909e7bf2f02e54bc12", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7c74d147be4e4fff802f5fdfa3763bb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "664a0c76254b4b66abc4976971d3c473", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dcacaf63079f468587273b9d9d26418a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4ef856fe04884e24909adc95feebedf3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dd04af4ff5c64ba69b7b631a713b8f69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a2ee24a55936423389d6b6fb686d1984", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "152c20ef0a9744b0aa9e9d83148cd986", "region_id": "RegionOne"}], "type": "cluster", "id": "767bddc23ab64b74bc938de10e98d9fe", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "eb5c9e70bfd74eef8a68b6a45aa0c478", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bf60eabfc81048f98eee90d820ed0bee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "54851d2bdb1c4dfa86ab10735dc54778", "region_id": "RegionOne"}], "type": "data-processing", "id": "8a3574d44179478490ec5937670b03d1", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4b1aabadb3dd481c95314ac3b19813b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ed0d1c9e875e4d7b9cf37118295a7c57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1e30ae0b611d4acca34e248100efdb61", "region_id": "RegionOne"}], "type": "baremetal", "id": "8d4219dfa2b34768b3a87582a316d961", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "055707599bbf4b4193f9cb2d5a27f55a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6f61d212ef3446078bf48c83b32f9ace", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6f997f0a06774bdf9b1fb2da890e8fc6", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6407b43a835f4ecc8cc29b5484d28437", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "88a36e20493a4f2ba9c7c93026cfab35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "289ce930edd44be2afdec352baadda10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ad97e8e10b4b4890a8f4135cc31289dc", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "82d2bb3cc08b4ff2b1b7edd167d5b7ca", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ecf661082c784a63bef05e24142698fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d121c2372ba54450abaeb8dcabd042e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "cc2e0060760c42f181859fc4ad93ac45", "region_id": "RegionOne"}], "type": "key-manager", "id": "58d180c9e8884e50af6a42579284dd19", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6e7a7066d0b545799469e6aac6a95deb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c50860f223244ec685dc043d5bcb7418", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a7ff2e55a010473b99993ddb1b640560", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c5a43ce08b074c4f94963f04c5873031", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "13c697cf8b0542cab823602eed0a31c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1396d45063c741358727ea6450157637", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ec06175f46644d1d97d9cb06d2a2b971", "region_id": "RegionOne"}], "type": "infra-optim", "id": "defd8a6896f247988f675ecc2a4cf673", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5440f9ff70be4b17bf98c252a0bb8ddf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3c9e19ca512a494293d34e1ef51a942b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e79f8b6a47d4444a80789fe44eb8075e", "region_id": "RegionOne"}], "type": "message", "id": "f5734896f0ed44e2894cfe507827aa50", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c2e62ee28c5d41c6810de8ded7e3aa86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e1a079fdecba4ad0b8ca0a879d7a5c3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "893fe372d47348ac93d18688a4af6cca", "region_id": "RegionOne"}], "type": "messaging", "id": "10c854e423a241e9ab1b83d08e554607", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fbcc61b8ebe648eb938b6ec37ad6a8fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4a624303f0bc419cab4a2dccf9df90c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6c9aa7950b5e466ab0819f6f9e46d4b8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "480546a5e05a42c9b737bfff4e545b14", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3843b0505c8446d39fb751fd2b2f3111", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "901960563ef348a99bc1e92ec1a9a51b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68fc989b13ad4f1e996a92f42676efbc", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f174e6e2a5d447abb811c8792881db33", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "14a72b42feb04724ac85502d2bfb72a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "296ca0070da14e08b398cc39836f680a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4bc5b7dd38444063aefcdbac1cef1f09", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "267c7fc2cd69476e9ca268f063076873", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c9efcfda47024c8fadf9bfc8792f11ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "04388aac5a9444e695a8384e320aa7cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b0f01a6257a44dcd90c78a46b7107791", "region_id": "RegionOne"}], "type": "container-infra", "id": "145c331789264a4494b6f97e145ec7cf", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b5da3e2f57bc458bae1c49621ff7e182", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7fd029c776c84371b47fae8edcdabc73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "889ba3735d324373a9e7f7b3bef68fba", "region_id": "RegionOne"}], "type": "search", "id": "7944d18a06a642d6a58f2d3e3f036418", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d5f83144b0f742d19f3fb095fb6741f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "55909441d0a74903baa6a902f9314858", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c278acd1de414def98b90f18deaca774", "region_id": "RegionOne"}], "type": "dns", "id": "ff335ffc35ac4af6a65a46cf4a8afef2", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4df76e93b1e646b2a9dec41926d9107d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f8ff13dded6148fe850c492f7b20f635", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e07d2b0d3edc43b1ad6438968ad03254", "region_id": "RegionOne"}], "type": "workflow", "id": "ba913abe09324d24b776ee0b17a17f3c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ac0132cf03924bd1bc9098ababe6b8a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "74b88d8dee8d435ba2be3d4ada241d8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c2145d91c07945e68c9efcc099fa38a9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4a5aa662a4bf480c90c2eaa1cf801306", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "923839f70f0d41c9b9fa095f4a5c8a20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0dfd30eae8374925a9d3d94a7f7092e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f390365c1cc04ee2b403ad33d187a2c2", "region_id": "RegionOne"}], "type": "rating", "id": "6ee1b44216c84ac59a4f83c4e0bb8e96", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8246a09d9e2a43958f24959e1cf41a4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "086807d9615e4ef6815967b2c9e43da3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9ecb3ff426a2481aa3a03743aac91f07", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e15090ed88294ac58e5613e3b92e20d3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e9296f9ec17f4ac48da85a7430f5bf76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6a03ca2b8f404ba29d5c2a5e2ae532f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "82bd3c0c09164d65a477557368ffe8a0", "region_id": "RegionOne"}], "type": "policy", "id": "d8ebfd036f784daabc2fc52159b7e84e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f6bed9d025074cc3811ccd3b72005864", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cfe6c13d332b4812b7df5fa70bf654b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7f6a86342bf049b5bcc6d4da18688712", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "dcbaff793aa64e1fb6fca6a367d44c04", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eac915d3e08449c3a2e5fe6f844ff76b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "38cba2e7233349f4a178021b995ff026", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ed9e2669fd374de587e815bb23344022", "region_id": "RegionOne"}], "type": "sharev2", "id": "e234c79b7e054b9ab60b012b632fb005", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3ca4086d472d41139ca582bdb2d4a05c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9840a6db04d444e09f92783b76ef9c85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7405d01d83c94380b3e07b19563cd774", "region_id": "RegionOne"}], "type": "share", "id": "8a45084696d44403935644ab91f7ba13", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2d67ebc4290742feb0c4175eddcea9f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "904896ab1eb344a69c8fa995f4244ff8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5a9fbb5f242e417fac4334e36ca85751", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "26a4688060024500b7cd4c0102af72fa", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "569bb3221b584eedb8040a95e6e76dce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ca7dab01c144f43a89693707fa7386d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53ac6ca1ccd74839b74fe7bc1841c48d", "region_id": "RegionOne"}], "type": "orchestration", "id": "82d5219965cf48bda3c8d2231f9783cf", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28db33a05beb4418a2c12502818126f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4468aa75e46c47baa03f5f61d764d876", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d19033a934a48c7b8b768cce0b66744", "region_id": "RegionOne"}], "type": "block-storage", "id": "b4800a6a7d3e4298b89af109d01caae3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c89080c5394d4f3682f360b278d2de04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99e789777f714b3e9c0a9f5ca939ec8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4dc3c9e09a184f439a271e245785da14", "region_id": "RegionOne"}], "type": "volumev3", "id": "8d206b05dc844b9fa5a2af2335c035e7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fdec8335e1f4791902cf1f1ef91ffe2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6132b412b1f45d3b8059a0a505e4590", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec64fb484beb43f18fe12a2ccb9d8ce6", "region_id": "RegionOne"}], "type": "volumev2", "id": "1a1e54eb8fc54b26baf1f213b5229664", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7dbd19d278a746949cd6ef2425660e04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02e36a03f47746cfbc2ae44e4fbde66f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54018e948f624746951683ce976a4644", "region_id": "RegionOne"}], "type": "volume", "id": "910c77a7c0724c49bdbd78e8e0682754", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a8447711d88448f844a3b5666ec2af6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74f90d31fcb64522851079b8fdf78fac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "136fc2dea4584922bd038583e31ba3cf", "region_id": "RegionOne"}], "type": "block-store", "id": "f8e3d4bc0a0e49c0aebc957fed52e117", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1ac4ef40ab8449dca1838f3ba8947991", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2c6850fbc32748c885f175f45db73462", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3ab6f4c8c5bf4350aa2a2bcdedac4211", "region_id": "RegionOne"}], "type": "alarm", "id": "e11151f240ba4fc69848e6f823c022b6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ec9dda8bfa47466bb40d58af1150d698", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d0b07f00570d4624b1bfae2f63a35c96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "577f3936335b43108a6c9458cb1ec7dd", "region_id": "RegionOne"}], "type": "alarming", "id": "7419f8b22d664995a046ff672f5b51ec", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fd20a1e2ca794e94bc3e128e4e35d0c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4ab13bb93fee4b93a43763d182560f88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "027d55f9cc894b3fbf832e001ab02c96", "region_id": "RegionOne"}], "type": "meter", "id": "804da83f88eb4f718d160c706dedd996", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "20aa17c93e784c2ca56a06be0c0f34b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0af0c8ef734844199102dfce93d96f90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "364833518744417b86532cc8b86a63a4", "region_id": "RegionOne"}], "type": "metering", "id": "706f3178c62e4127989e45554945513a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d8b13c85e2eb44b39cfcec26e9579d6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "18eaaf930ebe4ed09bbbf554280ea920", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6257fc7bb2284dc997ffe3dbfe40e70f", "region_id": "RegionOne"}], "type": "telemetry", "id": "60e7eceb1830458eab1686bb1bc2106f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "86a6c047be0c4fca917d01a051677a06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "716a39c7c26e46d1af626353c727bfb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "42736777e5ff49e2bd61979e9fe8f819", "region_id": "RegionOne"}], "type": "event", "id": "4406926509024ab49cb393aaa2065a98", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9993b5a8b3744e60a344112d1f398223", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9d608671de424ed5a813e6d9bf9ad41d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bebadac79a9e4d13b5cab0f79c6058ed", "region_id": "RegionOne"}], "type": "events", "id": "5a7d7e6c65c7475190d35e5a97990f72", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e6a88f43632a4419991c4d6d5cf38101", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "15769d24c19b48f5aa1c1cc841c6c0fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d8a6590e24d44f6db3e0e2c6ecc772be", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f109a77055d541b3b921c335f408a293", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "530d02ae7f174810bd27b2e89142af14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c2c336a298764a5a8b2c8283b73eaf1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5e694fd47e994ed98a7cad061b1900ac", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e19bcfafdf05400ca68b52e534a58357", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cb4fb558167f4de7a24ff1037b8db045", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b9a926f76cbc4101933e4d3668617589", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9b1d1890a86e4fa9ac7fb724d848602a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ec3ebe3586b44299b325f997cf3ef9db", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f4169a8d433a4deaa5a4521d3d086a5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "81508114d4654447b564a0385fa34b2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7e3ba5a868c0476aa79bacd2373bddf8", "region_id": "RegionOne"}], "type": "tricircle", "id": "8ec1da2d194f4f29be921f8385f7c66c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "db5b4c9d99914e18b2c8281fa290b542", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e7f6a419988c4c618652a266b150a9d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d1e68218bbbc41178906805ba06532dc", "region_id": "RegionOne"}], "type": "database", "id": "72e8876da30a4326ab4b656d18175f1c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e13ca7a08cf04593a9f9a9c60b83ad8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "efefeb6c2a8c48fc931ab4a73a84da67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d92c5e3c082f46038758d49aed6363c3", "region_id": "RegionOne"}], "type": "application-container", "id": "0663a3e8360845aab12e84af8a7ecc20", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c9b9b8d096d2494590ee0707f69d49f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b40c4be33c004ae6bea904efbfea3039", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "031716c3eb0946d4a413e88dfbd54f2f", "region_id": "RegionOne"}], "type": "container", "id": "ca184da1f40c4f5fa56e714b62875f42", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a2abe981c9db48a4bc030dd514d3f1b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "56bf0de4cef54297b1ea04f9ba642d7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "05ac47b90db14182a69a1ba7e2b938b5", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "0dde0869031d4bf88aba69c982a360e9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6487e00e47204c76b255a6ed8265cf2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "05175fc3dcf24182abac2b98e38fc956", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6942b63185074598b0428019b9089d05", "region_id": "RegionOne"}], "type": "rca", "id": "8d9c44c90d0f45908d75787c6bae1ed4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c18925db404d40bfb85e1ce2b70ae423", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "380a16fa41034a598d0e9f6faf67ce2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "59d106893ddd4c9291b194cc4cabb4f0", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fa9bc03713944a838b9cde0278edddd4", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "dfb17a8181814e689a90d404cb52ac02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "10ebe48ea84b473d9573160e252d3819", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "84bbcd99490b4fe18c2a1150214032ba", "region_id": "RegionOne"}], "type": "network", "id": "157d0026f9094f519cf88672013b63fb", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ef8ae10c5f874236a42b584d2c654ac2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "984031f499d6447cae0f7dc019254254", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c4800434c6b844c8bda8fa2347bc764b", "region_id": "RegionOne"}], "type": "backup", "id": "5bc429d9dd684bb28bca40b59c037b2a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f5496bcc53c44f1785eb3749213e2c59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b354263d31154fbda3a91f780a2f9a6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ff8a3993e2dc42ba82dd5cb3684e3f16", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7601a139e219404fa1b286b36026e95a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a7dd4d2be54a4980a25c5301c91582a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ef830dfbc6ed47caa501082996265147", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "75b1fcda0e274d2cbf4bb40d62e620d1", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "26d9a8e99f62490ab026be8997295a9e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e192129de57047afa9f5dabb70dc8ddb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5ab6f5ffef9e4c79a35c6a47744a3df7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "582201a9bb10457f975ca464342783d6", "region_id": "RegionOne"}], "type": "monitoring", "id": "cb3236d6b63d448aad9bb91be795e79c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1389f614bbdd481f85b9668ef5574627", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d466fe6d160a458997dfbfd4a4f08427", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "280381e023704bb68216b8c1ee831b31", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "66e9a6d985934722aec974de886956ae", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "504c3d3da60a401888a60591731e226f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a1313eb68fbb4706979b6bf1cca95b60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "cbd9b59e916046488e52f0d6112ef408", "region_id": "RegionOne"}], "type": "placement", "id": "570dab70c9ec4e47a27e950b20565a5d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "247ca5778e5b47869d9f3f467db24d89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5c6d58b7212a44db841c7455c3057570", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c8448f362636406aa0593e658c04e83e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c1e4d90bdcd5467eaac985b6f44f378b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1d2a5ee013af4a55a4c4d93eb3b7ca44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1e87c845bc284e53bc18df134d0e4d16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f4ee0c06412244a2aab0aef989ea4d5e", "region_id": "RegionOne"}], "type": "ha", "id": "fbf016884c6346d79479b5d50480e744", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "136f54cf8bce44e7b7dcf11ca78e9382", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c4f34522aec444fb93e4ba47b5e3fc45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "adc57d0a49904370ab51e17155a7d55f", "region_id": "RegionOne"}], "type": "reservation", "id": "469fcefb5bc64856b3f59e7fc1dffcdb", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "51aab4964d4f49b9a35ecb548cae9ba7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "da14bbccee1c4c1390a1f2cf22e69e5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "6b9e54cf84264691aa2eadf8455a82bd", "region_id": "RegionOne"}], "type": "function-engine", "id": "62ea5294801043dfafd9f4679cbccfd0", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "28d31b1f3e8d4bc2a146f18661502d5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c48029d020e14b4bae5de45f58a54da3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "68ef537b3ded47feb64e8de1d5d45624", "region_id": "RegionOne"}], "type": "accelerator", "id": "48e9a965023d4a26a4984d3368e35037", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8929c80509ef44489fb4647a527cb9a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e0687e17d84a430c929c59a70a8a8443", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b06bcbd76d3041609843af4adec68886", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d263c4cc43f74b2b9f59b4aceb24a286", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dd7e077ccd164603972d9afaaa78b961", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "19fd45e099d34cdf8f691701d63708d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0a15b5ec41ae4828aea91eb22b60eeec", "region_id": "RegionOne"}], "type": "registration", "id": "f24cf436f12049538f5bf06c289a866c", "name": "adjutant"}], "user": {"domain": {"id": "4b5b75c26ccc44b8b9f044d1c5d20ec5", "name": "cf82d277b7494774bc67cf9f1af604f9"}, "id": "9804884ac81a4bf0834d0b64da70e2a5", "name": "60170322f909425c83dfd136cb63e8ed"}, "audit_ids": ["bab969ab782c47c78acece88803c7b35", null], "issued_at": "2019-09-19T09:04:41.146401"}} 2019-09-19 09:06:41,341 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,347 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,349 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "faee13a894424b5a981a5a9bdb06566f", "enabled": true, "id": "cc7071b32a9d4dc4a2f9ab62cdb75c1d", "name": "projectName-2"}]} 2019-09-19 09:06:41,421 keystoneauth.session REQ: curl -g -i -X PUT https://compute.example.com/v2.1/os-quota-sets/cc7071b32a9d4dc4a2f9ab62cdb75c1d -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"quota_set": {"cores": 1, "force": true}}' 2019-09-19 09:06:41,427 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,429 keystoneauth.session RESP BODY: {"quota_set": {"metadata_items": 128, "server_groups": 10, "ram": 51200, "security_group_rules": 20, "instances": 10, "key_pairs": 100, "fixed_ips": -1, "security_groups": 45, "injected_file_content_bytes": 10240, "server_group_members": 10, "floating_ips": 10, "injected_files": 5, "cores": 20, "injected_file_path_bytes": 255}} {12} openstack.tests.unit.cloud.test_normalize.TestNormalize.test_normalize_nova_images [0.101753s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,569 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,574 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,576 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,579 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,592 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.509014+00:00", "project": {"domain": {"id": "25ee4250f108410c9e36cf3beea3c3dd", "name": "0663b2b04fd14c0d8d1f959d63f9a41b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f581e22ce6fa4428b44254e6c2484c6c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "76a2e84c784e4136a4db9c3942ef55d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "743b5fe280044bfabbf3284874a98b8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2b401a7a0779438b9270f03e71a0b007", "region_id": "RegionOne"}], "type": "identity", "id": "7267903ad2ca42298fcd90e79a1de075", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ccdb7709258f42ef96d8f6fe4d237e8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6cbae12365fd4950b8b49e573e568b06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b2c522f0186d4297882917b51dee57d1", "region_id": "RegionOne"}], "type": "compute", "id": "6d63c706749647e7afeec8268be6f415", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "46508248da1f4d89891176e2515b02bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0152d5256db44644a8d5911a3bc94d78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ab41f6aa56c94c93ba1105ca13953c5c", "region_id": "RegionOne"}], "type": "image", "id": "79054f0c323c4b23a1996faae0158813", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "eb97dcf446554d0087741f6f31419f70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fdf52a24b4c2402c8944d4747bcf5d5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5a831e03258c45c9b5fb21270371dc8f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "cb81438dbd0549c488115b840edee6ce", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd04473d61f4494d9164c4dc64891454", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "488528a69c034e51ad5423f99d624ceb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e388e70542e04a4ab9c60b47e17f56c4", "region_id": "RegionOne"}], "type": "object-store", "id": "2bf26e2ae14848d8ae16dd8e228b15d9", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "274620fa048d40758bc7aff83641154e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9626bd3d84b941c68961cd8432096f86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6c00de2fe3e84d4c8906e7ec6e312363", "region_id": "RegionOne"}], "type": "clustering", "id": "374d115a58294684b502dd73959a7f20", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "88f23842fdc547a7af0f832f712b394e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "14b7a74b053b4d9bacdf476906f61489", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "093dd113e2c74d1cad5c1ca3007b5a37", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c748e95859e34c62a1b8b94d5f7b87e9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dc7eb2e5a3da45659ccd427e32da821c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1cc1f342b1324723969f6ddf8a1b369e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6c87df787d1243809d0b126390ccbcc2", "region_id": "RegionOne"}], "type": "cluster", "id": "ad74daec9bf9403daab960d7478d3af7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "89a1fdbcda634426b7d8916c47521e90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5ba509bcf43742a18822aebb9add0eb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d0c7d4f3ddb647b3bcc9c0d7bc7d2d99", "region_id": "RegionOne"}], "type": "data-processing", "id": "d90e75ef2bfd43cba584940a86e77c30", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5925d141367c4ae8b5aba6f3235dc663", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4296b52299df423dacda70b7eeb5e366", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "27cb653390e74086a4511814b1f8e8e6", "region_id": "RegionOne"}], "type": "baremetal", "id": "e80f9fbd23d74851bccb673809e51677", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9ae2f636fb9640718d32ccf4623e183c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "757ff91ca650438baa0df97f81ad3653", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3a79ba9e0b614d848a0ed856da1e354a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "29aa940ec89a4ab393c8572332ff4af8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "35b7e0af6bd4467eab7a3678cc1a926c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "10bf65ebbf8141d7850a4c4e89647cfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "577ba50f415443ceb71b42610f316bf9", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b4b7fa04834344cbb766b1603af6ca9a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "74fe4d737e804cdfa7c9a5d6276802b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4c9f40f1eb4941aba934d1d25435312f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "226cc59581b54c32b236808c06efea8e", "region_id": "RegionOne"}], "type": "key-manager", "id": "565b87a53f6f4affaae30fda71bcfa0d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "21a2cd8e1f14409e84728e2d0236b04b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c001a8b4a3e84eb38d0ecb54f048aba4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "12682b8d8c5a4817a8272e4710d09a26", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "3ddf37c06fff4d5f9fc438973a8d59be", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "72ac0f65fa504b55862e728330b25f20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "39bb0b19d1144a3799841bb08b3ce55c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b424d27a7b25407da1bcb5d3d31eff99", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f847eea915aa4791a41c73f9459ed3d2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9ed056c0782041e6a77e984f21bf53a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "aba5932d2fb049358fff00fcb8e22882", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bdb5a7393091407295de533a30999921", "region_id": "RegionOne"}], "type": "message", "id": "b8b9e86e1fa94e1abb430ac122bc8bda", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "26fa81d4d09345e696abf646e4159bd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5e66b70f8020461895474b07357fd496", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f5f2043fe48d4d7eac182b7e275c8b54", "region_id": "RegionOne"}], "type": "messaging", "id": "4eb977555f3f4a4bb7890f0eeb4e5422", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "78c3c570eaec4423a909f89e3ab08655", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f6f2e06220b04614acb0e2fd15c9a8cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0eb698bf949540faa7a7d46e33c5384b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "996f41cbb03c49d69a517026b6e4e8e3", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "114c2af6091343db84ae8c844eed8a26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c32f4f4396647db8572ff07498feb23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "086a76cf3f2e4c7c900a14fa6a7d2f8b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "22b8b141e6ce41b091a5aeb9392e75b6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8aed27ac2c4c4d8190567427afed75ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7a10ae9063364f25b965663b47049c81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4d8a4534743740698f4e9444b77e498f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "1182cad6b2374a90b4768a1aab7e5c03", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1e3a73195ae8487688394f1513326e77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "240b7ce490c341d5b1aa60ce06188b8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e53460775d5045e786da976a403fa42b", "region_id": "RegionOne"}], "type": "container-infra", "id": "f77ee735f35d4b90a5072d3aadb6efaa", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b990369567534b8280249fb428785c78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "091690f848c44860af07eb1471040760", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b6554ac8203d4652a8e1e0fde0ca55b6", "region_id": "RegionOne"}], "type": "search", "id": "19afdc9d94bf4068a1a88368d69b86f8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9ed8a24aa46445bd9d2988a30fc0764b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "eb657d34a0b84c0cbcf2121f5ebf4a8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "26527c810b84483dbf39f8cd8c5260ad", "region_id": "RegionOne"}], "type": "dns", "id": "e3111584fba54c039f5921fcfa212cd9", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "763a1a8c69c248ca8578e8e0affd8b00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3438860c0d3d4005ba915c280e702bec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b9df7a33d5f54da494af85e50a6ffaa1", "region_id": "RegionOne"}], "type": "workflow", "id": "514489f7b14c46c38f269ddb4d9f6719", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c716f5c5469142c3b0fcf24fcc2657e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c0685efc5c39444d993f083b20ff799d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1d37e98e451f4c2780575723b2a0d269", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1d2605c048584d7a9ad93a262c296f93", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "09a5c22be823442cb41c32728833d0b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7f6f821c3a0f460daedca4e4a1d295f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8c5387d488d248658da96a3a2448e5ae", "region_id": "RegionOne"}], "type": "rating", "id": "7bdb543667274593b9bfd457db10452e", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ab7379d7c8e749c4b997305e0a39ade6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dc2040c9515a44c4b0371ed869c000fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "14d15140f7814b5eb4568a65c771369d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "8237d62bf1b841f8881dbb5049fa5b9e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b94bcdc8b24e4f3fab1b5a64d905c46a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fbd4a2d9267e4c62bb170d6febf4da71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4cc9747795cc41df9494f1a3813cbf4f", "region_id": "RegionOne"}], "type": "policy", "id": "d7814e2749d44fcdb6f597c7a9ff0aa3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bf8d31e55cab48d2aedd4d147f7d4b87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a63d5cae02c848e6b0f47abc7bafec30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c5e42557e32e4ecda153818baf19d180", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "733c9ba3b30e41f1b240313b1849b465", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d0f298df193a4d21834b6d07e48c3d07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e8230153890b4d3985cb7191b4a1d440", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "14b2795bbf29413582baf6086156dd43", "region_id": "RegionOne"}], "type": "sharev2", "id": "d36261827d194f27b8a4c2ae26fe9be4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d7e78e6514024325990ae478ca930671", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e46ad625c4314540aed47d9a280bb126", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5ec686cd811547d5bbd00fcc157425c1", "region_id": "RegionOne"}], "type": "share", "id": "4c3513690858452686d37de50ea0e5a0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e1fd45de3d5b4bb28620f6653242d634", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "08b4133b27d34bd7ada12e5ff3cf6442", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f14e7df14df1451992c30665a8a2d2bb", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "194a7a68f2d04f20a081febec4dc19a2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "324f7df585ac4e0e8dabb3b89b7064fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e3ec22ea39840279852ef38a760bbf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d524544957484fa5b8d3a3dcbb2fc8a1", "region_id": "RegionOne"}], "type": "orchestration", "id": "aa8f6c2fcecf4a93bfcdd9c2275ebedd", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d92a858e375499387e03d67dc8dfd37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7b46e394c964b86a66fb39079b0638d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e340323bcce4fa0847e234e3ae38373", "region_id": "RegionOne"}], "type": "block-storage", "id": "ee2bfeef6f6b4efea2b1e061470717b3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05b1c0f1c9854362800e67d319822c7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4cdd96c15514722b8367e5c195bb6d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3cca51f175246d6a0d67a763371aec6", "region_id": "RegionOne"}], "type": "volumev3", "id": "19d2eabac85f4fa1896e81526f8b549d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a81bc427b79e4eee87a1adbf35751f18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33a5738ac87d4a4d8332ddfb59b8bdbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc286898c8a541eb98260ff4b5310f73", "region_id": "RegionOne"}], "type": "volumev2", "id": "5f1e2c31b40e49c9b895c46bf0be9fdd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7786df7021df41c79f73508aa8b31fad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9edb383fc92461da7c3d98dcb2e1bfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a2e8dbd91ba43e9ba1e2314844673c6", "region_id": "RegionOne"}], "type": "volume", "id": "10647d1e11f8430882e11b705c610103", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f569229955a34e10bb5c49c4ed12c768", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31a5c605132e46e9bb3617e536581ef3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0a06174424249829d9d8c63d205e584", "region_id": "RegionOne"}], "type": "block-store", "id": "d941ff73f2ad4208a883d3417135e5d8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8c591018b5b74d1b8a21cd667742ddb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "450fe2f018aa488d81d9b7fb6004539c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f2bd5cd342b04a9381ef3211704d4dde", "region_id": "RegionOne"}], "type": "alarm", "id": "c9632734c6484bbcae21838f64041890", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "01a7bc6a5b3f40c191271413208e8e75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9efe5e1feba94d55b19188a503a10096", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "72e81772a6f74d30b96e8ce6d6499dff", "region_id": "RegionOne"}], "type": "alarming", "id": "6725567158ce4766ac5eeef1c795672d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a69fa82a4db7494594b67d2fcdb379bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8bb3901c6c0a45b1b6cb0ac668b659e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3b8b2ceb23fa41f587c5d029c865f1d2", "region_id": "RegionOne"}], "type": "meter", "id": "228b6a12799642668e076614c85fbc8d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "09bbcf6bda5d4e82bdd8b63161eac062", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "30935743330f4aca83fdb7d28c833063", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ef91863e6de24dc1990577705eba3c96", "region_id": "RegionOne"}], "type": "metering", "id": "742bbe653abf463da9b528891082df6d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "38319cc834854686b0ddd3f1a33ed73c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5e6b439616cd4152af08e391dd165b99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5ee85459b8444f3a9583fb5af51b1f2c", "region_id": "RegionOne"}], "type": "telemetry", "id": "f6bf4d9f452c4aeca2356bfa667551e2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3731572de15d466799e8f35733d29330", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "07849175704d4eeb8229770fd6ec651e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "84f2b08134f241f987f2be559bd347fe", "region_id": "RegionOne"}], "type": "event", "id": "3741708160dd42de8afd00a0a5597e93", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "56dcf4c4bf294ec9a48c91d2b7c46e21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8e3c9b0d1ac74db89286b58642078f72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3b07b9e04bea4600b66980d038f22134", "region_id": "RegionOne"}], "type": "events", "id": "1ccdd3e76e7044609810bbe5a404ae16", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3092c81d324a47b0a717de14fa12dbfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1bf72a28277d41bc97de393867665b75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "84d52c9268b54b628efd1d23093ecc10", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0a4f5f2cfe694d609f3c51ae6a8eca5e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6eee1d5a708e482d81c8e24adcd3c7a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "35ea1a72fa9d4b0e90a74680ff257838", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c4322346d03f41f08f555000bc03c792", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e514bb2ca75f463495b7e83739a85895", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "af2cd30da5ad46689f1efd459778a378", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "da7ad5621cbd4a55bbbefc4047e8329a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e585f42dc9f64f9f984311fa27ebf7f9", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d433512a4fcf4fbebc79a09d84b7956f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "da82ddc0e2e44679bc83e295a6051eb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c7a24f64aea1469789542a8471ad5201", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "86272fb67bd44b969ce3aaab36dc07a4", "region_id": "RegionOne"}], "type": "tricircle", "id": "f12b6453703b410bb03dfaae539d2ce1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2d1167580eb0482a95a7a9aaa58c55cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "12ef33cc07354c8692d506ea763ac4f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "56827e0240984baf9216f1ce6527d00f", "region_id": "RegionOne"}], "type": "database", "id": "75c89f003a4a46fd93f8039b760c022d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d9b964492ca342c8bda52af6c982a8a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3f037d5720bb44a590d07f4d6c838ce1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e4ed9baf326840bca2d52bbea8583316", "region_id": "RegionOne"}], "type": "application-container", "id": "77602545227145eaa63d013cfc0ec988", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6a20553bc6ca44b5b063423af13c9b2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5c44b95d59e74a00b84e6477ea72dfe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "465085799ad64e31aff57a1284fc2833", "region_id": "RegionOne"}], "type": "container", "id": "33d3d0d58acd43b6872b43eac708ec94", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ea51b4cb115c471fb0b044f06f76be7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "94ffc8e6d44c4414ae7f093ef6c40bae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9586a451d9d0404993c46a16c7cfb12d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "70d098aeb2444f5ca0e5d2de3daf14af", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8c0bd36491084d7594b8a0d48ae6ec91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "14483d6cfe174afd80a3a09d6473865f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5d415e35a2254c59b52bdc66ea15035f", "region_id": "RegionOne"}], "type": "rca", "id": "736d8bc391f54e48b98c5df782c7fb8c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3cc8187bb9c94e93a138c51a0c734921", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "13ab70aa8b464fe2ae527a60df85b6dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a135be1f5cb1481b93522f1015c5ba7f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b28dc7307a32478aa4b2c0a611e961df", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "51355ceb1ea942bb81de41d380cfdabc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1d615efcbb464dc7a11c88ca8dd29e08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4da53eb6bd114d5487daf47e6c5c2a1f", "region_id": "RegionOne"}], "type": "network", "id": "97c64cade6a243c6887fc8a2ea577a05", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e3942709dc294af0abbb3e33b929f3e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "268e15fde1f8416a9ed207ca825ada05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "18712d06147141d19c0d1a375d49934e", "region_id": "RegionOne"}], "type": "backup", "id": "712d8f99506649c4bcc211d6879c42c7", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b1c4ff026a314c9f99afe75386869d21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c7ff4e6497cb4e9cb2eb8757ca6b95b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b8c964f7bc984b69857fe8ec272d4fa6", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "75ca1b027f0140af9571e1135d96c7ea", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fa87f2683dbf4913b785461c2315bb82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "44d49aec6c2641a295755082f9323c7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8ae3ca9e06d445c19aad86714967a01c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1753c1a367fe47abba01b90734a12a7b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2d987296627b4759b12d25a08e55d590", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "810b8889fcf64bbe85f0342dc9b12003", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e90d6a7afc674d25a0cb9fa1bdb24158", "region_id": "RegionOne"}], "type": "monitoring", "id": "0fe41aee1f3e4705b645b8da48e68875", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7e3f5172dfc5419aa9be360b1ee7fb5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "21e2bc30ec6e423c8b41ae5155774f22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "2adecb6589fe480289137543bc1bc426", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a9a4463c8b324e47be77f78df4136aa1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "59b5a5eff88a4fd691bbcd8a300763e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a33304397c89465fb6adc66157ef3dbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8a196e4da67c421fbbb57a36bb865983", "region_id": "RegionOne"}], "type": "placement", "id": "bad2e68e66f94339baa6b95b3cb72d38", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0e130c929e74470e8f9d4f6eed5bcafc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "39511c3ba7a74c9091fa3a14eb0bff15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b88f6c119b494616822a19bad664b10d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "89c40c00cba84b8390d26f722d644819", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "55f4fb5384ee4a99afb331a55f6be2e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "533488101b394a3f97af59d3dedb8ca9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f7d1d999cfa94074accd4f2a1639fffd", "region_id": "RegionOne"}], "type": "ha", "id": "21aa61ee3c0348e09e45c879fcbc86c8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "71bea133c3f54901b68a2faa7e0ebe84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "34a612c069d446f2b04923ecd6b4fdd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "11830a62447d44acbaf5a13894ca1f02", "region_id": "RegionOne"}], "type": "reservation", "id": "a5e944e2314448c1b9e13a011ce64287", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c43a630f8a4d4bd3a2a1f411ed572a05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "71be9e62aacc46a58704f5fe2aec0afe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "ef81b968497d41938b022c1c62aa4274", "region_id": "RegionOne"}], "type": "function-engine", "id": "04b254b256b54ed2b36cb1c311739160", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4db4701c9ccd4e078849981ae9aea9c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a1c826bf69ad457a9055359b18cad7d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "16f57b38c3b048e99c411e270239094a", "region_id": "RegionOne"}], "type": "accelerator", "id": "62b81ebcdbd348f090e159d7769a730c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b2226df07ee84f28bdab32801b281956", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3ab775348f354754bfe51011789d7069", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2a6727934c3049238b0a364b7a9c93de", "region_id": "RegionOne"}], "type": "admin-logic", "id": "46f0edc4246f4dcd9a5259150301ae93", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6a57621e7b67417dbaa173b4989d5fe6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8bba3df18b8d4e46b635d06f0cad21b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d666a4ebd3da4922bdd689522a905733", "region_id": "RegionOne"}], "type": "registration", "id": "5bb9ce47730f483b8d02eee9fddd058d", "name": "adjutant"}], "user": {"domain": {"id": "0e1d88d287cd4f4395a2228f32cf6927", "name": "18b2eee73b1346c581e4830708acd464"}, "id": "644ac754e7fe4282966da34ca89554c4", "name": "4f115b4544da4e1d98026584792cf2c6"}, "audit_ids": ["dd377f3e03364ea99ed30a3ae711aabb", null], "issued_at": "2019-09-19T09:04:41.509014"}} {24} openstack.tests.unit.cloud.test_object.TestObject.test_list_objects_exception [0.137502s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,376 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,381 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,383 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,385 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,397 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.315642+00:00", "project": {"domain": {"id": "33d7a10b72914bec8bc40dc0123678f6", "name": "1e28e94231e745cf8193824bf211582e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "fb876d2d5691416cbfb4127515c55fa1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "11a0965a547c4b4f9a727e8baa95bdf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a94e6d19d35f4d3fafbe40d2d23fb3c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e5900e432792416aa3a73352d7e7535f", "region_id": "RegionOne"}], "type": "identity", "id": "a66146004fd940bfaccf9ff43dcac8c5", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3b9ab7662f7b474bb5e9ba171662852a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1f154e0fb55a4ed1927e0f00a72a7b3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "56907def57e24231af6fa99208a3d65c", "region_id": "RegionOne"}], "type": "compute", "id": "2d066b7716da4a0cad310b6e7e9e28a8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "8f4e334e94e94de98b02f48187da7dad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c666de70cb3a47d2b6af9878d16c3111", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4fa9b24c9eba452793fe9292688b7ad4", "region_id": "RegionOne"}], "type": "image", "id": "3ef0396612864ff39bca0f188ff112dd", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c55c0faa20954542872ad03bed3ab945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "88a883a20dd14e839a14ed62d20212fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6c7fce002c4a4fce95393d67f011ed5c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1163a45492d348aeb9b62256265f7785", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "443e135732d342238238981844423570", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62922e7faa634e608c56a3d0a1f18341", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2debafe8ed3647beb0fd094ed95a5134", "region_id": "RegionOne"}], "type": "object-store", "id": "ac92f1741aff455ba8c4aa1215250887", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9b638ceb1f344ac78c2a0740fbc79b1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aa593329688340b6a63b063f115e3940", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "45b7af55cccd43fb8ad9b5ea03407ac6", "region_id": "RegionOne"}], "type": "clustering", "id": "2ad8c585ce964f2d92be5a0dfae521fe", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d75951b2cb484c81a60e7ba285b98f6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cb59b0c5c871480fb4310b116f634763", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d57b76de7b234ea88710a774b0bdecf8", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "71b3f3d61b014677ad0afaab97a2192c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8e19b0d500ca4e809009feaf0bd4818b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e66fdbb7070a40b4870adc2c4c2f066f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "85e740f13e594c7abab36ab9f846d558", "region_id": "RegionOne"}], "type": "cluster", "id": "ba01c27932984285bc114c7afe62e8a8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cada4a190a4942b2b3900928eaca9be8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7ef6edc162984c7f8c36859eb39be5c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a7c4aae411254b2a835d0885674f2c72", "region_id": "RegionOne"}], "type": "data-processing", "id": "6ab19da7f74f4040bf110883f3c191f6", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f729d54fcde546068282028c0f4217bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2d4d96451f9343e4951c293058664103", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bf42a722a18f45e9bc4c8f48af2b87cd", "region_id": "RegionOne"}], "type": "baremetal", "id": "a4a605c80baa4a4481550eedb9bed268", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cfc973a5963a4e459496b9c60bdc1585", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ad85acc24f45433889bd06d28a693d8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f3e48ab7247a4435ab977571e437980e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f4c441360f3c4aef8b8991c51cd90297", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c00acf434ee4426b852ad89a7d5edaea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4ac55686fc604de2bc14074c3d783d3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3c7674fb0e2444ae92d944242e7f5518", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e21e890da0a74efc8439d7bc0d62dfdf", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "48ccdeb21c0542fcabd387fead1b5c83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f43db869a51141c9b58bc409be3e4dab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0f19b08bd80147a0b52275c14f4f9dfc", "region_id": "RegionOne"}], "type": "key-manager", "id": "f2e35e97df2a4f5aba214a01dca200bd", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "282721dd65a4425684582f101c2b9982", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0bbef85c1cc949d18088a2a85129e376", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4a43c39c71354a44ab89d42e6f948e10", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f099e589c8464653a0d9811b25bacd7a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9c1bbca4a6f940fe90cbd94f8a3b3dc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "478cb12f1cdb4ad98b1c9d3e2628eaa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c4d27521a61a48aead6e3b117ebd20b5", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6185270f28c74a36be89d24c4c8456c0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "23cd91299e64489aaa58c9fcf01e5273", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d6338c3ec5e9424f8e1daccba3bae3f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "027abec353894e11ad63d8ed584b282a", "region_id": "RegionOne"}], "type": "message", "id": "cba2ae31841c40d5b9a70d8a7b424a17", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2e77b31183fa445fa31206e740d292f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "342c5ec848a24482a083455f4ffcc8b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a3aa95fffbdd4003928c0451367b1b21", "region_id": "RegionOne"}], "type": "messaging", "id": "4b94c975bc3744fdb546aa295723350c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3c708b07ab834529ae28b73299e03f5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a365ecc6dd0746cfaa896518e925fd2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "80137e7d6e8d48fd8bf66a968f3bf5f7", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6d685acee3424982bd94ed12c3c79e49", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d835e0c7e9fd45cc85ff584023f707fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "222633c89d9b4d4589383cd297f592de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "daba5524330544679ec179e0111d2b87", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "84eeeb65627d4958a018b0c8ce891834", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7cc2bdd356144649bbb0c05a6315c5ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0b67807412554e71b1eff670ea79f43a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d67f565932d64ddebf86a06b0136e2ef", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e81767ec47b749539ba62646c4c51645", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0da1730bc483472ab028bb00cf71b2f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fc5bde190c7040d1aa3303a909daa620", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0b52ba932fc2465dbe7e71df436656f0", "region_id": "RegionOne"}], "type": "container-infra", "id": "54d9ac9d9fb741618dc0e3a76170fcb4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "cb8976ea20704c8a88f6121508cf01de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "cc9ef47eeec84f5f9662297cda676675", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ac6ca61637474026ac13b367182d8b76", "region_id": "RegionOne"}], "type": "search", "id": "ab2eb172c5184638ab52bab2c9f45478", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a9d936fd74034c78a3f5bf4a0cc55e67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "bc131bba8e884b248cf5801ff345d382", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "65e16f34b29a4517ac942e05f65d6ffa", "region_id": "RegionOne"}], "type": "dns", "id": "968e8ef3a641461582ff4c87a2d3dc31", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ab12f4d36536482eba9c1715078850e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "407b7aab4b3e4271bfc88ec29e5b95ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "318c1b9316f647b5a196aa9e856a55db", "region_id": "RegionOne"}], "type": "workflow", "id": "c06baa4305644f59ad4478eb9a322852", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fdfeb759d5444f1e8b7876a2df8b6f62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "48336657c27b4fe0a443dfa2775c1950", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1c46781d19fd484d8734bb33b926a580", "region_id": "RegionOne"}], "type": "workflowv2", "id": "faffadf451b9456ca5d21e8b2b8bdbde", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9f031c6858b24061a9ac6090b93edd34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e97e07f9bf40452a9ca9e56689eefcdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "952e0c547c0f4ba4b41a29aa6889ad08", "region_id": "RegionOne"}], "type": "rating", "id": "583d81756e2241c192f239178ea2bcc8", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e9bf44bcead94b28b51a89bc564fd4eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c5e517a47c394faca2132b0bfbf1ed5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6e62a647e1a7420895d6da93968eb10d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "57535f1a2f2144c086a566e3484098fa", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c3c9b23255614515a1af5921791dcf94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9797ef6b96d94c45b56225efb5ab62d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0be67a97dfd84756b64f2f21d85c9573", "region_id": "RegionOne"}], "type": "policy", "id": "8203c732c13648c98081e3532f17d5c8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "18e8d40fa74f428f8c993512ac6d9e72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a2b8853b058f4b099b45861d08a7553e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ad86da53842943ce8f0e538acad43845", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6002545fa4e94a57a88264ac6ed615bc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d1cfc00e7f7b4b1ea6c1e7ac4be51b6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "38a1a33325774460a591f06361fe5d50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9e70ac50f1b04227bcc11d345938f793", "region_id": "RegionOne"}], "type": "sharev2", "id": "53af6a8a891c445c8634f83f1b8e0fb4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c4fc4d8d4293437781a70a77eab4af01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "67c5f538cb56446f93fc75d2974ed015", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cf32edbb00804c4985c84d05f96038d0", "region_id": "RegionOne"}], "type": "share", "id": "1cbddeb5180b4c39a02e0dc6850b260a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d8ab088fbb8247488ab16ef00d5241e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "122241cd111f4192ab43bafb8d2ff046", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c96a45c24df24f76a55aa62663b9ab12", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "29adf2c0b1d443c78793cb74a6e72828", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b818b2eeef1c450689de257a5952965e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d44cc1ca94534be782762ca88b039c3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "863e6508a3ff455aab260d5615edf778", "region_id": "RegionOne"}], "type": "orchestration", "id": "32a60cfd50764a52bde017e2adbfbd05", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bffbc3837414201ba1731c36878bcdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f78975e6c206413f83e3ea5ab696dcc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8c0737b9cb045e4aa4654205d695757", "region_id": "RegionOne"}], "type": "block-storage", "id": "6d7b2e85318341a1b1bf0b3e7228269f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84c55f25b74448fa8d023c051fed2432", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e68ad5c9c1d34d169726d3fae8112e7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99a0506e2ae4469394d67e6a8d493f89", "region_id": "RegionOne"}], "type": "volumev3", "id": "27b8a328d50c46ffb699b9cb926d9edc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b48f607ce2842e7a8d18966af23cebe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55725bb383ba491cbbc37629fbe77d2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "061864463c1748479c7ffcdd7768927a", "region_id": "RegionOne"}], "type": "volumev2", "id": "340521f55d144b2b968a1c150b69ce77", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64a7fc380b5f434880b976a2c4ac1381", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8c2badfc7d2448c80759f1761bd0dcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd22d312fa1540c48afca7b4a54835e6", "region_id": "RegionOne"}], "type": "volume", "id": "176abed3733e45aa9a29cf04d5375f01", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5bd3b028d87a4772b75997635edc0da3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e91f3c8a2c14e7988eb0ab9926c6a20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1acc7081808d466bb90e2babf26deacb", "region_id": "RegionOne"}], "type": "block-store", "id": "5d921f3875e048ecb572a912dc4bc8d6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "81c861d1c3f948bbb2c2ae791c706828", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "334df127024b4657b315555396bbfdc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "524bc60ba9d541ae8dd38011de243d49", "region_id": "RegionOne"}], "type": "alarm", "id": "912efb20962e46959733f73668eaca59", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ef7e2ed2409a4d5face9e52035f6eabb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "49c8a073d6b7499eb73230a080763530", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0c93408f61d6441f8091025ad5ff464a", "region_id": "RegionOne"}], "type": "alarming", "id": "85a0eb4ca6db48668f5c922b7d697d7c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d59afc90202b495f9ea2715297c23726", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "742d7652a8c147f2adfab6029cb9db0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3814a4ab7215464b8a0b363f9bf12759", "region_id": "RegionOne"}], "type": "meter", "id": "410f9043f3bf40b9a298f2715524997e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0bdc8eb33bde46cf8c9dd509a665daed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "651ac08d7a7e4715b4544068ceaa3b9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d1fafac231f74dd39c76ceaefd70eee8", "region_id": "RegionOne"}], "type": "metering", "id": "0b1ae27685664b598c12e992c3593af9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9852835ba0574e25b0d1ea33a8d42f29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5226b022b9bb40dea39d697c2ed978bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "72cd0c431d61458e9de89b366682ccce", "region_id": "RegionOne"}], "type": "telemetry", "id": "a452ef50874c4054b473bdfe373361b9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "335d2d8ca36a4a0eae8d220b8af391a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e94f97c7166a4d5c9de5a7a3545f3dc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "30017b1fd9a44a34a123bbbc80b27f59", "region_id": "RegionOne"}], "type": "event", "id": "7d7e14a38cb54532947d8da2db1296ad", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "06d2579de2b947c782f03597503da935", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "994a90ed56a44f85aa535e32283ae00a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3b361b582dcb43a8be9446d784c36e0d", "region_id": "RegionOne"}], "type": "events", "id": "dede4d4c4d5542f1a6b99169ac2f8bca", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ef93994ce56f48459bd0fea159bde566", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3cf925857e7d43b28b612e6930155569", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c234a4d5f20d49979aae2857f2881360", "region_id": "RegionOne"}], "type": "application-deployment", "id": "dff24c69131441869bbd22e608009308", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "be61414d9283498a9c8a3743d75ed1f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "292098341a5f4497afc22282de965ba4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1c53a8689d40466e8486ff0bc5668aa8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "32b94ca239ab4eb787534f0b0b1d4beb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7b1b669583014c5cbe08f90e77cb6422", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "87740bdb294c4efc9c75b4c4527a056a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3672fe37ccd44c67aeef2425c04aa1c5", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "9cf584b0e66d4e658735da059866c655", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "934609bd41274cf99f9e5cecae3341b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "48a6be0a08964adab69b7e340c0d29fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6a65fe57c2d54084bc62efe51b51f5ad", "region_id": "RegionOne"}], "type": "tricircle", "id": "d1d2f3e33f43456f9c076cad741491bd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "11a6ab3e19c94538baafc334a7727e71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5962592bb3a242439204979f6bc90652", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a4afb168a68149e18dc5a488cd3683a1", "region_id": "RegionOne"}], "type": "database", "id": "a0be22bc2a3e4a4fa6035f7a9a13956e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0135b3e9ee164b4ea1c907c69915cb42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6ef8fe69e1c4495ebbaf005948d885e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "72def720e09b48ee963ed8b04fb0746a", "region_id": "RegionOne"}], "type": "application-container", "id": "465044159b52476fb49341018053ac0f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bd4bbaebbeb846f59a72c6de08de37ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "845aae3bf7104fdf8cc31d0ad83097c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8d5acdc01c3a42c0bc093180fad5d292", "region_id": "RegionOne"}], "type": "container", "id": "ab160ba1ae5045f09f4b496b3645a478", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "34aa835b96da4397854b115d907990e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3488a94f225249d099ce23fc6a70477e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0b7b042c16b64cb9b2a224065b38c4d7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a1f19c73364940b7809ba24317554a7c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c35187289aaa42c3b9be26eb0e165933", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "47f6abab1ff94d70b605807858eb3d09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5736a8baeb59491db9e403cd52c56e9c", "region_id": "RegionOne"}], "type": "rca", "id": "eb9ce801887c42ef95dc3def94ec55dc", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8c0f9246293b4686951f759915a323ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4830e8c2dcb64f9593b2d544171208cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b66f23ec96c44c45a7b3934637613f9d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "18039670db4b4aacabda493f0b5078de", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5b8c8a72ad08415a9a11fa1f88ec38f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "59dfbcb11cb94a7abbcb62ebcb3b20c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2d3598d2544d4117a3f32e55ee615dff", "region_id": "RegionOne"}], "type": "network", "id": "e488a7205ff14f2fba2aaedd2f286e7b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "58073056b43d405389277b72c4d93b43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b58214e103074d63b305157d7f7646a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0549b636fc87471f8aad20432580c0c8", "region_id": "RegionOne"}], "type": "backup", "id": "b657fa4811be48108321a1996de1958b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "557951c8390d4f1693d4e77a2da488f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c9f4d3dc03bd4cc0b8fd7d438f8f31eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "cd7c0fa712904ac5bf0360ae69c48a80", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d6eb05dc96724ba7aa368851fd8516bb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8f90a01287b84a1b84c4e521a4e59281", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c718b8ba0ce54cc68736408b562efe3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "80ec6548ef4e4f96bd1b1d85392ed60b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "061e5980e9bb4ed89c32d50635fcf99a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b15c3740d63341a4b76c3c875a89458f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "20669aebe11f4b4fb5170d952ebf04ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e049cc68ebdb4ec59b36c08c93a4c2e3", "region_id": "RegionOne"}], "type": "monitoring", "id": "16054d41d3b9430fb9665164d9f05cdf", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "79d96bcfc1604718837cf4c050a8a176", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "34085f178159401a8edada47bdb04080", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f50a2d760cee474f9b187eba50304923", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "248c3f1782c544a7b5bae14788453d19", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "67632bf2aeed4bb4a76f9b0e558aeb43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "e83cfdffcc484836a1c319700e0867ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "15c2f6a9a6e2476386769c9992fbe0fe", "region_id": "RegionOne"}], "type": "placement", "id": "6ba5c87219a048c195af59d0a811ce3e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b39af4d33fce49558714554f51c38c80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e1c3ce16489f420281942ee75a7dffda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9dcca1ba23e84026839a1950dd0137ea", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2c8769a2df7f4cc6a4a7a3b50be687d6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "097f38d0a63c4f5ba69abe8c36891095", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cfef14fd987242338db325c08c748309", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ea95d0e130ae4f0c8aaae16bc5bb86cd", "region_id": "RegionOne"}], "type": "ha", "id": "d40defb46bbc4e5d8d7b79b550712f6e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8dab1e6c74914b9eacef594afe2657e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "41352393b1f54675b1dbecd43fdfbe5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a6a2e240704b4c5e83f47002e655acbf", "region_id": "RegionOne"}], "type": "reservation", "id": "60afcf6ecc8e404d9e9a9ddf65980516", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "42a1ee15fe234a62a7c5b4cead178864", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "051b021aa3e643ce86e52aca443000ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5cd862d5c7cc42fc886ad7e91b976464", "region_id": "RegionOne"}], "type": "function-engine", "id": "8f5a3c324c64414496f934bb38a715f8", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a94d33f0dd3648f1adc1074c629f6a7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "919292b2692e4b3c88bb2f039a061bfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1bafa790566a44f49ee6f54ba9325e40", "region_id": "RegionOne"}], "type": "accelerator", "id": "a15d7cc8487e404b8476c0f1a4ea02c7", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9328c1bd78d14ddfab0fa3226a0358b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5286be15e8dd49c880fcc3f1e65af880", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b397a56d306e46429afdbcb66ebae27d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "83e7d599cb1741f5896db90fa02ac34e", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "410f6eeddc86410ea32a92157653e215", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "668094c123fd4feb81e3640d7267f94f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6785817e96294797ada6033332a68778", "region_id": "RegionOne"}], "type": "registration", "id": "02c38a2072314a2daaa9c6ffbf287627", "name": "adjutant"}], "user": {"domain": {"id": "d2ff6f6962324a2f8dfd7892f865f3fe", "name": "c851c7b5e0634c04ad8a0d5ca8900ba5"}, "id": "2950ca2c67fa4909858a3bd5f966e734", "name": "0ffff148db7b4624a38e0307823e2c98"}, "audit_ids": ["f12db15b86c7469cb94b77765b92a7e7", null], "issued_at": "2019-09-19T09:04:41.315642"}} 2019-09-19 09:06:41,442 keystoneauth.session REQ: curl -g -i -X GET "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_list_objects_exception-2?prefix=None&format=json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,447 keystoneauth.session RESP: [416] content-type: application/json {27} openstack.tests.unit.cloud.test_router.TestRouter.test_get_router_not_found [0.202300s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,351 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,355 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,357 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,361 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,374 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.293506+00:00", "project": {"domain": {"id": "21759a4fe03a44a99be5c67485611263", "name": "d1ef882c159a4f6eb51f0e785ad6372c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e1d6e59fbc6f427086939de29921a578"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6d3ce0576c1f4067aa2b6d33f4a5fce1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a6060d2e77944a06a2b1c66e62f426a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9c9236380e794f9898f055fb1c9183eb", "region_id": "RegionOne"}], "type": "identity", "id": "87f7cb248eeb4c84a16f1b11881b80ec", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "22e3a352b7034a39b199860d5c44df1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "dadb9daf8d784d1f983e0db0a6d73d9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c3093d679671439a809688f39be81c1f", "region_id": "RegionOne"}], "type": "compute", "id": "782cb7edd3174c409374b73b6791a69f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "95110b31c90b4346a87cbff24e61cca1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "801ddb98441d4440b6e6c043d0d127bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "22287d2c45f7486da38c3dbc608a590d", "region_id": "RegionOne"}], "type": "image", "id": "a1b0dca8af994a708bb098fa58037d93", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "dbc72ef6f643422981bf64a80507477d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1aa2c8e27c1949df91ff1da70be635ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c6e96a1b72ba43c1a179fa73afcadcd3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "10d19e64b6464612913e38e8c83ec2b9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09ef92dde49a4ed6b5f9dd9305f22a12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59d4ce56662d4450bfde9878dbadf20b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c28c562812948a4aff12bf052fd5f24", "region_id": "RegionOne"}], "type": "object-store", "id": "7dedbf1e505448f9b58d7ddedc4dc5dc", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9f552f30047b4ab4a66e07c3b5bd3143", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0a140bdcf93841119e114e086ac83374", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "706b81480012464b872e3dda8cfd1647", "region_id": "RegionOne"}], "type": "clustering", "id": "18746c86ea7a4a0984f9ce7ccfaea008", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6793c978b0cc4fe281fea1abbf676acb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "61c7437914d24bd3995ab3a0bb04c14b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "44ba3f1bad5d421ea7d88d4e95106753", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "37b707b6029d4200ab8e67bd0a769f55", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0fb097ce4bff4f0eb9d1e2195433406f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "63ddd29f6044430ea45543564086a2a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b6adea1b938f488e8dfa6405b83514d8", "region_id": "RegionOne"}], "type": "cluster", "id": "0d6468baf2b947e5858cacaa9bb7c437", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5a6706c1771f41129183578eb35ee670", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "02574ad5018c4c249860a7022f75dc3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a23a2fc53f4c462ea0793ea00b7511d6", "region_id": "RegionOne"}], "type": "data-processing", "id": "9c68d06903f041c5bd00cff4f20622b0", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7d3c580709d44a42be4005b301e21870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "29768bd59b32499f950d6c7b4ba3071c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0b1a7d1cc9f84baea28da6ea5525184a", "region_id": "RegionOne"}], "type": "baremetal", "id": "d500f1f13361455e84b409f14fece184", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0e86c483f04749feab9dab5c0c219b88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "983548b4bb6a477c9949bdba79b44043", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0b4943c9b3a949c3931945e852914ecc", "region_id": "RegionOne"}], "type": "bare-metal", "id": "67f3b613885a4a8f9840f3c082d873f8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2cc8517c3b064dcf9460c5f6fa717105", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1a31b870a5744dc2883a1dfa2bc3b0e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c4cb4d993a974c6ea21bcc86a7035b77", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f23cdd172d2446fca7c79e521018bb20", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e5caeba289c94aacacb54cd3ae0238ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f6e4993226e64b67ba5ca8138d1c5454", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7ddc16c7a5bb42c1aa2035b73b0c8b06", "region_id": "RegionOne"}], "type": "key-manager", "id": "6659915713914847be884665fcd68330", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "25944d39420a47d7aa2c7cf23a39fc12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0b4e0c19aa1340bbb54b7279a8c604c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "598aa0ac856546e8bc7bdd4a88b44c1f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "520a869cf7cc4d169f1f9e0c17ff35cb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5cd97a57676e462b90d04acabb550659", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1553f720485c4ec88b8b96fd8f918f59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b782cef8e0cf4d46873cc8d7b417da4a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f9011a460b01460bba0e0a7fbcf56254", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d7ec959ef5f7433ca6cfd0a1dd2ac775", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "28307da242964540b5c2183d08a28a3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ac36360cd9974910a9f70519a99f88c3", "region_id": "RegionOne"}], "type": "message", "id": "95d05acaffa64e6ba13080fbf49a29e7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "84aa67b95551482b8d3cf1e95221c202", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "84d211f1520f49d88ac61ee9348777fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a8cc6ab94fd64919b4898f558fa235ed", "region_id": "RegionOne"}], "type": "messaging", "id": "408365ae666345a5a4364e7571eddc52", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a5d0a49668534478832f5a8166753c25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9d025bdb3b4d49269778488b74d1a84d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a5c07eea2d664644bf5e07944c35d0a3", "region_id": "RegionOne"}], "type": "application-catalog", "id": "35f0c85c772b42399f94608005e82757", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "594e6e01ab864266a91b727e7badb84d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eed02727be8b41dcab2a8540ff60baad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d7766840214a48408960449014da3b58", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "56a3e57de6194149a31436293914874a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "08e47e46302e41358bb2702fd00518cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "15b73f450d034a56be69a4a897286c04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fe88bf201eef499dbe0834dd2218a4ef", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7bbf0db20a374ceeab12941e639150d4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d03bd4475ed34ba79f588a8bdda193b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d4b5e2c866440c1b361f9a0a7837bfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2f8162333bf3414d9e592bd8a3c6ad27", "region_id": "RegionOne"}], "type": "container-infra", "id": "12bb0763035b4930a8e87024b4018429", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b86cf77a6d5c4412afaf32b122263db6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8ae0887a9eb5430d89783f68c90e9283", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5c8c63140a1f48939bf80fd5ece62a7a", "region_id": "RegionOne"}], "type": "search", "id": "0fc149bf056f413ca00bdf729ae08bdf", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "422f5f07a1f047e697903c29d048567a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "84c3a17d26464662ad38959b86375ffd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "8f70e65f433b41929de6f4c9cd52fbbe", "region_id": "RegionOne"}], "type": "dns", "id": "9838e421c8ed4c00bd57adb9c05bef52", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "897bd68d8a654b21a0d63d2149febde1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "90fc92e225744d0a990c2537b73b6c07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cf89d98d096b413ba6c9f00028bad34f", "region_id": "RegionOne"}], "type": "workflow", "id": "3ff4535389a54c6d8cdf47f51cbbe52f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a70fdb975b4a4f32a66862fd846c8e1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "163581058fa04a5dbaae109d43503423", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0270e8628c544abe96ce65c411ab9294", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9aa5f3e2614745e2927e79bd5eccf0b6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "cabd1240f2f5455e976348cefed148c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "1dd3a43e2db84656bbeb34b7aec324fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e2525170883448ee89a6b4f54ee3ed46", "region_id": "RegionOne"}], "type": "rating", "id": "a6ba219525b44bc397de8078b68ac041", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9708bd3d1bcd460bada481ac2634a409", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f9905b4c7fbd4cb6a8a5224cb6cce0fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "44de9d4b71e847898e1cf263a8fc30b9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "baa9d2f3ac8945ea866d048f99d11ab0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "629cef0af6df455a82a00277fc5dff0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "24714e564f1041c6a4b6ddedcd479148", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ffd8d2a1584a4c83844d69972aeb43eb", "region_id": "RegionOne"}], "type": "policy", "id": "1dfb62e7aa9341aa923e542fbd88c875", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "68b0e1126f904555aef7980b6219dcd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1ac9a3b30e244abc87911bdaa0bf421b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "78dfc24c6c5040cca78bf5f084a20f74", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "cc4d9877d9c54398b857475bf11c320e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ed57bc84c92540b681f0d1d1747f8797", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1409b56620fc45ce8675af2aab841730", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "06dddcb9f1d146318de70447cd736bf9", "region_id": "RegionOne"}], "type": "sharev2", "id": "3368f8ec391345bb97675203238e9194", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bb876821bbd04819b18654aaa15a4916", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "afc9be3e757b4443bcf5462c85a5864d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4f7a4ca1469c4a90b6d70ff6f88b2f89", "region_id": "RegionOne"}], "type": "share", "id": "1d8fa4f474e94cb6842ea568d98ebad8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8851acad8b8e403f8df64972f93eba88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "657ecc2ce6ac4e979b80507c56ee7132", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "88669294f09b4c6081171bcff4fe2ec3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "96bb1519a6c84493984ce17327ac05e8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3aa4d148a581489c8b7a6fa36fe64bce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e50ea8cbbbf042a5a56feeb4a61e5a26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b1f3bdf1b9d4d169d14f5880b631269", "region_id": "RegionOne"}], "type": "orchestration", "id": "2825ba8a671a498c9121a9b01ba887f5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "401ebf4147794d96aefe0aa506ed1c4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92d9afc092564052bec4e8d2e6a69439", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed808f214dbf4330b5be5d4b337cce88", "region_id": "RegionOne"}], "type": "block-storage", "id": "c1659e0a832d4fe5b0ab43a8c4a2840a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2cf9fd0325374b4dabee6fb13e1ad0d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa99c00d6f044dfc82023f9cf598f5be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "125249d271a64146ae9da863f8b979c8", "region_id": "RegionOne"}], "type": "volumev3", "id": "599cf50911a947acbb87e3c1f861233a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82867c274e0b42baad7cdb82b975390f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eab361ff69d542f781c640a8f1803df4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d602e0c778745de8e55ee69195067a9", "region_id": "RegionOne"}], "type": "volumev2", "id": "6f8135df9af0480da605583449481076", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1dc8abf1d4248cba30837a764936a3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41f4dd6f1e404637a2694a40d22ff56a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2be5f35ee8e14a1ca4766a732126a49d", "region_id": "RegionOne"}], "type": "volume", "id": "0008f0ddc644471bb5c4db490cc82497", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4e5da01eca94995a33e2afbaffef708", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d1194ea50fb4e099964b007006274ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6769bdcebc5e472a8b59040b525aabdd", "region_id": "RegionOne"}], "type": "block-store", "id": "e017e7093fb24f6abb34b67a7445e454", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "88c85c6bfc594501a786701caa1e22c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b413ad62a797498cb81908869c1605ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2cf652f03d40453bb22bef1657734c65", "region_id": "RegionOne"}], "type": "alarm", "id": "cd6635abfb7e47da9d1c14e7f6b91562", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6da51573db4144499bcee7f07162b337", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5875c3f03101487aac4855609a16274d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c9c8258c28e84301b671e611c92ce510", "region_id": "RegionOne"}], "type": "alarming", "id": "019b76979cf945158b17a890724423d7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "133a3cf57e84462794eb42cb4063aaa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "531a9806615c434ab79b56dc4d66124e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c07307a2e9d747f09ac5e99cb036e48c", "region_id": "RegionOne"}], "type": "meter", "id": "f54f19acf7a54d9e9d4e62a95181dacf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5de351494fa24e2e98e9d635333f9749", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cd58db53738a42af831ffca3ea497c12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7e18a7bfb20843f38304191f9969bb51", "region_id": "RegionOne"}], "type": "metering", "id": "f26aba9ba66a4f1195232abf60904975", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7be7029262034c0ca9fc49710247c741", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f59d0e48f6ed4113a3896ed41344c25c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "498fd5fb370d4da9aef63cea7cd1766f", "region_id": "RegionOne"}], "type": "telemetry", "id": "46c4a69b209e4728b70ed5aefd0d25d4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d343175a902d49d6851ae31170f27bee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9835e8502fd84583b3f2fac9ebef9731", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d1bbec1aefae4f8088b8eeabb444dd9a", "region_id": "RegionOne"}], "type": "event", "id": "666e3f25208a4776a766bae5203328a2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "44b3caec12d54da2b58ee388b5194664", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "83e3a5c3c9504c1ebf502168d855e17c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "be90d56ca233474788ec1107f3112f33", "region_id": "RegionOne"}], "type": "events", "id": "a789c52e4a784aa493ba37311e678e12", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1de42f6c22974d589787d1f3dab98548", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ef5e30e32b164dada32a28e634bc24b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4f8912d5d4ad4ca0868914c66ba4dd1c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "5335580867684bd5bed5828deee5ad7c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f5e57b4b6274461e8724b1e1dfb72fd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1a68932b664f4b80ae660c0a4308720f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "80fc48b3ec604a4c991e28055ab067bd", "region_id": "RegionOne"}], "type": "application_deployment", "id": "7dd427de23e04498bdce1c0b5da3e90a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ff864b67431e4b5995aa8099bd5b0243", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5835677d0bc743b58f5a90e9d3a33c45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4b2f282ae61f484f998c4cf9986cf68f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "800e9fbae3ca4787b8a0c53abb035b07", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "344be61c22bc43e5b2e793ff69a0c716", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c045ce486ffc456b967894c1215f2d6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d4bc68d2f3ef45a1bdff206d28add625", "region_id": "RegionOne"}], "type": "tricircle", "id": "0c32331fe4d14965b8c971397ef0f923", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "84a4f52450b443348e9ce2e36557bb5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b417de9adb614030b7fa8f9c86e4f4f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "dfd4b694766e48d89504fc1a6468f80d", "region_id": "RegionOne"}], "type": "database", "id": "6661e458be794f05892c4424721de973", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6000a20fbf49431391df9698be1371af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fc38a1707b59406e87651118e3fd08c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d8dd0d3b12564efcbd6e61449a299cf0", "region_id": "RegionOne"}], "type": "application-container", "id": "c55ce29d4f68451799d41d70b10ff8a4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ee6052d1ae9e4f86bf975fcf52a8ff2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d24d8fa4cb434cebb0e4513c5f27215e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2e1231e7c4d64ca3894a6c05b632b53d", "region_id": "RegionOne"}], "type": "container", "id": "1a984209144741eeaa2bf3238b9b919e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "533ce4689b5d425d9d21b7be7eccf2a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5d36fa29f5144c4f81ba07d350cbdfc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "08df4860b05c40d5b07bb0a2fb00c323", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "0cb03bb9fc104f5d8067b4d20e890846", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "89851073c94d4532a08b686e30ad95ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "126740eaf26241a8baa938b45eb27665", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4864e7db681942f7ab28de278add2c9d", "region_id": "RegionOne"}], "type": "rca", "id": "cc4bfac52ba04fbe965d018753797244", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "001b33dde7ac45cba95c44c87d8ee336", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3e20338f6e7e4be59bb581f8c601769f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d0fb9fb48df54caca4d01abef61e8541", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "79995912033e4394b6154b9b5bd25804", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "375c193ac34d441ab0b44bee56323350", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "68ab8e86a3074b8db9b6a95f93b6995e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ac9eba703dc2427c86cfb60cf9461bf6", "region_id": "RegionOne"}], "type": "network", "id": "0c22043dcb1d4bf7911d512781511588", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "b34879430da0440897cad2256ea88ce7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e0862aedfb2f46ad8398ae63339ad726", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6adfa2a500d94f4b8a2ce31deb7234b2", "region_id": "RegionOne"}], "type": "backup", "id": "a741b2222bc742f2908ad2dc41785b58", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "de75442b25b6465e873b87bfd682849d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "54a7a50caeb5455d9bf9c17fcf70e19d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2c3d3f045ac64c909e09a434f7982a64", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "146bccd15eec4045a4622c0a7ab3de07", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "25a626f8f4fb47e58ae573edf89b6c1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "98d682e70c1543f49f254164a1895b5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2c797eb82e524063ad33a7e8eca49d3b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9efb2d3c47f642a8adad38882e3349e4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f26572593b734dd097cd22a4a901ea02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "00acb28f197b48738afad6fecfec09f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "3fd87e39c3724042a5fe5eb8358650da", "region_id": "RegionOne"}], "type": "monitoring", "id": "1158552a3e8a42e89d73c2b05d6d33cc", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b3f5e7f54a564a64aef9873e48584680", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1be84e7505f74c7c93f7ff37888bb55d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6f9dd32251fe40f78994928a4be9acfb", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "0ff00af10cd0444eb6ea4a83a51bf4d0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f26e113642434612b3f438872efc87aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6444ab4987464d70b76d280231938e3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "04b0119ccbe5490bbd176f6dd75d678a", "region_id": "RegionOne"}], "type": "placement", "id": "4925e7732eb84c3ba84a03027f1e0db4", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d833857f07d74e7db7c30d848ab2bbf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a9be2cd2a95e4652a4802c52ffa78b79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c7c9d3bf58ed4e51aaf79f9d7e341fae", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ebb5acbf96af431ea96cf03eaaaad4d5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "985c0e5a4e0f4c0f89b723aa4151c41a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "06abe997954743cb85741c6751cfdfb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "631b8b7295c04ce2b636a2ac5e1cdf44", "region_id": "RegionOne"}], "type": "ha", "id": "4bc144bf094d44eab7c558598c2caca7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a7c26b2e25ef49d8b74dd73fc0a9af78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8183f23c2f284562b0075f0bcf38c73d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "37bc633435aa48148164d20d9a6185eb", "region_id": "RegionOne"}], "type": "reservation", "id": "0a134603962b42598f065020d744bec9", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b9b433456c12499ab58467990d5acf21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e6f612e814784f7d901fd3b05b452364", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "05e855d04ebc4f0a8b19ad6afad1cdc3", "region_id": "RegionOne"}], "type": "function-engine", "id": "166733ece246451dacb11e11506b1238", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ab4a60eaf9034103b12c3358117c5d80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c67f97414a86457e8d7cb56f66b071a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "cccfadf7d5cb4edfa8554af9bf419cb5", "region_id": "RegionOne"}], "type": "accelerator", "id": "a36c243510a44e30b202d057e2bf8e73", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "de0d36ad36574de2a3b45faa73d2287e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "18af33fcfe4e414faf0e4ab1361beedf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cfe99c39180b40cd815f37026f2ac617", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f41f5b8b2c6f4952ba069dd23647d1e7", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9bb615b883734f9a9c291e0859a4f21a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6a69da492573420bbb7fe0caae9468f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a2e67c2e3c17462b923efa7145c1bd9a", "region_id": "RegionOne"}], "type": "registration", "id": "6b38f08ab4dd4d018ab05e9b32ce3a5a", "name": "adjutant"}], "user": {"domain": {"id": "4d512dade38a4982b902c186fff18d25", "name": "4f1b3b2c890d49a98f0ab5b0efa47b8a"}, "id": "8739cdaea708458584598667837b7094", "name": "350c0e7e84994a9388edae36860ffd43"}, "audit_ids": ["5d0d104ed1fe4a2a9b3a12235ca02b12", null], "issued_at": "2019-09-19T09:04:41.293506"}} 2019-09-19 09:06:41,483 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/routers.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,488 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,490 keystoneauth.session RESP BODY: {"routers": []} {27} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_list_security_groups_none [0.059880s] ... ok {7} openstack.tests.unit.cloud.test_fwaas.TestFirewallRule.test_update_firewall_rule_filters [0.210918s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,230 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,235 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,237 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,239 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,246 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.170231+00:00", "project": {"domain": {"id": "a2471ec6896e4519905b52b2291bf99f", "name": "7cc13f0464d042c7bc51eb74ece9fac5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "45270c38c9324274b492d2b4f5e7306d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "775afa87231d4eb4a1bcdd429e8e90b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "369d2723b5a44827a33afebbe30505ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "3fcdbc3668e7413faa6e939b06cd8d8d", "region_id": "RegionOne"}], "type": "identity", "id": "eb3c2c29aa3746ddb111b5a309dabea7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "795a3c16a1d746c595a5e6d4316f5200", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5d938f8d41fc43b584a65cc98d2b9125", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5077f440b1aa442f9cf199e1b5c70d56", "region_id": "RegionOne"}], "type": "compute", "id": "b8a0a86d46714d52874f0ba4ac35bb1e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6f577ffecbc5475194e81fb0d90383d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0e2c6056a8eb4d36a234bd43b0138b3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "895eb0b174ec4249a21bf40c7bde11ec", "region_id": "RegionOne"}], "type": "image", "id": "47e97ad54d87499fac85b92bea012de0", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c5f9eeaefdc9407581573b11ab6a400a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0363fbb6dedd4cb2aabf0e79fbce1e3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "26c02be2d7a74d7f84f5e78091509a19", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b6bb529d2bc94dd49a75d07e04bd1e70", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84bfb343f27843cdb07d1730e6fcfc6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f148b0d1042045bbae2e41af886146dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e3b2e97a90843209de1b585caa1fdee", "region_id": "RegionOne"}], "type": "object-store", "id": "5208946f1d7540eba3dffed997eac302", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "651644477e8e4df2bfffb9f110ca089c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c8e8120bc40f46169621872db922a195", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6d06090e46184cc5a89791288d04b2ea", "region_id": "RegionOne"}], "type": "clustering", "id": "6a4f9e81d4e8416f8be736835aa32f23", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7e8b704c421c4859a0bd0000cff6d096", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "80851d021dba45ca94bdc2a4640b6bd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3180c0775be04d478ddcf02b92412b9a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "880c42103553484d80fec4a7ce960239", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "065587aeae9a4a80bf8f8cb79c530f3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "01d415fd3e964b18908f877d793a2783", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e66eff80c0814dcc8942382338a809d8", "region_id": "RegionOne"}], "type": "cluster", "id": "112afb6130ae42039a446945bbd1777a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "01043b801e5442b3a93f5d0a5fa82051", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d52660d64c3f4d958f112a29fab5a174", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "46e03d4559334ceeb79d66da042eefbc", "region_id": "RegionOne"}], "type": "data-processing", "id": "6655f87243ef4aa6861c6bc45cf349c8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "849375ccbadb4c0e88fae1aea22bd351", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8122f096401241839e7d43455e88bc80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "28b3b9511df04b81bf974e7bcd3aac80", "region_id": "RegionOne"}], "type": "baremetal", "id": "3090ce66bd60483d88e3dd05fdc73022", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f64fb39ad539454bb27ecd198778b89c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1a53ffba4ae34f27b07cc597b282364b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "347fde34571b4a1c94fccb3121fe8774", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3efadaff7a184d1b9dbbdd5f36b34dc9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8297534d13c34ae18450c38b288bca73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d63707582a234f998b02ac9cd1e3d170", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7bb73e3ef16e4d5f8fd082dac722ccbb", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "4c7a391d949144d18195ffe7b664fca1", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1c5f35a38b134e2a9ddf10c8af9b5414", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "41bdf550c76d4d079e33bb8199aec09e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b5b94eb5a4c445bd9d721062c42817b8", "region_id": "RegionOne"}], "type": "key-manager", "id": "e55dc6fa94a747ec88cfffa62f43c871", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b6312fa0b7f347f4b4cdef9ae79c87e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6dc3069b353d40e892b7ab12daf7bf32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "75c5c9d41f274db2bbd44b6e41fcffd5", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "265aff791da44ee49f6abcba8536cd4c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a2db6e581de2475a93b6a65fb6eef9af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8c442119612b4650a654277d0b0cff92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2542d1613f884cd5b692d395c6e278c2", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6cde4d7336f142dd97a323155d26c7c1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7632740747444241aebdd3f58dbf7f41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5357e847fcfb4642a98b6b0fc338dab5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b481187c98a34d2bb7e4849795bf1884", "region_id": "RegionOne"}], "type": "message", "id": "f7e619a12e5641f4a18bfdfcda698026", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "508460d954264cc28a3a2c383029875a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f5caef1241364f5ab63aadf425a49fd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "37f97129927c4697b82f5e72637af5e3", "region_id": "RegionOne"}], "type": "messaging", "id": "53e9e201428245938a1079d18f4cca65", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a7ab2c6be8fb442481af607ce4a18d6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b4b4b15404c646dc9ecdaecaf59c496d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "fda1adf05312454190b25ebfbd1af524", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0d51117994dd4b56a15b27ce3244f550", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f46302a4eda4149ad7b9c0e853e6a17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "af9b0501a2f64b36b57458df0e895e75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "64bc3ab9a3564983a567218d7e17ed1e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f1ef501755db411fb7e4112fc52be87e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4c56ef90f00c4ba3a43f799f88c8ed44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "25fc79f0ad4741ecb9a5159425360fa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7edc9d4e98104e70ae7fc616332d2468", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e334681f08c84fc780dd4c38fe2e49a6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0fa479da18aa434cb189c03cbceed45c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "58bf272a7588480cabeefc788cbe095c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e6d6fa64a70d4944b71cb997547b2f05", "region_id": "RegionOne"}], "type": "container-infra", "id": "26368ee399f8456198a6101b5fe45ba6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1314278d9fe54328837c60e58aec171c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d1d8644de3aa4d839e316e62ff987a3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "190e50c80528408fba5d5c87b5949ee1", "region_id": "RegionOne"}], "type": "search", "id": "236fd845cafa4d8f90b895c5bb2fb5e0", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4683bf81060b4d6b9a8f1c7e30709f3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "97f347e2e0f4473fa21d8c52fa858a95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "114fbd3e112248dabec9067245e0e0e7", "region_id": "RegionOne"}], "type": "dns", "id": "12bb1afc8a9f4000b23c72640f6f08e2", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "761468bab2a84d3b8c49832ce4ab9d2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ac4d007432e24e469092a34a3c3db929", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7cfe33b8cfa24e78bbe946831ff0e1ff", "region_id": "RegionOne"}], "type": "workflow", "id": "f72e6aba53b04e099089a906051c337b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0958250592074fff89cbd1ebf22502b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b2a21ef2fc0441f5804a869f8cfde2f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "de572676c27c4a7fa19d1ab99e004791", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b547a8afeb394e339768ceb86ee41576", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7af2a727e8c54578a0f4354c7cc0964c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9431778c3e194563b594e666412b0726", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1a9dbb01331c434ba003dc74dd54d38d", "region_id": "RegionOne"}], "type": "rating", "id": "9a1958d16d594ca99b76dd11428a6aad", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bd2651fe1d3046ad9614db47b3da118f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0a3858d22a064bc6a92184a60fc6b8cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cefa8d56e8024260bfefb35e58af9084", "region_id": "RegionOne"}], "type": "operator-policy", "id": "081a153facd0407695acb5ce8688f0ef", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5d135c68c23f4234ac27fffefc23fcfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7af639d4605047568732cf56174e21c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ec4568ad91bf4b76a9a161e0704398bc", "region_id": "RegionOne"}], "type": "policy", "id": "c2e1f4d1e34c439abf7d1cb83a3354ea", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9dbdd54af15448cba2e0b2fae26ee153", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "461b7cc733e74b7aa7b7bdb8d591971a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ae5c8ac2ada14cedbc65685ee462785a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f931bd933f7341dca7781d5e4fb8874d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "66a4967eeb1e40d78ac6fc0aa97db8df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "77c4a29b0b8542d7bb54f8337351005a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a770a5256144458ca4a44ffda813e490", "region_id": "RegionOne"}], "type": "sharev2", "id": "477de4dd76cb41a9a3e6cd9be870bc12", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c136458236f4424789114bb91baa51e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6acf0bbb35cc4028933ce016f8abffaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f0967aa93a144065b70ca0f05656daeb", "region_id": "RegionOne"}], "type": "share", "id": "aff1b6163b15497189b93827bf655e9c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6edf1e7a56294e0fa8868ee0536e4355", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8c63daa268a14b9da0bc20aeae804942", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f2b7ec6c99e0459a90e2127256810c56", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ee706089b6474624a5ddcb19bc338de1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "713bec2533404a5697503332ca36822d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3707f06f3ecf4263a4f8c4d0168d4b99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "166b434974344e9ebd75182ca908b7a0", "region_id": "RegionOne"}], "type": "orchestration", "id": "bee034ac286240669426fa6a3ade2745", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86354e357adc4bee829ef02ff693fb23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0345e06665ef472897209c17f66e91b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e167fe07959948d08feb0cbe98fbb897", "region_id": "RegionOne"}], "type": "block-storage", "id": "be9fe6546e5841e9a453313f0b9d1305", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d2966179f12413f8827ddc8e2c9cb8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1863fae701d54dbfb4c1257d5f5074d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87f61731549e4c20aec06772cf89183c", "region_id": "RegionOne"}], "type": "volumev3", "id": "4300d6df2e234373823fd78796d23719", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb1d49f7f3e045a6b737a4084f835454", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16f0fde5fac948439b260c15bcbe7b6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "920e38196fde4f1abc1136b55db9e563", "region_id": "RegionOne"}], "type": "volumev2", "id": "642bd3b31cbe4710b2318a61b2cdc72e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "462cfa98eb124dfc98d184a82988b431", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58edd8ade1fa4c0988d084590b3a70ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c16a2d8bddc34e46b82217c1458e9c90", "region_id": "RegionOne"}], "type": "volume", "id": "991807563e274bb7ba6f06da5a7e9b28", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f5b50f9cdd34628947928d8a9474b32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0cf74194b7cd428d90b4de78c872bf58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3183c5fda98d4e4996fa6b41ccf7986e", "region_id": "RegionOne"}], "type": "block-store", "id": "a828ccb57d7347f191a84e536601b6e1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a3370f7a10184a48b41827d421a2c3e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d25a34efba524e779bbf1061c722fd3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "912130b931dd4d9a841ad5c53bb07a0e", "region_id": "RegionOne"}], "type": "alarm", "id": "c29ed89f9990450a9f1e49de8272d14e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b46d9d079db7492fbfc6a6fda0d0ebf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ae07f2efdc6a467d9a4f8db230c1570d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "db374e99c0ee41cc95a306b067509e00", "region_id": "RegionOne"}], "type": "alarming", "id": "6309a0ac7449423d8ce828b50271cb16", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "74494674c80d4157b9129f297a7ce442", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9b96a94be4e8489da6ef465474518e32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "382ff78e3c6740739a70ab0879a9a0ea", "region_id": "RegionOne"}], "type": "meter", "id": "ee32072ebb9c4604b2a18a8f284bd30a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ab1d3aefbb0742249ce8639575e9b7ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d41f84a2941e46718266493651c47fd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9c37a89090a04bf3ba7589164bf7184f", "region_id": "RegionOne"}], "type": "metering", "id": "50b2d9746f1848529c11f3260a2d516f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2927a3713eb34e9b988334fa826c0c30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "524102cfcc1c4ace9dca2fc6a1edc69e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "614086e9937649ca99e612e3c1121e43", "region_id": "RegionOne"}], "type": "telemetry", "id": "b7b16d01eee340f0b0e5ec499400b40b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9a13586eb5914855955be96666399bbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1d7b3f0f863442eaa12b7ea02167f9d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a4ec07d098724c0880f5ba998dbc4328", "region_id": "RegionOne"}], "type": "event", "id": "7ad48dd17e344516b48534a61f56c1ac", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b3d585d0c4bf482baeb319e3f57476e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d798118fd94a4673a89e4db2bf9d6bd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9ec775d4af844663a7ab7ec50245e767", "region_id": "RegionOne"}], "type": "events", "id": "fcf830be3bb64c21b6eb88da05c8cb52", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8efec26a4b6f49e1b7941db504b4f740", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9b9191f52e914d3cbf9032e7e24c0a92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e8050269d8ee4188a529f2c697e265ec", "region_id": "RegionOne"}], "type": "application-deployment", "id": "61e2c769d26d4c9aa83929227d7e845a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "51e6e08c10b049ad8feea56675f6f000", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "37583d74cd90463fb3d56ac3f7041a19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f9fa5dde9d7246ef82c862d437456bf5", "region_id": "RegionOne"}], "type": "application_deployment", "id": "48fb9c7cfab04279902b8c29864a004f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "302f6bfae26643c48bc45037c918b182", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "047ea05956fb4f85b0b875eba79e69e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "51463dec78f44059970df518b59c49d4", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "cb11026c25fb4ded9abc5270975ced6a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c681e32cb0f54ec989b4a398e957f071", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "28d72046f27f4af796e7e2c417c2799f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "139c185af60440f79be327660b7ee46b", "region_id": "RegionOne"}], "type": "tricircle", "id": "971f5e14fc7e4b768535e3d27787db7f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d83a16158e5c46f48af4877f1c268334", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a7e76607a0f74ec782e19f7641974f98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "94a5bb3a6c9e43eeb68ea186acc6ea69", "region_id": "RegionOne"}], "type": "database", "id": "7a609b66ca4443a48a29d8221b246c73", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "96e5b2f517dc477c853f24a9f38afdd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "06b64ff303874316b13f048decff4e29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "66251001a0bd40a1bf6eb10fe7616be5", "region_id": "RegionOne"}], "type": "application-container", "id": "bca357543d774c54b56bcd1f7cff1467", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8953590df2f648e1871875a30e10e357", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2deb5b47e98b4642b22939c8ffed7162", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b5033dc31a1a4d97b2f71cc6b87f8bac", "region_id": "RegionOne"}], "type": "container", "id": "5eb297a324404382be005362d3b21213", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8f970d3dfa844b46bde15a4b1e948a30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d03626d59b6e4ff2a2c13c9935fd037d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0c52e0132a9d4946b73970da4a0837d0", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f6e97dae3be24bfbab893506e3f71ff5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3849632b1c0a443ca281ad0bf97f943e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5790439fa46f4366907ec76b3ba20fdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "567f8a09237f443586630214acf3e1fe", "region_id": "RegionOne"}], "type": "rca", "id": "90a24c68451a4539846cf22b905d4d3a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7c14fc64c02448c1ad3f6694b53839c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "cc50a0a42a094c29886361c674101947", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9a58b41ef3a943bda801e1ec5a669a16", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "638c714b58eb4b53a526251f12181c14", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "2336d9c3efb143cf891a38008eb80e21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c6ae25f1c6804d03a237dba967a593bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7c982372385448849f91b271576f1bac", "region_id": "RegionOne"}], "type": "network", "id": "17b7926e04704ccd9f54ea338b9df281", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3698ac3f6d0646a0b178ce722dc7636b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d4b4bf42bfd34a1592729441a0ff89bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "fe47546d45e04967904e005586ef3538", "region_id": "RegionOne"}], "type": "backup", "id": "66bd5028f7b3490192744e5e9232a9b8", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0a55fa45447a41a280eabe46ff10307b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "227e12b6d2064857ae0e83d87b89ecfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c0d042ee67e74659bae6a4dd81918d82", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0144095e8f8e4cfe979ffad7f07ecfc5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fb24dd55be764e6e9b7ece5cb841978a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b24868065ad24a63af518d1ce796e9ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fb4ad400bf8341ee82a6814d8a2a87e5", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "35465d14722b4d4291e5c45b1cfd9413", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e1c9db50bba7479c8cbae94bb0816e21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0676b400f16041b4851dc55eb88b44d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "45c4d8c8143a4ffaa1b7ca17ccad593a", "region_id": "RegionOne"}], "type": "monitoring", "id": "1848954d66f542508ab88797c6135119", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7a7f308979024f5ba60a825eb11e7f43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7440d0418356438cbb31f7aa198efb54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "03b700440598404b8bead7ff9cddead7", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e2b33a1cb6004a76820262cf47430d8d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9333e9c1c17b4f33a24bb79096553b20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5e99b214b5f845b786ef66a38c8ba317", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7bddbc9907f9421fb4479c10a7e3c594", "region_id": "RegionOne"}], "type": "placement", "id": "fadf58d417404a05839da925ab40c861", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "77904c1140cd4fc181b383cca6ef8f0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "81dadec7cbcc4af6a25f7f44053f983a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9346f967c113472dbe39842cd7188dca", "region_id": "RegionOne"}], "type": "instance-ha", "id": "6aebe2fc8ddd46e09231c4847315b69c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "eedef1b02118468ab2606bab86ccca04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ad97aec38e99420a8e638c6a7aa115f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "79b06790beea404c9ddca33e3a2bfeb5", "region_id": "RegionOne"}], "type": "ha", "id": "919870d3357d4004abb03160cc7f0c2c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "64bcf58e9c2047ec8475dbec886c555f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b1e0faacb9be481db3b26b3b7dda5f3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "9890713422064b7aa7c91d4fb4da96bd", "region_id": "RegionOne"}], "type": "reservation", "id": "f241c71ac4c54741a8b6319976c7f72f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3620dea7c3bf4f8ba2d6a5e413cb721b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "27d1aab8172a4335b519d0e92e68bc08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "6ebbe9747bb64cb380a7ef97c05c058e", "region_id": "RegionOne"}], "type": "function-engine", "id": "22d1744ef08f49ceb6e96ebe479a5709", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "52f26a2085f74bc991f9dac90e5bcb0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1bf74065551044ea9839b8b2a98460f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6fb7fb81e7b64860a4e7f528769df8a2", "region_id": "RegionOne"}], "type": "accelerator", "id": "18a937f85b474865a6c942e6149925a3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8b9fe569c02f4b0287ed6c83f290fee6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ebcdcd68f0fb4412980085932646fae9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "481914eac9864a44aa847c31ed7fb71c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "59496bce87694643aec6277774789b14", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "10f36e4383904b25a38df478ef76c555", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9d364fb04a0941a398f39a811ed9154f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "60d71bb74f4c4e7bafc52f623fd3e399", "region_id": "RegionOne"}], "type": "registration", "id": "a0040de7bffd42a684a09d58c6ad2ebf", "name": "adjutant"}], "user": {"domain": {"id": "bcad8dce78a0421998c4888787b9a35d", "name": "572d3d4f370e49319286106410723dd5"}, "id": "f3a1e3df98504325885cc2da98527e48", "name": "ea78b038289149baa1418d9e181a82c4"}, "audit_ids": ["0e79e589cf9d48d9a16deeffbc27788e", null], "issued_at": "2019-09-19T09:04:41.170231"}} 2019-09-19 09:06:41,352 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh?project_id=ef44f1efcb9548d9a441cdc252a979a6" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,357 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,359 keystoneauth.session RESP BODY: {"firewall_rule": {"protocol": "tcp", "description": "Deny SSH access", "action": "deny", "destination_ip_address": null, "source_port": null, "destination_port": 22, "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh", "source_ip_address": null, "enabled": true, "ip_version": 4, "shared": false, "project_id": "ef44f1efcb9548d9a441cdc252a979a6"}} 2019-09-19 09:06:41,366 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/fwaas/firewall_rules/d525a9b2-ab28-493d-b988-b824c8c033b1 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_rule": {"description": "Updated!"}}' 2019-09-19 09:06:41,370 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,373 keystoneauth.session RESP BODY: {"firewall_rule": {"protocol": "tcp", "description": "Updated!", "source_ip_address": null, "enabled": true, "source_port": null, "destination_ip_address": null, "shared": false, "action": "deny", "ip_version": 4, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh"}} {14} openstack.tests.unit.cloud.test_object.TestObject.test_set_container_access_invalid [0.135072s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,439 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,443 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,445 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,448 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,461 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.378717+00:00", "project": {"domain": {"id": "69c9370624a1415394b07dc6dd8f8d8b", "name": "7339b3ebc7b243a38b3db6f15d59851d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a1188bf08bb64786a776c000c78ac80a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c5b8bfe30cd5402b831174acda1f1ae4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "50225cb2fe8f468890de62a7c0aa7ef1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "b0e32720a59f4c41b0a4a31a4ef3f051", "region_id": "RegionOne"}], "type": "identity", "id": "5e1aea1b987944efb9a760758b61d80d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "250be8d13a3842bbb6490fd5c460aedb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2b9d291fb64e4b1bb988c9a6eefb84e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "32b312bae9b54af6a8582ed4b7256237", "region_id": "RegionOne"}], "type": "compute", "id": "d69053f2dd9945caba96ceb360f60e48", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6bf1d273e38f47c296984720699624ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "42a8f800f4e64032bc2455923859494a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "928736e9c9f442f8bff9e338e23f7606", "region_id": "RegionOne"}], "type": "image", "id": "daeb3e112229479a96a8d8254f557d4b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c63985aa4ec843e4927633a481755f32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0f1d8b27daaa4bb685731bf5a947e9b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "acee7dcb587743f291aaf521124effa6", "region_id": "RegionOne"}], "type": "load-balancer", "id": "5422526e9f5241eea1e1411af586e1f7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45790e3899204755a8f680b6c66f48ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7529194f3d494f2a964557550a9ac15b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b0a67fc254242c98114311d250ec6c9", "region_id": "RegionOne"}], "type": "object-store", "id": "73f06a4f7cc04811a6456da0928411ed", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "828676546a1343ed98326e79d76fcaae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c525c801a0d244838943fddc0ac0ac0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e1829c9c8a55482c9897eef0f2799948", "region_id": "RegionOne"}], "type": "clustering", "id": "a343d474ff1844768135392614888cb1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "05b501c05fa84623a16a356afe3e7470", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f75d07cf0bee40bba0be1e0fe2b43448", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8ec98c7cd73b428a9610dd0be7d80253", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "6bd8a82c9f15414cb3dd675638533b65", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5e0f8923c7d64f5a85a692affb627df1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c33fbe3aee1c402bb5203b5f751437b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3507c54d5b6940e395dcfd04d98da7ed", "region_id": "RegionOne"}], "type": "cluster", "id": "63946972d1734b45a1feeb1b9bf0faaf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9536c4ad7df1458aab7016d88afb472a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b906a259057047ebb42f88476290e893", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a90d6bbe9935466eb9974d0faa6aa379", "region_id": "RegionOne"}], "type": "data-processing", "id": "bbc8628e2bc44748a0f28a8a55f7f59e", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c4ea6c3b05aa49e2be2ee0b9b343c378", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6fc1e1e163754f1fa94509cb72594d9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6723811eaed64be8855afdfa206ae517", "region_id": "RegionOne"}], "type": "baremetal", "id": "b650d29e78b64b4ca4b2160204d81f49", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "57187ed40cd7475582f2d2c0d385fce1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6c49a7309aa642d5b79a360b92ab280c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3ab7480f02464ac69dd75a9c799deda4", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d08d3505f086467480f89e657fd8074b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e38d974762754b34a6fbaaa47f2f995d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7c9241ebbcaa424e97b56b565fb4b062", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "92211b9753f4469db4701e10ca87362f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f0b3febc6d444ce5a6530ed356917db7", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8957abcd88d14f9197e60fb3b6c5d96f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3f3c81c6a34b4158b25e26878655b2aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "db865ad575e44c929c75e046b09ae8df", "region_id": "RegionOne"}], "type": "key-manager", "id": "8c9867fb9ce94d3e80fba371c2dc783d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "995f31a055ee45b6a0ed490258b0f92f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bb0140babee64fd6b6e83fd51f6050a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "89973efe681a4b5f9e84650869d705f3", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ce634ce8679547e4847a5ce3c0965c81", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3e320d5236d545398684cc2c4556cfc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a854e648cc114609926ca5c7a3345123", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f4f1fcd0120149daafdbf62e3460a7ac", "region_id": "RegionOne"}], "type": "infra-optim", "id": "08250e8d517d44ed9d0b007931d8a270", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bd453224b6ae4bd391d9381885d13939", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "cdd88d3252854478aa733eda967e85c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f2084c3e4da74ecc9bf5fa19933ff5a3", "region_id": "RegionOne"}], "type": "message", "id": "e736dec3febc44c488151a04790329c6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8584e403d8f74cc78f75a48ba88fb7af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "266f0fda884a4bfcae2fcc53bd51feb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6cfe72fa16eb4891b4e92443c591e0ba", "region_id": "RegionOne"}], "type": "messaging", "id": "dd007191a7354715b84547e7511c1d5e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "38546b622af04329bfc2eeb307592846", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f0cd199e33aa4d7cbe17fc80745d33dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "27e970b7fe1d46c4a34be27c50f37638", "region_id": "RegionOne"}], "type": "application-catalog", "id": "db65b59e06f3490cb0108839fbfbfe9f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c9c24169c9ac4aa9a17d555752b3d123", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "deaee2eeaaf644efa20763ab36988c6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8510de2199f74bbc813749a959fa8702", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "de83e26b76d341ba81b971880b792ae0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "58fcc91023b343319da62683b08fdc04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d373334555f740448e758ac788cc6780", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "21dca37cf16b4297bd0c8788c85c9d0a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7e25f341e6f849368389d5975f5412ea", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "984196b4619a423986d3824e6b468117", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "74cc89edae6b49c9a5f2e9ab588778dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b5dfd83ef6b947a4bd927a760833db72", "region_id": "RegionOne"}], "type": "container-infra", "id": "501d8c60292949088f1a3a94595ff693", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "496f2626ac864f3aa5c29994363197e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "3a1321dd0b374af79749cd7d4dd645f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5ab17c5a6548450aa051799cb65a9e62", "region_id": "RegionOne"}], "type": "search", "id": "6cf32088cb1d4388a45cd32c7465b73e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "aa9d0571be7e42c8af66c6cc2f5d9e42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2a3377a96c22434486258adbf7f0067e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "13a943ef5d0348fbab1fdc628c4447d1", "region_id": "RegionOne"}], "type": "dns", "id": "8b5d8a1e30844d9c8e53a94e13feac0f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "76fce0eda6a247d2840668688faeb9e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "494a6abf41f84007b3589ddc6e1fac67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3804fefd36044f928eb3d001daceaa7d", "region_id": "RegionOne"}], "type": "workflow", "id": "d541ffea20e048a39a2835f7b408f496", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4927f3f8516945c7aae75243b6b6d5f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fe99b984f39b4cc1810dffd675225228", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ef310e76e1a04670ad7413b5c7883ecf", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c791e471d2d04e22bd48ab466b82e6a0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "610f3cba68b34136871208540c2a3a28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "83eddbe1cfb14eef88f16c570ea44ee7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "2c214969f9924699a874064b49fc2423", "region_id": "RegionOne"}], "type": "rating", "id": "e60e84a887c743b79a15af78e71218b9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bfa065d5d034446495d8d826fd1c658e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "834e56655ed84a2596f33c14933fe8f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "78ca9c7824e74761a3067d6cf093525f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "dd77e86c647d45ef893c13869cb86bf0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "12938951db734b6ab6bce1df485fecf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f3d576c82bfa44538a62c8082660a0ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b5f67c64d7b64df4b9ce02d6eba3e648", "region_id": "RegionOne"}], "type": "policy", "id": "0d56898e5fe74ee38aef18d192cd911e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2c83dba9be644b9bba1b96624cb8ec33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c009fa4a467f48a6abb2bbbfffc3d99d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fecc92d77c05471ebe0b4a8857c648c1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d51c242bf48b4cc98765b2492ec644e3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e1972f99146949178999a06e3f7f6ab0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5787bf0cd2f140b8bd32cbd79a266cfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3222387786e540749e893937dac031d6", "region_id": "RegionOne"}], "type": "sharev2", "id": "3100a01fe52f4d09bb78674bb746df19", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d2a97c0c004248b39b79df1414e5ba89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2d3727d41ea54fe794eb37bffa26bd12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9f4183bbe7b749dcbd9cb7bd14c7aa0b", "region_id": "RegionOne"}], "type": "share", "id": "4c736de3cb16481fb81b90580fd19aae", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5bdc274b00d246029e9e737031311a38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d4ce98d86e7d4334bd3826bb58475c62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "21ce371598814045af1ba96aae8ea352", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ffaa9d893647451ca4dfc0fdf1f93a4a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac00c6b5b4294dbb9dcfa4853353812e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11cc35f35066429db5a4bd570ff53ac5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49fbb5d8cdc44265b07a36461ed152f2", "region_id": "RegionOne"}], "type": "orchestration", "id": "820b173a1acd467993fadadfa1ceb3a6", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afe251669f95480d91af8580b5e44002", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85b2b3113154436fa825eb10dfd540e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36bba6932dee422799e954f82f2e02d9", "region_id": "RegionOne"}], "type": "block-storage", "id": "7c278aaad84e40faa8d85c6140777b8c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53cc706619984614b3be392c9137e20c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f0ac6c737f9407ba9c1ce894f1e77dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f75bb050019474390642bbc4070a73b", "region_id": "RegionOne"}], "type": "volumev3", "id": "737baec664914d64bce091757cb588d8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6234f08c249349a4b78947031691f926", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97aa82f5580e4bf9a7307a793a3c5baf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "305e5ad4007d4d26a0fee5b2a8fda8e8", "region_id": "RegionOne"}], "type": "volumev2", "id": "b21dabe51bbe42df91677a13f22f087f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4bdd020d49a4ac8bd43c4ce837bd7d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b22bc517b79427284cadd11c14f5155", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9d03af47b3447dd92608e6b435f1265", "region_id": "RegionOne"}], "type": "volume", "id": "1b1bc61899b245df933717b3fdb791f8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "572f5f3c897943468430a01ba6f0a0e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b9d4142855c4ec19309401d3ba97449", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c9ecdaa228114547b6925d316f51ce26", "region_id": "RegionOne"}], "type": "block-store", "id": "ac9a4ed3d1a64900a65212fbfd352bc7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d0386437058040b5964296c908223c81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bbee5bf36f3847019a1fdb7189d57c30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "82273bc8060548ccb04d86b418c56be1", "region_id": "RegionOne"}], "type": "alarm", "id": "7d2951c2b81a499e8ccfa11c54dc4990", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "08c2bce579b647cebcba52d44c4f6e4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a239dc059d7545e9ab52a85cad842351", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cd5235c3d34b444badf7dbdc9746a0a5", "region_id": "RegionOne"}], "type": "alarming", "id": "2d2a0d25823e42d2810427fba945fc64", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9b9d75ba760a477888c04302add30984", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8e15d932b0264c6aabcd92766ab7c530", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f19ff61472cd4a21909dbe9f7759b884", "region_id": "RegionOne"}], "type": "meter", "id": "193df4fc65c1481bb927fc6ad539574e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "20272da1203f4c718251c1d60c58434e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2e55deceb3ab4a87a0c0ef75cefaf2df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3c2245191e2943f98e5e8dfa0107a253", "region_id": "RegionOne"}], "type": "metering", "id": "6612652780544798b1aebd434ce09169", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "24a55935fe72418c90fc54e271b41610", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ada83de5dded4016a1d068536a660719", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0fb9e96cbd2e4c7f80a5a0727228d1b5", "region_id": "RegionOne"}], "type": "telemetry", "id": "e10365a5fc1149a190426f515543d4e1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2f24e031b7ed4493983ecb6082a02024", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c9c5438a66024948a62fca65a76963f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1e64e6045d5f47f5ae06b1b6f1e51c11", "region_id": "RegionOne"}], "type": "event", "id": "cb1df2e701904bd5b31ef700633f2722", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2e5593060c0e4dfabc58e5dbb3b573c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d40c74b9934f45549fc46e1cba6b7344", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1f6fb728cde74d4ca062e6b6acdf869a", "region_id": "RegionOne"}], "type": "events", "id": "f2021f7948e14055b4b2630bd5baaa2e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "50655847f0fb40a3a1adaab2365f5015", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b8b8cfd0f764499c83b884047400c456", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6c14f7442b114a1b99307050157d4c76", "region_id": "RegionOne"}], "type": "application-deployment", "id": "647a832c57694591834a29df6fa5cd1f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "49d2277d864841ff84012212ce99ff95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "eac8c8d6c9564300a498e3786646d2ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3fb543f2e2f14f078274bb60fc89d662", "region_id": "RegionOne"}], "type": "application_deployment", "id": "54dafbdabaef42f4b1cce8264b760a70", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "146c8de956984d1ca66b3b83a3b02e07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1ef9919e3d04473a9232c9501164c2de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8c5970d2474f46db83999ec1b2316ec6", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "39c7a543313f48d1928778ed00dde823", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2574bb02222d44f9a9d9ada0d60b8b0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cdcf35ebdc4441869b6a2b600211d737", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e9f7e3e983d84da08b9bce9286137589", "region_id": "RegionOne"}], "type": "tricircle", "id": "579c2adc330447b0b03cb0200c0abc89", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a6821c9eec174c2da1d15de7121aba99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "3758f4f0153e43648e4d79c76bbffedd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a76bba4ce50b4fa3a1390e2fe6cc32aa", "region_id": "RegionOne"}], "type": "database", "id": "fdbd6da339f64d699eac2b3af8b8e76e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "94e6068c43ac4137a4e6c54245977974", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "54ad0116c75b478296176feadeb69549", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "98f04e3399bc4f87b4d8693019ccaf6e", "region_id": "RegionOne"}], "type": "application-container", "id": "94391216e8cb4547b7633b33885201f7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8a2789ae34cd4fa8aade57f742e0fee0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "abf3c3235f444f859db591a9e472bffe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5ddb5ec095ff40548571e4e9cb4e82f5", "region_id": "RegionOne"}], "type": "container", "id": "d50495008ce545ed81a8702d0d89fc4d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cabd4fdd71de4574a656974f9342b60e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d1907a08441348e29f75eb64fd6880a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "29519035efd248e79fdd5755ae12392a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b882e21f41df4de0b2bdafed3bfd940a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "935e643b25a142678a985d99c9f3d38c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e3ccfa6673d54875bc1b941f0817a9e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4f22af1b33bd4810ba2d1ea032921eda", "region_id": "RegionOne"}], "type": "rca", "id": "db6d2cbefc634162bb2c1a23c17941aa", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b13ad3d73c954cf9bd35bf6095191378", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2547b872f1294b09bfcbc0ca1d4c2f55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f5dfe8e8632e48a8b20e82631a56bfa1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "744fc88509294331b2ce2e1bc5d2a7f7", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "876279ccc2ff4304935593f5513a3586", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "86dcecb7df2a48a5a80bce1d0bca7282", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "82db6564af614f1da06725901319656a", "region_id": "RegionOne"}], "type": "network", "id": "e5fbea7f67094faea69165003eff8b62", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "695aef3eebe84582959ea3974b313908", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0073cd51154b4c258e726ed5852d1604", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "394e687655da42b2b5299bb031b82e0b", "region_id": "RegionOne"}], "type": "backup", "id": "a20cdeb11e034dd8b620637be94e2806", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "50edf7fdb0d74d708af2bbaa20928acc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "25722c5d4f864ba190104d31810b74ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0dbbd75ae2fb49b0886d9efa7fddc59d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0cd0842588174384a476c6f15603d27b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bf1ed378ebaf43ffba97efe2198fc135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "87eca061c91543458453829cdb35d080", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "73c08e84621a44e69014b8a16c370c92", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b603f6cc4257429894ee191999761598", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3ff075eaf37b4410a531f97e9d1c2b2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5877c76e13c5408a84aa5370312389da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "d2fe1a20b226402bac2ae7002850d648", "region_id": "RegionOne"}], "type": "monitoring", "id": "e64ed18c933241059f4ecb43491b0f8f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d063cd5176c44b598d67105206b7b5de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e42cc50d6e754c2aa48ec028bae08c7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "fa320d09a1024b1e81cfa7a75b858092", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "fd0cffe06f8448368b3cbf072aca4eb3", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "55b9e4b47a3342599139a39f67bf7285", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4eff9026068641a097c8415a314448d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c1c315ee869c45d5a73af5edd91da368", "region_id": "RegionOne"}], "type": "placement", "id": "711abfaa7a8c43c18a7ab33236437b5e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9d920eb607e64d20af15e10cf8e32038", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9b63e512f1dc4a948d661bc4be23b6c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b289ec48f5044d18a714adde095b13f1", "region_id": "RegionOne"}], "type": "instance-ha", "id": "11cf5dc40ed14337ac1d1e0ffeb99779", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0613d893f4b54b299cec4fc4dcb33956", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1f97555dc348456a97ee59f7b92389d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5822d75fbebc47aa90a867f6d634d23c", "region_id": "RegionOne"}], "type": "ha", "id": "775e8435b69546848db4e0defead796c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bbc8e8d24f4b4bbbbd6ef948f6b8c20b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6801ea58f24d43728bb29fa52adf2972", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "0c02b7c9d4fc408493aa74a826527ac1", "region_id": "RegionOne"}], "type": "reservation", "id": "b1bcc412452d40c49237f59a60987e84", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d6389664f6b44d5bbab386566476c439", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "28a1ae5967634a3e8d3fb580d6eeeeb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "53ba11287af2435a8b1df5dda241853a", "region_id": "RegionOne"}], "type": "function-engine", "id": "85db2bbd70394a699fbc3e92ecd7540d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c67bdbbebfbf43b1a1cadc0d0c59880c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "73c041bca9654cef8030b5c6c2238421", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "753f4423df1b4bc9924f75b427e7e632", "region_id": "RegionOne"}], "type": "accelerator", "id": "9c054340cc674cf8baf7295e40e4eb65", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8ea688ed1733484baf95837399adcae6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "34a786c4c2584f898053e1fe041de865", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "22b974bad81b4de89cf3f4bcc20dc50e", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d1556da2f1744c63a00cb41d84fa8b2f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "36381ee2d52c4f6b8a087797c083d3be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1e69d087ff8b4e67ba12f73ed4357721", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "64909ca204324c22ba437bc4cb8dfacc", "region_id": "RegionOne"}], "type": "registration", "id": "b3fbc79533e14c4ea5939620a0242367", "name": "adjutant"}], "user": {"domain": {"id": "46a2259361414116b1cedd26413b9cf8", "name": "d13bca02b18e49868451c2b68d7f97f4"}, "id": "1c532274c6244135a84c0e6c6a90b032", "name": "7220f51837844f368da92dba3c6297be"}, "audit_ids": ["57b6b5719aa743c0a4c2f6029ba17671", null], "issued_at": "2019-09-19T09:04:41.378717"}} {25} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_delete_flavor_exception [0.207270s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,364 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,369 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,371 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,373 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,386 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.299632+00:00", "project": {"domain": {"id": "67dac0f3439a4075aca1161cdaa0c28b", "name": "a40b10e5391942c29293089fa56e3414"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c65cbab575044951a4b0cf6b2604cfed"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "57f12b9906f744ec94b747b444ee6e66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ddbfe01939ba4b2d92c7fd811cb20a69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "07f7c10b76594eb1a2f72e4623a73492", "region_id": "RegionOne"}], "type": "identity", "id": "f836efc613fb4deab66788197b73e995", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ff9f74284bb04457945b746f2cbc5efa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d45b94649eb84869b458295b9abcac8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e98e8ee3f91540bd8c2b207247b67404", "region_id": "RegionOne"}], "type": "compute", "id": "ad4af632abf3444a9fc5d1c500d10ac1", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "889d0fe03cff48668564251ec831a124", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f3215f3947894711941a1ac11f57cecb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c527eda0f6854e46834b4b186e9eecc5", "region_id": "RegionOne"}], "type": "image", "id": "78943d97bf444359b6a39addee5ea42f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "468617d6cac547b19cad88a2b086588c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e65d7e4c305f49e2a771a8b797d62ad3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "074c7a0b1c5448a9806b63fa007a43ba", "region_id": "RegionOne"}], "type": "load-balancer", "id": "57469b94433e4c538ae048c3c8e365f7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d596f3c80434577b15b04e6dd9f478d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60def79b470f46bb9f7d6ff795b910b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a6ddafb46f142c7abd0189e806a9134", "region_id": "RegionOne"}], "type": "object-store", "id": "52895a47f5b547b9b73a34df7e4b0313", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b5bdcaff2446412e9fecd7c493692286", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "15d56a32977d4510a1697b35af79953c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fa820e45dddf419ab6308f89c13ca266", "region_id": "RegionOne"}], "type": "clustering", "id": "ae2d10302b7141fba9eae40211809657", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9dda8df0ce1b41438355c781083535ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2c45d6d973bb43f0b9ccbe0575a1a9f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8b639b8b9ab1430d9b6f3c7cfcff6414", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b5ce1e5faff1451d9e0b3edf0514e222", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6442781307984bbbb17cd4ebe68bfe7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0c21d3f1b0444eeb8aa67d863a89ed00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9b34ab138183409aacd7d4b5779abf9e", "region_id": "RegionOne"}], "type": "cluster", "id": "1204d2a02be44fb5ba54799fb2907be9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4f5bdaf8b84c41fda386b282ef77099c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2b9986d2db084301ab0e9cceb13387ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "55bb51a7edef450d97cd3b2b756c34dd", "region_id": "RegionOne"}], "type": "data-processing", "id": "7fd435eced954e37a4b2e3acb632edec", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e38f7ac6964a4287bd729ab8ece3ed78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "34821f9b3c7d4a97b8ae80171e638952", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ecea056bb3b44d3db0f7580cf19282bc", "region_id": "RegionOne"}], "type": "baremetal", "id": "565d61bca48b45b1930b1e653f22de43", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "68da32dd893e4965bee7240f77ff78fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "16b3d8b4085240309e5fb7649927a892", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e854d73282594e70ade60146bd8ed413", "region_id": "RegionOne"}], "type": "bare-metal", "id": "485ddf118789427688abd49a99b0a3d1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5977f8185b024b42817e194c3f7f3a28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f4db6c44238144c5b7f916a709cc9a3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "99d78d473ca840fb981513a3ac3ceb77", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "fec77eac3c4d4299bb7be8b2a6ffd656", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "32aaaa1088f74d66b30822b46966f464", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2cb193fb0c5d4d14b6c31aa539c46087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1f04df382a0d4e7ba5797371adf1d659", "region_id": "RegionOne"}], "type": "key-manager", "id": "039dbab3169d43a38799d5f25d232658", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eb36b5f5b47940a185769485574a2098", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ad5661f0cb3d4f7fa8e334d39a43e35d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "56a15260ab5045bbbf0bdd2341d71fd7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "046eac782ba640e397619e2b2f9fab15", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2b77f5c778fa4aa3961b01ad4dbfb256", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1fb6ba632bbc4bf69db9c184fe26a991", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0df465e9ef5846b6956c8c4c5543efe4", "region_id": "RegionOne"}], "type": "infra-optim", "id": "706904cd63b740ba9044974e706cf29a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e52204365eff4f71acb8172374ae3302", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c651223c18794b818bcbc36c773ac41f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d8ed6c1a8d114acab1fca058c93cd342", "region_id": "RegionOne"}], "type": "message", "id": "1ae3c09bac6844b582995fc857ea87d2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "871250b8217c4d899f5b0fa872399898", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "61e316ab65784234b4ec7342bc956e95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0056a6dbfe4b465da79dedeac0580621", "region_id": "RegionOne"}], "type": "messaging", "id": "b37a7e59fbc14e76a966e86562f49e9c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9eb0ffe356fb40c4a9ae5df618669730", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c5c0bb87939c4adfbfc77564e3d3bfa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "cde097443ba544808117bbe4b88571f1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0ab41b72623f4a459a71ef6006155b94", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "83b6a11354f5418e828ee3c10b9f91d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "741d51cd490c44378052118ac1a77695", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c577823c5854c7e87f0f9be747ebeb8", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1ebbc7191418449493c90cdee640feb9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "74d727157a264cc0b86b960c6425b6cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9d215b24e56f4a4ea21fc83013877a2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2936789c30824908994e2ac2324d0c56", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "72582907f1624b849ba787d3cabc1a6e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4514d7ac5c7940b8aaef7c3c849a9fa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b28037076e564137a113d0e1105ee3ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1e5697f2a0e84b198ad8f7a15a292492", "region_id": "RegionOne"}], "type": "container-infra", "id": "c8a63776710747bbb7a3d9c8b8d72f36", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "97ad20ed5ec541a59c5c3a1ea834eb5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9ee7ad69930d47fc9439b7fe32c4236b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4377df19e9e142b09664796a7f940c01", "region_id": "RegionOne"}], "type": "search", "id": "fe1ecc9cfb9e4782a83926a137bb351d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4bd2ff6f21c94fa9b5f699fe572b33b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "50dcce01dc3f46cf9a94fd731e51dbc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a6dd6e5f40b64f34977e64d0f5ef69d4", "region_id": "RegionOne"}], "type": "dns", "id": "0db7121a5584446ea60bb556ae9f976e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "37ada94be7794f37952ebd23cb08c223", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6ceed1a5a9b846928e95784c86c8ab0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a77aa0a1dfe04ccbae0a976663899342", "region_id": "RegionOne"}], "type": "workflow", "id": "c79d2527159746e2b8d487bb7db57806", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "04068e14c136417983ad1b11fd80e14e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e879b62c82984e68b383cb422073a3d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1cbfb13ed66f4bdb8eb01676926240bf", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5e5bad49320f4ea58e8450ca712b69d6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "daf3dd4c25ed4b7d84bc6fe0adf271d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9878f088060b43f0be88fd58b6215e3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "5e3b330e5053434788993dcb0640f454", "region_id": "RegionOne"}], "type": "rating", "id": "8b08f6db1b8c43e0bbfd7c60b98a9368", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "380fed0d4bb44e30bb7ccb8e5845f2e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bd09181dc69b42df86c6bbabc797c792", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d0560cb48dbc4489ac586402ab9e7143", "region_id": "RegionOne"}], "type": "operator-policy", "id": "458babb85efc474d9747e68c79dbde01", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4efb4044d46a4a9682151e916c123257", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d3d9e34f314f4add9c5112d9ad3c0e5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "616d5b782833467e86fce81ec69dbd43", "region_id": "RegionOne"}], "type": "policy", "id": "99dcbf0b41c64873a357a5ca3207e61e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2f6db394ac2b42da8acff997882082a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "113c8cb170744b0288ee3e67f7f3c83e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f972cf57642d403ca486b5071ca37bc0", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "51303a54e2214d7a90fc1f3e9d5f6c08", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c3062e3dfc3649c7964c851004e724b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "06b3b106062740a48019cb82c4b1a7dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "120348d014e945c08188c56419e85f31", "region_id": "RegionOne"}], "type": "sharev2", "id": "cf522e2da4ea4dbaafa778f1f68dcaae", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6ddf263f60e641d79c3689bac0f4226c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8ee3eb5b44474b09859e4974dac77575", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7cf62d0efbe94240a7c2a0b6cdec69e0", "region_id": "RegionOne"}], "type": "share", "id": "17aa95bae41e405cadf43407ac20b532", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dfc6ce78d0f04839a41dac0a84ab600e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ee1f225bfa804625b64918e332a9379e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6309fd20d1c44991819c1f19cdbf1892", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f0aa4de74c1641b3860e124a768761df", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82f1d896d8124f32b39a8fad03c928bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5955197382604317ba1a433c136c5454", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "828adee36f36460a848330f93d673547", "region_id": "RegionOne"}], "type": "orchestration", "id": "81b090ee22a04fd5991ff146cc51b582", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9e604bae46a4f67a1d9c5226723ef69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d9029aed05c4a6fba8af9fe5fd92761", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bcf0bb0996e44b78b3d6c2d864b09618", "region_id": "RegionOne"}], "type": "block-storage", "id": "c45f23db04094c759c576982a65e7bac", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a65c36e06314a278d10c8e5b95f1290", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ea71d6261f64c4cbc77b85fe8779a08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6347379cf439447586750706167330df", "region_id": "RegionOne"}], "type": "volumev3", "id": "196f63ce22c24466a265330528b73610", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bbab33ab2b364e498c20b6d4f731b45c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8941ae8e4fa347898bf5a41300d6614d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b02c1c0c89d46cdb433bf542b9672a0", "region_id": "RegionOne"}], "type": "volumev2", "id": "c8c7dd98168b4fbaa6bca926af5ff7b4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "debd615bbeae4ddfbddeed5934b69120", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c0db5311bda4312bd41d8e916ba7bfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64157d5b96e746988f3620c365fccead", "region_id": "RegionOne"}], "type": "volume", "id": "e02a8ed8581f4d51804cf45bac7bbeb4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3aa76feb1a84b6b885e3f5f4dc391f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a7b6f78cc2d4b67a3180752e9e4905d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7b02efed6ec4e3880ac7407c6db01db", "region_id": "RegionOne"}], "type": "block-store", "id": "438bd5f1cf274a2e93d1e37f402483b2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dcd6316df95c4241ad8c82771368ed5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c732b3ea884c46fcb5c9166ab320b55e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "dc82230c933c4c2997947a12d9f07e17", "region_id": "RegionOne"}], "type": "alarm", "id": "3c0b8f7b39df4a4ca88a6c71313383fc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "138861525abf452e93f201b1e5faf139", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b45a4b33433246c1a25d661d45433030", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e5c2a228629f4910bbe356f171d5dd70", "region_id": "RegionOne"}], "type": "alarming", "id": "957240cbfc4d441cbc5f7e89d0a981a5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a29545070f5d4b0191779d6b98952261", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ff4dab1d976e45c4ab3be221d2c73462", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d146e6f0eb934d559f75f543f26ef3b1", "region_id": "RegionOne"}], "type": "meter", "id": "538add9a38ee4c3fbbf7810a665f8f2a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "74e3da413d584cb0b94ef901c5ebac79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8e9622c1a9ea4231b94c6f23549467df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "432f71591f90471aa1ceea20150c24e2", "region_id": "RegionOne"}], "type": "metering", "id": "614d3694f6ab44afa36d979c1216741a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "72acedc680a943558e3acbd3a0e82c83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dd44118b7bb04338880a8c69996dee19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3b12c57bfc0242efb8b5b6f9563c317d", "region_id": "RegionOne"}], "type": "telemetry", "id": "b76994b6383145edb25a934ad72bb645", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f4244714c85744b2a21bba6e8a7c0974", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "60eb1cb85cb946cd8548f10d742c36e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0089c0de525b4877869162ad79b30e66", "region_id": "RegionOne"}], "type": "event", "id": "1273bd434403452cb8d95777cbccd289", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5c862eb0f62544a7a04127d5466d0f64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "92b36b80f7814d8d9c1772f4dba86b9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4429f58bde0047689bcb94c710796918", "region_id": "RegionOne"}], "type": "events", "id": "b809395b39c74449a7cbdaa5da14e004", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bace8f3637064a29b85bc1c1838d0d39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e3c19c21c9074ce18baed86e636ca85d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "32bdbab06eb54f259288b5983db3aaf2", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ba9f8a3361cf40908a043a26faa9b001", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d004de68ceba4012ac55525f7e00b7b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7ac8ddd1eec34901ba892e04c65a3279", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3ec22fd4e63e42ff90383e9e8e727d97", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a5443825f3f14ca391cf804c871a5a10", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8ff433ff3a3d4825a3f09e48ee9e6a66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e0674a4124844379ad734c25a83fd3cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "57e9f1ad4ddd4588ba30dc66caed186f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3f55d43944cf4caaaafb7cf127446e92", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "87a9b8d835354497b9abc648dd8a9ca4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a624472786104fd5863c1d899e4df913", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f28c695ab8434f64ba0a86af3d5f6704", "region_id": "RegionOne"}], "type": "tricircle", "id": "e1baaa4ac0b34f3e9a3de7634bd20000", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "96f99f16df624af9908d51642a8a9343", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "88a8a4292e844f0986c4f15a847f5d07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d9bcde1dd95342ff818120d89e52841c", "region_id": "RegionOne"}], "type": "database", "id": "d2aba82cbb7f4652a534326398dec295", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7e6738174c6c4d95b06ed0cbace6c251", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "69b28beadd154e4baf75e16fca6ff80f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "edd8472b76af4671a90376e5577a2105", "region_id": "RegionOne"}], "type": "application-container", "id": "6b60a409995e4977b8dc8aae8dd8648c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0cb65ed313a54ce29fcf1aa423ae20fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b9d82b0f49644048a416f38588c6b43a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5e12682eb0b940f8b3922113649e4156", "region_id": "RegionOne"}], "type": "container", "id": "3d992f0741d6444b8b4a2ed8d6b82b40", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e184e758f3604f37bfa84dbb520a028c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f04b8732d49742b5b30d930f4d51e5d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5049858c450d4da892d0d0c1c725ded0", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d95626b70772467baf021b18f9af0285", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "648c3bf269d04c3e9e60b31170834de3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f18ecab084d24b589ecf45235300ade6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8e7c6c82957e487a9b1b82fc38cd97d7", "region_id": "RegionOne"}], "type": "rca", "id": "9f1873d8236a4272b169d179104fcc39", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "83f6607d10f34a24845f18ed59d3e356", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "29a83b7d997e4c3aa034474470fa07c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "32cb60180a2946f6beb98034dd8fac7e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0598b9c32582458bb2485d1c4031f3db", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a313fae83455411292857d31ce6716ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7f8dae3118b14edfb324a2d50ea424be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c036e8d160f04513a25e31c8206fbd0a", "region_id": "RegionOne"}], "type": "network", "id": "e889816ed4b540ce9f3d3d0a8a76c0f7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "86b1030c6b924d6e8606de9e611c6baf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "cdc374de51ab4c0e880de4020ea5592e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d10adaf4b9df4edba073d52430c56bf5", "region_id": "RegionOne"}], "type": "backup", "id": "680fd32c166e474f9a5b07afc16aeb1e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6e72b3bcf9c148f8be51d6f09c526d1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "293b07952190428b8a73dbdef7ae109a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e5aec5ff566a42d59b751d66922a92d3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a91f14b1f6fe43f99117e853dba09369", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b92daf721b554e5fb72e220b4e95ed27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "81fdd9176cd64932b8b938befcb1e0ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "aba5ceae529a4b4fbfcb64e69affd7f2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8047ccedf19941c48413e777232e86a9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2c56197febe34242a7ae4a5126e2d92f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a834bd50aed44e5ba0a183a936f8fc08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b55c7e09a1c04a3382eaa645696fa013", "region_id": "RegionOne"}], "type": "monitoring", "id": "0d781e7f992c46b68e247f122954fe63", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0a5f78f529d74f6e8b8a9fc118e2f4a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3e1036a1aa3f483092b2fdd01b24d8b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a3adf62f40fd48119fa8b5fcdae4e734", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7a27cb0de20f47939d30ab6c79de9bfd", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2981ae0e010d416f8c49734797a765a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "d0d36cd4489e41068586dc08d80bd418", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f6633af324d84254b023175a762c2484", "region_id": "RegionOne"}], "type": "placement", "id": "85dc3d08936f40868829e14247d195a6", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ff98105ed8b14552b007d506648f2c69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "523cbb2d7835441fb20aef00ed947e94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8ad0a62fc41649df987df79400e121f7", "region_id": "RegionOne"}], "type": "instance-ha", "id": "cd52b12d419f4326b043df2de4e50ca8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d751b831b58245cfa63934a56926a252", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dcc2cd6b513c468d93134af2b2d392e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d2b47367be804a14aacb2cb96d9771d3", "region_id": "RegionOne"}], "type": "ha", "id": "bd44bae613a84076a292958963c4ea39", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ca6e727f514b464fbefc29a81125b4e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "be627d200a7d418cb6410969423dfc44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "9290db7381e345bc84bd9389ab7d9161", "region_id": "RegionOne"}], "type": "reservation", "id": "3cb2a90d0c3e487aadedc9194d813ca2", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a314fa3285a644d5b864d2bc9eba6d46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "578e53d9d0ff482a85ff3e89ce1c2a90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a86695b7852846a3b0b8406af23735cc", "region_id": "RegionOne"}], "type": "function-engine", "id": "4e15f8e5b7a54925babc3b1d7f247cb2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c082c1a2854e486a80bc1220d8f1854f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ef19fc7d584b429caa58a5da084087f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9e3cbef8fc454206b34a7613e13b5a29", "region_id": "RegionOne"}], "type": "accelerator", "id": "39e78f39753148b6891ed1a0e5aece0f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2c55269530f3467e94dfc148475468e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "26b13c0d3b504c05bbaf195229707436", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cb73978f06cc4894bce056e015080058", "region_id": "RegionOne"}], "type": "admin-logic", "id": "817f0a42595a4e9e9c84bc1208872762", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "32e3b44c61d342f6b3188a6c8c636b3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a6285ad5f4f34c068d2c7bb515b08b92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6bff3fac4c414ef780950d893d7e9f45", "region_id": "RegionOne"}], "type": "registration", "id": "094e4b217513480c99e421249797b9fc", "name": "adjutant"}], "user": {"domain": {"id": "e31e64d772ce45c2b952402af79ba118", "name": "2c103f8197c2406bbe8a4438466b68da"}, "id": "54f5ce159f52488f98bee1d3134fec32", "name": "59bf8dfa4ba847fbb2a52ab0db05d7de"}, "audit_ids": ["85f4b727211b49e580f470d295d17c5a", null], "issued_at": "2019-09-19T09:04:41.299632"}} 2019-09-19 09:06:41,463 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,469 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,471 keystoneauth.session RESP BODY: {"flavors": [{"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "bookmark"}], "ram": 200, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "name": "chocolate", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "bookmark"}], "ram": 300, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "name": "strawberry", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-09-19 09:06:41,496 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,501 keystoneauth.session RESP: [503] content-type: application/json {4} openstack.tests.unit.cloud.test_normalize.TestStrictNormalize.test_normalize_servers [0.239598s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,170 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,175 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,178 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,181 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,193 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.107414+00:00", "project": {"domain": {"id": "6e13c634de984a19abebbddef47e13c0", "name": "a0761a78a6164ce8bcbde2d335c7b01f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3bc3286254244b56abb5a36db602ac3c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "53733efac5b14753b30d30965ad27c3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "64d26f5268234b2fa56f7c3712082ce6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "b19b8ef79c4f4095ab8b008012d3a2b8", "region_id": "RegionOne"}], "type": "identity", "id": "1114014073904598a3f90b1d858f27db", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ad62b13ee268439c96735eba6e4de6f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e52db217d2994d889379ca62b66cc537", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "eea486293af94adf84e76d956533750f", "region_id": "RegionOne"}], "type": "compute", "id": "025e214f127f4739bc54498dd5acea29", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6206812b92854fb7a9487b3f3bb1ab0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2155bd501b114be7aa2ea8f8b39311fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "dbcc5fbe06aa4b8282f3909a15c4c36d", "region_id": "RegionOne"}], "type": "image", "id": "7249bfca5e4242caa8f443870bdc94d9", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e2194f2effcf49ac8fce4739fdb9b8e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bf63ded1fac54761b2e4fa941aed888d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6ccf69815d33432a909419289775c2ec", "region_id": "RegionOne"}], "type": "load-balancer", "id": "5f061e091b724109a7ad6f2dc00c858e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32c226e153844de2a20b4d7bdf1a8f77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e16b840173149a09efcd906f456f7ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "747bfd9d8a06441ca27e9225c498925e", "region_id": "RegionOne"}], "type": "object-store", "id": "2a40480fbf304d9fb1fb0366acad850e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3792d1cb05ec4b83abf8573f520f9c57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f0e9431de55d47aba0e1333ab04e45fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0a63b670008949408e3fcc446acef5ea", "region_id": "RegionOne"}], "type": "clustering", "id": "5ced6e0ce3c44b3fbbc9c763b5f5fc02", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "61253d79c3764b188d86ae3fd2fd5217", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9af78e26540342a3b7d9a351659fb4fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "075f30733a17447e8261c43d7bddd43d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7f898195c84146acb7aef9a783308e2e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "25f8c9da13e947eba70b3af794808c89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b578411da82646c890ac20741c327323", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "346d65ee9826489c9a75be5b7d90b3dd", "region_id": "RegionOne"}], "type": "cluster", "id": "f5113d2f3e574cd6a7b2516d6d5b03a6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1b6640e985a14ce89358a1e11498793c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f30b3713ebde418980b76bdcebed0d9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d00b82c6c73a4e3fa91e7b187e625f84", "region_id": "RegionOne"}], "type": "data-processing", "id": "496871e5eba64f5e832d64f6d25e8412", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5fc66f247e8242b39d6ccb87c1f13f2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d1243cc80d2a408486516665b723f470", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ef86e11b8f8146cb8af23958041e8be1", "region_id": "RegionOne"}], "type": "baremetal", "id": "266ece71da3149d28c03eee1156b8c0f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "aa7182cc1a024de0a952a4d9b1c6466a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "01788590ed4348f1a18e313c1de1393a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6244cf3c957244b0a3790eda1994155a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "559311c961344c4bb8a177c227d03e5d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3ddcadc6a9034c73b1c14e1020977343", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3e4df4ee31e149108eb6e733d4ab53e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0afb9db4fb6149cea16169cddbff5b9b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "422ace3574f240cfaae93f6fe5db836c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7a0e11723f7d48e7937a0ea0f8aacddf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d7ecf26d8ab84f1aa4f75c0ef037faed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "58ddf4eaec3c49479b9d5975e7307b6a", "region_id": "RegionOne"}], "type": "key-manager", "id": "39d3a248b8f048288b51072fda9045e4", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6858a99fefca4f2787e002dca02532ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "da2508d5ac644b4c9dedce993eb3ae1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "78363826099e48468a633e4986ca961c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "bb065ebec5ce4349aa6608b5f376feb7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d022bad155ad40d39bb5dd2b9aad04e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5ed9bd49ac3e498abf6dd6b8249d58ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a89c75ff96da4ad69e18c6908b1f4087", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ff48839f0b0b4ae9a0160b1b971f8888", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4687fa7e638d48afb1f40965f6890d0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6516991e77ee4f74be1b54445eef4870", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5edabd9facd1405e8aa50ca954b8894c", "region_id": "RegionOne"}], "type": "message", "id": "8bce8f5d017d4db8a45fa25193424d77", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2ff5b9dc64cc44dc9f9fd4b60468d167", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bc101122cf6e426fa66d7f12e6df50b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "18181a065ac8470db62f8f12f65287b0", "region_id": "RegionOne"}], "type": "messaging", "id": "e8b221c3d19e45d496bc93c4ec6d001c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "37a5d386ab254386b59642a81ce2f222", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "795ee38d235c417097d08776ff19699f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "48f4cdea6f9744d790e6442919d404a1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "89393d7699d5412eb5312ee6518a5daa", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c4892a95290445f97c761812b19a5d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e9088858c9564e9da091d7800451bf2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c43885cb29d64e0689608ff2174e23a6", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "64feb032fc3d4db8816ecad0a0b9a753", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4735f944c9594c9a9dc1ffaf1a22c1fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "993ee114dc39461a80e29fc5e1bed4d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7a895068b294466bbaa1bf71a21afd8e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "78ff61e41d2f4e11ba089808fe39ebba", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7aee960972da41d7a86cfaab16b2c825", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "60db9d1108d54b9c85a9610982e01a3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c139677cb0546258dbb89bc88430551", "region_id": "RegionOne"}], "type": "container-infra", "id": "bbad6f5cdeed44548dca5d07c01da14c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7252d006cc584b7cacd6d0f5ce484b22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5001327458504ffab08cdc945ca68fde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9f9b3a460d044ea68b73a4ff81d52f76", "region_id": "RegionOne"}], "type": "search", "id": "e1850bb8c77047bdaa67d305656f051a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "26ef7278d5974246bd2a9e74ed6d17f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "7f9c2ae9131743218409d72eff031617", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "93d0f533052b41e8a8f2c829cbddc182", "region_id": "RegionOne"}], "type": "dns", "id": "92900f3ce2014db38e73653f7c06e5af", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b5caeb5c10ae43f880733f9b37a22bdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d7c9b97ca43449edb83e925ff5a7d35b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "40f88542083b4118b8bdaf06b0f713b4", "region_id": "RegionOne"}], "type": "workflow", "id": "aca2a266ec014a06927b1d08a9474290", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cf4c1c2848e141ea982d74c271591ec4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6cf230eb0c984a33b99ac15ee109b3ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a95632259dcf4c998dcbaf2d84353c35", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8dcbc81c8d9141ac8d798d64fe50cf44", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "96f134a0179a4cb1a76fb0a49aec0fe4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "59a6cc71679c412a9e1922df89c4b13f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6b63f89372dc4a38a2f0ddc4796f4302", "region_id": "RegionOne"}], "type": "rating", "id": "034303f7a28448f5a93ea3a8e492753d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b510275d65ad47c3867af31286d94210", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1d48dd6bb8f54b4b866f83f65603e74f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7202a74908c940108ebb71377b8fb06d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "68d61f105d2f4babad34f1181aaca112", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7058c071e7094364a08975104625bf7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1edadd9986284643b19c114e296d85a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8b5e5ea8b55c42f48c736cfe017f5d76", "region_id": "RegionOne"}], "type": "policy", "id": "91829d9c7f90410d9d80bc7d7a8451a9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aaa8c754d17d46718bf38646fbb2baf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4a528e93f7a048a3bc29704b6337745b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "35f776c3db6f41d4994865030bd686ce", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "3242de6f03424ad9a9f7ec2dcc0aa894", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "377abb77fe4643219450308119c61c97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "981a03432fb540fc981583062c2ac84c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ee77bb3f8d374179b24188adaa9155ec", "region_id": "RegionOne"}], "type": "sharev2", "id": "0d1b69d302604f0682b8fe09ca9b35ff", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0866401eff974783a50d99dd26b7c9e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7edbfe15ace944e9a5cfab5be904062c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "56307c2290704e91a2a10afc02a6470e", "region_id": "RegionOne"}], "type": "share", "id": "4e226c121a98423faaf44ed6aa4ff02e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d95488ba972e40b1b667f052b225ff42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c192b55211e243dabd3df224e17f8c1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9266b99940f14b089cfed28812e92fbd", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3c557e9611614d3daba31cc1114a6250", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4603de62d4c04c6a802215ae5aaa7127", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56289599d5394d0c8d31882317451e8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66204c372d9f44739617284343ef1200", "region_id": "RegionOne"}], "type": "orchestration", "id": "e07e1da730334adab0cc0399c7a162e6", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8dc93c21bf1f44deaaac03ca84af1a42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0f271e2c51440f69f75b3163fd2408d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "912e3e8d03e14735ae720667f89dc2c5", "region_id": "RegionOne"}], "type": "block-storage", "id": "2c580889b5b34f7fbe31cbd58762a24c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "216346ad0ccd40a0a353f02ea703659a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ed8181795854754a8a6fcab17bc6259", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b56909e502164fe2963f1f80e6d10a48", "region_id": "RegionOne"}], "type": "volumev3", "id": "4d5b84fd2cf44617a6ab5d9e5adfa1e3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05d447e17ef54be6a3f096c3c10ebcf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b65c5de615fd489e969091ea0cf9c03c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef26b17d1bff4d4697f6d4b7821d26ca", "region_id": "RegionOne"}], "type": "volumev2", "id": "32a5fbbca5a147519cc2d143d85469bd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73d8861a2b5543e492408e86a116b0a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20186045e1734f9b88078020f9e2f908", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bb44033ef7742b397628128253af694", "region_id": "RegionOne"}], "type": "volume", "id": "f948014998a44c499151fea63a86727a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1198cd4cfef9444b9b775e608af01c17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e9ed00002984d3c8403c4593356007f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "138cb58e02d6433b80b0c45ee3bdc6bf", "region_id": "RegionOne"}], "type": "block-store", "id": "7a9b2f66b1394e3e9d05b6037c969371", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "46cfb6c804644418b8d28dcb98cf52ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6b926bdc12cd4697ba6e8e6534c3cf63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "405631e993b944cdb6a3516c8dff3483", "region_id": "RegionOne"}], "type": "alarm", "id": "362ee53ac3714e68a71af3effcc67927", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8e02b71923c049eb8e7ee3aeef3b6b08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cf2da907c1824201b0ea2c55335d922c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7a7e79d0277f4765a75bdf814da62e60", "region_id": "RegionOne"}], "type": "alarming", "id": "288040b259aa4c44bea8330e6aab50e8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a6be01eade5a497ead5590499353c0cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7f4fd456043944949e94482a85423f6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9d273f063f0c4f80a2c6c439946a6c20", "region_id": "RegionOne"}], "type": "meter", "id": "9b0c03661b3e48ab8d0adf1c830cd6f0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f23360a1fdd246b58ec97ee673338f95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f27f13cb7df940128e4c8afac495ec04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "911ad4b1a1294946971d07ca4f7410b2", "region_id": "RegionOne"}], "type": "metering", "id": "92ce515995d74b8ebac5286091fc4672", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5a95038eed8a4e68a1e30e47864b0f6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6637e7f7b56649d1ac072aff1bd9694c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "eaefc0465d1b4d268fa70f94d1a4b007", "region_id": "RegionOne"}], "type": "telemetry", "id": "eea1ef53936e436e9c0fdfb4473d740c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a605ed9658ce4c7e82f50f0370d3724e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "173c989d1cff414aaa803b2e84ee30c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ee953b3e2b804b42a5388aa6b8180426", "region_id": "RegionOne"}], "type": "event", "id": "1c2ab1773a1d49598926861d7a9e887d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1dc4fcd2a2da45c59e72f046fa5518bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3561c9e701184f60a436c2ea71731f75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "77427f0e71f74426a430318f4ce9ebcc", "region_id": "RegionOne"}], "type": "events", "id": "fa376246c1a744d9b235f55b8a20ab5e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "87b8ccd4eee04d1e9f2aa58dd19d40af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ccda1d0b5cee4fc9ba9a06ca44251af6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a7d43bfd2b8b43c3b568715b6f946cbb", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b4a9d372e3874ada92d21bafcbadf19e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ee4972f6c9a44444bb308feadffd60b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "edc1e68d07ca4690b661fdce0902170a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f479079471484b96b3a66d631618bf0d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "08fd9f71769543f59bf1422c9b0deb36", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "adb7c7bcb9d843de87a0f49f2b991495", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3f4efa6a677b42dda5268e42274ea44c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c3a3a0b17e0a43508b729c9ad58c7b28", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6dd431817b984a5b994de714dce985a0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7f4dff4e329241ad82445e6980e4ea4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a5a4be372dbc49c2ac38235905ffd595", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9b815dfc76cc49eda5652bff63e2605e", "region_id": "RegionOne"}], "type": "tricircle", "id": "e15cb8efc7c6427899c3caac43de02ba", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ad1f21bf94a0433ab000180fb6d4c284", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "eabb51cea8204aab840ef5f4f65a4f70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b753d2cc58ee4e249476a38441a6a755", "region_id": "RegionOne"}], "type": "database", "id": "22d752d817d04bf0a2a14fec53c77bf0", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e2cba3306ae04ac28bebf96986eef651", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9a6a1fe541ea42779cb13be9e16fe140", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f14b0b315c974491b7f85bce93343feb", "region_id": "RegionOne"}], "type": "application-container", "id": "ef2e6ace88d04ada91f7e873bc531f30", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "729222c006f447b9805f22942d2f4aaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ef4f562d5080451dae9c9d22d00c57c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "746852e12f534f19b0fb8ee48c1c6742", "region_id": "RegionOne"}], "type": "container", "id": "62f44fde52e74fafa98de3aabac32e06", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8b9f72394a104bbea36a627d2b1248d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ae2121626a2d4b1782f186c5ab29a0f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "933df0a127394f45b6c4b23602ea264b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "89ef9703ce7942a7a6338e53e0159095", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "61830b0036854e94bec739befffbf660", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4dd98d008fbf40b9ac870d426f5cbcd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1725222439b0444297adebffeb2c607e", "region_id": "RegionOne"}], "type": "rca", "id": "eaa0d961912545158beb6b201223906c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3df79202716d4fc9a1d7e56224081152", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c5d706781beb44799725db23e13534fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6952a51c119146f08d673eba27fe4a64", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "9e8e25eb95dc46c99c9da74cd2d35a61", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "308a28a84b26443487d3b2ced1f3d444", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "0559502dec8a4ad1bd520cd9c1322950", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f71d45a4787c4263be50e72b7608c04f", "region_id": "RegionOne"}], "type": "network", "id": "508c91566fc94e4e80fc30866703977f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "eefeea54a7eb4c73a0e2ca7aa0000046", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "eeac7eb55e184cd28b4eba283edb3f91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "5087a10857fa4b538b6749697c5a127b", "region_id": "RegionOne"}], "type": "backup", "id": "c7d0a47299a0494694cc14e0db295f21", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3aa46b481605443d9b0d00623ec58c53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d995a644530040b0a904bef449a63097", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c8b9bc700fd540b7a9c3fdb8f9cf71a8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "36f36185230f4b04a6a7b76817a32e10", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b9465edb494847979d62bafb8bcbc3dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3652f85e95354fd6b44614fc0fbd68e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "19f5cae9aa61450c8c7f7d709a573f6e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2955ddb8feb24edd97d106dc82289989", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "af344b7f0de04a1b9a29649e74a2e2f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4f68c1f3041341d5927e6f3576eee8be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8a8cf9d8fc30441193ed89bfe5bf511b", "region_id": "RegionOne"}], "type": "monitoring", "id": "06aeab68138c449ca01905c5a4f90e9e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9b5d7fa1cd83400791f3a90c02d97e2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7bb04e91aeda4cb3a44422d678b30348", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5b44054fd51a4c13aefadf2ece6cecb8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f7a437ac6d55470797813e404f959654", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4440047ac0e34a03813f857586d5fd45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2898efa3128d470497242e21154633c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "00c284cfe6f64444983174c837607174", "region_id": "RegionOne"}], "type": "placement", "id": "72b6c7ff34ef44769772e8ecf359cde0", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "24a592ac6f474780b2c7ec129bcd075b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "db6e8396ef3b46b39814cc6b83e82ad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6cdd8758cebb458f819e28193cfbb383", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c07846ab1fd34449baf10aeb012c46fb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3d5fe0acf5404f52b16c3584d789b37b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "78783f60e83d4a3bb442f9ab99c5b054", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9c08ff3280764f65858c0dd83b0a51f0", "region_id": "RegionOne"}], "type": "ha", "id": "6e7c0db660c54b4a9827e9809a8991f9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a90fa18514444268ad8428477eb13609", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "306dbf1b4d6b4aee9fa71826a95884d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "902e95ce01e04661a2f3885c4b9b7b6c", "region_id": "RegionOne"}], "type": "reservation", "id": "32d9d6ce0bed474caab29fef45e97d6d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "07faed155a774e0f8877f96f8e973cb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1f3c084d1f064bde98934a4ba918cd64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "7e842242f1204118931f9b86b4231d44", "region_id": "RegionOne"}], "type": "function-engine", "id": "5ec967660fdf4d42aeabb351dc1b60f7", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "21b3c3ceed844e00a1cc54f4400fb101", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f094e5df639c4783a834ffda0ef390e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "48b7c06912a34c34b0543c503f1c3cb9", "region_id": "RegionOne"}], "type": "accelerator", "id": "0b479abcd4aa444593379846fa49cf77", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "636954922273401e8a96da594e19e2f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a0e8fe6e43f545eb885c720be3074264", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "926e976785694377bf153e72f8de464c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f46f8285d39a4a14a5ba886e86f3463b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3483cf7acc6849af93676975a4029aba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a32e5fcb57f449db9852955d664c6eb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "730d8330493b4fc6b0e3521f11860e85", "region_id": "RegionOne"}], "type": "registration", "id": "4fee0894944f4afa979094b364818388", "name": "adjutant"}], "user": {"domain": {"id": "a2c1f45739834091a7738ac15b66be4d", "name": "284fd135ad204b60b5d65434aa83f8d0"}, "id": "3b19651ddc76403ca1e27bec63923684", "name": "f50584b738904f048e9ce7a07a0cb6c2"}, "audit_ids": ["27c86bb0b745443496f9368591efbce8", null], "issued_at": "2019-09-19T09:04:41.107414"}} 2019-09-19 09:06:41,280 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,285 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,287 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:41,310 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:41,315 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,318 keystoneauth.session RESP BODY: {"servers": [{"status": "ACTIVE", "updated": "2016-10-15T15:49:29Z", "OS-EXT-STS:task_state": null, "NAME_ATTR": "name", "OS-SRV-USG:terminated_at": null, "links": [{"href": "https://compute-ca-ymq-1.vexxhost.net/v2/db9/servers/811", "rel": "self"}, {"href": "https://compute-ca-ymq-1.vexxhost.net/db9/servers/811", "rel": "bookmark"}], "key_name": "mordred", "image": {"id": "69c99b45-cd53-49de-afdc-f24789eb8f83", "links": [{"href": "https://compute-ca-ymq-1.vexxhost.net/db9/images/69c", "rel": "bookmark"}]}, "networks": {"public": ["2604:e100:1:0:f816:3eff:fe9f:463e", "162.253.54.192"]}, "request_ids": [], "hostId": "bd37", "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2015-08-01T19:52:02.000000", "user_id": "e9b21dc437d149858faee0898fb08e92", "flavor": {"id": "bbcb7eb5-5c8d-498f-9d7e-307c575d3566", "links": [{"href": "https://compute-ca-ymq-1.vexxhost.net/db9/flavors/bbc", "rel": "bookmark"}]}, "HUMAN_ID": true, "security_groups": [{"name": "default"}], "addresses": {"public": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:46:3e", "version": 6, "addr": "2604:e100:1:0:f816:3eff:fe9f:463e", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:46:3e", "version": 4, "addr": "162.253.54.192", "OS-EXT-IPS:type": "fixed"}]}, "locked": true, "name": "mordred-irc", "created": "2015-08-01T19:52:16Z", "tenant_id": "db92b20496ae4fbda850a689ea9d563f", "OS-DCF:diskConfig": "MANUAL", "metadata": {"group": "irc", "groups": "irc,enabled"}, "id": "811c5197-dba7-4d3a-a3f6-68ca5328b9a7", "os-extended-volumes:volumes_attached": [], "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "ca-ymq-2", "human_id": "mordred-irc", "config_drive": "True"}]} {22} openstack.tests.unit.cloud.test_inventory.TestInventory.test_list_hosts_all_projects [0.064791s] ... ok {6} openstack.tests.unit.cloud.test_image.TestImage.test_download_image_no_output [0.058778s] ... ok {6} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_external_ipv6 [0.063096s] ... ok {3} openstack.tests.unit.cloud.test_project.TestProject.test_update_project_v2 [0.205765s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,507 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,511 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,513 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,516 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2019-09-19 09:06:41,598 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}7c18a248e30a80473abe386bff27563d02d11fd18edaae95c0e0fa8477575305" 2019-09-19 09:06:41,603 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,605 keystoneauth.session RESP BODY: {"tenants": [{"description": "projectDesc-2", "enabled": true, "id": "8270c412b0c94ae19d67e9cb231044c6", "name": "projectName-3"}]} 2019-09-19 09:06:41,635 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v2.0/tenants/8270c412b0c94ae19d67e9cb231044c6 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}7c18a248e30a80473abe386bff27563d02d11fd18edaae95c0e0fa8477575305" -d '{"tenant": {"description": "projectDesc-2"}}' 2019-09-19 09:06:41,640 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,642 keystoneauth.session RESP BODY: {"tenant": {"description": "projectDesc-2", "enabled": true, "id": "8270c412b0c94ae19d67e9cb231044c6", "name": "projectName-3"}} {5} openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure [0.356785s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,254 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,257 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,259 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,262 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,273 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.211944+00:00", "project": {"domain": {"id": "56be405c1edd439fa300bf9b34896e2d", "name": "013914042f2142a186e48063c723063d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "476f645f01d244a79c9d3fca05e04eb2"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e8fef210959746a8b46c4508b83586a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "10ed9d0c67104b7faf54a614f22e7724", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d3ee6d83338344de97593202892e12cf", "region_id": "RegionOne"}], "type": "identity", "id": "94795024721948da8e73ec28ee118aad", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e7bce288f8754277a33fa1641958239c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "72987004188540b9a04e35769f8a6133", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "59f63bdd4b774dfd9508c292aca94e0b", "region_id": "RegionOne"}], "type": "compute", "id": "5f2fd7808fb34a89bb8b9a22141c3a7a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a0418b5263f742389a77218cfeec9d81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ea520d6afb294458b22c7835704afb5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "7632be96810d46179367433813d09bbc", "region_id": "RegionOne"}], "type": "image", "id": "f8b246b4d90b42ffa13564ffd9e32e9d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a2783082e0124cbc9288bba1de5bbb13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "68b3e0fdb1b14253a2fc2f654341f3a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a869c609d36c4fdeae557f666223434e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b645079fd39446f893c2cde071b39889", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5b79017c527464a8d997065f0585644", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0bf11ea136547db9ea772fbc5e7e4c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97261aec2a614cc48326cbe43d77fb86", "region_id": "RegionOne"}], "type": "object-store", "id": "cd137eaf4ba1469989b0f9e2c25d43a0", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6bb12fe2df0a43cf83b048b88dcaa98c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a484df8e96b54287bba978137c5a133a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "726450e5e44c4933b1fd9994ff23e227", "region_id": "RegionOne"}], "type": "clustering", "id": "fead185b9d7a4b74ac0af750ea851ba4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "75867bb0bdd44c078db6558883ca6ce8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "add018ecbf464c0a814c79b74c78126d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "af66d5f6b3d84d7dbc8cebacf00dab89", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b6870bc4aaea4cf3ad69bf4c19bfe439", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0597aa94471042a3838cdda7a38dc88f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9aca5d362b6045fc919d3e42c161ed76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4702b2692daf4678ae8e9c4d13a9c08b", "region_id": "RegionOne"}], "type": "cluster", "id": "b7f7b8db103b4eee9308f9ff4a042b86", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "03f85b20bc934807a3569d3aaad87ef6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0c5c200a48534b8e87620c4de514fbf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "592b0920b41344e1942b193ca6bc20e5", "region_id": "RegionOne"}], "type": "data-processing", "id": "cc8bfdc7b2924960ba31c76f90dc4be4", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "36732dbc18c14fcf8cb31b60b1abeeac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3c21bd560dc74ebda56965703c8d8e67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8bb0fdef74894dcf8b5a9da299581722", "region_id": "RegionOne"}], "type": "baremetal", "id": "2ffb9a2f4b6b4500bfd476b11e1b8ca5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6839054ed30a417b8c3caea8aa060223", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ca5921aef71c4400b2036e94698ebaf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e496cb65d0d14e0a86aa5710bed049a3", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a645a5ea06c040ca9eff4a274f59fe52", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "59169a92c1e94c45addd7b42676a70ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8a41f440016d440ab4a938e7772ca33f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f826bc39808d4077ad2915a028aa4aae", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "bafb76199dad486c89a253718479d8d6", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2728f337f83f4cdeb546119654d766a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ff9a992551134bffaf1ca26db29b88b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5fbee774b60c4726aa5fbe722487c839", "region_id": "RegionOne"}], "type": "key-manager", "id": "2a9bae188e9f4eb1b3cb6a5b103765ab", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d5bfd575dd3149298331272d252b17f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fde0938b73394ff88f919c0d42adbdad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e01166a0afd1417689f573c379531ac2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "bcc32399e18e400f88f04258486a6c99", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "962e427744364a9c9f59779186abc9f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2be0b331ae6f49a7a1a94d64d47c66c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2d44290919d040a38cdec361e8576407", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c8d050edaae643f48e9ef848b58fcb04", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d7d840712c454d13bec8b4dd3e95f6fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c05b58deb3f541cf88351bccd0cb5065", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cfdc21e2d55e45888c5ff29dada1ca60", "region_id": "RegionOne"}], "type": "message", "id": "c89beddeb850414aa18e5dffa051fad0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c622012a4ebb49cfbf2d48ba9c2b01ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f85e330e9d314b228c72539624e7c1b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4c1d72c89132417daf83d665e3603b2d", "region_id": "RegionOne"}], "type": "messaging", "id": "7d912584e826439b9105d87ce8ac5e73", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b488e9446009464ebf50756246b4c1d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fd1fd35c8d454ee9974a298471a23897", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b36884c1a020434eaab64ef59f0a33d2", "region_id": "RegionOne"}], "type": "application-catalog", "id": "29c1d50f1ef444cea51abaf82c7ef7e9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "affeb4fbb6654260b833b3a7d482a297", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f9049bf6718e4097a17e98ca534d1630", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f50807cadb84e9b9fdb38d1914eb848", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "05e019490a8d4edc816887e867d1d4c2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a18d68d341bc48cab0c97cd36b03f88a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8bbd791ebf92474881eaa8a61c91afb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c41673634f8c498499d42ec22fadfcd5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e66f4764c4a84258995d91cb75d89d5d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0b740a23c6564b1eab97314f039cb7f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "db084fa9bfb24e9f981ac49b3bc1366c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "20f890d4c6264766b8af1cb64c2f3b18", "region_id": "RegionOne"}], "type": "container-infra", "id": "4599104dc807486d9aea30338015d96f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5c4fd5f2a51f496e869847f3848ae518", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7a715ce6b225498ea0546f0a43d1cbde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c91e9abc9db3496a88aa0ab479da7cba", "region_id": "RegionOne"}], "type": "search", "id": "49df183ac95b487eafd026d6ee37dcf2", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6e2f7015354d4040ba6b626a96b727e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4b6e95f3c7dd4fde81b8421f47748143", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6e76d44f176441bab55781a8ef2e85bb", "region_id": "RegionOne"}], "type": "dns", "id": "cd1c515e7dd84bcc9a29148749a26f32", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8bebb95f97ec4bdb8ea6cf88bc476e3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "29e92f699611455c97f623a3d6553321", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2fb6c3d914364f47b637f4aa3b661bd5", "region_id": "RegionOne"}], "type": "workflow", "id": "e725397673dd477d9f5acff0167f73fe", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e0ae065a24eb4cda9dffad3bc6974609", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "41529f8f2f1944aaa487a0a5962da1c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7351df6862ea4c5caea4f080b024d25b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "858b3864d4044743898b998dea55a00c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "fb67833fda8c45bb9d64797c5b15048b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "50913085008541528fb62334ffbbd5b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "66f78e25a8d9407dac5dd6c3a556b97c", "region_id": "RegionOne"}], "type": "rating", "id": "629aa7189a164fe5b72d0d0b5035867f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6d81a32a4f7646388c204a817e23ac7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "70cc125faf5f40fd8f8b51d541bccd84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6f7babd58c7a4675a119c4b00e8820cd", "region_id": "RegionOne"}], "type": "operator-policy", "id": "75a86a296f46483b886b5bff2262f169", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4897eb93a05c42d1ab21e2d9c3b82cc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c62fde1e26e94bf182cc412c7ae3aa45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "304b84728ea443f1babc69270d00a00e", "region_id": "RegionOne"}], "type": "policy", "id": "059e904a915d43d7a9ee345b93987d40", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "39ec45fbf5db47cc8d15da5ead8c6eb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "50f136599a094c2b9c42163def51f343", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6de84eb1cbe44557ba3c15fad8b490f8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "fcef9e469e1648a29c39ec25cffa70bf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "305867af9b1d4fe1882c5ff86a263d86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c6456d9d4e2247569c9bc124142bddd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8dc8a861f34147ac9ba5269ecf4a58e7", "region_id": "RegionOne"}], "type": "sharev2", "id": "156ed996323f49d49a6825d8ab16b3cc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "720047c7a99140a6961ebd09e158bc10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a741f883aef945c7bc5829b16b446c1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "259a85102b264108a1cbbab91580bfb9", "region_id": "RegionOne"}], "type": "share", "id": "44938aa937284ecc998a5a0de615e6ac", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dfaeca9e785148f892980776e10f5415", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0c6b166af40b4436a9ae480d1256224d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "662c1fb4c45642658278d6ab48222868", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "45e6e11431114f429b3b0e49c0421767", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "374d22bef8514e1a9957f587ba507247", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1136f3a0786a496aa6fc1c9e204434b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9d03e3ea01048328dd9066bd7758488", "region_id": "RegionOne"}], "type": "orchestration", "id": "fa8f8351bd6c4136b78aa2550ef64d37", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8451eff34aa0441bbed16d96a80519b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fdf6680ff9ef46f8a9fa5efaea2fc996", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a223bb53f6841bc97a4e7a76f9ab6ab", "region_id": "RegionOne"}], "type": "block-storage", "id": "1f1f398ae68c4119bb00540c4df84e7a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c08b05df3d904465b4e9596f3b806f79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a660434f1ca4135a80d0a328a9cdff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aac3d4e30da84957aca390e209060646", "region_id": "RegionOne"}], "type": "volumev3", "id": "5c90a01cab1440fea268ca4d07c9ec50", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5bc1aa3c3cd415e9080cef87d7688b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "582ff8fb230d485c8e32350546b2704d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe374c788cd94d3b932c31f2e9d00cf1", "region_id": "RegionOne"}], "type": "volumev2", "id": "b3a44c791a82481ab3a580f84562ed81", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db2d1ddd4b4d472896a4dda14963b08d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fb00eb69caf4e199cad14a748315a7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c69096f5f69a4e5e83c5217be8ffde1c", "region_id": "RegionOne"}], "type": "volume", "id": "02b438b3b3854738a3675fd9b0f99c2c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "723d617bc46346c3b859987b6b7b768e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a64f0779ffa4fb1acb905ebcc861553", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "871cddcd35904f33aaae2e7668086a35", "region_id": "RegionOne"}], "type": "block-store", "id": "85f0b26a4d26451a8e599c6c1089bf3c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "592831b370e44f148be3c5d01a8be0b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5a043db780ef45db9cb1dac78928a04f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f8a9c52955b04896b585bef10a33b840", "region_id": "RegionOne"}], "type": "alarm", "id": "491f4c339bee4b95924821d2c7e305a0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d8508484b2da43969cb7d6fbb303426a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3fcc1269e0e84ba58327e48c199c629a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6fa89c87219e420ca3d7447d6c88948a", "region_id": "RegionOne"}], "type": "alarming", "id": "80199161b33a4ccf91d061fc6644c92c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2c4daf7b72004f3eafe59727ff0ffd3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "730c4b654e0b43b2934254619d396fc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fa92706848cd4f5bb32c3100b6a21118", "region_id": "RegionOne"}], "type": "meter", "id": "a03e26e028e94efcac0f1cdb12cfe239", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5c67ecfb9d404fd08488ffc0ac171bff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1e37c172c5684e888606ec15aa2492bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fecffe67918f4df7a43cfb1eb582770e", "region_id": "RegionOne"}], "type": "metering", "id": "f4522c880b814e7581919b664241492a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "86282b1b7eb049c690a5a66f6f799a0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "70ba81dd82ba4d8cb83755fbd9439cc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "84865056c5384a1b887fd06a686ecf99", "region_id": "RegionOne"}], "type": "telemetry", "id": "b657d4ce12584d44a9cd8f3cbcacb04a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "64e95374e8e840c1afa0ca4db87bd6a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5810664424a34331b1132a2e4c321395", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3813d0d639e74a1397dc4f7725e10add", "region_id": "RegionOne"}], "type": "event", "id": "7cd9d65b08b448d6917eb14db16ca5d4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "096b15a760624434a868ebf3d262c6cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "51c298bbe53c413ab1fae920fc202609", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4bc5390ed0594eb09eb06b8bccbe1426", "region_id": "RegionOne"}], "type": "events", "id": "38099ff1877247dcb5dca008afe879a9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "13c03f1745c34e0d86262d111ce04e3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ed9ed6e84bd847d691175277d2d4c651", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0907cfbd37e541aeaeec12b3b0c96704", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b17a4b25e4da4e808f4f31daa2d0d3dd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6ea34dbeface459d8301023edeefa49b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7cb5eb3e4c7e4f9d969d6dd343d68e94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9cff0694d7d841849bc4beea97833cbe", "region_id": "RegionOne"}], "type": "application_deployment", "id": "94b3a9a247c84843b420746dccb0241c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fe3f58b9e6804de883d670e2a1d7bcf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8c0222bb432e452f8ea6a52243c10acb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1c41d9dd0d234911a41e58f302d5090b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "923ec5bdd75c4ab18788c76c41932d1e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "554eb43af45449ecaad793fe228f06c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "068d44cd8a2d481780e8956bdc3ebd40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f45dce0499334eb89552c08173aded4c", "region_id": "RegionOne"}], "type": "tricircle", "id": "fcfae9405a8f413cae2dad7558594766", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "220698c66ce2433289403a4249db1761", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "dfbd1c85c9f746e1a14f5abf1862b8d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "22d7273ca6b54fc585272ee1c809c4d2", "region_id": "RegionOne"}], "type": "database", "id": "e78a322ea1ab44fb91d42278811e6dfc", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b88483e72f9d4b5d9e20722b71bf8664", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1076cebc2fb04351a7f868ef80fbd321", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f9286d3c6be141079e1627ce760c1292", "region_id": "RegionOne"}], "type": "application-container", "id": "914f7e3f31c54f648d174f9779129fee", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f9c9cb182c174c89991bcc44ae02bd7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "22cc4f50e9944461a722c07528f5c327", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "504541d2f36241b2a3959071d0777f25", "region_id": "RegionOne"}], "type": "container", "id": "fe6d76333477410da0d511f7eb123024", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7fe4c49de8b94e0abebe68423fd32204", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4338b9dfe4c345659c9e1a5f507ade12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9422e4c3ea2d423d9813ba0974aa745a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "02a99e83555148aea34b31781ae4019b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e29627dae65c48cd9344da7a85e6ea74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "34e595541fdb4c5abbab54f20e855f2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "37c6f4256ffe4d97bdb641aff0ef3804", "region_id": "RegionOne"}], "type": "rca", "id": "30f5f3d142a0402fab480a889af2fa56", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a5b40a9d9e2f4327a02eccf4f6a1c9ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b479203abced4c8abd69c24d9f6c13e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b8ab54b837024d89a7d88bbaedb96bfc", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0b745489117943159aa201fd3e3728aa", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "8060882cc3a44f4b844609a153ff1712", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7bb0a70083364aa28551ba15e9d73c95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "5e2cdd51bf5540fe996eaf6eca0899ae", "region_id": "RegionOne"}], "type": "network", "id": "55be0d77be3944bfb9546514b7ac562f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "bb78c132dc164ee195a9c9de16d6cc9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d722e40158bb4afa9b2cb5a1dcdef0e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c5b5f0e0229f4ee19f6857c984882527", "region_id": "RegionOne"}], "type": "backup", "id": "ebb79bf085974479a07f85c16fd83e83", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e548a26442c44e46a79451c293da3595", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "14259c2595f24d6595f5e04660fef04c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4b9b90c2feec4702905777a089fb84db", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e35824e34003421dae5ad86716f7b6f9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6ab3ab1d663147919053e1f5f2384987", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "17ed32541b574af99a17560e4174f059", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "28d5e292f1b948818e8c851f6ff181ab", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3a974275fb504834a339a62955b57742", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "936bb7ad591b4b4c80f626a9bd80549d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0009a633a34543298d049ec23ba3dd25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a0d1b204d9e9402ebd2cdd9b169a3847", "region_id": "RegionOne"}], "type": "monitoring", "id": "1374c47cd56743aca6e41fbb303ca98b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7c2b4859079f46bf801357d21dd47076", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cad6bc5c482c4f0598e3f30242c25f9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "0cca8ae1306143db82f67c3cda526ec2", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "343456e581744e6eaa84bb4680b6d850", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d1d58f3a14f54a3d90c8d640032c1be6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "bce2ca439f364575a57755b8f12bbbd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "99d8e27e525d48f199f7e1bcf6dc1ffe", "region_id": "RegionOne"}], "type": "placement", "id": "be5edce832ec4621a0b815d9e211cd87", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "61ec7ac8b98d485b8673e3f1a80bf59b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e783c2b0112e405f8da25ba23e435882", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "748e0dc0aabf46fbbf139016793e31cd", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8d32800f25204d6f9a9966b04e2cb42f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b25fe26513304ca083e745fb0cd033df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "35252f5fcddd49a09cb065b5722efd50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4816ffa3e91b43d8ade611cf45658477", "region_id": "RegionOne"}], "type": "ha", "id": "e0a2735b571b4e43b17529630dcf184b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e9541138b8fa48bbb5c2ec665df70250", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e8b3b86ee0a3462daed883d834ef3057", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d0a6cd427d2042749afd063cbfae48e6", "region_id": "RegionOne"}], "type": "reservation", "id": "8121118cf29f4095b3810ce0e36ad054", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "42883fa619c44f55b958209032b555c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2e3910a4860440ce9f80432646977fd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "eaa7d3db1a5d4974a92da58ea89d86ab", "region_id": "RegionOne"}], "type": "function-engine", "id": "5c7111537496411e9e4bc4bd3df3ee3e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "082266a39606499591900857e9861641", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f93bf3a4fe1b4ad7ad1805783a36d3af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a457db6bd4644953bd53ee046a01379e", "region_id": "RegionOne"}], "type": "accelerator", "id": "a238eecf61c9402dab1057edddc0bd5e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6baffcf482774970b25c031e078cac37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "78cbb0b5a5684f4d840ee4cc58496bfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f0baee85191f40478679a47f4cef0ed5", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e33d9c4f233c4efa9d10ec665ebe1874", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8a872494d3204aceb86fd01403dbaa53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "352d3f7dd2b84678a5197d9d1a2b8403", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d900682cf45b43ea8d15c11f4a6ccb5c", "region_id": "RegionOne"}], "type": "registration", "id": "957fbf6acac4493bb26bb82c837482e1", "name": "adjutant"}], "user": {"domain": {"id": "235b779477364cc8b1ffabf0a3bacfd9", "name": "7e771a0016164d9ea281cb6f8152eb20"}, "id": "2b022d34e38a4945bfabefceaec33145", "name": "9a9bd625a0194a789130f0bc2c08c408"}, "audit_ids": ["5667d54c39fd44c88c6a7c7e9a2aa2c6", null], "issued_at": "2019-09-19T09:04:41.211944"}} 2019-09-19 09:06:41,296 openstack Calculating hashes for /tmp/tmpmLNviA/tmpsAVA4J 2019-09-19 09:06:41,298 openstack Image file /tmp/tmpmLNviA/tmpsAVA4J md5:c05cf8cc50eb6af4769c10e069df4996 sha256:1bae3ca7f14b075bac503df1c0295ae39429682bb62e009ac73f0b25a5a4a964 2019-09-19 09:06:41,360 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,364 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,366 keystoneauth.session RESP BODY: {"slo": {"min_segment_size": 1}, "swift": {"max_file_size": 25}} 2019-09-19 09:06:41,379 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,382 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:41,383 openstack swift stale check, no object: openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-3 2019-09-19 09:06:41,384 openstack swift uploading /tmp/tmpmLNviA/tmpsAVA4J to openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-3 2019-09-19 09:06:41,411 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-3/000000 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: c05cf8cc50eb6af4769c10e069df4996" -H "x-object-meta-x-sdk-sha256: 1bae3ca7f14b075bac503df1c0295ae39429682bb62e009ac73f0b25a5a4a964" -d '' 2019-09-19 09:06:41,449 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-3/000001 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: c05cf8cc50eb6af4769c10e069df4996" -H "x-object-meta-x-sdk-sha256: 1bae3ca7f14b075bac503df1c0295ae39429682bb62e009ac73f0b25a5a4a964" -d '' 2019-09-19 09:06:41,476 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-3/000003 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: c05cf8cc50eb6af4769c10e069df4996" -H "x-object-meta-x-sdk-sha256: 1bae3ca7f14b075bac503df1c0295ae39429682bb62e009ac73f0b25a5a4a964" -d '' 2019-09-19 09:06:41,480 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:41,491 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-3/000002 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: c05cf8cc50eb6af4769c10e069df4996" -H "x-object-meta-x-sdk-sha256: 1bae3ca7f14b075bac503df1c0295ae39429682bb62e009ac73f0b25a5a4a964" -d '' 2019-09-19 09:06:41,501 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:41,504 keystoneauth.session RESP: [501] content-type: application/json 2019-09-19 09:06:41,512 openstack Exception processing async task: HttpException: 501: Server Error for url: https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-3/000003 2019-09-19 09:06:41,509 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:41,553 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-3/000003 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: c05cf8cc50eb6af4769c10e069df4996" -H "x-object-meta-x-sdk-sha256: 1bae3ca7f14b075bac503df1c0295ae39429682bb62e009ac73f0b25a5a4a964" -d '' 2019-09-19 09:06:41,558 keystoneauth.session RESP: [501] content-type: application/json 2019-09-19 09:06:41,560 openstack Exception processing async task: HttpException: 501: Server Error for url: https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-3/000003 Traceback (most recent call last): File "openstack/cloud/_object_store.py", line 855, in _wait_for_futures exceptions.raise_from_response(result) File "openstack/exceptions.py", line 229, in raise_from_response http_status=http_status, request_id=request_id HttpException: HttpException: 501: Server Error for url: https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-3/000003 {27} openstack.tests.unit.cloud.test_shade.TestShade.test_get_images [0.060819s] ... ok {23} openstack.tests.unit.cloud.test_object.TestObject.test_delete_object_not_found [0.128357s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,406 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,410 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,412 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,416 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,430 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.363149+00:00", "project": {"domain": {"id": "53a23a60ff55443b9577058098fb5a87", "name": "56bfa7871c9d485992fb4f15a31d0773"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3db0705d88534066a1b5284b37438aa8"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6cca12285b8b4c5b99660a2498c08483", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "186bef2633c64318a78a8791fdf873dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d84e52396d7048d9b37ac56c70fba55d", "region_id": "RegionOne"}], "type": "identity", "id": "25fc4e83332b400280802f24f083d7bd", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "499898c3b56c47378de6caeec0216efa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0e17cddf24f34360a7338f9e8742de7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "64b3248f60e9442db1f2e3974296f4e2", "region_id": "RegionOne"}], "type": "compute", "id": "5e50468156964db1b2ef317a90f7b355", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b2ff5fc002bd499586254b2e976a23aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "21f3b86c16964afebb9e4459a5f86d44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e0006c801950491197a4ed6f03d3dc28", "region_id": "RegionOne"}], "type": "image", "id": "43e7a51ff5454acb8026441a4b4ee850", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7477a0ae462a42aaac785bf1924a7a79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "98824d01f7aa459aa04e5aef4637083e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "21095aeb0a914ceb830ddf1bbc512897", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7b6923d0d6a6426ea1160ece2f0dad9f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7369871ef55a4059813eb95cb2c8d7fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcfba05c0a39484485f01f1713819df8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80a92cbd43e64e4ebf11953ba8ae1dec", "region_id": "RegionOne"}], "type": "object-store", "id": "0b24b4a76b064e208cfd84f35d353c56", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "03112803f7e8484ca1104c58be5fa8b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "718bbe3971194a2c8ef01d254f77bd5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2edb0aea8eed46f2af694198e7475bb4", "region_id": "RegionOne"}], "type": "clustering", "id": "10a02b880f9c46109620589068d3811a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d8b619526ec64797807ad397784a173c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "af34b74881cd4bcaafb8205bea0d6ace", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b6bd304ea6f745d7a5b729ff62f5b6d8", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e7bd12c73cf64f6fbbaa126427174fdf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "44d1acb63c314a948c28c3f81b4b6d71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7c34a8b867574ae3aff05a0cc2d2096d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "221b1af3c0f34908837a3cd646f39774", "region_id": "RegionOne"}], "type": "cluster", "id": "3e0cb860971b4701936789edb40e975c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e85228e71a164f80adbb20bb88c56ece", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ae3f03386ac644ef98d18a764f27edd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "610b69c5ee54420d80d6aba911022f3a", "region_id": "RegionOne"}], "type": "data-processing", "id": "a079e35800f9420295db1f2a13b35506", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "abf3b5bfba5749fcbe89683bb19e2792", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d65496f370234e13b250e6bfcb70d876", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "afabab0d7c2b4c8cbc89cffdb85027f0", "region_id": "RegionOne"}], "type": "baremetal", "id": "9ad3b4ca7d5f41c79c836a9a19602fd2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "93804908950e4b1ebfbf7bb3a3c8cfdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "150cf04d241c439a808b2ffcf53c7d70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6f4a208887fe485abfa43adc57567a47", "region_id": "RegionOne"}], "type": "bare-metal", "id": "590f6fef69374b01953edfc520834d8d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c497f7de7c554ecea4b6bb2c4ab963a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e9b50e04834d4321ad0c60f15c762437", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "941e819d74f44ccca8854d2eaa424b95", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "70fabe26cc57462c8da581c526b13032", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1a5f0fc404b140aba1c1724f69a33283", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "952b342e87fb409fbb4cfc2d40b94439", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ff57a5c2ba1549639de65d8887caa329", "region_id": "RegionOne"}], "type": "key-manager", "id": "682c45a0903646ef9e25e429093806b7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c49a3fc60d9f4830806bf937226e909f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "adc9b413a6a74a7ebceec3ca3bb0f3b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c1367c924ee74be7ae29344b2efa00b9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "291868f7aa1548beab037149ecca6cfb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c476bd82ac2e4181a03be8b112eef062", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e88f1886fb084f0cba9b96a43b6368af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "19dfe955680049ceb6bbc5a049ddbd14", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5ca891a6fa244fc59bfc0b97c71e9e8d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "071f4d4f3eb84e8eb65c164a1eaaf35a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f1cf2666e4024a87b065cd6766085716", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ecef43c859104bb09492d42ba669b896", "region_id": "RegionOne"}], "type": "message", "id": "219f34d1574b40dd8926089bb3271b4c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "eed211ec400d445092e29f3d7f1fd48c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3133813df8854ecdbae7b95e35254872", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3b61e919522648bbaa416c8ec70d9b6d", "region_id": "RegionOne"}], "type": "messaging", "id": "7e46169a629743e1bdc8ccf78f201623", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d92e0fa8bf7b4ff8b0503007c9e061e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "86679d68447a4571a648775988b88227", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4a021df282c44044a70787631bf9faf0", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4d077d55d338446dbdc91ebdad412700", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e6ec3c7e5b75450bb48bcc56abb0e5a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4338e3ab3471488881cebfb5c6c587a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c576cf6b12e48c9a5332fc5f25faac1", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "7249a19850b546c98110e677f051b78e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1f97b0ed32974bacb2ab251aabd2ffc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "210f34fd9ed24ec588e3d151e399be91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7c71646972c64fadb646c94a8862f36d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "36b0a5c20a6e495a96b0d88bbdd79f3c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0afb63be27844e3280a4bd6beb23d327", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f9bc24307ca49e3b134e79f732876f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "08cce8bfd5314c479bfc444a3186ff6a", "region_id": "RegionOne"}], "type": "container-infra", "id": "c54e2989f5bd4ee7ba1428f53c152c38", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f191cb2513984a769f80342867e31977", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "74a41cc2a7794c5ba4d5ad33301628d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "cf12f56f9ee84df198d36496865ace8a", "region_id": "RegionOne"}], "type": "search", "id": "4c37d642a8df4a458a74f45f67d87f31", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d4b9426a59014600903f28b2585dedd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "73e15ce2200e4e3caee104702493e042", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ed3504b5df3840439755187b2c6aa315", "region_id": "RegionOne"}], "type": "dns", "id": "13bc4b5461414f78a42116f35bcc15ee", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "81a8eaae09ed4d7c99b98f076cf25fdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b259d69eac564636b06fff242f570c1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4d3ad8a7383f4eabb2c9f2b7e6aa0e51", "region_id": "RegionOne"}], "type": "workflow", "id": "68a424d7b78f45a6a37113b89c800f8e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7bef6ecacd4b4f4e8ea649d0ebc9beac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dd41629555a24217a57ea820c72fdd0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f1ec233bc151430c98e2be1f8f2fe844", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3ad53c8843a142b286cb76fae55e076f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7be91a73657247ab866f73ec323ab337", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5abcb78d2971427db0743ca24a2d0629", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "59deffecdf3049fa881601b1f2773dfb", "region_id": "RegionOne"}], "type": "rating", "id": "8c4cfcb6e76a413ebe4deaae836ff3cd", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0596066e0b5b4a98b620f0366ce76aba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5854e3a310e94e28ab8e18a4484da1a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5071aa6463294b47b0457f42dba9dbcd", "region_id": "RegionOne"}], "type": "operator-policy", "id": "40fa72e9dea34fe3bbf0103086eb0949", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b54421e0947e4a82b47ed331732f79fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "81020086825746a4b70dc29999d9a008", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b3e69be3685a47d0b343632552b1ccef", "region_id": "RegionOne"}], "type": "policy", "id": "9bc916e9b51f49b881884cafb078cfd1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0b52747c3f714e9dbde36b834836b141", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "71aec0886a434ab4832f1b06ea9962c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "83e590747083406a9d3ddd07aa517a45", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ea5127582133493d9a39d2b95dba7fc7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c2dd1aed903443c786f1bf744f9c247a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f94d0405cce040daba1dd792fffeabf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "39d3dd0787d94df382b253ae4880bb31", "region_id": "RegionOne"}], "type": "sharev2", "id": "df5e0ab3e00d4722832229b0e22975c1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "29feae0ee37b4d2fb97f7b519c69e88a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c6d500962cea4198acaa09ad543cf8a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "406f81f39c00415991f5d58a6c7a92dd", "region_id": "RegionOne"}], "type": "share", "id": "4a1fe91d1a3b4555a1922ae79a4d5714", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b124e9528f864faaae14123abe85a403", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0e4f82e114e84c6dbdcdcc2d81801cb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5fe1930486c04c63a924ca459ab51404", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b99bc4f18c0447c399ae85ae60c5765a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bec7dcc3470f4236b1b581b091822bec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b78b5b381665487199dbc6fefa75e30c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c80159899d44497bc4d1c2044fa3b59", "region_id": "RegionOne"}], "type": "orchestration", "id": "da437a63c95d44a9aa7318cce0866b5e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29cf751387b246159ed81d00040c2210", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6bf0adf652c64854ac12ca70f4efa1f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62e8ed4a483542d69735a5725978314c", "region_id": "RegionOne"}], "type": "block-storage", "id": "d0837c55ed92496795741466a5c270a5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67292c42ffa148518d5ff6a94b84fc8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9422d21ad222419eb4290abfa8fd3819", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "724dbc20eb4f424e9d52a7a98a8bf058", "region_id": "RegionOne"}], "type": "volumev3", "id": "9b839afc958f475ba5800a2286b50336", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93d1106a37f9455f9a7fe777f6f578bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "123a67b5ef014034b3c09b15a625fb1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d666dad396b44583a484b5031c02b6a5", "region_id": "RegionOne"}], "type": "volumev2", "id": "18b79901ed0e42b399dd23b4568d9bbe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ee64c0f64754c559770b55785de05e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c9665fbea9c415e852266dfada6a06f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc7d4182acf644db888685a41f6688a3", "region_id": "RegionOne"}], "type": "volume", "id": "9723d095ee6e493d9eb45a309a0e3f10", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c93de732529a474a8f483d588e030515", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3514330c7375405db3ce01b70014b53d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e690f2520484b8a9b5d88f3c3d7d54e", "region_id": "RegionOne"}], "type": "block-store", "id": "00fa835af41f4526a817a1e057c5444b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4685bdea845b41b18a5a72714222013f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "db6fdd127b7a490898b5d0783dc1f7ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "51f142196e8440daae92676a7b80b8bc", "region_id": "RegionOne"}], "type": "alarm", "id": "65eb60fbbe91404d85a31283d954622e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9f9a53eeff4c4495b3156690846d5d38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ba8303a4bf014a11b169ba35da628ee5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a5f87eaaf08f426cb595b248bddd89d2", "region_id": "RegionOne"}], "type": "alarming", "id": "ca93320a7b0244feb724579eeb9b8cdd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c7cee55af5ea4c18a9daab0aee77a223", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e4dcdaf0dd504cd6bf48755372fb4e4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d5609bb166874d07af04b07aa10cafae", "region_id": "RegionOne"}], "type": "meter", "id": "697de806f7ee453286acf877d197f35c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4dffb695365d465581261b5075374191", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "12c983d0a3794ee9ad61992ce1cf7300", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "19c6dda2682d4d65be4d246a4cb15432", "region_id": "RegionOne"}], "type": "metering", "id": "d57b7ea4787240c4a8cbdb9cc41212f5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9e447841fb3d4b35a64bb1ba0cd322f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "049efeca72d344509466aa276df77233", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1bf631ab504c401c916c2de26a2add98", "region_id": "RegionOne"}], "type": "telemetry", "id": "93f68d0547fb46bf89c88ad420e0671a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "14f3d370191a43a89a783332d090c5ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "467f763b4d73432daa87af8acad8c31e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ac791fda872a41ab932abdc048504123", "region_id": "RegionOne"}], "type": "event", "id": "89bf4701c9a24b4dbf93ee7763c528fc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4a344ba366ea4d36a211fba02c056a08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "536fb5c89499497499418204e6ff6956", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "47c6c6eb088e4b17b698f0b57526da48", "region_id": "RegionOne"}], "type": "events", "id": "23ea5e570d964f1184bdd60ac659885e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "93c3c5266b514fb6aae0d6d65153eec7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9feca9b0f1ca4ffbb23a15c1c760a575", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7306f092922e4ccdb7b0817f12c9ac6f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "5a6ad59fa85744119c01fea836797f2d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7e97207b50814779b86967bd72d06337", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f166332356ab4ab4a72aff74fbf8d02f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "29df63b3ef7542a3a801dd315739d3f3", "region_id": "RegionOne"}], "type": "application_deployment", "id": "33707dc948ad4a20827f5954cf8ef560", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9273e954a8af4df6b1cd188205fa5431", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a3d61a58ba3e440889d7aaa48d71834a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "971f1eefd2954e33a2fdb0ecee091c82", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "256778d465fd4fe8aa9ca83ec6891600", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "befb841adb3b429697e0d4a2fb5e629a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5f053769d6af465cad7e43de5ed1c1dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4164bdf37c8a4dbdb5ec57e5d6ff37cc", "region_id": "RegionOne"}], "type": "tricircle", "id": "54b30f8be7104b589042018de17607ae", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d5da2be2560e4cf984afc85aefb1a9fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "8e27ed01e76d427c98b12edb1774e178", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "4a37b0be1deb4c66af539ab121729370", "region_id": "RegionOne"}], "type": "database", "id": "2c71547084274d279dfda2334453fd86", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "65a448da7db040ab96ee4d9e038dc055", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e943058f78cf49d5881b24eb062bc74b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3d93b00b3e6d41929312b9bf442701d3", "region_id": "RegionOne"}], "type": "application-container", "id": "cacbb1ac164043f1a9d2879e9d587076", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0bccedd6f53640e1a3ff52e83aa9e3b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c48e42cfe5044d6895a7de5cd432abaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "29984a20ceaf4829959f2aee13b428c2", "region_id": "RegionOne"}], "type": "container", "id": "79117f7e958f4e55bce1a9c84a548c42", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "18982fcb597648468d8efb0a60ea152c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "340b95cef0ad4d6d95c67d7a5388d3de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c1c84fd829b64e159012e61548a1b892", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d8ccfb88cb8c45b7a890b6d549b8cf83", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4a244f0d88ba442db350c7fbd6efd24a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "baa8a74f11a24064bdbe60b294be07b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1f3d0d78ec594e0bbdaea9464ddbf05c", "region_id": "RegionOne"}], "type": "rca", "id": "536ff3ac87274037b057abbe58ea0304", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "143ab44c045140dabd88d2c03bb316b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "34442dc54ab147639ed972301fba9382", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e8a84f4668154067a68cdbc80aa538da", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4d5d8bf1a43d43b4b9399890b9e40f5b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "bd2d648857df43e39f1fa91f59b79376", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7fd7b9cd7c5a4ee09a7a9fddb51d98f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4c4035458e4a4a47b60e9946aa99f5ac", "region_id": "RegionOne"}], "type": "network", "id": "145a7adcd26e43d580b88db8f93369e0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "308836cba713400f8a93ea751425b049", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2529e5b5540648c48333498451b9eaab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0b76e4f3e7694b5baf5a904b8251d9c3", "region_id": "RegionOne"}], "type": "backup", "id": "4f1573ed1834460c823ff5301e0103f6", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c378ddb045294760b9c86346e33a9957", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b65272af0f234d778cd2a56ad9f4133c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "25411c540c65448bb247ab24f86e35a6", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a6908d0742a04fd7a26b75b32ce9a72a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "76ac05f9be684c62a862ccfa93cde0d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "508ba37008c24506a3755d73c1c73401", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2aa7937ed82240d5b22a2b5400937b72", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0f271616545b4a00b270d0b514ec26dc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fd9a8a54d6ff45ddad0f97575716793b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7e7e625ad959466a8847980f4975083c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c1e0f94bfb9d4542a6e5a7e7dac04ec2", "region_id": "RegionOne"}], "type": "monitoring", "id": "59cb59ac131e4a4eb2594a840364c0c5", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "faffb1969f5b4fc19ae7a553576039f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "66953b9bb6b64d68aac3021b5baf8efc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "bbde79b5959a4073af4292a1be6cfe69", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "82e19e2763c2441ea8b5076e8e83a8e7", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4d4026da0ec54dacbb89f5ea944f5043", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "147683d1d8e2415e9a1dc93b4c0b57cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "90e6c1ecbe8540978e588b58fec8fee0", "region_id": "RegionOne"}], "type": "placement", "id": "9c5d0c8d6f2e4649b53077ad7342e2b8", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "178a0ae0d7b6498ab40fb38a3090673f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "edbc784fae914feea665579806712a7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "08433940ec994a13948edffe51d6c332", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a3d52aab74734b7d8b98ede33dc75d20", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "176b0f7dc2f14d02ab93e64c9e2e30fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "842bce48e0454b38b45210228ea6c17c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "28fb00d6b29b459680cbf3815673db60", "region_id": "RegionOne"}], "type": "ha", "id": "db093e21c4974c02821be10f352361c0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "14a92fd5e5ba49279e548be42a2dffe8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f4b20e4177614dfca6002be19f9a47ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "50a2fd215afa4ed480aa521257bff21c", "region_id": "RegionOne"}], "type": "reservation", "id": "1bd1aef805ee40c3ae0ae86c3c6cf913", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "87ee9a882e284dc39835b9b153b2f6e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0b05cd5de2ed40a78aeb6a14396046df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a209910fbc2a4dcdbafa8766c8b52525", "region_id": "RegionOne"}], "type": "function-engine", "id": "18dd754636644577ab2502ac34b8628a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c6d73ebfbec5479fbe1ac395785f100f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "28fa6dd237764c01af34b4f9bf565758", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a00ebf9303e842d8acaf2d6357bb6d9c", "region_id": "RegionOne"}], "type": "accelerator", "id": "e3946c8397b64396aa1efbb7343e6c1b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6f770ffe340a490988ddb463a2332bd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a6441adb8e9a49a4a2286afe23db63f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f5537737600e4764991ac58be6abafcd", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b76d911a272d487397a578503f7f9b84", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0932d81bd03542aa9303babc7891817f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6f945dcc869846c4b5df208164f1f987", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c6d43240af90449389b74fa77ff1962f", "region_id": "RegionOne"}], "type": "registration", "id": "75986838573b42069c8b4f6dff89b9c5", "name": "adjutant"}], "user": {"domain": {"id": "f2e43ffbad474b7488155df2b52ffb53", "name": "bdebc2f2e4ea44f59522a79571e37e1c"}, "id": "033f25c5bea4494ab8fea92adb49c132", "name": "b5bd23a8330345d5adf5956b08d11a03"}, "audit_ids": ["639363508c0846839b5f9da56adc2f13", null], "issued_at": "2019-09-19T09:04:41.363149"}} 2019-09-19 09:06:41,479 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_delete_object_not_found-2/openstack.tests.unit.cloud.test_object.TestObject.test_delete_object_not_found-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,484 keystoneauth.session RESP: [404] content-type: application/json {30} openstack.tests.unit.cloud.test_object.TestObject.test_set_container_temp_url_key [0.194341s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,479 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,485 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,487 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,491 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,501 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.418149+00:00", "project": {"domain": {"id": "72735044330045a689bf17f2a8781d31", "name": "3b431e0d2b7a40e7b21d3c0d77ecfcfe"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "67bd63d59ab14eea8bb87a40599c4cd5"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "071f408a0049461b94ef2a48f438837a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9a6da82c08db46c7857e013c81300217", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1baacdd4f0464852ae7438a9c9b146b0", "region_id": "RegionOne"}], "type": "identity", "id": "54dd5c1ecf58438b89160127a61bb16c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5396c5213c8f45c3802e5605d62a0cfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c7855d44bfa148b9a7e9cc7801d5886c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "26e5182b8a164d62a99740cce0c899be", "region_id": "RegionOne"}], "type": "compute", "id": "41e15b6cf92f407796ba9e31761b8dbb", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "3c1c30559a25452ca5a6d784dafa97b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5eebafd001964e4482c76c7536241278", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "239857ba69df4870af15ef213321863f", "region_id": "RegionOne"}], "type": "image", "id": "6506d6ebd671477d9941a2ef091d8879", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "79b8fbc0f67447b5946cbb82910d6fcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4bdbfab9689b4afaba378e9b6610dc77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ff8ab41a3c974635b02d41144f57375d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "377b0ec43d674642b687ce95744922da", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b8cc77f08c24d7ba8f710f12312207a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62c1295743cd443cb0aa6799b1954ac9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1601fcfe27fe4f79b2a74299b6dd95d2", "region_id": "RegionOne"}], "type": "object-store", "id": "d25c94bd5cc7492f929f3dff410aee68", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9b429ab553174e819bb328133d93ca8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "27b76c0676874526bc64bfc4a648e1ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ef71258595644586b421b71a97297655", "region_id": "RegionOne"}], "type": "clustering", "id": "e046d33f009b400c9983bbdf57e1d7a5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c4f818d32fce4cac923ffd2102a69241", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2a23e9132dea4f41a70217a431fdfe81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d1386ce8776b42a78d0d878f5e810ef7", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "98b157181ac642c6acabb6b3744388a7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "50bcfca8d48d407eb16e233af3e32f4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "666f69940b014a56b91fb7b984e26aaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e30241c25d7649fa89e8909e47a6ab12", "region_id": "RegionOne"}], "type": "cluster", "id": "e7c9dd876fe8445b84b6e7ceeaee83e6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "549abfcb02264cc8b7bb8781ebbe7dce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e84b7103752a4793bf2b28c7aa1de53c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2a53647644904b22b1a27e97179918aa", "region_id": "RegionOne"}], "type": "data-processing", "id": "660a5a0c0cb1409b9ac4b8db581c72ff", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c82c33f34a1945e9b9d680f6a615c688", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7b92c1c35d414140a287faf124adac37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bf6801edcc3c4fff8693a34d521b58ca", "region_id": "RegionOne"}], "type": "baremetal", "id": "f762ea29a3474e0ab1e1ac7d3e1e7037", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e3607af4d639403f8ae36b31507cbf8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e6396ee11b88476c9cf278c25eaa633f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4c2d4f242f944c5e91fe763a60a4aeb7", "region_id": "RegionOne"}], "type": "bare-metal", "id": "bb4ec5e8dbb84a7b9a5477eb7c029856", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8a5e11e2518c486faab48677b6f89275", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "655818fb5c8140449c9d32a7d981f5e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e3a64c801790438faad88648b1581484", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a6b60653ad2b4b7ab6e5858291164616", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d211c17ceb604b7bb35984e9081a7d8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2a5cfe9321dc42f68a334831a131623e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "35d12168359446d9a9c89d3e23409c3b", "region_id": "RegionOne"}], "type": "key-manager", "id": "38b0559e5deb4b329cb28288fdb99d67", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "031d61cb39484fecab49356a54bc101c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cc71c911e88b485b82eef47e35def65a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d241ed327edf448595816f259697cbf0", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "617bc16813c54e0885599c600ff02a0c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "18a00b0f87844648af85c2401e53638a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3cea278f9443408882eee4c6d5d33e23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9ef2ca2366a441ac9910a360c33a573e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ec05f67dd35e4beab65474bbd38d3b26", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "43e162156fb54fcc8a840719207c7020", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "05f55468603740b19e027bd96f85d7bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e95dabdabab14d98b8746fcbf0fdc3be", "region_id": "RegionOne"}], "type": "message", "id": "4749a883f88e47eb95a5a4dbf215745c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "77e86a6359b94f1e8bd658176e195e7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "367a8fe035da4d1f84cedd93e5f47713", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4e9c702bfdd14ca9bc169f3d83076b15", "region_id": "RegionOne"}], "type": "messaging", "id": "32cfdc756f204b5ea35a8d00288424f7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "98a08900901c40df9587f4489cfc8088", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fd27af8380174a228c34f7de09baac05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b2aa16907db44c0fbae3e441040feda7", "region_id": "RegionOne"}], "type": "application-catalog", "id": "bd52d40b36c441e09713030c4e57d3b0", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d4ef9ff154c143c9b204751935705006", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8ef3bbcc2f0d45a1ae2c5464455ce6b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d2802a27d6294daaa4cbfdfd6499eb51", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d67e1afeb3db47d4bff8c33050c79dd6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3379c123eb8c426ab4deeaecedc834ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "647c12f29b134873bf6ffddb14dfd3e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e4ea7efee37044edb262252ce487ce19", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f88ff4f568554126aed3b8d0dc70a9c6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eea412ba1305432db43ff4b005a31ff0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7f4dbd28184942939041f51608f231bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e735207ea734c2384618249cb828417", "region_id": "RegionOne"}], "type": "container-infra", "id": "2641ee4ec3e342ce9dc8259422bfbe92", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "25e9375a36ec47f480a410f3cfca5895", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "3a860304dacd455384e4e476ee9dca18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9f39d18ec2f94f2094d4a2796aa7370e", "region_id": "RegionOne"}], "type": "search", "id": "a4d118886b604b61959123f1f03cb521", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5c4429526cfd4c2b9badcc645a3479b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e43f11ed90cb4741aa6573e64b2346c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "0752a37c542744738697bbbc9fab886e", "region_id": "RegionOne"}], "type": "dns", "id": "6189acd736ac46a49690862056ce0d79", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "571064892b22419a8899675bb554ab33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "48f50afae5184098bbf32e2fbab88f49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2bf7376ddaaf43a3a0ed28f012a3cd25", "region_id": "RegionOne"}], "type": "workflow", "id": "ccf6f677731f44039f250e8372255415", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "547aeb15faf84af8b1f67b9d114fd5c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7e8169bce79941a3a487f2d36e281ea8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ab705966c0b04f8580142c1661ce7bab", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8a5a70ffc9f04f4ca346b6277dbcefa0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b3d85d814f564919aac268b5b2b9dfea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b5d639046e2a481dbe6e4def5b082db5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "dbfef24c9b5342149388265aa96f90ef", "region_id": "RegionOne"}], "type": "rating", "id": "0bc947d98026458ab91a09d0f4afa89d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "17fbb870c2864f5e8d09836a72061504", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6e480cd3c4b54cb7afc086589975962c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a4796b63bda54d79bc1d38058221ad9c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "7c05797d033c49db9086826986d3b123", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c2854595490146e599797f5afc942bc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "743f2d441bea497898e8bd149bf2ab7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1af29322936f4848994b2d88df4e9129", "region_id": "RegionOne"}], "type": "policy", "id": "6630bb47e58043f2b058bd06b2fdafea", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "21d6cc2fe40040fe9192b12c8c1ce166", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fd644744d4d94e26ba0484f51136311d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "973f08f63dd3421bb0ddb4712ed3f66c", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "82b172cb60d842a1a0d3a0f5ea0bdfb1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e87f874a1af5404d8706980bedd0226e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "df00c084ce314778bc882ddf90b4ce35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "17e0a46beb534810b7131f3dee000b69", "region_id": "RegionOne"}], "type": "sharev2", "id": "9520f0131a3743159c63b829be592968", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "77cfb029c8614df5b17eb8c9e5974419", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "faca7f8351034fff8ffd4735d114027e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b48950b1a7064d219f97e26e47f4c71e", "region_id": "RegionOne"}], "type": "share", "id": "f407ed2cb56b46f9976b8237d3f1362e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "01f88a5a188546489dce9bce7e69dae1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8902bfd45cf84eeeb733a2d2755ae8b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ecdf799c15af4cfbbf56dec69e274e10", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3a925f27bae34da4970d40ac6652e557", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "713298c393154e68960a30f8c3081b41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a92efe5ed5e9428fae6af4e939e347c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9ff4494b6f54517ac874b2f97b93a68", "region_id": "RegionOne"}], "type": "orchestration", "id": "7f44631c3a874c9a92cc2123d2b01c5a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7105ce13641c4d87a25628d6adb5773e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ca73f90807748848ca995e5d08a7758", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b836e9ffd6a4cdf9cdd47588c21d93e", "region_id": "RegionOne"}], "type": "block-storage", "id": "60559f0b7b7f466c89e2cea2fe3c1c06", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f067b402334b463a9d41b75cc2564cba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7aaa04f256b6415c8accae1fee32dca2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b43b630a76d94fb0b4a6f1769ea737b9", "region_id": "RegionOne"}], "type": "volumev3", "id": "c53350d03f5e4bcb942b931cc6eb7e8f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab3fe0ef73a34426b8b6d3f493671cd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63ca7737887349c48bcc960f51f4a66b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd3be83330ed47a094c42209a95d2161", "region_id": "RegionOne"}], "type": "volumev2", "id": "2179fd8f339a4acba2a3979933fca82c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dacfe5518536484da2b724e040555145", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f6ae136744b4c5ab7632bc7493353d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b84d195b15e449158c23f91059f2bfc1", "region_id": "RegionOne"}], "type": "volume", "id": "c88d318f48044da791f186481e224c41", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed4b7e1a94824713be35be939cbd1227", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3590e308d4c48adafd840bc96d61e9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5fd1cd59ec34d6cb8f79680711966ca", "region_id": "RegionOne"}], "type": "block-store", "id": "d4d3cb5927b540e587bafe156cb6eafb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "42797c00288c45fb90dd5a619e7e58fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9a6a22ae343e4526b9dd714ca4412374", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "886c2a69272d42b79aef47e6ce5d9500", "region_id": "RegionOne"}], "type": "alarm", "id": "ec293c5bdde74f51b6cf11886b0e6afc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cfcac8009c5244fd8d1786847c6a5267", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b54fe156c998405c9323856ff648fbdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8fb8ca6532824c86ba5d2a89a062688f", "region_id": "RegionOne"}], "type": "alarming", "id": "08b02e2487ee489fa12120b0c752d3c4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d2b0ed2e0c214d8690c9b810f94a8717", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9ac633be80b54568b9f19f5c75362b51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6a6eb38e8bb44d1ab8ec62f80776fb48", "region_id": "RegionOne"}], "type": "meter", "id": "84bf348fb18f4305b7646e852dc3bfbd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "44528e69f90b460cbe6d03d36c9bc351", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e2a1adee82be4b59a4764d7104e36832", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f469e529d9ad4a359d896b6f80f39d09", "region_id": "RegionOne"}], "type": "metering", "id": "d96e195ece934c81802102b0bdca9a53", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3d9dabb21bc14f0c9435cee69dfb170c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bc234dcc356b413abe4e30c2db7d7cb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "403872e1a8e94a78b62e80a0e1033392", "region_id": "RegionOne"}], "type": "telemetry", "id": "bdd31064c5994b9a97311fd1ceda46b1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3cac818347d14cea978996dcc0df4f59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fb12d23b6ad84df48a13bf0072d9b36d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "662d1d678bdd418c833d0d2777117965", "region_id": "RegionOne"}], "type": "event", "id": "0fed91587a804fa58dc71f85bc2876c7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1848878e0d194810852022310b059808", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "96e296d6605a4667910a79551ddf82ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "925334a33c0042c1b99349484a67f504", "region_id": "RegionOne"}], "type": "events", "id": "42971359a0c54ffc91ce23195837ef86", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "624a8b16242947a58d74853151501ac3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "93d6206750c64571992b24c2250fab8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e577f943f8454399a45a50ed0ef42a48", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c9e9cb11c2f9478296a6b79f59b8e1e5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0dc48624252843b092e895d30a3de3ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c24daadff25f40d28e073e89cc69b487", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "660546f085cb4d3aa52b17bd597e4b72", "region_id": "RegionOne"}], "type": "application_deployment", "id": "040f391e29394c48937bb1bff1437cf6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "51df81a132a44da685a6995687e7377b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7f430f39f93a4110b9642d81c19e6937", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "851bfa3327834dcab496d442865bc33e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "eb60d80c017c4a78813ea7102e9dd4b1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "84bd125ac4484273a960bdc7b23c73f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9f434f01ee3844acbcd16c58a19485c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4e651ab446c0427ab8f08bdbf61e476b", "region_id": "RegionOne"}], "type": "tricircle", "id": "ca9d132b0be842d6aec23e82fcc48a19", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9668747555c84a77ae014f409b45daeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "519fef4bca4046049cad27f7714feee9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "980a47f9de61460f8d277cbdd1f46a74", "region_id": "RegionOne"}], "type": "database", "id": "8d13c88d4b05475eac081a2060e803fd", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fd990d2e7439400e8add0d6e06f8ebeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a58e8a93ce2a4056a19ae87e42f78859", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7fc5ae79ef444789af1c81d4533bbf9a", "region_id": "RegionOne"}], "type": "application-container", "id": "c5a5c14a0bfa411492cfa11a121af249", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f541ec9e0d9b4507aaa45602fd302417", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "278ad1f93d8145e69bd996e8c3999667", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d783709fd6cf474486154d1b019276e8", "region_id": "RegionOne"}], "type": "container", "id": "868ad862bb994b699115d46cdbd198c9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8f524c651a6f4dbd9988dc3c2a07aef9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d33d15d0698c4bb9b01b3940f380a688", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "da1c92d4fab3455bbe57a49461b6be08", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "bdfd88c9fa4f4a048f977d5fb2e9ec6b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "03a293ed5f144e259b0a9d07a497786c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fc599fda515941819f320577b3685f09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2f563568761d43c3bfd6df06ee0adca4", "region_id": "RegionOne"}], "type": "rca", "id": "fe3f4c2c53234f71946dc0ce2eff7a3b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "01fe89c6ddc843c2918600be7143fd78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c9621a74ebc1470293ee33c44cef0d40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "082cf3e00bfc4fe2964081d2cd2de631", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e1a07351c79e410980f1da1834b5b8f6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "049cd6b1b6ce437a90e492438a4f0529", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5a917ab3610a497a86f0721ef2ca7424", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "58c7c0c8896c4e97a46311982783310e", "region_id": "RegionOne"}], "type": "network", "id": "6469be9a926b4ed8a9f9c28200fd0f11", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9339dcfaff2f47a08c529cae492c3fa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c18995f0e4f047df8d1575076a149366", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "abf2b23945a94e7f94d803a77f46968d", "region_id": "RegionOne"}], "type": "backup", "id": "c44fad18b369474bbb24e810c4d9d00b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dc9a16f34a944155991e2e80791ce78c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c9d8ca2aeb5f4c7ea40b8529ab38817f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "974e5039394b48d7a3aa6d67f793b8b6", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0024713b2394432f82dbfe74b7ebc6ba", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "51d02021573445b587d87a433cef5228", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "795fdd6904a946b09a1db79f4f8ad4c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "19622024c88147dfafa37d568f09aba4", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "67c2e1346e0c4070a5229b0ef3ddb6fb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5606879c9c624f5fa29fba9b7b4d1f77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0a9078b6212849e98eb5acd3f1fd4d05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8591fb74458249a481606084b81979af", "region_id": "RegionOne"}], "type": "monitoring", "id": "4f1e406793f643d3998bfc34d9eac5af", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "044dc746858740a096c9412fdeae37d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9f4f7261c2534cdc9c74617c7375d36e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5bcd03ac89c341939f15f84d04ee7e14", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "bac1ae970d0a4236b086056fc70be881", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b0f2c9f9a42340b488f096668df2e606", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ed5e0b04aadf447381c8398e502addb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "cd3cf71765934549bde89198b9944da0", "region_id": "RegionOne"}], "type": "placement", "id": "c0dde41b3dda4a87bdf6f494ce7dc791", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3946945e72d14941b1289c031afb140e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "53000d7e981a47fa8f45dec89612fe06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8413d566440b4c8d89093507f3bf5118", "region_id": "RegionOne"}], "type": "instance-ha", "id": "137b414d7285412287150bd837065223", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cdc57f61dddc4d7fa3388923bf3af2a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "27b6d8c7510246518bd4af9e58b65ee1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "34ec030a068544ba81c75b9698efe659", "region_id": "RegionOne"}], "type": "ha", "id": "348efddd39464327beb01bab1814583c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "81cee8718340425fb02ccf7ab8887d09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b93fc5406800461abe62e8e516b1f702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "03d8d60064f142fc8b76f1e90e986fe7", "region_id": "RegionOne"}], "type": "reservation", "id": "fdb2e82bfe4748198fb40fed85e31a09", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e2aa5431acac42b2a3be5df1fd61a589", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4782c96ea54b4504956a7ec260ec94a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e8459c1a96874bff810e569aa3602680", "region_id": "RegionOne"}], "type": "function-engine", "id": "7f31d63021ae4c8dbb5232984d08796d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7564fe13b58e4ef784e03af4df94756a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0195748cc08449d79adf72b5b9f00b48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1e6b59cf1fde4454b695123ac975b822", "region_id": "RegionOne"}], "type": "accelerator", "id": "a8296a4c7b774c20a41188f48929f4d3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9ece234e5f4545fa90cd8c783a8e5656", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a0d2e16a5f1f4cb6baddf3428a16a84d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "84f774c76d4442788df77b42a3dcc404", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9fef6b8044784e8a8994a9d9d83c9db0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b6de510570a049b289b5bdc3b333329b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2cf1ba021d6d48e6a28a66616aeb6763", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "aad3355705274bc789150c183fde3273", "region_id": "RegionOne"}], "type": "registration", "id": "297ef11062aa4b8cbc27d461a9e136a9", "name": "adjutant"}], "user": {"domain": {"id": "ecb87587ca49475e984275daa3bf504e", "name": "ec2b33211a0c46d4968d92ff26448949"}, "id": "d5a2f1cefad84366a2c12a3b2caff2b3", "name": "2074b05b13764573916f5da65a21ec08"}, "audit_ids": ["a7eb639ea9184a6db394b8a658387ad7", null], "issued_at": "2019-09-19T09:04:41.418149"}} 2019-09-19 09:06:41,577 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_set_container_temp_url_key-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-Container-Meta-Temp-URL-Key: super-secure-key" 2019-09-19 09:06:41,582 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:41,598 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_set_container_temp_url_key-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,603 keystoneauth.session RESP: [200] content-type: application/json x-container-meta-temp-url-key: super-secure-key {11} openstack.tests.unit.cloud.test_port.TestPort.test_update_port_parameters [0.344138s] ... ok {31} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_multiple_private_ip [0.226010s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,506 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,511 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,514 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,518 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,531 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.448354+00:00", "project": {"domain": {"id": "686ee77efbfd401fbeb2f1e9459ef0ab", "name": "3efe3fac737d4819aa5e91ede487f52c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "63a701f2d8134a1686fc2a48971482ed"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1edcc394539042e5aaa5b21f8b61c10d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "fe22506abe6c41e89c744afa6c13e62c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "cb2d555bde69471b83c2de898b825236", "region_id": "RegionOne"}], "type": "identity", "id": "f1b660b029fb45bb95a671f05bb07560", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "899d85092c7447a088ddcc5d13b97b96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9adb3c69931b41f7acf8d47a4f102521", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "382244bb3f5247e6ad757ece4d1d7381", "region_id": "RegionOne"}], "type": "compute", "id": "1fb673299fdd4532a95dcd500314d6b2", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ee4cecdfca8f4c92870f5d913cf0d990", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "467f1af398654dd09648ef5ef1d56924", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ce1facafd21546b2adc0666a50676372", "region_id": "RegionOne"}], "type": "image", "id": "02e0047c4bac42f399e7b0e4c4112204", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "54a1e243a2544b818a6f0ff69cc57ef1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bee398ad51c24a3daca77b4e4cd545ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4cca3b26e0034d7295681ea7c4b9db89", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a5f022f0e10c40b48b088545ec827474", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2035ca1106914c13bf1d1c5bc98087cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f57dd870cd44b77bf363ba2b6fb3cc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c830dae55764f6aaa7d776347ba396a", "region_id": "RegionOne"}], "type": "object-store", "id": "47261e76caf64eaca274236bda63aac0", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4f402e87a5b24894834091784b992a6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5140c5bdf21d4e5b8e073c15ee0984b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7a01ba59bd7e4a9cb6f23634a9379726", "region_id": "RegionOne"}], "type": "clustering", "id": "18825e95fb5a411cbbae16cb7739226f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "46ff2a5a25dd4144be8c25efae15508b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5349726d05004cfdbb010927d1c11c17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2c1f446c8dc74421870330482d527305", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "81537f0aaa7b4b8e92ca6f9c519c86e0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "745d258b03934200af7958655448812a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7f0d095000374faea6c2be9e56ed8d0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "36d9e0bb3b7a42c19bf0bba759aed6fd", "region_id": "RegionOne"}], "type": "cluster", "id": "ef7195aefe244350b8dab034f1b43477", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "107d622fb6044eda8fb072a225e6ffd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b48e697f14bb48aa8d59631f39391e5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "06100689161448adb0194508bcdb2a72", "region_id": "RegionOne"}], "type": "data-processing", "id": "c84c6dff10fa41889cdfcbf3c863e0fa", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "41a204f4755745ad96b9f45a62b6c7eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "27112c88ad8846ffbe02e53c8903d100", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9e31f44972fa443484b45c6ce5ec5ec4", "region_id": "RegionOne"}], "type": "baremetal", "id": "07bbeee48af947da8fea834d4fe9fa82", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0152d264865649aca008c20591e3ef7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a68c8d042ec1435ca81f2f53a8432d5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "533b29abd97f4f0386b243958e44b722", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2914ed1e5c4c4a15b9367549910abc9d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4245636684db48ba82f11cf34a2de06d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "60856f3b27064948947220999cf76c74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b0765a478f2a4415a265504224cfc0a7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "52e2655134af439691d14c0d2ee07494", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2236ba21facf4bc887c4fe82adbedb9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ac6c5e778fb94601a021ef4685b1073f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4ebec1e1fb4b4cc08dcd72a20165a3f3", "region_id": "RegionOne"}], "type": "key-manager", "id": "aea142109e924d1291b0f8055ae43aae", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2f41bbd62fc34140b21e25f3c4cfb2c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8f26b741adf643a3bab58464dd7d6cb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3f6400c744ea41ab8a6925e29329e314", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "4be3d68ad0b5424c82aa0245e18ac9a9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8ed88b3272db44d5b629a5fc2aca6cf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "03924567033e4500afa0265b0970f1eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e35884e5653d4fa0b1102e15c5bb02ad", "region_id": "RegionOne"}], "type": "infra-optim", "id": "79736a35d22b4370b17509dfca877eb8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "813fbf75177f429abfe2b564e49812b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "97d1850dd66f4c58931d8c48db2dc0e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a7b5bd1577284faabb74108c9a5d1dad", "region_id": "RegionOne"}], "type": "message", "id": "d77c1123a1964ac085c2341b5237aa1f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4c0222cec37847e8aecf4068f44a7b8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "24f50f37c0f3464d97357896f016e924", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "45c30706a9b245bfab9a550d0e48a7fd", "region_id": "RegionOne"}], "type": "messaging", "id": "29e7cfdb3f6e4e73bb0790c4cf77a274", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1691be3c474f435bb7a1cfe507a563b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3fa4a4b81ab24581b1ccf97d74a26d8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "db3a6bc962ca45759565d5ae937406bf", "region_id": "RegionOne"}], "type": "application-catalog", "id": "19ef5cefd2794d8c863ceae7c3671e9b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e43852b929364f9c88337fbe09e12c17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c136b326196247939c88668a956902f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9343a7d134f44e3fa03b90fbdac8790f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "bbb082b5b18d45f3a09f77b58a8fb4c0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e618c8d97408483290a58625816a6849", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fe8c711bdfd548ba846c8431b3720f80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4b02b38328e24344a89f45bab5117a51", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b8268a12ed344f1f9a97d35690656686", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9e0100c25904483798053dd23bd01377", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f755069081c34234b9b954cc768e3250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e54159f653194df7991e828f6f1d4a25", "region_id": "RegionOne"}], "type": "container-infra", "id": "d0d6c53a6e524417b573acf8fdc9286a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ed4e7487bec3452e80bdc7b306ba9236", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ed5683fbef864f10bffa8b33c43e041c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3f2949bc9aab4ae9ba3e2679f50ffc97", "region_id": "RegionOne"}], "type": "search", "id": "27a77a2a3b0d4cd89c87971c14b30fd7", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "cc15b1f538e54b2e84892151e00fb736", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4a1d7d848ec841819c8f77f624cfffeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5260f5c5ac9b49359911b96200de3ed4", "region_id": "RegionOne"}], "type": "dns", "id": "3de86bc78c8744aba50bfe0e0af12e0f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "39a31acf2f8046a598de61fdee2f1202", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "34065d9726bd429da588a99320a08209", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cc3396684cc64594ad5872da7ebef60a", "region_id": "RegionOne"}], "type": "workflow", "id": "879fd0b953d743029c47fa75bdd61c5c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "77372e4427aa4befb8b39b69ce51d233", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "edc7b05063ad42cdaa3f9f3798cd28d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8744c01368f24b469267819fec76f51f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "be87564268704d85982330ae5d4efb63", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "232aa75a8c064f6e8902abc580e52a2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e852e7a619e647a0b6feb1f322803f5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "34fbb5103eda428a8271d94388fe8bb8", "region_id": "RegionOne"}], "type": "rating", "id": "07b3cb03f41a468c862e5dbb2d167dd7", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "663e7df5d2744b33ad13293fab98b308", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1977f8c3f3e944d8aec5687f6687972b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d539cea2e3604a198a4d5310a79c1598", "region_id": "RegionOne"}], "type": "operator-policy", "id": "3c0d123fca1d4830a2c346c896193f45", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e22197a287ba4eec830a0bde03778f39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f1ddbfe4055442b19d7d855018e0ead7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6a2e380b533147148aeedd4a4282d92c", "region_id": "RegionOne"}], "type": "policy", "id": "d5cadf22e5bd4054bfefec28753f4120", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cddf2ea7457c4d0ab9e7b1187a674488", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8f9fefb45af04475ace3829e1671b70f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ebc95bcce93740f6b1c55aa159ded502", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "96cb7cbc21214611a63c12f80397e1d4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "98b26237176d46debadc5232181dd78e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2375a88e01cd4316a8c9a61a08a97cca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4f0c962bc7504bb4bee56e8bf52575a8", "region_id": "RegionOne"}], "type": "sharev2", "id": "cedf706ca7a744e183e73bd637cce055", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ec4126c54bae462cb35da5379b3b313a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b01c9603a56d4c2786105ba5d81862b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0c9e2ea96c61496798e7808c3e7040f7", "region_id": "RegionOne"}], "type": "share", "id": "a99dd7b0d46343ecbe876df38619a97a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "187dacc6686947558bfd051e6104f379", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "76279da4d52f4926af18fdb2e4986869", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f8cc1a39ec3f492180056a4df746efb4", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "99295bae229c4099b07a2677c5900896", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2fc6892cbeb646dda772b8a310ca1fb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af931323747b4ac5a8fffeb66b6198f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0cb7c71148224410bab89e9f8d90c16a", "region_id": "RegionOne"}], "type": "orchestration", "id": "31fda270ef9949b789b45ddf50ff7138", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d5664c5115644a28b1fa797dbf912c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ec440f1c22d40c5a58ce500b7cccd41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e3ac60eda3d479982acffb02f334367", "region_id": "RegionOne"}], "type": "block-storage", "id": "e4473f9281af404e95982d78b57fbf55", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ac8fe67d5bb450abeb03aeae5cac7a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f85583e88df6473c99efe540844677bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3972ff66a7a4302851e42a98cfdd4d4", "region_id": "RegionOne"}], "type": "volumev3", "id": "582779bee95341668b533b6f22d717e3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0ab37fc7f064a648b7a2ec786924c8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c365fcca6b034e82b90d6e71ee315675", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c28812e941e4ba099cf3ccf2b0fc14f", "region_id": "RegionOne"}], "type": "volumev2", "id": "93a38e967d9b4cc39fba90d61beb6e59", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff5001fb51bb472fb0f6ceeaebe97fdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0cfed344b684a7db375960b29dbb1a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "333e4048f0e8430484a8a71b2fb9962d", "region_id": "RegionOne"}], "type": "volume", "id": "73cbc73620884f24b5f27e059c9c46a7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96d49397dedb4b7685477a8df318cbf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1396e12bf28b43eaa565819cccbf5be8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a142d1131414b74adb922b0a1a98003", "region_id": "RegionOne"}], "type": "block-store", "id": "378590312b68458eb95f0e2fbcb140d9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bab6f3bbb90042238d058ef3c9b4b8e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6e7421f07d444c62b9ed79bb2638491c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f824b027b8eb4c308a0d6181b3fb235b", "region_id": "RegionOne"}], "type": "alarm", "id": "6564433198534b9f893f04c83ea480cd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "27e70e4b59424611a58a027db2bbad90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0c84f552b92f4b04ba7cb590ff3f0443", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6c6c311642f3480bbaeba23b97533df2", "region_id": "RegionOne"}], "type": "alarming", "id": "77112e9e996c474db45334931eea3432", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ae862fc8f0d248c09a86627fca4aa68a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b806cdf81ed94c97b74bdf1f67f0f615", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3bc82e35583c43d28eb1d4a6b72c0f09", "region_id": "RegionOne"}], "type": "meter", "id": "f241312eadaf4ad0a892a70c591ac2a6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "eef563798375473f871e66d780b84256", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "58ba2791b10b42c5956ef4a0c71021e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ba4d8de6f4504ae3a466dae563b3cecb", "region_id": "RegionOne"}], "type": "metering", "id": "b21869ed1ba14d039a88e68f30a6de86", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a403dffb48074f4c938019456aa53781", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ccbfdd443a18475fa7dd521a5c09671d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ac545f8572294c1f99dd60a5cfd9b6d7", "region_id": "RegionOne"}], "type": "telemetry", "id": "13029e21cab54f739c538b99e5651344", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "94988a7e7537436a9f367bd2932f916c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "159891e6b9b9496fba2be7b8bc1316ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f334519308fe424092b1fe3eb193c2e8", "region_id": "RegionOne"}], "type": "event", "id": "4ce47337e4d4417d97f3453415f8fb9a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ecc6eb5e82f24a03b019dd4f12252d2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4f2179a3de6f49148c1f361d63c6a6e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b6865d5f3fae4b8f8a94342e84187adc", "region_id": "RegionOne"}], "type": "events", "id": "456e3a811fe94da3b7398c0ea45f98fd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a028adbc707b469d9917112c8b41cf5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "14cf02bf3fd94291a06d07085e384944", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "41ad7e6c50d44225b83203cc9d2fb305", "region_id": "RegionOne"}], "type": "application-deployment", "id": "9930dcb54f6a4895a54ac8cbd7172d61", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a410050bd6a5412d97622698ce1562ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3448b0e835954b4ea2929d3b141d2a1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c7b399dc522e413caef752ae69018e10", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6b2ef352ec7043c995c31d5fb1693b4a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6691f74cdc7d4aee959aa3f1de8320dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "875f97a380cb473b99b7213c09e7e4dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "65288f07d5444648a9e8f8123b323395", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "347d4ad7cb1a45a6be0a3a5fb388241b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a3593e00e71d432daf2ee9c0fd2b9d48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b9e1abe2a5564123b214566c180736ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0123fc33dfbe401ab2fe477bb2a6d0e6", "region_id": "RegionOne"}], "type": "tricircle", "id": "96b53076aa394acd815b4340ca622d80", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "809703adf629424ca7199612bfb8ac34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "fd53ff19f8e34030bd9c09b0444f2e7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "61af84e59ffe48a19f02e236bbc0a558", "region_id": "RegionOne"}], "type": "database", "id": "0df90fab434d409d9f4de7d50416f26a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cc5df13168ff41bf8b0e2720a14e897f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3fc6d4f5b3e64508bfd0aa75be6b7731", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7fd855521ecf4976a60540e87d175e3f", "region_id": "RegionOne"}], "type": "application-container", "id": "95dd0cd6ab4a443da2306109fa74e5a6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b05d8d863deb4fc795b3150de9c8fb3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ed19b7bbe0bf4d539430debe6332da50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2ac573903ebd4e8fb350085268fac1b8", "region_id": "RegionOne"}], "type": "container", "id": "c5c12bfadef04c799a062889dbcad877", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5396e0d7ee2440c584dda151673b714c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "900a2e48425249d89697a47c96bcf128", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7165ee396c424d79aa8d1e9a2737773b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "764921c418224f85af324fe345bddc8d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c10f4adb38854acbbcf5c3f47ab819ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2c4a752eb3a1488f8817483c7d78b915", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ae07f560d68e417b9e174b787aa3cadf", "region_id": "RegionOne"}], "type": "rca", "id": "b409653c205a4ffdb9b78e5129ebdcb0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "838d0a2d0db74e45860bda49fc471784", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9292fc76df134f89a9520f429aefac6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "eb01ceda4c964211b68c5daed0688e74", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0c38538a07c24d74af8c495594fe532b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4f68027506bf4cb4bd5bc4f97efb1aad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f6d3dc266b6a400fbc45e5e1c88257e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d9bafca2164e48e8aba7ad6e5e845cff", "region_id": "RegionOne"}], "type": "network", "id": "5dc2b71ffaec4433b4fe1b0cde722171", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "b6ede6b5e4014dbd82aae79466632932", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "787a387a1ee44920ad5cdbb795543ff3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "403ff67c9161499bb659b18d4f3ed4df", "region_id": "RegionOne"}], "type": "backup", "id": "64be418f50874814be01a6357e35e2d8", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f8de87b065c9468abb98b9e4ff9e6d37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b591625bc8384657a7bd563604eaf9c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "31aa5e154b1c42e49d223648cd0e37e3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "14849afb756f4d598828d1811f386a46", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e069d94ef0824e18a1ad2748cc894abd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1e68667f7a854cd69a706f05ae131033", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0752c5bc4f10451481fe2e98a48fd35e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3f884ae2e2de4870b229f44da9d1877d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "68a267286b524022a93154b9428feeee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8ae118a21b644cbf82e8debac6473092", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1bbc9f63d88b412fb189ce8f25b81db8", "region_id": "RegionOne"}], "type": "monitoring", "id": "c3eed8f51d4d4832b65e4090f441be2b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "017eb9f554e0439ca356dcfbbff7dc71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b00da96b46c64d75abc614f64aaf21c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "515563b8c0ce479c98faa186713b0bb9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e6a4ef62364440e5883ce28a368fa89b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5d6fc0624c0c44f699521f896015e5ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "d543af9a4ba7442cbed6bd9db92aa61f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b9bf92a8531c47d098b6074d07c88c97", "region_id": "RegionOne"}], "type": "placement", "id": "6bfd7ceaeca9494a8db7a2e5cdb94e90", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "aa751090196244959ffa6dc67d1438f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "eda6760979bc47f4a4710bae39d72aa2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9cf2051de74640a68f2f072d3a5998b6", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1bdad56801c347158200f15c4c8b85d3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e1916cd09c85402e9c25b41812b9947a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "41e86d68ce8e447b921b7ca00782942d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0eadd17959e84850b7c91eee7d7f48f1", "region_id": "RegionOne"}], "type": "ha", "id": "77c20143e6e8419cb06f8747f7bee1f3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1a923d5b87b048bab5c721c08497f69a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "16c48bb0c126453b92cab8b40968b0b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4b30f70f84e14899b84ed4e6f597f2d7", "region_id": "RegionOne"}], "type": "reservation", "id": "26f67c2931514d979e9495a7c7ab5034", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c6b719b2d7c74c88b37c50d342773ac3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "19697e2d60004780a06ba14b84af7ffe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "99051cb20d7d43288c76641a3b70c692", "region_id": "RegionOne"}], "type": "function-engine", "id": "b28136aaa23a47adad76d1eeb1740bbb", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bc45ba07115646fd82f75c6ca44a615f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "76dbe07d77524083b268ddb486336f44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f06e9aa0a71648e786798969a8beab95", "region_id": "RegionOne"}], "type": "accelerator", "id": "9359134760fc40f3b7c1182f8072ba43", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "958bcc48c4074a7e9507a3464dcb3a3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2ddab3299e6d46dd92d1aebd04c5d711", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c993a2536542424e93aabbfa48232900", "region_id": "RegionOne"}], "type": "admin-logic", "id": "533b9b73784647339b418f121af0d960", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9e7e1d9475b542f7be86789fca2386a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "65b736294f9444c8af6d19f9b5fa2c9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e193698911824a229113a05be9de473e", "region_id": "RegionOne"}], "type": "registration", "id": "8cc3e6366d4d4ad18107c8d8fe64bdd0", "name": "adjutant"}], "user": {"domain": {"id": "29a2d5012243412b81864edcdbb7e060", "name": "045836969a9e4cb190cffc91235f73a7"}, "id": "9ec6ce7dbed64815812516fb62a0149f", "name": "28234270b19b46a8bd469bc20d506652"}, "audit_ids": ["fad976b0484747cba8fa22b8124914cb", null], "issued_at": "2019-09-19T09:04:41.448354"}} 2019-09-19 09:06:41,633 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,637 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,640 keystoneauth.session RESP BODY: {"networks": [{"id": "test-net-id", "name": "test-net"}]} 2019-09-19 09:06:41,661 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,665 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,668 keystoneauth.session RESP BODY: {"subnets": [{"ipv6_ra_mode": null, "allocation_pools": [{"start": "10.10.10.2", "end": "10.10.10.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "10.10.10.0/24", "id": "14025a85-436e-4418-b0ee-f5b12a50f9b4", "name": "", "enable_dhcp": true, "network_id": "5ef0358f-9403-4f7b-9151-376ca112abf7", "tenant_id": "29c79f394b2946f1a0f8446d715dc301", "dns_nameservers": [], "gateway_ip": "10.10.10.1", "ip_version": 4}]} {4} openstack.tests.unit.cloud.test_object.TestObject.test_delete_container [0.193116s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,428 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,433 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,435 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,438 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,450 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.360576+00:00", "project": {"domain": {"id": "f59e5dd30e1e403cabd7a3702f0dd6d1", "name": "fa79949a1848478d8b7dbe40d8471491"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ea8a79a6bfb64cca96a71f44d0261ea2"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "7f56f1d225e2417e9118ed978f682e55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "67234ae58b1d4591924b1ec16a790721", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "71d5470eb96a47dfb8870380d3c775d4", "region_id": "RegionOne"}], "type": "identity", "id": "3a3c31666aac4b58b71f4a81bb84d4cc", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "568ae235bede4725b285107b1845647e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6270f9ce0d9a462786c1f4514d754b53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ffab5e2722f34dc5a7327057ebf029c7", "region_id": "RegionOne"}], "type": "compute", "id": "cf57be0a801449c4889a34e90d13c3ed", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "88323b1e29164c1982ba3ac586568626", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2f02fbd51b9c4d1c97f563b131853e52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6083931eee2949dd93470197171f7de7", "region_id": "RegionOne"}], "type": "image", "id": "a7191d61f0764fe6b727ccc52ae94536", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7c00f31081804faa8f5624aef98dd117", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "44920af44ffa423aa79828e841ab4154", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1a4f31cc311141e0b18b89c1cbf38e6d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f4a84df3744147648cb48c095a670ede", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5dd441c0c2414bcfbce4353f4371377d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5469bfe4a9384e7fa85abf7fb2bbf04f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc31ce2aa95d4e51be35256a620cef72", "region_id": "RegionOne"}], "type": "object-store", "id": "01c8c4a4f6ca4f1a9deab4499a76bb4e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5ec8a364e30b499d853a7eedca319ad6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c7995f27cb234b9988947d4792038f2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "11cf79e7a3c54960878625ff610a9121", "region_id": "RegionOne"}], "type": "clustering", "id": "a4c6baed61724fbe8f3d41c5cbac2f17", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ffc54f3580aa484daee45ee70d06ee9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "17f2af4b5f78416ba4df7b12e31bac0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cdf909812e5e4e8fa573defa7caa53d6", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4601273b5948479faa68f046f77801e5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "86376db73c574a9da11b3a7d47c0221d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "038f7b673ad544de84cffa921080fd0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0d3665f9b3a14058ac86023b2410b213", "region_id": "RegionOne"}], "type": "cluster", "id": "b483705aedcc4461a93b77826d0a0a9a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d4b7655f0d8240ebb0e388feb08dda9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ba7822173b064729ab8ed9bc54cc66fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1d5a735e78f24822ba03302310343a8d", "region_id": "RegionOne"}], "type": "data-processing", "id": "7375cd41bce64fc58631076289d10510", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "193cd13158d94cf39efc534ee2b594ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3f0f600b80404d16ad7bdcede1f2109b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0d2c9639380249ceae31a077cadd8d9c", "region_id": "RegionOne"}], "type": "baremetal", "id": "5fb0defe04924ce394a849fcfd1eba31", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1c7dabb47841431eb6733b8e1f6582c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ff4ef9cde7c2473e9839698d3efc6f02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "46ef9879ad3645aba7a8f5062822813d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8de5550473a7433abc8324492cddc771", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bca785fdf488443a8613d529cb96483a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "947b4e53a1094b0f80679ee3624a6dbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0011ff25deea489fa6f08f4f3320bdb1", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "3081f0c0bfb446e6af74d65746897192", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7a5ba4ffb21244c193aeaa07949457c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6c21f27ebf8649a0a3a4188edd790d24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ca3b18745966459899e4d6619d04af1a", "region_id": "RegionOne"}], "type": "key-manager", "id": "cbbebb6432c4458483877142e049566e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a9bfd064c87f4335822857b91b27bde7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8c3592bae8104e2bb4cf0ed6e1ce6c56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0bc614aa74574892af334a54e84408d5", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2efd880282904ed3911b9e93a585e545", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8665ea8ebbd0484e96336e2a86ea31cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "76ec6a0a84414932b9d0bc492642dd5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8861679c80334893b37703caff0110e1", "region_id": "RegionOne"}], "type": "infra-optim", "id": "bda91f11dea24a868792b43933da5550", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "269e86fde45b43559f66437a7f655ef6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e7e1270f64074354885830fa810be443", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "81b38e6000b44410bff8b5138f9495e5", "region_id": "RegionOne"}], "type": "message", "id": "2960dc9fa03349e592dcdddc9a479846", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7b6a166801674f2ebacbdbadc63a940a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "49244bb2cfa64750a65dc088f00da82c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d9293dceae534a1593de0189b5c6778e", "region_id": "RegionOne"}], "type": "messaging", "id": "70eb1c7736b14c07969524eb7fc2b2b6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "dffb343dbf094099b5f796c8f8cb642e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0340ae235b054950a0e2d1d7f714df8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b3df7d224aa547aba2e10907e9ec9c31", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b62e3129deb04baf99e433e0095247fa", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "30a5927bf6f840b494e81a95dfdfa9ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1a580c913870473091884fe19f03d1bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "27b51769c93347bca4c4ad1714c340bf", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2b718685d959467bb36401f5f1762cde", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "418d4ca634b44b1aa8adbe66c4969c6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b35bd775a5fe4e60b9e7f08f10d8ae45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1dacfc8472944e44ae47863cf296f6e5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d5ab2654429f48d8920254b534e6f488", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "61a51bb791084060b580ebb204c4ee68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fe458f777bbc44c9a91b9623fc48b1b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ee6361b2c4874750aa9dc00ecb1ba4d0", "region_id": "RegionOne"}], "type": "container-infra", "id": "38cc552912ec471b948c22017d41865d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b0ced69def124c96bd55f2245dd6a4db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ee3a67e559444550a86b0fd5adaf842a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6fd0963a7c1840bd9dabfccd8535494a", "region_id": "RegionOne"}], "type": "search", "id": "da92bdafb58044f0a39307649a211cb4", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e101a184b4124b4dbba2fff9983f9c0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0e74cc98dad44e84ac79e6589cde2a7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "967f767dd66b4237ae645c21623cc97c", "region_id": "RegionOne"}], "type": "dns", "id": "fa9cff19e338439a8c70c1a207d95528", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b6f5073613bc4b85ad098681c533a9e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6c22fb8be66d421783f05b68c343da70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "44db7fbfb9644b2bb9107a8cdf728626", "region_id": "RegionOne"}], "type": "workflow", "id": "3ff30ee1011f4596b1ba25244139ba82", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "683bddad446445f1ad4a24305510d2a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "267ab49993374b5bb121c918350bd398", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d6df9398032d4c4fa7b186ac6da87f74", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8ea43dcb5d984e8b9dbf500ae74ac934", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d7dee5df4cd449eebf8e17e68fc635f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "acc316d817d546b7b9bf4f0eccc3c0c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a1ffecef0db04abdaa38691e28de7190", "region_id": "RegionOne"}], "type": "rating", "id": "298cbab179c94634858b7263d0d02ee8", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4f83fea31b5a4c398245a4a554259bef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e28cdbde75cc4c8983ded2362d8b4b8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "40aa0a29b7d74064b6ed817855ca2639", "region_id": "RegionOne"}], "type": "operator-policy", "id": "21a261f9dca447adabeea32f715959cc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dddb60981b3d4fe782158b8882cb9b2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e5520001e4584327aac2278431127b3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a8077227213349dc94e21b61a9b771f4", "region_id": "RegionOne"}], "type": "policy", "id": "dc4f87d18cd04a9abc3e62dc414ce649", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c16e918b82374223b3248594ac954465", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "266b6edb09254fd19664d07340e52a94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "009178184e8e4327b808e6c411f865c3", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ed26d28417344108b855fda1731719cf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0c36d95b304f4ef4a1efa0c86ae6ec67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3bc37fa9d70545fd98a42efcc065e39b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c7071e573a904319970976f49b1d01e8", "region_id": "RegionOne"}], "type": "sharev2", "id": "bc581de82fef4645a1fa2b55b8f0135d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0c2d9b393cd944a39970b3c692a2adcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4d64db947c94435d902d217fe9dd80f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2ee886ef998340ac8a58b755cedd398f", "region_id": "RegionOne"}], "type": "share", "id": "cc6873fd5ee54a2a80dbf0e6c79de8db", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4d5c6bde000647e8ae9aeae2213189fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "02e93fb3d5914fad89bfb25ee4eb422e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "505f5ef2f03b4869b4117277c1064ace", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a1b6c513b0a04c938af8601ce585da4f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f16085cbe8124843a8ee684934ce4159", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e81b903406d4232878cb2dd0754c693", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad42bd24ea3040d09d8a583a3fe90d52", "region_id": "RegionOne"}], "type": "orchestration", "id": "ab01f59098694d0281e09872d3493ab8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "30d905a17c9c46f498cb90bd6fd66409", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "445241eb04d34508a34b876bcf35de27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81c0a90f351a4c459f6cc81682afbe2c", "region_id": "RegionOne"}], "type": "block-storage", "id": "806cf49c3a394d2e9e478e2bb14f9eec", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ef6b260754e48008da7db7bd568a39c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7596e1adbdd64e64bbde601a357d8d57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "927bebd7bee642a0aee1eefd4ffbf82b", "region_id": "RegionOne"}], "type": "volumev3", "id": "7a3b17a079cf464a8aaef004b2317415", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c09ea2f4bc2a4cb095fbc470ec1181a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6dc4a0d2ea504d8fa06c55ef5e8a65ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18e92a4b7c364c349bde4531b5e6c3af", "region_id": "RegionOne"}], "type": "volumev2", "id": "d53b34c43a7f47f4b0b4ff422a25c2d8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64e0be79fed846cf9cef09a40f9d396f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b322f594b404831a5e2ef446b203e28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11e748d16a7d4600a10a3978122d4537", "region_id": "RegionOne"}], "type": "volume", "id": "5dfdcf3fe4314190b3b163f775f72218", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "140aed55db9c41dfb8c9f8e9aa8be126", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f6b9e57464347648403304328992f59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d37693952da5407e9f18fb04ca867758", "region_id": "RegionOne"}], "type": "block-store", "id": "c3c8b64d74d440d6a8ba486ecdf81ecb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7613693ad7ad4d118956774fe8a499c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9aafd59de96e424c84e78a5e6b2cdb9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f2ca208d4dda400ab4d071a2a7f04bb1", "region_id": "RegionOne"}], "type": "alarm", "id": "9de51cfe1cfe4999b151f7243cba70d9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e8509107e9c442f49e5e09e8b768c7c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5fa5da41022147829cf98218377f0782", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "05d46deb033646308271d023db1c8cc9", "region_id": "RegionOne"}], "type": "alarming", "id": "128704ce7e1143979cdb665a55a8cf34", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6e8af4ae9cd947dcb72fdfa359a53fe8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2614038d953b422695e3ea26107c1204", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0d1a05bfcdf74d9c9ea230dd1fe5e98e", "region_id": "RegionOne"}], "type": "meter", "id": "ad65b2dd513b402cbb1b97c31eaeb342", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a0b5ef7eb88c4758a6b6ee5b2825f712", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ef902fb78c5f46ccb8cef7eaf3b28901", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9515171740f140e39f8250ff0483ec98", "region_id": "RegionOne"}], "type": "metering", "id": "836acd9209064ca497f6a9aa722cbdef", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bff1f75cbca446e59ba642c09d0a414f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "84bd568cc13843449a7615dfcd64bdc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f531fc31addb4285af8f9e66a92ec568", "region_id": "RegionOne"}], "type": "telemetry", "id": "b07f5c48bc9d42e6b1de385cdf421210", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6634ef51923d4a1e8c906c55b448211d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bd775eaab93d4ba181f36d785a97d475", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "25356755b5c3473a820809d8ea48b77b", "region_id": "RegionOne"}], "type": "event", "id": "e3d1a166551f4133ab28d5ae11a3706e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1d70179675ce430eb974df332b7fffcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2bce46f5197540aa98d2f5bd69214616", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4bf5d5db56544a949f44d7b0348f60d7", "region_id": "RegionOne"}], "type": "events", "id": "47d95cb0782a445a992f9ba4e587059e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8ba21c7cc68f47e29b1fb39361776467", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5679f6c2695746018fa1087fec37d49c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "972660b13adc44ef85ee02bf3e2064b3", "region_id": "RegionOne"}], "type": "application-deployment", "id": "74819c0664624c658b789683b3ef63a0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b1f8f232998d429d9451963734d771fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "19cc856fdf2a45118c850944217f1707", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a8ed79ad30ef4ec6815d8684d51ea72f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "08ce1dfbe113406e9085864c22d40096", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8bac68bd635f4788a6ebc5b01dcfe303", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2a08a93b4ece4393ac69fec0bc63ad7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3bbb0880609d48f08c9fd8f6f7ab05e2", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "22ee26e71d7e450dbbfde02317e91dd2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "93e079d306d0418280c2f163684142d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d0252c62ab85420789c7229bd6c7abcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "560c1e49b6df4c219f41c0864275104f", "region_id": "RegionOne"}], "type": "tricircle", "id": "4cac9b71df7c44bcb2e365c3eb8b57d6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1ec7797f6a6242baa8e18b53981d10fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1c92566faffd4ef38a0e685eff934f03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3210264966b546e1b186d42335f309f1", "region_id": "RegionOne"}], "type": "database", "id": "fcdf628da7184df7bd1740a2b8806863", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8c856487bec74f898803b75c8c76e832", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cd733dbcf0284162b8c64682f4a6e8ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7119ab78345f4cacaca8a25069499cc9", "region_id": "RegionOne"}], "type": "application-container", "id": "0d48e5cefb2b466cb93b62176ef6f188", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ff4196b7320f4c4c89f4fa11f8c52339", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b4a3f110b50b45acb376b8aa5afb4507", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "150e41247ad64447a1ce40f90de62b01", "region_id": "RegionOne"}], "type": "container", "id": "87e5a16c08f34a2980c0a5d7efce6e1c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "24026c3c954146aeaddd78b9e1c6ac34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fc06578cdfd148fab086c3ecad4ef35f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "aa4b19a29dbd442a97f7ff85644f3c8c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e83f04b44f9c4b43b523f97e0c2648da", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "440ce3cd21084300a62b9ae443127680", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4804603bbe774935a368270419135892", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "509096ea7ba34adc9c7f93681ebbe59e", "region_id": "RegionOne"}], "type": "rca", "id": "c7e5aabcbe3544f898086474e1e80b13", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "48c6012461cd4eb38fa64a4dc5e484a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fcd6d644a7e349fe9fa5d8ae15bcda10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "094a4b8694ea43f4a2617fef39ddea41", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "52b4c9761869432c8aa690c6b9181064", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4ba789711a104f5fb3797c4ab59d63fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2ce5ed91ec4e479b9207e8172e702b7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b3a3e97025444fb7a8f2009d263bf608", "region_id": "RegionOne"}], "type": "network", "id": "189a4d3b82f3439193453737c5676544", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e8c976c192f349f99c4b642013d0aa61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d72636dcdc62487790e92661ae4a82b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "1bc65d0ec1094517aa3f16d86414b461", "region_id": "RegionOne"}], "type": "backup", "id": "51bc0bd3d293425ba9c212a0da371880", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8a66b2e94191401293b446b2089ca31c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8a8ccf90bd4c41d895734db3b0a97bbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f217af204e544817a765c06a86056966", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4be1ab6e17de42b8baf06263b70951e8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a161a9a650dd4bbbad5660500069435e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e64530257dde4ceaab993641a0dc6b0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a70a810b5be943dcaf6f243996b2a198", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6924b2766d144c6989e19548945a5770", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4e0e1cc8aa7d4f6b9aa81f0260118b2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1a81742232594a00a927c0f008311f29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b0c05519089d495c981694da50ae2c0d", "region_id": "RegionOne"}], "type": "monitoring", "id": "b90572a8c6324e4b8d740264216392bb", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "efa497c35b6e452d9fe633addc0213fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0d466cdbdf384fa7a0e2c7d15ff45a82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5fdbdf3ca2d04c67be7804cb593b41d1", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "5d4058b3e9454ffebc037e0cec0456a7", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e749f9e120834cf890e23e157a241a6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c25bb71509d343e1a105144d2c2cd8c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d9c24508a49f46d2b4d9f5caa19741be", "region_id": "RegionOne"}], "type": "placement", "id": "eff6ace1d02f4287938dac5fd9959b64", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e0492fe23f0b42a292d38c841727f980", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3c5746165800452bbda3f8cf8b408149", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ac5fec225c15402e8bd1e2eb866d672b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "3e091ec6d3cb4d70aad885d45178c194", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5146c392a7424f7b9ac630222543cd87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "174d6be15f5c4524992e9e1d087423b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a39371b1972e449ba4d6cc84da01c654", "region_id": "RegionOne"}], "type": "ha", "id": "2565b122960d40278f470dd1ebc16a8c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "90398b552000400bb6d06aaebf3e7b68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9bcd0bb2ddf5460a836e95531575f6d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7bb96aa53150462f8738c5e5c6bc6f12", "region_id": "RegionOne"}], "type": "reservation", "id": "bce921850d7a40ea904442cf42aba541", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e38a531af3704184b92212c720ef1001", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8125b3108ac34ea1931a20122ad0c0c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "27f743369f3441309e4cd452668a9a3d", "region_id": "RegionOne"}], "type": "function-engine", "id": "2da74a969afe4eb983a3da13753bd09c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "81b0797739524ab5ad4997f92b12a754", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "639d160630d34f09b1f6dc1eb108508f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0c1d207533924c11b74384406a229ea9", "region_id": "RegionOne"}], "type": "accelerator", "id": "1948cede7561403894dfe0d05284b93f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e4297f0da10547d89a0e8e0bbf42e8d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4bb49982149d433498bc32553a1c4451", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e18bf94148fa493dbb32aa492e743bf5", "region_id": "RegionOne"}], "type": "admin-logic", "id": "795e926f62f8402aa7a44237a6a140a6", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bdb560ffbd1b43aea48bdb3b2ea8bedd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d532cd9ae12047cdbdbfb849bf6bce04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d1704034bc914894aaa329e0eacaf466", "region_id": "RegionOne"}], "type": "registration", "id": "853a0e937ed94f1a906d1b9091854ca1", "name": "adjutant"}], "user": {"domain": {"id": "4bf5396c91ad43f58b0eba73137e4f4f", "name": "d1f1b914e34546bf836c5802d2e8367c"}, "id": "0dace5ab7b3e4bce9fcfd210101f01b6", "name": "3562179d5d43473b9982c3bdc1dba107"}, "audit_ids": ["209a3458b9f64dc0904d10594db7c0de", null], "issued_at": "2019-09-19T09:04:41.360576"}} 2019-09-19 09:06:41,542 keystoneauth.session REQ: curl -g -i -X DELETE https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_delete_container-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,547 keystoneauth.session RESP: [200] content-type: application/json {28} openstack.tests.unit.cloud.test_image.TestImage.test_empty_list_images [0.234894s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,383 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,387 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,390 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,393 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,406 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.336734+00:00", "project": {"domain": {"id": "f2e8ea5fb11640bfbf7cbb0f14b8292e", "name": "2c2d488b21654425801f749b0e336dba"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "75cd0895ba48490db138679daecb111b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "08b14fd84f144039865d9d1f33706815", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8b1afb203b574d849c94ff8866e9ed4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1d703b3abb57442aba61fb9bd4e46369", "region_id": "RegionOne"}], "type": "identity", "id": "f72bf01267b34c9583a4bdbed8353425", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3af9634b24af47c1ac160a9887ce153d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4361efd02b1649ca86aa80890336a779", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "aa18d76f9c704b91bf96a91eadf6a7d2", "region_id": "RegionOne"}], "type": "compute", "id": "ee2bb23bba6b460797c2a60627437a2f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "0548da8ba65342dc9eafca53176625b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "db3e582096ce44498b9e81a47bd5af85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f7e8fc9148ae4847a32a45db4604c1b3", "region_id": "RegionOne"}], "type": "image", "id": "35eeb6de8289426a893a11e4ad8b160c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "080f124eb72f408d99ff5e8799f43fd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3f82a45bba524f21918c714d14ca0830", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "400c0b6140054e1fa0ab6405d6345a20", "region_id": "RegionOne"}], "type": "load-balancer", "id": "11e82535391e4b6789866ca3c7b8f1a8", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c91a26fbecf47dcb8d753f9b8787bd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76d938c3d4de4cfb88b54b5d93b4c07f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7098aa4664b4e94a0e83ec4760f294c", "region_id": "RegionOne"}], "type": "object-store", "id": "cb950c2792154ba9bd62931cdffc0afc", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b1c4a71499a646698cc388999ee9bc51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "528e27714442430686804eb9dfa0b9f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "72c805e3d90846e8a7f2cabd54f2631a", "region_id": "RegionOne"}], "type": "clustering", "id": "47dee4f8997e42da8329443ab1e1d355", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "13e152bebb9a43ec96cc1eab504e49c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "269d862d12a14e12b7290777bf64f4e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8a410f68ff6d48888c8ee720a724360d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ba74812781c54976917330d74b8312e7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7d6d9918d6f84ef59c01566948a72398", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9ed583ffbbb84330b927536469cf2520", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7690276d00a849fab6bcf1fc6134a63d", "region_id": "RegionOne"}], "type": "cluster", "id": "10a6c4c8b9b34a47adcaf5e144dd204c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bf199af7373c4d24bae70e483a9a20a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "98bed9ad401743f7a436044f48f046e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "899d3e3460c447079ba9ff7688a86f96", "region_id": "RegionOne"}], "type": "data-processing", "id": "0965f2413b6644e483c6fb145741bacb", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bf5aba6bf76943d3a26bb0abeffc921d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c38b7cd4195842a28378a07e0e59ed9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "286502036f3f4ad4bea91336ef793694", "region_id": "RegionOne"}], "type": "baremetal", "id": "bb63e351a31145a39d1e9c82c7098569", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e1504f0504f9404da9db07c93b328cba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7807764beef846eab9535610e830b056", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2e030acfa05a4553b2caf1263ff69ab0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "698d5ff3c94849d4ad3690ea6152c8ab", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6b1fa18925cd46b4aa9079ca09c326ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "79795e95c4024d4dba1aaa36e39553d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "6b445ae9ac60494aa0d3d2dbafabe1bd", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5ed2ac9901bd4da99070c8e082556b32", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e5388c4e578841818b60ba8a14a6e1f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1ebb8d1e06364ec3a33ba7f518dbd033", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d565a6492dd44058a31d1c2dec0cebbc", "region_id": "RegionOne"}], "type": "key-manager", "id": "587424069fff4bd2bdfe1323152627eb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b8435adb776d47138ccd5dd5a879f683", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fab41f991bc44dea949367e98395070b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bafbbc14730c46498dd5df340de02e4c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "7251a930d9a24a56a58415c27ee1f021", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "54d6d8439e4e48dd9fa8429dea31900d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dd50caae0a764357a6bd266dd5126bc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "363e9b29d5cf47d8be9968cbfb15d236", "region_id": "RegionOne"}], "type": "infra-optim", "id": "07d7cc640afc455eab94b8da69162398", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a609a1286cce40cba986dbc884605696", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6ca24c8126db475ca5fff777ea370210", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8948d71048b44e2688c4b148a6ef4e2d", "region_id": "RegionOne"}], "type": "message", "id": "31979535bdeb4a5b8831b5b0ef6f4ea0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c3cc7a3724ef412eb03d7666f632b289", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "69f7e24169fb47d89304624a1490607e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1df3211e18b1415985f60ec27d228541", "region_id": "RegionOne"}], "type": "messaging", "id": "7dee763954864164a213191c78f1dfc2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "380667192f454924bff5a065aa6b7b34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7302cd516aa54eea9ff6cbca564c7268", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ae86e0783fd349d6a1de3d69b05edee4", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a3c186f833a34a6d8bb31e88f78ddf0d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c41deed8f52349bb95f724de37ca37b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "38c1801cfa784292954c89131ebf6074", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3c00bb91b2e245aaa2b84259082e0613", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "99521b318d7445cc949462a01664a95d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e3621e86e99342afb9d308d14bcb422b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "91261fc56b7343db8d114ad4d403ed20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b57d1429026344c2aca080cb537873c2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "73752ba779244c698196ebc1a7f0eac3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ace2a82a716d4e659bf095e348543064", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "744a695f78664b51be3db605ff57197e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d81b169c1d14fd5bc0e3e2a8d6d959e", "region_id": "RegionOne"}], "type": "container-infra", "id": "90998a506c164c2dbfababc72dae526c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "34704c2ca20146828614f0a3411f7748", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b6442d8092cf4949bba61b813b67d3ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "057336564b664d80b520679752414ae5", "region_id": "RegionOne"}], "type": "search", "id": "19f0e0b69e364c6d94f0c30702066376", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f3df0c544bfa4a318d495dd14302d9e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "803b34ecbf024bb1a027c90b70b29d8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a1ddc1d760694900ad585b3b99acaedf", "region_id": "RegionOne"}], "type": "dns", "id": "c316d82ebf544f7182279dd75c37f4ba", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1ac238e416824f80a13649b8af126aa8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fce51136a2d24a7abdd011ba13f33dcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f9fed328f5d742b4a9fbed3a3366820a", "region_id": "RegionOne"}], "type": "workflow", "id": "027f9d44046849ebbdca4cb4806abc94", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5a58d8c3e73b4f7380619be38d78f02e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "71d2a8df98fb45f691777964925d9353", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "35b507ed9bb04efeab942a01081fa5e9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1d714c145e8b4cc894675867b52f8d13", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a7f80affebae45e9a5245a7cbbecc015", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "be48af38e99341fa9c1f221b4047e83f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e56a5dd795c74337a915590bfcfeddb0", "region_id": "RegionOne"}], "type": "rating", "id": "0243835f88884fff955f2eb2776bea3b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d1866cb4b04d423bb3055ecfef9ac8bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "59030f6d0c9343e6adee421590f3820d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e7d7fe371e474f56b1b4be5437ea809a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "106e4276ec2549ed860520d26fe837e1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2d6b6e0d6a174e9a96922351eb463f90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1f528c802d6247829eb38a9132ac5eb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "69ea5332431345b68f81d376887f46c8", "region_id": "RegionOne"}], "type": "policy", "id": "dfd198ef2f0548ed91c1339535c8b5b9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7e60a64992c548688dcd7e8db69d77e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2c4b40c4980d4a1d88b6db4096f4fbef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7e2c539fa0ab43bc82534de9c1d717c3", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "998d2b327c0c41f4815275d0f4190e23", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c26aebca628945c4acc6f1231b2420f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "57716ccd063c41829ea97eb9507b924a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4cc2e9858f5e4bcf90c71d153da41286", "region_id": "RegionOne"}], "type": "sharev2", "id": "5897768bbdfe4b049e385e0ace56af84", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3dac837372b9439ba523202242766570", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e75a88c5944241fd98250c83d75cb00b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f1bbf31f8c6c4694999015de0cc004f0", "region_id": "RegionOne"}], "type": "share", "id": "d148b20cc84944e19ab693406b675183", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fe7575b1dd124b95800624ec659afbd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0f5c26fee3c7466cbe5827373b89b6ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "151aae3147ea41e2940493d64dee4502", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9d951979ecf64afc9c31b36e570302cb", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4656b873c0a844bc86cc68defb23988f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3abccce832545df90f5371c4f6b6cd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e40265ed68d46ea814c3d2207082308", "region_id": "RegionOne"}], "type": "orchestration", "id": "6dbec480f963462f8708fd20b3954fa2", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f63803f0f8f4f03b7adc2a393d3807f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36b800e873574b7196d120a1767c9cf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d123ddec31744a62a32b4b658ff020df", "region_id": "RegionOne"}], "type": "block-storage", "id": "1b843565b7ae41378e403c0047f9f5ef", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9b16c4f103d4ee493bdb26b1c18a1f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24a1e8369a2a458389601510432ea707", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6792fa9bc91465a834fdce15f28b70b", "region_id": "RegionOne"}], "type": "volumev3", "id": "30a24bdfe5cf44878e5ecf7ba264b1fb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3de7b7f909c54fc19606aa0cc4df9c43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b947a01b18654461ae833691cfb0f4b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2bde1a882738410cb24292e16a0f5963", "region_id": "RegionOne"}], "type": "volumev2", "id": "c93deb43ce404d6faccb39f02f676733", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e1629538b864c6d9576ea456e89407f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "989f0d2fd1644a44834b7e7e752dcc8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c89aa970642450e9bad62a92f9e8f7d", "region_id": "RegionOne"}], "type": "volume", "id": "945e4643e6d848ae9cf4b3dc294c8c35", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "768efa7fbab641ae89721695576acc2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01ea8ab561724811b15097b5747ffe5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93579ad7796c469db9126c7e41f427fc", "region_id": "RegionOne"}], "type": "block-store", "id": "5652798e0c1c4ab0b5c43abffff7f3d4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "72ba23f2a12043b3bbfd1b1c304e25b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "93034eaaff2b472d8e9f50eab149b777", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ae7f42e477bb4fbbb2dda06ffeb13ea0", "region_id": "RegionOne"}], "type": "alarm", "id": "f532c5c992184d00869b394ddee770f4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6dad7d706fce4031b3d34c7ba2b58081", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "672d268a416c45b09bd33ce16219a867", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4d4f2e510a104ba3b11e381b005fbe32", "region_id": "RegionOne"}], "type": "alarming", "id": "33ebb20b6d9c48178d843a9e01264040", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3627e5ff9d7547d88005b933095d9188", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4862ae2acb3e4d8b8b51a7b277350e54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b496de2dc2fb4422840204e012389fac", "region_id": "RegionOne"}], "type": "meter", "id": "85d60c9726c8420aa66012fc37947d81", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cceb5ffb101746efb28abdcc2f19e544", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "99d6cae39e9c4d42becfde72f8d47b50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5fb3f38f4a9a4f59acda2e46362210af", "region_id": "RegionOne"}], "type": "metering", "id": "af1f01b2beeb4237b35ebce63b066c03", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "778544de6f894f2e8426fecf6e385737", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7df2f14022f547a9ba862cbd2ab7fa13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3d738f033c3749e59fcd07f54d3722e3", "region_id": "RegionOne"}], "type": "telemetry", "id": "9a6a2c7a18a04a53b2a36e58c6c278d1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "981ac12dabfc423a97c95a9a05f28f3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "29aafbd1829b4fe1a2c451f0689fbe25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "916d5ad3f5fa4d07b33debff8edce096", "region_id": "RegionOne"}], "type": "event", "id": "35f87313cc78421bbacbae404265ab9e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2e845bb11d524683828c5eb8d87446a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6a8a31108be14a86920c9c3d4e5c59dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "17f21615ad864be3a42a74d28f9ef0ff", "region_id": "RegionOne"}], "type": "events", "id": "1ea0909ac543401599e9fb70b4b16127", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "730760d62a414fd2bcfdb5ccd0e49e93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9f32417175d14ad7890a87e64eacef7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5fbfe9f3359a4215b74bf6ec00a5012f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4f102bda1ee94911ae7720f81b34c7db", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "59133b04cf1e426e9c4e0303a3559d3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ba49b858828a48a590d64b93062c49a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b879118569ef49da8daecccd93302a27", "region_id": "RegionOne"}], "type": "application_deployment", "id": "71f47e4799ce4973a2991ada59b60a96", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6fea20cf6a2b4516abeb8c26976d2096", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c49987cb17144b068c1f962f53898dcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "434633c57c704a0d939c03622e112432", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "03faeb5a17a64edcadaff2239261800d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9692bfa32214418fa0b72f65e9d0f938", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5162689034014ad8a9e6bda8f1ce6d89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "70bced86d6be4773a954184e867c6eba", "region_id": "RegionOne"}], "type": "tricircle", "id": "7781cdee2bde4e229a08023db2d474e7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a8497ac49f0e4f25ab8ed42bba356e27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ce8af9f6735a457cad36826580b64479", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7d552e36ace144e1be4e4f13f0dd1b98", "region_id": "RegionOne"}], "type": "database", "id": "075e6908d6544387b4280e3e9287064d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "afd555f43dd94e8b8a957b4c4ed97e47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4bf8761e62474bdc88444f63d1f22071", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "35602fcc1e284533968cb4050be0d070", "region_id": "RegionOne"}], "type": "application-container", "id": "3a6f6f37b3da4edc8b09eb0fa830a869", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "61155a63009b46b58f64e7d349dba1a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a0f8b593feee403c8c99d31e5fd517db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "daaea57372a548a982051b22c910299e", "region_id": "RegionOne"}], "type": "container", "id": "dbfb5eb3a7204a6ca6d3aecfa227b650", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b9ce0259548f4349aad3a3008b31d3cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b5347e7b3fc2417c9fa5f75b4fa2b8ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "21982ec82e9f4fb18756a8164ff5787d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a8e08a9faa2c4443beda49c469fccf3a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ca68bb4044d94ba59c31eecd65d38604", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "69a05eb1ca5648db977e5de0927c06d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "de5fdc0c095c4bb38f883306f7a5e18d", "region_id": "RegionOne"}], "type": "rca", "id": "a76ec455b6a74f69a93f0bf7b1749d64", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "621a6a6092ef44e4a0cf6862d180c5d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "507655f96d1a4f8991f3402ca9f4bb9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "12e2c340ac154e5b9f676749949f99cb", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d0b41ef0ed7848548f6232ae9f356ae7", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "af82bdc7f21f4798b068b29a4fcc9711", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bba4dac1cd4f4b7889efdc59536c3e93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b100c4498bfc468eaa861df6e625933d", "region_id": "RegionOne"}], "type": "network", "id": "045499be4425459b9a869f0917752c49", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a7860d6c37d2461ba7961c350a8d702d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2e50c5f3824d4b4a825c022f00eb26ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "402c7aefe9cd49dba716a688b7f9450d", "region_id": "RegionOne"}], "type": "backup", "id": "149eb428d7e54319897c7b115cad90fd", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e5bcd3b736194ef9b36a36aa5b7e910d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1d884664ef5b492b95ac063e0f8ae2aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3fab87d2947d4221b52c8bfeda55582b", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f216ede1fa694b7db4581af68ca29553", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "50b39e5751a3488bbb68d8e515a281b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5f03c557ad43489e92341ff6b31777d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "13fdc427e898414d956f96c3ce0daa8f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "98de389819584cdba23d7c443878e822", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2c84fe48f9194f819aa8c0f41d83f5cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "abf6a1b1255d42a9b3879b2031ef3eb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "0023eb5b39ee49c18ffcb3bb60464403", "region_id": "RegionOne"}], "type": "monitoring", "id": "3b6edf17eacd48f7ba9acadef593e186", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ca0da4c884bd4c24a8974355d141e43c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bc11f7bd6c4b451282f9eb3a6824866e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1beb3889b74b4f32b409d470d0d84b5e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "34c6026565584c7bbd770a50a3d84c62", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c2650980c6094c7191fa2726b282a87a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "46fdfdc8d3a343539949c99e7c138669", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "830812c26c1e4458b7756010b98a3bec", "region_id": "RegionOne"}], "type": "placement", "id": "85528b11da2d4fcbab7a492fc642a076", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "80750d9734c84f4797c1601b7c26e5dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1c69a5cf39074688b0f19c9698f04190", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3adfcb538af6486eb79c073602ea0801", "region_id": "RegionOne"}], "type": "instance-ha", "id": "28fc8213854847bf840be3190689a01c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bcfadf7e715240eb9c84c5aa6c7fc1f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d8c95a4210c84d39b3623c9aec8ade10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "814621cfe93d42829529978364b95a1b", "region_id": "RegionOne"}], "type": "ha", "id": "4c679cf0d18e4dd692ccac782ff2a1f5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "045d837e90144eaa9d853a64adf9bf65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5fb202db902543d88d95f5e20fffd7f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a4fff41338184c2a926b6e24528e273f", "region_id": "RegionOne"}], "type": "reservation", "id": "fead4bb5d6c44e4183304acc0aea1e06", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d4f10929f11e48e2965d7a5096f9d08a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "accc1dd5ad8743f7940bf85b260d67a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "52bd9d7bbb8046dd9089d7e4fa2cbc3a", "region_id": "RegionOne"}], "type": "function-engine", "id": "c0018e527ac9494aaa0e3f03f47bb7be", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "10910b874ec146e7a787423c90ed896f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f6393580fb2b413c8128075125675d72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "bf556f767cc04b1eb4e35edc5730958a", "region_id": "RegionOne"}], "type": "accelerator", "id": "8898cacefea64477a014c2b22f7e97ac", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "190eb3d582f240b48936a8a4c136e45b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fc986fc819c2428190f7a5f10f3dbf87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0e6e5ab0b71845848ee40a1d4b9b0821", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9a3444f394db4a4bb9748737cf80a83b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a784605afe3644608bb894b69c4de912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1022fd6daad0429ea8aef85c03913f81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fab00fb267cc44bbaf4e919768cf5be7", "region_id": "RegionOne"}], "type": "registration", "id": "51a0b6d86d0c48b6ad176d8e6011b1a9", "name": "adjutant"}], "user": {"domain": {"id": "e20a4ca5707a46228111946e6ec2ad8c", "name": "2b68eb5d9e564d43b676fca40b51c3d6"}, "id": "a9467b3ccfc34dbdba6ea13e8b6f9e66", "name": "ca270bb6c52c4b9493bd3c8cb19f7b51"}, "audit_ids": ["be11484cdaa641a8b0b294d4488b5f78", null], "issued_at": "2019-09-19T09:04:41.336734"}} 2019-09-19 09:06:41,459 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,463 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:41,465 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:41,551 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,556 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,558 keystoneauth.session RESP BODY: {"images": []} {20} openstack.tests.unit.cloud.test_image.TestImage.test_get_image_name_operator [0.307721s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,400 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,404 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,406 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,409 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,421 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.340389+00:00", "project": {"domain": {"id": "b8695a129eb448668020c0e97bb1455f", "name": "7500bb3ebc0d4416abdea8e348a51bf7"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c009cd6145c04941883758185e660f53"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "7a736d331bf54b4c9c171c1c5a55d5f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3635061991cc417695ab35445c4821cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "305c7f0977514dd8b2c4cf45546e32cc", "region_id": "RegionOne"}], "type": "identity", "id": "6c8e05edb96045c5a6ea846d12512d16", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a6195eb93f9a4b64be22ba90c9749743", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f83596a058ec47d7a75e8f82081dba04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "18419e14bc43433ab82e2c7b0d2b2735", "region_id": "RegionOne"}], "type": "compute", "id": "d7387070a6bd4cc5be56f846dfb1b391", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d60693b6c5d74b9c920944095380b121", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "9c32e9a5e39542cbacba0a93df1416a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "89683034f1cb43afb514a192a465ead8", "region_id": "RegionOne"}], "type": "image", "id": "284a8a7b4d2e49de8860424bec0bcb17", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e851721096b14fe699abc41a1a8be4a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b64198412d85490a8bd38a7228452c57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "58b848ac9a014e45ae825a9b09a1ed32", "region_id": "RegionOne"}], "type": "load-balancer", "id": "bcbd0714d4924ac0b68141da4fc9648c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2b71f205645480d9c3580da2cb4d2bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40257ec635ba441a9d42d56b7e591d55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e907f675651a42c688bc659d149f35cc", "region_id": "RegionOne"}], "type": "object-store", "id": "518a104d900942b1911060fb5413f9db", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "54ca8083f53c454e9ba6850f97ea6522", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "13933f5f071f47c09deeb1a13adb50d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9796f1d051534359b8835c4874158aaf", "region_id": "RegionOne"}], "type": "clustering", "id": "4593a91fd66f48f4b0dcd50cfc0aaaf1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0c8f1ddd0c6943e2899df25e726881ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a54681dea6464f58a7a5ba3a97231a10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "645a372f2f9845e1bb4ace299e355f31", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "562777e273e2496e9df6bdc74255b243", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d09d9742d3364e8fb099726874de0728", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "af821b4805254c9e959f317ccc3566f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "65aa386480004affae8ec3057ec18a3d", "region_id": "RegionOne"}], "type": "cluster", "id": "a291658b6a5446daab01ca92b33c10b7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "920576dde0614436a9364d460d722201", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ce88b676885b4af6b0ed5476f2f1b3b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "873d51402c2b410291bac18330406164", "region_id": "RegionOne"}], "type": "data-processing", "id": "bc8d010cf80147e48a562214498e2571", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4a46915d15144b0e83069841823de373", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "84b716e0376a4a1ab8557e3017c7aa69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c33eefd9208b438a9143177026851b92", "region_id": "RegionOne"}], "type": "baremetal", "id": "2d0d199731594a75a7b2b93f232eb95d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dd9ef8f9e4a840649174d88447c86003", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "85e0e6793c6e4cdeb17cd67688ba7332", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c5560f235ca246bdbe75e7801de437a4", "region_id": "RegionOne"}], "type": "bare-metal", "id": "82d89826cc6c4c5487caf675236731a9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "afa053358e3b49bd91bfad0b88f32551", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8a8a105b265a4e7e99e9d89bacaadea9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b54bec93d1f74745af46add29916f53e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2a02ba686c3240728fe3c2aa1458438a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "12d39507432f47bdb1fa2223b62ec6cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f5cd51d079da4e59b484f339d6b9b609", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "49263cec126b43c694056e14312b70e0", "region_id": "RegionOne"}], "type": "key-manager", "id": "64a368dd82164ae8916b3fa5495532dd", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b01b2977730449f3a5e75d157dc0fe59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2c69105857bc4a60b0e11a8c360e6265", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c71cddd07d084336819890a2e4d89313", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a9e3ce13e4b64ffba534715f3e6c99b9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "483654ed5c6e4fcbaa1006eea9d65ed9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5808febf353648b6b9bc949a7acc607e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4e6930e8fd3249ef8e22b11fa2bc4de9", "region_id": "RegionOne"}], "type": "infra-optim", "id": "150012e9d7db47aba00f63b61af41d34", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f01a497d2b0a43adaf91dabac58b7d16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e308e325df1d4956afd577077bbf5be4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ab32c6aaec1940f6920c7c8b9c265d1c", "region_id": "RegionOne"}], "type": "message", "id": "bc8e22a8c1e14c86bab04c9728871932", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8aa6f649f3f444ccbbc3ef40b8689ff8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c7b56a2239304e41ac7821d972c96457", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5b30c5a16c4d4f4d8dd9bd770970941a", "region_id": "RegionOne"}], "type": "messaging", "id": "c3e87cd5844a47fc88e6228fa34bcdf5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "03ac815f8d664d5095d70b55a3585bf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "89277f84ba6a419f9426665234971fea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4dfdc594ae6d4a39be714a4b81a536d9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "5d51e5e198c5438f802a0dd0525af20d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c2ec0d25c894b1b92bf5f2d7a00a21c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a92f46b3918b49df925f7359a138ba64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e03e86823e704f4883ccc6a552c92387", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4ca7c2df43944f02ae54b50c9a99c5a8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b3feb1ee8e44c7c975eb5c3a60a0faa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d1a43abec1674519a7ab811439309e41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2d7f7766c4484dc2969f2c5ca5e18294", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a27433f887924d90800d64cf3ded014b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd2a45627b6046a78364b95b14811d11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "abc75ffa983d49bca4dfd3c0acf47c48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "809c6da237ac4a4e886d86cd01e33103", "region_id": "RegionOne"}], "type": "container-infra", "id": "7ece3f5b66b7428288540d0613f7139f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "dc5be1c11af9405c81476a328d8655c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d129c7a7f5ac4be98cfcb34e14fe8274", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3c9cc7e912de458b8347d7e6f8d1dbff", "region_id": "RegionOne"}], "type": "search", "id": "e4f0e96003b544a6943d0a35796d1fe6", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "8cae803e910b4b008d4553cf36810266", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "12af3912c1494caeab6568279d0c6d09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b7388df0c62f41dbb9baf08c15ffeb2a", "region_id": "RegionOne"}], "type": "dns", "id": "23f4c699c49b4fdab904f3a0934ef734", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f8b0da20ac6d4caba5107c4235f88e95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dd7834c798e5425b84f53efcbaa44556", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f7e61e35852c4837828e6eb31a63da22", "region_id": "RegionOne"}], "type": "workflow", "id": "77e54767482f4252b55990a1a57bd1c8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7851547d37a646ee8f7453124153a50e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aaffd8cb012a48879de222fa92293af2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bf4564ce49f0410eb944b6c688a1fbb0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "18fd10d98d604e278d5bf954bf89a789", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "69236995d1fb4abcaddf5dc88f35d624", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9d8b5165aa474057abb412bcdc6d637b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e5cda97cf63247b195b23f35f10ff720", "region_id": "RegionOne"}], "type": "rating", "id": "dc679ac8037040088872c35f73b2d95b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "decc1db9b6244ad2846ad0999da10769", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "76d1230f3d25422da886154f32278126", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c47f6f33d8de4dd79267be2dd269baa8", "region_id": "RegionOne"}], "type": "operator-policy", "id": "8bd0b1970dc341d9b570f55b38323cbe", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "aaf3ab96358d40d382b9b34a4942f525", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "012fd4a787ce45edafec51472d305a79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3726ee5120104c11bcfa066eaa7eedc3", "region_id": "RegionOne"}], "type": "policy", "id": "33a77cfebb154d9db3883d934d2e6fca", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fc1c40ca5429415ebc74ac0077a51afe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a9af6b52c46b43a6978db7089f5bb78b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "67df5bf5d3dd4fcbb45401414b7bb796", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6bf3e454ae4f4424b05e224c4ae155e3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "84030f5fafed40c5ab9032531df4bdb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8dc0f92c243c4689bb39558f394ba8b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b2b3241d2e534add8f5bd1acb85659cb", "region_id": "RegionOne"}], "type": "sharev2", "id": "54a9f64241dc4bed8779b1f52a1abf70", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6112d675b42a4933b29ff1bae9f553c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "98619a5f3c8d4226a596646c4f07923f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1d8c2007adbe483293f2745254685eb4", "region_id": "RegionOne"}], "type": "share", "id": "3663759b271c482484169e2527b469b3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "297492f485d24b11b2efd311a858e29c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7e26180fb3fa4cd6be931a2cd885c7d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e430167125444f898ea185cdeea13d07", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "94d3e0f81b6745729a95630b8fb93f03", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3596df7439a0496d9590dce42ef4fa7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8f23df53b384e8fa351968d294c6865", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d7522944ed1451d9038c7aba27cef0a", "region_id": "RegionOne"}], "type": "orchestration", "id": "7b95095b195747a6b64a6e5f313e4d78", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92d686ed64c04663954d03e009b2d3ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "30d4c61a2f96433592b347c2f9265026", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e64bb0a63abe480baccd9baef25786a9", "region_id": "RegionOne"}], "type": "block-storage", "id": "ba2735e6a8bb4c29b75d95c91a5ff50e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab9f9fa815a24539bf1c70aa2523c9be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0e9554a85624e8ea9ce00b7a7c73344", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64c4afecbcce4385a8e8333dd8cede8a", "region_id": "RegionOne"}], "type": "volumev3", "id": "507ec0fb25e64ace82e30363b5c856c2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aeacb8690ca34c03ac5fa0ea9cc1b223", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e48dc2702ad4babacb978a7c254bb54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "513d6eb9524e4eaa82113ce7d6c5c94e", "region_id": "RegionOne"}], "type": "volumev2", "id": "16bf6166e23941c7939241e6830921d6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23c47893ca21400db2988f896aa610c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8a8fde8b84a4e86b76d8e88b7660165", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4d37fd2d3134a67b0a816ed7a9e9c8f", "region_id": "RegionOne"}], "type": "volume", "id": "18e0376703d04ec3ac497dba6e7eb0c2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3bf8f5bfa4d431d9a78f11aa8d98d9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a46b49d2eb9c4d18be811f3e4c8d2da2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38e78e2df39a4caabc2c60ec28d073b4", "region_id": "RegionOne"}], "type": "block-store", "id": "744899fce7d74a2881379f336d35389d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ec11e23ed11a40fc9b6e2fd726a13811", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d6536142b4774a9faaac373bb2fb9800", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "90fca3a7b0944145804e745b1f87b3f0", "region_id": "RegionOne"}], "type": "alarm", "id": "8f08439a944d4c619b5bce263df33782", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dc9fed04246442f8afdb31a5d6c97d06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5cb9803e79bd4554b97f2bca8df0708c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cbc4f2af83da4225868043eaebe01370", "region_id": "RegionOne"}], "type": "alarming", "id": "32d30706063445d2b30c84467399bd1a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a8d02646ce294f528c138d3ddfe4186f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6baea9cb4c4346f8acddd349980cb87e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e3fa10aba73b4f3396f08b8e844870ec", "region_id": "RegionOne"}], "type": "meter", "id": "df054ea149da46cda226c39a17c44b47", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a931ea2b9ad7457686a70d7d8e2b9dcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bd8d4275df214ce298c299ba2f5c5c6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "41843956fc78442487d4475c6822321c", "region_id": "RegionOne"}], "type": "metering", "id": "6d5bc136c3d44529b31b952ab7a23506", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "07699b6368584bdfa6343b50c985e3e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "edd97d5ce1fd4cd3a1623f45e7e07cdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "369d3dd9d9b84fd88a50c451fe40a02d", "region_id": "RegionOne"}], "type": "telemetry", "id": "a0cd7a8c0d1743cc833d9c46eb47e3e1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f1548d2bd02943cba86c1b8416537ae6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3d2a12794dc14450ad49ee3bd5316003", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "934bafe4d7a847278cd57c6e8cb4714d", "region_id": "RegionOne"}], "type": "event", "id": "51b958ef85b84fec8b9b43b5d192b202", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a55db32bb5474257815e51720c771eeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0970f7ecfb2a4c0395aefb7b6f5a73d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "61948d888f9041a9ac7c26040fe07d4c", "region_id": "RegionOne"}], "type": "events", "id": "ef29bdf9368f48609d4f5996652cdcd9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3def2114ccce451b8e22253e39584e1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b6fd0de3f488462291124e472eada000", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "377a0844ddff4b95b1373e123d5b3b2f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "144e511b18b04106b35cb38a507bc715", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bcdb702be19c4ae5bd35a988facdf6ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8d99edfda60c4304a0a7d884c47a4bdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "60109d7a946547f8b613a8617dc116da", "region_id": "RegionOne"}], "type": "application_deployment", "id": "32fb854fc92d4391861fb7dadcfd2cb3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "87432052344d47bc8560aa93c1773d9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a7e6dd5130a5480b933b9d05f8e59139", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f662ac00bb5b4d5a9d1fae9aec645560", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4b96a0de9f7c4eb0b9f2bab4f49d4d30", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c271b82413044cacab0b3d78bff7f760", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "255e413cbca54925bd829a17c3d37e43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f63b9a9bf8654b7193e95a4762bb7137", "region_id": "RegionOne"}], "type": "tricircle", "id": "7c88951d37444ed7a84aaef538c09b5f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "900fb230275447c1ae869f179d1b1256", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "cf51198808ec4dd89d2c84c4f51d563d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "911e207f24d749fb8025b5df0f4125f9", "region_id": "RegionOne"}], "type": "database", "id": "7a918b2d6f04479abdf6c0d8246cd48d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d590b1629a7946f99c3a0fc44c8ac357", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f788a40600dc49168941fb31576313ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "916e17b48be54082ab1ddfadbe11f81c", "region_id": "RegionOne"}], "type": "application-container", "id": "8a3e423db0c943d1bcc5b8d8661d2dc4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1f6cf36fa6a347a69ae18db342f0de64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0d125ef7da734c4a9ea7a75b2bda04ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "830c799310d44b6294c3ca362e61a99b", "region_id": "RegionOne"}], "type": "container", "id": "8af712208931408987c6c573b46c0fad", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5eb32f519c2e4183b679724463c54d8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4a1c3bf4f5d54449af4a7f61f3b863bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6d839fd434ef486285a4da0b09d0274e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "96f1e6ff0b9b449688249a7be7bbef4c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4e6752ef951e46c68d5889a77dfeac8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b8bc4702df894ea5b5a9f455a79e3d10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1dd488f4d3384ca690b18d9945049b19", "region_id": "RegionOne"}], "type": "rca", "id": "a2c9889edbcc4a7eb4969411180e678b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ea06400b1ef74b659d347cbea43ca0a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e10b2649bfc645cd9b8de6f3bd0c8017", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "22583f5c946049e0ad8d1029014466b4", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "11659c2c6f26474fb4ea105dbe335959", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d2e4ee228dbd404c82022bc19519cd11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e11416117a4040d08831ccbeac31df47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f41a7ee625c647958a2d82b70e5117ce", "region_id": "RegionOne"}], "type": "network", "id": "3ab407f320794d70ac6eee774461775a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e6c589e8d7da4a85a5401d1b002ba4f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9dca365ccf4848789adb378db94bb54f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "5cd589be55ca4ba397aa2ef0f72898b3", "region_id": "RegionOne"}], "type": "backup", "id": "316203207b93422eaca85f55de5fe3e7", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4351f7309e064ce28c6231af8922c04d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "56e952b3063c4f14ac96bc8d47f4d1bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4561b8a2cb204123bc1164172efe0f8f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a3e07793d62f49f8ad48ba6168369a18", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "299007f2ac1d48c5bd14da469118ee4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1bd117e8e5624735a4d98e9f3f7da7f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8a5f24333e374bdcbdc56b682d47353d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c8de082e78cc45ae998c0c106aca4006", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9315449060cd41c0ba7b566b161e4f9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3194f9ede44948889b9527f328e7746e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "6a3595d9a1fd49e29b2cbcf59c835138", "region_id": "RegionOne"}], "type": "monitoring", "id": "6b835a95bf7b48b9a148b7cf65de0910", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6718a5149a8e4ec9914c3066ed68d7ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7a72dcc8d656456eb0369b279090d9bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "117ef6574c8e40c4a0a636af0a621336", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "5193541b059343869410d6e0e730319d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5b1b0ecf324e47f6bae9efcc790bf50f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0c7afbf45cc045ed90b492744478a206", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "73975dee8fd84873a651e9074aa44f6c", "region_id": "RegionOne"}], "type": "placement", "id": "6f8b600ab5004f6cb914532c3e789874", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1c2ef39a236d4ae9abcccfc371290dc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bb77cb774a7d4bdc9766933ea6dd3274", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0fee6ab7c6144999ad673346a5d2d3ba", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e09a187c1e56458f956a51b328a262c7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "878d948dac2f4198bc63bf124929d77d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6fa49f9853b642579dd07719bf3ed9ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8adacbbe48df40539ab71d76195c9449", "region_id": "RegionOne"}], "type": "ha", "id": "586232aadf9449cfb898fac34e47a6f3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "51eca01a62db4d75ad0d230bdfb75e3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "611a6c14189a4bdb8cf3ddae18cb4e87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bf7f523db2634e1eaa4a24bc3e11ac4e", "region_id": "RegionOne"}], "type": "reservation", "id": "9deb18008a8b47be9be612eb7e1cc766", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a24b8b3b081d4960ab6e8da7d5a33987", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7e544cdb9c9e4aed94ffaf35d26c6ea2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c612511d4b2848709ef2a8d6ee39038c", "region_id": "RegionOne"}], "type": "function-engine", "id": "ea7fae3dbfc34bae8905747a0e4125ca", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a565c00319fb454a8fcc98464c3f99ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3f1b6d9f60f8457a9b4a539e611c884a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "da0163f602574e3a9946f9ba3f07a593", "region_id": "RegionOne"}], "type": "accelerator", "id": "bec228a757274e6d96e547ebf5f56e80", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2df829b6ade843f9be45213e918d9eed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e880515981bd42bca9096e02befd82a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "27591a4a29fd456489011ff7d9aba969", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8e1421e8180b40f0a5d8b7695c366502", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4845c4b1ae1e46e6aa65106c914617b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "115a920185fc4f81934098d8e1a23bef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "158bfcd709e047c7aa3a462653b9e5e1", "region_id": "RegionOne"}], "type": "registration", "id": "1d774327bb0b41d9ade09c5eb33ef6cd", "name": "adjutant"}], "user": {"domain": {"id": "f96c2e43b4474612bbcb2be6d5bdb1bc", "name": "b48d251672e446978a8dc98656cf9ab4"}, "id": "0347b717c4be4d43b003ddee849e33a3", "name": "4469e59ad3fb45239ba1bbc981949e21"}, "audit_ids": ["53f2e8a4f66c4a8996fdcb34dccb1696", null], "issued_at": "2019-09-19T09:04:41.340389"}} 2019-09-19 09:06:41,480 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,483 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:41,485 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:41,567 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,572 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,574 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/08e84ac1-cb63-46b2-9449-fc4fd4165e76/file", "id": "08e84ac1-cb63-46b2-9449-fc4fd4165e76", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/08e84ac1-cb63-46b2-9449-fc4fd4165e76", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}]} 2019-09-19 09:06:41,625 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,631 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,633 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/08e84ac1-cb63-46b2-9449-fc4fd4165e76/file", "id": "08e84ac1-cb63-46b2-9449-fc4fd4165e76", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/08e84ac1-cb63-46b2-9449-fc4fd4165e76", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}]} {20} openstack.tests.unit.cloud.test_meta.TestMeta.test_find_nova_addresses_all [0.063689s] ... ok {8} openstack.tests.unit.cloud.test_image.TestImage.test_download_image_with_fd [0.254085s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,412 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,417 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,419 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,422 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,435 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.345772+00:00", "project": {"domain": {"id": "d95f301938574efc99d32d1c51303590", "name": "4e8b85958e6a40af9a8da3f39010939b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b433299b52dd43bc99a18ed7c060d5d2"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e4c634a2c65943b5a9a90eccb4c09f36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "36885f4f79f84091bf744d06c78ce759", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "264c082e25dd4478b4efbf14a0d8384f", "region_id": "RegionOne"}], "type": "identity", "id": "cdfbd65f2e32471f8452010f7d6d3316", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7cdb5443c2404deca4b74b97ead47b0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ab522283612e405f96f70fc0875ce135", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "11bd3ee4d141445e9ea64e823678a70a", "region_id": "RegionOne"}], "type": "compute", "id": "c262f6d5030f4f4e815ef116526783cd", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a39d1cc3dc7e4e08977e17146b9ac838", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f54d9ac2af0c4ef6b50256287c617db7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "44157a2e5dce43779407bec5bfd083c8", "region_id": "RegionOne"}], "type": "image", "id": "81782dce98c84b3cbd1b65130f98e5f7", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bd192cb66f3e4f2cac365febbe188cc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d4ccb8941a7a47e7a787a5fd60a83fdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7dc858913e82480a84f28e8fb19d621f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a7b0632696694909ae1810afac3a745b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1fe7c2b64a94d318eac5122fc4e1402", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f895db8d6484e4792ca37c150962d52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65f3656924b94258b92da918760679f7", "region_id": "RegionOne"}], "type": "object-store", "id": "26877e20824242a38e3b5590b818e74b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3ed1b306a1124d3c9adc05d20bab7c88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cfe4ae02d05842a4ba40286f0dc2e469", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b6c5efed1eae4027aa1be22f1f88c44f", "region_id": "RegionOne"}], "type": "clustering", "id": "f9e027b33a6947d29c4665478225db9b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a4ea2bcadac645bca36001e8a81e94e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1c85026872ce4b3186e144d4b9284268", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "565972b9286d45fbb67cba741f30112e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "5fde65e3e3314a86af0f50dfd177210a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4d2fddc461004405a0a70c6acf703258", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8f51e910bc2a45fa8c0a8a88e01fc88b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "86a7d6be6a2540a28b2e199e0e6351c1", "region_id": "RegionOne"}], "type": "cluster", "id": "27fc679d06e5459e8d2ac0e25242b355", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9e1663e8fd764639abe5d252636cdc98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3a384cb51f834e57bb6362c32b27116d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "48381283ea2a489f962c778323042703", "region_id": "RegionOne"}], "type": "data-processing", "id": "8a0160913f964fa2b90f3c7a7aff0191", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "257af016322e4414a71a5b6df961a76a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "febb317712a745b082e561bb422afee9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c2a92370ea374acca78eedf31ebb6612", "region_id": "RegionOne"}], "type": "baremetal", "id": "4d4ac16864914f62a5afb781390adc6b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "beeebc41a2284061a2deb9e4f77452bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bd5d59f3e1b84c2d8299df82c1533f8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e9b0af21557b4665b8b439b91f3d1f66", "region_id": "RegionOne"}], "type": "bare-metal", "id": "11cc0626f7d84de4a9eb686091748b50", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9d37fb49618f452690e5bd48f440d455", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e408ddaff5ba4a379f3b810112941144", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "91b3ef43ac76460f8a9a3e9eb3ced8a4", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "95fdacae51744aaeb5e4cbf392d57e47", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "337c50a1135448738226252890fb84d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "32264fc407624c37a6055f08e4aee4b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9106d00f6b94471aa2855ff14c0e3390", "region_id": "RegionOne"}], "type": "key-manager", "id": "10a45a22e1ab4293a8e795950515ded7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "831675d20c2e479fbe24e141d86d3cba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9a8a35cbdfdc4f2aa90b7753c75be697", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "85b4ea7b06c34ab59175bc49f619877d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "8c1aad3a76ee4162bd3667fe1e86e568", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "11b818421d1d42ea87259f7923ea8ccc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7ff0468f223140cb807bb5ac80342ec9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "321a6a15e5854d94ae2d2c3c18147e76", "region_id": "RegionOne"}], "type": "infra-optim", "id": "3fddc183bfc543618268ff7f2f53f0a5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ab520ac4e9a84892b3d70dfed3975c55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "65cca82f2abd4e6eacefd4c79cbb1f67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "394caf91386941749668d46a3a0e244a", "region_id": "RegionOne"}], "type": "message", "id": "7d49dae2a01d43f79d42b85c336d19aa", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "386d100342c74a6a9e9a1673ec5d7f7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e18edd3ab5c84928b77cc8d05862bafa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3dda282f335040aabc41bbe26f396209", "region_id": "RegionOne"}], "type": "messaging", "id": "89471ef42de14f379afdbc1af9f48afc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ca59a47a37b3480291fef9faa0acb180", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "49ea56faadd6421096a5b6481b8d2aee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8d0d0bb4fed24646a3914bd750a43f38", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7d724a3f965246ab845e0ca347f4f42c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "169a729df3074e48b514d79231f925b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d77c05e0ceaf44c18145ee4d3953f1b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "01fd9173db894dfc972b4d3aa64c4de4", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d6a9a6f2561646f8a9ef1959120db1b1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ed3692633ba64c09a816c1cf1c638a42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "666705af8364493585afc92afe833d38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2895403d7a264c5b81182d32f25e71dd", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "283d3026c6bf4b60880041afa6c2d051", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "730b6401b7664c55b8d4d6b60a313d21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b2f8086506e4d6392f58ce4bf09300a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "98229e41afc44df2b2f45020ffa65afe", "region_id": "RegionOne"}], "type": "container-infra", "id": "b0cae36a0baf479aa0350248bf2801b8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "bb87de19be854d66a4ecb341684b47cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "0de9af18e6974773ae68698312d882e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "bd5bde798d9f455cbed5c6dde2e8b6ce", "region_id": "RegionOne"}], "type": "search", "id": "70df3cc5d5b545ae82647c6ceb9b1abb", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b056d08ab6a04f32835d8c3148b46fda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "5e957fc65023441b969bbf34ca466104", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "cac3993057bc4db1aa4385da04e99b36", "region_id": "RegionOne"}], "type": "dns", "id": "6a10999dee1f41a28d33276ff5b0c97e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1a4e7fe8db614d79a5c5ea11f1a8c2f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e905758c21994b9295b68cdd195b7568", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c7b7d769124241998cd695c02c3b3b4b", "region_id": "RegionOne"}], "type": "workflow", "id": "8a89739b2b2a47fb89d16995ff7ca64c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "57525ac3af474e25a94d1a014e1a6d45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "072b9b71d71042f39416b086c52a63df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a90d7bc30594404bbdcc8c3be9eac092", "region_id": "RegionOne"}], "type": "workflowv2", "id": "87ac98cc794348aab9afdb6962094422", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a3608456440049758647c951994501a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "309f26620f724ba39c6be460def64049", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "2ba318577c2a46f0a18bd10db7736b80", "region_id": "RegionOne"}], "type": "rating", "id": "391f8b7caaeb4b89bade7d0eb1d1d484", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4f1695dfe53c46e0bfdb89e138ab466d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "428d7e6f050e4b4097b3cf0873cd71d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e1d17869c5384af8a0c017f95811997c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "173361142a9a41bba4e80254a4085d9f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1583e9775a3846e78017c1332bf98e45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0c3cd6dffc2c4d5199e65ed8ef4dd789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "14b15001d2de49c8a3b9f58f91518840", "region_id": "RegionOne"}], "type": "policy", "id": "38551bf032384869a92ff7acf378946c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b077ef6568c34b03a2bcb03db05b49df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e5f0ff0763434ae3b2a1b517f10daea6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0e192ce19294439d886b1557be1c0e10", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "39a3b42b6f344ea5946e525ecabdc48a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "782fd9693d9e403a817c82259331c956", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "be874f7497224a079ab858ba59d10f12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c6b08b97280c4bdeb17334acfeaf9416", "region_id": "RegionOne"}], "type": "sharev2", "id": "bd4115df81d040a48ad654a9f5f4f9be", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f293485339f4421d93ee8f4410405d42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "db63bdfd844c4084957518018ebd383b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ea773ca7760943069bcce3481e598b4f", "region_id": "RegionOne"}], "type": "share", "id": "0fd8c0f5bbe8496aa98ef74ca2df5f98", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9881ce59113b4020a90a6b4ba1f0e924", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dc1edca254044df1864a4b4640e4eea0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "fac627f959df4cbdae716402bb664102", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "64f84ea33e9c462092b47c780ab961e6", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c8933ab640c4073acbf676497048f9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f897b165b16b4773b3116c9b3874629c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3c19b6f5c0d495ba914eca8b73889be", "region_id": "RegionOne"}], "type": "orchestration", "id": "acc3bd1453de416fa0437e51a1d56d47", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "466ca2450804444cb4012a7d4e72e4ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98902fb86e3949949c3c5e88c2bb029c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0042db06e304aa6b653a445731219fe", "region_id": "RegionOne"}], "type": "block-storage", "id": "5dd1ff3f03c6460d953da2bb12ddd5a9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a7b60e57e4742f5acb4ed47fb218b50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d209d9a8d5740388bf32245a7a6cf64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2fbddec6261412183fa88f0139bb24a", "region_id": "RegionOne"}], "type": "volumev3", "id": "3c6a5930884d42edb29de4d3060d4ce0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91b87913205740468d1e0067746280fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c80920fb8c7340c1a66e91814fba5897", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5af2a49e6d094d5a9ab389b6c04cc1f3", "region_id": "RegionOne"}], "type": "volumev2", "id": "c49c0400e952471b9db248241c125f64", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8221571fd0449ff82c7f6172094ef7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79c4a791faa64f7199d6c0d61c39d471", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9bab89e3e65d4ce9b9cb1fb4ed6ca6ee", "region_id": "RegionOne"}], "type": "volume", "id": "ae82ab5a8a96493ca6eb6d7ed4204f30", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf4646cafd6f48cd9a579228bfe43123", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fa6722b4004421facb3d7686394d8d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ce5ed91c1ec41018dd4a56ed94e3dbb", "region_id": "RegionOne"}], "type": "block-store", "id": "bfbcdadbb4414e03b530a5213e9a85df", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b15d6b06b79d42528d2b6256d2ef3cbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "59373996ee6647acb4df7fb73e384a74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0f9028c9659541de9322fc4bde2daf77", "region_id": "RegionOne"}], "type": "alarm", "id": "e9356581f32d4469b94b2b58cddc5831", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "496fd0e7e8c343d4b92cf57306526ea5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4b212f8d716c44f587d7fd2707b6873b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d9f999ac3f514263bdc8f39f9598ccb0", "region_id": "RegionOne"}], "type": "alarming", "id": "4fb39815f7864a38a01ea202083ee3de", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d679edd2c00642758bf2f1df96ba07fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "09f3b78b8b9949f09f3228859f1c49ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "85d84054680f4396a0fa575b4cd426a2", "region_id": "RegionOne"}], "type": "meter", "id": "827babd6dda0450c901583eb8036cb39", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3348d9fa73e14fe3ac997b6d7d864688", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "72a59fc1502e44bfbfb8a76af8eafaed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bf9d9a88060d4d84a8d3e46e539f3bcf", "region_id": "RegionOne"}], "type": "metering", "id": "1e9d13f0c9cb4c99bfd9741b33d27804", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "30ec9a572aea424c95a2f8636d87993d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a72ec97402b74b94b1cac2b758d76f1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "215195da351845998fd94332eecd7769", "region_id": "RegionOne"}], "type": "telemetry", "id": "c21847fc115941e99fb786b1ebdf4157", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "465ff53f061b4e78b8176d8c3a4e5a59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3cd9776469c943d0a3b4b86675ab6f3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "136a39bddf6846ff9d52b270904c900c", "region_id": "RegionOne"}], "type": "event", "id": "12ab1db1b9b246e08d0c871020e1c7cc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d4b78de02cf14aa1807cdc5978b2f724", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "06249da1d2c6452c8abe55728348693d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "42880b21bfe4450794af61980a1c84a0", "region_id": "RegionOne"}], "type": "events", "id": "98b3b8f9e971475fb9d6b6e405728a7c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5ac81da95bdf441ea718af7947aadd58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e34104f8fb47438db55df6dbfa75baaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ef085fddbac047c1a4bcf59d609988bf", "region_id": "RegionOne"}], "type": "application-deployment", "id": "20d8a02064ee4ddda53a6de1c6a3a2f1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dc3237f2ea9841099b82314e91dbaf74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "82eedf985b5d430b982d65c5263dd96d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e0411b10e16f4b4da41dbceec1ec8317", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a2660940712c4db69328cb9437eb7873", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0e202f66fff84ad19205bc62cb281e17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dca8b2f59fdd4bca844a04f0427e8ce8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8420c24f587941cca7afc42f33b045f7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2f7fbe5f2ef24a3398138110d1f6e7b2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f04275a0c44e4b11a96712125f3fc09c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b2ed2eca866c42f291a5e7a167105400", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "809f0692108d4df597776f621e008400", "region_id": "RegionOne"}], "type": "tricircle", "id": "47ad868eaa4d41fba250b6dda2390a8b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "452f2c1784c0444fa01757bf667401ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "fbc2d098a80e4d16a29b97401a542db6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c0fef4496058432589111194688a3cb7", "region_id": "RegionOne"}], "type": "database", "id": "c944fbf4b23748ca9c0286e4fd6e6228", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "33057203c7fb416989f5c7de56f6b0c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e0ff65fc60c0482890545b087e915adc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b3d80a51ea1e46b6beb6554bb267d25d", "region_id": "RegionOne"}], "type": "application-container", "id": "cdc1079ad46b499cb227850da5c143e9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "941d9aaaefc549f8ae6b66223b726e69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f1dc81f804dd4ec0993bcc4471bc6784", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6ffc65f03cf24e9c88d303eea1132306", "region_id": "RegionOne"}], "type": "container", "id": "954bea6034e742f290d5c6887e113d00", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "56de118039e747a4a5537b2ac1e2f41a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0cfe82950ce04bd986a6283ca1a1f720", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2b5abe267f674400bcf265815a4c331c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ea34b6d5e4054609887d0d4b22cd15f0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "91b11472ea3f45a3a1ece61e75d48138", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "466405c665864ce68673971c01121359", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "79247df08703485eaa035ffd38faf140", "region_id": "RegionOne"}], "type": "rca", "id": "35a962ac2b2940b69bd4b755dc867896", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a311b78a9b6a47ddaa6b3901a3df569c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7b33a981a7d24b60b5c7cac8ed3e0058", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ae24d388e7c64fa4a69537a94649e85b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "70e551d652ae4e8785366e5cd41a2736", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "daae1ec7d6ac492db0a477946a804f98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e9075bcbd01f40a69f8151ab0ad32ed8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c22d6c9338cf4200a073b580295ca4f6", "region_id": "RegionOne"}], "type": "network", "id": "18a85d420a0e40f1a9fcf20c7061fe31", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f548fede824d409caf16b7ced8720464", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "6a33006989c14c0cb2ac86195b7c54ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f5a5260ddaea46f0b3bcea6a28db17a7", "region_id": "RegionOne"}], "type": "backup", "id": "7df9e0a2fa0e4a0fb7a4c70ff699fdb5", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5b618195000f412db54aa21bae661d2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "67c29c8fc7674b17aa9875d807db6040", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7ddc369af91748db845a00eac37bfb62", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "757a4e4b4c29491db4ee36bd0863562e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fbe56a0a6dd94bdd9b172b73a6cc4a0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ebf629b25b144cf8b8611e9757f680a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f1adf3a688fc459699896690a4100cc7", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b49ff501f6be4824a3a9d557dac26cd0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6ba7e486cd2e4b9ab6e66d0ff52b2177", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "106baf87dbe140d0a0c1c47acc591676", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2e4cbeb9e46a49378b13b538881f08f4", "region_id": "RegionOne"}], "type": "monitoring", "id": "ca5c476e82a1476f821abeb9eb81ee8c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d0af5c48cd864169a09b5504210a337c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fdd789c17e99475e883a8f5e1cd44d4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b56b6b4e224b46b1a2b054aabb91b380", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2f476af8c8c44a34b4b5d98ec487aedc", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8b811a2ed1084102880244ce761cf430", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "d70532f3cbf6461b9a0b6fb02bc00e23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5acf27f2150c4865a97af4ba8a029452", "region_id": "RegionOne"}], "type": "placement", "id": "31459a0b3fc949798341da7af552d24f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "893bf27b795c42ada69b10227c811ad0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ec6442924d134540b89739b96cdfcb5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6433faae95734a33bce694786f5d409c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1a4ef04ca8c440ffb84300ea3ba94e36", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2289a6d17ad14b44bb0666bf6d9609bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "393fc0f4f4704dd785e535c9150ddd7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "94fbe858f51441d7b76d12e1e7de6e73", "region_id": "RegionOne"}], "type": "ha", "id": "9148ed929e984c7aab78225f1be3041e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "57ec218606374cc8b3b28116795f66fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5009c7f99ecc484883b1f93cf1a92ad0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "48200b8d379a4854992855d00ad05861", "region_id": "RegionOne"}], "type": "reservation", "id": "56bca6cf5755487ab8a18f295e2801ac", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f1efbcaabf39459580756838e46c5032", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6961129d816d445f90567bb68e0ec804", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1954be28a4094369a4596109a4f7a9f9", "region_id": "RegionOne"}], "type": "function-engine", "id": "a0fa8645f3e34a7981dd5d842d6d9ec2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6de5b9fae94b42ae9dad92acb922e3c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4ea76f60773840f68ecfa49523e7cd10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "07f8ea1cc714486ea594ff8169e27a7d", "region_id": "RegionOne"}], "type": "accelerator", "id": "14bee29fc99848f6a29ccb80351cc397", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "221a4593f5d547aeadebc9e60f15fc78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7e335155dbe2449c8a520ff5c291acd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9eaedc1c4a3a40d185f92c6efbc57214", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2621331efcf8463e9d4dcef3e313b811", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fa91245bfd6840a9917935c11eade455", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d14a9264bf244de7bbc1862ec3ef6841", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f646677fc3be4d46a35cfd1c2e1e7c04", "region_id": "RegionOne"}], "type": "registration", "id": "133c46f6c9aa45e5b23d7311a3bdcbfa", "name": "adjutant"}], "user": {"domain": {"id": "4d08da14ed87446280a93ca214255e83", "name": "492684c5e9d14335ab5d3a05abcb6828"}, "id": "3495b8f9d1454052aada4c490c058c26", "name": "a360a14ee88c4cbd9914f4d951726cea"}, "audit_ids": ["dace9f98a56f40dfb9b7d879ed4ce6e2", null], "issued_at": "2019-09-19T09:04:41.345772"}} 2019-09-19 09:06:41,466 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,471 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:41,474 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:41,526 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images/image-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,530 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:41,550 keystoneauth.session REQ: curl -g -i -X GET "https://image.example.com/v2/images?name=image-2" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,555 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,557 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/66352dd4-b79d-42e6-ba34-3455cfcc4d68/file", "id": "66352dd4-b79d-42e6-ba34-3455cfcc4d68", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/66352dd4-b79d-42e6-ba34-3455cfcc4d68", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}]} 2019-09-19 09:06:41,585 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images/66352dd4-b79d-42e6-ba34-3455cfcc4d68/file -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,591 keystoneauth.session RESP: [200] Content-MD5: 11870cb56df12527e588f2ef967232e8 Content-Type: application/octet-stream 2019-09-19 09:06:41,593 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. {24} openstack.tests.unit.cloud.test_object.TestObject.test_set_account_temp_url_key [0.184640s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,516 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,520 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,523 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,526 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,533 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.455156+00:00", "project": {"domain": {"id": "41b9dd0f9c8748b783fdd63f02b9ecb7", "name": "881b69ce587d465d88a3bf90cc314e28"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "525e3ddf82d94360aef0bed4529a07f1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8aafde08771641e4a59e674b486408d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "6e621aa607824a79b3201829478fc825", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "881bf01eec7343f88d7bb5cd32650cad", "region_id": "RegionOne"}], "type": "identity", "id": "e36f178887584408b4404f5a3be9fe58", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2648ea677aa24fcc91a1fde880f35e97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c9e7430e9ef4458aba74e1d5cb7c740d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "cb167aa40b484531b27043a6fb1f7b9c", "region_id": "RegionOne"}], "type": "compute", "id": "140729a296814665acb4f113aedf956a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b54ee43137e74031b2585006a8374f06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1af6563c816d4fc38795b53a39552021", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "5ee8286f7e9b49f8b56a2888a93a5e45", "region_id": "RegionOne"}], "type": "image", "id": "1313a502fff64d8a9fe7a7de09c8afd6", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "37c96fbd51994489a97e5dd6960394ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "73433bebb11e47a0aea4c3c931fe713e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8964f2104a124b51a7e0dcf49f8d18c3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b5147f46a7454ff583603fcf144f0519", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c8b381cc39a4952ad7acf81b96c8260", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b5cef5fa0764350ab9516b45b5c4edc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "870aa7b718eb4e83b3c3a89b83c5c9f6", "region_id": "RegionOne"}], "type": "object-store", "id": "31d9f0b75908457cb2c400e64d08b819", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a99d341fbe3f489ca34f000068de5b32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0339d3250d364d1ab5a29d149bbfc845", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "301bde6f6187484697ddd2053b44ab37", "region_id": "RegionOne"}], "type": "clustering", "id": "f9bd746f7629429faf515e2338578ad9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "718ec79e067b4cf6a1a1c07050a0c613", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2c2c7dab9a344776bd3688dd55e47dd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "93828c5af431481db711aaa01ca8bdef", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "fe7bebfd19dd40c3af452630bd1c1f76", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a015752336c04218ab474a5f07e9cc7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8d7b2e76be3046729f36a3ca7b7d9ade", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ab1df0a42d9d416fa7f9a14f376a4d39", "region_id": "RegionOne"}], "type": "cluster", "id": "7ad2ef389c4f4609b681b48f333566e6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "28b83d6a302148599f8137a5ca00c74d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "19542fb668554c1fb0d96e4ac1a2c74c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9ce920bcf92c41309409fe8daf948703", "region_id": "RegionOne"}], "type": "data-processing", "id": "1f5e4d746a2a4e0ab68bcd360f64a4ba", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2ca673bf6ffb42e5b53afa89cff9ea5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "53c7373bc04e4c4f8b970eb70ec47d80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2d408480e5314ac4a8d65f39831e2576", "region_id": "RegionOne"}], "type": "baremetal", "id": "d6aadaf95ae442b6b7435558110107e4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "12a3673d57c4444682859cf9bfbb0733", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "110e726b927742f9a9334d8309661bf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fa8aecf0370a44939411a98c2fc2ca3c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7e28aa67e7844b128ffd20754b83fdbe", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4fdc2ca7676e4785835db8f194e51cd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ba237440b6cf4c2cb61b30fbbd99d8bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c958bf98e355480c8c0933e9fb86a4a5", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0e4107aa24e34e83adf8c9bfb29f2e8a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fe04ddaf73964fd099dcfd71862e8027", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "eb35e1e14ea148e0b60ef7374a67162e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "3e88097a44234a2d8f319fb978b1f646", "region_id": "RegionOne"}], "type": "key-manager", "id": "2e391cb87485468eb36b13a4544133e1", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eb8d8ae0f17f46cbaa28399a58389e45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4afb827fa6d94865925ed4f160c31e14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8ab31da7d93b4abfbb80bfc1b650955e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "4df5e58b5efc4b0aab4189a5f308f824", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8058e61231d44d2d9d4ed2da9631da3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "44c3112bb0ec4536a4013879cbaee93f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4d430ae4cdef4d32b4f222db4c151c24", "region_id": "RegionOne"}], "type": "infra-optim", "id": "14457877d50e4a5b80eaf8cdd8c4db48", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9b02ae44c17f42e886310a0b70295981", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "89ab6dac2671472f99e9d52cb908916a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a1056cc0e50a4d21b94300c997b86962", "region_id": "RegionOne"}], "type": "message", "id": "d1bcc247e6e0404a89cfeecc8f09b4b0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c2100b089d304b4f80e0c68cba60603c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6ed44f88290241ef807e5e10bc6910e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "12c8f41d04c44db0a01c8e1e17ac18cf", "region_id": "RegionOne"}], "type": "messaging", "id": "2223670e2fc848d48efa11ed58e64edb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8cc1e0a75a1843139c5cf5ee34484b6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b43f489894fc48d2996a4014f70f8eae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "095b511ed5df4f1a8f4a5a647235e813", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f78a62905424405e808ab43d45f8a688", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "af7ae8937ef4463181d034975cf30621", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "25edf6e810be4476b1ca0415818375a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d591047655f446529bcf5ebaf47d38d8", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d89961c9b25c4a06bed319c12e217cc6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c3b5730a8f14f7c8c97f9becb1a1c91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8441a8c6bb6241b4af097810b60d0828", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7b3fdb6833b84c74913619d5036406b6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "dcd7e2463359454383781fd2b1efe7f5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a9d52419359647aa825d432281e9aead", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "76382562fa5a4dc19f58c22ed2b6801d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "544e437cedbc47dfbba54277911b7099", "region_id": "RegionOne"}], "type": "container-infra", "id": "17abf2bd90f94de5a599e21efa919b7c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "30a2ca543cfc490da0db79179ba311c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "be8330c81b8d4b93a0ec45931d9c8c1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "19071f85dec642b49a24731ab66c89e2", "region_id": "RegionOne"}], "type": "search", "id": "67fe400fae874eb2b77436b318ea9d56", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c0dfa3b1066f4c7a9b46054d60ab5937", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "5df3f65726254fb3888c70505908c601", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "74aa611c146a4903bf68bdab7c630481", "region_id": "RegionOne"}], "type": "dns", "id": "354a43785fed4960a6301f119d53221f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4259eb678fcd4de5bc76c885c059355c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f9cf7dbe74e1488bba964da4f928c3fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "71d6020f60404cb582a10145c6be2278", "region_id": "RegionOne"}], "type": "workflow", "id": "53ae170107c14c8b9f19a4854a4cf299", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c41b22b816394ca8bc8fb4c849dea913", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1b94ee967d4b450b8228e82cae40a252", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0bf6760f6cee44c0817956fd7c684a85", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0d05ef3c8c514bd99d6e33224bc19b22", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5e4204b2fd6b4722957ec18bdf51be98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6ae66eee84644732a2c16b05fcdebb24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3418f25eafc04047981c64a273b54d1a", "region_id": "RegionOne"}], "type": "rating", "id": "2e61f5f082824d7bbbe574ad13e8eab5", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ff494506c2354374b5712387901a5785", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0d85d4f940b24768b9f9b959c0274a38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e7be491e76fa4d8eb8e5ae236aa0984f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ec373e8f6b3d45f99ad5d7aa5ecae6d9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "417896fdc36247478d3a04317a8635fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "87ff23edb8854dd39a2c7b1bb51d33d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9c465d075605406d9c9ed52d8cd9059e", "region_id": "RegionOne"}], "type": "policy", "id": "0fca5f492189422b98d44c7d5f03995e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "504c4ba3557542839dbf49280c305928", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "211bedb16cb3404ba6df564952dbae2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f44f4d6d49284cd9a12150b7f5fc1305", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "077e490a94c24672afdb643189a4e553", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8267fc0978754f48824a9bd7f2099545", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ae3dfea8b9df429ca8e5ae1b71f68132", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "707dc299c3ee4297b8673d5913689d2c", "region_id": "RegionOne"}], "type": "sharev2", "id": "5da2f4e208234d47bab2f28bb0412fbe", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d7e774951e134f38a6685ab5085aee71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9e2ba56f134b45f392e8a4874ef9656f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c3348ab529394a9188fe5e3a79a55e73", "region_id": "RegionOne"}], "type": "share", "id": "a2bcbbc7835a4480b88e46088aa75a9c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6166b8877ec24091a530fa554f0ee94c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ee07152b44b5482eafd48a7d80cb482f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3ee7cfc0d1fd495193b53fa10877bfae", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1da386c903e94157869333d83b904b2d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b86caa2b5b5442f8a59fa9fa48d1bf98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71d8812934274d94ad7da3976367857f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b288fda785d4470c9f4862c9a751af17", "region_id": "RegionOne"}], "type": "orchestration", "id": "a59147b6c5384c3f9022385fbf2eb533", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61d66448aafc47418de5f2b1b07b4189", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "871ef8ad1f244ed5aa6fa09fb9c7d62c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65355f4ce8994e11b15bd5ee4f009ca2", "region_id": "RegionOne"}], "type": "block-storage", "id": "8fb1bbcdd3d54f6986cc62e020041241", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf67dbf6fbd542aab5d6ff8b185d3ad4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a9edd30dca3487c83d7757c64cc2087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b29f780209d42449940fff18e3d6c05", "region_id": "RegionOne"}], "type": "volumev3", "id": "669918255e87418184c52db3af69ebbb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d2769bed6574c7db3f45a8a00286a45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01df287554314b0ca417566bdb0361eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "648a3ca3a0fa4cef81af5c38eceb8ff7", "region_id": "RegionOne"}], "type": "volumev2", "id": "3454b68eb6cf47c29afdb4fd5b43a7e6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14e6de89df264b16a1f0f950da4179a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "272f272a794947c9b201023b14951837", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "654a8d1ec4804840aedc21200c20f291", "region_id": "RegionOne"}], "type": "volume", "id": "6d7851a7a8a74bdb8a33c03aafaf8406", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a83bef414d5c401e9d4a414e9f6971b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00c41ecca0bc44d2a8a73c8cdf0d90d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e7dfab8c0a843c8866b633394a79f65", "region_id": "RegionOne"}], "type": "block-store", "id": "09d6994c607b4259b442d4427e1a3c24", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e4bf50d77b3847a7896f5db6519d8423", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e2bfe1113d064bf8a01a1026af4b6663", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2ff0b0fe22474fd5af6416af0a5beafa", "region_id": "RegionOne"}], "type": "alarm", "id": "6fb9f560e4114b14a772083daa147308", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "33ca844cfb654b1386bc81b9ef5047eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "558dde8a46cf4f61951e5bec324621c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0898354232a343b2b832aa51afeccbb3", "region_id": "RegionOne"}], "type": "alarming", "id": "9e187034f99a4f91aaca978e3d595058", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d25bcd281ffd4ea5a1b536d023e56051", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "29c2169d319c4d94ae6685cbb3271a57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "19a829fff5134303afc8b1b4522222f1", "region_id": "RegionOne"}], "type": "meter", "id": "e79731a5ec9d4c4487358f6f09a4cf6d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ec0d0c7cb9b043f6a00275eba0b3b82f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6e3a6432ede04d3b9e1504c79c3f893c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "209777fd4b56486aaadf5fd3bb61cd86", "region_id": "RegionOne"}], "type": "metering", "id": "276dcc85f658453ebf55389729c270e5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a9e3b1a0ec4e4a248143d80d21b40f6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "75530c9f9e2446968baa1986c8b8dfc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "986b697a23f04935899e091255074cd2", "region_id": "RegionOne"}], "type": "telemetry", "id": "4bda5b258a7d454481ffb0123c818382", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1e4a9bbc4e2549d393746c952214c21d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "14126ccf20b24f0bbc39bf22d2e0bc71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8b7475b9c9f040e89c11e9ad3ce5b582", "region_id": "RegionOne"}], "type": "event", "id": "4a8389987f334f6b9ceb615da3d1b446", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b51d31c8437f46efa4c7065b3b2cd147", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "870ad3b996a14e99bbdb67f83bd969cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "27a05cb6227345ebac9bdfeb089bb9bc", "region_id": "RegionOne"}], "type": "events", "id": "7a2b8ba8e48345688931d61f6d9594b8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d3f3650960994e5f9c2c1a6920434b62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3a7eaec5aef34a93a9f41283d303ab1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "28e42a13aff14920807a80892fb30710", "region_id": "RegionOne"}], "type": "application-deployment", "id": "986d9ce66ee042169c66578b04b393f2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9e79ddc1cd154d28b85634aa48ce0bc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "80ac0a82ed6e41259f600d2bb01d7721", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9026ab4303714ee2aa6f8df4fec8ed77", "region_id": "RegionOne"}], "type": "application_deployment", "id": "157c5f8ef37d463891784b8befdda46c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "92a3375d61da40eca00cf781e6fee9e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8416f007205e41f2bf31813e43b9156c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ff7a526d089d4f6a88af7ea1e1bd9a9b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "229f49794b144144b2bccaa8b0f1b79b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d87ddf7da543472eb49377d8a20bbe4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c75fdf465eda41daae31fdbc8119deec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "37cf3c5cb9874c30a91f4a4770b3c511", "region_id": "RegionOne"}], "type": "tricircle", "id": "64ad9eaa322645a7b08e7d720273a392", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "6d23328373c0437ab38ce2cdde5c79d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "07b3b5a822de40fd9c5faed643dd2ec6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "07a3449b9212410e8aa7acc071d42537", "region_id": "RegionOne"}], "type": "database", "id": "7e37f219ae6b4845a180320cbec820dc", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9cefa7654db44b899ab1802648af37dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8deb891cc31b4d3ba213d81a4f27aba9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ce8886372f4d4292a4e4408c85703861", "region_id": "RegionOne"}], "type": "application-container", "id": "bd1540aad3b44ab2af49a3c6397237c6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e7c51967de5b4bd8baa7501e2cb5189f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b0b68fcab1c44e058f9bb96ece51fac1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1da06e3597bd406cb469f1948e07690c", "region_id": "RegionOne"}], "type": "container", "id": "6975e8b9a8e745cfa51429391ba84b06", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3d4ca100e93b4fd089f6246d4cc9eab0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "865ae8b364a342ef9685c70d613f3c73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b6a6c988de3b4e8fa380feaf70c7f214", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "53f934d9ce7e48bd8e974759ec09938b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a2da4cb07c9a4093811748a8a039cbea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bd39504576fd47a3b8820358fb5ca474", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "00c8d7aa8e714ddea54c53b57ee91cdc", "region_id": "RegionOne"}], "type": "rca", "id": "07eb1db64b9a470f9f22ced4a086d1da", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ca2321295bf94f989d180d8c5109bf19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b42babc6007f4108933aa5c888ad2a3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "cfef7dbf7924486f952633c0cf6cd01d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "efb697e730554e8b81801dd528132303", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "439efda9d688462da8af1a305917911f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "92f43cdcffab4fe79f572510293af078", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "fb36fe8caf3c42ad8c60b21dead88799", "region_id": "RegionOne"}], "type": "network", "id": "5c628a63b33e472784767b43c5c4d007", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5b08c9df55d04fa6b2331290c78dbba6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d8d7704fa7b54e029c19a0bdc323259f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c50d6a7ce576449b8ee344046392d48e", "region_id": "RegionOne"}], "type": "backup", "id": "ada073b1bb9543c0ac8053ced76d84cf", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f3ef5cbf01ea45c98cdedd3f4160e37c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fa97f10bf7d3482ea8441afd72331f69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e7e2e3ebfe0b4878bc163b63d4447a1a", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9d5b21a0812c4ab6ba1f123c949e1952", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2a855e919c664286a193323f91474c08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6f48544b25254024bc5f867561be606d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "78a31443681f48c7ace9ea6614390dfe", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e5308bb7b825458f82bc50e03ded1bc1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ce47568b13d24269b8728417f4e60349", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1279abd4ca574986b5ffba29a4cbc728", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "bba324cd607142bea7b11189029fa57f", "region_id": "RegionOne"}], "type": "monitoring", "id": "80792dda6980425a809ca4109450267d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ec1bf99fd7604a0387f91b8fa6cbfa5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9d3bd33b250142f69d21549dc2b9c027", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "27cf1f2386af43038ed3ed7cc6c3c2f0", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "89b40019d6a246aa84ebd0301b2d67b6", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6de855c530db400a90fc9f280412569a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "cbb54b591b384156ab7469780cb75fbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d640c74edf0b45628111ea52ea7bafce", "region_id": "RegionOne"}], "type": "placement", "id": "be15f19ba9e544dba4f816652280372c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "85e59eb8bb8449fb9e9a89932d048734", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9e744cd1e7744ad19b863a376e025f14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "191c7ecaee3d4c159a9fb364f40cb1f3", "region_id": "RegionOne"}], "type": "instance-ha", "id": "363a29d20303429f8e5c5a5cd19ac7b6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3b619591805b43d6b1b4213fbae4d15b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b6cf2abfbdeb44d18e77931e60961e55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d0d8672ffba64f40b2f29276c4aabb36", "region_id": "RegionOne"}], "type": "ha", "id": "a89b669a26f14e6c999417f485e78ad3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6a326a06b16f48d3a0377fb7727b24fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e004811bc1cd45ee85d443a4e08a290a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "0f2311ba26434422b2f59d77dc5e74fb", "region_id": "RegionOne"}], "type": "reservation", "id": "f99eaaebbfca4d25854b4a725f6e1f32", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ef77c62b7529411793ffef9c3da46bf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e3ace84c5e38483db6522dbe02c3ebfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "924dd2d141004d339c499169f38b233a", "region_id": "RegionOne"}], "type": "function-engine", "id": "0bdfb7d37871458689e56e2428d10f7c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1f9ccc049df941ddb6b9e99c6be18188", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f62b4b60ba11446281dd78ed73b477a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f13f0a052f294252b97ff9e692677ce4", "region_id": "RegionOne"}], "type": "accelerator", "id": "5ab42aeea4214a8ab7289d923f9e0bef", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6503f8c22ff94741b2270e33168c394a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c230d66b4d444085a4169edd71e2ee02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d71ebfe47cbe4bfd87e6a449f9e286c6", "region_id": "RegionOne"}], "type": "admin-logic", "id": "742d7a0d82dd46fca787c3b2b67d6529", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6a078699d372460cb6033f658d83f283", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bffaa12401be40af94bf4eabd5849f7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f8d1ffb1df68478f94831a1445061a4a", "region_id": "RegionOne"}], "type": "registration", "id": "d25c70e4a2e84a0e995e349abe0dcafd", "name": "adjutant"}], "user": {"domain": {"id": "e94fa2a02636412bba3c4af454a320cc", "name": "9425695e04144ff0af087a0e21861a3d"}, "id": "9cf352674c214e23897b943b40209525", "name": "f4694c3a55884708b6f802afcc922047"}, "audit_ids": ["8d86c883015d467a8754675dad234672", null], "issued_at": "2019-09-19T09:04:41.455156"}} 2019-09-19 09:06:41,601 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/ -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Account-Meta-Temp-URL-Key: super-secure-key" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,606 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:41,628 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/ -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,632 keystoneauth.session RESP: [200] content-type: application/json x-account-meta-temp-url-key: super-secure-key {29} openstack.tests.unit.cloud.test_rebuild_server.TestRebuildServer.test_rebuild_server_server_error [0.271520s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,545 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,551 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,553 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,557 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,570 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.481512+00:00", "project": {"domain": {"id": "0db66d007c41408992965244926847b1", "name": "baef200b8c81414ea1a6ed890b532e7e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "651fbca3ac764062ae82f4eb6a82a768"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c9258fcd85584958a216c8b2e57b7fee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f914db6f3d59459d90c10009fa64ba82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f5dd13d6cae54181b246a5977ad747ff", "region_id": "RegionOne"}], "type": "identity", "id": "a883002701434877b72fd787e732a72b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b3c36c33335644288e3d1dda6163522e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e8bb73c7eabc4bf1a3fd51ee14f0580a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "767b96e080f949c28849f37774f7d246", "region_id": "RegionOne"}], "type": "compute", "id": "7f97d6db14524374806ed501986125f0", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d5960371d0854e62a8f2a3a53cf4d3c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "4367488c94004d1b921db3fdbc55f411", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a7916633b0e240a6bf53a19f52432d76", "region_id": "RegionOne"}], "type": "image", "id": "3c1df3ebfaf141b089ece9ede6895390", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d59b58024f064cdaa04a3d5998117259", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c4d21858b9e747d0afa81036bf36e671", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "46fb8120681e4983b7703252424276f1", "region_id": "RegionOne"}], "type": "load-balancer", "id": "12bb604ffdd0465ab419f5adf4bccf73", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c80b58baf0c4ad99249c378d1ba0b0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b07e29070f5641e190604695f41ef0df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da00002e182b491ca7681a508305604d", "region_id": "RegionOne"}], "type": "object-store", "id": "f13551bae07445bcaaf43dcb7cf91831", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f3e820c3f7f24984bf7b94e9ed5691e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6239e335222e4c0fa3e99bf4e7c6ffef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "96085cc796a24b6fac9940aa2c73b937", "region_id": "RegionOne"}], "type": "clustering", "id": "9dbd494a6dab4145bef68eafcac3f022", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8d2e32409edb4480a9e9636149f7a084", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "68c51fa9700e4433a70805b1e271edca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e0fde9639b9d46529e764ef7d862b502", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "554ecfb8ebdb491c824b3d3298e69a19", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0f0059b0483c480f8d30a6233fd6159f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fea6399fc2604c7abd4021f104d34a6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5541693ecb0647f6b776927b596ecdf8", "region_id": "RegionOne"}], "type": "cluster", "id": "81745a520e5f4cd18826fdae36b098dd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7b7ce1a76d464fc29bf7c66919bbcf19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7235ff6ef0ca45f488b7e314125a651b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2d7897e4c7424c0daddf7be12f563fd5", "region_id": "RegionOne"}], "type": "data-processing", "id": "dcf94c5777324f6d8088271117099ba7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "02ac764150a04251b5663b14aede6206", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b179529734644a7bb0cdacc85b2e073c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a605f35dbf0e4d7c8785143d4aef4f97", "region_id": "RegionOne"}], "type": "baremetal", "id": "1ab4780942ad4e4aac93eb39f90f56bc", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a491cc76f7824acaad6e82121e98695c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b72ffdef620545d595c2ad5495dba9b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "28e0e5d89401480e931d8cf20b45073e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a2e0115c7b724a499679ee56a61fbc3b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bc98ff7fb052418799e17a11ec4f9f6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "78a158c1b15c4be39de26283a3563de6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "84ac2ac4c07c4993b75fc25c666721ef", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e7773810bc0644be9d75a7e9272a7a74", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ac69a0a514de4973807eab8fa14d8b89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c2b404c67cc848f4a6bb8834dc3eda69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "a6c27866830f4b3f9be506db70217c6b", "region_id": "RegionOne"}], "type": "key-manager", "id": "c8db487505e34eb38a5c30d743eea2c5", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ff523c94cfb44300aa9aa5d1b33dd952", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f39ce564a2a241bba220dc425c048cc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f5e8e2045a9f4eb28bf8c05f7e99ffb2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "752275b877444447bc3436d22b09a9ba", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bab8aaac47f44a80b6ce666aa856d687", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3ff50aaf351b4fc387adb2fc461fbe1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "10293f4ecdc84856879b322a2a1c7c6f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6df9d089bbd94595aa05e54a563a00ac", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "824e87771dbc4aa6b8e10749c170a0c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e893354c707c4d5caf31d84769fcde0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "376c5259db8a4ad788d2d2771b2b2c8e", "region_id": "RegionOne"}], "type": "message", "id": "422d3e6afffd41b895b29376f8298a94", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "598a9a6d98c842298c8d3b1319ae28a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9279c8d88af145a790b55ea91c1b9189", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ed3cfff39f944ba2b2f8bff7706653c4", "region_id": "RegionOne"}], "type": "messaging", "id": "39534ddc34484db394b08f9740e08f55", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2f77b05d9e8249aa8abda5aafd8b5042", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d74aff8fca154e4d93d38abc3e82511c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3cab955b39c64edd83cd38625b909584", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0b3462ed122f4a18907c98a5299236f8", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fdd2f56dbe73433a8b2da5620f0b353b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8e93c16db0d14c0796231533907a4cf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d14f951b444e41d199a6abe5a7079eb2", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "edf1cc0b74bd4bb0a98fec56afed1690", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c3e016ae04d7472a97cbed0c68175fd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7cfd7524edfd45f6a718fb2f8d2c48aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dd344fbbe92644eca7cec45a8e1f3308", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "474fadd1adef46e694c4a10ab01f265c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b0eaa272d88c49ea8f3bfe54f6c2163d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "41a9cbf1d51e4991b580d0589679f0ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "015b6403b48248ef925cbb05a271b242", "region_id": "RegionOne"}], "type": "container-infra", "id": "00e43122580644159be80617541dc73a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f97ad5f9c2cf48d0bcd8fc891b65b5d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ec5ddec45e17419c931b7f371cd362b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "1074cbe0c1d64694a23463f5aae9ee23", "region_id": "RegionOne"}], "type": "search", "id": "47c0b851a0044618ac96a66583b3ad83", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ea079e4f10fc43e18b94e2648da85f60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4b8c0e70269742fc88679eca9ab803a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "721aaf3c6caa45ec857f34573d809575", "region_id": "RegionOne"}], "type": "dns", "id": "70308944a0c945de88a0a7e16d24c220", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8dec1f309322416babdc86b51f563391", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ba09165fa2d14698997bb1928ec33d54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e14f72cb1d9a43ff9f5935a28520b6ff", "region_id": "RegionOne"}], "type": "workflow", "id": "f173a4ab188c437f902eef39638a2a16", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ee9e447c48df482abba88d7a9d11469a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5e5f3194d2224269a7a1c39376e73476", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "38cbbd44fb6c4bcaa531d64d38375c68", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f35ae6e36ab841e78b68e9436beaaa5d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4c40f278975f40b5a7026531d5a3a96e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f2d16b690b8444c89b1b397884bf7969", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "5663916e20254d2ba57d3207f3edef73", "region_id": "RegionOne"}], "type": "rating", "id": "61307582245c461688225d94b1d9620f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "726e6464a7924205b7f224a223985dac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "86176361896b492a82bb45ea1ab1429c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ad8ac46b0d724424968ab4ee9f8a44c6", "region_id": "RegionOne"}], "type": "operator-policy", "id": "9787bbc505f94c8ca261fcabd0a5a97b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4d8750262ad6439e89bbde0a5ee47ed6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6e5879fb319c4ea9866f810c8fa52226", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "58400d115e034f54aef2d5eb4ce41472", "region_id": "RegionOne"}], "type": "policy", "id": "f8cdbe4ca870413e8cc399fafd3bbf70", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "daa14674d1c44c88939472906684c68b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3fa820ea8eee457fb721d5536845cd4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6c4e14cd58384ae1a258302d6f2f3eb5", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "71bbee643a624d15a58f7a3650f36a2f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e1d3a9048d054c74aeec633a1309c47e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "248ded8479734d2184c2390e121a80a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7c2117ac2f294f4680785185c94ef628", "region_id": "RegionOne"}], "type": "sharev2", "id": "376cef653ccc49faa06c4bc0ba588311", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a56af2caf41442e2a7f46461780286fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c5cc1dcf32f64db593f44b343390aaad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6289b380f4494cffa55c16ae13bba57a", "region_id": "RegionOne"}], "type": "share", "id": "83d50500f1a74edd835d35b3a3037bfe", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a584ee7561934c878bfdcda91499e3ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "04947548c8cc4674ba51d65ffc0114c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f989221601274ad39ca1b64bd3180e87", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b773f0df7a5647b4a5eca87fa71f70f8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f562fed2bff44528bf7d2bfe382bdbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7074baa6f7bf4133b2ecaac6677b1188", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b7cfbaa4f2842858cf5bcf86225206d", "region_id": "RegionOne"}], "type": "orchestration", "id": "6da3a987967244259756a58090ca537e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c62bb255f5a543c4bf9ee59718fd65f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ed1b07601be4b72abce585e42db25ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f2e056ffb604f69b78c5bc8bbb0b273", "region_id": "RegionOne"}], "type": "block-storage", "id": "828783e3e6f443c3862983294e866fe9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0428e83f68c645d2ba0746f4c0c75478", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71ae919c2df94bdaa03e5b2c20f9eabe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35e65c3b0ea440b5abd2b84296b91ef1", "region_id": "RegionOne"}], "type": "volumev3", "id": "95232478397142d7be969f615e47e09b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eaf17aa4f62c4934a968fef6eb4fb709", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "998e48ece9874049ad0ebdef11aa9fce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c69b81565e1a4b20b0a6efffed9d6785", "region_id": "RegionOne"}], "type": "volumev2", "id": "9f7aa8fea6014a8bbb07f8816f9999cd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49655032039c44c1a81e4d3e03b9c687", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3144e4d4fac14ea2b1064517c707f04d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "266e25fc38694c4d9dad3b834c46a1fc", "region_id": "RegionOne"}], "type": "volume", "id": "262ef3385c7a4680949e4374eb3db11b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be898fb45e9d419092269bc1f842f38f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b0fd6a37a56447697646afceb727771", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6036a6d43aeb4fa0aca9ffb1ff852225", "region_id": "RegionOne"}], "type": "block-store", "id": "38dbcb17596342bd8efb935069f9f6b1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "baa0c324faef4d8bae3f9e891406b043", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5558fbac67744157a808f916be2b0d48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b2043c3bc9794552a1fc5c28297b1b27", "region_id": "RegionOne"}], "type": "alarm", "id": "33c5f991278448a3bc57c8f6abc3c3fb", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0e227c0e4b03447091a62980a001c550", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4536e079c0e048589e702ab6b8945b2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "91b893d6ac3a45b58dc2bd66c67d4d66", "region_id": "RegionOne"}], "type": "alarming", "id": "2713996a0eeb4da0b6c1a265a02b0672", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cd609051dda449459d88c729617b6fed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e2fc17cbb70a490992f9881de53535e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "859b663f4be64e7293e1025615175a8d", "region_id": "RegionOne"}], "type": "meter", "id": "19d06a1c8bb14f799dfdc59623910525", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b8b7c191bd294d3c9b8aad6e29f7d85f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e4247c39ffa944298f37e36b8f325774", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2298e1c389114d90846dd509a1d55062", "region_id": "RegionOne"}], "type": "metering", "id": "40ce46d3397b4330808373c6f983d676", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "53488a1cf90d455594bd5982834eec47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f2d0711c9060419f994f340f68b4141d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b8066c0590ac485c880400c649773f24", "region_id": "RegionOne"}], "type": "telemetry", "id": "5d1172f3416b4216917e3c35ae79d33a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5b5309f9a4a34534a970159cb4af6308", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "92c0eabba826429d946fa96d1b00ce01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7c3cd012dcd2494e91480900fbf61768", "region_id": "RegionOne"}], "type": "event", "id": "e0cd5603dae4429c9d3b053d935287a5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5f8c9925c1de48469bc51f5c1c6e4a73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6331aeebd65f4b8eb63bb472cb0c8eb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cbc4c65e23e8465483921e8c629018ef", "region_id": "RegionOne"}], "type": "events", "id": "94358f63db1a4df6883ceffbd2cc1770", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2dac0dc4338b43cabb3c5f05c8eda852", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6ea257ed59f74465bdeb18ec13ad49d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6ca25288078647acb1823ab3322051f6", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1a66d01920d14474903ec45f1ee522b1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d93412f578e04470b027652db0db1871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "72b72ab0409f4bb98c51c71fba2e9359", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8e30bee1ee084e408b8bdd5a9b19bbc1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "68c40b44e50f4814afca0bc947f83989", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "76cac6b9fcc043878079df11bcb6ef08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f5fcbb2ae85d401aab8411ba277cd829", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ba6de6970b354f0aa837348d593cbe2f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c116f4fc908c4c85b136ba8bdc221b20", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "59dec366da604acdb5c1f4f7157e97d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "87d8abb0c18c442ea283ccd1a19597f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "62940e8ea2a84ae99b002e999d9b0db0", "region_id": "RegionOne"}], "type": "tricircle", "id": "98ed4112a0db49d898018ef3413fdb7a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "cd3231b40fb94b4eb1a9f7f0f098046a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f3755e54004f455cbf70d06f9e2ff126", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "157431b41bae43f48cbb70afaa2ff213", "region_id": "RegionOne"}], "type": "database", "id": "5ca6f0e4bb9e47429f896c1fdbfdd6ef", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a76219060b06434e975c99b0b249604d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7c3053926bdc44ddaf8017b7e0a9d090", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5b3b07391aa54ab9bf504ecc07c0f1f9", "region_id": "RegionOne"}], "type": "application-container", "id": "f3ee0d3a3d0a4b13b938a058d0b69b92", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8062e7499c024dc6be117883f8b191b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4b732f8b1afc44ceba61017a8bc4e8fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "aefdadbb66a2496ba0fad05c104e7a99", "region_id": "RegionOne"}], "type": "container", "id": "6a6f7844238b4755bce8f9fd7164afc5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fec9457c102b4a8781597a225373e9f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "41b6bc728b7b4f26815e07437a484e92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "003aec1cf68b405291f1062513e77319", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "5ab2e7e506944ebf8e53eeee224db05e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b0234977aff84fc39c63ac5b56911eec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a03c5128e3c44d15adb4f9f74f0bf602", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c17070206e594155b3941b3e2095589c", "region_id": "RegionOne"}], "type": "rca", "id": "3cd10b6122094308b1fccbc69f674de1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7d1686091edf46ec8528337375101ebb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "73e314d42fbc4d92b08dca46883e5090", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "89a6151980c44ef09e131aadb62860f2", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a99dc28e6ad2456a96761389bbedabfc", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a750abf0871344c38644c5ad21ff1f4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e87d4c708c64442b84b7bd6f31815c5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2f1dae7d818a448fa9a1ba8243129aa0", "region_id": "RegionOne"}], "type": "network", "id": "29896b75b2d447df8f193ea4a7e46f3d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7a0b5ecd9abe413d9c760cbbe1f576d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e5b4826d9c95480087f82029a6487a33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f9d9c18da3de4596ad138f50f3111770", "region_id": "RegionOne"}], "type": "backup", "id": "ca9e3e611d69431ea59a4fafa37079c5", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9649964feed74dbbbaa6eeb73e76780c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "db6e6319e1cc4a76abe599696b109366", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c4fb2d42237140bf97109a61bacd6575", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "61718b45604d47fc95787a4234da6e07", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d5a178c719d84db3bea1270c66e22f52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ff16d02f9f8645c090eb47f245741b45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f1fb377a937145ffa4cd51fecb93567f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d31b34fdb88c47d2a475ae887a556b59", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "63685b4e66b9460b98fe0c122725f11e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f895caa2a36842c0bf54683a3f56568d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "460b4b67b7e0418ca77358596a40d4ce", "region_id": "RegionOne"}], "type": "monitoring", "id": "46e3bbf780ea4a788945a837f08cf9a6", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d845d00abeee4dfdad1704a9a2bd06ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d7a2a58c0de94645995447d7c9ef2d77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cb0039fcf4e64ae0ace0960eca3f0d08", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "04ddacf625434dbdb0f674772bf06caf", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f3daad0b12d64536884397165ae644cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "131bc8871ee847f8b38676c0df0053d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "05cb60f1d3364edb9f8cddd242c3f9b9", "region_id": "RegionOne"}], "type": "placement", "id": "b1749577ae0c46879c4ae7b7f83e815f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "25655e34aef64bcfbd62e8a07db02f59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "83e02ae9fa0c41eeb56810a0be0dad84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b74189fd80d7413fb2bf8ca98a6cdcd1", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e8d2d84d1b9e4ef39151209a96446472", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ae53ae54f45b42b2b55e4feb3d3517a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c48b635a79344c8f97c63c8431b6bc47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e5c7742af79245bcaa58e86aa950de3c", "region_id": "RegionOne"}], "type": "ha", "id": "8a1ffe1ceccd4e3b8f1fb5c123a2bc4a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a9d18ebff7334cffaa3d48af0691b0a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5486eb55c9394b32bcf82459e947c9d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "38a788d006864b679b5354e811a70db9", "region_id": "RegionOne"}], "type": "reservation", "id": "0b9b54b1607c44e59dde7742deb5d648", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "db988437a75e44ba818ceee99029ece2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "32bb44b55f914e219a3a3c6ec8ccaa43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "134d787e403647bea5a462337ff86e49", "region_id": "RegionOne"}], "type": "function-engine", "id": "59ca44d3e6014fa1bf9296c248510ff8", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "90a1cfb97c784b6399cc5068500f248d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "838f6a4a81084813b45839b69b0cb91e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b565802c88794b9c87c9e1d20569e4c4", "region_id": "RegionOne"}], "type": "accelerator", "id": "d586ccba97c6463486547254f3ecbdc7", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "abbd290382a347f8b462f321868fd47d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "830641cac3e9419fa8af0949841c466f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2d0497197590415a98b184e8f6647e0f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "51fdf14c4a004dd88ed15d674e744577", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d5bb8a6ee68e4ce58230e67294cf18d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bf8561c0963144218ac1ef4063e51db2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a3698ebf13a44759a72c3ad7b0b9626a", "region_id": "RegionOne"}], "type": "registration", "id": "4244fd2d51b04f6e8fb73fb3655ad7d4", "name": "adjutant"}], "user": {"domain": {"id": "89621662685c467984e664b325071c50", "name": "75c90fac91234c78b023422aac6f9fe3"}, "id": "13966080f08d4b9c91c7540b40883a11", "name": "36b9472f6501475aa09963805b778511"}, "audit_ids": ["4edaa4ddda2a497695bbd20e58ba0886", null], "issued_at": "2019-09-19T09:04:41.481512"}} 2019-09-19 09:06:41,682 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/b223e528-d00f-4834-b3bd-08ef8fb8ca16/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"rebuild": {"imageRef": "a"}}' 2019-09-19 09:06:41,687 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,689 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "b223e528-d00f-4834-b3bd-08ef8fb8ca16", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "REBUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:41,707 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,712 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,715 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:41,728 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:41,731 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,733 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "b223e528-d00f-4834-b3bd-08ef8fb8ca16", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ERROR", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} {18} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_external_none_ipv4_neutron [0.221597s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,398 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,402 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,403 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,406 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,418 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.335486+00:00", "project": {"domain": {"id": "019931fdcc3342918bba14b3626732a2", "name": "6a72a5c59c6d43408d72af1252a13a91"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "157fcb9a4b4244649d1d577d9b79ff5b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a487ec9aca0c40ff87d62964163d64e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "792f9cadc3a749848d0e99f9983b41bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "eebb3c74f3cc4aa5b5d70b903d6bd98c", "region_id": "RegionOne"}], "type": "identity", "id": "99c7ef78c92c4785ae282001495737d9", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7ff44d3054ce43b0bbc997a5bca38b7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d4f9409984da4314b7c9089b1ed4bc18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "01fc968f4dce4f288f741be5bb3bfd86", "region_id": "RegionOne"}], "type": "compute", "id": "4c319635d5e84631a953ac3a1638cbd6", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e465d6f3874f44eba10f34d496af1cf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d0efc4e0a2fc442d9685ef1ed42b1974", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3678338d866d4adcbb2f294f36494afe", "region_id": "RegionOne"}], "type": "image", "id": "b31a404a23db4484b7a77712f3527b35", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "47d0ba8fc5ac4629b6dbca161a8da85a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5796224e83664ce3832b38961da3033b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1c9c9be44f3b46749c098c16cf4baf9e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "be20099294db48038754a259447dabe1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71a4a457586b4edc92f5d3b77ac3657d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca2c3a4818014bf7bab0d5f7fca844e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b2364cff3524801b11cffc504c20b0e", "region_id": "RegionOne"}], "type": "object-store", "id": "3dfad3becd7d43ad9b87e2447852480c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "56c4853d3437485ea4a0de45d74e704d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "702e319d427741d1941c2e9bf9a50f8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6fa5b2471740402ca8007c19e6cb7138", "region_id": "RegionOne"}], "type": "clustering", "id": "6c9a04664761448984b83dde520bc76d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7848041333d5443b86c90cc61aa37f8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a04aef5bc46d4d1f8a3a0e4a5d4e46c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6226c81675da49b4a1cab786278b103f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "dbc6535ff52a4c66858d85d3afe5e5c7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8d566fa4917b4c7fb007dd0497b222af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1e36a883d41547daba38239cb54f17fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "591cfe6019e243b8a7f28969d179fb87", "region_id": "RegionOne"}], "type": "cluster", "id": "a6e0bfd55a4747ca94108267d9542666", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "690064e09dfd49cba45a8bd5a107234a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "caf38d4c6f4c4793aafd6bc97cbbdf4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2b5b7dd16453442a8f3fd10c5ace88ac", "region_id": "RegionOne"}], "type": "data-processing", "id": "9a3cb814a80945f99014aeb88dab49d8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a6e2153896f84e178ed7fa339c5de3b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dbb9bd29261b411084e5e20371fda280", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "23b9a81664f04416b54978d4ebb43260", "region_id": "RegionOne"}], "type": "baremetal", "id": "d2d82d0c821c49ae9c1e04978260f33a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "819644f10ad84dfba3a641ec246be5d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "aca55654c4124caf94fe8c91d043d8b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "18aaa8a025194dad830a39342716350b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c207400922ab4f838463f1fe8a3b37c5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "465858fc36ad401296b4affd92476dde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "677871b8c0d34a669eea7fe5089800d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ca03f3679e6845fb87f90997d98ddea8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "333bd32c549943ca8258330fb8f1fdf6", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3abb3a906f9d4e468010abe3faaf9748", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "80ccb6c7943a463e93439265e0816404", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "cc091fbc097949a29bc4bcc4061e75f1", "region_id": "RegionOne"}], "type": "key-manager", "id": "0978bbd2e9f744678d2614afda9d22a8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4780c0155e704b6a9959e7d2fb8fb71b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "37208e01497142cf9e987f5273e39704", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e3ae4b54f0e647e8b7acc14cd4e385a5", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "83cafa1c5fd54447b7f7d7f28bf1cc1e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9798a0b8d99844fba02719b6c066dbfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "084ba57ebc4b47bcb904c0fadef34186", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "601f4d731fd1498fb60e075bbb8b1b04", "region_id": "RegionOne"}], "type": "infra-optim", "id": "26fbe8fa0cd94a20a740180e49520960", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "beb3707a1eb447bd93707d189d72fbc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f95026be14c84ff1ade40fcf7fed85ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "48980684bb854fa08251954b38372e56", "region_id": "RegionOne"}], "type": "message", "id": "9488ac7498674552b914d7bdfa0cb3d8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "be6516c48cd443379619204a0f508541", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "dff8fb3d743849ea8abdc638268dcecd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "28c1e2d1e87a4d08b8b792340e05a294", "region_id": "RegionOne"}], "type": "messaging", "id": "446ab3264f104958a0915245cf83efda", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d817b9f961204359a78e0fa1cd9a84a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e2908da08838481d9b0bea2289695945", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "90b619b2b180444eaea38d02d0e7b318", "region_id": "RegionOne"}], "type": "application-catalog", "id": "bc4e451ead544a409d66cda762f8f425", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e4e042b9dbe34ac1a5d54a59c2e98dbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "088d977a52a44c8dab49d1883b5fa184", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4ded6d376d7e49dcb67b76d356daf95d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "68481dfaf58f43faac855d1534064474", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6f1b1e0bb25a443f8b59b2bb1893293c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "582bfc3e001a4b6d93dfcd56bf01f23c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0f495aa143b344ab84dc99f37429b669", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a3dc4716e7cb42bcabcdba60a4c6ed14", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0e376f55db3d45afa2009b3d076fc941", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6edbd5eb30d74cac9609c6b681883975", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7ffe9000ef2e4f6fbbd942a91bc7f6a2", "region_id": "RegionOne"}], "type": "container-infra", "id": "868111206a8b4811a63d36e4d091ed08", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c3229f33f67a44fe8718a2da493a64ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c217f5db02a0454982ceb86c17bb07be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e3ae423184b648ab940ecfc4d677c71a", "region_id": "RegionOne"}], "type": "search", "id": "ec82ab15256b45aca915125f0a2116f4", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c57a60753e954d9e94e6443d7f15f791", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "89e98973dda44c61b3fdb0a79eaec6fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "85488c226fbf451bb037a8fab9f5805d", "region_id": "RegionOne"}], "type": "dns", "id": "3c407d18bf5148dbb031cbff53adcbf6", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4ac07f201c3349509cfeb507a23a2dda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bc4dd32702474e69ae275ada774d8d05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "00c17e5d680f4a23864fd9f1f25d1e74", "region_id": "RegionOne"}], "type": "workflow", "id": "82b3b8c5c2384709a88bbe337394ab21", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ffebaef6c4b246428f9198814ca23766", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ccf241e17fcc485192596ae24290ba7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "df328cbe42dd4064a536f13d4550e267", "region_id": "RegionOne"}], "type": "workflowv2", "id": "483ee5e3cd3b4eee84a8e2ecc717c92c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b89efc89de6a4f0c9e4d3ea433b53392", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9d22de32b8d6414da59a651d4fbe9f96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "98afcf85ffd84441a137c30b8e03303f", "region_id": "RegionOne"}], "type": "rating", "id": "bcdebe0bd4f94df193d01553627965c0", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "75e48920f9034d85a94d3884e0a6e599", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5c7adaafea0c4f5492284688c69f41e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d58e027bfbd647aa8c788f07885fc5b2", "region_id": "RegionOne"}], "type": "operator-policy", "id": "91aa4151e8e244e09015e3068df7b177", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d6f563b5f39245b4a8fe7d27c10d42f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0c00e911d980485d8e3b57432a94a5ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "529b4b48daf84870b1b334a92da7dde6", "region_id": "RegionOne"}], "type": "policy", "id": "bffb560675a1473ea89995b25b986def", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ec248a4aff424c3fa0df1da43ce67a41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f735aebaa0b54e3f937eba673cbd5b60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "63e5ec3af6fb44968c841b81b79f56ea", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d30b2c334d2d45b18c505dc3bef169ce", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d5218b8754ed4043821755f1bb4df380", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ccc4463392be444a9ca24cb89b694d81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "41752d37b68e405d896655fc9c7c5bd8", "region_id": "RegionOne"}], "type": "sharev2", "id": "66966cb510c344ebb5b8603bb1113a66", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7166830b303543928e3da50c86dd7773", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ec109ae6a92242dabd16786488c21dac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a9d49a98f54949b59e12037607796b39", "region_id": "RegionOne"}], "type": "share", "id": "b72fd6d5ca4e4b24a2970c9daca7c2a0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "26d2ecdeb98e43d5b0579fa90f31e259", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0fbf87bc38f6402abc119f0ce452acc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "212aa78d32d44ce3ae1598f3802b6f88", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "65ff5031b7d94688ab7072d8dcff0682", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f89e775b84124ca48f188f50cdda1c2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "507b7daf8e9545719e47484638725fce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4b7fd94973e4271a80d669eb5a24a6e", "region_id": "RegionOne"}], "type": "orchestration", "id": "a05a196b473343c6b6a7ff20603cb825", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1137d3f0e2cc4372bc1af607ab6e4468", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd2ec93619004b958ed0d237b7b6f32e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "392ed944abda4f778692cd3733189a2e", "region_id": "RegionOne"}], "type": "block-storage", "id": "75cc7e2099954852bc1556929cf25d7f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24ebc59dd80343378b397b6cdce496bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33326ca6d09945f7b3b93f8e3e3f61a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec777a0b036b48da93e3a485119ddff1", "region_id": "RegionOne"}], "type": "volumev3", "id": "d5616c16aeea4ac28e83d2e9ecccecf8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75d34ed872144e4bb2ca3d711a3c2383", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03f62ebfd1ad44c19f2168c35aa82bad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b51bf8d3c05c4010be3b9d48f9848b03", "region_id": "RegionOne"}], "type": "volumev2", "id": "b3c958ed226e487ca88bad49e5c7f547", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a34423499287496b870e29131055992a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9bcfc71874cb41f1b9aed6ec43b91eb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "046e4a19dc4d4cbcad6d7397ecdbc0ad", "region_id": "RegionOne"}], "type": "volume", "id": "6c4d2187f40746ac895e3be08f42f171", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9d2b73e6d13498f8ebcc672e620a9b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b968791ad4c4604a001c88bd4f39c8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1be32098ba04e8aad3f900dbb115cce", "region_id": "RegionOne"}], "type": "block-store", "id": "a70fb9666be74bf88a690d93e499edac", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5e657aabdd314e49bdfb50bc80f57fc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "abb763e79810489dbaf570304ab5ca64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "15c357999fed4a96a832fa3f0251d889", "region_id": "RegionOne"}], "type": "alarm", "id": "810a1113e2c84c078c537fcb6ad09df8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6005864bcfd9445aa2784eb03fe94091", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d5c29b53d4324380aadf5f2c8ae60268", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fe83db5a7395498b99820067da68d4e5", "region_id": "RegionOne"}], "type": "alarming", "id": "3aae3f8e94e049078224118edf4a9e3b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4f0735b766a041c0b5153cf77c3f2a25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "70877503dacb45cba3058d9402ad44b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ee1b3da80134495cab6e9a7198c3c11b", "region_id": "RegionOne"}], "type": "meter", "id": "f29da0cac08b46db96b570ac30da2c7d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6122ebf983694ec58ad7f71b8b5b60cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "84ff36c6e1b64b9f8cb92bd12c7d3873", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1e19a2f911c240d89bc9314d954d1105", "region_id": "RegionOne"}], "type": "metering", "id": "2b5d7afe073c4e0ba48ff6b3b4442d37", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8ed584b3af7a457f9476ffdbc14a6d0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d30da458407948c8b1fa8a72c2b9eb71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7690d79356684177b213266c2edc5b17", "region_id": "RegionOne"}], "type": "telemetry", "id": "45ff8fab5ed4439fae09037600045878", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "276ea08be18d428cb8ec9e48047f662c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6e27c95a1f1744368873e7018a2dce91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fd9619a1422b470581d328d6d104b60f", "region_id": "RegionOne"}], "type": "event", "id": "34a642022fcf404e93b06145e57e0b86", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "518d152ec737484ea5df52ce1940f93e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cd5d037f40d74b6387bae9a9f038decf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "54aac3eaf34a4fb493d07b8a9585af63", "region_id": "RegionOne"}], "type": "events", "id": "b0a687f03ace41d3b494ca80f599cff7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "396f04e3f8cc4bf98694403ec205df5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3164916e70ff4040a3f7a237bd015c3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "eaf0840ef8aa471a999f444c5034c808", "region_id": "RegionOne"}], "type": "application-deployment", "id": "bca7e036349a4c7d8974d0b1ba5208a7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "93cbc6adc7df4e5fbc30afce215a2917", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c7ba4cc9ae914c5fac88b0315e59bdac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "711b5332240246ffaa29fd1d169b9315", "region_id": "RegionOne"}], "type": "application_deployment", "id": "259dce895be64d6cbd05c322bd23463d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "41e5a25ee1874f07ad03e0ecfad93e99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d555cac2afcd4acb8e2274f145a58c87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1030c18a824f478ca85144865262d4ab", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d90a8e95077044fe85252a8d24e6b706", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a2019c9d1d9f45a095cb05d55b6604a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7288674232be4c4e97f0438ab163a86d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "485b62a4247a4a6faeeb005bee46fee1", "region_id": "RegionOne"}], "type": "tricircle", "id": "ce76c113e5bd4bec9de6043c1ac6e59a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "3563776b3bb24a1d8f08f21ba413c0cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5ddff4e7a8e643a0a31b3bb70526e61b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "900a1088c6484921bba5267b0ed736fa", "region_id": "RegionOne"}], "type": "database", "id": "2977834056d64d91b81ba2476f68adb4", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0b2be83c942f4daba57d55c7e40ab990", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8d0ead287754400d8729d6a041e490b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b4ddef6804f64f488d9c3eba61dc418b", "region_id": "RegionOne"}], "type": "application-container", "id": "e5da061083294600bc5d973675597bad", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ba93de5133ee4fdbb99975f204cf2ef3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "317350b7eaee46b0afcb6fb80e3bae86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0791fb184a744415a43c341a63e30976", "region_id": "RegionOne"}], "type": "container", "id": "ae07f834e3c24bf99578310f483daa01", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "222aa189dff04ab0b532bc0af204450f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2627ce1040674324861aabcbc4eb0bd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bec22e3b819b4f528990743bac6227d9", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c6ea4c47edd1463aa0e5205469170bf2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2501401a2c0a4e60a5e2768f3d6646a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0b01be1903e0497a84ea41e02276e794", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3200d7c0c09948bca45e0fd6ce5894bc", "region_id": "RegionOne"}], "type": "rca", "id": "226e1331cd574fb5a636b7dc2708c237", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "747c98c37ff64104a641206c68ffcce9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "55317386318749429c5946cbe4d81e27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7a2834513b924f789381bb4ee0939907", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4d124f48d1614711beb8c19f60b85f56", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3154a1f4914c43cf9aabd3227d5362ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4b479eea1cf74634b7b31f995710a058", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0bfcabc2a85c4790a87964acf9282cf6", "region_id": "RegionOne"}], "type": "network", "id": "ea7fdb8445ba49239f6cd286289ee571", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1ca65259796a4f9e94082f523b89d411", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "40a55ee69925406aadf187956442e1cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "13566c3598244a22bf59ed79bc4b3cad", "region_id": "RegionOne"}], "type": "backup", "id": "6befa31ed5c7473ca6bb8cffc08cb34c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2f1b0da94ddf42f3ba03fe8439f54f0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1940859ef34a4156995c6b78f20d459c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5186bcec251547d9b3929ff162f15045", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d5465a685daa485dad5c29ac83416fe7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c604a47730754db9b65f80296920b79d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "55392476a4164ca78e6624beee311933", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "feb1bd25a3f64215889db2b84068207e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "891a3fea30434505ad1e0797d3f7088c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "67950fe629c04d9fa3ee6fe2c6b9b072", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bb1b3c9b713f400da5ad1872afa5b8ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1d2e918ed4db43e7bca89bfc9524e2a8", "region_id": "RegionOne"}], "type": "monitoring", "id": "be53fc485c2441379f93f771bab5954f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "535f2e5a87224900955ac35d2e5b69fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6be61663a4564b8189a163d3d446d856", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "0dfc8e4fe4f84318bf0d6feb38f99e55", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4564fc2402e94c219f2cdabfc021fee1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e26ed6ba36e545ceb3e29cf97f74ce4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a487c003bb9e4bc59b85ab6f9c459664", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b01afa25d71b44e0b0128c670df94caa", "region_id": "RegionOne"}], "type": "placement", "id": "3ea6813477864b53af883a2335d6a95d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5193b51d88304b589084c1ce51fc7992", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a66bdacded894e64bc38080ae76b0d3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "11cd5e9d554b4a9dad33a64cddd41d82", "region_id": "RegionOne"}], "type": "instance-ha", "id": "cf1235f8bef24d99b1c2e238e2153f84", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5effaea5ab5940adbe76d427a6774db3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2b88ef6d559a41caa2ef7f1d9059b8c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a80b928deff0468ead1d8d36000b3ae2", "region_id": "RegionOne"}], "type": "ha", "id": "48a1a45a186c4d5eb57da420d924caee", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b05e52b07d854dc2bfd9a7a187550e4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6beb712b3079434f95cc94a9ae8cd0e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a392428a8e0840fbb8438ac23be183f4", "region_id": "RegionOne"}], "type": "reservation", "id": "daecc9b053f842aab3d9db2e7a4211f5", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9e5b313948594aa0af7886f8c19fb967", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ab91d3c97a6f49018c3e1d2bb11a1ecf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "552ea0fc300c455ba7afdd5d0df68e5d", "region_id": "RegionOne"}], "type": "function-engine", "id": "2a6d2cb294fe4eeebc28cb1bd0f15720", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3c147cc6ad4c46d0a3cb08c16048da07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ec3d5442ee3f4d3eac9446b135a05d7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e009951fd30e4299b506ec05fb156cbc", "region_id": "RegionOne"}], "type": "accelerator", "id": "d5b3a0eba77745d3a6fc874c25c62019", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "350bba36f86e426fb07b77b71a45d571", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fc72657d4a9d48f5a87fa2e4ce885b8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cc92afb897c043b482e297a79d0405b7", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b02a52512c174851bfa8532493297ea1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4bfb3438d6a84ed6a319032543acf71c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fc65c412d2f94cdc9e3a78db584bec64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d82dd1799b2a4d96b185fc9b1bb6147f", "region_id": "RegionOne"}], "type": "registration", "id": "8f46ea5ece524d10859e7e1f9339c535", "name": "adjutant"}], "user": {"domain": {"id": "42af69187d0b45fba282f70f513e463b", "name": "79fe1e300db94d0899fc24d482fb3e03"}, "id": "e8f537c1b8a04bfd9cec144658fb306b", "name": "fbd101c2b5494b5197756b024ae899f9"}, "audit_ids": ["40aaca25bc574607ba587e72b2f5e762", null], "issued_at": "2019-09-19T09:04:41.335486"}} 2019-09-19 09:06:41,504 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,509 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,511 keystoneauth.session RESP BODY: {"networks": [{"router:external": false, "id": "test-net-id", "name": "test-net"}]} 2019-09-19 09:06:41,537 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,542 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,543 keystoneauth.session RESP BODY: {"subnets": [{"ipv6_ra_mode": null, "allocation_pools": [{"start": "10.10.10.2", "end": "10.10.10.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "10.10.10.0/24", "id": "14025a85-436e-4418-b0ee-f5b12a50f9b4", "name": "", "enable_dhcp": true, "network_id": "5ef0358f-9403-4f7b-9151-376ca112abf7", "tenant_id": "29c79f394b2946f1a0f8446d715dc301", "dns_nameservers": [], "gateway_ip": "10.10.10.1", "ip_version": 4}]} {13} openstack.tests.unit.cloud.test_image.TestImage.test_create_image_task [0.714257s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:40,991 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:40,995 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:40,997 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:40,999 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,012 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:40.925999+00:00", "project": {"domain": {"id": "499a33effd954acb8226e8567e752f36", "name": "dae4c13e823e48cd857cd0f143fdc332"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d5073e8bbeb94ad4876bd57446ce2f9c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "14ad40a49701420b90c26f52eb651b1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9ed2184ec0a0412290565a5fc8bf0b86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "953bb5bfe41b45aab7b9b80807ba7925", "region_id": "RegionOne"}], "type": "identity", "id": "7e1affba86d643be93d79cfd6781d95b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d320cc8a3c774428bb35e6fd9f0d4458", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c88dbe3f4af2410a9bf9cf5e412485d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "98a1cc39f29545ff96a04c9502f225a7", "region_id": "RegionOne"}], "type": "compute", "id": "cf39ca77a99249cb9725f1abbd078e7b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c1092fa81e784fee9c5bbe859e5a7d92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c21450ea2c494ba980f5f7ddb37d1019", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4ce5cc2958674a499cba27f307605ae0", "region_id": "RegionOne"}], "type": "image", "id": "67b7c6e70c2e49e68976f16b04dca898", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4e18cd18d51b456da5a999afb7daf709", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b23ba61542fd449bbd2c302a001b5849", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "470bc1c8840540d48d393fbdea090475", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b075700582234be68fbd3038febbf551", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "200c238a237b4a42acb5f4e17951965a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e97adcd93b2b494c912cdd9989ac13e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cdee5e8d9e6b454a8ab7f52bf76450dc", "region_id": "RegionOne"}], "type": "object-store", "id": "6a4d57456c394e58955c9d3a6570b7e9", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3d7b80b83d264a7da3b13d837f69c5c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9059973a3f984fc49ac5a892770b60e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dc05767f7df541cdae664a4523e751ae", "region_id": "RegionOne"}], "type": "clustering", "id": "bc44c0b6de96434dbaecac337ae223f5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "86e9524b81c24c9a9b1cb2265fdf6b5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8430ab7c23aa4c9688c07386f925153c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "26b2942532594dcc8ece529cacc19d9b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7b9dec6708d84038a4e625fa9ad2cf0a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6a50039878fa41bd925409b4a4ae6fcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5da2fa09e4c7469c812b32845664a943", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f1528ee65fc64dcc8198d015c3c50864", "region_id": "RegionOne"}], "type": "cluster", "id": "19e43c3a98064df6b82dcec23d3fe66e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "411f44a9cccf4f7c915bd4b08d9ba41b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f00c6e041d024e6394e943d98c0a6f28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f74f52075076450884cc5a28e45445fa", "region_id": "RegionOne"}], "type": "data-processing", "id": "16ec7f861d5943a19c09d3e47734678a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c24fb9f248ca4e2abc5f0cc854e94e23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fc382e2d51464b3faf3cd7ce2491a4e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "aed8aa3a83aa4fb889096c8740ba06ae", "region_id": "RegionOne"}], "type": "baremetal", "id": "72d881b53651431b903fd6b4f88e127d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5b5b971a880f4041b0f9ca816c7499b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a8874c01e51d44bca1086d0e50255734", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "654693b294374f998c24694278e8cc5b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "25a284fce47f4e7fb4ea24445f900431", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9f05c41b301e44d8a1440276799d0cfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9039425dc8a44ac4b82a4a277ec4b37b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "eb0b85fb1ffa4f84b735c61b38a58196", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "77cfd759250749b898949626e7b9087f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ed54b81011d443d793cd9a6b4c240024", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7228fe3c0e18487f895f376c8766b557", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c043db608ab746b8a18f1352ce77b392", "region_id": "RegionOne"}], "type": "key-manager", "id": "1aa713fa74d1428fb1ff247261166d9e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b9341d3607964d88935f2d720deb65c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eefaa294eb22440a85cc6781d25d3413", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7291d9f0bbfd44a28005a4b43c432027", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ba37fe2481e74669b1c1388c0b6dadde", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c8935a004d9b44449176809a17806f44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1348a7231f4647f8afa7bb64e25ef2d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3916feaec6704dcebe67874636c58b31", "region_id": "RegionOne"}], "type": "infra-optim", "id": "fb75387019d24b7e83cfd2bc976513c2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a066b8d71f0644f8ba7bcb025e984d21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bca7154b9880434086565d83ea84c2cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fbb01cf292964322a7467277928c2430", "region_id": "RegionOne"}], "type": "message", "id": "16f2f1efc84a4df4b2a4a4c329cd8b11", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "aa128c31382c4f28a5104a2c435b245e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ec2cb734309b4f1ebd1d4b8f915706ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2615cb7798784dbca17bdfd1a53a1dbe", "region_id": "RegionOne"}], "type": "messaging", "id": "294700e4364f42b9bec720a9ed35eb86", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e8dd77ca1c3446bea82657a5a1c59f7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c09b3e0add7542a1a5222b78aee9f5be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8c100df70e6047b3a83ef984230ea351", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6db0106673a44b879fe01974efd7ae3f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "656b9c1dd54a44ad874235e07cfc50b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b5d8dd27a2724c2194a1563404da2b60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f255e02ac9b4c1b98b1d98db02b506c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f008721952e74733bb9b560b94a4946b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "10ced25ecd95483a9213173cfbd96c2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4263f1fea2254d84b8618050c2e695ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7f48526417f2417c922633ab191c0fa1", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a15c6706c72e4df786e9eb8d598dd75f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d4e1a9382de4c95963c7d78fc793e4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ba9358f835384ef4a348b643522420ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e9bd68f99cf54b89a1f2927b2261dacf", "region_id": "RegionOne"}], "type": "container-infra", "id": "62cb8bc28df74e5fa1ce4038ccda5cfb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "9c02c2b8c82d4ade847fffabd051a498", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "46a3d815a99c44358ffb0ea03f734362", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9cd32f7d86504b1e8702c70e152a1cb7", "region_id": "RegionOne"}], "type": "search", "id": "d7c84b344e6a437aa89fc134b783ecdf", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e3a83516800445f888acd74c1bec9bac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "744410679a5e4eb596e104bf7a943119", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6ce5c438d09a423fab3c8e468a5aa16d", "region_id": "RegionOne"}], "type": "dns", "id": "ea7e09e180e64fdbbdb8313162224fe0", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "06ab198a14df412b935a80475f886e33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aafd4ad711314f73a8898b3011692a10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cee720f9151a48d1a6c71b3acd34c4a8", "region_id": "RegionOne"}], "type": "workflow", "id": "f53b5677ee5340239488e9312c48aebc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a3e69bb01739476ba1bb8194acedc7ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eb7910697d2a4ed8abfafb2d20ea5479", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "56e563767a5540dda74c3c565fb41680", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d5631cb9fc5d4266ac24c29c12ec56af", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "abef0c6c6fe64024a41551c16bb32635", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "1bf402d24a2a471494d1ca953acbde15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "982db0ab6a7b4453a13b0ff1b5b79e06", "region_id": "RegionOne"}], "type": "rating", "id": "811beec665c144a89840852c1d8c2c94", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b1ce13ef01244b689f717aa1c1299f49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c5ed5add249b4d5c9acdacb6a37bb95c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1ffb42ad14954284b716ee79bc607f95", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a01c4b73092849eba233a528bfa4d46c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a0b17c421e9f48dbb938bc91820ba90f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e5ba5fcca87344ceabbc6e5f1ae485b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8aabf42d437c43e195563b666978e771", "region_id": "RegionOne"}], "type": "policy", "id": "e6372c938da845c39e3addc709546538", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f1b4e9099407400dba4fd1db59734f72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "50606e412aa7442597c50d6c7f035434", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "08afe0dc4c314c4bb8d301e13fb3f36a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8d58a0b1f16e4377a8fdd213273fc794", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "64638984acbc4727bf16e93b860b5118", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1ab861d51f7d4a968206b6538565e2b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0bfddc6a7a294db69c0aaac174fb4c34", "region_id": "RegionOne"}], "type": "sharev2", "id": "c0e51769c7ed42288455bed0a9c1ed3f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3b43fb406a49450288ab6fcb4d84218d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ed4805f0b59c4f72bf84bbf215c2da78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "45c197c191474cacb84cb6fdf77f775e", "region_id": "RegionOne"}], "type": "share", "id": "f549e90c9f9e4ba49f7f4a2be98afb6c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0de54eddc9cf4c368af3d59856dd482f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3e2d2de72a444dde842f92e5f18a82ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ee1410da346b422ba36b2f7f14a0863c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "99c0c5e7d6fa452db08d483793b12a26", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2be4d2caf3c4872a12c0228ced228e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dff247ff34894036a44b8c7ec8d6c638", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a572e43adb144dc3be05e7f36bd05ee7", "region_id": "RegionOne"}], "type": "orchestration", "id": "54e0084fa87e4100a837cf2ebd4552de", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c3e61c1fc5a463eb2c69358b508bb84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1a0966db1584ddf9e5bfb573b3283c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "269fd1a92750492c8654eb31b6107e31", "region_id": "RegionOne"}], "type": "block-storage", "id": "7f444ffa41c84ac6a2d595a1ad54b120", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c88ad77397e4ec99f73ab247d9ad852", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ce40b0ddee144e7ab4822626aad5596", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c58b78d6b0da4607937153b15ad707aa", "region_id": "RegionOne"}], "type": "volumev3", "id": "e14ac906846049ce9f7a41a957e722ad", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bbaded0cb2646e2ba8c8818fa3facee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08c5feacd373401e9728a9aaa9e3ccd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69754b95b64442b99feea72f5e69e0d8", "region_id": "RegionOne"}], "type": "volumev2", "id": "547e01e3e6e84f3f8a0e36ddfbf4c8c8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1497ac5184124eb3926d1b17809aa97f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a7b8f83f02f40eeb12c7f7bdf5339e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b64fcf306cf435bbad639d8fbef3b71", "region_id": "RegionOne"}], "type": "volume", "id": "f793cdf41fd24bcda1329d5a75ae15f7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c78b153ae874251a35032f5fdbcd27c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9acf3bccc8cb48869b14c25757649b30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "204cb0190c444f7ea38b76b08f4ebfcd", "region_id": "RegionOne"}], "type": "block-store", "id": "b50373d561174359955c40782ae8aac7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "15dc133d272b4a2189e19442f65f0af5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f07a3e01838949c7b6e388b262a0421a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ecf28366c3f944edb50d061e9bf27a03", "region_id": "RegionOne"}], "type": "alarm", "id": "5ae7144d3a6643e4b21f433904ad0f0e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "08690b7d959848b4a108c570689b4b9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0d7458c5802840659a11965adae5fedb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "539a448dc22243cbb737523df8380c43", "region_id": "RegionOne"}], "type": "alarming", "id": "17186c4ecd514b479747b7dd85293b9c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "340c8a33d1954f5aab36b8e910ef6815", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b2529f517af24b78869ff31d263c8dcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7724f9f079b3490d8a393457d97b1266", "region_id": "RegionOne"}], "type": "meter", "id": "a32c9df4a3ae45cd8bf010d9dcbbe293", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "af372b64e00a4436ac85e2f0a5895ee8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bbf55854caeb467b8dfd0c4c8a9bde28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "20060dc18d954f908494abac96b2522e", "region_id": "RegionOne"}], "type": "metering", "id": "4fb76ae3c4364033b022a2839e3206e5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3d5b76ff632345329e60df870492b2bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8a3eaf89748542d4ba6bb0b7fc329f37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "da6a0ba7894c4c21807a8c09fc455fd9", "region_id": "RegionOne"}], "type": "telemetry", "id": "4ad2bb1f168046fb82da4a849c113186", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1904d56005384f12958dcfa399884fa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0d99713764b24aefa5a9e322f5179407", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0dff00f882b14258952d45a0d38d20f0", "region_id": "RegionOne"}], "type": "event", "id": "5f64dfa6c769464983c3b710c437ae40", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ab53c93beb6942539175626c5b3e68ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e0edba8a75944d6681585363b973f58f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1ccd179d7aba4728a8abd3b50afcfe25", "region_id": "RegionOne"}], "type": "events", "id": "2eaa0eec660c4899b8092d17084a7f40", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1a0c146661c644a58115c1387ef128f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "99e18a90351f4b818c4287dc67d3fb5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c218133e3e674f5886f04e97f16fe6b2", "region_id": "RegionOne"}], "type": "application-deployment", "id": "9ab8741db2ee4aef86cad641e185751f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2a4ba5014ec0467fad15f9fc8ec70a96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "05538e59c5a74d8e93499c2f9065565a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4768c7017f834ac2b85172c018eede6c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d192398ecbdc46d99a7b6b223f6c97dc", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f4fa21773a174cf6a848755f35f066e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c65a230d6278425a87669a23031a2e78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b2e8f2a8999346998e36f08eec4aa7f6", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b6198dc510914d589fe9b1c0484a3a16", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7281ddaee3574a568e3396af6e7d2b08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cd4a6e98809c47758ae2280c827d4593", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d9d6148021264dff83d1e486bd8dda25", "region_id": "RegionOne"}], "type": "tricircle", "id": "ad727cdaf11d4a7e95462fbf1b38a479", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1fd1f25be7df4153955c2239231b062d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "bdaaa712aea5420883465f1fdcfe2d4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "fbc56cb8771844cb942aede927045ac7", "region_id": "RegionOne"}], "type": "database", "id": "492bfae881de4c3bbda769d89bd3fafb", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dbf199a59a5f49dd8f12c3f57de94810", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "35445bdda0bd41f687e7c42f897ac236", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "aedcabb03bbf460385fdc41a49c914bd", "region_id": "RegionOne"}], "type": "application-container", "id": "715a0873658147a2b002636aa796b242", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "63dd5198cb894720b8c7f297909a527b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f1b92ba68f714f99a8ea81c5a99f5c7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f663e0762a25484e9b717e6ec3056aea", "region_id": "RegionOne"}], "type": "container", "id": "e8e8773e6ec64ebebd58de31c91e490c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "715e4192b5ec43f69db0e75b0a5f2a06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2a36576f1a074c19b81b716c1d51d053", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7bea75a5d9ff4f1fade8f805aa71e163", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b8de1aade94840e3b328283483544f0d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ed84cbe7516f42fab360e8ecea10ce2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d3f5d6b0a9e243e4881caaeb406218f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "90df64928b7948efa4528240d148b2a0", "region_id": "RegionOne"}], "type": "rca", "id": "2c4bd05d7014476bbb388d9b040ecdd3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6e62a8dc4ebe4f4ebc0cce8cf524274a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "209fe4df36874e22943e260609423b0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "fb55627d21cf439eb8377a25814fa756", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2ccd03e4eac547e984b75585ab549646", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ba09f771642e48cebc7af6a0b005c7d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "0b05d29f4ec54fb287c8ebde9ad72e7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "34659f55a26d46b3bd7e6a5abd9a7fd8", "region_id": "RegionOne"}], "type": "network", "id": "1b0636d0640d44ffb8abdb2a5017da67", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "70ac5d0ccaf442c6857a2539500570e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7647804f241d4e94919308eb05999b9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "81516e92f60a4534ba783b62232ab751", "region_id": "RegionOne"}], "type": "backup", "id": "023bf4635fc443ef9a44ee5640080566", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1781bdb4482d4af7a4d6f8459885cbbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1ea46eddadd941d28705c7f622cdc2f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "819d33c53dc7421fbd9fa88c3f4cdfac", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "61b6dbcc77b346cbb65eedd7a7cccea3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "33ba61ddd9e34ef5ba35641bea82c188", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f2d3e6a68c0c464b9d68c30a291a7351", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a9e840b6a75d4d73b8a6bcaa25aa50d3", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c2bf749bf6bd4572bbe653e804c13218", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "50b92bd2d23e42a1a35b986965ad6009", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "db569e49393d4dc28d475520260dfd6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a99c220174f44e9b823afd0aec1bced5", "region_id": "RegionOne"}], "type": "monitoring", "id": "a5a8538b09714dcc901d9e8f4b7aa0b4", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a7c1423d75644eadb405a338b3572e2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1d8178fb990348b4b84752c9ee657e98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "032a1454b38b46c8b12b7d1a6ece5ae4", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4095b99fc8344be1b0fa3cdb2a4f98ba", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b4a9941884024d859459fea86b3d8462", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "56f7b79e99184b7193ab3b5d266f6588", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "eb55b972ae54436db21cd1dce4fcec4f", "region_id": "RegionOne"}], "type": "placement", "id": "5ae3f27043c144c0ae005e64fd53246d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "42cccbb0b3224b1a8466adbc179ea60d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bb0920d60b594fde8993ca30551d6b8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "29ffad0ffe5746568414da562ac4aa85", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8caf91c9a23c46c7a2d7a36861016826", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "955aed1cf4e846c2848d9ff448a88018", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "543e00d8078645afae74b19b8ea074f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dab6cd93fa444090955301e19231eda3", "region_id": "RegionOne"}], "type": "ha", "id": "9bc580a7a4a243ebb13c1b5aa73a014e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b5a48dd9c9df4bfb9c8c9235ec96f530", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e1504537c1c440a4b8ed3811aa7835fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6988f3805108445eabe33582842f817e", "region_id": "RegionOne"}], "type": "reservation", "id": "92411b3f26df4b7fa50b196b06871d64", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6a342a15aeff4cccad9db77e37478fba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "33da66ce48234ae3bac01cb199a356e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3fe008984e73447b80c4dd799fee8614", "region_id": "RegionOne"}], "type": "function-engine", "id": "4f29a9194fdf4345bfa348c5d110297e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5afa700bd5424652889732c876234f9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "98d1689304ef48c58de386674b9f46d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1818dea7e8e541be8d28e57aff70578f", "region_id": "RegionOne"}], "type": "accelerator", "id": "a074f7c8098a41ba8259a8afcad6493c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "56d37695a81a4087a882e8a38a8e5855", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f8bc21794b4a4532ab736600c58f519a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5fd6f8f7dd1944bab9457f51bb65477c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3f65e48cc3664089adda9eff9c4fb5c8", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7f55ce7440e949cd8e7fdd445b22672f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "309a82590a91499b9c0b9e70fdfde863", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3e3e5e9727744a059611f6f325144650", "region_id": "RegionOne"}], "type": "registration", "id": "942780c0a6314eae8a5790ed1f2928c7", "name": "adjutant"}], "user": {"domain": {"id": "e6c81a9119af408e8bdd14b7004a8cf1", "name": "ef77ea9ae1a2445c972ade3d9b8c8cab"}, "id": "f209c8195d2c4b36a5b78f4f549f85bd", "name": "3de9a7c3ee93462fbc48520d7351cb70"}, "audit_ids": ["707698426e594f5992b4d0df959dbfb9", null], "issued_at": "2019-09-19T09:04:40.925999"}} 2019-09-19 09:06:41,180 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,185 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:41,186 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:41,215 openstack Calculating hashes for /tmp/tmppR1aJu/tmpEygrRu 2019-09-19 09:06:41,216 openstack Image file /tmp/tmppR1aJu/tmpEygrRu md5:11870cb56df12527e588f2ef967232e8 sha256:99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8 2019-09-19 09:06:41,275 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,279 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,280 keystoneauth.session RESP BODY: {"images": []} 2019-09-19 09:06:41,356 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/container-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,358 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:41,368 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/container-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,370 keystoneauth.session RESP: [201] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Fri, 16 Dec 2016 18:21:20 GMT 2019-09-19 09:06:41,371 keystoneauth.session RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-09-19 09:06:41,380 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/container-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,383 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 0 Content-Type: text/plain; charset=utf-8 Date: Fri, 16 Dec 2016 18:29:05 GMT X-Container-Bytes-Used: 0 X-Container-Object-Count: 0 X-Storage-Policy: Policy-0 X-Timestamp: 1481912480.41664 X-Trans-Id: tx60ec128d9dbf44b9add68-0058543271dfw1 2019-09-19 09:06:41,384 keystoneauth.session RESP BODY: Omitted, Content-Type is set to text/plain; charset=utf-8. Only application/json responses have their bodies logged. 2019-09-19 09:06:41,393 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,395 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,396 keystoneauth.session RESP BODY: {"slo": {"min_segment_size": 500}, "swift": {"max_file_size": 1000}} 2019-09-19 09:06:41,405 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/container-3/image-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,407 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:41,408 openstack swift stale check, no object: container-3/image-2 2019-09-19 09:06:41,409 openstack swift uploading /tmp/tmppR1aJu/tmpEygrRu to container-3/image-2 2019-09-19 09:06:41,424 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/container-3/image-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "content-type: application/octet-stream" -H "x-delete-after: 86400" -H "x-object-meta-x-sdk-autocreated: true" -H "x-object-meta-x-sdk-md5: 11870cb56df12527e588f2ef967232e8" -H "x-object-meta-x-sdk-sha256: 99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8" -d '' 2019-09-19 09:06:41,428 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:41,445 keystoneauth.session REQ: curl -g -i -X POST https://image.example.com/v2/tasks -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"input": {"image_properties": {"name": "image-2"}, "import_from": "container-3/image-2"}, "type": "import"}' 2019-09-19 09:06:41,448 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,449 keystoneauth.session RESP BODY: {"status": "processing", "id": "2c336a44-8aaa-413e-a08a-b96b0552e474"} 2019-09-19 09:06:41,464 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/tasks/2c336a44-8aaa-413e-a08a-b96b0552e474 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,469 keystoneauth.session RESP: [503] content-type: application/json 2019-09-19 09:06:41,470 keystoneauth.session RESP BODY: Random error 2019-09-19 09:06:41,472 keystoneauth.session Retriable status code 503. Retrying in 0.5s. 2019-09-19 09:06:41,475 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,477 keystoneauth.session RESP BODY: {"status": "success", "type": "import", "result": {"image_id": "26b3d812-5af3-4b99-bc71-04a47eb4749b"}, "id": "2c336a44-8aaa-413e-a08a-b96b0552e474"} 2019-09-19 09:06:41,500 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images/26b3d812-5af3-4b99-bc71-04a47eb4749b -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,504 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,505 keystoneauth.session RESP BODY: {"status": "active", "image_state": "available", "ramdisk_id": "fake_ramdisk_id", "tags": [], "container_format": "bare", "min_ram": 0, "updated_at": "2016-02-10T05:05:02Z", "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/26b3d812-5af3-4b99-bc71-04a47eb4749b", "metadata": {}}], "file": "/v2/images/26b3d812-5af3-4b99-bc71-04a47eb4749b/file", "min_disk": 40, "virtual_size": null, "id": "26b3d812-5af3-4b99-bc71-04a47eb4749b", "size": 3402170368, "name": "image-2", "image_type": "snapshot", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "disk_format": "qcow2", "protected": false, "schema": "/v2/schemas/image"} 2019-09-19 09:06:41,530 keystoneauth.session REQ: curl -g -i -X PATCH https://image.example.com/v2/images/26b3d812-5af3-4b99-bc71-04a47eb4749b -H "Accept: " -H "Content-Type: application/openstack-images-v2.1-json-patch" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '[{"path": "/owner_specified.openstack.md5", "value": "11870cb56df12527e588f2ef967232e8", "op": "add"}, {"path": "/owner_specified.openstack.object", "value": "container-3/image-2", "op": "add"}, {"path": "/owner_specified.openstack.sha256", "value": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "op": "add"}]' 2019-09-19 09:06:41,534 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,536 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/26b3d812-5af3-4b99-bc71-04a47eb4749b/file", "id": "26b3d812-5af3-4b99-bc71-04a47eb4749b", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/26b3d812-5af3-4b99-bc71-04a47eb4749b", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}]} 2019-09-19 09:06:41,541 openstack.image Image Task 2c336a44-8aaa-413e-a08a-b96b0552e474 imported 26b3d812-5af3-4b99-bc71-04a47eb4749b in 0.0902869701385 2019-09-19 09:06:41,556 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/container-3/image-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,559 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 1290170880 Content-Type: application/octet-stream Date: Thu, 16 Nov 2017 15:24:30 GMT Etag: 93b885adfe0da089cdf634904fd59f71 Last-Modified: Tue, 14 Apr 2015 18:29:01 GMT X-Object-Meta-X-Sdk-Md5: 11870cb56df12527e588f2ef967232e8 X-Object-Meta-X-Sdk-Sha256: 99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8 X-Timestamp: 1429036140.50253 X-Trans-Id: txbbb825960a3243b49a36f-005a0dadaedfw1 2019-09-19 09:06:41,560 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. 2019-09-19 09:06:41,574 keystoneauth.session REQ: curl -g -i -X DELETE https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/container-3/image-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,577 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,615 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,620 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,622 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/26b3d812-5af3-4b99-bc71-04a47eb4749b/file", "id": "26b3d812-5af3-4b99-bc71-04a47eb4749b", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/26b3d812-5af3-4b99-bc71-04a47eb4749b", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}]} {2} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_remove_rule_from_policy_rule_not_found [0.254044s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,434 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,439 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,442 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,446 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,460 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.373697+00:00", "project": {"domain": {"id": "ed3d8c7910eb49ac85feedaa026037a8", "name": "0fe70af92c6d413fa5cb12f3a2ebe98d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4a17b655809b4820bf9f4cc155034601"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "417e88f3cafd4273a9996aa1e31f774b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "bdbb410c1c0a40e482ac762a72b3e527", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5316eeba4ccd4506b55c5dc648001898", "region_id": "RegionOne"}], "type": "identity", "id": "8ecb0162b89b4c828e2af7c5c0dfa4d0", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "06d949e029404689aa08a8cbd14257c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1982beea126b48c6a709fbf538893f88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "872ec6ef31ed4db3ab54c0eb38a3ec54", "region_id": "RegionOne"}], "type": "compute", "id": "f6fa2f74d6ca46c0a329233bcc20996a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6838658ec395427fa638eb5031508a5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c49e7498f8454bd49de745171a979f03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "1da7e95936bf4ca0a5f92a6768f7c7e9", "region_id": "RegionOne"}], "type": "image", "id": "b465b5430d1e4ac8a3fafeda3058eb01", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "edf26c772a424a62a97bb83e7cf3aaeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6f9c05c609844e70ab3455e8edcb01fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "bea60d1dec0a44aa93df050f774496bd", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a6b87a97f51641b49d8152180f40bdee", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb55774c377a4d538eb3f78bb0aef058", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d44e9282f10481db482b49cf2d1f565", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c9d82ea42b9e4e3fbbcaa0645f51578b", "region_id": "RegionOne"}], "type": "object-store", "id": "7e6e86eba4174bbb9b2084b85992cb8b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dc6f1bdcca5f4075b47d5d25ef4c10bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2772320800ca435fa64139d9e0eae53c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f3b427c3d0534fefae9f7804a60651aa", "region_id": "RegionOne"}], "type": "clustering", "id": "074da91abc91469a95351d9df2d862c1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "31f97dd833724c26a4fd9a7d26ccefed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7d323d6ea1b6496f98243d5a60215369", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c4127df7afe54e9ab9bfc37e5a7a8211", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "6cd369755e3842f6bddd139fa8af4c34", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8a04a9591aed45bc86a7b4c5bc46b69b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8d1e308de77548cfb16ee2d4857132d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "95cc33f183df405fa4484dc895897821", "region_id": "RegionOne"}], "type": "cluster", "id": "afe8daf79e8b43558b2a0dbbe47d0b5b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "243f349546b441a886b90c626fa5c917", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "73c72744f5d24de4992efb34d172979b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "46a9424ca2f94066b5085f8b757e45cd", "region_id": "RegionOne"}], "type": "data-processing", "id": "2b513f95a84c4cfb9326cc6a883568af", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d16adb0f87ae40b2acd38458556b9f8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0e49fb59156e4d62afdaa2068518e590", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "47ea5f822b5e47298056b3020b3f838d", "region_id": "RegionOne"}], "type": "baremetal", "id": "0cc15c474f37454d95794b16b35f81f1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8bf1625395e349d99dd8b97f421e759d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "46116683bb304b38bdf8141b081b9646", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "925f173d9e384544b9a1558de89f11a9", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2f09d3872981473f94065a4e55207576", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c9adfbe65b3d43df940fe15cd503d9fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "32343288f605438b92dee70e96261a86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4547fd84405546dcbf1bd8f2109fd224", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1168326a40e5465b89a5cad1f18688cc", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8995a13858784ca48d097f9d51c051f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b20c469287fc4ae39e80b3560344895f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "68db788b06f143dda9186c6d8a5dcba1", "region_id": "RegionOne"}], "type": "key-manager", "id": "14ddb21a40d244e08c805296328a3e47", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2070fba293b9466db35f1455acc289dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e2985e68800e41b6999e118e53642fe4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2caf5b39359e4678b95b982791a5254b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "10a840ef349d4c7d9aac913587253e63", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dfbb591ac2fb43f69351295c700eba16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8f4ac4e06c5d4ae085f46b05987d4ae7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9fdfadc4d82b4f50a3a7f63fc22d8c7c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "dfc46a42f9c240a18dae5b165640d880", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ea2689ac719243ffa5b91e771dbd7d7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4b699df9e998480498ab5e5e9d7b9c17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6b4080a14c6f4724bfb50caed5463fc2", "region_id": "RegionOne"}], "type": "message", "id": "295dc2083e534bf69f4a894e9eda46f5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "133f38e232eb47698f346bf694016e0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7ed50029559041a6a5090bd588eac79b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "260ae56229004d9a883eb98208ff812e", "region_id": "RegionOne"}], "type": "messaging", "id": "695d3307498647e58cfd2bdad35b9935", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a25891306d1d419f9498b33ebdc2bfc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a9761b0339704673a1faf22e328745ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a5abe1aa684841f2b476d7d600735d69", "region_id": "RegionOne"}], "type": "application-catalog", "id": "839c56edb49948eea75bb35ec0ad773b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dd0c61657b74482694c300fe34bfc518", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5d839344e1f042d89cf2a079d0cb50ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2d8461c6402f4dd8b4805f053074980a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c225708586d542dcac92963b57062947", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "50057937f3fe4a4183900f4b94d93353", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8d20ae6056ab4792b7f7f8c60ee09513", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "800b20d731ee443f9b7f5e6f7fde9fcc", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "1f8df8364b3e4b6d9b0ea75a236602d2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9859a3bf336444aabec12c15e34942a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "741ad4b963d94a23945b59891dd29ba8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18d0c792904344ca8d07e3ad53bf586c", "region_id": "RegionOne"}], "type": "container-infra", "id": "339d75a0f97a40ecaa27129450f6b2fd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "97d4621ad0d74d9a886f6d61ae947a1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "dda4790eea0d45a4a7436f7597e76589", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e785eafec18a48cfa103c098e95758fb", "region_id": "RegionOne"}], "type": "search", "id": "6dd1e3ab9b584804a3d94b1767ede636", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "70a153ddb8d04cbfa24390d34e4a01b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "35ec3d3dc140432e8f0b5ae6afd89dca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "cf4f25c0a6f648f6b1861cae1244b9ae", "region_id": "RegionOne"}], "type": "dns", "id": "1a6a1e3951624910b0beaa85a5a08b95", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "29806d8f180a494ba4ef698d35819b50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d07d4c536f8c49848bd7a61669647239", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "05edebd1fae14c1892a07d053f22ffe9", "region_id": "RegionOne"}], "type": "workflow", "id": "e17bc794163248bfbf3dfb42df813ac5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a5f1671597b0477798be658739a2ea09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "160b89a54cb64696816972acdc4a745e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "60077c2632ca46f69a599c58fd9eb805", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0bfde303c4b04e0f917a6eb207899ff1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "637ca3b2ee5e49e497ce806ed4968351", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b615036ddd7e48398d476c70b63aaed6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ddb39660598847f0abde71ee9bab6f11", "region_id": "RegionOne"}], "type": "rating", "id": "0fb54d4a086548b498d84b791af883df", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7eda93f6fc004841b37369b14e4db7dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "612f4579ab6d4b9ba6318b9b518cce18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9fbd2b9dbbff4fa7bb21deac54e2c1c1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5742e250bbb24b1382a9636c3f42d78c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4aa3357a4bc3452b9f59a16abdb799a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f0423f1fe008440baa550a0476bddb8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2d6428c526e14eaa88a0c9438b852049", "region_id": "RegionOne"}], "type": "policy", "id": "69086780887e427abb7a72b893d3607e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f086f67d86604260b23b26def17229e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0e9758cccc3d4ffa9dc6e88edb0988d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "eea1d5bd2e1b47aaa449fa9aa3ac1f56", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1f24ac3bc1d64f3fbe6a659acf075a77", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "61c132722e6844f292e15564307aa59c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7efe081d2b5045418e6d6ebe7b6a42d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9ca15e17fe9a4746b785287fdef5a7c7", "region_id": "RegionOne"}], "type": "sharev2", "id": "d02727a76ea34dcbab43633a25e4bae9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a56653044ffb4bde96d008bd04409a67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "573be094fd3348fe90a632b41b3a46dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "89f47da593754fecad1e687145c9a3c1", "region_id": "RegionOne"}], "type": "share", "id": "8e3d5fdc2fc34d76a4d066fe53151ab0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d3158e15e17044e4b84f78ed1dc2bca9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f5634aa00e064426a9d27a596a547615", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "94923761018b43899dbcb31fae8fdeca", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e6255f11938449c98882b7a6f792a427", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3dde48b3df14c7aac9020afef0a45ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d86cab3e77cf4c8a806e582ffb9ab2a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ec71b6fbfbc4428ae2762652a030808", "region_id": "RegionOne"}], "type": "orchestration", "id": "ab6ce65f7e16448caeb8486b28682387", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d4d6c0d3486415fafbe0d563d5dfa63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45976544b4d546c38bda354a69aa3e99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6d63cdffba64621b4cd923b47bef377", "region_id": "RegionOne"}], "type": "block-storage", "id": "748f45e2d1bd41de8d2a6903cd99b289", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "754a5ac6031e471693b445b633779dd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e1d84ab10cf4d9f9d63447357e34511", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae8247eb1f7a4a138600da46097ae780", "region_id": "RegionOne"}], "type": "volumev3", "id": "aab65c90260f41e182ffb9d0afefbaad", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c8d21b61f604f84b1aa9811536a3869", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ea6d5e2f29240f089e186d109e2b879", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5311e9eac54845d2a8cd9a02802cf5b6", "region_id": "RegionOne"}], "type": "volumev2", "id": "40146abe784542339763cba81f3ad203", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2566d2b2f9c46969551dbe2b7a712b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c15fb54e283b4f749cf1f5d73374dc92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2df96f7a05ca49d2bed995204ed0d01c", "region_id": "RegionOne"}], "type": "volume", "id": "2e179d68a4544c9aa9011f17c540ee2d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eae5f722b861444fa24f4e751873192f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6258fac825944289b69d7263470c1ea2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16b1b679d5b041a0b4005b0c7f7b709e", "region_id": "RegionOne"}], "type": "block-store", "id": "9efa8a58be904256bdb8c5684d8c718d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "35b5308891604628a6def5e9f2425d80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6376dfc4eff74df0ab1663e4d8a6ba42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2794c28928d8449ebeaf72b9c1b57b16", "region_id": "RegionOne"}], "type": "alarm", "id": "3dcb701fe208484c9888e74ec880fe43", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bcfc92ab1e15464689c6747945d4c2f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3df5887712144a4aa84cf05ffee1d038", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e444f4e6c01c485089d188acfa1f4d6b", "region_id": "RegionOne"}], "type": "alarming", "id": "bdd0d2b153d6485eaa1247ba3ae37238", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5e851204fa0e4384a0731a846ce6899b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "292b99d2bced4143abda45bc3ecc0485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b7edff8f8bcb45afa0825370b2673a4a", "region_id": "RegionOne"}], "type": "meter", "id": "3c7d29414c604dd1a6a40b0dca545d9b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "65363917482e40c098538efe78d4b1db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "63a2296dd287490298f0d4b12397f5ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "72e86fc3d7644a7db2f9f7aad768be79", "region_id": "RegionOne"}], "type": "metering", "id": "57c046acaefb4a318c6f46e7cd031c3c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f091b3e5883842d592a2d2400199170a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "31b5b1c17faa4cea891230262f0fbe52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a74e28a0352147099896cb1d6ba6bf4e", "region_id": "RegionOne"}], "type": "telemetry", "id": "55d69d3498a44b46a3456eaa9c04ec81", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "be18d5fbf54b4a1fb4ff2629c58c6ed9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2027ed6af13a4ce39160d539fce6e5cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2d1065c3d74340858e2a7a7d9c0ac773", "region_id": "RegionOne"}], "type": "event", "id": "f63740893c044cf898467348efac4390", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d177170ae5244ef2980801009efbc101", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f9dbeada2913497198ef150d9c7feca4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "30508743dfc3463fb73a64bd0fed6dc7", "region_id": "RegionOne"}], "type": "events", "id": "aba37866a5ac4df7abb9c2aa82577831", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "aa075dfbc7c04ec788ce58ad2897ef32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dc128b1cf73640bf983892c870ab805c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d19c8528b3024584ac455306d0c4708e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "101864310c7a45c8bb1e86218c6abd9c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e926f806ee3b4fc39f318ef6fbe17665", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5bd2afe0bddf422fa75373cf18859479", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e1a6417cd71f45e39b679bb3574cb01b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c984b5bab61c4fcaac50ab26f7a4649b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "50c187e101e643a890d3c0b4bd183e12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a31a3d2db8ec4a20a4427f50a6d295a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "046df39b962144939edde2b3c5f7beae", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d10a80e4b1b2498c920ce046a5592d29", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "87bc3e2d767146868e4ce199e65fa553", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7979af2824bb49d3bebf75c937abebe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7b64bcfb652046d08c1b4f82ba162a87", "region_id": "RegionOne"}], "type": "tricircle", "id": "e92363b9769844b0be8daa7281d6dd74", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "17f04fea14194099a56cf74f4af7d316", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "05a0ad27e8ab412fac385192a4dc6a15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "9592d5601fb94fdfa5ead3bddc871355", "region_id": "RegionOne"}], "type": "database", "id": "ec8fae6035824c82b2e086864b5f8240", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2986a4b662a246d2a60198c37df4a519", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e14b65225d12496ba44531432189689b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ae50972357e048b4aeb8dde254661932", "region_id": "RegionOne"}], "type": "application-container", "id": "e134bb50dc8b4aeb95aa7ebe403b35e9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "69b632a00375482685c1bdf8e0503135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "85014d3f4f0d4441bfcc36e0a0f8c255", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c583bb43a9874d758b1656d5e902462e", "region_id": "RegionOne"}], "type": "container", "id": "5b8fc0217092479b8a62915a69ec69e1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "01dbe26d610b4af08aec8052ebdc738a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "209c2f8af44246ad87c016928a907fc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "45ad97b63c524ad68b31592b0c5192cc", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "219f06e354f44aef8153a14ced577828", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "95a8352ac6334859bd61dc6c264d23c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "39166f944f734b3c9fb6fda786820c2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b28c9dfa6bb743089240d89b366b9b55", "region_id": "RegionOne"}], "type": "rca", "id": "67262e7796bf4909bbd40b1cbd640488", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2cf5791266004bb8b74ccdf2cef327d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "96094ca5a08e4ec1afa735f2cf3d1e91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8e9b1846daf74bbf9f24d6201c9b0ebc", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e2b3590145a74c49b754af061af82ab4", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6929f32fc3a04d05ab6f7879f9e3f808", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f1f8cff56b984ea4ad9b9aea7388d096", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2ac33660ac784eab9143eb9884598156", "region_id": "RegionOne"}], "type": "network", "id": "128d8ee3d71246dba58b29b4ca8c266b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "fad5abff456345e788a0ca6b19283297", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "acbd875c2f18433f92b1ebe1bb3c2320", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "856aa9a66b7a4d8bb8ff7fe8f95fc384", "region_id": "RegionOne"}], "type": "backup", "id": "38d7bd4ed3264e88aa955d0f784bf582", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "08ee85e982044fd9aa131cfe605768f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e490b3552241452bb7372882a3fca29b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a177814b991140e4aa55a99d0331d2d1", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "2ff32450e13448fba758dcd91d772bb1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b7c2f092f8aa471080acd4f50c93a88b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "94b28c9700544084b542f003197375de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "94eec60adc8344c7b3ec0571bd963d71", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2e3b2ec6b532453b961b8839b771a5c8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2809a36fb6ef4bc7a22aeb04ae779598", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a050a5305b8f4b9f8c1c6ef4da0cb3d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "aab51e4623524a43bdc73d7f2f881b93", "region_id": "RegionOne"}], "type": "monitoring", "id": "fd559ab166f54847937ab5ccbf796da0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ca3c5d6112874b799eb2f56bab6d979f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "defabce48dfa4986862647116f4e0c67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c3ade0573bc04dd187a405da82a9ada2", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "75936b0fb3b74336b745061c39f51d50", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f6f98adb181048339fa51deda1ca760d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "92c0f5005d824d4b867440b826760639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e7023f01be4d4aea99f311b37a420f41", "region_id": "RegionOne"}], "type": "placement", "id": "d15d6a5012624a5e8815a7622fd07080", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "723a81c519634df285b5ebc8dd4dcfc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cfc1d0260d8140358c02765c3a581245", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "be142275cd944f4696ba23c8c14d1288", "region_id": "RegionOne"}], "type": "instance-ha", "id": "3f3b60aa596943aca41d6e45c359fa4d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b439fe192e6c4823ab67736da50c1bbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6a13a3333eda42e2a3bbd05644613592", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e9d33952898e43e0a3ff03cc23b12941", "region_id": "RegionOne"}], "type": "ha", "id": "05cb1ea302f248a18be9a8bea8b87275", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cee270db567044c4bdd418be2833ba69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ecc1ac9d1f61464d8b3f94aa8eab2547", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4ef55ee7d9c042a7868a2df0dae6f5de", "region_id": "RegionOne"}], "type": "reservation", "id": "f60e526ed1b84d69b273f4ba9504a3e2", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "dd97427a7e8c42e59ae9c9cf028ba6c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ecf7a7043e514ef294d985740eb0a37f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a94af533af7c476c97f8be96ec1e7ddf", "region_id": "RegionOne"}], "type": "function-engine", "id": "2bfe8c5707db4e6b95ad74c719508857", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4a578ab4c8684849ada22f7180367f4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "831fb7a214f74052b9f31d243fb4ffef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "822ed3df732f4029a0d1d17c29a772a3", "region_id": "RegionOne"}], "type": "accelerator", "id": "2f20ef3f22414a02865846af1377e3cf", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "029703a912b847239b997c629b4a72e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e0a8dc9d44584d2692e01a0c1d216b7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "45a5faad157048d2978a06ee4e867cc2", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0a78b2705f3543839f5ef856297daa4d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "271f9e9615f14fa680958619f30564c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c6988083c9f643c9b91e2d569bb5801e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "56707b51646241c38bdbc88682d7a2ac", "region_id": "RegionOne"}], "type": "registration", "id": "2f8d35da4fdf46959ba3374eb8ee8f65", "name": "adjutant"}], "user": {"domain": {"id": "b89def28ddc142568f2587b1ecf5f697", "name": "99f0f69beece4559a473867fc6216e7f"}, "id": "83417d149f53499081c09ca3fd72d0aa", "name": "d107630774c14e88bd58c3001454f70f"}, "audit_ids": ["b7fff56b32f5449785581e8a60abe85e", null], "issued_at": "2019-09-19T09:04:41.373697"}} 2019-09-19 09:06:41,587 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/78d05d20-d406-41ec-819d-06b65c2684e4 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,593 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,595 keystoneauth.session RESP BODY: {"firewall_policy": {"name": "block_popular_services", "firewall_rules": ["d525a9b2-ab28-493d-b988-b824c8c033b1"], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"}} 2019-09-19 09:06:41,603 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,608 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:41,611 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=deny_ssh" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,616 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,618 keystoneauth.session RESP BODY: {"firewall_rules": []} 2019-09-19 09:06:41,621 openstack Firewall rule deny_ssh not found for removing {10} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_get_role_by_id [0.184380s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,457 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,461 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,463 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,466 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,473 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.385703+00:00", "project": {"domain": {"id": "444a89fa3a6746f980c8b937189fb5c6", "name": "db9c790e68a74ff6bfa714f79be20141"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c2ae517c7cee4353b429be60f12d2630"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "47c18ab5971742b6a803cb8acf61b04f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3b5c2f1c3ace4113bcce395801292647", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6ee9dbdb2dd3489182341032c904337c", "region_id": "RegionOne"}], "type": "identity", "id": "a929f91fc9a9422f8b442029fa1f595f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "54fbe024202f487e8005bdc7a0d83141", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "21bf19f035a440248b20b0102d3259ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4afcbfd4b39342a8851f6a5036164d1f", "region_id": "RegionOne"}], "type": "compute", "id": "86d970018ce44ab6ab777131f2667a2d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5733256435e2488fb62f02c5020259fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0c43545cec5a4ed4a3c61834dc1b94aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "82fa84dd0d3e40268691bc2f7d56f979", "region_id": "RegionOne"}], "type": "image", "id": "068ecf7c3adf42a18558a62e4537f551", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "729067369d334ddd8e8added3fc008ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c060eed1a9f942f5a4046196dcfd37df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4fc2d602466246dfa83c063b493e9456", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e71035665eb64eebb7ea3ddf7a7d22bd", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d887b21aea9248cc9c2fd0e6ea95c55b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3791062d567742ef991b5863210b7ccf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f14aa4b3a43d46a3b591f9fb3f91b88b", "region_id": "RegionOne"}], "type": "object-store", "id": "5a4e97b189854699b65264f1b7736bab", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "31ef42fd65bd464f8495fd526e62eadd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bbb1d6f06f6c49a9a110a94a13e923ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ddd901600d62482aaf221ad3b7ef7db7", "region_id": "RegionOne"}], "type": "clustering", "id": "cf8b48236dee45ed866d48c5bf38905e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "15cd5593dcce486ab568299a3d48cf28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "09f9fe2bdc4a434088c8bc5b7d1881e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "37b15188acd34fc0b27ede989205fa01", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "61c28f0dcdcf4ae08cd3d93e1a14a6d3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "68371dac54044e8ab04d5d28ef9ca5e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "968c994556174cbf9c13f6ae9d6158c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c292deccc2d64c71a823768db3a59d16", "region_id": "RegionOne"}], "type": "cluster", "id": "e9a31c09ce4f408e978a049cb6d878a7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "acc9cd01df1648e6b0a03a9809de2a74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "df18e3eee3fe4bf293c46fa4d85d438c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "00d4eefa68e34fe39560ebb961edb94d", "region_id": "RegionOne"}], "type": "data-processing", "id": "96a67520e83f403598b8a5a25a77b3b1", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "37579448467b4ee0899dd8520a84d0d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a43c71209f894b32af52b9f2e0b3de31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0057b4ff7e27472ab08a85c87cfba141", "region_id": "RegionOne"}], "type": "baremetal", "id": "754d6ce45cdb42f1873b59338031c071", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3703770a0ecd4985852149d0ee27466c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c0968deec33d4658af81b8a3afd3ae90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "59a4fa2fd2ae4682aa7c8d607f834754", "region_id": "RegionOne"}], "type": "bare-metal", "id": "51a7088cb1234e6d905c7229df9fd831", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "23c252d9945f4e0bbec853a029e5ff3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "55b48fcc89644d2aa92685165c90e9a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "006581cb792e41f69773446a67fd897a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f241911cb524488d8a64a86e9d8c9ec9", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "dc4cef824ce141da8bc4945854d56fac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "32c99076736b442a875b2f1aea781432", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "81fc138a35e24def99abbbddf535fa64", "region_id": "RegionOne"}], "type": "key-manager", "id": "de23e37cb0ab410a94fe7712c344cc1e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "524b0d23d7794a03bde67c99a67510bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f550aa16fc574050a72f2a3761df2bc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "aee32df7f778434d813c93258035249e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1796365c176946358a2aa12541c64b1c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7ab4b0e28d1a48efbb926f86fe488978", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9b6e620a4ca747919bb9f48220378e84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9804665638ef41b4abc481cd26961203", "region_id": "RegionOne"}], "type": "infra-optim", "id": "88e9f69361bc4b7e996243d02749ac4a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a31033320abb43cfa8f0d6e3f2194180", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d9ee70d83e584c33b739618ee91d8b53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dfb5b5770e7a45888b4e54139d468419", "region_id": "RegionOne"}], "type": "message", "id": "97efdcc137474440bea2a932a0a03574", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "50fb6c14d8c84bc99c4d5d94e2daeeb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6a2918b9fd59485a9f1bc50dcd0290ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ee0c168eb0414b3a9938ca5d94cbcce8", "region_id": "RegionOne"}], "type": "messaging", "id": "528d9ab8f73a4b4a92662dffd4c17707", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6283f8a2aacb4f16ae235115e299238c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5f4dc4ac9a9b4f578b99da561e12aaaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c6e27a5468854468a92a5e5e088b817f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "70b5bbd04e3841f3b21814f41b6ad577", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f85bc35c601440b1b5f7c5da38d3172a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7adcd7090d3d4593a17806fe374fb552", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2af7316cab834ad4addc029e9cb3cfe0", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1900d463e14a4c5b97cbedbc67445657", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d8d82b0f43274de4a1585b86e0e65eb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "56581b62e77046d9bf5bc8b2677f1c00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5716803b63ab4b4b8e0e3d184eca3bbc", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "09ef037f4f93455f98c5c522203cb330", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c454218bc4a4c0e8d7df609774f5a88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "28de2e6e2c2b43a3a83705e71ccb473a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2e351be4e3f54023b0fb35af5d3b25b2", "region_id": "RegionOne"}], "type": "container-infra", "id": "2b92c092007245eb931566b260e33f0e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "cd8e744413ed432aa3d438a421dd8931", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "69a3bfaf18e3438da4ecba3ac02032a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "84e0006b38674d3e9ddbe4d6b0cf13d9", "region_id": "RegionOne"}], "type": "search", "id": "1d7008168f8c430bac956841b8bed67a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "8b92ba12f9bc49ba9f04d9bb69fe2e6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "5fad0ce855c14b7aace6eb36579400ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "afdaee5574194169ae40f8f95fef3c56", "region_id": "RegionOne"}], "type": "dns", "id": "4bc3bb1acef5439abd35bfc64fcd6cea", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aebca44a8b214fbb8456e57175af6e68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b02b3c2bff9844fc93f844fe0e7aa3be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1566cf24d68243b6a49d939de19b91a0", "region_id": "RegionOne"}], "type": "workflow", "id": "ac7c58b5278745bc99442415cfb89181", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c91292f9a8ed478faffede96a41a48d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f42bd5a384a24aa8b09e025ecde00571", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "91ca30edf20d4866a0fc8f19d12de9fe", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f292d432c7d8486e8840748a5957b063", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4f103dcd407248b4a6da2e5daceeac61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4d4a2d3d777b42b2acabcc91eb408ee2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0f1dcb0e45514101ba1d180fc9715b79", "region_id": "RegionOne"}], "type": "rating", "id": "425f4f32013b4a75b09d7ca7eee15800", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8af7ae237e78454e9f24441e848129e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ffb6ffb9dcb04037b1eb7eb70899ceaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "08ef3ebdf2c54235875b5df10511d677", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f7405029768f49228f3eca1c689f8bdf", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "addd453f93b04dcba8710a409ad13c84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1ed6b723266b436ebf29239a720bfa8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b490e222206f4c879f645635911a64fe", "region_id": "RegionOne"}], "type": "policy", "id": "30e71715f65a4c6888f23968758339e6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b1355899b94747ee84e91764a002d6ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "275f53697cb549489fb8e46d1fc5a601", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4b7824d8a06940299fba28bd535560ab", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "864febf0a2b0469c8dc314ce11862395", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bb107d77fe3e4a48ab3bea38c4e52e91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0617e2ed426749628ff0751927889a56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "197ad58aec26423aafdf115b8f09b26f", "region_id": "RegionOne"}], "type": "sharev2", "id": "0beaabb555b94f70bb009eb892a94f5a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "04ce0269029d496096f9bceadb929fb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c221298f485d48adaeecc45ad99851e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "95070c9efc2e49f3bb9f6548c7f4b34b", "region_id": "RegionOne"}], "type": "share", "id": "780b9fab8d2a4bd4b564ceb44e2f880e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6544bd5c9c4e4d65aa8f5d0cd12a8cab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8f22ac7c7c2b42679762b0cb084c3aee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "611e24dbfa2745ea938872445df3093e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6c8a95a83ba7465faa55037a0e675c7f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "083462a384d34fffa887b9711bdf4951", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08ab6cb64865488c834f369f8bc833a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3a5c637f3ad4be08fd918acd11924ef", "region_id": "RegionOne"}], "type": "orchestration", "id": "d560de6ff3ae4d09ad05041ebfd4fdf4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e40f12bac51041ce817c3436de6c6337", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afbd7c5a757a48a28dda98858c651e50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3edc454a28b34904ab65bc2dab576c14", "region_id": "RegionOne"}], "type": "block-storage", "id": "36ec779ab5534760b3426745cd12ca65", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1422e24a59224c498410e1affb105fc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2e9e0d18aa04d889d3192dc9a5c23d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5eea9a311f444a45914292a26fe48aa8", "region_id": "RegionOne"}], "type": "volumev3", "id": "13b24943de634603ab5d3d4cbb16167a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d17e0aeaf11544c6a92a86953d2b40e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f547f6cd0ab4d80b402575e793f76e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c5a0cf3745f4d4aa5eb87352987d4c0", "region_id": "RegionOne"}], "type": "volumev2", "id": "3ef3f590cfbe497bb8c0cbb4fd676d54", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a34991fb61ad4b4081e88e4be77aa670", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e298936065c42548bf2343995eb7395", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c926b01ac02452cbe190c50880b5bea", "region_id": "RegionOne"}], "type": "volume", "id": "1959902cee754453b187e287ea04a030", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b27a24eff4cd4a0db6b79727f296ee47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87a4747202e64527917ee1145a0c3cf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "479ae8d1ff1143ddbc7d15ae8c90d587", "region_id": "RegionOne"}], "type": "block-store", "id": "22c4aaf54b284d70a3edeeceaf06abb5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9e9c659938d44f8bbcf83e6f41847249", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9a71c155b31d43be93da9b62b372aa5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bdfbd03526e84ddaaa0e7ae209855004", "region_id": "RegionOne"}], "type": "alarm", "id": "4d145a4fbae843198f9a839b7aedba7d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "20109b02ebdf4c95a95f2ed5ecacac6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "939f9124bfa94d3f8beff8dfe633e387", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "45828a705f4a4e85be572cb944002b15", "region_id": "RegionOne"}], "type": "alarming", "id": "944ad40298504718b9aa3fcdab9be976", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "794591b0b8404f7db0ab9df16e656ec1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "52bf6460f24741418179406779e34b15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "126f732784bb4df4b338b33ba18c9032", "region_id": "RegionOne"}], "type": "meter", "id": "b9d52669c83a4daa860757ea1afcb661", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bb0cdcb74c0f4ba4bfe3dffccacf518d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6ec9ba1d5def43c1bc5583bad65c1153", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "caecd46082dd434697effee712834f07", "region_id": "RegionOne"}], "type": "metering", "id": "6f61155d41004a4f80ddef74a6a3172f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bb51f39435154f37bde98da70d13f0aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f2f28a22e9564612a74525af55ecc23f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e79e5112a52c473fba4dcefcec7be317", "region_id": "RegionOne"}], "type": "telemetry", "id": "956a127066234ed1b7f17a473f31e71d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f6bfa70cb626493e9ff67990ec939f59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4e3b4569b8444aa098d82b130ce3d86e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4ef17e144c0042fdb470b2bc60c1094e", "region_id": "RegionOne"}], "type": "event", "id": "09231ce1d37e4228a57efd4aedddaee8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "00aaeea85dbb4fd19ddb3492562f98a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2fc03e98ba3e49598fc4be2446a5a78c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e3aacaeba51a4d8d83de196b06abbffb", "region_id": "RegionOne"}], "type": "events", "id": "8ad51912303647419bc0927124a1ac0d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4176ca7181b74aca9d3aa72a4dd2e7e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7a0fd71da212413a97be671a172d89da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "62386aa7a21f4499ac107a2119e3d3f9", "region_id": "RegionOne"}], "type": "application-deployment", "id": "db36890962b543b78949f6f416cb9545", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "82c6bcc5df524e3f910b17de0403c3fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "604487e4745546e39d84a9239ceeb267", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "16a6eaad6e7242c89137e1e952c2e4c4", "region_id": "RegionOne"}], "type": "application_deployment", "id": "17b02c283a05495fa617727f7df7e2f9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "45f57224d76744239d877470354b2c05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b566ba90f0354ae3a4c4ce92d579a5f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3f9f3fc6155d4eee85642d209c1f377c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "dbbcb7913d824284b0b0f1413bd6a067", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "535d254f82f04f99a52d7ddd01ad72a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "48bd661e4e924e4b89b176ae5ea4a0fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d49c0286cceb4d53a6bb820a355a2076", "region_id": "RegionOne"}], "type": "tricircle", "id": "a13266aed26e46ba8627d028e11b85f9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "554d763d45a8474fa866759f917b5f58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "31d2dc73bc054dc9bb9b671eb7c2193d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0d5a5727141a4207894184d81a35e871", "region_id": "RegionOne"}], "type": "database", "id": "329a2944d3b04c0596c3f67a43ac6410", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "75e844ffadbf4d3a90a85f9470053cd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "42c53982d685428d97e2494e7b9bc38b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "be89149a91ca4105a90a3268ba28baeb", "region_id": "RegionOne"}], "type": "application-container", "id": "5abdfe53fefd47cb99a902050817c0b8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "811d3997b75546a6ace3b63f9c2c9a2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8821cf46e1564f32877a300d4d9d89e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2dcac868cb5f40b7a4f0c63071ab4855", "region_id": "RegionOne"}], "type": "container", "id": "6dda25f7001e429c9ce8a62c60f9d21f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "40632de7e0d34becb7002cca1f5eada3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "142a88e63cd141988c64f46d625f3acb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "733b786c1c7d41289139c405d844b32b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b68b898f75dd4c4bab0451ace9729865", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "aa9568cfcd5f426f9ed5c031a61d38d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0e5e2e8f287b465ea81f54b93247c6a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "df15ed27c1224e5ab475438841378c52", "region_id": "RegionOne"}], "type": "rca", "id": "8a02426254c743c99dee8be117554ac2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bd1a1e9c6d81439e8f919794199b0c15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "807db7f5a7cc4852ae128a92b939f814", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "3a62eac8161341c9ae9e552ceb867887", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "eb1ca9fbedbc4bc1acc204b5a73c184e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "42cfb337e606445f858677217bdba594", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2546805413d448c7b047846ca7b11af9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f8098b08122d44bdafb05a510b66b2c4", "region_id": "RegionOne"}], "type": "network", "id": "e173ae451a7845c9b8fdaffa950ff368", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7cb3fdc8089c45d8bcf556a080e46fbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "965d7eb2480d469391f6242cf3b408df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ce523420d0c3488a92472adf01b84623", "region_id": "RegionOne"}], "type": "backup", "id": "ac615f6708c446bebf72350d9cfa88d5", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6ccc387e7bbc4233af962de44a603b8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "98a4679bd83842b99b2e35d873ef5123", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f737640eca2f43e3946e4168ddd6b65e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "324515e2145744be9e8dbdeac5fe7eae", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "808580adb88844ffb70aca008143f6ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2d5db6b51e344e41be6db2de9dd5accd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bc32907803174fc69904e8bcf5f8a6ac", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2665baed51264b978d6500b5dcbd2401", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ab7e5a2094534802b752129535a45e40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3de4ee7524364132aedbdab127ea9b41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "df81476a0ef346a8b5c47b5c96cb05fc", "region_id": "RegionOne"}], "type": "monitoring", "id": "86e8f79bf00a40b88189419cea3b380d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4a9d549cd65d4a95884b4ed31e3c72b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "418a8bdb2f03402db99d5a592a58e540", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "367fec6c30984aa7aed8b6d7489aeb1c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "cb8e5bf3a2cb4f3eab19c2e23cdfdf83", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "17004c4bab624f8bac90227c95d2acca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "47327dc95a6044ada4137f4c78b06067", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "09a45638c76f4972bf6185ef4d948d1d", "region_id": "RegionOne"}], "type": "placement", "id": "d46a4a489bab43bda2f241a4654414a5", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e1673ea605244b36add383b1f21c0eae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ff931116dbfd4c31bdfd01a9ae40f977", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "80c99fbc4d324f478144485d121962d6", "region_id": "RegionOne"}], "type": "instance-ha", "id": "bb0a1e6480e945f2945de56cdfe94ee5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "43a52bd9c24748ed9f4d1b0beaea3aef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "eadacd256bba446d96ae6efdaa17f7a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "07cc873e9b44401191e0d73aa1d50ebd", "region_id": "RegionOne"}], "type": "ha", "id": "ac83c3a120054f9da4a11f5ad5bac697", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "686ee13c1c3e47f9933e32d0a32afa4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "59099a9e616d4204bdf323947a63f79f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "95d068d4360443188f528caff8a4000a", "region_id": "RegionOne"}], "type": "reservation", "id": "2b5b62dd3f4e4b68bb5fda45d7d29fa5", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1f3f75ff7d5243beba1baad4ef32a2ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "df9c8a6c23cf432e8e4300e0761c64e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "24042a11105e487b831944a400e91948", "region_id": "RegionOne"}], "type": "function-engine", "id": "499774be17d7405cbe99b14d36893931", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9a05dbfbf66747f6a4de26c2740f1926", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bb100e5ada3c48539f7b3ac723b50e73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e281e16e18674f778b5742ca90e3566e", "region_id": "RegionOne"}], "type": "accelerator", "id": "2d081a23fdbc49858389fb578a64150c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0be5cc51197f425b943f15883152248c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5ec4eec3cbd24530827c53925452d62b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9e5163dbb4184577a527042122619a9d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "021a2600d6664b20b613026016d0a681", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dc6675c3c8db4fdd96a6c1c5e5082e65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "725f18a5a3db41eea2ccb42d081eb73b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0e2d145c31dc4d74ad322895d00964ce", "region_id": "RegionOne"}], "type": "registration", "id": "543065aa7bb94e15a245cb43bba8560a", "name": "adjutant"}], "user": {"domain": {"id": "27ff6a66e68e4923b03257e9fbc1a274", "name": "7a57588b9635488f86f45e87437d75c9"}, "id": "498d83cbfa51433e95fd72954e9c4344", "name": "6189622cbeab46c994c4b556074609e1"}, "audit_ids": ["8b6796f2e1c045ce9ecfe8cb560c875b", null], "issued_at": "2019-09-19T09:04:41.385703"}} 2019-09-19 09:06:41,556 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,561 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,563 keystoneauth.session RESP BODY: {"roles": [{"name": "8555c16d566a4f798bce54496a3e8110", "id": "519e8c61cd014afb9b594a66a54a4ef7"}]} {19} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_delete_qos_policy_multiple_found [0.300832s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,560 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,565 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,567 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,570 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,582 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.500396+00:00", "project": {"domain": {"id": "4432dc47069b467a887610e8f1d09a96", "name": "b4a1b385be1a43f7beeaefbe135d4c59"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d14ade38ff7d44afaf2e7c018faf4e2a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2901ea8b325f4d5a9e7fb70e1075d5d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a02485337d74424eb7e38468d0f0f562", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "58848bba32894dab89391d7bb5fc531e", "region_id": "RegionOne"}], "type": "identity", "id": "a1008d6a1e1140cfa4b9cffddafbbce6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "069e5f7e6ca749d297272bdf4168eaa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9602301eb33a4451b26fbb13807b7642", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9f9992f845f9482b9cc7acab84514e95", "region_id": "RegionOne"}], "type": "compute", "id": "02f90e93c8b84f2faab0abc4dff2e98f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "507bc630df994899991217459c2e1d09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "62c644ab08694058a1631279dad899c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "aa7a3d94ec674a4bad5f6f9c58052c1d", "region_id": "RegionOne"}], "type": "image", "id": "06d6e66a52624b62acb67f78a28de52d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f0d37652362c4e2dafa792a64bd247c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5e8053930caa49b6a7442e76e75a3a19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6bc67e4dbd974333be191c72d562ce2e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "020c2f3986be431f8d3d551960082658", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50e8704132c94ad29cec7231e8415ecc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "328f27cfa514405898e0949d14ebc4c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36932040848548f98ea3965cca688a43", "region_id": "RegionOne"}], "type": "object-store", "id": "8c406ccd860445c89113f726baf80bd6", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "38a150afb5f44e6087c6e2e15435462a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "31828eb02ea547f2bf93d8a9ad6cad82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e2244ef411fb4ac2ac2976031e5ef7e2", "region_id": "RegionOne"}], "type": "clustering", "id": "9fae670c79cb4accb67d04cd189d651e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7062ab5793dc4f75a9d6efd8d693ee7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "599d1efd52244028a9f09d24ed1fc5be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4166f2e415eb4cf4926de6736d27edb0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b00dc558596e4ecb8ae2b25fb97034c0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4b7602e42d534a26bd85164d506828e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a14e219ec028471eb2b8274f6d143322", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f66807230b5d46b8b91010bd9c550387", "region_id": "RegionOne"}], "type": "cluster", "id": "a86fcad821364704b5f38b4a801f255c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5519c80cd67240d2a27202ade60bea5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "dc85f74cea2242629c9fdbdfb41a3736", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "081e4a4d575440eebca58c230ec7ffeb", "region_id": "RegionOne"}], "type": "data-processing", "id": "91ace69ac7284a8bbe872570e100c086", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9dc57597662c44f6af376f672638ad1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1bf018b7094a4dc2bf6074934675c237", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "819ef97f73cf4e57aba9911177276888", "region_id": "RegionOne"}], "type": "baremetal", "id": "fd74d055f9a0444c931870291ad7c4bd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c6557e8b76224bdba971dc768ff8837a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d4b4eb441f074d64a49d832889464780", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9a0beedac068454da298a19d9aee4499", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c396dd738daa4a24a909bf94e227d759", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "00845d9cf3a34c5a90c2a29693c4df5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "35f718ef9b0645708159fcc8e68b7b23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f5ed47983a324153a55f6333aa55ed75", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "4f5ea081b29147f48face6cd3d1c5ddc", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "72ed76107c9949999d095292fc41acc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8091599d310344da872d492c1c55b16a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d1d0b752ee7843b1a72681337cb25025", "region_id": "RegionOne"}], "type": "key-manager", "id": "ee8571443dd84b4c91c027d27365962a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5474d0c0e69546249a183e6c65187450", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ad9ed34b35b04f2d90115a4b19f1b88b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "87892bcd07f140548e25eaaf0ce63631", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a11136aeb95f4a6daa59d74bc1252545", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "926d778965e64e66907939d3a39d6eb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "25a851bfe79548f4914a96746c6d99ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d1de65a03d014a9faa58ac7ddb2111d4", "region_id": "RegionOne"}], "type": "infra-optim", "id": "2a1fb33fa7a14227baaed41adbb1bb60", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8750549db2714f56b37ef6302746f623", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2123d313f08342d487ec23354e980d18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6f965298993945ac8c98f095a634f46f", "region_id": "RegionOne"}], "type": "message", "id": "a28e293c9b834681a6c716b3b644246e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "adfbad3355544272872b447d6188d66c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "69ce6ac5f66d4bc9a2787cda72ed3b60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "29f4c3fa091c4db2a323513aa6c817cd", "region_id": "RegionOne"}], "type": "messaging", "id": "1b56d1fe062d40a1a1fb1eb1ea7951aa", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "158236a651564aec92698fd2f5566efc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fe1bc7cfa5d74536aa7054738bf90746", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a43f17af0139473eb2f9f8cb4dd1d083", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d915cebaac61488fb79d1921178e9d1d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "28757f33a06c45c09dc7c7254ac789f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7a640afbe0d04b8ab9ce4b920a5d7939", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d9ddec9b13c746c69b17d91a3855f8ec", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "378dce74bf9c4055a4b43c77339f3c20", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cd3c2f80ad8344b386e5afdec7056d6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "687a04f18ee042e6a2ddd159bb3f59ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "31cc74dfbe454357823f4fa0eef8ebeb", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "329a2a09bd324b188dcd4ed68d475abb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cbb36c604b194f08b921d9617be7614a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7325b0ed97c74439a9b76b8d85dc7929", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cdd75cbc535e4d4c95e89d33fca9ab08", "region_id": "RegionOne"}], "type": "container-infra", "id": "07301eef5ed448d7b469bafd69d51e2f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4cf5b596f6324f9a82154147912d3008", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "46fb5c552ff349b6ad03c53045129cd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "22cb0c1432324f0ca002de127ab90928", "region_id": "RegionOne"}], "type": "search", "id": "42831cbdfe384c62b0d98570c672cee1", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "8213fe527f514d438f368216df5fa258", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1e540642d718465c961712e31de9bb27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9687bb70baf141619931a351b9062aac", "region_id": "RegionOne"}], "type": "dns", "id": "ffb78077d334416196d2111617cfbe2a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e80fa7042ff748ff89ace45b94eaba4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4f7e20679fa243628f3af4f2d27a8922", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e3c4014df4c442a3af26c88628d46b9a", "region_id": "RegionOne"}], "type": "workflow", "id": "faa1452a0e0b4a759a83c3475c9ee705", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "67d2fa369015424f93b75a9c419f1575", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cec317b6bebc47d09e5c89374eb42160", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "116b8fdf2bf34df08c79da2e7120fb23", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ac9b53fbb368439c9934881c8a85eca0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d3f6e21d624447869dbc9be88d542b1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "de19fdbfc4c34153b90525067a92e5c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e2ea444d12f84ac096c1c1f87554e362", "region_id": "RegionOne"}], "type": "rating", "id": "b139d5d23c6445228625376ec984fa82", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4b3e8c8b67a1436c89c576295a42f0cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6a1c68431e6b4f568ba6848ef89afca5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d6efd2c80e0549608292fedb6d4a86e1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "44fd26f443dd43c2b2ac843297226b4f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "61af3b95251e428ea03b7198beb94de4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "703c69f1838946f9b1a74652eea1c363", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "644b52615cf34ad089ef8ee20af94651", "region_id": "RegionOne"}], "type": "policy", "id": "133b56951bac445996b18c6bf06cc232", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ddcc449b499346bf8fcf50c2fc0dab1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b190e0d3b61b49c8b7250813907ca83d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4a4275c9960347d683bf4597673b0f0e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0f6faead59154ac9805a2b6eb757af96", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6ac250d6e1d14a009c9a9e2bd601d60d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b697cffed9c3496fb3589e11fedc5730", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "97eae7520c6a418f9d7e708728247fee", "region_id": "RegionOne"}], "type": "sharev2", "id": "88aed22db75940e0bc13e580e61faf26", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ba17ac1ae62c4a61a88d81aeaed55e87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "920e65b8610349bdafb087111e26436f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3fcf673066b646978c311517d2c5a173", "region_id": "RegionOne"}], "type": "share", "id": "c3c2fd6a5d9140828026eb01cfbddd48", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "82ea54fc8c20436f8cd0e91e310dbd8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "df84ebb1005a481d8dda4dce31bff19e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3d6fb4bb22304e56941e1bd0c499d2b4", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3e7dbaf22ad244558556356c140e1c35", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c65756639b9642aca50a5c69b018b3d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8cc34a8c80ea4276a6a2b6320956e672", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "280f94414aa444bf9f89161846101867", "region_id": "RegionOne"}], "type": "orchestration", "id": "619ae461e7dc43baa8e6fea972324806", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2ec6bacac034c47898594309940bbed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7a87774a3db47c296d82c903dee28fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e915b16a9c5458eb8734250db1eeba4", "region_id": "RegionOne"}], "type": "block-storage", "id": "3c2c44e6fbc64105bcce7b5d2e658f45", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7b509e9b885464e88a9a5e2ef60b1aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "145e59a6f8034d4b96d54c6ecabb620b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "843f4f4ff0944c6bbbdba17ffa0dfedb", "region_id": "RegionOne"}], "type": "volumev3", "id": "e3431e2fa7cb46fba771791999def250", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0491d6dc7c894086849fbd5711587198", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af749fae772b430494c42e4c887150f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50710f3e2e8b4757bae041c8cce17807", "region_id": "RegionOne"}], "type": "volumev2", "id": "77052b4fa96f4954ae1805262cf97443", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11206d77ff044e6eba0dc0b766559e8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba6d25665ea348c8a55e5766008bd13d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b05a5181a1914f9fa388de7a792b53d6", "region_id": "RegionOne"}], "type": "volume", "id": "4f7a48a24a744169adf67e14f1315289", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24ff4502db2240cc8908bd3ba034378f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa1a8d83b46c49238a51ef4d183f0ccb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb53f8d2e77045bebcab248f097f4a24", "region_id": "RegionOne"}], "type": "block-store", "id": "769081c3de9b4238bb23c285cbd18402", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "453ba3ee62b24d54afc8d2d8317f72d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "46ecb67b182e44c995fb83c0de8563a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a3699cecd3c04b6c8a6e9b6a52c0f6ff", "region_id": "RegionOne"}], "type": "alarm", "id": "fe0a928224b94c27a056538315c63097", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c549568b159442959ef22003ffc3316e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "12e729fb8d63474d863e8ed865659c34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9c874ab0cb6641ba890daaec5d39c847", "region_id": "RegionOne"}], "type": "alarming", "id": "e53ba4ba889a4d1c9eadd01d1bcd0a16", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ec118085bf2d4529bb2ece2a62aa3fcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fbbc2a26ee494183b2a1f5646925ef39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4aa45093964044fa8ad26fcc41d990f0", "region_id": "RegionOne"}], "type": "meter", "id": "899295ff07264465b9ea19ebb2913da6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dff1b27dbf9c47fe8dbfbe9b9ce41d25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b9e2bbbade0942628850d583288bf94f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2afa846ea23444fbbba11bf065217246", "region_id": "RegionOne"}], "type": "metering", "id": "680f7e8c8f554701a8e6e1dc693c8613", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d417a5ffdcdb44e385eb484b9b59540d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e680f87d91164e4882d8aed780bfccce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ac5f0e74a1c24b268dfe2307aa9e4de4", "region_id": "RegionOne"}], "type": "telemetry", "id": "620d1cc2dffa4a5fa351a504ce9be365", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3b3c13822cdb445f8e41ab8b86ff9149", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9b7b36362f77436a8e27327d84969b74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1b987a72fa8048f8a3408e3f94c1fb9d", "region_id": "RegionOne"}], "type": "event", "id": "1ad9c7cef26c412c98c419e95f719e9e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "df6e6909aa0a4782904b0c2f6170b8dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "07ee9255a0a3448596fdfc12ccd691eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3d3eb4a0bc91498f8a37f68171f3d381", "region_id": "RegionOne"}], "type": "events", "id": "48e48ebf20084c50abc13773dc625c02", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2150a55f4b1b4dd1bbf4a249e7a10f2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8a98aa76bf4141a9b27ef8c2920c695f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d7ce3adf6b254d9d87647c17fc95be89", "region_id": "RegionOne"}], "type": "application-deployment", "id": "7639759c607e4aa2bb5dba2a59681c36", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f09f882ed5d348a8905d7ad8ff8e1907", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f564cc86c173429dbac8ebdf4233dc01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "97f7d61474a3457da831d38c0887bec5", "region_id": "RegionOne"}], "type": "application_deployment", "id": "523946bc3d8e48648c83accb03a82a7e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bfd6b0b14d2e47beac80236091d5ef27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3e3a24950ec74cdb8e76012d8bc21acc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9fda6cb495af411ab26ce2168de64431", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "329206fa555a4ec7926684cdc7dbc3a7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7b52100c38104f8f85e2ff450913dcbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6e952dcb7e6745358125c995d9c912b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5b5b098ec2c140b68f798ec9e67ef497", "region_id": "RegionOne"}], "type": "tricircle", "id": "19d7246a393c43b8b0f74442164e3a0b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "58827b6b90be4114a7de5d0757534b02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9702e24e92674d8cb9ac5503690b8375", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c563f2dd3ea84b69b4dbe9a31ee0e29d", "region_id": "RegionOne"}], "type": "database", "id": "268b9c4da1b24e6e921ab12df82796ed", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a757190d792b44baa0a3ba3a1170e93d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "300b5163d67a429fb690e7e338736d7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "81f7f3ecc2cc44caaab3c6938536e6d9", "region_id": "RegionOne"}], "type": "application-container", "id": "8aea79a9d9b945daacf050444460e413", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6daf49a21b2e45fbba79ad16a7586bff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ff07729e2351432b83c592d7ba3a9ab8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "23e22edb85e146c5b7b0ba789a0a9eae", "region_id": "RegionOne"}], "type": "container", "id": "0918288fb2e241bcb50660d15530e7cb", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c6791a54e5f04a4e9aa66ce0c98f3c00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2d4ef2e36a814421a9bf38addbfa3434", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "110bcf0d1cd444b48ed4c0dfa9e77937", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a083cf2010a548b9a7c0652ed697e389", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3470394707f548cba82ee1658a1b24de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b92b032d25d1407ba7f272440d572bc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5a6bd64fed9642f28c959fd7ca2213f7", "region_id": "RegionOne"}], "type": "rca", "id": "456c7274d9ca43b19fe5e68563850f05", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9ef2b1c93f524d2d9fffad40a3ee57a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d12e0836f4304dc2a88a6f2e8284221b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "88ddee1854cb4a3095faaa8bfdca68d0", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d26f091c30e74f89bcf7a946e5282b07", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d5ce2b45a54648b8861067ed19277ebd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "12e28d128a1d41c58439662e63be2fa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ee89e283778145a4a2a01ce0fb22bf1b", "region_id": "RegionOne"}], "type": "network", "id": "21391155187c44c587108b8c83036690", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ef96db1e2a384444b6570e4a43904490", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "bbc951215d9749dfbb1978385543ac31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "27f3f870097d431eac500636ea9b5664", "region_id": "RegionOne"}], "type": "backup", "id": "d63a146c172b4886b64e0fa9be48a3db", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2646bd4030cd41cd80c96b34b0375b56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "59a875955f224dd5b8db700cdea3e6bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6f64cc85f4994aee9fbcb00177e54fa9", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0694fa81e7214cdd8e27334af96dac80", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "34b45062afc74ea6a5e3bb64a240dd72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "97bc693bd2cc4164a94f47978d40bfc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c5e52d9dd9014f1aa04da5c4adfeef1d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "cd6767492c2c4513b6f8545b26ad3530", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "dd6796ef03b24dadbadd295b8f9e998b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "32e3e327321a4368b385b43a316b9d86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "62b67fa617a94a14937b9ca341e5fe7f", "region_id": "RegionOne"}], "type": "monitoring", "id": "99eda29169d94d86b4886376baa56e17", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e533b3c5bb3141709bafa5f7c2ef93f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9d01c44fb9704df9a435f29deb637be7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1098892ce69440d2892e69dc918dcda5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8981f148861a4e079174c0f868d1364a", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1436637762264edda716f0b764487857", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8d5c45c28ced4e67a44c648eafe8c820", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7152edace57a41dc80320ecffce60023", "region_id": "RegionOne"}], "type": "placement", "id": "02ca93e600d54ed98f93877bf6726715", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3d4bf91013fd4206bba75b120755f173", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8d95cdc1435845dcbc41171d086f78d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ed6786c188e74cb7af74e971b5bf2aef", "region_id": "RegionOne"}], "type": "instance-ha", "id": "11b1db4824704ef78b074fc92e611056", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0109766fb3c746399c98b98b4e07456c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "43ea05591a004b5b9f07f635fd56fd58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "be2dee743b5f4ad4a5b35972aac814f6", "region_id": "RegionOne"}], "type": "ha", "id": "ab97d5ef797f40c2accedcc5505692f4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2eef2ee1b5d94eaa8add20e71b818c39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "31323aee2f2543488cba60c6c907c5c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d0b5bcd035ee444193c8d2b184ed006c", "region_id": "RegionOne"}], "type": "reservation", "id": "e4185e54a9b745f79d0294bde1340b98", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d5fe0039a1ac49dd949e5d5dde179098", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2814530117294a859e387b69b855df47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3cbd179c40dd40d3b5fe2de79ca2fdf4", "region_id": "RegionOne"}], "type": "function-engine", "id": "2692f7ba01d14aa785dc184d53c6d640", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3c22f1e9f16e4675a9dd2dde92d5d32c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "de638e922f784582be81d6e25a98b6a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6f2991dfa0de4ec4b6c4b4a1a0dc91d2", "region_id": "RegionOne"}], "type": "accelerator", "id": "8a1f4341f20b4b219362806eef647240", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f0934bc1ed9842cb8b15e88e932670a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "be375a05051f42b6a3a01024ed8917ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5b7b2682567d410c8b96ec1eaeb4828a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "da4056d7cc0c42419cb077b1cb0cc7d7", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "703dd265edbf4ffd8a1a4e4ae1fb4cdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "51cd25d0ea054e759863813d542489dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "22746c29589f4ed68ae2d07d74a503c7", "region_id": "RegionOne"}], "type": "registration", "id": "f21163125dc54e5ab001d875b06b309f", "name": "adjutant"}], "user": {"domain": {"id": "cdfe086290984dbaa1f58615de5e5768", "name": "538f1bb6e7ee4415bcb3bf180ffe25a2"}, "id": "f9087c3e46704f2bbda3f24a40226760", "name": "ab9c2310dbd74b39b1c6c0330d949b6a"}, "audit_ids": ["ab10edc393b54216b0338bd59baa1037", null], "issued_at": "2019-09-19T09:04:41.500396"}} 2019-09-19 09:06:41,708 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,712 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,714 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}]} 2019-09-19 09:06:41,718 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,722 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,724 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}]} 2019-09-19 09:06:41,727 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,731 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,733 keystoneauth.session RESP BODY: {"policies": [{"name": "qos test policy", "id": "123"}, {"name": "qos test policy", "id": "456"}]} {27} openstack.tests.unit.cloud.test_shade.TestShade.test_range_search_4 [0.061296s] ... ok {23} openstack.tests.unit.cloud.test_port.TestPort.test_list_ports [0.173130s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,640 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,642 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,644 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,647 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,657 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.580360+00:00", "project": {"domain": {"id": "40c3d079a58a44259eedaaaf9751c638", "name": "5ecf9c684479464694dd9784775acd5a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6b9762ffc85b4acea0eedb9dd8dce512"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a027acc143ce47cd8bba9e90fc7375dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "270f9d96c12d47289ee0c815528ac531", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a150196cf1ca418ba36b9c33dec0e83d", "region_id": "RegionOne"}], "type": "identity", "id": "debf26a7416445d3bacc8422afd20d66", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fe71503e0625409d90671c675d4d189b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "30bf2e030ee74251981e50c39b1a78dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "38dd17e130734b5788891aabc2d539dd", "region_id": "RegionOne"}], "type": "compute", "id": "e9ccfc6c6cdd48558238c4a42a75e4be", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9066e4ea0e344f589f1462024816e5bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a6a6e0c445cf4eada6640f1e2feb4acc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "02d5a1245eb74d1eb859bd9a6fd240a0", "region_id": "RegionOne"}], "type": "image", "id": "1aac07e4911848b59925922babbda56a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f60db97c703a41949f6a1275e315f669", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d3d8692a041143efb9f68cc632022c98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "226089ef8d1b41efb15fd7a64113d02e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "3174e7b5f81d41b884366aee0ac0e424", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72550690a44746f1aa4ee8e4f3e3e96e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19ae106ec63d4ed3a409a23d8d32c7ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd475683a1494df58355a0945e5728c3", "region_id": "RegionOne"}], "type": "object-store", "id": "edf47f2ce899450a9f33f17b3194ac67", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "598498722f7a48febf300313e582b875", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "78507b145f87452e8f69ed34c005963a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b034b8dbfab74adba9c12b0cfe78a9ba", "region_id": "RegionOne"}], "type": "clustering", "id": "28668c9bff0747df85cbaf08f70e56da", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d4ae4c84237b45e3b5fee19c47e70879", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a33f46fc054e4e9d993b543dd0f10785", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6034578c5c5c4ee594601f95a37a18d0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "6768b56e095545a6a8594f817acf61ec", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c4be1c0f96894cd99bf75cf1f321d490", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "066e6ca71e9340af87f49d6af0c1fbd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3d10237a79c54d399d313b0fcda40b66", "region_id": "RegionOne"}], "type": "cluster", "id": "d0598cf639cc4e888adaacb509ff4920", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7a2a626df9e44472b2fbfb6000111ca3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fb29bce51868477e99cff512279aa9e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3b4d70085341458b9f8945707f308891", "region_id": "RegionOne"}], "type": "data-processing", "id": "ff39fa8f9ffa4ca3b88e6a68c2ba39c3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "512edb4426be4a07ad2efbcc72a16309", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e128574dab8148b79c9d311230176c99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c6a399ec8a664afa86f3ffd680f7e563", "region_id": "RegionOne"}], "type": "baremetal", "id": "90a0af9cdef9462cbbbfb163866d649a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4330dd6bf1c54ae6b7ffa3a1320d0092", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6bc8bc5a6c2441e1a3053e9f75752226", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "120a209e810844d6bce3e5f39f27ba96", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f8a43f4058e0471383364369f28d2d51", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "05dae31c7cdb4b4db18f59b8a9eca6d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "377827dcb25c4f7cab05bc4c104d8ed9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "60fe647db9224468a38df262e60efb0c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ce08d9e18a0f421291baf746934fe2b3", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "52801c02fe8943ba8a1c176a02fe1229", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cc0bdef6cafb4d4fa6f9dc399cc6ef24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ae7f959d82ff414ab6ec0551d0b3560f", "region_id": "RegionOne"}], "type": "key-manager", "id": "86d41df7f19e4d2088b6143a2c306724", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "274bb7fdd5f842f6a8982666472a6227", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "83b2f74eb394494d9129ef9489ec1bc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3eef2ae4db1b4803beb72b67d695f787", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "795ef79f8c7448e896b817e135f8163f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7b4d4cefc61149838d2177757ef69cd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "59bd30ef188c4bf9bdc9a6fbbf5387fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "74ebc654c0fd4563a6242d7652483fa5", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d0e5297149e5408d9f2305d6180a80d8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "118e700081c34b8d98e0183ab05d9294", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "dd76820cfb834ae69db8cb2b5637a116", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "81f33cc1a87b4ab6b3ffd2f8cd65bbcf", "region_id": "RegionOne"}], "type": "message", "id": "59e2dccd1c994d32a954813a75d2eec0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "db935c3f116b4bfbae6fb970e4113996", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d31cb785629a4b8282954f89037ee9fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c835b2ed0dfe4b5985c3f97186688afa", "region_id": "RegionOne"}], "type": "messaging", "id": "3e2897cfa3fa43298b3c4226005c599d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "106001df16864f0a8b3e6826fec227dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1b67ec9f1ed3449cb5a302159479656b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "24d57505870744f2b0bf304ed98d2302", "region_id": "RegionOne"}], "type": "application-catalog", "id": "516fcabc6a2841c2b8da16bbdaa62b7e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "12b401b894f742c69491e8b78ed9a9dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f446650cea994c839b714c6fb76573e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "84cc7809b83c4df7bb6ecbd78aa4aced", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2ba1f995f835442a9d62c81dc790031b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "454cf2684d964bb6bb3941de9ca5446a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0fb4d1e9b4724004b568528bfa45734b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f45041a537474986a3420fca15ec2f4f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "8d35ffe040ac4223a8b2bd18cb125af8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "28016ee0d9c048b5a18d63925672ca19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a7733dfbe357496f80dacdf1905fb342", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bdab4649c17f4b18aa1d091c9fa9be76", "region_id": "RegionOne"}], "type": "container-infra", "id": "b23c95a4fefa4bd3ab74c3179e221837", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "83859098503b43f99726c41d6cec4f1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "aa83e71d8a7f4b6abac1abc97ffb0d0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9533e459fc654080935c576ec79cc074", "region_id": "RegionOne"}], "type": "search", "id": "fc38814a914c496e8ca60aa239302693", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1fb8d9225b69462da87de107ad6684b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "48c1352ac2f84d658f58c928d4ae3d12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "0888c393581445b886dc906da02341af", "region_id": "RegionOne"}], "type": "dns", "id": "7d8154f5202547cdb9a38ab4f228c6b6", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6b4a945726604d5d816e21e44b5de2dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6e2492d3d8c44878be637fec946a2d57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6ce4ef440fbc44bd8e612e91268496f0", "region_id": "RegionOne"}], "type": "workflow", "id": "77e44a6af22246638a2506468e9eb402", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ca218944785042d4a51a2b230e0dc915", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "82b3dc0dd3544bf1947a7d24b327c372", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "aeea2bb5cc634c7f89ac2e6066d49d24", "region_id": "RegionOne"}], "type": "workflowv2", "id": "35751fc263564d69960856288b9b9fd6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d7ab4de63ff946ceb2aca847fc995ede", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b684c6b4393c44a4b639aec602805a8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3a82a9dcd6264af1a7f5de4db9ea235a", "region_id": "RegionOne"}], "type": "rating", "id": "2e98d60405da4d6891dcd968a68a360e", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6fec16c9b3db45dd81e79d6afba9c48c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "56f3eb4a186645f48fc4e4518b948d03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a296a077ea904dc4b1675bd40b3e4e8f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ca1e3c5955d04c12a80a43b72bbde96c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e9c1c95ddae54dfb8252e353ba40aab2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4b67d908b90f430aacb3587604282006", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3d281efa179845aa82cd483697be16f5", "region_id": "RegionOne"}], "type": "policy", "id": "a4357ec5be4e49ae8ca17c2bfd425e5a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a4489887e084477c93974daa58a0338f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "15e2dac1ea214a6bae70d69350a4e333", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4839548e517b48c2b3fee1f420115cde", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "937c329a52af49e78b084fd575fd118e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7bcf0e29b9a04348abefd36ad56c2bed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8119bdf04edc4551826119d1e649d8d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "aec4784b7d164c22b046421a9803563a", "region_id": "RegionOne"}], "type": "sharev2", "id": "21092a4c899c43bfa9f9ae058ff52dc8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8ef89fc0127b4c878abe85c6fc1c449e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "225a8ff55cee4db5b13920e117306e48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "547c06fa9a7c4864bf7c1981083675c9", "region_id": "RegionOne"}], "type": "share", "id": "3dbcea14ce5c4bdba606d600b1ac557a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "773a757a6e6c4b098097285953b52d9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "724a6ed4534249a784d5acc00ff7d3f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4713a5c6916442f2aa09f33e5abdd7cc", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c717195afa5b4a23bc65ea9b7223bd78", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "052d25823e744599acc88505c660213a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20f4079000c04070a1e38df33d29af29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e6e446a7b6647ab82adbb362ae42425", "region_id": "RegionOne"}], "type": "orchestration", "id": "63349739e88f44adae94f6570a19dcf1", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "916cbc006dce468582e799fd9dfbc30d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37dcd66207d046ebba1091fc8112db0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5412ba33747b4f59a552dfda1d34dec6", "region_id": "RegionOne"}], "type": "block-storage", "id": "ebeef7414751478997e921abe6ce6d6a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3658e832746b4d38bf627167fd085f0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f23dafac8f0346aa8f0cacaca4d0f925", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f7743f3ec304a4cac0f79d18b3b565f", "region_id": "RegionOne"}], "type": "volumev3", "id": "8666d7f45fd64f9c89627bab41e6ed0a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f330f43e74ec42b9a84b29c3ff3c4c81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "528da49df42e4b55ac4a9a7ffa614fd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9d4db0258f44ebe9bedb009e76f0205", "region_id": "RegionOne"}], "type": "volumev2", "id": "59a5d63b528944719d504b737d28f8c3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2756b5f2e5214f4a933db94b64f47dd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26fd2e9b27084030829b039dc1c8cea7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bfcbbac39424e00890f980cea83b395", "region_id": "RegionOne"}], "type": "volume", "id": "6d7d5d2c570e40d4bd19d22e6d777cc6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f86f3044324403699234861bd0be11e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d8262cd17ab4b2c98ac32d18474cd75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c9fd87cd2db54204a59a06555ae16b90", "region_id": "RegionOne"}], "type": "block-store", "id": "b70a627ebae04843905404af2d23874b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bdcbfc6fbb20453d8147f400407a5780", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "597292c8e0304e238ca427fa20364fac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b46a0f56c4ab4c4984a6fa4ed50d2f20", "region_id": "RegionOne"}], "type": "alarm", "id": "663c329c229e4bbb8746034c567642b2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d4707fe3641247479d67af282186cbde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "25ef2ab3268842308f2963abd8810123", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fc84ab824d274dcaa7dc33a685090438", "region_id": "RegionOne"}], "type": "alarming", "id": "1abddc1e48c74c06842570077c1e5671", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b488a5df536444f2a7856b1659b80dee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "43f4f59333a34dab9dd31dc8048296e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2552e10d6b2945bb9ea8c9585964959c", "region_id": "RegionOne"}], "type": "meter", "id": "9d363bd474d2425daa54f99712bbece9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b6b5294cfc8d4361b7e37ca9673b5cf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5201ebe7e2424cff8e3679d793598b8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "93beae123e6c4d34b23fdea408539856", "region_id": "RegionOne"}], "type": "metering", "id": "87c3c81d2352452a94149c5c15f08260", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "16685e2a48264d999334916804046165", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "984c7ee03b3e46009b090450d1344c29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1df0897d8ab5436ea852f4772c580b9f", "region_id": "RegionOne"}], "type": "telemetry", "id": "b5d32431ddcb4c48be6d8f79010a8233", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "caed62fecead45ab99537dbe7d56abc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "76e1bd1d4e5e414988e2b50e1fbd3253", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e6c5a8c27d6c4be2a8c1b1139e885cac", "region_id": "RegionOne"}], "type": "event", "id": "d5f248e0e99f4cbd9042a94171499744", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7dcc3fe6295a4d68ae26e31291fb2a49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c300d26c96ff4616b9e2ffb84067f23c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0883a46c27794873aac8955ea34ac02b", "region_id": "RegionOne"}], "type": "events", "id": "c54beab4bbbd4795bfa82ce0d162dcb7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8ac81d4484d94d76a77519744d64c11b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "048f8ba8ae7d4c35b27d286e9e9b989b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c9f40c60b5b9495fb7d1be6139983f95", "region_id": "RegionOne"}], "type": "application-deployment", "id": "10eaa04c4d09455589ac0201e70faaa8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "64b99e936d6d447e9f16667f55504685", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "54964dcbfb194b24af2548a1e8c9884b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "290ad1f969464ee39c2d86e5548a57bd", "region_id": "RegionOne"}], "type": "application_deployment", "id": "fc9c6cebf1ad440cb98f87092dba13bd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8a6a090ba1664d35ad013e824d240190", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3e93621119c14d31aaf8b31366eeb8bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4daf8077aa424e529fc98f4f3c787b6f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "590e05c5ce7f4859aae62140dbb06b89", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "858d31e514a743d78ccd36cf4b6e8101", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6dcde6da93134e7b90c7810e1a36c0b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cece3b0460b8431182c83ffb1d9cc3d4", "region_id": "RegionOne"}], "type": "tricircle", "id": "b455364fe32e46debbdc5431d40e0b27", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d85a61ed0f1e45b69261c2521baae497", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "14418454f2684a2cb068e44c79b71999", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "790f7efaaf524687b305f304c59680f7", "region_id": "RegionOne"}], "type": "database", "id": "a39c9ecbfa814236b1fb650b34f7864c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "95c46868d00c41a1bec0cb6351e61ca6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "833edd7e9fec4c3a852217924bda53cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "df2a9557b7b54b1cafcf4cf252032402", "region_id": "RegionOne"}], "type": "application-container", "id": "838d8292973d4c2eb6624e7b4423b4e6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5c98d8438b484e5bb5f8c0d47c63828f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "175c9593cfe54faf83c56f0793dd1acc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fff890fb481c4b589a391d00786ea0b8", "region_id": "RegionOne"}], "type": "container", "id": "9cb57fe478d042c7b8af35469222b366", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "beb66d36fac6443a8c9a975564c25cb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3389472edbcc498695c5105fc90d2825", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ab80a5d1f3dc44bd9ca686736b9ead4e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a3fd836bffa34eafb53c039348bdedde", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "67fb82486d1840b186c4c4d4802bd878", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9f03397bc991434c8fdfabb91bc3acab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4749d143b6144d548f7ed7e0d8440270", "region_id": "RegionOne"}], "type": "rca", "id": "b3c47d05e7da438dacf54fe68842e06b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5ea1c42c7ef64f088c75943cbf4ce952", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9bb55fc8846c4063b14760ef6b5a95c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c73d2a2bb5b24ee087d7ab58c567ffd9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "530c6597999548b48f513d7335256292", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3ad08d0894e040aa9ccdc03db6f6f3db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "02ba2a3c2bf84cc5a743281bd5cf3d09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b96da6c181624cbdba159ef62c5a55f5", "region_id": "RegionOne"}], "type": "network", "id": "df197ddfb8de4bcb897d449c9137a0b0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "fa29da19eb4b43ea823ade4eea254ab6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2cc76252633d4293972e56f57309e69c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "2d484659e9324482a25330de61cd2657", "region_id": "RegionOne"}], "type": "backup", "id": "9ecdb0cb1ddd43b6903015887035b7de", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "48f425c71227444cb3ca77740f23ba68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "13c70c0ddd2d4ba88a53eba830c98216", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e18327d0b5cd4386af927c8c40471e91", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "efa026f54506470b8619374944294816", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "80bc2c6b954c481e94db6eba2dc3fc50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5f2eb0b09cbd4de0b6731d9aa7f584b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a8df0e778f1f467b87e4cc8355579e30", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3dd5ee018fca4226a05a3a9bb5ed25c7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "380fe935d30145f885162451db001635", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "032e6b691249485d96d7948b64984a8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "631b84c65c584fd3b2506f8c6e607e30", "region_id": "RegionOne"}], "type": "monitoring", "id": "c6d2e7c8e75a4bed8bc989bf844c4a33", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7bd4b5f3e6b24845a7df4f750e3fa135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "855f2e914d7343f88d29855137c976de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "293dd08d48e44e9cb1e4f8a56cfa8bce", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a9616930b01346ed8c53d0152e97a987", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ee1f57b6c44a4d7982cee55a794a69ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a02fdedcd44142d98d1b47cf3919a564", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7766cfe938ac44dd9189f062ea252e9f", "region_id": "RegionOne"}], "type": "placement", "id": "ccc9d2c717004296b4df2397bf54d624", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1b081dc5fdc6457f97b042f4a3b53104", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "53f15e673f1b44ee966ddb9b1c96ece8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9b9d92facfad403a86f9b6eba9d63833", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4577a37f4fad4afd8cd44212e48cb2e1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d7da16f402d14083b14a2b62e4fa1b71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5e51d2f91f7140dba3e93d48309013ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "34c64a7ccfd348679ba230fb36f400a2", "region_id": "RegionOne"}], "type": "ha", "id": "30c9f75decfa43848981d0e449aa1a23", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "08205779441742c99763a6ee90fee2de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2ac0f050429d41bc98a11ad3b8432991", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b20382f9e65e4b0ea9e51ccd3f21fc67", "region_id": "RegionOne"}], "type": "reservation", "id": "5e5fa6dcffce41feb87483aa4bdf4554", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "735fb73849034baebf98d732b87cc11d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8fc27b600df243d9afe4d50fe05e46fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e3fb14888bda44bf886a5a9fc5c81a6f", "region_id": "RegionOne"}], "type": "function-engine", "id": "9c401d390b034047b2225f632b236ff5", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1813c8017c9c4572840b6908d3fb2bbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "936c5f2c67bc4942ad7dda1ab67ba589", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "337073c1d5744c0794336193c028b87e", "region_id": "RegionOne"}], "type": "accelerator", "id": "4047a7a1129447808885b509db2e9505", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "16ba8143678b430091c1729f1c72605b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "23cca151a9de41d09710f2a562aff07b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e046aa29ec924271984f32211439a74a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "db7b6b41bfcb4b17a48cc564ecfa5bbb", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "81e66c31cfbd490596b96fc4d2193cab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d3160ac32d9f48ca97c5e2198fcc4b6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d7219762e3224cbb924e7d602ac193aa", "region_id": "RegionOne"}], "type": "registration", "id": "43a19a57e234448eac74cc2e4e05077d", "name": "adjutant"}], "user": {"domain": {"id": "bf452c8ff50e45409d71b7244fae7a67", "name": "56d15c4623164a33a83dc3d8cefd28a1"}, "id": "e8388bc8b14b4158bb4b506e0b6cbb53", "name": "27617cb5977040d49e8e7ef2050ab5b9"}, "audit_ids": ["3def035deb644f8f8f601bb15023436c", null], "issued_at": "2019-09-19T09:04:41.580360"}} 2019-09-19 09:06:41,737 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,742 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,745 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "binding:host_id": "devstack", "name": "first-port", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "70c1db1f-b701-45bd-96e0-a313ee3430b3", "tenant_id": "", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_gateway", "mac_address": "fa:16:3e:58:42:ed", "id": "d80b1a3b-4fc1-49f3-952e-1e2ab7081d8b", "binding:profile": {}, "fixed_ips": [{"subnet_id": "008ba151-0b8c-4a67-98b5-0d2b87666062", "ip_address": "172.24.4.2"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}, {"status": "ACTIVE", "binding:host_id": "devstack", "name": "", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "f27aa545-cbdd-4907-b0c6-c9e8b039dcc2", "tenant_id": "d397de8a63f341818f198abb0966f6f3", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_interface", "mac_address": "fa:16:3e:bb:3c:e4", "id": "f71a6703-d6de-4be1-a91a-a570ede1d159", "binding:profile": {}, "fixed_ips": [{"subnet_id": "288bf4a1-51ba-43b6-9d0a-520e9005db17", "ip_address": "10.0.0.1"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}]} {26} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_create_firewall_group_compact [0.201208s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,428 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,433 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,435 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,438 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,450 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.366880+00:00", "project": {"domain": {"id": "86c2de4258ca4b40a350abb1be07ae2b", "name": "d5bce652176c4ee79d12a5c53d061f59"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "79b836ad008e4ec98da6c4935acf648d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ad0d6916c47a4fa5adda8408a94db23c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f33a930a0aa64b699414a9447769fe7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "61338a1f01614c698decebd9d2b3ec6b", "region_id": "RegionOne"}], "type": "identity", "id": "00a491d071614b80a8152ce8bcee671f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "40582e13fe514aed96418a396ae1d25d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d5e47ab7252544b095b68c6710f8c741", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4ed9c6d966bd487ba38da9fd4fcefeb2", "region_id": "RegionOne"}], "type": "compute", "id": "3719bf02dcb243629264924aaa3d0625", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5b67f09828d342efac11d383865901dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f470ee4ff72a49d49d8e48e349245925", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "7d8689fd80624692a3c4d45c88591889", "region_id": "RegionOne"}], "type": "image", "id": "1d55bc36e2d44240932dac9b9a91c471", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "afac9822dadd476a895b7a0ef1c27d36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e70945b3df394ba387438ff7012a3075", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2e3ebae1e2304ee7bf06e0614fadad79", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1718ad5424744b578e3a655058a52ef4", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97a519691c94465a9294d626216eeccd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f32c0149af544efca94efd32ed6accdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec93dbc44b2148acb72a48c268e63367", "region_id": "RegionOne"}], "type": "object-store", "id": "218bad9bfb334405abe22a52668e3c41", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5f2f692f55ca418cb82dccaa2ed9ae84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "397c1377c17b4b65b0688467249ba308", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7901b1b7fb4d45cbbf7559dcc5da4600", "region_id": "RegionOne"}], "type": "clustering", "id": "ff9331ea5eff4c8cbe55bba4fea66d35", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b36166fc28144ccc975fe83f4481dde2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "064e4de7bc1b4fb9a571593ef8bf60b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c6def29d1111478f89ceeba179b5c4d8", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "441114c8f6b44f8598c2aa2d9c10b899", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "27214d716261432baa52025a5a8aa9b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2edb069477e941778414d17aebc83f83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "66f694a1d3ee40029dd36e7b81674e69", "region_id": "RegionOne"}], "type": "cluster", "id": "731894b974db438197a97a37ec494c3e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "59c72c306d8b4222b364db01b36dec43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "783b76fab4f2496bab923cf6eacff760", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f1c83b322297487e810a52ba9d048e6a", "region_id": "RegionOne"}], "type": "data-processing", "id": "7d94fb11706a4f8a85d7b2095eb3f1d8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "54bf993215f047f4bc5d2f43a0025221", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "57ea2b7c041f4159a60899c9678bc9c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2abb2bff87ef4237b726f699af4b61b6", "region_id": "RegionOne"}], "type": "baremetal", "id": "a324f5314f834d919bd2ff5bdc497a40", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "86f55d345c3f4959a52def54515d3c07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d2f90779ca5f4a48a61ac596ea01f10b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ee383e841c4f41ffb640d2c9ada1067e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "82c1ee1a9dd94dd4a85b991632961681", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "97c1bee2ee724103be80638c8b82aebb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9b452eb4fdba44ab900817fe1713b84c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "bbd3db25362d47aebb4e9e4dd372beeb", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "83f1966781954a809d75050db7c5fef2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "995cd456d3444ac494ee20aab754625f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1cc6811b3a0342bd850ab5dec9efb3f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e45b9ed1373a400fa454979da503f5d0", "region_id": "RegionOne"}], "type": "key-manager", "id": "d85e7a14294c48eba687d64fb4d6121e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9513c8cfbdd642308b4a7d0bc9aa25a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "43c2eecf4eff479c89fb451de57ee34f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fb3658fc14d84851a11939f74eb3234e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "48ed59a420e54a66a48f656368c72659", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7957f045668c41ffa41cd73f2ca47d4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fa70063cfb714fec815c82c1b7a175e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c9586e81fce442db852ed67f387b6de2", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4a326501067741138167293b0cf3993f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1d7f6423f521492ba2c383fa21a09ebc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c50b20d393624945b942a0fd1aa674cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2fc94358d51446a9a2ce5936e45d4b24", "region_id": "RegionOne"}], "type": "message", "id": "ea15fd8f423c4876b9939d2f20fd25fa", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c4aff9cc84d74bc18efb5b986d85fae1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f8667507d2a542d08ddb0f29c9a67ac1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d47743400c0d43c7bf83f619d392440f", "region_id": "RegionOne"}], "type": "messaging", "id": "d052a7b2a00941188c701edf5c0e5df4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e49939c5202840769eec908406cec1e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4e4c6c63407a437d8164b6649f699d89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5c4ceb33cdca4bc398c13baa21559831", "region_id": "RegionOne"}], "type": "application-catalog", "id": "891b0a7c0de7415d9426309ad3daa028", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b48f2efb1a3541969ae5c650bc84b9cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5d345333c1af43dfbdb8b00e0c470e11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "639f9896d4f14d0ba47aad80516757a3", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8041404a2072467d851368a3d23cbc04", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a6d4f1d901c949638e5469179529a650", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b52601d2ed0a4dfa8d33a6f8c411b30b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "70594e4922f5491f9739be6728d0f2cc", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a256c685657b4842afd916bd54e9385b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cdcdcc990e1c42e381fb2f04220414c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "feb84050e4a5432d867e5d48f9777482", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9e6699c417064ef388dd8baef9fc5cca", "region_id": "RegionOne"}], "type": "container-infra", "id": "ce3fde7f51f34e398b41d88ba40ac37a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "68ce43b972eb482cb359e2a588cd5495", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "26b894706f5744df93874c6a8e27dd8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "18893a442fe8477fb7cba137ceb90899", "region_id": "RegionOne"}], "type": "search", "id": "f1686f19bc8343999af90fd45b11e674", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4bc9598ddc704c1f9a14e23761e6677d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ac80d3677556474cb83c08e65a36ad5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ecfa82e52f7543eca7d4582515e765d9", "region_id": "RegionOne"}], "type": "dns", "id": "d6f3245a922c4535ac3146457e3289e5", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "60d8e5f1627e47e98633e15b65000fa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "38b073e6ad754842ae36c621a523cd98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "21c741a4602344559cf40aa580c93310", "region_id": "RegionOne"}], "type": "workflow", "id": "e576affdbbd54099b20c3d33d19de549", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d73bc71d4d2447308c08129c376bad7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8e31705c681d431b8e61bc0333a4c0b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6809b4f8072046e9b9e937cabc349d7a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0d51ee26cc1b49e094c53682a35f42a2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "de179a3389e540baaffd7e56a86ab681", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "acb50a20022b4e7dbaa1f316256146e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "00a310acefa34d2bbb93c9f6408e41c9", "region_id": "RegionOne"}], "type": "rating", "id": "541753ca290940658dc0e8263f365bf7", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fdce661529bd4f7dae934558ba3dcd14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "49796d420ac544de82fe3bd318e686b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2afba50b2fca4df2b9d7cdb16e419b75", "region_id": "RegionOne"}], "type": "operator-policy", "id": "fc2acf5c424348ac806d030e1caf4120", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "33c64005d578468ea66acf33c39bdcfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0eb62d86965842e1bc8e831e303f8ca9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "29ab45c181cf422facaab72619f00120", "region_id": "RegionOne"}], "type": "policy", "id": "8691172b40cd40bdbbb4935ecc199b3b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f2fb864efa754620a67a3c2362c879ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e3deee22f9844ed1ba8200f0d1caa1ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f5770cdcfe644c569347d809471648bf", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "67b1bf7aa8ee467998d586baa4639d84", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "97a1aaa73e3f4419bd25a15cd17c3b30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b5fabe27360f4de7ae58841b54a7887b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9af509b2708f4237b0ca25b013df45cf", "region_id": "RegionOne"}], "type": "sharev2", "id": "24b57fb033e5494ab2ed1fa317126ab7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a618c6de65a64445af1ac750c6464ea8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "36de05c0e8b2465a96d9975c91505b45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c5ff5901f482437aad40e536fa392a04", "region_id": "RegionOne"}], "type": "share", "id": "15c00842ebaa49239ca1895fefc6dad7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b3a69d8f383c4cccbeefcba4b35e8b2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4cf77c640bc541859f3d9ed29a721cfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d13c47046e6647ec99c77079aec803a3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1dff711992754f079a39796d3c1c2383", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a223a76b8c7460aaf8980025e104dd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "730da27ceca9471bb5bc8501574ff684", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62c2e308cc174646a13dbeda9c8ddaf7", "region_id": "RegionOne"}], "type": "orchestration", "id": "6cd2c94ef444497b85063302f3997b4b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92bfa9ac3fac4334a10c73ced1796960", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46db68d9b7a74690827d45e93fe66514", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8ae4ee417334363be383114ccd94138", "region_id": "RegionOne"}], "type": "block-storage", "id": "293fbd69e2814888a6a01d1ee653737e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37099cbe970f43fdba66ed129f6d8986", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "edfcb06136b442b488ebde091ec2422a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e7b370cf70e4d12b7c370a7e064d266", "region_id": "RegionOne"}], "type": "volumev3", "id": "d3f65dca5d054e878e7ed70601952b8a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb8842b2e6d7475898ba3cb589fb8422", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f521a0169ad5467685240088af78de5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f5013358872476aa67bedbfce2d868f", "region_id": "RegionOne"}], "type": "volumev2", "id": "e1ded277c2db4b509f594c4d079a61d8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e28d2ecc8c144fe86cae90a5e42852c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "244b436c65ee46a889152db449198c9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b909dc43abe7492d8f39f1c53acfc84f", "region_id": "RegionOne"}], "type": "volume", "id": "1c0b36801af2413fb4ea1689c45b25cc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d96a73b9f2a04ee39b8230a812d8b9ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "025fcf9eb78b4686b67ff30d14ba5b35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a33e0a928c04b14a07fd903a9f11c75", "region_id": "RegionOne"}], "type": "block-store", "id": "638d499d5ee9462a9f826387b0bdf52b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0b486f663bef436a85faf501dd702f09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9ea5915113ee49729013eac2cff6ba79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0ecd5d603f2b4cc69835b4416373c63b", "region_id": "RegionOne"}], "type": "alarm", "id": "f63a0af350df4f2283b06827c92b1b36", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7ea9a15c72484eff885f7f2a9498e502", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "65a0171afa024a5f8f8513127ce958e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "88badb6ca1124ecda4d7832eccbd0079", "region_id": "RegionOne"}], "type": "alarming", "id": "e477db4be0c645a68ae54beb2492f63d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "23a0baa043464af181c80483f9a163f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "55fe282d89534bc787a5d480bcb03cee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "969d42836af64bba8583edd5d302ce15", "region_id": "RegionOne"}], "type": "meter", "id": "f5ffbb0a97694410ac42aedde36f9776", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9017ae4b42054118bd5d3377bbab6d95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7d42f76b354b4dc2b65483d069222679", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ef8c35e39a10417a9a32983e37285660", "region_id": "RegionOne"}], "type": "metering", "id": "0837d4e724f8440facbfec1cb8c338e6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bbfa18e8074c4ecbaa1defdf113e8daf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b774ff4332d7475b80f2b599488e68b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ef2c3c3f75714a7197cd1e61c829405b", "region_id": "RegionOne"}], "type": "telemetry", "id": "bbab950433fa4e49aa943eaa204a049f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0d8ca660765f4a7eb85e000ae49d1482", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "63e909bf8e7d47a3aa057b8383a64c45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8e755c89da6c48ed8a3ab2986473307c", "region_id": "RegionOne"}], "type": "event", "id": "c5bf229609434d3f8c0c1368d5e58e03", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "dda5ad277f90415bae445f7a077f0b85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "10a3bb76a2d6441aa646076684a21634", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "87053d2449264b9ca913ef653c7d5eac", "region_id": "RegionOne"}], "type": "events", "id": "908cafdf86894170816aa6a6375e765f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4bbedfe7e7a24f208653e3d402a67111", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "af5c7c0773944ea7b53fd51f87304609", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e7a3e3dc3ec74aa98d7b1c7a0c74525b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "92a8ed3cb43b4242aaa627ae547279f0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0829af280eb84a0d87fccba9694fc430", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dd800570215a463d85c78a28fc17779a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7de10508b13744bdb1838924b05c0066", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3317098a8d70468baf2c38dfe66a6c06", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3427a34ac3dc4c47bd040ed0b8c1466e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c61ad7873b834ea48d4f1ce9555b76d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "62618d3fa1874891b69edbae413cc5b0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2f831c0858ac43618157ee8e1fa25e89", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ac4d373142724280bef4a535e18de895", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a982484c91ba40aaaf17da4b82352868", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "dbda5093421c47e28ec530c41999be14", "region_id": "RegionOne"}], "type": "tricircle", "id": "f8bce425c0ba41afb33d8d3d16c96ae9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "fc244d097fff4049b355f03ed3ec6f5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "cd87c65d5e8f421ea16ff70befa186b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a5bee007ad2b4c5281252939d438cb4e", "region_id": "RegionOne"}], "type": "database", "id": "8bd41c316a694239ac30534ee90b82aa", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d52a03c4c7b24a7dafd66650d9979612", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "16a13f457f304392b1f542961b390386", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "11bcbb7737994514a6bb91cbfd0f241f", "region_id": "RegionOne"}], "type": "application-container", "id": "8021c109d8af4de886e1c7503632ea92", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bce6ee74ad26420ea48ac1d60734b90b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a585cd4a41f744eb8e924f4bfac62630", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bb51a639192f4ec792f41254e3490df2", "region_id": "RegionOne"}], "type": "container", "id": "a78d656f99a848c09cb02185cd1552f5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2a80c3877e804ad39b7857f9dad98502", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1849066b33ec45a381b5c477fc27c819", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bbc23d47ee9a4f2ab2bdb64ef36115a6", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "388d841673b543729745baafccffdea7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "64f1d43f982348f7a05f71bff71e6b97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ede9408d207b4d4aaeaaf7fad2487d1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2efc74aed0b442bcbe97f3be2f842f21", "region_id": "RegionOne"}], "type": "rca", "id": "f67471bb9eaf4625909c5d9bd0ce2dfa", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "abf464592039492098be60c3849ef58e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5de2d7baf97b418ea7203d5e898fa9f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "3253bc250d3b4f4e85ec0b35c860c87f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5f009e39f39f45efbfff115484a078b8", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d0c2f06e4ebf457bb9e1d9c8c3cdb955", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bd8b5ef4974a4e1191babe7208e03247", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7fd07b91c0244b789db7d0fab66c5993", "region_id": "RegionOne"}], "type": "network", "id": "4f100ec69a944c94a6dea7a9db81f217", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c38de1ea341d4de59fdc9d8fc40b7f91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f092ae6b900546edb81200f2d3c41138", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "668806aa30074455a6e42e8736add619", "region_id": "RegionOne"}], "type": "backup", "id": "e615831b641a48cc8e647883874a1e83", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "30a5c8c143cd4510b30e119066fd7f3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "47a775de753949c5a6c855bb8d1c3068", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f2544bc02738443392042951d4c9d6cc", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "918e058115da41b6b2af15fb4da9d26c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7fa6b8afb8854f3d8e7a388afa679a81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e2ed71c3be6c4d6bbf533e6c77fd8add", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e101468312834b95a95eac70b25aeb58", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "facd6c09af934c438ecb6b60c098aa48", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "32985eb449754535bcea0f6fa22ebc57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4a7f24a6d4464066860e54b6d113f752", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f9b24b6ce3434c4f960cb68d19f2902b", "region_id": "RegionOne"}], "type": "monitoring", "id": "db3408f9ad2c40089762bf25c248e572", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "62bb83b9fef443249622673abdac18b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a75997b730bf4fe5b203441b359115b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d25ba5a7cdc24c078aa415fae7955db8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "09d97ab9db42402b947a8a2c317f8acf", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8198749123f4487185f1da3decaf77c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0c9cde78ddb84846ad589cf3963f58a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5cf42705e11840c7a19373a985f964b8", "region_id": "RegionOne"}], "type": "placement", "id": "b17dd1a57c774ba2b97cd5f6f32dec86", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b1639faf42fb402aacf9ca0af9b245a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "33bb93c9c8c4404ba2913744f34ed98d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1076157e95744cf4abceb58a3bc366b9", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9b8708bf505a46bab6250533aa039c70", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c031330299624cc6907aef02d19892e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9ccce66b79284c58b4f81347036699ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2791bfc3ecc246dd812a04e39c8e7d4f", "region_id": "RegionOne"}], "type": "ha", "id": "f0bef979d76d439c9aa7c3fa5d6c7145", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "96674e67a71b4c83ba96daa6e344cc15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b953df89b3c84c0ab19cb06536b7fc06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4a06534d8ac449f288ab4746368d234a", "region_id": "RegionOne"}], "type": "reservation", "id": "0f9c17555186478fa0ef48375177da25", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "733359f23a4143af88b2f0b502c3e9cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "33c1fa0a73724f7e8d148b30ff08f769", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a190f01a6da04cb7a839190b000e4d90", "region_id": "RegionOne"}], "type": "function-engine", "id": "6b8fa09ba5694ee79ff99cf782029671", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2f40c9b1422b475a8831e75f9be0c447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2b47dde355254849af8ef9b65deaf2ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "64c4d6435679407ab8384875348960e1", "region_id": "RegionOne"}], "type": "accelerator", "id": "bf6c62837c0d44dea961ce110d83b8e8", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "76baa4b1c875415484a1ab969a5a971a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cc25f0e67f1940cf8472a369365c1ea4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ad61fd75b8074c8c87fbd9352d830ae5", "region_id": "RegionOne"}], "type": "admin-logic", "id": "894db5109adb44e09d350d87fedf44d9", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d9acbfc5b9334fa38d8de80571433aa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ec445a41cc8f4263844a5dc027759a6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0dceb9e1b91243efaced527ec6ef3fe2", "region_id": "RegionOne"}], "type": "registration", "id": "d58fc9939e884805bca2cbbb5ea155b1", "name": "adjutant"}], "user": {"domain": {"id": "c48046f44de24171a9ea49aa30b1f58e", "name": "1266c6bb9fa1447a967d9d5358bce852"}, "id": "e276b05e369d4e5c9fc408b19cdc0443", "name": "9e5f51245f0740ca90474dd81c59ec9b"}, "audit_ids": ["e1ae3d965f46448abdedeecf2f866703", null], "issued_at": "2019-09-19T09:04:41.366880"}} 2019-09-19 09:06:41,550 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/fwaas/firewall_groups -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_group": {"shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "description": "Providing max security!", "name": "max_security_group", "admin_state_up": true}}' 2019-09-19 09:06:41,554 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,556 keystoneauth.session RESP BODY: {"firewall_group": {"description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": null, "ports": [], "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "egress_firewall_policy_id": null, "name": "max_security_group"}} {9} openstack.tests.unit.cloud.test_qos_bandwidth_limit_rule.TestQosBandwidthLimitRule.test_get_qos_bandwidth_limit_rule_no_qos_extension [0.195299s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,395 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,400 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,402 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,406 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,419 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.331669+00:00", "project": {"domain": {"id": "c126c0e45f5c415caef2cb9d79188c8e", "name": "a8eec01f68db4eda815b7ffa23c27f7b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e9ed23870f1442cbbead1674f303a634"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "43c786dec76e41558f42d8360904521c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7bf5b49de34a40a18a45d25ee0bc53f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7d56a4d1722d4427923857b1b52f9462", "region_id": "RegionOne"}], "type": "identity", "id": "5bfbc0a55c2a49db894467e97ce00cdf", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5b2040ac34a044ada09f9a67445fa4c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8c8a0903db21446d84893819bdbe4b76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e348866b54b2439d808ce9af3cf99d30", "region_id": "RegionOne"}], "type": "compute", "id": "d6f99d2d1d724b7a8e6a33acf5a6ee6c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "65f83a0c238a42d8afa4ef3b69f435e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d655a95de3fe42e99a79f8e87a50fd7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ca2de26a762047658c01fb4dffd32ef1", "region_id": "RegionOne"}], "type": "image", "id": "67e4d57b70364d86ae24b5c62f7f04e5", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "abc612897eec452080666568ca41d3c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2b6a96f5dbb948b2ba0cd5205ecae145", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "220941fc33c6443091cb91cdd9520479", "region_id": "RegionOne"}], "type": "load-balancer", "id": "bef9b77336be49eba898e313e7dd271d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3ce9ef588c04433977a5632cc91d6db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fc8ec960e3c450d9f2252c053d33e27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc2dfc08a56749cb8b0d168bf1fe08a7", "region_id": "RegionOne"}], "type": "object-store", "id": "3daef0d7c9e246bba3e763c2a4e725fd", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e22cabc93b5f49b79557e7fa23a677d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "36b42cd46f06451495771dcd45e06a94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3e6b23fc97ab4a5c80f13b9ace6976c9", "region_id": "RegionOne"}], "type": "clustering", "id": "015c50c26c81494f873f2b46d4c08f11", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "46353ace394347c597e7bfa125be7bd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c48212d67135411baa51e037b138c9c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "82d34f1fccdc480a843399e51e3385b7", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "15817b7faab54e2f9ba7c79064f99394", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1b40ce2e615b4ae3bfa527988f28cdee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6584170f600d422086309794abacf46d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4b326039d7c74eb8b12ed4b71b63aecb", "region_id": "RegionOne"}], "type": "cluster", "id": "c2077b7c61cb4d39a5ef6e62662d54cb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e11341ca7ad64a9982b2b68bce5b7dbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d69f0e4036f5459098e421b273994d5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ef4cb14d552340cc94344d953f24a93a", "region_id": "RegionOne"}], "type": "data-processing", "id": "4abe9a03592f43ebb0a78256be142446", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "97725e181fc8462c806de7e1097d4bad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "358aca71c7ce4f2abd870d4025805547", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "13393d68c3ec45908c2559a08138899b", "region_id": "RegionOne"}], "type": "baremetal", "id": "d2e551e95540439781d8a8031d2debe6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c625d4f77d1e449895771f4966f1358b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9d818a911e7146f69cd8e139ced2c301", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "553179cc183b4655a0a3244d2d158713", "region_id": "RegionOne"}], "type": "bare-metal", "id": "67bc03cadc9b44b98d50fd8a9845201a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "223595ad92ef4c5da48baddd98939040", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "26346e2aaaa149ab93f939a10604bba1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "caa4bd0047404980975a2bdd918e3228", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "21d7b7fbd0c4402aa52e309a40332061", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b9636250b7eb489ab609d6d08b0aa3e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7be8fff587d54c1aa1cad1805bda93a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0b94c508ad8b4444a5f89f2ca0787bdd", "region_id": "RegionOne"}], "type": "key-manager", "id": "4a193ba13c8b4332939531fc3b274def", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fd179af655ff479eb925c75a66f8d2fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4dd6cbdb89864030b76afa03fc6cbb68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c9cb2d7c58d3429c87f04f5db7ef9575", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "58975cecc3c04920b691cb008aa4b72a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d37af9fa2487487ba2462a0f6eb4fbd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c8ceff26c2584d9b9c708f64dd70b6df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e2ca4a6261c248bcba4962314817ccef", "region_id": "RegionOne"}], "type": "infra-optim", "id": "64b4b17fb68a45adb8db27a4b4ef9090", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3b4b8fef9d884effbd0ef9727246af8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4acef996a1b544749348cabe1d27ed40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "44dedc3d57d64d259fe03c13037a6eb6", "region_id": "RegionOne"}], "type": "message", "id": "e8dea2c03fc641eb8bf68395a920016d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "98261faacd72451eb4525cf45f52d19e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f3672537d9da47488d498d7689d02f3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f5ac1166e0d04423b7d57e776474d739", "region_id": "RegionOne"}], "type": "messaging", "id": "b7d7bd0a3c374a47b94eccf47ee30470", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f738ae83073b4e53b145bd43e9fd0256", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "78c9a8242ef14ae3aa9a1892aeb9772e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f136307972d24fa49446bb2548057a80", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ad599df953b545dd8d0657d75ef13815", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "026728d6c40b4a30aaf0b3f48c035272", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18ad18f496da4badad5fb1e1eb423aed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f6e947b85835473688ce4b4eb1afee71", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "dcdf5aa1b4874cc9b7ea3efc5f181afd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3e7b4613d95e46dcbf497feff4ce6ce0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "61a26000bc81428d99336d5327f9891d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8fc964ecbdfa45a7860936f37aecda0d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b4d981b6644b41e2bc6d468f550326ad", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "19fc1d6501134ba3a988e0c6917a9efc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a513e907ceac457195a9087924434ca7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "008234ba040b41928ac53e391b075958", "region_id": "RegionOne"}], "type": "container-infra", "id": "08615d959b4b4030b4e90ce79d12db14", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "56a147fb828047568043cd756c7deb80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "01b14c4c557c4158aa5bc6b71bf89e3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6c9c6a984b604fa5b51dedc29a66699d", "region_id": "RegionOne"}], "type": "search", "id": "1e0faac3376a41c5a2e6072905ff45f3", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9da8774363d64075a8d11f25d40de195", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "42b3d3187909442d8839c544519ac4b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "afc6cd64c7dc4219bb746d052b73d505", "region_id": "RegionOne"}], "type": "dns", "id": "7ce9e148cee44daf8a5aee64fa2a32b3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e61c0bb8cb7e41579e2386ac8d7a1a4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eda222ed2d594ef1b4d32a3d2ce6e66d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "af7c29c27fc043f0b68eca99d064e230", "region_id": "RegionOne"}], "type": "workflow", "id": "93d39ed8aa654c1aa160e69539cd5d6c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ef659d452d584377a708402ea0282d81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "25119b27b85b45beb10bc33ed11c83d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "26c5f7810ed54b5f94e168faff0923f1", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8de28b43d8d540ce828fd59acc353430", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "0593aa6f0f7a41b598d69f47847e238a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0f900f01c1cd4d97ae91bc017f45d34f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "788bb26b17c547a78d71be79c35f128a", "region_id": "RegionOne"}], "type": "rating", "id": "d4f71d1af6124c29b3433604b734b55b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4a5652103644490d949428cc0a307b88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "662d259afedf436c89b022d8bf2749e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "504f7a12183a4f94b4c5ff05f79ec2d2", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0784b9ab6d1e4e03acd6277bfc5c3d55", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6c44147bd2cb40f7aef5ee0b8677d7da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "199a78b85b9c439285d3f17f33abf9c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8969111534e548df9b4f594756ee11ae", "region_id": "RegionOne"}], "type": "policy", "id": "48dc74dade1b4ac48f154bf6052f51bd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fc2aee6791114868a7fadc96493c2a49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d6a28f139e4b449bb1046c78835e418a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "14977f21ddd4491d8ef6f3e38c1a48c9", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "500eee16804a4f9dab5df0677a0f00f2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b467662de9c149d885184eeac28fddc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8dd5eb79c6f4465e863d18ee975f664a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0af2d2abe4cf46d0aaab73e0326f960d", "region_id": "RegionOne"}], "type": "sharev2", "id": "d6fef245e99140a5b860a46ca1637a2e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7b8868f902de4f0196dc607244203fa7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d78b1ce9308644b3943e20c19b391087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "36bf1c67fbc3406e834ecc24c6eaaceb", "region_id": "RegionOne"}], "type": "share", "id": "8785de83e3b34fffb5b4efa2de80cf96", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ebd26a78bfe9465ba38938ba18cba84e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3118e304e5e64b0ea4ed5fa9cfc4e446", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3caa60de9fbd4421858857959f9ad405", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f5940034b2794cf5940217f1d755ecc2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77f3b82d25094ead92ce96a3ec9f9a93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c7ca3a0958c4bcfb28769386a90ceea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6db79d807d0a461cb9f26629eb5aa5b6", "region_id": "RegionOne"}], "type": "orchestration", "id": "3bdd8ae23825410398640614cce69fee", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2227992f49c54810a0dd0c12eb69f03d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b7edc095aec4ffeb1ad9749f29e3a7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c3823aa8e21441ca89f2f14a5fe12f4", "region_id": "RegionOne"}], "type": "block-storage", "id": "e3aa151f91ca4c05b26479e4a2a8504d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4919d49bf9974426b56bea614859eaa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3f3c45635d2484c826c09229b95c78c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb5a79eff30447eab4cf6152e5e15b15", "region_id": "RegionOne"}], "type": "volumev3", "id": "ccf64f7d4920484ababd4ea6833d581b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8ccd2d24ee549ad8b5d754044f09cca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf1a74171ca04d929f763ee80271f8e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1079ab7fa696448ab389b7d8d0ffd22f", "region_id": "RegionOne"}], "type": "volumev2", "id": "06ebba8745d147e0964d2d1b1db8ecd8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93a1114931b04523a0d8f17f4be72e9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33b1d2c067ba4058bd8283d0c0828824", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "830d7678850e4b39ad3077ab00b0b2ac", "region_id": "RegionOne"}], "type": "volume", "id": "63e6903ef77345f5a53c677f44c579ff", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ff140dc3b474585a0c3f99a2cbfffbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85cb2254af334be582bf030d79417c26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e994143c18542b193764eddea6ba96a", "region_id": "RegionOne"}], "type": "block-store", "id": "af256813bb34458dbc9ebf90e1528b74", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9dfb489992094bec923c4d42cc9ddc5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6164c4bc49ee463dbfdda4198ce5d1e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "28f705b0537a45edaf8373b076a59e6b", "region_id": "RegionOne"}], "type": "alarm", "id": "4123b3f08f314d2e80d5f5c7e4a47098", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e1c5bf247d4e48feb7f13b13ea80c372", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2672097c64174ae4beef767712638d1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "553066d5d3c245bd99c904f8dd2f8174", "region_id": "RegionOne"}], "type": "alarming", "id": "19ba87d18c2242e8839ed517a3ddaaa2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a013506259b64e238df2c82362916aed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3c57216f0db442e2bd356ce186a063b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4b732c79cb9d43129975d5f22c0ff6c7", "region_id": "RegionOne"}], "type": "meter", "id": "4c8a695753954bb399da1acda602627a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3e5b64a183944ab99d3d5a70647a5627", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2ace3a78c2b44f4b9c58667548d5f188", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "04e7045c926c4cf59656000e2e660951", "region_id": "RegionOne"}], "type": "metering", "id": "518cbec3f04249b6816e8cac91dff1af", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a52824b370784206ba1f2c2f06811dab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8be58564cac446d1862126509e620ded", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6bb6d8f5a54b426ca48678d4bf2b1e81", "region_id": "RegionOne"}], "type": "telemetry", "id": "948aeda7787c4452a6b82ba6d5ef4447", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "64e7baf4bb2d48b08b0cb05b832253ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e7cdbf1c83b945e4bb2f11f1807e86c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "61c9cb6995484ae88583aa971033d5d5", "region_id": "RegionOne"}], "type": "event", "id": "528073b8b65447d78f91d2173cbb2c2e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "797250c1de6f4e8c8dda873122ef54a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f31c27e4a2d44b0ca232994d28446c9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7b0bec4ed28a418c93206731fb533212", "region_id": "RegionOne"}], "type": "events", "id": "3de200b0a3dd4d5fae4896abc9439277", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7c5af356494546a1bf9aef9c19682c4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8d7bd902f77f404d8b1002c6333ec862", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "003d59103b9e4678b811673a351420f3", "region_id": "RegionOne"}], "type": "application-deployment", "id": "518ca1e8cc434822b576873f74d1eacb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "db01ce49557847b0a4bd76b094109f03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f3fc3e038b8749fe86401cfd25645f56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e0cca75b1df544df826bd431d67dc507", "region_id": "RegionOne"}], "type": "application_deployment", "id": "04ee7ac0846d4cd5a0502518cc6a551a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f93de0229658412cbe6f34ada115e456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6bfe5c8bc2c84a4b9134bf6cdb370587", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b36e61f40d9e49d7a9a9d54a9794aa31", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "bebe2b7e13764556ac0c35b08125a277", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "328f63745a8546b9ab159a6127de29d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "85f85f6c037b4894873862edb0f7740b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "98eca8e43334475ab6a2e2e705c6ef53", "region_id": "RegionOne"}], "type": "tricircle", "id": "2995ad65240d41ec8975a031c7b58d3b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1ca59f8b09064fbd861375e800f13210", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a29fc0e70e854fe0b8737ae472986526", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "9f66a29ff2d347df87d46ec430c858f6", "region_id": "RegionOne"}], "type": "database", "id": "7ded1421c4414be59bd21a334abea858", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "08570a0c52764188949454c2340d98c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "202efa6bdaf548669b57559e845fd8ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e1492805406a4624985b49cdb018d4a5", "region_id": "RegionOne"}], "type": "application-container", "id": "08ae09bfbdbd4aaf9b26847960110283", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "31f5465a269f4dd4bd04564272c88f14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "424966c7ceb34aad89b89e2f7f9bb847", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "43f079ed8568490488d2ea8cfbaa7704", "region_id": "RegionOne"}], "type": "container", "id": "9cb06223800240a9ad334855da3802b8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6f11a9206d0b436bab9a51ed3b6e6100", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f3c3be8bc8d44e778370a2b1a9f4c4a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7218dd7657f9491c838d96cd1bf62cbf", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9b80a51504ac43f3a2662efe56a56a23", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "77a66757b5074a1ab35664349f2673aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4ff3698d483d43f4a44852aee39f8e12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9acf7979e36c467f95225a89714f7663", "region_id": "RegionOne"}], "type": "rca", "id": "24495ac0fb8d4e1e8d169b7e686245e5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "56ce6580ac2e4d66a2aa6e6e984eacc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ebb663a80ad94af18cd5cbe0c8f7984e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a1d93d1901664fe9b175a35bbc4c1411", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d5f8a121bedd4c8a861dfe91437dc737", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "df08e96225dc4f4d9cd6b2f820da68a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "8a5e1afea83149c0a72fe3421914ab67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f855bb1dc4b24f56bf7dde42de1bfee6", "region_id": "RegionOne"}], "type": "network", "id": "eed2246d37384bc0a0a3c18f425aee71", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e5181c2af867471096e08247b5ffc8e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "90db16f4c9954d5591b16917d85a77d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "2b3e10b9a98049ea9ef0a617a0646d80", "region_id": "RegionOne"}], "type": "backup", "id": "ac4f13729cfd4f73834a1bb38e74f56a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "85afd13727db4b5a831373636e4ae0e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "42a3e31f317e4f489e002779b99b56f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "323156cbb1b04bcfb5d24f0bb31dcb3d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c1bff435eb334061a46731d1930d5d3f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0ceecce25a54427993097bf5fa0a3c32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1d769a1194f44f039b4effae45d1cfca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bf8084f84e1541fd812cbf250e6a3257", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "12d7b1f9c254476b9a9a2349727ea668", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9fabe5a784b84ca78614a9b398ed8cc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0c965499ce634aa48ed0392df5115ea1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "fa68c8713e784b548cc0272f7a5c86f7", "region_id": "RegionOne"}], "type": "monitoring", "id": "f661bb242bde4b2fa5abbccd0ab16895", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6f960fa69a7d4675ad334e928388bcfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "25f80e975df04266a4c4fe75d790ca31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7500e1b08bb54244b823479b5fcbd881", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c41c5096cf994033893e1e92491c73d7", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "df29fb700f1c4e3f9b094e0aa4f64b34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "468eed9bf31f4f25a5000f024a87cbe4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "6993d62eed6e41c9a3435f560bd566d2", "region_id": "RegionOne"}], "type": "placement", "id": "8ddd161f343b415daca4e8c7756578b2", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d1de474a91a943c4add217b74eb2fdbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ff034bdb38e84dc3ad437e63d0b18c2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0d5be0988b9a44099e713b5063c9ac2a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1a7971c4c4aa47dda9d6ba0778b2e84a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c203a10388144d45b6c1cb872a2f702e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cbf70d34df184220b2fb4805609d5314", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e14f17a1ad8245bf9c914b71d37fb1b1", "region_id": "RegionOne"}], "type": "ha", "id": "98dcb66ffc89461f80b835ee6e137ad1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5ee8715ae7b84591a1d0bacef9f8460f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1b4f87eadceb4b3d851fb9ddc53105f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "cf2b2eeb607b4639af40b51bb5f12e9a", "region_id": "RegionOne"}], "type": "reservation", "id": "d00a985bccfc41a193bb94e21fe0b2a7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5f615b9abeb24f6d81525e5241d9f5ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1eaf0258bb3342fb8a52339dd8605be7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "48779f61234742bb94645b586c89691f", "region_id": "RegionOne"}], "type": "function-engine", "id": "fd796c9d8d4646d7a7062707affd71e6", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "41e1da9703c94c839c162e1b4331df74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "46bc8f46a0b54403bbe846a1df0a7f79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9f1e9e496b614b3aab07c74d02a36973", "region_id": "RegionOne"}], "type": "accelerator", "id": "fc75692451d4446a9dd7d0a096264815", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "50014688581c45248db3c55b54a75e1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "473768499d534c88a96a1609f2e24cc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2fbbb77395a94c4a97fe498314663bdd", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c02b315724bd45b2a73abdbc674efd96", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "36db0f1247c44edbaf4848c5464903ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "eacd2a3b9f3d4bc08773550af41c4b7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2a6ec5edf45d4903b62be25e389fa75f", "region_id": "RegionOne"}], "type": "registration", "id": "781fca64894a4185a1cdeb2683825fdf", "name": "adjutant"}], "user": {"domain": {"id": "95529137f17646f49e43ad6882536e7f", "name": "fd31dfdeac5142398e9c38c029dda1c1"}, "id": "765bc7f9faa143ba9f0cd6e6ce8b30cd", "name": "67326e9fa32f41f0bfaea4e6ce4f635e"}, "audit_ids": ["5193f2a06c9d4456aed27f6a9d636a2a", null], "issued_at": "2019-09-19T09:04:41.331669"}} 2019-09-19 09:06:41,512 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,517 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,520 keystoneauth.session RESP BODY: {"extensions": []} {10} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_list_role_assignments_keystone_v2 [0.146132s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,642 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,646 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,648 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,650 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2019-09-19 09:06:41,706 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/79a1928005b848c89afd8be37a6b8a24/users/02920b8c065348789bfe8d7463e4a9c7/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}58eab277f76470e7d91c0184dd9fbc2a16b7f00e54b1407b7a0ea6bfd88452f0" 2019-09-19 09:06:41,710 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,712 keystoneauth.session RESP BODY: {"roles": [{"name": "539e382286ab40539634c2be07fc4350", "id": "3edc3a3bc9444485a7eb4f3810946e01"}]} {21} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_get_flavor_by_ram [0.250575s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,429 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,433 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,436 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,438 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,451 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.355294+00:00", "project": {"domain": {"id": "f2408cc890b941e498be62ef22d72465", "name": "7a9a211da41a46a6aacec291b8a7e67b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8420d472f56c4686b1c508b1ba775898"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "375f4f619a784817bc675c9b1f052255", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "39a33fec1cff42368b1d93558df216e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5208b9f11d4342eb90ab5ea71c784ef0", "region_id": "RegionOne"}], "type": "identity", "id": "1240f370ad3143aeb0f876b0091a7c63", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "edbfd025061e4a3794a5ad9c3fd3133e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0519ad15114240be95e537f67a9876a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "247b40724c85491f91d29b81466ead06", "region_id": "RegionOne"}], "type": "compute", "id": "0ba9e65102c54d749dc8f6ae0c50cfa7", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1ec226c0b62b470481dfec545584eb19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "8f67725a7acb4ae89723affe2ec725eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4e6084beeaf041c698980919a1de9a0d", "region_id": "RegionOne"}], "type": "image", "id": "2e9df6e02da34a52880dc8609aa25708", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0f74217ffd264b01a20e3bb19e6d38cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b8e3e4150bde4aca8af6621f27250219", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d6cfc66ae85645e7b5c509f409ac5586", "region_id": "RegionOne"}], "type": "load-balancer", "id": "34dd1907ca38451894beb3c2b08e4c0a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ab9e2fefd22465ba5ecf8354c6ad846", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c77e5b1bea941a18069e56422a822a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5577a35ae1e145aea6404d6e4ee94ec0", "region_id": "RegionOne"}], "type": "object-store", "id": "356286efcee14131acf8e878a7c889df", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7c297124d6ab427396a7f7cac5831b9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a3631309f8984deaa757a636d09a44c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a6fa73e8bc1749f8bc2bacf0137b307b", "region_id": "RegionOne"}], "type": "clustering", "id": "78b346e33be147ee87087c6132645d43", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f854555177f947738bb11919dd0c4423", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "322607b377d54f86b36666106ded9381", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d485047799b14d43970bfb4198fa9815", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b30fa85cca964538af8fb87b4ad794d3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "17dab2cb79544357a63c84bf3ee2c7a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a0e6af591229436c9d30808059c19e03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8c37b31ca5ac4c7c9fe052e0e9258870", "region_id": "RegionOne"}], "type": "cluster", "id": "183a39085c7549e5b0e9e1568089cb83", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "021fb48e9d474c9e8f9e202880b29ccd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "04dba7cf0cef4568994bd5c79dfc90bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "30d69b20d4ee4745a43ccf5358a95f8c", "region_id": "RegionOne"}], "type": "data-processing", "id": "8fa655cb7d6147d2ac7342dc9f37ee2e", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b43a6e4caf8946a8bea55c8c58193eb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "28b487ec3e384b89a40e4dc5e461cbd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "68ddb35674e3410c9efb12899d3a8491", "region_id": "RegionOne"}], "type": "baremetal", "id": "1d61a5c46a4d4abe9904e46f3014004e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b2971ef0f7ee44e9bb5be067b0f4896d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "010263a63a934377afdf9d62d56b5c37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5a873a66cb4b4ea084b9a538f011ce73", "region_id": "RegionOne"}], "type": "bare-metal", "id": "0a1b8d7c99824c3fae8e7131d29e83ea", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "91102e9fb9484a0484d20ca6104c21b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5e617b56e146481f8c1bd49265389b13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0f32d7dc1f744c69a5501b319250476d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "299555642e2947ef9595f393aee4daa0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b5fb4308f4a646369ead96fe5855453e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "06b75c287cf74be3a22704dd434d1370", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "08dfbedd25b1467eb76b05c6f98359ad", "region_id": "RegionOne"}], "type": "key-manager", "id": "a628d95256024c9eab43853919835ebd", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "991ac0985e7f4e1a8e9bd03cda83330e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "be941994566644178e936ce25f99b029", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a0fd3d7408ff4ccebc9a644d092ae612", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "af429e7cc7bb46f6b14d09136498603b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "13ce2b9588f34825818319227fe6166c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "94dad5c114b44a4d9b3f8bcee0a745cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5c389e1a2df0411ea42a1ffe3970a465", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a631241eb0514c92bd35b61b673ca18e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c90254198a0144dc8c292785dc22342d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "95538d0fbba147e4aeaf729fb0c5a6b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2c0f93f05d154fe7a19996f1a5ea67ea", "region_id": "RegionOne"}], "type": "message", "id": "0e9ce3dde4414c6ba6ec59b646e88bbf", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3230ffbf0d5f4ba8a632b755d9912799", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "fe56d4c980984f27bbc43418b15be205", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "023ff93b62a34772abb5f32f6e254fad", "region_id": "RegionOne"}], "type": "messaging", "id": "b08b66416fd64a8b8b9f389bf675a47c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0c27f2e4b65e4137925239158261f2bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9904187046284c8db5dd1205351a2c3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4cc4faa865674479b69c6e97df6f99b4", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8bbc6346cb2547e0924e709fff9d1d93", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d4f408bc1a84cff8c85edd68d75feb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "00ce65466cf94a989823b547d0715890", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0cca6f27b93a4252bc9beeabf54996c7", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d6f5766557224cbc9098f8c2793679c3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a06b3c44773e4272bc963e9087cb3325", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fb4b7a5dae08424aa81bf9980a52dcc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4e7099e454544da1937a5c6a25059c13", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "002bab9d69594214b16624384b7dab9b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71ee792b05144b799129f9c73ad19d30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8fdef403241f4ff68090ee8d6fad1008", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6f3a286ae2ee44e88898c5b2f7f21b17", "region_id": "RegionOne"}], "type": "container-infra", "id": "8353ba2dc568468894070856545ba154", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1033be1d8202435cb668698a7ef91a9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "1cd4a8dc7c664b3f83047d61ae0c4bc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b7ed1fb271ba40c983029a3ec2a087f4", "region_id": "RegionOne"}], "type": "search", "id": "4b287676f16b4c069643ab0aacf0fe30", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b640c03972df480fb6e9b0149f7dddd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3fef6aa46f784187af18e322e38de4ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d3946c5ce79b46bf81de98f69614e135", "region_id": "RegionOne"}], "type": "dns", "id": "f4907e8458f148df95a7c25f26d57370", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2f699ed6e69b4498bf4887a0647014ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5d7dcdddf8674112a3706de3a81d4b55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "235d7fb715d747cba9b26405a25410e5", "region_id": "RegionOne"}], "type": "workflow", "id": "c6a475b4602041b29868b4fae36530ce", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "51233ced357247209702a43b650000c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "21e525032f2c4f2794b8b9007a452a06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4cbfa4c8f90f489c95c86d562408c84a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "30681067379c4d8097c74c62419ddf71", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "cfbd3a942ff64817ab746efa8459f602", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6cad7d14d8ea4112b0e712f654af5f18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "de6e9d9c79c847f9ac040b1a34055f07", "region_id": "RegionOne"}], "type": "rating", "id": "f40d86168a0b42cf84df9aa8ba289d8f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9e33a6afde7d403fac9465f219605bf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e642102e4407488098a987f8173d3a84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "46719064fd8b42079fcf24fdd1bfada6", "region_id": "RegionOne"}], "type": "operator-policy", "id": "aab455716704465783c5483a03d06af6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b5ead3289a964e01b7afca6edfc29884", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fc8380f1c5a4474ca096d8123e6ebf5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "63d18f6fb03846eab0efafe2972f02a7", "region_id": "RegionOne"}], "type": "policy", "id": "05db814a9af74c499876b2c9d49694e0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7cec3b2f035f4cc48bf88fb10af90191", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e4645379b4c64556bb2cdeacb0aace4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "05cee11b5c4146dcb3127a2ab25aa1f0", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8008523c0d2546b180d1ef56d56ccc3f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bb86fe81162849e2bda89f3dff38a057", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cb4e8d03890a41ac9fe67b9777d394f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a61c5c1fad1f4952a7d93c8fac50003f", "region_id": "RegionOne"}], "type": "sharev2", "id": "c8b3b55d8b8d4a8080a400e3fb88c096", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c4c8644f75b34e07a452a0d5633f23cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6223eb01829c43d891143ff8331f081d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1d26e8c3ef2a44b4bd1fe1040777cbd9", "region_id": "RegionOne"}], "type": "share", "id": "163219edef004a1e97dddeb58c9bcb2e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "76166d84d47d4eab8ff13121fa4f972e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e5da4f661419440984bf7f544035cd2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f354b92b258e4bc381ed21b92096f8f4", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0df7694960a8406692bd4f3ee4c0cce4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5343dd4725914852ae005097422b15b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a6ea0c0e05544798681c5f83b98aff7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3eb75af7193248b3bf9d031ca1521c05", "region_id": "RegionOne"}], "type": "orchestration", "id": "93d27d7ee48648d6909a5b8b945e9bdc", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd47ffc3e0564d9bbc8432306014cf81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a70844d82299479682ef58ebd2aa8e30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0a465f274c34add9ea0508e456367e8", "region_id": "RegionOne"}], "type": "block-storage", "id": "aabfbc81f56145fea2af34f6dbeddde9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3dea641162e64469bf479d8116215102", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "062bf9b3d5694da79c7212287ec8885f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "075ba16f6e094ed1b8f47ddd5dcb4f2c", "region_id": "RegionOne"}], "type": "volumev3", "id": "dc0149d790ea48598a37a80134638970", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "371a55dbce2f4fe78415f102e2f7852e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11ecf54ea2d74980b71139b1451268ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fac2a101793a4699a426ab84a4d5986d", "region_id": "RegionOne"}], "type": "volumev2", "id": "05d7417f4bac424ab4575a08b06b0afd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7133d4ce691a4b2790a83d02e4a6edb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e649bc70b8f041339db15703fecbe772", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aca535842e3e40ba8513b89b54679d62", "region_id": "RegionOne"}], "type": "volume", "id": "080d814ee172482094bdfece193f0534", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82d775793f1f4d748f33b959694bf158", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "831d3f74dd8b4c39840f6e90b973ef2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab484c65bc0341b0a81938c3d049b698", "region_id": "RegionOne"}], "type": "block-store", "id": "2575ab87f845486cb4decda037e1934f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "577cb1cd59cc442c844a01d67f917b96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4d45f9dd82db44e1ac32befd2416d8c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "77d53ebf867246628910b2b8745225dc", "region_id": "RegionOne"}], "type": "alarm", "id": "2c3d57b3918140e6847487a398194116", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "888405bda14744578002d7b79f2854f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c120a5b4cdb14984aa23a7f9aeceb5c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "58063bc0c5ba489391f9d389209abbdb", "region_id": "RegionOne"}], "type": "alarming", "id": "35c1f631c26145e3bc5c57afdfbc25b7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "abb57758bb8345358ef88ac306262fe6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d8d8a337426c487e879e9df5c87cf237", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8657d157ca6543c5a5c944b206cad0c8", "region_id": "RegionOne"}], "type": "meter", "id": "13aa9ba414d1408f92c5d00df8c712bf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1311fe616cb1472fa68b6874b521c3aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6f8d890d17a1465a9392a1803f16322f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "554cb0fb22b5461898d931efa508ffad", "region_id": "RegionOne"}], "type": "metering", "id": "4dd56527069f449fa10142df3c7d5d78", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0b137428b4064e17b5c338ffda6bed62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "98b614799e174cd3a28519604fbe562d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f77300a4d7304e8b8597a661fa859e87", "region_id": "RegionOne"}], "type": "telemetry", "id": "a5a09c67912940468364d0106872414f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e94aaab825f64323a6d29c8440755c94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1d0e4d6ee70f4263ae20ac8404559763", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "beb592497970484da46ce2b0eb2f57e7", "region_id": "RegionOne"}], "type": "event", "id": "14c34561cd824ee48c74bdb3ec7fbdfa", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "593bc19e35f64a8c97d51ef10e1c9280", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a2df8b32242e44ec810482a030da2b24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "289389318696467b9aec5e0186356336", "region_id": "RegionOne"}], "type": "events", "id": "b1fe3876c04445a983eed87c22efa5be", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fdf268c02e334625922ac03dec9edcd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d672fb55dd1d4e25a809649eee2c17ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "316bc2c0cb0b45c69500a917bd956f91", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b3f831e54f0042e5b81342b74f26250e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fcb2e416fd1f4b299f01630b0cd9ae73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "01bfd64ad45e4c65b6c31cdd6ece6747", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a49448aa80194522866c7caa957e5fba", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f86ef8e5b8ee4f62b8672c41d309272a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "16eb6f7ca1654a1bbda8ad8ed183968e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e267365b2d8e4af086428035cfdc94f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "96d3e9cc97f74f99a94a45cd8fd4ed86", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "de30c507cb8942a5bc03ec4bef2c3ea1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b671692b68fd4b6a9131bfbbe8c21144", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e1e4c018bdbe44aa9264676c5aa27f86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e5eb0a3d92af47168e267cfb946fe531", "region_id": "RegionOne"}], "type": "tricircle", "id": "63a7f013980e4f618faebc533f4f362b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "983197d3c3ae4c35949b35efcb48426e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6d47bf2402574fa99f0988015b9ea684", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6cb0451c6d444a1e930cd08610d498fe", "region_id": "RegionOne"}], "type": "database", "id": "29dd14eb8ef6424abcac64ec8be1565c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b2def661c9f84687a0788e399c8c8689", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ac60336b235e44bf9b944887ddec8ff6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3e91ce94803e41f4a6075ae5cf4546cb", "region_id": "RegionOne"}], "type": "application-container", "id": "3c8f897bf3f043f6a8d0f6ae444ec7ab", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ab2f8ab1e33344d9862aecdcc44c64b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f0bc4176007a47209339035c0070dee8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c0b7125918c8476bb2bed1dc2cab571a", "region_id": "RegionOne"}], "type": "container", "id": "1ec047afe03b465284c0caa4bb9816ac", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "42da4c5a62a149d09096dcec1caae585", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1d90957fc25346f28fc9626dc96c89fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "dc4eef774877402ea49fd50e724debef", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9e9a01fd76b5457e979ebc0aa7e93b61", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3a24dacdd15c495f9134f4e1c54b85d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9dba082afb96405592806c04237f6fd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "48d07e3221044f219adb8d45783431d3", "region_id": "RegionOne"}], "type": "rca", "id": "bd00efeca0a8496bbe036f180c54a79f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "99a2e4235ab14f05a6d361c4cdc63de8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0787b50bfd02446a8d8833a9bcfe5abc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "bbcad5a6216c487c867ac3346972ee39", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "6c5399a773a344d8bdd1f55ef37ead88", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9969b05f1c1f4f289f8428d18be3893e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3aa1f68a0a8d43ae83d73749ae1dd76d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "473017ebc1364b088d7bec2367cf65de", "region_id": "RegionOne"}], "type": "network", "id": "765d0847589b445a812c27c043ce3e56", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "01a7417ea38142a8b0bac3edb62f82c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ecb78dbdb595486ebd7a0f125870ba40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "2371f31319514f799d2ad815086b4206", "region_id": "RegionOne"}], "type": "backup", "id": "efc138a006c54608af806ed703b42653", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d712c97ad3ec424d88a8a889796bf98e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "919545e360b94cd0af1b8e5cf60cf322", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4c95e506c12842d19ad9751d576757bf", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e0f5132fe6db4f409beb6383f2a9af06", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5aec619b1d3e442fa36e7913c3040df9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8a0680c4b23549079638fda152dec9ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0e70cfd81c1648d691629e05b079c278", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9701131925e548aea425915fc4ad2b35", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2b4c36a2aa2f464f81d5998cac06d9e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8c8601c010374327af4874b657825cd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "31febf4f525144888770486edeabaff7", "region_id": "RegionOne"}], "type": "monitoring", "id": "218730bcad514494b550794dfd10e513", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "761af775edc445b586dd95c9e0130a6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "569613b347e344deb2d4ad3ed30d010d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6d6e0bffeae147f6ae6da8f051e48f8f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d57e55f9f9d240738407bec36ff9f637", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "938ad194f1b14dfc9f578db292509b9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "937876a091af49b5a98fea21e89f38b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e359789fa5f648a6b49c90fbe8703413", "region_id": "RegionOne"}], "type": "placement", "id": "4432fdd41fd24df289a6ecb2a1bec206", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0375aed1f6f442498fbfd465b2a8e491", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5db7787e7d5c464d9e87466071a2c10e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d39e4e09b5904d499dc6c20d1f43124e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "533e622992bc49979e2d2693d2dfd9d6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dbf51a5c862d4795882fcddccac06b19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9fbfbf8191384c57ab38dfa0d795ab4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b8dda99fd5964b04b086699e38f39db7", "region_id": "RegionOne"}], "type": "ha", "id": "45f6691793e04e138b590a05044ba0b1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "180c3027b1eb470c850256c1b1256685", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0fb9b5ffde4b47cfa3cde6a4c9424c4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "e64fed2dabe1407ca13d0b469457600b", "region_id": "RegionOne"}], "type": "reservation", "id": "6b66ade563254c52a9188e93abd6454e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7aa11039c5264133a7a743edad39715d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7cb143fc864c43b3bbd8c8b19a011b4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f04656c06a8746d7b98791ba79dc9a47", "region_id": "RegionOne"}], "type": "function-engine", "id": "276250b2df254434ae5e03d56c5fe6d4", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "54f076c9e0824cf6b6c70eef34e43d77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1c50e1d721474b428941e27747cd21ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9629be13b26b4e35a2061d7a77cfa937", "region_id": "RegionOne"}], "type": "accelerator", "id": "c393db8097a24d6fb516a43e776d65f5", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "26dc87c92acb4a1db5272383f8a9f439", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6ee64cc17c974fff94a64b8a70c72ee6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cba0dee9f4574687ac194b1ba209474f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "69f311ef1fe8416f84a295ffa347e60f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "67b506cecfb7450c95ede454a9adf09d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "42e664ffdfd34b9795c4b8e7c101d442", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "885c930ba0a14b398f38f83796b7e916", "region_id": "RegionOne"}], "type": "registration", "id": "5b50860ad9d44b9bad286f97348897de", "name": "adjutant"}], "user": {"domain": {"id": "33dc357220da46ca9bc026c415be8c15", "name": "5afbc640c9a84f9fac67e48f66a9d349"}, "id": "ef85fbb091804c2e8dae1736713d3917", "name": "27bf72b764554d31aafa9a99aba9a984"}, "audit_ids": ["2dd232f43e8c43628cc2744b727726d5", null], "issued_at": "2019-09-19T09:04:41.355294"}} 2019-09-19 09:06:41,517 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,522 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,524 keystoneauth.session RESP BODY: {"flavors": [{"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "bookmark"}], "ram": 200, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "name": "chocolate", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "bookmark"}], "ram": 300, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "name": "strawberry", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-09-19 09:06:41,544 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd/os-extra_specs -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,549 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,551 keystoneauth.session RESP BODY: {"extra_specs": {}} 2019-09-19 09:06:41,569 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde/os-extra_specs -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,572 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,573 keystoneauth.session RESP BODY: {"extra_specs": {}} 2019-09-19 09:06:41,592 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf/os-extra_specs -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,597 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,599 keystoneauth.session RESP BODY: {"extra_specs": {}} {1} openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_skip_checksum [0.260388s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,517 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,522 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,524 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,527 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,541 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.452480+00:00", "project": {"domain": {"id": "b6b5a4224ef642f0908776583f0d6b55", "name": "7f9d8b4681f645c5a159466600b4fa53"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "2c592a0150e04cdbb12b79023671c25f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "70b3b171f32143a38d29c5fdcb65fd52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "86d2a4ca4003440ebddff11cc54d2e20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9e159bc34c534a07ada54c1146e0cbff", "region_id": "RegionOne"}], "type": "identity", "id": "5a878952b97044378503ba4115fde12a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d617a60818384908bbd88dd52f4fd116", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5c8c9e898c254b94a2f05319f03bd6d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b3239e10f56b4825a104a0022d06595a", "region_id": "RegionOne"}], "type": "compute", "id": "a6e04166aa9141d2b098ff3e6fc2091d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "21b9524bdad64f68b7ef1f5d9c8c4bef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c76c98feb14d456db96770ff29381439", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "9f4284464511455d84e8e81a16ba7b38", "region_id": "RegionOne"}], "type": "image", "id": "0d740535208d4ee3b8a61f3cd784fc8f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cc51dfd7e54b4157a41841e9d8f5e045", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6bd1f2fd5bf7417a97784ad379b425ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5d1827b8bf5c4c958503600e06c2007c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7302fad00cdb45a6bb781b065f8be1fb", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea223d8e4ae0436b906fb5d68dff06d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4f3720e05504bf18a5e59f5ec0cc2c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ffaeef1486346499c0599f74bce1f24", "region_id": "RegionOne"}], "type": "object-store", "id": "97508ca15d1349cf99a9200a4f37a5e9", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "876614796abc41f78f95beb082364484", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f92b0eea43b64eccb77f144db6d1c18a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ebc08de5137045a790912f4f7a6788dc", "region_id": "RegionOne"}], "type": "clustering", "id": "483bd2943c6e4f9bbc1a2023d90a7392", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d04c46df3b7f4ffe9a2a1a4e13bc948b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "607ce73506724333ac21e0fa7c15e07c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2e5b5149a8a247479131cbe477844d15", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2a16b772e9b8473cb464015d5e522b25", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9bb3384b358d4436b4a59fa8db3d97dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "09be6199d8db45cca5c2703edebcfde9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e9484a5e08034171ab827d1b9a720219", "region_id": "RegionOne"}], "type": "cluster", "id": "498505204483469da0663f0af99e188b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "df5414dc50624bacbe1380fc62326365", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "68fea5471ad44e439b59fd07aac24a56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f55a95a79dfe4bdf919fd5aa434a39f1", "region_id": "RegionOne"}], "type": "data-processing", "id": "a4191c981c734f3897a336f0047e5a98", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "135c6f76b38a462193924a05d995c0f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2af6fa76a40445fa88ea72624c918095", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9e955a070c764a5ca4a8f4f9c2af577a", "region_id": "RegionOne"}], "type": "baremetal", "id": "c9bf0e0345654c1f87804cebb687c469", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "91e949db412e4032b090c0b436af9712", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4074bedd189c439ea39631459a5bbecf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "14ca607fbe04453d8fd85f5dd56a68e2", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c86641690f804c5caa7bf0f8a97e29aa", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "abd8078056184e25ae6dcf6877ad60e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "04db2922e3a24d8bbeed9df8d0bb88fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1136e12f7b10495c8b2916839742a9de", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f698866d105c4ce2affb6198059607b1", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ab9cc5ae210e4e33aabed28a1c20a413", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8657867c796c4730991ad1b1bf81f0cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8f35afe3cf854151860f66850f93ad80", "region_id": "RegionOne"}], "type": "key-manager", "id": "f87d845a9ff24a399da7fe1026a075b5", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "29f8be3adbee4d77b07c0ba9f675b485", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a8ef7aa7f0b14669bbf5425f29a50b02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "430740ca5a8a438095c9c6adcb992e03", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "7959ef9c443445fead01dcc5e97c4a1c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8dba6f4f0b474271b78a80b5ddc47819", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c839ae67de5c401aa697d7db78f91cdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "388de9251a3f452e8685dc00bdeeaefd", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0e756a253acd4b61b5cf70668b33314d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4396e64e29ad46a5bf8e85cda3c61bf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "24f54a8909d24d19b59d3cd25100e789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "df427853bd2f4acc90efa5d5bfaba710", "region_id": "RegionOne"}], "type": "message", "id": "bd4d04fef221449c98c561407332798b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "78f4d663219b48459374e2e474a6070b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "50fd0a087a8d46bcb257e1a254a008b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6e0dc848c1b54ec28b9ccaab2818ee41", "region_id": "RegionOne"}], "type": "messaging", "id": "174932828c1f425f970d8e1566089ea8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4f0f80ac1f024263b2353b12742c15ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "59ab7128001c414e9771e392c64cefd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "369f66f9448f40b4b560a72bf36787c8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ae99cfd9eb28450c9a3dc32c275f690e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8e0001079b1b45e1abb7c2942da5bd8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8b0731e08eed4c519faed3c514130fc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "80923b55dd664c96bad194a49a7f8b3d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ab73e68cd9e34a698e54d330d5f9c994", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "445640b2a1ee43aaa7d76d37d7d71c7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d8d9132015e04f1194523e1fbded6921", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a5c5e2762b4e4af29981be047cee0bda", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "9882eb57436f41319c35e78ea92e9864", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "27048c23816f45f395ed9ec8f2b91bf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e97eb0ec6d9449a6940261fa8965d45b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "326b8c73ee98435f9f97d9b74632e09d", "region_id": "RegionOne"}], "type": "container-infra", "id": "0df5455a76744614a99df7b98c61f489", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "26071ec1b27c43d4859eccb65a1a7bb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ad77860b5d1d4871a2f3d1c3d1de4786", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4821213814fe46a3b671a14d2404ecea", "region_id": "RegionOne"}], "type": "search", "id": "572c807ee1714dbc804f59d68dc8e11a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "69b31facca4e4fffbd80933a140b86cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b03569cb64c34125b0430220cf6ecebb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e86ebb048e234d7189590b5ebb71ff20", "region_id": "RegionOne"}], "type": "dns", "id": "44b2e7b06772433f90b994707f5e3d9a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "503b79cce0ac4064b4a75f6dbd811446", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "00110d8c865b4cdbbd27240bfeb532f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7011a157b3934744be36b2bfa33be908", "region_id": "RegionOne"}], "type": "workflow", "id": "b871f465b95e40c8af2220bec3f7f5d1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ef65d5580c24455984270b5757139da1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "899e707832b1419d940a7c8ad0bcd214", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "25bb50187f154571a1732855660f0458", "region_id": "RegionOne"}], "type": "workflowv2", "id": "89cc7fb3f70440b3bbe784fe0bf28237", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b6ee0c07311440f1a793e341774e1b9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2e4c8f16bff342a78526d9680da942e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0d713ebbb9ae4257b917c8eff4710e07", "region_id": "RegionOne"}], "type": "rating", "id": "f6d46eaba64c4ac796a775c786ecc3d7", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "db00fbafb73144a4a59c2d8ca275b5f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "74c3226d1d374de995e3ea4f652703bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ef4b7463da0044d28f2d7ec268a88a10", "region_id": "RegionOne"}], "type": "operator-policy", "id": "39aaab3681144942b14dc9e9b515ac55", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d3e6716b2416430fbb4fec1390e73112", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1aff6069855b4fa0b6e17b3a96f2f6d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "57fb5bd048e94173ba0990f22a281412", "region_id": "RegionOne"}], "type": "policy", "id": "912d0d13bf7f44f1ba719107b472895a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "01693ca283ff4e5582622bf0bcd12db2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3abff36053054f3f83833908ec474e78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "782d4aa8506043e8a72abddc79f77fc9", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "545993fb36c4422186d4018ccb91fee9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "81a5886b272446e8bd6f74d4558aeb7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fde2fc2794774fc6811e2f6bfcc99035", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6220a0cc6e894f31a22661c90d7554bb", "region_id": "RegionOne"}], "type": "sharev2", "id": "dbbea12cbc9d407c8767ef7ddd0722a7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "025aaa7726c5433bab5dd7982be9c35c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "21ff13e9a3cc41a4a44e01e858e5642f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3b03d371a58d4e72aac78a36db598685", "region_id": "RegionOne"}], "type": "share", "id": "4fa6a6c8dfd44ae4908d669fdc978329", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a66e221bcd7f48849ea3185bdbe29070", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "aac710df5cc1468e99e34a5dfdab6117", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "bcb7f3fadf9541d69df181d002e10314", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0264b5e1724048d4a3831b2a31a8f499", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c88727fb33954267adbd8da5b40fec4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7056451afb7a4100a60d10b2d246018b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c9e579ec564b44828c2e9e6573ebee3e", "region_id": "RegionOne"}], "type": "orchestration", "id": "bd2255db2fe84e38aa85df538a25bffc", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8aea49e50f8743b89db5508c43f82b69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38c51d7a0a864088b145f3d280dcd4a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82950086944f4933926f797b9dddd17a", "region_id": "RegionOne"}], "type": "block-storage", "id": "4a70d1d8418e4d72ad4134cafdfe32f8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38c85d96db5c4962ba434b763cc611ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4765bb82f2cb4e2c99b6bb87a82d8696", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54a6b8cbc1994eef95b92286ba651816", "region_id": "RegionOne"}], "type": "volumev3", "id": "c6541bf15b294109bfe852794318df7c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9669282d43d41a195cfda60c0380813", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d99bc9905e444102ae2dcacc068b6f41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b6825d69c3e4465bf934e9f0aab075a", "region_id": "RegionOne"}], "type": "volumev2", "id": "8c0d48f501534561a50f5d20a774c930", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b7b0274089542c0afd3feb51c1587c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f668eb16191044f5af0d14f28ca1f960", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb7dcbbbdbe64974bb89181b544d85dd", "region_id": "RegionOne"}], "type": "volume", "id": "52b8aadbb43f4447a716edc7f2ca1b02", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fe1f32853ff4b2e8fc14225c0844765", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc31f20774d04185afe6d145efba6ea7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "831ba67f13324c98b42a8cbc9b0e0d0c", "region_id": "RegionOne"}], "type": "block-store", "id": "254c23b2d8714f85805888577b8eaed2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c3ba1d28fc2e4862bde5bde635a83ea4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6948941d4eb149e786a3344d51873799", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d1b20e956f324c6898ad849b2e3d45d3", "region_id": "RegionOne"}], "type": "alarm", "id": "02bb5aae2e724c8f805115cd7ce55336", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "811b808452ee440a8b09decf419b5bc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e4501431ed7042cb9e57bbd9246fdd94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e36f69ed321449bab24fc0319e37dc63", "region_id": "RegionOne"}], "type": "alarming", "id": "3096c9fd65bd4d2c8b851b4804e43044", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4b63db683b2a4d369fc70b7b1f5c261f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2f675e2e8d744865941641d89a579762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bce15633ae9e45009277de7347e366cb", "region_id": "RegionOne"}], "type": "meter", "id": "5a5878402a8048e2aa69710bae9b2a41", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3ac80e367972410eabed2fab1a835cb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0343381129b9452f9132628630d24e27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "172f6240edb74dbdad96b0dfb1615036", "region_id": "RegionOne"}], "type": "metering", "id": "f4883b6d85f14c889cb8d85085be6e23", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a447f25e42744283813fd1d64a8890c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5467671f43a74c3f9c6f2f05b48003ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6b4451bebcac48a2bbcce0fca2845895", "region_id": "RegionOne"}], "type": "telemetry", "id": "5a63d4f8d0884e5487b3834404a34e93", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fa72198ffeca467c8008b8969f78b280", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "19ff7520d1ac408287ca580f9ea1ee55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a56f6bb19b454b5498b4ee623450647c", "region_id": "RegionOne"}], "type": "event", "id": "20befca265ca4da6b23da388b91c30a9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "260f3c7b49324a6e86ff6d8156e7001a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "143e6e8e6e614765a6b372ffad77f373", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "12bcf1d283f74077b3b38d54e32598d7", "region_id": "RegionOne"}], "type": "events", "id": "04a45432f8e14ad2a8f900e695ba8078", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "86ef5c09f2884315a9119edb614fd855", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e3f48b9db1064c81bb95065324e0f8ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3a8724642d2e42ddbd33ea56232fbcb5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2a558e09fdbc4ba987513e9c032c8cc4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fe7620273e554d05b11096c719b8d1c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0ce7cbbddd5a42b0a7b6cacd50663873", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f7e0f6af5bb4471da895f487f55abd7c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6f8ed644fd1d4cb09663465894418cfb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d8b62991beb14c59beea5edcb49b6c82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fd816babea144162a84d56ce93ee1181", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6557d2285afa41b284aaf0b1f23f1f36", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ab02aa1211b9494e9303a3b84a625cb1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f782d626ebbf4710bbf57b63978d1f3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "56dcaa524d624a749e715a910839f686", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "aa8fde9a030b4addbe9b13f7377f77cf", "region_id": "RegionOne"}], "type": "tricircle", "id": "f2ccb675f4e54f0f86798b0b86ef9481", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "394f13f50f624a9f9db77480bed0bfe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2bbb504f55bb47f4bbce1803c653153f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "88eabfaeaac049fe9b5a4b5579117128", "region_id": "RegionOne"}], "type": "database", "id": "45744728aefc414ab00b7f094cfc7655", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ba8299df52bc4dbb9046527a24aaf0fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "932cc6c5665f48f084679a5d5774856b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ec527eed619c46328633a9c70197b304", "region_id": "RegionOne"}], "type": "application-container", "id": "aee05233edbf409fa78e9a5190a938c6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1808033cc96649beb56f5891295c9503", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "13d2c044f1db417e952677d8f74a1f9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4414c73e922a4490a8a6e3450c07c2fa", "region_id": "RegionOne"}], "type": "container", "id": "8f6a8acaeb56483d804ddf41d9044e66", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8b338b25b8544220b81afbc4067ce98b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "704f5ad05c2c4ec08a74708756063d20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7dade649cb2340e7a1eef70a9510e092", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "748547221f3340fea2e7a21be9948552", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2752e8bafe0d499e9d2d7897d16be694", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d72a898eeaf5457ba4efd713b74b8a59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "56412ca4ad8a45dc94e0f5a2a50d80db", "region_id": "RegionOne"}], "type": "rca", "id": "7ba9da3b17134c1ca3aa1414f7e65e71", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7ce9ca799a0c4a33a845f5d01e0ef803", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4be5935bad2c43268399a60bc473e64c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e2611a76b4e04a77a75b73ca2de66767", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "eeb19f2984514411849d96069829b223", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6eaffa0a5b2c42229724e2c364d563e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bd77b3392d1f4e348f5ff485dfafdc56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7890ff5c4cbc4b5bb6f12c08f9e652c3", "region_id": "RegionOne"}], "type": "network", "id": "d01d6e58395347efadab238ede16431c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c69741dcb6114ca7860bc4b70bac07ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "69739d70778d49e0bd333378579272e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ac80574400eb4959b0da4d9cd8e4773d", "region_id": "RegionOne"}], "type": "backup", "id": "a23ee70408ae473294271b3b0a04303f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "edbc011ea9df4ad89d40b61d67e15b4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9b56b24733ef4a62bc0315a58af87269", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3bbb815b8d1e47fdb12c9a785ebdb9e5", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5871ce1f38c94b7ebd49d2ac5da53281", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6cf60f91df364ac2897e12ac6340d43b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b828449cf6f240b084cd7a086a1e0e1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a6308436e769469bbfded42e0753312b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ba9c89a9077649c680f990a67ab87131", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e5febd5925f14b7bb73578bf473d5974", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "afe2b089200744bab53ed180324514f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "17e23222e5b048bca23df58ca8968338", "region_id": "RegionOne"}], "type": "monitoring", "id": "8793b5b0c2ba483293a43aac35d2f385", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a6ded29428bb4621b764a47b7778f473", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b747c81822f547c9871d106386670678", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7163d45a711e423da3a46060ea48db86", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3977eb988f5d4583be1c3d04025ed26a", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "247f08b30eb745e5a5e712f617ce1fda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5d8d0e7d7cab4577a31e166c0f2bbeb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "571ac69052a24018b179fd2f1a105b92", "region_id": "RegionOne"}], "type": "placement", "id": "70e9530e7a2c40c69276cf1a9886e075", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c179fc0c8d104bc98ef55242a1355403", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7de8729137774b999fec54ed23801a47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bdde37677e464dcaaccf5b613bae62c2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "576d80027900454c83b9eeb4603854ce", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "55c9ddd8815b43a1bffe38a6de46912e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "de816532a54d4ea883040fc1f45b71b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d8e87f25f733414982ee7db9dd49bcb5", "region_id": "RegionOne"}], "type": "ha", "id": "c851c198dd964e0f92000694b86ce889", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8272645b617d4566bdddbdedc111b4ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "49239ef263474fc3abb639c43e29bedf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8fb160514f8143d8a8391e8b2ab0195b", "region_id": "RegionOne"}], "type": "reservation", "id": "7018e8ac147e4ab888863106153fd2fe", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2c82c34f73634f269b2405f5769c44d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5b752be80ba846aa882513965f259efa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f363953a0f4a4aa093921c48da9ccc04", "region_id": "RegionOne"}], "type": "function-engine", "id": "23778915ab884f9a8c4eb6b170efb77c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1ba77be4a2b34a62afa4dcbf1b8df1b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fc7c3524b7fb410c8672e3306b275f90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9c3e7cd2c16145dc8c75a566cff005f5", "region_id": "RegionOne"}], "type": "accelerator", "id": "531c0e903f39486fa67b9152d57f0271", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e2ae52d7a32e40eb92a9ce40dabf96a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "296811e2269a4ff0ae41ef83888f6de9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "caab4c1f80e14a31a2efd4883202bdbb", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a9460fd8524f4b43ab87e5edefc52e96", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8c26bc3dbef940adb18d4f1dcdf885d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7a94efbb5f4b416492d9ad37264c1ed1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "49664fb8293f4fce9836ead8ab5ed73b", "region_id": "RegionOne"}], "type": "registration", "id": "018e443a3fd747a9903cb86741f391b8", "name": "adjutant"}], "user": {"domain": {"id": "93591e92db6943c98bbb8cefb74c9ce1", "name": "474b613199164baf82d3e20827106d8a"}, "id": "67ca9690f1c6408eb2d6b67e7b932d3f", "name": "38594fb5b723460c92820d5afb350473"}, "audit_ids": ["450acec14b064b7bac247b227a178e58", null], "issued_at": "2019-09-19T09:04:41.452480"}} 2019-09-19 09:06:41,572 openstack Calculating hashes for /tmp/tmpyailT7/tmpg9nZjR 2019-09-19 09:06:41,575 openstack Image file /tmp/tmpyailT7/tmpg9nZjR md5:8db540978b79c6b1bec84f8395049f70 sha256:6ac7d58264f1d35bf71dc56eaa351afebc044ae348b85501f2fe80f4e20d74ab 2019-09-19 09:06:41,651 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,656 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,658 keystoneauth.session RESP BODY: {"slo": {"min_segment_size": 500}, "swift": {"max_file_size": 1000}} 2019-09-19 09:06:41,675 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_skip_checksum-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_skip_checksum-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,679 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,682 openstack swift checksum mismatch: /tmp/tmpyailT7/tmpg9nZjR!=openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_skip_checksum-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_skip_checksum-3 2019-09-19 09:06:41,684 openstack swift uploading /tmp/tmpyailT7/tmpg9nZjR to openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_skip_checksum-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_skip_checksum-3 2019-09-19 09:06:41,701 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_skip_checksum-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_skip_checksum-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '' 2019-09-19 09:06:41,706 keystoneauth.session RESP: [201] content-type: application/json {16} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_cloud_missing_fips [0.373288s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,486 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,491 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,493 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,499 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,512 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.419656+00:00", "project": {"domain": {"id": "35237d3cc7a14410800a80a5d4325887", "name": "a6f2b7a3052f494fbbafb1edaa54a69d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ea47c15fb41247bc95f8f98f8ad4fc8b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1f2ba2f3e6c84f0987efbc8726eca0ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e4ac5e1f275e4e3d858750a766544653", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f034d307e66b4df28bd053e43f1b3961", "region_id": "RegionOne"}], "type": "identity", "id": "3e66e3fb40534ef0951c04d2b3a3bbef", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f69a4a9b87094bd2a477bff01ebdffb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "659bb690418e4866ab312494207d148f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "108cb9c14dd1476fb89575e92cb49160", "region_id": "RegionOne"}], "type": "compute", "id": "eb8fea49c8e4493287159b71844df88f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "abfa3dcaa7ad46e4ac9abb23c9e6964a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0bc6531c5eaf4d3d9c1b8fc24f2a913f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2e91ad6ef2eb4bbf948fa99ebb9ed642", "region_id": "RegionOne"}], "type": "image", "id": "75b4f427ada14357975ac237cc765282", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5418bafc9368424fa5ba8df734d22262", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b35e1702cd0149bcb2c2424fa5c35d75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "63a6c20bf3904a64bb183543b17ab261", "region_id": "RegionOne"}], "type": "load-balancer", "id": "472c5280dada47e0a8cdf2eb73b91a65", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03c5ce5f4a5747289595de6ae524006b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7b688fd72ed4c7b9e0412e266b824f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c10a5b0e99f445aea0afd3ac7fb6f030", "region_id": "RegionOne"}], "type": "object-store", "id": "3ce04b84d4b34ac3a05d856422bf2fb3", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f80b5a96cad843c4a326ff271569b1fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e9413faac7704ca7baab4e4d98baed25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "029d092168b34f8c842a0e8de84b735a", "region_id": "RegionOne"}], "type": "clustering", "id": "cbafe468244b4f9da67a4910f79c9019", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9d4e754dbf2544e49dfe999459bb552b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b896e88ae94c4286954a37778d157a65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ecfa45eed90e4c8a826351f470fc954d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "03b2985147164f4ba4cef7ff08cfe0f6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "01e067bafa884d529b563111349fcbb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "97a14409457a49d4b4942854e05e318d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bd0429d5306449f0a35949b84b14e626", "region_id": "RegionOne"}], "type": "cluster", "id": "3d104bf45a0a4673ae2200cf1fb1656f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "07e72e8360534edfb547a82de2215f3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "eca9fa0f489f479d9ad2a45f7e2f4833", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6c5566903ae74f4995c71a2b3619db86", "region_id": "RegionOne"}], "type": "data-processing", "id": "67122dcb58554f09894fd7b16d58dbb3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "90d6c51f02154bcaa155035df60e82d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b69fb0f8e43541f2b42a5c63173b2d11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d99db6c8be3d4113963222a1633440da", "region_id": "RegionOne"}], "type": "baremetal", "id": "9ca3d138d55449baa291fcf38bde0ac2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "eac75fb1c1924c63ab28d55930ca48d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1f58f547e6c94015a387672a310bfae3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8a01f18da93d4d4684d035d50df32ede", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a4fac9b45dd84e489c02208ba436e765", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e6eea00de3654e019bcb60f0e4a9da12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "095a54999adf414183ae2d01d88c02fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f08a69cf58ae4e11a0dac22d28668b81", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "70a3ce5c50f14852be00d7e82e6d8927", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7bb6acf254ae45ab96a734b9e3c3fab7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e4477cdc1c594ed9b4f8d35637a7173e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0e801eba95f7420cb29417a9397ae8b7", "region_id": "RegionOne"}], "type": "key-manager", "id": "e3342faae569473183f5c1817508cccd", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7f8f61c9fd76407794b8485caf64ec5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "23488815e39a47b0868b8b1069bb0fdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "89874817abec44e5be73ffb1ffc27c40", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2b99c719ad7348fa9e9b66fb6fffff8e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "01cba9968d1b4e2fad5390e8f95e0b51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2f5d4fbd8e29410a9dcdeba77ea8c96c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "79c0a1e103d642cf8d6718f8be5656b1", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f23696208de7490c82cfaef54a04b641", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a8070415e0704adbac4669ce4cd4addf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3127b5a6ddc64e4395379d471de18758", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "33ede8892b064df186d693b8fd3f2da2", "region_id": "RegionOne"}], "type": "message", "id": "3728b2e2a0bf437a8be95a28b5a94fb7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8c9b9bc862ed4b07bcf9015277d1dc0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "679721f9132449669b01a99a8d40e4a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8433bfb2235d4ad4965186c680ab28bc", "region_id": "RegionOne"}], "type": "messaging", "id": "eec7916f48734b4e996c2f2e10173299", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b1f255dd3cee4f56a5c19ac553491fb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3e68153a0ff94e7c96e939d197f762fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1362fd9a61fd4533bb3c32ec35c4c632", "region_id": "RegionOne"}], "type": "application-catalog", "id": "09a85fa47260483fb1fa3bc5ccbc9952", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b3662093f2b14d5998aaf25a73de761e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "87efc434016a436a95be638e6d6eb505", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "963f46a18a134abba84d60c82e6de098", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0d33e4e7dd8b411c86c4752647d6927d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ae9bdf8d5454e46a42264246ddc1595", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "43ad66d837b34ba991c941970f9af5da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5f5f838a11824d4d8c75b68588e176b6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ba3fcaba36b740ee97a9a78894f0103b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a9833ce658c4ff09448859a901c3f06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6383e2418d32480ca51010ee20322998", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4fd1398b7db344b288551f468819ff3c", "region_id": "RegionOne"}], "type": "container-infra", "id": "61ea66f803634837ab29ca9e09e10dbc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a91f2cca6e8c4aac8ab9b07138c5e218", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c651ad16f5f1424085adc80656ea45fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "16d4578ad11844d8be95613e2eacdef3", "region_id": "RegionOne"}], "type": "search", "id": "6fd5408ad6a047e0a758c5a3f00781bf", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "713e0b15ae3942a6bbbb52c2b614b56a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a7a22d93318745f9b60e6945d5819f88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f3a63d14bcd446f897685549883bafdf", "region_id": "RegionOne"}], "type": "dns", "id": "3d1ea651868740aab8ccb2d0916643a6", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "29a88252b95d4eb0a3806b814263be04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "163c97c771674d4e853f8296402d46fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e4e6ba2f3a6c495c9729795cf7aec348", "region_id": "RegionOne"}], "type": "workflow", "id": "23d558e1bfd04a1caca315105f6c36c8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4846039669464b759e21d01f7db44005", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "887521cb1529419d8305c34d0712ef8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e26afc6726114b53ad8175dff966dff3", "region_id": "RegionOne"}], "type": "workflowv2", "id": "eed2af88f69949f7904c29e74bf069a4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "877ff31ddef140fbbd46458fab575b1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a59d7014d83844e5b9db749748dcc9c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "cee616b92f8e49db9e65af484a06cb67", "region_id": "RegionOne"}], "type": "rating", "id": "afb9f80b14d849ceb72845718a73e4a4", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a3fbc486cf0d4b21b6294cc06301df16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "12a3fb5b34e847ceac6ec7250278d11b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1553eac2dd184b7dab0c6dde6bb3c2ad", "region_id": "RegionOne"}], "type": "operator-policy", "id": "804ed71e50f146b0a2163af20c33d668", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "91d604cd536f46728a3b4257e21a5bf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8457163399934b4db482e46273e63250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "044926bf58ef49e596aca441c19d3650", "region_id": "RegionOne"}], "type": "policy", "id": "603c5e3f65d845f594b384106657e643", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b6ca3612c8b9417aad54ee2773de1164", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8001174eace647a188fc5c9f56493dab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ec69be0c81e74940b49b8bc528a0ada7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0654e59f86a844e989b1ed4323499e43", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "74656e226f2840d3b0d1629915e6614b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cb7dc3ba7aa14f808a7954611e80ffa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "88ce75234ff04f3fbcf030c309119533", "region_id": "RegionOne"}], "type": "sharev2", "id": "e3ebb8add5e645a8b9bc5c354cb9b59b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e4fc294f3cb24d3d874fb133375d92ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8dfdcbe578b74cc681d245f6f22b0551", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "36c9337231b449f4be0047a3b9746c9d", "region_id": "RegionOne"}], "type": "share", "id": "968287a9cde048e1bad3efa6f2ebfd0f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "62ea0d6fe7f54e078266164b7bd94956", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "697cdd191e884b92b32b85119e73dbec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "cd1c57df98e94cf8a21c8f8f4d6385f8", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "17f4d4a602644afb86c09ff962a90e5e", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d8af868b7154d7f88996083e55521e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed4915eebfa44d479c290d6fdcbcace6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8dd45436c0ed4432bd6b277f8a84b254", "region_id": "RegionOne"}], "type": "orchestration", "id": "b7a26424b78043bbb896a661acd91f25", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca45b6ca734b4b6c817fa9972cc8be36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47522abf312d445991ba6ec55ebba7ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0b9935c07814fd2948b6c382b1ff1c4", "region_id": "RegionOne"}], "type": "block-storage", "id": "58147a8a66f44da0902d4117fbce7790", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dacb442143fd4eeca403fc518b3a7dd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "988c1e2125474951b8a688a3f6f71755", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "797f336b0ee047cea45595bba976c4d0", "region_id": "RegionOne"}], "type": "volumev3", "id": "7aef8dca23de498cbcc3e8d702088973", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32e7208e284b4e4f99fdd66b3e5bbbd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8bb80f7d8f7d40048d1ec9dc861af13d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4cb844be8a9c43c7a70799904cf2356d", "region_id": "RegionOne"}], "type": "volumev2", "id": "461d85a7efd34958a84d9e8e5088a5f6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed41101c08524bbc86f56cc0f831fb94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1fe2e32c97a54e729cb0e6db5342d825", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16f527065f374d2394ffac0297c49828", "region_id": "RegionOne"}], "type": "volume", "id": "e06e54ccc39a461eb127b957e76983f2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "686f652468d94a04b381e2d5479e6f5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f61988dbed904f4d8082b64c5920d629", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cbff18a399b9443e80354b86d42d7713", "region_id": "RegionOne"}], "type": "block-store", "id": "e613c52d261a4eff81cb5dd1ec029d2b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f05c5f51a3224c9e837ef5c98321c7b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8989fbd35f3042a5865698cc8750e6c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2d0d914cf2e84dbab85c9ce4c8f09745", "region_id": "RegionOne"}], "type": "alarm", "id": "b453b42981714801a1d8bb13f0a776cd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "09be993bea14450a8f1d9e50f5407d07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "69c1e19895d64d598e702ebb086b13ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e6553eed832245c5bcc57408e04039b0", "region_id": "RegionOne"}], "type": "alarming", "id": "beb1b71c95b04f87bb6048983ce67417", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "32898e6fa9b4467fa0813a68ff2dc84f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "37b75dff11c2404d846f9d5f482e7793", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d0793ca6448449b1b8420cea994bacaf", "region_id": "RegionOne"}], "type": "meter", "id": "40c29f83133f4c6589e4276b5a573841", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5868894fb12446f1b1fd598deb9fb1da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7efada69a1c84e769a479a710fa29eca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bc7d14aacf7941d785a5bbe35752244d", "region_id": "RegionOne"}], "type": "metering", "id": "0ed8780f7d1c4f5f8fc9bf28e65adf6d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f2b138893c724194a3c5a80a1f46a4b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b868a96e6dd2453aadcfb133a1a1cb7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cb1e89604ebe425d983b9c6337de0669", "region_id": "RegionOne"}], "type": "telemetry", "id": "23a9cb5c9a3e4d9496f0800c8d15d22e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "68233e31ab47434cb91249b5b57204fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "68f53f81c09a46d3852161e0f2ec72c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "12da5893dbc54273ad220ee18a3ad944", "region_id": "RegionOne"}], "type": "event", "id": "db8097d3a39340399e17ed95fad54f0a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "eeff0354d1564944bb19296638114346", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a4dc39ad0ccd4cb798005c8cb63509c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "497b62329aa245de81e0b503fa206d7c", "region_id": "RegionOne"}], "type": "events", "id": "424966dacc534002bdebd7da92edc734", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "05c743feb4d645c48ef61219ea98a794", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4170ce5fcc9f4caa8c86553a38cd2909", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "84df75eb68304e7c9a1164d6d1aa2dd2", "region_id": "RegionOne"}], "type": "application-deployment", "id": "691abff20e5d4841a959b86e3e7c42ba", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a70bbb6d62e548dd9c58caf91e26acd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e5640c25144e40c9830609ff54d0eb6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "82b5054d209a418197216ef91668d840", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0e9fc9bb28f1430fa021122590528176", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "072b22af77204c99adc65f3bec363578", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "33444b526f3d48919a21c4b6fee50454", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b6180ac3b82742e1a3ea54a78ef4ef15", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b40dfe9b3d414853a17d60eab79f9984", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "73b84bbf614a488785d215f00dfde790", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6650384d4e8c4889be2d9a0f52e269ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6dc0d77a01814474b08b77b4e26ce23b", "region_id": "RegionOne"}], "type": "tricircle", "id": "afaf389208474124b979097a8c737fa9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d1be815eaf6c4dbda6e8f7db5f2b455b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c568383666a242cb8dfd5100c3b1e6d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "fc682d3b4faa40c78c28d1f10dbc378a", "region_id": "RegionOne"}], "type": "database", "id": "2c0b719fc7684ec4b50cece019c52fa7", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "94c3a62e9241448dbeea41c4bf034828", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "63d86550ddb84064bb9b217dc5d07b85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "46991e4b75944ea29935a109bf330eb8", "region_id": "RegionOne"}], "type": "application-container", "id": "47e59887ce85406ba4b19a78afdcce60", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2996d4542a164a07aea517db42868a1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bf73a3d71e4b4986b6ff7dfb5f1f3f57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ba7338b80fe04b27983928a20709a094", "region_id": "RegionOne"}], "type": "container", "id": "6f1be3a676624684bb6c14b2dc5901dd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "43560e951673486094543b8bcde37d7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "95347ab370a64c19a18eedd3e4e339ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "38e39327b1724d3e92793a6ece2dde01", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "514833796c034415bf898440aa07afaa", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ff606116b7144e2e98e3f4fb9eea0711", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "43d9b92ebc3648b3be83ca83eea4da31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "62153611722940b587355672a39432ae", "region_id": "RegionOne"}], "type": "rca", "id": "fa75d1fb4ca24f1f808d5a0bfbea55df", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d16b214a01b245c8859fc6a35ea655ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6aabe11f909e454488d3b9f433acf462", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ba4aa8513ea44eda9a11dfa1b0769c62", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2d747b2e62bd47aa8c4b88c42cbcaf80", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "98e80e6529ce416e9878bde204cfd5d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "665b180c24214246b5ae43cdd9ba11fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8180574b85b74ba082299ac8b74b6e5b", "region_id": "RegionOne"}], "type": "network", "id": "935bbf60454b4213871aeb02c65bd98a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5ae171df106c4960948447ed9dca9083", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "bdc310cc29ad4735bb816d392951ae7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "88e76f6dc8174f3bb9f66821bc1f4747", "region_id": "RegionOne"}], "type": "backup", "id": "6b585841c5844eef9ef3285e6eb21fd0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a3b3c363a86d4666805b63aa95d22327", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "83d52f6c85b146e7895fb7b04b313849", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "484acb17e2e2429a93be1c34727b708c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "77c284ac422b4f8ca5144f47a1e97fa9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3596e6acfdd44f888f0f08ec4e9c1e5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "95d2b3cba376438e83c8ee591231cee0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f38e5d76c92746ca91958cb9df1709be", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "eca9425033a54a5eb31012932a4efefb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "776d0f836cb047aeb7fa9a69686699b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "646a46f5dca94d0eba5612f9bd186a39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8ce32ad7c464419bb54aec8f313ddd4b", "region_id": "RegionOne"}], "type": "monitoring", "id": "ef509425d5c64ee89027be1806aa6680", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2ce33744fd404123a6c5da79a38988bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f09b8d0e28754944874a888635089b3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "bab288021c75451eb3b6e4fc81821fa9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6db9ebc666f84cb5b0c6ae7976a1f40f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9dfedc81b74c4ebc97002da39215e1e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ffb92a21cb23437b8570b734a9abe7ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "56ff814149564f57a8a2729ddb207bf9", "region_id": "RegionOne"}], "type": "placement", "id": "a297427d637d4892a5981751255cc03f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0286209c99c04d1b8d66247498db0cef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "767697446d914324b48dfc63f5d33114", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1201983e753f43e4a4837caa69d2db30", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4ae1247a724b475d8c6dcff22c858fc7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6af3f78456fc472c88626b1e44533abb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f1a888db6d714e91a6feca939f4f074d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9d16fa74ae6643c5993faaff4abde9db", "region_id": "RegionOne"}], "type": "ha", "id": "db6f5fd40a214856b2a8ec54cb6b9e51", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b6b5851bc8374eebba7b1752cc2e3154", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f3b20a43a74c4514a3c1489647d0ea65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c080718c385b422eb3d06b1f907d86f0", "region_id": "RegionOne"}], "type": "reservation", "id": "2b3cc2b3b47943779663fdeb9d45aa2c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b6b29e2e84c6491e8150891912cfc960", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d9204d2c0c34462f821b17a34d5cadfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "9e020b1bed0844189d214589d842e3e0", "region_id": "RegionOne"}], "type": "function-engine", "id": "5ac41f8fd65d49c0a4b17d6f3d556fb2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "353ed65500c34cb78e5ccfc67bf2d87f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9ea8d0f0e1194bbbb6e73da076d223ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3fdb62bccf9b40b1ae1562524025bcaf", "region_id": "RegionOne"}], "type": "accelerator", "id": "1d76b4f4a68844abab357c104ebe4c26", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cfe1f763da434402a4cc5f40fa31ad3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7dcb4899398a4e868e81c10a4b849585", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e8f8a52fea784808b0db54baff4fa44b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "15ea4856a677485ba48f1b87dbd85c6c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9441ca0a041644e2b1cfaba25bac55d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8da64025446148b18d0848286223800d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d92b73ba09294420bbea78a939fc7741", "region_id": "RegionOne"}], "type": "registration", "id": "f2cc85c3b332493c8cf3c2075e5ffe76", "name": "adjutant"}], "user": {"domain": {"id": "598c94bc97f6487d8981fad672e176d2", "name": "edc4fff3e2024e6aa35d2668b17449a0"}, "id": "5d4fda5e60504c179404fe0889ab4112", "name": "5bc1b22679cd45fa8d7325ec0146fb76"}, "audit_ids": ["fcf9d5e2843245e9813b372009883120", null], "issued_at": "2019-09-19T09:04:41.419656"}} 2019-09-19 09:06:41,592 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_id=test-id" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,597 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,600 keystoneauth.session RESP BODY: {"ports": [{"device_id": "test-id", "id": "test_port_id", "mac_address": "fa:16:3e:ae:7d:42"}]} 2019-09-19 09:06:41,603 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/floatingips.json?port_id=test_port_id" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,607 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,610 keystoneauth.session RESP BODY: {"floatingips": [{"floating_ip_address": "192.0.2.99", "fixed_ip_address": "198.51.100.3", "port_id": "test_port_id", "id": "floating-ip-id"}]} 2019-09-19 09:06:41,613 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,618 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,620 keystoneauth.session RESP BODY: {"networks": [{"router:external": false, "id": "test_pnztt_net", "name": "test_pnztt_net"}, {"id": "private", "name": "private"}]} 2019-09-19 09:06:41,623 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,628 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,629 keystoneauth.session RESP BODY: {"subnets": [{"ipv6_ra_mode": null, "allocation_pools": [{"start": "10.10.10.2", "end": "10.10.10.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "10.10.10.0/24", "id": "14025a85-436e-4418-b0ee-f5b12a50f9b4", "name": "", "enable_dhcp": true, "network_id": "5ef0358f-9403-4f7b-9151-376ca112abf7", "tenant_id": "29c79f394b2946f1a0f8446d715dc301", "dns_nameservers": [], "gateway_ip": "10.10.10.1", "ip_version": 4}]} 2019-09-19 09:06:41,713 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,718 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,720 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:41,743 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/test-id -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:41,747 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,749 keystoneauth.session RESP BODY: {"OS-EXT-STS:task_state": null, "addresses": {"test_pnztt_net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:7d:42", "version": 4, "addr": "198.51.100.3"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:7d:42", "version": 4, "addr": "192.0.2.99", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"name": "cirros-0.3.4-x86_64-uec", "id": "f93d000b-7c29-4489-b375-3641a1758fe1"}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "1", "name": "m1.tiny"}, "id": "test-id", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "192.0.2.99", "accessIPv6": "", "public_v4": "192.0.2.99", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "public_v6": "", "private_v4": "192.0.2.99", "interface_ip": "192.0.2.99", "name": "test-name", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"} 2019-09-19 09:06:41,779 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/test-id/os-security-groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,783 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,785 keystoneauth.session RESP BODY: {"security_groups": []} {7} openstack.tests.unit.cloud.test_image.TestImage.test_download_image_no_images_found [0.248008s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,567 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,571 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,573 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,577 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,589 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.497459+00:00", "project": {"domain": {"id": "e1266ad918014522b51fb06a6fa76465", "name": "7522ada399354a608492be441de5fc94"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "9e0c98ef466940cdb0f8a38b871b2152"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6ddd000b17584076b7e526be822138a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "aba9d7c075434aeebcc51adf4d76a76f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "70da47fc5f814d58a8898f5aae86e918", "region_id": "RegionOne"}], "type": "identity", "id": "2fc3fc23865b4071be9a7672d2618851", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "aebc83203cf24805a51bc23de83a2d31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7b37e44d95d04eb8b8962fe45b9d935c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "942f2242ae0646809b58667557ab0e52", "region_id": "RegionOne"}], "type": "compute", "id": "6e460d3fcc4345389f4e80902de6d079", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ed8a0e88e9d94dbeae2f901e970d31ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "9738b532d5f3442888028688e5823d60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "976cd86f6a9d460ca18229e08775838f", "region_id": "RegionOne"}], "type": "image", "id": "762d47a7729e432eaceb4f6d871b93d5", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7f63d96d29a9477c8f2755aadb12487c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f17e5cd5e32043e9b0856dae0fe7abf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b6bf682d281540e49712243462158023", "region_id": "RegionOne"}], "type": "load-balancer", "id": "5d91ae26fa074691bcd3cb71d917349b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6f2816dbff543c6be3788c40f924b03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "698766cc595341a9a98d1b5c977d7649", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9773b85cccd040e09f095519147d3924", "region_id": "RegionOne"}], "type": "object-store", "id": "1c27d16dcb35486e96558d86abdd2f9b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a5d2f614e794449eae1ea8f57e0e9911", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2c35667ca73940279c389712f4059e48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d29e2dad355c45edb8eae5e6b5c76504", "region_id": "RegionOne"}], "type": "clustering", "id": "94c3a67ba7c1474e99d98d9c740a80fe", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e0ac04a996fd4751aa629fe7e5dfc179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6f83827ecce544c3a35586a053436e7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "518c73da5f104c13b3a5ef18a7337560", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f42be795c792418dae53cb2a9588fd1c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "77b965b9f2f94cbca5cc0db88322d51a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "64c37474a1f440d59eb0f5526a0cc56d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9bcadf9f1df44f7a87b60dddfb1f8af4", "region_id": "RegionOne"}], "type": "cluster", "id": "1fbc0fa077564460bfe9fdbb0e75d256", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "29f7893ec1f04838955a5db91afcbdde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1a9fc87bdf4c4d5d92fb9ba921c94071", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c4dfbd1b808947e7b1d774f09690131d", "region_id": "RegionOne"}], "type": "data-processing", "id": "172e8ebfa3124e2489a367e67a52afa4", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "23c122ed8e58474abc299d623ab5a8c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9b265650eae84025811d4b8858b483c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a4298e41857a403c840cc8809c7fd4fa", "region_id": "RegionOne"}], "type": "baremetal", "id": "315b7e883b624b5fbb0cf4ac769a22ab", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a915a92a988b4db589b9a78e969e45df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "40240de75ac447828713cc9ac672e21c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "336ffafc083b49d59e64502c4c82d1d4", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ea820dd165d94d8288a8fb7987a7784d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "08468e8f7560453f8a7f3fa8d7b3b51f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e5a9a2686be04330a2f8253e2cec93fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "bdce0b6ec63f408c9ff665c7917cd56d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b10e68b183c04ed4a8835ca5601d5830", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ddb4ef0436aa42b0b2e0a126881b9929", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bbd398e2a43644789007d35c437b7d7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5d771b2265344636a2408f128d4df076", "region_id": "RegionOne"}], "type": "key-manager", "id": "3131c07e331a4c57ab562c757852ec4b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "77a3ce1c1a2443f7b8938080628a36b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ca229b2590d74ddabbb33fe2d66f1eef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bea53590adcd42f080fb76df638140e2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "83086071c39645e89aa3ccb087628c2c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ce7e01a8574b423dadf03a39db1c28d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "26c8d03620ea40138a5c1839cf52f0f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8d679b5adce64d94b98ae9cc4cf2ac14", "region_id": "RegionOne"}], "type": "infra-optim", "id": "40cb8cb27469496b9e9b62ff1a430b4b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a270a996733547ce84ade142389aead6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "73232a9d538c45aaa1f53f5de7846931", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c37a5ce871bd493183b4385c6f5f37da", "region_id": "RegionOne"}], "type": "message", "id": "8bd8e871665d4d9f9324d2beb6730648", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "760bb3b402374570bd9f424bc21b0e04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e9aed60930884e1f901a4c5ba88e39b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c213848641fd441196c87724ced59e28", "region_id": "RegionOne"}], "type": "messaging", "id": "1eb84601d3a5409996a77604d3da199c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1c95be9ba8694e8ebb5762fea8083a1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a54ce545e0b347b7a3de2cab63a502e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0262d4b27bb84a9887a95d286cdcaad4", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ca9676a5398f40febceb97ab3c3ecf98", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c99f69c320774af7a6bdfedc628b7d0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "81c1e80b56ea49bdbdc71d30f4ab068a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a9581ee5594342599c7429fc7e65077b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "51ed03af82c14c4f9805c24be7ce8073", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0d8a0d082401418ba3c24c82c3ef3eff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "06607a2d9c77481d9ce97c51c11a40a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4a5a1d10232a4b6a9d51a4f2d787921a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "9592fcc1123b4b81a8b73c4265177920", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a28397384a5e45069af5073f8045dc25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "06a8b9427a794177a4a00aebc77ad6e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f96af8a6c57f47369e92fddd1d748255", "region_id": "RegionOne"}], "type": "container-infra", "id": "40afbf2e66fb47c781c35d3cddcaa0dd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f79d769883cd4805a1ec58282f837c1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "86e8b90ca9154b1f9a335d658f82a692", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "597f6430f3a94bdb8b042f9c4b942185", "region_id": "RegionOne"}], "type": "search", "id": "7a9ccfa8e17146d68a9d93773b724edc", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "80d16504620a464d98b880af4903194c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "67cf0169333e41c3beaf5f18b68cfba8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3f8574e91f5f45aeaffe93bfd5c8ad39", "region_id": "RegionOne"}], "type": "dns", "id": "e82fdc5e815746dba6247779fa58b298", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "beea2522bba24c278c69fb1e883c56de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ceb2080557e4467b85a47106ead9ec51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2d41a05577744d2da6cb8b401b09d7b9", "region_id": "RegionOne"}], "type": "workflow", "id": "bd5452e2bdab4027aecf3f61a84b4e8b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e35f924223f746d0ac9839095eb306ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "027105ed161a4045b4ef0d592d41e646", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ec895140b7f74197bb643555ec4457d2", "region_id": "RegionOne"}], "type": "workflowv2", "id": "21a1a1a76afd405c88400b9cdcc19629", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "dfd24bcbca1f4909bf68bb26b80c27c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "327de301c0fc44efaebd3451bd9e9581", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "51a97a5b444c4c7a9b7256d9d640a297", "region_id": "RegionOne"}], "type": "rating", "id": "50fbec19234a4b4a9ae813ef7b8fb2b3", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3e7aeb0d862845cd81dc07301ea9ef10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d11b9a816c4843b59a95798b4917e768", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c34541e8fb514a5bae33607570a2c3a8", "region_id": "RegionOne"}], "type": "operator-policy", "id": "64fb113139ba4a9e8298115120f06105", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f228e9ed9ca24d559605f516729f7bce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2e750b781ee84e6bb872471287c4f4e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7752c6a2316d4bc7970648426b708c2f", "region_id": "RegionOne"}], "type": "policy", "id": "f1db7f918d3e4acf90f950ea32c3407e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f7071c478c6749b0934404b7f389fb42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9f233505bdc74ef9a4aa994fd016f9f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "eef4b55cf6b14660b494748039938991", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b96ffb0ac2314982b4fb865adfe5ee2e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1b6ef6c1035849d0a02e4fb18d22f40d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a9b9390cdec8438b95b42348148e1e93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6c012b97b9d64c549f3cafc8f29893f4", "region_id": "RegionOne"}], "type": "sharev2", "id": "99a91c2f22bd42f9add0347aba23631f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "207649881f534326a92e3f155456feed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f95538fe9a934ef989b556965bef9b4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f3ce8c196a284fde9c0dfa043853b7a3", "region_id": "RegionOne"}], "type": "share", "id": "8b14cd63ef8b4a05a50accc0ff85c186", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f017534905fa4002a2bbc98453879f88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "70081f22cf104d8fa90614b0730b0d93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "cadb53a8dabc4179a0d21ff0af83fb0a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6ab45d2ad6284d7a9ad84f974e807b42", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d0fc896dd6d4a58a4f358ccc8a62c82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d3512e58b764a49a1cbe4b3fd7a80da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6af8e9dd87e414594ff09c1e7b9a05c", "region_id": "RegionOne"}], "type": "orchestration", "id": "ebcdc3dbe9924dd5ab58d62230b41bbb", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f377040c20de4c59a8b57dd7be8bed02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd8c2149ca614f888d88167d1407a13b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7704991fce54fd8b5c80a9b0e55d6ee", "region_id": "RegionOne"}], "type": "block-storage", "id": "3c098ddb9f8e44b996492bad76bdf7ac", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f19b995db4814af6a6bfcfbce2c6d99c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26a8db89f1324d2883003ba5fbea68e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d12663e4e9b24b2091f755142488e702", "region_id": "RegionOne"}], "type": "volumev3", "id": "e3d0151a8e4e4838882f0ed491bca4db", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6c27097c2a0454a91354dd8e1ebcc2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e450c12fb9f1495daf6336858c650bc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c47a1f5b7f824e7693760eddd072d724", "region_id": "RegionOne"}], "type": "volumev2", "id": "a0f740fc488a4014830bf2ece2f1f900", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "271a043b5e5f43859370aeaec3e9ea2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e354e32005684ea3b49033afa522c7d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "918da4f1addc40da998fe9f74e552878", "region_id": "RegionOne"}], "type": "volume", "id": "1a86ce29b4e1463e97541087fc5a6553", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bbf8b5b705f4933b8fd7c170e248ff8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4d498d6e1ab44119f8232fb0b36718a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8313b396c5ff4c1bae96c9dafeedf1cd", "region_id": "RegionOne"}], "type": "block-store", "id": "6e29135278f742aa9e83a9385600fd69", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b4affc33836243d4b6743774b35a3bad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d64ab2b557084659bef12be6254da76c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7b8bce0a51044856b185e088779e7dbf", "region_id": "RegionOne"}], "type": "alarm", "id": "c19cc7794ec74fa0af0d9ec602a3965b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e88741e6efc943d6bfec8ccf023a0939", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dbe1d582f30345ac99214320ead459cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "72937d648e8640bfad94aff1237932a8", "region_id": "RegionOne"}], "type": "alarming", "id": "2283afb7d90141dfa9be602b3bd753ae", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d5a986fafebe4a359231c9c7a3ad1f3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0750dac888724ba8b5b82583ca1ac214", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bd3ace288cc942dcb3e809c520fc9f24", "region_id": "RegionOne"}], "type": "meter", "id": "47d34004352c4ca186a2e00223d876f9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1b9af714a36e4f1c9394fb234fe33d47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "caa9ccbd4c0d4ad7a034a38eca21ec00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0f454a1893d440a5b422a60a3011ce03", "region_id": "RegionOne"}], "type": "metering", "id": "8679698c95e04440a54ce998041b3948", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a2da146807854a4395f6858eb653044b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "844d382202474eb2bfa53bcdec302178", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "85c304800b2c470ea5a9602ab0619b24", "region_id": "RegionOne"}], "type": "telemetry", "id": "b54eabf99c8d44b1bba6a9f5f15ed296", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "628eb37446d540cd872e30765c94c50e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "db71e8e1755b411682d34abf4b69d9e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6c52bed8daa74435ba5252a6ff6b76e4", "region_id": "RegionOne"}], "type": "event", "id": "3ae67f51f1314123800df0f92f561c54", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5ce467471fc047fdadcddfa5c35ed06f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7b8fceb620f24fb7bec3c39be53fa243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2f2ee9855f6c4c1d86d949f02b0c1164", "region_id": "RegionOne"}], "type": "events", "id": "2e2c6eeaddbf4ef4bee942a9ba3b0128", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "48c0aef2d5a640a88745e095faaaac44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "812acdf0d0fa41b59eaee62e4a5a5754", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8a7f415e8c0c44b8b9006694e09d0c22", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b450980180534f3cb55ac6bd80b31bcb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "45bd0bc402724400bee7462c7fae8e21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e365148200ed4f0b8658307b8521b31f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3032f8e9d1294fbda4de39efa0219934", "region_id": "RegionOne"}], "type": "application_deployment", "id": "80b9e8b349fc4eb2b636b09d53f4ede6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4dc9deea71aa41499235e0d3824e15ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3f08386cf65a455ab200e60a9aab41b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "97c04f47ca9146f29f8f101c0069ecac", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ce3988979b6c45f9bd1aa002afbbc214", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8839413d9840453e8f20d663716c54f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "eed5f4fa4d8b4da8b6cedaadeb77c65b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "42172d2906614b2ab230e78f0ae6e2a5", "region_id": "RegionOne"}], "type": "tricircle", "id": "28078f551a0a40ac90ce0f767f833221", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5925ad97cc0f46c0a8038a96905e411a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7fb6f340cc73449ea172effb7045c18a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "654d8a247db84e5eaf2e0f76e2fa0f2d", "region_id": "RegionOne"}], "type": "database", "id": "fe21ac2772da44eda16dd7016c92b499", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0770f1def78948b08ba0ba356f9d5ae6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e4bf6646786345b89ec081093a281622", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b401a6a8a5804da38567987b564d90a7", "region_id": "RegionOne"}], "type": "application-container", "id": "2a097f54ae4c40398ee0329ccf14c304", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3b1faf4f08034b4ca604fad78f7e9549", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1aa76ddd5018445c860cb904861292e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0e34c744f2384b36a9639e337ac63f28", "region_id": "RegionOne"}], "type": "container", "id": "1758d6de7b6947249596d030cb01ca4a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3a6b2faba3bb44de9037404deab191c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ef04d477bebd4ba8a8f1e165cc9512b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "71af335dbdfd41e885db0af29d2019df", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9de56d85ed5049c382b37c1054576890", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ff737ad6626048abb3a451e94160fb53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "527bc65318a443c69687a2d5312b619b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5b1d07c995094aca9a213f9d36c2ba11", "region_id": "RegionOne"}], "type": "rca", "id": "d2b27953c4a24390893cc35c3656817e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "64ef974a0ee8490781f7c451f587fe5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "14d92f72df2040ed897680f7af9211e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "eff529d453d742459815611ce0cebb0b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5678faf2243245e6926026725233ccc5", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0c40ecf552324ac09ade2141d75cee9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "62a9aed53040491eb3b55a9c82540333", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d4304f574ad1422b878f9cb32972bbf8", "region_id": "RegionOne"}], "type": "network", "id": "19f0184801cf4cc789dabbed4ed99c03", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "812a0694148f4cab80d479e8726a111e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b77f263cd0594dd4b0edabfd7407484c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "55333cb04ac94b37b2f1288cf1a90b0e", "region_id": "RegionOne"}], "type": "backup", "id": "ec0829251def4a60885014f03693cb5a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "86eaec7698564a389c12d302c82e9f77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8e1990b0fe8646b19c0ec5e562482aa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f41865a6e7424fbeb3e8e077311569a3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "28caac2611e049f098b94251b0ccf544", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "35641804e03d4744981f77feece19759", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e8f3a2df6d0044fa9ea92f4d2abe35f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "054aa4727af24810b39ab9293b3c319d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "773adedfbc44425ba47700de03245b1b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "98a366348c844680ba3bcf7d5858f96a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "24c3fe08dadd448e90141bb8300448a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9971be951f064e96aaefc0d7fdbad76c", "region_id": "RegionOne"}], "type": "monitoring", "id": "18790ae96aea493c871221aacad41e84", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4be29d2f6bc84717a1e0dddc03af5851", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "664d4fdf562e43838950d8ba86aa034f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5ab216cf6498445c9c405a60324501f5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "574bc99cb9fd4fb89b3697e40a79ae34", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d5f791ca5fb64c739fdb1de1fe95f8c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7dae6c75cb1e4ab08f88088b35e0aa16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b6db4ff65a7f4c748c570f0c94c21f12", "region_id": "RegionOne"}], "type": "placement", "id": "5fe8a076f5604ac290636b500c48065a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5373dfb09b5b48a1be702ec07a9e2626", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d6969dcc360941979b0b2144e25384a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "db54cc07bc8045f98151c08c2cecb62b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c8d5812e0afa4238979d75fa407559ef", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4cf370ebb6e0468892737efb1bb04a81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "56121068608447cb9f10681fd5712a81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a93331729a6f4e4bb7be2ac588829b01", "region_id": "RegionOne"}], "type": "ha", "id": "2e68c484f452412f8b041e83e4482ca0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "dccdb56ff581431eb055c0dd431f4202", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "670dcfe674df42b5b3096a8a7d0daa26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a210d878c5e845cfa42ddd43801af8b0", "region_id": "RegionOne"}], "type": "reservation", "id": "46ff52e59cf24e8993f7dc5bab985478", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "819a53ac3a12446194fd5f2857c3a38b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ea223c873e0f4058ba1c9fd1aed6a208", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1468dd30d24c42c0a5072e599f876b31", "region_id": "RegionOne"}], "type": "function-engine", "id": "0f048f7cb8ed462e8799ea1649711539", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6d1136e04ee84887ae7273e59a6b0aa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "95e3163247064ff1989c2f7b679209a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6960680438814e458acd85166f84a10c", "region_id": "RegionOne"}], "type": "accelerator", "id": "6da3def68c554b6ca19ae212b05c3d8d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "51cbb2995ee448f3b30474bb01a7e0b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f2b4d90e07ec4422b43acef2b09e6791", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ef1bcef329f244688173af4a780efc00", "region_id": "RegionOne"}], "type": "admin-logic", "id": "53fe1a2144804b16a873384da47bfd6a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "036127fe2ec94e6aae52bc1661e060fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "efe4bbc57dba43ce9eb92b2b22735333", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e0310337830d4ed6b46f14016efd9aaa", "region_id": "RegionOne"}], "type": "registration", "id": "5f15ba199e7245f88db49b1aefd5ff60", "name": "adjutant"}], "user": {"domain": {"id": "bb38ce876e4347aa9e0af4b186ff8a8f", "name": "d5f268ce874e488284359d4848e9758b"}, "id": "187fd47171c2437f9e8c624b7f0d1842", "name": "8c0eb0c5dc5d4c1d86b9923295bb7cee"}, "audit_ids": ["872465b3c92446e68d968802b935cab8", null], "issued_at": "2019-09-19T09:04:41.497459"}} 2019-09-19 09:06:41,620 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,625 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:41,627 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:41,675 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images/image-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,678 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:41,700 keystoneauth.session REQ: curl -g -i -X GET "https://image.example.com/v2/images?name=image-2" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,706 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,709 keystoneauth.session RESP BODY: {"images": []} 2019-09-19 09:06:41,731 keystoneauth.session REQ: curl -g -i -X GET "https://image.example.com/v2/images?os_hidden=True" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,736 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,738 keystoneauth.session RESP BODY: {"images": []} {25} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_create_floating_ip_port [0.292419s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,593 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,598 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,602 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,605 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,619 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.521549+00:00", "project": {"domain": {"id": "8e4b022bb2ad43e89d8ea00bb07803f6", "name": "8b04dedf23354822b7f19fd481d18600"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "2e9fd20e676d4ff28ade9214b2902c8a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ab4b1d0f91db4471ba439cd28273bc05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8052c51927fb42fcb76448aeed41b438", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "495bd93431644d5cb5bba2ceb4e75fef", "region_id": "RegionOne"}], "type": "identity", "id": "edd146e1b039488cb87482ce749fec4d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1859b75f408f46a3bbb2e6efcd5b8c6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "59d3df12684b4f29b3ed55d439c5fbae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c47c6e8101f841d88f53309da41e0cb3", "region_id": "RegionOne"}], "type": "compute", "id": "ca63956ec2a34e5cbc59c595de008931", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "39d0d4dec7ed472cb5af8db7053e4964", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "fe4a971e615544fd9be9fc87ae362422", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6acc176a4bcb40ab9e73f34ca1a725db", "region_id": "RegionOne"}], "type": "image", "id": "0f2501251b9d4be4a3f779d1280d834c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4a6817eab6ea4b3d8bf29d85ac86a6b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d0ce96e5930c419c86403a382157f720", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "17c51e9bbf6d401fb9230fc79cd8e3b8", "region_id": "RegionOne"}], "type": "load-balancer", "id": "17f39966f5ad433797a52d809bb65be1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a5cc37819e24d678842e01142aed91b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "223adbdf57484ab08c3475a981e812db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "538439f73341442fac039d0654140e1b", "region_id": "RegionOne"}], "type": "object-store", "id": "ff60f1eb9e8e49ca94cfddd05f3a88ef", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3c12345a581e44fcae640820ee8e899d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c44897a3e63c4bd8a0a778b12002a94c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "374d10ffff29410187ffc5562aacbcac", "region_id": "RegionOne"}], "type": "clustering", "id": "2dcee3c25e8f401fb505e103601a5cf9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f69751a5b2494d859732485165db125b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "811936b331c34c2f8699491f45d40c49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9d4715495a264516a5f5bde99ce8c560", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "65ec509def3d4a1fa3a67be1348eca0c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6e0bf8f0875947f2bb4e9fef25a499ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3e24530deab3479aba2eb62d99e17173", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "23eec86ba09549fe92c3453f4d37250a", "region_id": "RegionOne"}], "type": "cluster", "id": "b36e8b5d731a4f7f9dcc3444a32e9228", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9ebbc3e104cb4967a3501d1eb6bfc5f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9c231a5198274f3fa7a82e1a0c915495", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "da792dc5b90e4bdc9dddb951d2e603b7", "region_id": "RegionOne"}], "type": "data-processing", "id": "8a9da7de22ad41c6bd4fc645edef3f1a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c242d2ba0dc84920b9e39452a628ff21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4cc624a551a6493d8bb77c3b3310f4bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f5ffb74601e640c0a893bee07d41851a", "region_id": "RegionOne"}], "type": "baremetal", "id": "fbb0f2cf09844f098346e4a431a47870", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a067e0a8b0f74803bf610b18419cbec3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "342ad5876d554ed1b20d4a81365abfe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3cfadc894b094f6aa991493185a88497", "region_id": "RegionOne"}], "type": "bare-metal", "id": "df1458c653e24604978d2764285e6850", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5154c6bdbe134a00839a85540e0b9b27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cd91c20fd5a744e6b82b961d1b9641c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "eb5091380e824414832bedaee3ed254a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ff3f3bb799254489bedfd76496aaf0fa", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0a798bfc29274e6893cd3d08248420a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ce20f130479b4464bc47719cce47cbda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "510212e000c54a648a627f18e96d6a5f", "region_id": "RegionOne"}], "type": "key-manager", "id": "1f2be9087a004d6385b37c99c5771ace", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0b36b3c60664427fb1deaa83d66e98d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "79a1b83fee8e4dd3adab5636b9c98617", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0229454d73eb4078aa015d7806152594", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "8d74a078a34d4023bfc392f823483872", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "87864b3da7fa4941bc40fdb7f6292cf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3b9da3d36bce48c58a50c8a0efdc2673", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "85af9e96e9924f4f936f88171ec87ddd", "region_id": "RegionOne"}], "type": "infra-optim", "id": "abe1f339c5ad4858960c5ab8789c868c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "69114a7e14fa4519b8a4cdfc9dea8dce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ab153c2317c54e6cad18c8eea35f4050", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6b4ec49677444c18a309539c54a23f4b", "region_id": "RegionOne"}], "type": "message", "id": "e9edc741d1f340a6b5f3d2ee0b0c005a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5cb657e93dc449beb80df6bc85be70c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "fa511b15c75c474a82704d5ec2fef718", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b58ed49ec6344bed82b82e80b176c840", "region_id": "RegionOne"}], "type": "messaging", "id": "f9a936e33d7c40f79d090bd010575c70", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6c04e1b99289413e81bee2435dac1c69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "52a620f51fe84ffa937ba63adc821342", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a07bf53fb06445ffb6cf7a77f88642ac", "region_id": "RegionOne"}], "type": "application-catalog", "id": "44f2cb8298a84ce4a7f361ddddba3385", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c96b8858d99a4b87a3d54b8ac38ee167", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "db162b08985a4b9f9cf8a60d8c18a33e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7869bdb45a2d4eaf9aa0746e7f4cfb45", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "7dcb7f3003ba456d8cca06a744b7e55c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ebd9f1c91db94e5e9b6be7f649341fda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "164f848ca48d4662a251a028721b58f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "badd24088ea1436ab6577fa43472665b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2100e1fa090e424aa4bf264ebafe38ae", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a2057808fece417ea268670895e87dfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "57bc7211ab0343bfa8b45a0efdf84a71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "67ef0c62e5ce4d83afbd1ac5d5e887c2", "region_id": "RegionOne"}], "type": "container-infra", "id": "4eba023594e640c88ae1f675e6812203", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "04b7cb2f1f344ac5b20d34a36e8d78ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "84f6755c3fb3469da40d3daa1d165f50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9523c2bf68e2464e8bb8f4bd3f0cb6cd", "region_id": "RegionOne"}], "type": "search", "id": "b9ec367c48cb4446923ad7e307028e8f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c0bdbc86553d460a89c5e8a99092d906", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "60efd44f92ed4230971d147f95e82b5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "50f7b8f187e448dc9199c1387a73eab9", "region_id": "RegionOne"}], "type": "dns", "id": "cbdc4d5092304b799cbb5a80317c31b2", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "107d39d32df5487f9b06640db392b20a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c10ebda5d0c345d484f553d41ad5b932", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7789b80fa88846ce93933344132b1e8f", "region_id": "RegionOne"}], "type": "workflow", "id": "1f202e76955e4a46b82451564dabcbb6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dee9b345d79d4405ab2e1f5baeee1977", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4291111de3794aa0846cb33fc61d11a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f3662f0279fa4c3da8ae28c28a076aca", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6707b89c3c844b09b15737eca06b1ef2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "051d9f6a9dec4e4bbff08c5274cdeaaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ece5a1f228dc4dfb8fbed12f7f1d5437", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "bebd36178fc74ddaae1b078b1254c53f", "region_id": "RegionOne"}], "type": "rating", "id": "032fd5c1caf642e2aa4f41585ffde327", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "df7741f795bc4771b511c86638e387df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7a28c772f71d497d96dbcbaba260b6ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1310a70d73ef462f9d25499509681443", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a383fc9e88044e2b9ee1cdf63035245e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cfc9de13e892464e8e301940399366c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f43e8edb6d43489b83d836ff69f2b066", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cd9ac8c8e0064f129157b6cdbd54cb5f", "region_id": "RegionOne"}], "type": "policy", "id": "18b8ad76fe62441d96c5acbdeb61d5b0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "828d894df94d4edcbf1d5e7584993710", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "42de2d8d46c64f6082f96d3ece520ceb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9bf299aa39f540688ccbe42f701ecefc", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "93270a72639e43f995b1db12073f9423", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3bbf26fa70254c5b8b3faed6bc83399d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "00eb928078044223924a2475059c45cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "57eaf947b6e54b2d8beb66fcf2e163e3", "region_id": "RegionOne"}], "type": "sharev2", "id": "90c2f7e342924003a936636b560c2412", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ac7739af45284047b2194138873c00f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1678c945d35f47a29ef0f07a81313fdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9745550cd99a4d27ac238b52a210935e", "region_id": "RegionOne"}], "type": "share", "id": "c19eac9f92db40d89d4ecec9364e2af3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "195bf8fbf5264d9aabc8712313330ced", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "85ee9d96fc884c13b5addf6218814880", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3832b426b2c94134995cb646a3851a78", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "31b00467a78d47a1a22ebb5c9dd3e028", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fcd0667c8af4271aa0c6ac4f3d1ffcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8cc4828045b743f1934ca8e9fdf3019e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "470fffe2cee445d48d46184a3216accb", "region_id": "RegionOne"}], "type": "orchestration", "id": "dde7b0625e7a4b468653747b2486afb8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ebee998c2af44c4aa6d358f1dfe2dd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3644f94387a24e4893cc382bc9bfc3ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5c85961e6fc44fba95e805fbdeeac06", "region_id": "RegionOne"}], "type": "block-storage", "id": "e58f275f0d15477596c202da4b58af61", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "041d9b1022604df785ae02a9cd2cb526", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47a10d0d811d49a9b4ac7f0727295fa8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "57c8625874a140eeb8bd195b8910733b", "region_id": "RegionOne"}], "type": "volumev3", "id": "9efbd254e35142ef912d76edc6ff577c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ffede1a0113246cab2efed278a78d6a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4cb62a612c464b56bedcb7b95648d00b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "979c8c1c73f74c518016929fe4888e54", "region_id": "RegionOne"}], "type": "volumev2", "id": "732e37cc1a8f46b7a714d6bc0cea125e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a633f9441ca946519aa76f1afa45154f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "182cd3edb11b407da773186682621ed4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c1217cddb5847b4ac06487047f50dc3", "region_id": "RegionOne"}], "type": "volume", "id": "6100ab21973d46558d6b3beeef5831b2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a10f4a5f1ae4a2da7d9a8bcf0a4f947", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1634b940b20c43ba972f6ba6684a5c89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d12f798f1184e4bb761250058fe5959", "region_id": "RegionOne"}], "type": "block-store", "id": "b2b56d1710c446798a06a75cfa49731c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "69e2dded0ef44aaf9c9de7052d33af9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "99d50163b9f84245b9a976dc03f3123c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "03701b8664f64c8a917e91d75fef3530", "region_id": "RegionOne"}], "type": "alarm", "id": "5f404dbd1992487691920777eb28f744", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "14baa52531f9450687569372cbfd39ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0f5be99528214dd18231376c7ee92dc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a24ae175e57e45eb9167a8a29006bdca", "region_id": "RegionOne"}], "type": "alarming", "id": "882be2e38dde4b8bb763cd6fc647acf1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3f467c3ed26b4b8d936c3b8d30a11d45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ddb47e0334ca4baa94583a5ae5d907a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1c732fd020b449318bf3825cd7f81ce4", "region_id": "RegionOne"}], "type": "meter", "id": "78a89383f3364b6da0fe8fd19a5c074e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fd122de22fdd4ac29e5d7fdbaa4fe23f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4af36fec44cb406a8f9e45f76a581b1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "93ba21e961194c2da571671d5f4aad21", "region_id": "RegionOne"}], "type": "metering", "id": "b36bad81e7e04b08a7cd7fb411772c2e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b5e78da0c62e4b7280f66b3c2f660a1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bb89d53f67b645d4803411088db5e4af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "eb4bfc3c67a64cf0b7544aaf1db64420", "region_id": "RegionOne"}], "type": "telemetry", "id": "67378c390f6d45f4aa6936149f2bd721", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "26a97c299bfb4f7a99f38b1746e13085", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7a359d3bd58e4e3aa24aabf1b965e560", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4b3d5977bfbb42989a4f278ddbe20cf8", "region_id": "RegionOne"}], "type": "event", "id": "8f343f95eef64878ac613176f4200458", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1dbb07d3564645f799b145e684be1dba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8a62ac6516094cd59cfb68a9265ca29d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "872ccf90b84e480783735d494411e830", "region_id": "RegionOne"}], "type": "events", "id": "5c0beae7db55439ead6f601839adb8e1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3a533e4340a44b228b0f6755b21e6bbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b3e4c1b51ca7487180d4eddecd05027e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d88e6a005a164f77b09319b35873848d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a4233eb633034c98a5210e7b342bfb35", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "924bf9d501a144b3872931c528c4e1bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4c11693f9b0f4f6b940c55f21280e9bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "79cb7ef56ee441fab8b003103afee6e9", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0f3bb678c491409a95b2cf50437f4235", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d0042aa0672e4c2e8604fab58dfa1aff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b17f4e64276e449280ed3c59796192da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "10fbc57ecb4d41c0a1d0881239296b98", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6473ad1367604d3a895e1d2da1b65feb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "00010ba72be042fe939f0ed393cb821e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4a520450dde7452eaf79ba691e9e5007", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6783e71a3b224d69afeed27bcd1dfc46", "region_id": "RegionOne"}], "type": "tricircle", "id": "03d721d955a04898a46e139ab0bfb24b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "38ed8e68005d4e429de2ac342072bae2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ed428293cf984152bb543e404df930e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "84b768b1fea943b8b52aa754d770ce03", "region_id": "RegionOne"}], "type": "database", "id": "b9b59ee766bf4620b8144f74763c51d0", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "54449250f46d44ebbdd8a2d1db12f714", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d85492841c6744a681a77b09e17bcc9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "090daf63345d45c39ace7e845a4472be", "region_id": "RegionOne"}], "type": "application-container", "id": "e10b7b3623bf412fa06a2c28d142d300", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "992ce89fffd04d79855324f9c94d8313", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f9b8ef00bd314c30a3dc32b871bb2e0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "99dc432914a146ff9f8a1776b225a090", "region_id": "RegionOne"}], "type": "container", "id": "8bd06c46193a41f7886c6ac43e324050", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fdfe98eb47d04c14a5824add7e2d05ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3d100cdf8736480882105fe9f6512d09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2af9a03160e34f03989d1f9bf9a3f745", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b3d34d226bf24a6c85b22196549180c2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b03d034dd6614d4d91e64daea642d112", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8d0e450d6d434e85b141f18c1d9da4ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "caa12a950c7944fa9c6715ba9bc1ae2a", "region_id": "RegionOne"}], "type": "rca", "id": "c8f33c5aabcf4551b842769f3de11212", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "72776566295b412b959f3054509a3619", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4922a34df6914bd0966a2bcaa5424882", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f995c085136a42e294de710c241b315d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "dc48c6eca6324fffb9239a5ff66bb473", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "78967683c5fe4b3f9389b6550df23d03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9bb3f7a4972a4d0b84d116f1cf354412", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "9b31833305fd492a8bd2526afc8805f1", "region_id": "RegionOne"}], "type": "network", "id": "14201c0400ab4dc19cf2bfd6dee0b483", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2d0f7c1af90548888aa3398835f8d07e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c002c5c0c17b409880c1b97410e220f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c1b97cf3e6bb40718e80e9baa2acf878", "region_id": "RegionOne"}], "type": "backup", "id": "0bfba39cfc9a42fdb61d0bf3ad8d3fbb", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "04225c1203674e17813edfacb92a8374", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8748aabf95114bde8eb3b5d885bdbb05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "00db134a5cd547d5ae95befdd646dab4", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a7a1c7f4a6de4022a45878af3d83db75", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2599a8023d5a47fea932122b31adeb18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "57ba397c5cc640548a311346d2c25e25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "dcb900b8854e440e96c442c71cdcd024", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d7b7b31f12b947b490a554362cd96498", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7e02e2166785421a8b2bd023d34c6667", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "24c2dbbd35da473ca1cde5c04af4ac20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "fca0ef7575384ea2886e807a6aa2aafa", "region_id": "RegionOne"}], "type": "monitoring", "id": "68428dc904b149db80a66d49c10620ba", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "91472d96dc3a479589c2e076928b9fd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2d39b2e28e57470fa011eec1cc02dc50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b899244740144825bf0bfad1b31fa82e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c42b649124fd4b989b0fd105fd57f534", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2ad7f6002ca043959e32de3282a1b2fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "00a358f8d42247e08a6feb27b7c575ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "02d14c51d44c4e17aa4c21da223d4d64", "region_id": "RegionOne"}], "type": "placement", "id": "2d6a5c7e6fc44f53b835196500aa6454", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7921da3565834675baa1039c6d132652", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "26f08c08a8b345deaa46d8d5e24e0032", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "58c116c1cac74f57a17628dfef0a2dad", "region_id": "RegionOne"}], "type": "instance-ha", "id": "6ff42f6cd0854efea37621010396d2ee", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "806c5525fa0a4c5f95189da81d258e97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "71042a8a8e084b8993f950785672833f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b0c124e40be74e859640b3a51767d8c8", "region_id": "RegionOne"}], "type": "ha", "id": "682a37afc8854ba581382a6152b9d23d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cf317c7dd2b1477e8a100f453c157264", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "91c9b08b231945da964f4595a931cf7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "60e64b20322a443eaceed6b1d3fab499", "region_id": "RegionOne"}], "type": "reservation", "id": "29bb56b17b5a45d48c45c66ff833ef55", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a2f5f47610324b659d0dbb714d3d462d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b87ff01ec0b24973998dd059e28c209d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "ae80c2e3e122420283094edee7086e62", "region_id": "RegionOne"}], "type": "function-engine", "id": "30198ee0c99641449fdd2c24034a1526", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c2636e1495b64bb1879b18c8c81b8a5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "32c81c26c34f4aa7a9835e8742e7a8e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d7a64ceb7c6d4b87bfdcb450f266bff1", "region_id": "RegionOne"}], "type": "accelerator", "id": "0cd028d7f4d44d4b9de0e8f82f360312", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "15a6d28215bc4fbf8ca5796d6db90fa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4491469d9dc04426ae4eb12dd9d627b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d25dce2529284012a612c574e85729e3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "39427274f33f47d39490647cb26a8cce", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "34d958eef50c466eb75acff275b1a33e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ab969edf45bb4d52bfd5c538e80d96f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "aa620188fba04770af8344b6e2f0be15", "region_id": "RegionOne"}], "type": "registration", "id": "15be1f1a40014d0ba49ca2b26d345d78", "name": "adjutant"}], "user": {"domain": {"id": "1c34281980f04fe19863eb6b04bf5189", "name": "736fd0136ddb4b71ababa5f34d78e9d7"}, "id": "a8ff7dc191074cf4a6e9a85b6caee289", "name": "600690ad4cd7457092c903567f43cbf2"}, "audit_ids": ["fd6bd45077ee497cb2f729a500f401cb", null], "issued_at": "2019-09-19T09:04:41.521549"}} 2019-09-19 09:06:41,773 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,777 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,779 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["54d6f61d-db07-451c-9ab3-b9609b6b6f0b"], "provider:physical_network": null, "id": "my-network-id", "provider:segmentation_id": null, "router:external": true, "name": "my-network", "admin_state_up": true, "tenant_id": "4fd44f30292945e481c7b8a0c8908869", "provider:network_type": "local", "shared": true}]} 2019-09-19 09:06:41,782 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/floatingips.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"floating_network_id": "my-network-id", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ac"}}' 2019-09-19 09:06:41,786 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,788 keystoneauth.session RESP BODY: {"floatingip": {"floating_network_id": "my-network-id", "router_id": null, "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62df", "status": "ACTIVE", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ac", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda8"}} {12} openstack.tests.unit.cloud.test_object.TestObject.test_stream_object_not_found [0.136603s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,675 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,679 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,681 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,684 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,696 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.613194+00:00", "project": {"domain": {"id": "d149487b42eb44f6b0158feae2903018", "name": "5014b501a62e430b90440b1e0b3ffc31"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "38b7385b584a407aa22541e7f17ed827"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "7555e83d39cf4bc48f71a159b1be9a02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "87d146f7c9ed4f3d8fc62a62c5aed4ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6020d3053f28474eba80080961bc11b6", "region_id": "RegionOne"}], "type": "identity", "id": "731309a775a542678ac0d080cf81ea95", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "21ecc475294e405ca1232e548845066c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3820694f27b14ab89d347ea97a7b7d7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9a0440e3b4844c7ca0b47f0273d54397", "region_id": "RegionOne"}], "type": "compute", "id": "f979872b4bd149cc9dab297562051652", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4b4440badb8e47bf844bcc7bf4d5a0fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c12f3de73b58498b9bcdd73d22146d16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "bbe3e91721ac406d9bce33b4f4b16ec9", "region_id": "RegionOne"}], "type": "image", "id": "eefb709b81164d34bdaf134749cc64dd", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c36a9459bf88469382222206b8401118", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "88e1a73576eb414bb8511f657ab6212d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "84cdfc32736146cb9575c5f8385c2502", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d01bf012e6ab43eca4b510a45d71a2bf", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60cdc971e1704a63b95d646634c2874e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99fe8db6339f4f92889733634e225f3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36ae0f20fd9d4a98990e56c7d1029caf", "region_id": "RegionOne"}], "type": "object-store", "id": "8c111e56db6f48d1b955bb7c2776e498", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "72046b8cf49e464bbb7b600e292cad53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "013089a83727452ca87b382bd529c63c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "caaef4ef124a4600a8c92f599cf84925", "region_id": "RegionOne"}], "type": "clustering", "id": "12b2ec6ca9f048c2be050e5e97d6a1b8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aebc97f8b23c4b20ac7566b6a252bd1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6d72aea70e64496a9e28eff062b3a752", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dd74aa17933a4bdc86c03bb744c1492a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "652e6686b9874a73a1526e610c33b29f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "897583d437c245dabce98fdfde7b08f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "524078aacb8a4d8fa0c800c19c3b5a86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e4c6f99db7f548dda92e57af1b59532f", "region_id": "RegionOne"}], "type": "cluster", "id": "96d2581731614f4e806dcfd655c73613", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "dd13ca293eed4d2eb4d52a6c2ff5ee85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "effc7149edbc4b77bac051fa3c03e80b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3f1730f30f2342eba3b38dff939e17ef", "region_id": "RegionOne"}], "type": "data-processing", "id": "585ad00985e84c2086cba67dad1c1c25", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d8049d57e8e445e5986e9e0a26a7a36a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7d35b3a0f8ae496199cd763691f2044b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b83c77da418e4f99b48652784fdad21d", "region_id": "RegionOne"}], "type": "baremetal", "id": "ce7c9a8ebee14a928ac1a38b35be5aa2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "da4a3ecb70a643e984b288ab1f97cad4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "036b0323f0c74d8dbd7de99f4606c961", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e5f8edc48a344b5d9387f228702655b1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "31e2b52cbc1c473ab12e91eedb3b4ec9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9e566c2cece04f5b98f26b4aa13a1fe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "affa01f206174991a97eafc063d85135", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "acd0050cfe17422189817abbe42faaa9", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "4cda939e080d465e8d6a2d27fbabe405", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "457ada73ad7641fc856540421a2cbbea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2280b62636c243718fe86961a4c5441d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8493469baf624a29bf5cfa733c56b6c2", "region_id": "RegionOne"}], "type": "key-manager", "id": "c07eb987ce0e4277a95babeb1e2a395c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c4919a54fd314042a866786b413014e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7d08d40807564f2bb8d4cbb6cdb97378", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3cdccb0310534366922211a16fcf6b46", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1a2c1f44363f4baf953e5fb19b6805b7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "96c332b328de42c9817c3fe79fe9cc9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "274ca00eb2c24a2c967b698a66543f66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0de4e83e9ad342d381a7cfa6ed791d0f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0ce76048195849dd8d136e0be45eaef6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "acd6fca9814b4ec3a216a29b2ca1beab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "29be37109e0246638bda7d5f3aff43e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fd8f0915335a47b29513aec2482359f5", "region_id": "RegionOne"}], "type": "message", "id": "8cb614f7081945589d6e556ef61bf17a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ea05b69c53384d9a8e196cb092b1afbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "803322b4f67d419080ac9ec631e5e9f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "90a50d2183f44d05a0f5180b5c9b924a", "region_id": "RegionOne"}], "type": "messaging", "id": "cca31cada2d84d0a88e2a48d92a9aa2c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e6300a9ced254a6085346c58ae4ba7ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "01729f4dd4664e0298acb507843a6cf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "584b65b319274673b71e403b37620b34", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7c06a629e1d04117a2b47b0fc60264a1", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b8e2a9eb13b449f7b57ecff7522d5b96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "43bcca2850e94374b13fb7cbe1099937", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "422fa5b22cc74ad39b112e2823c91a33", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3a1557ebbbb044888f9ad52d96453249", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2cf90f5af8424922bc5184e83418f274", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ae163f5ee8f04c12af31d3980b11627a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "740df03adca6424a9d06cb8f83732b23", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "fcce4e2bda4543cea9a65753168d6699", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7bc25b7259fd4aecbf118c6ecbbfec6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68f6448bbbc6418c9b3ac6a6f6bfea7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c5edb00a85e4d38944e4d160c4872a5", "region_id": "RegionOne"}], "type": "container-infra", "id": "b6b15d2398a744d6935e3f95f75cec01", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "308daaff4a1e45dbbac85c5c3bed058a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a1c3804beca5494abedcb87be5e865d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "8e95b0e40a754b3086bfbb668306eff0", "region_id": "RegionOne"}], "type": "search", "id": "888342cfdfec47f69174fed5b0571d7d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1d35be50f3904d028d263aca578b5c24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "af3d2cc676e144e7a6e899c973f147d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a788e5c8333f469f9d201a3aed0cfe9b", "region_id": "RegionOne"}], "type": "dns", "id": "25333526e2344641ae2cf6b1ce819442", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "48cf617c3aa5433e8c60ebe35a06fbcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c193774633964c728fcab8c644054dcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "57e32e04b21a43dca2e4363b915f6ea9", "region_id": "RegionOne"}], "type": "workflow", "id": "86f2c983bdf14cc5953aa0a1886f5996", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f20b55d551214807aa893c85a9f02c97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f7a24090cdfc4da4b45e060c412546ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9b35001b64a54714a21a20507d53fc6c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2f0920a4d2f245eaaf7da52aed36f602", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a230e2892c10469c87742f8095a8de6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "8017e0fa8a11488985ca182b77f45b0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "fc31b5902f264e5f9a537908b92d8d6a", "region_id": "RegionOne"}], "type": "rating", "id": "5866f38d274d48cda2c8f28ba73124ab", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0ea02e2832a64c64a63753df80c4dc3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8c6c15cf3cb649bcb62c9c918638497c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d234e23bad9c43e6abfd49cb07be10ff", "region_id": "RegionOne"}], "type": "operator-policy", "id": "2a3edfac31ef47acab425f99c463f8cc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "015b1b07e5ad4868a902a9321c9ae46f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2a70bc08e0974f939a89bcdaeefa6e58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fa90193584e64f0b905e74b74fa0e0a0", "region_id": "RegionOne"}], "type": "policy", "id": "dac7d713a0724e42a619132855e708f5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dd8d00a0e8c14dbda6d191293fda3856", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3cc6ea0d1a0b4b8498bdcb302a243f3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "65f3b84362ad4e0e92818dff9970fac4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "02b796f8effc4ee298b4cc239b350948", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4575a322e6c44b78874c424b29f56dad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8b2d51e15d1b4fa9a16fa8276046f265", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f4f43d0e59c34c0795acc4f490202f50", "region_id": "RegionOne"}], "type": "sharev2", "id": "ebb985981f0e4f10afbb46871af4e1fd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4b6a2cc773e1444e98fe68e040a6e188", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5f6ccf9f807b4ce69c06f5f412568b11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f2b4f00e2d1f41c1a71b7578c5b5a3c0", "region_id": "RegionOne"}], "type": "share", "id": "df003960cee047a2aa08a7bdf6bf2319", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "504ccfcc2c91451e898c38577497cecd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3db76eb987f74f72a660a2885f5ee557", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c0b604834b25456784e63e9afe542cb8", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ba1d6f15bb3247959320e394cba31912", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08e8036262b7422e80f572e8bf703d59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e837ac60e2b41e3af829b613d4b8116", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8aaabc08b43947a4b0a0ac01bb500f75", "region_id": "RegionOne"}], "type": "orchestration", "id": "964c6a1459b147158905c1d1208e6270", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e489331b549d4eb8bdf4ad369a583144", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c33cc4b16ad46869685c9701a5cf022", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fcc6713970d4b608dd594f6a187096f", "region_id": "RegionOne"}], "type": "block-storage", "id": "a6522148173049cf8e1e2e2b5144365b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38d092f069c940af9fda325604a61b92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "940f9ff82a234d49997615ec2e1b8424", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5b6e3f30b8142129c6feab58590aeb7", "region_id": "RegionOne"}], "type": "volumev3", "id": "aa75fc94bfa549b29ba18fea5c0370f0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3112c75675c14444a913359e116ed93a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "952111d6cc9941e1859e023a2a3795bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48503f1e5239489ebb9d241515cb1a4d", "region_id": "RegionOne"}], "type": "volumev2", "id": "339e893f28694a8ab4f90f450a488e06", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4737f6ddc67d42b6a73b07554554a614", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd553cec212e444faea43468a6b175d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fd27adbb96146cb9b8a083ad15ea55a", "region_id": "RegionOne"}], "type": "volume", "id": "9a1dab5721434b739bec4bbadbfce232", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a2dafadee2849dd9051ca999bc4339b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a439fcd5b06047e0b3bf2a92d2fe7af5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "adc6b0d090c9428fbc7c9c3eb268e691", "region_id": "RegionOne"}], "type": "block-store", "id": "5a8e269ec9364eec81bcbf3c8ddb690f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5e919559caf64325a4ba05e5a443fa97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7c99e37a6c8e40a19a61d622d91b600b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "904ea7d157004a8ea926c1d0d2c7745d", "region_id": "RegionOne"}], "type": "alarm", "id": "bde4b1214fcd413696b5792a984a9678", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ff35d74d6bb44924adda4ebbb2f46b84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "31ea95cde1594fc19185685c8d52d777", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1c822cf2e6824dcd9cb32c21cc4ba32f", "region_id": "RegionOne"}], "type": "alarming", "id": "dd3a81d84027474d9c589c15961c8bac", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2a6bf8815d7b4cc6bb39d1d6c34d65c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1f5cd9481b5c4aa7bea25c4cb3297469", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e956758b835b4a3ca29d8890eae5eb1f", "region_id": "RegionOne"}], "type": "meter", "id": "99b28b7e88e048f897fe27bef3725cde", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "492e8afa547b4689b2c878b1bbe0511e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2939ae625b6d4491a9a908c7ce9c31b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "191186b45cbe4f4d95df7477246e92b9", "region_id": "RegionOne"}], "type": "metering", "id": "97e927c251c241cf8255f6447d90b28e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a117e77ba2694437b0c03bc9e97c2c0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f520a577c0b14457b027a4915ad0477d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3e09cdcab81148ea82277356fd5ea95e", "region_id": "RegionOne"}], "type": "telemetry", "id": "e1bbdf8530c54eff8fa92c6f2ac2a700", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d463918859974048ae452591301e2bd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "63aaa23a02f748aa8642f52a5e3e91d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b43cc7ab51c742c5a565c11eef347e38", "region_id": "RegionOne"}], "type": "event", "id": "b5858ee12d7744b1ab32d25754334128", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "36432bd320ae44a7a278fd7da47d51eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3320a435ef6e4ff993d7a359d509acaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "001a061a442b4f8dafb3c8b42051a9d6", "region_id": "RegionOne"}], "type": "events", "id": "3ad97b7a6408472aa2691b9e6a3a9dd3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "25a01e0df5d443b1915ba32bd3f79254", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d783ca2328944c1c8b6bbfdb6b1d2bb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "10bc44bfff3947cfb81f6dead2cf5bdc", "region_id": "RegionOne"}], "type": "application-deployment", "id": "629691b8b1cb424aa59c6b3b765647c3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "222600c58aff488c8c093660e24b575a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d9cd46ff8f97444695fe704c6dd5962d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e58cfe1e33184134b64f3c4bf426f55a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "477e5fdb8cf54d5eb91fe6e43f351afb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "80f94b6790ab4fbaa5a54f1d5164a2cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "db6749c54bc74e88afc05b538d72c68a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a9b1ca6c5940497499a26c218a533b6d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "e330160cb31d4c2693d877721ad96204", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a2bcad074d7f42bb827f23b0a42d3efd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "85032c52c79241ecb9459d7e55d198d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5413f8c0c49d44d0bea8f33eea90d67c", "region_id": "RegionOne"}], "type": "tricircle", "id": "71f0637416a846e68106365ae4b9a81c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5d35b096197d436186ed8d377dd23f63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "4d7e795b4760411fab152fe8bac1747e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6d377f7b87c8451e81e9b4f0bb6bab1b", "region_id": "RegionOne"}], "type": "database", "id": "c1ad9bd8f7364a2ca9281679b562edcf", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "39485c1a9ddc426ebe0aee35ba8c6394", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5996ce25ff4e46d9bbfac846194670d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f0e2937b55354c23ad88a4e1439c2ed1", "region_id": "RegionOne"}], "type": "application-container", "id": "332da50ca59348e6aa23f4fef8d84758", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "43387c1471f04a7fb6dabf4b1de3f023", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a13c50b7d14b4fae91c7d6fb5ea7be74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f7e5b532fc29442786d92bd74b0f5bb4", "region_id": "RegionOne"}], "type": "container", "id": "f63e0de26015427887ed5b219c8cc49f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f59844a194094c7a948bfe9871f569de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "259b06815449401f87e330455bd9f259", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7d7f1afd9c854c508eb9cba92cdc68f4", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "42260066eaef42a08038cc16e7d68720", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5c2575c313934ccb8bdf1078f946424c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "26aefcfb4e7849a7999695846c6bb989", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "98ff367b4b6b42a4a7e20828c06a52bb", "region_id": "RegionOne"}], "type": "rca", "id": "387329540e8f40ce9afc2ace726dca5e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bf8b22955f4f4daf8e690c0a035974bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b070553004144645a307309be04cacec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "65f8fb8344e6489cb26655bd58e0963e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b0a467c48b3d471fb6553eec18423c94", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4beeb145c4924810ad11654e9330dfab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bd285e27328548f199d6d55e8f5a542f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1ac3fe6989604939836c45221d184f82", "region_id": "RegionOne"}], "type": "network", "id": "f2225387fd554789a943cd16d365a092", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5a9f5d789fb945ea93bd7c301955a204", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "325246a74fcd45e5adc6b1c56bab23e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "29dec30ed5254aada7c998d115f68945", "region_id": "RegionOne"}], "type": "backup", "id": "1493a543edcf470897c75bbb8fa42a6e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cc9b10769883426e91108c8d50fb48f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5d17f3645cec45159f37f311dbc9f6de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d19e58d85aeb48468c7d63c26ab16c14", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b7134d85a5634a7681f4dbd88a19b2f5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "de57bfb6a8e54060a9b475615f77ccd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "190ab3ed6478487d8a82e860ce3332ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "164bc7de84c34b5f885bfd32d272a6db", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "91f6300da8bc4e95bf9cc07c99afa38a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a1136d5f13a34fa3bf4ed39a50d57cca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d7e0568c21b3413b8ae3ff3fe31824f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b79f55caadaf47bc8c4a5cf7c6268d2f", "region_id": "RegionOne"}], "type": "monitoring", "id": "1397a4d47f2c4610aee1e1f3e4f5d2ee", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b54e37036030471d8c3c01de22813e70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d91bdaade5704dde81d232020e32adcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "653add5cfb3242e7adfd696f1e5a2325", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7e088993b4b04e4193d0c05d3327bebd", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2bd74dd067bf4601824966e816bb0245", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4579f23089b7487bad8525909c5f099b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5afc2bb8b8e4435f8f2bbe498ffde7f3", "region_id": "RegionOne"}], "type": "placement", "id": "e203b788d00346bdabf043ade7966edd", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "48df7da982944b58a05da69f38b8bc6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4c9fa41843cc49dcb6984b099ada0e62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3e5a05a668274e289efbe457d205833c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f9013da6621d43449b117090d645c4e0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "07dde861af1b496cb437f014e8177720", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "62ceabe3609e4b888483a949051c8ddf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5b18aaf4136a4a648fd433665561e319", "region_id": "RegionOne"}], "type": "ha", "id": "c1bc69b03ce4491d958e6575c3e2eecd", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d2866248b0ac472388a1fd4168ee386a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f4fb5726c7ed423e8f8e7bf006138788", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a5f4589a2dab4ae3a3ecff529013f090", "region_id": "RegionOne"}], "type": "reservation", "id": "645e7f9fbac44444b7592d4997014175", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7da82fcbd4294be9846dbd69dd6b17d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ff1097b1d66f417bab343bc208c91836", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d363f08c963d4fd995e515e8c5307b96", "region_id": "RegionOne"}], "type": "function-engine", "id": "ea3902611a6447a48e8238ceb1ab6e6e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7e6db973a9bd4995b6da1cab68732793", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "360c665173024438a173908bdaae04dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "eb438d0875e14c4c9206c1cbfc49e876", "region_id": "RegionOne"}], "type": "accelerator", "id": "323bdf0a2eec4c2da682bc5fb0bfd518", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0e9aee9b21874c7ba3c83c631dfb88da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "175ba07c937442fa80eda4f915835d19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "014706d8ac2a4eb18e949073cd63e0c2", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ff92daa2dcf649b2be346094dfa7019d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c5ada99fe8ce4138a28ce2cc744822a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "56a1d111f0304172b1e349f921b30816", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6dd891b1b6cf4e8099ba6b2a587e532b", "region_id": "RegionOne"}], "type": "registration", "id": "c3db968300ed4fc0821400be25f26387", "name": "adjutant"}], "user": {"domain": {"id": "aa102c0bdb2a4e4696035620d6e78473", "name": "fd975e893670480aa56235b444fc6294"}, "id": "9aa5594c3ada470d99c1c1199fe854bc", "name": "74885dd6bd7a4ac4a2e9ef0626b7efc8"}, "audit_ids": ["36257f3bdd494138b80c3c1890c00a27", null], "issued_at": "2019-09-19T09:04:41.613194"}} 2019-09-19 09:06:41,741 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_stream_object_not_found-2/openstack.tests.unit.cloud.test_object.TestObject.test_stream_object_not_found-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,744 keystoneauth.session RESP: [404] content-type: application/json {6} openstack.tests.unit.cloud.test_normalize.TestNormalize.test_normalize_volumes_v1 [0.102985s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,684 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,689 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,691 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,695 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,708 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.625652+00:00", "project": {"domain": {"id": "c008cab3157b4573bb8c811346d001eb", "name": "7c665f1c57fb48fbb4bcda4e4adddcba"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7a2cf3268b214d42a0a8062827b9e46d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "db51d4bdb19647398c4be568cea75871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3eb6905b9acc4f3d90751a409ee8f579", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0184703400f74b859fcb7fcf09deb549", "region_id": "RegionOne"}], "type": "identity", "id": "a9c333f6229b4fd5b82e95e16846e36c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "539687412316413689306a16253cb785", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "97d02bf47e644bd9884e24d5897b377d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "91eb5d5e68df4cc19513d68f0637b73e", "region_id": "RegionOne"}], "type": "compute", "id": "8ee64067139e46ca98d9c012729ebce2", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "8e0d259af5ca41cea4df5c53e514f834", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "052b40fb260448169e62ea63bf3e50e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "020c2c8bf70b4e3b8a4d0606649414df", "region_id": "RegionOne"}], "type": "image", "id": "ce498c8d78fc4e17b115a8c0ae58c5ea", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "50dac18a23d94c5b9126e8ffade72ab5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3e7312febe93445fbe0abd443e31ee2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "eded76caa2db417d9eb316970013e6e6", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b44c34ad2135469cb73f932ebd6915fe", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e6611be94984ee89ffe2b89befdad6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3901c4ae9554f2697906a31de55542e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e8382b8c76a44b4b7b3a2f612b8e3de", "region_id": "RegionOne"}], "type": "object-store", "id": "0486a8192c8b4153a4a801635a89137b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e823da3c0f23495aade6c8772983664d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "71acf8d6ea644cab8240e7af631faced", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f72c1904e6a14f33a199096ce0ba7458", "region_id": "RegionOne"}], "type": "clustering", "id": "79e7058688ca414597e6007864201935", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e8a5efd241ff45f2b63526fd6b1b9014", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "12afa3655d2b4f88959db9127e0a01ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "58c529ad3b294545a61e7e58637adc0f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "6b7de6f8a3f94647918f1b2324dc32c4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5b145ca17b9a493c84dd633feb01692a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "21c6ee8785f3461e96f38382f3c9545c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1b511c0e260f4300a1114121d2150735", "region_id": "RegionOne"}], "type": "cluster", "id": "ff701a81a4f5407fb22ba8c69ef0d374", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "aca5cd29d68e41ef8cbfe0e0b1131a18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6164c3d0f6d94a69920b53cb8b5cde03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "820581d881124a88893ee4215badfb32", "region_id": "RegionOne"}], "type": "data-processing", "id": "cf1705d4a1f64ca6b9902fac4153b418", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "29cd4c4bbb1b473b87645ef4211af346", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a0e1797c4b6e47949cde5001a622b5e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d0b1026d4a2a49d292271d06f9af71f2", "region_id": "RegionOne"}], "type": "baremetal", "id": "f0cf7637c95a44e29ec8bfb62c482532", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "54fb453d00af42fa8541a9508692320a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f0f12817563b4eccaeeb3ca0164a692a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "45db91d00162491e994b76bf39645209", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6ef7dc0aa8da4bdbb138cc05e353a8fa", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d577311a3830444d8b760fcee253be11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "67becec9a55c4302a3dc4add2820d12d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "41d907b178c6482f9aa822dbe88f40f4", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9537f0c1dd0b4b96b024f3006d1c5e38", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9ef75dd3a3e94a3f9f5008a7b16ffbe4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1e7b8fdfd58043cc86e7682866358cd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8c52af3a5ee94b63bc997c801a2fb065", "region_id": "RegionOne"}], "type": "key-manager", "id": "ccff7146027c4751bb31102cf0f4be6f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "74ce8ce3e46d422380119f97168f2681", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6cbe46df10524ddabf0544fdc51f9c55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7dd1e630435046bfa3729190bc01398b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f19ae3b276c2460abf70e954dd8ceed5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "351c1291ddfc468c863c052b5d87e193", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5a77f0c8f9cb4297bc5d932d88b014cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "03436b25a09a42adbf903ae7043f7a4d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1f2b4ad25d5a4ec4a4c9e6bef9cf1862", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a3b63909a90d4a70a82481f4d3a8ee9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a0d67f5522c74a009467943ef1a373b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c2cd0ea884bb48199b248909243231a9", "region_id": "RegionOne"}], "type": "message", "id": "835efb635ea84fef9c12c7aa38c310c9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1198cf0f4927462ea9641988bad39393", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "46844e6e68504aaa882ed6c5d7fdaf40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "be1496fe0789441488fdccde774e7fe7", "region_id": "RegionOne"}], "type": "messaging", "id": "fc7010ca66a34dbd88bee9829fc9bb29", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cb308571838e4b888f80856fd93962e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2f1fd58d8081481280c00c9891fe77b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3ecb95dc42f14a40889f9ce2a34e0851", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8456373ed0834d53bc4e79ebdb0e02d2", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "099ccb4f1ed9422f9b13e45d574b1267", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "96e112e812024172b03cf5ed6616fbf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "380a46e4e52444dc82ed99cd59c4b9c4", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "da5b7f209836479698acadf82a274a44", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4a750412673f4a368c0f519eb638a55f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f893d8f429054ea4aa2a7ac496a5d25e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "222bc820338842daa73e5a2c14919ae5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "26eaa89a58bd46aca1ee1efbacdddd79", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "456187c56ca746cea34163ba60a358df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e80e3e80765c47b68d8158aa9c268b44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bcdef89bf8c54c4d8c4c974988edf7b2", "region_id": "RegionOne"}], "type": "container-infra", "id": "8db1e496a0274fb19d7e7dec9dec325d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6accbb45030140c8a051d9a14ccd1b0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8a31cd6172234a34bd8491ba3a008c37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2687501fecba4316a0c134c5a53afe45", "region_id": "RegionOne"}], "type": "search", "id": "a50d32abcf624c1587df33680c2258ae", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "653f35f630f24c4e9b452c1593bdc3a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "caa850fb32064d5a885c3f56642ae11b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3a90ab7437f14e40bb4790f7770ade86", "region_id": "RegionOne"}], "type": "dns", "id": "3c4e8b93a1f14c5892736e1cbed6d99b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "50492ba1def946d49458c8960ca5070f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7266d02fc8434ea688d9b3ca3e037d20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "82a7596d4d0347c7a79913e6349d296d", "region_id": "RegionOne"}], "type": "workflow", "id": "f0578692798241e899504dcd6ab444f7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a40db68099cd4344bd1125fd59245f13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ad123a344fc2428b8fad5017bcc81a5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bc4e12e7f43e4dab970010988e6697ec", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f1fa2f3f5a70446089afb6d53aa74eef", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "61371aa2064c4af79c6ce4af78bd2b85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "025497286c324eb9af58f11759e9ac4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "bc0b84877e2242f7931cfcd2237ffadb", "region_id": "RegionOne"}], "type": "rating", "id": "a1c120c0a4aa4a4bb7654f8bc3213518", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6671abcc71f848459dd700f3b95b9f8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4c9f6bcdddd94b469e845ef8aeab036c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b01fe521e0884cf59cfcaf4040efc1b5", "region_id": "RegionOne"}], "type": "operator-policy", "id": "fa54e7c68f094e5e89d4315bc330d475", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "92092e50ab5145b58d86e92e0ddfc6c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6cee98263d15430bbf8fa4a165be88be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "902f7834eb7845c5886baf9e3fe84a85", "region_id": "RegionOne"}], "type": "policy", "id": "09d80fa8be8d4cfa8afc51004ca9136f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7b7f7f36d298499aa16bf0c2f07e7a2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c6164457319048118f8fa400bbc44c09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5152e25389ba473aa26764b5eb4bafd3", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1720fc31a6aa40c89a8a57472df1dfac", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cd24bac62a8a4256a0e712269490f984", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "201e54028fe04767bf4fd0fde66be7c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e26e54e9fae74bf2b81f6c299453c73f", "region_id": "RegionOne"}], "type": "sharev2", "id": "074b8c64db67463bbc2cc69f50ee1b84", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0ea845446281482887adba38a860b138", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dbd4675871994e8f8086a3166fa321dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "20e1811c211542d79e813d10b6888bec", "region_id": "RegionOne"}], "type": "share", "id": "4b3bd446f9d14e60ad56dda16327c1c4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a06411efaa694ebf9827ebf3e4d824c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2cad0bb280e14560835eba5356ddd785", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "747a5d27c1ba4c3f99d2c1e9c3f2fb89", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0067a4e0f0c642d89b64d5385ffdfbdb", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "deef282fd49e4c239c28178c68160f58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fed6dc3838d643268d1e9a81fe91f42f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "946b3ae60d6744c996271470c49519a3", "region_id": "RegionOne"}], "type": "orchestration", "id": "74c7ebea90a343edae45fd3bca40ff95", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01c4419d5f884260a1fe1716e2c589c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75003b728cea45e69458639f10fb82c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52241ba27d074458905734173aa9cc35", "region_id": "RegionOne"}], "type": "block-storage", "id": "241d74f432864c0aaaa93371c8db78ac", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4e340a60abd4b5fbfeb3df700f0d00c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "300e506a17234d5b8d7b28110c5dcaef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d561cd5662714caebe7ac0cd23e0938c", "region_id": "RegionOne"}], "type": "volumev3", "id": "d212d6429ab144209c88f92ce2075018", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1dd3cf5efbd443b5b86f9c800aae77e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5dac8b844a54d0496b0960dc91f4060", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8cb3f936dd7c46fc80604cdac6312614", "region_id": "RegionOne"}], "type": "volumev2", "id": "decfd3ede7cd4b47b0afd2cb0416b10c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12bd38ef33854a6fa9b3f0d0093f496b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ebd2edafb6a44e7b40e365dead063d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7bf55f6e3d9543a4bcbe04cd47092713", "region_id": "RegionOne"}], "type": "volume", "id": "08270be1b2384e63832e2d2940dd7e88", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9d56834468c4ed39e41e103b61e5b58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab170705ea03462eb899553f979d7c91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14bbd55866c94cfb970461377dd790e4", "region_id": "RegionOne"}], "type": "block-store", "id": "690b788f8e524863900e5e610ecac0c2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ca3c29da94304d09b79c336dfeba01ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b1df154de3194a199e1fd7c8495b59bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "522aee43aee94f47b27140dd339ad974", "region_id": "RegionOne"}], "type": "alarm", "id": "73d5f0c49aca4a87aac8e0af881f8a1e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d038735ea869403f950274e26d708291", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1b3b6048bb7c4cd5aedf0b242786dff7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "350ffb5f6cf346f8b6e3ece69f38af44", "region_id": "RegionOne"}], "type": "alarming", "id": "2549ce98957e48b3a6beb2c0f3112066", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "188cad5eae2a4c43a50a42e0736538ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9448b1be911744308bf02afd5eece76a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "14309e702aaa4411b4fd8aff76db32fc", "region_id": "RegionOne"}], "type": "meter", "id": "6dcbbdc4c32d40ab829a243c1b8e8684", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bfdde1b4cd284194891a57ac8da9b95e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "43bcb790c4a04bc299ace84e4d16af78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ab6e7e4623cb4d4c8d5d2a846d6ac521", "region_id": "RegionOne"}], "type": "metering", "id": "452a4f30bdd3419e82554071cc3a484e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "730343cf44d24c0296e07222983b97b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "76338019b8264a418952ce0591b36106", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ec069ef9d1a64ff884cb08affbfebe42", "region_id": "RegionOne"}], "type": "telemetry", "id": "0c700d992b284449aa271a12ba50b78f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b1e4f3e7153a4d319b53e2cc79a5152e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c626c8b39bdc401b82d4304e9bf0017e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9e8eaceee994478d8c3e728169fc627f", "region_id": "RegionOne"}], "type": "event", "id": "1385dfdb3c2546a98caacbf5d4aa34bb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7384df0a89cc4facbc0a98515062a72b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cd1a7590ad224a909f713b348e71c8dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "572b024ff571476a9320372a8894d383", "region_id": "RegionOne"}], "type": "events", "id": "514cd519985c4c3da42f5b0e06ab0bec", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4f7bbcb8141542edbe6f869b78220f46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "31d24eb006f845d2bf8fe30120038e75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "521d97eeb4714d388fb89fbed98a93dd", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ed23167b0cd84cb7a9b70a8b85716a01", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "38be7841b6bd4ce59ba789d51ed0bb37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2c3107b7b40845529dbcd02c07c45531", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f37b5a0b9fc149c8985846237a7443f7", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ae61070ec7d1453c9bd17e529845afd6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a86196f2d67648a98e7ecc176abc6ff1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "91b106e2a18c44c4a66a3eef3cc641e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0b01bf928068439992bf586a24434e23", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3c6d691eb5af429c965f46d366796402", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6f9355c537a14da7aa16456e0192bd79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ad8ad94e1faf4c1888765c00af980858", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "883c34a5f4a448a0b085163621d76a60", "region_id": "RegionOne"}], "type": "tricircle", "id": "e0da8ef9a3e742db8e69194b3b3bf1e7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9442d7cd603f419ea0088230fb0c1d21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6e3d461e87284186b57f9a15fb1935cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a3461bae62d7464f9959792ade66b2d3", "region_id": "RegionOne"}], "type": "database", "id": "d6bdc8d2433244c085f67d0d66427da5", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "23212bc40a2a4ab58f5a17c475320592", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e378db8571544b588f2bc42f82be73ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2f3469dea5104ffc802da881d5e18b33", "region_id": "RegionOne"}], "type": "application-container", "id": "51b29d58c6224af185bfb883b3b7f086", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9b1fb23ce6fa439098270714819945f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b782f4224fef4206974fd04168a7c3cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2a9fc4ffc73d47979d32f1ac9b9d165f", "region_id": "RegionOne"}], "type": "container", "id": "6eb41e46c4a54dd39013bb2ae7ba27c4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "591c254b1e3e4cfcac817680c9b38653", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "061c967548dc490c921ce11e52d269e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "081bf4ec22e04042b046146cb513c098", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8b373a3f7c1e47cdae2e09fe7b2379f0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "99bc7396e261425e87c08875ce079679", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0390d0025a594973965971700e2d2e23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "24c48b55172a4250b1b3d078e22626dc", "region_id": "RegionOne"}], "type": "rca", "id": "c9c481f0fc57470284d3b454c1b783a1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8f8c3526a9f249d685de892a935fe5ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d4e3c0c7901b42469b80e75d25788698", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "41985538c4034ccaa7eb2c3b9d4cd23f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "45a4f51103fa4c3c996ea005538fe408", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ce1a7b0d93154fb6abccaa576d924180", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d8d736bc115a49b8b93f05c80a8218b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "133eda1f44ce4d149a1f54ce9ee8a54a", "region_id": "RegionOne"}], "type": "network", "id": "c139b3718b8e41c4bc2462d1d4e4208a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "63441d6396b54eac9e77243d3144376e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ec30f57c2aee4d77a34ebae5cc718c1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "1917c8bcbed346b3bc0d9f837a9fd83b", "region_id": "RegionOne"}], "type": "backup", "id": "931562137c2744fb9910109b1c54e631", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "25a124ebe5dc4711991373e820116295", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ad8be97ea51d432ea553d0f501fda31e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c6e2bda975a34026929f693617c71666", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d2e5bedfa5d34c09aa17c222f65c3e60", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "61959e23030749de842e66f139039a22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bfcbeeb5aaee4692b040797c2070e461", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "68ffa59c0f8341bfb97bf03ac6628f37", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "7c5756b300be43ce924e547e6c4ceea8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c155635b68df425d8581e03b3d02f5ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3f1dd4f4ece84e11a884ed544f3cb79d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "516c68d294ff4ca1ace4fd82c2c76608", "region_id": "RegionOne"}], "type": "monitoring", "id": "a520484e058346fa9128c01b424b7878", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "935556945ebf43ed9cc821c55b87d1bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9f6e563ccc9d4a528db84dcb9d40c36a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "428e2101de8e4ef5b9784d1a93e9155a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7a374b43fbf0432f9ad52d35aabcb460", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "cc24d3d24cd24e27a9694f60e5a5cc9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5df6b3bd7ec548e087475a7a51d43d65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f9d5122b2db94bb08a7b1790d4bfce21", "region_id": "RegionOne"}], "type": "placement", "id": "faaf0211fd374156baa58d1bb8a6d59f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "eeaf61cc8bad44849044b257cdf5156b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "34e5b65b2d05481b8870bce1a8cd2b7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d78d77ae60854a1f87db7d6a09a3dfc7", "region_id": "RegionOne"}], "type": "instance-ha", "id": "cd446d75837041e9b5c05c1f93ca1e04", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ab6011470e49413b8584b69f27790143", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1c3115aba1654d4da9feba550f5c85d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "09048fcc82e142c998628ba7a69f2cd6", "region_id": "RegionOne"}], "type": "ha", "id": "e1b67354d6a94cd489e842e253923e81", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e5388f587be84419b41d79bad891a972", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fea5c21fe6a04c0b9a2677aa10054fd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "9353b1a0ac664e098c1fcb202c996d85", "region_id": "RegionOne"}], "type": "reservation", "id": "b0385880bdd5432b8496441f0329f4df", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "78f5744b35d248b69547a93d7861dca2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cbdb2048053b469d86f713d1d1c44235", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3c1688753bf34342aee58d66088d0424", "region_id": "RegionOne"}], "type": "function-engine", "id": "658dff5b03f9443c9973e9492f64bf10", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3a16ae0f7e204ccaae0df802cabd9a48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a5111b0417df411ea91f5cdb56832d10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7c5368270f874db49e7e7c79711b39b7", "region_id": "RegionOne"}], "type": "accelerator", "id": "457e4cc6f8994c2aacf905eb975dbc9d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6cc583dfb97e4a639ab50dccf40b202a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cb1078bd27dd46e784ea15a2f1188050", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a8080168bc254579acce711e8f188aac", "region_id": "RegionOne"}], "type": "admin-logic", "id": "edaf11280fc24bf3a60680affd07bfad", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fa341a58f38c45aeae43f278bcf14a56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5b04fcb11d6947cf84c072c61d2dad01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f342f0cc338c40009282f440bf05db8b", "region_id": "RegionOne"}], "type": "registration", "id": "5f75493baa734a1e84f25cb844c02b6d", "name": "adjutant"}], "user": {"domain": {"id": "4286e1bcfab94d15aacf99fe6b7b1380", "name": "ed73e565ba174134aea326a422a7e49f"}, "id": "b017ef5c551948e793cfd2632f80fba5", "name": "3750c1d8241040a593a9644ac07da5ce"}, "audit_ids": ["108c6f10733949ceab9da825cdda9991", null], "issued_at": "2019-09-19T09:04:41.625652"}} {20} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_external_ipv4_nova_none [0.066374s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,783 openstack Disabling network entry in catalog per config {18} openstack.tests.unit.cloud.test_network.TestNetwork.test_create_network [0.187731s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,630 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,635 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,637 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,640 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,653 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.566960+00:00", "project": {"domain": {"id": "390612f467444efca9da4b779be99c3f", "name": "a14358ca029b4e09981ea3a4b348d991"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f669f011013840e69cb7002becafe143"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "bdcc08a75f62477b9f6377da5e98c440", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2089226d674f4e0696fa0897194b2f4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f40a3dc9a8a64336b9e7d6cab6a48446", "region_id": "RegionOne"}], "type": "identity", "id": "9f8a7fda79fa4c149ec1d8a75de656be", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "65579934d5f44ffe929af46c065b8a26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e1bf6093965a43bcade134ec1e9c61c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "749259747c504fe2928d4be893ad47b1", "region_id": "RegionOne"}], "type": "compute", "id": "0119b96713364198b5d5570b2d6891c2", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "875187e604734f4f910a162e3aba8f87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "50be2c53030b4bcfaede4c6ac5391c33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4d744070adcf42b683aaba71ac064865", "region_id": "RegionOne"}], "type": "image", "id": "9e84ca2581a54e33ad8470e5a45297b4", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4227b83c4935471cb817deffef0d0bac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4219544a1ce648cda6ff3f69e54dc69d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "fe861d3f2d0241cf8459d6c341b6eff4", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a32ceb5b1e9d4a5f9fd044e4723ddf24", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc462cf028b74e73b6ea3cff6a0763a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68a56025062c4439bfc2c328c0665c48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97f82b4eb836466e9479fddd117d6302", "region_id": "RegionOne"}], "type": "object-store", "id": "bdce747524d34de99097d562adbc7576", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dc417eb84c864f168b1c62e8ff9feeb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b6d296b14af843da82eaa2bcee95dda9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "420424004501494ab15c890833235a35", "region_id": "RegionOne"}], "type": "clustering", "id": "c1fd8c0288444e6faf8c64662541d74a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0b3c4d29003e456c9632cb01c372366f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "371b07da8bb34880b1c7e2b440eac1b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4b42c072e8df493381747f6ce56e5151", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "dfa63eabd4ef454ba7b227af50fd5fd4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "829513ea5c4c47bab7171bfeebb3f967", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "693c3d62fe824ab4b0cc6004e6ef8e97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a11c99f256de470e9cfb9642cfc34571", "region_id": "RegionOne"}], "type": "cluster", "id": "2a694790e40740ec87143d229886ce63", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ae24f368e1d44402afcf676fb0a4c8dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cd1268315b73401ea28f2774d5ee2506", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "11f8d285da154b338b5d340a042721cd", "region_id": "RegionOne"}], "type": "data-processing", "id": "16af05d7e10f4f27a960a57bba75134b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "24833a219cf8459c9a130456aa94cdb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "297f4f589e7d41068c5cb4bd20f3a27c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6f6be4d0f85f41c691c1e38c3cb047cc", "region_id": "RegionOne"}], "type": "baremetal", "id": "b99334a8c1024843bdae36ad811b3a9e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0f181612a7254d8b9330e485761bd508", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5e82759fcec149ae8f3796c59174054f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f425b27884734dbcaa864e09d45b1c44", "region_id": "RegionOne"}], "type": "bare-metal", "id": "361ee54582d64db9b6fae6be5fb6566a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5c18fbdf5aeb442ea47726cde3c03492", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "eecb4ba15a40468b96778fe192b52c04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "75794d9fa5ef4330971c988987fed5eb", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1d913897f7f9418c8d364f156dc7efab", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c2bb49f8f88f46169c1d7d88bd869d01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "254118ecd6bf457eaa2b44b94e7a1963", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1fc3cc6913e5405b8d295b60c8bda3b2", "region_id": "RegionOne"}], "type": "key-manager", "id": "509f67a6a1574753ba8909d09f589846", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "96047b3b9ef942b1b1bc2f70223e3365", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "12bbb176468a4ea58867c1cbef2976b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "75c337d0af5a49a48596adbacae184d9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b43242b7f62e4ef1839d44e244e6325b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "69089ec85a5c4779a6bda64cf8d407e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1493b253fe794dba973f34999e08b528", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4109160181914b068e47140e36e581bf", "region_id": "RegionOne"}], "type": "infra-optim", "id": "51bc12c387fc4bcbb847a61b8fef8085", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "30289368cf70452f8bd0ea327b6b55e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "72e8019d11df4641947a4138f5ad6a4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a6535f1d1f7b49ce84234ddfa4946488", "region_id": "RegionOne"}], "type": "message", "id": "fc199b7ba4134f649d937dd6d85dade3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f02b0586b5464ba791a57b77f9a9818c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b4e86b372f4245349546676a0d7f226f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6e24b86af0c14e638e46586d3d1aa475", "region_id": "RegionOne"}], "type": "messaging", "id": "e85445c45c454b538c6e737b4c0e6e6b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fedbdc6fab6845fb91b06347eb1bf67a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4ce21e7e9cea454e8e1272bcd7f79e10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ac567e7254664645aee7fe4ec1c8acaf", "region_id": "RegionOne"}], "type": "application-catalog", "id": "494c9e326bc049208f01f9c6076df4dc", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4b0f5c6fbc664a489df07f0a80523c25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1c50d64c1fca4a0f84e45e0af3e42189", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b9cd4b4243e94fb5933115bb24c72cdb", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6198776016664c45ae79d85530592239", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f96862b852b0425a85d16d8732d3e657", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2eca455745194105b1e8b2ebc89d7c42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c8b775f76484468a12ce6d0026e0cd3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b5093ee81bc9450f93e62ea5149a6cca", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e9e50b8f31b24cbfb3a6985fa741ece0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c3a7a278ea6540b0905d78686df25774", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0b207e3d869247a8aebd2b252f3115de", "region_id": "RegionOne"}], "type": "container-infra", "id": "031fb64e2831440bacc391bf7e1be6e7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "3effac53b45b4fc1be93325c71d8fce6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "6ace9d3567d1448b8d304c03a5d79cc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "58ec3270a79c4115bf4e5c2438375e71", "region_id": "RegionOne"}], "type": "search", "id": "4c7dcb4a5d0b4160840992454a8a41dd", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9a87c820190546a5aa62f8f8831d4597", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "da3fbb5c1bbb4e64a592ff6e18e30723", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "70c1e6de2f8d4fada5b195f582eb66fb", "region_id": "RegionOne"}], "type": "dns", "id": "b6d9de9368744a01918e495dab562e49", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c1261f9b161740d09af939fcf8b40993", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "52ac599ed16c4a14be8fb7be1c57b144", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "edb23f4da9cf4ed0964c18f212f720c9", "region_id": "RegionOne"}], "type": "workflow", "id": "6e76a40c042f421397582791ce5c89c6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f172c466025e4e38ab0b010060fb7031", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8d22b9ba741f47479548f7485e6057a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b9b160e0db554b208e1ef0ca0e3f3bc4", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b4fad33d67554e8d9b79a3409588f7d7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1b4cc74cd78048c4b24460047ed663d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "79b645557ec648569e85b265e9b2fa0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0ca8ea8a304c403b886353ae8abf997e", "region_id": "RegionOne"}], "type": "rating", "id": "fa34289375bb471282028fe099dafee0", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c636d80d79bb48479ff9ebbdfa231d77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b047d7d009f64549a0231e9f10862fd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "11f46107a1cc4b68bb837ee57d05529d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4d40f841c9cb4e13a9e07e80baac437d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4e46bdc2a8f1426ba16997ac8845e2f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "42cbb406ead14caaa1d644cebb174cce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1e01303b67ef45e2b2c512eea4e78d2b", "region_id": "RegionOne"}], "type": "policy", "id": "a380df941aae4da09d2dd5f95cb7c8ef", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2dbbb88c54c34c1aab516cc83f244951", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e1b1ca75d789496dbd589b71f0a71a75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5d4f4da48ec44ebe84f303c0913e6c41", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e458cd6035b441c89e7d19d88e6802ec", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3b0b5dc02d7b4093a4f9bdcb0f57479c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8289159fc225485db5c50830ff6b09af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b23576db40ee4b8b85c9b13640443fd2", "region_id": "RegionOne"}], "type": "sharev2", "id": "55ec47c5d84242fcb29a87932d112880", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4e5db0d1ceb8400a83d4f076430c6d9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7238a982169f4a2d8c340f3eed56fe9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "eabd8fad0d2e443fa12bcb02e567e6ef", "region_id": "RegionOne"}], "type": "share", "id": "dd58f20749814c5e9132a3cfb218e8a1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a2a6a86fcf274c2c9723b8f5c27f049f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b7771527fa664e99b70210324ff4341b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "94f377c3b2ae47afa2537d1a3f2e920f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0a0470e102bb4810b181003f85944736", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74ce6d8c53d64457bc1f2dd02f3841db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3eb862eb782543b5a437bb96c8e987a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "799fcf98955e4bfe8c4c99126daa1b90", "region_id": "RegionOne"}], "type": "orchestration", "id": "13b907065bdf47e5a90a8e578a660b0b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "014a87643dc9460eb73e97b4e923cc81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c01bf48cae704a73a5cd8a3d5ffb0c5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99d5109e391c4161b2597f51e5555d1f", "region_id": "RegionOne"}], "type": "block-storage", "id": "6d8835efa84647edba819b7e642f389a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21bad23b32844c31be8cf38a3a9ab477", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00e4c5cfc1404e3cbaecc9e350940ad8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa8035fbf89b4b0e913e79aefcee82bc", "region_id": "RegionOne"}], "type": "volumev3", "id": "6e52a914a1eb4e0eb82b8efb2d4ee9de", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10f299eaf47b4bbb9308936439ba1801", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "768f9cbdf14b445899f099b7879fa545", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e8cc6e6a4e742fca4cb01993b4f82ea", "region_id": "RegionOne"}], "type": "volumev2", "id": "5e0dab27fa5e442caaf91239e3df8ef0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96efec5b68cd4116aaa8a6d19cdac631", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc34fb09d2db4de09960ccd5c3b5c671", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bbc775fee0ae4048a8632a217ce8c419", "region_id": "RegionOne"}], "type": "volume", "id": "eaacf84fae54491cb7e0102ff3178d0b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9877b2ce6b074905b98285aa8edcb018", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb6137dfa7ee4cfab40479da48a348ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df4ad0e975a34d13a1cd4576e0f2271b", "region_id": "RegionOne"}], "type": "block-store", "id": "8c3514c108a64eb8a9d35ac0ce94c9b8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e6955fb1d56f4a43b7ecad93c016c214", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "420f1435c21841a7b380fd647a5bf78c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f98f5c252b68428a97028620de704a9a", "region_id": "RegionOne"}], "type": "alarm", "id": "2b0db664f77a4f18bd29ea2f4d6a2bd2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "67ee27eb9d50450fb14fcceb66c2e65c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c9514a060a9647e5bf3976f78780a095", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2001e0effdc84104addb9822dfc547f5", "region_id": "RegionOne"}], "type": "alarming", "id": "73c5656d811b4fb89ecf713c9faf2d31", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "61f7deda10d64c858347be019d8768f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "876ec04172dc45e4843f6266836c4da2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3aeee1623c82413d91d15ebabfe2e067", "region_id": "RegionOne"}], "type": "meter", "id": "6ac5530083604709874d9ddaf87dce29", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "729e0946873c43de9933139140f5dc95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "86d63192f3284a8e84cafac214332926", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "780bd913a0784767a2550f7628fe9b70", "region_id": "RegionOne"}], "type": "metering", "id": "2fbb53892d60406eb8c3590f0ee4173d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c42accc8d90b4d37915be7e13471e301", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6656e8d9ec63494188558bebf10c2252", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c409043136b54a489273b40168b35d7a", "region_id": "RegionOne"}], "type": "telemetry", "id": "6e30cd860eea40b290da6da7770b2f15", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b7b32c41dee04c5c87a7e8e76b877218", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "139929881fe24353a7bcdc2f484c17b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ed4268a9a9bf44988fab72906de533db", "region_id": "RegionOne"}], "type": "event", "id": "09479ee1cf00472eb6e3dfdf5cc7d854", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "098dc963e8ab4d4d81a029b00905da31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3fda75bd98a74c9ca4b16e34ff38a10c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a6c18c35cdb64acfbb2f62c912d3f4ff", "region_id": "RegionOne"}], "type": "events", "id": "ac8d5bd2bdb0484fab2436472aec1027", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3a44cfaeec4f4e92b5007fffa06afec5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "df31a72ff0de4f58b7c05d8b076ce270", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "72663ee59f2a4272b7c20f08defa56ce", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8571fcc6da2b4654baf9dc84102fc47a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3f3a25e9ba03493b8226f2e5f431ee56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "00ba0998d7964b97910cdd4ea87d7cd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0489fa2d95c4414e96401831b89e0d97", "region_id": "RegionOne"}], "type": "application_deployment", "id": "62407cca2d564a3fb78c211779698288", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "df707c720efa43f9a71468443c65977c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "20a336cc80bb4b3a8db623a1579469de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2b5f415c59c04cb385159ac99ed4f5c1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "67ffb3b300514a85b44334f08c50ba66", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "19e031e545a141c5ab83407723c3ff2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ae657c4778814783986f9f5e7c1b3251", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b34279d9e32e47a5a2b992f07f95998e", "region_id": "RegionOne"}], "type": "tricircle", "id": "424c97ce260641f5b2a521fb27c962f5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "003612b0ea424a6083301b3b8a8dfa45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "81f2e0b56a334305846a3d6b7372bacb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "85d83db2f204456f996f350b4f9fe113", "region_id": "RegionOne"}], "type": "database", "id": "fdd93b4b894540c291c8dabeae5ac418", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "685c60bc7d874d9a942283ea193f6a57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "be88a314a8c144e882acb7f0b54b5b11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2a5fecb759cf48e88f9665fcd8b02667", "region_id": "RegionOne"}], "type": "application-container", "id": "13349d56b36840db9d8390cdcd3eef22", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "09590c645fd04066a0b3f6d2e2ae2216", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "95f6784ca02241fd8458719d301cc957", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f6ca051edf1949659741c0a319dbeeae", "region_id": "RegionOne"}], "type": "container", "id": "90109c33e3f54b959c400af041f0a97f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7ffb38f5914d48e896d6d8343db4bc28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4c5f53aee4f6480ea8a7145e0134c6fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9ca8bade0b81462cb8b07e3fc20b4c1a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2382be7cbf3548e3ae7f39d280b5c8fa", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8b8438a5027046969ff8c2e2455a1f2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "20138c6ffd76468daf6785e39c44982c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "819a1bc8b8b34ed69af8c651bb6fb332", "region_id": "RegionOne"}], "type": "rca", "id": "68716410b30e4f899a29b2efaf2f8062", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "276662e6eded4f5182f74b73eb3a8aed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "202a13571f03468dbfbe17e202930dd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "943f15857fd04daeaec5440d9b247128", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "144984415d154673b3bb0756ab74b575", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "b765ee215be74b0398a0615bb04548ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "272056de4ddd47cfaf09dfb67bc4386e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b4b2f80e6edf4bce8741052725398b90", "region_id": "RegionOne"}], "type": "network", "id": "c42201615d5a48b9861d78de449ffdaa", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "972ede9cc63144a1909dc96e96f0ffe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "fa7513331bbe461b8972c88e16eeb51e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "67e8d0845cfc4593a70092109a7f673b", "region_id": "RegionOne"}], "type": "backup", "id": "931ffc8661b74fd7804da21a0ab8526c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "86593514b2e74c6ea42bad53a2860056", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "717de3b6ca3745828aeaca6653d13e63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "713ef74c483a47ddb124ab03383578b0", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f59d054e728347d580f77ec5f0a256ca", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c8e3d2b7f3dc45d58084cb83b4dcbf86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ad361fc547a84d4f919cdb8797b7ec3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f42023d607b04b0b8577046451891878", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0ed2fd19050a44b2bb4c240fe5aba190", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c22d9fb1dd9540cebd87efb525185e37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bd127580c3df4f0786eb3636309737d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "aa2e45fde6364bfb9a3090b71079020d", "region_id": "RegionOne"}], "type": "monitoring", "id": "357d09ad8e854ebe80f6276e4be03a7d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8bbc3d74247d4e49858c75c79656b6c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ba57cd41aa3f48868c1f7bab629f3179", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c0fc02a09c4740f3bfa3f2084a945575", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "1c10509f68da448e8a20ccb44fc26727", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b9a4af58519246ce95cf7011fb685674", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c8b667e161a74bc495fc7caf44f7c711", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "18bf48ddfa2b4579a7cc957137b0e6cf", "region_id": "RegionOne"}], "type": "placement", "id": "f7d8ed0f3ad444e4b1b34b97a557df4f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5925e6a742db4d359329c24e066c467e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "97d22777a7274cc490aeab5306b9daa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7102d7b15bab45b480424094218d090b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "712d9c2e0dbd4443bb5e10369083bc1e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "544594688fad42bbb8404d0eb7380ac8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ee8ebf14c76c48fba15e33e644ef2712", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7a79958e911d453b9f28f88f04f1f6d7", "region_id": "RegionOne"}], "type": "ha", "id": "f5044636906c45c18a4e88d2cdd5c889", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e4f38f1f78804347be77f9b992ef2098", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f54a65b2781d48aab213ffdee166ed3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "824f71aec5d7419289d0a34c218efb49", "region_id": "RegionOne"}], "type": "reservation", "id": "9171beebaf4f42edb7103f994a4693ae", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6f536d88ebd84bfcbe87c1e4e09ce07b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8ef341bb78e348689a8fa0bffe4003ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "47ca2ec666404bdebd8eb1a3bd7af3d7", "region_id": "RegionOne"}], "type": "function-engine", "id": "3b8ac1f06ce2424ab8f8ace016cebe01", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "26312771c24b4347b920118b75b7c8e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d8de21f65daf48e4834e60f30ec4cfb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d2e0f62d2a394c718f772d549609ca49", "region_id": "RegionOne"}], "type": "accelerator", "id": "269162b6901d4a9faf3f7823f95e5f9e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "be03c5d804c8464aae8fb72f88ae10c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "53cf694c499147f69dfef88bf5b94f55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ab0369908beb41ceb12eedbd34b24449", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c059ef15d37f434abe283173e2c1788b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e1649bfec68a4cada525422ff3e3e5f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "efa57c9121684c89a4ea3826d5b7a18d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "24c46055682d4dabba3d0f7f0cf6142c", "region_id": "RegionOne"}], "type": "registration", "id": "5bc81efe1ac849158ddafca0fbf8b63e", "name": "adjutant"}], "user": {"domain": {"id": "527ef9422fa948d280bbb9a582e3c01c", "name": "b9a5da7378474765927d62e81b2c11d3"}, "id": "cf3410efe85c41ca8ae3ba89999c70b4", "name": "871d7bb34cf74e4983f469ed0eea1d3c"}, "audit_ids": ["11309589cd5a49e28d2daf72ac424b74", null], "issued_at": "2019-09-19T09:04:41.566960"}} 2019-09-19 09:06:41,740 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/networks.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"network": {"name": "netname", "admin_state_up": true}}' 2019-09-19 09:06:41,745 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,747 keystoneauth.session RESP BODY: {"network": {"provider:physical_network": null, "ipv6_address_scope": null, "dns_domain": "sample.openstack.org.", "revision_number": 3, "port_security_enabled": true, "mtu": 0, "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "router:external": false, "availability_zone_hints": [], "availability_zones": [], "provider:segmentation_id": null, "ipv4_address_scope": null, "shared": false, "project_id": "861808a93da0484ea1767967c4df8a23", "status": "ACTIVE", "subnets": [], "description": "", "tags": [], "updated_at": "2017-04-22T19:22:53Z", "is_default": false, "qos_policy_id": null, "name": "netname", "admin_state_up": true, "tenant_id": "861808a93da0484ea1767967c4df8a23", "created_at": "2017-04-22T19:22:53Z", "provider:network_type": "local"}} {31} openstack.tests.unit.cloud.test_normalize.TestNormalize.test_normalize_glance_images [0.114150s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,741 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,746 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,749 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,752 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,766 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.683970+00:00", "project": {"domain": {"id": "788e2d76138d439b8ec92b1ac57ce4a5", "name": "3dcf3821e07c4956b7a879718d756c51"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f3aa444f971d49788438c9661396100d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5cd1a5d1063e416f9a2b8ba35dc4a13c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "84f2e933c56247998bbeb2d42699d5f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a94d6feaa1514b16a4ea781713a1bbfa", "region_id": "RegionOne"}], "type": "identity", "id": "41c64df854414c57bc1ace1fdba66d61", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1edcbef4d7bb45489e059faebd71b571", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "38bf3b1912ce49e2a2ee6177284f4a05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ce4a2ebca2f742b1804f20cafa94c7d9", "region_id": "RegionOne"}], "type": "compute", "id": "250802f2478a44c48f5c1ec65e1109a3", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "0d2366983fda48439db55bd99cad4d91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1d363cf919ef431f856d2aa8add9c9e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "30a5f3c1638d455ca3d974b821e71fd3", "region_id": "RegionOne"}], "type": "image", "id": "8ec168698d5b4459a87d5f6096e633e3", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "09943a9f724647118386c61c9be8bbbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "aeca9278dec94c77805f7c18d92a75b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7a1122b838294500991203055fbf1fca", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e36843ec4dd4471d934cdd1e1616f783", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fecaf330ff6456dbb1b020e760e04cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6557d17574454ff29a5865234ac3d1a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12961c0f8dcc4bb18eaf178388ffe710", "region_id": "RegionOne"}], "type": "object-store", "id": "a141cd74380048039507bacfa859fccc", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e6a93cefd4d54ab3b8027c8649cedaa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f08bc1dea2af424bb7160fe2413e20dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0816acc96451434e8f108ee13247488e", "region_id": "RegionOne"}], "type": "clustering", "id": "62c95705e84041709f4d21787a86cdb5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2c63f8959d594b1aa11b87975962c196", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8d8c50351df644d1907b0cdee62652e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8c65b96f0a3344e29a63294cc5a92246", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "45cd761985794a008431c1579582849a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eb167e6a92664d76a2ccfd76256f346d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "080e7818b5db490fb0527089f5a73390", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7be7a78b2d5e4a388fa97c608adc27f2", "region_id": "RegionOne"}], "type": "cluster", "id": "93d89def065a46619823399f3326352c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a4565a3183b04d99ba3ae1f423681279", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "dbc9320162174ac4ab45105fced252df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "5a6799d44b154c4f8640cecc101325d6", "region_id": "RegionOne"}], "type": "data-processing", "id": "9e48031612844079b278aad4bc18ec5d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9934951d74674734bd8b6a5e7fa70965", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "73cef61671af49909a9e97501a6d8a20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "364ac1a3909c406985204d9d3d706771", "region_id": "RegionOne"}], "type": "baremetal", "id": "a95c95ec564049649d267b6efb7745ac", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6623db4a0f4848379483ab3b6fc5677c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6fdd6b53e87540489ca2b36ae1b6d51f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3fce9267afa34f969dbae8e5d930fa73", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2656693dcad34c09b556b91450005738", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "30dabe33f85644c8a0781a8bafd28e01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a893f9b4fc15481e86eef96c3f9b4fd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c83e1b8cb0644efb90c2fb93c59a0cf8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a462d3b87af44c2eae80685cb536534d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5e9e4f5b6e834a8189eb6e9ba0e7673a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "56ea85886a7741e68292cf8877f54e64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c39f52f96d41421890b9733520e1d94b", "region_id": "RegionOne"}], "type": "key-manager", "id": "6295d96b6e5a406da6f850950bca4fc2", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d69ab1ba3d2e4afc8942fddd6bf0f80f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bc900918f17d4587a507c044c029f836", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9e104afc87a843ce890744679c33bf56", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f6fa1a8cc8354a929fb758ef4b21e7b7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4a93e078cc664a419f16d0afa673ac15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "acc5533e043b48f6b93755e2744e53d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2621eac748a34428b10155d59c2c5b08", "region_id": "RegionOne"}], "type": "infra-optim", "id": "da4100d79b044ce5b4a7da7effb6b497", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cc09f5a37b734e2aaf1eb7794ef0a239", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a9f4f338936741b885b60018d9b71c3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a65b4bb4ece14ee38f048a191614b590", "region_id": "RegionOne"}], "type": "message", "id": "6619e1af04d849a9b0365fa6d23701d0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "de31f89ef31b4e57b6bcefbc0e61b187", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "04af529707204ee08e8c613ca474ac25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c0a05384f1374e2b817b7161682ffb37", "region_id": "RegionOne"}], "type": "messaging", "id": "8185e381f2544f1b8c5c05378f22df11", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7978fc5a0e6349fab053956bbe00f374", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "57269f71d2d843f1915825b5a9a79a42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a259886111ad4a51a07ffdda0aaa85cc", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2d69a58adb604acbbed5b7f50c34696f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4b44400de51244eea15264fafb1e6913", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "493bd7d7f9b048f49cbe23f593ce2945", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a758382bc47e48d899a858c4c93c6907", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3de930d1d7d64dba9e3a50656fc8f2e6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7607c2ee97274970b942ce9ed9033151", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "70ac81640d034860bf1459860f89b974", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8dd4eab024ff4bda8a5d3277ddee39c3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d3f13011bde44c379e5aba1454562ac2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "54d4be646f4845b5914340a55e41d95e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "36face00b525422d91dbff3203737912", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dea1cf37ce57448fa34a91ef960ee2c6", "region_id": "RegionOne"}], "type": "container-infra", "id": "8210d98681094393b6743fcab5587de4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a1d2745476174e5ebc68b026d7bb35a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f4f25482761c49849e13eaf5b58c436b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f33f53cb333d45539c8b98b084c39733", "region_id": "RegionOne"}], "type": "search", "id": "138142a3ab3748edb5e714199bdc5010", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e91657973a3d4f6d89d832986c1adc99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "df875222255549e7839d26d474142c97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "08ffcd07e1ad4c69804ebb0a1c9fafd5", "region_id": "RegionOne"}], "type": "dns", "id": "7af26907eb354e378da18dc0d9a11e91", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d1b48d680d6b4d30a8d2ff3689874c3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fa36e379fa6f4a47815510b004b4af99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0347628cb75d45fbb0eaa5929b6e5325", "region_id": "RegionOne"}], "type": "workflow", "id": "72890df78a5447629579456226feaa60", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1a88308981ca48bb9284ac311e5bfda2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bfb5fa1e9ba44175ae2e61361ea9c54d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a8cd093430804f24910c7de56e9f64aa", "region_id": "RegionOne"}], "type": "workflowv2", "id": "86417dfc0ea04388adcd65fd0f747737", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "43dd139009db4fc79008556d5d958d64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "70ebaa42371741b4a6c8fe79200561dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "82c393ad8e6f4bc1bf0ec0a787f7a4f1", "region_id": "RegionOne"}], "type": "rating", "id": "583078b5b09c46bebc09f896f142a578", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e2522ca186644ad3a7ad0f66dfe6b010", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9f3a7713e80940b6b7bab8576c56b889", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0a2893d3733542d7867cbe53c3628ba0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "49eaad4c484e4637b04e9b0384923621", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "86e31d87e7584cc2964c2c133bcb73fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fa857289ce99438088472dae9737126e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7848dd6f10794e77816c987e36834139", "region_id": "RegionOne"}], "type": "policy", "id": "582be75f858e4093b8832434b7191a30", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "719724294e1a454eb6d011d805af4aea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8ea0fee0a9964af592c642d56ada05e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c3e5b455acdf49ebb7073516b42c1ebe", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "83c903ce8c3d49d3a501a51e261a76e4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5512e7c6c6154141b4cf8acd967eba11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c3517bbd05b5473fbeea66c7a7318c40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "58f5f3d4ac214a97ae191b9284b0943a", "region_id": "RegionOne"}], "type": "sharev2", "id": "a1ddcb7c3840478e851e559761852a34", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f14140b3222d4164862d034662698d0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4db74f53a44d48a990ccf4716c9e261a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3fffda143d474517983b1dea87ca95b3", "region_id": "RegionOne"}], "type": "share", "id": "dd01d5dbb76344aa9a0da7b2faee5dde", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3a1fc2c7134749df8d0ae57d39d69884", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0269d340ce3a40dc81503832ea681d36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "236f68c7cf2c4965822d068ec2243adc", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "bb4bfe7a208f4ad58f6d63b6e84abca3", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "621f23c5bed84982b751df00b4d73629", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "149a1f0bc48e4b78baddaf17d54c812a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2fde49e469d24de1b0ab89cb5ae63cd2", "region_id": "RegionOne"}], "type": "orchestration", "id": "280873d5de244cc69cedc7290d067536", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da43c9b07aed40d18de2122393e9f689", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c35fe5ed63a48fabe59d39a2ac111af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8e457b2b40e41e69b6ef8b6173ad66d", "region_id": "RegionOne"}], "type": "block-storage", "id": "03f84b13f0a1486f894499d590725f73", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0a237f151e8426590ca6b09459e5266", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fcd2357f6794765a56e6fda9d58d77f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5bffa69602249d9ab1be765430e4dc9", "region_id": "RegionOne"}], "type": "volumev3", "id": "99a339115be841a1aca258c538abaf61", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "753972a48e4c441781978a2b5f93fac4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1418e1e0f44f4b40928aa40dd0c2a8ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d3dd9718a704551a884db5f9f30f9f6", "region_id": "RegionOne"}], "type": "volumev2", "id": "b1b524d0ac1b40fca41fb27e0f8813cf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6477b490912438f8c16313f44133a7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a93c3744be6d4e29b1f5eef791e4f4bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c62560619674a04a31a9a4d60b7ce0d", "region_id": "RegionOne"}], "type": "volume", "id": "cf36e2fe4b0b4abfa10249f7891bf1ef", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0199205e1a1b4569bfd68771d3cf80ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5e916cc9f4f401ea8c32b34056c65f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b11391c86494801a03b6671c90975c5", "region_id": "RegionOne"}], "type": "block-store", "id": "237f8a212a6c4be58887a8f2d6ec4638", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "771fe05253484ff5978336baf5f9496c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4f63edf1835f43edbc8089ce4f88e7c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1001a36747c2401b91bb9ef3319521fc", "region_id": "RegionOne"}], "type": "alarm", "id": "eeff343532114d40944aaffe5691a6c2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8ad1185791a14ba6903f96f75ea026a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cecbb61d4e6244ca95076e015b0c1a9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d2d62b24a15e48a9a5fc0238891c095b", "region_id": "RegionOne"}], "type": "alarming", "id": "dd3fcf3a92294ef4a3f0fca5a7c6e286", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c8ae5ae3730945bf87327c5e4b2fa65a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ac72df2ff6bd495288b689979d1cfe99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ba0c549485cf4b07a79a5955b16dfdbb", "region_id": "RegionOne"}], "type": "meter", "id": "db5676f5d3624cfb88fcd6958950b386", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0a1ea63f043f4a5987d668a1c3ccbd45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "75cf25d1eb4a4a2c93e51d731831a8c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6c0d8d64fd984de5af02fd94b387acba", "region_id": "RegionOne"}], "type": "metering", "id": "6628abc0d2ee43feb35087f0dc3aa2a7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6d1e00a1fe254ea8b4e002f456804aad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8c082c40b1d64848805971cf3edbadf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ff9267a7974146f19ccc4ae508a3abfa", "region_id": "RegionOne"}], "type": "telemetry", "id": "95a037d2dc84477d94916a878a6f46fd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9b83a69e68394db68a6ccb15e5f47d6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4fab927aadfa446b92efdb33ab099baf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "270f0fff4fab481c828df151c062aea7", "region_id": "RegionOne"}], "type": "event", "id": "bfe2f8677c70425dbc392fef18c75e5c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9f38cbc4798841cd9f58842e16ce2dd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "94230240d4434ec5bdcd5ede6853a8f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8f6f0b7e006c4b72bfb7f0ee032d1b58", "region_id": "RegionOne"}], "type": "events", "id": "91db0a57e841433ba0fe1763145da4b7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4235a58efa4e497a8b621faadcec74e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "080384c6a54340a6a34ef5b3141ef5dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7ce31004374b459f9e485d8f9f704cb3", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b1d5fc16af1a4b6991356ced6483a155", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "db5008b9636f4ad7867e60a47e4df2ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d0bb75ed3e01425c9abc4e5c82a57da0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "660d73f053954b51b6270d2f649e383e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6252a7f3204149ee9c0b8b3e23d96fc6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1f41bc0b9afe46a6a1019668c424f87a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ae702e8c4fce4ce28e80fc1ad4978c9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "422911f4be644391b55cbed9ad0cb8cc", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2a7ec3e4da7d4300afa9a5828f99afc9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8105e807e2e74de693e1574ff63df8e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7a32841736a847e1b25bd07eecd7ccae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d9a5031e72e649e3a4e95ba6c097ca64", "region_id": "RegionOne"}], "type": "tricircle", "id": "19529ca30c6f450a8fa1944695939ba9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0ef049384fbc46a8a2d9c259f5f61db6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "29fadd829e4445518e9ca77a3f6bb264", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "9df969668be94ac090104c615bdf30b0", "region_id": "RegionOne"}], "type": "database", "id": "7c313f2fe71b4f6f87e6e2ec08beed13", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4dab15fd3bd84973b3036e831a74211d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c4227ed29eb642848276b3061ab2d8e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3caae630e88a44d1b0f92f5ecca4af2e", "region_id": "RegionOne"}], "type": "application-container", "id": "3e66cb8ef18c458db174a227a1829869", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "337242296b3d47eeb4165e2e6cd622f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9330143c14e24b39b4bca8cea0af1676", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ad34a9104a6345509ef7a18504d3e7df", "region_id": "RegionOne"}], "type": "container", "id": "c326e689cfbf403cbb051850a97d2287", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "379d0d2ca57047f1a40912d6176538b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5db8cda65b8040eb81db3b7175e39821", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1c46433754e74d43b7443f03a25127bb", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "af765f07a9904850ad3737509e042831", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "18d8bd60139043b7a3b3da1dfa06f361", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bbbaa687636d42eb8fe38c7ad2b99f6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "624e5acfab8d40458949d0126e2aca42", "region_id": "RegionOne"}], "type": "rca", "id": "43e50678934145f9932f706745463294", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fc0080f745eb4c239717aa6833ff5b35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7d7cb6f524e04011b65056a9a5ed9e2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f924f9a018ca43dca928ac23deb47553", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "af0da369e3b34cfd98fa7b682553a802", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "56cdf3aef6fe448ba03ae1cd91b7343c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "aa9f1acb7c574d3fa4603d2974289b77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "13059e6cd62849319be8ee373756189d", "region_id": "RegionOne"}], "type": "network", "id": "dec3c26280f6454cb8fc095fdac0490f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "26831509f31e48bda564d667e1f2667f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8909d37bf93d49da8e8dd0e0a5d76f8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "84cf85fe89d84268abe1e3de0c1f303f", "region_id": "RegionOne"}], "type": "backup", "id": "a3a7c193c901460dbbdd4abd49774dc2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f144e7c30bff4a5ba08d35715f4703e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "137a3e6dcdd84414929b75abef3713f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2beb4603169d45b39ac182502e2538aa", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "aadd4df5881a4b759d8d83c0893bb781", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a28bd8734ff04adaaac1d20e63dd5910", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e8d72135e6e44b958662714286e4705d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3812dc5a17314713ad41b45d7a51e207", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "971f32ffe8284120842111b79a17da78", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a5b12d94bcff4c61a2e23c8b2070ac8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9e59099c2f3f473db722ceb34ed4d907", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "98c36c7ab1124a6f807e889282a47510", "region_id": "RegionOne"}], "type": "monitoring", "id": "b40464e92efc40e583d1a50a2fc9f74c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c93d7d76d6ae40d491f557576a492241", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "871cbd5cf6c143c09d2c1111e30e6a44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a5737e7e33a34c9e82eca1e7c0007de3", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ad8c92223d4442d1b0a92ae729171f47", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9ae4bd806b174be1a7990204529d8a99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b3abb4f52c564df4996cec8b012bba0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "cc386d1ff394426da303da4266219e04", "region_id": "RegionOne"}], "type": "placement", "id": "962138d4852c4fde9912581ee70beb6b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ac537f012bbb41d687ccb2a6c94ce395", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b0668aa8919f4a8487278b7d721dff6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c6316934f7dc4c858bdd5ee1c9c2f53e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "eb19e57963f14276a08f63f742403203", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fefda3fd622549408d35d8e03e53228e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1d2321841011443790821585359231ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "984735f17994453aaff1f7c101624f06", "region_id": "RegionOne"}], "type": "ha", "id": "9e34635b4c36474b8595c9dcec183e4b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9607266dd9364bbab94b5ec7dc7e3bd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ac58a1bf55a9436cab6394abc822a7b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "103127d7ae87461a97eca7fd487d7102", "region_id": "RegionOne"}], "type": "reservation", "id": "7f5a013626fe462f9ec8ae86aac5b16e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b8d92fe911f3472cbee59c79bff7fede", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4f2552b3398149e487e25ddf83d25d1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2d21ba37a60c413a8df22345d06e9266", "region_id": "RegionOne"}], "type": "function-engine", "id": "38adb35da0004562b50c66eb268ab590", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4d15d8a7292942da866fbeaacb45b188", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "82733c0d022f4450b75d7c8a1122a1f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1879f6c957d647c5b72529f2d779e61b", "region_id": "RegionOne"}], "type": "accelerator", "id": "b2e97f23a3dd40188768b1ad710326aa", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a9d5d9feca634c8795e2a4253ad44d44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "332046db6a7b4abeaf64afddafecf345", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8992a0b3202a4cbc95c29beb5b654330", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6ae36ec459bb4bf2bca11e31b9131eee", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ae19840d86254f0b83cba97ba0883653", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "aca330711c984555a8ee85043fe88772", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d61fe9dd29274dd9926d8923e251f9c7", "region_id": "RegionOne"}], "type": "registration", "id": "db0c4390afc849e2bf1b4c3823b82e12", "name": "adjutant"}], "user": {"domain": {"id": "33ee7350155b4d33be839c431ed532a8", "name": "39ba9cd6a81f48d3a5a267b06e2ffa27"}, "id": "36587e5b38de47879c99db50e4311e3d", "name": "0ac3059babce46a08df530e1a0c09541"}, "audit_ids": ["219fd532b81645a7a9de10c34f95a8af", null], "issued_at": "2019-09-19T09:04:41.683970"}} {0} openstack.tests.unit.cloud.test_recordset.TestRecordset.test_get_recordset_by_name [0.339455s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,558 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,563 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,565 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,568 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,576 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.499678+00:00", "project": {"domain": {"id": "1eb0fec2569e4771991b2f891f7e6aa9", "name": "0063e51095ac42a08b94376669c10b0c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4006a1351db545e2bc9bbf125ad1e351"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "7afaa94ee2a04ae8bd50618b796a6227", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3c8a5765f0f8441f8e56b51beca286bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4f2789cf537248fa9d48c1c434b2cb44", "region_id": "RegionOne"}], "type": "identity", "id": "5d7d5c7751a6491da22747f8f44fbdee", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e7e50961ff654999943394d0ff5b7c80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f4898f859cea4bd1bc0b0ff3d046252f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "61600483499a4bf3ad219948b096ba1d", "region_id": "RegionOne"}], "type": "compute", "id": "3102d097902f48d08a1a8ca1bef3f7dd", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "016c8bd998a64cccb9cab64a8003fff2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0c92c63ef2dc47978dce24dc8515a385", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4e493e9df8ca425b86f586b3ea0caa01", "region_id": "RegionOne"}], "type": "image", "id": "c7d2aa60b4564430887726cd7b3b3159", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "300e24d2ce7d4922a0396a8175c6a7f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d6d97222c9ab449eb25b3df73815b737", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "74de6f40a7464778a3a23b2c8cd18932", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b568c3d3633843d78cfbafec92422d38", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63903954e74b4f239c7509449da90cd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d8630c7472a43f28d3a1d69d93b58bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d9c89ffa332461186416d4c3b2748d2", "region_id": "RegionOne"}], "type": "object-store", "id": "5b918d4b31304f2cbc4bd4fa342bc26d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c0881a57b67743b6ac913c4af9461de4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c06e4b9995e94cef9c736742c01e1c56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a34772104fa54324a25c95398829d525", "region_id": "RegionOne"}], "type": "clustering", "id": "7dfbd85a05484eda98fb93e157ef1583", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e2893a572d1343659541eb19efce32cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eea791bf20e24c17b8379ada6cd39531", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "578d3ba24cd24cd1afecaebd1c97657f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a23945f522ef4962ab6d028bc8204397", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b4b2166c668a450a82b68c3bd4a3d6d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "848de424d3564b19bf5cee411d634989", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "de93f74a0f934063808d5fe0dffea1b9", "region_id": "RegionOne"}], "type": "cluster", "id": "146244f56d09482a8c976a9361d74334", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "79919fd2104142e393a71a5e37aa2794", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2040ae01351b4a45a40136d0ed96af9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c0788aca4c174023a88bb6a542c58859", "region_id": "RegionOne"}], "type": "data-processing", "id": "b8a8e5dbf08b4307a8c80f656da5a803", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2285d003d11b4acc8f65884671054246", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1a9bd38b168b45d9abe777f41c3aa308", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "550e446ee13d495ea9f2b6290a51a61c", "region_id": "RegionOne"}], "type": "baremetal", "id": "658eb024516441e7a39f9e12dcf47203", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "062d4e43e7ca4f3ab40bd3ccd2051682", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0b5f5e126aab4cecb136e9a787fa4f45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fb0fe71428f140cb9d602914e4aabd5f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7686e5be9bf84aee88f30d8ae88e0356", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "87b63db537a048cb8cefaa03bca36869", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7513be53ee6b472589b544c939411c64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "8d0f60ff7bf44716b7c9221675c93c9f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f397809382f549b89942d9dd27d55879", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6647eaa14bb84402a6483e4c18b5ebd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e75da74ed9204c618cd004bf431b7f1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f3ed20a36b3048b0b8f1ab4db30f214f", "region_id": "RegionOne"}], "type": "key-manager", "id": "32562c51d9dd4435a4b00f951260bb93", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "56f661a420ad4e40ac23c389f716f5b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "09d0145bb26c442bb614f5229d9f7c41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c22068ba99d1424d93163d181757735a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "12416cb36aa749aeb8632573d891d6e9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0c1e4e760ca94172a935d0c3aa38f83f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5f6b2eee44db4e3d9cb41506ccc341c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9307824c7c6f4ba3b5e8bc0c8c1180ce", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d392d11939b44ce79c3cacc2d3c48822", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "32e2d66cf29545c8ba02623e245a56e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "42d15efb45404274a4c4fa0559420220", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "35b52a8ab161448eabf41293f1d63b88", "region_id": "RegionOne"}], "type": "message", "id": "43b5fd53060b4c85b3f650f0d7cec93d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c59bfe25f5694687976825ce09a46d44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0ef934772b134d15a569f6bfdaad7426", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "afb591d7a3784a9fb1af64bd8a2605eb", "region_id": "RegionOne"}], "type": "messaging", "id": "6979361970be494188f6f8c93a506e8d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "255c79288e16435e84d1967b61ca71ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1dac9813e7214ca29b52abe0dd85ae04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "98d0135e199b4d368a5184fcfacd1786", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2e81b9de8fb148e188e0ac55474a1d75", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7f60dfe355a14ecf82c7f2839a838d38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "de8ce00539a140128735401e0782a2df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8976f55b43de4aa388aa2a6157210c55", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0547519a68804b81a1fac31cec04b3a0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "de90a95f4f3f47e4ba02909b9b3a6cb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c2c8cd6289324f80ba98cc6bdb9406ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "acee2b2a03a2446dba92df611a391d0a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6307ebfa79a442f993a08243b3a6fd84", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce2228a6e88b4f6a82fc36d451af51a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "643e2481821e474fa18ef18eec9cd6f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a2304f452bfa45c7a8042cc31c62888e", "region_id": "RegionOne"}], "type": "container-infra", "id": "f7b7fe6ba7374891a3623ae3a43a354c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f585feae41034f6785fd6a243cb29bc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "bcf3db91396d4f3b95b41729eff88e70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ffcd2bbc29d84c57bbe6af76a12ee35e", "region_id": "RegionOne"}], "type": "search", "id": "31320c31b11e4225964aba1eef51095d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "31238ba53af74fd4b41568b6a47e78bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2dd447ec0a764a93a5392f82b66e95f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1029de0d921f42d2a5a19725d2602f63", "region_id": "RegionOne"}], "type": "dns", "id": "99b365f7eb6942968f696bd0e3130e7a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2de259ff24e84edf827b3f76cdb26b6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "717e9b9c3b9d461094f61d8f46e3a12d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0bb172bcec644c78a01579a888c25e92", "region_id": "RegionOne"}], "type": "workflow", "id": "c1246abe14de4185b9241758416408bd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ce09536ce5f340059b61436bf9ac2627", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6eff191db0bc49a5a2c4e4e94d281d7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3d3f98b1d6d5422b83c762c8a7b82e7e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "cdbbb74e418b44858e36f8ca871ec4e8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "dc9581c219cb483dbfd0e57a9d104cfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "1a30a8fbeb4a472f89177837cb3a7305", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "76e930ace2834009bc228c6dc2362f33", "region_id": "RegionOne"}], "type": "rating", "id": "897e86cd09e6416fb1def0f5699cf31a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b2a720abbbd84c88b30c27f8734a0d2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a66c8bf53fb14cde8ff35469bdc04081", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "895c9727b42748348f2ec3f9e114699f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e325cad82fa043cbbad50929fddc36c7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "eca4bf994d804df9b70cd7262b498968", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1e7dc9b8c4ca4445822f407902d9991c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "08ffb23f71ab42dfbd614fbecccb5041", "region_id": "RegionOne"}], "type": "policy", "id": "da435484419b478fb9b3f520612f9121", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "53357c698d78486a9c14c8e9ed0ba6c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "450c53ccf16f49868dff276137f14f49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "23a6153c7be144318c62d9a3b3a95dba", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "826ba7440d2f414e8e96d18ff6d36417", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9a1b92c059f3434691a10ce665b06925", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8b51bfbe7ec44c24ac420b5043cbe4fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "521b60cee70543c984604b6ad9dc480c", "region_id": "RegionOne"}], "type": "sharev2", "id": "a8096f538a164e7393330db122dbfd79", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ba8925d00b3a4dcfbdedb16e97f29549", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "77d63ea379254361b4a6b5e3e19eccb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7c20c49149d94304870867b1957ce854", "region_id": "RegionOne"}], "type": "share", "id": "d8fa7c15a7154d28b3568c77a46fcb0b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "175f2c955e264a4e83f9cb5c404a1db6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9dc70ea2b50642b0a41a5f071db84dcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "47675613d60b44c2a848387063de990c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0e16ce73fdfe4895964b5fcd6840c54a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f7558eaea8441308226d5e6bde02ae1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2535fc08e8aa4f27900eb01e2a0c4c81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67c832b704974c7788aa0c7ba02fefae", "region_id": "RegionOne"}], "type": "orchestration", "id": "ba7cf28a122545f6865bf3811744eeb5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e46a45e4b5041adb78b984887010282", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "57b3ca9a49b9411198fd5bad2a9d8afd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1a32488296b458e83ac219d23404122", "region_id": "RegionOne"}], "type": "block-storage", "id": "97dba65b447b49ca9988e68423d1a4a0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d518e2c2b88a4e789cf148061b9e4580", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba99fe98a9b840e0842e35832b3a79ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8402eca99774df1bb861707bf875921", "region_id": "RegionOne"}], "type": "volumev3", "id": "fdc436f8a6a542d396d80f91b43e06d9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fbc1e9ceacc24837bf22ed61ea165407", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d03d58f995694b7d87da3e43031c9c3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3cdf7ac381ed485fb3ef0380beba66e5", "region_id": "RegionOne"}], "type": "volumev2", "id": "e04267db98da46f7b8c7952bebdc25e5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a03082ab15f041d9937952d2f28a9a42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ed78b52169a4cfd84a9fda17f201bc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "106bdeaf75c742f4b0c28735decae15b", "region_id": "RegionOne"}], "type": "volume", "id": "2a35742efe704c238915c3d8d75aafa8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e68262cc87d64e5fbc5b6012c02b40a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3682bc4c4bba4fb884c59dfca08f6fcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a94ab5d2ca54785a8eec6f17ac5c8ed", "region_id": "RegionOne"}], "type": "block-store", "id": "9c277b27a0dc4c56818777d32cab4d08", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5e96a01c140a4d94900cc33354676725", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b74160a1162840f9bcae87906e7fbd36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "53118a958cc34e5f873d0b6bd19adbc3", "region_id": "RegionOne"}], "type": "alarm", "id": "9031e6a238bb4bba9c74a9f2f66eb1fc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "be977d1df65e4b57b9c94ddbdd1502fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "eb62cc2c4faf44658fa3b51730ee10e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ed7327645d454cd79a01ce8830280a7b", "region_id": "RegionOne"}], "type": "alarming", "id": "f2f5791fd3fc482d914db3f17c563654", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2821d19d695e4b85ab1bff0ff6a049da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "75b49e1d30294354a5e5a9414c57d06a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e372c890f61145b29d9a3d40c57fe591", "region_id": "RegionOne"}], "type": "meter", "id": "bb0e1fbc909a43f28cfb3158ce913cbd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2c30c78e9d004c3cb596064a633f7257", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1e72b033182046c8a7f74b2a2ead1e8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5b67fec8a941454f87f268725edf18e3", "region_id": "RegionOne"}], "type": "metering", "id": "7516bc1d880a4e3eae526bd43573d162", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cc397789179a44e28867f378d3d9d3bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "07449b8372f148828e2d6e378d1dc543", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "373ed7f7514942ce8e81260a9caf4a6a", "region_id": "RegionOne"}], "type": "telemetry", "id": "c3527c5568684076bd9af7af1ea469db", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2f2d9d2f9ad64c5fab222e966bf64946", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "76e0145803264c1890c797e23622ff25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "77273ad3670445cb85a78eed295ea96d", "region_id": "RegionOne"}], "type": "event", "id": "8f8770bdffee459bbbbf4d8bc752441d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "04895d16f5b54c6489cb7e46c4cc76c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e88ffbe5208b4210bd3a701930278191", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b68f936963864afa8941417622a6b1b5", "region_id": "RegionOne"}], "type": "events", "id": "03d37ece30334a6198055f7c1d4afe66", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "085ac380c55e4a37bde2e7deaf6f763d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7799c258749f48e1b3ab773f363613f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "983635f1220b4d2ab957d4260a2bd2fd", "region_id": "RegionOne"}], "type": "application-deployment", "id": "7ecca74117f74c8293c97e3d688534a6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7c66bfdb7f6c43aa9eb8c0585e40227c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "797cc68994eb47b68fbf47b1162ee728", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "77cbfd5a526f4a9f80be0d4b8aea15ad", "region_id": "RegionOne"}], "type": "application_deployment", "id": "cb9234fb65ca4a149e7a637b89363618", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b44a902700f54ec4ab2b3cbef46ab985", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "318325dd396c49d2bdab6050d65983c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4be70b5b48a84a728daf9665a4c99506", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "067048646e9540d0b10a6bd61fe660f0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f41d758c527941208b9059d662d436ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "563a3ce4d1684422bd6cd20170bfbf91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "aab7ed1d869d48899b418a3d6f63c50b", "region_id": "RegionOne"}], "type": "tricircle", "id": "29760a1fcc144f1b89633e8969197581", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d4f7324f943e424d9a7d96e564c82115", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e6872236392c40d6adedfbd4320d4cea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "04b727e60f5a458db3fb38ce4543af51", "region_id": "RegionOne"}], "type": "database", "id": "11cd70e4e4b44c4397321c1b83724a1d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a524a3e0cdf74ae3bcaf8ba43629d6e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a583f536450c46b1b77a33fa5428090c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9b5e9c16a4324064acbbe342d6af99dc", "region_id": "RegionOne"}], "type": "application-container", "id": "17225f6fb5ec4f7ab5660777d51abcd9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bd42c0df96714f4293168a3b38ff4091", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "28c0c4bdc89f48a3bd85990de9b2b733", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "69ae63b835b64235b7599a89cf8de104", "region_id": "RegionOne"}], "type": "container", "id": "e8a62df232fb4bbe913621312d6c7dce", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b64ad59aff4c4e7bbde48ea8f95c4d7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b2f51c6c8a0a449c81621f4ebf24740e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c88328f9ffed41f9a38080c425488e64", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "58020c3141c846c78c5161532979fbda", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e42241adc8f148d38af7ec5d587f74c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "12a71d46e525456da1a04b0db4847fa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "43f06bf888244badaeba967c75716a38", "region_id": "RegionOne"}], "type": "rca", "id": "cfc33adf82324be89831f729ae53a26c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ba834e0a6c434cd48eacec82267fb4db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "827c8483d5404280800dda42ded44b88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "80c7fc569ea341e89ce12107fd647395", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "527e9d32dc47440a90bae5ea576edd13", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d650c1aa8a7549cea9011a9b26faad2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "dbb3549da0ac4f748828481752356669", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "09f89bc5ee3e49f0949752796fb10d44", "region_id": "RegionOne"}], "type": "network", "id": "c6aaf9787fea474badf6e8df775d1f6d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e7d8aae277c644849580758aba999623", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "48b6be95e3c04a00b12c51dc339a3ed2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "34ec84c57c6747529ce6fe15e77addc2", "region_id": "RegionOne"}], "type": "backup", "id": "2715a121f3fb4397b7eb6dede6c1a10e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3ffd5ca8b1a84d44a9dd28b4101f1a01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8fb7ad2972184d479c6ec06a4ff0cc6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2d62fdee9a6944a6af8b5fa3a025466e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ec693369b6244aa7bde00b066f61cd11", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4901d853685d4bf28660d2ff1e0cd473", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7e16ce2fe8d64c67b5275092cae9d329", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "058229cf148f45e4be2b6ba66b2820fd", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "dfb4bcf02c6343019d3c0ed77b763a54", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "09ae7287d0484e19a7e74c31852851e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "492e4fe8415d468e80e40a82736b76a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f96efc3cf2984ff3a8c48203de5dabac", "region_id": "RegionOne"}], "type": "monitoring", "id": "ea717350140f44099536f9d7687df713", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "79f025b709574bdea2335f5fa465880b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9279903fe6e44f3dafa711654f3db472", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "2ee6f5e99e1f486bbc57e7eb6301235f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "1a07c10c7990452ba07c1d72de891e9e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9ec03fe73c654c109573b4091b2943d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "82efa4de474c46799b9a8e434c3cd088", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "6b9e0089c51e489981ce564354e36c05", "region_id": "RegionOne"}], "type": "placement", "id": "26025b30979443da8dcb60295f1c9381", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ca7d82a282e143e993bf7c35941b8e53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "18964f368e0e41fb9630738b17d9bc0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "19c414a988894048ba396affab8ac8ea", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1ef356b3fa254c02ae4071aaea8f732e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7e4a5501830b4e2f90a5373d6c673e9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9346d212e20d4bd3af65a2366da4cfec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "98b4142a7f2f4d1ab0f63d1c0d39f2d0", "region_id": "RegionOne"}], "type": "ha", "id": "b80f65924cd54c48a71c3819037276a5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "00dc0b49a9654a1891301b38ba794757", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f5f11f6343334fcc982df5572865c416", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "10ae213e75af49dca2d9c8672e1f8ab5", "region_id": "RegionOne"}], "type": "reservation", "id": "6b7a8274629b486d8543a67fd22681d2", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7c2daa364ed644bcbcf012be4ff4c1cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "76c6bf25a624420e9615ed4eed73416f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "524f970f3f7f4f998123cc7401a187a6", "region_id": "RegionOne"}], "type": "function-engine", "id": "efa164efc4044cf8b918d1b9428ea1dd", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c539bf56e41d486a80fb7d0ac7e685ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "332aead646b74719bacade31f0c2bddc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7016ba397f5843a0a3c81b09a470293f", "region_id": "RegionOne"}], "type": "accelerator", "id": "15a9f89e33524f588bd5df86763d8229", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6a9472e4e26e4e95bc5b5785f24582dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6db58d94d1be4475ba040bfc40364d2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e7d1a699ac83443ea52b4ea4bc9a8707", "region_id": "RegionOne"}], "type": "admin-logic", "id": "89654c22ad5e45a896c33ee735047b3c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ad63cc7d4b844af0943ca2c546472499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "39d5760ceb1c48fc91676e3e5bcb6e2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0ac68667edfc46a7abdde137fb106958", "region_id": "RegionOne"}], "type": "registration", "id": "a6bab4e1714f4702921400cdf7162275", "name": "adjutant"}], "user": {"domain": {"id": "b187aabdc6c849c3a8e29b740decf178", "name": "af0a988939294777a56a1c03fa63b99b"}, "id": "26a67a64fa0d4c28beebe861518896a2", "name": "9430350485df4e20872e1df499197172"}, "audit_ids": ["925fbc294946497eb62f06cce7fb883a", null], "issued_at": "2019-09-19T09:04:41.499678"}} 2019-09-19 09:06:41,684 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,688 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,690 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2019-09-19 09:06:41,739 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/example.net. -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,744 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:41,765 keystoneauth.session REQ: curl -g -i -X GET "https://dns.example.com/v2/zones?name=example.net." -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,770 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,772 keystoneauth.session RESP BODY: {"zones": [{"description": "Example zone", "email": "test@example.net", "ttl": 3600, "type": "PRIMARY", "id": "1", "name": "example.net."}]} 2019-09-19 09:06:41,799 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/1/recordsets/www.example.net. -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,803 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:41,822 keystoneauth.session REQ: curl -g -i -X GET "https://dns.example.com/v2/zones/1/recordsets?name=www.example.net." -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,827 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,829 keystoneauth.session RESP BODY: {"recordsets": [{"records": ["192.168.1.1"], "zone_id": "1", "name": "www.example.net.", "ttl": 3600, "zone_name": "example.net.", "type": "A", "id": "1", "description": "Example zone rec"}]} {17} openstack.tests.unit.cloud.test_groups.TestGroups.test_create_group [0.199996s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,584 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,588 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,589 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,592 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,604 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.520575+00:00", "project": {"domain": {"id": "11cd6f69380641fe9b8d2dac1aa1c87a", "name": "aeba4275ab7c430eac037a751c268473"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1b968d3980814f8b90283227f611eefe"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "00603122d0394d50868d11165a3df7ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "cab1c3d1316c451ea7feaae026e826de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1332f456231b4f07a305c2b0f55f84aa", "region_id": "RegionOne"}], "type": "identity", "id": "6c2cb62786804834905f8a03bbcd4d96", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9470b31a3bf347018111c88603b5ee9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0ea5027bb8af4b8884ae34811e48aa14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "bfbb99c3e6aa407696a68307980688ae", "region_id": "RegionOne"}], "type": "compute", "id": "256a4204ec7e4c85869eb3982340a006", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "43e46bf2dd6d406781c7137144f2418e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e367de21514b4809970aa3db19ec45a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8553a0d3f9984087975d172adf48a0bc", "region_id": "RegionOne"}], "type": "image", "id": "8141dcbaefab4384bd3b65af75aa558b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9997d029909c4c91ae647a41f0ea14aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cb7ecdda1e7348d4b1a89dc362a10031", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1d99ed5c06ed4d49baf5bc5335035a3e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f42169c96b2144d395611c0f898f7a83", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99deff81207b4360866f79c7998c3b6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6da06cbf1b77467681816781d1de4bd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e78f5de7c2d9405bb250495fb01e31af", "region_id": "RegionOne"}], "type": "object-store", "id": "d0a408d3a9974d088277f9c18d479f43", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5326f26cf5cc4785add6bc5e2d24116d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2d7336cc11c7475abfba6affd35cb91b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a3e0c79a25384f2992c999817f48106a", "region_id": "RegionOne"}], "type": "clustering", "id": "a6cb94750c73491f94e1346537da5ca1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7ccd5ee77c1e4f58b007f20c566bbaaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "248077ff7a7c4a3d91618a3dc7fed741", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "37200af78726431384f3b3889acadd8e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "38f1a93d0bb649d79c87b2e1450299da", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2548bdbc3f0a4be8aa7877d89e0fa854", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "83e2b43565534d458da36fad3de5e011", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "142719a8eb6847a593aef32883daabf9", "region_id": "RegionOne"}], "type": "cluster", "id": "20c355c78e694ea3a31ce5d779a68f6d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f3d83718ce564c07817d56ec17bc90a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d265ecf8498348a8acf45f5764a10fd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9756fcc98bbe4ea991325c62f37846c2", "region_id": "RegionOne"}], "type": "data-processing", "id": "d0e5a05e1bd341d0878bdc1990b7c920", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3d5616e680f24eb9bf3cd81219f78575", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4b9348b77cd94b8a9a3fc1bdec490e5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0f5278a4f6a743c09e756f050e2aaa29", "region_id": "RegionOne"}], "type": "baremetal", "id": "c650c6fc9f84467a9bfbc75baed33002", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fe9c4e9f7e4d455b9dbfbcfe22609349", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "42c66737278a47a58f0a9d10422d4d69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1c1bc02386854d1eb73ee459fbcb7830", "region_id": "RegionOne"}], "type": "bare-metal", "id": "76ce755694d2496e909fe02ccb4b1410", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9e32976502ab418195cd3f7eb1f09f97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7293c8f4a6a3466694fcd614cea440b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "6172511ec3fd4e808396917882451720", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7508636d4a9246d1829250494e634aaf", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ab41466eabba48359ba161e7ff203a7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "53566d9a78224f09aef8510d1ed076ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "85a9f6d81d0b4d30b12e464e2bec84da", "region_id": "RegionOne"}], "type": "key-manager", "id": "321570325b8d4b23bab81974857df566", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "066d4346e18d46cbbae25de286d3a879", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ce339b8d008641a5a0d758b035c50c0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "266f70c831c4467a82f981165ad190a6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5e16afeb8cab40e7b4b3d7c90d58024d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ed923fbb3ce14e2bba599795d01a7ca5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b3769a9676c84a83a10cfb86e87d854b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f273bd645eac43008c05355cf7450534", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8b3e5f3885ef49f9b21f79154f4b0aa5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "46961f5dce9a484dad27ab3a363f670c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "58d479e6403d45e380b38eb28688ce5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2e72265b1abb45fa952f6812439b3c88", "region_id": "RegionOne"}], "type": "message", "id": "e59f3aa7748f421ba8bba35597e15124", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b67a2b6e6fcd4bada9372cce17ddc843", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3b3f898af49a49b3a31bdf927d8de53c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "150ec33125c342ad95df33fe87932692", "region_id": "RegionOne"}], "type": "messaging", "id": "1da28e5875ce430696aa31c05546ad9a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "79da6aead9c3466baf4d66af4b038798", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5f8de7fd8e67494d82c2b5024cb69624", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4e127257ed3b468b9e12a1c8c358e339", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e950dbaa496e4c9faacd2977654aca72", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8b34d65fd8714bd08f571b814f94b7a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8e7c08ac1dce4764b55abe2136c72a41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1f71ee0815774610945e90cfa6bd66ce", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d2ce8b2d838d48e3b34f69b9f6950874", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8ebf019a1bcf4abfb66a2ce070ca9add", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "db2b7354831d4890a9a74893af350d20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ea90ab1585b440428aefa7d48e90723e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b9fd3e7af8d440d889ce8e29aceabaeb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "601edc4593b34c7dacc0f8be79a4fed7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "07928f2e893546cc91c874fa3acf96b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a0414134b91e41c7a90b0cbc199ab821", "region_id": "RegionOne"}], "type": "container-infra", "id": "c799c442b496435c8195c2d5b680dae1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ee8378105fe14f39b4fa6a127c6b1b88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "585b9926981c44228509ff9bf5ec73ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e9b670c1551640d994720e11eb650eee", "region_id": "RegionOne"}], "type": "search", "id": "17cb94a0aead4e34a6c7fb2adf2e271a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "077ecb122b2b4dc7a67d4d8cdc73c4db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b5ebc5bd2461471aac0394eeb6c118e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1855221d0ca7418184eebb5c17f6ecba", "region_id": "RegionOne"}], "type": "dns", "id": "469971025c77436a8faf5f590018cbb3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c20fc16f34554e4eaa4784507a7c88bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6d3ce22d573245d38ce8810b80f69a62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "10049ba32d264fe384c2baeba04b061f", "region_id": "RegionOne"}], "type": "workflow", "id": "178954948af54f2bb2f62c15c2224bcb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "47fef5cc7f1948e2ac22a15ca5ebbdc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "da7ff485f2564c39bdb915346bd8b03f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2836693871cc461484aa0151447b290d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9142785d171f45cab6c4732b5cff48c0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "573149a6d5ca429684a9ea02afc953e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4b83be69ec3b417bb7e74bbe2730e8a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8c2bb1f2c85d42179b5de3510e4245f4", "region_id": "RegionOne"}], "type": "rating", "id": "6424a821ccd04dd084064f9f71355625", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5b4f1999aed04e82a1b15fe022b84577", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9ccce8c5bcd442838327867ef5748bb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "98bbec8f68cb40eb99821db804b59de3", "region_id": "RegionOne"}], "type": "operator-policy", "id": "dd56668a3c10421691cd92753cb5dbf2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "20b7eea39555498d82968efe00846b6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7f653032e44f4fa19f4a73acee55f7aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0a9f2ef88e684fe3b7bfae576f4dc474", "region_id": "RegionOne"}], "type": "policy", "id": "88589617eae24dd29cda78e464163499", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "783c9b13b26b418e8c07569f09f1e409", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e47a509f82d14e81a04bd237404898eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "849f80b107234d358f919c26fdf50b7e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c46418ac55954720bfc2762dcd885b94", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "88df70188d534d8f8ba25f4a372f8ad6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e31ab7f4e0804cf58f9dfb8a58bec74e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c3e3f929867c44c4b1f7aee1a4798923", "region_id": "RegionOne"}], "type": "sharev2", "id": "a0bd8e4e889c4ebba6ea877e7e8abe94", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3e5432c9690347b081148bbade23227e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "90a53035ab3c42e1909cb4061ae5d366", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "56c7767b64d847caa3e4e0d6270f8587", "region_id": "RegionOne"}], "type": "share", "id": "c2006e2103fa423083462c3864c5e18c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "27b5210b81664ea89663e504b20640c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9f19f99423b44e6ba1f0492671555139", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "19cc0d6d303048ffb92daf44d5e3b6ab", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "48c2efa35d1d4f0c83271b4e4c8e8328", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "912af8000223405f9d48a2141d838488", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18361d141d714bba9a68880da0ef53d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f9de4ca9dbf4c6fb526689c7192b1d0", "region_id": "RegionOne"}], "type": "orchestration", "id": "940c17436faa46648faa65e416b122a1", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68d2a3e070f74736beb66dfd25022fc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "122c169baa9948d98f223474ffda1942", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "988a762a830446188801b60881896875", "region_id": "RegionOne"}], "type": "block-storage", "id": "62e2d133e30a4c65b3a486eb5a51b566", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcd5801a3ebb48cd998edbe9c2356748", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fac7250e77b34883972ca5201442a885", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4afc0447e76d4340a6b422accc4b7776", "region_id": "RegionOne"}], "type": "volumev3", "id": "994a465872c24c8c9c06e8af7973bba8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4522343cb014556b07361a6b6b7bd82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d4a7ecd2ac5486fba474a1c9384be8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b193bf3fba1d4dfcae5091a3d7ac035a", "region_id": "RegionOne"}], "type": "volumev2", "id": "216d319769604f5cbc69b8667941db3f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b157928312e84533993d09f5fc218d77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19e2245244d94245aee5b6d4728addd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b33b42ef19c48e9ab7460b03bba9ed3", "region_id": "RegionOne"}], "type": "volume", "id": "60b0cfdf70674c76a426996fe226441d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0359112a54f04383ae04997fc158cbb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62893ff4eaa243f0873503c8fe150013", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2614e4eb6c8347ecbeff1676c1fc70a0", "region_id": "RegionOne"}], "type": "block-store", "id": "5a1c184218ab4f5b8d72ae78d706b799", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "69ff02ce0790410cadd6f7a1775e1358", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bba70c8753f94c3192477d003b97c179", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0d90ced037d5486ca8628daf92254b7b", "region_id": "RegionOne"}], "type": "alarm", "id": "bd49c22e3f7348ce95f4d944f7984f41", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f39304af174942bdbb04827736236487", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "512727ed8947480bb058e40d8961c5ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cae0b0498b2146f5ba1de450e8bedc5f", "region_id": "RegionOne"}], "type": "alarming", "id": "8a54b0cbb4ae4be09df0cc244856b852", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8ee5d98e1d6f4a6fa6e03f6e2d0957a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a4348d08625842e5868cf27c214d1124", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "42612fdd76e24933adad19785d288c90", "region_id": "RegionOne"}], "type": "meter", "id": "a6f750eae36f4783aa8301747284f7a6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fb2d632f6a7f4be8b7c5cb01700d90f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "590d9f719cc64acfb53eb249f16afc77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ef6d3253e6414e008c04c784d603770b", "region_id": "RegionOne"}], "type": "metering", "id": "edb5889874a94ba4902aced3b9a5b458", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "340b0b58286a4efeabec215d3b95810b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a816064d47db4e0d9bed53b4e4780fef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4a3fc17f3afe46f3a17f6a120f292ad9", "region_id": "RegionOne"}], "type": "telemetry", "id": "14e818cb253a4cf9a0767cd3fec346bf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "14c384ed8816483a893748eaf7c8f7f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e0b4db38d40f410e87c54769d9d97f84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2c83e22a0e934fe39d532119578e58ad", "region_id": "RegionOne"}], "type": "event", "id": "6c9cef24c2cb4e5fbcbb4f085c16253f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a7fe472b81144d6e87f65a2b3eed49db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "551eb1d94c5e4d3aa79ba1199deda10c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "71506dece90d43b9a6c02965abd7c9c7", "region_id": "RegionOne"}], "type": "events", "id": "0f80eae209a440a8a7db3623fbd00e1b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3e925f63aab846d8aee48ff8d8cf42a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c8311d4457cc46799b675b3b3fa8d4ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8b8704bbd964472d8fc6f9c5c2936993", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8ae821d7785c44519f49e7ea4d30355c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9316fa5cadcd43e78fe9b088f57c8ac5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "491ac7a6bd28428da1b358dc314b6a46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "577446f97b06452ea70bd17bf7aa967e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "db95c35108ad441384cf958321af0409", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b8f9e1b2b7964c8c8cc57c213409bb94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "43eb50e889454c62a8aa842f77a10c0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "22f70f8705214bb4ba383c8208653212", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "38aa1ff6784944e2bf7ee8d937be924a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "34fcf89173a94641ba4cd810276601e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "38d583be63404868ba2c30c06770b760", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "05fa363be1dc46c1b6067bc894100c04", "region_id": "RegionOne"}], "type": "tricircle", "id": "162995a0e130424ca5cc3900117f95cb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7be7e9c88fc54cd395bf5c04ff9dadf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a0b887c1db114b2d8d341a03cae9d1ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6cf6baf114184df28b0098d342540cf4", "region_id": "RegionOne"}], "type": "database", "id": "108564bb885042d2b2bd26adaef934c7", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b9fab17f75ea49729ef554941c3770bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "60c94d1f153b44d69e9f764bc9172a1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6b02e7853ec6459794feb8af1dd17115", "region_id": "RegionOne"}], "type": "application-container", "id": "ba3e964bb88148ee804858fce309408d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b1dca57fdcb0434a97917ffbda722387", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d547e4cc88d44cc0b4241279d2c3b083", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c9d937698a914468ac2f82d499ea1e03", "region_id": "RegionOne"}], "type": "container", "id": "6fb1e66e6a754a1282fce2c6c9296646", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "29bd2c9e36c8493c974ef57f2c2b6288", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a9f35258d177495f8862cfbc11e9a038", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2e01f5fcada94386ab824314ad901cb2", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a9601763cdf94f7bbd32b3b640adccb1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5bb20181fb4f4001be748b8cdefa4de7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "14ec1d4ade5c461590436bf975c83483", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5c5326b99ec44b1289933691f95a2805", "region_id": "RegionOne"}], "type": "rca", "id": "d73fd4a83cbc46478ac0a91bbaf0b638", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5d60f941f652496799d2a2b2c170caa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fa6faa4ee2a94f9c96a929f6b05cf56d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "04eb6effc13544988888fb8a9843c7aa", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ff2164fa70254f89bfcf11560781fc10", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "27f8c355f22d459ca9be7ca164598382", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c4b7b602f4c14780a3bb32487d91f733", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a0632acb65d74ee8983edf8724307f40", "region_id": "RegionOne"}], "type": "network", "id": "710746be6031474b88684ae4891eeb7d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5e54bf41b8994854bab0524279ccbcce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8b1ec3bdf5a847a3b7cb073bebfb4cb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8d2b1c00a3a24ab289816946245469cf", "region_id": "RegionOne"}], "type": "backup", "id": "056041c1d916417b91f8ac1c41a5ea16", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "70edb7b1705a4ff3b3e3b6787ded1d40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e94db1a168f04a8d966f520bac9093d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "35b760bb855a45f7a0100fb6d94c2310", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "fa33992ec72c4ad5bb2cd633d980d520", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "69e40bbeaaac4850b961fbbb473d353c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b0e446d9336640519feb913953f52799", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "cfed78b582d645cf97d75dd24a57c3fc", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0e51a52245c748d188405ca39bc15514", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9bd03ec235714f63a7a919375d31e011", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1d91d231e8cd453d8f29473ddfe4117d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "57975ba844bc4cdaaef6cde7701ea890", "region_id": "RegionOne"}], "type": "monitoring", "id": "aa71345bada04a619b403607bd3a3bcc", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b12088c09754481e93ab17a3f903371d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7231336dad9b46ab8e19e17416f5c06f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "de9ad917254e47a0817dfc728f8b5db9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9c629c03e37043a4a467f3f0113d9e49", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1a21a4de48f24380a203292d57eb4463", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "e104d263875a4a9f866fc45d058ba614", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d9484bd982774a05a41d5b86c80a9899", "region_id": "RegionOne"}], "type": "placement", "id": "58d73cd73955459b85b6ef436f5c8ebb", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "76af3f98aaed4339a2d9af6d2aec6b8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8d5347a2ec9048b8b6a444247e1721ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e7c1ab3fed104602b92554d34df5c67c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "cccad61605154322a5c2f13f1725970d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1451e76ce43341779396b759f8ee42be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8b5af1def63e46049c75aa3c236ad8df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6d452644a1ec48f1b4ce6fb546d3d7e6", "region_id": "RegionOne"}], "type": "ha", "id": "6190089f46f3444698a34c5377dd32d4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ef1c7285f87b42ba83afcbbb7acfe238", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "104d8e2f2da74b6e80d5fadfa25c2e14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "017db96957a44ceea63696d9e7a20f87", "region_id": "RegionOne"}], "type": "reservation", "id": "125bd99ec18b48ee8e4b5a6640a164dd", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1149ed63efd142dd960532eec0d50e02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bcea788ce31444539efc97d8b81e6323", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c75bd9ffede748d18316ea4025368d36", "region_id": "RegionOne"}], "type": "function-engine", "id": "a3e54739746d4ded88d72c01bf6b0a78", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "74ec1fe784bf4e71b7ace5c3bd970ac6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8bdc2be319a24be0be75f64a00879494", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "00ea53abd3f94b98854777b7eef366ac", "region_id": "RegionOne"}], "type": "accelerator", "id": "e3682a58644d420ea3eeb1efe3f0135c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8bcde07d86b4477bb79b989956688f49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e324c7f5c5964a3f931689d1b3965477", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4d054e694ce8430f8e62e684a67ccc22", "region_id": "RegionOne"}], "type": "admin-logic", "id": "daf01df148df4e41b866f118d7b602a1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "96e56a1af0bc4b259d9e379427b1aa9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "05a19dc987124019ba48a449cab7be75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8dce3f70b90846e29bd9db21563be62b", "region_id": "RegionOne"}], "type": "registration", "id": "86442f08bc4245f8857cf9407e8e7774", "name": "adjutant"}], "user": {"domain": {"id": "cb4b4532ace54c7dbb2b75c8c3e446bf", "name": "f14226422e4847e0a35d8ade3175bf40"}, "id": "64b69b8b3ad846d68b8ddacf12a7f937", "name": "188e0008e5374b96aef7817b4f6020da"}, "audit_ids": ["9d807c8fa98049ef9abd869ebc66d5dd", null], "issued_at": "2019-09-19T09:04:41.520575"}} 2019-09-19 09:06:41,683 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/5d3d2cd8cf804df0973ff694c3f854c1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,687 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,689 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "5d3d2cd8cf804df0973ff694c3f854c1", "name": "domainName-2"}} 2019-09-19 09:06:41,707 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v3/groups -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"group": {"name": "groupname-3", "domain_id": "5d3d2cd8cf804df0973ff694c3f854c1"}}' 2019-09-19 09:06:41,712 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,713 keystoneauth.session RESP BODY: {"group": {"domain_id": "5d3d2cd8cf804df0973ff694c3f854c1", "id": "395488ac782e4675a4ef765f23daa2d2", "name": "groupname-3"}} {15} openstack.tests.unit.cloud.test_image.TestImage.test_get_image_id [0.285845s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,475 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,479 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,481 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,483 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,494 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.413493+00:00", "project": {"domain": {"id": "c6b70807fd7f486392126006ac0073ef", "name": "fc87c41287684893a5bec57ec3670002"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4dafe55406304549aa796e61d0017b7f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "923e2b6aee6d4abb84655ff6cc5ca8e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e4f9a975ea4846f1868aaa4db21aedcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9dd8c47a3f6d47fcbfbcf0ff6049965e", "region_id": "RegionOne"}], "type": "identity", "id": "ac4b4524c6e34e6b9bcccec164ce18d5", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "156ac97e129a4e57ba4777814589ab2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c7597987731b43a59f771001192f2057", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "50add6bf3b1443f8be253d382ce96de5", "region_id": "RegionOne"}], "type": "compute", "id": "20ace8106d4846ab89727144162372e4", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "3ea0b1fc040149afa075ea0e75f289df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "dc0294635ca6425bbb401cf54f26b131", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6db8499e2b124796920b19d2a4cb7564", "region_id": "RegionOne"}], "type": "image", "id": "8d517fdda8b84228889347212d919486", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f1abd351e53d49f3b44e421a9633dd9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d6fde042669f46f392b21ba8b5fa0a52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "9790dfeda66c4694a7bd6590a04c1c02", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0e021e5e4e4040e7add6c8a5f7bfc52d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c502590f7a24721897923508dcc72a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f110ec3511a471ba8ce801a26c715dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d944b7467e2144d096a5b3a1772e0c64", "region_id": "RegionOne"}], "type": "object-store", "id": "93caa82c31b8400eaf77d8cfb15ced23", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "93fc053187374016880a22716c36b393", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "165f4100cc4e43f99f9e6544213c5f40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ebd1668edafc4ae5a22e476094d557f9", "region_id": "RegionOne"}], "type": "clustering", "id": "c2a98302a165452995eab205a64b6be9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "90f17c8635694e83a33446f2c73c91b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "42e19ac5f94a4c5d9ad68d1918a8aeb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ffb2dacb3c37461dbc88d52b0f347f26", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d0eca460ff724f07b38e894bd44c6d8a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a072941cc4654ae39204648498e63414", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "99c9141419d64e45b589a539341838f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d4d08b9575524fa5953919d59384e211", "region_id": "RegionOne"}], "type": "cluster", "id": "10189ada068147c08e78b75226477406", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2dbf09cad1104baeb5c8a274b78ee7b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "13b0b9e20bf04ca9ba4ca53be1d3261e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "899f87ec75cd4eb79dbeb8a4844c695b", "region_id": "RegionOne"}], "type": "data-processing", "id": "84dac233deca4f97a6a2bbf1ed216eb7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5dbcc89d2e3f45ba8b0aa012aafe43bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cb224daea48c4c5885ce37d32707c357", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8521ff0757b44b17a5b0dcf7f5cb1a6e", "region_id": "RegionOne"}], "type": "baremetal", "id": "205c4ec9d1ec4439b40a97b186836ae9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "80d60e5e6ab14eb98db9136eb2346831", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a17ac490d755473b8c6a33e0b39d5e7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "363b6aab94b74426a434b33d4db93448", "region_id": "RegionOne"}], "type": "bare-metal", "id": "410fec74282d4ba88bf080dd22eb7146", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d88eead687044c5fb1901d9587d0e7d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b9fd63a1e8744e7ea3b156acf97a5725", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "da87a72b76c049af9efc5e0137fedfdc", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "666a61fabcf14e5e81fa95597b2660a7", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "45eab465e3ec410498c09126ba5ce402", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5ad63101d7bc4d6dbed5485261f704b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "90b56a91db964f29b1a7132183b58b3e", "region_id": "RegionOne"}], "type": "key-manager", "id": "34b5e22e9b584d5796e1b0b2217152ac", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "74a852ba554d431f91dc4a3176f12b1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f087e5a21999409cb03286cf8c47f1c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ab4c50719223499c9e42297240a0cb4c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f7b84bc8dab74244975719a9012920ef", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6272c78577ca422e8edbbf79f0f3286a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ea53f7c1006040888bc64ecf933bfb99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3e016f31aa1f4fbf9c9f03e31913f761", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9ba298a76e304cce9b9c66f8ceac12a5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "49ae0b5002824ff29032e79d6d40a9b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "796e3b4120f54fdfa77da8ff11fdbf2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9900a8bab3044075b040f17b785d757e", "region_id": "RegionOne"}], "type": "message", "id": "1fd0c013d8c84c188ef1c62d50638bc6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "469d614b284a4b43896e0e377b76b911", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8b90e89ac3b14ed58f379fb5cebc32be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e94259010fca467d9b4d21d1afbc7b49", "region_id": "RegionOne"}], "type": "messaging", "id": "7506de0a6cbe443a9cdb2cdb418dded8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4411e0f3073e4748b09bff59b79af9fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7dc5d72fb01447f288ede7b63ec73b41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "95c355cf930c4b6db5e88816224e65f8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d8607ab716a34d3f8b4600247e251c1b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "16c6bdf470d74a1fbdd1f453e2a3d870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fbe0b4161cd2488a8345634e090b9d61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "07f49a08f132459eba352b83eab5aa44", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "13105da4e5b8423c9049809e0c023f88", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5fa4d068b5a74727b0cfc78a935bcf7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d4b7260aa34f42a194d42a17edfa0737", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4d40ca253f4e451a82bb0aa6594934fa", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "fda407a572624258b9923b2c402fa14f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "56ef1621fbd4467ab03a54bab8a8ae2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fff53ca5b4f6445b9d8e2a3c275009db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f468e7f715b14c2aa89bc2c3b5905888", "region_id": "RegionOne"}], "type": "container-infra", "id": "0ec0e6d3d0fa47f9837b4929591c5eb7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "56044935d5824d029da5ccdfe34fef10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "cad9eb992a2a40159a4f65b33b80da50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f3ea8a0296c04ac58dccbc18af99e031", "region_id": "RegionOne"}], "type": "search", "id": "abb6c10be3a14cba9ae162cc5546f078", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "da7ab5d7ba5d4d03bc4575f22c14ec03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "479a8f24032849b482db4b5096a0b9a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b622954005ad46feb54c88dfcd1e13ee", "region_id": "RegionOne"}], "type": "dns", "id": "d5bc4452ea924d79b5ebfac65799467a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "55b09305942042629332c541379d623d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4b4445cd6b684055930f7c9684f47d0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9bb883e6e2164bb0bc41dff05d206166", "region_id": "RegionOne"}], "type": "workflow", "id": "2ed5aec81dd3499fa2845f7f24f037ad", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "09589768098c4ddcb43b5e4bc25b3830", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ffa66a245b814fd4bf5c498ad434d44c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f87cadba2f22471d86e847986c7db768", "region_id": "RegionOne"}], "type": "workflowv2", "id": "783ed6711ae44cdfb0e15fe4553c9a67", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "09ee3a2f5fd04161aa693df04031984e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d0a8742161ec4d86a648f0c39e7b65a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "830e51fedf964099b718806755ee156a", "region_id": "RegionOne"}], "type": "rating", "id": "0aed2fb87a2d435289129088ea937084", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7fc49d2de5834a009a1b9edf37732f99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "54665673354d45a1a52ca5cd221df52e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "efcea62c5d80435aa04ae3f6bee46822", "region_id": "RegionOne"}], "type": "operator-policy", "id": "7998002ab2ef48068f6d1b1949a2f447", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8be0c9dc14594365825f0437f5db4a90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0cd97cda779349af87c6a9e0ba9aa7cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ee3bcfd23bfa4d5fa8056c1f9104c378", "region_id": "RegionOne"}], "type": "policy", "id": "f8732954a2f042279473c194bb3d8392", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a0c1befc06c34df7b4ee9446c8a508cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "53d087dbfa914c7d90c0fb7d9f785880", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4082338a1e8045179920d1b7efc8d26c", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b31fc947dc83478f96627f72458e2443", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b2e597c64b3d4e6db3da5ff9b202c85c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "78bf3a9b60cd42db85682e023008c93a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "df9b7d42ebe647809279fb938aded19f", "region_id": "RegionOne"}], "type": "sharev2", "id": "b3aa103e3b1e4d66bb734b531c0547a1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "99bc0356c24e4aa39395b72e5d1d312b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7d5b6a58d3fa4cf381666ddce652b037", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d8c814c3feb24d01bb86ebee47aec712", "region_id": "RegionOne"}], "type": "share", "id": "2cc0432dabc44885b0eb0e481e7c4577", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7b55af5f3e3247a0bc5bf55fd580bb54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "00c01fc227704580b01db3fc5627ff96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "df42cfeb45c5470a822536b6aa96f6aa", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "863bf39c49c8411fac53fb5c2180e808", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "035c7940f92c4d3b975f8d29e419c21e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d38bf70557548e3b6ae6e311fb86861", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e81335110a0644c198deddb454374565", "region_id": "RegionOne"}], "type": "orchestration", "id": "f556ce050eef4d42b9a032097ebe4a04", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42f9e931c35648f49675c3b82ca9858f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95d7e27f8ce1462cb3e133ef54c98976", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f398586f62c04d7795480233ebc3264c", "region_id": "RegionOne"}], "type": "block-storage", "id": "829c5b497af8414e895835718a9b472a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "212530e0ee044802825e495ea37141fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90cd1e351bfc4ba6835440363a4d4d54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a64f30e26f824ce8ae7569d640a474cd", "region_id": "RegionOne"}], "type": "volumev3", "id": "801a16e31b954f7eb139606e0b532c97", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f86351bf6bf443c9d6d555654155616", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10d61a94ee784d33ab7e9a0f4956c6d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8c631278a7645f3819743e4fe187f5e", "region_id": "RegionOne"}], "type": "volumev2", "id": "5f466b4a32434dc1835b99640f845b1a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b62b41c605e4e6c9cb1df85871b6a14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a831d35b38e46259996ce034e27ed79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89886030ad304d15bb339fc0a9d216ad", "region_id": "RegionOne"}], "type": "volume", "id": "2c8b7195508c4db0b22db25488b60267", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64e8172b518548d0b90dd65e48f8684a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5a6a6b9b76e4330af2b61d4e458b252", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e415f7d07b1545b2ba908ea8727e3775", "region_id": "RegionOne"}], "type": "block-store", "id": "5c0aa98ab59f461ea9e153bdcdcdb4e7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b5adcb182686425c9300d10f0cc006ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f69cc80b87694fb7859d7822259b6376", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "afab9c288931479c87f67fbfbdcd4877", "region_id": "RegionOne"}], "type": "alarm", "id": "35aef93ccb9e49dab83e61ace29b3b34", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f1b4445427e84dafbb61c53cbc72fff5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f51734aa46354f57bd0ed51f8bee8217", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bc1c469572824489a222f14bfc7a1987", "region_id": "RegionOne"}], "type": "alarming", "id": "0349ee7f19f84ef3a6beb2ea6bc6db71", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ecd1ccdc26cd447abfc8f2ebc0f53696", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e98d2106577d44dfa30b97c70524a731", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ca09ab11dca94b25afcb515b5c76b4f4", "region_id": "RegionOne"}], "type": "meter", "id": "9c00186863994a308d791a5cfe0c2c0f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e247f9f78a2d483ab7d01648950f355a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "673a65b84cad4cac9b8d4bd4c3d67239", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "dd045a3200044c6e9087791b3a73f8e1", "region_id": "RegionOne"}], "type": "metering", "id": "ee424626ceff4e5c9b239ed941be811b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d1bb941cfab8421a81539120325ba6ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "db55c55d316c42c695ff65ab7911c7a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8293ef2b94e042a3af8bb6b2ab5fd83d", "region_id": "RegionOne"}], "type": "telemetry", "id": "b2ae0dad7a014646b3fe7013dd319cad", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "827d13d41ec34233a6a22268d26491c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2d4d2dd3ab5d422bbc8787649b976290", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0c727a17fdb74a809557b3f1a3ce88fd", "region_id": "RegionOne"}], "type": "event", "id": "820312b5ec6f419781aaf3c12b899a08", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a7bef49d9a104667ab1107aeba59d6fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fe1a51bfe7c64b34890d8291f78f6047", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "126cf1d6c5aa419e992e015d2c8a86d9", "region_id": "RegionOne"}], "type": "events", "id": "21c5df4ca6264822a2b856bad9cd6661", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2997639a4b79454e9f6d6e5f66db0987", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cb69e7426398449fb28a3a98fbee0c45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f7d84de20240448097688bf5c649d1e9", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b4978a67f4364b9382c04c0446495288", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "28f81eca7804499590c3eb433eda599d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "16aede6659e1410a9c2c7e265796a594", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b343f6b795524ec6ab6adb24e5b83519", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a2d9886d7eff483781bebaf64172089f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3409e6f247db4ccc8e12aeb26293b4c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "633e796a0f8b445ea2c0b88f0ed9226d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c03ce96c44954a5d9b7a365d6cbe1987", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "567cba08fe284521b54a62e49adf8c12", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3c8f9f2f9d2645b0871b0b3e82052325", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dbc0a9dd9f484fff9c55bd559f9c5170", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "06f12dcb226440eebf5ae397d572e58a", "region_id": "RegionOne"}], "type": "tricircle", "id": "b1e2609d6ac642488e145e0ed04c1045", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "bdac877aa0e8404bb3a8e103446a07b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "93bd2fd0cd3c4f57bbeea73b292ff5ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "75a03212f65445a2a6899e8cb203bcd4", "region_id": "RegionOne"}], "type": "database", "id": "d88a532a763c4f7fa8d5956ac0151114", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6fa19e50617d485994a8830247d0212c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "66efd018370c49e6bcd7d62c0330b4c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "285c41888f8f4107915d3923fa3a917f", "region_id": "RegionOne"}], "type": "application-container", "id": "23b0fc70733b4e73afee6b0b42e7c2db", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0ff75afad9fe4a44a38bbe0a3b6a2f04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d5cd83dccf0d418fb5f73ceafb02fc20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bd1ae37aed644f098e865b11902fea8c", "region_id": "RegionOne"}], "type": "container", "id": "04920b6186dd4a8f85c6bb884ce6d1d7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "32301e8e6a55442190c713e195651c48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e1d4ba77e2d54af3ab4876f8858ed7b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "91d13a36a0744c8586ffb4f776fd1653", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b7d957e3f2f94e21a3996537fb9f506e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "40b6243fcf2d44f4b849a467c7f5d4c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5b4beb52b05646a1b6f89f70ac3bb87c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "99b3d1b79ab44153bab610ef095eec5f", "region_id": "RegionOne"}], "type": "rca", "id": "fe1049d140a54618bd7a5918ec12ff79", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8b91145f5f894729b5512a0f3c0a3769", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9cdc88e4957e48518d5712310e181d98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b99282eee207424e91c4f0abd6b8a236", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0f17d00ece334ef4b86e17fe6758e04c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "319ad5162a7c4099812e1974165a3d6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "543d00d7b11149c9b45d9fe5762953e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1c5bcc548adc46ac924cd39a43131347", "region_id": "RegionOne"}], "type": "network", "id": "0c8cfd9bd7c44eb49028d07637a11bea", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ac48c70c35ae4c32bcd8e3eff4c0209a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a8977a67f4ff441eb94869766e2361a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "422fc7f05fb1450f9444ccabcc4dd7f2", "region_id": "RegionOne"}], "type": "backup", "id": "8e9185a433784472ba001576d36ec121", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "17a881cc69f64bb282b09761c82f0df1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a82d212315274caa8e0ce928dd50b6c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3d765c07dd114f1f8e2c660b017cd379", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0331d2f53540402e8932e15482bbc788", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0e8eadda4b3442f19acc246e4c5d0ed6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "95ef5337e0754014951770f19fb05afc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d72f3576c855424e868f55f8269a2cc0", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1ed0f16cac8b4a2c8ea13f9f152e4bd0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "827184f49cee4c76ab3ed32024a41940", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3c2c554ecb5048b4bb174b13ac132d8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b341716c53d04c7192264e4110955383", "region_id": "RegionOne"}], "type": "monitoring", "id": "2e21e9a9841746c587e5c0fdaef48461", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "94428bc2e6944770801639b8b94ede4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "096dcdf1aa64461ab0c644712127fd73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "fcf4dc6c8dc04f408a06bd0fc23618d9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "abffba15f6c1463687285d22999fb8fd", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a7e68cc085e14a778c8eb88ab487a272", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0f1f962632e448dd9dfb54c5e1308608", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "770720df121a40ba9553ec92d36435a2", "region_id": "RegionOne"}], "type": "placement", "id": "107a2d164672498880cdabd56cff2680", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "751528d55d414cbe81af42b464b2ec06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d7bcd7d99696488d9b9b33f33240b810", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f37c9bf6d6d346d688d546d9761b0273", "region_id": "RegionOne"}], "type": "instance-ha", "id": "dd33ecfc8dc24eaa80deb4705fd45d1c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d31c8b7473194b20a73c4a5d8ce85fdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b1713141ca7d4501b9b93074a10f1635", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b960bf2e4789479fa964a378644cdc25", "region_id": "RegionOne"}], "type": "ha", "id": "a070d01a13af4a9da56a0448dad57ae2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "26aa05d78eb14bfaa0b20540445243b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "79930685bbad4c7d9564b34016096633", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "eb8e3c8827304a6dae0ea87814250268", "region_id": "RegionOne"}], "type": "reservation", "id": "136a48ff941148f890f7c2ca26a4aa36", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b9d1ae4220ab4c809caec88ec8c18415", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1722cf4d14594ee8aa58d5c7d8637f8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "590ee532bf4743a199e54bb001e680e1", "region_id": "RegionOne"}], "type": "function-engine", "id": "2d5f47d84f694113bbfaf7af797a160d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4429eb30926a46fbbbede9af6872eb7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fe54c25f9d744f23849bd0301e8b926f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7f9642b267e6470dbd1c3f6d93620216", "region_id": "RegionOne"}], "type": "accelerator", "id": "89374a8386d844a4abb8ac1bf83ec5ee", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3b228be954b644289fa27f6432e982f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "190219668db1498daf3ab6896f637258", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "afe4128e15a54feda2cedd8747c64478", "region_id": "RegionOne"}], "type": "admin-logic", "id": "634b9e5dff0d446eb1b66ecafdb4e179", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "57001d00615347c7b038dbbdf59ab962", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0db9496876f1437db73aee98f2477778", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6098d6b5ac4a4a7faba20c8445e424a0", "region_id": "RegionOne"}], "type": "registration", "id": "de76e33104ff4201b28c4f24a9dca428", "name": "adjutant"}], "user": {"domain": {"id": "3494c03c1ded4eb0b977f3840f207987", "name": "221205c6f464485bad9408c46125b182"}, "id": "b15837cfb00f4ed0aaa585e7e957b238", "name": "6808d8fb99194eec9754c7d072c49bac"}, "audit_ids": ["a29f4d037419448ca930664ced1853b3", null], "issued_at": "2019-09-19T09:04:41.413493"}} 2019-09-19 09:06:41,547 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,550 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:41,551 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:41,619 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,624 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,626 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/c549302a-31b9-4fb4-b637-2224956e2df4/file", "id": "c549302a-31b9-4fb4-b637-2224956e2df4", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/c549302a-31b9-4fb4-b637-2224956e2df4", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}]} 2019-09-19 09:06:41,677 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,681 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,683 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/c549302a-31b9-4fb4-b637-2224956e2df4/file", "id": "c549302a-31b9-4fb4-b637-2224956e2df4", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/c549302a-31b9-4fb4-b637-2224956e2df4", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}]} {11} openstack.tests.unit.cloud.test_project.TestProject.test_create_project_v3 [0.182842s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,737 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,742 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,745 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,748 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,760 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.675748+00:00", "project": {"domain": {"id": "693b4d8024bf4a60991b8ec969aea216", "name": "db8073cc9f784201adb0bd6b3fa05ff1"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e3cd00312f0b49a99e1a0759d6be6228"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9eecc8c9c35647b8bb92e22ac66cb87c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7576f1998a744daca5ddbfe78af254c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "06b40ca6df174ff8a4fc25774063cd8b", "region_id": "RegionOne"}], "type": "identity", "id": "56d3c2ea3ec8442a897b632d8dd83b49", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8c4f4c08b926422393209e1195f673a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8a8343f9d1254885b06ec8ef2c58cfec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "cdbfe7b6b1bf497d98ad9c0f8bcfa66b", "region_id": "RegionOne"}], "type": "compute", "id": "abe919868ccd4a6baa91d565685c8dd9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "2df84dec4f884b918aa44f9803581565", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "50dd0128a99844c88cf5cc7e513dc673", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8740ebc642fe450fb95815e89ca2bb9d", "region_id": "RegionOne"}], "type": "image", "id": "0a2c9dc9de3744659aff94f28ad46436", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cd154f92ecb046c28cf1a9242ccbe32f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d05948e0dea74a64b2a385b8733e83bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4a1a15b3514946c7b8e58ec5cb74d612", "region_id": "RegionOne"}], "type": "load-balancer", "id": "aeede14ad1074c5b8c87617f713487a2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6acbc95e95624421b3b917687134af22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eea811f041834f3a9869baafdb600367", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15071adda14c425ca99436a41e694365", "region_id": "RegionOne"}], "type": "object-store", "id": "48752a7a6470440fab133cb73b5992b3", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9b02fcfca7d344289d3402058d5d669a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "974930e1176540d691dba1bb11d825e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3779d1e721284821939dc0e1c35c354d", "region_id": "RegionOne"}], "type": "clustering", "id": "7fbbccd1512048ab9e60ebf9bb435670", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "777cf89d1dda468bb7fa0439ab7b7a2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9f4e1b8f493c48ff99d680fc4121bb2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0f5a8f47a36f453f87629c89ca67bf66", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "92ecf3fe73544da5aa818823892b75d3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "47d2f10abf8747c59624645abdc88437", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d8c763c29a24466b817a6f5ac629ceeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fcb5eab92c1b49d281a660a4092ee650", "region_id": "RegionOne"}], "type": "cluster", "id": "6a8b034c1d884062a8baac1ac362606b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "234d23b5f37442bcb96597e9de554b15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7ff047dae6b8465a8c17b352f7a29910", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "aa59141b7de24b7e9c1e59f617d9d20b", "region_id": "RegionOne"}], "type": "data-processing", "id": "f77ff66a86d5447aa9be587462e8409e", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f76d721a9b1d4fc6b888355c09bd2e51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fc6b8236a2974c4b84bcd39d841f9feb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7a1d7850695e456581276f4c07814dfb", "region_id": "RegionOne"}], "type": "baremetal", "id": "4081cd6f2b3d47699734cfc4273cedfc", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e5c5c369274f4d98a39a1011e9d666bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b90558a3cd23428aa266c1fbbf3149c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "09c9bccb3a7b4a23bd9fc650e7060ab8", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b05b519b710248b2a7c72c54e0f8f083", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1c8fc6f049fa4f208626d01c67482d91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f95f4cd0a23c4446bac95d368873c302", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "41f9850d521f4dc88d308219ad591bfe", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e9afd20a16d744f78a5f46cdbac07766", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "660cb96c2d9d484a8b093146b98c367e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3418ffdba0b0483e97871041e7842163", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "eb2b166aa5564164af6e99c6b5050422", "region_id": "RegionOne"}], "type": "key-manager", "id": "aee3b12fa1ab426a84351fedca3a34ae", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9c542011a4a8425ab75a38c90c4c47e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dd072ccd844640bb979626d9538f1504", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b31e6f464a83416cae1ba5f697afb929", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "203999475be74b14a7a89e9c89399a04", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "65448cec207e453481460d8557c359db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c8ab67114f6e4e7cbab58c6917617b91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8dc7e8f77d9f4144a80e7a189b19e981", "region_id": "RegionOne"}], "type": "infra-optim", "id": "25a3d378f5034a188106ed8b40aba8d4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "902d45e1d2d24bfca954d825ccff407a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "31548175589a44cbbda35f1ea9720262", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bcbaa9856dde41bd9b110df5d2eca2a9", "region_id": "RegionOne"}], "type": "message", "id": "99d31062c9df444e9f947bbdc7c77bb7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "485eba1efdc2463394b2f1c5bb708e9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "68f01a32f1f649029954b368ac9b842d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d794eb10563c4ed298dd249f1bf2f76d", "region_id": "RegionOne"}], "type": "messaging", "id": "bf21d64e717b41b6848efc26adcb03b6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "553f2d669f034d6d9041b8020d74e073", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "62b6dec61bb6404ca34558b2460158c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3dfab644f8824940b5186797f09a3b0c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "caaaf65d4f20410aae3c0626bb9a9384", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ea04e0a795154406808d23d9dc77c7e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "78867a60a5194bb9af57eb95255d3779", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0352d84e158c47b7af8e9f673c7591ef", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "94a65c606cda47299384e1da1d6c0a6b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b4433974bf3c45a3902b859909522618", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "afc4aee2ba11451e9677bd7b267659cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b2f1289da35846ddbbb4b18ef8081c45", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "3f2b7eb6a5e044a9899d816257abfaa6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "934cde8979bc49b7899e3ac85f1d10e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ecb8fcbedc394295bd8eefadde824d27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68b5ca0bf4084b0c8240dc9e1aa1539e", "region_id": "RegionOne"}], "type": "container-infra", "id": "fbd108f64ca24ff8bb0a015369087999", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d2801fd8ea164c958b5e55abeb918e9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c1832e5873304823964ed69e2811121e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "37c43bf9d1d64e808151b2de82ba7ef2", "region_id": "RegionOne"}], "type": "search", "id": "3475b9bd405e4ca0a6090084fcbf2bd8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "bef9fb8ec48646caae97cad1093e8b5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0bae57c059da4829b8ef1b71f63952ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "dd21dd38ca354886a8ca72c2930d8e5c", "region_id": "RegionOne"}], "type": "dns", "id": "8c8983ced4b44bff933d59e799aef844", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3ac4bec6713d411b9d89ece5c15ce80b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f3c15aa79cac4e3eb3b0e76cea2992ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a46ae1cc38124edd8e766aacc59f587f", "region_id": "RegionOne"}], "type": "workflow", "id": "aa78327ea29241b9b72c26b3c79f06f9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "adfe3f2a3cbc4c16878f5a2e95ccd627", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ed7cc6ae8c244eaa978f14f9b135b582", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f6841e302c404d72a408728ec9c659d2", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ffb094641e74405fa33342ac63701c79", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ef159f11f8c042469d41fc3980176d50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "fcf9d805359244038f9fa867b8b37137", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ebcf1954e43d488093f6c099c1e61f4e", "region_id": "RegionOne"}], "type": "rating", "id": "5468d4b70e0a40d39a90c7a21cf9ab3b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ada4335a0087493ca26f6b1cc101c305", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a0e79f1f73994f54801bef4fc0618ca9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ff2510fe756c4dc2996b7a2da4660ee5", "region_id": "RegionOne"}], "type": "operator-policy", "id": "72a589c326a14670981241abce08e863", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4d2c2919284049d6bce80e78d6ca2630", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9ee1ebd8e28744c1811c6a56aac0e95c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5df12d55b00c46dab320efc80d5962d9", "region_id": "RegionOne"}], "type": "policy", "id": "5c1e130e1fe44fad9472d5920896536d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e2271e1ad5d94382992eb7f69d146603", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "daefcaa1985346c08fc86a6727ca6f71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "afc4c09314af496c9b84bcab5a4ded53", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1a3361acf7514084a7d50b68b64751c3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "72be695d1c284b0dab04b5dc5b5cb55a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "40e4a2bc6f964dc2877a84eafdb61dcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "25a84b1c35f2473cb27868e1141e2e8d", "region_id": "RegionOne"}], "type": "sharev2", "id": "e69d8477c8c84aa5af30a456afdad30d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ed632f202cde4bde98ddf0d1f7eeab32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "65286d35fa6545d09f5d57d25d67116d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b2a6f570f7374e6fa00fb74e0cd2961f", "region_id": "RegionOne"}], "type": "share", "id": "b81d3b5b5d4f41919bdbf50a7c2cc8df", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a97f0f88f9b94930bce9e7d573e97342", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "688b7a2fa3f84ea6a5f316ae98a43595", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b3d7d08b6c3b42a5892ad80204696e29", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b038ceb8e1d5450a9c249b208ac3aedb", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "758a6581712f4ee9aa56fc3fca452f9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9709e905ffd4f7988544feac237dd13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6005da21fb1486fb9420d1963066f70", "region_id": "RegionOne"}], "type": "orchestration", "id": "5455b5e5a32245b89c669defe808d403", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be3df9a25f544cd687f07a513cc78e1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3028c90faebb48a795ba53dd1f9b5d64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "399b693a63824110b2f5ee510a14a3ca", "region_id": "RegionOne"}], "type": "block-storage", "id": "5f3565737a8f4729888afb3f912306a0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f02a9208ca244e9f8e5e770a1708099e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05396e318dac43a69f2882c3d1eb198d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cb87317714148219e206eeef4f75c2c", "region_id": "RegionOne"}], "type": "volumev3", "id": "097d6aa09b4c4357b5b91ef2adc36982", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "799476037fc042b0a686f2abd1864ebf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "236e8097ba9640e3a35cec3508b89fc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fba6b66a385d47019d3047c616a11ef4", "region_id": "RegionOne"}], "type": "volumev2", "id": "a132fb88e1e04d80a559e4834c4769a4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e473f0db5f5849289d6a610dec25cf29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90b1303b0cb544129ed5d221c3fb24b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9da590f2c3fe443e856ee29f15dd2de3", "region_id": "RegionOne"}], "type": "volume", "id": "a40ef38bfece49f78398af7f53b74fe3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "246efba4122e4beda73fe9f056adf3ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9359378c9df84bec859f67e49cca0487", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a19d900186aa4aaf84c4cd42a098fb70", "region_id": "RegionOne"}], "type": "block-store", "id": "e86ee2609e744986b6a70279b1483265", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "36698a35fafe4aed8a9e5d47640cc208", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fdcad003ed99476f8ba9cc057203e43e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ec7c9a84e557406ab178eed32c43098a", "region_id": "RegionOne"}], "type": "alarm", "id": "6f3f14f317d44bdd98058e04e896d12b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9e8bd6fece2a4016be2c9277069d8bfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6661dbfa80e14d089bce659585a827a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "095f9559733b42f48d8980046ca5b81c", "region_id": "RegionOne"}], "type": "alarming", "id": "100b71cad8b34e6bac16d44bfc40d88e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "62dd8e67c1a54e548676e3c7ec826bf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "35396b7fa7e94a7bb7862da23273b50e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "52eacc345e1a44aea323914c11c8c8d7", "region_id": "RegionOne"}], "type": "meter", "id": "9172b9be7d7644cfa049bd0613b2e0c4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4594cdc742ee496fb816c8e191f2c39b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9b04c1c5accb4d428436ed79d11e48b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "55d431146ed04da8ba1e5e3918172a43", "region_id": "RegionOne"}], "type": "metering", "id": "ccba30db611c4252908f88323179a2c7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6791c7c434d64239868c6d39db554629", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "80ed02dd72b448259673c68e51d49bbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "52c94cf3a7ba49b6ba2ad15506e1ced2", "region_id": "RegionOne"}], "type": "telemetry", "id": "3d7ee7cb44ce4f0ba7dfb33f2722bbdf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a61e52e5d56e489a8a03496d3dfce075", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c0508bacd4c04e3796bde81b33504e18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e0f4944c70aa4fbbb767e9073e605550", "region_id": "RegionOne"}], "type": "event", "id": "f5272d8ac37547b2bf9cf93374602306", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e3679b7bfd9e4127b84a5352d5621a92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2b18b8e8881941d88b94528afac4bdb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "69d8ba95495144f88e45aa47fa5f9f53", "region_id": "RegionOne"}], "type": "events", "id": "978a69e5c40c42d7bcdef0927e521d0c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8b24574685a941ee85bffe5c4ada9c32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f1f228a5747e4a32bc7224469088c144", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bff371ef975a4b7eb76e7b0e1df989c9", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8c46514a2cc948d0862dfd8f25324ec3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8db19d1a2fe840c787b29234e19e6e6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b90c58f1960d4df2a0f67a43f0e88d29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e2df3e89bd6846d3b1cd710d8ad48b0e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8f426100adc34fcdac9dd48364770ec3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b0535efd95be4909bc3062b4dc38de22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a90ee6ca8d864fe5b87174cbee72c7a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6d90d5f328684e2ea6cdb3dafdec85ef", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2b8d70cace2c4ab3a37fb7d5c3a786db", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9b47d437cb204cb7a6e604699658eac9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "056781fe33c44ed49ea2880160724aae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6e7e9c081e874d53bb038c42eb25c4a5", "region_id": "RegionOne"}], "type": "tricircle", "id": "d48b90e038d544a184e71ef795c9bed2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "6692040787664a2281f070516d4c64af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "56c51b2d03d94012980b3af6fa26c862", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1200f92918bc41e49831d3cefc601d4c", "region_id": "RegionOne"}], "type": "database", "id": "e2d495d22e964174b3bcbc6ce79a0fb6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6b36da0d23f94045b0aa8e537434890c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b98a960e4c8f4173b0ee63058d86a8cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c25352f7b0cf410d985aa982dd4a9039", "region_id": "RegionOne"}], "type": "application-container", "id": "c0da7590b52e4ae08f8ae56f40b0b29e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3ee0dc1fc3e141f2af4b24c1687821aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "589241209e1246c3a7d475bfed9c775e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "022673c2ed954b5fa472a79f3621ffca", "region_id": "RegionOne"}], "type": "container", "id": "088caed1e312412da1beeff41549d90e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b17a2b02f5a94b71a5d311989e2022f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4ded19cd07664671961c32ff90d6ee73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "66026d5892c64cf3bf7cb27988d32c6d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "93aaee08a57b4708865179cc1509ce65", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b167d0204e054a3abbc48488424caf92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6606da901df84f3b8f31370c63a098c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ed82dfd7dfd54dfbab688efb1afc7439", "region_id": "RegionOne"}], "type": "rca", "id": "b23b4d883b314a10a3edc802ade83b2e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1767744479134127877e1f88fdfb5011", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "800ea57a46e54459b64fa063e844cac9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1e5a682f6f8744ebb2d63b74a0e82683", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3549269be6f240a7b446583cc046b8ba", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c1b9611b28754c7f8653cc1b75b5ee66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "27a18c6eae9848ba8603e8861e441b73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c3489632433049669e911204cf1d01c6", "region_id": "RegionOne"}], "type": "network", "id": "f88c283c299a409db509b3eeca4cee9a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "4be4145d19ea41c59c43dabcfb7da82b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "99a754e1c9824cbe963419a9b406b0ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b5cd555c73fb4e8b9ddd97d58ffb8c9c", "region_id": "RegionOne"}], "type": "backup", "id": "839299037dcd497d8194b15aa7f57616", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d842c88e4af043a09d47a81fa4ff9789", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c09ae55bef524f89b7ba5cba02af23dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8ba4a681e69545c0a40c0eda5b66cfd0", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a9d5aba79c7240e09aeaa64d7fed787e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3c333834782249ac9a655161c944a913", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2f753b3b57ab461eb83b767e00efdc06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0e32659ec113472d8274e8826195ccf2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3040e323255a41ca97645cedbde8ff15", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5fd7b2dff7964392ba45ebedb762d98c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4d262d5681d9476f97368edd253352fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8fedddc35cef4565bdc53ddef26d0786", "region_id": "RegionOne"}], "type": "monitoring", "id": "54156224c4174382baa5b5d87d47dc12", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "28c9650c5bb04561b5fe9a53073fa535", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6c33a63bffba40e9a3d2e047028c9e1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b44339462d32463fb6cf0e6fe1215343", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8886bb5e21444ad5bc6bc60fe450f5cb", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "dfa11c04676f489b9a08ff3132fb5820", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "44da7cc77e8e4135937ad7e94d0d8813", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b5389747e11644fe8e77eae141da0892", "region_id": "RegionOne"}], "type": "placement", "id": "ca6dca8e2bdf4e83b0860be4629909b3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ee2c02feddd649eb9e01b0eaf714a186", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c6b895c8854441bea35a1a8ec255949f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5f567b80f6624c95a08f6c131ac23bc9", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7b8e6b98a7f74a6f82a620d825336100", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "058e90ad325d43ea8c405a41344babd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4782fa204b4f45fb8d9027be99c0fe1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cb1f687d49104184ab88df80b9952daa", "region_id": "RegionOne"}], "type": "ha", "id": "2abb6df03fa8408cb0ad139373a5a3fc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "12c211490a0e400ea2cef82f9bfb3762", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fcfba5a0c5b24b02b66d90c0fc679797", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "02280f27c2364159b8dd98b6d4e558d8", "region_id": "RegionOne"}], "type": "reservation", "id": "863a4f941f45467eb8609390b1941abf", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1b6ed5f4547a45f4aaabfc5be98be8e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5ddf878dc80b4f2f9fdc7e4204030fe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5c0f71d5813e43b495f09d2b462a40da", "region_id": "RegionOne"}], "type": "function-engine", "id": "6abda06f159c4e0f9726c7763cf9b3b0", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "350ebdcd1fa649eebddac8fc2f1bd55c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "31f43ab51f2d4bedaa1c18ee8f5ed86a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1d32afaef5784f12862016b45372a1cc", "region_id": "RegionOne"}], "type": "accelerator", "id": "0874d7c194e544f49e780a4c8f6cf7fa", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dc3501c12e4442868bfd96b4f1af1ad2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6130999283944d48965850312c250b4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3839df557b884e4cbface4688aae3be1", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d9ee5212aaf6404ebce9b1e3f5b1ebcb", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cc2025c16bea4738bd28ad9e6be0107b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a73471959770420aa1f2fc9f66f629b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e002129f1b2b4c3995085262bfc935d2", "region_id": "RegionOne"}], "type": "registration", "id": "82aa0e33c10d4fe88e1ef1a6af91e434", "name": "adjutant"}], "user": {"domain": {"id": "8d7fd897e2414028882b7dc617a7d543", "name": "baab5daaee064a62afb0906c7d7ec431"}, "id": "ae52d22dff8b46bca98761aad884c7e8", "name": "93cc6a519dbc4d1f8b6e9c9147131e60"}, "audit_ids": ["368a22c43dbb48f4be965dbb90f13e21", null], "issued_at": "2019-09-19T09:04:41.675748"}} 2019-09-19 09:06:41,842 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v3/projects -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"project": {"description": "projectDesc-2", "enabled": true, "domain_id": "66b242b69e58487bae1711a4337a1806", "name": "projectName-3"}}' 2019-09-19 09:06:41,848 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,851 keystoneauth.session RESP BODY: {"project": {"domain_id": "66b242b69e58487bae1711a4337a1806", "description": "projectDesc-2", "enabled": true, "id": "cb971418d117468c843cdfcf2988193a", "name": "projectName-3"}} {5} openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_list_hypervisors [0.180220s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,644 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,646 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,648 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,649 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,658 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.586269+00:00", "project": {"domain": {"id": "8f9c8ec79c2d485d84fba04c883f6083", "name": "2c1363659c5e4676a1761970fd01d6af"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "25bb1cb20bd24463b2f94ca03cc58400"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d7a089abbc3245e0a178ab95eebe00f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d0c0b86f2a8c4f36891cc874649059f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e6c5e16c25494a8490f20676036452aa", "region_id": "RegionOne"}], "type": "identity", "id": "bd66ee926df24846a64797d70c39b445", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7bd3a03a7ce84b4b92e3aec9476d997a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ec7297b41a5646e0865c43507d996ff1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ddb5b70e815740fa96a75567f303cf44", "region_id": "RegionOne"}], "type": "compute", "id": "bc5d614ce067486c9181e71fc2b90d01", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e8456b898e5e425e87681bf57abd75e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2d78184d80e644d78c2a189daa380523", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "9f07888ef69e4d349457ba8c7b5e8c3f", "region_id": "RegionOne"}], "type": "image", "id": "d599ef870eb444528342b96354772ea2", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1bab0aacf36f4d33ab9a62b8365e06bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b899baca81044451a45efcb1d40df35c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0c03e98d70d549bcbcd5a92b38be4610", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f2c5465513b0400b835284cbdda5281f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a20ab81aaab94fcaa6de50e5e140771a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c43591d1ae74c4bbbf8d84ebef4e7fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29be1c3496dc4cc69e7a5afe6369cad3", "region_id": "RegionOne"}], "type": "object-store", "id": "ec62bace2be64d3e92b367ddd09533c2", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "da8780b6b6284411b0fd168decb2cad2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1553def547c2413098db4b62684bd819", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6edcbb63ee774ead9a84e2ee5bb3ac8b", "region_id": "RegionOne"}], "type": "clustering", "id": "a3bb63aad6cb4a7990e3dd261074b8d1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "67ed5eda623a4db690499495033cf47b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f589eb4c150a44c08def66b3ec669877", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "268ad42353354a468057e5b076f46633", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d361d6afbe314a27bfacd4324902adf7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b70936e15a0d442a90ddf8d70bb716b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5f6ed4ef2a6d4f8483479d8437f77867", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9b3a7575496341ed94ad0637177dab50", "region_id": "RegionOne"}], "type": "cluster", "id": "60092df2778c448ebc33098ba7d7a55b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "031b5e819b4644749878a21f80bddf01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1afe97286a5442eeb92b7d17e7551eb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e755768f04a94e7084166c03d583fded", "region_id": "RegionOne"}], "type": "data-processing", "id": "8e2885e9d09448fca3c4fba8a5c71a06", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5ca61fd79865467795c8e053ba3971fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "38c0727904924a7ca0c568331b501a61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "59a1e1f349db40aabb0e3f15e18e3ae6", "region_id": "RegionOne"}], "type": "baremetal", "id": "63e299ef1e4a4ef28ec18997caea1d62", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ced51e64988c4426bd7750f91f9a46c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6a343302e02b4f4d8bcc46c37e17857d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "282e496a4a7f48b18fd9891944fec879", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7b9b03fceea944f0851e57d9a1a6cda3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f574c01302c54044a308e06b17da2212", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "71c98587f6f344348c7de50750bc82aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "79bb98da77734d51844fb67bc66e268a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d7cea70f04d94b108e1347da9bb94d2a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8872199e81ab45659fcd7ebdbadf982c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ed3da84f09464eee8386502bdbab8af5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1971416701224a31a00f69b46f7b7536", "region_id": "RegionOne"}], "type": "key-manager", "id": "d93d27645d00468baee9149b8050665e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "df19cb08fdc6470c887edbd8518ca291", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "48d0b67e07c84bf4bde9fa3731c81342", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8edd19f52a574b148769efff54e567bd", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d927ae9e133d401cbf92c90e274e1f0c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2fe3add23e464cb9a4835e4ebbec4d11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6ac48179656a4561b32fcf3192f4dd3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "95b53c1dde234bdb8e8e061c6a0e471f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1d1008d2e6f8415cb1cc83f50e44eccd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5ee2ac703cc84c668d2e7c3fb73cd253", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ece05a191b594fb597e17cbae8a268d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e1347711c5ef40caba4155c7a7f514c5", "region_id": "RegionOne"}], "type": "message", "id": "5d08da9714334f6fb4579c0e5e415d47", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0cecc6bd5d2840fea133b3012c80617e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "012083529dae41fd8f0fd2f0300e483c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8702a49547fc42b1b4471b79e80a7a21", "region_id": "RegionOne"}], "type": "messaging", "id": "bd5130942c70411f9efd91ef2e2a9a11", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b6508aef2a0c4ae4b401e4c7e3b7e736", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4326fba4cec74d65a4edcc460a7ca178", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8e6174f7d52e4272a96455906bab4f2f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7c1139817f0943f7b202ec37835e1889", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ea00a851f58144d5b9c7a4bec1697e66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "13d7a1a604dc494586ddc678ce6ed5fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4c8646b0719f409abd0ed27df80665a4", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "77303a0f8f444b799aa70a8dea85b66b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e5a44e2db8864c98b338842f416a14a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eeb3715433a647a994c7faa9a6245ca9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "08e305168a1c4355a3647c2082ccf99a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "977ede6d17054715acba7e598dbf2b68", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f8f3fce220734b64ba82213ec4528698", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a206314a918941fbb2fc8f980609037d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "533706ab643f41179852dd106305c572", "region_id": "RegionOne"}], "type": "container-infra", "id": "6f949825354f4ca8b6d7c372cd54fc51", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "fe9d080208a54168a5d9f1fe150f946f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c5acc6b605044c5fa78e86908f572509", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b4e2f5e236974691990a3c3bf6998df9", "region_id": "RegionOne"}], "type": "search", "id": "734f329449c649e9b82c6df939fecdb6", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "db5739035c6a4eb2af515cfd2a82214c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e97adc5553b24cdebcad64bf156e3808", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6787a5cab67d49368e8d4f4a261b3535", "region_id": "RegionOne"}], "type": "dns", "id": "0423c8d93999454eae2dfb6081b27226", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b6e12bc20a2d4868a57218e645b7c0f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "16fe8fdd720a4ccca757e692506a367d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3e78cbdf823749fea4ee2118fbeb1963", "region_id": "RegionOne"}], "type": "workflow", "id": "8e9b0ab4503a4ce189a10a30d73d222e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "30bbe135e4504acda5386c64d86e1cab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4e4f693ab3d94bed8745b7015adfe8fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ebc9cdcb75ee4ee6bf56fb92519aac65", "region_id": "RegionOne"}], "type": "workflowv2", "id": "730b908e6997404ea719bd54292d890a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "0d1ceee94b704034b5e06bc7ad9ac3fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4b9c6c8201d3486cab7629047eda85ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a9b1c9f1297e429ca0b6da10ab3a1839", "region_id": "RegionOne"}], "type": "rating", "id": "b99f8fb8476540729bda5ada9b1693c9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0bbc4dbaada447228450da783c56d4e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9ffc28313dc04f47a147609a23c6f0f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5d01124581804fdaa38fc63a134537a0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ace11fc0957342c6aed98ac1f7081caf", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cc2cba6f50784a6fb9a569dcdc0381a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3601d3c00d504b028ddb93d9c3240c33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9269e8333f1b43998f3821bd1c35b741", "region_id": "RegionOne"}], "type": "policy", "id": "8ca7dff3f09b4c47b7984a0c387a672e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "17f08ed328874162a9cc811cdf120ec1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f0a89b195c5f4a419e8dd968b0538f3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e6e31c93fe984848a3f5876dac893ff1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "28e688889e0345df9628e15523eda31e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "476764dc818d4cf2a6628c5090a67285", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bc56122a8a8d473cb5ded8de8cc41d49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4ad7af1ef5b049aa8cf16be5e76c9e44", "region_id": "RegionOne"}], "type": "sharev2", "id": "56fc31a83cb44e79822db3dc4aa2e9ee", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "da8ab2144c344154aafb60b9dc580859", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0f7e2f445cf44c77b62c4ccd1c7d0864", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "70f3c6f9584340f592c555db9dc7aa01", "region_id": "RegionOne"}], "type": "share", "id": "72ecec9f43744772aea4abc261a89360", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "02c1409f36a4460bb513d0cb7f89ec66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "47e0b3a111fc494b8f80509688716f7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "03990908ef53428ba266b7211ef027b4", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9685e21cb37d428e8a1cc059162c5639", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c9a60b2ddbf419d975ecf129e160d7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23a3dd7c6a524fd09fc61ac83d2d1c98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7952dfad2d1749bd842d314ec0124221", "region_id": "RegionOne"}], "type": "orchestration", "id": "d65907b32e7b4d19be9fa433f15a6787", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "060caa860c684aa18efd2c02e613fc53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b55d5e71f2e4348a07eeeec89ad4cb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37f5948b9948447dae2523693ffb6fe3", "region_id": "RegionOne"}], "type": "block-storage", "id": "b6b2b23715c2413d8df1c33e1a475752", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0920d269963f4e8d8b6a45ccb8ca9e6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "710d3710ab264ddca98043f808563f08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b32cc31b3d5540a19767428169ead8fb", "region_id": "RegionOne"}], "type": "volumev3", "id": "a5a68b07867a4cbc90303dbbe34bf22c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86c33dd93b0849ea8cdbddf6b1e3f74f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c28d96f3e1742c39737fef1d8d93560", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d4caeb45da44f0e82d4b65c843d016a", "region_id": "RegionOne"}], "type": "volumev2", "id": "c303cafd489044e0b4550a92b0a06600", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3e60773cc7e4e8ea92713c94dc5cff7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f8f74c94f8c445197cb5d6bd0eab97a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd315f5145bd4607acbc89de293fa319", "region_id": "RegionOne"}], "type": "volume", "id": "7757874a711a45c0b7ebeeb9c355d398", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db70cec245c14c0291456fb3ef016c7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "978fc6d84e344d2e9c8c6b1f029b8d26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21f8c113879f4ef188ea34669568130b", "region_id": "RegionOne"}], "type": "block-store", "id": "ada4f18d99364fc2bfe2861421fd78ea", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "027287094d7b4f9da29143cee213a212", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "517f3b818cd2462390f2e25974c84f7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b2500f1d8160469f8b38652de584e179", "region_id": "RegionOne"}], "type": "alarm", "id": "7a77e627317446a8b5523b5a42553cc3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7f2488b9886b497d8b603c99186f244e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "224612cee7b74df794993b0347b35559", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7f33e7ee9daf4751b13be2c347b284ec", "region_id": "RegionOne"}], "type": "alarming", "id": "8a57459ff1854b6abaa48388e0a08adc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d70be9532de64088884c3bcdd6bf49cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a8fe131137714d159d3443299fa63623", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ef2ca30022ec4c8d94e9088c720d210d", "region_id": "RegionOne"}], "type": "meter", "id": "65d58d21ec9a4cd4b52b0ed4957bdc1a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "59ab71ccae9d4995a95f50e4b4ed7ce3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e726425ba0bc446698c9e83622495207", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "788023edf4db4b02bebc4eddeb48279c", "region_id": "RegionOne"}], "type": "metering", "id": "dafe617eccd24974b3159cdd715ab34c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "37d380faad184f62acf44336e89d20b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8dc47040f2674caea7f3800840f81460", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "beece56318c349d38693174dcb390ea1", "region_id": "RegionOne"}], "type": "telemetry", "id": "bb42206823884cf39f23abef3d87867f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "32e7079785424615a5827bc01634acbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f3bb13d3b5e84293980a79d9d613b69a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "863a4cf9a3b948258bf7b10dfd236dff", "region_id": "RegionOne"}], "type": "event", "id": "a3fc74ef0bce45b2ab0a18a5fc50b0f8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0159fd75c0ff423690572f7648bf5945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "59c5ac756acd494e92611edf75f40357", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8a585ae668af45d4b93d52025b8779bd", "region_id": "RegionOne"}], "type": "events", "id": "2edc8dfac898416784742d30dc47fe20", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "17bb4b85a3504c3ea23fc29a62471af3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9fd8b8f9f27e46e4bbfb452d9be5a602", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "26bd84291d234f0b8d90b2d028267b7a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4420c66693c54118a2166cc3cbee0c50", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ba03c98333f44bd0a253d7ee167fb205", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "64586c65e3884fc1984ab43e55b0faab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d69c22b295d9437b8731f04627ba2e1a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e5790b33d2224a0ca61ca548d1a0c32f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "17d180b5005640e5b6ac81e3743df5d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9249c1cd71674e40bcd32b9c25fd00f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "12cb3a0ea44746b898527c4ab5390053", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "46637fcfd312459f97f78c63a5a64efc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "55cb8f7759994693ac79b9ef26f29d81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d21eda9c90214f258da9e9e804ec1ddd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0837b18c918f426d96456f1966ea838e", "region_id": "RegionOne"}], "type": "tricircle", "id": "35ebc4e819b44562815d2d5b2b4a22fd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "6436e0c0cf584e3798536bc5bdadd75a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "00ca27a965f944d7b6aa676225125360", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "bb998db9693b4654a648058da07ef055", "region_id": "RegionOne"}], "type": "database", "id": "00398810b45c40be9a9e63a1761015ab", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "14379d13ad244286a4f1d9d28d340a17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bf9dfe9f0a134620a451a7df3407df63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9bdcf7c8afa7409ca933d9eb7bee8bcb", "region_id": "RegionOne"}], "type": "application-container", "id": "abc2ef9e7d2f4375a6401eb9339e70fd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9a08de4299524c3fb99826f09333e623", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2cbb00b863534f13b610546b325ddd8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "52cfa1ad740c458a800565ad0a1f1d59", "region_id": "RegionOne"}], "type": "container", "id": "eac885fdbf904f0bb97163855c671676", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "656ff4d75d62413983224c5af7bf71ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5337e5eeaae94697a316210fdafd6c5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d0b668ff7e824a3da3a160959205f1a7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f2db6711eec44f15a085f31f9fbca401", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "22bcc44bf1564c15888499eadcad11c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a6d53d8335404a8db4a6aefd23fe6a3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "579c1b1aad044ccaa0567fa77d777128", "region_id": "RegionOne"}], "type": "rca", "id": "e027b3f2097f4f2da3e893bdf142dbe4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5baaac326e234784a0f528d8ccc4f0b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e4c53dbe51fd48b2b21d25f47005fbed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7a24d321fb354954bb160847a611234b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2a81ac49be414b6b969e7298dda53a23", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c2a355be7dc349b0abb3b182826bfe54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a74d97a77f37413583da1d8382d5f769", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1c740cafba9645b2a0d32f0451bd1f2b", "region_id": "RegionOne"}], "type": "network", "id": "065eff4a6702407298ad29ca00bd3b39", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ce9309075ad84fbc878e519cf6cbb1b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "dddcc2d9ac4343fca52bf83c8ff74a70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ea4da9860fb3425895872f0e4cb7ff29", "region_id": "RegionOne"}], "type": "backup", "id": "8e52fa2763d34586a8ebd6e0b2766b1b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1be75b89bcdc4c13a6fef47a7cd90908", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f3b5074ca1694cb8884c89e33b9c865e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "aa18b465829140f4884b7638e624fb80", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1cfec2a48e754e1eb44ab2edebadef7a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "17af42020fc4456fbafbae3879f980fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "882c4299f1644118aad156b0b6d35574", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a9b9ed5d46de45beaf558cae697bbfd5", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "bb7b4f3b784444898dda74529d8b1185", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "605391e945dd45dc839bcc3d4e438118", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2b1f8ae778b94fb182ef511d83f6e33c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "baf39450d3144fdcbf692b1153462f06", "region_id": "RegionOne"}], "type": "monitoring", "id": "2df81d4ee10f43cb94c9adf1d5530904", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "258d96404807476095f1beeb7acb9ef9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8951c96b4e7f461a9035b4974a75fb19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "98107ff296674af9bde8e03db33cc05a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8e8c36ad94834c8bb13059c738be5ec7", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "fee059a3537547a2b10330dc3b1f0fbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "75e32c09bba94f299051a827012a0589", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "36ccd7d4943c4a2e8cddcbf0f6dff6be", "region_id": "RegionOne"}], "type": "placement", "id": "957dbbed5d6948d99e9c054ae885817e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "add5a8e653b941e0a6e89d80345bc154", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4c18088d30a141609b2d0b8b5050c695", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "82daf67ed1b441baa9e0ff23a22cc09c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "31e0c66f06d849baa4b6bff3a1ff8d67", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "956f936a09104da1b333e37bb1ad91b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "49a418b795b5415db074c5f4637c870c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d9bff5cd842443eb90602a5575eb2000", "region_id": "RegionOne"}], "type": "ha", "id": "2fa4f8ad3c1c49e7aee4b9db89770785", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cb6fa7331cd2478abd6e48416b992ff0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "159ca0983dc54e8ba8460fca6c373a31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "fda1ce23d022427a8d6f179dde6f11c5", "region_id": "RegionOne"}], "type": "reservation", "id": "ecc2233b26be4eef9eb32ce5830a670d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6530ee0295c64e7cb671bbad8349114a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2e9a5dd601dc4cf881df7caea83d2953", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "aedd9120e64145edae1094e56c5ff17a", "region_id": "RegionOne"}], "type": "function-engine", "id": "77d16d2930a44641a7bf419c6b565202", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ad6ff64419be4f7b8085949872fba629", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8b6cf49080724ae4a99bf76b018a1358", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f4fc05809110426fbfd0afac4358eeca", "region_id": "RegionOne"}], "type": "accelerator", "id": "7ca57f37369547f38aa9d5d9e5fd98bc", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d533f88c4c254a94be52d624bd9b3e94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "164d5ee30cca46fbb66ed858866fd0b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8144c1d0803c44c0a660a7d40d6849cd", "region_id": "RegionOne"}], "type": "admin-logic", "id": "076bbffcef2847f582cda0668f376c45", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0709361000b34c0b8645d1318bbfb05d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7e69582a955f47dc8612195f3b0f2870", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "70c2ca25cfbe4fb09eac18bed13d2edf", "region_id": "RegionOne"}], "type": "registration", "id": "5d84cf19d3a3440ba1d244d7baa0eb7f", "name": "adjutant"}], "user": {"domain": {"id": "9095f10aba0a41da970e34b385f7b344", "name": "29c1e67346ac437a9153bc515a6804d5"}, "id": "10a2b574dc8d4fcb9efad953f010b1d0", "name": "2ed7b3bc5b3846178fa0c449760aceb0"}, "audit_ids": ["0fe80cf7d1c04695b41fc4e922cbebe9", null], "issued_at": "2019-09-19T09:04:41.586269"}} 2019-09-19 09:06:41,744 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-hypervisors/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,749 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,751 keystoneauth.session RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "host1", "disabled_reason": null, "id": 7}, "vcpus_used": 0, "hypervisor_type": "fake", "free_ram_mb": 7680, "local_gb_used": 0, "host_ip": "1.1.1.1", "hypervisor_hostname": "testserver1", "id": "1", "memory_mb": 8192, "current_workload": 0, "vcpus": 1, "state": "up", "running_vms": 0, "free_disk_gb": 1028, "hypervisor_version": 1000, "disk_available_least": 0, "local_gb": 1028, "cpu_info": {"arch": "x86_64", "model": "Nehalem", "vendor": "Intel", "features": ["pge", "clflush"], "topology": {"cores": 1, "threads": 1, "sockets": 4}}, "memory_mb_used": 512}, {"status": "enabled", "service": {"host": "host1", "disabled_reason": null, "id": 7}, "vcpus_used": 0, "hypervisor_type": "fake", "free_ram_mb": 7680, "local_gb_used": 0, "host_ip": "1.1.1.1", "hypervisor_hostname": "testserver2", "id": "2", "memory_mb": 8192, "current_workload": 0, "vcpus": 1, "state": "up", "running_vms": 0, "free_disk_gb": 1028, "hypervisor_version": 1000, "disk_available_least": 0, "local_gb": 1028, "cpu_info": {"arch": "x86_64", "model": "Nehalem", "vendor": "Intel", "features": ["pge", "clflush"], "topology": {"cores": 1, "threads": 1, "sockets": 4}}, "memory_mb_used": 512}]} {27} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_create_subnet_conflict_gw_ops [0.208720s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,779 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,784 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,786 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,790 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,803 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.715629+00:00", "project": {"domain": {"id": "e6c895d502284acb82cbb5e5d2cfdd21", "name": "4dcf10a2baef44e3add5cf115be2e775"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7b7832292def46eb9309181ef4f08606"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2e846993706949ca81790f234b02a30a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "efcbfa6bb35f46a8b5ab85f3d8389b2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "3f2691ddf7684a88be93e3dc90c356cc", "region_id": "RegionOne"}], "type": "identity", "id": "29334e6f60134d5d9134f8b45c2dc5b8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "636299bba5c249e08da2dade60b373fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cfd77ee074d24d9380b2f14ec031869c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4ae40f4384c74e058b28e91ce1489ab6", "region_id": "RegionOne"}], "type": "compute", "id": "426ebd5ab37445b69b7bd0dfb5497e86", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1ca23624b63b4136aae95c133fbe1a6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "374b7e6249284c1495a7926b0ffa91b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "326b53770e0f4b668be34f3e0013a1b8", "region_id": "RegionOne"}], "type": "image", "id": "e38b127b6a1c4fc6b22692386f60ff98", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "25cc993fa64c42c6be2c5c902ac6e1ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2e3d828b0cd74c5a9c7f011963302ad3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8e9b1d1071a94bf496236af7eacbef25", "region_id": "RegionOne"}], "type": "load-balancer", "id": "8f1f35b0326a4e6183a763e5d3cca55e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a2929aeeec94103a0049205bcad03f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "346ccf23d4204ac99d7319a4e43ff7f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a061b59476f4526a31925e3f8e712cb", "region_id": "RegionOne"}], "type": "object-store", "id": "337f303addee4d6bae350ad3a472cd0f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "674c6650a6354b608716396986a8572d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a24b63742e8a45fbb273cdd5121017cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8efbe6f1ad4a4bd9a5d83e5fb331fe47", "region_id": "RegionOne"}], "type": "clustering", "id": "e1758de4b0b9424ab2e79abcff97105b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7da19d0111da4cfaa48b120d3e96df8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2f270795b6d244efa41f6dcfa4cdbd1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f47abfcd404542aabeb9c974ee197707", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "fe4d810313b44ab7a2c21ac4d258bd70", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9781818af1b54b3e9fe5b0e879025c73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "720179a263cf4ed8b77815237cee7054", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "55f2c8fc732346f6ace1feba3d71fd3a", "region_id": "RegionOne"}], "type": "cluster", "id": "baa62fee69194bf68f2ffeb4c8906bf8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ca6522f6350b4a16a8f1bb6cee0d1ec5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f7764a886ccb4bf1be7faed1994bb298", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3825aa8860594b97b30a1a6487c09380", "region_id": "RegionOne"}], "type": "data-processing", "id": "0717a61577e0431cb52ba2f537f84ae4", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ce8d41bdf6fc4f4983a08d5a606ecec8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "778167e467534634acb3ca4b5f9d4a21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2847133ecb2948d1b0ca6afe0df1770c", "region_id": "RegionOne"}], "type": "baremetal", "id": "1185d148f6da4dfabc060786a724acac", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "95f3b463991841d488706ca8d1339dcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2fc94c48f04b4f06b6a69d663d737d89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4111bca86f664c7789582732bd6428c7", "region_id": "RegionOne"}], "type": "bare-metal", "id": "501cafd29a5246308cd4780a16f7a9db", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "88ee3b48ff2647b88b7643bd3aff46ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bd1ca3546b684729a9c6cd76e43bbddb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c820de4c5f4e40b0b874353797b390e4", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b49f69f7a27c47ed9c0ba9e3a37c34fe", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7e08487da3ee4c6680f7d109324ee83a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fcfcb57a094a4214bd1c4fa7650974ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0d23b3033c524262bda84a5d71567346", "region_id": "RegionOne"}], "type": "key-manager", "id": "f8c72e44448948f4a4963093ec738ad4", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5ced668baac44a008c1da74127037c6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ccfadeca9826453eba8f9a839341322f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d4037463c10d4cfd804794ea6099d92a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d1b9615ca83b46ee8ec86612133817be", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0293070e916b40e5ba188b4254418ff8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b994d3c24b0d4a11859580bfc7047225", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d6ad90fb0bab4f8a84aa121a321b5a43", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1ea851311c04481984309a562e5c9f05", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b58d5bad49f34282a652b460ca225f7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "12afea8beeda4ca395a5324ebf1f46ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c8285aba0aef4cb0a30a77288939b2cf", "region_id": "RegionOne"}], "type": "message", "id": "b19662c8f275427fac19d931a9548445", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9fd045d2c27d4b45b8e5cf204db8cc7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c1f51b9211ca417abe2b6adf88001378", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "929b2b691a624d92ad81c517d6be928a", "region_id": "RegionOne"}], "type": "messaging", "id": "f1618ca501c74a1ca4ae40a8ffae883a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fcfac10d8dfb4816a2d66c3257d737b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6406f268126340178066c27ce38c270f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "65a42a71fa3441e0a548a9976a69c7a5", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f5be6a5da39b4100b3bd62a936d24177", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2e938028575d427ab282cedd26f70a25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3e7b3e712542476f9614a878f23f3fef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "551a04fcddc646798cba3cd5ccb5a7ed", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "eee0b3a926464c39a46190732e2ebdd4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "216ba0713a0d4731adb0db0963f0fd82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e089f86dd5ba470baf79af098bf83318", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a43ae2230d284821bff97db083691fa7", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "54321fed27a54e33ac0d7be1c97b08bd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a947423519c844bb84675618193f1383", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "07806c84fe6d41d6a45e21e7f163fcb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ea8ba94bf3c446e395fcd7df6a6fba9a", "region_id": "RegionOne"}], "type": "container-infra", "id": "9e1ff5952cc64b52a24216ead7f5fec1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d9433308e0a74f418f986f4ae94ad555", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "af573ce5154d458cb7fddd71c399aa56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "770e4e54850e4c129407215c1ec85b62", "region_id": "RegionOne"}], "type": "search", "id": "29fbac6367ab4c9d99f32978fcb22dd1", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "dff6d14c19ae402cae40423574aa9a31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4bd17722888346d5993ce2ec292466d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1cc47a9b477b40678f064e56b7edf127", "region_id": "RegionOne"}], "type": "dns", "id": "6b2dcfebdb2d49498e2bcce7312b96d9", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3739fa6c070349b4a877b47aebd527b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "483b540188ba4deca109fc0b31c0af1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3c74f66ae6b241c5a0ff52b462160e2c", "region_id": "RegionOne"}], "type": "workflow", "id": "0ab41d5a337741cf9854979830041dbf", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bfe6e4b3df88493db83599ed1bb8f352", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a2634000f2fc4fc5b90bda1c6f0f90b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8a1e35ec7a64480696124243cc8f3494", "region_id": "RegionOne"}], "type": "workflowv2", "id": "50913b33e1cc4a5faab03342bedcb4fc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6c4cdc9e853f46caa4185a654908c89d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d57024af4bd248b7b8c531cffeed5950", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d6ef636c364f4881816cbdc967a08640", "region_id": "RegionOne"}], "type": "rating", "id": "00919537b9324dc7bcc2e322fd37adeb", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b4152dbdf2e147c08d0083aab0488c62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "33ac4ba639fa42629f3dbcde518c2c59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ac94da6c2a51490a9cb2487dad86fc1a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4f71730061c642af88c75b1a2b481ca8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "109128d222fe4e17b00ffae08ce26a11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "99a1e179b96a4a4db44899494f52e4ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4d0ca469805c464badefb51b3ac74f58", "region_id": "RegionOne"}], "type": "policy", "id": "01d4323bd5ab4a74a4a3d358c5f7f59e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "70288e10922641fc825ee1336f7f5c9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f779e8eda6094953b85a2f03c35f12c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a96565fa4eb148849d694dbd81d06f67", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "20ff608e69e34efda2b091cf45b004bd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dff7c84f5c2e424f9d7aed8e1276dae3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0c1476ac864c4657950b9c0f605a0661", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "053faae778c5402ba26f9fef0906c317", "region_id": "RegionOne"}], "type": "sharev2", "id": "fae212d51b564d0aa8d47b099d60607a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "40ed091be68c490388cbba33d86f35a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2835b420f1d5417799ccd33eb3c31090", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "83e35068a168412ca943ea0350ced45a", "region_id": "RegionOne"}], "type": "share", "id": "da38d114099c44cab611dfa51fa1e71a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c2819f46f3a441dda6563ea19b3a3c38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e4172232fcb84efdafdb727c8b331fed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "fb32c01bec3b48458617ec3d8495b096", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1e0d3ebf296e42e98ba66b06cbd323b9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c00e0eb4f9c492c961013a1b2636d5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97cec6b525a24e40b5475863561731b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "278664c01dec4d89b73f072d91dff746", "region_id": "RegionOne"}], "type": "orchestration", "id": "f5cb6e2011d240298213e89c9ef38ab6", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c1040796dc24120a766d7bc03b666d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb868ed87f7a44439d39f2337076972e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16d0d9508b0d4bf8a33d6836e115f754", "region_id": "RegionOne"}], "type": "block-storage", "id": "cd8cd181f9f949869c5700b611a20c8e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6d555c0675141f38db585a01085e70d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f66329677a8c47b48c983e3a37a4d54c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ceab3108d3c4f1696d4f3c5d7b5e189", "region_id": "RegionOne"}], "type": "volumev3", "id": "4d50b2f601634d138961ab74d66e1ce4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3a33f32cf6449c0a9a0f84045069248", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7feade38f3c4c94b8577659261ba723", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35b44bd0256e4e5d9c0412a4b39484b7", "region_id": "RegionOne"}], "type": "volumev2", "id": "d1925b8e8e234915aceb7b9caa43c0f5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e00079c401a4e66871fe4a5f2a0dfe9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1503908ecdc445df866e462ffa8d0621", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f953abd9b9a64141adfd861b1612c7c0", "region_id": "RegionOne"}], "type": "volume", "id": "3aa6858d7c884ebfb3ab8d9ee0e1e0da", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0270469553048068bf28af6f0e0bc76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b55058f59cb451f9f3a6fab43ea5eba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd8b78fe2cc44336bb33242c175cbe48", "region_id": "RegionOne"}], "type": "block-store", "id": "3a0246c269f54b599657eabc80575b9c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e4efd5c6b9ea47ca9d3a05d094abc2e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ac1fff0921d24354b1421e18c7c60547", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ae04c8b768a64e3a99eb201489afb258", "region_id": "RegionOne"}], "type": "alarm", "id": "cc4f9ff6a68f496a900012b68c91fd14", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4321e43e84264a4ebb70d26df720cc01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4e1734bd92844b8f9e5ad9935cb11a89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cb596e86feb94b989c8d4e607f7d6164", "region_id": "RegionOne"}], "type": "alarming", "id": "58b7658d6ee643d89f07087ee4239d3a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "af5319d86b2544a581da63dab02d6826", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1258aaaf49ae46c0920c32bd48701c7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d6a30ccc4ef04e95bac561410fb2c430", "region_id": "RegionOne"}], "type": "meter", "id": "3a0b0820654e479e99413ed296753be8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a464fa459d5e41af875fbd6d0627942f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "088faf0995884b9591180e69458f056e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "568629497bce479da267c3ad0b0a1911", "region_id": "RegionOne"}], "type": "metering", "id": "bf3159061162402789b1c314fc23b283", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5fc3fd6d0d3d4095bb8fa0b92449f8ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cd318fadf5574640b649d47f72c1daea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2f2592fa11404c228522112cfb986dcc", "region_id": "RegionOne"}], "type": "telemetry", "id": "65ddc5bba96a4a8190763f4dbdb6bff1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fcefcc48cec04e9bb440aac862d0eaf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5d3d395554514e9180c95651bb934ae2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "86c4c16af62646748af15b14f2f29c52", "region_id": "RegionOne"}], "type": "event", "id": "af62fa413a3a4220965f04590793b7bd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fa8be612723f4d88824d7f587b485ba4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5a554de843fc41b6a423372f8af62a35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a38faf5350d44102830f33fb28d355e3", "region_id": "RegionOne"}], "type": "events", "id": "d27503989cbf4ebbaa1d626926737df2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "97ea804022ec4461929b5585f4fcca68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6b75603ebb9e44e0bdefbb15c6c9f133", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ecad823ea4754d4b86e6d2a4c278afd0", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c0cf5ee0e3904cd7b3dc42a7a812cb1c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "43200070c62f4642b0856867af2df957", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e2dec18c3692402fa4f4e2cb9379d9f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "47b4eafdf9d94941b43dc20822b878e7", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2f0adeb2e02545de9e4bf81018405570", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d48005453d07481aaddf0c4ec9027917", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cfa29bb83d544ab3accfdf2e01ee883b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4b046a0e08fd4bf4bde4bbe3c5f2e86f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "caa00a04ba124f40aaacc2b2188b4f13", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e1630020c02a444b85a04109700167e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "08607c1b9fe64e76904b25f282a06b95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fb665111748c41d48a2768b64d624e4b", "region_id": "RegionOne"}], "type": "tricircle", "id": "d876c8a7c7704e8dbfae3db0bf714e93", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "285551d3421d4e328b1e4d271f695181", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "4a32c98f1bf3472d81666c40b3f691fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b7fd279d094243b2a1b6b9b2b22c0baf", "region_id": "RegionOne"}], "type": "database", "id": "c45b2a85eedf4b3b80d1b4fef2165094", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "39c65626d0ae451b854239cbc675cb99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "629c58b563a6489d9c251cef90c32a3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "dda5643c42684069ac4ffa281a97cd16", "region_id": "RegionOne"}], "type": "application-container", "id": "41d9e36a85274f0b8858acdbbed6c330", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "35ee211fa92741c88a0c2a07240ea79a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f55f83c0a670484a9e9c91f611625744", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "41ff250f28c1470495aa25e92fd21c4e", "region_id": "RegionOne"}], "type": "container", "id": "1317ef414633415a8d4a91ae9e1cb240", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "26b268ca7f1e44ac8692f11fa22e5390", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "024ca2c29eef450eaaa9eb16cae732db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6c350daedc4c42aeb42f0f9ab1aceb73", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "0c8fbc30597d43bcbc82c56930b126d8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "34fe7dbcc7474d5d9d5f300caa8c271a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c2aa7a6257da4889be8c710ca8b48a34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f34ac92b2ace4ac5b3a3fc33df98647a", "region_id": "RegionOne"}], "type": "rca", "id": "ab883eacf68a43dd8fb836413c2d81b1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "68f69bdb2bba44e782d62147c40a803f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a22d8428b7a240f9a231712fb89ddd8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1019d826075c400ead451d5f37ba1279", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c64eef8bd67744ba96cbe5d38032e923", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e6a56164fb1d4b71abbe00563408fd93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "48f810a4be8745f5bc4605975f5ab712", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6e38f8c5b01948d5b2a379fb952d8974", "region_id": "RegionOne"}], "type": "network", "id": "395efdab12314240beb89783e708a427", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "8b8e445eee7f4d808527c048ad64f208", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "69629ca48c4b4b03a1044ad3af555288", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ba836c2dae70440aa2a32ade83e6bf17", "region_id": "RegionOne"}], "type": "backup", "id": "a98a78cb368d4672bc7ae335e34b30e9", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5cd7fd9671784744807b5915c23ff073", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e34751eb79a648e6bb434798d2d0f86f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "60d489b13c5f4cca9396e465f2c1dec2", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "07dda4ffd83048e8b3d5341c54580dc3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d72a85f4b8d24f31ad6178e5d8ebae30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b28d53c80b1043a882f3c04bdd4ab267", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bbcc3ac488574775b776d77fae6b9327", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "bfa14447ff90465db938dd9bfb98381c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5451f92e081240008d2003610c5fff22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b13eb89bc82c4977baf3926e7df738b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "540a612082924ccab9168a54e065a149", "region_id": "RegionOne"}], "type": "monitoring", "id": "6ca74e25e0c54f12a01476e2df14bc28", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b0adba311b004f32ad55126d9aa46707", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "dab8035997ec4a5b8544f83510ae70e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "71d648ef92604bf2a5929b42d12d343b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "816d9c90afe64494908f257158c1d665", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "72fb0594812f429dad5512ece9d3a1fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "df8bfd0c26314d93be99a24c22fa108a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "53bfb55543f8400dade48b50b8db2f0c", "region_id": "RegionOne"}], "type": "placement", "id": "fd97b79a5f2046d084b532b6315434b2", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fb72ae8928d1431cbe1f11e1c837611b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "02b96bb1a0de4bcea4fa2091df0580ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8ce8849233be44ae877303938526f194", "region_id": "RegionOne"}], "type": "instance-ha", "id": "812ec9d7664642a8804e4826f537cc1e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "89ab80e7013b4d61827d70a58e110330", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4e554d7b1631469181dadd54570e26d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e4145b4c10454480a842392ee321aa52", "region_id": "RegionOne"}], "type": "ha", "id": "f254847a8fdf4148be27adacf74064bf", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c591f43351bc464eada8bcb18b944581", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "41bcfc09fd3a499f89841a0da08cf64d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a59124354e4443d38006ae07b0ac7758", "region_id": "RegionOne"}], "type": "reservation", "id": "8c32f02336b2463a88b8bc79f561d1a7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3f5c2a890d9243bea970bc367203b9bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0755b04ad1aa4458ab7096670d992431", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "07cfa1ca8bfe4fbb87155ab8cfbbe45b", "region_id": "RegionOne"}], "type": "function-engine", "id": "48ce7d9f576f49e0a0bef3f645c5faa2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5e9694215e4945758c278b7acd11d8ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f2e24c0da98945ff9a2b7e30c34b7359", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3749a2a0585749779f265600775b0ba4", "region_id": "RegionOne"}], "type": "accelerator", "id": "02604c5b8b3a45f087c399e47184ee70", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5e08418463494288aae1b915b4b3b4dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "edbdcaee5de34dab80528414c2411963", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "811a0568b1294af78ce7e3ded92f1d70", "region_id": "RegionOne"}], "type": "admin-logic", "id": "1926a264ed2e4a3f8ec1d1ab50ad253e", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bbfc4e7450fc4f6b96a1c0e56758ebdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ad7e9a5c867c4dfba9163732beceeb60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8d79d76221ff4fb0bb304a9fb27b8ab4", "region_id": "RegionOne"}], "type": "registration", "id": "b88a38f70fea4fd3b4d2652874ca8415", "name": "adjutant"}], "user": {"domain": {"id": "cf241d8a0eef4828a59d935fcbb268d1", "name": "95e90c3c820f491daa065e36acdc2295"}, "id": "c9d541fa540740c197fffeae361017f0", "name": "94698ee62de54540a5a0f715d65e0870"}, "audit_ids": ["8c08dd56deea43a0b577d182ed2213e9", null], "issued_at": "2019-09-19T09:04:41.715629"}} 2019-09-19 09:06:41,909 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,915 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,917 keystoneauth.session RESP BODY: {"networks": [{"id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "name": "network_name"}]} {24} openstack.tests.unit.cloud.test_port.TestPort.test_get_port_by_id [0.178059s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,720 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,725 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,728 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,731 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,744 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.656606+00:00", "project": {"domain": {"id": "31a085f020184fc996cb9bbc386a6757", "name": "dccbf56fe821478eb14f5939836680db"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "872d1c6db0e145dfa15b700d68f85327"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "85fe02f2e8fb403ebb14f4c55b2a5572", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3e3d56262b4e4a6bbb151b1cd09791aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7003d8620ba94c8ab7364d7443f17917", "region_id": "RegionOne"}], "type": "identity", "id": "b41833cce237446cbc19706055a0847a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8e0c9935b268457786559c433dbbbdbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e1c602787f5e406d99b0886d11f8391d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4a88b60394b24df6ac8fbedda8abfb80", "region_id": "RegionOne"}], "type": "compute", "id": "bb5fb8520d4f4ce493b8397df159cf5f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "3122a6695b4e400d98163b1604cb5a59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "bbadac171d214b8abb6e4a5a67e98bda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a789c04fa704456eac1274305cfc8923", "region_id": "RegionOne"}], "type": "image", "id": "ed768ebc62cb4712a81cec52c105479e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ef9d276327fe436497ca1e004217f6f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4028d2e6aec9460db7024e92fda58cb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ceb22714dd684d4fb3372270d7dac50d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c00e4e2c86ab4a52a30783550d46a32d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1223401bf2348a2a2c2bd2adec5402d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "969270020ce540dfaf6bfe20f2b3a6c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f48c6fd4a25a4194b657211a6d2e983a", "region_id": "RegionOne"}], "type": "object-store", "id": "56aca286d25e475ea981a2d044d7aed8", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5f94fad4b8714f4db507f5f1b565a00b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f505d06f4ecc4f60b3fb8a643e9799e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e85720129d9543d1a2e7a1cf49c05604", "region_id": "RegionOne"}], "type": "clustering", "id": "c89f80be6daa4a6daba545a1acff1d9d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f940662065134570aff380c0895b5a59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9817817822634b91a92531c00d1ea15d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "091045c08f1c40bb99f705d67b7813cf", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "dc5f5c210c0d4246bdc1aa1393cdfb5d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5031350238d14e69b8f4f0f1a44be512", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d79de903c8984c6d8c8bcfca95dc0639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "28b8a810fe684d2ca2b6c94e74c4ce4c", "region_id": "RegionOne"}], "type": "cluster", "id": "21b11779c02f43fda0bc4abf6f971799", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "791e3b8f922f423ea6ec2ddc579bfa7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a4d6370851f14ad58d0e091d3d2acc49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f1e22439be5d446ab93468fc457b5f15", "region_id": "RegionOne"}], "type": "data-processing", "id": "356694e7a07e4f458862fac66c79f430", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c1a6bea91c6249118b1149f05237ef7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6cbd70655e0f48449bc0dbfff9f275ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7bfcd1db76d740e0b85b429b6c1c7595", "region_id": "RegionOne"}], "type": "baremetal", "id": "2f47ceff2451425f8d1ea4817ac40ae1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "71dc8683f69a4774b266639c11cd735b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0ec183b785334470bd3a68a21a2b0083", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8e11b61aea8f49e79e06917775246110", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b0e95cfe3b2d4d5dbec45e68f3759947", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fef60f692f404e2d823275f378b211bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "294db7c8235e44e7b169169991c48ece", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "55fe8cbcc3c940a09389cb27a501befb", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6c9cf6008ef145dc9ea5fcd0f05d8a7a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e6922f5941a4416abd90ba823a614ec1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "42e0e9676bcf4ff3a46e5b6c508bcd95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c202d1b35e454b19b0eaf2ccd48553de", "region_id": "RegionOne"}], "type": "key-manager", "id": "e35d86507c2d4886835bd7e15e2be806", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9e7214ee46784e7b8e40e427f4869cf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2783e8f129144e61bb350db096e294cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ed163fb57fd04aceb8dc8af459eaed0b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e204584f13cf457e883a8f931fcf4c71", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2c34c82d0858476b8140f6475b31c8bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ac1e193d8ba8442989a0a1e13f289fa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ae73755eb4b841eb92ebabecf8e591f5", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e4cef7f1c62e463793eea4d24ae9e58e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "52e12a86956e43b88c39a68078a83d59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9f28a271eaab4664954b28c2c9c7a50d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d7c33ef3a6b64905829ce6b77875f737", "region_id": "RegionOne"}], "type": "message", "id": "8a73b1afdc474b08a2fd9990e8ea2dce", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "31337c0b8bd740a79ba756fad851c045", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4bb6fb2408ea4f4cb1171e618be0fa87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f9f6d8f2265547cabfd1be6dbc82ca67", "region_id": "RegionOne"}], "type": "messaging", "id": "ca3e29ba0eab42be81c9ea2243ddca77", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2f989ba2f480432db34c5d32cc1e827e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "79bd51089eed498c8464c3f4013647d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "7b0a52d900b648319f86e689cb9f3200", "region_id": "RegionOne"}], "type": "application-catalog", "id": "626264adb0b04f3c99b3dd873c785119", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "94e72afb2eec4c668654fc82cc104923", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f6da4f36e7f44e38f75fbbc597409b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "25c6424dea4b4e858b0c8692dcf1240f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "327f2bb42b8946a8a367b3416008a634", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "551e31887859415090036d8eddc7f861", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "859a790a7ff74e76ab356ed2fd8941f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4117d456e9a24143b2cea1afb9935705", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "33f0c698d9c24010a78763fd6ec04c2e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d77ed6e711634c829ed76c82ddb46fb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3d85a5673e7549eb90d382e9411c0d22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0e94609c35d44e24a6a3360dc08833fa", "region_id": "RegionOne"}], "type": "container-infra", "id": "8c1534d298644bdebf19f129e8592613", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "88df924509594381a007aa7a6434b3a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "1c1d8b0ee0864cafa47dfbbab16faadf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "40c22a2942f5443383f74a1c16456448", "region_id": "RegionOne"}], "type": "search", "id": "d23744a5e7b945e1b429c8e7a39042e0", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "fd6b40bac8ad496b917f9daa50a268c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "56c3ab20a19847a2ab2d4d77f5d54fdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a41f6c26ca72464bbfea054e7dcd3c9a", "region_id": "RegionOne"}], "type": "dns", "id": "5c7dd3bcf5db41dca2306b222907beae", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1f16c7ddc364449893d42a675965d77e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5f052c4093f6408983f765ceb22e54b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b56859242ea84c47a11100b4fad7a69f", "region_id": "RegionOne"}], "type": "workflow", "id": "8561ed805f5f41b3aa5a4c0f68de8475", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "21083e0729b145f3a788bfde9465506d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dd0b9f6eb7334c57a4ecca7db83b2230", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3f993a0849714b0eb88b1d4dbc398676", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ecbff5fb993c43e0a1a83f69dcf81b4b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "60e754fe9f8a4e7cb5871ca128aec3b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5000c842591b4422b64c49d0366f7d29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d01518a382b2467f83ac22ea2d00cc7c", "region_id": "RegionOne"}], "type": "rating", "id": "51d742dba29548999e8bd0099ffb5ecc", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8f6fc63015414025bc5e1de5ab22b551", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7b7c2d94785948baac5b90b00ab73a9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e8784647512d4660b302142e54cd4418", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5d0a0bbfb47e41b7844ebe5c9fcc3f5c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9fdb5e4dc8834eaa89450940285fb65d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6ed4f369d5d94230a04a5519feeed20e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "07219a2329b74b77a73997e6d3fb2123", "region_id": "RegionOne"}], "type": "policy", "id": "cfc79b6fd49c4adaadf26a18231320a0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a81de415eb9449f1add5aa2f729bc251", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "10630f4a115244bda15aa09f9d68ffe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "deb3167d5577455eae5ca39060e0b937", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "12a2540f28ca42dc908bf4d2f6bbfef7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b879fa3122d04c5b9bdb1dc65f89e3c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b079f427a4bf4edfb85d22c8e61187dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d4023f1bd5ff4702864b47d98cf7d310", "region_id": "RegionOne"}], "type": "sharev2", "id": "0c136794b5b24137a55667d518e4ed0b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7a00c8fbf0ed410aaa87cf4fc88c2155", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0f540128a25549288f5ddbe49dee058e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d4b3b453e84246c8b8b3d6cb224c4abf", "region_id": "RegionOne"}], "type": "share", "id": "0c433276cd744b7d80bf7ef6736b2919", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "15e18ceb225d42acaf305e48d1b0788d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "edc3bf6b7f0a44b18966d7f7a5d51c7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "388faad0c28e44558998874f55b7fe05", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6c1efede3a634d71ba232c4eb2b4545b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "887c7900c8654432a39d8374c05dd8ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3b984efea9846e6bc9459ba9d24aa8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47da1b2fb8c648798abb6443744284a4", "region_id": "RegionOne"}], "type": "orchestration", "id": "b71ee41851e24060be5cccd73991498b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24005f3ec0514c22ba03e1a8ae37ca3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7d362adaeb64675832d2e250ef66cb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3baadcc663c84182a83c890286de6f0e", "region_id": "RegionOne"}], "type": "block-storage", "id": "61857b3b253a488392b652b1e34b2910", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8fd1bd049824f12ab8054b73640fef4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4fa6429172e945e5942dbff156cf674c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70f07c6d3b6742268f5abfd321d49d36", "region_id": "RegionOne"}], "type": "volumev3", "id": "05618a4bccfc47f09ae43674b14483ba", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0352aa700ea4eec80c89418adc3773e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "143ba6c77a5d49d7ad9b51dc52e97ccd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6bbdf28067e14c6bb1e85fbf9023eaf7", "region_id": "RegionOne"}], "type": "volumev2", "id": "38da3744cd90402082c11d4c70ed3832", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "661315b175344efcb9445b0ff10e1cd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eaca9b59f4ad41ff87f340d3a3ea47c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20fe8826f478422a914e34eba15be866", "region_id": "RegionOne"}], "type": "volume", "id": "fff5f901714840cb90a9f00f5b031a0b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ca4f44c63544d2ab8d1af17b0d532e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56dc1f5365414adbaceac0898e16f793", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "962186d104f64d1b877580bf74fb739a", "region_id": "RegionOne"}], "type": "block-store", "id": "831aff2790914908a7088cf6e85cc371", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "20f4d00222fc4ea08399e3419ac14707", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "60ac973e57d047898773efdc8f53d4f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "eae130cf6f7c455e94ab3269e7527222", "region_id": "RegionOne"}], "type": "alarm", "id": "ab99ab558a344e888e22c98a9e8f0f23", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0674aa62f4ac4e979f278c87eb31cfc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "07f4291684ea471aaecf8863bf27abff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "082bd8cc720743b18aed9d68c7203a17", "region_id": "RegionOne"}], "type": "alarming", "id": "4611435358fb4f2c96cab291f6f30883", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "11355bcb7fd04357bd9e7197604c6d18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e6f9c5f06a0a41548004684ad68faada", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7a69492942fe4d66a4b2e789a3b43aaa", "region_id": "RegionOne"}], "type": "meter", "id": "b669a278eac2476eb85bf86677acb42b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ba60aafcc17c4353b48d7565c1a4953f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9d2e2f78072541268b3f30b37593b484", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6bb3c205ff8443a1b2f05ee3089aafdb", "region_id": "RegionOne"}], "type": "metering", "id": "f07a258f99384e53ab3e46637b87dd0e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a7bbd7f9fd6a4b909a86170eee3ed59c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1ff3c389905d4a08a4bd93ce6546d8fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b627e305365147789fb9008609c9a968", "region_id": "RegionOne"}], "type": "telemetry", "id": "5119c26ed7e94cdd875a7ed1def85fcf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1ee26ce6ef5948479407c14f490d354a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "aa69758e88a745ccafa2cd4febe5c974", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "209af2a777ab43368a60767e68892b8a", "region_id": "RegionOne"}], "type": "event", "id": "faa7fd93e42d4f6089fb7f92a706b9b6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "891d84c8130a4ad9b89c7c89c8a3adc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5be24dd333484d62b9cd7e0f79be1b57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4d0149b66cce41a5b69a2c0ddb50d1da", "region_id": "RegionOne"}], "type": "events", "id": "8672dae022874aa08da254d3bcb9d2fb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "50fafcb2c86b4cb7b818298b05ef4cd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e7e8a6b4d5274b05b24a1327035088a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d65bca63c51c4f79915a5b225084864e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1bb279e636f94ad6b2273f60ce1a379c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "15d08313f5304e8bbc35987fb3c57236", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e2fe1858a66246189821526508f11e73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ce2d7d91895b4edd98c374ca94bf4d2d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f7f33d11e0444207ba2a9ce7be5242c9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "47252d6592504b5a808a5493986442c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d18b465386d9430790358e18f1f5f394", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "38a26843aa4a4d59b3a96ac2fb33f883", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "967a588f928e440bb92ec7da67c41cda", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c3b735bd98f04b39ae1c67c39906058b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5a1a2cfbb06345fbbc4a5be4638493e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "99d24bd35f0b414db0bb82014d4132ee", "region_id": "RegionOne"}], "type": "tricircle", "id": "ba7f35d5db5f4d498c25532ccd6849ff", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "3a93e9bc989349b7b52bd78129febc02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0d4a150244484a48b15f7f1349872654", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "369bbe79d45f4f47915fa094344e3773", "region_id": "RegionOne"}], "type": "database", "id": "5273b87fe6dc4893a879ab2ce5618730", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f2390e16c88e49cfbaece63560e2d951", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "caf462eb7b5842dbab4024b8bb307e76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b34d95bb305d493ebd47bbb0cfd01f69", "region_id": "RegionOne"}], "type": "application-container", "id": "c1fcdf05b40245188e12b005250ef1c3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d17707250b77405294e546898178f0a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b9960c94ace14c61b219795e6c13d343", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6f07e6498aa8444091affa4da488e8b6", "region_id": "RegionOne"}], "type": "container", "id": "57f34a059bea4088b4b65e1bbde7f4c3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d386d4a5a263429cb8f580674e866308", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e379314823de44288c7485f3b6a1abd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "33eb04664107473899cb61c36132d6ba", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "96b5bc4331784903a68d4721effefa69", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e69e8b94abc04b12a04763e7ed4b993d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "763b67e582144dd8ae45d82dcb3ac0d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "82045fd205fd4921a78743ead39da156", "region_id": "RegionOne"}], "type": "rca", "id": "0fed1d3097cb4e80b27f4e7513733ee7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bf026d6b168d425cb65b79799352b3f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5b5cc25a4f9945f7bb8f3461d75773aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "56b5a5d267b24da690d6ed727d89b51f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f4c4f228d94d4aac9e9b069ecac1d08d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "1a933009a3154e4d86c5e014ae0c3ad6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cd17101c6c3e4faaaca4b3716dd8ba1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "400e64ab18b54d60b772cef744274243", "region_id": "RegionOne"}], "type": "network", "id": "c8032e2e694e4747b73b31e997590bd7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "aed64c16d1234f23b73fa7520b0ae364", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "51505d95a1eb4da7992f39d62901960e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "1e69d0293228460381012de7c043804c", "region_id": "RegionOne"}], "type": "backup", "id": "cfc122828c2d4ac4a9bc90734be1eb95", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "102842d217b344a1bbd37db92f2496af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f77bd43de9934b92ae5f2187842836c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "17de087a8c604330872504a29185457c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a16eaf0e360f422a87fd9e13da138f2e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c1fc59c3867e4ba7a1bd7c34b007fb67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f7b5ef86454147f28942bf22447523f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2e72ddd300b24e228de80ebb9e4c1095", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3c5f72e856124a54ab7e95702bc6192a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "522404fe6e1844488a9f09d389acf24e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bfb5d9a01fa24ad89057bfa7b3b94265", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "3c890629448348d18d53b8f2bd4f8087", "region_id": "RegionOne"}], "type": "monitoring", "id": "126fb1f94a594d0c99a7364a8902e521", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "79d244f5d05d4b8c90cb68d658ededa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "185eca2a95834ae5ad8e4cc73f474258", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ac8fe0ac24044ec28662fd350ca79288", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "414181ec05734e478b039fcff9b7f7be", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f6ccc4c9364c40bfaaf80c7716c7dca5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6b5819753d534cea93f607f08eab700d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f47c6db89f9d42fe972aa8a9bdb72475", "region_id": "RegionOne"}], "type": "placement", "id": "b8ef245a44034b3a97c67bf59b0c4e78", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0665735162b8438abc2e12399d53bf6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0b848c5c36884b65a9e160d8b36be714", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "938279b5ee9d4ea3927ef9cdf43a28f1", "region_id": "RegionOne"}], "type": "instance-ha", "id": "09a00496125d4df190f97273a25f20c8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7e6711e0757247a79b69c63d970546d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dbebe19e8ed54aa7bc190d884a4b4fe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bc2526001c774ed89af7cb3708801afb", "region_id": "RegionOne"}], "type": "ha", "id": "cd778cc84166439f9a6e19dc3393c854", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1dbfa5a37dc6437bb51632caea9c9422", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9951a827e7314a24985875fbccc88648", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "89fa48b08577407791c4337b1475730a", "region_id": "RegionOne"}], "type": "reservation", "id": "f8584da21be64668ae9b43c642a63fb0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4801131d1db14fc1a9849eb76fd2eead", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0b7577445f9546fab264bd369c8eb882", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "df45eb6ee66d40edadd7db771573e089", "region_id": "RegionOne"}], "type": "function-engine", "id": "ddb2177704594bd5bcd5620d93851b42", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0eb966d5ed6c41af9bcfa2774e53d204", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5b343cd6a03348ffa7139a941db7e320", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f6863dcf0de147c7ac79a6a4353d8478", "region_id": "RegionOne"}], "type": "accelerator", "id": "a0ca2c57cb1f4ae4ad6b122479355ad8", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "18a5a051b1044c55b8fa97973320c8df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a5b7071d34e44bb4b05623fd70784489", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4ea05809dfe64b48a6640b0ecc9a7ea5", "region_id": "RegionOne"}], "type": "admin-logic", "id": "524cb2d6ee7a48e095bb975129d4537b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "25ff850595b543ac99d3890e05c22358", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "04683862d0f74d2da32932f09c00d981", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d2ccfbf1221d416d9d77c19c1f40720b", "region_id": "RegionOne"}], "type": "registration", "id": "56bb4e665fae4e3d9e99dd85b9831c97", "name": "adjutant"}], "user": {"domain": {"id": "b1ca6ce111dd4796a6136ac11141505e", "name": "0174a461567548e39ec457b79e212f2c"}, "id": "c548529e6197480d9a9a6176a3c7361c", "name": "8bc35d90286c4e66a7c050fc0a493491"}, "audit_ids": ["015496032f0f4ea183970791e81d40b8", null], "issued_at": "2019-09-19T09:04:41.656606"}} 2019-09-19 09:06:41,824 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports/123 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,827 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,829 keystoneauth.session RESP BODY: {"port": {"name": "456", "id": "123"}} {14} openstack.tests.unit.cloud.test_port.TestPort.test_delete_subnet_multiple_using_id [0.228914s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,618 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,622 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,624 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,627 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,639 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.556148+00:00", "project": {"domain": {"id": "449e64ffa14a40da9cf98646bd02fa75", "name": "891407eefbc646e9940141516d68a97c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "fd588f1e583e40989c140dcf6e6da591"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2701130824f84f54aff9bf92c0a8676b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7b0007c452eb43dc93ddafd380101d9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6324168700804424bfc2ece86f03b7e6", "region_id": "RegionOne"}], "type": "identity", "id": "09cc89cc24b14d56aee6bc70eacfb73a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0e3de77da27a4d4ba06dda6e05b9a22e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "be8691d34a594badb754f8ebd84d65d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "226b4c1af589457b9f253de1eaff778e", "region_id": "RegionOne"}], "type": "compute", "id": "fce9ca9bce37490f91d95ad68268f16a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "aabf110d0a794012a1e9032973ec937a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "8c00fb010e1a44f7a71fc4ebd9816f92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "24ff9d52df814149a8c3123694b875d2", "region_id": "RegionOne"}], "type": "image", "id": "bc9646d040884a349a1f35bba43e6a44", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "591f49ac16d142cd864fd16490f15acf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "964bdc5f55f64420877fcece54161366", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "31b88b8229c24fa39d76d1c369b97dbd", "region_id": "RegionOne"}], "type": "load-balancer", "id": "9a3f5f124fd5441fb0a9835774c388b1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2dcf5844958475080cdcd6638d33b83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec5696dd2d78437dbf9ef410cca54266", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56b155adf35946a6a2e6b48fed80904e", "region_id": "RegionOne"}], "type": "object-store", "id": "385aa24dced64d01bfce56dc98f99ae1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ed2fcc1368c4449a8c58564cd1cac99a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ae6caac0036940c6bbf4fccb57ccb4c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "74e7149d6d9e4a519b166987174b26c8", "region_id": "RegionOne"}], "type": "clustering", "id": "7494f86d5dde49ceba40708397a3edfa", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ddc983f4259a4d09a1c36269f24ade28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "74459c394bbe45f986167f48ee34602f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1ab481b28ba64a0f882f3ee854aa02e9", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "bfe06a02917749de941ab4aeed1e7189", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "50b5887691de4b24834d43aebe4c34c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4144bd4b8f9d4d08ab316b1c2389d568", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d5dac541b0634767b6765d424814201d", "region_id": "RegionOne"}], "type": "cluster", "id": "70fb37919c864e7494ede1d837a9dcce", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1d1e79afcd084dd2b50ea081c5e84506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3f192a6eda804e38bc03d50d19952fcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f0e3457a16e84ee4a74520eddc2a9fcf", "region_id": "RegionOne"}], "type": "data-processing", "id": "4e985b8f22554b93bc836a366793bc17", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bc88290564c041b1ac535027b2f9a4cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c8006256685f4e7cb8675c1b28cf123e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e968ee17a3d2430380c5301dfcee5955", "region_id": "RegionOne"}], "type": "baremetal", "id": "8b3baed76ea14145959013da50b18e94", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d6155221a144412ba7b0ab60158d6120", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c0fbd5bee8dd434c8550f5358d5aeeaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e371db8443814c7ba26a4ddb56d53f50", "region_id": "RegionOne"}], "type": "bare-metal", "id": "45a25503918547f0bc92e8dcab7f0105", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "58d35192fc89487e8defe5f1962568a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "83cc7eb925a4409594e04e4d2923d7fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a2811811a440447ebfcf3b8052f44ad7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e4f250d9f7d2412a99eb65d6da0553d0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a2ecb4e162454ef781d06e855367cbba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4ce661ec04244abdb9df530e6142ac9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "48f6eb5c0b4f43ad8c689298785df4d7", "region_id": "RegionOne"}], "type": "key-manager", "id": "16154a8a4b6c43a4bdbde67611167a89", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1d8e6581a3c641838c877b13a830854a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9a35a72ff1ce449bbb73700fedd6ebde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "98591de615be432baf1a6298f5154833", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "38e98716c3ef484aac05f2eb5641c211", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "743bf593843144f5aab62217f793f498", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7063741ec907433ba34a0152bfa1aa30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6c8d06bf85c84a56a4c8c39a5cc963a1", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a4c7f5095ee64d15b8078b7d25635e0d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "75621a9f44ce42f484e557c8c2184888", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "121655f2f0d84ebaa4ac895896199237", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2f7db75815f440659df72b458c3cd26e", "region_id": "RegionOne"}], "type": "message", "id": "0de42a87c07e4c7089bdf4bf7949003b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b3663326d96748da8a4686d79e0cbe89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "226e745152a949439f25d53b8e586f48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6fd9148885f244a5b90d3b918ad13834", "region_id": "RegionOne"}], "type": "messaging", "id": "35a1e777f6d345c793218ba6961b3814", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9ecd2edb21304ecf94ef52356943fbd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e70e98a7358c4c709c1edcd6dd99daf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "dad882461278436a860826172fdcf979", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ed5f8a06be5f419b85d312c007733cfe", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7717f66e508f4e02a36f4a3168eed15e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "99b421fe91254c3bb792d81d0b7d9568", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c5f0fbb9bb974f7ca8b3c579cf3016a2", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3b2dd0f06c004fc9a8ed6bf0982e6cb6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "25714e116dc3411c86f489b43737195b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9af6f06ea6674abcaf7fe1b1d392d265", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5f244423e85446ffb387a85a77deac11", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f5654d9c974c4d34947e64cf73df0b46", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73d999d9e39a49228174f2a7c84afb05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ec7175aacbb4c9f9be188000d3d1b61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ae5fb406db4e46f5bdcc818b29800d3d", "region_id": "RegionOne"}], "type": "container-infra", "id": "8fc5ef3b9529448d95244bbcbb912ab8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4d879b83ad09485182e9fdb7da37f9c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c8eee983ec26450090cf7f6aee914ae5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9986b370af3e457796d01b35d29079c7", "region_id": "RegionOne"}], "type": "search", "id": "00364fa417ed4f0ca4b119088339e968", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "62a205e4380940ca8614a752a0cd217e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "41412a910d594651a4b35b88d0676332", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d1f2ac5b3e354dd592935e2b18a35534", "region_id": "RegionOne"}], "type": "dns", "id": "1145fad0a68644cc8ae5e6e3f3f92868", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ed07bfb5dbf04e58906b92c3a42413d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "534d62c6e149436299c3e124aff6bba6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ebacc0d38f2e49609325e8a4f2f82711", "region_id": "RegionOne"}], "type": "workflow", "id": "85f63a138bd448db996c1ec8228cad5f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "467985a9d693474899e91b5d919e7abf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b18b3ab3091747bab71c7e5639689869", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a189542d38f84e7fadae30ae55c55b3d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "760d812f594242dc89aeac37c050e0a4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "640656646d284460939c8e70568c336c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "78615663f0264535a06c447dbb5455cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "707bdd25434046879af2ef3d5c7f17ce", "region_id": "RegionOne"}], "type": "rating", "id": "455759a510e44482b56efb505c78c5e5", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d1f83608334e413ea0687a13e6fea0b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0e9ebac53bcd4f58bd3f2a5a778badb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "94ea0aabaf384d2397e25ef6b79af387", "region_id": "RegionOne"}], "type": "operator-policy", "id": "83c01fc05220493abbd01058c8eca145", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4b5bcbe1531544f4a464bfd2678cd739", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d6a152959f8c4113b4a1f5fbaff12e70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ec5358ea9753494d85160738cf2cb7aa", "region_id": "RegionOne"}], "type": "policy", "id": "dbc1c270054a4d1da62117dc14a74ac8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9b9d1a4c01774473996be8df3d4ab3c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5277073a57514b388c9e88cb4a782c07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f31c5c868518476daf2097b59fcdea0f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6b7c0b1a05a3495582bae2dc457c1dd4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f62debbe02714b879a198ba895d1a7f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b23314b79d7a4eb28d10f945b2f0fa04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8bb4a257e1d34228b4c5b2b7dd67e066", "region_id": "RegionOne"}], "type": "sharev2", "id": "433ba55ebd49442abf36b4495949e8aa", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b1ca8d95a5f347e5b80298075ba5429a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ba854f29d7e248b087c23caa787a04b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f7497872f7374ea98b8a1059446b122f", "region_id": "RegionOne"}], "type": "share", "id": "a669711eba1e4a0ca38b037da83d73ae", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3cb081571e1f4b26901137aef3ab7fdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7b3175b7b9394d2a861a8b19ffb9ecb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2f9b896f4d094c1984c8e112042e29d6", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "62336968ceee444b82087de58da0ac26", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e3f993d139848378c758d02933d0832", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e727f90bc5e406dafd2abfa510a547e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "478058c74f424a29ac2973922542d8f8", "region_id": "RegionOne"}], "type": "orchestration", "id": "feed4935404b47e0b2a034f8da6771fb", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3377d5c206e8427aadf04f42e10473e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "845884fc0bf04eb3a99d297f5d8a09bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92ea65c1fa0f41d0b4ba189d9d1fc60e", "region_id": "RegionOne"}], "type": "block-storage", "id": "ea7797bfd9774ec485176fac44bbe92d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca7b1a37082440ef8e165541b30444db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e71d29f7d88426698e9de186dc239d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61d60ab683954be8bd98bcc837642dfd", "region_id": "RegionOne"}], "type": "volumev3", "id": "281c75fb33c24b8a9ccff1b360caacc0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3178c5ab5f8d446d91d0e81645829762", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d75101656f4402bb9d8a7d95fc4128d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a87061dea2ae4951b4214e49a8a7845e", "region_id": "RegionOne"}], "type": "volumev2", "id": "95a0310a48e04acebb776413cd749771", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33762d2cfe254c019962347f569d9995", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fa6f0b3390842eda71d2cdc78ac201f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "911c73488fd34269909cbb398477b0df", "region_id": "RegionOne"}], "type": "volume", "id": "f75ece27ef0f4a9d8c01bb3fda25074c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7bee9de13c2f4039b1b98c1492f564d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d68e0b1a04a24abf8c5612272c0e4e85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3005dd1b5618485a8a65443575b0f50f", "region_id": "RegionOne"}], "type": "block-store", "id": "3d7215d0aa134ff3aa6cd5813ebbc136", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "13141e368c8f43c490838a4a2243f724", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "441ffe9466e4407284ef9a0c37e98364", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f8e1b9438c1841f2bb29deb5603449bf", "region_id": "RegionOne"}], "type": "alarm", "id": "dfa1520ecd574a14a2185da89c8fc34f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "88eff252433349158878eb0734639a53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a3021876e2234c6c8f3d127f0e33d464", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "856c1cb1c58c4e80b80a81d2cbe64333", "region_id": "RegionOne"}], "type": "alarming", "id": "ea0893f0cb0946558c6fb918282f0df6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2703f30c280141d798f6963949a0be20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1610fef457e2448291dbb7211f4b18c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8a078c5a129e41e0b29335725db13d41", "region_id": "RegionOne"}], "type": "meter", "id": "2ccea766296e42818e08ce110376148d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "231618af419344f28b6f5734e2ab9383", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "02339518cbde493c9ea9007f0f5a412a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8af5cc39c3a247108f42cf67d20a806e", "region_id": "RegionOne"}], "type": "metering", "id": "bf9eb41f5bd14448a76e5b4bb626bfd3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3b3649f2059049ffbab399f4fd04d30c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "923ac2063d0a4568836e1c76f694878c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bdc264e753fc458abaa8fee528bf51a5", "region_id": "RegionOne"}], "type": "telemetry", "id": "ddcc0a3545d048868bc857d1b98a46ec", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8a1d3b72c8e0495abb292614f087e64f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "315e359c53e14b3b84acfa9098e4a6d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3d79ba56e3de497d85497b3f93ab1148", "region_id": "RegionOne"}], "type": "event", "id": "eeaad4c2421748bdbfbd97989acb1113", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "acc2736a31bc42f781f5ceef282bc85f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2f5be53ead1541cbbca6a5f73ed5d149", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6c058ae58bd84f3b94f420fbd8af1775", "region_id": "RegionOne"}], "type": "events", "id": "d09b4014736141bf95cbc6fb6adde3e7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "86e7e5c15f4240e3aa0c2ed610c7564d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8e5beab90a3649018330b600cb41c7dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9f50230ff6de453d81f9e89d4110f5ee", "region_id": "RegionOne"}], "type": "application-deployment", "id": "5617d939dcad4da684d92078ee876bd4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d1021d8c8c134e4a97fe296f1122b3b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "973e84e9b3a04bc3b8122a880e7fd798", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9ed29ec2599743c09f96c05db0acf90b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "01772afd595f44a9b999e82afd5429ec", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "feecbeb817e245e496ee338c1ade44b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "27181f1806544b09b1ff6e0789a45485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fa4e78c4a72c4a1cabfe04e6e352b689", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "73a0be9303e3425c88bf1ea53d93415c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0a61afbc9be54e0e887d3d2cead8e0fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a2592d6b505840eca081a5fa1decab79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9d1009543bf1413ba2720a8f43d5b151", "region_id": "RegionOne"}], "type": "tricircle", "id": "8dbadeb505ee4af8ac79588748f61bb6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f502e4bbf07d4b7a80918eaf839f8bc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "91906e793e834d7b903d94ef5dc9a4d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "37063f2e1cb54f9b9b3309e9e67b8d09", "region_id": "RegionOne"}], "type": "database", "id": "b837ecf9f5a34e71863e82f5d769abd1", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "664edc0eeb594278b5e8646644a54465", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2fb6b3585115432eaee5837948898861", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3bf2435412cf468792cedbb158cfb73f", "region_id": "RegionOne"}], "type": "application-container", "id": "77e9eb7028fc4596bc8fa3d0bb7c498f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e17948a627bd40abb8879f877118f2d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5e8da4e55d3843a1a1fa3b40baa16c2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fe6e28476def4961af9d43da7cefdc94", "region_id": "RegionOne"}], "type": "container", "id": "6a891ed9025449678d5631d009996c19", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "183ad3e49fdc4c0e9d99c5b5fff7ccc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "45a055bf70e644e1b38ca7993321a8af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "501de9cb54e84da8a9981e6d40731e70", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "3281cbbb81b1468eb56e53c4cd4ad35c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "08abf9c9be43424f9c82721996b8af62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "66404655b89642e586a8d3e5c670a43a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4af33808554646eaa1cc01bed8ad45d0", "region_id": "RegionOne"}], "type": "rca", "id": "6bf4f6c786324806884603645b6fecb8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "006d70f36a3d431ca4ddca749125e8cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "15d358e0ca7142db8af98f4106484f9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e9a3209b5c8f452cb37f744349c0d175", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fcd960ae801742ba86c628a205038429", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d0e5e4cf78384128a9f16463b9d557be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b47234e9a5d2434f9cb590ccf2507c26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "db029b7c6ab84d4c87be7f7164ffef4f", "region_id": "RegionOne"}], "type": "network", "id": "5b0d833ace7542a29ab4602af5fbf0d7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "63875e8e6edb4df69337d4c755ed7363", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f2878d830cc649b3b01ed1c6ef006db9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9755ae53af9043b4823cee9ef6570336", "region_id": "RegionOne"}], "type": "backup", "id": "d7db93ad3e96443bb21eb50a43e9b3e2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c89603e2073349169f267c3f48b22083", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5cfd3bef28a94e78bdc6e9bec1a33e00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2a1ee624620440718361f29bd02b1762", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "37b27869d07e4870b8f0f1133c6a15c4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2d33fa6184544c52a054fbc15b48b957", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4be078069d7c4bed85c0b07e420fb54a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a90288abee344fb1b5943d8d80a01565", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3adb0562ea4a460fa7154f89797bae4e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0b6cacd65d054e979653f5312e00a44b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "86fddda48a8d42938120a334507c72b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "db12e0b2c064497e8ada54dcc552f9ea", "region_id": "RegionOne"}], "type": "monitoring", "id": "c9f2e625af154982acfc1017492a80e9", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "78a37d92f02144bf81b4e1883b19ac45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f129d3eb92e64c8fb66fbf35506db07b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "79d221dae9464b69b39ed407f67ccf6d", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "acb98bc70bf6412d9d2e403f5807324b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ab9d0495fa4e4fcfadc7e528a6533695", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a33ec4016f9e424e9772811d863435e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8711de49ca804dd7b60b16bf86734dd2", "region_id": "RegionOne"}], "type": "placement", "id": "6634cd340ee5488ca8c9b0ca0c8ae7c5", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5eee04d481724aba85a9c118b07a1eab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8b8269af3cbe49d7b59b2fc0fd26f546", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "025d7d9130d944b1ac86a3154a8726f8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b58190a0d05a4de693d1c57c24bed211", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fe9fcc4af7b84f329554bb9045eaf798", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e487dbdb6c3143bf829b2839a423a6d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9f6b550ed08745819e078262e92102a0", "region_id": "RegionOne"}], "type": "ha", "id": "e538e32ff0374593b5ac26664155a0d9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d0ec07a826d545d089ceed122ebb1ec0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "dc6a92e74be94e67942fbd0307513702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "da97c3c141d2429593db7cbed1d292bd", "region_id": "RegionOne"}], "type": "reservation", "id": "6daa308839234c0b8394d3d6a1d25657", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "156d0fb627744c199266af0f78fc59b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "eb6a32783d354affbba958c2b71e857a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "bc16089ddf834bcba8e302a406f798aa", "region_id": "RegionOne"}], "type": "function-engine", "id": "e38672cc9a0d46caa1efe2b00fdb23fc", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8960b08551874e10804d45419b8f76fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "56089aa5360c43929aef387088d227e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f738f935f7bd429784239b4af3fd4f2e", "region_id": "RegionOne"}], "type": "accelerator", "id": "07ac868216ef4cfb97ea56ab27d31e99", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1497323e88e24fbdb30629ca93dfc5c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "db4725ec576e4c82905c3fe88fecc6fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7a40501be488417f94397b95c9925f2a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "252973f656b9426097113e76900c8ff5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2465535bd9634adab93eec14ec658c93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a3e5f549975749718dbfcfc8a97eba6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6f5f05fba64247bdb843b0de19a37fd4", "region_id": "RegionOne"}], "type": "registration", "id": "14433f4c0c48429a96093c4d5cbebc4c", "name": "adjutant"}], "user": {"domain": {"id": "363070c8bbfe4ef099bd56e65d00d9ee", "name": "1f48c93906a64213b16ce98895dcc95f"}, "id": "93e3bcf5580c4188a9f5871d2a233fa7", "name": "2de4cae91fbb46c3ad05fcd8c715eeb6"}, "audit_ids": ["e3b82d4f07254f95892deaa16d9026c5", null], "issued_at": "2019-09-19T09:04:41.556148"}} 2019-09-19 09:06:41,764 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,768 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,770 keystoneauth.session RESP BODY: {"ports": [{"name": "port-name", "id": "123"}, {"name": "port-name", "id": "456"}]} 2019-09-19 09:06:41,773 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/ports/123.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,777 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,779 keystoneauth.session RESP BODY: {} {21} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_find_nat_source_inferred [0.249150s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,681 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,685 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,687 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,690 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,703 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.616339+00:00", "project": {"domain": {"id": "bcfb89c1255a45e78f1e27568092b5fe", "name": "887fa2c4d3324ca091dd1d0c41c63d24"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a16d0667e87d4ac8b87d2de0b6c62fb8"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "65553dd252254cddb76eb35719e39027", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "accd77a1dd4b46ec89c6ee82e67b6c9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "cda9d21438314468b8a8e5b6a8baa34d", "region_id": "RegionOne"}], "type": "identity", "id": "e7eb28dd85454f4d916f1b70d3373a15", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "083f14fcafa1499ca6474667721d6607", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "79de54498aea42e882695f01a47d1664", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c4cfed7a4b9d44f1aa42738d518e8f0c", "region_id": "RegionOne"}], "type": "compute", "id": "90cdeeea9af048808d0a158c2d3b8cac", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4e90a959063a4c7c92f368bd0a056219", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "6fbd4ce2605f48ceac0e37fb848240e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "53ec3974364343cb93d42271db53c2b0", "region_id": "RegionOne"}], "type": "image", "id": "8e4248d35fb24bfeb60f0fb0e7344faf", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "43d10536d27e4748b6d0e92fc59f85dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d4487a0e7839463da2de78ec1b3ac7e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "135afd61da944d0489ce9520d6db8721", "region_id": "RegionOne"}], "type": "load-balancer", "id": "4e079fdbee644af6a0a6a862c89c65d7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74e0a1f05ae54a7f996770d0c49accf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63f79ac7ff4f41dda82571bae71505bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7bf739f7119849a683cedaea64d3baed", "region_id": "RegionOne"}], "type": "object-store", "id": "d14e954b4beb4017b7e6de22e97ae1ba", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6b65984bb9ce48f297d255443aedf77f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "37102b1c2b574fb789c83dbeb0ac0222", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9892ec8b4ac144eab6924c765a893752", "region_id": "RegionOne"}], "type": "clustering", "id": "3322f6bbab5447ed916a62688ff92b3d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bdaa3cb774414341823a9ba72b2821f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0ed5e1c319ab48a797cf3788fd92247f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "71e32a28b2214b56a67771711cf0181a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "14686d6fd7c64879982a3db9159e69d8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3eb53b950fda416bb4c9bc953d03a69c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "49b0bc5c63544b1a8b0a60a6649cf507", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8d016ff294c045ca9c2e63236b7f1da9", "region_id": "RegionOne"}], "type": "cluster", "id": "d00bc703ff244941a2de2a268c62e409", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "836b6ac1575c4029b71fbf19979650ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "26d17258007145d1aea770a9c85d82cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "5a4629c1139745c7abe2d78c31ba252d", "region_id": "RegionOne"}], "type": "data-processing", "id": "4957ebc82de6431eb7b3cf1662f6d0e2", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "67141e5481ba40b28fef62a6a5e1dbdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "931166947fca443eaedfef76b862e151", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "67e18b85332743fcafb417783de7421d", "region_id": "RegionOne"}], "type": "baremetal", "id": "8ae5274039f84a008ea3eb6aebcaa5cf", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1452a503d359467cb4122394c69fda57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a2612daac7a64c9c9de942268ca4d4f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d92b590e6a5642eaa33e8ae495a12bee", "region_id": "RegionOne"}], "type": "bare-metal", "id": "301dc758f7e54e9f9de7cc30272052e9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d3dcbe95be65436d8b2fa2050a6d5db9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "06f1435c0d794f4fa374a7ca7a35bb5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0381052292904357b7b6273a9eb555f8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d60edd5b607f40c0a64db5b64741add7", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5c735da205e545419c46be243dbfe870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "39eb19f852d340589c1806a227c1f281", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c8a90d631213447aa529c996b71b533b", "region_id": "RegionOne"}], "type": "key-manager", "id": "06722422cea44947b520653fe6a03aed", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9bdbddbebb06484eb85715f052928d5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f9088a04ef6646a3bfffdde56889ea7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c137e875edfc4dafb2d16eb1b11a2c72", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "63580086089444cda06c821701a1ecfc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ff3a95d1ec1d408baf2db281b76e0844", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c317e2995e424ef3a033147eb58816d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0aba0c7e8c034ce2ad521cfbd66f0868", "region_id": "RegionOne"}], "type": "infra-optim", "id": "2ede3222bd1040e3a7f386881505388e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b20b53b230464bd7a5e83e0a92a23149", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "53576022db8047fdb910e3e25e04c37c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4c4bd345c22d48fcbd81481007f5d2d4", "region_id": "RegionOne"}], "type": "message", "id": "49c11c909de84a52982c9dfbe358e881", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d1e8a5fb229d412a91e46e9208ba9bb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3b6546a71afb4e4dadab4f6bfcd22788", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3bc5701b6ca6447080fa623d281c84e6", "region_id": "RegionOne"}], "type": "messaging", "id": "7012f66841834eec8355ca0d4115f356", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5baad91ce29341bcac622b49512d32cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "31d3bc554e0c48dfb3eced9fc1570b76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3e2d8e6144c74a20a9a7105a01fdf023", "region_id": "RegionOne"}], "type": "application-catalog", "id": "52e55ba8f90a48c0b1004f89c473ddee", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f76b90ce9cea4bf3b753bd7899eed314", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8eb3d7b35190479aba57bd5c0c7232a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b0156e84d5d2455996ef00d2191d61ea", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "184a8814b55f4971a0501f62fc0aa289", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8e72a51bb4b44de085c68b7d5c63159d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5dfacb9994134b639140314e5a0f412d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fb6223308e6d43f294157f4225686a1e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "09ffc66342104207b70cb0fae4002e4e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f6c99161a51749a5879eb7d20d8a9aed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7bbaefe4d8f242cfb8a4f245e33e8aa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "16e894e6526349cbb7f3492241e7630b", "region_id": "RegionOne"}], "type": "container-infra", "id": "31cf55e179a240af826506c065fb92b8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4ed092c75881476e9c4f7e71675b4e00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "eb9b3e33f0434cc18e6b1cf59754c240", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "08db872d263b4b23a84c3bd49be17433", "region_id": "RegionOne"}], "type": "search", "id": "222cbab1c67b4bbe956da18a3f207e82", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c72d9366970b485b9d401163b5d58d1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2954d0897e9f426cb61c9e71f80745af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "598ceb2b224c47e49be065cbb5c98e9d", "region_id": "RegionOne"}], "type": "dns", "id": "12618d4cec6442d9a364ff1a7a0ae413", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f5b78ececd6c4e6bb6804486d8470dd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a54b184ac94b4161b8d15916affa4e6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2830c7b5d479401fb1b3fb39ed49cdef", "region_id": "RegionOne"}], "type": "workflow", "id": "6ed69688a11c4fcf84b79ecee69a6c5b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "92662131fec7456b9fe0dd2ae5233cf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "202d4e9a202c4a99b070373dbc64114e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d5adc0fe2a414d3fa29a5f1806931fce", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6f49c57a79ae41b7b2740459ba52f810", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "44cad0aca7a84da490a3e3265a6d41ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6107e3a18f5e4601baa4fb3037224f8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "856d5e00630544fa833d80c8ea28fef4", "region_id": "RegionOne"}], "type": "rating", "id": "5d8c08ff70df487cbf767532d0c89d30", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "10ed595852d44d47a6f93180d31c21b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0735942acc814f13b8d1041248fa1c78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e96270cfaac8427196027bddef192f88", "region_id": "RegionOne"}], "type": "operator-policy", "id": "155f7a0ca0294d8f9f2a06fcc97f91a5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "10c699f0b8704bf0a0ee54c78bb874c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5f506b7715464edcb136c993176a8c75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "57e9850f0cc64a5096d1db1c066d1e56", "region_id": "RegionOne"}], "type": "policy", "id": "464bc818e9da4c59bc5728413eda257a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6bc0df924e334b42849dbdbfb2546f27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f299dd54a3ac446b8f4b182d465a7b6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "87071e761db648c4be6d094ad0360dfa", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "850d1f418bde4a3f9dc96015a47d6ffc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aaf1807e25434a1eaa13d75726de5193", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "482e504c87cd4cbb856f870dea530b9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8791f07258154e20bd6bec529b94f552", "region_id": "RegionOne"}], "type": "sharev2", "id": "da5933f22bff4421961c476649938c94", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "80cd99cf3bca4f9499f6f58a813773ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f89b82db771b42549cfb08e4e47747da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6da20cafbf964e848b694952f38a7993", "region_id": "RegionOne"}], "type": "share", "id": "d273d1854f4745c3b5fef81a186b0c8b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "21502c4c980142ffaabc44b0ea81d561", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c62dae3c2ab448058c3e416738bbcc10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "72212a16dca848d8a94bdce02ea49d17", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "69a41d75a2834a52b760127fc3a71555", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21267d296e73479b81d9241f98889854", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ecf2b9ddd2344c8a995302502c9c0eda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca25394feda64b59a9e2f074a3ed3f74", "region_id": "RegionOne"}], "type": "orchestration", "id": "cd448a279b034427b54ea20384ae116d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d88a5b2056946e0b5a8d591cc47c821", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "531b3785448b417885b56b0331445f8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ebc3064c34fc448bb9584b3e4c95b8c2", "region_id": "RegionOne"}], "type": "block-storage", "id": "a2de3f92fa6c4fcd9d04ee2aff6f2f88", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f72dfb68a4a48d1b3a79333d67bdd6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0791c575dd9482ba0a5e79bd4c86433", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71a0ac56001d4777a8ab2b0a3fa11cb6", "region_id": "RegionOne"}], "type": "volumev3", "id": "1482eaafcad346819b6b7304d7714b22", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0be4dd6b960444bafe9211699b8b02d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ddfe7b68ee014980a880cc8cd011006c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b20424deca274357b8e382e511013069", "region_id": "RegionOne"}], "type": "volumev2", "id": "96c56f5f0f6c47f3b0e968fd84b4c490", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f60fed0ecc5c4ec993539be5e00cd543", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "deb7fb19fb0f4167b3341871e9cd2f1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b94bae30f51a40899fe3ee784fdc17d5", "region_id": "RegionOne"}], "type": "volume", "id": "0a27b853789840efa211d77906071bc7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "213486d7a3c9494c99ac7f3a0ca370e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47349dfd527541588080d700f5dedc85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "489280a474a64162abca9b8e48e7d41a", "region_id": "RegionOne"}], "type": "block-store", "id": "3b593e5c05624f65bbf3ffc2a9db40a8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c1173eef78844554a5bffa705a2cf214", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dc2f5e23fad144478af064acd930649d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1caf7517212e49c1a9af2413191578dc", "region_id": "RegionOne"}], "type": "alarm", "id": "9ccb1feb5251476daecec3c7fc76ecd1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "110b976ca5d242ea923423422d1ff00a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c6ac1413e6b9467bad46a05ef48cd180", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "dbf751a11ce1401d88ff5bc74472724c", "region_id": "RegionOne"}], "type": "alarming", "id": "f765c0e0ffe74cbbb183ae6d1bd46775", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "48ca3cec92744590a47935c5abbdd81d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8851e6f37e7f447fa92db20d3e5ac8e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1e84cda3c0ec410589d92bb4e9f09412", "region_id": "RegionOne"}], "type": "meter", "id": "fed3524f84fc4b46981201765e7931bd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "700c53a222594befbd6a5269faa76b3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4d112cb418db4bbb808c37c857d0de56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4aec54e15ff54445881d4bf0e4d1a6c4", "region_id": "RegionOne"}], "type": "metering", "id": "2285ef4f8692456790eb8c54013a7b4d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "248431dbb58c4645aca42bcc46b825e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "898069ad1fe5425fbdc4575489d369fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3f2d6a9a840848088f5e0f1374b2f625", "region_id": "RegionOne"}], "type": "telemetry", "id": "43b537b990a1453bb0d5d01628bff2d9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "22a460d64ede43d6b3ed62290be11a9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "32c246b3eb7941f3a2f8c17a0369fb93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5f1c09ccc4a04d1e8622a24e719e8e98", "region_id": "RegionOne"}], "type": "event", "id": "1f80af373e0341c38892272d48e128bd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2365c1422dbf498abe92621eed1f7e60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d9b2a71b0d8341c0951972a2bd0a8976", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0a92b30e2ecf41b1aa9a829736e67bdc", "region_id": "RegionOne"}], "type": "events", "id": "224753a1a49f4f4991b65f4f182cbc55", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b758605498114aecae746c87fedc5f45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "03ad83910b824a61b4d568a16996cfe4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "842b849a0eab4fffa2ba0c405b44b85f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0940745a6d82409e9507d1c5d34b6fd1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "68aa366d792d47748cab0fda910c3f5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9519d7083106402e9d781099887b66c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0c0b1be830af4ec89cf4b7478c4ba63b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b7e738db57a24d44b41138ee58261370", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8e97bb03e4cd44aea83d4d3b76fffdd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7c339f1f784b4ae2b6204bf0860514d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f9c5f173fd074fa994b5ea6d6ed7691c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f227df0b8dc74521aeac1ec4a8360415", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5df8e5a9a1974c25b78ba3e31bdb5a93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "55d912d994dd45b8b2714c1c7cc9e95c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d0fe036b2a7a49a1a5aa344422f74f60", "region_id": "RegionOne"}], "type": "tricircle", "id": "4d1381b5dce542feb1012cc5018cf9bf", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e03e71f99cb0453dba19ae694efe8456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a92e086068d64f5197e7b4aa4f11ff18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0518b4e41673421687bca52041adf89b", "region_id": "RegionOne"}], "type": "database", "id": "832e2b6a6dd64e0885c0dc7580a771e1", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0be324fed87c446b86cd716c4f4e5f22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "db4bf708a1e0453894f3f0646e8c1b62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "dcb6cc506568400092ff149da78ad252", "region_id": "RegionOne"}], "type": "application-container", "id": "438a7530afae493391fa1feb90203603", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6bbe033d1d28470a9187bd2e95e827ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "caa365a2137d4f1c94dd2a79d84d8920", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "11d0ccc376a4436d80aa6225aabfaaa2", "region_id": "RegionOne"}], "type": "container", "id": "593214a5470a45fc9bfbaf1fcf4ba807", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "eba1fb232e664cac83a3b3624da62974", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ebfb75fe88b34d7cb01328443538f726", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "dbe21e85465d400d8895678ba427b84a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "70c350fda36d463596fab7ead430ee26", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "17bdae71b0e94afb9349125eb4e10474", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9a8a1ada2c55460fa0afdf5eb7ff1c53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "db8866117c424a6298052acadcd9ce91", "region_id": "RegionOne"}], "type": "rca", "id": "81e403a5c11c4ff09c121bda617c6104", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "71ffc8ea655e431fb38ecce9a6744acb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b31fc11044ba4e71a1cf2cf5ae98a119", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c4960c577a3946b6929ac12dbf975413", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3c6ebbcf30ab46aa90c908247055dcf6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "16fc8778b65f416686374b976fc41db0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e59a5e80b13349e6941d8290af2d72ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f310355778fc45b19002d27b5c623826", "region_id": "RegionOne"}], "type": "network", "id": "17cda0b564694c32909cfb5502733eb8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5f80b1faa73949d79d6164fa340aa0d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a89b4e8c4dc541e3ab7fad1257b4888e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ca7d84c1ba344c9ea60db50f1d6df345", "region_id": "RegionOne"}], "type": "backup", "id": "888cecf1c8e24339a06f8bb5ab66433e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d21ea79f660e47f698d3db8bcf435c02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6698213cd1c94f7c93bd7bb70cf3c48d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "945cbfa196ad4ec1800dc236bcc8372a", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "601dbe7458d548ce8f9c4a627dbda9dc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "efe01689002b413990284833ba65fde7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ee8243b5dcd64eaeb45bc6926c76fa40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "dca6478578d447aea104931eb824b3ad", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9a7fe0dfaf6142d5aec0b75971108df1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c717142cf61942f8a90036908538c77a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "53711e56a4eb40f4a423489981fea532", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "047429e6229a41af8b9d169dd9df5df1", "region_id": "RegionOne"}], "type": "monitoring", "id": "37df97a90d4743758f840d5d9f612374", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "acd61998294d46a7a4a7467450611617", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f465a8485d684bff9e5eb204453ec13d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "240e953cb50d4c6495c4a64ed3bccdbe", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b296de13baf449ecbcc07e0cc851aae1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "200c281e1dae4edda8b596bb54d4fe85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9c06bfcb2b8d4694b79bb8b7bf3c69be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "6c741b85cc0a4f9e9a52a4ec6d7308cd", "region_id": "RegionOne"}], "type": "placement", "id": "56a6941f25cb43bab49019d1e272ef90", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6d4fff0f936b4b67a12a198e2722e4c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "244967b140cc461491d398535e62b3e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fca163531f0b4de2a4dd7f94e02d75eb", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ad24170e7c924e6e869d7f29d9724f10", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f2baa84c591e476094eff0068e37d2cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7d07736acf78439f8a6493544cfc20b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8022ac626b404e88a92c0475e68adf4b", "region_id": "RegionOne"}], "type": "ha", "id": "f815ef1345a143b2bb52420dc81c5852", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cb30d03ebf284bee9c057939ccc5b918", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "926b8c440b71430598b79df7f1232fc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ef93e3f76cda412eb1aa65611814af22", "region_id": "RegionOne"}], "type": "reservation", "id": "304251697e344990922f9f24907d725f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "24fb063e92ac441293a0357bc2f24f9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "93b43026c0b846eeae68b8ff762c1535", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1995b079b05e492f95c5a02991f4f825", "region_id": "RegionOne"}], "type": "function-engine", "id": "f1b7099ca02641bfaccede0e68e5e3c0", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "143a5782c348405e8591e2d973bc783c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fbb50f4c75e14c8da29b674ffa30dbc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9cd063804c2642b8a84b2615a5eb5cb7", "region_id": "RegionOne"}], "type": "accelerator", "id": "6e1c14c7a5b342939bf0714e10c2f5b2", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "292b28132d594b14a182e0003f3cfd08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "037bfd804b71408580a41f9fe750ad87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ca91dc9c6c2a4a91984ab8493f15ac4b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8b2972a7832e4b4d8b7484bcd18058aa", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ab51fe0ed3e04043b25f837a6608a95a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e4c1f7babe4f4d7da6560466f04e19fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "25f90b2308b24931b624ba79781a8425", "region_id": "RegionOne"}], "type": "registration", "id": "0e853e749c2d466e8f44aa85c3e697de", "name": "adjutant"}], "user": {"domain": {"id": "a4d08088d0d648ccad47339d9c6f11f0", "name": "41001da68bf44a2f8b596f2be1c9b904"}, "id": "91a1ff909972472eb5178f94e18b3c47", "name": "52b65edba1074339abd3a966d1e4d272"}, "audit_ids": ["8f31d673dd3c4167b5d27e7f4f43d719", null], "issued_at": "2019-09-19T09:04:41.616339"}} 2019-09-19 09:06:41,833 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,836 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,837 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["df3e17fa-a4b2-47ae-9015-bc93eb076ba2", "6b0c3dc9-b0b8-4d87-976a-7f2ebf13e7ec", "fc541f48-fc7f-48c0-a063-18de6ee7bdd7"], "availability_zone_hints": [], "availability_zones": ["nova"], "name": "ext-net", "admin_state_up": true, "tenant_id": "a564613210ee43708b8a7fc6274ebd63", "tags": [], "ipv6_address_scope": "9f03124f-89af-483a-b6fd-10f08079db4d", "mtu": 0, "is_default": false, "router:external": true, "ipv4_address_scope": null, "shared": false, "id": "0232c17f-2096-49bc-b205-d3dcd9a30ebf", "description": null}, {"status": "ACTIVE", "subnets": ["df3e17fa-a4b2-47ae-9015-bc93eb076ba2", "6b0c3dc9-b0b8-4d87-976a-7f2ebf13e7ec", "fc541f48-fc7f-48c0-a063-18de6ee7bdd7"], "availability_zone_hints": [], "availability_zones": ["nova"], "name": "my-network", "admin_state_up": true, "tenant_id": "a564613210ee43708b8a7fc6274ebd63", "tags": [], "ipv6_address_scope": "9f03124f-89af-483a-b6fd-10f08079db4d", "mtu": 0, "is_default": false, "router:external": true, "ipv4_address_scope": null, "shared": false, "id": "0232c17f-2096-49bc-b205-d3dcd9a30ebg", "description": null}, {"status": "ACTIVE", "subnets": ["f0ad1df5-53ee-473f-b86b-3604ea5591e9"], "availability_zone_hints": [], "availability_zones": ["nova"], "name": "private", "admin_state_up": true, "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "created_at": "2016-10-22T13:46:26", "tags": [], "updated_at": "2016-10-22T13:46:26", "ipv6_address_scope": null, "router:external": false, "ipv4_address_scope": null, "shared": false, "mtu": 1450, "id": "2c9adcb5-c123-4c5a-a2ba-1ad4c4e1481f", "description": ""}]} 2019-09-19 09:06:41,852 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,856 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,858 keystoneauth.session RESP BODY: {"subnets": [{"description": "", "enable_dhcp": true, "network_id": "2c9adcb5-c123-4c5a-a2ba-1ad4c4e1481f", "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "created_at": "2016-10-22T13:46:26", "dns_nameservers": ["89.36.90.101", "89.36.90.102"], "updated_at": "2016-10-22T13:46:26", "ipv6_ra_mode": null, "allocation_pools": [{"start": "10.4.0.2", "end": "10.4.0.200"}], "gateway_ip": "10.4.0.1", "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "10.4.0.0/24", "id": "f0ad1df5-53ee-473f-b86b-3604ea5591e9", "subnetpool_id": null, "name": "private-subnet-ipv4"}]} {4} openstack.tests.unit.cloud.test_object.TestObject.test_generate_form_signature_no_key [0.227366s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,657 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,662 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,665 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,669 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,682 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.592820+00:00", "project": {"domain": {"id": "a89c56bccb1548d981db37309fa892e7", "name": "2b27b9a098f446678857c755d2a33de5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d15f4bac81c741d9af698d5c13a08bc8"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "04448e565bc24b9bb89efc006f7b291e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "42bafe8f6a9f418f9a68020e646b20e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "52ee0c66bbc141de937b87b423177495", "region_id": "RegionOne"}], "type": "identity", "id": "2251e77160034ae8bcc6c63fcb774ff1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2ea1aa888bba42beaefe9b06c3ba9ef3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9a7e3e36afce4fd88208bafd24a1ce58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "bf9f5ddefc2147e4918f2a6da0676c4e", "region_id": "RegionOne"}], "type": "compute", "id": "3e40fc5c9d4e453e86c894a924473e5d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "0efbe8f8a05a4494833776c88cbabe7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "036b43a3f6a7497b9caa2e8add789abc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f88af9a27bac484c92ac1cdeb3f0eef5", "region_id": "RegionOne"}], "type": "image", "id": "efbb65b32af34ee0abae7c62943a8a3c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "08137f579199425199834a39f4c02f27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "319ad125f7fe4c7db3049d3dd8ccb192", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1ba7c64c8cbf4e76926a3727f15ae9d6", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f6a3ed406e2743aa8689524d1e45792a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c909ac429e1453287e896433ac3fcbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ea0fbdf202d4816aa1c3ed368e8d007", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "138d32a236154264bf68dcdfffd4285c", "region_id": "RegionOne"}], "type": "object-store", "id": "7c0f16f0b0194ccaa5bb2296ac4a8ad1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "631a3cc326b54045a2bcf956829ce331", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "34197a3064ed4408bcbcf1c8e80d20b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6405580584d44401a66ae0f291758bf4", "region_id": "RegionOne"}], "type": "clustering", "id": "d30cb02cd8c84af8b23d0ae7bd3fa341", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "82235cb4965e48dbb81394b18a400aee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d0063998f7c34ca992bd6f33014b0738", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "576864d1eec6403985e2ee6c277177e4", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ddf988e746fe420ca81cb1485e40d7d5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c53617d48452496dbd77a88cb7e171e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5f0b295dfc2b428ab1915b715126b728", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7ba92ebe6eb74861a6852fb671b6487c", "region_id": "RegionOne"}], "type": "cluster", "id": "0e0f80cf85614df0bbbafd6dc6009ced", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "22aa33cd474641e18e2e619554ff3c3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2b10a19608994fa08be3b7eee39766c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "815653579a5e42699912f4a845e46cb9", "region_id": "RegionOne"}], "type": "data-processing", "id": "6b4a1a971d0544afa61bbf5817325a34", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "339bc73951374b35be7f5ed013ac2ca5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "29431088eed647a88551a073e380d5ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7082d51df6644665beaef03e6f6864bc", "region_id": "RegionOne"}], "type": "baremetal", "id": "08075630bb5f4c3190326cf11f5479fe", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6eeb4204935341d29b1d748714457346", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "114bd4660d9c42e2ae56d2aead188119", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ae5fd388c1874fafa5729f74cb62d77d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "419ea4196c2f4ffba9cebfba106cbc7e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9c58537d9c784b8fb1569791d4d810c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8e32aa5ba950496dafb957a673346d5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "87bb1795c5df474e929f6287c16b4533", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a7321ac54faf4a0bb8275730f9069f4e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c707a8a805504cb896caf572f7a04ed8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f061198868ad4aa99c433657494524c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "cb15a7b9fbdc42a38766303e64b9d60c", "region_id": "RegionOne"}], "type": "key-manager", "id": "6e59a0947aa943068c6cfe4b9df1c3fa", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "17f530683b124883ae1d3b4aca5904d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c2d700dfceeb4d6d983d6cc9eceefd02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "da9d3e0c95684aa7b01df6b8120052fc", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6a61760172094c75880d0d28674b7f76", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ba95d5839c9b46ff8145c9d3e6e0ddf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0bd585b0ca3c4070ad828fd27d7030f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "495dde3e9d3b4a37b5da5f3085b2ec0a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "fa21c1f3bede4b069336489b93f0efa8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c4741d0ab611409db44a4b834d15c1db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b904bbdc00044a0cacededeb69b6d3d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fefcbd5a84f44a05aa0ab8627d8c0a71", "region_id": "RegionOne"}], "type": "message", "id": "6f8defdc66234c6787b97ab4e1cd03db", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3226a41f77c846868f998561e31ef169", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "eacef743efd94dce98844b0e76419c76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d568f18da8d04aaaac5468727c76ec81", "region_id": "RegionOne"}], "type": "messaging", "id": "ff14296892d54f588d89ba67155c5097", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "936e4dbc519646ceb13d8103a409b5d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e65b9731894248b0b3845ba9466ba9ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "300379b58b5741cb98fdcbd1d0c33ea0", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4505273172e847f18d3515a2066fe047", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "09d4bf5ab06c4da78324d416dcf47a36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "60197583dd254f1487b9ee07bfc3420d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "761280c21ec24e86b59e0b5bc30410d2", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "24b17de3429d4b788516fc5c91a6734a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d90a55394d0d41ce824fe186f188e704", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9ff69491340f4b2cb84f138984c0e315", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3628b2fa478840a0b78a97fe7985af38", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "28311939d2054500881077fb8873a878", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "983ed904c180439c9f44c26a9592d21b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f33d9fb5d7bf45b8bde5a48c542eb6da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f96db66ac11418f8f73da16768a50c8", "region_id": "RegionOne"}], "type": "container-infra", "id": "64795a1f6ee3461c8748e04a86f27141", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "89dc50975c47403a961194529a41034e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5fd56b05b3814eb4a4b0a709ee7adf19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ff44a43028b8418a90e4c302893e118f", "region_id": "RegionOne"}], "type": "search", "id": "61b1f623533a4bee99d027e1794c6d3e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d4ea346f56594bd485fe47a20f470182", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "173e0bb682c7419aa37559a8ca1ee826", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "664b709873cf480db6275fa4417de436", "region_id": "RegionOne"}], "type": "dns", "id": "164725a73e5c4fed8cdd7ac4faf83b83", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2f4317a969d348f38af94dd469a6a442", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "02dda154d9e64251aceda2af277db5b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "dabbec31b0104ee9975095ebf0a09b5d", "region_id": "RegionOne"}], "type": "workflow", "id": "9dbe4b8478fe4a639e885cc9637134e6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5c034c301f374794becf7a6c7e8d247f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8f8e8d1c586f40d9b1a6afb090bb362f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ffa0c7c69aee495d88d3ef0969a9cbbc", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ad0da8371a014ea89571ed40d47660e0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "eb28600afca64736bb21c5428852485b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7c298fa521644066babba9077022eb4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "cbdb5e3064cb4f8d86e942eaa871a85f", "region_id": "RegionOne"}], "type": "rating", "id": "0d0c8c3f19d942d3964b7b751909d136", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c552d0514c314ac9a3381c958d0a3a9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2512157299894b0f8d365f043711bb09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "468cf1734fe94a499c9303f990dc841d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1eb7aa1fdf0544878b400335165e8e31", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c5b5b486ab554d61acba37d63aa31fcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bf7c71d77cb64ad998975d9a185cdea3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "45e845a065204229a55e8cb9ac8d9a11", "region_id": "RegionOne"}], "type": "policy", "id": "7aa1f8c80a9643509508bc5ddefc7cad", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9e203768969d435ca1d20e27fc0339b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e7dc7cd0302b46dbbe0d0deff4fa2dad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9db8176f898049acae15ee9549799db7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "bd41038c7d86446b8087258faecf2c83", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3c17b9d279ef4658be1eeef46fccca14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ae60f497007b480bbacfe96e55cc9cde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "13196ebc34ca4d67a0c7a96f4b48d968", "region_id": "RegionOne"}], "type": "sharev2", "id": "b36af2f296f64b35b0ce42a84e9727fe", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dcd68a065266412d89ee7e3a825d1354", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "edded593ca274f969608ea996d2f7bd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "909e999c2f134e4ebf1b1f1f9a7fc433", "region_id": "RegionOne"}], "type": "share", "id": "c6db5c2eeee24143a3ae790e5a8b1a83", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2a319b57036743699adba97e46d49359", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dae0b683721443b4b48695ef89b99fe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f087ab8ee1ee40628ab19365c98d4341", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "2a73b9518de64787bbd08315ba49e2cd", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22ffd5529fe241fdb0f6ffe4fd77c4ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7065b473b0b44d26ac28400ee9a2e846", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "387421a7361e419394dfb4471c6d2b76", "region_id": "RegionOne"}], "type": "orchestration", "id": "812c4cc755044bbaade046c25d9b5a46", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a1bba08e3c04b04816ec34770bd2272", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1af1850240e4563916a87a6ef4e1523", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3dc93eed67114dcebca2eff966e767a0", "region_id": "RegionOne"}], "type": "block-storage", "id": "f016b3eacaa64b00b843fdafed62ff48", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "574e6645e2e948a7b123dcdc5fe05065", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3dc64d6ab395406aa262adf9bdc6571f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1faa6f4ab8834485a8c8ba490a846c1e", "region_id": "RegionOne"}], "type": "volumev3", "id": "2837eb9cb84b475a9a5c1e26f7727f85", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "127297246cfc4858bdaaea71cc655ace", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7dd75018169b45089b66faee3011b7ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc2f7744a3b444f0b84ba096417b7c27", "region_id": "RegionOne"}], "type": "volumev2", "id": "98140d3f75294a1288aac711660d6799", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5582feddd0934f1ea95e2a07d25d5255", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92e08e59eb404345aeaab906c5e16746", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39e5d7afaf134a1782f65ce2c4937b05", "region_id": "RegionOne"}], "type": "volume", "id": "ca9d8f5947054afa81e7a9c9997ad503", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10e1f2bf0969479fb59f94f5a4d3c910", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1bb0d312ea14fdf9ef21b2018431bef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf48425c80764ba882a5856f4871088a", "region_id": "RegionOne"}], "type": "block-store", "id": "4551272fdfdd4159ab56fae46ce71551", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "52a44f7f98474cc58f8247489817aba2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cd7abe5099994cde8b3b672406eae68d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9b6eae67d1964e1fadcdb644cc864c16", "region_id": "RegionOne"}], "type": "alarm", "id": "5c8fd530c40f45ab89b2996c1ef94841", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7d693699c77747189701a21a6e9b0f63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "60c731729401442e86fd4ea7d44f4afb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6943e33581144c309f5ae694f0b6be3e", "region_id": "RegionOne"}], "type": "alarming", "id": "2c4742ef2e7044e0a0f8a2c33f70a9f8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c9ef4c8d2333466db6dbe94d983172f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5d491ab635d6478c801ec6850e2a1a13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8fe52fe44ef845cb83ab1599bb1e1a6a", "region_id": "RegionOne"}], "type": "meter", "id": "eb43bf11130a4a8e87e0b9702f22548f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0c5a76603c904ce2af51e2297f9cea29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0075ea40a1df4bae88486c3fa52ae9f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d91ece65b8234585bc70bd16786ff5d6", "region_id": "RegionOne"}], "type": "metering", "id": "02d1c066e9454a8fb57085df0baea453", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4cc45ea54d7f4c14b0868d9339c16084", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "eff7ef7fc0ec4fe291c5d446a0ab4c9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "138fce5d84a6413783930f1b3e3eba34", "region_id": "RegionOne"}], "type": "telemetry", "id": "3aee4b21b8dd44849d313fc06fd534d5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e953a369cb1141e99c689388742117dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2e21b1b6b0d54f75bc294dc45c46a6e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8f644f4da83d47b7bd1ee953ce2e54bc", "region_id": "RegionOne"}], "type": "event", "id": "0c0ebd0a1e1b4e3c8734a7d6bad10f56", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8539e77e3cbe4aeb860fc452e361cced", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "29de2772f77f4591ba56c422f240d13f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "64fbe283b32e49459080b917127ddf78", "region_id": "RegionOne"}], "type": "events", "id": "480c8fdbc2f04d6bad1c6b3762d24891", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "41fe233ac1284641b582c6ad1a5ccee5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bda4c4118b6f4da4bfd2a86241cd1180", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "da7547e1c2c04653bb2f698e812167dd", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ae5bcddaedb24061b4edf6a037b27013", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "47a5d7bc5d834650b477954d549b259b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e3413b657237439bb71502a3d2deffb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "522337a2cf1b4ceeb59eb3e9e029b1c9", "region_id": "RegionOne"}], "type": "application_deployment", "id": "04ba8005c5df4ec9b2cf2c2932f8fe59", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "94f26f14a5164aafb0856592998105f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2b94f490c9b249389b3eb9c14fdf35e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ae4c61f8b46342d09348038a237fe9f1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3f86f59f5cc24d6b9082745bda9a8d07", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cc330dd0a35042bc88d52916a3a1f010", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "727f79fdcd284d92adbd209a11b8d812", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "dee7c66a56de4071943dc364047fe226", "region_id": "RegionOne"}], "type": "tricircle", "id": "fd0874e37d39464fadb26b5e15664fa0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c4d1eb3f83c7446e9267dc4ca8a99c34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "08e5fa37f1b34f1785c78c933ebb2697", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a9558104ebe24ddc9b4270ac707cbeac", "region_id": "RegionOne"}], "type": "database", "id": "04c0a8ca80ea4d48abcc5805889bd4bd", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "960211e180d84de6b9f2993639230dbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "54308e7e78124d36950924602d672ef3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b30a423abf3e41c0856cc6c738ece0e5", "region_id": "RegionOne"}], "type": "application-container", "id": "fc7602a3a34845a1bf4080077b4f8c35", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "890e7415c9964f229e8c9731fba4c054", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fc241f64858b4ad18f97468419db1a29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f629e90af5724d6aa5491bd394d04310", "region_id": "RegionOne"}], "type": "container", "id": "444d4e910d2a41faa2d6a90f538e715f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "05b934c25471468c857324f421c1a2bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "277da594c45f4a8886402e4b4848e5fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "01bb8cfb27b9458aa79f25279f4a69b8", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "62188de895fd41e1b5a69a2cec033b2f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c0e28cd5868c450589801d83b5b22155", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8b58d1bc89844791abe67c22bd951b52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ded4a8cc93584bb698f4304a47a6adfb", "region_id": "RegionOne"}], "type": "rca", "id": "1822165aeb294fb8abb8bf04e611078d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "80b7c2ae8822439dae5154202a47896e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ec01939de50249769c423984ead97fcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "da65cf62efc64416afe9a1e74e541fd8", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3e3dfa52c58249d99505839879ee9321", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c8b8f73c957646be9e148b2026a18ab0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e87f903130994802a3b1de800422a32b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8e5a9d3b47b3425baa3e0b042a936c31", "region_id": "RegionOne"}], "type": "network", "id": "d37e77d25f8344d69b454b7f0afb0e04", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c2d4c5aa11d54fdf953781ab66ea0c67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9d0e2667c2ad42b9a7410a6a991ee2f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "97360b46dff642dfacfca7e7e29fe09a", "region_id": "RegionOne"}], "type": "backup", "id": "fc72138b3a524ffe963f20151cf3edbf", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5340a8cdb71f4f88951f041d7b183783", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5d6948d13924496cb3d4d1d03b6cef89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "79c74a43ea854374b422e98ee382b560", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "dbedb4277b254d8aa4e6d00970ab7bd2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "22d318eb46664d5f992f7daf860dad44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6c5d3e9ae02e4550b3da58d3a25bee9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fbab882d462f4229a032612abcd43228", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9b66c7202003479ba5aed904cedc498b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "11a6245460ea4568b62d759e5a3b5d97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a3a08f32663c47b18be97e82f52724a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "fe04727986d5482aab28618db7e67983", "region_id": "RegionOne"}], "type": "monitoring", "id": "4256cf5816f94fc08b1b7a1dd27de8fd", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0045e9f4741444c59254b3405e75ae77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6fc19388921c49dabdfceb417c0f47f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cb96967955074170ad91519a6dc92b02", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "47656d7e00364519b36fc647aeeca266", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "38e23839ada445b68866a4d2e6bc4f5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "91b132c04d7b45829b6967bc452714fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "90247723742c4e4c904418b274fd4e19", "region_id": "RegionOne"}], "type": "placement", "id": "ecffe18f5e2a42a1833643ce980eef17", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fb3478096607411aa84f810193ccc113", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f33c6ed8902642559aba3669fe73b2f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "da80982d614f43cb9ce89199c915022b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a2fe87ff5c2249e384d6cdf095868cdd", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7fdbc4f06eed4afe9310306ccb2a09d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f8ece2ecabe642d2ad71a90cf1b44439", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2eb519c233904f15bfcd3fbb6e1c5792", "region_id": "RegionOne"}], "type": "ha", "id": "17beb3cb9a354a33b692da98b1b4d03a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2c141cd6632b458186979a754ce9e848", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c64cb6d96aee4c7e84bffd9cc7ce0ebd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6eeb63418be842eea7392e1e6f5ea9d7", "region_id": "RegionOne"}], "type": "reservation", "id": "db74251bd7444399b0fc1d5181a7c399", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4e85509a51694198aed27677ac2ca350", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1d4b034ea65b42bcbbda349af1ebe297", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "167d89b81ee948679a7894bedbbfa78c", "region_id": "RegionOne"}], "type": "function-engine", "id": "4acd143f19864f2ab09a8ce3852345e5", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9ed0036bc07346b5b12c69fe89e9a159", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f5ae454f5a96466e8de7789006be7a1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2618a9165ce94cf48eba9c4e6ee6f4de", "region_id": "RegionOne"}], "type": "accelerator", "id": "0268b40f46354bcab1f77ed609208b9e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6acf81bd19194102a7f73537a823e052", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e89afb59627d48ac91927d81df1aee8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "136cc76574f44e2cbf0e9185370c2d78", "region_id": "RegionOne"}], "type": "admin-logic", "id": "054a121b68d444ac8bacf3a68e4b86ad", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "147257633db04dfb83d7f49339e7ac95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dd372f039c514ca99c34a5a060c36ef2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c220985817904bb2addb1f6d4cf44e29", "region_id": "RegionOne"}], "type": "registration", "id": "f02274f7b59f4cddbf75c37f405221ff", "name": "adjutant"}], "user": {"domain": {"id": "b0f74049a3c241b3b53fd27ef419bb08", "name": "45bb344e00934513ad8e7b3e11faa692"}, "id": "a755138192594afc86c9e8715923971f", "name": "02dcf843145a496492b6a7f086a9bbc4"}, "audit_ids": ["1d376f628610406ebbf3dfc6b468472c", null], "issued_at": "2019-09-19T09:04:41.592820"}} 2019-09-19 09:06:41,779 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_generate_form_signature_no_key-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,784 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 0 Content-Type: text/plain; charset=utf-8 Date: Fri, 16 Dec 2016 18:29:05 GMT X-Container-Bytes-Used: 0 X-Container-Object-Count: 0 X-Storage-Policy: Policy-0 X-Timestamp: 1481912480.41664 X-Trans-Id: tx60ec128d9dbf44b9add68-0058543271dfw1 2019-09-19 09:06:41,786 keystoneauth.session RESP BODY: Omitted, Content-Type is set to text/plain; charset=utf-8. Only application/json responses have their bodies logged. 2019-09-19 09:06:41,808 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/ -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,812 keystoneauth.session RESP: [200] content-type: application/json {9} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_get_qos_policy_no_qos_extension [0.294559s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,733 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,737 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,740 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,743 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,755 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.647724+00:00", "project": {"domain": {"id": "72cbae1292bb43469c6e26c0dcfc8267", "name": "475e6d8b910a45908c311b2405ff2cc0"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c7c352704a74423e832d5b6826a20cf8"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "734f00067d454fc1aca20c317ce842a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5a567f4bbfc64d08b8d16c1a88fd71b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "bcff896b532a4b57a8eba4fafd0d2b5e", "region_id": "RegionOne"}], "type": "identity", "id": "46c73e8b0158461e846ded0aeb9d99dc", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fc2681dfa57442569f81e2d05beee5ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b2d1679c3a944fd69afd3c0ec25d1437", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "96b9068267ed48dba2318c2f4e80bae0", "region_id": "RegionOne"}], "type": "compute", "id": "5056c6c74cb243668fbbcf03312c212a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "28698457a68844a084900f8e2432a2f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a7e370398f7b4d4d992e1f835878ddad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "976ad27aff234664821340bf47d9767f", "region_id": "RegionOne"}], "type": "image", "id": "d62a1aa2611f46aaadfb76908e11a759", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "80e490dd57884397ae352ba5ae8ba223", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "be86f9b14c3c48ed8f0e1e879dea27ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a1fb006db4354e0c8f622e7ca5d7f118", "region_id": "RegionOne"}], "type": "load-balancer", "id": "200fc300edde4e3ebe123cfaacca0abd", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0a0ce4e7b0342e088b488f3050e7cc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05158d8402404af38199d74f7d4441b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ef239c32c40418fa6767d71285c8633", "region_id": "RegionOne"}], "type": "object-store", "id": "32690f1db43a4e3fbac09618daf32f23", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a6ebe1589ab14f118b1a94ea11a310be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d325aa90c4b144e2be10bde5150b0bac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d2454d8fa6ec444b8dba77eb589d7c9f", "region_id": "RegionOne"}], "type": "clustering", "id": "0a7a269402434561993dcbaf59830fc7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "72228067f8684d18b0f310d797df8b74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5b429724942a4454af0bf31cf1f2288d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "441795f8ae084faab04eb03a29927e53", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "352b26eb684a46f9a5476252086de4fd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f0d46d3b699248d8ba9b76b7ff6f75ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5c6a6d6bfc1043288b8c1c8bdc46bd4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "276cf6c73a534e829417ddfbeb0c707c", "region_id": "RegionOne"}], "type": "cluster", "id": "9d30f491e0aa41b59c44dca40afdec3b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0e7a173e6acf48d1aafa815a49e65acf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6e5ee610728e461883fc91e4c6266f88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f16a7c9d46b644d2b5520f39b7c7fb0d", "region_id": "RegionOne"}], "type": "data-processing", "id": "951db21960294741b481e80212c38696", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "62242de0e2d6487b83f0e1d8afe40915", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e9d4e74331b548108c46081c0187ed8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3a1b00bc647040918aad8f89d32a0ded", "region_id": "RegionOne"}], "type": "baremetal", "id": "90436eccb9aa4d419d972c1bb8320256", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a4142547d92846ea9634c7ec77c7d44c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "eb359d00048d4fdcaee1b70cbbce3822", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "920f6d4fc4854341b9654a2d59327977", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7cd0fc8e4beb4061a85f2348ea6bcdaf", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "45913341314c4cdc84cd5d0b57440939", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "52999207440d4aaead89df1fa0980978", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "197dc4c72d86409998c5fbab806deb11", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "57eed65804774ca98b300f89bc6e6d72", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "76cb824332cd49e88f9fe9311949a49b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e6b3b63da3d945f9b336d803936434f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7feb7dd55e2447d9b4ba202d16a7132a", "region_id": "RegionOne"}], "type": "key-manager", "id": "427c4ee3c9ba43f0952b74f6242d0c44", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "065b6187d46047de8868cbb5e1c7750f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "96297a3445b84bd99f17d1794b969d75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3dc931f2ffaf4a2ca7e000d326074eda", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2728dac23cfe4340a566ea03545b477c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9054fe29378849da9e289f69d11e876c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8843be1ace39446bb4d13f07b088d353", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "97334243540f45bdb1127fa04920d89e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "760f6cfebd3241b6975a1405d6c4ea25", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9e718269a0e340e096c6ba60e77fee60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "825ed946ae8e4ca18c6cb3fb2e15e5ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4208202b9b524d298c70ed500056d9d8", "region_id": "RegionOne"}], "type": "message", "id": "188e11d2a72249eb96455197c1e13eee", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "118eeaf611044770aa566f087a1a0b83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "50c810315cfb40c2bb5c05dc9c3e68db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0148a90a5940482b9b31a8efb9c5acdf", "region_id": "RegionOne"}], "type": "messaging", "id": "29c22ab8b76041c2b3371c612802c3a6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c80c9da276dd4b49af0377f1e743e1ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b61bf06adfbc4ed186719debd40bcb92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "7a952472a134413bbc0affabd59978fa", "region_id": "RegionOne"}], "type": "application-catalog", "id": "077f79a74bba4828b8f867ececa4e355", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2e9105fb453a4bbdbde666077fe5a728", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6ed527e11a554e20a619bb1ad4fdae35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "814c06a3976848fbacef3728691d5876", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b9e6354e51984b2dbf16e8ea463597c5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "855aa2b2de03493bba5dedebcdf34a44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c0e31ca3b66447fe85b548d5a7fd9b70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cabcb0e4206c40bab58ef75ff3b7baf5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c32839054ad6456faa1ddac1d3409468", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a2d643e5470447d7ac9e3e8fd39dc5aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4ea835c93c19428cb0ad82c6e80a688f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b58049d57a304f8fb17359f109f3d3a9", "region_id": "RegionOne"}], "type": "container-infra", "id": "040fa78034d84f038790b012ea9cf116", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "63156bda2cc54ab286c28eb27e9e7b4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e8ea8dc0b08e4db582b1a73102f95270", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a096ec74ede746f3b711fe12cfe473fc", "region_id": "RegionOne"}], "type": "search", "id": "b9a43e1c5e334359b557f4c72afe6c7b", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a891020270da4b2f9fbccf0446fa2e93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b5592e61e723468aba6f2b24a1d6555c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3a1ce51dfb934af5adfe395c9893cb35", "region_id": "RegionOne"}], "type": "dns", "id": "52ad2225c0c14e00b27d6b30464b5903", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ac7166ed16cb43c19816f1fc238172ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fa77388798e84ba59c74fc8ec06d0cec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "23e03f3168044330b43053c5584eecc9", "region_id": "RegionOne"}], "type": "workflow", "id": "edafaa8f087340bc991e28584cb62bbb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0053d0a17952420b9b37fc68829a8a4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b09824cee6f347a4b8e53910d974f53b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1a5ea88ad8a04e29bbde2fa4b1d94ae2", "region_id": "RegionOne"}], "type": "workflowv2", "id": "eba486cbfa2f45728b4ddae937115ca0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "03dd39e5aa8840a58529f01cf7b59e10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "895dd7feff0d40e7b800cdfc5fe9ffe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "87f0e69e3b25488795da6570637ee612", "region_id": "RegionOne"}], "type": "rating", "id": "23ac0f14746a4dd0aa051fa41f57c0f3", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "49483f51bbf44a1895c785bda02088cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3c37b05db3194e20874f0fe954597a49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cb6a59af5f3e4400ae82a9f9b304edcd", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0c75ab6759d747cab28599b5bb35fc7e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ab0d0aa328cf47e3ac603ad248dd7cca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1c54e63e2eac4bd79161758e0d1a9c68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8de7b9e5ca304fc0a028969a3675ca22", "region_id": "RegionOne"}], "type": "policy", "id": "02fb5fc816c446268c4b18ca625893be", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0f9155d67ad340659c9371591548ab7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "044be100d3f4416eb9608ed97ce58963", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d5141ee85b8a498b82392eba1c45199f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9a808b878b6a498f951588016441947d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "824a61c7e62c45a8af27468b3138225d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "077fbf53fe9749639e747f6627f63726", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "91383d3dcf0141b5be86dd80c54f8bb2", "region_id": "RegionOne"}], "type": "sharev2", "id": "1d3375be42e44c539f5ea69cffa28642", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dfc37c62e94f45189063dee2f6c1201c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3f7a0b089ae84fbe9c285a27404bb469", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0610eb4cc3f844f3ab6a2919de3a682f", "region_id": "RegionOne"}], "type": "share", "id": "7261ed997dfe4d8d99c8a4e008929c55", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fb246f6f64284d64b7709e224750882b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "da995b41dfbe4ae689caba8d74f71337", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b4d63e4cf1424c9a8898e4ac73310cb2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "38b368b65305410a85b5b5184518a7d3", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14b8a0739e1648c8869634aed31a61ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fdbe3a2d4fe4cf0a50fa4a79358e783", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e175e47e0a2542e2abbfd44feaa1d709", "region_id": "RegionOne"}], "type": "orchestration", "id": "a79a23eca93c4b74a94d1b425ddb5107", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44d2e3821905444bb346a4e2b37c2155", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "acfed04f122c4e428652e70b894396c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "835f742a94f54c27b8190226158e6a04", "region_id": "RegionOne"}], "type": "block-storage", "id": "2a208f54c64e4e2c87f2f2a060f5983b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2732b1f2adc44029bb761ef6cec5740f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9abf0bbfddd24cfd8929f230795a5be1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6507da7d246a4b4ca6c23abd964c6195", "region_id": "RegionOne"}], "type": "volumev3", "id": "a2b5b79b3ab94065afb4056dc228bd09", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66260494f01f4d3884c160f49b66ceca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad3f86b22bc840aa92b7d28517e49c9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43f3fb5e0f3a450f92f48db5652f4627", "region_id": "RegionOne"}], "type": "volumev2", "id": "1206af3ffeeb43109e9a4671f635cf32", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e6ebbe52069427baa488005a2b78a63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01f1b9f5f9b34f6190f13c2e60291ee7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d247bcb45464dd4ac84766f3818bdec", "region_id": "RegionOne"}], "type": "volume", "id": "5bd94369a55b4fed87cf500e622209ff", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d1504aa3d254e50a920c985a9b1a727", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2682c2fe56464f2288a649988bc7283e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c4e29cb7e1e44f1b898038098fea808", "region_id": "RegionOne"}], "type": "block-store", "id": "10fc6596ab4e4357952040541450c2f1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e514c63fc48348b8830595ecaa844a6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d5f7fd5a464249fc8a0bc4a2c2dfbcd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e8b1910cbf1f465a88feefcbe54e466a", "region_id": "RegionOne"}], "type": "alarm", "id": "05ffe3df52404714abbf89ab2ee8f850", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f787c95e77f145bcbe4a9676bab16d51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e1a243f84e5046d598592e3398f743c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "dab236193896439ab907a0d12d12016d", "region_id": "RegionOne"}], "type": "alarming", "id": "fb38f13ab0154d3e8b77122e3abb6c79", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "10b99a14282647f394851e745721d1d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "133e6c9222f94ed7a0120d84cde0043c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ca75039cdaf1476890051356de7e9e47", "region_id": "RegionOne"}], "type": "meter", "id": "c6b04f67cc0844728564cce807d4b7fd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "befee384157c4853bf1786edf0fd2fea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f4e0c5c806ff4bbcbd545d36a58b5a13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6e2e823e15a949fd8a674c3ee5276e60", "region_id": "RegionOne"}], "type": "metering", "id": "fdc37f6a8dce474ca6b9c88bc3132400", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "809a6c643dc64af2bb06b9fc071188de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "48afb4b99874426f8613fc5140af2ef3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0641e22c602d46c29180497f627a7154", "region_id": "RegionOne"}], "type": "telemetry", "id": "e89768e8b45946d4b2d965aa97114e62", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "184263bf4a4448aab13ad9c7d3afb9be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "338dcc7c7a024fa4a966e2e13cf25f91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "89732798fda646a68eda502cc8e7c9af", "region_id": "RegionOne"}], "type": "event", "id": "9aaf8be1157446d79d872bc36f62238e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "bc9610bd0d0a41ed9f65e29f232ed249", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "60d60de5556d4fc086e66b2f9d33a1e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5660361d0483482eb7ece03f55301d70", "region_id": "RegionOne"}], "type": "events", "id": "bd0d40217afb437d8aaad1243a8c61c7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3bc866f8982249d9a96ffd5b9e7c6254", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b01fb3ff67d64a069bd8b258be9f4ebc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9850a5e83f4f4373892a42b079af1eff", "region_id": "RegionOne"}], "type": "application-deployment", "id": "5894dc773b6b480cb0be5cdac5443023", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fe45bfd7ddc3419587dc5d09f68b6014", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "da2420c590b346bc952ae8155bf62614", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "21d8aeb3842b4320b554662c8bf9bfe4", "region_id": "RegionOne"}], "type": "application_deployment", "id": "420055ce34754a648a5b0b91f87ba576", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4cf3b475b9ef49ee948d92679d60d1b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2acd852ea7cd43a8970af48b2cb8ec80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d319da2fbc754f72bc2601247ae40545", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3556963a0e0249869c52c5b0dd4f51ec", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a59cc1c9de7c4207909985de334272a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c9635c6f23154781a5fc3d0786a84935", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c0be53e9db864cc0bddd62ba8d5bae95", "region_id": "RegionOne"}], "type": "tricircle", "id": "94d34fa929eb4e1b9c63b47b1b72066c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "419f960b624241adb53b201460c9c5a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "397957c4f61d4614a9e9e053cd9c6349", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e3914d9f37344b1fb67b1838df937caf", "region_id": "RegionOne"}], "type": "database", "id": "01785f41cc4646e695e7276d83928baa", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e6f09358835d401288027d42476396f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d4d82c356f554647a82f327e4017fc8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a4b50b61fe14459bab24e7bbdf86ddc4", "region_id": "RegionOne"}], "type": "application-container", "id": "241784fa77fe4030909aa24583163887", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4e054e634cd9435f8d4b5c6febd55dc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "359de0b2fdc54e8baed622ba81a34c14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "583cb205a3e240edbbf575594a163224", "region_id": "RegionOne"}], "type": "container", "id": "2c94f24b14ef40ff88840fea72d9b142", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6e33398c3d3f4b8ab9e01faea0db450f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "99e02579226a4b9cb9cdf9c16be9bd95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "112bf6d11e9f4374962f7ad0b6edaa54", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "52f1d11b653a4f1785da735d97e94b23", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c64feb21752b48878e6790f04a58aee6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "51e53c9d3f1b4187b3616c116cb87936", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "870d37318d154f5d87490f009100d764", "region_id": "RegionOne"}], "type": "rca", "id": "0abd43ffdd7741c49f29ecc95c275f90", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d8031c4a3d904694ae96d21e80b22707", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a4a3f51e799b4fd59669bbd58ac265a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "806742b96d8f41e9a3a23dba0a77bc69", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "aab016a6554f48a5b9d442f095aeebef", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9a6b7b8a960247478b5eff50a4d136e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9e15e8881f6a4f4bb0d1c7840680c912", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "902cc33dd7324c06a17c4dc444553767", "region_id": "RegionOne"}], "type": "network", "id": "59c052ccb30c4b1686e190e600e10ea7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d35de89f98454fa09540f313889b2d11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "49e0a935031248c9ae0924a89d51f304", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "57b24d81d408400382de334a5f24c123", "region_id": "RegionOne"}], "type": "backup", "id": "4750d3e3618b4d6f855e0874a4a7adfc", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9c14ccf451c64d5b840b0a4747069dac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "925f4a0cc5bb4eb58bb4757c4cf09b7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "55eb339696af4ba384f8dea48aa72d5c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "829cbf3517264dfcb159eadee8f1a0f6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b347d75bb0bd495ea749131e5acade1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "45242f3931a749eba912d219f5e9e4b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b082e057bd5d486fade6795f456d12a8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8414494d9a5b47d0a76da1cb6671daec", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5f3990f56dca41e39f0a65a90872b456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4fdbc50ea9ca42848d91394bd844dc50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "4007beafa2c74b98be128cc5590255d2", "region_id": "RegionOne"}], "type": "monitoring", "id": "c2f11703cf414915a7ceb6b390bb981b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "34ce2c63a8e543678318180fd097d697", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8b47036317ec4ea4a9742d62e80cbb28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "584c141f947f4befbc5d162e05f383d4", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9587c90664f3412baddd5332a14ba89e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a34adc0113da425d99ebec44f7e1be21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "cc2ece3b4fd8446ea07b37e794f6b7d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7f7cb5fadadb4e8a98f309cd51ba59b9", "region_id": "RegionOne"}], "type": "placement", "id": "5dcf0e32b33e41f2ac2990bd70e4fc5e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b2a05b176f9c4bf29b2a0e33e4075bec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fa8469dff3964607b1545c64ea3d0e3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c2e42e35118e46a28c4af0937ca2f148", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b148957943f840a7b034b0f3d80a342f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "53b609fa9ed5452db50333fa827b11a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f43926558b934f0783aadf83dc989ded", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8dd7d02a70014a19a69b0d071e9f7972", "region_id": "RegionOne"}], "type": "ha", "id": "a988be73402d4744894e83c094e36307", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "382a3ed4d1244021b8f2c5b315cf8c6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4777ddba89a84434b7702ed74b0a7b94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "00bc7711269b47f388ebda22ad785c1a", "region_id": "RegionOne"}], "type": "reservation", "id": "50559dcc025a4aef840dcda58d9c83c8", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "85d84a1b922040dab522da5817ade8b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "29b451975d704e319e281785490a40e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "98d6a7c83b33457882c627518f614cbe", "region_id": "RegionOne"}], "type": "function-engine", "id": "a00c1c8745d9485c99172a117f8d7b73", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3aeb58a8387e43a298b47447b7a94500", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f4a05f6a9e604a139a91229e9d42feb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7fcf6a78e1fb43599d59d892ed498cd9", "region_id": "RegionOne"}], "type": "accelerator", "id": "9732a4746e5c43559c7d1c8e7231c87f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d179c69c9fdd4e13a9c524ae9d336478", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d4565d98b70647438edb49d97f63157c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f19ff9daea2f419ab09ead3cd1701618", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b99ea0dc605047cba565a0d7cda62681", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9f991ce13e064ed0a35c6dd3acb03754", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "56f5ea84efe143948e97058b38b83c57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a15f5b702c7a4c12bfb8dfb91e5d6fd2", "region_id": "RegionOne"}], "type": "registration", "id": "81a4e779438b42ddaf565ae7cf23b43a", "name": "adjutant"}], "user": {"domain": {"id": "9be2f485a1234b52a3d0a578ec275b7e", "name": "787f981b6356454fb207b1ed2ab27575"}, "id": "b3546793a4ca4a3a8154d4ff8a991b8a", "name": "95bed607f74049c1819d897696481934"}, "audit_ids": ["ac543d46730c4a4b8942c681b56c6f41", null], "issued_at": "2019-09-19T09:04:41.647724"}} 2019-09-19 09:06:41,844 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,853 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,855 keystoneauth.session RESP BODY: {"extensions": []} {8} openstack.tests.unit.cloud.test_meta.TestMeta.test_az [0.100033s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,667 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,673 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,676 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,680 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,694 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.616747+00:00", "project": {"domain": {"id": "3187272f6a08415da80eace7cf6d77c3", "name": "dde8580ec611408ba10996b3eda00f1a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "82f4e3d682124129adf5dfebc80ed8e6"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "482dbd25bd93467aa5e9c76e0b13fdf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7488aa6fc3d949dfb8c48a4d66503d13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "75fbe3bebcca497ba0b0d5b07430cd58", "region_id": "RegionOne"}], "type": "identity", "id": "88a78bf523e9456897e5413e9d2e31d2", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "73b210efde7c4463821d91d41e97b1ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8c4e279d444343bc9c52791fc1b23ebc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e0867174ce5c4938826427b6d70d98c6", "region_id": "RegionOne"}], "type": "compute", "id": "b0fc8158443c4399ba68b416e6142b89", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "28ff183d71b2420ca9dec84fe45af2cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ffaf836b9bb84fb7bb691b75aaf23389", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d7c5e3045ca64fdfa29ae99435209678", "region_id": "RegionOne"}], "type": "image", "id": "02a7c295a0c446e1ab8f558f446260cf", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "85632eb2438b449fa42735eb492f4179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ca82add688b14088bf8dbe9569470a6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "08ac6de5e6f44e098e84076acb1389fd", "region_id": "RegionOne"}], "type": "load-balancer", "id": "55916ab506984cbd9b4e7866f80e45a6", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0769986919134353b554f11de73e83ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0625ffbe5056455f9729c44448b44ad6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42ef471614c5443cb0dc0de14f8b09c1", "region_id": "RegionOne"}], "type": "object-store", "id": "3858d078762f4b2e8ee06ace4650fd27", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2fa4e5fc7246474fbbc02d6c62cae135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e0b9aa48317b4b768e2a235f514e92b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0edf94701e534603bcc92aafe188fcc7", "region_id": "RegionOne"}], "type": "clustering", "id": "13fef484dbe8439f983b9d13ad39ec54", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7374b2c043e2432085a446f47cf7f88b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "96008ab0c7c94c4989a6e78aa98a371e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6c07d6da543a45828a9167226b5a8f33", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d8d7ff991478454eb052b2aef62f4bf2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d075db544d4249649266d7b66c3a973a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9c1f8d34a69c4b23a3cacc1e0de22af0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b2bd68402b0b403b8f9d698fb01eb1bf", "region_id": "RegionOne"}], "type": "cluster", "id": "b755bf1b4c8b427781df6ecec7cfc260", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f019192806234b6296263f1fa6895a73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5b2182150b6e4614a9099eda7a0bd057", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0d0d3aaff6784b6983992dd0a2d2ed82", "region_id": "RegionOne"}], "type": "data-processing", "id": "311874f7ddeb41c887dd5e4deaa1991c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "96ec075843a843ddad24d5097a4894f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5a0a1f4eeba14fd1b806f66416315108", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "afea9c6511c549caa7847e9eeb79470b", "region_id": "RegionOne"}], "type": "baremetal", "id": "7b16750891f44bb3b07c8a1c2f5ee7f8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c0e9907b0b1949389968d82556074b6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "02fe79a51858488cb715bff0be9ac8c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "299fd002247f415b9b99577093f9e58e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "41a62206eea04f649bce5bcc285f7a0d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c33c9433bc484ad3bded72cc6527590c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6a3551f04ad94a95a5d784015b55e393", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "39995ad990d1448eaca4e7fdfeac4287", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2a51c3310922482faa35e27b8d4515e5", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "89b5614c7261408db83fda04a07a2982", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "52dde420d5e0494ebc02ab23c4b02e78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "86c36e764418487988ed63103d140250", "region_id": "RegionOne"}], "type": "key-manager", "id": "3b38aab368ad4a02a5a412892155291f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "39ce14453e1f43cea7c2544f6e53bb5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "62f68b1c2c944ce78660488e0fd16f74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f5ff65d9620e472c89db7e4a8d21cf85", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ae7f024dffa942f3bfee8d15b01ff0fc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2eb4caed5283444f9eb8a5b157de763c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c2a5d145c3ec41389fc3c4f391c7fa94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8e552ba81e254bac8941b12f5c9a7cfa", "region_id": "RegionOne"}], "type": "infra-optim", "id": "29ccd2652e1a46d8b3a3f423e0042c8f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a6e8934cac824acf9b74de3b21d3ee24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b32302d16b8d4d198be1de09ee00bd8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "55a6a6026b9e4100a834cfc10bd4bb59", "region_id": "RegionOne"}], "type": "message", "id": "faf963c4cb0b407db43fa23c2156af4b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ec59071bf0374e2982b910f33218021c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "748dd7d028814413a65f168a23484fff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "81b0e8fb97214cd5a573ac11cd631b94", "region_id": "RegionOne"}], "type": "messaging", "id": "0de8835b0606436ab014bd4e3124327a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ec2a01c33b404239a261390d600ab97c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "30af8745f8ba4fce807871355b32a114", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "821734c1eb0d4545acef47138e98415e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d76ae5217f564fe5980be44c4fbf632d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "76269d06cb0f4f5ea9c3e84594c08b74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d0f6aec045da4560a7e9b818e59c0e64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f7eb60401d094d519065c5738aaa3fec", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ea66a09d606b47459beec85118000e25", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "779279ae4e8841008d44e6fa67152b2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e63581659f1646c4a06f12d3eaff3ed1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6f7ffab0be4a4e14946a6ff1697196e2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "efee5a549dc547d682a529c13c0c9083", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c167d40468914442b3be52d61d07039d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "60c90bdfdbbf4dde9c807837ad386ce2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d846eda67f21459d97c2faacbce16731", "region_id": "RegionOne"}], "type": "container-infra", "id": "80f9c924fd0a4fe9a813e98fbeebd7fb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0438f72b49ab4e8c84f05f764241bfe6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "cc049ad6d0ef44b09216602fe759731a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4a6b863baf0c4e808a5c6504dd26ccf2", "region_id": "RegionOne"}], "type": "search", "id": "448863afd0b64fc984bdba6936a757d5", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f7467c09a5ac46458b208d0f2a010c5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3de0247c70714f4e97c327db2a987033", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2fa3f1279c0842cfb9b7a1b552c10797", "region_id": "RegionOne"}], "type": "dns", "id": "753e1e432f424866bb55ea3207dccdd9", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "316c0a4a0b7b41e4b0d3eec8e881a5c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "94c1855a6db04af79e1288bc4e2f2211", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6c4cd0a82223468699cbbdebad32d9c3", "region_id": "RegionOne"}], "type": "workflow", "id": "1c66be39bd8a48718a8c44635236c81d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "97df409e5cf64082948b65fc9bb9a234", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3be0d8a833a34efb86c33b65217a9f97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fceda8aaff4c4a578c98d16717e3d318", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0035a8934d0b468697646ecf9ff92c75", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "fbcbcb106bf441a49c829a2f539e76d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6b6303281ed74687b0c1f9307da23641", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f02a4b7d754b403b9299f06da20405ae", "region_id": "RegionOne"}], "type": "rating", "id": "f18cd1930b5f4eeabaedda11e82a43dd", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "688a0e8871dd43698c66ed6f1c663aca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1563e83c00f944c2ba4f3e4afbe2d8f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "33907d12044c44c9913329fcdfff0f7c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "df8f9bae83de4b9a8bb470c55413f92b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e7614ab544674f6db9f5316710854d21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "41695ba31ff14c64862817ae210b4d64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5867e4fd0dd84c71940280a919f787a6", "region_id": "RegionOne"}], "type": "policy", "id": "e7f6bc0878e9455798703416ce404c76", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c5210052d7934601a5d52b82977ee35e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bb10a82caafc4312b579b6bb4aa2cf24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "beda5d2f0b144afb948969ce9a5da68f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1b13d5bdaf3443ba9bc17567e8f41d4e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "582a14a1fb7c445b8cc748575427d351", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "79cfbb87440d4a4e8f6e7e25b6744a0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9940ef226d3c4172b9e883c9ec248199", "region_id": "RegionOne"}], "type": "sharev2", "id": "07d5188525154fa7a1b52b7d87db0e4f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4048bc87bdd94df09dc2e39183d3e565", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6c95762d40164e88be2d971c703107cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1c90ef30455947cb805e7353c0019f86", "region_id": "RegionOne"}], "type": "share", "id": "a418d5eaed084617b05c986d7a324ca3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "48cbcf6c50ad4aa9846751bdbf9a0cd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9476ce2322c64d3184b8bc8e0309dd5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9c785fbd114d43d78d3b8279e29d02d3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5442225d2c194c4d8167f7239862443b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b36721e080954b9ab47532fe656fe088", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "feaccad5a21a4cd4b67343a9393792a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef191592969b4d7d95bd94785a66f2ac", "region_id": "RegionOne"}], "type": "orchestration", "id": "0d8eeb1d58514e5dacdcb9cdb8b4011c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d016127382b44a4ca027dee01d907c7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b542cc7c33ca49fd92728ec60182a123", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70c343450e114ff6ad6f50811fc302db", "region_id": "RegionOne"}], "type": "block-storage", "id": "4e34377e4b6743c7a9ffc006f33f8655", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98221ee251c344b088aa1267c798533e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be984f9e0a2346ee8f3df8e01887149e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c715907763f64a3db9173eccbc249f1f", "region_id": "RegionOne"}], "type": "volumev3", "id": "a7e475e6218d472ab2de197915727b50", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32eeee473baa460688452f53314b6ba6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e03323ddd35402d9034b63ccb423e26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7581d1c8e2db432fbb6e199acc6c66b9", "region_id": "RegionOne"}], "type": "volumev2", "id": "6a1480b64ad74c68a5c958eb7bbbb3c5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b5dde0ce0284acb8ae83b9c998ee081", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "133f0892f1e044e68468b18a7e580577", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "018e4339aff94a508e57d04c4db3fb51", "region_id": "RegionOne"}], "type": "volume", "id": "8b85ad9e43784de3830837d3f7951686", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2691c1f00a1442f5aae575c0cb096acd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "675e167ac2da428e96453806a6f5b235", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "022881f36e3e491d98fadfdd08ea6ce8", "region_id": "RegionOne"}], "type": "block-store", "id": "56b25fb731074944b343a14b2d56f4a2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2bdd71cda2a7494eb1a84107235d8bdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7868dfc5c7244dc984048509f3f39702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d61d846f85e74b30969482ffbb86fecc", "region_id": "RegionOne"}], "type": "alarm", "id": "8b2e4601830447259a0562930f4b0357", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5f2f078ab7af4b0f9b6eeb5029ef9b3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b86cb45820754e36840e25bcd665003d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9199766f7ec84486b1008805b7f8e523", "region_id": "RegionOne"}], "type": "alarming", "id": "d37d7321cf9945a49666e0e52ee54032", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a489d819494a48fe8c941f044b95cf05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2c147349ca304b12adf5de5b2033f69d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "01e41ff35c194727b9517f9a4705b963", "region_id": "RegionOne"}], "type": "meter", "id": "408b9c34f7e642a6ad513ad13acf57ad", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b7eba8b6abc2401b9897305467a60764", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8797c04d71694fa39d9c2229f6f947ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "38f8688b97ac41899880180b8b05e5de", "region_id": "RegionOne"}], "type": "metering", "id": "9d5f8d66c8734b87b26a8f290d50a9ca", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b0a568bb5ff245b2996e862825b92047", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8c594c9d270c4f5fad6406a502b48e87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "717c2eac1d184497972eb07ae994833d", "region_id": "RegionOne"}], "type": "telemetry", "id": "fadda4909b6d4db78bfb17d5b3e5159e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ad97088b7aac42858655e48a7fa9dd29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cd747526610c492c92077bc178879964", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a30d6912d9bf4fbba40a9cfd29999c99", "region_id": "RegionOne"}], "type": "event", "id": "79dd76b8a10149778c810db840d9ca49", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cf71d5bf4ce24824ac041a3d34c17ea3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f4f4c7eebcdb41d480bfa00d34d5ab57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ca413650c22040089a35a121769993a8", "region_id": "RegionOne"}], "type": "events", "id": "1b029ef8a6004aef825d8ad7e57424c6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d409a6ca0c9b40d7b5b27d97e4bc49cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "696c5ab229a042cab9f0a88a4863355f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "29a6047f5cf94cc8b761fa59240d687c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8fb404ac98b54515919f565d16a49d75", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "23aed591bcd84d529a0656380fb6c736", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5329ad821eb24a1da5b4b407bef80315", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a5b5f5aacace42958b49e178ff860d5f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c4ab2a51e1c441eba7d9e8f30340e10a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8c6dc5aae9a142f5ac3f66163f872c6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b01b02080a0a4ed0b4939d7d880d593f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bd6366a902ac45dcb467f59f699ae9dd", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a729e11266ad4d86b965525d4ae83a5c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ed38d38f977444089401e28a2a4b4f3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3153aad31eac43a19d81edff5cb83d26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "64e2974697c342b5a2a01e198bbde555", "region_id": "RegionOne"}], "type": "tricircle", "id": "ecf6699cf87f48ca8485d3701b8676a4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7d1907b076684319931e260d939999e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "29f6305fdc4141a0adf46ea6ed4e808b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e94456c68a394099a9c38615d5068045", "region_id": "RegionOne"}], "type": "database", "id": "296846b9756a4700a66ab75ff23b2438", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "25514759ad8e4b69b4981c0293c04b9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "86047666ae584d34908a9a253f33d553", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "eb52aed37bcd4d3b906cca7279a608a4", "region_id": "RegionOne"}], "type": "application-container", "id": "2c60f1c46c3d48488c8fb071ddeef014", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a0486fdec794492497303b29247a7d3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7fefa16424144ccc93efc03d30fbc942", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b90d20780da64a2e896743e91962ebfb", "region_id": "RegionOne"}], "type": "container", "id": "2dc52cdbcd5045a7a4f175f07b148491", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "65b84d25bcaf42dea5ba717bc7ecb301", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "05c8fd9b469a45cf8a1659b65716f839", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "984bf4f33eb146c0b718d103b4afa89e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "020c4e5763304c88a2cde393f2594b63", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5e5b2148bc2a43098cae2915bdb88ac9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1a01e366096941b1b24cbc7756124b93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8c889c83466748c6a1f081364bca510a", "region_id": "RegionOne"}], "type": "rca", "id": "ebd8d1ca60464b48b4a4cb6ceb512fc8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d2cb61231fe3430d9f2eac1c65c700be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d77987fc653e4f1482b1be11078252c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a23048a4e09349e49752f731d308ea7f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "849fd5e97ee146058681cb8b66cf8c5e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "20a1af5809fb49ccb28db1df79dc16a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "38c70a0232d84c8dba88630ac9bf6559", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a726ab32ee8e42818365dad39797a2ad", "region_id": "RegionOne"}], "type": "network", "id": "0a1067fe0c0843b5a7ce1058b183044d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2c8baf0cdf7e4be8b16c9c8ee09b1009", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f6540c351ad44d38a9c308b499e668e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b684caf4f42644ada5712d6618994ce0", "region_id": "RegionOne"}], "type": "backup", "id": "0c75e674ad2e4b1bb1c1ff2d60f68d5e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6da156a718414c45945eb8cd038128d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "958dd41070ff44ae851e5e45836efedb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "97a14cf7b6644d4d806d1ca2e3c75f10", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0b8115378b3f40138a0c50ccff2766b0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "aa098ddf8b7d4f12bd5175ce93e1122c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1c3eaad6a2bb4bb8893e770ea29f5507", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f190c18e841645e9b627d11d2a763fc8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "15cedbbe23514ce89e6f1221e1aa86aa", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7b746cf2ebed4f278d418fc21ebd0a49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a22e8f9139ea46f799dff4637e30ad16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "3aea4cdb0be240288e63879b0db12a2e", "region_id": "RegionOne"}], "type": "monitoring", "id": "a60fcb6d3fe34790b56cc3093a3a3981", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c542fc1cfea24fc9947d052fb36a007a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "159395cea00e48528c2176822b8a076f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4ecd394aa02f4733a3e2502b7840d81e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "5ae1399cfc274adeabbee24db7cda52c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5616725b58804f6089d5a4f7d217daae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7136749337e643428fe9a2fd4d0ef1ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "6c88ac5ccf9d498b9847115e7e93afc6", "region_id": "RegionOne"}], "type": "placement", "id": "6d8ae5cb6062499e8cde69cb17890f40", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "50aac8fa546d4c2897a40af1368a60fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0d7d34f2436a4d41809011389b52ba48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bd12ac7afcd944fc9f7f8d79e3d31730", "region_id": "RegionOne"}], "type": "instance-ha", "id": "10c1f5df3b5a4401ae193725b3246796", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d2c1795aa17a4b5ca8b09d497f38fb2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "699f3bf38904428a924e1e3c6d2e8ca7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0de9a91ee1314d22bd952dc1238e0212", "region_id": "RegionOne"}], "type": "ha", "id": "bded9723075747ab83568e911d92e2ac", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8c329048ba72464c88e3fcea06e9197d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d20912701dd24db4b7e1cedb660e2104", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "fb162637f12042078f0067fcc2a5c926", "region_id": "RegionOne"}], "type": "reservation", "id": "348cff5247624cb183d01e15ff4441ec", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7c7d715584af417fb92e00c766f7a81a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "07b3d30501184639b976633d97803a9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "bdf675db4867481da9826bcad5ce11f1", "region_id": "RegionOne"}], "type": "function-engine", "id": "1119f32175bf4d02b6b38b13231f3723", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e834f3d0a83248249211628e93182be5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "234c2467c9e74231a5db38379be9e732", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0c09699d369f40c190c96efa6512f755", "region_id": "RegionOne"}], "type": "accelerator", "id": "e638243ee98f436ba76a2fb03d956067", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2410b6530e8e4a4a8c8b3b85ae41c145", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b1206a0d7c8046cbb91046fd51d9fec9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3e65c2e27e8042eb83422684eaec98e6", "region_id": "RegionOne"}], "type": "admin-logic", "id": "711ec57f5dc041b085ed798006004779", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7a12eb8e340745f48f15a23e5968b894", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "821cbb130de24905b71fcedfe297fd72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "69eed05c3b3a4741a5fde3b4bb9aaf31", "region_id": "RegionOne"}], "type": "registration", "id": "167a3ca4a9ad4adb922aa513d5c53ae1", "name": "adjutant"}], "user": {"domain": {"id": "41cd417339834200a008fceedb4a7096", "name": "6736ce54ef5d4bc19d913ca574e64e52"}, "id": "ae0f251cce584d2393666d819ebb2d47", "name": "8f1cff5e8c3a4a3fb884766c4bbcdab7"}, "audit_ids": ["296382b1d03c45c6aa8d65072ebfc1e0", null], "issued_at": "2019-09-19T09:04:41.616747"}} {2} openstack.tests.unit.cloud.test_fwaas.TestFirewallRule.test_list_firewall_rules [0.200163s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,704 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,708 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,711 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,714 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,727 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.644039+00:00", "project": {"domain": {"id": "bb55684bdd3a416f9c81cf51579e4fca", "name": "df1709dd64ff4ff48abf38f949e0bf73"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ec65e745fa254ddaa666476225bda6ba"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c508d0bda3b948c3a9671120c967a1e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8df99ff5a4af4e68b5891339e9a989bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6314aece0abb46bfaaaeadd980500481", "region_id": "RegionOne"}], "type": "identity", "id": "6f68210506b1466298122e0c0ed513d3", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b629efead14f4f018f69db4b22bae82a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "82116aac6ea84f0487401c0de4e38f99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "05a403bc4f0c4b6c9c65cefc42b48da6", "region_id": "RegionOne"}], "type": "compute", "id": "7c0591cbc6d240c18cffd0f2c4741103", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "85e286eea9a1416da5ad2900b40e3b6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "724bc551a31a4f64ae5bdc240c8a9757", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "75e4b447d6f044f58f5840348cae3967", "region_id": "RegionOne"}], "type": "image", "id": "9642f92b0d1b4b9d919cf2427b4d14f4", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b310cc0899f545eca719e31a672174e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "778a014d7d9f4e9c9c3cec5932f7b86c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e268de6ca0204dfb99fce6c7ab2ef3e2", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d7aeef2598e449e3b09681fb595a371d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eeb83fe1d12b4f02a2ca09c4a997bdec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7feafb2b06994f0d84927ae8b8192bd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1bf5306ed53a481bb100b212e89bf6b2", "region_id": "RegionOne"}], "type": "object-store", "id": "a6e6d589d026441c93aab76ada0acaf1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a951b52c894f4fdb9f6e8ac7b4903376", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "15752c1a3bf0420fbde38367079d6195", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "45c13e7bcf7e468286f255e074b9c513", "region_id": "RegionOne"}], "type": "clustering", "id": "e4a98c22dbf54114b1cb0df339fd3e75", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "68f189b2237a4066b4941ac4a9090853", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f8d5cc5ba77644d79f14dcd24eedc540", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4bfabd81c99c488c87b3e25fefccdfcf", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "66acbd79fd7d40bda5e7e6dc5f0d086c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ca30e0232da54e3db93027b36a5bd0ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "db01e9b488a6477abf8148a2145503a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3381f6da2b3a4e688049096fdc1d01e4", "region_id": "RegionOne"}], "type": "cluster", "id": "ba2c042586a94268a3ae8a0cf1f634d7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "272f95b91bcf43388c1250b549e893ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3a48d11d282e498fba483898ac62857c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "81961f4ace214246b78812d39edcaeae", "region_id": "RegionOne"}], "type": "data-processing", "id": "a93367a734ba41e18b457dd4afe79fcf", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c95403354d244ad8988d9b7753c6d959", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "057908adb3414692a8cea01405fd034e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9bc0a9b767ac4ababbb58aa652dd8e3a", "region_id": "RegionOne"}], "type": "baremetal", "id": "17c936b803024845a96f0c4524524984", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "575365843a06461a8f8ec16b72fe63ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "984b98a5f04c4ac1a18bc01407cbe15b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1301bee586d84920956c9b8c21372734", "region_id": "RegionOne"}], "type": "bare-metal", "id": "842df1ed636c4da4af220d53c7a05fb2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "12981a7fc062496d9a95f8de89291b97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d64e667ca486452bb8dd14c461a96fe9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4ef9daa9f1eb477c9a9da0d282ec1c0b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "dc18f36de67b4dbeaf112c5cfb553356", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6691a030bab242069461de318501c005", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "44052b2ea9c2491ea998be4069b1683a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "352cbc3db6f046b8a6da70b51e6a7412", "region_id": "RegionOne"}], "type": "key-manager", "id": "02bfc34abfe049e199c1ba3aad30fef8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9c9c4d9a2a074ef29b0588d9b4bcacc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "daacef38ebfa4f838bc8e0a1b7d8f36c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3455693aa2d845309155de46b874ab13", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5c3e20327d3e4cafa9d3bb8697ddf5e4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "efb47a2d86074ee0967c15cf78a35996", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6cf47ce85e184398a5e599f96df028a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6bf34e51d269473489e2f8d2facb834a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "726865ae391049029511d8be32081278", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f867661e48ca47139a882d0c910fe0ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "95bcb323123c4543820c6bd1b18b51db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b21f23c63e4742dda3e2b9c244cbe664", "region_id": "RegionOne"}], "type": "message", "id": "0b8d45e43e264e69ba91da892b66e6e8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7c67ba1bc4b043ed94942fb74754db0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3f1221732619453f86a60782185b1649", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "419fb54322e9418a9358036aae922122", "region_id": "RegionOne"}], "type": "messaging", "id": "bd4040e8c0b64c7e9ac93f61491b82ba", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6eb0f7b84152435ca59a547997a5c5f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6791fb20762d4249a592e61b06d254a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "efd952e41f414f7d8480b518e4728ee0", "region_id": "RegionOne"}], "type": "application-catalog", "id": "fa06248d00834248971c5b584f7d5992", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "152b7dbef1bb43a881eedaf45869063f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "05fdd41a539a4998ab5fb50c61e49e08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "db4b56cf7f024497bc27b59388e697df", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b745e58beeb845e58d03f5d558f1e95e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "52d46ae4656542198a92a0cb3c3b5058", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "49daabe0d25e4cb789e55bc8ff2567d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "26c7ccc6c146472480dce53bb25f8442", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "dddba333c4224e4084471c737efa5d1e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "953e5b868ce44d89a0994d09de458f0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2690406db0e847d39b325342a33aa588", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8ee31d1bff2e43f9b001fa241779193f", "region_id": "RegionOne"}], "type": "container-infra", "id": "695a075035a24a5db74127284aac7254", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0f962e2204824d2dbb06cf150c824544", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "332eecdb3cd84b3ca15f03d717c8000b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "97137b45769c41a58027187b518ab0b2", "region_id": "RegionOne"}], "type": "search", "id": "93ee306c2dbd4d17851ce50bb61ec929", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "60cc327fd32e4ffaaeda3cf014daa543", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6064e12613a54e848cea338f3dc6a3d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "653c11530a924bc68abc5542c4d02ee5", "region_id": "RegionOne"}], "type": "dns", "id": "5712cf914c354424a14d1d3f33079470", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bad682b7d5054140b716fb020db0eb4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c196267cd1da45819e8bf94855340fbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c5836142a01a412fa0c78c51a5e48a8b", "region_id": "RegionOne"}], "type": "workflow", "id": "c81b2c4b21e94bfdb081e563f8320e0b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2d61259d99284b3d95c3bed17f7c8cf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5202e55412844ada96589a4302707781", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d0495ab42ce944a38e7331f9452997ec", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6d6f240895984266902633fe5878158a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "c9a7a6809ef24389a9907741b85645ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a863ac09f56846848738b12247160a84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ee2525b3c13b404e8a29c5ee1fe107a7", "region_id": "RegionOne"}], "type": "rating", "id": "a1c8416173eb4a9b9d0382add577aca0", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "07fefd731e274b198a246854c360ecdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "eda23aead9c04081af460e034af42cf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ba6794879e8b463891f721c7701cea0a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ece7372b43724d7abf73498a733292e3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cec69bb0614f4772a26cbd755001d689", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "521d5edfd16e45fbb615d9cb66a7241d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "43ff54254ae24fdf9e083b453e08f7d4", "region_id": "RegionOne"}], "type": "policy", "id": "6501d26092b342a28330a58a319e989d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2651eedd6d834b2ea6bb2881cd7fd377", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "162bde237b704538bb23b81b1030decd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3e4f9e8ee520492dad5fcdd5089114dd", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "404cd81b820547419b6141f74190465e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "99eb1621f472450f92e530e171373d0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f6a5583fa83043559f1f7c2e6885179b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "52870b313a0c4a74a24f79f9b86dcc2d", "region_id": "RegionOne"}], "type": "sharev2", "id": "4fe84214003544a5aeacf027ca00097c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "997db3dc56a5464394dde06d0dc3a40e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3491f52e47f44bb394668e06abb0a283", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "67d8184963694c4b86a1b33726a81229", "region_id": "RegionOne"}], "type": "share", "id": "690eea3789744d218eb2f51333030850", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "28c6929873ad47e3b8415c7cb7067790", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "63d5c7058da548ff83d94cc8ef202c3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "48dd227cb25141c6ad6b86970182e0c2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7bed6ed32a8b428289a0203b3547283b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f159af95b3249b693551e8bb073625e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3a231fbd59e40fbbef2603d8d42b12a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f20dcd8b4dbc4d4ba70c7bca6e797771", "region_id": "RegionOne"}], "type": "orchestration", "id": "06ff31b5b5bb46e69ca005f2a000898e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fca7d742faa84f7a8888e4b51c41dcf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4835eb58c36e40949ea636ea0844543f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4bbf63720bc4575a1dc65b618caf5b7", "region_id": "RegionOne"}], "type": "block-storage", "id": "9c70247a7eca45f596586239876b9dbc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "431ca109b23a421fa84b7c9e96a9178d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9072e46620e54099a769fd7dda04e058", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b7a1b2f501f4b0a87acc3a85683d21a", "region_id": "RegionOne"}], "type": "volumev3", "id": "3e3a08a912b248bc86b3071da7071ef6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12d43010d19c4baa895ef458bf92d344", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c866053a56d4b16971d1cbcb72e1ae1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "777ac150350645df8963da326013619c", "region_id": "RegionOne"}], "type": "volumev2", "id": "cb875900f28e450da69f8fdc6ae1db44", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96e0ddd2e2c24f20a0be8c75ae47c7c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35d9e597e4554fa98dab0c8cedbf2ca6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6675379ecf694e80bef59eeb8c94ad21", "region_id": "RegionOne"}], "type": "volume", "id": "c9af5365fdc642f58e4d30b75b84b80a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41743cde0a374ebb955887ba026914e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "662fa496b3554deea120b5d9e5118f77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7854c76e11eb493ca9b8011c87b27c77", "region_id": "RegionOne"}], "type": "block-store", "id": "7d8a9236520949628b5075644ac20d3f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "14e6dbda6625447c9a870a73e5e9a22e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bdd360a8a4654978a938329d0027254e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c69b6d98e1b84d95a49346ea74cc0352", "region_id": "RegionOne"}], "type": "alarm", "id": "b69ab44238354f9d89877d4287f1cb84", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2805d4ee7aff45179facd6097faa2dde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "26dc1c64ac00426f993b24eac0677638", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "45d5bb6cc7be41f2a31bf58a6ad151fc", "region_id": "RegionOne"}], "type": "alarming", "id": "3a2a877eb0d34283ab7319b5a0eda552", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "469d9e83ba1c424a8d210db6ec24a118", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1a10bd6edcbe4e5da7e524d74cc628a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "219a18b226d54ac280aae1200a96fdfc", "region_id": "RegionOne"}], "type": "meter", "id": "6c58f1bc94f5494d81293c4f323841e1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d7163d8309e041d4b239831c6adb33ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "11a40f757cb84e07b8fbab3ce3c2d119", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "22aab59d5a7e4d71834106a55fc5f5a2", "region_id": "RegionOne"}], "type": "metering", "id": "c187346797fc40a584f82af410eadbba", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9cd8187f44234c50a76f2914b3142b10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6ea03bc4d08d472f9775f9077d61c739", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cd7cac30eeb04589a33ba4e27d51feea", "region_id": "RegionOne"}], "type": "telemetry", "id": "01bcb1042f314346be0a857357b41feb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f3ad15442a634fac8b4e3ef2b742c972", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "264dd476afa44e77867efd1f7bd0fc4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ab1c2e95c1d54346aaad573387218b80", "region_id": "RegionOne"}], "type": "event", "id": "3522eca7ccd544fbaa2cbbd87949473e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "439475ead6184e86b3e6d1547dc177fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a9f9e994099641d1b19f5963fbc3b691", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4d74438f83404d6ca45204263beb144f", "region_id": "RegionOne"}], "type": "events", "id": "afa7f7f69bda4f5c97f3ee64e6f00168", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c164b9d69e93426e9fd687cceb567967", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "628988e9b82f49ac994da4ee80df79e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bae560c287644b27a7001924a4869aa3", "region_id": "RegionOne"}], "type": "application-deployment", "id": "443dbcba9e32473d95ad3a51d1c28b6a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "81c5429b97304391b5aff4b44851aa9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5cbde0860a934451b5388e78e622d97c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "df9239bff1b143fb83a8de66254c1c0e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "092477e02264432b84c7291ba7f64ebf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b15093df23ea4c34af2b4ec3ea1ac4e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2782755f755e452b865a1be2162458cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cf2132ec7c2b4e16b0c455eb301b0583", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "92317c34a79b4920b190490068fcbd33", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a4729318f14b474bb330641ac65790ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1bd1e00e94aa43e6ac0d294abfdd3f0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3717d32236c74887bd7357beb33437d0", "region_id": "RegionOne"}], "type": "tricircle", "id": "dec3a0141f30474d9479f1ba5f1f1981", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "24619d9d51c74f1180b42dc0cbdd7d14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a679691a72dd4566adda0362d5f5a9b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "68a9d35e5a9540009299444e0b89998a", "region_id": "RegionOne"}], "type": "database", "id": "ab5c3c178a5c407cbda87b614075397f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0d577054e083417b80107d7ba1ca670f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8c87b349beda4fdcba98032786ddc4d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9dc725f2125e43dda19ad3dc5cf5c731", "region_id": "RegionOne"}], "type": "application-container", "id": "bb829229248d4154920ee422b19010d7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b28bcfb754274558b5ee630d76700630", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "65ca3d64ae0141859abd2326e78cf0fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4e3638dfc29848859a8cf4670acb05fd", "region_id": "RegionOne"}], "type": "container", "id": "47be8e16ff2c4fd796b89aa83ba7266b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f42091745f7645179bfb84dfccdc45ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "be18db2321c94292a38005fe559f7442", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "34b55c01f937437b9c7d507798df47d6", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "30d8c48f35ab4c94b5e3090f62ae8c7b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "62891efef5134b3db985a30cd588e9a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e101f9c8f08f452ca6a5fca60f7bb26e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "32627870dd4441d58aac531be14535e7", "region_id": "RegionOne"}], "type": "rca", "id": "82454176c526416584d20f326126b7d1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fa1da7bc7b384269b330664f274cc966", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b49f0bd7a9104e05bc036ef5fe679d6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "0ff46f192398472cbef9862c150ba13e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "66c4e01917fc4663b47c45f88b69042e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d5b52ff2f1cc4a66a0b102afa1ecc34f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1041fff6222e45c197ebb5658f620943", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "03247aafcae943579b74c49bbc967709", "region_id": "RegionOne"}], "type": "network", "id": "f854e4b9c84745e7a2d9c8693be42ce3", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "4e515fc054e840d383b9b5e58b3a9323", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "cf13c7451fcb423e8eeb9a36d6975344", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "bbe6698937474af0823860dd152f0176", "region_id": "RegionOne"}], "type": "backup", "id": "2a37579c80274727a22e82457655b9b3", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "71cb46d6fad9453d8afe75ecad3fcecb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "113dc171fb4a43bab14ec223e8158665", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "dacab77e920748009944cc0086cbe0b4", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "593f89ec296f42609d618ca597595849", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "122062510f0f4c01bdc043d138ef8424", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5f3c5a8db07549689b334388395736d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0636d092f9034e37bdf27b520507ee8e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3e67a3dddeb942ec9e0576d75a2f55c1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3bb2f2cb5688483b9f9e1f5ec3bfea93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a2dedf664320454ebaf77bd8dcd8bd7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "dd046294bbf94a17a0ccd765e76aee3d", "region_id": "RegionOne"}], "type": "monitoring", "id": "391a2e8aee0943aaa024618e4002215a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0239d167f61c4e5c9292ab053a944e11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ac809b9c9d534fc8b0822b5e699e1ddf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5b5d3f96017745eea9e4117b69ffa5d3", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "0602d4a27d514f839a365d6e214dda73", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b20d5f52edc64ae7af5de9ec03c34ac1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8bd98492291547ff8e464527d09544b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "41b28d44b11240e28ea9618ed33a30cc", "region_id": "RegionOne"}], "type": "placement", "id": "bf3d071f5161438a9f93977291b57820", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "698a9371ccf747068b4d1410875163aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6271aad8074d4e89bade62b32c985ecd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9fd144a5b98e491c8cd1b107c51d1103", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f3998058533942678b30b0d35a23b84e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "17f4c20deea5488ea7650f5d492eec43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3e3add1e22614eeb8513bef6a4750a2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fb3a3b7d2fe24c929795dd8b594da075", "region_id": "RegionOne"}], "type": "ha", "id": "699cb96e1f6b4be684b98121d2cb14c2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b0ab432a19b34cb386df6812e68d7d4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c5f04eff98a54ef6afa49330c18fdd3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "9e44e59cf8894580ad49a34e782f398d", "region_id": "RegionOne"}], "type": "reservation", "id": "7ef9bf2d40f34075aa057dfa38a2ecf3", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2ec87af382cc417c8503ff328cb00ef6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "19d173db6d2b4da7baade22bb0a93fc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "119cf85e9ee34ae084b120d2e853afdb", "region_id": "RegionOne"}], "type": "function-engine", "id": "ccb793501b0044cd8098277e1a4090f6", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "95f5d56724264d6ebf1cf0882dabbf95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c56d061fd070491da784cc10b6b1f244", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "27616f7127654dbda73bf904cb16b0c7", "region_id": "RegionOne"}], "type": "accelerator", "id": "9229b75b933f4884895f9ecb0e9143f9", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3ca290d60b594b72abed20938bedc178", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "64f1bc8d2dc3406cbc8db92e7fdced12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "760124861d6744ae8965afe69f5d3852", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ca33c324bf674638bff2a28520814e04", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fe8d0672043c4142a143802e6f801a2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bb102045138547c4aa5652f6762d60e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "54fb6f9c0fe344adae61f78df8cdbd10", "region_id": "RegionOne"}], "type": "registration", "id": "b9472b5c0e84489698b3b055e4420142", "name": "adjutant"}], "user": {"domain": {"id": "d5374a86f4f1462c95ef09e263b1f9bd", "name": "e9275d52a94a45c9ad57060fc0f3db0a"}, "id": "7a3ba077d10346c4a59c3dd2f9248774", "name": "9ba238a94bf94d29a5df67aacd6ebcf6"}, "audit_ids": ["33d9b1539d2e457981856308b28864df", null], "issued_at": "2019-09-19T09:04:41.644039"}} 2019-09-19 09:06:41,824 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,830 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,833 keystoneauth.session RESP BODY: {"firewall_rules": [{"protocol": "tcp", "description": "Deny SSH access", "ip_version": 4, "enabled": true, "location": {"project": {"domain_id": null, "id": "ef44f1efcb9548d9a441cdc252a979a6", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "source_ip_address": null, "destination_ip_address": null, "firewall_policy_id": null, "action": "deny", "source_port": null, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh"}]} {28} openstack.tests.unit.cloud.test_image.TestImageVolume.test_create_image_volume [0.377836s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,640 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,644 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,660 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,663 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,688 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.576150+00:00", "project": {"domain": {"id": "7d5d726d073245daabfc055ca9c87fc0", "name": "750899a4ffb749348db5ed7e8913b05b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "83185c6e3ed44e77b3874da4860cadd9"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "37a070811c934532b389a3bd7efedb8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a16028a423654b3ab841ad19d0166472", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ecc3ccd5f182403dab33bd0d24d812f1", "region_id": "RegionOne"}], "type": "identity", "id": "645b41b1e41241008e3ebfbb6e5c288d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "846ed00d06d04a59bd0b96e20d3dca06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "288ac20f2bb64a2d96094288dc4ae362", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "221f4cb06b1a4a82b3b42e5171722397", "region_id": "RegionOne"}], "type": "compute", "id": "143904a7157f4afbb7c6068bd271facb", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "52c99657ee1849bd981fbf2276b417b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "cd6aea02f99d436c8c288fcc478e7851", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4e873d7c497a426f8fdc79fc19fc8529", "region_id": "RegionOne"}], "type": "image", "id": "cb958f257c1047cb8b8ecf4d644cf7df", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "dd555fbdf85d4af5b1adde810ed1cb5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "edcc417eb5524e6cba8a759d8ccb5d96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e02677b421154a89acafee36c515bfa8", "region_id": "RegionOne"}], "type": "load-balancer", "id": "91ee9488c4974616b7bab032658feb43", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d8a5ca074f8437782ae45ce137b85fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "420f7805bb2c444ba4f63a0a84b3e29c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe31724620924c2085da29e60f5f7452", "region_id": "RegionOne"}], "type": "object-store", "id": "a70d926a7e874bb9a182e4d6d0a80501", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "238844d8933942828885442d33ac1193", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4fa72d46ebaf4a02b4cba3fdd40a42ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bb8f88d866974aa59cf962d1bb98860a", "region_id": "RegionOne"}], "type": "clustering", "id": "c4b2541ebcc648e8b118490e70421475", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5955f96fda764cc096fc42987d6c42fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eeba6450bbee45ceb8df63dc06ab51b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c91ccd17748b4db79595d42c37f604ec", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "771755b7578b4f59874f6ee3d6097f9f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d8e8e5ae9f60488fbc0297b2e06a4904", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b76930d869ac47319430987929f46d0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d27d576b86054746a7615a804c576477", "region_id": "RegionOne"}], "type": "cluster", "id": "171c0926caf042d6a16072fceec174b6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "572d95b322da4572857d6472e9e1171b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "892cef569798462eb6f808552daa5232", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "cec223c6acc94ada959781256a71a751", "region_id": "RegionOne"}], "type": "data-processing", "id": "63cc7bdcd70a49fdb90f69cfe780e264", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b85a6e1ed264418c8887f37b73fa2863", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9887c0eacf5449d9b69b7669982d087c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5e5f8db8c47c4218b8f8f47004440059", "region_id": "RegionOne"}], "type": "baremetal", "id": "a4b9dbc523da45f8a5c7d9d17742a641", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1e9a9fa5f269433ba243bc1d73479adb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0c1498aed7d34007ac0784ab5f4395aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a515f6b58e2844f28dc9b5a0e11cb102", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2ae41f1ba6ba48b7a4219d21fe52b6c3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ec329eb4f8e54f1d91600d25d42712cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bfe6f683610345eca75bc87fe83bb84e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "db4c5b877e794b89afe06dca18b508cf", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "88af2531257a48939b06e2ea94bef5d4", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7f80d2d6ee0e4f84bd7c02ed01320fad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "24747cabc0ff49bbb2c5a2e106e2c281", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d926edd154ee41d5b2fd5baad5a7bb05", "region_id": "RegionOne"}], "type": "key-manager", "id": "99332cca600f45b1909c4e72fffc468a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4db0993feed945fb94ab25881ed26306", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b24a8b50fb0542f49bf4c4f30ed19864", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2c6c195b1ab640eea58c6cefd9ee90a3", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "4afd8acd5167443aa2ac67c4c0365049", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "573c53b2f53b4e9dbbef4e6cc5bf38f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "060d5c82e3b1476ea6a4de26768966c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3d1a9e6d060a42a3ae9c8a1a2b1109d1", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b19808eda80f4ad7a2208f468826dedc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d18e28debb554b839922ee3115be9840", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bee11aebf5f14b20a9e27dda9f218cc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9163c816c57242878d7248d8f8d2fa10", "region_id": "RegionOne"}], "type": "message", "id": "3429a40678964aa89ed941d0d4a5b255", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6b22203ef066434992769a75986b756b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ea9e2a3880184f379df74691b264cc73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0ebbebba4422422ca9abfdd8d9d0e224", "region_id": "RegionOne"}], "type": "messaging", "id": "6739abc3959c466fb3c8d09bf16a1001", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "056dfd7ba4f942f9a9bca427690b0cc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0af9662f22874d25a24feb37b9e33c15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "7a920f07d8e247a5aae2e07789007771", "region_id": "RegionOne"}], "type": "application-catalog", "id": "66a08293dd664b6aaa06c3dd63c4833b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ff09128d164f458a868c9bb5104e398c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5080c7e3e68247049a4b41f4f34fdbf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "acbe6ae331f94b11a53b412a125ec9e9", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0d06d18ef1e5402db263c95e36ec3c30", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5782c1e657174671971c27a56822d5fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d27d955324c24268adf90e510715d62e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a133d7f821140b193149c5539077fe6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "28ce82ed61f84e1a93bca35e47cc93a8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1069d066e65a4983ab7be6c1a2f45510", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "846a0aca27e04b838353e355e7ced9ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b05c69f4fbff4350be98229b367f897d", "region_id": "RegionOne"}], "type": "container-infra", "id": "ab60563aebb74667847b1f0128815b39", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "22dffbdd7cb94b2da0412150ecc9c388", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e0fac9cc9ddc409aaac1605f170af940", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "8279ccce05c9494399767086d6375b09", "region_id": "RegionOne"}], "type": "search", "id": "d2a9ce482d844804a0e83a8d13008d88", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b7ec4d08c8ba43f1b07491f44a2d6de3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ce5a3cecb0d84d189da81394958c7ddd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "400715b582ad47da95b4bcfa50737d9e", "region_id": "RegionOne"}], "type": "dns", "id": "a542c0a3ecc34597b1318afa2abbb846", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4dbf724815cc46e2b8d5967ad76b4080", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4553d5baf98f4ed281cfc358a61d9fa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6c07d677f3f14dc4a322ea7035743391", "region_id": "RegionOne"}], "type": "workflow", "id": "e225bc073d9b40349e4da490f6fcf95f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7aa602087d0f451f8a4b74dacdcb7979", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c89f9bbc03d040148d3489614b39738b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "be04b01249554aa5a245616a06d6aaad", "region_id": "RegionOne"}], "type": "workflowv2", "id": "919b1da8e27646d981aabb2df3d988e2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a3ad4b6c4d4245d4baf7a2707581eadc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7694642ae77a4996a55e4095c1ce5181", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1749ef83e644441e860cfe79f4452353", "region_id": "RegionOne"}], "type": "rating", "id": "4e7974b174f64630bb307b935d9caa8c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d45a153da8784a5ebd9c7814c8a1d952", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4f7a6245c2a443a1af07308d8d72a341", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "93399a828a9f4aae9785c200b8ea5ca7", "region_id": "RegionOne"}], "type": "operator-policy", "id": "cae82b0f597a43df955e34ef45457985", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8aa8dcf5cb064b39942b2fa34d184870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8c9ba04aa67c49c6b9ee4c7095f99e0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "add764bbd2e24e4cb58d8cce41441d6f", "region_id": "RegionOne"}], "type": "policy", "id": "3d9289ae5f6c43a29caf92972d5de6b8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0c4ccbcd6f464bfe8e6e60e66ed69539", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2e32c938679348f1856e09cd5d74516c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6245f1c1b03444c5844b02f906487b9c", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8c4f6604dacb48ca8e4257c55c43b747", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dd273e01659340b4a5327f5e66c12370", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "36d18f5ffb18464e8fc6b1ff3017695c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6642216f93784d238d2bed12435e1179", "region_id": "RegionOne"}], "type": "sharev2", "id": "56dd1fa9cf9c49a5ace33dd6fdbff0b0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fdc3073380834099978f479d07af126c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "62f2622851b74ed088afd37bff340b17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6ab3802e5c404c5ca6a16838ed826ca6", "region_id": "RegionOne"}], "type": "share", "id": "119224b9541b43abbbb64a2de8dc2344", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5f1d60e807d4429bad7702a0bdd6d103", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b5e09af411bc4f06b2c9741bf866e042", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "bd67beefcfb149a589b5274f178764a3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "62bcfff10ecd439d816ce8ff36e3e13f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87afcd89d2bc46f886042973de198eca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d63390070ace4d7e9486787e0dba41ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbf9a4de86d243519cc4dfe957611fd6", "region_id": "RegionOne"}], "type": "orchestration", "id": "06f2bb4538f34c538a8685a2cca3ba54", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f71cd62b87b432cb9a7b65260b32f6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ae8617aea134737aca0a44e9126ac9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d2c47b887fb46d3a7a6c9c0d86def75", "region_id": "RegionOne"}], "type": "block-storage", "id": "e79898d94a744718bfa87e8b4f600647", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65cc905ed3914e20aeeedffad4ec6f1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0c0974f82c349d899355b639b75e981", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "467529c119ad4eca9e3d669c95866369", "region_id": "RegionOne"}], "type": "volumev3", "id": "c6fa3d4fddc949139cfad07135858542", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fdcabe28bcc54e35aad038da8e03184c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "054bad0f3e3c4dbf9a94600fd7944941", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2fbc542d3a54b509d0362776eb6521e", "region_id": "RegionOne"}], "type": "volumev2", "id": "abb12ffb786e4d19a8de756582972480", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b48185db6a4a4695b553991e5d21a638", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98e9fa78514e4593a8830a15f97fbc6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "78b7f92d46fc4c9e82bf10321266556f", "region_id": "RegionOne"}], "type": "volume", "id": "2f9b4c8ac37240eb9d6903820a3ede4b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af4ab69ce53c4eedbec61435112bc5e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ffb8733d8561400ead46c3bf8aa2d68c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "586dd0074f214b1c81a8bb45e9ccae4f", "region_id": "RegionOne"}], "type": "block-store", "id": "dc6967c5426f426d8b76c5ef76c114fd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "563f2e345eb24d6d9902968e083b375f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9ac68f7568294b07b5e4d5fc4ebdcedc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "430d2b4ec1c6405b8a1a893b3908ab4f", "region_id": "RegionOne"}], "type": "alarm", "id": "570349a6d4064ce9ad6e0cfdc25a12e7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "110e0fabc0454aa3a70ad667109639a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "62836daa9fdc41d5a7d316da584ca631", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d82ef13f238d4c4096e44358b88ccede", "region_id": "RegionOne"}], "type": "alarming", "id": "e9cf0e2472f44a8fa681e8c7a0430021", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b99c8b75a1664745a75def8d184d781e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "643248f3f7044346ac0ec8f7542bb717", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f7d516310c944c479841dd1c46f626dd", "region_id": "RegionOne"}], "type": "meter", "id": "d872bd1352114b8e99e512350905015e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "87170aafde954d579c292c3164f41b59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1fc5417fdbc041f98a13b2cbaef8888a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "34427fdfac9a4adf875f518c68bbce72", "region_id": "RegionOne"}], "type": "metering", "id": "0c9eb0d144bd431ebfe149e13a2989a4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d5cc9e5a4d7b465f9af31fa998db1915", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f8e3ccefed4f428fb4ef6914ddf2d845", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4023827cabbe4838a53ab14a4699806a", "region_id": "RegionOne"}], "type": "telemetry", "id": "13f6f7d627354607a68ae519b057e1db", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ad5c9933560a4e068d6edf7736941228", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "824d623ae4d04975a726bcad6b5c028b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0f4e6cb94f0d46f8b7032c4d9ea48f5e", "region_id": "RegionOne"}], "type": "event", "id": "e72985eab2864524b1a08858d1c8d4b5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2bd8a154172844598de82a766e64ab04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "09f4b7c9a1c14f24bb3726d8d889f684", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "90df6ec5b9664c0b91989be6efc9d8ee", "region_id": "RegionOne"}], "type": "events", "id": "95ef1f4d6e25431e8a7c00410a4fc73f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1c2bef3850aa46f6b766b4bae86c0d46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2a53b35c796147809509f807d9929f8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9e70b07e65334512b4c20d6c6dc2002e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "9e4dd65ebaaf4ed48e71526701a4d2be", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "516b5add065e4bc3a96e94a54dcc613a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "eb040e3c4f9b44478080b1f2ebe38568", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "54371606f55e448691c0a773db08a227", "region_id": "RegionOne"}], "type": "application_deployment", "id": "62096eaae99f474e9d9cce3079ca3f5b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b9920d3f7ac44f1a8db425b9245a236d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fe13cc236dc64dd289d27ebab56ffdb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1944ef5c6389444582a853334dde8bb3", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2dab341c52cd4482847b5293fdae258e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "11491c91580a413db1856d33d5d2c07d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b72e52625b854efdb3904031db84c271", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "69afe723297f4f7ca0d9b68f724f13dd", "region_id": "RegionOne"}], "type": "tricircle", "id": "410b84f490484e1085fbb4236851c411", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "50dcd748a31d4976b16c6739bad754d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "fe7cd0b5fab044f79f4b1aeb62d2363e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2e3ba3b4456e482faf0044b66b982c35", "region_id": "RegionOne"}], "type": "database", "id": "395923b886de41f0ac3682e4e6b95e1b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a65ec99338664b39a268127048a16394", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "475416f473d248ccb4325cd0f6345e3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "66bae1d9414547448fd5a8f8606d4a2a", "region_id": "RegionOne"}], "type": "application-container", "id": "ed632242ffea42238dffe32acbfd8a19", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bb77de3200bc42279ae7b7ac40915f2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "035b783ebfcf4fbc986e5572e4eb6a96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e76667a4303345b2bfacc3a4e037ce6e", "region_id": "RegionOne"}], "type": "container", "id": "f8371c43308c4bd1ad20090375ec5c23", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4c5e2e5c9a6b49788ddc288f09a6bd89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fbee89ff82af4638942e5fc3084cb25b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "34061540082a49b4bed60d4d597af581", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b1df9455ad80478ab97e32e5479aa526", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "77c7768b1349479081787d083d012f6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "55bb0992bff44262a27c37d64252454e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8400f22031954119a210c1d6c22d22b0", "region_id": "RegionOne"}], "type": "rca", "id": "6943b00dc1bd4d2c8b30f31a92d925ab", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "074d35b9e61d494baeb4cc3a5966b009", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1b8eb5de981f480587efb835476effd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "858446ac54574224ad97250dec041dc0", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "94dadcb9aba64ec09e9f02262afaf0b9", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a42f99eb898e417a92446beb50550b7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "67ff71d8663d48bea5296fbdab980a06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0b14d6e8a11346fb9611707f68ff2e8c", "region_id": "RegionOne"}], "type": "network", "id": "04e3916b8cd84129b94b4d3ab029d5e3", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1eb1212a2ff74840b01aad99c16decf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "5b1c8b25471f4826a466969f46a7369c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "bcd891b83fc640ef877798b4b9105815", "region_id": "RegionOne"}], "type": "backup", "id": "89ee1a2f54d743a3933fe4472d674be4", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e08f0be381034117b8eedf69a79c7228", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ad608991bbab443286664d97dd3c4869", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a0e0def4ead648ba9a1cf0b452ad5c0f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "95a19eb7ec1b4b87bca94da56b5910b9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1b35dc67991c4be18b06e2e7578e7c4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e089a618ebd848a9b52c87839c2741b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c3daffb29b4f4ad187d49d58b0655f9b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8ad6d8776c2f43e5bbfe3b9f7e49dad4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c5ea846708044d9b9a8326a3c93d6021", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b79df92ca40b47ab83e3c56f9f305f30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2c361d3f2acd467c8bf2afeecf977cfd", "region_id": "RegionOne"}], "type": "monitoring", "id": "04670b3469134d60aebf3ca4d4ff93be", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7270d3a011cf4b088a5b7d96d4a43b54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f2c9f8ce7b1547c4bf5c73023b079f92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "982c4c908a7142b6bba548b1d9092e11", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4df26b8ab2eb4f01ab8214ee8ad2a373", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3fb0833f5052484eba687178d841d1d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "34bab9dce9324b3590d5bf2bc31e4962", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "719f283bc1a7484191de023997b58ac1", "region_id": "RegionOne"}], "type": "placement", "id": "f329cd8ac29b42b99d02f17f18a6c869", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1737b5a2a20a41fc8312369a15745b2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d093137bbd5544a5890a43123f3f61b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "675b15576d7e4bfba658df624c18cd14", "region_id": "RegionOne"}], "type": "instance-ha", "id": "0fd4a6dcd94242129323f8a77212d86f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "42ef44651cf940b0be2e2c64b100e591", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "17cd056ba25f4d12aeea7e4b79da72e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a2ba39e60fdf415cb502b853cdcb196d", "region_id": "RegionOne"}], "type": "ha", "id": "91f6728b8db9453380b310167c597d6d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "90227214d69948a9a0184e02d74f4a3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "657227857c3d444a99b34fc1f06c8d68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "9abc2df8190549269e1d0eb5234fc54c", "region_id": "RegionOne"}], "type": "reservation", "id": "bd6612ddbd8449b6aa20edfaf6875b0b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9db90ba1e8e54a7c8b86331ae5fd829b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "eed1b3cded9b4ef3a6e291ffd9d0f081", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "9038a01fd19b4076904a43457a43b2e8", "region_id": "RegionOne"}], "type": "function-engine", "id": "a577a4081b5d43b6aad1cec10e79a400", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1705a69b28a64d0ba6f8fc9f1fb6a643", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fea69bf53f824152bdd39a4bd0d2d6eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c42836913bc347509d1355f99c658a58", "region_id": "RegionOne"}], "type": "accelerator", "id": "b683985ea5f4434cbcfa9ff694e6456e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2cebd8fcc647469086faf40d15a72b16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fc52e6a190c2437c9b7279bb91d19efa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d74775210ea34994911bf24c1a2306ba", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f7ec7ede10d74e52a91f0f1dfe491d15", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2c48478662f649dba33424c129b1a274", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "41230675daa14ff28230c7c45e1d6a60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0091c6339c4c45de8b9866320c014594", "region_id": "RegionOne"}], "type": "registration", "id": "3b33ab72b635456380cb86fc1d36a9b9", "name": "adjutant"}], "user": {"domain": {"id": "c8f36df93f3f413caa9c87ae30f15d0c", "name": "403f1072de554f9d87b9cdf6b4e263c9"}, "id": "3b10ca867e1f4798929ccfa022e03bf8", "name": "72f47ad9d1784e9bbd7423928a83ba77"}, "audit_ids": ["10e200748b474787b47a10198d9e9d80", null], "issued_at": "2019-09-19T09:04:41.576150"}} 2019-09-19 09:06:41,763 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,768 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,770 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:41,812 keystoneauth.session REQ: curl -g -i -X POST https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/066821c1-0c7f-43e9-889c-667f12a68d82/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"os-volume_upload_image": {"container_format": "bare", "force": false, "image_name": "fake_image", "disk_format": "qcow2"}}' 2019-09-19 09:06:41,817 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,819 keystoneauth.session RESP BODY: {"os-volume_upload_image": {"image_id": "7b051973-77de-4415-b1a2-f20af378e55a"}} 2019-09-19 09:06:41,846 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,851 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:41,853 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:41,935 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,939 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,941 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/7b051973-77de-4415-b1a2-f20af378e55a/file", "id": "7b051973-77de-4415-b1a2-f20af378e55a", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/7b051973-77de-4415-b1a2-f20af378e55a", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}]} {5} openstack.tests.unit.cloud.test_project.TestProject.test_delete_project_v2 [0.198511s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,860 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,864 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,866 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,869 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2019-09-19 09:06:41,949 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}6bf3fc0707c463a112db76ae640dd352d24444646ffa606acf61a1a13bd8dca1" 2019-09-19 09:06:41,955 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,957 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "c5259e4724a24730beb601619e15b7e6", "name": "projectName-2"}]} 2019-09-19 09:06:41,983 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v2.0/tenants/c5259e4724a24730beb601619e15b7e6 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}6bf3fc0707c463a112db76ae640dd352d24444646ffa606acf61a1a13bd8dca1" 2019-09-19 09:06:41,987 keystoneauth.session RESP: [204] content-type: application/json {26} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_update_firewall_policy_no_rules [0.244793s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,641 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,646 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,648 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,652 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,665 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.580035+00:00", "project": {"domain": {"id": "7f55cbeb1bb64ba886872f75c9169a9d", "name": "79d674547ee84442987e90d3582139b3"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ca0c476bf35c47abbd780c95890f09d7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "160cb3559c5a4dbcb92ad00f15922142", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0026a5fc17ab46b0bf788a57607dc4cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1614bba591c944deb49a3a47afbc844b", "region_id": "RegionOne"}], "type": "identity", "id": "3c7a031935cf43af92dbc69af7927f7f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8c265f92d27249fbb4db64f801dd55a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e529f0bfddc94ab6a601ea8ca6ec2ef6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ce903c59675d468d9aeec3808fb48c16", "region_id": "RegionOne"}], "type": "compute", "id": "59db78fa7d0c4807888c4ef54536b636", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "eb89f696d25342a48a01bf4bea9c0971", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b8e59769e77b453abcfc738532b3914c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "23e14854ef574670819dd7e26032b364", "region_id": "RegionOne"}], "type": "image", "id": "a57e058f356744d28c585c1a74b98ac3", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d242bcacb56842559194d9449b3a9f31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "dd609d687bbc4d67af7a09ec2fbbd81c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b367e27098464851aa7f749050aef998", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b3b69d9613684406b66f2cd3f3c8eb94", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a994aed260b4dd5b91a3f76a1aefe6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "004176c08dca4b87898338e617ac191e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2070399514e4075b1b1a44f8cd2b19b", "region_id": "RegionOne"}], "type": "object-store", "id": "47636928c05e4c2b8e33240a3e575702", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "90e23a920fe040bc800304e1593fddf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "132da272e8584711ac40505d07ce7fb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9be85ec0b29e4954899f7dccd8e88f91", "region_id": "RegionOne"}], "type": "clustering", "id": "c7a4182ee57a43f4b2d0b93aed4fd675", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1c75eb8ba38c45a98a2b3eb84c47a41d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "88f97421fd79416a8e8ba01677a29f53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4b8174f29e8b4a6182b633061502533a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7e471dc3adf64704a11a582c0fe3fbc7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "82c0f4dcfcef4ace9767aaa5b01150dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cfa21650152243d19ceb97c2b3410453", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8d44c1b1a34745f99c226bf52f7a45ce", "region_id": "RegionOne"}], "type": "cluster", "id": "89a4f35d6fd04055aadbe017a083b0ba", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "acd67a7fe41644d3bd22c6b253957c91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "983484b3041b48c08e8fea1259390cf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ca048a8423d54268878317f470ddbd2d", "region_id": "RegionOne"}], "type": "data-processing", "id": "621b9aaca78b4e1da40b91f94ad71db7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c65c4693c285457596d8f1f84b497072", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f4c2a135822a4d349816dfdfb3298ed2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e936a56b6b564592a27bed969377158f", "region_id": "RegionOne"}], "type": "baremetal", "id": "4e1b7e73a7b14b28ab0277033c2cb0e1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "029dcdf415554418bcb7cb5e92a11c5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b30056b0f3854260ba08b133cedb1d77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d34c47e0250a44a096ec5292f2551b52", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f410c06830974ce7b1e9b966c8532e1f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bb3b95dec50940cc9a0cadc619c2ee81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f8c874f3bae34d39b14a54451f6c34f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "05ba4b5b2d0c4a6bb5f79d3e8f5f8b5c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d24ca765a36d493db0545df2cd9b6298", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "76b37c323011488690f48efe3c1768f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "41919a07f22b4a279ab7ef52fc2004b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f0ee9026868d4eb09fcdd20da41ac16c", "region_id": "RegionOne"}], "type": "key-manager", "id": "6224973437304849845b7e699cb0dd9a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1fd87073de65478b9df30d2f1caa1325", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "97fd483cd2aa42b990124e4ce0e28a19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "448360700ec74e90a34ef5df675a1048", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e1fcba31cc4848a29c4080b2f3033b7c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cadf3e68b28a4b76a5e7bbd3acc4b25e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e5983fd860804716899b7971030c1246", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d8c050ed206c495ea29d2a567c31d5e1", "region_id": "RegionOne"}], "type": "infra-optim", "id": "cb5896a09f6f40b1af226cfe1c65cc1b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "39d8672f215d4b988a064706336f697c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a7add8ecc9f24696a1ccc4b07234b01d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e26cf8a87e694d67a9d4036e35655bb4", "region_id": "RegionOne"}], "type": "message", "id": "1ded3bfdafd54ec2bf66958b564dddfa", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "04cc69a3950a4dd0bbdd36835c7a111c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ca040365789f45b897e4af527774b1e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f89c1edecee8441c80274fda259e9936", "region_id": "RegionOne"}], "type": "messaging", "id": "37b55e7e121444d694b0ce3fa211d98c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "21ac8877945946e99cb546adb6bb2b8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0dd1f01487304aa3a518d35399c577ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "96219da6f2e040388ff9b48b7db96b8b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a81795e2c895461ca616efeaf520c1d9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4e7aa6e5d54546068c9e7804ae04850c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1e626cb371664dea867880c8ef143a52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f1e3693d02348168b38ea765b19176b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "287cda5d2a884aadbe37065e94992d80", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f1d7861bab114e548dd0b9d68ef29b79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "81251b2b561f4bb195a9a5fc51bdabfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f7144d8352c1484190aa737f8780c33f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f849bb626db14637bae97a05cf5267aa", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eaf525c83b954abfad5109541d561048", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "227f94a7778346048444718f0e5585b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "950e51c3a13f4a1989d6ed2c4719aec5", "region_id": "RegionOne"}], "type": "container-infra", "id": "c51bfdeb72ba4de8b0d42f8d76900d45", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "480cd1b19951486b912560f256f463e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9dd3513cbed34202b1b3f1b3f38a754a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "8fc0f8537dfd4a318f0ed9fba6241a94", "region_id": "RegionOne"}], "type": "search", "id": "7332494b9a3e43e4ace189098b66aa80", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "713458e5ef764a019b07d8fdffb1bf8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0f2945535b7e4986afbea4c1dcef1a5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f8c27b82d0fc41969f7b8affb1655204", "region_id": "RegionOne"}], "type": "dns", "id": "deabec58cce041bd965e6bd209826d7a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f85d2e223d0949f288da00f4541dc59c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4ec70a91b78e4d9f9f8f2ba43bac8df8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "098dc33977294e54aed35b60b51690a1", "region_id": "RegionOne"}], "type": "workflow", "id": "2cbeec9e48ea49c3af9e3e21e52de6b2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7e18d8dc7a0d419db1781f65cb276512", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0210764f1d6d48e48a59a51e4b5de456", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "29a2fb64b4fb4461ab646daf931d9f6b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d5c4da8a9476434e9023997a44319277", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "eace9cde004f44bd9b7b694366b31ac9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "63181183d6b7472aa2880f3f3680c4c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "109e3b0adea3477099227acad9ab6756", "region_id": "RegionOne"}], "type": "rating", "id": "8ae69f2547484a8ea4becf3366730a97", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "41788d7fde22457698d2cba017aeed4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6422b2055ac04afd908078e62847b058", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "322dde6cce394a398c154534e88ed215", "region_id": "RegionOne"}], "type": "operator-policy", "id": "064c2425d1334d979868c1e913e1cc99", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f9a7556135964576b293f95327e38001", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "039b50305f7d45269af01507ca2dc9ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "98489e6a6d4e465a8775034815f8860c", "region_id": "RegionOne"}], "type": "policy", "id": "b4a9d8e21ff94aa480c8f30220ebaa96", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "481c53a296c94ecf9be5348704addef6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "69b02445dbd642268e184cdfa9424dcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b4779bef9f324c8bb502b3426af500a7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "546355bf01d74a7bae8f6a3e60a88700", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d4977146396d4bbebd724a2a0eb509d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "54978c26620540d0809a5aa37f85b264", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5b667c603c564d47aee3932d807d3c79", "region_id": "RegionOne"}], "type": "sharev2", "id": "94e567c14a524b2e8df0453dc682674d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "93c779ced9184bf29dca4c7f80332cfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e63bae8f22e14787bdcd0fcf59f04a85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ed8f20f360434cc888ba370dc7a016dc", "region_id": "RegionOne"}], "type": "share", "id": "e02d3899776043858109aa3b9844ac88", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5de877f3abfd4a0f85ae23eea60494ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "71f479fe92b14684af48f11a31e29285", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "dc53441c559c4c4f8ae0bb8977c92d08", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "78bb621dfac549aab6441b50242d655d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "003804ccfc3c4fa2b4bb0aff018a2fce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36fd68ea2a414d3e84d5e182a6dc8605", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b6c15f4f64a4f4f9bdc9854cc196af4", "region_id": "RegionOne"}], "type": "orchestration", "id": "9c312261a90a4d33a2a0aa8a344ba37d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b2d56bb46b8470098c018872f8be847", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8de53c3a77c478eaf3b1d3e2f1ff805", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1896ca1b625d4079ba924dd55d5883ff", "region_id": "RegionOne"}], "type": "block-storage", "id": "798034e0f9784b179a13540b4a74d4e8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5795ebfa25c840058a9d8087df5808eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0feb87e29a9f4595b012e4b1a8894d26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18aeb8f33cd845698e23944de6ba1393", "region_id": "RegionOne"}], "type": "volumev3", "id": "74198e1c9e53471d903781aab752fd08", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60d32991eda04df78c331e06880fb5ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a59d158ad14f42d3b165b5888cea558e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aceaad6f48f94a5ca0bf3f720368649a", "region_id": "RegionOne"}], "type": "volumev2", "id": "127556b28d904f3c910691e0bd927019", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9b6f235c35b404a871a6fa55dea234a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dfccefbf0d794b22b6cfd7b86329a0b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20d1aadcb6c14ae0b8e4f6db95d30139", "region_id": "RegionOne"}], "type": "volume", "id": "057714133f9748fe8bd3674c62628d1a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "876bc52166d0439982bb188ee2af6af4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "213041a22a754c1e94bca5b1728f49bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fdcaef51a1c4f6eb77938391614f336", "region_id": "RegionOne"}], "type": "block-store", "id": "9951d28593c04e99b9409cacae542e20", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f0baaff17ff5413d902ad6b676673308", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "494a68a7a8714299a8100c482d58282a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9d33ca61b7c744e1bcf5c615f12d343c", "region_id": "RegionOne"}], "type": "alarm", "id": "a05d8fb32fb64c75ab6e17d53bce709d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c3001d5adb6e4d0eab55d6e1bfe6b2b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3dcd54c6b3ff4b9ea2d9281638f872cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ca9f95052ac4441b81e23828e2e37ea3", "region_id": "RegionOne"}], "type": "alarming", "id": "5d888c7f6dd64eb0ba6720d9f65a563d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a262d67cc51b45e6bae371e8d770d3c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "34ef71daae5347bf925631045e7249de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "31ca68aa6adb4988a3e409631df7de9d", "region_id": "RegionOne"}], "type": "meter", "id": "c31c0f78d3fc4c33a33efc652aa58955", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0bf5f3416938468fb1628750df926447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3ab211e53b9d46cea49b6248a5750a2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e8c12f3e2045414c996615254882fd8c", "region_id": "RegionOne"}], "type": "metering", "id": "0b9223a202b94ccc861d919db5835ae9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b9fa6586e95b410c83f1248ddfac92c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a4345d52d8fc43d5a04c51ee9453da23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fb754ff36d0d48b28d1840cfab918377", "region_id": "RegionOne"}], "type": "telemetry", "id": "8a8a435bede14cfb86217bd9d795df07", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "34bd6cd452a64cf09abf65df673f54ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5308e06721604f99824e43b093bd6481", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "22557e837e7f492eafc54f16e1f91b1f", "region_id": "RegionOne"}], "type": "event", "id": "104aa92446f9432bbdae009e1450cb8c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f49eb3cdff1e4e8c9096fc6a9b5dbcfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7dc21aadbbf34938bfe12a848522e653", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fb31df28e04a4114922677e26edd208e", "region_id": "RegionOne"}], "type": "events", "id": "5b723de69b6143b2ae2a00d9c2dda35a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9d7498c4f8a44dadb7d7733b77fa088e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d3a955b1af734394876d25de1ad14807", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f8cd65dff301483aa715f57614679966", "region_id": "RegionOne"}], "type": "application-deployment", "id": "7c8b49eeeabe45c9a709d1deb769d05d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "aef59df7097847329af6715f55dd2c02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e8c79af094e04ee4a4ccaa18c8a025a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "02f9c64fef5b49b79c51512e270afcb1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9cbf3ed20ae949d6a371aeb033c49d80", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ee480bfd91af412cbd45c2744154ec96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3a40e14702414bdca8ee4d2c0f4eeb15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "84652cdb2aef4725b9e272f00fff5cf7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "34d05ac0a10a4b7aa4708c6e0d00653b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5b68afbf867c4ffe85befd69bc681ad9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d5e8a4e56c824c3284428da44164633a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "38e04d6db84d42a4840f195199b4ab65", "region_id": "RegionOne"}], "type": "tricircle", "id": "80f71778db7e4956bc4b09aae947e9ed", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1b91186427934724b2ec35e038e371c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "03fa72d8401341f083a1afa90a986515", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "18629a5b125642f9b20c2d94ef2b1720", "region_id": "RegionOne"}], "type": "database", "id": "07d684488c154a9c903f767949d79ed9", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b79153a94ce544dd8a15ec5ec3cd239f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3e8ec1e095694e0aa4275910499bb211", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6e3ed9f87c6343b99b6a7262856abd96", "region_id": "RegionOne"}], "type": "application-container", "id": "1a4e1b2db88241c395bf9233f2dcf2fd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "03e59dd4475f4ca38eb2ed1d48817a42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ae22e30eecf741ce8b0e81904b9ef7cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a2e5b03fe875436a95fda65d35cdf4ce", "region_id": "RegionOne"}], "type": "container", "id": "1d14a74d86554c3295b8f6ff4eb2b438", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "805cf68ff73e4df0bb4918dbe1ceaf3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "18e33d1f5dfb4d238a981ebcb182c77c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cbc8343927ad4ceabc05ebf0a45b7af7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9437ab17013d41ffa884b74642d896fb", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3caddc0e06bd4523830c13f6f3c9c7ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "217f662d2ed3495386c417e31e647d8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "893c34a9b8b64e7fb56b6cc32610f8ae", "region_id": "RegionOne"}], "type": "rca", "id": "0f5bcc093a844f88a56ddee90babb7ad", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d1fcfd6f9b6b478d82c1fd8d6b4d9fb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "756174d0ae9b4384a6eed71c687c31b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b3ece7225cef4278b9d41151a5dd47a7", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f9ce9a5d5f874e2fa3ce109aabe384fc", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0e7d96d8e48b444da2a3e22ed51e662b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "8a4d045056c34a078fb18754688b533d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "85bdf5ca3b194fc095ef8948cc650302", "region_id": "RegionOne"}], "type": "network", "id": "d1d7288c4a91461e927f2bbf6b174633", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3961ad2c7bb541189bee025d611838ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a0504b39ca4d4ca896743a59afca758a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7f699d27d13241179034ae64b718890d", "region_id": "RegionOne"}], "type": "backup", "id": "308535565112469397c8928637e05939", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7b7532c0317c44d28a8070ef4b63bb29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0d9dc022822d424dbfb3e0721431d94e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2db22fd9b3964594baecc356c50eb1cf", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "22152ee514ca4dae9cb367a53c5eaf89", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f634c4d9c3404cc18aa099a3144d91cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "58bd92b29aee4b04b03416ca7b8e169b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2435e649b7094787882d1e1d08436e8d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "cc258b02434a4facacb0c5078b2688c3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "95e343d3c9a64244a7fb858b69a6e3ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "594be450abe44661aae20da787f70755", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "cacb2f6ca3cb491180e3076f99154c30", "region_id": "RegionOne"}], "type": "monitoring", "id": "f48ce648e2244e4dace4c263382ecb15", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d2c8909f264d47d9a8a3fccc88edfaa7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f1d5d67b5eae48719b9aedee554feaef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e63e942b270d42a594de4dcec680bb07", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "07013dbe14434beaa6508f109e631dc3", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "baf1728629bb44d2b0d8dc1fcb6819f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "69c08d2467fb4c77af1219e6835eb2f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "43641ad0b20849b99c205f977c57e2a6", "region_id": "RegionOne"}], "type": "placement", "id": "fc753c5a6b164135b7dbf8c5f2473713", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c5459862dd83436d85525f8711637d13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fe8550ade6214f2583a350a2a9d97198", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f28fc42ed6ef4dbc9d88cd4eeda18488", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a35560e8b03040808261f6aa2ed36b45", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "222a61ef98bc4a0c93cd0d35f2f965bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b585aaa0619645f98cafadaff1347271", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4d5a0283f4cc4c0aa809dccd4fd0f9e0", "region_id": "RegionOne"}], "type": "ha", "id": "72b472e2cb144e9a8cda900c5306c0b1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "86dc25eaeb77486bbfbce2efa36f1dcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2aea68998a53458d8cff1f05a235239d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bf8f1dc26fbb44728fa8218144ca86b7", "region_id": "RegionOne"}], "type": "reservation", "id": "6514763c3ed74aba8ab7fca38b1a7e3c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5b13450cda654faeaf6f87d916beb1aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "afa187028d78479990ff51ac869a9e39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "ab883d04883e419885f237cd81274a44", "region_id": "RegionOne"}], "type": "function-engine", "id": "d93352369aab4ca78888ce98d09b7a31", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7b7369f9fee74b528fd3208a4298a772", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8f5078c4f411477380ae171f877eec27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "db0098992f714c009935ad644ff1a635", "region_id": "RegionOne"}], "type": "accelerator", "id": "5a4ca7ed1688423b89f8cbf95c1cb7ca", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f96f6b97b91c4f7998176f3ef577a873", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a2e6e8edc3df42f1bceebfeb5610ed1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b98fb8ca589d4730afcb5c41d0718dde", "region_id": "RegionOne"}], "type": "admin-logic", "id": "eff3d0278b0d49ed94ba0da84b84ee0f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "04a0fa5a773a43ad8015483055752179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ae5d0943e70b4586b03838ab6112f000", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f3076fc8476c4b8b899594aad2f8ae15", "region_id": "RegionOne"}], "type": "registration", "id": "e0da19ced3524e769963f9fd430b2027", "name": "adjutant"}], "user": {"domain": {"id": "7369b3d306a14769a74261ee95b412b0", "name": "6f99cc013b3e44e7a9937107e8a9c585"}, "id": "0c545d72b5ee4c369a8072ccdec116d3", "name": "48eabdc63b044721a25cada48050e5d5"}, "audit_ids": ["c9b00bcc01234c33ab3fc3a7c19c19cd", null], "issued_at": "2019-09-19T09:04:41.580035"}} 2019-09-19 09:06:41,787 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/block_popular_services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,792 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:41,795 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=block_popular_services" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,799 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,801 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "block_popular_services", "firewall_rules": ["deny_ssh"], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"}]} 2019-09-19 09:06:41,809 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/fwaas/firewall_policies/78d05d20-d406-41ec-819d-06b65c2684e4 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_policy": {"description": "updated!"}}' 2019-09-19 09:06:41,814 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,816 keystoneauth.session RESP BODY: {"firewall_policy": {"name": "block_popular_services", "firewall_rules": ["deny_ssh"], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "updated!"}} {22} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_private_ip_no_fip [0.450903s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,509 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,514 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,516 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,519 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,531 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.443838+00:00", "project": {"domain": {"id": "ec037f2d82e84cab9bc0887d133b53be", "name": "a86ae2b39868498b9e44385c456460a4"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "fa4620854aec47789108456aa026f09c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4f6211870c404a3d810c14eabe9f5435", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ad9a7c6335044ac4b601c24f1e5d2c7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "784d467b18de4f3abf0e71f6e6893b6c", "region_id": "RegionOne"}], "type": "identity", "id": "f4b32a7044434e1dadeb022fb3456675", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ddfc27ad6e564619ba698ca7be855285", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "97a86ee269d249c49479544b8f490433", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9ecc38e6d5544593812e24c6696179fb", "region_id": "RegionOne"}], "type": "compute", "id": "fa8909b3835c4f20bf9885657170961f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "cfc8e573199b48afb765efe489fb7908", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "79c95882e0324399b996b7ab18f9bc22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "5efc22ab991d4f40bf236945913cd500", "region_id": "RegionOne"}], "type": "image", "id": "d067fc9fef574366a9ac2a3f878664cf", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1a895bd8aad54ba4aa48f0c1f50f8baf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ab9fac5b6f304bbfbbae4b829f463719", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e449ead50b4045a581e3cf6b7e4415d7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f1ced8528d7f4bea9f871aec7a1bc835", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7bb1e925d2484b869494e3b003e7fd66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68f07105eeab4adba18541cce4f5078f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "936568e37ffa429da41277a21a7a24a0", "region_id": "RegionOne"}], "type": "object-store", "id": "46e62cdb3ab4479b9825ea3dd7b6cb0d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "321ac3bf33774edc81163f0a00ffb91e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2d30ad2a84ab44e596078a59df9d2a7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a62268c197b84beeb149424fa11202a1", "region_id": "RegionOne"}], "type": "clustering", "id": "b58c97670f124b3385658a23205b2cc4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "506f458e7df54d0bbe1dc5398995f4d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "72465159a52a45a59453fe053240f25e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d7aaccfc2a3047cfac9ee38549f827c5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "15f3d4f1b5e24f79935254e8e1de03d4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f5c67f92649740dda5a90d0c2e9d14ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f0cc97867196423aa31f57325a3a2fab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fa4550198e404e358450639316437970", "region_id": "RegionOne"}], "type": "cluster", "id": "efb11fdbad90495eab90b95bb516dbaa", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c10049a839f947c2b6a8d4101e4e765b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a67b9d3c288e461ba3b067464460f06c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7199d31652a4415eabae1b7343ef59d0", "region_id": "RegionOne"}], "type": "data-processing", "id": "43077e01da094a4a8506782fb8f4ac1d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a4906a9432ce4c519f510c8f424ae89a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "febd42370292471aa0e5fce86538c2f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f942e25e81e3460ca9242fa551d4e9f7", "region_id": "RegionOne"}], "type": "baremetal", "id": "cadc0888178048e09f77792e3f7627c2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fcd76baa0a3349168b453ef896a39967", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "db0fe5eabc954bde9bdfae54589e0e39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5886d251b2164356bda7b26bb0ffbdb6", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ccce64f3e74748949a5a4060c136ba0d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3a742707945a4cfb8c9c785fdcffa47e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ea65cf0982a2417eb80268dab2bd4107", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "faeaea6918554889bcea49326bb6a0b8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "fb9442e0f4e64808a3a67bc5a84e2e8d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a142fa0c8e534c2a9b9e42572cd6cb9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6d63cde078674aef8c9a52c54e280aa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7c2b4f6921fd4ea7b2abb1e66c643818", "region_id": "RegionOne"}], "type": "key-manager", "id": "03b7b472ddc04b558374c42222bfabc4", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7051a3d8c9474de087062984cafd5a3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "af32f428854040788ae826e14af2c330", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cbb95167266943d18cc5ae7e04f32fff", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "985e7e7af60c446782eea27c4d215a0c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bb751e9e2cbf4beeb962d1060b5f6fdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9d5dde6c99fe4894a273d4454f5de57a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1c3c57c18f9942a4b98613118fbec5c3", "region_id": "RegionOne"}], "type": "infra-optim", "id": "51e07e94355844f895992d7f47899d29", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "95277266d4f949dba4f09e21d790fe16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "79ea094bf6e5456091b3dfc373520242", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "55c344cf8c3946a3b88c4877d0415bcb", "region_id": "RegionOne"}], "type": "message", "id": "0b6c57d047dd4548922f80cbe6d19d61", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2980c4cac9b1432785f8dd557c8ef3f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "01ffdb8bd90a4b1890db07e0e3413c49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "091c37acd2f5485e828b298efc8609f6", "region_id": "RegionOne"}], "type": "messaging", "id": "ccb4210e213940b2a88decadbe49fc76", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "dbf88672ddea4fd98247d0a2c5f4db03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ae4fd886f71b4f2bbb3709f0d086e241", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ca16c9beb8434cd7899c253603cbe2ed", "region_id": "RegionOne"}], "type": "application-catalog", "id": "03ed24d20ff248e881cd6c001d5ac433", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "16b1a6cc06a6440d9ed4da3aff675e8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "efa9a2f441f24713aa6ea98a316798bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c3c399863824965ab39735a16f5eb95", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3d186445e07a400f8aceaccf3bd32490", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a34531d90b39496daa8bc05ec16bb33f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d8225b92baae439c81832a8b2aa47f5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d1ad100ab27f45dabfe02dce481fe751", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6fb637cdfc1f497699645e09fc31cc6f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "86f0be2c97a84095865d18b7cc5b0ae1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "929625eeffb649f8a1d16687c08c288b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c2c5eab7a1a4e89b7a5374378161df5", "region_id": "RegionOne"}], "type": "container-infra", "id": "ce14e57246024e6eb40d7d14ecd0fd1b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "64493ce9b4c444e89300b4ab48969eaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ded786858a0c40edbad8e7b314f03065", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9115e029008940ee9b3d127ba87fb1eb", "region_id": "RegionOne"}], "type": "search", "id": "db75a636357243a1acb1b9aac124ad59", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5274e6e260dd411cba776e77ad56428b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ba49e749f4354fe89ad5c0e1081ad25d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "8ff4579e79294ac8abf2d18d944102e0", "region_id": "RegionOne"}], "type": "dns", "id": "87991c7a27f24fd1a7168ad573492cae", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "383ebcc3aaf8458c9ef6bd16a71f36af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3bacad23e3cd48b3a6cae2b67b5f71ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f9eb124c7b7b496b9bba49962656d785", "region_id": "RegionOne"}], "type": "workflow", "id": "30ae7b64048b4d5c8de444b50b5fecbf", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bb4b5fb77afc4fa58e28cf7df0319640", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d75c796435654f6db5bdc74e040d1321", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f1fdd811cfaa41b8b44028837e63f504", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5ee40a4ae6674e198ef6033745468c95", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b417f50f8d49457da75e31dc4e11ceb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "16fde123d3b6463ba5b25312d92c2a1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "83618001ad6f4e4cadf231a241c5ab42", "region_id": "RegionOne"}], "type": "rating", "id": "c9605e9e77114e15804981dcc2bdaa0b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4d8f348804b44f34890d82bcb3d74149", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "57372d22d15c4d138e5a98b0bca37c42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "68ee20aaf3d3476e9fd6428901b1d352", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4395e15eef6d4e5f936b640a04728ddc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5ed12f05cd684c24a7077f759e0b6ccc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7e04473a90d4413b8101bbfdbc5ae4ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6f71ca84e5574c78be81861c62651e41", "region_id": "RegionOne"}], "type": "policy", "id": "f78830fa32be40f78a939f4ded7583c0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fdbdea466b2240c2a1fe208eb558567a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a8888329607e4c62ab842bf9ef759e22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5dbda28a12734fabaa9cdb0bb89c61fd", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0ba6319d3b6e4fe6805e727cbcbe32c0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "10d64c6fcdb34310a5bd0968377b894e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f43cf0d4968d4f018bcf16678724c71b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "73f2eb6b10ef4c24ac1f7087352fc018", "region_id": "RegionOne"}], "type": "sharev2", "id": "2366a1aba975466f844688a1e2894200", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3f3318b8694249f1865dba282de0e833", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8f3579ebf32443e29e88fafa2a33163c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d69124a012fa4efbb1aa95e13673dc17", "region_id": "RegionOne"}], "type": "share", "id": "1931c79ec7874a569f6dc435fbfc9f7d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f083d37a49254e67b0261321e45f3764", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0dd4085118194bc88a8659a403bad0a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "552d07d3a3c146e78819ca0677ddf9ac", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3bbad95e9bae43558f4d5ec858e9bcb9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d51a14c1c714656b5d3159d415c9463", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "274d0565bf7a4e51a1b30cc94c748840", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1cd636f8b572442f9fec555f8eed31d5", "region_id": "RegionOne"}], "type": "orchestration", "id": "978fd907101544dd82eba97a7a8aa74a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d79ffe380377492581a8004f9392158f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d38d8d45874a45969253dab1b4595d6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4eb8ed805b82427d813739bc83eaa308", "region_id": "RegionOne"}], "type": "block-storage", "id": "eeaecb99fb9e46c4b3c42b7f80150cf5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d42a6d719b0d43d6afbfceccce3f2915", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f278c31a6c6246b8a9ee42fd95c8fa50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7f5ea580501434897aa8f4540df8362", "region_id": "RegionOne"}], "type": "volumev3", "id": "5b0267a1f3264766811780f606301fa9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25585074268e4d62bb54d4fcb44f1e8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "982fd1668a384686b82fcb0b7964493d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4be1cb85efb44d32ae925f1ccb6d7676", "region_id": "RegionOne"}], "type": "volumev2", "id": "67215edd7d794e8e975a855242eb5ae8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e0847a641c54edc82748be90a300b97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5bafcd95097543d1a01c0e04410b1a39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0756ff111c9b423887dc8412022a7b02", "region_id": "RegionOne"}], "type": "volume", "id": "ddbdafe1d1024b26abee18f3c1f4c7c0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76ca343a8cf1427696608dcf850900df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a21607b353dc41e49497de6e366902d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4e3436a4c6848e3a081788eff7cc81e", "region_id": "RegionOne"}], "type": "block-store", "id": "9fe48cc4634e49cab852e12813902ec4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9180406e7a01469e86a3a3a76be1e349", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2fe52d715b444116a20aa6114c7b8414", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "df68bc2ddcce4f5693af24d8ccb40a27", "region_id": "RegionOne"}], "type": "alarm", "id": "f3fd160335c9403c8835de5d82d2a992", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0fa190fc1ba742b48c7286b905301e12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e87510cb60184e5584997a39edb10b03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "16b22f231cb7436f9572ef7cff2735d4", "region_id": "RegionOne"}], "type": "alarming", "id": "3cf6c322c86f4497a51e08498401929c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0b1feb21ab5344b5af7f58a80234bbfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ffcda816b28a489bac3f165b51a17f86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "25eb9f6e555f446480ab376f9f0d91f4", "region_id": "RegionOne"}], "type": "meter", "id": "6cc921283817440da42d5da9a7acd15a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "14ec1b57bcd64a8ab8fd10973f3ff49e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "aea8bab82a614e5c9fb545e848848210", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a50a45f7a2f248158bad81c969804505", "region_id": "RegionOne"}], "type": "metering", "id": "9efa368426554f9387c17f86b2160016", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "be917c2d707945faafb3768bb7425e77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "249c63ea69734730ac40426d2fb53846", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "540c4502cf6a44358960cd41676a20a6", "region_id": "RegionOne"}], "type": "telemetry", "id": "58e2982e370c4162a01ce6f904da18bb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "40bc7773341f4cc089a6f48f5e90603c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1eeb495abf104d15a5ace21b1724daef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ef2355fbb5c548249b0420a5fa5b7cb1", "region_id": "RegionOne"}], "type": "event", "id": "b4f3c2a4d2af4b998f6bf04c239597af", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "61ad786ace2d48749a4ff0e05ced0a9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3a54d803b203461ba8cf18aefced8019", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1588a5eaf87a4c88973284ad000753dc", "region_id": "RegionOne"}], "type": "events", "id": "c0688808b3b6425ab33ece4845583039", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4c8b2eb16e7c40d3980c37145cf2ecb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8be1064a62384fa2adba4080d340cb1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b6cbddf0157348a594b19888c0066350", "region_id": "RegionOne"}], "type": "application-deployment", "id": "05748705803f4bb4a6487a12ff713148", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f27ae7d4924f4b79801c2ef61f9ee6b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8e5d4bf8814e4d1fb64a02ba7f274e35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4503b8b68b3e4fe18fe5f2fa16d6d516", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9292fdf273b542a4aaa1fccd9a8b50f1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "db07b03eebeb4f37a5ca6bed94c9d5d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "400c87b0d48e4b628713f93be41cf2e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8c87e98ace0e44538b3f64ca99e325a4", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8457ebbfe85f4b5d85bb3d14b2f92e81", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "053c63da2ebc401cadf69511390da99b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dd4fd443587446479734faffb045c80d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bd89e939030842af9e9c8becf2444d8e", "region_id": "RegionOne"}], "type": "tricircle", "id": "aa906a727a2d4ce280dab6753b0a411a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "67480a3580ff4d759819ce975f113b80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "4189a7435ed4478e9c079b5c9e9e0d3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "00c0d211eec643ff9fa3edccf54e0fe2", "region_id": "RegionOne"}], "type": "database", "id": "410762eb4a87459e83e0869822db51ea", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "309d5aa9da8143d184ba3faa144612cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5651681b9e234b5db7bee37ce78198b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "12c63d225c19438fa4cf2deff3e6c443", "region_id": "RegionOne"}], "type": "application-container", "id": "cbb0eee74fbd47299246717edc767f78", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "aeb13f416b444d6b8b1606c1358c081a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9c6dcea6b0a54d6bbb427ddf0f483463", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "df18733029e34d19ae36ef4fa9512618", "region_id": "RegionOne"}], "type": "container", "id": "00d96e244f4543f3b1236d0a864276b8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b914ab447fc441aebba665520e33a919", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "965df9c89f1442068e0e36053d1a12f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f343447efaa4428d8ba9c93f2ba921ee", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "0936a054a4514c16aff1a651d43347ed", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "691553e3770e4e8aa296c6b362e9d797", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e682f28cd38d43969e47dc9ba7190266", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ac09395077e542378891bfb6d1155465", "region_id": "RegionOne"}], "type": "rca", "id": "a98b12b891a646bebb74b31f2a638cfb", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "cdc45344d4e94f069193fc10b8b9bbaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "46f9b1bc039b4fc191771f87eadc2af6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f360588c556a4986a71c4f5c0afbb4d9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "de4e01b33761443a8181ea81c2c87f20", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "2df2d5dc3b3e4c6d91d0ba818380b026", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "46d84ebe032c40258b9d2627bf7604f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2925a1b77aa24d8b9179c22b00631edb", "region_id": "RegionOne"}], "type": "network", "id": "f4f70b3486094c678bf563c560785e56", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "69ab753dca30485a8205c09f9335bf19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "977d784bb8e943b0a28b5a7d1fc27efa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e0aa4e62210a43c0a988c0a9a4a980ac", "region_id": "RegionOne"}], "type": "backup", "id": "8e106dabdb70433e8f61fec1aa534f4f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bd5863665175421e884c820843e6375a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b0f0d08bc3e44973b0a1fbc6f5952200", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e270dc62133c454ca63adcae998af011", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1667f9fbc97241889a3767d3f838ed74", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "16f81b114a5f482dbc69445c97566895", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "595edaa2d40a4f3a96dbcf329fb3527d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6ce56d85f68a4b449b006c91ca4aa04e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "444e4b3b41e44b5cba6b50cbf050cdfe", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7ffa934410ae422a80dbc21464d31f06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a2a283a19cd346f6a30b56c17e3d4648", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "48793e756e8145d8af82d1adeafa0a34", "region_id": "RegionOne"}], "type": "monitoring", "id": "c28c079a352a4160a039428b56ba1cff", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3d62644020114935a274936da107a0b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "67ebaf1e5d224ec29825f5effe5bae3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5c47aed8e8f447dc822ef086f2d1cce9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f5a1464aae034caf96d06c86c689c58d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "26cb6f712d764c50a50133b0c1358436", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ff1271a51e2748ea866d97a25b2224fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "118e667ebace4e4c859bde8c19be6962", "region_id": "RegionOne"}], "type": "placement", "id": "b87ed7e9b45a4caa80a6c0ee7a076a21", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f88c5981e76e4156be6bbd9a9f6dfe21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bae7ee0d422c4a498d54af91f3e78d59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e7aa3af510e3481b9aa1ff0833d494e7", "region_id": "RegionOne"}], "type": "instance-ha", "id": "352e0e6b332c48f9b96d685533325e13", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a39e9d437af040c190d3c7f6e033f0ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "700be443d3134691b2d19ac34f31dbd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "952ac32247f94cffa10be2c3aefad2bf", "region_id": "RegionOne"}], "type": "ha", "id": "897f607614f44e7aa54c7503e50fd90e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "907113db1ab64eb08bd699ae5ba661b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c704639536cf4b4c8c23e66785887455", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "2a1586cd448f4ab0822db55aa77a485d", "region_id": "RegionOne"}], "type": "reservation", "id": "ec27e4c6abd34d12a5a70f60fedb63c3", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "135f297e1f8848c2bead7712ece56b50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4de68d3c30fd476b822a71918cb51097", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2b946b5c752a4eb29461675d39babb6b", "region_id": "RegionOne"}], "type": "function-engine", "id": "73a971e4fa4d4a6b91f1b1f1eb1d67db", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d5efc1ba8fab4d90802879aa5eec9345", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4b29c1fdc38d48a68d3cefd10caa97bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a7c2685ae751464cb1d414d1f7487049", "region_id": "RegionOne"}], "type": "accelerator", "id": "b5f4cfe021fb467a8afd9ff57d9bfec3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ce1767c60c79430598f55b5d459c8a9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1b370b1236c54dda91159b4935972c47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b912f09d06884c6db34e22d888e6444d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "82349c236ae842e7a95124563d74ddc0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "db70cb6f3d794b5289b232108149be7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0a8f4048b6214a35986d8813d73b10a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "51ef4935a00944fea807298726372f5b", "region_id": "RegionOne"}], "type": "registration", "id": "3b67b36faf0c4ee4ae832296ce94f42f", "name": "adjutant"}], "user": {"domain": {"id": "3bbb0235268d475e929241bf09316024", "name": "8c7c94e31ef5450a9e2b30df09bda6e2"}, "id": "5dac481cfa72426da5b75dcfddbae0a8", "name": "5bfeaf873c9b4128bcf19363f0f9acda"}, "audit_ids": ["7e448509cc7c4a428a7355090124435b", null], "issued_at": "2019-09-19T09:04:41.443838"}} 2019-09-19 09:06:41,674 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,679 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,681 keystoneauth.session RESP BODY: {"networks": [{"router:external": false, "id": "test_pnztt_net", "name": "test_pnztt_net"}, {"id": "private", "name": "private"}]} 2019-09-19 09:06:41,703 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,708 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,710 keystoneauth.session RESP BODY: {"subnets": [{"ipv6_ra_mode": null, "allocation_pools": [{"start": "10.10.10.2", "end": "10.10.10.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "10.10.10.0/24", "id": "14025a85-436e-4418-b0ee-f5b12a50f9b4", "name": "", "enable_dhcp": true, "network_id": "5ef0358f-9403-4f7b-9151-376ca112abf7", "tenant_id": "29c79f394b2946f1a0f8446d715dc301", "dns_nameservers": [], "gateway_ip": "10.10.10.1", "ip_version": 4}]} 2019-09-19 09:06:41,816 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,820 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,822 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:41,842 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/test-id -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:41,847 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,849 keystoneauth.session RESP BODY: {"OS-EXT-STS:task_state": null, "addresses": {"test_pnztt_net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:7d:42", "version": 4, "addr": "198.51.100.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [], "image": {"name": "cirros-0.3.4-x86_64-uec", "id": "f93d000b-7c29-4489-b375-3641a1758fe1"}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "1", "name": "m1.tiny"}, "id": "test-id", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "public_v4": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "public_v6": "", "private_v4": "198.51.100.3", "interface_ip": "", "name": "test-name", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"} 2019-09-19 09:06:41,880 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/test-id/os-security-groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,884 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,886 keystoneauth.session RESP BODY: {"security_groups": []} 2019-09-19 09:06:41,888 openstack Disabling volume entry in catalog per config {17} openstack.tests.unit.cloud.test_groups.TestGroups.test_get_group [0.161557s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,793 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,797 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,800 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,802 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,815 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.730726+00:00", "project": {"domain": {"id": "caace41c9c6c45acb155fa3586524bdc", "name": "04b5796dc4424d7c9bb4f9f5ed95f7d5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3a55958876ad4c70b1b73301587b4b6b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c5df125a561c4e7599ac2e34230812dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d4fbfc877f004b2d8f7d6db311ab26c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f0ea1a5d30e643548e98820ca9d12b9d", "region_id": "RegionOne"}], "type": "identity", "id": "2565b26569f84fcb8ddf4e32570a470c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ebff2270ef7d4d5aa384c70534d1c5bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fb0225df38524ce7894a686940b73591", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "afc0b0b94efb4409ac6543c45e6371a5", "region_id": "RegionOne"}], "type": "compute", "id": "1cfbf3c85e6b4a92b2d373723ca01b1b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "abe546ff257143c38db1239f0cab134d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "66b301c4b80f4244869ecce550209859", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "444d93b645bd411eb870930150071db8", "region_id": "RegionOne"}], "type": "image", "id": "544684b3061b4226a7c073236d3642ed", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "200b0452230645b189b0f22c5f1285de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0debccfa82884a659f01552314ad8855", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "12101bb8d6404b59b26d755f8a085c96", "region_id": "RegionOne"}], "type": "load-balancer", "id": "52363ad86f7a4e38b01673931be926bc", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e979d094af54de4b1fe9efa9b53eaeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43c4ca7a31194fa091dc68c5d485840d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f12c6f67903b4c72ac5b62a373664ade", "region_id": "RegionOne"}], "type": "object-store", "id": "432aedcd40234016ac0079e429560fb7", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7b96a6baae4b4ad88d6335c992e95b12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "16118a8eccf346c7a78d5ef91af17a31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a5875233c4404d9bab0f5805819e3195", "region_id": "RegionOne"}], "type": "clustering", "id": "79f09458004643f68304eb4a48e6b7a6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e8acf64e49ad4d8ebcf6a3a84d309d18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bffe8fdccb8c4d0e80afff1b06ccf560", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7e1baf428daa4bed91d28e921658bf82", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "3936e3dc2f774598b579e347189c143f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2c3972fd24444a62a5bc5648256b4e92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8682f95c6bab4bd2a6518c44b8d70d26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2746e77b4cb84795b667f065d4555575", "region_id": "RegionOne"}], "type": "cluster", "id": "18885df5126b44bf94115090f7f1ba44", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "865d0ec6f4d34d12ac2daecd2a1720dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c0580013df3f4cc3b7a0276fed97c337", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "caab6bb0ead84f6984e76296433c3213", "region_id": "RegionOne"}], "type": "data-processing", "id": "2863738b18984224bb281c21f3aae8ca", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f69db10eda5c40b89861ab539d7de649", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "441bf0271a66471fac2a388883352787", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "de487fdc1dab43918fe15d749803520d", "region_id": "RegionOne"}], "type": "baremetal", "id": "b490da32a2e54c7f9955eb448116b5ef", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9ba005d4081747c4bdd0d41304592e9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1ce56393f8934a52906b5a5624f328b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "efea5dbc5ccf4f8386ab859054322c8b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c7f2ea2e3f7b4b7cad058a71483164b4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f74c6c312a9641cfaca3273517c25dfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cb503181766f477baf4105cb181e79be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "30fe789ce830476f97121ab11b88d546", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ef6c35e3422d4825a4cb9f3974ec1ba6", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "249d6793eb9d46c5a882c6aca14e074a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cedd4e19f8ea456ea6391dbebff7ee56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8f8e82e0fdbf4eabbd4c1d9a486a51c2", "region_id": "RegionOne"}], "type": "key-manager", "id": "be3a65545a6a489eadd81c138e53c424", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "22ac9fdace07445ab8657df2f5a61919", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "615e9bd1f5a642a081e16a282cb5a1fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8ab9d609312144f28d54f001c1c161eb", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "31171b9818ab4be0964ba10f874be82c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9a53a865acdf43819be0414bf0e9dd1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ca6d743291f8422384e8b1da4efe1169", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d3311cec30e646a8af534503d97db38a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5e1fd8c4c1e04d7a967be3959fff5cbe", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e48fac7192ad4fbc8ec3ef8d92a5c35d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e374f8efd40e42efb39138bd29fe9cf2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c018a9d7a22d4136acbe3c3643dc82d3", "region_id": "RegionOne"}], "type": "message", "id": "424ca9af26b34431bdefd8161a01936d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2a7478a6fca14180a89fc57221d83798", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "fa1308305fb14ee6890d93f4366c2c30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "60857ba85b704938ba6fe1043c63f3dc", "region_id": "RegionOne"}], "type": "messaging", "id": "e0756e650dd745998f65af03714132db", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "206b769bdc2543f9bc96ebffe7df6275", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2abd07e740a342579a9ef33e0132fa05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "637766db7ff449a4a83f2a38a2a69750", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6d4754f9854442e28b36a949292277d0", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d35f6d975c94567a97d9e42be938772", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d197de9632724deaa17569d6db7fd449", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5651989e20d34e5ca92cbab14baaff6f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c13c9fbeac7649d48d7d6cb2f2aa291b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5bdfee5499b7406e8a7fdd0e4ec609be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "050f7a6a79d145419f33cc2c20669de8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aa3a684d6b1d41e991bfc0af616f5cf6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "afe27111a53d4407976e45c03c54267b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "607e31bbe130489a8aff18bf20a59bf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f81cd42d366148f98d46271fb05a0cd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d0e3f69c70744cbe9451ec5eb033ed0a", "region_id": "RegionOne"}], "type": "container-infra", "id": "9cabbb173fb4443d810a31909802ab3d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e003cc13b38243d2bb451ad40313adb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7de43ba146e94553b6ee100adcc9d18b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a7bb1b5a475f4a4fa0e91df4f87133aa", "region_id": "RegionOne"}], "type": "search", "id": "97bd7cd7e18e4aa7bb53107131f58d46", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a9f5ae862d3a4b7994da44fc7fabc6c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9948cd28166747e4a163c826acd42ce0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "8b40974c48c8464c97dec70a2d869f15", "region_id": "RegionOne"}], "type": "dns", "id": "e15087eb83784a798c00c336eb61da25", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0c04440da1bf43918c6a38dfc1569775", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c3fae6aebda746df820d838e6f265797", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3d90ab53fc79439385acfc18bcb75831", "region_id": "RegionOne"}], "type": "workflow", "id": "c95ff6a5183346d09ec301fbb95878a2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d951a6941c79443ab8b57aa88dd7394b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aafb1f2693984eb089d898d39add0e85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0252317c93c44cbb812c28f8c5e8e3f0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c1099ce1537246cf95e9a5dec70d3a8b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5c98ecfafc7a48ff92b8e48bd242f602", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4fe8aab13e534ae28424f9baccf2dbba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d91a20613807430394f84b1132a39298", "region_id": "RegionOne"}], "type": "rating", "id": "cbd53c7c7491454693a0b5bfb88d97c1", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "612eb28317f04be28a754ad58c990629", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "29fc39797a0a4c9790f705b430234ed1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "97257cdd4ef4480c85a92bf3cc617b8a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "172967e83fdd4b75ad132e86bc54118e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6b87419da3d9462a90a8e5b7d1ff3aca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "adda65e2e68c4ce5b47d0aaa57c00a38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2e86fd57040649ce9e07f7df1a013c95", "region_id": "RegionOne"}], "type": "policy", "id": "5f89ccd90594476e8b679555a74c448c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6a27d69c1cc74c20ba6b33bdb1104e33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "00737d7730be4d34ac42d74112f7b762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a17d65c489fd47b8b66b9fca391bc9f0", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "4871d70942514e1689a2933e27994c19", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3a894726b9f9419bb2f71b27259cc251", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0f558d26486e4e2ba55f1d3a0241b19e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3bc0562503e64880954a896fdf236450", "region_id": "RegionOne"}], "type": "sharev2", "id": "329d2e1d16894803af3b3cb9d725fcb1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0e46b67411ba43038cb1c08029bb6361", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a884bfd876dd4d238e209caf93599303", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "adf181d38f5f4ec2815a39cd1f3ffbfe", "region_id": "RegionOne"}], "type": "share", "id": "b90b18c3582f4cdf9941163fe505d84e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2b6d5476821240aab3cf74b138f046f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "06923f3b242f4fad85b1faba47c9c644", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b85fa8f405374f0d97e8c4d82d893415", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "14bb26d4705c4a00bff68e0459fdda33", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "073c7206200a4217b5017f3a37afdced", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73ca9e409a564b079fa204a614dcef04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7bd264b14a8483bb531df95b6d4a6aa", "region_id": "RegionOne"}], "type": "orchestration", "id": "23b79fef18e4498998ca19612d29c3ee", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4122028cf3884436b32b6528de457cd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0623e6bef6c74cbb99eeec2d7e430a34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0d65517c4df40758ba16ce712734277", "region_id": "RegionOne"}], "type": "block-storage", "id": "f57782e3aa4a4a069da285ab9b426195", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3b1539f108b44a1a98659ccbc6641a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02c6e5229f7b481799827c2742f7a2fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba7181be59fd4f87976e76ec27ad47b9", "region_id": "RegionOne"}], "type": "volumev3", "id": "8016d015365b487f901054b5b0978441", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87370efd7e9e49c39edb69dd9131ad10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ed7039d56ae454ba34f0a7039d564fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "854472c12bdf46f9b87dc5c95bb2a749", "region_id": "RegionOne"}], "type": "volumev2", "id": "f7106f56b038447f937dd3125b07cb7f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95a8d5a8acf24f21bc253555114c53fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f0d04dcb7344a82a42b62433d3742fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "576dad57065e437499287c30c7ca4527", "region_id": "RegionOne"}], "type": "volume", "id": "060f99ec2d27420785d9b57788e88f7b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "407514b59dfb44e9b101b02ba4bca9d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11b890a623794f0791cf33835f303ac6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad4179c8b57e4066bb34ddfeffd73978", "region_id": "RegionOne"}], "type": "block-store", "id": "c6665e5551464e70bca9eb86fea25138", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "afdb2902558741f3a0372c00c48166c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c34736476c8e43eb9ce6376274e8b157", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5422c171f46f4e7f82ff047658dd52a4", "region_id": "RegionOne"}], "type": "alarm", "id": "5b0bed6dd9f044c2b66e234f9cbc8397", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "23a2714942044940b28ba96d6d9155a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9acbeeef73554c6fb93f1d8107e500b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e9312b89805347f687ed492f356bfd89", "region_id": "RegionOne"}], "type": "alarming", "id": "0c37f737a1b24913855e8a3be4078702", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5bd27828ba8d4eeca460acbeb3486dac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "176bc229924b43b7ab0a07d96f6fbbc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3abc46d4034a4e36abf0b83521702f17", "region_id": "RegionOne"}], "type": "meter", "id": "d42ef651c6b3438b96cb0250f0feb97d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "838444831d8e445e87e11b5baadb14f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "30c70a89359c4650b3c8439bd12b7ddb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b25ddb28a2194bb3932aef8753f5280b", "region_id": "RegionOne"}], "type": "metering", "id": "417bb6a0f3634d18b0cbdff8a9506027", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "33877924b84b47d4995e597b02f9ae84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e1a9357ebf9e4828964136e79d561263", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "34c030cfe4b64fe5a8b98124519e3336", "region_id": "RegionOne"}], "type": "telemetry", "id": "f8749cb0f93945eba4cb34c1e385b7fe", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "20bb4eed156c4826b540feda2e7b7cf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1b8c8a6c72754c39a8624d5ae6785ece", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1de5510f47cb4f288b5144fbe7cb3df1", "region_id": "RegionOne"}], "type": "event", "id": "f77039b4021941c193dd81f56fe9ca04", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4e4b75f71adf48d990f75960669a7ae5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b8a7ca7390774065aeb2b604d3664ecc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d03785f54e4d4142a2b8f3ceba3c75f7", "region_id": "RegionOne"}], "type": "events", "id": "7dfec718b9e9437893a54e033d42f5bc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7baeddb423cf4c3687405e7bb1d30d1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9b084bff59d94fe3b40a5d8a1fac5d5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a51f605576724778993016f7322fc8f9", "region_id": "RegionOne"}], "type": "application-deployment", "id": "06e75d66f916489eb1a0219074c196d4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8e37749fe78843728e75b1f8b0d7d8bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5cd976de17b5484784ea2eb2d5ef6127", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "08ddbdf6017b47a19d2383aa75555069", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d1ceb0b3f19345f3ac9f30fc568b7f95", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4bd1a47ecd264341a7f70bc60e5a7867", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "831ea72b9cfe4c8db4479625dac2594d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "529314d303c74d32a2d9a16bdda23dd8", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "479b2d48d4d04259b04baef27c8ca072", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fd5f4afc30f8473dbe2e74adbd10c2d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3b685fa9f4e049258d924d2d486d7f1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9184382a93da46edb458a3ad23cbef87", "region_id": "RegionOne"}], "type": "tricircle", "id": "6ab060c919984b638dd733a0d2ac82a3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "eb72277c2cbf43cc8276b4bc4eadf799", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ece64620ef1443e8afc601a92df7f9f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3121fc27ac524e5d8ff334b9487e66ab", "region_id": "RegionOne"}], "type": "database", "id": "741ed0491de94986a33593479aac343e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8449fbde2e9d41ec8aa3cec27e53113e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6399997169ea4b10846be3dda3b57710", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e28b50b2ec314fe28cb746e966ad50ea", "region_id": "RegionOne"}], "type": "application-container", "id": "7560e635da214b3ab60b057cb2479c60", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2eba6285ea0a47859b9bae546f4bf01d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0bcdae40f5dd414aad42cd1474e45c60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e0231c1348534b4d8e818ddc0994126b", "region_id": "RegionOne"}], "type": "container", "id": "952aa1f26adb4e469b40a0fc54e96503", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e799f50797d74f4a898250a4ee26d576", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e4277c0025a2405797a4ba2cfcdec280", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "07eb2ba008cb411e9b954202492a2495", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ced9c909cf8b4648bf49740b49606c9c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8e9da2ebdf5646b3902e041e647196e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0e8871620d454975af6e8143e7a809d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ea1078a96195416a8ea2c435da695997", "region_id": "RegionOne"}], "type": "rca", "id": "2c9c38b0fcbe4b9ba29bb91130d83ea8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "27f27a8048b148c38bcc61959c3f89cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fb3b4d5e159e4f8db1df7c740cdf54bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "12d83e2b9d3b4404887ec310f80d8be5", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "639c111c94074741b5b8622c8af54d2b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "8f8fc3f286fe490a918ead07a0310d23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4d5227d6280c48ad907decf1ade9ef75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d88fc47e651d4796b4f8a9ebf29d732d", "region_id": "RegionOne"}], "type": "network", "id": "0bacc2f709094599bce3247659fc36ff", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d00f17c383e5488eb30547a449ab0c14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ea102974ad2442f4b2df9c89a1163b79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c8c917e9a0194b0f951c323ea5c1b8b2", "region_id": "RegionOne"}], "type": "backup", "id": "ae24809013ee418bac9b3f401d77df9c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fc6e99f725a143359ccda460913657fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8e0093b349324aebbccc039e3065a3c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1fb87b71a55548e7b56c49576be2ba13", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1bbccab108a64801af8d6ea441a7830a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "261cbd1a0efc42fbbdef0ae75573e88f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "db624c7653ff4bb097b229eaa924a937", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0de395f317ad497093f308c89118ba40", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6a27ab273d184314b36cabeaad116793", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e4bed285ce1a405ba28d1deefa2e4bb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d0d394622ce64317a67085f9a68479d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "fc861bd06acd4c788836c74db26f8179", "region_id": "RegionOne"}], "type": "monitoring", "id": "5d3f3df2644544adba7a6ae5bf3156ee", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "56afb8b13a084187b881de83cba2c428", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a7088f95012e4b889fb203488bf1372e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ec6d1e0f5e86483aa183a06ce39d41a9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "83191c4206fb413ca6dca9ba7f848b93", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ba46c808feb14725be551069ea7c2051", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9e5d2aaf6f9845eda95ee9144c83290a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "701de33eedb545a88baad9b8d37cacb5", "region_id": "RegionOne"}], "type": "placement", "id": "0467adbe51e04f7d801598e15b46d87f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "49e0b16eeb9b48fbb2f087cb255611d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "84a07d0e247246d8ab8a60ab2b6dd8a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4714941dd8f74596992e7374f02428bf", "region_id": "RegionOne"}], "type": "instance-ha", "id": "20e8739c326b4c3fb7a7c38daa77d7d8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5e68c449d4f64e198a3ff4a48726c6a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9d319be200c2486cb88a5cb56c1d2a22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f5ed17a57d714ee3bb91e22fff1ca193", "region_id": "RegionOne"}], "type": "ha", "id": "3c94933bb3fd47edb11d9d58a57fd40d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "88b133ad9ea64a759d1d45a570327bcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "13ca86c241e7470ca65fe027a28fca4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "75f0c193db10434fbeeaf56e7373d9f2", "region_id": "RegionOne"}], "type": "reservation", "id": "3725636c63334125a3f2b3c17264aaad", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cd31eb34de324ce6832608d774891bf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "664f119dc9a44ec48567d539a2d957f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e9e3d67255ce40bd89cd6de2512e5ada", "region_id": "RegionOne"}], "type": "function-engine", "id": "6d4bf9d57f164d17a47e9907812cf633", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f172fb46edbe45a29e2c1b49fbd9fdb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b145d400af144ac19b9423a9ad8696f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "98f2ad19b6274a37a2a958254ece966f", "region_id": "RegionOne"}], "type": "accelerator", "id": "72b7f1a21b154f77bf39118025140356", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4071f6203b6247d2a4b06b0ae8f992fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0c3ebe116659435c87ead6e562be892e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b049ae5e47b1498bb96cb376993dd838", "region_id": "RegionOne"}], "type": "admin-logic", "id": "562946a53011490b8032646fe8a90ae6", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ca9e9d9561a1437f9028ec8d4a5542b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0efe71e1e8394dd4a6056944e57fb282", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8ef6ea350fd04c5d8a206ad7aaab74fe", "region_id": "RegionOne"}], "type": "registration", "id": "706f55e8f2a44179a891e7932702e005", "name": "adjutant"}], "user": {"domain": {"id": "22e04f7a25f243188ee2877c140889c8", "name": "4c42b87068024ef4a1e634c0923ecf1d"}, "id": "a39760d4a54e42049459ff21c2802a5f", "name": "bdca4242b81840f3a593a7572aba432a"}, "audit_ids": ["889e321fec1249ab937904cc36575ca3", null], "issued_at": "2019-09-19T09:04:41.730726"}} 2019-09-19 09:06:41,879 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,883 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,885 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "9545721cb946424d87a8cd3d0dba2f3a", "id": "273e1d1f338b47a7a59c61f0216fa1df", "name": "groupname-2"}]} {23} openstack.tests.unit.cloud.test_port.TestPort.test_update_port [0.211853s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,830 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,835 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,837 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,840 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,853 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.768962+00:00", "project": {"domain": {"id": "c7833fb00fef45b4b58231890f72f453", "name": "90dbf6d588ae4977ab2e06c61739c505"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ed8a50f2f50d4e429e9473b9d10847d9"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2748595e1fad4f38a0754351265820f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "38ce5d941a914e6f9882f5ac84410b76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "fd694671f0f7440e93e30857680f93d6", "region_id": "RegionOne"}], "type": "identity", "id": "9c5e8ad0ccef48f985cd02b112112485", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "35416acd081041b88f1a143b26e83670", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8f78ce68baa74b5a8696be97efc78d03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c588fe95307445a38824a50e83cfb879", "region_id": "RegionOne"}], "type": "compute", "id": "3e7a0a566d4f4e32a92787b168d4a480", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "34044f736aca4cfd83b3315e1608bf8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "21398e49537f4d9f98a043bf76eface0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b7a5aa9c00af48848754789d9f719f32", "region_id": "RegionOne"}], "type": "image", "id": "3b9295bb48ea49448b86688d205cf157", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fc13b10c723b4f81a9d4a2613bc29905", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6bfd4f0eb68e487ebea222d658d80f78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e5f0e95cc1f0434e893cd7bd9d31382e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "de63e18f13ca4a42876ba3e3d7d57201", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b10b5e60d984a078877c88844fc75bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "033a34b1926d4bbd8cb9835e58aa15b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d590bccfa594819bb1210fe20fdfcbe", "region_id": "RegionOne"}], "type": "object-store", "id": "56f8022e24e94d83aa7d19b4c9c15593", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "500ab4bfe274463ebc15387a2ba2487f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0b1f0781097d460b8d129c76796effc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ae0af356d2ce4a2ea80ffd2dc50a0eb8", "region_id": "RegionOne"}], "type": "clustering", "id": "059654f38c804494a74267f2692df5bb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fbb82ce9825d44f98123232e78e54ac2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2820e3f03d44491e89746b7f4ce29187", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b9dc054f86544a519e09d6bf6063a221", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7f525984e9c249f5834277f309ebd747", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7e220d45114e4534b601c71a708db8a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "358f0653487647439fad9f5abd3131be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f68236400ad64f59a43eccff3bf053a6", "region_id": "RegionOne"}], "type": "cluster", "id": "a2512ca4e8e54170ae6dbfedf6c4dad6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "604e114c4084420f9eb26cfaa2af9086", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1705ae30749c49a9af58d760d27f465e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "4cb4364249124daf8c92142c67670e1f", "region_id": "RegionOne"}], "type": "data-processing", "id": "fd30e1d414504156b79c0a11b9e49ede", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c23f053695b34fb8acb9d87af20038b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2e6f4876ccba4a61b9259502f0b5f1da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "517b4a50ae6c485dbaa60defbf0cd53d", "region_id": "RegionOne"}], "type": "baremetal", "id": "99a5c5f9fbad43fdb8223a39d6e02f38", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9098751f9243412b81c7f875201b6d68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9d9ddb4a044f45e99a4f2be6d2f3107b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "394fdb99628f4a4e99253be299eb4ea5", "region_id": "RegionOne"}], "type": "bare-metal", "id": "425f62f16bc74a17ac6353d5b3b54bda", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c7f0fdeaf1e94076a9d23464e90ed5a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "53d3c8a9105f409f9722d4be2761e493", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "676f08b9dcb245c48fe0c706c2429000", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "07ae9bebc76341dbb0c7948bfd386369", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9a1c3ceaf48a43b7ac09d7b6e29412e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1886085cb4654c84ad5aabbd8f3f0bde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "fc47e98b7e2b4c9dbd8e4f0abafeeee5", "region_id": "RegionOne"}], "type": "key-manager", "id": "8142b2852d38491aba193a3cf5296ed2", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "97c6528a087b4c4e96a0f336512312c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b31851803b924b23963acebec7f9c69e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "281eef2d84454db0b887013b506ba4e7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "88602879503e4bd39a1f10f4cd214e3a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "99e59eb0120e49c6a71302237a30ca96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "877ff5fc0b5c4e24a147cc418a782fa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ce4a5c47bfe9442fbb5c2c7977580b17", "region_id": "RegionOne"}], "type": "infra-optim", "id": "505994d947564b5c8ee4ed33363349a3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a40f7aa9929a4ca59845c13985ec26dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "25e7416799b84d7da4b70b58468d53af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ac91cc1f1fa74480ae4346325878370c", "region_id": "RegionOne"}], "type": "message", "id": "3a89fcd0266040acb1c764261b082130", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "47d4de07c2d245929ad65484165031a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5a821bba540d4dbc824a1d55d5eebc19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0f6e831c41204c82ae6c576ec3eaa2d7", "region_id": "RegionOne"}], "type": "messaging", "id": "99b08e2702c94f3f99768d89197d1939", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "183f440c52384d2b8883c8e507f84403", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "69a9e578a2f8469a812b6c8fd799c649", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "40d8a566c0054736ae831177760870c5", "region_id": "RegionOne"}], "type": "application-catalog", "id": "bc22935da1e845d7b2678b86115feb51", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be09c77b50914278b74508e62dd8bab7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dffd9f63247a4fdf9ad4b63247e994e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "914dc454ed444e768e9adea8177277c9", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "253ec3d0d0ac43d6a8955bb3e8ca9399", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2fcb6668b0ad4cdd952357a81edabf92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2b925ebe74c44dc980b6eabfa4443d8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "96942001016841fc849cc10bac5e14a0", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "9439226b339f41ff866b1c088dcf8581", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e47ba402fb3144d1bd61cca40e155680", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7abd503c9a82496084d9ed94f52c2899", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e304179db674ea2b1490be06e6ebb8b", "region_id": "RegionOne"}], "type": "container-infra", "id": "d1222f78792a44a98f29b4011db0e47e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0b82e7e46be34a7fb749032d8e94d73e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "26007491f3b5414886ee6efabee08cde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9658435193e746e7b701be8644d43f83", "region_id": "RegionOne"}], "type": "search", "id": "cb6b6f659b9e4730b8adac19be9c88e4", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "cf13c8a6b6de45a4902c70c79ce7a0a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c92b93546e174fc9aad490918658695a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7720f0452324459484d30ebfa92d4b27", "region_id": "RegionOne"}], "type": "dns", "id": "3f65717cbebc4d28bad2cfde636ddb86", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f2ff389ebf0f44d0bdf5bea3d02385c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "51932d588dc84a1e8d56747272a4b23a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a6baad8da0404babbce11a54e4d1050e", "region_id": "RegionOne"}], "type": "workflow", "id": "a4089b755b5a47158df23b626ac318e6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "84be7fc919d84ea0846c58e803d2cf58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8daa08ca5ded4de3b2044e5259e31752", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0a2cb5d56d354b5592cd1e90499f949b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1b802ef3d76342c3a07d7266fec03373", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1ea82132abd042418ca9e7c192d1d8b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "abea8e72643a4ae6aa509c9527be986c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d9384454c6b245d784df5df8af722b02", "region_id": "RegionOne"}], "type": "rating", "id": "e7fbbfce699c4c9e8224ac0e8dcc83e5", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a144a97b954444c488b7927d1e9380da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "94b5755bf13b46d7bccd2400c1c95731", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c545202f998d4ccdb2b9c167bab07e64", "region_id": "RegionOne"}], "type": "operator-policy", "id": "bd00420150b94e0a954aaaa5dca1c962", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d670884795c34d2184897f34a8c2cf66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "56b790894d3a447da5b339cfeab236c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b645ac397e264cf99330c63c8159fc58", "region_id": "RegionOne"}], "type": "policy", "id": "cd48920d7cfe4bd7a4003210904d99aa", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3bd3ccc2c5cf439b8e99d456df92a8e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "38bf6b8e5dd448e282ac45375b89135a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5dec4b01f85d49db896c0931ba2f11a1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e7c3b91128784e878ac10bbf3e782e61", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d0061f72dfa5449baefaf7a335bb6697", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f3e810b7d02142209fa3ad4b11ec9734", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1e88b6c12c374f4f9353a211ae55587b", "region_id": "RegionOne"}], "type": "sharev2", "id": "cdd16b186e39438797cb2f729b7aa559", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "950bd437fa4a4989abc9157e186a9f93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3150a6224b3e44ecb4b5f222816a813c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6492c74f474d44d983b41f1f30eda53b", "region_id": "RegionOne"}], "type": "share", "id": "dbf2f5233f544e88b31ca9a727c51ccf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bc8af5fb9e924ca4bc55cc246f7a7813", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e7b83cc29975442593f5bb7c8d4087e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "02267d486d28442d95aa2d6f44fed255", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6c6c932175904bf4bce243daa7a1e090", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6ae4306073b43dfb8d8542b3cec3feb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "266a0718623a40d2baf976cab5a23d0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50af9f786fdf4e1b94599b5daf8528e1", "region_id": "RegionOne"}], "type": "orchestration", "id": "bda593ea806a4026b371c40fd2b4ff20", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58063b5870854aa489298a842d6f0aef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "efb81b41944f4a7a802ae75585db3235", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64085a0f6300474ca685c479e5433e0e", "region_id": "RegionOne"}], "type": "block-storage", "id": "d621c0b677ef4554a16a1d0b96429530", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db28179889e24ecd8c0a771367995776", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e62c121c5801448596ef6b3c71fc5f3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a002a416824a41deb0a9f99749d5b4d5", "region_id": "RegionOne"}], "type": "volumev3", "id": "4b6dd168c0a34d0a8bc798ee0720ad03", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "efbf17f849b6431f8edc3012fcc12683", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8f2e8c21e9447ac90fac0c9e051c421", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "832fa6aaece24bb182e33f393af1519b", "region_id": "RegionOne"}], "type": "volumev2", "id": "4a0f2229228a4490bf9ef65447081906", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3c26f9cd45b4fd099978eaf79eec52d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "893577ac46584863a5a2d7ee5f3f0f3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d65e935492e4a068166f62430ec3e5c", "region_id": "RegionOne"}], "type": "volume", "id": "6e520c41a2d74282a86af7719fa76d4e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03375a60462340c8a70b8a64b19fc14e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8c5c9b7e0e94e859d9fa79304689f47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01ca23f829fb47aaa4c760501040e4b3", "region_id": "RegionOne"}], "type": "block-store", "id": "fe033466568a45a8ba9d46df89e22fd6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4cd3326654eb421b845d207a0cc81f78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "92ef917e716c4e97961e302e3202937f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "329e732731474f38a3c9610d437a34b3", "region_id": "RegionOne"}], "type": "alarm", "id": "5c1fa77761d745ae92f6a3fb2f41ebe2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "215bfff5ea0049fcb580d4c3626564ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "29c5adf93c5545099e8cf659cbb4f09c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2fb8f2f10f4a47988e347f3a2cfc247c", "region_id": "RegionOne"}], "type": "alarming", "id": "26f8379f60384d99b64e030fa6886689", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b5f1f78bc0444047b1e11d49e724a160", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "59d7b05aab8942128417208600ab28ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "64379c2657a844a69d6ba846f6fd76e2", "region_id": "RegionOne"}], "type": "meter", "id": "32f5b368d7224563b85300e228633e80", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "751e60a4d94445908916d77e5679af98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b8894c4866d04605861ec886ae2c3f0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3300a556e7c44c7f8980f0e9ea2c7c74", "region_id": "RegionOne"}], "type": "metering", "id": "2b0fa86c49354a41b31a14cb887b1bbb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c320f3083563445eb8e056ed08143b4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a13118c441004268a9e9a6c8aa36232b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "425f3c8067424d2db88451664bfec33a", "region_id": "RegionOne"}], "type": "telemetry", "id": "17e2c34cf0794b9795bd6abc409af29f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a3d08ddc99294e358cc06351deccdb54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bdf923aa98224dc296dd7accca2eccf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ae454d26658d45d18cd4d0abdec66ad0", "region_id": "RegionOne"}], "type": "event", "id": "97766c4326084b2cb57da6ae7bed71d3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7905865977474935b5025b1be0ba1718", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "96944031085f4323be2ce218a73bab64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d21cd6c1c4db4eedb8a45346b0908888", "region_id": "RegionOne"}], "type": "events", "id": "36143293d57348dcb5a843115b6eda85", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "873ab276b0a344fca9d8ec8364cd5bdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4afd9c53b74b495fac4739f3ef82df08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b93ee0a39bec4b729cd064c29495bf26", "region_id": "RegionOne"}], "type": "application-deployment", "id": "365ece880eb64058b0b290116e2fe99c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ba788822147f4d7ebc283b26bd514cf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "714eb777fb3542a49fe64998c5847e53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b04e4b92f46e426c8e3bb4815627837e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "fc0f039dc83d462a80d6e54099b03cce", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "74c2c36aaae6470088c0860558ce684b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "612fcb147b4b4c59a07f284a5d2303b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6d3f7084de914b5fbe0bdaff9f2be3bb", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2a69604e4b224282be54150b5cf153bc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "984eb2b96b1345bba6d581f4e565c0ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f1f28a96c0bc48dd96452de47e4ebca3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0597dfb88c7e43d49abf1257c56ffb56", "region_id": "RegionOne"}], "type": "tricircle", "id": "e8eae7b748364d1cbffb6a17bc36c3d5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e770bdf286824bf3a8e64e9f63189477", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "32b7e2fdfb934a98bf9e850cf3aa4e86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "bf44df844e4146fc85d112ae6da5630f", "region_id": "RegionOne"}], "type": "database", "id": "d7fd1aa5c0b941bf84cd27d2df80fb25", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a0d320575a3248b99255130fcdd9f446", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9eaec4c745e643669a35b4340cce4219", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6ce17bbc123c4c17bba6ed4de3c2ed6b", "region_id": "RegionOne"}], "type": "application-container", "id": "7f66a39e20c442ee99cad11ef8276912", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e55f99fd04bf42eea2d3f4fcb545cdc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5d6331aaeb074f8e9d47d8d0b7aedf7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cf307dd87b394164bc9dd1012a25e02e", "region_id": "RegionOne"}], "type": "container", "id": "85f8f1aab559440197294364ad19c52d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "aeff1bec91124db8822f230b5db50b8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4d91ae62b5404cc19b3ff87df30cec09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c5b4dc4cdd7a4ed7b4f84dfa038f3357", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "351fd8fb97214d09b57bdc697f9163f0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1d52bd1c7b13455ea2215615a6c78da5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "82c55d039d3043d2b07ad4d233e4a63f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9d82d43ac8a545e59b5ecd134afecc49", "region_id": "RegionOne"}], "type": "rca", "id": "bde1aeb70c734dc39464bdb13242cd22", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "92b60700c0a44907b41bcf8791a9e1e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "27e42e2e79bb4acab5c4aa629161384a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "99c55aac71f648099cf0b20fe338ba98", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3cf63418837b4890a05f013cae366c8f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0ea93ab8d2e847f5a1bcdead5f17c262", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "0d9e7ead2b334ff39f79a252510f05c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "44239cfad2e648b2a3f6a328805caf7e", "region_id": "RegionOne"}], "type": "network", "id": "5ab2a9c9be3e47249d445276a7483100", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3b0fa4ebd69f4c94873cdc6bcd935dee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ac52853044c540f7817e58bf3403cb5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e6d49f91eaa34042aad9757cd31096ab", "region_id": "RegionOne"}], "type": "backup", "id": "032dbf8f17b54276b1aee132f78b530e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2f769ca6d0ea472bbf121bcb802275d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f5d3068bfadc416581e58f99d2fff880", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d707562c39284b14b73cca1bea394bcb", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c274be7ead18446e9db9f175df007324", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0c45154c48184751812a4d8ba08909a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0dcece026d944753936c1fd68f65edf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c2bf185dba53494b96367ee2862bb534", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e8aacc88f77049cd916fe4f86d829635", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8f2252adc29242c99b1704232e127ef3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f7e04cd39872476d9cf028587bf273a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "404dd8911841428fa17ef361ae0c55ae", "region_id": "RegionOne"}], "type": "monitoring", "id": "52a854a7b56841728f43d4fe239a81ee", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3aa20b2ca442434696b865e735e4d400", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1e13cbe1b1114349af2774afefc2d21c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "bfbc817da6e74529b0519cee57bf85ef", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "63fef2ff75544e11b3c977444250ad4c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5ea4fce6cd0b4494b2c08d3182efdce8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "71f6d2d73fb34194a9b674fedc8fef37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1d93f74cf7d94af79df44cd97020b3f1", "region_id": "RegionOne"}], "type": "placement", "id": "4a7331acb98c4a768bd85a79ebdaed18", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e3622da510c440a5b8fb94ca670a20c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "eec05a5086794a958a920f0910982f43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4f2feed1a67f4bf9ad2062f5d4ac644b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2211e0572f304602941e6bb9205ae6f3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5c7a843dddf44a5bb27550829ba608c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "77f7026e24434378866f69d6dd5a5a16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0e14d2cc05f74bc9b7db2e0035fbbd3f", "region_id": "RegionOne"}], "type": "ha", "id": "e56d4c2ced2f407585fda3c3ac9c641c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4140bab2b5714714a18bfd95d36e9e43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "99d5210b28f740718cbc9ff1c0064218", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a648ed5b87194084860df4db2562c416", "region_id": "RegionOne"}], "type": "reservation", "id": "26af3d6767b242ee9df12a6e9cd771e1", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7b0db6f8baa44018b208de7eebf58e4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fc61f3bff16b4914bfa05edc397e8a3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "909facb7881344bd96fe61c2ac2aa526", "region_id": "RegionOne"}], "type": "function-engine", "id": "9a8d7d5fb9ac4f06acd4089b03ed3ba2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8e5919e8cce448f6b7ad633ceffc3ea7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1284707ce271411faf8cc5687a07b89c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "4ab301ea7a2e4092a5af27d4d054b244", "region_id": "RegionOne"}], "type": "accelerator", "id": "57b8d57ca3f14d408fe3855346592cc5", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "799d107c2d024499958027c68c53c5d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d43f893f699e48a5a60f8ac197c5c1ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2018ecde3c6a418ba7826df21bfa81cb", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b28d7708518b499cab2354b85940da75", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "78339f4153264bb592a197bc3e6a8c86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b236b57113a248098da67a4359a420dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8a5cd66636184cab96a91ec67d9f80f7", "region_id": "RegionOne"}], "type": "registration", "id": "464d1880a2804ab0afebdd5023b32122", "name": "adjutant"}], "user": {"domain": {"id": "f8122115c538453d9a6f6d4ea2b0b65c", "name": "a26add8384874bbcbb5be939e4b9f065"}, "id": "e63c6765b5cb44148e5a2afa5851cf31", "name": "cffea3b525eb48509edd46b43082ca93"}, "audit_ids": ["664274a5ccda438387442ad41dbaef9c", null], "issued_at": "2019-09-19T09:04:41.768962"}} 2019-09-19 09:06:41,954 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,959 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,962 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "binding:host_id": "devstack", "name": "first-port", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "70c1db1f-b701-45bd-96e0-a313ee3430b3", "tenant_id": "", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_gateway", "mac_address": "fa:16:3e:58:42:ed", "id": "d80b1a3b-4fc1-49f3-952e-1e2ab7081d8b", "binding:profile": {}, "fixed_ips": [{"subnet_id": "008ba151-0b8c-4a67-98b5-0d2b87666062", "ip_address": "172.24.4.2"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}, {"status": "ACTIVE", "binding:host_id": "devstack", "name": "", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "f27aa545-cbdd-4907-b0c6-c9e8b039dcc2", "tenant_id": "d397de8a63f341818f198abb0966f6f3", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_interface", "mac_address": "fa:16:3e:bb:3c:e4", "id": "f71a6703-d6de-4be1-a91a-a570ede1d159", "binding:profile": {}, "fixed_ips": [{"subnet_id": "288bf4a1-51ba-43b6-9d0a-520e9005db17", "ip_address": "10.0.0.1"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}]} 2019-09-19 09:06:41,966 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/ports/d80b1a3b-4fc1-49f3-952e-1e2ab7081d8b.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"port": {"name": "test-port-name-updated"}}' 2019-09-19 09:06:41,971 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,973 keystoneauth.session RESP BODY: {"port": {"status": "DOWN", "binding:host_id": "", "name": "test-port-name-updated", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "test-net-id", "tenant_id": "test-tenant-id", "binding:vif_details": {}, "binding:vnic_type": "normal", "binding:vif_type": "unbound", "device_owner": "", "mac_address": "50:1c:0d:e4:f0:0d", "binding:profile": {}, "fixed_ips": [{"subnet_id": "test-subnet-id", "ip_address": "29.29.29.29"}], "id": "test-port-id", "security_groups": [], "device_id": ""}} {3} openstack.tests.unit.cloud.test_qos_bandwidth_limit_rule.TestQosBandwidthLimitRule.test_create_qos_bandwidth_limit_rule [0.259518s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,711 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,716 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,718 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,721 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,733 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.650180+00:00", "project": {"domain": {"id": "807ccfdf23304c259f0c4230d77b9904", "name": "d7e1996294d44b808e1d28692ea9895d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "fd56b6c59e49470b89f8defef573e9cd"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d67f800fc5764808813a0eafef49ce4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9e506fb3cb7a41db8fd9de562d33c8d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "931dd017944d437ea45fe4276acabc1b", "region_id": "RegionOne"}], "type": "identity", "id": "877607f4e3824cc9bb1a848e50557603", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cc8feef18d98478790b9d0aee52fe640", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fedc7b4178ee4a35acc58bc5c9968927", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d0d18e6ee0c94fb29240ba9fd879f1ea", "region_id": "RegionOne"}], "type": "compute", "id": "946fdf5340a941538c7cf71d7bd5890e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5fbd62cfccef4e359ba6f53f7eb6e8a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "8bda74c214a94b53b338a1f38e9b7bf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "989b759b32f14709986a9eb634e0df44", "region_id": "RegionOne"}], "type": "image", "id": "e15c8631f9e642faa2322906c1e759b8", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0cfbcbb0c52d469b8f5ff02496ee5ca0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7e342c5ef3ce4dc5a3a2ed371ae632af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1527969058774087a316e5043e7df918", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e026fbe936bb470fae92b9452e0c53e1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d6b283644b74e8695acc3c8548a400e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c6dcceb52d441b28b5779125418d660", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01024dbba0ba4cdfaee3a541d6fc4c83", "region_id": "RegionOne"}], "type": "object-store", "id": "f9619ca45d1d45f8939cad1c7e6b88c0", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "84ade4869a904a009d8a6f1f3aed5363", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "73a40a48423d4b8597f1c3faaa2d5db7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "334771170b764f06a15b50f453ba8349", "region_id": "RegionOne"}], "type": "clustering", "id": "4fae6eff99f647e8a4e643bc7a35345d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3f2a74828e714670aebf90f50db421a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e77f87f83bea44288754d0b097e4581f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bb4cfb4ad1a342d0b3768e522f0298e6", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e0439a9470e64e9abaaf98bcdb0eaf85", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0012f21e27ff4bf0a515fe59894f2b3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e007f92002314d9a82ae97291f156d4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7f0e68e948474588bb023f0104aed9d6", "region_id": "RegionOne"}], "type": "cluster", "id": "af4613ce6a65456190f741dc3acdd8b8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "959b6158dec74fdf875338caf54d1192", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "af32d0a871a7438aaca95d622ea41e06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "4c55ea32aeba44a6942d9922370412dd", "region_id": "RegionOne"}], "type": "data-processing", "id": "0196aa3da5324862b655bc2912183075", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "306bb3bd03c043899f0c920d90a9ff01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a96472d58e454bc0bb47a8a7c8138991", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "54ad07da7ffc44de87febee02afb406f", "region_id": "RegionOne"}], "type": "baremetal", "id": "bdb0f553aad64b6c85574426e7e5dc81", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "658db6a28c964c4f8768bf58a718dd06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dde3df6fdbaa4076bd0157f799dda8c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "53bd87e26f0041ff8699b06eae4a0c52", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b239833f1ce9453ea237c9efbfe2fe16", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0e91105181a0433382534ca0b38b2cfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "666055e4f19d490caf319e696ec3c189", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "63f5eb9986b64d9eb0a408c6cc6b34b9", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "93c302b253ef47d0ac2e5f0f1e1fda87", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "32f0ae656f65415c9207db4f327c9f93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f196a8b054b1422e8ae7391e00945c27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9e2586355f2b4ed08a2999e4e43c82c1", "region_id": "RegionOne"}], "type": "key-manager", "id": "4acc4c0b03884c08b4936de49ad13327", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c6aa515b432840a3b33da6ccb6822a2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "48a0719480b54d03b723f17dd1b8c703", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8f8bb24661564530bf412c41d1726600", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0ce26e71055349e682a93ed60ab21fa2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a6f219165985427fb7c24de17bcb7c75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9056ce8a32334b6bb43f7d608e19d293", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "950f0ecaa5f34c60bb03837a7731e3cd", "region_id": "RegionOne"}], "type": "infra-optim", "id": "aabf703ac36a45ef9111baf6c5844b59", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b6e5f80013e0475cb17b361929777ed9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e08609b5d41e451a89e9788df4a4bd14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d48aea8912df4c8389fe59ff59aef432", "region_id": "RegionOne"}], "type": "message", "id": "7973c591137646f9b902326701f3ac3f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ab01da3de15640a8b6eefbedbebd3368", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7bdf832e99fc48df9d76008c3c55bf9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d07239d5ffba4fba8d089fe804dccf76", "region_id": "RegionOne"}], "type": "messaging", "id": "5abf829fff2240c29c091afabc1091e1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0ca2a258fe22426784a84ea6ac13b1f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "636765d51bc342f9b167f02cefd76947", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "25c0b4c87fd245a1ac4d07a0f22bca3d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "aa3fe7c0072e4a058e79c202ba358c32", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6551647bdbc04153b6aad97a1f2ce701", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7a90e5b7a517456284a20c7f67c16292", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "24ebbbe0501a4d779f2c494aa254ea20", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "771ac7b6103b4fcc9faafafb8fc1db40", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8ebd19a0f6364bcbb197c1e874d966f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a0e190dd773f42ebb7c70a84d52dd5ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6be75e06a9cf4985abf8e548713b9e5f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b99091df9f254be492db3cd6e93d2f75", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "80fc4d1c83be443aab7f2a43bd834c70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6373c71da2634290b5d2249047fbb64f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e687fe62804a417195013711251a9575", "region_id": "RegionOne"}], "type": "container-infra", "id": "45178cbe3fe34c8d8f72074a49e1f3a1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6e7f4d0661d546f6afefa83912a0064f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c887de0ef4e14802a349ecd0440bcada", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "8b54516c75ca40fa82dce21c1e479f78", "region_id": "RegionOne"}], "type": "search", "id": "0aeffbac9b584c2c955baad8bcdd58e7", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "cf291f079fb148bab61bfb2151c52a28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1861eabf036043d8920c5086ce222669", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4f529f3ed5ec4e5e8b67ef83b07e51d3", "region_id": "RegionOne"}], "type": "dns", "id": "cf8b19a3eacb4a4e97dae12e12cbd4d4", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b500e20245a4413eb93856707e210759", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "662b6d859f2d48a8b9e4b8342ff52a13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ec4b88e0cc29484fa12cfee7cd40325f", "region_id": "RegionOne"}], "type": "workflow", "id": "d2c90c4c5d974f76a6e054596309e9fd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ade5ec3ae8404cec9dae2382b9631213", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3f042824c42a4b2e9a815a2e70739098", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "dbb7bb207e8d4c9c843c49aa01ce4166", "region_id": "RegionOne"}], "type": "workflowv2", "id": "bb69fe26397f4eb484c67f24972cf92a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "60ec02a697b84452911343c6a6f6a7fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a59380c47cb24764b018307f009afe4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "96abf2307ca84d69b00161a9f1873c4e", "region_id": "RegionOne"}], "type": "rating", "id": "57622442e38a42c28ce60c5418fcbc67", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5071f4ef4bdd41bca6f1517a79d7bf86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f2b666dc2f31446cadeb670ff6c2efb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0d287f2bf35347ed971b8d8d21d34e78", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0a67e7f57dca4cb2a598f4da6215117f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4d944bb675f74c06892f88b431ad1356", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fd2e99d84786404198a8d7ba36d9d0b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5db52d40f57b497d876a9481dfbc239c", "region_id": "RegionOne"}], "type": "policy", "id": "8eec2fb6c2804b189a44374541fb69be", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2a83fda224ca4ac5b5a487e1765ca823", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b722415f3cc040eebb017ae46ea408d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7016afaea8c24c7998745cdd6a8287d4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "97e97bdba42d4d3389c4cd15262e5e99", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "91654208869140459e9f0d46c1949b23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c76d5beda47d4fba828f5db6405059b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "124c353df3bc47f3ba4ca4e92636b01f", "region_id": "RegionOne"}], "type": "sharev2", "id": "7ece4b3b39d0490aa9f06befe2d4ece1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2af38e0f3de34b3a8dab102197cb4f3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0cae957fc6d443b99340626513d2b5e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "37d09c06367540bab6983362813a45ad", "region_id": "RegionOne"}], "type": "share", "id": "f2f0ae32aecb47f5a320de2f4b379900", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f064f13d56b84278b37040dcedac0698", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "735ab467d75446e5bbc0b4f0b1394597", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "cc56282939514889ba3433af3e1ef9fd", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "afa90a3c936d4427b8d9f515f758dd5c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec0c6a17603b4d3b9dbc321db672f5be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1e1d19ed90a4673b1cba4ccf385f550", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b5a1a05af914fc788557307d666c32c", "region_id": "RegionOne"}], "type": "orchestration", "id": "124753222ab04b7985fa0a969d2a1e81", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b8f3240776c4f7e9da757b67a347b8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f4deb0116d3447287c737f0d790bdaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a22c38a61344f5b8194d0050fca1f6d", "region_id": "RegionOne"}], "type": "block-storage", "id": "c2643c79d10d43b1838c33700d1175f5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13a50b2de8654539b826694f741a6e03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81b6529c70d44e5b83b1d40a3e961e27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea877485723b4f3fa17a6caa7d270e17", "region_id": "RegionOne"}], "type": "volumev3", "id": "9fd5d66df5f24342b535c22f5a765169", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "355f5b9c10c84ea08ec7bdae62c19ca3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "679f99a7bed04920889ad9b8fcf7555a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0f7305cc5114034bb0056026615fdd2", "region_id": "RegionOne"}], "type": "volumev2", "id": "0f77f60ae5f84e59940ff72b8e4cd1aa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4bc28913a23b4869afb634ac67b1357b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73e15f1c6aae490a809e35a420d5ff56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e56415b80f3a4187ae6e0c59f7beb809", "region_id": "RegionOne"}], "type": "volume", "id": "75082a57cdfc46538bbed2dc04dfe3bc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22a3316334404a3abc2524af8207f584", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cdde01d1fa194c8883c02c79d589f71d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f232c153d5b140bbb41fd3c54a6c4cfe", "region_id": "RegionOne"}], "type": "block-store", "id": "fd6f53db8da14c478e99b573b7cdaca6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "804be7c83737421ca4ccf99d79647feb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bffed7bbf70a4903bf202818154eac42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e20afa657d034c22b3e57c930d063e16", "region_id": "RegionOne"}], "type": "alarm", "id": "fb38f2af0555401fb0cfbee4e9f9b1e3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9af58ed7e21b4a2983e8777444c874ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "eb7251b4ad9a4e90bf74afa8177e2e45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9d229b6e563644dea6fd1b1f40c9a338", "region_id": "RegionOne"}], "type": "alarming", "id": "ce36c8ff5d8a4c52bef21dc8b5ba62b4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "aeea4b267cc54ac58d06c71bc06607e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "aad929a482cb4f14b28eb7e6b75b960b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4d62b73f9982465a9fd36165522b2245", "region_id": "RegionOne"}], "type": "meter", "id": "e0f196352229452db288757b4713b1e7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "06a82e5511624e0e9da0eb0cf125d61f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2e79cf54daa44a37b11c46778e8ccb98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "814943581bd14a8f8462fd8eefc32f04", "region_id": "RegionOne"}], "type": "metering", "id": "ebe668d9ca1e49ff9eeb116858274274", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "97b49c723ea24fb185ab21b6accd430b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ac4a0d0d4f1d46a5a21cd9966587aef7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "53bb78b7f6d94f61b717c97949724c40", "region_id": "RegionOne"}], "type": "telemetry", "id": "4d6bd2d87bea4e199a466c8be4969e13", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3988da76097444cc96446161e221a09b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cb7db23ca03b4e1fb6a9e1b4b1e5fe00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8c6bee9b4a3849cfa7672aa9581aac29", "region_id": "RegionOne"}], "type": "event", "id": "679b19a902534ab0892b3febf1973e3f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "38bbbb40e83c44adbb4f65696f4e31b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6c67d4777fed48a98ffa91b7413bb50e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d0cc608c4405471f9b5bfd5adf7e8044", "region_id": "RegionOne"}], "type": "events", "id": "b134d47ea99e48c38f104522b4400de5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ee1ee1cd48b44749a8b383277a7a2a33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "da47b5dbc6954066b3eb00552c9892bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1c5da70395f8444b8bc764af5d176a81", "region_id": "RegionOne"}], "type": "application-deployment", "id": "7ae2e317070c48ba9cfe75fc07c613ea", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ebcdf26755e4487a9106a3ad8612ba37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4e82deedd671408aa293aebc354dfa7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1f6a0c62c1414723acc0ebed8fdb142d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "da2ce5dc38404cb18a8cbd5ad94d21df", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a4eb4b8e566f45c381d4dfec2d606928", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "23011c1a452240b3a1f24de873b07b8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2da47f5e6af54b12b43b0737e5ab11ee", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "04cdb42c1da84e2a90a4031d07e1629e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6bc2f0f6846d4a078e57f3d28544966a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "53352b177ecc42e8a5c40acc2629f31b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5a9e1a2f5a284a068238a8303c1f1dd3", "region_id": "RegionOne"}], "type": "tricircle", "id": "be9ec36e02244c07b34947c634eda49d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f112f6e0a60642fcabe100bbd66279fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "245da137fa6740b698f0722723bad805", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "519837f69a5248a283f8368e9960e8ac", "region_id": "RegionOne"}], "type": "database", "id": "9a0673ee467a42eeb9e82822f7bc213d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d7bb63f455c34b0e9a5851297cb48dc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "87ae962ccc984efb80d87d2c2f82ab38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "171b1618756b4bc8ac26e0a7a1341e66", "region_id": "RegionOne"}], "type": "application-container", "id": "5390f7d0a365414fbafe74d63bc9327d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0ffd0c0d196441da8896c6c19333ecd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "89d4c2b32d8549768a4513c22c6dc976", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9368ebb450394f72a2915a342e906ec0", "region_id": "RegionOne"}], "type": "container", "id": "4ff2539438304704a0ea48ce8b4c2f22", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bd2905812652408ba402c0058958b646", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2f85fb0d9e6c416da596a52dc43cc296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6cb04d734d914185add6a8ff55a100c9", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ddcfb109dbc8448b8d7e4f80cf0aba76", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c3fed5a7b0de48fda351b1078445edd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8cbec739fd74400aa733bad315484c14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f771d36522814f0e94ea401ac1a87de0", "region_id": "RegionOne"}], "type": "rca", "id": "9524893129b2448e915f046d3ba75ecb", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3e9213b459e24441b70f06a5e8d79e27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2da071f7ce5640a79e7448ef9e108f1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "49a922c45bfe4599be02cdef6050544b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b9d4e6ccf8a74694ab4b2ec3d4212302", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d457afd71bd249cb9fbe2990c2a2e985", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9f2450d44b1440b685ab75c22e8fbafd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0dcf91fbf6e54345b758bd039e5fffe9", "region_id": "RegionOne"}], "type": "network", "id": "e4893171cdea474da913c3a263378332", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "69add3bb43424ffb832e00cefbc128b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8ef094f442254dd2ba15842108b6f3f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f7177c012e6a49e58f79b15752acfc3f", "region_id": "RegionOne"}], "type": "backup", "id": "c076ae8b23c944848d4fff1a230a98b2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7c568ca7bcc2460c82931c91699994fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1f88ccd13afd409c83b99688e8f8c30e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f07953d9feb449a1974bcbc00eaa3ac3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "24824ef5d21f4d4aa169f483d1b8e87d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bdf3327b09194ed6b2bebc304d148f7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f255ced1aedf42b5802d9864665e599e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a708020cfcbe4c1f9a3c0cd4b0b09cf0", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2f3faa2787c8410aab7d5ac72a85f34f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "06fc0fe0eee741f68775831b4e6608f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "348039a687de4e718096771d308e7ac5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "53062bad2dcd4f46ba7b7045941f404b", "region_id": "RegionOne"}], "type": "monitoring", "id": "bf7efb2843944fc79d4a8cfea68183b3", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "93358bd96d084ad3826237f4d7846100", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bfac01f051064cd5ba84dfa9488fb2ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f285af85bba444c4aa5633e24bcf5209", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b05d77fe3b98481eaa7f033948602b4c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2bd202649ea14a0f98feb7c4480f9915", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "86b1156b6a9344ca9a3dc31810b275b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "50740a7d619948ad8608baf269e2de97", "region_id": "RegionOne"}], "type": "placement", "id": "95976be7720d479ca077f08f12016fc6", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2b97b606107648ea8594772f75d03150", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "95c7ffa934174c928c0223e2e13a384f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5483623ddea04ca7b2dfbd04eccc9239", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a10c112de46749e59078f34503a9a0cf", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9c165281783444ca9d19134fd477b16d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b4d4f69fdf2141639892def967a5234b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "48fe592d9a6946e4ad0660d2b0c915da", "region_id": "RegionOne"}], "type": "ha", "id": "ac219b0805fc40d3b8eb71bd169cce32", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a1a731b4a8634759a0c45cc56e6a1c80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d29e890a326a41d78f4e2a3a591e0d8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b967779964d0475c87b5ef4a456c670b", "region_id": "RegionOne"}], "type": "reservation", "id": "7893b31e2bfc4d82b650fa6e380a3a92", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c1b75a89ca134b2786ebe2b9ea9d04e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "316fbb4bc56b4406b99741a0af5ab212", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "827d653c8a274f3aaa1b996dc1189b65", "region_id": "RegionOne"}], "type": "function-engine", "id": "666a3f24b6264759a3512d3b7d963244", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "51fd0c63194a43368a0e27e3d8305732", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "07fed45e3c5b4cbc9d90f63e1dcfd152", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7bf521a5966d4d66b9d344bcaf8f6dd9", "region_id": "RegionOne"}], "type": "accelerator", "id": "edc9d2c3bb0244e6bd6e6a9af4585914", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1dbfc2de57c54e038fed693d8b4db6fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0dfa78f72d6d47c2be5d4aee724312fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cc26605af4024826a837bcb29e4e4e9e", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a8703cd7e6bf41b3954c119d8563eadc", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8fa9922c4308400390d050f469ed2c71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "67abda12a84a4467a0e001e98be263bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2597a64be15348a1b940c72b5e0111e3", "region_id": "RegionOne"}], "type": "registration", "id": "ce6348ebe07c49a78d424280f6ba5e78", "name": "adjutant"}], "user": {"domain": {"id": "9ffb98d308e14f8ebaf7f3d9a3723a19", "name": "0753b0b3dafc44358186555be740dfed"}, "id": "c54ad48d834245e4a406e448ffbb853c", "name": "6c92565a1eac4025bf2a77c8d04e545b"}, "audit_ids": ["55ccba1fee0a485dbc1ffea1b19c7a9f", null], "issued_at": "2019-09-19T09:04:41.650180"}} 2019-09-19 09:06:41,864 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,870 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,872 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2019-09-19 09:06:41,875 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,880 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,882 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2019-09-19 09:06:41,885 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,890 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,892 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2019-09-19 09:06:41,896 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/bandwidth_limit_rules -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"bandwidth_limit_rule": {"max_kbps": 1000}}' 2019-09-19 09:06:41,900 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,902 keystoneauth.session RESP BODY: {"bandwidth_limit_rule": {"max_kbps": 1000, "direction": "egress", "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3", "max_burst_kbps": 100}} {16} openstack.tests.unit.cloud.test_network.TestNetwork.test_create_network_external [0.181550s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,853 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,858 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,861 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,864 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,879 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.797739+00:00", "project": {"domain": {"id": "800fdc7d999643c3b17f1713ac07e62f", "name": "fe1cac63e4844f568a138b2a0bfa110d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "39c62086e7744bd1ad7347907d9cb425"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "458791301f14421ca8da2621468fa43e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "00f76cf800cb4c33b017367fe884b0f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "3369b4797359472f89a0074119fc084d", "region_id": "RegionOne"}], "type": "identity", "id": "5f0e5511f85b456cb7a7cd74d2d8ea97", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d5a6a3493675482a84b0ab04ca753b5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "09d59a1eb7134826bb23dc953d6829f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "71e16356695040c6b8b3e5512b8cad45", "region_id": "RegionOne"}], "type": "compute", "id": "42ee855078f040e886e79cd273d09e2c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4551cce7a79049c2a13fa734b2144d84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c5285e0b9a1e4350ac5a7164f4a1e067", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "40bd7fc79b5c41929e05dd8b76b81a7d", "region_id": "RegionOne"}], "type": "image", "id": "d065c12219134174a4b229f569fad5ee", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cb5cfcfa2b654fee8bd1d4ae610a0681", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0fb6daea12cd4e56938a02d8d4410840", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "58d8c3e2af2444879258cda9e77f4362", "region_id": "RegionOne"}], "type": "load-balancer", "id": "69899e519a9e4f449d2c4f53a08a726f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e63e2efe80904b919488aa79b05d1172", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d23d911a34984d7bbd6c54af33d2c2e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a423ace4b5e4e83bf7e8299bf14aa07", "region_id": "RegionOne"}], "type": "object-store", "id": "7824a20a8aa54911890907e8f3edb202", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4e7532b4edd54305b10a44f69d5f8086", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "78bffc8b40be4bd2b40a1213b1f27de5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8359ce0f0c5242e6bd7afc1ab7155679", "region_id": "RegionOne"}], "type": "clustering", "id": "88f0419aa5a54ab79a3219d33ee0e5ac", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0428c87ae3b240b5bcf1798311d85bbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3c2a15eaec4145fba5d3291c21326880", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5ef7defe7bb947f4adfed5ac39d71ebb", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7219ea372bf94063b0b273f86883054c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f706dca3758e423289bbde60c26d1131", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ed89a23f731c4455a76f6f4e05ef92fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b9b76d93b21a4700b9829b9efc3d165a", "region_id": "RegionOne"}], "type": "cluster", "id": "932fcc2cd481404bbbc38fe37bdc15a1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "962ac1182ce747b1924bba77e029fe54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "84fa677512a94769980597d311fe882f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "17613294697d4143a556990044f43b83", "region_id": "RegionOne"}], "type": "data-processing", "id": "b3e91dbcff124b25909c7d911bbf128c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9a7a9a3b92164863b286f8a813ed870f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0eff6eb6710147a1a2a82281821a981d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c59a6d21182e45fa90443102a592116d", "region_id": "RegionOne"}], "type": "baremetal", "id": "2667cf8f30514662b9f167f857389a83", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b90e57c998a840a88072bf14d4f89216", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "55df2f46b17a4304819a16cfc428f917", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "53e18b5e6c0441f4a1db3e565afc5823", "region_id": "RegionOne"}], "type": "bare-metal", "id": "da1f6446f7b7453497a87ca16b778d7e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8d0f0d7a2c14406e9665fe16d5418912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "87227193869448ef8ef18099a5ff52af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3eabe71e81f94a8d8ff08bb74f9098c4", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d35ece0a9c004f7686428640d3deab6e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "63ae12408c2344fcaa2dbd036f05285f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "28e011de28894a3aaaab22df3619123a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ad0fa7e75b494cab8d14568624fcbc5b", "region_id": "RegionOne"}], "type": "key-manager", "id": "f8e88bdc143241e5acc03c6c10eaaa45", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3f8dd98ef9f44d28a3c8753fb015c46e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "595ad13d85ce4dbba3c4bc464deea347", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7599dfe41ee340c9a1206438f01fdaaa", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e5e18043e3de425abdd3c774bbc9b2a6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "63dc543a83804c82b6c799453038d6ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f31ad41cee3f4eb99647e6ac07352265", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "83e65e4150e942e397c395b3a6f05415", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4b1e9a7dfa3842ae88688f9786280fe5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0cfa27c0042d4de59981ea4ad6a1a83d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4074e005ff884c6aa9abaae7bebb7188", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0d37afd250ea4f81881527224b7a5ad2", "region_id": "RegionOne"}], "type": "message", "id": "3c556c6b0b8d4392b6a9039bdbe25d4f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c03b1c2e93064155a44cbf2b558ef6e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3178e752d015410795923631a73b8742", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "41f6d7ecf23e46b88c6b56c6ce7f2659", "region_id": "RegionOne"}], "type": "messaging", "id": "8c1574a714c649b496ab291d3ae4403a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7c1348b6b28b4411822ffd96363c532f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ef5bd261c59d490bb199ec3ffd556017", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "39eb84497a594c5f8b7760004245dda3", "region_id": "RegionOne"}], "type": "application-catalog", "id": "309f305a678548bc89723e2b0a1907b2", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f96664d83a9a4b2baf897be0bc870184", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7504a52cfb034823986d3e3338525687", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0acac84ff6e7415c84968a9b869787a6", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b80939cbd0644eee9179f9ee20a2a447", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be1ed1c276754ee390fa57a5e859af98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "134fd07cb710450682d6f077db950f7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "509699449e0845c0a7f459d245acbe46", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b8be3b53f25c4d9e97ddf62c6d9cc1a2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c290b5f75e3849199018e0ed6ef7d446", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "53c31e4e00fe430e9fe8803afdcbf5a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "75ef1751fce244bda01eb750a93d6e5f", "region_id": "RegionOne"}], "type": "container-infra", "id": "7e6cba2e9b5c4c14988f5453ccb2ad33", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5f20c2476e954500ba22b79a76b50294", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "1995b953cd2a47bbb07afbb0b4e119ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9a7f24c572bf491e9fe928bc4d710f71", "region_id": "RegionOne"}], "type": "search", "id": "ab402507b3fd4a0a9c6c435bb58f7c93", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ebd8abf54dd64193b2ec174379abf689", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ee93ee0b1cc54e218701cfbc55a5bb58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "92721463a55c4193bf0256872af66100", "region_id": "RegionOne"}], "type": "dns", "id": "98032e07f74a4e2993a9d47b3d313cd1", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c8c85699c169478d8ce1a981babedc8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e2d38550c5b5478e928f72abd1f720dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f24660c54bca4f669776dd464dc53ad9", "region_id": "RegionOne"}], "type": "workflow", "id": "b1116e09f05f48a5a8e6c16cb146d35f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a45742e5657646698e911a3abc41a9ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5c57c12fc21a458bb3fdd08aee8ea569", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "906e48c5b54b488b8a25a253ebeda576", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0e09562a0a8a4e6f8c876dd9b786d82c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "58b65a74dbfc44be92a8817916fef850", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2653298c4f3e4e61aafd282c5a9c3543", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "2d4d7cfdaeb842279556def5fec5962a", "region_id": "RegionOne"}], "type": "rating", "id": "0fc64b52babb4cf7bfdcb942ba41a12a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "58bddbc194b74d59bbe0299360827709", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "89a94dbac7a142a1ab5705a1ce951879", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "20d2cf16d9bd4ada98ae6c3f7685b284", "region_id": "RegionOne"}], "type": "operator-policy", "id": "2aacd1a952e04ce8a47991aeded65d27", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0a006844135e4aa1be230ad31e412ba1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e9684070e3b442b79598d80c02c8487e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "710f0c225f0d4b4facecdf8a4502ccc3", "region_id": "RegionOne"}], "type": "policy", "id": "2448ff9360364f039929716d042d5d44", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4ca28328d0dc431b848974b5061c7736", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "214317654bd34e1b85a3656268c7593d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5cb49eab558f4c94963fd2e90da0990d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d4e938f9559e41238dc5590505a0c72f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7318f762f1d046988fb3616cb82a400f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e153b18f8a344670adb1d8722785b8e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "750e60b6a17c4c8a9b285dd594e9177d", "region_id": "RegionOne"}], "type": "sharev2", "id": "884ddf6b8de144898b872be9a92d8230", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "edd746d15471480a8cb2ee794b865420", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4bea4f6d4cc1446b9aff010471dad7b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "43479d23ccf44e4693b092a360d0e95b", "region_id": "RegionOne"}], "type": "share", "id": "eb76438228a148c986ce24c324dc9c80", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "09dcf45d78fa4f66bf572f679ba91a57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "068bd0c2efb04614be11dceacee2abec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "8a17bf10420c455a9812a2402b1adad2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "25651d7673084db1a72391d1525b160a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2488f42f9f004e1fad80313507859757", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cff9d8310fb34890896503b9f464360b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "071eb77bd7d747608a8ff67ae27508dd", "region_id": "RegionOne"}], "type": "orchestration", "id": "97d603a52755487aa0cfc38921c70234", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf7eae07fcb54ec599d5b09d4ef43d53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52ad096d7e3346cebba00c1b746faca6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfe0333d2e3342c48b09c07c7650ebea", "region_id": "RegionOne"}], "type": "block-storage", "id": "a3482556d2d14de3875d137579128138", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b2fe300084f45b3a0f39932585e1987", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a709b45bbc24a558302b7f8601724ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e72a1aedd6244e6b886faa14805230f7", "region_id": "RegionOne"}], "type": "volumev3", "id": "75ee8a851e9b49ce8048177dac7f5d2c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63e8f93eaf1148b68e46591fadaf4a60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "250b7dff5f394201a100ed4d77b06d4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d017cac8b37542f086433f79e5d9d574", "region_id": "RegionOne"}], "type": "volumev2", "id": "3e87ca0e20d246e9bb0cce7c2a331832", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b7b692588a848109e3faab15a95e2df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77e2ff0bcef44ecdb5aab275f8b6e703", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8ed87f7d70143bd94a8018a101ad0b5", "region_id": "RegionOne"}], "type": "volume", "id": "36e9601dd3e04a3db69e5013adc628fb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c3e785f53624ba28fcd156489bf8444", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "642f81a677b14e8fa0f196e03d3312a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be19bc5d077c467e8e2586aee1306aaa", "region_id": "RegionOne"}], "type": "block-store", "id": "bef3f907da604423bf39e8e57fbe6948", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3171fcdd4b7642ff8b5966ea2b62f290", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c053367a5e1a4c00bfd02e74b02d74f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1a30e8c2943c4602b528c92cdf65a60e", "region_id": "RegionOne"}], "type": "alarm", "id": "0bbc14a778c64b3eb68e7b0852a6223a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "efe7885ad5e24dbe939d90dc6eb02ef8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ddeb5dd3207447db9d0bb4fd09c7d6fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5d1df3ce419a48b0a6441889563e0e10", "region_id": "RegionOne"}], "type": "alarming", "id": "24b510ad53384b59becbf06f7631526b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7fa36bfab7e74a218016fcd451d66dd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c88a3cb77cbb4d8c8c44bdf600e7a7c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fa012fd81c7f41f3b28511b5430487c4", "region_id": "RegionOne"}], "type": "meter", "id": "96b6c719dcf946df806fad8732351e6f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2c098ebba7fb483a97bbb3a09e1ada66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2505b423717143efac199d329a8df006", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8d5f8a1fd9824677927ab11eaba2738e", "region_id": "RegionOne"}], "type": "metering", "id": "9d06f8692362401d896a79992e8e2be1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4fff240efaf341ce9e95c3681f10c05e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "09a12d1ad242475eb89f295e5238d0ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "368eff12d9d24f7e8b44cde015f62983", "region_id": "RegionOne"}], "type": "telemetry", "id": "ae08706866d846bf899fb815bb5f7429", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b06b67d9952040f8a1c9795242e5c9cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "acc0989256634076a817910261886517", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9021039f5d58406c9d17567bff7406d4", "region_id": "RegionOne"}], "type": "event", "id": "ca82f3d2de8b49528ae787c8358952c2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2d36d6da62ec4befb108e412c2888b2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e941973e1b664daea81a716e75797aec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2322dfc522e74befa39abeea43ae28b7", "region_id": "RegionOne"}], "type": "events", "id": "3a14e62c0f58494899652ecefb9b6cd4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0646215805cb438e8082b0b7b093cc80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "92ed721d219f40e084c3ad2499ca2909", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "95eb6f6e79464fef82153be79875ab09", "region_id": "RegionOne"}], "type": "application-deployment", "id": "80398c44d0e1464ca8bd80cff3d4a15a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ede74bf0a9784f38a33ce05c58868d25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0de70fb0b6ab4b48b58732c07d3e4e26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "cb3d7ca229ef4bfdb480eb83ae2fc4fb", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b98f88268561498691d20b27506d96aa", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4efa5c399b99492aacfc209c58307b92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "994c5b28a4fd4319a3663397a2400ad6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "34ea4dda65374d7b86e2e1ed65ec79ed", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "9ed6ef8867324c9bad705a286beb2c68", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d89c2c122f7140a19078c35f8ce17c0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d30cc042f99a4a918b45b4b4e5e18d23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "625e3d125d5d4f20ae4fb479739aca09", "region_id": "RegionOne"}], "type": "tricircle", "id": "7708b91b915748faa85aaa286680fc2e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "822802e164424430bbe8c1b70e35e3ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9b4d64fadde442d6bb8562179dbae29c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "8d55d406faf9482b8d76aa5390c92b80", "region_id": "RegionOne"}], "type": "database", "id": "a0abcfa1ac184169839196acf0a2be0d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8ab5b94a76b241419616935913d037f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b85d94c8e1374893b0b32ab6d728d2d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "63a634c51a53469896bad0f7f043cf80", "region_id": "RegionOne"}], "type": "application-container", "id": "261fbfd93c4744f4b4dfae16f111a700", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7a535d4314b842c1bfd0cde005957469", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "709b7a5d65f3408cb4cdd43039f44227", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d09f1bc686dd4b7fbe9f25a8c66cf2e2", "region_id": "RegionOne"}], "type": "container", "id": "7f93059d383c4a22b130d828e94a635f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "074ce5205c6b4fd98e8d697aa5bbd652", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a7e0731b5ead477983c6220b0c0a2527", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a766cab8d1c544618da77222c91fc5a1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "bd7f052908604d29afa0012ca2af3f28", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c6850aab9a6e45b9b89e54f5a5e99f3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "45a45c335fa446b78252000b30f0165b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3211601416224a20b856793c305c3a98", "region_id": "RegionOne"}], "type": "rca", "id": "68464a73fe84442d86ca5ba4ef9aad82", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2180c2a59a7d4941be553786d552ee1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "40fb2928d038412eb52b7a12e25e8997", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f229b62341d140c4aea39423e504daa0", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f96b480322a4409da59f4a9ab6a87fbd", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "397492db64874417bb6948fceb690bd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "21b04ce1d0544ea8a7870a99b884b3b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "07e731763a0c44029d3be30175cc7ca5", "region_id": "RegionOne"}], "type": "network", "id": "c9da91cbe6be4d30950aac7060dffe6b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "194a9425fa364130909f534e3909392f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9e5950f3879b44eda8f43f9b0d4c1231", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7f714228e310456680783a9af2230fbe", "region_id": "RegionOne"}], "type": "backup", "id": "f7f5f989eb5445e09c32f05886c59f90", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f2d874c8f01241c59b79a32f957f4675", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f15efa7cef7a4c6db013b457d9555444", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e455033baa2c46eeb25c888c8f763338", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6ccce3ca81324285ade69d09d04b7651", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c218aeecfb0d4219b4de16092f52a6d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3fbce883fdc745e982f501fc64dffef1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fdc87460247a485ab9f6a3beffdb4abf", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "937b85945ae54c34a7907be3cbd04c5d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "364d16f852c34d3f924e4b5984d8a1f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "768771df4f164551afa6d6d819157bee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e1e1b0aca30940dca643ec802dd4c74f", "region_id": "RegionOne"}], "type": "monitoring", "id": "2e05920e88f341e3b459965a2e682032", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ee09d139356a41da81d0311f88947b9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6402c121e22d4b52ab4cbf67999ba018", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7b0c33c35137452f840d0744b9a1590e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "21c7c267aa9b4facb6ef723621f4b48a", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4435c2681eb64f77bc5075ac0735ea5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4e1769ef5d0b44189e943426bd15ca93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a129a68ae7ce4cf590237df02693e52c", "region_id": "RegionOne"}], "type": "placement", "id": "b1cb772326024ce3a72bdff2427d0dc4", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f47d0a0aacf4448085d835a7f5311acd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "700ec5aea2b64e4489e61a5b9e143351", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c8ae7f09258b4fb49fea6144cf934899", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ac06c87a5b934d7abe97943b948c7377", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "167ddb8d7aab4f3e8fd70de925cb96e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9ebe747fa56c49a7838c9afb3814431d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4143173910f047298985142d3006e31c", "region_id": "RegionOne"}], "type": "ha", "id": "ffab16a577c34ef89c0de89d1067eb82", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c70b25f543384a77a8dc87d5d5a8d5ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6fa3bbeb28d34cb1aec85eb911c0c78d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "94ac7fbfe19b464cbf62e05833862bee", "region_id": "RegionOne"}], "type": "reservation", "id": "8234720ee72d4d978d61958cbe4ac713", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "dc19b8b470b743318b68c09d6535a00d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7d8cd01cf4ea46b18ace0c19bfb93098", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "08c5cd2222f34854b7302ebbcaf40690", "region_id": "RegionOne"}], "type": "function-engine", "id": "621c2133f0eb4d84a22dab60ff31dc6d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "77c6a64c527d422fbbc0d9dab26340d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e7121c8918ba45ddb279ec9e728b4eb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6d1ccd73ebab4109a114f3ee61080c28", "region_id": "RegionOne"}], "type": "accelerator", "id": "42d956867fa3441b80d5fc9ecbabce9a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "13ca805e819346eb957763630ef821c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "db1728c77b024d0db635e85d5311895c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "25a68c3c724d4874b84806cd719dcc38", "region_id": "RegionOne"}], "type": "admin-logic", "id": "00d581f33be843fc9c079ea82d75080c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d36c55e0697e4981928f2831d6af9991", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "701730d81fe5405d88b5524476097350", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "19b503e70fb44ff4b073404f65ff2d75", "region_id": "RegionOne"}], "type": "registration", "id": "9b05d1b949c044e2860344305caa5e42", "name": "adjutant"}], "user": {"domain": {"id": "d953c985c3c74f42adeb165ac162ca0e", "name": "10276aa19a8045db81520a4491202633"}, "id": "501f2c8dbec34ae086ea70c2042029b9", "name": "03060225a58b4b67a9285bc25db85e3d"}, "audit_ids": ["d6e6d0dd80c74b45854ba23937b69cfd", null], "issued_at": "2019-09-19T09:04:41.797739"}} 2019-09-19 09:06:41,965 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/networks.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"network": {"router:external": true, "name": "netname", "admin_state_up": true}}' 2019-09-19 09:06:41,970 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,972 keystoneauth.session RESP BODY: {"network": {"status": "ACTIVE", "subnets": [], "description": "", "provider:physical_network": null, "tags": [], "ipv6_address_scope": null, "dns_domain": "sample.openstack.org.", "updated_at": "2017-04-22T19:22:53Z", "is_default": false, "revision_number": 3, "port_security_enabled": true, "provider:network_type": "local", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "provider:segmentation_id": null, "router:external": true, "availability_zone_hints": [], "availability_zones": [], "qos_policy_id": null, "admin_state_up": true, "name": "netname", "created_at": "2017-04-22T19:22:53Z", "mtu": 0, "tenant_id": "861808a93da0484ea1767967c4df8a23", "ipv4_address_scope": null, "shared": false, "project_id": "861808a93da0484ea1767967c4df8a23"}} {6} openstack.tests.unit.cloud.test_object.TestObject.test_set_container_access_public [0.186236s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,778 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,781 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,783 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,786 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,795 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.731174+00:00", "project": {"domain": {"id": "2923d7e9bb444ca7af4bc5f64b154c48", "name": "47cb67afd0824b7e8e308f485404ccc0"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6f12730d43dd480686b7e5f258647f94"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "00a97daf1b7341e3bcdf61f6f2f1b500", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a2e8c9d0ac084f2baae9ae69674774ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c6b91787936941faa004a3b213fe3d58", "region_id": "RegionOne"}], "type": "identity", "id": "b7de35704e934f35b475620b61706e81", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "23e95b24c62d4fc881d21b6d5521aa07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "48e3e587c6bb454299b2dfb19f07ded5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "36ac9ea0d794411e924b736c629074e1", "region_id": "RegionOne"}], "type": "compute", "id": "540bd64a634946ea803cfe1ca1fd62c8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4deb05a1be40431690927cf46ffaed71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "8cb3cfeaf6364b8c8e71ef1ef08e85df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "087e95edc3b44709b64b31fa64075ac1", "region_id": "RegionOne"}], "type": "image", "id": "72cb2ce18c3f45129e179ae54cafbb41", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5d8009c74ea84f648dc2733c1a72f584", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f69fc25aa84e4aeda9d26b3ec1897136", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "53d782334f944797a583d9d90844ee02", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1963607b39e543cfa12d3e672492b3a9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6d055115311476a8cdaca2185b2e8f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23fd69715ac34cd99290ce2982ab12b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a5786f898d74b639e16ecd53fb5b70d", "region_id": "RegionOne"}], "type": "object-store", "id": "86173333c22b46e2b838987ce45b05fa", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c61927d10d06461ea4debe89cd389a37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a845430493524372838d984c310a0c22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "844abf620e084fce834dc2542446a702", "region_id": "RegionOne"}], "type": "clustering", "id": "3db1f342d070458d8b348dcc3526c81a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ce3b10299cc94932bdad8f2d8b9e8f62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "92b3b104900a4d1b80d57975b168a62e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "33318ab7ec5d4bbab9c88e09331e83f1", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "747a35e6d404401381fe8d857361889f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "282ecce47d1042909311e6a31c056768", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2101e50fd7b74d69826aa77d0aa7ccf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4dacfb689ccc41c29a8b4d6d96b2bda6", "region_id": "RegionOne"}], "type": "cluster", "id": "37285a0262d1441785078444983911c9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e76e7e0779da4e4b82001ec4f7a509be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "123e56965b364b71b857e44778e7b551", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ca11258e4c124544bcfebd36cdd73883", "region_id": "RegionOne"}], "type": "data-processing", "id": "8de3af4766234a7a8cf182c72eb62e15", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7fadb76f2f5f4f95a6378245b03865bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "df961db7bfbd49bf8d2407921e129f6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "28de08b8fe524046af16263f7a2d6e33", "region_id": "RegionOne"}], "type": "baremetal", "id": "e687209ca59544cb8716594ce0fc7060", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4f06c508a838499eac4bcb557026444e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "202b7bfef44a467e88ab194970301e43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8fa69e5780734b79b8eee25e7b04ff54", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6c8855a4cf6b48dab55cb747495c5985", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ec1db9b2b6914aad92ee63043a641577", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f4012971f79e473ebcd5d6d699c93101", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a705881315844b539ded5c638718b124", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "cb636148cabb48f6869938426769748f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "eb40b5ac278444d68136bb9e438b19c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "66b8f38c9f5b4662b6fdc3fc1f3da678", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "fdf1530f64dd49d0a70f1db81e15889a", "region_id": "RegionOne"}], "type": "key-manager", "id": "73c1bb1d9da74f2e88fac1293013b35f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e30d4e3e174e4502862ac68feff52117", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "29a4391aa16d44dfaa0a45dd89555513", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7da3a3dc114346c39c113e8b99c6b912", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2b80d416eb874b7c9691104c82ddd18e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cd2082d4078a4a3391c90881662bd3d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b9d0a6c4039b4ea2a462222c8bceb499", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7b46f2da1e834b3bae32059ec99c86c6", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6ee1f71d0fa94c4d9ebec34a07b39b57", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b68bde84171a4941bd5f9d9bb16dcc6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "fd6ced41294a4443a0dca63b6b99e50f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "198db42c7d55460693bc27c6355a7554", "region_id": "RegionOne"}], "type": "message", "id": "efadcb76704d42229aa860f3e9a903a4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "34105ba06cdc4ce4be177d62b98b1395", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c17f1d5fccda45018365326759f4958b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "aa815a190b6e4484a5266a91bcfcf4a8", "region_id": "RegionOne"}], "type": "messaging", "id": "a16e89b9952a4dc3a666eb33bac135b2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5136d366cccd405793696492fe4c0983", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "48fc9010291645c7850d39acb91db11c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0baa87b536734d6dbf41383982c0847f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "32fc582458e841098d9518d9aeccd41c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "48829a953e8a4fae9664370bbd139196", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "95c42fa6a7e649cc93327293f2aebe12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "387fef321db447a1a38c7e371ea55141", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d0bccdb4bd6b4165b051f71e4631e6de", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "75cabbf721744791b31d60f37ba2b6ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6375bb77b49b40b0ac8408d6cbce1b35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "87367c40e3084ee2a282d12ed770878a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "73e681ab455a4fddb3b2e0cc14a2fda5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6bfe30d5e00b4359ad1f031595d3fd02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4a081863020443b484bf430f94428fa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e88675c6f9484f8ab9fe181b3ab379b0", "region_id": "RegionOne"}], "type": "container-infra", "id": "034b1c433a0f4fc5abcfd690fc045a7f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "44245cbbe2034bbfb1137f0bfc678525", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "2b3ff362468e452b987544406de7e461", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "1276a9e60ac54c07b0e23a539d113ca3", "region_id": "RegionOne"}], "type": "search", "id": "ca2bee056158451f8b91b98aad270946", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "20adf6a934024d2aa71fb91eb5d65cd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "7c84468a844d49ea8054b6295b6731ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "60e2558d18424109bbe4a083a6d00826", "region_id": "RegionOne"}], "type": "dns", "id": "d400250504c7457ea9ac59f5b85e18c8", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ca6b79dab70a423ba19389d23f68028e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "14b23b0abaa5482aa77f90d5ae0c6c60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "70ef8541df364f58839d084750924dad", "region_id": "RegionOne"}], "type": "workflow", "id": "b90121fbcdce4e9f8b5190f74f75d267", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "160b163f40d84ab583b160a6a0b007e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b54558de9ed94a7ea0ea3b4a0244941a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e71e1a7e2ba1480a8856a0102d2c24a4", "region_id": "RegionOne"}], "type": "workflowv2", "id": "181bef0af59340beb215acc9212b2977", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "25fb2d1dadd543a3b4f8b327d995ecac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d4986f9857264076a85eabb69f3222e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a56ae7d7ec18407eb4f6866f12736d28", "region_id": "RegionOne"}], "type": "rating", "id": "cb8e0559aa3049b798542b5ae5fbe4c2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1e1bf664387741ad8ed26bc6e000ad30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "67537cb705384d0ab4ad87abfcfaf0a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "636f475799f94c99bac193b457c645ab", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ae0543c149db4c0b844299ac1c589db1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "32cb3dbba21745e18a83051c89b167d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e124311c34f042d08acad83fd375b029", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "68963186324447acac3cfd2d52852322", "region_id": "RegionOne"}], "type": "policy", "id": "7120034b722748d4bfa5069d4ebf2047", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "655607a0b0e6486e979962094de6212c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7108d6814b8f42bfb5b4472c097bbed7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ae860866ac4d431c92eda8b3c693e9ed", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8b01d764191744d38ba3bbe7089ceeb1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3fd38725e47844daa4b66075cc00efdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4c54c25c92a1451e95d1de65a96d47e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bdd3f33419694b62b4fc077a7310cdf7", "region_id": "RegionOne"}], "type": "sharev2", "id": "7528c0cee8e44286ae21912ace2044b2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7fd897cb43dd4158842e68503e0b2b88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d38579db92b14b7d9d3fef42c7528f7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c1e67d95de3148f0bde50c02642407b1", "region_id": "RegionOne"}], "type": "share", "id": "7e1ff159ff5a45f0a1046d90fd377490", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4b62b2b5180d4c4f94b7fd9bbb12b698", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2e2be1969dff47b7908a5614eaf0ff92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "414fb433c7cc45af95e4e305f8f7e9d3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "48545f235faf4cd3a7565970c5f92b94", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc28d8c0fcb34256add6ab348ca93e28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76945161e7664dcb93835b09949075d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3533ac43a294745be5cd58bce1eb769", "region_id": "RegionOne"}], "type": "orchestration", "id": "d27d1c6560ab4e888892585088bcd395", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97d4849a40dd4d4dbcdab59ed06e9f42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc63d964cc804c80b14b6c749b3a4530", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5672f8f733dc4808b62261860995f854", "region_id": "RegionOne"}], "type": "block-storage", "id": "6af19e394e7149ae81adb138ae554e53", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2153183a788247d6869d488bc484c381", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79b7661a48f54465a04d5ecb7fd08ef8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4642bcfcc5df42959e28fb1a356a1511", "region_id": "RegionOne"}], "type": "volumev3", "id": "6294bbf523314c169b0a77584610abd0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "279e50b00ff844c0a3ca0e3a43a1991f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb363165e5114f73a28539441efdb6f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a54d1d47d7904f9883eeaee8468a3783", "region_id": "RegionOne"}], "type": "volumev2", "id": "1f16905cfd18471bad2a1bc7f2b34c7c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8500c96680ce4d8c917d91d1ba2938c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31a6d8711eeb4d19b6050c04759f6f25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c595b00a5f8d459c8ba3e06411951bd0", "region_id": "RegionOne"}], "type": "volume", "id": "9e2a36c7677f47518f2cb3a2891780fe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1432949a3aa84bfa90fe2821a9b918c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bcb689bb5db8497aa067fe6a9c03861a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f1c628a80c844a1a955f06d909dfa07", "region_id": "RegionOne"}], "type": "block-store", "id": "011d206c308d42a6a4becfa48d15ec84", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fa8d4943f97141cd995e9e7a19b87c8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "57367f8ad4c8480a84a017ad372067e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "16f6a60e5f934c168a895747882fde29", "region_id": "RegionOne"}], "type": "alarm", "id": "a64b267965e344a1a3e6f185b2662d7d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "64a0d0efa414496197b299f81f176ff3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "26b7c17ce38b4443a77766e1885e359b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e8d2b0f9a031479bb317766ae459a816", "region_id": "RegionOne"}], "type": "alarming", "id": "10e29bcc34674caaa33db8478e91bdde", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4c440f46fefc452295d0c864a53e4f37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8286049228ac4054a5cd1b4f8e68b858", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6541150466d04188b01acb0ee17bc241", "region_id": "RegionOne"}], "type": "meter", "id": "7ebcb93337834fe0a7e9122a8dab3d99", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3117705184894da1b4dabc755ac4f653", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1fce7685d2694135b4809f3ab08f148d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1f1a89a6f23a402ca9fda10e046db926", "region_id": "RegionOne"}], "type": "metering", "id": "6c4ff577bea24288878e294310df2100", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9703dfa3fc4c4b4da0590ba9b77d37e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3fda3b572585433f99e10a3204e4737c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6a22c63a281340e5a15c66801929f550", "region_id": "RegionOne"}], "type": "telemetry", "id": "4d430dc0adaa4aea8f6202cdc5c8b644", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4b8c7bb3ee72445ebe69567d48edccb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "eaa3b1eea29542e5b75202b85145e9e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "632d8259ac344e4c80ec06b62993137d", "region_id": "RegionOne"}], "type": "event", "id": "15d0569a78814b2cb153b97fc4edd93f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a5ac46518e6b4c7ea754a219d9740256", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ac20b54575964deb83a054fc69977ac4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c5e015ad311549198cae7d1fc98d2924", "region_id": "RegionOne"}], "type": "events", "id": "2e127e1502d749f39e87a4ade47f2403", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "610b59e5b56940888254f0652ee98880", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bcbd1af7614c42fdaebcc5c2f9d3bc89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5b6ed119d67546b98963c544869a3f42", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3d519c18f8c049389dac2516370a12a1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "807a677711f14c5f8998393d006def46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4bd1ea46f3cc4aa7b0de1e79dda7018e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9fb0afc9a7c940d8b8e103f087780916", "region_id": "RegionOne"}], "type": "application_deployment", "id": "75ac25a61ea94c9eaa4d525a3abb668d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6f4929e6731849668dcc03d3be7d1824", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "742cd942b9a04a759ec038c15b2e447c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f4a963ea231f476ab1a4a68d908db7db", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "bf6216b70e504a78bab24686103f4a9c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e794dfba4a5d48298310de2b6c18fdc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "002a5e1be9914c4aba77d4226affc6e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "50b7e4a78d5940619735598dce3e6ead", "region_id": "RegionOne"}], "type": "tricircle", "id": "fefcd5ace86c46f295803226159f77d3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d5bf6a0c6aba4b47be1a9e521cc234df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "33b7eaa1e3df4f1bb4bd342ea3b844fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d5a4235d0d474c67b9501c0e27b9671b", "region_id": "RegionOne"}], "type": "database", "id": "7a89565a6bf445a7bc87198f706f4465", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2a938ac76e8240bbb90299a377a140ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "91601cffb2874febafaa9e377c15160a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "94bf9cb8c1504297b650db9ab4eca282", "region_id": "RegionOne"}], "type": "application-container", "id": "524d6947213a4d49a15a2660c41d5ec0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2124050d51dc404c8a23d3d331dd4b77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "15fc1614c46e4cc6a356594cc7202ebe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d05748fd7f2d46cba5f82c1f08481864", "region_id": "RegionOne"}], "type": "container", "id": "cd4366fcc31b4a15bd55b4f62a271515", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2029bd94ba2d4e2ebd1a22cd15ed7347", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a19b3e517cee4eda92c3f1e368abc231", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "21502751f1dc4939a1b155987a21f866", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8de3922714f949ab8f91c02ecd2698e8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fd923168250745cd8dee8b0d97ea74a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4a254305e17e4cc293e400635f7a78ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "839b0bceced34981b917e6f3f24c42c7", "region_id": "RegionOne"}], "type": "rca", "id": "df5c1219e195430d9f192af134ccc2f7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "79bca65f67d44b939340afb4ca43d446", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "26a3a74bf66145b6acfb194ee2004dd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1ef4682a5c704255a7e28a3e06351f1f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "867f130dd5d04ebdb3f26deac5e76e90", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e1d29bce8744425b9af7f7c7daed3f1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "79394439d31b4e9eb80d162b4b6a671e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "bee41eae5f754a78ab77c43757b25a2e", "region_id": "RegionOne"}], "type": "network", "id": "e8191574c8944a599d18e18de0cf0edb", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1b61d7cdc72d4e86b3f7f2221d6c5163", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "5c1390c9b10d4d3e861a498020f9452f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7d6f78f498d44ae084bf4e9040441f29", "region_id": "RegionOne"}], "type": "backup", "id": "c801b44ddc9f4b108cf566139c145e4b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "456da692a9234aecb28d8809655fddda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "aebfcc2fd7944389b868e39d40bec204", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "96003dab4f8e4910b70139e6ac6c40d8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "041f276e68424f209a3125e6739dde52", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a7fe3088643544739b112e706953c8f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0ca89173c953468e9ea7f1c47382a308", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8973977cbe5248ce932b78b79fc13e1e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "930998de8f2948d99d1fe0e2ab6d54aa", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "48c8a218f8454a1c8278753e90afbaad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b9927a3f30e5470db0bc6bd47a18fd84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "7ac36084b74f41d6b54b9305faf08389", "region_id": "RegionOne"}], "type": "monitoring", "id": "17c9796861e349a484385dd746b971fe", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f21db24de42f4b47b3e6e9cd776fbfb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7e28faaa53d84a8d9ffc7c48bf87a710", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c56e5ead28754a45b3324de86b3564a3", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ed622676c9ca4b98b97883d627d068d6", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "03d6348e78774b0893d44d9db9f65b7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0c208656fce0469d9cdeb5ececc03c93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1827018eb7744b05ada6e5b252763987", "region_id": "RegionOne"}], "type": "placement", "id": "81c0838e8c074a07aeeb56b95e694573", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "57386e3114314e3996ac512c81addbe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bc79c7b2f8714cf882b937503ab8e91a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1fda6370bb5d4cc095afd3a9c18391c3", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e7577c950e1c4070a36384e3b5e93cdd", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7bbcb38adad04492908e69f0ffd77d18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d24f4d6f6ee64c2b84a4de9aed37bdd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "83f8dc3801514743bfa9a0bb11ae5c6b", "region_id": "RegionOne"}], "type": "ha", "id": "98efe0b295fa4678a10e4ae8760a5372", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2a71674af6364b798592ab1417d23200", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a22b9f278c384f07be805c7b76999d95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "fd1e2489208b41a5b50ef92404d3a3a9", "region_id": "RegionOne"}], "type": "reservation", "id": "17b455f8ea124b75850d5ce6128ee0f7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d69b5e2a504f428c85bbbc65241293bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ba24edb299c94ecba4b8c1eed995a69f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "7d60f29e1b9644298e8059db6f4e4500", "region_id": "RegionOne"}], "type": "function-engine", "id": "4787c614c9884949a169c12385fd482a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6acdf584afae4f1db56802426a9b5126", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "35bdf81442c14e89b8fee8a613f8e44f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7cd91ac895f246e1b7b199a0f46cab22", "region_id": "RegionOne"}], "type": "accelerator", "id": "5cfb655837b348caa691c0dd4c5fa0dd", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0185fbd84f45479db2760bc6501822a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c4a2b85fbae5495187c0d97497552708", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "05a36ce3e3984d6a9081433f4054cd4b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "87f60b808b9e45eeaaf54e65680e3579", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5e3f1098bf994e81870fd49b2754e9b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b8dc7b7412cc4632860f9b90d0afdc1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c26e3cc00da643ff844a904e9fe8b046", "region_id": "RegionOne"}], "type": "registration", "id": "651bc90c304d414f8be777f533ac5395", "name": "adjutant"}], "user": {"domain": {"id": "c0ee6bbbe2bc484d82c8f4ff8bd08245", "name": "c7f6ea8a93a948d4ae85f16cdf626923"}, "id": "02c9af07eb5649deb37210a19f672ce7", "name": "d45750cd3ca347d0bd726791e7e9f955"}, "audit_ids": ["f8f05efb9b194165adb48715a70e581b", null], "issued_at": "2019-09-19T09:04:41.731174"}} 2019-09-19 09:06:41,890 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_set_container_access_public-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-container-read: .r:*,.rlistings" 2019-09-19 09:06:41,906 keystoneauth.session RESP: [204] content-type: application/json {31} openstack.tests.unit.cloud.test_normalize.TestStrictNormalize.test_normalize_volumes_v1 [0.097076s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,858 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,863 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,865 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,868 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,880 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.800166+00:00", "project": {"domain": {"id": "db04545e81304601b1c996ef14c3972d", "name": "e021f2d3ce9e4a558604818b3f5b2688"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "487d060209594a23b121e792caee0385"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3bcfcb4390644c43a78148fedc4e69c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a840bbcf7ff246b9b62acbdb58f7bd65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "b735782792e74873ac6ee63202a55116", "region_id": "RegionOne"}], "type": "identity", "id": "4be831b2196e4d6bbbc89e5d1ea9d1e2", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "01f5ac4ac7ed491ab81756eedbadf9d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "686e205a25b94ae7959f0a5874b21c1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ca8a8fb6d0c24b8e921be91e94b0b363", "region_id": "RegionOne"}], "type": "compute", "id": "6f2b3126f2a2419ab392e2615fb973ce", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "22392789c98342a7bf9d594cdd5015b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f62cc4f5fb0746bf85b8293e026730a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "38b5362b3b0847e7b3264eed224387bc", "region_id": "RegionOne"}], "type": "image", "id": "bdee696823b04812a0893bcd7a6b9b0b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c08ef841ee894faf9cd4bcdb869bcac9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9e5d224f62b34734b0e64a5c3dc26d43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4156366109e04db7a1154d800ee00970", "region_id": "RegionOne"}], "type": "load-balancer", "id": "9a9ac515bac04a06aba1a7c977099b92", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "155064372a6f4faeacf346eaf7000a61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d23684c821f4c7db4790a4985c45fa8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d6fb724f537499fb9a0ccf296498a36", "region_id": "RegionOne"}], "type": "object-store", "id": "2feb6db974764be1a48f32fa74689d6c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b2e5c011afa0468c9bf049660e53c33b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ab7a7c2ac00a4db49be459b6866f59a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a94899ee9db04aabbfe3aa38d7bd2f07", "region_id": "RegionOne"}], "type": "clustering", "id": "88894cae76bf4aebb1cb9ff214f79cbb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0dda23f248c04c36a4dbffcc1113b6ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4d04f6fc3be24b69a3e7393aca528ee2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "66537ef45ff44e4caa83fa2dadf967e6", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8e9f382ba509424a93245681d0363e76", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bc41264e10d841b0b743995481c64d82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "81b2f13114a447ecb1ee539c6ec05467", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "18aab956fbc945dc891bf0702496ebfa", "region_id": "RegionOne"}], "type": "cluster", "id": "69c4a7326b544f39b2848a9e90ca9f0c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "45164f160eaa4c0e947d05a2e5e544f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d98ddb29647f4afdae880eadfd0906ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0ceefbdca9714dcf9fd297a1941e7c37", "region_id": "RegionOne"}], "type": "data-processing", "id": "fb6599b6f7de4812b7919795263b736f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8bfe92e9a4b5446dad258bf2524cb14b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9d19035a733949729829a438b4d2ee30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f48a1266886f4ed9a581b1e50ee53412", "region_id": "RegionOne"}], "type": "baremetal", "id": "de68516fb838446b9859dc71235a1d2f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fdd9231fb05f4d14beaef98815435e8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ed777c6007804f6d95e3bd2faf25b898", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "95da01b27a8e438d9d146b2967ef9709", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6a229898f8c94fa78c992582d4b8c7ef", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d328add9d157461bbb1c72a6ec195700", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7d002902abda48c9a51358fae92234c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "31887585854c4d61a02601da68a73d4c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1e1a1e8fc0414beea93e7f70cf349580", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0d0ffbc5753b4b909bed94a5fb4a608c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "36064c6799af4b93b62350b0b1a752f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c7971694a5c54501b5d098ab75bd649e", "region_id": "RegionOne"}], "type": "key-manager", "id": "07e605a9bb9748a69c8e91d93792e890", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c57024c6fdb74d2e9d1abc9b3f4f7559", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b80eefe2c46b4723a1a1350394b08b95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ca17df76d15749f4b7850373a94bd3cf", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b001e3df4d474a24b937c853e47bb94b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f0962ec24ba54662bff92051906d1438", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "413abca3ebe246a194336c7cbbb2ad45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6fe1ab6f7c3a435d86ce1f39609952c3", "region_id": "RegionOne"}], "type": "infra-optim", "id": "59e06be19f0d45f1822f42695e5cd3be", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "66c2f6f94c324ad1a38049b37bf426b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "91500c1bfc37499680f2b1b00d3d4fc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e75544bcc2054ab9a438b1064a2d9ab0", "region_id": "RegionOne"}], "type": "message", "id": "42fb9738e6c4483b8f7e38f539dc958c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5ca5276c9e5e4940ae2b93b59b7c53dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "cb00202df3c545569d23a9a38993ebce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a6bcc22f6cb340d7965aa62a5b3fec89", "region_id": "RegionOne"}], "type": "messaging", "id": "fee555e897504fc8ab77e09be7d62de9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e42d1356d1194c528afb186a62fae7b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b408bde7588e409085ce5a5d159ecc91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ac80a8651f77488e9c0f5f719293b1e4", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3df1b9e79178442b861e784fbd830699", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e0bb1d6cc5844e19995e7b75fdd353ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7fd772d3bf9f424d8a1ad444fd3ab707", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e8c7a75c07048eeb42205792e534c7d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c8d1024748c94eb6b61f7f81822624e9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "17044ea236fc4b329cdbee8f2952c2cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8b69cf8a212949a99ecaa4adee187aef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "84e70ae22ba4432781a253f6fb31ddb4", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2ac129ab603a4f42b66ba9b671f350b8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6130bf3b2435418c9ba3afbbb20cc80a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b2945e28349c438caea771c54fdef7b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0741e64e22054e5c8500ef3b95179e1c", "region_id": "RegionOne"}], "type": "container-infra", "id": "bca8d92b26734a848967efb11bf556c2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "980bb1690c95480c836e8d52c1ea7929", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e6f59a6764fa4e22a84bbc7422c0cca3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "78c0683ee17b41e49e2108388fbb8f33", "region_id": "RegionOne"}], "type": "search", "id": "1464d258763443fa9ce3ac318945947d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "82a05655de2d40099cf85a526d75ef36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "7d2b97b7a1d3411b8fb77dc85265937d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "855864c934c6443e814e0fae1fb3e4a6", "region_id": "RegionOne"}], "type": "dns", "id": "a284dc0688f5443c84a045fd6f54e340", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "44a611a31dc84851b7b55b143e5ffb10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aeb70f9d06de475ea5878631d9d883cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "286041f5a91e4269b83e1abaecac2a32", "region_id": "RegionOne"}], "type": "workflow", "id": "a93d25238c564df1a47964008aece995", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e630a805841a4af99f1d85e33f37109b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6a6e3090a1734f3ab36456abb9525f1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1b5f72b34ec7455fa90c1b83c5618e3c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4aa25015fd3c4d9e8959e1ff6eb84aed", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "cccc7b865a12454dbb1533e63aba0dc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "aed3514dd47b42c891f338074a1987f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1a2ef1c0895641deb74f9e794a4d431f", "region_id": "RegionOne"}], "type": "rating", "id": "ff22313e71674cf587f7dc93e7815ee0", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "71832a82664e44a2a928dc9fae30683b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "59dcfe4ea70048918ff0a2846ccaa12a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3cf3b3dbaadd4e50ade8c39fbd336827", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d2c131ff629040c99cb34d9a18325e59", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f45f6a76cc6648ebb89c47fb31bbaaf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "10cfc8b3c4ad4c23a21d4b783b2e7e4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ae1f37cb72c441bfa8ca0a5f6d2d3a98", "region_id": "RegionOne"}], "type": "policy", "id": "8169655d41ca4860bb4b7693575d450f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8141c4ff60914b0c9cda3ee18dab3662", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f8f3bdb5524d4399b8b25573382e1267", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e35de34aa1814826ac549e0f2acf3ced", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "fa97a3e00f68403c91fa58fdb73cca78", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bdd9eb3290c841e29fcff691e168ecfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d1f21db65d7241368f340c158503bd03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "33b6f1c29d124930835b198c3645aaba", "region_id": "RegionOne"}], "type": "sharev2", "id": "c0f07771f59144d7af1beeb7dc0d9e31", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "43b5773d026d4d75844814d9168f301f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "67d7e223e0e943a096e0f139427c8871", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6e022a684c1d46ff9c899b2bbb74b69b", "region_id": "RegionOne"}], "type": "share", "id": "e5faf017a44641c993b81e9731cc3077", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e1294affde4f4475b3300b88c23da37c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3072e27539ae484f89028575569926f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e416ecb751304d41b3f6e2c177867da8", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d13d74682b6d45a8bead96818c09a2f9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fed1c0f67d7b4235a3a65615450eb56c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f0fb0930793444aae358423d7a276fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1bb8b42ea4b542219074c9a38e2932d7", "region_id": "RegionOne"}], "type": "orchestration", "id": "4e5f149430a849b39e058bc03e85e25f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ddf399583214233bfb2aae5ec6fa54c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3713009e5a0442b2abd2a8541b9a26bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c0ea1c4cacb470eaa267c31d88fdc27", "region_id": "RegionOne"}], "type": "block-storage", "id": "1a1744af8c1e45f9aef1a2763a985b52", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4ad174a680440b69af8ab961c0a889d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "375d51d4f95c493f9749a12dfa6f63d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f11093cf7a842618ede3b7c5e52628b", "region_id": "RegionOne"}], "type": "volumev3", "id": "5a90cfafa39349e28d94f3e2c87c3aeb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28726fe65cf5410ea3510cf2243292f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56424c7e92ff4160b9dd9526f85aacfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52042e4f7c3a44dc9680a82528e265a6", "region_id": "RegionOne"}], "type": "volumev2", "id": "f3dfdf51efb149ee90c642ad308fd946", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59ff6eafd97a46bdb7b28985088fa920", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "812071f864224899bc24e7e74175ae61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e16c5beeaee45229124e052203cce20", "region_id": "RegionOne"}], "type": "volume", "id": "f98a19da92964edcbbbcb0318585a265", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97fc8fe1cd0744afbb3988084cdea1ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c69f15f899e64e13a8dfdb98a5a2ca4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2fc8ce77a8474be5ae8a30bd744d5bea", "region_id": "RegionOne"}], "type": "block-store", "id": "205119e6dd32424487cc519c443cce2e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4328f6c0ef9e4c98bd1b8c741f66a3bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f95095627c8443f295101678c4f918a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "06167f8045d94d6c8a8534fe0cf40a43", "region_id": "RegionOne"}], "type": "alarm", "id": "2092ef94c19545debd91125eb20fd6a1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fbaa6d5de7b34d55975e314153f534f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "62425ba7da034d16b7f72b465bc83a17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8c448781d6c24bdcb5c1c7a6cca30284", "region_id": "RegionOne"}], "type": "alarming", "id": "8b926e87674e440d8699993b396b8257", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6811ae5f8d1b4f3a8fc5367d8c56217b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "026e140e39884fa8b75aaee45113673d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "724315092bf24daba4355f421308c02e", "region_id": "RegionOne"}], "type": "meter", "id": "4c520226f54c419c903df93e1bdba679", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2823df576a694d169bd270a24a7ee912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4a123452be634bad838689616f5f56c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cad5e1d4eac540a1aeee61a3b6d5bb80", "region_id": "RegionOne"}], "type": "metering", "id": "2c808ab92440480382a28a890d7d6203", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e253302ca73147c6a07209d6106bf768", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3011f6a2727946958a98b0a99e80f8d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "675a09f687504d749a02f0f003387e81", "region_id": "RegionOne"}], "type": "telemetry", "id": "8187fa2a8d4d4772961b787260252669", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "97b0ba7df1e748e6b71cbd3e4d64f995", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ed349e15db7340ff948dd89b59ea34ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "688abb4b16bb4cd4b7d8ff4d4f3073db", "region_id": "RegionOne"}], "type": "event", "id": "5f536d6acfc04e0b8af9535ca1912b3b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b0ed6de086a24173ae59afc3d47958f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "560bbed0a4a34704a1e96323236a919d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5b0ea64636e24ff2808042fc04aa0908", "region_id": "RegionOne"}], "type": "events", "id": "45cd2d52061f4a48adc46b9b03bb92b8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7e6cfe559cee4a1d8da6277cb8101cb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "067cfe3c2bf24a1f87dcc86c1349dcbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ecf6eeaa8d094355a712269b1723775f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "aedd23f0b96c4558862fc505991ee050", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1aea1ecf3bbc4eda9e835fe06ef94180", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "23f1482959d64523beb45ec977942d17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a7c8b895b73443be9e6277f87621cfb1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1ce147c093bb4d7eb1eb5c95f7c631a0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2672cbeaa7564b0e910505d48c47fb1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0c138ac71a974720888bdd8e77421aad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c18c0a7f6bdd4654ae246251c8803ff5", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8347d55c5f484195a383151b07b03f44", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7c8d366110cf4c9c874a03db3282c375", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5cfe8af1d06646749c3af0719e54dce2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "55ceaf2a08244cd7b1f916e628e94fee", "region_id": "RegionOne"}], "type": "tricircle", "id": "5f9614de2e86410bb7131f5fb93683fa", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c65ff50b4a444db9a5373460181fa0ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "bc8e716d01594a69a230fa8a02f8cc5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "fe951b1ef2d84fa69db9688ab3dc1004", "region_id": "RegionOne"}], "type": "database", "id": "ecf4e4a7848a41f3b9d30a41489e57a9", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "03911a37824f4e48804caa89fc541911", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ae0a751c746e4a8d90a5d776b4eeea99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b2da71df574d4b93b47475a4736c6b11", "region_id": "RegionOne"}], "type": "application-container", "id": "bdf62a04476b46a18958c63ee16579ed", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ee78c64b1d3e442e8ce072c1cbc6af2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "478bfa70ca0249c09e239e2cb1463109", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0e525ab73fca4e41863d81e9b4fe59fd", "region_id": "RegionOne"}], "type": "container", "id": "06271339a1ab40358f0942c5e202580a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ad2f6d10eaf44143913705f884f7fb8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bfcccc23f49049b5bfda941d14148e8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a2b29b48f8d04c9bbd3e430b10134ff3", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "3cb08e55bc054ac0b17715a203f26a7d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e759bfb27e014bfcbd2f06bd431b60fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ea7e5c094939423d8f3d8c1f5bacf5ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "970488dca63045ecbc3080ac501545c7", "region_id": "RegionOne"}], "type": "rca", "id": "fee8db5fdb9c4672883bbdea04dcfab0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9354c6dcb2184d70a6f5b74b05bdab36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1fe055134d61433581bb11f22b597780", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "273b3cd7c1af4a179bd084c7c5e1608b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c00a745b810f4aa9bf2915144578df91", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "8f2abfffa7a24d03a0f70ec2685b8edd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ca48b40b749b4a94bbfda0c08d4ebcaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "603d690613bd4da8bc398d5c5884ad66", "region_id": "RegionOne"}], "type": "network", "id": "d472bb60b03940729ca4f5d784315813", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "52c80aa706834bb29e2f0d3daffd1ce4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1b90912c581847a7af53eadc3259d681", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "edfa559a16cc4a47963a789588c3f73f", "region_id": "RegionOne"}], "type": "backup", "id": "fe720ec0a39a40c293816539a89088b5", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6d922fc086c0429aa47514901a3ba0e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2680b9cfe8e8497494d0f4eaad3aff22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9f108a18c5f14091a059f097ffafe779", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "dd3d60185d23480485b4214d10d40575", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f6f516de03d74d4d9f0f92958d3a6141", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5e58d22790ff4b0189224c9746a117d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6f3d7eea150746e6a0ef778817aa400e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c51436af0fb04dfcb9467b07c79bd8c5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c97db81a9af04e7cbef7de0056de44bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "34539345a50a41668602beaf25794536", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "6b390d44558241339b1a3ba690cb7d0e", "region_id": "RegionOne"}], "type": "monitoring", "id": "ecec9b2385394ae5801e09ac2ddb22aa", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e4b0e946d212416ba51e7208ef337f2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "777785f34aec47c8a50c6de868c35dfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "953089921a9843ba9e8bbfa8745be9f3", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4df82174a86645488e4ae7516eb9df87", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "67f3cc24a0aa410094edba31da7888c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "23cad4d1e4fd4c8583a889576fb93aaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8f3a7db1d51c4d7daa6d32ad94659281", "region_id": "RegionOne"}], "type": "placement", "id": "c0172a73908b4c889c87acbfdc6ced99", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9e2417d53be94b4eb3611286b0309f91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5a663088cac0475a941e9fc39d8d0c34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ab74088a1f3d446794d318d748cca728", "region_id": "RegionOne"}], "type": "instance-ha", "id": "0b4dca08d9594ad78d10f8ce46c3ec02", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b0513de9a9f14ed5bc4637e7fc18c9cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7b38de50a711464e8bb9fce0a99a273c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4e8d25953fa1465d878f4283655f0c26", "region_id": "RegionOne"}], "type": "ha", "id": "c259ccfd4060425494db6f6f554a774a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d24368ceb12c4750b70619fb75fe5fe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1d55dcdaa0cc4a978a04240981568a26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "32f37631289742aa83f8feff0c8161aa", "region_id": "RegionOne"}], "type": "reservation", "id": "a137ac4e0bc3440f931802c76fdef5c5", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4e89f2064cc3470bbd5e242d7d2b05d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b2eb46ba8e2540cfac97a4345d381cf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a109a1f737f441c295c877e1480aac7e", "region_id": "RegionOne"}], "type": "function-engine", "id": "b1579893416c4ab0a5c1f55c83955105", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a38ec60b70934cb5813c349371b9ac4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7cbcfa4494464f37bc5f1d792a5c71f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "13fa004ebbe3468f92457e0bbe50c5b7", "region_id": "RegionOne"}], "type": "accelerator", "id": "b141b78fbfb14731b35cc9c111faddce", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "92b4deb5315a49f6a0165fe235e8e927", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d62fbb4113d44745ae6947e82efc15a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e8f742e4825b4bb28677af7478205eae", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d68dd16d88ea4906b4fb44e629a199e8", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "afd048727a84478584290c851210dde0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c281d1973c41438cbb25ab798800f860", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b8944fe3adec45a79e1ef7ed1ade8474", "region_id": "RegionOne"}], "type": "registration", "id": "2d55f83d2d124647b683740f874782cf", "name": "adjutant"}], "user": {"domain": {"id": "40c9ca271c7e4c3eb2572bc516fe650c", "name": "df4887f0cfe448c6a9707d6d8da13932"}, "id": "4647fe24ba9e419dbc58c907dac29142", "name": "b21deb6cff694d2fb665f6e6f9542abc"}, "audit_ids": ["68d93ee76c9c4153bac522d0bc19a882", null], "issued_at": "2019-09-19T09:04:41.800166"}} {13} openstack.tests.unit.cloud.test_image.TestImageSuburl.test_list_images_paginated [0.344537s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,790 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,794 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,795 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,798 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,812 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.751905+00:00", "project": {"domain": {"id": "e0b0c6078b5744489809e2399df471d2", "name": "0fac5a9190ec429aa9565c677913169a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d674f79603af4b89918c751959b21a5a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://example.com/identity", "region": "RegionOne", "id": "ab002ff5408e4af985c302406e6b9b54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/identity", "region": "RegionOne", "id": "bb1bf3db44a547bebe102d77d70da823", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/identity", "region": "RegionOne", "id": "811e07e901cb4ca1acb9d64cf912e119", "region_id": "RegionOne"}], "type": "identity", "id": "c37e7e12e0594bbc847cb2436f1866cd", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://example.com/compute/v2.1/", "region": "RegionOne", "id": "884c71262dfe4ed1a056015cbb2bcf91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/compute/v2.1/", "region": "RegionOne", "id": "de01993afa8944da91ea145ebd751c0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/compute/v2.1/", "region": "RegionOne", "id": "f8769770396a40569cec2b2d535aebfa", "region_id": "RegionOne"}], "type": "compute", "id": "b0823f2658084c77a088f24a6def83f9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://example.com/image", "region": "RegionOne", "id": "123dc691ebd148eeb3b0d144bb1eac9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/image", "region": "RegionOne", "id": "603cf5a797b349f28b422571f2c79e34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/image", "region": "RegionOne", "id": "59985d1fb9684e1ca40f39ec8de26cd0", "region_id": "RegionOne"}], "type": "image", "id": "368d486b2d7442618cdedcace520ef34", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://example.com/load-balancer", "region": "RegionOne", "id": "067f661f1b084f17b4d2804fed060012", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/load-balancer", "region": "RegionOne", "id": "e3da464adf21430da10b994a245e0663", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/load-balancer", "region": "RegionOne", "id": "c228d3834ae4448a91e3aa672254ba1a", "region_id": "RegionOne"}], "type": "load-balancer", "id": "6a85807354bb4fb0a19235ff5d87d3b4", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://example.com/object-store/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ebc452fb320943db97661144ef31e27b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/object-store/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4079d589d0e947d38c7090071b74a6df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/object-store/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f36291d902274aa3abf6822e17a6330f", "region_id": "RegionOne"}], "type": "object-store", "id": "6a70022000e14f9eb00e65533b41a996", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://example.com/clustering", "region": "RegionOne", "id": "2d567e9837954bc0891024359dfb845c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/clustering", "region": "RegionOne", "id": "1662350a63e541ec99db5dcc50257085", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/clustering", "region": "RegionOne", "id": "01f195a2d10e4e11b704ae1afc0532e1", "region_id": "RegionOne"}], "type": "clustering", "id": "11e3805955814bd3aebeb78aff5f5ec3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://example.com/clustering", "region": "RegionOne", "id": "c20633b6cda844b39cec8cfb67b42323", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/clustering", "region": "RegionOne", "id": "aa31679394f84bfd942f9c5ce67b3311", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/clustering", "region": "RegionOne", "id": "e83371c43c994248bcc915a7f8329739", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b914f962d6644d3591ae035225eab828", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://example.com/clustering", "region": "RegionOne", "id": "7f3f7202e2e94d85b2cbfbaa39588577", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/clustering", "region": "RegionOne", "id": "ed249e4db4f84480aa00529b95b5f368", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/clustering", "region": "RegionOne", "id": "e1feb61705ba4a24bd5ba948ad406458", "region_id": "RegionOne"}], "type": "cluster", "id": "083a2c04e5dd406d8daf3229c818be69", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://example.com/data-processing", "region": "RegionOne", "id": "57553e7e50f34686af092256e03176a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/data-processing", "region": "RegionOne", "id": "fb6253d467ac43afaab22facab464bc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/data-processing", "region": "RegionOne", "id": "5215d00af8c744518e6fd4880499d181", "region_id": "RegionOne"}], "type": "data-processing", "id": "7ee536f5b22f4998a33377615b731127", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://example.com/baremetal/", "region": "RegionOne", "id": "990e44c0275548bebc762feff554de44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/baremetal/", "region": "RegionOne", "id": "ac8aaa0304484ca6b81f0a95dade5433", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/baremetal/", "region": "RegionOne", "id": "0e06a85db07e46ec955ddc73044ffe6c", "region_id": "RegionOne"}], "type": "baremetal", "id": "bb8970a31e4c4c09acaf528a29627aec", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://example.com/baremetal/", "region": "RegionOne", "id": "08cd4b2c8334400482872f9c0290129d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/baremetal/", "region": "RegionOne", "id": "c783b175d9ef401890cebe92f5578e2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/baremetal/", "region": "RegionOne", "id": "bf5e9ec31c954b63a0032ce821a227cb", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3c8c25ca12004314ab15dc1a27e6b80b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://example.com/baremetal-introspection", "region": "RegionOne", "id": "35ed8f01589f4365bea9674ea508cfd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/baremetal-introspection", "region": "RegionOne", "id": "0ec19ac154e84855bdf74a7bd063dae9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/baremetal-introspection", "region": "RegionOne", "id": "c1747661c79e45bdbced5f0ff40554aa", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ef9522a319d148cd9801b5d6d3a00c59", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://example.com/key-manager", "region": "RegionOne", "id": "fe9a237fab6e45a48edeaf23c8b679fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/key-manager", "region": "RegionOne", "id": "e2155d1094cd417e83a3933e42f00b1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/key-manager", "region": "RegionOne", "id": "984c79b2ab8d47818414e6ef545c4e26", "region_id": "RegionOne"}], "type": "key-manager", "id": "d33a2fcc2e5347a69e4e07a2af3515d8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://example.com/resource-optimization", "region": "RegionOne", "id": "ef9f56f545a347ecbc1500c0b052a31b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/resource-optimization", "region": "RegionOne", "id": "93e6f175616e492da1c30b65ae30bb9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/resource-optimization", "region": "RegionOne", "id": "f8ca969d777849549490a57bd9a4ff31", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f896a60ce45240709ad027f7faef6e67", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://example.com/resource-optimization", "region": "RegionOne", "id": "c76d390dcae94874a1f77e8fc8992849", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/resource-optimization", "region": "RegionOne", "id": "282dab71b2c744a8b155179dd377d480", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/resource-optimization", "region": "RegionOne", "id": "b2b98f732fd44d9888a6c4b99487276d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ee9ce9df28d64e69a9efc09f612d0d04", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://example.com/message", "region": "RegionOne", "id": "c4cc1c8ec11e4934b3b88d8d805b4dea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/message", "region": "RegionOne", "id": "8504ce669a8c4a52af1c9fb9bee83657", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/message", "region": "RegionOne", "id": "76ceccb504f2478b9de863b1477ce339", "region_id": "RegionOne"}], "type": "message", "id": "fb61bd0f351941ffad108c24268c9504", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://example.com/message", "region": "RegionOne", "id": "c3078dbaf0a14da08f184a104e6d8e09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/message", "region": "RegionOne", "id": "d8bd0ba0bb2641de91b462c30cc60b7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/message", "region": "RegionOne", "id": "57ddaf9250584125a0803b795b1e0123", "region_id": "RegionOne"}], "type": "messaging", "id": "d1d5f06c046d49a199bd9cc88cb43f9b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://example.com/application-catalog", "region": "RegionOne", "id": "93c14da9a9764da9ab0feb15f379b023", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/application-catalog", "region": "RegionOne", "id": "4f1846d2314f456e96cb29690bbc1591", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/application-catalog", "region": "RegionOne", "id": "a61b2d5228c44d7493fcd7a08904f87b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4f68c9a3093b436ba01526d9e7ad3da0", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://example.com/container-infrastructure-management/v1", "region": "RegionOne", "id": "77ab6efeca4c428bbd1c26cf2a640229", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/container-infrastructure-management/v1", "region": "RegionOne", "id": "197151dc4dc84a5d88e8def052a9afe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/container-infrastructure-management/v1", "region": "RegionOne", "id": "0dececcad45c4ff5b81f515b7fa94379", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e765601b8b7d4f95a083e7e29b87c25b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://example.com/container-infrastructure-management/v1", "region": "RegionOne", "id": "e448a9b23f1e4f81a9703029a4ed4688", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/container-infrastructure-management/v1", "region": "RegionOne", "id": "e2994bc4f3514b3e8f86f66a87b0f110", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/container-infrastructure-management/v1", "region": "RegionOne", "id": "b85fae82813143b4a6d2ce5bd1ca5552", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "59cdb81142e34b8d86d0df005093c608", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://example.com/container-infrastructure-management/v1", "region": "RegionOne", "id": "a14665747ff44b9aad18ddb1288a82ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/container-infrastructure-management/v1", "region": "RegionOne", "id": "4df54019ef0b402aacbc036782bd28af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/container-infrastructure-management/v1", "region": "RegionOne", "id": "11a3d730851c451b90a7325b7a64b4ad", "region_id": "RegionOne"}], "type": "container-infra", "id": "721f57aecd1243d9a380abab3ee824ce", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://example.com/search", "region": "RegionOne", "id": "7cdaa833f2124004ab95bc4e322822a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/search", "region": "RegionOne", "id": "7fdf8446ab824966a7e295967c75a326", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/search", "region": "RegionOne", "id": "26a4a4ba44734330bc802506af77d636", "region_id": "RegionOne"}], "type": "search", "id": "616f2e08889048839c33a90e9f2ddbc9", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://example.com/dns", "region": "RegionOne", "id": "0ab2a2e8e9d14af497cc155f8b79f3ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/dns", "region": "RegionOne", "id": "6af8780570cb4bdbbe3a4bdbaa752f36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/dns", "region": "RegionOne", "id": "aee3dd3003104a4c8ac99b25a0a67dc0", "region_id": "RegionOne"}], "type": "dns", "id": "82c5271fa2dc4a6182bdd7738ffb86e1", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://example.com/workflow", "region": "RegionOne", "id": "a5ab66ed442440c58c33869975d87c62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/workflow", "region": "RegionOne", "id": "edb6ca76a8564881b38ff08ef2bb4918", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/workflow", "region": "RegionOne", "id": "8798f26a795b4b59a1cfd018606aa4fd", "region_id": "RegionOne"}], "type": "workflow", "id": "380b97a5b0d648469df60d1cb0f35bf1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://example.com/workflow", "region": "RegionOne", "id": "fc54e011e3c740d19a57715713266730", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/workflow", "region": "RegionOne", "id": "76d58634a2ef41229765c2a17bccdf5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/workflow", "region": "RegionOne", "id": "ea928447ca574a359afb64b2092deb14", "region_id": "RegionOne"}], "type": "workflowv2", "id": "764a74a143804e14af97f84ff6385ccf", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://example.com/rating", "region": "RegionOne", "id": "bcb1c106b3004cdf8c2bf8bbdc9e81f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/rating", "region": "RegionOne", "id": "76e6cd43ec72456fb4abdaae7561b514", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/rating", "region": "RegionOne", "id": "53b554180e5448f3ba80eed63c6264d8", "region_id": "RegionOne"}], "type": "rating", "id": "d5fdd2466d1341698d2fad6a68827d03", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://example.com/operator-policy", "region": "RegionOne", "id": "056d22500e2a48b4b9cc40090c59f0ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/operator-policy", "region": "RegionOne", "id": "d98f0e1ae51c4f6a845dd2ea91747c7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/operator-policy", "region": "RegionOne", "id": "49752da8423941f7b36b656e4e5a9836", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a6540e10bd6a4ff2b209893765ccebe2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://example.com/operator-policy", "region": "RegionOne", "id": "3fc01d66a45e46baa35a74fbb39a638d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/operator-policy", "region": "RegionOne", "id": "f81a3aeaa3b041b7a9bc7805601b136b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/operator-policy", "region": "RegionOne", "id": "5d9eb06113b54bf791f93553b68c579d", "region_id": "RegionOne"}], "type": "policy", "id": "eccbfab22a384fdd81a7d0c2192d813b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://example.com/shared-file-system", "region": "RegionOne", "id": "1041362756ed489daf6769d832966fd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/shared-file-system", "region": "RegionOne", "id": "845d99568d6d4dfda374aeaae8e7b03d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/shared-file-system", "region": "RegionOne", "id": "0f11a3b5bdf64913941644643e3c10bd", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "60783cb71e5c4ffeb2fd9977311a7b6d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://example.com/shared-file-system", "region": "RegionOne", "id": "c79f5bcc807f4988bf771abd781414e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/shared-file-system", "region": "RegionOne", "id": "09411b4fb5d64b63a7fd1c8f6a64ab7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/shared-file-system", "region": "RegionOne", "id": "b163ba4664364ddfa06b775466e2a8f1", "region_id": "RegionOne"}], "type": "sharev2", "id": "bf5ec1c689414ecf9521f95dc3363647", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://example.com/shared-file-system", "region": "RegionOne", "id": "3175120995774b17b20eb351f5283ee9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/shared-file-system", "region": "RegionOne", "id": "c64b88512c654548b19beece2812955f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/shared-file-system", "region": "RegionOne", "id": "f026e2d75a084edc84d6b4abeb50bcbc", "region_id": "RegionOne"}], "type": "share", "id": "8cf031b563b644e5b88aadff5c401e81", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://example.com/data-protection-orchestration", "region": "RegionOne", "id": "d44812f23d1847289d850590be67a607", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/data-protection-orchestration", "region": "RegionOne", "id": "5b1b384ba1394af5ba7cf1b680fcd900", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/data-protection-orchestration", "region": "RegionOne", "id": "f8a43e9ff5254a708c45fa5e21a59c2a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a39c7fdddfb641e3a19d01ad4a6a31bd", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://example.com/orchestration/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69c1e4aad32f478e9d8d43362f45bf6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/orchestration/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88d68a8dd0a841778bb5eb7e8297f9e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/orchestration/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d028d9aa4de4aeab987ad0ebc311b3f", "region_id": "RegionOne"}], "type": "orchestration", "id": "48183ad1c0e4464a914975a69ae84674", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://example.com/block-storage/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a27837ffdc604d63ade46a1384539766", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/block-storage/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04eeb45d726d4273be2a9f506773c249", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/block-storage/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7744adc26c04f09bc8706d4447131f6", "region_id": "RegionOne"}], "type": "block-storage", "id": "3bb33c4ab8bb4db8bf8bd006ffae8275", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://example.com/block-storage/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2cecaddcd7d44308bb8dbf79fc0cc9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/block-storage/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa6e2745298b41ae8531607d1cc9bf8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/block-storage/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26e79fca37cb423aa9f4cebbac79d14f", "region_id": "RegionOne"}], "type": "volumev3", "id": "cfc6ff06db8d45018c25a133469d7dcb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://example.com/block-storage/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91161303a45d40328d1cd8e151ddc51e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/block-storage/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9910e25d35d4585a2c65fa5cb542dc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/block-storage/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9720859b11eb45c8b8d17f3bbc1a80be", "region_id": "RegionOne"}], "type": "volumev2", "id": "c04eddfc57ba4e5f9a29e77baf321a26", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://example.com/block-storage/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cfbe636bf4ed4685904eabcc706bb1bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/block-storage/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "287de43de082408392ffe12085a62cae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/block-storage/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7d23960aa384d3fb34c64b0d41f89ff", "region_id": "RegionOne"}], "type": "volume", "id": "14c3c1574b1a43529c0dd6b418628692", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://example.com/block-storage/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7249c949dc84bd7991e9edf40fd65f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/block-storage/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6165c550c7b242e3b91d6f2e95d929ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/block-storage/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e4eddefc9e74c63a1ccfe14a734a9d7", "region_id": "RegionOne"}], "type": "block-store", "id": "5b304f2585d248cbb42dda016ac29ad1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://example.com/alarm", "region": "RegionOne", "id": "532f09f52e664f3f97bbf442c859e01f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/alarm", "region": "RegionOne", "id": "1ba44f7b321247a6be38857bddb1b34f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/alarm", "region": "RegionOne", "id": "d0dce379a522467a8d47cdbc3f8335a2", "region_id": "RegionOne"}], "type": "alarm", "id": "e77e8671d1bb4a2c94e1ea74a8762ff5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://example.com/alarm", "region": "RegionOne", "id": "21c304fe40e94ff4b2df88d687339d09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/alarm", "region": "RegionOne", "id": "bbcc93c1740745c79163967fa1a94a46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/alarm", "region": "RegionOne", "id": "de122243577d41858991c790ca7b5957", "region_id": "RegionOne"}], "type": "alarming", "id": "402254af1aad49ff8dcf798288dd44a0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://example.com/meter", "region": "RegionOne", "id": "ad0b0476939045939e3e47dfa27296b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/meter", "region": "RegionOne", "id": "1f0090cf88db4a98815c323afbad443d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/meter", "region": "RegionOne", "id": "2cb791eb98224059a7ca6bf7909740f5", "region_id": "RegionOne"}], "type": "meter", "id": "1747b5e937c4446da4eaab29f674c8ab", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://example.com/meter", "region": "RegionOne", "id": "648e2d5ad4244dc1ba7e15f08e37db3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/meter", "region": "RegionOne", "id": "348c3806279f4f16a84233a3a079817b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/meter", "region": "RegionOne", "id": "fe5b1c9f0f7f4a95a8a6e9afd89698d8", "region_id": "RegionOne"}], "type": "metering", "id": "547cbb7139744220b2bc1730f244314e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://example.com/meter", "region": "RegionOne", "id": "55fc9daff2c84cfca918943c41190601", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/meter", "region": "RegionOne", "id": "8bfc1d89a6e84fc89f45f0bf37b41a9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/meter", "region": "RegionOne", "id": "47828259f91c4ca085918502e8bf3fdb", "region_id": "RegionOne"}], "type": "telemetry", "id": "364d4ca0a1ca4b0285a796a958a48ca1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://example.com/event", "region": "RegionOne", "id": "42d9ec688af442309698e1bb5b95c18e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/event", "region": "RegionOne", "id": "b9632f851bb44d1588a836d2a8b6807b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/event", "region": "RegionOne", "id": "d3768c5e4af74efe9a4dffd909cb8c40", "region_id": "RegionOne"}], "type": "event", "id": "bd28c008f13f47cfb734acbd08756587", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://example.com/event", "region": "RegionOne", "id": "2072fc6196984d998091b97a9e95996f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/event", "region": "RegionOne", "id": "d413a88cf76e4062b9fae3bcf13578b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/event", "region": "RegionOne", "id": "711844013b104537b307f616853b8a89", "region_id": "RegionOne"}], "type": "events", "id": "3e9249ed37ee44d4963d245fe033d65c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://example.com/application-deployment", "region": "RegionOne", "id": "a613c96e4d8b4604bcc958788f9b6dc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/application-deployment", "region": "RegionOne", "id": "336410a88a904c7e92a5cfa28fca3d4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/application-deployment", "region": "RegionOne", "id": "b6a7cca93b4344238ebb2a42eb67167d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "90681ee5537f4016ab9fd74dfd29309c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://example.com/application-deployment", "region": "RegionOne", "id": "233b5fc5abfd4b9ebb5a226587a33a8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/application-deployment", "region": "RegionOne", "id": "229dd36d6b47499d9aba88c0843e3f46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/application-deployment", "region": "RegionOne", "id": "5a3259c35a33474da83cc2f2b5029bca", "region_id": "RegionOne"}], "type": "application_deployment", "id": "77e8d1a99b2d4b96ad31a02fa7fe8b76", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://example.com/multi-region-network-automation", "region": "RegionOne", "id": "bcf1d8b03b9a4b1f86be9a94b739c782", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/multi-region-network-automation", "region": "RegionOne", "id": "10ff0c7e79bb479694766026ad230e85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/multi-region-network-automation", "region": "RegionOne", "id": "882f2a88c81440beae6fa9073436b3dd", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f607c316e2d3461b84ae0e965a61669d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://example.com/multi-region-network-automation", "region": "RegionOne", "id": "0fffef98541a46db967a3e7e4008ffa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/multi-region-network-automation", "region": "RegionOne", "id": "eeaabea22b8844c983fe0fde8e375e5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/multi-region-network-automation", "region": "RegionOne", "id": "b8d8f702b5dd4235b598db656c0172e2", "region_id": "RegionOne"}], "type": "tricircle", "id": "7303b632cd234ad895120b884f183d78", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://example.com/database", "region": "RegionOne", "id": "00265843f4924e499503fd9b0df3688b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/database", "region": "RegionOne", "id": "9c7034e4b5b2417e88a9ded7168b19db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/database", "region": "RegionOne", "id": "c4c3a9ad3afa44e2a4f4d3afc827b94e", "region_id": "RegionOne"}], "type": "database", "id": "12372225f07f4530a586d3b38dcfbf7e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://example.com/application-container", "region": "RegionOne", "id": "df7321243bca4c0b9775ff0b104fcb80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/application-container", "region": "RegionOne", "id": "daa903c7c3b545f8a7d7ecf7bc12e224", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/application-container", "region": "RegionOne", "id": "0b6e2992ba444356b877949030117c42", "region_id": "RegionOne"}], "type": "application-container", "id": "6631aeba272742e5ae7e998c47b4d55b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://example.com/application-container", "region": "RegionOne", "id": "9ab25e1525f6435f9fa8d24f2037723c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/application-container", "region": "RegionOne", "id": "b14ba7c6baf74bf19a03afe7cca93e51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/application-container", "region": "RegionOne", "id": "d0fdecbac4b143daa73ba527acce41bc", "region_id": "RegionOne"}], "type": "container", "id": "fe4271dff5b64378b1f6e836210e7b44", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://example.com/root-cause-analysis", "region": "RegionOne", "id": "5a4cff684ed740679fce1f86d6845363", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/root-cause-analysis", "region": "RegionOne", "id": "5541b56a276e4325b407ef603407d9eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/root-cause-analysis", "region": "RegionOne", "id": "34b86c6bc5a44aa2bb5c95a2848fe989", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "48a56e28be424879ae63e497d9eb9726", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://example.com/root-cause-analysis", "region": "RegionOne", "id": "342c9e3a02d54806815fd401dafcbaf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/root-cause-analysis", "region": "RegionOne", "id": "634e025ed45849948bb834b89200badd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/root-cause-analysis", "region": "RegionOne", "id": "a5ee79f9e51b4c91a310e60cf1bfb5fa", "region_id": "RegionOne"}], "type": "rca", "id": "947908b10151461a8ac1b08c8f641a2d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://example.com/nfv-orchestration", "region": "RegionOne", "id": "3e5332f848174f7da47938a33e9d18e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/nfv-orchestration", "region": "RegionOne", "id": "6f135ba4275a40599c4313a0c431d9aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/nfv-orchestration", "region": "RegionOne", "id": "5020bdefc0184df497f5fe64615878fa", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b8cf58d3227f422a86cfdeee249e7f4f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://example.com/network", "region": "RegionOne", "id": "9ea019577a1d4b88a3dfba791e2845f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/network", "region": "RegionOne", "id": "12173695853246de87ee575bd8d0cd2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/network", "region": "RegionOne", "id": "025b1599c690465589db452c1c483a6d", "region_id": "RegionOne"}], "type": "network", "id": "e21a206ef32846eda609cb8e48ca671d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://example.com/backup", "region": "RegionOne", "id": "c369d4b3233e47c19c696d461048d76e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/backup", "region": "RegionOne", "id": "5148a2448c9f4c349eb942324f53882c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/backup", "region": "RegionOne", "id": "0493ba6e8bc746e9b25e43163f538b71", "region_id": "RegionOne"}], "type": "backup", "id": "1650998a8175416492559ae7039fb005", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://example.com/monitoring-logging", "region": "RegionOne", "id": "81f64d104308472f9566e5550430d26c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/monitoring-logging", "region": "RegionOne", "id": "206e1db615474845a785adcad0b9c2cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/monitoring-logging", "region": "RegionOne", "id": "f2a9faf18dfc44e591c647ad0cae4fcc", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9decd51cd98743cc8ca4bfa67d31e50d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://example.com/monitoring-logging", "region": "RegionOne", "id": "89374b430f404b6f8da9c021bf316249", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/monitoring-logging", "region": "RegionOne", "id": "b7d9b976f6224410bd037f351b09f1f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/monitoring-logging", "region": "RegionOne", "id": "c6c8dd4823a84c7f929a58b1f4b77829", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "97f7c6fc8fab4911a4f3b8552a570f85", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://example.com/monitoring", "region": "RegionOne", "id": "73a139b94a584136a68acb8294df58c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/monitoring", "region": "RegionOne", "id": "5f429d16a2e64672961264eb2ce410e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/monitoring", "region": "RegionOne", "id": "18bf6fdb18a54db79388a775afbe9bd4", "region_id": "RegionOne"}], "type": "monitoring", "id": "c6e5951a1957411bafc800c043f4b27c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://example.com/monitoring-events", "region": "RegionOne", "id": "63778265c1d44831a03f204f7aab4e25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/monitoring-events", "region": "RegionOne", "id": "834c9fd71464451abacac6a71924681f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/monitoring-events", "region": "RegionOne", "id": "2f0e7f9e3343418f99a2ba4f7377c589", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "27a5a247357e423d903204b04f408a41", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://example.com/placement", "region": "RegionOne", "id": "f767a42b84e547aea165c7ff805e31f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/placement", "region": "RegionOne", "id": "75b207f429a14a82bb008df55320739f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/placement", "region": "RegionOne", "id": "39317780496e441998a083c861b97ea2", "region_id": "RegionOne"}], "type": "placement", "id": "9eaf1660225549b298c93ad1e4843466", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://example.com/instance-ha", "region": "RegionOne", "id": "1b1849a2151847ceaf6d7269ee9a5835", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/instance-ha", "region": "RegionOne", "id": "ae6570dedf454cc9be8d24a630280313", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/instance-ha", "region": "RegionOne", "id": "e8db1d18a7fc45c3af8babf8acfdb69d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "fbb47e15c7f2485ebc426a8fc52cc5fc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://example.com/instance-ha", "region": "RegionOne", "id": "a0cb28d48dfe4b8b8ec8c16369fac71d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/instance-ha", "region": "RegionOne", "id": "cc3c32891b054062b859cde70257177c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/instance-ha", "region": "RegionOne", "id": "5be3abcbb50147f08cf18eacddf087db", "region_id": "RegionOne"}], "type": "ha", "id": "963c89f74944449d8c6f1ffc62e6c9a0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://example.com/reservation", "region": "RegionOne", "id": "21ffe823c4074c5da0d989fc2cf4eb29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/reservation", "region": "RegionOne", "id": "39f7d93542c24031882b76a97a561220", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/reservation", "region": "RegionOne", "id": "e379b9a9d8cd4458bba2fd1cae6fd7ed", "region_id": "RegionOne"}], "type": "reservation", "id": "e7a660dc195e43a6af7efa75cd7851be", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://example.com/function-engine", "region": "RegionOne", "id": "32d7ecec5e424aeaa62e9514af4eca9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/function-engine", "region": "RegionOne", "id": "2926f552fb234c508aad7e1c76b87cf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/function-engine", "region": "RegionOne", "id": "200ed2f439e8462f932cc9fc68f4c831", "region_id": "RegionOne"}], "type": "function-engine", "id": "3356fcc0e595477cb55f7594f8d734c1", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://example.com/accelerator", "region": "RegionOne", "id": "9d9c3b92b52e468fb2870d9e5be4efc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/accelerator", "region": "RegionOne", "id": "4f05edd1a9e64f4e89a1b7d564eb398c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/accelerator", "region": "RegionOne", "id": "36a33f91093c4e7eaefdbf5a7ef97ee5", "region_id": "RegionOne"}], "type": "accelerator", "id": "c6d913543cd746c3be6f2324ceaac0cd", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://example.com/admin-logic", "region": "RegionOne", "id": "315092785f9445049a2d30f0f3663981", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/admin-logic", "region": "RegionOne", "id": "9c41c843bc58458090e03e722b44075b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/admin-logic", "region": "RegionOne", "id": "b269abc08ec84e67932974f998a33e16", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6ebb8f40193d4ba8a724392cbe5f82a5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://example.com/admin-logic", "region": "RegionOne", "id": "b54eadf4824b4c2ab232c9025078c25e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://example.com/admin-logic", "region": "RegionOne", "id": "2d66a4f6c7a448ed9a763aca530e0bbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.example.com/admin-logic", "region": "RegionOne", "id": "ab560602b35043e28f265362fcb97ede", "region_id": "RegionOne"}], "type": "registration", "id": "9fc37f8dd7fa418bb793d711f257d06d", "name": "adjutant"}], "user": {"domain": {"id": "06bbe229a0ce4f19864cc4121e75a3eb", "name": "108c0be5f1ff4bc3b99c40fc3cd89b11"}, "id": "e28b154a5bcd41a08a106a0da4e91223", "name": "9408e77762f243a3b6582833d596808b"}, "audit_ids": ["3869f11602554073ab1dc3bc1352cb43", null], "issued_at": "2019-09-19T09:04:41.751905"}} 2019-09-19 09:06:41,883 keystoneauth.session REQ: curl -g -i -X GET https://example.com/image -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,887 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:41,889 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://example.com/image/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://example.com/image/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://example.com/image/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://example.com/image/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://example.com/image/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://example.com/image/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:41,976 keystoneauth.session REQ: curl -g -i -X GET https://example.com/image/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}7b9973c7c26d43bf362e5dc169c96d406bca12faa39a62fd43db55f00f28ba48" 2019-09-19 09:06:41,980 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,982 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/702dc2a2-b3a0-4a83-b6ab-823fa174c4b4/file", "id": "702dc2a2-b3a0-4a83-b6ab-823fa174c4b4", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/702dc2a2-b3a0-4a83-b6ab-823fa174c4b4", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}], "next": "/v2/images?marker=eabae077-5431-4b90-a9bc-cd82612b4944"} 2019-09-19 09:06:42,011 keystoneauth.session REQ: curl -g -i -X GET "https://example.com/image/v2/images?marker=%5Bu%27eabae077-5431-4b90-a9bc-cd82612b4944%27%5D" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}7b9973c7c26d43bf362e5dc169c96d406bca12faa39a62fd43db55f00f28ba48" 2019-09-19 09:06:42,016 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,017 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/702dc2a2-b3a0-4a83-b6ab-823fa174c4b4/file", "id": "702dc2a2-b3a0-4a83-b6ab-823fa174c4b4", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/702dc2a2-b3a0-4a83-b6ab-823fa174c4b4", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}]} {7} openstack.tests.unit.cloud.test_keypair.TestKeypair.test_create_keypair [0.184821s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,812 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,818 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,821 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,825 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,838 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.749075+00:00", "project": {"domain": {"id": "2144cb42d09241aaaa59210db4fe8232", "name": "14ab5da059b242c4a7e7b3589fd87e19"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d20bc800adaa49af97f524b0e6e51ecb"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "83c685f8cafd4407ad69d3a2f2b430a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "36ae4cb23dc4423fbee38f10a4677b4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d6a76ae4b67c4885b959bc04c472e3b5", "region_id": "RegionOne"}], "type": "identity", "id": "7734bc63ed10432a85fd8f08d6dc5ce8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e120cea7aa0a4c8e970b788d959c1cab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "acc64045923a4dee913c35b0f28680c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "57fa1f59dd684d428ca12c9715dee387", "region_id": "RegionOne"}], "type": "compute", "id": "838e42c2738442e3a70f9464efcddacd", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "3ceaacd9b5984d62a718f1287d9f5863", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1d8b063410fd4ee381b6e7bc07616592", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a72116b47b584e6e85863293e5ef023c", "region_id": "RegionOne"}], "type": "image", "id": "a0cba52c2b0e41bfa94f159ff33604bf", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "730030d0197a495889b0a6b84f1648c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "188b363443b74c60bf6ef43a52c00325", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "979cfda646734e1b9b338247a692aec0", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1fb8d8502faa481c90d722d73176c654", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5d1fd149154426c90de78b24a1e076a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07ec54c850f54d34a1b5bcc67c0ffa2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a273215789a14ccfa380ecb7631f2808", "region_id": "RegionOne"}], "type": "object-store", "id": "381650336a9d47dda1b23d30a3848772", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "abbbcad0e8314b03a0e6cc9c9a238707", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "68d01a5b1f834197b47d5345b1574361", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5286d5d967164ee1ad38e33a3491fae7", "region_id": "RegionOne"}], "type": "clustering", "id": "db22db81cefe4e5084373a9ecd073b61", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "464f2d6e802d476892f90891427147bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "feae27a00b394f1eb56e33fc37a08beb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b6df4afe9ef24a999a63f6e6d52f834c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "6bc6faf76e16461eaf8031d16cc676d8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9b97174840444c00b1e55b30ccc294a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7255fd412fbb4afaabf29b1b350bbb44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3514133e880044f0852155ad1c573ebf", "region_id": "RegionOne"}], "type": "cluster", "id": "0451e4f0adef49a5ac574dcd8e6f838f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "47e592cd7fa446a5b67c725049738a36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "73b3cda390c84720a786068f2f770ca2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c79df2dcba1c4942889f71581eeae42c", "region_id": "RegionOne"}], "type": "data-processing", "id": "184947c56fa443a8a405301a57372628", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "98046b025261481fb81355179ecfe9ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "233a8c87920446a696c61f45444ba769", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "89a73ae53b5f481d87a936a80639139d", "region_id": "RegionOne"}], "type": "baremetal", "id": "b6c89848062541f785387c349e607fe2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fbc007d999384ba8be9cf7795f9b559e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5ea7b7631f9146159c7c63ce07335772", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9f9caa30122d45d5a260642704aec6c2", "region_id": "RegionOne"}], "type": "bare-metal", "id": "fbcc4e8cc8e34be2bb67ef3ec49c5669", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ec30d80fa7e04f2eb3df8486ffe97c9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a0e200c19a5e4bf7979d14ec0ee51084", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "63d1b0f680d944d2aa02af9db5b62061", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6780b83a37324632a6a6d6f050c4b90c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "78775f92ec0649158d14c8de9425f91d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b73dbaa7020443329b782168c58ed26f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "401258cb489a426fac19447588d927a9", "region_id": "RegionOne"}], "type": "key-manager", "id": "a462bfda0a4247d9ba7c9c6b988093d7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6fa59c2755a44165988353cd393bda39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5c329cbb8c1740a19b0f9a1c1edf718c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9dda8b6944124e8d8b57cdfa5c0aa0f6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "988afc9421e64cbe9e5d00b156ea78ee", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9e16cb440ba74f81aefda7c5d61549cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d7383fc2c839424c8ab5970280ef888e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ed9d2f43c4d44e689ea9dc452f7b288a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "bc70c5e7b0814e8dbe4bef60e4a1dc88", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bfea98bff23c4272bf280bcfa9ab8895", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a4e459c50d414a88aa3f2986da598aab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9dbd412cad914531a6c5e43f97ef404b", "region_id": "RegionOne"}], "type": "message", "id": "d6c64d711fb642b1a5dc7aa991dec33d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "998e7d18d6c1437f82b26a295633cbe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c97e3806ebf24a5b88e6aca5ed1a5c7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "36610274a39347089ee0ef3ef6a6070e", "region_id": "RegionOne"}], "type": "messaging", "id": "38dfcec415f647b08688ea7fba2e43c8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cb7a733efcc8443cb98ba2821d450ab9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0bdfd8db0448494b8e7ad62f34277c23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b1cac6a951be41d192bcb1e965e09270", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0dfc65144107424c82ffb975e292eb40", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2fb526e0ad3c4586a65432c44471100c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "05271ee552604f73b8abf9d1dcb027bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "df7d5cbe016d427e894521bb53cfd05d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "7c29f8589e17443eafa12c6b26d3269d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "590f36e96f204bf49d282a852b493b0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fbc9b0b3543b4ca7b050d2db384a7c62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f5caa9d9fbe9455690bd052dd63b9948", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0371f8ddc8814d79a9c193641531ce86", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d7baa065335d44b2ac329ca039aa208f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "33eda25de5cd468495f0f839fcafed9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ad8eceb7571441d88f3755987ddea412", "region_id": "RegionOne"}], "type": "container-infra", "id": "09da3549c349468b9a09d1be1ddee7b5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c6b4729c900c460097e9e190703cbf75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "589cd58ae07a4da2a970816ddebced84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "eab53fe2d65a4f6091daf2bedebe19ee", "region_id": "RegionOne"}], "type": "search", "id": "c64c31dea17d492c989471d2cf5eb458", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3a059f6f310b4d489ca0180e7684e6b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d2f40c065f1b4673af1a09d8a9e5bc3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "411fb0f749794fb99d26c9cf2191e11a", "region_id": "RegionOne"}], "type": "dns", "id": "09518c02a94f434182829bb996d33004", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6631f9e856ee48c78e6c63329c9a6306", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "91cda903e02a43629d536ee9de3cbbe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "717c9d9888164f628bd8764aa9125c9b", "region_id": "RegionOne"}], "type": "workflow", "id": "90edec6ae0e440c4b578e937b6116c40", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9fe7d053e9ab421bac9d2827fca97af4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d6d2aeb1e6844f3e874f50894a4c8700", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e05a2af9e0bf4ef8bb6a4ccc453b5437", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a7aeeb1313aa407881169e369b688234", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "84733a68616548d7913e08bd4a8903f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4b1597e97ebd4f659e47d9ff185bb29a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "22f49f682b1d4066b737b42c975aa4a8", "region_id": "RegionOne"}], "type": "rating", "id": "82fc80a6f4d54b44a16d064a8ad19562", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "53fc37f009a840ddb71e744ff1058a0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "127e3b4840634bd498ec39abbc7dee36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "99315a1bd7d548f78a7c4ecd7656ebf9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6522b451b6314d59b06d89dd7e689b34", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f917a1874b2648f9a7750e4303ab45d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e013b6fc68c043f8ab4869e3bf618652", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "031f10ea5fca4366938b751e75cf3587", "region_id": "RegionOne"}], "type": "policy", "id": "4b3a6e624fff4d5b8112e0506cc285f0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3e7b476d6d104dfb859f3a0f95adfa91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "75c8c4eabd6a496c9e9e93d4f524cd86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d5437df2e3004416a068d63a2b56e913", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0ed45458cdc543a3ab49eaf8110d8567", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c94d5bb6478548b3b78cc2dbff840683", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b430893ebe5f4e5d96a85d800022cfe6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "db1a339302f44fea98e88ea9f972f4c0", "region_id": "RegionOne"}], "type": "sharev2", "id": "b6fb17a8a0cd4f2491f6a3af8202183f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6c24d7f992644c78901eeb28f2a86668", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1e1337ccfb524f7599fabe7d286ed5b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7e6e71082e7f447aae12d1623c17b841", "region_id": "RegionOne"}], "type": "share", "id": "8e3d686e88754b49b17d8781d915e46e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2db309db4ab54f828d24e461126702ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d929f91593594b1a9f142c9bd69aab09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4e5c3d10c4d645c49661e18517252db6", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "04ef056895ed499c8e0945ed5c328f5b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "695e9d57a7af43ca80f2e313b73fa84b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7483951a4551403896443fd674c78b62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a54642540b7402caac300051394839c", "region_id": "RegionOne"}], "type": "orchestration", "id": "41f7a87d76f14532abbea987d8b86149", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2af2a8c0996f47c7964e8ea33c2db5a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "202a9870655d4fefbd113304c7feec0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "157d432e1b01443798ce8d6b49e04052", "region_id": "RegionOne"}], "type": "block-storage", "id": "c6ef25fbf1964e35821874e91d788375", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d097efd33011465788e9ff1adb450db0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48dcbf8428da4196b1a4b83112ced123", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db8a941d7b6444c6bb8b43ac8651e06b", "region_id": "RegionOne"}], "type": "volumev3", "id": "5ce00ab0ca7442b8a47d4fc5bb8055b1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cafe0349b27440cfa2b324a2e214ef52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a02a6dd36aa46d99bf5c68b4bcb2b7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ea652b1565749f2826554cf20ac67f6", "region_id": "RegionOne"}], "type": "volumev2", "id": "3d62833c9fc04039bfa7f94deeadca49", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f9eb3e333194753b0c083401fba2a2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "700436954fd641f8a5e7024c8766dbcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89c7abdef5cd43c3b7e7a572862e0a3c", "region_id": "RegionOne"}], "type": "volume", "id": "f6c2e9c1d4024ca0834303cd6f575ad8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ed567b474cb4e9fb59aac298ab71a25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "527090ed6cc24960ab244af65604478a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2734a7d105547ac9a9d8da551b61f4f", "region_id": "RegionOne"}], "type": "block-store", "id": "17275f70a7924ba98c094cc09503ca24", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0409641a66a9458e80307902392c7f8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "855f8c03eeb64ce2a1035570b1228997", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8aee0ac32c594c96b463246334fee3e1", "region_id": "RegionOne"}], "type": "alarm", "id": "064c4b57db164f55903431795a983d11", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8b5fbcacfb1c40208cc20c362f4842bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2b988ea1dca24305a7c41194fe2cf350", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "496acdbf18c44246a1ca3c4a1ed2d6b9", "region_id": "RegionOne"}], "type": "alarming", "id": "2096d16c2bcb4bc3b7bcd5f0f922ca3a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a7e73b3110b046a29272e89087a85967", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "91333e8aff0146208de362adc4d709f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ad1ea75f795c478fb5e480ca1a9d3f6f", "region_id": "RegionOne"}], "type": "meter", "id": "f87c44a5d0354e13be6d5303863d9f98", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4b046b7710af4f83856f1781f5e3af47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bc175298e3bd45d0bae1e921574f73da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b34674ba3533444f9e32f61bca1d0b8e", "region_id": "RegionOne"}], "type": "metering", "id": "69beafb2b56a4ad2829406bcb59ddcb7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bf12e9aead12415aa5108ea45b2fd32b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "87c49e176040433eb2e577a736edf679", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "df3f4d93aa7048e7952129f47182f63a", "region_id": "RegionOne"}], "type": "telemetry", "id": "ff99574e4b75480aa6c9ebf878965fa2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c06ea4895cb94d8a8342aa1b63fc1959", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5810af4f20db45c7bf26afca85874b4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "df9b5af84d3b4e7c8522f9a6042875c8", "region_id": "RegionOne"}], "type": "event", "id": "4eb663b1f562450586d09cde20003d2e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7e99507addc644bc8101362cbfae9483", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "79bccddc1e47462e82c20020029a6705", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "836ec2c92c8f4a9dadc157d9dd38f9f4", "region_id": "RegionOne"}], "type": "events", "id": "5c7a1993d0fa4f069d5a5719355da826", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "70715b651fd0450291d1ec75ead26fc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "49f36b3804d646ea9ac95ba0ef1d3c70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "35159bfd19d842bc8ff818957d4f8588", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8a09378659fd4b1b8ca6a7648d7e0169", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "40c2fee611974ae7b5bb00c07664e990", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "727833d48b80400a962f810ffac3917a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "937728e2be9e408fbe0ea7e3c2ca5a40", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e0ce5f2c3f8c4fc886ec774ce15662bc", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9107ec93269f4093b5cf3ed793d1d4c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a46c8a81ba484100b310aafc3915142f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "224e2af79891493dae898fa75d546f7d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a970db55f790465b89810b6f08b974f1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "51c5035bdd3f461086e90c2760f31e6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "471a21eaa13f4818a8f65f9b4882c2a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "10d8933373394765b37ea6a37571f356", "region_id": "RegionOne"}], "type": "tricircle", "id": "a976ec155ea5482fa0ac3d0c828e6128", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "74fa03e07d0e43f3b9b70584f331a725", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2928ffa8de00408396861b4c2a3c2407", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "cd1db0d68fb54c0799f8cda40f78b51a", "region_id": "RegionOne"}], "type": "database", "id": "f3890bd9aa1c4820bcf20fb3ff72fb49", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5832ef1f3dc443ec8681df75342d50d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5a0d2c40a2cd4837b67c2c014d3d5cb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3b3e46e3a7074f568b9426fb95296389", "region_id": "RegionOne"}], "type": "application-container", "id": "922b24380dd44952b094b9846c1f4e8f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d13ded7e9dac4462ba9e6805f07c3029", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "98b46d9e4cef47bbaa3558ad3286120c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8360e8e8c5a945fb92e15ee3628ade8e", "region_id": "RegionOne"}], "type": "container", "id": "4ae566b97e814458bec9282e57236a74", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cd56fcca0e274719be0a5a58ab60a40b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "795c2c715af74543801ed86be6ea737f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6303f4437fb14fa9adaf6189333cb3d7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f41fc029181146178fd2327ed06764b9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a598e51a360840b0bfc531345410211b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6082dcc670cd4127ad3e989bac5fde98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b18b156aaab645caa584b0e3a6024ee6", "region_id": "RegionOne"}], "type": "rca", "id": "beb82af1b0d243a0835616d5ccaa13b7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2c6b3a83be3e4510aad179f92f56c5a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6f06eb384e27478facd74c880436c8ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "956cd6c6fafd4b569f0516e8ca1be0fd", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a2cc5ceae2ed40b89de538fdee70cbda", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "89886bc6546345b38b6404b47bae1a6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d2c13109257f4b548062a8026811953e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e87dd0fcca484ea7bfb42a41651852d5", "region_id": "RegionOne"}], "type": "network", "id": "510271670f28467088196ec584451743", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "40bb82074b024ee2adff07a0ca5a4504", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a7a820f0f2364b7982ba64201c0795d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "71ed09137fe549eabb492e3f1943288b", "region_id": "RegionOne"}], "type": "backup", "id": "480366ed94254cd6af2d6bd361369cc2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e4635ba78452419799e1bdca5e949cde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3b9123cc7ac042bb9948cb0aa805e9bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7a71d0d3a93b43328c4679046025bf03", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6e0aef02dd9a4c21b46a7176a63bb2fd", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c18f5a2b9f344c35a19f44d22590ee62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d04030c0a27645ed85e1d2ad147914d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e232ce5359b244f7b9d83f287f7545f7", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "09988c3a371d4f0e8affb02bf854ac7c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "af176abc92dd43079f47d250dd3462d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f56ba8aa90874ff0b81b726dc371cbdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c36fc769fe544c7397c79537d14f8718", "region_id": "RegionOne"}], "type": "monitoring", "id": "cbc831ebbb7a45919397ffcfab813228", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a66cf6e680cc47b8abfcae8425d8fca7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "efc33958cc2a4600bb590ffdf6ca4c50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f50e38c9d0184bab8bca98a9cf61983a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8da86e26e77e4126b63a9b125a3058b9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "32463408c6db45f3ac0402e1ad368097", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b72727a09a3f4ffdb56a1d92fec3d44b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "26ba5ae8e9ff4ddf89457cf2a353840b", "region_id": "RegionOne"}], "type": "placement", "id": "1a41c56842b34a77aabc386c4c814245", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "df406f61b84444f5bb9c955209ba3112", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bb25c3fde44d4684869eaa666bc8aa5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4f72b0f1d4b6429babeda491c5863b3e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "cf5cad8e962047948be97f0b9b53051d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ac3b9cc0a12c493e8afe1c01eb55c947", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2c9716f58db54cb6b33b08d52b64aa74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "38a0a7fcc0aa497ca7123e928f395106", "region_id": "RegionOne"}], "type": "ha", "id": "194a2600ae6741a0a5031ed1842d6078", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "72f0ba6496974509b13d3bc57e87529e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cbd612670d1248f5a813ac990d809e55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "af18d703697c49a5a0de76c4321febcc", "region_id": "RegionOne"}], "type": "reservation", "id": "202935e692264382a30321f5fd4e823a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5fd3311564444381a50d800fd8c228a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a3e959dad17e48f2b6e7fb724b9df3a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5404f5a136f3498e9e2f3f6d8965a69e", "region_id": "RegionOne"}], "type": "function-engine", "id": "e95e2b6817a74bdc9f3fb9897ac3bc9b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7fd7abb40eab4de49e4140bf25b0611f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7ee1eefad5fc409987986bac3472a859", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "dbaeafb3d2c74fac842702509a475cc4", "region_id": "RegionOne"}], "type": "accelerator", "id": "3d198d8af84b4d2897a0609a2305ac7f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "90acde6392d24dde94b31f0b36322ed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "77e9e35d965d426fb7a33b8cd3e33d8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "40e6db44502d44d5a7d64ea494bb7bb4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "bb60a316764d429b854d801ecb305412", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cf3db5cdd58549599dec283556fc3c13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "681a576fbe3647c49e7820e02bd88f88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ff990780d72146718e4d8039b2ef2a99", "region_id": "RegionOne"}], "type": "registration", "id": "21d65e7c73a445a9b91b6f427f101e4a", "name": "adjutant"}], "user": {"domain": {"id": "dc23722420924af7b00aa70515f18ed6", "name": "f31e30226a4540169de0f7f817d13b15"}, "id": "1b91c65b95b8479c94096b5ca3585f38", "name": "e3dc3829f0ef4e93bf45ed212e1121c3"}, "audit_ids": ["c905615945304ad2b8ef6aae93e31f1c", null], "issued_at": "2019-09-19T09:04:41.749075"}} 2019-09-19 09:06:41,919 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-keypairs -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkF3MX59OrlBs3dH5CU7lNmvpbrgZxSpyGjlnE8Flkirnc/Up22lpjznoxqeoTAwTW034k7Dz6aYIrZGmQwe2TkE084yqvlj45Dkyoj95fW/sZacm0cZNuL69EObEGHdprfGJQajrpz22NQoCD8TFB8Wv+8om9NH9Le6s+WPe98WC77KLw8qgfQsbIey+JawPWl4O67ZdL5xrypuRjfIPWjgy/VH85IXg/Z/GONZ2nxHgSShMkwqSFECAC5L3PHB+0+/12M/iikdatFSVGjpuHvkLOs3oe7m6HlOfluSJ85BzLWBbvva93qkGmLg4ZAc8rPh2O+YIsBUHNLLMM/oQp Generated-by-Nova\n", "name": "key-2"}}' 2019-09-19 09:06:41,923 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,925 keystoneauth.session RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkF3MX59OrlBs3dH5CU7lNmvpbrgZxSpyGjlnE8Flkirnc/Up22lpjznoxqeoTAwTW034k7Dz6aYIrZGmQwe2TkE084yqvlj45Dkyoj95fW/sZacm0cZNuL69EObEGHdprfGJQajrpz22NQoCD8TFB8Wv+8om9NH9Le6s+WPe98WC77KLw8qgfQsbIey+JawPWl4O67ZdL5xrypuRjfIPWjgy/VH85IXg/Z/GONZ2nxHgSShMkwqSFECAC5L3PHB+0+/12M/iikdatFSVGjpuHvkLOs3oe7m6HlOfluSJ85BzLWBbvva93qkGmLg4ZAc8rPh2O+YIsBUHNLLMM/oQp Generated-by-Nova\n", "created_at": "2019-09-19T09:06:41.809076", "type": "ssh", "name": "key-2", "fingerprint": "7e:eb:ab:24:ba:d1:e1:88:ae:9a:fb:66:53:df:d3:bd"}} {19} openstack.tests.unit.cloud.test_qos_rule_type.TestQosRuleType.test_list_qos_rule_types_no_qos_extension [0.175637s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,815 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,820 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,822 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,825 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,837 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.754246+00:00", "project": {"domain": {"id": "bef6b8eeba524570bff0b240af638e2f", "name": "a8fe5e7007ab47eea2aba4f81459e1f0"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e6113e054cbf49e184a82c5b97a3aaf8"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "faea91821cd4452f9fbe0f5567dd5dc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4412face4e1d4e6685212112b12221ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "3c30a981d12441898665aad7f05c5c99", "region_id": "RegionOne"}], "type": "identity", "id": "a91d6f7ffc484dd8b3282f00b82a6f0b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a88b790000034561a63fbc0370a4a5b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3b89061daf4d48ccb445032dce41732d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a7361c338aa94654915385c5388205b8", "region_id": "RegionOne"}], "type": "compute", "id": "d77c99f8ecd84b6db0b3271dc330d208", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d430efa93852440aaaf7e55a2ce2b686", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "27d32d2e6c154dad9080bce652a86d19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "234fa84288314309a744816fcd1e65b6", "region_id": "RegionOne"}], "type": "image", "id": "c3234a8582e5410f977b4f9e13e27d14", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e6784a4bbc944b268b6b3d3e9a847b86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f9cd529b2f864a57897b47f47fe62e0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6bc8745558df4be4808c84abfa040649", "region_id": "RegionOne"}], "type": "load-balancer", "id": "351dfaa977d3453995b6c72cd821777e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65b52bc7f76143bb9b8160df3c677a51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "571d0abfd17d43fbb34b20db5726564f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74b04f8496f44623b7fe3e74f9c78575", "region_id": "RegionOne"}], "type": "object-store", "id": "9d9855f3351449b0b5f6a449a8cbbf2d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dd07092302d243d3b9f554ea74c91a49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c66f420bd9484de3a37e21cb727cc716", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "de9024b159344c259cebdc1ee1238b3f", "region_id": "RegionOne"}], "type": "clustering", "id": "bf09c634b28a4f5d85e2f911a4324e2d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1f0061cbe3004b81abb2046ccca3c7e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b127d3cf74644f6a91faddf9c49a6d96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d9eb705918e64a4898d82e9ae2bcf335", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1b0c34fc01434b9c95085a53508f9710", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fa5e583a6ac44fbeaea30d5008f63e8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7ddce35692b842f68eb8fa3eb771d2ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "10ca965d3feb424ba90165b98643c068", "region_id": "RegionOne"}], "type": "cluster", "id": "ff9807e4d78d49b48748fd2f567bee30", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "23f51e696b1749a3b4e15a4e9feee704", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e4e80a4d1d7249229668c06cc3dc942e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9f86c85f70164584ac25c6861f318b7c", "region_id": "RegionOne"}], "type": "data-processing", "id": "3563a90c2a6e4089ad8dec41b86418fd", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f4e465c50e174db1975f60b747eb81e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f02c56529f1846b5a6b5e8b395b100c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6911f504b0914c46bf0551f15d06dad2", "region_id": "RegionOne"}], "type": "baremetal", "id": "3b6a83ba38884256a94ff6470d14433b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f90fadec6d0b45dc8a0a265535877223", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "19d04c3baee546eea62dd2dbae6773de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0fe7ecd35a104d1c93b7ccbc4a4cba1a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "5e97883fff3a4f26b71ddb8614ae309c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "aad57f8addc24dbbbfa57bc01dc7e259", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f57999e6497c43828a9bd7df293fde41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e9578279996a4cd8b6ab96f699663b1b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "49e1d12c875f40a2bc730b19d78449c5", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b1dae90fbcfb4238b91fcb5efb22c89a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b2f12cb47af844789d0d693bf0bae494", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d9838408f496495083db8eaa8f96c2b4", "region_id": "RegionOne"}], "type": "key-manager", "id": "9e01cbcf05c24f2b85a46fb66ecc3371", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "97170a811f75416daf65bee364539a3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ce8b47c182e04e44be76ca2cf90f954b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4e11c4ab100f4e3e9c9eef2b611741f9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "190dc146e478430b8939ae7ca59edb13", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "225e1cfbfe9946d7a709efe8d9ac72fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3c6740ec876d4aabb502d4c6412e1f08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f923a17a27b4451e8a3b9274fad61c65", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b734f3bfb547473ea6a46cd3b48b2f99", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1e730524342e4cb3a7120843e8fcf9b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "231f7317bd18411d8a96d899030e57e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "287886f8dc0142dda1e5d1bf8d85bc9d", "region_id": "RegionOne"}], "type": "message", "id": "2c3bbbebac2741ac8cdea92c780ab5d3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ceb37516b2974f18bb27299df880434b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "db9eafc392ab400e9537bae8215717a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7f46fcaf0edb4f848561bd9ba4b58cfc", "region_id": "RegionOne"}], "type": "messaging", "id": "054e29e9656e44d086603d15f4835339", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "924cca15c9a64428a9b503468bd69c52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5a7b4a72dd3c4f65b2a525751e4188c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6ae038beede748a5b50db0d5e5e46858", "region_id": "RegionOne"}], "type": "application-catalog", "id": "551ec374c07043c084ab0a093818c2cc", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a59263f8ec7c42ec894bcd117ace707d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "91f21654d3204033be38d780a701c7da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c359a58534bd459fb5b162332429c7c6", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "130c1923ecb64dfaa2de9188ef9dcb7c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "25fa39e88f7040dc8640bef6468405c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e91cb6b1b639459ebdffc4c6fa6f039b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "19cd2ce2494e4f9c93606df4f0608f4b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "754775e46c164b26a40a78f9cffe563d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d2d4a710f2a44718a78a8b8d80680578", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b614f67bdc2949fd9be8d69c27d02c3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "369a4c7371124c26adb533378bd7a925", "region_id": "RegionOne"}], "type": "container-infra", "id": "b89a928a78ee42069732d03dc11359f5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "08772ae37656409daeeba44083f2bccc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "369b21a0dd8347789e5d34f03c4f1757", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "77a04ec9c8b04007a3ad8c05c26df2db", "region_id": "RegionOne"}], "type": "search", "id": "f22f3caabafa4a649864334b7cf896ab", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "7b50d796924a4fd0aab7cbb6c89fe432", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d4e6bfac78384ec6b7805cf2b6098e55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1b0181f52125406aae0f555b6c61e178", "region_id": "RegionOne"}], "type": "dns", "id": "7573abc7257b440ba74431659635e10d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b9bacdfce5cc45e2b84162e4dbcef8ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "00c475055c8a43e9b0b071a47f6819d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "198b8bbbb2864e7cb761251e17ad3042", "region_id": "RegionOne"}], "type": "workflow", "id": "5a2d8365c0ea4f18b55462babddbad97", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1a3c85ae7a954fdab13a11b03496bc4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "146f591caca8498eafde72590d534ba0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a0dcfde4de4343258f35a441c2b655eb", "region_id": "RegionOne"}], "type": "workflowv2", "id": "87d256ecbe3c49c9b3f7dfa6693482b4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "fae91287018c4bbba00f99cf8285fa9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2461d067ef93425095d03fd4cad68c7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c11b2de0c1a94bdeb287bd4ca82b83c1", "region_id": "RegionOne"}], "type": "rating", "id": "92a9c4ed32be4eb3bbb51229f6e90f16", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e3250f14763847c7bfa3571bbc323263", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2cae169ddab84ff58d485da5572bde77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b0baf5c8b4f1487ca8847a689804aa03", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f60855417db442b5b99d6ca7b0c396bb", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a176d8c8ce574b209f7d063e9cfe14ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "033d13f97a794fc39383a7d8f9c52b2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "acf34f20af094361bc597a730b37b631", "region_id": "RegionOne"}], "type": "policy", "id": "bce8827838e94b53861276515a5f9508", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "07d8389c6d3d432eb67f7426dedb3423", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3f501709c2254701aacacc3c57991826", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ddcada4e098f441eba82fb2a990060b1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c2a4ec261e0046dead1460f0c657f43a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b8218a5ebdff46b18d10d8bed85cd8cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "12af49fdb8ce465ca76a50322d853898", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e18bcedd752a43c5931f08184825dd27", "region_id": "RegionOne"}], "type": "sharev2", "id": "9ea5c315e88f48cf968811592ace4923", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e2dc851237c54c5cbef2ef68fe3b0526", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3ea062302005417fa6e2d9305becb5f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "47d0d08f6a364e2583321f49f6d215c4", "region_id": "RegionOne"}], "type": "share", "id": "41bfcb7c4a3148e7a64040369e9296c0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e1eccee7fd7e41fc83f52bd06f035a10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f5176211779d4a04befec5ca68e6efb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "eb9d49583a7a48299db55d7bf26e49b6", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5e00eaedb9a641438014b4ed6089cd02", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93544a0b1d914d43bb36f011ffa6f14e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ce7eaa308dc44d4982a4e48bb3a3f85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4b2e45f9baa4b0c9b5710b030add3af", "region_id": "RegionOne"}], "type": "orchestration", "id": "e1f97edf2c134b05b798ae26afa2f1df", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d05ff7c158a44008ba45082d0fe2dc78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8bcfec76bb2a4e519a921fad478faa99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc5512aa8fd34ca89506220b769c3f0f", "region_id": "RegionOne"}], "type": "block-storage", "id": "c2a2e4d448234fc7a675e13195c87b4e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9252b4d78865477f8cf0ac28ed6bc7c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb54178f9e8c4f998215a329d7ea0b03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7f8c62d5ea54a51aa12ba93e0eabe8f", "region_id": "RegionOne"}], "type": "volumev3", "id": "f59b3e6751c746f492104d3072d24b49", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50e0468df6e448d3b2add835faf6feab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3dd543751074731b558752c261ce5db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbea4f0fa21b412c8365f7cd6219890c", "region_id": "RegionOne"}], "type": "volumev2", "id": "35bb2d5f1bbc407ab32e399f55dd6768", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c75c543ec4374c1889eea974aad94a5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1dd343eb70b4576a3f3432ac2b281ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7051243f506840fab353e56a9521081a", "region_id": "RegionOne"}], "type": "volume", "id": "eaf29b3cdb1544eab10d1b3ddb17c962", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59f4d96cdf0e4ca5b84e04756ee50da6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6fc97e0a8bd47a6a53d34330f78eba4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2abe622108844743ab3488c7c346e9c7", "region_id": "RegionOne"}], "type": "block-store", "id": "d2152c20a436466ba40cf2dfdcc928a3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a703aa949f004c90b03a3035dfc232ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b57081d60ea4461ba1c75e283c3f068b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "71a2fd6bdf504b528ecfc9646405a2a3", "region_id": "RegionOne"}], "type": "alarm", "id": "3489c69f7d5b4bd08994ff754075234c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ea192716a6c44aa6ba55b917a0db1e77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7a6ca286056f4ba1aec70369510cf2ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bf2d274c96c747b4950d73a1dd110659", "region_id": "RegionOne"}], "type": "alarming", "id": "2d13397dccc541d4b7e0e23dba3ef4c0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "02f1ddee37824c6eb69555afbbee0fca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fa0ecd867cc24c1faefcb703f27f68fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e8917295ed5a4080bdb55d36e2b1a449", "region_id": "RegionOne"}], "type": "meter", "id": "dd20a64938564279b60f72f44eba9f82", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ad47deed62fd42b29e134e3d14f09363", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f2513df07cbd40fe95e87cc0d56768b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e2976745fc2044fbb95cdc35b4025874", "region_id": "RegionOne"}], "type": "metering", "id": "ecbf53cb3bd8480f8685ad6fba7cf631", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f4d87e512aec41debb119d742544f80b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e408500d16e244a59a78ba83cfef763d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "714e357ef0394b0d8cce362d99812814", "region_id": "RegionOne"}], "type": "telemetry", "id": "9ccc2af8932845d6a86e5f2013f67962", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f7f1df89037a4d28918a6810e7aab9fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fca508cfed5b4e9f973a25de3e740413", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "733cea229cdc481b8dbf7b56787440e5", "region_id": "RegionOne"}], "type": "event", "id": "585c8d25f1c3453682d4d041c117b0ea", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "603c86adc19747138951df2d6d5c046a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "04b59b698e674743af8693d705395809", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cfb023f92f6545839cd2aba96b49f766", "region_id": "RegionOne"}], "type": "events", "id": "858e4038f8f1496e87e69ebd460165a9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b6a7a2f86bd94536a9f0d962dc4f0e39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2f5502599ede40e5a6df797d4a41c878", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "04b913b8c19342cbb9a11f363dfdf83d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c4ccff6d24984f30ae2e4978a45b4bb5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d5475504e76142f0880dbb2d6c3b5a0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "244ea699d7c24ef1b9b1d3117034e409", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c4a63961999b4814899c22f1f3a5f274", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3da3907370a74cc7a73ab383feb2bab2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9820c44269164d40b0e3cd9f0ebc4fce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0e37f2596a5b49ecb1210ba537dfd0b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bffe308ab3574f748a61ab8d4c223e30", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "40ffb4356ba74d46bc6295e4f06cf423", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7960212ea97549bbb33c6d3773e690dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d0eb82f8f7c548cea0f4e225bd30a056", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cd61549211144ceaa9da7c3925c838bc", "region_id": "RegionOne"}], "type": "tricircle", "id": "e0e0a493e2414c019c004daa6a4f5cdc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a0f444104d2b4195a08060a15bc52343", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "029f044e5679467e80467de5f324b239", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7bee1e4ce93a46a6835f373dd94e2a91", "region_id": "RegionOne"}], "type": "database", "id": "0cf1c9b6b9614c12bb70ff94113955cb", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "791d4d948a7f4884b40b9f1a775f84c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "82dbde32369d43609d46f98844b59cd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "17404da213164c8d9e8bc512dcf8bccb", "region_id": "RegionOne"}], "type": "application-container", "id": "32f29b897a1649da9e23450a1a400bbf", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "306c5c5e653149e8a35d71d255521914", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "60b606198fda4fc3879b57c750e03c06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "51edcf725ac7470d80444150fc61db69", "region_id": "RegionOne"}], "type": "container", "id": "667ca3eaf7264c9c9633c66e344eddf1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2b39cb5444cd414f9f238594dc2ce737", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7c708ac94a464a0ca68a579405e02424", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2d3d7c8ea1104d6fb0f2ea9986939227", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f82c80a6d3f94317bd73c6fd3dc60fee", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "381b6f1fb221460db1e66ee589ce5a67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3cf01120b2a0438184d50a4808db64a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "646207aec56d4c7e8d2d988b5962e53a", "region_id": "RegionOne"}], "type": "rca", "id": "2c9b06efd15a4d8bb54ef8696e96321a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5f3836fc709547a0917140677a2073f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1fa7ca36902e4b2298f3c49245e1b098", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f076a4615fdf46248f3eebb0db2253b9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "97dbc6ed790f480c9787a632a1bc1cbd", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "99b7a17834e949e69eb6862947eef1aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c5f36e43a199488091704f8f396ae27e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b71520a4eba54993b4d15cfee53026bd", "region_id": "RegionOne"}], "type": "network", "id": "d60741bcbb324d1a98ea5f4bef61049b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a37719cb0e9b4934b0e42ad6fd3e04f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "197d14d414de49fca4661bde0a777335", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "faa732b0762545f0941e3803ddfd8331", "region_id": "RegionOne"}], "type": "backup", "id": "6a354ddfe9034eeb808931a5af47b492", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7d36288fde2645a2855a3089b03fa014", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a94037f94dfc4929beffed05839d98fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "64a8296c7ee849c59348a325f8481b45", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ff552bc6a0f740ad9e739edee06747ab", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "957d0e6be0de49d1b020e8d2dbe47d40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ac702faf29204f85a04057081ea8ba8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "79c9ae0279794a078cf2f598163a98c8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "93f81d53c4864adca21a1da3b261b08e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6256e5805bf441ff98e258c42e37b9d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "517a4643a1ec444891407cc9b5077675", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5844fe8c020f47fcacbb92979a92cce2", "region_id": "RegionOne"}], "type": "monitoring", "id": "ea0317ab8619425ead75df4f263b5a51", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4c023ea1b34641ba8ab158f8a400daa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f5757fa2da2b4c36b8b715dbc63293c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "3a3588dfa6b44e59aeb8be176ff671eb", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "fc3493c42298444e9795e6757a067ff2", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "65986074fffb4290b2db639a972bf72d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a9a55dae877b47de90571d3f8d5fb41a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "31391e0076944640bd4023149965aab6", "region_id": "RegionOne"}], "type": "placement", "id": "416ee40b78bf4900ad624b260090ccf2", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "45e08f20a3d244908081d86cdfdbc246", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "18a116af4a9a4bfc82b195ea997b3fbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "eebf4ab9b32745e1951ed3027baecd73", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b983ee9b710049a1a548b43f71b2113a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ed12487b1dfc4e5c95b2d07ab15f03d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b478d11bdecb4d94962f4831cd2f8a88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4e85b715fcee4d8b970527978f1d6f34", "region_id": "RegionOne"}], "type": "ha", "id": "6c2b689f4eaf4dbf9e2b41b3f39f106a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b27dd56ec2994b58822f9d4c52a9128f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d3ddef36c3a14458836e3631f0911771", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "44a82016871747cfa864308cb132c5a3", "region_id": "RegionOne"}], "type": "reservation", "id": "7611a510a0374905a4a1f1cdad36d3a8", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "781421d68a8341308edcbf959fb6f08b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1bcca765698f4bfab03e9125079a4bf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b4457a208b7843d4bacf8aadaa7865ab", "region_id": "RegionOne"}], "type": "function-engine", "id": "6e7410a8b8f74ed7886c104d591ea198", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "cf42e4d1608c44bdafb6ae802f402908", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e458ff7f98664849abd78cba0b66ea3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ceb5ed69229e457ca7e513ca278f330f", "region_id": "RegionOne"}], "type": "accelerator", "id": "cec510f0f15a4cfc8360555f63d8621a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5cd55661dcf84689a8a247b126287244", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "75a9822aa03e467c91852550d8ccef3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2e1030ca7eec48b8b1b30476cea2072e", "region_id": "RegionOne"}], "type": "admin-logic", "id": "32fc4c042d98439687cd75de56601817", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c5dc295feeb643f9b2936e9cb87ad7cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2cd083315fcb471591634d1062e3d8dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "405e04e25a5641d49423809e0199c0b0", "region_id": "RegionOne"}], "type": "registration", "id": "807f146a994145948d165d236dfcf533", "name": "adjutant"}], "user": {"domain": {"id": "8800e2dfcd0b4a7ab2f1e88827e1f58e", "name": "afef92bad4204ea08244a3208c4a0bb8"}, "id": "c696fc53636541e694e271ebe0d09bb2", "name": "e437884448ec4aba93b5af65a258759d"}, "audit_ids": ["a16f4434e92d4c5c83f70d63b733d88a", null], "issued_at": "2019-09-19T09:04:41.754246"}} 2019-09-19 09:06:41,918 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,922 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,924 keystoneauth.session RESP BODY: {"extensions": []} {11} openstack.tests.unit.cloud.test_qos_dscp_marking_rule.TestQosDscpMarkingRule.test_update_qos_dscp_marking_rule_no_qos_extension [0.184590s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,951 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,956 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,958 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,961 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,974 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.887372+00:00", "project": {"domain": {"id": "16dd4b9ac39044b3b525e56689e05206", "name": "00e7896a7e3e42b783f974b250b29202"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b6f64f34e07c4bcf8d3bb68415e024a5"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a547c6ec875841168a0c2905950bbc09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b5c8125b6f174dd8b1d22d6d5d46aa56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "b2c91d1e02ad47c3b0e627f83dbe058f", "region_id": "RegionOne"}], "type": "identity", "id": "b44da57c6aa04103b3db9a568bee2055", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "28ff391f912b4fedbcb0887eede9e61d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b7e2fb58c09d4ea0a2a340749b1656e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "22b8fe735505436ea9b0cd5d11e0cbbd", "region_id": "RegionOne"}], "type": "compute", "id": "7b1241bd5be4444189e047e8e5e5669c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "017ab312ef264dff9c1a113be7c76454", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "057e8203204e420c8fcd772727ed61a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "57ace338382848a08cef07181f1a16ec", "region_id": "RegionOne"}], "type": "image", "id": "8c42027482cd4861851735ed291f373e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d0d15a36839f4bcea603cad49a423b2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d2a679dd81e14fe9a6475a996eafec89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0a76cbbae0de41adbb7098693d7ab004", "region_id": "RegionOne"}], "type": "load-balancer", "id": "611ba946efc64a1f82b799a374fcb1ef", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d8eac260d3447d59322432c10967c18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7d1c89e73814ce7b023d33a5c8cd708", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe4525d50b1c499dab1cdbfec11943b7", "region_id": "RegionOne"}], "type": "object-store", "id": "e248f67b689f4c6a8ee0b90acd94b74d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a7b45e2fdf48469caaa4797c88b9f227", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f2595297e9614bf080ee49d168221081", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a0d7d83d9a5f42deb5dccd2ede6ac4f5", "region_id": "RegionOne"}], "type": "clustering", "id": "39088df27ef34e7899233bb11db7e40e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ddc08876aeba4a07aef1e43b9fc5adf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "948119a102ae4f4286cf96b48bd7aa2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b24734f997274e71a5b0f9cc669f83e9", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7b3e6287d7ad4800a58e05dffb0469ae", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bcccbacf505a4bf69e4cd0637aa1b434", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f026174cf657496b889966927ffb37f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1559812521694eac813a6683ce76cfa1", "region_id": "RegionOne"}], "type": "cluster", "id": "6fc89c6f953542cbb40446fe1b58e1c6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "dffa296bb36b4b2191db3740f5d7028c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4638e7e4d8d548fb914079d42c6f8beb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e48509fc65154dc8b3175e7ac39ffc9d", "region_id": "RegionOne"}], "type": "data-processing", "id": "abeebaa6ab854cf3a88f6a7e9c6125cf", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d1756e59040949dcaafb56eeabbd853e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0ea727d6932d4fbb99750c96f298801c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d47ff626e9644832ac04a7421aa93425", "region_id": "RegionOne"}], "type": "baremetal", "id": "38af3bf6b24d43df80dd932393eb95a4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3072f6a8f6b94631adebce63a77b1efe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d3f9b64e92eb41df84ede0064ddc2aa8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0b570059e1a740a89e59a6e38e57bad8", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7e046c9a550845839b48caf6f1880c3e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fbc9f71d2fc944debd07045e4e6ec976", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f711c65c029c40aaaaab191f0aae78b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c0ad03e6116f412b8869eabcca7ce90c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "38b5cf6c571641bfba257df87ab472d9", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "49a6341a55e84ec484069bbbcfb56837", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f801cdd193e047738dba1129e2a778fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "eadae5c0b2404a2ea8632e8f004e15c6", "region_id": "RegionOne"}], "type": "key-manager", "id": "2c09f9d57bbf45eda222c4a92b87c0da", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "698d730920fb4b419ebc266cc4cffe97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e4cbdff2dca84a758ad1a6e3ffc9d2b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3ff42bfcf3f6449aa4fa98e49be0c40f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "56c886527f444b4f880e944e86e4cdec", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "699646c4983c4c90b2b68e15d604cad0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "41a98bd0a8024ee38e134e3e7d6a9e11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f8048c761d9f4e789dd3dfae58caba8c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "48f549eda6c84d10b51f565e3fe76eca", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b4efb23d4d434c0b807c6bff963c9219", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "46163da41e224d7eb4fdea4ad39087e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5a7b4949f536415da2e3b1cfc4b18741", "region_id": "RegionOne"}], "type": "message", "id": "d7e1db60e8e74e77bebe0aed0c16321c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b511fc7322b74d0289973afcfd4ac231", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b6ef8ea653a9493daba23c7d04bcab7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "225aeca85e8f435eb2540ae45c7ec613", "region_id": "RegionOne"}], "type": "messaging", "id": "05b116ec78064edcac068e3dd9ad20cb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "79ff2ca6f66d41ae9a8f31391375b38e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0e6b107065e74b63ba508520ebd0062e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "bd398193d8c64a0fbda543c0d978cc1e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "cfaa7c31bc1e4dd895f36d57ae38f56d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5eee6ac5229245d6ad028d3370628047", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f68ebbe7f9647ef844c0e7dd0869590", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dc4b0edc4d87480ca758374d931942e4", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6db72c323eaf448a995f1bce5d46806b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca3b10b72bd445ba88ab85a4ce4f6892", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3cadcd6ee9234af1a893659a5b8ffb4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "45d3b13492e54e3fade922f21111d3cb", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f7acfabe4d584258b5976724680b2abe", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4c970621f602494d83957f0ad47d9cc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e37c0c0d79ec42048fd65d70d880786b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "82897a9b6008457bbe87090b0c587f6e", "region_id": "RegionOne"}], "type": "container-infra", "id": "489f08a62d5146abb437a3cc03d4cd40", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2ca433a663bb4edbabb823769e64edd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "4f46dbc05c8840f1906e753976859124", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "12546843b8f64c2fadd8a5fbc506d4fc", "region_id": "RegionOne"}], "type": "search", "id": "7a97d1467cb74ab3bf33db270f0ad8e7", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "fbd33abeeab545a5977080c151232e5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "aeca04c5b5f64d2aafe68543b5a565db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3933bbc8d9594812ae2622a02751a9be", "region_id": "RegionOne"}], "type": "dns", "id": "05156f71f7914a8a84fd2e1103722ee8", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bab47aa5e7574c63a098081f86f5454a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8fce04f3eb934e5a9d6b20e76b37f77a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3041202dc575474cb34b8b8683e95cd5", "region_id": "RegionOne"}], "type": "workflow", "id": "4e7a2667a85e430ca423775c76dec66f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "52c13f467a514a698a4d03407beab0cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8c068fa8cbd44634aa7890167e7023dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ede4cc5b54614bc89d11d8792a63ce2d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "11c3d9800b84408d932f67ef478c414e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1409a3f2046c4212897ce4f6af5f9387", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "897f4e2eef1a479cb9ed66140b091c6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "448741b2af194d5197ec0879285d86d1", "region_id": "RegionOne"}], "type": "rating", "id": "5a52000c60d44ca6bf1be40d5d38ac30", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "33907374f3dc43ea8693a0a1706d6d46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b5793eeb065f4b1e98ae0edda41e03d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8e595ec9364a464592351e6ffbfc0bd1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "3e9ef7b5ad3640229bcac7b881d89562", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0e91ef71d0a54c6aac638fde1226d618", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1af3caf4096a4378b26acb03e73fdd9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7224089477fe40e08574886422afc9d5", "region_id": "RegionOne"}], "type": "policy", "id": "f637e2e06adb428e96c5e37b8df79044", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c93c7deacb8a4d099f295ea7944b6ea5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9a1c7ec1c493481ca35ad130c325c692", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "26ce56f770c24874a6f9b82370241ba7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2531fedd8c2849c8a3cabf74000f3937", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a71f58f9b01c4c6c9a3814cac6af9e5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "62e30cb2ef12480dae08076c48c406e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1ef3297026fc43f68605458f933f8986", "region_id": "RegionOne"}], "type": "sharev2", "id": "eff20d1802f1440fa9ff75936796657e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "07fa4f3dd7eb41a3947961d125978566", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2fe5714c7d7b405abcabb56938eea54b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5a77697bfa17431096941f4f4d8bb847", "region_id": "RegionOne"}], "type": "share", "id": "6c54fbbf00054ad3ae49edb3640cac4a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c2e68e3fe88b4c189e5c0e5382e8ab1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2dcd1a6a41f848ae8fab4be7540f385c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "64becca7a4ed4ee49a37ba2b714efbba", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "62248a52e190441889dd376986b20f50", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ae7607a689249039417321a6c1efb1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01fe97dbc3004b58919dd3648b93b8f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6f35d70e5914509b9c1c1c54e49bbf5", "region_id": "RegionOne"}], "type": "orchestration", "id": "80fe3204bae74898ac787010e05e5e81", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06fc2242ffe34e3f8696c26f91d7f4d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cda45fc80e194e57a564add9b7926f9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88727541f36843a5a3f205eb6d46ddf2", "region_id": "RegionOne"}], "type": "block-storage", "id": "6b8e0a237ef24ce9b42a87469399588b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93df85e828984d56acb995923c7c9a6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "018c979e7f5d49928bde0d52ae01208b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "adfe9d6395614715a6230a313c3ef047", "region_id": "RegionOne"}], "type": "volumev3", "id": "4be5ab91325d4979973b68c6cd29b9db", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d8b487aa3b74b8283ceecdfdbf0cb53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9429afda27d04a60af903cf41f2bde67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "057eff6472fa46348a4e9e5e2542374e", "region_id": "RegionOne"}], "type": "volumev2", "id": "d9a929fb9da744d8acdf4b34409d03da", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af3d074ad6514318be67bc574abc7f1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "202d187131a746c9b93472c636a4d7f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1954b7faa11450db5c5f8bd5938bff9", "region_id": "RegionOne"}], "type": "volume", "id": "4f3f08605e8a4c71becc41de760a5cea", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b053781ce8734dbd8716320318254c06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c8bee0286c346b2ab8fe51f8a7828f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "776fa3039781411ebb205d0675680c2c", "region_id": "RegionOne"}], "type": "block-store", "id": "336bd29fb881445dbcacf8a2afec5711", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "88ddaa4be7004a48aaf9e9ee22235d6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "929d27120f6444978fd9a9a27a71b513", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "96108a2acfcd48b29d6c9d993d4cf1f7", "region_id": "RegionOne"}], "type": "alarm", "id": "680629df5494433b86f8635c1ea5b1cd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fd397de5535348759229e523992006be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b2f22ec9a35442a2a35ace805eab28b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "df49eacd0dd444b7a8d9a61e2c1a9da3", "region_id": "RegionOne"}], "type": "alarming", "id": "ad35a626760c4af58370d1cb4deacda2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7741508bb4644b4b958374699df63252", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8821b6bb3d0a4e7ab58c80ef27d461a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "efa23549cd354ac1ad00d4f4fa67e1e6", "region_id": "RegionOne"}], "type": "meter", "id": "595ec931a9544aa09f39e7e35ec10763", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8e624461bfeb48d2b6645f5b0aea072e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "11ada77035e3446c9b17a3effc6de5e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c109c32fee5f44c983d8f7b8ea86db33", "region_id": "RegionOne"}], "type": "metering", "id": "2d827196fa684b76b41e206d9e779b42", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f762cd9fb0f24fc780be6f5bd7e86a5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "db453c2d82cb49e5a8f8fc8d96befba6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7e4a4c4eb81d44999c7267bd0a4159c8", "region_id": "RegionOne"}], "type": "telemetry", "id": "e501c6c5150143f588e0ca658f71e65c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b64e1fe314fe479aba24521263c1b477", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6cc65896b03d40a39e10ea0d6aae9b51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9cf77af382e149988d491431ab6ccb5c", "region_id": "RegionOne"}], "type": "event", "id": "5be98dab91204c44b5b2302497c46770", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7d0157de76a54aec8a9d78a5eeac45e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5f15751fe94541238473f81fdcc346c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f760e0c4fefc4f9dad5e1a0a2a849d35", "region_id": "RegionOne"}], "type": "events", "id": "0792bbada5524180913366a6c0246d64", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d91c0a5435e74845b7f7ed638f4e8443", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9aaa5b35ef0e40c8abd3820b1ff73166", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "96eb9059e1b0452bb1e5e6cfe586ddfd", "region_id": "RegionOne"}], "type": "application-deployment", "id": "85f3c5b0c14f423faec446e8bab209e3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2894bc9874f942b4bc204ea730a284b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9522edf6f3314f168909becaddd7c481", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "21832846259042bb8b70b2c4866fd472", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2734531ccf9c48ce93ea06c92876d3e5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2347bbb26a9e41abac6bdc35c4685966", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "422feabaa0584db9abb1b100fb8606a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7224ef8690084c058dee341bec94e13f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "08948c5cb0254d94922155524be9f157", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2298b04afaad4ebfaaee87c0f9d53c2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ca31ab53925f422cb049e23eb52d3b6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "01f3440aca344976a316aefcc75b9b15", "region_id": "RegionOne"}], "type": "tricircle", "id": "a3e4b88e7522439c8dfeb84e093afc23", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "74347a65a9ba4577bcc50b6c0f4bdf04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2b0142720e7948eb84a2387ee7eb9586", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "25265c5e4a9b46b2b6feee49fc49b987", "region_id": "RegionOne"}], "type": "database", "id": "4f75cccec4384f1fa7608f8004c1d3ec", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b228c35925194d5686544713becd173a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "51f1a9d5d7be49e68d2fe65110190a6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0e62f095a5fb4980b323526b85048068", "region_id": "RegionOne"}], "type": "application-container", "id": "79db20f8fd5c44b984a8b4516f721fa6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cbba5862d4aa452097cc10fca0b573b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5780bc55857d4c12beb71bc271c6fe40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "51ff29d93d094feebc52d65938d765b9", "region_id": "RegionOne"}], "type": "container", "id": "a91c66e8393645c19cd3c25c066b1fff", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d904faf98c714fada3ff6bbe47c06d64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f3bafdc71a28458da9f6867f66c8971c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d2e40d4524054ab6a81cffe9bdd3eda5", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "246b16473ada447cb9c3f203a94e54a9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5977ee473ba04eada69ea37c7292e131", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "616de38ea0394bdd9af89e873f64700c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "870692dc7e06446e93963d77bf12d334", "region_id": "RegionOne"}], "type": "rca", "id": "360f5a514a62435fb68e907e5ad83c55", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5c7d12bb031c493e8bac4bbe17d72370", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2e6b2cf131364f7f9b7342c8529693d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "bd442b7a04584a3d83ad80f3c91f00bb", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f2fcde94e0bd4e58bcfa08ffdd8ac0b7", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "338d9edc09eb48e59195a948d00f025c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "933ec4b15ac346c1a221c4585b1d437b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "23ac77c98f7e408c86a00dce6598bdac", "region_id": "RegionOne"}], "type": "network", "id": "658bd99d21754e1497400bec16e6c11d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "37fe6d031f6149f187ef9a05093760c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7d1b6d9b2ba943f7a9422f81a74c4790", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "bd2e394dff2e4e459df4ccd6ef7c2b06", "region_id": "RegionOne"}], "type": "backup", "id": "e758a3539f564a0cab47a5f4872b8f7a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1be9d76b7b63497796dad10e4102baa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c40842d735644d90afb1aa9f68a4682d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "afe5a3cd1ddc42f6af65a739e439656d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e608586fe31f463cb1741531b9b8043b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b372a4c1fb5a4a66980487dc050237c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4b8c088786e4418485c2380040c474cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b3b400c610f444ee854a39ad90a07802", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "67995959dae041318cb6bb1d3008a292", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f35bb1da491b496dbd7ebf7cd8e5da06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "01a527d7174f4c49812eb75305fa54a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "72da228144314f3caf10ffad2d3b2765", "region_id": "RegionOne"}], "type": "monitoring", "id": "945af017fcaf48308e9597c720609a15", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bb3d1d7a7763494d8a058637be66f40a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "904b7672bff04e519ad479488465c9fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f3e77e74e0d74aacb9dfad0c83ffffce", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e1b322ecbcc94186aaaa00c3d2fb17ec", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1f9f5cf4fc904b3c9864958e0878880b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "bec334a9a46d435a9e6d5c14c4010b50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "35d0b39b277845ca874bd650fd766920", "region_id": "RegionOne"}], "type": "placement", "id": "a20658c461c74acab5b7a374d68ba033", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "998e6b911bea491693a5a9f026ed41df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "622d728612964aa7a2bbca13211a4c6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e5fdf535599a41da80f7949dd0816891", "region_id": "RegionOne"}], "type": "instance-ha", "id": "492581f859354ee4a37bf1149534a4f6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b2b08c66d1c240669f7f236e866ad526", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f5a9d921698843d39d193b10ae801c4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a381a27051a44c06a816bdd6d8f3b631", "region_id": "RegionOne"}], "type": "ha", "id": "51051db070054d7bb4f6098cbcb4ee10", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2572df021e8844dd9e7a6b43cce85c04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "79120c651d6449c2ad9451ac8688161c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5843bdecf3c140f2b1cde952cc1cfe34", "region_id": "RegionOne"}], "type": "reservation", "id": "7b9763697af6484182a21a131739a63b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8a0ad5e775ee4842afd960f1da1f0534", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7dffbdaecf6e472190173d83d220e59f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "fb4d556ad77249aa8185fcf0d8861d90", "region_id": "RegionOne"}], "type": "function-engine", "id": "b1b69bca71ba4808bab53d143f8f42ff", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "03ebfcc153e84c0b9b3104e9f45610c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bc70cc0bc9a942bf8bc489e2a04e0dab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9d6dd968f19b4f4ea328e908b19a18c5", "region_id": "RegionOne"}], "type": "accelerator", "id": "d07e3424c67b4a35808ec010810adb70", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8efe4b018d3b4fcdbf5ee8d6745ade09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bff7a3cca100460e9e142a2c36db1391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "733deed7ea744715a6ccfd47bf1aa234", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8d41736525ad4b2483c97eba6250df92", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d9c0d8761ac843b4af3a5ebdfb69c926", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "083b152744cf4a04973218205ec9ffd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1707240474c546998da17e103320ad6d", "region_id": "RegionOne"}], "type": "registration", "id": "715d4e11984a4844b8aba0c4b5e00b2c", "name": "adjutant"}], "user": {"domain": {"id": "c5c54629a607405caa4af0ee513d2fbd", "name": "0c60feb0f9ce478fa89a8b79a1113d35"}, "id": "5ef6d67cab3c4cbbad72f98fb7e58bf6", "name": "bccb34a0d1bf4401a55c853dcd6b4997"}, "audit_ids": ["3bbad192920c48e0a1faa30cf1f2fb1a", null], "issued_at": "2019-09-19T09:04:41.887372"}} 2019-09-19 09:06:42,056 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,062 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,064 keystoneauth.session RESP BODY: {"extensions": []} {20} openstack.tests.unit.cloud.test_network.TestNetwork.test_create_network_port_security_disabled [0.164046s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,851 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,855 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,857 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,860 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,873 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.790276+00:00", "project": {"domain": {"id": "a24da86ebfeb4466b17a6b4386f70d6a", "name": "d8212761c2f141499843c1975171a52c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "84185ca241ad464abe0778b4320ead1c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "020a28bc3e9945f58fa49661c500aaf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "1aa2dacfc6974a599b2a2a6d0e7af40f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9cce54f843284e3cbaf76a3e0471b301", "region_id": "RegionOne"}], "type": "identity", "id": "6ea76ebd39784245be38a2bca8033801", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a95eb719196e49159806e4320037aaf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0e23ac145b7543d0b71bc3e9f189ca7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3d3e7c827d1e4c1ab0f23e63f051c115", "region_id": "RegionOne"}], "type": "compute", "id": "ba5ff96873e449baac1d8cbfe97ec732", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6f37fe48c59742c9b246c1a6d7183c33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f13de46fb2a6423196764c959ef0dc25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ac952e7e1c884bf8a6d9c16f5c6c4ab0", "region_id": "RegionOne"}], "type": "image", "id": "49e7297e4872468e8947092e30ad87cd", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6d9b78bb28104ebabc23d941e1b5d345", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9b23d97c1dd449308993f440f0dc0269", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b83a94ce292b4dd0a5aedae3f37542c2", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e08a6dba8abb4e91971bb8e63f986825", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7dc61d1074ef42998b5c218d4f7826c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8c5f5c992174075ac6c5f348a582b21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcd6f1c516f24b128a9b35e9198eedfb", "region_id": "RegionOne"}], "type": "object-store", "id": "73ebad0edf174f3bb1103afc67e9c3be", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3c87bbe30fa64488b60ddd1457c72cd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "91512741fa764e788dc5a2c69b660c10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3b7572d4a9194410b7fd811d179f3883", "region_id": "RegionOne"}], "type": "clustering", "id": "1522b88e941b40539a20fae857027b92", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "835b094243ea401e8585c92b1d9b7e0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8db80dee8d8c41e6be19945e4a56a064", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5dfe6cf735634795a1367f8a03cb4537", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "46edf54f76e1431888c5b810f3848cf3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0cb78fa6033b45f19ad0ea9ab37f93de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "452c51e616b84df1812545c4972b957b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dfd110b041564254a54c48b3aaed470c", "region_id": "RegionOne"}], "type": "cluster", "id": "1e613a36fff14a1da785b26c97cde8a9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "16b6f38a44e3432eaef19979d9a5de7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "53a105f4eb324dee96386bf92a7c919b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c6b02fef27e74a97aeb9c2251a53cd64", "region_id": "RegionOne"}], "type": "data-processing", "id": "21ce2aa275b9413aa5f46f02e309b7ca", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "02dbbe1246df4e49a14a78a531d8e4b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0948e132017249c6957f5f1729b35ca4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5061f05b28614ba58159b8ef41d67551", "region_id": "RegionOne"}], "type": "baremetal", "id": "1d4de476aec24db6888d7a6d96060cbe", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b01279e515dd4eb197426f9991988fb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "eec4ba7cb66c4a7aae0664afc25db800", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "03271444dd374c59a3bb4618f61fecf0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "37974868cd6348d4bbcd5aca66139a70", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d700340ad11e4d87ab1cf4851cc6b9f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5e48c18d67954c3583d06255d607e522", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "71737d1fb8264f7d960104ec15a166e9", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0914cd2315394be28bfb6c9054315a71", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fc01b38e48554b10b9011d5d12a7b0e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "52b780c9fbcf4809ae0ae5d8a52594f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5ea10ebe756e4c2cbbbe5c3c46aaf557", "region_id": "RegionOne"}], "type": "key-manager", "id": "59cc9f4faf8a4a9cbafa4540e23d1580", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "72a65ce43f6e4676b75e4b5f2eb93343", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6556a007ac6e40dcb18d76e2583036f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f27f2cfb16eb479189f8a34c8242a115", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "813ddc74d6194b64bc5c48244a3706e0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e39ee80cdd424b2ba3392fdf683520eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "251defed964f46799a864cbbeec7b73e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7845ef6a76aa431aa8b67fc9fd568170", "region_id": "RegionOne"}], "type": "infra-optim", "id": "7a6f3c94dfd9431b91d8311013aab6d5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "38b0d0e7c712436ab09563e33f3c7e6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "09f8065f81894b1bad9637c5ee737212", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b6cd43dcc36f458eb8a68c39b7cf4ce8", "region_id": "RegionOne"}], "type": "message", "id": "0b7a5a1927354f108cd58cf5ede1efed", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a2b87d494b3d41f7ada4f6d8f4c4f312", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4e441b27fd884a388d2a4345d98fccfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "541f74035d4f4c0b99405bd17a521eb9", "region_id": "RegionOne"}], "type": "messaging", "id": "6b0ea1157e034bd2a71fb66ab2f02796", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "811b54a7da1a48088b1b57457e8c35f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e572dcb0d43345959c110a3e23f2c442", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d6f1237d0aff4659a01a53cfc6ee8042", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e67032cce6b149b0b5d97b9ff3532650", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f44765d574d24374804eb17252741725", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ff2d0f72a67045cf93ba693dce525b6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "679ad65b748f4e0c8d1d37890ae85149", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "cdc12aa4fe75405c87897e55cddd3a25", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c503902cd51146e29ffd4c8b6e86df80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4b6081597dc84b9fa681603114acb8ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3c265457041a474e8db34cad7dc1f3b1", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "462aa80903a146c8a95e21d80326ff48", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "82772dd1662442fcb439a5e76a325361", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1c7a077ab80d49a186f1c8d407f7851e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c31d1f3a927f442eb6478ddb0a0ba6db", "region_id": "RegionOne"}], "type": "container-infra", "id": "0157c33f742848e7b676a0ae6dd476ec", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "50bbdc85f46241b5b6c35376a9640c45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "2628b23ae4ae4915991418f14adca184", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6245e3b7be054d95ad4e9a95355f3bd4", "region_id": "RegionOne"}], "type": "search", "id": "783eb81ac925457989333707061a9e11", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "827d97e1b91e46ff82eb717371cfc48e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "bf07eb83ddf846c4b06a6b6f1a8d640e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a26af98b9fa146e29e870cb5da54e45e", "region_id": "RegionOne"}], "type": "dns", "id": "2c3f1e76696f4d2b8e2d8bf42f148f1a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cbb64ff0efba4e73ab2e62d5d7584f3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9370f74863a54165b87d0c6526134eb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fa142998dcd84d0eb2d6369408a5894c", "region_id": "RegionOne"}], "type": "workflow", "id": "3bb1ace4f3e8448a9d2aaa98feaf7d2f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dfc7be384b3b4bcaa4a7a98b6ba4c7ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2b6e96d904e645f18e60233cb03cb370", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "15106da038044d2d97bff574ab29162f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0727f74b17ae4a97abb0de6ec152d6a2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "dd19c482a6a5443b975fd57f9b1ef949", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c0160c70000145db91f168521c01ee58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "282dd83a82b841e6abf5557052de2c36", "region_id": "RegionOne"}], "type": "rating", "id": "11b189d0a0e94a45885f13929092d911", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2a27f4c1351c4920984c167d30b465ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "20d599d7d9f9499dbe92f08e0568b936", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e9f8b6b7234b4f16bb93a0580bd5c870", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6dcb593d5f4b43fa9151ee77917b1d95", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "039972cbe0d84ba8ae3e85f4decafa9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e4be7444122248af8d1978840e988078", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "48f37953048d4196831a68a54dbe8b04", "region_id": "RegionOne"}], "type": "policy", "id": "8fc2fa9c00d84e4f87df534c02a8f80f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3d47336a48034b7a91b763fb29d5aa77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ad771bb8a6c84d98946cf757f22faf18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6f78193b0da44b65b8f53cb7b3be7639", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d081e67b283a497eb71c6e456071c02e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2305c14977244e43b6bf55a754573966", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "320d754e52b74d77b974851e589e6ce2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "06d43c0126934de7abf8c3a8db6217e7", "region_id": "RegionOne"}], "type": "sharev2", "id": "0237d3120c8f4d2aa0d2daf7e4b07bc8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5149bd12409f4364ab3009fc9b8bc5de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4199861d381a471392d427fac30d40c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b74c0dce19ae4d0db048abc1b41bee54", "region_id": "RegionOne"}], "type": "share", "id": "abeb6aa884264526b5a55feb6885bd84", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0fbe9055112a4ce4940e920e836ebaf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9e86635ffe084322bae587b6002b6032", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "bf1a6833938948cbb72bb650f8ad61db", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "dd4d61c3ece34e1098d85b6f78219ec0", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3625fc03742a4f5d934831fd5ade757c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf5439e882194417ab367a0f0c6b916d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e3548dda6eb4b35b5882f4fe0e30a52", "region_id": "RegionOne"}], "type": "orchestration", "id": "5ee2abd80d91448999a695c8612dc61f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3285614d11e4545b042e672f51c49a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c996e446811741c7a94ff8f69dac10f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5972b359aa10408bb4e8d1019667f39a", "region_id": "RegionOne"}], "type": "block-storage", "id": "64e8fb329872445cb3f42f714394fa1d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c37f3ba66466415a97fb17a4e6dfb626", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e27483a857cc4392973b652562b037a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3b3af5875ed48e78b649a987716c849", "region_id": "RegionOne"}], "type": "volumev3", "id": "35030de490724108907530b09475a086", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6e3d72892b047a39727b3162e711363", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0604b0dcd1314686b172ba71475841f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27ec751c75d84f9a9890b97755c0dabb", "region_id": "RegionOne"}], "type": "volumev2", "id": "22d6eb553d514be88e020d902f65b92a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68b30952200545c0bfe5e0ca56bffed3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09571311350745178bfc3bc3d21032bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8304ee9c4a7d4d6e86af5ea86176867f", "region_id": "RegionOne"}], "type": "volume", "id": "ef122e39127346a0bf712e0893270f3a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea2c1c012e924a8283707308a4465904", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "515a8549c0034fe0a89f985536fe3c07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d92058a6586488ba2e05d88e6a54ec2", "region_id": "RegionOne"}], "type": "block-store", "id": "9fddab391c69465eb10b5a6b51e38851", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "76fe99b23ddd41adb834b1ffb11d4bec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c8b6e9e5ed5a4dbe9ba5ee0c51bc7b76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "62dfd01a6a324b5ca97321a08f7db2d5", "region_id": "RegionOne"}], "type": "alarm", "id": "f5dacbb93b714226a2595fbae32e06bd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4ab852d59a3944f7bbc57b6cc8890dd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2417b88a9ee74249bc4a11f71b2a924c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "aa757c248c334436aa1f00566cdc8f00", "region_id": "RegionOne"}], "type": "alarming", "id": "c5f4557abccf4c209baf55229ebe1b02", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b27abe2916aa42e6b27a363aec95caa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "86ceeef6e8854b5191eb07eb3e57fb81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b01f0c2886a84e9cb7ff5303f7d24078", "region_id": "RegionOne"}], "type": "meter", "id": "0ebca05845134216a667e24218ea5c66", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cd565db8c6dc430db75c84009fbf8cb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4049d0047e8348a995bf8eea542dbdaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b00aed8f30af4f73b5ab5b7eb797135a", "region_id": "RegionOne"}], "type": "metering", "id": "129732643fab4e5ebd0654d5c5553bb2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "186a00e2ae754c41b8866ecedbadbbb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a61d39446906429c91df018afbc1af8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "182656c1c33c46f4b47829fd4d4ea50d", "region_id": "RegionOne"}], "type": "telemetry", "id": "f68f35b6cd4b448f9c1cb4d10af1e350", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a39090f6f34a456d8e10d6ac2b872f6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "81215fb8376540b09f246cf0386085db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "569f0e96f7244efc90b1da83ed859d03", "region_id": "RegionOne"}], "type": "event", "id": "828c1f683d414bb1bede5dc2125618b5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "aa8f6fbea6254d0885ad2c1d3318f33c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3d3ef2bbc9ba40ddb005ff80740c108c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "76895ecf039b4060b2533ad03a3a72ea", "region_id": "RegionOne"}], "type": "events", "id": "8492769f800a47cab161b57393d8c8d2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f52e9700489943be895eb64798867f25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "89b9ea40585444829d3b7dc165415fc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "640b3176db5f450caf034a52b8c19ca1", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1116bed422024e40ae2ba2738a822811", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "53f089a724634e068b26c8f22aedd743", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fc4038d628f3428c9c22f798952cc7b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "44e3b08e6b4e4fa18f2f3b842cdccb7f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ba77b2be8454410fab9f63bba754fb20", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2e1d3a5bb7934b5abe132812649ff246", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4334828346614a989ae04f443339b15b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "95ad50daa0714ffa80a2731183f78691", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "530939272eaf43c4ab3cc256e709a294", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0aa5187816b44c12aa3203bd421bae4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "af458ae8c5ff49e781674d88522d84ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "60a7481a6c55476291ee969436ac4b13", "region_id": "RegionOne"}], "type": "tricircle", "id": "9741fc92340f4a0f90c1c29d93acfec7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f4827e4b8b8843d992e9b60c0ed75154", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "dd5fdce69b2646d8b9cc0ba2ab8a6360", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3dbe44aadbb54740bfa32002ad76310a", "region_id": "RegionOne"}], "type": "database", "id": "67a6d067ad4f41ec9de8742c13aadc89", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4bb218fc6bdb4acda25efddff9a93634", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1e74cce79ff946278769aea5e8ef95d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b516fa5ff0f748ee9bf28403a1a9724e", "region_id": "RegionOne"}], "type": "application-container", "id": "284dc0d4453941189c28ea1bdbf2d367", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c4e397905d4f4f06984dcd947a3fa3ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "33b82d91bb674a14b2cf00acb8d6e0c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2a67bedd1cde4447a0d6d15de41c0b68", "region_id": "RegionOne"}], "type": "container", "id": "61dae77609f64403b844c9ab28ff7471", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4fc634f9e9664bbd86a0276f45ad4253", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "178b9108137749528fe66e900707d623", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6fa2a78e6e7d48519e1dd977fb38f80e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e514b7b063144a24ad4c3f18b5eb5413", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c1a0002ec19c4dceb4c50e7863f90b3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cfdfeda778d84ef4a5ebfbed647bb91a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2707fd186f9b43d0bda815f0173dab3b", "region_id": "RegionOne"}], "type": "rca", "id": "e76ed0ce0ec9455dbda2c1f6d76af243", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d6b5f430754e448199d10e78c9709218", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "86f02c62433c4357a1e0cfcd3cbc1626", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "3b1eaa5a9019481aa5b631023438a760", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "36367d28d6b14666bfc7c0491d4160e5", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7ec0cd5b68154570ad84873efe01bc49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "38e2e0becbbe4b638b18bde3239f5c60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4638e93bafda48d8919b20c334eabd98", "region_id": "RegionOne"}], "type": "network", "id": "46a2cb4d0ef642b3addf29ed8f8c2acd", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "88c3483841664489bb3ab54d4917b0a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0b8514332e5f4cffb7a0dc2e4f5a8168", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "299cefeacecb4713b346a25d52136dec", "region_id": "RegionOne"}], "type": "backup", "id": "752fc34414ce48d79844135c689710a0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a3e369b9047045e598742457c1914ed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ec2d5c0144cb45659917b2343a6b4ff3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "dc76530fd57e4621b5bf5eed5ce83e6b", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f723ed5ebdbd4b0280bb967aeb174e05", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "269768a0570c46eca6ddc9c9a1e5e5ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5f3a7cb3ad724794923b59bb0a375322", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "45e3b92fb22a4c9ba3f31b7b5d3dbe96", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1924857efe204d8caa29c9cf4653c70d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e9c213961beb4b2aa6c93c13850adf8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "dcccd123a7504199bc3eb722d518306f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2b1e693d0e8a409494d440749e4dbe93", "region_id": "RegionOne"}], "type": "monitoring", "id": "f55866f0de6448dbb157fbb58e5bf881", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f72554a4802f4320b54b7f151c8dc837", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "01fee13ab2a84121a564b09cf779b42d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "0c4b278355d549299ff66ba15e2176da", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "96ab2e4c7a1b46af9fdd87ef25270125", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6cd0b772cb264defb918657f90c417ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "55ac8f01105a4e138be36f0e42c60cf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "cef82b1f28d7482d9311e5fb641e0e62", "region_id": "RegionOne"}], "type": "placement", "id": "18e7505b3fe1427097119caecccc76cc", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "83227e8b594347858caaf9dcd4263083", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2c3c06b9c47a493f95e7c93c8f7a9d33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "38cbba5da4d54b4d8664725cc5a9ae68", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f9be2535fd5e415dbdeca32eaab1bad0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "15153a0af8e4475aba86a82665ff05e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c40270cad5cd41ef8e7723c37db026b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1c4a03d70b89403cbbc893b4d7ad0ec0", "region_id": "RegionOne"}], "type": "ha", "id": "fbe75d34eaf94158a9227c2fc97cca32", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fc17e531925a41fa8abbf651fef08e57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "47589b0a664a41d1a57b13cecc5b3a42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "535ec7944394431d9f686f2a3523f74f", "region_id": "RegionOne"}], "type": "reservation", "id": "6c0f7b7e73fd4bc9a62080c5c37a56a6", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7836b7c972e3432fbdc503b26d6ac414", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1ec8db24fe1c40b9bd757ef9ee6d9875", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "646d75a493274923940ce65e22169a54", "region_id": "RegionOne"}], "type": "function-engine", "id": "f38ccb3cd9ae465f83c8e6561306bc68", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c891ac29ac5345f7bd700e31f2e85fdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "46428e9638a44d6aafae66d98854def6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a65defe24953495aa2c8ccf733425c5c", "region_id": "RegionOne"}], "type": "accelerator", "id": "d28513aa86a2404881b6b679a749cdf4", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9314bf1211e64a4586bbf9ae420ec259", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e53a8e5434c8436aa8731fdc3b6a28be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9be3d161db4e413cbf4c56615937268a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d392b1a0ab4741769827586a2bbb253f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5d68119e64384e89a950f43c14d6d6d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "223cb7f961e5485290aaf26974e27c12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "55bf243e71c24d36b1a79bdf302866b5", "region_id": "RegionOne"}], "type": "registration", "id": "be6dc86d7b184ccaa9a3350fa09eec0f", "name": "adjutant"}], "user": {"domain": {"id": "c86fa36f00ed42af825a02ab457a2f5b", "name": "74927dbb3a3148feae7c01c1b53d9de1"}, "id": "87932ecce0ac47e4979882c8e5097328", "name": "b7a50b2bc3714c5bb1e90d66ee6f6755"}, "audit_ids": ["36bf805b19ef40dda192af2c742c1b15", null], "issued_at": "2019-09-19T09:04:41.790276"}} 2019-09-19 09:06:41,942 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/networks.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"network": {"port_security_enabled": false, "name": "netname", "admin_state_up": true}}' 2019-09-19 09:06:41,946 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,948 keystoneauth.session RESP BODY: {"network": {"status": "ACTIVE", "subnets": [], "description": "", "provider:physical_network": null, "tags": [], "ipv6_address_scope": null, "dns_domain": "sample.openstack.org.", "updated_at": "2017-04-22T19:22:53Z", "is_default": false, "revision_number": 3, "port_security_enabled": false, "provider:network_type": "local", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "provider:segmentation_id": null, "router:external": false, "availability_zone_hints": [], "availability_zones": [], "qos_policy_id": null, "admin_state_up": true, "name": "netname", "created_at": "2017-04-22T19:22:53Z", "mtu": 0, "tenant_id": "861808a93da0484ea1767967c4df8a23", "ipv4_address_scope": null, "shared": false, "project_id": "861808a93da0484ea1767967c4df8a23"}} {20} openstack.tests.unit.cloud.test_network.TestNetwork.test_create_network_wrong_availability_zone_hints_type [0.063413s] ... ok {25} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_delete_floating_ip_not_found [0.229868s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,906 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,910 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,913 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,916 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,932 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.838095+00:00", "project": {"domain": {"id": "7db253f1159348baba6f160a147f2d2c", "name": "3987abcc35904d1c92b7c2e1d9c2304c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e64cf3bcba9e4fe6b0af00bf14ffd58b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6eb4525bb26444f2b589a25a546c7a2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ac6f7995d150461f885e72f7a5813ebd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "12b6649d1ba2471b9addc33159535a03", "region_id": "RegionOne"}], "type": "identity", "id": "6cdf15f07bfa4cf69c6352e33e428309", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c9b18f2c84914ad2b5cb9f9314f6f53d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e09083b6165c4f67adf12cb698f42c86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "7abc3c6e55f845c6bf3c99f3f6ee8472", "region_id": "RegionOne"}], "type": "compute", "id": "46911d5288be4e619b227e6a23863988", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a54ff01600f94fea91b49f9844824796", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ba35a23633c6462fa2d361a0f10f581d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "adc11302010a4aa8b7a57e5a148f03bf", "region_id": "RegionOne"}], "type": "image", "id": "29f0dd7680dc4adf9cbd6e4df9b7d869", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5a80232483054a25a4aff15f26bd1f0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8b492fc46d2641f08dd4b50a4b2d0ddd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "293cdb97bcf24643ac452d759472b4ba", "region_id": "RegionOne"}], "type": "load-balancer", "id": "02be2f2f35424cf9bed78904aa1274f7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "708a783dbc94421f8fbc0b0c5378ae6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "778e178e58f24e52bbdede0f3f3b9202", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58ba8c21dce648ebb7bddeb0ce094c59", "region_id": "RegionOne"}], "type": "object-store", "id": "b2e7f8c0a6cf4df8a49e463c407f9967", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4126fd8002244ebfafdd928e0909a754", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "75ff814d279b41af861b3361ed9189e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cc162150321b4251a82d65514843a1be", "region_id": "RegionOne"}], "type": "clustering", "id": "ca17da9ad54d49909cfd7a5c26538c0e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ff3fd7ee31904c88be7c79364f692659", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b7bee2ddda964d2ca1a1d6860bf5e1ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0907f3bc390c416ebb5a5df8b0cb958b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c9606690c35c4a48ab58c9d67167628c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bdcaa7f080384c72b4ded0f321378402", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "25c9c18fe5b74ac890eac09d59c7f83e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e86d067b3ee14b958c127bb3f695c484", "region_id": "RegionOne"}], "type": "cluster", "id": "040c91c140fb4d82a1e7730c47617c24", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5fa1fe76d8894368acd95f36084d3e44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "459705ce10ff48baa4f265d33a544c99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "023b8c78f16a4d529db577bacde51bde", "region_id": "RegionOne"}], "type": "data-processing", "id": "41fa1e2083ce450caec08bf1e54bfd5c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fe783ca1962049c7a767a89d694ffa33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9e0aceeb0fa84915ad0bd95aa79058c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8242be976c1f459290602e2fff2fb8e0", "region_id": "RegionOne"}], "type": "baremetal", "id": "b9837378504e4fbb8d0648dc410e1f7b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "793d166e434e4123bf9c00b214999850", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7aeb8356b0084523a9af3eb5f51d07a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6b321ff71af849edae9f137836d73a9c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d91fff4bd77549cb9cdf5ea2fa661f4b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7e357a00aa42491cb27c67f5d4a2a44d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "472cfb35c05745d28561b6e9b0d83682", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "209f941284d94404a4063cee45edb024", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1a47f3c281744aad9a8c3e75cfcbe6a1", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b7a09b30fcb7487b8db5032efbe18aa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8f5065383a5d44bebb579221f8f64009", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "cc5e2e3c21694349a8e53d698775c5f2", "region_id": "RegionOne"}], "type": "key-manager", "id": "e7eda82d5917457fbd5069fecb82e238", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "87e6caeb67c2403e8747e98cffff5c96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2b53f0dfe9f24be38a43bfe3200dff9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c829d25d0f9e47d9ae6e819c179c5305", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d2d6bd370b7043149e323c95fa2c57e1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "21c8f50cf061403f953cce1becdfc5e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "77c389efc7fa4e4ca1dc058e3c678723", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4a633e2b66184b8ba8c055e81c0dca6e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6f5d729cfa934f93b4b4bc088973aba6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "651ce0bc5e8d43f1b2134338cdcf29b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3c3bb90ec74c431cbf516c0342273fae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "71fc3bee683740e2a86c0228a87e95ca", "region_id": "RegionOne"}], "type": "message", "id": "7bc7492513d7478880f3ffb74270a532", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3c50ab4b6e434ce48b0b21faeedb3ce0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4fc4e2dfba144dcaaca2849b2e6affea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f80d89532e0e48b4bc2be4854def5a0a", "region_id": "RegionOne"}], "type": "messaging", "id": "30dc0080050343e4a98509ae5d7b2338", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "167ca318b9c148a9b86743ee633f0c7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "382c8b7d993a43b2b3c4eb205ec42d6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "19abda176c20441b8f4a045d96c12def", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8a7cc56c6ee24a7397408228ef831887", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "30371c15ee314586ae4120b2e9a732ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6f991c5be0ab4e73819d3c9e4622ea03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fbb8a192f1ea437b993859a38542e797", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4beef1d53cc0437ba2f39badf5376b33", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "56fe803ad7844703bf59e2db9eed8691", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4a7c3c91a1644b3f95e20e791aab531e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a49427ecae4a4052afc8fdf8090efe50", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ce313a6923e54601a717c6312879c4df", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "20a3e66f146646389fefed15426f5a5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "32ecd6abbe4844c3a0185826987131a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8b1d3c42243845cbb1254a00ad84a651", "region_id": "RegionOne"}], "type": "container-infra", "id": "853af6a384e34b5aabc28f45f8991e75", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4bb65b6308484ca694d04e343088f433", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "06ada7fc60a048788648e865a647dc19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "164cbdbf3e7d4346b1396f6f5633e3ab", "region_id": "RegionOne"}], "type": "search", "id": "ffa5b88166204d5fad0cf34808a0fd5d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "243c299cc86b4840b6119d5d999757c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "42e4c1b5ed5f471e8eec1b7d11b4749e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c52c0762a8ec4e8c98c227091cf10754", "region_id": "RegionOne"}], "type": "dns", "id": "48fc68b7f6c3418eb378dbe5f2944a31", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "14a5bc2ddc9344d7bd7525662bd57bde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1fb485b5c232459ca5e170e8b4a2b083", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c4624460daea436ba2b987e0f71799be", "region_id": "RegionOne"}], "type": "workflow", "id": "cb9f6de702314a8faa1e018c45110576", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0123367192ba467bb53230a3d58f2b17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d0468633a2944936b643bb0c3557ee85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0a1d8c67aa1b4620b141d37001ba1b57", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f5bae207310b4287b314decda5c9ada9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6d330c7b07304af18d5560cc047e00a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ee430e4b85734342b76b60b254395027", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1fe8056ca0704213a49076d27f53b4ba", "region_id": "RegionOne"}], "type": "rating", "id": "1362a97eef264b46a6a7c66d1063d9f7", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "00021f4475064bc1b0d68f318e055065", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a4dadc7d37c946358977e15b3b72f0db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6f42ca2369fd47db83eb076e6057b214", "region_id": "RegionOne"}], "type": "operator-policy", "id": "28d2f1543ea64dc49993a5cdc30a0415", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5941ce68953444eea5a8efffc6ba36e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "52063f9058f242298ddfdeecf8bc6171", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b1c265ba341245798f7dbda18cba9a91", "region_id": "RegionOne"}], "type": "policy", "id": "00f3e5962fc146b2b0030fca462b9f6b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ef0cead3f1544e9b9ba674a2cf490576", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5f4ee1f641d349a2a787041e6ba44ca9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8e5b4d11604d4ba8bbe524328d3034d3", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "55b63566fb0b4c15a50369a29554dbf8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "70cc3061ce3b4d80b8cb5c5061dd93a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6829afe407a44890a914870c5c5cc545", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8807808674c148e4880a014ff45393a7", "region_id": "RegionOne"}], "type": "sharev2", "id": "6ec84c7e5f214137ae91444045e08726", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "823b5531f92049a58c50cebfcfbe7cd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ace034b5f43742a0991a4a464408ec06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e02b9016166043d28c9217e20699993a", "region_id": "RegionOne"}], "type": "share", "id": "5b04d71517f1461692381b9350cee422", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5cb4c87fee454cb581467dccfadb6375", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "848c96fb869645b79bea18074bd3b031", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "20221c0742b94d09b255bab79786c4c7", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "2b23e01fd6e7419db24bb4ab87fde6d6", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "497bca9e5088424d81481bc5299357f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5b87eda3c48480d92eb796c391f4d7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7e0ed570df345be8d892dd050fc0d8a", "region_id": "RegionOne"}], "type": "orchestration", "id": "0b95071d5d0545cf98a3dc39c603a4cf", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e574c292734d48509d3d8a435bf77f37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8675206c49b4b6e93cbe158109e4302", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68f4de5de2bf407ebfda7e257c1c00a9", "region_id": "RegionOne"}], "type": "block-storage", "id": "dcfc251ff3e349a6b651ce9b3c4a7f9c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac5086168918479884e30129b21138a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92ebdbb685564ba9ab82e731802672a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae4a2b3ba2ac440bb855cd687dc335b8", "region_id": "RegionOne"}], "type": "volumev3", "id": "baf819a7fe0f40c8b159c2d5b352c486", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96f9c50a05cc42bf8b136463e2a23dfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff023d55ee374044b590f120f444fc41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d387bbeeabd34b9dbcea1ac762a51b97", "region_id": "RegionOne"}], "type": "volumev2", "id": "01eaf15f368c43f09beb7e4413ba3591", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "804e1b709a054b3a87885d1c96a0014b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7cbb651a3d3a4192892bb053e5ebea6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac3477614ad14d0f81c7e9ff2b9dbf07", "region_id": "RegionOne"}], "type": "volume", "id": "d612d4eea4d149dc8c05880b364c7ae7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0b0bbd41065490eb11851c69fd18518", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "423bf1b9ba814bccb0c02338c403d016", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c827ae6eb8644778e3099bda6be175e", "region_id": "RegionOne"}], "type": "block-store", "id": "59680b70702e4666a23e0fb6299b0796", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a4622352ff9a4900b07c485d80cb5a0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0e540d52f61c41dca332f5baea85d4ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7624fa55374d487ab307c568568d8fe5", "region_id": "RegionOne"}], "type": "alarm", "id": "040969df2668492198c332178763b556", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a0d275d21a2741138acab4dc209b9f6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "912cef76b6ff4c159dd8c88700d76b13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7c05f14c0e134720a25d90e49cf7a4a2", "region_id": "RegionOne"}], "type": "alarming", "id": "e97008dbcdc04412aa156b8285f3b6d1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3968a46f42df4b7c949e24a0ab0ecee4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ddedec059e7f40cfbbb8df2ede858552", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a94358d4faa24900bfb0f167a8e3942c", "region_id": "RegionOne"}], "type": "meter", "id": "234eada9bfa24def802ec62b06f72358", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ebb777e276cf4e8e9a1ea096c9433cf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ca4f8a91de8c462eaefa2f6281dc2c6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6a2c9b4b2e2d49d0884bee98526756f1", "region_id": "RegionOne"}], "type": "metering", "id": "9ba296621ab746c4844df86ab7b459b6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "90dcb7f5ccd747c59296c7bb52339cd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "71c04fe40e96434f982a0a5e7153930d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "272d26d674ab4f4889e23fea26fe340b", "region_id": "RegionOne"}], "type": "telemetry", "id": "6aaf1ecdced2479aa0fbe90f83300f7c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5cb841a917b1446d8be3dbed4831ddd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cc8b9c0b42d04eedb0830b50f3079dfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6f5d225735b64c5d87f2cbbdf9cc6f2d", "region_id": "RegionOne"}], "type": "event", "id": "12612e53daa4411cba30318de082c244", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ebb1db6dc3974e52ab9361ee987ab843", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8421ac0fee364b64ac9f3ef907151f4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "93453d919a564e7e9f7d8646c1f9b10a", "region_id": "RegionOne"}], "type": "events", "id": "9e895353dc054d8e8cdc0c4f879b0281", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d2dd27df0bf24d1fb0768c71d27a3acd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c975efcf69ea497fad4a6720310c4cc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9db9b04ca3cb464090878a74c54f8e4e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "89a325d359824802ab9e0051674fe14b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4f4f4f32d9854eb58812a0781cf137e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fd0613032ecf412283de92e9f4835174", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "dd9221a54e4f4b2aa014a1ab54c0f851", "region_id": "RegionOne"}], "type": "application_deployment", "id": "7cb34284c461414eb71b9f81abf4c907", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "10c4c10d219f43048e83346e1585340d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ce31466f7dc7497496d44ddb2f49be0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "498e904cacb94b2d9c607d11172d897b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "378401d00df94262bb24c78e5ca6f1dd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c5efa169042e44a091ce880f5829f76f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "797de76f555c4c0498fb0c62ce493800", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1a649e5283904f9e932f45d078a74737", "region_id": "RegionOne"}], "type": "tricircle", "id": "712f2d0cdd954726831b9aeaf142df9a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "35c96dc2a200405ab9eb8b86834c92f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "434a9d7aece149c594c3fc4bdae576ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "17c004abd2084572b859aae7dab8ecf8", "region_id": "RegionOne"}], "type": "database", "id": "ff24a4ca45834e0491a1eabc862f1c1e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "057d5a20cc634b37b4674400c600ca4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "faf279fb9d6248d2b0bd23cdfa1e5471", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6f9d968efcc24f46ba001bc295c367b3", "region_id": "RegionOne"}], "type": "application-container", "id": "d7cb9f92cc7f4040974335fd0cab05a9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f3aa356032f146ebb9be5bee6a0f7ffa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "eecc62c54b954576bb809a3df0106301", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "14e1dff9bf9344f9bdfe40956b4fa4eb", "region_id": "RegionOne"}], "type": "container", "id": "d350ffcc0ca64d4dbed4f14ed73e1a6d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "24ffe42972854450a0fcc5670a98bba5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7f0fb79c7a5c4a4794fe59356b4e8e83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e04175bfd442454eacfb6813d666c94c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "74ba9a3168fd4fa09a846462e32d554e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dcdd77dc5be14fb4b95f9df87bd4484d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "606c808c20ce46b19102f0cf821f2068", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fbbe060a06e24619a433a2c396841629", "region_id": "RegionOne"}], "type": "rca", "id": "179edb3440274409af74233be3800e7d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ee1d366054384c70acd904805201cf29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c65cf562098a45c0a6714071f5c07b5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "57cd87ce241446b78b36ec48610ab013", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "756aa5bfb7534912af242894af9de5c2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "dc33db8333e2481e8306cb13cac01d52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "576d21930e52438486737d839893ba8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e94c84d914164aa08caa97272d7b8c10", "region_id": "RegionOne"}], "type": "network", "id": "e3145f7cbcbb4eb6b81dbe39a4adfc29", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "baac3968810f4a5eae5d0f947771dfae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "46857f7a98354e50b6a7123523a3f4e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "490342aa010b4895ba72c669ee282c60", "region_id": "RegionOne"}], "type": "backup", "id": "90e321a852b24c6eb44c7a15a0baab81", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4fbe90aef4b84af19310f6ec2b37860b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f1e5e13ef7784174b909c4ec25e1aa1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "57d00abbf4ea4b47b8879ec49a9172e2", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ff66367561e94fbc9875600c34be929b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "79927cc81ab04aa2bfdc22a23bcfcf8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2c2f52bd56714543b2e422b031a3c100", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8ef9cf358bee4cdc88b1af1b3b6da681", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b56a70ee23bd4b0fbc3c8336380ebacd", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "440e07752bea45a4b56f5f610512661b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "964e9570857e4055ba3c9e41a7eaef4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "eb10d8cf89f6439c990689789d1e920b", "region_id": "RegionOne"}], "type": "monitoring", "id": "11456e474fe242ec8dc2888cf9950281", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e31c18b4202044e3a60882b0f1a9e1f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ab2e5be603bd49bfa177e0f4a03411f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b6be6b544b104277817beb450c3dc4fe", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "74368b52ac8f410e871ef2a304103b57", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ae40a11cf78d4818baeefe6ff55146f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2a5b3eb1600f42b5aa1e2d6e75c9dfdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f393b21e6c284b9981e1b0d80eb46969", "region_id": "RegionOne"}], "type": "placement", "id": "632664ae0b83468bb2f54b45a280c3e6", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0958744ed20d4938bcecbe5adcff5dd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "89577c426c2240018cc42715449a1f1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "483d9ca8f0944a00ae4d7eab54af07f4", "region_id": "RegionOne"}], "type": "instance-ha", "id": "41e6944ab86b44bbab5891c713f0b0e7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "48844934efb6450b8335054732d49394", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c3423f1fc6b049a8817510db0223cdf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8743ad15d9644b99a254e6ca7f248c93", "region_id": "RegionOne"}], "type": "ha", "id": "e48ad325de4447d18d615024ff76d2c2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f7ca84ffa3984694bbdf0d9c2d7bbf05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "50aef61784d44c39963ab2c2241d1fe9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d3f0293228a74bc7b7f523c5f0b0f7ba", "region_id": "RegionOne"}], "type": "reservation", "id": "3514a88130134e5ab5adc62609855cc4", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7c6b72dc06624f6782bfc26c6eb5b8b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "97843276876c4d6ab2323a1f38f5495f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c0ed57bb2aa54745b7880a83c95bac7f", "region_id": "RegionOne"}], "type": "function-engine", "id": "7fe016c659d54a8e894dcc2115e3e63d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1f5b1d55223b431799bfd815ce6bb6da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "dcc566ba798b4b90bf34dd19c458f5e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "98cde3add28648a3bab038ee343fb2a3", "region_id": "RegionOne"}], "type": "accelerator", "id": "dfc90d205f3640cf85ed308f565aac55", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "da072d05a4414b67b97f02954eee2970", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a4ca216c0d18454dad6b4ec758fe3520", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ce7decb81afa461d9742663c6467d966", "region_id": "RegionOne"}], "type": "admin-logic", "id": "5408355b3c3d4fc9ae13eab6d124c962", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5cbeb27856254cce854843655f156074", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0d92991d45544b01acd7b20e340e0eaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6fe647d6d26e4863a01cfe79ed569c66", "region_id": "RegionOne"}], "type": "registration", "id": "349ee0145f824ef3937205e600b75d16", "name": "adjutant"}], "user": {"domain": {"id": "d0f7c11a5eef42628fb13d79390955e6", "name": "41cdf0d43b3e42be8d362188b55cd7d8"}, "id": "a558c429bd5144459d82610b8dc2ea6b", "name": "85ded7fa79bf4a4d97749fa02f4ba8c9"}, "audit_ids": ["b0c0b53ecdbb41048d0531fb3cc8ec0e", null], "issued_at": "2019-09-19T09:04:41.838095"}} 2019-09-19 09:06:42,057 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/a-wild-id-appears.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,061 keystoneauth.session RESP: [404] content-type: application/json {15} openstack.tests.unit.cloud.test_image.TestImage.test_list_images_paginated [0.335464s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,788 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,793 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,795 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,798 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,810 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.716144+00:00", "project": {"domain": {"id": "21305150d6ad49c0a6134fa67be3aa23", "name": "668110aa38974f418c8d6c331a9382b5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "49b175fb3d914b63a83c6a6dbe75ddbd"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "de43e30a6c3447b9ba43a5bd806d1e18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "989934cf1c734357a6b6d8928baa6904", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "178a8000541e42f583b97f6dfe74c663", "region_id": "RegionOne"}], "type": "identity", "id": "2e411fb972604cee8523c5ef9fa273dd", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3fa62cbfd3734c3fb0f043528c442c27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ed8095dbed674dd69570be8c4242a3cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8b3925262f0f4b5fa1d8eb4da81083d1", "region_id": "RegionOne"}], "type": "compute", "id": "bfae7567d7eb4e4d90c27e7e926b3faf", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b14ba7ac441a4c148be19079d1ed3d9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c52eb2729b9648cbbf429d9d5bb4d3ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "38cbdd1003134088a94da400d601efd6", "region_id": "RegionOne"}], "type": "image", "id": "53d3f1ca908c44268b6b77ccd4d88045", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "47168616cc274fb288fa21e638b21101", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5eb2a4ff02714983ab2a04328a8fec24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c6e2ed484be741898eeb6053bcf4367f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "23120650cd684d15a79f79aa25981dce", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66ce0f0706374d9a8518a017dab31adb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3e9d14d5e424df397d39b1d563da7eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1050f28fd61943dd89cf20a43ab041d3", "region_id": "RegionOne"}], "type": "object-store", "id": "2aa25a7844824322b9be34af3da487fc", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "80e4bfec65184e1a982c500c38493d9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "85f53a51247e45dcac50c9f277d75b67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6bb88caf54804178a31e3acd044e913b", "region_id": "RegionOne"}], "type": "clustering", "id": "e4e2171ff4cc4f38a5cf3f9bcc287898", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6d46b59c505d4b50af78c8ec7eadd211", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "da2625bda9c8419cb03cc5711e736096", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "439f5a6abcb147e3b8910b0da96515a7", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9f1c44bcbfd24752bc99dbe644e26c26", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8eb982da770647d1b9b04fe8c964fbef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "048aab128b784fba9eaa669bd9d81e82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f6832df56df54e668f42d6dbb22bb019", "region_id": "RegionOne"}], "type": "cluster", "id": "222ee2e42ede4ed788dbed38e93b0f1c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d8701ae1b35e4cc2879727112f4a03f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "649e9ffeca7e47bca6c560164dad472f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a896baf6b65440da89112b50ee531823", "region_id": "RegionOne"}], "type": "data-processing", "id": "3e386e865c6b43d2b43a53b807ff5e26", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8aceffe655e2425a92b1fa6769bca23f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "65c0e2466e6b47bbb00c042877098841", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "77f3a7678e814df8966d3b7f96e6d874", "region_id": "RegionOne"}], "type": "baremetal", "id": "274e2058affd4fe081999ed0176c55d2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7cd1ea448bf44bcbb2a402179d7f616e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "84020dfdab524a1f9b788678a43b2d57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ed92c595b25a4ca287586bf9d961dac5", "region_id": "RegionOne"}], "type": "bare-metal", "id": "1441ad641ae54b5e8ef6cc42dc4a5803", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "092763abf3a34d82b9292bc7aff0ef9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ea1c3c9d85424c47980d450cfcad0903", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5840b107c9ec4be580566ea7d8aed3ef", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "35c444b93aa845af901ed2190aabfdec", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4167438e804047a1a68efa51bc0a4cfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6974bb067bd447659c53d2c70a02ccdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c28c2721b7d74d0e9f9a30072d5d6157", "region_id": "RegionOne"}], "type": "key-manager", "id": "f82002db6a4e4116a203df9e6b2d26e5", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "05c38c50dd754aa28defc9cfd15c3923", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b4932f226f994c2994d4bacdb830f63e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "167898ec6c2e4e95bf825e5f50555f6f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "56e1ee400ae842d8be966a4c31187635", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8715c73ac918489799f2f373e8ccc5bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f664d52c98cd43f9bd9db459b910d84a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d34a9b4dbac74d179f23a8a03d85dbed", "region_id": "RegionOne"}], "type": "infra-optim", "id": "192b314b423c4812ac33084187c38089", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "55f846fd3f6e47f9808403d33c7a5f52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ac26733457484b0cbc4d8d0a1ae7b53c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0255b683ed50483b89184ca8c0781d8c", "region_id": "RegionOne"}], "type": "message", "id": "fad3fde9b6334ca18365cf09a0f1cd68", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "56fe378fb67e4e17abb13e3fb0c1ecfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b6bac067059c4939b31e43b405294c8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8af95e93eee142c7a792bcca1aadc3df", "region_id": "RegionOne"}], "type": "messaging", "id": "9bbdde5ecd084e1cb55bd97563f4753f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "235ee644b9674d71b17c0b7cfc8839c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "766eb50610f14475b37e8032e4233baf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ca44c89f84cf44529ceab2891dae6a91", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0d4cd1de4c5840f09cc4c4498b880a72", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7fecf55878534192afaf3aec6971a328", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e2a97dd6bd514434a9e3bc4652156916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "75b4725ca2fa4a5aaa6381e9cc25a7ef", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "de6fed93c211445dad845ebdc1a04b6f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c209eb7bcc2493799752b297c259225", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4b0f8c38af6a4225a26f028aa6c96979", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "757c587af5ff454781acb8937a2c0c5d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "9eb86d3635534738bfdae8dae22bae6c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f15fcbf52b224214960c17c4b67685a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "696fa99d3d544520be0dd90a1a206607", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8ec43525aad6485baab78391b61cfaa0", "region_id": "RegionOne"}], "type": "container-infra", "id": "581dd916d23244b288a098aae22f75ae", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e041ef9af0664dbaa96c93e53673bc7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "688475299587421fb8d8651316381224", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "20346bc88b7640e893a74dc676e3a5d1", "region_id": "RegionOne"}], "type": "search", "id": "a861167f739942319b7ffc3d27efe095", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "05666873e0744476bf1724fd9f164b8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a97b08954a364fb187c096a73dc504fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9317e7174a5f4380a1c271053483b994", "region_id": "RegionOne"}], "type": "dns", "id": "6511243ed55945148e497a2c57181997", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a0abdec281e447eb9de2dc08d4402d87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eb25c850cf2c49aeb828dc1d72c1354c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0d407eac8fae42a68569af520245053a", "region_id": "RegionOne"}], "type": "workflow", "id": "00ca2eaf63ec49e5b4bf59bca6f5fe17", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c10f7523757e4837b9fb6320d4cf6500", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b561f656b1e046178c1d375866539168", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a69cd552f879445cbe3a177401a6cb3f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5884811e8fa34188860977ce1cc7b958", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "78bcade5267e44ef979d3e2873c94e1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "06fa1a7e823543e89fd762aa2ad65e3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8ac895c9d18747ab9a6587e7ffa06c30", "region_id": "RegionOne"}], "type": "rating", "id": "6093dbef7ae64eafa2117605b84b5042", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5812443db45e4d1391c4230ed4f4371b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f6be416a7653448da1dd51ef67b72b3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d169d724f05b4be386af755efc6fb0f2", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6f4b9df687a240cc96d1653c9abaefdd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7f783d8746ef4161a7ebfe057c4a470a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "17ef6797fd054252a773dd47a00e416d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9429896090a44239ad552fa422e606f4", "region_id": "RegionOne"}], "type": "policy", "id": "b73c3c39b29d490283433bf2fc061aca", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8c7c4d56fa4d490b987b75457c2c3b64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "54c2e5007a8a4923aeb8c3a1e07d8451", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "682410c79ca648ea80b0910db5bf9379", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a3bd9b497af749dd8cc8c6ccd889d63b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9e3f6b393dbd4b08addaf1fa581eb6de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c042162cb28a47cbbc3d5171fc1a6582", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "46b2c10592104332ace41f05935a06eb", "region_id": "RegionOne"}], "type": "sharev2", "id": "431cfeee341c4c70808ac3b8a4c9c46f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ff5468076597419f83dcdb7e7c6f7f1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0c60eae3730a42f8b9b7ca17672bb9e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "eb1202e5d64246dd964d785d2d2ae019", "region_id": "RegionOne"}], "type": "share", "id": "0a1ff70624b14187883570e1f441c86f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c1b0b20e0e5b4ea9ba9f4b55cae0db96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "98890e28d9754ac9902eaf23363569e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "97d25e7e0b374254ba1ce092a049b7e5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "cf61ac9939ba417babdfd33d9aa00bb9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6b9a7341d15418f948d73d4c0125fe6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f80f009e19a44748b81210b219ceb60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70d472424c064081b3e9286272f80510", "region_id": "RegionOne"}], "type": "orchestration", "id": "e5fecddab782424a830e4e5c239d5211", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e3c24f66b2b463390cccabe387630dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d132c0ad3e4545e48e33a6595b035b2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62962748a3cf415287f55ed4d3662666", "region_id": "RegionOne"}], "type": "block-storage", "id": "d40144fdc5064edfb1876fca94fa60db", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6ecfe6b398f4ab1842e71cf14749f18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6251b16a741947658b5e9f937dcfefd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6133236ddf74700ad8535e4be56d19b", "region_id": "RegionOne"}], "type": "volumev3", "id": "8387407846714181b2f0df1e5cc99320", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ecc517066eea40dc979650e1663bbfb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a09eef1c53ba4e16b5114e2c081f0167", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24d090d589064089bdb9f08fd6f22b81", "region_id": "RegionOne"}], "type": "volumev2", "id": "7c1b8b6ae08041138e727090d6edc9ff", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "850503f82a874b70b07dec7a63ea67fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad829feaa06c484fbdd52e42c1ffe062", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04c4e1aa1cdb4b6f9a4fb79129486efe", "region_id": "RegionOne"}], "type": "volume", "id": "8768061da4d64141b5ade1c22fd788c4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2fd50f8cba7a402e9ffbfe8358dbd32d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4384125207684b41959dec1373eff415", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d4a217464d84219bfea96039de9de43", "region_id": "RegionOne"}], "type": "block-store", "id": "11726cbd962b4b6a8f482206479ce51a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0b8c848d89fe42eead3540c010713fd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4b8b63e371944c1292baddf3fd8f511d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "04d050bd2b884319aef28226dc63d669", "region_id": "RegionOne"}], "type": "alarm", "id": "bd9a084a4d1b4aa09ba4fc90e40c1261", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "635085b8fcb34654afa05564ee408ecb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f36d56ac1e1f4060a0d66c2f8c7a243c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ab54879478b94218acbda2e17a924bf2", "region_id": "RegionOne"}], "type": "alarming", "id": "27738422a44b47578d2cb80668bb1d89", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a30ad0a08a7c476485f22867a5d37e46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "833e1ad1668449008b7cdb9a90e65188", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "80254ab566a44e6db84266c4c9740a08", "region_id": "RegionOne"}], "type": "meter", "id": "b94e5943d39047e29105a269cb5fa92a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fb6cacc02d5c4776bdad4d21e5ee69cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ea7a5ae0305e47cabafd792b1b5ba99a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "092dd26ddb8d4bcfba1caff492be809d", "region_id": "RegionOne"}], "type": "metering", "id": "30ff6666db7f46cf87f5c3aaaa2119d8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3828436446024f03815133c074757f39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d71127804b254f94ae503582bfb30596", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8a10cdb63f0e4285b3f2351c81441ff3", "region_id": "RegionOne"}], "type": "telemetry", "id": "11768ad4dd804149a4e9a3b987682556", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "eb81f7d1932d4bbe96299f241de20ff1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "253f0c604a7b404a96d9ff0cc9ad737e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cb2f62f223b74c34a08c40f5b365d94f", "region_id": "RegionOne"}], "type": "event", "id": "f9278ec5b9a8472b973dbe507d931c50", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1cc846c36af545ada5184d02c336f379", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5182ee70b92d4733a51f1888608d3b87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ba0c5bc510de473f8e44dfdf262c0abd", "region_id": "RegionOne"}], "type": "events", "id": "73c9321dbe9c4e58b740b816f0c7e2e0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3ee54f75d8f548f7ad8f2c52f488a2af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5f3838b162a74da587774e9239d16fe4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fbba9131939b42b9b68da26801fdcef8", "region_id": "RegionOne"}], "type": "application-deployment", "id": "acfa7cedfb5a4b0a94c195992507a961", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0f7cdf183eb64af8ae4b1c6cd858bb2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "67ded7f064294cb9a85e61275ddb836d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c9071fbc2ec4475d9007423688f1b69b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "909bf721132f49738ffd6f760be4898d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5a13b50c8125449dbe751bdee04fc186", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f55f0a1549a44ed9a9d4ce461ea12353", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a600462757bb4690b0552fced78975bb", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "443020d4451245bc9a863e258fbf0cfd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b378481fa2da428b86747d00c128d257", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4bcda7a7a65f4896bcf57bf297644456", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "473c4fa56e6b4c159cfacfc26e2019a8", "region_id": "RegionOne"}], "type": "tricircle", "id": "b4b64be47d7f4893b75e38cd99571f14", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8f40b01fd5a2414eb055011f7d6359c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "29b5d39795d14c40b4e3702afda7ca18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "55028e1b276b48ef978db35b895c642d", "region_id": "RegionOne"}], "type": "database", "id": "c38e07740e724612b5dd4c739320fd55", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "255fca7571fc4440b2ecdcab913efcb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "83c0b31d73df43b29f3475f164a963e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a56af059e8204373aba3f1f26505ef7b", "region_id": "RegionOne"}], "type": "application-container", "id": "cde4c30f56d047e7a675b0d103e93d5a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "56df9aae15374a1197ed7e5377e6406a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "863e7aa166374a1390de9901e58016b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9de7ba0c065a405e85d630258d245c44", "region_id": "RegionOne"}], "type": "container", "id": "43d3fc06733341c0992f3a0780ca35e4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "68335d214189462abb76379a8cbbf536", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "af924e0861224a7f8ebd08c4028cfcd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2e9045b61d5744f3b8514947653a061e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "0a7ef3ccd2e8479086af54065169c818", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "779e3eac80a74251892b66708097b41e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d779f7dccedd46cba12cd830ba917e85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f8a4848651a2440981a808528768e28f", "region_id": "RegionOne"}], "type": "rca", "id": "af772ff66ffb41ae91034f3d4294e7b3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8b678c51963b4f69a799270ed2c127e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c28b6a18d14649a69d16c339c93789f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "cadbe7be784f448e8c53354e5e5096c3", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "63242a808f5a4bfe8ca692671f5c765c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5188ac93784a49c6ac1b6dc4a7fb81a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3ec6a7ca3f924251a4eb2d92f411e3c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "63bd253e9cb74469819677f6282fc7a8", "region_id": "RegionOne"}], "type": "network", "id": "237f873ace044e67a61e8a69dcdeac50", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5e22454c72494464bd42b81ea62d5204", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ccaa30ed483a4c9b98614c4273af3644", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "97b9b53209e647d6bb9f73ea338ee347", "region_id": "RegionOne"}], "type": "backup", "id": "9dbd8655b23847e29d955076ed3e855d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "035a799e25da42df92d23956043fcc8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2d87b031eeeb4835a5bc2c53e3aec1a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ddb47e36884447acb10e5aacdc0248d5", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "eed42b3fc6e24e69b40b36313912871d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a2bf2adcfef74c3fa5551b95fe0c2b2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f296f9d5ec3640f8998f442cc76da6ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c2a54f3b814640a7bc5b6efbc3ac9d43", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3e2f5da7af5b4b2981d39756cafa0d6f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "653e1379fd744219887ae788827a5d5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b132fa15abd14f9aa4ee10c22f4a257d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b700100569c741a2bca82680557b5172", "region_id": "RegionOne"}], "type": "monitoring", "id": "367beb8c392e49f8a611ac2f17364e5b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2cd698a70a0c4e3997fd55d882631f9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e82732ae4e00461690baa0d35e0df003", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a03d27634a604b99b365b72db7e4c45a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c8ed2422c9b04586936e23cf05e8cbb9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "84e10d3caec641e99a409345d607a357", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "314dd6cd16a648dc940e232d51c35759", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "756cde83529843ad92135f3fb6c31395", "region_id": "RegionOne"}], "type": "placement", "id": "ce8eb426adc94bb8ab2f02f9cd569e1f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f528ac982ad94eb7a66e62224c9c2545", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "217589716b5142eabdb32fd21ea05025", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e8af5b11daf548879e858ad35d51baf4", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8800d201f26d493aa3b928e3a9943e0b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6f3f09eaa15746d0ba6a83aac252f62a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e6581f89879441e7aebde4fcd288d56b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5256e46dfc6a45a2979f7893030f6b80", "region_id": "RegionOne"}], "type": "ha", "id": "a117d6fee62b47f7901539cd965d1d40", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b7747ea715d44591aeea7d114c5f7071", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "05e2e7792c10432d8966013f2a617eaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "aa1c8d7e3aad4ec1810240f3866e9c1a", "region_id": "RegionOne"}], "type": "reservation", "id": "b38a7470030745c3a057b48da9800c75", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bc8741e0190b40ca80d809cdaef06262", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3cff4e44960d426b8e70b4ab7c7b7e43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "844bb192667a40ac9e286d044b2cd0b4", "region_id": "RegionOne"}], "type": "function-engine", "id": "8ecc2461250c412f90698d0abc3265c6", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e3763df866cc4c52ae76eec0abc4b7e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0c1ffa9daef0467ca05de959f17ab68e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6cfcc036bb4549d898a064b833efa0c3", "region_id": "RegionOne"}], "type": "accelerator", "id": "c85671e2440a4d27a5b4c72231c3b479", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "78ea81e3528a4e52a354eff519b67ed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9796243cacc843ef9fdfcb4870508a03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "77786aebbdeb4f5e8101adcc4814788b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f89473af9e414f75bbc3a520d55fa254", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9f35fc749c7642838741325bfc620e86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3917cea940dd4cb69427dde262161d27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "448cf12b0db44363a90ac7ffed2f0c33", "region_id": "RegionOne"}], "type": "registration", "id": "f603f4de724d4853af4f68f6bad04c89", "name": "adjutant"}], "user": {"domain": {"id": "a068f1116a1648aab23744a2a33c7971", "name": "a33ec3bb6b674294b73eaed7b24a77c2"}, "id": "a3b1475614d04effa97aec82e1c531fa", "name": "8f467fac6d734a15b53007e0511ef906"}, "audit_ids": ["8522cfbbf5c14c35a8a2aeb31652b491", null], "issued_at": "2019-09-19T09:04:41.716144"}} 2019-09-19 09:06:41,879 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,883 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:41,885 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:41,971 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,975 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,977 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/e9bac2fc-ef3c-47e2-9c3d-011450032ef3/file", "id": "e9bac2fc-ef3c-47e2-9c3d-011450032ef3", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/e9bac2fc-ef3c-47e2-9c3d-011450032ef3", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}], "next": "/v2/images?marker=068cf255-fa34-404a-831c-554320d28837"} 2019-09-19 09:06:42,003 keystoneauth.session REQ: curl -g -i -X GET "https://image.example.com/v2/images?marker=%5Bu%27068cf255-fa34-404a-831c-554320d28837%27%5D" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,008 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,018 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/e9bac2fc-ef3c-47e2-9c3d-011450032ef3/file", "id": "e9bac2fc-ef3c-47e2-9c3d-011450032ef3", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/e9bac2fc-ef3c-47e2-9c3d-011450032ef3", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}]} {12} openstack.tests.unit.cloud.test_project.TestProject.test_list_projects_v3 [0.212839s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,823 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,828 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,830 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,833 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,845 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.760928+00:00", "project": {"domain": {"id": "bb15dea08b1e424a901adfaaa58d11a4", "name": "f25c4d524be34ab99a0a1973b98f55c1"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7fd0b883bd944f20913f2955122fb4ab"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c27708acc9f24f2993d85c12df37fb0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0012e8e61ab649bba9d0905fdb484c48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "755ca8d613bc425d8b34761c7d35e9e5", "region_id": "RegionOne"}], "type": "identity", "id": "5f73280d7f4e4f9bb3a4c5d6f03e7a10", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7fca9138c23a414ea08533fa7f6bf84b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e03a6fba0ca2467081b21e9c9a4cdd2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "bdeea8da9ebb4d0085cc40f013239a38", "region_id": "RegionOne"}], "type": "compute", "id": "15e2272d17824035a1fd1f66f56795b5", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "18e54d8e8aa641229927171bb8a092b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "034471686b044778bca833e095cb2c2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3f9395f7f8b2416599020e8aa6afa9d3", "region_id": "RegionOne"}], "type": "image", "id": "af98b5f1e4a94367b08d8856f0724244", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "00444d5aee904b629e0846c27f765d27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "09377a7a31da4065bcbf9cb8652c9a44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "3e34241c2fe34762969630bf6da273df", "region_id": "RegionOne"}], "type": "load-balancer", "id": "254af2f088544ea4981cad632a30de5f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ca54862204840be8bf11103f0858dd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66498614926647c28547a2f531e56db0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fac881807069487c80fecd5dfc5d4810", "region_id": "RegionOne"}], "type": "object-store", "id": "d1b5f6fd21da4612a6c8cd01374680d6", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c5cd6c0e5207492d9f744fa842acda5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "82331d5342f24c46b6117a0a8cf835bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "48ce3fb3bf63430899fd9e61ada145c6", "region_id": "RegionOne"}], "type": "clustering", "id": "1b132c65036a4091bcf8d111105761c2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0505e98b11044638b74d442aded80ad2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bc4b6f6a09a04719955972a4a78100ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "968a2260855a45c29d6b711d7492b0bf", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "5267a318312d493ab0557f17f74deedc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3885e25384f540f59f5adc6a28bd64e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "668fd3b097564e67a8ac57b845faf56c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0f1f5ba0903a4fa18e558f2fb49cb176", "region_id": "RegionOne"}], "type": "cluster", "id": "294d27a14e8a4b44a79c5ca0e588d291", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a2c6d785cc894fa9b2f3bfa1c080e5a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "064110af6a754cc78b6e0ba7cc7fd665", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e6b6e9cac32b4e99889d6bd972ad06a0", "region_id": "RegionOne"}], "type": "data-processing", "id": "2af0592e3ebc48d7ade546a1be0b8440", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d2258b410a2944d0bba64dfb38935e3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f1df0c63f03849488b58a67a0ebe155d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a0ebf639688d48efb7337fd543c23638", "region_id": "RegionOne"}], "type": "baremetal", "id": "2706dd971b7b4216a0a253f8c3419a87", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0c99e4bc29da443594fdcd1ad89ab1ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "db85639f30fb4f788390a3cda0086c6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "77107339151c464e895f9d0770db6839", "region_id": "RegionOne"}], "type": "bare-metal", "id": "019659a582fd47978a81026b3b2efd4a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e73c88fef6e6435da43a615cf3f9385c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7fef2dd8a31f420db6300013dab8e54b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "086b30ba3fc840199fff0b2a4152d4e7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "12dccd3b1a084fa389f02fc7176816fe", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6e0a8bb751b94e8f8a1ec46784d22c55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5836b53e4b5f4b938bbd85d0151e9d1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "36473dc64e2c435f82291b0b63eb0d68", "region_id": "RegionOne"}], "type": "key-manager", "id": "30153656e8ee40f6a65c552b566cf422", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "79cdeeae5f834138a6affa3bc8e91c61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9cde9d7988c74871bf2088a15cf95956", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a7986e5d9dda4811b54631bac5e0e359", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1ee04a1b1d404102b0882735cb93c3da", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d3cc5ea81cf94289af017f4b1a89fe20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f8af02e6528a474bb522942658939241", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e4f6990616414e77848ef295696b5840", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8e1d4828f19b4532b2937b2e1748a545", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7bcecd0a1cea466cae45f4492c3375c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "323fcc4c0b154b58bf8d62a113db9ce3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "00f9889120864488aa59d6d80dc9d87b", "region_id": "RegionOne"}], "type": "message", "id": "d70e7b04a95248838ec79f43545bea7c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f5b5afa55cff4982b56904fb338e1152", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7aa81d6a5bdc4e4484696d172f20e6cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "61aee20e1ac941cdb8dcaadbc780bdb4", "region_id": "RegionOne"}], "type": "messaging", "id": "449ae6f9b17f48aeb52d8f4a0ac52d86", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "536da51315f24010b9fe977571eab55a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c31eab73d32542f29000f8fb0e1cacdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "51a60dcb89934661876694530fbddc00", "region_id": "RegionOne"}], "type": "application-catalog", "id": "cdbb2d40714448aea8a29cf121846105", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b676e8bb54c64b8090388f4193dbe14c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "efb25feb564f4dc18ee98af03880945f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ab08d4276fe45beb36e5e9037c2b150", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b7f0a3fd61034d859f5e7c0101283fe0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ab9cdca448741879e18c4344a711346", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "95d8f6d9a6b845198f45a756583b66a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b9d7345c39994b78962f98e0cfb2ab04", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ef394dd2fd664847a2a4ee5f3368be74", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ac8b39642bc24fe9a223073c9aa8c8ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6a91def58c9e493b89a6bfa378dbbd5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dab69b3570c14f3b819916bd2c83b990", "region_id": "RegionOne"}], "type": "container-infra", "id": "66e0beabb93743df8d5c18c73eea8806", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "fbff312807cc461a855415d32f652ba1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "19db54175bd84ceabd951416a9f982fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "0f48dcf474264dfba4e4ca755e39e9b6", "region_id": "RegionOne"}], "type": "search", "id": "0339c3623c3a450c902f6d5e87abcacf", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c01ad5cd335144e09b925fdfd269f027", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "569c13b2280c4e13b448f35acc963b32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "bfe417e3279e4e6cbf751cc13074bac8", "region_id": "RegionOne"}], "type": "dns", "id": "dfc49997748d4b05b945eb29a8c217aa", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "84bd29a5a3924506a1a0bf2d015bae73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9fa73100d4e54eae9f2ef168494e5130", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5d9d4df1ac644e9a82bbbf4a710a5cf1", "region_id": "RegionOne"}], "type": "workflow", "id": "f43058374367491882e0177bcbb0f35a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2426a87cf2574bd981648252e73810f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "37b309b6545b437ca2ac10e65013a8b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5dc52480a802443cab07771176f4b228", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ab34c3bf13c3482b8c0911e9966bd9cf", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d920741af5ec4873b19325225e6528c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "902b027e79c346e6a08f9cc41b5007e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1ea59cecbdc644ebb26b35fb6cc46104", "region_id": "RegionOne"}], "type": "rating", "id": "ec96b914976a4482950fcab0a50c2a93", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "74b738e114304fbfa4106d15e2aabe09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "57934abc177c4fb9a2c6fa83a922594f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c8fc0f28492a4523a5c0145ed1368f4a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "88f15faf38394101be9b8db91eae7003", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a467fa46ec514744a8d730af9387b732", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f7c280cc0072401b89fada6fa37da9d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "86f643802d0d4a5ba889fc88a9316256", "region_id": "RegionOne"}], "type": "policy", "id": "8b5a03a012d5414baf3ac8f806a835c8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f718866e5e1048e48196f7c9edcdcdfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2bd8e55f04614b8c9f9f0dd3da9450c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "eb42d968bbdc4dbeb80a0013ec69e223", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f1b40031abf9437c8d6338fbe1e60c78", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7600f43b3bb84e0caf4f10fb9d33cd2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d79a28bca4ed4a7d8659a1e1d2275e16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1bb222751f924cd091253526364f46bb", "region_id": "RegionOne"}], "type": "sharev2", "id": "0a253ed878714ea9909ff372e3c44131", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7a7ae89e018d4b79847a95c5e23225ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "672f6f8e9b77497d97d48fb6459b3398", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bca5672a2d5a4b2797ce2fd20c95ec61", "region_id": "RegionOne"}], "type": "share", "id": "949aafa609e240479316e3c4d4a6970a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6ef2f6ad4c4145b1ac1bf03f4e3614d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "095b7f4a3af646c79f62da4b8e1725e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "69566e63c4574b7887d161f205abcdb1", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a49dcf0d3be54535a32fb0d1051d9010", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3cb96c1283a3456190bcc1d9a5f4054e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ddef086015f84b6da9fcaccf76be1f08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34b01e71e7e24a39827e3b30729b6e36", "region_id": "RegionOne"}], "type": "orchestration", "id": "7523363199b245f4a645f07722180ca0", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17ab2263f1a5467fba4bcb2e13120f25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c91f91d70a2a479aaaad70d789fa688a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a72c28774384a3a9fc0240f95ee7bde", "region_id": "RegionOne"}], "type": "block-storage", "id": "5c1e67540fa94d62bd1031fb90b01780", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "845e8dc038de492c82514ab0052c4a57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d5e3098faa546caa0487d6a7143e0be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bbdac68bdf3e492fb178c4822091cf7a", "region_id": "RegionOne"}], "type": "volumev3", "id": "7ca3d44d12064b8db99471306aaeb8b7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c63fe34846549959113f019af87a308", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "552b8ee0772d45f5b0e8fa662398cb5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10a42533b3ec48b8a22c63fdb4aef30c", "region_id": "RegionOne"}], "type": "volumev2", "id": "43263cac6fbf45c6a775fe47eeb00a7b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4fde1e900b146f4a989d15045f320bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db5bebe22c9e4915b2a80caa9ae78117", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8f6c727580a4b89a20b9a0f38f273ef", "region_id": "RegionOne"}], "type": "volume", "id": "e52c42448185456383620b4fb66fb30b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a82ddb485ad546609ac05a5919a73bc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2bff89782eee41f093657c1130d4a6f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7acd055a997945a590b9eff4ba1b0c16", "region_id": "RegionOne"}], "type": "block-store", "id": "ba0d07a69a61480eb8417d32b21a1211", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7ccf75dacd04425d94d3b7cf34b1dee7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "10a79dcac36048558a3557c93ac9c499", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "59e47265fde5402ba9a392681bae07ea", "region_id": "RegionOne"}], "type": "alarm", "id": "33e0d09db254444999e2078c8e5e1c6f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a4101dca57604636b96079cc237bb30b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3db57c89a645423191522319033cbbb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e4bbccda21084960818aaf9cbb78abfb", "region_id": "RegionOne"}], "type": "alarming", "id": "c43547744a8a4d27a86b21fd8d665edf", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "32d48d7529ff473ab371633017660d3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "250e6e065de9484c8887a4599e971df3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "add335f69f8a4bbc83025ac683877253", "region_id": "RegionOne"}], "type": "meter", "id": "fcde840d47294cbfa58084e780066623", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4a25ebc62ac34d069b8fa0b301d2179c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "db08549079094f26b28d64d0d968aeb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2b8b22bbaa6043d58702cc168c1a92f4", "region_id": "RegionOne"}], "type": "metering", "id": "6b73135fc7ed46acbee64233b68a5471", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f773e58abc4945d4af9f5d34231e2ce0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b466c1a5919a43bbb82de0cf4bb492ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "aab5a8a866a14b02867ae73821dcb513", "region_id": "RegionOne"}], "type": "telemetry", "id": "c5a85479103d47cfa782ec16c5b0e229", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8263a19b62ff4411a4b5ee235a6bccea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "956d88e16377410d90761620e4f1875a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0d19494ddb82429d9718b2839c1cb9b7", "region_id": "RegionOne"}], "type": "event", "id": "c721e7c5b1754edd8dd1b022f178e27b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1da8e762ea9048509efea2615910df38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b86420f3c0bf41a0a3b5ffd88530b324", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "43590469a1c54ff796746aa4678d7c4d", "region_id": "RegionOne"}], "type": "events", "id": "de20d7bd44594fe99e8a597ea7a9761a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "09d463529dde41ec8a5dcdbc0b604511", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7fe180cacefb4d918478c7803d0b0d4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "eb22e5efae52480081fcc7a4c8379136", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ab95bf3d254141f7b44c7418504f5afd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "25da8dff29b74a14ab77ab8358bbce69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3cf9ad21577c4ec9bdd04f38ec5b6c90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ad9313398b3544f89b1c91e22a66afcf", "region_id": "RegionOne"}], "type": "application_deployment", "id": "83c9db9b635948c0808702657526d306", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "56d860c012ac43da83165b95de8638dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dce7727e31014aeba0e3d3b243d68756", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b2984eefe8b343e499e132e5d006a297", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3537dd5ab912429790107d4f56e29ab6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "febfd1062ce744b9a30c43379f027bd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b0702b832c314c2dbaa3261678f24f4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b1997951e1b54fa3b8d7c5ae68c5ccfb", "region_id": "RegionOne"}], "type": "tricircle", "id": "92ff3a4901354f74b3671f4bd741b32a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1036914ba619431d9266c0ef977c597a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "356d2da6ae7f4ec3b361392bde748b65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "93c3ef86e7864659b54c0dc56df8b469", "region_id": "RegionOne"}], "type": "database", "id": "3504ed844e9147a9b3bc019a22201de2", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "297851b7e2e74210a872449f65c45346", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "253dabf1776240c7afcf6f4325d535e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fbe1901eb2a34a34bf93355391c56cfa", "region_id": "RegionOne"}], "type": "application-container", "id": "0bff8dd0890c42f1864c8b16757c41a5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "27c6472ce1d24498927f49be2141ff06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9dc9da78fedc420682b26a6bcf8ca27a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8f91e0854278403c9871e0f815dd7b2c", "region_id": "RegionOne"}], "type": "container", "id": "ec4ca72ed7ca4272b978ac93ed0163f0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d27aa555b7394f52823d2f2810c57f4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3e07d65b2eaf4e0db0e229e26d0541b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a3e12f968d6d4dddbd25ba2cb6fa11dd", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "bc08a245abb34253a61268838456e19c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "23ec6d0a8ecb4d2abe2876b6db89446a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "96ca1a4a86984923bd6149a9ba1678d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "95afae2bb6ff4bb2b0df239d11536246", "region_id": "RegionOne"}], "type": "rca", "id": "711296d639404959a8f42bffc27cb2f8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "053352eeccfb481c8afa0cb9648e66cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0fa03fbe85074e02a416f9a3a3781f18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "2b8df053c8b4452e8c20b6fd1cad8061", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "9660ed203f234920ab3d1b91d7f7d66d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "752f7782402d4833af70c549b08ad798", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a2524666e55e47ae8402f1fb4271531d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "72c982bee68347288ebdfd9de9d34bd2", "region_id": "RegionOne"}], "type": "network", "id": "cd86cd7ee6084ad2b5a30f6fbafb946b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "64622353fc7f4a6eb5952aa257e8f4e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ca8ddf67f93848a79a07f9455332c8e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ca59407d93224285be556bc825c33e6f", "region_id": "RegionOne"}], "type": "backup", "id": "ff176fcff6e04918b30b289ecfa87c3d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0ffdad9f14d9478688aa5ec9b32b03f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4ffe303909034aff94c7e39a7daf8b77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b285220d2d7447fdb32e970501ccb3a9", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "3a41f4d230924e2d8bf72161337a5d49", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9fe34829842448b88263da0f9229196e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "920245c7dfe94fd28ed4ab731542850d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "583680ccbf454bac82856b8f68a436c3", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "df37fedafef742ecace905d9fdd622e3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "42b3c271c746481aa1c31ecd70f3da9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "59868ffb528e4feb8127a793c82c5e9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a00baa3211f64092af4cc5840f9fd4b0", "region_id": "RegionOne"}], "type": "monitoring", "id": "149ef8fa88d74aacb6fb2748c0932de3", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "582a2d3ce78e4a96b033ee8247aa3a65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "916e1aec489b4954b9be8bd7479a2e46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "37c7614b67ef40689d02deefd182cb01", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b2c8c75abd6a4c73acbda975b82aed63", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "52804a55dbe748a9a1f9225059e98720", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "931bfe2da9984fc0866d2b673ea54cc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4aabb616e64d44bbac772fb17be795d7", "region_id": "RegionOne"}], "type": "placement", "id": "a41ae6c08a684fb0a826a72c45c31bd3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1fad6c4397d545f884de0245e7544ee6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "54e6f03ad1c94c70b1898ff7b9a830e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "64a25a587d714529aadb18e3a846b5ec", "region_id": "RegionOne"}], "type": "instance-ha", "id": "49d69ee822d44d7fa2069d3d30f0e73f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3125940f69aa490faa7d0566b3aff6a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "09e7b3d2cc2e436b8036ad930483cf26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8cdf361a424945acaa3270841f5939b8", "region_id": "RegionOne"}], "type": "ha", "id": "48839475a9c945e0a6a9995a1cfb0f9a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "50fbcc9a58ba4369a6e9442bae52ed0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bb97a782132140b1bb691c5e45333710", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bd10bd17cd314fa9ac868ae97887a5bc", "region_id": "RegionOne"}], "type": "reservation", "id": "3a503118cb274b7aaef1b4ab8c4bd458", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4d3e27d390b842c9ad53c88891fda0aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "289332e52ec949aa8ec36d9a1dd86d12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "40d9434869174193acb881ae05cdfa67", "region_id": "RegionOne"}], "type": "function-engine", "id": "cca6818294834bd8a04c255b86a23b41", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a0bd3643ed094ce997262eea9b8d12ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5f4e23eca9ec49d3976ae79afd4ae735", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "597984cebfc24c1fafad46f2a81fff34", "region_id": "RegionOne"}], "type": "accelerator", "id": "8e019e46f56a4726af0a2188c8177517", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fb0a7b54f58a425ea22ea11c850414d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "975ffce3b75f4bd29bbb6e36b1661e43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "14692ad0b9664e36ae2d9b03930b706c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8efa485b57084ff28f486e56b1305caf", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ae20ca118c0b46f3a656d951d8a0b9a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5afa903a1f9a403f86993566e7a74605", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "19686fa475e14da2bf04b1d8e6de347b", "region_id": "RegionOne"}], "type": "registration", "id": "7a017a4a39774a0295915b8832244a8f", "name": "adjutant"}], "user": {"domain": {"id": "0d51142293d74eaab9e2bfa5a669f832", "name": "fba13a065a1f44159c947be5d5597c08"}, "id": "b33e6cbdb99d4b09aa698fab2268b0da", "name": "7208a55c1b0047909abb5e50ca037a1b"}, "audit_ids": ["cc6da6d06fe24153ad3d362b1a0aa842", null], "issued_at": "2019-09-19T09:04:41.760928"}} 2019-09-19 09:06:41,950 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/projects?domain_id=25fbb7a2d17a44f68ae8bf3e12047fba" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,955 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,958 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "25fbb7a2d17a44f68ae8bf3e12047fba", "description": "projectDesc-2", "enabled": true, "id": "4036bf42a44340278a987024b68ee8c6", "name": "projectName-3"}]} {1} openstack.tests.unit.cloud.test_recordset.TestRecordset.test_get_recordset_not_found_returns_false [0.331653s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,817 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,822 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,824 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,827 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,838 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.754506+00:00", "project": {"domain": {"id": "0c17b17faa424cfc92cdced19b07adbc", "name": "86bc4fdd76c545d4b24e01ca30a3487a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "048dd9f7e098456fa475a13efa9c15af"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "be071614058e43c486749d95b46aa29a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8529338b48c547cb8961a9fc1ef6d0b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7745c32528cb4cb5a2316b904379f4b6", "region_id": "RegionOne"}], "type": "identity", "id": "29e0b42a53a24ea8bd23b99057655932", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bfbc09fe060048269c01c99237928586", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3c376da5fd7a4e229a323418e6f47aae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "0c69e26ea1884a61bb782ff1866687fe", "region_id": "RegionOne"}], "type": "compute", "id": "6e92ce4c6f64484ca8f22ba27131efa3", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "2c1eb5ecb7174a32b4fc94e46c3ab7c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "43eeaadc957d4dfbb41720dc469c44ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "63fe6059bd4e45ac9adc8bef7355931d", "region_id": "RegionOne"}], "type": "image", "id": "13a763232ce143e29b9b3ef4ed13b6cf", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "42b3de47347e42f584a868836843a175", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c385b81acf1448ebab18575017f77716", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c1d25ea52d5645e68f34b353ec259702", "region_id": "RegionOne"}], "type": "load-balancer", "id": "bcee798b36c14bd19b162d31338bcabe", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82d448c01f1644a2b9e7290b7b432840", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b477d3c64d9419391581bf5a39eb610", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a100fc07bf94c0a8d14b64fc7062569", "region_id": "RegionOne"}], "type": "object-store", "id": "5b7fb878694f4698be567de2625bdec4", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ad90b0171a2c440cac809076c0213aba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fe9bc4437c134d6ab8f9498fc61c53d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fcbd78da0716408bae123c0a607d6ab7", "region_id": "RegionOne"}], "type": "clustering", "id": "b5eca34e7d104ac3877f562e8eb985b9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4e9d2d91618640b98c75f3ad33387e95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c20844a92cf74c81bca55dc227c8e19d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cf43c80d2d9b421990a0aa6b80142036", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2c2179c74f6541ddaf54b46328fd1cc8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4b94512997b0482e94d44629353cfc3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7e29d5b368d546f6a65d1571fa3eb413", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f4ad6028a7354998844285081d95339f", "region_id": "RegionOne"}], "type": "cluster", "id": "b74116090d7f4686abb513a9fb4ea1b3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1a35478fd786443ba3ebd72611ce88cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7558fbd740784e588cc09bdf14734feb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6e5f9ece092f42799e256453e5b27204", "region_id": "RegionOne"}], "type": "data-processing", "id": "63f29a03c8cd49db8404f114d5778c24", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a57ca3a47c244cfd8e4e8e52a75d6f44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "88d230f4396a4196941d95a12b61ae99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f2317d20898244d7882c574c6545f1f3", "region_id": "RegionOne"}], "type": "baremetal", "id": "3f7e360d33bc42bb9bc0602d0afd63ee", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1e5085131bdf4c928b23a2e9a549979f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "20734a2b78464e04b4155677df47e285", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8d5fc1d796834e3e8614c56b064cad04", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8a668794ada94f7195553ab0976cb004", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "63d57390b50e4e5ca2ec7711a4c42305", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "50fa604058d041d59408aec2290edd4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "734a83f49d20402e8e3959746c51108b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5d9298a565e44ef8892dafd04bdfe688", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3506af5fed864916ba111a6c5669d65d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6ebb041cfab3426393d3f1eae027a2bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e1dbe2891f7442f9932aef0159c7bc6a", "region_id": "RegionOne"}], "type": "key-manager", "id": "3dd2b05b5efb456d8c4ed7654fabbdcc", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9906ef2130cf4636914b7ba9127fae93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "18fc52b0cbd947dd9a181fd2ce4ad304", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "61f1fed826a942c4a4b206721281cf53", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "515ca06824bb48889115cc45cd041c33", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f3d9a5d5f29d439aaa109b0a9ef0d759", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cb9759c986d540f98afdc89de36219ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cf170a58fb3c45db84061e4741448d2b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "735894beae21403fa761dbcd8fd0076a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c9e98270eb9048ad86fe22b824896fa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "cc6a7abfc904464a88e1ed23267e3d93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "158ff1cbc6c34cd0945af83c4f1ccc66", "region_id": "RegionOne"}], "type": "message", "id": "5137dd8f6aa948d791062e543c642caa", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7481afa53c42458f877ed0f8d7208f50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "716299427af34da79c3e29939ab310ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d2805319a0164191b421d45ec267500a", "region_id": "RegionOne"}], "type": "messaging", "id": "11a129a5c3f646108cb9e18113d17da3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "64a9000aa60946189d9090255a4ad95b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "469a605ee3b34dd2ad8832300c9f7d5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "abb0f911e6a24b5e8220ecec0fefd87d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e1c7bbf9999848d6ab57c242e45cbc0f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "623437638cc143b999cfe4f15867a484", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "599c6a64c7384fdc88ecce375c02ee22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c67b10846cd400d88eed38dc729d625", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f45f7e9d34c8438ab33c6fe286bbd434", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bd5d1f985fa34473a98c15770d7992c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "abfda6debcf14c649a27ff24ec1c100d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a97ccc8435f14ca8bf3373649c969e06", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "05a63543c4ab4aa5a2ce364d22882980", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd8ff4fc7b434d74b1eb7238e4875f10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "40c17191b78740d790e04c310c18eaf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b8cd9fb6e0dd4881aaa59efa56e5d41b", "region_id": "RegionOne"}], "type": "container-infra", "id": "a77649a9ba934040b2ed0994458e5d59", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0fd14f5025134cc5aaa9354a69fb993f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5c7ded25c0fd43fa988fd0bebe91ea76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4fb9b61d763443e18ddd1f2e196d068c", "region_id": "RegionOne"}], "type": "search", "id": "e31fe20828f94bbb90f584a82716b5b2", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e74de0881651472096622871a3fb6b69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b6cb8f54d024401d8754cb397414c824", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "8359e497f5e54afab0ae4d8a8dfec499", "region_id": "RegionOne"}], "type": "dns", "id": "52346ad6479444ea95a06ee1bdcb7faf", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "814750bc26794c7eaa80664ed7f04be3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "62cf4e80966040648d17b28cccfb57cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3234d417afc84fbc80f35f26035a16ea", "region_id": "RegionOne"}], "type": "workflow", "id": "6e3214d897e940dba601456a9cda9415", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7c2a9378d4f94cc887f00a30d3a498ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5c157afcdaff4b2097d697fa79a9768a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "15d451f193bf474e87a8e3345f1653ba", "region_id": "RegionOne"}], "type": "workflowv2", "id": "81a6dc10be0a4e5b9a453f8af03adc01", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "e216da4270a04a8c86d7b7806217631e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "22cf1e65914448308be5fd846fa1a4dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "063f76e305664c4fb32f2cbc937d0847", "region_id": "RegionOne"}], "type": "rating", "id": "c226d9053afe4a43a4b473995b17024d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9901d446a1184b62ba614ab8bfbd24ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f5db69fa3d574b01bb7e6858cecccba9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "dca907a93a8c44499bf2761659559413", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c3cb17598ac74fa1890b78062bee4ac7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ec936cec6fa149a9abb1ff61545e83ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "041b90ed395a4fcb9d0a8240620fae12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "375d206e80184cd3b54b02212e421cbc", "region_id": "RegionOne"}], "type": "policy", "id": "60ed1a2282b14d30a23efc28a3e5512d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c9ad21ee182740a78687adfa5216204a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eab66a97b5724b9d86e48ba718a790e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cc61f648174a496886615d1d3521e66f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "cc36cfe30bbe45f0bb48aced36c8e6c6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e9cc4f313a3940d58737555a3b7fb91a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "73d48baed56f4fed8fdee405a1927bec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ec96000ce406420d915975ace16a9fad", "region_id": "RegionOne"}], "type": "sharev2", "id": "332efe3a19eb4388b7fb4a6c2b9c5ca8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d333d57cd33942c997b22cc0af5731c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0f6468a823c94e039b63ee7efb5224b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "345bdc50587541e9bbd8d1d35cfb8685", "region_id": "RegionOne"}], "type": "share", "id": "608f17b8a4ed47e895e161a9c2cbd40e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2af939b21ec542d094c795f740dd341c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7d78b0abc9a0468d87a9a42bd813cee2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "904fd670439a4f9399c31beca96b491d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8acf10ea214f4a2db54de2e9f2125e3e", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50ca4cae3b794124b0e3fe0c71150398", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "337d2270ce974cd6aa73fb43b2c5aba5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ddfcd1f31eb0487dbdfd93700dfc10a7", "region_id": "RegionOne"}], "type": "orchestration", "id": "623436a8b651445aafb7d7edb4d0ed37", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5885f44370e544b4aed35600dc1f7f6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24ba162bad5c4fc9863aa4b7ad42c1e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee6644aa5b2149fcb3eda1aba6e1792a", "region_id": "RegionOne"}], "type": "block-storage", "id": "bddd74c7811b42918973792db3402c69", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3adb198ab2c439ab7019c9bea964e49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5af7886bc1384d9e98c0c93a879d9888", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0031fff2092a4d2d91a334c750217322", "region_id": "RegionOne"}], "type": "volumev3", "id": "1cce9e62c4bd429fb2bacaa4741aba73", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eeddbaf823104b308df592b5b1fed292", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb9c5739319840c09845bdd336b95132", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34f1ea961b504b26ac3cdf13d14efffc", "region_id": "RegionOne"}], "type": "volumev2", "id": "17c019b1e15c43c18e8bb32d07001017", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e645731c7d6d4a7e84104debdffdfb35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7476204f0ea94aa1823ba568a9d5bf51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c9616ee536b4c52af8e4255e484d813", "region_id": "RegionOne"}], "type": "volume", "id": "016a9fa5556b40928d64a6029bbb9132", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "931cc0c5a90249889a7271176b7d05d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fd57f5056c342cc8524c3c94cd52520", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88c648c707d949428406d0a26e3321b5", "region_id": "RegionOne"}], "type": "block-store", "id": "ff7fd1c2501e46c69ebe5464ea679939", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "557d2ba7f494458c9aada05e4ce29718", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "248e2ea2f00b48218b2953d82d524433", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b03cc2c301c6425e99d81fc49ae644f2", "region_id": "RegionOne"}], "type": "alarm", "id": "3e99df53df6f4158ace8e6bf54c1427c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "250dcd2e7f0c421c932dc9ec59db039d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "681660ea9fac4445acb1c5d00682208c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f4d6a2d9674a4574a2bda75dec416270", "region_id": "RegionOne"}], "type": "alarming", "id": "6187ed6bcb8248619aaf6614ccd05a9b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ed1737cf249b45bbb36e6b48d10044bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ab20dc54b8534d2dba32c58b3cb6c659", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a6498fc413cf486fb5ce78a81b615858", "region_id": "RegionOne"}], "type": "meter", "id": "7842e536d6404fa98dfd3adfc42558b1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "45e8b4354dc2474fa68c20b2426c5aee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "085dfa54a41949e98366fca6b1d6ab41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cc5a5a5e62f044c0b5465d9a88feb93e", "region_id": "RegionOne"}], "type": "metering", "id": "c8620fb485374a33a3b0f66fd9c8d791", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3c642d9eeffb47c0b2ec6860a42e58aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "15dd901ffc164fbab10af46bebd6fb64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "74e651d795ed4033bd84e6be2b8c2e5e", "region_id": "RegionOne"}], "type": "telemetry", "id": "3ac0bda0fa074bdc90f1f0ea5e7165cd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "16321d8ffd92415eac1d05d0ec099143", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "431e7761be57416e8896c5246adf7e9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "41813d7fe9c148cba694651bd5c2e667", "region_id": "RegionOne"}], "type": "event", "id": "6ae8842ea89a445abb502c4fd148316f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8dc6bc343a1d447792a52183aa9b62fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "00bd3dfed812412e8f59de46f959befc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "959b339c2faa402cbd6853c62da3ae59", "region_id": "RegionOne"}], "type": "events", "id": "7a8358fab2ff430caa27dcf85d898b90", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "90f56b79fe154425aaf2254a7a2689d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9ab2739eaac44a54b0033644c1a60f45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c57b1d1e42794e33a78776431d7ba2d5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f50fa646bc694c568e316ec8ad83ff3d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d067f8c4c4104035bb906d7140a2d289", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bc4a5aaac3014d1e8197fbd746b1cb0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5dd874bbec014518847af1cc150253fd", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b6a3e155fc314ecbb709353f7e50faa4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cabe582f61e0480eb9347ad5cdecddc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c142edb0851d42c29826c2174a651c44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e8f6e9d2d58144ad95a7a8730c7519d9", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "0f15993ab5c54e359a6aa33fd0eefd08", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "730c7ea8fa17459f8f13ef16d95bb781", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0a5b91631441446dae7577a8f096c4c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7eb9bfd9ede3486a84cfd2dbc8c63d29", "region_id": "RegionOne"}], "type": "tricircle", "id": "777e53a0fbad41408fed9e16cd6b7cd1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1757e78842124359a4752502ce51ad28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "242af2cd61c448a68ce44daa790ec9e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ff81904d091f45c59650ac5103da1472", "region_id": "RegionOne"}], "type": "database", "id": "ad2faa4e235c45979dbf9bc9ede49c15", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d37b8466e8d54123bd1a493ebad82b40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "355d922903a347f38574bb5f2befd62c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "de0e92c0ee034646a9139e9c73c41ee2", "region_id": "RegionOne"}], "type": "application-container", "id": "64ab1e107e5a4a4cb9e7ff93e1fbb858", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7e8de788a7ca4b13acf74524efbb4ec0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "30486d7f06dd4f16ab5b5e61bd64dde3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cfcb76e94b214709b7494372ed61e89a", "region_id": "RegionOne"}], "type": "container", "id": "8c6a50e388674fc69498d05cb832220c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cc69e99294f842308a74adc47cc3acaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "89cc19c752f64df798a5cb50ce4e92d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "dbb5b31af6014569b33e9372daf1facd", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7b22a8934b66437c86b57610496c7348", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "32012d0d3f7a4671b2604ce5419a97fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d4acdaa19b514d60afe3aded79c29f17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f437c995e9cb4e3f81866483533a2335", "region_id": "RegionOne"}], "type": "rca", "id": "56216b90e763432e928421d89ae6bf94", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "dc9aa92102984b4e84a2b6a9935d9184", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a02f36450a124793bc37cb5cbc424958", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e19fe11c77ef4c5a84eb6b5461d6cb01", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e094eb4a64f84033bf7fe9ce4997b424", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a4ab278ed9b841f6a1d2f5dab3d43c02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "eed6d26809a145e88c3429691b4fbc47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e998febd659a45f9bb5dd3fb1e8e52a2", "region_id": "RegionOne"}], "type": "network", "id": "41f3e8b09b9a44c49b6c9fb3d60db654", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "081f64f76a9a40d2abe3289ed5411993", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "cbab14cd0bab4e2aadd9208e688c259b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "49a9e032b2fb41c1b2bf6447df4bf997", "region_id": "RegionOne"}], "type": "backup", "id": "26d5060a146145e8bd4bb84d7fdac004", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b5c6a40c2b5b4e26b9db515d8bceb708", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a620aaf1bf074411b84b4e8f896f0d84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bb34395cda1a494ca00749ff9271c35b", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ce269feb97b24171934305794337d130", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b30f8edd7d174c88bd38b52e0d648279", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fd91c93e963841588fb362e5d5c376d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c78838e46e6f4d2d961e52e8565d9e2d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "21ff6de76c6b407fbcf762da3b0494f9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c13d43fe85e841f1b390bbc29a286c16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "dc3cb4c2b21443fcab8f1f2c0fd8713c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "37b9a0383c274ec8b3495e3f14481300", "region_id": "RegionOne"}], "type": "monitoring", "id": "fc5ca2762f5945568a80c1e28aa36fa0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "758582b5f6964241a5041269fe4e4c28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1b4c248bc82c43b59a63e0299e3c9461", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f944584149c243e5be87737716436123", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3a3aeee27f1148e997cf18b1906447ff", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "742ab973600e414bb722971d2a03d485", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "92b4620d48254c3cb498a1ceb1091c89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a20c048eea5f4ab18c5cac5e0312f9e4", "region_id": "RegionOne"}], "type": "placement", "id": "10c02d672bf343878d509f1a5fb3b023", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "95216030a1c146b89d603f368cf5a0c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2334140e0da74aeb81eb070de39450e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "19d1c90307a04c318e23fb7c600e8876", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d077c2f2cc4d40dc92de97d4cea154e5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f0149a0bbd614ecc88302ed8db643449", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a6ecd5a3b4d246958a0ac311a2f71329", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "21e316415fa5439698724806b9f94922", "region_id": "RegionOne"}], "type": "ha", "id": "3581803719164045abc4bbe2466560bc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "22a7b9a51978400f947f293add05ef58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "734fc83837344fcab895d4e7f2bc2a7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "efea20dbdd3346c5aaf120b28ac4b549", "region_id": "RegionOne"}], "type": "reservation", "id": "68fe374fd0f54897a27a749aa4d14ca4", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "088c6af25668419fad0c76304f84d3e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f8bf466bef914da4b9c2d9f68dd79f33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "bb04a316db9a4aa18de4d6cad3a3741d", "region_id": "RegionOne"}], "type": "function-engine", "id": "8b8412a2c8744e90aa0b824479feacdb", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bf5d562ee1a14beaa6a345d42f97394d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0240dfdb97f147838b1aaf6f20a5c75d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "646da16b014e4e91aadb8bd49f3c03c4", "region_id": "RegionOne"}], "type": "accelerator", "id": "1a36311ce52a429894ce0e0c51721c56", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "00c8c9f3eee54b8bac62eda86f7e6b71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d7064c64cbb442c3b52a8ff6f28d3616", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c13b26b11331473e8a6fcf70c6429ec9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "548d0066aee94b23abfe393602ce78e5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a96a62813d7146f3aa5149bdb1044aa7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "927e94cfc1384ec3be58a4c73e0bfac7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a157833e55e0418f99f5a86b6e33defc", "region_id": "RegionOne"}], "type": "registration", "id": "ba86f898833247569412cc89b5cb6632", "name": "adjutant"}], "user": {"domain": {"id": "2ff09ec28af445a0a43bf1732564660e", "name": "00b773e33af74f6bbc940e799460d818"}, "id": "b60b31371c914c6599c5ca04620a0f33", "name": "f552e0c164f242bba988d1b588bcb3f7"}, "audit_ids": ["f7088b249520469aa60ff4f4158a1b8b", null], "issued_at": "2019-09-19T09:04:41.754506"}} 2019-09-19 09:06:41,924 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,929 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,931 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2019-09-19 09:06:41,977 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,982 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,984 keystoneauth.session RESP BODY: {"description": "Example zone", "email": "test@example.net", "ttl": 3600, "type": "PRIMARY", "id": "1", "name": "example.net."} 2019-09-19 09:06:42,010 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/1/recordsets/fake -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,016 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:42,054 keystoneauth.session REQ: curl -g -i -X GET "https://dns.example.com/v2/zones/1/recordsets?name=fake" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,070 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,073 keystoneauth.session RESP BODY: {"recordsets": []} {16} openstack.tests.unit.cloud.test_object.TestObject.test_delete_object [0.135572s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,058 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,062 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,065 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,068 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,080 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.994916+00:00", "project": {"domain": {"id": "21d7e95223b04ceb8897526b7b9d4e22", "name": "885fe895134a47eeb736845d1455cdbc"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "08931400b94041d6a4054a1bb614beba"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a257fb5b81c14726a0b857a1e362fd12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c941037c1f0643f387842b322e8f0f36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4021646962a047e785c2f9491b3bf4bb", "region_id": "RegionOne"}], "type": "identity", "id": "7dc2278984d2416698c461baed50eb5a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "73db31c2a5014f04917a747739722210", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ba7e821e0649443bb5ca488331760aec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "45774de06ef94c9a897bc9d8419e3491", "region_id": "RegionOne"}], "type": "compute", "id": "3573200463ab4182b9c453ed70229cb5", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f044f9a9147448f7bf57a9cb2f3625f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e003dfaf2bc24970bf79752f03a052b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "34e9c36848564fe89f40b63ddcd79bc1", "region_id": "RegionOne"}], "type": "image", "id": "5aa67bec72794cc59f7594cf362b869a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9366be0c370b46ec82b677d3b0a8bb81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "355bcab3a1d54ff29e52203ccbeeffc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "399c85a24ca6434eb61f33cd0ce74e3e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "2fc91a0802554834a5c571d801974ed9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5978bda3ab04fca869f688b2b4c9ab2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b7ae7db686f43d4a8b3787e39030155", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e921da356464d23a9ff299fe60d7a1f", "region_id": "RegionOne"}], "type": "object-store", "id": "3a394f3fa1af438f9f993f78fa9a14b8", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5f4de2d1e55c4002bd09ed94c90c8272", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "72d344d365c64483a50c1572b1e468c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "198c295ba9bc47a1a4119f0c046e35a7", "region_id": "RegionOne"}], "type": "clustering", "id": "be1909c81c104a5fb10f3a48e5188ab6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "588a21153f3049b9a5f400ea65aa7c46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3008778fa8864e869a66cc4b5b2cf9d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5e42ba93548d423f835872d9056cb8e3", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "090d7c08f9064263902a4a30579527e6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cb3d1a2fe1e04b5cbf0802ad7ebdbdbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0af762ed87e749ba9efb7eba68fd5b9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d5c116648d57440cadaf751420ebb9ba", "region_id": "RegionOne"}], "type": "cluster", "id": "0a735936ab3f427bb5d0a898488509f9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ca148d778fa14c3491f935589103b447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5c10039ddbf649e5acafee0850aff0c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0fa5c55a32834f86bdb21f1eda357bcd", "region_id": "RegionOne"}], "type": "data-processing", "id": "8fed2d51093d4d7697d164e54fd29f1a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e0f70d5ab0db4ef195c87846b8c083c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "793b9cdf6d594fb1921e62dd4df80ec8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c696019c9845418a8018f8d869afa8e0", "region_id": "RegionOne"}], "type": "baremetal", "id": "d8813986a3f54a6588df057d82a75092", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fc3adb88f2e94a4fb4a4c783b6cca90c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "04ddaeda76b14e8683dc6516c72c02a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8a40054d92234511b4abd852fd364390", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7996b74b321d4eab8c4efb93f47dc951", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0f436dd7ba9e437999cf86f6a8243fc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "60e9447de81541f086779d2579c8f947", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "096d3046acec430dacdcd3160ed01725", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0ca9a20bd87341d88b216e3f9de48bee", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "48faa9586412402d8440fa2b5809d3fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7463244fde66446b81954d5f89b07388", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "20289e151e1a44c7881f5a54ad583eba", "region_id": "RegionOne"}], "type": "key-manager", "id": "c9d7412d12e147d9a2b46093f42af2a9", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6d21808bcfe94290b49071d5a0216d2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e1517ce209024fc2aa6cd2b4be4326ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2c2bc7a725ea44ea8498b1d2eb4919fe", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2c53d25102b9436c946f6e4d441d193c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9d4a29504eb44da98f89ecea6ac97e4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ee794ab9e7c743a0ad2bb9c1a3498ca5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "80bf5b9d39d6480f98319c4fdfbb12ab", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1a09aa19d0954454945d64bcd315cb80", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a295d9b806a44261b38a28b0f2caa7cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "593c3ead01c14a7ab8c5f794551b9132", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6a55fd4e268548629a212887c5de726b", "region_id": "RegionOne"}], "type": "message", "id": "dd860b3b9bab44849b7e08f4ae8a3207", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "99d88d51206644079e7173dd7b3757d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6f4c63d1482d459294c6ce1aef4513e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "caf099c78ca34ca58b8bc40cc6a6f303", "region_id": "RegionOne"}], "type": "messaging", "id": "1044ea5db9e541449b2060a822ccc187", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d7679570efd2474f9d6d4da54551a74e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "79f0b94f0f7240c99f93718e20769dd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "434f358ef0184d7c90bf3b91c0d69143", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d506bb278f28429ba41d10f001144699", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "50f2a463f8b5409da3b235e8d0cd933b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "037695135f684761b9d97791a8303515", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2e42ed79e679437685121f424ae426fe", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "558dc231dc734522a75932dc011090fa", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f1918e58018d450fa3e636bd40893dee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "02c08cecaee8455a878983b530b0bdbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a63a800cb4bd4c5b97e5da1e995e7470", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7fe8a3af11584b48886072fc5abbef33", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c6be8c9acab84624b3bc37706637736a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "80311012fec8445caeab41ad3011ae9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a38cd0ce2ff3485f9777e555063cb0ed", "region_id": "RegionOne"}], "type": "container-infra", "id": "01d9fa2503cc48aba92d227a4ca62325", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "91c501f0c2e54fdcb700396a6a4b22f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b6d3e3d3e7e4485e8c1b5862e0632366", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "301d502372a64ef9897053ed5d1b8460", "region_id": "RegionOne"}], "type": "search", "id": "2dd68baf853c4290ab7650c9c9e41096", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "693303b59e8749b6a1d423b1a48a278d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ab81ef81dd884ca6b8ca5623a0f830d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "630f1c4ff84e4aea8a078f7cf423287d", "region_id": "RegionOne"}], "type": "dns", "id": "d856931219814161841054e1106cc1cc", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2443456395b9469f872f1b6d401725e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "38af217d700c41279c9e82cf783c5e16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e4cced0989c843b1a0e649e564a8d21b", "region_id": "RegionOne"}], "type": "workflow", "id": "51da8ea830aa41c4b63c39d9d9c9832d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c11d2f26cbec44f4ada8162781d98aff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "424e45be0f58405d9c9abb225f53927b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2bde6a45e0834df88ac47717392ec730", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2d4e62c078de4aa18ffc62e22a41a4a4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "25fa6f4dece246c0bbca896317a75861", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "1dd190f25187452cb444c611d4574888", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "35069daefaa847989891ae4754c80b36", "region_id": "RegionOne"}], "type": "rating", "id": "b220aa4bdd9f4770bc51716c612af863", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "adc907167c744b4d9bb04afaa8bd8236", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8553733c4ead4502aa43425d3c663497", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1153c792ee694b8bbb5660d1a18f67c5", "region_id": "RegionOne"}], "type": "operator-policy", "id": "159d1fa94f61482fb66a61693bdf0998", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e0b78c2eb0034b499718bed63fdb7c0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8348ead34871449a873aae5467d89a98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cb661daac7d048c5b2a70820274c92c3", "region_id": "RegionOne"}], "type": "policy", "id": "8ed4485aef29417d8eb16df592327ea5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d3452ba8cd0743eba33577be812543c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e37b695c7c7648dba5702cf19100fd48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dbd68deba10e4752b681173d75de0e8b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5fc6132095934459ab876205a12085ba", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a70439fdf0bd499791c628b3238cde61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3d29f5ed0aaa4c5c901a9be4e9850b3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9aeb1e85fd41425e9ce96ad62e13559f", "region_id": "RegionOne"}], "type": "sharev2", "id": "ad5575e55ee644b1a997f592845f0571", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e9d8effacd6844c5b81a664bde0851a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5074fb06bbdc44a7b1151359034ff04e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8e751d3167d84caa8bc6d64d0e3d5316", "region_id": "RegionOne"}], "type": "share", "id": "622c651ba4964543920aa1bbb41e47ff", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3ed464bac59c433d929ea2d4973552ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4bd2bf612dd044a59edd201031e15f1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "16473bc01aa44ddab9c64500efe256c5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b5eda7cdfdd84d82a6024233db335372", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fba698c6be747be99798f9d9bb8d900", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f9311e4007343df833a9dd041a440db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e28ae831e644a5f8a7e33f3d196bc81", "region_id": "RegionOne"}], "type": "orchestration", "id": "a04e555db04244c2a8d01eb4553e6d3b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2d61658ccb04ee8902e45d0ae1b3dfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "381f36a290c44e46b7b1d4d2aa814e37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f601c17828024978b8c6b9cb2c815fce", "region_id": "RegionOne"}], "type": "block-storage", "id": "c774c6f8c0db4c13860d6d6965041e37", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2237da4f46d546b5823c20f99a3552fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14f7afee998e4478928a80bb1d4a4eb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a315016355a46beb67db61edf2edc3d", "region_id": "RegionOne"}], "type": "volumev3", "id": "328f66d7fbb74b8f9aad294d528f3c28", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0141e741d8fb4c24b4821c721706bbb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39ea96f1a72144ce8a88a60e6d008284", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c77478a6ffa47b285270dec738b4ef1", "region_id": "RegionOne"}], "type": "volumev2", "id": "bc8d0c74917845ffb7bf994fd444acea", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90b22de08c254354a1d1fdecd5bdb64e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67182cd9de88466ab29c0048a44e0f14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae62e5421b39496bb14cb1e0341077e0", "region_id": "RegionOne"}], "type": "volume", "id": "07dec99bb1df4fa194e95ca295c7f4e0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d3a338548fc4ea094351a4439e6e178", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "efd6d4cf506c469ca452625332d2033e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e531e077105f472785213a9ff11cfa5e", "region_id": "RegionOne"}], "type": "block-store", "id": "3d4301d1786b4cd3a0eac7183e771d50", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4e5b14799bd64ec9b38b3389d9d8d50f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "180edf672cbe49a1928b0b2850d58bca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f444922b9fb04b7789d1de99634fcf7e", "region_id": "RegionOne"}], "type": "alarm", "id": "986671d13bbd40b296422b8b1e0cd816", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fc47cd7e538648beba378aabcb31ad4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "aea43dedea364a199060e7d87dac77b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7d44649cfcf147a0b211db8e599a8adb", "region_id": "RegionOne"}], "type": "alarming", "id": "b92210f6d92247d4836d6e5b3895a1cc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1d68009f64f745dd8ae73292e744201c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2ec80be6811a44a08fbf62032280b30d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3db860a48ae34bdc9043556bc9000ca4", "region_id": "RegionOne"}], "type": "meter", "id": "83fa4ddda51045aa874a6f9a9ac162da", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f60ffc7c392c4f2ca7b78bb9adc98b61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1c97b5ad8e2d4b9ca1ec4422c034c21b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fb62ca3989584804bd2210a7298ee383", "region_id": "RegionOne"}], "type": "metering", "id": "3fbcf8f13d714cd9927a135500f2e59d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7083ce167f954e2382180061688b6dab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2222880ef63549d7ae20394df2f56b8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "94ae8ed6e0aa4515993b2f8ccca46f06", "region_id": "RegionOne"}], "type": "telemetry", "id": "b7fa08a3109249c0926546341a917582", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f245860286074d879e23b6a54845fe6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "807e3a5a77234f02b24aa73a8afff853", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fb1c65812b1241eaace3c28f5792241e", "region_id": "RegionOne"}], "type": "event", "id": "52ce38110e1045ba8bd6af98422b9814", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6af259e8d73f478e8816a30be2d4c892", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "aaf455b50ac843adab87373956145292", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "173a4df06b1f493ba85e299ed2ae8a93", "region_id": "RegionOne"}], "type": "events", "id": "0bf19db568374d0789704d81c22b586a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "772bc64de4964abda22d59cc30ff1045", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b0dd6018101d4db9861dd8fba4d5fb3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "cc3b339d0ced4a709b083386a3e273d7", "region_id": "RegionOne"}], "type": "application-deployment", "id": "9bd16be97a134f6294c5d3204301eb55", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b844f10294b547478d07db326c7b6127", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "289fae96a5da41b38a4dc3ca6fa06f5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "21683bfc321e473da53838f8408b1763", "region_id": "RegionOne"}], "type": "application_deployment", "id": "4594a5deb6d548f696af3386a5c6934b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "46571f9a63714e7b8f9e8c852e3aaf57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9c81efc45efe4aa3acf369fbf10c5185", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0fc7887fc4714c8582e295491d61ba22", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f3007ab1d9724649bde31b212e8e62f7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ab930a1854094e94b26643a3af6f88fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c5ec62c6d4bb4b628b971b04f50ba1f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2ffd4970b9a748ffb612cfea8fddda4b", "region_id": "RegionOne"}], "type": "tricircle", "id": "cee4c5f08483416db920000643cae669", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "50c75efe45e2411d84bdce4abb7187f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d511cbb463aa4167bc85fde8042ed922", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "fdbe45baa11b4cb7bdefd4f2ec261b8d", "region_id": "RegionOne"}], "type": "database", "id": "f6f3fb36f3a54601b18497f138d6aee9", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2f51610b30e14cfa8359b52dcf2dcf3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7bc5a8629d7240a4ab75678ffb82213f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f9beed4f2cf84ce8a53a7965ebf6fa73", "region_id": "RegionOne"}], "type": "application-container", "id": "f521cec8346f45e694220ea36690cebd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a4e0321db8c34fab9a62488b58e78e48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cfea897aaf2f4f28a43edda867991bc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fadeff7e430f4bc0bd631e721b286721", "region_id": "RegionOne"}], "type": "container", "id": "8266b0da6b7a4869808e7d75f823d32f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "74c00afc1c3b46ad8999bc32629720d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "aefc6b26d627496296a1b71550db8e39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c3ebe1cdf4914366a491e839defd6ba2", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "294c41326d5342b8bb5e352c9527c963", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "013f6aa3348943f1ae129d3236c009c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "acb57021ba494c80a4a780ad8f808f09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a03997c0e0cd4944bd52e6d1ada60f7d", "region_id": "RegionOne"}], "type": "rca", "id": "6ab4a1c3f1224c69b79e22222fec931a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1d58fdbc79394c9a90c204b96c20e084", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b30db05a409a4a549646c94d84b7f8f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7789d966a0f3449c8c41b26cdadb998a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "dbeede9ece974477b36784623eca3fa4", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "aee082f00e874ddab3ed7c66837806d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3e37bcf9c6b649dbb63a43024d061c22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f8d6da3fe75a4eec809cb68ec6822485", "region_id": "RegionOne"}], "type": "network", "id": "c5a4d556a7124c919c56f6431d4efc78", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5a95478c9e984fe3b23e5eda3c20ba70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "aa5162a8cfc04467b9844b20c2081cf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f7e7e9469a3e4df9af4040e1b16ebf2a", "region_id": "RegionOne"}], "type": "backup", "id": "5cd74a30484946cc827417ab67531700", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5c1a27d4329244dd95831047160693af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b24ce75a5279436895e820f3d1894580", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d403ca6825b64d79a57c10c35117fffe", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1a245c28383042d392429bbbc52ae71f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4b2bfc262cd2490398c0f748eab3d2a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "274c660f13424c629b51bbe3691d135d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0f7cd0cd2a5347c591c5590b74cb2bbf", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1eef4215daee4e28a243653c5a919bda", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ff05104f2d7140bbaf32aa60a23e94d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "53ebdb3f6bad4305a2d4116b1c9dc1c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c56e8560eaee41279f1e0962fe7f588c", "region_id": "RegionOne"}], "type": "monitoring", "id": "ee7e0ba7af85403da4338370328c651c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e6e5f8c2652b493f95c62f9856e567ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6cd558f30bb442f6b34513302a09793c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "62ad75e8065b47e3b8068d9d99ddf9fb", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "687b845af2254582a0b5203dd5744b4b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e3ef16b087b144fc945ab23484bd80e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7bb08e453eb04b89a8127f77fa20cc8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "3a284f483c644b8e828b94309e34658a", "region_id": "RegionOne"}], "type": "placement", "id": "687843dca373452c9f07a0ead0535b13", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d5a1795edcbd41909ea80b8690191796", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "eb6a0e659fd24bd093c5250aeb243026", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "48899e93e0394a36bb12ee1f0a66456a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7f0e60261e7049b68f50798c64f480fc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f6d218391e1e4f05a6c8900c017bf2b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ba923492a220452ea9d0d3b947b218af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d2496cdc5df94f9d84bef6dc193c10e8", "region_id": "RegionOne"}], "type": "ha", "id": "0b794883d01d404a917b8c6f3483bc4d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fb6eec9344ab4246808586e5dd15ab16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "66a950936981443797b1508ad3223e05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5a008c926de54f819467c94ac6069f1e", "region_id": "RegionOne"}], "type": "reservation", "id": "0300fbd368b84e798ae73587333498ca", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0652132d3ec44083a90f26aaf9904ccb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4a0f699656dd4fbe8b8d52403c3a89d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "92d97e9a6a61417abd80bf637b43ddd7", "region_id": "RegionOne"}], "type": "function-engine", "id": "a9e1dc1e4a494a6a9b5a79b3bbfa28a8", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6bc15c49d8644f9aa604f98aaebbfd5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4a2d5217fb5e4e3a83397d452d954cc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5a89258ef6e84f6abdbd0b13e0b41bba", "region_id": "RegionOne"}], "type": "accelerator", "id": "64021dbbbe1d4103a31f53eee3c9b113", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "26b6c7d594eb42aa99525f687a3a6a2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "453509cacb0948f4a4d4ba1c979e9bcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "873047f42ea94cca93b8bb217dc2ec1a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "85cc5331e64b44ba88816f9490b6e920", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a0ff70158bfa4bcf9ad882b688084329", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5a7cf22143f44ae794c014a563aa7a3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "23d54d52dda144d4a19ddf4b98304ac9", "region_id": "RegionOne"}], "type": "registration", "id": "47e26fd4bb614364a626bfa19738709b", "name": "adjutant"}], "user": {"domain": {"id": "573130573ca94987ba05bbf79be94f41", "name": "010400cc594043159edbfe2aebbfdf1b"}, "id": "d3c860c96ea9466d9b0490990c3dbb60", "name": "6ff18efd7b3046b6be4f0916eee4b4e8"}, "audit_ids": ["5a6a37e7af534f448a9feb8f60ab6799", null], "issued_at": "2019-09-19T09:04:41.994916"}} 2019-09-19 09:06:42,110 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_delete_object-2/openstack.tests.unit.cloud.test_object.TestObject.test_delete_object-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,113 keystoneauth.session RESP: [200] X-Object-Meta: foo content-type: application/json 2019-09-19 09:06:42,122 keystoneauth.session REQ: curl -g -i -X DELETE https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_delete_object-2/openstack.tests.unit.cloud.test_object.TestObject.test_delete_object-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,125 keystoneauth.session RESP: [204] content-type: application/json {22} openstack.tests.unit.cloud.test_network.TestNetwork.test_create_network_provider [0.180090s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,963 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,967 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,969 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,972 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,984 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.904206+00:00", "project": {"domain": {"id": "2447b9f3a7954c04a02eb2c58825261f", "name": "4a1bd4a90252433c9e0554ff77cee434"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "35ed97adc1274d5c89d97d3a3d03f2e1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a6d0667fb37942a3be8188e0eb6d4a1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c1ee6704d63f41c8a228e140838605b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5b7f5862a85b419291078ba8b3418166", "region_id": "RegionOne"}], "type": "identity", "id": "3b6f296de2c448a1805d70b96a7fcee2", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ca4e11deed6a43dfa259100dafa96f84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c2bba3c6f7a742fe872d7706f3727ce9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "1723f340a2b34659bbe9c7824441c9da", "region_id": "RegionOne"}], "type": "compute", "id": "273cc18d3bbd43e2ba0d49ad29533fc5", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "cdbd309db6f1469f95d6d46cada63b8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d7416d4847e94db8b19185d0aee8ebab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e42a5ad4b8ee492687a022c4e2a05ae3", "region_id": "RegionOne"}], "type": "image", "id": "0b734683575c46d8b6c1873d35ed392b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "387d87e2768c41488b2c5b0b5dfa80d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6048dbdf157c4e7c9ac17f79bb31e264", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c26cbffe7639478c99ef417818806b8e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "22069c9b6a64455e88a11525811d6b5d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d91e9f137e2b4c9c9473253af0b430a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d116a9c30cc43a4b0f9bdeb0b4e8c7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39b400745a7c47f4a6db0ac0b72b3980", "region_id": "RegionOne"}], "type": "object-store", "id": "31afd42b57cb4d85bc4b575e000e5cc2", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9e39cc244f6e4ad3bf5396539aa28d79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b7f520321f5549b6bdc6201b740d63eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2b6e76e084db49b984fbcf534073dafc", "region_id": "RegionOne"}], "type": "clustering", "id": "2ba64ea073cd429a8955a1246717d776", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "60e266ac41de48d5b4e420469bd62ae0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ce467c938d17418396687f38fd9d8f2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "48efe32d3c5b4365b0b2ca91c7519333", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "82df96354dae48de806a11f2802e1629", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4e0e4cf13ba24203bdc9d713b993a967", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c58eca2313c8460aa8eafdd0ee350ccf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "76087b4c8e1f41e08a5e75ad177c28bc", "region_id": "RegionOne"}], "type": "cluster", "id": "f43b28d716864fa0931b1ccbd2a39d1b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fa2dfef0a40b4fb7b352cc907505342f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "56c81789d36940d5a5533b9e9776fb21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8436c3f4322a49d0af8c57f2467fb4d1", "region_id": "RegionOne"}], "type": "data-processing", "id": "0e37acbc1ee544b4960a668901b3ee63", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d446c842ee9d4d31b0c914e98f714ff8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d802fac6e4b44affa50d452302d67252", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1b4e090768524617a37a7a9dd3388b45", "region_id": "RegionOne"}], "type": "baremetal", "id": "f29636e403094f0e93aa5bc0ca46773d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ecdf473841c44797be25772f2f232b4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a6af43b403d2489cbad8a067b18423e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7f5dfbe584ad43c39da86ed7c708908e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ebafc9b5c7be42189a19fe5b394c9ddb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5c7c0bac872f4ceebd1663e2a4437e01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e2564d12139a48e1993e0fa19bd996d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4008990fbf084b43bfbbb1c4eb980fe8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "dc2c166f4c1d440ea0ee584ffa57b5cf", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d37a199ca0c1439ab592593a4242f9a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4724f1f7fe214731806a0b2efbb77d49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "104c42571774414c9fc0770e6067ce38", "region_id": "RegionOne"}], "type": "key-manager", "id": "33dc192d6af8479f832dec601d2f818c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "437470ed5acb4bb78da7aa1b94b5eed6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1b588c6c7d8a4a1b86d188cbd84cebb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "259a670709f5483bb2ab3cb6ac5e5f65", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "686a1fb7e8094e58bb782e44ecf50882", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e5ae4fea83274b6c9ff745f567dfc4c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2165c1e1cce74907994be7e0a596d5ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "828d131aefe544c5812920b150a0cb8c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "41f757a2266e41d88e016ad05655f089", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "280a2a7825144f0f8f28f4d9b0041e97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4e1cc0c9a9884af39384dc7ea910427e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c34d0e88006341c2b1e92e923795375b", "region_id": "RegionOne"}], "type": "message", "id": "09c3e60044e64c56b71cc9ce0406aa7c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d78625f819b547b2b625bfc6c91c22d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "432ee578faa847278ce36d4162413c45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "10a0be3efbfa4e8887d52332f00ae19f", "region_id": "RegionOne"}], "type": "messaging", "id": "e24190cbbda8478da1fa2ebe28332171", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f4c6fc5ff8554d1d96bc3529bb30d772", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "09feb3f46b4f48cf889d5572adb0193e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "33f21979ecfc41c4a4bcbc2385dc2bf8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "9552b73dadf945b49e34641e976a6eef", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "248dab0bfb4a43e8810ee8af6082e09c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ef6333f1bcd24ce08cd0f63e487031b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6a850ea57e0543ad91eb51d9fdab4feb", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "900747e75a204353bfa3b25f9cf15963", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c0adb646ca1645d3a94d4f9a93a1fd7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d98dc933acb6436784978f9c09fe8de4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "378f13d7f3e1450eb8d721218ccb7d3a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f8b44a5b001445ddbdc663cd805af2bb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8896179ee2ad47ac8c4b93289c24c06d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f820dccaf0174004a526e41eb8c2b4ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bfa93a7058214c15861d1a89d935037d", "region_id": "RegionOne"}], "type": "container-infra", "id": "c43f5fab7ad349e9939eaf2b1ff0b5a1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "9fbc91df723a45bd820eed57071e6ed3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "fdaed6bc6cfe4d4a9f48d55a6eeea947", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "683ca3c22cc548f083e8059a6fca8958", "region_id": "RegionOne"}], "type": "search", "id": "6a9b5e3e62a44aed8470d7ed986e03aa", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "77be2d97e7ee4600b1ae53b6b4186562", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9b28b815f3174fd58e539d54446fdad1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e7403c4b25954a78999bc2856140dee4", "region_id": "RegionOne"}], "type": "dns", "id": "e86d20f1d8404756972bd3c189eb3894", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5292f72b17e44425b9504dee863df575", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9f5457721aed4f9694d73fc7d0155f28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bb045df300784572b010f790f06288d4", "region_id": "RegionOne"}], "type": "workflow", "id": "d8912be1569242ac9fa7b2acd53b0f97", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f1b6c478be304ff88f6507c4bb0ba4e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e26e92a323b642bfa4e8aaf8d8191de3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2f594738585e4a68a5080d08eb504578", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9d2ea92ffc514d398eb2007dbf160c6d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1693f8242c5e491fbeef8956f6e6feb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "31e33eacbca64e3e818dd78d26feb507", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9221bd5630a44273adb0e6f712550027", "region_id": "RegionOne"}], "type": "rating", "id": "c45a8482014e43f6af45dff62c9ae870", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ab2116f79ede41e9a9c6dfd0f2382f26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e684d5c68ddd4856b5193486d6cc48fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7793e508bc1a48f28a244adbee885b4e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "24bb394272914b6e89c7c805996eb773", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c002089276af47b389b871bd281a2de3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a36ad2ec3d4147d083210bd028624753", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2b48fdcba586464b9b50eba6a688ff73", "region_id": "RegionOne"}], "type": "policy", "id": "75446166acd1478ba7f751c9b299beb0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a5cd8587f49746a7a2bc0cb1747741d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cb7bb7a5908c4e6293bf101b185dcc97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "032f8b42176341e5acd68caf021a420f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "31068405c49b4c8691dc75b7995dfca8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "259c6925822a472583e2338b81018cb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "18c41388c67e42589404847e2dd68668", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "213e3138d65e404b9954d93d74595eb1", "region_id": "RegionOne"}], "type": "sharev2", "id": "9c22d7fe8f76433a9f8162089e882359", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3dc4830f25174905a2fcf3fe9b84bcb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7805c4f5f962499cb6b19a8b9434c360", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ea7edd7203d9478c98c346ee83bc4a16", "region_id": "RegionOne"}], "type": "share", "id": "ef827f4d4edb4ccc82a6bc496c9537bd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4dcc2f1050df46158073be7cfb9f0c90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1963c31708d34a2b83081be108974150", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ce9a7c9e7130413ba796f90eb6e4d258", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "298600d1f31143838c255c53af26cb56", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c166e8966a943e7b698262e489ac899", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12d09ee35bd94e108606f2588318237c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6476265d26d04500ac4ed3b053cb32f3", "region_id": "RegionOne"}], "type": "orchestration", "id": "5c4faab2b13845fe88c0779cfb253ab4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d0be0242bed4aacb77a6c108489e78f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75c3e59f20c944e0baba7993c1b9e0b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a630747f799b4fbb830ad229fd2aa397", "region_id": "RegionOne"}], "type": "block-storage", "id": "e13843d2761540bdbaa5c89c280e154c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b4fd8f8db084b56b3757f9778a5e822", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "001289bcaf4f4b73a37eaf41437be531", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e744056f969f4126931f734bb0c330d6", "region_id": "RegionOne"}], "type": "volumev3", "id": "64ae04af01a4485ca9db58c874150faa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7833e9ceb21472f8bbc3320a580bcda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f22615d2bc8428887c808e0bd751cde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b4ebfa8a8ce4ff2963d2a497292623b", "region_id": "RegionOne"}], "type": "volumev2", "id": "9b0ed84988ed4daebca317f69cc63d64", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3834a7ebd1ea4bc0a4d4dd54f88e7895", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41b68860c320447b86ce8f11e50393ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02ce6ada834e49418eca213898d58c96", "region_id": "RegionOne"}], "type": "volume", "id": "ddebf3ec81a140b8a6ea7e1e38c9b8f4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f7ee1cdc9bf45b98dd29488ec7f74cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b4c3152b4644e4cb713345d480b677e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7b6f2d20cbd4a0f8a50910ecb650d25", "region_id": "RegionOne"}], "type": "block-store", "id": "dc0f6a1a297141d597e44588fd018ea1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "65aa40086dd64bdfb6832b407cdacea5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e375f28cba094d978f9434a092cfd35b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c8032640d07f4ab0b8e1617140a87883", "region_id": "RegionOne"}], "type": "alarm", "id": "895aaa17e3164513a4cf6d6cae05d1dd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2791ba5c89dd454fa1ac3f81537cad5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "58969407ebb54dd48d2fb81de83101d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "836942742f6843c498a7321182504e46", "region_id": "RegionOne"}], "type": "alarming", "id": "57da5109ce7b436a8e66e64e8bbc5f28", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b50a0ac0bf064a7fa7777593ac6410de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2a9a63d807674fdc9c069ff0880e8d60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1bdc42f29fba4795b68e468a30834f6a", "region_id": "RegionOne"}], "type": "meter", "id": "ae206783cb50461dbe0352fcd4e0376e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "275c385339304089b57071a6f7be8eb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "77a40652044f474b8f9414657e689193", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6ec9e106103d4c4288d07ac32771e278", "region_id": "RegionOne"}], "type": "metering", "id": "62a40e4f7fdb47af94265b10cad225cb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e763527749f9435da8858ac785b68d37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f33898de7c8f40e3b6de15de39917788", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ae83443329004807bb397a0c52aedc46", "region_id": "RegionOne"}], "type": "telemetry", "id": "c59329bf8a25438bac31234899e3ee0d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3b9e3bce968e4f8aada52235f4ad3a49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d0bf07fb72f440edb66da83f1edad1c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "222bc363bba149d7bcb294fdd17d4105", "region_id": "RegionOne"}], "type": "event", "id": "9cd23952c2474511acf50e3498f0ce83", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f375cc5760ea4023b4cbc2cc2f978f40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7ab7d003e32142338772e164cd9d6a04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ead7b72f19e7450ca04a7d444fe91015", "region_id": "RegionOne"}], "type": "events", "id": "227a0b2629f2432b9918925128c697d5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e5ba4f77ae3a471690a9c3c492d3fb34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c4983d24c35043638704a9afacf42c0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2a5dcad01e8a4b4e97c4fbd7f008cd40", "region_id": "RegionOne"}], "type": "application-deployment", "id": "17ccc693342f40d58a445f30bc7e8c35", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8fb8b9d030734b02aa4aebb3979cc391", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ad6072b948d744bd962ddb3a02d3f29d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c70d66d073d0489783822252cdc7192d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "fd2c96eb0001496c82fc946b0ee01b4a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b85fc4f1385f407a9827215bb9e9a673", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b95e617b23ea460e947e62330575bcd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "89b6bd06438b4e928ebd310ce1de3dcb", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "429cd8d911264f57a7f860c23a283892", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6dec33919307485eb5ffd8fe6747d076", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c5b06932ef7244518b070ffdbc586cc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9bf9c2f92760465a837aea28754b3d49", "region_id": "RegionOne"}], "type": "tricircle", "id": "24d96ce3d12a4c03ad2eb13afc84ed9d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "6b02f459da5848718ebd7b4569321211", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d28ef439abc94712813e9f1f3bd94cc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f56eb3569eb242238fba3f08c8e99df7", "region_id": "RegionOne"}], "type": "database", "id": "3e7c8a1975884cc684e5df83be9b32ca", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ba4de6777437486288053d960789d52b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e531f884136d481a9898e28b9758dcd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0402054a6eb04b179d95ef9c6e67bbb3", "region_id": "RegionOne"}], "type": "application-container", "id": "1caeb336f0cc492bb7c3fd92e96af85b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4c51a737728941429bcd9cd648fc7158", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c2f8e8edf3254c768032776e64f16aa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f4e365c0436349aeb151c1755d15fc85", "region_id": "RegionOne"}], "type": "container", "id": "6cde8f45a9a64fd59a3ce78598ca4f1a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2d8d8dc755ec45eeb1dc01ca132c4391", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9afa11946f3a41a8a6ddd9101fe493e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b919ea7f57174185999f9ec93b9ff2f7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ad44ba2b2c90453986cff1bba3b3eb78", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "96bc1e5db5a24ff89ecb2b50d80a8994", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "567eab70c00a4dc8b2f29467481aeb7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6e43af08f8da454e9d1245011a46f32c", "region_id": "RegionOne"}], "type": "rca", "id": "1fc9b9dac8a7443baebdf5ba98c49033", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "730568e2d66346ab93b7fd51e8871e6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fa358d511c04450387d3ddd63216b54f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "3df5d32804f648458990fdb611bc4041", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c9f9b52fd9cb41bbad65afcf650ef36b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "dc166a5e887440d9baf28c772662e258", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "55932d045dc1458c8678ff331e80445e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "5144c16951154e7b8b7b106ca12a5f24", "region_id": "RegionOne"}], "type": "network", "id": "eaa7826064f3487e81baf700b390dd92", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1344e942ba624a56bb554bf7bc7f9b61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e5616183533347339d9761af6eaba396", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "1393f3013e9047dd82d74523aa1fa26e", "region_id": "RegionOne"}], "type": "backup", "id": "8d5200dc11be4201b1ad6ba7bab2cc75", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "207a7309e9a346b684d8d60e72299537", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1359039118c54404901c01a2718d7b05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9065193758104b3cb6ec03aaff0e1bdc", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "edfa1137cb0b4cfba50f7059108883f5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6c2115a1477643329bfcfe53944db589", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "177f607e9f404fc58f859efb9674c664", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "be364f3f68bf4698a99d4a441d2eb126", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "cb4e0abe811d4c7ca353108108223d49", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cf1147367e91401ab5d78aa5d2b5caf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7cecc73bdef94bb2857f3d152aa5fc3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2b1662be6bd24d149783f9001f667d2f", "region_id": "RegionOne"}], "type": "monitoring", "id": "d347b9f0f2884db2b395491f963ea650", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "320f768b6f3248aab5cf14466d06bff1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4a0bd6a584014dc2a99d4f00a4ccfdaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b53baaf4149b4a7dbdbcc24875d5788b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "084c9e67fe644eaa925ec1be37b00040", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6fcaa0d0b13643c0b617c00c9df45753", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "54ecc411eef44a45ba8c22197925b538", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "6cd91e962d0b4d9281ae922d3c084492", "region_id": "RegionOne"}], "type": "placement", "id": "38081e1cdfbc4a3599ce7c1522ed08fc", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "620059dff2df4372bba29dc6ae0d7ff3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ebe03e5fbdbb4bc096a92eb2891c9a54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b63516d4581742dfb4b7827da0702f34", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1b36e0ce135b49748aa91ac0968225d0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b9a0733684ff4b1d8c7c488693751222", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "391702c5f4da4ca19847ab2d7ce6dc57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "82bb0305c84f4829a07b30aa2782c383", "region_id": "RegionOne"}], "type": "ha", "id": "865dd9a4e5a240a58ea0bfec0d1aaae0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fdfeb75524a947f79c08db5a0c8fdb33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bc68b5c718f644698c4b49187630fbe6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "23ea9ce63078429e91b0f5564ede379b", "region_id": "RegionOne"}], "type": "reservation", "id": "76fb62e217804eb4968fc29a8d0e553e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "edeb011e169c42158d566f826634faa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bc71026586df4ff69d3534e514b459b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "54cb72ab9fcd42cd88490fcc2b743797", "region_id": "RegionOne"}], "type": "function-engine", "id": "2e47c8c757084d18add3cef570c2974a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "287e8313f8684b1bbb3314aaff64648c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5ff39362e2b54cceaa99d73a73afb979", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "00d47aeb8b0b4d8bb7149d250d73aea2", "region_id": "RegionOne"}], "type": "accelerator", "id": "c18da33328ee494ba7b3efaee576827c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9c43baead74a4bd1a94ed29851dec9bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9f56cd6efda34ec7a0351601783faa77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "53f7a6b9f5bd41c38fb7387a40ad0761", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9d065715e9ba404bb653aa8a23e1ec1e", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "44a085303a42490695271c83f897445e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "09ba22edc497414d8b2ca019a929269f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "56a9feb88fb2441aa632f22475e51d87", "region_id": "RegionOne"}], "type": "registration", "id": "9bb240b659b64793b9705003c201791b", "name": "adjutant"}], "user": {"domain": {"id": "5f3a99da7d0c4b99b42a515f4425207d", "name": "2ec4f0013e374406bb2f32dfe95e42da"}, "id": "abdf8c7c5ad544a58d50f46e79a75452", "name": "ef39690aa1c54dee9b567d29e55e9d89"}, "audit_ids": ["5a76ad98643246b8b8a3a46da7ff4941", null], "issued_at": "2019-09-19T09:04:41.904206"}} 2019-09-19 09:06:42,065 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/networks.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"network": {"provider:segmentation_id": "vlan1", "provider:network_type": "vlan", "name": "netname", "provider:physical_network": "mynet", "admin_state_up": true}}' 2019-09-19 09:06:42,068 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,070 keystoneauth.session RESP BODY: {"network": {"status": "ACTIVE", "subnets": [], "description": "", "provider:physical_network": "mynet", "tags": [], "ipv6_address_scope": null, "dns_domain": "sample.openstack.org.", "updated_at": "2017-04-22T19:22:53Z", "is_default": false, "revision_number": 3, "port_security_enabled": true, "provider:network_type": "vlan", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "provider:segmentation_id": "vlan1", "router:external": false, "availability_zone_hints": [], "availability_zones": [], "qos_policy_id": null, "admin_state_up": true, "name": "netname", "created_at": "2017-04-22T19:22:53Z", "mtu": 0, "tenant_id": "861808a93da0484ea1767967c4df8a23", "ipv4_address_scope": null, "shared": false, "project_id": "861808a93da0484ea1767967c4df8a23"}} {2} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_delete_role_by_name [0.240115s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,916 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,921 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,923 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,927 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,939 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.854931+00:00", "project": {"domain": {"id": "874dcb32990f435c8554370f616189a3", "name": "66eceec9a1e04b16873c357151aca3f8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "217b2907600746bfa6cfb0b25841ee9c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "cb0b1829654d47d3b01732924f912d42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3b9659df0a0549949c8c06605e1f4f7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "92fa7119a85b41218b3ed995d44ceaad", "region_id": "RegionOne"}], "type": "identity", "id": "8d055dfc26f9481fab651b7d7d44d11c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2b0e5c79119a41ae88e65753f2aa2930", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a21f0e130e014dc6bd10bce9a368d17a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "048af3a3c7af4774849431b8e65c4552", "region_id": "RegionOne"}], "type": "compute", "id": "e3b39bb108344f15bc92d0d706047b7d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f7e22565c2bb4da3945691e986c6e3ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2b57e9982c1c4c4bb43a6718998a3397", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0f18e23a4fc04cd688bbc6bedbeeb1a1", "region_id": "RegionOne"}], "type": "image", "id": "4e5d5e466eaa47d191ef3d9946755d09", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ec5bc1adb2ed406794ea9117227eaa60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f79a6c8139a2415088adb66ffc1763e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "24ebdf2f37694c8c879d5434222269cf", "region_id": "RegionOne"}], "type": "load-balancer", "id": "399c7218819d4c6d9aefd446006fadc1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "375872c016214dcb8da6a74628845284", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ddefc6da97714ea98f453968708f26d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d95d6ec600e242ab861c48ba964ebb38", "region_id": "RegionOne"}], "type": "object-store", "id": "a53cd88d047b493db5f8259cc798f29a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5c7a5273f19341388effd2b1799499ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6375c93092bf4a42a6855bb85fa022f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2ab8de4429de49cbb03ca910bd3636f9", "region_id": "RegionOne"}], "type": "clustering", "id": "e36c98656eb641af9d9573ffa64a9a1a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0027ecc542c8474d942c5ab45d76f128", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "32f01604d4704472b78fe9a8261410ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e20d2b30e56d46c988f74e13ffd8632b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "06896ee7014c468a8f30559098f95b03", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1ef1a92b8d624446be3cd4f4f7b33423", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "243da398081d42ff9a8bb5ef39b1cccb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0b22c2f4016a40ba8d6f2e79c53d5c84", "region_id": "RegionOne"}], "type": "cluster", "id": "83491e4d32a94fac9a150788badd98bb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "33f09e21c7bc479197c18616a20d3972", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "96779524795649cfba1e70e07fc8d55e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e490c2a63a3a4cfeab4d0fda3febfcb0", "region_id": "RegionOne"}], "type": "data-processing", "id": "f354dd67038848309c7fe09f997a3ec9", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3ff16ea50dbf499995b50d65622b627c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c4ccc8cb80d442449cf7ad46a879138d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8762a1abf06244a687e74f7a5e90e515", "region_id": "RegionOne"}], "type": "baremetal", "id": "ded298a8c9df4d21b017f98605bfbf47", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "154a10fa5f71454bb06dab8b656e9768", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d4d1c5eba9f0484eb3162e2141aea158", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c700fad1a0644286858959ec0e5a95b6", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f4281d6849564f12a8e5e98f31ab52e4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "afdcb7657744470d95cc9e6832783e61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4b734cab1f6d44cc8a076c860aa63185", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "55c744a209924d9d9a23b5d78d0822da", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7d4b9ec8cd8e45aa88b0337a8cac027b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "eba8385a85594a199ee69f6a3fde634d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b666f9f0bca949c3bb99b08e439ee4df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c8f97ce49b174862b7857cf4b6f063c1", "region_id": "RegionOne"}], "type": "key-manager", "id": "92e4c635ab1f4993ad07b76ae309d3d7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f734497d09d4485eb8d985dbf6e3cdf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "173617ef00ea4010b34cfed9601ad6da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9207d2b6dc9a48e3938158e68c02878b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0667d2ea3a9b49d484ec62173f1702c3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d3ae637056b648438b15d6fe1f69fb3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "07de9de455f64cc6af13714503706983", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ff279a78d2384baab32c250f65e7d61a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "12d27e547e8d47c9ad23e660968eeb16", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ebacd401dc094c71a5126e128878430c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5bc83824ee8f4eb3953300f5d8acdca7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "612a7b47308a4e70b6e3723f1ec3e0bb", "region_id": "RegionOne"}], "type": "message", "id": "b7fdc1f72337440c96b0fbbaca190b2c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "20488cee4f7344aba6882d389da118df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "28f42dae70b44c68a80ff0a343a80401", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "077f490e7c2744aba6e0e6e38e5ae23c", "region_id": "RegionOne"}], "type": "messaging", "id": "9997e2457c8c4bbb8636938db3253d2d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5247738bbc68494ca60e56ac8f19121e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5a24a427536c4e8082bfb39284ab9905", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e957d29601154026a78290eacde6567c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "9483fe3275804f2ca1a61ebc1a542aab", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2e494028571c454cb471193a2e8d9a7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "836e00f8073943928dc7710c74472dbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2af75f3146694d4daf84804389e4f261", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "7bfd3a02c34f42369220bb926b24ad8d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "99be74b0f32e423c9e976fa663ea9cf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7ef79d7523ae443481c6bf87da38b359", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0109ce3c05c042e893f3c728131929f9", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f4f5402e2264469cbf978a2d83446d80", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1c15a439bb03475e909780d46f658df0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "341ab805ac264db98acbf7efd9f4e317", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "39f41d00f0a244429bdf1f05b8e607c9", "region_id": "RegionOne"}], "type": "container-infra", "id": "472a8ecab64546ea8674dd556faef2c8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4ba079ef3716424688e0b7fb201a0ba7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5c35214ab22f47fbb00a302320e1dc80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b6270f4f81c142418422570fab17cd0d", "region_id": "RegionOne"}], "type": "search", "id": "5f5466aae1574c3595beb5a43236eedd", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "62c6b769b9934c8e8c4ac440a14a1f94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "5dca9fdf3b3d48b894a696a60657f529", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b44be04da1d541aeaf05095999324b45", "region_id": "RegionOne"}], "type": "dns", "id": "88941a003f554990a0ef93780eccc778", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c5170ff62b76488f943bfebe1915d5dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2f031be9526d4cc494193469567df653", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "903f7fc0a2b540408ab6093ae69069f5", "region_id": "RegionOne"}], "type": "workflow", "id": "e50e851c8f4b45138245857acf0529ec", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f0f01d316eb24b3dbc3caf2d6a20f9cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1c4ccaa9ea8943d9b5b5878637448c72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6c569f6d513347d399dc776e1476de7d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3c56c1d120f644a3863234421b3369b2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "df2830eddc1d4121838c05ac2aff637e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9c0ef1e46f8a4f838d3f2caf1e3580fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "cc24c1d0d34e41ad8a479ec77189eb1d", "region_id": "RegionOne"}], "type": "rating", "id": "8064f9564da440469a56dce8fea02e82", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ccb252abd4c041238efb79b5c7ac18ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "664f4ce6bc314e4ca5677f134f2f995b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "379f18adcd8e44a4b9d44d1218f694bf", "region_id": "RegionOne"}], "type": "operator-policy", "id": "74c9a2ab0dae4e62a71093283fc3e604", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fbf3205293e448d6a0628fea790d750c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a25611f811fe4482b7c7bfe3556895de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a6f3cd2d32f5456faecd03053f6bf591", "region_id": "RegionOne"}], "type": "policy", "id": "f36890f4d26a45e4b7002bf6ee2f6588", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7ce193df4cb94d7e8cd7c78e1e41ef8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dc805aadad94454787b5104b93eba7b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cab6794a4c0b4781b7d3c6e147ae54e3", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "88dec9da8b584e36bd901e6e4992c2df", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d0edf7eebdfc4cee9092344882740c4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "73bb604360a04c0ebc6f04467e5a9854", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5ea7e4d37a7c4d7ebcc35b6003f574f2", "region_id": "RegionOne"}], "type": "sharev2", "id": "6254fb9c622f49e5a230df314353d695", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a85d692c5c424d318f06401e879b6722", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "84ace8406ef74df7bccad33c764c603a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6003f96f267543aca58e1d90246257e4", "region_id": "RegionOne"}], "type": "share", "id": "758e43f599634f6ba42e87788d84828b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "03c510106813406aa19c2f214b29c759", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "35973cbb6a1e4eb7863f1344aaa71314", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f5346d76d8a349f28947e5491ccec7d5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "012d78f6170a4e9e8af8ed3ceb47273f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81aa3c4027cc4482a53482f96918d7df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fca29158173f44ebaeb2b8b882f5d2ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "907934fd506444469c84ca9d3855fae2", "region_id": "RegionOne"}], "type": "orchestration", "id": "c66fafa849014d8a84d2592d664f9e37", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42f1a7a743a3480bba5c7b58474015ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9ecdfd0e3ef486ea6374e822d394fa2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e074110af124b8098c06568e3c01674", "region_id": "RegionOne"}], "type": "block-storage", "id": "663e8b9b53ad4d02a15f19b547ffa08d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab9ecf8209d144e2ae6e3f6a933f065c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21ac5d95e3ac4e8eba0174f7e91fb823", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf72390cc5534bec867d3cc6e2cd647d", "region_id": "RegionOne"}], "type": "volumev3", "id": "0f57a1747b6f4ba4b56e7f8687a64afc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22af6f30ae074dc88181259144b774ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48b41ee8d1d9406abcee85de473817cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "926830fedce349c6b141142a5862380f", "region_id": "RegionOne"}], "type": "volumev2", "id": "fc27be24857249b5b96ba7ee70dbd444", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dfc8d9d65312428ebb1154dcad455864", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1d2c9623afa4e68b450809f8d172ca7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6df81d5c27443039f4d3585cd664960", "region_id": "RegionOne"}], "type": "volume", "id": "7e15f6c77de24b8b855c29cad0d6e604", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72d69e3293304752930d8715629ebbe2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b99287e00cdc481e903016672bae630f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e8031a475a04918a5f7f93e3f1f0c21", "region_id": "RegionOne"}], "type": "block-store", "id": "8a23748edcd14884a63786fae76877bd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "adb1c4880f834c24bc49129230c9b616", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "933f7ab2748d4589a4e870e624ce1ca1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "15dfe144ac7c4647b7e3658cac970f1d", "region_id": "RegionOne"}], "type": "alarm", "id": "43b29d9a4a6b44eaab0e4123893e89c7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7375bded8add48b5a9d42298147c0755", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3d69b2e90bcd4742802813c8001e62ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c782a29c20ad41859f61dc31824d065c", "region_id": "RegionOne"}], "type": "alarming", "id": "967c2d2f5afe4a8782a650ac669f2dab", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "954bd667f94b48279732827eaa2db490", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "57ede72c790c4a3b8440e14ab28d0c44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ba8fdcdab8af41e0a50e5ed6007c215d", "region_id": "RegionOne"}], "type": "meter", "id": "8ac350a45cbf40cabe3941b6da1b32f4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cb0bacd738d04d45aec3923c7cbb44b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "971d921aedd346168588d48cc67bff65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6b206aaaac374038827302e8b857f2c4", "region_id": "RegionOne"}], "type": "metering", "id": "ae38f06ef7084420ab4ad424e6cfba75", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6da60389f40d4187b42be89683f247e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9cbf5db95a454bb9b398679cb0c51ce3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "54a34104c2b94df4ad0282877c13bc3f", "region_id": "RegionOne"}], "type": "telemetry", "id": "edad4c590eab4d62b31c40d266c3a3e8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "69ec03d19f7c4a9684f65de5df4012bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5e0ef087bdf34bd8814d369c93303e53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "762050bb47be4b60aee3930d363a1219", "region_id": "RegionOne"}], "type": "event", "id": "a954b27c2aa54392b16c00d1fb94f9b0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5dc30440b56541afbea5fc2f5c00dcec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ee982cba38144508add7ef3ad0095f55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "767e075d6c67440bbb54034eedffcfc8", "region_id": "RegionOne"}], "type": "events", "id": "fe40aa72bf464bd79f1217cbb03ff111", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "672c35f59e054349b957e9e600955a39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3493baebf9e948778079d9e75519a7a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d5a48ce70b394e218a821c8305023872", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e2a6b0cbb0de4fa2bcc48c131cbcb34d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "91481bf16f22461ea30aaf27ac42557f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9a5b3d70d5854999bc1d5113c3e18447", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "18c1581859f2458cbbb1aa9c31bd332d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "46d6a74151984faa8cb0ed1413a3ef1a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7edd06506f6a4840afdd0a82f27cc3ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9c1b051edf754eaf8005125d89bd6d0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "036328d2319e4e3aa40b9af72e1a9f1d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "bfa4eff57c2d42b297a1e09b5cfdfa55", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3e8c84da8631426ca9f10ef55c3f739d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5c6bc981eaea4267a98ac58b97b5a93b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "263d6b471ff149568d0d1906be628e45", "region_id": "RegionOne"}], "type": "tricircle", "id": "adfadac9b2dc4781854e34984ea2ba83", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9ad3f1c7e9784ff48f25018daffc32d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a5405ee0770947dab9fd391624a4b86e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b42bc01c559041ccb5144dabf4031c68", "region_id": "RegionOne"}], "type": "database", "id": "3ff2b3583706464a80b12ef28db7cc46", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7098363457e14eff99e776612663a454", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7768893d4ce64dbcb58e0507393535f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0c3729277c524131b9c93a8bd01d0cae", "region_id": "RegionOne"}], "type": "application-container", "id": "c27e3c481ebf42a8bb82bab749449786", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e85e6e5aa614465f91d4f3ddf273e4e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6c6f3204c8b74d47aef49e4378a37849", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d65d5d47c86440559c0e751bf8d1b80c", "region_id": "RegionOne"}], "type": "container", "id": "a7b0aa001e654c339fc452d4f32ac9e3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2d5602fa605a4d5ca2046c6166cfa7d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dc61da24379d4e7293a014f750007c1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b7fdef2e409d46e8a9d9a2cdea2b775e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2a89f33a478d4fe58695e24796b2e92a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3a88f01ceab14205a75d928d29960b52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "12ff0411398145adb67fbe8234707683", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8aac0ca0313a4fa8a0f8bead11db7b01", "region_id": "RegionOne"}], "type": "rca", "id": "fc7eff4ce94d48758a08a687ec3464be", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9d5cd97dafed46239d5d667bf54466e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d66720426b9843b38cf103e6e9b5d521", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f8ddac1244214474ba7da9f592cedd0a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "adb325477096422db7cafb6adb2e3a6b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "b48e8253644546aebec420e26e5d4471", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "025ddbe334ec413aa3d40606f08e8e7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "072222b0228b404d9168def752c97b2c", "region_id": "RegionOne"}], "type": "network", "id": "14370ab82b8344999e9acc8d6c2b971f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "191885e5c5284d3b91404358aa3e4fff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "16ce41935090404e8cefd596af365cb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "580db49997954d579151226111cff6f2", "region_id": "RegionOne"}], "type": "backup", "id": "7d406fad96594760b30053c766205b62", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0e8f4bb1c8324697a6bf6a2484fe0bca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0887052893f444e6bea4c4e835aa58ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bf204d28989a427d9fe60865896aae81", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b0995c34398c4d61bd6e9d9ed78d740e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3afa9cef0c2847849677ac42a747305d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3b011d3b4b944bddb29b428060fa3cbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f6533b4f1a8a4942a6efd4f62c0ca958", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1f3cfeeac1d3437b9559987198803c2d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0f523551addf40529d7699a58782934a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "98dd6650672641c39686634e653896e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "fcadd8ce3f1245fe80e99666965b44dc", "region_id": "RegionOne"}], "type": "monitoring", "id": "d9c9e95897994735972b793fd5f7a813", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c4f3918dded94dcea8be1a95a169f1c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "edeacb8a7ea74355b0749a3b7da9e6bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c1c019ee1bf7454d92819c3b887e165e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6ec3bd835edb4a00bf580d3f8ff2bcd5", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f5cc4b5811334d9fab948e76843337bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "18676ea346664224836e8eed950ecfd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "3146fe18d1b541da828afaa1db904782", "region_id": "RegionOne"}], "type": "placement", "id": "f320fc8ae6394bc0ab127daede1d06a8", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "473f486d30b546d1b38ab25311fa38ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8a6a823237b548aaafb9e0d5d67bbcd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c792351a21144365b4c1f597e444bde1", "region_id": "RegionOne"}], "type": "instance-ha", "id": "124498c64af8481f98edc177c7dde74d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "817a7f994c114b9ebd2641de2711fce7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "791b981b45894b7f826a11e35f890944", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8d3abd74fb084b5b8e9a1b6d0170e5ff", "region_id": "RegionOne"}], "type": "ha", "id": "ed494b51127642fdacad88c1a90fa739", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7631863958bd447eb12800f8c828109a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b24d689c1a8b43a4a6ca9da591270a34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "aac3dbe3c6a54e83ba937e6b0e81a67a", "region_id": "RegionOne"}], "type": "reservation", "id": "24d06385af344b6ab13b2f124d8a957f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ee03a8bd336c428084100a2373438d3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "13720da1dbe443dab71ecd35d2551800", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "adc71624bf3e41e0a7c5fcc617d0d756", "region_id": "RegionOne"}], "type": "function-engine", "id": "86dcfac9e24142fa9185b4aa4e41376f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9b032156002947cf9f6af2c7167c5d04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "38f57e9192804e2bad103163ac1e3f5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1db0848116074fb2a96710d98329a989", "region_id": "RegionOne"}], "type": "accelerator", "id": "613f8226616a465480b4cb567c31645c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "89916af8e0ab4777b1202e3a9ef05069", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f947eebe6cb04c3cad22670819249da3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "eec8aeaed57c4ab8967f302d72f2b9ee", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c86ae22d0b824baf8bde62456efdf8a9", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "599a7f28ec2646deaf5daa3571100eea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3d174c2473d24b98a4b6088d62160978", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "af55a466b43c44c3b390478161ce1867", "region_id": "RegionOne"}], "type": "registration", "id": "060ccdb5248d44afaddb6e758fc0f81e", "name": "adjutant"}], "user": {"domain": {"id": "4588c00ca3094055a19b1e11ba2b1022", "name": "582b29e63de242c791a9295fb15701bb"}, "id": "791d93084aea4d928b0add9058b1f221", "name": "1dbb47362ff04e31b5df1e4f985235b4"}, "audit_ids": ["c1ed71c9af994372b614b706761145ff", null], "issued_at": "2019-09-19T09:04:41.854931"}} 2019-09-19 09:06:42,036 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,042 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,044 keystoneauth.session RESP BODY: {"roles": [{"name": "e55df0c75bf546479380d6d2a46930d7", "id": "9b3a55b7514540c49dfcd17243bec743"}]} 2019-09-19 09:06:42,083 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/roles/9b3a55b7514540c49dfcd17243bec743 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,088 keystoneauth.session RESP: [204] content-type: application/json {14} openstack.tests.unit.cloud.test_qos_minimum_bandwidth_rule.TestQosMinimumBandwidthRule.test_delete_qos_minimum_bandwidth_rule_not_found [0.279404s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,868 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,873 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,875 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,878 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,892 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.803504+00:00", "project": {"domain": {"id": "ecbc46d3f4734481b3be5ce4fcaa6cfc", "name": "2d8308ad843b4ada99fca21f460ca810"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "11f374c8082e4c4e9f422ba37e7672d8"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "bd91a750fe8347b7bf9fdfb7b689c476", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "dd1264ef697b4753a1184344c7976a15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "074d1cb3e9c444de8905f638b61c74c3", "region_id": "RegionOne"}], "type": "identity", "id": "b80b62d473854688a1f218204aa30549", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d36bc4942b784041845f079aeece544c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "85ee585a9c244cf083f2a5d82c9bd206", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c6b349b293e84751b665864714fb668e", "region_id": "RegionOne"}], "type": "compute", "id": "60a545d1230e4761be937ef27e83ae7e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "69a49c9951df485eb0d311fcd2a36e4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "6b1deeb1262042fca65ccb5d04ba7b46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4bd7d49da0b44a15a59cabc6fbc8d824", "region_id": "RegionOne"}], "type": "image", "id": "9dff20fa9f1b4506af9ab00639442527", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e1ab891485304b059d28871e18f11fcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "847ac35aba3c41a695648b0b62d6f4f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "76483c7ace7e48f4a3a6c9f2bec1321f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f2619090db9a4787bcea52269c7b29f5", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c507bc0e0304f5d810b251c69ddf619", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e927a4349add4d99ab0c1c4e1ae698d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba6543a6171f4ba7a8271f4ba55b9f45", "region_id": "RegionOne"}], "type": "object-store", "id": "905bcd3ad7b043a1aec8e3c58884a935", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "207d8a1b7f4f43c58990a048ee0477fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e50695e5e47241c38ebee52c9f12fab5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4b035cc917ed4ed0980eed6138461570", "region_id": "RegionOne"}], "type": "clustering", "id": "aa81cc0ca7a4417caf667461bbcbb4ab", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0ab18b73547c43c3a0e94550d8c7f854", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "927193eb393546d2b7249600bf60192d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5e44ce340efa4a21922eeef409c86094", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "028c9fcdbbec4dd7a2ae5ad941311550", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d4b3d4a6c9064b039ba3541f5ef85e6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a72d4db2cd70447ab7f56b58dafd8cc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "133ffc60bb1644b79fb01c2806e8063d", "region_id": "RegionOne"}], "type": "cluster", "id": "994ccd698c794b4ca49fc55d03b5df73", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "55c8db4af95e47238bcc1c35d81c5604", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "023a6a1f639d4c92a595705187d3f8e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9d71eaf416bc4a258ee74ea773f0bccf", "region_id": "RegionOne"}], "type": "data-processing", "id": "195cf2a7f3b74f1ebcdbf9e8ffaaf14f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "32822d86fe7f42848b49b1f7a21588d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9881fb97a09644cebbcc5bd9a188a6db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fceedb24a16745c68d03284910269e28", "region_id": "RegionOne"}], "type": "baremetal", "id": "07f6fbb46be1478086f3718022acb95b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7d4847a682fb451fba9dc457778a3f63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7368d6fd16ca4033bf2da36a08f06e7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8a588fb13dea43f1a6624ea8804fe0ca", "region_id": "RegionOne"}], "type": "bare-metal", "id": "16c2c49639c7440e9efd6214dbe212cf", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d72093127cb9488ca340ab766204b3cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "716a065211024d068a80ec22466fc618", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "92eb27745bd84d109ed7f55b762d5373", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "986e4683687a4aa48bf308cb177c284b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "24fc115384ef441cb12bb92d4ec593af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "95bc0eb61f154442b000547931b6cbb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8a58dfddcd55483cbe76c17d1699131a", "region_id": "RegionOne"}], "type": "key-manager", "id": "8bb099c4a634495bba5b9ea0c9ce642d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a5400ca27fb940a2ad3c009be1b0ac95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ed91ed5443d345318ab78ecff8713962", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "93f56ff9dfda420185e24a82bf097252", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "934eb8b38651475e9000f5af5efd4545", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d0e4f7d550474751ba3d762eca28009d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9458284bc24c42f79d595893a69ad180", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cfc5534722204313ae68f42248d8d97d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "44b2b033de304690b3094b33a84987ba", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4eb7981fe5e34fb2a77cf552f17135e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "507661a7c6554138b6282ef1fcb973f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4a6e62590ddc4a6b8074ea9d5a030887", "region_id": "RegionOne"}], "type": "message", "id": "e3a4b131a8d44a9aaa5d4813879c27ad", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c7c950205e7243fcb8495a70bf6cae68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "66d246965d7a4fb2af8e82fbe67bc1c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "988966f9be2946aca02d8b7f83c3aad9", "region_id": "RegionOne"}], "type": "messaging", "id": "2c4a8412f1ab40a79eb0eb9480c7da58", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "666f4e09900e456bb7b988fe7085fe57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "82cc1036404c462ba925291373901f10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "47e7781696c64a97893a777186c91c6e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2e91cba190bc456783c7e11fd88e74cc", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dc7b6a9647574a5e8478a856b734a3f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b9889618ed34db6b4e04de3d776da60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "606c6ffd01924d97ae0595d27060e310", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ac0e92352c034667afb8a75a74334a5d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3ed7abb04454418ea51ed2fbbf2660ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9d497d48b64147c5a8945bd34181f1d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a21ec9a22675494eb76550ebbfc837b1", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c947fec71fd14f908b83daf6525e96aa", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1fa6150d77724ed88ea324fa3bce9084", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1cd1211e57e043c796fab820eb8c229f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5b0c40f995dc4b5c9e3f6ceeecb907d2", "region_id": "RegionOne"}], "type": "container-infra", "id": "a358c02833434728907277fc7be25b7a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "fc8f25d01eb54a108d2f7a0556b203cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "946e7a791cb7443181e019003ddc8958", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "98e63898657042d989578b3984f56212", "region_id": "RegionOne"}], "type": "search", "id": "0371360773254a1e8bea4929cb80e986", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "faf5c12518bc4226a8075c8fc8539240", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b369bcc755c74325b197d28a8d0dece4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1c4a85acd6a1453994f70adad9f28e3f", "region_id": "RegionOne"}], "type": "dns", "id": "93354c89e117419ea51584c48d638843", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4d917f7dfe3742999aaf0011039cf9e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ebee1843dd184a1eb02f3dbff96bc314", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "24f9751db49b4a90b4ebe376befbb49f", "region_id": "RegionOne"}], "type": "workflow", "id": "991a41804e35417e92e2f860d1385f6e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "71d58aee53cc436086db3c85e9cd779e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5a8d8ac426fd4a3e96e3007fec524fe2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "750bbd95b3474eceb10882ef3d0ca783", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b2d879fad4f646d0a9f35945b24bdef4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a138083cada74416aae089466a39029c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "dca1031d42a64f0d83b8dd0054cdaf98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "2982e3c6e5874ad199c63d220a889533", "region_id": "RegionOne"}], "type": "rating", "id": "5ff981a885db479983ca57f6e9e8a241", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "45b786096f774fb2ab4b3ae6483d871c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a7d5fbd030b14e9aa74c2203027ee880", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fdd79b40764f41f2adbc13ad4b0cad17", "region_id": "RegionOne"}], "type": "operator-policy", "id": "7c59e7d08d7d454d869a94352df0df0e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "07250f4bb7064c869897748d48e6e461", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e99d5d7c751e44f0a7dd8f8f84add916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "abc665bc12c4486c93690d32496bfa2c", "region_id": "RegionOne"}], "type": "policy", "id": "538299bfbee2422492432d3ba0787441", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5e1342d5410e44008f9670f3b5da5b48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7de74e8fddc245fd8ffded064c6053b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "45842c15bf4948fc9ab8d4ff1ff09ec2", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d4a9405660e6405eaa348b98df2fb5cb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8aa89572014a4d90b89214862cc2b38c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "934220c500e74e5dbcb48d4cb2b5b4df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bbe0f162e7c94e009eae706da13ff03f", "region_id": "RegionOne"}], "type": "sharev2", "id": "0220db5ebd2d42fa994081cbad7b479d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3c6c0995aecb44e5bfdb7644c1f95599", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "22ccddb63dc84690bee744f70ae17045", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "29c6c07fc059430e8aabb864291d74ac", "region_id": "RegionOne"}], "type": "share", "id": "9a228d8a74854f639f74d913739f9a42", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a81d367d78084f6bbc6f8f2defa33ce5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1db2b5fd851340b0a317f38893baeafa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "bcb768096ab741c2bd575d6c5949f43e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1da374eac80f46d980abe30591ac75d8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0b4837812184ebbbcd058247bc25dad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b849e00a02844c7dbbe64e301d7e70b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e4a820cc6b04067b31f321f75060eed", "region_id": "RegionOne"}], "type": "orchestration", "id": "e836524476d94353a82d8172178a1470", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "861bf55dc843406e8edb7440d3c353e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c7585e7fc6a4dcab95e225a5861da67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6c74fa210ab493297b04c07324653cd", "region_id": "RegionOne"}], "type": "block-storage", "id": "0d1c485812f441749ddc8c6173b6ad0a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "001448e361b140d79add82303bf8f043", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b4ba485c2cb4bf5b97b7224b6491740", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f9fdb00d2f145bb96072dccb5c35ebc", "region_id": "RegionOne"}], "type": "volumev3", "id": "009c2711c4864b06936b893e21cbb2b1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98ccffc0411743f187a8c43893703ef7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "686bad5b90bb4afa8f52923949d4572b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fb13216a61a4fffa1d4cbe44da37a7c", "region_id": "RegionOne"}], "type": "volumev2", "id": "8901b64d58d7444abdfbba64b7d94cff", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54632c33d76f409ea91473c996da6f60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7da55fee076148f286b3bde6e37d0d04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "efd1bf691422468994be5552d3992f99", "region_id": "RegionOne"}], "type": "volume", "id": "214ddecefa6544e6a3f98636b31e8072", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc04156718aa4b5b86675f2f4de9d6a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db31717fffd84fb3a1de85c728675d4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6011c83a562a4c5ea0a35bc133f95c7d", "region_id": "RegionOne"}], "type": "block-store", "id": "47742bbdb33f4a4b81441c3804004368", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0f3a6b3172464177885d4842afb8263e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f6f889ce9f1a4250aaf404a1e3b3e289", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9df5b39421c24c68abafddb62a6b2d23", "region_id": "RegionOne"}], "type": "alarm", "id": "7fbbcd46b32d477a83e98f62834c5e19", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "932ec89668d44794a3bb667095c82786", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2e26b3275aef455e8a6b27ad425d7801", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cc2ccfd5bca4420e99ef6075b1129259", "region_id": "RegionOne"}], "type": "alarming", "id": "da077ae926d84d88bb9c9659b15521b4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b692ed9d788b4dfd8feadb08977a0a96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "41020032183c4b5fbed0bc45fa668297", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3b998b625eb0488a8217179931b2efaf", "region_id": "RegionOne"}], "type": "meter", "id": "1b4466e007774cf498a2d06de7cff2f6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a69a83d4bf004b34982a6897dad8657c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "eed57fd6831a45628332d0dc34dac7fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ee9230403477484f8f087349577b0e1e", "region_id": "RegionOne"}], "type": "metering", "id": "de8132021fb64467837b2502ad030cd6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4fb64138cffb46e5a408bfe79ff8d590", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "aa9510e083634d09b2177cc4dbbccc33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "30f2f892fbc24ffb88dd311c3f81bac2", "region_id": "RegionOne"}], "type": "telemetry", "id": "c9615da1659547d1a4c52cb4e0a6cd6a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7d2bb9456ae544bfb9a90efd3d6323fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "34149f2204534e598beb11b9bd484489", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6475c4c43a7743119df7d9256359205f", "region_id": "RegionOne"}], "type": "event", "id": "96dcada7b3e64e16978a6e63a2e7a4d2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ee7a25c93c574510aad7c414ed4f2f2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "556b40159f6b43feb8663c9fafafd7d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5b0262ba718540d1bd79ed0508a68751", "region_id": "RegionOne"}], "type": "events", "id": "78b5b7995ed547a8ac1959d2ee76f022", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9bc6eacf2621468f823e68737185bc96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "34a808f3dfc94b40b1e14307e1981dc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "99d857c821464b79b48dcc57826e0355", "region_id": "RegionOne"}], "type": "application-deployment", "id": "6e956926875f4cb68e9dd57febfb44f2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1e63a6c0bd5c4fff88b7249e6dd5127f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f67a7c2609b243b5b923c7996f631458", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f259c5b40bee40058d71d98debe63f6f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f3fe0911716e41f5a70f84a7bc14c21e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fb8163e2930c4e29baeb12343d003689", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b0734e098d3b491f9432ba61e82af910", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e7ca14213ba94299830ad275607a9669", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c0506ce365774c11a9de6ba1e731c4a3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b68f4862accf4de99d546358f32dfd8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "665118a260d944729a09005de12cd909", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0eb4c946db804e15bbaabc97ae9dff0c", "region_id": "RegionOne"}], "type": "tricircle", "id": "19fb5db4537b40ea83c08fac5ca7925a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "22723b06da5f44b389f82814691454ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f5c406f981e94c46acd790abe00eae19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "283ad97a5fbf439090df53c27b6e7fec", "region_id": "RegionOne"}], "type": "database", "id": "bbd95c6354fe4144b804574b8c0d6b86", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2e9cbc6fb7704a82bc8b35cbe768c9c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "850f4102b12b4920bbe0a2e76c7efced", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9a94dfd3719044a584c6672daca463ae", "region_id": "RegionOne"}], "type": "application-container", "id": "f961dbc27c7e4f8094e467d0d2f97454", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8d782d4b389b458499c18a4fbf89dccf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ef04cc62515b4fe3a1da502864a75a75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cfb1ffe535a243eb88792222f600ec3e", "region_id": "RegionOne"}], "type": "container", "id": "89b5b489e3e64d7cab977508a805da52", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "98ab953296a3447d844fe727d8c13ea2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "21cf90b284b24a34bd609b3c559881d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "091a0df9500a44d79f76ebc3bd778b6d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "45ae227086f04f44848a0a0b1ad3d462", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0bd5ebef0a1045d2bbf22d4133a4dd39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d7ef0ac95aa34815a48aa2c0186bae6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "acf47747463e47258bd7460192bfd4b7", "region_id": "RegionOne"}], "type": "rca", "id": "3db034fe75e04c19b42b6c6705ef75ad", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c0786a5105994ce7a244b4669d95126f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6c4143b9b0544e1d9179665be5fe692f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d2617dfd977d426c89dac7914d3c47ad", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "42b2018575c346a5b17186e89a11157d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f695f0cdd1154bc5aa0b2f2e00c9985e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "52d2664e6369494396f2807cf5fdc195", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "66853782305749c4bfcf8c6f6045c10e", "region_id": "RegionOne"}], "type": "network", "id": "0e7a659524f646bb905b0362f7d29d5a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "65c1237606e94bceb6828a77dc92bd56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "bb722328c6fd4250afa9ddff4a4e98b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "1a8e16b3a9d34afbb3982e46fb54aece", "region_id": "RegionOne"}], "type": "backup", "id": "96d82879f20f428e9c5da03783902c31", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b8eaa9d6a4c041b38f932fa79a827ba4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "147ccea4f8fa4f22942c190a56c42205", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d2a3cd359acd43a39e7568acfda5caa0", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a1765497b346472983841e75f0d95816", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "01c00b5511684662801d1296610b0b65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9a9ef14f02654d83bbc0984270517b31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "74b3ba4d40354f59b3373d6c66b4a4da", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "dc88a9b4087243cd9e6992b782539a79", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "64a054757b094b999c30138913b912c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9f467f258efb465fb1f889ac1d9651d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e228820b4873428fa56074d4efdda905", "region_id": "RegionOne"}], "type": "monitoring", "id": "3ca9e25e97774aada6145d41adacd578", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "04ad2ae07f5045aa9eb9235a99b8db47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "65bccb7b59f64e8ebaf8d386b9936e75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "04e893f70f3c4e1d95e3cf15c924a064", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d22a14f95df543a4b69811c146d14762", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2bbdd17cc5b44f3091738fa656a7219a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5a7542b78a14489d892d06a60a532a03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d5f11a8e9f594f22a64545db46f065fb", "region_id": "RegionOne"}], "type": "placement", "id": "9b1f7828b68d48bc9bb4f6bdde6e72db", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9c660e0bee7345a8805ef334d08420dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a4e811816c194a279494cfde13e5da4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e2acfb04f7ba431cb980dfcc3d75bc59", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c4130666b64b40c690be4ecd04b50286", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d2f8e5add93643158c2175aea2f8b245", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "845aeaed67d34b94b042682d7fa5050d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ebee28b98a7f427e82bd230b723b09ff", "region_id": "RegionOne"}], "type": "ha", "id": "490c9819ac7a4f20b7aab348917d5baa", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "600c5f72b8ce43898d540ef25c4ad5a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7d42c5d087aa442b9485795ad3150d26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1ff6fc512e514e39b7c9a9eb46594d46", "region_id": "RegionOne"}], "type": "reservation", "id": "9029de7cf9ee4cbbbaf6dbd058a322fd", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2b9d6fc183ed4e96af8eb559599f9294", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "01266319d5654dd18b0c36034c84dc82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "41d255e374c84e1ca0742f1e0df4b441", "region_id": "RegionOne"}], "type": "function-engine", "id": "cc4ecd21b2494e04a1f87a9a308394bc", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1d6aff17335a435b9dcce56d4bf159c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a20c9e06ea1549f7be0d4dd79747d845", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "68f9e3e2220d4ee893583fabb2208513", "region_id": "RegionOne"}], "type": "accelerator", "id": "472b0f3a4f544aa8900e1f429923e3ab", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9fcf5c3959014e3a81c32bdafa5e841a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b7a79b5caf3748088a9d85a4c9a640ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2795c89d78f147eea35cb81843524451", "region_id": "RegionOne"}], "type": "admin-logic", "id": "529421f1e78946d7b69684366e26d5d3", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f6af424c023c41e393fc7a5d41fde0d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4e43cbc712ea40338ff4596d57e028b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9840340f836243f5af78e2d65847cc61", "region_id": "RegionOne"}], "type": "registration", "id": "0d7da9753106499ca97e9f5501683c64", "name": "adjutant"}], "user": {"domain": {"id": "45d535579211436bbc0dc85edf6ffefe", "name": "f8cd31aca8d3450b8ca0bb7d1d938f66"}, "id": "05046ed321d446769cd13efd68edf9c0", "name": "fd34482b67b0412c95d7578e39dac6f6"}, "audit_ids": ["c2a21c1a7a4c44b68fdd7168be8ab67b", null], "issued_at": "2019-09-19T09:04:41.803504"}} 2019-09-19 09:06:42,042 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,047 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,048 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,051 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,056 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,057 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,060 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,064 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,066 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2019-09-19 09:06:42,070 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/minimum_bandwidth_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,074 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:42,076 openstack QoS minimum bandwidth rule ed1a2b05-0ad7-45d7-873f-008b575a02b3 not found in policy 881d1bb7-a663-44c0-8f9f-ee2765b74486. Ignoring. {7} openstack.tests.unit.cloud.test_magnum_services.TestMagnumServices.test_list_magnum_services [0.160240s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,035 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,040 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,042 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,045 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,058 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.971276+00:00", "project": {"domain": {"id": "377f516c72b44576951fee3bfeb2015c", "name": "8961db24ac8747e4a247b5dc2e39491e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "5f9829e444324fdaaad79396e8dacf17"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f212d889b84344d2a0053d78cb4623bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b3b23d859e0a49b0ae8d3e255bb5cf70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f8402069b68947bfb469ad7216382bfb", "region_id": "RegionOne"}], "type": "identity", "id": "94be064282434c21a9ca39822cebce1f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c6daf0fa70dc4c76bf844d99b4ecb7bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fb2a441070224afa8560f0dcf0892254", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "61f4db3295574bffb636e9bf83f21d9b", "region_id": "RegionOne"}], "type": "compute", "id": "418be14eca684910b5322d859092e082", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e44910ff4ecf4d5e838755758d63313b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c23b2acb407743cfbb55cf4a4e9830ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e14b572fe76f4aa6bfa017f1d9b7a037", "region_id": "RegionOne"}], "type": "image", "id": "a8ffdb120f6a4cc0b7884b0390b9d7da", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4781c8c6697b4b5385887e6bd0ad0df7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2b8f9114e2e744b2be35b1fa468b6b69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c7fad427c27a48b09037573f5696e433", "region_id": "RegionOne"}], "type": "load-balancer", "id": "42a8f03178d648868327b0069b56bff2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b512dc2971f94d82b7e7c96c4ee2909b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "57f0f61282c44b09ae2893a3f9fdc4eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "855a38fa0a76408e9fa61513d8417fd0", "region_id": "RegionOne"}], "type": "object-store", "id": "bb670c13cb49430982324f2de3e80219", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "81cec974d3034e87b37e997d7a414032", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "212e3057b8214bd3bdbfd048208a0a4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "82175aca7fd14e30b00259a6c09bebc6", "region_id": "RegionOne"}], "type": "clustering", "id": "9506f9f8ad1042879ba5eab89c27ff50", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ecb11627cf0c450a8c9d20b42fc9b9e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "927b1a63ce9d45548d054f5cc806c912", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "029d24d1800e4c31a89497673521539d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4a651f9346c743f8801c55a3abbcffb1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "602f6d63fd4c46b4b72a2e36fd869253", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d0ecc76197d946ce9fa7557b16f06e24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fc682af89fb94fa8aff688157fcd04e3", "region_id": "RegionOne"}], "type": "cluster", "id": "a058242da4b24e098378dc7ccbf214bf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4443fee5586748e8953674b7cf6f7488", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e10fcf7452d0460295401fdd9bf6a1be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7d447bf9521d4fa4a72954e1b103b935", "region_id": "RegionOne"}], "type": "data-processing", "id": "4db6371c1f6c43f1897715d44ad63184", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "04d0dcf6d46b4f868412f9ab93cd5f8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3357627439b748ad9a7cd09bba380f44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "cb2efbd6da46416a9a5241be86848ff5", "region_id": "RegionOne"}], "type": "baremetal", "id": "93203f0233674cdf87f5d937a841699e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8d5d1a13fae7460eaa828cecf8ea6201", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c638ea812f354872adcbaeccde087291", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "703a7dd1eda845f9a0606b23bebdf8c1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4af67a557c1b44459f0a08fa12657c21", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6cc019a443674f57a5318cc7162a0481", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7f335551f89b4df1b73f32c3b46928dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "86d5ff616b314a738c3b62e5d9febaf6", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5305809c37f84c40861a901031c72331", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "564a06f74e4e450999a5c4c2e83f9d41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d5f2d45ce5d34c398a66e75918f7be5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8b2a9c9f91134b229d6cb91859d6e8b9", "region_id": "RegionOne"}], "type": "key-manager", "id": "cbf8bbe78e0d49eaa7fba773930f62a9", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "352222211c5b409e9b5103bc1427c3f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8ba62c7c842c470e90cd0c964a4882b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8156e9ab478146cfa8be1c0094c65ea6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "272bf897cc3449cb953a913148a576e8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1b1b91844fa74a2186e8e39fb95acf0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "32812aac82064e4ab827ecc7b4e369c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "05e436b79fe445bcbebdbc8fbb391472", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4aa4a4176031445ab372761d0a8efb44", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4acd375da5d84eb0a90fc36d9069fd39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "565b6140344941e99f472f41855a0c6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0948cf32ff4d4ebbbe1faedcab81d444", "region_id": "RegionOne"}], "type": "message", "id": "d632e3ac11bd4db395a9245d1a194c1f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bbd0b5c737c44751856efac4ad7b4705", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0a0ed107097e4f06b8b2f1af71775328", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "055448866bbb4d7cbffb5fbfaf52fd90", "region_id": "RegionOne"}], "type": "messaging", "id": "4e48ddb9a9d64206ac6bd6ed356db6aa", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2f5870354510447c938de6ad015a6884", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "02dbbb8ee50d4e60997e415713d2e446", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9a474152c0144dca949b6e66f2e5bdb8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "43ed8b34e54a4722b8f0449ece59a925", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "87316875b553408cbbd4db3c16541680", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b84be037190646f1aef407ea3d966b5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c98bb1b18987484ea8bed7c48e5d9c9c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2d772775e3fe425b8fbfbb4f3ba61673", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "692c942c065b45e198f13da6895c72d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b67bd7c76bef4fe5833ef5efdea8ba6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b98a3d11ac41492b8d5778987bd37ac6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ddb230b091e44214892ee6c2dd4157c0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3db384b0465348b29db167c4c472a253", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e69726d1406040559ed1d3976fc009d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b8848428e28d4d4b841493b30355ff34", "region_id": "RegionOne"}], "type": "container-infra", "id": "1aa744dc739847e09f97451cb32034b5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f68238a28693418d9cc2991846963372", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d4cb1705b2ca42c5986268ecfaaa7d2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3458d988bed14185bf5d2ab8228507a6", "region_id": "RegionOne"}], "type": "search", "id": "71f389dd29e447abb23910a3ee6948c7", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4a54c91b06fc4721b69d39a5a648c632", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d4d58cae265c4c51beaea5da9ec6f510", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "07bfa9fa2f0e481f8af6fd8b0551d499", "region_id": "RegionOne"}], "type": "dns", "id": "c5d80912d54749229422d6a49b528bab", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e49c2480be3f44b38d7aa0dc1ea53214", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "596ffa62586e4168910b92bb1c6ef5c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d222f9968ee8498fac8f78efd5dd055c", "region_id": "RegionOne"}], "type": "workflow", "id": "137bc6f823d340808de99f1793c16147", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fde64df737ec47a3a8e1061241f509d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "31190ddd417a49cd9e1a62a000861147", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5dd517ded3454900bd1ad505ad64236d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "29b391f9202342018ccc1ccf501366fc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9a073355f1f74577873b8221ea27f57c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a15fad9751e84874840168865a29b754", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ac75b38b23f641dc956823c16f82809d", "region_id": "RegionOne"}], "type": "rating", "id": "5445b15753824109bda5f0f962244309", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a8615dcc7ab746e69029598c1d9fdfb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "30838383af874442b140b79fe0134d3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f9eb885e97b4416897b41c6dffebb6b9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "bdf669621ade46708de9dfc6dc217c0e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4aec85e0dc9e499498c791313669d442", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e2a85f33e67448f5aa981186b61f9ad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ae06ed6ba98e49e2a39a14d154c9e060", "region_id": "RegionOne"}], "type": "policy", "id": "38376b1cdb114a53baffcecdfd9c9401", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a1c07d03711b489fa105541590059d03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0888826dd99b489ea2ed94857f08c500", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "44f27828a44d47f4a863579c3c769a2c", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9efd05a4ab1a47a09fbf15a2dc1e1d9a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "99aba85864d946458d507452bb122315", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b57a14d0a21a4d81a192c9e2517459f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "543deb999d164dc690d9a930c06371c1", "region_id": "RegionOne"}], "type": "sharev2", "id": "1c13049e6f344b80888adefbb8c7ae62", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "248c45986e50437da99e64689be164cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e8f2f70afba0418c9e2242f72830d8ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a1e97c38b7ae475bb2e2d5873eb3665d", "region_id": "RegionOne"}], "type": "share", "id": "e62beee9341c4bb897a85ace68d18ff6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "40dcf8c352054bfcaddb451458949d8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bdab5fcdcfa34ecf81710ddb8f85829e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c1681d1b0de641ae95c2f28d5f15b61a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c5f71cb0cee241c8b5a2a05d3202ae25", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e71b3da826a0469394228c5e783dfe25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b1bdfadd8a04b1ca75a3c2ec404d7bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b1538673b774f4b9b7e69d830c421a2", "region_id": "RegionOne"}], "type": "orchestration", "id": "844a7c68c066481f9e5b7cdaf4e68235", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee0cbba640f443bf9258c121f5d362a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11697232148b432ea09245df16ca4de2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51c9cfe2fff04e0eb30fca24d3b9e428", "region_id": "RegionOne"}], "type": "block-storage", "id": "b0d438bb4e844750b2d2299321a51fed", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b48a80871f734f09a91cda56aad0f465", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33d21f9bdf0c4ee1be712642cc2f8efd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2e03ce6c441428ab1f7616b9c7c6eb1", "region_id": "RegionOne"}], "type": "volumev3", "id": "80756fd5ffc848c99339f208b0ee8a1c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35c04eb51e474ef0a27a251a1003af11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a926037d2301461382d0d3a56b4e4548", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ace0c2eed3e4a28ac18b7c7584e57fb", "region_id": "RegionOne"}], "type": "volumev2", "id": "ad3264ff9b434bb7b41bad146e0d9c31", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5642779df0d24346865db816ccded7d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db680ed143f44987be3eac1b43659b8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12ccaa496706428a8aa59f6859e30a70", "region_id": "RegionOne"}], "type": "volume", "id": "b5c3ea7f7b8a4804895e362ad01cfe9b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7aabaa8efe64b0daa61ab3a00ddf409", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23f7b36b77034b80b9183bc66bfbe6bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "171d5e765a2e4d1884a3bc870ce18627", "region_id": "RegionOne"}], "type": "block-store", "id": "d148e8abf21a44d9a7eb6fab12a1b6a6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "74fe902183a94182ae992fc65c89fa2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "20fb21372ae345738abd7c1d27f60706", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "dae113ab2b8f46659029ea29037f98f0", "region_id": "RegionOne"}], "type": "alarm", "id": "45c666fd9be546c6a28c7728008e6410", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bbdd7a6e3337458c9bc0241e7d31665c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "86d1de8a75704596bbd54018f00c061a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "43b66de5d3ad43eea6dc01cd3bc8632d", "region_id": "RegionOne"}], "type": "alarming", "id": "5009b4fab2dd40718af9527114f89774", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f32a6a1586114309845b0976c7b26aa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e000c1519635453db9055d4139521b34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "165307aef9404ae4bb2f7c96634b4acc", "region_id": "RegionOne"}], "type": "meter", "id": "cb10c48f94f6434ca735be2f36b1f8c1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6f52a712d3cb40db8fbd62142076bad8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "42a9ecd7a5a84e40996133ae37ebb78f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "92d0f896edfd431a928ab4fa43a6f3d0", "region_id": "RegionOne"}], "type": "metering", "id": "d9a72b0fa1c54208967e156b90d95c1c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "32b75990bb164cefb4186d895fc9fb54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8f3fd2c88c3d4608a420d2b487115cf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6faf2e6245c94ef0ba1e00584a7ac818", "region_id": "RegionOne"}], "type": "telemetry", "id": "fdddee1bf4e84282ba78c07bc66cbd3b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "48d7d3600d844f80b935439b64990852", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "58b3ed6adbaa4ba0ab886c8021e96d4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8d3fa73b6c9044f3a2e59e52d132feac", "region_id": "RegionOne"}], "type": "event", "id": "32f09613f4b04523a32fa2a95bd4b1d2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "62585769311340d6a42a4778f8afcee5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "58a8464538d142198f1dc49143bcea1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "40f7d278acfa494993436bbaa5c4ede5", "region_id": "RegionOne"}], "type": "events", "id": "c57f08ebd42740c2956e7c6f018dfddb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "db12ae88db724899b61763827cda67db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3ebb0a7732a54a83996d0e1bbc6d35b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8737ca9620c84f17ae70a7659115bd35", "region_id": "RegionOne"}], "type": "application-deployment", "id": "bfed0d422f154251a395fd1778e0898c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "807c6960db634669a18d89091ef3c5fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8fed5abff24147cc880948079fcb422d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b960dd50e3584a28b732a3605d3dd6b8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "eb515f904085461694020449d25f9c5d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c3a3346a196644d898848deb5b231ac0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dcc19e10ae8e4f4ba86d3562396036e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3e95936bb8b94a2997013cfd2281776e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c82dd04feaad47768c1ae780fc4beeb6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "56450f690a064b8baa122ced3c8ed669", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "edc58cffe76342b49bc395837d40ddde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "faf96003044f4edbb2be7415f0ce384f", "region_id": "RegionOne"}], "type": "tricircle", "id": "fce3dff724cd465ca85723470cf87096", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "52486805ad9b48a68734a17a9d09825c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6555489f5edf45a5ac57ef5af657b098", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d3d587e7d7d341d689baf851ad23f6fa", "region_id": "RegionOne"}], "type": "database", "id": "26d524e277224bb496b0a00e6e4da50e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "14a941caec324e2faeebd17b4982320b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "13a95fa8583b45fda48bf4030c5acceb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4622a72e93bc4544a3fe3524046d05b7", "region_id": "RegionOne"}], "type": "application-container", "id": "58f1f56103cc4218b17b87cee4178a7b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "70b331e8c44645c2b00b88a8dd526ea0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "997cd5ae481949b5a467cf8580b88cd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3675ae7bdc9e446282da668029efb042", "region_id": "RegionOne"}], "type": "container", "id": "61fd3262c4cc46f286ae759156e5b231", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f5801937932c4d76a5590197a9ad7419", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "374e5778101b489682ed6fac8406c39b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "99a7071dc0264f08b5b8c7fadc56c015", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "bef2735a8cd342198c4130ff8fbda819", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7782cc6b5c4c4fe4bb047fd8f96e403c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b88dca95b35740bbbca5d87392984f7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e5a266e1abd9400986a64223cdb5dead", "region_id": "RegionOne"}], "type": "rca", "id": "be672a1b59f242e0bd492f58cfb197dc", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b2b5470e95144b74b87b49da5e80bf27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e346cb6560ad48a69845e286a2eeded1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f9ba83005e6d49ebb4281df827a02e68", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f37bc533dec2426a96ee051d749babb6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "422238f002cd4918b4a3aebbc7f560df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "72735a7084804673868477df23b41bb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3e3244f7aac640da977f97dcb3728581", "region_id": "RegionOne"}], "type": "network", "id": "4e1013264f5e42c48ef6502ad331fe22", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "122cc84dc6524ab3804f75ec1c2393e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "5548791593ab4badaa53578508a5d94c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c9634650f203418b9691c994a942d305", "region_id": "RegionOne"}], "type": "backup", "id": "ca9d73a0307c46a3b0177cf3a2ab8483", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "33c619bf51ab41d8b0722637dbb71ab2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4245ed07364e4aa08d82d435f66c31a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c7a30c33d730403984c390eead3b3e0a", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "475c0c0a95e247a69c69f1cd40f20ca0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a713afb429454f499c35c6aa4f11c37c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0265a4f5bb624497be83af03355b0f53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6c79e54a98ea4f729fb0d98ae513a23a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "24d2c0ed0c2543f1a8ba7397298b7a6d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "49c3cb3ddd0c4c2bb2381f8dcf173076", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f1ea560b70f6402a87df87ae6e3f652a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b1cc719d22ad48f1a6dcb16f107d5718", "region_id": "RegionOne"}], "type": "monitoring", "id": "bcf038c64e0a442e8d9296b885a499a7", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d318aa387bc146a5a48c6928261f108a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "817e04ddb7af465d8a63798ccedbc9b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4efd5e0fc73d4257a14695ca07ac0011", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "837a010d53954fdebea02bb516a6a308", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "7de38f84d4d6425eb3f9340652789387", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b3b9804b89a0477aa36c8bc17373e684", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "19cfec9914ed4027a4f82d697105f4c6", "region_id": "RegionOne"}], "type": "placement", "id": "01bf6856d0294f3d9791c2598ce439ab", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e8d4bc779a7d4bdd9b383820af432eed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4996be50daa24d5fbb8d8841b2733166", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c5a16888ab364b98b5cf83379f0ca66d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "fb7d1c4aebbb40d7b77f29917dafc3c4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fbd2f98f87da47a98c7003d8e3ba4652", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "27bbcbc79982417882e6c3c6dd7f058a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c5f150f5ffed4aefaf593ff37ff1c26b", "region_id": "RegionOne"}], "type": "ha", "id": "5acd46b899be456cbe940f68ed87494f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a63f963229ef4836826c0684e00a9490", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d6182d1d8d0b4bfe9006257be0c00422", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d7c1e99ac0fc474cb6719973e90b3e4e", "region_id": "RegionOne"}], "type": "reservation", "id": "2cd288f17e6c4610ac2954dea0259132", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "aa6a0a9a7f1a400e84c64774172d10b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ff85e86edf7a458ebd5eb98c0cdbcc48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "fb37ad150d014290bacd3e801feef79c", "region_id": "RegionOne"}], "type": "function-engine", "id": "c24a346a459b44948b378f44d0c7b530", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "73c95c01f98e447f8501bf4a1a52d109", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ca0d72c21e2643a79ac4d17b2e653d3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "78ff8c2788b24040ae8b58b0f14de43d", "region_id": "RegionOne"}], "type": "accelerator", "id": "cc697ab06b094960a80b45e77517a1a7", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4e1c37bf142e46548f323d969f8262f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8800b3d6ed7948ea94f079e4371960ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9c9ef6c14a234231b15c354cf14143e3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3a43d5b3724447fc8dcf19f6094bce2d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "be1b905f7e4648408f349b3c1abb1d8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a63da479c5cf4c8891207c6f44e8a8ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "92c66e3a101d4fd1aee7b3e1947c4462", "region_id": "RegionOne"}], "type": "registration", "id": "5bfd3aad2ca946e6b2016506de8b19a0", "name": "adjutant"}], "user": {"domain": {"id": "1bf6b687d36a44ec9281af3b0dca58b3", "name": "795332c9782a4fc7aff39419bb43812e"}, "id": "80e157e0ff7f4593aa8858700114aadb", "name": "dc633e2dd68e4e16bb7262a4bb89c983"}, "audit_ids": ["9fc9f5beba3b427cb0da181d83d038e8", null], "issued_at": "2019-09-19T09:04:41.971276"}} 2019-09-19 09:06:42,115 keystoneauth.session REQ: curl -g -i -X GET https://container-infrastructure-management.example.com/v1/mservices -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,121 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,123 keystoneauth.session RESP BODY: {"mservices": [{"binary": "fake-service", "created_at": "2015-08-27T09:49:58-05:00", "updated_at": null, "report_count": 1, "human_id": null, "state": "up", "host": "fake-host", "disabled_reason": null, "id": 1}]} {17} openstack.tests.unit.cloud.test_image.TestImage.test_config_v2 [0.147224s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,997 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,001 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,003 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,006 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,018 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.930017+00:00", "project": {"domain": {"id": "e6e7295746534998acf1b9f031842120", "name": "079057041fbb424782f044eeb463ea36"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "fea23fd4872b42da8191fd7c10cf44e4"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "96b2157fb448465381e185eb895dc1c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "cd1b8b92532c4c8e91d97a6aabb96eb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1718450593b84c85b5d6ef54e7b1edb3", "region_id": "RegionOne"}], "type": "identity", "id": "23499c68c0a3495ebf67d14583995d91", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f7d452e9a22e49f1bcb186a758412460", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f5bdf68af9204a88a6d2a40e4ed77bcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e637d421efdc4db18c2b44b56be9a767", "region_id": "RegionOne"}], "type": "compute", "id": "5ffe35a583ae4e77a6f66715233d3d24", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "cc1232c8fe3744deba1ed6bfa5314705", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "6c9e0f482f5d43f986822f775b7aa2f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "eb819267b9d547ebb6f7e6cd675ba397", "region_id": "RegionOne"}], "type": "image", "id": "1e27b22c3a3f463483fa0a80f08f80a2", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a4bb93b566e04d949389cf75182b077e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "41f56abfddb543d3b78909891fc1f94c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8efb53753b534438a7f3a51bde36b218", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1f555dca7f80463a9624e98066c18767", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ed3c7224b2b40cbb7d0ee8705ed4907", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7edbd8fa88ef4504b1d679111a7e4175", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fd3a9e7f2d94fd2b82bdce3c2569914", "region_id": "RegionOne"}], "type": "object-store", "id": "88bc10a81d704ad19452a9774f8032be", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1ae42bb2e64149f4b23d632acda00529", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fa730129dbd94c8693795071482679af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "44e38acc09204f94879e5131bb9bd637", "region_id": "RegionOne"}], "type": "clustering", "id": "9f07c06b64494f969a660d84fb94524e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "adc0efeabbc7439f8336f4f644c3958f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a37a385db77d4d908d7cceced765da20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1bacb7876e69464b8ddb7b6e5a5a4bf4", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f43aaaf0bf3048e297c55a4f3fd1159e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "171ee28b74154400936441531624fc29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f5265e0b5ddb4629a30e6986bbb3a99c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dea0e69d51974d54b18c211b6dd30cd4", "region_id": "RegionOne"}], "type": "cluster", "id": "f5eafbbdaf354281a4b918568861b8eb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "02b770b0e4ea401f9a4b3134c74210cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b840d24307c04d2faa3c11d1dc5ce3f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "486cb187caae488694b53ff826a5bf37", "region_id": "RegionOne"}], "type": "data-processing", "id": "a970b56facba4670b1f92784f0fb2265", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a0284c9b623847008a32414ba56ba248", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cdbd018c649a4d429c8ccdd9cfccf374", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7d3f4a6f566a42a49a59c43848c9cd5c", "region_id": "RegionOne"}], "type": "baremetal", "id": "45476935f14446c0b9e48c5956a17f7f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3ca56ae3443946a6938fea744c6f0c15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5a75b75c7c4e4ad89319fefb679557a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fe806c4f2475421ca686083d8b2552d1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "17a9dd5afe3d4a0481b5afad8c0e7c22", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9f98b9bc60a1428996f927c332c750d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0edc7fe87e794202955176ede2b44279", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b8ebff3d2ae244f4b64581d6118977ca", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c3b7f876466242a98336a46b23bcb6e0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "73f79adfd77449b8a6a9f9982e9f1100", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6b0287e0851d48d98b8ca9bd70230349", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "618e8265a0a24b7c90a2d88eb5f482cd", "region_id": "RegionOne"}], "type": "key-manager", "id": "a3b2328fe65541248b2ba881ec06c778", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f63d5842a4b04e59ac42edb397a8bfc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f8d143c7ae7b4d4197c42859adfd3e63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e4f52c69d65146f2808b4671ad102418", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c09010129bdf4c6ca5e9ac6b5036aa24", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c762e5883e1145cca704f8dfc3ba3a2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6ec4cba1e88e4da4bc33bf3558232350", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "258dd1d1ebf54327be8e98e74bffadca", "region_id": "RegionOne"}], "type": "infra-optim", "id": "efcef86dbae547f6aa2f97bffaa7d31e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8d7ca4e96be9496a8f3e6eeb756fba44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f849e95bc009460289a7a79e44c24f40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a8663709dd054b30a8a807a8ece2d48d", "region_id": "RegionOne"}], "type": "message", "id": "dc24e7c7c4c746708ab0ff3b0a90bb68", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "484f2540d74b435d9ba25d30e8412427", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2b2a54fe7a834be2ad4ad2a7ebebf4bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "da423afdd94c4d9ab352e219979389da", "region_id": "RegionOne"}], "type": "messaging", "id": "c942f282bf22466a9ad1f7da22f071ea", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "bad3ff9aa1da4aec80dea0aadc9b15a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ac830c074fbb4be28be5dd3f16e202f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "11a012c27ecf437ab358d56f77ba2bc8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7028fade6e4d46d2a53249954c5e0827", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "48888620693e4d1b9e7bcbc0286aa63e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c036bd8d9054390ac954f00c40653ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bb8ff32e5936458ba2ac3c5b72bbbd00", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "15e04e778449448791e2af36d997d096", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8ad9d29cd67f45d08a998841780850b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71c72319e0dc40f087fae923eea1da64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a2a4dc6a051a4ac78b748adf1a14a547", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "84af54008db0416e964292a5f854fac4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fcb6cc89cf514b34a8c2329aa2228b2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f52c74d8e6ba4b618664e86884fe1927", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6694b3248a654db8a5876c834beeb7c2", "region_id": "RegionOne"}], "type": "container-infra", "id": "8d14aa4efecb42678a6be63684c888f5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "9bec3a50dc2b415d9e0e4c894991fb3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d250ad37128d459a9d545154e075471b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b356b468d73b4328afd1929d400e1050", "region_id": "RegionOne"}], "type": "search", "id": "a5ed1aa586054e669d6775a8aad3ba36", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1684a81a70c949ac825ef59642a8bf12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c67be97479134f2c855ca0c0a6e670a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "eb66c8a9d9f34dc3b6b11645ef0bf26a", "region_id": "RegionOne"}], "type": "dns", "id": "74a64742f5f049b99fe0c911e1a5e0ab", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7fa72340cf864ebd9b03a57cbfeb5f4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "03bd0bf407b44bb98cea4cbe1597aab5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "06b37841bf9544c3be5c49ff4bd169e2", "region_id": "RegionOne"}], "type": "workflow", "id": "4f40e7c69cc649609355d3b466c9fcec", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a584996edb8047c09add34f24633c8da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ebe09399a0b640379253a81a053a5e9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9c0a6ee1e89c449da27738659fc35474", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b7b2b891bada4c7bad59b448f71ba8e5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "41c637729f5d47cfbd7d6ffba5ceb97e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f4701fc0cc1b4748bea18f7355d82913", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d1d9badbc42546a9a157753343ce90de", "region_id": "RegionOne"}], "type": "rating", "id": "64709b897b984ed2830ef4d7adeefb3d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a28ee18f47364dfdaf7c5768f6bdcd33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c64ab222845642a29ee0d74d51058515", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "676e6c02f8e3410881713791f8aa188a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "11be59a0805c46f98cf83d90a47098b5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "752bb44a016e43b3bb8b9e6de031e84d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4125b225c3c645ec95986566a489b1ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4cab260c966044b0b85fcd0fe57236de", "region_id": "RegionOne"}], "type": "policy", "id": "d61557601e984692b0c60a5211728cfa", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1572e1b295f243a7bc353a73fe3f89d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "59b8eee29bdd494084cd114aa36669bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cb9061ea0e874cd1a9da004877300cea", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8e36e99a9ab4457c82d10d59735ad113", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "89c4778def834ec09332326e9ba43033", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d2ee1ad9d59d48cf86c7bbeae45e5a2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2ae28e97cc34407d9948f36625fcc2ad", "region_id": "RegionOne"}], "type": "sharev2", "id": "b689fdec46aa4823b5b74725854d7472", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "da437439a96e45a7906cec6f8a7d30b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8de2dba86ca6469f84a4d1ca371c7a22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9b44716edab04f7587503e92affaa75e", "region_id": "RegionOne"}], "type": "share", "id": "4eb077a5198c4f8bace2cc8ad077cbc9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e2a860c768e34594ba52679418386deb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7b5fb0ebebe4408e9af226dbacaa4154", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "fb3199ea098b4ebf953b1f4ea7ced7e4", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "16c4c5a8307746a2830b4f58a1b52cb9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6b0033a203a4a5f8e941a13ac92998f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be1f51ecbbe949258ccc1171299b874d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96d440f5ed5245269f0ddcceb3c8c084", "region_id": "RegionOne"}], "type": "orchestration", "id": "f36a312e49404939b4ba00b349512519", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "654b8c68b7184a44aa4069c9d13797e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90f04d4d4ce844f594bf24fcd135b76f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d089e274c2b440b985c20a593b90c58b", "region_id": "RegionOne"}], "type": "block-storage", "id": "41387b73d63a40c9b5c57caae2b5c4ce", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19f7877a41894f228d83a3f933c312d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "beb7d510a27f46c69ee01c2683ba03f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f37a3c30d104bdeba0aaab4e9be0f89", "region_id": "RegionOne"}], "type": "volumev3", "id": "db5c593ce2884b22b7a3c33d8b70de54", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5aae6c4cff8d46eeb5083fc3d9bfd708", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0e198df4a6046a3b011cf46b9e75553", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f70881fce7840d6b939905ffe9bd374", "region_id": "RegionOne"}], "type": "volumev2", "id": "dc362e339e304e269d4c3349c804ebd8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46245c89216f4d72b2b3b17413e6f5e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05ccbf35a5474b68853e1efe7bd13262", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5e2213c27c948f59ba71ae581091f6f", "region_id": "RegionOne"}], "type": "volume", "id": "71a409fcd2234d8587a1631a821dd8b1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3540fac92324145b0c31ff22fa2241b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "546d3060c36346ca9cd2abc60f07069a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8bc3ac8ba2674ebc9c8e60b5e52b78ed", "region_id": "RegionOne"}], "type": "block-store", "id": "6f0a00322e884ba19fa130833194d571", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "456e731e7ecb4a7b9e99d9a5e9ffcd5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a36281f64ced4673af937cfa264c5536", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2f99a5147fea46d4aa41455dfe425730", "region_id": "RegionOne"}], "type": "alarm", "id": "3037f210475142b7a2b04ad7c4c5f338", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "029fb9fa13ec4801bdefb5a083e9cd80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e26b0870f5c7444aa0e15568e914d054", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "94826fa97e2e419396d1ef122d9d8273", "region_id": "RegionOne"}], "type": "alarming", "id": "528e0f4dcb87412d8d6f35f8404339dd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3efecd05aeb74f37a26be06f9b17432d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4cd7348040474922be2de69e878827c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e79acf025ead41b8b79066bd394d216c", "region_id": "RegionOne"}], "type": "meter", "id": "486a8673e9e345d4ba804ad58b08370f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6af9553417284eb48b60c748b40ab8f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c729ac04c72b48fd9d7e50560bd3af81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "560390b926ea404dacd29f92c4fd1907", "region_id": "RegionOne"}], "type": "metering", "id": "682c923e154c40ce89d5e76d131407b0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e38763a10b534746b8a3c1f0a1b7bb39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "034871fe735e4628a66509858f0dc5d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "aff4b9a1295e44ac9e7b62423fcb7fbc", "region_id": "RegionOne"}], "type": "telemetry", "id": "ed68da6fdfd54c9598bca6318882fecb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7c8acf790eb34b4a835c573c352db242", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "45c92dc957194a82ae5abb08e503345a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a8a2b98d909845d2843d5e14f79d9e03", "region_id": "RegionOne"}], "type": "event", "id": "c68880e9a22a4bff95ea9bede8790a66", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a375c11d0f4e4dffb2a60908d4bdba4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6deddb9101d24caf9e685636471216d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "aa7082457f63451190c9211e1c36392e", "region_id": "RegionOne"}], "type": "events", "id": "6e224d5b42bc4599aab9aba02ac07f38", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "92b9f873a9a74e50a0b399fe5d0e97fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f93646a9a9924d4e95806e1513e1e611", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7c4f5eaca88343dcb2b5af34eb2c74d3", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b38bf620795f4d1696768d58cfaf72f7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "37592d2411b248f889fd7416b1fba1d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0711dfe8f62345839f03873b4c7e8762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b1c6ea1a3cc140849a1313ebd9c433e3", "region_id": "RegionOne"}], "type": "application_deployment", "id": "fbc4321a3c6a449fb9fe8f0b895a90b0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b434cff5cedc4c6fa33e7b1efaf3d44a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9c24515e2ab746f99748ae84b0172a39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "de8430597b074d47b78f6a3caa46b5d5", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "12c6f26ced0748fe80ae9a3039b1dbb4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6c3b490b5fce4552bdba225281c2cc9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "eb307df381714fe996cbe4c3a4b5f8f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "56a0fa7fdec34e32a742cec36548501d", "region_id": "RegionOne"}], "type": "tricircle", "id": "d180f05a0e894425b418260df4ec5f1d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7765245e799e415ab68c1868f220a07e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "3754aa60c8c04252b4fb2c14ce182e40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7425eb8754b94921b37d63c4ab716752", "region_id": "RegionOne"}], "type": "database", "id": "5b0265ce3f9c417f9423644a73c65ef4", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "214d2bc4ba9d4307abd49abb8bf7a212", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "49ae3af2f7fa4ee8825fc875265dba63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d4df65446e894ea59358594d47c5d210", "region_id": "RegionOne"}], "type": "application-container", "id": "5671df5f31fb42ba81e6d54e4298502c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "192b3ef1346a4b96bd115d488c3829ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f35c811fd78246f48d57401e3c3373c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c9fb94476a6346059f2eb2229feeeefa", "region_id": "RegionOne"}], "type": "container", "id": "1f3771518d7e4856934f7c8903887b8c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c30872a04eda4589ab6c1450c3184d37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "70c2354c2930433caec3244e0204f3c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7711dc81b26c468e97172f58b6ac332b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "26567e97c0264e848e9b97418e0cf831", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cb3d424317874bbcb6ca498ebd575a0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8433e14718a34ed3826e0a3daeb22464", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0e20ed42a1674d9b894b4418c16300ec", "region_id": "RegionOne"}], "type": "rca", "id": "e8c795e750054d6189c68ee6ff765e5f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d2b4cc1fa6744e1a9d9e2b2e117b5368", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0b43154d3cac474c96b26bb68ce07462", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "04cf04704acb4a94b2d45470c9da307b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "dd41e2e93dad455887c9bbb6715fc344", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7c50918140914b5f9fc9e5dbbe1f4c0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7fcde2e5fd7243ccaba28154870d0aa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "679b84bdbdc5434ab9212f5b97d43ef7", "region_id": "RegionOne"}], "type": "network", "id": "5c37479a88454508abdb424512589f15", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a56012a012fe4f93b3fc912a153fa298", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "836b1d5efca04f408003abbc8d64b77c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7adaef1f811a42039ddfa9a83d260646", "region_id": "RegionOne"}], "type": "backup", "id": "998b4c530809469a898b72409b9301aa", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1a8de9c36b9a41d3909b2cd33c6f974c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "92b3cc30bce04a71aa70eba926fc4ccf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6f640ab321274016b3028bcd2240bb10", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "3d89a5c4c57d4e4baf02ab72e4adabad", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1a6d4cf7496c4ce386bac7d8668cb8ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7a75fecb70134233bd4e2c1570c31d22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ea342bfa10854982823beb2074f932c2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a8e4845589ac4253a2b41dffbec35e00", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ebf7a73780714c81b3dc5a6138057d44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "72121cff42784d8c8002d37b953cbb69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9b54a1194d814be695a7825130689638", "region_id": "RegionOne"}], "type": "monitoring", "id": "3921c946a8b742f295ef7a1c9400094e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cca2f63a05f84e529086bc0d1ebde072", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "990e7be5f0984c16a826c5a2ac10183e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "0f3310352417449d9d05a939c16be9d0", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2685b00419b14ce7b009707e932443e8", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ca1053c52b3f4546b4333187b5a82dc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "80002d9b52cf4c61a4b61e55a3926593", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4aaca487cfed4fcaaef5767504cddcee", "region_id": "RegionOne"}], "type": "placement", "id": "e17657384de74f5e88ce7855ef0b7a51", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b339df9fe1954431bbf8d6783c1bd5f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3a4c3351fe12492a8385ba7375d7eaff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5a5ef1f053ca4c88afd5feee94b298d8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "81f83944f65948c0802cb4bbfee4dd32", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b3d93066e84b4313af8d404c1fba38b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fbcd0652b5fe4d36a374e1eb173a6198", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f0bbcfb1010c4034a4d2ead0871e2364", "region_id": "RegionOne"}], "type": "ha", "id": "010da9f8c6794a868dd0cc33f44de9d7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "773804e019594794b99d99cc63267daf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8d09a72a69114cbb90897a1d3a0446ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "49532fbd0ff04266b67e20a1c60c240a", "region_id": "RegionOne"}], "type": "reservation", "id": "f14b529158454bcebb5014df54bd2d91", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "893fbe7f789c47b798ebc05aa7664e0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ec12c95cf2be408e96141d12b49f15ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2a11bf7ac5af4e3a850a687844565f97", "region_id": "RegionOne"}], "type": "function-engine", "id": "b3c8ffe244db4ffd81342b57dbd2d119", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7458b4da4b3348588e89ccd17fb9a1dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "257ef9b77f8a4c2596a946d283ea561b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "487bdbbf6e0141dca579aaf9ffb867cc", "region_id": "RegionOne"}], "type": "accelerator", "id": "a37304d0de2c4e93830bde131eac5397", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8a7cf338a58048b0bfee296b25e87147", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "99d14bb7575b4e648ce11dfb6a808510", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a2109bfa5aa54f0ba92c2944715e5787", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f4482f35efd64ff7a63525c7f4de4daf", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8362d84c0bb5449488848bd87f5df0d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2a9c55cbf4ca4f15b45a9ba8409bb56b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4f16beef4c2b491a8576f01f954296fe", "region_id": "RegionOne"}], "type": "registration", "id": "b4ee1c1614e543f99429ab6c9c8ab043", "name": "adjutant"}], "user": {"domain": {"id": "9f88465feabb47e9ae34ccbd69b69eb2", "name": "162d8ad82af54143b5247394354d6177"}, "id": "c0925bf5c53a4b7c9cb181e37e990c65", "name": "4531b4faa3f3480e847a2152e17eef2f"}, "audit_ids": ["e2c9607c95b948c0a0c83f65ae711318", null], "issued_at": "2019-09-19T09:04:41.930017"}} 2019-09-19 09:06:42,047 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,051 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:42,053 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } {31} openstack.tests.unit.cloud.test_object.TestObject.test_get_container_access [0.197749s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,022 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,028 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,031 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,034 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,048 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.959531+00:00", "project": {"domain": {"id": "9e0fc7edb4a44b488b3d96e16b3c9ba5", "name": "c32ec2d1218641dc907552e8e3a261f9"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "fa4277af7f0d4a658fdb6dbd3bfea3c7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "234a8bafefcb4a3c9c5ba11360dee396", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2e449cd13e7b41a0856b3dd171e5ae46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1f40d4dcc4cc4adbb1e24aae879f8969", "region_id": "RegionOne"}], "type": "identity", "id": "5276d32ad0e443e0b0d5b1584152ffa4", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "40c9ca5702714b88876d6d99dfd5be54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7c7573b3c8014ba492eff9a70e3f92ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6980925c46b543978ac611af617daa46", "region_id": "RegionOne"}], "type": "compute", "id": "c21cb2ea51a94aceb9a79957549fd71c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c6dc5f1ad4d84c04a7c2a11f573362fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2dcdb517e3a64c65bae148a828e5c7b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "455440e582f340009ea68f33c0bda481", "region_id": "RegionOne"}], "type": "image", "id": "f0381493500642edb5c3050878600ed4", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2d53e4cf6b544e6b8bc980f7baaff0d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bee878d9ae04460d93b14b76ad001333", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "67acf91c79604236b37caf9db488024e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "37c4904c2eae4be68062084f337d7132", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "315bf255fe8e4c16b5806d4614109b80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97618a1906e54c74acb637399cd2a3c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e92010a2c5644b2a25dbbdf6e253102", "region_id": "RegionOne"}], "type": "object-store", "id": "fb996550afcc4bf6b0a7ccafac00907e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "21f7c19223624976be3f35e068aa7790", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "79b87c696df445d08b0ab7fe6134eabb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "862eb4dddfb34ab99e89ec3289128e78", "region_id": "RegionOne"}], "type": "clustering", "id": "d166edc172bf484fb280e1f0298db8c2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "54a1a88984544eacb90204373b09e9f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "27ceb44942ef4f4c8792665b6775162d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ce11688b16b24283b182711a58ded3da", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "94f312eab547449ab66917dddba051b3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "80d582091d454d89a8a37e5c525dcc96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a75c321b755e4f069c04c4d474e49960", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ca450ed5a3514a53803b484a0ed37afe", "region_id": "RegionOne"}], "type": "cluster", "id": "59ff37c5b814464192d8db6c20e7472c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3299e5d8033a4c6fa99ad49b3750e7f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "77fe1bc157bf4b81ab12d8d7bb9a3b9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7aa2e977d9e64cf7aa95c0e50f49bc6f", "region_id": "RegionOne"}], "type": "data-processing", "id": "255fdb818181404594b19df158354ef6", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6104fb353cf541fc8bd650291f886d27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3550fcd828a34efda187f3a5c78ceaee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "04586e25331c42118ae3cc9b46c52331", "region_id": "RegionOne"}], "type": "baremetal", "id": "f9535c7af1424c2cb795822553211e10", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "77646a79aa46423fa8a23a0312d9cbe7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b55de9b32a5a4e9f84464e1197c9f588", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2402deef5b894ec6a70b87122da71f95", "region_id": "RegionOne"}], "type": "bare-metal", "id": "66a21c4f405f4859a1e42b4ca64dea43", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4cceec39cad040a48b4374ca13e30e22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0f638c1f031d418bbae4d32c2508ae98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "06e90429e431421fab80379bfeeedea0", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f0c5ad22b9294f3ba76d6dc6e2c8ecd4", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2324d37c526e4393b94abcab8b9bfaab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "29c45055fce544e9939af026f9fdc428", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "79cd781581994261b9aa54d5e2a7373b", "region_id": "RegionOne"}], "type": "key-manager", "id": "8db83750df904ee7bbaa4e1b88d43c3b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bdaf0a171578479484e0c863aca98b97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e69eb95aab16491d8e6e7ce3f259f597", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8f58ada6773a40268b66baf703dc164e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0561302572cc427cbd99fa9718a8febc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7485ba091a8647008316b5b601be5637", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7314ee459edd4f58a4b9c2da64097681", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9d8513c77cb04165aefbfb8c841d619d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "bcbcc758ef4343728ec077efed9803f2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4c11654e42b7478c87c0ad4e62eb979c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "46fe1fb76e3c47fdb372193fcc4fc026", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a5292f8a04e0407a8558521af1e3c245", "region_id": "RegionOne"}], "type": "message", "id": "cfeab67c3c104eab91ae62f781d46dfa", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "79bbc97d92604c5b8a1ee9660627c007", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8070ce135de34ba3a420b4691ad0797d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "724348bf382446e399f695e7fe5b77ab", "region_id": "RegionOne"}], "type": "messaging", "id": "28fefa1fdf154c8ca3523c9b793cd40a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "729e4d1ca2a949ac85084ebedb75ecd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "340d524315e94b8bad325603094997fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ab6ad4489afc42b5bc5ebd5b93560c17", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f983dc4747fc447fa719fa821c001b92", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a4f4801d36da48018acc1bfcbb0c1693", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8a5550596c4d48f3a206e1586bf3ab83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7a64588229744a25880bcfb04406eb6c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4875052a627b4818bdf57a307aa28da2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a1c298f0b9144a9ac70d02b5cffcdc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c3a380ef1eb4367a09cdef5b5af7497", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "524ae5517a21459bbc83b2304073a8ae", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e30c20e3cdd64ce8bd512f2645d51c5a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "56e32037f20b47e58ba9e4499037fefb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "84c84f14d21b487985e41ac147f641cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f3bba33b03774b7fb3fd679c8b0ac0f1", "region_id": "RegionOne"}], "type": "container-infra", "id": "54b7d48c0162493bbbdd0dba7ec456b0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c3afd2ea901d48fcace5e4218fb79e73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "4cda256012fb4d528927084ab5d6b484", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e5c4d8bfd4cd401b8067ea20d2385ca6", "region_id": "RegionOne"}], "type": "search", "id": "c9e71370966b405ea7aafd2489020362", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b1d13027a86d48d2b3a1eb7f1fd6d6a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ba98f64d7ffb424b9500e5d69766b625", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4a491ceeb09d4533992b7fc7c4ec1ecd", "region_id": "RegionOne"}], "type": "dns", "id": "eae77e0574254a87a79de0efe42692b8", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9fb2873ee58d496baf6cc2ad20f30c0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c81996083bbb49d5b7029047f6319488", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d94c5bcbe75c4be784c62ea2980dd7b0", "region_id": "RegionOne"}], "type": "workflow", "id": "7436136f8901484a8a9ac4e6fddd9ca0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "42dd938f376b472cba7598f423d65fc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "827fff7cf0ff4d098f95ecc09ed087c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "47b99b474e9043998830df4d590cbed1", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c90afad4cfe543e9a6df88469aa48004", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "31fdfdd2f7c541bd94396a56dad81c0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0e85ddc4bb4542298160599505912754", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1623c41e2e9c435a93ef2cb1658cac9d", "region_id": "RegionOne"}], "type": "rating", "id": "6e21c765101f42f695e60d46c11e7b22", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d0df0583a84f40cdb2182b2ecaaf5e07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7616d14f35de43c9bcdd98cdd5840c9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "156caddd372643918e763e3db6fe6257", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c4c5fa5205f24a678ec6d84cb6ceb46f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "90bbb6d5f97d4cb1ab3f1619a24213a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "58f15ae25c4d4dfc8ce33f8bfb237541", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a3204487595047fb84345a7f1181b591", "region_id": "RegionOne"}], "type": "policy", "id": "262c598564404ab980cdabd1b3a93606", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d0ccb9015e084b688f0104f42a538369", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f9e8afda68204284b727e7a9bbfed310", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "aeb753cabbd544499e1e77c12d3efb2d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "126f5e37eaa847d1b34c0ec49e6ea5c9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4bd9a358ca2f441db60e1cb7ee9cb0e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "10443a1383294df7aa909b5d9a006a08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "149e4d4326bf4c2ca43a18a7b13ddae5", "region_id": "RegionOne"}], "type": "sharev2", "id": "7675c7c464d743ab92690e004b8e658e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "03e52b0facc0495dac48b07d8017cae0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4aa9de739d314cb3994fc57d0f9fce19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "22912eaa71ef42429adc64536e9932f7", "region_id": "RegionOne"}], "type": "share", "id": "515bff30df144043a8826c8d980d3612", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e7c879c28b6847baa9a90ff9e21d2261", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "efe287be527c4698ae35e3382f9dd2bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9151307098b04a408177af26fef348aa", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e162551b8ad344f79edc67a148320da0", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4a2f1309c2c4dae8771d89e9febce6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60dc7903e81e47ebab3e1e1572f40bcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49ffd65dd2cf4b0c9d9a4d9eb1c45515", "region_id": "RegionOne"}], "type": "orchestration", "id": "563651891c084ae3a787093d1040c48f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8321dd89b2d44f99a31787dc0947087c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84a8e2b9ad2c4c7db63a02c44b5564b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a04bec5b491d4042aba641a8346177fd", "region_id": "RegionOne"}], "type": "block-storage", "id": "2f56054361b94a7d9c94ba84777ebc18", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02e797abd55944b4a00b14add7755fda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99fa5a5b10444216a5a42288ed1ac189", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ac44b5183544d968448ef331d8ad8d2", "region_id": "RegionOne"}], "type": "volumev3", "id": "065d907f28f84486b94db521b691d859", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da027f3bd23f4ae586bc19f5fad7ab3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "647dca8551ab4dcba000f667708e5315", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99290239a4774a4695c0b710d0c15e38", "region_id": "RegionOne"}], "type": "volumev2", "id": "a30070d22c2d4b3a87ab0128c312140f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac2a361678294555b6ec9dfbf22563f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "347e4ed9f37d40749dd9c3c8af235eb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43cf264490934f8795677b6346b246e0", "region_id": "RegionOne"}], "type": "volume", "id": "5203b8a82593447f86515e576da568f7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e756c43349884dabbb19b8413f3d19b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee377677b45f487eb2e4b03f5fb6b093", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f870c7499e34658962685f11e01e439", "region_id": "RegionOne"}], "type": "block-store", "id": "6e74785c3e144d109995b1fd4b96b3d3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7086fb4ed45243e4acf0d4d2afc54a42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4362ec00bdb34227a7ba948dfa66afd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0a1350c00b5941a19dbf7dc35f45b2b7", "region_id": "RegionOne"}], "type": "alarm", "id": "ac6666b96d2c4f0f8e6543c8f23ef287", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8ac082409a2f4b66a6c80873fbe6b97b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9812cbb566184250a14f15066bb9b114", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9172b81ef6f94f7f93403b5819b2712a", "region_id": "RegionOne"}], "type": "alarming", "id": "eb332ab49def429f85b9e9026194b7fe", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7b472821e4a54636961b64b88d346793", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "342952c9e60b4d26a03e16926018e173", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "053813825d344ac9a878ee01abbcae62", "region_id": "RegionOne"}], "type": "meter", "id": "7562c6f741d645f1bd121555a9fda7ac", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e998da1a7bab49bba036c453cd7d382e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "99dcb075fedf4b15b2698b86890732e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ff3f5271adc04939a1ab5560bf8df353", "region_id": "RegionOne"}], "type": "metering", "id": "f87a91f24a2c4043b3556aa652cf89ef", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ff508fc782274794b77007a83aba9d84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a24c99a6dcd54c05b69a84552aeefbc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6c7b30a7db4741eeb1caa873ae2a6949", "region_id": "RegionOne"}], "type": "telemetry", "id": "c538c2c5d5c54125b0e3993b4d64acb4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "43b5bc8761734191b95b2fb1b144f148", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b376a3983e364bec9eed795fcc8dabd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a32755521411469db5bbd70eaff1518e", "region_id": "RegionOne"}], "type": "event", "id": "09e483fb1d1c414fb8d6493e40b96a26", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "17fb6d8b613d497e83ccebe71862f506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "996519ef53b14300ab12bd552de7f5e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "26b33bd0b536484fbbf3c5e0d19f9107", "region_id": "RegionOne"}], "type": "events", "id": "d49c8af2219f4e5091b2777f7baace59", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "54c9623d9422454ab33c052fdfc5fa1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0d9392cb289b41e88520146b32a76ff3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "cd16c66d3f3e40df9f43f5eed21967c4", "region_id": "RegionOne"}], "type": "application-deployment", "id": "86de127c31434c129c995c0a0cbcc0fe", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "54c7344c70f24de3b68fae2bb43b4125", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4a3cfdc654154b76bfe37b0564b0719e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2d6d997791b44ef8b0656792c1717600", "region_id": "RegionOne"}], "type": "application_deployment", "id": "fbb40ef992274d6e8989b991f5f16287", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1e0a05a4cbc64891a6aea2ba74aea28f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1c31700a42e5488088adedd5874e945e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d69e6255cadf4645b29142bf67717e2d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "042a97de14524de38ba90665a8f310bf", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8afd4a50e4ef483c8d9c9f5e0ca3d199", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "61196d6efb2d43029f9b53e641e2adb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2fad6d30b2f54351a373cccfc794cce9", "region_id": "RegionOne"}], "type": "tricircle", "id": "c36933224b10416aaadc3c073afb8441", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b569886c2be84c31bbffc0c937977dd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1bb37eda75ed45ce8414e9ea94be683b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "67a700e86fbe4d6ab345567ee319c2b7", "region_id": "RegionOne"}], "type": "database", "id": "726a1a4035e34f38a2d66c8f04b87151", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "af3a0ee33d1e4aebbf01083144c73d40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fdf0a3ba6e1145279b2e63fff6c24df8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d66f1b06dc2e4b4ab34804f3a5f26689", "region_id": "RegionOne"}], "type": "application-container", "id": "c10f3d895365414ea7ededc5f2ab08df", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cb55fe224bee498fb0ca41b8f8224d4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4ad04489ba3d4c6f9e978c7c20488a8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a1fa8eb7415c404592657202ae820199", "region_id": "RegionOne"}], "type": "container", "id": "0bca4a0e3c894f34996345664c2a9cf8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "aa63d9f4adf74cd9a302a2330c9e8eb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f5f5c54770144bd6bb9d4ab2ede92d94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0dd9f27a5cbf498e8c6f6e9f0512af47", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "dc7dca54a13a4da881ab80fde5a552d7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b489b70cfaa941668d9aae69bd9f6a0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8629b6ae29c44e2b842644dd2a339d44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f76deb05cf224f13a3a6b7e87adec22a", "region_id": "RegionOne"}], "type": "rca", "id": "8e61bf04204244198d530a39ac869fd6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f80068dea58142d18b59680bd0b7405b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "73d367944aef4be8bade62b96075e891", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d0809231a2964902a353a6ea2fb70e98", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a2a366139f024800a17c75de90614f36", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4e12dee94c6a4552a667d02656f81848", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f01866174337457a853b3f9beb107909", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1978529a0a5d41f5bac1a32525728996", "region_id": "RegionOne"}], "type": "network", "id": "1f147b123dd04b8ba73f5f184756e88b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "388f1220192d4a56bbc556e2e4c5b834", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d8c39e98b64a49e6b6e8f47954b76d2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d764fcf9709844359d09b60e1e7999d2", "region_id": "RegionOne"}], "type": "backup", "id": "bbbaecab07754df9b4d710632dff6fa3", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "43b4c705d7a94f45958cc698a7d4532a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "11817d8e365c4493a54600e42e8849db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4feb95a39f794e34a92078d48dde1d90", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "68dcd450fa9048579263e3526aecf80b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3336e233e37c47a2b525c8ebcb5d1887", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bbf9e76e2d7c49178d47d660494764db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "52825d0a5c5b43ff8cffa324302d0cd5", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1fe868752f7649789b5cef7d2080a8e6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b24ba2599af8402c87ccac6cc0011719", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "61aa099b38bb4168a11f712d33061f77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "560d264fc70f410796e4167fb5f053ed", "region_id": "RegionOne"}], "type": "monitoring", "id": "1b2e286cda9546408e326c1c536ff139", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "64a000b41d4347bdb8d745128adbcc72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6b78fd932c904bfab9b6f745b2b91611", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1f90100eb7b1478e9250d5c25227592d", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e255888ed6564083abbe6089f63af268", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "27dd45606ace479089867d8d5b9753a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "cb5798a5516444bd8589b501aeed4587", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "358f069c459c485bb2a6607befd5a34a", "region_id": "RegionOne"}], "type": "placement", "id": "899cd96499674e8dbf4aad9d1cf1df4c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3bd6ba61ba64460098cf9fa8165a2af1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7a99a02dec9f4fc3ade26b50948b3c7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bc23d0d3b80743b9b61d7b139c3181a8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d2676ae8decf4944905b9e998ef711bc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c4b4c140edf34d9dbfb5782344b91ffb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9098ba66e2ad48c7b6cf097bd742edd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7c4b261e344842eb9405088ac07548d9", "region_id": "RegionOne"}], "type": "ha", "id": "52c80a6f3855456399cb4fedc5acfefd", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "886aae0339ba4957a19d8ae39623b6cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f70ad2d014db4383a0fd6622ae6ac09a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "91cef451b85049318727743e8a2da742", "region_id": "RegionOne"}], "type": "reservation", "id": "4c74649b2c9c40d1a34aa5a0b8960a39", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "20344b2d96d748fa8137dcb6cd5dcced", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4795c8e973b249d68c942e1cad5f0e76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2e207ebd294c402789a6ecce73f6ab24", "region_id": "RegionOne"}], "type": "function-engine", "id": "84cba9fee5ac4f54a0634e06ccc9c130", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3434af7a338542b88df4d412c1da89b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "97dcaac906404abb9abf66848c6b0e88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "949de8c470294ea7a309729b932dd938", "region_id": "RegionOne"}], "type": "accelerator", "id": "2ad8aaf94a9f4071ba1061d6c6a0a7d0", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5b38c918af9d48d3a362dc08b03d94b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cf1ba21a6c414b199bd3e76bc3825873", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "44a8072374a04fbe98297496bea2f51b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "56c221f0dca54c2da5d5622c5e4989ee", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "97609147c343423d8eee6739318b9ab7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3d9539ce7512475ca7bd0075b6a42c91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "164c0d72554443d7bb370a81a5e023aa", "region_id": "RegionOne"}], "type": "registration", "id": "1d1800573c674f378293199726bdaa73", "name": "adjutant"}], "user": {"domain": {"id": "439a94c0a6574c9cac286ba671b5ac48", "name": "0b662d8a57854f6b89ed843bc7a80a55"}, "id": "5f61f18b0c44446ebcadd337d8393b39", "name": "02eafb7571714aa8b7985124d2a637bc"}, "audit_ids": ["1a0e2f05995542b0b88f94511acacfe4", null], "issued_at": "2019-09-19T09:04:41.959531"}} 2019-09-19 09:06:42,145 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_get_container_access-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,150 keystoneauth.session RESP: [200] content-type: application/json x-container-read: .r:*,.rlistings {5} openstack.tests.unit.cloud.test_qos_bandwidth_limit_rule.TestQosBandwidthLimitRule.test_create_qos_bandwidth_limit_rule_no_qos_extension [0.146155s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,048 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,050 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,052 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,054 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,064 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.995003+00:00", "project": {"domain": {"id": "68f5d6654080489db8d0f45b2705d35f", "name": "f4293e4175dc4fdf8c39f89f1cb128a5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "bee7b4bb273b46a08913e47d16037ad3"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e09df5be98c94c59a4be2583a77e7392", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "635446242ec942db8d1ff3ac6377ac06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d48639380dbf4e3abb3930e34a430ac2", "region_id": "RegionOne"}], "type": "identity", "id": "0d3a493a960042e2b92eb9edb523eec1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1dda834784e948f0bf52767d971d708b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1d4e33a161bc472ba703da227dc11cc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "222b9c793b414c02ae359d646476beda", "region_id": "RegionOne"}], "type": "compute", "id": "94da3360921649378760f7296bbc20da", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c7717465341b421983e984888c9def61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "54f79152212042f885865ae47ef29bd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "26eb889a923b409a991cf07ad9a50059", "region_id": "RegionOne"}], "type": "image", "id": "ffea99d1f6f3427f82d62232bbfc52db", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fe6ac1e036d44db783ba5cf7b0ae8849", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "48c31158101b4d089d36fb5d35af69e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0d9e88183a5e4a89a17ef1ea88132a7c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7c38b640a0c3445692916892053d5cf0", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4cad0632b9442a6900cf0e3e09393e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "656bb61ae1ad47ab93a89ad93b533fd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13209511db594eaa97ceb406e10ad445", "region_id": "RegionOne"}], "type": "object-store", "id": "fee6a66cf6f74423ad3a1063c3b3fc6d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0227d10405a5458c9cded2375b473aa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "910d7ff9ff5b49ed8f52e72df8c779a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "44fcc90a7d1248589eda525d014a9575", "region_id": "RegionOne"}], "type": "clustering", "id": "786aacf1dd2d4da192849086d94e8e66", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cc5bffc480654b3385406cd9ff688e65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "294936366ee542c7b928a78c63907f1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3c50ec0fb207497b8b0f2381b336f5c6", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d281e44751834cfd9ecd4f1a3b68864f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1fa0a353dc7747c09c2387091e899527", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "da06d23bad5442ae808d290922512fec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "aa13b299019347e38cf8acf6a856923b", "region_id": "RegionOne"}], "type": "cluster", "id": "6b6278eeb3124adcb0c8ece175efb53f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5960112e6e7d45e5a49ed5cebeca07aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "111642937c2f48acad5e0976f570cd9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "442cb7928d5c4c0b9e24bcc7defe6236", "region_id": "RegionOne"}], "type": "data-processing", "id": "d719ea570b5042b0be93781c2b6e05ec", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "23365ed3ff974ef5b5d8cd0cc10db7ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9863a4c330754109928cd0ac300163e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0f08edbc2c5c4c1dae0548f1708f9ce2", "region_id": "RegionOne"}], "type": "baremetal", "id": "67b5db8abde045df8f851ba09febdf43", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5cd8a552cf694557b72e365f225528f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2a781d60fc53496695a7a772626ddbc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "eb5d3c382db34d0f8fdd860e997afff9", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f5683410dbf7410686d412469c30bff0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b654457e94f0443180b71beb6ad0499e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b7c8a9dcf1924583a5bda10a3299050b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "6f86266450614e25b5dd769ba7613225", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "4138470ba9dd4b5e9792131b2c304de4", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6e7bd197c455455abe5ade68d035e6d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ab82b116f71040ccb242f6747bc6b2df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1a2934b97fd745cfb4549498ffdaba09", "region_id": "RegionOne"}], "type": "key-manager", "id": "ba3301a54fce4bd6b87d4ba17f753961", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3029235a1d6c40e2aea586d0f63c760a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8533d032713a4297898fd9a4f9c7843e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c7292f7c0a76442f949e8944b0759fad", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5a91755f5fa34e44873e0a2b92b48548", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "86c4daab726742b89041ff885feb3e13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "03175203975d43058e97c1d60d748cec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a457b6f04b1c44e0a2d011cacae2074c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ef8070ded4f3462aa42b0a82eef80bb5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e4d95190446d46cba27826437a3b01f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c2f0cc98fc2243659d54c638e2dd01b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8c16b83fc0164d6ba308cbb2c2c79c3b", "region_id": "RegionOne"}], "type": "message", "id": "2af85eaa690047ab83ef1847510c1b59", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "46863b5f0333427083c201c3f3024834", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f274791be168400e91cd8b25df2ee2c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "69a5ce6ae9e843cfafb7058a957893e7", "region_id": "RegionOne"}], "type": "messaging", "id": "9a90e7a724134460a7f293ec579563f4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fffaca59185a4d57b4ca8b3db9ca9a2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9399388abadc42dab94abde9cbd5c0dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5522f871b9f84065bc744fdd700d0f85", "region_id": "RegionOne"}], "type": "application-catalog", "id": "5c1fa0e23d8145a48364765a296440bc", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "db8794d138194d1f9a06ac14a0bb5d81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "980de1b75cd64732a03679f50f0814c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f6a85d49fbf4cc498a82dd7c024968b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d8b399144bda453aab492c6ffd329bd6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "42c567a30148422ca8982f8e14cec01e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bf53ab2a625540938c726c31261a7755", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "300cc5d755604f5ba68e8981de52b00e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "14c012d343204773b3a1d2d686289d4a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "686894ca9e4b4ea4a926676c82ba0db9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4865c029d1674c10880fd07c870e11c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d51717e3b03f47c1a3e68cebed080898", "region_id": "RegionOne"}], "type": "container-infra", "id": "40ae501d1ed443ce86e925dd0ea4c121", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "954540680dad463e9d7aa1227d0f8276", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "515837f21ce2419eb031f1073443e2bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "45b7a65edc9148bdb2cf289607e22838", "region_id": "RegionOne"}], "type": "search", "id": "9d3770e3878a4c9eb5d4d18ec514f96b", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "218246cacf5f4de4b214e3dd633029f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b86875b670d7439bb7b43a4576d31cb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a6e8c89b3dc447f095582a97114ca9e1", "region_id": "RegionOne"}], "type": "dns", "id": "68b4f676789b43ca9549e3503183354e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2d0407ee84384ca5bf2b28cc69107a5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1cc030c0ec134f80b01e415a13d5ec44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1526530675ca4318b6c29d5a6452bf98", "region_id": "RegionOne"}], "type": "workflow", "id": "e326652a88ee4a3e91305e85ef2d0378", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "262b7ce4f9664abfb6d5324bbbaad83a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b9ba2477078a47a8a2658bc25e88a919", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0f5c60e65f934184b3957473e06a1ec3", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b7e927d13f424fa38ad761b5d0ea8d26", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "fc585311f3eb42cebe80f67b68dca21a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f74fb56ee14c420cbec39a693de810c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "2de6e2f46e1d471293591c3197034769", "region_id": "RegionOne"}], "type": "rating", "id": "905908af4d664a718345b9d7a00f8a11", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8a2ba3c173aa47fa944ee3403d9c5a0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9497eb7b89334470b1ee9e3be6a8e97e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4b94982a15444bafa00931fce62de213", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a10145e949044726bdc1bc96bb845887", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7a339fbd3412429482696b75be1c041a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7471bc4a44b8478eaacd100d195cecf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ade1176f053740ddb5def6fdad7d61ea", "region_id": "RegionOne"}], "type": "policy", "id": "01d2ceab498b40b19b819bfcb85e7231", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "58e5513b51b444e29e7f284d6cc8c2e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3af8564d43c449199105de6574504125", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5d0824c23cd1413091a93df248b6c36e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "440d754fb8a94d979c79f3ae52e1bbf3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "73ba95da735b4fada156c8aeb7fed486", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "43944a712a914794a5d0168f6c9afa41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "13bbb6696fe04341bbc8f053ff210a51", "region_id": "RegionOne"}], "type": "sharev2", "id": "6a1dafdbf3cb44a59c5785e03cd45e97", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c29d2d0c6fda47be9efa5019b56cbe30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "11ac74df5ebe47e587b1280a8492bd83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "28017eb2f7c2411983af0802c21b3f67", "region_id": "RegionOne"}], "type": "share", "id": "0e40defacb084cc4944b524bc6220115", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6502de10fcf94294812491921de938af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d67138c5bb614c06a33e7608bcf3eb60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "aeedd7314a414df88c2cb07b002a0be5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "49e93b071b6b40a1844113a9aaa815c7", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1dfe9335d4e9488eaf4bab748eac336f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e739d6931fa14aad81d3725389fa4d38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ade38ec933634ee9be80ac200c89a3f9", "region_id": "RegionOne"}], "type": "orchestration", "id": "163207c70694479da7f75cdec90e6e66", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "557326fec3864fa28f83f83f24485e32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4eff4e52fcb4fd7a16a874308cbab08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "deb0d15d38ef414587e2fc60bab93c83", "region_id": "RegionOne"}], "type": "block-storage", "id": "d6be6be930c84dbaba34ba4d2cbe89f0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "976767eb4cce449c9ddab42824b18743", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b45ce8e20c5423a81fb63d419d9366f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c9a5b42544444f67bafe0b3ad12c320d", "region_id": "RegionOne"}], "type": "volumev3", "id": "4bf0f7d6573d48b382977ef3ae71ee5e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8412995f7e574754904617ddf39806fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7e1f5a3ee994fbcac2468fdd3df34f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fffe7799426b4b4ca8a6c2c7388d74dd", "region_id": "RegionOne"}], "type": "volumev2", "id": "23a4a930149346be9d4ffc1f7bdb285a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0e3bcc2b41249199d0ea7399fb6d9cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2803435c00d04ce5a00578ec7d8b9824", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d11c9570016240b3b991ad5b5b1e0657", "region_id": "RegionOne"}], "type": "volume", "id": "6b7dc4ab74904534ac92a880b32342de", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6e21c1b49774357bc73c3547b9fec02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7b2f348d0db438581a702880a069b57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "482534349df148569f8b82044754384a", "region_id": "RegionOne"}], "type": "block-store", "id": "641ba9e9d05e4fbf843791022a941f6b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a882439b320b41afaf75935e8a3c8327", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "73e7a5922de34a71944c8d393284810b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "86e6603442914d7484589688ccdff321", "region_id": "RegionOne"}], "type": "alarm", "id": "aa6e9018cef740d586c5d70c07992b5a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b412b99001024437b0e5e6f8529e08f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b69dd285f934421ea7f2fd9fb93ccdd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "571b99782e8845d09e06cfb7fb5cf00a", "region_id": "RegionOne"}], "type": "alarming", "id": "bd18aba298eb41dbb897fcf5d11f4406", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d67d2433cb654ae0a8f1da9671c323ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fdca4aa7d1c741bcbf5564b82ead81d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "95f174a878af4416945eb4d0593fb6e5", "region_id": "RegionOne"}], "type": "meter", "id": "df9d4d33ea114bce8ac82ab4f768ae17", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9defe7fb99074ef785b3270bfc962749", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "72040270f16c4f43a9c2c31e53fa686a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "91366bb27ac24320924da6a75e1d3dbb", "region_id": "RegionOne"}], "type": "metering", "id": "f6cfb533effc436da1485170293a8f2f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "eae3b51211d44683a1811561c1c96976", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7e4e42c1b3484883a20d18af68546f00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "038eee8e4e0141fa997ddafa4254bfc6", "region_id": "RegionOne"}], "type": "telemetry", "id": "4b216190878643c192bb432e3b2f17e2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "96ad64bb1592402a85ff9751199ba912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "787221d6967d44c295d6fe2b52c33d37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d8e38ba409be4846844be19fba59a1a2", "region_id": "RegionOne"}], "type": "event", "id": "11219dfa909048ee8336cfaf226d5936", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a75f3d74302a4424b2e28a88b69c157e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f4556ec662324eeab9b3edb3e9d6b355", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "58a09a35a5de45e3a79a56085da6bc13", "region_id": "RegionOne"}], "type": "events", "id": "e471df0d730a49e28fac0441b3c4ce44", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dbad643bf9f5474facaeea246a0d51f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3c95d0cae1c44dd8ae4ba078df5fa726", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c5fdf05d88194453aec7cb76b2acc0a5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "7a124af8961f45d8bee486de5849e6e9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0c9f531f6f1a477dbaa7130fdcab9e78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d1b85c015af343e1acbf8dffd18afcd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f69ebf2470c34a6387fdfbc15818c552", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a10c9bafc0094aa19ef0d52154eff966", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8d5d01ef79824e27aaf777be59117dee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "12f27f3684784b598de8eeae57e16ad6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "093fa8cbb8074751a34201eb92377b9f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "24f901258c614ca9b67a89864617d12b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ad72b6c31e00426f8e82ea480ecc493e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "643385f7b962408ea5726927663024c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d8d31fbc8bf64987b69f049fd9ac5e73", "region_id": "RegionOne"}], "type": "tricircle", "id": "fc6268032bc84c5b932b2949d9a29514", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "3fe99e8addf847b681c0742e22d9b6a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f308d0fa3b7041d9a16446dafee51617", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a6e5c3902fee4cbdbe72ff676139bdda", "region_id": "RegionOne"}], "type": "database", "id": "204b7e384cb34ac3a0e2dbc111e4da4b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7b6878f8fbee4455b88504c30d2a7a61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6f47a7cbb65c4b9cb31f3e05f5d0c6e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "671272866f9b4b34bcee54bce8983262", "region_id": "RegionOne"}], "type": "application-container", "id": "b056d526c1064b588e8c40b71db8d0cf", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2e2e87bd1fbd46d4804d76b06026720a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "257e73c25394438ab557de6feb927a62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8d18dfd4fd6a4e3fb69e9b792c6d2655", "region_id": "RegionOne"}], "type": "container", "id": "8e44f6fbdf22481089c93d03e3ff0c93", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2995230bb99c4684809577a2b7c51fa8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "21ca7b6c06aa4f889116269235362c4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "96c9e3ce7fd44026976a3529cdf8433e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "60d8e7c94ccd4e82876de7551f84f3e5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "49b1f239e3404fa296593ad4759cc1f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d1c5569d741a4352bd752de001cb6221", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "158f4d63dcb64c31a0c03d74351dddef", "region_id": "RegionOne"}], "type": "rca", "id": "17f0a9aeb52c477784df28c5fa695f34", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "439d7980e51b4066a17108e953d09b33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b0ae6eb5b27a4d20924418efe97e6d8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "00b97f784e56455f88f06f1aaec2c783", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "25948557681445878fb80a732f93f928", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c04e2414885e4473841a96272b55f676", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d4770fafbe0941f9ba86d515dac00255", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d9f5f654cfb24d739fbad1f46a8de22c", "region_id": "RegionOne"}], "type": "network", "id": "553f08e8ada945b49efe229814af7e23", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f99770c3cf314cf2b901f2d89af3a549", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e5c622f7100b4df797097b0c4ae4dabc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "40cfbd14cf6b4d698a4fccb6ce9d8dcf", "region_id": "RegionOne"}], "type": "backup", "id": "e5ef21443c1f46a0b5ae668d51ac7881", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "62b75a5e05e944ac88417c944accd98a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "683e63fe8ad34964ace203289f4873c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b10cfe3d75e44650ac771c71e3176a59", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0bbf6d202aee434baec6941ac15319e3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "915bd0abf7e543c19865f427247fca4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b25cbf5e9c264247a018c6c343327669", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a89e79da86074842a1391081bec20a14", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8cb6c5f4a0bb410c8f612dbfa9f1fbf2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2b2288fd34f24613885de20f0e816d4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ed1f858f0c634cff8b1487c9edfa8fd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "57d83f752d064cd6b1e8c6ca9c35ff92", "region_id": "RegionOne"}], "type": "monitoring", "id": "9cf19319bb464f53b8a97916e1e3effa", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "eb8cf077d31443a8b05791ae6daf5ec8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ed530395591c49a4b7581fd5967c1c2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f3c78e5f2efc495a9b80d66bf261a65c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "76347653c1bd42d1840320d6efa87c25", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "32c41435b083458ebf8d9d53b0011883", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1a724c52a8ba4affb78210acc2b4031e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "183525a0d47c474a9a4897f416e57e6e", "region_id": "RegionOne"}], "type": "placement", "id": "175826ce302049a1b4df3b488e90d5b4", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "14eb95aec60a4560ba3ebce7739974e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d7aec489e06947879293fbab77b23d21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d431b57b0d224ec0a5598911867f215f", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c6cbc5148779446489a56217c6fc0e0f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4670191e7eb1448d94d7889456580390", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "20b37612f11f48cbb7bf839fbb9aa1a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7318ea8e8353400e991c2e6c8a58558e", "region_id": "RegionOne"}], "type": "ha", "id": "79d3c17873a24cb284b70ab205fbdbeb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "dad0830128044f128f123bf5b945afa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "97ded4665d894f5999dc1172492c7233", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "00bc0c29a7f946edb980bd15acc59947", "region_id": "RegionOne"}], "type": "reservation", "id": "7d9475b900d44a1d88d3a86ab9690752", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d9f397db3eb04c188d6b435bac5d50de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b664b75f95294aeda977c600aa712cdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "fc6ea17492a04ce89ad35efa75809d5f", "region_id": "RegionOne"}], "type": "function-engine", "id": "0a88161f43bd48eeac3ffadfdba238d4", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a8a25ee22d2340fc8f34c0c4f7fe9f32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ef52bff6223a40e29f54590704938cae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a179862ce2b14f5abd23c8a14aa8efd7", "region_id": "RegionOne"}], "type": "accelerator", "id": "32d033d8ab1b442785d722fe3067fdfd", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2005922340bb41ca8be00773dc991faa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0031ca3d3f0a49989aedbdc970445f19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "40f6a5aa245644b5b425ac1c06c5e0cd", "region_id": "RegionOne"}], "type": "admin-logic", "id": "628152d4b3ad43f18bcc07f94f304d71", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8fddc68ac6f54db58b04516701c024e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5366890a52454a6b96806604b9983f37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c95179318f73462f88a572873f8da052", "region_id": "RegionOne"}], "type": "registration", "id": "ed241803ee09450fa108f142b106fc1a", "name": "adjutant"}], "user": {"domain": {"id": "42d8bf8a6c8d43239f37ba0322153c5a", "name": "61a25c536f2449eea986d16afd9fc87d"}, "id": "565216f87b764592b7e35fc388b0dcdd", "name": "f44a53dd96214daeabbfe7936e193f42"}, "audit_ids": ["25411d29d6d84009917683107e3e29ee", null], "issued_at": "2019-09-19T09:04:41.995003"}} 2019-09-19 09:06:42,126 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,132 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,134 keystoneauth.session RESP BODY: {"extensions": []} {21} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_update_firewall_policy_filters [0.195654s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,940 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,944 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,947 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,950 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,963 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.877065+00:00", "project": {"domain": {"id": "380fa95e93ab41b8a40192d3b7c06b1b", "name": "bd598e08070840daa95b459659e7491e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7d5c0fecaf064507a5cd8d6d09721c72"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "b9f0962351d14b46bf0cc922291e72a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5f5b88a5b0d34829ae1de2452a2b40ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e8596d8923f04426af3fbc9edfeac98d", "region_id": "RegionOne"}], "type": "identity", "id": "cba550791fc243bfaeebb7a0920d0f46", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "452e43e64e7246ec8125451298886fe5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1a4d0f465ae94afcb4de67b15adce0b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3327f5ffd01d466d9a42569af4229dea", "region_id": "RegionOne"}], "type": "compute", "id": "9745f285471048978c27c805f18a67e0", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "99877c0341c74b119d76afdf31889e6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "20ae4c1d47a54fa9a099366615b9d49c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f57980ef1b924438a6a6ba97d51c274a", "region_id": "RegionOne"}], "type": "image", "id": "27f629bfab554031931f8b5fc6f895b4", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d7491498a74543da9a67b48a66f9b696", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "50e37a457197457bb2105905b0e89a13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0a64a2d70d67413388d79979130a6c81", "region_id": "RegionOne"}], "type": "load-balancer", "id": "73f8a3efb30146f59fbd70756876a0dc", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c87d54bfdaa40918825dfdc0f52ed2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a82ea60a85e43ceab3f96a98e2431c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5d97acacbf944c9a1f46fc389f095f5", "region_id": "RegionOne"}], "type": "object-store", "id": "9f26cb4731224310a8159c1f464ce2b2", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "41ea48459a904ebf9c30c14974dbb960", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6b14f7c554b24bd4b2e335269cc2d4e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8003835cac224e37ab18a4885c48dd98", "region_id": "RegionOne"}], "type": "clustering", "id": "9831134c96394a62a3e14b0c81f91159", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "03eb0ef86d744dd08ce9037c91e3ebff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ca349e952f684116a3142bbad1e9f9ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1654eaac383f44edbf2e807d009166b3", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "771eb8aa6df04fa3ad70f5111f7e3a19", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cbbea1b3f670485eb382839085a649fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "99fdf59b64034982a81b2e7b12d67ee8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "81592a7cf296474a9c50b0379d071b87", "region_id": "RegionOne"}], "type": "cluster", "id": "03e590a7b3b244c4b6b0daabffba1a5e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c86f0988f7164483ac02eed204ce8b42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a18f3cdb66cf4353a494f26859c1347d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "669ddb94238c4b70bd53885f854e90c0", "region_id": "RegionOne"}], "type": "data-processing", "id": "b6b7b6c1adbc4717af0f5b0e86ce34c3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "de24e9a709e14abfb6d92304f8bf2366", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fd57c7fc509441e7b474bb871b67a0d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ea8ba4354916413482ca7e7bfdf3ddd6", "region_id": "RegionOne"}], "type": "baremetal", "id": "1b67e8e1c66446d6801542cd75238564", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1d9fe528b4284e6e87d6a2889ae19c5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "be593227ca9349ea9fe8974a090ee1c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3f36c9aa25be44b9accef7b7c5feec82", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3cb70400dd7e4b519d2410b71373b10b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "86ac8821142a4f9e9080339e95d65d03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1f43d9441a2b4760b2955741c736fa64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "6e3c973c686b40f39e262553229771fb", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "17115d627ffe4bbca1f5ad8d9a8c38c6", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e4abaca36c454017a5addfe3cb7a980d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5feec73f030d4baeb3590b5d9c78ac4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "26eef4f9f6084b02ad9aeb5ad18efa61", "region_id": "RegionOne"}], "type": "key-manager", "id": "0e1474523ccf438f9f53416675a5e9a7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e501acfe85d54e38865a770e51443cf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4ed39e4c277f422aabdd87c38052e44e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b28f1ab2022f42ad85e77bda308b8a88", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e7916488503348709d500ecfc734e259", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2afc75d3953f43c7bdd85d88c8148ab2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "265efb8cf08d4a1ab09c4d7bf9dd6ab3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7e3c8fa0118f489dbab1e548e89fb419", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a6ef426ed94043b980002d6c5b119e62", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "444e6c3ea5c24a49874b583d99c8671b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ab8192657a1b4ec88fb73966ba7408fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5452eacb13914039a8eb067304f370a1", "region_id": "RegionOne"}], "type": "message", "id": "2bd00643baae451bbe15bb61edc58dd6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1dd1a6ac56d44be39691edab8f6fa7e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "597c7cb702df4b13ab54943bf1338f2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a703c04ae9c74f7a89963db55ed8ab22", "region_id": "RegionOne"}], "type": "messaging", "id": "b639a7bbdbd14dd1bce307d29f9c8776", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "08c08759d11044b5adc33be30a1699a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c84a8c7713514123b6917d753d2649e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f137bbe3c6684aeb9440a10ca951435e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "74fa476b0df545ce8f60da201846f581", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "99d03ec3e3ee45b783ae72a442be5967", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5aa7eb5a8d984289b343c17f098b2709", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d2a9eea51c8d438f97d6ac6478004e6b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1b44edea0dff49f68b1b7bc5805c8a53", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c976806b5a9940b3bd3dca473fa7ea0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f0f4617135f0487b96329e7e017d18c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a7aa9aa24db7407a8600abd0a3fad47c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a81e386073424229a2eab35a4a626529", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3e0891aea4c3451898a20e6446fa8c43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e57e574399734dafb25f85e839b2b15c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e38ad3adbd744c1fae314bfae54ede9b", "region_id": "RegionOne"}], "type": "container-infra", "id": "ed307d208ff64c5aa103c4366e932234", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0f0f1374f3e74b67bf65fd024f504457", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8aaf26bb63d64d118377ce31855ab098", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2d0f19836880431b9b7bd53d45b6c504", "region_id": "RegionOne"}], "type": "search", "id": "66b135037fd049e7891b58aaa8bc47e7", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "8a8b672a98374de2858b1cb6356578b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e3eac31e9a8a4971a9167dde49f7725a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "8e98aa09691e4f2ba5cb71083de94669", "region_id": "RegionOne"}], "type": "dns", "id": "bb86241f3b264737ae9451b54ffd4ebf", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f43c90cb81224fe284789a06774a3bb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4550be8699ea4e4faf0383b0e3c718a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1813d2ce04c240cf93d68b3835092270", "region_id": "RegionOne"}], "type": "workflow", "id": "3b603f1af8f74c469f776e3f5f9dfae9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "742856f76ccc4e5f9a2593bfbf830631", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d04612aed53b429a80f58279e79d6a0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e1d45f7238244f3aa57652f671130624", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8219bf6092e94b9c84c97ac88321e244", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4ff55061e42d407b990eb0ad8da55421", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7a58907e03494019a37daacbd34ebb2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "2b2af5dd00e34bcf91f07097ac899626", "region_id": "RegionOne"}], "type": "rating", "id": "fc6aa4b0cac442a2b99773e1fe46b42c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "040918bdfc2243d59a7788b3d28799b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "14737e1f2bbe4416af14ecc5c0c399cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0a3eafa0c6ff45389b158bf096756d19", "region_id": "RegionOne"}], "type": "operator-policy", "id": "adf3c8b9371b4cffab3c20100e2a4403", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fc51bea4a2b74d95921aac076f3888f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "280ba02a65164fbfa173f3abf0c4352b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a88cffed5ce145179e0ca7d163e9fd2c", "region_id": "RegionOne"}], "type": "policy", "id": "8b285f0f391949e0b30aabb5c55d31a9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3ab56c17c20346fcb5e0d907f8c2360b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b60832c4f9264093b28db4fc3410a5cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "60e3e83b83264409b617756428335633", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "365f3ab8455f4f8aab1b2e57fd7a4f72", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b18be1ba32184272b324ed3e189c03d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ab4d96693e65402d9bb55c57c4299783", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c16bc7ce7420492ebd24f85fd291ef6d", "region_id": "RegionOne"}], "type": "sharev2", "id": "d0fc46ce11a244f5a8c6aa3c1bef7eb4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4a64cc3f0b7f42a3b0a4726e81306752", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "adf7451688a24fecb8e3b2de38c4d11a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dd3f64dfca4346abb3693ec69233d89b", "region_id": "RegionOne"}], "type": "share", "id": "1f527045d9074e8eb2b6f1e69383838e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "308727c7c7a7479faab7adf2ba168564", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "51ffad0b3409478dbf5a03d6d6ae1125", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ea43ea9fff2f4ff687805de0aac93eff", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d61a7ede002745ee965cdf0a7e85a9a2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "841f0ceba6954b16be4c96653dc526a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b7f4da908ec47cdb1caff98d75c1a9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc3d62b170884eb9b61cf29428afb989", "region_id": "RegionOne"}], "type": "orchestration", "id": "548cd1cc285f4037a31a6c770cdfb875", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e828a8024234470b86f3766b206cf21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b286630d19f4b87aee06f6c77a402ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ce329aae238445fb2d18334cb63c577", "region_id": "RegionOne"}], "type": "block-storage", "id": "aa2cc8fdf82740f9a4dfee77e3c4a297", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87335f260a284956847d16d95bf45803", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54f9a05029664f5a88ab218804d817aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f37a16b305ee40dfaf10bc1471676443", "region_id": "RegionOne"}], "type": "volumev3", "id": "44631bb2e7d34a14a4d71e54b6b35502", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9bacbdacb674e939ddb8399a8c66906", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4fb8fd0d8fba4b49af9a2feb971fec51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd2298b0ef644faba1eebf894c440940", "region_id": "RegionOne"}], "type": "volumev2", "id": "2b68379383834c57a95316895fcd85d0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc10461f73a04f9eb7bfed42699c7157", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45b204187de1427d841a6608f141bc68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4441b831299a47928ce724c571fc7e5f", "region_id": "RegionOne"}], "type": "volume", "id": "060628495af44da4b069bacb3286aa65", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df0665c03da64611a2650a73e359c29a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ada14b1b5a6744a4baef845d6af60452", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d91c580f4d2049db8f491d6c6fa465d8", "region_id": "RegionOne"}], "type": "block-store", "id": "71964bc0ca834141bbe3d31508b6f821", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e5aa5da232114c279be91c87a5223809", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "64b74170ccb1411197ffe9fbf4039d26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d8f0faa16a444081bc1603896ac5df69", "region_id": "RegionOne"}], "type": "alarm", "id": "701ff113c99347b086c07bdcc721941e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "17deae889d674180ac5e736469686d42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "13e54dbcc0624318992ece6fef0267fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8d88f04230d0464eab3d1f3f4db42a45", "region_id": "RegionOne"}], "type": "alarming", "id": "729f39007aa0411181936228c2d58c1a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4575e449f5f8460aaee6cfa63f448a09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "590a7479cd54442fb772e4ed07d4cf87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f8c5ede6d6264802b8b7eec96a21ea00", "region_id": "RegionOne"}], "type": "meter", "id": "cb3cbe0f41e24f65a21b7d8f7a1f0a07", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fe10104eb8cf4a94b92db78e3139c998", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d0869910458143ec96d0cab4804e1fc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c07ef216d9f746a6b3a01afeca176bdd", "region_id": "RegionOne"}], "type": "metering", "id": "9243657deb124c34af53d9f7e397969b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3b6199d9e69541d995664608aa459fd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "471e876fd74e4e488f4e170c5fbeb54c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e0f1cc0042be483c80439b431421fe12", "region_id": "RegionOne"}], "type": "telemetry", "id": "f9069c8d06074d619f61b6c39f2f9d19", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d0b9c8db633f445fa02eebb1e9fe4d01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d68f33a4567f4db4b93c2a04194409d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b7346b273a1f4ef09699304d07723ea4", "region_id": "RegionOne"}], "type": "event", "id": "36d43199110f4364b381dadae7d606a2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cdffd0e17cae4cfab83d9826acce8969", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c6343b4f3aca46a1bb76cc1691edc424", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3cd9264ac50144c8815d9efe9a335655", "region_id": "RegionOne"}], "type": "events", "id": "a2bee350d49649b8bd31974223eb7fdf", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2376f29a8e924621aa010632556a1c26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "61b5934a43ee4a809fcab5a2248ae8b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "adc0349f07fc449fa80e7927768d417e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "332cc6867db042ae9af37cbf7f2d5fb1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1174f7f55d2745038512b27d47cd8b2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e0aa801d576d4fb1abd368313ae1f528", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0413b4bb7b1c4cbbbb047b9187149508", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f4473436559e4741810dfad9c1170af1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "28cb3d01034948888cf59075c43ef10d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "324a9508ec604c1298db8538dcb0375e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e4827f0ebaf6424d8aea70b20a6920ca", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "58ed7704aeb54df5a833f31f7359c644", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "148355baf6344af4ae679d3fc9618ffc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "106662084afc4a03b732e267c97d3859", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e5f0393ed48f428186353bc6b907848b", "region_id": "RegionOne"}], "type": "tricircle", "id": "bd83736ba31c45c38460818a258213b6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f094e46697244b0b8231383534863948", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d866fa032c454ef1877c0d7d858ff13e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7c7da45b760c4368943c3aac5dc809a0", "region_id": "RegionOne"}], "type": "database", "id": "f5bcfb3ad6f34053bd2285c444e65eda", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "67059ac51e8d4ca8bfba2a9aa6dc1599", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5177c7a69bba4355b97e713ef2b4499d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e432fa49e60542948521c9070abc4c08", "region_id": "RegionOne"}], "type": "application-container", "id": "3248fa3a6cb54bcca03e39353c5d77c3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ac8356cc8f124e3680279cd78a7bdad4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "20008a8dcf8a40298c0910149408dc1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "80c1082270fb415fa52b7a09f83a7897", "region_id": "RegionOne"}], "type": "container", "id": "14369bf5e4aa4c6ebe2300cf51d5ac31", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "79ac4f0afbe54c9d9229f3ae3132561b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "81eee1c8cb904c5cbad0b3f32ed333b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "904851480bbf46d7953067ec6a65eaf6", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "01dad0b9ffd94c5488877aa6f8db596f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "74d10f7ece8f44bf98137cefbde08db7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8b40cbca2c5245d99d637a6017787011", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ab181b8d73e14997bdc08ae66799fc59", "region_id": "RegionOne"}], "type": "rca", "id": "3330e206369a45b2851a0adc65505477", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0519a0bcff8e400690645496cf270e3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7d13b9808e464492acc8db6408da6c8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "de08a1f648004c67b995827e20a7c3a9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b0499001b518413f8a8abf642c34150c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d2a431a6a73e401382d928738b6d1928", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cff2ec9dada4466fa36340ddad1302a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1275a8933d2e4cc3a84ced0c45ccfea9", "region_id": "RegionOne"}], "type": "network", "id": "32712440aeaf41f1ad560b083e9a229a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "623422cd0085438e9977b510b96db697", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9cc7d8e66e9d4384be550fccc53a8117", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d23f0aa1cfa5439a8b7f6fd228fa27ed", "region_id": "RegionOne"}], "type": "backup", "id": "63e6639651ff452d86ad2c22ee9f7ec5", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0234cb0b07884057a2c1d3ed1b1f17fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "50f7af9410164a5d9b55ac7ab52a39ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b3a6b71f89034a70b5e4cffb5d458eed", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5cf0d3894ecb4b18869e00274a33beb9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "74ebe1458e7f402fabe4c7ef749e8813", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7075a0cfbe094293a27156a8f088c20a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ecc8873c94184212b519ad8d2413259e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b1646b8476a542b38d0b70ff8d18564c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4e190dda932846dba2a754d61e633152", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4524a3f883374e1fa043482149d5aec5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "7702cc4fc9514d95aad4a652733034cb", "region_id": "RegionOne"}], "type": "monitoring", "id": "6df5a776041741fd85d083da356bf942", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0619d7f7f2b04b62be1be8a5327ff490", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e166a712acfe434fa8af84c27bcf0e88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "69a3d0bcf9d44d88a60e53836904bf90", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b48326c02e3f413ba569312738858024", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "91976bee753146f4b8ab065ab77cbfd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "15ec408986434d3dadb2dbe47606ccc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ff6109b7ee094627852163da397d8ad1", "region_id": "RegionOne"}], "type": "placement", "id": "c915b6215ae341b4981b0e8efda25e30", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c7bdd1911f024062bc4915eb05956f88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "743cbb31727b4980afed3e8eb9a180da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "910528fa160244e5888d959e933b8b0a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8531b884250147eea5e2680f31802a30", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9a40288f44274487a8b33b0fbc5d47ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b22336ae42f744ceb2f19076c55f8483", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3c90111fab7344f0b94894b9619aade5", "region_id": "RegionOne"}], "type": "ha", "id": "9a20842a4e614c619b9853a4fa462591", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d6b4efe0916b4c32808258144facb787", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d0342f8005ec4b88a07ebf20bbd68ecb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "46900e5c94a34490a669a3e1c34f7c4b", "region_id": "RegionOne"}], "type": "reservation", "id": "1ecabd6bc10344a8911aa198333e5361", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4e5485ceae4d4cc1862a1a9ac5276289", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a565feffc1b04b5484e5d81a69e57f96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3a458b2bdcc6422c9ba27d0cb0ea61cf", "region_id": "RegionOne"}], "type": "function-engine", "id": "73292db39ef546ca9c2d1d5bba3ca0f8", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f5a60e8daa164dd3bf9b1426362651a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fa1ee90bd70b4ec6a32824d186612d7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "434d29275b1d435f833f88d831f376c5", "region_id": "RegionOne"}], "type": "accelerator", "id": "30f00c3b57f94f4ebbe9239a5ec0907d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e4b1aa53f1c44e11923f19494d62939c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9c944cc2db7442788596aedb6e0c513e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "89a324a522ed4e5cb48ea5aa0dab04d9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b23cb9db52d8421381f9bdccff759b28", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "60e6167ff48a4138a9a135445fb7f536", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "64a8e546176b4c9cbb1025960598f1e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "469e08d73e814203b915dfeafb17463c", "region_id": "RegionOne"}], "type": "registration", "id": "a60aca4ee7b24dd7b4251598d4b7217d", "name": "adjutant"}], "user": {"domain": {"id": "aca54d08405d427da32e469b70a7eb70", "name": "e2ad53ddc4ad4b11b0a561f18dd57d57"}, "id": "31dfcfb265d642fe9d69e951a33baffb", "name": "43818af5042c492da02ee15f96a85ff1"}, "audit_ids": ["49799adb530c417098559cff7f4150d9", null], "issued_at": "2019-09-19T09:04:41.877065"}} 2019-09-19 09:06:42,056 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/fwaas/firewall_policies/78d05d20-d406-41ec-819d-06b65c2684e4 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_policy": {"description": "updated!"}}' 2019-09-19 09:06:42,061 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,064 keystoneauth.session RESP BODY: {"firewall_policy": {"name": "block_popular_services", "firewall_rules": ["deny_ssh"], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "updated!"}} {12} openstack.tests.unit.cloud.test_qos_bandwidth_limit_rule.TestQosBandwidthLimitRule.test_create_qos_bandwidth_limit_rule_no_qos_direction_extension [0.302199s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,052 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,057 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,059 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,062 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,075 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.994593+00:00", "project": {"domain": {"id": "e85177f93576470593f1a49c84e627b7", "name": "a81309755b7f4feab963ffa1211f4d4a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f6978a6b7f0d45ab93886dc302707e0d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "00450d1099fe44439ed259dda29e4fa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "306f1b2e6bca41729f458d3fd0308135", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a45de0287cc24fa0a8fe0c21266eed9c", "region_id": "RegionOne"}], "type": "identity", "id": "97f42b998910486c8d20c94acc0aa7b7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d3078ac2fd3c4ab695162496fd40aee4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "22d0fb0998744a899e01ac6afa38a361", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4e859ec4697444ff8485ddaa71d4802d", "region_id": "RegionOne"}], "type": "compute", "id": "7fa8c66d29124be19a50feac9f288e22", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a90fffa887254a87838f900df5c23537", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7b854dff7cbd4da0ab427c780edb2a6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a9c5e6b3bb294b0496ca51eb9f79b4eb", "region_id": "RegionOne"}], "type": "image", "id": "34276977c7124667bc3f7f317a18ca0e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bd5f3cab90044222b3b9399add6f0cc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2bad5fc35f1b40c4b59d5c2faaab382e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f272c89f3beb48eea511b9ecb33e178c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "106b1afb328c4801992331d9b66d016b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e953d6dd6c747159783b7b58c340269", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ceb605822b24a208cf8b67272429c20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84a1546b014d4794b3c4e4397bf10928", "region_id": "RegionOne"}], "type": "object-store", "id": "b9650437a395439f8761833cd0a6279a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "80e7f1b5eb774b3fbe0d0c99fae88a45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f1eacac769674889a9bd79172e971f30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d833794b42d242b69b89dcaa43746524", "region_id": "RegionOne"}], "type": "clustering", "id": "35aa177adf1a4d94881aada2ed01d69e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "78c50c6b75cf4fa79bd6219421ecff49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3fc9ee086f8b415eb1913f06f4b851ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9afdfdf2e3d94facb8cfa2bfec39d843", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c0c0771c2a214bcdb024be8e566328dd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5e2f1cf699a14e8887f60e4c6036a812", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c10eed2ca93040c3b81e0acaead80505", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "61cbb88086894ca1a0a99a6945739667", "region_id": "RegionOne"}], "type": "cluster", "id": "f2324f7d07eb46b58868b4e8fabe1eed", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8d53c7fa516b4ec9b98d2779cce705d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ad7f89cf849a45c6afa7293071eb3b95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "acfda14fd216471daca3d5d4bc97d3ad", "region_id": "RegionOne"}], "type": "data-processing", "id": "8d1d1a721b584e0bb243776568b8020a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "00cb26f6b9684146bbeeb2b76111156e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6c304d26fa754718b890428ba0977922", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "11af40eb779b4c40b1103e0be910691a", "region_id": "RegionOne"}], "type": "baremetal", "id": "41e5bd0c089b4b828482aa6fed63fae2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6927465985334b40aeaa79624448cb63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f048c7c9beab46e8b08ee2d3a23eacba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5d926322bc6848fe9a1f7c6caeb6a2ad", "region_id": "RegionOne"}], "type": "bare-metal", "id": "930024ef2fe04459a1285979e54b6203", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8f3a7615e4a041bcabf8249681777efe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9ed6f2d8678645e2b163172503977d23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "392e35068e1e42648ab615d5ceabdc3b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1f75f1fa080243839b122bcc76f3ca97", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f84bc62080574fafb5cba3c1f88bcbcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9a59ae90322f480d8fd1571e2e8945d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "88f6cf9f087049498d38e8de3a3f2c12", "region_id": "RegionOne"}], "type": "key-manager", "id": "138f58afba8d49789d5f0a13647e4c3c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dc3ea8f5291a4883bc1530c9cf39048e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5a61c7e3b41f4b959ff1e58bd8b9ce0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4790650175bd452b96c2f121aafeab0c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "360086e9697e461eb8def2207afa5ac7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bdc65cb948474c67b66d4e400e1fd040", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "aeeed095ba1142a4b61df640f7c456c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a1babf8b7f65465f99f3d9c15c1590b1", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f0403e0d549e4c9d9cb82088e2b0a1a6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e0694981ca974ed384501d1752caa859", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2cab5bbf9b8a4f9ab0f56d8af658559c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "84e267fd2e0b45ccaa2e991c28a5c8ef", "region_id": "RegionOne"}], "type": "message", "id": "2c4437d8381b408ebaa8aef474c505d8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "103c37b1c9484a2d9bc70b32beeb9151", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1f021a04ccc54abaa5eb9aba8e4c8442", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "71779f704324413f9e9e9de4c24b5869", "region_id": "RegionOne"}], "type": "messaging", "id": "e014efd68bbb4f01841a88039a450928", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a165f62b4e48407ab84da0e0f6efb8db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "646802b24f4c4f4b8ec708b4eaacdbc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0b63cc399ade4a6a855aa21a8e5d51d4", "region_id": "RegionOne"}], "type": "application-catalog", "id": "289fcd50e0be48399b14f219d47a0c00", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a799e2e63784c069449e762c0152aa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "708ad232750b42e6a026b017e35aba59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "48447ee606124c4eb2bce631ee23463c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "fcbddef5752f45a9ab63239918be65d3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "916917c431ec4a02b5257126c65a0e2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b8990e80592647f9b3ddc1cbb3e97181", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "37bf046ca5a64aa89207dbe4e776b6af", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6bafad77574f46e7abe0a33065042b2f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "99a4f9889dd34b13a52bab58d6e04bab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d16262d2a91d40b0a2da4562c1a2aa4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "86cb94df561d4e85a678eb41dfdf4c7c", "region_id": "RegionOne"}], "type": "container-infra", "id": "45bab22f259142bfa9afd6d125821005", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "893c704b3d604f9e95427d21388cdfbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "1d9c71b786f74d6b891642c979726042", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a14aeaeb26bf46a8ac95b43aeb18dd7f", "region_id": "RegionOne"}], "type": "search", "id": "dc94bd2878534d2b807d6799c2ffb039", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e48843222e524ed295a7a17cc49cdfee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "29e7f946f2904f60806c1c37cbabe9cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "04e08295f9d94a58bbc026addc0fbcbd", "region_id": "RegionOne"}], "type": "dns", "id": "e5dd002728b7423889825c3c3a933f8e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "67f9e4ea464949699cf0bec3f062a474", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b6d0d310b339479d91cf143e104fc722", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6af9ce653a324c00b451d164ef356f5e", "region_id": "RegionOne"}], "type": "workflow", "id": "1453f80687f341af800fd2b20219c603", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8581fce39f7944ddaf39dbf2968930ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c33ed81b96ba481c9aabb6560c62630b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "907c265731d147a59590f03d52e781cb", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8204893cc4fa48c3ae6fea1afcfc7836", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "0a06e7583fa74d7480fa295e7b71a315", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ab23bc5f3d27416bafa128a932976554", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "378fbfb303c146d9acc6c304bb0ba4cb", "region_id": "RegionOne"}], "type": "rating", "id": "1984989d7caf4c2987dbae002686edfc", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a01f7ad6ee224fab97c272fd9d291d34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a6dd05fe266944caa7456ac1ea707d90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f4b8c001fd9446ec872bca3363a0b094", "region_id": "RegionOne"}], "type": "operator-policy", "id": "fb5833ca54f54d0aa1df7cc9f848a368", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e65dbcc114864721b17e79e474ed5108", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bf1793f8d4c142718117d6adc5cfa89d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c3a75f898fcb4eb7b69e06ff68f43068", "region_id": "RegionOne"}], "type": "policy", "id": "8cdab6ea22b64419b6f49ef408779b93", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d253f5e9270240d0b315142077618fba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "90b2ee7a8745477b9cb93a4e4b6f7851", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c8cd7f3b17694355aa7e455ab3485661", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a631d2c0e7384e4b886386858c2f29b9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c1bd7357eb4e4af5b264ad86440b7fa4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "68c79089a6fa4c6dbb262f9b8d86c838", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "890da89ad32042b095aaf4e5c6a80a09", "region_id": "RegionOne"}], "type": "sharev2", "id": "cd2ef129169d4bd68d15219138c198f1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4e73081f27be4f89a8d2e8571637599b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "147b92695a4a475c8bc65a7a7c367b4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e6051a6029364631b890b597bdac7bab", "region_id": "RegionOne"}], "type": "share", "id": "c34e1d7e033d49509d0786a533849765", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9b583b3e9a0e483ebb1b51414cb8343f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "33d3acf7cc704032b10b6048dd9b3581", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d879b4c22e1c423683eda39b4a3bc48f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9727e6f41b5a4e7682b8328062f48c42", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23d0093d0f15441fad08c35680852573", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54f2ed9263374b4a876bf729fefcb61b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a04abaa212f840d19cb57a70785de406", "region_id": "RegionOne"}], "type": "orchestration", "id": "d12ae6d0898942a89e915a90620d82b7", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f15ff75c51f42c3999ce5557b132f01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3cefe33eb2584ad5bd2330d3ff34c3d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ffcdc2853204c319485db5512c1ef10", "region_id": "RegionOne"}], "type": "block-storage", "id": "1a742771c6af4965becf4c460e4be273", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe620d54fda54175b7361e0e2a4c7b99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "310c75e505e449149b9f53183e886c29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d13ac07259b462a967a452dc7b12d38", "region_id": "RegionOne"}], "type": "volumev3", "id": "7e9a9c382f464c19abb3162c6eefb8ad", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aba69d04c0bf4c208477127b2f50c3a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5a89a23b9f84b8e80789d49cc54d1a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f450dbab40114442be52878a4899c09c", "region_id": "RegionOne"}], "type": "volumev2", "id": "ff2bee2e410147c28e0df97e974b885f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae31029f59f34c17a47d8ed0a9c20e15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "793dd25c32b1443caa74982a5f9e9cd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8375f942c3484620965226753ad6af2c", "region_id": "RegionOne"}], "type": "volume", "id": "da49e90bc80346ddb1633c9c85eab9db", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94ae3907051647b28b5d9a3f592d3062", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66b0d6d82128420fb250fd1a9848ceb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ada4d2c0a83846dab386fd49880823b4", "region_id": "RegionOne"}], "type": "block-store", "id": "962e7017614d4893a812ac55b74013e4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ec1aa6449d9b450287cd56f9d979f8f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8285f8617bd2423fabe41005b3881a5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5eb83026c49e4bb59ed6a1466d7e2a70", "region_id": "RegionOne"}], "type": "alarm", "id": "2f968c8c5c2a4be7b13397955412dedf", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a3652083b57141edb585b4ce49ee7796", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "574aef34f6144c068ea761ce5a602629", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "aaf341b4503f466ab38757e153d4ba0a", "region_id": "RegionOne"}], "type": "alarming", "id": "68022f311ab9461d96cbbcad94f90e93", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a285431702404e839506ca5bffe0f1d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f486b90a85be46a9b214d387a7eb3f6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e61f95a2647642e8a5edebe0cdba1ce9", "region_id": "RegionOne"}], "type": "meter", "id": "774b642dce8c4d90954091e4711ffd4e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8c9335312e964ab0af2eb8ef5d1bef42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f121477236b24bcea95ae7b3b50096aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0fc0e904e9fe45a48da6c5fe973d76eb", "region_id": "RegionOne"}], "type": "metering", "id": "5a36ec750d38430ab943667c3a0f9fc8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "109beb772357427c9c4415f2fbfb981c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b1207afa58af45a1a7286cc39ee753a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ee296c715a97456683d41a82c7109bab", "region_id": "RegionOne"}], "type": "telemetry", "id": "3f2c601695e64cd58efea339d5286ab1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b43ce73d332e485181bcd95423442db7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "07b4712f266a45398033c2e275fc4ceb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "baa25a0bd2c44fd78975282df1d1ca31", "region_id": "RegionOne"}], "type": "event", "id": "fde59196d16b4e4f8c3ec567580ebc63", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "318d9e1dc2a14448b0a7406a694d40be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "893de887535b46dd847a38bce33c540d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b690b8399d354d05a80e0c814b4511b4", "region_id": "RegionOne"}], "type": "events", "id": "eff27296d2504ad1a1dd4be8d677ac16", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c70d1896402a4ec3ad4c45cc06621824", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2bdc3da1fc7d437286ea58c041772d20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "dcadba3eb74d46f5ab31c6d05a11c519", "region_id": "RegionOne"}], "type": "application-deployment", "id": "dcfd7d5146704033849914f1e959a0fd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bc839c11f0f94ec8ab112ba8bca26c61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "934be5cdd13e44209255a3ed6c269e84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "88ce01a6f0b14a138fc3d563e4d73afa", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b1ee69f9f3804b098fc6df7f01db359f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0940192bf1474826bb8d26a6079196cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "593b9c06e44c44eb86d97a452595901f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d09427f068774935bf48d4adb81ca6f6", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a09bb91ad88d4b9882d311cf1d5fc0b8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "aae5ece0588b45f995fe2e2feb9bd8b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c3a830a5426545ccb622035673b79088", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "56524d50724748bb90a208008047bb84", "region_id": "RegionOne"}], "type": "tricircle", "id": "4646ac2b35ac43d8be25d5d14e6809da", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0b16960563df4f2aa8a383ae36fc0195", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "397889fcf50e4f01a164854c382b8479", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ad7a5c0b2beb44f69b8b6ffff77637a4", "region_id": "RegionOne"}], "type": "database", "id": "8a9ed2282a804afea3983c5f3c45844b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a4812bf9a4e644b1b89e8c3e4aa4d5e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a0e1efcb643d45748040d6c68d7e2fcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "626bd62d07da41d7aa111dedfd88dc84", "region_id": "RegionOne"}], "type": "application-container", "id": "a8fa0e3faaa742cdbafc4a44d0e93b69", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "94cd5470249548a9a94af963f94d441b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "37a6eb92149a4f26825b043b8c609898", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "741d33d69aea42959516c2bb42b53a4c", "region_id": "RegionOne"}], "type": "container", "id": "f88a3ac79a5f4dc3b26d5744b6c33db6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "82889441a5ec4c1b80b49b18af88749d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "41097ee415f54743abd2f9722fa96a96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b0d2d8ed02bf45f7ab9886ce5f9eca95", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1dad07be8536429791fd038a6354308d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e3924854579e4959aacd69529e206311", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "069881c9a959414495268bd1310be858", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "31f0726cb48f49159023d230a6ecab89", "region_id": "RegionOne"}], "type": "rca", "id": "20b021bc84a44cadabc2b924cb8b0a5c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "52b7928cd85347898ff1212d8184cb9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8e49c96c5b594efa95eef331a686256a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6fb2a4996dd34d9f9aba677665a0d9fd", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "26cc36576251462f90041cc40bd7c5c2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f4d58430ae454f249061db5ed92700a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "0337761506ab442986802d0d45c36c44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "49771c6255404ee0b313f0c125c515d1", "region_id": "RegionOne"}], "type": "network", "id": "6565f2e7639f4cc598b5be16fa71034a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "914a91adc8aa4165af771bf8ffdc731a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "49783d95c49c4634bbaa9535acb70a2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "288881e7fe2345e48b8646a301e17685", "region_id": "RegionOne"}], "type": "backup", "id": "b2d3e568de804e9291d7aca48c78754f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a7c43316a16a496b95d23e610c3ac666", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d6349c00f2ca400a97038828c549d1b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c73b3db1192d4a349acaab90b96d8905", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "599af7d0130044ddbdb9a1f096d5e2b3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "64f669d910944db0b0e0265a291fe8f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8edd2a37b60846a3a1b2f618b11f2433", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d0d22c39bcd041ce9888a1bc8cbce3ce", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "78ce9ab2fd784fd68a1d80e8bbdcd97a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "48118d2886634ef3b9dc14cb6bf0d346", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5358a06345444839afa69f62fb3ba2f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "653df1819aa64b0389a3f67186156888", "region_id": "RegionOne"}], "type": "monitoring", "id": "52e5d8c2105342e08d6251cca9826119", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b67851454bea435d8ef476ae61e1ffcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b9d0735f38a24804b34a1a047d4bd1b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "42022b4a5da34f3eae80658b779571c6", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "31b99dbba1924f7998047930ace6eb4e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "dc52ad44aed54bd9b0f32e07eebb90b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ef1faaefcb00432b9966c9d897ecaef4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "957a44afaca34746b5408072de7e30ae", "region_id": "RegionOne"}], "type": "placement", "id": "6a4452cd8c6e4c2b8fbdaaa80c97c274", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "04e6382c3c07484e88c8fe332014c847", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b8ff7280af8e4cedb891f8c6a79968cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "054806c2ba9d488493e833dd1eeadf52", "region_id": "RegionOne"}], "type": "instance-ha", "id": "364c7d00ac094f72afa93ecfaf7b90d1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "77a81639ed434c9698b5f606c3cd09ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4b2bbd5298fb40218fe95287d6ed9bca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4f9156de539b4cf6866be59feb1c53ec", "region_id": "RegionOne"}], "type": "ha", "id": "a6df1af91d7c476cb5f509ae906f99f8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "752ceef08bbc45c8a0a436bae9074e37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6a25cdfe8c434560a70f3eafad1564bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b2b26393e87d4a8a92132b9d6cf29219", "region_id": "RegionOne"}], "type": "reservation", "id": "2a34b981854b47d38d97531237d0d410", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bcdb55fc3f9c4563a7e82a07d7064712", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c9d4c7e4d4c641b5a9d9d9c689a472e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d2b99d6d7d114339a6f404430d7084a5", "region_id": "RegionOne"}], "type": "function-engine", "id": "0b42ed913522481794489aa866a36d04", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "41091dfd354949cd8d2df85fa4f195be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "84bf30cc269640a399928d88308d5ea0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "50eb93da7c444d7f9756ae7920bbb84e", "region_id": "RegionOne"}], "type": "accelerator", "id": "16268c79a5a346d090fd873ba18bdeb7", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "40e8de68bdd34ae48969e41146ab165c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0a60fa54325a45f08cb86f90af5c635d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a650ecf12e5d4f74b8b1aa45257a7884", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2b678e20edb34fbfa105f7ba03f5e9ed", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "02864e04a5f44f22bbcd4bd73266a8f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d4abf70c2e7a4c0c99129c526ce95edc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5a79ea82ef6d4b178630ba537c890a02", "region_id": "RegionOne"}], "type": "registration", "id": "b749b23e56a94ce88a1657b1aee5ce32", "name": "adjutant"}], "user": {"domain": {"id": "e364fa4633be4de3b414d3003f79c9e2", "name": "b3e6f15681cf462fb0841270fb26c3b5"}, "id": "ced39cd6306d4bedbbaeb96f44bcd34e", "name": "2d3273ed024743f184c8c3ee5c79b220"}, "audit_ids": ["46b7959c5155409da66d25f8756d469f", null], "issued_at": "2019-09-19T09:04:41.994593"}} 2019-09-19 09:06:42,225 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,228 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,229 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,232 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,235 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,237 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,240 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,243 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,244 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2019-09-19 09:06:42,246 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,250 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,252 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,254 openstack 'qos-bw-limit-direction' extension is not available on target cloud 2019-09-19 09:06:42,256 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/bandwidth_limit_rules -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"bandwidth_limit_rule": {"max_kbps": 1000}}' 2019-09-19 09:06:42,260 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,263 keystoneauth.session RESP BODY: {"bandwidth_limit_rule": {"max_kbps": 1000, "direction": "egress", "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3", "max_burst_kbps": 100}} {10} openstack.tests.unit.cloud.test_image.TestImage.test_create_image_put_v2 [0.455735s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,781 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,785 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,787 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,790 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,801 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.718924+00:00", "project": {"domain": {"id": "4403cc82321b4f2f96cb13f9d736fe3f", "name": "78e38cc75f9a4f88b47fce6bd5c00e2e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f888fda59df84d3f88fa1e69d2c85ec6"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "050a3d5446924679bade15bea85c302c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8a3f9f7c3bb3485cbfafb4a889332a35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e04507d3b89143e6beb43ae62b0501f4", "region_id": "RegionOne"}], "type": "identity", "id": "e79fc371579545c7b0136e6dc8f844ca", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5134c65e548546249c8994a21d9cb9a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e769d436d4134a71b866597fe7f7b53b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "613553190dd148d08dae45b1d311c272", "region_id": "RegionOne"}], "type": "compute", "id": "61a585d544594de1820e2ef87e8edd87", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9e69870bce9a4066a2e1ebe7c69afd80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "30e35f6a04a342de8f44d0ee19e9b63a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3b9fd8bfb054423095c1014696dc82df", "region_id": "RegionOne"}], "type": "image", "id": "60e8e772638343e9bf5632f9578a11e9", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c9b1530f70994a27b0a63102954910f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4befef501681435fa5d6291c2eb5f568", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "879a938647b342c6a486945a9c3015a8", "region_id": "RegionOne"}], "type": "load-balancer", "id": "4eec3c2c849c465e879d39635f912cda", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fbd3e4e4ad1d400cb78c63b55c26b21b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "370da84c8def4860a782209cc5c8f5d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "623a1a1b953942e7829693b04b175c96", "region_id": "RegionOne"}], "type": "object-store", "id": "2de4e669411943b9bbdb4c1e6b9f508a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "122271f0ef5e4acda8d05b717c3be95c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "07f78cbab4164e01ba49a1bfeca9e1e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "707d6d0a76c44b5dbfe69a09c1e8f89f", "region_id": "RegionOne"}], "type": "clustering", "id": "d5472c0b92c1493fa325f66a6abe9625", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "34163c80cf6847e6a061462af353470e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "78e8e8f1d49542d386af62365f2e3d97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "484eee11a9bd45ca8c1d30e1d95af6e6", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e907b51b9b514e789a1d1c4f99cf4c76", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f4908b1a75164fa7939a1634ed047b36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8d2bbb3bb6ae41ebabf8616ac3b890fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "70d2789ae8714471a21b8e64e671abd2", "region_id": "RegionOne"}], "type": "cluster", "id": "98007567f85a49c688b647f888522ced", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "90f0e4ac7278436e902e77b1ce1762d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5d819d51a2fe4e3c85e7ce96fbc7dfde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7727e243091347a193b48cc7fb0bab31", "region_id": "RegionOne"}], "type": "data-processing", "id": "1a944319f6864dd48b7a0e497a9752e0", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cc5f704bc0b84335a031b33fe809151e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "570159db5f0d48998028208776c52a26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ec9dd3e478aa4dbba9a615ae63537e04", "region_id": "RegionOne"}], "type": "baremetal", "id": "a8f2dbea160246f6b6a5a61f3046277c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "87431f27d79143e7b354f6023c7bc1a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3ef4e718a98149ddbff57f53de8ab82b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fe9467704f704ce481ee069f7a4c268e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "17b30129628a43f5b7335f119a278f4b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "33d4aed15bd64e7a8d7b0bfe2860cbbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "70ffce4eab424fdea953a64ae16131a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "abd371ff4ab9438381c9fe4c8426afc7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5e801a9ed6044edeb2ed024bec990759", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d22053f288734f5cba2326aa3502381f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c84098ee84f043a7a465791e87d79085", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5a0db22fe2034960a450c4dd628eb19e", "region_id": "RegionOne"}], "type": "key-manager", "id": "3cb0f150a0054a7f91bad89a27e4baa8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "09f361c83e924804a82aa6fd804f1c88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "563f7f6db667485baf8466ed280b0c09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "99bce4efb96d455f95588003d008f5f3", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2738bd92060a41099bb5c2642a391d44", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9213da1ff34f48fa8608ab75191d3224", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bd5baca18e3a435b81baed1a933fac19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f15c7993cbe548bc91cbde68aae49c3b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0aa20fc9d43b4c329c27e3946359e3a2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "53d50895f2f147eb826086c13895b288", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "250c82da1e664ddf9073c6e33fa154c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8f0501e548264bfa88ea2b8d5516d6f2", "region_id": "RegionOne"}], "type": "message", "id": "d9133cfb10f74036be871ab79487aa8c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4d60cc4889d14317a85d915ce56361fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d81b7a345dcc4c418ae65c159628a0c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b85c391c1f09485a9b9f209e53640ac2", "region_id": "RegionOne"}], "type": "messaging", "id": "23c17629b08c4c97ab50414c9a3bd027", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a226f7ec0cb04451b16c91fb0fa71f4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1ac8c197a8784b4cbddb23caee6709f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9464c8d5f3f5480897c2e2f3a2970d4b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4f65d4f6d7b745aeb5d41566d7c58add", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "88c3af806576461e9b810576f95b1a8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "99afd04b335a4b4e8da4e8fa93246f82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1dd7a7bbe42b41939f3010fb17edbdc8", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e098ce81e59e43dda2a49b625d640426", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "984e4c695cb7405c9d52fcbb9b6ed4ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "45d1eb9bf2b1432e8a5611afb79b0546", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "09154f46e37046519dc254181b919c6d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c0b769f7c0724d38856ab2398f10d1b3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5a6540ac347c482686a3d7fc680425ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d7176e635f604da2a8c3c68caaf0fb76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5861f09706064bb9978a3f2b1253b80b", "region_id": "RegionOne"}], "type": "container-infra", "id": "6aa7dd3da38b4792a647f98fd203df19", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "bc599bdbecc44dc2a6f3fc4840c04f47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5a940bc21c29401f8aa36e4c5b0ea220", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "8afb0c9d0fb3486eb7733dfd97018f7a", "region_id": "RegionOne"}], "type": "search", "id": "9914c729877f4ddca214c89cbfbf2c72", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "7638c614d1614d2ab5220914237e0882", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "563bc3ac5ff54fc9811a227b54841d1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c4237ed3a1354c67a4019e867176fd33", "region_id": "RegionOne"}], "type": "dns", "id": "e0005993c6ff438397db91b8fdf83a26", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2ad9610751414134b7edaf57b6ab87b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4eafd89917594b99b0862f1b905d390e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e707bd30c2644f038adaff8992738770", "region_id": "RegionOne"}], "type": "workflow", "id": "ac834cf36c1446fa82090b8f2e53d126", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ea866b7a3ca24557b7cf89691c939980", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "465c7fbff3834281bfc80779248fcbde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "66324b1458a74d07879faf9f216d7d81", "region_id": "RegionOne"}], "type": "workflowv2", "id": "61341dfbf77e4ace821eb5a7ae2dba24", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4416f50d8dbd4e3891aef979375607e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "be348dfe4c70409da5308a1197f6d480", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "99108c9c26314ca89eca1cbddb525aaa", "region_id": "RegionOne"}], "type": "rating", "id": "a6f34d8ad6df499c92c654da55f3b3d3", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3e29abe16244452f9242ee47a3e22b98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0b375406fdf14f409dbb1096db557ffd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "618224754fb64e32a049b8bd32ad5e04", "region_id": "RegionOne"}], "type": "operator-policy", "id": "05c339f617df4898a3064d69fcc82f8a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "595bcca05ea14a389aac27a1b1408f91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "99153c7edb3048c988e98940009d8d8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "41b2116c7018443ead5178022e893921", "region_id": "RegionOne"}], "type": "policy", "id": "6d5b4bcc84874f7b8e3cade1515b043b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5e4a2c6e3f44444e87d216d70038aa47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "56cc72806ebe46d0bcdefddc919db3a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "95c3afcec9a94000969a3e1934fb9152", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1e7ae038b73a4192b099200539ff3c8a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "afb0232020e24631b9196d78423ab5cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dacac25139224d31855889cfee4ad1ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1bdf150f228c44fda45a3175e9e0b5aa", "region_id": "RegionOne"}], "type": "sharev2", "id": "3d3b92cecfbf49739bd07114065d0652", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4596c47947304b22801d35e634d3504f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1d9503c4592d4bbb88a19c636cb23171", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "109fd9263e38495ab907d0a891424bd2", "region_id": "RegionOne"}], "type": "share", "id": "91265b1c788244cf9ca83386b69eaf9a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7cb535c8d3234fed8a27fbceff14e283", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b0eb4e80875e4293bc28adf251e76bb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "84b888805ebb41ce885eae36268af102", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "678792dee49c450bb36984cdc1d41543", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67995dec17c54b3bb56360353489c5be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed4cfc8bcb7c4f3da8e5d53b10fb8940", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45b1ff2d3c3c4addb449756e4184b594", "region_id": "RegionOne"}], "type": "orchestration", "id": "5ff59ff20f694bfdb027cd28b3c8e40d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc7c88bb41e8484b88e0838e27877c82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e107de5cc15541fabb7c78f41aceb3d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4b3dec1fc9742ff9806c04fe9d01df5", "region_id": "RegionOne"}], "type": "block-storage", "id": "94b921db205745979bd017093632fd68", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1142da90e4104d7abdf090466630f5c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d867f2c883cc448bbbd84f566057c0da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8914986b23b84a69be104da5fcffa346", "region_id": "RegionOne"}], "type": "volumev3", "id": "eff453cecda248958263ee7d837dc34d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e768563c694499e8e77557598ae2266", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "385cc4b8298a4090b6392b156514364b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6d2746cc4d84773952706cf7efe7379", "region_id": "RegionOne"}], "type": "volumev2", "id": "e884781f7d5145288b13746096770d08", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0286dc611e4247a09324b0c6a79e17ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ee1280ca3dd4f8692df0473c24c5149", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4367a61f453449a78d9657735a4f0d8f", "region_id": "RegionOne"}], "type": "volume", "id": "37e513e0beb240e3a1d0feba10a12cd4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80830fea802b48ca86bdd8c160c23948", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86b44f464f564c67919aa29d6bf2ac1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31191adf1ea24630b0c69c3f547caf14", "region_id": "RegionOne"}], "type": "block-store", "id": "dd013dff18144ca2946fd47716ce359b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cfec8237966944bfbf5430a69827d610", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9920783f9f554403b0b1badcb243ac40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5fde4560b7e549f89e18ca04ba57b9ea", "region_id": "RegionOne"}], "type": "alarm", "id": "a9ccfe3798ad47a7bfe21574a26cedaa", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "084481dbbd7743fd8a9b401113e70b15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "919a54b113984e79923df1a11ec04fe4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3d2f812f46f949999dd05fb1e75e608d", "region_id": "RegionOne"}], "type": "alarming", "id": "df2bf53e66e24732ad9399ce8659138b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1eedfd65df2d478e8963b5531abdb3bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7eb9aba1c57a4f11b5723d480379f1ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "12093be40c034364a9650e31a1481045", "region_id": "RegionOne"}], "type": "meter", "id": "3fa501c68ef44b99a273ce2cbe69c3ec", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "523f13c4c6fa4dc7a0e5f53c1689558e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4ca19b793f974dc9b8c53ed6b4e39684", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "17f947bae3e34d8bb579bd802a43f95f", "region_id": "RegionOne"}], "type": "metering", "id": "87dcaafced384610a7efa5fc98344228", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7bb1c90705c14928862498bf52ed7a63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a660e4adc8cf4922adf0b1ce8002ce40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b1450ced3eec4c8590c72cd01ef6f792", "region_id": "RegionOne"}], "type": "telemetry", "id": "7ed21669ade74d1797b6912e429c38e2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9b4ea7cbb032465bb22cc94c5122f9b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b49b40a165a04696985ef2ad0eb46207", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e61cf615aad04759bcce6832865e25de", "region_id": "RegionOne"}], "type": "event", "id": "839f148a51f149b7872f44ae50ea40e5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a5d19925da1f4966b4868e3ead13aaaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cfd4da86f8f84f9b8e4e5d31a80167f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9aa828667fb444f5ac9bff8c4848f879", "region_id": "RegionOne"}], "type": "events", "id": "69f9eab05c784f63866435fbdebd1e49", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cdbb8232a98d4981b69324524f4fcf9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "31fa7da8b70b4194a5adb13c799aa2f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8054a3cf2cfc43f5aadb59891d02316e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8a26cb0a3f87456ea91560f0958812be", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0c06e1a058344e68b559336af33a205e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "33915975161d41889d435171a311e671", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "958c14c7fefa48398a8ba92774b2b645", "region_id": "RegionOne"}], "type": "application_deployment", "id": "df2c0c7eaef64fffa8e935ca79a11edb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f6e9a084cb6d4e108c18e9a372f6db66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0b197f34cdb442f0be7b758bec23525c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a45364654c4149d2a8cf1874a4039be9", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "dc0cab94d43d429780100467b8f3d57b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8e5f5e86a7484716aa287ea263c619c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2a8eac831fb746fa8f9cc2c73f8c4c80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "40e7c0a9cabe487cb0b74e17b476bdcf", "region_id": "RegionOne"}], "type": "tricircle", "id": "172a69d2490d4de582b4132825d7ab61", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c4d9b756778644a59eabef445ed39690", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "941ca6a28a1a485c8379c37c66895e14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "5aebc03ed5fb4a358f03153eb8fc0a58", "region_id": "RegionOne"}], "type": "database", "id": "591eaecf8aca46adbf7244d7d14ad691", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "754854e843da4172b14e08b93deddc75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3f06ffe8d4f441d8942bc76cb6067b2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8ab67e2087e242fd8fd80e9361d63c55", "region_id": "RegionOne"}], "type": "application-container", "id": "c88e5a628fd440d095553bb87b17f5b8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5595bfa7a56f4da1bf4a5ac9574f54a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d9304176bfc44eda9cd2be825a98944e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ee798a98fa114ff59c4fd1bd071595fc", "region_id": "RegionOne"}], "type": "container", "id": "ae43d319e0654034a4a91bb8a7b170ca", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c2dc9a180d9e47b2847d47d728f28d00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "158546902dd14dd4b7c9c63e57cf84cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "32bd90182ea0423fa7c8eaba5b1be7cb", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e22cfa6a56cf4a0080adce9fb12f839c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cca4624d6eab4a4e926b1af4c5b79e43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b858a4e07f924a59a1bc6c27052f16b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6e1b67a92d0943cfa22e50cd4357ec12", "region_id": "RegionOne"}], "type": "rca", "id": "0c5d8ad61d9e4550b7453ddce58983ea", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7a49380203824bffac80b25f95b32e56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "dc0c594194c84112a818bf956b148efa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "5ce8f88eaf434482a6b6513c7c57cfc3", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1b7d24f4c1234dceb381d2139130ad71", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "13173a4c21d84dc9b38037fe0be42084", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e1443b4fc2bd4f7bbe59d13259ff8b69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c0e6c3bd42244a13ac8285ccde384aca", "region_id": "RegionOne"}], "type": "network", "id": "006d99abed2d4a729d07f7c0f5154b1c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3f4143a147684c8488f571f13ba8fa5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8d68212839dd421f802d97a0b0349451", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "528815cf166a4545abe31c5c3c0f1f64", "region_id": "RegionOne"}], "type": "backup", "id": "9276d9eab04742b7b7433c9386f6f9ec", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "34848193345f4b468a7afa25b1616752", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d29f1f0c823c4c839f75d434eabc8a4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "402220144e0c422283c813d1cce12b85", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a74571081a1043bf8b9077a66c327264", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2f15e50fdc6b443f883b8c89b5913cfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e7aa8107e2cf4e36accd6ca0e6a6ca76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0123819e16be41dc8c1b055a65dbc03e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a3030aa49a984eab929a40cbfa92147a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fc29d61e821c4428b7654b6af54728f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b00dbab22aa44668be373d925a22da10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a99cf8dac9804699ac59aaad033b59fe", "region_id": "RegionOne"}], "type": "monitoring", "id": "30b3d99a1c11454e86f5e31adf372149", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1bc1fc06989f4c0482093ebd782cb4ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6efbda4098fb4c40adb043eda8abfb8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4292d7ed30eb41b1a95d3d7941cb4be7", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e426723922cf4715bedf7652eb462633", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d57c1f1db18543a2b6ca5e025a00fcd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5e94d11299fe440a9334341e7f5d76a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "bcdcb7915c5644b7badfe05f440e0336", "region_id": "RegionOne"}], "type": "placement", "id": "fd03274eb2374c058ad629d966da42aa", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ea714283c9d1438e9359d47517c597c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a71822c0cb7c453c80465c7bdd61df82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "276e3384a2af443aadc2388709ac74ff", "region_id": "RegionOne"}], "type": "instance-ha", "id": "21b7909714e74a7883abc24ac4854ed9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "89561c2d2dbf43cdad73977d0908fe07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e242722fb2cf46b6858ce5ce0595cc47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cb45c1b41ada4f208d765318a8eafe95", "region_id": "RegionOne"}], "type": "ha", "id": "26c70eda29224735bd06173e6ea470ec", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d37e2dc2f0c6485eaa7b049bc2504957", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "557e015d16ca4d9482514ab9535c03b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8c8513e8aec94b88934cbc5da358075b", "region_id": "RegionOne"}], "type": "reservation", "id": "2f898068f8564fd6ae56f9e01b2594eb", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "052608378c43430fa4e8e0ff153ddac4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4705c57e68064e7bb4cf25db56b00154", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3feba1d2bba049bca8e26a957f9dca34", "region_id": "RegionOne"}], "type": "function-engine", "id": "a1b7a65581574b5eb90f4b14cc9cd0e2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a4c588b787ba4873ae930a0709da3524", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "04c46b39e230466886273bc3e9887729", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a0e492e993144939a5494ae3c17ff321", "region_id": "RegionOne"}], "type": "accelerator", "id": "d51c5b7fb9bd47558a1ff26966b6d9ef", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6dbc7693fdcf41d69345e6c3cf8c076b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "96880823f28a46baad7bfb8950b3ac14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "20e85c3a0cde4bc298444fa142328e65", "region_id": "RegionOne"}], "type": "admin-logic", "id": "36db8fe9dbca4ee6abae9211419bec5b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3acaf433b6c94084b69763c3255158c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "890383f4b913452aa05a2da9de1cf27a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "aa911658332646dfa534417eba09ea52", "region_id": "RegionOne"}], "type": "registration", "id": "44988fcb8eac474aa7865dced15e9175", "name": "adjutant"}], "user": {"domain": {"id": "1f64ca27e5574b1b97c29e32216b5ac8", "name": "6bc819b662454e809da027101bf06a35"}, "id": "a2fcaa512b41483bb99631af74f0862d", "name": "2f14777191644ad38cbbb5dbee0ec9b9"}, "audit_ids": ["fb14464e3af548d3ba141ad426fd6880", null], "issued_at": "2019-09-19T09:04:41.718924"}} 2019-09-19 09:06:41,920 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,925 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:41,927 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:41,962 openstack Calculating hashes for /tmp/tmpb3P8ni/tmp1_Wn0k 2019-09-19 09:06:41,964 openstack Image file /tmp/tmpb3P8ni/tmp1_Wn0k md5:11870cb56df12527e588f2ef967232e8 sha256:99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8 2019-09-19 09:06:42,022 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,026 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,028 keystoneauth.session RESP BODY: {"images": []} 2019-09-19 09:06:42,052 keystoneauth.session REQ: curl -g -i -X POST https://image.example.com/v2/images -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"owner_specified.openstack.object": "images/image-2", "name": "image-2", "tags": ["tag1", "tag2"], "container_format": "bare", "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "disk_format": "qcow2", "visibility": "private", "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}' 2019-09-19 09:06:42,056 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,058 keystoneauth.session RESP BODY: {"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/691ff307-1fdd-4f62-8d71-3ba3cc96a45b/file", "id": "691ff307-1fdd-4f62-8d71-3ba3cc96a45b", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/691ff307-1fdd-4f62-8d71-3ba3cc96a45b", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"} 2019-09-19 09:06:42,083 keystoneauth.session REQ: curl -g -i -X PUT https://image.example.com/v2/images/691ff307-1fdd-4f62-8d71-3ba3cc96a45b/file -H "Accept: " -H "Content-Type: application/octet-stream" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '' 2019-09-19 09:06:42,088 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,106 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images/691ff307-1fdd-4f62-8d71-3ba3cc96a45b -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,110 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,112 keystoneauth.session RESP BODY: {"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/691ff307-1fdd-4f62-8d71-3ba3cc96a45b/file", "id": "691ff307-1fdd-4f62-8d71-3ba3cc96a45b", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/691ff307-1fdd-4f62-8d71-3ba3cc96a45b", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"} 2019-09-19 09:06:42,152 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,157 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,158 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/691ff307-1fdd-4f62-8d71-3ba3cc96a45b/file", "id": "691ff307-1fdd-4f62-8d71-3ba3cc96a45b", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/691ff307-1fdd-4f62-8d71-3ba3cc96a45b", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}]} {4} openstack.tests.unit.cloud.test_port.TestPort.test_create_port [0.145339s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,895 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,900 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,902 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,905 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,915 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.835074+00:00", "project": {"domain": {"id": "e05df6be8d454fea89a469aa78276034", "name": "165a870e76a047708ce3006d87af4474"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3028bd5c14c3470f8db48f98a51f7b4e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2f5a334ec6714cd9b919cbdb8a65516d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ff58b99cbbf44368941ac1db6c44eb03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "aff5aeade58a49f48e34d15b04b488e4", "region_id": "RegionOne"}], "type": "identity", "id": "afb6c407adfc4e68acda2bf2ba42242e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6c69a592e1e542eaa6e5768d49d49226", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a777113fc80241c8a76092064124852d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5d52d79798a24df39768792900ccdb42", "region_id": "RegionOne"}], "type": "compute", "id": "7efbbff56ee34939b9887a9e6cbd7d3e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "2730d7f9f39d4d58aef7485d7838fee4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "6b4da898c1d94ebb9347e84379887dc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "987c16e09da7426f99adca0ca209e6d1", "region_id": "RegionOne"}], "type": "image", "id": "d44f9714e50a4b4c9d840a7cc4458137", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1b1bc6e11bfb4b6881315dad413c1fc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "892f8b60e3c24c928c488d836f590358", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6801b2e4392341d7863e20d22b54b74b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "dc071d65b2ca4cfdbc213733bfec103c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fcc752686514a4fbfc63258e86dc701", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb788d55817f4ff5a1a84aa704b68a96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e2a0b6a971841cb9f01feed9c0a7a88", "region_id": "RegionOne"}], "type": "object-store", "id": "394e0588a6f448f58beef965a563a759", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3312b5267c7f4c4bbf82c068bd2c3cdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7b3ca829e3944f96b63f63dbdea9bc57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1a305c64adab4d8aa018d66af4e1edfe", "region_id": "RegionOne"}], "type": "clustering", "id": "0e38eaa609194dca808487a1cf8faab3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f1f2e4743fed489e854f81035c96c9c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4f9a8e9f6bba4f749d2892370d11dd34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c214b2ecf93c4e2f90db4c7fc980448a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "214e1c9d964b4059bb5e4b20b633a0e8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a22a9053bbe64d8ba763052c8a6b26d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "88ed2ec58f7b48d58d1b79ecb75d0396", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cd164578b9794c42b296ab755ec84cc7", "region_id": "RegionOne"}], "type": "cluster", "id": "5f96fee9ee2c4b25b4c67e4c0f961b08", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cda0a692a6ce44a0b6d7fa454be82fdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6ff7f8911d9e4a90a9e2aa4e65cc4007", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2df3767a2e254d1288154d0769184eba", "region_id": "RegionOne"}], "type": "data-processing", "id": "deca4c1b31ca47ed844b9a5f61ff6dd9", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "aadd750e84a740b6ac8b79bf48ca496d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "694be7c671294d68823efe88989a571f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b8fd2505c4634aef9bfae56dfbb9746f", "region_id": "RegionOne"}], "type": "baremetal", "id": "dba9a9948eb0446c9f318c8d8fd33140", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "89ea569cf4f54a87b873885a5a1ab818", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b00ce2ef96d448d19b09106252283fa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bd146549c2784a50b63f4c2bad41caf5", "region_id": "RegionOne"}], "type": "bare-metal", "id": "05fbab59a0fb456fbe6b4cb44a3783f8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "222e8e7df0b74c3db776a7bdd8a86eef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7bd4d4d5708e4951a3015b79319b6705", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "6ba07a7288274473acf7b7fa47fdd356", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0199d2127a4e4991bcdb20d1d832ac50", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "55fcb94042ca4804822f58ed693ab725", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "10a6bd2167714d7882903fc75b5c9bbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "68ffbd757ae0426bb4e893b6c427d568", "region_id": "RegionOne"}], "type": "key-manager", "id": "1261b48e0c05426fa725cc724e750e15", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6546025328d14a23ac7f37f820a02003", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2ee92ca66d9040d9910378356ed0099d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "56dda049250240b58a441e9a8e9191e8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6ac7136b0c5343a89d3b697c13453001", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "424c7a27632245d5a97034df819f2b51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ca06902b1a9e44b9b98f387f206e4c37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "43bb7743297f4715a4a410255a06695a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1b129a16f5b64f93a094ea2578c91948", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2e6f5bbb1a0144a3b781b1a8f2d59b9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "436ecc102d3e4759abaf1e882bfa53cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "84b78227dcc64028a257db6e0912d9e4", "region_id": "RegionOne"}], "type": "message", "id": "97dc045d20714e8b927908ddc9270b94", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "87557c9b453a49318d1acf2441691b6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a54039a49095491ebab4cd0a31aeab6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c8367d8906e442c683d08ffbe07da760", "region_id": "RegionOne"}], "type": "messaging", "id": "52aef1f30dfa425ca535594f02332a42", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "af87c1f4712a434383ecfb66cc4ba20d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fdd1d787c2544ff6927bcd15cb3331a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d29f4832b39440bf8bed0c46333732f0", "region_id": "RegionOne"}], "type": "application-catalog", "id": "84dab13736374d42900389a3d43231e9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bd86e8c1ee0446e8a44ba82e47953390", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5fc1ccf5ca9a4e65b792f17d28807c0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "093eee392bd34721bc5993a25150de71", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b53beeaef64e4046b5c9a789ef064235", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f78f3721a924200821a8bb0631a557d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9e4318b48beb4314af866a8f7a2a8a02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "06e53dcdb62540dd9156bcc0186b13d3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "977f4a70355d44a4b44b6682cf96bbfb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "478e23d1d22d4c329182922458952ea3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "471fe752ef6b430f85c062fe442f2187", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ac3342c465424f3cb88dee6344e492e4", "region_id": "RegionOne"}], "type": "container-infra", "id": "ecf2897622584bea9ac1ea1106f50a62", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a6bb6c993eb141c5bca253baa1922378", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a4c6f3b314374b748ef4b850ab128907", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4993cefb239c465a9d919391f02ec1b2", "region_id": "RegionOne"}], "type": "search", "id": "d145387c64684f039bc9668d263451fd", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3587f4496c1e4dedbee001e9b8c5bafe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4f14d0febefd4786aefdebfc51201889", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "535986bb92454d8198118a147f24d910", "region_id": "RegionOne"}], "type": "dns", "id": "71dc7b9511424f3ab021e8b8248468d4", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5ffb5234a9d148de8b8253ed375b89e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "48c6a0098257420fbb7e7fd05734145e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5e8b51cf9f4641e0ade8de5a0a2b9659", "region_id": "RegionOne"}], "type": "workflow", "id": "8e56d0fe6f8e458b9c45e819f9c8b4d2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "82f2323a4fde4a238c495a6fd58ff91d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8f964934e47f4aacb2084795ed7d9b99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "81be3c6057a544638d5d01406a7916d5", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3b4a833967b245ffaed7ff2d88fd4e64", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1b1c9fc2d01a4dbe9d18c7c93394024d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f44fd4c682d346a2883d333a03c9fbab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "234ce2dfe8864e168e73588b50af9b49", "region_id": "RegionOne"}], "type": "rating", "id": "5e69ff765bb0468a961ec0b1388aeab7", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "39e696c429d64dddadcf3080e33a2869", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f9443c3aa45b476e80c5995df97786d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "443d6df994854021af487e56803ae541", "region_id": "RegionOne"}], "type": "operator-policy", "id": "68643787085a42ed81eb5c5125dc5a14", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "df63ff0bdc454e66ac88f9941bf2b3d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b1945a9f73db4e8f8e3b21a374076eec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9137c1b6184040c1b2abf49ce7d92b21", "region_id": "RegionOne"}], "type": "policy", "id": "22b98ace82af4d438ad6122ffd58b5b7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f2bda49dff8d4d19bb2a3bcb52db540a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "32eca321b5724338882a1358e77507cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ea75a77a68c24dd3aaf1504e4ffb9ab0", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "fc97be50af8149f8b39c6ff61f948174", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "57d3cbb3052a42b0b3e661e6a150ca0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c3a1e32c33c740e48c733d5b05b99310", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e477ac2cfac54007918ffa435b4fb543", "region_id": "RegionOne"}], "type": "sharev2", "id": "675b9a190a454f2f9524b1a551fa1ba1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "60f864f741df43468eba07de7c19b088", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "559b794c2de84b5ba08930452a87d57e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1af71e8541a243a9be17aff6f9514458", "region_id": "RegionOne"}], "type": "share", "id": "e09623ab71a448b7b28e1c87e3dc5ae7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bfbea9e017e44c90aeae3606fd49b896", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4cc33e1333774c15a486b7aa25298814", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e5077fb03e334aef96456dac3409fc8b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "06991f90d5df4b48bcef3c2d3822c4b2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff14f2153f6b4bb385dbb1d526dbdb75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "501a4d94e7c14c45a084bf6610db1003", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ec73a3cc19a47d0a1dd2a67693e6b89", "region_id": "RegionOne"}], "type": "orchestration", "id": "519faa0e13d943f5a438ada1c23ac20f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e425d08811e4c53959ecd99055cb599", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "efee8b77dcb84da39044e14a5444cd25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "525d8e09d8c049df8421c27ab5379987", "region_id": "RegionOne"}], "type": "block-storage", "id": "6756efe604e444b38b2939e3c0104c95", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3ceb190c30548d1a85f1d5f4d24305d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cffa626387f7497fa513827c98de5983", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed9d15a9872a4d3d83af2bf3ae043ec2", "region_id": "RegionOne"}], "type": "volumev3", "id": "85cca908f556476491432cd97fc6b03e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f598e5a2f28d42a1a408009286d9c1a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b27984736c6b4284b063c187419ac947", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be8bf670c92c4b5aa748f19af6246e11", "region_id": "RegionOne"}], "type": "volumev2", "id": "a53865ac186748f08cfdba9a6846cb14", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fc7d7892011495aad9495fe8e317002", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "723808f5d1b749a88c157aa0990c7ef5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13c947392a014b969684a87770078187", "region_id": "RegionOne"}], "type": "volume", "id": "8912117fb82f47e9b861f46901d2f520", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81fbe9ee9c6a45c08b984fc457c36d13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4df62dd0d2f4641863a88596709146c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8919357781ed4d5cabf0af6dc1e4d0fb", "region_id": "RegionOne"}], "type": "block-store", "id": "962a1fb396464a8a8f2eb43a47231b96", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b60723a07608466b8675c69350cc9462", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1d412f3c87f246888b690c5040612c2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f8e0260628864e139db9f7f90b1d2c83", "region_id": "RegionOne"}], "type": "alarm", "id": "2582c6400ef3498f91f68b226ea12537", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0f7f36c227a6411d84d2bbea732510a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c162e41b2c9741dbb097e97239326780", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "85c3aa37127b4d499e41860ba5f5b90b", "region_id": "RegionOne"}], "type": "alarming", "id": "0edd33b64ed44c7fafa81a0c85abb697", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "485aa788a8974eec82bf9463ad9e1471", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f0a07dcfe0334a458267a140e5421938", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "315559666eae4584a0287bac09954eca", "region_id": "RegionOne"}], "type": "meter", "id": "4f103f429b10426cb9e37c7163e852eb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cdb172f483014d6c927419e0b1ab86ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "08afd1c6deae46369a8d672a33a544f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "198cc38c8b1641dba692793c87ba5762", "region_id": "RegionOne"}], "type": "metering", "id": "8d18c9ccb51643aeb07eed749db4ed3c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f3631cb73d744adeb1320e2c57172e65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a30327f4db0d419886a5fedc7e5218a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4ec98b1cebe147b282cbb299d58f88ee", "region_id": "RegionOne"}], "type": "telemetry", "id": "21f167c371cc43498ab82462e95314b0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d197d82c74c64d0ab8bce3730d526002", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b9af272cf0b04d98ab64376e1adf3194", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a4afbb0a113b4095bc5ed41277a80b7e", "region_id": "RegionOne"}], "type": "event", "id": "9656cccae44a4b909cc7f82b2ac28a14", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "05af6bd09b324f1c8e0cb68099d38b6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "aaaace45e3b54f4796a50bbd529e20fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e9ec1bee5e2147bca7e312d76747c485", "region_id": "RegionOne"}], "type": "events", "id": "80a40dc454c640d1ac25537206dfcd95", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "da2fcda9442c454eb0fc72b9035016bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1c18f22840114e86bc62809794b83f59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "60e3f846cc194572ab4d37634ebe0cad", "region_id": "RegionOne"}], "type": "application-deployment", "id": "7c15b09204dc496794a78d8e3da20d46", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ca837e3e89824cee8beaa84c60afbe99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c82acba64d744450927c3def5dacab12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6160f8a3dd98465c9fb7ea204ef38bec", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f4ac6eeb2c2944f9a40eb4f581e55cca", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6d93472d16e346beb31099a972048bbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cebbbabc4887423796103a260d9f98c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ae740e6ea4a4446395d60f16ead28d70", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a89e6b90a82246f8a8665ae0d54a4294", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fc9d6255947a4334a1a427913782c0cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "43d72633833c4e0a9533c0468d791a12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e1bb613234f841938a5d5ea93a58ec56", "region_id": "RegionOne"}], "type": "tricircle", "id": "1096bb2d058447cab5728abdf89af7e0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a44cf4f1ef544fb18fc16f905bc376b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2be4be81533e4f838541fd2a1c8d2af5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e249ebeea8a440d4972bb48bbd2132d8", "region_id": "RegionOne"}], "type": "database", "id": "56f82dc6af174680b092d3b5421301d7", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ca562504ef684319b82de737f8c781dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "46025810a9824bb7a5f7c188925a26ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bd0cf86e79fc4a008ffd44f50e9dbad5", "region_id": "RegionOne"}], "type": "application-container", "id": "a0c0f81654b441d1ae0f5121ed3ec4f8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "95983bb1eb614621b02d8a76b9a87b8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7e5dfac7e74b418fab021ee012de429e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "220a4c0117f54af48e32f107ec8da4e9", "region_id": "RegionOne"}], "type": "container", "id": "971800989d5342dc96625619c5b0ff72", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "007c926e74b74d01b41a5026a4cc6c40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7ce226ff1339436aa02b1b18ba774d09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "67169789504d4c6987c20febefd637e2", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "030bf0a1255149559b8c4411ce8d763b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cadeac74bfd84275a23167b91ef1a830", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b646863af04c431ea0699d5cf9ec0049", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a95c4e5ecb0c4cbb94e54d45c9627468", "region_id": "RegionOne"}], "type": "rca", "id": "b99c1b546e344840bb563d3ae11de788", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b3a0f9d65f3843cdbc304c7ba8f6f362", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5244cc987f6a49afa654ed0ecacb2580", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "429f999dd3d44a8bb73f1631940b0807", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f82ea1ccd2694d6ab8d45ebe6cea58ba", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "2bac7ec11a1347c7b6cafbbcacb4354a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "46b733ce96d4473cbe30d9784d35e9c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2d4592661cbb4b9c8ca61e78609e23b5", "region_id": "RegionOne"}], "type": "network", "id": "2dda7122f8d54e6bba4d2f2b5bec2ce8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9afc48484e5244419908121a5b1c859c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a43d631df891494c8850f18dbf1b2485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "87e1b698c13a430d83fdb5c0c5379b5e", "region_id": "RegionOne"}], "type": "backup", "id": "5d513bbf830f4cf28f0338d3bb1a9834", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "218ba41015a642ddbe3f770ba9088241", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f70bfd054ba24e0fa509a4fb7a54675c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4e0cf530bc3f48119f0787d9270379c7", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "676c1f12b05245caa7a4d15066d64d80", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "10fbe08fc601456c801a9793943d617b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b415641f52f5439fa1c2b47e07ed5c7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e1154bc612b541d19d9e9170361f19cb", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a6bfb2d2db13473583af70ad00556196", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4f7d35fb85a24e70bf8f139364cc24ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "49bb9a5c6381483da3f11d4053c71fd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e30373c8f17d421e85773151ad53ea50", "region_id": "RegionOne"}], "type": "monitoring", "id": "014c1b517a694c58a2fd30c796ffdb11", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "58498ca0ae26405d84167a7f811c8e03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5acab7de079c4866a77b17e4778dc096", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d9282e1318894c07a93b5c462d51ea95", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "723afaae0f9a48b1b06f2660624cae60", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "30cb1e3ddadb44158e070a8f21539845", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ae8e67d76ab6439a89e508daaa7da39c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a0f9c4c2c0ff4defa2571938cfd39fc2", "region_id": "RegionOne"}], "type": "placement", "id": "b2bc0bafdbd94fa2ad2f42bd067e53dd", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "207d954ef1cb4e1db036d6f2a442c26c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bcad7e7521c4494bb8d0caa39bae5f21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3593156e874d4ec1b779bab757671da5", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d31e05a73e2d444daa4ac7be66f3a37c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "939a5d0916974e89b7d20be9f265aaae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fa5de15a45964f21a827cfd8a4a3a4f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c4a8bdab90a84cb4857f5821010d8038", "region_id": "RegionOne"}], "type": "ha", "id": "0f3e480f20a64a6593cecc3eb06e6a15", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "65462f6da7d34cce81f07ac5090863f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9dfed1b45f6c4b759800fd168fb89d58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bd20ae94b38647b2ad2060dcb09215ba", "region_id": "RegionOne"}], "type": "reservation", "id": "2650afd4599b4cdf8aa051911451f8a3", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "34c4486d22714da19be670bbaea608e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4ca4cd5f549841f580ef8894ee48982e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "97f218eb30be48528bab64bc78a77930", "region_id": "RegionOne"}], "type": "function-engine", "id": "dc783bf80fc04a70a2a4e5bd4c55af7f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "32dcba566d44465bbb32ee7907ca99f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ab3f6943c3fa4c73addb1143e8b9fb2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e3c5b8ff7321483fb443dd805a89f42f", "region_id": "RegionOne"}], "type": "accelerator", "id": "6c984309d3314edeaa8fee4899595302", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3499e5690a3e4ec78b7204f40118f1ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "244e90d9a73a43bab7ab8c67e9d8af85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "db6e5d61c4eb440198bb2d62758f9f75", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f5ae34dd9b8d4a8da45e5c3f40cb85b5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4e4eb477a53f4dc4908cd212d6572746", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7d5ee74d6a534543a88c7ac5733f9f56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9b5cabc8f4d8474ab1ac020d9fde312c", "region_id": "RegionOne"}], "type": "registration", "id": "f5cf1cc9879b4345a1deba36464f3f43", "name": "adjutant"}], "user": {"domain": {"id": "59462d83c7d744149b62fe490f6c06a0", "name": "73bbfefc8e4e4973a4af94d66679da8d"}, "id": "6deff20f9dc24fcc9c7ab6105f344f30", "name": "493fef4c8ee64c679cf092e0b375927a"}, "audit_ids": ["1e57d6a0d17e4dfb912165c5c7faf205", null], "issued_at": "2019-09-19T09:04:41.835074"}} 2019-09-19 09:06:41,967 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/ports.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"port": {"network_id": "test-net-id", "name": "test-port-name", "admin_state_up": true}}' 2019-09-19 09:06:41,972 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,974 keystoneauth.session RESP BODY: {"port": {"status": "DOWN", "binding:host_id": "", "name": "test-port-name", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "test-net-id", "tenant_id": "test-tenant-id", "binding:vif_details": {}, "binding:vnic_type": "normal", "binding:vif_type": "unbound", "device_owner": "", "mac_address": "50:1c:0d:e4:f0:0d", "binding:profile": {}, "fixed_ips": [{"subnet_id": "test-subnet-id", "ip_address": "29.29.29.29"}], "id": "test-port-id", "security_groups": [], "device_id": ""}} {30} openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail [0.602631s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,683 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,688 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,690 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,694 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,706 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.620783+00:00", "project": {"domain": {"id": "3db4a9ec0eb34a22bfb6d56430537add", "name": "53b670ea518c4c4e98b19a3006102d1c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0d43ae6541604b3f8c3080f4772aa6df"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c96d20a24ac04771a467cfee9a1a408f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a77a9a29843144a7a77da06d90ab35dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0bf6bbe2a8164a9aa1e987a045eb1530", "region_id": "RegionOne"}], "type": "identity", "id": "6ee55693e26f4db39a3e16ff1a3b0260", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8cf7addbdd6848e68188de7d928e2050", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d60efefd0bff4a02891bfe87b5d5a052", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "46315a094adc42c9828cd0e07218916d", "region_id": "RegionOne"}], "type": "compute", "id": "07d9d83d92544368ba61404caa620b72", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a2dd4b8c44ac4bc0abb113a5b0533072", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2e9c439e547b461ca8b99af7aaddef86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8e9834462362411f9d12ef2e86d27684", "region_id": "RegionOne"}], "type": "image", "id": "45f8bf43fd274f329933ff49bc8200fd", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7e788de82aff4724b7ad75ebf1d8a86a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "de2ea66158e14979ba42cbad65e48f7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "88a7cb886abb4ee19234eb3fbd05d33d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "bd8694af4ccb464590d67efaac5a90a9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5332539b7bd9419abf3671eea6254d41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b564914b6854579adfdbdb08ed2a141", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24edd24d38df4b1bbd9c8624f1fd8f29", "region_id": "RegionOne"}], "type": "object-store", "id": "1e30ea511d7d419fa2a54a0689041995", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e3ff1cdc04bb4380b7f638340fcbb1b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fb7005c888234dee86fb1bf5cf227d49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1fd0f0a8a6a64e369f8d6494e3513580", "region_id": "RegionOne"}], "type": "clustering", "id": "df1dfed1125b49879850af5f09df2174", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "660ca45634c6419ab761f4a9c56855c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "96ed95538d874a888fa0f412ad961064", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a80708ad6ca2435cb3630c28b451ef3d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b2c18e91ee6f4285aa6923fcaa0c1a84", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2c1e813264b144f5aaae3e0828bdf8be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "27965de24c7a4e608c665252e51d6445", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c2fc9b31968d4a17a4e9946d767ee97f", "region_id": "RegionOne"}], "type": "cluster", "id": "a4c9321ba65d40c38f20479172e7452c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3ffbd3154a114abab1cd5cc3a7ba02dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8ac1f84a936247a8b95c4623e5cc2b2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6f6234bd7e5b4b2086ff15ad2d689299", "region_id": "RegionOne"}], "type": "data-processing", "id": "9e886ce155394d1f8481c41ee2aa5649", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "30a2ebcbe4a243a093e0580c5338cea8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4b1a34cf1ca747958381f44c066428d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b4ac51c6d10141b09a9b452bcfe69f8f", "region_id": "RegionOne"}], "type": "baremetal", "id": "9d49b7996e684955a14d15cd13fdd3c8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f57f173d5903430f8da199836027ddd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "523da0c04c014958ab0ee2d82173a850", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "652a51e525f948449b03bfe124f90b13", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a9816b00d1df4df985227eed9016bce8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1bb5a8dabe674bd7b226ec056b3ad8f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "49bcb2fb7f2e4bab8a21bcddc19eb4ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "931269f2b2c04b7cba302a64bb873d95", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "56be4d782cfa47a78b61b174dd91ccbf", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "87b58a86bc66495abdbc8beb781d3141", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "dc04bbff78294df0b032c6aab45f47f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e597d05370134a379fed5cd02966c606", "region_id": "RegionOne"}], "type": "key-manager", "id": "2c475dec66c348a6915eed1ec33e0c6f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0b4df97e39c541ec89a05147ff56ad49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dce32e1ba3d4479ba64aa7fd1d54705f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e48ebc91a2f04e4aa7f8e760d3b0c17c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "dafd4fe103634b7f8fc4ac3c1e53b4fb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0d9e110c196a43fd99cbd5a91d34b115", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "79b68bed69bf40bf869fb7faeee3631c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "afb931e647dd450ebe62ed4d99becf11", "region_id": "RegionOne"}], "type": "infra-optim", "id": "bb788af6796f45df91ba989c2b445bef", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a03c5c77376d4d07862c824c81f7b024", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "92ad65def31d47d0aeb8f68a4d8ee959", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ced3531a6cc14eea913c6fb07b76e8ab", "region_id": "RegionOne"}], "type": "message", "id": "1221587bd0be4b91b4ed77e968dc9b04", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e0925ab916814bcc8740f71f490cb70a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d3d48078e173425fa3876b9202e0cd55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1be13db1e2da466786a44e2c9352555f", "region_id": "RegionOne"}], "type": "messaging", "id": "44e937205e944dca8ff39b2a645ebf0e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d7c0223d6f7b47229f6630b6b1e20731", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0a0765039fd64cea8c63ce6a7a2bc8ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3a5bbd394df44b639da702a59dd80e1c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "bb467bc887d04680ab2b07d3e7d1c52c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9e4e42b7ae094e0584a106972b3e1d9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "454de9cad6cd472cab6c06c79e58b684", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "47a5646598bf416d9e61e7ebca3a183c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3c1f7f6322a647d7a0ee42fd9c7b1d78", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e6499c091fb540158a4a2368217a42e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "436157ca6eac45d291494df81780db41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4990f710bd244179ad5f1e5eb45d3a90", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e5914d9cd63e4b9a834262390d6052ca", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "785a3f8f65b8428099577c9ffb7d9a47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d3e61cd4008a46e1b852b6b1fb59d028", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ac6ee30543aa4ee5bff4c5df87f0a976", "region_id": "RegionOne"}], "type": "container-infra", "id": "b6fdd4e94b374afb96b37ab52ac73116", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c0c0c1c78afd4786afd4d1afb36c8e0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "12d95fd52edb4a189468c6f34f7a484c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6dc6cdf2028c4e3b8066403e12df111f", "region_id": "RegionOne"}], "type": "search", "id": "bb271f9d807144d5af8078bad3024ed0", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "7a904b4d811d4d9eadbded1490fc7637", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f4c3a4d2f4d746279f3ebe39042ae271", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "0b770d20448442aaad160adc661ba0f4", "region_id": "RegionOne"}], "type": "dns", "id": "397ba507fcce404ca47bc313c5ee7715", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1834b9f19cb144af88a6b21c229de5a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f89a3cf63e62477ab3511a17941a9d54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5840567dbe164a14bd28f548cdea82c7", "region_id": "RegionOne"}], "type": "workflow", "id": "16bb661167dd4eef91009ef546fdebf0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ecfa03cd5ea04ba8895f22c8718ec8bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e179370242e749beab4256ec63dc2a8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "574fbc1f3c724009af36cfa887ceee1c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0f7703d7bf6f4ee0b45a7457e8138865", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a02e18dd72f6452cac41d05c64c7ee3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "38a6797fd1714f32bdbeff6aca13acd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4e974cfe19044d73af95693c08312d7a", "region_id": "RegionOne"}], "type": "rating", "id": "7f8f1468ca954f4e93d0281c3001762f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1a6b18bf604b4231b2a68edcdffe2585", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a223bda48eaa4ee4933c04dd58a47d7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "eea3ff810bd9412b9e4d8b903d0e0cea", "region_id": "RegionOne"}], "type": "operator-policy", "id": "77395548bef54bda8ad739cf1a8d8245", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "55122555999e486a9846669a1c484483", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0a36e17024824412a7b156e69bc98b34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "995c335bf0844c9d9ac4acea4bfc5fb4", "region_id": "RegionOne"}], "type": "policy", "id": "1716c1f9c84349178307de4bf5ad435b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "645119d94de14947a03f88fc53dfa89d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c8f902068a554adbb4779ee0f4d2cd18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7a7343e225e2422aa31ff33c8dd4a48f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ddfa619b637a43e0b65dfb970da06600", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "778f306a27344c958acae063f76a7a17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fa58af3c26454155bdfdcf504b4a45ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b2ffe55e0c2d40d4853204f9e45dd0c4", "region_id": "RegionOne"}], "type": "sharev2", "id": "21e66de4625c45e094339a417fb8852b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e69a9a8c9f7a4bb0839bdd2199809779", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0b868085939e49a5888c369cdca6257b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "263db351c9e346f9a23a2bcab17fd042", "region_id": "RegionOne"}], "type": "share", "id": "adb0e1bdf233450ab6c81ea7ebb6c964", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a5046d77202043d0885c435e60e0409e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "36b2d0cf2ac3414e9e8e05b4e17885ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4020a736befe4b938dba3d0ef324fcdd", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "cf99fc48b358449b9b018d4af6fc4866", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27280b44cba14446b5a6d6b82fa2ec58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d28047c9ba54b77b51c087397eb01d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2da3b074c9ef48749c74dfd9e1a9b75b", "region_id": "RegionOne"}], "type": "orchestration", "id": "5b63d9d48d8c403d871251d6f8923190", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef1f4e72f0eb4cf0ba82d9343df600ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f0233c6a304463d9589cf81618feb07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e13da335ef941e0b2fdef1dcc7dc109", "region_id": "RegionOne"}], "type": "block-storage", "id": "246cd82ca59948b0a83cf6254ce3bcdc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9efcc0502d94342866f0c02337dcd09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b3575ac21af4b6c9840df7bf612ffa8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "baa11b916d01434fbad996b6d215d600", "region_id": "RegionOne"}], "type": "volumev3", "id": "dff3f514f8bc426aa71dc805f2f283fd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c99661f296284342bd9f4fef5bf1ca0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dec27e8ffdf6481783863136116e7665", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2509c6a117d4495296278faf308302ac", "region_id": "RegionOne"}], "type": "volumev2", "id": "c4dc3f548f0240afae92fcf4f1b8df83", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c6b6b89da0e493ba2738fa329588ccd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56d64d7bdf274be1b32f94dd6be193e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6af62f2d22f4422af1865fe90021cdc", "region_id": "RegionOne"}], "type": "volume", "id": "61293b5f34184dec850a8385dd5497ac", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79f1b5d5e0494f13846827fe157f6965", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fd556af4ccb4d9f87788cdd11d5c092", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d711d6f6f4f24c5eb489f7484783e0e1", "region_id": "RegionOne"}], "type": "block-store", "id": "52d27ae794f8475c8cfe3ba5ea1f5f34", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "722f793bc50147529f5b7fc3a136cbcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4078f8d899d24f56b325332f066ac5db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c357540cbaf44c79a18b02a9b2eae4b6", "region_id": "RegionOne"}], "type": "alarm", "id": "398d13e9e1e54ee495b231bf864ada8c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b72254149fbb4b8594e0c3e53bc54b53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9f415272965f4d9ca8ff6c15f12a8380", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a5e009f028e048f2b2fe8f649d8bcff7", "region_id": "RegionOne"}], "type": "alarming", "id": "b6a84d43d5a94d96a370babc041fe7da", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e3c17e1cec384b518bb076c36c5016e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8f1ce88f424747948ba35826177800ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d56426a7d878473da0a5cdda69ef52e1", "region_id": "RegionOne"}], "type": "meter", "id": "5bcc4c3407d849548c5d1f63054e6e20", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c2a30fe9c78f4b6986f5230275dd2a6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3f2326b3220341a6b272660e170f3c1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b83aa7482770473cabab049706cd75ac", "region_id": "RegionOne"}], "type": "metering", "id": "43b79f50017344249d670582c8c6b0c1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bacfc487c3194f05864b86bf9349599b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f40a8d7932f54f01abb444b2f69825e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f22f36d91dd74835b2f978716649bc2e", "region_id": "RegionOne"}], "type": "telemetry", "id": "fea398a4d50b49b9b425b46a81fb8f78", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8a85ae8cc0ba45e6b81f35b5b3b26d99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "84e7eb76d2da442ba14d91fa55f28074", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "350aae0a93ce4441a93a84ca122f2ac3", "region_id": "RegionOne"}], "type": "event", "id": "b3f1fcfee54a4037a333d5d430ad5af7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f8bfb9115fa641d79e6b75fddc052033", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2bbb3653b6fa45189efd96b944ec4a88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6ba9f832cc82433a9b31ca0cc83298f6", "region_id": "RegionOne"}], "type": "events", "id": "c32a75ed895b49b99354971f0b368ea6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fdcd7faaaf2a4a79879c840cd6d4fb21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7bf767a4351f473f8d7bf164cc04f4ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "95844af46201458f9dc25df229abfdd7", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b02a1617455d4cbba359a6c40d55137f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "47a2fc75ccbe40a89bc49df417934ca5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "007176e756c84aacae02f38c4c5278b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9801367e15f84cf18154745fac5d8ed5", "region_id": "RegionOne"}], "type": "application_deployment", "id": "515f8d30d06e4abc822a085d457a38e5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "488a039c2fbe4560a902830598bc1535", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3751558b7fb34502a38cebc94417f9f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "58b23857c2cf40eabcfd8f13de14f383", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5251a28457cc403da7906c39f3d41314", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1d5d4cfe3ef042ba9f2e233ac41888da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "eb69cfc6a303449ea491c20f083ab584", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "574f31ed0dfb4f19bc96eb7414480882", "region_id": "RegionOne"}], "type": "tricircle", "id": "d75a10bbb15242a39eb52af0ddb5b5b7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ba271850af5847dcb97ce675c8f3de6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6f0f93b583c44f5d9e375153ac69561c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1f44cb73dd30494296efa0037cc43f93", "region_id": "RegionOne"}], "type": "database", "id": "67a6d3f0ac514906a13ad6a6af53fb78", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2bc6352055544aaeabc34143ec2a4202", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "343f9238eea841ad98b3e967875ef47e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "327dd1c5ec2d4665af78ab129e152af2", "region_id": "RegionOne"}], "type": "application-container", "id": "fb32c234d1c04017828be1ebc392610c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3fc768cb3e374a49b73b0a1c3835862b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f44fd654a9694bc8876d9a930af2a4aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9e959afc6faa45fbbcccdb73567878e4", "region_id": "RegionOne"}], "type": "container", "id": "7b78e0a3bafd434faa1a317d0cfd0e5a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "526e365b002b439492275ea1bd808c6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1a4ca9d7473d48b7881ccfa7e0965481", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "012c61655d0049028eb1cd6ffe20becd", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ba7d07cae444412a82f3ba7956bdba41", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f25f45b6679441d589cbcb91e20d8357", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dac07c89f41c4c6d9710fbf0ef626d52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a2ce2f1ce39f4c09969375269ecb8800", "region_id": "RegionOne"}], "type": "rca", "id": "49f9fc14d87842da9938085b14bf4386", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "662b34771027424580c426353c5f6b1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0783984e44ed4826bd153b8b2b7b4e67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "2dce07b9db4246b18fbc684b85aebf19", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c456d2eae66f4cd99fe5de7f56293e56", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9d3e09786ac2460a9dbe03e6f6d55aef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "34d591d81a2545e4b219ebb25a553d92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b2e7dc88b58c41d2a993a2929818894b", "region_id": "RegionOne"}], "type": "network", "id": "cada0055639f4410a3e138b1f8f0f01c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d2ef6778e49a4b298078414349682444", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "6d4de82018364287867c84d5d9ab11bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6a586b4a78204ae7b1ad35d9015d8027", "region_id": "RegionOne"}], "type": "backup", "id": "fe0aa8c0c1ab469db6e42cd9088b53ad", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f57f7f9a5db94c0f8ad39610c7b62d94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d58f938df0fe4dcf84126b7a0776a552", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "baff70b09ce249b7adfe6aac50c43571", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "54508a49c44f42aea10c94a7e8ddddef", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2e3c39633cc9443c93495f4d0f58ca5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b3397f5996e74931b4f21028a1254a94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f1da9c708dd2487ca031065c9540e07c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a9b76b2b0f4e4398b30dde63d0de6f2e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "63796abf4cfd43a8ae69dae51bb03873", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "62b2d634ef864c21b161332003eb904a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "54f859846f6648dcb1897f9f58090953", "region_id": "RegionOne"}], "type": "monitoring", "id": "0263b18916b5448190b4bc85ba94da3f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a89c71d9f04a41f49519b7cac4774087", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f2c6bf2f571e4fe584e6b48e66f0317e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "9a53eda877a9423f8b827b36ead88df1", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "55a539975e594e39804a51240e9f3a62", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c64944178ddf4ed2b9a71165f9eef56a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a18dfce06c24463087f7f6da8672a987", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0eda4f2a99d74df89b506345e382a211", "region_id": "RegionOne"}], "type": "placement", "id": "6674cf7d320b455bbdde2f3ae0a4081f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "72064373e67a4aca90f89bcb626486f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ee8b20f9033544f6b685c88a08bc5a74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "55eed275d1b94419b47ae240d8d23f28", "region_id": "RegionOne"}], "type": "instance-ha", "id": "19ac2da168054e6b9aa4227f1de10283", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4cb75bedc5b54f999e6182bd44a6c7fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f24c4d2a1fd7419687ab51b561b24b77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "01d45dd882694ef5bc8e31969a1c65d7", "region_id": "RegionOne"}], "type": "ha", "id": "8ce0dc4108e24d37aa61a334e86a0115", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9a10ea9253524f7cb66181d1149ab34c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7be2bada5baa4b6ebbfb7f838a4e6928", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8bc2aa9c99414add9e0691372b90eb0c", "region_id": "RegionOne"}], "type": "reservation", "id": "91895660605e4c9693c02420190886c9", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a9a0db9086d5498bac5536261abf7ec7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3d44965325634e94a2a2221277460195", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e944ad766ab84398a8afa67c0801eb06", "region_id": "RegionOne"}], "type": "function-engine", "id": "bdeb401a69e74b85b783d02d40895de5", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f0e501a88af04cd69be93dfeb27dcf6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "91208bce7a3a498a9ce35356856d3437", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "549ae3355ad14aeabe3fc1f1755051ef", "region_id": "RegionOne"}], "type": "accelerator", "id": "4c1c135c7e71405aafd83f98b434693b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0bb506da940c45be961a0a5d9ee6cf67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7ea2278b447441f6a20191e083eff3bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4819faebf105452595371acc1a1c97b1", "region_id": "RegionOne"}], "type": "admin-logic", "id": "61bd5cfe5fd8400fb8f74740ce41a73f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "523f3fe35873429595f719a3ca71be39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "671e54e74d494b05b4365f80e9a32319", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ba9d541dd7fe47399cd151965671d315", "region_id": "RegionOne"}], "type": "registration", "id": "f00239c24a384138a9ed4baa6ee35173", "name": "adjutant"}], "user": {"domain": {"id": "92e3f87116734c5eb81faa9d29f5f700", "name": "e0d8445654be43ab9e72c1ac89ad532a"}, "id": "444dbc8a7d894fcfb49db25ceb33a3d3", "name": "7a470c748cee41a3964b6faca712301c"}, "audit_ids": ["105dcc5b938947149b9d5821f2523ff0", null], "issued_at": "2019-09-19T09:04:41.620783"}} 2019-09-19 09:06:41,736 openstack Calculating hashes for /tmp/tmp8Foqka/tmp2JoVwp 2019-09-19 09:06:41,738 openstack Image file /tmp/tmp8Foqka/tmp2JoVwp md5:226fa25d6af23144e78322e7ee9567cd sha256:062132b21c8bd3a10ca1a0e0a27ab7410483326e11b23efda4949cc540c0d54b 2019-09-19 09:06:41,820 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,825 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,827 keystoneauth.session RESP BODY: {"slo": {"min_segment_size": 1}, "swift": {"max_file_size": 25}} 2019-09-19 09:06:41,845 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,850 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:41,853 openstack swift stale check, no object: openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3 2019-09-19 09:06:41,856 openstack swift uploading /tmp/tmp8Foqka/tmp2JoVwp to openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3 2019-09-19 09:06:41,917 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3/000000 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 226fa25d6af23144e78322e7ee9567cd" -H "x-object-meta-x-sdk-sha256: 062132b21c8bd3a10ca1a0e0a27ab7410483326e11b23efda4949cc540c0d54b" -d '' 2019-09-19 09:06:41,958 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3/000003 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 226fa25d6af23144e78322e7ee9567cd" -H "x-object-meta-x-sdk-sha256: 062132b21c8bd3a10ca1a0e0a27ab7410483326e11b23efda4949cc540c0d54b" -d '' 2019-09-19 09:06:41,926 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3/000001 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 226fa25d6af23144e78322e7ee9567cd" -H "x-object-meta-x-sdk-sha256: 062132b21c8bd3a10ca1a0e0a27ab7410483326e11b23efda4949cc540c0d54b" -d '' 2019-09-19 09:06:41,937 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3/000002 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 226fa25d6af23144e78322e7ee9567cd" -H "x-object-meta-x-sdk-sha256: 062132b21c8bd3a10ca1a0e0a27ab7410483326e11b23efda4949cc540c0d54b" -d '' 2019-09-19 09:06:41,975 keystoneauth.session RESP: [201] Etag: etag3 content-type: application/json 2019-09-19 09:06:41,978 keystoneauth.session RESP: [201] Etag: etag0 content-type: application/json 2019-09-19 09:06:41,985 keystoneauth.session RESP: [201] Etag: etag1 content-type: application/json 2019-09-19 09:06:41,999 keystoneauth.session RESP: [201] Etag: etag2 content-type: application/json 2019-09-19 09:06:42,088 keystoneauth.session REQ: curl -g -i -X PUT "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3?multipart-manifest=put" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 226fa25d6af23144e78322e7ee9567cd" -H "x-object-meta-x-sdk-sha256: 062132b21c8bd3a10ca1a0e0a27ab7410483326e11b23efda4949cc540c0d54b" -d '[{"size_bytes": 25, "etag": "etag0", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3/000000"}, {"size_bytes": 25, "etag": "etag1", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3/000001"}, {"size_bytes": 25, "etag": "etag2", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3/000002"}, {"size_bytes": 6, "etag": "etag3", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3/000003"}]' 2019-09-19 09:06:42,094 keystoneauth.session RESP: [400] content-type: application/json 2019-09-19 09:06:42,112 keystoneauth.session REQ: curl -g -i -X PUT "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3?multipart-manifest=put" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 226fa25d6af23144e78322e7ee9567cd" -H "x-object-meta-x-sdk-sha256: 062132b21c8bd3a10ca1a0e0a27ab7410483326e11b23efda4949cc540c0d54b" -d '[{"size_bytes": 25, "etag": "etag0", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3/000000"}, {"size_bytes": 25, "etag": "etag1", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3/000001"}, {"size_bytes": 25, "etag": "etag2", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3/000002"}, {"size_bytes": 6, "etag": "etag3", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3/000003"}]' 2019-09-19 09:06:42,117 keystoneauth.session RESP: [400] content-type: application/json 2019-09-19 09:06:42,135 keystoneauth.session REQ: curl -g -i -X PUT "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3?multipart-manifest=put" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 226fa25d6af23144e78322e7ee9567cd" -H "x-object-meta-x-sdk-sha256: 062132b21c8bd3a10ca1a0e0a27ab7410483326e11b23efda4949cc540c0d54b" -d '[{"size_bytes": 25, "etag": "etag0", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3/000000"}, {"size_bytes": 25, "etag": "etag1", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3/000001"}, {"size_bytes": 25, "etag": "etag2", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3/000002"}, {"size_bytes": 6, "etag": "etag3", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3/000003"}]' 2019-09-19 09:06:42,140 keystoneauth.session RESP: [400] content-type: application/json 2019-09-19 09:06:42,142 openstack Failed to upload large object manifest for openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3. Removing segment uploads. 2019-09-19 09:06:42,160 keystoneauth.session REQ: curl -g -i -X GET "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/images?prefix=openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3&format=json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,165 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,168 keystoneauth.session RESP BODY: [{"hash": "249219347276c331b87bf1ac2152d9af", "last_modified": "2015-02-16T17:50:05.289600", "bytes": 1437258240, "name": "openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3", "content_type": "application/octet-stream"}] 2019-09-19 09:06:42,186 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/images/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,191 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 1290170880 Content-Type: application/octet-stream Date: Thu, 16 Nov 2017 15:24:30 GMT Etag: 249219347276c331b87bf1ac2152d9af Last-Modified: Tue, 14 Apr 2015 18:29:01 GMT X-Object-Meta-X-Shade-Md5: does not matter X-Object-Meta-X-Shade-Sha256: does not matter X-Timestamp: 1429036140.50253 X-Trans-Id: txbbb825960a3243b49a36f-005a0dadaedfw1 x-object-meta-x-sdk-autocreated: true 2019-09-19 09:06:42,193 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. 2019-09-19 09:06:42,211 keystoneauth.session REQ: curl -g -i -X DELETE https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/images/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_fail-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,216 keystoneauth.session RESP: [200] content-type: application/json {18} openstack.tests.unit.cloud.test_qos_dscp_marking_rule.TestQosDscpMarkingRule.test_delete_qos_dscp_marking_rule [0.297187s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,919 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,925 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,927 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,930 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,943 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.847885+00:00", "project": {"domain": {"id": "3bf4f8f643334a6fab5b39f20e7b4167", "name": "a98c8b82bd7b45e19858ba5b0e4e6f45"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e548808e024844ffadb13c687c3ae4bc"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "dee4cd3501354da4ab1a9f0ee85832c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9693c7d2258d4f14b249f44b2022a1a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "b885992dfa314551ad54c3f34de3aecc", "region_id": "RegionOne"}], "type": "identity", "id": "56525e0bc2ab45a9a2c8898c2f379552", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9d3f8f68c2db4b789787f15df2d451cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4236c67a069c424b9c5393af0acbfe3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b8a2ba0e7efc4a61aaf0c7e0eb4c5639", "region_id": "RegionOne"}], "type": "compute", "id": "269f4364e09a4f11bce4dfa6a894f7a1", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ed7dcac88047483b92e8006decdd3cfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "bec5c9bbdaa94bca91199b5eb3ca9fb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2ef027d3b8204aaa918064023835a38b", "region_id": "RegionOne"}], "type": "image", "id": "c807d19a5c884589840380add66192f4", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "72d11addbe554d429acdb753e8f1ff93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b1f3b0f60c2f4ec183dfa37d14a64240", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7d969a48319d4959bd84a2bba044aaf8", "region_id": "RegionOne"}], "type": "load-balancer", "id": "022e1be53b534ce7b61396c942cf74aa", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74914ae63c164e53a758423daded1c63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ffac02c389e40a5a842347697dc0324", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c38ed5e0720408991c59b53c4617552", "region_id": "RegionOne"}], "type": "object-store", "id": "a9e69ff4c5284108ba7333a6560d6013", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4331ed8a38fe4a8dacf56b380ce1f8f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "94590d7a91bb4a5a99f9e1228aa313e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bd376e18ce934692b578b06f2db4b937", "region_id": "RegionOne"}], "type": "clustering", "id": "7ccfdae18a4546f19a8afcb2859133bf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d96cb79e5ba4412181d246e690281740", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "85820c0f604c4805be1133b8204cb299", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b889f6f9fbcc4021991f3e91ded91abe", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c244cde088044f898822ee95ae24af50", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "02f3d4666de24d8f9af5976c939ac23c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b41e7cd9b2d34045baa77f286f3c3b9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9aff7e2950f846d49671ca7bb0c63968", "region_id": "RegionOne"}], "type": "cluster", "id": "1d4eab05edf94a29b4be8503e0cd656d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "15dd8076f8a2482385fcf991650b27fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4a9be92aeb854e3c9fc390374c773218", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "bb10611d00cb437e825cbc715281f32b", "region_id": "RegionOne"}], "type": "data-processing", "id": "7ef4e4c9d9a144098126bf9169b190e9", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6a7660bcbb4246768317ef0b9ea6fc6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9503c3ec8609444cbe4845d635731e84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9f9b715cc6f24faf8cb8a85fd0580da7", "region_id": "RegionOne"}], "type": "baremetal", "id": "e6e8bd032ab94c3d858dc782cb7dfabe", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "127a2f5fdfae496a8078fe9abb3947e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a857d98343574cd997f169bcc73ca44e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4f5da73d21364c41bfc620f04654fb53", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a119200a924e40b3bbac88eec253c6aa", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "979aeb64a66d433ebc9bc9eb5d4ff28e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "75c08b32a0514ec8baebe89c17096c7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ea381b1780ca44f985f39ccd2cf385d0", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b43d0f5e42d9475da031876c8a26222c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "70e111ec0e624e098d6568800f8965ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d57f75b12aeb406f9f45f3ecdbae333d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "760457b1363b43679191c292d03186be", "region_id": "RegionOne"}], "type": "key-manager", "id": "b4f4dc5a10df4908932e41efe714a88e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f056c6cb9db44f5d9218f0ae93ab22c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eefec634a1694e9b9f3f757d153440b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ed429af94ead43099535a894fdfc200f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ef6998cf93a9417c81807e3803d49e2c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ae7b839bf7a24f9aa73faff7f621ebab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9f3a44cc08da40a5ac6d08a99f9e8c51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1b16884cb4b34c21bc95cf97e8fe72cc", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5fc2df738573499eb5d9faa042df0c73", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f1940058bab24b89b08c23d248307114", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3318f641385f4b808db6980d387fd2d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ed0acf4a693d494ca353ab7b28b3e203", "region_id": "RegionOne"}], "type": "message", "id": "3a74383c5dbc4d8e88032984e27950d3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1b16672b120d4d3aae229ce9fe52f72b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "33c6ce1b00544d3d8e8122a4336fcf7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9e889493be87413a8818e8fef5fa03a6", "region_id": "RegionOne"}], "type": "messaging", "id": "4b0c8ba5183e4227b76030f35ebaf797", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "725a8204fd324f5e82d9766c3f23cf3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e96eae4c136847ef96a4a958cf7b2401", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9171864967334b8ea4aaacd2b2c907b9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2c1e0ad5420a4099bb5ef3f695eb5acf", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b43ad401a7c3439ba72eb3bda92c9a7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f452be1c8b6a4f28a48c2b5aadc11981", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "533e0861079446f7a0b145ff3eb2cb00", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0c5fdc2081264f67ba8102d8e443951d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f50376ad05f4b8c86d2eb9b9e2db95d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aa73566e02ad42af82cc765b09b8ce17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d4a56373cacc4a6d9a23ff611b898be5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d9b0547b2b164ee0a2e773f471bf284c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "26fad181a43346b78ca8ee55adbcbe9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "807ff56654db41f7a36bbcccf10d5fb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "759d7f4a48814a44b58748670f0c376c", "region_id": "RegionOne"}], "type": "container-infra", "id": "7541dc9923e54d57a85c08d7d695de4c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b7b4b1d862734cfe8d319957edb81ac7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "130bb3ae39bd4168993b9c43122329bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a5b42dc801aa4140acec77ae11027f0e", "region_id": "RegionOne"}], "type": "search", "id": "c1c14651d3a3491eb8e1a657f6ffb8b1", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e7c1fa802fdd447ab22173ff6547942a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "7a3db9074e964d808790c50206569674", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7136d40c6db646868790f72b71128733", "region_id": "RegionOne"}], "type": "dns", "id": "92ab77f6334b4cce89aed562f2945d9b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a369f40f80704429a4f22d603fc1140f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ba78c42a219a4fd2bdae1855397e10a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3980ece110cd452eb2a8c6313c3f0c96", "region_id": "RegionOne"}], "type": "workflow", "id": "bf8cb2e238ed4f079af0f89b5464a181", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cc66682007374129b9d39736c46d852d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8379c3917757440db9739b3bc782e337", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b070d4896f3445ee9f923a7e43aa86d6", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ade19912b04d4683a7a2401787529f65", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "efad7bbe04814296a8c451b325770f63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "03d70c855ccb46089fc7171716af25dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "77d1bf534a2c4a87b3ea5e2cf20df400", "region_id": "RegionOne"}], "type": "rating", "id": "b472062eb1d4432c98f244a6fb4bea5f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c098994e6cba483895164846e53813c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d2f0b1e332b54eecbc429d7b7efa26e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "926743000e86402da0a723c57fdceadf", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ebd9fcabe63f46d2b2dc43bfdc3aa9a5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f65f335c14b24c8fa72eac8aff0383c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3b794587bb9e4e2d90f7271f715ff3c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "11315e195b29458088dc76643d4fdd1d", "region_id": "RegionOne"}], "type": "policy", "id": "819b838b792842b6b735f5f018da1d03", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9dae404a41904e36ab18f00b52728ddb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1de687b395e14be78f03b7e9874d3318", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0e3457727b974ea19037809386b6f3cc", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ac3f6cdf39ce4155a593741df5723251", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1f3fadd790794d92bfb50d1adfc0c751", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4178e040e5b54f2da46667fb2cfe064c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7a7397a5e3524530b7f92a435b2e0c2c", "region_id": "RegionOne"}], "type": "sharev2", "id": "860e6f10847f4d9093301e9df0390c9a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "71daafb41ae84f2fb033fb3897cfa4c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3aaa1e3f95bd4f6cb8c8cc9228a5f5aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e12255192b414ba1b2c25aad758b71b7", "region_id": "RegionOne"}], "type": "share", "id": "27a51001e5634393bb443c8e6f7d8865", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9a6b6541ca6542b2a21d00003043d68b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "80ab06ba6c6e4524a8354c6f6269af16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c04f1718f0b74f4fbc2853628cdd8e0e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "335fb64102414d83a8598c2c1cff57b5", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54986135896b4112acc5f4f2a9da8785", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fb9c17376f54a579288957f16ee6709", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2245f63d9be2445786871bbd64a230f9", "region_id": "RegionOne"}], "type": "orchestration", "id": "022d3f650c2e4daab90d4ecb5ac48cfe", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef6cfac61c6146b081572195c1cf320d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ead2421fbc9b4bddbf534e8c125a3a73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fbff216b64d49caa2ecef572a1946e8", "region_id": "RegionOne"}], "type": "block-storage", "id": "a41adb3c40d943cb9bd963ff47a268c4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93b9dc3be4df41a7a8fe2aa240043f3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "129517ae74be478eacc3ed2d885cbd05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4bc5e1b39364ee08b38635d2807be61", "region_id": "RegionOne"}], "type": "volumev3", "id": "b44d9eeeafa44d27933ab653bc91bddb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6e7d1e455b443a9b8edf0a7b1c6aca9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ffa4c6484604262bc9c428d0fb6e916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82f2fc97cc1e4116ad06f0885671d9eb", "region_id": "RegionOne"}], "type": "volumev2", "id": "a0d06681090f49baa7feea3f0e63f617", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "593daa20211243fa8cb100b033e8e3d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1d8df042ce540978d1ba3b0090721df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "094370a48b0e4838bf1bcc9241b9044e", "region_id": "RegionOne"}], "type": "volume", "id": "4ec3d57249a64206b09f69f49ff8eb0a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b18104b0807644139bc0dfcd261f1208", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7ca8847e8384dfaade6c3ae864426ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82d743fb933148ec9732fa80723d5e95", "region_id": "RegionOne"}], "type": "block-store", "id": "400e4ccfe17a4dbaa3efa9fb50dc39ae", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "68b12c5bbe444c7f911284e2d4237b45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f8ebfb744df7490b9686856c2ec23100", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "22cff49b609c4031afd51fba423fe983", "region_id": "RegionOne"}], "type": "alarm", "id": "46c3e63455224bd3a0335d49f339a015", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ff664ff7ac4e4966ab7ec4301022022f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1713781ba9934d8d91826e4f5b189ebf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "54c9512f82864b649d823e8040047e29", "region_id": "RegionOne"}], "type": "alarming", "id": "a8d4b6c7580d4d03b35375aa7a61b041", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2d798115f36f49a0aab5863ac86593e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "741728b674fd41e2b698d4143d8ac921", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5b421a90ba534668b45d221fe355b1b3", "region_id": "RegionOne"}], "type": "meter", "id": "57aa00f868fa4d1da0e23eab2cc6a1c4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3dc77543259043b4a352f20e9bbc6118", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c26e7155531b4ff4af8e25b60209c34f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "431112ab15b6479c96d35dd2be46b90d", "region_id": "RegionOne"}], "type": "metering", "id": "894009291b93458d89c3186d311e43ba", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5028243484244ecd93dcf64f1432185a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cdd16f87b080495aa777e3a293d20dc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f37e1aab1d8043578b59682db18499d6", "region_id": "RegionOne"}], "type": "telemetry", "id": "4a56acba9cc64bae8a52aa72a5a4a532", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "652671aaa2b84133af560542a23ed561", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3253e6a114ba49cbb1b24e75a2979025", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "dd0ec3c13805451c87c32f07a5d9fbbd", "region_id": "RegionOne"}], "type": "event", "id": "d4a3b80db8654f9fa1687e519516eadf", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0921187842954d45a3b32ac9a348795d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "813bfe8f5760442db72f0a17285c7526", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bf6be83ade87439b959405455209c6f9", "region_id": "RegionOne"}], "type": "events", "id": "cf0dabbe02dd4dc3911a4e413edf7bea", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7ae5e9a40ddb4d6886db4e175320fc3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5a00769917ab4820ab44a89f6c55858b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "60cbffb21695461bb5e6892ca8a8f793", "region_id": "RegionOne"}], "type": "application-deployment", "id": "49a21ad53a3f4467b9c6b562cfc258b4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "eb29e80ba1224618890e7549b3478112", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "16e43fb71c654ecdaa3b7d904b2d4f59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4d3469c42776444d8149f28d334fad2c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c45a11a7ebab48318adc68b627dc4af3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c1e495a45877404885f944cd5f13882b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "87188284a6e8462c909d40874acbe85a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c89d7bad9633494cab63b08579386fdb", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "77e59cbfab8d4d38b57e16dcd766d465", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4cdf39b9263e4f79946ae6d53e497427", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3f3d4149ad6446079092002f53008047", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a62b112fa0654dca99a90589f8c3df63", "region_id": "RegionOne"}], "type": "tricircle", "id": "9380d71eb27c47d7996bd41fc0fd5265", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "470c19ab3aa9462bae6cb634f751e5ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "380f8a4f3b4a4dfc925605889ad211f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e194b06c9e5a47f9a9f19f6e45769a74", "region_id": "RegionOne"}], "type": "database", "id": "43c270a27da94013bec4ede9935f1bbb", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2dd0c6908ea24a6ca9fcae9483359450", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8f83957b370e4150b4ce2ae72afbce2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8f1a1355c3bd49b8be04b684ed13dd44", "region_id": "RegionOne"}], "type": "application-container", "id": "8f244efd5f8c4fa9a6c66e2732c39311", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "37cd88a29d1c4c92bf511f74b54390f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d6039577715e43d08868f59b89577e8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c939d69c32214c619d35f71a2520226e", "region_id": "RegionOne"}], "type": "container", "id": "7b10de86e641400dafde649433a50702", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8a782005e78840908cb4208499f26304", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "084183a791e44b879a37f5cf536bcb43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "da6a523630104bd9a97d4f1cd5db1dfd", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "61a3b4c6fa5a4a59a5e0300dfb114cb3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5c21e95d627b47ca9536fad5423ba282", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2a2fb4e9010341a1912aec2f9069d87b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8521e686d5db44109cdccbb008896bdf", "region_id": "RegionOne"}], "type": "rca", "id": "6771c6330e414f7e8e8c0506f6fdcdee", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e189052ef9dd47aa9f9a342d7f77d5cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c49ab47accff43cdac9258aeab5284f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b6fdadad1cf54b95a1f4118daf31f67f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "44b6f42ff3ef4d1d81c5c289305a6764", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "cd5778f562954f9bb97bfbbbee1f208e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ebc7120a8312490a8c0dd23bae10b62c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "04d96c9ff24d43a99d9e3c4d9f4eb30c", "region_id": "RegionOne"}], "type": "network", "id": "c0c36def7e314df8a07075df1ae5fa75", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0876b193a0784baeaa90fbe526502a7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "3480da3aa7944d35ad3b0fecba022ff3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "62a66b428999485295c292f55f2fe212", "region_id": "RegionOne"}], "type": "backup", "id": "5ad7757e3466416fac593304f1799cd9", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7d8c8a7bd8a447ebb9ff0b617cd33006", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "808277a534834034a83038015b95adf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "78d0c0e3dfb84022b9e5f5f6c78c33a3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "157c75bdbeea430bb72035ee6381def8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3dd0c7a3186f46e8bd74411e6da4c2c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "eb66ed1594134afe854f8f6b8c9f6509", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "31b4ed85a287498fb3fe909e66435b5a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "cd98b1162152444a822aa111fed576b7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3bc6a103d60043d893f496de07f4e2da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bbdf8cbf15114d269c27a9c03b1400c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2533cf2aad5844a984e6e87e0646fe11", "region_id": "RegionOne"}], "type": "monitoring", "id": "78786e57ed3944c6a3aede481d3a98bb", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "329ca17bca1049bcaf9680a7c6a68e05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f2f3251cd85d46239a641fe068d6424d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cc66e6a2dc0c40068c7dbaa3ac5825ce", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "847784a2a1034f54bfdc6cb231189d34", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4b418f54b01e48fa9853d03fc7df7e4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7b3b31540bd8450e961f144aaab5b565", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "aa9cec08705645609d32019ad5e46e5a", "region_id": "RegionOne"}], "type": "placement", "id": "d3e1a82a34834ae1a95528f9e2bb64ac", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3718c1644fae41b1a6a03f27130d56e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "aaebbeebebf34bdd8bae208cc335254e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a392d47b4b664099bdf644d22c5e55f8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "33de272241e74aaa80734165d00f78a6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bca98e7b27394e3f8f70e2efe7020bc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c690866d07dc4ee8926d50f92a6984f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bdb6f2bc586e40c99cccb2ae671172ca", "region_id": "RegionOne"}], "type": "ha", "id": "5668974aa99b49ecb9f130a0831014db", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1d55bfd6e77e4b7b82a6cdb142f3ffc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "583d34fbeec14eab9cf7d3d75aa3bab4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "213ca616bea84f6881189cb1125fbf5c", "region_id": "RegionOne"}], "type": "reservation", "id": "b5a8b8d9ad9344d39f74fa037cd21e67", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e408fc0f781b4a769ae2a0c4804f7c3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b26f357499ec4cc78af8808ef7adad68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f4df6a6c60a042408489d119bd25c5e4", "region_id": "RegionOne"}], "type": "function-engine", "id": "6cd6ba6b1f764e30a03973bedbe1b2f7", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2622c8da3633416b815a40838e9a9afc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "831b12e3a3624ca29ae696c4246999d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0c0c6622c5b348f6b0c8a54b105502fb", "region_id": "RegionOne"}], "type": "accelerator", "id": "0fe84e47f2e44626a0b3691b227f2242", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "088149eed5f14dac9fb39f618462a9f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9b93940965ae4c5cabc3570abd63edb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b04bfc6048c44804a9e7e71f626ebc9b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e7bcee467e214d33b2b70f233943dde3", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "758733e6f5d74e80ae0900d8fffd4313", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4b2aa24423424886b2c58df5095dd2c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "348f823f01f2489c948b2f3c777a9a57", "region_id": "RegionOne"}], "type": "registration", "id": "2c8d341ce6c84f919b17a09861a3d56f", "name": "adjutant"}], "user": {"domain": {"id": "133345865d2a48b19e0826f13d6766f1", "name": "9c1783278716444f838ba80198f2b5d7"}, "id": "ad98bc75873a4bcfbff9f68c802f1bb9", "name": "5e3d83719953400d8a02af9f10ab2006"}, "audit_ids": ["11341a4bde614d08b300be0a860d2984", null], "issued_at": "2019-09-19T09:04:41.847885"}} 2019-09-19 09:06:42,093 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,098 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,100 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,102 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,111 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,116 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,120 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,125 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,127 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2019-09-19 09:06:42,130 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/dscp_marking_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,134 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,136 keystoneauth.session RESP BODY: {} {28} openstack.tests.unit.cloud.test_keypair.TestKeypair.test_delete_keypair_not_found [0.215877s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,051 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,056 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,058 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,062 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,074 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.982243+00:00", "project": {"domain": {"id": "ef2c0a1a949a4cab9d47adcf9409b4ed", "name": "653ff52769264a559fe9203b2d38e184"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "474ba451fed74d1790c50e58a30ee5ba"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c230ef3654064629a4d6b9818a32826e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c269678565f74458936b1415fb13b46d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d48c46a9122c43eb9342b4db1dbf23ce", "region_id": "RegionOne"}], "type": "identity", "id": "058f4d488263418fa7b7ea177c23c7d8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9d27b7baf9de47bbbe76d7e04db97488", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d1ea1c85519346b192a030169f0c535d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9b399a40cc01467ca38cbb0c82eb9009", "region_id": "RegionOne"}], "type": "compute", "id": "6b68e0ff680a4c92b6dd18a79c406d74", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9bbb07da8d1a4a7cadf3b757a3edb40c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2cc88cb9cdf84618aa05b87f3f43deeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b4e0a6c0f7a04237b48c33840d38d3f9", "region_id": "RegionOne"}], "type": "image", "id": "96004431fcb547b6be25b7174db0daee", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "722eeaca6e4c49f2b2a8625553294baa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9842978ef6424b81a0c08dc807e56d04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a40c48ba9a2c4fbebd682712006a56d1", "region_id": "RegionOne"}], "type": "load-balancer", "id": "41faeb8563534383a485f12a332f9253", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "710d09d147e2414fa4c7f00f493c57da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3a72bca0895497c97545bb517e5c6e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d9a35babd1f4d7c905eec8690046c4b", "region_id": "RegionOne"}], "type": "object-store", "id": "708ffb879ad040dea04f1186f59a9384", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e2d3e00c07654b40a4e01a3a81d0b6c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bcabd5c26e30488690a9e1da44bdebaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6d1cff5673bb458ea3d1f358cc585cc5", "region_id": "RegionOne"}], "type": "clustering", "id": "74cc7384d79348ce8b32279da4e5cf56", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "18cb87b9613e4d9ca298ece430f1d22b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9b37bd823d9f40bba2d633895ba9f986", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "85ae96300256452aaed2e6a6ddc8e954", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "581a77ed359a49fcb2af5e6b13ddecc2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4340570ab6234e73afce9ad5347d5088", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5cee3917ec1c413ca62911ab3e8e7a08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4563596d5e594afe98281615f0f9d135", "region_id": "RegionOne"}], "type": "cluster", "id": "5074628d67ec4f3f90bc1211c831bbf7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a289b93bcaa042c68b35de30a8151de9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4324ba72c778429d8d441c78d9611d94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "4179bc2529b64d28bf0505c7936a6f0f", "region_id": "RegionOne"}], "type": "data-processing", "id": "4da5e84280894b689caa0ca605472f2a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ea74ebc290f84c9bb5ca6c032bf3dc23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "63de035a710a4a169170c7b754673a5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "33896966f83540d7b359abf5bdc67953", "region_id": "RegionOne"}], "type": "baremetal", "id": "d072164b3d634f28bbfb4b06a33228af", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "383705d57ff6460e85ec05ee2c5470f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "abb83af534ef45e687a40229f7586cef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9c779b6b1b81421c8293bd0c7ca569c9", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e6da76531e29401c818df9824d556fa6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8753db6362a542d698f5b0aca713a50d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a83fb01371df440592934dd2e5008bff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "91a3a5ab07204390a80a621eb1b53e15", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "4e5164babe2643968c359fb30934fc5c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "dceefb429b85451bbe4a378f4565dc99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0b6e10cc8ea44578a6352cd7f1f408cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f8bc178c25eb4d19b880a6ec1e8549dd", "region_id": "RegionOne"}], "type": "key-manager", "id": "7df241faa5e54293865da2068b44c5e5", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "50fb8ba760b74664bd39ccd99427097b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5305a277af104857904cb535d6ae549d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "67a789c0ca364f76805ab9f3d93b5e9e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ed777e0989e54d9ead93e0d2847e11a0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "54bce67afae9433eaf91ec72d5640cc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "55330e6242ef494b8077ec20913744ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "369d22ad5702444bb05fd3f65e8236c3", "region_id": "RegionOne"}], "type": "infra-optim", "id": "026f318652b24a40a6487e06c06df35a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d7437f2d18c74cc0a1a5e2d44dbc4873", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "24a4163c840a462f80ef2b14bb3ec75f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "80cd7c0441c54b689de00ac2eb22791c", "region_id": "RegionOne"}], "type": "message", "id": "8c73a4b2b55e47a686ada247f3f594b7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "eb03599640fa4068a67f912aa41a5563", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "27bece0910a2442c91830819479a01c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "853915f0c3dd4ee7b839a0513443e938", "region_id": "RegionOne"}], "type": "messaging", "id": "d5095d33a7f446da8d6975bd3bfbab5b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2263366a114f40fb99abea63d8d526dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "82a07e6489ea44118092bfcac5207ba4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "46bea18f55774cbabc5abef11b6170ab", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b64a2e172c2945b4bb7dbf2b6b01dfeb", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6268b6ea7e084a589a050cb534da6c83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "781025760a5346ae854e4d3d8aa5fc6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e623003e75b64a12b3e6bb47f661274e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "fc3a9d1151bd49aa9b7490401a09774b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5b51c52fc47541abaf36799b7c10cfe9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e71ed7a489aa419bb723b9030c7bc60f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "672d8d1eda7d4616af4234c7b59d3f4e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2d44c338c7f849719f01c89fea5fad9a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "84a0b0d9e4b34970ad8f1b9f993204a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ff337ff79ee6472b9cdae762daa56269", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a757edb5061e427482fc63e15ecec136", "region_id": "RegionOne"}], "type": "container-infra", "id": "39c12b30d11741d1ac11aa72e36fa1b4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "82525ebcac174a04ac49923bdf472602", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b3a06f324f6448428510ca792c7b1843", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2e969cdb44a04166b98493203c6d66dc", "region_id": "RegionOne"}], "type": "search", "id": "b1d57e52b96f4e0b9d6de0eeac9f1c7d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "0e6af23d154342adae769866aba7a41c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d54698f1c135445591cb3eb35b50db0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4c87ecccfd4d4c08b87c7cf620b9d6b5", "region_id": "RegionOne"}], "type": "dns", "id": "57daa7f2e1d94a30abed614d60c05dd9", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6db8a4877e6f4255a355dbf1962bd8bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "16f0a6106fea4f36b92f6bac615ad431", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "021492a873f64ab5bb78ffb9e7015cd5", "region_id": "RegionOne"}], "type": "workflow", "id": "2a6b06a09dc841c3a056d2ca5662af56", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "62aaf9c1fc274b5eb1da7977a01be0dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bc0157b5426748a09fa09d226dda1a19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "179c24ac01fa46f48397358a893a6126", "region_id": "RegionOne"}], "type": "workflowv2", "id": "50080a17e47d464dab4cd7190f649691", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d8f646d998a54f68b6f84a02ba014175", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "07d3d8c094b040459b957b7abb7a7c32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b3d694adb8174cfabb090ffb7158f499", "region_id": "RegionOne"}], "type": "rating", "id": "d4bd9d29efb04b2583dbd787b0039992", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a718a1ad01ba48f3b175068422d13bd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4e2af17d27dc4afc95e342ddcfaec475", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3241ac768f7749059d3cfb532e27ac13", "region_id": "RegionOne"}], "type": "operator-policy", "id": "43a7a592169e4904b0b0c5cf23700166", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f4b8f562519642ce87e5da6c861df0ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "47587310837742d89e77349c026e7af0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "425ca6f3653848b1be6a161af20ddb10", "region_id": "RegionOne"}], "type": "policy", "id": "972fd6e901224dc594fda6c61a13c1e0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "de90132382544f7984e398eb1767ad73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f133131ceac54cb0aa7e7b4bbf755b8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8e5ede8d1dec4c3384b3760f761ef5b1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "14702cdce0414b03bc7155b949d949ea", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e74261c4ec08447e9cedc48aef97854b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "28dc94a982b24ce4b201e523ce924e89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c8ea445b09a54b8abfc4ef06b11438bd", "region_id": "RegionOne"}], "type": "sharev2", "id": "6ae6685b7e2d4c5f92feadb3a689d207", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5c894408fdd04a93a1a508bdc30abe81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5a5913487eb745b7ae5441f218f4a559", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4539e51dc9624fb7b6cf6251d8345992", "region_id": "RegionOne"}], "type": "share", "id": "b112be3ce95547f7b9dd1d3ea45937ed", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9718d07d42d34e92857ac056fbdca102", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bb8c62fc0446429282012194a4f9f0ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c798a64a185c45388760c3a4f206ac63", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0f4729108f6f41c0a9293885a536d8d2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c50f92313c5f4f6a9f829301b7437de1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4e43404ca92439e90cb72238e0172b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a8d4bee70ef445e9116b4a6b06f1083", "region_id": "RegionOne"}], "type": "orchestration", "id": "2d99a2ec51ac4d20b72cd73a060a0dfb", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da947a52372f4516bed860724dc7fb1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4470bd04af9a4dbda7e18b7f2467a00b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad23af1bc9f74bba8a11deb57c912728", "region_id": "RegionOne"}], "type": "block-storage", "id": "ddb2c8c17e594b979fe15decf9af25f2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41934af0691c4b47b4eb349f06bd2972", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0688c20f02bb470096842ad5ba0aad88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29ec311b2b624f2584f24762671f2f30", "region_id": "RegionOne"}], "type": "volumev3", "id": "6dd2172cefde4f44bd23e782fab480be", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5287566416714efd98d9515867a327e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f25057a57594c9ea8c35c4d27bc8d7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81951434fc4347bfa3ede5431dc77b60", "region_id": "RegionOne"}], "type": "volumev2", "id": "7d5b83404df84ffa911de8a31150562f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "394faf014cba40249e712950e5f5cfd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c89104e2ec734f30a402a7a576c0d45d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c7d797ec7554c66a7790a502c68594b", "region_id": "RegionOne"}], "type": "volume", "id": "8a863d2e581c4c39b6d09668a418ac4e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "649918f004d340978a65d4a32972e526", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0357ab86ef543d98fdae7eea4dd0c6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ace0e6bd2e394f1cb72a43335679c97e", "region_id": "RegionOne"}], "type": "block-store", "id": "4fd1ee7ee9964f7c85f941153d878070", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3d426b78461c4e5a909a1681840bbda5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2a3e5ac118f647a8a9fc05ef15f1ce26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5ac91db71c06494c998d3f57365e93f4", "region_id": "RegionOne"}], "type": "alarm", "id": "bcd206f2dc3b4b51832393d8aa3feddb", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9f5e3991103944e392cb8968c4b22fa7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7f9b6d58387c476f83a07ddd5a1fc3d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8df6aa2983444a3c9dc4ba75caf521b0", "region_id": "RegionOne"}], "type": "alarming", "id": "c96eb70d6ae840e5bae685141f752daf", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "77ec2c4d2ae64fbbbb95121a2c077cea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e20c2c59f3bd4db0ac141d958261e39f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0af5a78bf3f7404dbdac493b5b23ffe7", "region_id": "RegionOne"}], "type": "meter", "id": "1a2fd99a10c4492b8deeae28681e938e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8626c8c9221743c8831d7bde572d4fc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dfa79ab2611f47bf940d9f13e8fa0475", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a3aa0b74febd45449af3a459bf4447e5", "region_id": "RegionOne"}], "type": "metering", "id": "f0de4f8408494221a8fac68a1b97fe70", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0aa7e9bda4044dc096f6d8f645cf5862", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a428c217bf7e489480b5210290cd54d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9c94f6907e6547118025ccf20d84d6ad", "region_id": "RegionOne"}], "type": "telemetry", "id": "6aae430a2f6642d1885f7a383e243c43", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c5501121ea364695bf4ed6b4e3a9ee93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fd1fde5e7b6046319322e4ff8ad4b5b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a7d5cee432e840eb92a1d60239321535", "region_id": "RegionOne"}], "type": "event", "id": "be5769151f0242eb8e8d14f539faa966", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "875e1872b2844d6b9c3662be30d7be0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d2d37cffbeca4c3886723fef06c8d74b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a1ebb644572e4797a83e0f52441ad607", "region_id": "RegionOne"}], "type": "events", "id": "193bab1b7b5241e2aa6013d89b1589f9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4c1576ee397d49ce91e1f0565f1a26f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "226271221e6a4312bd4fdae4565c4f21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8889bbb555b34fbc8c2cfccf9eb75cbd", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1098be1adcba411a9943f144ca250124", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4212e55c1d5545bf84e04ae80430a68c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "399fea9684d148d5b4b8bd05a08c70bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "36929b24ac9b40888b082f36a7756ccd", "region_id": "RegionOne"}], "type": "application_deployment", "id": "41738ae286f04e7bbd48d3321fd3843f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "73354c187c244626b49fd8079b0f6006", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ce844bac0b624df8a53709e1cf30e6a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4af261abda1045799257ef749ac7d7ca", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4b337f0bb7204a8a82ae56c5ce671d37", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3b2a98d6d05c4cde9f100a46cfcc5c18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4849c6761c814677ab5fa2dcaca0b3de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "84173dc5e01549f3a52fac70854be479", "region_id": "RegionOne"}], "type": "tricircle", "id": "a35d96e8cef44e09a44ea233530b27a8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "52db659e01e845bab2ee1db4dd3be29c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b19c13db91124f1db8999656785176e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3a1c9d857b2942a1a2856f0fb7e7da3d", "region_id": "RegionOne"}], "type": "database", "id": "dfce933324fc4e11bb43e49580132751", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9ea23945fb684923a37fc7bbac6bcc8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "84f7ce99e3c94d848979a7442cf85246", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "15c173f3a21f46fd9b7353b0cb740692", "region_id": "RegionOne"}], "type": "application-container", "id": "cef9741f3f404802b87df6e812a40b28", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "61f32c361e654a1bb8556ba61d1d0401", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8742dfe5c20a4676abf221333bd4487a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "871fd028b33645a79095da09015b2f2d", "region_id": "RegionOne"}], "type": "container", "id": "f574569897b54849b72fe9d4094feb2c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4bb3eb68e5b04745b40e1a8b57d2f641", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b6e479a268f94611b193884279521c84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "11d9264c5c364841b601444558db934c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d81e0e4f76db479fb23514dd8bd1a530", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "11608eebc9404f47924b8a4d6c2a836b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "eefb2638fc0d4a4c842e45860ba0aefc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e57f740ec39f45689aa741977e0247a5", "region_id": "RegionOne"}], "type": "rca", "id": "d6ba09b8e5394000ac31becae57484df", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3b788a34b7e3427fa07d7634cf281e7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "de490cde3d51433e9d98a5d9fce7d0a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "587f077a79774f4a9b0f5113d5bbfdee", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ebef6fff810d49d0b5b59391a533b5e4", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "286eedf0df2e46b4b73ace9a42bf1cad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ade115e929904867b08fcd31e2ba5706", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "661ed0c16c024dd69700d40fd12acce0", "region_id": "RegionOne"}], "type": "network", "id": "eed52db379034804a017e432799cf077", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "82e27b51e7a548eb9646fb35558d55ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "21802e70ae304dc6981a0692f10486af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "89a0e4afb89543d6ba0ffd9d6f126607", "region_id": "RegionOne"}], "type": "backup", "id": "85bf912c959c4936983b10a918480f26", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "35f396e3614c4bd0aead69a9f14bd1cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a8e3b9c7d599467c9c9953e138be4c59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e3f145a0a5504eeb984a4c58bb4cc6fd", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0255584c9ec94f788ddae9e9911e2bd2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a98e7b750dff471694e30d21eef19f3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7aeaa971eb0b404da7fda02f3bfedbe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "174ab1655c0a4730b38e372da1db9713", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b0e80a768258459180bc720d4d85a31d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8756d0ef0a2e4bba8dd8d7fda96319a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7cb619c09653474c957a6ba893840626", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a2b30db8a11c49c28d8fdc57e3581d69", "region_id": "RegionOne"}], "type": "monitoring", "id": "e9d79f73293c4c069893b73410a6fe4e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4eb750c36ea749c591321eee138a739d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fcb78ac15ee9408d8892680a20a47bda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "45812b7f118a4d208559d4090cb676bf", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "0624f1fdb0594d3d948fbbbb9c6c97fa", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e7221a30735c4494ad0472425c4470bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "d8fe372781874c53b5c75d5179cbd610", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "565dd7551be44914aee060faa81beea9", "region_id": "RegionOne"}], "type": "placement", "id": "a567843efa124baab32ffb58bfbad9d6", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cd520b34410745418468b0f629a6eccd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a52cc4a0308f4b789a21e761bc01c40d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ebe1988fbb0944bfb3a3e79dcd7cd0dc", "region_id": "RegionOne"}], "type": "instance-ha", "id": "76b6b8c4246e4987920039554b8140d9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f53a52bca9764a8aba534eefb9dfb1d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f8f7adb89e614a848927a588711d7d8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "05be75cb9d214ca9865731c9ea8a7626", "region_id": "RegionOne"}], "type": "ha", "id": "3443cdf7254b4294a43e257e1f7c96a6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4d2298bb300341b2a1485eb62ef54dd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9d3c9cd4e8db4fbd81fdcff3d348966c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "81aefb8388a0412bb7535deabd298c66", "region_id": "RegionOne"}], "type": "reservation", "id": "3ca807b6e8da460ab8c5344a6e826cda", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "87b8b053013e49bba61aa8d93b3af9b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f20789191d72494ca799c35c264f3928", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "ca50b00b99e24a97b51d4b02608b5f1a", "region_id": "RegionOne"}], "type": "function-engine", "id": "e17bb097204d410ebb9eb31a1fa4ad5a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "793112601e1c4fe9b50684817c7a11e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7cbf8ce852a74e8d990dd34e013b6457", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "87ef2a0d9c4f45e5a635e1d11d1510c8", "region_id": "RegionOne"}], "type": "accelerator", "id": "34c4ebe57eb34137991c3653fcf38992", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0beb9613ca204a26a197846eae7f38a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "de47fb42180648f4aefafa2380592950", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "582183ffee5b40aa8bcc94f5eb4f830c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2876e7424f134bb0a799adaf212ebedb", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "da607608e872425589dc875a55edcce3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "673a647b98964c679c787ac0e61356a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7edbb56dcd95422baa1bf816e4326d7f", "region_id": "RegionOne"}], "type": "registration", "id": "bae771b669ea4f918dad06a2a5dec55e", "name": "adjutant"}], "user": {"domain": {"id": "e48ee02faca044ae9c3606d197dda741", "name": "9eed5553d8054166abe5d10a9a684ef8"}, "id": "351ca23d6d3f4823b75e30d88f0d72e9", "name": "7fa7222d84424906935bb674c708363b"}, "audit_ids": ["3987c1a6051c40c7be1a87baee947ab7", null], "issued_at": "2019-09-19T09:04:41.982243"}} 2019-09-19 09:06:42,166 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/os-keypairs/key-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,172 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:42,174 openstack Keypair key-2 not found for deleting {3} openstack.tests.unit.cloud.test_qos_rule_type.TestQosRuleType.test_get_qos_rule_type_details_no_qos_extension [0.162155s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,005 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,010 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,012 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,015 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,028 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.942715+00:00", "project": {"domain": {"id": "e9ae7e49c45f4f4aab732b64da6e9b15", "name": "b33a16f9659e4a7f986a9f4c6ec199c9"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f23e2ca455f444a3b4627e4c64c3af8b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6a230cd183c44811a183e32220d6a4fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "890211c0f7524f119517c5287888bc86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8081bd3d23184d6ab81c45149031b7af", "region_id": "RegionOne"}], "type": "identity", "id": "af28f22709f34b69ac442b628e9ad4bd", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e34f3ca848234752ad9e92d49d6d7b87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "210969d5d2904d9c8318f9317f122d03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "fe43eb9ec2804c4ea4b785541cfca87f", "region_id": "RegionOne"}], "type": "compute", "id": "d141822aaad0439e8df51653b5b65cfc", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "905c6ac0b5aa4064b3eb55b50e584078", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3feb4a708bf0468dbd2a00125eb5f5e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d53eceb3ec2647f998c9f05e038df2b3", "region_id": "RegionOne"}], "type": "image", "id": "cd00158d756546eba2c8cca7bdb05d58", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a19cd3cde6194ea6b444901de045196d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ee7d0c6eb1634ca3996f779d7486f6fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0a5bb1669a8b454cbf86e237e4442524", "region_id": "RegionOne"}], "type": "load-balancer", "id": "266815f700d8482f87f55760e3748c66", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40c61d2ba0bd4766a6af7699b307d2a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4b1a93eee4646b3874053a4fe8e758f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a817c52e350e48ec91266f0bee703695", "region_id": "RegionOne"}], "type": "object-store", "id": "d5bc39eaca604e8eb321f701c6289f29", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2f2348b29b08453789ba6f370cf49fbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "557e848a14f346d09ac11b25eb5d6fb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a1e8b8c88e5a444998592e1b521c34e4", "region_id": "RegionOne"}], "type": "clustering", "id": "bc2e38d7b7044a9eac14999d82adc21d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0c9e769a03264136898ec7f10cbf20a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "23738c07c5314d6f9381c59da4c24713", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "575fc2b52e664c93b8737348fd29ce4a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a59f75ee05ca47b886d4365e14f03650", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eec9b5816cca408685ec2cac651f2353", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c0ae1eb99cdf42fe9ef39e5b79c9f6a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "da514ceffdb44c00a9185e59dd862724", "region_id": "RegionOne"}], "type": "cluster", "id": "9fd7227a57834572a5c8f40f07744d91", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6d4f54a036ba482cbff6f3436388bf80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4d7582c224554612927d25ed622395e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "30bc7af47e7d4b4b98f86f21c517e8d6", "region_id": "RegionOne"}], "type": "data-processing", "id": "93fb1d4e63484157bc5a776472c16fae", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "71e346f5e58343309365851521e7d19d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "524707ba35804ff582e31f5a3e4b427f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "cb9ef68c3d7541e4867f75f60a3340da", "region_id": "RegionOne"}], "type": "baremetal", "id": "717bb1e82427423896006b90948e6f4d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "21dd3051a3094d6c8b4e2eb253fac546", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "20455e2f25e7479d855be4b9ae1e36c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c944769a340c467c973275f2f41a9324", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a37d42d0b3a4479a82e7e3f67a818c77", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e5bb332605a7495faba6e6b801d7ead1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4305bb07f789474ab2f4641aefdd8b54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1a21196c520442838a0d1da5a7d1b224", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f3bea69da0324677bce972e647afefa8", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "dce92dd6444a464c8f8622fa00a210e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b829943c77ad4833ae51e56071b9edda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d76b2a3e371e4d55aa7a507eed316b94", "region_id": "RegionOne"}], "type": "key-manager", "id": "da358c04b9b848a2b9a8be76fb5d9716", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7c5fc133b58c48f5ba2de6f6a051c222", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a03f6339e99e44aa9121b8940fef062d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6b2910b7fff04ddc8d1272cf7770ee95", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "21db45b1758b4b42859269a6c33d337d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e90a472bf0b64202acd90847800e0750", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "55e913fda42c40cf99c4b6dce3042923", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "dc6fbf46a2954a25b2a0ce8682cac67a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "21daa7f5ca5d45c78c3a678201422cab", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "374cbcd302144d82934d6c785b8bda0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7e7d6748bfdd40b6a441b76210a0b91a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bd78602c918f4a8c8d05acbf53282e7a", "region_id": "RegionOne"}], "type": "message", "id": "860794e6c48148c5844bb92097624b47", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "54bfdad53fc34dcc8f5ec15eb844fbc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "133785e0a2e54d359095f8f2c65f9ab1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e4e6c2d8dc1146709b0426448ec4ccae", "region_id": "RegionOne"}], "type": "messaging", "id": "fec1a1ca9479411fabd7e4289db68a09", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2b6414d90b3048d990c399dfbd15b758", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d3253eebf02145c5b9e64209779a32c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2cd2d808fa1848868b9c1b24e5ee2902", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4d604df3d8ec44b8987df90c6aac267b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aa21c47cd0b04cd6a6023547324ca6c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a98bd8d900a64034aee9af2574e4ccd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a11c9ca5e002425fb96d20e84dd2aa02", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8d854a270ba444e8b7f7f49fb1cfff24", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6370eee8b2a642ce94436b3168523934", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bb6a3349a22f41f4a0de69e49acee017", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68c607dfeaba4d41a5d2cffd8c27cf01", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2f56bbc0bb144f7b9af476e13b9272ae", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "de32355f385b4b4b872e1b89dfa5c2d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dfebcde2535445da9fecb9872f3cbb8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b8d281a8452e4bb5bc7706ae4e0d003d", "region_id": "RegionOne"}], "type": "container-infra", "id": "683934079d3a4a75813096898de96c9c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6041ba5ebff54ce4922200b2ae073bbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "6f000e9647d74fe093cf77acaf3ed4f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "fa6d7f4ce8d947b88d9f592b539ca8c0", "region_id": "RegionOne"}], "type": "search", "id": "2c1e2216f71445168e727a8b5eab18c7", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "94493bbb93a847879bf56abe4cf0613d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3a0cb47aa7b34e219fe9e63543643514", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9c7ba53de60946a1951df418ab290f9e", "region_id": "RegionOne"}], "type": "dns", "id": "f963d781282c454bb9f08c9e2f767080", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3f8a30b15e8d45d48bccfad9a5ae0a5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "43597a04793f42c4bc95f60b60220ff1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "789461cf724d407487ddbc695fc0143e", "region_id": "RegionOne"}], "type": "workflow", "id": "275272dc50cd4ece93ce83ad57fd3391", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "07d88627b4b84c01b259a32ea86cce52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "af8e7af2b6fc41edbb4a195963bb8c98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "529f88cb01844ea4aecd41eb57ad7fac", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a6c4072182df4d4dbd66a3d3460d5f94", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a79fe4fb7eba41cb8c22fb4a01d35e31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ceddb0bad2504701829a76b127b406b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9154fc61f61d4935b7b6e55be31a4e69", "region_id": "RegionOne"}], "type": "rating", "id": "5d8abc979c04408badd69f8c6882cc41", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "973f0cace51e4880a7b667ece86d729f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7aaef1f0c42141809102230aba0606e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "bdfba793bbcd4b1f8bcf00a4f9595456", "region_id": "RegionOne"}], "type": "operator-policy", "id": "258efd9746bd4224874fe372b8070ab3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bafd12cd7a9a429e9de81e42d4012701", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4afc3463cd6f4b08b129d3c38c39026d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8d031ddeb6ad4e7195b702d88576e9c1", "region_id": "RegionOne"}], "type": "policy", "id": "4bfadbd3e0684233bdc8ef28bcaa935b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f55b8661bd2e427c97883015a33a12ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "791a3d308efc41d889fd3a2559c82870", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "713001d2d93442c283e2dd24ae3c2f70", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ef4490cea72f48fab13edff02c5b8e91", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8de545e7c63943759be51878cbf5c410", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "85a91e671d3b4be794a6f285dc4247f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "22b4d0f16f264f69ba0611f5bc3a2a40", "region_id": "RegionOne"}], "type": "sharev2", "id": "ae62e2faa95448299e75f7ad199368d4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "deb5710cd8b742ae8961334913440b80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f158f397c3db4abe896586696a14516e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "43dd928c86c14f4187ffe7f72d113764", "region_id": "RegionOne"}], "type": "share", "id": "383e0d9a58c84a318fbba3ad2a0a56b8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b4802d7d72c240f3bdeab8d22324ee09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "de15ed40c79f460ea5c58418002ebe3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2937bd72366e4394ad55a6df89a8d237", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "385b5d1d9112428dbf52ec6ab0db9446", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "350e075d3fe64381bedc00e22dd5c276", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4267579b1e7646ad924e15c67c9fb330", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93f72d65d05042029f77e709b697d1fe", "region_id": "RegionOne"}], "type": "orchestration", "id": "6725af324f284b04ac7d340118ad44f7", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38f5e054e68b41cfb141ff652101c30c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99722ec3c2e5405c81fb88ce27d5056f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7dc4e0b89f5d4c8982a43d5a158b016f", "region_id": "RegionOne"}], "type": "block-storage", "id": "60409aa26a0b4a9d9322483e474f6bf9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ab8bb375b9d430488c6704ce172dda0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f98a111c41714bbd9517f74b71a83749", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ffd9a66bfe6b401a868e4977de632ddb", "region_id": "RegionOne"}], "type": "volumev3", "id": "fbd5e14f26094ddb8dbe07854dee3585", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb79f4fc403a405884854c30be3d6de0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c76ae63902a4dfcb760ec30fc178210", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c02cfcfcf58247839a93c8a7dd0af70e", "region_id": "RegionOne"}], "type": "volumev2", "id": "8536636391b844379068275dabec5fd5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47bc7bdbba104f38a1adf3b5de9a2407", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ebbd66c2e7c144f1b6f8d14d129a7678", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ab6c8d27b7749f7a009ff4b4924f5f2", "region_id": "RegionOne"}], "type": "volume", "id": "8d8b4a36cf8b470ea0eb7d1353ef4710", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2e9c9cfc61e4068aef91027390f8e6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "071c7162d664471ea40ce3f019fe47d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eda3e7289e1c44a88db7f98f2a3e36f1", "region_id": "RegionOne"}], "type": "block-store", "id": "756e8a1feb834e75a8aa350a3243394f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "200c71cc7c3840e2b3e9b8d566b746a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "52fd148b25764eaeafea556fe05d7e61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0acf6da76b744624b4e80766fa6a23f2", "region_id": "RegionOne"}], "type": "alarm", "id": "1567f22f7ef04c639d7e0f868c4f2350", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0069ce1b143148aea6768c614be1f2c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "45467507f18a481ebce51afbdd3dd1c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4eea74667b2146c3a46a1ce396432616", "region_id": "RegionOne"}], "type": "alarming", "id": "4981f7d5102b4930a4dd6f8a2ace71ee", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "517946394d454bcda1aa05eee8686aa7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1b3fa35440f448fab38f3265e496ccd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "63a393b169954d3782f219bd6b6e6aeb", "region_id": "RegionOne"}], "type": "meter", "id": "73add3faa61246a6847744ec527c510d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "593c23a0252940a9bd0f080f38ce07d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "caadee10e79148d3a64fda3a5f9091f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4affcacaa37c4bcc974e4cc1da2a60e5", "region_id": "RegionOne"}], "type": "metering", "id": "7e27062382ff4cfdba822ab1885ca9ef", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "65c217ae4182491c92b9c6d8c7fa0dc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "045a24fb118840d4bb45e4e2e34eb07d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ceb57d8c8240442987ef1286112ed568", "region_id": "RegionOne"}], "type": "telemetry", "id": "7ca10263729745ea82afcd1eae628c3f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "39b9df3dd016435e8eb17644fdb71cb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e998a0cc0e4244629569f34f0ad79291", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fc9bc1646e0b4c0f98da7fc1a816e755", "region_id": "RegionOne"}], "type": "event", "id": "98bd538afba54e34a30edc1158f5991a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c0d05f2d287244689b43325060d6ad6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b61967ef60bb4677b2858ec5ff27bbd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5d0668670be0482389506f7a44c2e525", "region_id": "RegionOne"}], "type": "events", "id": "5fed10be2cb74de0b5e47375ef13e7d7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "68a214b76d674ee9bc43e6dac461ce23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bec3bf1c57a249469414d7fdd168c195", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0dadef062ef64978bc9cfb4648e6f1a1", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b5c1ac5d10c345679b944aa06b00653a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0df840093e7e428f89d68dc537493332", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7c9fdc05780a466ba08e7f698d26763c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3efb461ccd234e5cbe23338150df8a50", "region_id": "RegionOne"}], "type": "application_deployment", "id": "82825d8bd3734840b926375b71b06ca1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "285ff6f1604048bfa119888d786e69f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "69220a547afe4597b28d556bffe8827d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e9471375c5c94f3196c81bd880d72cdc", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "337925912dea4faea01ec278d841a102", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d77b1457119a449cb4f9b3fbed0bf59b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a930f0614be54e408c8f4794c2d7f30a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ccb738dbdcda4d809c9a26d784bc079c", "region_id": "RegionOne"}], "type": "tricircle", "id": "8ed8484d570f4dc78c0e35ed5a381d8d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9c09aaf386ba46e9ba2a9853f28c4d7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "8918fcae550841528c85788718047eb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "bbff545a9ba74cbd8a45ed9f52f9b461", "region_id": "RegionOne"}], "type": "database", "id": "c8779daac8d146c58452d4537f3dbd22", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "93740710c7b14f70ae6a49071a81bbb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cb4490fe524d49dca7053a42fc57eb5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "aec752eadd014d68af1b311caf11898f", "region_id": "RegionOne"}], "type": "application-container", "id": "c869506824364a61ab987bf0e75a5f37", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "54d1098277534278bc4d1333940c3ca3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "74a95dac7fbf48cfa6fb53dd5867bcb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b718659a7e144c3c9913b1656625d27e", "region_id": "RegionOne"}], "type": "container", "id": "3155aca2f51f47b99819e02d1066dc25", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dfdabc575e3a4e3e81f6ad60d4826302", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2cf1d729c481408baacb6c1c3efb3dde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2fbaf35b4ae04bd39265795e645fc331", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "61410fe2181146bea9791dc9d65c4af1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e08fcf37c7704000ac767c5749898a54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9973f99558934ee28f8b033e6da3172d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "17aee9a2d1c1474d96fd63f182b1b60f", "region_id": "RegionOne"}], "type": "rca", "id": "4394c5bbe3fc4ffdae638e18dbf91b2f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1e1c3796c02f46548724a2b101782527", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b792513980a9413aa74b44e0b13f7b25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "3c626fc1601b48ef87b3a2fad0e29e60", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f4110d1ff3d74503aace58a4291782eb", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d80fd35ea4704b448fa6381cb128fd02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c4a26c21697f484d8afb1229c512aa9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "860556d64eb646ee8c7e3d486e8e0f63", "region_id": "RegionOne"}], "type": "network", "id": "5c4d737ee0654843b9f579162a3264e9", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3d1edf395c8243bf95ad032a1245681a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "83fc076486e943009d16c39101362f8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6ba9f4cdf9ed434faaecf9b93e15ad1b", "region_id": "RegionOne"}], "type": "backup", "id": "5a997c73fa37472da42cabc0cd9cc77a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6c3fdb6765d64c2e9a19bd3745b76e38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "33f09bab89744ad3b7d3c98ae6a0e32a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0e46a129f8494f6eb0c8aa3f419b7d37", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "10a1f188bed34c5fb144ddcfcdda6e69", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a91b680abcbd456e848c16c42026b7cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d3760c2ca25340908c193cdbd16ca173", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "15860a5c69a2467f8e510c3f1e3e2c43", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d3150f6d79834accaf437ea18979b10f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cb485f7151974b2a956659afc7b8b7a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "81c99bc4033b471a9f4a76bb96ee43e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "98044c1fd7a14e7899e057a547e0b567", "region_id": "RegionOne"}], "type": "monitoring", "id": "045cc4bcd0ff41d7b6e3574127d3a2dc", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ad75e5b8bef84ac9afa52ef5dd850ba7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1b8618f8b31846f88a424690d29b1373", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cb6863f1babb41108e7701f868b6f3a9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4c60b247d24b442b9c5e3d7d11bb388e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c176fc3f5a8448069a11ea8e1cdc6c6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "99a70f6077d84aefb25cc7f915a7fb74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b4b4a6eb3def4d68bee29c4844837bc6", "region_id": "RegionOne"}], "type": "placement", "id": "3c2696589917403baa12281e76762333", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a4863c4531ab44d4a6407e5d66b768cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1e83e16f116d4af78d95cf209b645a13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "911d18b2bf7e428b8468e30471033664", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4c735bf90cfd468dab0194397f91299e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3bc580bf6d9d401cb5603cb2fd88574b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1a8400fb2c114bceb86e8ba34c332940", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d382ab6516124e9f8a0a3e2853709c1b", "region_id": "RegionOne"}], "type": "ha", "id": "dd3ee55bd6ae400f93c3767f4559b0a2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "19ae0565963b44ef92a3900364d90aca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b66bc27940b5448a9ab3de8ac43c8e55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c35743d8f48a421babd94f6c1fbfb221", "region_id": "RegionOne"}], "type": "reservation", "id": "9d5588da440f47789f698f0dedb8d168", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "272b9e31831e434193bf8191adc06dc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2c1b70e5308a477ca9be9b98309c057d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5580faa6874a4db0b0f955b50e734b10", "region_id": "RegionOne"}], "type": "function-engine", "id": "d0b152dc7a6244f596f8b207a1905cae", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9faa44ad32f24d48bf32e829c7745e56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "14defba6e91d4e7c81dae06c4269d7b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "8d92e0f4128c445a9dba7eca97df0afb", "region_id": "RegionOne"}], "type": "accelerator", "id": "23bc530b338449acac083e1498ed71af", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "160011b55da04c39979c71f3c557aaa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "83ef2a5ff5df4b09988355484af29135", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "737b9dce1ce4408cb88c91af205fb2ce", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c12c66626e2b4ec5a4cd4d6098abf883", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7bb93cc4609349c3935679984c08db51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4d01b738e8c247e6b38f405f36471890", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d4c1435e5c234a4d9fb3906210c9f8bc", "region_id": "RegionOne"}], "type": "registration", "id": "8a8f8065f5ca4f5cab376617ccbdf2dd", "name": "adjutant"}], "user": {"domain": {"id": "82c5d1cc80074931b84819b398d38c8b", "name": "5ee4cbdb03ad438ead02485a7b630996"}, "id": "b0a0def2cc964824bc23b5030ba8ced9", "name": "1934f9549d10408fa3ed6102c79d74b4"}, "audit_ids": ["ad896c97ee9f4e16aa52f2cd9aeabbf5", null], "issued_at": "2019-09-19T09:04:41.942715"}} 2019-09-19 09:06:42,094 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,098 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,099 keystoneauth.session RESP BODY: {"extensions": []} {7} openstack.tests.unit.cloud.test_meta.TestMeta.test_obj_list_to_munch [0.062630s] ... ok {29} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_both_user_and_group [0.294310s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,830 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,834 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,837 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,840 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,853 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.769119+00:00", "project": {"domain": {"id": "828f9d3b10e447deab808cc736c88b96", "name": "484a009a8fcd4a9494dd17dcd40c2fd2"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "848a561cb9704c47af86ffffa18ef9fc"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "cb2e53fae7d24ca38fec266d7d579299", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "26b7410893d64f838146492fd87edfec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "91d1c543251c4e1abbee1123da1139b2", "region_id": "RegionOne"}], "type": "identity", "id": "354958e2dd5a469abbc169fa5da40819", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d56899da7e904f888d7eec3f13891596", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "537f3e54f39f43e189d72fe4f993c53d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "355aacb2a1fd4a4ea8caa1bef0360405", "region_id": "RegionOne"}], "type": "compute", "id": "f24cb46b5a9b45adbfdd8967d41faae6", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6f337a9655314d7d86228d4f095ea292", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "282189bea0d444eb8701c89b2c8b67d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0d543bd9b71a4c928609ae666ffd4d19", "region_id": "RegionOne"}], "type": "image", "id": "5807a79d7e7b4e74aed273e153eae747", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "dce72af1c8b240d99e59d69e9421edf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1354a9dd460945b181daaa772206d252", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "94d4103b6f0c4449b37c35a42e2a14af", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b6b9277b98224f99b5bbf8879f3dcd80", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c63de14742546a5bf965afc0524a7fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d680f741422d428bbf87c2023fc71ae2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b85f973abfd4b979a8e3c55717d9275", "region_id": "RegionOne"}], "type": "object-store", "id": "5ae615b6ed954c81921f42644029ac55", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "82868338caa34e4e96ee09547d50101c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "78aa335431de458e9016744a19ac1e82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5af305e5bae34bccaeeeb4fb6d6d6da0", "region_id": "RegionOne"}], "type": "clustering", "id": "391f77ebc38040599407ae9f541122fb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "50a11fe69f3d446c9dad2355700a42f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "593a7a4b6bef496a9148804d980a536c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "579d5ca3094e4041ae0f1a3fcf7c16e4", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a449bdb6ad0f47d690a67d9eaaed1b0f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8e5c9e0bfc794ff5af011cc0615711b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ce75f11ff2ca444b9389c6454be3a45b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "050a3921a5054876ab6df72ece76758a", "region_id": "RegionOne"}], "type": "cluster", "id": "b5e21ce2264e4517960b4bb976194149", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c681156aa1a8484388c4203259c78ce7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e3e668ed61b447e69a219210293e86a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "4e5882ef4f2b4fee8add934d174958b3", "region_id": "RegionOne"}], "type": "data-processing", "id": "c164aed2c42948c7a888516d8ab0b715", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b18c6b5db95141e398f46c84718f8d3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "065cbe839dfc4b979038bb77bf566e53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1a081062defe44c3b16de3d027ec1b3d", "region_id": "RegionOne"}], "type": "baremetal", "id": "ddee5c0d688543989ddd6e778f9919c5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "39bae1cf732e4ed285592c86f0b26b1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3fde88fabe7e447d8a4896ce02fb84c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "72a3adae07dc44cfb514b6597dacd86c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "cbafb54193a44900a6158a73ac5d0415", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0676e55322fc455db11478164acbbcca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "98995246165f4da997316f2b3ddf188e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "bec33cdff25c432aa943a842a2f10476", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9ea66058dd3b45a3bdf7791b306113e9", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c791251ffb264b63b6b83d8a3c758e2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6a5d68d3b8324757bb5bf5f697af2555", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d13ecb4c4df54e3888654f6784d63191", "region_id": "RegionOne"}], "type": "key-manager", "id": "c97e3dee1aea4242a81bdbbb229fabb8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "61b8d28d1f414847b4a33bc80b708204", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "574f2548c59a454dbdf78d9fa667cc00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c69ca7cb63a24e228692f273860fb5f2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "30f9a4fd444b4534b07369502c696b8b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e1a785fc5b3f48efb7e3d83aaef8e9f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e9aa12ad00034b808a3ad9244f751119", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "84cb0ca2de484925963050c3b3f48a10", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8ace8aebe3984ac28f435fad63a72f0b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ee383da9dd174d939daad60b043ae95e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5bba4f6797c94ff284c7f48da9efef32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "852df0c76dd84d71993f3e518890ac37", "region_id": "RegionOne"}], "type": "message", "id": "fb191bd488304cd8afa9b6ef166f6edc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "160285e8549d462e92d4d32dbe394be9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "074a18ac219041f3b3ba6792afdac866", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "50bf1003fec7404589bca3849a67fd30", "region_id": "RegionOne"}], "type": "messaging", "id": "beeaa84a2ced47ed97f2c6e710971d37", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "91309549a4894331bb2ae2fdf391c7fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "13d6ffa0dfb244e789c49ca8d221f422", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5e3f68dd61334ecabfaa083d20cf2210", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4a90fff8e5b6488aa2f42608635fa99d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e1037eb08c945b8a8b4723a2196000c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "12138f09b5f64db493e79a8f6a150607", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a7e986d6c6f54df194683efa40de60a9", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8334328b4f234fc5bb05ca3d0f41cb39", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "98ed30355b7a4cc585b5f94cf49258f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "96f82e3d429b449787f81b406de6f123", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b310e2ed930b4167bddb930b0bda6f0d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "daaa8ed0d60647d78ea70cfeab211490", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f64bd7a6a2c4660ba070ad88b681f87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b9b84f624b3b4aba97816426a47be064", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce2bfa9d8d6c43d29df93ebc4504f108", "region_id": "RegionOne"}], "type": "container-infra", "id": "4a296626b5e14030ad52df41a99a4958", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "91888b160a5b41faa9273902355d83f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "687f1e1a50cc4b8faf973edde5645614", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "10ff423028a14671bdf2dfe37743da13", "region_id": "RegionOne"}], "type": "search", "id": "460f6aa692da42bda2114894350966ce", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d06a95f489574cc8aa928c671757ef75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3adf1bdf6223403691832b8fcf5b2825", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "fa5fe2c10f7a44ec8169128641642515", "region_id": "RegionOne"}], "type": "dns", "id": "216130ec78aa4343a91a6f40a295b4bc", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d8e236202d934218b67453b377065f1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ce3ddc1959eb45189893b86d57379f89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "85f82c6a12844d4b9df1369765f8d75d", "region_id": "RegionOne"}], "type": "workflow", "id": "4a902652f9ed4fa48c85a8a2da1ff966", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "93ab8233d12d4b39b31ee9be10933066", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0e06d3ffd15f4186877bfd275daefc1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "142451e1f52d4326ae63a80ef7ce0e27", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7908d335e02c457eb45d91bcdd0a201d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ee88acaaa2414efd8f0a77a6f730412d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "cd007bf7fc7141b79dd640bdf6a0fe95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "fef9d2ed05ab4cd685552eec270c03f2", "region_id": "RegionOne"}], "type": "rating", "id": "54132cfce2ba4e0eb507a0c50c405693", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9223ce45fb754bf2b532f3c082e90f40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cf237f97436c47dc9571f1b39acd2784", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fed1fbd24895478f8629b424cc6818a9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "347ccdf00aa648e1b9849a375d4262d4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "165316d54e414f558177d3c8f0674e06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5dc5c6a724594b71b220fda92f36fa62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ed312ea4974546a687e43cdc67b2f561", "region_id": "RegionOne"}], "type": "policy", "id": "89ed3e829721454193b7de7c869047ce", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "146e3a177a534997ad4758cd07421e69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6e25ee93a7ad4ada96f68f86691e1230", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c07989174a72467898792680819c38c2", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "bcbc1f3220cf485eb3729053a31fc966", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fbe121327d114470a1c8cd3f843fd429", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1d552ccff7fd4e109eb1bb97bd5adb4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bdcc2254f4e849eb82ddf9aec0446cbb", "region_id": "RegionOne"}], "type": "sharev2", "id": "93a9577cafa8442f86bc3af4fd087557", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "41fe673a3a0144e98bf6c616a6afeb13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "533eb36715df497b9cb60d57a635d83e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2395378b38a547fc97fec6a50c74b89b", "region_id": "RegionOne"}], "type": "share", "id": "a855650291c44083b5308230dd3637c3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c12d22ed1e4c4ed18da4bd56fb75b822", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0c24cff5efc1414c9023fda7ebb02447", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a3724f28abe64f9887e8fcf965581766", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6444e4e2ccc44c908ebf7e389f0b92cb", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b77ee683114a447ba1f514c3d454e646", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84caed62f7524a2890b23f4a7f31166a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f623caefb8e0406e88fa2e6b48ba50b1", "region_id": "RegionOne"}], "type": "orchestration", "id": "ed446b9fcbff4427814cc9b77d3dc7d3", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2436c95b9824765901a9fe616b0227b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42d5ca16e4a24838acf5a01da3252197", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4532ff511cf4a7ead0c0cc0de94b233", "region_id": "RegionOne"}], "type": "block-storage", "id": "de6dd55163904142a26c58f655c9c631", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21382bc46b9a4766b3455ba014ebbcec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29a67a14a6ef434e955adc4a49c4ba49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5890527839cf4bb7b788afc8b2e362bb", "region_id": "RegionOne"}], "type": "volumev3", "id": "0d5575a4fa784f3e851e852530182072", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "873a6685cc654a1fa73da3c1b6db36f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3e50965657643aba69e12059209d6f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "407001f19e3d4cd4b5d5e560107d1c7e", "region_id": "RegionOne"}], "type": "volumev2", "id": "522281fa23de48718fd209bcda21ce0e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c254ed703c1449980d65d74019b99e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12a3e192a2994b7ebafc17a3744d22b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4f4dbdf7bae410aa2830e19ed15e119", "region_id": "RegionOne"}], "type": "volume", "id": "eaaa85fd0e33478fafcea5d8a737e34a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e051eb1ef094a66815de736a8e3517c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af2e4414e7474f2e935ef1bc06d00654", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "370c66bf6b8b48e8b745eb2d37bdaafd", "region_id": "RegionOne"}], "type": "block-store", "id": "14f25b10e6fa42d1b9926ab6e8ad8e66", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ba40e465656c479dacd35cc183b2325f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3c865d193fd84e6e983b298946afdf2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9fddc95448134b4bb2f02b229142c81c", "region_id": "RegionOne"}], "type": "alarm", "id": "5dae4f2474614afebb2a25e2b934f6b6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "17295a77d37249779b6752c4497984d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "08bb1c302c264678bb0057a8fc0c8378", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ba7130ed52774b1fad0d0ad9dbcece01", "region_id": "RegionOne"}], "type": "alarming", "id": "9aaeecdbd2a84399993ac66925875d46", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e611dc0c773c4192a0e72c1982486314", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "84f297f60bc246e09e425bebd64963e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f87c1af054454dbf90cd83daabbce944", "region_id": "RegionOne"}], "type": "meter", "id": "28f49b6099a34bb5a5001340fb6ad2be", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c1667e199e904a8bbbfc7dc0e2b4f2dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1817ba22bf2f49bfbe3da4cc6e05aabe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fb5850afc3c74bc4baeffab40acb0dde", "region_id": "RegionOne"}], "type": "metering", "id": "0b79953a6c2844d0a5987bb039bead1f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c098e314eae743b8a4306ac3a6781627", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "736f5ce2169c435f868493c524987d59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1db03ea000ca4ec0a310b3b3df630173", "region_id": "RegionOne"}], "type": "telemetry", "id": "7f4ef77e69f149bd85085f9ab7fa0830", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9458bf2eba0f4d77a8d87b6dfb2bd196", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f102aa149ca84fe7b7556fc30ed6afe9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "40295a5a9371478b837948677ba09c18", "region_id": "RegionOne"}], "type": "event", "id": "1a782e05aa8446cf82f0fb67d56b492b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8095196a58824da79e99257cc88d5d1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1c68ea3823794b868fd58e20f5dcc299", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "97be7717ab834e569873b52a33e34e15", "region_id": "RegionOne"}], "type": "events", "id": "95eac69d5bc748329f089279dd9077a2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f870a400e98d4a408ad4f5c46717e45d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1857b48f96b841fbaace5679780bc139", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9ccfe29372d447be909248fcaf41160b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "013077c6856d46be965402b1c38d6941", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "11f736e9d9a2480b82eeb1c34ab7575c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "354362b9869b4410aaf74a1ad60ae18e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "be6e52f55b9c4888abe7ca84ed795258", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b1db6e3488a44dec87d458bd64a20d33", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4ddecaf94b1648eab1bc70074748ebd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2d80fec012d840ccb1606f1aee56e2f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "08f7fca880c14836ad4ea1efd7ba3489", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "79f128abd6ad427e9763130f9f73bf42", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "462002db15604e869593c5827f2a9576", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "951e6eab8f444cee98099918aa0c9f3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a1a3987bf3ff404da9a6b756f7deba17", "region_id": "RegionOne"}], "type": "tricircle", "id": "f85ecf6dd4d947e9a0704bbda64dd468", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c9f4974268864c779ad7e8c3a7fd207c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "bfb01d3eaeff4afe838e82e276dd96d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c5cab53ee4f4476d964bfe6f723b56ed", "region_id": "RegionOne"}], "type": "database", "id": "a1f2ccdf9e9f45808a7930b6d9ebbf0d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dcc381d7a78845d2b8aab64fda7c9538", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0b98cbd72de64ed08420068b5e3d0e0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bcbf03e8022f463eb2e01ee63320a715", "region_id": "RegionOne"}], "type": "application-container", "id": "93de1d4cb363436ab7271054363e2482", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9bb46b056cf84685ae2991fb3f6f878e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8ae486073d7c485ab69884678db7123b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f38eda59bb6f47f9a808ae30f10deb22", "region_id": "RegionOne"}], "type": "container", "id": "a0c579b5630d4d3ba729f5a4a08a4eca", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "82b868369c754130b93d37e43e9d1c9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "df2b53781fb045f99fff046d48e019a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "20831a6c760d46fcac40197d22975901", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1091e24b3d214c96bd43539b0d334cef", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "16e0b75661b94c22a139f0683d0ad53b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cdf9eefc64804eec86355587aa70d3a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ab0119c0172f488086804476a18dc8ec", "region_id": "RegionOne"}], "type": "rca", "id": "125065bba7af42b49cc15ddbb572ce9d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "89eedeca782b4efda471cb850044155e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "43662ee918434d3290b1b9f4375e4b44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "51982e6f17b042b4a055359a9a9746ca", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "86ec697138004e47946d6b3981dd1419", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c8affc2deec9461e98530729595f09db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "488b93bbcd514c0092c60aa1c2aeb70f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d9bc5d8767944401afa3108e7974f9da", "region_id": "RegionOne"}], "type": "network", "id": "4e10c1bb10e94054b93fca4eb2c652f1", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2d738c3a0a7a4487884c4b35c95d86ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "deeb7698aded4c38b68065abcd88f0ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7308c5335d324cd58b7b18b6726b0d5d", "region_id": "RegionOne"}], "type": "backup", "id": "85279c20c6de47af972a1d38830d2bc6", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "19c01398ae1a4899a767ce07d803adc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e8ab202cbff44a8fa5733f116abbaf96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f0faf066bbd84102b58a234f8cb11a3b", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4b5f7c7b74854bfeae6fd5fc3b0eca40", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c7828110f1104ad5a7b1e29810767642", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "263bd380e6ae43e18532c6f6d705f3e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0799899383f64c3e89692b7cf6d9d718", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d187bc51f53e426bb5e746e046d2b2e7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d9101919fabf421b854753ff17cc7d3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f9848e5809654e4d88d76f39ecd7e3f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "46b0c87d21fc4c39ba30efde068c8e53", "region_id": "RegionOne"}], "type": "monitoring", "id": "32611b69602946c0b52327ffdecc6899", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "330bd8ecbfb24b81a1c54cfb8da3dfd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6d0937af166f4b4fa04677a0aa7229d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7273fcdb7ea34008a9685c9f77358080", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "abd001b4660a4d619d3b1ce2f06746f0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b6196807bdbc4d8aa1ce8a68b616fe4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4ca9abc9135c49b18b00b71e6b5d6814", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "80871a27ec5141bd98db789747edf18f", "region_id": "RegionOne"}], "type": "placement", "id": "237478530474413490ba949d294b1e1c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cb4a71548f8e48e6a325c10ffc68b1e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "522c8064085c4756be5b97b21954f39a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e7f038abff964840ab3a3f7c8dca703c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "56b894c9347445f090677f88407c3e5d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d9600f0ce239478fbb3c3f39cfb349d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a334829ba8ee47e3bbc96565222cc99b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "aed27f13f9014a019cc319d7dbca231d", "region_id": "RegionOne"}], "type": "ha", "id": "f0061bc457264ae4b392c301771c50bc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f0945245881048f8837d77e031f0c6ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3917b6deec9048e9b1acec035fe43566", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1bc0e7ccf5904da98fbf8a1a970df8fe", "region_id": "RegionOne"}], "type": "reservation", "id": "9fb8e89b1e894b1fa742da3ab271919e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "42364fbfb7494117aa37e18c7578cb97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "73f4b6cf89e6492cbe06f174f10ede65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5f4fd44de50f4688a08f82861f193819", "region_id": "RegionOne"}], "type": "function-engine", "id": "a3d87e5dc2ef46c1a13a259f9f3102bd", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "dc3f30ef826f40ea86abb880569aed56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c52523adecb142b8b38949eec12a0f09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "af8de4d6d24a421eaa030930c262f2b7", "region_id": "RegionOne"}], "type": "accelerator", "id": "b025a82721dc484780825b7b607bbea3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e2ad03d680d7440381b05cc9d0b41dce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e092498cd2e0470883cae0cd2cd8bb0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3701e88c0aeb49db8245833036e5b912", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a78d0dc0472743ce9477070eee536c40", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1e365564bb254e5ca18919c044734db7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1a8a84abfbaf4355aa054a37c6c04259", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1122c84dc5fa4ca2a856e2fa57c841da", "region_id": "RegionOne"}], "type": "registration", "id": "28f04d35169342b9864d657daa164bef", "name": "adjutant"}], "user": {"domain": {"id": "04ca3badce7749bf9a9f9473dbc2ac38", "name": "41f8dd6ad8fa4bf79d77ce0342599b14"}, "id": "9036ba8b1041406ea77938a23f30c9b2", "name": "ad6413f7c22140c5ba2dd7a8d8d641cb"}, "audit_ids": ["611b0e35c1494d1385ad144ad9a1eeee", null], "issued_at": "2019-09-19T09:04:41.769119"}} 2019-09-19 09:06:41,977 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:41,982 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,985 keystoneauth.session RESP BODY: {"roles": [{"name": "2a1f73dcbb1346f1a9996b94f4556ad4", "id": "cd2ba6c446284fd0a30216fc3a603326"}]} 2019-09-19 09:06:42,020 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,025 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,028 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "8836ad29bf4c454593371c27568f8c98", "domain_id": "07769bdf8851489db0eefeebc574f62e", "name": "username-3"}]} 2019-09-19 09:06:42,048 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,053 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,055 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "07769bdf8851489db0eefeebc574f62e", "id": "8fe12f3bc2f5485cbe4ed0916d2ea701", "name": "groupname-6"}]} {26} openstack.tests.unit.cloud.test_fwaas.TestFirewallRule.test_get_firewall_rule [0.217679s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,928 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,933 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,935 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,938 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,952 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.865207+00:00", "project": {"domain": {"id": "f5c9e0cbbaef44ddb47040dfc8b53a65", "name": "39f0a6a4af0940c9a92ebdebb484cfc7"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d52dd2eda5e9428a9604b35735442d3b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e330de7a911a4a5a9750bd487722116f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0466fe8848df423ca186e500f6413c39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9d1a6914076f472399395747fd4f911d", "region_id": "RegionOne"}], "type": "identity", "id": "5e23644c5c3c4d0b9ed392eace897891", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d8ad75fa6dd940768626955267441030", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1e0b864b50aa445cb81c63d5345ea61d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "917974325f164abba22665c14d727116", "region_id": "RegionOne"}], "type": "compute", "id": "47b5b112aacd4e8e98b348a3f5c89588", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "bbe07ca22dd24f069add2f2692838320", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7b3ca43641e14ba3a9795025d162ae42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b765bf1e26db44578e27ca767baaeb93", "region_id": "RegionOne"}], "type": "image", "id": "bf47328e3e044625832e180f9d2b654c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8d7d3be9b3e94e0abdd2775a8c7b1368", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a082b321bc7142189c45a9e987c6ec20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2cdc88fbcf654e4bad827e6d477ef9e6", "region_id": "RegionOne"}], "type": "load-balancer", "id": "02481b241a494c29971c0766ca886bbe", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b216eceb66c1434ca894635d5f7defe3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7dc51c90762f4da4876775e88354f1cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3193ef62dc984fc4848861e287a3bf92", "region_id": "RegionOne"}], "type": "object-store", "id": "96d5a7851208430e94bf656033a24a17", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b7be6d816ae6457096e4b7170ae63a74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "90d7284eeced40b0968f02b908b64647", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "557a9cde076644dda26ae5e0cd675dd3", "region_id": "RegionOne"}], "type": "clustering", "id": "324dad7c1eab4410af053c2025ce6e28", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0fc4d41fb1ac49398db5ccaa00922c1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e634bee02569465c8e031554ee9dc4cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d992d01cd41847e3ade75615b06fff3c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4e461b9e2f4147c487d7edf543dd5094", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "110ef91ee48f427c9975c2f9f3704b52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2d40ef9bf9de4aba8a56923fdcc12fd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7226f3c008534c5187eb7302f635db2b", "region_id": "RegionOne"}], "type": "cluster", "id": "cbf39822b7294673bee5b614ca4b16ac", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "287463e805da4964b2d6fb61af42b320", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "21c5ac9adbab4033b6bdd8469d0b4e26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "726fb4c92d344572ac8ff2f0a913e6ce", "region_id": "RegionOne"}], "type": "data-processing", "id": "86c65b6f2e0740cbaf33a5a85864d79a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a6467926b81a48c893033c113d45144f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5445f1e30b294b058b6551941821e549", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1c2f2de05faa474c948c72736b0d6d42", "region_id": "RegionOne"}], "type": "baremetal", "id": "f24520809ea9442b921c263325de71fe", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8613970309de42a59b39f54b13b44aad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a7fa25196344420ca65c5ab059d233d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c54db08cf83d493a9616569cc5326ce5", "region_id": "RegionOne"}], "type": "bare-metal", "id": "84ef12c6c75f4d7694703157a1582c1f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fcc9a03fdcab409a9c045929d353faf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a4ff4e3f0b794574856959abafab7818", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e5283b006a8447ad9533c9f49d2098ce", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b3031c13ced446b881d78819bd1cb152", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5df9afcb8e6e40b58d55f961d92dcc94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b9f3c7d5519c4f83b8cdfa9292c2d692", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "77986892e64b4eaeb4c2a739213f63b3", "region_id": "RegionOne"}], "type": "key-manager", "id": "eaaf8b6e39414ee3bc2603608595ef20", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ae6d3174fae0499d97cb742584c7d49a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "14ea2733a4b142b68ef628caac616885", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "baf9cdc33b0d4ed3ac133052e22a8da6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e9159d1a473b4a90b7a9a6daff4cecba", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3e23ef9081c3455bbed1e674079709a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3a618ff6be9448d0b81a924bd0b72dd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "161f51bedcce459a991de992a17e52d8", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c2aee6d178c34d21be0edf9f32a8f7dc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "891e11b3091347c19afc603e3727ed26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c4e01aa9b08c4c34a499f49a02d152cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "49c8d4d3bbec49ea9dcba4f79e96695a", "region_id": "RegionOne"}], "type": "message", "id": "3658bfa96edb4c97ba579f6e713c7529", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "980910eedda14e57b1f2b7d1fd0d2ea1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ac6c321d4e93433da5c97ba1a196457a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8f5c56172506425a900a651b9dc6557f", "region_id": "RegionOne"}], "type": "messaging", "id": "c93806c6114549c48c5fcb4c4ddfc7a8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "361f7e5b8a964e83927799c3b225b0e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "28ab37bc1b904db3b41102d768df6c80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f632597eba574e4b9edd17a29f6d33ec", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7afe8f9e5f634efd8d3f19a0bfa58449", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c4155b4ec9fe42d39433b61f57dec970", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5eeed9e1e61b4168ab025a556219b654", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "25f64ffefa3d4488907ff029b3ca7a9d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ad2fec2cef964aa994952d1d3b4d4d85", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "445c9f87c9d34c0d959c9d2accc23919", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "371b31c560dc43ccb7be5c484de11c7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "47b8e099b827485da2d4ef5a37a64761", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "45588af6df944298b11e72eee8b9fbcc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e124c1cff6564aaba84e906df5090bad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4c043709b96b4fd2acc4c590a2dcbad3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b30074da1394685b646d0472ef2c20c", "region_id": "RegionOne"}], "type": "container-infra", "id": "95c6e9c0c15e46b3ba538d7486855969", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ba7236daa942407c836626fa6afdd173", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "04ba1fac264a4cf48d49e3e62ff9b2cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "753bc782c4d84b938dfba1bba3b2a410", "region_id": "RegionOne"}], "type": "search", "id": "e40f34ecd5b741e2bbba8ee3ba1e780e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d28b1b25f36243d1addaf195d270fcde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4840f8eb21f541a492896920848e4504", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7ba07c191b0a45a1ba4059be6f17e9f3", "region_id": "RegionOne"}], "type": "dns", "id": "46bee78151d944a39157a04fe0648452", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c02931575fca4f8dbc0415363b591e05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bd4b5b85637243c9b81eaec6c2d1ed55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1c9da44b026240869ff94f66d63681b9", "region_id": "RegionOne"}], "type": "workflow", "id": "0f8cd95c3406455eb9e2a173998c9a79", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d600639ad5b24c3e84b7ae15384bf44d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8b4a06f81ae94933b256fef459b648ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ae241bf57ffa40debd47240d4252e58b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b22a7ee181f740dba7968f4eefa04021", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "14ff9533a5fd408bab0da6973f48976d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5201b60fe9234f9cbfaca421bdc8fe1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "38ab2d9c1e634b41a278ab58af073a1a", "region_id": "RegionOne"}], "type": "rating", "id": "1c6b977736b646e9be0b79a96903249f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "879027b530c74f7895e4953687f51222", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "82cfc27baa4449368cbe4a5e9bba8a4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "293c0624268846b9b69c684d72c237e0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "28e9299cd03b484389526bb619ffb94a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4b5f022930444552a01ed351a46a06e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4fffb86f27c0487b8dab3880ad99dead", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8fdb5658e0244afa8e6c511b7e5d8667", "region_id": "RegionOne"}], "type": "policy", "id": "50d6ff5826454938b1d04516170d0429", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c3f36b3e13874190bb23573158f8e57c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "464f66f0b03b486f8d9f255309a7a89a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b5b9f464027f4a30adca1667f4483b51", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8f7bb073decc4c288e918aea1761edec", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f49385ec670346538fe9b10b513c3998", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "842f72099de9417c9dfe8a921a791b43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ba47a53aa5a649d4824faf8a8f0bbbec", "region_id": "RegionOne"}], "type": "sharev2", "id": "ec8cb118d5f746bcb28410075b7df54f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c31d20d34ef24f8ba8d2dbe1381e40e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "228dd0fad7e7481a9714c176f9f6e194", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c3da415a886e4c339f306d69a2d7922f", "region_id": "RegionOne"}], "type": "share", "id": "389beb8c72d14d35832eba7e15e022b3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b5abd25553ab4543b78fd7719588059d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e11c81322c114afab9d3829d6597e76e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "41b8182eb9e64df9a782a3b8f9a9c3ff", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "89e332ee1bac48899386c82b0c18ddcb", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1d5cefa3a3a446ba6bad01a38aeefb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a862ce1f4be04dcca696de95dfcafbbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea91da60f47b4505b8a05389f24f2976", "region_id": "RegionOne"}], "type": "orchestration", "id": "e5c292f399f64a90b4746965c26ef248", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47c3b639b44f42bb99044a45f07994b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84abab62934848499b2c1c912c90914c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77db7b3361cc4725a06e6315324d45a5", "region_id": "RegionOne"}], "type": "block-storage", "id": "c301b6b0c85c4c7f830f9d89ee09130e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47e3197db38b43a7937992077f4a2f35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f8218c2dfc64dc3bfb4509c0d3b2eae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0580cf62e17f4524b018af17ccfda97a", "region_id": "RegionOne"}], "type": "volumev3", "id": "c082aa5251d842c892936904f97897aa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d24e20dba7834696b435b6fb4f393ebf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "309874721832488b8cf5427b2f6f7149", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6719dbddbc04cfab4ab60b9d530e08a", "region_id": "RegionOne"}], "type": "volumev2", "id": "607bbf56c051413bb9b42613c59cc5bb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12bb948e023e4a61aeba315377b86f15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4b8bb40f5a349429a9735f0e13c98ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6eb2aee4c0214676b6b31c21168eb3ae", "region_id": "RegionOne"}], "type": "volume", "id": "03de6a04dea940cf808000b9baea06d8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a137982875b14ac2a36f27ac1648cee5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f0dc8dcf03d4d0bb794865cf20ab089", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22a68d3b8fe64069b6ab6a49fa96e61e", "region_id": "RegionOne"}], "type": "block-store", "id": "9ca73646781548308bd7cd107cddca9c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "33445e5470f14a2d8580a0feb5f812ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1e99192b80ac48d8b94cd777e71b144b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "45d8dda432e7498ba1305bd7d970b685", "region_id": "RegionOne"}], "type": "alarm", "id": "585f7c3d16be4869a0fbe83965b93575", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3ea40fb02a4044cabd026f39aab12dbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5dd4b39b874c420a81e0a5b54a3f7646", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d13518d4b22e473d9d4c544cf94995e5", "region_id": "RegionOne"}], "type": "alarming", "id": "db24fe86a2db4c7387f50febd29b6e28", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "721e4c742f884142929748385cf67446", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3ce4647e045d4dc09ec50bbc350fd7c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "04fbb5cfc73b4e7289d3a06b12be9a22", "region_id": "RegionOne"}], "type": "meter", "id": "84a42c564d714e85a56f591ca1211297", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "119c35705cdf4526b7b86ace145cc890", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "83bbc61c63724f53ae10e2bc580b92fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3ffdc15f25ef49d5a274bc98b2b371f2", "region_id": "RegionOne"}], "type": "metering", "id": "13a66cac6534483899b4f6953d697954", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "33cbb2834f5144c1b1a42eb793431857", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ce3a80a58ffc4417a494a3376bb36647", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0c1095fef27d4269925d30a165c89c58", "region_id": "RegionOne"}], "type": "telemetry", "id": "c8145b751ee64544a10856747e50f41c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cf86dd6131f94f2488224de019d0a109", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3bdf43f0840948dc8141bf0299f97b25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ad0e09eefb694e60a195112f18f3a6de", "region_id": "RegionOne"}], "type": "event", "id": "32a243abe77e41e6a58857fb1a4f3355", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ec1fa48e2ca349a1af4d8cb8bff4ea31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0965666139e141e9a649d72681259208", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f0dfaf142ffd4ae083e26f9516c52eac", "region_id": "RegionOne"}], "type": "events", "id": "a6ac4deac22147feb67c562e9518897f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e94ad5d843b848c5b9e93b6518e543dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fc72d25241ec445fb3adbbf62a677aa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c97b3edc42f64924b68ceb78dab52dcb", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8d67d70cd2964d40a95ba7d14321729e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "58fcc8807506459d9f942b873a89bcba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "64f7b6d4d8b1491b9cad186bfb66907f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "111067b997db4846989efc00c6faa29e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "62008100c33945d4b4d7f355ebc89a27", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "776e435a131b4e93bc16f061a2cae68d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f0da2247604243d7ad743550f6d4078b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "36d3b3ba38d9464c9f7c8e7899aa3f8d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a5869de074d740e0b58b963a47ac9c25", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "709237af7dc44490bb1b37eb779263b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "16b15b5518f640b7933e7ca6ae698ce1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b26edf617bbb42b48e60ee32ac6cfb2b", "region_id": "RegionOne"}], "type": "tricircle", "id": "c3d0b5c4f88c47848903192879fe6524", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f6abfb9ba4b64c0c855ae3b2c71422b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6c021000797c4f19bf374aa24bc6d590", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "96cc6ac804d14845b82f770824d28e42", "region_id": "RegionOne"}], "type": "database", "id": "00616f1eb05d403eb5863c36906bcef8", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b30b19e8875645fe803af60be3694b40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3532ce16ca8541c4a0eba106d7dd0898", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "70b62091e9cf400a8f89f4ed1e3f9ea4", "region_id": "RegionOne"}], "type": "application-container", "id": "ecf6195368a943f687dbaf3ab38638b0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3a945d4bc2704254b4cf6239ceb17b4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6d0f8e7adc8e437eb3b4793d3f1cf2b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a705a6ce17b24f6d93ee6ce3c509e745", "region_id": "RegionOne"}], "type": "container", "id": "a87e473b68154d05a0019653f5c252da", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9b027cfc71404aa7a8ffea41e8277bd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "85779c13a38442ada80bb107bc55145a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "141ec9ce3d124022835efc54f8799289", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d2b5b7d7eb3e4e5d9853bb6ff3a2a66a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a0666b06f35e4c92934361b570b1d546", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fc599f1dc0f0408191f538cafd9445e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a20bb8a7beea49f2a81b00565458066b", "region_id": "RegionOne"}], "type": "rca", "id": "a9354939389d45b39546138ffd9418b7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4562237048f74e96be9b48ad5a037fbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "29b9e32ea692448d8050a82d50d8863f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "58e149339e274d5992737b9edc903612", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d5151a82e9a74bdc938ebcc2574d3c78", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "04ac6d52acfc4a479875bf708ad6c3c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "583625a5b87947268b73a9685937613f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d1ad32662a6e4c6ba655f43d9bedaa6f", "region_id": "RegionOne"}], "type": "network", "id": "f4980d17a24e4299b2884aca7a8ae76d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "744e5f2083d7461899f875005df56f7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "20c4062a80b4434990e6dea0d3bfc503", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8a2da4d6a0f14b0888f0f16695fc7eaa", "region_id": "RegionOne"}], "type": "backup", "id": "ca520d5ce42e4132bd7f6346c31b4396", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "75f7de8304ba406f929541e976306bbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7305f660e7a04dd3a82a98636abf384b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7738249d2f56462d87da2b7dedf3dab9", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1b897810bea541139b054b287739a4a9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c454ee4c385646f9bbc79cf965c87cd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "80a4e20dd2704647af4be0628957acbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1919fc5f2a674c3397cf6ccb1da9f68b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f292b4e71d144358a27eb4381cba9154", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4006d3fbc585448eabaf39203081ff42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a5f3bac2135e478d97b1fc9280cfc6a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "bfc105c02a4c43619c787cd5e8ccc940", "region_id": "RegionOne"}], "type": "monitoring", "id": "ea228b020bbc4833af41917dc8193c1e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d522bf73997c4a699a17702efc8ff856", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2fde1e0a5c804d39be008c88e928d363", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7ad67d901d9647759408d66156b6d1d9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "72db06091f254fd09e6850af37cda01d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0669b15bddc74b84adbeccf7c8e74ae8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "14b25709a6be4efb9e50a9fdc3c8797f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "20d703ce33c746b69d3e1585f564ec40", "region_id": "RegionOne"}], "type": "placement", "id": "8462712b845f46c890758ad86db3aee0", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e6e2b5e991c64c21ab9259f8959c581d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2c850f76ab0040cbbb8a49208b4883d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "303789aee8bf44518425e51b579e4b6f", "region_id": "RegionOne"}], "type": "instance-ha", "id": "dd086a457ae4426ea7d2a6651d712215", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "42fc9834619a44b084279ea5d78565c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e76adb95007a4f9fb2637d678d11530f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a6109aca23804d4db0497cf51f2bf81b", "region_id": "RegionOne"}], "type": "ha", "id": "0b7ec3a1b75846c59d663a86ecf5f878", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "10e5731e2f70454c836ac98811b8d4eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d78c12f4f51b482b8bc5bca4ad9e8291", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "81f27d3e74de4cabb58980bc070b21b6", "region_id": "RegionOne"}], "type": "reservation", "id": "b4098f978d81451582941f0c3d07ae56", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "41c2ace134d944d48c80464842930003", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2a7c688886904194b056533165955164", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "dc33e3154ecc4566b6acd21b9562a86d", "region_id": "RegionOne"}], "type": "function-engine", "id": "6d2ed858d5fc44a28a316fc9e25830af", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0213546324a7436ebfbfd07e311cac3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fa52a08f2e214111bf3b21985b364959", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "cbc2932a2d6c474d972887ca13598a01", "region_id": "RegionOne"}], "type": "accelerator", "id": "fb539b24b4724d1f95972e613567acd8", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2f1d9537e369430e95015a4da54b440d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9b803cd3919945c4acf0e53651a93074", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c1e9df1131c0466e996c83d697d5607b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "42c7625d592d4c62823b0eac56d115e3", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "08662be242f144b896d1ed652d2b9717", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6e0dbc65672a4d79a47f0f9b023f1eea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d78f2895a1ba42ff8074a71af9799447", "region_id": "RegionOne"}], "type": "registration", "id": "b3706b7847df4c83844146fa20cf218d", "name": "adjutant"}], "user": {"domain": {"id": "5528b7dd3d954c7f9518b4d5bace7550", "name": "3e89eb6f3ce241bb853d4880cc9254c4"}, "id": "4ac2403aef8f4b7e94094875877de491", "name": "3f828fae70034787834f68bc61f09ce3"}, "audit_ids": ["fb0dc75f9ffc4d72ac72ff0b444ee57e", null], "issued_at": "2019-09-19T09:04:41.865207"}} 2019-09-19 09:06:42,061 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,066 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:42,070 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=deny_ssh" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,074 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,075 keystoneauth.session RESP BODY: {"firewall_rules": [{"protocol": "tcp", "description": "Deny SSH access", "ip_version": 4, "enabled": true, "location": {"project": {"domain_id": null, "id": "ef44f1efcb9548d9a441cdc252a979a6", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "source_ip_address": null, "destination_ip_address": null, "firewall_policy_id": null, "action": "deny", "source_port": null, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh"}]} {15} openstack.tests.unit.cloud.test_limits.TestLimits.test_get_compute_limits [0.222761s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,145 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,153 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,155 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,159 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,173 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.069209+00:00", "project": {"domain": {"id": "159c5ce68e6e4a2bb88468be0b2b4d5d", "name": "659ee64fbe9344e4b3bb2540b6800e6a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "644193ff35424247b1cae6fad93fe3c2"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "bcbdef63da7e42039329d50209b4077b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a2f4c23f392149619650fc8c3386cf75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "71f5132f03154717a0f8648e477c3c68", "region_id": "RegionOne"}], "type": "identity", "id": "6ce3d847ecb04cec88da4caf3c5808ff", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1b8bc817a6f341fd9f6735031093ac3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "38fb5818f65a43a99c16bfe327248836", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9aa76cd557334284b0cb85d3ec893306", "region_id": "RegionOne"}], "type": "compute", "id": "1e251398909c46d3a65077fcd9813e06", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "afcbef84ca28459094c561ebe5aafec2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "20a145eadf2d4dfdbc009c700c6b1fe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f84ab97bb14349898d2283201d4724f6", "region_id": "RegionOne"}], "type": "image", "id": "41995343810b4452a3880fc16e692db9", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9d7a8b85a1c947608c2fb30439934f3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3aeadd1fada94a8780757053d9390088", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8a8f8f198cf04a94b584d0209c3935a9", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7bd6988da96c491c849594c2e17effef", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a3ee38426844bbebea0f29e6da96fb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3d99217ca27474abd923411f5046bb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dba9b2f410b641fc9165b47bdbc6e6d1", "region_id": "RegionOne"}], "type": "object-store", "id": "88e2f2c4c8e549a8a5128f9149695933", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cee0d074d0ac43eab9ff66fbf047e331", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bb1f431c95fb49d68f54663e0a09a00c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e9777312a53343b1844d79196ff3da05", "region_id": "RegionOne"}], "type": "clustering", "id": "4794511c308b4661a374ba229a2fd152", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "142ea62806ca4a0abb0f91faaca61c48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7bc42ce9ccf346c398a29fec61b5c7f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1df2783e2a4e4751ab1daf587373c892", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ea4b8acdc76e48b786dcc00dcb0d908b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5cafb2ec96b24afa85f6db6b236f0f78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c8a65b971e924ceaab7e8e576beaa8cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "184d1cd53e4947dd956e7a6f39ee1e23", "region_id": "RegionOne"}], "type": "cluster", "id": "a0bf96d9a3204bd6bc2606fa616b2569", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4917e8ededa7412ab474677d10edd992", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cb7abf21e0f24f608056385d4fbb2c9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "59de46c751cd4f94b55a3b95fcd76912", "region_id": "RegionOne"}], "type": "data-processing", "id": "ac58de401faa4f359d138b440d10a580", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "697b8a0f11824225b14d8f78b008dbb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9dda9d4438ec40fab882f64570c8313a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "eabfe102c3b2426daf84c78f56be98c2", "region_id": "RegionOne"}], "type": "baremetal", "id": "0dae2fb6f5834729b78655ef0085eff7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4b2f323209bd4e9ea3184193292998c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "85655e246bf84ba7970765d4569a05e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8f5e971fcf4949bfbb4c1c7aa187ae79", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f1bf2d201eb24a05bc0b4d20cf911e84", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "18dfd0607b104ec38f8bbe4fa53f3e98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b650dbe03a0c41e28c38edaca9938a1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "25e1a5eba22643a8b8ba0a96f3a22f45", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ee28bb74e6cb411f8ebee091343fc47b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "98e40bca802a4514a1ee63bae2c0d009", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ac62c0d07bd74ff7a3a2a8a652e9f672", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "6063911ae72a4f6b800d34fbc5cec7c1", "region_id": "RegionOne"}], "type": "key-manager", "id": "c7022a737be6400f8dcd00f6bfc6d8d5", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b5181cf2bb884548899cc659afede040", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dc1610f486ca4c4fa5bca80488857397", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6999041988e946cca935beed34ab8704", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "614ddbc76cd9486c9bbc2fc983bd9d46", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6a3e26c525bf4404983c1cb4c4fffcb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4c622a6fa29b4606a392c06d70ac3a45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "78f3205da1b44356ba61869d0e529f8d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6fc977ad0e1b429bb70df7bf3896a012", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3420676cbf844258a1b8daf0dc3a0f4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2ec679a447a645468526ce82a3259607", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ca927838c82548a38a8e8821ecf8e823", "region_id": "RegionOne"}], "type": "message", "id": "e4a9a515344743f29665aea9c8bc79cd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9337be7cd5864337852dba21afa4de41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2d31dd21d84342808d8b139bd726b027", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4e1c2fe096f4496a8c3b25598857b5a8", "region_id": "RegionOne"}], "type": "messaging", "id": "bbcdd01760bb410c866f9ff842c94a7a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a3e677e03ace42ac8a3c1b6c8106c36c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f3ed9c4ab33a4da999114deb44dfb8a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "dbf57d7b26264f2db972db838b48b18c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "58f8a6e814514fb0b6fd803da4cd375e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "983b8c7da6824385a79efe4cd4003963", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "909e8ad6fab24e5886050b91e6beece4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e41587a587f64a63b2e994cb5de668ba", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c927934b196941eabe9710562b04124c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9d1943c005f94c60858b75859398d187", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d15745e72d0249fdbecd11f17bafd53c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e68ea1fe46bd49b19a93216c79581382", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f2586954711d4e5c91f39b5005a7cb0f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "622946e152854dfaa55b888556060bed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "556bb2155293476689889e1ed3b1cfb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f5b6518c10d04a7399c4a3d6d342a0ac", "region_id": "RegionOne"}], "type": "container-infra", "id": "fcf6abaadd554f868c0aa83e9f1ca7c7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ccaee8d0c6854360b3ff1a171dcb4142", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "892feb5689534c50b0b81671dae36462", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "64f2bf02fb9a4c11ab2fb63119219273", "region_id": "RegionOne"}], "type": "search", "id": "f8b748c84c904b8591b1f0229d69bdcf", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "34cf429b60fc4fb8810c63e4c6e9960c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "02c3295a8b04464399642181fd20af4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4de7cfcba62a46ccbab86670bdeaad2f", "region_id": "RegionOne"}], "type": "dns", "id": "03f1405a4dc9461cae56652d3b52e475", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "09ab56567fa14ee69c0c20e4aa151da5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ddc0f1b642434c88ba9300d2f8e41629", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9bfb35113775449f87469544c42c5dc7", "region_id": "RegionOne"}], "type": "workflow", "id": "465983046d4b47e7a621127b5771be48", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "83cbc6b6a7ac437a9d85624644c73138", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e9c5c516e7c6400298dcf740acb2b6e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8c52d78cc9fb4bb0a9412d85a81c9200", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2a6073fb9b8541efa9f863a4d12eee6f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8a96486663c341fa9682dbac7c31c25c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "557f899128a248f29654da06939839c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "fbad0aaba11744e3a67470ec0ce02531", "region_id": "RegionOne"}], "type": "rating", "id": "eb1ab7258ea341989be0a138bf3b594a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "298109d693e44be1b1882996269a9278", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cbbe4dffc2e848a88e1d0c891ff6a277", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6353c88b423d463788d88880c3a811f2", "region_id": "RegionOne"}], "type": "operator-policy", "id": "08d8308dc3694cc88880d889c0c0fe04", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2efc9f57a4074129b1f0e21279a8c0de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9c3c3d4ae1a44f32986ed093bd70731c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6f33f05701ea48b385ca7ceebd988782", "region_id": "RegionOne"}], "type": "policy", "id": "80b99a45658b471081a76019ed863392", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a5856e9ef9ba4717ac5a7cf1e75c8036", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b146326767ff447fabf8bdc5b23b7b4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bb455729186f4925a6f300f3fc09e992", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "26e558c5eeee4cbdb42cad5bc3447065", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3fc33efb7e474d3fa6e52a97481e3665", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ce5fdbb51630492b80b9df86b14ba4f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9b18dc83945844948a346026d47ab757", "region_id": "RegionOne"}], "type": "sharev2", "id": "960c2fa256044688b84c002c4567ac7b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3da35ff70a4d42d484ce658716910fad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "846edd080b3b4db4a97b9daa32155213", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5e1e2bc7178d49579a9f4692382290ef", "region_id": "RegionOne"}], "type": "share", "id": "c155ab9ccb92428a8c8021abdbc18154", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "16ab7df91f6c4277a3a40334f090e626", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0dbcf4f728f345bf8f4f58755c562fb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "7d76f2db9d2146a59727b85b90dc18e2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3d3b1da2ad824b859e3b066f6ece70ad", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0dfd8bda0c1d49b2a255f6e97d090c2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45156d2185134dfb87c79eea06432b1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df3ce1320865440fb061dbd7e819713d", "region_id": "RegionOne"}], "type": "orchestration", "id": "0d9627f991b146cd9d8116098dbc4e3a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0748a67bdded418f8609ca5b9e29cefb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "201c1d382d22464ab3110b72d5bd0d7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4da6aafdc3e0487482946ffcc4d383bb", "region_id": "RegionOne"}], "type": "block-storage", "id": "cd3acb0c4c37414a9d0e2edfda69e18c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a5f53bb55c74d83a26fb0aa3d51895a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2c4d01c59594a35a06733356cdee651", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af865bc3b79e43dd85323b5d7ec20b46", "region_id": "RegionOne"}], "type": "volumev3", "id": "99036170f8fe475e9e66feef12da3ad0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f818efcbb7b343b8bae4a075f906383f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4e5c4bbfbec4af2bce80fee11985621", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "695faeb68ba44af5b6b2052addac7e8d", "region_id": "RegionOne"}], "type": "volumev2", "id": "872eec40e3d44b35b4c813b18409b21d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a70bee393ec4107953b31ff9dc25bb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff39ece9ef354a089b8101be5538b09f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca0cf5cd405f45debd72e0da51cc4fec", "region_id": "RegionOne"}], "type": "volume", "id": "6c25f0a58e714dff9dc24e3c160c9469", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4721e804a1184090bd5259cc75fcdabe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af0e9e4a5641462a9fa2b7015dea8d86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48f3c644e5dc48c58233f919f2eee72f", "region_id": "RegionOne"}], "type": "block-store", "id": "f77275ed2f324784824ca052b351efd5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0654b56dc46740c3b972363460acac59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7d78b0fe05ad4f5e80834f69ec6435d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8dc833e34daa4064ae77d05fbcc36a58", "region_id": "RegionOne"}], "type": "alarm", "id": "21f75f34d5a04dce810d265e9b5524c4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "62d00dea81ba4a3db6d50fc411fd36ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9fea0495794b40f5a581a76bd1fa9fe4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1323c99d3e584e59b5201d47a538b126", "region_id": "RegionOne"}], "type": "alarming", "id": "6cc7dcc9630c4b909685c38f6407c99c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9fc824e76b7a45e6b15ae119550e56f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6afae5958ec2479b84e2de232e2e7d24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b14ed17989e24e71a7ef7ce379712f66", "region_id": "RegionOne"}], "type": "meter", "id": "c083935994134bf59225b70810f36853", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "774fdb2b32134b30a849d3b809d7ec59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cb68a2598f524080aa55abdd4412f0c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8be52b52beaa46429a799f79158eb088", "region_id": "RegionOne"}], "type": "metering", "id": "980988b0ec3b407186ecf3b6bce89ec7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1147ee6a0dde48ef986e6fa935586a0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5b638438339849059bda5a5897985b34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d803600567d8459fbcf1187ddf5849d2", "region_id": "RegionOne"}], "type": "telemetry", "id": "22ff78015727471e98b3c42600beceed", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1c433b25fc7d4f3382c4f2d05081121b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "12e6ed84998c484da85813a32a6dc748", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "009256b6571b4fbfa9a9ea7999e23d82", "region_id": "RegionOne"}], "type": "event", "id": "1ab360a0af3a436c936fae65160e45ad", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9f90f15e31254c50b528404f3f25b9ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "af275438ff1a44cdb1e929b86d2a5d79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "45ed3ab754a24d3aa141d4c1587571c8", "region_id": "RegionOne"}], "type": "events", "id": "7d49bf290f3c4535b530fbc2f0592934", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9a0b1e1980bb4f93b4b42fff63f5992c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "740e32494f014afeae657102994635a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "91203c0eda084940b149231f9df56f57", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e96ad1f124f94182b02efdc9ba55521e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f68624fa6f7444bb83991e1a5795bc5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7df6a5e89c384785845d0c01e07dcd99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "adbac1d99f584932b24c3bedf74c315a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a025d56c4c20432bb49a7eff7a5a636d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "23b985bf4c0e43788a79f684ab60ae06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6c5b6042a0f34c9594e12790a5f2a145", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1ce31e69a6084d9c802773fe98bba607", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "39b09c4f66eb4464868c64e0c8b97a21", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c237acc535904e83b24becb8d3b3447c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0022395b7ea6448289c0d352fecd2632", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9c08de4d4fa24d29bacfff3622220c6a", "region_id": "RegionOne"}], "type": "tricircle", "id": "44f61d30329243448dbcd2124459e019", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2b3e406c7c294632b66a47e9b992c7f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "561f2d0a8e754e5786ad569a3b50ae80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "95e059e92c20421ebc015e259fe0ad15", "region_id": "RegionOne"}], "type": "database", "id": "28627a3a770b4c46812f43797aed4e8b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c608f994720945aab25b6558b09f8f1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "92da70c8bf1d44d6a1cec0ecae29c1fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d939d4743d514fa9a7cfaf530d6f0f71", "region_id": "RegionOne"}], "type": "application-container", "id": "6f4cd52319a74208981f440e9a546c3b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "00141d3ebff7434a9b854eee4aed95f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9e31e41931344e428522dfbc419c2eba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "dfc45c578f7f4a95b925ed4eeb69e8eb", "region_id": "RegionOne"}], "type": "container", "id": "fa4750cdec9542029f6e5d6196580f37", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fa36b66c5aa84b9b96d4364fbbb411fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b618fa4e05bf42189509383770b06ff0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "47d28a480e4b4888b3b096c5e595f739", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b32634c2903f43ffa037a0328965e18a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e7e8bc883c64428d8d0865301e1f8b66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8f5af5e85cf34e64b5ea1dabeb079b6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "892c1599fc614d8fb7a2f51efca33b65", "region_id": "RegionOne"}], "type": "rca", "id": "31908feaccd940109f2c50093e1d54ce", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d8a8082890b7428ba20dab122382a4db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1f92084b5c7042c1b5e3efc6e7f6abf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6b3aceff7dad4c269468ffc03eea4a55", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "73405d02478140018384ac02ac621edf", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "eda3926863ec412d8809f19961d86e55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "02b0685d09cf4cee843af0abf39671f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "825b38b96461411f8221735bcb7dd4ea", "region_id": "RegionOne"}], "type": "network", "id": "84002dd85d5948be94ff285e721cfcb1", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d7c856f1342e4a9ca88801b4df4a1a36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1a41f31333d845328cceb4627e4a5e23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "89688261993a462ba77fbc134c9b1fc8", "region_id": "RegionOne"}], "type": "backup", "id": "688644226a2a461cac91a2c6735d12a8", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "964a4d9342cb418bae4ff3a21e1b3c49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "208c1c791b494040a6fb2ab7e5bf31cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d16b996d6d7e45749c456b20690c5dc6", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "549243cc31ef486f9e6ac8f59dd4ec94", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "423d37f17bc747c88f73e4d889c36a3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ae7bd473aeb64184a4d76c6ff80f852a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e02ae3ab3741408d88800991ba714df9", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "92b0e4a6ca3746bcab90b82940611ff2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7675891fe4c9426b95b3d90d68a4f8e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "18da33c939904a63a204c470ca3e6de1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "84e9b67c9c4a4c0b9241daa934f054ee", "region_id": "RegionOne"}], "type": "monitoring", "id": "dbe62813ae7b4f78937cf82f0603a9cb", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "17b213496a744f1b9f6147aaa15333fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2e4267a763fe406d98f7b50188f2aac6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "59d363504e444f4c844a40d999cd1c35", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "019b10be587947abb7dc86d471292139", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c74765b54fc64636bad840394923b53e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6342a8c147364a418e8b905722a3701a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a9fec6e438194135bfb2f0cae7143eb1", "region_id": "RegionOne"}], "type": "placement", "id": "dc475ad5bacd49ceb86f3e9dbfe366d4", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "029b8c82c2bb486f996010fa0a61b152", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0dcfa7233b704aa8a6cef22ba96e82a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7269c6be89b94bb8a37a6e091b5ee0c4", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f9094e2490004de68b8f157c63bb6737", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "afc42b2920db4736a5f5d7f98dfc4918", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d98e5063f74d4568adeb444546201e33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3de1cc64cf51485195dfe57ba5b034b3", "region_id": "RegionOne"}], "type": "ha", "id": "120441bddafe4ae0983c2dc39b23a1f1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "dc15baf02e0b4182a5ffb535be0ec34f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1457bb7ba97c4ec994e296d863460d7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c979361c9760441390a296519df84d1c", "region_id": "RegionOne"}], "type": "reservation", "id": "e5094fa6b8554266b057940f081958ab", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f9135b52e9f94a2780f880f1ad23f1af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2c2fcf211ef84eb1a1f864760cb4c50f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "60910452f7034134ab555cb802a16c9f", "region_id": "RegionOne"}], "type": "function-engine", "id": "def57265aef54d4d81db4040a0ba7745", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "497568f9af034271b07886674c8099a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6d98beb168984a54a2f48d62392a3d89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c2b88b4ba3834e32b6c502bbdce2490d", "region_id": "RegionOne"}], "type": "accelerator", "id": "b223805c0e9a458cbdde03c008884c72", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "943edf8d14664903a1140bd675fd2aad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "175bdcd6e2de4458a77aaf092490a144", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "59c9b828ea5d4cc4b604096e868bc6a7", "region_id": "RegionOne"}], "type": "admin-logic", "id": "88e403cb4b1f411789e1e9ba73b4c237", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d1156ade2cad4e3d9943bf8a045b405e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "225eec60d9b94148b27ee2978c423945", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a8f22a69619548149a4b388a86ccf140", "region_id": "RegionOne"}], "type": "registration", "id": "babe335252f247f194640d30191fb992", "name": "adjutant"}], "user": {"domain": {"id": "f524ca8dc8fe4ebb85039fb6a860226e", "name": "f98624c73a164c5ba4b56fd70f55254b"}, "id": "2b2dd9fc1aab42ca82505e0c00073efc", "name": "5ecbfedc00b84de4b390b0c4572fc3c0"}, "audit_ids": ["04985947ffc0415f9279e4868cd889cc", null], "issued_at": "2019-09-19T09:04:42.069209"}} 2019-09-19 09:06:42,274 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/limits -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,278 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,280 keystoneauth.session RESP BODY: {"limits": {"rate": [], "absolute": {"maxServerMeta": 128, "maxPersonality": 5, "totalServerGroupsUsed": 0, "maxImageMeta": 128, "maxPersonalitySize": 10240, "maxTotalRAMSize": 51200, "maxSecurityGroupRules": 20, "maxTotalKeypairs": 100, "totalCoresUsed": 0, "totalRAMUsed": 0, "maxSecurityGroups": 10, "totalFloatingIpsUsed": 0, "totalInstancesUsed": 0, "maxServerGroupMembers": 10, "maxTotalFloatingIps": 10, "totalSecurityGroupsUsed": 0, "maxTotalInstances": 10, "maxTotalCores": 20, "maxServerGroups": 10}}} {8} openstack.tests.unit.cloud.test_normalize.TestNormalize.test_normalize_secgroup_rules [0.098372s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,778 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,783 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,785 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,789 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,801 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.719695+00:00", "project": {"domain": {"id": "4e7072c8f6c346248dd54ef3dc3c3b31", "name": "7b68b459f68441958e66e79795d21a5f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ebdee4d1a331450494d3424be66c3739"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "efc60aeabecb45a98ddacbeb8b23c722", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a2f71d4c4bfb4cb4ae9f2219399508c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a625b61cc1e1427186db48959cbb500f", "region_id": "RegionOne"}], "type": "identity", "id": "00176129b0ef4b75a5332edc9504f869", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "775596478df14ea6b203cb5d93ff9b75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e592b7c7174b457094298e6b61c24a3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b8cdb30ef8ea4d23b09008afb09242ab", "region_id": "RegionOne"}], "type": "compute", "id": "f0b6166e945b4836bb3f653be6fc851a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e2366a50abf647d486e1ce04a1e14f6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f2ce6773ba9d4769aa8311d23b82362a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "9a110e97b79b4443854a11aa7d0278a6", "region_id": "RegionOne"}], "type": "image", "id": "87abeab81f7646f49e75b774cee659fc", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "87a2429471f34e1db6278675c93fc8b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1d0fe618b01d4a45aee44d3b690efaeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ee53c9f779c0442cb60a68801f9b07c7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d24bae98119042dfbd81d913a2647df2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a687cffbc78461b8933d9345bfc5536", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5004c7f4194b488e968e69ca133941b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "722b25de84e848fc8bfc20a076c3e18c", "region_id": "RegionOne"}], "type": "object-store", "id": "dc7c6fef3bd94b008525d73c6aed3bc7", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b36c3eb090af4be88066e4ef2585df97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "813f8f85c25e430faaeba99d3c622a89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fa9466023fdc492891079a061bdef465", "region_id": "RegionOne"}], "type": "clustering", "id": "b07da5d49de749b99d23eb3190f9500d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8aa1ab403b5e401ea54325e4d1af2737", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f1bff21ca39f4fbba4c923bf42c5f858", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6d9da5bbcacd4b408b5849edfead19a9", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7acc2d59d69e4b64925d3b4b13cd6202", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0087f31a48a04408bd627903cad97d49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1f3be292a844450db880ee2b0e3e02eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7c85c9c01618422ebd6d4378e44a6df8", "region_id": "RegionOne"}], "type": "cluster", "id": "16eb9d2b5d0f4ad39c3a2937f3e04fef", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1e9d3618a28c4cc8b997fc023991ebed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f497300b76224fe6b618f0212e465aca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "da0ae5d965f8463ca4935619e6ce404e", "region_id": "RegionOne"}], "type": "data-processing", "id": "3b4b18c0cb1541d4ac34f84311106ef5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3dc8cff6ccec4c9ba3a664b2447d7345", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "678bfc9e7604440dacaa65728ab8aeed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "40809e10c935462b8eed51736122f900", "region_id": "RegionOne"}], "type": "baremetal", "id": "aff89387ff9046cfac9ea601b0622816", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d574bf36b8f14dde98a78f551ab49006", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e7f5c3191b8c48a1a11d9d5a67e862ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a4e8236b25cb45028a9620756e1b82dd", "region_id": "RegionOne"}], "type": "bare-metal", "id": "43bca6dcda6046ef868fc493473e74bb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "80a0cf3c4a724898abc2afc4627d0b2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f214e0f9d6384544ab54a6f5a6f3cf72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "444b5771cc984f95921f758ed5904377", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7013408a327d4f669e2799b924290c87", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4d35d0896aa34441b42e1e4400dae067", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "dcd9a5fcda0f4cc08a4522d349949710", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b1c05ee599574205a856e99a23b008d7", "region_id": "RegionOne"}], "type": "key-manager", "id": "9067f679d33e43b5899457cc7821da13", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c8e020795f96481c8a7a36a8b751525d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f4971310b1624f579ae9de4bd88b0da6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cb0ef0f1fbf140e98820d6e59a7651e9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0f9caf295a834214a3b28abf39b2cb52", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6ec561510f514c2597a896501d79814c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f03de542811044e1aa81c04f2e6dccb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "94aaff66de384becbe8f6c6119eda9a0", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5eec60398c904b739b1acdb42a055760", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4aad5f9b9aa04e439b5bc90c39759f91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8816ee9bd68447b5a366237f082fb48a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e8034e714bb64bde9cd6e59fd353a371", "region_id": "RegionOne"}], "type": "message", "id": "587fe67d17754996bb33c85f8fad525e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "05c2e3cad2e7427798172641e41aa8eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "48ea377829454df7b8e97491e25959e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "babccc725fd54012ba147882568fa335", "region_id": "RegionOne"}], "type": "messaging", "id": "dc1d339e24bb4fcdb1dac93b9d09d4ca", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b5f252bff4a248b5b3ebd4b959968e3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a55ee44d405840f5962ac3c196cfac50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0f423037bf134245b2015fd4b5710b28", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e24a7ac3ac404c6b976fa88be1501da7", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "240fa5dc14c44509bea25b72ee744e9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "529dd82bc9b848878be75e1132adecb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e4615ed0d7cb4a95a92c5258c314bafc", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6c059f72906b465fbbfba9c0e45b2302", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c4445f93d0c14357b526093028a56078", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "725ae35219cf4c01a8da07586ec5a1b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "175783501ba84bb9808407d252741d07", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "efa7ab2814c440629b6a13eb9f6103fc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca5aea5f7afa441c960756db8689dc51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "adb5cc6f107646869a8a71dd808d3a1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4c6e9780eb784a13a1358db2220df68a", "region_id": "RegionOne"}], "type": "container-infra", "id": "7d72d44f6d7748b1ab2f4d9979773740", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2d379216416d436199e72f936f945bbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "800118aa9ef14eb59ddc8fc330da9f17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d53cfcd5dbb94bc6ac6883bd50f94f3f", "region_id": "RegionOne"}], "type": "search", "id": "518f846c7d6846959657fe09332de3ae", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c21627a8c6b4452abfd03410cadbcac3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c81aaa17d8ec43c9a74fbf692f46255c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "122f1fa3382643c6946580e0acc28eda", "region_id": "RegionOne"}], "type": "dns", "id": "7a190e1bebdb4e349b72ed4657f30938", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fea1aca651284d9eb7827af32f841cff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "08b216db09f7468eb374b054103a5684", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3abd129e5f8b46239ee058b361260257", "region_id": "RegionOne"}], "type": "workflow", "id": "bdbc97cf371c4cafb149ccf85b4227b4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a995ccb8cf804dd8b598c490cb12d145", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f19b14b322194b06a9d280496429b999", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e47fb14c34254119bf36cbe4d5afda18", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c8bf911583b445d5abe003e610d17b66", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "02bfdb06fb6b4880bbe0aa5b1b1d29a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4da21c06de5746deb276ca78261dfe0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "5c7c38807f304f3e9d723fe2f9ba11ad", "region_id": "RegionOne"}], "type": "rating", "id": "d280fa3151cf4ae483160fa32a1601d9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8a1ff29ace5d403d89bd35ea39d9078c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e6df00b24efa4150a66cdf6ff76c32c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2e718bba622e488fba24cbfe6e9ffd36", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ba3e6fa5441c452b9069795f7041e2e0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "861ac3b9db374fb4ba8f977b417d8043", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "20a4a9435abe4fc4a7b3234b6481144c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fe1cd151ffe648e3ae8910a1890d2f61", "region_id": "RegionOne"}], "type": "policy", "id": "f492e5bb75004b45a3008122283d4010", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "13ce661756364085938b4297706ced7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9728c3aac88343ae9b1bdce060b28487", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7fb8a81a01b1466388880972602ea983", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "4c4812b3926c450fb83ff734ff9ddfa8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "851cd26f49704def84885f14283f7b5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "944b0b034e3b4cc395894dec54d8cc3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3061d152b1414be0a34548b08a651de2", "region_id": "RegionOne"}], "type": "sharev2", "id": "10ce01a8ba25489e9cfee48520475639", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "715351c45ea143c3b934b73c0c6ce050", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a6dbab17a2014a41ac7850609d7a45d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "af52513c983c4560a714756b5acd5776", "region_id": "RegionOne"}], "type": "share", "id": "cd33517bc89c45ada7a62bcee53aae57", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "194b89b287af440685c8c4bd5e30d0a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "de736882bba94eb1b3e629d156f2d190", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "286e4da58c1144a8b213a7baa69f2cd1", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "24e190fa296b47deb0fd623f0cabf027", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "427838f871aa490d9bfd439a8d143d9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5025012c14ed49209f6bb1f28e600acf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b805ad6228e649de9593e7b227b7cfb4", "region_id": "RegionOne"}], "type": "orchestration", "id": "1a2acc2514ea44ff8e079ae49363efb7", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86eaf8355c2049619795d4a1ab91888b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "026020e1b61245ab91d75fccd0f62f81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ed04232f46c4e80abf2d69d4f82ed91", "region_id": "RegionOne"}], "type": "block-storage", "id": "4fad486a50824c95b6f001835327b72a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55819892d3e640f1b77d09bde7c2b3dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e83e502dd2664c92be6f4c75b59b3cdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15f5d9fe9a8444c3b9275b2599feb16b", "region_id": "RegionOne"}], "type": "volumev3", "id": "942486b9faf340fb968eecd93dd48f7b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "934c149b4d6e4975ac107c30c90c2ecf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d20b6f3dbbdf4e1889898888d01803c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7db8c6c68cf4bebb44be48c0d0e05f3", "region_id": "RegionOne"}], "type": "volumev2", "id": "3b9e62291a8f4b7fb7497e7d1f82fe26", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed8c9818133a40249e6533b810ba7a18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba41e35c7384444ea7d07f71205682fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83f3de6091344665967d899cf9ef85ae", "region_id": "RegionOne"}], "type": "volume", "id": "5de5265452a045f4b9ec3802c266d516", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27c21e06dab343e5b16a9933c5ca7860", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8595e196b8984692a73952755f538b10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "886efeb186b043b4bdbeab971208e8e9", "region_id": "RegionOne"}], "type": "block-store", "id": "94a85a2d85054677a93b461c013793cc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d715b1aa21a34e39809d60d3f1cb08da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8c16f030efbb442d95edcf4e839fdb87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f838586428d84dbeb160e194254117d7", "region_id": "RegionOne"}], "type": "alarm", "id": "dd50ffb6029c450b83a21149d52b23e5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6ac5bade3263446190d3faf67c022e02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fcb02b4963364425b492f08e8776d8e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cbd4376199e7479a943458257c9da98d", "region_id": "RegionOne"}], "type": "alarming", "id": "44df0299723f4ecc863461d6f49397d8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "da0d9f011bcc4d78bc5dc1e4acc07b0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e9bc5b872ea04629aaa0cc3d52ce06bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2e16d43788f4418f92ad6513f2587f36", "region_id": "RegionOne"}], "type": "meter", "id": "989d26a0e6f34f2f990d0dc5b060c4cf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a149d412c206437da906cce219086423", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c50e17ae32d24ab2b164efa8f846c309", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "52146ab551514213bc123f2284e102e1", "region_id": "RegionOne"}], "type": "metering", "id": "b4737a9bc6e14d5394e7a41fcb3d6033", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4f1686aef1154f62837be4f0e1c00681", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e87d1f0daa9f41d68e570d28ae024194", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0906513818514a0fb1599839e0c54685", "region_id": "RegionOne"}], "type": "telemetry", "id": "8fa40e0c7e5c4628b3346c49a36302da", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8955d4af848a4501bfd116d99f74e927", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1768789fdb7643fea00e78f1e0014e3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "43ab5a9bc61e4525b217f31ea6ed145f", "region_id": "RegionOne"}], "type": "event", "id": "089572f6814040158816f74cd0e8da99", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "83fb9e1bc2da4983a3a024cf060795e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6385e4503d834bc88a51eea6480f89cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a5763ab3449b408586ba1fa5e98dd6c0", "region_id": "RegionOne"}], "type": "events", "id": "aa03df277e214d5faa6e8a4436a16245", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3471a566540e4aa68c3a586a5a319f5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1a3c216c07424a10a92d15aa6df23c89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "81cf1f2ec9e8447a8ea2610980307863", "region_id": "RegionOne"}], "type": "application-deployment", "id": "6f8eb3021df14f348e465c2bd05bf0bb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0f7131723c354321ad5de8cdb196c327", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0f042a1c3044433ca9f784e1b6db812d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5cb55289360f4cffbc64aea619c403b6", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e7856676b13d4306acec92a4386c26a0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "87ec55516be140c6a916cf67b0533d15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9133312e015144d49e9ac935dfcafa27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b09f0989714d4a25b72fb3ec5efb2992", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4619d1eba02c48b08e414fc28c34f8ed", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3941eb1e24324c249ff8f99b7c5679fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fa07742af36c494893fa900f27abfce2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "871d031403f04ab192ef09194f76a270", "region_id": "RegionOne"}], "type": "tricircle", "id": "b95dcd7eb7914412ae17a62614ede03c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c748407ed4a74453a273355e45ecef88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c91bc4e636e74a6d9eff5196009be6b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ffecf7b2952b4b01908e2b3d14b58e39", "region_id": "RegionOne"}], "type": "database", "id": "c77b5da121e843b18b27159c2923f621", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d3e8d30e28f045ddad2f8ffcddd9ed44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3b2691a2fb8b4001902ea42c7583ce6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7c530f63e641406c8373c6207903ed95", "region_id": "RegionOne"}], "type": "application-container", "id": "a617b91bca6148cf8f749b06ea0a0174", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "97a0cc14485045b2969b64e15242d94e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f3070c690e51414cadc24dbdf990d869", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f0ef9a5fd7af421a9cdd3a9c7927f72c", "region_id": "RegionOne"}], "type": "container", "id": "80a182b3676a4af085ef3c74c6a2cac6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a182eafb8577433286e5f8a5eae302a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "22f204dff40647b8b3e695da80be1d8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "18fde633fb5f47918478873a83e43ece", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "5c7d95105de641f18093c0944af2c4f9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5fa6542685784a1cbc45ffac81bb0dc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9600037dc4fb404a9ded2297580501e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ded4231c37e84e49a8adb5888118f124", "region_id": "RegionOne"}], "type": "rca", "id": "604acdaec33d4f8e93cba8deee8af58f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "68ef1ddc4ea647e592bf913781f0b4d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9a8edc32e5994f41bdc649ad1dbc9709", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "073e07c1a0fc47c3827b38625f1726de", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a00df8c430c34cd28d677e39f4da37ba", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "b3b2a9210bb64609a002b65e81d4de58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "708b7bba358a4a6d9956bb26d3b8c8da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c8dbc1806d624576a45f093e9d7ae42a", "region_id": "RegionOne"}], "type": "network", "id": "9a7ef395cb044884b5673aab9ecdea6b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9a735dc647e8434a8bfd9233a5d22c8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "07446fcf5a344b849bffcdd5d15910d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "cf8e94f9a16c4f16a615f18472023939", "region_id": "RegionOne"}], "type": "backup", "id": "605f01e2c9df432baa3268952595a48e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "51c7422a1fbe4025b1a7bbfaa12167fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9db49259534a49029cf7319e620c27f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a347331a086b447fa7a0c2ba6eff3bf8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8084cacb9d7e4a5aaf3b82e21f12f5b1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1566bf8f989b4905938f36712f019936", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7a8c049e6c8448b6b8141c83d982abb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f0925bda85ca467c95e4913a09732e3e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "fac8819386da4dffbdcbfe0b6bb22bec", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2fa802748eec480a876af7f9c5823b33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "03ad96008b294fd0aa8c85e752c7300b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1146fc8fc6804a19ba9381be3b7d6fec", "region_id": "RegionOne"}], "type": "monitoring", "id": "ccb79024c73a407ebd31202b5cb7547d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "33b7b5ae10324e4bb4b353d669935940", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7804434576d64b1b86e732496aed1060", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "549d41f6e9fa4d799e1a7c8931ae1a66", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8338bead37ef4a30bcb4ed20f8367fef", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e59525d49e36414bb1d51bda11ec1fe3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7424c32fff5e4405886423c0da940d69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d91ae4d816434dbbbb528bf2afc45604", "region_id": "RegionOne"}], "type": "placement", "id": "8df59e3bb12c465bb5c1e7e1ce739bcb", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "74566e42c4314129bf277668c683a1f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "93a019c976ec4b9084ad2dcc73a04637", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "90e9d0f367bc48f4870f77ba19285446", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e4851c31c2dc4e2fa6f875ee7b9e6100", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "45f186aeda4f4c0ea24154fc6a834941", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "acf853178c844a83953fc30a497721ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "672424ed31e343ffb88d355c5fc87b39", "region_id": "RegionOne"}], "type": "ha", "id": "f9fe4dac0eec44a1abdceed9d9a30324", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e51d02da47224d58b6835e1989268fb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c1e6c59d060b4df08d72cfa4b0df16e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a2ab959093c94fe2957f4e9335cff721", "region_id": "RegionOne"}], "type": "reservation", "id": "9c1507ef722d425eb7d67b26d0ad5377", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b71a5b2ef86a4c7fa495d54d3b1fefb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e0b0cf3092584955aeae85bbc2e2d15b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a38218713ab4469da380964bdccb417d", "region_id": "RegionOne"}], "type": "function-engine", "id": "a1e90c41bed241cfb04b0653b6215e76", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8430a2e3db184944a093e4c8539c87a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5861de802af14232ae01a80ab87ceb66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f0363f6b15ea4556ad054e197551a212", "region_id": "RegionOne"}], "type": "accelerator", "id": "e628317f3aeb470c995981680bc68da1", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d19370b7d8a24ae789f8e4bbfdf66b58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c14408fadc63495e81fa5841ac82e334", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8c0f2b6ea4da4d67b83afd2c1ca5c6e9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "13ea3fbab486473cb8f56afab7b683d0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cb989b4222164b34ab26547eafbf0b90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c8cec1adcb2f44ebbb193e869d793b43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6ba8eda9ffa04fdc85e3a794031da29a", "region_id": "RegionOne"}], "type": "registration", "id": "206af3b5b62140c0bd8faa694e323fa1", "name": "adjutant"}], "user": {"domain": {"id": "8b3e631dcdcb40819e177455318ff004", "name": "c7f9e9fbc2d04f55832e25441af8c0c0"}, "id": "60e07eb812e545288e6d3eeb03dc5946", "name": "1e701ddfc096413f8c5b6185314554c7"}, "audit_ids": ["13712aa07d3d4bb7a1bc28038d43165b", null], "issued_at": "2019-09-19T09:04:41.719695"}} {8} openstack.tests.unit.cloud.test_object.TestObject.test_get_object_segment_size_http_412 [0.192063s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,058 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,063 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,066 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,069 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,081 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.995719+00:00", "project": {"domain": {"id": "527ea76c5bf44cbbae2991bc287e20ad", "name": "05f32901b8bc47fd97bc5926cec8df01"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e0d8b9c3e92648e8a96ead498744b7eb"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d61061ac4ef046b19c35b8aa45e56aa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7d6edfe3c3d14ae28c747fbc8de18c7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8cea35bf01d24863962fab7193f4e4a8", "region_id": "RegionOne"}], "type": "identity", "id": "a02b40b885a740b185f7f4379708c9e7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1c58b3963f4a4fd0a4627130425fbd26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a18fa17569f0427e8b844bd1c23ed21e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a3702ddd5f5c442cbf10a32eabc42f4d", "region_id": "RegionOne"}], "type": "compute", "id": "b1955f285cf34f778ae796d9d507ba89", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5eaecdfd05774127a570575d32a8261e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "acb981bef2c1415e98dc2f874b18d75a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "534487ac40d84c6a9a94b4b62dc4fbc9", "region_id": "RegionOne"}], "type": "image", "id": "2059868c957643ada54b9c58463882c2", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "df72d2ee6a2842f5b2c8dad84e11a9df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9230f6b106054a99833165f3665c4196", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "50405bf51f3c4ac79dc15d602f62d3bc", "region_id": "RegionOne"}], "type": "load-balancer", "id": "63b74c333b1a4b159c2a6251012c0eb7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16c193eb33804511892b020a79525aa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b64184d6408e42e5bb689d1a3c2fccc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6a9ae9d6a1f46868cd696a2e2c78c0b", "region_id": "RegionOne"}], "type": "object-store", "id": "e835626ac46b476ab1eaf2cc981447f4", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2e312264a06345fc88c5e0dd1a227f48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "64b40c56fa2a463faa748ab34cc4936c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fbc2e2573a5e4d55b7666e24c8b11b53", "region_id": "RegionOne"}], "type": "clustering", "id": "847382ae53b54d1d99a9956291a233df", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cdb5b4dcfd3a45e9a3d1307181660f78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3b6ad79d372a4cc6893851386f6ddfc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "222543af446e45af90d3400324f99ba2", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ef8c47bd41494bfe8e00fc852a2e4fb2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a9bc980bcf574824876368fedfc727d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cff035364ca7444090d7d573fad8d223", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f9ec10427bfb4a30b46722a200779f78", "region_id": "RegionOne"}], "type": "cluster", "id": "ad172996c58642aabfd169271f3e9baa", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "11831477fa5c47afaa7f5ebd78046bca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7426e7d5ffac42f39a01a49631102fdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0172f5ebe3d94f38ba5ce51e9cb72889", "region_id": "RegionOne"}], "type": "data-processing", "id": "c6e204259d36461bab40c770f03018e7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "686f81220583456d98ee26ecf70bbb5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ff10509aacca47fa8d468a8f587aacab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e8b29884e1374423a172fd8f9a5a3b22", "region_id": "RegionOne"}], "type": "baremetal", "id": "c42bc1abff1b444a9115bfb547738be1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "94fca5bf9efd4d19a042880b97a21c46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4034917774034a2590c3e2be26b73e25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d3c99613a2f64fda86ef1770828d92ce", "region_id": "RegionOne"}], "type": "bare-metal", "id": "74b920bea679448d835c0d7acd204072", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f8547ff3842f46d58909986ff8b05075", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cb2b00d0b20e4cbb8de59711c92a52fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ef308ed3c4a94ced8337050b5e9058aa", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f43bd144b6674d35be80e246861a1cde", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9ede18053b6a4d61894b852b404d71e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9bf185117fe64660ba140772becd50a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8998db8884d54d50aa01bdae022176ae", "region_id": "RegionOne"}], "type": "key-manager", "id": "61e3376c2b5f494789f320b8390e4842", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5906a940a8d7480d81c34b5906049b46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "53cac186f65d406685d4f9e03587873f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "812c621379d046958ed5646459d56ecc", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "dcfa2516b9954df2971acac8b1a186f9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "10587f0adbb549f6a91e7d0cd7269e86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "014baa2437e646be861368e646924619", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "49e0d4f12225408583e78235fad9aa32", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a8b895a7a6e248929427f78c7af98fb6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f98b89859c454079bc622dfaa3b6e1c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "60e279a770004fd5b4d0a09e610b33cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cf247f64d3fb4b9bba5ec6f6a04e47c2", "region_id": "RegionOne"}], "type": "message", "id": "e0b192f3313f4d9697b9f93168264f7e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7935c7093c094f1682e7920aeff64839", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "62626cd7155941a68dbe259ad1c71035", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "42b6557210124e2d86f24c9f3e31e0d7", "region_id": "RegionOne"}], "type": "messaging", "id": "3a20174ae1f5486e889748e000e0c535", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "86870646e3ab4b22b644eae5c1cf8292", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c66322a5107d450ba8d1c04f33dfad15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "49fdaa0fedae4660990d89466e5db534", "region_id": "RegionOne"}], "type": "application-catalog", "id": "231d766e9c1e4ecabd5c5f6f052beca8", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7b7c4d79f44742ca9f6a8cdc783a09ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b64918fb1eeb4969b61350c2829739b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f9d7a263da524ec981a71fa54cd10196", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c84d49d923a54582b81beebb1c7d845e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0e8874f5509e45cc86c37375efa91270", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "11f088bde63b4cd3aac1b7e050a0dc50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "219ed50cf4d04f3da67b6a56fe4c9117", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0d87811b881042e7aca9963d730de57f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3fecaa6316094b28b08bb39eae224641", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d3535c0f4010447b8006cac7d9a886d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "83e2be66c46e4bec9c431fc47b81a060", "region_id": "RegionOne"}], "type": "container-infra", "id": "e1cbdb36f87c44a6b9ed30573e192a40", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e19858d24a8b4f4ea8c7cbbecdf027c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "32ed759417d34150b4940a00992dbd4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "985cc6b58dae4e8aaccbdb308de032d1", "region_id": "RegionOne"}], "type": "search", "id": "c3a974e6ab584be4b05b2dd282a23d17", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2c3173e03d0043d6b71c7aa2b06bb2f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b2a1b0b1f08b4a7686056d270b4dba2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2a290266b3b54cf29c0952ab6c2b17cf", "region_id": "RegionOne"}], "type": "dns", "id": "c5f1b05afadd4a7b9f7892cde4ce11ea", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ab4587e94fe24e75b0090c1efa554036", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0570544f7e6e4294acd74a730e2b311e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c008c3c4c85b4986bb7ba2a82bd2e2e2", "region_id": "RegionOne"}], "type": "workflow", "id": "731b65a29aa04c49bc59c86809b04e54", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b896eeb1972c4f1b82dce149d18b18b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b9c36268ce3d468aabb97734d1b8717a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "69465e5b35fa4daf9fb01e440e921996", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f296598be85c46abbecc3c4059cc486b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "0587772adc8e494fa8c48098c8191f14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "699a3cb8e9d24560adb051ab66cdec40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "221930b627164ff0b462120afcc8b2f2", "region_id": "RegionOne"}], "type": "rating", "id": "f4d63f4286fe4b8c8f58e6d8a37b81cf", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "669ae780083843e4aeca23c184c87c17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e00bf394e8b54efb9ffc195a13094345", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e0b4aa0c8d5245feb5d0c648531f1bd2", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6a10f35dfb914e8e99c91fdc3f649594", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c159d77f3de3469facf39feb64d86df1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "340c140b07304ca8a78a2133fc4bbca5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "43622446363f4763b3bbc55b691517fe", "region_id": "RegionOne"}], "type": "policy", "id": "b319286dfe684dc5acce91a28cd0ae54", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c2f9c2f241664100a7c2d182efafca55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1886e800caf2448f8f1a95f1fad0b92a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "53dec64711ff4f8d825e540af0d940e9", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "88009dcf33914f68bf623620d64ce312", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5ab2e9050d8d49669da16113a2ee8bc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1ab0f3b0f0464b1887ab022a35801e31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2e97ff3d0074477cba03d0f0772a037d", "region_id": "RegionOne"}], "type": "sharev2", "id": "6943e9ffe44249b0b151ef882ebecfe7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1a5bcbdf468448be805c9b31406b5c1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3293aa2b3db346739b118d3784f6a4da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "774ce453e15047d687bb9f1062b28a71", "region_id": "RegionOne"}], "type": "share", "id": "f1757aef2c03434994ac676afcff4bde", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "660746575b0a4ed8a42c073354805e93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "84e4904a0b8b477d8cd1a68fe31245c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "99c9d5c46cf54dce829e73fd4509fe5b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e2d48c2194804ddd819eac7ad820a917", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68a03e0028844744a6d1e074fae51aea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4fc17a04a84d482d8559eab685fd14f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ef03bc9d107433483d20532b1cccce9", "region_id": "RegionOne"}], "type": "orchestration", "id": "0db142a64b0e40a6893df45d18cbc9eb", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68c67ea2d0934ef48e9af6a078465990", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac1b85baf6194690ac3d802f308bf873", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72d92d18085d4bee95b9b0bbf8966bd2", "region_id": "RegionOne"}], "type": "block-storage", "id": "efcfa9e680c14e7081eb20f776b0c0e9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f54498a4d53d409d8509b3138ecde383", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef1cb9bad58a4ce1b660bcabed292d15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b083fb6c65fb4142996e6d4a2ad6492c", "region_id": "RegionOne"}], "type": "volumev3", "id": "c82da1b9c2e449c0b96d3bca23026eb1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ea553ff242a46dab92a9a2d135c0b5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5acf43656659498eb6726f6835cb7454", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aead3300f3064cceafc18057f5a0c5b5", "region_id": "RegionOne"}], "type": "volumev2", "id": "bcf07591918f44d29a53eb4048e267b6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d84055e094444b038f823a4de2003574", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf4f3368404a4dc394538871c8aa85a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6cbde4b179d40fe9d026514f0f59799", "region_id": "RegionOne"}], "type": "volume", "id": "43d18a22007946b3800446b234c1d045", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e334c22b91a46beb9341ef4dbdb592a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7406e31ab20945b78ed79f79be8655b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a87028bd292406e8ab91806cb2f2480", "region_id": "RegionOne"}], "type": "block-store", "id": "246aa174398e4618a3e6a3de0c77e157", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "aee563e0867647278b6c203aff00b461", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "23dcc8805d8049f68791afbb167a599b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "537a5250ead948fc846c0291b5b78876", "region_id": "RegionOne"}], "type": "alarm", "id": "ca1664d43e1f45bdb9f71003178e04ac", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "932ccef8ceb2493596ef4a94155a8287", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "754a46ddf7914d29b24be9a8efdd5fbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8b0d8ab39a34489aa0afe656e002b992", "region_id": "RegionOne"}], "type": "alarming", "id": "a2e60c3f0a9748929aed5a1497426f92", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c156398cf3c348199e6c2ee1dc23e8ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7d11a07223ca4e5e98ed1a9c4f344412", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0bd68a7ae2cb44edb8d59eda362b5cdc", "region_id": "RegionOne"}], "type": "meter", "id": "53055e2642064347b131f1c3500f6abb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bc2a412bbefd465b9fc0cdddb5303518", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a0048d73e1174c618a52eeb2104b6ba3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bdce9524129c496892fffa46032fbcd4", "region_id": "RegionOne"}], "type": "metering", "id": "54a91cda716c4e929b03bcab94170ad5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cf81fa9e3d0445df9e5adfe2f0d10cf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e39c3fcf5f5a4073b6e0125756db6a5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8a98757633a14bcb844d3cbfd1726682", "region_id": "RegionOne"}], "type": "telemetry", "id": "f95e6b02bbcf494eb710dbe0c7b647fa", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d4f4437f6a9742f5bb2dd894c2ff5df5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "19be5bfb67e64dee91481a17c00323de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c6aeb40481594edfb4232b57d963f358", "region_id": "RegionOne"}], "type": "event", "id": "9c872b635511437ab04b38e0faba4762", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "beeec434248b436494b1d7f66b37ce78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8b6534c334fc44dfa569e82f205127fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a3a79822df684576bc9b7f5cb5cb8102", "region_id": "RegionOne"}], "type": "events", "id": "aedac350e6904d59a73b235eb8bc717d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8ac72197c7cd46ed84fe28ae98c4e2a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7718e814df734842af8af5bb722d335d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "68c86055c0004b4e900dc35a48c63472", "region_id": "RegionOne"}], "type": "application-deployment", "id": "9fe1c189697949448cbd4c2ed18e5a01", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "85555ba44dc246b4b86c3884fe2dde70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "61a15b9a56234810a31dacdc8b871a7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c6424a150ddc422fa46a368c3f5a6959", "region_id": "RegionOne"}], "type": "application_deployment", "id": "de67e28a64404810a175f9b7d1ffa236", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c682d2b221ec49a1947c73702b93daf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "23688cba61f744118e287ac1f479d62c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "27b7d21146a2493a99665ea3be3046ee", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8ea7dd81f9014284a9b93175ebff37fe", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ce28f82af16442d6afa12e1d32f5db6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "655c012a675c4cf2ab00d7359d96b827", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b9b6299924c04a95ba1a47e0622eea4d", "region_id": "RegionOne"}], "type": "tricircle", "id": "f6de7fe9afb140eaa004346bf78766dc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b116d3ba1cf64983b6b27a447b3b13cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "3fb00b95c99c4483b88d7b9f2a24192c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "adb15eb4b8854378aafbd28df5c683bb", "region_id": "RegionOne"}], "type": "database", "id": "472917857d4b4a3e96b617f2aac7dcf6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1ebdfb622a854e8f8141e3c58144bbb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d7774ab0d90c4f0fb94d67cf5312c327", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "015380911a084b159d2f0efa0f5a141a", "region_id": "RegionOne"}], "type": "application-container", "id": "4f097e80e8b141d39253decb67e35d0f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "576c994098bd4e748197f97f74556b9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "db7c55601b86435ea14a56ddf0dfa557", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ed8afb3b194a41ad80e8c9cdc504cb0f", "region_id": "RegionOne"}], "type": "container", "id": "c50a6530f03c42508cf9cec6a9907acf", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "024a648b2f18429f99f2488ba055421a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "08d1c1d9509f4a5d9402281f183adb2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7d72abca82ad4e168f35844b56c22d2a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9b63a43b5f564dc7828465cd639c1a5c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2a5ed99937a6476dafd8a3c820ccd997", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8ea8b41af65b42d486e45d4f779b8b0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a199cf5a1fbd40c88274fcfec26b2673", "region_id": "RegionOne"}], "type": "rca", "id": "aff69162887f490ebe5e8be3749e1cc6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b5e60c2c7c3e441bb8574f28a2d88b94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6cbd9f17628e411eaba09a1e2b17501a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "3ac36a428dfb46919d3dd2f4f5d21c7b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "56e9c98462694a31b76eac7d2f7c1511", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "654d5d09f4e74e5c84c84cd5ca650082", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7a0f37671d6245d5b3173bbef9722f14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2aabbf807f6245159a2232210352e3f6", "region_id": "RegionOne"}], "type": "network", "id": "7ef7323809d24ebe950568b8e05c6371", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d17217b2405947a09c46fd397684781c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9180a0423c5a4c76998866f201693282", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e4225868920d406b913d075093b7b276", "region_id": "RegionOne"}], "type": "backup", "id": "8f43110d0a8d4690936f97e6a609ed2d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "65e6f9c932ed444caa41875a53b9824f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "56474a19f8ff4403a485eea96c54ffb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0d33c18225fc47358ffbf91d54e877ea", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "3fffe37e0cef48a7817694fafc5e316e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f8aed5a45f2d44c7a5d2421a4a53f2a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "57e7f04bdf6544588f5dae623b4572b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bce8cfb52f2c4d549b0e58a99b61255e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "76293e5cec8a47a9bbaeba3639a03ce2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "aeaa72c3c51240bbbf2770c4bc5c62ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9f95186c3ed244058e0eae08ad839c65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "26df11e5e4b94d6bb52e70191664a20e", "region_id": "RegionOne"}], "type": "monitoring", "id": "c780eb37c3004da598df60d076ac24f2", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e4d2849ea1894522baaa1124db9560d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f75cc3e3dc564aa6a9863303b2940742", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1a0e982593224e69a79f27e78e43729c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "152e35746d984c8e9dbf7c085fa7b56d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6d2ad36070da40008fba1ee94d3463bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0d5e2787337e4581baca045a59717ead", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f439d351534e4ede8b2b747367f4abb7", "region_id": "RegionOne"}], "type": "placement", "id": "533ea79d1e434a5f864e902c9feb2afb", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a98b1d8c5b5f43a1960efa438f5e98b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "97ed88e7983a486aa1625422dab43b28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "125b64e9f93c43158f2a03b8fba859ad", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1d45e205a10441c2955d22f5f916a666", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7f8d77664c1041dca8d6072f48ce6924", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "77847af694db4343a70263acd7f615e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8c308daa241740c6921e0ca9ee5471d3", "region_id": "RegionOne"}], "type": "ha", "id": "289449a934bf454289d384d41b53962e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a37ca52a353c450b98f3ebdc2ca4c8ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "27016f8abc424948ba7fc856b11b7c32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a9ba7c2217434b75bdbe6d9f13f00b4f", "region_id": "RegionOne"}], "type": "reservation", "id": "4980830c68cc49779052308133cb4793", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "571563afa2b9463f9a16ab3d21970dfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a80c80abc09644b2a0f12ccc96ba2527", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4dfbeb5fdcf043d6b4cb77271b687229", "region_id": "RegionOne"}], "type": "function-engine", "id": "00d8272732ed43fc9b35e1aa2318cb9d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0e5f28f3da234ed8bdbab0b50186f357", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b58913be83f74831b7d2f825d3cffd29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a06f6356af6b4de2aa8de7985a4c1efb", "region_id": "RegionOne"}], "type": "accelerator", "id": "1cfb687abfbb4fd48ad70f3f1b58b33c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "850cd8e5e7784392a239c0ddbf98a48d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "edbfc2553e7c4f429d6fde12931911b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d750a8a093f74d089a8cdb740d3082e6", "region_id": "RegionOne"}], "type": "admin-logic", "id": "cfd17484335e40f0ba8815e6bd0682dc", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f92f15990747481bb382437f42ebfbf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "272ec0130ca44ddebad4bf4db7311607", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9656e2f741954752b0a26d59855d8d20", "region_id": "RegionOne"}], "type": "registration", "id": "0af25d3744c24eeaa7899986011912a9", "name": "adjutant"}], "user": {"domain": {"id": "7c2f874f2e72455187489d96078cbbae", "name": "126417cefb86410ba8eae48863bb1bf3"}, "id": "0c59e7a883054088b469d2807907f565", "name": "33639584d3a648f18060f76d210b8d8e"}, "audit_ids": ["7f67fe7b96894794bb077017bb58dcef", null], "issued_at": "2019-09-19T09:04:41.995719"}} 2019-09-19 09:06:42,174 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,178 keystoneauth.session RESP: [412] content-type: application/json 2019-09-19 09:06:42,181 openstack Swift capabilities not supported. Using default max file size. {0} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_no_project_or_domain [0.344472s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,911 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,915 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,917 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,920 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,938 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.851297+00:00", "project": {"domain": {"id": "5c78c4a40415441fbcbf2c57b940a37a", "name": "daafb7b402f14b2ca75ba32f31003e31"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4a453e8315d7455b885f660ae80ca2b6"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "65580ef0f3204d34880929124d2b30ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "6dde975ac5824e4db2f23d1cd255b5f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e454f4edb8d84a91806f74c18e97fdb4", "region_id": "RegionOne"}], "type": "identity", "id": "9354fe8ee4414bdab39750f2742a5798", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "368242b3107e439d992f74b0f85e933a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cbe4faa929d248a2aeb0fc7a4a69752f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "77315f5258af423a959800652e9ac2cc", "region_id": "RegionOne"}], "type": "compute", "id": "e80f090570ad44d5a38a765e1c4195a9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "527f47dceca64dd6ad736a5f915becd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3ff07acf823a4c3880e2fd83001d1da8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8618524e1ca040c2a957fc2e54c9c8f2", "region_id": "RegionOne"}], "type": "image", "id": "6a4c5644416f41fb83864e1603c3fb57", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "aa03751142a14d68a2b607bc4f95c237", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b942256f25e84a409281aaebe2c5717d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "73ec1e7f56f94d97b37d9368ca0133d3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7e8b5ee80d954ae0b3b5148d39489f25", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5e3ee538c40478c9169011884a00ead", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "587d1535b575483086b4cd6f8b1ee335", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7b88e33719c4f21beb6f5934713ce4e", "region_id": "RegionOne"}], "type": "object-store", "id": "14d5db762faa4a99bccde44f23b85db8", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "deba6d468be84085b9ea4492f5e783e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1a17c58b879842aa980017a8f912506a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "093dcfa4066649f58d6404805ff4137a", "region_id": "RegionOne"}], "type": "clustering", "id": "e408bec2758e4c5baee3088d0731f512", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7bc730ea59d34e3c87e340157607e644", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ad3d0869a51749709157b96ee96d5ec7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9a378c4aea1a4bfc8fc59997286ecbb6", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ceabd10587124bbc9be885cbe5bb6ea2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "26a9beca68a3412282c153a1c04a883a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0bef3fa92d244aa78576d5cac2ac19ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0e730dcd2b204fbd929e9434ce2c69dd", "region_id": "RegionOne"}], "type": "cluster", "id": "e14367ec33e64d7b8daaf860d5cb2a7e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ba948bd8bdb54f81b8179ad6d2b4cc3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "53f32d98dbf04571912044039401c0e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "63c3a166ac724103b808217ab33903ce", "region_id": "RegionOne"}], "type": "data-processing", "id": "943e6088c47b49ef9b6ced560fa27f10", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9b4586b52aa14c01ada278c4156b2a5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "58e4219a3aef42368aa42a575ec5a8de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6dbff0d9744c42b5b98ca9cb0e01d9bb", "region_id": "RegionOne"}], "type": "baremetal", "id": "121eea1474624127a7a82b8699696b28", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fc49dfb2c6cd4a8dacfeec38fb5e4cfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3cd9d102cb5746c2a3f56dacd9a8e58b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "da45ab87f5d9404db8c7e2226686e05d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "531cf1b7b8854767b89f33e0988380f9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8f36422ec6b94fc785078b8847698ebf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a247b24e491143e4bf320b6bb4fe6313", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "794d8fcf99b0497a83dba61471b789e2", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e40fb5ac84234fb282ade1ef9f07721d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "dd14fa15d3af4a8d829f8f0b3264a4ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b284d0c851834ff38da234672f15a047", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b93a0fcbd4e2423e92186f880490381d", "region_id": "RegionOne"}], "type": "key-manager", "id": "ecbcb7448ed644568cc19a7c7fd133fe", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ddc75291790a43a288c7a583e40dc44c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d1e70f09f0f243aba2a9df9e61cb5f06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d4f263628465492b8859438c26337f54", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2acc015cdb7b423d8e541ec62f116095", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e8f9085295244c70815f33d1dad3c4c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "efadbcdc7ce04441868620d3a055d2d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d7c0916b091c4e42854c29b19bed056f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "2d1f065883414ba8be3e8ae8b612682f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c5d5d6b91f244afab130f581c61da197", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "40d05f5c90804d929e2f04a87b2e6dbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e80dc53c39e74ad7a4e83a4c0e540529", "region_id": "RegionOne"}], "type": "message", "id": "a4971bc007f0400f8da5ff50d83b317e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "62775ed963cd444986859a8940ea3bf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ee9880bd502b42ff8f0bc49596ecb16b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b1773c1b76504a32811de5c9b5baa9c2", "region_id": "RegionOne"}], "type": "messaging", "id": "aa395b2e10b245229b6a23dc5941dca8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d3a791805eed4ffdab607148e4388928", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "777606d8c038495b86afb49aad8944d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c2092bd6ff3d4faa8b734550d26e813e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6b690eb6ded944da82603c4029bc8e98", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "488c3dbc27934c9c82cad02b2b942548", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "664b5ce88dca4ca9b5e37bb5eb957128", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bd1575c0d2594196b7a7b8c89520e7aa", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "709edecb5c2447e881aa6db96588366d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3c503203428b441498dad246e80b4e0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bdf5c0356b8a44099c0a5417578c7237", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18cd6d92b7024c01a67c8f9d953893a4", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d0d7696446eb4fb5bf97a9f35dfb353b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "174d0263b324428f8bb78ac36ae0ea69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "745bfe16f982439bab18f16d9076fc2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9778a58d8720464bb68354eb7fc24ff0", "region_id": "RegionOne"}], "type": "container-infra", "id": "6ce67e1479d64b7c8c58ac12373ac31b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "9d98972bedab423dbc5aea00f5a0c915", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "20159d8ff03c4618a8b77f4c2fdd475b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4d2638f1accd4152a7a55e5686aa36da", "region_id": "RegionOne"}], "type": "search", "id": "57ea219a26904ea98ae7e2077db01fbb", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c83b2c4c28db43fdb2758bba0ecb4fba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "62fedc6eb17043429d57e77e2b0f8f67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "915bd1c9c77649949a7de64e07e83f08", "region_id": "RegionOne"}], "type": "dns", "id": "652817de9a88410c9217f8a445956ebf", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ee0b289a834740ab976c4dc2530f983e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "74f9ad086395433587d5086d76164b69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "18277f413e6d458d81279e10ca8a6a76", "region_id": "RegionOne"}], "type": "workflow", "id": "cb547a02c5514c9e8584cd982bcf494b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "213d3fbf75154382a1d9be63a20878f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5db87f9715a74be68b2beb0013761fcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6d41282a243e42af95b979cdc4d3f27f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2817e3a84e714c60a995411bd998d11b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a860867b3cf648c0aeaade731021686f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "36737851a3b84c399f4ce78c693802d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a59c24b2a38847cbae6c841918f3f65b", "region_id": "RegionOne"}], "type": "rating", "id": "e82b81cffea640158d329e26df5ca318", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ebf4b7409d70469f86eb5ce091dcb4e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ceb39887ded547cb868186471609d4d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f8cfcbeb71ea4f5787d1a83ce8efb13d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "af1313a10e2a4133acb07eb025d6e0ba", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5f791e674d764160845b2733e18a9681", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1c6359ff2f6c4c2584379d6e4da8fd92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5376bba18bb146ba9b5d55199850bfd7", "region_id": "RegionOne"}], "type": "policy", "id": "807cf00c47814c93837c907e02d18ad4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3f40d222767c419d8239c0af139797f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f9dfc573e04543deb5934976bbdb2b8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b454d01e470f47d5834832056c623f6d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "82d66750ed6643a9a25ac4f8f54e4e49", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "753b571c7981403c8028b3d9b949dd99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f0ff43dedf354d7aa05de8986b926b31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "917c31a8ab574ff69a450e0b61c98692", "region_id": "RegionOne"}], "type": "sharev2", "id": "17cb9a2aaf464592a5cfb68e94beb708", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8c662a0c245f409194651ae61ee1035a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "593878080eb84d44822d09fceb461902", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "627f1910d36e410a83302cd8c4c69f84", "region_id": "RegionOne"}], "type": "share", "id": "ef19c5669eba430d969448e50ffe66dd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b9754ff65eab41eb822bd58a28bcc9b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5d332d4ae4b947e6b071fcb4f301e998", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b745542458c1422f831aec7c49cc4a5e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8c546ebc5d01415e86a695b9e65f8bb2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00d7e79745fc405eaa2165e83421d5ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df6c1db90e0a42cab53003482943e3dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2fda4b1cb4da47c6ae5c25666513207b", "region_id": "RegionOne"}], "type": "orchestration", "id": "d6f9b93943644d2f95dcc833ddab63f1", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2754d31b32cc45b9a461be7de58fa76c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70e8bdc9f3264f2baa7a7f1a7a61cad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "273f66c71acf4a3bbe72c00b5de54e7b", "region_id": "RegionOne"}], "type": "block-storage", "id": "c2613b8d557d48df8568b8d3c630cfa2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1755ab2c52004fea83883c69bbb0d6af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8760cac2ed434d05bd69e19f4dd2c6c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ab52172df4549ce9a75ffb99147f927", "region_id": "RegionOne"}], "type": "volumev3", "id": "0e2211efb93740a6b681e6d994c0f3db", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "824b7594205e418b9abd86bef81f63b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "caa2a54a515944179a170c3c084fa1bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b9ce21f99614ae199b60a95635a6672", "region_id": "RegionOne"}], "type": "volumev2", "id": "4d1298e0542a4a0eaf8bb621f31559e0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cfef8450f72b4d28af951b194e069109", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e80c2a52894840afa943e2a8d490df2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f9bf672722e4a29bf4197daf1be2f5e", "region_id": "RegionOne"}], "type": "volume", "id": "fd970ede894c43f29dc6e3bb20a60b05", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb798b89534f465eb4bdfb18ccd4efc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ff9be76f9514840b9ed96b7d4c4f418", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "850d39bfbc9b4b66aa9c211b5b642dc8", "region_id": "RegionOne"}], "type": "block-store", "id": "3b0aef5a20ca4eab9311ebeee0faebc8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3ffb79ab8960425bb63ae8718696119b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a1a5861bbcd642bd8c6f1b33ddc7da5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c0f2acb74a4542a2ba510cdc632b6578", "region_id": "RegionOne"}], "type": "alarm", "id": "d3fc9dd451f0467f8644b7d30effce62", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "23f9d89e0792413a8504e9881243df0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a55693d101a44d73a9d5bc4be2552b0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f5d75c10fb344e5faddaff0ace859123", "region_id": "RegionOne"}], "type": "alarming", "id": "79030e16686247b3a63190c71a7e5e60", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2c31720bac5f4c88a990563b5577eaf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "402f25911c1f4ae18f1622c0ee7b6cb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fe8a4734b1ac47a8a2a8e4bde21be9ec", "region_id": "RegionOne"}], "type": "meter", "id": "f5f27f535efd419594bb281ed86961b0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9ef4c894777348148d399a752f90668b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "50661f11a1d6434d9e43f77c951d2baf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "df008c5d2d1742b19db89cb3cdbd8f81", "region_id": "RegionOne"}], "type": "metering", "id": "ad4f61af13784ab28deafc224670166c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "464bd0a524664d22b29c073415b045dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "64c6655c365645aeba0413feeafc4319", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1b5139c38469467db9e3352b82843d05", "region_id": "RegionOne"}], "type": "telemetry", "id": "85ecc6e3c58942fda310f064ade1b431", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "71fb838354d94b7fac52e6299a95bdf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5418ca52e4974a538eab5ddfa44b4bc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ac85739341204652925e18fbfae9b1ac", "region_id": "RegionOne"}], "type": "event", "id": "70ec6cd437fe44259cc1217230a9d8d4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "650f4e6f006e444fbaeb65a3666eeeaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a90bb3f995304cf6b6ab76a1c1344c61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "65e194fbeb9c42f2b8c29f8930bc2a19", "region_id": "RegionOne"}], "type": "events", "id": "a0369cb6435d433e9f39cddafc43ebb9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "10a833ff17a5400d9b5056593c2f2ee9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1984b049e5384ca1954484cbf8ffaf44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4257c848a2124682be2c94d26d788095", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e1399fd74e8c40b3b26fea69bd926afe", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9ba90ead04254c6fb7d45343a624b588", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0df868ec035245119109c1f3957f9361", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "04d58940b8384256b3198ef6f4fe730d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2b3d56b93e294b4391b56ebb9c9f4493", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3ea2253f75054f4e9769ef70f465fd7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9fbf0f3b761b4e15ab2c5b4a89979e38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c3c2114576c94c36bb7135d751b22848", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "82613134769042909d57477e0bc0ac8e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9c04ee881d75430a8f80a576853b5c5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6ebb1fe7775945ca859d2a64d40c2995", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b5b73e45da1a44318a2315261c9fbe19", "region_id": "RegionOne"}], "type": "tricircle", "id": "ee57c5f0790c45918d18e6a4ea2f3d2f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1a5341b276694076a46483b21cf3e1e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "67d4dcc26b8b420aaa89ca67faae2332", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "fb739a0100f643abb7eba746b64aa56b", "region_id": "RegionOne"}], "type": "database", "id": "1e169e42fb7c4f7396154016491205ad", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "68e96f761ecc4fbd87a530ff88d74f40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "18c988d4f9504e2fa803348d51e24831", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5d1945a4e28f4c2c8d4a3ea7de61d906", "region_id": "RegionOne"}], "type": "application-container", "id": "a0188613329d47fbafd309e26e8c5b56", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "09102d16affd4caf9132c54017c14241", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "704f2a9236a441c98caa2034adf1f361", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "41cba0e95de24956864db14219607741", "region_id": "RegionOne"}], "type": "container", "id": "9ae7a1b5a85a49149c3e77c0aa001340", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d7b7d787c5084969a78b6c5ff6407700", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a2a34da985cc4485aea10d8cac94647e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "81fac59347ce48f4a7805804cdf74aa1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a0ad709bd06f4e9181ce5520edd14bd0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9e4f395e85d74902a3a142c8ed6c6966", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "87ed525762804424b56023657941e4ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9daf19bac95b486c955b21b77d5f31ac", "region_id": "RegionOne"}], "type": "rca", "id": "f7d1b107facf4aed9592bafa61e4b503", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3ea35deea3a849ca92bb8d9d0ab8a732", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c73d5561c1c6483eb60c17427b9842b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1e00157e4cb248b4bb02dd8ee74d8cf8", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d51f01ce1cb846cf92fcb7e9dacd4030", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "26f3199239214447b910af2dca860e50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d34c05ecd8644e8fb319cd9d97035ddc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "08b5e57582bb4e95a941c7bf27e1ba1c", "region_id": "RegionOne"}], "type": "network", "id": "1af20d0dcdfa4e498d8645e901336d47", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "201378c60ceb456bb914378b081fd2fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "489300512cf146a9ab58786b844cc0c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "dc6939fa7624412f84a7c7b944f78a77", "region_id": "RegionOne"}], "type": "backup", "id": "8e3b41fe619940109f03ffdfabb5a593", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "123953c5b1014ad78aa9dcc11db323f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3841ab3101be4a65b65256327f2c22e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "296fe49a0c6641c5bed99d1d11f130ab", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "21f9ffed304c47d0b056fb5c91cd858b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9161f99d4fcc4e28965dc64f1a51042a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9ca5c610f45f4eaeaaa0fcbd6718fd13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7089e36efaee425c85d0d0bcb9955137", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9781c552f7a64374a1c8d3a6153b2aca", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "02da586d467449fdbd23721fe5783bb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bec52cb3a19240b9993ad43055471892", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "dfa6351207be49d1a745965186d628e7", "region_id": "RegionOne"}], "type": "monitoring", "id": "d5e85ce246b14133a2d389fe2b81e404", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1617d90f4bef43d0a91601a70b6e8afe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "916c75d19a474fa09535c831b40dc7fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f845f180611e4387a9aba928ef25abad", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4efcf7688fb246a3b996700eb217f2b6", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "58f77adef7094ef89378f6c21550fb2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7ac1a33f497a41e69d678584323a355b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9983f529508b43078f388a6d6f9d6fc3", "region_id": "RegionOne"}], "type": "placement", "id": "af8792dfffd448e496f95c9547cb1040", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "033febe5c06d496c9a2230121d038636", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7b6541e4191843809d1fe54c2ef50a49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3f4d668abeac403bafa14abf0eea846c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4574689dde774be8b13aa2a530375caf", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a01ddc47d44843e38c6c764d40a52d32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "872e984c2bb04471afee1bac8f8173f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "43746eb4bd6e4a6cb712509a2ed6577f", "region_id": "RegionOne"}], "type": "ha", "id": "a7c6b3e404f64df9b164787205065ecc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fdbcab8409864daaaacb9c62e308e611", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6ade2c58c5104dd58228d8a514bc3821", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "45f848408acc4643a3d7c9bfaa8852f0", "region_id": "RegionOne"}], "type": "reservation", "id": "1b8437da82c74a65931dd6fecc6228ef", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3632a1dc35a349e1868f27c778477b5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9fd9c052f6dd40758aaffed58b6099c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1eab62bf387a4612ab350a652b6a13c9", "region_id": "RegionOne"}], "type": "function-engine", "id": "4ce51f06342c4474ba28c61b1a79441e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c6a19be92ad44a1e8adad38f2fd6bd70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3fe45114f59a47aea7cccb58f652ad97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "bb0c58e1daf54f96b08e18179a7f6347", "region_id": "RegionOne"}], "type": "accelerator", "id": "8e1562a0b1204d29ba69af4c6a282631", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e0fa35beb22d476fbc1c8cd4680a0a2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1646805d907248fe898e8631da464d52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "00d02d793d3c4290b09d02f8c704d70a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d65552fb5150402b8e1fc5e65fb12c11", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "90eed26ee9b4488aadfb14106a131412", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dbc5ab3c9e5c4f1bbc94c5c70838fbb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "de9c9e44ba2f43c8ab59806d56ba51d4", "region_id": "RegionOne"}], "type": "registration", "id": "95382580cc124ac49bdd3607dadc10e5", "name": "adjutant"}], "user": {"domain": {"id": "3464ad49677d447b920fc5874325a937", "name": "3707ab3d59e849249ce58bac2ba5cd54"}, "id": "be991eb7722244fb89138b12d3932a22", "name": "01eb7e7378aa438d8a883931afd34dee"}, "audit_ids": ["893ffa79d1fd4ac88aa8c2536ad5b164", null], "issued_at": "2019-09-19T09:04:41.851297"}} 2019-09-19 09:06:42,067 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,073 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,075 keystoneauth.session RESP BODY: {"roles": [{"name": "00b9d5c8aa6640be96e8c2abe7ba76ac", "id": "1023ad17394a4dceb109689fc240a20e"}]} 2019-09-19 09:06:42,110 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,115 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,117 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "18d547f8379d4a959f31b16e1128e2b7", "domain_id": "acbd1ee8644c44b89a88d84894b1c270", "name": "username-3"}]} 2019-09-19 09:06:42,168 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=18d547f8379d4a959f31b16e1128e2b7&role.id=1023ad17394a4dceb109689fc240a20e" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,172 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,174 keystoneauth.session RESP BODY: {"role_assignments": []} {6} openstack.tests.unit.cloud.test_project.TestProject.test_delete_project_v3 [0.300404s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,997 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,002 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,004 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,009 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,026 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.925954+00:00", "project": {"domain": {"id": "3788e97f614e4f6eb02a71f09531f348", "name": "4d2c9fd8a727485ba728c6a614d11a68"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "92752fb900f04b5ea7e83cfe2c97e414"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a8e76f68f1f24a4c9174e3f1680777df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f3344fca1015415eaa69ce7a76bba1b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c2a4599a3f01438aa94986ef8329825d", "region_id": "RegionOne"}], "type": "identity", "id": "4e195d8aedb44b2ba9eceb8e39912882", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "41ba7ece900749e1bc2deec25f811405", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d398754951b544a3bab32118c096b93e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "19b16460a89d46958c20529f758ebd7d", "region_id": "RegionOne"}], "type": "compute", "id": "2697a62d6a0d486f8d0738c73025dbd3", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "de1ca9523e3745c2859b37f0a70782ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "401cd602892a400ab2edb7421d360db2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d2d05cd6b019408ea3624b7df8259eba", "region_id": "RegionOne"}], "type": "image", "id": "7677423b0969498ebb6a51b3f5c783d9", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f30d5f1563b249e3b31e234db6dfe627", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5d3416e9b8964432a9c2b3ffa5cc9eeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "99c5c5e514894367a820af16b13fe2a7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "70769e3cc895471fbda80820dbb8c4bf", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10632be67e6b41608ace26eae3179fd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54640688c28c400780cde5a54c190668", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "401b039c63e149f0bc9562ea0df0d4d7", "region_id": "RegionOne"}], "type": "object-store", "id": "2307ca362f784362818a70e0537d4e89", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e230745bad8b4c7e88c060504d3e521d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f5dfd53dbcc04828a8a16a5e0adf762e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "31b2ef0679c64860a4d072a983437187", "region_id": "RegionOne"}], "type": "clustering", "id": "ccb9b68849f6471fbd7b5916f24f0dcf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e3a72875684846fda51cedbf55aaa0f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "06f80e89e1c74287bfa92d5b5401f655", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "74c07d99fa884a72956130acc0fb7a1c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7659c306f85647a5b8239a6cb89fb55c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "08289cf3fca4428fbaf5df47501e5701", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2f221d9cc03641b199c22e18adb5d5f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5b326918cf7742e7b9ccad5d5a31323a", "region_id": "RegionOne"}], "type": "cluster", "id": "d5efad6b587e40ea898e3895616480e2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4cbfcd0f8c584c21b9ce06ab8bfc4916", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fbdeb4797f5940b683a12fde0ee28d44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "741d1172f0ee4937afdb79f1f8d6aeac", "region_id": "RegionOne"}], "type": "data-processing", "id": "29a738935abc45b0ac72e6719766f296", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "614271bcc28e4a64b55a48938db83f8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "201b03ad93f4498c9688c1773ab91638", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "da35d4372e87459dabb6ba8cbd9df93e", "region_id": "RegionOne"}], "type": "baremetal", "id": "b1770cf963ab44baa664ed5da5443f88", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "52e207a5631c4f65bddc111c7a776748", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "97bfef2a4d6d4c3f90cc3b859ff6a06f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c1bf487e93364881a4776c1578659466", "region_id": "RegionOne"}], "type": "bare-metal", "id": "45cb9a0e32ec47049074c3ce262835b3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a1b07be9205d4d639c5cd58828664389", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e2e193e8c3cc43c1998fa8308ce67c61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "fc29475dab6f4e218c39053e8de682e8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7cdf6018db454f53b6cbc34b352870dc", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "22e0793f7e8f41feb3856697588b60d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ea2639d829864e45aff10bb8f2dd03cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "61646c69645c42ddb63c10488674ddc0", "region_id": "RegionOne"}], "type": "key-manager", "id": "76365542027848aab9ff29b9cad5e87c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a2a6edb59a6943b9acdfc287bfe97f3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d074df529f974f428d560c7e605eee0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "75f291a6957b4682843c914becdd0b1a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9b12849adb704c5592f3564d95707920", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "043370e7be0945d4bd6e1a0c266947f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c2745623cc4f4d508cbe319f64c80cd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7fca84cb1cc9426697ec2c53c1376f80", "region_id": "RegionOne"}], "type": "infra-optim", "id": "160527102c9e4f06b133ccbe4bfac557", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4139fce5bf924d5db70f81a36b3b5de0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f9c12a0291b64328a4c0a88c7c16aeef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3e79e79b0a4d42988f8880868de40dbe", "region_id": "RegionOne"}], "type": "message", "id": "a773619b98ed4764b8ebaf818dfcabcf", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7c1fbf535f5b4b6fa1aec38d24e6e7c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "dfba1e9a2060489cb8c31eac429beac2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "23c7825e2c3d4457b713e66f8b726c36", "region_id": "RegionOne"}], "type": "messaging", "id": "680ec89c996948658722e9b1a06027d6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1415bf5c2e0546b9bbaf3aa3e34ab517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "dc8b5b63866141f2ac0f46ce236b4955", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4ce8bd81308a4ad8a4cd988b02c06a6e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6949e4f89a3a41e9914f87c48c376ff3", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f8fd1210297c436891aa80b3515c66ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "86e54ceda147471f907bd9cd24631f31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "19f6ebcafdf2449bad48fd1b18d198ad", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d0692a52fe004074ae20f555a8b1e7ca", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4d239536fa584b26b2e458636b32d449", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7353f93224fe49ecb08da4d0f25eea66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "214d4f1ce8cd470e956174e9af82ef94", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "64ee8c645f3c4a25bcd24236a4ffbafa", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "86984ac6551645c58c9ed1d14d008704", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a4c5caa03e89462fa8523e1cb3f819e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f8cb78869c0545e5adf6bfb820647a82", "region_id": "RegionOne"}], "type": "container-infra", "id": "ec3d3cd9daad441a8deb6be46811a221", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "058a6b2ef2b648dc9676627208bfe835", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "77974e108ccb43fca5eeac5f975b0fb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2cd7c1c58a7b4f02842b11ee165d28d7", "region_id": "RegionOne"}], "type": "search", "id": "539717f8aa364fbca96ff3faa4f05c37", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "162e4f73b4fb45a7a779b7cc4909a54b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d22bb89e480b4ac6aad238967151b63d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a7bbe7a0317841f8894b108e7eadc959", "region_id": "RegionOne"}], "type": "dns", "id": "a9a44f6072ad4b068bb24a50244fc29d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d345ce7c4b794794b699f9aa7406da76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "262cd8aef9d34f27a02b4267006b4aef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2fb5efe22d5e4e88a750c838c0c1050c", "region_id": "RegionOne"}], "type": "workflow", "id": "4e556f79490d46d797d0b7971c30447d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bc65afa4a72b4762a65c31675774e0af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9be48a8143a04934bab85cf350f3049b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8e909bd0e2334261ad6338f5d9e06092", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a750e90d35d2466c85d4d9427fe1a7db", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "99e987addec34f3280605c50befa6c54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "732ebee6556042e0ba33c8cc6fc97872", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4fb975d5c90a4dedab9c4b5434f16109", "region_id": "RegionOne"}], "type": "rating", "id": "69b15ba1a41540c5b5eac6acc2d1d20d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4a9fe7fddab1446bb550c1c059eb0462", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "431164f34ce04553b1c08bfaf3154f8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6a790eeb946e402c9c14cc26f5cad7ed", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5cfed04725b1428798dfbf501ea3b040", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b9956f2bee3b41609cf503479291c881", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "81a8640381ec4c32b227ffa1e4a196c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3615dbe33636428faae74cc1269a52bf", "region_id": "RegionOne"}], "type": "policy", "id": "13295bbde8a14bdfa7fb563078fe3cdf", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d98725a90d4e43129624f1eb57b1da08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9eb61ca3102a40aa80465796a327c23c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4e7712d35cd44d8a8cfd7c4e82ada29b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d4f4f8b7c1a142f092cfa1fb16806651", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1f94cbbddacf403f9323809124a0f598", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8048e4cd309348aab3d96cefaadc63e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a3a11c9ff57940ca958979c783e1ccc1", "region_id": "RegionOne"}], "type": "sharev2", "id": "2a125299004e46e2b097bf8fd961cca5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "547af1d8cfce4899985b59d2b407beec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ae38935d1f7f4ac1bbe1d4f7f0a3253d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d37350804f0c4f9e92d27d4cca12306e", "region_id": "RegionOne"}], "type": "share", "id": "f9aa2d2c58604088be21f27f6f069206", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "48f63257ec36410c8980162ba6f36837", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "062c608af5dc4ee4997865a066ece38d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6350cd3a83004309b2a317a627eeed55", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5dfbff64a15d4d8dbd2c14af9d5cd009", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce05a85375664f17a99336da13902705", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fde21eae86f14c09aaf4815235761437", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ef0dd87340a42999bb8b8c603f657fc", "region_id": "RegionOne"}], "type": "orchestration", "id": "3433708940b1497197318d2a0894b643", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d71a937c50964447b135bb6e9b0af514", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d88818eb3a1a44dc935e93bb55033eaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e92f5dd86de94d4ab8376d7d4eefc3db", "region_id": "RegionOne"}], "type": "block-storage", "id": "7c3eab7111ef41f3938760b2eab97c58", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20d29832dd01438f851e8352b399930b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "474368ac0d774137bdf23f8882e85fdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b825e909f0343d580978b65805ef41b", "region_id": "RegionOne"}], "type": "volumev3", "id": "81a6048a598b46279a23b5ec53d6cc5d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35dc5f7070674e70b9dcab416072d379", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3c35b7654524e84a4957e56fbce54d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "169f2c446f604c31acb86a16aef44156", "region_id": "RegionOne"}], "type": "volumev2", "id": "b2ba3ce636df45b4981abd46d5611e9e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36cee4c9f32344ef933fe722b058cac3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5b54d73cc2f4135bea9a7da9be7e647", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c57314cf689b4a4ab92b7e90f5f1cc1d", "region_id": "RegionOne"}], "type": "volume", "id": "897a70740b004274a5e578a5c55ec73d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0481019d78b74433b2ad558e7ffcdbf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "791ecb3ca14a4db7b439c532c7a71e36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e602e170555542389ce84be7378011e2", "region_id": "RegionOne"}], "type": "block-store", "id": "33433d77857c4f3b8086b6508c8d839c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "79879b7b2e6841d38e2dcb76db59b7df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "11b2a9d123404242a775eabb4c57bc28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ffdf76a8791b4418bb72f2431eae5795", "region_id": "RegionOne"}], "type": "alarm", "id": "e71dfb327e3640bfb2db6fc3986ad74f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "364af5e722a5468289df023349c805cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f97c0e34953b4295aec69980c511f40f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c653a844cac14500bd0a1363157dd0f7", "region_id": "RegionOne"}], "type": "alarming", "id": "c0e85c6870b94ba6addabc13679df39e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b795c4764318428497102b416ea488b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "308613b88176468ca65ed4301451136a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "30ff7d07108644df8a67f5fc26450acd", "region_id": "RegionOne"}], "type": "meter", "id": "a64b5fa6e45944e09d8672289e721a8d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0130eaee97564d76bca9d860ccf70efe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4f9253f22a7647c8b702a8a01a1ac994", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "aea18b22eda34ce4a4fc127b0b3f98fd", "region_id": "RegionOne"}], "type": "metering", "id": "c2b7f0ba6d3f428ea6935dc16a6fc109", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1a9ff42eed4e4bf996e2bee84b450872", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4379496487464b92b2de2ce201156ad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2a72dc3daeda4c278ed01beedbdfa63f", "region_id": "RegionOne"}], "type": "telemetry", "id": "dc0859d70a5b46f58d6f7f7ee52242fd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "60f17458ddb44e7d84917cb1e95af327", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9a1556c5a2234e85a2d2076fc3aa56da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "416718b03b764a03bf440478cbe73518", "region_id": "RegionOne"}], "type": "event", "id": "4c0f067288c1401ba116ab953f63d8d9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "63328d1b492942228a12024f3a013460", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c4078674f19048e68c2dab33e45dafe2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fd6c4291debf4dcbb9ef520e7a798338", "region_id": "RegionOne"}], "type": "events", "id": "16180c6771474b498389ece0c02e9827", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9b9aab68ac924185a7bda327fba86bfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "73ae67489c3d4896b040a25104a6253b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9d46d1e6de034c5989457aa88731aee1", "region_id": "RegionOne"}], "type": "application-deployment", "id": "dc82e96881c745e7bd15656bd217029c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8f4045b36e30428b98cacd00c4bf0b1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5974f41af37741839e9e7c69ff4f2ed6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e81f92b16d4946d2b8cea7b85c3efcc7", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6e29d69a77544613b3d306fbc1bcd522", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3b034cb504de462a9af1698c44469569", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a752463956d848a2869863e976946de0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f2ced87a2ebb4abba26c473e01de5456", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c2703684d24448aa913f0c5ec52fa519", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d6d32ba2f56a45ee86e413a5825fb63d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8da84bd6e31e489b96b8b6515790634c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "21d95878db8b4b56bd0140280482cc5d", "region_id": "RegionOne"}], "type": "tricircle", "id": "5391cd8816cc45efb375dab0abe53e55", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "bc1060441b3542c395df92bb267bc740", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7729fae52af5422a8bfdeda07f67074c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "dd36213640344e698578f09dd597c444", "region_id": "RegionOne"}], "type": "database", "id": "6a47fb5846474e398bfe7d0ef4e2a703", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c281002c376f400d90e8bca4848a1f99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4aeec18562d64283bc67f75d6bb4dda6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "52ed149437624b9a91d3324e27220289", "region_id": "RegionOne"}], "type": "application-container", "id": "4faf5c7474a548ae992f22aeb95f523d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2ba33ea6368e4aa0879f6e166ce11520", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f2ddd7ab581f4acb8f8b7b45f48081c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b5c7dd7cdb6e488da447cadb2943428a", "region_id": "RegionOne"}], "type": "container", "id": "24adb845b9cc4939bf75eee8e5706bc9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d13a99c232b0401e93d061c79ae49da1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "386875ef4ae3450d8eea5451e3aec262", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "27ea2d5ec0844035b55d31c708591698", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "dead9a764707452f860409a4b3d37632", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "64f62cc047d04aa6bce514e17e2f6bf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "096b6424bb014f99a569612a789afff3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "29fbc7040f0942ea81f180a083fa1c86", "region_id": "RegionOne"}], "type": "rca", "id": "dafbd99aff3643bc99e19e3160b0712d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9d145e5d8384448ebb1355ec0cae9064", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e11813625781497f8fbd13427dbe9d47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "561cdaab627f4ce7b95723ed27e4f918", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "bb54c52f6ede4d91a287ebe76d18f8bd", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "769bcab97c354382a8abdeb5b04f61c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "41f23bd792ca47d588bc90e11091709b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0e5d992971804db187d867e4d7433c00", "region_id": "RegionOne"}], "type": "network", "id": "3c2df268534949769a46bfa9da5b36ce", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "96e68ef79f3746cf8a4494e92a559967", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0893b6159f834055a6e22003a7a106b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "85137811f4ac43c68b4c8c4fb31eb3d4", "region_id": "RegionOne"}], "type": "backup", "id": "a81fc966a98344dd9e30da4e61ee79f4", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8cce1627e37a4e40a7ee85e62dfbb708", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2dcfcc2cfe6945219e8c91b8653464dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5514532a335b4ab19d357f98b2f81ddb", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "84620168f0e641c8959dc38e7eed8a71", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c74287da0c2f437799c816cb66681474", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f198f12c6035407084c0ed8d7ad19931", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0cdfa2ea6af849a6ab30c78b8a9e7c7d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "91c60e0b2b1443319e78bf8b7e033c1d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f47de15e7c564237954182a9b0b519de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4938e0aae26c44348c71b527c8d7d2ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "65348db09c3541279649b175b0a25a6b", "region_id": "RegionOne"}], "type": "monitoring", "id": "57a495cc854741989968b7c51c902462", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e6eef18686a744469111bd71d3b72d82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "00b2cdd25c964faab92f61c60a117e64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7e494909e66f4a66a3d1f3545d21cb66", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d5bc5af415df4822825f4937fbb25a70", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "fef7dbec328f4dc68e071088d7b981fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4f49e83a3413495193df0f179e602392", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ca998fee150d472886f7ac9b9963d09a", "region_id": "RegionOne"}], "type": "placement", "id": "48eb5a001ebe445f9aceeeeff41da9ce", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "338f5a60be8e496ca430b506eab71e5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "55d8793dbc75445f85f1200bba9efc23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f24c43286cf44156b0d06bc049c47630", "region_id": "RegionOne"}], "type": "instance-ha", "id": "395b8f9ed1a1466ea4ee3f35e9267ded", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8014d8e814954f8393f7989052a1311a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fa535715863341d683fd765b8b3e7754", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9bcf65c0e0324ca3b927de3b5b5f29b1", "region_id": "RegionOne"}], "type": "ha", "id": "34561c5d683a427fb7de6c9105f503a8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5842e854971844598d7a0fb361fb842c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9a969f211f064076991040a6c45ff71a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "9dd11e539d824e0eb5584f03a978a63a", "region_id": "RegionOne"}], "type": "reservation", "id": "64ab8d70fb5c47a887aeae988c5740ad", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "dee7e3180ee841648c4de8bc1fb6bcad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f44e0fec30384fb7a073df451e2eb5dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "45e24d1076164e6eba035ffc05c61bfb", "region_id": "RegionOne"}], "type": "function-engine", "id": "5ce5c2fdddc54596a59ea2ea4303f82e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e4bbb688044141fe8f6d5a455ac4c714", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "79a9f79528374b54939e7782492b3d5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0e8868aebc1b431995d245cab5ae6495", "region_id": "RegionOne"}], "type": "accelerator", "id": "12255cf2952e43d7b3a3ff6796052138", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "47bd5ad9b1ef42cca5e119a0f034168d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "99f85429fe7f426ba574a0176650bd04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fbb05a8c36f74915bcfce92c6834a4ed", "region_id": "RegionOne"}], "type": "admin-logic", "id": "20ece8803a044fe58e5b9b78ff9a679f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ef249d26b7854235b9b9851832cef05a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0970d73067804ed4b518e53c8f62e517", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "deb5a9919cc04115bc9e4689eb928755", "region_id": "RegionOne"}], "type": "registration", "id": "432cccbeb8854cb2aac9e090d7efb8b3", "name": "adjutant"}], "user": {"domain": {"id": "a095c58acc744eaa9d2471eaed5f32bd", "name": "4285f733d7554d4ca893bdc1f01e299e"}, "id": "b3a1526a0a86466089925ab32baec6fe", "name": "4c8e82061c10426a828aa625ff7b986e"}, "audit_ids": ["0b5e0983604249bf9a663cacf06a8871", null], "issued_at": "2019-09-19T09:04:41.925954"}} 2019-09-19 09:06:42,163 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,169 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,171 keystoneauth.session RESP BODY: {"projects": [{"enabled": true, "id": "e31bb9896b014a1f853fb5b6bee918a9", "name": "projectName-2"}]} 2019-09-19 09:06:42,209 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/projects/e31bb9896b014a1f853fb5b6bee918a9 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,216 keystoneauth.session RESP: [204] content-type: application/json {20} openstack.tests.unit.cloud.test_network.TestNetwork.test_delete_network_not_found [0.241021s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,120 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,130 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,133 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,137 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,149 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.028745+00:00", "project": {"domain": {"id": "d2654167585d465d97a5ab94fbd1134d", "name": "ef2c6f9462aa44b39c26c66e876dca5d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "82540b2657b74864bf2723a5f8a76163"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e3007858a6464ad08f3b1d60bd147dea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "37281e73d77b4cc8a513e650d0114075", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "dcd936239afb4805bd8ef48ac4eb334c", "region_id": "RegionOne"}], "type": "identity", "id": "aedd230b663946d787d62b1778b05ac7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f1d29f583a294c60a8a5b5171217b400", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b1fd9face71a4f8db05093eb1d1d7afd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "228d8d8e6ba0471ca8bc74e089cd088d", "region_id": "RegionOne"}], "type": "compute", "id": "3fbd1069fd914760902e1efe0a9c638a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d88d082ea0ef4ddca63dc4ad6e8343f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "676f36df1a9540589de532a489ed486e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8be99a391f644d009c9b80ede5b4b79f", "region_id": "RegionOne"}], "type": "image", "id": "90d9c8b05c2844a5a1f0b8682dd4209f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9ad24ca61e2046aebb8071262e94ec1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "35bbd466601047728d447de51a707112", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4a77ac6d30c24f1abe10e7efc3bf11e3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0a60e36571e64a99a6e84b1f1e9f3b36", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ee8bacb50204dd9ad582749156139ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d29a41f232b42878c881dec4ed8b755", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "019241857c724148b1eed0ede764b136", "region_id": "RegionOne"}], "type": "object-store", "id": "c364d76ae9404969982243c151f07910", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f970877a560e4484b1a6f85b67252e8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "62d1fa880ccf4089a5e1cbbf92c81f9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "94cde56e12b84d5e8ac4bfe8cab1b384", "region_id": "RegionOne"}], "type": "clustering", "id": "d7b8dd698b0943b48f5afb56a3fd5ef3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "592145fa59b54a0bba61b45164067499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "128bad89e22745759faebc4fb4d09916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f655eff332c54fd8897237e4c2417755", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "5c43c2de0662487bafd3a7e5ef2447a5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3ca591f60a264d5bb911d8503335c525", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1ccf81e258294c4d89a4b9a34e45f01d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8104479ded6c48de9bc09899dc59424f", "region_id": "RegionOne"}], "type": "cluster", "id": "b9871660f406412dabe77f79b39697f5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b58a330fafc140fdbe289ddb31537886", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "25e59929df8c4f71bd166ffbe13a6fc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "02b03daa9416465db53b82f3e8846f24", "region_id": "RegionOne"}], "type": "data-processing", "id": "ca7e5691f34640c6a7c4d9a2dacdfe98", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d1ef433e0b2c4f8b8a6375ec75c0c63f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0679cfd2855b4d89b6b5e315f798347f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f6407d5618ca41cd8b85acf0e51a013d", "region_id": "RegionOne"}], "type": "baremetal", "id": "747dfd2c3cb04100bad9d6ec335aacd9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3aae565c71804db6902dc3a06db4ab1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8391335b2cea46f8a1ec954ffabf1fd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0f57435c9d8f49579ee3b6ffc3763307", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a39473b884aa47deba4fc3a46d3de72f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4b2ebd4949434997923681a51b452e93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "55ced8f41072408283df7fce61f67eca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b2bef981009645c294430aeb2e0dc666", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f1bdc90a64f54775a1ac23508c5a22e5", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "49afa250df1d4d2f8cd915d9204e42e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ab359106efd74446b3e4fa0464bde372", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "3208320250164138bcd78b5e979148b1", "region_id": "RegionOne"}], "type": "key-manager", "id": "7cb428f798e549b3872da61a72c066b6", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e273e0c0ff6640a9baa7f94f866598c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "999d8d648fa4427680f2d2d7b31dd0c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "27b740c3afe840b39a69e40987087d89", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "96ca575a1f0740fd91a93569c824888d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "064d7205592e43299ca6b245a7ed5819", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a9ea2a63376246c587bdaa2b4a1e3613", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "eb65e428f4de45dabd5ebd37fe0d2b42", "region_id": "RegionOne"}], "type": "infra-optim", "id": "159d8c3d2beb4e019775d5c27445bb45", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3804dd93153f4018af5a10e5d2f41327", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "28f45c1455064fc287f5fea227d88a99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8aff55ee8a0e459d89bfbf10f11d0890", "region_id": "RegionOne"}], "type": "message", "id": "f3dbb7a0d6e543e6be7703e9764291c8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1a1ad8514440441285275441de62672a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b879fa27224645f0b62e185db6e35ee3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f7639201585e43f8a2909e6d4852a787", "region_id": "RegionOne"}], "type": "messaging", "id": "083b0e5d7ddc47e6927ee259fb7a17c1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b0991bf0322e4d21b4c6e63481d9ef5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "25e1358b69ab43799a1fae34f19c29c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b734ac4a3bb94372b45c1a2c27bfd117", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d2ca8c4d174e4c1a9bd616e5d1f6e4fe", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e490716d959b4314889cfed75475b3b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ee18554d03bf49a991a798b328e82a08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd167582a66145bf9561ce1487537dda", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "89870dc03c0641fa8332e6d11282a1b4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1c516c344eca4269acd28150c2148922", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8aca8bf3876d4b70b0e333cf4be1104e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2281b5fce9694e01918bbf4de50510a3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ae1e56d492b349e39ae593e90a4f1f8a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "df3745a224a04ba281f2133b04260dbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ffa89be4201a42ee8e84c2fae1841cb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "66c89f11502448fcb7bd6b55e047ffe4", "region_id": "RegionOne"}], "type": "container-infra", "id": "97fd238e3b11404f8b402d09ddd2ad6e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "12d8931e76034e9d8c428e7909bf9ee3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b129e49c000c4f35a3f7e36a4b9f2603", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c141b327e0f148e499b1e484a327efb6", "region_id": "RegionOne"}], "type": "search", "id": "97f4ef70c3d04313a20b5ab3fb6eb836", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5efe2224a663437981bf185ce3eedf58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6918b15aba784db292ce2f1898cba0e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "0371fe83ba3b491e9a293e3b19de6e0a", "region_id": "RegionOne"}], "type": "dns", "id": "fed0bf58f1a24b019a3f765432b389a0", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1c3c89f90c48419fb5462bc38a392ec3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d94db54ecbb345f78316414a360e30eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "219e90ab207b496d8381cc8d89130ca3", "region_id": "RegionOne"}], "type": "workflow", "id": "a0745e2e2cd249db9ff197ca1019b424", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c4ce94c1143b4e3b8eff23679ef7eb00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "73a3248c712444a6914e3646256c5123", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "885399c968a14a79bdfa48da718dd764", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b599134939144787a4d5f1cdc2955245", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6921775fa088414a93849b1ed61424dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "1c1adb90db63437cb395a0e4fa1d3e13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7447d9238dc644f6a6aa28864cc92983", "region_id": "RegionOne"}], "type": "rating", "id": "27e2a787978b41d9811df0f6ba5be51a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0fed827f3acf4db083c2656a407ac6ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8ca2dc6b57b34ce1985ed831b3e6a9aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7606dfbcbb964e689d8ca9fa4e2a1e67", "region_id": "RegionOne"}], "type": "operator-policy", "id": "964e2691e0314a6eb8e804f627fd6245", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4eb31b71b1f04ee9bc97385c3fe19943", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ec5492340b1744bf91b29bf16d6a98d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3bbf58d539ab42d8a5c37baf8f500e38", "region_id": "RegionOne"}], "type": "policy", "id": "48294f9aa08648788e16434c41be6609", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cabee3d9781e42c99174cde5db101f9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7ec16c9cec594a6aa3b630af79704306", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "af0b9bef5b9e4249af9545d17fc671f8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2f66c1e7c503464b80d0d0aef91246c2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c158bb8d50b1403ca7812888d84cc8a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b685d799fdd34f51895b31a693af5c08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c0d1104440b945b79ebb5bcede273e4d", "region_id": "RegionOne"}], "type": "sharev2", "id": "09bf0656c6af4fcfb8a1165bf29ee6a7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "12ad8e364aac4b3fa77ce9c04d202abb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "65bd153f7b8c4266bf61f57d2131164d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1e06541a16d54e2587bf88ae49a1a3a2", "region_id": "RegionOne"}], "type": "share", "id": "a03085892ee64d28b9890e5f51662473", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e10ccdefd5d644129c698b910b856d89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d6177085df094bb6b9a48327ba5918b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "cb8ac198d8144bc8aa481c031b5a5dad", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "95c9248125f247e79a4de59c55a34cda", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c529c78ead694c3c9c0cf7d97c86d388", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce91ebe702d84905a43b0667c5b5da41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed3fb84ffe99450f9d2a2483bcad542f", "region_id": "RegionOne"}], "type": "orchestration", "id": "46e8f438a2bd4b5e87ad6b20f9b91096", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99d3a8809bee4a149e27184ff075c814", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15be0dcdadfa46ecbdab5aea400a3dbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e11130fb57bf4ba788805cb165137812", "region_id": "RegionOne"}], "type": "block-storage", "id": "d33f15748e794329b0b6583f2047c3c6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4176a0dfb8014bb39c965b83c533a620", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9b12199376047b8abf5a59e25a7f5af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c471e2d1c29a4902886ada47e3d44d12", "region_id": "RegionOne"}], "type": "volumev3", "id": "bbb9ada6a7fe438ab78eaa4a151705f3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ce492cb91e04d6e834121040ff09d7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "784359ff43fb4c9cb088e9a5b44c4835", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94da953d22904330ac339a740c58dc05", "region_id": "RegionOne"}], "type": "volumev2", "id": "62ef99f303504cb481bee33f7912bcff", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2f13c124be849a5abd43e0951a53ca3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2412342b15604271a4f1aff671718aee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53b66b9aec154f20a7be50998515981f", "region_id": "RegionOne"}], "type": "volume", "id": "78cf8237a2c7443fa68c0a4df4224b91", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "443334a42b27428e8d9d98e676782ffc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e56a94148cb4d0c9bef72a62c531ba8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9eaf9ea505834586a3f1b9caff2a4220", "region_id": "RegionOne"}], "type": "block-store", "id": "e92a0ea7d34c4569b02b702ddc5bb72d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "38c4b91bf0004c079fee74fe62a50fd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c3beb7dc66004a0b96f60b6a40f83130", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "db0c89baa8c244b1a25f841298fe565a", "region_id": "RegionOne"}], "type": "alarm", "id": "31166456a0da4f55bbc11e6306652575", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e2e72b6002be41cc866f56a026f05c39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cd48a8c8331b44718f7326c6b6575415", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3ade041d121749fc919691503af7253c", "region_id": "RegionOne"}], "type": "alarming", "id": "5bed812528c04cbb8890a152e4c1305a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f35c047494024f0e87090323f694feca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "37fb6e769d8d464ebded2b686b5ca25b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c1daad7e45e849f6bc7417a19af12e7f", "region_id": "RegionOne"}], "type": "meter", "id": "81fb8b7297a74ee188869c6106c7d128", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7593272a5d65452dbd4b193f8071b909", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "86d891d48d0b452d99ba528195a12402", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "44c4697e85b04dbe90170aa84864d2ff", "region_id": "RegionOne"}], "type": "metering", "id": "032725054aea4a0e80f9f5d98aee451b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "489bb825df2743b49a45f779aefe5baf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e1c8c775b49f4063b042675f8729fb26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4e2c41a0beb746909fbe262937cc728e", "region_id": "RegionOne"}], "type": "telemetry", "id": "7588ff2fc25841188a7aa7a876fb5219", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c663643a7ca24483ba57ee057ffa09fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8de61ee6baf244838655c259e294d7ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bffe9cefeafa4a17936204c170e95b76", "region_id": "RegionOne"}], "type": "event", "id": "d30b94f1bb234ca3aacce9f821e7ab79", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cdb10cd88cad4653b1e02b72594b0140", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "50cad526fa5a4ac0975ebe31706b5679", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6a6d8bb5c32c4186a650529ec86ce555", "region_id": "RegionOne"}], "type": "events", "id": "7aea9ea9bc464cea8c90335ecfbea71e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4f2433030b7145daa7f30d1ed5d32eb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8431814765074a5bba2e736062dec3d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0c37c2ee9bbc401cbdbcc2d3f30b44d6", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8e0cf4b672e8478393ac126f81fa1b8f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5bd2b39027bc4e81a0c5c150c682346e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f71023343cb1449299df761a23fcceb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bf54a9cd526c49fe978562320d614758", "region_id": "RegionOne"}], "type": "application_deployment", "id": "de997b8b6ec54abcb98efad2bab25f4b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b8d3de7e614a485f86abd67701f65e84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "21bd2fefaf3c43f1b7e2cdf940f0990d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0ac34900b915474fa94d67fa7d2adc4a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2ed444517a9d475a9a0fddd9199df8d2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c813a9d5d44d40a8adeabcb2a4d858c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b01a49a069b6412292480a8eb4dd5e70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0a3c535b58f745b2afdd49ec350ec212", "region_id": "RegionOne"}], "type": "tricircle", "id": "4dfb0043b4a547d7abf38be3d37f5d31", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ed70a52611dc4c82bfcde738d0550734", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5d7b3c7ccd624b8fa75f78ad665350e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1375299dbc054ae4b8a3d28f6194ab7e", "region_id": "RegionOne"}], "type": "database", "id": "1625c4bb9ec1422f8b606993678d73c6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "12a7d33c03794ffd88b1b2f6f33ded9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9c56e0ed2b06406d9b1b5a3a0c2abe5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a910eef006b149b6bec25cb9c755b2f6", "region_id": "RegionOne"}], "type": "application-container", "id": "70e5fb7da6114bd99828d2b67fc619f9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "199b41337be149f0bf27553c1673f5d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "51113ecd8b2545f8a4bde49e04404cd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b779f476542343f495ec62435c53b36d", "region_id": "RegionOne"}], "type": "container", "id": "8b6266490d6f45069645b5727c313345", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b18170af1d1a47f1b0586f91c05c466e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a0bb9235543248738fd65f07065dabe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "305d3202cfb34a54a000fc2d0b4695eb", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "76b816a046364134ab8c23f1ca8ae9f1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "003a447a88a9400c9171a36d5b25dd5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dc91b91be55b4a76a6641049b3ae32da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4755d98539f24130ab9b2c08bf580b83", "region_id": "RegionOne"}], "type": "rca", "id": "208ece2cb6db4384aa965f722db628f6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c58c14f2aa3f48c19080262496cf6020", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4dd14f78f2444793835f15dfb8e3456e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ea0cb75841024668a75a0652519ecfa3", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5280fca43f7c49a596e2176145498cf2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4ac36bfea65b4396be4aca4e33d54db2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cb58f2e3c80b4d26b9fd71e4f1856244", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "cb16540137f44b9984251b5e07b66116", "region_id": "RegionOne"}], "type": "network", "id": "9ba2e1a265b14eee9bb9169b68023645", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "84ff165ac4f34e418cbc9f826dece441", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "de7a3bfa2a3544d08395f66286544191", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8711fbfa010f4af29e3da722d715a384", "region_id": "RegionOne"}], "type": "backup", "id": "7db5b45ca3d7484a8caf35896a4af298", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2d555cac5587408dac32e733c52d6aaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fd87a9048a1045ec96583a1a4787b3d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2dab9a5b035e41bc9df23358dce9396c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "2bbcec0b189e4e948650da34f12bb991", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dbc2f3cffed5463ca44d59de1bbfc08d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "77b4159767b14edbbfc7a04bf6d6944c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d7fda025a25b4d0b96c265913ec2c8eb", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ede474caee1a4aa68cbc735935f30bd0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ffc4327f9b4d456cae6e13e0f523f3b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "97be8b3aacd542c5b843df97759a3ce3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "790f24c82fc748aa93e8f2e49126ce50", "region_id": "RegionOne"}], "type": "monitoring", "id": "04f56e26cc554529b212856dd9377768", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9e6a4b6e48fe4dbd874830f2191bccf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7a97d8d7e6cc420696d10c2cbf652131", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "bd46070f64554d508b285256a5808b4c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "289afc04c3e649e09d3092705e5089d7", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ab4674ac5c8a4382bdbc36e018de0f3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "68fd308f6e2c464da2524483f0e9b397", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f40cc3c4f8fb40bbbc4bc120a48023d5", "region_id": "RegionOne"}], "type": "placement", "id": "816b2125f5c249eaa41148b18c0ca126", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "94b1e9ee26934334b9a796550d72f12e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d6019b6537674ebb89254586ce0f5589", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3492ca13b9f94d9a8a42f1a7541b6904", "region_id": "RegionOne"}], "type": "instance-ha", "id": "36aa2b10dea24079ace0465d55844281", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "affe3275125b40a98b8207b5e9ff5df6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f7632c7ec2b14a3d852282182358ed0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "117de1904dd04f4594f221f1d3358918", "region_id": "RegionOne"}], "type": "ha", "id": "4bd64d6b8552405da49ae1b1a12a8d42", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8a0fc0110cfb4852a39eafce0e96f08a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "10f58d743b754d5aa6cb5fab4e968288", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4addfdf9a304439ca5d48ea42b050265", "region_id": "RegionOne"}], "type": "reservation", "id": "199f9035ead1426cab4c829ef8a34249", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fe9127e9712b44c8883a6e62a109600d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "66035d2c862e4399aa7d562e15aca5cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "35540bedb9fc49b8bbaf8f4cc600ff18", "region_id": "RegionOne"}], "type": "function-engine", "id": "7d9f497dc4de40c29d1d4f52274996fb", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c89e5e1b24e242cdb196f2e170cfce1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "650844817da84dcba5e32e3d33f9d143", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2407f4ac5111451a9016b85b2a6d7e3a", "region_id": "RegionOne"}], "type": "accelerator", "id": "7d312906e7694ec1aa656b3df42edf77", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a71b509f81a149959f0ba4803f7d6c51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c0800d8b8dc34b65b43d53e3b289e26e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1e5d7b69a27f46af9f993de73afec784", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6e58cdca96e84b5fad62eea203e604a2", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8b5e4c35f635476789980c2a5f8c90da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7bc850aa073b476497f46b0162837849", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3dea7d58ac7e4563af2aae10d056bd6a", "region_id": "RegionOne"}], "type": "registration", "id": "404060a6cc0f4497bcfa766b4051958f", "name": "adjutant"}], "user": {"domain": {"id": "8c34c49cfd6a4ca99129da8d2872559b", "name": "446d7f478001433184844c1108804b6f"}, "id": "a69857f55ec54c99895e5049423878d2", "name": "9eae3c01d545497e89b5fdb3ba6b0620"}, "audit_ids": ["1b50753f2fbb45498225e4dc3d81c8e5", null], "issued_at": "2019-09-19T09:04:42.028745"}} 2019-09-19 09:06:42,249 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,255 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,258 keystoneauth.session RESP BODY: {"networks": []} 2019-09-19 09:06:42,261 openstack Network test-net not found for deleting {28} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_external_ipv4_neutron_accessIPv6 [0.063433s] ... ok {28} openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_session_endpoint_identity [0.067036s] ... ok {31} openstack.tests.unit.cloud.test_object.TestObject.test_get_object_exception [0.157965s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,227 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,232 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,235 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,238 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,252 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.158879+00:00", "project": {"domain": {"id": "95ae03255d6c45e19d9d8ca58afa8526", "name": "ac6adee8eb88436e88349529a3bb7b10"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b3630d68a40940ad93e07ca4d65fa6e3"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "394788d1a1ef478da4aad39d954f68e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e508d561087441eea0029bbbaceed708", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2222dddbe7e24791953032d4c0e54057", "region_id": "RegionOne"}], "type": "identity", "id": "f390a58ce1244f32b2ec46f598a1e9f4", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5e9682707b7a495a9f32bef649a3deff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e192380c3dfd4e1d8da5b3e634aa1525", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ae4ff01580124b469686ff5de7a19737", "region_id": "RegionOne"}], "type": "compute", "id": "59657b1492e742d7bbf33b2b7157f523", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "750a25f30d9e472e94924777a83f1e5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "93693f5bd8664bb98fd1ed4f73274550", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "cd4ed322d8ef4615a9bc6c3c6e1a98f2", "region_id": "RegionOne"}], "type": "image", "id": "ac4193c162bf4c45a1e02a467238363b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "77590ddd8c0e4f59ab1f2af30d6dd814", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "39cf4b139b20478ea669d3445f41415e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e845452940e246918f4b692e3cde12c7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "87edb69ac8aa4c88ad223715dea2ecfe", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed8004dcecb4431ead106776ca423624", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f13f90014b047b485bc7af3e777e031", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb448c248edb4a7dbe6b5e2acb1b6cb0", "region_id": "RegionOne"}], "type": "object-store", "id": "765f606b423a4c7894a447ab86c9b62e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c59e67c76efd460fa8744415a29466ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "48681382851d4c11b79471fd13f00378", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3060e5e619a34e429a275b0c50bb9862", "region_id": "RegionOne"}], "type": "clustering", "id": "e6234b4be84f479c8c04224c62bd053f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c109e8a0df4a4af29224728b5ed49bc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "275f80ff5813444bbef333b4adb6ed1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1d0a0b1ec20a49eab1e90ae4365eb2ab", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "aee20296fcc74b9b88875ad651c75788", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "10e14edb3e9f438d8d90ecaa0b030029", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "55d9d8fe2cd1470eb4df92973d978020", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "868bfcbbb770463da95b5ce14ed3f096", "region_id": "RegionOne"}], "type": "cluster", "id": "5c686863c9e0426593aecee6392ca278", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "682397905ba243c591732378faa6ef9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "425bb285611e45f4a2fe02522f340f9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "5b93a7239b4d45c3a9b1e95eb743cb9a", "region_id": "RegionOne"}], "type": "data-processing", "id": "2cb75b50351d4aee91236fd334059d93", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cc59db18604749c3b9ef31d6a19fa946", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ed764f8118c144c38eb08231a67038e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "50c978f068e044f88c705ff07b93fb57", "region_id": "RegionOne"}], "type": "baremetal", "id": "f0888a751f754367b3edb7c2e32c8d27", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5767aa44c6f74002862160ac5741fe58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8b0981928d2943268cdfb6582bded189", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "783d0c5b964e49c085d4f77dc89210c2", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ed93182b7b654ffba0b5ac7e541a6d75", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9efabc94433d40409baafdfd59fd3fce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "44ced755bfe44a28b36061f60bf7269a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "8ade9531568f42b780d1899ac27ff105", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "111790599b5e441c9944716bf2af3620", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7556d28115db4f3cb01ad12bc1af94f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "efd6b49f2bd540e1985810786596e1d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b4ce13379ee74eb8a430af667dac8c62", "region_id": "RegionOne"}], "type": "key-manager", "id": "52cbf1c8d23d4525a1daf7c311e3e44f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "293ea7d85ddb46f99274b561af36c0cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3bb23bc9af39484e9bba3cc407c3f182", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "912b8266c266441ca7b4c3c2e63704bf", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "248a68a85f64467b90cc0d87a89cf9a0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4d375ba25c7c4be5a6a66ed2932cc92d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "55e5616e704749c289a1955688075411", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d17dc3f624944fa8ade663505f9cfbd7", "region_id": "RegionOne"}], "type": "infra-optim", "id": "12605867d2b84b67814788d6ea656e6b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ccf90aa4b82b4f46808415df286f15c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8b21e5ab96494d03b61591c6ce6ac35e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "223fcdc7bda04fe285908010b750958c", "region_id": "RegionOne"}], "type": "message", "id": "f131f10a08ca478bbf5f9ccba2e88816", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cdd34d99fb3e44acaa6ba8437fdbe31d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bd5a5ee66eea45a0947eecd3fc094112", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "14ee94ef5190428392514ad3b32f7ff0", "region_id": "RegionOne"}], "type": "messaging", "id": "ffeb3bfef77f4402a9facdf9128d39ea", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "360de588047c49f58909f5d3fdf41bd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "48e967dc260d42678cb8851c5021009e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "de24e7e2fc4f421a8b4bbe492d76ccc9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f2ff236c55f74015ad8b24791f44c0cc", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6d9ff560d1c34edca898ce6409c4809a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cae356a2613746699dda761d3599169a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aacda100c75f4f0293d2ef2250b4814d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "80e1f378bb6e4b80aa9eab0d295b9877", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ba8bb7500c354a36a39ed7107173dbf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cb32187b875a47ec9d9031d65b7c0e6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "21b193ab6d0c42509cfef848faffc8f5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "cffc283c18d641f685b1d81bbc7909fb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3024edf4afb34f6ba48a769e8907e410", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3e80a4331ee44343a0511e982657daf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "00f5631530014bd7971e79b61a7483be", "region_id": "RegionOne"}], "type": "container-infra", "id": "f6edb6f772e0424ba8e65ae52e066049", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c927375781954c92a1bed06694689dad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e9914a7899524cc684761e023e3a4abe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e49aba951b49467ab088576ea1a17d2c", "region_id": "RegionOne"}], "type": "search", "id": "25546f560ccc4968b063867ff945b5b5", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6304b98951204399a8b51fd31c6b255c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "07fcd27cf75e48558de03f90af093714", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2f33c4b0614a47d9a870ff29158414cd", "region_id": "RegionOne"}], "type": "dns", "id": "665d76c6c980456b9014a39ad5428df8", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d3c2871ef2fe4ee6a9b43a3a4849513f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b82e132f4a204bed9c02a27e2f827c3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6fe03dbee8a44251ab3ecfe6586c1bdc", "region_id": "RegionOne"}], "type": "workflow", "id": "df6d85fad815425c8720180886c7f667", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ebe90ff11c49429d9b96d64d1fb9f0e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2ff9087fea0d40539f1272378750e897", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bd6158b3ad2b4af79ebb9403ab8a463a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2af778eeb75749839a8ef948e59f2ce0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "068fa965631e4bc6bd9a2466215b128a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9148cbfe304044e99211e4cb2f1150f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "2cebb0e63686425d894f28988ddaadca", "region_id": "RegionOne"}], "type": "rating", "id": "9830fb8eb45d47179a1862bf829993a0", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "60b70adcb56143f2acc0939107895c5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "13de56ac2f34412e9bd1e14a1648eecb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "96db469cfdc24cb0b6413d70d41d902c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "afdf03454b5c4ecc92bcd32f1cf318cf", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "82ce34e9b0fd488ebdcfa760a62fd584", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2bbe0c9c1803402ebfee6a4c93b06f00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b89b3ea3404b4649b7f7736161271767", "region_id": "RegionOne"}], "type": "policy", "id": "62b727f7c2f2488ba3e0c4dead9dbcf7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "20507169612c43f9bb7adf9d06cb24f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3a646e076def443094655923557c86d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f00b29fd793544b2bd521ddd95e15346", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "4a1c2edf52fc4cfaa267592ff79c286c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0c1ee82095e345a2a319da9292a878a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "43c9aea5b9e04d959ca9522f1159aaa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3859ac24650c44df8cc268048a6d8795", "region_id": "RegionOne"}], "type": "sharev2", "id": "16079260eb65444fb3fce71382ab4b5b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6a1788e97a5f410c80bcf6e7ff977add", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8afa505446c94b80b38b182ff528f5a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b78346e304e44729bf152dfe1ed5d613", "region_id": "RegionOne"}], "type": "share", "id": "2365f9703b6346e292f0214b47227db1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8dc79f9dc4204804bab237dfcd19a47a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fc394b1894144d13af71e47c749d4ea7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b76eb13e54be4b41b1829b884285d685", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7dd4d39d57834e7bb534100f5efb79b8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3622b0194f6f4612aa53af1b3b4c50c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4d1cf055de74bbe82eda291ad2f58bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d1f2f6df7464c368b9c4f6137da89ca", "region_id": "RegionOne"}], "type": "orchestration", "id": "c421d63370094e94a7ad10f8b48ef638", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b54f15bcfba464abc2ffbf93ba870e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91b88bd2f892437b9d8542a8bf6f3c3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3c3a23d7b874bd8974cf1ba7165b5f0", "region_id": "RegionOne"}], "type": "block-storage", "id": "873dd34764564857a2c14c55040df47f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ca4843068e7406db0e58a321fdf0768", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ba617a7fb93471da4cbbf80dfb825de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "807cbbf5e95f4e44a5f08c273b44fbd3", "region_id": "RegionOne"}], "type": "volumev3", "id": "33550d2c989642e4b348ef9aee9502d5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ceb51ff0b1264f0f98f4edd68cbd8819", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d568a617a5d4f329d535917a43d1d7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "705e8b59a8344e20acc78ddc8c72f1c7", "region_id": "RegionOne"}], "type": "volumev2", "id": "1435fac47a60489e9b2c04ec2bfa2711", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20a0ee286ed94f8bacb1e249df5726ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0cb2950f250a490ca38e5a9bd3a9760f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77ce4a67898c40e2af3d94a13baeca9b", "region_id": "RegionOne"}], "type": "volume", "id": "f90f6e652bd443bb812c590a9e61c699", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c84769b0c0ea4fb7adeba4786df8f51e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5521d90d8ec482ba1d30dff3440f3dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e57f7977f1a4f9eaa3186b6c1787b09", "region_id": "RegionOne"}], "type": "block-store", "id": "58b3a5e7ff154f63b409e88f17692713", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c97e7467b4a94467a21194eb6cae31a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ae09c9c506a44cb1857a794795bd149b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "afc392ac6ac049b6a937f39b4093ec18", "region_id": "RegionOne"}], "type": "alarm", "id": "350d6c27ad96449495562e9084a16d5b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0b8fa23d639247e9b5662f3d2bdaeb1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "71386d52a6844662a81b500a65e46845", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0dc15c55bb66421a87829c994e84ad4f", "region_id": "RegionOne"}], "type": "alarming", "id": "3eb4864bad904667845c375f42d6805b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e201e8b3f57e45429976a696bf44c03d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a3c22331d2ce4c9bb14eef21defdc7a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3be5d15eb8bd46599b7c885b4433b755", "region_id": "RegionOne"}], "type": "meter", "id": "0e301d8908764732a2aafb2fc2b8eb77", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "841897d52fce41fd9c048016dd32cd23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fd3057e1a1d144c19cfdc533c5e425e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "98c29c93f85643ab9c93841ad0864261", "region_id": "RegionOne"}], "type": "metering", "id": "04b00242d1cf44549689bbdafe77215c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a1d076f651b64124bb9ae1667fd55579", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1f917f95f1c748e1b16f382a6e1b9611", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "35971da6791a476d9bcf7418d8123472", "region_id": "RegionOne"}], "type": "telemetry", "id": "20631aa3f2c646738b899c99fd9d3722", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "46ba6f0080894a6b8dc315851fd03978", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6766e942109846e1930c583fb7a9ccfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b555fb646b7b434ba10a8af98ff9d047", "region_id": "RegionOne"}], "type": "event", "id": "ef4301af3ce54b09b83bdd8ef904dead", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2f64e91eadf34726aacba087e149eac1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "17c49eebf62147b1921bb0037d770456", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "aa17fd5cbd274837927118c933a75452", "region_id": "RegionOne"}], "type": "events", "id": "6ead8ed47f7147489b3a0bc5bd42daf6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f21ac78049fe450b909d3bd88334b201", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5ec691b275c24b76bee3ab8e29794916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2419438de8744087a1ab3ba073cced3f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b767d624710f4ae3832f33a437fc9b83", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a6919676f39c4df0b0c6b25c3e68e3c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "99e8a425e8d14e318df01f7bd79dfda3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "00191ce1fbcb4f93acc6053657912e0d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "54b13345c4074eaf8b49c08e3c4e7677", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "66d4408502a0442f894ccc4ce28916ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f9f9c7f331a04d2ca6af0c2db914b523", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "70190b11897747ae801a16e542aef8e8", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "43e11d2e1fcf4d0ea94477cacd6bbe2f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f6b592142cca4527bd194e84ed4911bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ff574b05f5af44c3ac84f8273ab7794b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d57babe002fe40c4887e3f1e6fa2ccc6", "region_id": "RegionOne"}], "type": "tricircle", "id": "afc09b1f067449d2bc138f9c9bffaf99", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5e693a240d9e4a4880f49d5787554a0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f6b09dd22bc44606960639eac0490782", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0ccc23c9aebb4447a070bc79c029872b", "region_id": "RegionOne"}], "type": "database", "id": "5becdd3b57c943adb3046cd87a48ac2e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "10a877d7c4714ae282fc796a06734730", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "728f89456ca1424cb557194715342db1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "11555222609c4e6c96a6b3c639c22885", "region_id": "RegionOne"}], "type": "application-container", "id": "bd5e9b776d48450593cc9eeab2d4a4b9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a2e027be38e74f0799236e455f082860", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5aff85faacd7410a8f81a9037e4c2a05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "133d0187ea8c47bea43cc5e24f16beb8", "region_id": "RegionOne"}], "type": "container", "id": "03e63df094cf4e159051d18c7b821ee4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "071b3a763d5f472fb7e0c7d675377cd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "98c9fe6ef6124b139b55cbb3c01a88d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1fbc3de8934c4d038507e46e516f17cd", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e9259a4632e04475914b6e86d6728fdc", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a527428617b24da4b4d9766ecba9f110", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e0529b13e4d4477cbdc2e491f1f2c022", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a0b466b2535047dcb8c3fb4d5b803fc5", "region_id": "RegionOne"}], "type": "rca", "id": "5ec0150662d145cfa0248650176ec961", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3563ab96c6dc4bb793aa1dea351ac918", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "38d1d3ee33ff4127ba150e2a3caf224c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "142698f022054eecb382518b58f04647", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "aecba98b4b404ac5a528b95fd55c4832", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "02496ee97f2b4ecb9eadb9212879a2b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ed58deba548746278a8d8220bfe2d345", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6138c6755ada43208f4d5d18eb64c514", "region_id": "RegionOne"}], "type": "network", "id": "8e55d4e83f344a8f810e513ef7d45c83", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "32c96098839848f196ca9065fa9caab2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "5eb39c8dcb784bb1931950295295363a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7aa20cce86f84b80a44959c2a0b59738", "region_id": "RegionOne"}], "type": "backup", "id": "91bdeb29e233424785527d738c441588", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1e0726dbb23e43ce9f6885fd44c6de0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e6b57e6dceb64ab482c31ffe05afc66f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "23c0c2abebd54731acd7e4197f69866e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c713c7f8dd6d4b199d8062589883e63e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "20d486245be3418cb19d6aa754b9a179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "21358bab04144d3995b1d399487cd67b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6454de552a814c1e9edb1e7f8c95785a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a0e90cc865334e2a9511a2c907f7b444", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "76c7a5aaf8c4470fb4e677aed530ec2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "92cc96798dbc4d518ae60083e5aaecad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "4f17762450864ce49c576287a69ba8d2", "region_id": "RegionOne"}], "type": "monitoring", "id": "28ab1b40f6b84eb79339199724a4059c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a493ca48874d41a186c189455741a9b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c0e559d3963447419bc8323d98d271ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cf730657a66c474b8cc208f77e6f90bd", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b0a19f164c324a7ab1ab74029f09107a", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "89f745a269d34ed5bd6c280726b86e24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "587f34d0c0e049c2b920ebeb54d5717a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8e3b2ada92b94a34bf65b87d1f0d472b", "region_id": "RegionOne"}], "type": "placement", "id": "8f5585bb21524446a9436a895c148e0a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "306e98269dae4352a0771709f3ebef0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "96869449c47e4406a7a06880a048ef6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3c654c9ea40f458baa38d0ea668b032e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c6f14de39eb040f2a47ea70badb33354", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "679c2838655e4239bf66177cb897c800", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "88fc4ab3555a495180ae531f8eb6b64a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3bd1d2a6ab6b4f54b5fad2847d156d8b", "region_id": "RegionOne"}], "type": "ha", "id": "60df0d292fb242e8a7563ebd5282975a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "277c61ac0d3746a2a3855eb833108aad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "71412da0479a4a8a90d32fdc193a2946", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a744fc981e15446cb20a51650450c408", "region_id": "RegionOne"}], "type": "reservation", "id": "4963619baa4d4b42b6936d2026894138", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f35ec008db06481e8e78a42c76126561", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "96c8bc3a4f8d4cfd84ea6a6ff766de19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "88c4c90147f04e7c9d6a12839e07d6de", "region_id": "RegionOne"}], "type": "function-engine", "id": "f202a871f1be47ebae65b0b5145c5425", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "318c12fa9c76421696b259f14f5617b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "57e6747e836240db8e42ccbaf2ee1473", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "cdbe447adf034670bf00145be454f40e", "region_id": "RegionOne"}], "type": "accelerator", "id": "3d5b9eb9ffb44291a08466b05e7d7ed5", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7c4c436dd1e144b090c67fed84fd1d14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6a237f634f724cf3ae23dd30d1b7d7a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4cac91a7a08a425ea727ee1813d5f0c3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b8e42570e96a4abcb4eed26bfe7f0fcb", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6d8819c4a8594017954dd1d844b1d7c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "90a4c2ad1f954956acd58ba022b6d83b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ccd619c9d1114c33ac6a5777453e3961", "region_id": "RegionOne"}], "type": "registration", "id": "b46e2aef92be49c3ac8dd69322687e39", "name": "adjutant"}], "user": {"domain": {"id": "b05e489a2efd4c7c9368e4321745ff4f", "name": "6c03584ecde44570b50ff65775d4fe7c"}, "id": "e840c5fd59b842ed973f9a51f5090455", "name": "cb6135d049754052889d50779efaa69b"}, "audit_ids": ["889f862fb668430abc99446ba5c572f5", null], "issued_at": "2019-09-19T09:04:42.158879"}} 2019-09-19 09:06:42,303 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_get_object_exception-2/openstack.tests.unit.cloud.test_object.TestObject.test_get_object_exception-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,309 keystoneauth.session RESP: [416] content-type: application/json {17} openstack.tests.unit.cloud.test_inventory.TestInventory.test_list_hosts_no_detail [0.115632s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,219 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,224 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,227 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,230 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,242 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.150154+00:00", "project": {"domain": {"id": "682b2a7f20fd41aa877226ad64932eb2", "name": "bad737197f9442119f1149e37a1152b8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4f988c7d1d1945e0a455a90f0919dede"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "51218d69f5f44b12b37f0a1aebdaf37b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "1101ccdebd1a4b75b2add8bd5efe6c04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "3eb8dd7bce34486ba87de17e78ccaf98", "region_id": "RegionOne"}], "type": "identity", "id": "67a21f6aa165437b9f0f23f7d5d6a93d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "18939b12017d4ab9b34cade9663ca5cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7a95ac03d1d24645a57fb8ff93f9e17c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "27d7f641c0ec42989bb72714aa8cef96", "region_id": "RegionOne"}], "type": "compute", "id": "e4ca8a8e06e84e19a365fc4d6b31b9e9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b5ca6199bc31477397879a6f6206cba4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2782aa61a5234ff1a64ae2db06561f61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "bc2188bc2b8547bbad1c69d167160131", "region_id": "RegionOne"}], "type": "image", "id": "bb2d54012f294a1b9690f868b6ddb636", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8b8e812c1fcc440a9a29e823ee7f9f21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f9b5370da56f4e3295c3fa24ccd6abc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "bd32d65db42e41a2b23cd350db06f6e7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1227a85223ae4b189221e5266048aab9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "421258316f3744db9731f616787b25f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9debd0c0874546eca25788744544a242", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf1aade8d2414e4e8e8a690772efa166", "region_id": "RegionOne"}], "type": "object-store", "id": "975e24e3079b49b1824ec5a9d04409fb", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "af5ed0bf0b814272853f26eb73ca9572", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "041074555d204109bdb685ff3cbfcf74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "647bc8bd8c2348679bc8bcdf3a504576", "region_id": "RegionOne"}], "type": "clustering", "id": "4284ba451dc34bf594cdcfaf1f680a4c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4ed0706d5f3249a8965d70be31617675", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b2dff79890c64466b5bfe64e0525693d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c77f06f25c224e3ab19c21e7673b0cf4", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1d454dea6a2d4e75b062ac88d5012021", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "46f7f14fd7324e39a66f877a7fcfd57e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "564bae02bb954186b759fbfb8a3a4668", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "03af9e7ef57b4d899045e0635c5a92ce", "region_id": "RegionOne"}], "type": "cluster", "id": "895dde46cac14771b011208e91b815fe", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "856109dd023645daa4b08a448b2c76a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0b19d62251554d448a0046592d967370", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6ce24419346843b88d91d3e5ed7cb76b", "region_id": "RegionOne"}], "type": "data-processing", "id": "c9152992319c4850a61ffc6cd11eac06", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b33968f872e6497b8f5340d6f6e283e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6b1821a77b2d40b89af88db09fa038b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "eca39d5ebff8416db22eb255d12a6bd6", "region_id": "RegionOne"}], "type": "baremetal", "id": "cf1ffe2e4c704ab29fe7ac66144a3e3d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "db2ae02621c844aea24667eff77e89ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a7123cdfc88c4e419818e97c21414cc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1ae5fb2fdfb647c89a0d144cd8b630e9", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c1d65b450eff4335a8076ecc25549b0b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "aa83c4ce50cc42eeaf111fe18b21b432", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "04705e39ffed4b4eb9f0ded902ded80f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "87d08e12da4a4bedae59ccafe1edd22f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6e96de87f35442699bd35da0cd9bb05d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "65c8fa69c199449c9aaebd739db2d473", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a9e790adeabc49d6b8f5e353513975b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b2bbfd3640e54fc1a8439f7e2ba8bd02", "region_id": "RegionOne"}], "type": "key-manager", "id": "c3610b11980c41499300a1193d20ef43", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9ca3a07d179e42e08a268227050b67e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6b22fdd4518e47858e7eefcae4def787", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ce871efafaf2402392446c33fcbde6c7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2c6ede8a1830457898f78c9a9f2c5079", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fc09dc207ede4bcbb264fb5118d5f458", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d8aec28d919a4a698fb080f7598ad1ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "543b9bd7626e4e2b8fd0dc5904e7f9e9", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8f700216fc384f54bbb222a76d188663", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "aac44b23dacf45d7baa3234efacd65dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9f423d0151a148769d26e31563f26b22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "efd4081d6e3641bf9092975915682819", "region_id": "RegionOne"}], "type": "message", "id": "a606172a603046cdb98029f5e9e63d2d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "47f7971618494129959e4a04a06b11e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "62b5875a46984c5fa1c49cfcbd2db35b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "88258a32112e4ff98da986b7391472cb", "region_id": "RegionOne"}], "type": "messaging", "id": "a652652c7ba84e29b8db19e9f9d2870b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "010230823c134c9db6ce71a89b469c4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5f68bd8231394451bde902c4adcaf3d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "44e9d0a03ec543428533556fb82729c7", "region_id": "RegionOne"}], "type": "application-catalog", "id": "23d1a9b6cff44343827a52cdb0b37744", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "75280ec5cb3f4f9dbb65396be1b6c78f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "806d4a4300794b4aadd1cda665487c33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "069db3259bb441a1b46251ffd08d0d67", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "48273338de8143fca0923952f51d7449", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3ecb0e8efaef4e5fbe8a0a11e7cbfb9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18d91c58b5364f5ca362b2b3255bbe3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4d913bf3b629407da444f41609ae8122", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "1e5009e1516f43aab3477a221a07f8be", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1475570eb57647169f3017c8bfb9af73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "37a989214bbd473981f68bf2bbde249a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a9566912201742fabfff9570a52d83dd", "region_id": "RegionOne"}], "type": "container-infra", "id": "52c30a59387240f68eaed68130629cee", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "3b2ca9c095fc48fea9175053fb2b765c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d69e149d14e5438a9d23168745c6a05e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "97bcaf67e65b45d8a8176d0259673aba", "region_id": "RegionOne"}], "type": "search", "id": "5633bc2d2ea04506809627377686a371", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4dc7f30b41614ebdbc5c0a7e7cd86f87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "31f914f0e121474f9868e9376d003054", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "07f5babe7ab2493dbdc274ce5f77bf14", "region_id": "RegionOne"}], "type": "dns", "id": "80f22f20038343638785f705f52ab17e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "08e263c866cd4d79b98ebf5bbc1cfc6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "40d4050919d74334b659e26f7914db55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "467fdf8cbd764c3a9a408a3a9f63fd70", "region_id": "RegionOne"}], "type": "workflow", "id": "21baa2a1d7054246b58004ef4e00916a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8db6adb270b349698cd0911b637867b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dcdc2363da6642d0b01ba04bf86166f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e387a6d2f2b7407e87deda84bb158f59", "region_id": "RegionOne"}], "type": "workflowv2", "id": "cb69c3f9d334465db130b24f549e0d69", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f1aba1ee07614edab4b946fe518d659d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "dea98281f8ce45fc82e64b3ca40704fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "35f90487c6d44f3e85d10c1a260bad9c", "region_id": "RegionOne"}], "type": "rating", "id": "94f2918a54f745d88dbf346291c56e98", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c324e1aead4f45ada560c38bcabf5710", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ac96843a6ba642e8aeef4db5fcb5289c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "256826e00d774a2db3892ddcb42a5beb", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4317f4eddf7b40d5881d63fa9aca1fc2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bf1816b8d01343caaa9360c13013a262", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "11fe8c16996a4a15b84e1f76df655c3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7a5daa1a132f49479ce67740ccf71b6c", "region_id": "RegionOne"}], "type": "policy", "id": "7e4d37d930f342978f8d357f57c041fd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c8d7851456cf4ca88aa19b7176b77a09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "157248eff21f4e3994ae660bb40628a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "454e35b7b7bf4cfa9c35cc5ca3327335", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "04d66c6b9e5f4b01a1fe9d72af473265", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3b8490758aa44ae9b011c95bd8fc0536", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3c2fdbc57a144a7d8b0b8bb2c6b22a84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1c0190be552c4a70a5d69c7db36cbced", "region_id": "RegionOne"}], "type": "sharev2", "id": "22259702832c4ba29e123742d5e997be", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d58eefa0e1dc45f880f3ceb06be99d8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fe24c6db60674464a39a468c05145ffb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f15be9b1b5734449bf9661f7dcb1525d", "region_id": "RegionOne"}], "type": "share", "id": "be2f67505f6e40da94b0d0ba156b1bee", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7e353e7c286f4058b8b6b2cbf5831cb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f58424e03d70462a8bb04f02bc94c294", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d5b638deccea4987b27a793110970556", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "cc6de958a2944569a86746be87fcc39c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61261c631ebd4765ae6b3ef6d8f16398", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f025ec49abb343bbb7cf958835156f61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd9c0b5379324fd5be669d8e4c51613d", "region_id": "RegionOne"}], "type": "orchestration", "id": "fe281909d0074232b84e0746f7e79b16", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d73336e99dc2422dad03afa95ac2e78b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7872ddc9a3e4765855381bcfabc37d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e92dfbb1048b4a5c9d70d03a7da71325", "region_id": "RegionOne"}], "type": "block-storage", "id": "318527a2a81a4a76a602a7a33e505b29", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5a561e55783465aa6036710374f494e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c0b9953456f4ea99b34c736f4095ba7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "559a79fcaa2d43efb3224f3beccb5d86", "region_id": "RegionOne"}], "type": "volumev3", "id": "113f7bafe65c4d1c93fd97409f3dbeb2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4bdd538793b9483ba0eaec046a92a186", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e55d9c21a1e496791bf8c9d09bfa10e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c05b699762934d1e8b2af873abbcfc77", "region_id": "RegionOne"}], "type": "volumev2", "id": "78650f9188a4450c9f539b53b2303d21", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12942b50f2ec4fa18bcb6fc00c82c31b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f33ecbf632f4fd5951f0917ca7d6e47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d572f9a8cf9246efa8cf8ee4bc5fc0de", "region_id": "RegionOne"}], "type": "volume", "id": "eee7d397cc0844518e9a60b92cb1181d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "298b88c2a4b04318966bb3b9e3bcd416", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc2988aae7b244269f1bf4e8b9c80134", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "774ec72c28ff4bd4b69c90645d4ab252", "region_id": "RegionOne"}], "type": "block-store", "id": "03a2098673c44d719eb4ff54014bbacc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d08ab9edb01b444aa262cab787130794", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "248f6ee3ba1c4cc1a874d165cf673f8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8e90ebac39274682b850b2af2b9c350b", "region_id": "RegionOne"}], "type": "alarm", "id": "37431ea0d7fa49a78525d492ee7c2b73", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "878a6dbf18a946428a5f5fd8e2d8a872", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "163dd2412a65481d9c3a3021c33b0f3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0ff7799630f142f599056d0be6b2e76b", "region_id": "RegionOne"}], "type": "alarming", "id": "b2be87f743704812b668a96d489be652", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "22a6f9a229c34973900ccf54a34a3478", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b76742bc15164893b67e735616c95fc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "611da981408e4d7cab02811bbf41b751", "region_id": "RegionOne"}], "type": "meter", "id": "bc0cc77332a144c988379525bb0d7d0e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e9097b69b6554f089e89538676013d5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a33fab80bfb649f4a0e3b51fe61cb968", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2419965f959f4de3a63d8ba0a88371d1", "region_id": "RegionOne"}], "type": "metering", "id": "5ac3dbe078074951b022b713c45ba2a5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9f8d38db487b4519993240b2f48d89a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bb00f26a7d024bafae53ff9a2de2f819", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e2279b2e7282475db63e4561a101f3fb", "region_id": "RegionOne"}], "type": "telemetry", "id": "a83c8c64be2944d3b4f16061c2ab7bcf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0051e79167cf4a4e83c481f8e0aada85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6d6431da07084187843d81da0a363637", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d9b5ce5cb3ff43efae537ee184abf29c", "region_id": "RegionOne"}], "type": "event", "id": "68ffbd13dd664e9085c10a865234b94f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "03116bc7b50e488985ff13d4e26eadb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "001f2d7f01aa4af8bcbe8a7ba315608c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "43647c2bd9f04a8f890983c769dc48ae", "region_id": "RegionOne"}], "type": "events", "id": "24384b1d655e4533afce314d80d7f051", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ecc9a13d7b964b91994566de1cdee00b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "433606688f6a4b29a38d70bf4107f4eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "63b79e10f43b4d7db5084df7df48a12a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3aa39dab91ea40aab070b6248219a240", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "74866faf998b480ca05eb702bc2942eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "43881d20b9f7457b9b8b185ccc74a221", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "58d706a2945846baa205daf97ebf6153", "region_id": "RegionOne"}], "type": "application_deployment", "id": "356350487f1a474f8c3f5d42f79d7dd9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0d1241b269984df49d0d4f3570c9dda0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "982580b5ae8447e98592a4e58173e466", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4f5a58e05b3d46a09287b97b36f92732", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "80b14940633e4827b853f03fb9fffccd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "db6e356c21884d8692092b16be968bd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9183e03035fb4b5bbc90f09af2757ba0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "38e6d63886a7442e953c89f16e2a44e7", "region_id": "RegionOne"}], "type": "tricircle", "id": "d063b42773884ab185d8aac25b21f242", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "77e32c9378514c9ca915b4834fda2dfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f79056bda80f4af8a657729305bbd014", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0b34a1e6414343d3a79f6a4fb0547109", "region_id": "RegionOne"}], "type": "database", "id": "a02bc9ba65a9431a8c2ccc62c44a6b26", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f550db6f08ce4f51809fa36011504b72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5dd795a7bc93422facf5b4fc2208a4c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f73bf023fbb44f2d953cf02e462ff6f4", "region_id": "RegionOne"}], "type": "application-container", "id": "aa9850f3c6734655803eacdc79decad1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d1cb73516b8f4b5494711a76b9473a36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5e4777de18f64aada7f4f9a8d6264fad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0301e578baa143708cb1349ce2660934", "region_id": "RegionOne"}], "type": "container", "id": "62721b2b9b014dcd85ac0b084362aea1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "faf9fde965714d329c48b1f45ebf5013", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e722a1061a7749bba13b4898adce6b21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e2cea29c01bc4bf693d2780c95380ea9", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "54036a9d32ad421d8d77fd7101c21687", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "957a3565ceb34f2c81c410b7a1c16813", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "09faccb280bd4a5c84b824c33a6d131c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "15a06243dce144b784d5df215f33ef95", "region_id": "RegionOne"}], "type": "rca", "id": "2577f0c5da9045d4a434c1ddf22108c6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ca8902845eda4f699677c545977d3c68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ded020637685480eafde0965fa1732d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "0692abb8dc45444faf2aa6afe7abbfc8", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2f31a26d44f446549d57953f53452d62", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "2bb200958d974f97a20d3185bdb2fa63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "74cd13651009451282ae8d1f663bdf78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6ba1a860502e46948ce78554dfe3efb7", "region_id": "RegionOne"}], "type": "network", "id": "2f723527fdab4131987d86f8a8482f38", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "37a1e24595c84072bed95c818ba6f9f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8ee4c6864fad420192888f6ce36389f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8ca0cb79f072467da2d11c02a83d1f2d", "region_id": "RegionOne"}], "type": "backup", "id": "976f470a13004264a18ef403f1e019f4", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "83cf010ef9834e249dca46d2b1c80d12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "79818c93007c4313b8861a339ce05334", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e888d81930ac4fd6a0b884fcff89c2bb", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6eb62bbc75674a6c93dd67bb43b744ac", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "298fbca945f9445db47f28f886d57b66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4817eeef600a4173be29281a8088c111", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "18ebf3c95b934c1faff7eb859a40864d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d60b2e95c7ce4360ab7e9676a0b910ae", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e49be0999c06468b949a332d927d7f5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a308aea98e0b402da1f08bc8afe6e4cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c79a595eeee44187b6803a12ed5a9e55", "region_id": "RegionOne"}], "type": "monitoring", "id": "99ecbacc1f094c1bb3f9e7d156abee8e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7907ed70335e4b2e81afe4e11f94b360", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0fcb228bb3b14274bce33ad2bb806f9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "18cc4927d69442fa8c0225d48ddcf0ac", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "666b0b1ee02d417a8508e3038fa71cbb", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8fd2df974be34926ae4ada35b0286eca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "02926978504544e289fbe3c2985945fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4095df62038047778175d1f986b471d6", "region_id": "RegionOne"}], "type": "placement", "id": "7ddb2cd0a4d646d58f14a47274b69e83", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f12a4d2679ad4a308cef281c323e0b40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7df5feb3c8c642569181028ac1e83ac1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e3c43850168f4c4c860040de99b1b276", "region_id": "RegionOne"}], "type": "instance-ha", "id": "983b9d2fee10431882b2f156d5ee71bb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1dfa6f47f8394635ad539547a89f1b7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a96b8c10d45747539c4acac793076d07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "16d320f6178245dfa21bcadc64509a69", "region_id": "RegionOne"}], "type": "ha", "id": "29f122d016ff4be28f6ed6a127e4d947", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5c42204d9e5640269b29797007f50a6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "45cae65f2c4442cb95e54b686cde9c2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "39e252914a624e34963422c755e92245", "region_id": "RegionOne"}], "type": "reservation", "id": "a611522207e44332b4f62f019b85baf8", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8f727ea59c544dd29d6cedf0513a8113", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4801883db2774f0caaf429a6b764fa43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d8223289d04944efbaf0e1c1557de476", "region_id": "RegionOne"}], "type": "function-engine", "id": "2d708ed45ea5445a9129dcbd1f3cc68f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "de23af2f552343fa9df01aa7c47d5db1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b1a52c22174c48f5b269c7f4c97b0ea0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "77cc7050e7114b1c800d83a1de09a3bb", "region_id": "RegionOne"}], "type": "accelerator", "id": "23e623882de44cb1bca5e2d887a9e8d0", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9e4099ad2f5d4e1da3306151f7f144eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3e2000d0b40c463aaa7f03efffa39cce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f385986c4fdd4eec80387573dd406ade", "region_id": "RegionOne"}], "type": "admin-logic", "id": "83e5c72392b24c98b82757b764197c9b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "72eb2577980848a18e3556b0f490f25f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3687f97c445c48bfa591760d32efa063", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "dc4d6f90be894673988d0b0ac10bf6f6", "region_id": "RegionOne"}], "type": "registration", "id": "f522c5ae2a554c96a69d1eb461edbcb9", "name": "adjutant"}], "user": {"domain": {"id": "4ee3e7df552f4799ae06f1205c47d659", "name": "f8ac6f203155444f82cf110f97b84582"}, "id": "76cce4449207437da15486cfad5c50d9", "name": "54ccc166827c4eeb9594e057310572ff"}, "audit_ids": ["8da926232e4a407caaa95d296d260eb4", null], "issued_at": "2019-09-19T09:04:42.150154"}} {15} openstack.tests.unit.cloud.test_meta.TestMeta.test_private_interface_ip [0.065484s] ... ok {5} openstack.tests.unit.cloud.test_qos_bandwidth_limit_rule.TestQosBandwidthLimitRule.test_delete_qos_bandwidth_limit_rule_no_qos_extension [0.195127s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,219 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,224 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,227 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,230 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,243 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.154596+00:00", "project": {"domain": {"id": "e81c7ac04e204798bd56b8d5eb84ceaa", "name": "a55fdd900f4a4a9ba90c02cbe123c6a6"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c320ce4fe6bb4138a9be30644121ba79"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1571afdf000c4e33b893e4d3d2e6b0d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "704115004cea46a9ae0921a88ce566f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "bdc5c28fb8cb4ebeb2f728aacc5310af", "region_id": "RegionOne"}], "type": "identity", "id": "4150f4f055dc465fb13b0f638ddbf502", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7bfa8c9492da44e68df1b132ce3cd0d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4d00cd96c6ef48e9af8dbdd7c0e3a019", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "719b2d974e0b4b36965bd4289bea2fd2", "region_id": "RegionOne"}], "type": "compute", "id": "c06fc7bd01904f32bd5267d09a7ba98e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c0abb674d401420fa9e59be15e7ebf49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f930b4abb5b94665af1c1215db432f49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "5cca4124e4684233ad3c71c6982c3572", "region_id": "RegionOne"}], "type": "image", "id": "471ac67ed2994e7b9b9ad16d297d21ff", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1718d8e8af994449b851a87b22ecff50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b9e0385323f4487abb9ccd5bbb72ec25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "cbd217b308b34ba19b4ffbc3471d7fa7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7761d57c844a47c798d2f3b528be6908", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a4a44869aaa4311982fdfee337d673a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28be50d1349f4dac8ceaa12a4883fd0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0becd0c9781f4ec8b226764f38fbb41b", "region_id": "RegionOne"}], "type": "object-store", "id": "af45eddea55a42589175b78c2dc20a05", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "24cca30435434efda73593b65063f01a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cb90fe518a1d453980fcf829344bb9ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "145bfff98215443f85b45bae6dc605f1", "region_id": "RegionOne"}], "type": "clustering", "id": "ec61002e39b14457b6ebfa5c7bfe0443", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6b723612b6c24ba49a5e2c4c3bd268c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b0a923204c7f4b3681ac4c72f384c483", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1a5011bb940d48c4b6d8efd2c49962cf", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "abbec50e492a4be19974ddb49bdd72d5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9cc8685982524d878c0ef6ed3268730f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b9ceed9943284e3eba0a2cef90416fd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d1bfbf861ac045bbac28feb4a3e59ddf", "region_id": "RegionOne"}], "type": "cluster", "id": "033e170828694e13a1eabb6fffb1ba95", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "39703511930a4f7092a27212dd0e3fc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3aa8491fe15c4463833f95c327321b27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "97eec6d8cad248f88a8e78a3a31308b4", "region_id": "RegionOne"}], "type": "data-processing", "id": "846aa0005f3d44b296bd52adf720906c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "21c6e2ff48a24e4e8bc95c88cd088f19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5cc5320939944a0f9e8d25a38fb6eda6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "aa1fd1d5703c441b941060b135cf9e68", "region_id": "RegionOne"}], "type": "baremetal", "id": "bf4410e7824148958546b1de1dc2d1ac", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "04c727a5b3304fe2a07e2d6bf2674de5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d2259196cd1d4dae9f1c8e84eae767ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0a1ef3bc97df489e917ff068a7cf2065", "region_id": "RegionOne"}], "type": "bare-metal", "id": "574bf4479e9a4b74aaf340e2715c71e8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "39ce883fb3f0481abca3966ff701fc4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "510efdd8749648dabfd106c517b3df0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d7d2903a23904b8abd1a7c926c2f10ea", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0e065006a85a4bc182ea362adda587c2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "dd5fc2b12285498ca56f649a42a13d2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b2739cc2b332423aa820c07850ff5119", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8079b9dcef5844b599d18242954c02d7", "region_id": "RegionOne"}], "type": "key-manager", "id": "fd4fc148219e4e9aaea75f1cc9040304", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d469283ee2de49219f24a8045f53158b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dfe44fd07ba0400eadb91c155286afcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b5484abb07984878946fb6b2869bbb65", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "bc54d4f3fefd4b639a71b7290ea2e368", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fcbd63634aaf4c3badbdfa2108e09b06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "10020ea6cbb8417ca8b458ccf30dca2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d1af5929880844b6b464ebcdc6d9ad1d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "67c7fe1bc01a4dd09a66dd2c8a5c3310", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "dcdd986581e54976b1e86e99d324665a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1b54fa652e4443dab9ccaeeab1864b65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "112cd4f2a8d84fa383ea233ccee4f10a", "region_id": "RegionOne"}], "type": "message", "id": "114d87d7c68a4c778b5027d11a68d1d4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "93f48513eefe475e84fcacb2af87bb62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "95bb63bc58cd45558c9e0ec6db7fdc07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9fae5bf206c8415b9f19a62cf31e1f97", "region_id": "RegionOne"}], "type": "messaging", "id": "6ba59aeb93b7462a8af6b92f905b3645", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "397b255405b746218eae85cb92261972", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8248ab4c49594d1a80fb291d361680db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d67ad29313d24220b42dfb4b4913a779", "region_id": "RegionOne"}], "type": "application-catalog", "id": "76748c7078ff45bbb90581e418e0c4db", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a1abc1ce4fe4ce9a51a0555ef55b7d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "36f1daa82b324a24b36358bf55125773", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "492a91d9e4bd49f48dfab2f8fecc30a7", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "842650b46fd64dad891688fdb7893f5d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "484f6132c2f3481590a6131dcabfa64e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a40892c0c9ae405786f9c4127c1e2951", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "651880cd054a43639957744a52cdd5e1", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "fe366bb6b63845df9467ac8f1e5c8f65", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e14344b264344c089d84eb8118de2c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "937fbfaf63b24520a7bc3d8d0bf24956", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fc5970b1eb2d44e7a9aae83a7d906af0", "region_id": "RegionOne"}], "type": "container-infra", "id": "f398c6576dc24bcc8de4958ccdeaf38e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ebc975e18bc542739981f40973ae71d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8060460ad03e436786e88398391ba63b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "dc45fd9eefed4a019faf33cabe0cb1fd", "region_id": "RegionOne"}], "type": "search", "id": "775207cd97b54bddb01e2ff66961bf76", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d93c7bca4dcf481485dac094f7fd0102", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e11f7e0fb81f4a3783bf1fb13bc5f8ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3ba1c7e5579f431a8f0f9cb993e17dc7", "region_id": "RegionOne"}], "type": "dns", "id": "f0b5deea144245eebeb92fcd81df385b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "88cf4008a5d24c7494a55c976fa5007e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "43e68514cb3c4980ba4caeffcbbf3383", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "eb286735afc3474397cc5cd206d94fa5", "region_id": "RegionOne"}], "type": "workflow", "id": "07cc4f57ffc14e6c9d790e0d8eb3aa74", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "29c61899981c4823b6fd264af13c6df2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d415bde4bd9e40ac971bcf48a752310f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a8f4c481f9b84e59aa4c1d422541e165", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0f7192b9faf04bf1892accfde9937e60", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6d8244fd76c24f4b88e96869276eec7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7df694ecfed843fab213db3e52e095bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "2e0b18300e81449da0e903523acdcb63", "region_id": "RegionOne"}], "type": "rating", "id": "edd63d1b8c7e46d18459a7a9f22cf005", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e600dd003bc941d2bfa5cddd14d3517a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5b80d81346644e81bdfa83e383ff4d18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "81fec2d830e148f68bac510300bbbcbd", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ce9314bdc3ad4189beb5fdcc281b7018", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e0dd3ea80c8244bba9b4acf9871abca3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4cd7574386a748929c4c3ef097e73eaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9ef70cedbb554f5fb91475d2bf54d3c7", "region_id": "RegionOne"}], "type": "policy", "id": "a0a2f48942f0462cb8261d3611cc38b8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8177e4c394924b5691339f6549b3552d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f8aedb8753c748b7b55e7743cb275462", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f1a2eb196c8e4ff1aa9e29984250268a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "67631b0b48154ad88030b0124edabf11", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3c729fe1733343a3bd1aa1f8b5da1cb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d632bdd755a54a59aa3dafe48872c2db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "646db72b199846489ce40eccdbc9139f", "region_id": "RegionOne"}], "type": "sharev2", "id": "407b81d5079d44519b98628224fc606b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "72f09fb84a554c3db241921daeb1bbcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "72ea892729394d56b2d482f628e89325", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7b5f9e42b4dd4abc9e1ceb7e9ec5da62", "region_id": "RegionOne"}], "type": "share", "id": "5b3cb8d797ff4d7a8a9c40edb1a03a53", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2218d9dae788488389290ef5763ea579", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "79057e85774c4ca79845d4a1c196db91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "57148b6a2878493c82c9be94e2e14aab", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3f2ef5c02ae44564be09ad8950f22d84", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dae0900c0a584b62b1b4d8f3f839e943", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3906daa1eb9b4998852cf35aa212662e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b34cb8cee5b148409d6247ad8abc07c6", "region_id": "RegionOne"}], "type": "orchestration", "id": "dc805f9f1a7047d58395e2226cda7b4c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aef57cd8297f4e9f8a33db68160b1fd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f168368df8446e9a46396e75059e4b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee2d2edea67a494b9758994126425793", "region_id": "RegionOne"}], "type": "block-storage", "id": "483bc004d21749b6b16237c270294713", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c37b579de51456eb5f73a717bc8a081", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a37a8298ace4ffcba8808207fa0b3e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75d03d322f0242d3a8e5ea75e74ed2c5", "region_id": "RegionOne"}], "type": "volumev3", "id": "76059beeb296429f803d726fdcff1f02", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "018de30416c842419836a4966f560720", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1f59484090143ce81f631cb207ff7bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cbb63bca47b24f25a095257e5838198b", "region_id": "RegionOne"}], "type": "volumev2", "id": "b092b433dea64ee4814624c371313fae", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "616c70df81584f4bb30bc9336fd014ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa76c0643b1245d99eebe6075ccd5a16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a004ca7281b549568befbdbed013437e", "region_id": "RegionOne"}], "type": "volume", "id": "44a224f8274741c1b67c875b4fd07804", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ced10ddae4764954a5f83ff430a31644", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d70cba38434495787660070c8c504e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "637ae29220364e87acebabfa2c5fa3dd", "region_id": "RegionOne"}], "type": "block-store", "id": "e70116140c9d40f7855178cb8bc33c93", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d10ef67117804179a2a81ab445acdf76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4ab7ee42188345a291929b8271583146", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b9796b89d20946b1b5325b0f55121152", "region_id": "RegionOne"}], "type": "alarm", "id": "d3c96667e13142db9083a8baeaf2be22", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "586be6352f71497f8b6ae5507ae7eb0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a0b917a469a940b2b7db2b8526648761", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "db9c2f2f4b2549e18a6c20c52bc9ff46", "region_id": "RegionOne"}], "type": "alarming", "id": "6ac887369d6646b1a433ebc01beb632d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1247d98f48454372a20bd4a01d848357", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "01d0d592ee5a4f4daf1ea1a0a12ee255", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a936b706c9a146bc96a6f352853f5ea0", "region_id": "RegionOne"}], "type": "meter", "id": "24dff568f3c5490888e2086ac35ae2bd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "72cf44f3a78847cb9d06c91d8652744d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7d73f168875a43829f155d947c2eb2cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ce29c93c59c045c48622cf1d7a97e3cc", "region_id": "RegionOne"}], "type": "metering", "id": "ddafa12be9294a598d3dfb58f15187cf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4dca8a84df524ade8f657244c7fda2ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cd8f00e12dbf45de8035f1b4e88cf45d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e12bef3e2192487fb7653b44626cc83e", "region_id": "RegionOne"}], "type": "telemetry", "id": "6edfff7c7dd3405394ad62d11522b4e5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e6f634f8b1a74c249c5d159f093388ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "714175c5bf354c23b233498463a54c30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "93180b07d8eb46d280dead2d3e5c014b", "region_id": "RegionOne"}], "type": "event", "id": "acc43ce47de545ceb1e9b2e2cd8be1b2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6ad1df817d6d4a7ea844990a4ac75552", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c3a38da5354b43018ad7561220f7322d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "405477b576e34c11bd1421c72e165861", "region_id": "RegionOne"}], "type": "events", "id": "3175a60b555f4d19af1e1931c9e6235c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "19eedbe8c5654c1eadc51803b3421aa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "80af57c71bc34dbb877f208355f34fae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "931974221aa3434ea5245a0ef61acce7", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1786c0d5591d4d67a5bbe9133d298ceb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8024f136877a42c1aabfd3dd4d7eda02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cf3fe8333dc94021add6b8938c26d891", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "558f6ed115b34e3b96f89a0a73a9130c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b9f0b9b0203541d3a834c6d0d78df55e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "eef4d11d15e147b8a64e166a61e90690", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ddc84f09bd6347c88841531e2bb36d2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3964c07c60024103bc294d66034ab55a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "074219f12a2e4b928c90214cbb1977e5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ecc7a6462196430a98e8ad6433697221", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fdb8d493a82a4eb982163c55355fb5d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "08f36e97a9a248adba4d188e38d918a7", "region_id": "RegionOne"}], "type": "tricircle", "id": "7dd60e6b545f40b59d9d6d593c11539c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2390dd6ca9d04145966c4be93e8f049a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2af4d2c8339e41358c5c049648296fa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6a915fde6ca54c049c1eac2e38b3e26f", "region_id": "RegionOne"}], "type": "database", "id": "1a12a9fa931d4fb09c353df1f6a3c845", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3a9f6e3d5b1a48feae079a5cefe82bb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "07a03c248cca4c2f94c2d86157a30ba2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e15d62f0b9d1466c8467730e0680020c", "region_id": "RegionOne"}], "type": "application-container", "id": "7469d8c7f41b41e3b60a6109405f6a0b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ca26dbc6d45d4fa3bd414c4f4afd89c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e832c357c64e47a38c7f370bf69fc191", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "da35f6d2812e4da29d0a857a00360639", "region_id": "RegionOne"}], "type": "container", "id": "600655de63f3460186677ba494359444", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ede22e43960d42a397acb92827fbb002", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fcd13967cb754fee8c2793f8e625e033", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c5fd3c9369a04d2898a9d3e627c40954", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "db6a01e471e74815b007259e3b3e6b6f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "695cc99c6f274b73b2e8d28e0f05e71a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a6d34501522d4ac6868f9d7be7c4cf98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cd20d860398d43b9841599200a1f4850", "region_id": "RegionOne"}], "type": "rca", "id": "47d0728c180e4d418d1cae7cde05f7a5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "caab4ad72fc54b4497baa14b33e90d79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "327d6cfaae6444c7b5a7ef50050daad4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "41940d169168401fb5f86c9e3a3cf57f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fb1f94e666f346d69831c82ffc58cbb9", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "acbb2c5be9044199aec441d1cf5813de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a2db1670719b4941b2afd68ec43e615a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "784f0f4f044b4e6e880af341d49abf6c", "region_id": "RegionOne"}], "type": "network", "id": "a5d982341928469da4ec7e134c09b9d0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "dd733c3ec5084eea99af864b2040c2ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9c9d701dade34644916054fb5791d491", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0833ce689e6b4d1a91f523c919966fea", "region_id": "RegionOne"}], "type": "backup", "id": "27ba862af50e41e7b956526b2dcf6b83", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "da3eb901d1974527be7a309b4d24fe67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "30ead77b33524edf884adce893cbd705", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a12c4f1cf3d74bbc81978e1744d3b703", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "420ef6927a764ec592c56b73e856e759", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "913fe79e12764ad78faaacd9ba5d85e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5748667526e74c3e815f06b767daa3e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "654505ef5f0a4bd983e9822628dbbe90", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5ce5211f6b57436e9b00ccc2bba95905", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a95c8c44954b46839d4e8941050e2828", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "38db9da2fcb44019a0879400b402c419", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "bc5b7e20941446b683eac2b04b172c9a", "region_id": "RegionOne"}], "type": "monitoring", "id": "5f32d5c8b1424e50a4d941a9278e28aa", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "afa99bd7aa0e4408bf783ae8e0597b4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f273293fbacd46eb89631e07c73aa593", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "176b5df1c747403bab92cbeb55a165d1", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "77e1ae75453b4a95b377784cce5625c2", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "93a2644a9e504bc2bab170c54b29a379", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "79fcd56f2b2d4b6ab7172b7744cce1c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "dd18680ee6894b70a0d02dc42af04899", "region_id": "RegionOne"}], "type": "placement", "id": "6ac9e05e39c94d0fa001bf0491345253", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8d338135f30a4011aab63c7dfee6bb26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6fade0e07cc34544af44615835713a80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c786aef8c121429a93f5bc89a7329dab", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e91b2f6667ef431c9b605ec7f250bbc1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9337334d585748c38abc274918e54ad4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "942e139a036e4b7f86534a8bc0f84bb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2c81e161be7b4c62b11992708130b911", "region_id": "RegionOne"}], "type": "ha", "id": "7fd9724a87294b81a6d66b0b735dfaa3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d3888ad7979f41bb85fa754cdd74be4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f9494ec0f30f4c73a2c745de68336c25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "65486e511eef4d75ab914bf39fd7bca6", "region_id": "RegionOne"}], "type": "reservation", "id": "309eeae08290421c83f0df7a3a96de23", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0aa7f3ae08a04f7a9b0eccc90ecd77e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ff3fa863fedc4a4d9d2952e8ad3a78da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3b3ad66e191f4dedae9b685637dbe34d", "region_id": "RegionOne"}], "type": "function-engine", "id": "e29f4272ee4b42668a8c45328c71554b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f0d94d208170472eaf9f245936be59e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7f076942dd70499e9b74135d27590571", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2d77875a5ece4f959b5a9a68f45c2f55", "region_id": "RegionOne"}], "type": "accelerator", "id": "73ab3342552e4e8c8cb60eda76657ffa", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "147aab0455084284ab5c137a9a30bed0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1ba224ecd87645f9bfeb220099bbbeb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "704f4ea19cc4446786650040f6dea982", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c211a3168ac5409091feb371c744268d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ced411b57bdb4c5f864420730b3e2963", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "072edd8e463448fe906405455134c192", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "978ea8c39b7c443f872da00442505479", "region_id": "RegionOne"}], "type": "registration", "id": "a1a91e5abca14832902ccad1816029a3", "name": "adjutant"}], "user": {"domain": {"id": "78522755aad24424afd7ebfca9722958", "name": "4e56278ba81746ed8ab3bba5a4c2ed76"}, "id": "4556ce3ef7b340328cfd04317a7a0a84", "name": "cebfb7c3182f4f0f9f2569395e3b80f8"}, "audit_ids": ["ed286e25717e4e929376d8bf96f57de6", null], "issued_at": "2019-09-19T09:04:42.154596"}} 2019-09-19 09:06:42,325 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,330 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,332 keystoneauth.session RESP BODY: {"extensions": []} {20} openstack.tests.unit.cloud.test_normalize.TestNormalize.test_normalize_flavors [0.139435s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,366 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,371 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,373 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,376 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,393 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.284476+00:00", "project": {"domain": {"id": "3cff10dfa8394dd29349bd08ea104e6f", "name": "7dd635819fc647bb92f407877d1f419c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "04559599220f45e099999de4f94a11e7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0765c2bb481c4f0eaf3f8c19c7bc0235", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "014aca505ac3434cb04376cb5e96edde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f7c470e991fa4190b053440f55a3e8b8", "region_id": "RegionOne"}], "type": "identity", "id": "c6e80d4494fe403ea9cc16fd2005b1a0", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c188edf7db6d4036a5737b1587a47763", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0fffd6bc8a58467b90fe650acf45902a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "7bd91c0c8a9444c1a72813b7edf0e329", "region_id": "RegionOne"}], "type": "compute", "id": "49337ca839ea43c5ba4880db8ff7168f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "525d02ea96b1483db00201dadd4a899f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "be370508d94c4cc8993ea77c455f0963", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "223f85cf12c446c381f0ec281c05a082", "region_id": "RegionOne"}], "type": "image", "id": "43e56cf4df62460c81f941083879872e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c83836e43b014975aeee4f42afb84530", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "80b3b674aa0e4ad5aa1954a89801865e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "79a2995b2c8e406db1397bcedc9c7536", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ccf37feb4c914d9591a97f9fba00a661", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63897316ec374764b4d9f7a93abd4a85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a68c6a501ea744568d687730cd7678e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28c6f6b997484790b142af25fa12a053", "region_id": "RegionOne"}], "type": "object-store", "id": "4dd25120a78349cb9fdb74b4e33106ef", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1be68c281d0948b0b2ac3434cc3f3e39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "64efbb854c4d4d90813cb47400fcdf2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7a06f85de95843d1bc43fb38c7629a6f", "region_id": "RegionOne"}], "type": "clustering", "id": "5f498711e85c4c55a8727fdf72582d74", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1f1c2fdeeb184328bfe9ee56a1eaa0cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f86ec1b168754bfd9a3a6888c21ac339", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "827c057e3ed64104a15724890f3078ab", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "fa821922020c464db670985bd06b33f7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dc78aba524d3402cbc45c98a41ce2ed0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2e95f991cdaf471cb9b05b7b1241f634", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "53928e2417c7449a9e7c7452e16666a2", "region_id": "RegionOne"}], "type": "cluster", "id": "af474b555fbf410fbb59d5bbb7d7fdee", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4713ef341be54faf8ed83ef7afc9a096", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "38ea32f0cc1c42838eadcea852ce0bcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "97b114daa19c4879b6dc4bfed8e1ed1a", "region_id": "RegionOne"}], "type": "data-processing", "id": "92349b852fc54eb29aea1b527c68cbb5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6f14578d63b04855ac38c6ed70cfc401", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "258a784f082c44eaa84014722259fe55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9d2ffdd9b82249ff8369b19f09a36718", "region_id": "RegionOne"}], "type": "baremetal", "id": "34173835beab4152b7a926a6b73bd5b0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ca5689f91f464a3d909c48474471b6ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4f1b0968b16f482fa46a4ea54fa0c29f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "66939f1e3fe34bfa9f6d7a8299d3db55", "region_id": "RegionOne"}], "type": "bare-metal", "id": "544509c0b91b4a519119eb5278ccc38b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4d5e9f6368364f61a8df7a0d30ee52b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bb4299b7dbc644ea9b9795ba685a7f4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4eb63aa43cf0413e86846dc1672762bc", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d1ceee270561448294e8c56f04561422", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3f2df201cefe4ebd871f1f4c90810388", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b5c58e0f442d4557a9693da44c0ec9ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "29070988ef1146f1b791b2ef313b2fed", "region_id": "RegionOne"}], "type": "key-manager", "id": "c9681fe560b74d04b163ad3e0083f5ac", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "82ac80ce3904469c919bb3c3a6c37377", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8a71f8b157b6403999032059a7ad8997", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f9ea31c6dc7b4998a3443fe5c00c6ef8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "3d9cbdb50a24420b94b74ea0a99c643c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "81b4f0a752ec497493aa1c861349fa13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6898ed0487b14373b08f2280e2fc7a96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e679b7e6e5f84516bf42ac7b6133ac3e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d39bbcc749f3455f8731221bfd372ec3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c8f7079147d247f5950418d39746a7f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "219f1fdb10584b4db4859dcd411010b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c2bd16c51b9b47c3a72918f03c328cfd", "region_id": "RegionOne"}], "type": "message", "id": "f0bcea5127714fd18a6f2c0d69281de6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "609654efb4134b869d71104769c69fbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "dcd0d4bbc12341e391eeacf281e83301", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fc93712e55324f04a22102a9876b058c", "region_id": "RegionOne"}], "type": "messaging", "id": "784675a8c8be4fdd9160c20e97f6be83", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7114371ba64d40afa77043051b727673", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "af437a0516c34117a9af7e63debf1578", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8f1c61ae566b4761a5222532f3441ce1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "be313d632a41426fa44ea12218546fb3", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8e6a4afaecc7431588211b0eb4873e24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7253da572d6641c4bf6db0b3720ddd5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d22106c2f114c599c41deb5c5f90961", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2391c00183cf4e5188193d4ac5b0f7c6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dba1e0a04d9d453c821a3866f90ab75e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "194a4c74e0814b4fb23481244a8f166f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a2c9bb88b36a4d62a601e9db9a3cad15", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c88797b21eb74fd99fd2ff599bca766b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eae4241010364629a734e93eabb563d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1a17364a871f49dd85e3be1438f14a45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7a075a4efa6641a3be2f9a4d30818742", "region_id": "RegionOne"}], "type": "container-infra", "id": "10eddcf16df6416f9134b075725a652a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1e34e81bc78141278d15805dbb4cf83a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "151357706c5d49c69436086509be4319", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "fa53e485c7a640d8b240731498ed6180", "region_id": "RegionOne"}], "type": "search", "id": "fbbb187a77c44aafb3dd5c589e46a4dc", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "fb5606ade5ec4bdbaa2826562798fa71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9d9925cc4ca045e1ac094d8f63e57be1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "47bde1598dc848dbabd9b77c7e688189", "region_id": "RegionOne"}], "type": "dns", "id": "ddf7d13f241840b6b613d9281dbdb0bb", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "23f5caae70a94dcfac98ebbb8c2d3aef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b196c0ed21e045d5832909d67f7ca784", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5aec261d7aea4139bd3c4ea3a76075e0", "region_id": "RegionOne"}], "type": "workflow", "id": "a103f73348374c3d91d00b0c44bb0008", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "139099b5c4b74ac0a21664e53061410f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cd35a917faf1419ba39be52469b7a70a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f467a0069b53490d9ecf75d797ff991f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "bac46e6e4e474bdbbbcc008e3763afcc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "498ac55597a9478fbc52c15bcbda02b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "099809723d014d18989fb4160bbd5c42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "46c7776788aa43e48b83195134302196", "region_id": "RegionOne"}], "type": "rating", "id": "fd55dcfce01f48f48f155dbea7238820", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "254d3507ee5244cf99d0f38b94c80a98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bb092fc28f52450db09d9b625d3f98ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "162c36d902ce4272a734f10b30feae47", "region_id": "RegionOne"}], "type": "operator-policy", "id": "31262b9003d24d8d9ff7f07e01a790ce", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8c92a7f3d3054f1faeef15095ac984e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "67fe87ac1288406b98f30289a04f2d87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "692f05c2fd3644d48bc188c0ebf6370d", "region_id": "RegionOne"}], "type": "policy", "id": "6df592b1235544139cf1e8d19de5956f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ed52ea0c05954aa4b73f3c5dcdbcb30a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cb2d6fa9008b46dd9f4f2942397eff99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c2b5e811bd504ca39fc3f6bf7144c93c", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "72879a8a499e4cc3a97f5988697c177a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "52ce891bb73845d4b36d0a5b67d5ae9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ff591781ad5e45c3a1beb55c112e76f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ce91b365d9ce41a29f05ebbd10d0dc45", "region_id": "RegionOne"}], "type": "sharev2", "id": "80d432282c594f55bfd892485c0f8e31", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c09e6b4f0f7d47ada3898be9202f912f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f6d187c32bd947db8f48ed77b5904e08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b9be449284864863b80c4d0b7ebce0b2", "region_id": "RegionOne"}], "type": "share", "id": "7c5db9a5b7c14f3db01dfbfcf75f1bb5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9a1b3b659cc24923a2ec8bffb39aff84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "81b5968366f84e8dba63e77771850f06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4f363d37eb7b4abd9095fa6d4b2a354a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ec146ff61f044264896fd4a30118eea1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83a462d0b0a64170b6898c74bdd85300", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f5158d81aeb4560b5d6ec8c20dcf096", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2534b6bea8ef46dfb9025b42951a4083", "region_id": "RegionOne"}], "type": "orchestration", "id": "5ebd7105d0fd4c8b8c34416c284c8c68", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9154d76db68949289ec4ae0230b5a784", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5a6829502b04956a3c5a94759362413", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ada1f6c8ef294757b7359612ec91ae6c", "region_id": "RegionOne"}], "type": "block-storage", "id": "47f958bfe7e242f799ef2203bbafb4e0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "577d49ffbfeb4d2ab74612c9195eb1e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37a9780fd46b4d449238ea6bf060a683", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d526a6add554f9da74acd102f682ed5", "region_id": "RegionOne"}], "type": "volumev3", "id": "ba7c20ccb8cc425ab9d5dfa52f66c184", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9326ca8bbd04938bafc3b53549a7d20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f49145f080894693a9160253edf9628c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eaf4f4dc2dd84adc95cef7b8da1047b8", "region_id": "RegionOne"}], "type": "volumev2", "id": "df21395c7d2f4debaf5369c326f3204b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e66ade32dfbd4681b4695e4a95cc2044", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26bba05ffde847d4a33d890bab5e880b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce7bf785b92641a0af8ba7dbcbe39e69", "region_id": "RegionOne"}], "type": "volume", "id": "95c4760ed59845d0b87c686709f5f075", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "614e21317ae34c18ade5104305609312", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3aee798db1cf47db961e0e36380fbd7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5eb6502b89ca4c6593b7ffd9f75d32a6", "region_id": "RegionOne"}], "type": "block-store", "id": "8beea05b99694ecaa86011f83606054d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c24e83410d934448aa6494f13acc6123", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ef8cebaa0da04860b779d36882e8d80a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8645abcc1b464f52a5b7f294b23c7110", "region_id": "RegionOne"}], "type": "alarm", "id": "95a5e5a1a7074b5eaf6abf5f07f487cf", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c5013e586c44448d89177f0dac9a167a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c50e0739baf743bfa6bed23f175b63ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7cf36504621f4e6ba1df7687d0fc339c", "region_id": "RegionOne"}], "type": "alarming", "id": "71d64dd915fd42f2aadc18c9721e8468", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6ad04394be8c49009c9b0fc657af29c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a00387cf8fc64a319dfd1f9be24c088e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4f32b163df144478850def77b9cdf034", "region_id": "RegionOne"}], "type": "meter", "id": "da4311bc6ceb4be99970304df435fcf3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "eb696049744042878ac61ba4ababf292", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "30d3d0cead1945869ef3146cd4eea31b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "05d540326f774d8d9d4d393cad9311d9", "region_id": "RegionOne"}], "type": "metering", "id": "1718dc7d531043bbbea22e305ab6bea8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dfbd666f1bb948b4854f8ac13b75ed2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4384e00bbcf849649de4028131ee470d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4c3752fb9cea4ac0a0f087928f563f85", "region_id": "RegionOne"}], "type": "telemetry", "id": "9843424a11f240d0b66fbf55a2a3d806", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3a075308ed684be8bf29fae8d483d107", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "58feca04a66a4b7fad2f0afd12ef2379", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b25b308f53a642f889200a3af6dcff8f", "region_id": "RegionOne"}], "type": "event", "id": "23bae75b253d4508aa2c87e6bfecbdfb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e8c964f8322a44ed95d537a27863e0b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7892a09570b840b98a019527fbb062ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f0b6b07c33214e27bd2fbeae21448684", "region_id": "RegionOne"}], "type": "events", "id": "aa36205ac2c84526b1e3b64792dc1d52", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5be5b8edd9684908bdbcdfaae38255a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0c564987ee324f98a1ed8e3b7e174518", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "db387be7ab2a4a088eb975a399104850", "region_id": "RegionOne"}], "type": "application-deployment", "id": "01a94e3900664b18938443750ad12e7c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a168019446f341fcaa56ea0035a6f3a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e10a40aa33e34154ba82b30386fcc028", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0190ad3b0039469c84d2b54c51cfd291", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1c17dce320db4559a361f001a2f31e0f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d72beb56da654e7d800811a12e88c899", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1f05facd377a48828fdb4cdc57fe15a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1715976bceda4454a03c46fa44e4eee1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "0548b651ec464aa5b4c021595e909233", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e229fff455274e2d962953bed773dbd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a3ee6cefdd244b8bb9a9be1129976a52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1f0fa09a80b546ac97ae09ea390c68e3", "region_id": "RegionOne"}], "type": "tricircle", "id": "0604d42032484ca28e33522d73e1588f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c6ac6fc7fb124f93a05f5c58ee316ba6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b4a4ee753ec04d62a28167782e308c06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e5a2d385e04f48dfac94bb18a20113f1", "region_id": "RegionOne"}], "type": "database", "id": "706e0bd755a940aa81f1459d54a44373", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3536ea46f7294f9f82ad0181ba5597aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c8002dd592104ebb8cad0c76ab352cae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "29b684c70477441c97d3b29066fdf66e", "region_id": "RegionOne"}], "type": "application-container", "id": "02dd64c891a343439a7b782a0e8caa79", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b529c3d3def3405fa52c11fb62a52f07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "95b57e9d818647e3bada739565bf5ef8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "949f1d61c8234ff085ea638d336a6ab3", "region_id": "RegionOne"}], "type": "container", "id": "a09fd4f794a648ca91f9d753cb7382b0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c0f8a92ee31b44cda73d4fa4e927b823", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ca65c32588ae4dceb40bb4e6559bedb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "543921f1873e4b9c9dda71402f83f963", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "01fbb34355f24f46898daf5779fed4c0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3062533f527d43dfaba78a8aea5588d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8f6fc8debac44ca599fcb32043a8be3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bf85a0a8dcfc4343ad9faa7301503f57", "region_id": "RegionOne"}], "type": "rca", "id": "bfcf31f3b2dd4003a07fa53f3eca338a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9ab229614a734e2c9ec8e21091090a44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "db63b8a91ea7476285ce2139dc718370", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "0b27c6745037452aabb295b6a5d325be", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "68b06dbd6da9493fb4acd5b6b12482e2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4481bcee42de44268d25e6591b08eb46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "18db7ec7a6a54132af71c9a11d5fa792", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "656547eea80f46b394b4d16cafa7fdfa", "region_id": "RegionOne"}], "type": "network", "id": "10be748d53c54f78a05496e1174bab70", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "fd5169c21ba449d5b943bf5d8c68deac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a6aa0cf308a84e0e9a2cd1d837681a57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "fa811fa93d3e424f85b6f016da3bb3b5", "region_id": "RegionOne"}], "type": "backup", "id": "2971976091064b538ea295cf86feac88", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d3d88e5edb664fe6bf5c9251e055964c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3a5cee385ec14e9c8ab9320eeacb9b6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4f18fedea10d4644982ce16202a48e37", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "316c95fb66b84e5fbee6848abb37db0d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "40b101dac49749439b65323beb103138", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "56524e487eba455ea744237a3f0a8193", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "152ada669ca040349509027a9efe4603", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "212091f354ec44eaac1dab8ebd3a6231", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "11f04e0f21b440308511def298d50281", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "16ba18292a9f406fae6eb7b0e0c31d1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "7a5234f286f046a9ad6e4fdcca1280b0", "region_id": "RegionOne"}], "type": "monitoring", "id": "4d3231b8b5374bb1b4daecd0d12a52e3", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "57881020dffe4b9c865a5ded825f4737", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "354f35b68e4641b892b3df666131969e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "eac47e614cae424e9c64daa451ac1f8f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f967cec693274df1b21810ee6b936783", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "fd30817e3a33453fada9db0cb0ad9c13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ab508aab6c3b4d2c8de49134280aeddb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "699bf1814bb5447a8ab14e90c847d8c1", "region_id": "RegionOne"}], "type": "placement", "id": "bebed87bb23c494db2fe9f5829f4fc69", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "95fad261bb9542c189672f9d4e735926", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f46a42d64c5e418198ae37f74a88d59e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9ad3e2c300954dbea588c036ffbfa003", "region_id": "RegionOne"}], "type": "instance-ha", "id": "57ffee1e80064959aa4b0d2dc2d294e3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8226d941b44446c49e19823dd99bbbc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "85858f0ee40c44a5914a56cd05b3b9e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "af273255d8ac4b5aacea1c11f627a033", "region_id": "RegionOne"}], "type": "ha", "id": "e9512c9562104a65b4f6112bb0a38b24", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "313e3681c0784fb68939fef6cf89db4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "35d562b4b91e401088ff14dcb50dc2a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "88bba85ee91144f3bd8efb59c658b141", "region_id": "RegionOne"}], "type": "reservation", "id": "839ac8b3e6b3486b97786a49aca0bde7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d4c3ef7277e9451086adeccd90c5e992", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "84591cca2a144ddfb29971b3c4f3cbb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b5b4a02c12ed4dcbb3a63e8bb3eba1d7", "region_id": "RegionOne"}], "type": "function-engine", "id": "d3f5b7180bf24cbcb5496bba46f8cf63", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bacade70a30a4d2e8be12dbd381f3921", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "cb0da95be26c440cbbfbd7431e2c00a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0ae6bf993d144bd4b9db1e58e4b35f56", "region_id": "RegionOne"}], "type": "accelerator", "id": "7b5badd537bb487aa647ceb71d4fde19", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "23a437942dc14709947da6e3633b0078", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dad0c313bd4a438aa7ca27b878e37b2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "15115402e87a4e14af2d766d4bbe5a7b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "94a571647525445d926048fa546a61d2", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "eb2500f6d99e431db29089a4149a746c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "54e989fe840440038ba22b221d492db2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f12899a4bf404d5495b8fcbf065179ee", "region_id": "RegionOne"}], "type": "registration", "id": "7f94deaab3224ee0a070bacbf31421a0", "name": "adjutant"}], "user": {"domain": {"id": "414f13bbe9ad4b539d36d95c3d100d7b", "name": "b0e28a28ed564905b9a3abc1ed3c9637"}, "id": "c475a7c20f7149acb72202e09efe3db0", "name": "77cb8111aa5d4c81b8ef89a5f6a9d256"}, "audit_ids": ["7df2555fa6254b91bf6f057e64de7efc", null], "issued_at": "2019-09-19T09:04:42.284476"}} {23} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_delete_qos_policy [0.252688s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,036 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,040 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,042 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,044 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,053 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.993899+00:00", "project": {"domain": {"id": "c4b030d7d021462daab781f089b5c1c4", "name": "f1ea9d3ca1054b5ca06de9b3ffae6ba5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "cc60186a5c934d95a12d5c7711f3a7ab"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "197c1b4ef6434372bb9e8a35d13b587f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3bad575e93bb4e52a787d42552e986cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "29e80a24e1da40aebee32a3a6489e7a6", "region_id": "RegionOne"}], "type": "identity", "id": "29d28035947b40e08a55aeb6a64a82b6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3657b1bf655b4a2b84b671a45650ec88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e52f9ce239a24c5ca4d5c2d4cd4632ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "cd75fe0f043a42c8999c7f3bc76089dc", "region_id": "RegionOne"}], "type": "compute", "id": "52190e1776214505955b450f84378ce5", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "532563536e7748dca12cd49731a8909e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "90e89a0fd0a84f82aeef92350b03167d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3f53c29f18f34a75af40eb2d2424e35c", "region_id": "RegionOne"}], "type": "image", "id": "bd61a15a8f3749b8bf0ab6a0284e885a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "91f993f24bb24603b6a2b67012fc3436", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0d8bdc4d91044224b304dd2ec456e655", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1668194279904e93922d071cedbdf71b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "435674f35666468b9c24d24c3ae4e644", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d863697736b4efe810336fc9ac37837", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b08b2545b58e46099d795ec2db2be2ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f6b3aa474b34e11931e48de61b7a9eb", "region_id": "RegionOne"}], "type": "object-store", "id": "02719630d60341f78faa71ac93ca5c27", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b7e87814a92047009768ace89409267d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "805b728a723e43098fa3d478893f09c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fa3497da623142aa9fa153568e05d996", "region_id": "RegionOne"}], "type": "clustering", "id": "25dbd59af9a7476dadb7fa5139c1c0e9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9831340012a54d0fbd0c9044c70cecfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "218c1d057c8d4a21a743491da1888cf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "49c66302d0024cf99d4c82476b685a5a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "12eb2ac978f4489784a6f714f4d24d71", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6da2e9e68835438d946b26f2db2e3a79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "02014e2e5d2b4bcab8649892eb4b66fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "863090d3c8394bbe98cf201452c50d46", "region_id": "RegionOne"}], "type": "cluster", "id": "09b3e9ef3dd54704adcea49819b30983", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "18bccc3622044905ab8082b6896f1ba7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "862b811d5ede471ca4ea22f5a2a05215", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d07f593d883b4026a67c29dbb79480c0", "region_id": "RegionOne"}], "type": "data-processing", "id": "fd3f88ca170e489faf64a0989de31362", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "eff9981f84bb4670826244ecab348b1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4b9f0c032a46496a85984ecfeadeab1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f0d75b6864f74e88adea044e6a2a6e53", "region_id": "RegionOne"}], "type": "baremetal", "id": "048b8a963c0d40a9ba167218690f1401", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f31d69cdc6e84d23a24bc60914fbfd94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "06ac7003b9024d7289185327601e893e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1bde5ec63b974289a0a173a210217b60", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c554872d72f248979ceb17b6a77cb2b4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "afad94310dba40968e1ab778e5165358", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1cc26ee6a5274d1f825ab34b5203bf1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "bc7cdb410ad44be79d30b8f5b7a22e6f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "432a04ae1b81463db484bcb3705d0c43", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6528b99c25fd4d2997a3cedfbbefc722", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "708b7070188b45c7b56b33e723c4f1ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9442a96aa20542229b4f49ac6fe8e648", "region_id": "RegionOne"}], "type": "key-manager", "id": "370c426d91f14dd8bc93170b0daae1be", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "41595759c6b74f55b03c2e3d88c47eae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a6f343c9ddf146baba142c3f63894e71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "441520389d634c7eba877410d383237d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "4a1d638a17b146d39cc7db259a904b8f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "326630a023b8441890476e2a574b1a53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "41a1a3b096474ca7bb53ce47f19492b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "26a78160a9d942e5bbf3ecbe25c023f6", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1b816f0c45754aa0afabca5b202c27e8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6ea47254228541db9bf6ad9fa78b7c1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "68d716696c8047f296d4c5267e5febc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5b685b9cab6d4e44a205566bd199aa94", "region_id": "RegionOne"}], "type": "message", "id": "8bb6fe2361b14808a4154f1141dddab3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4e258963dde94b26b5206ee4bd485a5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1b8df2d2b0b54b83aee6a4716f20f599", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c8c2aa1aeee64edbb18127fefdbe3d29", "region_id": "RegionOne"}], "type": "messaging", "id": "c045166e29e34493aea63253c6753542", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "13dbdce5d9f741e2a71f47a8e8b06117", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b8f7bc338812498ea53ffa1291eb8805", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d453c4e2875c44d898a363adfcd3d78e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ffae43e2f5b74851911af0301a07879b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "09a3d9cefbd44250921b2c834d514f74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "10d38007f78c4e14a65b2eddf04a8886", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b6dc2ad75bf24d02a327510183649b57", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0c5918c412c14620a46565f91f429c98", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d1d8d6169cb14af1bf6570ef720a07dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ff12f795f0cd42119b0121ef824346e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c340db96af0449b895ed0745b53323e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b8e67f5a9f5e402f87569031ebbec50c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f57d262db5cd48b2ac5fadf94a04a56c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18eb2a6e3fbc43c7a89f7886e10aadf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d9da1fc6a12540bfb1627ae568cc09e9", "region_id": "RegionOne"}], "type": "container-infra", "id": "16034790e44d4117bdff094634d5d3b4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "bbe74586f9e744338d0569342ffddfa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c0f65da66b354eb18e18e442932638cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "fe75aa6a74ed4902a9f83cab5b977887", "region_id": "RegionOne"}], "type": "search", "id": "703b3f0d53944e4a8e176aad35fffbcd", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "efb9d2225ad544f4b0c72d450df4f09a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "06cede0140524ed29c32ad9dc2178b8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6f7e3f47a6c945a1a3f1f7bc3e6add78", "region_id": "RegionOne"}], "type": "dns", "id": "911820bad4bc461ba6a09cb19d3bacef", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "000934c1def24d28be78221e96c97603", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c741cb568ca84d989a9c8eb4b21b8fa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b106e89bc0694533a8ae5098fb687137", "region_id": "RegionOne"}], "type": "workflow", "id": "281b5891afe949e88fd1990ede70a588", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "77877c1fc14345f7893825ae62388d92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b2312a73f2684bb1b7798046be7d04c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5c4b419a55244e73840f2cc7bce4cc35", "region_id": "RegionOne"}], "type": "workflowv2", "id": "49462f8da4f14b39ade1de163dc54d12", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b756b9f0868f48ca89be5c246589868e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "02f72cd3b8ad4ffda8cd7ecf65be50b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ddd83e9912b84bd08336b6be8b748c4d", "region_id": "RegionOne"}], "type": "rating", "id": "5e98b1f5deab40d694893a096b166e01", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cfc4fa5aa9724f568ae319f81f691b3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9a7409fa611643b0a4b53507b641735d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d7986a99ec77473da071ef76500cd771", "region_id": "RegionOne"}], "type": "operator-policy", "id": "20605f511ef24b249fc83579d7b7ad89", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b9667a84701242a5bcce1787b580c48f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4c54bcd38f5a4c50b0a18dfbf72ef58c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6a9f0ee902c94a9c80e9d373b72ad3b8", "region_id": "RegionOne"}], "type": "policy", "id": "9f58f90b0f794ea2960c8e761c85d216", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8317345b3d074a55ba0d7a5878712ea2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "15efc47d5ee34d088759d9b2f5e2b633", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3ebb4bef0c6f41939a003a965ada0b2a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "be786619e4f74773a9f899e24793cc37", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "947891b21bf546b5a25aaa9f79643291", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "02b9a2e0d138487aa9db5c88619cf8ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a45f14f4c8c5464abe6bb68a3f5fffb5", "region_id": "RegionOne"}], "type": "sharev2", "id": "e9aeeb1b4c0944cf9c1064afbdeed722", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "503b737cf6df4ecbb4312e79ac1e88e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "68740a62f3b140c98824bf99026f7a30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4df398fd17804437bb23ed360a18d4f7", "region_id": "RegionOne"}], "type": "share", "id": "02108a34f0334ea4b1db1e70c956b3be", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2fd893ced66d45658c521517690771de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "97c9a6d776f9457597be2cd8a8091d55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "981231436f7148d2938ef8a7ca315e2f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "21038bdc41654fcb9782f497a19be4ac", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76de0c1de6a24ebdbb34371fd877e3c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bcdacb657cf44b30baba0982cd37d073", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aff0c9c48bbd4659b1300d108ab8a5ce", "region_id": "RegionOne"}], "type": "orchestration", "id": "e514ced5f2b54a2c9765f984192e915d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "718b9d0761824fc69cacbf1aa5dda19a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d5209cc74f84baeae58d8f5dd242463", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72e96ac468444c7cb72d489bbb891509", "region_id": "RegionOne"}], "type": "block-storage", "id": "414a9d460f4b41b3ab2e3b8a3b34dc91", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aeb9d3d34fff4caf85134527954a9188", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7455321452474a0db3928970b5403ace", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4983e744921640b399ce9162aa552e88", "region_id": "RegionOne"}], "type": "volumev3", "id": "034163d201934cc6b97b3b6fbbb09aab", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "125fd0799d104cfa98a2c8a951a271b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35c5262cca7f4c08861f86951751bd56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "788952a2c37e4aeaa851fa8952f1ab35", "region_id": "RegionOne"}], "type": "volumev2", "id": "d8851b772a974de396895c2cbd892a4e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e395be30a49b4db49c8e4ddda2d9641c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0bc8178558a4fc29676dd7f32d79366", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7fe796ee227405bab4e00071e7e2f11", "region_id": "RegionOne"}], "type": "volume", "id": "312696fd96734da3b7cfbe35f4e029db", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "714a8c19795246fd9d01d6b6440fbd45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1eadda6e20ef4fecae37cafa458841ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f5bb52431764d81b700c49cacb5e140", "region_id": "RegionOne"}], "type": "block-store", "id": "d8664b3ece73454297ddc0c7264d3c8b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "de3b1e0edbef47efb991a6430c1bc889", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c7c2313ab3294df4b8582aaf1473227e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "dbed2642afec4235898a853ad2d92ce2", "region_id": "RegionOne"}], "type": "alarm", "id": "200c3646f8834ca99aeae9a85e7cd1a4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bcb292f7884247c8b28f1454c05eb02f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4cc71534bfbd44dba28b612ab39604ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "18de39f769104cc68389bdd2457ec749", "region_id": "RegionOne"}], "type": "alarming", "id": "29d8ce30f0f14c38ba67a81ae058e695", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b9b8e7a5ff934149b89872476b707ecf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2e71a048f9d2454c858fbb1de9272008", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fb5b4297545241e6bcfe3c7a00a5b28e", "region_id": "RegionOne"}], "type": "meter", "id": "4c62bc478d7746909b686d125cbf6434", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e693a43836734434b1bf10d9774ae82b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e7ea70fa033a4c169b5a4480d389e102", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d7b3b6b2086f4fd8aa53b96598a3098b", "region_id": "RegionOne"}], "type": "metering", "id": "826da46d2a624feabafa879294ec3a6b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5b176b5ffb28438caa89667350cf9c9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7253a35cd89c48b69cc576267b7c51d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "167e2826c02e4477ab6bab5e8da69bf3", "region_id": "RegionOne"}], "type": "telemetry", "id": "92d7bd5fff0c45b3841771840be13155", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a67dfc617be74b80819b8eae6f664c5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a2adba0105594359869b3c405c5e5bfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "98ce14ee9ce240e98717ef4a6394fa2a", "region_id": "RegionOne"}], "type": "event", "id": "0815ec5e6b9d4150a64f360f0274be54", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "773fa1bbf7f04853891c34637b588684", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e73234f5c9f74539ab1e2a69385734bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9684ab76bb3a45bba7243884803a1a0d", "region_id": "RegionOne"}], "type": "events", "id": "0baa016e805747c09c4d9900af8fa3d9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "45ec177e31114cc69c9df35298b93fab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dac721b233f0462da0b67da3a3bdd679", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3bf26832216e4f519c08470563197cd7", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0560d8ebda3d4fb2b64de04f497bc016", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8679f3a05d704a0599db5bb69a47e764", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f3a1492f775641589841e1c5894e6619", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7041eff086c046249eccea618e3d9809", "region_id": "RegionOne"}], "type": "application_deployment", "id": "189c7b37367f4e32a3fbe2ff12e833d8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8f4c793555724739af7276d672f15597", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8e6afd6af3044cd08bd5becb663a33ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fce63cff7e2649f8963bf01e1a753a86", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "beff5d44fc5343ec8aa9526dacd76046", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "063b514cba3c45bf9afd1c8366342334", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c214f9a021f54cc597defa5aa934ffba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cd20c24e6d624db59183fc59b0be0b9b", "region_id": "RegionOne"}], "type": "tricircle", "id": "279299594b454c72befee88f810e1faf", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a4594d2457564bdeb9ff643a6144085e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9bd3df5c68784eb8a6174aeccddadb0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "237cf361ba004a5ca7ce82c36049967e", "region_id": "RegionOne"}], "type": "database", "id": "902e004ff2c146d0bb04158c1b34f951", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9ee61428fcb44047bbfd90331ec06a3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "72e1cc71d975463dbdfc0b3322a32ff2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ab7f2c5c889d471eb631ae057cd1621e", "region_id": "RegionOne"}], "type": "application-container", "id": "e419a678528a4a4aa2da05bb75d66fd1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b3b284db499b4dea8f6dea8cabc1bd8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "aeadb6077f024d259e92008a40332d5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a204b50d90f546249c7d46c849070eac", "region_id": "RegionOne"}], "type": "container", "id": "8d64831699774a2da7057ca67ef0954b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e7e2d5752d1b4c468424ca8bab1291ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a3ac89e5d25e4b50a5e69f9f309c6723", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d58955caf5c546c7b3f23098ffdaa099", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "57fc0937d58e4791878ca9a405d326bc", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "25d9477024e741e9b2b66e6a000e5b39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6f746d85cf3c47c4b42f5dd1eb8ff8de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "63df13ba42ae40eba6731eaf13d2629a", "region_id": "RegionOne"}], "type": "rca", "id": "37bd7ae05bff4b509dff2fb5e8285485", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6f847284e44440dd9510a849c99979e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f665b3cc3ade48e5bea68d08110d4599", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "2c69a7b389d44913ac9cd8c5a4741e60", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f80bd620b29a44afafb5bd830eea98e6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ed9b7f4387b54f6c936502769892434a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7a79bc38a8dc43f3933dfed0efb8e7ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6ac241c72fb4420cb0e283eb6cc82a8a", "region_id": "RegionOne"}], "type": "network", "id": "55bf5fb1b2b94a5d88055ea93d471c01", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "604d9a432ed741e49e2e7c5c8e57a02a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9457d8d2ee8a457aa86346bd75ef736f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ed6a84b655e840988f7a1567f4295c0d", "region_id": "RegionOne"}], "type": "backup", "id": "cf015faf5d5646f483639c121d10f049", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "453cb149e6224720bb02d2b1a1a96686", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b8d4605baad94d14a7f31e4bffd2feca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f87dfd47985a4414913d57bf99f89df6", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5b7ed7dcd9764b26ae8ab411c5381b06", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "34bc124cebe34999ab895e1fa267f527", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "23c458777b274ab4ac3827fb73978946", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d5d49208756744728e6eafd1f65553eb", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f83f024d91134f99ab7819e8247b1ebd", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2fad5ee849b04f908f01a7245de300e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "00663aa3cc934b13b13d19f3871781d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5766b3f421c04edbb5cf86fc6ba92942", "region_id": "RegionOne"}], "type": "monitoring", "id": "44ed596d5cd34da18d4e01ad4ac9afec", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8a019f719d2745d3b4a97da6f4e314f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b68ef2c438184d629aaeacca5276957c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "94e4d1f962664ca28bc9b5079487a852", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "76bf9b4851c5496e8242031f36981a50", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e785bcc65bb14e55b3854cc376245cfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "76c2b9ca93d44602a5f6c805285ccc38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "35073ccb854149bc9c3fb605ea882142", "region_id": "RegionOne"}], "type": "placement", "id": "723eac1c9659496c8fb042e1699dbb47", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "86b7d885dabd4a51989892442d922ecd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "55a3673be9154841bfe7e64610506625", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fea15023b0794c3db91bfccacea10db1", "region_id": "RegionOne"}], "type": "instance-ha", "id": "331dd6a7c6ed4c158759f9f2817485d4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8845487948a64d21aeceef568b76d5f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ad918cc9a36d4b9293725a1c98a0aed1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b6ab4cb1e3b541b28edc5bd9ca9ca705", "region_id": "RegionOne"}], "type": "ha", "id": "620169ce42734ef2870c1372276829fa", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e947488252c14d1681ac3ad35803e360", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a6bc9be3db994431ac6443f54cb031db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a10f86fd0b4b4391a5cdb5152d271ab4", "region_id": "RegionOne"}], "type": "reservation", "id": "f381cfb047db44c5ba00a7bba84c64fe", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "32d83ace223044c6af9e519396225ceb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "56b9665e1b974628848ad9be5a07668d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "0b48d8984e314799b17e430ea8424fec", "region_id": "RegionOne"}], "type": "function-engine", "id": "e610c99b288a412a87a954896e12be23", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "178192cbbef040349b3592e2a99bdda1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "732df042140c44c79f261149fa3b3158", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "008d91a533064ae2a86b6d913bbf6ac6", "region_id": "RegionOne"}], "type": "accelerator", "id": "ecf7827bf956487f9da6df91a1c17823", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "39b7fd6c20e640eb88205e4bb7ffcb23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "67e45f850c0a476086290465962e6f03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b88ed3e692324abe85f0033d484ffe80", "region_id": "RegionOne"}], "type": "admin-logic", "id": "40a43b0873404a058d94804ed657249b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "678322e888ee455884516315683fabc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "33046d961b0c40fbb485cb17900d59dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ef60bc37f0a64f09a73a4cac6f6d999d", "region_id": "RegionOne"}], "type": "registration", "id": "81f7abbcc5b8418d88be0aa7f1e55f12", "name": "adjutant"}], "user": {"domain": {"id": "e093fce8a19b42eea909d1e63d40c28c", "name": "d318ab83596c42b9aa9f5bc0310641f9"}, "id": "4f010f7077b146cda809d6a7df1de6ee", "name": "2015d5d57bf849a79e439d3d18705c0b"}, "audit_ids": ["6968e6c2da974d3ab8e48871bbe1e6e5", null], "issued_at": "2019-09-19T09:04:41.993899"}} 2019-09-19 09:06:42,198 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,203 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,206 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}]} 2019-09-19 09:06:42,209 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,214 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,217 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}]} 2019-09-19 09:06:42,220 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,225 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,228 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2019-09-19 09:06:42,232 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,237 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,240 keystoneauth.session RESP BODY: {} {27} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_create_subnet_without_gateway_ip [0.293187s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,019 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,024 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,027 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,031 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,045 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.956621+00:00", "project": {"domain": {"id": "f65f0ff7f6fd47929509245ebcc4cd5b", "name": "cece7ca8a8104d86af66b12e2574b6bf"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ac07b5d397994e7289edfb2e49f3e3b7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a49e9f0ea3674cb6bf283d478b482b67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "cab29557b38e4e1a91a9a33c0694e5ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ae3209dffb01453aa5075da51e122f45", "region_id": "RegionOne"}], "type": "identity", "id": "c26f122dad00439c9d1c1aaef5ad4c9a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "609280ce236f4857949a178f8cb36b65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1da4d813a522462b9b69c342b7aee1e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "87f4b89f80144fadac5538461af54f69", "region_id": "RegionOne"}], "type": "compute", "id": "aec77f7485664c2bad42ba67b3690287", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4dc1545934ab4b38840e14ee9776b97f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2ff6b03efe664b4eb34050538ea5b3c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "158aeb7e701342f1ab5451cda7452b60", "region_id": "RegionOne"}], "type": "image", "id": "96dbe542e86b4570b61554132c763a9e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2875c3a57bfb4a1e99130e9341224166", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "edadaebed22542e8af5c3baed927165d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "99bc4d7af176486386384466cea58a2d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d1c61ffbe4c9488aa23b6db1a326a7a6", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1971185c0cb64850ada448c3785f8973", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f63d862747e4d03a31045e65b7987f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2fb83d7cba548a98d30a33a37918151", "region_id": "RegionOne"}], "type": "object-store", "id": "1998b002f6f54567b840e82accf908eb", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f46b9bace2d848aa91a405b3069c88ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bf96ec69d75a45e7a711cfba66f98946", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e0e380a5c11d478f83c9a6dbd8252d26", "region_id": "RegionOne"}], "type": "clustering", "id": "1c93d1679823482dab48a5e53dc7920d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bcdfc70898344359b1dd27d43236fd3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cd51c811c96346cca332224aabd87c34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "527a52625a1048508ffbfc136b817a6f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b88a3789b6624a5da7a317c221d5f4ca", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4d8887c89567480d80490ef6e38bd6e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a4da319d0c114b74947299086c8eee12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7e84274a528b4c00b51375a3598aa2e5", "region_id": "RegionOne"}], "type": "cluster", "id": "1579d07a98094e11b97a104eb09224a8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9cadb21bad324bba86399778aafdf542", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3336d4c24cce49e8b7fd580af14248be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "cd667d75f244465a82d9e79db6f2e4f7", "region_id": "RegionOne"}], "type": "data-processing", "id": "918e00abb68c41bb851a0af3e92fdf24", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a0853fe6532e4b7bb2e828ab72f23b1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "34392a49c8bf4d72ada2bcaf88c5eb52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "daf3b6ca46614035a16200deff510f51", "region_id": "RegionOne"}], "type": "baremetal", "id": "aeb940893d594937b844c1190dddc172", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0c7b94c0927b482da3521ed440e02929", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "096d260fb9b2418698ca0a902c7741bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "972b295746c3436ea8ea2f11e0c23689", "region_id": "RegionOne"}], "type": "bare-metal", "id": "21ff9efb213a4ca3be65e786fbeabdc9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5e61c7fd50ee4ab9a4cc358f497230e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b10c794965cc4a539952c5bffc0c9a72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3d814259fbee4ea68d9fc249ba4ded6b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "3170e6ff92f0488a99a8395b11549c33", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a03a007ed9634a319c054d6b27680d76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "82f3953795df40a3b266b11ce3cda4b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ea8f8885b971487b858544789e184bf2", "region_id": "RegionOne"}], "type": "key-manager", "id": "c09ab497d161489eaa758f57e3e1e1bb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f2e7bbea670c40e994a23609d58fc81f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c9a8fe9edfd74b76ad9ca4890e0d36b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f6fd8ec9fa4f40dfa25015af88a11172", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "aae0e373f8da4a27bdc925ca6845d8b7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "51f2c1062dad4c3a95a796f1ea8432d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e820d1bfe6fb4f71ab5c646440429148", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "68c6a3db585d481a9dd48c85cd656c04", "region_id": "RegionOne"}], "type": "infra-optim", "id": "df77c89fe6b6492e9d8a8aba4ad43a01", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "50cfe598f14b49a9a876631e35cf1053", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6e15421e20be4b0590bca718623a048b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "eebeac55d4f94c078418f7cfc51e0feb", "region_id": "RegionOne"}], "type": "message", "id": "245a85a4e23a4c8c920af08a03cbea63", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f0c0863ce88c4b4eb9ac24b2e7d6b9d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c228039004a84c3b82b7cc1706cac857", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7d63cfae00894985bbb19d0cda11abc9", "region_id": "RegionOne"}], "type": "messaging", "id": "19377db118aa48b19ffd4332bfbcfdcc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a56c4865cf0b47d5aa7c946b404ed87e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f70996478f394681be61f19d263e00e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "861727c2ef72419b8208e0aa133c0e39", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0b7d403dfe494063b97082d9f6a28291", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b1ec3b3025c74a34984b11c3f7b78257", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2614693df8164a0ebfff287ce7fd37f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cba57782136e40d490aaa6b377d45cb4", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6a1343332c5846849971737dd32b6606", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "514863490a7c441f93fb7a20799078dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "65755ac5e2d044f9b8b0b70351a268f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "583060aac73d4c4a86d017a76eac0ed3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "838e1d261a1547b8b2c83a4659e71b13", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c777d475d1ab4f56a2384f4a99e5bbff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b63f318bde334dd785b59beb40366616", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aed4a46839434ad8a6f32815da0e764a", "region_id": "RegionOne"}], "type": "container-infra", "id": "db77796f71744f5d98a91daee36ed902", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f4349df68ecc402c99af3d172c58945f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b4d30335fa184185b92af6e1bc551b69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ae479a2c03cd4bb187aeebe0a164be82", "region_id": "RegionOne"}], "type": "search", "id": "8b9ca99c957b40c2892e96db518d14d8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2e9e162c0cd44640a85cc44a6745c658", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d79d48e84e4646249ef2c00d057bb24b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6e047cf6d9ba468ea4f66651978ec4b7", "region_id": "RegionOne"}], "type": "dns", "id": "b8cf04a850fa4b4ab83c23339608d3c7", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0cbb8c04401241cba64d973aba79a191", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "77300cff385548c3a28fc958387d1a7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9accc3c40abd4b0eb807b0c22bb84edf", "region_id": "RegionOne"}], "type": "workflow", "id": "48102f2b53e740c19f17fe1ce463bc65", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aeb9331840f548fe893c29c9fb0ebba8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f390a0263bc64237a0b2dda35246dff6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c2dfbc9d62c64cd0a0a11eac07a0ebb7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e810eccbdc044857bd63516568f3150e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d0ce2ad995d74ac1b67b6f8548970c80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "8376cdad37b1450193790a56d6d610e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "bb671a0678f14d3586b7606618c286c8", "region_id": "RegionOne"}], "type": "rating", "id": "5fcadf97cc554c82b39445935f415d62", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6f10e6b60216462f8bb29efe5401b980", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1d55d2b4b697409dada6c522f7b7a40b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1f4f83c1cb654663bd3ecc95ca1f50b1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "7c614f615c1e4e6f82a1fc6c9e91a43e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "58e70bacba8e4f9a97d00d9e144c61a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d359f697983447408d90eff1c8416dc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4fafaa8d8f4f474e9002607ccb31ce36", "region_id": "RegionOne"}], "type": "policy", "id": "77acfce0a8014736b3af5e64f1a48af4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "329dd7a23d6f44fbb3c627d9e6e7a2c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c2e592d71390477bb35ae3b502f16fa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "886ed8170dc644f29e1feaaa024f5992", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f7f17569ef314f43b2a73adfbcc5d93e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2828bf1df3674cd4b71e77f93d9f8667", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "792976d17e794109a3762f76b2194879", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b06286260d0f4efb8896ac831e67e22a", "region_id": "RegionOne"}], "type": "sharev2", "id": "09efe5f7fdc942658ddfbf307753f771", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2053086653f84e438bc10a07bac28108", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "450b97598d2a49d7befe60537a603eef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9439dcae5a274da097875d2ef06ad77a", "region_id": "RegionOne"}], "type": "share", "id": "208837e8d0114d8e98311579f504e259", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b8c0b38a73424897ac5ca232f8a64547", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "41473148fd75449f8638090eff77a880", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f04f8f5b91674e6e9da0495c07d46d01", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ddcb67c5c0b34440b527ce08c49e59d5", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d14f701c1824faa890e006c093e9156", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f3db40ed068489787aded753816447b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6ec52f07ebb40ffad919472ab8923d1", "region_id": "RegionOne"}], "type": "orchestration", "id": "ed71702db28d448cbfc4798c55f3aa03", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3d47df91b0f40079f2f77702be1efe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04ceeeb97375418dabe2e97904af3427", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f04f77a4e1c9418ca03b345b85dc7a47", "region_id": "RegionOne"}], "type": "block-storage", "id": "8bd30cac781b41df88e8b7b1fe16f64e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8579797682d74c7cb7231857d73d4967", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "320344874a374f1298e1035ee22f17b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27c16773c1e24154bce31e44dcd26b12", "region_id": "RegionOne"}], "type": "volumev3", "id": "4d5b20ac62b24e8dbf07931eff36ca45", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9e62dec492a4b3da04ad25d4dcd45e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "78adb0e3b9344726aeb75a040fc6d0ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac3e3079b3b4415eaab124c76995a000", "region_id": "RegionOne"}], "type": "volumev2", "id": "6dcf19b7591e49158eba6ff1319bd9e9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc27879fd7ff4338b07b8dc280295a78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "717151b4821541b286d1d599d6bb1b87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "511bd1484bfb43a29a8c797459695d9e", "region_id": "RegionOne"}], "type": "volume", "id": "976b597c7b244f5b8135fd3cc30e4e38", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63b2b804ffc24d2fb00af766d20a69c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2bda37f08dc5499587bfd7cb120fe935", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38b7eb0849d0464cbc409ff242b7ef80", "region_id": "RegionOne"}], "type": "block-store", "id": "b45c0c85e7d04a81bc0d44caf5456afa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d28359465a4a43c6b39d534f22434713", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7715270b4f8143ea9ae74cc8cf2b6097", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ef758d74986e49d5b5a1aec9f78b3be6", "region_id": "RegionOne"}], "type": "alarm", "id": "d86a409969f8470292580d9e53e262a6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ac81670a2d444a5281a99e1c0b2610d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5c8954e2288e4ad1994ab977c99ead9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0d99613901af43838adbcda320940eb1", "region_id": "RegionOne"}], "type": "alarming", "id": "b0aea83d35e447f198e3caf82ccb7c5b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "80a4b3217c2e4a16bd5994385838d7c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5e30a0cd89994b848ca335cd6642a04b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a2bedcda74c74412bd07a413db911785", "region_id": "RegionOne"}], "type": "meter", "id": "9579867e433a49049fdcd2b4fe5fffa8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "559202c7c652408d8c196a96ef946d45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "03e65c5cce6747e382f9ae8a9a99a903", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "20503fb175414a86aca1c871fd5ef2ce", "region_id": "RegionOne"}], "type": "metering", "id": "0f26706f468643d3a3897247cb5acd55", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a67558ebeba74282be1100b31f068a20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "93ba62308ee848d4a4fcaf70a5e3c5cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "808fffcf2427423baaeed9d17ddf99e7", "region_id": "RegionOne"}], "type": "telemetry", "id": "989e54936ae04cfe981e0af24cf2cfef", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a20c5cff6515423dbc0dae3c46538d94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b12580b9740d478faf42667a50a55098", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fa2271f19a1942a388d52e0dd411f9fe", "region_id": "RegionOne"}], "type": "event", "id": "61345a2d7a76436c99cb1e192294cbb0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "afd9a9a6468a4dd59a343afdb7c2c0ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0733c0353352436c896470014f3b56b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c986bd080c794aa18fc670a316e6bbe7", "region_id": "RegionOne"}], "type": "events", "id": "09a47d8c5cd849d988d1d78b7261c082", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1be60fb0a1944cfba7462a08457d04fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f4d4ed93805c4771b0ceb9447d77f39a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "414f6f164bea40588fe7bb457686536a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "131e01ff59914834bb8fc6a64c901305", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f29b7d673ee14126a4d1bdaa1e2ffa4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "38cdf314797d470a87f3d444e7412b55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "08509083f0be44b2a57892df7dc46845", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9d1950a61ddd4ad8b2a0e0c5d50c4fa0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a06b410298a54ceebf8ca3e95e97d25c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8e3ec9ea03f24854a7cf1c10f3f2ab55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f1f20c6c51ca4443a122f7d2a0bbc9a5", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "414ce99fbbb54f638248ed971157a425", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e874d8dbbf7e4c3d97f2a9d9f386f1b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5c22a17f0cde4acfbb838807abad3b58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "91cc6536ca9b4104911c398da01e9922", "region_id": "RegionOne"}], "type": "tricircle", "id": "946ae0bacf994dbaa4a956ba23a0a290", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ecec9874f2db41efb6f32386f56627ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1d959e2ef80f41cfa6e7527aa2244f0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e5bebf93a5cf446e986ad911159978f8", "region_id": "RegionOne"}], "type": "database", "id": "67528359856b4cc2a710b01bf100be57", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7298498e9eec4eb3b129d89d459eed96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e06ee3b49f5149308720392198565845", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b40a8a0e76fc4d938911bf378ff3c93b", "region_id": "RegionOne"}], "type": "application-container", "id": "0c52308e4faa4f919ebe4287679299aa", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e0be382fc1984577b9e1d1224b0e33b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0bd21df2dc7347f6bfd183519c64530c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cea5a67248b04866b790c695e1e71ad2", "region_id": "RegionOne"}], "type": "container", "id": "977f59cd130c4f5aa8460439a3c6e4e2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dff83f979826475dac3c058dcd4b4678", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f7c34fed7beb4d4fbed65be03f2895a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ad0f26200e6444acb2b65e0dc54635ba", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6d8976297470410fb9a064ff47eccdf8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8b47e3bedec04d59b650f67f355d4c9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f249001eb31d4d6fa4dae8707a4c67a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d61bcce394454cf2a1ab331758edcf8a", "region_id": "RegionOne"}], "type": "rca", "id": "7f6a27ce2f0742a99798e3f1090e9af8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f64da17d8aad48d688b6c205621d6ca5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "522a2a8f1abb4d149575df236721ddaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e2b5e92d308e40029bb01c2a11a3fd84", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "73606da1d3f542c2be88933c2389bb58", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f062ddd7496e4c349af702fa23dc260a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "afa8b6a816a84b79a0603fe8d9bb8f04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "fda1f97af92148d689eb7f75844be98a", "region_id": "RegionOne"}], "type": "network", "id": "cdc600020f3b45118c8848a65578559e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2a4b163603b24e0fad6ab8cf9bcac62c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "da0a081158b245fd987e758e061082b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0e2457e6dd5248ca8a99264eece9af71", "region_id": "RegionOne"}], "type": "backup", "id": "f79364e81c0948999639eb72709a00ea", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3a67f13070ec428585b7bf8ede55911c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e20576de621e46d394c91a25f9af4e24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f8e647731fcc4546b3ce8bf5bba9ee33", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "2a156553caf74ac3bcea4c210e2522d6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c93f1a8bd5b743208940cd3e497be6aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d4be4d487d8e4fffbed2dda8fe7f6919", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7a237a8ad82d4202826e25e6d7cd3575", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "28b6f057980645f0a00b102f3581cfb2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "80ea1375f85640679d387d1397a12c76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "89c51d10a69b425b8f639610969589fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "04598bfd639045ac8fc61466ad0f263e", "region_id": "RegionOne"}], "type": "monitoring", "id": "4715820c810f44b2ae18276bb30e799b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8f3360e46fdf45d3bd9bbdcc6780f08e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d8984686bcd2425bb20051797573b6b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6bcb9ef107194440ab58133c55e4e91a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "801b7c751d394c7c81c34e4d906f0c9d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "40b875e0b3bd431ab5458bc0b077d9f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2f767f4e70c14981b51816a86ebc1f3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "51e0fcc8b71841f1ac2a48496e6faf0e", "region_id": "RegionOne"}], "type": "placement", "id": "47293c8ce38141d4b7a38723ce1eec5c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6881e2848aa4428da0467e6548ecb43e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "93e728bdf678447da04faf2e74798fb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d8630a6a80c8480eaf857daebdbd91b6", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2c6d144613314cdf8a7065fb93fe8f81", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c99341689774418c8d8248ea79014d6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0fd82db5d1cf43f486c393dd7a2e15fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ada147a1005047d8884e9b8cf3ba7401", "region_id": "RegionOne"}], "type": "ha", "id": "2aea079e2f7241dd86333e293e4305be", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4da9a231e86e4de99fb4850e0d2b74b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "792f2f70c7a64d9a89d4f58555072038", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8308ee58d92945b38ffb51574a8eaa13", "region_id": "RegionOne"}], "type": "reservation", "id": "cc76b557cf53479a929c952de9d23b88", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4bd2b07c8e734d8d81461b9ca8dd1a33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1e87f57e9367449d98bdc0322747df00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "cbca831a9bd54a39978c6d1c75124abe", "region_id": "RegionOne"}], "type": "function-engine", "id": "776d511372f7435e962bef5bf100500e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a1435732cb4747bf9d77b6ef93a5e075", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "cc646afce8a248fa97114ccf86b90b91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ea15f8f2ab0544649f2bad3bc81b0dae", "region_id": "RegionOne"}], "type": "accelerator", "id": "a42598215c5a447fbd751a2c7d5242c1", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "04e52b091a704ee6bd7499dbd2165020", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "29c8b42ef866431c9d8c3be24d15bcf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0764059fd42048fbb56996ccf511fc5e", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d70d0995de44445d962ded1f987b3357", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fe09729537ce4777b20740a72b73907c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5387075356bb4eeb825f811ee2e4787d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1f16e02f7ec647fb810a4e925514e02d", "region_id": "RegionOne"}], "type": "registration", "id": "9833a190d756409aa7f9e7eb0c76a4fc", "name": "adjutant"}], "user": {"domain": {"id": "1367b9c1518744728b608a28d724b856", "name": "0374c0d588954f96a7e022e5f6ecc271"}, "id": "972b362ac8984741b2f3928954ce328c", "name": "a05714d0b9e54d17adbc9da46c673136"}, "audit_ids": ["cd499564d1a44573ad8bda398131945e", null], "issued_at": "2019-09-19T09:04:41.956621"}} 2019-09-19 09:06:42,192 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,198 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,200 keystoneauth.session RESP BODY: {"networks": [{"id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "name": "network_name"}]} 2019-09-19 09:06:42,204 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/subnets.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"subnet": {"enable_dhcp": false, "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "dns_nameservers": ["8.8.8.8"], "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "gateway_ip": null, "ip_version": 4, "cidr": "192.168.199.0/24"}}' 2019-09-19 09:06:42,209 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,212 keystoneauth.session RESP BODY: {"subnet": {"description": "", "tags": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "host_routes": [], "revision_number": 2, "ipv6_address_mode": null, "cidr": "192.168.199.0/24", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "service_types": [], "name": "subnet_name", "enable_dhcp": false, "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": ["8.8.8.8"], "gateway_ip": null, "ip_version": 4, "project_id": "861808a93da0484ea1767967c4df8a23"}} {2} openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_name [0.300446s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,193 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,199 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,201 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,205 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,220 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.126060+00:00", "project": {"domain": {"id": "6ddea62bc4224e50a0484375c93a3322", "name": "308e320f52c141cf8b65d33d6120628e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "5564d08b661842b480544875d806c96f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e7d5b78315904e2fbc0bc95222c73da4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f0068103e27e4b6797b2c1bca74e6646", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8b9261afd6614cfdb25ae0f323b7a521", "region_id": "RegionOne"}], "type": "identity", "id": "9ceeb36862f54cc38d9ffd10fb27f5f3", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0fd522e98b9c4df0a88334db40e89d60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6ead2104f12c41f3a9e90687a97e3b8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8936c047c42c47908cf4fc07f946720d", "region_id": "RegionOne"}], "type": "compute", "id": "3adec07f71c74c2386d62118e774eba4", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "8d79d6b8b69c41e2ab6d4e9741e6fb32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "663df558d3cd4a84b661ad8bc507ca84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3b69712fd32b4dc9acdf1a34b2614dd9", "region_id": "RegionOne"}], "type": "image", "id": "4f681152790640bfae7514bfeb148688", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "14c2378e29a449d596d66ee47ed83dba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fd0906035b5747c9b2fc88efbc066408", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c41782e1750d493fa7550f5c56bad950", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c048d58671ee4698b9a03914f37c0309", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "977ce0c8f0f74e3e83e434f96c7d88d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a73bebbc0434d1592e1627cd496653e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5b7507ff80e4d01bf8a90cff06bb5aa", "region_id": "RegionOne"}], "type": "object-store", "id": "b13710a4e18f4b2db7aee605f58321f5", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d94a62b62852469f9f1be82b0609673a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5e228a4e3fec496fa812d0cc8f969e58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a714c02e9c54463bb0333e7c6720e57f", "region_id": "RegionOne"}], "type": "clustering", "id": "98c60ea6617e4b298e0120b7c6cc5613", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "76a183b3fbe44baaac70f4d3d19a5717", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5be058cc9c054d00bfadf3efe0d4bc33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0a5607b10c474d1b9a5eea874294a615", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9bc9714c67af447eb46077dccba294b6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "74e817602112423a8046f8b8e4b2d5e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f380075f02b3427e83233cbc35c8be96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "37fd411ae41e48e4b667884b0b061fc6", "region_id": "RegionOne"}], "type": "cluster", "id": "8598271efb114a3b957db5aa50c409ce", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "eecedc9fb2304490bd0ccc4967c66722", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b4e44edb80ec4491a17f61cb7d0284a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2501989756cd43a48d3c05338a7f3d5c", "region_id": "RegionOne"}], "type": "data-processing", "id": "f1db607cfae04978976f880ebf9ba15c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e75d49b70afe4f369fac1f31f57f5efa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "54511dd87d3e41c9b94218c908ac7413", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0de7178fe3e34b09ba5de89d5c27c5fd", "region_id": "RegionOne"}], "type": "baremetal", "id": "a90d4284c85f479f97f12c34c06301bd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6f9fca901fa444a9bc062ce31508cabc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "23976bafec164b688c80d4bc4a4c27bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b084d11adf044c76badd64d028999374", "region_id": "RegionOne"}], "type": "bare-metal", "id": "743f32f29eab4b039e1da81200ae68f1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0a7a6e596f254e38b70c5f3cb1965715", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "65c0ee934fe3489aaad5e2c192417702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "506f4d69ebb2467d9ad4a4566fdb3d4d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "dfbadc8dd9854109b5b25a5e36722019", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b5d60274820743298821861acc339dab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "73c5ab9e15f643e3980c8badaa19a2ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "75ead1a1b2d44c02bd15ad7e4f4ddfdf", "region_id": "RegionOne"}], "type": "key-manager", "id": "deeee412ece2448489824d050fb7a036", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fe6dc0f2ea1f4cfcb093c8c85178fe03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8d2cb4ae6dcc4249af495eeb1afe71ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "30eaf1c983ff4ade85ec189af746b25d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "952f6705d51a46e889461414243fe45a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3d9ba4baf9a749d2a64805f91dc10969", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f93156c91e304c6eae5483b6d27495d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "915156af73c04bce98858570d3a7b5b4", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ba7a09c8005d49a5a45f76575ae6fe88", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8892ac22ca564ddfb4a872be652fbc36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bfdca967b8704a01bc19f2899e40d778", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bdc357e906954aecb80ec345caed6455", "region_id": "RegionOne"}], "type": "message", "id": "93a24bbc96494915bad1e98345524c25", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6afa81768ceb480dbd7520730c7c00cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f7959652d8b043d69391e165ee45a86a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "79b0f956f92a44b18c7329d63e30ecba", "region_id": "RegionOne"}], "type": "messaging", "id": "6f2f58df826341148a20360e4683e2a0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "772c88a70af94be5addcbbd81002bd24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "88548bcb52d14a738948e47b942c7c9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "73eecff744514eabae8f357ef9bf7b60", "region_id": "RegionOne"}], "type": "application-catalog", "id": "29748f3020374530b9a5ab54e8c604f1", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73e77156898c49989681376b60ce8886", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "742f0d88ef1946198b64d5e4b8c5ba74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "16c8bd5c420746e882e5102fc034ca80", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e1c25db462164218909472cafb58089d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dab5bf31539c4efd824637566809d31b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c65c3d319c12462485038fd157b663f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a7d0cb3ca86849429161cc40e780f60e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "18e4a4b57657426ab22e0ae733abf240", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3730f5b8873e4d068475c6ffa0b5d4db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ae51c9898fe24829a9e63335ba326c47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c15115ef78a94339b55b5a324e3d30d9", "region_id": "RegionOne"}], "type": "container-infra", "id": "0110b334f13b433f85e768f95f12d775", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "02a2395155114eb2a63869a343ee4fcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "2669a9e458cc462dae958d7d01f90ab5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "fa3c75ca2b9a4468acec957ea23fee85", "region_id": "RegionOne"}], "type": "search", "id": "7cc001d685e048569d7ab6404837db60", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "61161b7594b84bf19c77197eba0d8829", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1c165a47778a473ba2970914e0c34d66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "46345100a0e943ae9337114df8be5311", "region_id": "RegionOne"}], "type": "dns", "id": "4c563ed77aed4407802355a261578e5a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8cd3b6d428c6472ba13fe9d4b3693202", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a055429e7e224103ba3eeab7f083c9a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f1c640160ec74ba1abef5fc90def7eb2", "region_id": "RegionOne"}], "type": "workflow", "id": "adcb0a048c3d49cdac16c3b80f22de4e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "505f60ec8fd348dfbd572c2ef052f7e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2d9b5b82f30e4772bd1f9dc329f4d3b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "32fef9efa25f49b2b734d14bf568de65", "region_id": "RegionOne"}], "type": "workflowv2", "id": "684ad2e48ec2403380d214283d680532", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4879716e9472495bae361348a631d77e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "dc59b055f53d4283bc4e1b849d02d478", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "cc30475f653b4d568c9b3b4487d7895f", "region_id": "RegionOne"}], "type": "rating", "id": "d124a97a7815469cad696400e62fbdf3", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ebb8369eba414ce28f212ed68ad5cca4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3d73aab2be6842f1b2d6ba681b4ea91c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "dc81f190e6264941ada42ac99c2ea81c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a129bc31060b4543a2e8813065005298", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b95a986924ca40358a727eb210ba9b4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b81183ea11e843fb962e5fe0cb5613d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c129ce42bc924805850b0028337ee6a7", "region_id": "RegionOne"}], "type": "policy", "id": "d437bba8fe2e4435bfbfa8f779bd0324", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9fb83269de764252aaa55c893a61c106", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cd5a7c8edaf64c349b9ea4fabb5c4685", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "188c44c3bd2a477eaa7d5a801a9de8a2", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "4fb32e55f64a468faa6d69943eeaff5e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c06632a0a9f2420e8855774f756878f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "da83866d505e4b6eadc1f625da4d6224", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "315d4ad40d884118869eb11336e7477d", "region_id": "RegionOne"}], "type": "sharev2", "id": "3b9cfb28f85941678b4f0442a0ebe4a6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "225eb16efaee4836bd6853c4b84131d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c54ec0f7efb14578a164ec124d670741", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1d42cd8fde2e440c8dac54d9b2b99542", "region_id": "RegionOne"}], "type": "share", "id": "8802403c8b6f4021b8dc53a4cae55e49", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e6bda829c4ac4a858d8c6c709674d447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "80f288ad118d4864bf9c056aa89ddf6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "280920bbb29c4751bec5da3b3f82ebba", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f7b55e6e799a47a2a8225317e45e7dc8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bd647c39c194f95ae2f21005f81e0ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7698f8c2a7cb4d62848b9f3fd3d61c3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28acbd2be23a4ed7a69423b8010f6c9c", "region_id": "RegionOne"}], "type": "orchestration", "id": "378fc1bcf4e6436fb6c6cb16a994df2a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d5b62cdce2d4556b0613f42c453c7b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b52e4838c4a442d1bc109a583035df0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dadd2034add94fbdab76afddbceeffb3", "region_id": "RegionOne"}], "type": "block-storage", "id": "2811b27ca7194f32a919c4d519284d1f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0b8a92c4af54f9e8bb6b17826265cd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5faa342390924ad89517809af64bf1e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1dd71b4e9494639ae3dc20b3dd1085d", "region_id": "RegionOne"}], "type": "volumev3", "id": "514c23b07883426eb2738e4c4c0a52ff", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17091b9164614ac79476546d3f92a785", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16f304323efa48e781425be9dc4d0ca1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b8af1bd1d60413b859b817963c718d2", "region_id": "RegionOne"}], "type": "volumev2", "id": "54687d65acc74835babbd3d93ff88fd8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed98e77660b84ccfb717986a9843c7d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba1b39f1237d4d57bf448eae8d26ca4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "870cb48a7e92463989547c75feef628a", "region_id": "RegionOne"}], "type": "volume", "id": "0356be88ac024c31894c63178f565acc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5743742faa7c451e9834fce66aab79b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a7646d41d934daea0ba522b0e618e59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ebc1b86abdd4b23ba8435e77bf8b13f", "region_id": "RegionOne"}], "type": "block-store", "id": "27707a8d021741888a8292ea6aeb67ed", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e67f75a912b744a296f82a8e13cfc897", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "72ddc7beae7b4d198152631d59394d36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d238457aa35248fab74b92ec3323f9e3", "region_id": "RegionOne"}], "type": "alarm", "id": "36168b00e73a4933b348f46d91a8c374", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5002b90b865340c484639574a3a295f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "67c622716c7446dc9b43af7822584619", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8d27a74874f44fc9a29d5b5359a10253", "region_id": "RegionOne"}], "type": "alarming", "id": "21275a56b60f4fbd874f7455a5ddfd3c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "edb8bb45642547d58b4795fe8b635dde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b2feeb82568343d689c8227b6021b859", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "eccf3f212dbb45dea5c2b882599c7118", "region_id": "RegionOne"}], "type": "meter", "id": "7b1633e817994e538e9873f1d419af1c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0d136973a2d04a248e735a17f7dd9b1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2236148ffe4845488fa110978999582d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b0957a6b93e942d8a1ac0793a5670036", "region_id": "RegionOne"}], "type": "metering", "id": "f929a7efd2e44e45bf872f1fe1fb3560", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "10787975c00d4b87ad57e8eb06b4f630", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f05d7862f8b243bdbacba951322d6556", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5f6afc69bb6645de866919e52562b484", "region_id": "RegionOne"}], "type": "telemetry", "id": "3d4b903cc9dd4e3282c61eed8e93968b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b3d65c5285c6402c8bfeb7728b4a3782", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6d8affefd6c746e0a27ff2a244b31375", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5a465f92374945a6afdb8cc0b37b9268", "region_id": "RegionOne"}], "type": "event", "id": "4c09ad9f688c472088b140d08a09b1c3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "25753baf41714159a3a3c8df6e8dd30a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "dd16565ce6e942378e525bf15715f3c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8c65fd7c507a48dd92f5753f762a2958", "region_id": "RegionOne"}], "type": "events", "id": "71b0ff7e027b4dffb26e3290fc3a3543", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9177af6527be47a3944b526caf480064", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7e4c22ac1b324625bca3ad6d50e0bd0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8c35a665c8c14a9f8d7dbc71d100d396", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d1a6e9e69db74e68acd10faf705836f7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "86b98ddca7944c34b91c42adc33a6606", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "312e56050352443b96100ea890e842c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7c3150f9a751460ebad080d5b89b777a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0164f8662e6b4a7f8b0153a88b89b4d6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "89dac242c6e84a9da9361993ac07bd26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ef1d885f8f9148908ab8731c1c35078e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ffa72ee983eb4702baa1fab0d08a8e55", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2fd48219515041a5b4a31ba063a21e56", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2a3121af5a8e4455a8dd1ad18c87de57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5576a7185f6d41b9add26b48458d0e65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6eb64b60347c45e987f2853b5a92f0ee", "region_id": "RegionOne"}], "type": "tricircle", "id": "51b022eb3d1a463cb49dd377e94580a8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "4ee55426525a4e28ac4c9dfce2e197f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5203bb3e42184227be34c46402ac302c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f3616f8d555e4e99aa8da734484c66a7", "region_id": "RegionOne"}], "type": "database", "id": "edf8fd89dace44708fb1cedd388e4346", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1cc5d32c9c8547ffbfa140a1164b351b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6998708393a14c06b7f39fc3f7b190db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "444417f023c2417e967facc397b6eb1b", "region_id": "RegionOne"}], "type": "application-container", "id": "c97b9bb122fe4f14be7b777504f88582", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0e518598a4cc40199f285db50882060b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "eaa3a57e8cc74f8b81d333f28cb8ec14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a79a05654b704586b40521d690c66f57", "region_id": "RegionOne"}], "type": "container", "id": "56e86151711841a2968e7cf6f5242721", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0f25cca1da774a7d90988c6306f161fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0c8700d1b66c4e198b0feb58f1a87bbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ec8a8ca36db441ae8b6f9c4b83bf8a96", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a656be1c9bab464aaab6a8dec7f12db5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "eb093b15792041e39a6a95bec6cf899b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8183a2d931ac4ec09fae2d46eafe9243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6977d635f519493a8904b7abfcbad703", "region_id": "RegionOne"}], "type": "rca", "id": "a70e99f4746c41f58de0e93f1047e27c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6e2a8797fb254bfbaccdc04a8408c4ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "edd952fa8c554f32bffc9d1c0548582f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "2eda93de4f634094b8754970dc345d21", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b66567ffd7d04e9a8fe95d8c4ea859d1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7ea435e1fffe4458a2a5721bc2d1cd91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "522c6ce691984fb7b9fcdae2a1500f44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1b61a6a59351468f8385c0825b39f9ec", "region_id": "RegionOne"}], "type": "network", "id": "bdd02e81ef444bd89690cd5b5aca92e3", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6d4d593606a149f78a919819faec0883", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7a47e8904c424b88ad20a9ef2784f1fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "bc0eae8f491b48d78ba8f7d8abf67fd6", "region_id": "RegionOne"}], "type": "backup", "id": "7fb845e00c13444b8e5cea6c353fc8f4", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f6ffefe6cd7a4ded8bf9a9974907ddd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c4e42c5cadf1402ba995553d52b5fe39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "62382b9b30a44398b1d6ebf91da7894f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8a1924f30b9f4ab393ffa4e087ae3204", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "20e8c462c3e949b88a62809931910199", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "092c7672ec204713aca5fa3a8dd611a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ed1302226f374365a027a659ddbfb1f6", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b9e095860c4f460184b1c39b459ec624", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3cdfb48250b94412a8a981c27b151c44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "db23bf5af5bb42c19b9bf3906e1e5995", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c99ab85af510470a8736c618739e7965", "region_id": "RegionOne"}], "type": "monitoring", "id": "8a757b2f3cb946738348ac831ec93698", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d5ca4d054f6e4027bf22ac974e350047", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b805a866310a4b0e9e2912097fee6f65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a4db844a451541c4bfd0079afa451cab", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "fab411cc806f4cda90e6e5f709f664a1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "829314c864b841f28144bbd2da83f58b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f7fcfd25f3a04572bedb682bafa92a53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "3c58a95f10944f179168f169d7e71be7", "region_id": "RegionOne"}], "type": "placement", "id": "dc058b1b5f494c52920552818c28c727", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4b9967374ef4403294cacd853931b215", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "db625cb30010469f8728e7183f49018b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d694a417c4a24766a84761ff73748d80", "region_id": "RegionOne"}], "type": "instance-ha", "id": "205c41b3f5c04a8db5c6cc6dcc661126", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "05b5659b9dfa43298a3c2e2b8eb07f50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "db3ee9c8e60d4cdda0bcbd4c81f89a5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e1b1d8e54bd44761a24da35dc1e80fb1", "region_id": "RegionOne"}], "type": "ha", "id": "cb4a89f27b1b45dab17f56d4e3c13e0b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5cf40f5963a04f02afdfde8fdb9304a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9ff001d6b4584060bb32f2ca4562c9f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "07257a927c8d42ce928c068774d4a917", "region_id": "RegionOne"}], "type": "reservation", "id": "9d6011b4823d466aa60e5e6b52369221", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "60da68a4102c4f65b98ecb78c34738c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a8c98fa72f5f4ab3b8a5451f08829732", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "68af3a1621f943d291cc5c3cda378ffa", "region_id": "RegionOne"}], "type": "function-engine", "id": "c6720f4a6b2c412aa35cb6f1a6886bad", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "418c22f278a04ac6ad433e2ab078f905", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "66047db4bb8d4725845cd154183ef28b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3a27dbbe6a704906b21e7d8cc592a428", "region_id": "RegionOne"}], "type": "accelerator", "id": "3ee96e9501404d10b19b43e1b6abafb9", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "875cbeec74084887825293e0784fe7d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a445a3d6854846d58dfc9287e75b672c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "18fdfed1584f47f188e5158550a26829", "region_id": "RegionOne"}], "type": "admin-logic", "id": "31d84419b3e24df9b6bd8cce75aad155", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "51a6662cfe4f48abb7b9a76b9443439b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c8ff4cc71f744e388332e38a05fb1762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d871dbf07df648bfa80fdafe0189ce46", "region_id": "RegionOne"}], "type": "registration", "id": "61a7a6fdd6eb4abf9d8a5e20479dabd8", "name": "adjutant"}], "user": {"domain": {"id": "576a421c57dd40819e36ebd6e5c0526e", "name": "43b79d2e24794e44b82b76a429cbe265"}, "id": "15a6be62ed364827aa21ca71bd30de77", "name": "813909c0667e479fb9e68f72d4eaa310"}, "audit_ids": ["78a113344a7f4e36a926f8c0345168ea", null], "issued_at": "2019-09-19T09:04:42.126060"}} 2019-09-19 09:06:42,253 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,258 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:42,261 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:42,343 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,346 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,348 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_name-2/file", "id": "openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_name-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_name-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2019-09-19 09:06:42,399 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,405 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,408 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_name-2/file", "id": "openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_name-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_name-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {13} openstack.tests.unit.cloud.test_image_snapshot.TestImageSnapshot.test_create_image_snapshot_wait_active [0.389380s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,127 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,131 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,133 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,136 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,148 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.057222+00:00", "project": {"domain": {"id": "2c9b803e2da842ccb38f3766f3775926", "name": "5f5eb106d1424011ae6a70d9eadcf2ef"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c2d54f0a0e444bcd975950987cb3bc0b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "cd8abcc02fd24c7e8be8a4aa3c51495f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a2c0f3f9cf85403d98506dd066dda30e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "b3ce99ea68f34034a859432b6c3978ae", "region_id": "RegionOne"}], "type": "identity", "id": "e40cf17dd6a0445192ff12b9163664d1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "18318967e8cb4e5fb1c835e11573cc25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "88dde74e3acd4453b80f79be7eb1366f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "244e16121d9c453a99a8489e0a67df40", "region_id": "RegionOne"}], "type": "compute", "id": "1edf23b7d7684400a7a86a466a625d95", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b7cb4bd84f85410cb9992e3150e948e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "fb550ee274c8485d8d1dafae2980528e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "edb669bdcb984da6af7c98feb90130c5", "region_id": "RegionOne"}], "type": "image", "id": "0e23cbe4adc64c5b9f32111f532a1556", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f8ac7cfa165e41e0afd866168bc6e324", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "67ef1ec47b8b4440b41d555556434459", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6395b8c324b04857bf14f8682e99686e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e347fc9269ee4a3fb5ebefb98e4a06ba", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf8bd4c0bea44cde926fe8af6af1cd6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76854d7420a740c789d8c4dbbba80bac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9880889d608f4c919706cc760c247276", "region_id": "RegionOne"}], "type": "object-store", "id": "68121517c848402eba6119ffc5325e9b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "11bf2b7c5e9a45359c8e86a0247e66c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b1a3a04b8abf4d39b159f21afc37613b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b6fa227149eb40d7b322102f1bed4b0a", "region_id": "RegionOne"}], "type": "clustering", "id": "d9ea9198a7f1495c95d5a09880373478", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0250a4eddeee400c870e6e39971944fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9c454c531a9f40b986b0d3480363b09f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cab67a3550fb478fb3f672950c9e670f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "5bbf68b2a6b6432880df5b6c0d55f165", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "de83d9ef945647ee86f291135568fb7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f75e1fe334ca45e9b2de9e3f86e267bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "83009c167140413a84daa4a64a267e13", "region_id": "RegionOne"}], "type": "cluster", "id": "6546c3e1337a47ca8a67e036e5ce41e0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6659d569617e4475be05c02385434f6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d296537ca2ea49268af3c3b798972228", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7121f7d1b0e44b43befa08ab4f29b3d2", "region_id": "RegionOne"}], "type": "data-processing", "id": "fde79b42a8544664a563cde9df2ef48c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4de519660e1f45a688137c51d2647f3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a1d544b3a97d4ee88f22d0a128bf0cd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d12153d698484ef88732845641d1db50", "region_id": "RegionOne"}], "type": "baremetal", "id": "165fee4ad428488780e92ae13c4cad75", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0308b8d3a5844119858d4d9af1810a01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5db335ff000c49e3a9361a877f2630db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b9c89ac92ffd4b3fbb81eb8b6f9d570f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7e56bb9ec71b4b3ca1b4f10c791fe067", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c1cd80a041634b3da8df8bf50e6d273b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "27a8282a91004239b1da5d797dd344f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c71d7179b80a42cc80b42560e5331c50", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "489a17c6cac747afb38308b145866cd9", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a760f5b8c5004f2393ca5ec0674fca51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1fd86d5fec1d4c38806d94311692729c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "abfbcb62001c46d4b4217603e1569287", "region_id": "RegionOne"}], "type": "key-manager", "id": "b99c19a2919c415091746f7882c2efb3", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8c868223eccc4de09c66bf099688e927", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c235a6a57ab846fd9b29bb3b8db9c47f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6e6287c472c04ba7a5ed5f0c7116abf9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e7cb22f82ad3408fa9898de34a6d3ba1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c32a80373e7f4399b3ecda38fdfcce33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8a73cd6257bc4a2aa9d7a016c6250ae2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "82dc12ba053541d9afd240d98970a173", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9ef68680a405467fa9e4b345aefd0f34", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "136f523d8b5c45d68b7997ffddefc48c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8d7c0bf981124d33ad94f718d596182a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "42f42a760ec74b5d8e92ca2fe1daa07f", "region_id": "RegionOne"}], "type": "message", "id": "9ac1f8400a994c57bd83f4c8fb362b4a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "84cf2b7d98254ee591ae8245ef7ac986", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "65161348649749839dfbfd2a48cd201b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8ea5c6b7e8f24c22bd551cee419abc32", "region_id": "RegionOne"}], "type": "messaging", "id": "d7c3f9e583f244fb9b462d04eeb8f511", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7813709351b2480697406c14c8248869", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "db1ad48281ea4c8b905bf435333b0403", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "23a7015487064ed4ad95dbae2e12f1c4", "region_id": "RegionOne"}], "type": "application-catalog", "id": "21b3053e593f43799cca1ef27368afb3", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a35a68c60a2e4bd4bf5115e4b79c7fa8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5a0231c047df4d09bbf5a66374375a1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7f07c2f03b034ef59d5006721d73e7c0", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0804b82bf23a464884737b24c6202726", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a695a05a4514c77a748fbc2d1218589", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a81c64dd0f65406382fc1122ba38121a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a6b16bbffdd24425814b476ec0d031da", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "772866f7bbe24d2cb7af8171c562306a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "219691cc3d2441338bc706d387d7ad87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd6ca46c4b464600a7fdd03aa56e172d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eecc2e1243fe4282ab1a81cc2e272be5", "region_id": "RegionOne"}], "type": "container-infra", "id": "631adba9594f477098c473e8c0e78d7b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a77b5c22dd694d9d87a2b2081bc639b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "651226f5fb074829831986d80d37b276", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "bd6411b5a6a14e00999875feace59ca4", "region_id": "RegionOne"}], "type": "search", "id": "ecf3006e341d491aad461e41e786d1b3", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "55ad9baf0c234834ae322fc7d8bb7c59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e915648d076042f7b663ddc5f1c93ef8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6c846739a7204e6cb74776f336d16ff4", "region_id": "RegionOne"}], "type": "dns", "id": "c1192ed138da4d8b97ef3cd5ff816586", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2b44c84262454e27bbc82a2d361fdba3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e0bfee5bc2e94b6297d0938223921909", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2c4276054d32418eb99373021cd0f998", "region_id": "RegionOne"}], "type": "workflow", "id": "d176793f46534ff49711909722fbcd08", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e9e19011a4dd43ce8a055c7357024825", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b2c213459e694fd0a91f6eb1c5a52596", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e2716b41ce1349f889c0cb96a4e198b0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c14a41ed20c84e9abe38fbf9c95d91ed", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5de3581cd753431ca6cfdff6000b2e91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "49615b8ef608411c881f22ae3883176e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "5f8f1587d72b41208ae87a2d98287f9a", "region_id": "RegionOne"}], "type": "rating", "id": "0db96e2e2f2d4f2aaccc0f0f0e5a72b2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a2b304f1b68347bc937d18c3e166803d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0caabe710a0e4c1ba9251a338c133c34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1c2d50e436ea47ab893ca628c6cfcb10", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c69fed7a718d4041a761187f4e688046", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "52a22036e15f4744b946fafbfcd7eb2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "255d5cc34ebe4367afbefd9e2ea15b41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6d6dd63b46ea41a48597630ed874b1ec", "region_id": "RegionOne"}], "type": "policy", "id": "12f09d22b5f849b0bf68e9853a638b11", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0bd1f22dbc2b45d493fc8c24337d24f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4cb63efb1ac944bc96b26a81f4871a57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e0d7f5a7091b422283a3afc53890bfd7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "4815aa11c0664df6a17b22c9e5504637", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b90ab3d51c904851ab25e0f52b7beb2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "64e77692006b4377a34a4e255959c921", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "623adc1c04154af3ac8414730c0cd581", "region_id": "RegionOne"}], "type": "sharev2", "id": "d2842b8a6a85440bbd6b8e7f5d7e4ff4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aa4b23f1db6941ca94ef83aef750a3d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "99aaec222da34efd9d41da7f4ce2fa7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "144cf27c12ac49fc90e5347ae6fe4e9f", "region_id": "RegionOne"}], "type": "share", "id": "09e031548e8b4265992088ba369aca1d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a87a1a9b3030406d9dbefa20d9af96c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "23f62144544e4b0dbb8c2f46e6b9a5ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b49afe214c524309a0284069f21aa065", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6dfeb7648e754c8698b151fc6f782179", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fcb3e4f9a87431ba401db6189a9436f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7471e275255740d9854cde50aa0e5244", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16ead5006651405f9b81e1b813600174", "region_id": "RegionOne"}], "type": "orchestration", "id": "536018504d7445f68f1c4ce7ede6d536", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c469d78b620b48fba0b74e8991924227", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3a28c06f56044e7b2c87139df76134e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c7d2707e55244248b8ab1cbcf18beee", "region_id": "RegionOne"}], "type": "block-storage", "id": "502fb375a7ba4053b705b45ce4608ef9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "78720990b81d48d4beb875c94356d980", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c58ec1a45f14642829abe0345388923", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e7ce153b0004104ba8becfbb65ed3ed", "region_id": "RegionOne"}], "type": "volumev3", "id": "0f477b95c10a4204bd6e4ebfa8e9e66d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c7a4791bca248bb805225986e2cb462", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "577d273187ad4cb3badb9a22bf9d2e8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8a03c6ea077450d9b51920f043804c7", "region_id": "RegionOne"}], "type": "volumev2", "id": "e31c09e4d2ee43819908c8ac828c1077", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ace44115766f4b81b287e759bd15d01a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ffc4d49e85004c28a9515afa413fa522", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b93ed6dd19f740be81a83306d4b39073", "region_id": "RegionOne"}], "type": "volume", "id": "452be6ceb7b04125aa6a86de1cb75565", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e5a4c68f0d04c40aa898d6205d22b32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df6118ccb268448ca0a77e17d1ac2cbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f411d3914174f96929f0ceefd4d41a9", "region_id": "RegionOne"}], "type": "block-store", "id": "b8d6207ad83540598008e5bd7071874e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a93dd4f5c8d340ad89f4bb87ebddc813", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c89174d7fa514afaaf565410b14ab6a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d8a4dcfb9a98403093a084086666e0e6", "region_id": "RegionOne"}], "type": "alarm", "id": "9a0111e921d84c1b9c24298f2a931211", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a237cb1bc654420395dd39c811201a0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9da913aad4b74c66ab3798651bc1109a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7109444a52634f18ac607399ac350596", "region_id": "RegionOne"}], "type": "alarming", "id": "00fe05a7492949279605d5d3ad19324e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "db8977d6fc34409a95e6ad6cb4fbd6d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "73b382e98450417a87ebf0cc5991815b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "15fb0367c04b40c8a758dca6f993c12c", "region_id": "RegionOne"}], "type": "meter", "id": "3101d5ee46c741ee9e5d25cd5b7a7ba5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c7aa3b1019f6479aadf7ef86a75cffbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6c748db8ef8048b38693cac8dc7fc69c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "98ccebda8da94419a65b88e725d4fabd", "region_id": "RegionOne"}], "type": "metering", "id": "6889353a82a84edb881b0accc3bd072d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a80b011b23054074b0943c3de4c6cc22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "185c8a6c523d46d49a2a607eae06d71c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9399a1d646cd4418872b72f84fad4578", "region_id": "RegionOne"}], "type": "telemetry", "id": "e40bf307aaea4231a477c9d8151fd4dc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "68362da0b7ce4077aa1faf56af3876d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "eac4a15222cb4fa398d2a0e6cabfb121", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0ec1be92776f49f88b58605284dda40c", "region_id": "RegionOne"}], "type": "event", "id": "bb47bbfa36b540f7846cb74111f784f2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4cce635f638c4f4c846fcdd8ae587280", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7a348d3c43a64a8d8f927884fec474cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7a38299cee5f4ad285235a3f4f0e7ad0", "region_id": "RegionOne"}], "type": "events", "id": "9b048acfebc641b8b0f36353b323118d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "91c78e98de4e403984b645b5ea7ea5db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e612d0614b5e4e719f41134f23bcb845", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2a938b66771144128c565f346d72a9c6", "region_id": "RegionOne"}], "type": "application-deployment", "id": "5660f5d21fde492aa9472d68ce7f382f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "030cab342b444fe899d13e7aa511ae51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "03eeb8df311d4fe2a6c52ee7e3c69994", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "52a8be19fbab4e1aa14ede04273b2432", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b0b7fc0591dd492aa9ebfa83f5733474", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "26e25c0ef95540eb8884abad76df6073", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "36785609c28c4a6e9afc3930c5f77247", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1aa77ac3da34488caf1b449e40ba89f0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "eb9a549ad3184dafb146b2ffabde6f37", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ea161fff6b124252824d073bcbd27b40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1fa3a32f5f1a462da1aaaffd2a3fe77f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5792dc2297af484a911f5941e2965e65", "region_id": "RegionOne"}], "type": "tricircle", "id": "424a6e7a2dde41189f0b4ce2448cd0a3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ef8f29eaa0764cfc937362149447101f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "58ee634bba4a46e883ea80b245dbc42a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "89b7e6551da44d10925c49ff40bb3871", "region_id": "RegionOne"}], "type": "database", "id": "1dea47f719dc48b6b1063d2e5f7b6704", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9186346fced84bc18013125d34e21427", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dae1c5f4da1240e4b4c93dd1c5495a86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "36983e66ecb24b6c920daa45d83283cf", "region_id": "RegionOne"}], "type": "application-container", "id": "58816114d3da492ebdba84862064f37d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a7150f85cce3412e81e07271309a2342", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d6e9c220c66d4534a63b0b57103ff372", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f902755e9f2946ee951a6bd89c82ce55", "region_id": "RegionOne"}], "type": "container", "id": "0fe9dd66a9ca403f9e8967dbc6e902dd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8acbf01605674eee921db5ff33bddb51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "052df52d62614ccaa11d023e868e4e5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "65a27827470b44f180f09d0ff19a8df2", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "cf7c2ddaf0ed4226a6caac7c5d21ed29", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7d81a50f6ba44e9db07af7a06e3bc2ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4fc0dd167296487ebb71ded253bcea5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2846885a985a47e3956e915c0064dbd4", "region_id": "RegionOne"}], "type": "rca", "id": "6d4452010b9a4fbe9bf648d120aad0f3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "44d6e1e8073e4148a254f6650f47c3c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ef869721357b4c8fb96ca951759561de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b6ecd932ce1a4512b21816f4c78ae9aa", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2112745c7d214496b3e51e5daf107ebc", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "dad08849ceb5499ab94cc07e774cd235", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "13d3a18cf58e45dcbc8abf79b10fb7bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "73158329d9fc488aac6cffc5f17920c4", "region_id": "RegionOne"}], "type": "network", "id": "60012a1c30b546dc91a832c33f5082ba", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "531e9f1c85ef4ed58e0a65f09c0ee5e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "bb69727d134d419aa862a98a8d103a1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8ef34780b70947289c1964200d54e261", "region_id": "RegionOne"}], "type": "backup", "id": "43ad09494b7f41468079ce298d3438d2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "797da630630a40e898f391eaad7b3e57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d838788d16aa4eaf8ea83f77148ec792", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2bcfa97004d84a73b393d1c9aaf7e18d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "148bf7b5ee3c42aa8f5ac27f4f43a2df", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "165746fbb56f46fdb5b87447ef6a4884", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "14b15ec6a48246efba363db97d87189c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8d1ec14197e54e7382feb5568aa782f2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e9376172ad154617916fb6b513fa8b87", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d90dd84da1b54cb19199e61004b0fab1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9ab9c74a07884a06a203bbb7b2208299", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "aebe78bb87c94201941f617f3d0ca5ed", "region_id": "RegionOne"}], "type": "monitoring", "id": "c0cef0d4aa984273aa5a491a45efe932", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5af88357a6544e368f618c67bb2b74b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b8325dd9a42845a890a05c74ae969bb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "38c4bf75c47940378e50af43ab058e9f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "25608a18a1894391a582ba7b6f408677", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "7ad41102a93342de8b8af754c74f792c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "69dfa7bc1e1e4d2d8fe9e8334b86f2c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "096297a0418b4274ba4c4c3501dcb1c9", "region_id": "RegionOne"}], "type": "placement", "id": "4ec9d10e5b534d1fa5fdcee0df43ab99", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9d3d54ed2cdb410f94886a64df4dabb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "72da3dccfa0b4b5baafbaf572f8d16db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8ae46c663e2e4af0802d627ba1a92ed2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4dbb7844b00a4ff48861274d3fe875ef", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c09956d72ba7435494f25eec11972f3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3c2f07aa95c2495f8d88d97196c1122e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4d10cadcc5bb464c95fd07a92dd0d045", "region_id": "RegionOne"}], "type": "ha", "id": "0b52388b33074773838ef432c16e4960", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a3869191a57d410e9b47e4ca23f93296", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "956d5daa3fd14fdab265f05ccdb31bf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b77e907f98ac48dfa70bb4ea41c94ab1", "region_id": "RegionOne"}], "type": "reservation", "id": "099666856ac744fa9854021475282af4", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cfa2943e5ba145bbb070bd56d93eb613", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fcbb4c14167943e7b5ca7c883f7411f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3a67cd46acca450e977c1990a1eed7a1", "region_id": "RegionOne"}], "type": "function-engine", "id": "90b59d72383248d9bb21c1dcddb05586", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3608d81254c742d29736d9858b4195cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4e6e16cd492b4855a5643ac78ddc395c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "841a2bf58d374a969be1ce4830a2a13a", "region_id": "RegionOne"}], "type": "accelerator", "id": "1b3ed358197148b98a606e78d6b4a3db", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d52a59c0ce0945e29bda67ee12b06adf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "10c8f57fda56469f9460b3546a878724", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "92389db1310148f19e0e8b136ffb4a09", "region_id": "RegionOne"}], "type": "admin-logic", "id": "221f989c4c22428dbe3927743b336b71", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "89bc9328908f43ac9aac13acc463cb43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "799eb47edc8245a48e7d857b83f655ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cd7024df53234468a1ea52a1241e00c3", "region_id": "RegionOne"}], "type": "registration", "id": "b8935af2d03f40978259203d3a156dcd", "name": "adjutant"}], "user": {"domain": {"id": "d0645fffee1a469f965851bfea7dd536", "name": "e4a78fad78024648a1ae920212c56764"}, "id": "55c6665acffa4212894cac39a6ea8ea9", "name": "8885dbcd86a14cce8f3f03f52d5e5cec"}, "audit_ids": ["a68c2d3403664ded968d62c830df4881", null], "issued_at": "2019-09-19T09:04:42.057222"}} 2019-09-19 09:06:42,223 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,227 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,229 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:42,248 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/1f5802b9-726f-4c58-af9c-bb2e0458f446/action -H "Accept: " -H "Content-Type: application/json" -H "OpenStack-API-Version: compute 2.45" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.45" -d '{"createImage": {"name": "test-snapshot", "metadata": {}}}' 2019-09-19 09:06:42,251 keystoneauth.session RESP: [200] Location: https://images.example.com/images/2d1d8f74-9224-4dcd-80f3-5baf2fdf9c79 content-type: application/json 2019-09-19 09:06:42,273 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,278 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:42,280 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:42,373 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,378 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,379 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/2d1d8f74-9224-4dcd-80f3-5baf2fdf9c79/file", "id": "2d1d8f74-9224-4dcd-80f3-5baf2fdf9c79", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "pending", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/2d1d8f74-9224-4dcd-80f3-5baf2fdf9c79", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2019-09-19 09:06:42,424 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,429 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,430 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/2d1d8f74-9224-4dcd-80f3-5baf2fdf9c79/file", "id": "2d1d8f74-9224-4dcd-80f3-5baf2fdf9c79", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/2d1d8f74-9224-4dcd-80f3-5baf2fdf9c79", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {19} openstack.tests.unit.cloud.test_quotas.TestQuotas.test_neutron_get_quotas_details [0.274097s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,999 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,004 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,007 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,010 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,023 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.933105+00:00", "project": {"domain": {"id": "7ffe7993aa6746c8828a3e7d37dd163d", "name": "87e15d01d94649ad837e5940b3450fcf"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4432b8afa4d14bb88b726f4fdc19ec6a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "923334b255e64844984e0ed426b60ec5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "65a88de7c8a44caabf2def5fd3d676aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "bf96aab144254134b21063d28ec5b56e", "region_id": "RegionOne"}], "type": "identity", "id": "ba39dc9a051640468820c58f76c7878c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7a5dd2685a4a49b895e741cde76b72bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4ae82b11ba954ef78483e6b7a95f1c8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "868f9a5dd9e744e68d296c38e45ffd13", "region_id": "RegionOne"}], "type": "compute", "id": "8ef99af5ff1a4f55a95265cbc5f0e468", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "08a12b1ea83a464791d7f827478c9375", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0851ed3ddda245679b722501f2275afc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e98b1dfb5a474ca091370776de35a4d0", "region_id": "RegionOne"}], "type": "image", "id": "5c676d984a064ff184b83a0e14c2bbb5", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8b331f29be0348b58b26fd45773903ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3682de1cb8544c41956cf866c0cfb26a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "3c8b68ab5c3c45faa2dff39088f1b826", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d76f77f752a14852af83cbf7853b0ab2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52ab032d3b634e6aae5fb2592a544414", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b272d8a54964171ac04d8e32b22ae87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "643ae331de9043f0b161be3cc36f651b", "region_id": "RegionOne"}], "type": "object-store", "id": "9aec2abae4e34d08b6f3f18649fb2f7f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "80b2139f51aa49cebe390677922229ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "920070675fc44b528f949b52f98bc1f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "271b3afafd8a4fac8772028f005e1c83", "region_id": "RegionOne"}], "type": "clustering", "id": "663b9559a4b64623922973d89cbeb7da", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b7c62d060268450fbaaab416451b5e14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1fbdc35843b24122b33edad9265c755d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "02cc44c0998346bfa8eb75a79a112e1a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "85351142de6447288eff6e8085f6b5e6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c6a39bab0d2242e6ad11548cfc01a710", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a0ddee13907446319d75afd24668f557", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "97f73d7004974cf6bea11580c189518e", "region_id": "RegionOne"}], "type": "cluster", "id": "8b0e4361dd3b4297a1245e4c6447d1dc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "84d2c95148c64994a1efd4a1118f0bbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bb860593986040aa84ebd6faacb55087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0d40aed1f4d74ec58a91ec2133d3b692", "region_id": "RegionOne"}], "type": "data-processing", "id": "8573b964e93346eeaf1b2ff431827d95", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8b4a1e87a178418486a3fe18f3e3ad31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dda9cf8c18bb40f6ba0f376dd86e7b14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "05c8b86bac024a12a5da5db092e5286d", "region_id": "RegionOne"}], "type": "baremetal", "id": "482a4c39eb9a4755a22d6167e1098453", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "10e184d05688414ea3e74c26254a20c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "65778f7f11724efdb37328e75d9de649", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "46491a515951482889a973f4ab86be39", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b3a9a2c70efc4709847234ad5c6b2fef", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "00d09921dbac43dc9672355a917cf142", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0e94df0e37c94feea203c327df7954bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c723cffedcee4134924467be65aa8cab", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5604c49d04a843d7a352bfe7497ada39", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "94e1f1dfc8e748e0b5346374203099dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2023ccb8bdd148a8a6bcd79842406cfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d5bed90cbf7540eab6d454940b4b4669", "region_id": "RegionOne"}], "type": "key-manager", "id": "e2e8a07426c8441b83b9e78028a2e16a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "39c0384214ef4a64b0e4e779d526849a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c3f344d770e14ec79877e6f1488eef0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1b6e699e9ae54b9394f72a5ce1caa169", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "95f7a57b40174d889f42ec400fbc04c4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "934c48e767ae47bfbbee70a63a5fa83d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "19efa76c50db48ee98b0e681a8b4ad00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4a73caab9f9145459252c90ee2277ad5", "region_id": "RegionOne"}], "type": "infra-optim", "id": "80470e598c9b43d69bfc8dbb785fa1a3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c3d4f043347249f483ccb5bc66441df6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "17b874e3ad694c0ba70f4b9e4376ca1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5f1a7db73eb24f27b2e297431fd55365", "region_id": "RegionOne"}], "type": "message", "id": "d4114638708e49d292d0c9c9aca17679", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fc3d415c5f8a4ed3b3b454b8f46b7a72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "823cae68fd6042559ed643785fd4b169", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a143a8fbbc0b454a82c09d1bbc2a5919", "region_id": "RegionOne"}], "type": "messaging", "id": "8f7afce4aa0d4942aa59eff9b1c7de0b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7c59cb0993af416ea66f3191f5a87b02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d20cbfc609de4ea795ca42a36aa9a6aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5cc6a7e482cb46d68850dd59c434a4d7", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c7902b220f0d4cf1936cc4c7c6f9cece", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aa8ffebc3e104949bfe4e5a725b9bd3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "49fdf2239cee45dc9c12de4a79f02d0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "24ec31351a4d4e6cacaed7053e2b00ec", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "815db044b22e48f19989252b1d2792b4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "65c88993def146b8bdca9d4dec3ef751", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dfbd5277bb2d4deeaedea6e27ed3fcdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "53124f84c9cb425f83ae28acbfb0b782", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2d8d0335f1434f689a01d1a3fef4e2f6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fec72c53f2d54143a93b4274039c56e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "58fcfce17a7644d78216e2934ad71c97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1acd2c6935da4eb3a531e8fee37deebf", "region_id": "RegionOne"}], "type": "container-infra", "id": "117bb02abe174312854df45f34bf4953", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a7249fb9b907481f9c629231978eaf62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c6ee36dff1294b6dbbc36300000120d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "08c35f78b87742909356b5515065e785", "region_id": "RegionOne"}], "type": "search", "id": "5224907adc42419ea3e7a45acb9fc2e0", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "811f37bf0e5e4264944c7adf9e01ff62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6169953867eb4b4b911d4d74a3c3de7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "906b63af499f4911beea530db05271d6", "region_id": "RegionOne"}], "type": "dns", "id": "3430d5bb1d8f4b06b71a5083afcbccde", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "52d2db18e7ce4717bcc23031f0f0c701", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9b4d25d37a9f4a199676380f77ee8a40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3e9578b5179e4af78af0704859ed2ca2", "region_id": "RegionOne"}], "type": "workflow", "id": "4d6a7fa1864f4938a0367e687939b581", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dd1dcbc943b64bb580e5538f4db24a70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "da78c6149e9b4e97a9023f6062d2840a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "90604438d83e416dab5c155b47482ad7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f8ea812188de4c1aada277b4a56c15fc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "315adcf7aa2946ec9d61ea83577bb439", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "dae16e095e7d4692996e4dc0febdd4cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9356b6844cbf4bbab254fb17fba82b96", "region_id": "RegionOne"}], "type": "rating", "id": "41364020bed94eed90a6258da495c64f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f6098e80159c451c8103a77c059a32fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d8b32272fe9e4310b20a485d71835643", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "92ca1c9930a442de84fad3b4c9f5f3e8", "region_id": "RegionOne"}], "type": "operator-policy", "id": "cd32c5415c0b47ff96807ed08e08faae", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1649fff5999b4cdd8a265d47dbe77afc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b80b998919674f9a99dfa360e186a581", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "70fdd8640fe347d496f95e6064b3a648", "region_id": "RegionOne"}], "type": "policy", "id": "a0f8bb9714ae44b29c1dc26ee205bc8f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cc3d85ca4bf645c8aeb10e5775993cab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7988400cfffd43a3a61601fd131d18fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e4440b9a5f7d474186268a7453e680b9", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2b90ebc5ecfb4e5dbce0dfeb9c0b27a9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f0f67b19f77d45e7837b942afe4faf34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a361a41a52d1406a879aa16850e263e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1ab002d65a594375986ddc5a6d98f0a7", "region_id": "RegionOne"}], "type": "sharev2", "id": "c4bafe3763744533bc2bb5e7276111a7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "edbbd352fe3a464092e0a3d63efdcf69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bf61ddd5e0b24424a906e98716e1a5f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d7903784b16e49fab417d83a7affa2be", "region_id": "RegionOne"}], "type": "share", "id": "d31a9808d10c4f9aa8cd4828bd0310a2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "24c29af062174d91bc82e05087affab5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "20c0510eb19c4d8f8435c9c1dc074cef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6c40f05b1f1b41f0b18e27410675f0be", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "197632f7105a4ed59a83aeda04a8c461", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d037f8d5bfb4bd48a31a5bff80cf0b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "181f0fadf6ee4bb4b869d022b9f11f10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c91ca214484489e9153cfc6cbd56a40", "region_id": "RegionOne"}], "type": "orchestration", "id": "d213c3feeeac4ab385b6f0b1b20f3827", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf6671411bb546f7b8c210c10313d932", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54787e7f65c344069657470667c2abde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad11a7f938074cba8f6a174e08cf3055", "region_id": "RegionOne"}], "type": "block-storage", "id": "b963e66ca1674878a7b5417eae9176c5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "718073f899e84f91a42ed9a6bc7ea3d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da955bc8153a4841a306f7a4b996c558", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f043d908691f442b9a412f75d2114532", "region_id": "RegionOne"}], "type": "volumev3", "id": "e40b2894c68649aeae3d569779dee2e9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa7a8db7d90d4958b9e2cce2350a1b75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ddaa0d270964f1d8b005f580b4108f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7bfd9a25a6ce4d0381cc6fbab378e33c", "region_id": "RegionOne"}], "type": "volumev2", "id": "e7b3f74374184775b98e5745331c236a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3672fbeb05bc43188dc0652b2ee88336", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7baf86adb02740ada90e68c29481c647", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "975954385b3143eb84df2483a2411eec", "region_id": "RegionOne"}], "type": "volume", "id": "97f5015034db4475922d17b30919c44a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8608e9c009f4f2090f2a5d746708cb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bd4b347bb8a4b3e95b73bfb144f84e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76a507b875394ff8980c1e3b8a0c100d", "region_id": "RegionOne"}], "type": "block-store", "id": "ad450a067bba453aa4512e13b0b1bff1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "54f748d444d442bd908d3465013a40e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7fdbd5df44ee4c0e9a46931b1b9009a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "18824d8edad449febecd56c374f43945", "region_id": "RegionOne"}], "type": "alarm", "id": "d6e48a83e6624c4cbe59ccd6969a62d2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a751acbec3a24d74ac1e81e8f443d39b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "19d8c35587d84d5293cf557f1ee98a78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "aff8b758123a49c6965b7ae74de89da6", "region_id": "RegionOne"}], "type": "alarming", "id": "b8a881bf325f4a93bd8329ce791c4850", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2e31c99ba9314093851fff1cd3fac60b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "91c290d781874ba29df7db24f580c75d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a997d8a777db41b5b35b390d8195855c", "region_id": "RegionOne"}], "type": "meter", "id": "c379039e88214ae08f99ef9db376e459", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "05f622058e98495993a1912d542b48c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "54f00cb24a314f7cb81e562a74bee463", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "75a4bd9612d34a8794c21bb21d4177db", "region_id": "RegionOne"}], "type": "metering", "id": "d5a17d7a6e54436593c60191840de80c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ecaf50a0ca70454bae6904496e96b9ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3646859e12e54424bd8edfcea0ac4fdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "66a41a7e381540f4ade632fe30169dbf", "region_id": "RegionOne"}], "type": "telemetry", "id": "5ef1d7ad7d254341b1c9542def16e6ee", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "05a2e37ee7d4444392947f01af33413f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2aec8846363d4464b3dc5ec46bf802b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d696d9053ed0437ea1c01f6cda28c6d1", "region_id": "RegionOne"}], "type": "event", "id": "cfffc15ab2c345f9aab4c34e412f08c2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "60c34be74f6b469c96a283596c6446de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "90dcb2a951a147d7a740c84539b22e11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ff77d0a9643f4c6fbce569c75aa040d1", "region_id": "RegionOne"}], "type": "events", "id": "662da4daadf642cfab49c6867401acc5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "416acdefe470434fb7ce4bda2a07bbdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "36dd0eb5d4b44f55ad2bbe8db8d9cf23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9dd6c8c6262046e48c9f976f71e00e2a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1779ce6c179b4745b2fe4f2f10f59126", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9b4024523d484647a317adc2388c036b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d4eddd53b6914f478be67535fb7e83f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "04af8b4dd80b48f8a8afb4c5e0b6a2d2", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3d28af94a1fe4f709b6bbc6a9ddf3e02", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5c0ce30cc78a425abbb6088d8a77ef7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e98c774d45374b799afd107eec345c12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0c296dfa1e5b4426b24234ca656f725a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4b1f06e3bfec4ae2b163764c7ef335f5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "837d77af97fa4626a77fdc5255b7284d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "66c6b93d62664bb29b1b16c068c0f9d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7f10612b3c8346538ab390b31613126b", "region_id": "RegionOne"}], "type": "tricircle", "id": "6d65f61220264353bb734c5b43040834", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "678a055581af45e59a11ee3480470ed5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "519b0ea6de0d4833813af7044c18d3fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6ca431c9b0ff4a1587c4b6f0027a4f23", "region_id": "RegionOne"}], "type": "database", "id": "5dddc75d5e3945bfabe7f9f8d4d34526", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9d0c74b3c12d4a609be7a9d84a204fe4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "df27f2edc04e4833a13a224f54b5ffab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "df75f0df13fe4422b581161da9c7847a", "region_id": "RegionOne"}], "type": "application-container", "id": "2cb564e8e1a14c158f7fe2f32674f8a4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f57251c5302a4852972cab771c7b9fdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1d54ecc5b56249be93ed24b03c59289e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d81556d2691146508c82c1a480243490", "region_id": "RegionOne"}], "type": "container", "id": "753e57b337064e0a9200af4106df7c22", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b4eff3cbad064117b3ed2bc125becb34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "61f40fc768834edd9bb0d385e5f64ab2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ea316e4b4fc6465d81f28edf93905af7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1947d16d4f394001b004f81eb42f452b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "be86d730e4194586b2a80efddf035b47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "12760854b04842968aa595088ea46855", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "13fcd182dda747899ec87b56412346fc", "region_id": "RegionOne"}], "type": "rca", "id": "252c7d9e7b1a4f5fa810e4b8a19f9400", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d5c308b201734c16a62c15897d80d930", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f9f4569ecde242bdb422086de53701b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "10efd5b8a7a74fa5ad576f0f2502d0d8", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a854f9d05a4b42619d8c6d551cfec40e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "58d7e36cead74b8bbf3c9694d0d85a69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5a481068040c4b1ca72d76ed3640225b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b1739948bb9b4ecd8b68dfe509838bf9", "region_id": "RegionOne"}], "type": "network", "id": "25cea87c152c46b3ba6dcc75ac1ed292", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "4cc3a089c5d24a1bb68b7333104b657f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "027a6283e4554b5fbc9a854915098f3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "fc25294edd3e454ca90650ab49a45966", "region_id": "RegionOne"}], "type": "backup", "id": "eb4dd4d659e346d0bc1ec81ef710a42d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a13165f608b54e08aac384bfbf08fa45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "672d281fc2244d1484396c11f54f0f18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ff153aba9379432c9f33b926413bd4b9", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "bba57e7469c54fef9e438a089c08155d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "49bd71abae2347eaa05504451509eb6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7c2782cf6e8242e590d8e75d83edbd0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d38e46d2524f43faa0282da3315aede6", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "37bf9a6f49d345cb925c161ef835473c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e1eab76829f544b5ac90e631a6b54682", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "38b1edc3ac824f42ab09815205a3bd1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "6cf16196973342388706361caaf42436", "region_id": "RegionOne"}], "type": "monitoring", "id": "8f4ee28e151e493095898be8f1865a84", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d5c44c45c5794b0e895cb761c8e94142", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2d60d9c221e149eb92399195330cda79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "86ecdc38672446efa012a15e900e060c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "32b7c00adbfe4e4ebcfa59ce072cde85", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "00c2990900184334a98b3f7b6a1d5715", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5e2afabb298f45b69c800cd52317ca3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "3210f0cf4bd64845823838974f738966", "region_id": "RegionOne"}], "type": "placement", "id": "002f5fd15fc243859afa1c48ac7d87ec", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "509ef0246e944fd398861c5b4f20aeda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "acc9ca82ba5045588f29b68b242cd14a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ef6c82b51c9b493c91a123f096f856d0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b4c2aafaa34943449beda720be537880", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "71a4594d894745dfa58769bbe3237953", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "55cad6712df14428b75f09fbef8654c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5e896ede15a24b62bf4f5a23dcae8cd2", "region_id": "RegionOne"}], "type": "ha", "id": "12fb554e0c4147fdb927dbc6e919b04e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7807508ee69d4680a38a3dc15c796f3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e2eb8544e08445e69c464e1a060771eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "754096a5f448476ba7245658ac3a1d1e", "region_id": "RegionOne"}], "type": "reservation", "id": "3c77b88f21ca41d8b460d1239b24b112", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0f5997ea0a19467c93fbf56e5786a53c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "26938414c5a644fca54aee7d20015c24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "67badc0181f7451fadd587607d1c00a3", "region_id": "RegionOne"}], "type": "function-engine", "id": "bc573228511a4ad6ad09b3230fe70f1f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "41bc8d7ac9d443b2b62ef4427a7a1aae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e65b90112de04b61bb89fae0f96e9ed3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "039e95a0db12439f9ff2e8c0483976e8", "region_id": "RegionOne"}], "type": "accelerator", "id": "ad17ccdce38640f197bbed6ce68d24c4", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ff5d7f9fa1cf4bf28230b225db210c7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fdff8097702d49a49bbf6a53f29d5204", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b37383e8d43d4af290f3ff5a01984453", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b8a3a3671a5544af96e2f4600a3e3766", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0ada33ad43a8426daff76088d0e2e8c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "da91233c986346aeb069910c2dd55d07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "da747cc98c6849968ed8d756e5854fd5", "region_id": "RegionOne"}], "type": "registration", "id": "ce905fdf57564cd589d06fb2f69b13ff", "name": "adjutant"}], "user": {"domain": {"id": "ae817792e8624ac8bdd49dc4e7421da8", "name": "6bddbcc0d31e4bf6864a82ae653d2e32"}, "id": "a0e312d860e84730aef39934d92eb6ec", "name": "9767775d0718467193f723b2e2a84a91"}, "audit_ids": ["97733a65ac7f4712accfe507c0240eeb", null], "issued_at": "2019-09-19T09:04:41.933105"}} 2019-09-19 09:06:42,136 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,140 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,142 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "859ce73af76346509cfbcc01dedf8f21", "enabled": true, "id": "c584569c3e5f40c2af2cae8529034d99", "name": "projectName-2"}]} 2019-09-19 09:06:42,192 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/quotas/c584569c3e5f40c2af2cae8529034d99/details.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,198 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,200 keystoneauth.session RESP BODY: {"quota": {"security_group_rule": {"reserved": 0, "used": 4, "limit": 100}, "subnet": {"reserved": 0, "used": 7, "limit": 100}, "network": {"reserved": 0, "used": 6, "limit": 100}, "floatingip": {"reserved": 0, "used": 0, "limit": 50}, "security_group": {"reserved": 0, "used": 1, "limit": 10}, "router": {"reserved": 0, "used": 2, "limit": 10}, "rbac_policy": {"reserved": 0, "used": 2, "limit": 10}, "subnetpool": {"reserved": 0, "used": 2, "limit": -1}, "port": {"reserved": 0, "used": 7, "limit": 500}}} {26} openstack.tests.unit.cloud.test_image.TestImage.test_download_image_with_path [0.251561s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,219 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,226 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,229 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,232 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,245 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.138460+00:00", "project": {"domain": {"id": "cdce7669c72d48b1ad44a56683ed2ce7", "name": "64fd4d99839b4da995ec540017a4dc2c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "36703f97479943b2a671cc031fc35093"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1ef3c1f196554d948d6866673946c43b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b8c48e341d4547ada00353330369650a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d0b1b26e475541c1a778713650132751", "region_id": "RegionOne"}], "type": "identity", "id": "63c6a325f673412091c922103f155f44", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "17e5b191b34f4854a3eebe1064c08137", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "898d36f2a38248548e7545a082da4186", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f508cc16c3b045cfb18655366ae6aa78", "region_id": "RegionOne"}], "type": "compute", "id": "b03f801612714af1b410b29cc4899e74", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "604366bf6d964b9fbd109127bce705aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "01e2a2aac66a4ee98cfb7ad5951d0423", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2683d24afc5344308372fc7b4b35d79c", "region_id": "RegionOne"}], "type": "image", "id": "88da80ac236f4d8b85024f4e9407f559", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c9895abeae5047f7aedb8f8f98b11d33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "11146edb92f6462fae1490f94133562f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "bb01a09025064f138a250fd09c789567", "region_id": "RegionOne"}], "type": "load-balancer", "id": "46ed0b14f8524e6d820593c4fa9b87ed", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5808111331ed4ca990e0693bd6a3af76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbe1f724f81c4285a40fc464b74c9930", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4dc0b9293dc4f6989523ba8d0e40c5c", "region_id": "RegionOne"}], "type": "object-store", "id": "d3febd7a516f4523ae81e001fe10a860", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cb1938e1707346a89ab655817b38f7ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "148cee802519415db3f8d4f84c86a2ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ed72d8936f8b4620959196d388e28266", "region_id": "RegionOne"}], "type": "clustering", "id": "3059649625cf415f99e6aac48775e006", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2ed9a77ecd3941a1b058a929608b7ba2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ae91a61e41f646ff9b63a8dd034cf871", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d3efd58bdc0e453f98b3989889696b16", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7097d8009aae4653a7701d547a5dcd56", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6d5847a75050450d925969538395720b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d1b4e9d450f74ce5a1c8e33bc6b42f92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "224f798d2db143e5b08fe1a05e2517c4", "region_id": "RegionOne"}], "type": "cluster", "id": "f76601ba054e42eaa75f1475b9097faa", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "645361c8f8734c7094390fd4114368f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ab69f16afc4943d1b91897699322c2ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "cbc3e6e1346c4d0b8cd56fa52d032cbe", "region_id": "RegionOne"}], "type": "data-processing", "id": "6f836d7421044470aa4ea22ef27644d7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "caec7c980521425ba0d729b8bdf786b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1dedabc0fb5d4fc48d40ce1bf9062006", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ad590d23955e4f4babccf163d80d74e7", "region_id": "RegionOne"}], "type": "baremetal", "id": "608f527468cd4f97b700e5bdce3c8908", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fadd86282e8c4361bba21e6685f31691", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "356829326a4a4610ab8a7af382c4cd75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ecb5d805a0d24ef98ada300dcc3b3f82", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7fb94e105b1b47cb828e76f455c4146a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c12da9a7f8274055afea6ff96fea7efa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "20951461eaf2479894a2e0d99a642517", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d820db1bb9fb4c20829a32be5547c879", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "29d602ce109144cca586572d9628d525", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "df52eda3904643acb6e40e7a35cc8301", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7f86a2e78bd14b3188cce57ad08c628e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "baf98e80ed9a47379f6705faa55f24b1", "region_id": "RegionOne"}], "type": "key-manager", "id": "c32886d343d84a6b8f8ae4ea145324b6", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e455dc0de240480983a4237fc590a4c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "27c7b442fe73430a8de5cf05cca981a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "265ea61981f64215a395b77c123853dc", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9070fe59a50e4b1fa168949e0f11159d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "28252725e0304a749636841d575aff5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f579b82bd1324b058bc5cfaec2a3b68f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "90e654ee752f44138ecd1f9d2b635506", "region_id": "RegionOne"}], "type": "infra-optim", "id": "03963ffc0dc44fe380f0c4f9b6b7d69e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "358b6a06cfd24219a4fd559677e9ee79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "978470bf5f5d435bba37cc54c1c45991", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "52d8a43935e9491e9e2ea3a47fe87802", "region_id": "RegionOne"}], "type": "message", "id": "a60454c80ec74fec8fab02336573fbec", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4241331a3ac744269898d61660df66a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "37a563485ee34394bef59cb6dc1bdfdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f1bf15aa2e3b44bf9a21bab49a42cbd3", "region_id": "RegionOne"}], "type": "messaging", "id": "e17a2f3e9b8b47a7ac73e10ed278850b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b164aba1062546baba4fa0e80e68183f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "eed57a20b3224920a62c237e90165133", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ec4747d879284246adf653453a2e01f3", "region_id": "RegionOne"}], "type": "application-catalog", "id": "535398653ad74fffbcce0d19ff4ad6de", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "316cf1bff4854cba8ee845d8ea5fa869", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5a533d6bfcc54aeea48da2ff71650ff0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "14d90fd773a14bd182019278e51ab6b5", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1bb06b9c01b44a2d8be22441e1e05c3d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "002ae673a5e54d72b7a61ebf5c62807f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "398cae4f1b76406d8e6aa80f13912727", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "752d648506ae4f0bba5e5401b3e79a8d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "283fcec0c9e346acb7264532ee95569a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "715be86326b549ef8638479c7d412814", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c98398435f7d4c258b9c3d01088794cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bc39cbdb67e1477db1f36acba635f891", "region_id": "RegionOne"}], "type": "container-infra", "id": "e42b4ad451c54994a1f22754449895cc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "793d230f1baa4f7a8ffbf9900e6a03ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "26ecb891b37b4f83a056dba42cdac85f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "81ce84051f4e408789a5e82de8c68aaa", "region_id": "RegionOne"}], "type": "search", "id": "5048ce39f7a84fc39b273673d638d215", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "67fd2c207e984c668aa9e146b3c4145e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1d728e8968cd476b8036225ab290514c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ae4f8b87211a4d9bb100f9b9aa1925aa", "region_id": "RegionOne"}], "type": "dns", "id": "2dc74347774847cbbcdfa4f489c1d6c0", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cdc719de0c13408e8a7f4fd5b5409956", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ee1dcc3c6a6948689c5add2017cf75d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ae2d8d30ef844ebabd5390824f8d41a2", "region_id": "RegionOne"}], "type": "workflow", "id": "9a6d7174e3e6441fbe69203e4f8e4929", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "94f55eeecfb4434a99b8194c63ee9717", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bfd642073e77486cb1408e56f3f2fe25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e525fa62b61341f881561c61e19f02f1", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d25fb9f440d046329556d1c2083c4930", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "efa36f28b2e64bad8e96a2257cd1b707", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "bc6616fa65444ad7bbfbc61982b1d01e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0dd86e73f44a443482eb04bda1355cb9", "region_id": "RegionOne"}], "type": "rating", "id": "efdc58d564a349fa95454a37edb21b50", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e2164c96c6d74cc6a51b5b75f63c7eb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b4e0f65e7b014feea33156538be3b8f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f5d72cedc9df4b40862805e57c631198", "region_id": "RegionOne"}], "type": "operator-policy", "id": "75514162d20f477b990a3a80f34229e7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5ded3dc2c36f453d8d66db1b9cbc4060", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0fa5aea1b7c84622b8ce55f5776bb8cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7c90a01f7d39439aacd4683a8ff89581", "region_id": "RegionOne"}], "type": "policy", "id": "687de18e59e147d8b4cda6d4c65d979a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4a22835649c8432f8a7d8f4b9df256ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "19a8ee64ed814da5a0811593448a18b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c9b2749986ef4d4dafe36c485bf30ded", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e1e9fbe3b93b480cb7214b1e968ff3bc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4c8af5c98f5e48558add45136835f9d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "594835d394ad4f0996d7152dd79d910e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "38dbf354dcef44e7a03de43b78d3895f", "region_id": "RegionOne"}], "type": "sharev2", "id": "41f188c4b6f44961a6869b65901eec84", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "386ff14371d64cc9a83094b01483cc94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8eb2ec33661a401792c6db45f7d1a304", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f9378a92cac24c90ba28a7229b25f557", "region_id": "RegionOne"}], "type": "share", "id": "10366b159c6449d38d351f460b847233", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dd54a71972c2438e871def10b597a482", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c56f4c23e723479a9027ee3ab5d6ef23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "8f127665ecc84a4a8115e53f7e1d4feb", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a5412c216d4245c9807a7d0c1670683d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3dafb1a457ad44499eba75eb66473d7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "592f0bbb5ed5432bace67a27bc6bef6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cba3053e09ed481aa7eff2bff3127a6f", "region_id": "RegionOne"}], "type": "orchestration", "id": "c0f1e47f522347ad83fc4fe4bd4b7fe9", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2db51f87f0d94d2e8fe5a519f476d268", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "842c622431f246a695048755955c2964", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c01a8c5c64b48d89e8fb2618fcff5df", "region_id": "RegionOne"}], "type": "block-storage", "id": "a91ed30b79f94f949740ca9ea6610731", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3121975f479c4406b9b18194a35654c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e477821e95b543dca0f361350b6e34e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f9b555e96e9493fab53391e72afc8db", "region_id": "RegionOne"}], "type": "volumev3", "id": "75968ba577aa4b0095065fddef08cb73", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c782a1f1a2c64e57b1f8c418a47fc78b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09d260e1b919425299aca6f1683df051", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c930b3734d8242f889e159321d01ce29", "region_id": "RegionOne"}], "type": "volumev2", "id": "c304b7a64a3943108c1f3efd887da08f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee16449224694b79bb6cf853156e64b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da283f0b99f742a7b41bb35e2fb01081", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20ebda39d6ff4dc89d9d7f11cad36dd3", "region_id": "RegionOne"}], "type": "volume", "id": "4b7bbb548d664675987d5f1dfd5545e2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9e5ee49e8de4b2285da9d451f445725", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbc1fcd2268e464e84382fca3515de14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd77cbafda704cd6a1322d8778bb66bb", "region_id": "RegionOne"}], "type": "block-store", "id": "8294c36124414a99baeaf5e3c167e127", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bf793676ec9c4649ab26ce45b60839f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "40c2075dadff43aaae55753eb0bf3cdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6b8961bfccf548bfa406627136673dce", "region_id": "RegionOne"}], "type": "alarm", "id": "ebaa933f8b974740b3f153e75dbe16cc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1b65e82c190a438c953ee56a70d7ef33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4428475b04f14d7a888a88c795a8905b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4164092b928241308de97d21094263f6", "region_id": "RegionOne"}], "type": "alarming", "id": "077d7c9d68424f7c89fa67a1207070d6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "934d46107f104f2fb3c7dee222f68c16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6970631ff9d74be0a640b59e0e8a047f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fc9451cb3fe14d83a4cb93396b711e05", "region_id": "RegionOne"}], "type": "meter", "id": "6f4ef76e9e9c49dab9a2c32783704809", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5e3e88470f72455a8f24574d2cead74c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "814e8706d18049b8af40b5d764a005a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2b33f248f34b425298c355b57655ce7f", "region_id": "RegionOne"}], "type": "metering", "id": "89359d33c29546c18c0debbc7670de30", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "faf93d700f9c4177b40886a238750c11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5e3feb07d0a8486f96294bf805f35a98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0ae4e4e1869140de939d963b90ccb2ce", "region_id": "RegionOne"}], "type": "telemetry", "id": "cb4853c6feda4045b35a620a354aba8d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6ba5d37e9e894a579b3f018b8ce61fe4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "89c7915fc3214deab489d71369a0cf46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4e68a1c52fb0490bb5ab880cd7b0c317", "region_id": "RegionOne"}], "type": "event", "id": "61927b6692c64872b92806989306e713", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "436e3b2fb91448b6a95063bf0f20e210", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "879fc193e5e041c5af596e798293f03e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e2c73792be6f478283184c1b6db9f46e", "region_id": "RegionOne"}], "type": "events", "id": "029b086606b34b388ceb20428203c6ff", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b504d816b5de41a7a2ac5e448d326b1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f82b6a3d97f74acba7da7a66911dc753", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ce59c766f41f4fb195541bd41b34d26f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8edaf02389ae4da0a918097503870511", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dc1f839bae8a4341b0817abbb15d5d3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "600f3f66d37a4f76a98e0ab902068636", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c77dda1416d2426bb74d11e4ed2628cd", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e72106b00770401798980864afaa478c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e259f3c3c9ae48b2bef1f57eeed709ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c82dfc650a8a4bf4b7ee726507697be9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "38fb5297b791441c9619b52a6c7d9f4b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "fa8d99f182244984b30b0d8cc2f266f9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b309f77c72dd4badaeb3dbda9d19733a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c8f49fc0e23044d0a0f1445a6df77ea3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "45adea5af0344af688e96415bb98d076", "region_id": "RegionOne"}], "type": "tricircle", "id": "016b5ac7577f4289b45ef5fb0fda85b6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "4f554b3bc744460980e74a5e4b60427f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "80d5579f0b0d44eaafcd19d620eb29d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7afba4dcb98b4a479f4d4c50d9c81b63", "region_id": "RegionOne"}], "type": "database", "id": "f7d9e777ec2c4c089b641925efd6e9de", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0cb4452b6d5e472f9f0fc5ad139a0132", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fd0cbe6009114719b12b7a52ba462312", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fe8464858e0c4677bc4a99b53e308d6f", "region_id": "RegionOne"}], "type": "application-container", "id": "10e2cbe378984adab2b17a2c408e620e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "611f413121c144ec8c68bcf8d5e3dafd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "40c7601a96064614b0ba73e4bfaa3cac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3c8c82eeaf8b4500afb92a53737198cd", "region_id": "RegionOne"}], "type": "container", "id": "b604f4de7b1f45818ca00021fd55989d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3b852632ee62430692eea9131d66a338", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c5ad9572e17c4e7290d2eafb2092751e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8a35168b5577405bba290aaf5354dedc", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c23a58094785413e9c7286b0a183858a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1135df57c2f44337a93d525d1571d29c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5a2ba59ee21043a8a379e5884f0b6244", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0c51cfce74f045b2b4b43995bb4366a0", "region_id": "RegionOne"}], "type": "rca", "id": "72bdb7cb1bac454ebf9edfbb4fabcae0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c8ae9b5066524aa789060126487ef78f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8ef44d4a1948463cb84cd420a4bc8325", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "84b10c68364b44258b0fb5292ec6b7fe", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "377d89bbec7c4e06a8cff78401b49ff2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "704717846b13469295d83c704ffb4108", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "871fd893d1ab4b27bfaee50767234b10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0debb6fba7c64cb59cbda047b9b0dfd0", "region_id": "RegionOne"}], "type": "network", "id": "da86986311704d2989f016aefcb2962c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "b8be72ccbc9141499e4f517c51ff19bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "11e0951e8e4a41aa9d23fc3d432c5e8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "44b3df4b3cd54673a5d75228a9466602", "region_id": "RegionOne"}], "type": "backup", "id": "6488914af6d44ff38090541cb9183684", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5e08af8c8ed5479fbff1fb4fb3531ed3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "78fb097d2a904587806e0a413d324493", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c4b3a53d0aa047f9a2c847a3c2fbf8b4", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "cc330c51880c4367aad18ab949942036", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fd55d1b12c254a7dae8921ec349c6ca3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a740af2e77e04499a99746684f3b405e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1ab7a8ea150d4ab1a130c620db8b5b07", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3a6b27079bab44ec8c633d7b013729a2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3d4a1edbfe404dbd80aa4a6bd03fd658", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "789fc9e47be74a7ca4247042b7b8ca30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ae353571003f44e391486249328232c1", "region_id": "RegionOne"}], "type": "monitoring", "id": "f93f3239f89c485cb33b42535d64a6e5", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7d37a17372a341ec9cff20baad5ae996", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "04accca05ab944528d8aaf7bcb1f2ae3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "03c189fd838d4a2fa721dea9b1425951", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "96ca4dbf96ba4dd9a4d815c5bf8eb2ae", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "cd339cda42a1472e91c1236623281de5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "87e0171d873347a2a2860e868ac0cda4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "54ec7bb6d77b458f8b9055d69e4739df", "region_id": "RegionOne"}], "type": "placement", "id": "54f1c5ecdd3a42d092e5322be48a7155", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8a1086df8a584f959ac016de6b88d655", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bbaeb4d5d826449f9bec4865ac96a8f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e62d6e8d88894319a1479904173c8476", "region_id": "RegionOne"}], "type": "instance-ha", "id": "6bcf89af96a045f8baae4831d5d99436", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ff24727e43ce43e4a1f6062a49059355", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9f763d6a9ec94f55886f135ece417cc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c07eba23b16d41d99e4d07d3d001a9dc", "region_id": "RegionOne"}], "type": "ha", "id": "aefabe87316b44c580379566d67f4832", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "60031743500a4b32b1c640291759eece", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8544788bd44043f39545146904811121", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "85cdd567d5e14f6f97df6fdefcb0a30e", "region_id": "RegionOne"}], "type": "reservation", "id": "bcf35ec6db6d4cb7be7db38ef4c19e19", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ed5aa52acd084114aab8af054711e266", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2adfdb3b3fcb40b290092857fad5ad08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "454b1e6df395418ea54a25c3e5f699c9", "region_id": "RegionOne"}], "type": "function-engine", "id": "24143923d261401aa7b7eacaa0cc0f95", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3df2c6f9a3154cb199031d79158b6f7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "11970fb2d82c46f8bab57ae6acbb77d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b40547d0dc2845d8930a6f5bd59c8218", "region_id": "RegionOne"}], "type": "accelerator", "id": "4856c034d3134e46b577a3493235855f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "af8fc893da074383a53e04276fef3acd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "521769cff6204d958fe9ea7b5b68d171", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "da26c4e91ed042b6b3c19140e3889b1d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "54029382f26b40cfac3a393872bf1bb4", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "25d36c9d3e2a4b6aa8962d4b83fa3740", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "101ef4ac998b499a834fabe746d83551", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fd898bdc58a543ed9d3ba09cbd224d71", "region_id": "RegionOne"}], "type": "registration", "id": "6e149efe0dd44ec3868dc2b298516b63", "name": "adjutant"}], "user": {"domain": {"id": "c708523e23d34cc5956c282b6ed4924d", "name": "423619d5052d4a23964972317413559f"}, "id": "9a0532f1ee2940fbac97994193b0384f", "name": "4ff92409dba644f79aa29c3089585dbc"}, "audit_ids": ["4a3afa9f0c084fef87d219dc2e26a44b", null], "issued_at": "2019-09-19T09:04:42.138460"}} 2019-09-19 09:06:42,274 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,277 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:42,279 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:42,306 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images/image-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,308 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:42,324 keystoneauth.session REQ: curl -g -i -X GET "https://image.example.com/v2/images?name=image-2" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,329 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,332 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/ebd8c8d3-a0d7-4e4c-852d-6253d2d00e23/file", "id": "ebd8c8d3-a0d7-4e4c-852d-6253d2d00e23", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/ebd8c8d3-a0d7-4e4c-852d-6253d2d00e23", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}]} 2019-09-19 09:06:42,365 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images/ebd8c8d3-a0d7-4e4c-852d-6253d2d00e23/file -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,372 keystoneauth.session RESP: [200] Content-MD5: 11870cb56df12527e588f2ef967232e8 Content-Type: application/octet-stream 2019-09-19 09:06:42,374 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. {7} openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_directory_marker_object [0.217410s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,311 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,316 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,319 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,323 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,335 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.248509+00:00", "project": {"domain": {"id": "ef286a8df538408b8ca296c16f259700", "name": "00f78e8321ad4507b99674fe056d915f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "96e5128ee7064b2783d561d2955c67d3"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "b479273daad549748e9fa2609685c072", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d91eec5b89894202875dc0f37d6f18d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "268f3c7278374264930c71ce7452b37b", "region_id": "RegionOne"}], "type": "identity", "id": "28d299636c204d1587408550c3c4a150", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "95da73cae5d147918b973a035b35a008", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "17bb5f9b15a143a4925249094d87fc88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "40c63abb0c09433e807791fddf45f9bc", "region_id": "RegionOne"}], "type": "compute", "id": "a82c9d47757346d8b7cd012cdbc91b9e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e54c82b824104ba98e6384223cef12dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "db58d4f5330f47d98c285fa1407591b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "36be398a7fd3432fa9c59398169761ff", "region_id": "RegionOne"}], "type": "image", "id": "9d5040cbda394e63b84759dbd1123671", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "63aa1cd99b7e4dd2a7024f0867a2d11a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "66efa1bbbb0d4746b178dfb88c4649ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "3f1a61de350e49c989d08e98817ae962", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ab6cc204b1af43fb851a712e76101640", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7cb424c357914bb1ac8183f0648f74e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3abcdc6a7919456ba18ac9fd020ec22f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dfd884e24e8441328053c95c1bbdec4d", "region_id": "RegionOne"}], "type": "object-store", "id": "4f097c2b26994325a10c6d04c1c20bca", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "135df263b3ea4ed7a53cdf4955b8e31f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d9d63fdcab0b4eeea7f1aa6d2f1aa5e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "841e937a1e7941b1b8a710cd02a0ad76", "region_id": "RegionOne"}], "type": "clustering", "id": "4980aa8b38574fdfa7d2e04e57f5acb4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "48b5c227783c480a908128e6c0107564", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2f678c6b2da84d9ca894d38ff0f9ce6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cb7f2d29737e4433be68043be15fac8b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7a05307b71064aeeae1b49a41b75ab29", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6df4ca85a9884ac5a2af1bbf90e44806", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2894508e5e504a1ba729ee1b34a9de91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cc252b34850e445abcf68a4931d64379", "region_id": "RegionOne"}], "type": "cluster", "id": "5df8673012a6439e9185189e5e53d562", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1faf3261eb424c81bb6dd24f20184512", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "35732c790a864e318a40bed5dff1e448", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "834c53dc6d32413eb41c1217bd59b65c", "region_id": "RegionOne"}], "type": "data-processing", "id": "da75712e6d004fb4ad16b9d7446590e2", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8f4bed8ab2814614ada19e372b91ec63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5238e6c28b3d453da38f27eecf592113", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e6b9bf532c0942fc8b338b41685949c0", "region_id": "RegionOne"}], "type": "baremetal", "id": "877bb916957a4098be2d27bc337e304a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c79afb409b6e481bbd93c587965f45a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "429b6b13fe694e06a434e5162db13e92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e8dc5bde1c4f482c801a659f6dbf2ab4", "region_id": "RegionOne"}], "type": "bare-metal", "id": "9efccfaa9bef4ab39708bf9ddc3d28e8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3dc5027aefe8470f9b937d244815e8dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "97deb13d7b004e88bfe631481b3f8b1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b40435a1a8064f85a00982fabd8d750b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "45f4ce04ab3b4858a1c59900cd4aebd6", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a51f53ca001e4c4f91b5935949e7f93c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8e0438d4ad6549c0b824876c4a6f8b1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "dcef485420e1480e93deabbcd628473d", "region_id": "RegionOne"}], "type": "key-manager", "id": "9b2f264296084cd7a01cf4df4abd97a9", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1f3e5495736e439a8b6b8943b6706912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a6af845d3d5f41b3bd286666bc514d53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c6939e7ada724526a08a3fbcad1a5e15", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "30e6364dc28d4c388d8ce74fb59a700e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "98e3c34f4b8b46d9b5ffbdd3d63428df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "51546c72ecff4784b3d524ce2a8df9c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ca142c22c83543e087531b855a353f5e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "087ac60124c64cffadb98c70758a10ac", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "61b65683494f47d4be6f9f3ad2fd2432", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "874cf87ecd5a496484f99624103d324e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f06d39fca73c4a049b4f7a61f4fa741c", "region_id": "RegionOne"}], "type": "message", "id": "2db994d4ef0b45568973ec7db8817217", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c98995d6a84c4b22953c6cfc8b35836c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5e40e18608314c428db457609eb8b218", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4bcfa03654bc4fb281ef5a4f9ee4fe9e", "region_id": "RegionOne"}], "type": "messaging", "id": "d7ddd99eb7c4437298ff95b0aa57fd37", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5a211f7d20f6472b84a3406282dae61b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d2cdf744215e448aa11d9b8a06059c83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f6d6960fc2324c6c9177d74726bfa6fb", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6688bce2cbd4458899cbcc944463cb23", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "056d6ecba8a94e399f507c2bcb76d702", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "120c6d2dd6014d33a517d6c309bb56ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "074871361b2c4fa495eac7f4eb682c3f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f647804b37634b1fb0c3d919f712a7da", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c04db4a014d94c5c9a8197702fe27626", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "03ef378123d345b6928d69f898c1f384", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cd7420408f9442a2a6fcdd20a84c9002", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2f410c4f986d49a2bbbe133d3c5d00e4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "de1b4d1d3be84621a04b63f4c8034195", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e8cc8e4af1a04cd481d1edf12c8dfcaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ae31c35b7ee4487a5e02a4d553d2d0b", "region_id": "RegionOne"}], "type": "container-infra", "id": "6ebc7243ea2542c7b3d52fb908db9f1b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6c57e583ed53479bab0fa0100d99a802", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "97527345351a4836a2ff3553f48f631d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b9f9d631b83544aa8124914a07b2137a", "region_id": "RegionOne"}], "type": "search", "id": "776cd741de1c401c8146a6016b03ee1f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6ddb0a34278c442897f77c5b2a882964", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9c969df6808048a795a73a2dcc6e847a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f16ed189254e4ae39c83437db6a6cc2d", "region_id": "RegionOne"}], "type": "dns", "id": "2630a1593ccf4cfd9438de15f3e8954b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2a32a9f45d44455993580b93a5d6ee42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8377b8c220244b439b01ae86213f76de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a558caec83ce46a4ad150d36cf04d571", "region_id": "RegionOne"}], "type": "workflow", "id": "65a3416ca2a543b4923573b2fc634008", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4cbf4b4b762349088c2783751f5407f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3e60213e3fce48929eaced33a8e88b63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "322914c9b93d4f6198629830d8fc9cd3", "region_id": "RegionOne"}], "type": "workflowv2", "id": "eebed42a188f427fb9bfef32be1fb617", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "562d42dce7eb4036bc986b3a63174fdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b6fba301ef554942b767b4f4e899640b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "cbd5cfb5f475456ea3787d92b56c0db3", "region_id": "RegionOne"}], "type": "rating", "id": "a86ffc49db8240a8a244672290e5aa01", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6de47bd06688465eb173754236fdd1e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "816960189a9b46918a1a76ba17e6483b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c3dd5b15d8474b67b55b999fac86c254", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4eec3a43a53347dcb1241c1c6f3454f8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e0cb9ee30dec424cbf32e54a933220c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "978a75ebe7d34c36b4834b81f184a0a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f914ca62193e4f0e91d4da1d5268044a", "region_id": "RegionOne"}], "type": "policy", "id": "7fdcf7765a834069a7655ec8921f41a4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d757e950fef347a2966a55a617af9335", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6164f9c0aabe4ceb9a620d267f24db4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8b901c17c84a4f678382cf16c76fc874", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7878231ff96c4504bb6efaf9fe69e7f8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c023c446d14f4eca8b4d0f267c1ff722", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "063d7fa1d2724792a6df82b1809b064e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6a0540c0f69a426da2f4d101091ee50e", "region_id": "RegionOne"}], "type": "sharev2", "id": "8a14ed4a76d540f58ffb674ea44920bb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fe560dcb36a746e8a9c5c7ca09a728ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3fbe413a38674240ab0c76d8f0580c4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "36cca5b53acf46c4bb12df7fe50ec4d9", "region_id": "RegionOne"}], "type": "share", "id": "b3acd730d7704a6897731fe52a3b099e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "28edc9056afc4cedbc35774833d58b76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1ffa1bab3eaa4d7e96809f44dae802d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2fd651803ca94cd193ee97c19cd5cc9d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f52baf3f972349e98fa1bf55761eb76c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19f3eb6b36b2433a9983f2746544e70a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea84c4b4d6b14088b7d8db8a1233e3d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bacfa8732dbb440cbac96a547ae154fa", "region_id": "RegionOne"}], "type": "orchestration", "id": "2bd8d6d05ec44d3cb31b39a80c79c18f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "501a9dd0438d466e9bf427811f8c820d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70c567cbcf36434ebc5cf4c3997ece7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d989bb9eae349318cdcac88f36cdbae", "region_id": "RegionOne"}], "type": "block-storage", "id": "1759d545f0cc42eab3a741645f83dfd0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b06c5f8008cc44709bc94dc11d917534", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6be3a43ca1ad49078b35ad305315dea1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1783a3b02d324144b6095e57fa8c6e62", "region_id": "RegionOne"}], "type": "volumev3", "id": "f37ca8961ebb4fe2a9c2f8e2cfd36485", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80b86dd8aef1434788294fb84e0dd66a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e26269ab7cf4ed9a43d6e5b566ef2db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "304e35c10476465e8addd04f76a2e87e", "region_id": "RegionOne"}], "type": "volumev2", "id": "47e8febc835a47fabd6d922dafd33eac", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8184dcfec2bc446b94b0e1a0ad8b3d12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "409d673888f3428c99235660ccc6d96d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3f351881b4443d495b0f745f9f36ac6", "region_id": "RegionOne"}], "type": "volume", "id": "020dce8b8e8943cc88a968885caefc8e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71606cfa87e64a1990b3748d079a5a2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "683b772a63364bf4ae2aefa06dd5e48c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "194c98bba3474dd4b3532caea013ba4c", "region_id": "RegionOne"}], "type": "block-store", "id": "cec8344120154a548b538896773169a0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "061b00954bbd4261a78b732971184878", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7052f7fb988e47e1933a597c2b53f461", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6210652a3a1f42298c4151cd1bb701ea", "region_id": "RegionOne"}], "type": "alarm", "id": "fd0bab5728d54a479f75b83f195bc74d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "52c76f8815924f2c91f5d7158f57880a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3018237cde22417ab13eb888b06c7eb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "177c8c35dabe493b861a3c6483dd87ea", "region_id": "RegionOne"}], "type": "alarming", "id": "b2e74e130f7a468b85bb8004540b447f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "80c234a809d74d7e840029d7dd470073", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cd0c98dbab554e0395c1179dcf83356d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7ddd731861314d34aa15f40126e1b473", "region_id": "RegionOne"}], "type": "meter", "id": "8de4598abd3a478b87eb19bcaef4817a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "befcae93be7744ef840c76bd3190a974", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f387ef0391c24f4589ee92c87218ca43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "810d7cad2f32418dadcd7d7639cbebc9", "region_id": "RegionOne"}], "type": "metering", "id": "3668f8dc691b4549985efd77b68ad469", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6b5ce0cfd20e4ee990d2f3a83821ac1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ed3a457b1e764b1c83a2c35dc115a7c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b1ae5180df8f4cc39c1ef221228b8cc7", "region_id": "RegionOne"}], "type": "telemetry", "id": "8f5cdfa96ec24967a410447c708a40e5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "56f53ffb35ee472e80d05f301831483a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "aa97751148ce4694a12d38f9bcf784cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "070f0d320e754106850041c7e95947b1", "region_id": "RegionOne"}], "type": "event", "id": "003a91323e09425a9bb7a9ea3dc4ea1c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e5ebaac8b1f44b8092b79cfbceeff81b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "158147a6434d45fc94710ae02a95a0c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "30fbf5d9943d44c9917a3927c9b079af", "region_id": "RegionOne"}], "type": "events", "id": "62253e7b91db40a7b341869174455fd6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b2f6b1f8e9f84f6d84c3548acc3008df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4dd2edb6415e493faa1c55ca07b4a3c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c8a194773b554710a2fbaa1e4c8cb789", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3e28d663ac0f42fb8acdc9223c17c977", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4ef393b3f80f49be8d9c7b656f69df22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "abcc12ac4add4bb19a2e7a1a05b48acc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d38a3b5f1121499da1d95678682491dc", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c5300251590b40c2bb2e8584e6127150", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d69f6eff11594072b9f719a94748ed7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9d51b13558424ce2a0c79703fe84d2b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0bccfe8eea69476baa2f7e7f9f57acb2", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f390d3cb36a84da98470ff7509ea8871", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f8392b50e68941b3a07d48b69c66d0d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "61ce3f803eaf4274aefc9a9d858673ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5e66524889c44973a6dd909be4341d80", "region_id": "RegionOne"}], "type": "tricircle", "id": "1440bb337da74e36a16f47d74c4171f0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "dd27bb9d4cb54e97932731f4f381458b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5905f42f73ee4e379b0780fba5571d40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3209de2de6414d91a58c2c20f8cd6d9b", "region_id": "RegionOne"}], "type": "database", "id": "3e08121931364a2e8b948b78611789dc", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "74c44f9c87f944af90228131f259d3e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "467f69ccfa5a4ea4802d96b8ab0c45cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d4e699dd0c934073b7ef5ebf3173ca1d", "region_id": "RegionOne"}], "type": "application-container", "id": "4954a6409a474bb78628e43d40efb2ac", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "acbf96e09de74328af7585eadd2a15b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e9bbd7af93a747c9a04b97cfa2b9d65b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "113f16ab540d4fcbabaa254d36a18047", "region_id": "RegionOne"}], "type": "container", "id": "1b96bfdb6b4a47928289048cb38f6fb0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "854afbe95a604a98a9bcbd1014d33b8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8ca51ce29a4245ca8a94fa597c28a597", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "48ca70aa7f6a41d8bf87f76866fd3965", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4dff982f82b0494684a25967638ba137", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e010f7e4e2df4e10b410196703fee04a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d43a0d93eef94b4baf462ced9b794c25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "999e5909b33b4705ab9abfb80d6eddbb", "region_id": "RegionOne"}], "type": "rca", "id": "06deaf7089ce4aeab8fb3f567c3a3169", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0bbf6f71efb84adb891cecb4507c6f31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2f4450e51b6740d88fc997f0d20073e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "bafffab7bf9c4ce1a4bee1eb7c7f0125", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0723e92713f54392ae3dd7191c98885b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ff4c2ffc27ec46e69ab3b725322faf34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c9cce4d4a1f94768bcb4cc530c76cb77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4028d198cb644eddb937161a4eef9910", "region_id": "RegionOne"}], "type": "network", "id": "f893a4e9f2ac433c9a49b75dc121835e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "8012ccfe912a430684c7e46fa2d9fcae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "68cf5e465798496fb9d962a6c1955d4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "832db664a61047be9a2da3b017176813", "region_id": "RegionOne"}], "type": "backup", "id": "895877f3e7274b879d8353dab1dc7be6", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "187b373cc02e433c96a47c001109f711", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8d669417e07f4268811d740a5508d76f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "27d6122d211c4e5482aeff20b08a1262", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ec36690a4a2b4f07b76e0849ad9b1969", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ac0ace216c8b47f0872f3f092729a6d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f23042471aa34aa0a53f8029879dbd74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ba435112d4934d2c9e007c5ade6f8361", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "22d320c61b1d4911b378395ee11e3cda", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "50971346b63247918dc2d4d7f257e2ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3bb6a88acf7645d3b4077621db0437e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9ab64b7a95b1455d9d5f911fa07a39f1", "region_id": "RegionOne"}], "type": "monitoring", "id": "42a79948b2b94046954ede2f2869aeba", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1bd2653eaf5546c2ac87e51142d6822c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5d5cc4e3708c4fa0a5325d271a9d63ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "380e2483030a4d0290b5ba96c71c4c17", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "bf8a34e38c9044aa820e2b8006191b18", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a7bba45906734b909a1868ecad26367a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "fa9725980dd14575924e5ffb36d360ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "212efbad68f44e4b9958add0ad361e9a", "region_id": "RegionOne"}], "type": "placement", "id": "29587201469e4038a5be6c1b47eed677", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9b8b100ec3b94fcfbda609666dde0cbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c1535e43d60442dfba76b298cc0b9e61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d428a6a2d71c4867bbab0ab4ca863b9d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "745e430a41b844b685033edf42088643", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1f50c71f033f4ac8b732f249b008d919", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1a373dd29a794a4d8caedc3b43b55763", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2ba253b70bfe4945a9873eea93f90286", "region_id": "RegionOne"}], "type": "ha", "id": "7a0df35083854b6b8a45467213c0a413", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f578323841804daa8a2ebf8266391d5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "816063e9c231415da3ea7b2bb43a944c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7c95a50608e0429eb8e665399b17c46c", "region_id": "RegionOne"}], "type": "reservation", "id": "49487ab00bbf4fb2af345f2e0dc1ace5", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "18956955d79f498280796eb650af545a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "74b40fc2a389456982a78e041e66c1cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1b603c961b7d4b9aa69a4b0373c93535", "region_id": "RegionOne"}], "type": "function-engine", "id": "90956c04a5cc44aa8a4bf318da30fba4", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "089d3eeef9874e6595e48f82a02005a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "abced046c84d4b42a5ceb1f313c9e48e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "56de4a50665d4bfaadb5bcfe6e3c02d9", "region_id": "RegionOne"}], "type": "accelerator", "id": "b674b649062046e5869ea30a2d8805ee", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "db5e352ca9db45ef916ab6b628ebde42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7ea10b76860b4542a7179a7b5323b126", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "616153875763457e9b9b3f5a36164d03", "region_id": "RegionOne"}], "type": "admin-logic", "id": "78ee91ddf6d64de48b8e9e76daa2469f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0576a9d441ed4e07a54e15c9ee05bc70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2ba592b56b224a54b4d944a721a023a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a58045979c2143c7bcc445b3484facc1", "region_id": "RegionOne"}], "type": "registration", "id": "486ddae23b454640a134758099926960", "name": "adjutant"}], "user": {"domain": {"id": "75df9d65011d477b864db8185b903e62", "name": "1ef1109a47b84a63a5033bae72c1a0ec"}, "id": "91e0952c29c7462fa87a3d45b12e62af", "name": "180cba0ae8dd48c18f2c754b9d929118"}, "audit_ids": ["c946654238054243b7aa95fb1b04383b", null], "issued_at": "2019-09-19T09:04:42.248509"}} 2019-09-19 09:06:42,368 openstack Calculating hashes for /tmp/tmpJAYcQ2/tmp5lBNpa 2019-09-19 09:06:42,371 openstack Image file /tmp/tmpJAYcQ2/tmp5lBNpa md5:56f02676fcf29d38c61cdd99d5ce753f sha256:7e0a0ec5ad91e590ebba1e543e6d9b04337b20003fe195170a0b7138b0f50c3e 2019-09-19 09:06:42,389 openstack swift uploading data to openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_directory_marker_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_directory_marker_object-3 2019-09-19 09:06:42,453 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_directory_marker_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_directory_marker_object-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "content-type: application/directory" 2019-09-19 09:06:42,458 keystoneauth.session RESP: [201] content-type: application/json {3} openstack.tests.unit.cloud.test_qos_rule_type.TestQosRuleType.test_list_qos_rule_types [0.236815s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,206 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,211 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,214 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,217 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,230 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.146684+00:00", "project": {"domain": {"id": "8b2294e46ad94113b33523815a99a243", "name": "34b030b23c774fb895297570478647ee"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3ea51119723e44a79612208473a2b7d3"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6a512e745d434e77a0f3a3a5ee7af150", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "356b7294d8e645cba54b7af5b5dcbc1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9d33e6d9d82b48bba36b29d4fa2f2a90", "region_id": "RegionOne"}], "type": "identity", "id": "68bdfc83814146d18cc692a367614031", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "28eaec77843848299f881a57113cd7a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "751f917f519a4ca5b6f2712cb8234ea7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a9be8babd5e341a982f7d0fb6fa2a1b8", "region_id": "RegionOne"}], "type": "compute", "id": "a7fa89d78c0d4d8a98472187883e1eed", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c2a1ecc3e40c4dfea03b594da92463cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7a0c506cf3c140dc8aff2258e029b1df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "801dd0545eb340128bbcf63be45ed771", "region_id": "RegionOne"}], "type": "image", "id": "89cacf4026134a0aac2ce89dad0f84b9", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b98ae447b68b4399b67eb6071c38f339", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "316c445a98704e11a45ed39ece047902", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5ad7b0057b084fc1945783726de99788", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0db61646de0d482495879345eeb59bcd", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14d2d0b4db8f4de392d63adba9af52b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb1ddd26ca714d13b01311a619475389", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a7dff2ad030415cb57e8aaeafb4318c", "region_id": "RegionOne"}], "type": "object-store", "id": "89ac336cf49f4302907305775a61ea37", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d4245025f9734e7d8de7405207d9fa24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "af9af73343fe463f926d26b9d79f4ab5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e79e0107bf714a34b5279c6589898271", "region_id": "RegionOne"}], "type": "clustering", "id": "99d8058abc8a47cebae370b1634d2982", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5aeab67f3c934c4ca5eae9b9e35dee9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3fe7d284aa68447eb7f3123c7ae5f6e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d3fcdc2152144e5787afb2a009ff4bd9", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1705eefdd2cc431ca0c5fb4c02fea1b1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3eb33160a4c34cc9acf264f28b4ea3da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "39f1a06632d8403fbf651eecc51fbdd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "15162d781f574d42bc5ff3f0337f7787", "region_id": "RegionOne"}], "type": "cluster", "id": "38cfddb777564aaba167222380b6cca0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "115c0470e1d1457fa261ba400d69661b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9bea379914f143aa8c47ce7cf09e7503", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "38d2bb1483b3460287ac30d8a25c6bd1", "region_id": "RegionOne"}], "type": "data-processing", "id": "8f6f1fad235b4bcfaa41e9a56d44a145", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ecdfe7354fe8437b8a4ecd309e75d7d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1de0d4ca035a4e5aa0a51a7c2c657a1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fe90cea82a914ccd8d0f0f9c285dd8b1", "region_id": "RegionOne"}], "type": "baremetal", "id": "93036a5e841e4b0dac2f7c84b4bf2719", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "017dc862712641b68894d2ea98f25539", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "45877a5789c8497db412d74760bd902c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0ee05cbfcb1744f69294ad59fdb5f381", "region_id": "RegionOne"}], "type": "bare-metal", "id": "64a7c7516a3a43df8ed3a80d4defb81a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "179e7fecad874de39c2363c2f216c768", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f68f6373b1e14a69b09bf6bc726e4104", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "29d132dd40e842d0af11dcf37ff7bce7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "43440a8c041a48b9a595c7f645cfdd52", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "14c1156f774c401dad7be44c8ca30e41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e0e18a90919741f79061c71cc6601e02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7cdc782a7a9647799dcaf4c8193dc1aa", "region_id": "RegionOne"}], "type": "key-manager", "id": "4ba6243454624ba38c08852b3f984800", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "948507ec49854280869918b3216abdfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cc981d23252e44b9a10b680dd707ca99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "10d9b88877d04b979e80491b20939d7b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "231636a21321458d95c80b3e8986fca8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9ce8b1de36df4072a18cab5513bb876a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d723b3f5915340c4bbcbd910c0f86e0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "319311f0517749e59278c4c2d5af933a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "55b7798638f64dae8d4bdcdce1351f5b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "93683531a09c4af9be143d6d485cc9b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4a9a34154de84a7c89fe1b48acef03ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1c6192ceee624f04a70ae82a4feeaf93", "region_id": "RegionOne"}], "type": "message", "id": "a0e95b4186274669a50cf6ce78a64990", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d39242e354874197a70df4729da95ec9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2695f34ae6cf4ab6983ede78cb0ce89f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "83ace8323de047e1824550e9a070c9bb", "region_id": "RegionOne"}], "type": "messaging", "id": "e4f8ddcb5f8b44a6b2d9970189c4b419", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "52f15b602a23465394fc8fc9c2953bc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ec54509174d5472aa121dd5fba4228c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d854333ea2ab44cca6f728d3aaac6a5b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8a9db03aeaa34807b7728c1fadc901e5", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "06f2023c2b5a4888ae23e392b5b04e9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "315812a8323840cabf59cf8848055391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bfc33c4c6cca4d0996fe393296b3b104", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "cf708018d785431eb093d3a9246ad12c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f5ec94da0f34fd99d288484f48d4aae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b46c9fa024dc4cbfb06ea570b4f936be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8cafaaccb4a24c6983f2abaf83be535d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "496607ee2d154c47b3d059e0cc686a53", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e542f44e354f4ba89f044ab0920d7851", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "93b75f6696fd40d5b8097d33f1541504", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ef8f4e5006984b99888ef3873f0d764d", "region_id": "RegionOne"}], "type": "container-infra", "id": "0173fc4def244c58a11ad5bf26d028fd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "43f05192152149b191824aaf50324aef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "33bcffbbca054cd997694d2f931cb15b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c82dc3b91c52433cae6241100fa21325", "region_id": "RegionOne"}], "type": "search", "id": "5970f27baec246f6b29db6c5ef48e378", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "47d8ff16b1104ed5b93959d243dfbb6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "22b14839b574403e86e73a530bc8694e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c5acb138665e49c7888b28293f7404f1", "region_id": "RegionOne"}], "type": "dns", "id": "0a413e4d283242e6a6eec45e30656a7b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7d15dca1d3f941e2a615026a8bbd4f38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "53fe5bc215954ce0b1e475fc61afc485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d4095681f63c4e718f938a075610b719", "region_id": "RegionOne"}], "type": "workflow", "id": "eb11e1b5b9574340a428c3989ba5880f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "933e98bd60e540fc9f391afd45eb88f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "364b7a4c1e1246e189a4111ff2aeef03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ae34e5a76d294d2eb3708b5ef0050d68", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b19491afcfc04c9ab83147cce4106f55", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ce322a0796bc48ca858e72f094c97321", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0ae7f7053e344ba884473d1155ba1b07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4131cd0e4baa4e849a2e9bdc42212eac", "region_id": "RegionOne"}], "type": "rating", "id": "436bca43b6cd45e0bd974497a5c66ebc", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "913b9a6f5dc74cf9aa4917d6f0377e13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7c955c7d14404735879aecaf689c5b1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "70afa3baf89746939c0cab1746ca706d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4f5db3e9508d41f1b9a78838f7e527eb", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6dd72e980e534ec4805e10dca6667a6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f21f629075fd4dacb0e5e05363cc81de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0c3efdb681844a07affa5aa6725bd695", "region_id": "RegionOne"}], "type": "policy", "id": "a1ca58137d124dc09f09e4209253196f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "73f6f8daa6e7487eab315ac6c14f71c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "63d774dfb95e4a8a807b90cd23fa2b66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c81ebf2727784c0aa013aa7dc02f28e6", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "bd25552e046549b59ef56845fafd1220", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ee999605dfc84ab4b14ca873af605940", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1bf53380e124451fb762482dbb2dd38b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1194f7f8004f40fe9731019ccc3f313b", "region_id": "RegionOne"}], "type": "sharev2", "id": "ff82ba55d7ce43ab98a110ccff3f7867", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b6d2a3a77a1849c8a82e8ace56f71e40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "33aa6e2c766b4b1a8fea00a8a624f4f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c9f3d01340714c3082f9f30b17409627", "region_id": "RegionOne"}], "type": "share", "id": "5eb0b8ae1e664f719d88310ac641ac17", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c91310e54994410d9160f3d0bd556ad7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "37224c0be25a404eb26494f8c1612ad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "066215881fbd4142b30b97ba125e0e51", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3e2cae3b40474bd398dbc04f197bb80b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7e14c6cbb01429db5bca33b6bbe33f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "603a44ee45d5429d87e825832406c0d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60aaea4c442a4db495751c9d6664f1ef", "region_id": "RegionOne"}], "type": "orchestration", "id": "fae6c971f7574600a9d934029a0cf521", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4bce7649cf1b44e7adb561cf2384bfaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b7c74ec0c8a445198cabccf5069aab5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aca55b71ec1b437fbfb11b6cd55cd187", "region_id": "RegionOne"}], "type": "block-storage", "id": "2c2e2ac8eba548fc8fa559903f4f4e94", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4fe24c4515b4d39a6ad5a030ed493fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f6e6f98957042c585fd9e49be18abaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3659ab689731432aa0fdb7e21e028be2", "region_id": "RegionOne"}], "type": "volumev3", "id": "24d359026de149d2872f79c290f8f4a9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea68c604d0fd4dc0a98b3048c7309c6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "237cc3eea9be401697d4ba6a64f84fe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ac863f244194987ac71007a7b1e2538", "region_id": "RegionOne"}], "type": "volumev2", "id": "e6477e7bc12440deb27157f83e3e83ee", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "178df3d6780446a68908a2ce4352afa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2c5dfe3995449e384b6ac3d78e0c1bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc8fe20d60114c50938c20a2c1170a3c", "region_id": "RegionOne"}], "type": "volume", "id": "ff5206c194bb41ec844e6a18200871e4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1a9a098b4234f04b2605399098346a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c714c00715fa46078939de6f06504f07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db1e68982a1f46e09f1f557de58efb97", "region_id": "RegionOne"}], "type": "block-store", "id": "e8677f78ee764226b7d7cdfc79b33ce6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "45ebf1de98e5462885bc4b39e25ec18a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "308b1997ddb84d888ffde651a2bec672", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1d096948bfa84e268d844928b82db5dc", "region_id": "RegionOne"}], "type": "alarm", "id": "044ebe8c5df14157bd69f6c4a49dcc7d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8b9d8f8a2274450b98ba71a06141f88e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "efc6b93a276e43fcaf4380c398d1bb1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "788ef4c36f82457a871811706f991fef", "region_id": "RegionOne"}], "type": "alarming", "id": "8928438e86ce41438a3aa7165d6afa3b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "879c43c7b6644a559117bf875c795aea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3c362834ddfd49abadd639452648a0c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bf87ccb2441e4075a3f1246e4993ad64", "region_id": "RegionOne"}], "type": "meter", "id": "b6b787056c37401c877480f1cd3613fc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ea5affcc89aa41ac988c3d296ae23e3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1880158a83b94ba884e89ab079e13ad1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "005163ba73fe4b869b3c284a3be1789d", "region_id": "RegionOne"}], "type": "metering", "id": "f812b5cd515b443b89dd24a7d0f88a18", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0667c5a121ac44c4a77388e44b3943d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9e9c4ab082934eac95fa694cc5c5326b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1f2cc85054fe4d69b4de9dbf0c3dcb30", "region_id": "RegionOne"}], "type": "telemetry", "id": "27765fa871854663b7322d4a253b3968", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "57b12dd9a0f242d189c185aed29f13b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "89498ae70b0f4b90a3c6b0f0c8445659", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6ed83aa017394b489ec50c9a9fd33c90", "region_id": "RegionOne"}], "type": "event", "id": "38384783f6264174b0289a6d61828672", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8cc10a2fae7d45379820f7f1d210daca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3776928692784c16bfcbe7f7ec2ab0c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "346afe1b4f9b46d68ef6587478362fd4", "region_id": "RegionOne"}], "type": "events", "id": "e259275bb39c46a68d9820ba31c19371", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1cfe96345e104ccfa77d64a3e6db8b7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4b4614f17bc7483b917c89db3d5f13b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "773c41d8a15448378635758ace71dc59", "region_id": "RegionOne"}], "type": "application-deployment", "id": "aa8f2eea60ba4422af6256c2c139fd57", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "451ef0a426b345a087beaeb510646f70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b402ca1fe37547798d75f56f696a1b1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7a94e54fe7a440c48df07d39bc0abaa1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b575d7fe8c4a4d93bf774dd1956d9f7c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7d75971dc00a4e23a900ee9dbd98cc58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "33c6701a40044e5bb91b79bed774e3cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "097c49336b9c4375b04066efbb347b9c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5597ce96b1544d46b982559cb3342c11", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "14d3efcec247494894660c59e6f7c6a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8482c7591c7a4b7c8415ba585e0173c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c20db86d928440d6bd22fc4490492572", "region_id": "RegionOne"}], "type": "tricircle", "id": "67d6cc45b7d943dcbc01cdab68f65b18", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "053f8cdf59fc4681acb674f0e5a1d915", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2f9b844a5f7c41a8855962ec3f2772b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "314c7ad0b3f74c159a803dd28ec00662", "region_id": "RegionOne"}], "type": "database", "id": "d334b06612e143ff9dd3849d61f10541", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3c655749174f45fb9cb0d21fa160374a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a485c9021ff4433b93b8a5e5d7afb84f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c8226e411cd0486ba85fe7bb96d5e4a7", "region_id": "RegionOne"}], "type": "application-container", "id": "d46418e557914a94bea8b214edd695d5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7f73c429bb174d27abb7c8b6d4909470", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "18ba15fffb0140cb85d5ca2006f3377a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ed7dd3cc33de43e9b778e5731bbcaf0d", "region_id": "RegionOne"}], "type": "container", "id": "0f9140f1376748b19f3d35180c545c37", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7ae260c6acf549c3917c382bac51de6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8b468bd357264390b6539e6e56d2c654", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b42e408b7c094181bd211a845117d706", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e476b1ad23fe43c092fe97e003ad35ad", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5e2ddc2228cf494b919c76c93a90b296", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "837812cb75f545bcbccb47533f22acff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2b5dc801530e4166a411a5bdd1705288", "region_id": "RegionOne"}], "type": "rca", "id": "8078847836f7400291fd2f86cdd2f0f9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b69152dd8d66474bb15e2b07a95c6b95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "49dfb943083440749e0eb53388983af4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "44eeb65e258544ec833bfc352c1342e9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4ad93f75322447dbb19b2b79643b2151", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e999072a6cab475a8688199108ebad75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "137be9e6a73e44548bb380710460d900", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6ed27989f07e4bdfa3fcb7a981b6946c", "region_id": "RegionOne"}], "type": "network", "id": "4129771748e646efbec4a0ecf97507c8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "25878d604e0a4854845046d35ca2253a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "99fc5e1161a143739997749642bfbbb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "5eb01ef82a144b27a2e98534b6e36d14", "region_id": "RegionOne"}], "type": "backup", "id": "2798d728508849c89d7883e995810e5a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0a37ea0376664ac3acfb94afdc6f4920", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9c7b1ab17e4c435c861cf07f9350994a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ed17ab7fedce481a985278349be8122c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f8d4e8bb48e340f9969b9ce32bd1f3ca", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ea1b1d5e7dff4673aea5f43240fdce15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ed03fc5f36344e9c89c105946bc51012", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c1c1dc25cb1745258b35fe520b9fb22f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "cb2d6a4c4c024254a2fc6623166f4c17", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "29ac39999f2c485aabbc6523f88a3879", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a6e1c68c35a44c1687b928b4f9ea9911", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "26da201bffaf4c069278d2b741d90aa9", "region_id": "RegionOne"}], "type": "monitoring", "id": "8697d769ec634ff49587ed18b59041ac", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4661ccb92a0047828619bc8159cb412a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ffbc4125900942d5834bc2f38ab5340f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "be56c78612aa4915be1995df55319fa8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f336d21062c646a2831c174498c42860", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ce6d2b39034f4d0c90a8f20f92271e67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "64a03138ea5142ae954b18e7e9caa3c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "cd3fde672f1d4dd79358909ffef42394", "region_id": "RegionOne"}], "type": "placement", "id": "3c4a3d8a15354ff797b91852b4b58ded", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5458ab193d0c420aac78b831bf40d5f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "409082b1079642c189f39ba40be4ee37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "00bc77591f0f4eeba350f3d9466ca143", "region_id": "RegionOne"}], "type": "instance-ha", "id": "587d4ed8d8bc424a8d1e4f2a1f3b2c6e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1c83ce2aa8154321a4e3c76c8a39ce7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9d7cfe656f804724a826ec45179deb6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "90b93a2bdaa14e1788eb7b3065690626", "region_id": "RegionOne"}], "type": "ha", "id": "201b3243dcc9422ab718f2c2347319ae", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c8960305a0104eab83c372eff16df02d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e51f8b989cc746dd8a24b8babba2e86e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bb732175e22946f494e592b4491c70e2", "region_id": "RegionOne"}], "type": "reservation", "id": "4984b92c5f674494a1247eeb4dc536e7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b087e2a20b204c8d95b6542d4dd26bfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "542abe50cead40fea7da5ba8b47b15de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "200599f6d03d4280b3f1c7d245cacccb", "region_id": "RegionOne"}], "type": "function-engine", "id": "5415e7e9adb94f25855380a27b434187", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "393519cf7c4946e3aa2656dd3d7c9c62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f151ef8689104465b3043cda3a133e1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "18d02b1131844d718c0bc77cf0d8eebd", "region_id": "RegionOne"}], "type": "accelerator", "id": "6b1e19cc2d684577a99032cd5e9f4dbf", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3d38e1d2719444298c221b005e38657b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "30aa60816fc047e88e322870489dee3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e6d751e0926842b295a29508b0414ec2", "region_id": "RegionOne"}], "type": "admin-logic", "id": "bff1958645154db7848fb24fa2f3c0ad", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "21d07c9426d145f789ac728b9114c22a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "87d6ef74765e4d3fbcb5e9fccaf87c18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3ea7d8d09ac244aab2a0f561329b0604", "region_id": "RegionOne"}], "type": "registration", "id": "9f296e0916114d74ae4b4d4cf329ea8c", "name": "adjutant"}], "user": {"domain": {"id": "ba2575ee2d8c49e0a6c24dba5047045e", "name": "8d9a9ff9a4534b88af2badd2cb033c98"}, "id": "694a9202202d43568416f962598d231a", "name": "5f32c6f4f15a4b5eba50b510edeb5c36"}, "audit_ids": ["be015ac0082a429d9c4797ddd5b67cb0", null], "issued_at": "2019-09-19T09:04:42.146684"}} 2019-09-19 09:06:42,332 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,337 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,344 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,349 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/rule-types.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,355 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,357 keystoneauth.session RESP BODY: {"rule_types": [{"type": "bandwidth_limit"}, {"type": "dscp_marking"}]} {24} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_user_project_exists [0.588806s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,887 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,890 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,893 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,897 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,909 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.837710+00:00", "project": {"domain": {"id": "58a1393ff09f498c9ec8c0b69776d933", "name": "5ce93b67f2e948559cc30652e5b41e46"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f10b196a53ba4f739e5b9dae46481b2b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "454138cb0f054c47b4be3b7e8a35d677", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c5c7223ca8ae4794b1edaba173308256", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f1ec053b64b947aa866d0f59d6a38a7d", "region_id": "RegionOne"}], "type": "identity", "id": "b1fcc3dc31be44c682fccfecdfd1f236", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1641b0edc3734dd691cbc095ccd1f1c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "66ae2b2c996143c09c1a0f95b761f8cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d9858dd6217c49b391806fc0bebb8f7d", "region_id": "RegionOne"}], "type": "compute", "id": "99f2a0ea64504a4e9eef8614891fc9d7", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b987bf2aca7e49d984edb0e962d109f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "006e2f0bbacc4d7fb5cb2df901fe329a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d243f1a829914bc1bc899d24c0c88ca3", "region_id": "RegionOne"}], "type": "image", "id": "cf98fd73751d43398e7f9666cf35affb", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "049c10c2d2e14f9082db60f210ac40e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b2e4ff1793f74bd1bae6cb07901015ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e5d48f668e744b3ca72674efd6be673f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "389d10d8bf194c59a37454b1669ae0f1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3611b5a9fb1c40aea62e782528bbd630", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f51bd1997e1a4099a1175bf1ef1762c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca3d5b27344043618a4af8b50d4ad303", "region_id": "RegionOne"}], "type": "object-store", "id": "ae02611c498040d09c0803d05e072e81", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e224b298e03548a3a301132849eb89c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7cf955f0ae524f5fa5f59c919039e93e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "37640eb9eae34ea68c847b505fb3af72", "region_id": "RegionOne"}], "type": "clustering", "id": "db3937dcfd694e0697ddf211e06817d4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6f003f4f04e34ede8a12774611a71c4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b49bf1699c954d3e83918531eccd2578", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e5064e61d9c14b4a800900a1fdd6665a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "13bbdcada83146dc9189fa714b54536a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ebfd6de68eb642d3b83550aec1cc04be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7e7a68e7f6034df1a413352534d5ca79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8c2dff25491547e79bc9009b58b4d27a", "region_id": "RegionOne"}], "type": "cluster", "id": "f73d2ebea8bd4dc3af1b4383c0ce0af3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "25e74dc963ad4a8880b692552d0c0e20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1efa737b8b4248b2912753638c6d9fde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "af8f453ee93242b6ac5a3ccb2378a213", "region_id": "RegionOne"}], "type": "data-processing", "id": "6b58255291de45ceb71795275bad7e83", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ed84a85ba3124e44adebe9df1d1f50b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4a4ccee480164fd699b354e47d6e97b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fbcb8547ead24b0495b4cbb4d4b788f4", "region_id": "RegionOne"}], "type": "baremetal", "id": "d46adac0ae8a4f26a1d2c674ee180f75", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a34b273f7c1745eeb93e4a8976109d19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4d7798d4be1c47b9b5e77685fae5e1cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bfd0c0950ea540a3af643f436544e73f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "148ffcc08ee648be8b3e456862543c27", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "78e87761f2334dc6bf7abb49e8fc9c06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8e95891eba8e4c43ab60f15015d47ae8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ed848f5b422240689e333256bdf048e5", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ad9887e7bff54f68921a335f97e9e061", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "64cd454e4c9b4354862b352f6e03a908", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "32a96b0b6cc1413c9f6cb46a90e99757", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9b38656db2704ca5830c7364c4eb2d7e", "region_id": "RegionOne"}], "type": "key-manager", "id": "10c0034b96d946ffa745816ca1e2869d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "910f10da5da048fa8a0faee7c2356244", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a9c9c332b99d4b14ba0f3ddacca83fd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3ae82bdcf3cf4be18ee78e326f5a871a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "10af44a0556c4f71964f735022cba149", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "990dd17e1eae4c15b3bf55b148e5bb84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7772c2ee92d84082b2f93110edf26ece", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4298559de3b843ada51ecd50844cd484", "region_id": "RegionOne"}], "type": "infra-optim", "id": "34f9ec66f53c4e708a64a471f5d5c0c2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1f4c27a88be74c238f94914d00a8e205", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8295c4cdf3a6492a8498337d75abc3f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "148836c1a97e4bafba94a2e5ed533f91", "region_id": "RegionOne"}], "type": "message", "id": "be7e493f2bad443e99e752ae84468fd1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7121cc5474db44649f320a7872afeed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "663a7b013313464b9361ec3be9ac8d44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "75e3cbf63efe4fc7bcb57463576b343f", "region_id": "RegionOne"}], "type": "messaging", "id": "6731240adbc44ff88362fad002a21c76", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "84aab04336f74cbfb8e43ede325d2b33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2170ae4809084226bb4e0af71bc37826", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "cf07176dc38b49f28a518a4a4ad76a4d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "5fc58cf4770a4c1ca47b27bbaeaa3d66", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "307b0e71b0e84e868da4fd94688c1873", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "435f5165cfc147ce99a1c3803958686a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d9530a2f78a84646944fb6178af21b34", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "76bd453a0b0341bc87a2af97fab96d66", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a562504f610847acb04b2f15af1b13d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ae986dfb58d34db7987807916ff57f21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "db816146d04b4f52bd2f0f501b7df737", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "31112d9e2d2f411fbb8391a3cfb2060b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c891b1fb05d74280acd4db9a6bc5927b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6813e4f8076d496fadaec37202f12395", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9291adaac6ac4f2e9ff0d35ead937752", "region_id": "RegionOne"}], "type": "container-infra", "id": "9770b1721f5e43c195f6c43b82f83d4d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "207f8f3f8c8c4a31acda834f644eb123", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "1e2ea693cb4448b9a6214e2d41bd92da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e78c3a7a46444a3b9452e64eebafb065", "region_id": "RegionOne"}], "type": "search", "id": "c5b95e10abee40598ac76b6894fae6ab", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6401b732cbfe47aaac456e718c00171f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "5d0007d34ecd4f8392b0a2056e655a28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7625ebf27287450282b2c1ebe1817f2c", "region_id": "RegionOne"}], "type": "dns", "id": "b689794da0204e40a869b533d9280e39", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c836bf08ebca424b8e9b96b6b46b4f7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3702018892294c3abf0f285d180247a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ab07260b8bb945adaea46202150cfb00", "region_id": "RegionOne"}], "type": "workflow", "id": "ebe4bb44409b4bc4ae03bdb10299b8a9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d8ab242e74334f2f9aded9694019edc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "76827eb84be347e89984a619a6c371d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "db6f90871bc34efbabe62cba8997451b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1a69b268fe4b4b91b32c206a8309aa9c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "e7ff9f9dbf224e28bcd1cd5667071317", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2d09be274af34a37aaaf312e114badcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d3318be3e2074a97a73786504297f775", "region_id": "RegionOne"}], "type": "rating", "id": "2fa16eb262b740ddac91daaf8c32fe60", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "62d2a2cf711440a99ff04dd340b2531b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c7d219195edc4ef5b0cb7f0549c88f55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "81c1a59252c44567a01473873f32b790", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d5837d99e5184ccfa27e7be3082c7bc9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c66ccb310da0420fb4d31f01e1e4be2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "980f5118bc0d4692903c65f722b91cf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "241a6422610544b49856cf0573cd238c", "region_id": "RegionOne"}], "type": "policy", "id": "ea54222159a547beacb241b8c3490975", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "832b19c33eb04fc994cd5265247067e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3d49dece31ad4c2da26ea68d57819485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fc10e13da5a341cc9dcdc5c0538dc559", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2d6d965e10f5473c9865c1616a8cff71", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e348be5fbe8c47c882da114563e71f8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ab65723bee834e9e885cade32c78090c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "98992fe161ec4026bb95727d971451ae", "region_id": "RegionOne"}], "type": "sharev2", "id": "9f456879fd23432689576efd82205718", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "24ced28cc31145a6a10ffb9ee670f789", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "606eee11980145468a57f5b99f84bb4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4f8f9ae55fbc49bf8905a0f55f10d21e", "region_id": "RegionOne"}], "type": "share", "id": "f4dcb5c1a6314e44afda215a7c698601", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "545e2c7153bd44f4ae5db4de3d253526", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "464b09b7d5cb494e8253fbfc1da35234", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d925d7c08fe645d6bd82197824ea120a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a709686f47f94d5fba14086d62825a65", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "868ed542bd0c43039c7d5e37931f6cd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0938826a324f46b3aebdd2cc364e6952", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e8ec46d7a454ff1927d14308a0b4ab1", "region_id": "RegionOne"}], "type": "orchestration", "id": "fee2b1569ee742a4bc24fdcde50be3f8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2ecc40e3f2746b48f89a8a2956b628f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd16b1a418b54f21b36109de559e2b4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e52714454c8f41e5beabfd4febb82e7c", "region_id": "RegionOne"}], "type": "block-storage", "id": "e1199f24b9f849e78506b29b32e5f39c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfa6ec00d4ac4238bd8a500f6d12a96f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b53df70a289d4fc981f3a894918494b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "798c259afc1540af9863c013048d4e25", "region_id": "RegionOne"}], "type": "volumev3", "id": "9fcb9cd3592c4574877f4cece40df37a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1f0640742b840f6929172034147c4ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b66389eef1e4857b501aa4b8c2096e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77f415caef5c408a9a9693217d55861d", "region_id": "RegionOne"}], "type": "volumev2", "id": "3094cc7ef7d14dcc82316863f51a13c2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9ae06366c2648b1b1e3a78b0f2ff1f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "005e75aee1f24494ab2a825d2dde0625", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82f246ecada843ea864fdc8312afdc94", "region_id": "RegionOne"}], "type": "volume", "id": "908f45cc3d7c4923a314acdbf3c8c022", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fde1accc5ee8485c978318a1ed3863ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ff618c43d814b17aea40c983042cb97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05019906254f4568a4b0436de2952be8", "region_id": "RegionOne"}], "type": "block-store", "id": "abea7692e10f4a2f867f1a31e1837131", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "12e991a471374b138a8461453fa81e3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bb8abcd970f74d7ea7f96c7c694558ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "095d442d546248589d30abc60aa8372b", "region_id": "RegionOne"}], "type": "alarm", "id": "3d80607fd2eb4d689f49ea4c67179186", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4893586eecfe40178145d9ec41bb678c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c0a77d4a44364d30ad30cd9924b0c2c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7188deb19e7346e99c61663f4d9cf4bc", "region_id": "RegionOne"}], "type": "alarming", "id": "1df278d8d6c240ebb84de48e5e3e12bd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a7c1dd1ed91d4ada9713aad3cda364e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0a11800f4c51460b978219ec8b5db5e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cf5ff0cf107444e68daa6fe081d11823", "region_id": "RegionOne"}], "type": "meter", "id": "f081012805f44dab902168205c9710c5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "df42ad9e3cf442ce86f7fc720e2ca6eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6862a9f3d583418487499cc63a91daf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5954a3a0c2ef4e4397ea8202c924c74d", "region_id": "RegionOne"}], "type": "metering", "id": "e42621d736d147178640ce469a4f4e1c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "566b87be51224bbb81e6162ec84fa07d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "791c8561323244c9b0d19680fd85b627", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7c96947880664442be2453c805801bc7", "region_id": "RegionOne"}], "type": "telemetry", "id": "903420ce66304f61af3152409568e6e0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "bab406276e844c5aac17df4c2ccf17a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b9b53286550d4a029ba72a3dfba9634e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "64979e050984408ca27017a1a6c3b917", "region_id": "RegionOne"}], "type": "event", "id": "7f5a98335f3d470880304c10ba109533", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1f9aee9fbcd6406983fa6815d75a4789", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "85c2487d714d4a67aa33ff9643d45519", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "89583ac832444cb7922de041a880d180", "region_id": "RegionOne"}], "type": "events", "id": "a832894236344a059b00bfb61d3228b8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bfec69a8a6f54bcabcdee5890c04cfc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4a5a3b0c050147b992370e68cf7ce24d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3824c5e1d12240538e359619f77fb064", "region_id": "RegionOne"}], "type": "application-deployment", "id": "30c6ec2231324987a8c0d0eaaf5c5d87", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ef03043182d5460c9503caedea71f6d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "02ced02bc1454f66bfe30368f4e7f8a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1d109ecac6fa470c81773324a3873da8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ec8f2da274064feab155aaf92a80ae81", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fdec366b154e46d9b5c56dd083211db9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a108fcba83ee41a4b7bb6146bc2337ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "23cb1fca737b4ff38c8d9da13fd785ef", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "73057407583d478592787a68c04ee159", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7ec59c244e3744c3bf5bb121fb8c0c97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5524bc4e2ffa4548b6f87ee2ed07c342", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "35e510f61e4148c2a2ecad6ce1df31bd", "region_id": "RegionOne"}], "type": "tricircle", "id": "3b108d31d16443d396270142281e5137", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "eeca7cb20a2c41e3b8ce3fb28bb2018d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a245a4eedb524835ae6ba4689e519a29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "11ea6a6fe1df4d35a2f3f33a4ddaa60d", "region_id": "RegionOne"}], "type": "database", "id": "7184875d2ffe4a0ab10e856fe24a9b36", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "725c5dc446f54d5b85e99fc19d0989d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "13dccea79cd34625844150443f06f49f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "08960ff85f0d4d9c9de05ae254d7a869", "region_id": "RegionOne"}], "type": "application-container", "id": "2f1150565fb64f87abbdb5fce6b1dac9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c3699a03b85f4520a453c08ae60a9d18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a6b31b22c2284693a51942069646230e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f05eacf0683946bb8c787777df919d7d", "region_id": "RegionOne"}], "type": "container", "id": "e49c85eeb2f64b069d65d4230344821a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3e0536d83a3242b085fd0fb86724084d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5bbfd4a884a1433a9ff2ac6807f64f01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "afe2271c92ca4d35b70c7072f9f87de0", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "73e963be516c42ac912610964957ad64", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "62a5e202e44c4bfd87c0ea4ca2ed2365", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f6949f99838b401eab005de2648a012f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d188978c09d744049a385b03c6eb1051", "region_id": "RegionOne"}], "type": "rca", "id": "523e7c1abf3a4508ad3e341dcc55ca5c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d02d7485f48d4a50add47945bdb2caf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "aa0f132553f94fb2a828bcec2e8e48fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d0197f3f9f8d41a49ee0f1e396e69eec", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1437f2a5c4d448459b696f6ccf3486df", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "41d9f2c286b34eb89428bcca0f8590a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "333f026fbec4426d98e1147fbaa53b5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "22950343df544ba1bc14f712fca70438", "region_id": "RegionOne"}], "type": "network", "id": "550810ada6534b6d970e954d3cb0a3f8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "de49296d67a140b3a35111c97e21573b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b39a3d1eb7e24472af59abfbe97f3983", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0ff0f97181a44a4291754f55c5d72ee7", "region_id": "RegionOne"}], "type": "backup", "id": "23f8f14eef124615943366228185120e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b408caf8f2854545b227f8df715102da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1ebd8d60ffc347e9aadc1ef63e816e09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c176799a15d1459d8b205a0a4d74d6f5", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5e7d27f6a11a470b859412ba5909377e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "731bcca273664a33885d8ea3e5b0168f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "889515a467524dd7a71b31cdb30373d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9cb088d6c0724637af099ff909d8754c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b628f97fdd324289811862f3eefa443e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1dccf3e47da64c4e8f94d2cc8bc9eed5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "caadc843da0d463bbf57e4ef63b23c4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "016097f2faa84771aa3416d435f3cf36", "region_id": "RegionOne"}], "type": "monitoring", "id": "99fe74c5052d4e3d846daa9c4a665051", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "20a5f70bd47942c09e70c98d8e7ea16e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e2d15da6b17c4c4da1308b1b58d9d272", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e12b1433ee1f49b79f834b464f07190e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "61d69243c1e64dccbca3865834232885", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8768b2bb8eb24c5992ea2cff23cb8b8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "cc82ce6bab3e415daa37303525e397b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "dc3c7e652b2c47bdb408aa90ca33ee07", "region_id": "RegionOne"}], "type": "placement", "id": "9695f9c1e2fc4a37b06b4c0b55454488", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "eb7aad42531f47c3ad4aab62f2320d77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4e091441bece4ff7a4cd381bc07dfe6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d169cd75399f4164860a8c1b174ef2ab", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ee5f156d7ce84cc1b9ceacc5496bb24b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1c7b3b560cde41ae9bea9285d7313868", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "af99ee4efc8e4462a09c58339e49fe8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "df8a535068da49de85fd4c0d9fbdbe75", "region_id": "RegionOne"}], "type": "ha", "id": "c8468e8620494988a4e3af00cb0bedae", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1541f11d0deb4a6386514145e4417273", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f0e28385826d4c8a80979524b8a246d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "45f277899c944c3b97321268bb5a9438", "region_id": "RegionOne"}], "type": "reservation", "id": "22289eabccc346a2b21e7a0c91881756", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "60e0352c27a747bda90ba955a109353d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "82e8c7063d384a3d9587d2370aa043ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "7eb5c5e068884056825f62ceec2b0b12", "region_id": "RegionOne"}], "type": "function-engine", "id": "4ea1ddd43fcd487493fac11468670cf5", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "11a6d76135ef431886e8377e6d2ad7a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "87662077cc104f28860c66affcbfbc4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f49ac4a5860f44b7b26486798731642e", "region_id": "RegionOne"}], "type": "accelerator", "id": "f70197ad03854b7991db2b7ca3dbcc2b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cf8c57d9eb6545f0900954e9f6f5363a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "114301b952ca4932bd69ea41831eef49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "160058d72c2f44908627377a03bf64f8", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4c2376de784043919bd28ad4915e8ede", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f97ac022bb1840ccb01fb0b9d9e377ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c8129b2bb18849cf89daa47350b2dd0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7a969bb37ee34f53b20d8f7cc4bbf89e", "region_id": "RegionOne"}], "type": "registration", "id": "1a09f999e4c64f10a54b99115972d410", "name": "adjutant"}], "user": {"domain": {"id": "5010249c680a4799a5864bb0ab201df4", "name": "8a770c350a82415f9587185dff149d88"}, "id": "31393a38057c43a282fc646d93cb1e05", "name": "35b6ef36b32944ab95e107987a785faf"}, "audit_ids": ["329bce87edf24bc39196025e150dfcd1", null], "issued_at": "2019-09-19T09:04:41.837710"}} 2019-09-19 09:06:42,080 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,085 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,088 keystoneauth.session RESP BODY: {"roles": [{"name": "6624df322a5741e99674dc7870ab0da0", "id": "a1b36bfdf56a48d9933f514ae2eb4911"}]} 2019-09-19 09:06:42,124 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,128 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,130 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "902c2ca564024c38b9e96fbe53b00d70", "domain_id": "36c0f6b63baf4600b55f70c1f30b178b", "name": "username-3"}]} 2019-09-19 09:06:42,182 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,186 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,188 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "36c0f6b63baf4600b55f70c1f30b178b", "enabled": true, "id": "bc0660b30d2e4a2599d8d8ad8e9799be", "name": "projectName-5"}]} 2019-09-19 09:06:42,221 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=902c2ca564024c38b9e96fbe53b00d70&role.id=a1b36bfdf56a48d9933f514ae2eb4911&scope.project.id=bc0660b30d2e4a2599d8d8ad8e9799be" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,225 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,227 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "bc0660b30d2e4a2599d8d8ad8e9799be"}}, "role": {"id": "a1b36bfdf56a48d9933f514ae2eb4911"}, "user": {"id": "902c2ca564024c38b9e96fbe53b00d70"}, "links": {"assignment": "https://identity.example.com/identity/v3/projects/bc0660b30d2e4a2599d8d8ad8e9799be/users/902c2ca564024c38b9e96fbe53b00d70/roles/a1b36bfdf56a48d9933f514ae2eb4911"}}]} 2019-09-19 09:06:42,228 openstack Assignment already exists 2019-09-19 09:06:42,256 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,260 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,262 keystoneauth.session RESP BODY: {"roles": [{"name": "6624df322a5741e99674dc7870ab0da0", "id": "a1b36bfdf56a48d9933f514ae2eb4911"}]} 2019-09-19 09:06:42,286 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,288 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,290 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "902c2ca564024c38b9e96fbe53b00d70", "domain_id": "36c0f6b63baf4600b55f70c1f30b178b", "name": "username-3"}]} 2019-09-19 09:06:42,349 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,354 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,357 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "36c0f6b63baf4600b55f70c1f30b178b", "enabled": true, "id": "bc0660b30d2e4a2599d8d8ad8e9799be", "name": "projectName-5"}]} 2019-09-19 09:06:42,410 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=902c2ca564024c38b9e96fbe53b00d70&role.id=a1b36bfdf56a48d9933f514ae2eb4911&scope.project.id=bc0660b30d2e4a2599d8d8ad8e9799be" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,415 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,417 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "bc0660b30d2e4a2599d8d8ad8e9799be"}}, "role": {"id": "a1b36bfdf56a48d9933f514ae2eb4911"}, "user": {"id": "902c2ca564024c38b9e96fbe53b00d70"}, "links": {"assignment": "https://identity.example.com/identity/v3/projects/bc0660b30d2e4a2599d8d8ad8e9799be/users/902c2ca564024c38b9e96fbe53b00d70/roles/a1b36bfdf56a48d9933f514ae2eb4911"}}]} 2019-09-19 09:06:42,419 openstack Assignment already exists {25} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_neutron_available_floating_ips_network [0.323819s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,135 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,140 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,142 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,145 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,158 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.070537+00:00", "project": {"domain": {"id": "e48d215736ca487ebdfb90d7b5139102", "name": "2d28365f479e43e7af9ab0d60c796354"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c81d1dab0c174fc3b8c303c354402f1b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "35c21d9222e64f398784c0fe9988f993", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d40e016a607f410886fd19c872053bb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9dec49efa4f842b0ab900bd3731a5efb", "region_id": "RegionOne"}], "type": "identity", "id": "fa7657a5a09d428a874f9904c3ec8594", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e044ffa011454d01b105c1c406715a88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2b959ede63ab4a5b8dc260a8b7903b38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6dab12d36af24426b1d1feb6b1b7ad9a", "region_id": "RegionOne"}], "type": "compute", "id": "8719d7111fdd4e8fae2d899033f0c4e4", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "21dad6bd2e594f7682a212544e9d84ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c5e15011d42f4ad3a191aa90adca08b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2cd4b2f6129b4a0382138ec593d057e3", "region_id": "RegionOne"}], "type": "image", "id": "dd0e666db4ee42af9527cddb4b50d5d4", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4c5cedf28f35407089213e5198408c12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "78fda7c303de4ce8a3ad31f56d644c53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "82c6e4077cea42a0bc9e51963ad0b0c9", "region_id": "RegionOne"}], "type": "load-balancer", "id": "8d2d13d32413476fb471089d397ec43e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f3b77e1714741a883db00d17250e5c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "321b545ba05b47b3a9c3322297a804ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "823aa310fcdd48eda67a91612f986fec", "region_id": "RegionOne"}], "type": "object-store", "id": "dbd8c1f5d0e04c8e92b0fe9177d7e9b1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a3a854f136d449d29eeebf34a4b8dab5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1eab7b457bc34a839173a4ddf89a77e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f0e0c8c496ac4d7ea26981f07163dbff", "region_id": "RegionOne"}], "type": "clustering", "id": "b2af1abb8c5341828b719deb4605e700", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3c1f4fe1250641aa9002f18d1538af3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0e749fb758004232b7651f6f023ce665", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dedc2fbdc3904709b6bb661689d30e94", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "441dd7abfca24ace96e828a6b2783803", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bbfcf3dbe0784220ba96e3ef3867d4f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c3d2c6e0592846adbdfb1309658deb7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8ee99f1b36374fac9bd388f0d5a959bb", "region_id": "RegionOne"}], "type": "cluster", "id": "103acffa58224355bfcce593c24c4648", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "44360471832842da89639c4dc2d96f44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ea462a2c697d429584ebe6d2aad16db8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7603733e164a4ad18b02490cce2e2281", "region_id": "RegionOne"}], "type": "data-processing", "id": "4390b732acee4b3d829238f27488cfb4", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "83655bd3f9834d20903eeffe101c1f3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "05fa13fb8a8a4a6f87463047869af213", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0f56c62ccf7741cd91a809991d6121c3", "region_id": "RegionOne"}], "type": "baremetal", "id": "4832553465d341c686cf43972ddaac76", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b527ffa1e8b3431c9f025ac85156faef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2622a25b36da46a09415e94f810fed2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "069bd26051b949a5857bbf2bb21083e4", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3ca052c6b3864d38ab7deb8186e88136", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6332993985aa405eb4e062fce3b668e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d7dfa04adbcc4f61aea68c20a4101168", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0dd98a0562e84916b40e745efa838d03", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b52b59b975bd459daa2cdb3e777f8898", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ec903277d252448cb9bac1c9a5aa4add", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8263d355a99c4050b1019e68957990b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d25136951674494fb194fad3a380efec", "region_id": "RegionOne"}], "type": "key-manager", "id": "4c85c651f1d84313b23d12ce0999d178", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8b633b725c4f4b12b33244e4b202d9bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5273c69a70e7479bb8c565aa11cb8743", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f81aadb59f1044c7a4402e6c1f7af1f9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "db958899d9324e64a436bd8a2ff44efb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "50426608d7174ee98b57eafae9135e78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2843b6eb244c40b2afb150f6f4432dd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f440b0c5fac6468ea23e5e91269861b2", "region_id": "RegionOne"}], "type": "infra-optim", "id": "2ee04660f5d74edbbde06fa3e2123c64", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c5187812a82e4d38866e6fbe69d2280d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5f1796d026a24969b51b9ac9eef61282", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2e472cff9b604495a4a63f906de67087", "region_id": "RegionOne"}], "type": "message", "id": "fc257c27f72a48bb946addd00e8c4125", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "818fc2479a384d4786cd5b2ec2060bd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "035e392d9be54094919257f5ccd25277", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "756c1bb17566463582162e31d785d33e", "region_id": "RegionOne"}], "type": "messaging", "id": "298a6cae8dee422dbb570079d53543e5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2386533113294649a4e022bf5d96755e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "02711a6eabe94ad3804f2f9227412fa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1459f4349b784d47b216d43a1eae3688", "region_id": "RegionOne"}], "type": "application-catalog", "id": "354c3d3760ff4f8f89c554941a0835e8", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8d349e1707784789bb2e9fcd0ff3cb03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68a18c47ec0e4b18a7b5352186342785", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e29e2b5429cc4a37821c5f1d74a9aaf7", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d144d6e9736741f8a2b2739412b22e87", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "99719b5b85eb4e8aa3b098c17839b2bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71d642c774ec4f40938442dea4e63095", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9637fcf7a800487f9d225d148ff3527e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d38a5135ed1546e5a5b44a12ae7b26c3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e28690f6c35b4ba3b98032abdf679021", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d3cb6efb37194f8cb5433ed3eddfbe0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cbdb3dd58a4e4b88bcdf798c375ac14f", "region_id": "RegionOne"}], "type": "container-infra", "id": "c4707d13b7e84f64941d95399ed0b37c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "253c9cb625774784a46753fd58975e75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "df3191ff64fb4f26add84bbd9be5bc53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ec527c435aaa4c5fa2c0625a801c1da8", "region_id": "RegionOne"}], "type": "search", "id": "2d96d9f3826a46abab8f2cafe63793ee", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4605abf5dad34b5a8c29d902d822343a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "77b37083921642bd8a6651d1b215ed2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "fdb5d2bada344a5799b98f79c0e343d8", "region_id": "RegionOne"}], "type": "dns", "id": "8e1232ce1aae46e9bb62648e3e1aa989", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3280973d208a4e17899e3eefda6d22bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f237667b6ed34e2bb0b620479c628c6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4deb91363de4489e9455afccb255746a", "region_id": "RegionOne"}], "type": "workflow", "id": "216d85bd77c44aa597247a8bc8e599ec", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c1cc9d728c6a4292b6fc0ff6ef05f5da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4d44c07b79864285aa810a982a3d73a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d43c588ce16a463d96832344adbd9f5f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "116e1e82337240eb93137b79a258b3ae", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "96ee9f2b39f34fd19b117c2750139f46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c8859aae6af24479a570aab6f3d89a3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b51d1ab3d346429098aa2aa061248686", "region_id": "RegionOne"}], "type": "rating", "id": "a9e9df4a7380485d9c66653fc5a959e5", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e4300213d6e04db0b5ec1ce06aed6583", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5c9f6c0c707c4f86851a622944a5b767", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "815f2185c3c94323a2558fd7d195831d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "31c2d7869ad6436c901f746479b8a762", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d9ae5aa7ff154d56a37865bdc3d9d69f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3a1918c284e341cd8caef6dda16ec04e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0e802950453c42f696e8b3fb5cc22bbf", "region_id": "RegionOne"}], "type": "policy", "id": "efcabe55c9a04cbcb13a7bcdae73a26e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "21b0b81ccdea42bc9e0092babbc54c09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5206edea26b04415bd42c8134db18c5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7270bf89d3904f4798f5c2156f3f7cfb", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a13f2fedbe14497db7e50192969654c2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "111fb990586540938aaed216cd70227b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1d85129178b341228dce0e06ff99e32f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "73717a66782a43d3bcc7b6213adae5b8", "region_id": "RegionOne"}], "type": "sharev2", "id": "dc443a5138f047c8b3418aa94cdb444a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "621ba38945224a9191ce3a71175c8980", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "99b021172de64d75be096f0a3151bebb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f2c7035c710c450d87894c6d4a395ff6", "region_id": "RegionOne"}], "type": "share", "id": "597232bc05774efda9605a59aec30e44", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fc659a83477f4bb7bacb3e84586f22e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "34b9869531434008a282571cb35e86c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c3b0b01c773a41a79be5fc02d5c0b08d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9713a2f0f43f498b9d849ca5fac8e7db", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9fb2917a0b84b07aa291f687ded0835", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a259b31e3c74087a583fcd2b46e92c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34317aff083a4fcd8a3cc095c1e6163b", "region_id": "RegionOne"}], "type": "orchestration", "id": "a88bc49fc0c74a4ab322055287e382c1", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "006a93ecf328452dae9366e7e2ee89ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "631e83d87db643a4896c7548aede4a84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e41b856a90a4637bc4b0db45c0d208f", "region_id": "RegionOne"}], "type": "block-storage", "id": "f43fcd4b4c014138a82d088723144ae9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "112458018e674e08a8992607742687ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f9307b41bef4a38929b8f9d3955b75d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98945e41799c4623a48526571d3c61db", "region_id": "RegionOne"}], "type": "volumev3", "id": "6e44ed76a72545e3a96ebbd9cefac5a4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "78af05d0e2cc48ce93a85349e231c65e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3263e285f5c47ac9511676785014353", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95ce4fde93ad4c98bfd03f1405ec03f7", "region_id": "RegionOne"}], "type": "volumev2", "id": "97c0460938f841d8a7f4d23bfa4b35bd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fc8adf877d149dfaca7b9b1e8d84a48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c9271d533e747ae8fd24a0745acd0c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "511141d76dfa46d794ae8669885068ee", "region_id": "RegionOne"}], "type": "volume", "id": "ef0fa643b65b4244907fe23332c189a9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cf1a98727454edf967a7ac2dbc0f6db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44f54342bb694400bfda92561bef8c14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe08f4c501224fb19150e6f5bc86dde0", "region_id": "RegionOne"}], "type": "block-store", "id": "7028067c5d8c4f059c3c1c8043b4d6a6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "176bfc78213e426ba4d2b1a200d397f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6b40cc584be147219daa7a98695571eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7761aaa616a5495a80610b4f862279a3", "region_id": "RegionOne"}], "type": "alarm", "id": "dd80207f85414cc388dcd5980e2c0879", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "534d31ac73a24267a018802ecf3eecab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "03b87dc182b1453b999cb28b00d764e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ca73069e8011466fb9022c7e58eec432", "region_id": "RegionOne"}], "type": "alarming", "id": "e9ca30e7a8f047138e04598045445a8b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a36b61d866d24c2d9bc75f33ac7fb741", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a08fe46c645b4cae8dfe626545d24a71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f951d6472adc425b815e3bf8f05bd8f5", "region_id": "RegionOne"}], "type": "meter", "id": "648a39cd6ff349cb813c6cd3f7277b0e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "abe30699694e44e29fbfd509d4110fdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "081e52e3b9174ccfb128033fb817c3e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5f5bc57499484cf4b150559071184e98", "region_id": "RegionOne"}], "type": "metering", "id": "6907c690dcc5427eafd1d39c1343001c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cda6aac714e7465aab5b0abd1422c300", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e68aaa5d8d7144a4a26d30d26420af3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f94f9a9ce54748fd84fb703804e28eea", "region_id": "RegionOne"}], "type": "telemetry", "id": "277895949af4487b9e181b2766ccdeb1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "31e0c959430e48bb803536a491047b40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b1757161d1694bb29077a7b893fed045", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4b0e0933af3841c7987ad457fa3af8c3", "region_id": "RegionOne"}], "type": "event", "id": "349b44fbb9964229a76fedae0e783bb2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0a8a8f5da994495daa7143980d74df7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0a6c8282f6144210b174d7d414ad08ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d964f43cb29f4c1aa9c98f585ecd56f9", "region_id": "RegionOne"}], "type": "events", "id": "f34c3644d4ba48c3b1f4cbcbdada676a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7944e23e9d034d9b92e809ff5d9a3c81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d4a57c70725d47b2abe14fbb58059588", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bd0f4fbebfba45569d0449ff1b6fc806", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4ce43357036f4c77988bf5a6f637800d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "14fcd878591c4b8ea3dc2cb09ab2cfef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "568eea05855749f995fc107d2018bb0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2c41cce78dd84bb6957df8fc2867aadb", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1ef7433538ed4d949289397bb04b51f5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "edcf002415c54668a0eb92b54fb29693", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d96ed368174140208a904c3573973f92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8781781dbc5845fbad46f21c72f72ff2", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "1bcb23851e9b4e15b81e56f3e250ef37", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "75a218748f9b47e29a3cfa8848a1e9ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0632e39cfe564ee7a5f34f6035e0355d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "75400ae6cdd643e2be87ca7b33a3b60b", "region_id": "RegionOne"}], "type": "tricircle", "id": "b5a4ff907f9a4301af5d7b99d654a4f7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "4e4b194b79144dfd801ef54b5ff051a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "15eedd90019c4075b4b7354619cbdcb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "8625710587c8474bbfe04ea3349cd393", "region_id": "RegionOne"}], "type": "database", "id": "b8e15ce30f184b8881880348dba08c57", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "518a020e4e384f47bd1a813d26d6bb06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "00eef7ef9c9d4a47b131235245dbe840", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "58deda6cf8694c6b9264fd15fce15d85", "region_id": "RegionOne"}], "type": "application-container", "id": "5cc03e7a69ae40dba7fd53ca8525ba13", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ab810b6680d64b5cb3a3c3e63e08e8b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f61e47a22578468d8a51ca3d18879a7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8e0bcc17395e46ba9e8df6d3dcf6e1e3", "region_id": "RegionOne"}], "type": "container", "id": "8e6e498724c6495e824bbc368648e532", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b227e2d623344203acc63d62a3affa84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "24fc12d161cc4e5285a023c6d1fda986", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "36ea9a66053f4cdc82395fc6007ca28f", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "5b9a224fdec14c6fa27d77dbe4251d32", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "706d4a1d96274cb99c60fc3af6f72cdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "828c99b7bc3349a997fff40def533044", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fb35b7a584fb411f8c4a985ff01788a9", "region_id": "RegionOne"}], "type": "rca", "id": "5a31b979ae074c0da2df5bb4ca866063", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0a5f7244bbcf4562b1848cabd7f7ca48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a7d06208f95d4086be2e33615ec573e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b355da70bdef4ddeae55ee4f1b184797", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "62174b99ab37494580041d834a20f5b5", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "09790f76abdb43b89d9e4c9bc8229852", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e4632a8b2cd54851a0dbada79cce0d1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d66c30369db048229b21b2c79e2a124a", "region_id": "RegionOne"}], "type": "network", "id": "41274b5cf56a4886b842f55c0274c83d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ee9ccadefa6e41a48208ba00afb4a5bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "09698db8a8894b7bb36dba16761150d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "2ed71f743e40484b871ec1030b6497f8", "region_id": "RegionOne"}], "type": "backup", "id": "e409e265ec0142fca5f770255123e576", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3aa3c6944f284987a6f7f314443ca838", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2f6677d51a0a40e5b31b5c646c867f73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "89d90206253249c8b3736942a63f7002", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6737ac4a233f496592673578b48308c4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "44c003ba1b8c4fc28b69a4589967d172", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "330636994bf44f9f8cdbd2c825d94aee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3b649fd4c42c4f62bfa19dda81dbf38d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "321320226ace4716881d5a0d5e6a46a2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "53f76840209d47adb669289c8588f1b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b19a63fd869c448c93b8e3116297ff39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "abdd337ecf964d258897c442d1524997", "region_id": "RegionOne"}], "type": "monitoring", "id": "0a30db98e31a44c3a5d77f141bd7ab67", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3d07f33ce8b94f96ac6748cc78813d5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f19ab7ba60bf45379f74fd38ca2415b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "fdab9cf061604ae88ddbcf2bdc7e69bc", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8c0dd83a39f8461f9f18dfab6428fd17", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "89c4a1b1d434417d9ec481743f4282f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "66478e01ca164c178d6bed8526624435", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "fb6ccaa4230e4cc4a3a9afb8ec4e28ea", "region_id": "RegionOne"}], "type": "placement", "id": "23fddaf6a48249fbb0526e7c5bc902f2", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fdb10a9576094169a9354efef76c8323", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d407b4b5d3d14de1ac6a0b2af3897a85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c318a29b631146928b6c49ca0f8572ec", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5b3c8d67e8f74e4089ff0aad89588c82", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "60af265e3edd43798396bbeb06a13586", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4f8c70ef629447f7a288c4b0f4f5b852", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6f7e4cfcf4924c009791532e7fa3d381", "region_id": "RegionOne"}], "type": "ha", "id": "453f86dbd9074dc2b6ea933c9ec6680c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8c1f561b7a374a4dbe2e0251c91aa7d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "de44538e289644f2845ccb169cd8ad5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d6b585dad2b0416b9e105022304e5177", "region_id": "RegionOne"}], "type": "reservation", "id": "3e158786a4694aa897fc7d41e051c06a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "13f782e314d74898a8b0dae2c574559e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7e53553530b54d00bf0e80aa53c5d2c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "88fe81dd279147eda55259e13e60cdd2", "region_id": "RegionOne"}], "type": "function-engine", "id": "3d721571884140cd8ad3ff34e38c63b2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "642752062bca4a2f945d0f62bd23b70c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "50fd0bd719d54f1b8f83c14babaf6322", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0da03034a81e4c368f49dc728992803e", "region_id": "RegionOne"}], "type": "accelerator", "id": "b15e3a976b8d475d8c30f0b0d2f5874b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d2df52b59034498bbabfbc65277705f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3116f990521a4a56851b96e632c2692f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c0cd1f332f55465caa86f15d7860fd5f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e113c064b8ec462c966b62e605db792d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c7b71557ebb042f4a7e7cac470119ff4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bfa5bfd4963c4f68aee2d80046124a0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6248e9d7375c44beb2fdb021cc52d436", "region_id": "RegionOne"}], "type": "registration", "id": "c97e64b3ebb5443ea712b6872d2eb267", "name": "adjutant"}], "user": {"domain": {"id": "9cf9484e410a4a0ca03fe4f0d21992cb", "name": "43a221b0d4274f24a3f313c9135229ed"}, "id": "b6f2875ecdb04320b261abd946854164", "name": "7520197f089e4bf8abd1f84d25dac5f9"}, "audit_ids": ["c485a7126b9540a3a38ff8160de9e824", null], "issued_at": "2019-09-19T09:04:42.070537"}} 2019-09-19 09:06:42,295 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,299 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,301 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["54d6f61d-db07-451c-9ab3-b9609b6b6f0b"], "provider:physical_network": null, "id": "my-network-id", "provider:segmentation_id": null, "router:external": true, "name": "my-network", "admin_state_up": true, "tenant_id": "4fd44f30292945e481c7b8a0c8908869", "provider:network_type": "local", "shared": true}]} 2019-09-19 09:06:42,323 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,328 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,329 keystoneauth.session RESP BODY: {"subnets": []} 2019-09-19 09:06:42,352 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,356 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,358 keystoneauth.session RESP BODY: {"floatingips": []} 2019-09-19 09:06:42,360 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/floatingips.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"floating_network_id": "my-network-id"}}' 2019-09-19 09:06:42,365 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,367 keystoneauth.session RESP BODY: {"floatingip": {"floating_network_id": "my-network-id", "router_id": null, "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62df", "status": "ACTIVE", "port_id": null, "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda8"}} {30} openstack.tests.unit.cloud.test_project.TestProject.test_list_projects_search_compat [0.210016s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,326 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,331 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,334 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,338 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,350 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.264745+00:00", "project": {"domain": {"id": "d95e3d2ac21f4248bf99e9388852ef1f", "name": "78af179dc1334feab222b97ee2f20d92"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "2f2db393ee7d4f2099b5f1dfd2151bb7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "13b672c869484528bf60170ad71fbb0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9c633406ff564a6f80dcf203c2eda136", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1ffda4f623f44dbe8f58aa79728a40d2", "region_id": "RegionOne"}], "type": "identity", "id": "413d94a98d03458a80662a70c9988ca7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9fd653cfaa904040b1169cb83516fcf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d298546be0af4fb09b88fbe0106d01a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3ed27b6e3abb42649952ce6fc6733a20", "region_id": "RegionOne"}], "type": "compute", "id": "d0df112ee0bb48bfa9b2cc58b914e49b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "8629b6eaee5a4136839ec2a3c170edbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "39bde196dec34c8fae3976ead593c09f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d2500b47f3574a6390e969cd1cfb48f1", "region_id": "RegionOne"}], "type": "image", "id": "b31fcdbca67d4f71a525d45079d2d01f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a8cba26df8784cf688aa1b7486f18dd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "166a820735e041108e637deef52ee49a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "88497793aa2b40d6a8659dc5b003da50", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0ae8cf81c916470abe0bb24913272887", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4545b417b8d947f4addb2a7aa9d4a42d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4abfca7cdb9a4ab38e4819493f6a45a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "978fb6c3073749baa5d29c87f55b7266", "region_id": "RegionOne"}], "type": "object-store", "id": "fb248891bf9a44aeb0c28441d542d752", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "237c03f7325843c89eea7d3559144ef6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3c7917ff64ed417f83169a97aac86ec0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f7ff6ee22ce24e7db47a7d71514e9b1e", "region_id": "RegionOne"}], "type": "clustering", "id": "2e013a1b7599473ead416b6675674375", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c514014a793a4573a179db609694f968", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3b304f664cda4fdab2229f1e9e850bfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ff8cde03741d48888d9533b3a2e0579f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "998dbc1b3d4f4d99a24601de09916147", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5a3acfb48ed0442a87958920def93f78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4164e782be9a462c90d6f17d95adcc81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "96e574eb2e864a789f3096f4dede3fd1", "region_id": "RegionOne"}], "type": "cluster", "id": "58e625e6db2d4d2a8348c6a0a4b3db57", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e22c91e6406649389b054643012b77af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "42a3fcc252864825a52dbeb599cb4ae8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "27a8084991ac4c349e2ff7ffa6f6921e", "region_id": "RegionOne"}], "type": "data-processing", "id": "e8b8c22068f34ddf8d87b2ceeaa0fb12", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7da640a5e3c0435dbff545d464a4d1f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8a361e36103e40e0ba0071ca40b65a7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5a8a25af1dd54a3aabc1cf6eeb12e25b", "region_id": "RegionOne"}], "type": "baremetal", "id": "1f98c0fd60974843bb045a60dba43a1a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fc84f54d933a408789dddb3673c5b4ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "06c73e1af90b4afc93dc0e64aca0902d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "59cef23c16eb419fb243c9f320e5d68b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f82732a7096c4d25bc7cbd1143aabc21", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1ee359341bb547718623bd1a829908f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c1369cffc3c44730a4936938bd22373c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e100b93c4bb8456781d92a93ea61ef7b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1ba147542fa44b4a85ccafaf5e928ee4", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7e00d104dc514764907729793fadac11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5ca661de0c9b45fbae2173fd47d929d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f4df31fa15b84353ac7700daf8387561", "region_id": "RegionOne"}], "type": "key-manager", "id": "5075b6b3c5424573b683406a4983b116", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6c4599b147d34cd3b49f40bdc77d7cea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1feba2741a0240b5a0528df85a7e4093", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6d683ffe895349f986ff2f12d55043a3", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "577f610718fc41de8621275225cfbe4e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0bd1e3406b7844e3877126c7d9c1e0ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "94de3485ba4c48099eebf7c2ca5c000f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9e5e9a51f8de41dd96b7e9f40ef710da", "region_id": "RegionOne"}], "type": "infra-optim", "id": "11bdd19d25a44dd3ae7c062f47f34cfc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d9993ba82dc04ba7a63bfcb2f372c5cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e00164f94e284838ac376a244d75b197", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b71dfb089fa145819a24f5a4aa01fa34", "region_id": "RegionOne"}], "type": "message", "id": "1a05f4969cb84ff2b4c2961ea82d5f20", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b54ff0bd558840948a2948fd3f5667f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0c4918eb5bfd4b349efa53f02bb34503", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "79997bc36fb8460abced05883111be56", "region_id": "RegionOne"}], "type": "messaging", "id": "d622bb1b62b64d6aa6d20fafef3de489", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f34838a3d7914c17b0bdb023121a414e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "727bb9c37ff44df8924e77aba6cf4b34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "00d2d73dca9e43e0a5b7612a9df6e3ba", "region_id": "RegionOne"}], "type": "application-catalog", "id": "26b8b97376f64ffd963691d627b1c9e1", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "897cc523aa224ed4bf196fc8234cc6f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "209a937455ef4d86b926b2ce7d193fbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4d28478ca9b548ec84ff45e847b339d9", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "43029d0f8a7e4acba0275ef9f446d745", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "db4c1050db6b4280b05be41b0550f875", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be747898288a478ea87e0e25bbffc55a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3c91654f23f742b49dc7da91a4a75f52", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "dc09fe87307247728e55171979ab8ee0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "70aed8084f35400cb5fcb4a95e2fe196", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ef4ab6ae4b943bc9c9a0aac3175e329", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aa0d58ce471745fb9cf3b2934cc0b680", "region_id": "RegionOne"}], "type": "container-infra", "id": "802cb4fc62c44acf8fb59c5f1ca2470b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "eeeca67417014074be1728657545afef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b772caab36564aba9a7cb98bc44ffff9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "1d20884f1fa146e4ada5b507e9f8ed6e", "region_id": "RegionOne"}], "type": "search", "id": "55c2df10805e477aa3fda8e85e4e1e78", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "689b30ad526943c6a5040ac6f8b4cb67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8101b91f5a774a62b9eac85fd84d378a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "73596995679a4f4cbea6ada2e780c03e", "region_id": "RegionOne"}], "type": "dns", "id": "321fb010ce1347bdb34e02b169da98ac", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "926ebc08f6e240eba2791c93d636bdef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dc1e658b51d443ccbb6a42daf4936257", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c9ca842edc304475a7534688f1610794", "region_id": "RegionOne"}], "type": "workflow", "id": "aa795fc4cf79496ebe6109e3e01dd87a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "25e99538469340b7839e7c47939b36d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eb1d599b745b4fc9ab429325a64f7145", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "287a63f3caa04016a4551ea4e210d672", "region_id": "RegionOne"}], "type": "workflowv2", "id": "55cf53ebaa1c4fe8a5260917777c65ad", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8550fe010646424498716efd70ff89c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0c416d76d69a450c99fddf30e0c9019f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "480e3a411dd84671a3a27994c01e05d7", "region_id": "RegionOne"}], "type": "rating", "id": "17a7f3d8ab2b4939afe2bad69744a7ca", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ec49ce3967eb45359cddfdfcf8b519d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2190fd0fcab348de9c7f2ea9d79ec239", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5827bea4e10a4838aa2e47dd3b9b2221", "region_id": "RegionOne"}], "type": "operator-policy", "id": "059369f4814e42e2b83839fb1e7e8687", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d60054357862426598baee610514f791", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a9f97dc4c35e47239ebd56af23d7a37a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "94dfdd931b9641a5bfec16a23fc8ef87", "region_id": "RegionOne"}], "type": "policy", "id": "d605caca5fd941f79e8e3251b43a48f6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7181f4622f4f4018910b79d3f144f61e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fd929bc600cb40638229918f9e8e6478", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "58ce2246f8354620bb920364574a10b3", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9687be393b6d4391850d7184aa3408a5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d780feb83e2f49dcad48dbb742221039", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "56eae2a0351f40d5be4f5d36ab0d3b46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e82290fafbaa4de882e4c7e6f5886680", "region_id": "RegionOne"}], "type": "sharev2", "id": "b058f72d0cfc406b8fcb88b3b7e7f6c4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c48bbb059c1b450f99ecfaad08c90361", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dcc0779cac864dad8c6d7527c5011de7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "16c13210bc5642d9a388f04deb38fe3e", "region_id": "RegionOne"}], "type": "share", "id": "1c9abd59a1e6424db7696f0e25651a97", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "93b212a27f834108adf804bcd03e8443", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1fbbc8a1e622437ab61a0671b1935c48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0fc6958a34764fd0a8498cb1b7c97b0c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "99277a8ab21a40dea67964a1496b4687", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17748be9d24f40ea8d4a1270860b2252", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34b01284311f4609a7f8c4275a927d63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dfc031950fbe462ea483132d3164d569", "region_id": "RegionOne"}], "type": "orchestration", "id": "31af3377046747af833c39883a38a5e6", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c94a724efebd4789b7a728b0bca6179f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a757bc05461d463e8466648358447bb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "012b8bf49f5342e181a28a638969e159", "region_id": "RegionOne"}], "type": "block-storage", "id": "44f56d9aa1b046b8bed4789ab0c895e9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58628b201e9a4a5d93cf286d63f45a61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f7e9f4594d843c5927619fe58416317", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c75f222f1be4036b5aaa4edf81c73a3", "region_id": "RegionOne"}], "type": "volumev3", "id": "e92a90bd8224477e881431ff96c054d4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ca38bf87ff64af1a3c4a89d976ded88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44c743a2dc754e8a9f4aa968129bb97d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec4d543b02f84b7dbec0c2ffffc29a88", "region_id": "RegionOne"}], "type": "volumev2", "id": "c7e41fd034514681b739d8f35fdad70b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad04d5c001da43d49d0d9febd5613cdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "723b45c80b964f908cdc603a25743bbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5149b3a0958148e382aa7372e32d2618", "region_id": "RegionOne"}], "type": "volume", "id": "7c499e94236d4e3c8a67a88d8e750fe0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24e74d390492407b97387f56ccc5c7eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b155a2e190234901ad5e2e92e946d70a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "846c2a73e19c4777a9d37cf80cf41a4c", "region_id": "RegionOne"}], "type": "block-store", "id": "0a4d748616ec44df86dd31fa1970074e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5242377fe6c044ac9646626c81196a75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9433725d01d44d0ab4377d3905526e74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b70c7d50496d43319e0c0b5d8368affc", "region_id": "RegionOne"}], "type": "alarm", "id": "430402f23b654b04869649964565c796", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f571a699be8c40b697a98d6c7d768506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ae0de5c811684d4da7c0f890bbae2272", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0f574e7290fe4561a9fb6c12b232219b", "region_id": "RegionOne"}], "type": "alarming", "id": "f1d6d398a8ee428b8b7c747ac26bd7f7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "24eb9b88033941db8c12003b88d2bfe7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cb489eadc28646d0ba70d7d6599b607d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "69f6d65ae5eb496b89df01274e1cbccc", "region_id": "RegionOne"}], "type": "meter", "id": "4198d14410294af680f86a576966aae9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9e3d369424c943aa841b644ac5ca96e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bfa267f2c21744519bc003de667ec857", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "20dfb182c91749458d3d72f724236602", "region_id": "RegionOne"}], "type": "metering", "id": "31a47b7d5fa841eaab3c8ac4ca044e4c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a883f72ef98741869abefa448a396ae4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "84995cfd9e104ff29c1f3440605d4328", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "664082c439fa4ed3bbaabb39399710ca", "region_id": "RegionOne"}], "type": "telemetry", "id": "315ab09f32df46c6be4682610e09dc7c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ffe18eb5d86d4e75ae42078f3fd865e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6339cc8474c044bcb46f401e4d8226b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8ae74242c9654270afa07ffba257d6df", "region_id": "RegionOne"}], "type": "event", "id": "64e20a51a80549648bec49f138b824f0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "524d7cc4fef64f60a916f3ed1a5475b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "77b230fba9574421ab4ecff47435c5d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bc7d4a2ddd2840358ea9dec58d56b2b4", "region_id": "RegionOne"}], "type": "events", "id": "835837b446f648049bdd9b0110ac30af", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bade7138f0b24c1c8913a06a7c57c961", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f9e352a6a9ff49e5899b03ba28cc6c3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f933f87f2f784b22afecb996ee661921", "region_id": "RegionOne"}], "type": "application-deployment", "id": "bcfabad0935f401a96663bbf083f3bc1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8dcbdffdfe754ec5badb23d0496245da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "97a9d88147ce41ec93695478e69fd05c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e2355456830844428143cf05e556ae37", "region_id": "RegionOne"}], "type": "application_deployment", "id": "dc28e6a2bfc046878ef72dab85ed4f6a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "63c6964fac2d447492986857938ae7b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "045a4f5b48db44b6b135f6eda3e967f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3dad2b8d295b4a589bf3af2974f33e86", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "40f6cc627d534e9a95bcbaec52116f08", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7318a910b38947638ba61f53de669c07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "173a0d62080447c6b36fada3344589fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "79e8bc2c93834d499c2e3e8873bc7176", "region_id": "RegionOne"}], "type": "tricircle", "id": "238b28c19c9a4d8d9a451fecdf1d67a8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "dafaccbb13fc4410b8ed4725d89b5fe5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "bef2d933fb304da2a0086fed1475ace4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "9b20eabdc2a64a7eb3ca138f3ea5fcf2", "region_id": "RegionOne"}], "type": "database", "id": "a2cf191e7ec448e2ba881fbf43829adc", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6f0d2c046cba4d5ab2d3d6bc404ac5cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "09969c815a9b4e239b40cc846178065d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f9bf9f22d10a4d59bd0a591b19ad93fd", "region_id": "RegionOne"}], "type": "application-container", "id": "36e96385935b405388c3709303b993e0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "920df337f4254aacb0ff69be664ba020", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "25595d5c8cf24898bb27de714457e5f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2cfb359e1b4441c098785ed085d9e5bb", "region_id": "RegionOne"}], "type": "container", "id": "8941b34b19b14d6aae14d6f11354f521", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bbaa28f560d047acb7986f8da2da3adc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "acb517a029424da2860396fc78207d3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7a6193320a944c30a8a9b1f1088128d2", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e6571abf62b844b39f300123466f9c93", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5ff437140175486f9c96fbdb179ab3fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0c1ea2318da74ea6a464700fb7ad081c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d21a48a27c63470aa71530b20873e93c", "region_id": "RegionOne"}], "type": "rca", "id": "10246115fe8f43178aeb256e02e2303c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1138053a5e574a449b336f46d84d41ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d38c1652559b43698459024bfbd31b65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e6dfe1ae72f640088d0237ac928ba1ce", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0af0652db6ea4b89bb91224cce78eb8b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7311b9b674c9422b9c593cae6e7eb182", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "07cfff36281d465da710d1b0049d954c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "91166ee26af54a918ecaf71b4abb4a6b", "region_id": "RegionOne"}], "type": "network", "id": "c939fcb2b94b4a22943d348279bcd0a4", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d29b983ab4f64a30a6967a6554a60400", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "71ef388003ce4a2caf001a2cb6265fa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "464dbe12a8084187b715ea93539c5601", "region_id": "RegionOne"}], "type": "backup", "id": "832f3ce470f447269b159bb2b6a1029b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2c5bc7870edd4a1b91323ca5047ca2bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c4091ca1cc544210bb1aaa78a2c6f494", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a6aca8e2968b4ec98421a0767c7ce6b2", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0a182bca7dec4429b31001062d679581", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0c3a1c329efc4c929984e1181bae5e90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "57bf167017054ec6aeae6df9b7d6e8a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "adc55ed7104a4389ad0326c7041171ab", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "26c1a27f7f474827826a81f7e21f8c1b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d849e49c19e04c96a2b2f5df63858566", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "99b639efaf5548d3bc0a99a13040d2a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "6575ccff7bc44678ba58d386e39c0914", "region_id": "RegionOne"}], "type": "monitoring", "id": "34797ddfc54c4b7a8acd9451d3f65755", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "da4757cbad91429cbf640986f2a80ba4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "24253d57eaeb44d69716ed337b3a5f9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "779c067f074f47f6b43ba335e59cf6d0", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "aff9cd0d57364bf5b051642e607c6574", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f69a257af65c420ea658f12a41033bb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "410fafc735284176955e24992af025e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4457e0efb91b4742ad49ceafa6ddb62b", "region_id": "RegionOne"}], "type": "placement", "id": "1188117316424d9d90d82b9b6a10cb74", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a69fe33a35b04349a0be3cbc5e40eea7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5c50a2d1165b41d9ba7d8651bd1da5a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "40403d8c72534745b8a34ce290810ada", "region_id": "RegionOne"}], "type": "instance-ha", "id": "efe5d6a157134b1382f5e1bc3d9795b5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "72fe619b13d04bf8b10e4968301a8486", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9ebee16285bb4a49b3b8d6431b868897", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "80f2e4d7d0214cbb8869333e4011f566", "region_id": "RegionOne"}], "type": "ha", "id": "632bb6c64bb74eea95832e61efc0a671", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3152371c60074ffaa0e7f7daaba958e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a7d9cf59dcaf4d23bae43d491f9ec8c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "2baaa9836e724602b8c08012d6af5ee1", "region_id": "RegionOne"}], "type": "reservation", "id": "23dd90e0ffeb40b1b7da827b0f764cd5", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ee6f23c8fa0d4a38997d38a3a0bfc7ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ee57454770cf436b9add7bfffe48bbf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "cd6010d712df4995a0b9d1a30f7e738d", "region_id": "RegionOne"}], "type": "function-engine", "id": "35f4d683ecf64790825d6882930d99d3", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4ba375965a624ab9b0c3a2a5925548f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "24843c61479c49a8a401970bfeaa898b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1cb1a5fee3174b5e920578dda78a7a92", "region_id": "RegionOne"}], "type": "accelerator", "id": "36ab4e224f0541e68dcf4f214df6a117", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4520b9d337c7438fa4cd612bb0cc90e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dd8227b55faa4e82999d43016108b017", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "586e75c1a56b4f0ca58673cadc01304d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "af43e6bdf8cb46ad95b98ea7d23f3223", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0a84a708f13d45deb13a0f0d9e635161", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f949b5ced07d407f977417a51992bf0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fb5a2810228645fa89fe66a0b845589a", "region_id": "RegionOne"}], "type": "registration", "id": "37c9ed6451644fcc8c43742ef16716a4", "name": "adjutant"}], "user": {"domain": {"id": "df8de5473f854e31ae62f6481502731e", "name": "730064c00af440d59bc5fc6c1dd78198"}, "id": "aaa774f21b114cac8544b6d96d3374d1", "name": "4ce0e15efa414ef58d16fab0bb9f224a"}, "audit_ids": ["aae0afa2b3af405da781d768fab51c6d", null], "issued_at": "2019-09-19T09:04:42.264745"}} 2019-09-19 09:06:42,458 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,464 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,466 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "355dc39f84dd4cad8e1cb4231000c45e", "description": "projectDesc-2", "enabled": true, "id": "87eef3b6538242d88e7b85cfb49a266e", "name": "projectName-3"}]} {22} openstack.tests.unit.cloud.test_network.TestNetwork.test_delete_network [0.213586s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,189 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,193 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,195 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,199 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,210 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.130490+00:00", "project": {"domain": {"id": "720424fd5e1448048ededaeed1e0a142", "name": "8f89750c0da84395b6d160e4f44fc0af"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "09e234dc1276463bbd93acbf9e613d42"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "b7f3cd95d80f401e87aafa9303a32b2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0db0120b41544c76b7253f6c8398f3ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2f17d72f94834939bd9b3069d4bc0afb", "region_id": "RegionOne"}], "type": "identity", "id": "03b97bd8bf8744bd827563edb0781c2b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0307654fe8704474b1acffb813096b7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bb467a8f002f49ab924def15bb346128", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "474fa2277dc44381909e477711ce6d8c", "region_id": "RegionOne"}], "type": "compute", "id": "437b97ca737a47fe8236e0bdf89ba65b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d9480c308bf643758a04b8ab0789b2bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f7751ea56f28443daad3c643136b3e2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ca82c8a030ad46e09855bb6b7351a014", "region_id": "RegionOne"}], "type": "image", "id": "41e4e0a9f6e546cfaff8cb3b47122a6b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "68bbf7b46cca4bc4b0125c4e11b6f2f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4bdd9faf53634327857b44d05bff6879", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b788e00d81c64329a5d2b7f02064dc7d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "77ff0db326564e1cac7ae42bc963776a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21d6d586322441d3937ac6a392775fb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8dfe36ad12af487a9c5cf6bbc1742edd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ed7ae81808c400a9d270bf2bd6a1430", "region_id": "RegionOne"}], "type": "object-store", "id": "a34b134ed3d24962aa750235571d433a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ac43c813e20a43fc9d748b9619f52a79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "89ddf8e701604ea081cc6eb5f4d38c51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "210b9dacf8694fa887a9ef726c85afdb", "region_id": "RegionOne"}], "type": "clustering", "id": "6da3459aab9f46fca0273b85f2a0c36e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d8afd94f06bc484e82a8f08137db4dae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bdd71943f8474c7e8f217cbc6ca1daf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ea1ea1d58fd74db5919d995ad7bc0baa", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8f5413c8c9d64f5f8a69c19567f005d8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ca819af2584a425788141fed333441c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e4fe1d389d454bbbba67349eb471d1f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f0c7ffa1cc224f5aa400983363d72acc", "region_id": "RegionOne"}], "type": "cluster", "id": "019560b0943140a8ac0fd800152ae7b4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ccdf26e4d61c4df99e9a41ab1c388205", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "65d88866874442a3a171f6f0f3df791b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0ea92cc2b53241c3b9e9f81010fdf86c", "region_id": "RegionOne"}], "type": "data-processing", "id": "81435f5d16944c298d61951381dc3463", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0dfa9cf94d7f4b5d8777e2687367adc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "11e76544bb914f869fc1d3df782d72ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "01a846ed6edf41e8a71d55e39c5ade63", "region_id": "RegionOne"}], "type": "baremetal", "id": "99dc9ef9f1cc421386b49b3eab49ba74", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1037125ca98148729737f13b975fca08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7a3f8b7b0d8b4ec6ad034b283e045991", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "14fee5f4568f48168c3f946cc4c311d3", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2d369818124049a19f7b517371d082de", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0a12d761f938415fb6a5ea3ae5dd825f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d3311a9693324edf8778ebe98dc933a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "51c25875f26b49149bcf93939a77aedf", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6432200949c14c5fb0e5f2fcfc16ff66", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fd0e2addf8e4465a9cb85598339569a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9e9e3f63e3a04e72909ada180a168201", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "6375acf944b84369b3d320ecef3abdac", "region_id": "RegionOne"}], "type": "key-manager", "id": "58d8104629614690bbe470ac56b14457", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a95add69a8544693a1a62a3eaf02bbbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fa5d2edd57d0482c9184f1fd883f3e00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b0a989df33c74e43b0232f194ef38d04", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "56721e1735d144a4ac25ad22f8aaa32b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7efe1f1bd78b4657a0826619f0e7c340", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ba24a549afac4e468043eff332dd2e45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e2ff78eafee144a1bc40513987937f58", "region_id": "RegionOne"}], "type": "infra-optim", "id": "2eac247a114848cbaf43a32e8a6982ef", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "922b8a4dfdda4709990c6ce264503af8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "57d1b3d134044debaac4d2a9c9c513bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bb3d756dc5614bc982a3bd54591c9ffa", "region_id": "RegionOne"}], "type": "message", "id": "8feadcb53c174e15a667ac72dbd8aae1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "45cf7ad7f83240c48f204314763ea4f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2c7d3dd4a6d64fefbf6c3ad6143c1693", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "24d3369b197643609445f2cfbaadd35f", "region_id": "RegionOne"}], "type": "messaging", "id": "d745d3f02d7b44fc84876a561e2ddf56", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4d9b2eb7863e45b98c23af6fe1ef7559", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "daea376fc0594aedba1f738f3e916ce9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f3ead13ff18047f5ae04ef7686d8f980", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c2ff00bbd24a477b8b982b3df9072b16", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "181af7b3e1cd4aeaabcf95eaaf4c6468", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a45d2866008b45f1986e6c31f8375b07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "662d83bdb72e49eaaf25f6d0f7875ce2", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "dfbec18d7f8e4c27a2fe9f787f2e7ea7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "159e24e6117d4e82bf2e7ccb7bf84fd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "066aad4fd759491d934019a5ba642f6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68ac01f93e4e446dae67d18d810169e7", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "982c761d7b304cec95fca2e7ad10b2a1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a0b24f1b2a774fc79803170957fc36f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e28810b3b53147b5b12c24bf7b3af26c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6cfd6d1639b447b38ca0370fb8a14dba", "region_id": "RegionOne"}], "type": "container-infra", "id": "bbc87ed92d284539819dc3bf113baef2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c4603aa6a78d476490e7df9001dc5974", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "bbc04bbf7d0641ea82b29aaf5f14eabf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e559a2ecdc2245f6b216e1d786c5ff16", "region_id": "RegionOne"}], "type": "search", "id": "18292ccf0ea0423881b6a78ee74f8a13", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "0ac2ff96a44242d99f26c57c1c68f9da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a8739a424b9d464ea9b93c082ebc8a94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d9e24a2f1bd54c72afe381aed699e58a", "region_id": "RegionOne"}], "type": "dns", "id": "8d88af1372014608a0aad2cc5c3b0192", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4aab5351a3c74e46962d85ef254b0064", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7388ab6170a84491b949a17a3933c17c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b666d6d3dcbf4ce8bc7de795cdd8240b", "region_id": "RegionOne"}], "type": "workflow", "id": "761ab2cc7c08414ab4816dbf691e55f4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f42cd1936e70422ebee0be950be209cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dfafd61665a9494bb2d0a264ac78d19f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2c4f958b235c4ca9a5b85d9eaf0f76a1", "region_id": "RegionOne"}], "type": "workflowv2", "id": "81abf71bcec54935a921febe833b55bf", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7db3c08cf7d9492192d7218a44258a9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b71091b8137342bf9c18b89e4e19d07a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "607d184f64694bf7b3dfe1e8f32a377d", "region_id": "RegionOne"}], "type": "rating", "id": "95156d8f08074c6695961288b1b164e1", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f94d891e304640c6a02669966aa048dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "077d109392fa409ea631f03c3c56a38c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "87b1d0022b044f449c389fe6f1d97592", "region_id": "RegionOne"}], "type": "operator-policy", "id": "fb0efa345071471d96a911e00ba17458", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e377fd8cd1c94eef9bae4058e19ea1c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c2ac746a01fe4fe4afe61480bb98b2aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "26baa6d7eb5c46d2a81f2f389e5309b4", "region_id": "RegionOne"}], "type": "policy", "id": "7a1cea53f3584793801387ec51eac2c8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1e4962bf24fc470da5d47fc5ab8861f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b2ea7d073eef48c3aa1614f9a920eab4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f888aaa1f3bf4c0085ff2696d32b6af9", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9bae4c4cb9ef4daf966a97e737f6e7d5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c703be3b14624c43ae325ca104dd7a6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "84d53cd1fad4424dbaa68f5e94ba27e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "879be8829c904756a648e8f8faf5b5a8", "region_id": "RegionOne"}], "type": "sharev2", "id": "8b87f4e90e6342c5a828a8f3ef9414dc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4c3e08c14a1b4cf18c5d5bcd32aec8e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0f9ab616449f4e92a26b10fa78c1e41e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "44a1d374e3074a889fa474eefffe6187", "region_id": "RegionOne"}], "type": "share", "id": "5671b51d7bff4a74bc19770fbc7e54db", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "86b88a4caea34d2992506011de2476e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5f264df1e78242cf85d99e9adc979a35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4eb1cb7fa3df47e49457f84c4ce74b96", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d505876f1b7846aeaeb12da74fc005bb", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61a8566c3ac6459399f25bfad1adb051", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94c299357b7d42fab87b4dc294ad1c4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c488032b965c414cac1911d1e1ed5c20", "region_id": "RegionOne"}], "type": "orchestration", "id": "8d21c83b80b14b27b3bb8f46fed6f251", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a38e04601d67448380c60745a468fb1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5dd9135b1d464247a45e5b53b6c9e9e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "840380ea6c344ee5a6568361af2d3623", "region_id": "RegionOne"}], "type": "block-storage", "id": "0063b6b2ac874449b1ee56219808ff04", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "720f3cf24b8742b2b37a0df000efda29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cee1e32f1b21449bb276a7d5534adfa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4884f6618e2d441baf3a68d6c6851493", "region_id": "RegionOne"}], "type": "volumev3", "id": "824913c799064576a459c434cb7f0f8c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "daa3571d9b8a4e5fb8b3e88c12fa637b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53b05cea6e3649289de62aadf4209e28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a26fcc315acf443fbbde0d3c30145c14", "region_id": "RegionOne"}], "type": "volumev2", "id": "17dd2a97f4a544fdb0bef53838a91221", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a68751667ea4ce4b449a083cfe49fc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "390a7c73b79743ed863583db921a0d5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0be7a4ca23dd4ace8fef59db67b97c47", "region_id": "RegionOne"}], "type": "volume", "id": "694540d58db54ef0bb2c3f57d17755aa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0d5dc080128488db21bb4b0523bd84a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5b8cbde039a4af28489db3ea347ba4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac3945d96e6540a1beb6841b8fa2dd84", "region_id": "RegionOne"}], "type": "block-store", "id": "bdac44714867444298476750e3746499", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "45da799bf3124f838357755e42fb546c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2c40b3b6d3994f5bb26e262bbccba3cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f4fa4cbfc1ef4cc38faa6783f087be7f", "region_id": "RegionOne"}], "type": "alarm", "id": "7b0d83b3c6b949f2ae94ba5eb2f81705", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "213066cf09df43da9626ca7f037ddff4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5c78777802c24cd88b6b26abafd01b98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "533cd0947aef4b7caadadca1a449e572", "region_id": "RegionOne"}], "type": "alarming", "id": "eb6f492abc044a4fbecd051698be4445", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ac5c809bb6704773bc00f10371184d35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3cafb75c79d84c0c8dd683e0b0bdf4e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7dd2f6d2e51e420da03ccb583c77514e", "region_id": "RegionOne"}], "type": "meter", "id": "83e15bf0819b42b3829650d04104b1b1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a23f16f855fe4ee095cf8bf192ee33b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7883d0fd58884fb0b3c665f2cf5dc912", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bb8df67926874aebbc4be303705653f6", "region_id": "RegionOne"}], "type": "metering", "id": "0bf665ec16d14cc39d65cde8f1091e6c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1ee58abed6c944958537337c96f3b9e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "096aaa1408254dca961062f34442a4c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "88de2006cddf441ca44f8c0a5ccc516e", "region_id": "RegionOne"}], "type": "telemetry", "id": "720046c4fc4a4c0e90c3705fc6866063", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6290e8d962c642adb02bcbf31c4397be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0357f3e3650c4e0aa3a880e39dfaa2f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e7f03512faf1428782e26acbac2ef24a", "region_id": "RegionOne"}], "type": "event", "id": "93bb4ff328294f5285ed48a6c0e97552", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "44033efd0aae4f79bbe71c8a1ec9e64e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "64e1323f9e9345eba0827b75a30e1bfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "da848f57c960452b998ecb2f31399d12", "region_id": "RegionOne"}], "type": "events", "id": "f8d1d48ddc254eb9bf1ae2bfd4b34847", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a1dc037032d44357b8e76244809fbb12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c00d85b243e44567869d971a8a23d65f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "00b3364a00cb4f7fb2d980356a8bf9a7", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b514edc8e34840489d522fbcb301bb75", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "994f09fd16ba49279e0210685d574037", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d02c14d8c71e43b188b44a1e2f7d8594", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b97bdbe291b04394af0b888d36fb633b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5013c7b14af441b9be78d589ad48dc17", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "10cfa2828faa4103bb2d7bf00b48d4d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d93553f1406346d38fc1456d296f7aa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "05aa5730770743ea846c3e4fb1e8dcc5", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4eafae7bc6e348b5a414b419f1414ea8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ae39756473734318a6e778c07ac08a0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2f4b9568b3fe4d8b9172fbca3d121324", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "54a68a21b42a4ee4b95b0e1d2ed0a1f2", "region_id": "RegionOne"}], "type": "tricircle", "id": "7dec8ad7363840afa0ed71bdf4f6fbde", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ff6e08686643405885781e83d98235fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "8dbf5a6527bd40c296c83e247ba48ede", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "007f148c041a4e999c33ac35a764974e", "region_id": "RegionOne"}], "type": "database", "id": "440190205beb4c518b390ce74fd7b404", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "49922aad23924d84a342da099db72c58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "40daeb5f6e1148858abea3d7bb95456e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "aefd5422f9fc47f6aa5d5826410be629", "region_id": "RegionOne"}], "type": "application-container", "id": "99b7d6b7d6d844d584fbb904f6961db5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "212a8ddea6254c26b4f13948196fa6c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "40654a7871c04ae8a66ba6a9a4f537ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b8aff04f1a2d4e28986e2f2a5b750b3b", "region_id": "RegionOne"}], "type": "container", "id": "0ee31fae70384c2b8242bdd4f7229fa9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "23c0f5935ac14de6ba95871935249933", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d85449dc77df49fcaa0b9630437f0659", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "67d00bc8517f48288f8d932354d4c03d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "98f9830498b9498f86163087c83bf701", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "03307e6ffad54e94a06e420ecf00f247", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ea57cc11f100486885052a1ff4682575", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f9db6ffe1e02434abcb2d0735e349a26", "region_id": "RegionOne"}], "type": "rca", "id": "40cfacd8525d488a82365752d0782a9d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "70f00d8969ea4f12b6c14387af21a670", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c279120a196a408fa96d72329b003088", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e684a089ce4e46a78787cc39ca58a85e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4d49a2fe086140048f64f84031cac6b9", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e8cfbc193a9649368c1ebf2a336437ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e4a18f2ef7104d70b3942552618d8335", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "9a28f9cb4e734f8faa3046eeb819f830", "region_id": "RegionOne"}], "type": "network", "id": "50a4893d170c4ca79be55f6b8c6e1a9d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7fe402fa7a5443c6b56771ec9cc4108c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e99b51433b124a9abd4615d855ee2e20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ee6cbdf45f944b089dbb1954e7d777ec", "region_id": "RegionOne"}], "type": "backup", "id": "305bbb6c624046a9b9af436e6d567067", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "570dfa37f6224457bba193febf8dca35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "adf4f136f5a44839a8330d5eb36329b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "be65a84edec4407ca34eba7301cfa395", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f2ff95d775954cfcb66a5bfb7b506dc2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "faf04993c5ff4b6c89cfa419ebba8eb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c556fa6d3b934a2389d97827f1af18ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5e43a60877034ad5a549afa058e9ac39", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "34ee2f2bebcb4f77b74f22a4fbaf4216", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2ffecb23428e41cc815a14eb9480dcc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ffc53be1e4d947b29d7f17945675531d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "27df81accf214fcdba0368549c5cb173", "region_id": "RegionOne"}], "type": "monitoring", "id": "c1afc2bac4df45b7a36f390b760d052a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ccb6f044821e484595aae77745827c5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "86ba8c25dbb44deca21cc7da4f6cb368", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e929a6a42ae6417a97f789d65b674119", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "837a7272ba8e4523ad64e6075527ef40", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9fa3ebee13144eb988e8c0bc3ab079a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8f6b9a4488834559b225cb29892cc4e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8f0ff02dbf0848f7a648591cff9cdd65", "region_id": "RegionOne"}], "type": "placement", "id": "5359b787ec324fb2b0b8eda6093dd739", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "931a927af8b14658a8aed077de8d1c46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c4700c63e9ad468d832912cbf3417b12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "17afd8ae82244500ab02e738ef371c79", "region_id": "RegionOne"}], "type": "instance-ha", "id": "75564f95fec94008ae88c5975ba19ce2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f185e37d6f8a486a908aca7fc0691ad8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a6bf244e9143407c88c011220d0a5756", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3569296b92de4c77a3fb746373b74b88", "region_id": "RegionOne"}], "type": "ha", "id": "03a7593507c244b1861b0bd848ad3abf", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "28273371cc464cbf90cfe4be693cb9d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e6ea496a0b0a430385ddf7bf3a22ec40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "e096e3ab1bda4e879c85222dfff0ec90", "region_id": "RegionOne"}], "type": "reservation", "id": "fbe42067b8dd4e82a6a59dfd35d574d7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "dba8335054344c3da3d03d7509391cd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ab064c6af7aa42a7b415de1b331cb24b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2bf33bf2512545b2a7282e6e8b0d085b", "region_id": "RegionOne"}], "type": "function-engine", "id": "c4e6c8cf456c4031beeef7b5ffda1fcf", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c70bc441e21a4cf8b536663a311ee895", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0514c03377f74e5199e8a5b28cda23f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "af263c960b2a47598f560e14229f7ec1", "region_id": "RegionOne"}], "type": "accelerator", "id": "123f789765194282ae8ed4fdac8fe144", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9b237694a85c4c939473a4082188a40b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2b79a9f0dc5f47b8ab927567ca7afb55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "847379127d7343529bd78e9066c10f04", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ef7ed5bfaea14f18861ca6471abeaa16", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "73f3f1d36636479988989804d753210e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c343cff8536141f491f4641719c5edfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8c3f6171e6df48caab8ddc7c3745b4d1", "region_id": "RegionOne"}], "type": "registration", "id": "3ad77d0157944717a1c84a0527ea8870", "name": "adjutant"}], "user": {"domain": {"id": "2a92b612cb0e4481a0462fc31e9d1191", "name": "588b66ad30df4405869a3c1c0c9ca206"}, "id": "3b626be5501b4191a0031bb4d07d7883", "name": "ec6d2874680a4dc095ba865856b38727"}, "audit_ids": ["18ef5c7d86b6408abe0effa28def34e3", null], "issued_at": "2019-09-19T09:04:42.130490"}} 2019-09-19 09:06:42,320 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,325 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,327 keystoneauth.session RESP BODY: {"networks": [{"id": "test-net-id", "name": "network"}]} 2019-09-19 09:06:42,330 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/networks/test-net-id.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,335 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,338 keystoneauth.session RESP BODY: {} {27} openstack.tests.unit.cloud.test_users.TestUsers.test_add_user_to_group [0.279932s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,296 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,302 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,305 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,309 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,323 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.236755+00:00", "project": {"domain": {"id": "3f1effc2d32b4de8bb8a0831a53d8ac5", "name": "de2daf9e346946c3a16019a5c6b47aff"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "37a5774683624d53929080a4c40a7a4d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e75f020e68c146ccafc85de51b5b9f42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "fd1b8dfa11874458aef9f41016f08e45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "63188b0714b24ba698048f0f6267c3bf", "region_id": "RegionOne"}], "type": "identity", "id": "42e72654a02842fb917811b9358c7590", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3cb2cb26e2ed4e19915fa34bc7486f97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8cc34d1f49504c3a997c2280a655739d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "86762824416946f0999abe1fe481a10b", "region_id": "RegionOne"}], "type": "compute", "id": "b4628f4cb62a4467917822e64c3299cd", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "481c01fb03b74ac9933cdc5ad24d4f32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "cc6c2d32a0a5477b857ed4447b71aa6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a2640e4e78db4be399a19f3fe3a93a8e", "region_id": "RegionOne"}], "type": "image", "id": "b0381f33bda54de6a3de4b326b3e74c1", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7de20b9153304297ad3a5712129d17ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1042d2f37f0b489faaad8adf2db81aca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b6c1c05b65794cc4a305eae2da08cfb6", "region_id": "RegionOne"}], "type": "load-balancer", "id": "5a2be7c511874712a8b069577ce661b7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d668a59e0d94765b1ae927632232688", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f160acdb7f3c4d4e9165fb0d2f4a7dec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88c192d5688640acbe31418b120f7e90", "region_id": "RegionOne"}], "type": "object-store", "id": "d993850a162949b287506222e6f18410", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "21f9c8eac6cb45eaa2425eadb6709e4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "272b96616d244fd2b528582f3af6b9a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5949d04117f241a6ba889fbaff3f66b1", "region_id": "RegionOne"}], "type": "clustering", "id": "b17b6ef13ae24a1e9ddc12bcf7e49da3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2dbf46e4c0894619b3eb5f37220bf57f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e303e119fc2c46ffbff79d995d3025a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2eb55c3f58394d5eb9b4e993ebe54340", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f86de742d59245548e99271ff9582114", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "93b4a59d1bf84c1aa85adb3732ce2673", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "81ec16774ceb4642a800c0c6bde8dac5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "afa0e31f2ac545df970f128daf2d5e13", "region_id": "RegionOne"}], "type": "cluster", "id": "54b683931a4c45d7819333c25651f72f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e238a7ae14e148ae8d3f5e4388db8f5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "875e74bf235f4980adecde154b5a7c06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "5a0ff31d927648a7853acbd181b52a83", "region_id": "RegionOne"}], "type": "data-processing", "id": "3229e637b15143eb9dd76234152885ed", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d79a0a68765b43ca95ae29c5a3b582c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "105870987b40490988ec55df1588266b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1c9879b1fc494455bdb20a997b860c3f", "region_id": "RegionOne"}], "type": "baremetal", "id": "3a04cdc4a1384020ba5a5466c0a630b0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9e1791ae1a6e47018e5cd9350c8f93e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c28bb1135d8b4a65893505503578901c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "37b024f81d264eefa9fb1b8e7b2fafe1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ba0121d7118b4fa3abdd2a48b118dd0b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d8ed53600af2428fbe685ad180bc44f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b243c247170f48a7bbec40d06ace27cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ec73e34e38984bbfb5e9c538cd6d0248", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "06d60df7909f4f5f8113561896a4f7c2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5e7ea167011540edb39c3bd5cfd41055", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5baf924441174f169a55d9eae52cf692", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8d7db6574b754287af9c1d8a2e8f8ac0", "region_id": "RegionOne"}], "type": "key-manager", "id": "c67d482374804f58b8145895baf50fbc", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b2fd7ee0540948278c4e915603ef0571", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6bbf5e6231f44cf58d9b55e70e13db5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6861292aa3104bb8bb054bf441cd8a76", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "3cda053f827640759e3db9f1b2494392", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "90c6cdf6bfb043b993ad14ce5b444e53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a3f6252e4ba44183800db9111d38887f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "54be58c511944b1a96590b52bd4c3822", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1719db5ab1334810925b476a633f0900", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ca42cef88b16498eaceb8110577bcba2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "204f570cf7ee4b6c97700bac4781261c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "28d4c755589f4d629011b4ca4e31b198", "region_id": "RegionOne"}], "type": "message", "id": "2862c9ef74d94024bcd50c4804a6d521", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ee58709630134ec7bf805f2020e465e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "67bae6f5ca524dcdb96c46307ad0af9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "395f2943de3e4f7bb56be067400a94f8", "region_id": "RegionOne"}], "type": "messaging", "id": "c1dabb19a8a847bd9152037fef9c6c2c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7d4f0cd890374ce9aee0d918cac652f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8be77b5cfd784204991edb8792094076", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "64932ea2d4cd4de0aa69404f8199ec5d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "437ef7d709ee488a949482724f99df99", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9122c7e7d10c40ad8459801470b330f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "55179fe7f45e4524afe295040d51e88a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "75ca58ce1c1a438d83013645c0b21b21", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "84c6700832ae4083a57e551008631c07", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2cffb1830ea840529200eea658a4ce12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "84ae313a5e0b442b89eaa8e6ff833340", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fcad9342269f4255893d4ce50ecb5d28", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "9f1e198662244e75999b8c7f6317d091", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3d9438fe0c004e14a0e865ad2bee0d2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "55d392f14f884b318c72f67b1874cf49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2345bcd3e160468c82fe2c3e2ec83785", "region_id": "RegionOne"}], "type": "container-infra", "id": "6dd9c3808fcd4067a7c5fa6ca23e821d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d59c46aa8fbb4180a59aaf24e8611a20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "598c372638d34d018342d6e8f3e96481", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "8eeb85684e99484dbe462434a036875a", "region_id": "RegionOne"}], "type": "search", "id": "af65972f176147cbaa518bfb0f836de7", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "95c5f11b4a9e460d9b4f860c323ad1b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4b303c922f5f49b684a9d9c69ae3e0f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "53b910f828ed45678a63a7133f563e39", "region_id": "RegionOne"}], "type": "dns", "id": "58ff06e771a74e7ab3e8c95dd7da4a4c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e9745c3e4b7c4506b339c59c246cebc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b5275c91952b496fb182c7b52c2cb5ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4c9aa8f98c3d4504838dbaa94a25f858", "region_id": "RegionOne"}], "type": "workflow", "id": "eb42225f23964f0ca44e7a5802753d6c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "974cc52deb3b4c1b8e23d7937de791af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "25e79998963f435c94f9e1705fb69954", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b06b98c873644348a8bf14ae1ba5bced", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b8a833af9a874c598cfe333f4e8f37da", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "cb2953e9ebba4cc3a677ea9c7dbf8ea5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b820a0440bdd41cc914d146fd61c4589", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "cf2920bcddb14b2b8a96f5b9ef86de73", "region_id": "RegionOne"}], "type": "rating", "id": "829554f0b8eb42719ae80334340f0e18", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6bb3c5d322a24da0897d694699f91a6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "688f836104ff496a92597117568f7073", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7410fa3953f740db9a7a7f8e1a40325b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "99c67653da794ba7a82af57ee5c9af34", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "594466376c0d4e459e6a7534e60efb03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bc4cf2d8247e412693a9ceae7cdef812", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "192f7d48d874465fbcd43b2a294e815a", "region_id": "RegionOne"}], "type": "policy", "id": "508e2481f82e4335b8447e61e4a6b9b1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ea3715d956914b748911599bd0980c39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fd391a7499d94bdd8c3392bb4078c5a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "47a69e482f694783864b1ab2d5074ac4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8fb1073f9dec4250a5a798d2cf89a448", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9cd546640d67470fb620a681d65e1194", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d266f945477447e9a139f727f44ece7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "aa1c4614af234edab8c3e22aafab8bf8", "region_id": "RegionOne"}], "type": "sharev2", "id": "16226c51364f450b944f91718a4bc0d1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0f03bf18c65849e1aa82e75891280acc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b538e587bca34841ae7ecc42d8a17f1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ea66977ceef44e6ab728c228b2c70040", "region_id": "RegionOne"}], "type": "share", "id": "6236c84ba14947158d9ab56992265867", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "65caffecbcb54428a55442ec65285682", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "90f5a5f45106440e96b1fbe341c265a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "412e4ca6337f4a29b89a0f346bc49e13", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3a78d9d5249a4466b0b0aacec846f9e1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b31d65aaf977496886c0f893cb800762", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d73908804b624caa8c11e1b9362d9b44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd2419bcbdd94aadac74bd482a073506", "region_id": "RegionOne"}], "type": "orchestration", "id": "b84952aa0ab143c19a30e74c2ca37d6e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88313815c4124caf8f17e63aa14a4c66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55cf897b24a64c93aa5bb42ce79c8c09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f88188f8212d4e3d99cffce39e681992", "region_id": "RegionOne"}], "type": "block-storage", "id": "22a96ccdab084e1591124e6d46c1687a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73d4c9299d774a23be6c43a004cdd2b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f125a9bd3fd4c7db3ec6ee53951d0bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45a6d1bb55524378ba3c0019370bfcc8", "region_id": "RegionOne"}], "type": "volumev3", "id": "3ec274cffd224cb0ab2466899039d5dd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3964ad2e5c274c01a1d49e416d49623c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1cc5ff11ae5744bd823031b7f27e3bea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7066e8bef36b428f8c1b214f3cdf28d8", "region_id": "RegionOne"}], "type": "volumev2", "id": "3cc7bbaec8474e0fb4136a6d0888c019", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b58ff96ed0f4a8f94ada739ee6c3694", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56f1b4aac5d5453f84ff95dc54187644", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4253724e0c224e2e84fc0b19cd45e738", "region_id": "RegionOne"}], "type": "volume", "id": "f0039d464f2043ca804d9685efe4ad2e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8639605e432e4f17af73efd2c81f96c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d80ba82e6bbf47b1b9b55ab159e67384", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0ab3326e85f46288edd896c72bac373", "region_id": "RegionOne"}], "type": "block-store", "id": "2b032dc4f53c4f049581d5fc0c848b4c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "39cda95dffec425aa91c82e99b1bbe5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d41d313d398846058ea0d151786878bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b6a1c40a417748f5861cad9569665e54", "region_id": "RegionOne"}], "type": "alarm", "id": "f78604ca7f274ce8b22c7bda2ced917d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2cf0ed52eb244fd0926b5f0f20049592", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2a67543c45e9416b9ef418a6eab4f12f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "991e7c1164f647a3aee1929ddabef32e", "region_id": "RegionOne"}], "type": "alarming", "id": "d43dfe34160a4dfdae595f892b0cb209", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "218907fac34d4e29b4709135d6e65ebd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "23eb99038a7f4991b392d58dd819cf00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "caabf16a34bf45d2ad53aa5837112d0b", "region_id": "RegionOne"}], "type": "meter", "id": "8ecc29f7d811425b830f933dcd5e6aa8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ebd2adcafdd945f69c706e516361a09d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0869c8566bd44447b2c135442d772504", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f41f806371374658826bed3457378b7d", "region_id": "RegionOne"}], "type": "metering", "id": "d2070403b3b145a5bf5922fda02945af", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "affd671e0cc64c0986b114b25fe7c6f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "589a30b7601246b1b32459d7c0ff90b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8e15680e75d54d3fbeadd86211307d48", "region_id": "RegionOne"}], "type": "telemetry", "id": "67032592ce9948c8a9c3aa7337a89740", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a59411bae47c440fbda780c298d2b495", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5011225afa474edb9263fd3d2ffe6698", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "16f46c73a428412fa5adcd9bc2bf736c", "region_id": "RegionOne"}], "type": "event", "id": "66da4d4ee1384f4c97f94a6930931a5d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "bccdb4e0e290476eb75b33d955e983f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8accbabe011a4dddba26ae83bb2b6c43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b0c7cd90a5a14721b01635ae525e63ac", "region_id": "RegionOne"}], "type": "events", "id": "c861bebc7a134d939d3dc2f4b66ed420", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "47d9fe12f16e4594a0ba2cc8ef683042", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dadb6ba1056b4fb386fbbdd730e72b29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d8206a825a5e4401b54540d8459da924", "region_id": "RegionOne"}], "type": "application-deployment", "id": "7cbcdc63167a49d1839978282721e896", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "01c45d0fcab1450fae03cfcc457d8617", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a4b47d6325364bf79066da8e42a2432a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4db01bb8e68d4daeaf7cd1af4db65073", "region_id": "RegionOne"}], "type": "application_deployment", "id": "4a44919f615842d59991e910432c8990", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "26b8b4aac67d40ba8e94de18cc111845", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "13aca9ac376442c99c28ad8e671fac6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b2df8687be8b450ebfccbe72722b65a3", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ee404def631e47c4960ac28ed506c4a8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "423ace133f96494883e60e62d806d480", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5ac845a34fe2467288494e125b0298d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "11a19f63eb60488e82284abcc0ca0903", "region_id": "RegionOne"}], "type": "tricircle", "id": "5e2da48e87b043fba0585c5358b42f27", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ea397ff9b0eb44deb7abfe9a94809c93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "da80a865167a4a12bcdb63d1f0a62cc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "050eb3d2292d487dbedac828b6b05eba", "region_id": "RegionOne"}], "type": "database", "id": "ab54d823e6684cd1a5548dd67e975916", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "eb245989d8a34f58a942906ed5fe1916", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f9c79af466584c0b95a28ec7b558fd09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bc7facb2785a4067b2997436e0c988d3", "region_id": "RegionOne"}], "type": "application-container", "id": "0c8269e12b14419f9cfc8d318fa4526d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "01c7cd4c66af4cc9b784cefab52901c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b3bb3f5e5cc74e3babf150b87cee118d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1e60e8782a9d43c0b78e4d4fa6916325", "region_id": "RegionOne"}], "type": "container", "id": "c5659b3b2f7c46ff9307527ecb15e89e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "78e31084df4b42489c5b7284a9675f15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dbd56af0995547259c9ab26bb700e81b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6a19e81509f5400e87af9b6e7bc7c3ee", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "882e6e20789d443a8a7622c18ad98ca5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7cc210f111c94171bca545a457dbea8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "978fea4dbf214d55ab68631ec9b0b6d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "20974dbf53614c3cbde1a850120652bd", "region_id": "RegionOne"}], "type": "rca", "id": "23cd8fc78fb84772a948b63ae7bafbad", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "80be46de78f946ecaede8eef3416c9e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9d844da013a44b87bdb919affd877d61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "861c20c37be2410fb7dee16e7f39f59b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4aa56f43e68647d898521246d62fc093", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "1df91d6595d84230ad466ff46f2bec4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4b032417e9814edd9dbf800fd3c8d28e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "841cd295f0924abaa122c96052b35f9e", "region_id": "RegionOne"}], "type": "network", "id": "8bb276e797dd480a849f291b790d5a6c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "46892fd6e8784ac1a311edbd6953a869", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "89af66763d95409eb72e5953064c4055", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "045ad10ef4f344ff8d64f7716f4c0245", "region_id": "RegionOne"}], "type": "backup", "id": "94c2d82b2bd242dab1b4bf4c7714d79b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6b0833d33b56477ea2b66506318b1e93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "22e012ae7c3044d38b3dd9f82030e8c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7f57965ef8cb4b64b4675231ad97e0a3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0175e6d05a9147c4bbee75a8b67275e6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "14ab4096ab0d455886b4f66c4da99788", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a4051fafd62447ddb5ea0698b5300361", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e6c6bee419f546bd867fbe8b68fdeb73", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "dcd64beab723453597564095ace903f5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7a3b0a4b733a4f7d80598fe547d0c615", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "891ceea525954dc7aa8a3867ff88a948", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "3e19e4e985f140fca6312c78a4a09b51", "region_id": "RegionOne"}], "type": "monitoring", "id": "89ca375862ec4bd592e9d088e87a40ed", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e20f4466f3bc41799b2c74df3d7b0e9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a1fe0231d20843ac9268780024ddb88e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4f0acea6f97548e7b3d264f37b2e8c65", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "de3361eb587c4d80b1af43843f475114", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d33eba82980349fbbef2577d0c9a2a4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "de68de0e994b4878ade0491eac875439", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "55d320b7740e4827be030c6b11f0a4d6", "region_id": "RegionOne"}], "type": "placement", "id": "609107a3828040f6a4539fc6f693140d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "023620931bce4b6fb68cacb2c61f91d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b675ae4783ac4ddbafb16a7e5587e94d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0d6eb33b7c3349daaf6019c1ecddd8fb", "region_id": "RegionOne"}], "type": "instance-ha", "id": "637d8750ca7146a4b0242bdd8828049e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1b5f06df2dc543a4ac8565bb137d5096", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bdeedd4824cb4b998524f867e94a9fe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ccc4175709294af4bbd8472479243978", "region_id": "RegionOne"}], "type": "ha", "id": "d4348a13e8ad466197c748ffb6220f69", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f6d1b4a62bbe4f23840fe32c5ef9e672", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "991f7940915e49b099ecdd6b6b3a7a7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f0f9fada288445b08032e13d79e5d1d8", "region_id": "RegionOne"}], "type": "reservation", "id": "a5301cd723d6437099200a86e7605e51", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "952a5c4512a44e2fb99f30cb51cc1ddf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "eeacd7ef26c4429d9b03d3ae5c46ec03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c5c0d5151fc24b78aa9e1895c80b3be1", "region_id": "RegionOne"}], "type": "function-engine", "id": "1b98f4b5ea7f40d1bf42769eb901cb89", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "51cd6aa8f9534dc0ab4e625a7a24a6cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7fe7e559337d4c5fa3b70efc34ecabe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "519829f77da74986a155a8a353385820", "region_id": "RegionOne"}], "type": "accelerator", "id": "a5533e49bd854e0d9c7bb5318ae7da0d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bd0cf93c2dfb4847a000b3d41cb73b11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "132fe3af46e44ab281b313a28c0b8cff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "af91496209d04ae4a2e63bc9c33988d9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d03182bbe76444a2b6a6ef2ea1ff4e46", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "180e2c24ae054aaf96ee5e364e2cd1b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "74402ee1498e425985b795706e79c673", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "db4b13162c3f4804a3cae9bba754b7f9", "region_id": "RegionOne"}], "type": "registration", "id": "a92666d419a84c599f22812a063add9b", "name": "adjutant"}], "user": {"domain": {"id": "17e6f23cbb5541c3825d804492fc4e8d", "name": "ce573fd5fb22469dabfa2df822b95302"}, "id": "fe4be8a7521b49daaa65f78e45e193dc", "name": "93ad8f3f91004a1f8763b52fbbb51e47"}, "audit_ids": ["814bb63280ec4127a93f88c032ebae36", null], "issued_at": "2019-09-19T09:04:42.236755"}} 2019-09-19 09:06:42,449 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,454 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,456 keystoneauth.session RESP BODY: {"users": [{"email": null, "description": null, "enabled": true, "name": "username-2", "id": "0f8f1d9c5a504f27b1a32b87810be90d"}], "links": {"self": "https://identity.example.com/v3/users", "next": null, "previous": null}} 2019-09-19 09:06:42,476 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,481 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,484 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "d8cd0ef02c3d474eb642cc72c918d3b2", "id": "31e98564318f45fc9a69b1fdcfdcf937", "name": "groupname-4"}]} 2019-09-19 09:06:42,504 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/groups/31e98564318f45fc9a69b1fdcfdcf937/users/0f8f1d9c5a504f27b1a32b87810be90d -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,509 keystoneauth.session RESP: [200] content-type: application/json {27} openstack.tests.unit.cloud.test_volume.TestVolume.test_attach_volume_not_available [0.062592s] ... ok {14} openstack.tests.unit.cloud.test_qos_minimum_bandwidth_rule.TestQosMinimumBandwidthRule.test_update_qos_minimum_bandwidth_rule [0.375630s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,173 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,177 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,180 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,183 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,195 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.109552+00:00", "project": {"domain": {"id": "11cf843bfb0e4efb8a0e3e8f4dbaa00d", "name": "6c04334cc945413eaa604ad7277eae13"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "04cad8c9c6d14a068d383bbe311033df"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "95a7d64091594c4498717cf9be330a39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8b8f724285a0490588593b15873f34c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d1bc37b4a3da4a088b02346353454bec", "region_id": "RegionOne"}], "type": "identity", "id": "a6cdf9911e2c4fcc87d79b7b7bbe1732", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "eb72a8f1b48948ad85fb488d9b5d2308", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "27919a3952e8458a9cb272a7e868e234", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b94ca087dbd8459f8c681028cdfac751", "region_id": "RegionOne"}], "type": "compute", "id": "13bd491aff694496aeba2c23b25d1c7f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f21bb4e609fb4e0cb2402404c3c53c2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e200a7e5eb754ec4bfd5a0f5ff983e23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4bb9897c888d4fc49ff5e7178c158185", "region_id": "RegionOne"}], "type": "image", "id": "24c9024258c243aca7e83a7addc6a266", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "dd136ca7dc504e7c872409d409acf108", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ceb69dac27324267af4a62f9e43ae2a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1f4b555faf1245db947920fcb045a058", "region_id": "RegionOne"}], "type": "load-balancer", "id": "57b50c6449f04c6a834849e678ec46fe", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ecad4cbbbf474191b29583d31e26a0cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10deb8b76dbd45278379fec842f1a9a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b421eb34518246d988dc6f9ad73f399f", "region_id": "RegionOne"}], "type": "object-store", "id": "5ac5540b74a44d8e912a3ec2e8d8d75a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b3e429c7abbe4e4698a64ea94bba0344", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5cde199cec2445bb86e4a9472094b812", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ba503465a8c24a9e915d20e33714823c", "region_id": "RegionOne"}], "type": "clustering", "id": "336ac909d9584ba4984795d25e980499", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a84c11d182524d31b8b04246ce647916", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "97892abcf2ab4e8e8322c3718ab720d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b69d04e100e240228e0d335d08f0454a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4bf18bdbd88a473083ebc9c4137cf90e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e833f4fdc2554d85913b866174c5fd76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bf89e5db797f492dac8b849e66b97956", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5b25b89fa6bc4cb3ac3b5cfd110904c0", "region_id": "RegionOne"}], "type": "cluster", "id": "e8ad579514e0441097933d53af7b07e8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2187e4b3e60d46eca63d98faf0735e3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4682f9d7ccfc46bbbfff084197eacbbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0bc8bf0d7c5e41b29827a53b95c299ef", "region_id": "RegionOne"}], "type": "data-processing", "id": "fc27266480df4d4e935dd816491036bf", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9f900ab48cbf455eadb08fdb2d93209b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "59168c0b24e24ddcaaef1e02b22f916c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b114bd588f43416e93cf89af76a35dcf", "region_id": "RegionOne"}], "type": "baremetal", "id": "596eb8c36843442281f94d711ae5863a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "55a8106be2854e74b9177c64534d2175", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b97e039f16104b05a18b84d699e306ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "840425150f2b44118d78ae61d1ebea8c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6274bcf5a86747e69c4fc156c27dcddf", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0c4c789ce683448b8b85fbb5d1c2c76d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "18bb09d90a1d4eebb85130e1b92b2c45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "8a02e49e45eb47a893b5386797048913", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0a63a7a5b6784212be10bfe6c473af3b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "53113ecfd1d14225928ab27ff5146d7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "754e6c63d6f442fd837ce14af9aff4a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7dc91c714aa14fc29e0eb02239ab601b", "region_id": "RegionOne"}], "type": "key-manager", "id": "cef5141c5ce54dbcade4505710160d77", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ed93d2ab976b4352bbd2809b919c8f00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c3f0aae4d3ab47fa9e78a7d2e08d478e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "be9d3e2b3cf54a5d8a37f6f551213889", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0ae98bf5486b4d5788feaf29f5fb40fb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "915659833bd14a0a99591319753c716e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "542ec96fb8474a0d86768f4bc86178a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "401f87e58e1a494c98c4b77558809da5", "region_id": "RegionOne"}], "type": "infra-optim", "id": "772c18c3f49d487ba59cf1dc712dcf91", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a1de4fb932b34dc3a6bc0ef60c16dd3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9977c41861ff4f11acdf9bb1839a18c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c5c9ae17248a4c6b923903e94e5ea7ec", "region_id": "RegionOne"}], "type": "message", "id": "accefcfc99dc416191fb3612f8f15711", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c25411af16cd4920bee4d2bd65a0878b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "135f86bc238340b89d5b29fd737d9bce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "26ca1e3246fd41f480836485bc303cec", "region_id": "RegionOne"}], "type": "messaging", "id": "5c7bc39747494a03a01616971831e5ab", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b6446d30373645ecaabf8735303c59c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a7da06f9003e4a5399892809e7722aeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "eb36eb3b2d614187a979f1467a0afb9c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d69a949135b9464d9b2aceb04d2a0bca", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9426b7e483c645f298d52e6841566beb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b0984e85be7b46e19a38d172007456e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b70088762cab42859e1f184e98140a69", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6cd4d857ec39491abd9a6a5782f7bb7c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "839f804d548c43c3ad200f8b36e56bd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d4f9011e220442d5a51558c7b19af7c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ff5a158ac5e04a7eb384b03c09647130", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f8eee0962e374387b1f0cf5282cdbfa3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b9094c6f48614661a3d03a92bb53429c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ad6487905aa2470abb0eaca1027f72e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bfbab78d694449c481aac9f33a33d1f6", "region_id": "RegionOne"}], "type": "container-infra", "id": "8fec1d77bbc74f39bdf4b751310f8f94", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "36e3664339454764a3684421fc788f49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f49c6e91af4e4005a12efec962dc324d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "14b5e96bc767408398284029095bed10", "region_id": "RegionOne"}], "type": "search", "id": "76a358d957a04160be15eddd8236e9bb", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "aa67f0edf5e94b43aa6d4d7ef379e354", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "cb9e291768194c1c95a7c20a9a1fea8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6e6efd1f16914f9d90c3f41a223b344d", "region_id": "RegionOne"}], "type": "dns", "id": "459fd0240d2f42148a489309b9592acc", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7b4daefd07b44cd7888c291d2c68a7ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b888797ffc944365a0a8f8625c38d024", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bb57632e247149378efa93f3555f003d", "region_id": "RegionOne"}], "type": "workflow", "id": "2ef1ad953943410b8607d3aa22a23881", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e6fed75e7da8407aa8ade8c89442412a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "03c492ac95e542de9286569fd666f67f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "94bac2d3e07642b189bcdeefb21e371f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "89161a8daa5c45969b7e1d550a421a7f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4b333120f7de4ad19def99b1bc6b58a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "25dcdaf8ac7d468a84d831386c2e78a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ea8aac77e74b419795819ef803a18281", "region_id": "RegionOne"}], "type": "rating", "id": "1dc7b48be35649ea9f3d1c4a974fde4a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7f64559e797344f4b524a98ad0f21b0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "46895709399b4f1bb736a30b2a23d4b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "64d5ca9c99b4475c89c64a63fe6f5182", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1a03b938be974242a0ed70a7ebde152c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4ab41f26783641879f9a6d78ec632f92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "df14357a28634e0faf1fe8d1cd3c3543", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "692765580dd744e891e326d52c4f0b00", "region_id": "RegionOne"}], "type": "policy", "id": "38aa727b2fd34510909712866acb7b2a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "af514f46f95a423382d4e9a8a5d15ee8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fea261e17ef3406b9619f85fdf635672", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "747484d7aba649e5b1070ede4d279e01", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f8cdc62d87444858a911b762bfdce65f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "37293f59929243a79f160cdac8ed215b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1b8cd4bc63d7468f814de4108961f70f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "08316add60d840779f9fe42eb984f103", "region_id": "RegionOne"}], "type": "sharev2", "id": "d7a6e088b6b14247b53878ede3aad781", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "684ef55be730430cba12e8b14f612306", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9c4150b4aac34ff4a6e103454907ffd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "800129e1ab28486b867f6dded7e8d12e", "region_id": "RegionOne"}], "type": "share", "id": "49c466e476444c8d9777482750d278a0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dc76ec22c9364c8c9999395df70846f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b04dcb9af5c44ee48a6400310ae4925e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "75f7151246214d978fa83d4104a12eac", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "bddaeb62ce7440869f28f46fc4da19dc", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a7cfd86628f4ed5955c2c3f4e33f04a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af754bc046db45a0aa380b0917acf3ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f792fc0a1df4c8488480a1645f1f99e", "region_id": "RegionOne"}], "type": "orchestration", "id": "203d2b5d7d224053b88e98709f67e26c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9482e40b585346b6aba0c199fc7ecd0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d80e6d1edc04313923e0c54ad4e666e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2dc7a3118abb497187eb31ab5f0f6840", "region_id": "RegionOne"}], "type": "block-storage", "id": "5b2635201e764e4fafeb6ee1f40081ce", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ee4807640254c6186fc0770b94bce5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fe3db58b98d4de28915d334dcd7d001", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fabe3b4763934b3b9837873748205d4c", "region_id": "RegionOne"}], "type": "volumev3", "id": "564f3da09f794ea8837e3bee81160303", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66bac1e500a84fbd80b02be74286f778", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "abd52593e9454f608466dc64d6c2091c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "666dbd51996445ac8bcf9eedd04443f5", "region_id": "RegionOne"}], "type": "volumev2", "id": "5c8ff16f08be4185a863e6192378ddfe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5774f43486fb4013b646dff18d3c67e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c7baeec12104cbf8c1d4c06edd5aece", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca42ed582b334b8c8b9fcbf73faa05f0", "region_id": "RegionOne"}], "type": "volume", "id": "0b275ad3e1e14a19b06813d3710509b1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c04012d24611463e8b724de0683f61f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb7e064e21204a6f912aad6d1218985c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "271d6df93c82454d95c24fedfdd22b5d", "region_id": "RegionOne"}], "type": "block-store", "id": "c5203520af5c4685b27bf122b26c1f02", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "44da54168a2e41cb907bfe82a54b8795", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1079b4e329e64bc0b79f38bb5ffef431", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4d5efdb71c2740eba13264c5096ec3bc", "region_id": "RegionOne"}], "type": "alarm", "id": "ebad93df8d4c42258fac11357a6552d0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bc5f0d00b46c4286b35fc2e7ccec77a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a36b079bd77749eabb0d8ae54b960417", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0f04cbbc021542638938a74c9c75ecb5", "region_id": "RegionOne"}], "type": "alarming", "id": "6a7caa9f080047bd8e65997d32ddf651", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a6c501dc3dbb4c8db105665ddff7cf10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "23377d92e2ff4bd4a3a59f836e4b686f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ff87312474454b22aeb89f52335795b3", "region_id": "RegionOne"}], "type": "meter", "id": "589b19beff5c47b49d0affbb589250cf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ab9fa479d9c64ae4b9ece03ca7ffb6a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "467ece65156e4965a29908c2c5733f25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fcd014abfab64fdea7d7f8cb76bb08a8", "region_id": "RegionOne"}], "type": "metering", "id": "ef337bbe26454e81afdb1dad6813bc0f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "254d1ed54f294b319360bdd6e184d312", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9afe30d99cd94bca9332418511b31c49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "83d453615be34831947638b8fc8f28ec", "region_id": "RegionOne"}], "type": "telemetry", "id": "617ba7337c0f46ff939427aad0157f9a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8afed1714a9146a8a7dd7d227db26c47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4dadcf066e964509a255ab1fc6e75258", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a3712fe3f6ec49de82b90e00aa0663a8", "region_id": "RegionOne"}], "type": "event", "id": "22d8cffe0bc54e25bb0c9e39a08708c6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4dee25fb45d640b892088bbd48b96b6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "07c236b0894f4fcea4ffa3bbe8c51487", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "98a3742e653e4837aa9b3646e3f859f8", "region_id": "RegionOne"}], "type": "events", "id": "e7ef8f387cf84a04a44ee057dcef8e1c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a45209286d1d42a294b0491c13e77665", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b4950a61b54f471e951022ff2504b07f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ec8d8fa816d94f1ab58767da368b625d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "891c5f367e6a4f3c9720575796e56add", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a8ed958a8bc647ba99149360985c5f23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0d38ed087d1b47e487f5027a5c473520", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4868ae9bb3094cd387aa556b05c739e9", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b5da820e53584e39a927ad8e2b08e81b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2d1041bcaa7b47039630c4a6c91cbff3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c3439728a2fd44f991b44b0695520966", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "971ef250ac204234ab3c7d55adcddea6", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b97c5b8169fa4a4a807d62cf93d5d468", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d41b2542eace44c791b18aac733bf38c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f4d54aba27174a418c758837ffba1773", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f8561122625f473e8c5394254c169f73", "region_id": "RegionOne"}], "type": "tricircle", "id": "a76c7dafb7da4ffd851bf7c7956a0889", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "acbfcffe05bc45a28d8a7017d0032c9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "61861965eb584a2bae967528896a462a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "87b345868ebf4021963ce5f1e54e1e0d", "region_id": "RegionOne"}], "type": "database", "id": "24dd2683567a4e618838193f50cfa9d8", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "056d78441f6c40d9b14ac494dd8f45fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ad0edbe1db1e44deb54e4f403013c239", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "297134bf15044a5e8c216b3ccc53b76f", "region_id": "RegionOne"}], "type": "application-container", "id": "ce78aead43aa43b6bee66765dfa7c504", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8a94184b9f1f4a099324b1791b901bd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c3fc71b3e8684fe782a2f30de3211d0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5b97b83275ed4cc3b494bf2647a9335d", "region_id": "RegionOne"}], "type": "container", "id": "088080cca5fc4689b10004fe0f3533d1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a91cf2993b8f43fc9b5564a50b98f78e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3385f45c05f64cefb7d578c1fabfb8b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c4120a211dfd4892a3eac860e3ff8ac9", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e34e0e01cd5a44399c3da36b3185dc0d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b5d775a05abd48609ec4685f65acd4d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "51ffae466d0e4a3eb2703b7d7b283040", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0ad0421f14634ace985ce6ead3bc1b1a", "region_id": "RegionOne"}], "type": "rca", "id": "baccdaa4815f4ab9a6855db9c04ba2e3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "58f455e33c444984876a33ff0d790468", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "814cfdd2078a4c0291338ab13749d735", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e3581d00d2ed4022ab0f72995f585029", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b8a4596573104cdfbb1eb163d274b555", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e6b2d8929f9a4d44b3d6790e1639dbb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b7ca3746f084416081a8fe1ad5b54c1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "475e3010a0f145a69d2fcdfc6358a6ec", "region_id": "RegionOne"}], "type": "network", "id": "95f34ffdaa2d44feb3eb0b299eae081b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0f8c11c4f62e4b50b0bf3e2046e1c52f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "715eda977e8d43b2a4185b1456930fde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d5839ab20fa9457aafebb10192e1f1fe", "region_id": "RegionOne"}], "type": "backup", "id": "2fdac2d321dd4090ab49b05584bdd5c7", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3829d1020ee548bfb355ba5d1b81c81a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5921e68237574a6196eb1edfce87c803", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1a3a2fcb5f764c299eb02e2b223f8671", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "97de5e61780f48eda663a7f4653d7ec4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "efcdd9a17a6f4a4e88069fd3ce138231", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "eb2906bb1ac44dc9aa90b90100bc4f7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ea3fdf3e067244798beb90e68ba18764", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a489b4aeaa54439ba5324ee8d7609550", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8f46b9279b6f4a9aac01875318b97c47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4414a841f3b14b6c9ea85547c2d3f964", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "0cc83918b34a45ba9bc7eab18c60bc3f", "region_id": "RegionOne"}], "type": "monitoring", "id": "e8b86758351d4fa5b26dcf2b91931c1f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "624a8cf7b2d546aca0e1c2573a14eef9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fd5d1072abf84df588dc9a687a0609c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "93a0a02535954231bfd2faf425cb8afe", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3f14f9d4a9644b3a8bc983387fc36495", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9ad525f686bc4e299b79f835f6f65347", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ab6e5528e33641aca24260540cf74451", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f328e52cd7ad40caaf40c8e253cbbfe3", "region_id": "RegionOne"}], "type": "placement", "id": "43d6837015ca468f94e83d39ebb3904b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "96426bd59c21422cb4b8430aa99e2e0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "002edd6d17dc4f2191cb46c163deab20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6ec6a0bbae4a4ecaa41aceb2a8ebf47d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d41edfe676754a91a30b0b467768c4fc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "34e9dfea34ae4bf2854c18a11db7c95e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "76e549645ea24fdc92e7f2dd189d61a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ba09a2e79e034f5c877fc58e838c2849", "region_id": "RegionOne"}], "type": "ha", "id": "20cad028571e437f929d0c4f554be5ac", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bd93ffad346f4d1fb5a9b2a69606b64e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "301197ee42594016b9f9990eecd84602", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f3a3a47431fb43339243c00da37e2b9e", "region_id": "RegionOne"}], "type": "reservation", "id": "3b0604b61f23499f8183bf4cb025d54e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c3bd1c210641408f80d376d811aadffd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e75408ba8e024bbebc3691d4c6dde897", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "16a236825e4b404db382d53a72071124", "region_id": "RegionOne"}], "type": "function-engine", "id": "c4b5097c84944c8b894321934ad2f41c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3ae3214eda0e411e88cd31ceac1d5655", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "dd6b1972a5854f7c871c502fb0d6d84a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "52cc189dc7c140a4ae84a89efa1ea780", "region_id": "RegionOne"}], "type": "accelerator", "id": "51ebb5a2150d462bb75a672c65ec7223", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2a1b7dd38a3749d7a8d5c8086b741514", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "618d4d22bca347228498cbb5ff5a9386", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7601cdc3a29e49c19b7511c735108fde", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f09a56889823433f939db0340be6c5c8", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9c356d9f73824228b1f6c20ef92d0905", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a37806f93806416687c699af780d4b10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0dedfce1d8bb46c186902afc93ba4b66", "region_id": "RegionOne"}], "type": "registration", "id": "530485a9d1ac4c09a04998dae39279ab", "name": "adjutant"}], "user": {"domain": {"id": "ff86eb9e0a584c39a222fd4db48505e9", "name": "262c62dee8064d219cc6379b6e2bedd9"}, "id": "4506ea1e8e974f9696d0ad8ec59ee18d", "name": "a3386149688245cc8aea3b30c6488f2d"}, "audit_ids": ["8aa0a73eca814557ac362b93b62bed28", null], "issued_at": "2019-09-19T09:04:42.109552"}} 2019-09-19 09:06:42,399 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,405 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,407 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,409 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,412 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,414 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,416 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,419 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,420 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2019-09-19 09:06:42,425 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,430 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,432 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,436 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,441 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,443 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,447 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,452 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,454 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2019-09-19 09:06:42,458 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/minimum_bandwidth_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,463 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,467 keystoneauth.session RESP BODY: {"minimum_bandwidth_rule": {"direction": "egress", "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3", "min_kbps": 1000}} 2019-09-19 09:06:42,470 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/minimum_bandwidth_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"minimum_bandwidth_rule": {"min_kbps": 1100}}' 2019-09-19 09:06:42,474 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,477 keystoneauth.session RESP BODY: {"minimum_bandwidth_rule": {"direction": "egress", "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3", "min_kbps": 1100}} {28} openstack.tests.unit.cloud.test_qos_minimum_bandwidth_rule.TestQosMinimumBandwidthRule.test_delete_qos_minimum_bandwidth_rule_no_qos_extension [0.183304s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,379 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,384 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,386 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,390 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,402 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.317452+00:00", "project": {"domain": {"id": "e0046ff76d2e4b0cb7d8608b634cb90f", "name": "7dc2baa569854a7ba34b66e14a2cffca"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "469cfbf42a254de988726e9c916802d4"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d5d69be8b71746929ac259c524b59217", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "93c069759bca48499813d927b1d6cddf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d8de1903ea594efb976fe62760581ce4", "region_id": "RegionOne"}], "type": "identity", "id": "53138e6e3bd24017ae1789b859514d20", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0fd8e44440d940f389954d766e6a0278", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "581577882e524cc4b041f642a74ea959", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "11877eef662549208b45a355ade201ff", "region_id": "RegionOne"}], "type": "compute", "id": "e952e2e866004844b9cfbed2aa8a7135", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7dee0023ab47406abe43efb45fe877bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7780f56465554c19a237ae49344efa44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8c4925d7475041aa942173f5ff35e039", "region_id": "RegionOne"}], "type": "image", "id": "1bfce0659424459a9cad17f4d4426ee2", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f7334e91a63845e38f5b8326d1c8927f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ff420c2c0bcf43eeae581affbea6c155", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b89b8ac79a5543fa837723f741983d48", "region_id": "RegionOne"}], "type": "load-balancer", "id": "50ce4a353b5e4f5389acfb7cb8ad030d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28d4a4c858ad4b99aa07e3e72acad214", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5151ce441dd44c0fa44ed19e67f80ffa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed782efb05564e3d977ff1c7cae9bd2b", "region_id": "RegionOne"}], "type": "object-store", "id": "a26110fd270a4440bf809e987666e464", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "10d1208399154bb5b7fc19845140fe3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fb46ff63b7734e1a86f520bfc5d513b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a51d6d1c0a3a4b9f93541c7200db3aa4", "region_id": "RegionOne"}], "type": "clustering", "id": "bc919f9c48054b5ab722a16a631cbdbf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dfeafed54f4c4f58b397f04c8cc9fbb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "89ba85f870e646bbb8a347d0ea114a12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6a66635cad0d47dca8c0f4271062edb0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1cbe350f93aa41e5a725a1b9ef0dfa6c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "279f752b26b2499c90a9d8d0e3c268a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7bdace2eb76945a089763b463bca8632", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1c8aa6a5d9eb4b4d8042354882b7b14f", "region_id": "RegionOne"}], "type": "cluster", "id": "c04fac09b23c4e848cfe24dc65477aa7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c506154f9dbd4e538134e18d9e75ccb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "26e024e2560c448e89e8e9d9ebfae13f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b68ca6271d334848a129014d842bd46c", "region_id": "RegionOne"}], "type": "data-processing", "id": "f93b0968b9214db5a49a2b5b4ead92f3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fc0f485c13ef44dfa211f1223b665266", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ec90a980dce4474cabfc61fe2d09bb8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b88015102938404f8f48e4792b02383c", "region_id": "RegionOne"}], "type": "baremetal", "id": "c0fa69a84580481090f3b5b4677de29e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a445c801e10745439b3d6e34ef231eff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e21133d3e5c048f9b3a3ecbcc292dba8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8ceb7c2789484e708dd1ee2fac63169f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "5a3a18afc4854af4809933b529436213", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3225d0172c684752a61571a2f08ebb1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "35fc03a436bf46c99cb2fad4e5bee8d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5d2cf166952847098c8929b829459fb8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7aa1153af3dc43e2a75cebc8cb097937", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ac041f109b9847ecbae889f54b06d6b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4fa9a11c7c8d451a8f2c4339696dcd64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "75d3354e541142a4b5d817d316d6e7dd", "region_id": "RegionOne"}], "type": "key-manager", "id": "890722be955142e083aef7facf38630c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e573361942e94c849c20e9c5e6e167ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9ddf981caa93473bbea1ac62de4b0369", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "db52d7388fb54b268908de91b63095d0", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "4a250e9f5aa24e449c9e94324d83ae5d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "735eb38d6f3444b2afb6b61367d91530", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ae5fe6e05aa944429929e37d3f8cc4f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4e2da9aa29a643f295aaa12f3861a4fc", "region_id": "RegionOne"}], "type": "infra-optim", "id": "bc95e796dfa44634ab7e3a0e3335b6f3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4000548ce6b2426f9f9a04f3ff2ac939", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4afc8e2643464c13b05ccb1203fad541", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "34fec1a9bc4b448988f2219dd2a28f5b", "region_id": "RegionOne"}], "type": "message", "id": "628f8ef338fd4a53b3a5b9da4120a89c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e84d53492cb947c5aab16b32cadd32ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9bb118f0877643658e9ecec998383558", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1ed1c764e2904a28a037182b2678ce7d", "region_id": "RegionOne"}], "type": "messaging", "id": "518bdfeaefb743f792768e5f651c1e62", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0320a1a786c24680ad0727a1f5347130", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f3a799fad2a24ff1b371dd67380cf3aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ac1459a969c7488494dc3962219a5f62", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c91f03c07bb74a0e9563e358b74b392b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3a317bcb23564b27a631b2b9acd022e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1c22e1d893ff454a88f632ea1a67fae4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "429e1522f9644796bfb2780b041c9716", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "43822138e9bc46a8b97ebbdbc9a8b481", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "01b3d2ec1ee24a038ada7eba13061f88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1b958046e03f490380fb0b1f396e361a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b15ed6e3949d432d8fc6b0e69e6c2be5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "8900a89f8d3b441287297e23bdf6630b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4d04fbab59a74caf811e8522d15207c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca9cf981f5b04a56a4977f1dfc037d41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0896fba7f7564726b994389ad4aeaef6", "region_id": "RegionOne"}], "type": "container-infra", "id": "87f1db1121024b37bf21ce2495251816", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "9e1ecb7e9c25417c9acc9baa7c0d3736", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e2023648898045f2b2d8bda795ac16f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6faf70b99528407bb57111be80e2df49", "region_id": "RegionOne"}], "type": "search", "id": "38d5adf1d7d249cfbf70d05f07a4d5ec", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "eeea67ac331e4cfebae951b988daac63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9ebec183a04149f5a2907606aed33773", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b16b39f20d844e3f8fd42c836f4c4b85", "region_id": "RegionOne"}], "type": "dns", "id": "3f586e2024034f49ae53ffda74706c43", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0a3fe5989a444b1098aecbc6939a8062", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9d3d147ca66e4a7292e214524d96c8f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9924bccdfccb48aab1f6a5e90dfa47c1", "region_id": "RegionOne"}], "type": "workflow", "id": "9b98c8d6aa43455591c723876ed9eae3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "42a90365de294c9ab1a86f8cf76ce5c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fd95192f62734fae9b7be1243a699e0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "728eefdf3bfd43cba0e1852393e35fef", "region_id": "RegionOne"}], "type": "workflowv2", "id": "602044582d6d478594efc30670561529", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "e0afe5cf34534666b2c7a9baec6005a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "91572e7eaa53460a862e3c0339f3cdf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d185ca789b11436482db3770ab0ef0de", "region_id": "RegionOne"}], "type": "rating", "id": "17d8fa7897be4386865281102b0b4ce3", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "74a8781a44514966b01aa88f88527c92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "17ea0942b055461dae761bf3568a7d7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1c1ccd5dea384111917910ca4bb0b6ee", "region_id": "RegionOne"}], "type": "operator-policy", "id": "73b81b3fd5fa403f875088dc44329131", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2d033b50c6bf4450b818e284bfaf16c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e9ad2b69d11a4540ab9637d9e0040215", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5dd7764ef24c4f069a3c222767c0d0cc", "region_id": "RegionOne"}], "type": "policy", "id": "57d35e15044c45ac89259599ad50f6b5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9517cd831d0f4007ac623d04483b9d01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c48ea7a868174c7fb1e7c6851c85ded7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ce881fe0447446c2864c184019a3d9fd", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d624c99292b84b949a882f2bea2733e4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bca99b83e62c4a7cb7fd6b0eae46eb0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c0149d303c7d49699dec8ca770173f55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5e57856186f7465bb212a73285e30f55", "region_id": "RegionOne"}], "type": "sharev2", "id": "0ca240b042044f67bc5af91522fba102", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8723a04839834db6bf707acdd1f6b2df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0b1995b2cd924bbfa6b6715a5d0fd2d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "be7d31c4c9b543bd9e117a935efad801", "region_id": "RegionOne"}], "type": "share", "id": "037ab3d7492c49219f1747d4e4f2ab81", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "21a49aca105f4dc9baa453ddb9febf92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "233e359743ed4336ac7f7a093f2e2db0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e062fa538b7643a8bdf93d9ebf8c6ac3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3453cdec2d5a4a86846549f75fa10e47", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8ad114dd6cc4a99b362de6d2f059953", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd3688d0fd0f434cbd72927220eb08c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de6d4b98b8594131ad2edf2b518915af", "region_id": "RegionOne"}], "type": "orchestration", "id": "0a42f19ab1d844499167b5598c6409c0", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae309ab892014590928f99e03887fd60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bbef9820652d4f7cad2c36f167e1e4e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb601b5eb5364ee8a8271be21722d852", "region_id": "RegionOne"}], "type": "block-storage", "id": "241d71f249d74b46acf4545e1fababe0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "965816e1b70143e0a6344b22ca51ddb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed124949a0534e5eb36cd49e7c663a7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d7f97e64ce34a46b8fefb0e6948f8ac", "region_id": "RegionOne"}], "type": "volumev3", "id": "340380af746f4e63b35455ce0472673a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ee4d9b9cd70487d92584d63fa0a8d66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f6cb1c41077433dbda6c6ee2164da0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "066c7c108add4da98ad15791f1d2a24b", "region_id": "RegionOne"}], "type": "volumev2", "id": "75c474a99468427a8668a8283f1a2e21", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80576293da854e96aafa8c343302de86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d39ec5352bde4037bdecc967b68e611f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee8a322e1ea84fdaa38ec26ac13d69e9", "region_id": "RegionOne"}], "type": "volume", "id": "2e703109609d48b0bf1d77ab7984340c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4413aaecd7d4972ae5bbf1f905d8942", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b017d7b336934c0db5813a5993d45d63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc81d3308db8471da9acab0cd989b130", "region_id": "RegionOne"}], "type": "block-store", "id": "62ecde4fef374a659cfbfab2ab797207", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bdb5d9bb0897459fb420c9e53c45fb7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "889decab5ff242cea0ce2da1c38dfe27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c37c70fbb8d241e4a209ec16d8e21e35", "region_id": "RegionOne"}], "type": "alarm", "id": "5ba18880db9b40ae868f0aa415be2eff", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4d45603e41b0471494310b60faedd845", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ca7e061754df4b8e8af610a0da022e16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "56adf480d81748fd816eb8ff74c211f4", "region_id": "RegionOne"}], "type": "alarming", "id": "041193320496405da156c4cb9ae9ae13", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c71078625be741b0a55f8edc36da76b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f009fedbfef44640add59c60ca3957f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a0b392dc23d344bcb58aa847f18ba074", "region_id": "RegionOne"}], "type": "meter", "id": "cb9ee28440f848be9156a268ee523a70", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "26aa7258acd3457ba56ead84b73c6490", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1639e6212c9d4b52b6641fd1e3d80b46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "12297875677b4aeabdcaab7e5a61c1f9", "region_id": "RegionOne"}], "type": "metering", "id": "0f8c9b10af4146f3bb2a7327f6207efc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ef3567cb81e14d39b582f3e1db6de85b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7f504d2c0fa74ddc9603d108958a0994", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8667aadaa6ea4f4bae22fd72a555bd46", "region_id": "RegionOne"}], "type": "telemetry", "id": "55ab1963c8714eaf84b76952b8c3e7b8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "bebc55e3711c487a901c25ec2f4b1076", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ef6f76192a004d59b4f650c3e6314423", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ec35f4253ba64577bc4d51fba86bf5ee", "region_id": "RegionOne"}], "type": "event", "id": "de1ef713597d4b3f890f7ee691bd764b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d3d5397653c3436e9520851114821dc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3087814b39ce41babf6380c1ae2f6682", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e16bb46aff704a7883959e1e6cf84324", "region_id": "RegionOne"}], "type": "events", "id": "7cb7863a0c61431d97cad11a8cfbca0b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "97468312d8e54a099d4af342894ff721", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9779c159eff64a17a5bd4a35d68ab67c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1b2c277375924b588395db945ffcef2e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "805cc7749e6544d0837bdac6f6fc62b5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e88b38c807414d019381eecfba6fa58d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "870b210df1ff4442876db934f6ab7c0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a849a79da35445e1be3425924cf58e39", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a6795f9ff37f40d08aefa19840e90bac", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e6ce873c4e5d47e4918b553b5e7f23df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6c29c758e33a48818c6ef33462407cb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f984c5f089b744a18cc51afac2d9597f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "94468011e2c84c30ab4afde273d2d9ca", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c7494c2ff5ca4b418f7df5bc49dc7b53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ecf202e65b864cceab3558b471fba451", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "12a9016ed2a349d981465e3950e06795", "region_id": "RegionOne"}], "type": "tricircle", "id": "1ee45ef6f01948ddbde62b9d9c88596f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e7bc59f0d26b4e21a934eb85191c4fb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7217bc0f8f8a4686ae88d7c70d7a8bb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3b3cb8afb30e4b90a54673ff1e3ef23b", "region_id": "RegionOne"}], "type": "database", "id": "987861efeac344db83de235c6ee7b2ac", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "06f30f5675d44bd293b80ccb9f1d1762", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1be07b2677aa4528baa1c7f5150ff6ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6f19a70e347e4ac58ef6fc3cb9a2b712", "region_id": "RegionOne"}], "type": "application-container", "id": "5f553eb380304efeb0cc2e0760dfdb01", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "63f41f929a874d189f86ade3d6e42ae6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cca6c1d0720f4ed1a431baf2ead3e0af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f1551e9941384e379a7319e4cce718f1", "region_id": "RegionOne"}], "type": "container", "id": "0c20b2e78ec04566aaf27ad2c85e5073", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fbfdceaced1e48838483ea563695bc5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "283f862977994ef58ccc24d7be6f1fe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9c0d2c23c6fe4b79940bfdd588ed2cec", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e80676305dc642839d7e7bc57c9193c2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5b6bea20172140f085f562967fd505e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0931fc5a57f947dcbd9b0c697dd704d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d817e7709076495c841e32591aadd3bf", "region_id": "RegionOne"}], "type": "rca", "id": "1abda1b1d4154e62868ba2fc08d4f4b1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fe794678e39b4e96aa43cc8713869ae0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3da864cc68a34f7c856d85b27d27d400", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "286ea24ede6b4cb09b46062b31a6e719", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "7e4824b77f504cb183a52b3cce47b1e3", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "20a181dfee99410eb810048684292d87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e045858f887c482197797d2435f34da6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "17f87e29a41f45a4854b6cb9d1c2255b", "region_id": "RegionOne"}], "type": "network", "id": "5b05d2db82874eb996bc8f4139b485d7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a44680f08170473db52e03e839cf02af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "38d9e73688ba46cc9ff8e094c8b3ad70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "20986363862c4361b153c560c1d69f51", "region_id": "RegionOne"}], "type": "backup", "id": "42ae56d3054b42d4b5ff7e6051b95c9c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6679dee606f2480cbf18f2f22d400960", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e421623e79d94e77b57fde31381942ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "69d8c7e1a0874280856bcb592daf1a96", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8aafbeab5e4240de96bc29a579d06494", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0e0bffe3e8584b94b706e1c04ff15302", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bdd5c1b8aa9a43f6819834170a3a3636", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "005ad1b74ca440fcbe63a3acb2852c5e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6f23163d25fd4f848a951d2a8c846a93", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "46fcc4e28d1e4ad093ae4bd5c3d95bbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "302a5f836e4f48a7b228fbb999285898", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b41a379262a745c282e733f4f9f9746a", "region_id": "RegionOne"}], "type": "monitoring", "id": "2ca86c1fa82d46a2a7a31b38ca3d80a4", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d7e4d4cb1f8545ff98ec4e93f1094f7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d16616832e8044ab90e79301147731e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5e69f2aba3b141adaa620d4b78063628", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "593333e34fc9419c8efb1e5307963d30", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "149c3c5a3faf44c085c84dd7f0b8d16a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "063955712c8347daadeae8608a25a185", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "3edc697847ee49fdbc50d166748adb62", "region_id": "RegionOne"}], "type": "placement", "id": "a057d6f63d964348b663ec5b81f9fa9d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b044276ffcd04cda83cb5257c9158026", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c6752ce5d34740fd96e1296739b72fba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a14353e284bd4d309e21fda5c4133edc", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4f61d339ae774ba0b97c7f5f5bac2d33", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c5dec03da8b34250a8f585370ba0ecd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1309bc5cf2c1467589ac3fd5e659e0c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2b80107d6272497881c23d8f27dce2b8", "region_id": "RegionOne"}], "type": "ha", "id": "1c5c14530f1e4f7f9c74b0d073f64edc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fcb96d164fef4a70a8fdd56707c7d112", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cf2800a81adb4015bca8ac451d8c9584", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ce186088423c4adeb02dc0730fe4b4b7", "region_id": "RegionOne"}], "type": "reservation", "id": "e4914cb307424c9389c77d6b8d2550ae", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c1bbf37c86af498ab0396083bbf27ff1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3119aa15a4c649588a5be6dcdae23577", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "87fee34c9fd94223832a20ab721d49b8", "region_id": "RegionOne"}], "type": "function-engine", "id": "8e21a20437c74da8b3ff86b60365d662", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c5c96554cf534892a90df1617d337e4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "30b91b461ff44802a8c33781c3d5e2a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c27033c71c9743abaf68c27f9f79809e", "region_id": "RegionOne"}], "type": "accelerator", "id": "c48a2726c5de480e968093be209b3250", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b49f02b23769413db5aba5fa7763150c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a07c541081f04940a8b0f0d79fcae846", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8d7f94829e8b4ba1a8bef335f449c732", "region_id": "RegionOne"}], "type": "admin-logic", "id": "fc77e72448a24812848a7497ecfaf565", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "718d47d1a8774cd8b097d3a3dd43ee16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e4e2a4dfcad94d32a744311c0a5f5430", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cefcd34594fc4a6da7a607761d13ed68", "region_id": "RegionOne"}], "type": "registration", "id": "3c00c9fa99b64db29d56309759b529a6", "name": "adjutant"}], "user": {"domain": {"id": "17678e4e7f724e52810a9fcf34cfa730", "name": "67d9c538143c452d84e7bc50568d7c0b"}, "id": "49a9ba03f7b04e9087b90bc1d3b41ceb", "name": "1d50573d8d894ff1b082ae03f95de425"}, "audit_ids": ["59a720c6b6924e539c3c4d5078835082", null], "issued_at": "2019-09-19T09:04:42.317452"}} 2019-09-19 09:06:42,487 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,492 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,495 keystoneauth.session RESP BODY: {"extensions": []} {21} openstack.tests.unit.cloud.test_image.TestImageBrokenDiscovery.test_url_fix [0.263984s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,179 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,184 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,186 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,189 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,201 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.115051+00:00", "project": {"domain": {"id": "8d8d7fd425a449b88b688e45f59f1343", "name": "e6dcf4543e144186a515b2d0adcded78"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "61e0fe1e46aa4011b1df014f982025af"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "deae6f8e98484676be40e7174e779951", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "62e61d747c064ea4be774aecc4a48ba8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "641fba66e8bf454c809fe3332d09ec4b", "region_id": "RegionOne"}], "type": "identity", "id": "59157da496a64906acde25ea06a55a41", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1109f55cdcba46fdbc99a83cd1a02d52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9ada1fbb371144d4aaeb0fc82455a6c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "56cd554094cf47ed99dd48f4930e98dd", "region_id": "RegionOne"}], "type": "compute", "id": "7eaabdada12a4e6d9da4fca83cb0b77a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5f8673d20952486eb02021decceba53f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "774ba70e19e644aaa000783daf77eafe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2f105a66883543a7ac5964b53d8dc69b", "region_id": "RegionOne"}], "type": "image", "id": "640ec246379c45febb682b2f11ef903b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "54d9d78067354a9496b3915dd308f45b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "85ac4bb38754443985a6672788460ff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4d86949de187405da9ea19f3900397a8", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ff2d39421dfb46f79634c4ff9e27c931", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40f2dc3ee0a747c6a43520aa5adeca29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f64e85c009d948f58e478e5847021dfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99388e81cb9346999144998500b40073", "region_id": "RegionOne"}], "type": "object-store", "id": "753e14b9486a42b68afeb44e073c4663", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7459d906f5ba4fb68b7190eca47c1e0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a9b12cb118b44b39bbff4eaa23634069", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b829edf130d24bd196ad2145ee69c485", "region_id": "RegionOne"}], "type": "clustering", "id": "16c77a7b18c94deabf7f96229e9a2260", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a933c6b52f4a4e3ea4c407087af986ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "72af095ee97844d198b8d0050a9ab6ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f8cc042424094d8d87cb4415db3c2be6", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "bafb9aa8780748efabe58bb6adbf81cf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e5abf5118abd43c3a54fdfecdba6e05a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9381fd7a10b94d5bba363e59f0daf5d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6a0a7a0de09e47958d8dbe041795c8f3", "region_id": "RegionOne"}], "type": "cluster", "id": "07d7a52852cf4649ac390784077deab6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1afb598f5700489682bdfe24b1330542", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3fed290ae0754068b65c0e15a3caca7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f8f1ffaf73dc45deb8f13d3548a56d41", "region_id": "RegionOne"}], "type": "data-processing", "id": "0114658401a3488bb2135da1ef067397", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1f45de4c807c4bc3b2a6c9f0131df5c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2d2315987a0944d88f7c825eb2fa56e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9cd6620346e544f29047240ff037bad6", "region_id": "RegionOne"}], "type": "baremetal", "id": "ed8b7596ce7d41dca0a76c95e1934f2c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0957c30347d3436093c8823def0a90ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "10885e083c2a45ab9adc6b14eadb06d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "dd6d193cd8e444eaad0698c448488dd8", "region_id": "RegionOne"}], "type": "bare-metal", "id": "5ea54289acf74d7f841f9baf6828fe95", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0765e47d78844231a55fc16c987282eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "03cf906a91fc4c62894bd9bb5679cf75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "78a51cab78e44638a9d1ea98a9a13867", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "60773e90d5c74982a2afa4943a7ce5a2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e2e2934bf15b407dbd242d82e5cad5b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9584eed1bc2040018251e92b467bdc77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "767c6e0fffbd485e93e57d15e8991054", "region_id": "RegionOne"}], "type": "key-manager", "id": "3abdcb8b32064a9ab9c2bb42172386a9", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8b7fa8695bc547c9b90ac74031cfef69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ed000821da2c4c8886682b84d5cd5acc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b1a11e113d864e0fb5b3326125c11cbd", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "bba161c79c914f5cb3d95c2d61995dfb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "24f8b14a3c7646f786f46ba82fd02670", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fee34e9e3b2543a597777c56443194f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7baa32f260874cd5abe1684403e97b9c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "2cd01a14f35341fca34e8c76f2ba8de8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2ca783692c3d4eca964486294b1e85ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "683263b3142049e3bdf4cde5c335e926", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "010affc1c1d74c6981f72f7ef22cfa6e", "region_id": "RegionOne"}], "type": "message", "id": "55cc69e8132c4bf98986e71c3ae26ef4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "efea171e255a4dc985788632d15ffafe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d439747504d54496b8d7695fe64f9b8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f539b04c68c448f09fb7c6590069496b", "region_id": "RegionOne"}], "type": "messaging", "id": "9d9314ccc1704f08bc8c23eb5e6280e5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "002eef0b0d784c62a2388989ea842d3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8a37b29ba8174246b9e8d4eb92eb4971", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "775606509e6648e09ac96beeba62d8ac", "region_id": "RegionOne"}], "type": "application-catalog", "id": "132874b8ad6042cd8d298b3852edd1d8", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e4f6ffd3040d458185af9537c92b67b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b1d79af34024e4aa47878fc718c583f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6a1c69e7e3954e46988daa72068e2ac3", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c213cc0d4a16474c91984f714de35a3d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd31556229934c00bab353b500373920", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cc7ae8ed01a1431284708b30b9535aae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d0d28df2598944aca2f7bf0b866f7acf", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e21338f9244e4b3f943a9042d173c1c4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1057e29e0bd1491aac56e8be48effb89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fc7a8b21750a4d8288ba7b2c31597cd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d78700cd47d4131aadd57f6e05a1bb0", "region_id": "RegionOne"}], "type": "container-infra", "id": "31b11374f3034681b7ba7e559d998c19", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2dfa5dfcbddd40c5b1dddaf60d037433", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8d82a45319b341e3a673e9964cd6a1b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2197a1ed17e949a29c33fc324c001d56", "region_id": "RegionOne"}], "type": "search", "id": "b70157100c894a009e11f1e83b6ad591", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6492f8829bc24865b8149b8652756726", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "929f0eec2c784a16b0ab4e646a3aa4c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "17846ba60e2f4ad189acda5dfc21a113", "region_id": "RegionOne"}], "type": "dns", "id": "539491b1254e42a2b68968e092a1c66a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "788ed1b2155d48ed9a44f266e57c26d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c63b26d1c4684f3da420f916c48daefb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "972d5bb2ecd24ea388f1e4a6e6c80e8f", "region_id": "RegionOne"}], "type": "workflow", "id": "9e24d4033d1d4b1cb24f4c0f8ff420d1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5b381eea4e4b44879ea8a5cb285d5e8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "33c8410875e14bb9a1d77e716bfaa1bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f409e85432434777bb402e80aedb4e85", "region_id": "RegionOne"}], "type": "workflowv2", "id": "317a351e79f84dc6bbd6705857140182", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1e97b19fe4314791942238a42bc89492", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "8e166f2f7e654f8f87daa66638e6dfb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f54a95c70de14e5fa31238fd4ea53999", "region_id": "RegionOne"}], "type": "rating", "id": "f70655dbdc2741ee871de6ebd45225d6", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ea964db00f334183bd6dfcd6c285fb43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "68da6832fd7048759ae47a0309f55ced", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "65c5bb110b78484db354c577a4ddd6f0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "aa811999d18a4845a6b76e9783a475bc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c2b950d6e9d7427c8df1feed171819c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "965b2b61e79c4ed58d1137be0cec0d07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8d881485260d4466a9f40ad7a2e1f856", "region_id": "RegionOne"}], "type": "policy", "id": "32e5086d1d8b476dad6fcbdf0dc3a7ee", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fdfbe3687b3b4b4da2403e9870aa1549", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "01ab33637ad54c49876161ecea38436b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "80ad1c7ff6734cb18fc1c0d189b41113", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "3e2023676bba4371b58d58a6586461d4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2049af49268846c2a4ebdca7b160204e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "96f401e9e3b24492a0ad81da150d5ec8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5d1b1d65a9d640a39d543ea944e943e4", "region_id": "RegionOne"}], "type": "sharev2", "id": "8ed17e0f4542466db9973fe80b7ddd92", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "87f04d88a9be414bae2644603206dc21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "945bcc71a59b49a8909f9da9bb4574f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "11fd122900a04398b6458f19486c9f9c", "region_id": "RegionOne"}], "type": "share", "id": "c0c6a07df41540cca8ffd1a5178a8ebd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "aa4b839499da404098c52c802a91d993", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d233981d7f174af9ba8bc255d06fdbe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2c8b2c5145864d97946f1232aedcc299", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c348f2847d9544feac099355f8cd3af9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55b013b294f64b97a01ed003b4fa3184", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8cef8d9b780a447287e71ba67cbe9fa2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f97b8ccbfe0e42b89eded15b9445762a", "region_id": "RegionOne"}], "type": "orchestration", "id": "e34faf17c1d64959bccc8e430a8a5589", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41c6fc4d3462470bb1b61bf46f70ba01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae979efae8ab403b9cf1d7ee75863919", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de88627abf0440ccb52ba198601d766c", "region_id": "RegionOne"}], "type": "block-storage", "id": "967bf555c72e4e6e921ca302c38b1643", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31c20d11241c4dba8938e430ce2d0419", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05041c1abe384091a35ad7893af5dd95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28166d25345b4610848e83b08db7c725", "region_id": "RegionOne"}], "type": "volumev3", "id": "626cd57cefda4e9c81bedaeb381a6aae", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4cd15d00872a45ae8e000b9905eaf69d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e6921f2cc8542079b014cda2cd23255", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88372de2b2514810a091df986984140c", "region_id": "RegionOne"}], "type": "volumev2", "id": "619ff1df08484999af5373db2e120c56", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3818cb9cfdad4e61b6a3faa11c3f4d81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16bddef355c54606a957afc9283f4a0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a3dc5f3b8fe497185261e1903fb88ee", "region_id": "RegionOne"}], "type": "volume", "id": "b04c6c69d80f47018a5bc0edb9b3becf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06bf9dad99d94b679c29bc45f6a511c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c42c8152a5b64ce68233d08d7f6e3ed7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c370898fe33f4f559beb77df059c81de", "region_id": "RegionOne"}], "type": "block-store", "id": "49a0e7f5233e41fabd8af789ecb00c4c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cd468f748a484fedac35dba23047d4ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "eac0a7e58ae943bba10f54cbb3c95281", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6ef376de4d3e48e9918b7cc521741793", "region_id": "RegionOne"}], "type": "alarm", "id": "3866a1ab6d544e8491afff99903f3485", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e89320700d6a45b69ef362032313bf7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5f12c3c752854a32bbeac837948e6a9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "96041db2e1e74cdbb2bf6b26665dd2ac", "region_id": "RegionOne"}], "type": "alarming", "id": "5be4660209ed4f089a2d956544ee4643", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4f85be536f474698b8b6966881420f1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b7056b5d86574db08ca0d5e1e5f173a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2bb1f5109d004884984004ae406b7f2f", "region_id": "RegionOne"}], "type": "meter", "id": "12e88bfde4ed4d84b461d2131b5f43a4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "35411dbc423c42fbb4ff35524665a8e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6415be13c3d544a1bc62e4ceacfad4b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e85dbf501e3848a4a430ca9b0ca0b1fb", "region_id": "RegionOne"}], "type": "metering", "id": "9517c8e2fc2b489585b9e496a40b38d5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f9cd49f98fd34eba9668a96f4b380df7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0a7be14f8bd54f438998fe075ce83288", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "01797be45b5e420eb0fe7f5cb9da9aaf", "region_id": "RegionOne"}], "type": "telemetry", "id": "c7b5e8b56ed94007b6638507b4a4c968", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "90baf06dbe014c47916e0b18124d9cfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "010fe97157f540c6b6cd7b2aed52ac02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ae0d51e494d54e8c857e23dc09f07400", "region_id": "RegionOne"}], "type": "event", "id": "152780f06a424394b60df3b509c741fc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4eeec15576c942d68e6acf542bf52d60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9af07657fe9d49efb964c191d543ed14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "80caa32a159543beb95dfa1b70434f24", "region_id": "RegionOne"}], "type": "events", "id": "3afee814ac4147ceab88a99fa4a33a32", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "175f2580be8c4492a13e0c967dd8ac36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b2cf14344b0e4056b643c03752034a74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3889fc01847e41aa9e2157d3e6a671e7", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a4f9d1c5a54d48d3ae1512da1fb949f6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "147a02273e0a49ddaf9bdc25fa99e0c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bf7faa5751c34eb8b203e6c2bad080d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a7ed028ddaef414e8b1896226432d89f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "790a6b671f3c46ad88c4616dc33b4662", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3e59da732ecb48359ab97b0810133ebc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c93a28ae47864725879f6397aa75c034", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "69a332ae36674efabc5cc621189a4f4d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "31d7bcb91fa3426fb803cb3b80b3226e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0a921833ed994abba70aa389dcf9747b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5be1ebfd5fb540b6bedebed0901d9512", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "12bdc6958b1748ecacccdf3f044f303a", "region_id": "RegionOne"}], "type": "tricircle", "id": "34365ece79c44436a4a3d16bc0908cae", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d48366a2e5c740d4ac0b1c444dec56a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "cf7650673d2649d0ad62865d183f1934", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "8c41fcd04838485bb24b0cd84f361e2b", "region_id": "RegionOne"}], "type": "database", "id": "e084f7128db04947bde7da275d1a99f8", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2db4760475b5479883d16f55fd78cb33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a28f1b74aafe4d688cd9113d8abad54c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7dd8270d11e14c8fb9496ede6677fe3c", "region_id": "RegionOne"}], "type": "application-container", "id": "1050dc948e89418da761b075d669867d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9e37e1d83c7d424399216c36bbcddb64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e8cb8fab4a4c41f881944db2331bc4df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cd9297d80bf24656a21532faf4839919", "region_id": "RegionOne"}], "type": "container", "id": "868d05df4c4047ab8685515fc291c1ec", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5f4c3127a18540cb9f0364fa7c5ee3bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ed55c6d9acdf41f4a85a5e20ea6be0f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b75b7540e39b406791cd7eeb8206427a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ca5b23cbbde243ebb8c1da02a0e00126", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8cab3b7baf2e420ba341b50332662a72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2fb62cb9e2b24cf4976c2820dbd78d7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d1272d23a16f48eba3c9d1b78bd98468", "region_id": "RegionOne"}], "type": "rca", "id": "1de1b600a33d4c52a25cbc9092f258f1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "093af49820c24d11a87d7909bad6fcb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bb95e77c60f04af3b97635e5b845f9af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "548ce175391544569cd5e04ff3ec3f6d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b57e4c83b14543b4b8383fafb34945d6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "fb8e078c4ea84e4180bd509e17ce7a0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "70a8a2a2c0b041c8aaf89158f737efb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1bf64e9cbf304238a78ffe9f180ed13d", "region_id": "RegionOne"}], "type": "network", "id": "1f9990605c694c41876c267bdc38378b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2374a9ebe7b6425ead204d839f1d9f2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b1334634183045c7a3385e7be669c322", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d5926696d04240bd84673f91dce32a38", "region_id": "RegionOne"}], "type": "backup", "id": "328b9869102e4baebb7e12ea5149b586", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ec73d685472c46e19d7efdb60ad7c03f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ff224e38931a4a4498c83ee70b878b13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5dbfe4e63c7549e982aefc5a320b1229", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "41cd108772894776afe9233a64bf3a26", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a43a4e5a293b4c8d8441a44e9c305b1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "65779af141cb4a4bbd5ece4cc209e08c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "99e52136f73d4de7a05f408d549fa149", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "65b63dc4c26048d68eaeabd76c752c37", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "31c63bce35ce41de98fb8722aef4546f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b60cc7681d5241778422263160440a34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1c7592b01f47475b98efdcf3c1654a99", "region_id": "RegionOne"}], "type": "monitoring", "id": "9427a511c9e342b6a41fd5cc97c99114", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d21720a21dc347ebb1725dc658db6227", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "38206b96626a498796a640f855f9a74f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5fdb879a78fb4f15a1e0a0279116870c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c5387525c06945c09fe2555966261f00", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "dfcedaa99551465982a773018d55bcf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9500f93f1c514e0886785cc05abbb4df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0baaa36e8d9749798f937b74aa4dc32a", "region_id": "RegionOne"}], "type": "placement", "id": "26b588118e5a4371974cabfd2fdfffcc", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "773f5d2fc65e4f618ba7c71ace61e0a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d394e36f502e4645a0454ff217ca2870", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "56b2ba124e2d4d0788984daa434603cd", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9e0bfe06dcad4a909fdfd40acdfc4777", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d08b02c94d354016a2c5366bface980a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f767d37c572547faa95ba38e19d91ee3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "eca5762dc5a94e43a448552834f5cc5a", "region_id": "RegionOne"}], "type": "ha", "id": "dec1b90b90f4411ab07641a2d32f3ea6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b45a75c2a015457cade041257c324c8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5641831b10504df0af2909054bc94668", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6d485803bdbb476ba52bb8152425ec8e", "region_id": "RegionOne"}], "type": "reservation", "id": "5f2538ab902743098a27891dd4518f7a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3966703e66114f4ea0d6e61d9c88c857", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f5e25219cecc4129880fbfa070e22191", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "18fd306524414108976a5d9907a0407a", "region_id": "RegionOne"}], "type": "function-engine", "id": "f743914acfec4fc2820f477ea6b4faac", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3ca37dfb16274edf9cc6b5b309c1db95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ebd284a19ab247c8a1c675be9b6c735e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "335e231976874b72997fa7fe5b371e2c", "region_id": "RegionOne"}], "type": "accelerator", "id": "eb93d61bcfa0405ca5275950d33427e0", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "07de645a25e145d7beacfbe535c85199", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "60ceb1b1bf964b1ca96ad005a476cf47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "04eadda16a944189994b6b1dbe5604e7", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a5edcef781a24fbf9fe3078bfacdeaf1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "acf6c67b6b2d425fb44b0d1950c7ce3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5412098ae7e54d589582a3ff3525a7e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a076e0cb113d4ddf881ed99ddf395107", "region_id": "RegionOne"}], "type": "registration", "id": "b2d1b4e0fb28444db40e159e728cfd73", "name": "adjutant"}], "user": {"domain": {"id": "42c5aeb84eef4042bd41eec9312a0e97", "name": "eaaf4451256c4dc8a4378b52a19e49c5"}, "id": "7b9dc66a37f5494993076ef9426dbc3b", "name": "7d7460466ac8467983f5d7ec3b1da415"}, "audit_ids": ["4c0d333a00704c31a23fa9af57ea8f1b", null], "issued_at": "2019-09-19T09:04:42.115051"}} 2019-09-19 09:06:42,252 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,257 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:42,259 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://localhost/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://localhost/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://localhost/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://localhost/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://localhost/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://localhost/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:42,345 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,350 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,352 keystoneauth.session RESP BODY: {"images": []} {21} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_external_ipv4_nova_public [0.064499s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,446 openstack Disabling network entry in catalog per config {21} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_ip [0.060595s] ... ok {17} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_cloud_rackspace_v6 [0.279576s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,360 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,364 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,366 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,369 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,380 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.296545+00:00", "project": {"domain": {"id": "c505582510674f55a8eaafbf254dbcb9", "name": "1bf1d96a66da48b7a0872a4bb2dd6d44"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "dd0d20a868e148f49abff3e5ae33a7bf"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c7e647917c284e0c9d2f0677805cf092", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "48be95d4c7fd41cf8d5fb943d94a18cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1dd6aa2776584877a16112df30a5b0d0", "region_id": "RegionOne"}], "type": "identity", "id": "5b4de8e8cd6a4ceca6c3857244b06506", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "19c89ad1c34e423092438d5839ebcf98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9b5064a04df249a7b1f31b8e0b0dd8ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "63d2b4030ffd45eabb508e707a57af2b", "region_id": "RegionOne"}], "type": "compute", "id": "ef9c39e9431f41ad8c24656b95c8e7c1", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f59bfa7129f24605add09b4bc570b2f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "375ffa715f8d400387c52cba3182a5c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e6b7bf9feb594804840be1efd6c672fc", "region_id": "RegionOne"}], "type": "image", "id": "99543f1021da452e88db8ddf5acd9991", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a8db8e0fbcaa481faebd7f84eff08f87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9614b310e5c74c309fa0a333b03d1115", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c46e5f17e69345d6943cb3b3286dae0e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "63f7bd73ceee475b8e80113b9fad33fe", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2eb0bcc0777463e8e0079fa72f2fce1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7881015d410c4dd28410f7f4bf5d93c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6726055cdeb4814bb9984b03964a957", "region_id": "RegionOne"}], "type": "object-store", "id": "98edb55a992940b1bea87a6a8f9991eb", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "350a9d5732994f108a265737f6faca96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f27a55e46b5240c793de0c02927aea25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c5f9d3b24fbc467dafcd83f0aba11212", "region_id": "RegionOne"}], "type": "clustering", "id": "7f4ad6efec114c00a674fa9d3f276ecc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f92664578def4eccb920c91b0138634a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3f05f349e7184282b26e2fbac00b0687", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a4e2a484bc9d4cb8ae41314c4e0bee48", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "dce8951c3d0f46f3a02e2b1a0f48f7df", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "52c7eb58932849f093a3aeb89d447ba5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "37ad2072106a468eac7591e72c1a0ce4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d1be9c8407ef4b499bc45291c8c57662", "region_id": "RegionOne"}], "type": "cluster", "id": "42644c8323344ce288c5e7d6ac7abf36", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2097390c45854f0685e0d8b8f33cb0ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "727a8d88d5244d61aa6ac738e0f5b7a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ca77fb84184a45e08050b2233691a6ac", "region_id": "RegionOne"}], "type": "data-processing", "id": "3b12ad5c185b4f748682b03c72309858", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "356f864d74d54123947b3af9fa8c919f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "98a164d09508437ab16be5fb59f016be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "54b2329a476449cdab5df42b19972529", "region_id": "RegionOne"}], "type": "baremetal", "id": "8343c55c791a4858a318dd04507aafea", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b5d9d814b3164a70989e6b7544fcb6cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "875076455253422e8c01b28388b6d509", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c175fbae08734bc78dce77aba4943a6f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "5cfd761f421343f18300263c094b289d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2f3db61bc2b4457ab3a836cadcbfe066", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "32492b80ac044373903e46492e9b964f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d8b91a2210f84f71a5f7f2b1f1e3fe54", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "4cd490d39b22414cb124edbacec29145", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "17ac996c9a344a88949639756e7b8453", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6e0751f4914f4c7ea6100487b6199778", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5bc12e9d7356466cb764c326edb7e940", "region_id": "RegionOne"}], "type": "key-manager", "id": "6d546842b3a648509d96d000f1966699", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e0e0802339fe44faba2b7ac263ebba29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e0a317c61b7f4970b745f905476f90b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "032f19f9f9474b9699dbb0d6d76ecd1c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "bd7149e2efa942398f5c4c4c3af2a6fb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "00801bf78ce4446fbf72a6c158885ee4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "daceca75fe50445cb9344a68b6bfca7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9a0fb43160624634a311ef335bd4275c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "525f2a2344b743faaf6a7cd34507db22", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "465bd0c396c9472fa1fb61735e9e679e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0167de6d0b434f02b68ea73e841eead3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "271e6055f53547c29faea0174dc1007b", "region_id": "RegionOne"}], "type": "message", "id": "47ea147152924c9ca8eee85f596164b5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "14c9c39a72294721bf57b04686bceb22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "808802a6c9a5488da98c345b4214f262", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cbeccd0304944cc5a5b2f40bc5d35ca7", "region_id": "RegionOne"}], "type": "messaging", "id": "c5ba9ef74b92450789e9457fb8956e63", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e490a03985b0471289d3c9210d9ce16a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f6be9d6d099344c494daa2a3622582ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6b5aac05a23544e3bdcb9f7d029a0bb6", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6b21102ae7294c69b4e94d36e716c160", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f9b19f60b04e409b9836e5483c62e6fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1e22b34754254b469581e5fd3890b3a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0e2c6db21cdf4df7ba647cd0cb5ad0c0", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4f05371ca0324c478fffac47ce7203a4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b7dd99f9e5c143d296286a5da923f633", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f1044e5694042a1bb32b0e38613324e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fba1b8db6d064f368a0f3c797cba19b2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "093b3945ab3e4a1d8dfe743f19ea0633", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f8f4c0062bc944d69a4294f7c5c467a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cefc6a567caa494db633464877bf1df8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0dfb32ea054f4d7ba8f5a730a52c32ba", "region_id": "RegionOne"}], "type": "container-infra", "id": "43ac9feb6cbd47e081ecfd6cd9281385", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "665bc535ae244d57905909c1bf1932d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "eb5d6e9f430e41509aebef40f2f5eecb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "24953c391c434af6810cf68989a9b11c", "region_id": "RegionOne"}], "type": "search", "id": "375c7e177569444b9275017cb79b8806", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9b8f71282da643408ff3f380982c314e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f6abd8e85308499394426cdc219a66b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2cfbf8da99fe4cbc98b794aeb434ed91", "region_id": "RegionOne"}], "type": "dns", "id": "0faedec98df64173b1d1234b9ada1dda", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2ecc3e4a24c24ff3a0de5633cffc0464", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "48857725de1e4d1e92286b204dc46204", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d5dd5204d841464a832fe1c374e52a0f", "region_id": "RegionOne"}], "type": "workflow", "id": "78ffffb0ac8b45b2860e3671a47bae32", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "311ab8d874194e4aac19e3e1e87419c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f7730aec974c449985b6036f0d0125ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9e1dfd0f7edc40f2a689cb9fe099b120", "region_id": "RegionOne"}], "type": "workflowv2", "id": "93772c2bb18e4f8bba4ed018f513a06e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1982d2941fb64d1dae5d7fa7699855bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "40e1917ff9b6481c902cfbd4055931c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "2f771f48611f446d980b93af352789ca", "region_id": "RegionOne"}], "type": "rating", "id": "ac20ad7541ba44fa898cb895e42d62a2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5621e116b8184d3ab195378482c98bd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0979cb5f5bd44354917fd0059f996475", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "50da548e83b541c987a6cba26e62fd49", "region_id": "RegionOne"}], "type": "operator-policy", "id": "473919f1e75b4ba3a9a3844b99c574ae", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ff28dfaa6616404e94e4cc5b22c1e528", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1dead23b0bf04b01869f8ce3e39f7d66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8472b34bf9d547c986d83e4ade02b639", "region_id": "RegionOne"}], "type": "policy", "id": "2d177d5eca5d436fb2fc63561fc8954a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ac954bd46259457d973539440b6d9c16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "226cfc3e8afa40758f7ee7eba87306a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bd04caa4469f4141b2aa57da44989ff6", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "3b4ea342334d4cc2a0fe0c10630370ee", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fe7c92988604415e9b0792bc8136a381", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "442f38b0cc2b4ca2acd14acafb638c13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "16a2a4a3ae3a465b98590d53e61f4191", "region_id": "RegionOne"}], "type": "sharev2", "id": "dae525f5e88e421682f866b003e717d7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e58cbc60148a4af5bde757368f24187a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1ce5151aa314412a8106d82474c6cbc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0f3fae8505c047db9db38db08b7f8a67", "region_id": "RegionOne"}], "type": "share", "id": "f0e87561438044b9ac666f25352a9663", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fd49fd2f275049069e1105fcb5ae77b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1c551399107e4e34bed9df1c850950e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "62f8f71a6e3d422e9ef939be31b8eddb", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "fb12a9277e65408fa8ff649abda9130b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "866143af8b7846718b9fa8f895332ba8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad408f332b534eda9ae53becafbfbf96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "57dc0dcc18e341d5a508aaa87dda3bea", "region_id": "RegionOne"}], "type": "orchestration", "id": "7d1d450f89b54f6792d3507aaa24546e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27d8092481094c13b3ba163ed5a837f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01bf59ebf5f04b12a9dd73299fd7408a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a54eb4a2b0f4be1a36a87943934295b", "region_id": "RegionOne"}], "type": "block-storage", "id": "e4c711e2ce4a4f9f930a03a1461f2b5a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "321599a7f3ba4ababcf5f8116e1850c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3744d5af9c8a46f4b2b4dd6f99f4a10b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9dbda3fd22e6481ab059fae598fcd232", "region_id": "RegionOne"}], "type": "volumev3", "id": "bd8a7cf82f6845d1ac81a95ceb398b38", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0916b58fbcf44c578bce164af6372a1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ddb2804b7fbc480aa4ca64c423e96ec1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "731ed92443ad46e48d7ca9cca86a8602", "region_id": "RegionOne"}], "type": "volumev2", "id": "a3209ca2cd4b4b33ba0b0fb3f2ecdc0e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99718ffa242247f282e943392cbd1758", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4af46a3fa284d6da0fff0681710b550", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7229f5661a2146dbbf5a3d2c0f32a9ad", "region_id": "RegionOne"}], "type": "volume", "id": "2fa23601f7e7423a9d6360551d4c055a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eda11aed9a0d47f5b57870d2d717a362", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c861e2af9742430d870295e8be32c509", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1882fbf6fdce42f7a4d1336ee5cb2242", "region_id": "RegionOne"}], "type": "block-store", "id": "0f8291f9205e4f6180d4ce8ca7e5e499", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3357a54ee6c740848daa9dd1a9657878", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fde64197f31949ca907f69b73016a23d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e7ade0211bf94e8093529cd2f19763fa", "region_id": "RegionOne"}], "type": "alarm", "id": "9859283f1b56477aaed493bf5e1006bd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fb17d57dbf6a402c8b8990cadcfab214", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e9cd53ec4f79455c8bc28c02293dc9fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c0d8fe66796a4e61addcb139e61b5a16", "region_id": "RegionOne"}], "type": "alarming", "id": "ef4d602eb3674f40935be5aae241f470", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a3eb91cd54e14f19897b76b0d685ca7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d2b9ccd951894a3188f3bfd223f9f612", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0e83ce3cb43641b987d0e80fe6801ded", "region_id": "RegionOne"}], "type": "meter", "id": "f2c95436d90e4d06952772b1c1edda95", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "05f77a553edd46c89e5ee2dd33b9c513", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "de3d848449304b23960fa35539c8b72c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fbe776b1224b4c1c9b55ee3c7e3c5e55", "region_id": "RegionOne"}], "type": "metering", "id": "f37a2a486beb4ea2b3c3ecfb20c77178", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "33568460446049db957bf538e679ac83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9f27790ea38e4087a4c38fcf137068c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4112792b79a1442980bc9e8842386b25", "region_id": "RegionOne"}], "type": "telemetry", "id": "8c21ef888891434891f97aaaf6762b6d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "07a31af35ae440618671491696948d03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "326a6a77c6c04ae48cc1b18d06aa4b21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "52352db03beb45ac9c6f7a2a68a37031", "region_id": "RegionOne"}], "type": "event", "id": "1e9f7cc2e69c40e2b504185f172c3cbe", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cd4ae2b7970d4482bbea8c3a9e65cc22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8b6104746c6a4ea7bbd8992e06112415", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b70129e843c346f0b318fd1fb3f2017f", "region_id": "RegionOne"}], "type": "events", "id": "e9ccbc7f77ea4e11a0cbe7e48257e725", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e4b65194a2bb450e85c0ab281186b035", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d94526bc93424a11a4b610f1688ce5d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4a04b56578ac433b8330a4a7dfc91ff7", "region_id": "RegionOne"}], "type": "application-deployment", "id": "9c0ab9c064454d169a8d8b174068779b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e512fdaed12043be9e0f8f3aa63634f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c00eb691dc794764a434daff2023a404", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a236a5b27859454fac555750d6ffc329", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e51800cc007549d48f6e78de6df1476e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6c795707e7de4ae9bddce590617fab84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "02f69df8f81348bb9690550834913c04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "31546bc323e744dfa96311509609d03b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "edd5b84ce4f64424ac46aa4f5a4c1c5b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4876a54c0bf7438f82a491a76266d485", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5642b46a4fd0431a9d1558eb4b7d05c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e8012b207cb54cd3961104bb9afe51b6", "region_id": "RegionOne"}], "type": "tricircle", "id": "89e930d39f09475190dbf4596fc772ba", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "111d1a60a1624ecfb6c0e5ce20728ac6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b47aad4c03f24afdba1cecf7eddb21cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "13b22ee1d0df4500848b4e9fce9c1c03", "region_id": "RegionOne"}], "type": "database", "id": "2c267145b40743f0925555557e7b8028", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "27c83eb0bc9f4715830dbcaaed4ec3be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8e3c1a7e7de449d398a79df38c622d78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "77c09f70a04945f9bc4921f96e71380f", "region_id": "RegionOne"}], "type": "application-container", "id": "49949f6a86144825b1dc73e78829daef", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "29c04f7af1754c4ababa57acd736d690", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "159f34a103a4487b82f6081934def262", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e6a8dcd61ead4edaafdd7a552decc317", "region_id": "RegionOne"}], "type": "container", "id": "5983cb7cd4224f0b83186a68dce4c534", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "74286fff43af4229b782160c170d044c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6b23a19a9be5428eba64c3f03a6a2f50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f3d31c45dfd14adf92f6388fe0d5ff02", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9c5939d38c1543e7a38bc003c9c1cd38", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bc236cac9134475d8b67a8b1587ebeec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cabce3b19a154236a4e7b692204e0dbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "413a149e605b44ca829d9e43ee9a9444", "region_id": "RegionOne"}], "type": "rca", "id": "6442c823adb144ceb231293ae2747559", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6481edf0737e496ab2f222a71bbbb247", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "29428decc11445998bfea0f431c146bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "17b4d2ffc41b420cbe2b85a993980a7b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ad29c77ebd7f41bca66e75673179efb2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f059282254824cbcbf0d3e97c9d491f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "453d15a168154c1abb2a00287e1d68a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "06a61f3edfe24ef188c5bbbd48dde8a1", "region_id": "RegionOne"}], "type": "network", "id": "b3d401aab27546f186e46150a121986a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "717571f929114ba0892604660f9db2bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2601cbc14c384dd9a74c2e7cf5d893c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7632c91ef8574963ae4ee972d60f413e", "region_id": "RegionOne"}], "type": "backup", "id": "b38c6b38a0dc4eec942d54382c8010cc", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0bb6330bac2d4bdea8424224d6ef8f88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "05d2da8240c548b094ecafed1de0c663", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2231c9bd29074b68acd2d4a0daf27663", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "2da03e57753b44f0a6b6304ddb590755", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6f5ff7709ed7440382358ad43b5cf1d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "22758a06e48f409f9e199504973914be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a4b194abb22b4d96ab96e0aa68719aeb", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "172bfefde4e746d6848feb0baa8cb283", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3ffdfeaccf7949caae063c793ee5615e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "73767513cad84a94b80f362a7b5ffbcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "93598a925dd84683a373732aaa695e26", "region_id": "RegionOne"}], "type": "monitoring", "id": "cb31102e30ec4697bb61f1e66273d8c9", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "578d573083864a14a270d6230629b5e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b57047de06154b8cbbcd2bcbcc40100c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8346ef43abc04bb3b925a4b509282cdd", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8f8ea1c3808e483d9934fd7b6ce7b347", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c17531a34307453a9035f0a539212580", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6a6f87a651c84191a8feb566df2e9135", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "3526c85609714a36ba1d1347ec977b2f", "region_id": "RegionOne"}], "type": "placement", "id": "d4bfb9fa0abe487c820488ea58cd6ab4", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7e3b9fc356544088888445da3506d549", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "77dfc38aa3ef4857b384741fd022a9eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "38e800c749d34ad2a6ff598bcd8c0de0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "0bfa1a6122c843af92051fcf444e4fe7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5146d34cde214556a12b642e62ae103b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a3939af5f1254d9fb09ae7687de92adf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ee9baeaf0ec447c7af0c22b7bff88f54", "region_id": "RegionOne"}], "type": "ha", "id": "ce88a631e6824014afc66915562db0d8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b28f26457353452c99f41c5fe8196ab8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8aa215ec7b8e4d9d8f13c4795b55c55e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f6762c9c3d454cf199c7c345e9b3d6ce", "region_id": "RegionOne"}], "type": "reservation", "id": "3d47113b140d45a7aebeeaeff2bc6b08", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4b6aa57ecb334dd78be6b42ca694785f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5dc8032df1be4a38b2490d0b4cf2cf23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "9c28be71d76f4dc3a96cab09cdb25259", "region_id": "RegionOne"}], "type": "function-engine", "id": "1ccb203ac1f643388bc650c85133431d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5d27624d60734fa6b2c93602b182cdc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "be1e19dce9dc401881a447a08ccc6961", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9868a18d528f4d4cbd6784d340bb426c", "region_id": "RegionOne"}], "type": "accelerator", "id": "ee573a1b1c134d119efb0f748ecfff1e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bebbccc2f0704e28b593823765365f6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "38263bade3354784b4f8fa43c3afb77c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0dca1bcd7a874f46bd50ebd03b60e886", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c68ffb694ded4ff4b5e9b60662dd70d0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "14a3fe7bd0f44ea7bd185ab81476845a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f50962e9721c458b9110f3764467dd36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "521ef198c8514bf9be3dd750656efdc5", "region_id": "RegionOne"}], "type": "registration", "id": "d0451a0641d3406696f543ec8a56caab", "name": "adjutant"}], "user": {"domain": {"id": "a2d8dfb0e7874b5eb47be2514c50b578", "name": "fd3dbebd22604f36b93f3bbd8cccaebf"}, "id": "df4a43369b814f76922a989150f3ed65", "name": "7afada7dd35d46278c05ae279dc366de"}, "audit_ids": ["9658eac9ad804b098a5c3ee6e01b114f", null], "issued_at": "2019-09-19T09:04:42.296545"}} 2019-09-19 09:06:42,408 openstack Disabling network entry in catalog per config 2019-09-19 09:06:42,493 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,497 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,499 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:42,519 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/test-id -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:42,524 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,526 keystoneauth.session RESP BODY: {"OS-EXT-STS:task_state": null, "addresses": {"public": [{"version": 4, "addr": "104.130.246.91"}, {"version": 6, "addr": "2001:4800:7819:103:be76:4eff:fe05:8525"}], "private": [{"version": 4, "addr": "10.223.160.141"}]}, "links": [], "image": {"name": "cirros-0.3.4-x86_64-uec", "id": "f93d000b-7c29-4489-b375-3641a1758fe1"}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "1", "name": "m1.tiny"}, "id": "test-id", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "104.130.246.91", "accessIPv6": "2001:4800:7819:103:be76:4eff:fe05:8525", "public_v4": "104.130.246.91", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "public_v6": "2001:4800:7819:103:be76:4eff:fe05:8525", "private_v4": "10.223.160.141", "interface_ip": "2001:4800:7819:103:be76:4eff:fe05:8525", "name": "test-name", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"} 2019-09-19 09:06:42,557 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/test-id/os-security-groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,562 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,567 keystoneauth.session RESP BODY: {"security_groups": []} 2019-09-19 09:06:42,570 openstack Disabling volume entry in catalog per config {27} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_cluster_find [0.062164s] ... ok {9} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_group_project [0.672296s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:41,930 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:41,935 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:41,937 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:41,942 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:41,955 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:41.867475+00:00", "project": {"domain": {"id": "b34bf4254bce4331ba19ea4638e3a562", "name": "1caf87eaed8f4901961cee5a36163df2"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c11875368d0e46a89f2fe875492fe0ba"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "52d636edfcba42ca948123bacb57ed26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "703019402b164ef2bd11f4cdc4afa23d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1917ffe37b10442ca196cbc2d71dfd9c", "region_id": "RegionOne"}], "type": "identity", "id": "cf150906ef5849af8c940dbdfaf120f0", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ab34f072d1464214bee90727ea5e183d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a1c754b8a7744b17a086b56e6a5e6bb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "488ecd3a09d94a0fa493336ab07af0b1", "region_id": "RegionOne"}], "type": "compute", "id": "afee5a934751495a8e88f38375c63b37", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9cf555b12f5247f3845e413553f024bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "dd734fddc6954ba1af14df3a3c3bafce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a3b54580719345578ada61d9d9021835", "region_id": "RegionOne"}], "type": "image", "id": "6f9c127089cd4223819a236d6ad91640", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5810bffa94de44229e3e5158f29cbf91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f71520594e824c729dc56db4288b45b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b0738d40dd4b46eaac2fdf0cd03e016b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "2b834e9c3060404d854512a47907476a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8e956408654431d9787c48ffde7d151", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "797338eefa994ef39d64f7263c696c8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f14f2e4a5eb4142bfccb319c63e962e", "region_id": "RegionOne"}], "type": "object-store", "id": "119e820ebc9c47edb256fd416a3985f0", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2ae1f09f83984aabab288b978bb1baab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1dbe71e5c1934fecb028a0721fdd3407", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ee54896772cc4a0e92166befcb6d02b0", "region_id": "RegionOne"}], "type": "clustering", "id": "82a567dee81b40adacafdf525c8c4985", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5cc9d6d7a9b848bf869df1c5947d6334", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "82bc636b36e8442d92a23939e2018c26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a3302bfdb0c242a2926ae1e1caa8ee1f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2f0007bd81b744028808ba04bdb83568", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "743444fdada04082a40b3982c4c19d90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "de693e9a0e414f94915b3de3135d04a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "407188f41fd449dbb7b0ff1adab43975", "region_id": "RegionOne"}], "type": "cluster", "id": "edf4398947b34b478c03545383a2b4e1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e933d092132c4857858c56f274878bb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d27fcec081144076abb5470a7077c81a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6b6c469d4797455ea952d50be8bd49af", "region_id": "RegionOne"}], "type": "data-processing", "id": "6de43be40fb9468fb95ccbaeceaa530b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fe026e7cdee64bdebb264496fee62eae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5f46fe1d5cae4a0a862aaf9e4e2de3b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7874331320f24a6dae1a783bb77e6f05", "region_id": "RegionOne"}], "type": "baremetal", "id": "bededcab0c7b421d985d0f8cae90a941", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "90acfa692f4e437b8fafc46da6a583a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b2e0bf85890349a481b6e31a117f00fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c290ec04fd4a444385085aae20e199f5", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f5afc68bd42f451ba73c248a83b3511f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e6dbcf5ff15d4e4c879806d9f0ce8ab4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "13b16e590f1a43fa8ba57e234b693699", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "cb0c6566151546faa164a614e6b412d3", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "cae35a6153c2453c86f0aab3c25c484e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4ec82c9fe22949e5932e49f4643706b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7671d52a8d84452ebd3694ee4ae39fe2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9bd21aa7cacd45be856537680471adbe", "region_id": "RegionOne"}], "type": "key-manager", "id": "bcaa2ac8e3f14ad29a9cd446d0755289", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1e94c98ea0674a2591025a1d2ddd2ed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6717b1212df847178ab7fb0f14d430ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4d97677831e54ef4a109055b8699eb83", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "fdcd342d2abc46c8a5990c1b0ec9b505", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "05f9f91d0d584ad7a87c606c3086fffa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a915a4d0f05c4354a53b6e8cb2a7ff7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f0f1ac99d0934fbb943bc8ebb22db7e7", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c8cb4a65b5bb48c2976691999f4b3a60", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "25ebadb584d64c65b2080a46364aaa4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9c6caac5a94542558e658df84f52ce5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ad530c0df9a24c9a93f989f8efc8751d", "region_id": "RegionOne"}], "type": "message", "id": "d33f1220a0ec4b4cb5d3ca0997e06fa1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f5b5edef0ae24935839734f72cfee66d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ef847942bd5649fe8e4c179a18c30158", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fd2e158ee1a24e12a0a78895eb85815d", "region_id": "RegionOne"}], "type": "messaging", "id": "20a0c151e6254e04864ddba96f5018f2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d5b285ce32b141c3a738108d6a0667a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e9228b0a7fc94174a04fa73bd15c5ff6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f7c3364490ac4a6b93502c43a4957263", "region_id": "RegionOne"}], "type": "application-catalog", "id": "df60450f73ee400fa937e92d9ed22ae9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fbb3cc97fc0b4ea39f50d67c08d19bfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7178ac3da16f44e289f3430a4cfe17bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6ce927b562974adc856fd045a8dccec1", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ce953369678b413b9f34750f8b2b35a0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bc5a6e5474894d33b102307930d1ebe1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "17df383c14424c3da333a687bc1d8170", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "13859e4534c145d59b9f878aa81ed8a4", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "890ba1bcdbf84b588b3041b9be0cc949", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "48c9d92e9cd240b38e921f83a181fbe4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e63e90c4c34b4247bf5ab972a358ed6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bd248431bd6e4358a7e21d621a333d0e", "region_id": "RegionOne"}], "type": "container-infra", "id": "206f8aad34d8457191a3d01cef8ac62e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2fad2000908c4cffbb03d00d252b55b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5fad3f7978db49a78b12d8a3829fa600", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "61a6b933173e4e47a7cf5c339a0bc487", "region_id": "RegionOne"}], "type": "search", "id": "1d990e0b91224953a694e09c114ea656", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "85159c6dd36d48bb8d3e12e9e469cacd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0369c718ffe444ac84b3e35ca0446b9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "34437bfc5a604ea7a785e4b6370004ad", "region_id": "RegionOne"}], "type": "dns", "id": "b75720e6274f45c5864535c67cb98245", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2ac775d791c2489ea724aa8d6b7512fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "41d1dac7cecf44b986bb2f0fbd2fe474", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7380a508b9834e9d89aa5bc989b82648", "region_id": "RegionOne"}], "type": "workflow", "id": "8f695ff5f1484d0d8decd854b8cd625f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f057c54642ff4f79b4449210a23363e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a8400298a76e48e7aa57a236b10b4c72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "72d65286b59142078b4f7e2e6fac4345", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6370dc5b72a140839389f01b137ae437", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "fdd0713cffc544519ebd20507be1c2ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e43194fa10364d16b109bd4c588be0bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "374460c6b65e44b48b7ea15cba538602", "region_id": "RegionOne"}], "type": "rating", "id": "e8362f5eeb9d4cc484b0d8ad4e5307cb", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ea14e0e492ff4cfba50d6135bdc598e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "17414b084b2046079d28c1f0b99b0d48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "bbf5aab343fd4a84bd7d63b190461994", "region_id": "RegionOne"}], "type": "operator-policy", "id": "7f0a85db9d6543aaabc3963c48a874b0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "66786449b5b44da5ab824122d6617eab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e37553baa0f947a0b51029daba815420", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9c02c645f17640039f7d92993f9db3eb", "region_id": "RegionOne"}], "type": "policy", "id": "8681b19f6af540f5bd7122d568694b51", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f9a4c59e64d94b978fe011b505f7ccc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "33965d3fa1774173b0ae271b913a5285", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "01ac9812e9c5491e8ed08df3ebba175a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "040151abc9884185ba2aa4ab41b5e668", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b223da2d7e5d45fe9076e9ff12217135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "79e605e5e32441218b276d2e50213af3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8d42ba25f0ef43a8b7ef3f2849a01a0c", "region_id": "RegionOne"}], "type": "sharev2", "id": "c05cee216eca49de8e020003f552cf8f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4d1a0a010ea84bd0a5abd2a7ffcbe100", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "be4d4e95830541ef87e302b5dc3710bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5372424e2b9841f383b40e84b3f9c63e", "region_id": "RegionOne"}], "type": "share", "id": "4ab11bc922194283af457b5d94bcb836", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "94826cd39fc74b0abfd47e5a778e17c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2b1b7034d68a4f22946e619a18e4bc97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "df46d956d8c74c0f8e3c57c980ccaa45", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "bd654f1545ff41eb8d27dba836a02970", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32a028df0bd7457ea087ac9c47a37f2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8cd99137d4ec4af6bc421936a1fd202f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40021a8ca315456ba6919fe294ffbbb1", "region_id": "RegionOne"}], "type": "orchestration", "id": "445b8c960b39410a883e09cf7efdd898", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4fe2e234cb504d5f8431010d95c4dc7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f1099bbd75d4c6f83c0b8ec7d46f0bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dce2449982874cd6ba29f41758a0e01a", "region_id": "RegionOne"}], "type": "block-storage", "id": "ffa48b46693541faae7b24ceb0ff5092", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11170238ea0e43338b124002f4d8e26d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63f44f064b164f6490c0ca0c48a80987", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "236936cef2a1466b8af94d00bd04c018", "region_id": "RegionOne"}], "type": "volumev3", "id": "3b0c77c0ee9f498ebc688e91cb6e2aec", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "233ab094a3994c9bad9606fe565ae715", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c02497b916a94238b8bf1ea22dbee099", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "712261a96d7343c583bde48ef4728f84", "region_id": "RegionOne"}], "type": "volumev2", "id": "2df3b768152d4aaf8ef6c65a60397995", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a4215d2d3114af383ba639799844767", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fcd899e1c5a940f19e0dceae883f8e57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fbf10546a5594c3686564ba8a793b7b0", "region_id": "RegionOne"}], "type": "volume", "id": "367cb51daf7048c286c90156a9a15f53", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "180f7cc380334a2eb9125a28a76633ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1a2c963d5c1422fbea957657c7b77d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef420f4fa1694feaad51aee2aa6927bf", "region_id": "RegionOne"}], "type": "block-store", "id": "2ab9adc203b84d85900354c21ff2314b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "af7e82f09c6e4a4196acab47c3c95478", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6ee07af785754632be7130a5871cd4a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4f6742e1c3c941a09a09789f51ccca77", "region_id": "RegionOne"}], "type": "alarm", "id": "05cf1e869587485d891df9bb1a9d6b46", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4ab42dea0aa144a89e33de8d9aa90fa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4febcbe5d4434b9695e6050bc8cb5131", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0583aa1402e94dbb8497ba36613888b5", "region_id": "RegionOne"}], "type": "alarming", "id": "df1c4bba8c204fe78908841f447cb562", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e1d48a99e84f4df1bb5127d2580115a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f7dadcd09e934b68b29e33e8631d7b3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "33aabf9fcb184584b2bc71fe86d3306f", "region_id": "RegionOne"}], "type": "meter", "id": "f72dd25775fe4820b2f1a7555694280e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0ccaa201f0394a73aff3fc1f20545293", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "34e99a4908744615a931938d2fbf1db2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "31082a8793984b6db0e9978222c9c52d", "region_id": "RegionOne"}], "type": "metering", "id": "94e649f7b033498a923a07779a5cc16c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4c0b3fed220a4bf6ab56f87673f8ddd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "99ba769f79544ee3b9a34d9b1897a914", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "faebe4e85a874bbab2b91f450e2bcc96", "region_id": "RegionOne"}], "type": "telemetry", "id": "59df3f002e55420e84ef07785e22fa3b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "db1a219f11e64631af1eecc261eeb3b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ac3f6f6aad27433699cec047eaf3151c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "51f2847faa8e410c8ea8ced4346dd4f3", "region_id": "RegionOne"}], "type": "event", "id": "f27a6851f33b48c9841fe07ce387ae22", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9a786eb4161b4442ad8761f79c43d525", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b5eeaee89374411c8a4b2fa3b381c8e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "44b86d55d82f49acb3d265175f9775b9", "region_id": "RegionOne"}], "type": "events", "id": "a675754b5a914b4685961cc09025ab6a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "78df85f37f5d43c8a6e90d09288e4cd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e4dbc2effde540499f45c798ecca371e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9cbcc9c2314f4b3a8f80b03eac890dc6", "region_id": "RegionOne"}], "type": "application-deployment", "id": "346602cbf95a499c8ba0725bf91dfd94", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fbb39945412a4baa8c7b885014308c00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b40e700748c047f887af6502577ac519", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d863f1a2062d41a28b7a20f8221ef23b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "970b6bf4e4fc4c2ebd118bee6cdd3e9e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0a0fbd9f0e784da995fd4e0de10963b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ef466968317f4c6cb0c72ca4bb7e2165", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ef3e7c15ffc0431ba421a5e36b7f0ed1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "95a6a85b58d2423e99f4e06e397d071b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bf540a10b53f4c3580dd0ff9a57f8a93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "58afad773aa9410e982c3cb747fefa92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "45915dc917ec4359851f905f5ba627a5", "region_id": "RegionOne"}], "type": "tricircle", "id": "1926ef73239f42bdbe2cb9476bb9a73b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ae5a08e81bbd4737a6678ce640d8de70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b1aacb158b404293bcf978f1117920d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e1163be878c64affb21f68faea7c1989", "region_id": "RegionOne"}], "type": "database", "id": "fe6bdbb4951643cdb4133259ce5c9a26", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a90bae0e86754c2b9af6c03c60700c21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "165ca32378c6456b8d28eacb15bf92b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cecde8001e654e91963194572cea6de5", "region_id": "RegionOne"}], "type": "application-container", "id": "80f5e0cfc9ba4a5fa987a4b03d499fd5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1c786cfbdda44a72b19adcfbffbf93d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "95fa5d032590481799dd719cb3d47bd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4f88cac9756d4a969754f30115f70287", "region_id": "RegionOne"}], "type": "container", "id": "fb9b69c1b60d4c6ca8706088e01cebb1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "74cc98123bba425fb5581c92b6012ffb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6bb5f9780b504f27b97ac0bc2af2e3a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4c18af9179484589a46179e75f0b7811", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "301268682aae456daa35fab04f0b62c8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f3cccc02c96940c099f76bcc4578c353", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d5b3d80679754822bff758c4ed412826", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a78bfbab66bb4c12ad5ac8a84fa15e72", "region_id": "RegionOne"}], "type": "rca", "id": "2ec8df6aa16641cc8e527835be376b24", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9677dac30ac54efa8549741de021e883", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "01cdbf5dcf1f43c3a859cba0b029e151", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "72b0a84f74734c9899741754de97347c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "213ff087ff6a43509d16935c6986866b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4eef4ba0fb1d448983ae345bdfa58301", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "fb8eeaa05f654e4c9dc2bdb93633836c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e3e1e8de92c742e0bcecefd2dae9cd2b", "region_id": "RegionOne"}], "type": "network", "id": "33cdec9f9ff94f07a5d70a28f6cab2db", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9d98d3c3053e495a92dac29ba7cadcba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9a6263660ceb461d90482336f78331d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d707adefad8043a5af6b421dbd50fdb9", "region_id": "RegionOne"}], "type": "backup", "id": "cc1a146a2e4b444a831aba985918b04c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "68f0c05fd32d488b8fd2e87fbe17b72b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "167dfcb1beb94c84857ee00b82d3ff04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3e6df23cd42b47e18bb5e6e90168e9b6", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "77b003db396b498b8cfab9c1dc5b983c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f4b3b6c2f6104509b140fbfb00c1a128", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "20fa856a3c124434b5c2a9cf6b7bf6e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4422555eca034dfea32cf8bb6dc95e15", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b7be24232f284337857ad4f15b45d582", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "95a02f5878ba408fbe30b044a0b58761", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5f43ae5e06914ab68e7fe707dc5265b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8cac662d61184c3ab57e291c2a14863e", "region_id": "RegionOne"}], "type": "monitoring", "id": "df814a06aca24aed9bc06029b9e30604", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7f754d522e4242a99fab836ef5f034c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4cab59b79f27430eb52165472d43a76a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d64a2589ef284bfe8089e093f09d6596", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6cd88c2ebd1c46ef85e79467381e33a6", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b6c4b9f5172b46439259a99775fb9d37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "223eb216222b4763b05093cea956b1bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e4c57f22abe24fc4ae663cfb380e222d", "region_id": "RegionOne"}], "type": "placement", "id": "93e2674832d64683bf61d92cef7e95c8", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "da401ff09a0e45c48a2c36f728d478ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d08a7b77ce344cf48212490746cab937", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "09131cda145b49c393e53e0ec3e81ca1", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a18bca42fef141428132be99e6ab59d1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d857008ca9c9479f8669aa28ba266dd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ebd4977d76b741b5ae0d91a7781bbe17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "96847fcc541446bbaa84cd481efa87da", "region_id": "RegionOne"}], "type": "ha", "id": "7c06a031727d4ec49ad52e17c801fc96", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "adfff989c9624f43befa81d9b1360b5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3439733fd049457fbe2af576d92cad4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "993bfa60f2e4455eab7a295149e9efa9", "region_id": "RegionOne"}], "type": "reservation", "id": "0679ca95659e4589a0d8bc013e47aa0c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "12d3904c63b8402f97d6709623e3abed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "580f3bfd2ced46e2b9ec6ce6b615d9ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "55448248f3884e949e84052d417240f8", "region_id": "RegionOne"}], "type": "function-engine", "id": "0d7854308c414bcab03b14f68a912bcb", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5550ae8df4064c8a8f2233af12ff7894", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e176ea8b53f440e592e9dc8294089d66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "455f604e5a974168899169589f6418e3", "region_id": "RegionOne"}], "type": "accelerator", "id": "0028386e857045cd9c6d1950c689393f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "82aa783fd4a244c0ac670c9df11bbcb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8712fa036b0147b8a8ec44beb556cfe8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "552e6a9b3a23483681303d5f5e599b9b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "240ad7359791431c8df8eb0075fc72e2", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9180de40156f46279e1711b306ba8d4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0941e2da76244f5faa91d9cbee8ced65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "72d77cc1cf724b2cbb592fdf2ebf03ee", "region_id": "RegionOne"}], "type": "registration", "id": "65cf40a84f59493aa0210823671d40e6", "name": "adjutant"}], "user": {"domain": {"id": "53e20b48fa704c52b42e59a9d132b605", "name": "2a3f5acc64b54bc8898b872f7fd7ca71"}, "id": "ceba853d83164bfbad11672cb33fadaa", "name": "b1b7b20714344777ad216e117aa8686e"}, "audit_ids": ["37f2c6c450b34f149b2660c7719539f9", null], "issued_at": "2019-09-19T09:04:41.867475"}} 2019-09-19 09:06:42,144 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,148 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,150 keystoneauth.session RESP BODY: {"roles": [{"name": "187851800eb5430d8955c07d234521c3", "id": "df9c6eaa23654a6190f81c0eb38bbfe0"}]} 2019-09-19 09:06:42,209 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,218 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,221 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "db6c329e6c754b5199d948a229bf3c0b", "enabled": true, "id": "6381aea96b984a7ea4e2aeb2cbf34a71", "name": "projectName-5"}]} 2019-09-19 09:06:42,243 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,248 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,251 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "db6c329e6c754b5199d948a229bf3c0b", "id": "18ad8ba9ba4c45b18aa613d16ddf44be", "name": "groupname-6"}]} 2019-09-19 09:06:42,310 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?group.id=18ad8ba9ba4c45b18aa613d16ddf44be&scope.project.id=6381aea96b984a7ea4e2aeb2cbf34a71&role.id=df9c6eaa23654a6190f81c0eb38bbfe0" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,315 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,318 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:42,320 openstack Assignment does not exist 2019-09-19 09:06:42,357 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,362 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,364 keystoneauth.session RESP BODY: {"roles": [{"name": "187851800eb5430d8955c07d234521c3", "id": "df9c6eaa23654a6190f81c0eb38bbfe0"}]} 2019-09-19 09:06:42,432 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,437 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,440 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "db6c329e6c754b5199d948a229bf3c0b", "enabled": true, "id": "6381aea96b984a7ea4e2aeb2cbf34a71", "name": "projectName-5"}]} 2019-09-19 09:06:42,459 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,465 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,466 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "db6c329e6c754b5199d948a229bf3c0b", "id": "18ad8ba9ba4c45b18aa613d16ddf44be", "name": "groupname-6"}]} 2019-09-19 09:06:42,524 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?group.id=18ad8ba9ba4c45b18aa613d16ddf44be&scope.project.id=6381aea96b984a7ea4e2aeb2cbf34a71&role.id=df9c6eaa23654a6190f81c0eb38bbfe0" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,529 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,532 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:42,533 openstack Assignment does not exist {20} openstack.tests.unit.cloud.test_object.TestObject.test_set_container_access_private [0.190985s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,483 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,487 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,488 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,490 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,500 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.416513+00:00", "project": {"domain": {"id": "d7d292912c4d44a281c0247bae12e013", "name": "8a5bb82a9be749ca9ac7ab7c89af2cff"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "024583b729554a7885204b5e0a2515ff"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a6d03409d7ae4faa96514e7aec1bebb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "daf114d2f3214a4aa8ac5bf7b1154639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "243aa95cd83d4c0f8e71b86ee4bd3dec", "region_id": "RegionOne"}], "type": "identity", "id": "b29945fb684d4fdd96616f2715e7be4b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8812667b0dae4e58b718b137b217feb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "767cf34b93ec47bd85d02d0359ebaa44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d7725910bf124c64b9039edc158f386b", "region_id": "RegionOne"}], "type": "compute", "id": "ccc54b40811545fbb534f26694629510", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b9fe8e2673244fab92ce07832bc93d82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "eb7743516c4945cba60863efe5c3c62e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2ba9731449af4574ba52c9a36564cf85", "region_id": "RegionOne"}], "type": "image", "id": "1a976a717e9740bbb888cf13b8366e60", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6318b04c7045496681d5150251e4d614", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0937738007db420f8b53e0312ae4c584", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "60b19cb99f3f49fa8e6c7a2d55696f85", "region_id": "RegionOne"}], "type": "load-balancer", "id": "bf94734b1ec3463999eeb5ad2ce90cca", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46a4e11124eb490395aeb2a89880eac3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b3a5aa36b9e415a9113597eeb9b0453", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be0b29e211814fd09d528895c6c6cdaa", "region_id": "RegionOne"}], "type": "object-store", "id": "f3664969064846589532ea885109f040", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "69fd6f4982c0427bb4fd9b5d90b32652", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9f8c59f2f243476aa046ba3c93a6c245", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "eaa641f1e1bb4a69ab30d83ec5f06029", "region_id": "RegionOne"}], "type": "clustering", "id": "c8146d5a7f724bfd8fd484e8b42918d8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bcf944fcac8941ea9f2afc88276e311d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "071e071f84ce46d2b9b97b292fcd07bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4e53776ceec045c38d617dcde3d71707", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b57750f4f22d447ab74d7317c0e62ab5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f440a0889a4246698ad48376a8cf5954", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9230ec69e87d4f2e96e0fc887171d791", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "457357a755574b9084f6217dee9adce9", "region_id": "RegionOne"}], "type": "cluster", "id": "6078d8d3572b4382bc9f0ef13f76d6bb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1138643f51c44f83a36740fc706470fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5f81fd70be714a5a880dd353ab5dd682", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d879098da79346e6885b853e46412a5d", "region_id": "RegionOne"}], "type": "data-processing", "id": "17d662052d97484993adcd1866a5895a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b8840b464a684efdb664690013894dc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "05a04378b4b34ac5a794ebf7d92e0ac5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "84d979237c11462d89f3470a8d57d5f6", "region_id": "RegionOne"}], "type": "baremetal", "id": "c96c85e488f84aa5ab7b7dc10ade8cf9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ab18c31062ad44438e56a087d1a29aaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "79bb92e65fbb42d4916970d18e773df7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1d046038531b45b583bcb1dc6450c1cf", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7315142177384108b5fbae4898935175", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7eabb2ded8c34d99b61cf73bb3ed2ab4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7014b97336f94fdba4438923b7cce1f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "757a499ddf554fc09a26adc7a05c8838", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9543037e56ca444bbcd6011c68c78a16", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "efc8e780deb54052aad92e9082e88d5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a5af94b7dabc4ae8a598627c24286f18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1d5c0b29e2f4430cace38d20776ea30a", "region_id": "RegionOne"}], "type": "key-manager", "id": "4c0c5b8067df463cb99fa1cf7390a935", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "584207863d714e3481416f8b9df6a31e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e692f9996f394bd2a01190c49fcce2dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "060c60e3edd84f5d9f0676f249fcfaaf", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f8d27245ee7045d0aaa94910494b4c65", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "abeaa7fddf73496c8e8ec858861a2d0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "71a956130fac4d15a92866ac588e9f03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b035de7029234107aef3661f09d0fcac", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5315b83385974475a0692a7f6d149156", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "325327d600c74741825bc83f71a3b96f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6eaee68b75fd466d8791dd52f4556c7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5f11f0ad960f4462b3a7a03ff60f3c4a", "region_id": "RegionOne"}], "type": "message", "id": "9479663084cc40eeb4ec1d76c9feefb9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "245193bd838343e7b5987e380969d806", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0b787573156f457eaee0f417c390c48e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "25784d5d12924a5eb01a9eb1f4a9f06e", "region_id": "RegionOne"}], "type": "messaging", "id": "f43edd9afb0b4a6388d29b1ab50356dd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8696b69cc87c439e8b9572142e5270dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5c6852543537438a9e39bf9010b2cc93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "29512002d66247ed96204ec251982453", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6b997d28edcf492990753744e3d3bf3a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "81035bfcc2d94cb38abfb1002bcff98d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eb6d4bf235fb45bd9f4b36c4c38a40ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "25b25f4ed2f7403c9743d8f7d7ec6a7d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "cdbf6f215c3b4ded90c66dac4fc643c5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1cc277fc188c4560b969c50cf811aeae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca2f161c8d5b4c09bed2d742f2db3b5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b7cf9b36598d43b1ab108e835294bb94", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d891fbb286304a5dacb2f7b90cffc042", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "12eb5d3266d54ead95e66036398489bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "02450f68e3e3478e9d0635116e822ad9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5f0c5d270074413b8faa7b9e0124f53f", "region_id": "RegionOne"}], "type": "container-infra", "id": "d79bd0e698eb43f695c9f91eaff9795a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a98ba53acacc46ff8fa5d807db2a8ce1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "2de4c373030f4a789c0d10989f3cef44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "668a7acf8f5c455a8ca703ca74ce3e04", "region_id": "RegionOne"}], "type": "search", "id": "9abc63fd9be647aa936a110ccfeedad1", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "bec7ff8b08e5487aa8567754442da82f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "634d99ebc2234fd1bec627726bd3ff7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d781c64c4d9446fe97ef1bae4940ce12", "region_id": "RegionOne"}], "type": "dns", "id": "826f586e4ed748db9c91245dff12652c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "33f33c64bfe842758cdc19f656beaed9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ad14e2a2ec924a0d8842cc83b160613a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b510562e6a1a48c1b47dc695e7537738", "region_id": "RegionOne"}], "type": "workflow", "id": "f5e66edb10644c6190ebe12314828f84", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f063d520519046e5a69f914c612900ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9b457e94f3b64c299fae406c2cfe43d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7f74b7b7fd3e479fb323ca252d6c3745", "region_id": "RegionOne"}], "type": "workflowv2", "id": "356576c053bf45b5a2ff76096c61a68d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b04c86585e2c46c4aab6b6fb922a1387", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "39d3f3eb8a834ade871b30548160d49f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "52de8d88dc6d46c48c38bb23aaca77ba", "region_id": "RegionOne"}], "type": "rating", "id": "3f330f1266334d9f9189fa34369f69f2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8b7c0bb8c5f74e9c9ec420203288e92f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "29ff6174aca0441eade87a328cbcda61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f627c6df3312482fae43063789955c90", "region_id": "RegionOne"}], "type": "operator-policy", "id": "b15a23fde9534c998e978c2d2c17f0ee", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "847dd417798d46e484f1e0d21b537aaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bab137ee96d5443996c1e88c3dc0c6a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "65355734769949b29e08151ee9f752ef", "region_id": "RegionOne"}], "type": "policy", "id": "a9eee958c80b4f9fb81a9f05329d01ed", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f45fe894ad554e3bbd44def510c2396f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6e9d347629c14a86baef0777d6aa71aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "22f0ac0b69ca4daab6328d7558ef4fc9", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "00399aec9197486eb210983fb612af91", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f7af59b6102d40eaa2612f3826dcb61d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "032656e0f7a341e3937e831f21d8c4b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0f7fac415fb44b56be2ec6019a637786", "region_id": "RegionOne"}], "type": "sharev2", "id": "0262bc47be7e4cd4918e2452b140c201", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0ba5e809efe54b44a811c5e89d7d7cd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8baf419896da41a39cb4113434d8b2ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0b7febd9221046e183973fc99c64e468", "region_id": "RegionOne"}], "type": "share", "id": "207bc763c0cd4436ab5c10eb9d503fb3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d9bffa49170d4eaf9d45a5f32f5c7090", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "cbd17b69f3f2498d86888cb6b55968ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "42571b614b444cadb9af6f74d4ff0368", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d1d59056072e42a794883ea867435984", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9ea4d98e79946439bdd611ed477e7c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d906b5a86ce643a69cb2779abd01e664", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96667026d8d04d4b9c612a98c197f6ba", "region_id": "RegionOne"}], "type": "orchestration", "id": "f3c02c2132b54835acde24b9fc5a45b8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c60a1da75fb640d1b4ff74437d3c78e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3936401e773c4959ac4d4c42b46f517d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b2ed093af9845f8b89d190948455d81", "region_id": "RegionOne"}], "type": "block-storage", "id": "3bd6e0872397435aac335152bab74a4e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1a618fd80464dcf8c75bc4d280abbaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "488d08fcd18c49339245e5dc0f38cc82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ed00247bc214166bca80d6993ce00c8", "region_id": "RegionOne"}], "type": "volumev3", "id": "08002ec36533442a89b5e3331339ca07", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fd1fc15d3dc415fb2a4a45558b11e9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc55bf618e9d4995a57cf400b85abb6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7194641f741e48dbb1f8b71ee8c827b6", "region_id": "RegionOne"}], "type": "volumev2", "id": "7167f8ac57a14ffab8c1460b010898ca", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d8c290c8e1c4e36a59f9088d8e26afa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "209181c9499d4eff9bb6259375957348", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8e3da4f8c024f3fb8089c4bb1cbbc5f", "region_id": "RegionOne"}], "type": "volume", "id": "b44fd8be4de840d59e253acd5109a369", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef379cc1cb6245649d2150a37df3acad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d69cf87258e46f388a746a74a320a28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ddbc66535c8945dc91bfd265bbdd325a", "region_id": "RegionOne"}], "type": "block-store", "id": "ad9f60702de24129ab9f69b68241b914", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f7e2058558e343da932f24f60a7787b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1bae08624ca242c1bf178eb3909c18ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5af0d7c7d26c404d8bd884a171ae06de", "region_id": "RegionOne"}], "type": "alarm", "id": "7efa5be165b74a92a966a119e7fda707", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2127041260644da7862105e660f46f1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6f4bec04e6d2481f845291e8373e57d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cfad95ac62a448e7b1e4842c20174534", "region_id": "RegionOne"}], "type": "alarming", "id": "ec4cf81e7d564c6ab7b5a77b3ece75ee", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7277570928124f92997b6f9a6b9a1b12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "83bdfb39f9324cc2968426e52bcb4940", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "98e3d31cb2f346b8918943543b9fb9dd", "region_id": "RegionOne"}], "type": "meter", "id": "82fcc0316ff3425c946f2385ea55eedc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "675a5191a3e94fd198cb971dc413dcff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "56ac408f4133402fbc3645c6d3ce17c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "abbe6ee3ac2e4ccbb41bd686a3c503c0", "region_id": "RegionOne"}], "type": "metering", "id": "3a64fcebbd694e3d98fe30ed1367d5d5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c522d44f4c084544bcdbf8434dc5085c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f6c97425df8b4de283881fffd0b0e927", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ff4f3af13d724207b97951db456ffe01", "region_id": "RegionOne"}], "type": "telemetry", "id": "5e0868f6527f4b798b0ccd49e04819a3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f97e90306f3d4e2f8b3167684e9c1066", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "26fd0fd2db5a4a97949a2b2064d37181", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bdacf96e7b86464bb5c988aee7b264c2", "region_id": "RegionOne"}], "type": "event", "id": "e5c9eb817e84449bba13b4d158f517d8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4c1a4fcd2a9c48ae8378428a9fd6512a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c635211bd4b64c8f8e599890b7aab3e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ed2a5334ad2c475ea9e9d7edd77425d5", "region_id": "RegionOne"}], "type": "events", "id": "de7e61205a5f482185dd42bbff646b7e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c8b32261a3bb418ab708a76b76898082", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0d1e78c7357943909c9817c12e0c89ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8d5e57b9512d47498250c514f8235cf1", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a74e35f6f38a402e91a0d1d9406a46c9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "92e1f724623a4190990427459cb59f29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "875e7edec7ae4a839f41c8e0347946c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "20f64cdbdda341cbbffed3e97d550f31", "region_id": "RegionOne"}], "type": "application_deployment", "id": "647635971e194416aa975af853fc4355", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d730d9c7aaa04336ad32ae0a99a071e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9b28493753b84808856ad64083696549", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "416afb476a554352b8584d28c5069b29", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f7fbc2a9d42f4bb3bdf3c017356e55aa", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "89fa2b068660468fa9409db98f419f22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "61ff16a5346f46338a20b75f3953ccd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "dbebb3336aff415e912e0994da05edd7", "region_id": "RegionOne"}], "type": "tricircle", "id": "35a7fa4ddd6d4bb6aff2d6468276e7c5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "db7036639a5448acbb431b90116280db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "47c83d4b555e4553a22d5bf247d197be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "08939873a5494bdb921b1e78fa27d922", "region_id": "RegionOne"}], "type": "database", "id": "369400a81f4748b5bf70a88da459b24e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "194b7814484f4a868dac32a133917b04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "507aa85dae874e4ba7258d84c68498c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1abe22fd58e245cbbb2c665a623090f2", "region_id": "RegionOne"}], "type": "application-container", "id": "df9248dbe5aa4c58bc2cf77b2b3e5043", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4c50c327ddde487aa31bf98f3c41e887", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "50d48072907445158ac26742bddc1f76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5fc9a90640714e4e81f3a8362bffda3f", "region_id": "RegionOne"}], "type": "container", "id": "3e100d56d9fc4fde9324f0e1b69d47b3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dd727e8239dd488bb6a71c4f532bb176", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4ed2d95aa03b40f291c3c0e0fe9b48dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f9a38da9a136441baed8c069fcac1fef", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "dc679b7ad1ad4ac3b1085af2e0d5110b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "34c9cb0b0b804da28cabdf73fbe4aca7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3260dce9e3854adcbd3b837bd08bc219", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0c7965637e5746fcae44a8b1875f0042", "region_id": "RegionOne"}], "type": "rca", "id": "5a3028186d7143828270a3d69cc392ee", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "edb48c5989964e2f8a7e8e3abd60d756", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "aa8098e282cc4a618cd33eb8bba303fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "dc51f677f8dd49a6a23f9aab26b9e075", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "31978455aa9d4ecbb78ec73cc25a873f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0c9a2867fe994b9195f136b8b663341f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cbf16aa7a4604734b75861906dfbae5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1758b5accc4846a5b818ab485b64497a", "region_id": "RegionOne"}], "type": "network", "id": "3ed233b81fbf4a739ba26e8acc6689a0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "82e2e0a92eb645d48240d4ee0b26535c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8103ddbbb2884c87a11af784c10d9370", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "36dd5eb07c2544639f662dd0fd611b02", "region_id": "RegionOne"}], "type": "backup", "id": "758826426ca24ff5a96e6b50ec4b885f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0ad30ef8feda4cfea72e3462275318c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c962424c10474f1a81ec9abd3d6a8907", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "03adc7ce7b834b779f7de3dd2d2bd01a", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "04c40e08b9dc4c5fb74fbedcd697c7f3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5a4f9a4a9cd3413082ee89f709cf0dfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fd6dea66f9a7498d92dc16a279173c81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "97c7a7a455f9424e9692ba206e575eee", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1679cd4b998440af808ba710d92f5035", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5657340f912a45d39542a3aae00b99fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "51ba1affaa414330941e49f1cb17e2e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "0dbc6ea43427492faf4bf3b04945e3c4", "region_id": "RegionOne"}], "type": "monitoring", "id": "8b6de39defb34451b1b72be8d97aba37", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0efb7bbae0e94b2a8ea9554b771ada8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7041c9671943448c993b289c6ae00d5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d12418c05550491c8574829c3031506b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8b36184cf2c941768ef892591a209860", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "56262e4da4434cd9b4bd98440976cedc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "98fd215f9fbd42d6b3d6f7eb381367aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5105bc01c42f48cbbc277b5c0c2d4e65", "region_id": "RegionOne"}], "type": "placement", "id": "92778ede64874661b3069f73382567e3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "93fe6541b2bc43a5af7774e34aa028ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "386c3efb7993473f91c6d1e21c006cda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f31f4fb5bee34841a78b8652a0b2d7c8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "93af8fbd3625454b85b3e69d90310c12", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "65113d539fa04d73bce655606436118f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6dd5ca197dd64185908721805e70261e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2d31ce7b9cb448848bf7db14d8f6ed25", "region_id": "RegionOne"}], "type": "ha", "id": "8fd9c6dfe763493e8c8dc708d560253d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1d49c65f58264c5b915de73442e0fdae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7078dc81971145bf962ad599a96a6fd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "24a7fe4013914445b526421a7411e04b", "region_id": "RegionOne"}], "type": "reservation", "id": "c62d8d6b436045e78774e97732189332", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c7c05373869b428a896fa3d0ae94f15c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "929f17153dd84bafb51f4b05d6055aa2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "062b3010fbd343f0abee352180feec30", "region_id": "RegionOne"}], "type": "function-engine", "id": "d39bbed9b3464dff879e4a45d2c03244", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a7f8391e50414b35b61f2a7f16e1198f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "94a9045de3b246c797b0430acd2e92db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b72772026dce44279582b58da48dc765", "region_id": "RegionOne"}], "type": "accelerator", "id": "daff75d521574e4c8eafc86b25d85809", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "700a95456f1d48d18eb72812427107c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "57fa765d31c74bea8abf629cd1aab8f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f06973c796344ec8a489d2126f37fc98", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c48108374e874807b2c781da7509ead5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "103181e2f77d42f4a45c93beefb40dfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f0390b5e89b648e38266720949dc6bae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ad5680407b2d4b2eb5eb878fdce56e9a", "region_id": "RegionOne"}], "type": "registration", "id": "a8f991ce3e154dba86f64f570de54c90", "name": "adjutant"}], "user": {"domain": {"id": "75ed42ca465646deb8d17361d9297e65", "name": "f17006e0f42d485694fe84654ef6e154"}, "id": "dc914cb7043343e18bae181c1d134c56", "name": "aed1df3b335d4572a943b6cc08bd8fe0"}, "audit_ids": ["7d171e3ec3c7498fb86f94aaa0ec2000", null], "issued_at": "2019-09-19T09:04:42.416513"}} 2019-09-19 09:06:42,595 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_set_container_access_private-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-container-read: " 2019-09-19 09:06:42,600 keystoneauth.session RESP: [204] content-type: application/json {4} openstack.tests.unit.cloud.test_project.TestProject.test_update_project_v3 [0.267486s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,182 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,187 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,189 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,193 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,205 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.118315+00:00", "project": {"domain": {"id": "a53b18bfabbc45be9ffa4de1d841e5af", "name": "97afe7ca6a094ada86db8bfa60ff2ee1"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "628d2afc2898450787086836e0b536f2"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a756353377e5431cba09580b5ea914cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b8afd12a915546dea0cfc5362e4913a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "93c9c3f80f574e3eb2e2f7351250ed1b", "region_id": "RegionOne"}], "type": "identity", "id": "71e68c37e48842179fdd18ab3d83d070", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c81653c2c6154a7f881ec0c21bb21130", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "61a11010057c44719ecca42a693e8e70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "76b08bef68fc48d4bdd6f3435f3fc380", "region_id": "RegionOne"}], "type": "compute", "id": "8f70882825a240e3bcdc2e5f9c58609b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "0986a814ae4248129b29613dfc55e68a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2d8c02b95db340ce9e75095259c44253", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "503a5dc589874ec6ace1b1beb1de9b77", "region_id": "RegionOne"}], "type": "image", "id": "8f6402f4e8a64e0eb97bdf80472eb7fe", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b20798ee9de44672a926dbeafd509025", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c73c540c64db4949ad3732e2ac57b187", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d7125eeb655f4d0fa19f85799a080ac5", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0331157e7b944d3d83d6cce975de3822", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f665565caf16401c8dde2666f5c9d73c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba77467fd9a244779545ce686b728b6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8be51d5ac7264b12a79252beaf341762", "region_id": "RegionOne"}], "type": "object-store", "id": "af136b358c7742289a16ba8a0445e5db", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "731687be95f34a81a3df61e196acacea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eee7647829524ac2948d8cf477a8f80e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3ea1581879fd40968a836730c94322fe", "region_id": "RegionOne"}], "type": "clustering", "id": "811c67b143534a029e3ac7c4c646bcc5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4c136b130d7842b5830b49c26bb256b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "81f6bff838fa44fdb98b10198123b7ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "22fcf91f508743278739e2eb9ec28b34", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "cda18b8e76954e4eaadc1f2bcb78efd6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1c0259c3b7e644c1a0140a9c63d7ec85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "30136163553a43b0a14e4b986b11078b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "27871de59d464ec784033e7eebc22349", "region_id": "RegionOne"}], "type": "cluster", "id": "99c8a1a9f5104baf816bf33dc8173937", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b758b4afb1ec4feb91d11a8d8bb61b87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c784d06c9f214377a9d050d84aa74ac1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d3d85c982f464c3099eecb87c48bb620", "region_id": "RegionOne"}], "type": "data-processing", "id": "03a65b54fbf64b62ad4812424c176514", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9a6e3300ab484e70940f8a70a73e002f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1d0579eef1d049b584af9167e29fbe5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c817650e14bb46fb8bd488d60d6429a8", "region_id": "RegionOne"}], "type": "baremetal", "id": "620b9aa9a7e04d26b96f591ae5aaa732", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "802b47b6d9854fcdb97fe235149a5ead", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7a6c5c0ed499497d85789fad4466b156", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "00c75d7a6f53470cb1269476a99466a7", "region_id": "RegionOne"}], "type": "bare-metal", "id": "24a86abfa9604feb9bcd504411e72022", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e74630c38a8a49cd9a6404394be513f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "41a6f287af014e819602da3847fd3ab3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e8c9d2123e2444ea83aaa3c7a0f358ca", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "4dda4bfc8ab2420398594fa164e640ec", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a6aecc66082244fc9121aa85b3e3f4b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d8856ae34b644857acb3367d5545a352", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b202d9688f3f49b39a98492ad975b6a6", "region_id": "RegionOne"}], "type": "key-manager", "id": "d2f94d5bea4242199ff4a346e6da9aae", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0f6858e591a2474b89821d42f64f17db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ddd938215ac540b3b5a6876c2cde4cd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7302bf88c39a4e3e87c63707720db5b4", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "7d92ff5f5a3940e592bd62ebcde208b2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "16b8589fc7044905a738a2bd7dbf3b04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c1bf7ba891c54ca882c2ddfc25320da0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cd56d8a5751e4867a35e1cc32ff7efd0", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6a227649fe2240e6976a65efbbb96e05", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4dd8e9f4ea5d4d3f87f72d989bad809c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "91d7118f005f4966b4437316630f02b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ee4caa52ccc7466cb6686a4920c8d8fc", "region_id": "RegionOne"}], "type": "message", "id": "f587a0fac4034cabb9f1899f212f9361", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d6d8bfb1f0aa4dd3b9b39027031db94c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "862f8969c50447aa9052a648a9d62c7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "898dda10e44c45f38f7cf117aa026b34", "region_id": "RegionOne"}], "type": "messaging", "id": "78f5d181e9394584b6b3e6a80f5b1e41", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "afb50464603e409e90e062ef2def9e87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0b3dcc035d9348028339229c466fa154", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "006f4c4e555c4101a832b3776610ce49", "region_id": "RegionOne"}], "type": "application-catalog", "id": "13b686268abd4c2489394abea8521259", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "afeaa5bde22e4b8ca65d41748589599e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c8fc6fc1063e4549ac389272f590fc0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6ec8ef9a47d946a3aba9d0b7da61433c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0b50cf65198f400592020877258c5e2e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e38dac201b1a497f93b3eb0515a639f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fa1ff6c3b24b445cb04c2c40de1b4c97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "970689960ac64a4dbb4df8704dfed94d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a017d22a8b9a4fd6b002824d2e4beee8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "45801f3714d14cf392ad123e277c707c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ee4e001b5c746d0979b6a4ba250387c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b5930d8e1ffb4abcadb44f2ad4083186", "region_id": "RegionOne"}], "type": "container-infra", "id": "2d9e4095be144e4ba7291ee02135e685", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "95a4b761fa0d4bbf8fc71ca328b2a0db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "749133ab6a4f44dc9bc08d7c6e045537", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "efe8773557044ab4ac4d0e67921d5e77", "region_id": "RegionOne"}], "type": "search", "id": "10911d85b1654aa6ba8fc5425abf2925", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "0c29ff96913744b0a74d8c7d5f5b460e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a69159fab97a4f2ba53baaac3d9a7511", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1c03dc133b714661b2c724b0c9f8a2a9", "region_id": "RegionOne"}], "type": "dns", "id": "6d23b78158c9481681c1aa4333bc9069", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "62d8f68d02b142b18a2f772edf2d56e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "27957dafac384a0f9893d4bc7ececcc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ac5f4641cc494c108c91088f89070f05", "region_id": "RegionOne"}], "type": "workflow", "id": "c06cdd8f38ff45d58d8605e8891ee3d0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ddff811c5db841b6928379982f8d71ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2ffaa96e554044c3a93baf8aacc41c65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5008204f49894b5f9208bee367cb8524", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d2ab44b543374c439dc22368bd3d8012", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "369d216ffef341229a8f890377561bae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9d62ef356d37453692c24a156e6fb04d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8087560317864197b8d18b94c1e0646a", "region_id": "RegionOne"}], "type": "rating", "id": "b1f54d6a910f4beb8736741ca4660e0c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "32cd07c43f4c4804846b3bd72b672091", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "195343ce658a47cfa4dfd8b21009f6f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2e84be0069174f98bdc00db775617bea", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0f6888f567454f6ebb8631553b0573cc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "16722705ce64479fb1c9611db96380e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0d7036140a6e499ebda8246c11dfa489", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "88ba9f82b98b40dbafcb99bba924c526", "region_id": "RegionOne"}], "type": "policy", "id": "83077cf2e3d6448c9e8ec4c3960d7538", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "19f4712a1b0c45cd9efa1434e0e77ada", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0a04dbe0181d4a9998a0b63ec180abdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "260912d888d049938e16ff1339cfb3be", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "62cf1d29be8748f8be2e8d0dd115d5bb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b94aa53852c14806a43c5472a672e047", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fad06d5581a24d43924c58bc704f9d7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a2825354e3b24ff1971988aec33aafdf", "region_id": "RegionOne"}], "type": "sharev2", "id": "c757c2e0fdee4cc1ba11a52a335d8905", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "684759e792744d10bcb99b54e5806936", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b3bad21159f946299eb34e9919b1043c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5dc86f055398497aa4c59c6280e669bc", "region_id": "RegionOne"}], "type": "share", "id": "9d458225b611478ca9fe070400feeed3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "62ac502f418948248d7402723ca77d6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "891b897baa394e47bd4fe480301121dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "fd47d7492bbd41ab9a3175efb31d0560", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "38339039bed64c4bb695ff8decf86571", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8ebfac4e7144cc3985bef35251a86d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b058f50cbc0548bb8031eb8ee78af990", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fd9d64fd7b441388acae6749139f313", "region_id": "RegionOne"}], "type": "orchestration", "id": "ed8f18e4971f4e05b993a63667b8a98a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "154ba7becffd446390f118633d1ebf9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60e65b42710843c49a7de4f30b67af01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96399583880146e785c17a7f915dbe40", "region_id": "RegionOne"}], "type": "block-storage", "id": "46cffae66ee1450f90dca67af1d4bf2a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ccaa72b006548d2b0e360d31697b4f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02ad0ffd5a984322af9478aa33ddbe5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6dcf7ca99264ee8aa04219898707ec9", "region_id": "RegionOne"}], "type": "volumev3", "id": "755dcc5251de448093c202651cba8385", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83c8a63580fb4f4280b5eef28fc7a85f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "578cf15a34794191aab3f52260832c6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "798b52a877cc40cf90898a8602f5b748", "region_id": "RegionOne"}], "type": "volumev2", "id": "b1e3d9afa32044489529fea334e560ea", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28f8558494834561933f153082b1075e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5b4597f27d34044a7218f8090e674e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e70184d3f3644ccb0c2eba5bf14ca1c", "region_id": "RegionOne"}], "type": "volume", "id": "35bb77d819904e94bc0de745662e14ae", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8356799823f4af098511d7fcd83129b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "496826ed820146f794cdc16f2e30b260", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "018238e1624b4725b653dd58eaa5ce7c", "region_id": "RegionOne"}], "type": "block-store", "id": "693d2ba5fcf4408ab4e89b26fed5e531", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3e73d8bcb3cd46209d63407640ffc9e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0a1ac175768d4dd1a11631abf10d56bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0fd126affc0841d2a97910e4d3216c0c", "region_id": "RegionOne"}], "type": "alarm", "id": "67b0554fadbd4d9f8bd9f2b9e71d1d57", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d84dc07639914f3cad9e630baf975694", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "80724124f08c4a6094a36c70d01344d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "448b6c3c7d424a4ab306cfd85e6ed415", "region_id": "RegionOne"}], "type": "alarming", "id": "f768e220bed94c95b6e213a5d19f39f6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "531356b91ae0425c86e33383e02550e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1ab5a9ae7aa24715b43a8ec370d03f23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6ace1b4887da456a9c14760bca887e5b", "region_id": "RegionOne"}], "type": "meter", "id": "397a3f78c1d148a59112aef277e3fa14", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c88f55d7bb65461bbdc9c1c082e97224", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "216f75f4c6e04d259ef0569112e5770b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "93124472c8614a6bb04fd7bdac2becfe", "region_id": "RegionOne"}], "type": "metering", "id": "9285d215c77c42b39b65f59759ef65e5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d17a022d3c9341b7999d3d8a9cdb2cac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a51849c8801049e08371cc4219835507", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3a3c727a804b4530a4ca715ec39ce326", "region_id": "RegionOne"}], "type": "telemetry", "id": "efda8196b7a646228b660b146da0fdea", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6d8db9267f584ef88f293331cca3e16d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a9c3805e5ce44774b8d0f9f63ba1ce1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e4a6a55f70894be0a524ad1b1ac94a9b", "region_id": "RegionOne"}], "type": "event", "id": "034b4fc3b8cc4c4b84af93a736af1838", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "db2b4e269c6d440da0b48a9893eb783e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "add58e11c04f4575984726df184fb2fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "439049ed2a5a414fafc181276ec1c9dd", "region_id": "RegionOne"}], "type": "events", "id": "4fa566f30eac445f8b68fab4c2fbecf9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "52cd188811984535ac94cad25832a3e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8dcd60407c9643f297264a44c232bc15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b42ff960349044dcb6d51ac99e107a0a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "5215e314d21e4aef9bab76a4a4ed2674", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3064698d11de4f328e181c636b3b2e06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ba2a1887e80541679fb73771828220e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "da0b226438604bbdaf1eadaae219de83", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ae31d7684c33416ba0a981e4b1387ef1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "239e9eebbd0944b39671c17ca202d401", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0ac63a042240408a8e90451400eeb69d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c12a41a3397041908e1a0203d10230c7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "27c059cb6fbd4cd2a007a437a9e6088b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "515ed70146a64b9085e7488788f63154", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "078fb63728994ac89c50fca313577371", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f082285e1d4a48edaadf6f39913d6d90", "region_id": "RegionOne"}], "type": "tricircle", "id": "c31fc7c18d1c4b55b660e9fd6f054f64", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2f9d0cfb381e4e0592b69680e4977088", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ac5ebd5ce3d441bc8973f899697b6007", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "38aea80a1b224cdeb37d69b524b855bf", "region_id": "RegionOne"}], "type": "database", "id": "942134ef24894ee88910c9446c256de7", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4cbd622668e546778c3f82c70156e306", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "897cabc5f1cb4aedb65bdf670167480a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3da2885c47d348859128ee07b3503d6c", "region_id": "RegionOne"}], "type": "application-container", "id": "139178adab384b8fac62713995568777", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c206fba987674de890692aac4cdc1961", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6c8a2abd1f234f40923ee0537d525897", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "31eec337ba414d6dbb443ed5ddee17dc", "region_id": "RegionOne"}], "type": "container", "id": "8adc77f4376445c6960b5b61e7361696", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b5c752ee13304471972dcaf18575d777", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "108b360726a94e5fa9ba7b65c21228d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8fae9cc16556431593dc26b8de2390f1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1f07aa56684b4783a6bd31f80d431f9b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "85ae96d4a7044647af0ce5b99283b119", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "008e89cdf62b4b9d806507d585a4f113", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4f7d446c74c04fc08b3790a732c96bfd", "region_id": "RegionOne"}], "type": "rca", "id": "1a7e3aadef114965be3aff77ad6c0040", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b32564af8ad04ca8b05d1e998fd200b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fd0e17dd326e437689ea3f06708f505e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "29695be7dadd4475a8886349bef77464", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "cd5c6571e98a4ec786ac1ce793238a69", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9f2b408b5d9d496ab0fdb31580b93b7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "30fe12ef90cb47f4a781c657bc8cb0df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b997e7cafb124d7c9b8406598a95ae6c", "region_id": "RegionOne"}], "type": "network", "id": "299d80e3b4a94b5da3701c2c87104702", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "773fb4c7b7014b85af16543c52586730", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "46004a0561d644a0ae372761a972e4da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "78e87b6cd47a4acf839c7dca9a5ae8ec", "region_id": "RegionOne"}], "type": "backup", "id": "cdaa03a226be4554886b9a22e3c1b8a2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2ed3568f32f64ff4b1a08acc8c989d48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e6c38ddddf2e47428904fd1825279bf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "115fda44861246689dd0ea7b9abe7a03", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e9e003905f2e450fad558b20501d8bb3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ab8a1c72aa314b9e9043cc00c9a6f2b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e2cd603cfed14d37ae049fc21cdccfad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "840b10c4e1424836a651cf95d5cb64af", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d0d2c703402547348d340c6e5027d831", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2b21523cc1e446b5bb358aa84e862b70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "506f661b130147cbaaae61ce5bc78392", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "51c970572b2f4cc7a383691afb70d2ec", "region_id": "RegionOne"}], "type": "monitoring", "id": "7375002795ad4261a52e534adf53b64d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ad005b6dfce74f6d8c468afbc2f80d72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "34ba523ecdcf4c23ad44da1830ea1f2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "185fb34b2467466c88b822146197eea9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "85b3b185c22249a09890cd3fc328ceaa", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2f41b38d24e744c5844294bc650c5d51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f3a65c8e91334c9987241c6c77a3c017", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "288dec6d35b34d709bf529ff48f1ff3d", "region_id": "RegionOne"}], "type": "placement", "id": "b182cf56124040d88ae0c22631b5af89", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c53a622cd480428dbdc82e4cb0d8d2a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2a3dc539e77b4bfc9a2f747889fa1999", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "22b2f31209b04cf48b014beef294b7c5", "region_id": "RegionOne"}], "type": "instance-ha", "id": "99a0f454f75c432ead53e38e4192a27c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "54155fe460584978ac432487275d0d47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "04d4b74ff4954dee9e69466135c0a9b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6b9f979046524c2e94e0255b98855bfd", "region_id": "RegionOne"}], "type": "ha", "id": "f63fdedc434a4c5c9a89b7436b1142c5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "75f13746754a4c64a930ae7e8ca3671f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f6fe533a24124618af86c22f0cdb6acc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3c5076b5e17248a0aa0823fdbbba670c", "region_id": "RegionOne"}], "type": "reservation", "id": "35fe4f1eb93a4984aed88bc263f95be7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "31f7849270dc41058af977763bcf66c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "89f2b8be741d4696afebf899a6fedfe6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c726e916e100498dbccc5242bf587543", "region_id": "RegionOne"}], "type": "function-engine", "id": "94472fc1d4374c4bb6971e30068a1615", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "13e5965447464e13a97c96087779a7da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "99c8337025e8414aad8ede11feb13f2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "bc17c949d79e484a8ef92dfa354b4744", "region_id": "RegionOne"}], "type": "accelerator", "id": "f4b3c5c174a64ebfa4a746058aef98bf", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "39823c2833604c0fa46287cef0258916", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1dd4b7d0950a42ddaffa4636cb2d8788", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d79eff786ed44ef591dbfb080b60a363", "region_id": "RegionOne"}], "type": "admin-logic", "id": "5175aa6076f94c8083228cdc77a73756", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "217a5a42974d40deaff64c9e5031555a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "84cda83480b34c4cba9e37bd8baadbb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "66864d71c47c4a3ea08f57be2ee3a953", "region_id": "RegionOne"}], "type": "registration", "id": "3e0cb2c79e6c4e459e0515147207d218", "name": "adjutant"}], "user": {"domain": {"id": "3bc52b7190a9495397708b4177d9cf93", "name": "701365b77ba74d69abff33bba3f6976c"}, "id": "47208a5912cf4f8fa5c0ba8a3c5739fd", "name": "e6b782aee12d43aeb91dbf81e8b691f3"}, "audit_ids": ["26ae13c68b5b4d0b912d797ec325c600", null], "issued_at": "2019-09-19T09:04:42.118315"}} 2019-09-19 09:06:42,326 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/projects?domain_id=81194170155f40aca21d6daae9ffde4a" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,331 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,334 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "81194170155f40aca21d6daae9ffde4a", "description": "projectDesc-2", "enabled": true, "id": "0f8a6d6e634049dfa7e267e8370d4290", "name": "projectName-3"}]} 2019-09-19 09:06:42,370 keystoneauth.session REQ: curl -g -i -X PATCH https://identity.example.com/v3/projects/0f8a6d6e634049dfa7e267e8370d4290 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"project": {"description": "projectDesc-2"}}' 2019-09-19 09:06:42,376 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,378 keystoneauth.session RESP BODY: {"project": {"domain_id": "81194170155f40aca21d6daae9ffde4a", "description": "projectDesc-2", "enabled": true, "id": "0f8a6d6e634049dfa7e267e8370d4290", "name": "projectName-3"}} {20} openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_has_service_no [0.071635s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,675 openstack.config Keystone catalog entry not found (service_type=image,service_name=None,interface=public,region_name=RegionOne) {22} openstack.tests.unit.cloud.test_network.TestNetwork.test_list_networks [0.210281s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,434 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,438 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,440 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,443 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,455 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.375251+00:00", "project": {"domain": {"id": "365ece5401044a29964383816c506342", "name": "872981f7be804409ae0bdcb9e535df89"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ea5213b7ce9f4a08a4547255c205e1f4"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9799e2956ee84619ae684ab00cd355cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7ca3f3aaa050450c8184bd1772ae75db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "133cd3dd7d114036abdbd7f45dd4de97", "region_id": "RegionOne"}], "type": "identity", "id": "5f41e72b842949c2bf9f36b59d417fb6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6b658043a4134d6cabf1610a82d0f957", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "03dadd2f97f043fc9f6a6e5c075b516b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "50e40ce377424e87bfdcf42c2c1482c4", "region_id": "RegionOne"}], "type": "compute", "id": "40fda20fab584a8cb47374e73aca39d3", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d6ed3a35454d4fccaeb49742547346d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "192930e0746443f5922742fc77c3fc3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "17b37fde032f468a8724627acdef6b65", "region_id": "RegionOne"}], "type": "image", "id": "86e0bdb0283b40d09c5cbf80efc3820b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "10bade1bef4d4fafacf68163f2adf305", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3a27c2a373c24490af713e3a31c4737b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6d9223edad64429e8b0b9a8db2a05dab", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f6192601eeab47758f5b1bfc333f67e0", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55bc2d4f2a4b4c43835fb6c06a102686", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5159b6db67d4624befa24282204709a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2f0785853794b879174ffa708054b15", "region_id": "RegionOne"}], "type": "object-store", "id": "6c7afb278c5c4352b20bc28a32d905f5", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b6630dd1f6854e72893d9c403912e412", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b9546d23df114dd0bfbc349630bc4f16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a31f1dba1ba64f7a9b4e26a5d3da8ff6", "region_id": "RegionOne"}], "type": "clustering", "id": "e20cf6f7e0b946e0a8474f8e7ee69466", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cd4fb2e757954ca8ae2735e70ba2c26b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2130147b98104f2ba4ca1deec34d9134", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1a44b499370c4014816eda910b106a86", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "74fe6d91c6be4c57b6f34549adfe3826", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2b1c634d22134c15bbc00968cedc1f86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "29952a57c79842b8962031b1402bb744", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e17e8d69b8e747a1a3afa611bd6901c2", "region_id": "RegionOne"}], "type": "cluster", "id": "a5afdc26978a4489bfdf5b2ff1d70a3d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "86346be32c3546b3ac0093f795d78cd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "50db302e09f44197aa6dc87e4c32a1e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a85ef387ee674ab6b9dd4db2ed7646bf", "region_id": "RegionOne"}], "type": "data-processing", "id": "d2a85cde922842a5b33dff629b6e5f05", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4606e112f1d84ca8801f19076e90fe04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "aadb7865204e47789cbea5b3dd09a2ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8a0cf3ad72674a438c71db8939487534", "region_id": "RegionOne"}], "type": "baremetal", "id": "e9be1e2d9da94680a187c9b2ed71cc1e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8b8b978a98fd4e0cb36b7f006421ae8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5d8c085e45a44e99bde3a3c3d8662bb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "69eee4b2639c42448e170bb31de722f5", "region_id": "RegionOne"}], "type": "bare-metal", "id": "21a842d584284a9ba95ab0856cc2598e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "615628be1fb64cceb52d572c9205c17b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e3f92f5aea8b4a558f5a077e6410c875", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "878200c4d68f43c6b96852c55a347ce2", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "90310baf628d40749e26bbd71f4aea32", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "40ab235220aa4b0993d6ff21a4157699", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "350f9ffe11f84f32bbb3a387b01b5ea4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "30c0b131b6614d9f819d08c15f2c1de6", "region_id": "RegionOne"}], "type": "key-manager", "id": "48d8e73fa8b946b78cfc6a3b514b0e27", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "29af3622b5a34e468ebc25bd9c0af141", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2319103507f54bffa347e78a1f2dcf22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8a4d85d2a70e4c5ca43f336333b3e27e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e53128ccd98d4a37b9319936a29d0733", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7118415227064648b88a746e03990964", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c661af58123949239674fe8cda671e31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d5619e95a48f43048878d6862006ca46", "region_id": "RegionOne"}], "type": "infra-optim", "id": "78860c87c3f1492d9fa89d1f7318d401", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d5fcece13aec4a7fb1bd87654a222b11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "44a9b2d33b1e425ba0d87e4f5596fa34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fb37ccabfbd74c26be9f0a4910cdd704", "region_id": "RegionOne"}], "type": "message", "id": "b3d69d1e7e35493ba90f6ee4144e7fdd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f377101aa2e6411690d5352a6605a385", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9f911be484ea4c4d9ad6331a3ca32367", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "91c03f251c2743d58c5278f70d277e10", "region_id": "RegionOne"}], "type": "messaging", "id": "67ae0d29a8c0448da6092d1f0b6fb323", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5eb44556a97d4ae38550de363284f25e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a3a2f2d0bf7443819b9d6a27aa4ba8df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "330dd0bda84d4ecbb589b8bcddee1889", "region_id": "RegionOne"}], "type": "application-catalog", "id": "563f1a40e82545d1b69db8aa80ca24c6", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "91ae85556f5e4acdafe8b5be53170be1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dbceeadf58744717ba317c0a7718634d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ab833b83da354d7081e6432bd072b0e0", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1c285369e4034575b4c76b7d47e130d8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "41f4c09fada44fa38d45846d6f6e8b1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "33b6ca2ce181456e871575be80375042", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "23bbbba52b894e9ba546cfed640b1002", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "345d6f4a2b5d41b38bb22591cee45a31", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "498166b287ea4b689a2a93c70763422d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d2481c6ce9b54cdbb5e194aae0ed5286", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "34a22dfbf5994ef4b752da2dfe138a28", "region_id": "RegionOne"}], "type": "container-infra", "id": "84e300a6e5604872b141271b530efc04", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a3d9e0bcf1ab48ff9cf379085ac90b7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5605760d54e24bb3878820a9cc4dbb34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "dd68059fffa346d3954115b252e5eceb", "region_id": "RegionOne"}], "type": "search", "id": "92b60149a9dc463682db5e2cc2ed1500", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "83496e12b8f049e5a0facb4479bae81c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e933741d7bec441dad986719ee0ec319", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9876982fce2941f8b03905fa7b9c1312", "region_id": "RegionOne"}], "type": "dns", "id": "b86b1deb51544de49beded45fc704df9", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ca3908acb7e54ee8b4181340a10ecc3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cd5e7d057cf7493b99f6ae72dfd6bbaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "244dea3da8524c548491db1275d4fb61", "region_id": "RegionOne"}], "type": "workflow", "id": "bdad0bd1aad1495f9cf42643de6c92b0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8ed69fa333c94d6b8a19737d0c2ac864", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "41b7de908c5348e08b0555a0e565ac20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c18dfe58228b46dabb93832972c1f390", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d6e7b752abdd4ac3a0ce9cdc92e0c4f9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1acefee418b74e46bc64836659ed50fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7bec4fa00ddb40cc814c6dadd1e86b9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7409dc61dfad469090f951c92a5832e6", "region_id": "RegionOne"}], "type": "rating", "id": "e8bbe5ed47e9401ab657637243984ae4", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c883a69c7f0e4b53895b234e0405f499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a7845cb0531f41c4b12263c30e7294f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f195698de8f54a339caa1440e8336b5b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "312807a6e96f46a9bc53888f775947f4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f3e5d5f3328d4a68baa551088d2c7723", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ceddf9fc709046ba8efe81f7aac969f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "35ebde4370924d72a57896e0b4297dc2", "region_id": "RegionOne"}], "type": "policy", "id": "f7061cf417d84a6f8d25228ac9826677", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1a0fcadc905046eb9ce9b0511af1ee86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1ea52d43b3e540b9854a6b51660fa898", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d4dbc87e2be64c6e8b9064f7d1d423c9", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2c8474d65a624b56aeed222ef09731c8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ccec468a15d74e8783a937d297a15140", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c6088808b5b74e38a52f2c373b739438", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e2ab01cfc9ba4837b52a070429e9c38c", "region_id": "RegionOne"}], "type": "sharev2", "id": "4a9d06caaefd4c6ab3bfc45ed983bb05", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "23294dead24147f1b8f70d944e4f6443", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f2d44f4d08d6407f805383230d24292e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8408fba80fdf4d34b4e941038dd7c6ae", "region_id": "RegionOne"}], "type": "share", "id": "750f7ad07a564a2ba81f10120782f0cd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d392aa4b594e4374891c40ea964e6427", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5852d650c6964d99827fbac9d1d05b20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "dd7b3dde9b6642969d3bdb41361cef56", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "83241d23944b44cc9ce66c8c7888f3c8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f506bef7536d42b995bdb68c0ccf2574", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbc7cb1d77cf46909d3153d2e9018c71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46a703acab3940e994e9b1befe8a228c", "region_id": "RegionOne"}], "type": "orchestration", "id": "5813bd7e5d9942a68c51e7377ed4a0fa", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72205fbe6d4f4e74b3a1f4e1143dff62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f32caa47348b40e78fbead8a6a27325b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c017268b91b34cccb0302dd79f6489aa", "region_id": "RegionOne"}], "type": "block-storage", "id": "22668f545c47401ab06fcbe7b7471f0b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f605130fbf94f599a35fcf432c9be82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "668711e4fb0644eb8c64a53da1003992", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "575998cdb1b94601be15ced911562093", "region_id": "RegionOne"}], "type": "volumev3", "id": "da7ef415702048c6989da8b5c61d818b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31a6112e69be4fd4b6d5d143b507dd56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4b292afce114835bd91c747614c9561", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "568117116e1746e0906a1821155900c9", "region_id": "RegionOne"}], "type": "volumev2", "id": "457c486c035f4a4da84e216a92438763", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e84ae5ee21744b418c06580ce91335bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3a1d0d97a6e40f4922a714bdad45147", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5aa199805b214825b53403f61c88d9c3", "region_id": "RegionOne"}], "type": "volume", "id": "331fef2a4ae54ec590390a41bc55504e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6db3d6a0804743409eff89e5c562bbf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a4aa023e8614a298dc7d734c2bad721", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33d033ad915e4bb097cb0c8635090095", "region_id": "RegionOne"}], "type": "block-store", "id": "c7bbc2bd4ae045e5afac335de9a12970", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d470fb9841954b6b9a9339306c0ceb88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "013340126d824a99a27cc69b6e338d64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4c6efb953847424ebbd3bf6f1ad2da6c", "region_id": "RegionOne"}], "type": "alarm", "id": "73aeb36718ab47309aa30145105d028e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2018152b80814f3d970566608afeda01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fc6a89709da64b33bf6a7f02b6ecb3ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "90afdb26a8e84509b6f151322604290a", "region_id": "RegionOne"}], "type": "alarming", "id": "e223d59fa85b4a1e88c1dd2d886b56c7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cebbfe06cca64360831855b6ce116f0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3fd94df91edc444697c7dacd7d5fe873", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "572d12a543c3405a9f98b2b0955844fb", "region_id": "RegionOne"}], "type": "meter", "id": "30036e798a2a432cabe925de68bb900e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1e9b637a6c7840a4809d907a3373cf64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9563947e96eb435abd4ed154397b880e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3c66d2ba550d466caa2db321fe5c84d5", "region_id": "RegionOne"}], "type": "metering", "id": "46ba4d08e1c84272b593fac79674740b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "01431bfd1f5341bd8faaee543f690e95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e4b8098244274fd78469cb5cb4d9e494", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ee0ace2e030f4b0faecd9c891e39bdf2", "region_id": "RegionOne"}], "type": "telemetry", "id": "d4833632851945b39e8c013560890a5f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "be161be6235b4dfc9857416bdbfa4dbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "76b6eeea6a7a4cfead6093510cf5da22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9bc7c3ef60b14596b3ba4ad99b415b5f", "region_id": "RegionOne"}], "type": "event", "id": "3a4d150e22014e42bee90cafd03da78d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b9bbc287131842a59aca8003efa22565", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "67d3ecf17b844b0e876d2379855403b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e8a6f8515d1642fe98d372af05919857", "region_id": "RegionOne"}], "type": "events", "id": "94e775fad8fe4415b39a4182b16ea7aa", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "76244207f9b9487db3d63ccc31b43576", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "89d83d837f6c4c949d224560e820d495", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4a39069afcea41e7a743abbd2a2ddbdd", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0d8d859dd6da4faeaf11518c9ae0bf65", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bb3229c112cf46019f7836f07ee0a12d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "be6ae640aa2f428e9bb4e54dd098c31a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f95933e96eeb4d188bbfe739338c8cb3", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5153fcc21d61492bab4111e37c5a7ff7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "61037a6bfec243029a3baf3e2be7dcfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8062886433de4673b5a4aa70d7553cfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ef9fdf6a82444a00935181eed0063b0d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "09ef426f1c88437897e2ff14499567b4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e1d574b8ff2748b398d512fb8081a1cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "211fc410fa764f75b481628db305ac7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d5405c096c36453598aa4595f2999add", "region_id": "RegionOne"}], "type": "tricircle", "id": "d0163b3b89fe494889e5339699f0ab77", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "6db14c1b6db945cc803081792fc46a96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "626f00c3aeb44a27a64053acae71d96b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "26a6442539d04e7e99739e34201456ab", "region_id": "RegionOne"}], "type": "database", "id": "7779939c24244998b528a1487ed697d1", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ba0b20e8c7174feea1d25d683c2b728c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d2b74413f0d947ad83e4026743e62592", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "03badaf3ef5f41ceb2cec5bda6c386fc", "region_id": "RegionOne"}], "type": "application-container", "id": "fa67c15ffd94459d9847e01ed3ebcb17", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "989e900f2a7b4346bb5c28c803f56415", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8a4eda0174fc4a5ba66de65f220d2323", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bae24c187157497aa96e3dd9145cd366", "region_id": "RegionOne"}], "type": "container", "id": "c59c56220ed5437e952f1c0093e5ed04", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3960f64dc8194f7897d85e8578996088", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6563d0be9e8e48a2b435cc01247df1cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "72275e799cfd46bd9e98e04331513d89", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "188930c2204242eca006ff147037379a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1aaad1cc29a34e71a017dbb9b7d729e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "38a2db1a666349778f421865d93e46f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ca30d2f9ff5a41e4bdb32ba0da158d92", "region_id": "RegionOne"}], "type": "rca", "id": "ea7fbb3536564f039f3550e64e830f06", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "66553898142647a3ad41ef72829af8f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "151d5b005c5c4e64b43fd16b5847fdef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "465fd9b2effc4c11ac5db36fcae051b9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "36fe3b86f1d14ea299012263e4f3d7e9", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "8a4abb16fef541a7842fd5b54d7b2f47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cf6d2fe890494bcc9a3e701d655f4b02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "68620f16188040908e3f4924732dbf9c", "region_id": "RegionOne"}], "type": "network", "id": "b743ccf943ad4c7a8b9fb6d454feadb6", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a5356f08024d4820935e5b956a64f4b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "53f908bd00614f4a89fbcef2ce38cca4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "de1d6b7d7f44420eba40f790718645f5", "region_id": "RegionOne"}], "type": "backup", "id": "0fa6f5900fe84d96a751bc36ccffe4f2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "eec00bb53bca4a1da4f5bb16a573a0f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "24300a2f3c9244fa9106eba2439873ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b0e6b52141bd4fc0a865bbbec55c6eb3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c10476a386ff4b778eac649bfeb55f26", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7e44d80b09c346fea78fd483b6d3bede", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b66c9a958d1d43d1a457ae8a4b8842de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c7e4ee8fa1134307a1f23d3e5f06d00c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e660069a349b4e83b1c87fbcf8e46410", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "aa546b412096486f85952eb33a498dd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0c9d20a0f5dd410587ae75068912f8a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "403b5c7676004e03834138f6af715a10", "region_id": "RegionOne"}], "type": "monitoring", "id": "c3cdfc8b848646548b1ab20b516f04ab", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3f6d0d4e626143a8b240500c46714a09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ae08eab3f1c3489491c772a4a2a451e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "3c5da48e980145d08aaed2fa1955df99", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "69f850556d6d4490b64a855beb5e2624", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "cc558cc1fe3b4d8588d69ae16f2614cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8fef4e89c9bb419aa78bbb041286c231", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5a2b0cbbf02247baa98793e25dab6a9e", "region_id": "RegionOne"}], "type": "placement", "id": "f7eb6ca7bd8541d78e9cc9dcc64cd1ed", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d01e3848b20d4df4a3eefa3ff6457a53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2e0058d10c6b41d8812069863d8e675e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b3b7411c421b42c98a758c04ac0a9a80", "region_id": "RegionOne"}], "type": "instance-ha", "id": "739c2a0ef5f34384b03471152bb91a0d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "36fe049dc8874eada2949c384aba4147", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d4d0152802c440159c20f004c31430cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b73ca6840f5f4634883efadfa4b22802", "region_id": "RegionOne"}], "type": "ha", "id": "c610d0276a784065b0e797de87e9a48e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "72869e9563294eee8db608fdbadf11d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c9cdf16bcb5545bca556cad43624a76d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bbca2a0bc949426a96eebbc8c17e8078", "region_id": "RegionOne"}], "type": "reservation", "id": "1b966a39060a47e798c968505fe976bf", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4584c8d57f2c4608a22a9a9526a318be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e5f17a97c3a147739cdb649e18495aa8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8c4085f3b2a94521861e8c0927ccddb1", "region_id": "RegionOne"}], "type": "function-engine", "id": "59caf292a29d4f9cb4c0708baa76b22d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6ceeab2f59934439a1b87a83df66eeeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a8a96a82e9f346cd80dee6033255b26e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "991d6663b53f47bd924e053d5d684e60", "region_id": "RegionOne"}], "type": "accelerator", "id": "fbf003df92614abea75503faaa019418", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "82dea3f2d2884a70adc14817b2722158", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "da92a7de07ad4d09a8271d442c4d7145", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9513da74d5434011a95da1172f25ebe9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c1e9fa78dfcf4483867224c0292535cc", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6527079f478b4b6698f889a8965b9c46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d33637178aa44feeb1cfd74f9fe4bb4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f1dd0053c6284e4f961919ea531ea130", "region_id": "RegionOne"}], "type": "registration", "id": "cfc60141aa844b468a39706eee102cb7", "name": "adjutant"}], "user": {"domain": {"id": "0a49713b7d1842a58281e11889085fed", "name": "964acb5c9a554dc6b804bd60782ff94a"}, "id": "297401dafeca41a192479bf328033307", "name": "04d43a31777047089218a503c784f35b"}, "audit_ids": ["c87a7465d9934360b2db6460d95f8ad0", null], "issued_at": "2019-09-19T09:04:42.375251"}} 2019-09-19 09:06:42,564 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,573 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,576 keystoneauth.session RESP BODY: {"networks": [{"id": "1", "name": "net1"}, {"id": "2", "name": "net2"}]} {16} openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_id [0.299920s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,223 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,229 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,232 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,235 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,250 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.160163+00:00", "project": {"domain": {"id": "8dfe2e18169041c58840f0f6749d80b3", "name": "6bc03cc9a3cb41538d972ae20a650b6a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "2bd9c3380e2e42b3a1b1757a863ecf7b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e20dccab23ce4f55a66685e0f5bf20ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "36a9bcc9c2124aa694e8dde844ea82f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "3e31a241641b49b888a4c11efe1814ac", "region_id": "RegionOne"}], "type": "identity", "id": "2926b9f71eec46a988fab9ec846b4b6a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cf1790da1ac64d23a8b63c123525a7da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "62bf3d754e35434e9edeed1bf1ea94a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "810aac4efae44b6db9c7ad710c65c163", "region_id": "RegionOne"}], "type": "compute", "id": "0223a0ff68eb4317a461dfd7b6907da3", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5ad8ec2b6efa4508a2e975fd30a95112", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "80dffbe82c9a4d97942f03847bd33489", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c62b565bcf13437fa9061a867ba1424a", "region_id": "RegionOne"}], "type": "image", "id": "700fd59d1c2d427b849899c6fdc9befb", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "06e5c8ebc876488bbdd5b28ba8a14e7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "be7560d5856d48a39c825c9d6f8c01a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5180c302b89841d391c4c676dcfc6e78", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ca8d5e2b5ea04b658dbd3335e93a1fbf", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "007c01f39e81437791bb6b8c51f47673", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c0ba0350cd6498e982c93bfaf43104b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c47242048914029a8cfee81a611bfff", "region_id": "RegionOne"}], "type": "object-store", "id": "82ae3a4fac9b4cb18213d3cc4d967478", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7e139be17c9f4ae4b54b39888fb1825e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "34f6cad392384b2d8e58ea4658d13f4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6ae2c2edff7a4151b2634d46a884c3b7", "region_id": "RegionOne"}], "type": "clustering", "id": "502965f256874811b9c622f0d054ea1a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ec86773845814009af7403ad845b0f8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1053728e15824beebd1950c33b473cd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "15e8f7071c504e00b2b6df57066eea53", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8135521eaf454dca87e50f3528a3b703", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "87fe9fbd7a2d4326bd25108beeadc84c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0ca6328058a24bbf8bbb7bd478f25383", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4f3121d23e22470b9059445f166a1237", "region_id": "RegionOne"}], "type": "cluster", "id": "cf949b4bef3643caa54e135a94cf7feb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0517cedd64914b808e32e9ec6b78ac4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6413a8ed30da4ad3b257d810f4e3c372", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "95611ec5b23e4add8aac974b02a38374", "region_id": "RegionOne"}], "type": "data-processing", "id": "c6272d2d96bb4a0492a3bf96a606fd41", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6e1b39f2844f40d4b813a26dd4d0df03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ba9e21ddcd794193b8d892933a5291a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ccccfec57cec44598848ac93ed824f0d", "region_id": "RegionOne"}], "type": "baremetal", "id": "c1aa8852a7f94623a8644a9fbbfc0319", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bfae2a52b9e046d1a3ebef99fe5cf54e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c1f1c77f6e3840b888bd6cd7f2bc0fd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5f1970fe96a34a28acb58f04de9b84ff", "region_id": "RegionOne"}], "type": "bare-metal", "id": "29cbda83b5f34fee8eb3ee9fd26ff030", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d2b8129b852448739b77e7325cdc8e20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a09c0a0359294547acd6b8dd08fe24a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f19e3e882c6c4bc3b15855a301651750", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "4fcb87008c6742d0a00fff058966cd13", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fcc35bc9437446dc8e23d98e82f678a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4f1eedf9738945508f400b375fee3b48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ea6b246658e64730a205f894ad12e550", "region_id": "RegionOne"}], "type": "key-manager", "id": "c5609b5858654b7cae37a339fc8b7880", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "02dd03aaac7649efb154e5ec33921ac7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b5a47c1346e74735873e4fe7b586d7e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "386bef8fa0174922855b59274705a9c9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5d59ab6f37d846da90cf1f8bf6152011", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "15f754522c75419980848d41daf9c77a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b6422a33850d466fac9757266f165b46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ed72566c1f7e49bcac30876e4d3017f1", "region_id": "RegionOne"}], "type": "infra-optim", "id": "978b769856214ecf856d0fe315d64eed", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5279d6c1e50245c3883a072e3b94c7d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "328695d95c654d0fbd77c06a8f33a7e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7c82d2d263a54fb3af889391ce39fad8", "region_id": "RegionOne"}], "type": "message", "id": "02b79bdcaf7843dbb2edf647b524c0e9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "43f19b3dbde648adb774b1ffa4f15e66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4b21b5439f604654958e0ffa36a36652", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1da8b970c5b140fabe94a926ad788926", "region_id": "RegionOne"}], "type": "messaging", "id": "5c9f93f272a64c639cd25d38305eb14b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "92cd6003035b403599d85cd792797375", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "996baefc3cde4f739bffd45b278c4208", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0f6690a92b204af5a2a5ce21f6bc374b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3698785557054f67a6c580e66443cd3a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5333ea16e7d44de88a97ca58b38ac0a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ef74f4f2b2a6453a800152d21fde05a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "33c1b4914011438ea8406f20040663b3", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8fa83e42155c4eb59be2af20ca8363a2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e0ba94f4beef441c855328fa09149465", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f5371bb37f07496d9deaa26445f0b677", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0ca6899016b147c58567a446364058ea", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "22402f056179412cb04399f247b44758", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3ca931b81fac47658ae53adcb1c707b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "00b31e5f898e4d2fa6e0a67df5ad5ee6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c2efbd20f0047a0a3d84e375783ed9f", "region_id": "RegionOne"}], "type": "container-infra", "id": "e580a2906fac4779b1071ee9e9d95b32", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7482f5f235b243a5a7089a92e9a0456d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b0ad8f6654974d40b020fc5fce750f41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e10f2a0e867e4ddeb8c06928494c937b", "region_id": "RegionOne"}], "type": "search", "id": "aa25334ae55640d1956ab9dce598ce70", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "8234ed192f7d4601aaf2abe445a94102", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "50e0afc142b5459fb0f0b4f5ff238872", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "281325c96fe24432a592b5c69e456ad5", "region_id": "RegionOne"}], "type": "dns", "id": "8b84a943583b48a0add74c0cb08bb9c1", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "801f9a182edc423bad77d4017e764669", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1f80f3b224ad45fe925572fb9c1eb4c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "412ef4d481e64dd792931e73f8664df5", "region_id": "RegionOne"}], "type": "workflow", "id": "20054c47f66f436285552ac4a158210c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2d47e65b83f14e5e9f27b35793c93d85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cdbdf68c0a714ae19fcb513f9c5e246d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f77c92a1b51b4c778d24f0e57914b599", "region_id": "RegionOne"}], "type": "workflowv2", "id": "887892dc4b854c729c6b40375628c5db", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a917816a855c4354a29c17df66e57233", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "335d6abd5c6a4cb7b59f4da76229399b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "015f8e7b7209480eb14839d2ff6b707b", "region_id": "RegionOne"}], "type": "rating", "id": "48c55f1e84ce4fb49274a167e5a29a93", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5cf08953f9464bf9bc77178243cfa4ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3ba7f427b8ae4c849f7a2bd346f2bfa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "665d02e02fc34bf9bc757dae52e53c1a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e41a84f4677e4c3e9fc0de8b3dfb4678", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0e5306df061e402ba4239f87eac4693b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0ab9b0fcae6d46dcb0de9c153f66a208", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "aa86a045975745068acc790b56d444f2", "region_id": "RegionOne"}], "type": "policy", "id": "e4a6cf6fc6c049b09b0b403167f439a6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2ca466f3ef704ed0b07cd5c326d4421e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a137937a228c49e28f777d9431b32426", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4f17ca8cb540450e835898f44d39acb6", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c61867b56cce43f8a596027eef2b7e21", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fcccf75292ec4cad9d83ab35b81acee0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0e2275ca70a34afd99750374785ef92d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1fe6f911c8074f6386ae4b0d501e1999", "region_id": "RegionOne"}], "type": "sharev2", "id": "cc1b0842b4224ef9bcbb4fb0b5cb74d0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ed8f8ecefafb4a01aae8584969ca849c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "540df76e4ece46bda397682a7e3a5878", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "50e2bdb36cb14c19b942ad60dcf17129", "region_id": "RegionOne"}], "type": "share", "id": "26e257ecd8a14ebd84b0e201e754e7da", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fa73e27c85754345bc4fa78c338242c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f84d0016742a40e2ba3154c45ca59839", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "92a86a91239e45339d473148697c1f14", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e562ad2f1dc84273b5108f9f253bb37b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc267ec876ae4d0987ca09703bc40e32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24aacfdaa57c4d179655a3211204d362", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcab02843ea34be79a583ef166210d41", "region_id": "RegionOne"}], "type": "orchestration", "id": "f2135ce33f2e40d48cd2d4bd53a90d21", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "022c6d6206a84f2aa04131dc72fd8ae7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e95f0adf816944f69df38faa5732339c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "221225c9508142e7819289029b1b4f17", "region_id": "RegionOne"}], "type": "block-storage", "id": "2f238173e553474daf84c8f48bf73423", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e725b59cd2974560952cbc6adc05d1e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36d2f68f294b4634adc3d7f94c7150f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5159e497a3c641f49f11063633b0333f", "region_id": "RegionOne"}], "type": "volumev3", "id": "80b507711bc9428481444271d2ce6e1a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "032365c4aaaf47578f8f3e57d990a961", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d762973e2e74ff78d172823c6df1cc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "832a9daf18eb45a896e4487c1b19aae7", "region_id": "RegionOne"}], "type": "volumev2", "id": "261917cee4c94a378e11d469c0c83a08", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16ecf5f3ea8c471aad55a141f69ddebb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5bcbb60ac9542db97114943a6b7efd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8aa6fe131304d7bb3d1bfd829a631a6", "region_id": "RegionOne"}], "type": "volume", "id": "c11ded81300a481c8df5c2b6e438f66a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b5e9dd769234321bb9609e51994eac8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e112c2db3fd467aa2584bb843fc3d5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "868ac17ae9944ffb92b7ca1093817244", "region_id": "RegionOne"}], "type": "block-store", "id": "131b554e93244735bddfcc0a02b479bd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "01c545bacffc4ad387c56e68dba05257", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b8b63cb8aa714e2f91f81101b5eb5672", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "20d2289b388f49a992c25a451aa2e20d", "region_id": "RegionOne"}], "type": "alarm", "id": "75b25c49c1ca408f83d0a946e7bb4b1f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4021eb450e0d497f8e8d5e2b43895a90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7075add2f4c448fbb3157a98baff9c27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7c7f2198f24f4ea1a0c2004cc3f711fb", "region_id": "RegionOne"}], "type": "alarming", "id": "fabaecfed1384142a469e4a4d95d7492", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e311293c2867457490e57b86869a2f65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0a533242e39240769e1194f590fb885c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c2f19d24f1de42ba9180869e9292f6d8", "region_id": "RegionOne"}], "type": "meter", "id": "e3fe461cb42c455780e0fb63faea5d40", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "924144ba1081442eb76fffe7e1f66848", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bd72e5058cd24cd6b055befd4582536a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2fc9ab0ed34347ee9dde8f3ec72c1254", "region_id": "RegionOne"}], "type": "metering", "id": "ca8cf966dd4148078718212a3b34aeb3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c7325d855b3c43b393955ab8ad619e74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "20b1ccd7c0b04ef2b2b03e335e998141", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1604fd11f0f34124aa5114c3e14fb77d", "region_id": "RegionOne"}], "type": "telemetry", "id": "f91eb12a75f040c48be39388ac0ef867", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "74bac89314dd42af846a7065dd1d49d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "033111c3fd3b472480498eb42c40d2a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "072f7f9cc23440b7b18b260317998e70", "region_id": "RegionOne"}], "type": "event", "id": "b76cf479d6fc482b903d6818a70bfc20", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5b161cb614c949b682b56de695a7ba26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4a744dff808d421e9bd07fc36c353239", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a80eef505f1345078fafe8f699909460", "region_id": "RegionOne"}], "type": "events", "id": "c465df6c9d4341878a812366df295600", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d32f520710954581b3ff587c7fb00a59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e6bbbd3e89ec42609429e7299102facd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "febc9ad6cb7e4618b4926a4b47bd1f02", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d6cb354c768f468eafaa9bc7051506f8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "79833bda2ab049fbb9d93d4f97fda0cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e9ba614774004019a994260becd37efa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d253c8ebfae440b4832411f249a1d2f9", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0a4d2f5343bd4ba18ca49096bbbfc78f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a336006052e3434f8b177e4d0a9f1cf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "62ed8827afd3425ebd3db49af3fca3dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7bd86fbb6ed24712a5e3c455ef0b9a42", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "61bd2e0008fb4a1aad488dd576f3fd96", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6152c2050e524280a0ad90c0a4b439dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "71aa118dae984d09a2f6f477a253a272", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6763b972951547d49b5a3a6e4c678bc9", "region_id": "RegionOne"}], "type": "tricircle", "id": "30cd80553891456288b2a08da50bbe4f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8266098734ed448a898648913feebd47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "478fa4573f5148708052476f700813b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b5f9e7684027417784fad5067f9504f2", "region_id": "RegionOne"}], "type": "database", "id": "971fc202072d4c62ad919c6349ec9d10", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a0e8432c5ef949d6bae95facc1f23781", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1754025cb3b44029a6355f9d52f0d5ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fcbb6a7bd23d44f29927af673f8dd11f", "region_id": "RegionOne"}], "type": "application-container", "id": "5b41259d4d404deebde9725a547d2e2f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "febe257d0e3c4c078733923ce5995d2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "36138648d8a947539ef3b88881baff74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6574e89592d5403b8f2a8b5b9856aa94", "region_id": "RegionOne"}], "type": "container", "id": "79885959878843efab1a3c33f69a74f1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "17991d97e344470ab2686435274ae036", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ab7e766d583b4c9685f4cb98f5f00d7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "31d689088adf4d4085b18ec43ee9de1f", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "24712ac8d07241c3b3657d9ad548509f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "87627cd4b04c4485acb57796beda9baf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5b0951ce2d50456c8737072e76d3aaf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5f572a980e094a778a5a51287c8d93fe", "region_id": "RegionOne"}], "type": "rca", "id": "189c958ed2b148abb1cd06bba8608017", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "440437bbc7d147109c313ecfd3a1a236", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9d220bc28e114910b7ac76572427b20e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8735bf462ed84f03ab89efc588806051", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "9ad9637b017b41a18bbe9416b40fb6bf", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "feaa041fa1164054b7398ea9ee182c8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "414bb282cf2847cab885ca9159379a5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a279affb31db4f19b4320752c12d8bf6", "region_id": "RegionOne"}], "type": "network", "id": "a33ef94fa72149f494752209e7abb1f1", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "4afc69448a2841be96d9633ff00b76e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "20b9f24b3b844bf78d99c5fd9294bf42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "5ad2bf4ca27043dd835f00486c9d8612", "region_id": "RegionOne"}], "type": "backup", "id": "df91a5dabc9f4e27b2f1d08f64a255d8", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "10b76d6d57fa488ca3c1bfdf4ca35a5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ed70cecf4e3f4f66a4e8131615b39652", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "888596229fba470db750bfa3f80d933e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9ca31b29eabc4a51b37d074f4c087996", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d6ddc681caaa47fcb105aad98b3d6a7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "32f6427758b04fb2a59e4b20044a40b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "626c4f85ea3f4170933c6abf37d7d9e0", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0e0387b94f214637ba2d119dc17a0faa", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fa28feaf0c5e461d9bc47aa5117fdae0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8062037744964d97abde29afe426b65f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f9bd72b5b38345ee9b1ad7abbac610fd", "region_id": "RegionOne"}], "type": "monitoring", "id": "e442e3c6042545e2bfb96cb98c226b2f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5b3f54d0cf5642399b99b6c535d62528", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "67a7f73fc00d4ed68ed490cd9575c1c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "18755c5363c440549c781c03a16678c5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "14b96e04627a4e9f975889527c5a1056", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "741cdab271b54e93acf6da65f439e34b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "363e29a51a4643319bc0b4c69e7f3aaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e40defaac86c4da9960e5d41f48dcc58", "region_id": "RegionOne"}], "type": "placement", "id": "796cce0b7c5b4c5688509d3f0a54bde1", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ccf8b1af1a814956993d0a10f01472de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "224c54516b64421b9a5d7263fe00c401", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bde083632b1f4ff3aabc50288e12771c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2a6ed0d47b7241ce904d703bab5d1cee", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8ec35680d19c49e68aee16f9846cc70c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bd2ae802c2fe4ad2babdd2fc1eaf66fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "63564db27ff9406db91e7a1132935fb7", "region_id": "RegionOne"}], "type": "ha", "id": "816a3e634c9d400ead3000765ed8c89b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "19f5a392679d4c24b83a57897d267995", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "42738f68a00a4fa987c356e6199d27ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "16f82b081c7840c8ba52deb1dc823518", "region_id": "RegionOne"}], "type": "reservation", "id": "d6e6728cc9ef4baebbd26ec47b90bc35", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "63ee4892095f4237b18fafd57e653388", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "da7c191478c943ffb686383ab5ab6beb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "200969a22c1a49edb31b6bc07129851d", "region_id": "RegionOne"}], "type": "function-engine", "id": "649f652aa9754ef7905a501abd7bb9b1", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "46e1be5121db49ab9751f6c14032ab2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "03557468a4d44f00b91df0b43e926821", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "03eafb49dd2241f2846fd30655ac4098", "region_id": "RegionOne"}], "type": "accelerator", "id": "cb5177d880dd4c83b3def0f2863bc0f6", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ac0b515da5644224ae612b5320123498", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fa93959fdef64f35bb17354404728743", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "21d40196c37d4d6592c7fb272e958a38", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b6962071025248b8999067fec240606f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1d20c799e32d48f19ea6d56cc25964bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d89276496dea4132b69cb35ce01aebde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ffb3867a529d45b8a275339c2f76e7fe", "region_id": "RegionOne"}], "type": "registration", "id": "70289113e2984a16ae187d6488e38856", "name": "adjutant"}], "user": {"domain": {"id": "82148de673b64bc4b2bb1edeaaecfbd7", "name": "9ac423ac965d4569bda42663a6cb3850"}, "id": "6501b1243c2f4a478dad699559ee52f9", "name": "ca1c4b6d29d14281bc9c3fb015b0857e"}, "audit_ids": ["6d7ccb155ca8487db626c88ed95f361a", null], "issued_at": "2019-09-19T09:04:42.160163"}} 2019-09-19 09:06:42,284 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,289 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:42,291 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:42,382 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,387 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,390 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_id-2/file", "id": "openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_id-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_id-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2019-09-19 09:06:42,437 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,442 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,444 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_id-2/file", "id": "openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_id-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_id-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "93b885adfe0da089cdf634904fd59f71", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {23} openstack.tests.unit.cloud.test_quotas.TestQuotas.test_get_quotas [0.291179s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,321 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,326 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,329 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,333 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,345 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.261312+00:00", "project": {"domain": {"id": "05299f6acdca460fa2f874ea9e25821d", "name": "d1c36165057b4eb292cc006905224af8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "44a7971d96ac4958a5087920bd024462"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "111e69b36c834e859348d0ef33994d0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5c4a4b33b2204f25bd73b6590d7d1b86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8c3ee95123954ecd9dfb9b9793442a14", "region_id": "RegionOne"}], "type": "identity", "id": "915ba36931314b0ba658feb1b5d5f29f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "001017e7db574dda9f02eec69725684f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8d67134c42624906a712d141fa3f7f79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "834e2bbfa4824b6988bcc59d8073c95d", "region_id": "RegionOne"}], "type": "compute", "id": "75aac5cff38d4426893a4a13aba41d7d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "63e6ce5a351d4847838b632a7ba86d88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7b82d705782a444cbdbc30a0f3aeeee8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0d0a06920d3c4c1b91dd5ced95cc54b2", "region_id": "RegionOne"}], "type": "image", "id": "e5193c530258439fbac3b881fe50c12b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "72088dd62527473580f29cd1914179c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5a5ece4041894242824a4c066c38ee90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "71e25c0170a0489b8a5618658a1e1152", "region_id": "RegionOne"}], "type": "load-balancer", "id": "086aa609c4204736b8dc478ecc3918d8", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "851e55651dc84b29aa89b41c46e3fccd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eea6ed2e0c7c4873832357a678abc318", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3ebb742726e43349f41aaa949be3ba4", "region_id": "RegionOne"}], "type": "object-store", "id": "647f8aa07cf3476989d6d88cb2463b2b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "45b094f46a624c09a99c0d394122f63b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0042ba0894074f418b47ee6c59fcc71e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d7c5f245e1914a74a7ad78d1bdffb1cd", "region_id": "RegionOne"}], "type": "clustering", "id": "df763a0b37e447819bf9008f979b6f9f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d8343e6c9796406c96b9d44b153d73aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "531321e4a8314173950395eea96b87fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9af312d5d4ad4a38a4161acbb1571e02", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "fd654e1ff7874ee593ce8ce9adf6eff0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9d4c966865d942f19cda01e4b070f39c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "adb061e74f034008b9a3d4d08fd9f442", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0648743d94e04e2e8f000cc97ae3d74f", "region_id": "RegionOne"}], "type": "cluster", "id": "0e72abf38ac646ac925987f07fcf1f73", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "991f47fa9c084eeea4ea64ca22884ecb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8c72aab45d4042b595b7a4516bbfa5f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1a7815e190f54059afbb883fe573d34d", "region_id": "RegionOne"}], "type": "data-processing", "id": "494b284adbe2476fad17da2576a2e39d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "74c2dc0325234a23bac1d66dc03bcf49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5ab51f62092a45be85a6be6e8e42c41d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "83d540abdbbb4d4a90b8176cb71034b3", "region_id": "RegionOne"}], "type": "baremetal", "id": "fb986072df6e48dbbc5fb5713a459700", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e41341cd15fb4b30b40a0e5135043f7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "28c89497d4ae4e8a99b86042a63cf81e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "10d6711a22ca482aa7d2bf5c8c514cd4", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4cecfb7296ec4b53937c1dec0475a66d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4533ce941e1a4c42b560850ecc3cab8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b31ba3682ab94d2a81a8083198f5208e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "297d62d83c3647e6a3c05e932ee75710", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "54c5d06dc58642cdbe55ca9cc2ca1577", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a1bf4187224f4c2a959aa2276d9c6c49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "df89c22ef49c4fa9a9cf15f94bf0eece", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5822b3c1e947428191a074e879a02c84", "region_id": "RegionOne"}], "type": "key-manager", "id": "282ee8e6a2144543979cd61edf37bf6a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ca45164cd4d84a9fabdd75c12f6dcfe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "808c8081b7014d70869e02decd165ee2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d69a194ca59a40f2bb7df4bf59d12c20", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "83b46957827744ae869a490487c3b69d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8f3c2da28858422ba9c7926c784fe71a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "03835ef801a9458aa3248a41380eb91c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b8428b4f67244cbdb6dc010c48194d6d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "de84bfc831e144b6805914c3b07b81a4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4df23b350be84b578da938ff8d0c5669", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d644020493c644b2bdef735ab8856c92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "41e352011d3b431ea18569639fed82e4", "region_id": "RegionOne"}], "type": "message", "id": "c50aea4cfbcf486194d7b2ffcda2bf9f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "87f1e8aac43a4395bcb9b056afd7cf0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "351fe6c65d0d4b15a3f27c548ae0b01d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bd0a418f700249e78073aecc5e0ef0c3", "region_id": "RegionOne"}], "type": "messaging", "id": "659b4633ee134899a17b069a15df7f2d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "bc56e20641b341e890e3245f3719db09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "80df20e066934e6fa92e689b71d59eea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e4ce2fa41d2242a29dffdd6ce5362aec", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7243b0cff40a4e02b2d7afa84a7c88af", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7ac0c2304481462c80681d701cf09414", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8cfab4a55cd44e739454048080ce62d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "64581244211342f8b208d83375338f80", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "06b776632bcd4ee1b52c882e0988da8b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "62e36854c0434349a17dc68c04a9a391", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "919fd9656cf249ccb547978154ef8a43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "32370d32a72d4bfb8e0c7193e93fb1da", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "cfb187235b474be0ad2911412399f9bc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "86f8057e3dff4a95b58433af89c71c8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b318f248418d4880a12c2ef8fe59ba18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd8ffbc8754947b79e8dd927e540f996", "region_id": "RegionOne"}], "type": "container-infra", "id": "147e505dfdd440f99c300937ea862a4e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8ce251ff0e9348799c42a7162d52d507", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "47d49e7c2dae4884b52fab9f9df46c75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "566935c5f0c4435194fafdc6bb97dd06", "region_id": "RegionOne"}], "type": "search", "id": "6200a13aa9b440bd8e861c1248947328", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d087bc99d51747bc971f8602ba1a5919", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "70b77822815c4fa1a8870d5b79e87cf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "52deed458e9040b9adca8991f81256ea", "region_id": "RegionOne"}], "type": "dns", "id": "4adf2264a2f24a028a4efa6c5a30a0f9", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2bbec2a9fa1f443abcb05f59764abb64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "be62100f498f4a7ba7c0d31ea1e1aa28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6b951ab25d3b47019427a5cab1c329c2", "region_id": "RegionOne"}], "type": "workflow", "id": "43659252c68743d8a66d52b2c6ccbc4a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a1d36935b78f4af297b2cc9ea317d3ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "42323db939684997a651c7efd95ae4f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6263007c4db84bb9b0c61e9c85423348", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8d58f94789b04f5482d6f32d5c06670a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b7e5bcf1bdfa47b392aa5bd8ff5d55a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0502c5d1fe164836992423601e6bb539", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1edfcf09fc6f4e1ea67fc99c3dc6e3bd", "region_id": "RegionOne"}], "type": "rating", "id": "1bebdfe5aef5458ea804e988b875d283", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c3b21391f5624a669f67812ba932f4fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4ad4ccd344844eac9706e7d82b02c4e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0168ae887fac461eac9acab7a793f1ac", "region_id": "RegionOne"}], "type": "operator-policy", "id": "db7163d8fc594cf6954ce76372961187", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3a811d902a8045debef9113a3ec0f5ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dc5eabec8f0a4df0b3a46323a2d8d66e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "95b3da3f6b0742a1ac72cb269ed2282e", "region_id": "RegionOne"}], "type": "policy", "id": "7bf2abccf09d479eac466a4209c25bce", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "86b53468702245109c92bb61249a9635", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c0440908c2324f4081fe1845b63e631b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "67a3865ce24b41b7a43bcf00e9c1c6e2", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c7e5b633721c4737bc978ea5b0b7d449", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8595cc8585704f689cf4d54668467105", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d548226f3a474fcfaeac988b88357abd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ce685f854ddb405b942cbb0783c3c949", "region_id": "RegionOne"}], "type": "sharev2", "id": "100e5c17d5c94d5a89ecdc0080f4d36b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6729680af3784afc91eb284bd6e1439d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "239b953a2d5f47d0b6bdb5e803d044d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "61caab85712a45158458aeacd4e59fe8", "region_id": "RegionOne"}], "type": "share", "id": "1f696be5227b4bcd862c89d2e0f55262", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e1ed104cb903439297441c590af666df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0574e9dcf7274d45ad22adea2e96cbe9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "7da47b2527684803aa8c4b47320bc0aa", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a8d4e7083c2b4c6996ba659cdae9ff6a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ea43a6e187a41dab5cd5e69bc2f3b2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72e43feee9e74260aee48d3c8457b76f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7f7dd32daeb40f189183186e0decf8b", "region_id": "RegionOne"}], "type": "orchestration", "id": "c948340918c248b1a5bc98ef75dfceab", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c9f6bc0226c4f47b2c046939d37df09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "824e2c598d8d4772b62b23dce2d16dab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0e4cbcf2e404713824d6ac06e6dd361", "region_id": "RegionOne"}], "type": "block-storage", "id": "6bc3e8ed9ab347afa964b175b5fb20cc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1953c1b7a9c44131a0a5399ec5dfe008", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45a3620168754b6caf58369a0ab75246", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e50419d5d542469d9f91437e092d88bb", "region_id": "RegionOne"}], "type": "volumev3", "id": "f4d22f05730942d6b429998a513967fb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48170b4b6142453babdd655b5e7cd366", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "debe33de941841b39d46975f958d358c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b49efad26cd04cb0a091694436a59e93", "region_id": "RegionOne"}], "type": "volumev2", "id": "48c2abf480584605b9f30b4b403b8400", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f328d8269fc8441ca0f428cbefb69830", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50a0c88011ee48b9a747eafeb5203274", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5faeb2a614e48eda20c8d556d32a043", "region_id": "RegionOne"}], "type": "volume", "id": "fca4e8118cec4d03bdcff99a5fd5a4de", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90b85965250d49aa80b9af5ad2e1b69b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bef3c655a4af428bb6345f18c0e2ce9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "559de8583c28442884520af30f6162f5", "region_id": "RegionOne"}], "type": "block-store", "id": "dd94b5399c5a4a0c933ff20013ec63a0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "321e9a02ebe94e23af0f66f8c374b870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b40a3b42f4fa4c4ea0641523507f6a8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "22e456a8d0334b49ac879f0ae65b8dad", "region_id": "RegionOne"}], "type": "alarm", "id": "7deae34186d44be897b85190356a4d4a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2e2e924e8a3940bd9cbd0ec3ada2c4e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "71d8078575ad4a1f861c3dc5f5378a64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "778c77e72bf0431994bcc305568939a8", "region_id": "RegionOne"}], "type": "alarming", "id": "f784bf0b616c487fa500025f59f5606d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "beadbb7733d64087acdd8ff407f074d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c204171299f54744a0129e92b002dd10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2cb906c5809e4bf8a6e144f68aa22d85", "region_id": "RegionOne"}], "type": "meter", "id": "83da2c56e7ba49cbac40f6515c1a36e5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "45650b4b7ae740caa390e72cf0025f3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "44ce27ae604c44b59839231011fd7b12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a3b18331c5494f309e620c5b5e1e1a47", "region_id": "RegionOne"}], "type": "metering", "id": "658600afe9f042de83b8d2b049245f30", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "14de81c78cab4dee8626ea215a910b0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0dadaa56354d473ba929e981855923b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fa781d7a406b4bb38fa06bbd1f1db8c0", "region_id": "RegionOne"}], "type": "telemetry", "id": "47c373fe1e9d45f2a19783f7c2997bff", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "eae86752b8b145d081d3ef7f0ca69c4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2153ac9fe74d42fc8e8b3135c7814c21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1a5b2ae3e2184de0a85e015610ce6de5", "region_id": "RegionOne"}], "type": "event", "id": "f1c2be99cf424fbeab620452959eef72", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5e8ae3c33cb04a68b1ffef53c90adf2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "60dbbc06c62248ce9b47056f0ee16cf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c99e9c504efb4a6694cbc78cffb674b1", "region_id": "RegionOne"}], "type": "events", "id": "31f3405857bd45bda43dde2221d2e5d3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c836917dddc347cb8eb117f8344d2899", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f851536978964aa58252be53b8aa81e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "047a41d2312441799c441202848a4f38", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e4147f88cbf94dadbab81864789cc5e5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "75b1e779e1c541b0b6ec6daa770af99e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ff73cf19dbfc4f01841f3f9ca9ab2395", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3d40a476b57949ae9263059d2ef5bf09", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f8cee3558d5d4413ae5ce16f19871351", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9f302964e49847a9bfba2be36634ebd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f5ed77bbca694a41a08e2ac57d6c0fcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "342a92acbfd14764bfc39deda272b6e2", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b494e73d4b8b408591c3b13adfe074fa", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "029297b118854ecebd29ee8a435e5eca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "04e7e19c6dc74b9d83c54e5b5e490e03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a128fb50bb5b42bda5434d37750469d4", "region_id": "RegionOne"}], "type": "tricircle", "id": "33de6d58753348418c7323e50a9e217c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b441c949f5b94284a230c7262d3d3b05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6422097b90d74a2682547a7a168a4ae2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3f507c7987d2438daf5eb895b09e7a8c", "region_id": "RegionOne"}], "type": "database", "id": "7870c8a284214190bff43b91bcea89a0", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ad00ce6c11834700829de323af6b64ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7c1b72a3e9634646855b17160f873b84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "94e240ae47ef481cbfeb6626132f0767", "region_id": "RegionOne"}], "type": "application-container", "id": "e9d32bade94c4cd0ae83a0e83a815d5a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e1c7130656f74cfbbd7e6d6c863fde3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "881b3429505e4884b1a7fffd97707cff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "74dd416b1ebf44c789d5c6a3d83d0d50", "region_id": "RegionOne"}], "type": "container", "id": "20a0228a0c9548f2991a279aa8340172", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "95e40e4eacc74b05b16c8592d2183007", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a094ecaf2e4048bea09db37f18170ab8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a4343323983044409fd5927e87d799e4", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ad8ed9b94a2247b5a5c60bb7f88be49c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7a1e41556d344dd2a80c40075ac2011d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "73df65173d0d4dc5adaff42eb0d8f511", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "576c94847d69431286438946bb2a364f", "region_id": "RegionOne"}], "type": "rca", "id": "967a57d75c6e4cf9972999029e2904c7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "752e5aaed09f40efbb5de3747630b97e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4105fbd5e8614becbc6a87b70b60fe20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6402357b2e0b47168bef675425c1e96b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0c0a6400a69445e2841ccc19c801fcb6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5d43542012164f57a56ad2ba48db0a43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f34aafe0037242ea8b997d68cfda77b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e6d06b3ab64b4b999de28f6449e19bb7", "region_id": "RegionOne"}], "type": "network", "id": "e4dd0dfb97714299af9619ed286b989c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "463b1f9b69d046cfac3c58fb1f653a16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "057fa68c38b34b5ab7e0a8a7a997e706", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c83f8aac71a143de9742e334577ebfb4", "region_id": "RegionOne"}], "type": "backup", "id": "b6e64ff254e643ea8fa7492c8d5788e0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "15c1975131e44cfe88965f7b78effcbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "55af71dfe5b843bb973a76eb6bf145f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3b23e2274c87482d991a1ef9f95addcd", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0f1193944a6e48baa5cab2cdc889e26a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9b1cdfb08f024437ac08bf985f81718c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ab740e3a1ca94031be45473fc75884f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0744b1ecce0e460a9adb9b496909d114", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "58f3acab45bd45e4b739718fe2c57702", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bff0e70759ba4d4689d246980a4b6989", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "225e4de2a7f54cc898d3bab420ae34ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "edc6368f53be4922b515a3cf4480c654", "region_id": "RegionOne"}], "type": "monitoring", "id": "fe3a7442edc14881bdefc7180daf0d81", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2e589b0afde1472b8fda811ab29cb830", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "07973375b04345038dc1642eb55ae2d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f3a8c7b294e042dca04f98c0d2e11b45", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "534f21dc4e184e46b98c34f221f60bbf", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "853e9044df8949bab870971f311ce4e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b88a64b6c4cd41ddb43d1e979b7521fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "23947901a5fe462781144dc15685c118", "region_id": "RegionOne"}], "type": "placement", "id": "ab414e1c17d44b74a2eeafca53d38234", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "366296e9b5c745a8a8c1ee0962cfbe5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a8504230a9914a72882476181491ff81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c624f24d50c14b5faa5c539860c4d92e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "138a06f90949402f809fe452464e757b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6302bd8f4d604cab868f8e0cc32ee944", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4912f2b03f884ac8825c191687adf9dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "82e2def9a83d4b52ad91e15680c40c83", "region_id": "RegionOne"}], "type": "ha", "id": "1bd5ae346be449f3ac79ae933ad560f7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "afeab55ef970467781c47afb04f530a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b887c38ada79486da87a1e3b495f010e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5ce4f673f734421b8b3a643b88a169f2", "region_id": "RegionOne"}], "type": "reservation", "id": "1763f70c5b78468ba39414aa82c3d02b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "729e6adb95044a3da990aa71fa5eba20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "42f2624fd00a43dcbb63f46b49a6d531", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "39fcd11a30564d57be7de26529dd75ef", "region_id": "RegionOne"}], "type": "function-engine", "id": "f303eb069d994fb89a5231aef670e082", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "034771e96efa4a6c800ee55b9cb28188", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8f21b9fea4f04a47a9eecf5657d87380", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d49137e483a24f089350761e7acafc4f", "region_id": "RegionOne"}], "type": "accelerator", "id": "b07474d2beaa4972bfa141a7c0266b0f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cf158591795e441eb6326f2152d51e11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b961df049dde40dc86c4cbf4cb285579", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "01dcddc0756b4f8f88108395ad0ac098", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0151e4c72a4043179e3e3d5a12004069", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4bd3f80ca87842a79c274fe8496cddf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "051ecab1f3a54895b7b6e83f5f14a3e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e6c609910b6f4bf9a25f948e7d28af51", "region_id": "RegionOne"}], "type": "registration", "id": "e03d70e35f524c0f9e08f33ca99c4758", "name": "adjutant"}], "user": {"domain": {"id": "a8e34d1ab09641d89f9686253ab513a4", "name": "ab1c3e6bf26e4d9d8470b4c1a3263dfc"}, "id": "8a87a6faebfa48a1939fd033e3e307f4", "name": "cf4b7c2f3c4b4af09b1bd8e938db38a3"}, "audit_ids": ["1c2ada0d574447389cb8070da1bc55a4", null], "issued_at": "2019-09-19T09:04:42.261312"}} 2019-09-19 09:06:42,461 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,466 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,469 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "00760e027aba4019a2b33973b1d8b024", "enabled": true, "id": "9ecfd5e1d57c49cdb6cd6322b8e1f64c", "name": "projectName-2"}]} 2019-09-19 09:06:42,537 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-quota-sets/9ecfd5e1d57c49cdb6cd6322b8e1f64c -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,542 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,545 keystoneauth.session RESP BODY: {"quota_set": {"metadata_items": 128, "server_groups": 10, "ram": 51200, "security_group_rules": 20, "instances": 10, "key_pairs": 100, "fixed_ips": -1, "security_groups": 45, "injected_file_content_bytes": 10240, "server_group_members": 10, "floating_ips": 10, "injected_files": 5, "cores": 20, "injected_file_path_bytes": 255}} {31} openstack.tests.unit.cloud.test_port.TestPort.test_delete_subnet_multiple_found [0.216763s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,391 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,394 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,396 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,399 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,407 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.335259+00:00", "project": {"domain": {"id": "31cf08e23f114d4c8da0401fb9b511d7", "name": "a7ea174d4fdd43e59e6484863c5927c8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b89b7208b3d547dd9b6adeae3403c357"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a5528144ba80408c9cc51566585bf2c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f47a0204d59948cf944334747ff69d4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "34ad215f344f4b94a4351bed9cc410f3", "region_id": "RegionOne"}], "type": "identity", "id": "05fa6a56b5f04f048fb575f62359860a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5ae84698eaca4cdd8a4b4d24f2f3ba64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ba44c06ef047479abaeaee6a4fb6f6a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "80954538f2d447c2b682e7468af8e168", "region_id": "RegionOne"}], "type": "compute", "id": "8814f55664bd469fa8fa2d32d2e744d7", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4daaf391412642e983aa0bf04c774d26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "277fabb9c7f44f50b286af317a486ea5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f4ec1a9c88f64a0cbb3b378b2580a178", "region_id": "RegionOne"}], "type": "image", "id": "990cd9d2526a4aa292529e2350d23204", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "baa37c1c03f24fe484416d9619b8fecc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1e8d3038d476492fa640c2e10809c0a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f6ef2d4e191847309585ba7e8ded8766", "region_id": "RegionOne"}], "type": "load-balancer", "id": "af78df516d3b476ca4cf7d7e7ffbd39e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4237a17f486c469a95755d1dcd7e92c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2a935e4c27a4b96a143bec4469baf68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50050cf727ea4e369bf07908c3461375", "region_id": "RegionOne"}], "type": "object-store", "id": "342a178628a043c7b0d3766ddacf842d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ea09a9a843804bd2a59dea1aacb69e24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "099971f6479c49d4b211ef1d61c5a033", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b1a22d78e029430eb3dd3b8819e376ab", "region_id": "RegionOne"}], "type": "clustering", "id": "2a48e18d519e40aa8e3079d9c474eaf5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "da4330db3e5d413c8d71cbe8cbe1f52d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "38e63c069e1542309139a32cd2b151b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "95ca731774684243bba3fff9078cd8de", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "527de0cc0fe64b51bb1a22e60994c3c3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "df75a60eb4314d9eae974b4839cb2eae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7844238da38347d4965c9504799dc80f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "336c98b44be143fda4925d90890cd9ca", "region_id": "RegionOne"}], "type": "cluster", "id": "f6cf07a4d125424e91dfe74fdfb68207", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b94ebfa97211410d84d4511456f02e87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c17f21da50e347609fdc529a62a0991d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f33e3d59c5ea47dcba8a3526ed2aaa89", "region_id": "RegionOne"}], "type": "data-processing", "id": "bbc31165be77472ab63222f47bed2f7e", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "634af004ce574770bc97110c2f1428f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b1aa1b93a0bc478aa3b2e22ac4a84e15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "182855cee6ed4a9199fee117b3954b76", "region_id": "RegionOne"}], "type": "baremetal", "id": "38e3aca158844d1b88efd28437bbf4b6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8d8fa096c5ef4e1c8c0fe5da9005f03f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "40ce9b7d19714940afb86b010e9dc7d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8ce8bd79ab2d429cadacedd5e3044d54", "region_id": "RegionOne"}], "type": "bare-metal", "id": "70149d56f494421087d7d7ad03bbb1f5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "07beabdbb337441d8aee640ba61986f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0900c70f95ce478b8e0e76c9150a930d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ac1682f3f3304244883f86a2e84a9169", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9fddb147fa404744850db024fa52ed52", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "72e02281b562425d94ab44d65eb34f80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a2c600da00984d259192fd2e7fa77a1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d728a08e858247a9925cf8bbec60b46e", "region_id": "RegionOne"}], "type": "key-manager", "id": "755e66198184432dbfd5578c743e133b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3d4934e95d6e461892321a86afe81236", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8b55dace78c941d1b66a17a8aa686a7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2ec54c3a337e4a47bbdc7c3f2a8cd86d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "765d6f39bdaa4913abd928095110b26c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3d84271bee5c42aaad2a2d6fc44368f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f543109cb3aa46989b7e7332ba5f6107", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0b1ff1de4c7848048422dc6ce2e9f227", "region_id": "RegionOne"}], "type": "infra-optim", "id": "83252ee08d164292828d350e17c4bced", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "dcf5e6e5cb8f4a3098f7383e8c4b0c6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "fb9be00a1c1d497e884fbb8bbcdc5a28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c999bcd1bb8544b4ba98ad80f0f186f0", "region_id": "RegionOne"}], "type": "message", "id": "824048765c594fdbae3183be4baf9b32", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8c9467754f8d439eb2622fc604ea48f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6277c1ee12cb4c989d849112e1703b61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2dc970ac76c14691b586754884ac6c1b", "region_id": "RegionOne"}], "type": "messaging", "id": "c984b2c1c1134443bfe044bf837a8fd9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1f87515b1522461e916d0f568bf75a5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "89ec5e716c7c48568101f7bee81dac69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "040447a96b6342849875458213efcccd", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8eb4a328fdb7423fa053db7829463782", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "37e4b0f5012543b3b03ebda0d9815645", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b11e8afcdf94a8e8d7bbadac73d3455", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "43fa34347d0f4c90bd6ae927d8083f87", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "dddc11827c9a48c9b047113b395f8eb3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ba5e3aac2e0b47809d440250db0851a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b4f611e7b64e4b5c8e0a1251510b95fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0b713ab7d04b4225bdeaf75394cc5025", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c2937a444ca94335a4317bcd39f400fa", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2c92f0de74fb419d94b90970c671b6f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "290c7ccb306347958e86649d4741e7e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fdecba8c95e54b259b3c1edb6b2b3972", "region_id": "RegionOne"}], "type": "container-infra", "id": "8b70d0fd3e904b548939af2c3fc81546", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2da841e9fb78444d95059affb26523d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e7c7fc3061fd415e858912939d8147d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d6c23f215d2a4151b37fc4080f1b6f62", "region_id": "RegionOne"}], "type": "search", "id": "b9c90f49c9484a578932d436a7f50d41", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3339ad21f1b54da6baed83c45bf48d16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0f262de4421c4abd9717fa8791f9f370", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a4ec6633e187482eb064cff48398e62d", "region_id": "RegionOne"}], "type": "dns", "id": "7f3d135ff1b0465481219c4bde2f1ceb", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f6127aea1b6b4b449746215bd80283ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "177f4dd66a00418aa3c4cd536e64665f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9e180ed80ef94c168c80dbf810aa9873", "region_id": "RegionOne"}], "type": "workflow", "id": "747a53f7747a4b6bb0d4d0f6bcfb73dc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "38ac5be0cd654581b5db0f1394883bb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "08af07df155841fcb1bd8e0fcefb3599", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1b159b9058054b0e87c5bd58bb454a19", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5cc27612a62b41309964cf21aa4d414c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6d325598683745449ec8888b23bb6891", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c3890cd4d3f54797b358e050a25c7c42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d07b2676eb1f46fa9c5d312eec954264", "region_id": "RegionOne"}], "type": "rating", "id": "3d33e43ef4b4419da1731c4f286b8bc6", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5afe657182264f70aebad7a03d56ea87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "556cdb858cca494da83245f2c3068256", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8ce3f28f76ca4cc883d41c5074f2b180", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e7d75cdc0a1143d09ce27bb1f5504738", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f4e6f682efd24e42954dd0e4a5671336", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "939e2d745cf748d49fb497205610f6b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e7877a57fdab43c28a32c6d4118268fe", "region_id": "RegionOne"}], "type": "policy", "id": "0f6a30928b2341889ee0e9ea3abb5b40", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fdfa95a051ad412298b8287ce0ed9c93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "271ba5b12dce4c919553379d3a407bc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7192f5ad1382419c8a1cdea06b5ddf97", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "eaab1e4e30cc406eaabec0f8f1c8edf9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "edeca66d4625485ba2ef479212012df0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4eebb596bd8f47d5a6d192044d037c0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e0f0696ca0f04fea86f363b25d7ef592", "region_id": "RegionOne"}], "type": "sharev2", "id": "5f98defc2a1b4f898dc61b29ff540db4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ea5142d0f6ae4d278b507af96bf122a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "549e248436ed4c6081c1c230ea53a23d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2628b3a1ff834369b553edb893b68af7", "region_id": "RegionOne"}], "type": "share", "id": "653f13d447b74fdb9afb65486019fe3a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d7df0c6cdc2b4052a039507615cbe13f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7a9e748e90804b72821d5b386f0d1d9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f67d341a58224c979756fedb137d0f07", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0599cf45b2e14ee5bfce5967c064d151", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c00769c9d9847b0883308834a8e82fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9bc119093d8449abab4143e6ceff86f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd1bc4b100f34e2a900be43187e20e97", "region_id": "RegionOne"}], "type": "orchestration", "id": "96b5f7ece9984085a97b6a453b0cbca2", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4c644f0783f41a796f07487053f0857", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "737b9c3e53fe4c23a7e609604d26dbbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22023fff9d6a4da7acf5f3036fd4d549", "region_id": "RegionOne"}], "type": "block-storage", "id": "f1f4947435074c71ba334d14b1389edd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b71f6e9e0d9a44e49236de64bd0c8332", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2718415fb9c4cda8d3c6490ca4deddf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f687c466e1974b579d9a5684cddc1b2a", "region_id": "RegionOne"}], "type": "volumev3", "id": "c1f00b1cb7bf4849a7b902f31196f3cf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8440f528ebd1405e81116f830a471256", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "713fe16be132499787e82b5a8c526d45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7a57f8d3c5f482f85fc9b5ac4232ee6", "region_id": "RegionOne"}], "type": "volumev2", "id": "04eac39fbfd94f51997f2f515717308f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8145bdf1168a4d74b66a45384fdf4cd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51253359e3a740ccb0edb874570b2526", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1fb8df3dd700495db7343fa0a337f85f", "region_id": "RegionOne"}], "type": "volume", "id": "9af0bcb2c00d4f599cbafce753b27bf5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b86388879fc94101a989b223e674f0c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a65a14afe1a04e3a92e106f54ac24d38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31ab9bb9e038406a8583887f04b13b02", "region_id": "RegionOne"}], "type": "block-store", "id": "e4f2d1a4b4904aa380a01faea27d6ebb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "50bbce0c403f4ab99fddb0c3ec006fc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "eda3530dce0f44c1a9daca97d0e464ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "478445b067fc42e39dd94e456c0fd563", "region_id": "RegionOne"}], "type": "alarm", "id": "90d1dcad969144b9bc806897247b9810", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cb8f3f397900443484ab845942fe0518", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4502f796f425487d86f3deb46b4d947e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "33ccb9a235c3485a9f8e0f68119c3bc8", "region_id": "RegionOne"}], "type": "alarming", "id": "41d9f46efca84480be548745ddf680cd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3b39fecf2c6744d1be3c0c454d9fc678", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3aab5a15f0c64e49902e65d94a8c5427", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fa1a0459f9a842a781568b82d1c80a53", "region_id": "RegionOne"}], "type": "meter", "id": "72a2d7a587674f1c8792c1e0fb380f31", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1aabf667db7a4111a479d34770fce53b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0942ccb666864894988ff88b6e5761cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5786de67d60546ddbf636220e3f52070", "region_id": "RegionOne"}], "type": "metering", "id": "b7a359cd4d074f4abff69044ed53c670", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "64ec18e1afd94c96ab8b39ec3758ad40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "efa563589ce140988d1b654d59ef0f0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "10ed15ae2496470584d6bdcf7471cc0c", "region_id": "RegionOne"}], "type": "telemetry", "id": "247fa78d70e04f9d9532a9f1b5aa9ad6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a4a59d7b371f4c3a94ed369243cddb0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9083908b56144ae6b006e96fe9a55f13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ea3d1cdc796a44bc98f30f532533e10c", "region_id": "RegionOne"}], "type": "event", "id": "59e5994b30044f569d8ed65730e1af0e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "89cbaaa03d994c8d990ba542ed1cb6db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "51933dffb9844be68395df34d161d153", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b9cd6a8187bc404284e4ebcce99731c5", "region_id": "RegionOne"}], "type": "events", "id": "b95153de65e54015a34587c409dd79fc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ac0c5816fafe45f3baa3e3fb026570e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0aa6daef658446aea3a51f850b9f2ec7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "dd8d6e28b9ab4aa29af4822d8ee69ffb", "region_id": "RegionOne"}], "type": "application-deployment", "id": "71d691af4c674d719cca66a7f760d573", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9196941662584cb4a072a31d78706cc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "443c1f3d85e94b4eb823067936d78dfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5578b845808a40e8af394864fa2a38a5", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3bd74a9b20cc486c96193ecc09eedce6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c398fe421c494604b1d4288d27473604", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "13bac0cb9bf446b48d4f5fd6b7d24363", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cc08b8f5ae204b808f98d37a166d0e37", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "04d4db97e35542508678f6f220befc6d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2027aa8d028942798f4fdd79af2c0119", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "aea4013cd4b94f6b80f235d153e68a45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6eb1b324a4e4419f8fb9a6e014f819fe", "region_id": "RegionOne"}], "type": "tricircle", "id": "62630e30bcbe4d12a33df4f736bfc6cb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "033e73f3bc0543c296cc7ab867bd27ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "25584447190f412f92e03d2eba789ff6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "bad0e73f4fa34ca6984e5ec85a0c6111", "region_id": "RegionOne"}], "type": "database", "id": "1d2ef39d4d6d45709acd0538ccea190e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a99af1dc69494a3984387e48e58ce776", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "efa657c21a6f4539bb25b565b59228f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d963502ba6df4ef79e6dde80985a7158", "region_id": "RegionOne"}], "type": "application-container", "id": "fd160d18463c426b9631a9be42ab3c2d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dadf8fb6ee19493f8f8659f1aaba1c71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "388b34bf6f0e4f63b43d58adad329650", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "51140219441949fda66b2ae789f3bdb9", "region_id": "RegionOne"}], "type": "container", "id": "220103eeadec4e1fad7cfa59ad1c6258", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a2d99a72f66d49a1a19d70063f4efcb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "82de2796187c410c9f9d13e5a7a0738a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "04d05d8b132a4690bd8f49d149623f9e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "94b3a16711644b22ab4177c9bac9bb30", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1b8a112577644043adc4c63e0aa11702", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0e7e2cf2db1b4d3890b65c0dfd9c297c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8a988f41a813471c8633b9b7fce5a3fd", "region_id": "RegionOne"}], "type": "rca", "id": "237c9d49eb574f1c8a0daab3e00440db", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3e7f23a4de2040339add749a452beca2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "56e23b813c8c4c868ba3c8a73fa4fd09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "098589de4024410c8cb808871fa9313d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4eb554a4617e4efaa802d5c197ef4935", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4edda2c538f440c2a8f47f681fc69f1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3d98a258494b45ee96ebb813cdafce0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "279a64218bc6480e9e2ffd1ca4f9ee99", "region_id": "RegionOne"}], "type": "network", "id": "549da144d4af447aaef35d740941d6ef", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "783d070876f6453bb768a49f60127c46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "acaf06d85f754ee5951e14a6a196b61e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9c9e42b9d8a64ba7aead5dd1b77c82d1", "region_id": "RegionOne"}], "type": "backup", "id": "f1bba459d89746e0a5939a85c92818cd", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9aaf98a82a7244469080262017823bf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fd848a34350340cdb6cc7046b89635aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a81474cd850142dcac191d1025e8078d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c5c4942152e1465995f37d37ff9a4d9a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fa10aa8ac34b4aa5a9497562b8f856bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7dbb7b9cca884e49b81cbd957a9d49de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "329e07f7f50b4f1b8ed79cc73c839e1d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "077ffcab75864412aaf86994e8f9cd40", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6981f6f94aaa45379e4a4e823dd18bf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fabc68a3cf0c4af8b45f455de91baed5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1ead363502d94510bd6f683420e44120", "region_id": "RegionOne"}], "type": "monitoring", "id": "6aedad1f0eaf46fb8416c9b755d77001", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c5fa0d5990a949e1b059bc52ac0f6c0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "212dce46ebcd458c89f1a65deeb04952", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "270b98e77bd5456b8b62694782e49887", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a3cb1ea5cf574d46adeec821e08e89a8", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "530372bba09b46f0ae4e30bdaa018c4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "44c0cb9f74e84f9ab901ad332bcd3ec4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "572c3b3e1bbc465e847e6a83cb4c7842", "region_id": "RegionOne"}], "type": "placement", "id": "e5878071499341c5b65c92285eb3af7d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "91a0c858552049e3ae271323fa1bc508", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "09578fc3e3154fdc81764eae69aebfac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "06b8a2c2811d4ba695e7eb3fac6c63a7", "region_id": "RegionOne"}], "type": "instance-ha", "id": "aed108cc9a8c49e88a93692c98f639d6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9ae2d51a62f0440a937e45fad0ed1adf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e3f045a47f204301b6a239536512c264", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a8d8f175cbe44bdea86c4fc28e5d0e3a", "region_id": "RegionOne"}], "type": "ha", "id": "c79820dc2a97477585a5939dfd1d7216", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3bd791bfbf61411aa88538ec8999e8b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5a142b31fc724c06a4a7c1d855173b26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5accf5b846d44ce89b1385a54fdb3aaa", "region_id": "RegionOne"}], "type": "reservation", "id": "6568d4610f3048ab922ebb4071c47cba", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c10eaaa05d224268a72b949f4c734f57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ab602bb4ec45467d8e021adffc553fdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b72df75d01614e2da26c0c9b5ec6b11f", "region_id": "RegionOne"}], "type": "function-engine", "id": "2306e4e6639746ce8abcd9037dd3fda5", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6ddbdfaf93da420386e21c1b27dfcec3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6c9fc70b1a6749fd9600d45e3a3265cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6e02b4c77d1d416b9e9b7ef4edb0a0d9", "region_id": "RegionOne"}], "type": "accelerator", "id": "40f24b5642b447b8b43a8441c0b93c0b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8761e1c2bfa443fdb9b231cf35b44b4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f46e91fe4423458392c0960c963ef5e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "af73e19829504e4984a4f0167b4b7482", "region_id": "RegionOne"}], "type": "admin-logic", "id": "cb35be6f7cb34338b0b8ac10ab45d31c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "381ae7dfda17490b8fab21d59687401f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cab4b8c0b0eb486d82c4fb31f831710c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "122380986a674d3e8520b6c8f0e8b7b1", "region_id": "RegionOne"}], "type": "registration", "id": "b3080fe6b7f9416b92a91d75ea986d5f", "name": "adjutant"}], "user": {"domain": {"id": "a8f148e9d03d45459c471ed77da48044", "name": "61133786582d444690cbea804b4bc30a"}, "id": "4c0d76730c7d43d99c1af4bad4674fe8", "name": "69746ea4e6094bbca801454ec4d73090"}, "audit_ids": ["9e36c4b22a1347f3985f3ec0c94fe49b", null], "issued_at": "2019-09-19T09:04:42.335259"}} 2019-09-19 09:06:42,536 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,541 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,544 keystoneauth.session RESP BODY: {"ports": [{"name": "port-name", "id": "123"}, {"name": "port-name", "id": "456"}]} {11} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_user_v2 [0.632013s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,152 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,158 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,160 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,164 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2019-09-19 09:06:42,331 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}88b87fe9e633eb925651c628d8f9b89656d4da27cf9532cb35158da104ef61ce" 2019-09-19 09:06:42,336 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,339 keystoneauth.session RESP BODY: {"roles": [{"name": "9853f98ada5a4224801a3db14a796be6", "id": "7e8eaf1e8f144301970947a4e644d6a3"}]} 2019-09-19 09:06:42,365 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}88b87fe9e633eb925651c628d8f9b89656d4da27cf9532cb35158da104ef61ce" 2019-09-19 09:06:42,371 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,373 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "99ed81d3c1094ff9a92bd9c95cf76586", "domain_id": "11208062a7aa48bda76c8304ced8ccd7", "name": "username-3"}]} 2019-09-19 09:06:42,413 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}88b87fe9e633eb925651c628d8f9b89656d4da27cf9532cb35158da104ef61ce" 2019-09-19 09:06:42,419 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,422 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "d5040b2e1a3e4f5fb225864d38b34d83", "name": "projectName-5"}]} 2019-09-19 09:06:42,462 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/d5040b2e1a3e4f5fb225864d38b34d83/users/99ed81d3c1094ff9a92bd9c95cf76586/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}88b87fe9e633eb925651c628d8f9b89656d4da27cf9532cb35158da104ef61ce" 2019-09-19 09:06:42,468 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,471 keystoneauth.session RESP BODY: {"roles": []} 2019-09-19 09:06:42,500 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v2.0/tenants/d5040b2e1a3e4f5fb225864d38b34d83/users/99ed81d3c1094ff9a92bd9c95cf76586/roles/OS-KSADM/7e8eaf1e8f144301970947a4e644d6a3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}88b87fe9e633eb925651c628d8f9b89656d4da27cf9532cb35158da104ef61ce" 2019-09-19 09:06:42,505 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:42,534 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}88b87fe9e633eb925651c628d8f9b89656d4da27cf9532cb35158da104ef61ce" 2019-09-19 09:06:42,540 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,543 keystoneauth.session RESP BODY: {"roles": [{"name": "9853f98ada5a4224801a3db14a796be6", "id": "7e8eaf1e8f144301970947a4e644d6a3"}]} 2019-09-19 09:06:42,571 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}88b87fe9e633eb925651c628d8f9b89656d4da27cf9532cb35158da104ef61ce" 2019-09-19 09:06:42,576 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,578 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "99ed81d3c1094ff9a92bd9c95cf76586", "domain_id": "11208062a7aa48bda76c8304ced8ccd7", "name": "username-3"}]} 2019-09-19 09:06:42,619 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}88b87fe9e633eb925651c628d8f9b89656d4da27cf9532cb35158da104ef61ce" 2019-09-19 09:06:42,624 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,626 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "d5040b2e1a3e4f5fb225864d38b34d83", "name": "projectName-5"}]} 2019-09-19 09:06:42,662 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/d5040b2e1a3e4f5fb225864d38b34d83/users/99ed81d3c1094ff9a92bd9c95cf76586/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}88b87fe9e633eb925651c628d8f9b89656d4da27cf9532cb35158da104ef61ce" 2019-09-19 09:06:42,667 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,670 keystoneauth.session RESP BODY: {"roles": []} 2019-09-19 09:06:42,694 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v2.0/tenants/d5040b2e1a3e4f5fb225864d38b34d83/users/99ed81d3c1094ff9a92bd9c95cf76586/roles/OS-KSADM/7e8eaf1e8f144301970947a4e644d6a3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}88b87fe9e633eb925651c628d8f9b89656d4da27cf9532cb35158da104ef61ce" 2019-09-19 09:06:42,699 keystoneauth.session RESP: [201] content-type: application/json {15} openstack.tests.unit.cloud.test_normalize.TestNormalize.test_normalize_secgroups [0.095968s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,444 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,448 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,451 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,454 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,466 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.387064+00:00", "project": {"domain": {"id": "33c04ff0dd4f48f7b0812bcb518697ab", "name": "13d668df6c0f4748ab06e887fce551ff"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "9fd49137585145be869a98d5fc9c0930"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8c4112bbd06a46a28acb1cc5836bd315", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2572dc252fb64db4ae4638039418d3a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "746f4184b3f149f6982ec0156245d375", "region_id": "RegionOne"}], "type": "identity", "id": "9a1ea3a7e4bc403c91aa9a3231d963be", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "395c4cfb482147c29748b08d3a95ecbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "502e35a0e79e4ab9b7891d42c4c85ded", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "95102ef2c31c40b4a28821e7779fac2b", "region_id": "RegionOne"}], "type": "compute", "id": "00e4b86299d64ce98e5fff83597281c5", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7e483789df1b4700b08d8e37dbbfa0f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "38c8d70a8d044cf9a47a6e9297620a6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "fbeffb1f7db74176be8edd628a5fa090", "region_id": "RegionOne"}], "type": "image", "id": "c77430915f264392b9fc5542a9c6be7a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5f662c301f854f28adfacceede00b2a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "77aa2d2df0b74001a61022b62f6af561", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "420c7ef7f86445df9d52e1164d98f36d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "dd24cde8ee4344e5915ca60f4fef156b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b88fc6ad98a845f793f2b8cc990df3ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4969a5755b34458b9fa0a97698aa3d1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ff91887804e46d1a88981c0980a82f0", "region_id": "RegionOne"}], "type": "object-store", "id": "32706c93ae824b2cb0548121b6c7642d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a91a44e3a8544c6d9396a886ca50bfd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8eaffdfb3b7448f0bd3785ee63b8ad6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3d448a3a2de2448bb6f891e4b147f449", "region_id": "RegionOne"}], "type": "clustering", "id": "dba02fbfb49443788af94ccdc78b3abd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4ec2b3cc9bd1462d99405a01e5c0b320", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e3cf54986a23470aa6c83cc1fa2b0466", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3dcb7ffb3fd34864979dc4059758c7aa", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1c45e914e9b84fda9c35d4df095ab961", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7baa586a5cd8466bb1c8be182d6ef3da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "86fa70a12e7f4a688a0002973f4b994c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f52906fd1e2b4c5d816f267a7d85ac5c", "region_id": "RegionOne"}], "type": "cluster", "id": "6f598fda107041c191053e365cbd9d64", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7ecab022e1664cd087fb68ef885c0e08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "308fd23f763e4384b3ee5c28738f5d0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e5304e43ecb14f4e976cef3d3225de3c", "region_id": "RegionOne"}], "type": "data-processing", "id": "8ac54922f9034ff595027578eab976cf", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "09639788b3084ad0882733e96840879e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "aeda4f9387274d58b9828147f43bb943", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7579a77aa78f4013b19bb2746d1f5842", "region_id": "RegionOne"}], "type": "baremetal", "id": "3e089093d05640b79914694642eee71d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c2a7e845f0a643aea82290622991a8ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2fda3fa4884a4a6da449e916c26f90a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "229fb84295fe4d8a80531f21aa59a1b1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f4340ae0dcd24fe2ad509b86dbbbd931", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d151ec678499423f9dbfac8c57da7f2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "698ddd2ad44d4579bbb73537a19cb583", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "164ec22a01a0443eb6492afef4e21e8c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "59e19a880eae48c4b60dd96a03b1b7b2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ffe7f68e6ca24190b8fe05d08645f1c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2a7b92d7459f4216aa04fa6f1348787f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0e3f712319b649d6b5940bdc5231a5dc", "region_id": "RegionOne"}], "type": "key-manager", "id": "512321e966644b8db456d3c163d6a671", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6965ce8431c448558e1be32f361796fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3caa904a013044e6aaff48a32d12f9f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5e7de7dd25304bbdaf5465e4a882d4e7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "108731c291d941ecbed8aa5c12e7f548", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "191e7af8f98946c7a5940e1c83cb537d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "65f633ec791545598421bbb1bd66be81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b6c67811ec594b7c81e9cd464cfaa7f0", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8723f1d2afed483e9ce4f04676470a91", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "55ea5e28095a4479a50d833b7db3ea79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bae260261d8a4bd28f2ea014efcdd14b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "58ac30e10b544b9286b9149a2866c975", "region_id": "RegionOne"}], "type": "message", "id": "5a305b00e7fe4dd484da4c3f334700b9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f57dc3e58525466295fad1bc8c7ca1ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "fc9604a8a0fe49d8b0ad0d958949df99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "eaed5328b65442fd883336249802b747", "region_id": "RegionOne"}], "type": "messaging", "id": "a0974e3159d54ae482e33ccf920fa44f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "eda0dddef2524fbeb566494e30482f68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "961363384902476bbd62f3b205d4378d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e632c22b45454fa1814f7ea0f377b49b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "35a9fb1272b04fa08c1eb7c16c922b87", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b7728593ba234065b5245947f7d5e06b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f07fbdf5a0194c4c8937225e71223da8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "31037cd2067746fcaf6a2132b8edf2b1", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "acdef3e802b1421683bc0d9599b56690", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "445d33f46e6c4b6083cbb962999994dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5537a0511bcb4ab79ab99f1badab19e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "04badf00653d49de8e7e6c6c10539a31", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "acc34c7bb6a94998b18f7b52e493c8ec", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "09fec55ca83343a6ba4f264ebe8cc828", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f9a0f561142a4e57861d89c0db736091", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7c30cfdf0e4d411a9eb858043a5ee054", "region_id": "RegionOne"}], "type": "container-infra", "id": "4f38237a1ae64f749837183f9350db91", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e6cd2703c1f4409b9b903086bf637430", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d65a80f782c64ec3a6f6706e77abc71d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f6191e90c55343e99200dc62f250bbfb", "region_id": "RegionOne"}], "type": "search", "id": "21cdfe8a54f645a5a4c8741e83e782b3", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ac9431ee4b1340db8d2c8e796152c396", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "cf37de80105642769d1df64da1681102", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d507d555f7a6443dba887e8a42ba7514", "region_id": "RegionOne"}], "type": "dns", "id": "f1874f9237954178bfc5898be095dcf7", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2168a16cd1a34555bf361aab5272e49d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "284416a005884d9c8402aa5c91e4cc3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "dbc8b913680a4035b904415fb0b874a6", "region_id": "RegionOne"}], "type": "workflow", "id": "3c40d2c1ba594573af430cf4357d9b90", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "28bcaabc0f594df487c0ccc743a32827", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cdce863616f54312806331a49d9a6528", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "616db05cd19e4bbf930f32cf9d1a0e07", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9d7cebf2da64492e834ffbd23f9dd4f7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "324431725bfc4faeae4c4a23560ab95f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3638970de9e641c9885d301c39b91891", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "eb94f2ed99f24246897861451a79b3eb", "region_id": "RegionOne"}], "type": "rating", "id": "864336b51b3443c2a6fb21bb676c838f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fa2507298bd241788f40c5928678bbf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "db4a34709d074c26b3586db08c198083", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "19c891904f204f00b945b5ea423bb8cf", "region_id": "RegionOne"}], "type": "operator-policy", "id": "eec9a208c7684dceba9c02f543234c49", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b8af9fb8e735417db71fe2d642b3091e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bdb44536da7e445c97b88f5b4b0c9686", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1032ca5f100d4627a46098eb6616d315", "region_id": "RegionOne"}], "type": "policy", "id": "0b8a1775b4cc4599a1e1bea6d06fc978", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f2dbebd31954461eb17fb633ccdb8162", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a9f435a524a74342af467157cc289a95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "acad01a6e2f54521b60491900b176be5", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b04421fc13264aa6b527446240f72592", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "40c56eaf0a034cb394a2977adcb4ee50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4015893394be4b449bc9d2652f35a132", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "71108ca03eb8456094b1e5a68b2b95bc", "region_id": "RegionOne"}], "type": "sharev2", "id": "150585abef924ede8b3f8dca139aec10", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5cd4ca805e5f4c2e83abee3b7acb4532", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fd5a9eb175164e57b6abd2f37522ad34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d663bb71f81c43a8b5a960bb57ac26f1", "region_id": "RegionOne"}], "type": "share", "id": "c2577cd158174a1faeaa6c5553650021", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "788a799873eb442ea94af903e54cee1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8307cc5cd16c41f28d33b84ae268d2c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "78c29104c455469895bcb07dae239a32", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "bf52a428ae4145fcb42ad1ace00d3b99", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1efca4e032649b0aaaf74b4ef71338f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c180f2a971342169aabd59852b1d4ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "007291c90f294f91aada28fe6b27e6af", "region_id": "RegionOne"}], "type": "orchestration", "id": "67223a0ac3fc491081bd89d55a96084c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "638121005061441f8de78c6148421bc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "131f6a425a704e1793401a1b18297a78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "57a0aa69dc5e4be78f9d8972b7b52e71", "region_id": "RegionOne"}], "type": "block-storage", "id": "fd34d609a9fb41908786a7f85fc61ddc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7eb5ed1768744b4cb822c635ad787034", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "851e89bb86e6437d9f56c009c4f0fbad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a2f1a6c2f37472ab15b2c32e4ed9336", "region_id": "RegionOne"}], "type": "volumev3", "id": "c709679d2adb4b6d8e342211a47ce69f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "688e8004166e43888cf03cd5e7a26c47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd65640658834898868a122f351956c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b0e8961de0a498499ec5245e9fee2fa", "region_id": "RegionOne"}], "type": "volumev2", "id": "3e58ad6a31734451b82606175aa8917f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d01ce93f9d7b48e5a336f32e52a8f50a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fac7d3402a084e9abf7e587bf2dff18e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae5ced80389940dfa0f1da7f55d13440", "region_id": "RegionOne"}], "type": "volume", "id": "2f62e4333eb04868967457254ffdf985", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "abad392cc96f4243bfc35a9227954f90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9432cec431764869b7505a4840707dbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8d690da40024d9f9f1c83b0039ef25b", "region_id": "RegionOne"}], "type": "block-store", "id": "20a5af6e95174a1a9eff9cf8f5fc4e52", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "50240ed3907249fa85ad5505d8a1dd1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f9d138551c88462fa5f45f6164b31eef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "45c34b6588bf4454b736dda1890e0110", "region_id": "RegionOne"}], "type": "alarm", "id": "e571a3bbf71f44bbb00a87d7229fdbda", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "175430b2faae41ae9b5d14c708d4636f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "59836076178f471a8b244da56de7b841", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b8443cc47d164fa8a83ede0a42613cba", "region_id": "RegionOne"}], "type": "alarming", "id": "0f9de9dbee2c40c3878d05878c14fd2b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "acf9fad3b5df4870939229ed7895e3db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "274a07ff394a49e4bbaa823eb413c611", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e30862594ef64a8096dd1efa024b31bf", "region_id": "RegionOne"}], "type": "meter", "id": "ec59287b37e5411c9005d18fd4a6d663", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cee92afb7db544f5bb7df95fbfc36517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6aa21f679aa64ed595c97c4a2971de41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a595544c8c744028826e1e3bbfdc1af9", "region_id": "RegionOne"}], "type": "metering", "id": "adda93125e824c5e8d4c585d07f8da11", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "58cb079629c042f4a239bd129e89c636", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "572b2ae1ce1b49b3b524bc287d739e41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bb7643377f61417f84929f0fe70a7ccb", "region_id": "RegionOne"}], "type": "telemetry", "id": "f9bb1dd8f3ec4c8b8b776e9fd0d5d666", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b0fc5ad9b8174093a02940c14dc9d3ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c5a2693c7769480bb1a84c90fae4d25c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f1a5e34621ea43a1859219dec5e51ba9", "region_id": "RegionOne"}], "type": "event", "id": "8856082840cc4d37be26b26ee958716b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "dc24f871594840f8b5e57ab4b95ccb1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1f73452006f64a0184c517461eb11c46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "69b025b1530f4f6cbbc52047b2f81eef", "region_id": "RegionOne"}], "type": "events", "id": "1e80e453f9e14d519829f4c99763196a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "44c209aecde9459e9902e8404bcfd91f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "99be850417204e0d93b4b83663ea0b33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bade4499dc7f49018e5b9f5680fcf894", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2e698a8cc15e42cb956d383831902c51", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "915f2ea1443b4824a96b79b5d477d25c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "87a0852dd2e0420d8df20efb758940ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "be426a7424994fc1804e6118b5796c54", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a73bb85c61574dfaba4fe5ae3b824e50", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "72929a03ba9c4594913ac80b076fb12d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "44d39e59e3cf4e02b4938af95cf0c00d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fa06f6cc8f1a48a8a2dbfe8c14717510", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "75957327e4814ef3ad221d69e6477a39", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0fd6624c4f234710bd195a0b1ff321a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a6f342e60b454a18ad90f27cbe84e5a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ecc367cf25964a789ecf236b06b80290", "region_id": "RegionOne"}], "type": "tricircle", "id": "41e78fdb25974a7692a354036a1779cb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c64458d6220e4d81a68867bf5ed18a88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "3ba413c74a80429e847acec7ad744e3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "8f1ebb362f92444c877a268932d1d3a3", "region_id": "RegionOne"}], "type": "database", "id": "8cc3655450fd4d5e886a1346bb9a25af", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5308a01c7794427fa33dea8a0e970c8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d913df0f32294bffb14a91bf9754605c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2420948b98014a73a8cdfc8d251d2fb3", "region_id": "RegionOne"}], "type": "application-container", "id": "92ef03b496c74acc958fa4f5efee6c14", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5e785cbfe7094fa88609c0cc1717ecad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e9d2de322c0b47ae876a522928915e71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ecf58a8e65f54c3e8987e6c8c8afed08", "region_id": "RegionOne"}], "type": "container", "id": "fd3da910f78440d7955dbd835d341440", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a2d61b467e144a0db1b1219bbc8e8b20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d9323414081a4b7b8f7d1490320d2875", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "924802a39f5f489881518484c758c67b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e2c1d37aabaa4bdebb94019902e02743", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9ced6e9c670c42df813972aeeeca1afb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cd95ad4dfc9e4c0a8f1ba547b9ca4dd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "21a74c1824014bef8bf3cfe455afa1fa", "region_id": "RegionOne"}], "type": "rca", "id": "62c801f8921a4687b5d892415f55cc67", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "06efc4d56da6499b81f3e1cb3d23f829", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f30a4ce1216744188ef734b9041f0d33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "5671cec429044721bf6ae8541346a421", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "99e77c1e568e4ceab1e12f454fc721f2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "678d8716e9cd4dc7b4a578e885f7f774", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "557845ee33c046aea8694f8c942789d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2a449e106ce0412696a267d7e3a98ad0", "region_id": "RegionOne"}], "type": "network", "id": "afdbda342355406090daeba47a4e6a6f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d8db9627667646269acc6b14e597af25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ae2a96c6e5224bca8badd824433d3d75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "84b733c7d73b46339c41e743bc10996d", "region_id": "RegionOne"}], "type": "backup", "id": "db107421e470489bac6025b28bf75a70", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "29d6f5bfbff4454998903d16cd33883d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3965df939c5b4aeaa358d57eebc55ec7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0e12935577844f8f98822e5f1a4ed533", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "799e4d3e56714908a70494c4466da22e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8fc05543c6f3457f819b266533a4e2cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cb834b6a50d049f9b20e5dcd75d81b7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2abb7f2179bd4d939f318b7098e5d3e1", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6b504f1105964ae98ee5c41ad1e11b8e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fd95fb81db4d409fb6841c84d607e5a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "949eccfdf1d4479c965f12e5793a5c05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1482244d7bdf413bbdaa31d377119c1c", "region_id": "RegionOne"}], "type": "monitoring", "id": "3c561531f4604c6ba557cda80d1fcb20", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f889d03a35ca41e298a5e9f6d578295e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6fb273282a744a8591176274cb6e77da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "437c077afcc64e34a2912b1463d27817", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "fd4dd3c14e934f0794e166db248817ea", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "bfaf651ed6b547c3884dd76723c74f16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "bbfa04663c6146b2a79f6a4c8c3846f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e2e1407caf7a4232aa2663372e4d4e3e", "region_id": "RegionOne"}], "type": "placement", "id": "f45717207fa945aabf4e07ecb1766901", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e4c529ea8e2144b8b68936036c0830bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "39c5916ce19846d690db601198ec699a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a8a31dc951b8462abfcf2f69c1b8c8c2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "48959f6ea5c04826b7845d988401236c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "65d43f670cc7492a912208267a90970f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "05b6887dd814434d8f36562f4d9389ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "aee7cf2afef5487a89b68d0eb61c3ce1", "region_id": "RegionOne"}], "type": "ha", "id": "4c0c27dabdb64e85b3692f8dfeb1535b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e490cebfea65419093045ebffba77586", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e1483e131b464e8ea100c4c1c0cc7ab9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "13c7d714fd75431d90d449d1681b9d37", "region_id": "RegionOne"}], "type": "reservation", "id": "7b33882dc75747ecbd1db1a918fe1fbe", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5bb8060308a646d69cbee455d21b8303", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0936f3ccc4e84ccf93148e83c8c30250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a350818dff504c109cd780eb5be44523", "region_id": "RegionOne"}], "type": "function-engine", "id": "c7f0b31140194fc48c1a90690ef55113", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "670d8c9def9f429d96f4ef5e73d22b7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "143349109bff458fbc0c61a6fc80b8da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "391893e36a584a43af1a4fd91fafa41f", "region_id": "RegionOne"}], "type": "accelerator", "id": "1b33c1ec6aed43028d752d110df90794", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "13ccf58269bc424e9f77ca2098c63f3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "46fcaed3e1d2409896ef173d0b64548b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f15ad0f93ea449218aac3e98fd13695c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b0f09888aa99428ca3c5c5f7e4e0a0a5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "61c0dee240694d329a4fa17b84676ea2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e8a8aecf5e724918954100baec2c2f7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b728963993b14dd68d9a9de4e37b87bc", "region_id": "RegionOne"}], "type": "registration", "id": "6ae3de43865a41b7a492c297f16f4bb0", "name": "adjutant"}], "user": {"domain": {"id": "0447eada87cb4072b6fbb663758f9afb", "name": "a3bd77f5a09e476d95c004f5407db2b8"}, "id": "739ff654bd2c465bb768fe7f4d1b73c2", "name": "aad72921f28649e0834566750a1602e7"}, "audit_ids": ["a8e688f4b50948ada40af2dfdd1699d6", null], "issued_at": "2019-09-19T09:04:42.387064"}} {18} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_bad_domain_exception [0.252362s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,238 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,242 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,244 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,248 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,261 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.169602+00:00", "project": {"domain": {"id": "e345e96e7d2b450fb35ff1a9ab69af62", "name": "cce3c73723d341c3abada2c0c3634db5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "785eb79edd994fc6a164aef4dd9b4487"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8e5c062812cd405f97e8c1de4a1cc563", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3bf91de0ff30421dbcbe8dbe62dc0367", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f229f09d90914ffdb44081751c14e8f1", "region_id": "RegionOne"}], "type": "identity", "id": "7f7b2319f4d04cf7aa7f4eb275496def", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2143d6c3fff74c80b50f401f872b9da8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1c3983dd1613451eb4c4a99ad3bb0b28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "31900f35c0724393ace8dde990e86b7f", "region_id": "RegionOne"}], "type": "compute", "id": "d3572e52239a42e7a7cdb80cb8a8cc7a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "302e736162eb4a2fabae876c3e8bb359", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7831bccde71248038e87721494b4f7b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e334a8cd60554af1a2c2f9b42db1edd2", "region_id": "RegionOne"}], "type": "image", "id": "ffaf09cd50954be2b6ff0ca3a8bf857d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d589d281aa59456c8506fab8dfe1f868", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8a26d2364a2f40c1bef6e88b3e35784c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d77ce5a2e6464bbab32807d02a5779d5", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f8607d472b834877ac0ad08cd70ae000", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c7a0f0eb2364f669db16d423dc423e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c2cceecec484f01becfa5304e27f143", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5226e3abe7a64d699c863aa2dec343d7", "region_id": "RegionOne"}], "type": "object-store", "id": "74a94616272e43998c6b429a8883687e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "53bd383f74ec4660926f5b6f270043e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "badd13e545044963a8f9c7331d567aaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c1396a4b81284942b85a9815a23f4d70", "region_id": "RegionOne"}], "type": "clustering", "id": "2da2f7bb3bcc49be809f3b02f8bd22b3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6853f10d28144b47b424002193db15ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "16a5a391da694f6799173db7f198c627", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6e2399dea6bf43b0b36131dd0c47073d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2ef4b70932e240aab68209a48ecc0e46", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a8d2e3622e1842ae8779109ab5332815", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b519fffa45c04b159a8aef5f53d4bde8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d2d4b811ee1c4d4594daf07e1efa5026", "region_id": "RegionOne"}], "type": "cluster", "id": "f389d679df044b03b8f396a84c01a14d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b03faff6482244efb3039528896f376e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "83e9e380dc744da686df000047fd245f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9a99479f300344c993beae654340d458", "region_id": "RegionOne"}], "type": "data-processing", "id": "0722744ee4d64e12b67741ad36d32e4e", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "143def946c7b4d2d995fcef3c6e10138", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dbc53de6007d4ed794bc32a76a4413d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "edacf3ecf60d4edda9797da74118a7ef", "region_id": "RegionOne"}], "type": "baremetal", "id": "02bc9c467ef8451f9bf896992a5de93e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "142a66e1ad9742589ad9b7836574aa4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "024af5b318224aa7a86c055de3520771", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e561a59f266346e9bdc2814fdb9cfa50", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e36b97d4fb7a4dc680895604d3478a29", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "072ba3d604a7440d9eb5fa0bb88d7f9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2ebf66a1a91c4f0da9c4aadd965f5835", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e799c6dd95b140c6aa00cac53c68a5a2", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b3d3d733fb9242a0a5803a0ea6f62dc9", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7d5017b1cd7b44fb820c8f6893d0da5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "eb06e5c6b24d487ca70288ff949f20de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "337a1ac676014377b7a2e2ab6c7ceb49", "region_id": "RegionOne"}], "type": "key-manager", "id": "19fe7a0190ab4f73a04e87fe1ea00d4c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "444c6577b5e540cf9c270e6331bbe37c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9d679c9692334e2babcdc769daee145b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "07596d2367604254baa86866c99076df", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e0fcded117ef4f76a5235c738fc82fd5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "12710c7dc3d94ae39437f79d4cfc9f27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2b780ba9827748daa0433bb5df92743d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9ddcb73065b44364bcc85e3a530c666e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f608f1b4db014217ac8ed0c82e219937", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ca5351b8672c4c0ab61cc046d53dd953", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "75248e9c6be24f1c970d3b37b76adf3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "37e1d0d495cf42b0bd29f7b55969b9de", "region_id": "RegionOne"}], "type": "message", "id": "a07de411f72c4242b29a1c82795277fa", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1f9f7f023eee4b6f9e7a848ece91267b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d59738027a764aaaa9a0641969f53e6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "54aa8e3647994869afbdf1dbe94d7e9b", "region_id": "RegionOne"}], "type": "messaging", "id": "ec3c057638b347bb9b9507df2d7e26fd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "dac7d3ff794848b3bd1ccb4d597f1e7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "25892318567e447d8cd54fd423a88e46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d1eeed1769114a5e8688450a2bdcba4c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7b50401b6f2e454e9d693c58f2078beb", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ba54077f8f15415bb4fded14d08d592b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e9397062c256411ea843dedfb4f34c5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9cd96f0b3078494a94ec25f8f0e26c27", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c06bb4ee3a9b4050b3d0982e3b0a1bcc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3a2369bb0f4040d295c0c3135cb6ebcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4b6ee7d685074a3fa8d846c1ce3beab3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "16c5247466cd45039cd4831ebed16747", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d70f53d5d8084b2284af3efb614eabc7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b1477d4e3820458499f1e21834ab6136", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "84406bdde84d4fbe854eac07f8a6ca28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f1156773a764783a7b93d5e4fec3869", "region_id": "RegionOne"}], "type": "container-infra", "id": "f592dad35de64e308c8f9496cf9e8fca", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "92bdf6add6c84aa28625fb11f5b22505", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "13e304ca265e42f785294c1f767d93bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ce9bd36a143c4ff6bcadbe1af1b60dc1", "region_id": "RegionOne"}], "type": "search", "id": "ccd57f73d2814dabbb6f48ced73d856b", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b92a2cd8bac34009839981de0063cb5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3284b41916c54d0db51211d61da11f83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b1be7cbb46e94f59859336e7bce1de53", "region_id": "RegionOne"}], "type": "dns", "id": "6cf484b783c44e3699f976cba6258512", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0c2c3169143f4087be6c2104259af4fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5f58bd2bdf91404eb5e8257a25a9359f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9d310da772e34b4b80a539f831e9d2a8", "region_id": "RegionOne"}], "type": "workflow", "id": "854552bf766a4bae853d7f77fca54494", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7930817e472e4b5aabaf86ab44be4a49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "785dee1a7a934443b8e2231bddfbba0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fceb181100164d419cf064c1754a153f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "89355311b3e8421faad7495de364cab3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "141153bc03b04426b0d8a40f765a28ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3097f6ff9ff34f31a53baa1dee075e76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "caf2de1a9fb3428ab0fbc43cab4a7fa4", "region_id": "RegionOne"}], "type": "rating", "id": "45416f97e64c40b1ad702f3d27bd0fb0", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "910ae24b8e01490eb13b9271da8bf873", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "76681fc661d74185bc9a56b56d53bcff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "db189e379a804a91badc35b26b8d183e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d13d150faa37418e92e968d96a3ecae9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d9fd42b72fd74b19a6d605524ae13c72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4d45e75d69c24735bfc19560f7e8560f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "58e0a9132051479e9c1feda7cc925bc1", "region_id": "RegionOne"}], "type": "policy", "id": "15eb65b6748d498ab0949f2f7be8b476", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "67e42b6ff8a74556bda45fbf6d3e5372", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "45cc3c2c988b419780038dc0d7b84794", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d4472763f9bf4aa9be6a09c2ed9c80ea", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "71889caa95a74ffd8a4afeef1e041e8b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ec6eaf7df94348ab910f7b3c91829821", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2ae75c078e37471bb913c4916bf9b15d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ff2ea896d62846e3a7e6b3aab05e3a6e", "region_id": "RegionOne"}], "type": "sharev2", "id": "68b0c0b00e7f4b2580f41a52038dc9d3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c3527363ef394d7cb64ee9ec246f5e0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b1d65958773f4f39bbca2f7567e310a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6d3350619aaa4314910f312c04212129", "region_id": "RegionOne"}], "type": "share", "id": "0b59e0b208e24a0ca3b5d7e98716eb9a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7a27e5e6b89f4347b7195183ff7b7eb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a95b4e34eb40470c92644f58a335644f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "baabdbe0ccd4413aa94afe70f94640b2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "00fd597a3fb44e7ea98ec65af5e7bec8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "825917a993cb4d37a3713b365fa6b22e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8a317686025461184b9803e41d8c720", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "840fe89e2b2b4546865c2cb38008d66b", "region_id": "RegionOne"}], "type": "orchestration", "id": "243a1d879f464e2982367710c0ede519", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7239be8f1ff34e90b82de4ad6a98e046", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da75f7a2da7c41a18b26d9d5070fc63a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89a973a2d39b4622b66b8c360a4f6d20", "region_id": "RegionOne"}], "type": "block-storage", "id": "3c2fdca696df4950b839bd3f5a82b763", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b0c40e234c34a2db03857bec5a5744a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b7111706630431780e8d5cfb3842592", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8612a5b9047040b9acaac226cbca596c", "region_id": "RegionOne"}], "type": "volumev3", "id": "c247f534cf0249539d507f71c3643ccc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c2c7787076842539fe2e7220a1f8161", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63dbb21bf2f6406c92bb85fa68d0b521", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c5d5e591e874b338af142470b729314", "region_id": "RegionOne"}], "type": "volumev2", "id": "db7d0e805d204cde8714f89417a47771", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1c09e59ea894a8d9b8bd110081e6b26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b14e6c928c343c5b15527cbf937aea6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7079f2884d324705ae05bdeacc1f074c", "region_id": "RegionOne"}], "type": "volume", "id": "4458eb03e2ef484d8230fbf8c5df7dd9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49f8a0805a0d4260bccef1beba008dfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "847d65ca8d79469284a95938943a0716", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a80689a8a57d48b682b691f40e53a81a", "region_id": "RegionOne"}], "type": "block-store", "id": "26dea4e6f609470989182113ac83a6c4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "17f357210b864be6b9828e94ede73311", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7bebf10b18544f268acce160791d16d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cedf0a04789e44a0a48b0f2829c57a6b", "region_id": "RegionOne"}], "type": "alarm", "id": "920cf17a99554eb6be19039a76f187b2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2618ef5cc5044a5d9a4515a473e1278d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9838cf2b0a144188ac5b10943ddffb87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3f1ebe9fac664f4eb7afd48b9199084f", "region_id": "RegionOne"}], "type": "alarming", "id": "feecc4a70ce742d2ae491d93363eb77a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c4504f66ca9641329a5315108d7a0132", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "638d369d607e44469db6138d4eeca931", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3dafc34a386f4d599ea71e6c95ac1c97", "region_id": "RegionOne"}], "type": "meter", "id": "951407e8693e4e0695b608803dac1546", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2249ef0fed8248e8af3c3aa5d255012c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e2ec4f624ab14312bf44f0ba1ba15359", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7f27f5f6d1c1402798d6c52fa9e68c3d", "region_id": "RegionOne"}], "type": "metering", "id": "c874c2579fb84b9d940460e119990013", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4ffe9c7a4f8d49d98ca2ac59d868efb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2497b7fe1772413ca5b9bd03791c713a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9e97259c06d34363ae7b06b8bccb8b8b", "region_id": "RegionOne"}], "type": "telemetry", "id": "23e293d590034f2ba444c918a5e2cc5d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cbe25ccefaac40aa87a1efeac1c188d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "796b25cd862c492192dc739f026e6d13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e5bccf0f99184abb90a7dd6355986a8e", "region_id": "RegionOne"}], "type": "event", "id": "30c264415eac4788825c4fa4d8acd81a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c2bfba464fcc425085692a1c2cd13f3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a565c2c76ff1412ca3cff4fc65bbc453", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "952089b86efc46c6877390c5648146a6", "region_id": "RegionOne"}], "type": "events", "id": "7f1f1eb4eeb4416186ef4d7c3d5825ca", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "abe22b72a049431c8b3ce588cf0abe03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "78f451978f9e4af599e26e059cb62dbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "649dfc3cd0454eebbc313cd342d35d4c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f0d0f712dd364f1f88129074594c6c47", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "eaf06a6657fd4db299f85eeee26cd1ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1032906f0f064b20aa202a15c8e87e21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "339685a4d86a46538c85d61d6920dbe1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0e6cd146ee3b4c1f9175b9216fdbc8a5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9f735735474545d4841c8ed43c503bf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c945937ccf6842aeb0edbf7cffa37725", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "16c3ea5aa8ed4e00b5584da337348bfd", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "222bc814f3e340e3a5541ec065ea3e64", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "86036d7623014282be7c48072dcbaf8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d875e271cb7c429191fa9fae581eb384", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6517625490b04ef98ae8b60c9ffb924b", "region_id": "RegionOne"}], "type": "tricircle", "id": "9228f31a44d94c51a30536783f717797", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c1ff542a4840422d878c28f8379c133f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "71d27787f5244354ab420f573eb0c62f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ac846b202b76453aafc68941a3d78d7e", "region_id": "RegionOne"}], "type": "database", "id": "614f7cb1802f42659b0d198c7feb680c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "624ce74a093943aebf81a50ad186e4ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5578631eef394623b466f9966f4dc253", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cefa8328326d4b6d898dd84d1571d63d", "region_id": "RegionOne"}], "type": "application-container", "id": "4c540d6de64044409307f196290fcedf", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cdeda230a78f4739be0c0e5241fff426", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ae1cb0d3e55c4160a7f50bbb9757c0a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "07661296bb4a4972a34211781b18dd6b", "region_id": "RegionOne"}], "type": "container", "id": "65013dc952cd48e6b5bfbfe3174038a2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f20d8173758b4a78a93a472701f2aa3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6e60883efb054a7183ea5786f47b5b62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5f162bf4a0d84f09ad78980eefeda916", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "3f0c2209cd7b40928bed4e0ff0304878", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "806f399676b94e6d87d9e337fb1d7f6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5a03cf5a1c044668be944a740e1a4585", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4a99558cd4224072be72d9a24382d967", "region_id": "RegionOne"}], "type": "rca", "id": "77168277b0ab4e779e9f5a10e3ece1ed", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bbfd71b42b804faea06167f9b4c0db3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e05c015df7b04352a4749a3d31398f0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "dff2f886756a4557b65670995c8819fa", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "df3ac8b829b64b13afcce8d18a63c3ed", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "254a3958641b4812991d1338b87c3a91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "506a56c4990943b1bfeef74dd27f5703", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "34f72b31a8d147b1b37d486e8df248f8", "region_id": "RegionOne"}], "type": "network", "id": "3f5e12d2398941bba67bd142db8f9dfe", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "943cc33cc6384a73bf39911ec475dd15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7a196f292b304ee68ace943f05ce58ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "06d510a1dee1497a8413335109b6b269", "region_id": "RegionOne"}], "type": "backup", "id": "40d30b7df8a0445cb167ee16a1e7b014", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7d72f19e514747f390d3c680ea4fed16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "483ac6812a8845318bf25ecb90cb5086", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "29b0a49e92cd4bb581efc60d4de617d2", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c6216d4c958b497685a11ed1119a3245", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "36d9fa3075c64981afa622b14301b83e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cef70beea0304f32a6fb1a34a9bd9188", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0064dc77cb984b9f9401be213944ec1e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "abaeeb55779d48ea8f564fed9b9d347f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "056dee3f072c4016b428fa155fec9284", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8238a981b5a34f569952f35f57065f2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "6cf85e917ca44b20a6e8885036e36284", "region_id": "RegionOne"}], "type": "monitoring", "id": "d6cc01129fbb4bb1a678819755b9bfad", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ac6a22b048ed48548cd4ac79f9dc206d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d6f57daaf36b4fbd919e385076305867", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "dbbbfbc17bf04fd397f4247c493d3946", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "eb72e30f35f54bc39e5240ffe52f93ea", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f842b6147ea649ae9c518912378bf31e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3f10b28f7bff4abfb8d631d0a2887f97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e2cb42edc23343d08efad08b943d9159", "region_id": "RegionOne"}], "type": "placement", "id": "c176ea9347674bbcb2a80ae201eba223", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4d411d42b9824b669f7879420a76ecea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dbe54f68f9774ecbbe3e71d548dbdc27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "34d4f1c8bfa642099046d443e2bcc363", "region_id": "RegionOne"}], "type": "instance-ha", "id": "22e64783885f43e99c018e7a821b20dd", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4b4a862236a241dfad51a8c5a7d1ab6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c48a2885de0f4242a760adc4069c8b51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "07bc9906076a4cbf86b909e6792dbec8", "region_id": "RegionOne"}], "type": "ha", "id": "b3966d0a1dd44a6da8e36da53b7096bb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fbda287d43d84140acbcf94e0a641cb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f038aa70920e4ce789f65684fc9be70d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "0aba77c42f264d5a8bc2ec6e62d40007", "region_id": "RegionOne"}], "type": "reservation", "id": "f066f6961a5443d4b135b90db2e052d8", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4595e8dda94546cdb74e48788c00464f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f01bfa024b224edab7914815c7d8862a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "bbc2bf3992574ce59390968362b27623", "region_id": "RegionOne"}], "type": "function-engine", "id": "bfe9ae92a0f34103aa7ecb32e26b183b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "47f7d4ecaa93497db2b8cd616ef14acf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "76046155e0be48ffa4667e287ebf6458", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "12027201c68741959eef1e779179a581", "region_id": "RegionOne"}], "type": "accelerator", "id": "f2f752d3e635473eb7d5b32ff36c2fc2", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "756432a34c7f460a825acffa74555451", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a4256d216c0a4e989ed0fb29f2854dd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c42fae86364642d3804f288c81e865a5", "region_id": "RegionOne"}], "type": "admin-logic", "id": "057bb53610594009aa701d89bf9726f8", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "872404051a6f460fb426b68c95fc6219", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c87ee377f9ae437db9fdffa934351e97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "845fb940d3234e5a9e351c73a9864440", "region_id": "RegionOne"}], "type": "registration", "id": "313c2474627f44829f739434c397dd06", "name": "adjutant"}], "user": {"domain": {"id": "29b89f57af4148919003277ef8282bfd", "name": "3e28faee54a24f7b968cc121bb73c6c4"}, "id": "845d697f4dfb42eabfc9720ee5a09ad5", "name": "39b3627e48c445a192652bd6142d1513"}, "audit_ids": ["50f47d4f2bcd46679c65a92c0435d0f5", null], "issued_at": "2019-09-19T09:04:42.169602"}} 2019-09-19 09:06:42,365 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,368 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,369 keystoneauth.session RESP BODY: {"roles": [{"name": "f85afb1b6ff84e4bb2f5205f3b393836", "id": "ab81d9388b89415bac536fb97f66a502"}]} 2019-09-19 09:06:42,406 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/baddomain -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,411 keystoneauth.session RESP: [404] Content-Type: text/plain 2019-09-19 09:06:42,413 keystoneauth.session RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. {10} openstack.tests.unit.cloud.test_image.TestImage.test_create_image_put_v2_bad_delete [0.341693s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,272 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,278 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,280 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,283 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,297 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.189481+00:00", "project": {"domain": {"id": "06c472cafe6e4fa19ca903e8165814c9", "name": "10923369193f4365b4ade203b139d9e1"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "20ee8ae780bd405cb99d59de4a4b3bb4"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e17010c14e8b4cb7bb378f93bd5fa3eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3ed9e8efb8b94be1a0615803fe188242", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "19ff57884f2b4de29cd6d0479bae191a", "region_id": "RegionOne"}], "type": "identity", "id": "699843cd56d5433db2a7e6cc75662013", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f685fc13dd4248b38c73305fae54e8b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "46a94e5ca7174e62919e6660ca3d1a73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "09468552f6c6454ca4fc6100301862c3", "region_id": "RegionOne"}], "type": "compute", "id": "b560f55361b34700816e3f65abd1bcfe", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "2c94b614ab6e4841b4f0fdcf7d553a41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "157c049d3cdb4fac9fc5559972151ff0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "790c04c0e18d470c84c697db1524bc09", "region_id": "RegionOne"}], "type": "image", "id": "866f9683a58f4599a2197bc372574403", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0dc97d713142487dbfc2052b6a846e12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "893703f61c2b4ef2809b73d2ac175699", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "709f76b2937c4e038a43ef86e4382d54", "region_id": "RegionOne"}], "type": "load-balancer", "id": "91b9f142c760402ea4822f7c10496d3e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "928e27dee4ac45dd9dd2e5a2fea4eed6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3a17f6c56f04ae8a9ca6d2344bba955", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1ed796b3d434bd197ba87f676209af8", "region_id": "RegionOne"}], "type": "object-store", "id": "ae85c2874b8545b596f011c8a6a0f6a8", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aba139d54cbf422b9120313f659a74a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bc6526d4bf144de79c0847bb99a247c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "29ec110d20ac4820a544f81b55b424b8", "region_id": "RegionOne"}], "type": "clustering", "id": "2e763c85e72c496ba148c765cefcaa7a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2e60f202836149d4ac2e63807e087aef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d66413a948a347d4bd17765117f30182", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0e872047413e47aea5b40cc8544f281b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9848c94a93c04ddc845c339f6a232fc9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7a92b84940ab4dc9b33819867b46abb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e42b5ca982854199bf4b42b12ab5f650", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f617bd1e41c34361ab9bc566a13a6601", "region_id": "RegionOne"}], "type": "cluster", "id": "3a4ba28bf84c474aa7e7bd10913201c9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d6fc0b6e63184965ba035ed4cc95158d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0af3c3c358374db3ad5d64635773faab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ccaa3b2aa7f84848941fc080528997b8", "region_id": "RegionOne"}], "type": "data-processing", "id": "07ccd7810fd64fe995bfedcc362682df", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b44719d4c55b424bb26d924b920431ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3ccb61c457674708a01e4cbad8010d6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f5afbc0238504c44945685c05538bbcc", "region_id": "RegionOne"}], "type": "baremetal", "id": "0558385c59e44e72bc72f93e2ee49006", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a493d8f69431465c9a3a3b13d08bcb63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3f001a028b084209a666db4bb76717ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b96912aadf83402e92a7639425dcaef2", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b23f8be8be3749c9bef5790d14b1c5ce", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "65f3f09da1a34e9083b4dd53515cdf3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "24a4d73a171b4e70bd1c3b474e62c6b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "fc2c7cc1e2d348528fb6d83cf9e72af3", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "918929fa3c794b0fa124e2a331753b2b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e5a3ab2328ca4240aebf41be475ef405", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d886fc0ca6df4ee094c00d32620634d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "a033f7c72e7140ef9c7f9b3f6cfc4074", "region_id": "RegionOne"}], "type": "key-manager", "id": "b0a510e297d346cfab1acb657d931909", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7b8b1c29b6da447faa56101dcfce7944", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8f88f0fb525548178fbcd425c0c2ec66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e2ffabd84abe4c2b90a43207ab7ec1c2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5e8d7500ad0243e98ce478b3a8586de1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "54c2a41e41954ef69b714c74264d5357", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e09a572236b3461390cdf30c46c5be9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0551bb4e0ff34456bed9e87427ba9356", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ba16c4d20c09453db246c7b7bdb4cc63", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "20b3a31a05b54668aa335a8c6ff78cb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d984f142a2664a93b00a1a1ea91ad1fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "47160a6dc96745f289eaff87fc6640f5", "region_id": "RegionOne"}], "type": "message", "id": "7c90e17ed7314023ab3cbe6c50887447", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "328e6bfdbbef4361b82e22a948251c79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "02a31373a7f948c09bc53f62aa2e8412", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "53905ff9076a405c9cf2058fa94229a2", "region_id": "RegionOne"}], "type": "messaging", "id": "a75785ce95a94955894c8fdcc9343369", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5d70b570e62f4fd984bb079b5377c27a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e094a9d1b5164ca0bf687f0f6b526b89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5745cf96691b49d798f6c5a9ed5d0e6d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0410dfeb0ea944c2a67040ff6ced480e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6643a63c2ab3469a8d128749e9ac06f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b93d333d3cc54cac9b86ffc143ea27ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e94793e7560453a983b0faa9a55310a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3e4f5af83cfd499b9dab7c9794b302e3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "86869562c99148bab5974979b082027c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "910881e0c97c4b4aacc3710e5fa528a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "015592286c694e2c98613cf02b094ab3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "83c5f0008b504785b88415ddafe0dd92", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cc8e24661b9a4757a5e0f380c3610e17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8b7c4748f78b4e76bffa05fdd98495d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d27468e2d8754bdf96cb1396b27adaa1", "region_id": "RegionOne"}], "type": "container-infra", "id": "15704f22bf1246958942bba50f424ad1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "be8265e80717454a80f448c2bc054fd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "abee1aa2ae2d442a8b78aa7e022ce277", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "14c35bc68d8443719d9382971581e760", "region_id": "RegionOne"}], "type": "search", "id": "a82db348c75145f58e01a52f1f4d7365", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "632e3495e52d48c0800d6bbdd9f99bec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9e1c39e270194bf2b48759d9064556b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "728bab1009f7419da012abc2b920ba9e", "region_id": "RegionOne"}], "type": "dns", "id": "cf565c01f6104c32bb8a09e2580584af", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "67c17dd0649948f2a533999c14a72527", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e1f9eb97d8d04398a00db732e7d3a768", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "dcb7c7bec9774fe18bb20a343fc29daf", "region_id": "RegionOne"}], "type": "workflow", "id": "356ba95b70e0448688d04945435c3d9e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d60a69c78ab24fbe8a071e33d8c0b179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2fc55b05a4664936a5e56b2dc8113855", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cb1053b8721b46c99c1e0321c1f6eb14", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6ec1ee8b64834d5e83855c76f03af602", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "0bd4907f41a74507b598cccf84347293", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3a6018b0dab34728939d6c05e7214e9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e29e2408570b4322bcff93c95d8f9349", "region_id": "RegionOne"}], "type": "rating", "id": "b20eda0a6d414b6eb3cb38b1cac10903", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0ed1b9f6789b41a7bf4253ac03d3adba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8c1748efbcc6411381e388ec4e7ee410", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "24b292a23b3f444abd2e4951b4bf2d89", "region_id": "RegionOne"}], "type": "operator-policy", "id": "07f2d3000290410e9d0a9b46fcb9bb08", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "78e1cd2fb9344f97ab2d74f568621ae4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e9aba6a307724dbf80a26b8b4c119a61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4e636cc503914a8699d0899d3786fb0a", "region_id": "RegionOne"}], "type": "policy", "id": "0fe0d071fdc142c4ba46abb731c5edd4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7dccae232aba474d811feda19d44b781", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c1197fecd0a248bdb8c8fdc844f6c045", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e754f44392674ed8ab3ff31037389340", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d51fe4491c4b4618bd8143873d8ce86f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "22230344ac7c458e8d0ec61838741777", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "436120b3c43b46e38e0ec6dbf32b86b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e482b282fd064d76b91d511e5ca3a146", "region_id": "RegionOne"}], "type": "sharev2", "id": "bb4b423943fd429fb44cefc0d8f120d5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "49e1dfb01a7c4aa9b5efd971ac2cbf39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4116bf9d7b5047e996b86a5a6b3d147b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "78fc207cf7164f67a237367be26dac74", "region_id": "RegionOne"}], "type": "share", "id": "1d839c349b9740dca4853dd24f723049", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f8109a2b4f5e4ecfaed566fa1d9842c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0cb8d32ef6d04a919cbda4674822a451", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "8173a9afac6f4701a73888b78e378af3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f18ff427c14c426ab7d6ef413b6bdc98", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ffdecef4176c4389857a4e38c3b7be86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8bc7abde7db6475daf6100110e5b46ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcb3b0761a3a4148b92e805b96af34ed", "region_id": "RegionOne"}], "type": "orchestration", "id": "a1ceb419f3134a3a8e53320714377b4a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7117dd1e68f14aa8bc05498f793cae0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9f2da503d314db4b83ec6833e48e474", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f992cf280894d6984ff5ec9d1cef1ad", "region_id": "RegionOne"}], "type": "block-storage", "id": "403a661fc292493597d58037a073cd7a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84c21f5272b44dd1bc2eafb79c085ec5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04ba470617b44f3b810f85f697dcc2a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b79f7331a5a64cda9fd1354a190d58a5", "region_id": "RegionOne"}], "type": "volumev3", "id": "bc844c0beebb42e2b648ff9b3fa25f81", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7df80d4b5d674ea4a33af4baad608e12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a71c529c2e04dcaac076231e5ced801", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afa26b4d0e3a4f82b8635ca32404fc4f", "region_id": "RegionOne"}], "type": "volumev2", "id": "0b858b2affc7450886d8aa654c10c4d8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4caaa4cbe4194caf8cb5000e5f796cbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a82b314ba81f4212a1bf2a01ec0ae3f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a43566896c724c5ab73fd5c1b7544ac8", "region_id": "RegionOne"}], "type": "volume", "id": "f78b692365a948c89fc7b01705f8ba2c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59efac23d8714dd89d7fca4b591843f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d70482e3f314fa5a5acf3c0e9a4dce6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af6994c638ef49df94fd958eae2e6b8c", "region_id": "RegionOne"}], "type": "block-store", "id": "2199dc776e014d2da33b4f5cf3c7a156", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ca57ed99bd9147a2ab61f401232fa577", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0169beaf13cf46c49c4609f9f9fb6f9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "61349e6e7bae438ba96564a06bdb0aaf", "region_id": "RegionOne"}], "type": "alarm", "id": "59c9bf8110994ffa979b0302d3bd3bf2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b00e4e098c5e47e8b65c264b901bcf3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3221cc373b6f40879e460d349bd18fb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "daccbfbf772b4e8e99342180176bb6f1", "region_id": "RegionOne"}], "type": "alarming", "id": "a1c74f69982b474f88e111d2aa73ff4a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "63e3234ea89b4a2c8430e8c2aec13fcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "73ff2bcd67f644588336bc0ef592d8b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "51573752298c4ff1a29b2240a583bbae", "region_id": "RegionOne"}], "type": "meter", "id": "e05e4b2167f6464fab2cdbcf6e1798c3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1d0165cccd49462584958030509b1ed7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4133b6df36e845f09fc3d75208ce7579", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b67efe61d99f4f0ca59f066b8a6c99c1", "region_id": "RegionOne"}], "type": "metering", "id": "9a5b9228e27542629c3f6855a7d0087e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bdf5696ef82a471f9c67f0047d0f4c78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dbe8916792cf442b831e9c058bb2044e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2d178790fd8b4310838e4fb429bd09aa", "region_id": "RegionOne"}], "type": "telemetry", "id": "8f487777015e4562bc0aa6792435f8cc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fbb288be415946acb42aaa147ca15873", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "393f3e907d244dd09a09ee5c20a341e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3e63589353d64b91b6e50e2d4c97b620", "region_id": "RegionOne"}], "type": "event", "id": "b1b621b9987f4a3f83c6e02026e5daf6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4e0a61b2f0084f73b21f9f428834a7fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cf60a7e71d6f424ea83cb6a9fbd330f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cadaf68a6a5f481398feb50ce88555ee", "region_id": "RegionOne"}], "type": "events", "id": "5be2baa854d1453280413e61c82ad08a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "75485440ec7f4a40979fc423f6edaef4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5179888048404c07a10a356a499409b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "657d667b6420497d835b95f9f0fb2897", "region_id": "RegionOne"}], "type": "application-deployment", "id": "76ebd9c3a5fd44c3b55aab4f2f629265", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c11a00b0efc54ef09f92ce0984fc87c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ca7134967dba4de28f02dd62b1b84087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e726ac4c8f2344fcae1953e1a3538288", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0a0ee7f6d5804153b9db26827177fb2a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "00b9eb35474b486aa14e371df788ba9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f61ad06457e94c51855a9a58af117db5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "246df48ed1b04866a7affcf24817b6b2", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3b1828f4ab0342649f6391efb5ecea6d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4fea25f67fbd4481ae746b717802f95b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a05eb1bcb4564ca6b63a4675a6a4d9b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b81df3bfdb774f5ab07a987f1c8f0ea6", "region_id": "RegionOne"}], "type": "tricircle", "id": "5d0a67d2301244f38abbb9a3ae945cb9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "4a73db4ddbb14171b39e865ba24c147b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c4645fe3017140bc9e5c4f34016c69ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c21a0e557a3247d8a6efb0a4632e4f4f", "region_id": "RegionOne"}], "type": "database", "id": "0d73de671c1f455c9638222e945133fc", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "df967495243f4fb3b666ae0581717138", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "feca61561f4b4e059f301d10c2f497be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f34349be11244f5f97932a1acf8320f9", "region_id": "RegionOne"}], "type": "application-container", "id": "5b080e6984ea45d9923ffad3688262a5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3dfd24b626584e2ebc8ebdce8c04e6e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "06359ca4d54544a6bc9ed4f60ac01672", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "af0e80c29b324268b27e388c366d367c", "region_id": "RegionOne"}], "type": "container", "id": "6c01a617d28445a9af5dc467b366f263", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "98db6f8eb68a44c5b347ebc8e49a0439", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4adebc22f4af408496a84834a032cd3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "be4c20516f4b4fef976ee9fc30cb7c61", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d3dc7b76348b49aab96c86d0f9e1c2d3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0d69ab91c47245e09ebbc5059d815731", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "821add1c3f624cc6ae4d26ef1e6e73ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c1d1a187228b40cba9f970099e4c9fce", "region_id": "RegionOne"}], "type": "rca", "id": "1151d1f347d24b628f82eeeee4fc94d0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "aceb3cd766f3427ca04cb2d8cc4a30ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6dfb118321e84157bcefe2fc9267fb8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c5144b63029e4e209e4f2a21f62a2627", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "55a378781c0848df84f832e8955eff0e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "41d96d7cd2fc45cdae1664598ae78c1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c4b6448cdf8048c4910e58f9b9d01939", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b4716801c0a44850b65c65e92cb1700a", "region_id": "RegionOne"}], "type": "network", "id": "e57cc293dd914dbaa3ee85b96f7bcca1", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9b67e94dd23b4f2095ea7331eba19177", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8408867008744156a662002e77ea1c58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "3e1553d70a0c4811b6080a4a583e3eab", "region_id": "RegionOne"}], "type": "backup", "id": "b955152e7a974d53beb65f2fe7f14a8f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6faf0dcfd82e43c6b6874a4c5496e245", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ef3c6650f3054bd2ab897e626c7b625c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "974fb37dd205466285804048acac00d7", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5c6656f0f57b407eaf98d1e06136f29b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6f6be52379044dacafb874becf54cd0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "714a80b08d6a405e984f4f18b55d93c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6b7c9cbe70fe42bba90e081671eb2167", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c8f517061e6648ef949cdaffa8b6fb71", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "97aa4b09095940bea9f6e75b82530cff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "95276e63715d43188a4c16e45881cea5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "cd9147797b08459aba4c2efc9ba27be3", "region_id": "RegionOne"}], "type": "monitoring", "id": "369fb6030e814a01b0980de3daee5aba", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "08bc022579f94b1aa9ce850aa5d5bb7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ad7793384b864b10af4a826f858bb32c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4f360c01121c4a57aa740597dbbbec7b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3186f45003b747a79b26aef1b8614587", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "511bbe29cbd44ac5aa676971a5f1996b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3f8bb9aeacac4ed6be25bc90baacf40a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "655a165fc9ab4117becedaee539736bf", "region_id": "RegionOne"}], "type": "placement", "id": "caa020f1316f45e9bfc1ee9ff0f06abb", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "51dfdcd6527845fc9733641e0f9ea973", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4a1ae911fb5541dc9fe079050583db1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a0ff04d8a5434a9b9e2345e570f859f1", "region_id": "RegionOne"}], "type": "instance-ha", "id": "cbc75e7d1c7f4c88a903a65425adf1a6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9ee854f5fd0344a499c5912fed322b1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "05e37e35e33e4d2aa3be2e3787e2d6e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "997697cda02147299744a34d15d7d014", "region_id": "RegionOne"}], "type": "ha", "id": "8acbfd0f11d74158ae00842823e5ccdd", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "60babf944ce14910bf56d08c0fb8c44c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "00730019482949b8bfdd324bc3096020", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d7e906b39b2345889ffadc380be3ea71", "region_id": "RegionOne"}], "type": "reservation", "id": "65812bd9f00442a7a037623d3fc99e6e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b17806bbe3024ba09b98365ba6b68e41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "16d09bf6d8c340f8b5df3e496b1c444b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "eef98e5765224458bec63104f08c7b55", "region_id": "RegionOne"}], "type": "function-engine", "id": "0e5b38b1343d43948e2757ced7cba231", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "073d3cf2828449b195c1a4b608ce2089", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b34c646a1e974dc5bccc2ae05dd2d892", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6487bd990982491286164fcdc5d0145b", "region_id": "RegionOne"}], "type": "accelerator", "id": "cfc81acce87a4ff396f74a56086587ae", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fc0ce5a9c00f4c57b8190c286f2fb443", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0042924530f141c2bc4d8ae0e5a82885", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "027254f7241247638e36a306ffedec5f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b2b2c63c05414324bedcc8fa390d2750", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "81feabdf84f44473b23894b8337ad0e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a2d62113fc2c408a8b8e4f5b52d310d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f41e027f30e64fcc8142e018bbb530f6", "region_id": "RegionOne"}], "type": "registration", "id": "743ca66c93a1429eb0a0ab54b64b23c9", "name": "adjutant"}], "user": {"domain": {"id": "2d61333d067e4307adceda2ef208df15", "name": "d55495c0c86a43869ba172fa770614a2"}, "id": "a8bf8a1ccd71470bb4cae67b8adfefcc", "name": "5d46778e2fe9478685a157f44667de56"}, "audit_ids": ["01209a53f4134764854cbe8c0f5ceaba", null], "issued_at": "2019-09-19T09:04:42.189481"}} 2019-09-19 09:06:42,336 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,341 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:42,343 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:42,370 openstack Calculating hashes for /tmp/tmp4q1AuL/tmpVtAdgQ 2019-09-19 09:06:42,372 openstack Image file /tmp/tmp4q1AuL/tmpVtAdgQ md5:93b885adfe0da089cdf634904fd59f71 sha256:6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d 2019-09-19 09:06:42,429 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,433 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,435 keystoneauth.session RESP BODY: {"images": []} 2019-09-19 09:06:42,458 keystoneauth.session REQ: curl -g -i -X POST https://image.example.com/v2/images -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"owner_specified.openstack.object": "images/image-2", "name": "image-2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "container_format": "bare", "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "disk_format": "qcow2", "visibility": "private"}' 2019-09-19 09:06:42,463 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,465 keystoneauth.session RESP BODY: {"status": "success", "owner_specified.openstack.object": "images/image-2", "name": "image-2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "container_format": "bare", "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "disk_format": "qcow2", "id": "4e2a2486-0b59-497a-bc19-ffa1b6bbc560", "visibility": "private"} 2019-09-19 09:06:42,486 keystoneauth.session REQ: curl -g -i -X PUT https://image.example.com/v2/images/4e2a2486-0b59-497a-bc19-ffa1b6bbc560/file -H "Accept: " -H "Content-Type: application/octet-stream" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '' 2019-09-19 09:06:42,491 keystoneauth.session RESP: [400] content-type: application/json 2019-09-19 09:06:42,493 openstack.image Deleting failed upload of image image-2 2019-09-19 09:06:42,515 keystoneauth.session REQ: curl -g -i -X DELETE https://image.example.com/v2/images/4e2a2486-0b59-497a-bc19-ffa1b6bbc560 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,519 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,523 openstack.image Image creation failed Traceback (most recent call last): File "openstack/image/v2/_proxy.py", line 175, in _upload_image **kwargs) File "openstack/image/v2/_proxy.py", line 213, in _upload_image_put exceptions.raise_from_response(response) File "openstack/exceptions.py", line 229, in raise_from_response http_status=http_status, request_id=request_id BadRequestException: BadRequestException: 400: Client Error for url: https://image.example.com/v2/images/4e2a2486-0b59-497a-bc19-ffa1b6bbc560/file {16} openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_session_endpoint_unavailable [0.069211s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,531 openstack.config Keystone catalog entry not found (service_type=image,service_name=None,interface=public,region_name=RegionOne) {27} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_node_check [0.062482s] ... ok {6} openstack.tests.unit.cloud.test_qos_minimum_bandwidth_rule.TestQosMinimumBandwidthRule.test_delete_qos_minimum_bandwidth_rule [0.268198s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,305 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,309 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,312 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,315 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,328 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.246540+00:00", "project": {"domain": {"id": "8a75ad01120c4b589d5b2908ca736244", "name": "5753d83185bc489f9afec5c91f74477e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d6deec8ca80f4cae90f60afd117bd173"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "237d1423b547456197060fa58c173e89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f567322515534088b372013f4d444207", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d8f1ec92da694952b726425f5a34f662", "region_id": "RegionOne"}], "type": "identity", "id": "dd6b23d64598498ab24c67846646648e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "26bcd1217178470f99d2d3a400dae8c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8286a8d4080045ea892dfdeca4c43aa8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "36494bcf869c4d7f8b345b7a74b11244", "region_id": "RegionOne"}], "type": "compute", "id": "2a8f0b9ecb284a90a4021bdf142ff9a8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "3630f38ae92a4f91a690f380dff299d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5d533d2efe294be2a923764888f6a948", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "33e5795a1652485cbafd8b591d868d82", "region_id": "RegionOne"}], "type": "image", "id": "d281e14b4b484e1bb425f3df88c6c85b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a29db361be4f4bbe8702dfc1d084db3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "145b2eeb891343dfa5a586cf03192ab3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1861902ae4cf4beda448db50f90eca20", "region_id": "RegionOne"}], "type": "load-balancer", "id": "cb77cb8c13cb4248825c24d92c4aaf42", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d2950486a6f4c5c9f86fe9f0065f863", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e5b9588ca1c425fabc9383946ec59ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "542d681bac914c7b921de1b1c388e9b1", "region_id": "RegionOne"}], "type": "object-store", "id": "d0cd3a65bcff4377bf68881717d5d309", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e23a7b1bd3f14f0591874aa0053d7166", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3a9e4be801ab419886b87217fbca89e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "43983ccc5ff843a7acab55c5b32f724e", "region_id": "RegionOne"}], "type": "clustering", "id": "9bd8223dd9e14f99b8ccf0d201d79904", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3ebc173b5ef8490794d290d4e431ebd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "de35a86b0dfd453eb0c5e976e4c41334", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e3ea0130c495448cbb16e5fc35f4935f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "183ea1c4efb04fdea5d5c591784a0fa3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "904e5d8dfe3e41129149faaa84f62364", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9b4a1328ecc8425095541c6ec8b5b4a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c09f949ac4b04f768acdd555e2477e34", "region_id": "RegionOne"}], "type": "cluster", "id": "8cec842e31c943239a9a44e663a6f9a5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bbf2c6ca492c4d1a8d3cae1c74319eb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6d2ba3d0243f4a83903a3abfb7ebad76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "66ec0f2c3364491d983c20ac3c4e1c01", "region_id": "RegionOne"}], "type": "data-processing", "id": "3acbdace4426467f99b6f878c47401f0", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4519a65008b24fae935aeead020966c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "72d28107218043c3a7eee8729f5a8e08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "102d968fa7fd488cb46f9cdfca12c3a3", "region_id": "RegionOne"}], "type": "baremetal", "id": "2ac36582f98a495abc80fabd818783db", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5a4e1182447144a898ebd3ddb9e3441c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fad83800deb4451996adab7c1c0deb76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "dcfe617b47ef462d81ca96e5d96a72cf", "region_id": "RegionOne"}], "type": "bare-metal", "id": "41c885682c654fd3ba70805059d915f9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "69cf1d3b621f40bb945edd091eceafc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7f2456355c7b4282850e9e8476f40d34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5cb06c54b4fd49c3a698d7f50a5e9a4c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d8041034c7024ec39fca34feeb4623ab", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f50db51147ed4e44873595837897669f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3b85154795494feeb482cd22f1d98b74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "6db32123d6dc4083bf5076b999cfb48c", "region_id": "RegionOne"}], "type": "key-manager", "id": "7a0d1a0f749a4cc699f75892bff552c8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fb9f76fbff404ed8a677500621023c22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8383186d34d442eab741758f6a41dc92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d06a38ed871e4e6a9ff4e226be582326", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d35449f707024c3bb02588a0921fa4e7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "266d118cedd345c29e3ac4eeea829323", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f166b93e62614a999553d6863ce3c072", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c5b62e4beb8946b7973446f96a14583c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f9b7dcbd6519405eb2366a528312151b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e382d1141f63487b933a3ca0946d28ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "64cb992de1d049b5a056636a87dc9833", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d87075da89d44b4c8ee382332188c503", "region_id": "RegionOne"}], "type": "message", "id": "397145b193734ca49b57a22300f1ccd4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "03483303fc24458bb79c7699e1dccb98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6e4750b461ae49229c016cbc52780406", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f1bde740bf1c420ba0a51df375d116dc", "region_id": "RegionOne"}], "type": "messaging", "id": "cb3bb7dc92a34f1fbbce6800eac64d57", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "06fb61fc28cb45c592f8a2c8beef2fee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "57dfa6a64dcd4af4883af53c15598528", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "259c18fa60644b2a8fa3551ec558edc9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "53456ee66adc416798ff425f187cd499", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1aef4b6b49494817b3003d0c9529b8bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "02eb1f3319d3443c9b5da7c9664e2042", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dba535b977f341dfa576bb1a4d9e3c84", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c5258df45f064088afc2c42189001573", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b4d08328849442a0a573485c63525ad0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "54fb7dbf0d48476ba638edf69ab4803f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "85693831c3ba4f88b4296158b46f5a97", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "62c3361fb6c04f8ea6fb859043e33935", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e65a88a9f8f34baf96c7ca70a9a1baab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8fa07200090642eaba5dc9b318724396", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5d8051bd960444f7a0302594e83aa126", "region_id": "RegionOne"}], "type": "container-infra", "id": "9b5a443af7094bc880c9757082f2a30e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c0101b6c3a4b4597b6a9192934531106", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "6eb84a79ff4f459fa179a43e4a29d652", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "0f2da78719934d96a1553689ea6aca21", "region_id": "RegionOne"}], "type": "search", "id": "e19bdaa476e44b01b30bc5c0ea7c11f3", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2287571b03fb4d8cba9fa7145a8bb27c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "65a2cc67732046cea9d317e2fe76d2b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7799e2cc205c437a91076653cf8eb36c", "region_id": "RegionOne"}], "type": "dns", "id": "c2546547473f4bb68a08e4c6e98c457d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a0ffe00d19cb40a69e314826c0a0d99c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4d1e5f7ffa78478d9df265aff5996e39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "28cc5d0db7f44cfdb8530d38a90a1274", "region_id": "RegionOne"}], "type": "workflow", "id": "07b48b0f78b7421aa09f1e8dfd75c4da", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f2a84b6ca2af47b6893f0bb428e502de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dac64ec2d6b34382b55497073072a4d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b97854d6748a4ccdb3fba64f5a725a17", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8eebe34f995f4d59987b315b331542d3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "c525d665f1cb4591a783218e92711372", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d45141f4b5664cb9b99aadc6cd92fd89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e5fb4827d3274dbb8ea6afd40a76feba", "region_id": "RegionOne"}], "type": "rating", "id": "29ec6f27c3574c05a536b1904cb54f1c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7336c500266845f5a009cb9eddf185f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a7c67282a7694e20adb75300e4aba9e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "957f9214136c487d9f78f93074d8e190", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d1dfcd513cc84510a0cf8fd40833becd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e782a65fb2c6400097827bde55111d97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4e9cb816beee4180800f3d70eee78f13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fe34ed933c354adb821cd752d86fb884", "region_id": "RegionOne"}], "type": "policy", "id": "741eaf77231941eb94e33030edea557c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4f0e83bab22046a4a8bdc9019657e633", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e0880af60b8440cfb560030e1777dec3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fd892e82356f433c8c6d39a14d2e38ff", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "54f9e96b903749cc9b0eb490b6b5250c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b546a6a258ff4abcbfaf9174cadc580e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e5aafafb273748dda1733b9847567a32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "11b3df0a80614cf682fa6f1a906f9675", "region_id": "RegionOne"}], "type": "sharev2", "id": "58c17005add941b3b90dd892f954aacb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0d7cb878d2c742dab1fd3e7d17214c7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2e205b6854644c3ebe43310a4583de1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "73bcf5d51a0c4ebdb32851c5f3b9997b", "region_id": "RegionOne"}], "type": "share", "id": "56e659b0ab4741af913dce3233924044", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2fc5da9623cf4a15ada9d3718b61b6c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4d6af86a02f5426f8d58f885416e48cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ddfa2f48ad684ff4b350d35a9ec1516a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d91d61add86b47e3b344baa7e91c11b9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "030f608c68d54bc4a98ae2e0e6a459d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72bf0393cf1846a489110d5c49f8e4e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d25bca8c90fd48be861e703fb01fb611", "region_id": "RegionOne"}], "type": "orchestration", "id": "24f5228e5c8342f5aaa1bcd607c05845", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1624eff9c3684de0802b86171f2b2b84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "636044ceeb80415f998c744da27fe5f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9efe5bba3594c6999a860c43f0242a2", "region_id": "RegionOne"}], "type": "block-storage", "id": "856929635d624e3280fe92cafa535e72", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be7138efb3634e6e89853ec076dab14b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f2b82bfd84d4613ad66a799c6b53743", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2f7399a04784803b2fe9e240b1700ca", "region_id": "RegionOne"}], "type": "volumev3", "id": "61b343727a3142f69efad9d0a4e1836c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47a7a664302b41099ad911ee654922f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed6390e210084b148275d9faba38ea15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8b5c0393cb146609d5edba0b1e43e27", "region_id": "RegionOne"}], "type": "volumev2", "id": "47795ebc86274d7da9cb08369e4c606e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7547eb06127845dca7e562571721aa80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a063119f22248719e43d37394147aeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8e4a68739954435b6022dce5885511c", "region_id": "RegionOne"}], "type": "volume", "id": "cb04270b85cf4e64a1079d8b380d59d2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a000582243dc47109196fa8372ad81c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31d89d6589e74a19af9ef85c1f45ab27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bd4a86fdf3d4903bf8a97c176779ac9", "region_id": "RegionOne"}], "type": "block-store", "id": "37a00aea19ff44c6b3eef9c8eaded9c0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "de5749058031466ca9194351c964c6ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ee20f32b1b0543f6bb8e5a83aae79e17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a50095754b42405f8031b68c224216bc", "region_id": "RegionOne"}], "type": "alarm", "id": "b25fe6c905b34b39b9184e4b4f1c932b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3f787803032246ad802f6b724df11936", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a99d1ec3646643cda17e239ae5b64031", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4257041605db43f7b54e291c8dd92f76", "region_id": "RegionOne"}], "type": "alarming", "id": "58f4bf74accd467d8f5302fd96821962", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "95d65e80dfbd4821b0f51b7b159ad17f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "041d7ae217234840babc111758905038", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5001ac4638164969b28ca72cc4d0687d", "region_id": "RegionOne"}], "type": "meter", "id": "94ebba693ad648338190cfc222378e23", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "866fe659795143748a20c8fb4b2543dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "106f40d3b98d4e218f6a919072a6ccc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cfc04a7586f24b27a190eb8dcf2745c3", "region_id": "RegionOne"}], "type": "metering", "id": "0ebe651d33d742b8803e2037caeede9a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "94b8d34efdba4ebc837b7f742d1bdd91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "25f81b7f04684f74a90c32763853106d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8b871a4fc0fc451aa43db05865b9088c", "region_id": "RegionOne"}], "type": "telemetry", "id": "22753138882b48ff89109c4bd3df0afc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "785ccf28e7ba46b5910b2d04a3659c9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6e3940bd06dc4de18fd5829e83166e46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b62de5d8ded44a6ebbecd78b2fb7cb92", "region_id": "RegionOne"}], "type": "event", "id": "0c93613ae7e5443aade90e77bd1e6431", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "88b7e80e0b8d448e8787fc563caaac7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "825eb8697d084292a483fecdac757d8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bc911f2f2dad42cdb9cb4e219940b7ae", "region_id": "RegionOne"}], "type": "events", "id": "45f22ff8287b488396d37f4bf2e0a9f3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9a5d67563b9c4bdc9d639a8378982d3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "520912ed651f49fb9f93f2718091c67a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "225bd498e754496da443093ff27de931", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ddad10e4632142feb0b6aa4f82003ed6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "40228f05af0c486092ab8be4ab235670", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ab955badb28b4d13b8a420b8237cebbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2d9f9df7a5f04b5ca9c633d9aea445f9", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ee07d832a4c74944a44518002f10e580", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "decdbd1fadea4c39bac817b4a4b03bc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ef24929d26b749109dfc8d71560f82c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7fc74c191e2b496b9dac37cd0e340d2a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5094e59ebbbe4e65b472375184133258", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b26267478ae743dd9b91d2d20d807851", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ee9b5d6752f8465480e6f91a86466eb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b3579526961e49738ead854aa1bcc371", "region_id": "RegionOne"}], "type": "tricircle", "id": "ca4bdbc6fdfa4c3b8f00b690f9d1be0f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b843e9eb4b9d478cbb9b06ed8456b8fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9e75f71b071a4982a87dc27eac6d19df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6624bf26c6104c1f9954a188f4754661", "region_id": "RegionOne"}], "type": "database", "id": "e3e040ecd5c0452dbfed981a4e1f8211", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "731002dd55c14ffb99f99ec21d998148", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "84eaba0b345e44aaa0dd9c35c4f9dbcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3eea7febd0a84f5699a9c0ac8941e07b", "region_id": "RegionOne"}], "type": "application-container", "id": "abde1f8bc8804d419ca19c1b7cb99549", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "23f4fd293890401fba4341154e9b593f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e78451fe640e4b28ad1707d553b02afc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6b17cab95ffa43349a594b8da90c24b3", "region_id": "RegionOne"}], "type": "container", "id": "9ce5ce9aab7844e59c8088831d6ccff5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e0dc3ededae841548e7e55452dc09ca8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7d4bf43ad97240359742552267eccc50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4f2b7dc9b35446ea8b63ffc91fd4995c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d3deb483ad4f4d3aabc9cdf48b8096ba", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1d42fd6afc8e4e81850999ba645950d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e1a83068f0ba4a12b97cf0903b0dcd46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e9588e6e00814f4bbb85bf3fb70665f2", "region_id": "RegionOne"}], "type": "rca", "id": "82b02bedee3a427382cb0cfdb5fed511", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "36ec9841f2f44dd5887faf19a0cc26b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e2c0bc7fe92740d0b9e2529ff5c2f501", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f8eec264a88e4abb9359714cf9648b05", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "9a72317d445440b1846f5e90bf0642b8", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a3ec1f6453e94c04baeaaa6a935a6f64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "75f3e4868684420da50c1f973ad56dec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "9f9a5d03cfd44fa18de1bfed457c26a0", "region_id": "RegionOne"}], "type": "network", "id": "7b268f1d98bd4aa3ac13eea55be01914", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "8d1bfb8b4f26401888abd08341b700f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b7f1e5a74be04c329c2a91073f3f2f78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b24f1283fd61400f97ec1d773f98a22b", "region_id": "RegionOne"}], "type": "backup", "id": "616b97341ba24fd6b03988462d3cbb81", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "158f30d6cab945e4b3e969aa5356747f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "eca8136c08d1403bba6b088f9a7b53a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3d1514dc69f642faa6e6369a654fafa0", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "faa1c905ed2f47eb87f38d288d97a1b4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "da5d5f2d5db242d8b3b73921ce4bb710", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a4fa838fb7f2492f8dc23b3264590a27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fa3b2e19871a45c2b1be6b701847c8c8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "198e4ff9dea248dca738f3b47f2a435b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0a21d5de38004e37bc8b3447a1456749", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "726accc744c04a04aed7e9944e1b1ae5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2fc7b0de0d19489bb0b96a55de306cd6", "region_id": "RegionOne"}], "type": "monitoring", "id": "54efbc7282554a0ca3aa4804e0a4c702", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7c8b78bdf8a34e57b0fd3a235425182b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fd2c5f2cfa154e17ad8b8816fe494cbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e3ca74f898d7459a9c7eaa8ab0dfe7fe", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2241afc45cce49f89528e884a815aab0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "87b4d22bafe643a2afd2a100c24613f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2322252960604b04b80112589f3ee165", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "350a259d28f841eea17557d5dde307fb", "region_id": "RegionOne"}], "type": "placement", "id": "0f765b5fca5747dd909e7f7ea96b9e7d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a9ce1572e09741e3bd5d500d057c9dcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5ad6a231aac441779308206a4426a1eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "38b6372c584a4ba38257ee24462493e7", "region_id": "RegionOne"}], "type": "instance-ha", "id": "6f01da1ca42043219ec29761d98b6b7d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4df3d61df15246ac8922c0d92874a482", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d7a497236426422396c1320378affcab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "60ccc48d4d444905908aa4a8e282ecd1", "region_id": "RegionOne"}], "type": "ha", "id": "87199c73c9c745068100d9ef3a1fbac7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8b4fa686b0a14dd8bc6cdbfb7e228f97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fe968f09a6e94964bebd681990efe600", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "cc61bc0a748a4c07828521b248231dac", "region_id": "RegionOne"}], "type": "reservation", "id": "5faba65db4e2401eaf6516c34e3a5b69", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0c1c42555f974e4c85a09b83f8f06b7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "56af84a043d54d3bb58ed5d2d084d8fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "44557f87d37240e389c9e5df9d95f266", "region_id": "RegionOne"}], "type": "function-engine", "id": "545233060e2b4125a24741ab9b763a73", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3155b8f779cf4f04a7606bc70af73cf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "56517120b75745d7b766504a387c500f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c89d8f2cf9574804b031380f5bd12ab5", "region_id": "RegionOne"}], "type": "accelerator", "id": "e34a579e452449168dc4217b39c4b2af", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f112841fee5f45c99550f6ca457763fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e972a7327be7456abb9ffd2c715a0176", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1e61daa7d7e64830a9de7ba9e9e36a03", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d7abe4970a6541ef94cb28c5dd5ae690", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "71cfb3bf286b421c95a66a70571e691d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3bf037063c844eb3a12a190f9c98a84e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6bc9f3d75c0041b988b6d08cb9764a80", "region_id": "RegionOne"}], "type": "registration", "id": "fa7cd2c098a5459ebfd456e3947cb50e", "name": "adjutant"}], "user": {"domain": {"id": "1ac58d327b5648269bc76124331e93af", "name": "365ac7367ad64f9792e8e077bf06f06a"}, "id": "651f065a03ac43ef8be076e5646c34cd", "name": "c1c1b8a46e374380b36873ba6b89619a"}, "audit_ids": ["a2c415e4e70c4b78b3fd9fd05dada0a9", null], "issued_at": "2019-09-19T09:04:42.246540"}} 2019-09-19 09:06:42,465 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,470 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,472 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,476 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,480 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,483 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,486 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,491 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,494 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2019-09-19 09:06:42,498 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/minimum_bandwidth_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,504 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,507 keystoneauth.session RESP BODY: {} {3} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_no_user_or_group [0.269907s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,454 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,459 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,462 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,468 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,487 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.388813+00:00", "project": {"domain": {"id": "c95985a4c2ba498d8894cad96cfe5382", "name": "0fd31139ca384b42a00d919d93e07ff2"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7fe19bab8dbd4560b9f1f16e520b2262"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4cf9bb1a34aa4f76afd9bcc55964f3cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "de19af9c1ff24993beea581e65448856", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "226ebfda56d24bfa95fc4e1bcfa83382", "region_id": "RegionOne"}], "type": "identity", "id": "e4f78dffd9174732957d11813f707ee9", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d8ee971155564e30b777c4b5a3623e5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "201ce91a37b743f381c378cbb751861e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "74f2388ad3df40a99c61161ce26c7968", "region_id": "RegionOne"}], "type": "compute", "id": "61a04c6e5ae24f6b96ca58b741bb2f8b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "2cff0e6cebd1417ebec7ab5a59299bd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e35d96132dc842f9a3cfd6e9b0d26c99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "87b62f1977e245a1aece4f9d84788d9f", "region_id": "RegionOne"}], "type": "image", "id": "c216fc4881b74dd7ba5e0d8fbb5fb72f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e3a13de8710b47798964ae2f3c21bb61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0cba2a066a564496aa11501243248259", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e1a371e1ec1d4fe18089287814e3390d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a9547a94c8d7409fabd1e89ebaf737c2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f5f3c49b0a345a9a21b3750a3b0078c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55ca674b7b5346bdaaf42af5b2c9dadc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1305ae9e6c824fdf9298c1ede2587dad", "region_id": "RegionOne"}], "type": "object-store", "id": "bc636f6cc3c847dca3ac1b63bd70c330", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e95e4de41e094f138be43a87f0cadf3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "360bacc2c8a44abd9118285587d8b05a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c7246dc73cbc4798a6226422e1a57e17", "region_id": "RegionOne"}], "type": "clustering", "id": "450d942810fd4ed48a70ad1a69d35194", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "401e28fcfb824e60836d9dcd0c07bdc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f19d584d31134b7083010a21da2ce6a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "db603621a2e140d1a339a0872c5149cb", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "89f12b87984947f3bfce849229335d9c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3d4d906c238a4210870b893f27df6892", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5d1cbb6b7573434ba76af47e90b56911", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9955dbdd684448dfa9f2a783e389cf04", "region_id": "RegionOne"}], "type": "cluster", "id": "31b7a50d4b10498196f226685734b674", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "43f610838cc14b0faa557f266ff741a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0d46abc820aa4e3086cdd6ecdb73e7bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2ca5a5bee29a4aa79677b42a8ef079ba", "region_id": "RegionOne"}], "type": "data-processing", "id": "6b4692ae3a0c4709bcd03cf02c817afa", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c7ba1ac834f640bdad70e7f66cea489c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6e51ab43af2d4c9c92bdd73773859a71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9377a449200a4a0a9a934b428d715207", "region_id": "RegionOne"}], "type": "baremetal", "id": "502bd9d8f93d4cbc9a9cbd84509b96b0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "efe4e53b455b4aa48886d3acb002343f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f7b716c5c34a4b79b37e70a07ffc464d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b2a643d387f84587be18a297185a8ffa", "region_id": "RegionOne"}], "type": "bare-metal", "id": "1b82779072d14e43a8f53cf871dbc793", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a3e919b7521d4d919a8bea1ab0a90656", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d9dccd3fe2ec431cbdd49220d859ee07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "fa76cf7244584420a4b39031ec85778c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7ca5b9da5a5443f19757e396baf51cd1", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "dc47f85c11f4420380fda1c276b1e3eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "24ac9b2bf1ff409dbdd5fc161588b965", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8909dc4aa68f47dead426e3a55a7102f", "region_id": "RegionOne"}], "type": "key-manager", "id": "1b8b78bd80294597aa31e4b0062d9bd7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8ee98f1017b64dcdb54fa153e01e7bb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f9a9fa371f9248e98ebe910d620e666e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "811784be3ffd4810a384ecb1b0c76c60", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "078389b934fd4063be38712f97b06225", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e08e744c35c54889b62a1c6a907c7c39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9e13c627b5f040e7a079c146e3d1249a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "80ead85dc40d440f8a972e5889940a05", "region_id": "RegionOne"}], "type": "infra-optim", "id": "7f0b02303a8c45f7970ecfdb87c35cc3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9d4824b7f94c4f409da0d823ef43328e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6fedd867f0954aa488172da44808fd47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "32fc96eab71e436fa49166f6a18aafae", "region_id": "RegionOne"}], "type": "message", "id": "eac207689d154432ba32f262fe4072d8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "369d1eb6c1c64694891630e89a185b24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3b87c95186a24f7ca9b0acd96ef717bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "16827277dc7a4bd5b0dd3428011d202b", "region_id": "RegionOne"}], "type": "messaging", "id": "0a583ca61a164a4e8f2951d54fbb6806", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d9b0e6e086c74a3e87ac792c8ff948a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "91b3f650cc904950b08bac05b5732d7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1ca051270177469488efdf22d103b916", "region_id": "RegionOne"}], "type": "application-catalog", "id": "1dbf683201f44a30800b4f445a45227b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fe356c89e0c04f9f81c9b409528acbd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4667d7c71558411fa870713428f8eefb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ed939d50474c4bdc893faf6dacd86e52", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "eaa753ee84f1468f86c3d5c100cac85e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "56a66c867db548cdb62abd569fbb00b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "80439adbc7d74f03adc6a848dbd663fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c76873de5d7a4cb181c475c62f3c3bad", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5e7f55bef91b4e8e8b9fb8c0c42e5904", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "28aa2eddff094757b5bc21370abbe1aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e9b79af20044498a93845da9a831e24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "617a0225452a49f08e845f84d61762b2", "region_id": "RegionOne"}], "type": "container-infra", "id": "64f15f3af7f743e486633d7beac5adbb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5c750c527e1143469ed1d4e27d999e9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7183ca12c2e245a5aa6457c0f68f88d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "84eb27361e8548e1b0e02b5b2f50050c", "region_id": "RegionOne"}], "type": "search", "id": "97b5ce13866e4f70b81deb134ab0c106", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "32d821832e0848e3ba8b2a139ad7adf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "da2a01b24e23455cb3c4fa4857f944bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b581fc1c534847ada72b2bd1f5068a20", "region_id": "RegionOne"}], "type": "dns", "id": "a4fdb5e7d5ca44cfb928a1637ec24a23", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "20be59e81c354f87a7156b5410412ddc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "83b976066c2c476c9b75f93a8034e89e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "dd43c9294ea740718cc4b433914b4b40", "region_id": "RegionOne"}], "type": "workflow", "id": "3226aaba3aeb4c10af147f28b968114b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4c6450bdbc8d4e8090b8e44bf5c32786", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cf73452c0fee443480b135ecfd14cc1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "07b615f1afe64e6497389edfd93e9f45", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7fb354eeb05f48549b874d3e940638c0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5ac907730b8244bbb0039616a05a1a86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "261cdfc34a24498a90af7ae3b28575e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3d955d4f9a4e4977bd7cba5ad7854145", "region_id": "RegionOne"}], "type": "rating", "id": "4359aa86382947608418c45c4f2426e1", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9d8ade49ffcf468b91711708ff700e3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "16ed26585db8425caf6f5280ba1c1d8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6375be4b21024e68a51b2dd2d24ffdb7", "region_id": "RegionOne"}], "type": "operator-policy", "id": "858d48d3e66547938dabb4eab47a85c8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ad60539d9e4c42e4b04eaeebacf30ecd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "28a1bfcae6a64be0af8e46f8b69b8b10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9cce7de0974e46f1a15d4d352212d73e", "region_id": "RegionOne"}], "type": "policy", "id": "b143568df0124bc39026daca744184ae", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e1fa4b66a9de4661a449fd17a7b83ee3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "40be05c28c4b4431bb13ecd464684dc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "43297c25e0284c8faf442e24e8fe3232", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b4737cb2c79b428eb2dd1c26577ff29b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "42d1f901147540ca885a110f5d8f7d75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6b5dc836346a4e8e89767adb254f70f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "04cc19783a5041b38ae3c4434866b850", "region_id": "RegionOne"}], "type": "sharev2", "id": "00efda47025e42c7b26909ef96759731", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4d53b8b6fd594b839eb93254c9483a3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8b01952f47df41fda2d93dc000ca32b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d8af4e1ca6914f6ca42844fc1362f144", "region_id": "RegionOne"}], "type": "share", "id": "e7586160bf8a411eaa7af51d016d286c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "86df6002f7ab4a60bfcd79c24f8223b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5a14cf3b6b59410488e1f7d8a63f9bf2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f2e41f92a4064a459856bae9e903985f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b47e551ff926416fb8fb5c7118c493a7", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20246c9b463c40e4b8cef171faf0dea3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3299befc271543aebe9b0296bcd0b927", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60bb42a9902e4950b25c9d97b2f5175f", "region_id": "RegionOne"}], "type": "orchestration", "id": "6efacd3441b5492b853634e0961b0833", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f0a2fd0d6b74559b8665bc9bff8b623", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff8d57be4e7940acbd1b9e2e3cc9fd0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd316ef660b4458f921facb452aa5076", "region_id": "RegionOne"}], "type": "block-storage", "id": "c50236d659244041bf1feae976aad5a8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52b8b43ab2e74a59bd879cf0b93e30b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e57fa2c2ff1f4a128158348e9a71ce5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a65d5765120940408a691b6d990ba16a", "region_id": "RegionOne"}], "type": "volumev3", "id": "43be021c0dbb4da7a3b1e2329984148d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "997771305d9e4f7ead5deb6f6baddbea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a15c13d45b7c4564964cb64a90b18e9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b7e9ab83f5a4735acf12758a847480d", "region_id": "RegionOne"}], "type": "volumev2", "id": "7c35cacedd9c4859825d54aef5ef5d76", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6cb45919c03f4257a1b2e5e79e28e7b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b65b2d6e3bd44da7ab861f6dbba0cb30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1a141344d3f4ee9ac99f26e2a2770c9", "region_id": "RegionOne"}], "type": "volume", "id": "0666250d322e48bbac80d6c5012fff8d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "191f38aa1dbf4f0d931ea14a563faa07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc4affb3aa5f4e86a547927916b5d126", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8dfb50a1e3b4986a286d2cca9a2c726", "region_id": "RegionOne"}], "type": "block-store", "id": "a8d9230aa0f346f8b903edda6da79f95", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4d992d37a7244ba69547059d1253a934", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6041fea6d93a44feac6b3dfa0a65e39d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1ea9415e1c0f442aa8092bb32d6249ea", "region_id": "RegionOne"}], "type": "alarm", "id": "5b126a5fceb744b7b95204a89f670d8e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c129901d2055439d947d30b4be9bab44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a2493c815f714ef1a25d2d2c535ffa0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9e79575b76254fad8678722aed1b255b", "region_id": "RegionOne"}], "type": "alarming", "id": "e653768628ff449b85b2199c8b0c82d9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5d3c053bfd8545d484c6e678ecb72009", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "45797d3411f84f8faeb9659a6935e606", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5bbd96a2ae55421c9ffb07462836c375", "region_id": "RegionOne"}], "type": "meter", "id": "9bd1a04e81564595918bea813bbd0534", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f3398a34dbe74eb0b4ab38997a1868d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "098215ca7ea94ae48d0132f48c02110f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e4f42e7476c343cabd193a2222bb8651", "region_id": "RegionOne"}], "type": "metering", "id": "f06cfb3577b34814a2c5866c418070fd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e197f684a6e14ca4836b2f6fda3f6fb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fb7edce6e4d24e14b3206abbbd8e58e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3be7c0959de24267956a88d228f7fdd2", "region_id": "RegionOne"}], "type": "telemetry", "id": "63e2fb4ea6bf49158219d0cfa413efe2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a4822ee54ed04faf91291e1b58d92c51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "63a9b0ecb5e34bd293f1efdc79e35829", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a2df530450cf47f98bc3fc9ecb04b7ea", "region_id": "RegionOne"}], "type": "event", "id": "6eee6c21cd6a4b51b22301af9c17f610", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "694c88fe24994e82943b193b508496a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "66958c8752a847a38459f01fd47f3825", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "396eec42c849437bbc6fd6590384833d", "region_id": "RegionOne"}], "type": "events", "id": "a70aab529ce249c386ad6b3f0bf28f22", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "46ce1bdd9a87447b84f7b5f96f64b496", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6f4aa877d2d34106bde501fe1cf6a15b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9c141c628fef4bb9a0db4c66c930f96d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "95d084d322f344e893064411f2e5e96f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b749bf29aaa7465aba43798d94fe069c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a7c4ba8ec31f4dcc83cf430d13a294b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fe457b814ce145fd96ecc6988b08af9e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "45b691a3d91345ad9c5e33b8ec0f9640", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b5693bd1aaca43ff923ae39ed43789c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6e18b29e8c984e1caa116030f3ce3038", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8de713d5ddbe427dabd8ba80a4d6e452", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "1d1c54682b314cdb87d13e46aa11830c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d8790ac5de1147ff8d88f0468e761f97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8ee4563421c349ab83ac1a793b9b6ca0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "69ffa933c1224427ab770f97a422b635", "region_id": "RegionOne"}], "type": "tricircle", "id": "d35326b15f07423e96a9206d453d6991", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "386054ccc2d1449d89aef64080228b2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c41a5aa35b6744b78fef5c4b245cd855", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "9d81336a0d9e4d6893a543fa57ca020e", "region_id": "RegionOne"}], "type": "database", "id": "475820a7c037479880b52665a2d23f07", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8afb8b563328416888d0cc0cee43f548", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3fdaf1bd7c50431794c0e903e091edd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "63a206236bbb44058e8cb42d2d197a18", "region_id": "RegionOne"}], "type": "application-container", "id": "9f54be1d95fd4e8caf1211e4001924fd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2dffd85fef4840f194bb201805753258", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8a4491c977d44866bdfa0790cb2790ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "dd6f3568bdb04236bb6e7753f9866740", "region_id": "RegionOne"}], "type": "container", "id": "6c49d2b6946143d4bf73a75de03ad0c4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "faf024ebb2c74b41820ac3b6fcab0f54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0abe57e95be94d50ab7e8c3ef102ac64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "eee565d7e6414dbcb58b08a27682db0d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "5378c8e67ce14cdd863fb0714dfe7749", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9d9f63c6486d414eb4a3e5c75f580137", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b466fd5a48fe49f1b6624de6abf624cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ed17dab14ba94a6d8c6c55a1823aa8e0", "region_id": "RegionOne"}], "type": "rca", "id": "4d5290d63f3b4913a0c45624f2cb80f4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bcb5914ae8464c0e8603b0278f05607a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ab19dfe6722f4853bd184ed6ad083678", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e3dd9f9342d740c69c6ab84b9870bf5d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "70a69942a5404dbeac4a5c3dc8441fac", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ac03437484a64e15b4b3ddbd45b69028", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cbbe248845b04544bfa01169da9aadf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "13fbd0ae02c1427597632ccef3c44d37", "region_id": "RegionOne"}], "type": "network", "id": "0cc14d2c31134489b5b12b87311fba5b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "08d237278588495ab887ee6ab1201053", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "bade2181f4184b54a527130f14ee0194", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6d1a2530c4bc4cb68c3fbb82d0471545", "region_id": "RegionOne"}], "type": "backup", "id": "a7fbaa614b544d7ba7b7046b70b35c85", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0b0137a23e84469eb60e144ea297c49e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0d93ae6082444b369b8eadba1777267b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b7356472c727403f97ae841e0f3ed214", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8b9b6410f8914d399dd943f66d0dcacc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "000f32d1ca9c4430a3ebe703246f3ffe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "448128035a8d43bfa613b20cc743e8a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "60f27d71c0894b7b9fa0170403f34010", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f5fa49c5afb94a37b71a9f6d2d4f8e22", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f49a54269adb4eb9aa5cfddf02f567b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cb9041252d604e628e24b53c9132d3bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ac2fee9464c6408785a0659ce142dc77", "region_id": "RegionOne"}], "type": "monitoring", "id": "75d86c8a4f58428186801f011b8872ce", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a1155e7e35434b0bae64be0a6417bb99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fabdbf1abbea46b7bb2f9f560b0d5767", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f2f8b3c7597c4e5fb936f7215fa934ae", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "cc64c5dc592147249b03a683debdb9ca", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8adce284d9ba48dcb834bd342f9992c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8ab42be1e7384d29be56ff8d21736935", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b58ecaf83921445fb8d650d45599d6b5", "region_id": "RegionOne"}], "type": "placement", "id": "b6b5c8c34b414e7f91f1ece969956a07", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "74c85047d06f4333bcf482b4df187b76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c0b33ca4e9d749f488cca5adbee155d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4bfb0b0dfb294fbeab9a75c833d365ae", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5664074a1cfb4a80a92d28b4d7f7c6ce", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c47f65ad27d64a5bb52f6c39f7348397", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "04f51bb3a61a42d1bd067f91f394273f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bc284dfeb7714dc1bd08135509d37ef5", "region_id": "RegionOne"}], "type": "ha", "id": "d3845bc3b92e4fd89b253e1bc009e5d2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "afbed9c6caf54fdb81dbcbec57e26d13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f452355eecd04ad9b7b1c613d31b0399", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1d80b8ad2c664acfb5aa00386e6a3e89", "region_id": "RegionOne"}], "type": "reservation", "id": "c6ccc042d339422195ba3d65e8ff3778", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "21d74f73aae24e24b85f8b7794cc2d5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "40cd8b6329bb453fa178b0cf2ea80f4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e67adb91b4d840dab472cd27f3e8d79d", "region_id": "RegionOne"}], "type": "function-engine", "id": "966e9524bdec45389c20796ade17420e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "772411bca16243a890924c011c066ea6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ad76a0eac0674098a918835ead16f5f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "42ead719045c45df8ec285d0f1d8c1d9", "region_id": "RegionOne"}], "type": "accelerator", "id": "f21501cd156148478346d958816cced9", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d52982b1aee44c51b1d0a2da497b5f16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "42c23888a5e9498ab096deef692d880b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9685e69851b04675841949638ba35217", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0afd1f507fe0488aa73e0e2bbb42b10d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6b2824d3f31e4b3bb8dc9c6c67102d70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "907d5836d9184839bc9aa3fa00a78a1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0350a02a510947428d67cbb7cd4daaab", "region_id": "RegionOne"}], "type": "registration", "id": "2efea16739e24d62a7979b697ce7ee80", "name": "adjutant"}], "user": {"domain": {"id": "c50e52462ed6467584b3533cd31fb13a", "name": "c9597c637cfa4018af375d2a337f90c4"}, "id": "8432ecd6ef9a471c939f699424b0847a", "name": "85260a90dfc14cd990dd2cc6db120c69"}, "audit_ids": ["83718746171b46de9069fdec1a277c27", null], "issued_at": "2019-09-19T09:04:42.388813"}} 2019-09-19 09:06:42,600 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,605 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,607 keystoneauth.session RESP BODY: {"roles": [{"name": "3ae4269d3cf946f09812f13c43c93cea", "id": "21f8dbae1cd64acfb85e50b6e1250b1c"}]} 2019-09-19 09:06:42,643 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,648 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,650 keystoneauth.session RESP BODY: {"users": []} {8} openstack.tests.unit.cloud.test_object.TestObject.test_set_container_temp_url_key_secondary [0.221324s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,373 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,378 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,381 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,384 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,396 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.308176+00:00", "project": {"domain": {"id": "e626a02341eb42a0abdda6ebe818e422", "name": "a2a4a5d37f9f4f7d929db9abb9edb441"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1181e3a611e94f1da06140852f872dc7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "45d6fec4516c4ef79d59b22453ebcbc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ae477d50b83343aeb06131d812c237eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6df86ba4ce9d46cf8793150a246c2c65", "region_id": "RegionOne"}], "type": "identity", "id": "a4bd8281db4b4180a4b7109386530801", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ab99cec3cbbd4ce7b5c5f9c3694e09a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3e89e07838c64c3ca02a89f7dd3dc7f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6228f861acda4c6d96dc368a97b1ec42", "region_id": "RegionOne"}], "type": "compute", "id": "e6456b1a8594463390ab1fd552ae05ff", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a35ec97cc7b844bda3eb0f26daaa63d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "31d87a87c32d486088dae4ff3cb3a0df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "591cbb37d8f846e59546f4f492a6ab09", "region_id": "RegionOne"}], "type": "image", "id": "d8b992da5f874f38891eb18a644343cc", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cba9b89d47514015bb3ab8b2ff0db1ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fe7de73f9e6042b2bcfaa2a572fc136d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1f0e571a7c49487fa9a5a8a8b1d9d11e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "36b90e2e702a4b44888ad1d2ab1869e7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bdb6a0cf3e174e0a8fb78849863b0eca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0cf201fd56742edaa541439aa725edc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e2bbcd7e937470b916cb220bb4e5dee", "region_id": "RegionOne"}], "type": "object-store", "id": "268c35ff763343adaccec11f39e24c4c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9a7b595c3e564f2ba92a4188f2f7f6de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8f5a5ea5daa34b63a4f6a3b46c07a615", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a6f4ed7b36084dafb458be7dc35eebec", "region_id": "RegionOne"}], "type": "clustering", "id": "025b1b7092a24944a7d10908da920f94", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ef86ce1411c54fe59d12a55094e5ef96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9336bae678c046d482536e6dd48e0a82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "02e1fa6127474dcbb0811731f859f05c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "26e8b31f0e4a42098a5a8cc6aa1a99cb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "22b8a5a03f54489a8e574950ca2c1acd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "31e85ecbf0fa49ed97b37744b2c3b3e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c1089b31d0f24003b90b8b900a3dcb1f", "region_id": "RegionOne"}], "type": "cluster", "id": "00b404303bfd4fdd84dd6772dd8ec295", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2eb7f19650e947c08a957eb464e8c956", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "36dc885aee0846219ff30647d92bdb2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d36b941cfc4345acb07a4d0a342e7165", "region_id": "RegionOne"}], "type": "data-processing", "id": "cb17acf4c9b2403d85011b2c46e5f7d6", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "58f86b0effb64aee92dbd3c85a251c07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a167b471457e400dbbae72ad8def229f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1f0527290b094827aa01269ccbfdf69e", "region_id": "RegionOne"}], "type": "baremetal", "id": "b4da8990298243b0913e797d3ca8b38c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "91d580a9eaf4477f8ebc0e31ad32b85f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "deafc40a1dc64473b10d75990fc320f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b49bf1c3f06c412c8954c7f128c6f0cf", "region_id": "RegionOne"}], "type": "bare-metal", "id": "88247458907e4563bf428f4fe357d9bf", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "72d1be6e2f5e4cba9850638901dd2f2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a3cf83dc5c8b4eb9b610722013f65808", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "8267054353324b19aa4ed34d32cc1445", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "26648ee3692245b8aa674c7e7eb938cd", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c98d2a02b90c41d8a117a97fdb408b47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7038faade78b45e5a38a4e3a2264ffc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d55dd3190d404e54a5f4a3a3fe93601b", "region_id": "RegionOne"}], "type": "key-manager", "id": "958b14b384ca4536be3cdbf3eca9dccb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6fab198b0331421e8c073e9b1e0e8218", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "77301360989d40149dae9aea52157fd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c2592be615ba480e904796e14eb40198", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5c46a774e8094265b07a08358822c789", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "592da0cee80d4a6991eb6e0e9b2854e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d2ce6277be2c41a3b482218eeacb58cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4dcf14ee17014b8994e25372c516b9f9", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4f3bf40252264d549660cfedd7fde4b8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "64ed38aeef074e738c139e0a1ed4beee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c1def51d09c2488fa3ba7805e27cc398", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "548529fa18344ea8af2ca8d966b626f4", "region_id": "RegionOne"}], "type": "message", "id": "ca049d27addb42e6b5ca92199bfc031d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7980c3b50ae54ef7ba74d3ac506468b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e6fd677330974afc8cfcd48e72ba00f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "17b9f7f123b840e28249f5458803cd55", "region_id": "RegionOne"}], "type": "messaging", "id": "187cace899d84c9985d78531d30d33ae", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "23a78a255e924b2b8859145438ba5add", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "70f7709afede49a3afcde8e3d11d503a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a93ae893024f4999af1068e55cb83173", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ee641e7044ad4b59aeed2161b3870144", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "64ce4a0b6c69479894fcfd7430dc859d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "29f5800574fa4b62b1d17771f891acf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ddea6d1c734497aab352f95cb30b003", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1f8db36a6a3f43139e504518f2708e02", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5920276b7fa3435a8550b8eb089f8e22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cb27c3f9fcca46ce960013d0ec50186f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c4d87f79e64e4a7bb215bc81fb51e71b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "3998a621d5bb40c9bba31c8c1dbd6ac7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fa22ee7b0dd34184828b9e4cb1a4e1d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "325b350313e844d09d172fd8269987b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c35d0868bfe2425c80b31bad9b474d38", "region_id": "RegionOne"}], "type": "container-infra", "id": "d2e42c3d0d574f42a5a7dff486a57564", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "fb20021fe1f0439ab0603ee5002ec820", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "be703c3024d948c2b51f1eb235fbd362", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ede2391e42164c18b455b06762e14963", "region_id": "RegionOne"}], "type": "search", "id": "2ff29255e3d8416e9d7675249418ea91", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "18071cbf770d4dcaaedf07af778d5de5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f8eab7091bab456390cdddca7017d768", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "553e03df961349bebd7bc5b3d138a813", "region_id": "RegionOne"}], "type": "dns", "id": "48c54b979fc04154a7aed735e386b577", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "44ad39e925eb436f96b720ca12645406", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9cd6444f709a4fdd88963084bb71035b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "be3b1ad8ee884cf09ebc50ca5a3625af", "region_id": "RegionOne"}], "type": "workflow", "id": "4f73419b6315479ca05302f30c5729fe", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3a2d3e9138724c4883c8adcb840a76ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2318b515539940ed9c981783cd84e780", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cde8fa9fc7a6460bb318051de77a23c3", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d49ecaa84e7b446281b61cae7ed7e117", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2307712e28bb468a988f4aa3374ddac7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6b6257006259489eb9d2659ded725d67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6940a230022347d4bc4133efd2ef48a4", "region_id": "RegionOne"}], "type": "rating", "id": "b6d0e173f456457887b6bdd65713c9a3", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b42312bc3a704b3b946d77b4eebc1ce4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8da1a2a09fdf404da0dd29554113bed9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ee4ebe1270dc4354b8c9198f22f8a94f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f08f246508894a5ba173ba9c139881d2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e19d41bc98ea4eb1b049f0b8d292e39c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "78ff8731d890462da5e2afee06ada195", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e655d820478c45628f34ec7a9e490be7", "region_id": "RegionOne"}], "type": "policy", "id": "d0ceb098881a49d09fbc70ceb4e650d9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fa1ccf2c3b964f0c9af6c1c897e1a114", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8472f78deb374589941bf1b1aec074d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bd91410cccb841119907b70311acb4f8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e2a780722d464b21a3f78099f93144ec", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b3c3c7496fa94b1cb30ea144cf81e67d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "240df67702ce482784672d83ec0c185d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9ac28794cf3942ae953f0c9b4662f3f1", "region_id": "RegionOne"}], "type": "sharev2", "id": "339365c6df184df2a8e1658708a012ec", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5fc0f7e8ecb1472e898987a80d6d529b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9cfa3fe37fcd42f7a6f61460e1ec2378", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "236498fbd9184d2899e58b7e0ac4e519", "region_id": "RegionOne"}], "type": "share", "id": "04d7b3a1e47c4af699f6062bb62083b8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "59779fbcfc744d4f94986538c4b9ac5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "31327517543e490a9ca4462aeb9f00f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "56945c2b356842c488af62d18e1e8ad3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "118f98a4382b469aa45ad2abbaf7bab8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d301a0f1755a4eaea9e1a970723c794c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "803f95be58374e8ba4eaef33f9c41c97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf50173c768f440fb36d594ae2405dc5", "region_id": "RegionOne"}], "type": "orchestration", "id": "fbba3a82b09549d1b9c6236eff7735e8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cef635c6c0cb416fbfdef7d417427bdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ac8c3bf4aab4474b9ce6ca6aa3c4d4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46def240b891415c8a16412a5220d7bb", "region_id": "RegionOne"}], "type": "block-storage", "id": "38abc76a5d50425ab81365818c0da68d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f63ef2835814bfe85df0890bec6bc6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24a757c7e7374ef2b2e9ff7fd57057de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "736300294601492fb2f73c3b25f6a6bf", "region_id": "RegionOne"}], "type": "volumev3", "id": "4306ce56570446c7997c98d028275329", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c5b4ecabb0e4eab9c08d0c99edd66ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce47e0408b704220b1658db8578bbc5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94a9eeb42c024d3184446ae0484e4a0b", "region_id": "RegionOne"}], "type": "volumev2", "id": "689b6dcf012d4e42bf9e99915e3005b4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ea3f90267884976abe4fa0d65bd2f7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff9cc2f98ed845f7b58dd1466a2ab45f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f4da891321f4df8a976fa3f48a37ad1", "region_id": "RegionOne"}], "type": "volume", "id": "53b07518862c43d8b3d557a527792d05", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6082ddb94b0245a18a7d77a0a98ae231", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9185973c004e4682be0ed4237c863179", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2169441fb49f4abfaa678398dd4f9641", "region_id": "RegionOne"}], "type": "block-store", "id": "de1ce0c812f349ad99d8eca7860977ab", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1f800311e49e47c497d86d2a686f961a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4160e6fbe50f4ce8a4934c15d7b5e22f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0433e3fe4e07445d92f073aed3299d88", "region_id": "RegionOne"}], "type": "alarm", "id": "33d3e5d2c78d48439e5d384e911c56ea", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e9db3ec422534281bd337e46cf37370d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1aa6dde790ed450cb861c187aac1273f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ccc0c963935d4086918fbb009353d086", "region_id": "RegionOne"}], "type": "alarming", "id": "98b9bbb4af104eb99c32a99cf53931f3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5d45bcf941c44782a3042657367c5440", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "10ccd88ca3f748f89816f504039fc2df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c0ca5501f004474a8235e4214d4ac132", "region_id": "RegionOne"}], "type": "meter", "id": "3108be34bcc04c22802584b3e0aa99f8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1c48fcb02c644746b1274a95066f57be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e074fd3dd198401a96ff2666ac5df085", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2c92d780f71d40849e2f1cc5a10e8b11", "region_id": "RegionOne"}], "type": "metering", "id": "a7ae8cc84b044ee495a25a9734a74088", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b53b55fd0c964a5ca26c6a250c1b07f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0ef8c86f961a4dd08eafbc354bae4dd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "248c184af35041e1806bf5fa5a7f2809", "region_id": "RegionOne"}], "type": "telemetry", "id": "d1cf0eb7978d4877b6e6e359e5e5abf0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e6d1728742a84592acc8901a5ca5e77a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f115ee505f58432fa724e2fd2677bef8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4722299f7da7417c8091ef139850a38b", "region_id": "RegionOne"}], "type": "event", "id": "f5304dd922ce4ed39825055111618fbb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e28d90d104074a24ae82fa19055bee2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "64d82dec61b74efe889ff363ab2115e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "530758125ad541db8d33d254fdb6345c", "region_id": "RegionOne"}], "type": "events", "id": "3a51403e3c104c92aacc8b2b2ef27193", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "64427e4bb67b4c46b61dc457e3b501bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e443a90aad1b4780a7e2c4f151d03916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "581bba580b774afe896e3073a13f4369", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d26e94d0b83d4dc4bf9c5a120d70c4a7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1f7969564251466e898055fa6adf0946", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9fb501a426704f13990e30b8c5aada38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3033a899ef204d7eb54244e4703d8c8a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "17ce8b22234b41f4a109caad7f49f43a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b3c708d0d3ee409ca09d1a74968853c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "77f517a771f341ecb542d467d2c78b1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "04fb95524b554ef49b9225de64e3c1a4", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "9d7c7374da3b4c099a5637635ca0bd1a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "354c8e32a31b4c7d84e917c59e3a814d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b55f5334aa2b4bdab78a523e1558d2d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "92d35e745fd54b26bd2baf405ae5bb29", "region_id": "RegionOne"}], "type": "tricircle", "id": "9ec092ebd05b4ad4a7f15148a93e2471", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e43c93421d974ad8b53287920e7becfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ce62b251f13b430f97a06ba3d65ab18e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ce4a52d0d7d144589624a46bb884da06", "region_id": "RegionOne"}], "type": "database", "id": "e8fbc51965de4c429154f806e2a0d526", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "663b021f59234080a4170ceb73cc905a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "de20137cde3549a29ea47604ef659df6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "402a63931a1b493590dec9724ca2ddef", "region_id": "RegionOne"}], "type": "application-container", "id": "8291eb881d9149a4ac9fd085532be3f4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9d09b2aa5a3c4d8c8a92572ea5af1dcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c417f03d924242698141e8ed0250bd6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "77b58076875c49a18f709b528286cfb6", "region_id": "RegionOne"}], "type": "container", "id": "ec1448d8c40d4bca83a9700cd2cfa146", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2d5b1335e0c64340a5ef209dcca5285d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f99783720fa54018b6029a004ba0f336", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ac843d5f615d45b0bd90f7bb0a988c73", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b6afb2bc3f9748faa3c05bfa598a3db7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "05d60784883d4882afadf61a6aa5cfb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "395bcab682874c959317322ea80fdf3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e77f65be05164fd9b8202202ecf2f3b0", "region_id": "RegionOne"}], "type": "rca", "id": "8a47128b302a4297ac492c735e6f8b09", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "40f7de0908194593aa0838b3b2c0c1a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "927a71c0b6ac459e87f96517c4e32151", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7cedd6ef227646818945affa7269a4d8", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "13dd0fb4d93848cbb1cec6895014b7e3", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "53d966fc0ce4480aa5cc8f45aecbe9c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ad0507f6e17e404480555df7a04399c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ae34a1acb84440f1851ca9f155a44595", "region_id": "RegionOne"}], "type": "network", "id": "aecd22043f944c09990b2b50d5c862d2", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d44801067d1d4645b1ab1b34cccc5a44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "68b90d4e6ccb43b0b6ad583f71f4d58e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6e460904b631473bbc6b848a21e80c53", "region_id": "RegionOne"}], "type": "backup", "id": "6d47d0133f8b49c3958c6f06bdf6da30", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "141a96e402af46a68997b3ab476f4cac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "03591fb4998b4e67b00f1ae90a97c0ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "89afd2f6bbb945028fee544198b3b910", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e299c401e11e45da91b59f9da60c3f58", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6344fcd6febc4ee4913a60890c097053", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ba1604587e3d4fc3ade75f26cc770b77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ed79f3209e6b4967b3f2bf79df744464", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "bb465af9f9a749ae810e61297fb0dd11", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "87a51e8f64344661864593a10ac62d86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c8554a1580cf4f42a4a7421f588d1267", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ac6fd0c9441542c68b8df43340138c11", "region_id": "RegionOne"}], "type": "monitoring", "id": "6d6dfce775554c7aae734e7e3a2e39b0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1e2b1bd83a894941a4a6024a3b97572b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "51704632989a4e718ec98ec9ba0b1ccc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f01445df12404da38fe7fd028be04f09", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d84e87c1a0da48199a59f9c4a26d64b0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b71f15344d614c83b82f5db247cf239b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c5356033507747ad8ceb77612eb83032", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ae80f53faa674a32a090e29328639114", "region_id": "RegionOne"}], "type": "placement", "id": "690cb06c23194ef1b2f928003d1199b8", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2d6726748dd14fa4a96bdee1a0f852e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e733e747760549b792143a98a3ac7502", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "035fdfd475f64fe7a402b855c9daf686", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c3a3e14cb12c453ea68dfe3eb78d1625", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "99e698afc066458b817e3d39ed259e8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "63a93bbf94c846b7a10ddbec280713ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "434bb23306d84a9eb6e6b663031b939b", "region_id": "RegionOne"}], "type": "ha", "id": "dfe89bd9f4e04c9ab896bea5662adb8b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "20d76656318845fd9711c9f20bf4cc5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a367833c59664aeba8fd27fa806e793d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "81ad4d425d1d4488b1c5a56e657da7a6", "region_id": "RegionOne"}], "type": "reservation", "id": "6bf54ee8202e48f0b778550c4962332f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "987a631f19a84ae1befbf122c489bf5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fb149556e30e4dffa24aeb1149f2d21d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8bd3c5d2ca724492afe3e745237ca7ec", "region_id": "RegionOne"}], "type": "function-engine", "id": "1306f6962d01488fa56f2d692d1d3017", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "cccb2890e576423c844b276da1afaee2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "131c08d0a4944290aa4a4c2d024ee70a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b4fa5833a77e4c4089594aa5ba96e239", "region_id": "RegionOne"}], "type": "accelerator", "id": "42a0dd7e1718404a904cdda0ccb9124f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c983ae96f083441abc048ab212d62ef8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "69f3fe9d021844149d898074f6147843", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6fee43054c664203b4ff48f3c980c3ef", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0d635fd019a3497696115bc3f8945f69", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "37847604c2bd4662ab667cadb89bd8b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ea5814f39b604751965e6f6f95dd90ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a519579d168348cc957def6bd73ba4ab", "region_id": "RegionOne"}], "type": "registration", "id": "4a950db774974c7694a65e95b414b3db", "name": "adjutant"}], "user": {"domain": {"id": "a402f0ed5607475492cd03c391c6eb04", "name": "286ce7d2845044b3ade26ced20123dac"}, "id": "bbdd4eea76194027a47b2b95ddffc422", "name": "be24990b22e2488b8c12f4e332411524"}, "audit_ids": ["92409260873543c7939be4c2e0b32d23", null], "issued_at": "2019-09-19T09:04:42.308176"}} 2019-09-19 09:06:42,495 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_set_container_temp_url_key_secondary-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-Container-Meta-Temp-URL-Key-2: super-secure-key" 2019-09-19 09:06:42,500 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:42,519 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_set_container_temp_url_key_secondary-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,522 keystoneauth.session RESP: [200] content-type: application/json x-container-meta-temp-url-key-2: super-secure-key {27} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_node_force_delete [0.057799s] ... ok {5} openstack.tests.unit.cloud.test_qos_minimum_bandwidth_rule.TestQosMinimumBandwidthRule.test_get_qos_minimum_bandwidth_rule_no_qos_policy_found [0.326883s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,456 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,469 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,473 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,477 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,493 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.372203+00:00", "project": {"domain": {"id": "70ee1af61d8949c2a5508d56c3e1d074", "name": "f73961f1c6ab4a29b8078e5aef3eee15"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "af9b3b7e9da542f58f06d71701fbc262"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f01d074f036d4071acab55d72ca18e13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "17ced470c30346f3bc1cc728e54c5391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2714f00bdc554fd2b77ac110530f320c", "region_id": "RegionOne"}], "type": "identity", "id": "a1801eb101c54b18bdf6be8dfc52ad79", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8e730f820b02465793ca0bf609722683", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1344e4e826a84b57890ae208e238ecb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "1b0039de10694ce0801fa6d1575cb3fd", "region_id": "RegionOne"}], "type": "compute", "id": "62d4e824c65a4b83a26f481d2baa69ab", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1466384324bb4516b5bfba3888d00927", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1e9a090185b5428e822d58b9aedfbcd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "cf0dcfc0354f49a8ae94d0e50fa200f4", "region_id": "RegionOne"}], "type": "image", "id": "82b7f402e8a9495cb652956f728b5c26", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d71bc529e50f4996bb0cee3a79f0838d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "96d9439eaa5042d4998e9e508ff2f6ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6aeabeeef5dc4c128db0055e27f92f97", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ad1076d966be45e9905c5765b2d29db3", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "577b7d0f6c7441faa55acbda43f678bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afc78cd79f02425786d200e1ecc4e570", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97b4a5cbeb8d4077b935c6a4862d6939", "region_id": "RegionOne"}], "type": "object-store", "id": "6e064d40017d4d889329246f164fcf1e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5b199b20515b492cb55127bbcd704117", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8e98543425db41e1a9d183c6a35be479", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1e6f456e3fc347a69297ae66b9a38183", "region_id": "RegionOne"}], "type": "clustering", "id": "a94074712a344554b66de861d3e191f0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "450363e545664b338072ab0be2b3bc9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "50df27ae21c44efa9848b282c76edf92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e2ec77d6cbd242ed9ae15f1d50a4bd07", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "48cfe8cfbc204eff99b94cd4220c0d53", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "588c2be8e7214ae39041e051560797cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "05fea7555ce84d4bb062974d8123185f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "62fe0414e5ce44559c6082c0b59e1408", "region_id": "RegionOne"}], "type": "cluster", "id": "17400fc3c1bd45e2b18c8dba1ad2b751", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a0e1a120be214f4f8df1618304c6ef67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6be54771f4264d089c465d523024184c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "54b1fccf3c40411ab69c885101c1a330", "region_id": "RegionOne"}], "type": "data-processing", "id": "1097380520a4401388e4e8063a6adf5a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "11ad1331c9a2493181ddba9d73e1646f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f6c4b0af04474eab917af80c16ada802", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e00062f474ee4e11ba42595253381465", "region_id": "RegionOne"}], "type": "baremetal", "id": "c09beaf751174a399108a6dd9b7f69f1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "83ea05bc803d42fc87b2ae2c34294ab9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b3c0188392194a24b6f730de261e8403", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8888cd37bc524a1399d9b2f8f95ed0f4", "region_id": "RegionOne"}], "type": "bare-metal", "id": "88cd564e53524852808ad8db1cccc94f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7061e30f14534d9ca37fc3b3b162cf9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e5c4f4a652c54ba78ba97e91e76927f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "6aa8b7d6fef9400abcfcd327ca1cd92b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6ff5b11dd7884f0b9967eb3292fa93c9", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e4141533b4ae4b26a9634b5a54553c8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "783ba52bc50b40f189c189649313e964", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b5130c666df94200995a719c4f64ae73", "region_id": "RegionOne"}], "type": "key-manager", "id": "ba7dd5c064d240f69e0ec61c1219ac15", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "db27e264a7e249a3bd367bd1d28c3c16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "89265ad0ac0b47b98a37989a15928ee6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7f534484128c439399c1e8a3b9b7ce91", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "57074f3495c94014a8bb697200656bff", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c956269721f14dc0832387b34a0d6b91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f38c95ae67e546c8ab4a4b412b239fe2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "01f4c9567aa24618afd9bec369c18cb7", "region_id": "RegionOne"}], "type": "infra-optim", "id": "85d3b03f2d2745f997f98baaf19964e3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cbe246aede064d9684dc2b41c330963f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6f61e93460cd4eb68d7f943595a6b078", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "618290ba5a574fbd89e92ba678c10999", "region_id": "RegionOne"}], "type": "message", "id": "a16540342f2345b8bf66faa5517ccd74", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "125a5abbc3874bcd9fcc478123c09b6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "40dc56a7579e4a9ca3014e3bbca2094e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6a8f709094b14282ab5d3cae021db702", "region_id": "RegionOne"}], "type": "messaging", "id": "3a1001f0b03940c7b4772867d44a8858", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "794aaaedbd0d4f5092401d7aad8e4c30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2fd7b3639d3749488cf18049332eee84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f754c2ce418142a3b8f0cac211ec0279", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f793989e94564385a7029d94d7c310f6", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "96d07d23032445d1bfa2d0752149c049", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "af4f87a2f3e4433cb9782946d8119f63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b63b609e97e24e2d9335a73d78426391", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f8861c62413a4a979b11e98366748594", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "58146309c5344bc6b5938324220a1c4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d510a44f4bd743ac9a1a69f8feaa13b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "20c1112a5cc549c591916e699fe18bd9", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "37dc5074d6bb4922b8f7f40dee90544c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d45c8d75194f4583b8d64c3036f0ca1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a9e52141e0f548c1a9f6f9d118d7476d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d1e10220852e4f6cb7cf8672208321ec", "region_id": "RegionOne"}], "type": "container-infra", "id": "ef4a3046e5204142b84076055e5a7f44", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "baf1a18b72d640f3a4ea1c6107d15dbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "bd9cf9d6a074493785b3b2d06325015b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "17d84f48a5a94763ba98b18fa0223061", "region_id": "RegionOne"}], "type": "search", "id": "3c7706a53bd146debb6601c640fd9b58", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5d6de51c51be49559833fdc6a5db1536", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "81fd145bdda44e808b06290e4d25da10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "962f8c69a30f4a15a4cdaaf9d126ae11", "region_id": "RegionOne"}], "type": "dns", "id": "eca756e7b944441e8cf88515639bfd3c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "28aaa5f1146340269da4a257057328cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "378f0e16144c44139073ce8553123927", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2baf10f108a94e729f91066198426411", "region_id": "RegionOne"}], "type": "workflow", "id": "d759f869f0354c239273afd74065da6b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "064defea86954b7a9e64d9c7bdeca766", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8fa515aa84e44ea4a83b7f4e681b9e50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d2e2cc29408345518d4f945a228f1283", "region_id": "RegionOne"}], "type": "workflowv2", "id": "01dab7d2d041492ea0fbeee109abfba7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "52d03a3a9c46461bba287fa048fab85e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f92aaf4990df40e3b6dc873f2fd8b27a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3e5cdc635f1f414b8f9e4d9080bc2e49", "region_id": "RegionOne"}], "type": "rating", "id": "83e62d9fa5694bfca0d3adae61f9cad1", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3d63f7501d9046e4abb7a6b416846032", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "299c221cd28a40338d406df3862df123", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7d7c6d96958a4d62a2a00bcad0bb98a0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a56f00cd150344939e5330a7d04b63c5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "36a4cf4146c547009c1fbc012a6e9e85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3a450d6671834655b9e237a26245b5de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7db9439615bc44e181e67071c2761459", "region_id": "RegionOne"}], "type": "policy", "id": "779e78d14dd8485a8e1b3ee5deb90e3d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4d29c066a9284cf4962474f650fccdc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8e18e085375f4fa8a45bbeb4ea38b2ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "71783f507ee347c28f4a0aff5a7034a8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b17e274ae3e0458f8a7165a560d43d56", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5b8e1f4b4f8f48c3bc64fe0003909124", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e01d537a10064bd68390236bcc20bec0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cdca4a4650aa41fab6a6f6bf48934c0e", "region_id": "RegionOne"}], "type": "sharev2", "id": "84e4cf67f1e34dfa85f4c3c320c1e30d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "973f8a731366462cbf4e7b8e2fbeb846", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c2cfdcd74105499fac0f4638aff3cf04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2d3606eb007c4b1ba63bd5f3271369e0", "region_id": "RegionOne"}], "type": "share", "id": "9b7e54f15744461d83516870fad6d327", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fa12666661f4424dbf9a126ef91963b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e6e755df17594089a5933e118549d622", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ec4e646f6bb84984836521b16cc07975", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "df45b25d9c0f4acfa200f09d6574bdf4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f3e4fd0e3bc42fcb05a010bc608100d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95fa5944caaf493b9437a1b744b1ab0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55e8bba0a6894166b6162e495d8dbe1d", "region_id": "RegionOne"}], "type": "orchestration", "id": "29580a144b4b4bd3a6719694bf31bd4e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9eb5388cf171427685d484798b7b390a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "415ef1578d84406b92eeac8c365afef0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4ff8b8f81744c2a8e8b2c48aea7f0fb", "region_id": "RegionOne"}], "type": "block-storage", "id": "67bcb9feeda14db2b4d66aa79ddc9885", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9d9a4456c3e4245a451c8c2291eb81c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54be3e1a83b24091b3df9c3c978e38e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b55676d5ede344d3a44a4e67515093b9", "region_id": "RegionOne"}], "type": "volumev3", "id": "1b9c42a53b4a465b8408bcf368c6bbcc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40f05cdf88854d899ec8780af22c67e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79f66f5e93354356acd60b56d1e7532d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "559a6f2a14db46a28ca9212b4a642c62", "region_id": "RegionOne"}], "type": "volumev2", "id": "444599d9d49d426a91b5bea31746a916", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "267fdb7f549e47f9af05ce16359062bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b94420fd1e5545b983125ea710904dd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ed127ae2b92496ea5044029de8e7a3c", "region_id": "RegionOne"}], "type": "volume", "id": "db09a3b0bc7f41c3abfc31c956c7f2aa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96841ba11f394345ad26ded8398ba75e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec30dc7d779845918b010ddd900ccd08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10043e8248354b0eb2d838acf697fb1c", "region_id": "RegionOne"}], "type": "block-store", "id": "3c61d942322e4c868c38cad6e25c4fbe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "544e5fa9dca04e76b774b7ffde02d6bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "23ea2fd3ee344f478482e68ecd815ec4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "02314c291f9b43b6bc3b3ca077003c6f", "region_id": "RegionOne"}], "type": "alarm", "id": "8e55d8989ada45f79c245b8c59a218f5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1fed71bf2e8446a887a8c02f50cbb66e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3578dbdbe00e43bcb3c6780b87d836f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ced8b62726db49e1b4b8b73a6d010b95", "region_id": "RegionOne"}], "type": "alarming", "id": "8e8c0135f88442a4a8f3472a91563eb9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "82731e1df6584bceac1dd87560466cf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a6b205aaf7d04ef18c3152a28a1b2883", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c30015f301154b94bbca131a18987feb", "region_id": "RegionOne"}], "type": "meter", "id": "3df7a878e3a047238715866a59412750", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2f6fd2d3301a42cd900e4f979c341af9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "de636d8804f74698a15f6c8ed363c819", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a2c0caf08887494bb27893c8a90a0516", "region_id": "RegionOne"}], "type": "metering", "id": "056958b6dc5643938953e5b7c4ac14eb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cced2f80b85146ec8c431206697c664b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bbe1d8a232a6429b818612e1ed9abd3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "257ce552268a45f5aa3ff092b3bcd4bb", "region_id": "RegionOne"}], "type": "telemetry", "id": "5ac337d36ba146a49f55eb496015caf0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "bb76da3db2194e4d8e70e2fc0fbe26b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "51f99113cd264a9b9272e46c7f522839", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bbf9a17d4520473c874381dd5c0b12b2", "region_id": "RegionOne"}], "type": "event", "id": "991ba53e504e4f699c6df011e811382d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5e60d7b558e34f0e91f31e0e6a831444", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3ce2a6cdbe5f4015bf4b3754f200c6ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b727b06a3f004ad4945b0ba852097412", "region_id": "RegionOne"}], "type": "events", "id": "25fdb3b4ccc64553ab84b35846b0ec52", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d7a998f739ab43a8842202e07df42e5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2fbc400395d64ad8868b0d738cd0763e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d9f77c27465e453e89d158d5f65d4ac5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3306f801864746c883071dd465d4e61e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1e6263c81405460aa9e880b1b2316db6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2b6c8a3d505944e7ba8f354060dbe269", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e7459215ad7b47459c590300eedc4aa4", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9a27b681b33442fbbf0cbed2d31ac238", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cb34e8ee4f0346c5875fdaa75db307fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1883ec8c085442a5ba6088c40a45667a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "39749cf0ce004222b92e9b6366655224", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "03fb868eeb2641278e8f7c06788af993", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "63e15ec6b7df4a4e9185ae737b1a9790", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "62f62dd64011451d9ee4da3eacbaad25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a0bb78ad62014d68a3f1f92e56b7f88e", "region_id": "RegionOne"}], "type": "tricircle", "id": "b6f48caa37474b2086fdeef4090fa808", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1aaedcf9db85494e9f3beedfa1518197", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1eb84311feb54662a0dbf0b961750c24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "823d8293b0b144cf8b0bfd708172eb06", "region_id": "RegionOne"}], "type": "database", "id": "8193be9835d64404a95a70d7f2436fd9", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "043b2b50c3d8461abb7571f976f0623f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "edb279a868d443a6a7a0da320c3314e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8cdbcf83a1d04bd9b713b0b04519a3b8", "region_id": "RegionOne"}], "type": "application-container", "id": "bbc930d4498b470f8761f23553cca885", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "580a3eefa6ce42e7a1f05bb217fca27a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6304d9b797da495e98a2836826b25d92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5548368d70544b75b6d3bbc8db08880d", "region_id": "RegionOne"}], "type": "container", "id": "40f123f08df44f6ca8a87df37f94917a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "967201832db24765ada58e2411cab7e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "341d2557a27a4fab83b5e7314b41dfee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6c9e00de1d654e0cab00875dd2af5486", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "eb2c3ebe03874f11bbbb15a40750141f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7e9ff65744c94fd497840a7bc233b56f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "83680a5e5ad545b2b27109fa9759a78a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "50d23b1c80fa4c5aa99929bd2adc605f", "region_id": "RegionOne"}], "type": "rca", "id": "bcf7b93047a24a1d94ad46faddf5474e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "169de2478619432cb81ae04abf423e1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "90c21d2c5fb948fc91338a54eb2744ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6255cfeb551243e6b7ae0e12d885189c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ede7a4db14d9409a873289a7d0013211", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9d641e57cbbe4877b08043bb0b0ff26f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "6a5b2a5ad2c34b0f990c629115f804df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4f60b0ba08864d87bc7fd194a361ad59", "region_id": "RegionOne"}], "type": "network", "id": "a2340948f35d4fd99ca31faad0cbc4fe", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "92b9962156f74f7496f187711c06bab2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "835808c543954d9abe3febdb83a294da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ae960b3e2c9b4609bdff4554a901a77c", "region_id": "RegionOne"}], "type": "backup", "id": "e81e36d7dad8470dae9fca932156346a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "618d467d96dd4b91a7645a52c0229268", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ebd59a8c2a474c07bdc974f5cb1f0431", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c8d0ed38f70545abb696c809f8f17aa3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "02501ae405e6409e80993948f220b122", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "89f29d5b2de64c3d8946971c635f2023", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "90985326808445c0ae4e4ff037d2782f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9f6a6b229f874cfbb83b6e501766e577", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "47c4f04a321a4f4ca4d5009dcb64a460", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6b8c6e0a69074398bebed4ba87420348", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1dc332c5903c4b62abfe56f6388cf501", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c26e642767ed451f96709b8ed63599c4", "region_id": "RegionOne"}], "type": "monitoring", "id": "c94ccef50a5947d18a0062fadc9d3ad2", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e74954c3d3e649c4b862a204ee687605", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4cae9fc66e1b434eb14b2f9076fc8986", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e1f592b35b4f464fa78df2db8c853138", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2fe78d21c7834700ab5890f01026d0d8", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9195145abecf4295affc9d91db96940c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1fbe97281cbd4190aad58ef1c0438f45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a08c133a23d240b7b94469d4a4e6523b", "region_id": "RegionOne"}], "type": "placement", "id": "df1340f26f6b42e6b21cfc17c956656e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5bfe7ac7c56e4d66bc3dadd4dc2e6eff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "692e897431814480afabf66ecf711c13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "970c84b5544740b3846a5a401a63204b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c3e95bb3d097484f8a962858640f79b5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "708434edb4744ca096cfa57758b38b5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8f0540460585417d9de29334d8bc3d5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b144a6f55b4940acb6985ba0aac4246f", "region_id": "RegionOne"}], "type": "ha", "id": "b7ea3d9004cf450d8dbc4f115f9a6a88", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "13390d7784604d4f84d75883a130f908", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "802291adafc84a5b9a8291521ffd7d56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5b6b67e716d242a6ac6cc254d62d8b8b", "region_id": "RegionOne"}], "type": "reservation", "id": "1571e14501c34c6c8966ae0904835c60", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8ff13368fbcd494488ba3f2d8ff02f17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f00bbb4ed9d64054a411859abca2735f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "237a1084e7bf49b2a7fee5bb82c39a1c", "region_id": "RegionOne"}], "type": "function-engine", "id": "d9fc369138af42f681b0a62b759a489f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ed0e6a94d2f6431999783398d528eb5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9e9bdfac30194e47a6f1834d45bcf481", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "adb03a305e0b4ef9ac1d3493721d07d7", "region_id": "RegionOne"}], "type": "accelerator", "id": "b6736ed7eb6741c2aed42d269e12065f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5c041fd8d82042088923fc67e305391b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "df6cb75d0a204c69b0f546301aed9608", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b0747c6a05114a819b1557c14b2e1359", "region_id": "RegionOne"}], "type": "admin-logic", "id": "bea39a78ee564f79a070d706075a9462", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1ff39c96414b4146b00d116248d3d2ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4fe022d65da942bc89fc2bf022e0f172", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fb6135c271d647b5a70c61f0c7fe3e3e", "region_id": "RegionOne"}], "type": "registration", "id": "0d173be9df58456c867b2027ddf65d81", "name": "adjutant"}], "user": {"domain": {"id": "f1f6dd13e29548428b8cec8fb7029ec2", "name": "29aa2b5716db43f8a92ff86e265d1412"}, "id": "1a8a2cf003a54afd80f3ba188839d414", "name": "f002369db91945d19d6af3dc66978333"}, "audit_ids": ["122a42b7741e4b76950a91e528a3148c", null], "issued_at": "2019-09-19T09:04:42.372203"}} 2019-09-19 09:06:42,635 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,640 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,642 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,646 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,650 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,652 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,655 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,660 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,662 keystoneauth.session RESP BODY: {"policies": []} {26} openstack.tests.unit.cloud.test_image.TestImage.test_list_images_string_properties [0.287047s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,475 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,480 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,482 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,485 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,497 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.416258+00:00", "project": {"domain": {"id": "da7bca9b03d745e09ba194f4d2064163", "name": "04df4a0be3864d87be7f290abb25fbac"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d95cb27a4961469d907d5a99a2970ec0"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "b591ca22282946a0b590d0d041a10cb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8eb8bcdee96442059fdd9c5c2ba5240e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "039ece0a71904a1e9e86e00572c42c9a", "region_id": "RegionOne"}], "type": "identity", "id": "582bab7d9fd24d109d422feb831fb9f1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7e30f840284b4c9da5ea4192e4bfac0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e8f40e4d1761420694c707fca6aad3d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "93c4dbe6d3d2408487ca96718cd0cd80", "region_id": "RegionOne"}], "type": "compute", "id": "24ee2b8c7006488babb9e173b99627b0", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "2ca0d7c2d37a4295bc8e7040a0c6552b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "244eb32e074349a18169482e95d8a854", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8f901a7365514133bdc20c226ab2a25d", "region_id": "RegionOne"}], "type": "image", "id": "b5655f1569534fb29fd941b74e4af768", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1e355888e5be42fc9b74edf95be4ec5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a211f14a022c47a58250570cde009f6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "27f57517da844ebf90c56fffadc524c7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "13e5fb98b44f4831839cdd64ae82b390", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e33446c2a66a4b5dbe63bee9b578cf05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd1528318a464920b64db640dd96a27c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1394fd383104a79947093883134433c", "region_id": "RegionOne"}], "type": "object-store", "id": "79f706eb766f40789fa07a6dad2b448f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5955a291483c4761a9b4f36993206c1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6ab6627ec33447d1a4ac51bd29503bc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6ea7cd771a724dc4863aa522d6751cad", "region_id": "RegionOne"}], "type": "clustering", "id": "e8bee763774a4902852523b7446d7ed1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "140482fcaacf4dba83311f28d51dcff0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f4270b2bc58e4e34b97a7c9313ce4f10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3508ae437ebb4739b0c6b32b6ebefe8f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "70b4279b72cf46d591733b87f677d23b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "489b42ec8dc240ab88580e1f823c3829", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dac48e2b33b84a72bd413fc1d409c02e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "83b6e8c8a1e54fe188d972d5b3d82401", "region_id": "RegionOne"}], "type": "cluster", "id": "292a30546b344367a43f27f148c36318", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6584f038a8634ce9bf73aa45e8dfeb9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e0052a803cb04ec6a35c358609e9ccd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "34a23d1246144f0781fafba4b5358dbd", "region_id": "RegionOne"}], "type": "data-processing", "id": "851f40fd494f4f6c93591cf34330d11b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c954498bdf204273892bacdd69858d41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "319edc22ae3c421ea242ef1feb509fe2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "20e1dc13a07946a3bef4b66b3ecdab3f", "region_id": "RegionOne"}], "type": "baremetal", "id": "39f8c0e7eb6f47be955358159c608f4e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f8741fe3c03f4b51a42213e42ed608a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "83ff9ac3a6794543a5da10fced0a8a23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e2e7310cb5364d619147d161d96050dd", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ef1ceec966d44e4ba26d7d83c33b8410", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "eda4b5f5958846f788d38f5fb52a339c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1c0aaa9d94444dbab85e7bf3a468007e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0229dba20ea44ccb837868ac30b9f1af", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "955ab6ff74a844e79d819463e216c242", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "def2322d015d4862b9c661c599bec72b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c654b875234d4c8798299cfeff8f5e1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "3e58511b9f774ebfb1cc9e0962a48919", "region_id": "RegionOne"}], "type": "key-manager", "id": "39fcbbd40d2c4472ae27105c39c59deb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "de6ce7d7ade6469d9e2c4c555b6c6c6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "00ee5330d47743bdb29a631b9544b19b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c498298b92674c2890fa5e0d0b5edf5e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "58dde2025a74400583afbada1f073a41", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eacecf165314433f9b1756cbe94cd592", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a31d96d622ad4e9e99ad62dcdc2d2092", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7f9b9377057e4f67885ecfbe59326fe7", "region_id": "RegionOne"}], "type": "infra-optim", "id": "712f73efc5884a32b21646eb3bbd26ab", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2bfb1f2310e0428bb26efd60dfc3e957", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "36105185b90d43ef9e6b2aed5dafdc3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c598a215b19b4a76b5909307754a340f", "region_id": "RegionOne"}], "type": "message", "id": "5ebef9a5fb6a49c2a53950f7acc2281b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f79f4a0f5012468da23fc617b31d7858", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3873c4ed85ed4df5b5d3b0990621dbe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c8fcc3b4184e44c6bd0247e55bec9a35", "region_id": "RegionOne"}], "type": "messaging", "id": "a90c3316cb2f4f4893514523abac6839", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "67a451cf10364a16803cb1b380199a35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9652df432f0649f98f62a97a56a8bb83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "86be2c3930834d6eab54fe7588c03eb1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ae4b209ac5744981880434452f7b2e3b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bbb0df87aaa94662a2b55a006ee392cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a5710e06f84b4d729736db62d7aaa633", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bd1f4f3b822348769bc803288a2abd05", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "339de5326f044052b92851a630811eb6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7e24dc874a2e4bca905872227539f0ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "57cbb5641d1b43feafbf107111edc5e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e64caf9181f5406ca0392c57f078806c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "77c4b2402f2e4401b8a44d72d33acd6b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f6a355743d814a5487d728fa1bbbff5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f0d6b9a88fd402381cc2c80e85b8517", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "01899895c0594303b95a1aec67b708a1", "region_id": "RegionOne"}], "type": "container-infra", "id": "10b30f0f6cda426192a45d2d77929f81", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6365df33fb88430eb37a423a413a9148", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c6fa47c8c000417fae5d1cd2cac66be8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e550a31155b24e4197a943a94e82522e", "region_id": "RegionOne"}], "type": "search", "id": "8b84f4a6f7ab4e04b19588805b72a7c4", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4e60c38baeb046239e05515608be9c68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6f0a5ea1f80f473785878a3c7ae9cb81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "dd4d96f0468147d2b7a74a9f15b5b6b5", "region_id": "RegionOne"}], "type": "dns", "id": "3ec246490db9434d94eb0f0d25b24619", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "709a54285075469b95ced775295b2bf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "984677eb3f364cc1b9baa186ca7d6a65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8da07fa701854100b342791cacd8357b", "region_id": "RegionOne"}], "type": "workflow", "id": "1e6bdecd729b481fa971b50f23c1de6a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b98cd267df9d40f493d4392a89a63e34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "297539c401df4ae587573998d23c04e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2a0ddbe9456a43b9ab5448216a7c435d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "80db06da6bd8403a8935d8d98f321066", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b9a90e0b56e84ff7b36ba9fe0eafc9df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "25d898cd424445138ed681691f1274e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f8e43b84a7614742a7cf78e64ebc41c6", "region_id": "RegionOne"}], "type": "rating", "id": "0b0d258a0fe94f3b979ae974dfddcf85", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e217e5e3e5824e709069e8b3f5dc54e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c2bf75f5c4e94f4b95f4102c9083196b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e34900f7064744a78162ab577f057f71", "region_id": "RegionOne"}], "type": "operator-policy", "id": "da44a6dfafa64a59ba0afd2018cd484f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "068ac8e2ea964e07bf841eb1202392dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d0a1b59a95c644f0be570eedf516099f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f23c0b69f66142c085eadd6ae62c62af", "region_id": "RegionOne"}], "type": "policy", "id": "e2e39cc2575045578a38e4b149071e98", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "982e74732c5f49a58bbeca9541b3e0a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d017f4243d2046ca8145d5e13750114f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "436c0be30b04499fbf29bc6ff11c3cfb", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "26118afdaf23443a94eaf15475026838", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f2c98ba8e81a4321a79ad4501a3d5c2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0d772bb5575547e3aa883fe5563d1fe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "62d0f25cbf534562bb0ec833db6ec56f", "region_id": "RegionOne"}], "type": "sharev2", "id": "d5d9eaf0ca99487fa98d54005b2297e0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "65e0333cf398474bbb41665322a3507d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "94c0a7f36fe14ddfa9a5d1f9063fc020", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "990c0d42477a4fb7acedba5361147989", "region_id": "RegionOne"}], "type": "share", "id": "0746365e36514c2fb30deb4d74a4acb8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c2bb7add061f461085d8d79c99e53f82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9340a8fdeed04ef491a6f5fa343f4376", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b5d363028b4d43478c867c31396ba5e5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e5ef8d02a3be45588da515bf67cd4d16", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07d8746da37f4f23899dd3c8143e0e8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "892afe00dc4445fc87e2d07bc3a57637", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18b3bdac4f5c4a78a5fe7ddfd2764275", "region_id": "RegionOne"}], "type": "orchestration", "id": "c2db66ccf1b847279270e2288ff42ded", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06400cabad3c4b839e6bac7fca09c515", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a27433f2187b4f2fb5e7f1bb842bda4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09bb6cc793aa45fd801fc35c7ea3659a", "region_id": "RegionOne"}], "type": "block-storage", "id": "fdd15bf728ee448fbc043fab352a1547", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3700ac35ab2c493da7e7b77485fa20d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8db184fa72ea40c4ae2ed32abdc6e4c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6518ac9917d46298d48038f4cd7bcc1", "region_id": "RegionOne"}], "type": "volumev3", "id": "7788f3b4b5f04326b7939b150c9ab7a3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b5795e323a6406196e0a79331340fc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a2c1382a68744a48c3d25ec6af49391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91ed895c3a3746c9bcd68eb2969a8cad", "region_id": "RegionOne"}], "type": "volumev2", "id": "26772c6fa1b543119d1544c7bdaf5660", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24ae6fae675d46459074e1f5f8516828", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a398af4a864e4e25845f2b941aa9cc88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d39fe97ed70e42e8a7a8b2229d3ebb52", "region_id": "RegionOne"}], "type": "volume", "id": "469cfa51de3c419eaea3bdaba85af97b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83f4ce62a5e24a5b8e05341bf0615d37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c4caa75651641d1bbf8bce2c85d2910", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "896b3dc9ec59430ab712511605b41bb1", "region_id": "RegionOne"}], "type": "block-store", "id": "669766b516e8412e9cc9f39c6ef6766e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f881dfb9d4f647a3914cc64a53fee9ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0d58f8bb02194aa5a44f871f0f952636", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7128d5fe45fc45aeb77106f4c104391f", "region_id": "RegionOne"}], "type": "alarm", "id": "ec82401ca63f4a65b77af3d316e79f2e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "78c6374fa49143f98f767bb6cb61636f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e9f8ed79da594ffaa99ac24cd729821b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "724ba63ecac74e36a63fae029b293a5e", "region_id": "RegionOne"}], "type": "alarming", "id": "1fd4b556a6c74450adaee39bf213d03a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a105faf73c12449c8900446174203d7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "65c85b345b8943eebae8ccc2526b1c79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "82ff00f1d15b442ab068c048d0702bb4", "region_id": "RegionOne"}], "type": "meter", "id": "5d99c4c6f3d0405589931c5ffc580ff9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "323ab84759a7423d8007a4d5e1a66270", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "72117fa12d05447b930d5c487df5d5e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7493c0f2b8754ed59cc8559e34eaa935", "region_id": "RegionOne"}], "type": "metering", "id": "f336c05b8cd14c3ebc2f2a2739f11c1a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "517ed546e903457dbb700d03cc97055e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ffe20fecdee44f689fdd0f3a6f33aa42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7cdd6cd2eed24782a219af4ff6afd1f3", "region_id": "RegionOne"}], "type": "telemetry", "id": "fb8ff83804694fd3b5e0656484c999d0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "be8109cc2adf472eb1a5281a0775aa2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f13deac21e94483db4bb345fb80330d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d32d218254d1428aa4fd37380b50d9f4", "region_id": "RegionOne"}], "type": "event", "id": "e53f0191bdee41198fe484ae17e9ecd0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4ca72ceba1234aa7a53a5044dcba481f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4c82b4f089544de1874a20f87f063f23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "35f6cd213c414372a25a025618d354c7", "region_id": "RegionOne"}], "type": "events", "id": "404eb4c3b0014820845678f964ca0e06", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9f6451837d3446ff9ca03f1886b970cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "359f03373f0d40ceb3b716def9100d50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "34a6061898254a2cb52466a1e0fe4f62", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f400972500124cdbb1414413dda9fc93", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "75045d6e2feb422a8014717b138d68bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4cc57c63c1d94911a05d7e026442ac8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9e8e1510e9eb4cacbf41013e91b16dfe", "region_id": "RegionOne"}], "type": "application_deployment", "id": "55cb68722ccc4be685d62e89a062707c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "12144038b86645848fa8a0d4ee4a5d0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "94e404bea6c1426796848aff7bd836bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "dcfeb4dcb85f49e3a12dc955732c4a30", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d68386eab95f4d7bbc5a34ac83ef5e66", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "be9f27576ca24873b2a6c505be71ea39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3cd9cfe67adf44208f4f6bb0c5e390ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b55ba46c5f8242c491cff2ae830265a5", "region_id": "RegionOne"}], "type": "tricircle", "id": "3ddb2315c41842a2811f17eed2487a14", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d8433b887f3349ddbd09acbf906f57f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6608f28e060d4fc199174f3b2284a4a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "4a2864b439574ee88c6f1d5d2be9e106", "region_id": "RegionOne"}], "type": "database", "id": "b97b30f8496b4979bbf06d1478e0bfb8", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a0b128d5039d455788d940a90c3e573f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "842cb77743e94374a735826607706044", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d6a03974270b4bc1878d818816a2d17b", "region_id": "RegionOne"}], "type": "application-container", "id": "968b1fb656f146abbce998bc2e1cea76", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a4c1e637c3ab402b8d303c9b602d5325", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "01b940434b7943acbf36f16c1d95e3a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bd36307f028f44f4a2e911c0f91be1c3", "region_id": "RegionOne"}], "type": "container", "id": "896e34d30de74b44b70650983d306a82", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b775ac07289b48b995948084b27a62b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a97078e44ef44604a8cc0da292520843", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "67d8e6ca4cdb4be29b2f2633c405414f", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "cd74881424f543e6b5fe2497b8424d7f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1d40d25ee7134d24be8a76cdf2f50a4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "faa758ee04f543b891ac9ef37b111fdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "91e12c85afdb4113993648e60d65c965", "region_id": "RegionOne"}], "type": "rca", "id": "d1c1ee0125234b1db5c50e87e4fe9585", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8bb86b251fdb4ac0adbbbbff94c3f363", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2a008683638c4d138015cd63c79f1f7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "0617deffd4704bd68d80315a71d37f7a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "66865d042b604fcd88fa038e0af5cfc4", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a80462cb199b43daa175773a5efea354", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e96a0758fc7e4f558b0d4efc9fecf568", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "71a479188d2342569066df654f16a8b2", "region_id": "RegionOne"}], "type": "network", "id": "3899683ba6954056aef7fadd08d87be9", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "114b39ed84cb4785a2fe62cd6426f861", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "3d3370b5f3474ed4854257451ae990e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "1819b2c1f799470bbc8a504cd3c0fcc9", "region_id": "RegionOne"}], "type": "backup", "id": "4addf05c4c5441b2b1e4c360aa3c04a5", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4a97819f2549459f87ec7d81e6816150", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "51a4abac66b242c0877fff122a533a89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a3d6ed7748434156af19625c76080681", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "038990c32bf84f5ba3a9270c27c40ec3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "830df76efafb4a0694d111215aac0b50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b47c533da4c84e438b21b64b5d836f3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "28727739cd704da089fcdabc30140cd1", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2d43f77bcd434015af3a183076824dc1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "62d55ef979a449aba94a9baec641e501", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9c95c2594734479dabde548ae3233538", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e4c807abc9fc4abc9ad7ff05385cb194", "region_id": "RegionOne"}], "type": "monitoring", "id": "86b5f5fff1b7495080a7b400c1871762", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f53d336b8ef04d64a9bf0ba2eea7e399", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "69c3cb0e31b344e496754e0be720c806", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a4c58af352b241b285d17ba8013d0be4", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "45f967e8c2e54992a2c0c27c777e9a41", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "20acdeb216664ff2b2c01034718eded9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2e242f3796bc4071839ede98d8235484", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "08a5466f877b4071b61cf6721f5bbc2b", "region_id": "RegionOne"}], "type": "placement", "id": "625a9fd6a1294f88906664a50da08095", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ff004c91a1594a0f83726bbb1d34b7e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fd5d5aefe5ad4e6696345ff33dae189e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "93c00b2f270e41f8983ada54ec573f64", "region_id": "RegionOne"}], "type": "instance-ha", "id": "44c0837be11c48689d56d771860ea002", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "be68b044dec24fd3940e2dcdd843e98f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a9bb51db08634883aca120585d17e374", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "87c22b0e7a6244ecbab16ad5f213e042", "region_id": "RegionOne"}], "type": "ha", "id": "5681f0966741463abfab71dfbc359d17", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c9356bc53a9e4e36a81cd979b31aed27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "854bc8ae7c80459abc4168bca32535e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "cd811da274ae4ef0a021cd0723cee315", "region_id": "RegionOne"}], "type": "reservation", "id": "aac94030cb2a4e60af63bd0b4cbb7c0f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "474cc00211514e7fbfca17ba98626c85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "78fd2333912442ec99c59b6ad48ca4cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "dc858c4e037543c492a7d85c8d2380d1", "region_id": "RegionOne"}], "type": "function-engine", "id": "373c327533134009ae0696c0493801af", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "47c2e75c0a1149bc96e9af731d8afecd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b997e9b0b6ef424c8fdfdf6bd9249be4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "82835a6df54b4aa3bb863fd41a2199e5", "region_id": "RegionOne"}], "type": "accelerator", "id": "d66b44cb34384c87aa63fa2df8630f4b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a698f27fa43f41f8a7faf969a2c6e156", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c0b1fc06e58548e880b258b5130588bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6844edcefc0542dcbe154f0abbc8a7d1", "region_id": "RegionOne"}], "type": "admin-logic", "id": "efcd834ad5f04de3b395d722fccf5375", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4512530c2ecd4901a763e81839051bd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0b2a35a0c3aa49079a76d5105382ac88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a5b37a45612a450eb3a548de075d4275", "region_id": "RegionOne"}], "type": "registration", "id": "62ac064fa76641b5a867cae436f0311e", "name": "adjutant"}], "user": {"domain": {"id": "75c2bb2a69fc40bb9a93e0bb3d8e8a3b", "name": "ba500ecf83a0499f924eee6341746a2f"}, "id": "ad35ec5bac0742688bdbfed2d1eee95a", "name": "22f272994e424f16ab194fe64ca8f1f0"}, "audit_ids": ["edd4ab44083445f1bdf915ff48801f71", null], "issued_at": "2019-09-19T09:04:42.416258"}} 2019-09-19 09:06:42,579 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,585 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:42,588 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:42,680 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,685 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,687 keystoneauth.session RESP BODY: {"images": [{"status": "active", "image_state": "available", "ramdisk_id": "fake_ramdisk_id", "tags": [], "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/36ba995e-6b2d-46f2-903a-606d293d4c91", "metadata": {}}], "file": "/v2/images/36ba995e-6b2d-46f2-903a-606d293d4c91/file", "min_disk": 40, "virtual_size": null, "id": "36ba995e-6b2d-46f2-903a-606d293d4c91", "size": 3402170368, "properties": "list,of,properties", "name": "image-2", "image_type": "snapshot", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "disk_format": "qcow2", "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8", "protected": false, "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image"}]} {3} openstack.tests.unit.cloud.test_router.TestRouter.test_create_router_wrong_availability_zone_hints_type [0.052011s] ... ok {25} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_get_firewall_group [0.217448s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,508 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,511 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,512 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,514 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,528 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.454195+00:00", "project": {"domain": {"id": "242eaf34fc5649138ad4c6cd3966c573", "name": "4f3825b1e2974dfba367b5faba044a59"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6029ebd3ce2a41b193dff063f3a1968d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "98b718223f1a48dc87c7af4662c9e4cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "1dbc86bf70624748bb32604e25e1caf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c79ca79fdb2a454aadb77adbfbd691fe", "region_id": "RegionOne"}], "type": "identity", "id": "0f304ceb0221477d8167c0ada4aa2ec7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e88f4067bae14cf4934b742f721267ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "38ad3e68fec64af984d662bc4cd3200d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5c2c6cd13a064e9cbaf0fc4779defa4f", "region_id": "RegionOne"}], "type": "compute", "id": "e55cb0114e5c45c49615449ec82c72ce", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "be33a017cdbc41f6a63c1d679227d359", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "06241e1d9f1642648505920adc0a4684", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "cc502a8042014ad2a0419dc13c6246d6", "region_id": "RegionOne"}], "type": "image", "id": "a8a51af89bee4e49bd9b3b2edc1d569e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1b452f6fa34140c49426452955aeecf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "95ffc5e41f2c4b68a41f3e1f3ad5e71f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7e3e2b6bc3d347bdaba95b3639f82f79", "region_id": "RegionOne"}], "type": "load-balancer", "id": "6a8f5aed47514338a0fc4a288a87a050", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fe44ad1f60e4dcfbd713b8adcf4d813", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd3b15983d3a42ef82aacbb01e64684c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "986c44ef5a074ae0b7361de9d5be271c", "region_id": "RegionOne"}], "type": "object-store", "id": "0700b17265224283989e7f4476cd2c07", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4f8405c9d58c48afaaf800fdedc3eab5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6e5d732a573c4af38f143a708d83d496", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8f0401f4124e4da9bf893d6d6529d3cf", "region_id": "RegionOne"}], "type": "clustering", "id": "ea8f5ff9553d406a8c37d2ad7a72c48c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9ce2f71df80e469697d7f09190242737", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0735295e2dc74c15831717630bfe9475", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "395321233fe64aba8b0272c4356a92c0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "3c0f48e9c0624724825b2db0e1c4ee76", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a5af11960ad6401e8e4a0576550b31d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "58ced306ae604c81aea9447c3faccb67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "af26f4b8510e41248457ffd754e40dc7", "region_id": "RegionOne"}], "type": "cluster", "id": "7c2a28a95fe647bbb84970c58d92f434", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5d8ff64d710c4ad0bd17349abc5d1d42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c7d1571dc5584e4dabac970e7095c16d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "153b2a1d9da84317a31dfef6b895a831", "region_id": "RegionOne"}], "type": "data-processing", "id": "19c9b19115fe433180f0eb1bc2165dd3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "557e51e2bc354f3987b09e79fc14c54d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "003703d608ca4d40833c4763036a4105", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "37ca4b7aec89400d94866a58af4f01db", "region_id": "RegionOne"}], "type": "baremetal", "id": "52e4d2793119474bba5d4b82729db3bb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "15b50b296af94cc9ad6c6a99e85eddcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "783d70a06da84d39bc603790a70ae850", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "baf93ff8f0754a698ab32b2390f36f3c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "eada8a69363d423e8a7dc208eaf20284", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c99c4a3a07fc41e396a70ce2d50ecf80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a1ef626efcf14560939b363adab0f0d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7a62d0be85554a0abbc8976ba20e8440", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ed43bc7034ee4119ae1c7e21ca3d9363", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "42c8219f24d2454584823b7580f35964", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f99172fef70a4527ab851298f3994454", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "efc60fa3161445f7a0916e9226c8aaf1", "region_id": "RegionOne"}], "type": "key-manager", "id": "325f4ca425b04c408180fc26f8d1e82d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f093591edfb94656aaab9dce1aff52b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "06346f1b066e44adb85f7a05e9bd4d0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2c0f3e0489a74066abf0d097df7747b5", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "7eb06b5fb9334b34bee9f9a5a4f6afae", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a0f360bd530d47e18b1fc03737085502", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c165b2603a1a4a10851c9911889d6997", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "990b38f2ef9d46ff9f304255c5eb61df", "region_id": "RegionOne"}], "type": "infra-optim", "id": "da30e12fd87246c4bcc67c8b48e93d43", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4fa847e51a694aa4af1c53b5822102e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "62c082ed151d403bbe81fadf04ea2061", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "08e6d5b9c72e4ee793f3295cd30c1c7a", "region_id": "RegionOne"}], "type": "message", "id": "941f3e41a7ec42919ddfc5e799e105be", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3401bfba93114f4ba462f14cc66c422b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2eb18074aee54c078536da77a3c283f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b2f72ed47fca408c94102a66493cd9d6", "region_id": "RegionOne"}], "type": "messaging", "id": "7f05efc6aa7f4512b48479f2fbcfcc9a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3628fc76cabb40ec8ef50f2a763acd1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "eaf0a1e0257a4480946265bc6e9f39b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2b54bb39e15240afa7fdeaef380756a7", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ddca01a8a445407592cc4e78d532a1a4", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8282860f8be1489fb741d9a257d9df9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b9b803de557b400092c7d7c29987e5e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6414b37baa66440c8a89af28fd7ad609", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "662a0fac2dac4e3da22ae18ac37361ad", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "abb897ba84794522bda6cbddfd0d82ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "167eb07b52a14b8c93150b01f0e64299", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fac62cf22bc640cabc9d71970f1fbdc1", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5aa44c0a7e544043965063e3b05d422e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "861f940721b8430995334974f928abc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ab47edb1317744999fc5fff7ee20c92e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e62a62535c6144109914806da261a359", "region_id": "RegionOne"}], "type": "container-infra", "id": "653257aefd354426a15f003078de464c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "306ec52b594c483b8713da899bd36002", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "4b02dc1ccec442afb369af01ff18ecce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e97547cea9114e3295373d1e402c7b8e", "region_id": "RegionOne"}], "type": "search", "id": "87ea15e375ec481e98bcbb3122e9bc72", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "00f44591f6b5436b9c3ec65251b61498", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "61b3d46b8941489497a70f01d4d73709", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "30ff99ec075f4ec7a10e14685bf41cec", "region_id": "RegionOne"}], "type": "dns", "id": "80c68983beda44f5a8152e40b2bb6e6d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0641ba9dee0b4b7093dd9e4926ffbc63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b36d608adef84648a9785781dc3db076", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "df38f6dab39143b49d844b11598624ea", "region_id": "RegionOne"}], "type": "workflow", "id": "9d6daab97f20438a9ef0e39fb352f04b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "82ecc4448c3544a98f3e06b7dd0cd006", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ff08c682784b44dca0aba3341999c711", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "74e2f519d0104bb68ca9578a28e0c847", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4ee7c115373843ffbe7b291e692c86cb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9dc05465a77f4bc3ab648b7b502671cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "874fdbcde048403bbc8e30781d9dd7cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f90039ad73fb4245a11082a4baa6d91e", "region_id": "RegionOne"}], "type": "rating", "id": "927d224c5b2548c98ec63fe3ce3b4ab2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "648c697a692e4f71a103dea65ff7d2a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "46c29c0d799d49f8ba3cbdc73bd9e800", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "edc51ccd838644c59afe192965faaa81", "region_id": "RegionOne"}], "type": "operator-policy", "id": "8d602cd687ce4cf6949ed0913528b60f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "82d0af5ab53b4a448caac6423e781d9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7a3c0a3fad5e4b5594182123ae9a5f8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "628c29da3102402182eae23a1086e6cc", "region_id": "RegionOne"}], "type": "policy", "id": "99e705df17b646358caf9260edc24b48", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "61a61337243943a0b84d6c9b8f161a87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "003f66bb1c1545619b7321eb0e4b01d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "89479a7400aa458098fb59158567784c", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "48217133d2ee49eabc34553709da2e14", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "28be501423b14c5db1170213ae5631c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "76e51310f0ef4e5e8be395c66e87ffb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "33b14dad10da443bae809dae5c771d0c", "region_id": "RegionOne"}], "type": "sharev2", "id": "2765cef832b4484eb72ae465779dab2f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fbf9daa3f28e45578b4c606e2fceb70d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e7578b72e7664c37a61a2c56fd9e8178", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "351f568e11f444a18c058892be009c87", "region_id": "RegionOne"}], "type": "share", "id": "26d902a95279439d87212559fb6d4e89", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c201019a601145b3b0fdb76c2c50a962", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d92577b1fefd4b4a862825ede5fa4010", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "7bb2e33f402146728cb3e58ceecc0b24", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ced76fe4a73447ada3b1a87980c65266", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "182c1507996b41a98a3503c0b047b25d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0dd5d7d43809483cb07390503186a256", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe1a1fbf59974edfb93bcc9e99b990e4", "region_id": "RegionOne"}], "type": "orchestration", "id": "6223b49554ef4db6988361678cc9d647", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ffd8602433bf4b18b92a0eccd7e32e09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3589dae5ef2349409ef9630aa1f4c7f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93a5d237a8c24b29b3098b10102b5297", "region_id": "RegionOne"}], "type": "block-storage", "id": "2f6060734e2a4f948cd5a6b5df62643e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "649b4ac047aa4ae3884e4390a720c0b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2a38264a069465a84361f8911b7816f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b8b921e866c43af83aa7e0b917de87b", "region_id": "RegionOne"}], "type": "volumev3", "id": "c5c3909d2a804157a6fa852cc783cd5a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "197287e6c6fb40db9665715846c9c6b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b145d1ea18b4129ba5f365d8e46f7c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46846656e9574816b53b28957b82b74d", "region_id": "RegionOne"}], "type": "volumev2", "id": "e1d1c9ae9a9640668afe0359c780dce6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "518772f68f014366b69f3582891afa82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4396d6bf0d684452955805c50222d44c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6115fdbc13443a7b6de599a8d246390", "region_id": "RegionOne"}], "type": "volume", "id": "be7a5563528a48168de796d24956920b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "745911eb1b1346d7a3f41a2fc61455e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5218377468fe4f5fba90e316fbcd5bdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04364d32356549b583076c73f251f19a", "region_id": "RegionOne"}], "type": "block-store", "id": "70258543e0724349bd32ee1e3fe95e51", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "85790681bb344508bfac71fb16c7ea8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "65892982ba9f4016a2c30e1572fd9873", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5d7da24af35b45229795acd098b215af", "region_id": "RegionOne"}], "type": "alarm", "id": "bb2ba61f48324dc8ac66f461f9582b3c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e0404182d1ae46ffac309b4501544c96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "10fa2de8787541f9aaf65beba2d0aa79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "629d554846ba4dcba46673eb91f767b9", "region_id": "RegionOne"}], "type": "alarming", "id": "8e8c6159deaf43fa83aec9d1259665a6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8b8ae3ca028d4b5b8e2c5bdee29aabfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bc71a033c48e48de8bbb6d2b0661327a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9952a52cb0ad4be690f53c80e4a3905d", "region_id": "RegionOne"}], "type": "meter", "id": "6243e7c021884bc3888db44bae559b0a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0da29d2990b64c2080935946eac9e7ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3cf192bb41c246bc955715ef6ca657f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3e969f121b834388b49a70ff44ed70b6", "region_id": "RegionOne"}], "type": "metering", "id": "15dabd40bcbe4f69a9671a94a587d56d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9eface8fdd8e4078a3c94e6c600f3e1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7456818e2c564fb7ad9353ba06a3a26a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2adc73452b274927b6fdff2d9cdeba8b", "region_id": "RegionOne"}], "type": "telemetry", "id": "b7b097dd3b3e4ce6b9ed21d989f58e31", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "07f4f36504814297a78d3ea34aa08d89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4d2df925f80e463fa86aa0bbd37380b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7c3938d7e8b243b490f82763ded897d9", "region_id": "RegionOne"}], "type": "event", "id": "3e2c6c9462864f17a9bd51e4456c3209", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6fa108afea224bb2aa07d42a2171838e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1954a5b9cfff4c61962235e1d739cf70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "be5e19802d0e4f1bac09d6b58269aab8", "region_id": "RegionOne"}], "type": "events", "id": "cc9fd5eb969b42df9bd0aab23db4a7bb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "36667a7bebab445db29d1cdbb8f07dc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d9b2defc8d004c3eb392f99d42ed5a6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2fccf8e6e76447a5b9525d8e0ea4f516", "region_id": "RegionOne"}], "type": "application-deployment", "id": "dd42ddb3e564459aabf1cc523328da59", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "72badb9784b94b32ae03a425fa2e491a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e51239a42cdd4adbbec7678feb64b421", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a6abd5367ad145d78c8876a7fc4be55d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "4441698b3e8b4d49873847113fca3888", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fc691234f82a4ae1a49369f8596e8400", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cba0115acba84aaaac4147002cc1de82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "20b6120415494ce4bf3ae8cc6afe3b69", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "59703d51b11a4db39537349ec9a20737", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ef8a0e98f51a449b94079a1317cd1971", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7b55415060194810ab8a44fc18309214", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8bff637f087a4374a10fbf02770ee8ca", "region_id": "RegionOne"}], "type": "tricircle", "id": "db1a02b5100040c1ada770efb4eab559", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "fe573ef75f3e41ac850a5d98cfd8bfd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1d624dddc9464ca5ad86982bb2ab8639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0c0159ed1081434ea7b8f376a935be8d", "region_id": "RegionOne"}], "type": "database", "id": "bf15ffc8d2dd4a4d9c2f4defeb8e3f09", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "749a92ed7af04b1a9b26d41a5a65053f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "914f1341bd5a4bf4a33d2620e90839d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "396fff7055994a48891f9f04f4a974e7", "region_id": "RegionOne"}], "type": "application-container", "id": "1d68b799446c470a9cd1a8f15f92116d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0fe22944d39948f1afaceb76d4dfb114", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d320825d8a2d44d4bcf0e6fd7eb1fe6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e52925d462544d4f8e92b30f850ee756", "region_id": "RegionOne"}], "type": "container", "id": "d292e689197e41978c3d856acfe14e7c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ed14a9ebfb824e7a83ecabf2043d78e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "635f6d7a11ab4b8e887d52ff0a52f959", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f212f6584bbd4ba7a8c288a93d7a0a18", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "32206cdbea0a4f5aa214e8161505626f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "16d3677b2ef14b25998d80af657da367", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0ab1b30341814ad1bfb5b1db4ce2690d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fc4bc4d3d94b4179afb404471b6177fa", "region_id": "RegionOne"}], "type": "rca", "id": "e3b62240e3634e30ae87594b1cba2642", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "924b4ceed97c49b19774f8e67417ca95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ec983aef0ec64b0997d5542f6150ccef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "865dee75c71243d7bdbd667dd68906cf", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c8b5369cb4524c01ac0851e9f422c4e8", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "1bae806690b448e387c91fea392c5da1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1cf70930bfe94533ba2889cbb165652d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6ffe93e6fc4a41839db2ce61cc75b495", "region_id": "RegionOne"}], "type": "network", "id": "bd68063a41bd44dab52c3d6155d1ac59", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1b55d4c2aab64b34b79028746170f41d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a433700f68bf49d181b01c5e2ebcf50b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "905218cfe6094543b3a555a114dcbcda", "region_id": "RegionOne"}], "type": "backup", "id": "5f61f7cf792a46a4ac44efbabadf0d3b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1f16f0d022bd4c629ef158abe9f0341a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "79d705a4806a47d5b6c880cd9db11b20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5673d7d3fd04403a944b8d308654c8fd", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "fad82aa941ce4302ad61527f36387b24", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a7d92443fdf54a3aad47fcb92d71aa68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "30e8edfe60cb44aa810af1ed3b4b393b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1e504564b5d44eb5ab4b459b4d8c67bd", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d4e1d15443284b12854d9b79ddf38a2f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "883ce271b2c94b64ad853250685d6ecd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "46c8410e3c654d958b56048be2d56d01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1eb3faaa4a5d460db256ebe84c849247", "region_id": "RegionOne"}], "type": "monitoring", "id": "7a29a0d8836140a0b16e441e213c2a5c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "14a53cdb47eb4b9ca34f3be4d35e7078", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "896bf0f914434c1eb3a0139fbefb10b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "49852880f5164064a42ef8942f1d8277", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3e04db41b85f48fe9effbc85d9bba819", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9b8d36a2be3e4a68aff626195576f38f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0491140a204846438e15fc465792aaa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e5470e8918814ceca67d7b62986592b4", "region_id": "RegionOne"}], "type": "placement", "id": "a3dd8f9b48804d148406ac58987faae2", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b49960e57b514c409affbdee387d05cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "64174f567d1e4ebeaccf401546781722", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "70b5f3485a6e4d828e636c02975337d8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c050a5fc7db94324be2d3e6b06464e88", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "42826c68eee54458834d508a7947283f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bf6c75468e154d30b8ef95e43b91cede", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8c2366c274534ac18c4d24b469781f6e", "region_id": "RegionOne"}], "type": "ha", "id": "d620dbdb9b7140b489360ca9e9409318", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "45143b926ab949d0844fe7f1fa1be8e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "278ba50ac7bf4142bdbc012efd39cab6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "43692aa6b2b84813a461b9fc122e7314", "region_id": "RegionOne"}], "type": "reservation", "id": "80c7752b86764d5f94a3b531ddccd99a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6666bb45f4f343c3b9bb10dc2be01188", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5c30af3920114291bd2a8886353a30c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "df2bb92e75ec42cdaf448977395e3607", "region_id": "RegionOne"}], "type": "function-engine", "id": "6024f6cd0d1844819d52e713ae9bba25", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "aca6774137744e12925d4b91b93b63d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2a8337e9da8241819a3ee28e1cabd45b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a2b816192c9e450ebfd2722dae6ac25a", "region_id": "RegionOne"}], "type": "accelerator", "id": "d26de563271a46e7ac17ded160b0c91c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cbf7e2ace53f4a9881d4745f06b3ee13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "538fa50cb12045a4b69eb333e52cf441", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2b53b6ac7a2a4bc1adcfc004778669cc", "region_id": "RegionOne"}], "type": "admin-logic", "id": "32d5bbd019c54ad380911fc3771bd14b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9f0233a2ca6a4ae2b1112969c5470b81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ab3410d136b24e498cc12c2dba854612", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b76637b1eac548f783b7e469f1d775aa", "region_id": "RegionOne"}], "type": "registration", "id": "feda8c18e2404e909237820cd9a03d2b", "name": "adjutant"}], "user": {"domain": {"id": "27741d7ae31e441b860d442e97aa66a4", "name": "3a79d99f4a9e4c308800529767cd190d"}, "id": "1f8cf0c24f3c4a61bb1e28e91f86f55f", "name": "a26a2adb6d91456ea8c87c93f98bfa87"}, "audit_ids": ["350581d9bb644a328aea6b40603a77dc", null], "issued_at": "2019-09-19T09:04:42.454195"}} 2019-09-19 09:06:42,648 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_groups/max_security_group -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,653 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:42,656 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_groups?name=max_security_group" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,660 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,662 keystoneauth.session RESP BODY: {"firewall_groups": [{"status": null, "description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "name": "max_security_group"}]} {19} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_both_project_and_domain [0.541537s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,282 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,286 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,288 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,292 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,304 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.218500+00:00", "project": {"domain": {"id": "0fa729b6d010405ab4cd8437de3ff68a", "name": "f334dec4244743f4b79db0c324e29643"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8b4ba0c6cfc64815bce3fc14662d953e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "36cdbc40a20844be9719cbd7b70b32d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d6e6b69e62a44a3eb7ff7c532a4c7fff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5dcfda344b6645128a577d64a06f2fe2", "region_id": "RegionOne"}], "type": "identity", "id": "64c7075fbbfa4b08a6711a3cefbed749", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b407821e56ff48c080962e8988e41c48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fa31e22ef8604dbf9cae7ff8c932acc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6a512767d9d4471fb354f88615a630fc", "region_id": "RegionOne"}], "type": "compute", "id": "add88152765d4e3ea0f56bb77431a54e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "cce1c86cd27949d3bcbb779c40f091ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ce343319bd384b31ab8a22e78b261b1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "592bf23418264080a493d2f9bad5ee06", "region_id": "RegionOne"}], "type": "image", "id": "ce383beb18d847ada2cc810aa25bc31d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6ad8d128b2ae4316813af0dff0a095ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0bc0101958154fdfba17ed6a2769718a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c0657df4f73b4c03bfcbfe1cf64ddc07", "region_id": "RegionOne"}], "type": "load-balancer", "id": "67149dc7e9f74dc59ea310bdbe2e7b20", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8334c3b3ffd648dd8136deb156d24924", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4840efca51174c1996a4157c1ffc1712", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2374a0eb1f6f48568769930e9ba6320a", "region_id": "RegionOne"}], "type": "object-store", "id": "96d48a7921ab4cdbbce6f6f5d724a3ce", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6eff297f82e347f68cfdb5c7beffe1d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b30470030b574964815e144a72cda53b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b6984cc054c24891b6cc1af97d5fac04", "region_id": "RegionOne"}], "type": "clustering", "id": "10f307faffa74122994f13bd5723f877", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "58e41dffa8104f2e8263fad086992862", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4b1d788b997c4d6d9e788891eb59fb1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fcee7a4199ff479998cb1146a75badb3", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9d4b93ae364f4911991ca942c9565dce", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3cb69d8a7849428bb85ea3952a0cd69b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "edcaa128be2e445b9efba341fd92337e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f049ed2471ac43289c4bc94308dc4ab5", "region_id": "RegionOne"}], "type": "cluster", "id": "f70c9c1dc8934b02b21672b642a27cbd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2280952722aa4eef901cd3350d915bfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "569065582c3047cfb516eef4a0d417f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f95d630a7464404686d1a8ce9209c0ff", "region_id": "RegionOne"}], "type": "data-processing", "id": "a7821af5244642eda43f2aa44ddd1bad", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d3796155d26c4282bb37f8cb3ce00391", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6f5d39d132424dab90145feaa31dab5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3848f9d94cdf48cd906b23414ff302f7", "region_id": "RegionOne"}], "type": "baremetal", "id": "78096c653f734d2caf5ed8f981d1e79b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ec0d8410e4e74feaaea69989ab4819da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "796f538663b34eceaafc1a6e7ae43dbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9be6e2f3e58f49b6a2c17aac0aa037e8", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b3725b653349479095117657800582fb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "475acea267904230a52226fd10e18c02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0d2e234343274f4d938e31791b866ea0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "8d4cd2b7eba347dcb3b0d86f4507fc08", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "84150d132725492ab9db4d6a16ed9b42", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8c295f41eb6546a2ae874a83d1356d7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0a43ca71749d47f7a328886a926c5141", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5df0ad080859415f98f2b3a76fe7850a", "region_id": "RegionOne"}], "type": "key-manager", "id": "e33421263ecc48d897d3f3cc0695731f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9744e165f95a426d922755f49894c8d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "11935ac2df514946bdefd36752fa6612", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b3571bd4de1e47a59259d0f8bfea1dc6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "65bd312456b643cda2ffe61ff73691bd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d814cf13f3db43a391a3220834774a6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b0ea2374e50842ef9d517292529e6ab3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7f0ee972e5544e0294b8a3e37a1531f6", "region_id": "RegionOne"}], "type": "infra-optim", "id": "22e0d353a704416b91278a8d64774da5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5b197af579e6426081e61fd714bad7af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c9b243e0ae9f4be1987e4ead081746c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8603bd9be0f3430ab381a1606f9bd6ae", "region_id": "RegionOne"}], "type": "message", "id": "a5802e7ca4bc46528f0c84ba277d3bdf", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6e959068e8634f48930d52a8c3d5cade", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2842e48e2ed74a918b3b16228260a707", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "56ad9a346e284e43917141c39319c4a5", "region_id": "RegionOne"}], "type": "messaging", "id": "dc360f95a77f4cc28f4df0b5ed42999b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "05b19478b35f46519b72061f54d2f204", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a278fef183c547e2870f32bea7040613", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "bde3cb580bbe435781eccc1b5b3d44ff", "region_id": "RegionOne"}], "type": "application-catalog", "id": "70ae9c19b2a046dc9cef2cadc23d21c8", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "21f9a6cea5d14c8e88d83fed0d2c4668", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2bbb8029c3db494cbedd243f7f157051", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca000e8053b34bccba3ec3e380778bfa", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6b4073bb088b4092951bf35363a9fc87", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3c379d9c69d845ad81a35e0c0f327bff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7b607ece065f404f8dd7dff28a69ce79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c377303c1abd44608eb2a75a8ff79a3d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a002d9491c0f47d9b5c85967037478bc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3103ae8e441f4b759bd89dc4076761e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9593278091f24fec94459d5f8484d407", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d484915d93bd45dfaaa65a031c03b51a", "region_id": "RegionOne"}], "type": "container-infra", "id": "2c5601ee45264a81a4776de8997ad6a5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "59fa1735bc154dab95e16bc2116e97f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7c41bd8156914fc0b1ff90ee75b20be8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5e0f767ad1b24d6e90121b37105185fb", "region_id": "RegionOne"}], "type": "search", "id": "2c5daf9c06b54fb6b855639964655b35", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9b674b224e4f45859c0ee50a71dd0df2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "64bd11a49d7b4a1c90d63c0dad1dbb51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6bc0ca12e2104c9a86839c14dc5716b7", "region_id": "RegionOne"}], "type": "dns", "id": "bf2bde0c6acf476a821948d9948e557e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e3b6ebb2e15b4882ad45890808f5a514", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4af5ad857c504864b3f167000521c67d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5489c9b3d7f044a18eef17f83d2ca67d", "region_id": "RegionOne"}], "type": "workflow", "id": "5d5f1b35a9e34eba92c1c132bfc05338", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cc0d02de460b4277bc4042a6caa902b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7c1370f13f9d46b99e155394b0e6d3b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b66c6c9151264cd8bbe9a24f672d8071", "region_id": "RegionOne"}], "type": "workflowv2", "id": "cf8dd64cacaf4f1a95546ab151490e6f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8475cf3e4fe44c51b140496b0bfc112f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a5cfb3ac25ca4d129532ff4b90a6bc78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f1e7896362c54fa389eb42090b917cd8", "region_id": "RegionOne"}], "type": "rating", "id": "70a66990838c450ebb1c1e1b1efb966f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2c0d175d9e1d43c89de49e7684a19438", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b2c18973ae324f2984644fc3c3103350", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "029f43834ee5414681915600b936d97b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "458cebc8d93748fab009f08ea4dfdff3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a8162baa2bcf45ecb89a534e9a9d1972", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "aa3a3035270441f982498f197b4ba0f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d1c511ff4eb4441cbfc065d9b43b661c", "region_id": "RegionOne"}], "type": "policy", "id": "99be9db47f704e42b5ffc48d8f7eacbc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9b587a9b23c3457cba2ddb607b7ae04d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "933d5c32f0a045f1a629f9a9da9c52c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "108c9c3296cd4949bb5306c850ba56ba", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1b7d21ca5e9e4e38a321747e37a85fda", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ecec1818078c46a18542b5a9a9522a20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d9b64f8f9c4d4152a8a50087ec33b4cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "12169fed3e8248dcaf45f9f0004783bc", "region_id": "RegionOne"}], "type": "sharev2", "id": "70243868d3d5447198de1359c5b14791", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c67d8ddcf6394db6a6f7907eed901d4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ea71007234df487f96af78da25c972dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b2e14a61486046a4839b8a0962bf4d60", "region_id": "RegionOne"}], "type": "share", "id": "810ca57a045041ca98e6d7b8c42b9bfd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "44cca6c44ad449929b23412ddd275912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e98b2a29662249b98e22b70337a36ef5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d812c5787b1440beade56d5b7dd5d426", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "96c47eab2a0a4da4807b5b1b95b29385", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "084a45bd420f4490bde953e06f7d3750", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3793b1279e15483c9f5ef016477d4b0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c703c7fbd2d444be8a4cdcfe2a3fc2fb", "region_id": "RegionOne"}], "type": "orchestration", "id": "a1caab92936949908ed7ab59785eaf76", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a057bca802a74635a86109e5a18a4cff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9810aca3de744a3825550a6df65f425", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b21f606fe1b4a10843dc0aef77df466", "region_id": "RegionOne"}], "type": "block-storage", "id": "54d0703c6011434492eb018f6eed2dec", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c821610d18041a8a139a4cb5620989b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d83ec1b933834b9ea47ab304f7795b8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "caf9539fdc654886a20e64f20fdfa1d2", "region_id": "RegionOne"}], "type": "volumev3", "id": "87a73457ba774677b9aa1baedc68fe0e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "adf82ab527554cc6a459db498f4146de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b96d6a1b1e84712b0228fed2685dbf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f1a2f3d8f5b4684b09591573fef2e88", "region_id": "RegionOne"}], "type": "volumev2", "id": "2c05f7ebdda248d8a34527a9a6a533d8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b2e3bdaff2f4e10add3631129dfc51a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c45fa1577eb4b1c8fcced05e1b4fcc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5df5f820c11412c8d6c139dd507f822", "region_id": "RegionOne"}], "type": "volume", "id": "913401ad4a21473884eaf63bc7a6ed38", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8cd30b94d29a43d5911e6ee59833baa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c697cff60caf40a89342c02ba5a34cd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6bd06ca2e8934b82ab93e30af0b39354", "region_id": "RegionOne"}], "type": "block-store", "id": "68061c91f4c7466890fbb458d5b629bd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8119823b467d48b4845f7bc2db44ef67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "128501f14f964a729c05f4703ead7251", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1bcd94210b914e079e8a7755aa6b6fce", "region_id": "RegionOne"}], "type": "alarm", "id": "0607d5c94689480fb2b199b72b0ea33d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a525ae1b8606476ca92520ec58b1c58a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2768494e061e4030bc046d41ffc32ea9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d4331462e81745c180624de3a0d7bc22", "region_id": "RegionOne"}], "type": "alarming", "id": "bfcceef690c74b0297d011158ff5bb81", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7d10b656d0f7413e91bf8c4017b8d89d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e077712bdac24ef18cc9bd4d684b67ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "655039f7951e434bb5b09f63ece5e730", "region_id": "RegionOne"}], "type": "meter", "id": "0dd0a0c2fdea43c48c189c99af958dba", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bde992fd76624e98a2f6a6cbf7d51d62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a1f14c4010c54e97af96b338849a4290", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3eaec2c1998144728207c20a910d891e", "region_id": "RegionOne"}], "type": "metering", "id": "35cce73af53a43e1a089cd815e3f7520", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d866513c20e348c0aaf471bb915b6320", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6007263578684f31ba93ea5d447ebe51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "22c3ba7fc98e412582bf64445bff6a0f", "region_id": "RegionOne"}], "type": "telemetry", "id": "e9a01b0bd544461495dc8aef6ee29bcb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "396173daa07746889e63595727ac3628", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0e28cbacf51f4478be98deea85107558", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "49e631fd3ec74a4f967f9a0558b5287d", "region_id": "RegionOne"}], "type": "event", "id": "e4e309d4fd18402c922c4178d5983ebb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7867d03cdb8643a3a339714056158545", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d970d26886464288b3110889104b7bf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9a07c883385649b394e4d20cff94c8fc", "region_id": "RegionOne"}], "type": "events", "id": "53a4231a9e674414bfafb11e60f0af82", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "22371b85b53743be9d7fcf2c98816cf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0baff7473c8e4678a4ce63f8be106cd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "919d57a476c343df8147aeebd6486ad0", "region_id": "RegionOne"}], "type": "application-deployment", "id": "9a992f65825347499acd883d38a694be", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9b7fae4c076b4119b016c74988081496", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5a00cd3999f34858971ffcce7d2b6203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1dcec2938cb54e108dfa8b6909adaa4c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f33fb256028f4259863826719692e7e7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4689eef2577e4562ae2e4c6f6b4ea129", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9999293f5e59425e950e4fa8226dafc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fc0b317a7e9d4941a0b29f67b7dfc1ab", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a93c67e30155440680d04776e5b292fa", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f94da6d4817c408a91eb65f1c7cb73fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "74b8a2856a9943f580909dfba8af1f66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3359bf5f769346808f57ecfae86559d3", "region_id": "RegionOne"}], "type": "tricircle", "id": "13528d4199904bc6b825aaca57a31339", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1741c90f919845ca92b1f6204b4516bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "48e7533f06564978b2ef2eae5554b2cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b6144e34ad034c31917ee248582c86c8", "region_id": "RegionOne"}], "type": "database", "id": "73ea74e0c1394308b47e084d713d43a0", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "34c3ac7f5c8e49ed91c3890f1191c255", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "943b97410b624bf1b56de5fd620ee145", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f22aa57b72ec4e9db22cb637f1c74488", "region_id": "RegionOne"}], "type": "application-container", "id": "8aa8691936634dcc93b1fac93bc5a492", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6f7c2892288a424f9e7509d6806f7f01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9b9f3a12610a4fdb9715f67600528522", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "299cf62f21804a7c9df5c19994414c27", "region_id": "RegionOne"}], "type": "container", "id": "4b18ea7f96a245ca82aaa9ef09b8fdd9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b1d62aa2f9d149e8ab52c9f77a1e2f30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dc65728748124258b7ae09769f307e10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "72366a8c8f8444589f0e0dee581b3005", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "3f45ec141dd24f09b544f2fd8177a8b2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "638265d6316b488c9f287bbfc13e64cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "07017d97813940dfbc22628737ac442a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "68e36d8745a24d16a60da983b52ef195", "region_id": "RegionOne"}], "type": "rca", "id": "56af0c8770a34f19aba54cbef4e41553", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1859d6102c774250a45512449829af57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c85fbb4e1f4745cd9bf29b8134831c92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6a9bc5a5e15b494ba76c442828d69534", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "359ff5c26a56474bab7f3f2a39c18268", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "dde3522a5e5b4622bf69841727a925ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "6021e3bf3a214f7b80a34a9df214b279", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d00989df60a348b0a7220273b01a954c", "region_id": "RegionOne"}], "type": "network", "id": "926b40ba9dc440dfaaa550af15b39db3", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9dc39e3c84f34e8ebc822e087f3c70f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2676c317f4f542dcb777d002cb4551ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ea316dd5c03d484c95fca9e4a607ea94", "region_id": "RegionOne"}], "type": "backup", "id": "b290ed188099497a97b67e5fe572e2a8", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c032257fb4da4acdbef8177b181f5d5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5b8674a66787492bafc36b1036d25c71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e8a357e7f5fc49f1ac96729044963431", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "68ad991f20ba4aa092bd36253e248b45", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5f2cb2a8f1ab41f0954a0c5f3d495f99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7366814dc78047bebafe4b41f58449c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f5b1bad233e24bf19c79c9a9959ff910", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8b87366d7c474fecb64da8258799e81e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e97b595a0d364cf28ec2d58ae01e9fb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "39fde4a3e31e471db51d6ce874020535", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ba1c5a92050641a78593b6263c35d041", "region_id": "RegionOne"}], "type": "monitoring", "id": "68ba17b418ac4b058f099abeacac9e1b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e8bb8534b7f64ec5a87398880923b0bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "325bd964669e454fb8eeda06ae4fa5c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "140bfe3c6a19420aaeb1d9e0da07f98f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ab3fc051aa6e4f0d85d26bd98dc6b80d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4726ef08301444b0a4ca1ab0ff54ad64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "73cddf33097d4ed9a185bf43699aea44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "117962319c5b42c488da1b6530640ddc", "region_id": "RegionOne"}], "type": "placement", "id": "bec8f8b88a734f908d8b5924c6ebfc50", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2548a7f49a7f4595a4736792ce5ef5b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "87ac6d0842ab47048b8faa7d0873fe0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dd3a9ebb495b4cc2af25c759e68df5a1", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5027f3cd6c4347d0ba3ad69b490b1bb4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ad0eca562c4a4fdbb07246b4d7fee438", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b92d93cc502c4fb686f6542403a10b67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fb791f825f3f4fc4a0525329420ded6c", "region_id": "RegionOne"}], "type": "ha", "id": "b59f6037e60b4d9987d46b8b93da189d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "22d7bb0a7e0b4b3aba6f590df81e1094", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f4027d353df7474b8d36216efb7fa0a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "376a82c6bb3d4b9d938492af1beff3ba", "region_id": "RegionOne"}], "type": "reservation", "id": "b10cfbe1523c402db7cfc96fb16bbaf5", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a08b6d1408db440cad3fb56c001f7767", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cf23598b09fd48f2934447196dc49201", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a70393b1c87f48b1a1fd1b82b967c9c1", "region_id": "RegionOne"}], "type": "function-engine", "id": "adb1cd98c2c64e20acba0b9ded7e78e5", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a814c12d7a0b4e4b8926d97039e72ec9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6f519618e78645838c80d24203460bda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ecf5d0b7c36049a38e66b6de91f7bd9c", "region_id": "RegionOne"}], "type": "accelerator", "id": "19eb4a9dbc0d4e54872f5ee4d1bcf579", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3e0d709189af42d080f71811c5d29cfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d7a76ce6d6a9479aa5c11c39057163c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a04543858fe54f6988d16a2f5d2cac62", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9d595969269a46c291598459a59c48d7", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9181bc57e5ce4dc68d0a674d000971d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e1dd8d5d911f4b7183e365995726e6f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "20771dd043774b24b754874192798cdf", "region_id": "RegionOne"}], "type": "registration", "id": "0878a0996154463d9ffc1555ebc052d7", "name": "adjutant"}], "user": {"domain": {"id": "935c7f776092435883c41319e0991e92", "name": "3deeb0746a2e4056a1ccb94495b98b46"}, "id": "51b5992ffd5748bc9f415cfaa72fee8a", "name": "ebff4c44fe7e4663bb5c2c312771be8e"}, "audit_ids": ["1d6a15fac9ce4ee8ae2dd1f350e3967c", null], "issued_at": "2019-09-19T09:04:42.218500"}} 2019-09-19 09:06:42,481 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,490 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,493 keystoneauth.session RESP BODY: {"roles": [{"name": "d354eb2a3db74bbdb986060a5138a980", "id": "0f293c4f917b4d339b89dcfe71a926cf"}]} 2019-09-19 09:06:42,532 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,538 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,540 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "a1f43e281eaa4d148a92a73548c454ea", "name": "domainName-2"}} 2019-09-19 09:06:42,564 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=a1f43e281eaa4d148a92a73548c454ea" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,570 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,572 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "bf7f6aaa010942ad845e30e0197e8683", "domain_id": "a1f43e281eaa4d148a92a73548c454ea", "name": "username-3"}]} 2019-09-19 09:06:42,627 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/projects?domain_id=a1f43e281eaa4d148a92a73548c454ea" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,632 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,635 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "a1f43e281eaa4d148a92a73548c454ea", "enabled": true, "id": "44f4fe0073f94a55922e0465b9a26071", "name": "projectName-5"}]} 2019-09-19 09:06:42,690 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=bf7f6aaa010942ad845e30e0197e8683&role.id=0f293c4f917b4d339b89dcfe71a926cf&scope.project.id=44f4fe0073f94a55922e0465b9a26071" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,697 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,701 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:42,745 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/projects/44f4fe0073f94a55922e0465b9a26071/users/bf7f6aaa010942ad845e30e0197e8683/roles/0f293c4f917b4d339b89dcfe71a926cf -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,750 keystoneauth.session RESP: [204] content-type: application/json {30} openstack.tests.unit.cloud.test_quotas.TestQuotas.test_neutron_get_quotas [0.290861s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,541 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,546 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,548 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,552 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,564 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.481120+00:00", "project": {"domain": {"id": "3f31738c3c4e487fa427af8c63bd2032", "name": "69472357f0a84cd98bcfcec9ebc860ad"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6c0ba0196cd64fa2a6205ddaf05cccca"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9395350eec6e44d987514820bfa4fa90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "05eb4bd9c91e4714be966d902b407234", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "61872f3dad55418ca7f794adc7985290", "region_id": "RegionOne"}], "type": "identity", "id": "46cb3dfa541c44ee8fa06baa599eba9b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1e3b8964cbad42ffb3d04a6c7ef3563e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a5f396fcf1b640d0bfdad032ee3fd95b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d556246f7c75459f899257ee76925a8c", "region_id": "RegionOne"}], "type": "compute", "id": "6352f414a0c34831a279b5629dc0c519", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "cc7ac49b48d64081842f7916b7375aae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "347ce51f5937417886b470d873099151", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "677aa3bd8a4349079c9e7f368b1a3d2a", "region_id": "RegionOne"}], "type": "image", "id": "2a1e9379a7e9403fbfae795c617e458f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "47749ef15fed4f228dcf4d7fe3e15442", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "58fd4511b0e54497a675edb709338243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8abf5db6f4694cc58b54781107daa2c3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "10dfc8ad7e8c47bb9e71272dac2fdd16", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2772437483a4f258c33467795e27e60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5462c929d23644a48344360dc78d6f23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d20350588a143049231fcb5029e1e6a", "region_id": "RegionOne"}], "type": "object-store", "id": "35951020ae6049d2ba00b3d50359af7e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "50af4b7cc60642239e5a738c3e1010c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e4e8f8b0b8b448c79085f2ffa3b491d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c6b65bff1a414ab1ab8c44ef37d0264f", "region_id": "RegionOne"}], "type": "clustering", "id": "3cc77c612cf94b2180c2d3b69df0a329", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1c62b9936f644cb2bc9dfabc18abc02e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "680036ff684242e195d09b30049a38ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "986be2340ed14eefa9cd9b19dddcfdc5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "6b87865b7a54440a8e2af972aec20872", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "455fa14adf4d4768bca47aaa68a3bd88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7ffb1bb1d892412fa3a250b5b4be7fdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5de6acd466c7475d8708e8e2dff8f33e", "region_id": "RegionOne"}], "type": "cluster", "id": "82468be5ae4e4829855bef9b01ede66e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "213e4cc0cec641adb8ea51d59dfdb5e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bbc206aaf3f74e5290cb669df751fb9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b14ac33953444da98be15e50450c8c2e", "region_id": "RegionOne"}], "type": "data-processing", "id": "4611a9b31e434b99bd38f85d9f75626f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8bab28f5a2824a84a7e534040319bcb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2860f972b6b54ff6ac25e64b97e0ce2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "10c98cff5cfc43d9ac47fe2c08dab53c", "region_id": "RegionOne"}], "type": "baremetal", "id": "a7a65d5a053b469c8263bb8bca7c140c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c45d10a13293442fb13db91e0f5dfd30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3ef9501388a5483d89be30b4b362f879", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e781c006a54545978f1894cd4a637500", "region_id": "RegionOne"}], "type": "bare-metal", "id": "641b3e87c9bb4ee58b0301383216c0ef", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "81580b7a13bf4f70b20fedf791490c13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "867ef8fa5c0744dd96c420e05634ad64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "cf542ab963804291bc2aff6d27d0a769", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "caa6ac8dd5224974b69ce0874f03143a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9bd766504c1e4616a36e3c55198de3a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "deb123e819f24f1aa0beabea93177e0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "275a036950454d60a1ec9cc1e0e9bc61", "region_id": "RegionOne"}], "type": "key-manager", "id": "ae8d71d2a8e44a90a470b98ddffa8ecf", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a3e231132bb8453eab2461d1e66e128e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a109faa4f82c448b8e74452b7ee67d41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9c23647041334242a884df79e1dfa02e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "3def7b82c85b415197ce2ab0eb6c49fd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e2b71e83c6a54e75b727e74f5b432966", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "20d03324c03c4980ad6ded0734bb22eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1bb4d072a7ca4676888fed3f04244f81", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5b53b33b90b74b30b6fa3c630196dc5c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6d6eba2895274ceeb1f7b693308d2b24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "303d499ee0044fba8aff0f01b871ec47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "80562dc154624a91bd4ceee5475e4963", "region_id": "RegionOne"}], "type": "message", "id": "fb3f63f8c40541a1b9b372102f129902", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6e369c1b64cd43ffb9e9685b2ed01392", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "597665077c5e44aea99e63c7660a249a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8a0f33c994e34bab88f5a7c589a4b27a", "region_id": "RegionOne"}], "type": "messaging", "id": "f297889eebfc48b0ac21ef6b9f9e0946", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "abb67f4569bc45bc89ee510881cee7bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "02a7adb1b71445cfb6310232e6dbfd64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "397ea40825434e15aead978dd4a3c2ef", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2e034fc761e44cdbb164bf9abde65a42", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "920ff05e681142a296368bd77dc74a56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c595f1c2795f4b5194e47ffedd7ee28d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b735b0bf962e4b5e8da38c9c8d066dad", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "75218f76aec841bf81f0d40333ef31d5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1e70a3e8e61f4d988ae64866ce5297f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f46284a530b5453db3cd552c2b45a65c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4c778aaf5aed4a3aa7dfd81b134b7e4f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "36bb5ed7f4ef4b8d9b49b264669f7ff2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0656de0f5991426c91c945efd12986ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0a48b06d66fc41c7b0e059b84b08f114", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8fe21d3844894d2a97c03877d9e556f3", "region_id": "RegionOne"}], "type": "container-infra", "id": "9480b7f76c414d73b458173985bc55d6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "789cd8446b5443a9b5a5ae28cca2d28f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "2470863a44824376829c4eeb7616eff3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "1f4cba4738c74669b6c3121740cd3caf", "region_id": "RegionOne"}], "type": "search", "id": "41f1200c9e3d4a4d9c234441aaed455d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f9af95de9df748e89467bce5ab7a3edb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3e8cab5480ef4c179fb07afeab794fb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c1ddb3bcdaf5443ebff4af57a795a719", "region_id": "RegionOne"}], "type": "dns", "id": "04cc8b87daa6493faf1d7ac7e1563582", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "14c7dd933d3844f6b0997f35c3aa0001", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9403214274674fc4bab4e705a99abcbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7c704abca25f41a9abc546770e2db146", "region_id": "RegionOne"}], "type": "workflow", "id": "1cdd069498b14ab3bdf54ec5110f7fcb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c2b4d90fd4834c1a8bd39f34c2c17247", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4f70e07db74a4b90bb4cf94f7befc0f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b214a747c6d54fdabdf52ab2fda4d9e2", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c74ce7d2796b4ef8bb143089c6141c8f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5ceab62e1fc24cd3ac292761bff31334", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "54a1c2486b164d80be3897c59b6fe0c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "019592c97a1a4ab38bafd06b6cb32838", "region_id": "RegionOne"}], "type": "rating", "id": "806f583a064d4a8496bc1bef07dd6bdd", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bd076ed4429844b590b4e99b30706144", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0673cd0502f849039c5f2544a8e1a5d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "262596b2cbfb457ebd04a546a5c228fa", "region_id": "RegionOne"}], "type": "operator-policy", "id": "31562a4ab4864faa99a57237238065d2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cb6e0aca41cd42aa95b9bb6f08d28824", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b63f489c66db4581aca923a7f4f43bbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9f8e7ac818ee442a8fc1dea60f6da7f4", "region_id": "RegionOne"}], "type": "policy", "id": "832790b3a70a479286cad3ffc115fe68", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5d0f52f7b99b424fbe7426d34522be14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "38b83b48e310408083ce0b6bd7ab54fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7fcae8d7dce542bf9efbf100b93242a9", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f03a2e6efbee4ed290c8df84ba670057", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0e51fac625984b9ea84c23ae2a0abaed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "65486638d6a949c0a73bff9f77acc481", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a59cb9ec8a6f487c8810ea2b2e2fa1a2", "region_id": "RegionOne"}], "type": "sharev2", "id": "cbadaa9e2c3145a4b21c8a41af70ef2e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a54616e313454caa96aae9ce4477235c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "130d7c5309dd423582d50db12fe51543", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7165a41fbc8a423b973927085c7e22d9", "region_id": "RegionOne"}], "type": "share", "id": "ae6c0b8bdd904748b008e78608427d59", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ffc2e355e6da478caed5f69f32272450", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a8a895bc004344eaa4a83b04b250d17e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d75300be560f4b8aa46cb8b20a600e72", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "808a7552c8a24b90a62a110149668bf4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18b349db2b6948f2a11a9cde26765418", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "30abcce3769e4dceb02467bbddf2f925", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45799325ad634dd2a1ae173ec199c395", "region_id": "RegionOne"}], "type": "orchestration", "id": "93b7963b212042ad9fbbeacdb08cdd63", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e851e0d587414d31be30e5d693988f41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a86813af8b6a4fd1af5b41c5824042a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0476e51191c4100a96f347a7ace3084", "region_id": "RegionOne"}], "type": "block-storage", "id": "3dfc02f828e54f8cb3ede11353d4709f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "904eb0b974a94db2afa71f1b3a47d6c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7e6036e27094f95a77fa090c6e1f0a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0792c9a38f6f43e4998bddd3d5bca2ba", "region_id": "RegionOne"}], "type": "volumev3", "id": "5db48e2df2e84201b8eab167d497c2eb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b2b6055ef454cc7a3c1ad661e4b6b0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3155d288507c4323ae466f698b2e2c9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d36272c4d64b438298f742c71097739a", "region_id": "RegionOne"}], "type": "volumev2", "id": "8606507580db487b9752320eb5795469", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae1eafcdecd74b578440fb985633bca6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a586655f39d344989b1e622eb8625c20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca1edd8afb3d462290abbdd1d67f7ec9", "region_id": "RegionOne"}], "type": "volume", "id": "7d493c579ef84cf784879c4cf49aef25", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37acb68a23814a969cf047106be43065", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15fa987a53404bdaae7d06f97e0bbcf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "756016ad1ca940aaa01fa4070db8e758", "region_id": "RegionOne"}], "type": "block-store", "id": "9a1c7643eb0943b9adb50d3f1cabc6ed", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f200a9b03a7149cd88c56fb452832d2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "473f19fc84b546339200badb679dc880", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "36cb4feccf8e4513ae1c1c85cc23b966", "region_id": "RegionOne"}], "type": "alarm", "id": "02b33255cb00444f822c27e734093a3e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "48f58d323baa4adfa610cc2ef84ee8df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4b42182316fe4393a97cfaabe41ebac4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "02df812b2228444581c62cfa4ae113d0", "region_id": "RegionOne"}], "type": "alarming", "id": "ee2e77fd8ed94c66976da879f6588256", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "288c835926ce4ffeb572dae6a211c922", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "96c62798d8a34c38b032a2fdb8326216", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ad63da443a3943ecb0f7eb847f8540fd", "region_id": "RegionOne"}], "type": "meter", "id": "7c7b14b1395543969f3b8d2c6928269c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c37e7c8fdeff431ba46d4682474cb561", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8f66a89b10d64268a3fc0cc8a25b8a10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9ea0aa5249354794bb92ff6477cd5449", "region_id": "RegionOne"}], "type": "metering", "id": "bd676d1e2287421792a9cd24d50c1c8f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0cf822a91e1c4443ba3d39afd8ea7311", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "53c0161473e7432aa9207dea61ba7c05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d537bebcd098476bb8456fec9056352f", "region_id": "RegionOne"}], "type": "telemetry", "id": "53406af6bba840b1b97a3ca2447b979e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ee27c13d7afd4caaa743928b5bf07a3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e222cf361c9241619da0335a5608d757", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ec8066c1321f4712af17fa045267d0ac", "region_id": "RegionOne"}], "type": "event", "id": "7baaaa1cab5748f09835dfa127c9443e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "43a3700112694c8db1adbe746e01b4fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "21d31ca153df4590b3ece9bd16f1ab6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4a7b8886181946968cadeac8b5d20242", "region_id": "RegionOne"}], "type": "events", "id": "7812a74dd79a4e5cac80a3e9a3b4245d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2c700643e67043518eac81239dbde817", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f1f3677e2fa043a3b85137e55c1ff3b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "573a7c213ac442b4aa2c24377092681d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f03fcf1a12f646c0a8ba12bb6dca52fd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0a79130bb07a4a909ea2a73fe7aff4f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9fb72943623b4ce0a1af0c6e7ecb6870", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e01ef30e993c49a3b5e6907bb6568f25", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5567e2faed6947fcbd61422ee94bd4e5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bec9e9011954451e87bd2cf92c8060df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "889d6ea6ed4749f5a196b57356f71f34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e40d5098753a40e782fe12adbf8ce6be", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5b4b08a6bb8f40ed892ee25b50861ec7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "24b5529a484d4a378832b677ee5eeff6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e3b0eefad637415ab2f0c570fc26e910", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e2f9e5a5966c442487bf9aae2f073cf8", "region_id": "RegionOne"}], "type": "tricircle", "id": "4007b3915a0d4d118e1ebd7e36591ee8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "aa8090cea30d4039aa47f5e155e7f4b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a7657204d274414d84f9bc9a799c8e22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "87d5da4c558243d8afee71008215d2b5", "region_id": "RegionOne"}], "type": "database", "id": "5745fbb42588494595ed5ab0013072fd", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ef37a326ad2c49b8b193df689e4a7452", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f238e7dc726f4c43883d77a6229b0ca9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b214ee2545e848ff9273ae0ae3c6ce69", "region_id": "RegionOne"}], "type": "application-container", "id": "1740f7b141d9467983781615f8f194b2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7f3a1341c2354d7684767c65bfd79176", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d18bb1cbcd8545a4a8484ec50b57696b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a5167b52d3254351b6776ca75b3fd1e6", "region_id": "RegionOne"}], "type": "container", "id": "b1c9508ac613475783cdf8598779c2cc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8665062beb234097bd222d29c50632c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4ce691e258c646d8a59aad15c0e34b99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "49ddd57ae99646819ca43c4b3d625e6d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "805462358b0e4dfba0bb95ee005a8be2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "20c093bd473e4e7880535eee0dd98688", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c765ea2b067d4b2c9844f492f93815ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "77b5111b814844068d7c492b921edf43", "region_id": "RegionOne"}], "type": "rca", "id": "4c7a5086261f4f6ab67724fe68b8b76f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6df1a4181fdf4c48a2857399b2b60a7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b2858a4ab6cc4203bed90e2d3e764e92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a58534c606184ce3a4ebab38cebe765b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ff04b045a462451082ebb8a1f3e7fdce", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0f551c23011049df8250edbac1c849c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4ea6d5eddd73438c835fae78612c23cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a127b304ac43494f8ecbbca9071c18d1", "region_id": "RegionOne"}], "type": "network", "id": "20313d6749ff4a7d834786e094710616", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e54dca326ebd423c8ddd8c03a86e5f77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "72515b1dcc3347e29fff4179bad5e00d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "18d8183421cd4fd3b0aef299616be566", "region_id": "RegionOne"}], "type": "backup", "id": "04b3893a3aa04826b681147fe1cdb348", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bb6b0b32ff3c4771b37f74e406f549ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ebd48cdec5b341b0bac52a407d275581", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e38efff0fb1a4b899b343b07d615827d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "3e71a298661a486a9a00aa2b32de4fa4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f48ca38a4bce4832abc70147b9e15541", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "eeb1ec8322a04c54890ead4bae0138d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6c200917820742dfb1aee9396dc74880", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "4910e79f0f384aa6add740a9b377732b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "019f6dde04c64bccbd749e627bffc9ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "03579f6f0aab4ad1b01dc51556e847c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "15c3a9be4a814c2198ffe46968b15a17", "region_id": "RegionOne"}], "type": "monitoring", "id": "d56b7aaf025a4f93adc4d447ff14e4c3", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "740a5e88fee74baeb3665c89276161e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1684d7b3aa66428cb4a251272529d0cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c2f5fc54d1624f03ab1dc9501a6c3ae8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3e7fcd8fc89445f3bbf86af524ab6253", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e5f31eb903f54c7c994bffa4fcf7a9dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "aa97824c200a4b4ca51a0c62d812a669", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "23431861b4c2464a93641e68120a1184", "region_id": "RegionOne"}], "type": "placement", "id": "deaa96b65dfb4659af125d96b9546467", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7622d1cd147f4230ae8e4b6489596c38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "311db80c47634ce0ba53a149fb50341d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "441623a797044907a47ae3cdfa09df28", "region_id": "RegionOne"}], "type": "instance-ha", "id": "900547ffc4e245609a3334e4a20f688f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "399190384bf647a3bd96d65bb1b9aaea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "04aada2785064648bb6c9b44a9a8b838", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "86b75d81fa76494faa58efb24ddf4960", "region_id": "RegionOne"}], "type": "ha", "id": "e5ade3e826704aa7b0b822f21b4a6693", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "970662d266204fd89a98755cbf40b169", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9df80d5108d54c9780862d28ec955d3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "860add99668b4710a9501cb7a54ceb56", "region_id": "RegionOne"}], "type": "reservation", "id": "5fe3a79f3bc147e9a31baf0c47305f6a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9487a22659364a038c4dc8eed5930921", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f81f635264994c958b9ac16e0239c09e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "bc5bd0a0f1f34649902cb328b10c08c6", "region_id": "RegionOne"}], "type": "function-engine", "id": "ca67aac2afc940bb8be6fbf503107dfc", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "533d7415a0634e73b5e5d44fd15a1e48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "994247e91ddb4dad84b66d10d87592bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6035e66302e846158781c78a8a95fa0a", "region_id": "RegionOne"}], "type": "accelerator", "id": "838d4cb9cd8c4abc93662cfc449e554a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c5705a15106f4045bfa5798a63cbf8d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "34e15c41b05143ec8b17618a3b4cf786", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4652de2dce9347d8b5f83984bfe3dd34", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b64a5b7622be4055b4b7b50992ab63e0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "39d315db6f924d35b24ff4b01d1a6bcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c91a9025d6384a0899a58487dab5d02e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d3affcd76d5043a5a117133297f0c7e4", "region_id": "RegionOne"}], "type": "registration", "id": "8dc6baab2d174e049dc03aa972414a5f", "name": "adjutant"}], "user": {"domain": {"id": "740e5172f0ad4ca0939eb63f82fb6ddf", "name": "c30b8bc65e9346af8308ec3d4a2ce916"}, "id": "31ffa94af7a640afa15bde4c5c31154d", "name": "6ecdb223957a4a559c30fceaf1b980ca"}, "audit_ids": ["827e5ce2df9b4281bac1965d427affa7", null], "issued_at": "2019-09-19T09:04:42.481120"}} 2019-09-19 09:06:42,684 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,688 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,690 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "2183148df13b4da69d0936bd68733996", "enabled": true, "id": "ba500eef3a1e4b99b47eaf7377497f2b", "name": "projectName-2"}]} 2019-09-19 09:06:42,752 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/quotas/ba500eef3a1e4b99b47eaf7377497f2b.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,757 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,761 keystoneauth.session RESP BODY: {"quota": {"security_group_rule": 100, "subnet": 100, "network": 100, "floatingip": 50, "security_group": 10, "router": 10, "rbac_policy": 10, "subnetpool": -1, "port": 500}} {3} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_delete_security_group_rule_none [0.047781s] ... ok {13} openstack.tests.unit.cloud.test_keypair.TestKeypair.test_delete_keypair [0.230428s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,542 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,547 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,548 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,552 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,562 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.481710+00:00", "project": {"domain": {"id": "49a502d9757c454d9c12711fc664749b", "name": "f8a7bee9d55c44f9b7947d522ef35842"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3af412f55e324de28097f31cfaf5eced"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "273a36abe2524ec594c7b637b5dceee7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "80b6f622c89643aa8cd2530d88939d99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "b19873a2d9154ffbbe63428b7624f812", "region_id": "RegionOne"}], "type": "identity", "id": "25b28d277b1b4903bff6eeb287f2c007", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cdaf69681ee34411b848ed281854c97c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "25cce1ff66994cfa9ce551434e389069", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "15e52da46b0641f5a9b741f9bd1cfbcc", "region_id": "RegionOne"}], "type": "compute", "id": "3edcdb08aa444d058a808415d657eb0d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "cfc00b2367054322b54be2287918f32a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c3715dacd670496f94132b6b8cd1c3c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "40e75add87394b3cb733ea8bd2cb6bd2", "region_id": "RegionOne"}], "type": "image", "id": "0217572cb28b46e18b3de1b441accd7c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f34eb5ec5de741c6a20d9fc3ec85e339", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c2ba1971cf17426b91676f4984d84228", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "27a0fa98356647d2ad2cca7b4cf1b437", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c5ac4ffd6f3d4a4b8f5a587a731b0ffd", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4356b44ac038481596bb0d4897a014dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bef550f9bec749d2a173f99dcce0c506", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5bad581f28845af9ffc36243f4a3808", "region_id": "RegionOne"}], "type": "object-store", "id": "c5f11b121fee4d57aa223a5c2de3cc13", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2c3544be929140acb4ba2f5b8e468028", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "086091fa2e484b49b3298d674255231e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "aa11cfa157474e5289f6e63b54a46081", "region_id": "RegionOne"}], "type": "clustering", "id": "191e06243c1a443aa220adad41bf1a5f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "09bc09600621455995180b96d5f65a63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b46bc73d228240848fc7a741094c1dc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a4a7d1db39dd45fead9aec356fa898b1", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b24aff63196549a5a3ab689c8d4d7ed7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d19011cdf64c4a26b2da973420f21c48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e1002c4d5f3e4e7c9df9fa76e85390da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6eb77be212294960bdfb3a83775491f6", "region_id": "RegionOne"}], "type": "cluster", "id": "6a819faef8a0475298a5709dc191b864", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "024bbe2ffe1240909914026016cf9b1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ecac6f26197e44d4871ac0754920172f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "465ce975b05f4622bac11de165081443", "region_id": "RegionOne"}], "type": "data-processing", "id": "74ff181f3cc949269e2d342f57d8d2f3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a928daf5295a4078a7e0716e0a2984cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c598b6c6d466447183178f833ee14840", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8007795740774a2d90142ed9a69663fe", "region_id": "RegionOne"}], "type": "baremetal", "id": "0913ad62a2e2406295a7c40c2adbd79a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "af21912e9bca424ea0d82f86224f6101", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6ee92cce2c2c42cb86ce9a8bb615adbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c1fd9d28f285400abf2bc03c8855f61f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "97a2a395afe149409372ca17e929f19d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "590ec08cc8824f8b952506b8c3f32e3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c5c8c988b9704a5287b595fa4dd565ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "2d87d479a16e470a8eb8de61f63c2ee1", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "809ec14237cc46d5a0d253438f945ee7", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f871325886784651a19c8458f834d167", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d353616f18214d8887597b236d88fe57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "dfa4df5a09fa4ee592eb43818d58d51c", "region_id": "RegionOne"}], "type": "key-manager", "id": "240fec7c3f754419a73d0484c1330f24", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bedf29d49f8948d69750d24119290b6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ca64054f035047d8bfa1dee6e0f26b5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "312e9699c67447e9a5becb2dcb6be25a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b9340286c93a4389b6af845af541d41a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e3ddc9f53a794270ad0808bb3a6238b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4d6035b981cc41ed9ed81119ae056041", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2077beb415604618a821384e50fc0041", "region_id": "RegionOne"}], "type": "infra-optim", "id": "3fa2fb6e3d484be7a8d2aa7d92b517fa", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "30fe4278495f4e128b325a7f20d9c491", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a6abbfd81c6d4df3964d05cf4b922d5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c9118151535f4711b580265947b0506a", "region_id": "RegionOne"}], "type": "message", "id": "38649442485844f9800c363c06d9c9cf", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "954689deb5b4442f95983c77ccaf4865", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ffe7c5c8ef4e4b4382f7e86a21df9976", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "63dc1eb9b72441d5bccb64286cce2e7d", "region_id": "RegionOne"}], "type": "messaging", "id": "93fe547b4e954f3c87184cae5466b263", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4954649636c74d0b8e2b854c2aa13d46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "10bc094b4dc4465da023237bd397a9a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "aaa24ddc89dd48858fd13c6f89a504bc", "region_id": "RegionOne"}], "type": "application-catalog", "id": "9980d018852949f2bbd3f9ffa6bdb033", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3e46a09d2c0547edacd7cc5f608bb4c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9575eba82e7a43599e7aa412d5b0a2ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e0a4b6cf72c1458aaa6b2ec14b017bc6", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1234059f544e4277ab1872f65a570343", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4e852224ac22473082bddcafc26162cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "617c868b0c744179b081fd217b1028a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0948256d5a6d4a9e9765cdd9633a5800", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a6d1711ce38a4efbbbb1b60691cb0e9f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "489b6a9c90ab4a09936d7808755bb9e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2de3090b46944f9d825db2f4f990a316", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "52ba8b316e6e442f9a3234beeb04ad04", "region_id": "RegionOne"}], "type": "container-infra", "id": "ff6177ef2c7c47d3b7fea1ae79e2730f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e18acfdf8be4447ea02cda0259f62721", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "62c4f32512a34c61827711261d116346", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "02307371e69641129178df2750bf0bf1", "region_id": "RegionOne"}], "type": "search", "id": "eec00ff5d61e4faf9634e3f948742d25", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "883198230d83483d9b69ba4b713e4145", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f4e2d9619dae4f0c9abf69b62d055ec4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3a4ca341be524e439952ba36da0c44c3", "region_id": "RegionOne"}], "type": "dns", "id": "464026f5b43246b7865390e476d40a28", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3c4e0253da1844078d4baf5b8abe83a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "54745e8c8bc842e398ae0fadced8a5e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "46f7b54f59c946b8a90da106525e492c", "region_id": "RegionOne"}], "type": "workflow", "id": "536c69acff0a41a3a8c66886d0e939cb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ad3f4961d5d341be8172f8c91494c84e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "53eddd9802304a7285bb71e608ec2398", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f755d58ffaec4e41aadaaa82592b5ca5", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d1316b41a7f84b73bc17fcbde1edce4e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "cbdc6be67e0543779e2f2aaf0bbaecd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "345fc6ffed61492c90f1577b79aa3ddb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "be954740057c498bb0a41628e55edc30", "region_id": "RegionOne"}], "type": "rating", "id": "092066e5fa764d2f9ab51d89bf768e18", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "03a52071ea7a41a1b1a5f314c6a5eca3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cbbea5afd6ec4b2e9456bd7c4ba5ee68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7edf7e0c37014ea4a7d6668e01e13d30", "region_id": "RegionOne"}], "type": "operator-policy", "id": "436c4193cb8f4b7c8b5e42adefbeabe4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "36d79a9d652947e4b529a52caef1bd5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "61a9ec03ee7c4bee9432586896c5553c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "032d0c5e03984c24b1add35a78b991bf", "region_id": "RegionOne"}], "type": "policy", "id": "c82a4f1474a848d498055cfa67967c31", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2888382f8adc4f66a46ae1a615383028", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d20adfbf5f2941f6a749dc07566861a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a2e37e7883dc435ca502a080733f5451", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "473c53fc11034a24899b34cebe5476b3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d9dc6b9f924a454aae00649a220b0671", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3e6a118ad75748a7aa470845cdb8fd6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7d4bc827084041b3bcbfb9a9c0e5ee54", "region_id": "RegionOne"}], "type": "sharev2", "id": "63cb42a33b354646912c4beca732b32d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7148e8bf80d6431f94523194d16f3e8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eb74ed8fe39547e3ad33d20e4a7d6a37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a5fc8d17d9b74a8e808afcb1b1d47c09", "region_id": "RegionOne"}], "type": "share", "id": "aa8b7b6475ec4b9d9194a5c8addee814", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1a8e7e6e76cd4569b5d509658206bf56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3130606fd372468ab79ad8ddc5b59c04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "06d71c8de9fd4b5b83a3ede41e459db8", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "219d818626744ca4954c2e9046660e18", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d777b15b91d3459a87eaf976b6aa2340", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a6a60bc378742ab915f6bf47dde845d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f03b0b8b0b6f41c7abd745f4ec08b97e", "region_id": "RegionOne"}], "type": "orchestration", "id": "16b0430458d148b7813bff239ae36af8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "977e88693c39480fa1d35d33e624cf5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e5b966af0134b1293bfaf83704ca156", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "172fd6f107a642d3b7d932441d31900a", "region_id": "RegionOne"}], "type": "block-storage", "id": "976a6aa227b04b98ad6bb60dede0e9c8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a8bcd1b475943ca86bab765af7eae80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a8b69855076401ea38de5da8a849418", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54a4539a5193414e970a6cc6e4977b88", "region_id": "RegionOne"}], "type": "volumev3", "id": "a27de38bf57d482eb5f27b9be5f4f0b9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4672f101da0244bd9e3dda59660d2f70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82fae2457df14006947be6483fa2bdc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "611ecf669fce4dab93713cd7fb3f9a7c", "region_id": "RegionOne"}], "type": "volumev2", "id": "1556f8a3bc084f43af52d5c9236a2a63", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3b23a16426045e5b6af880f69218ff7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9e8f0ba59db4f67bdf812baae4acdf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6845c374e222434f88fe55e1bcb07534", "region_id": "RegionOne"}], "type": "volume", "id": "e67db3265f37437d8f13d72a32a4f933", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60205b80b1fc4d188cecbffdcc8d2abc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b8a47fba5574fe18feda3eb2aefadc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a208de83006b476f915d2ccf11774b58", "region_id": "RegionOne"}], "type": "block-store", "id": "9cf8cb56bca342ca8191c16b037156f9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "946e064958494f2eb1d3195e8ddd01e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ae3c6ef97a5f4e86882054ad98b1ff16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0ee1a0adf86e4838bc994139b3b3fb12", "region_id": "RegionOne"}], "type": "alarm", "id": "34101c83289e412aaa6acdffdca31ee6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d330834de6ec46e69ca55c83ea3de665", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "327a3794648f4184a7faa216d660a472", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3cfe39d090f743d5a7d5d939825347a9", "region_id": "RegionOne"}], "type": "alarming", "id": "f68ed6c8fdc7497aa239a10d62c3693e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8ebfd20d0e8c49acad59463673e83b7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "afb4c960665c4da5bd1087abc162ae4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a2b2e9504ca6463f9ea502c1145e02f5", "region_id": "RegionOne"}], "type": "meter", "id": "21cdb04e767c42948968bddd8186e02b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "af53f043a2084e5dbb2e3127efd375c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "34cbb282206540338830a3cdf475d203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d909101a61c94e43aad2856f0233096c", "region_id": "RegionOne"}], "type": "metering", "id": "bc5a44617a9641fca2fe165b763d1b87", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "92d4e3821c5740438b7b924683035c30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7a1238f28ff04cdbabe8c65941801118", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6a492410bb21403ba3888289c12f8134", "region_id": "RegionOne"}], "type": "telemetry", "id": "aaa8072e334d492787bdcbe9d96478fd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e5060d84d7e84a12884efd8b7acdf41c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d010184d3c2444daa5dbedc4d973abce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "485b139411bb41ceaa16ed0110454ece", "region_id": "RegionOne"}], "type": "event", "id": "7c18c87b61e04c73b09cec656fbd9f23", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "bda3f2bc760546bba0ff4170212d4664", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4543e34267ca494b812d17071f21cf89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4c13e57b409042e5bb09dadce3191fa6", "region_id": "RegionOne"}], "type": "events", "id": "9488f607359142fdaf0758a3dcc946cd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "65c42caeb00a41ffb1b8b5d853a41453", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cd07e843a11b4ff8b33c4ef874a20288", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9527d7ad96434eb49ac4d562f87e4ab2", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b4c86bfc1d824db08a6439ce5163a6a4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0561b3c97a4345279172f6309dc2c80b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1e4a35abb1044414ad938623ed86169f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6d90f32887db4a8fb4f1be9b19668b39", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c1b046c590b84dd6917b1fb79fbd4d48", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2ab0f22b2cb14d07b207998f7ac8a87b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9145084fbe8540448e016b45e07f43a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a12ab79713314206b50733ea46bf4709", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8cbf775e1bcf438189d19d313b32888a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ae813838d53b4f47b78e6271157d4a5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a2405dd0ffaf4e63b09415f5be726fc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ef51ff0ab6d944a8bca17665ff9c4cac", "region_id": "RegionOne"}], "type": "tricircle", "id": "cb33108fe65e4ae7bdaa438a4a696738", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f22a32280e5844e99de5c0326fd916fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f13e08d84a2a4b09bc0a98633adc5fcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "61485365b82543e0880e4e74ff0f00e6", "region_id": "RegionOne"}], "type": "database", "id": "d20818bfff774ff3bd10a2c7e73f4391", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "42f8235738ca4a5ab55e08e7cc9baf25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7dae5b385dfb4f46b463768ab027220a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cfb452482f454f3dbbfdcee49b4ef74e", "region_id": "RegionOne"}], "type": "application-container", "id": "f48251b761c54d8ea6fcc20397b8a116", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "de2d65d3d5c74d9d95eabc9696b40a38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0f69886566a54e1996d3ecd48337e507", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5a927433bbf747b186fe1862b05e73b3", "region_id": "RegionOne"}], "type": "container", "id": "0f49ef3c0d7349babdb09ec7e19951da", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cab264e985b94b6c9986138da94dc822", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c73e133e209b48b5a2394f8ae0ac783d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "28d555ec0b204240a5643f917353a46b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "15b73494dd7d48c1b1dd08857a7fd497", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ef27e939e6a34e78a7f60e6289b2288d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3a6ec9dc74e44352a8e8bdc665297db7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "55aeb8125a2b4997ac78bb757b603a72", "region_id": "RegionOne"}], "type": "rca", "id": "98fe391b7f8d40a38cbc7d291155a9b9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b2b55d54b88146ff8785dc38dbebe973", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1305e15ed87f402a89eed15c433c5673", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "194e53e012514a48803b45efc3783500", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4697208943764273b3706bc44d3d2f2e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d355279b1856445f97318699024e3038", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "735e6b2e3d1144e1948e9c5463227453", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3c340166675d4bd79bc335bfe39313b8", "region_id": "RegionOne"}], "type": "network", "id": "16a47f3670a34b7a9f7671c554a33d88", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3ea7cac460bb41c2b7670024f7d707d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b79c28b5f44d4e22ba2dc13e6f220300", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b502ee95c2cc43a2bac0e9b6432dff4c", "region_id": "RegionOne"}], "type": "backup", "id": "1dfda8f9bde2479784458a2d502881dd", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8523f58f66f4410c9fb4c35a6949b67d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fa9b1f94b8fc41a893fa544b9a130519", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a278c6f906bf47cf9fde3ee7db8f7c27", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f1a9636eafd04cbab25559928d6e2c65", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cd1b2a7a45b3459a8cb54b247765e9a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cb3c6ab01ec14240aaf50986bd45adbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0e63d27d81ab4eaaa2cc617ec464ea00", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5456f5247f0e48e68e82751da090cdcb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ef97d73512e542679d68d8cd3d4fd357", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "940dc6f1ffe34df695fd0a28c0e4dbe6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c335f82d5f7144989103207485a051bf", "region_id": "RegionOne"}], "type": "monitoring", "id": "10fc422a50fb46639501fd136e260952", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4ae53db39c82426b80b953ea15cc6cd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "43ffcca938f14855a67687127db530d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b89b6ef518614eb2976070c567450128", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d939456664d6413584c3b6df4815fda5", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5a667263a34e402fb5229776ee0dd075", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a1df4cbde0984619829fd9a2c83d3a5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5e282d46bc3540729f73a0558faaef70", "region_id": "RegionOne"}], "type": "placement", "id": "d8193cb8a16a41de90b18eb3244da152", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "955b81ddaaf54404be4e5ac8372bff9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "368f5022aa264e0aa8db879522db1903", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "43f83149c5e04ab1b8aaf6e325600903", "region_id": "RegionOne"}], "type": "instance-ha", "id": "49b6e2f1365e4d62b8afbd1dafbc3b28", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "77106ba75cb041098aee8bb943534aff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "83b8f957546e438b860e76049380bd3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b2e2a5c617e4439c91b81df8d91bf67a", "region_id": "RegionOne"}], "type": "ha", "id": "7b4685fff36a42438fdb4baba637ec95", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fadbe6f8182747cb90a869a72790d7fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "efd4a0a098ee4e339b3bed1e464caa27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "42847f6e8d8248fdad24431186e63117", "region_id": "RegionOne"}], "type": "reservation", "id": "e6d1e573a3bd42f988ec14d2820d85d6", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "74cc0300b7a044b393db61852f67ab24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "931dd0f8e89e42bf9ed8b0d5b05d7021", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "468955fce998479686df4fe021d3efbc", "region_id": "RegionOne"}], "type": "function-engine", "id": "1ba7c86dde0b4e1b97bf6cd93c528459", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f212779e61d74b5e96cb5d68ab5280e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c0db35a940a14e05af7deeb3a015f559", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5085a0f02c0d4b38bcc573fe717bd441", "region_id": "RegionOne"}], "type": "accelerator", "id": "58bf6bd276644b728ed472b804b40939", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "51c7024e715f41949a66508079794c2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4ca31e8ea1d14fc4b2afa04182999764", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7d733babdf86452689e626da6fe4ab01", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7a329ff35e5a40f19f42bd58f2889054", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2d6d550ef27e4f02a79d6e6b71d78bc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2d52ff412aa94e3faf0cd76c9d016ca7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "013e849847674b669335b8add22b2276", "region_id": "RegionOne"}], "type": "registration", "id": "7026de1c8e4044d3ba37f2879dc67e1c", "name": "adjutant"}], "user": {"domain": {"id": "6c383f4758d748ab81bfc02f59cf1740", "name": "76e2ff4c7b5b469d9fa4af8843efee70"}, "id": "ea122ef4a0f44ea6b78cdf9807a57af0", "name": "ba18781f302641908dc70a37492ab978"}, "audit_ids": ["9b86c92f694e4d60bb3f7f00923f1b4b", null], "issued_at": "2019-09-19T09:04:42.481710"}} 2019-09-19 09:06:42,684 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/os-keypairs/key-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,699 keystoneauth.session RESP: [202] content-type: application/json {18} openstack.tests.unit.cloud.test_router.TestRouter.test_delete_router_multiple_using_id [0.235746s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,497 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,502 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,505 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,508 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,520 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.429689+00:00", "project": {"domain": {"id": "cb1100f1311d4ab0a9ca983be438d3f3", "name": "8705cb8816e94d50a14777f06b4ee721"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "220a91a327f64a638aece2a59a0a7635"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c36171aab5a64ab59937708a71ad885f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7757721d41e4417c9be362ce06e24a40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "58dd221d826d43acb47d73bbf2079ea3", "region_id": "RegionOne"}], "type": "identity", "id": "44b26e0504104eb6814bb45ce53ac30a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "461dbb3c07ec4d13952b5d94cd07cb3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5a6280ea83514c66b8b7549759be5d47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "faaf0ebf90d94d70b63620fcedc4458f", "region_id": "RegionOne"}], "type": "compute", "id": "3634a55dcf9d42888c3f9a535e7484de", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d292b85fa2b945c5b292248d0628c14e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "318e4f8190e54ddfa0a74d213e783b23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "832281a24d1c48ada17cbbde7585f9cd", "region_id": "RegionOne"}], "type": "image", "id": "47c31988992a4ba8b01854bd0240f408", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e79ebe03d90a412887337398daa56e12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8ced1d5050514e30b17ae616b626719c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "18971410a0fd40fba4a733d48300f2a3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a839bdb734ea4520ab194fe1a70ef6f9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76937d93e3ac47618bcd2b90660b336a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8f65b1b45b64e5790f8074ddde128a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84133bd407fe47aeb4334669f4b07464", "region_id": "RegionOne"}], "type": "object-store", "id": "07b6d3ac630f4ee1811df79e376d3510", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0aa5e5202fc6491a9cb715499979aa8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "27e220865ebe4d7697eff547607d25ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "77c8f1e6efc44385af2e8c938cb72b17", "region_id": "RegionOne"}], "type": "clustering", "id": "77e1970ad9c04f36bd991d8359be6310", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b9da21d0675b4c9cb289f54246fa1372", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b55767513f894db7a9afef5d731908c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "71bcf0ec81cb49ad90e35148ba7ab106", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "121cedbb1c0e484591bfcc6e16a4b850", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4aff23de28a5436b9dd91be7200ad9e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bfefcbff8d7e4074ab843e5f00feec40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4846ce26f7f84f71905d4b5e6022336a", "region_id": "RegionOne"}], "type": "cluster", "id": "740eca4ea14744c5b8ca355cb28f778f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "feabf9b973304f6a89bc0d4dd053e759", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "190556835e5943f68fd0a7631925e691", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "399905ad6c4542b6990ef75f6a00f1ad", "region_id": "RegionOne"}], "type": "data-processing", "id": "e14a1d30dc4843c6821d64139365c526", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b281ca236d8246108ab0bb8a9ec570b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "555b620c62fc4d79b26758d76df77528", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8ce0814efdac40cd8670f3ad73c4e229", "region_id": "RegionOne"}], "type": "baremetal", "id": "5ff7b71bd19045fd9d3dc97eb266b305", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bb2de3e5b9b840509d4a12851b5ae5d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "103c8f57534a479cb2fbe955a67ae874", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "eb2bac05781f4faba33f436e51aec4e2", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d665d8347da94c33955337e412770b14", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0ab40e087b8a4892a28f3a5af5917082", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c8c91b749f194f15a9a9a8a3c9d06d7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b265459838a84bc78c15451ffdd29352", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9117e0d8ad8b4c97b81352bdd0f37953", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f62f09de1bba44a1bd79c4e75d179147", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a1d43c4784154a969c1a3af065289431", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7ecd120b7b2545b191ef783e9afd0174", "region_id": "RegionOne"}], "type": "key-manager", "id": "3d1a281a440b4bafa2a31b5f1879f359", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "358670a5f31b456cabc70f2589da53ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "486a597babe742fcba865c9cc202f3ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "23d8b04a443d45218c4af22d50437225", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "cbc23c90af884d469e15229f60cbe359", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b64881724f6f4986a506e5f0ae726215", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ffacc75a9bc344f286e3c44c9416336b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e8faf21b4f914434b6872c15b3e382b8", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b70784b665224dcba7204ef4044b3ac3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "81e8e806c56d43d4905859a094f815cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a4a73018642a4438a0133b5f5cb0bcec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9fab10da0553400bbc0394ee86b5bd42", "region_id": "RegionOne"}], "type": "message", "id": "d1a5843bc67d4fc8b9510b629a605b32", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2f6db3f06fd84e0fbf5f4918ca1e24f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "025b611debd5451db4fb3f717d6e4225", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b4b234ab5f3841c2bdfbdfa83c44a428", "region_id": "RegionOne"}], "type": "messaging", "id": "8f4f7fcf261d4019a24f38e2cbc00a1c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1a1a6c6f6b7445c786fcf7da30c43e46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d98001c3cc7a4c2aa90cb37f959aa36c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5f97d48c4e134899a8f8e4a5a8947206", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c935c229490a4925abc1889ea77bf833", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0e1eaea634cd4815975875998b09b76b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a0bb31bc8b1843b9a9e61d823e8b4828", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9e1c3af9dd9745ba916d5f0e7d29e19f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "963fcd6b69db489a87ced66bca07bd26", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4bc7e31b6c6144fc8c7a293d1aa5eb00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e7b2a31d66ae4cfebc82edec677721c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "93f3265a592b46b4afffcb2c17e4b570", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "abf823786319435c9d30c9dadafff869", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5938fe7ecf984a27baf7625e6bc3a471", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8e0b5b45924c41b3b706101926c33e6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "29e90e65e085403d88dd0a425bf17503", "region_id": "RegionOne"}], "type": "container-infra", "id": "1a307d63afa84ceeae27ef787f12bb9b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1a8fe0cc70174e9ba4b6f27ec3af768e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a44295313f69440abf49208ad16b882f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "878d7fe54eba4aa494203a0bb50b7b3b", "region_id": "RegionOne"}], "type": "search", "id": "86587ae58e594b049bdcda8b39f353fb", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "259d1f4da2f24e758344f3cf8921cc62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "7cd2e6219ed3459cab8779e1321bbce3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6b061431d4904de8be6cabe92fb24779", "region_id": "RegionOne"}], "type": "dns", "id": "5cdd97bac2884513a8c78f0a4fb7d811", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2d9d150c86834dc08c2e3aa5d8d620af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0b22a3bca7614b26a4b8ed47301611e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "132df7b386fa4df7afe8750d718615e5", "region_id": "RegionOne"}], "type": "workflow", "id": "ad1008a0e5e74baeb7562589d2a06fe8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8935707475574054b02c2f592a445656", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0205d9e0837c43d6aff1e960d1e9cec7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "57ed346083a247cbac20902f87be1cac", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9da6d200d13f474da375c482136a7ca2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b4e35623ffb040a6a89b68c60b6a116f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ed2de110f1704ecd92ebaca974f1a955", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e83bd0ee95d7460387c8524a44cb4930", "region_id": "RegionOne"}], "type": "rating", "id": "11b032fadf7a448fa9e6236241286ed3", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3abe4674c48e4d9c96be9292ea9aab7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "13c7fb6da586478789b88cca4e0ff54b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7b04c34fa13e4fb784dfc15a99e3e5d8", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ffbf4d780fd44559a99604eca0cdef36", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "99ae747934194d91bfbf4c5398d0eb1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "aeb424091f9a49f6ba1c614893e69161", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "537ddf11231b46acb8a7c141daf31f2d", "region_id": "RegionOne"}], "type": "policy", "id": "1cd0180b6543447bb636e2b50def41cf", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a91156d9696847658f94b917d738a206", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "92909677233b4a1caf07a02a7126c342", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "de3135074e774155871efda9d27e793e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "799a567a69c5442cb569d94c27be8fef", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3a0ff822a79f44858b50c5d6a12b2bfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c314e1038f8c47ba950808bc0cf14151", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6c7917db3abd458797bf6e41804f8074", "region_id": "RegionOne"}], "type": "sharev2", "id": "bd8a9b45e11647ca8aacffc772990490", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3da7384ad1214d48b10a6aad89fef8a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ab06c179323746e99fd3de1396b3b587", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f0c768e4f81742969ffaca7a5428e4b0", "region_id": "RegionOne"}], "type": "share", "id": "2e76f4797ff642259481ddc50798fd5a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "365e5af52e7f4f6a971e992a163e7446", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "262dbd874c98492bba0b635a0ace8565", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "31f1aa9e83ca4fa4bbf6d2264e8c97de", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b0517c4578bd4ca5aa4b618d16c88030", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c234df42e3824c25b0fe2ce6b0b9811f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d05d786fdd5e41c3a302de849c4bd88d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f782692881a144d79b53c8cb020c947f", "region_id": "RegionOne"}], "type": "orchestration", "id": "ec9ece8b5b3d4c728a1eea00d5897f97", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "757e07f4d07f41ada5b580f32a8c2c6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0a4f6f35d664e6581dc437ecba53157", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9607729e254e4a7fa86489147b5d1068", "region_id": "RegionOne"}], "type": "block-storage", "id": "cbca662a09b7431c84763d905a412bdf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e81e2576fb649c5b5e4393432b3553f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "141bdee6d6f14c86afdbbe6ad611db0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e81eb57cab0d445f8b4f3c3e9a8a7448", "region_id": "RegionOne"}], "type": "volumev3", "id": "f6656407a98c4b04bdad07e695f91c51", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5855bf0dd534e658ff38cc3aa3bb537", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "542e47bef4604fba97d82c70d2cc40e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7103452cd0b4906a062de78b89b3113", "region_id": "RegionOne"}], "type": "volumev2", "id": "4beba1e549c8490a952f01b4e974c478", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a9abb76444244698d63848a3ea8e760", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d02c0ddbf9f4002827d608cb756669c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aaf7721fea7a4d4d84f9bdc62af31d4b", "region_id": "RegionOne"}], "type": "volume", "id": "a50153310d9b40368b0473ece70052dd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "371615a7148f4200881cea174ad06ce8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cdc47154c4dd41bcb6cfcc6595f3bd7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d68270ce645432985b2a85db865f5f8", "region_id": "RegionOne"}], "type": "block-store", "id": "3f0e14e37fe1454d9b5888aa8ba70fff", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "241e27580b814cc68abf0e58366d5316", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "59dddef2085a46029de9dc22ee5b2f44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4b34a0e127be4c6fb48626a1fa4a3cd6", "region_id": "RegionOne"}], "type": "alarm", "id": "718b366e49904a25ac06e6dd948feee7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0bbd9120db8d4e3dba2acabb30960973", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e5a9173cc72440b78fc83f2846e4bf2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9339bc2288474a04acdcb52bbfa10fc5", "region_id": "RegionOne"}], "type": "alarming", "id": "14c51e91d7e64465ab65df82a92cb1c3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a1eed2dbe00e417994b88c92dc4d0c29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "497c51411e1f4095b041e237973a7e1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a1bc1669eec2479198b4db3fe6781fcd", "region_id": "RegionOne"}], "type": "meter", "id": "8440f2677fee41a7919c2de4d0553d07", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bffaa4f6e9bd42118ddfa44ef98169f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4fe33092e919473a9dd315e2fcc0e7cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cc8b61442d0249a1a90cca2e7d0438fb", "region_id": "RegionOne"}], "type": "metering", "id": "c1c6d9a38e2e47c8a2e101388a4ae8a8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2f10b247fa244549b2364934175269cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "83e9e908b9f246b4bbaabccfec835a71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d2d66c68a2d74f74a505c22c3152ccde", "region_id": "RegionOne"}], "type": "telemetry", "id": "79f5853dc053429d9c3d11cf89afd00d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7f71e927bd664eb3b0e447b0e546f37a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c849bf256f31416fa21bb5395dccf5a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bd7bab6ffe854efda8e50a18c8d1f2f9", "region_id": "RegionOne"}], "type": "event", "id": "87a78a8c2c2f42f891f2954ac88779af", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e5a44ab1672949baa68504bfac7f542f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "18dca12d37164d698537d327c476fff5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f27282c8bf5946fd82cf7b7f08a02f5e", "region_id": "RegionOne"}], "type": "events", "id": "029f7697c49a4eae8f766964b1d21899", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "22450778c8084e828456750f4337f45c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a6a3a654a1d149aca0ce157acd464dea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4fa1313a59334d2dbb9aef4b618c1bf1", "region_id": "RegionOne"}], "type": "application-deployment", "id": "036bb75837c44100a41f378827c74942", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7622d36ddcf04f2f864ebccdeeaeef81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2a1538540c754b0b89f5494b1c8cfc21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "03804e1eb686477fb4acf69251130331", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2eced5e509b548f599afb4d48436900f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "977d8562b4e545dd9e458c432c159560", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c4aa5b26102c4c8789fb28dfe6f8ea58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c2822d5d49f84ad6a89ad0a89ec710e4", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f2261284b10d43f084004b715a1c3fde", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c2dbf279a83f41109645c9690477777f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "67b77bddae5c4dca93f25306e0c6dcbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3cef357fd30449b78d4f903ad1b00c9a", "region_id": "RegionOne"}], "type": "tricircle", "id": "41eee5351cd04cbfa6e7fb9c9aca1e2f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a9da1202efd145c58c05bf64c2d4e3e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "86d9a3134c244a148799d36a90a8ba2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "14fb111e7a124c6683a242a390d71110", "region_id": "RegionOne"}], "type": "database", "id": "963398834c8c4d69abf9239152ff2ec4", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0479273f3e2f4a97ada6e24db7734e90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1c7bf2e46e2e4d83ac0a5a2996057da7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "27b579e60d1746f49735295267095785", "region_id": "RegionOne"}], "type": "application-container", "id": "b46d9c29c2714ef7897d11edfdbec212", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b74c7f007d904ac1a5d60c4797ca2531", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9dc7bc383bc1467595091814daf90727", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4ff829f789b3467680aebcf88b0a43c4", "region_id": "RegionOne"}], "type": "container", "id": "91916fe24c74470a8c11d3b1e19d0742", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0eeb2013970043a6af854b76186aac26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "85991cc637684e0f84faed6903b68525", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c67e51da6b574579832848bbc95fc54a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1f9c50cf3c08431292913c44d0a40f83", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e5386d907a0c40b0bf91536db657148d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "69b743d787e64240ad04346bae35c0cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d72ff15e4bb04dc0904bf119bfdb1afc", "region_id": "RegionOne"}], "type": "rca", "id": "d4383a5e808344ab9cafc4e68b6d546b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "035525f1135d41bfb4fb854429298caf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4fc8561c962d438b88a05d377a3bcfbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "88b93d0e18ee456795a2d4b07ad201d0", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1475fc8bd8f14d3385f2f214118d71c8", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "60082e372dc54b1ca8a3b3b1445fe2f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "069b8351c1e34bb58b211ccd9ebf4a26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "510e9225666b44b289087a7d133cbb35", "region_id": "RegionOne"}], "type": "network", "id": "b4821e8e042d487baacebde918a50bac", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "bb3be16eef0144ba93b7c0f8bccbe406", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7448b93e337a4329ade7209453fbf1db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "2053b15b5a7f418fb4f791257329fc9d", "region_id": "RegionOne"}], "type": "backup", "id": "2a589ee7be4541c489cd0d26d767c6b7", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "563de72aca344668a26cf23d85aed8e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7f78c566580e4edd8c71a327213f981e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "97a54c2a51ff458a87941b511b50f1a3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "af0707b53842467bb6439be09db1341a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8525137a00fa41d993e8486d6a8cb134", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4aec61690b674fd1927f4f0830aaa840", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "27fe01f9ea344bd990d442e438f389a3", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2d35a343e6e4433398d878b561e27f86", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3d3f53418de14350a6062738048693ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "19f2fbad9b8d4cf2b2fa1d211aec7874", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "82b69534fe0c45d0b2506036a5654574", "region_id": "RegionOne"}], "type": "monitoring", "id": "a8c8644097154abdb56de3110aac24f0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b34d0ed68be240f68fdd1bb55aa250cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fc6577605a264797a4c3b97ed4d7908b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d0b24a35569f4dba9581e86ed653f418", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3dd4c351eda1448c97af952d7ca0b07b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "7c36e74e12d341d48b4323b54e299695", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2c34eedf57554e35850ad8f507ce136f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "215b1b6a54694a558dd453aebf912e1b", "region_id": "RegionOne"}], "type": "placement", "id": "fbdde88d92cd4132b8db4550666391c9", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7b53053f0f3e4f32b18a9c90e793e2d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c90fdc7996e24b50952f8ee38ca8d50c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9a1bb5c5d137408583f2bfc6c861cf38", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c5347429e86c4eb994a6afb29e6aaec6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "635fddd8309d4e9abc10ba9d3a255950", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b07ca28ee5f44ccdbcd25224abccf28e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9d2fa96b0e194013b46e31c38b792ae0", "region_id": "RegionOne"}], "type": "ha", "id": "2b29c17fb70e444c972350746550d5b6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8050401a2b144941b645dfbe6d668673", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "65231ddda168415391836933015716b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "9fa44f0b35c24e63b4c66536bd473c16", "region_id": "RegionOne"}], "type": "reservation", "id": "8c0dccdb0d6c430f9dc44c8b5743dfd0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4d4ea8d5bd664e969f14f53f15b18cab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0d419031987348808a1c767f5f1926be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "54a7275e29e84d52a767ad3fd4b2e53f", "region_id": "RegionOne"}], "type": "function-engine", "id": "6773603750cf4d1abcffb5315ef4d311", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "328f6ae652164b3db7a5a15ce205375d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "29d20b7b1e624651abca1201f5da6f83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1c2554fa7b964b02b91154c0564e9e2f", "region_id": "RegionOne"}], "type": "accelerator", "id": "2d46edf809d74cbe80b59184a155f06f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6558f6f123fa4e2c83907ba4a7f9fda9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b1185abc3f7147998b3a50e99b7d9d6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8b474caa7fb94fa08f87d568e56af80b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ca3552149b2941ebb710c98e152bc2f5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "43a0cd433f1f4d64ac685e6aedb4f124", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c19bfd6e8d794e99b33e68a9fe45a520", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f2f83387a6e44666abe4f7ccb1e2676f", "region_id": "RegionOne"}], "type": "registration", "id": "20e8ebb621ab4b23be8d1dbc652f5dc2", "name": "adjutant"}], "user": {"domain": {"id": "133c2538337e49b6a2b1b98c1e57cd2d", "name": "ff05c23b3e4343678f7745f39710d200"}, "id": "222cab58811246eb9be6ff0cdf30814e", "name": "cd084c43ae0f47f6a7685278a5b40aad"}, "audit_ids": ["d28f88581a3842e1b2e4aec422051519", null], "issued_at": "2019-09-19T09:04:42.429689"}} 2019-09-19 09:06:42,645 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/routers.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,649 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,652 keystoneauth.session RESP BODY: {"routers": [{"name": "mickey", "id": "123"}, {"name": "mickey", "id": "456"}]} 2019-09-19 09:06:42,655 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/routers/123.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,659 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,660 keystoneauth.session RESP BODY: {} {7} openstack.tests.unit.cloud.test_port.TestPort.test_create_port_parameters [0.345864s] ... ok {26} openstack.tests.unit.cloud.test_meta.TestMeta.test_find_nova_addresses_ext_tag [0.061677s] ... ok {15} openstack.tests.unit.cloud.test_object.TestObject.test_create_container [0.232487s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,547 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,551 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,553 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,556 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,568 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.484804+00:00", "project": {"domain": {"id": "c5f3c139a140434e884a43dd894b649b", "name": "83c36a0a095a4254ad96625ae85b979c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "11858e8012734e78ac11f434cd70f843"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5406e7c834b144bea1068c7859c29ecc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "46a9efe8150c4c2680887f303fdfd492", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c85f8ef7720347699e81d8d259a94bfa", "region_id": "RegionOne"}], "type": "identity", "id": "1c3b1dff3b1340f39b85f5e53e2b38f9", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b6714bcf1887405b8ebc6595705f621d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e5f22bd93a67433bb20880860130aac7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a4f26c3635c14a1e803b3f96be995065", "region_id": "RegionOne"}], "type": "compute", "id": "f60ede00788943b381fedd36a1b1dba9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d8828dfae40446f59ea5299989e03c7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "74b298a0941d4d12a8a41af5a283d767", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6365ee8101bf4ea8adff8844e373933c", "region_id": "RegionOne"}], "type": "image", "id": "431e40aa7e684ac885e02912eca99e78", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ec831acf931d458a9146f72aae100cc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5591f7b111fe4bd4bbe7387b39308b1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "78b20fcdae1d4d538d7617737d99f504", "region_id": "RegionOne"}], "type": "load-balancer", "id": "97e7d572dc424de889ffa7b1094f02d1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f732261c315644bda4d648d742a172ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ce8e36cac1e4cf0bff08d22f025e3eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4457e803ab844cbaac5948b2f903e3b4", "region_id": "RegionOne"}], "type": "object-store", "id": "c5cfd6c9a6ff4b059160c2c0ec19bb80", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1d398f2954ca4d419a84a5603a65add4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1acebc64cb5647eaa79a9ed73e655857", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8908c75db71944c5a2fcf9153d6acd2d", "region_id": "RegionOne"}], "type": "clustering", "id": "fbd563a4546545c79006c4636d8378d8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "732011b358e94d11b3e164bc6eaddc8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3d155d341a244e16bb30fe84f3fd0ffc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3a3fc95e8b0e40239c648ec60999db88", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "74cb375576f340db885096517cdef2ff", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "da6b5c8b601f49daa4e8583a10757271", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "41404a29af1b41e199cf03cf88c69def", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "00ed06c610c34319b21048ff58604383", "region_id": "RegionOne"}], "type": "cluster", "id": "475d4a7ff5034d35a36c059b6bf53880", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a110201be2a343c38d5104882f7ed4a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "90a1a07bd2c345f48894af98c6cf92dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "37dfdd2003814656b68304c47abf0339", "region_id": "RegionOne"}], "type": "data-processing", "id": "ce375142de174655a45a40cadd0a7ba5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "198c3cbbd2964271b1a52a0a7ce549e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cb0dc8d188c64131ad3ee9230451e9a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2a24864cb34c494d9539ab5d56887843", "region_id": "RegionOne"}], "type": "baremetal", "id": "4a4ae6353ca64aab9e355b7b174bdc5e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4354cf1f41864828a5240eb8bf2d2be1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0a6ec2ce14cc460d8526bf7c5598b130", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "87d3a68a290f4176b2272794dbcd5c5d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "249dff8ddbe544f3815e84d888065230", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "be0c65cd1e404b31b5f102f2e6c7f6ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9c4e0e5079fe4903aa738e3590cd8297", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "542c44a49112477d8ddecfa974f0d906", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "baf6252966984830ab3a234a7565ecc1", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "998fc62d0f20451282f778dd91c995b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7808d4992be24dbbacaa3e6cd9422df8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "74ac2628d3544dadbe30b7cd3e62c598", "region_id": "RegionOne"}], "type": "key-manager", "id": "77cc2f76247d4afbb01cea80a22ef7fa", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b0b7102099754d7f9bcf0d5b8da1aebe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "782ac0c7d523426aa8699603ad88f3b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "dab9905d88f644848cc0941f6c7d6dc0", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "72ba0cfad3f64db19aa49690f5cbe669", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0ffaa496a3e14c169db8c39a64651cd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "878a8a406c524894b7f61e144b29eaf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "671f0b7ee4ff4b9e8ddf7586409eb2fb", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ef7283297f7a45d19c90cd8110193cc3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bd3520d517514a95af8a229838bf75fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f091f92c487b49a48abc49b522abf748", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a612416ba6cb4c6c865420616dc8265c", "region_id": "RegionOne"}], "type": "message", "id": "a361bcf632c94e3cbdbc0ac32b3066b4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3eb67ea5b33d4534bdb7a5cb063baf85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f7cf656511bd4c1faac61901c22e9840", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b37e647be8bf4ca7ab6863fad85d6f1d", "region_id": "RegionOne"}], "type": "messaging", "id": "63829062f64e46f8809d08c1df699910", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f1e395c805824c2d8c29e773f40a5cd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4afe760927e34cbbb4fbd4b47e4f35ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3709f0eb9eb140428b74ef0c4a1edb91", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d6607d7f30694971bb88e5bf58134155", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c8dda5d1f30b4a0bb1bfc1870070de01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1809a832b40d412a9b2b9967cba9c1e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fac4813b444241b2a3eda528baa66871", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "02c8cccf1e3e48f88640db45baace9d7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e1f2f7ca1dad4dada4ec3f8b3d9043d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c830ec5f6ea64a2cbcd427b4385b3ebf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "56f7317ca00f42ff92e527de3304d770", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "3e54c4def2c1455bb1bda4f4a75bc351", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7fc2f6b1387d4494ba59f506a3ba19c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "def737c129c64db2b655e906355efacc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dc27d898db964793a4e1458662eca44f", "region_id": "RegionOne"}], "type": "container-infra", "id": "5877eb9f0f874fa882c2068685851190", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "feb6ad04e51248fe894058fa6a27664e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b296634d5b7f4bf6b44c660ae6af795d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c917532e5b964393af47e55a989bf940", "region_id": "RegionOne"}], "type": "search", "id": "1a63b6a617954878a43958b7e0f27507", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "675cf94f314b432195c114cb36974566", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f4bbbee19e1940af88e31570627fe42a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "bd8f4d6893ab41208facd2dcf4f3d48c", "region_id": "RegionOne"}], "type": "dns", "id": "c8ad6d5f51ac4394b8bd940629e393d0", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8cc82d117c664502ba02ff1df728f14c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3e5d5c4de4df4fe982e81b67b93289fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "dbf4697ed46e4ceda7c97fe53c913733", "region_id": "RegionOne"}], "type": "workflow", "id": "d900ca89fd4a40269e801aa2e6ee7221", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "73c2fe035e0543a99a580c56977d8bfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aac28525a7b548a9b0f195101a94ef24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9fa92556abeb4b48b33b495165c7452f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ac4bb4d446f64d1a84856a514d98ab28", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "791b711d255f479db00e39c92cffca47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "64ef864bccf24ef391c6b91cc07851da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "307a4bc91e0c4e208457b1862b5df6fc", "region_id": "RegionOne"}], "type": "rating", "id": "e76b676c93ab4314b83966e61938968a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "30a2d4c62e684df1a18bf05748c294cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "60be0887e8284d41ad978c502083d27f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "96539970a7764f5bb871585e546251c0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "610b5fab03044e3db4642bd7852a8b67", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8e8789db38624d92ab8f42bf26c88b07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a9e705b8d3f8411ab9e95efdd24b93f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3d93667c64744a5da89c346b8c4bb72f", "region_id": "RegionOne"}], "type": "policy", "id": "c856a8097508412a831f94e8e175bd55", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "58e0407c63c4418cb3cb466384a85462", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d46c1f1afb51482cbf22ca04e38bf514", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2ecf02dc85e943caac5eaa2c2bc7f1b7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0d24b9938e824c79ac60ecadec952e45", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e8bd7e9cb8814eeaa1dbfcebde16fa64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "11a382bf5d3c4ba6bdcbadf47823efde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "43eb2af156914ac7990d72abb663f79d", "region_id": "RegionOne"}], "type": "sharev2", "id": "6ee92fe8d6144e259cd5f5bb1809576d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6e8e9608daa74d0684e14377efd68907", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "25416592d4e54386a44b345f29a656f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c9720a2235d746d2924ed88b36ae0fc8", "region_id": "RegionOne"}], "type": "share", "id": "fbdb5ae179e34ec38059c6973ec72b48", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f479aa1d86124099a883467875e4737e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "db9c70c5165f42cf9e469910532e1558", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "bc9d018e6f4141d9a855a2d3adea8632", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6d42f6d3ea3144c3aae87096de3c360d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b53d39130db54edb836074f457c58277", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2200ece17b7e44e28f55df57a7191395", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54d0eeb231d04ebab2374a562743fb6a", "region_id": "RegionOne"}], "type": "orchestration", "id": "790e97616e1840ff8cc56b7df1248171", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9af3049d42fd422994698fce14826cf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1c63a6c560f4a7a9255a9ba78a40e4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25d45505797249f1a452bf247abb1c92", "region_id": "RegionOne"}], "type": "block-storage", "id": "b6bed24df2a342abb130aaa68f63182b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "472eed3434194bca8849c43ca8b88432", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fd4fb50b4824d918b586ea0302b7963", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9128d3f61e8b47ae97f50a1dc9b376bd", "region_id": "RegionOne"}], "type": "volumev3", "id": "afddab2a0b3c477c8940b1eb550bdd92", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03b30dec6c3c405fae39ae5b824f0f68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d9536a07d9146148e51c9b7359f10cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "122df7943d4343fdb1beafbea561a76d", "region_id": "RegionOne"}], "type": "volumev2", "id": "1338a7d5333646148ed3a69f995c3de8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ae8e43d9de3481a814a07614c7b6922", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7cc37596ed68425a91b0876a2f20cf35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "933b9427126042f09e0fed7cb9d4381d", "region_id": "RegionOne"}], "type": "volume", "id": "6fc4908a86a841649d03291e13aa2fa9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f592ee98ca549aeb945e376af23c6b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2037f88006c4367b92e1122656f05b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "960ae4b503b1480198d45c39e0947c91", "region_id": "RegionOne"}], "type": "block-store", "id": "c80ece049ca940229b7be1664d8bd1a5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "777c36d8c0a444c487958d5626d3a9de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "06ce87d8c45a4b78a70cf7b235115b99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4978585bd75e4902b531c74920f6c245", "region_id": "RegionOne"}], "type": "alarm", "id": "3c7a97d21ff549f19cb4445a078de0d8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ebf06ad4806d40c488b64ef45fa833ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "393c7bce017946aeb570d488254af1d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e1b8c65b9db54817b73be049c0dad319", "region_id": "RegionOne"}], "type": "alarming", "id": "d7449339ccaf4bd29a870468a46ef816", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "48d70e8d7ea64f05a1645dd211937662", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "df59d2cc87c64139927ea526bc14e668", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a07db6083c724f0c9836bf6592f93512", "region_id": "RegionOne"}], "type": "meter", "id": "23f1579b79324e218047a61d569b5149", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "28144464e5b2477d881e3d0d16eeb95a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "191abda1e1224c9d94689919db072b95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b76698b486924e0eb6478ba601490b93", "region_id": "RegionOne"}], "type": "metering", "id": "c6aaf292c05e4678a91c1b723e8fed78", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2a2bc87ceca84233803b95a5f377b3c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "790f3b79443c47b889b9fb7f26c257bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "af79b06605a14faab9ab6e63ac46e46f", "region_id": "RegionOne"}], "type": "telemetry", "id": "dec37c338aa94c209b865377eeb0fe77", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c1a441201ee84f2dbc457f271e3c1357", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cbbb763ff3164764932e93cab0e73cb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8e3607b229574e4a92a335266e4fad6f", "region_id": "RegionOne"}], "type": "event", "id": "3c75f250629f4a989b41bb4d2840cba3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fb7f116c1c8f42369cdf314798e3eddc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cdb25d8e896b426aa1e6bcec66993801", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5d2003cf4901425a9b5b8828e6c40128", "region_id": "RegionOne"}], "type": "events", "id": "0a07fc9820e3427995a8e010651c703b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "92e27238a04341cf96439ce9be6107b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c3233edc2ad94fac8167b84aa4fa2b35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0736fb528baa4c328dd57cfd32cca89b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ba0d841efc9c48e7a721b6ae0bd4ee0b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "50acdf9425a1465a8c665f956480bff1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "89ee8768aaa941789c38034597302c81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1b2fae7842f64a8dab07020acbef8139", "region_id": "RegionOne"}], "type": "application_deployment", "id": "64a9e071d481446d8bafa5ac4ce7d475", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3cfcec0c6e524ffe9db1c13adaa162dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "11aff755a3f243159f3592af91053488", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fc40818feb2a449399d64bda20aae4d0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ca46de29d576415587c2f5a0199264d1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9af22e08a80f4c11b84e4238f2507575", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8d20b55824ca484b996d79c3b6d18566", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "68676559fea84ade864f8322bbde6ba3", "region_id": "RegionOne"}], "type": "tricircle", "id": "deca7a957f034d52be698fd84d16669e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a4d37310f7c0408c8e333a42fe0538a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "50948f50f8c3425bbbad9af300958b50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a9a9daea344a441b82f15cd09dbfd8e9", "region_id": "RegionOne"}], "type": "database", "id": "2c5a9454107640fe89f5482a4bcea181", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6b3a9f6cfafd40c2843412bab2b92f24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9d5d65449cce4615a87c69506f241cb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0d1f9d84f31d4f1a988dda87a0e9d09f", "region_id": "RegionOne"}], "type": "application-container", "id": "7168b27c5fc748a78382bea2732e7a30", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8904ae818a284e6c9cda0b46a673967e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "872c84a87ae2463883531d64389bffd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1660763c1b364c35845561c21e6f7595", "region_id": "RegionOne"}], "type": "container", "id": "12afefe650054790a00f75827084a24e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4e93422fc47c4b65b96463e2feb556d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bdc084ead7874e9d9227f84855092205", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c91254df0608446698b500a1af23696e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "db9cbb8c6b2345fca1d4b2399ef3577f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2693ba5fcf7c4486aa6ad023b6470000", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7ec00b2d8c3743a1841f20fa5fc08f70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "10eaa3b18a884f858f286b8c4ba9aede", "region_id": "RegionOne"}], "type": "rca", "id": "75d14836f4054581805840504b5f7d1f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4cfa4d3e440e461fb13391470e57930c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "84104af0bf8243728c89d94abf1e5a9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a9d4e6453eb44917bd9833b57ad10aeb", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4a30d06def934347a76f960daa8dbb09", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7a14e2bdd6304bfeb48e62fd651fc8f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b5a1c9f359ec422097df4386675fb25b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "08cf84572b2b4ee883afb9c69fa31f01", "region_id": "RegionOne"}], "type": "network", "id": "de08f90fa83e42fabfa70c7970788342", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ccbc4037145b4cbcb1dda40f030dee66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2711d55daff04b7a9aa996b54ce2e5f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f775e9e0639842ee9bb101df24ac2566", "region_id": "RegionOne"}], "type": "backup", "id": "f7d3a55ab6b24029972c249ad692e036", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "07b85313650c45cca942b16ca91e0b3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "324d68b6f1a04074bc4ee2a41ba2894b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b5494213073a4501aa69680a78810acd", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0b1d6e0cb225463ea4f33b8b93774cf3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c20987b363f9496b8d031006e8de729a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b2286ab644a546e48470eafc3c1ed621", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "013f8177632c4ff5ad4c6c20a1789b39", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c06d4fb676784485910ec9c619036e54", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "415eb3b9ec4940ceb412a5dec0dafc02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "416262579e4c4f2196872c67d1506f6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f7c726e3edeb45978dedea6cdee98661", "region_id": "RegionOne"}], "type": "monitoring", "id": "fc2f9c805b6a4d98989ee3610e2bc37d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "79e5eea6d33c413696dd54844d59cbe7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d089ae614dd9452eafe37c042a392172", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d9639d04ce284d68973fdbcab2dd09b5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "82031cc68f454b3392d2a998a52e68c8", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "7fe659626f2a4cb486508b696bfc6639", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "bda616df675a4a7fbe3ba3a414636c86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "6640bcbc4d9d4dbebecdedd9a027561e", "region_id": "RegionOne"}], "type": "placement", "id": "73077bdadd8549fa8f2afa3633b3bf78", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "37769a4aedf04f6ebd3072b802c676a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3d267905a8974536a1c00137a2b11587", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7b8bbdaa435f4e5e8baf8682b8774b74", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c9d7be249d294304a412e6dc6541e0b4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e950b9a6496d40719264a37999881cd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "66999066c8f946dbb6c04487f689927f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "34a9e641c6d44fd8b6ee969931e9b87f", "region_id": "RegionOne"}], "type": "ha", "id": "cf22427249d14302925481dc4fe9f514", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fc69ace5d356442d83b8b239c1e256a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a85e7c350db44a9686c6c7f080f58688", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6149657bbe064e8497b5c1e50e11ec61", "region_id": "RegionOne"}], "type": "reservation", "id": "1d97c058d9a84461ac3d0aed08db1814", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fe4eecb9b4bb4f20b4d78ebb61206da8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6947079391844904b02c7f489d71f620", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "ec3670ebafde40158c25cf13556b12d4", "region_id": "RegionOne"}], "type": "function-engine", "id": "792159484f4949ad9b1bedd43ecc3474", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "38f48bdb05b54533a58255a22964123d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4464e8c15e924d6ba8ce4414303d9ffe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3c0104f430494627be562e7f45c06adf", "region_id": "RegionOne"}], "type": "accelerator", "id": "1c624ae92bdb4c7ea73f1c439b7f687e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9afa052f455d488d90fba98cc177079d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f1461249a7aa4c548696ff3896f9f798", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "550de20f724d41c8824eb52d4ff0fa70", "region_id": "RegionOne"}], "type": "admin-logic", "id": "af56001695724d41a523a5689b0900e8", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6caa5c895dd545778ca730d927415870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c027d8ff5374456592199ca637831599", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "163fbd95b93247148388a0dd7e3d76d7", "region_id": "RegionOne"}], "type": "registration", "id": "194a405bdc4347758e3667abee2afc63", "name": "adjutant"}], "user": {"domain": {"id": "d90f83f719d74a4686f3271ee0a3fcd8", "name": "d801552987da4b9c9339ae410c800647"}, "id": "9de5b2b35c5d46968777fd79ac6a791c", "name": "a84eb78ce5034ce1a5d5539944fbe9fe"}, "audit_ids": ["0845149f27954b228c91809a0596bd5f", null], "issued_at": "2019-09-19T09:04:42.484804"}} 2019-09-19 09:06:42,658 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_create_container-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,663 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:42,681 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_create_container-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,685 keystoneauth.session RESP: [201] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Fri, 16 Dec 2016 18:21:20 GMT 2019-09-19 09:06:42,687 keystoneauth.session RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-09-19 09:06:42,705 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_create_container-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,709 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 0 Content-Type: text/plain; charset=utf-8 Date: Fri, 16 Dec 2016 18:29:05 GMT X-Container-Bytes-Used: 0 X-Container-Object-Count: 0 X-Storage-Policy: Policy-0 X-Timestamp: 1481912480.41664 X-Trans-Id: tx60ec128d9dbf44b9add68-0058543271dfw1 2019-09-19 09:06:42,711 keystoneauth.session RESP BODY: Omitted, Content-Type is set to text/plain; charset=utf-8. Only application/json responses have their bodies logged. {12} openstack.tests.unit.cloud.test_qos_dscp_marking_rule.TestQosDscpMarkingRule.test_update_qos_dscp_marking_rule [0.395410s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,349 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,355 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,357 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,361 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,374 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.285652+00:00", "project": {"domain": {"id": "aa975b7088584bc6bd9f02938e50c729", "name": "d439130720964d32ab6b09e3c17bdbdb"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "df2270c6b7a94fdea85016415c937d2d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2adaa586fd4a47a89c40bbb4321a3ba4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "224c8dac6820490492d26f6edc0b7554", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c70d151812b34bb69517731e13bfb6c4", "region_id": "RegionOne"}], "type": "identity", "id": "3d57e03818cb4869af0e51ff5e0dd08a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "edc7c1b2c4f9459ab1774d65d20c49dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d2e2678df06b4f3c99e0e92087b89772", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5330b9a1f65748ef99593783f6d3a18a", "region_id": "RegionOne"}], "type": "compute", "id": "0ac4cb33cc6848ae801653e2f41a2f17", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d3d0a54d3bbc44b3817e305f4f72ebbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e8ff97122af440f0b39c7bca93f7588c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "883f04851ed1434e924a1c58031104b8", "region_id": "RegionOne"}], "type": "image", "id": "0c343c965b7c4f43beee90283feece26", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "13dd83a154614bcab2d90429495fd1a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bbff999886ce431da50ae75639576f0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "eea731bf4aee4425bb9fbe05fc428ac4", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f3b3176db5424f5eaa10a46a08c985c0", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0771de4255814c369930e84a607b1398", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c40f1e76411e46e3b9278efb3fcfce0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8efdf35310e3405b9f5a48ee4f82a784", "region_id": "RegionOne"}], "type": "object-store", "id": "1f9061024aa9430088ee4797e47ec140", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fd81e504e0ff47318adae39b9fe6dbc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "18e7311d12bf4da38105bdf2e2845276", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "727b5f46883b422c96c54f94cba9727d", "region_id": "RegionOne"}], "type": "clustering", "id": "74fd47c982454a74acd7dd67e7272636", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fd3bfeb87af84be58f32d45d99260550", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f42ab9677a7b428896aa2261c60e916d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "10f94bbeb9aa4314907e7b1de6bb7230", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "158a3aef349f447a9e5bee5ad34af7c4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "31aa2b1e483d40f4a3ed419426c40f01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5f8f3c6701fa479cbd79ace37bdbdf6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "97b83e2b3bbc43c49f4026e0ecf82a7d", "region_id": "RegionOne"}], "type": "cluster", "id": "69282c901f1e41d18634515c7fb1d386", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6baa6e73c59645a6a54070361fc6d846", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "416a87ec924d4ba5a81da6e034117779", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d990dc0f113540368b2a3dfb71e7d496", "region_id": "RegionOne"}], "type": "data-processing", "id": "2ce24b1584464da4adf6c93cab2e1a10", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7ab8c0cb2c554cac9d297c3ccf469688", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "add1956254994a519bcef528d64cad5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "75bee3c371714dbd89e90330e20e97c8", "region_id": "RegionOne"}], "type": "baremetal", "id": "02a1d74f9a67484590180b0d7e778bec", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3c9b44112bde49c2ab9da35a03af5de4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dbe53adf70554e6eb6a0ba19d6931572", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f67f20b11bbf43c18b9cf2f1f41815e3", "region_id": "RegionOne"}], "type": "bare-metal", "id": "019eeebaeb834299a02ae00568271fcb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "673eccb231804cc9a008ffe26ebd71d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ff6bb425f6b741dc81e914797e9566e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5553b4aeea524616bb49c96c59fff5ab", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f9965d7ba2364b54bb593b857076e6b7", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fdf8b2c75e704ddbb892d0185977ed2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "43cbe42ef51444e691a5c7bbb8dcf65c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ae221960228346168268675197b106cd", "region_id": "RegionOne"}], "type": "key-manager", "id": "d5429b7847e6419ea47b3a41909d4833", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b3b89f0b854d4e46bdadcc2f7c1b6f97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b5cab364b0164609b88d79361326235f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d1626074b03d4352a96468203309432e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "955bc73c990746d7a0a7d88e406e5523", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "769bdb6fb57e4bc196491d3e0ba13a47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6a02d01e193d4992bdabeaccf6396143", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ec81f1a341de496f820ce8418cc58375", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e20b67895af246a98c53fadbc969302a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "91ffc03f61934d639f0967c3551dbbbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b9d666cf4a764e1e800c68fcbd1bf762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9cb7e8fe6d264b908595aa0d4c013623", "region_id": "RegionOne"}], "type": "message", "id": "0a21ab73af1b40d6adcea3c3bac110cb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "22446bab17ae41a392b9ba56652def17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b5be090ede0a4b748e57639e030ffcd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dae454317cf649f68c994e04f708cdf7", "region_id": "RegionOne"}], "type": "messaging", "id": "2e4cad08907b4169b976ff4c33a71a86", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "dd4ada1d40f746caa316def8cdd3a620", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1e550fc5670c4cf38b57cb5a85060571", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b5d8e80c691a45378f53e1e72fbb0c1a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7986eb9197fc4672951bc19d64221ef8", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e9bae43b085c45faa8d0fe2ff3cc8e66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b5eb49e94f74991aaacacf1dd01f9aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c6b9ffec7734a67bc2c9bec231688eb", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0f015b82becc4edcb6162c8f30bf5498", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "54e5040ce0964618b84ddcc078c19b22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fbc1726e3e154a12bafb98f1450c987c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8fca8dc54e4745ceaf81673a60180091", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "fac740450c674e2f9f3867f15d9e2e95", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a8e7959e6ced472b9988ccaf84833ca5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b7a3fcf3a33e4b1aa11d63e3bd89bd1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9111f04542314d0fa45a574222027d9d", "region_id": "RegionOne"}], "type": "container-infra", "id": "c11bbc4d9fec4c85b684d98040dafd3e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "3ba583ae942a41458476bed62788a5b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d8ce5f4902c544138d0c2143394ccff7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e2c62afd1fc544d993e9f7c04dd52e04", "region_id": "RegionOne"}], "type": "search", "id": "11883a16c6084c1b80f234baf7f20a58", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "105a40449ead40d69ca3bfabb02dff5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e87e266753134b2eb36cd49dea9fe32e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1d3bdc2c342e416ca7837afc4710e295", "region_id": "RegionOne"}], "type": "dns", "id": "98e313761ba74f3dbb8e8f61bd9cd71a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "072f6c4eec6148a7858e0a0bff07eb9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b8269fe707544f868e8c360e5f461cb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3a44c29242d64fe2880882344a1eb742", "region_id": "RegionOne"}], "type": "workflow", "id": "0f353783f50243158fa4e8701c786ac3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c9fd2fc2c30f4bd283a369d1fc63e00f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e1bfd9acccc34a309e6e65b99fcb9a4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bd3594b0293540978b7b6f7f2f9ac512", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1c3039de7d45464a910dbaccd6a30886", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "545767c28d4c41f0aae4fa887c2f0921", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2f47d53a3f8d43e6b306c02c7e005d06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e46605ed91224daa8e66c6da70369be5", "region_id": "RegionOne"}], "type": "rating", "id": "e3eba92212234e55857de3c9f9ed56a0", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "85d7c26746de4f23ab2bf8b3d4611cc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0606a142ff4941dda6a2bd7c793f5d6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a44e56f409434e99bd05306dcab45e5d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0ed6594898054390abd26be9a4b17110", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9e1d3654f18f48d4b9d34c4e9be53912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "90877badffbc42c5844bb68f9edd834e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b20c1bf45879490da55f83ce1e12ce2f", "region_id": "RegionOne"}], "type": "policy", "id": "4eaf4a2eafe549db80a5fe178d77809c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d9570f31dcbe40cf99a36ef669214093", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "da715e769a964f57b257af814b913ddb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "81ad7d1bcd424c2fa62d2899373f5d02", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d4730e935c794afcbf593692ab8bad38", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d1d3b75db024468da3923326f900600a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b9402c19f8904df3b05e2504a3ad64d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "28c7d56683314c7994a420dd4c829f8e", "region_id": "RegionOne"}], "type": "sharev2", "id": "a2180618ad6f49beaa6d58af5c5f4def", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7354cff79a15423c84a68ceab0db5294", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8993808e93884273bd9ac50ece1915fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6ed2d22e07b24f7d806b7cec15bc21d4", "region_id": "RegionOne"}], "type": "share", "id": "7552896e996143db9f8d3ee77f3215c2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "399372494cdb4f2eaa84586612de32d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6e7eb40fe9e345a4afeff6d3f596464c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f53825518d6f4ac6b8a08eda73b8361d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "cf7433d2dd0742f3ad73622882491457", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3946d0b2d7b049c483241c6253d10dea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90a287272b5f4626a00ad04e958784cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d1844150ed646aca14b04c920c191fd", "region_id": "RegionOne"}], "type": "orchestration", "id": "424e2097a1c840d5b347e5487fc865d3", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "875ddca5947f4a368e1f45e0a91d87ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f3e61efcd4e4270a26009f0519a0fa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe95a7e5e1f24344988cd2bb6adc5bcd", "region_id": "RegionOne"}], "type": "block-storage", "id": "5af8caf2eb40480eb9f6914ef620bb95", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5229dad9abd149db8f38fa0329658b6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a23c591b01ae4c57bd98e818ae5aebee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d91fcf4fa29456f981caa32091cf201", "region_id": "RegionOne"}], "type": "volumev3", "id": "6c099dd865304410ace84e476bfd1007", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a731c39fcdf41efbd03b244308e9978", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48dced91c63247b099de6de7d358bedd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1749bc428e5a48608c606ee2cfcd51ba", "region_id": "RegionOne"}], "type": "volumev2", "id": "e89f547c257045f393688d7f308cb029", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e90c565eae04d8e84e0c0b8b93a0f0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e6a3a045e314bf5b783fc4b66b17f35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "641bd83550304cab89a6efd5d8c2da03", "region_id": "RegionOne"}], "type": "volume", "id": "f948b3177ba340f8b34b18bd903f8439", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ebea1d13ee674f1e97f94098aab1aabc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4868265227ef4e7ba2b6ebd90414407c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2cccfc58377444390ba1498eb5a53d0", "region_id": "RegionOne"}], "type": "block-store", "id": "87536cbc53074275b4f76de3cf76aac6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ed1bc232540b495cb7d09d88bb57c014", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "509624da3f2b4f4e8f803c2480ec0a75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0906d33bf261476088d52b6ee41edb6a", "region_id": "RegionOne"}], "type": "alarm", "id": "670f03e28c1144e58c95ef37276704dc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b79f326d91f94bee84f78527a8f1a201", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ef8989e3b6824bec9509cd5bf30cc739", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "442a4ca6e42e48609787e6a44da875a5", "region_id": "RegionOne"}], "type": "alarming", "id": "2375d9c9ac244868a14f22eb39d09359", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e1258df324ce49bea64f9f12c8b12067", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f93c45c8667e404eba713d3092a18e4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1c951b3ddc954a7398c3fa4fbc9c58f1", "region_id": "RegionOne"}], "type": "meter", "id": "ced2ce246f154f4f9660f240dab13a2a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fb96a8b8866d4b01b33db050b8289a4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ca805b4ac27c4070a3240228b8dc6bc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f28a30125d444a1d96dd532edc25dbb7", "region_id": "RegionOne"}], "type": "metering", "id": "708eb184d0fc45c8944eb837f2849762", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a0a056077f9346a598aba6a497c03c0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "be86ea72323547fea8a53706782f1513", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "232078987f3f449fb8402116973a97a3", "region_id": "RegionOne"}], "type": "telemetry", "id": "ba2df1626050401a8bce448a16b1eb00", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9dbe886d12414628a194d958aca5f1cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d5204151ca83428da93a81106ea1957c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b103866dd4564b668b57591f717fcee0", "region_id": "RegionOne"}], "type": "event", "id": "a2dc0faee5da42b5bd2633d84cac812b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b266b30d8b574719aba0c272958d8109", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b0df85ba99db42de8aa78b3954f71ea4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ce164cbca578405abd1dfddf90e4e00b", "region_id": "RegionOne"}], "type": "events", "id": "87d0fc90e6144578bd13fba944212a2c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "564f0fa09b544ebab7c0c368d54edf1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f9f655e97e8e4d089b18323e29bee998", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "42a16f004c8640dd9253c17309241ea0", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2192ab2ab5614df89201efdef4d32765", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5a1587311a6149e1b435f8c3b9d80ae4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bfbf7a9beb024620a2b6ca76443035ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b8ca843efab8428daa32df2153aaa4bc", "region_id": "RegionOne"}], "type": "application_deployment", "id": "462a7ad219e94fd59b216e79445427aa", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ef4a613b6a4a404380bfab2de9d56b74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "921602bf6f20463aab64af03a067b419", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1d7b6261b0b44bbeb90983a26933f1ab", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "142e1432fd67454d9b3f59a0b4e27bbc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0a29097e46134f7c8132cfa78cf579ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dac2b0ac0a564fc2bfdb13ad0c350bbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d00ba6c9095945ef8ef0df215f2073fb", "region_id": "RegionOne"}], "type": "tricircle", "id": "96fd8dd4ee154fb49854be99b11e0a0d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "eb0ec5f73060425e98087efdf9ccf60d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d8256a4ac8654f5093f837cf06100815", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1e35a5868262423cb0ef389d9f5b8b09", "region_id": "RegionOne"}], "type": "database", "id": "2d4ef5216bc04fe482f38e423c3c8154", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8724feb0995647f3acf4e2a05e575f57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "84039af6442345e8b727226ad877d035", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "77a5654439954a3185365f0162b65e67", "region_id": "RegionOne"}], "type": "application-container", "id": "9ce23ba19f3343c688af8bb7fd4769e6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9bb7eec3fc324681a76fd59559c132e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "85d8f7c3dc2c4724ad7e0848cbcfbdbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "65244edf9d3949baa5351f70a8daf89b", "region_id": "RegionOne"}], "type": "container", "id": "d506bdc7cdc94ab89951dbc4641f77e8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9d6cb44a257e4386a52e3b8249831d94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f49488734be849e99326a65d3a8c4f67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5c004778419c476bb65cadc83ff05c65", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "96acc95ae7f548fc9e1a4c2199332163", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7135887075f5485282c754289ad1034b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a77257913a78487dbbd20e6c60c21d82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8fca7a42fb4b41d29a8b00750a11aed7", "region_id": "RegionOne"}], "type": "rca", "id": "ec3aa79bd29c469c9b21d677a9dcde86", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8724b0a0693e442a83cb0bdf74fd1516", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "91ca8eaf41604cdbb008cc5742ea8f2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9f6342d977b04f6ea1e016b9611feb34", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "04d27ec7474547f3a9c353e6ce9d3049", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6b9e2e6fbe684b0ebeac7002483557fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e87206bf86af4e18ab5b6f54398c5df4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6256b4516296452a91d45227e11e5828", "region_id": "RegionOne"}], "type": "network", "id": "5f3283a919e9434d8dd14d0ef20f66c9", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f013fb2504c6442ab893513bf990043c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7c3689799bd54831902cfaed93ae7baa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "01c340ff42c945569ab179c69334f996", "region_id": "RegionOne"}], "type": "backup", "id": "6d54216654954b25b2b2c2f413965c28", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "54ed544e37764410ad3d8b99513771ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ed628cba6a474d1da2e3bb5a5451694e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "de8c277df0c442819fc441acbfa81a8d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c058995b0eab4c98ba678be4dfcb8f3d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "07cf2d70844e4475beeb1d9de1e11674", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cf5ecb3957b94e7589f7b7f21a20042c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e6ce9128fe8c416daca7a16e922e479f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "85eb22b08ffe445495afdcdde8c92d5d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6e9e383f146a4dd4b39c0e5c518f98ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b5d2b488ca214265a196631ddc45b773", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "95baf7bb29ee4e13be9ef5c598ec61c4", "region_id": "RegionOne"}], "type": "monitoring", "id": "9e1cd819a6014730a283fc7acca43d44", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "42919d7090d64cb9854c7bcb4105092a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d3039c735123407da1808502ec140099", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "fd6191ec599a41b98f8071ea4f08d1c1", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7ee363ba9f0c4abeb6f3d90dc6386bea", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1d38e88d51f54e38af04b805340466af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "68bc652e5ac2457ea47380adaa21923b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "413d474be4844f5088336368c456b925", "region_id": "RegionOne"}], "type": "placement", "id": "421a7bf2c196448daf3e66f28d7afbf2", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "242f8df11b7f4074b1298ba34e4a9ae6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fdd593065f954f0f99bda58d7db388e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5d6ec07de8e347b0b4f44b36ee4cd742", "region_id": "RegionOne"}], "type": "instance-ha", "id": "58a8c289d9f541fbba574526951d6fbb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "755ed5f0b0c94882af0e12c2d1b21a29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "049762cb8a6c4dbdabdf337e099598ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c3b65a3124af43e583bee9b4fa802a30", "region_id": "RegionOne"}], "type": "ha", "id": "fae188c0ad3e4cb7b8632573cc6572a8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2824852557734e26aae1a5c18b17c3e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1eff0f3479e84b8ea7c8f739041e3c59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f18ffad690be42af8f31341d1b5c1a48", "region_id": "RegionOne"}], "type": "reservation", "id": "e35540240dc24cbc924fe8f59a591280", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4b9f6b5608c04ed7b0b2b312b3006d80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "83be4edd90f44ebda1ff4bfe26f34d46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "306923f4cb4e46669a461a0562c44516", "region_id": "RegionOne"}], "type": "function-engine", "id": "705cad49572540d09115023e9d84e2d8", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "cbaa314de2604efeaf5c9da82579cb11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2179d41294f148879006b3051318907b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e92a7fd6f2a04570b8196c27a180bf24", "region_id": "RegionOne"}], "type": "accelerator", "id": "8c39498935544a439d2d91379d587f1f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e7e4f413fdd34277a9d6c1bc82238c97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a26f9dcb317646f482519f739388a14f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0e56835a19b94956a17c46f90c854f4e", "region_id": "RegionOne"}], "type": "admin-logic", "id": "697fde82be0d406ab88cc1d038c99cb8", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b7de4211d05f46a59324e22550a2dc22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7147397e55a14be8b6e2901e3e87e89c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "55e948392a6d44c0a8ce0305ff1991d9", "region_id": "RegionOne"}], "type": "registration", "id": "02f9cbc1ebc14c82a35b5bff49516f8f", "name": "adjutant"}], "user": {"domain": {"id": "01160e7192464d7192d1a4947e98727a", "name": "e8bfd22387204898a3a3aef1ee71758e"}, "id": "5f98b1b9a1cc4642af9a5eb0f26514f3", "name": "e50bf11156894a6da281231cdfaa8ebe"}, "audit_ids": ["a611a29059fd4f5ea1e9c0094014e10b", null], "issued_at": "2019-09-19T09:04:42.285652"}} 2019-09-19 09:06:42,592 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,600 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,603 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,606 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,611 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,613 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,616 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,620 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,623 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2019-09-19 09:06:42,627 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,631 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,633 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,636 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,641 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,643 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,646 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,650 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,652 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2019-09-19 09:06:42,656 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/dscp_marking_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,660 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,662 keystoneauth.session RESP BODY: {"dscp_marking_rule": {"dscp_mark": 32, "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3"}} 2019-09-19 09:06:42,665 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/dscp_marking_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"dscp_marking_rule": {"dscp_mark": 16}}' 2019-09-19 09:06:42,670 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,672 keystoneauth.session RESP BODY: {"dscp_marking_rule": {"dscp_mark": 16, "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3"}} {2} openstack.tests.unit.cloud.test_port.TestPort.test_search_ports_by_id [0.243494s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,516 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,521 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,524 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,528 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,547 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.440309+00:00", "project": {"domain": {"id": "22a1529721ce4d188f9f093b151302f7", "name": "e020f3ec768d4c809c8ab036ca323b9c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d154296ef3874de9a39c4aff4268202d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f29a098c541f442493ebfc6f964e1e8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3aa100512cd148efaabafd645e385968", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "3f5ebb8b37e64b7087aeb13b5b8e6dfc", "region_id": "RegionOne"}], "type": "identity", "id": "8c2e06a77be340f9b03e7d5e9de963d8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a1ebdfe0e0484ad1b0d4a28731f50c37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "87e23661a65f4d7694c303a6986d4a1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "134467940bac4ad1a4df17544e197e58", "region_id": "RegionOne"}], "type": "compute", "id": "d1f9313e63d5443db26a005457dc4c77", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a5fad6791f224518b4a0add4667cb7c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f8b65c59c7024f438d953ec566c722dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "9e4a78c7a6ed4a5a922d12f8548eeb55", "region_id": "RegionOne"}], "type": "image", "id": "6b0d8f2486a5447fb2b22066b40dd873", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c70aa24f297d404c823b47800d6457fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "dcb1a3864fb341499d17bfa353f1d45e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f5f6b533bf2a433daa20eb21611a39b6", "region_id": "RegionOne"}], "type": "load-balancer", "id": "21c4d41fbfce4c7288420db9f03d0c6d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6cfaccd5e8154599b39c5747bf93f4dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ae40228d7c3421eb9ee674fa8383785", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a41ba1dda72438a957a1177572f7603", "region_id": "RegionOne"}], "type": "object-store", "id": "449d604567624305b6f88d53caff47c5", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1a171a06bcf84ba193e3d0b55d72f041", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1bd57a18fe76475dbe2eb14dce1670a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "52fc7912da62489b82c4e022d3acd59c", "region_id": "RegionOne"}], "type": "clustering", "id": "4e3466197b624db18e72b8f3f61bb020", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4d38e1e38a5a4d749f1ac6cac9f231d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "641a6be724df48009f6e91605a077e4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2c4f309ef0d94f63afd6e57512d8b7ea", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "3aa1457ae2224c4caf643d6a96e263a4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "afbafc1bce8a45c1bcedf72563f5a37e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eafc0480a7504bffb582e894391bead1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "aacacef7bda641a3be6713774b194bd9", "region_id": "RegionOne"}], "type": "cluster", "id": "3f7a551f63fd470bb92ee6c6da7642ec", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "913563e2075a48468b7794a2f60af754", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a352431033354234b9c0b5b2e79af7ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "20b75517fc464bcaa543637589f34cff", "region_id": "RegionOne"}], "type": "data-processing", "id": "b5dbaf9f897a478f9e2e7151c7ce4f81", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fc25782ad2df4686b45fdbcb50b11b3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b40a6ee67e0f48afb441d8380c81614c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6dfa40e4a1be48d796b48fb669978211", "region_id": "RegionOne"}], "type": "baremetal", "id": "ad8915cb41cd4f53beb94e3f4c45fedd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a87a61d94b96402fa8b839013cf37f1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "02100a1c2662447b9c63586465c76953", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3f379d6148954734af592bd04b70206a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a9c126895aef4dc2b9fdd644c92553dc", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4a07db434aaa49078614bcc79d6cfa6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "70a43710aa9341a182c26801bc95af43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "01fea3c28ca94f268155a591061ee020", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ec334c37ecc84db8aab2bddba1d754c5", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3bfa99429db449c288c62ac9a130bdb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "73ddf65eb3d84078aed9d227a9ca9e4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d3bcbf246a024dca8199adb895897800", "region_id": "RegionOne"}], "type": "key-manager", "id": "d69be80a9052484b83dec92f29e6ff28", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dedc2466b06c487ca6ecc4d06edd1c33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6bd96d99870540b5a16c87775551c132", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5ecded654432414b8b78a943a806c060", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "aea60991572648c887dc947466766df1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "21d2646f92de42728402f0c288e8cc5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ea6a67dce2ae4ed2b271a5f35f2d1f4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d60e7459ac06498f9e8c1b6a26680b46", "region_id": "RegionOne"}], "type": "infra-optim", "id": "649ea0ef3ad44bebac1462c3614b413d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "73c4f33eb0c14bf48188fa0724877e67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ff49c0caee564123ac71095a3919b8c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "839dfc3f479e4dfbaaf5491b1990ea0e", "region_id": "RegionOne"}], "type": "message", "id": "fb04d8d9f59e4d8c827f6ac094ef0377", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "31a05bb4b1ac4a928df9af95843d45d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bb54420b5b7d466e91c1bb3725915141", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c997cc131c424239a4749c7097ba7e21", "region_id": "RegionOne"}], "type": "messaging", "id": "335feed40dd74d508110bf7346755e15", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "12153df15d304a23ae26f7b696bbaf83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8b0f005e8458497e9d4e68f47d36ee94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "32e567ae8f0d4a43a2d1d8aa9f2f4438", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c2d1be61a3504b43ae271f6874ddbd66", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b7e0f484e0c84328a8d6f01de9b97af4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "093e542d051042c4b2396119d2aaaea1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ad30edd36bb4607b91c3080cb42d0da", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "591522cae89b4b7ea8de4da6b48c133e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d30b53537aa64ce4ac97b039bf75aca2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "59ba53b2232340faade4e1db35c0205f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a3bd2b16b27e444e93e7aa92464700ee", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "900ec47327604f0aa3114a17e0dd42a5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5b811e0253e54ede944ed2c9296b95d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c69f7bc006d7404f8da2d861a3374e3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cf572bf45eee4b899f3d58b63d0e4e51", "region_id": "RegionOne"}], "type": "container-infra", "id": "15897841058d41da82e4f76d99f0a2df", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "86b44e0a08e144b3bbace555c082269f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "062a00a746bd443f905a05a8e26dacb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2ab0c18b1689483f947cf7c0c76a696f", "region_id": "RegionOne"}], "type": "search", "id": "17c439a90ff6499b92f8f28959c48047", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2e7bbc02ac394c3da750e44cbf345f77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c8d2b024127a4e988839d6e284fce683", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "53d87b6960c449849b68e565760336ac", "region_id": "RegionOne"}], "type": "dns", "id": "f30d40a368fd481093cc6d66be66cd2c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ed849531723f453ca054c7a6b66f6ca9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0103390bde474e58ab96a3665076d737", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e554595592034f61a89113454cbaae06", "region_id": "RegionOne"}], "type": "workflow", "id": "fda6e38d094a4f86b5ae85b7bafd4ca9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e357a48e6bcc43ceb3c12e027e185e9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2467763be4eb46748b68284a8e924fb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8466275d79f54066a57fb02258d4594d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7874f8f5402b4bec9bd4c1ec64c136e2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "04222db2bff94520ae034308cdfa6c6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4c5d55fb4d3b466e9175b59475314b1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4ed25c6955d74136a995aec90170ece7", "region_id": "RegionOne"}], "type": "rating", "id": "32be4ca08bf64952b06fc870cdb7643c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b210d0ce6d8a4434a8d9c6e2e5541ce3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8fbb9d653e65472d863f2bcdb7cf799e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "66a32381c4dd47ba9ad62ef687347dfe", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f6eb07766aa448eb9ff28e0adf0da687", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "24348340e77c4581aeadaf56801b4fea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a3889e29abf245a28a53e17ce4200970", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "06448bf07b6444fba191713f74b07aac", "region_id": "RegionOne"}], "type": "policy", "id": "8acc0c10ecbd4b199f198a0ee348f00b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "99692adf967c4da09299e8208b66c03f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "423b944cdea846e2800c5232a632ea7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "197f81ba9b3e45a2993a86ccad9b43f9", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8e27cc72f01a40deaf4113d05969abf6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4b95ec17882946bdb21c7dcc6b43c842", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6fe948bdc1b14d9fb191ed669e03320f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "07e928db48e448f38221f2c08b0ccded", "region_id": "RegionOne"}], "type": "sharev2", "id": "f58a20fe1b5a40b6b882134d95f8e23a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6ba27b739f0f4b4daaacd8c756e193e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7475447436ba42c8b0d2b7ec5d12835d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d4312250d59348a598a9d060d7b0e362", "region_id": "RegionOne"}], "type": "share", "id": "11330310f7e84aa185968e5ff4c448e4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ba468f396dec4bbcac5c2e7dc504a250", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "18766cb3e14f4575ae46caf428373d6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ccace94adb204401aeb517434cab1b1e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a914fad86b5c4b25be9daf8d82785924", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b8ac063af154cbd81b2f9a38f30b9d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d02d8cfdc1e47318a3eb517abcd7788", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3485a33bc81426abadb4305c4f41b8b", "region_id": "RegionOne"}], "type": "orchestration", "id": "f7c3634d70104ab4bad7347b9f5602ca", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce7a381471ed40e0ba1a532a2a6e97a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab717e634dd24338909fb6dffadb28d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6004b5948c0849079ec3af38c0c6ea10", "region_id": "RegionOne"}], "type": "block-storage", "id": "50bb37c4ebcc4b76ba2c5ac7adc8a12f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7e6a2db1ac4400285570fe66290e1a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b5535ee1903409dacf254816ed15d8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8dc5838f9f78432ea3652339f0d2df18", "region_id": "RegionOne"}], "type": "volumev3", "id": "96423482415342f39ec59897fc28d477", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52c6fbeea91e4647b2b0661ccbfab667", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "814d11377b184283a9e5f6f09e6ef122", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "810fb890259d410daf8ad15a6c5e6ff7", "region_id": "RegionOne"}], "type": "volumev2", "id": "d50553dcb6624b109db738c77f2db04a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07186d8da8264ef8b004a74f60413f18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f9ed5d48a184fcf9d690dc95c8f5936", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb6b589a1240433b8a34eddbd7acd55a", "region_id": "RegionOne"}], "type": "volume", "id": "0ddc99509de34cfb94d727e77902361e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d43ebd30bec4436bb22f300ecd8a3edb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8760f5883e7941b8a8b89065fc6abe14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "774e943254e144e08367334e56c56f5f", "region_id": "RegionOne"}], "type": "block-store", "id": "7a95e47bfe9d4d25adb34b7df2b42f7c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f0afb633a596499c96b549d53eb0bc22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "24cad923f05b4d0d982b0219d05cc7f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b1d2299c7dc2438581857819410f70aa", "region_id": "RegionOne"}], "type": "alarm", "id": "46ac801c25fe4d48b5d43cfafdd5dcf4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6cd69672ae6a424194b04ffa75819a9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1b3aefd2924140ebb40b460935385637", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8a8eda3fb4bd4b46894a80dae748b77a", "region_id": "RegionOne"}], "type": "alarming", "id": "5953061afa0c4358af9ee3181996ee86", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e8296601a89c4677b6923fe6e39e66a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "871f87e8dcb44e58b0f6baff832b59df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3d1a44dff87d413cbce71374bf13bfe7", "region_id": "RegionOne"}], "type": "meter", "id": "69d4d8d525004fb89689f6675766f213", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ea877f7e6c0144daae6dd7d5642c5c3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c87d92191af8475ba31929aff715658c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c3f41c23d4734a61bdd694fb9a5797e9", "region_id": "RegionOne"}], "type": "metering", "id": "a9a92ab49d8d4758a6920c0695a597ca", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d72971cf3ca94a0185a0eea1d2019174", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "01eb299f5fce424389de84a68d9cabc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "626627e5e588497a98ad0d361bc92d1d", "region_id": "RegionOne"}], "type": "telemetry", "id": "ebb7e213631f4decbafc84734560bb03", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1997b3c52a9e407f94c5ebd934caf5d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "30de56f8b22c461eaa53bfe40516c585", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "70b35f81a388427c913f81211c27c615", "region_id": "RegionOne"}], "type": "event", "id": "08308afecb3c43799e3e93aa0fcd0a9d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5824d1a1f65648eaa9a5345254e581ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "735c8da7cc9f48beb0effeef43df13ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "db7dd1cd4b914009a10b58517e064d14", "region_id": "RegionOne"}], "type": "events", "id": "2d354c87c3594661abe986d2b8f5f0b4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1fcf1270de1c42f08bae2ed343feed79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "465dacd0ef694998b76dbeb64128b486", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "87dcba93bd22404f8ebcb2283427eb74", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1867d22dbc534b18be576806812a5405", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9c437f956d07483e93f800e24a45ae7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1c25d232c2884f429ae5b4a1af19e942", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6f1193a2b932450396b44c89a983f223", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9d8b97c1259c4b1e877662508b66954e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0f30b29c7ced4ca99078927b5df2e09a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5e5f4d3c27934b848cfe21d86b4a2a40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ed255fe1443541eca62f1357318ea355", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "eb5698af504b4b058ec863f57288e798", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ff1b4bc31f914e84805b0a77d3966570", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "55a61ec85f4f4cb4b31c6e0d1731df56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "457f88acaeaf49b8b53b35cb5702435d", "region_id": "RegionOne"}], "type": "tricircle", "id": "0938c19f1e58488295a6f530562e4c56", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f4e581d0ddb847679fdfce4686f62e8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f350052debca472880b0cdc3042ca153", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ce99c8b42ae644adb4dbc5372067b4b1", "region_id": "RegionOne"}], "type": "database", "id": "7dae25b55a1248cab8e79b5ef3f34628", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "669df46dcfc84bd6846afa98b48fe017", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "af38b0b1315444cb9ed5d7ca61fdcf1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "75568c326e2244a3bea0fe8e6799fb6f", "region_id": "RegionOne"}], "type": "application-container", "id": "3af94a56d6ad46ca977fc7100d393110", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "52f3586cc20244fc985619b6e1942228", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ddf1c85621cf4e5fa1c9219e1d5eb7ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f32d011ef93545469ebc5ad8ea4fe276", "region_id": "RegionOne"}], "type": "container", "id": "5819eb37942e4dbea5e9659bcd09bd31", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6290b5a035754a1ababe9145934d6d86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "af41d99e42e4403ab4b14a4176f01ab3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a0157866d805463c95ba50000f3c9f8e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "fd719e3f37c64838b22af91ac595fbb0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4e045e06598f4effbb4cd99ca47e0652", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "651bb51626e140119fd726f008fae070", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6ad8bb69024b496e8c787c3ef8c4992b", "region_id": "RegionOne"}], "type": "rca", "id": "334c68f5b02645ef81a9c257e6a2e0b7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2ddb764bc50a46af84fb2eb602aa0c74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "392513925e4f480d9044d6b5db2072be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "15a36c15fa4d4a0385b7048a24697b4c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d781939cc7f24cd1b887b9d7fe67e8c5", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "b67bb1ce734f4e3fa6e65fafc4d7260d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e4928580d3d24da983e22a8107cbf203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "edb626321d4747b68806cdb3df6d41ab", "region_id": "RegionOne"}], "type": "network", "id": "c81e83549e96409e9ed5fb807ccab20f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "350fdfc01133435089aba6a595f678ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8c0f13037bac4dd7b1c169ede83236f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ccc678fb9be44e3098747f1e379e6133", "region_id": "RegionOne"}], "type": "backup", "id": "d1984a2f018c480697375dfbfb1903bc", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "91396a0257bd44919cc02008cb184e39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "161a987802124beea4d4d162c95302b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "db3978c4a0444370abfc94e95deff1d9", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b66caab43c314a8b9fae7c4b94e52c68", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "068241a0d9074434b2b7c52c27d821bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "88f107446d5042b89c8eaa7364566234", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d37d15cc449a42b09a2310bd52cd2b00", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f5b3ce3bacb04309a65cb8ffd5cd7092", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4c0e3aa0d2ae45adbdd6c43c0e41afa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ab58bbc542c041f0a4e352fd8935f824", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "83e25da1c73e48278f941405a7bd228b", "region_id": "RegionOne"}], "type": "monitoring", "id": "872c66d22372427eb413703b7a0970da", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "639f54711a91434bbffc4d7b9fa40b94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e1aaad261bce47229f963c679e59ba16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "fbc02784887c431182f294077d0a7d9e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c676404297d84969bc02250b05fda131", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "60f9e9f148e04d1b8e3904b8286b4fca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b45e217b80fc48359498a682d3e65ddf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5c75053d238f4514b35e7641f3c38d4a", "region_id": "RegionOne"}], "type": "placement", "id": "47e42f52429f410180d4d2a8ccb4e5ac", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "335223e85b8d44adb888c9e55a0aa370", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "90b9d796690f444a9361423a371ac923", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c0c1102d00554417a52a7c9400cb6818", "region_id": "RegionOne"}], "type": "instance-ha", "id": "365e030632574e1b88770ea7f04cfd78", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "03a84a95e357457cb3135b7b188190e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c6de80b147894c85988dec4f459acd69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9f0e239f807f4a289da55950a6a8bd7f", "region_id": "RegionOne"}], "type": "ha", "id": "49d88af237f841a6aa58257f7db78e86", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "adc0b5fb757c4291a959761146cffd90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7994e2baa6bf436785e19b7f5146ba9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d5e9253918b74ae78d42a80c51824660", "region_id": "RegionOne"}], "type": "reservation", "id": "e0174fba9502477c90674eb0d23cbaac", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e2815a9b0cae47aebfb44bbacfaa1aa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d77422cfaa674ffb92f0f05b04904dd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e058e538e914426dabb9c71410eb5a0a", "region_id": "RegionOne"}], "type": "function-engine", "id": "b2ca61e0286340d0a600e7d5d3f9a7d2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f65f4ac09c20462184663aa48e942759", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2adca11072574b878e1a7ae1345242ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "025c77a6f6e74c86b14aa8ca886f9ab8", "region_id": "RegionOne"}], "type": "accelerator", "id": "60f19895f9874b0aacd0605eda9a9967", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2b15822d68414d8e9fef5cc5f647af13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "549b1f64c5ff458e8f88eea3f0d3bebc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6c26a9cb585b4a8590239b946b59a8ca", "region_id": "RegionOne"}], "type": "admin-logic", "id": "965903e726344245a9d227e3a7dc5a4f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "157f2754baa04b03959ad6301528ea74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "130e1175ce244f3190928a03c351a1e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "07674ba7c8ad4dcd9899f0eab46cf1c0", "region_id": "RegionOne"}], "type": "registration", "id": "ba2edb0466b34cff98246bc7f8101ecf", "name": "adjutant"}], "user": {"domain": {"id": "3553f7bcc4474bc690f50b8c53ff574e", "name": "e6696679fc75405db9a8f2e5236298d3"}, "id": "c4e4b0749b3540fbb2266ef52db81ead", "name": "98dcfef052664f3d8ff5c522de829203"}, "audit_ids": ["440d21a66f9b46f9a9fc055dca0e0e83", null], "issued_at": "2019-09-19T09:04:42.440309"}} 2019-09-19 09:06:42,665 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,673 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,675 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "binding:host_id": "devstack", "name": "first-port", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "70c1db1f-b701-45bd-96e0-a313ee3430b3", "tenant_id": "", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_gateway", "mac_address": "fa:16:3e:58:42:ed", "id": "d80b1a3b-4fc1-49f3-952e-1e2ab7081d8b", "binding:profile": {}, "fixed_ips": [{"subnet_id": "008ba151-0b8c-4a67-98b5-0d2b87666062", "ip_address": "172.24.4.2"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}, {"status": "ACTIVE", "binding:host_id": "devstack", "name": "", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "f27aa545-cbdd-4907-b0c6-c9e8b039dcc2", "tenant_id": "d397de8a63f341818f198abb0966f6f3", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_interface", "mac_address": "fa:16:3e:bb:3c:e4", "id": "f71a6703-d6de-4be1-a91a-a570ede1d159", "binding:profile": {}, "fixed_ips": [{"subnet_id": "288bf4a1-51ba-43b6-9d0a-520e9005db17", "ip_address": "10.0.0.1"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}]} {31} openstack.tests.unit.cloud.test_port.TestPort.test_list_ports_exception [0.209022s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,613 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,618 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,621 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,625 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,644 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.553615+00:00", "project": {"domain": {"id": "e151e1d2f3b842bb8c331eeb659e8d92", "name": "b891091ec2ea408d878f16290a788e45"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0d6cc91bcf2c41dea20cb0e7f9684db4"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8885df76985646cd8ddd2003e4f047e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "bb2fae3743dd462f9166661f100237be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c721716261524cfab029e9b16a0232f3", "region_id": "RegionOne"}], "type": "identity", "id": "fd8f8f7fbc2b4938ab5f293d28713bb8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9e8884d556ef4c589be9c2823ac64fe6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "445cbcccd86e400da5612f460f6ef4c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8fcffce157ad44199fe191a3cb2b7410", "region_id": "RegionOne"}], "type": "compute", "id": "2faec00bef4a4b9ba0f551d0b0579eb6", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e7be9ffd331d40018661792f0ecf981f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "27e9a197eaa94e91a658e488e0505552", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "835b626396e4410fb24cda80d8e965f3", "region_id": "RegionOne"}], "type": "image", "id": "5b1bb0e792d34d72b924452157770406", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "299d0d919875453abe8d0abb31059e1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "23b239229e444bfa86f1191db0cea1e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "10196a7f7b3a4db5b8d195a5354e1870", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ba2044f127114910a624bac31c5e5cc4", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0889b42e28c48e595a76178e5c9144e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22af00989b894273ab1930b74b19e03d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b24720012ffd4c2fa197d0ddafb51129", "region_id": "RegionOne"}], "type": "object-store", "id": "1fe8a96e7700436187c03e0a51928fea", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c3116e8f4bcb4c18afbdc6ef161ce64d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "237c209710a84377859beb5fdda1c7e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "401292e1d61342d69a10d847bba2ab5f", "region_id": "RegionOne"}], "type": "clustering", "id": "14e3e623baff43e3b79a1ba67c4748cb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ee76053c65a449638d91aae61966b0b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5a90335720c445febe821d9706283a52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "236269943bb1425697562ab489bab025", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "824ca74d70484f9dbae29947969c7f0f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c92f140a216e4a91a02e563e8961ce28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c7a70db160034f4586dd2d6faa4f534e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7c822ef1d06049ed90ecb14fc398e8ee", "region_id": "RegionOne"}], "type": "cluster", "id": "94b88a9dd1f6481db0d5059d3739435c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "82fc6c614b044c7e8b2e0a92dca59609", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0c11319d357e404181bd8233264f387e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b9523657cb2f491cb1ab3345b1818d8e", "region_id": "RegionOne"}], "type": "data-processing", "id": "13b99f61fe5847b2ba8ca6c3c097228f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cee3e0cd06e84fcd89a4207b6bf3803b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4ba4f6fe3eaf4d7a8d6b245c5686fd02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "99f7fe0afb664be4867c984ff0b0b081", "region_id": "RegionOne"}], "type": "baremetal", "id": "852e6c64e803424998ce5e11444c6fca", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2a0ec62b1321411aa9aad3cf43d2f4d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "df6fcdd266fe44b39e226b11f7550de8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "209902b5667f4ad784c0da5ad8e9de17", "region_id": "RegionOne"}], "type": "bare-metal", "id": "39996025c85940df913daa133732ea17", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "402a1ac5deae455ba05cd4f1aad03f86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "989c3bd6c251468083a1f8e595aa4d4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "6fd75e1244d64b3a9ff70e74f74b1104", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e153fadf40954b2eb44ac822687ee8f2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "16477f7f8c664a9782b220b03495a929", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2d2bdb872c0e4a7c88ca533fea93ac74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "3f77b87ef15846a386e4b08dd8e4b934", "region_id": "RegionOne"}], "type": "key-manager", "id": "503f096f0fc04e7aa039054121d06765", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8f785b74426147fc9854c78b7089a895", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "129fffa333ae441ba437a690887e3b94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bccd193ddae4411e919ba034fb5ab1eb", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "330ce42b13874039897e6dc0a26e6442", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "abfc36839910464c9e30c328ef327156", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "daa9846bf4db48278c42a9450bc8eb97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "14fe1c5f58774cf180d0ef8e28c48bed", "region_id": "RegionOne"}], "type": "infra-optim", "id": "76095ac26c6043e892747243e88236de", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "aaa3fd261a6e4525bcddeefeef2e9510", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "41171f86a60b4e2c8284f3f91f040f88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cbbff4de25f64ed9a652c2988e47e0d8", "region_id": "RegionOne"}], "type": "message", "id": "ac35e0ce0a324c4dae8c44b1d81ccf04", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a1ad0625eefe4439b4936ec716136fa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "883de1ad0ef24735a09f64b2f458497c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1c3ab979e9284eb1adc80db844d2ce11", "region_id": "RegionOne"}], "type": "messaging", "id": "b7beff70f11e424c8af67d499fa727b1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f3b5d4ddc6d24eafad1834a83b60aafc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ca18bb84a46044e69afff8dd8c9ed6d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ad56774bdff6455d998e715a976f6297", "region_id": "RegionOne"}], "type": "application-catalog", "id": "558840f858e945eb803be1573abc0043", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4ecb410f22574b28a42c4f059b12ae32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "74f0d065e91d4dbd866928b8af7f9215", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1dd06f611d9f4161a64195442e4947c0", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6e0873c735554afeb3fdff47273b606f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1cbbd35dca5941e7aeab0c8a4ef4cbd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8856624609d14e11b0c2453735ff96f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "78cbd6db262a4f36a8b34dea197f37e5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "8ae15fb5d9144ec9bd38e07b3d580879", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c6f75a450567452597768513d03c06dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a5868f1020c64be1b0fc5180d69e45d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "28dffecb9a0641ef88cca248ccf06861", "region_id": "RegionOne"}], "type": "container-infra", "id": "e43c5eeb15df4dd9bfa23ef11f5b42c8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2f6dab38f2da4a52b6b5fb96283ccead", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "6507c7065c524487873729f67845b72f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "27a5e280e3a94b0fb35100c937c800a5", "region_id": "RegionOne"}], "type": "search", "id": "4cad32893bc34f04a3b64d2f7ae60808", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2574f5024e614c8dae9dfb50d5efb00c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "70c7b74f9b714d55b4800d4864d81d3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "da8a50fddf974a89bff551c212baea26", "region_id": "RegionOne"}], "type": "dns", "id": "d97966ee1c8f4073abf6f492a0c4aebf", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a8e1b2479801438d9b3a141f79e6c7c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ae9e4f2b88e040ac9669883a6278cd21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0ad0592a00f545f9beb8e72d26eb6a0f", "region_id": "RegionOne"}], "type": "workflow", "id": "61f9bd2a159f4195b92c14db3c071faa", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8cd6840898a84a4eb63a3c6e7bfc3e03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6f75d25a7da34c28b662dc398ffd97e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f45f921317274f01a959b8090afcb811", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6fed815f542d44ddacafa108d7142dd0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "be4a84619ec846ff82067dec956be689", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9418e3ee764e40909cdd99e9e2603292", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "cf2b1eacfc3a4231bd21007650e416a1", "region_id": "RegionOne"}], "type": "rating", "id": "92841a640ffe4c338d5d0447105cf886", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "006e895fe4154354b62dc350234b1c2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b51d1123b0c44deabd45cef01212dec1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e0d560531083490f920bd674a764f921", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6adf4293c81a4ad88bd9bd894fa87dc2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "226b74013fe74722a76741c3f8f58af6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5ee9c557270f43799daa34137a0d530c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "72b3574ae6f44f8d87ba09e39716a397", "region_id": "RegionOne"}], "type": "policy", "id": "86c54c6f579244e6bdf1fa9c46e56a0a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cde0db6d044445528a319603cf0ac36a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "02145d459e794f4cb5c8955256f24bb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7820f0f423d34b9b9efab133dd714670", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f8033a101b5e40ec968e4152aa41e576", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a909143da2864c4f911c63897ba7b572", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "85168d1367a145609964e002264cc17d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b1b968cef2a84da9b1c35e0277a705eb", "region_id": "RegionOne"}], "type": "sharev2", "id": "0cc3a099a2094646bc8c1302c1cae17a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8b798c584317402e9958a07c26df6e1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7a5b42af576444c58f65ec830689cb66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8f0f54de7bbe4df3ad958d6c70acc8d8", "region_id": "RegionOne"}], "type": "share", "id": "04783242909a411b890eac463d434510", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5d6704f4ec7540f7b420b6aa4a2ef407", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c5b057ae5692461a99d5f71d931351a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b9e9932457b14b18b65427fc3e78b248", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9db574a306be476085615c5cb088df21", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95722dc2261e4f75a48966417d2f9007", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8a250fc47fe4ff4a4415c0e9a9a0da6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3255380211544a5f9dae35af7041a5dd", "region_id": "RegionOne"}], "type": "orchestration", "id": "f16bc58564d64b359aac045f6067aea8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f250abca9e540a296bd22a85ff95024", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "069c7ebdf5784fc79d75a5a1d339b77c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d175f0d24424bd5a62ba58d79dc46fc", "region_id": "RegionOne"}], "type": "block-storage", "id": "69abe2b229574c61b703ff64c2592f64", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4bfdc5603e9e44cda5e0ef043671e8e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb9393dffc114a50941bd9518dd807ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d49ab1ba700404faa15ecbce7a93d94", "region_id": "RegionOne"}], "type": "volumev3", "id": "c924507393c54a08a661cf7a32f74e46", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f74dbc48e5844bb3b851c704a49e455f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "986c3ab4ca1648c6b95df36dfa140e48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cadbba13beeb41ef932f0b5c89ab2fb6", "region_id": "RegionOne"}], "type": "volumev2", "id": "33f7b324b60d4c79817b4d61ed818910", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "032b44fbb223443b8f08edb241ea4ede", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f6156c56a3b4fa38f58c79e1ff73be9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "291e317c3e2d408cbd6be44233c6a918", "region_id": "RegionOne"}], "type": "volume", "id": "3c8c6760569747a6926ac179c2cbe2e7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1578cf5c52448fca9f1aa8f3bc752c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6093a99b81324676a90e06b569d33203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7756c7fbbb384a869f57c353a1db62a4", "region_id": "RegionOne"}], "type": "block-store", "id": "024552fe072c487bbffe243d471a54c0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4e47fa2d026245f381e692ea9024a06f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ecb83e126ea448d1bc9025a4209ac8fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "338685a14d6f42aca3980db47d0890c4", "region_id": "RegionOne"}], "type": "alarm", "id": "db99c328f1724fe8b1e6f177239530fa", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1603e728331f408eadf380a222634d3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fa5fb7bdb4f848c8a6f5b78db8110310", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d6c5dea1bc86482f9ed67891555c0c2f", "region_id": "RegionOne"}], "type": "alarming", "id": "0bb7f69e4ac84696aa416eac9c32f18b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fb163d531dfd4f4d968865263e0b0303", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "067b4116e3224b8b8ade68d5aeccbfe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cc2cb806eed941e3bc534836b43eb62a", "region_id": "RegionOne"}], "type": "meter", "id": "fe859440a7a74693ba03c19651590bb9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "78033a0494fe4f98a8e9ea65c893b09a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e8f6e85bd5e54d988e948da8b206a5ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "566c39da283448aa93ba71f81c0d6287", "region_id": "RegionOne"}], "type": "metering", "id": "57c0521428b34f08bed07fd9ab8380b7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fa055fceb3924390a99b80ccfd53fbbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dc455b859a0b4bc8a2a4e76bf955df60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "38953a95cbfe49f19985fca5cc17a1f3", "region_id": "RegionOne"}], "type": "telemetry", "id": "151baa6177064ec5bb4c5d86275d7aab", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c19bbf72c31946329084287611fd2ea2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "64cc0ca6dcea49f6b8574905917b6e7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d50fbe7591f94382b3a11209fe10c84b", "region_id": "RegionOne"}], "type": "event", "id": "b35ac44c13b24796b0b1440a285102ba", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2e9df7ea85064c45bd8e78d5d026f8e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8a0ec55e67014fbf99c0ffe479f6a180", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3e502a30c8c643f592b758b5f9580974", "region_id": "RegionOne"}], "type": "events", "id": "e24302e349b64899b58360459801f5d1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "69447354b48747e59bad3d315fa65957", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "11a0f3ac151c4765bb27dd98e472f511", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a2a581a80e4b4a6da342a3f2dfbeec31", "region_id": "RegionOne"}], "type": "application-deployment", "id": "5d92827acb9d4ed8b3855904c3ef94ef", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "57c0518677fb42fa90a1b1b416c13b17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3e5105b9724f4f2da970e33f2c181b01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7d55697c1e1040aaaa98b13737e353f8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "021819854d624d66a984212fe8869fe8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "30c04656876c413bb0650401c9cf6466", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1482dd42b72642049a561cade4a9e983", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "640ddd0a473b4c59a5165365bad19630", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "19a837b8caeb4c9f9dc5e26d3f0bc8be", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1d0c3f9719954db587c8b31b71fdd5bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e034b5bd43794dd193b443e9787965c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0f23672e294a49c58d3e5ffb051c3c67", "region_id": "RegionOne"}], "type": "tricircle", "id": "74314bd2d0c64054a62816ab94f38b24", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5c8218e6ea294db8860f0988fe632a5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ab845905e7e243dd86cc4ab6d8695f54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3f13c2cc169e4b62a6497d2906816137", "region_id": "RegionOne"}], "type": "database", "id": "d8c322d0af3f47789c5a1ae6be3a3035", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e0d1240aefc34ea0878ef8d0fce19923", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "05bb9581f6474431991c3a0cb7caca61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "82434357d32a46ce99682f137b84b5a3", "region_id": "RegionOne"}], "type": "application-container", "id": "05806352882c457bb5a88034c91c3dbc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c12c91be65964c6882fd780255a7ea75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0bbae88aa9054a18b3a99c6607de6f54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7601c167455c4b9cbc1d2f4c060ce831", "region_id": "RegionOne"}], "type": "container", "id": "352d863cc6974d19a081e6eb5b0af335", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "93c435f543d84e7f864772e10188cdd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dec00f224b3a4c2cad416ebfaa99c379", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3615491714ff4c6fa8298f260a35aa7a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "27f7429eb450445b9820368b42980124", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "195ac59283744472a8f6b89f7e8901f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "adca44da4ef349e483a02fedce1dedeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "af5f197e14344cf4bf0374f4864ce1fe", "region_id": "RegionOne"}], "type": "rca", "id": "55afd2192b6e4d8ab254a14c6bb04e59", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3cdc3851e1ef4e1090a246309e5a827d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8b595a756e1d4f2ab6028bbcb8cec7b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "5be0bfec01bf46e7b560fc37178fc6d8", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "226f1cf4e18440e5a09cffbdb7648c90", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "16b0065cec8d449e97de0a6c1af8ff5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "6c713cecf51845e7a70ed39e92c270c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7bb52aa11264407bbf8525e64fa8ef23", "region_id": "RegionOne"}], "type": "network", "id": "f8aa07b9e46f49a9b8d4b1d1f7422b4c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "17b406dfa5b641f7b210cbb73f8ee594", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e633c73f6d7f4763b1d0f3ceed081101", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c57fd72e0ed74dfda5658ac1ef8449a2", "region_id": "RegionOne"}], "type": "backup", "id": "ebeec1eca4aa42ff986695773bcd5fd3", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "88bd00cd3670412fadb713788e7f1879", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8b11db052d3e47959bee7d9d2338bf09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "370661308c41407786e80b8609fdd765", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "50658ea8323b4d16a2e0f983cab1aa55", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2676228ee6564e5db1ea7c977875b177", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d3b8fd1a9aba4e3090d84332c5d552a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "cc4612d53d4f42928512fcb22feb1091", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "906411df36fe4251ba8bafc959819bc0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "852e3db99d2143189e7bc524904f667f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "51c183d97be345f4892f2df1700a0191", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f3a940cd7b6f4e89b06ebf01d48f99f6", "region_id": "RegionOne"}], "type": "monitoring", "id": "cd15bec518a24d9b861d12ce49498d20", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9a64217cf0214c92943e01125af58879", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cbb909f27a96478bac63694914333ea7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "9124dadf9fbb4d9fab18043bd7c436ba", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "148096c500ec4caca533b0185ab201a9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c22a884c84c84fcba85a537107e318be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3acb2494589d4ca5b79c24da609c5802", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "081954b9fe8648db9084946b8ac259cc", "region_id": "RegionOne"}], "type": "placement", "id": "b96a5a6627b74e08a654f0751e4369e3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2c15712402244aa89b13b79caacb451e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "66d207573e7d470a98963d79fc661f65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a33a39500ad94851b0e8cd536f4cb9d2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8a62a032e8224eeeab5e5d39fbcbcd1b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c87e3b5e63474238b0276102e68bd9c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "32597e938a794d9da905a44e4500e17e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "04d27edabc6d45a887e76cec762b1f39", "region_id": "RegionOne"}], "type": "ha", "id": "5b04c12c1beb428aa0a77e5bf1220524", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "81842d00646944a7bee79c5b6709413c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "494a4ea4d20a4458a21585fb16e5a334", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "246cfaab55bc48399a8e0b8da6ab194f", "region_id": "RegionOne"}], "type": "reservation", "id": "9b5220ff763d40698454ec878dce1e94", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f440b7c68c9f4388864cff0daea582e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "76e1e2a9107c43f5aa4d89519c73ef1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d1cb04645892409197e89fba10ca114a", "region_id": "RegionOne"}], "type": "function-engine", "id": "297f674b875744e9aa2335e1e59bfb8a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "789b82e6919d48b09fe3f7cacec057bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b394670b641f41a890f1bbc7adea45e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2b6e84e7c208416c8927a525f4ba95f8", "region_id": "RegionOne"}], "type": "accelerator", "id": "49fde5fa70a948bc9167796863e9a8b6", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f4aea9f4c4b0450f814a84d060626f39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9920ce0306dc471896afa08bb91b5bc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d1141ccccf614aefa971cb4905729c07", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f11adcd740fe495db41eb7f85cb3a046", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "42b8e739fad34736aec9059ed7427087", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c33eb8c720d34b7387f98131b2da9172", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2405a4da37204e41ae71de5a5fc96e55", "region_id": "RegionOne"}], "type": "registration", "id": "6aeaa76a2dad4bd9b56837e9ee3abb60", "name": "adjutant"}], "user": {"domain": {"id": "dc39940ed7fe48aeb8c8f84b3195015a", "name": "0a01c54611d1483482e036ec81ad9336"}, "id": "740cd1d232ec4c858a00cc035574e59e", "name": "3a1f0e7f70f64fab96c23a0885dd4d44"}, "audit_ids": ["c7e1c81885c14481880816f066d34550", null], "issued_at": "2019-09-19T09:04:42.553615"}} 2019-09-19 09:06:42,750 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,756 keystoneauth.session RESP: [500] content-type: application/json {27} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_policies [0.067665s] ... ok {21} openstack.tests.unit.cloud.test_object.TestObject.test_create_container_public [0.285766s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,576 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,581 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,584 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,587 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,599 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.514468+00:00", "project": {"domain": {"id": "f71c323c942a4fb9af337a48a26a2723", "name": "911fc2efa89e4f8fb0996f21a556d778"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1c7d7014b14245a5a5e1620215375d27"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5aa1f9b587a745c893dec1977df41070", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f7aa287434e742b2892de40ffa6b5d93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "72b42518084b4bc481a5fdbf88357a58", "region_id": "RegionOne"}], "type": "identity", "id": "a93e3bf11c324f31ba825c21c0d01e03", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "390b2432036c442aaea4cb7e5b2fe95a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8d1a4dea407e48469790b2053dc09297", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d96cf801c4f248a3a57bc849374c542c", "region_id": "RegionOne"}], "type": "compute", "id": "161a6c9019324fcc829d60806b5f5949", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "aa934c4f94d8490aa64a98c2381bc1a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "bb082af9139b4aecbb7f3847f598ba6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a3e2c4111ed24711a7947e26992c56ec", "region_id": "RegionOne"}], "type": "image", "id": "6524946235624711ae4731652731ff8a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f6a269a237534b6d90ab01b5013db001", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "acba8689c31b481aafc5af8d267c331f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "47527155cd57434884ea19ac7515bb49", "region_id": "RegionOne"}], "type": "load-balancer", "id": "9a7e010fd90d480e81b3380acfd4d734", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "138cd0e8301b4773bbac07af48dc4bf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be2fe1985499480b93ffcda274d940b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e513d7fcf2634ed6b7fa04987fd96f20", "region_id": "RegionOne"}], "type": "object-store", "id": "0d7d2e9068d042429e73551288d5df9a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1a643375241640acb58e94e4f12797e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "54f5e612868945f382fb86ec5bb7ea85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "89b3eb9b6a7b404baa28ab914027351d", "region_id": "RegionOne"}], "type": "clustering", "id": "e546721bbe3b4fe89346426eb36c3bf0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c20520db502b43c29e7a40e5a28180d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "da7977c441414bf0b9dd90b02ad1a1a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "96cb7dc697354f49878558eb6ba898af", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7d4c7b5615a648c98ae6eff969a4e5a1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a8c434cb15494977a84df53be08158b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "43582c7b6bad4ed2b1f6dc9802e0db53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f0f6efd86a134f22a7f43840a8d173a2", "region_id": "RegionOne"}], "type": "cluster", "id": "90e1f92d342b4eca9d83fbfae707246e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6d3927c3d256480caa67d73936860296", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7a59bb03e5c549a5a18d21f514fbcc9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "96f84cb9f6dd4d99b127e9ad24d7b80f", "region_id": "RegionOne"}], "type": "data-processing", "id": "1d5c42f933f94cba9ab047978857158e", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b556113bef4d4a1a8c012ca3afd43e68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "eb1bd0d3aed04898836925a4bafc878d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ddf62b376acc4ad896c3c6fb0eda2b28", "region_id": "RegionOne"}], "type": "baremetal", "id": "b7c0b2610e724ee3b4f39512e30a10a7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0ff5e9bcd624463f93dc61e52f4378f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3d6be37256f04bd68ea29afdf17cc5ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "85220abb421c4bdfaba8330d096acc38", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3c8c67992a1e4232a95180e4c517c83e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4737721231a74e138d02aa4cf58249d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3ce944a7572944c3b30bddbdeab18c08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "40d7abce6f6c445bbc91e2c7d8082cff", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6ff56ac320644cdfab328e2ba5e7d722", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8ec0f31bf45e473a8b7e3ba5f1e15317", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9690ac0d14304d53bd26412b340f048f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "36dae0cb4e154caaa6d1650ab68f3d6d", "region_id": "RegionOne"}], "type": "key-manager", "id": "dcbc90013a7545e0a9445bc809d93698", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e05e76e15ed54a83abd4a7279dab21ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ab26b9f336394dcd8d8c12fba09192fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8b8517237fda49bd98752066a7319f34", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "31e5ce61137248d987f6827df6fc7bde", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "92a763cae86b4ac6a5a19203be38023c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "931721fdd0304244870ed54939c23139", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "589130e3de0c4f1096463e2925556986", "region_id": "RegionOne"}], "type": "infra-optim", "id": "764f1f5ec4c143398a0ec110e6a8a6f2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "da9a0f0097b84373be6396a849d450aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c942f45bf3c047de8ba58594db2ba7b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c440f54c44fa43309e8aef1a37990e3d", "region_id": "RegionOne"}], "type": "message", "id": "09f0052671d44157aa5da417e5fb04b1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d08ef91af0314a719cc0712d2ba4718d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ca239a408da9490cb0f88561d02c917d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "035f26a143ec4a3db9ee79bb2fed2c78", "region_id": "RegionOne"}], "type": "messaging", "id": "1f5b82f5c394492bbb9624264bc321b8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "379a14ed8df34a1eae27d3a251566752", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e8d4320b3d2a40848dc03f97f43fb277", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "58a8460188a34c95af25bb846c862bd9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7f02b74b2dcc4caaa47f455ffc6cb0cc", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d6fe518dd47f42d7992cb585dbc6478c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a64688338df443a096913f82e8c2e304", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fac88dabccb04505b0d9097710c4b1ac", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "70fb532fdb104268986768e4a4c04048", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9b3ec4bb4b2a466485d1219244c222fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8230060e928d413aa8a883e9d9641b9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3227253bbb0c45e8bd7b0910009b2393", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c1a87b29439c421f934144af0d1fc4ec", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d8fb246f8ed94ade87b032448662736f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eb522f864d1341cb9d19fbc23bf9aecb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "32ca39b86889437996318a345ae888e5", "region_id": "RegionOne"}], "type": "container-infra", "id": "2847bd921d2e4ccfad370601a0e93304", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a17506f26aa748aa9e0b02ae0dc96c22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "0e645895d3f44bf09db6c0db439032c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "68de6a7719504138b23ad760f4fcce97", "region_id": "RegionOne"}], "type": "search", "id": "1ca6351720f4422fb95087c875954888", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5605b00d237c4cb68c5284ecadffa9c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8f16e1d6e30747cc87550b2e2965f96b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "0fa827acba2243468eecfe71f9fd02b5", "region_id": "RegionOne"}], "type": "dns", "id": "d983411008754171881c6f6001e1d547", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5482b8afe2d04277aec15f62d6dd069a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5092ce7c65a443f28b5cf218125fb9fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1ab4a141af5c41cf937c160333468ee0", "region_id": "RegionOne"}], "type": "workflow", "id": "8bcf88789eb146a99ec53c00d8543d83", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0c9f32c9c5af491fb70b24ad3d6a09c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eaa16894bc7d412babee83a13364453a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "463ef52351d242219ef42a1cef0309c6", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2536c9f5dfdb4edda75f2ef604fa095e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4287a4d4e9834505b2f3af373c06fe58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9b9b777a7f5f4471bd4ec04a2f5a3797", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c02d7413305e4c4aa7c12522debc3238", "region_id": "RegionOne"}], "type": "rating", "id": "addaec4c12be497abb02f2baab372157", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "664cdd9ec8f04046b59fadb7fd6e9744", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "04c056cb2e4041fe878cf43e65a6e8ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0b106cfb127d4be788f78236e6343ab0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "9c479cefcffb493680747f9e4f9270ab", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bc786cb8a9414168aecd9e82a35954e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4040cba90497484a94f543d20914fc42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2cf2ae90b0cb4a98b3658997fadd2b76", "region_id": "RegionOne"}], "type": "policy", "id": "82f800be58b547fe8a7fb0d9fdfa77ea", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "89583d23da014b92b1e10824af411090", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "032f8f53d67346c19322e827dc0acb0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2de2b6990a204acd935093bdd9c139a3", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d3f3ec5e875e44049f98e7d3a892df3a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9f6f1527f6ab44259f3452cc04cbe150", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a8d05b155897415e8836a5f4ff8a2bc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2c1b58533c1944ada03ee13d18b65314", "region_id": "RegionOne"}], "type": "sharev2", "id": "f32ada2b0b194656b80588d2678e8276", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "36f25d573060439d88af1d39bcc805e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "485e8bed3e194728be78fff4f7a2b6f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1260d6ea882e444899fdd12c6602e233", "region_id": "RegionOne"}], "type": "share", "id": "41ba8a68a8a24fb095645c7f14d26638", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "203c6943fcc74b74815b90137938e711", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c47f822a247c4b0fb04dae1faaf80e31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "23a86caf6531440aa76a04d6110195c5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8c80843dcf224dde9c89bd22f98e6437", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ad1ee4cc9ab4f6f94afae14cc78dd68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d12b5aa75234393a9543a50a2abcdd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f430d9225d94433a914748b5de3ada5b", "region_id": "RegionOne"}], "type": "orchestration", "id": "e4fc72e576184ecea327f36e3b01db9e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ebef9beaaf948739e0e82101cf9e3ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08136500329246b99b226e5c863f032c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b63b4894733a448a8c7f44bd5131e34d", "region_id": "RegionOne"}], "type": "block-storage", "id": "0a9589efb3784177b00a22707e50a707", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1b2e8f5eebf4af98635780f6f55f30c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3ed2332e2d9499386dfde34a3a06bd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d3fd2dbec8749288385f917d0f01fc6", "region_id": "RegionOne"}], "type": "volumev3", "id": "73475f4b5afc41bb9a40920b10ab9359", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56646324863546959c6e6ee38efee4ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82e3585af8404455abbb3b1770d9748c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68f4cc9b76524637b26433aac9d34780", "region_id": "RegionOne"}], "type": "volumev2", "id": "b59afb443834463896e21b6af181affe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f4a8ae455364b5e851ddc18c6f824bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23cc7a1e74d441f7bffc41aa5e489cf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6deca556ac8a4255af2ee6816b5c1060", "region_id": "RegionOne"}], "type": "volume", "id": "60c82150b06a44c09dae17ae9a095144", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf559b25f78a4897afd3465f65a30b8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4bf8ce8b52d14fd7aa1ec334a6afc394", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d3a566be27b4ddfaaf934b6a007ce00", "region_id": "RegionOne"}], "type": "block-store", "id": "48a2809dd5164e6081730f47fa09712c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d8b6892fa67d486791ec3097d7f872a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0e8466857982488d9c472dda279ba0d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "92e16849502c4696b7dc1c5668a70961", "region_id": "RegionOne"}], "type": "alarm", "id": "c4831f6073454a8ab128d89395f4c5fa", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c1bb6a104b52406fb2f4c7d89adab851", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9b9aa6eea7e6481faffde5f39b642241", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f7c4886402ef4b31b51994ac7a21014d", "region_id": "RegionOne"}], "type": "alarming", "id": "eff4a933a1e64af9bd665b6fdf05c25d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a6cc4be3e0a64504a50810112a8bc85c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f32408b9c5f94daeb6df473acbd2af0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "13f532d2f3b34c32b16e25ada746ef06", "region_id": "RegionOne"}], "type": "meter", "id": "0fc7d2d688584b9a8e319d9980b8bdf9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "19cea0d2070b47d0bba534d814e32d05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "638431faa7464eec9a2261609ce64bb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9ac833b728e748878f25ff086240369b", "region_id": "RegionOne"}], "type": "metering", "id": "3029b849cc0948bd8bae753f502e452b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "80dc9967b0f44bb2a102dd90c48b5ff7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b709d651c8374136b5c36a6376ecdcb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b14b2ac23a2346b783899102c4cc9360", "region_id": "RegionOne"}], "type": "telemetry", "id": "dd3cebff85394dd0ade169476fd896e3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4268e8cc5e70430cb18568d0d5073c58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "56183f02071a4588a512abf66db2633f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ef5cc86de1154a498c52b037a3eaaf14", "region_id": "RegionOne"}], "type": "event", "id": "1b41e2ad54cf448a96292a439fb9bf04", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "702044769fe44c20acf6e0eb24b04757", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bea0c07a170e4c7da8d0aff33dfef262", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4496b2a1d050404285b7a0c06f66c291", "region_id": "RegionOne"}], "type": "events", "id": "97404076ce7343f3800425e858b9400a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ede7918ed202413492327eee4c429589", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cef474b302594722a0af80f718b033ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2425d8fa34ea4a04bff00a163ca4531d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "632cc0474aea469cbb5f77a2c6df8cbc", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4cad552bf13b4221abae5890c90953a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "578b779a3eb84918b5f65c6bf8d1dc58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4409b88f7b1c47b8b4daf3a85b254e63", "region_id": "RegionOne"}], "type": "application_deployment", "id": "771742e937e346b89620838ced04e8b8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6c697007b8004eb0bd8d0aaed20466c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "51e9202dadba414d95122ad708258fb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0ffc34b3189d43048c8ea0fe674fc804", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "1633653392324eceb7d03a828e3b06a6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fb9b0c241e8d45199dc81e824beb715e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "01bb7a946cb94f4cbdd835b7d20f80b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a5a95115fa754822bd04a20067504488", "region_id": "RegionOne"}], "type": "tricircle", "id": "76e0d79ef0e049c2bed28d9ccf7de607", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5d8db2deb5464659abdb44f6f3cd5b41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "45a5467d36e544239a6b504939626b25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d6879498e9cf493e8172a05d9f1f30b0", "region_id": "RegionOne"}], "type": "database", "id": "1f896b4491c8409593082a18de3ed851", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3fc374e5b0b54293acb4ada7aeac3179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "030252b04a4346778a9236b72e8a288d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "24928363b996409ba9346b038400ab8b", "region_id": "RegionOne"}], "type": "application-container", "id": "c683152759cd4493bf340cbfe8401084", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9cb98e97582346f5a1e7988f736dd394", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bf8b77108f7a4ace8363b4962be9e8cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "dd2f8fef28964cfc8d4a37e1d2b286df", "region_id": "RegionOne"}], "type": "container", "id": "97c1f4abf4d6461ea99359d11f621d71", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b1d6f961e8004f3c89d186b95c1b84b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "759621d537b04a11b4fab34426221cf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "99397464fa0f490b9a1988dd114be5e7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6fc39c8a799942ae9b0cd7347a497366", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "48810d8ee12f4527badab603798632e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c39a0e89bc2044ab955b8a16e4b94fff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d3e87649231a4ad4a7145a85db3b951a", "region_id": "RegionOne"}], "type": "rca", "id": "114472f39f3143699c38cf5751a2e460", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "69d84a29967d4eb59408ca9320e3c545", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "33b7f413b53d4c3ead6aabaedfb6d9c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "bd8bbd6b3ff346f798005f2b744fe627", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "083bb60fe5bb429f86c9d7be5d74dae5", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a8e395f8b0f04df88323d019e07de63b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "41c2cfc1c2c34a04b0f3f9b7af88d3bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "26f402371d5f49b88b61581c43034aa9", "region_id": "RegionOne"}], "type": "network", "id": "82ee8baf32ee4a75ac94bd6dad28dd9c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "841eb40f037147cbb57f04af5e08ce42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "64d7d5bc3d584009890e20907e1950aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "987711c2776042f8a93cbae43ea78ab9", "region_id": "RegionOne"}], "type": "backup", "id": "53a560e968d54cc49f69e189ff80c761", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "96ac428a34ba499a9896945a6761da19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1cf292c8cb5f4b358610e905a29f79d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "de32636c1f7148e9a8c9dc48f738bb61", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0e6571c72d7c43c5a9a017343f86cd05", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "505fd99c078d4ea7a78a23c3d1d88c3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0125b10f31474cf8bda0c082390ebb58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8618ff2e67204cdf8cfd1f84f3ae51b2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9ddb6b818eed4438a99a65306ddfc48f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d191ba229f4244089c01f3f45be92821", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0e6ee58d08ff4cb48348c614f12af904", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b0f0524ec5ea489c89cd180fa9a88620", "region_id": "RegionOne"}], "type": "monitoring", "id": "0daf3dc547d04a19b2e5e87a6649c955", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0a7701c4a44b4c30a601fb0a2051c3be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "87e248d7de5a4f7db7d7dbcffe09ab10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8c00495c29864fb9b20260a802e0bffc", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9a911b80c9ff4e2bb0da33e38e522930", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "18ebaa4b95274b23a5bc5e77dabd5975", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a992e7ca986547169678f5f6f277832e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ff2c011e9dcd455c90e5062c1ad39389", "region_id": "RegionOne"}], "type": "placement", "id": "5553545771994e209cfbe76e136b5c32", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "00c4eb13034745159be374de857f5a11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7f708cacfafe44d892b5f4d922180ffe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d7a5eac0d385447396578a0be6aae033", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a3d8f1caf0ea437f8c2bde62c4d0a415", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "274f048f6a56479c97c3171978805999", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "eafbc6f3eb1045c1ad733d9148155025", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "922dd74f77524d99b6ecdf0af4471ddd", "region_id": "RegionOne"}], "type": "ha", "id": "0501fb0340564a0b840f13955a9172db", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e8b5e25f12f84d7186649bc33c6e3683", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8282be59b2004548bf382e3dceb8a29a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a878f71699724c1e8180754bb9bbc974", "region_id": "RegionOne"}], "type": "reservation", "id": "c789c0ce830e47879803a5066f715ac0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2ccf37fd7f004141a8d9849e2419d2de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e96dbb676a264b159599e1161f0b23ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2bd9672bd94f439386de3bc108713b02", "region_id": "RegionOne"}], "type": "function-engine", "id": "9b22b7f1f86d4b82a2b86db69caa87c5", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7b8a070dd6bc4d96b72230cfb5e71839", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7160d75aa1db4c0eaa1fcf16c5422f50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d40366d65a904f00b3d1cd43100b24cb", "region_id": "RegionOne"}], "type": "accelerator", "id": "47de063d00b948f3b367aa12f2475b02", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6f733b7393a14264850de5d0c2fce40a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d3add8a6e24c46179c512663841755a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f9bfb4102cca45e1bfedc54d818c7bf6", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3ea5b8ea3dbc4156882ad9592d2e11e0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c12bd3ca7cb64c348f9af76d37c0ff14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d540ada04718453aa3568d3e46004a0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d84408a880844091be055bfe8373c067", "region_id": "RegionOne"}], "type": "registration", "id": "f8e0a62bdaab41b1a74bfe44ce589112", "name": "adjutant"}], "user": {"domain": {"id": "5633c2cbdce84acfb2a3dc3e8f29c1ed", "name": "870afb18590a4b4fac7194abb4583645"}, "id": "73ca6021f6244bac9462ee3742a541f1", "name": "a5e38e8c5df142a3b5839717e6445bad"}, "audit_ids": ["1a274925bce24cecbbf870d124a86b16", null], "issued_at": "2019-09-19T09:04:42.514468"}} 2019-09-19 09:06:42,693 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_create_container_public-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,698 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:42,721 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_create_container_public-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,727 keystoneauth.session RESP: [201] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Fri, 16 Dec 2016 18:21:20 GMT 2019-09-19 09:06:42,729 keystoneauth.session RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-09-19 09:06:42,751 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_create_container_public-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-container-read: .r:*,.rlistings" 2019-09-19 09:06:42,758 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:42,782 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_create_container_public-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,789 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 0 Content-Type: text/plain; charset=utf-8 Date: Fri, 16 Dec 2016 18:29:05 GMT X-Container-Bytes-Used: 0 X-Container-Object-Count: 0 X-Storage-Policy: Policy-0 X-Timestamp: 1481912480.41664 X-Trans-Id: tx60ec128d9dbf44b9add68-0058543271dfw1 2019-09-19 09:06:42,793 keystoneauth.session RESP BODY: Omitted, Content-Type is set to text/plain; charset=utf-8. Only application/json responses have their bodies logged. {20} openstack.tests.unit.cloud.test_operator_noauth.TestOpenStackCloudOperatorNoAuthUnversioned.test_ironic_noauth_none_auth_type [0.179986s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,740 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,745 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,748 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,751 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,763 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.682428+00:00", "project": {"domain": {"id": "3c87aa96d4da4243a1238c0fc559ec0b", "name": "cb51151d8c7b416ea3d2690f570ec42f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a31015ea36284dc6888778326c00fbb8"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2b11e88d0cf848f2b9aeaa7c683231b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f6e291e9137644fa9e6310a1e2fe44db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "008abf10dcfa4bbabfe701e2b4165ea2", "region_id": "RegionOne"}], "type": "identity", "id": "d4c01b79aa34460d81b1d8de6a571088", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a499af09c7f741a384beb74df4f6c271", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "edd14c5200894ebfbe9809de56e0b240", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "1c43a56bc9a1453a944996a46720cb74", "region_id": "RegionOne"}], "type": "compute", "id": "401ca173b193491d81e5c06ad77cde6a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "65bc696d27b3401ea4d947df226b09a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b7190bd5086c46539ffa1f086a309b1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "50899f6c284a4d3a8bebe5c2cee98727", "region_id": "RegionOne"}], "type": "image", "id": "211a2866260043778c077d68a0b2dc70", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5d9a30294e1c4790abe002aba045f6ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3f9357929a77455789c626ae85105818", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "99652f801d2540d78966502d0f2b42da", "region_id": "RegionOne"}], "type": "load-balancer", "id": "cb863d753e41432d9f0f67e470091116", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d2b6d449a8474537bed1248b4fb8450c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "538cc9cf2b2649ed9572470c6c496d76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f31ed51bf6d460c8ee448d3f6d47faf", "region_id": "RegionOne"}], "type": "object-store", "id": "5412069cb1ea4b1580c585c96847644e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8a60c77ff16e42a7be66fb95cafecd8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cfdb253f6dda4ffc943b6cc4c353a3a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2298e14e6e3b40858ee6caaf09507e7f", "region_id": "RegionOne"}], "type": "clustering", "id": "888865790a634a9ab02e433fc444643a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1db0cdccf92849f89956a95eb87fb5de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "809f949c025a49daa32dc37133502825", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "85365f35a5364e69a844fda63d108596", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "74f0482618ef4a2d91825593495e011e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d05b0284e3a545b28caa2db6a25d221e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f4cf2aa3370c41d48e1ddad7f14ed078", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4e4f8443a8c640b38030aef7536f3e65", "region_id": "RegionOne"}], "type": "cluster", "id": "8873bd26cea04ba2bbe0023e35ae3ea9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a0b1e267449b4e0c9a5f91904ffa870f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cffc422a4d504059ad88e6e12023e33b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ef761da4afd34b73851747632ab85579", "region_id": "RegionOne"}], "type": "data-processing", "id": "258001e9f2374d239465dc0ea9a75248", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9e8ad7ce95994443bf635378355f5b0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4a36df23f132472f91f3904cff8bf55d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5d33c789252b45a2875c3d7c5fd0feae", "region_id": "RegionOne"}], "type": "baremetal", "id": "1e971fd21d3b4e99bc4e354ba3f8fcc8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "13ac2e88470345b5b74663f492cfc71e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9ca0c20bb6ed450d91c768e74af6527b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8e3b6ad9dc5b4d3592e0d248dbbe1270", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b92451dd78db49d0b4439ac0980d8f31", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "65fb5fe761644c4d87f76c87dd299538", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9654c2a2344a470a88d615ae79970887", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e9bf29ebd2ef4b0b8f4bfc86b3d823ef", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "82459fa7d4e143a181b8ce3dcb7e0303", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5855feb8ca7e4da2afd24320c773f6f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "61311ec7126d47ddb1d1855bcdf45346", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "83cce94975184749b31b3c2c50695d93", "region_id": "RegionOne"}], "type": "key-manager", "id": "cee3a358e8ad40b39a603e3c9ff990db", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "735f805093b94a3dae1f5a366a82c0a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8a779e0b3e8f4eef80d0d61dca83cd71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d226838320544cd3b26f7776b0ce4348", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a116743d1b7a4cc7886e624e902d8658", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bad48cdb13944ba1bd12cafa6849d32c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "de046d60445a42f3bccea7ef2bac15d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "05585f20b1e94f2db64fc98f51345ea8", "region_id": "RegionOne"}], "type": "infra-optim", "id": "968d8c5e467f408bb9213ae42c0afdd8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b1aad29add4c4e778769e6e5bfda3d3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "19f43798d99249fd9cd6a28fc4da8b00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "36656f989de0407c97958852715690c1", "region_id": "RegionOne"}], "type": "message", "id": "f57296b7608d47bb85a736f4587a3606", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "01232755621b49b3be1a444bea7be622", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bfecc9469fe042b3b7078a7068e916ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "819b3baa6fc948fc87f183486cb71515", "region_id": "RegionOne"}], "type": "messaging", "id": "fe6cb65470254fdca444a32cf8fccef3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b6035b6595db405db88c9b40dcc5d63c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0959711a6d114fa78efab8f52146f2da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c70d392c6ce54eb4b3cf19b3d233d442", "region_id": "RegionOne"}], "type": "application-catalog", "id": "703fd7a084944f4c8483ef651e2996ff", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0356d6f6ffeb4d1a8ec32c72a01bd03a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "138d80e531994ab9ad1d66264c403224", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "79e4d83fc09a4130a2262b66eaf2c927", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "9a8c5f5694f941669d9e309ff31a297c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d9a105b7bbf847b193cd1f368f0f3fe2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dfd9c09a9ee04d3f93cd8c8ee3811105", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2643719d7d9f452bb11c05dcf85c5cd0", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5097be98904b484f997bcc73cfbc4d1e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8e5904f24c1343b5b5e45299fc1030fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bd9a43a7c0a544e4968f2b70a8c22876", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bbb1e414ad6c4ad7b0e74d054dda37c7", "region_id": "RegionOne"}], "type": "container-infra", "id": "5b27406a5bb1448bbd362b421badbff8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "da7589b97e9c4fd3b5544dcadc9752dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "886121f7c4be4be48f0a18ac17f2e67d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "eda065db401847059ed31b32acd10cb9", "region_id": "RegionOne"}], "type": "search", "id": "0fb192650e254b0f84c3d7299202a726", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "42a5696434e845f092f9493f759f938d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a2e2a70144ad4f80b5d1fe086d3fbab4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e720d163f6374d539882a7e060fcb2f3", "region_id": "RegionOne"}], "type": "dns", "id": "b24e6263795c4ab882fbffbacd4c33d2", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a68719b64bc1435486e886c779fdbbf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1a1b4f21091f4bf1ad87aa8ac06059b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "17b2224c15c8469f88e9a602d3d9ddb6", "region_id": "RegionOne"}], "type": "workflow", "id": "16ce9d87339e460ab8d54031be505eef", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "79f72bb403fa46d8ac75f06ad2b956d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7ae39552cf7d40fda18b31bd42c92975", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5dd3173d03aa4541b0f466ea3320e7e6", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f5a12bb3bb5548c5b3e7362c915fae36", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "bd54d5230b1243508e45ef4398fb3b46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5a460ac7fa8f41c9a492183dd450f001", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c93e6c47c5554fc79817526197ca5a02", "region_id": "RegionOne"}], "type": "rating", "id": "92119c20eb814f7c9bf457e91fa8f817", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f88c31e3f4754d59be45f1fc29ef00bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c51bd77d3e704e6fb462b5949d95b6cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4b7bf00f1c6a43c096601d79dcc827bb", "region_id": "RegionOne"}], "type": "operator-policy", "id": "39a4d9e363fe4bd79c17a674cf688750", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7bf81a760ee74f40ab1ed13c2ae326e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9eca9db02d764a32a0a290eb58c87511", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f74cb04708534a3b920a04a219483e2a", "region_id": "RegionOne"}], "type": "policy", "id": "d795c59e877d4da382b041c09bcde603", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "94b6146174e8454eb1f968818b68d17f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "00055c571d974984831023fa977f67ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1ccb79ef43fc4f559ab90d1f6c14cfe8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "577cf2d7ff3745fb9ba3aaab657e6ad9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ee728440ee0e401a851cf228563a4ff5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3468d95e12d24e5f8009ad9be38768c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7dfe4e4ad1b74ee7867c8a362213d11e", "region_id": "RegionOne"}], "type": "sharev2", "id": "79f698701790462ea72cf7821d28f072", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "86f6090619fa4bda9447a643dd7cff25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cbe7cd6fbcb94f72a4bc36bf1c6896d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4fa1a67244314a4e98224f19ef134973", "region_id": "RegionOne"}], "type": "share", "id": "4f1189e7f02643a8ba52bd88c435209c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "25b5dcc06d364291b71add6ad0106945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8682df799ddd4cb2899eec4c61d897af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "369595c645d448c9819b810c54280523", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0c1f853cc70c49f88b30a5cda3f65453", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f0e630aab3843489976cbcf9d31bee7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c981286b9c3f4b0c9f97dcd1e98225c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1fd1e0143044479918408fd2bb3512d", "region_id": "RegionOne"}], "type": "orchestration", "id": "2ba4534f2fa940f9bd91a6ce257541e1", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9fe80afef144c6d88f1bff2c2c7c000", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7f6d4f8cc19423a8ea924ce36886995", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0bee24095c24810b1adb407e7bed7a4", "region_id": "RegionOne"}], "type": "block-storage", "id": "2af8a1aafd624619a25732d27638a8a7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "431258d5977a4c389bbd5375c5ccdff7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "870af538ef46441ca3d7d27cb24c8262", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1e159001d4d423499a02c057fa01d8a", "region_id": "RegionOne"}], "type": "volumev3", "id": "8fc9f13ae8e64c14b0fdf1fea2d69179", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d194bd9a67cc4aff9dc25a7701607a05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "136196afc5034a91a4e0f8a8ccd110e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0f1c1ae9b864b0b94e97de55dbf35a4", "region_id": "RegionOne"}], "type": "volumev2", "id": "f80496cd4485423cad339fbb1c2f5ba4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f381f7f5586b4b969f35e6e403b982ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "120cceff44cb4df483c7e09015b1233d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ab0dbdb81e7496d94892813fd81dc10", "region_id": "RegionOne"}], "type": "volume", "id": "9b6a5ab573d94e4894e382d4c89df902", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a425682a6c54705b478ac576d2de4aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "157de5be2444433bb75fe8e86afdd99c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92adbb4a33944042941cd024c3fb5e90", "region_id": "RegionOne"}], "type": "block-store", "id": "0fc4c30489284cc187eb5c3dfc604637", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b427dbf7738c4bc7a1cd8ebccbcf5eee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b1b213192dd24e799265014fb96063db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ddb80ae2a35748a388872c2fc517dd8c", "region_id": "RegionOne"}], "type": "alarm", "id": "7804110495bf45fe80a24bc7335e436b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "16bebf5c911a4402bd0728c703b3e6be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1c6f1d7a024d4a419c931e9af45bf746", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "31e3287ae42846e99358a1b9ab3de04c", "region_id": "RegionOne"}], "type": "alarming", "id": "967fa3357c3349f2aa6437706e4c1531", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1d010e5f16034200b3e615f9cbd9aff5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "559439c560b3415db5d68de537527cae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "16cec47f7f8c4904bd9f7080067a1d59", "region_id": "RegionOne"}], "type": "meter", "id": "1b8c544980bb4709ab8da2f040a6ac15", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a4e28f9d90d8448c8d7bf1a01eb42898", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bcfe81253bb044af8843af5eec85e2fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c1092be2cd934a69a76f4f29604162ce", "region_id": "RegionOne"}], "type": "metering", "id": "808c8e47c878492994d49e2c32836b6f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e558062e9d0140cd89f63b421e63659c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "696ca639fba8408cab3a8d59839fb67e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "749dfa1a7e614e81a28ef664e9ca19fa", "region_id": "RegionOne"}], "type": "telemetry", "id": "a803e46aeb854a9a8700f4a4ea947b09", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2fcc43f8198640939a688e580b2d4983", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "58bda13becb5403caf992055ea81b640", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "baf3798d0e0a473295b2133ad0525a53", "region_id": "RegionOne"}], "type": "event", "id": "2822698d3ea54a2d8ed575db185f6bfa", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5b28be81fb5045c79c490808ab55f7ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "74729fcd9b134334aa36fbd52e591947", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c8112bcbc7714fdfb7de2721b0940173", "region_id": "RegionOne"}], "type": "events", "id": "d94b065805054262a975694ec25f8fae", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bb63532612c64a1f8bc9f5e17c7bda7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "97cc159d2aa842849d8c5acd6057273c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "01a0edcefce2446f99864d019a7a428d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "6dae5117e2db468e803f92ac4dba215d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9cb9c6fff43a45d5ae962144449dd66c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "03be12fbc0f648439fd4ce28e2183a8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0702bfe40894445483e8b89cdae6ae64", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a3864d363f01484481f9c74f0d519259", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "920f3d5d488d454b9a7e2710c3a1e59d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3161bd18756b41859023dab740e41a6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0d994646a6c3400b828513b5ea7b84b9", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d78e3d9c1a7b47f48f15005cec16a923", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e1bb31b71b134091afeba82496f1608e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "73445ba956054aa7ada4f1c320d207e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fa53d9fd368c4a7d8c03082e995a975e", "region_id": "RegionOne"}], "type": "tricircle", "id": "be64be0db13e48b6844c6d214418474b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "924173642a4d4c61bb23b7e517e39140", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "fe2d2931ca9a43ecbd998171914ded48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "8ddfacb956b54c3ab6eecd2ab2ed65d2", "region_id": "RegionOne"}], "type": "database", "id": "4307233707a94b3ebb4335952a720a9a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "966f79cd7b6b4e59b240bc35c5a2c45e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e8284bbdf1564285b7aab57e0101245e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b9ae0c07f1d04ac184417688ac9115b2", "region_id": "RegionOne"}], "type": "application-container", "id": "f2e60d2ce7064de18061226d1008d242", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c7491163dff44a808eb5d19e56ec44ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2157ff865514467ebca0012af54d87fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a8258c101df8416989a08cd77c9b211c", "region_id": "RegionOne"}], "type": "container", "id": "a6d20c3df3b84ac6b20bf8f854d42329", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "690fc60603da4b179a6bfe0f08b2dda5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a45de7d6795b450dabb637bbf3e56df5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "20e864662d6c4430a3d7036f3ee31c91", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "3e172d0ff65940388b11074fcaba7692", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ca8aa0bef1d24a2b84d3d471fec0c376", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c8f3954f533249f38ce8c493712f8288", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b21530dda8914f90831a11d13624566a", "region_id": "RegionOne"}], "type": "rca", "id": "62bc9b9f760d4b3c822fca7211736377", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fbd268f805b745a096a84af94037697e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1a9654be89534057ba76624a1201c662", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "5e8f385d5fea4a0ca87505fb6bab1d4e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "75fac8b4a6a646579cd29f940ed969d8", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "62810e83f1784cebaa01a8fce7d43d91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "47eb962a38f445fdac8ab0653ee74d1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "99f77b4c4cea4b6b9f751e0718050ebc", "region_id": "RegionOne"}], "type": "network", "id": "82d4497ecbc34776ba0543e643bdccd0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "8e916f02f9fc45fea52c5e5245556503", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "fc0506002d374fe8a1fc5d2295c4e266", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c6599c9c2aab4c729214c284520f91a2", "region_id": "RegionOne"}], "type": "backup", "id": "4a347670d1fd45cca9e864b67b77d363", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0122145e09da433ca7b42df249998c1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1b4004b7cf8b4ab1b61b52ab1c555c74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5e2c56cd302b45129233db93d732cf99", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9072247440634338b8f9d7fde31c8b86", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a65c033ac585448997109bb3003f0aef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a412dfbb58894131bd5e842214298304", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7807f36894294e8983ed8e53c207a5f8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "7f12ce2881514a5d9eacc8e3d300de15", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9d0069cdee694b10b8916745466d56b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "362cb87eb8444bd6ba5172af86f24e2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "00d333b8f35148efb40326dfe1ae6c47", "region_id": "RegionOne"}], "type": "monitoring", "id": "3d1edd41256e4a6993f525de21797881", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f3917936c8614a5e8eea5092f629205e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "208727765b4c465abb6307501863711a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "355fbc2f78b24225b57d87a572950da0", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "60f7e861fb014d8ca5fe84730e50a694", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "bc45bfaf54f24b758b641275c9b44534", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "95c19210ffcd4c799012fa91f6d7d3bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "93a41671953540beb74f7c874d633d1d", "region_id": "RegionOne"}], "type": "placement", "id": "ebf8e3733e834f7fb7428c9755282d9f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "76f01626dd404f09adabeea65a573c91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7367bbb8940948baa96c89ba6528f3c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c89d8ba5f9ef49f39345014618b82116", "region_id": "RegionOne"}], "type": "instance-ha", "id": "0287f4230ff440aabb9d9b9733af167a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "949a2e9c1b834df18428259ef660f39e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "47e0968d54894b94943563bb0038971c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2718a599d5ec44e0912757ecc97692c7", "region_id": "RegionOne"}], "type": "ha", "id": "cd567e5137614af3bcc77b38772500bd", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "50e1b0d9bec7473c8b7afa4a50d4a79e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f3339a52620e409abc3a8f64dda687f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "fdaf38e124794b299bbaeacc8cf0abda", "region_id": "RegionOne"}], "type": "reservation", "id": "9acbd31620de427bb969b4f8633d5420", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "356312f673624ce0bb91fbd3f60cdf1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "352e00960d4c4c3b9484c2cb9ffd747e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c2efa4ec5d434141836dcc315d159179", "region_id": "RegionOne"}], "type": "function-engine", "id": "0ff08c5056e64ebfbd15326907f43d11", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8608a56731a84ef4bcb0b071b5151481", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3a1892b148be4102825c2a68fbe1721c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "658a5f9e01274693a524210206846524", "region_id": "RegionOne"}], "type": "accelerator", "id": "b1b35568cdef46329db75fa429a9b4ec", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c1f7295ee97a4a61a17dbf718332cf37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dc5af26543ff40019b5a1044eddc5de9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "568c92541bff4f9e9a1cbf96e6988f69", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c7e37ac8b8a84faa92f5268bbcc645ce", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6a3f2f8c40f84a73971d34335277e80d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f11916a0f3dd4f0f8382424d4c2ce6ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c19b2242b5534d89b860578b3045c6eb", "region_id": "RegionOne"}], "type": "registration", "id": "638dcad92afe4c9683f3575edbb2a166", "name": "adjutant"}], "user": {"domain": {"id": "4447a96fb55a4a51bffedc14345f8010", "name": "111c1880304a4d74918ee3f363ead195"}, "id": "5632bd9e7f3141708dfbbd7d69492c94", "name": "caacd5dd03784a04a095b6149b592edd"}, "audit_ids": ["04470bc856b3461d8d1a26f0019b3941", null], "issued_at": "2019-09-19T09:04:42.682428"}} 2019-09-19 09:06:42,820 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,825 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,828 keystoneauth.session RESP BODY: {"default_version": {"status": "CURRENT", "min_version": "1.1", "version": "1.46", "id": "v1", "links": [{"href": "https://baremetal.example.com/v1", "rel": "self"}]}, "description": "Ironic is an OpenStack project.", "name": "OpenStack Ironic API", "versions": [{"status": "CURRENT", "min_version": "1.1", "version": "1.46", "id": "v1", "links": [{"href": "https://baremetal.example.com/v1", "rel": "self"}]}]} 2019-09-19 09:06:42,837 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1 -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,842 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,845 keystoneauth.session RESP BODY: {"media_types": [{"base": "application/json", "type": "application/vnd.openstack.ironic.v1+json"}], "nodes": [{"href": "https://baremetal.example.com/v1/nodes/", "rel": "self"}, {"href": "https://baremetal.example.com/nodes/", "rel": "bookmark"}], "ports": [{"href": "https://baremetal.example.com/v1/ports/", "rel": "self"}, {"href": "https://baremetal.example.com/ports/", "rel": "bookmark"}], "links": [{"href": "https://baremetal.example.com/v1", "rel": "self"}], "id": "v1"} 2019-09-19 09:06:42,849 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0889381cd307077a62125d055221e3fe559c50f4690eb6c61ea6bbea6c1bf4be" 2019-09-19 09:06:42,853 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,856 keystoneauth.session RESP BODY: {"nodes": []} {22} openstack.tests.unit.cloud.test_port.TestPort.test_search_ports_not_found [0.214538s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,698 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,703 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,705 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,708 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,721 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.637417+00:00", "project": {"domain": {"id": "21b02dc4e73a459e8a8a175b58b62d37", "name": "f7fd67ddb0ad4e9f831ad3b078dc6495"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7f041eb8e2d6437a947e7cfd629f3dc9"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "da1bd2c830fe4956bacdaa003300b889", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8de515cd05de486287538d0660da6cef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ecdb84952e754342933e1d47c83e9f95", "region_id": "RegionOne"}], "type": "identity", "id": "fb564b15f5794f1fa312a77fae2b4676", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "dffaa91d44714f97a2967a055a2cbd2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f401924290df4c5c801548d2ebe80ffb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "947352fcc2044071841b64ed6b4064e3", "region_id": "RegionOne"}], "type": "compute", "id": "1b1502f28d8f4d948a5eb93fa053fb7c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c5c0e2700d19487f9aa77d1ef6dac541", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "78f641b80a6e448c9c4d33b8fd8c60e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "451d74662b3e4b66827684f181477956", "region_id": "RegionOne"}], "type": "image", "id": "2e1fc6b357f645cd9642c6d8a6f9e57e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "73de1e4e62894cbc9ed25d31336b8a7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c16bd5cce2f44267bba899f3989bdd1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0732e72f11bf4bdeb77bc7997cc18ef4", "region_id": "RegionOne"}], "type": "load-balancer", "id": "255bd70525aa4433a6b83aa06c3040b7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e691bc6cc5240379969d920021495de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27bbeef5047848e8a7b81a56a58d56df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87bfc241abe94e239c062c5ec72d77ce", "region_id": "RegionOne"}], "type": "object-store", "id": "fdf2d93ffd7746e58f279b90a92292bc", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "156797cc5bf3407eb5e502b5c4449662", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ac9c17b019dc48f3b9d1f5e99cc11cd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e2339d812d3544b8a0e7c9cd6018ca3c", "region_id": "RegionOne"}], "type": "clustering", "id": "e026616942ad4795aa0b9de446738381", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "57ed8b4d55804719a3fea9352ab2b0e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6de780c6cbc4404fa3a24ae1ec401eb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "55abefd22e084c1b812ea519688a87e4", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "23688a024f17415693fcdd1428a3a5ec", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "94a32bcd39df4429a4a37432070a3dd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a0b658a3066b45968d83dba6d8314ca7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "aeb232324ab7449db9ffa7bb6af2ee3c", "region_id": "RegionOne"}], "type": "cluster", "id": "cac2a223070149a892bfbb800a038657", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "838ff49db73540db8e11e9815a4db916", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "65664c03e1ce4b7db46052cca8bfe002", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8683815570c94c8eb772069c654a9335", "region_id": "RegionOne"}], "type": "data-processing", "id": "37c2154736604242aaf7b401616bf237", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "128c8ca911234132ba29959ac6ae9f99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d35c1d4126f14af192496614f2fd2274", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "88e7ec6b29fc4d3aaaeed19ef6895269", "region_id": "RegionOne"}], "type": "baremetal", "id": "9840c8f7b5d3419d89fc23ac35432f9c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7df946500bf64190bb12cb8b74675ad8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "01fe6b8f0d7544d8a4c8f2709b45f374", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4f7e416ca06d4c38940ca38c57b07e4a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "85ce3eceb13b484abeab0008cbd30409", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c755f2ba0d35495a8c9da7fe45ab69c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6b74428128b4476ebdb2f3d139d0a9a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5de7036bdec849b69fa5e5c677bdc05c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "3e6a02848f61470abe6e7f234952165a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2e5cb6c0c262412dbba3da30b8bec34d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5d2f5e49d30641d184699013f59a3338", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "30a255ea3ff14ff9aa33557cf6c632b8", "region_id": "RegionOne"}], "type": "key-manager", "id": "d6df189656a04052aaf5de89ca483693", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ddad46df51f546778b97e4cbb3796bcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "50c2827db9f24d2d9b34d335e1ec6efb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "964809ec9e5d4a1687e1d933f5f9abf7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2cb0265f65a94c29a38baf8bf0cfdb3f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "daefd8ea44a9451891fe2346a4e0ae03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4440085c1367444bb288be56147498ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fc7f481784d7470eb53609dc522ae82a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "95f563c37aa840bb8babbbac23e02893", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fb962d4a7a02454389198e78889bcc73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "86c8f6094ce949dc81319f40cfcf6a01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "99055673c4a64738a1698692ae51ff17", "region_id": "RegionOne"}], "type": "message", "id": "3afb724eb02d4ddb9af3f9132b1e69c8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "703e18c59c1f437186565e9a4e64a88e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "55f7e42acb9a4a03b88224b53e794c1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "48e7a614dbe248e9a59587cced4f717b", "region_id": "RegionOne"}], "type": "messaging", "id": "3ef58bda050d4f0dbec9fdca4ed323cc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5dab1dfe69764b59bdc86c13fb0e3577", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "33d9929cf9684ee3aa962111f2e816e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d05f6073af144dca841bc49b74d22e8e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "22a24e5f6a264fed946a1a8e9d5a2958", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "93b485e787e84c388655a0de4de1138a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8580130731234dc49f9940b853cc9845", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5eaad120750a44e3bb981f74572526d9", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e150e9c4e6cf474b8b16dd97aeb21810", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c551ce3b913477682429260e9b48783", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "771d11a9a87748d1b6718513227c64a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e37d4dd1264040e5a487d2edd79ef037", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4a1a4ce1bbfa43d1bf7f88f68ac7dbaa", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "407bb003015e48bdb4c11b1e45bab270", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "46c2f5e1c1254eb993271be7b5785942", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cd9a3dbca1e149129a4417d79b566f8e", "region_id": "RegionOne"}], "type": "container-infra", "id": "df1cb2c1d8194754819c08af376f04a3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0795090bf33a461fb43f066c11de5acc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f8c7eb1736754e87aac6d7e2b29d87d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4a5e915ffac24695b7acb5958d86ecdd", "region_id": "RegionOne"}], "type": "search", "id": "f2cdf952c2b54c7e950fe776553b1a2f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ec3d20b4440f4e7d9d962cafda764f4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "22cc72af8dad415795b8f64bdb80cb62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3fe537846df1432eb07179799e67ccd2", "region_id": "RegionOne"}], "type": "dns", "id": "a5ef43129eb04c54935a426513d4c608", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "38ed4f7adb3e42f4b7fd22c9e5f2151d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "895ce853aa3c474ea672d30f76d2f214", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7a07cb851a184c44b77fc265eb2e0a43", "region_id": "RegionOne"}], "type": "workflow", "id": "af590c1ae8874aa48af0246a2a93cf4d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5499e6be76c84c0b8507e6ea507c9b07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6f0eea2e0b6f4b06af15a1aa859970b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8068fa1e4b0b4ccaa05e3c7056ba9551", "region_id": "RegionOne"}], "type": "workflowv2", "id": "fc217509506e4f01b61334f8303ebc3f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b5bfc84896874d2ca478268cb75d8942", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6d387582d6634ff383089659753bf6a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a6def5f838bb49a7a5b588cea8f2c63e", "region_id": "RegionOne"}], "type": "rating", "id": "f2ed658926624b7489fb86e1af664f1b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "74a33a4df4af43c7ba731a7996d486c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c097e191e9c94b50ad216b6e6d9ccff3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7c69c500b0574a04a4da2bed90aa762d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "882ae7076b504bc4966255f032d44548", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e34030cfb7ed446cb63f91e8485f97b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "091b2e7132f1441887bf35a69d8dd5a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "82f69369394f47dc8f669460c4b498bb", "region_id": "RegionOne"}], "type": "policy", "id": "1de7ebc88884469badaef40d80571506", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "48fdfba454de4a0385e77370b431d08d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "584d4649056246c7b991770fc18404ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "652ba63b0dc946c9956f78382246f538", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "52a46191e177444895aad52b08b41ac2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "952a6e78dff640708732adf5488ef965", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1d30ab972d7444e9b94d5647d2abe885", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c00e36b9ac004e4cbe1d1f45a80f930d", "region_id": "RegionOne"}], "type": "sharev2", "id": "055707276ae0466cb947fd177ecbdea8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5a4c01358f9c4fd598aaf547ccd928e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "04036ee195ec496ea5240382b32e0cfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "36d40a2d63d949a883486580d467536e", "region_id": "RegionOne"}], "type": "share", "id": "c49cb692d03b448bb0dfc26bbc2e18a1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f7abcb34508541b6a9f9a425a753be81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "14ebdc4f7f5146ba8731d6b34974b274", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "32173239316a4bbaa7c1ddf97d709a8c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a54f3302396043a6a1ed0c9bc0eb084c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cb346865f5f4741a30e3df7cd116c13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6cb398f3c4c54f99bf566a8651dbac0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "966d2612bcb14d759bf59f17b9d8f16b", "region_id": "RegionOne"}], "type": "orchestration", "id": "3dfe6073b1504ba3a43d7e2508192d94", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "602fd9938fe4492ca18ec468f338b30b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1ff6661ad264be0a2e61ba131ccbde8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0bc49725f424152ad571f8b50310525", "region_id": "RegionOne"}], "type": "block-storage", "id": "d85cc35f7b874c0c9d3543db096c3ab9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be1c3db99763498da68df8cf4471a155", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b225d077a70049ec9d362d27faca2caf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4126bb0c6e834d6a9040437b8a93273d", "region_id": "RegionOne"}], "type": "volumev3", "id": "69f10082ada749f48b6fb78f1a1010ba", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2206f880604b4eb68ebac2e79b49c4bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ec1d1acfab1430983e23cffa33fd7ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c864a7137e641c5a91802eb6a70f272", "region_id": "RegionOne"}], "type": "volumev2", "id": "ed2e815a01764b8e86e70a654178d2f7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8279d76a754a428e976731bcf1b3e305", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34081171dae840b88d2672d426923025", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4eae2f7a8d854830b079c49c9a599302", "region_id": "RegionOne"}], "type": "volume", "id": "8627004aad894795a75d1d73f9d0acd9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9e4de3cd7cc421eab80ab080675f321", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c669e6d8fdfa420583564b41f1a669d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c66da50cddb451b91cf16de62e75140", "region_id": "RegionOne"}], "type": "block-store", "id": "8c1d287ad9724755ba02ca6f4e558e3b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4de3c29f6d594d16b4dffa998e2278f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c1e0193d68a74ec2bfb3bf81ec36a5cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "910c040f4eb140ebbfadf27799e4b644", "region_id": "RegionOne"}], "type": "alarm", "id": "fe7b0f8f92684e11ac01c692247fc90d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "32ae4777b050418a887e3a42053e88a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1535178293b34d0d9118447897f3ed3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bbde738c625b42a0bdc0056ff2873a8e", "region_id": "RegionOne"}], "type": "alarming", "id": "3bc8f2c40628470b8d9fcbdb54ec251c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "86f5de70c8f94007a3e7603c101b3bdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e51ae9cc107c451ca228bca3b8acff06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "39422afdb6de4911a584cb221538b37f", "region_id": "RegionOne"}], "type": "meter", "id": "875942fa5d6845c38c9cafaae1d2560b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f10e972976ba4c9bb96e8246de57f393", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f5a4174ee63d445e976cb9023f0db2ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5505e925b6ec42d89d289cc3a83db835", "region_id": "RegionOne"}], "type": "metering", "id": "5eb73fe70e9e4601a8301d2c7663ac6a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "94f9fd430dd94a1887ffaebec5ae5d87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f19393f2f6974b90931d62800bc528af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "001db0a5924b4fe7b4ae76c2dafcd98e", "region_id": "RegionOne"}], "type": "telemetry", "id": "ea5add07712a422b806cfb6d7d7e5321", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a6d6ff6cd15b4247a0fd5bc48f3bd2c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "81c4ffc400ac4ae6a37ea3d06f9ad90f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "262a6b5babb246c5855ebd80c13914cc", "region_id": "RegionOne"}], "type": "event", "id": "972ab83c74044d889d474ed55e995c3c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4ade7ad678954c568ba48a7e979c83ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "17850d4d1d7e44cd9ca73a1bf53a96f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "83ec4fd8142847ebb64534e5e3549f87", "region_id": "RegionOne"}], "type": "events", "id": "7bc6149a1511423595e006f93c7dcb07", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4302659e30964f8cbe45a1401b14643d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "110dc40ea4bc4c40bae3b4d00bdad621", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "df137ae4bd53420fb5aa28bdc645e66e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "dfe0998b3a5c430fb33b5466c0eb8c23", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "64f9fb987de545cca4ed45b7c1a880e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "db6bfd4f972a48679c73c0ebdbdb897a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7ca0e4896a134133bf502b50c4f59d12", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ab57473912184a74a58a544711db2470", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6e248ef75e374dc9b1d1a20f7472e9d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "baff94f5c84c4d978bbc2b690746bd54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bcfbbc8d9296417c97d7eb1d218d38e7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "e4e87e4394be44818c6e3c12c23a667b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "67cd5576e8844870848e9d10fa4f789b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5c6ff8a548a548409fee6cb2c22fae34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "eb53ca0e50554a22998a2f6dc31bd5a8", "region_id": "RegionOne"}], "type": "tricircle", "id": "35c5a86535a145c5bf3152e0fec9d2b3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "60abba3575eb41a5b403407efecfe683", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "27fc8ad48ff44f1a94696092e47607d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7ee216488311473e94d1c1dc675f1deb", "region_id": "RegionOne"}], "type": "database", "id": "daa0b9301f544761a45f9431bbabb018", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "28952685861945b5a47834654ba06b2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fd769b9cd5f2487481ce976d5a819b55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8689f62b2a1d4b57833db92ada0f29a6", "region_id": "RegionOne"}], "type": "application-container", "id": "fdf5d483fa374d72855260e9196f1f17", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a7575d5bd9994fb5aeef1f9bb7b64e70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a21f49957b1741f5bf8cc9717fcd2f67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0788726cb47044bdb0edde08581681ac", "region_id": "RegionOne"}], "type": "container", "id": "06498437f05149d7ba5527628eedca9e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "328a77ffc7b74f9aa3cc91a9d8a89e46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9ebd91013c9f45de8e2ba3ee365ca987", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "df3152ddb55c48b4bbf24cdca89d7fab", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f89bf6c9c45b40fcacdd72a3fbc343bd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3a220437fe8c417da1c446e8ce549f67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6f4ff074a71b4d2388b3ea6f185d5785", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "72a2e66e0e5b42909abf6c8458af514d", "region_id": "RegionOne"}], "type": "rca", "id": "e916279f631243528585c1365f862995", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "380cd69a13384a0c99362a933df9d1b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fe683f787f554c9b810e067f802eebf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a37705170c59431cbedb0a68741d10d9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4e0f06908ac94bbca08a34baeb8b39c0", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "28f4f3833012491b95221c2abdc2e0b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cd0d705b61684a3da09dd5e9d441df54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "066a2916c8364c4c80f1b586a16b0757", "region_id": "RegionOne"}], "type": "network", "id": "9612730ca62744289c2586d03131baf0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f1df31752a93434dbb437392d8a22584", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b28e6b5bc30c45938f14e069fe1a3033", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a4b71714b36f438a9d023870e0022e14", "region_id": "RegionOne"}], "type": "backup", "id": "1092713295f147b8be678b08c50b16d8", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3f1d77f842af43c898f8e5d7b0810d37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b573f1f03c1f47e9940ce1df9aa60668", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "18a8dbbf6a334355aee74f5f9d0db1ce", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "adcbf3e582da48d98111cb1f417c1a88", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2902a32f6a4446de9d7475ac9e68a06e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "23d05cbc940945e39a88dfa8c36291c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "553d0f7175634ee8ac3e6de31739dc8b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5be39546c6d34ce4ae047ae105b97ac4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "eec8cb8b49c944bbbb809903caf62aab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "40fddfc771d44487b710bceba90eb34d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c5aa1d50eac743e8bca1e36de3093ecc", "region_id": "RegionOne"}], "type": "monitoring", "id": "92a2f880c8e2495484ba446b75e0bac9", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9b5713783b464235adf073a723e3b2ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3894ca7f033d4d5d89341743d8dc4d5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b4aa3b26e2de4554b5f679866967c621", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "0fdeef3e2b01408e9683bfdbd8c660f4", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "062e08154e8442458dda304717fed734", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "dd5f9ba517e548219878d809dd8c4f6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8c796c876e0a40288030a816993cc72d", "region_id": "RegionOne"}], "type": "placement", "id": "d0224668326f4ba38f535b52fa32b9cb", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ca023ba967d849c6950e5d9ed0b6b473", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0ed3d1abdd554f0a843d444e3dd6aabb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8fd33a036393465ea8528b19cef45c3b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "863af8a0911047a2acc2016e86be1935", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0486e17bee4e457b85dc72e1e0255008", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d48a2ace90a846059737e4a2a55ac7d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f505ea6b029c43d589013f409205fecb", "region_id": "RegionOne"}], "type": "ha", "id": "f56ebb42aecb408ab5f13e28751a3bca", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "be65a6f250424c6a899369f919115907", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a79fd9a4159e47e0a2f4e3fbc1893e19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "eb091d6a8df54d82be8c32bc4816fc0f", "region_id": "RegionOne"}], "type": "reservation", "id": "cb489d4d78c846d4a8c610a8c6d268a7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ddab70f6f6824339b6e98d8d26ceb83e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5188ccb562984bf0be9c8f32c5812180", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "6df03b671f8045b69eef69788555140a", "region_id": "RegionOne"}], "type": "function-engine", "id": "4e52c7468e2e4cf392ff0993b30d19df", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c4f9f0de8c1549149d0f1e1da834a01d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "65986cd6d0214dff88007fec9214ac5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9832bae79ede450399e6d98d1c078dce", "region_id": "RegionOne"}], "type": "accelerator", "id": "0221b7ff466344e58ca571d2dbcb5af7", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8c185f790d524c8d934d4a1cf8788ad6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b4ca16bd6db246e9ac99e5db60ce0d07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f2fe09ea25e6493ebed372b9ecb95682", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ff5c943a95774bf8aecdc06ba54c7019", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0fbbf13598a1455590eb55fd2c24f449", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "79795d6c64fc4f7b9dd98d4e730a81d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "78eeb905d8ce443fa825bcd48ae9e523", "region_id": "RegionOne"}], "type": "registration", "id": "34d90a42eb4e43d5a9f61cab5a053469", "name": "adjutant"}], "user": {"domain": {"id": "63c2e788081d4084a9767cf085d50818", "name": "6f02636d9e87456594a54f8a0e5ef090"}, "id": "d535b4705a2f4f0f853550ceed88c269", "name": "d6a836d048094a7dad4b17b157c13864"}, "audit_ids": ["6733f9476fe04a219b73f490b1735b94", null], "issued_at": "2019-09-19T09:04:42.637417"}} 2019-09-19 09:06:42,833 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,839 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,842 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "binding:host_id": "devstack", "name": "first-port", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "70c1db1f-b701-45bd-96e0-a313ee3430b3", "tenant_id": "", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_gateway", "mac_address": "fa:16:3e:58:42:ed", "id": "d80b1a3b-4fc1-49f3-952e-1e2ab7081d8b", "binding:profile": {}, "fixed_ips": [{"subnet_id": "008ba151-0b8c-4a67-98b5-0d2b87666062", "ip_address": "172.24.4.2"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}, {"status": "ACTIVE", "binding:host_id": "devstack", "name": "", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "f27aa545-cbdd-4907-b0c6-c9e8b039dcc2", "tenant_id": "d397de8a63f341818f198abb0966f6f3", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_interface", "mac_address": "fa:16:3e:bb:3c:e4", "id": "f71a6703-d6de-4be1-a91a-a570ede1d159", "binding:profile": {}, "fixed_ips": [{"subnet_id": "288bf4a1-51ba-43b6-9d0a-520e9005db17", "ip_address": "10.0.0.1"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}]} {6} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_create_qos_policy_no_qos_default_extension [0.247087s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,589 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,592 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,593 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,595 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,604 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.527111+00:00", "project": {"domain": {"id": "659ab1cfe89341c596ebd3930f104353", "name": "632d5b60b69346dba85c174a085f83e9"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8a050d9e8bc240b487d6ebfbd714bf40"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "fe1a1bb5ebbc4314b2b6ada17920e271", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "41362ec3906d4bb9a79bf4af76cad50a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "b1326812beff4293a0776ce43f37303d", "region_id": "RegionOne"}], "type": "identity", "id": "ac395b652f2742e2a2aac5ebd4d1df6c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9b66a055af5a49adbd0774438a7e58b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "397291c561dc49e49d46ea871443045a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a17304b8dedc4bbeb2397f835ffe35b4", "region_id": "RegionOne"}], "type": "compute", "id": "3db4432f80d24eacb61d4959954a9d49", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e29e3365a4ba408cb871df5f1e235032", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "486cb6af441e407e85de8382a75cad80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "5582d953a5b240ab949ece4870ee42de", "region_id": "RegionOne"}], "type": "image", "id": "0351b153e99d4d2e9a5c07a061923c01", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fd5eab0ecf4d4769b0da13191ec77f07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3142ad5e6a204850bd8aae1787ba992d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a1e2b0f3bd94494f940bcb6d82ad75dd", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1605b662d94843db9f3a52b60d45e04a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8372671eca64e058ed5d7a3ff5f8c1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6af0c1e2e81a4fcd80a31d20dd57b8b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "240c363e745147cba074422f1f9fa40f", "region_id": "RegionOne"}], "type": "object-store", "id": "133c6a6ee5fb468f81bb163976d77cbd", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e1f63d4129304431836fc59f2900b211", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8545663f21484ae8b6f510af2dd46766", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2468a581934f41139aaa74b64a156dea", "region_id": "RegionOne"}], "type": "clustering", "id": "f60e81b35e404a61b2e3d3976b7900dd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5c8e2ef1577a47848716805491bf12b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "67051ee3984a40149ed9ec1482c43745", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e0d439f9ae67437186eab832787e1e31", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "af206766e58845afb09e9843fed1b33f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "72cd1818566d464abfefb8acdac7ed6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e68986c4633448218ff75691cb9827ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "14781c152ed0430f85194fb2fa7b1944", "region_id": "RegionOne"}], "type": "cluster", "id": "c5aa47e5f44242fe91a7032bbcda5341", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b074f7d3123c439dadb370b0cc2ec379", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fcfc86185fa04c66b774206bfd80f504", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "70ae0278e4504b18b7f037bff3a92c81", "region_id": "RegionOne"}], "type": "data-processing", "id": "73a84f062f8d45769b76757d56f530da", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "95744a934247408096cebc9794e4f3a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cb55ffdcc30d4bb1afa7f4ac4bc7a8da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "191ea38d680743c9b9de8be407af48e3", "region_id": "RegionOne"}], "type": "baremetal", "id": "dd69cdf7f42e415a8a8472459bf0f28c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a1f1bcf8ef174bc6b9a50bef3fb21520", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "080cfc55defe48c1890b9f0a0de5ab74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5f091618f25346188aee46a341623176", "region_id": "RegionOne"}], "type": "bare-metal", "id": "cad7a683cb974a85b4ecd12287d9f81a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4b38b2fb99e649c5bb824cad44dd09d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0bfef129118d4d7c9611b2f136dc28f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c8497786f832415ba3ce756ed8e2913a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d81798b60222451eac59bcad3904c24a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b22856a62ec64caa9eb1d945cfbbab0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3f02ba9d884b4760b6d89564d12ecf65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "339d9b2f7ae647658dff86abf687b4e1", "region_id": "RegionOne"}], "type": "key-manager", "id": "9daec8c8d0434950a5b636d248cd64fb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1f49ea6160074dc5a32c45acf813b213", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a00f71bd3ae0459f92faf249d57b9877", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "686f61355b184071baab5c17a30872ba", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "bc952f25017a424c8afe7265c3a7d1c4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6ff93a29cf884020965db2977a96f899", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cc70c30af4e347ce82f642a38fb2584d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fafa3e3aa15d43e1816c53f9d08a500b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "87dd9d99b91c4a68815e8095f2a29243", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2018dbf200b142ccaec8d98264d9843e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8c7b2f99b6d94290ad7a4b8a44f8ebf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "763c6eaa5f0c430e8bf8566cefaad39a", "region_id": "RegionOne"}], "type": "message", "id": "4eec3f1964f94bcc8afbc3eeeee7ded0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "76ebc9176b1a48f08c2ccc7e916b1dc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3657049ebd2c41d4ae3480e165c68fd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4cab1ea4c9a54b0caffa3584ce0b9903", "region_id": "RegionOne"}], "type": "messaging", "id": "80bff09426264d8db3a430a50e8fc1d8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "514f71660e274b38ba2229aab1a2d897", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "94617af3f7f94b21aa6e755d1ecabb18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2da187163e384776995c0df503b94588", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6bf0b14030fb4086a7c9ca7b7fc37bbb", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5357ba3c32704c8ba2c73f21cd924d84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6713ac023ad749be9e0facb0f5d10dce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1a1c58cbc5d24900a02db157d59c6276", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "47c12c5423c94560b08c63fcf56569bc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8af60a709c1d42548ba7507237a46126", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "598596963fbc466e8f1962a629c6531a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "df0024a32c034bcdb33b7f1d4f5af5b0", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "14a9a42f98874b5d8e64dadc39ccf925", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "321da6af37064e5a872e1ad9d7543e13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "25bccb00de584c94b6991fba5dc4c4c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9702a16350074b07b72a0cd2b032c356", "region_id": "RegionOne"}], "type": "container-infra", "id": "34e1dcb07db740b28420ca528014060d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4fbe549387324f20ae34b0977c5ebc77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "271ebce7e70b4f08976a739117395407", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "62b1b8961ebe40dcaadce2ff3dde1867", "region_id": "RegionOne"}], "type": "search", "id": "c1d486045f3c4ab9a7cf37d83ebbf357", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2fd49f4f69e84d1ba4ee9c73619691a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "808730ffc41e4c03904ca145561995f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c7fe1570e1924b4bbdca4485e68cdbf9", "region_id": "RegionOne"}], "type": "dns", "id": "5349b6d97a504c67b3d22668b908ad5e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7f4c109d31b341a18882d194e31ba5db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "57cd9c59679d4d82a05d521fec602470", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "42ab1b5d3a76477197eb56cff7914326", "region_id": "RegionOne"}], "type": "workflow", "id": "f092e88ccfa5475fa9e27514d3df95b6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "598a23b3b8e04648b2e55e79cb02ded6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e95cb0a07db74b1580ef30388e4b287d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d9eaea1ce28d4ac8882fabf58aeac64c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "330ac9fc83f645a59607241b10d0094a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "080a48f25cb64d1f9b78514576b965d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "eeb69225a5fb4c1f91c08acb7322b8ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3762f35d830f454a93b6a56b1304b185", "region_id": "RegionOne"}], "type": "rating", "id": "989ebe8bf7224de5b8366e0e63a3832c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1f6632524d9a448fa39be0e37ddbc556", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "777c64430fa2419fb91fb67b64aace15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "19d1ab9147034ed98b04b67520476eb2", "region_id": "RegionOne"}], "type": "operator-policy", "id": "32787d58be1c4a90b018dc081284ff23", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6f3fe3e74f9e483d9b32564bfb063886", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7bfacf9e7c444dbbb6e97ea8ca3342f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8cf89fa2ef42422db250b7e83d82ce0a", "region_id": "RegionOne"}], "type": "policy", "id": "63942d8585da4194b120273269d65b94", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e222c4bcc32445fc9f982ef6ee0e2ae4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b11681b51ec44b80b408fabaac4e7d89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ca8308d4347249a08c8cbe078c7a4d08", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "60a113d3f1a24f9194b92abd09f7da8c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0d3daaaea129474ca8ef4643a9b0b9d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d911f3e5a3334c33855d5c90594f0952", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6274c77388874d0b95f83aa41af064e9", "region_id": "RegionOne"}], "type": "sharev2", "id": "fdd8b7fecdc7422e88d2c439810f0033", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5dd90644c3e946e9a8f410a910f7fd1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "69338274b86f46d18330177e15bcf0d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3225458ac01e40c1a1363f978c6c7480", "region_id": "RegionOne"}], "type": "share", "id": "49313d3dd75d44a8b3d194fed5486788", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f3eedbc048e648518c82f21e54023722", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f5bd107db0794003aa2e8dd29d3a4b53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "dc57ee742b9c40ac846b97c7eab4d4da", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6726d285134a4a7c89a9e5b98ba93fd8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "851dc1b8d08b4d3abe21e3068aa1cfa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d239eee4039f46dbae8452478778a3ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f8c7be00f864e4eb302480b1d5470aa", "region_id": "RegionOne"}], "type": "orchestration", "id": "a49d2e735983470287f2a37a921612cb", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba4c40bbe41b41a0bc2d53e97827c31c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2dbbd6528554b5cbf9388a7937e7a06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94203a6efa624ef89b77b3ee304e6b01", "region_id": "RegionOne"}], "type": "block-storage", "id": "b695d154a5a44e8d88f2ba8bea50b24d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ca91730dd774173b25c4878a79167f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f647cfe872024676a588d6c2fd5ce21b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81c37f9679ef419baa76b923e2a44532", "region_id": "RegionOne"}], "type": "volumev3", "id": "0a23e980e3514ddc9c1db8938908f096", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "296cdba839374bfdbbdd5b56b6f510c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bedef05f0fbe4ce38f45f6932f75e351", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fcc582247eb44859af607dc3c3b0d9d", "region_id": "RegionOne"}], "type": "volumev2", "id": "fa2d5bb1410f43f49e72c197384656af", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3596b9de011401c86bc778ef4c4acc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7fab1c74e0d4450b36359ee370ebd69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ae6b5a4adea4ba8bd2caf119ed6d4f9", "region_id": "RegionOne"}], "type": "volume", "id": "7e1b1aadbd884441a34f62fb1ecb3df1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b92609b2edc748e680e435f6f9e88399", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fcf024eea5774e72ac26b0ff538b8a2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9968fcd4880146009b25f0349d2c0ab7", "region_id": "RegionOne"}], "type": "block-store", "id": "7da23d253fd84422836e09d1d010f10f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d4103a42c55a4d129587d8a87e9c177c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ce8cc51ab268489091a9c4093e2fd981", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cebd7d6ac450471689153ca76666cabe", "region_id": "RegionOne"}], "type": "alarm", "id": "af9a255d17bb4655bd1da01bf89b8bb2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8d0c7ad132514bef9945d288882d50be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1f1baf7647cf42c48305298ccf3167b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "afe89ef2667246a18916f9d4333fc9a4", "region_id": "RegionOne"}], "type": "alarming", "id": "963cd23cd979404c90f04e9bc0002dd9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a8529103b2da4f9bab8c8456b976ff54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "43fa3591e9ef4cd8a778c896aa9be27f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2dbe124a445941dda007b1ca15f782ce", "region_id": "RegionOne"}], "type": "meter", "id": "8a8fdf187c4b4381966a0daf9119fbab", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d3feb1ce3a6d4d7382be25383dfa7283", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d560a8b9b6b4490ab21e83b3eaf8219c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "db969c0a67f045baadf72a4bb0fc79dc", "region_id": "RegionOne"}], "type": "metering", "id": "e2c41f84be044631971f48469c05f07c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c8a5e2934db24f78a02faeea39a58295", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b89bffa0afb84d4d80d8b5409d988758", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a62d22d685e4459dbae9c8cc54556e4a", "region_id": "RegionOne"}], "type": "telemetry", "id": "1df2014a43c7435e917e6760d70ba9f5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f6423e08ebbb4f228d031af4ea4a6632", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0a8f0d72e1e94467ae1b0f2fb8ec00be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a35cb6bc055342dd93b81e053e0261ad", "region_id": "RegionOne"}], "type": "event", "id": "884063c59a02460da8a42a3a44737c5b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ab275a3332764c0ca11f5a5789b5f6ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "30f8e2ec414341c095442963cd16a3a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c194c14a45b94dd9a47de9dc0e055a40", "region_id": "RegionOne"}], "type": "events", "id": "1f42e810b8cc407d8ef47f3c9e038d1f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b585347e6e9b454abd2699df92fa9f08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6e596d28b994488ba1d8c12ad2e1af77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "28d89aee5cd04f4b81eaa60f6209cd8b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "db6e31c438884fc8b028b6e173a81c8f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "740d5419655d4a5b9dcc648a2d5a2332", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "01cad536181843cb890447465e7e8a1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2e6182dc9d6b40a18ba6afa659a1fe81", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a018d7f73d61472a8886be97cd3814e4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "024e0172276948669dcf80dd4d4012f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "94d2d01336494529a62fbb46e52e6f00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f987864d435a4e578e7400e96ca113bd", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "65c5bee0fee4475aa4c39c48c2f82b2a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "36c8b313b371439cb5c53f739a724d77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5e411f8d68ed440591215bcd033139ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f8657012510c4528baf2e5e71094806f", "region_id": "RegionOne"}], "type": "tricircle", "id": "b2754846d0ff41c194aa8321504f08cc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "88b97a2749f242cb95e04366e953980f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "21cb90d34c754b1aa0b206497c2aafa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "374cc2f155404a8884faa203670e22be", "region_id": "RegionOne"}], "type": "database", "id": "034ad3ab3eba4a3c8993fef62b9a81f9", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1bbb243b9b874f2aafd7fb0e7ab6f0a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "edd0c94a4e004a279095a1f06718bcb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "88226f38cb554cad9d83b683f7d05884", "region_id": "RegionOne"}], "type": "application-container", "id": "0d927c7bca304e7c8722707d630c5d69", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bae2c9b9362243818a0144aae4a33436", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "60d752b795d74abab9ea751506419b51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "994a85d894c9415a85cadd49823839c1", "region_id": "RegionOne"}], "type": "container", "id": "0116960872b64293a96d13a23226703f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "25103f0f3c0a4c1eb9e380cf64380e8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "776610f9e1b448ad8bad63fb29abcbd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "29ff642cf68e4b64bd196a18faffb352", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e1e045b8f03e475e84c4c6d64fae6814", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "39385fbf405746fb832332ff3c497f12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1947aee41b864823bc79fc954bfc5c93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "dcff57a5aeba4a308baf8b7891c7cb87", "region_id": "RegionOne"}], "type": "rca", "id": "ed6fa2d7b21d41e1963d83ec3e4b8730", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a0edcf23fab349348a6a290856b2ed32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "cbc75b4186fc4ba7ba904a104e85ca39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "2282fae9a51347d69ead606d1cfcbc60", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "32d8452238c84543a6b5df634a3769ba", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "95c65d6894d8407b9ebe270f8cfc319f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a55efdc733a34e3e9bf6dce7a045f0df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "bf3f20cc59d84af6b4b100804f3963ff", "region_id": "RegionOne"}], "type": "network", "id": "f07f3bfeeacb477fa68d986392d8c4d9", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6b7a97b2aac14583949597ce658517c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "65bb41267b594143bf44f8d024c09ad8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7f92042390624b3b94b976b2d53e6848", "region_id": "RegionOne"}], "type": "backup", "id": "444ee3d2c4a3484fa66c71a1d8d9afdf", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "62ba8c83ad03411dad14cdbbd32d2891", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "564a33b61c314d2eb8f6d67d46434118", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "31b3c38396ff4dbf9b7e826114541b9f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "615e48afe72145e9a0cd479db137cf69", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d496ab2fe27d4ceeb288f1cad5136f63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b299677303ec43c8aa7013cf3c59fd83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bf0cc05506b24563a11092cdc77aa564", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "22bacd478c8548c586f8f7eafcd1bf42", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7fe6092b96b44a63a20f0839bcb98424", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0bb5b2b8f96649d39196f84e6d8b6b1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9188ad6d98fe4d7e92ada0ffaca55476", "region_id": "RegionOne"}], "type": "monitoring", "id": "13f90d2b1b24426daeb6820d2cab9928", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d933a510b8134bbeb93e5c5f7a9ab6a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f43514afaeb9476b9e17e83681a3a0fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ab67b5da40cc4711b227b2bdee315dde", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3194d0eaf1d94fa28363ce1b3e027a76", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9288bb4a18a64153982b7dbf8938e815", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3e309e8283a74c20bc3c7c4d98900401", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "80ff40f652d04f5b9319060eaa5a0e9d", "region_id": "RegionOne"}], "type": "placement", "id": "147d4a6183d944649a1bf7e7a89f8232", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b27f18dbdfeb4fdba16bfb59e54cf635", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6d9c66612514440bb5a1b0224372abe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "88ce7645ac73462f8e17d54fe2a8451f", "region_id": "RegionOne"}], "type": "instance-ha", "id": "79a3b576c5d4426ca748defab57ad8aa", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0cea084caf9e480cab1a5b30b7c99936", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fd9943f53a5042d6900562b0376d2ede", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "44328192d87b45dbae1ab2244f998b42", "region_id": "RegionOne"}], "type": "ha", "id": "3eda3514f7ee4e80a9bf798ff40df536", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "74c09e30649041f198bfa943f50e86b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5f831a6748234ca2bdbaa7d30e28991d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "06fe50072546404086e3c87eb6123a0a", "region_id": "RegionOne"}], "type": "reservation", "id": "c37b9cfc8504491b80b95d52c88b16dc", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "40741cacb41d423faa20fe930a65e83c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "27dca3c595f34643b0978c33cd7ab0e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "82b3f0b4c7014aba80dab0f444231692", "region_id": "RegionOne"}], "type": "function-engine", "id": "d7d99cac293841f08ff0f99df56d7a34", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8d6b487fb378439db05c3d06cfe0e8a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c4befc374daf40ef8176d8d91c929dc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "89bff48078484ecd94311e26fd7cfa51", "region_id": "RegionOne"}], "type": "accelerator", "id": "c569ad57c5fc4379b8687c869be20248", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0472bcf9735e4437adde771c6dd90c49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "19d18476eb6a44a68a1de79f3e5fa5bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "994aadcfbcdd42509e98549ce43040ec", "region_id": "RegionOne"}], "type": "admin-logic", "id": "57b76fb44dfa421fbb390e8343fb557e", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e630e8d6950d4721a4d84bae0e2d4d0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1ee125103f6143a886797877002d3634", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4bd78610771e46faba59c545cbe07f2d", "region_id": "RegionOne"}], "type": "registration", "id": "076024a6537342fd94ce98dafd32a673", "name": "adjutant"}], "user": {"domain": {"id": "651df4d8651e475891953fc40394be59", "name": "1b33b1d727e741988dd63248ab741f7f"}, "id": "238055e50e3e4e7697cf5ddf5c50d9dc", "name": "08e4081b382647cf89178bcbccd71b80"}, "audit_ids": ["4b2a759156e146eb99174d46429a4fac", null], "issued_at": "2019-09-19T09:04:42.527111"}} 2019-09-19 09:06:42,725 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,733 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,736 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,742 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,749 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,752 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,756 openstack 'qos-default' extension is not available on target cloud 2019-09-19 09:06:42,759 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/qos/policies.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"policy": {"project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "name": "qos test policy"}}' 2019-09-19 09:06:42,764 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,767 keystoneauth.session RESP BODY: {"policy": {"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}} {16} openstack.tests.unit.cloud.test_operator_noauth.TestOpenStackCloudOperatorNoAuthUnversioned.test_ironic_noauth_auth_endpoint [0.222362s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,600 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,604 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,607 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,611 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,623 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.539288+00:00", "project": {"domain": {"id": "c83d2b652b8a49ffa7d925546c246fc7", "name": "a00a455e1b4049a8b2bc9707ba7348a4"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a3e99ac93d854912a7dc68dcd4ba002f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e5720ac7df314f34b1763d007e04eacc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4bc55a361c1c4b41a3bde5d4fc0adde4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "754a9966d40a43ac9d9ef2f6198d6044", "region_id": "RegionOne"}], "type": "identity", "id": "e13ab92d5b1c4bca909e4cde807379a6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d472b5a5e4be4fab868cd0882b9b6e71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "10a786815e19431f9d6f7a937de03f7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f6f323e6413045539bfd398e55d23cae", "region_id": "RegionOne"}], "type": "compute", "id": "53a77e3a26384ffbaf1b1ab91ff8152a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5fa8e4b28fa446ec924ef672358c64cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "efbfe2c9b89247588e86b38d94cbb8b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d998cc3e2a2e431f886f994f5e9911fa", "region_id": "RegionOne"}], "type": "image", "id": "18275bf1e4f24f1faff16d76a0a154c1", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b7de29e2dfbd494c8c4259d0c7a05dc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5d77f1ee070d47c696c61e084fcd282b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e3445b310f484e86a6cbf7ae24a58390", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b3c1a0ff3bbf495393045b4fd63fedc7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "024231a425b74ffaac88d9e9c419f775", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74a32d2a45fd4e1d868e76ae848e48bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e12ddc475254994860120dd5fa3515f", "region_id": "RegionOne"}], "type": "object-store", "id": "0d41ea69bb9a4040a96b39ede1cad094", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cad3d8f96c7f42e79f668d1ac38615e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "273fc233b33344e2a4da1f81649c34a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "66fa8823891f4d71b1ebba1fe5947b27", "region_id": "RegionOne"}], "type": "clustering", "id": "58f952ddc236406899aac03403d23008", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "97c28767c9ea459980c57c32269263d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8e26743bce4a4a109078690a85abdf92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "974d84d7272c431f9e9e30932a09c93a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "99cba9fe7ce844d0a517789d848fa4fe", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f071e612b8704760aa3b3fa426f7e805", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "13dbb359bd36432eb2af8415ff0d1745", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a146b0115d634fbaa2d844bb16815fee", "region_id": "RegionOne"}], "type": "cluster", "id": "c403ae702a464335aff382189c763e31", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0899ceb36dae49babdfa04768ebb7f0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "326db6ecfd6b462c874129b94c26040b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f4e46c21674a40a6a7c0fdea75458ee3", "region_id": "RegionOne"}], "type": "data-processing", "id": "ce25e3ba67c54252a8243d717911427a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "515e1aa76ffa4a24881a013a9608fffd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5d3742e4cb5c479999d304d2f5cc0924", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "eb50a719e83740289b42ec46c9f9eae8", "region_id": "RegionOne"}], "type": "baremetal", "id": "9b83006a18164fb2b27dee7b9145c321", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2a3452b0ca4048e1b5310a9d2cada3bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5e6f32d3e6e1485da3fd0139a39bce69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "df802e9c4b7c421388c6aece3f92e6a6", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b9a62bb3258a4668919e9b9a42bf5c72", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "966b5bff22294f2f84366d7308a945b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e41d0b2457fc4605b66e1965e86cc6bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "024958eb604b4d66a7ca622c4e59fb01", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "06187a1fc449473db9c786ea2ad82af8", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e44f6fc112604bfebc3788b1b1a925b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e4fadca73bc243bfb23ecfd16ecfe695", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8a7fd78ddab94ede979b9485985df517", "region_id": "RegionOne"}], "type": "key-manager", "id": "c802c5ca22204eca86e7f86f1dccdc95", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7cf2a780859d431b96705f3c9754799f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e2acd878bc8d403ab46c9a45b23098b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4a20d21bdcd544f4978b59b381ff07b3", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2a49a9b55df0462e9803769d7ee79530", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "69cf8f2843b64b578e44bb9da9c9f7b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "248af0c07be9448286197a89cd628ffa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "00b9a708bfd24148a3784f56569a716e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "35a6fdd25ee84edd86eb3a9004fb734e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6bc80707980b4a1c851f6027515d85bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "01b04d42164a40ddab628b94d0a3b1e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "750725cca68c426da44e7cedfea81930", "region_id": "RegionOne"}], "type": "message", "id": "27b2bbe49dbe4a948b1546c1d09b9703", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ca16a77d926e4a429c6aa1e69c671ee6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6078d90d1f42483aa0894135db33ed7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a21f271915de47fb8406382344944ad7", "region_id": "RegionOne"}], "type": "messaging", "id": "cf45472ff7934ebdb35e71752fae1938", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c55bae6ba770458abe534c2e0835f03d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "99d59b188f4142cbaf50fc341821a9b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3e6281984716492faa0ff6eb01ceec93", "region_id": "RegionOne"}], "type": "application-catalog", "id": "34eb4602cb494807abc4913b3fa39bc2", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "35cd5490db3746c7b6fe9ac986ac5372", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b9c97c598b3471f906ebe4a4ba6fab3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce58c619910b421ba2a04332507fd556", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8de94986bebc489c9e5db0e4828a5541", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "afa652908c9d4cacb19ace9b5ab1989e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "00c21f643f4c46cb8463205f1212dc69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f100548061df4847bf9741d0cd6d140e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "fc789d18a99147bebfc505b39c5fbcac", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "644df05afa6d497ba89783ecea63a17f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68af3a592fb8450698d3a6c54a096521", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "561f06bde4e9467dabe2b92beeb7d3b6", "region_id": "RegionOne"}], "type": "container-infra", "id": "2b118f249eeb45429a56a3b849bb062d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "eda7616c0e4d4dfba7893582ca11d0fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "623f0fdfd46742dbbaac04a7facb1d30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "7944466fc0de4b339d083bc43794724c", "region_id": "RegionOne"}], "type": "search", "id": "2b447808a0f54374bcc42721a5b1e547", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "fb127ca20c3a40518f5ccd75fd1d9b16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8b55f12e301b489a9da4fed3f02c2792", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "64daa01d540b4847b582beb9fb849c21", "region_id": "RegionOne"}], "type": "dns", "id": "03f268f562814445905e7fc3faa7883e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d4b59d1417d54aae82a52a5a239c7025", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "212acc71ffa743d9b3044f1b3bc6be58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bca7c5fa8a524d97991e25b37da29c4e", "region_id": "RegionOne"}], "type": "workflow", "id": "fd79c6d6e5f846329f7f870d3aaa0298", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8fefaeebe5184e0ea22fba7e070743ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cd39e9c5bb8e4782bdcad7f7f911efa8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5566398674c64f76a497d553c738356b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d226f4f3fe0b42429659301f2e77fe26", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4b7ab8818562481dac8cab5934aacb58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "699b830c299c4f17ad0a7f230a3ee391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e233bd87c39c4742a23db034db7de995", "region_id": "RegionOne"}], "type": "rating", "id": "d98c3cfadad44057b94224ac4647d5ce", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0fbbe04bbe2d4465b794719355991819", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7b0ddf7332cd4661aa258b29c8b695e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d6433042839343a9935b019d4d194625", "region_id": "RegionOne"}], "type": "operator-policy", "id": "06b0b9927ffa4ab391d42772b4030c44", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9b01c49379a94e51b1d3014faabcc9ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "af832ad6a384438e832801ace8635970", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5a5d3683441f4e53a109f6a8a0fcb9a2", "region_id": "RegionOne"}], "type": "policy", "id": "d0da9cd0d23d494b83f1e97a7f589fa2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c7859bd80add4813ab22e1a1415936a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5a5248027ca646818a4424bf7e2c92ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3348365c481e4e33be615e3e3c28efe9", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5412991daeeb41049752990f2035c9cb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7f0b60da141048ecb637e12dbd5e6a17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "47d10f9493bb4d68a7e3a02e8d7f0f65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "af8ab1da913e4d85aff116a62037d706", "region_id": "RegionOne"}], "type": "sharev2", "id": "3f40210e8b8c4d179868eab1ff0b59dc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "62554e3df4594d639ddf6a10b47b4f5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f2aaa4143f7945029beb644cb8ce9b87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "af7bd6b3f63a40e1ae30292684a2b128", "region_id": "RegionOne"}], "type": "share", "id": "7d0a5f100dc04af7bf058845a89a3416", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "921118a52c9542c0b13b16e3bb632968", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1434321007eb4e6182544b39f30f41cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d5f791dd90874d2ab7601750b535a7e6", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b1fc023775ce470ab766b465e98fb4aa", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b85644bf6fb64a92af46364de971af62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5aa033b8c5da4769a6c1987ceb4ce837", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd76034b0812453ab6453d1bc9743ef2", "region_id": "RegionOne"}], "type": "orchestration", "id": "6886115ea16a43dd966da060338d2ebd", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88180aa775924ac99f23135c6395d15b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e5740faea0d49ebbbe01b881946ae09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77168cf8b07249a7a3662dd959e49185", "region_id": "RegionOne"}], "type": "block-storage", "id": "ec3d6707676b4f81b96f98501a70b1cf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "037b039821f54f1ca9c8d5a5a39c9573", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0e31df611c04dc299cf7ebe8209072b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4cddae032af84c1ebee0c47c8938a704", "region_id": "RegionOne"}], "type": "volumev3", "id": "f60cf4ba9c764c0599350f54a3d8411b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "375b5a5834224b37a737515209ee860f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "930e9d2841d5492491cb0d863dea80a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b18aaf2a52b94434835c3e42768df15e", "region_id": "RegionOne"}], "type": "volumev2", "id": "e62c73a6cb75406da122abad5c7781d1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4b53fd1c9b24d45ab59c3638ef2a39d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de7f73ae504949c4b1e1e6c0218fe8dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c5d9d563f5c42c489bf627fec0f9109", "region_id": "RegionOne"}], "type": "volume", "id": "3e42ac0bbceb4d97b35ed10b12c7acf2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eca58885a7754c7a9d46d216902b1b79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e80de722d2a54c49962c1d95a852849a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad930f68477243bc877c10848e665480", "region_id": "RegionOne"}], "type": "block-store", "id": "21d505de52a7425da4fdb2391e1c8c57", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f1592c5479274232b82b91121274b1ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "32cda28b97fa44d7af5d62c5349bf1c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a46caa3083d24ad990338f4479008c3c", "region_id": "RegionOne"}], "type": "alarm", "id": "f4451ee3327e4cd1821e5b2966b2590b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4144dd91e22e4491bedad1a5927eaae4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f54b307b7e3944d2bf56493c042931ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b905d23262b440a3864ef8493a3b0b6d", "region_id": "RegionOne"}], "type": "alarming", "id": "95f59d049b3246babd2a74d62264fd90", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "48c1587c12c9468db01cb4595c2d55a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b147dc1821c84f0d828de1a2debd77ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cc95f42161f446c3b1f42f13e9d90e22", "region_id": "RegionOne"}], "type": "meter", "id": "34f87caac15b4c06a21c73b1eb93a6a4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0a9e3792a5894a1ea7d26acfd6e73b5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f15acb0c06024a79b2169a7df682c66f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e7e2d7918abe42ea839567c1e07450fb", "region_id": "RegionOne"}], "type": "metering", "id": "1506153f6b3b4c478bb290a16f358726", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "095a51ea06fa49aaa68ec227907b2776", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a7cb15a72a0045c8833c50638a6091c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7c78743fb410429cb9f5d34857d67337", "region_id": "RegionOne"}], "type": "telemetry", "id": "53bf67cf70e64dcda9fd67b515f5d87e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5effd8f8853e47d0a64d7e64d32d712a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "dc0852f8c7ba47df99aa80c1797177ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "17f5edbe14a944879d60d51d6f008d6c", "region_id": "RegionOne"}], "type": "event", "id": "c843c94ac1a14bb3b656ade7dec6f6cf", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f0f13bc90f764ebabac94f12d8a9da7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d9ae0d5712a54636985ff9eab4a06739", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "963998081f0e401ea5dcc741e2893c6b", "region_id": "RegionOne"}], "type": "events", "id": "eedd9315c12d43a49416a7325e94b2e6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d23c69bd3f7c4c4081b2e16e57c698fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8c343a7d04c04092be7d9395614a8cbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "14e0f513109c43558fd97cdf09aa4787", "region_id": "RegionOne"}], "type": "application-deployment", "id": "7bf3f26fb8914b79aa962662ef572b1d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0c037954f2444643aa9a63429ab2a2f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f33912f2648c4450a3f8cdd50d58a340", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a9d73bb9d02c40a9b203380e53c41043", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a85ddfe2bb934cb998e1fd7aa105023b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cd2fb2186051493885baa89e608f3cd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9ba07731376e48ddae4f40c215883dba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "baedbd0d06db46c99f8c07192f6b35b6", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6a14cfb88aaa4e8da195f9a9ead8da7d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "51bddb3de3004e8ea14fae3c368b57e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2fb011c8442d4b5f8a500af71cde99a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9309bac8232b495ba245ed889abc9c40", "region_id": "RegionOne"}], "type": "tricircle", "id": "960430f2b3d34efd8454566cf1aee472", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8974f5de645344f6a80854ec40ce7d8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e0cbdce929df4cd28b8bbc498ca9ac4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d3770e75c09c461f972b6b059fdcd905", "region_id": "RegionOne"}], "type": "database", "id": "e9f9b882c7fd4746bbf764a4ec87827d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2cca96fb8ca146a6bb872cacfac82a81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7b7fc771fcb745b29c094e07b1ee5881", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8ce76220421e4f459ac5e10975ca5bee", "region_id": "RegionOne"}], "type": "application-container", "id": "76f412949929491289ba1e137757a892", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0df07938e49848fcaf1e86b88fa688c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1942601a766e41d1a330a6b47e1aed2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cb0e314f40a6437cb0cd49f5491c093e", "region_id": "RegionOne"}], "type": "container", "id": "bc892ae45a4a4b59819e96ffa5d45fc1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9dbb4f73d6074ca99f3effcdae57c603", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "78a70ae0da69411b885869b21640b8a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "307b5b8ed20f439bb080dace5db26a06", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "48bb03ceb71540ecbe7f4eb7249d216f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "28de3e716e5b4bef9120753c712034e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "20e6142ed9fc4d4caa4e4004b2a7ff6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cfec0e5486664a3991d2444377224291", "region_id": "RegionOne"}], "type": "rca", "id": "96afe04b7e044592baaad50ae4431158", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "387d5e89a3a14cfd9dfa32c0335ed081", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8f42d3ee4dc74ccaad9fbad46d758b80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "24ee727d7f3f4396b25b1b89fa386506", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1a0537993c8c45ddb02aa8e37d5a41c9", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "efbbca60b2964a86813ba47efc820cfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "514dfb76a8d14d4da97bb16c678f9121", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "16613eee66bc4b09a827e21434015860", "region_id": "RegionOne"}], "type": "network", "id": "2525d24f88b14e8c903af64f9821d985", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "990874ece5444a3ca62f00f5a5aade4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "40d15fdde32b489fb8495c52178e0421", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f1daf99804034ce484dc2418a63a6c9d", "region_id": "RegionOne"}], "type": "backup", "id": "d913f0bebed7499f9c0b62fdea24d25c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "813a23c2e6e54da3a4587bddf02199dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "338e24cc4d5042e6a3e889a229e7bec9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4bfe7dc099db4e90948804912d579eeb", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "aaf12b6834b74be2b6a3f2d34fed295f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cadaf894b410407894e987ba6e6fec17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "87ebe8ca4f48427b8ffefc5e3365312d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "322cb287ff4546218113a87a8bccd56d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "08b174f5f86946ec8bc07ed57110b011", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "41a9e82358984514b8f635f9193322a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "420a852084c148e98029f27b2e7cef4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1e83518795844acfaece4ed449313911", "region_id": "RegionOne"}], "type": "monitoring", "id": "5ab823726b1c42ee875c065f4caf9047", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "14ec3ef0a3664dbeb0e498c926e87d60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a78a669dbcb84ea79f30113975026678", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5e85da8b6c074a2abadfc9e24a1ffa62", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2fab9d7daa5f436f88bbaf6b286a50a6", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b2ac9daac12143e499bb76b2f1ce35bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2f815172abeb4b18bb0359d2bb16ec1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4aba1ab61f324b828d58dc4a209c1f4f", "region_id": "RegionOne"}], "type": "placement", "id": "83d31afd939b4abeb251e36e934574ec", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e04b7910605f494592d3ecc16bf8d8e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "534dc96d02204726897525849fc0eacd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7a3982fd512b47debd2223f9b21b1b30", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4c3bc4c459c44687b1b71d86afa0671f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c8f2bfd1986f40ddbaf47d4e6b1d1f9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "099efd68af414c7ca31502cc9ea9ac0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9bf061db35d344c4b00794f6b76ebe61", "region_id": "RegionOne"}], "type": "ha", "id": "671e9b1d7ed04c0f9938967f6fce1178", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1b2700189c844e01b34a6d7fbd0c32c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7411cb301e0f435e914d51cae20ebc09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7df59731369540d1b8830ab6e0cef567", "region_id": "RegionOne"}], "type": "reservation", "id": "0bb49a6b47a84f00a2bfe2955b635c0f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3a483bd0cda34acfb012434cfa4851b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2486f5ca15ac413b9329070949e1d7d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "25daa33bcc36466991411de04d1fb972", "region_id": "RegionOne"}], "type": "function-engine", "id": "3f979cfa702a47fe89ac04fb0cec67c2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1954d289c8984c9f8c7d34481bd8e402", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5be2bdb15576471399f7c75b1aec40dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1b191a245d3a4d9ca297d5b70254359d", "region_id": "RegionOne"}], "type": "accelerator", "id": "0107ae14db374dae9bec020908b1d63a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "923962830dd54f0fbcb2e28ad5a1b763", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0ac33ae264c04de2b43bce44d95e16fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "62dc4e0818b74aecb8a8e51bb4db549e", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0a303c0b677c46fe9543c9af12ad0cac", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "64cdc154bbeb4f9b9c85fa624419c5d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5a317d47e6864c789290d364fcdb85e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1f618b8c64f74b9c99336c1793e8b907", "region_id": "RegionOne"}], "type": "registration", "id": "3d5592c7181548a2bbeadc59ead159a3", "name": "adjutant"}], "user": {"domain": {"id": "c65a878515ef45249ebbac8eedf4b7c4", "name": "bf8c4eb916d04209a963fc8b241f809b"}, "id": "121de08c6d8f4eea8f68f7fc98d0397c", "name": "eb7437b24e4442718985fcc0df3ae386"}, "audit_ids": ["cfd3d3738b214fb0bce293cd56dc7fe4", null], "issued_at": "2019-09-19T09:04:42.539288"}} 2019-09-19 09:06:42,692 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,712 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,715 keystoneauth.session RESP BODY: {"default_version": {"status": "CURRENT", "min_version": "1.1", "version": "1.46", "id": "v1", "links": [{"href": "https://baremetal.example.com/v1", "rel": "self"}]}, "description": "Ironic is an OpenStack project.", "name": "OpenStack Ironic API", "versions": [{"status": "CURRENT", "min_version": "1.1", "version": "1.46", "id": "v1", "links": [{"href": "https://baremetal.example.com/v1", "rel": "self"}]}]} 2019-09-19 09:06:42,726 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1 -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,731 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,733 keystoneauth.session RESP BODY: {"media_types": [{"base": "application/json", "type": "application/vnd.openstack.ironic.v1+json"}], "nodes": [{"href": "https://baremetal.example.com/v1/nodes/", "rel": "self"}, {"href": "https://baremetal.example.com/nodes/", "rel": "bookmark"}], "ports": [{"href": "https://baremetal.example.com/v1/ports/", "rel": "self"}, {"href": "https://baremetal.example.com/ports/", "rel": "bookmark"}], "links": [{"href": "https://baremetal.example.com/v1", "rel": "self"}], "id": "v1"} 2019-09-19 09:06:42,743 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0889381cd307077a62125d055221e3fe559c50f4690eb6c61ea6bbea6c1bf4be" 2019-09-19 09:06:42,748 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,750 keystoneauth.session RESP BODY: {"nodes": []} {24} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_rule_nova [0.209327s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,510 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,514 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,517 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,521 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,533 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.443536+00:00", "project": {"domain": {"id": "d6bece67d7fd4037a28584d67d2894ed", "name": "dd7f0b9f78df406594aeb995224ec2f5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "dd6eddf2771247c6a972025633be8eed"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4e71fa4f9e3042c9a1534d840ab4b660", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0021521b16854d00b898eb9306976a7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4e3fa2510ffa4df28e8142a6688fa032", "region_id": "RegionOne"}], "type": "identity", "id": "56e71fc0d1e94c2788915378cc197d08", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "39f7a7d34b0b46389d7a5d4e16d1bc30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e79f70516b864c96a573aae72c7d20c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "11c7d31987604bee9dbb9d2451ebe043", "region_id": "RegionOne"}], "type": "compute", "id": "bb632af2f7b2447586170a740c9babb9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "41e4bad5c0ca4e7ebd11f65c18473a97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1d8410ad7f2b46abb1084d2971d99a56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4fad23e78e00471c972f61e7bb6bea2b", "region_id": "RegionOne"}], "type": "image", "id": "e375f8a7699c4884a2ae77eef75af801", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7bb3ca95583b4de9b527b69a76c62dcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f30f6f2b1d674f3088e0f9d51a12b919", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f3a672da0be24f4ebbdeb5590d939be5", "region_id": "RegionOne"}], "type": "load-balancer", "id": "bc2046622b9147b3951251630513c167", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9b1c2b5083446159d318ea7ef072dd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07371bad30894a49a9d5f5f436e82565", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43ee5b98bc084d339a98e4dd089d928b", "region_id": "RegionOne"}], "type": "object-store", "id": "70d0c379d9154fa6ad0a15aedb780a3f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d37bd7addfe143568fac3e6235cc9fc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "444e5596410b43c7a6bad8f8e78bf356", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9299d7e1c1014f449a9408403717100c", "region_id": "RegionOne"}], "type": "clustering", "id": "c1aa277bbceb4d5d98be56dc7e0a3f7b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "275293b5bce946588e5071e9a742e8cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "222bcdd84d624c1aaa16f5c096a5d209", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "625ca8208d824e0295da9fbdc2cc7f40", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "3d9926b1508a4cfbbc7d1bba6c104d03", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dfed8a05884d41779fc13c7e0c066924", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3dfd26764074424b9467f31f24115b7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ef6f0803257b4f7592551698f021f3bf", "region_id": "RegionOne"}], "type": "cluster", "id": "802a36cc2ac4464a8c63b6e5de35f638", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6269b39982ad413296eb4b105e9792bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9ccc199c79cb49bd81ff6b7a4b7587c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "cfd362a3c2ee4df3ae845d1f41c274c2", "region_id": "RegionOne"}], "type": "data-processing", "id": "628991580d104f6abf4e134ced182df4", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9ba3967b58314f4c8e5c02b3b32a60e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c0fb70a90d6e4998904f5761f51cac4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "320f8efd9942451f88518fb0d5b0510b", "region_id": "RegionOne"}], "type": "baremetal", "id": "ded836732bdb4f14a326c3c735033f0d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3d9db26d075349e0ab1416b5a024e6e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0b70c9f90c7445aa9163510c734f1b41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "44d9ea805442451fba9d4f081f2d24fe", "region_id": "RegionOne"}], "type": "bare-metal", "id": "5a8d4324f9674b5594881edffdd6f537", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "405bddd5859a45c7819a01926dd4f4ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c41601edb3e84f089d6c4efb79921aea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "17a9b84fe8ae440a93a7b55025df1e1b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "3df5fe67ef0c455aa119a0110d5a78d1", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b1193c3f0d3d4ab9b1648ee1e7c7fcea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cba791a46bc54654ab86dcea51a60c10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7045e84db7c24802aca337d3583ecf00", "region_id": "RegionOne"}], "type": "key-manager", "id": "bfed0c4bb070428094026fa0e16875de", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4a9d714089fc4000982801952b137d90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c9069f6d0b6641e2b6e935cec75bf789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4f53d191dea74b9ab680e6ae7f4b7546", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c66951b6f09d43ea9d475acf33abb673", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f4003e7b34204e728e4af25ccb73e842", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "65effa16f7c346a8bc50e9c1f9f72f0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "664dc514fe8b4c21874701e082dae742", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e62d719534c84bb59903a116a52ef21c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ab3e4decd8c244d4ab005b890ce6f3da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "843eb5cecba141ad915f08cd77405aef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "91f7cc1041db47f995c733f473e4ad26", "region_id": "RegionOne"}], "type": "message", "id": "5f69845528bf423e82f787790c8b570e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f09af1d7de5744f6bf207c66a3af9f42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d13d41f5bdd142dab1d12affca4edb6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bedc74f96fb941ff9db08c54a07b5f43", "region_id": "RegionOne"}], "type": "messaging", "id": "4c7704bbaf1140fe816161eea782d6dc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "11956d7a60804bc99827dc36633852b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2ba2648f2faf4f309a29e265ca653a64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c099a5e8d0494b829a9afd951efc2bd6", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f2167b82803c4fc1bb7c1cc1e27d4a6a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "feb16813c12848b3a1c2b7c4f01e8d1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1716cbfcaa2e4df6930fa45221a61a05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "194d593cf9a44778bd91d3aa3fe60722", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b846cdfd89734db5b42f5221176f38ea", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a9441bd1623b4538ada7dc3b795e69af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b30013b0814d4cd7aebffcbc71502a95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2b32cca199f8426882a01bcab5b2b28e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "8a58952d35f346f5b289d7728364df56", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "786f87078425425990b079877ced88be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "774afbe573bc4eebb8efb932c4195d9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6119dc6d603d4bf6a3a774ab9f7406dd", "region_id": "RegionOne"}], "type": "container-infra", "id": "7047774df4dc439084d72837227ceafe", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2e620e7a7cd2456eb9f9f3f946f1efa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "25bfc368d31e43c3a6296331d984c7c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b9db5c5cb37548f18cd4cda4eecaca1e", "region_id": "RegionOne"}], "type": "search", "id": "a9bd3a3fbf774fc6939b83c69265fb04", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "30413c5917d149de88ad7f02c5fee4be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "31220bb3c7964a92b7b5b7cb33748877", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b0af5a8d1129416898be0fec63756374", "region_id": "RegionOne"}], "type": "dns", "id": "00f31febe7ed4c06b6c8bb14d2ebb94c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e18e669cc71049629f6742b94ac1065f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f049807ec4db4dd9aa6ff2d3c03be3c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "db5bf0ec707742f0b50d716d1ab7432f", "region_id": "RegionOne"}], "type": "workflow", "id": "a90fb90be3c349bfa47b19145f6d93ca", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0d7b2ff15f84416f96e640c4b1378a08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7e468f5268574da58565420e45b2be77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e66b6b992cb24b468a63386eeaaddff3", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9b1fc1fb0824471e8cc3c95f3d270493", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "939e0f69b1034f2fb53c58deeb1b7811", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b15c1a97899a40ffaf07cb8e62f95418", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e63107b4d0434e2d99229ec419af74ae", "region_id": "RegionOne"}], "type": "rating", "id": "f9bd31300b4049e6827dbf7cd8d258e9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e44803b83d4148a383b8662797b53ff5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6f4cabf2dac644749ba1f5b0f21bf578", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b4f6d474d6e847d9baafae69c0df5c5f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "84d1e8003bc34809982aaf513898622a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0dedd09a91344723859ca388d5f26c0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ee5196e56039431dba5f9bacc2601dcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "abd1f541ab5b4663992c64eb63ef7c10", "region_id": "RegionOne"}], "type": "policy", "id": "ba33311e391f42b796276a6c6747ea25", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3803badc9b3e4e159dc3d345ccf9b2dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "750a3fdfc5af477984fce171f07eec7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "49ae17bf5dab454394f3ec732f76f8fe", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "369d646db5c34b3a8ce04cf5fc1e738c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "711d69f7cde94ee1892953db340e6930", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a3882a3316ca402a943d2c0b7357743a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4a2ee38a3aaf45ee89ee34559a508de1", "region_id": "RegionOne"}], "type": "sharev2", "id": "c10fdef6d9c24c209e9aded65b4179d4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6327918f40e8475e900cb039bb68c106", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2fb34c7783324f1bb279318ad449ed3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "146673fdcf284ca19d67338c6f7705f7", "region_id": "RegionOne"}], "type": "share", "id": "1cae5f8b67e742529e5975d20c68cb86", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8d8f099cdec6463fb6eccd9fd3740bdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5252f6b0858b4fc4921f14fdd5394546", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ed4ecfd4af5547f9bf9e818505255f90", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4ddeaac71dcb49aea26ff04bda2a17d5", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d1fa3b60635488fb1bb4534f7612088", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ffafa28c2b94467952d7b8d703a1606", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c852bc1c41b845a895d120c8adc5385d", "region_id": "RegionOne"}], "type": "orchestration", "id": "ae946c39dba44ba9ad1ae976977e00ce", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b66a05e5a4ab4909b31564a43c529e09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52e9d66ffe164f909ab8e2c005fd06ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b58a23f9c0945d28123125839b66573", "region_id": "RegionOne"}], "type": "block-storage", "id": "4acccb07c64643fb9d2b81e04466b70b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcaa85910a7e4bf088de8d098a127e2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84301b2f681046e581e73ff742970809", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "228544e1e4624b9b9b18642273be1b6e", "region_id": "RegionOne"}], "type": "volumev3", "id": "3fea73616fbf40c193ea5589ecbecd4a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e13a07d110246de9cef31a71b8f0a42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae23b7e8d79a4d3baca5f1c63e638523", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dfa3fd3e3d1e4a8b85faf5a72272f422", "region_id": "RegionOne"}], "type": "volumev2", "id": "e3903d90ff3c4993a763f2e861c805dd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e53db4683c24c6ba8083b107bf18fa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "951665a833b147f8aa68753a75a7af98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af229b7bd8184c62830af2ac92797944", "region_id": "RegionOne"}], "type": "volume", "id": "1f05c1fe237546aeb0230aac69fc7c40", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da692c4391a1434eaabb419209334f1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b596b58f4b54f1c9625d3c76bc2d473", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c813f42d9a4c4ecf8591267537f2cc64", "region_id": "RegionOne"}], "type": "block-store", "id": "100bbece342c46a38a71b9081b342692", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "65adee1b13eb4baab476ed2c872e0783", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "da4b704140df478291fcc6ab8c0d8829", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "de3c044838994f6e9619df1789aa8439", "region_id": "RegionOne"}], "type": "alarm", "id": "480c35608d26494a941b8d7fac8d2a75", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "665967f76d484f00be33bee9d5b1f03d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "869f74b514db4923bafa8d42f6b6dd9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a7a7fba6c4394749940dda3e7a6d8e6e", "region_id": "RegionOne"}], "type": "alarming", "id": "44cad8b548e94a77b4d78c876ab76ee8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b4be51cb822f4c5ead98aac154d59ad6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "680ed29093624d25a6e976ffdcc91ef9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "12f5b180d6264e1db43dbbd2ee0db4bf", "region_id": "RegionOne"}], "type": "meter", "id": "e058b1ed60b9437a93c933a48fdd07c9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "32b41c47ecfb4cb88d12366cb7d6d0da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b1316e8575af48cc837d18a4183dae05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "45cc2ccf86cf4c169ae3231c10ed8c8c", "region_id": "RegionOne"}], "type": "metering", "id": "bbea00834072400188bf97711bbaa0f3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5bb52dd0cdca4cd297722bfcaad19606", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "92a22de8679a48e0ae13e9cdf9a5b85c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8cf258f666d541ef92212990dc137457", "region_id": "RegionOne"}], "type": "telemetry", "id": "71d738df3ede4dd2a9937dd9874e65b3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5386329be1924f7882864bac680cc1b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7f7490193bc24a98b139ad2c2b8246b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e2a904214b8f46b9aae2aa9638727296", "region_id": "RegionOne"}], "type": "event", "id": "787efbefdf934390b0287165c0b3793e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "668f8ae424b9402b9c508636c9b54a00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5024c8225aaa4aec819d878ed68fd341", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1cb9b1416dba4d748bd353212dbb29dc", "region_id": "RegionOne"}], "type": "events", "id": "675d41f7f8d94b7284be354b364c8373", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6f7e1eb93e9c4833ac10339af7426033", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "846a8ccf1f4b41dcb9cb00a305f864df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "cd431ecdfe9e477d993004e5f6011822", "region_id": "RegionOne"}], "type": "application-deployment", "id": "797676ab6edc402190047da106b9ea85", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "699e78f4fda24cf3ab6a59a41f3b8b0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ace7f0b01ae0464e94fa3eb79b0b3181", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d0b69cd7e3d749f6b6673bd721835cd9", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a7099edd5dc6423d87e878c278d64695", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5461f65d4cc145c78b4af24de759f53f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f358edf8cf1d4f6e83db48a626bb2cca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d6987028cd04445490ae41ab3d1fc875", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ceede705076d412d8ea0c18c32b8012a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1b49684dcaa74d2eaa4bb67cc26bea44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f2d39954fd7e499a9b9bf1e73139c86e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "19774f20d715467da14a7954b1fed63c", "region_id": "RegionOne"}], "type": "tricircle", "id": "28fa8b4d3ce5476a955095c8e9afd7e6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5b60b02ee8254c23a8f5ee7bd6ba4e32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "295a57657d45414c88a5c5d7e4e5ed2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "dc2bc07263de4db09a10d549ee514ecf", "region_id": "RegionOne"}], "type": "database", "id": "c623bcfc60ab4e40bd22aa0faa0dc070", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c731a8e42d5146a598802da3b7b39852", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e1b398d3cea24e5e8b291e7699e228e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0a200ead0ac54b709a7ee27f58272552", "region_id": "RegionOne"}], "type": "application-container", "id": "e426b32c2ff64143b6935f929516df6a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b2cd6ae8f83a4823bbdf9431f80be4f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "851f35cab528447db703a99f6c2ea38e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2a7b7ea89a8c4902a2fe4efa9d74ede3", "region_id": "RegionOne"}], "type": "container", "id": "4f4539ed02f34e1eafd1693f548b7f1b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "163a6917fa454b56b80b7e24b0babcd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "325e35ca60f8469d97f7b053a41501f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2438d924fa744ce9bc4d2532366b894a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d80a002cf0d74454b024440f15932257", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "61591e6e3d7f4763ac64787049182243", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7836e524cc6c46fdb3104c1901db5f56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a9e4f89d3df646e2b83ffcdcae2635c9", "region_id": "RegionOne"}], "type": "rca", "id": "bdaabe02db3746aea8b8a323ce54b6b8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a378593305454fc18948ecede4db4c46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5fc673f43008475bb7acf9dbf6a5ed9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8e234831d78d4cc8bff387672c2584a5", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "8cb9c94adb22428eb17ec1062d52d006", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0fb6c6c6cdc248adb7e6c090c69f859a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "fbcb21e5e4784f048ea02db93d1d74f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c53dba915c3545d1ad93ff7555458b33", "region_id": "RegionOne"}], "type": "network", "id": "201509f4e4ed43ab960f1f0d18358bde", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "dcda2796d905429ebe4eb157858c5998", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7113c516ec2d490bace91ca73627dd01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b5f1de78356849229939851ccf30bf91", "region_id": "RegionOne"}], "type": "backup", "id": "6a3aa6e0bf8644938c73df27dc186a80", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4e33dfb7d0fc474d80d7536726be032d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "eb8323d96f3242a0ab3931d68ea5fd1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6fe459da050845d989abcf73005c4d03", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f16102c4aa6b46ee8ff2428aaedfce66", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b7e7e7e9a28141e8980d4b58a565690b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "92ef727762634ee3aaae7c359d8ae6f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "da671ae38ed14388b918e4c185f47c17", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e1093f013e7c4d7496c55e0e7dee1059", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "62a21edae3b54a2db930e401b402d65d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e4700d144f4a47d1bdd2a3d1d52ac459", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "d5abc4e9124e406d9aad2332c5fb1620", "region_id": "RegionOne"}], "type": "monitoring", "id": "6a98d3821bdb4b63b1887ba4cf962e20", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b8427ac3e33042d28d0e93107fb17a60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "77fde570262c4bc097e7adb05b8296c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f861f7e4d8104588823ef93ca6a45a7a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a273b61769d34209bae9585d9dae036e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "bc11777decd745a69c6d0799d318b837", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7a6f4650648646399d2ef7f6a561cc9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "abaabdecee6649bdb9f52527151e6762", "region_id": "RegionOne"}], "type": "placement", "id": "476708f028fb4269b52bc86476b38f48", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0c1ee47e9f1b448695b897d214b0e7ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "38164b5e725b4b69bd5c80e256041509", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9d5e5a9e119542caa81002f35588a980", "region_id": "RegionOne"}], "type": "instance-ha", "id": "651fe111e6a44e1b8d76d271f2b57ad5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f3eeb0f6907a44c0a7b9d55471c12e8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e9b9b6bb9fa948a0a2694bfa9d92e0f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bb35a01959a84c8ca62f7c6b60ffb811", "region_id": "RegionOne"}], "type": "ha", "id": "b1210fae5f454173bdc1a0fbf2db7d43", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4e40410129bc488b89366c0cf7d595e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b7d564fe6a554d80a3cd81c499efcd22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f009f9ba1d5e441983881ebb38f1aef7", "region_id": "RegionOne"}], "type": "reservation", "id": "b2c33390651a488eac0b8d6f53462167", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0afe3c3b98ae47fdbc1208b183e45bbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7c2b029dd783437b9f9d3ff729afe2f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "ede16d0e9576496bb323a958fcee4d9f", "region_id": "RegionOne"}], "type": "function-engine", "id": "6960969aeaff49449f63fb0481f88130", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "44e81c42a6d548d6a04887ba29e561ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "23652172312f45108e47c80cd6e18292", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7dd2bc896b4f44dcb766417b9d4eecb2", "region_id": "RegionOne"}], "type": "accelerator", "id": "255114e05d35406a92885cfb8f7c4561", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "89ddb0b7cf774ec3b7db13a76e2fccbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "47c9d208e4a042158360cf706790e338", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "65adf744a8044944ba9ca8c3d5ca2ba6", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d98e76b7551e4c749f0b13ca40271bbc", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f052ac4017f749f694ee09ce87367c60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7a1f515587a44edba089d0ca53d5d62e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "000979cf34854a10971800052ddced7d", "region_id": "RegionOne"}], "type": "registration", "id": "f5d8b0f51bc542e496044705337b910a", "name": "adjutant"}], "user": {"domain": {"id": "a13154b00d7443348d0e945dafcc21ed", "name": "c57c525688ce43c0aef5a811ce95fdd0"}, "id": "c6b8599d2efe4720a36595795a4dd614", "name": "a5e0c6c107bf4d2884cc075afc3ade2b"}, "audit_ids": ["b924e7eff1c14c76b8f574ab333c42c2", null], "issued_at": "2019-09-19T09:04:42.443536"}} 2019-09-19 09:06:42,607 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-security-groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,612 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,615 keystoneauth.session RESP BODY: {"security_groups": [{"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "Test Nova security group #1", "name": "nova-sec-group", "id": "2"}]} 2019-09-19 09:06:42,637 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-security-group-rules -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"security_group_rule": {"from_port": 1, "ip_protocol": "tcp", "to_port": 2000, "cidr": "1.2.3.4/32", "group_id": "123", "parent_group_id": "2"}}' 2019-09-19 09:06:42,643 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,645 keystoneauth.session RESP BODY: {"security_group_rule": {"to_port": 2000, "ip_protcol": "tcp", "from_port": 1, "ip_range": {"cidr": "1.2.3.4/32"}, "id": "xyz"}} {8} openstack.tests.unit.cloud.test_object.TestObject.test_update_container_error [0.211145s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,618 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,624 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,627 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,631 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,646 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.551736+00:00", "project": {"domain": {"id": "dcc4ffbd49214f858bd84389b53e93bd", "name": "9046b997630a48979d7777fe8d9f5e57"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1e2056401d394069badd1a7059c85390"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "784cf5f44be24df089f7ce84f6e8b800", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "132b4e42ce8c4a06baa45081bd5aaab3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a72e53b7e3e642f3a33bce4caf0ef0cf", "region_id": "RegionOne"}], "type": "identity", "id": "d3431acac4d44bdf8eb419a89ba7996c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7045c6d8467a4bd7abc4c5463eb15027", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5dbaab2602974c2e82552fb14bfd30e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "dd3e966a7b7d4d2086568c85891487d2", "region_id": "RegionOne"}], "type": "compute", "id": "9b6703623b974bcdace33fb43d4e633c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "33f1a3ac0ccd4471926d8977c0068a36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e21ef45d0f5144eaab9d462ea413e0c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "cdef9de768004f849b242eeccd3ca186", "region_id": "RegionOne"}], "type": "image", "id": "db5ff6e590c84d2a8dee612ed16ddedf", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "20f5d219cff3472d8d5213f3e5b1a69f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "998131508d3a4e038537dad29eb8d912", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "dbaf2bce24a44b96820b98c9f3eb0598", "region_id": "RegionOne"}], "type": "load-balancer", "id": "8d9dfc7fc5a24b1592b3ab86f84e7c21", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aae7016f2f464046b7c5813c2e88c133", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "656dfef3d9e24edf85cfe243b013fe07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9af8e50490b74bffb70fd0675fb4d9e9", "region_id": "RegionOne"}], "type": "object-store", "id": "a8adcf66a78b4afb93e73707759fcb6d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "21cc52961d3d4dca89a63e65aba112d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0609cfb9d507471cb33303047b5e2324", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b99f1a11611647ae94590ee6b32ce257", "region_id": "RegionOne"}], "type": "clustering", "id": "da42aca6fe33420a99e284607e405ad9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6ce99b7234b54801b176c2d58465883c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "30a934b590034804bd900c7cd3e1f5f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a0670675877141239f19973030fa22ba", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1c555f6bdfed40d4bc5985a8796725b1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "83c7a33acb1f435f8e68aec8475d9909", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "627886f8f69f497da7c5bea198cfbab5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e6032a5b6a644298a32506bd2e4fcc69", "region_id": "RegionOne"}], "type": "cluster", "id": "c71ec391f1014c568aef41cf3bb16e85", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "477be40ee0ba4c2495da65fe0316cb4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "72a688b699bf422a89c430dff7754a8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "50c28c47d59146b6894e23d24d02d9ee", "region_id": "RegionOne"}], "type": "data-processing", "id": "d4fc1166a4764bfc8aed2f9d843107ae", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5791681008564c368f9a25c53c2067d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b7499996592f4fc3b3418ea7512c1346", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b6b797c647b2452e8aab26a9668a2d48", "region_id": "RegionOne"}], "type": "baremetal", "id": "9cfc67a145904806b3633d11c3aaf3b5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1c82078bc4704aa9bd602e3c4d986dc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "531e0bb2842e4538881d81fa951d822f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "66e2f44a0d5e482d990a6f4af2170561", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6c07b95a52fe4687b591b14acc2aebdc", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dcd13720a36f410da98180e574dd0260", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0640b793c95840038433e1cf07099d92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "fe3979d58db749af9f54e15e75242e6a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2488d5e556b74acb8bca31662f6defb6", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c847c173512a43928e37a371afbae379", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "13764c7b4b1a4507ba00afbcb901e447", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "dc4210ebb1534efe84d18d1f3dcdfcdc", "region_id": "RegionOne"}], "type": "key-manager", "id": "a4e81457794440eea1f5ebc461e669df", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a6d38a812c044baa8f62da3d37669062", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e07ebdb80e9a47f4af7d595e28619aa1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "80621942160f45b8a100e78ba32ed58d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "3d4c29e60cb944ffa375631091fcd2e6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fd8b07d62bb84036b7ba7bbb041e22c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5d1fcdd7f1634d119c1497d2e93113da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "de3bf0ca4ca749c8bcc4927e835c764f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b7a07a3146d649f0bee17edf27fd2cb7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "32ef166b4caa4a8088ed9edcd6041a61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "21ad77bd52404901974378cc652198b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bbecfa1debc3437f970dda5425bca292", "region_id": "RegionOne"}], "type": "message", "id": "fd725999749840678923ddfee12a32d5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e2153339b70c49de800f78f5f9accc28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e98b1b95d2874dffa8e424eaaabc0c48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6959600a167d4d26af12ab13b95c2426", "region_id": "RegionOne"}], "type": "messaging", "id": "ea457c34e9de44b8847fd54d57c52b04", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cb2d57b39bd94ce3afef353768477487", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fd7b73ac04e048c78bdd685a532abc76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e449ceb5bf294c669c950dd47f05bc64", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a5196b1920fb46809dc722bdc4547b91", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1259e105311344feb7624b7e6955e30e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f923730f8cd41c9a00ddb9930f650e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2af7be5e107e43cca06b6295be1df302", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f2bb615c2bdd440d9011028d96a45770", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b4c66fa63a104db0ab1c3c4d2ca25507", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fed5e357b1014ebd9d22fb07073c2c08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e6b2f6985ebd4dc5b2ad6f0d4d4a5a26", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6172da3c7bfb47f1ba39dc05950bc3bb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c2b455430cd45e7ac7dc76fa3e140f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3263a9b4829b4b60ade49b7a8f0b2e02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "69d82382f26042ce95c1bd3075681201", "region_id": "RegionOne"}], "type": "container-infra", "id": "619b1906f01d4b0c9175f8ec14c342d6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e58ffc6b854246309f0b6ea0d83844ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "2d7828f382ea455eba7b652f944af719", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6b8180cc63a84ce99a9607c265780ed7", "region_id": "RegionOne"}], "type": "search", "id": "62ddd20719c94144ae665ed056bc1925", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "966e35c2c8264615b8c9f665375e127c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b4af93b54f7c4286b3ab3c85f9a52234", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "df065402001243a894b60eddc8dcb633", "region_id": "RegionOne"}], "type": "dns", "id": "84afc658b955490986a3b718b3c32796", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b16fb9e7a10143db82f75721559f2caf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1b2ee52fd7ba4a2fb97ad4d995c1c36d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e37e96ae9cab48b987d0b73c31db5d6e", "region_id": "RegionOne"}], "type": "workflow", "id": "72af7d23ca554272ba45e269b1daf50b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "776a9906a21f4947985772e920a091c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "70903447739a459c9c82e43c73f15f43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "03b01a84361246ae81f51dbc84d36fa0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1c7d4366d308456eb5409055145b5d48", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "faa9ac07e64b47599b57fb2300a3679d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "1c3a7a45f547489ea1fff915136c22c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "fe92a0d5c4dd407fa1b8645a86094d8a", "region_id": "RegionOne"}], "type": "rating", "id": "8be3b59998dc46b48ad53a4669d6de69", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5cf916157aea4b6d908ae699ea4d0503", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "348748a6651e432b8f429e0f52ea21f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a72655f99f514bf9a5cc6901019313fa", "region_id": "RegionOne"}], "type": "operator-policy", "id": "8dd88dc87cf84d5d9e3a403fb8141e78", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e6a8c0c252bc41e9975c50b4433ebe50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "267788dd46244d27aaf0fbc790a3d998", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2f8df18e6a354dd39958560898d7d59e", "region_id": "RegionOne"}], "type": "policy", "id": "f6b3a6ff770b4b8c951106cdcb45c41c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c4c969af882b4bdbb06794f6fdfdb276", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e2b8c8f9350c46098334582c7566dc5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5c19c0ed271447c7bcae0b95ff8d9396", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ae2ad82b5fa44cbc8462fe33ff1b7b6a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6bd38127ecae41b38c36d76bac64614d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "662107c34bf644d5b69ed4b7a7351cfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "45131e72ee194410a1523adfb7701a93", "region_id": "RegionOne"}], "type": "sharev2", "id": "4ee1c6838aac413bbf632c3a6c329ec4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "552963ef6622419d8f04a31f6f4d13af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2f18bbaae4784342b4e4ec236a83fd89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6ed8e5dd13484eef86b4afbbbf753947", "region_id": "RegionOne"}], "type": "share", "id": "85aa47e119e84edd8a91f36981ef5596", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4a5d8226048744199c4f4ea1c605116a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d448ba2ba79f4809908a361b209ee98b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4b0f40ba1a0f4ffa9343dea0520027d8", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "cb3d496dc5684175b6314a27b86f332e", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6086a38863cb42cf8972dee28fd76242", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "390def3e459d4ebba1de555b9bdd1c64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "246c4544aeb947cd8dec5fdbf6f786cf", "region_id": "RegionOne"}], "type": "orchestration", "id": "21f26a73917948c799abd7d84e1ae534", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ccabc64877244dd090cce3eadf5f1f96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e31d8f6d4f6c4c62be702a634607ee86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d1a0e15973f44758d3d6fae11e103cf", "region_id": "RegionOne"}], "type": "block-storage", "id": "00ab85fb776b4785aaff5fa438957467", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "923031c64d4f4a098a05180911665dc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3eca0cfc0f934fcd930a861ea6a16bd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "adc74ab4877547e4929e5d36ed9fd89c", "region_id": "RegionOne"}], "type": "volumev3", "id": "66ef2ffa41af4e3f8720d19d2eed2258", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ecff6b68ea3144a284e5dc268fc30629", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "921e301212fd42619d69789eaa4ec82c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2bd3cb9d3f0e472a8d64ce721d4f693f", "region_id": "RegionOne"}], "type": "volumev2", "id": "b92d05e471664e47ae0c0f3b3c823636", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e86f31750e93448384afcb8c1424a6aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "632df423531e4435bcd1018d13ada91c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41da7f40e3554b1c8dedc3bdddefb1ef", "region_id": "RegionOne"}], "type": "volume", "id": "904b04d8c2504a2fa13392ad56096b29", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c3520927fbc4eb7950e91110d848d54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cce5d1d251c645c2a9c4dd93cc92a8e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49a3c32e25fc40c29efd9e2f8556d44a", "region_id": "RegionOne"}], "type": "block-store", "id": "0825548d50244243b37ebf1b2b651a95", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e4e62d87ba4542cf999fcdef848e5b1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2912b47e7d624d1595f1e815b974900b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c900098684ef4b13a6e2db9923f4cf76", "region_id": "RegionOne"}], "type": "alarm", "id": "1f366f9fcef843f19e1ccf41b2bd91e9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5a6b16fa8b8242758a023c809a6c55cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b25afc46a0a0477299b599bb1d0deb02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5146ea86fdfa40228ba2651add1fccc2", "region_id": "RegionOne"}], "type": "alarming", "id": "5a5dbad8dbd94b189fe165cf12ef363e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cbf169f5599943f2bc2c6080cf116fe8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "46baba0e9f2b4a39bb2340997f86ebdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "62c9c39a107247e880408ae2381b696c", "region_id": "RegionOne"}], "type": "meter", "id": "98efc9528f8346a681801018703b88b8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5686b4175ff8428caee19f5e9143f414", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ea2692825c134fe0862c663b96379cea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8094763eb83f478c851397a5dc3a988d", "region_id": "RegionOne"}], "type": "metering", "id": "5c5972d7ed464f79926e8ddf2741640e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "31950bf6c4ce4bbb8b2a896ec8b21e78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9412306bdb42427caa67b2bc38c76e3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "64bfd362b11c46dd970fb24dcc7f3d1e", "region_id": "RegionOne"}], "type": "telemetry", "id": "39e547d6ee17487ab8ff3dad5d14d206", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4d22e9da1b3443118592e04b17538de1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "87d7ecbddec547c19101cd3305539a7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a9ca2b26bab543c1b4d6cc68284e5ed4", "region_id": "RegionOne"}], "type": "event", "id": "bbdf27b0b5974c33a699024a9094fe66", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b5db512a118040e2b3dd3ec53b88f32f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8228cb6adeca490880acaa2fb7d267e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1f459079e1aa49198143ea64face3b36", "region_id": "RegionOne"}], "type": "events", "id": "9fb62c9b24484de9b359b7080dd0f0e2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e32b4a3de38242a6ac32667bd6b9a39c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a96c885dc3504034bd7d1e28d910911d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b2050da996f54c28a51ec86109c57806", "region_id": "RegionOne"}], "type": "application-deployment", "id": "427f3e2c7ece4659bd83818ecc7ba97c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "79ac1aeb5b60472b99eacccb7069c499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "80d4b321e2574222bba59ae7696efa7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5064f0947345440f92aa063825975a84", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5745a88550e648bcbe64d96136e95ab5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5c9b8579347e4761b6df5f156463844f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cc20fbc7ba1c47b1a2fae7eac44298a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a278fa8168cb4b08b4cefe6e0e3672fb", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "444d189ea6c141a98304ef55cfd17e6c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8fcf262798064e988893bedf34838992", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9b5c1b44d4c44ac6b1107af7170e5496", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "26892b61e5904d9cbef3bd4cc28f81e4", "region_id": "RegionOne"}], "type": "tricircle", "id": "ee187308f86b40049c4d52af61dac331", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "04d6d5209f4048c494d4cb3307b7c2d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "4a11cda9c7464ca8bc790acf5c0472de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "cb437422344e4257849db0e87e719c2f", "region_id": "RegionOne"}], "type": "database", "id": "2f3dc5e797f94bbba3c94aad8c86f07f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a9030b3012874ccb963421cb02cdddd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4df94d868baf4cccb22e135f479bad89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "886f544765a94b0eb7c34b094b55802e", "region_id": "RegionOne"}], "type": "application-container", "id": "07c4674e45634bbf9f6ef2924b539699", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8b2fc0cbe34e48b592cf8fab182d1660", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f4e3e986a52d40e78593d1bf236e207e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ec1598639ee2421fa634051dfcb1256f", "region_id": "RegionOne"}], "type": "container", "id": "7ccda471d35d41029d4980351e6ccb38", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "db4d9fd335f04a628c317c0370dcdd7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0be02d96683747f498b0b3b45e53ad9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "91edded53758429bad1a9fb9b7bda500", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d4e0ba62d89e4109a26e2ec20ad56d8b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "30fd93ccc4414f31b36a164aadf058b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "edddc27892694d95acef0546296f5c0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "961b34820ff942689bd0f13ed9eedb8b", "region_id": "RegionOne"}], "type": "rca", "id": "3749d9089d444f6e878cc769d7a770b6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9984d18515e447f1b121afc6fbfc5bc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "35cfc8f2424449a7af4dac63d807d6bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "22f20b34e8374556a6d9d7ad854b4790", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1fe16bb1cf8843d3b1924c440d69c1b0", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0a369f913813442a9063b21119961e50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4d135709e73447109562f04ab1fcd2ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d8b92d80f476417bbf3f29862e929838", "region_id": "RegionOne"}], "type": "network", "id": "1c008a17024e4c968d074afe7def5489", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "b12134195db043fd905452b0748f5743", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ac65750918f4499bbb872dfffc10e740", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "234cfe62bf7f4bd48a508dc734cd5df7", "region_id": "RegionOne"}], "type": "backup", "id": "766321a42ff94a719c8c68c09fd04ca2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cfbcf1579e224e5fa981f43078b79bdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d4f2ff8e54b74e8a934b38f7c68f4734", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "22011c33c81b42aea48862638354850d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b61108cb542e4030b2a09f33c3f34a31", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e5c01e61d61e48fda4a2cbd2d1bba85c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a26aa0a1f12849c19d158d7ea154c92f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "459a0ebba79348baae8b4186b5557b9d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3673531b39c547f68f513ec486514777", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d5702b9c2e9443e095321aba3ccf62e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4574f5e017f84f6dab229a9281d30f81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "92aad1b9c1474211b895e96c5188fb6d", "region_id": "RegionOne"}], "type": "monitoring", "id": "4e3a93177ab4466fa18c52864899750c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "db99eddc2ca046bb8eca4514d2f04e76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0b7622d584444c339090b8d8f7ca9ab2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f3613c7b9aaf4d8fb8be299a066ce861", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "cdf2c685864c42a8b5931cabb1fe602c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "aed214252029483885540d0aa1816031", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9731bad6df2449d7a19185e1dbb6538e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "2e83bd9090d84455ab2e57703b98ce17", "region_id": "RegionOne"}], "type": "placement", "id": "b05c2e228a29434dbd64c20886823c13", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5770c47502fa4e979b79fcf7339805f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6f5420ba726844a7bb8ff6ea55412cc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f133a0f026e8400b86f856b65326dff2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "bdcf8b9a133a4aeab72dc6ff63b570c9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1a332952a9304960b836aa0d824f4b4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "76b44b895ffa428fadd1fc9b9f1ac7c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "351c2dacef964aae8b4fdc99ede89bc3", "region_id": "RegionOne"}], "type": "ha", "id": "b6a38c12e0e44539a57e704cac8035ca", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a0b122bdb0724691a391ffec4e0710e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "eb1b60d3f5964ccc8c9ee88d06d58f71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3542fb3a79a14b26a2b2f38433b515b5", "region_id": "RegionOne"}], "type": "reservation", "id": "36c185436b8b4443ac01d658e6841c76", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4a0f539cf41e4142905e8ba4bd64bdab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "066c63e07c00439286ec1539d07503cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "7b0bb1452d5b47289650321f5cc885c5", "region_id": "RegionOne"}], "type": "function-engine", "id": "76fa2a018fda44c9ba99162ec76b363f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d22559c22bdc4dd59ee938ec23a0af41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "704fb24ff7ce4413a599f4a3c4931aa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1e412ae3d3824013907dfc55e9d3c2d2", "region_id": "RegionOne"}], "type": "accelerator", "id": "aa27092e93b0447192c571d0bace8e68", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c30d89ed55ad404ab60c144793d0fdd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3e11ed955fde465bacad093740a21937", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6ecc14df4f944c249abeb77bb97ac71a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8f1b5f6e32424ef6b081cb79cc16416b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b2ebbca50b9b41ce9d61e4354c887f87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a0aae5a0c79f49a2973dd03dd3fa3e62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a36fe4e03f9e4f7bb500816ff7718447", "region_id": "RegionOne"}], "type": "registration", "id": "27dab6e629874247a14be9403d1fe8fb", "name": "adjutant"}], "user": {"domain": {"id": "ef64de6362e945549f89c569a9dac9ff", "name": "c8f4ecd870da44f099615402c7596fd0"}, "id": "9cfc34c8d49d4431b7b116cb54c01c77", "name": "c263c932fc1d4e9a96ab1abe71d49195"}, "audit_ids": ["b615c1edc16848dab1141c0bd95dc16c", null], "issued_at": "2019-09-19T09:04:42.551736"}} 2019-09-19 09:06:42,748 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_update_container_error-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "foo: bar" 2019-09-19 09:06:42,755 keystoneauth.session RESP: [409] content-type: application/json {12} openstack.tests.unit.cloud.test_qos_minimum_bandwidth_rule.TestQosMinimumBandwidthRule.test_create_qos_minimum_bandwidth_rule_no_qos_extension [0.188111s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,763 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,768 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,769 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,773 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,780 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.700298+00:00", "project": {"domain": {"id": "0f27aa08bd6944f682b629c3fa33b07a", "name": "d09d6f590b544ad99989bd041c59c3ae"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "42b50d8f9f984f829ec7bd5620ff22ca"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3800ea132ae84dfe8b76c2bfeb5a7014", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3dbd77ddbe44469db045b6f3c0ec6421", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "dbc3cac50d484fd3aff37f8d9842b6d2", "region_id": "RegionOne"}], "type": "identity", "id": "2019f2d090994062ad0d2104afe3c872", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6ea68ecfa41243eead96fb41796c5ba1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "24671d5ea9da45c2b0a7c4199b505806", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ca3170cdc0224a87bd54527f7ce94921", "region_id": "RegionOne"}], "type": "compute", "id": "7ab4c7e13f9d4b8182edc8f866595594", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b84d7b67eac34c2da345265f0b396384", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b5e2e8cbe0cd4be2ab0412149a5b5527", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a094362aff6843a186d8b68024a8069c", "region_id": "RegionOne"}], "type": "image", "id": "c236b53fa11c470da6be09633681ae81", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4e6850521e064e6da58e168aee5082e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "50cd7a67f21a4098b22c1204a809ed1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "bd3794d173404e0298b66945276ee99d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "637cc061a4d6411b8a48de3e68f2c94f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4faab751663248498dbba2d496017610", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b2822636a324299b2444c706cd0eb21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4b88a1336b7408fbace55740d910e71", "region_id": "RegionOne"}], "type": "object-store", "id": "e8fca62a0f914e14b46134a16b78557f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "761225d070b2492390703dcdcd9e4e8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dd3ac3f859244bceba8b9b852935409f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0236aa4d01924c86805bb75aa408a26b", "region_id": "RegionOne"}], "type": "clustering", "id": "bbc05971b3b74bcb8094573074d7666d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6214e2d834ea44939ce7aeae7edddd22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5a0db2dc35a9496f9cb7417ba2f037f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0b3490ca3b9747bb9c831d9edf253479", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4e68464261034233824bd761b937722b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "08ca4aa0f2154eed8825c7087dc9a3ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "28a9800eaa9b4af1893ee17532dc7ca5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cb8139215c4f44db89ed60977ed314c0", "region_id": "RegionOne"}], "type": "cluster", "id": "37a95b6c6f774290a04c86db2b3908ce", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5ce9a3d62c674093bdf1d7ef56302724", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5b128b56770a4d22b821324946198154", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "687d885754ad4f87aa5cabe243023ff3", "region_id": "RegionOne"}], "type": "data-processing", "id": "ff9362f1c5544105a339b9cddbc6c991", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "00dedbf676d5479393bf1003c7b7e34f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "252e8110d2f64bacbe7fd5fae78bc3d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "489c45a80b3a4bbbbf672ca5b34b9592", "region_id": "RegionOne"}], "type": "baremetal", "id": "ca9d126e4c9d4c8ba42ac4bc12863a6e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d86b46397349454f965ba9a73c0ad11d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7dbaed2295544a9bb3827c328c2ed55a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e9c9cf30444d4838bb64b5186f8d63fc", "region_id": "RegionOne"}], "type": "bare-metal", "id": "051d57d92e2d4d25a797cbd6a4e2c076", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "16a60839661648189cdf2aa374c95c79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "068c675269ad4bc38fe2ae3a0e87de25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e8766bc2f1ce4c289e929edef8680580", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ef5a2c26f1304b94882c8b7e5f3aab8d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "874df07ca48f467b9045bd0e122abca5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "43dd06f17cba40d3ba4f177bc51f1aff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "fa6c184ed0e34aaab8d56b02b3e855bf", "region_id": "RegionOne"}], "type": "key-manager", "id": "a831acaf507e446980dc2c2d82132136", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3f1b856ae02047b8bfa89a6398493899", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "44535c5b17174e509600feab57d544fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "53495d150e68465398399a48cc48c06a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1c9c4f59d96f47d0bac762ce82cebe78", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "db6a305ba06242659390e7a1faf1076f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e0ef37d46264488f88e4156afdd417a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0eae75a29a2648f993d93a2e73853787", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6175cebbc4084b4087bfae0bee090090", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ca44fbf62b504f2fb84661c1a34f7bf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7339aca62dbc4450a18554eea992dbaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3284125094c04d958753369a8c1a5c4d", "region_id": "RegionOne"}], "type": "message", "id": "63fd85126e2c4d3c8d93656d16900184", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "66aebd0a6631470490267f815cfc1321", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a53fad908b5f4bf2873bf2d68ba2d370", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "801b32e38f124a13adb0c3545368d9e7", "region_id": "RegionOne"}], "type": "messaging", "id": "5503efbed39a410aaacb5ee25f68abb2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "35e346dd678e47cfb0028ec359873c32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "60d984ecd24749c98135b3f7d417e0d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1e33914111204cddac3ac6c2812df437", "region_id": "RegionOne"}], "type": "application-catalog", "id": "cc1baca326c54684a8e8fcf183354f80", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f7f05fa550384016acf73e70e6827a0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "752fde20492e4d559817232b0b525450", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ee6662ea5bd94b549efcc19338d60228", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f5a4c0d249c74f6ba5f51f694cbad29c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d03845ca7ae248ba85858c0e0560b151", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0ae108f1a41b488f826097e8733a16b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e64562c40ce24accb23328a1123fa25d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2fb3bff910394f64a7076e9ec1d7d7dc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "550b0854ef85440e911a6be691d46a50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "91fbc28918ff44dca75d9ae159598ca5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c044829212844bdbe2c3ab1b69a4244", "region_id": "RegionOne"}], "type": "container-infra", "id": "444e14017a91416aa4457a79ccb77f08", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "91db4f277ea7435d99cf39cf0e3b8610", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "223412a2bbae462aaeeba07818f7f96c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "259f0950ae7a44cd97c341866a6848d3", "region_id": "RegionOne"}], "type": "search", "id": "f859a2edb2ce4769852e0530237eb427", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6c5f3939a5c2467597e57246abd57c24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f391fed1365d4cbcbbebe197cf980b40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4dc0d6373dad402ea12245052374daad", "region_id": "RegionOne"}], "type": "dns", "id": "6e7158c1fe774dfa94ff9dad1fd4fb4e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b7e7d31c32cc4cea93261cb29d55d330", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c4cda38db1984334b4c2fe2125e5bac0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fedd36725bd34510b650c4b97b961108", "region_id": "RegionOne"}], "type": "workflow", "id": "d9e5cefd91e24d259080d313b85dca01", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e546cf710fdd4340947e5ea5141b57e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4e12ade371da4a44bd6e4c5e348deecd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a9ef86fe58a44bec97635e314485b54c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "940df12a742a4b6584c61fbaa91ee6ff", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d2d1106d52544c768c6b31af388cab0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "bea9de35303e4157a6d82a431a7f6672", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "250d8e5c4bb8461f8edd8f103c817fb9", "region_id": "RegionOne"}], "type": "rating", "id": "9e93b60bb947466bb0b08f2a1a0cfba9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b184a280cb89425c8ac0540373336235", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8fe8be7d53024de49ff448fec9b4a232", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e46b580fa9f649f4bacea5f20745e747", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0cb9af3fbe1d4ddf81c24db5bf2b1083", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a5ded79a9f824251bdd6e27ff182ea92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0cc07d9fe6b246e68883a4d63a636a3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "42d97c6389674091b7dea2f4bf032713", "region_id": "RegionOne"}], "type": "policy", "id": "944d6c5454a6427bb3a31db2fb97f4ce", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0fd09416cfe645c09b711bbfca65f435", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "33774f79ab8741398dffa4c2ad682770", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a532d3a074fe43e785c4a5cfbae19884", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "bdcc50ea6e314af49d94a0badf946807", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "25917ab599c34f17a281e1e476bc1ca8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cb931f4e4c2a4a67ae615cccfc97e8a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4c69f16ff56c444cbbc3f2e3eb7f6183", "region_id": "RegionOne"}], "type": "sharev2", "id": "12bf65fc95474ee1bc70ef9ef8479f9c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5749746b93bc4b4e8bcc4baa24f7d66c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c968d735230145678b92a572f99e68fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6f748e24da24448db43f4ecd5c761b09", "region_id": "RegionOne"}], "type": "share", "id": "95c3b62daa1e4dcdbbad36a2a6ced74c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "67a06c79e6754fe4b1475c95cd2a35e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f41da24360f44fcfa2c0a61cbf71223c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2fd5623c09a14afbaff892756d315904", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a8b541106cb2427895ed65e36ae9fea9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1eb9bac77e44e998eb1dfa6bf05bd8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "380e067325d34ed8a3b69b5fefb54819", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02300b71efca4a5a8bc21103d2dfafb1", "region_id": "RegionOne"}], "type": "orchestration", "id": "879a155755be4d9988c2fb13165275e1", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d071a12e41fd48b69b9f19dd0694efd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b8d0ed1c1c64842bdf407047e2aaa1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b29677c88bb54b7b9a3c8dbbaca43783", "region_id": "RegionOne"}], "type": "block-storage", "id": "c4e1a80dd0ad401dbbf47b4da05296f6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40ee4e600473476a8b203563caa0e14b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "391ce979303340bc9e5f550ace3fa7b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1fc4adad91845ddb8cadf2882ade547", "region_id": "RegionOne"}], "type": "volumev3", "id": "cde9540a14f6498184311e10762b4a73", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86b78505263747ab8dc64af16fc4a9c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2356a8eb533e493a8f8df3f4c5a7154b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e13f93d151774a3a8b31b09192685c35", "region_id": "RegionOne"}], "type": "volumev2", "id": "fea66675e8f84079a3c657fc3a251685", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5693a9887911468bb12e8d59f63839cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "900b263189354e838c3fe38a6486494f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9735d08e24354dbb8672f1c76087537c", "region_id": "RegionOne"}], "type": "volume", "id": "7152c0a8b29d44258addbf4b29df3f8c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "effe7a8cc3204d43a670216935ec588e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55c05863136e4b67a7f6e14ae8c06b9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9f7bdaf6bad4e5e9524eaad60c95760", "region_id": "RegionOne"}], "type": "block-store", "id": "c444cc5771eb495792e9ac106eac5305", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d1a71523efb749539459a42f303196fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5cb75293b6fa42df9c209266e029e6d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "941cf25e96c54e7e9ac57078675906e3", "region_id": "RegionOne"}], "type": "alarm", "id": "d48409a2eb564fa39f2ce3224cc86c3f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "18de2e5726394fc8adf9ad7c2c4afcd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "01098b707e9a4eecbada3a0f55d87142", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "46c9284b3d624f41be0d5cc10bbb1e9e", "region_id": "RegionOne"}], "type": "alarming", "id": "6c41865a49c34b83bb306afb851c1db5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "26d0495b6aae410e8b3caf21e5591047", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "72685f09ad124e94bee1bdb15fdb925b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "05eae241832f4a5694a4e879dfefede3", "region_id": "RegionOne"}], "type": "meter", "id": "dc470464cf9943a0a2dfc77d354f8c81", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "86e014d12cc84c72affbba7dafadd36c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fd81d94fbc374f3896eb9304718c768f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "01b187b66b7c4a9ca74b5186b37e75a6", "region_id": "RegionOne"}], "type": "metering", "id": "7111663263fe4b4abeeece67ad434863", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "28f00c7dc8074770bd14c81a88252913", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0f829e391cdf44b0b3bd3bcb6347e7f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b9ea7c592cec4778bc638a2e0cdd2d7e", "region_id": "RegionOne"}], "type": "telemetry", "id": "624dbd476ef346819512aec7bad8caee", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2b86081a611e485cbcd890176e359306", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6fa8a508318c41a9beaae2d61e422ff1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f72237b11aa9432dbd760322f88c3403", "region_id": "RegionOne"}], "type": "event", "id": "426a5952b65c4a8bb0af63929062f03e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1fda92b7c98a47c1bcf30c6cbed164ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e8ddecc1bb46458d8f05a82e04180b14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "20c9131ab73b462aa6593371657377a2", "region_id": "RegionOne"}], "type": "events", "id": "8bc578ccb8fa41dd88ca007ff177f3de", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6ebeaf11b05546d2828a877c3b417b90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "47dc912b0d3145e5886786416ec5c0ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5ed4718441464e20916e48be7b57997a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3d1de8f0f11945b19b7f8bd95686fd70", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a833d993a9f54835a056a04330c3819a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "95e0ad2ca51943cc8f29021f0cf7328b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e26c2b121af14261ae749f376c990a2c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ea3701aa3f8f457fa3500af2b5446114", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "85d14e3795bb466fa054d0f64f4a5465", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6988b49a5b264a21a930ecbbe5a45c6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b380201f0e14454883bb81d3f7c49742", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a0f385c88d014ab69a252becd7c41692", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3b7a897a99774766b823277406a3459a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "73676b64401f421997c862f4d01f086f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3d3894f762964a8db303855230a3d620", "region_id": "RegionOne"}], "type": "tricircle", "id": "63702a90f23b473782f1f4b0e7c3ee4b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d1fe811d34f54b69a709dd08111fddbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "39506dfc61b643328b903ec8d25f5057", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "64ce3ea2ae5f4be08fa25d58413ffc9d", "region_id": "RegionOne"}], "type": "database", "id": "38e1eafb21b84cd6b70679790d383f61", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "353938b53e8647e7a5a94ec928a880d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ffcc2d27e00a474bbb3e0f80442cda7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "89dd4c18d8bd49348351b826264246ce", "region_id": "RegionOne"}], "type": "application-container", "id": "c870390244ff41eeafc57870fe467fc9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f1c10218835843cba29094c6d3e50a0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8e045b49bfa042d1a0447accb236743e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "66376eb259394eeea6778c3223a2ad6b", "region_id": "RegionOne"}], "type": "container", "id": "2306a3f47b1042c68e53c37d0b761f43", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5661f60d45e7482cb88d030bb68ab657", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "63ecc29ab19f433c82f2a19ed5dc030a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0206711525aa4f469debd44fb0425b04", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "54e9ac6d6e664e358578bf6654995290", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7450987eab1144fc94b5782df17c1375", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5c70f37d371d4e4b8aae98bf88a09a12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1a10896987f84350988f844533bb950e", "region_id": "RegionOne"}], "type": "rca", "id": "69def0f498274bd4bde809e76fe0976e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0ace97c42d404bdd9b5a0621a869ee0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c7c5f169e4764e3d838d58492a198b2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "df5fa6d7747a4e54b9e3a9f151e4e97a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "572bf0ad37a7474eaafd34aa0bd22af4", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "30f86577f4434b1b998fda35ac80c200", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "13b7dad876bf47c38e01b1dcb5a2e723", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a2df27380a5b4af3969f6838ab22d9e9", "region_id": "RegionOne"}], "type": "network", "id": "2ec5070cf8d1494e9b52fa13c9f8d805", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e029eab1133f44f5aebdb9d48925dbce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "06c7c16c2ceb4da0a7190559ef51ed37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "af465f7479d24b1babad83e44cc1e6c2", "region_id": "RegionOne"}], "type": "backup", "id": "5474858b2a734ec1b9483d2d1be48b94", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "54403920e07948088d6938dc453dce92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cf4fcdb474f14aa59992519d75ba9fe6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b8e5b85ab2284c5f86a758d43aec7ef5", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "294f077125194aa8a50dc1c46fcb9965", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f3a18e31c35a490db743adbbed2b7796", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "de4dc6f570254d8ca350236a9ae121ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ee98266597c346c0aa772a9712b36a12", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8565375a9c91443fa18f1ec249d0ddd4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5d18c435492045e8af7d8906b1a702c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0ffa870f1a3c4cb596c6ec6b404ed84f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "598789ea32c1430890171808b30cd1c7", "region_id": "RegionOne"}], "type": "monitoring", "id": "325ec9fe46e44751aa492262f165617d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1f4d019013e9407595a6a334aac6facc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4752dcba9cdb4c699ceee2b619d28d12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7ab0388b3dc14cd68b089a90b171eda5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "135a2167ce2c4465b1d309827cadeaeb", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a2146b96440140939c7d68193501f7e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "59cd244de75b465c9585cdaffc1f5911", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d58a07751bde4369881514968d7774b1", "region_id": "RegionOne"}], "type": "placement", "id": "2274550ce0e6490abe24c6539ee7fa3c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d7188632b66e450ebabef1ea8a63e155", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "21e57c11785e44b39bad813a1448ac08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4a07940982824aa79d265ea026d29cf5", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e85cc8fc911f48a4928b012a3933827a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "86e79c8112ca45b1a7e1961be2a15b9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "970c67e1411c489fac4dfc380cf03ab8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0f871d276bfa4d198a85e2b2f320e19a", "region_id": "RegionOne"}], "type": "ha", "id": "f63a1b329c894e4885710f3e7976e42a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f511af54a5304472a86003fde5c38838", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6865634bf0aa43c58c77dd5d7d8c63e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "59085a78dd534d7cbc9985fc8734f237", "region_id": "RegionOne"}], "type": "reservation", "id": "9a654e24938e47cdbf4793401aa01149", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3eb2214176f742d592c9777d87ac0615", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "719008f97b424fbfbb8b413f0d024068", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "649ec761ee604d11bfb81d63e5360585", "region_id": "RegionOne"}], "type": "function-engine", "id": "aa9d4622c6ab44389d47be4e37ef73b9", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c0fe0ef5c28b413ea99a0d39a38a36dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0eac57637bd248cb99af273f9a42dabf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "95d4e7a8899a40408d98d4fdf897ee81", "region_id": "RegionOne"}], "type": "accelerator", "id": "096fe5879ff74928b2076d196dd6be57", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "88ae939e37e84762ade0d32139ffddfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1ec3282ae067435c8ea36f410d78e31e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9939d65da8dd4eab8984c34ae56004bc", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ae378daab03d40eaa24114470dc9073b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "419b9e5e948941be9723a519eb9a9992", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5100bf546ecc4d909e6f39e9f039d4a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "dfac54798785433d86a139c611bfcc6f", "region_id": "RegionOne"}], "type": "registration", "id": "4578f23d06bf42e9a9eb1be2e24b1078", "name": "adjutant"}], "user": {"domain": {"id": "a2d11263de9d4822b7006d445de11af9", "name": "7016faeb5fcb4c2d82475c8bfe50c9ce"}, "id": "1aa9dab96b9c4a609cdb0250b091bf97", "name": "e89c20986bf74078a355f9171dd8afd2"}, "audit_ids": ["57886601838a43a99aa74f79c7d2e8aa", null], "issued_at": "2019-09-19T09:04:42.700298"}} 2019-09-19 09:06:42,873 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,878 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,881 keystoneauth.session RESP BODY: {"extensions": []} {10} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_internal_provider_ipv4_neutron [0.229942s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,621 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,626 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,628 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,632 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,645 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.560561+00:00", "project": {"domain": {"id": "969f18236bf043bc8f82724de10bcad2", "name": "b2ea546ad0884ae0a65e967bf4b30b96"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "73ec207c725b4eaeb18e7da76f0f8aa2"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0849d00107cb4509ae5115c7860fe429", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b1e86d8d372d4c6c91c21828a23682dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "03a2349a7c5e4bb2aea2e768e6a8fcd3", "region_id": "RegionOne"}], "type": "identity", "id": "a48ff5f6c07341108909b4577511fbd9", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c378ed98149a46d7ae0b7087ba242ef5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "72a1acddb4c94a8cb68045d62237294f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "18e1954921cf40afb606deb0340328d9", "region_id": "RegionOne"}], "type": "compute", "id": "c2b35d93f7a043e2ba4404c9fdd36bb6", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "33078863ac014ddf9496a9bb10c29111", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "46d287c3c6a94dd98159abc68dbf16e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "facc61cca07f494486a2904900cfd02f", "region_id": "RegionOne"}], "type": "image", "id": "4d6c0ea6d9b24d84874526c630f4617b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4e2ecf99aa3b4bbdb7936d64e53f4f87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f03df562b9124c90990c514bb1163317", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c2d759c86ba748f495a441b352b1d95e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "acd331599061475e8db722b035048748", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc86e5e350e642f7a28ccfb322c8a870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2032797923348ee8784b595558d98eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c5d8271e3c44373aaf392ba2c20b4b6", "region_id": "RegionOne"}], "type": "object-store", "id": "0bcfb4c960c94ddd991ed4e16cfa77cc", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "18dbb64630764d9bb4a6eb9f0804577d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "07782203b1a94d6d874da82807e27f91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "288a81701e3c4b43a90bfedce1e90662", "region_id": "RegionOne"}], "type": "clustering", "id": "e065a4149ed7471ab934b69d0fc2e30d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "937e5b1933d04202a7a484c729d2d3f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4674f8d03f0b47409feb9ade0a82ecb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "56b0e664ba614953a5d648463ed28ed8", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9b409377ec67431998c00da9380957d4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "211a5161f6624dd48e2a34b4194e250c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e332ef6249e54aabae0ea3389bd1750a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c27ab303074849ce899cc2703e6738de", "region_id": "RegionOne"}], "type": "cluster", "id": "c37c2d7cd2d942e585d89fce8dc4dce0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "04ba9c76b3fa493d9ab19675175f9267", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "61188c38cf8e4dad9c9f1a34e298e9da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "4fff02ab341e4514960d70023e74031f", "region_id": "RegionOne"}], "type": "data-processing", "id": "39caffb6929f40d6b9ddd2f6f5a9f25e", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f19ffc6de8ca4873bb559b5add582641", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ad221cc6b32543dfa9fcef48dcf6203a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c097b21f323c4db0b47c44fd530923a8", "region_id": "RegionOne"}], "type": "baremetal", "id": "1531e8ac7a7a461b901e87b821e6c55b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5a609eec68564d5f9827b79cdd86cb17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6b9f2db0c1df4d249f761edbc6ca9f8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5cc8844c85a54ff98827c0f117ee10b2", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a71d4cd091a844e1ae6fd2d4757501c3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "44c3712f3c8e436e9c7959e339ebc58a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f6a26da71d75430ab438cac94bf09300", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3fbe9a55b1a4428ab42c4c111250e854", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "40f576a2c5b9480a8f58b37a2d9eee48", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f01ff920bf9e4bf6b4ee5cda026f14b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5df7660ed10249a692d4746d4a52e75a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "6eb36848d4944c778a37c01e1cf5a74c", "region_id": "RegionOne"}], "type": "key-manager", "id": "98aac2fa818645a3b33e16e32d8ee680", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b33b9f5b87a149428eaffdd0c3be6ec7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "83ee43902b2b40edae4bbdc9b16979c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bbe62df28bc140f189073429ffcb4c7d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "7165a5b3db884aa1a76f41e04733b72d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0a8abce133f444c39ff9ea95c21c4352", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0ddcb9f38c064d7181da929499e3a0ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "54a49e3a8f9b4e028f219533a17c8849", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8a2273bfea864a4085379f1f5179fab5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f6fd78cb7d8a450d9806d890134248fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b4780639a9a84b3dbae3659efdeee70b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b340e4bace1340ecb64220ddfcf102e6", "region_id": "RegionOne"}], "type": "message", "id": "992a733491f641f1bf253a3e81d70905", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0f02eb87ec4b4559bf314b32e45edb40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e61a57b1ed6d43ee81db6a5456ca915a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "24a5cdb6e94844c9a4a97d0614ef2690", "region_id": "RegionOne"}], "type": "messaging", "id": "ff75e1bf7529412683d01f340da794a3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "bbd0f7db13204840b07cf035d71c489a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "334f2551031f4017a6f141dd4257d8ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0b6edb567542464a9769e60b14edaf8a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2a7a021d1e26445abecc2870af57e440", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bf13780eb14842939e25d6590500b247", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aedbda92ee324b9a8bd93ddcaa0db9c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5cd20ce325ac420bbcdb82c849b066d6", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "88bd9424b80b4f9bb0d9606c546fcfea", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a0edf0fecf5c43edbdd586b0a431e608", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fba876cad2cf489c833e3aafe3cc3a52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cdd49bceda814dd19df158bcda58a7f8", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b870718c959c4690bfde2c324122f9ec", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "911bc2f14bfe4155ad196f70c24da19d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e95fd83d9e3c4fac82234ae1ae674f27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2285637df3b7498c9b0da238cecf90b9", "region_id": "RegionOne"}], "type": "container-infra", "id": "0277f41376bb494aaae73da064768266", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4a2b92c3340c43b9a2ca839c3ceec711", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d64e369c07a54e5a8e207c6f1625f0c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a5b5b1667ab94e58a4ae80415e7bff9c", "region_id": "RegionOne"}], "type": "search", "id": "dd72df84f56c45fba39b6195696eaf66", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f9fff905a4e04d809f4be7bf9b123a22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "7ce0679a77e64416b0c798cd7c18a05e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "23ab4bb890a54a81beb0187261541597", "region_id": "RegionOne"}], "type": "dns", "id": "28f91b95566e4400a11f70ba150d19b1", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "062323a0a6a84c698d56a141d3fea63e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "03d2f65fb9e34d3aa56207901db71a40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4d641317dff34b898b74df374e957183", "region_id": "RegionOne"}], "type": "workflow", "id": "bf06d339b5414b8e99d942a56f4ea629", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5c72ae5f5627457fbad2e6b58dec64f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6437435098ad4abeb6153262acb25108", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "153dc7c2fe3342c8b8dea4a76a7298ef", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7675f2f2cc7c42348b9340c49af015b5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "0e17bc8a02204ff2a275322c81943b1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2122be26d4b142ffbb143fd67d0d01ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ae1a6b47a1444f4d8fa5c7a0bea63b02", "region_id": "RegionOne"}], "type": "rating", "id": "afe080bd94be4439bc255dc97e949139", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "805af67923df449e9b534701784df0d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9daa7c9f3f614bb9a22ea68899f83883", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8062ad0192d14dcda196eaf82cbcf74b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "869881625a9a442f86721e8b2bac46e1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1d7ab10c62334af8ae2ff921fb9f5405", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8a331c1219064376b3b4fc682f1ea2d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "73442b8153f54891a087423f553fd2fb", "region_id": "RegionOne"}], "type": "policy", "id": "b344c5928834471c93e0719e3d15323d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2562dbfa8bbf4957b3a63c4671d6f163", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "65046b4aabe242dd96cba66454a5265f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8d4765aaaff547b58f4b34dd1821f03a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "069c6d366ad34d59adf7bad7dc487002", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "61dcbd34010f4c82b734063ffa9b7d55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c28e6dffb3b8422599d6520d70754a96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ad779d338b714c8a8b90d30220d39e57", "region_id": "RegionOne"}], "type": "sharev2", "id": "963a35414a094497a9c8c77dda8ec287", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "581d5dfb4d344a4c8200ef688f8aa077", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "14b9c1d1158c42bc9dd8df843667053c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "da9845e8f01c474eb89835b3a5370ff7", "region_id": "RegionOne"}], "type": "share", "id": "be0a64d3c01e4f8381a837c169729035", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "405fc26640ba4bf88da96d3b0e206e02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "16caf75cd8bc41e4b693cde989eb9675", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9b9f8c9624ba496ea3eadc3fb8239dcd", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4bb4f7c3ed6041a5b7a76aeb8fbd2c86", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1274e004179140d595d7c72b59d6b5c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e22cd7ce60cf4626b93dfed36aa74d05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6de11aecb5f24b1db68e597590666e80", "region_id": "RegionOne"}], "type": "orchestration", "id": "66106581ca36412586f09f8b2ac2be59", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d2cd5906e6cc42f882e3ef3a62fb3e9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9d2359f408d4381a52337ffcb0b143b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2175511adb1645128f0181153e2b5860", "region_id": "RegionOne"}], "type": "block-storage", "id": "a491b99f1039483f83370db96c09ffa4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c22eb453215440e19bbb807c93e6282f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5c56e0225cf46f8a9038e634b62029f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a712172780074908bdfa883f5a0c7ab8", "region_id": "RegionOne"}], "type": "volumev3", "id": "31eb26e6a382462599c328d167608b24", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd7b7a819deb40b180a93f2cd1ffbafb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "288da5aa539e474f8af4477e06a03122", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4b0dcd2372f4a43848f59a658e7bea5", "region_id": "RegionOne"}], "type": "volumev2", "id": "5f6abbcbe39543f7b9ba0024cf8db06b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36cc502005404e43aca9647f48dfeed3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a9ce082544f4c40b1fe7dfaa923cda3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52a8517782854ce992a2ad88a394e67a", "region_id": "RegionOne"}], "type": "volume", "id": "ab7faf743e2b4ab7ad3dd2d1bcd59d20", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb514d27b4e84c1faa527c01223002f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5733a131c8d34308af530702c4c36357", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8ff2447d5934d139aba6133b1a8c64a", "region_id": "RegionOne"}], "type": "block-store", "id": "768a9c21fa494a8b8833683c96f79f89", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7e95876dde6844148f3cd63e41afc94b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b2850e623f904154b273d881e821fbd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "af18cfd085e94770a44597a6d86a73a2", "region_id": "RegionOne"}], "type": "alarm", "id": "ff237c6d9b4449f1864f51194ded4ad4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e0cd9cd76720405784c2e2a9a99b990e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4d97f1db3e5b440fa382e730ad6b486a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "efb8e8d61605454abf7dac809c82b05f", "region_id": "RegionOne"}], "type": "alarming", "id": "3640513bd2fb4de1bced441102d6eb4f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a0060715b7ec4ccc8c7aa3f22baa7391", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "32a59f08976449faa024a6494b935fa1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b1e89b41da174629bbe9187b7a8b7f74", "region_id": "RegionOne"}], "type": "meter", "id": "4a608a5953464fccb1ac451275b86ae1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8f1a0dc0e3d3457cba79bc20cfcffabd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bfca69423b834ad196232dd9479374e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "27198a87177a4fa4890fdc5b57bbc978", "region_id": "RegionOne"}], "type": "metering", "id": "b16ecf0ae9834079a5a1e8d863cf9600", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fc2fc85c3cc1427f9a166f44a2126c38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "00bbcd60a6bb4d8abe3d156f32af358f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "aa57e04831ab4d1d9688936e36c80a52", "region_id": "RegionOne"}], "type": "telemetry", "id": "67898097488c44bcaa2d3c82d646801d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8423ac46a7b24b09bba9bed91ff0dadd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f5c8e8b209794387b6d7bccd89b97897", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1041be942c2947208d8ba2379df9e6de", "region_id": "RegionOne"}], "type": "event", "id": "068307cd13d148868be5a32e499bb659", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1f278181daf64679889217bceb28001c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "05eb9d08918345758fefa49ef8263a88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e780997345a54da5a84c6735a190e597", "region_id": "RegionOne"}], "type": "events", "id": "f1fe11c9e73e482a89953ea7a2b11c2c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0ffd36ddf5a04e7784466f92d0d794cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d833f315bff4413fac06af468bacdc53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ec77ffb8f3784b32acfb1fdab17bbd97", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e80dc442ef3e4cac9e98f9ca9525bb63", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0328ee8e51404c85a8a7087525225fcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0d3e3066dd4d4000becffa5f617d8b68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "994be25f38ff4441b9272835d77118fc", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5c122409f75a45c2aa18d2a21abd358a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8a57ad260b874d47a3d5a6f28e0fc098", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b79d027a5c0e45ceb551b62939fe1ff3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "355579aca42d4e8aa36e992efa59c796", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "dc0be87dacdd4322a68a7ab13029a4a1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e0d9efb658674194900c1a4630ea896e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "aba28398e4694cc8aa966ce949cbf3d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c2bd4e80cef04a4b86cf385304151711", "region_id": "RegionOne"}], "type": "tricircle", "id": "3e22cb98e6a040daafd05edddd369500", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2a18c5933bb1416c98f58b975146f8e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "85c729d23c634c4190f66a9b263241f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e892fba7bcf04592a4b9d11a8039142c", "region_id": "RegionOne"}], "type": "database", "id": "3e7fafc3c8404617ac32aee919ed2111", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "54d4654377374dc4b31deb6970906907", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6bf8e1b9359f4163b6f0ecb84b0e6943", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "741beba2cd25458f9a87a4244c8329eb", "region_id": "RegionOne"}], "type": "application-container", "id": "7e314d2c2b444daeb005ef2672c2665d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6899358c48084837ad090fee34893b23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1228cf7ee63f43b58d6a605925c93744", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2a4bed299cc1425088ed4912ba68e881", "region_id": "RegionOne"}], "type": "container", "id": "dd399e5723d24580ba4a475259846e1c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "734192747d5a491182d68aeac812e507", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8204ba49475d46ea9f823861488ac042", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f57b8aa181d049d3afd0d6e6bee7c91d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "61a71531b18c4e3e80d97919bcf0d5e6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0c2330e47a4646059a09590ea0099854", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "80e17362a8c146c6b643cf08808676d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4d6de3cc941d4267a871179117bd7fa7", "region_id": "RegionOne"}], "type": "rca", "id": "c1ce7193a2a84955a7ce5ea9ce3f9d1d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7d64ae848a8247dc92a36f0f9237c016", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "72923a8c2a15423096a8503a46a28449", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "dd9f2eed2fa74a3f84e8c390a59c5b0d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fe19727e75aa45e2ab6fdb5f0f7520dc", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "483e8889acbd49b7b1f7279a1c96897e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cb765a89d6c544f3866177a9d5214884", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "533878b7961d4fc5858072d0a52527d1", "region_id": "RegionOne"}], "type": "network", "id": "bab1f44ca8844a3588bc80361e3a46aa", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e1c85fa12e204bdebc0f3a16c5f9c157", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2c0a049f6cee4e4689953f6c36076a88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "1eaf56c89856475c803cad26235a2d04", "region_id": "RegionOne"}], "type": "backup", "id": "1a869b07411840b39248f5480cc2c91e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "858ef7d2c9774d439864b0d2a0ef92ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ad58d5838bc44e7bbceec75590d9ab2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c2085dcc662447e6aefd16037e36150e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0381a5e35bba43b6b00540f719319ffe", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5cd1dc6452494f758fdf0b8db5c24fc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bd03fdbc9ce94da1ad4e32c6893c678e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1a352b1eb8bd4eaabccbd1d5beea69ed", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0dd91b64f56947a2919f8a273ced9cf3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7df0d69c4fd0464b9adfc312f7cc99a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2d389b2d63b843b6922e7102d4018701", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "6c9a2ec264cd4f899160bd981c0fb8df", "region_id": "RegionOne"}], "type": "monitoring", "id": "f18eb5d93fc84052b30efb1878ef0627", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7f87c7777d824e5ba52774d60822d225", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "91f4ef19938043c099b7897d4d69b809", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5b309571a82946c7bd2637620874fba8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "91af067194ca44bea513601f7a72388b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "51c34441eaad4a94874f5ed5f9cfc471", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8067e95e811b4365a75c4a8a084b1b8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c9302c326c6440e2b654b01048f54e60", "region_id": "RegionOne"}], "type": "placement", "id": "a720f7aa310e442ebeaa9f6b1415152c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d249f01ce60d4ebfb055a16a7b4ceddd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d2bb24929fbc476d89c22be9e89b95c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "03dfdcb3b4c04f19bc54906fca518e46", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d372ac082b824a2495c7cf62d1886a7d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "32c2f8f8d37c4bc7b90ca76d20ef36fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "63022acf168b4dfdb84ac487d073d5af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c2d994ce09f345859283492da7fa98b3", "region_id": "RegionOne"}], "type": "ha", "id": "54f00c5dea6d49a09a794e42e4d39721", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b2aba195c13e4b0b8d4a8aeb447b1a13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "375ab2dfc40b49388fc676d7989f0457", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "e1c5af83087a429297b9795a582ff3bc", "region_id": "RegionOne"}], "type": "reservation", "id": "589ed1ba7b65457ab132c84434a8de6d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cbd3f3cd301640a48a88f4cce487ff38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b140210050884aae9d2343962215b3c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d951a9cab4e84025bc5eeb02e6ca3a8f", "region_id": "RegionOne"}], "type": "function-engine", "id": "b1f623515ff7435eb880b31f61bab985", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bac7429ba42143fd9c855aa1a21cd347", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "308ba9cb8950483da20fe5aa025a9d96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2a57f0d9fd774559b6fecdeb2182c60e", "region_id": "RegionOne"}], "type": "accelerator", "id": "e1ea8fb0145d4d09992398e2a9af9727", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a3435e4043ed484285af10309c1fa6c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "453ef05d67e54e3bb13c82b1e7f0d4d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ec5e5806dc984156839ec91a28a4b044", "region_id": "RegionOne"}], "type": "admin-logic", "id": "91376d9f04d84a5d8ccbe79d5a721c31", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5c71e7624ab1467ab36b41dd50166a17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "adaded99dd434e92a88873845b59e736", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "203389b7b2aa4f20a4bd2b87a3fa2d0a", "region_id": "RegionOne"}], "type": "registration", "id": "70ce88f144fc404e95af9ba833aebe0f", "name": "adjutant"}], "user": {"domain": {"id": "051d6062a26c4b7fb59a7264b7de9f7b", "name": "1ba04618ff4a4e3e87c82bb31498414b"}, "id": "f6d3c50db70b46a0ad6c0a5b503c7e06", "name": "537a65616fc64d959e8973184d0c7d78"}, "audit_ids": ["50fc70cbb20d4134b5222fc653041f8e", null], "issued_at": "2019-09-19T09:04:42.560561"}} 2019-09-19 09:06:42,749 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,753 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,755 keystoneauth.session RESP BODY: {"networks": [{"router:external": false, "provider:network_type": "vxlan", "id": "test-net-id", "provider:physical_network": null, "name": "test-net"}]} 2019-09-19 09:06:42,776 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,781 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,783 keystoneauth.session RESP BODY: {"subnets": [{"ipv6_ra_mode": null, "allocation_pools": [{"start": "10.10.10.2", "end": "10.10.10.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "10.10.10.0/24", "id": "14025a85-436e-4418-b0ee-f5b12a50f9b4", "name": "", "enable_dhcp": true, "network_id": "5ef0358f-9403-4f7b-9151-376ca112abf7", "tenant_id": "29c79f394b2946f1a0f8446d715dc301", "dns_nameservers": [], "gateway_ip": "10.10.10.1", "ip_version": 4}]} {29} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_user_project [0.774189s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,117 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,122 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,125 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,129 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,145 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.074362+00:00", "project": {"domain": {"id": "918e317c4aab459880ab0762261ed412", "name": "8aa8a1bbfb284bd28515eccda62600b2"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a3e750140c854c72b792579e660f808c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0bf50b46e95a4c81923375f61093891f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b3b789343a3e446e985b06de81bc59f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f265fe219e904bd4ba274a1352b5e54d", "region_id": "RegionOne"}], "type": "identity", "id": "1b8de2cfae0c4f1a88ca5d75a98f6a27", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "507978e013bd4d9cbd0698588fddc1b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9a7f9cb21ba4401eb4ab94c8903ebfba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "da61d5c0a4ec4a199c9f483549c04f97", "region_id": "RegionOne"}], "type": "compute", "id": "97ab741eb3c34ea5bbcfee84c7647206", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6b698f48de44418c8a759451f5aebbec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "57b1566a5f724febb11db46b431e54f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c04782dc613e494f96cc575a43f31acb", "region_id": "RegionOne"}], "type": "image", "id": "d5ef3d6a247a42119822b6bd6e67f7e5", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "13481ecd7abd4525885da1512dec0fa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5b52d068e52e4c668806c3cae9668062", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "983d01070046417484a36dcb998c2a57", "region_id": "RegionOne"}], "type": "load-balancer", "id": "cb74ff0904aa421db8568e14938f109a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24dc85d20aed408ba3fa4a7e1d2ff871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1cbccce5df34714a1449eed21b33890", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "282290b57d3b4838b41c352afb814741", "region_id": "RegionOne"}], "type": "object-store", "id": "74c0e63424ac4c8db33386e6ee24bb5d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "67dcd56ad52e494f93669a38a60cd74e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "68cf81d1c0d944c18ec9bae82794bb97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3f13e7bf3ef64bd08f878e1e9a228de6", "region_id": "RegionOne"}], "type": "clustering", "id": "ed220415a3aa4da191042460acc55410", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7de865c124814e788f79010783d89342", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0b3b7240c15a4b23a4ff06bbb6a59efa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f076f06b3fbd408c867ac834c179beed", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "62079d755f0c484592527b596ffe228d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c8b59c7001774bafa89c36aea5d2b122", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "020fe4cf59e34df3852f93159a61c570", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "38b2610e18aa46af9d9487846ff6b2c1", "region_id": "RegionOne"}], "type": "cluster", "id": "1f12f47c0b6e4894b651d78a6d64d474", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e56c3f7fdb5c47bfbbc157b973a9e706", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "19b56480c67447ae9d88074e8b859968", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "4d083402a2af4098b0ac914bb80b5f20", "region_id": "RegionOne"}], "type": "data-processing", "id": "090d3d85f7534f03b88df3cfe0aeed08", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3d3e79873b8c4cc2985b2f8852a90188", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8e9cda5cd63b420e94f5f11776ae2fda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "cb6e864f08914d509eca173dd9741a14", "region_id": "RegionOne"}], "type": "baremetal", "id": "668e67673b1e47cd897d9a33f1f16bb2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d98516d857e74ef9a562b78e5a29099d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dac182309dcf48989be6735e438f35ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "35ca10bcc3ec4d3ead970def67cee202", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2c1ef5f3e24d4efbb03ffa58aa99d52d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "70f062c1c3784c97bd836114a7245a7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "12b5b4ec0b524617975ab3c50627f8de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "2c32c5dbb5ff49fea9749b7ffb4bd665", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5348ddeebf7b42128b1e7834ce949e79", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "938e9bb6040444668e1ee51b2014b3ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7bd23c9ff26146bf95d1e9c5ac36a27d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d986b7be1c9647f0a1c241cb7da17940", "region_id": "RegionOne"}], "type": "key-manager", "id": "8835eb4e42ba469ca305d04ad9ede89f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d13e3d2c49a94b5f8d2ddc27fc46e497", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e6258c4305314d078887dc5b71daf31a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3b8657a794604f6d873b6bc2700312c7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9c0df7d605fa45419e52d127cf0d6763", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e5f3573b503e412695d3731a346c2ed9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "152b64eeea794730a82e775e284cd74d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "04e971887ede44c790c9bdf0465f39f4", "region_id": "RegionOne"}], "type": "infra-optim", "id": "3b016118eae147579db8546d6d769d57", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "333305030f9b4c799cfb793bdb78e955", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d18de031f1b440ccb69e1ff5bd331a55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5176b716af0647e9ae0b917b31b7cbd1", "region_id": "RegionOne"}], "type": "message", "id": "063dc6eff16a447e9d93b7e6a4964c50", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8ac146f4c4344b4db3cf746569f64277", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8f513dd789794a22b31fd71f563c7442", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0b6261c1f5844d91ab32df0de3ef45ee", "region_id": "RegionOne"}], "type": "messaging", "id": "85bf16b80f54432ea70fec7c6d9ca873", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b68d8515004642c1b31de7f61587c1cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ad94f71643dd41e0b0f2b25ea6e6f962", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "45fa9617b07c4e80a2b54bca15f63cf6", "region_id": "RegionOne"}], "type": "application-catalog", "id": "507a16fc1bfd4ef9961e18c76383aa67", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c5e26df687ba4e118dfe700375edaf96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f38aa49d023d45e9beb3c2af1fde9237", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d7b98314caa249ce8de940b2e89d1c1f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "34bb16d043b642bea72f786b0cfc3acb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9e9ba3812d3e41b3abf6866ae1c3a571", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e85b5d8341f344e596ab28b4afb722ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "af73c491a02c447ab94592874331c5dc", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6b007c05a378489294fd89f52b6f9d3e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ecc260d55b3b40b19682274967611535", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e063aadb4ab94a96b7388989d9906d13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5788d0c7b49348a790f01cdc1c1a13cb", "region_id": "RegionOne"}], "type": "container-infra", "id": "5835d90c0dd9413f91ab49fdbc73839c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a3eb8b785cdc40459a1607830b60bd60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "6d25f47ed6d64759a1e4cc330d73dcfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6110878cf5d940bd9335635ef043ed69", "region_id": "RegionOne"}], "type": "search", "id": "862820ffeefc4e799dd7e1b82bb01cf8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "17a708c60e364d15847eec6d981e84b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "77377aaa615f478d959d696c243dda7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9794458dad974219963ad4688433352e", "region_id": "RegionOne"}], "type": "dns", "id": "48f918659e884122977cb371d1453ae0", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d42d21e59e5a47f8a008e20ea2cfb4f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2c12a0b5e86640a2ab94cde06b518fcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "23032a20d1e7459baa0964ff60875f7e", "region_id": "RegionOne"}], "type": "workflow", "id": "ecea276baa35416dbb7e85434bf74ee9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "98268d271e3044dc8dbded3ef00c17ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "712ed7ee70064b44bcf03d8edd3fc95e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6ca4af802753495c9c91dc14bb8b8d31", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a334432162cf4632b69f7afdbd25954e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a7f839ed5d804db88c0609569355311c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c5d19c1eb6184b1db8ce902dec057fee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "384242923e0c4869a4b91c6466608985", "region_id": "RegionOne"}], "type": "rating", "id": "dff90d2e15444dd98f559d006de89766", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ef23eb718dd54f37b455a7ad14c9cc1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "12c2c56f45ed47b49285d8a14f40e2a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "05cd817a648e497e87a04063f506d46a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "88973a66da224a8b97fe880ff190343c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8aba513918a449f1a0c1953d3fac62c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bd64c8fd2a5a4a098c68d44962edf244", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cdccc7ffd23345c3a949d9d303da4a06", "region_id": "RegionOne"}], "type": "policy", "id": "674fc7f36ea24a7cb043efd17accfd3a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "163deba2cbde448bb43fb74d65b9c111", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fcb7d5e4c9ba45659c935e7556a52ccb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4e2a13c0392e493f99036ad6afc3b906", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "17c48e9fcd034391a3ba0d0961dcf016", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6a05b20dc54a485db9b4fca2834404f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1f5a084e24684ccbbd8426ab5f9f6add", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "18a624db0ad7496785451f1e6881eeff", "region_id": "RegionOne"}], "type": "sharev2", "id": "c940641a10774c1c9d2cdffc0c07661a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "59bc8dc6ab41405db14e304a0988d274", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "89573a111aac42cc81420bbc872a67a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "71c61c8696524cd68c25f1be03f257e6", "region_id": "RegionOne"}], "type": "share", "id": "e5205acb2caf4652888e11a19d016f48", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e33f78db914445a9aaf479db75c4cb20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "60fdb8dac57f4497a67ce8afecfd1f4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "dab715a1e99946efab9bdb2fc0bd5779", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6149045e5d954d8eb764e532bca3eda9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7180f0178484d08a0ffe26d305564df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2d6a3bfe1f54f819b471403cf76e889", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65b2c12c260b4d70a7b184e9e8647358", "region_id": "RegionOne"}], "type": "orchestration", "id": "e58a661439404c448822d98a89cb8e16", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dfdf6e622006435ab0bb9a408e2e8a1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a04ec49d8ae7456d9620e505af02ce78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fceaaa2dbc9244539abd6c264e755d79", "region_id": "RegionOne"}], "type": "block-storage", "id": "8531fa27304748cba1ab9cc7fbe80a0d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d73445b290548b0b4e1b8c4acb66409", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5787394f061a40c392e7241609da4a33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f90b75665d644de6a7dddcecd7f67c35", "region_id": "RegionOne"}], "type": "volumev3", "id": "d24b3aa2999d4a0fa3d8c4fec8a9e86d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba5becc8582a4b2caef1b38c0b8d1b82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7cdddfa8a42047e89fcc48be6a16f981", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b805876524fb43a39d2a6a96e0f4ddd7", "region_id": "RegionOne"}], "type": "volumev2", "id": "e6d7e76ffc8947c5a6e5e7a6930d404b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af2fe616a87a4054bfe4fc616ea48ea6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf410b708af841f0a0f04f2e2b4bca95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16eaf0c1abcd4304b5b44cb0cf79d30c", "region_id": "RegionOne"}], "type": "volume", "id": "1abfbdc76ce641ed823a4b0090d2252b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c84fad3305d46dc8c38e1e44f16f6b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b7bd25121dd4b2a82eb641b20151f19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db68b447ce0342c4bf2eb86a38a77ab0", "region_id": "RegionOne"}], "type": "block-store", "id": "cd8bcb3bc50d4adfae84c6514fe3fcc8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1423b9bf45af4ea6bcbd0035774be5ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9a0c4e41f853453fb07c7207c2171c85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ce86aea11e5a432db3682c5b4da9571e", "region_id": "RegionOne"}], "type": "alarm", "id": "d8790fad02f548af8b9ccb77111b5a17", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6f3729653ae14b79b3de4a00e6d91b4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3edaea8ddb644ea991e53aa6477021aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "851e49a5457d468f81b6bf2e01d67dac", "region_id": "RegionOne"}], "type": "alarming", "id": "f4064aaccfcc402bb7ebbd77bf21d31e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "aceccc7e031940788224d6b515598f09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3f9eede2cd784d97bde196e83c66c3cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e0f6c81f53c74aa7ad5a623cc2e81174", "region_id": "RegionOne"}], "type": "meter", "id": "267509c23aa3478a9e2362345fe20682", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "03e68330c085418eaea90ed115f4c781", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7a19b36e39764399b31a7841aa0dea8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e26746e7c5b14f60b086fcd50f394456", "region_id": "RegionOne"}], "type": "metering", "id": "c0efef6b383c4e8ea5fca79629bb9329", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "61d2010b60cd439b842e5e3198960fd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "022e8cee755b465c99112fd9669e4241", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cc415808eb8441a784747558c4fa20ec", "region_id": "RegionOne"}], "type": "telemetry", "id": "cbfa27d1f7d54c1fb768a664b79ad1aa", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1741bec32c8d4d9c947d8435815dd988", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "467d07e22c35475c8c6ad7f3c7db8013", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cd28a4477c6245e3bdf80d7aa2604b03", "region_id": "RegionOne"}], "type": "event", "id": "033441f4489545aaba3c3f58324fe8c3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f760c9a73c364147a31b5dbea40f4e1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4c2100f6098c44d399aacc736ab3e3c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "965decf2289142b7b9ac02c741569164", "region_id": "RegionOne"}], "type": "events", "id": "e7bd57e23a1d4f79933428666f08cf13", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d02f3a1acef7421b81485bb4a3e2bf0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6e555d6dc7f24f52bd26896dfcf74a0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "66e5d8efb03743158978efd407b815b3", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d3451d88df884c5287f123bfdbf3885d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9e17efdc8e0642aba0a6166e96d7642f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b619166541c54b7499789151cce73c0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a932d6fc44f64a699bcb2762e77520c6", "region_id": "RegionOne"}], "type": "application_deployment", "id": "53184043cb2c4967a3d805cc0a1c4795", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a417d27651544ff5ba4217ae4f12d54d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9417c191600b4125949af0a29eab71cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9f217855c04c4833aaac070cc140c33d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "cb38344fe2a9424b91a00ee477a6de50", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0d5356dc8a8b493192d09f1e1bb6682a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0a086c689e6648fa95d42c1ddb55e9cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0c045c50165f472f98da5a806502aa64", "region_id": "RegionOne"}], "type": "tricircle", "id": "71bc7563e62f4ba1b718a56aba2bda4f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1bd68ee66f3240c784004d11fa6538ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "64a38e4feeda464691565c6fd47863b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1876e7f19d4745079142a7c0b4224201", "region_id": "RegionOne"}], "type": "database", "id": "008ac91b4e3544f1ab90c7f2c59f6f2b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "585f2df609ef497db76332042ffd6fc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1ad0195cd2914ee28fd92d2258153ead", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b71dd9c6e4a240d0b31bb62e00186db7", "region_id": "RegionOne"}], "type": "application-container", "id": "64e1ac312cee44d2aab9c23505c4725d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "24cd8148862a453d86c1066b27b59498", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "66ca064eba95401783a96869f490ca1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0428b114caee4b408be5facd4b024f79", "region_id": "RegionOne"}], "type": "container", "id": "44ea63a8f06e4515a156e3844a1d72f8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a968b4af6adc43f9823baa84a6d438f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "72cf78108f1743159f219f9e4e5eef27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4cd9a78551a04347ad250eec3dade46e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "999f2b392f0b407c93f11898d513b55c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "603ccd0438cc45f6908bc6ffc1b50f86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "56bbe5493fed4ad89f1289a1ff9d556c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "36fe4bd56b924f0f8884bfe8485c696f", "region_id": "RegionOne"}], "type": "rca", "id": "cfd11b53770848df9c6c82b47177fcd1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6d75fc69f28e4b8d97a982bd3e9c6f30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f275e42d8f094e2b8218e626dc163875", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "df50c362060648f6b1e67d8f3923e6b6", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "649e7e05e9614da686c1fc49dc41244c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "dedbc4c7fc394d1399c3d3db0d264e9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d992851195f144abbd1ceb3b04b4d192", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8425a199d6ca4f8eabf33b6001920e58", "region_id": "RegionOne"}], "type": "network", "id": "2744c4a4cebc45f592931b45ba5271c0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6366fd239f9c4b9088dd39c5fd7e9b50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "6dffcf7baa434196a22fa254dfb9457b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "73c2e303195d43f0b3c2b18dbf477629", "region_id": "RegionOne"}], "type": "backup", "id": "81834803d1da41b597c222fa3a420cee", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3d4c2b4e183341caa79fb58e21b9998e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "332b68dc8b6e4850b7305ac30a36b8ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "48c90c34e2974eb1ad76be00a8524c89", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e54b8741000741598cc5c22773a42bd6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "700ed57769844861abb5120d51083d0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "308633122fe745628fd3ea9028c22247", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "606cb607ed434e0983fd420b21af799a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "adc685bec79641f5b7a53f330c94ea2f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "dd640c8625224055a84e5f9425920dd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a9cc9ffaed184dbe8a819ddd03108a27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2e42e615dd36469a8f94d48cf4721a7b", "region_id": "RegionOne"}], "type": "monitoring", "id": "ae4d31b363404c7f937e431411547154", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "097b5e63a1614693a09c058434d5cd65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8426b44fbe454995b26aca89f440507b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "dc964f74aa96433da51e26737a98dd07", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9335ced13c2b4dc2baf848535ec72d35", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a283680b9c3246f4ab16991b1986a030", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "209927594a55438faa6836d1c18ccbb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b7728a9f4062426bb3419bf4090dc65b", "region_id": "RegionOne"}], "type": "placement", "id": "5d7cb70697f94da4a0474f92a483bb7e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9119567fa45347b2b598bbe348bfd517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4d148d7cdf8e40498dd342bda0b69f5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4ad9071a3dc54178ab8c6e76628ad9f1", "region_id": "RegionOne"}], "type": "instance-ha", "id": "165db012e9514f4c9f8a4793d7144dbb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "932140b6c5c245b3928ffe26e4082e84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "554824611b59433db9daf1d94d495ad9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5254761def7748d68b00327a5ebafb8e", "region_id": "RegionOne"}], "type": "ha", "id": "2a5be6ee75444088bac38416eb3698a4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7b0e0652131b4c9b9bbb1d2e50d146af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "44293a7b8c5f4cb9baa31d62eed63ca5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "21c285d542d7490bb327f09064dab85e", "region_id": "RegionOne"}], "type": "reservation", "id": "5d54317c0ca24e2195ad17996f9c8879", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b9e23182c7434d9c89317f21a392d929", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "25133fadf5514a57a2e97199fdaf5924", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "ebc43c315e7d452084fd1210fc28bd46", "region_id": "RegionOne"}], "type": "function-engine", "id": "18956ad346794d678b36ec25f9d8cc8a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e4038eb36f154655930a2baeabb219d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fd290823b44a430e9077408a41aae46e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a3fadef46fdd46eca5af2d8034008835", "region_id": "RegionOne"}], "type": "accelerator", "id": "bef07b2421e54551979140632705d1d6", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ebcda7469e8540dc8deb522d0489d89c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b08b5a1d47e4491493060a138fac2568", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "655d761176124454995ee5c3755e5a75", "region_id": "RegionOne"}], "type": "admin-logic", "id": "60c4fc2ed0eb4775b5c1b332d05f0bdc", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d7676f9620a74e13a6a83bca127739d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c1cea635677b4f16bcb367041b6f5b89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "541dd02944a548d3b4d3dcbf549ceabc", "region_id": "RegionOne"}], "type": "registration", "id": "207e38d13fcd44a09f8d3c5d498204ac", "name": "adjutant"}], "user": {"domain": {"id": "0cf6894df5054438adbc2cd8eff854c2", "name": "9e49028ed2a340e39c14017ce14345a7"}, "id": "70c6836dc1dd4f7cb254b07612abd02a", "name": "48ad567e219a4aeaa5b911b3cf0eb0cf"}, "audit_ids": ["d05412360e2043c4bf885a77ee147169", null], "issued_at": "2019-09-19T09:04:42.074362"}} 2019-09-19 09:06:42,386 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,390 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,391 keystoneauth.session RESP BODY: {"roles": [{"name": "5ee6620dc9724337ae4db2959d82c6eb", "id": "6960c797ecbe4f0091b95446424d37bc"}]} 2019-09-19 09:06:42,426 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,432 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,435 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "1e14367750ed46d9bd2dfcec3547a64e", "domain_id": "ae7c2d00716c447382bc067d5e702967", "name": "username-3"}]} 2019-09-19 09:06:42,490 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,495 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,498 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "ae7c2d00716c447382bc067d5e702967", "enabled": true, "id": "f8b349db3f4e49b2bdb7be503f44e681", "name": "projectName-5"}]} 2019-09-19 09:06:42,549 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=1e14367750ed46d9bd2dfcec3547a64e&role.id=6960c797ecbe4f0091b95446424d37bc&scope.project.id=f8b349db3f4e49b2bdb7be503f44e681" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,555 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,557 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:42,591 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/projects/f8b349db3f4e49b2bdb7be503f44e681/users/1e14367750ed46d9bd2dfcec3547a64e/roles/6960c797ecbe4f0091b95446424d37bc -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,596 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:42,631 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,636 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,638 keystoneauth.session RESP BODY: {"roles": [{"name": "5ee6620dc9724337ae4db2959d82c6eb", "id": "6960c797ecbe4f0091b95446424d37bc"}]} 2019-09-19 09:06:42,674 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,679 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,682 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "1e14367750ed46d9bd2dfcec3547a64e", "domain_id": "ae7c2d00716c447382bc067d5e702967", "name": "username-3"}]} 2019-09-19 09:06:42,734 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,740 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,742 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "ae7c2d00716c447382bc067d5e702967", "enabled": true, "id": "f8b349db3f4e49b2bdb7be503f44e681", "name": "projectName-5"}]} 2019-09-19 09:06:42,798 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=1e14367750ed46d9bd2dfcec3547a64e&role.id=6960c797ecbe4f0091b95446424d37bc&scope.project.id=f8b349db3f4e49b2bdb7be503f44e681" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,803 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,806 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:42,835 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/projects/f8b349db3f4e49b2bdb7be503f44e681/users/1e14367750ed46d9bd2dfcec3547a64e/roles/6960c797ecbe4f0091b95446424d37bc -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,839 keystoneauth.session RESP: [204] content-type: application/json {23} openstack.tests.unit.cloud.test_quotas.TestQuotas.test_update_quotas_bad_request [0.339765s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,628 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,634 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,637 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,642 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,655 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.562602+00:00", "project": {"domain": {"id": "2b09ba6597934e138282785999a2ac7d", "name": "8e853c4830dd4e4782823c4c42e2c55f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1f60b0027dad418fb0029030b12eac0a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f68f5b21c9de4058a3d059c1560b8e67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b957e4524a224e3091d725eb5ce0869c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e812598ddb6243e7bb630e74934c5ba6", "region_id": "RegionOne"}], "type": "identity", "id": "6612c63c2968435b8df461e1fbc360b5", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ecf14a6ba6a54cbb8bcf42a0130b324c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "53aad7cf6a964bd2bff5b98870b11240", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a2f41bc1e39f4ba68fe265a9c7e634b3", "region_id": "RegionOne"}], "type": "compute", "id": "8a06ecb2427d41acae579b112af48f88", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "68030902b101470aadf6581df6a0cee9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1c2ca70a9d734031a5d8a90beab3ecf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "529091d4561b459f971e527f6d23f952", "region_id": "RegionOne"}], "type": "image", "id": "d038cdee7fd24d98a83b61247e0cc98d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c4231bee962a40eb9c9703b0330003e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "504d901d7c234ea4b098520bbe790cd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "34b90d8dffa64fc0a4d340aa34ca23c8", "region_id": "RegionOne"}], "type": "load-balancer", "id": "fd78f6b24831468e9d168c21cfc194ab", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2266f54f87db4e66a6ccc0b609d154d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f9dcf4b037242aba02bf504907bd183", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c5f257ee135453da71dc4a04dbe25b6", "region_id": "RegionOne"}], "type": "object-store", "id": "b7ad68163cff44a7b3a7dd68aea55827", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f502c818bc7c495297b80783a891f945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "72fa5895ead54373abc0424e9d233bb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3bd7b595806c4c1ba7388c8c2b2dd624", "region_id": "RegionOne"}], "type": "clustering", "id": "1173b0b71d6548668981317d1587f2fe", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7662009935364a7cbf312e4c1e4e2713", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "729d107145f74409a76431d36bb17942", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7e2db7c892b1409f9a4ef01d33e0c6f3", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "11dad6ed8ec74581846ef8354e1287d1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "62eca1eaa0de4c3db49e388f4518b9e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "695bf22ff0704c019694c4b81a7b1098", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6599be7ec3de47e4845c6362217439b6", "region_id": "RegionOne"}], "type": "cluster", "id": "91b78fb6bfd74086a63a792bb7ebbd98", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "62059404bfde4f0fafcbf7f6fd8a9e8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fe7e88e00a2b40efbd0a0e77009f413e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "27443b5ffd1449e29350885bd8dcb0b1", "region_id": "RegionOne"}], "type": "data-processing", "id": "d1974adec00b4b81b745b1ba5538ea5b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "10bc40a5a39343a0a361fbb6f788c6ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4d366b9615134f489d1f238e8ce80f1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f5bd3271fb9947119bd05aa8390e88d3", "region_id": "RegionOne"}], "type": "baremetal", "id": "5219ac0d50c94718bda5c82f2a97bf64", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c27ac550913442168ff42a1041a7b43d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "38e7fecf018140d4b2d4bf14988f2a66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "dfaf7f6cd4324aee84e3920c245522c7", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c74fce877f004e72a5f9ccb301d58ee8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a01c53a5a65e41dda6d2b62007e0c680", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "56b7a221121747d29e38af02306f3c62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7ab71ebaac784e2193f4b2bc71fc7f79", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5d399ef38a9c42e9893f1aba52d20742", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f75dbe5eb7f24da398866f3dea0851ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fbac736dfb6b4c2aa9fc4c98e3747a01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e2abe896bf9843d9a6118ebedb9aa2c1", "region_id": "RegionOne"}], "type": "key-manager", "id": "03d18cbbd5254e98bb377744ba991bee", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "27a023c726cb40b8aa75d2271b794cbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e981111d992b49c2a9e5279e9bc1277b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5e97cb008cc44c1399a6dda5483b8a9f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "52686ff7fa17492f977c924d5abf5838", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "09b2520e97a44fbeb963e4d53c89c548", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "06a6c8f96cbb4c7698c613a0a75e5147", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "80a787686f2f49f194154e4848ed3025", "region_id": "RegionOne"}], "type": "infra-optim", "id": "61a16d6dd48c4d10b19f97c60ab48507", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e9d075f621fe42168bf881a06409fb3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a33d6312f571450bb712c0e38f6dd43c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b346311fc6154349ac06bc2929e804b9", "region_id": "RegionOne"}], "type": "message", "id": "b5f56c45949e43de800770b37e5ec72c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "60337a451b1c419c925e1016ae35fd58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9f9d5f02367144b5baeeb3f14c1e4eb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e3f557eceb7a4fb395ba7e45cd7fc306", "region_id": "RegionOne"}], "type": "messaging", "id": "0f0262afc8134d4b83e655ec1d804e1e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "dff2a8c0253f4238bdd07e08b70554e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3bdaa3314ef942e38af12d7ee6b471d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "20bea93a8b8247a28cbf96bdda3cdf6e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "5b87095609ee4e84bdafcb6b5b93118d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dfd04f20707e4325aadc93f7c3c106a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b68bb8198935459ba1a2fc929fcb389a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c8172edecc54353b2c87818ad3ebdbd", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3e6ae84609e644faa7ba04c0d041942f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f211214866f74bbda88be576ebc3e3c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c62bf4daccc47d195158a4f65473ad5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ce9a64c0c6a47afb110fac8ba94d78b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "1a552dfb8ab9483a8640376f2a0c0433", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd734d6051164dab99796ac419098993", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fa694da19c3b4747a6beecf4bbc3af2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e25bb9a91ef45fb86350f0d486d23f1", "region_id": "RegionOne"}], "type": "container-infra", "id": "10e47a1c86884d99ac95d6ed3352ca73", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8b87561816c64fff939fd4c26f9a7b97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "78566a8ec469437d9056d0b053003a45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b66267e29c9742488ae8fbe52fa3b967", "region_id": "RegionOne"}], "type": "search", "id": "7332f97aaa884e6a81b54fe15d465e78", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "bf9c310d3bb34444844354e41278ef3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "262e1f332f4f4d339b369e4a9bd45622", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "bc4e821ab6ea4722a00f379dbd96f87b", "region_id": "RegionOne"}], "type": "dns", "id": "68ab52809e304d25a683292295144871", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7ed2dfd48fff44d8b6e03130b037a1e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6191a9791e0549b3b2c07339ac3cdc16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "77cacd3af72a42c59046d2c8db527d04", "region_id": "RegionOne"}], "type": "workflow", "id": "a7edfa098e914c63a4579ba2a809475f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1d2e61753f014fc1bb36380945a18f2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b5eb29822feb4baab08c0c6c902f0c6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "34a7417dd2df4646928abd68b718afab", "region_id": "RegionOne"}], "type": "workflowv2", "id": "fe2d5876bb5542e88eec63173e6833fa", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9e435c4d34684dbfafdccdafa8104484", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "677cecf09f4f4903aa5bf8d295dfcfa2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8e3476fb81db40479bf5c6f646ea38ad", "region_id": "RegionOne"}], "type": "rating", "id": "91c4c6214f554af0a8312755c9bb9ad8", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9430da3d6cc34393a7e5564f22aa566d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0d2fdbdbafa34205b537889196783c29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1e5d371127764a56aa784f6e86bdd695", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a3fcad916a1c424f9aa319192baf313b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7e1e61077dc84122a04ef043c1b7b5e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f0d78da337684df3b25ae884a3256282", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2589285963db488780e58b30c5f2e861", "region_id": "RegionOne"}], "type": "policy", "id": "c4b988ea64044077a3a7743a1e4dc1a0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "34bf4ed5cfc64507b1fa142cf33f1597", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5e24cb194e534689a7fa18ca1ca25065", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e4083db1dd6d4241ad6a2f4d2891ddae", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "15fc0ca13bf04333979212fe477d0b27", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "274f6378f8fc4a3d81b3e3dcb9c6ed27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cf90414b3e2848c5b26c559969890352", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "579963d3214c44d59c164f6611f4df0b", "region_id": "RegionOne"}], "type": "sharev2", "id": "efdb3435c4384985ba1b0d62aaceb6c9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bf817041e8c24e4b837a607270329870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5f76341dc9bd492191e47436995dcb36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b2cc2ed3d3174c8fa5c27d58b9f891f3", "region_id": "RegionOne"}], "type": "share", "id": "b4b4224f11144eff9ef8d959d7599137", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ea07606d12d040729dcea354f413a608", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4e2fee45aa034eaab6e1426f60781782", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6526c1362bb74813b13ee86c3e1e5b46", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "813b1170bd5440c7975812b990788703", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6518c987f574d31949c54271d404c98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e43692c1ff147099dc8df531db40b55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4cce631271d142138534014b2069322f", "region_id": "RegionOne"}], "type": "orchestration", "id": "844b55771dd740b589bf06e1c860e9f7", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6cefb8b21dac4709b45bc8407816d614", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9cea39d59ea44c9a136205328866a72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3029d631bb0b4367b9ac945d99c137fe", "region_id": "RegionOne"}], "type": "block-storage", "id": "f863f0ef9e8f41f9a5bb1d354c7c3660", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b17da151e8c48bb9e2934b443c603be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0db1d7be6bd049f49abb6e8ae47554cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a44deefd6ca47b5b520efd0c476b29a", "region_id": "RegionOne"}], "type": "volumev3", "id": "e99e792737b046cd8e5853407fe37a57", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e41d404ad8944ed86a31ab69b5ac305", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "605b76b9b5fd42e6b4ac3c32734d1f6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "713a48e0df644c09a75bd8f751d8153c", "region_id": "RegionOne"}], "type": "volumev2", "id": "57f1e5df4d8942fdaf7dd21bdcd28b49", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0755bd25fcf4d8a9306f75ff2918c3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2405eeb3ee934ab1b741fc0b84e45432", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fb5f441f7d041e988d6be61542eb572", "region_id": "RegionOne"}], "type": "volume", "id": "0cb4efa60b004fa9b8d621379d4349b0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0004dec5c924043be0d92b0c2bddc3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b56081d6730438f9b973766db5cd440", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1d16eedbca94f04909963b7172709e2", "region_id": "RegionOne"}], "type": "block-store", "id": "2d44081da56740fcbc52bd38e1f6b5d6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ef6d6920f5924123aa051463c4afe4a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9a53117a6d7b4723ac871b86831f9e83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5fa9b7515e684676a829c692f07027ef", "region_id": "RegionOne"}], "type": "alarm", "id": "58d06e76e53e478abb014f65b99b3bf1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a7ce906b80ca4613b5dcc9244fbb09fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3cda8226440d4451858b58d098fbffbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cb2912a58af540faa8975a79a1e1be9f", "region_id": "RegionOne"}], "type": "alarming", "id": "2ea274c92bb045d6b3f5c557d0ad0261", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "455a14d28baa439091ecde9a461ecf68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b5184cca42e64c75b4b751532d4a7849", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e061740ce1c049f08252cb8b49a267fb", "region_id": "RegionOne"}], "type": "meter", "id": "1ca2664f5c6e490f8292a8500df7c0d2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b78a38998523479d9c2e10b71324f2a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c6fc893c2c754188a3a443b264d1459d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c35b95619084454f8e67ccd59d2022b1", "region_id": "RegionOne"}], "type": "metering", "id": "8dedec0cacac4da7bec7b68a52730d5b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5db8e3adad1844b19c37b4c6e5b40f16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "81d13925aa204c14adc337fe93689506", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "56bb098ae44b4beca4000f57290a3740", "region_id": "RegionOne"}], "type": "telemetry", "id": "07ecff6b805e4abaa49e0c27e0ab9b05", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ed1ec7ebcaff4cd8abddbe8de83cff73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "418479ceced348dd87d3b7bee5b694dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2385a331496c46399165358117b6a1ee", "region_id": "RegionOne"}], "type": "event", "id": "fed232eebbea42f3b4c65f2ae7263bf8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8e3ef20a081b46788c89a9f395a6d61e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "568e3d8b11f94037b2e36001933f777e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a448ac3d49a24a96ae3c5f7519eb0abc", "region_id": "RegionOne"}], "type": "events", "id": "fb1a0d1d04984795a32ba26970fb69c0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c6927eb0045a405bb593f01169d49d2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1cf8d08c6ba841aea5695ea0b2c14544", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "16045df4b8dc4630b29777526c7fe555", "region_id": "RegionOne"}], "type": "application-deployment", "id": "7796415d1dc645679a256c010c4967b1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4ae4bb84a0ea4578ab7a95188d93254b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e4033cb8437249c1a9abe4376bff041c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bed7bf16846b4ff8950eb1d48e1dfbc5", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c3072e014c2347f2b164744cbe4c06b0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ced33bc9fba8446fb8d3dbd0b2244117", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fc3a16eeaef247699760fd8f20833365", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cb06b5164fe847408c452e4d971dde25", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "593e119c24a14e72b9923bbfcaeb3876", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "42af86cac6b74f758c20e9b98f42b06c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "14fff8eb9ebb4c90acd4c92e704aa4ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b5016e7cbec34b4ab7813380d97ea385", "region_id": "RegionOne"}], "type": "tricircle", "id": "aacbcb715bcc419db15b636d18d19962", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "caba70b01ffd4fcea7c3dcf03b4b2b34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "67bafdbbc3eb4b549477d47e1721377a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0a00966240ca481fa788118b3577ef42", "region_id": "RegionOne"}], "type": "database", "id": "46779b4fd97e472299666c8244d1ef6f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "253a35204c164477ab82d18144cb3c06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9f34d9e822df4e57a6143646642d0725", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "82d6ed3d12554733af4602eee772a09d", "region_id": "RegionOne"}], "type": "application-container", "id": "d51bf01d3ccc40afb56c7a68613d9d86", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "26c34c3b12c4454ea5a59589ef725767", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9923a0739715440fb19c704866341af3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c9f1e9b7833e46f39f979ca5295340b2", "region_id": "RegionOne"}], "type": "container", "id": "cb0087fb46c44797b0da57660eef0488", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5b938bbfb06f476aa2ee17ace4a87eac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5f2d8f7139424842af82d10bfa27bc8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ddc4cd73d99f47299fb5235bc6e44caf", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "551b19bf921741a082316b69c14ebff4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a6275c23b5cb4e5790bf2538aa7fe89c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2636c3e2c1224945a94dc700ff5918c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cd1d65c7348f45e9b681f6f9f1af5a48", "region_id": "RegionOne"}], "type": "rca", "id": "0048c83aa6184aa89e9d487ebcdd735b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7bfd74b8367e4082952c93bca09ebe0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1a838a35028747388942ec1b6f48627c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c824bbca58e14027b059e34888a21003", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "7f8fac3b54d5482da1a1cf00b7a950c5", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c6e2815161b948e797f0228d2c8cd08e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "45cdc4bd07e8465aa36c2fd16da381b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "75ad20e4a78443cbb4745b4036eb8a91", "region_id": "RegionOne"}], "type": "network", "id": "e815965d42ce43cfb5a416491fb8f9d7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "159c2dd8f50343e1a0d82de8cb85abd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "5c30da3e9b344e5fbd2624dc5ececa42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ec4185478d074e7cbe94c23e73456eac", "region_id": "RegionOne"}], "type": "backup", "id": "b72a5412387b48f4b35d4d6257d97c30", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "51038fae311a4834a40b669e8f6b4b7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2bd7bd9b7b4f438f9dafffbc34f96446", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f22d3d81089d4eae96478e937d78a6b3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "99bd2b3115934e3a8ba1a95e70753986", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b386597d83214a9ab5d3c97df78b8c82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c73019a9a691401f9c7a3d058e1080c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "41f1e2e13b4f4c69aec35656a875fb42", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "4c9433d431c84e7fb3bcc1342fe31b66", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "59ecc20837904ba0bf07229e9bb0d4cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d6914b120afd48c09a1ffd3c0d2d8d7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "7bd4d528d2664ccfaafe7ebdbad8cc91", "region_id": "RegionOne"}], "type": "monitoring", "id": "36ab79b26f424bf0a4b60400ae0c5169", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c5f4fa1f368646a2bd514094ac819d5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b61c7ea220004ef0b7fc47a82e537cc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "dc558b802d2a4e7a93c263c461cf7d2c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "bac509f55d004a879c2f65fc51e6bba4", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "70015b22c2ac400dadc13c7b26742ec7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ec6dea84976c49b5b4e0f39b53ee9848", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8b3b66a3d5054a1f804ee99bbc491b30", "region_id": "RegionOne"}], "type": "placement", "id": "4ab3308d46204acdb98647cd3a5e0c9d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4c1e82f424254bf6aef57955686c6864", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "58892f6aa75f4a17866853b6004407c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e8ea4c2ed97f45c5854b54b8a8cfc4e8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "77990ddf135941598e6dde4a574a5890", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "235a14549e304dd58d1bf6e26028b991", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e081966f4677486a80d943d685fcda48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9dfc426bf9f54d00b8359f3c0965fa7a", "region_id": "RegionOne"}], "type": "ha", "id": "8cafc4d16cec4752957bf335097718f8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4982585277d942228f93b2876325d8b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "792a587c1652416184607699f7b5ff04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "483d2a3812474b008653ca57ec2a3189", "region_id": "RegionOne"}], "type": "reservation", "id": "b40695a37fa847898739106053ab6f78", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "835010854fb54e68ac6b2ac8071850fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ef7881a91bef4b659558a582667fa3e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "48820983446042bfa35a22d021fdd207", "region_id": "RegionOne"}], "type": "function-engine", "id": "125b7da9d2ae4fd89604711ad664383f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ee9338e5ffc04311ac474e3af6bd79d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "598ed43e93ec45fb958e80eca902de92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ac0c6ea9d71b41e08d86a435c2b81c52", "region_id": "RegionOne"}], "type": "accelerator", "id": "13e66822dd2c4a8faa56593b3bac0dea", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "631519fce07542248934c76c6528536e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f66f65f184df4462a09124f4a639b84c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "63e0baaaa71649f28765004e108849b2", "region_id": "RegionOne"}], "type": "admin-logic", "id": "47c4080ba18c4056b7e68c6a499a2376", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "60fc6babcdde4df0ab9d42a58d8f86dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "00a3a8ddb8644082819a3c02367b330d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f9a877c520614e79bba3245f3bb61cd1", "region_id": "RegionOne"}], "type": "registration", "id": "4422d94672c5419ba737ccaa4ec3148e", "name": "adjutant"}], "user": {"domain": {"id": "e55695a3b78e4016949c8dce66e67418", "name": "cb7de43415dd4eeeb057040e0fbc4af4"}, "id": "d19eb06d4aa4416cbdba18b9dd9bcf8b", "name": "8461e1fa013e4272ae9b746cb42dfbba"}, "audit_ids": ["7a6310360b2544b189436cc2796a5845", null], "issued_at": "2019-09-19T09:04:42.562602"}} 2019-09-19 09:06:42,804 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,810 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,814 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "3c666241427044d795d12ecbe3c03be0", "enabled": true, "id": "fdbfa80b7c5e483e9b73a32c931a0561", "name": "projectName-2"}]} 2019-09-19 09:06:42,889 keystoneauth.session REQ: curl -g -i -X PUT https://compute.example.com/v2.1/os-quota-sets/fdbfa80b7c5e483e9b73a32c931a0561 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"quota_set": {"force": true}}' 2019-09-19 09:06:42,895 keystoneauth.session RESP: [400] content-type: application/json {0} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_group_project_exists [0.732661s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,293 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,297 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,300 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,304 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,318 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.220507+00:00", "project": {"domain": {"id": "6f8b0585c3864fcdbc8a822ea14553d0", "name": "7eff6b56d32548c39170ca86748a7d8c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "104effd9532b440193c12fb8683997a9"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "19337f3171d84a2499d368c68c4dc8f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "6e4f18c9f67f437ca25a8e5c8e67488e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a751b35571f746d9bf07eb95c6312d7e", "region_id": "RegionOne"}], "type": "identity", "id": "f5d7003283d746689f5c7c2bbf364880", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c04b663617944aadb44d0900f4c6925d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6e2344fd67824858bde7cc3873300a68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ae30b157a76f4b8f9f9604d8baf17833", "region_id": "RegionOne"}], "type": "compute", "id": "54345e4a58a849549c91629c9a046559", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a87338b252b148fdbfda619055438f68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5c0f26968a934a238e4642be8343f767", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b4f4a2b403d2470192a6b0de0c7ff893", "region_id": "RegionOne"}], "type": "image", "id": "fee8414660d04c42b95ee2c2749f9a43", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "94dcc954581a4a9a994fae4c05b0b922", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f62cfca483614105b1293791b35b0548", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "839bc9369ea34fd2963b12d2c896fbd8", "region_id": "RegionOne"}], "type": "load-balancer", "id": "528d65af235748d88f9a3cecafef186d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d0e3c4fd7c34b63b7e511cda0a160ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91f47e61f7e446a28589fa7c4a7052d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4462d6b62d047cbb0db19f49520e6d8", "region_id": "RegionOne"}], "type": "object-store", "id": "150f74359aa243a8a2302741f72741e2", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c0a70b78da28451a96197d6654370d82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2aa366e3fa5d4bf7baa7273d3f98695b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "da113521f27c45229878eaf76e1b8939", "region_id": "RegionOne"}], "type": "clustering", "id": "e092609108324f53bc037f6d12b03129", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bfbc8846f618470f849ffaf181569ba4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "093e53e8e4ee4a79917f5bc72b2bef3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7a1148b200f44d6cac43ab217a5414ce", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "3a45ecffd57243a3a7749bc5c4947e6c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5ffb7d1ae6e94295b534c81be007e7d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "efa74ae4e34f4667915df642acd4cdd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c0aa1e2ee1364cf2af6dd7092268e6dc", "region_id": "RegionOne"}], "type": "cluster", "id": "50790848bed046949ae58dff2a4229da", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2ce2086da1d7494a9a8f556bd5e9fdc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "11eac1bef9c043eeb6c66360fd5b2f4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0699674d57b84ae5930987568a6bf523", "region_id": "RegionOne"}], "type": "data-processing", "id": "7122dce95b6b4b3aabb9908895d676fd", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a25f86b88d364856bae5d2ab50577598", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "425d0c90a1304bae821c2557cf0607aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d5fa56108a564de08bd2f764fe5f5f85", "region_id": "RegionOne"}], "type": "baremetal", "id": "52cc83c0bbf644359bb065c4eed43f85", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b24d860267d4454da8969b9f5afe960d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1f616cb83d704ecf8f66d78c0de10c38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a80a28d5b901442fb6af1aaca577f9c8", "region_id": "RegionOne"}], "type": "bare-metal", "id": "53f47dea591c49de917441f1f12edcc9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6f900dd7df314482b931fc35ac592716", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6af293b54e504a17991f749c1988d36b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "678050e258c0441caca3a1771c80a020", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1fe835dd9c9b480b910de5c4b59adb68", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2afa398a04df4ac1a1286c18aee958b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "36f3c28d68484403a4a432b59ed62dca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "dee356882123483b8c88f09870cf0916", "region_id": "RegionOne"}], "type": "key-manager", "id": "92ce466aa63844d486da0413199f3ec3", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "289a61b23a094c6b8277137971c3f028", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c34909d360db4fec8d135dfd015d8921", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7f4ec0ebf8b54ff88280ead9c1b43cb7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "86057aa2175c4ed2991a56439a3a9f66", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "01aa135b028f432e9ab15e85d865d298", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8e9dda9431044c2c8a68ae6dddcacb73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "90be82010efc480e99a6b0281f921a1a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b3b01593048b4569925a9c0e042143b2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b911f92a4b7047dca016bdd1b98761c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8e21647ee2334cc3931fa75c86874d82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bb8430b85d2f4dc2819b9ff6cad82c3a", "region_id": "RegionOne"}], "type": "message", "id": "080802f1c71b45a283fcf3cb79d03a39", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a9bbb11301574f9dbf264d336351e607", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "014d5dd0140a4688b316583a1024fa19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d1df380005f240048393dc805a12aba9", "region_id": "RegionOne"}], "type": "messaging", "id": "13395fedc292479c825d279e7cb9496e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "db9e473ba5414807ad760d3aa1dafffd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7d7c637be2db4770af7dc414f7ad62ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b9a85514d8104a44b2661cbe29091467", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f6d1d629974943f9abd6303a342ee1c2", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "05fe236ac18a49e1b06c0d3135808cdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a2b591c7d7e34861a0c541059c791e63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3d9707541551406a8993a8cfddc567f8", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4e7660a0bdd24a138d9c1c6f9d483840", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "683f61d1448648b2a209193438f79eee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ec737149e464405b933e85c232b5d38f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5a52ab6320e84dfbb72f9be718fd5ea2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "96918a0246244a76a00835e6603fe7c9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d01a98447d9b4daeb7e3a61eae33e368", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b18d20ed507c41e499004e27eadee605", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3c6f61560c9848779c0274aed5279182", "region_id": "RegionOne"}], "type": "container-infra", "id": "c634cf974ae1480983a4d9648cb5c99d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2726ce081dbb4996a64f1d9e99dc10a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "46524efc7a65411e9f6a62318a813fb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "456e4182d3f54072ad6cb94050c5c8d4", "region_id": "RegionOne"}], "type": "search", "id": "482a07f940634e2eadf7de8e0a276e69", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3cf23717510948a28b5091d3db37eaec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "92169614856f428ebe2ccf79296ac519", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "28e78a8d556e489baa14ad7b39dc0a2f", "region_id": "RegionOne"}], "type": "dns", "id": "4dcfcabc10e441808e30a64d1b49159b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dd0afa552e4e451f9f9c6cf8d61444c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fb7517f8a41b49bda4d52d2d3b999fea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "adf06d244b64419a8071f7ada0b1a598", "region_id": "RegionOne"}], "type": "workflow", "id": "b35164f738b5474995500bd7ab1e50a6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "99be8da3f7a94d82803552afd39253fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c48e5691174c4243b731181da8ef4fdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "58504fa3660643ada378277921eb49e5", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5942c9df5fe2484c8c4f149b2fecf871", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6a3c2663666d4d5384220974adc12c5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "afbf6c6574724f7a94798907d1aefdd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "942764dbbf18433497b062d9e59535d5", "region_id": "RegionOne"}], "type": "rating", "id": "5a0c526c8eb949fd99218becc21e27ea", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b646d4ee30bb46d9bf4a7ff23903f072", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bc86086595e748d6a77417736305f189", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d2045338131145bd81df3976c1c4fb65", "region_id": "RegionOne"}], "type": "operator-policy", "id": "bdd07dcffaf948a981f559314abbd9ec", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "45377535297d464495c88db209f7f156", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "29b38de3ccec4a5f9dfee202686763f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ef620f3f101747ee801499e46992dd34", "region_id": "RegionOne"}], "type": "policy", "id": "07f16d8a04d84742bb157180cad87763", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2a6804a4cdc44c859e9947237678a481", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7dab9a613591485c90e6574ef6463176", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d5811078b4104e7ca1f37fab54bd8693", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0db7cc02f18140f988d375efe6cb0a0b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e408b29949bd4f83b6324fc4400c25f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d81ae14047b4409d89fe7f832a4cec90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "74152330f9a0467b91b7c68eddab6e63", "region_id": "RegionOne"}], "type": "sharev2", "id": "994db3b2d44747c8a89b14c27fb06021", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aaa9b25ae5c545529209cfa2911ac941", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3f41742541b04092bcb6f8e09382b645", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b4e9801c234a4353a113f9e4314822cf", "region_id": "RegionOne"}], "type": "share", "id": "401a05ac69be4fe6a384bf76e2a0d47d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9f93051a22f547cebd66e98af887ac4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "390f0655ac404941956747ba757b6597", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "aaa2d61ea5c7435a8c3add0d7ff663d6", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0e5d76c33ba7463094d6bbb00b2a87d8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a41ce687c20344edb0570166bdb9da25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aeb88fa5312b4d9b9844b68e1ed1cad4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c76aeb0d5b2f4a94ae3ffe0021401338", "region_id": "RegionOne"}], "type": "orchestration", "id": "59bd44a6282945eea71edba7220d3724", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0745e977a7d141e6b86cfa77bb3f3b1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16fa5cb9320d491989882ab11d1ab541", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2852c96f6f204f38ba0c49a3622e3ee3", "region_id": "RegionOne"}], "type": "block-storage", "id": "2de3ff504afa49c9b32293d0fa194da6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e714d5c2fbf54aefbbee011475097ea6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21c4bbd52f204a6c86c34bd08d5dc821", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ed9f2606bd94180b52274dea2d5c303", "region_id": "RegionOne"}], "type": "volumev3", "id": "ffb0d3a4ca35465794b978ffac8033ee", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7748a266cfa432db0f4272347a72572", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4fb994ed48c748a6b9177d79d49fd08d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "937bc68093754293b5607a625de7f4e6", "region_id": "RegionOne"}], "type": "volumev2", "id": "f8ac353f3434427fb1c70b6962ae654c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06ef048c8157480590f2c5cb8ba6030e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "685e81bc46404d919d636ca61134f044", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c718cb4d89743c4ac21b2cae760c5fa", "region_id": "RegionOne"}], "type": "volume", "id": "a3ae6b2129d04db29e6d84f6e057c55b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cfb06d8e0efd4633832b582f878b3325", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c211518729b4546801370d20320bb77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b414d86107d14a6188b213b7082f8716", "region_id": "RegionOne"}], "type": "block-store", "id": "f744c57c7cd146999b92fdebc60c433c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4b022dca48934161a16f020584246b70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9ac8754ef8214c06821f9f1d5a48514c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bae54b86b00445efae0fcac8559a34ae", "region_id": "RegionOne"}], "type": "alarm", "id": "b54002c175654d60942558fa4c35cb82", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0cb7203fe9254cfa8e9614b409fe968f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f4ffafc15ab0428d9720609cbca93ed0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5ffb282c5b2b461b89f1a91f78159297", "region_id": "RegionOne"}], "type": "alarming", "id": "434f099be6e746168e68adfacc74852a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f95e009b2e9e4c97a3dd4dd18ffbad13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4a5b0ba107af457aa61ef6d86e82e1ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "068963e5c8fc4557a3b6d307db92a758", "region_id": "RegionOne"}], "type": "meter", "id": "d85b65c49e9a4f6bb9d31d37c3f522d1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9d26dfe8f0a7431e848c11d300207edb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e72912539ddb4e65808242311b9b2dc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f510d79ab773423d8e307bcb28a20053", "region_id": "RegionOne"}], "type": "metering", "id": "0ef158129ddc4bffa2b836ab7534bd67", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6d4ab97eacff416ba975883b46851ec7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5e7d348f71234ed8b3d3d857a1d60963", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b0bbd15256b54cc5b6b32e85ca2fe26c", "region_id": "RegionOne"}], "type": "telemetry", "id": "525bf222eca540678305bdf21cbeb856", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "53fc519429c74f34b409e5a409f30c0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d78d4edb167d482a80fc426f11fed9e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "27c8aa6cc4404c609afe850f6187a059", "region_id": "RegionOne"}], "type": "event", "id": "ac84730aba0f4f00844a7391669e4320", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "97811c5eab814392b2c580abd1e44f6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "139a4ad6171a42b0a4e2e486b47d7895", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e2e1d1e49b10457183f11e227778124f", "region_id": "RegionOne"}], "type": "events", "id": "364ae6b94c3f48fea8b44b5e40cd1d24", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d207b91abc214c19a154c36b7f2e02df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1b19f353bc464675b23f0cc001901197", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c408fd880f3a440fb5de20630568f431", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c14f02d803c444c9a08de001a86dd4fd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cde431f681754ab8bc41c6e28abbf163", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6e02bc56f23946e69d41519ce19ff226", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "86eecf841f874d38a22fe49a4e7bcf73", "region_id": "RegionOne"}], "type": "application_deployment", "id": "87a8cd793fa74ffbae8fa86cb8894861", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7224646e51694ee0b5fc1b34d8d8dd37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0fe688e83017438e86a508af7f1c6a22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d243cc2d0ad3456aad113d40586f46e3", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "258eda5022b44b3b851173372b8545fd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1d65fcc205fc4640b02367035b6e48b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c1fe243928dc4a4aa91945ae7e938af9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9b650029c3354c4282fbdb1652501589", "region_id": "RegionOne"}], "type": "tricircle", "id": "721a522a44214a828eb5580c35fa2642", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "47f984ac0fe34d3f985b1886a9fc0ba9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d4965f68ea404727a56a1c75153fd7a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e352149a042941cfafb9bfca32589fa5", "region_id": "RegionOne"}], "type": "database", "id": "1c7afca4c3b642f29f6d7d31078a1c60", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f3a1a5b90aca4da4b278f8a13a0865b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4654f4a8864b473183f549ff2b437893", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c201e7173a7a4ba4b2b24a2399b5625a", "region_id": "RegionOne"}], "type": "application-container", "id": "4352fd4de8a9452eafd3b657bd131e88", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a00f143853834db7b997a1cde331c954", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2ab490101064436eb8a9892ee18a2616", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "49b92650f2c94807af2358467cedbab7", "region_id": "RegionOne"}], "type": "container", "id": "c0f677ee842a4bfb879bfbcbcfad0cac", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "403dde657ca04b3f9af3dc61eb916079", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ce4b115ae5094ebdb0991c0669c2a57f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2d2e1ec0aae540648f71d6384dbcc533", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "17567e2d7d054a1a973745eca3a0b22a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c3ccd164ec3d4adb9e08d48f51690a5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "24d1069a53c94c14bc4d6292e8972999", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "91c48993d0c2474c928750b503658f6c", "region_id": "RegionOne"}], "type": "rca", "id": "9a04e513b2974784860c37c655edbd95", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "179fe8590d7b4a0d993d2d0591b41ca0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "19a92326d8c04851b2e3d730536ab7b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8b0b11ab6db8476285d37d447dee4a2b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4e34a96fc612409fa69595ec4746b2a9", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e7b9fd85a788451f85f4e177cfe93258", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "79466d1aa0a44837aed0cdb1c78b9c93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8074116032ad4ff6b4fc6ad709d9e598", "region_id": "RegionOne"}], "type": "network", "id": "a52a443712b746aa8021f544dbee55f6", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "42d0a74473b643718bb009f0fff4c711", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "6cd12c98d270430aa6b7cb6b9bfbfc37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "515a9a97c4ee4ca3924501501ce8e680", "region_id": "RegionOne"}], "type": "backup", "id": "591b1060af6841178c1c2a34f5047134", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c77f1b559dc040babadd77a409032406", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f0d0562f12ad48aa954755165c98238e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "56d378530f3a4294910708d0a7ed25cb", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "79e761ecb2984679a67a37badca2557d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3354460633c44e91adb73246b9b7010d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "49f525933c644ec9acfca40d3e2055f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c6b90bc0c8944a4786376d8c6174caa7", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d067a28923e44a3a9f3cee2c175c948e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f58f150787224f29863faef28d187d43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e2c41fd7808148f6a3ecb1013dbee34c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f176c1f220b34599a0abc15afe0183f9", "region_id": "RegionOne"}], "type": "monitoring", "id": "c84f6dab26934ab489b4c56aa4fd90ef", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "584b057c909e45f3ad03d2c63f7b9f8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a4783108bcea4b13807adf28d7c3e30c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b03993744e6d4b42accc124a93da1871", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9f0ae34993844e768d4efcf8993e2541", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ed32cd7d188e46ac84ee1412056b534d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "08ff76bbb6a74ebcabaab5d7077368e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d99298bfbad147979c16870084733a10", "region_id": "RegionOne"}], "type": "placement", "id": "ae2a307826bf40139fae254ce4976579", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6206e7327ffd4773881556e262721c9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5393444b6aaf492c863e9c7b19997ed2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6cbfb7618de14e3694070c7918412397", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a3d9a46992224b4e907b505ba5040607", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0e01cb8f816145518c113ca064e3580b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dc9e32c496ce49679304713250549f75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b293b2b13ec843a1861f276562db6fc0", "region_id": "RegionOne"}], "type": "ha", "id": "d64121f5d4f346efbcfc07f84117bc6e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2b5c4c327bd8431e86600cb03e5715cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2ed87dfb6e694cefadb7664bc109d95c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d75a70409487466ca18d88603cdf95a0", "region_id": "RegionOne"}], "type": "reservation", "id": "ea4862a8deb949cfb3b1bfbda884f287", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "38cc393024494acaa614cb7d63bc91c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7c340f7826914d81ae0e12fec5409b39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8ce7d906fee54080afcfc7ccaaae607f", "region_id": "RegionOne"}], "type": "function-engine", "id": "947fc5700e4e4040afb398e3da7d1723", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5da6287299264918883a5197b86bec18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "57b81ef81cec4795b7480c4f1da554be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "93c772b2fd0148b498ebf057df5d6550", "region_id": "RegionOne"}], "type": "accelerator", "id": "a839a8d792a74fb2ac306f9f0e6ecf31", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fbe0940e30df46d3bd407fb7532e1646", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "427bd4c441ab4e28a157f4b153fea704", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0d215f469c984d93ab63d82d83438ce3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "74c826748c0b4f46ba980980e8853d5a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "47e6bf4874c74c1c853a1f25c7ea475e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c3a0814b30b947ce83eb221e6e5fce10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "76a2f52bdfe84484bcd686f0e91c8852", "region_id": "RegionOne"}], "type": "registration", "id": "e41e86dae1a740e3b6d3c577066d1c64", "name": "adjutant"}], "user": {"domain": {"id": "a515051dc3684554a2b0b7a9cb90835a", "name": "3d5f1381d3c74f5dae595b13a8ce1f4f"}, "id": "3bedd8db63ae47d6baec69fc763e53a6", "name": "0257b4e0c3f34a0582a946870f266dfb"}, "audit_ids": ["2cebfb26230d4645bc06720a3405f771", null], "issued_at": "2019-09-19T09:04:42.220507"}} 2019-09-19 09:06:42,518 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,523 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,525 keystoneauth.session RESP BODY: {"roles": [{"name": "4593e31ba9114afaa7270ec5b0d2ff9a", "id": "93c53c12d00849e1b92cbbc828cc00ff"}]} 2019-09-19 09:06:42,605 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,611 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,613 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "ae44157e963442acab38bda4496bcf11", "enabled": true, "id": "d0cc251a61f94996933765aab5f7d114", "name": "projectName-5"}]} 2019-09-19 09:06:42,637 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,643 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,645 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "ae44157e963442acab38bda4496bcf11", "id": "57059766562948009dd971310fe3d3be", "name": "groupname-6"}]} 2019-09-19 09:06:42,707 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?group.id=57059766562948009dd971310fe3d3be&scope.project.id=d0cc251a61f94996933765aab5f7d114&role.id=93c53c12d00849e1b92cbbc828cc00ff" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,712 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,715 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "d0cc251a61f94996933765aab5f7d114"}}, "role": {"id": "93c53c12d00849e1b92cbbc828cc00ff"}, "links": {"assignment": "https://identity.example.com/identity/v3/projects/d0cc251a61f94996933765aab5f7d114/groups/57059766562948009dd971310fe3d3be/roles/93c53c12d00849e1b92cbbc828cc00ff"}, "group": {"id": "57059766562948009dd971310fe3d3be"}}]} 2019-09-19 09:06:42,718 openstack Assignment already exists 2019-09-19 09:06:42,759 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,764 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,767 keystoneauth.session RESP BODY: {"roles": [{"name": "4593e31ba9114afaa7270ec5b0d2ff9a", "id": "93c53c12d00849e1b92cbbc828cc00ff"}]} 2019-09-19 09:06:42,843 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,848 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,851 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "ae44157e963442acab38bda4496bcf11", "enabled": true, "id": "d0cc251a61f94996933765aab5f7d114", "name": "projectName-5"}]} 2019-09-19 09:06:42,872 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,877 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,879 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "ae44157e963442acab38bda4496bcf11", "id": "57059766562948009dd971310fe3d3be", "name": "groupname-6"}]} 2019-09-19 09:06:42,935 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?group.id=57059766562948009dd971310fe3d3be&scope.project.id=d0cc251a61f94996933765aab5f7d114&role.id=93c53c12d00849e1b92cbbc828cc00ff" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,940 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,942 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "d0cc251a61f94996933765aab5f7d114"}}, "role": {"id": "93c53c12d00849e1b92cbbc828cc00ff"}, "links": {"assignment": "https://identity.example.com/identity/v3/projects/d0cc251a61f94996933765aab5f7d114/groups/57059766562948009dd971310fe3d3be/roles/93c53c12d00849e1b92cbbc828cc00ff"}, "group": {"id": "57059766562948009dd971310fe3d3be"}}]} 2019-09-19 09:06:42,945 openstack Assignment already exists {15} openstack.tests.unit.cloud.test_operator_noauth.TestOpenStackCloudOperatorNoAuth.test_ironic_noauth_auth_endpoint [0.172142s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,841 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,846 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,849 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,853 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,867 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.779534+00:00", "project": {"domain": {"id": "3168fb4e12854e69b0058a7da553fb23", "name": "31ce478327cf4b0cae95e42dec2ce226"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e42110ef83a74c27a2294e6294535820"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6e3cfa7e38474d759e6430f5486ab518", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f62de9691a8f437398234e45fca616ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d8831bc839f6499f86b60b5baab73d41", "region_id": "RegionOne"}], "type": "identity", "id": "5ad9302a0ac8414994fa904b25e41565", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e886b8b05cb3463dbd65d13fd001e7b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b1d2006c95f4439dbac049a7f1803ade", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6d14f46a216b48ec81291b6f8b3db513", "region_id": "RegionOne"}], "type": "compute", "id": "dd509568e6b1459eb7580ea8c3dbe113", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "09ad189a55f3404399b8358ca6018be4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "fcb619fe5eae45be87cb21fdeec4cec4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4432503fdc4f4a2287c7819c768698f5", "region_id": "RegionOne"}], "type": "image", "id": "fb620db74234421192501584a4e1ca07", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "959cd3c6a0a74a3f92633cccd0d25fa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e8036084ae3b4005b5d40fcefd31a972", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f67e39eb4f7b427693950ab4e08b86c6", "region_id": "RegionOne"}], "type": "load-balancer", "id": "2b782cbf1ed14c0895981f4abe95b536", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51df8d907eeb4dae9d73a1c49df09aef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "476fc3d055cd4c819f78583b144090d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "303df13af2e54ccd8245a45b22259ff4", "region_id": "RegionOne"}], "type": "object-store", "id": "0097a8ccbe5f412d96abeaa150b466c6", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "acfd0a32ea8f46ddb062490537844c3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "502c940f83fb491b9dbc68c849cde0cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "91c1e81e06d044b2b770ff17a4156f5e", "region_id": "RegionOne"}], "type": "clustering", "id": "ee5016710b9a40c281a801d317473dd1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d77a2a40ad5e4a06b7cfbc521042823b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b8bfda8306b1459e815e88112c6b4cf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "18cbbd27c5b747cf97301c4abe3aeb71", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "761c70a0984f446fae2aff58ba1fc0d8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "805ab1d96afe4ad8bd8b13566b67aaef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9fa1272c5d5040e59713e98c8fd60758", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a8bba8afab7147cd99be7cd1e1c8cdef", "region_id": "RegionOne"}], "type": "cluster", "id": "ddb27b3239d74eb3aeb6d23816b267db", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3fc117ddad374d99ae2f9a3277fd11eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "41b0359dcc1447b89106521ab7230145", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "af5510f76915435c8fadcf60ffbc3b58", "region_id": "RegionOne"}], "type": "data-processing", "id": "c74663ae7a994c208c2405899fafe12c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "80c1ce9396fa42c995fec48354c43b66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8f7760edbcc9465881ff352d80d911b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "34eb9433270b48cfbc934cf59d8b09ba", "region_id": "RegionOne"}], "type": "baremetal", "id": "734592a9366648f19ae5ddb26227084c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "80781d7aa3e94ad59b001858e1509edf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5cc4478f602f40b19100824ee0e928ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e2ce7a61f85043eab58a71287a7171eb", "region_id": "RegionOne"}], "type": "bare-metal", "id": "86073a17ab734eff953f219e932b0ca1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7060da63595c4010b9d3aac4cf69f52e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0b7a1853bb2c4938a4054f6164e9cd56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "892e0f3503f74d19b6017e193a5fa903", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a8c75a8601f04b7bb2ba4606e151029e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ccb3a57985d440f690fbcf4f97c0ed8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a0a7ab7dc267416faaf0b7adf75394d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1e69932de4c743eea0381c7853885f84", "region_id": "RegionOne"}], "type": "key-manager", "id": "501e09aa49c34fcaa7f3ad8481f1423f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9ac798d3d1f545c090f1d95fee5cda0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d5332eda0d7847ff9e69fb6c9a08a943", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9acc562bfc0b4521924ea4342ad1856f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6ef657cccae64e9a9fe0e215786e9658", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9a964d3d9ff34e5ca93b1832a3bb43e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eea0147223ce4819b0f364e816681422", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5942f33689e64e76a180dbf2457aa839", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4ec09f870a4a42c5bac64ea17201ec16", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "303441b88aa5435ab2eac029c8e22bdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d9004c9a308f4f86b6c4bdcda32aeeb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "79d5a72792d747748a8a45f8e7479416", "region_id": "RegionOne"}], "type": "message", "id": "5dfceb483e564725900868957057d5f7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e9e3c7979eec496493ed312e9f1dd070", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "564db8f1bad9471983d30e2af45beb97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d734bbd0549d4f7180406f7970e7acd1", "region_id": "RegionOne"}], "type": "messaging", "id": "11b657d8b615448486add705dc7b91cb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d7716f5f4a2c429eab931a96a5f51263", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a7b5fbe9ef4e43298ca2fbcc39e05389", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e2bad6e3b7e3471190936e1c000d0114", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3b35ed3c62aa47e6b86e14d2f6b6a9fc", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "463c86a62edd43f48d799a6feff42912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0cabdefb127a434d9765c8448986527e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8c6ba3024a0f4da9bf9714dfcc0e99e7", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ec9a0b5e0dc444a48ee5e4c524bce36e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "14f1398df3f74dfc830cf53e73f24e57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a51a9361743e4279860a7bbfcf21f6ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c12cf7326c7d4a69a1f399a2dc68887b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "9e7ab408a101450ab18cca94c55f5cc6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "464fccdfad834394b366b8356786d204", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ee769228377944ac96f1493ebd31d8ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b505248043a42f985cdb2d3f76b5478", "region_id": "RegionOne"}], "type": "container-infra", "id": "b88719488c2e49e1b640d984d1d82c25", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "42b607903e4b47f1ab688621fad5cf8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ca68559111d34cefa590f24a9a800007", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a536853bf79844c5bf54cf83245ac322", "region_id": "RegionOne"}], "type": "search", "id": "6a672440737844ae9fb3c728a56b771c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a9cf095c0bde4f1e8280386cd20ee4c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "23c6abbbabcc4273b73a5c42c576baac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "40946fcd48ae4f8bb4102df1464ef506", "region_id": "RegionOne"}], "type": "dns", "id": "bf32c6c69350448385a4b1df11ecbe1d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2c9d84619d7645cfb35b7633e3c315f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f58e3afa84d943bba1c83f01c54e90c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "17f56fd74c884486b8c31f331da30817", "region_id": "RegionOne"}], "type": "workflow", "id": "9e483ac12f0245339bdad6a114ca70c9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5ef34e9037e1413d80a4fabe86e37515", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fb7d23e0db3146348f1b752cc94667ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "36584b4a8cb642829c77994d51434d6d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "366a2f62269e47cfbe4fed2234161e8e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "3177ccd63ae747669199fb7326cf2a94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "727b902845704ad285f127a25d125bbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7aa95570563944709a036444a74feb78", "region_id": "RegionOne"}], "type": "rating", "id": "f5cd3eea08d341119d7583e295131663", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "484e2f95c89d4bedb8fd3be4db36402a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "13468c27e22c4f2daad82f817184f60d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "30f2fb59f5f54d6a97b9f7ffe90fe052", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ea92a78a37514e54af0929a7c5764e8c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0c8056307e7d4c10a3119b0b34815cae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "55834ed604fc4a9aac3df4b9ae060668", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6ca738e1a0644adfacc69129008ca8c1", "region_id": "RegionOne"}], "type": "policy", "id": "cfd8b3ffbf5f4c5eb74eb9693935d8dd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c8737e4b04df41bd80b4794fa0290dfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e233c186b1af4f03be0113a5a3bd44c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6350956d98b34a289c28803774cafcd8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5cc51ea1eed045f69c6e471f329f4108", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f74ea630bb864612bac0159786f85e0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "02182bd63ff54e8eba8e399d4af545ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b447177240dd469985d1e5c2af34b935", "region_id": "RegionOne"}], "type": "sharev2", "id": "89b22f4216b4436bac4991d3b5de7ed7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "53d3511ab6b64a03b10cfdffdf2b281f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fa9a71af33ce4c049cb45148e6cad9e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c9bc1bde070a43769adafb6a30aa4012", "region_id": "RegionOne"}], "type": "share", "id": "b29db727910d441f90088f33123f4306", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5ff2a8e766854b62bde5d981adc8c8ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3c846080af4e4c6ca4d543902153e447", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d4f948c6710d45a685fd3f722b72508d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "33d9f0ce3ec74389b15600868036b227", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88271654efee4fd087de00adcd8fdaf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e2eaf74b4ed4a73a5d8bc9b52537ef0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a8d99f69fe14168b94cc3e25fa1bc17", "region_id": "RegionOne"}], "type": "orchestration", "id": "7866511934eb4987bcaeceb06ba8db25", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "086429211858412dbaa9af4321679948", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f21fc7aac3fe4d9b88fac914694c507d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd79cc61cd8947b7b2a398f645940534", "region_id": "RegionOne"}], "type": "block-storage", "id": "77c171c9676148bf86ab10d90611e306", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb78e4aeb36947db9db2297454d05845", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67af89ace0f944c5935b597b98d09d47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b59f17ea3cec408f92563348522b3800", "region_id": "RegionOne"}], "type": "volumev3", "id": "038a572fb81b4684896398fb3b96438d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0dfdc679d5d641b0bb20ddd4a844c8b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e4dc94c543042589e9d68afb5b6e71d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e562f8844499419ebad27764bd90dac9", "region_id": "RegionOne"}], "type": "volumev2", "id": "fcfd68a5e69a467f8c05dbffbaf46d71", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "292ab3264e8746969e18e483b04cdbcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3454f0c8232445fda87f382a309a96c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "663e92110cf74dbe9d536689e26d1c91", "region_id": "RegionOne"}], "type": "volume", "id": "18c94f460ff04007ba4470cf4c71750e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6565682443c247559edab608dbfa0ae5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a16d9aeb56b436d83b55b85570a946e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b242c2e2de0049bd8f2ba4c8449cbf98", "region_id": "RegionOne"}], "type": "block-store", "id": "18cf67e103ca43c58fa4bc9c6034aa31", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d55568681f89457ea9d6ae7ae2ce8c21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bfa54e8550774acbac1fc9ce5fcdaa06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "38ad7c6af62f4db1ada6aa47c0687a4a", "region_id": "RegionOne"}], "type": "alarm", "id": "20ddd18018ad461e8aa6fbe8a6023015", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f337ba2890ce4ac3b9f542e6125d2d87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "59883693aed24d8381189571e08ef446", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ca8a9ae2fe0448a48f9e9f55ad0ddf67", "region_id": "RegionOne"}], "type": "alarming", "id": "bc5d859d47324a669f46197de901b14d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "edc7f06bab464ef199558c2cedfd6d2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5ad3760f7f564fd0a07cc314e672202c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "239a4af8d86a4aa5ad22b5ab4da927fd", "region_id": "RegionOne"}], "type": "meter", "id": "7db803d5635c4d97922dd5d758a6ba0a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2ec95825970f4efca5ff43f96a4d9835", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7338b27414a244eab6de816c69828e2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9cd2a711604c49cfb1f4e6e2611c9c8b", "region_id": "RegionOne"}], "type": "metering", "id": "ff85fa0ebdae4d7596072ecdd68ad04a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "54f320c746dd4528a46c41ec5f8d3245", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "826a14128f654c6b9e45846244289e16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "803976b79d994064858b03979bd8b4d3", "region_id": "RegionOne"}], "type": "telemetry", "id": "802c6d1b3898419bbe89b4f6834dbfdd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "961ba2bcd9ca4da89fedf8198da91ea5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "af2acb894b04444db9099eaf97730d38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "59c7836aa9cc4e0b947a0752282107ea", "region_id": "RegionOne"}], "type": "event", "id": "e2750dee5ff544839a83f7c3696962e9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9258dfa93ad44f1c8766419308311657", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a06f4173a59f4608be50cb4c21ad3a53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8a5b51afbcd847acb5da7b117f19b674", "region_id": "RegionOne"}], "type": "events", "id": "aade2031206840c1845c4004aa9ee9e9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d3cab4ab0d304ab69c9b6f9478cbdcab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "073ef68376534cfc88364be7514f90ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8b0b3821734a477086398b24f99bf814", "region_id": "RegionOne"}], "type": "application-deployment", "id": "13376c8cdc554e1e9130a7481642376c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "31cdf4b5493e41bf98514ccd0b3bfa19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8501a48bd4d14152bb52b7bcadd783ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e03facae300f4d97941ff32ebfea52f5", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8800f22a6051409f968b6eb5bc727037", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "951248cb43384b6d90ea2bdca91b8cfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b8c46b70b8fa4b47b2496f88b16c6789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a51602ed76a7486d8e6a118525c6d2e9", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "db043fcde674404198a395273e666184", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "66633aafa1964689ae3842ca4b9aac1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1e9e4dccee134dbaa765a395030f2c91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "dbe5a9b7be90469d903f3850d89bff68", "region_id": "RegionOne"}], "type": "tricircle", "id": "aa701d1023b64d5ca89919d5c2da4103", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "aa13e7f8fe6a4f279a943e925b891f33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "37908ac82c954725bdc60def18e5a71a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "02869658ae5f43e1aa5861b5ef31c7a8", "region_id": "RegionOne"}], "type": "database", "id": "f97355baecd64e71b76d54b832ed39e3", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7d665b0dd18e4175b53b09ac86972606", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "adb5ac6b4da249ca98d7dea1c1fe6486", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9f889814053b4a859bb5920ada6efed0", "region_id": "RegionOne"}], "type": "application-container", "id": "9176fb6792b34cf3bcbdc18d867c97f0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4e11c0bf006b499081d4081ee69fd106", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a61e25b7005445cd8ca5d6e932e81b96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "31da71715fdf43fbbb8c2bf7176af4f2", "region_id": "RegionOne"}], "type": "container", "id": "75a2f7402bde49aa84383d6676d0f43d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bd794aeffbf74f21b09e6a0c94d67554", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6453d1a614314a6199b57ba1dc4c5523", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fdb078709da74dd89481d3f0643e4d2d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "98a1bb71b46c4ef4b5b82a1ef9e7f753", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "65eaa76d5ccc49879b70fb6cec15122e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c45218f5ca914ef8b0c6f6fc7dd89721", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "794457c2056c4e51b97cb867a2c9630f", "region_id": "RegionOne"}], "type": "rca", "id": "ed05ef3480ff454c87e1d0c7ae8c3d19", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "72c644fdbd9e4da6af7d539278d34527", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6ca490c6139b497788376e9eb134854c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "da2f5d98c40044ac94b2c30952b9b4c9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b1a1b7237ca8461bbe2e9c0f7c807aae", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "82ceb3dd713e40ea96e606f42eda0c96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "13a54d64c7f240a9addf28f348a5e466", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "56c6a016cc834e9f9423556bf519cdb6", "region_id": "RegionOne"}], "type": "network", "id": "62831fd644014947beec53bcaac46671", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a2de84d4b8074d9595943fce8c8cc24e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "568e34d39bfa42a6a9741f9cb024c3dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b525cf09949344808d749ee42fc1ec80", "region_id": "RegionOne"}], "type": "backup", "id": "b6878b893b9f4fadad7d09ddec475785", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bde6a9a877234ad2ae4e4fdec7b4437f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "88645e6123b84aaa917011a23e642bfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "422c4f40b9bd4dc6a37577aa43d73d5e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "bbc77c62b8d7408083722e6e5bf83a53", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "126870bf102844869326ada7996b5147", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "90c32e5baa2342d69ae870529253a370", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "31ad45c6236e456b93688f1b4e0da0c1", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "7d8c4f1089f34f33a3e174ba7ef402b6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "aa21f1f1d24643d88cf895a116bfa905", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3f426096269c4c759d1b3da6f8738444", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "84247f9ea7274df38a9ab35c117fbc60", "region_id": "RegionOne"}], "type": "monitoring", "id": "f31fb60963664b4bbc847cb36793b0f2", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "92c38738b3f54063b08a3a1cac5778da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d690e5415c8f4af89b1a0830474d3fe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "22eb43128eec484591442ee699c6a4c0", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "dd26ad06868f4f90a8bc734937d38590", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1b629c1be98e4cbfac34385983d4ccbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8d5dbd40742c4c9daf6ba372ebc48a7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f6200d98450445da99d2425fb6364268", "region_id": "RegionOne"}], "type": "placement", "id": "69b6ce74c8bd488389557765fbd26dc7", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5e9092242fb842609e5fe74efb870772", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f4bf4f5cefa04fc284ede97561839aa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a76768ddc38d4a439dc551f4268e3674", "region_id": "RegionOne"}], "type": "instance-ha", "id": "121bf9616b554382a0ab5adddd96aff3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7c0ce1adbdcc48bcb2c03e9d0ccbeed7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0389077e88bc48aab75b683955e9a015", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "74404d5f5a31470682f09c2ebf72b624", "region_id": "RegionOne"}], "type": "ha", "id": "bbafa2493528426b9109fe8360eeb0cf", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "45745cf07f264d059b6644e0ff99c047", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "56911aced85b41468c9aa726f5ceea35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5dfe24f2c97a4a0a8cdbdb4a7768f740", "region_id": "RegionOne"}], "type": "reservation", "id": "6929a1466ab04270b4d6f3e75f835cfa", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f00d0e03fdbf4be6af1e05706f06a54f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a619f08c2b574d52ae01e91dda883fa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "753cc542556c49d2a6c433d2630bd97c", "region_id": "RegionOne"}], "type": "function-engine", "id": "5e7466fd713f49c58c84656824d89f5b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3743a3a453e64724ac7b632c44f4b663", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1aeb8249896f41eb918004464aeceaf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d388e297edc0428e8b366607d5408cb1", "region_id": "RegionOne"}], "type": "accelerator", "id": "3a9cf4b20b7a4f578f60a33202125df2", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "47bc9f22cf34469983b005ee08ab3436", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "69a588ed12d049b3aeaf1a796b46ed6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e89f3925629b4c5098477de75db84afe", "region_id": "RegionOne"}], "type": "admin-logic", "id": "32f416fc17ae4180a65ce0b1a4ce5592", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c69be19810c743698678fc0a8ec84d87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e574135320524b37ae4719821e376938", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f9647260c9d44a7a9a63322bff5b28e3", "region_id": "RegionOne"}], "type": "registration", "id": "43d84dbf63584abba8f09808e8c74f68", "name": "adjutant"}], "user": {"domain": {"id": "6d135c2d169847d9b57c9d3a7dedde69", "name": "8ca451fb085f47e8bdd7009c363e14e1"}, "id": "46731695eb4741479a1657ff0cb310fc", "name": "d8b48e2679cf47a2aa02bf58d49fbb3a"}, "audit_ids": ["9cc9c1c2b24f43a5910835822c1c36c8", null], "issued_at": "2019-09-19T09:04:42.779534"}} 2019-09-19 09:06:42,928 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1 -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,932 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,934 keystoneauth.session RESP BODY: {"id": "v1", "links": [{"href": "https://baremetal.example.com/v1", "rel": "self"}]} 2019-09-19 09:06:42,938 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0889381cd307077a62125d055221e3fe559c50f4690eb6c61ea6bbea6c1bf4be" 2019-09-19 09:06:42,943 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,945 keystoneauth.session RESP BODY: {"nodes": []} {27} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_add_security_groups [0.074554s] ... ok {1} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_user_project_exists [0.770498s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,184 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,189 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,191 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,194 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,207 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.104151+00:00", "project": {"domain": {"id": "1ce664c38ff8411bba3fb3d488a1df42", "name": "971cc924ff454cf6ae9950a1c2a5f222"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "36c9f20e11484487b191d3b6a9afcda0"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ec8767bd5d1740c1aeb61f4291dd0dee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "538fc1728fff45c88d245b34e02eefca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "730aeb0df210450791e92f133304bd8a", "region_id": "RegionOne"}], "type": "identity", "id": "9c18f0eb802b429aaefa2c7c9911de42", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ff6a82ccf91548fc894445e5d62be277", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "03be95b556484e4b85278e01f18375a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "de962de5d59443559f0278b54e91ab06", "region_id": "RegionOne"}], "type": "compute", "id": "e7c3ef77c5b3457fa63a7b6e172d88ea", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4df86f8157294b7b83dd5cc712468e27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "864da807cba743969de73795a49009ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2b439c4c6b074f93b1d140baa983760a", "region_id": "RegionOne"}], "type": "image", "id": "bce5194609fa4700add4f6221f645d92", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1f70cc68510941108c9b818b8d52e47f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "45dde7bfaa3d4196ba194085b806a5c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a42e82e690f74824a94f8842c7aa9e83", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b7186de5d3ac428fb9e1c6980a5df5ff", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d9c27a8724b459a95e5a3669c270411", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08a42d50e48a48b9905bdab81d87596f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1006674d9e043519e086c2b7a9315f6", "region_id": "RegionOne"}], "type": "object-store", "id": "424b2f4c9fb54f0e9a67f2e53448c6ee", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b9b32fd1842145ada4432b2ceb4230d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6e669e01d78849fa8c74636bfe4ea992", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "010e1ce5e28a4a61a22f31a8b985f7f3", "region_id": "RegionOne"}], "type": "clustering", "id": "1134da90253b48eebcab54fc21e59c25", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4d267a7d6da74808bb88b31319782fbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1a281af4f02a46aaa13082ca29265a0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "18813c306e1349e9a7a511f0a7e480bc", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "96c9adb5c4a848518b3e55e7c91cdabd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c21d056d6a3b4bc09f7aa288157c97bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a8fa7256366e42d593cb5f53c3dd797b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "52ade5c9e92f47bd8366dd5a7e9bac5f", "region_id": "RegionOne"}], "type": "cluster", "id": "7b6831aed892423b956bd3d53eb87453", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5259e749ab92492fa2ef50ad2a14d9aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f5853401469d46e0bb170cdeed8525ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "fa0d15215fdd4278b221f145f4aaec11", "region_id": "RegionOne"}], "type": "data-processing", "id": "3ead1da92dd44c9d962981c763e0096f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dae10f6afedc4d4ca6036365940763e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "da64ec59c02643efa0876415a682a8ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "81a18a9a58384486825c1bca6a9f5142", "region_id": "RegionOne"}], "type": "baremetal", "id": "53e09f0bd3804568820227b386f8f6ea", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e871dd522cd24a538c31350c7793e197", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "84233968625a4e93a4f0b3d229110bea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "88f86a7ca971405fadabd848c06f8837", "region_id": "RegionOne"}], "type": "bare-metal", "id": "35daa694d1fc48c193093a22c16a50d2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5817259fedc146f18aabe60250080fdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b5036a5c6e164b9abad6757f403e0e71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d8cf0c3a4eee48fc9852fa8c571fbd62", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "885388f7f976458683da2367b93b59c3", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f6260303988b4252ba5441d2ac520c19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3de1be89af4c4769b3edf5eda4c51e69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "668a59bd89734056bd373e8bf7a6df31", "region_id": "RegionOne"}], "type": "key-manager", "id": "845b2f0b4a144030a0bb10387ee6046b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "006de6458f2c4a5080428903d9bc3ab7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "480abbbebcca491997bf1d24bebe1e3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1773347f465d416b90c03bf75db3b571", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "65202b0904c44d5abcafea13a34c71e1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4c7bebc80dd64768b9bbd479add56161", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "142c7777fabf4fffb2c0f89f7c80c199", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9f9ee0e3786742628a86412e2aa4e8ad", "region_id": "RegionOne"}], "type": "infra-optim", "id": "570b5ded1c404f4ebe535d769fa69ceb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6811707fff5b4bd281cb6d596c36c5a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "93649c9a66a649918bf6b91097c7b7e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8e00be45e6a44d7992c810c6800e6c06", "region_id": "RegionOne"}], "type": "message", "id": "df611499e0f34fc8ae7b8a116cc9faf1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "200b97badf2e4c80aed96efb6851f098", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9854827bf27d4864b8fff02aaed18da3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "624ab5f0be5041d9a31d73d3dc4c005a", "region_id": "RegionOne"}], "type": "messaging", "id": "12cee49df9074d6f8b57cd3108b75f1c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2f31d26b23d14a1baccfc9aba7beb043", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "27b94b2b95fa4052bdae6536e1453cb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2144a1590c264f4eb87bb3e1010ff8d2", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b618791026914873a5fb92ae5faab7a7", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "58490cfab74f4e4f82dad81a6a133ba2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c57cbff4cb094b4ebbf22a69cab830f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "48591f5e6bbc4e268cd960367b8e2bb5", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ba8efb2bdcab4ed2a7879bcf636eed30", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f1ab72de720b48819fa6e03fe976e748", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6802e765e3fc4d9fa14755910c04cd89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "147b811eabec4df89e100b69b1ec3007", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2c444e89530748be9ca170e281805b29", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "855f7970b4494d33be7078536b2663c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0bc4d3203542459bb05d98b6588c94f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68d5a33d0ab944cf9a71a6a60c8a9b6f", "region_id": "RegionOne"}], "type": "container-infra", "id": "c18ae969279942c0a7bdb25b0076cc12", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "82b9043f55e0457b85f12c22e5f68640", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f566400adbbb41eab1fe3264534fe71d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f9084ecf0a474881aac7eaaacb413b5a", "region_id": "RegionOne"}], "type": "search", "id": "1492229dd5604ae9b96c4a434159ed85", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d8a898dccd194e36a8dbd1b3c83aeed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c92763aa45df4f2bbbc5a76a7fe9dc31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b5f8ab7896004bd49e53fc7186b4b1ea", "region_id": "RegionOne"}], "type": "dns", "id": "04a2b08b5dcb41ce96fb4ddbb214043a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f1ab8a247bb442f88a5d321de79de325", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "839b05757b014c19a39383be5fa6fca2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3af4cdb7b1f643898980903d943ab557", "region_id": "RegionOne"}], "type": "workflow", "id": "0dcc5a30d1874da6955b9bc12447a637", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "309e26954699493896fda8ac8cebe20e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e2d68e7d9cbb4eba83940fc0ac916170", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "30ac14293e894141add6a87e079c8ba4", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6c4cfc4a2cd4487681f572cdea2cafd0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "869b5eb663c7471689d22f9785f8bdc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6acd311b64964c928459f931e79f1aa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9594a114022245f29c8bdb9415a80bc2", "region_id": "RegionOne"}], "type": "rating", "id": "0ba69d34e4b5427496283ae2eadaa4b6", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ee9b177c8ad143d1b7ee2046eda95fc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f6e191e9dcbb447db1ca40523f0b5426", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0ed12f69a57b4865aaaf2e660eb11061", "region_id": "RegionOne"}], "type": "operator-policy", "id": "9866166f8fa240ea818f8df02d595940", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5894138704344f38a9db5713f4e171ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "88785dcecbe24fae8109092a15a6a02d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8ec4c1e5e5a342fe80199093d2292343", "region_id": "RegionOne"}], "type": "policy", "id": "a0e5b070f00942069dc2d5fb671bb0da", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6039c926c6ef4d99b5de65b7ee68519a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c6a119b5e7b34cd2817c7a691c76c581", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2802c535c98741aea76617d9c5bc5fef", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1b623c1cf5424a15a8cc1627a652b6ab", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b3b345f4881341cdbacc164a1b7256c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a280559ecd194d888a2552ca190af696", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8c5e34dec75f4377aa6c472689447a6f", "region_id": "RegionOne"}], "type": "sharev2", "id": "42d3785ead5c49d6b0db10f9f62781c6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7c993985001b4958972361988314dd2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "71f4113565fb404cbb571b7bf0482661", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ed3a033456534e42947c6a8029fefdd2", "region_id": "RegionOne"}], "type": "share", "id": "da460dab656c4f22bc8211d564e88e08", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5df9a5270a1346a3813e8fb168cf7320", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4d241458ff3343868b60de4c7ca6774a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9564bb9712d04d2c8ddc68426b46a830", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9b74746a882f4494b852ff63471a8a2a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2fee92547f6d4876ac8878df9b59fa6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f12d7ad5684a416ea122cc18e6d36652", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f2159d0ff254d61bcc982d811ee65fd", "region_id": "RegionOne"}], "type": "orchestration", "id": "20a9956a8e37437f9b38154882632bd3", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ed6999033074981a0823c6b704ebd3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "baf39a8d52e94fbaa1afb0ddfef5b7d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c6bfcc6409142f19d8cdd93fb2b405a", "region_id": "RegionOne"}], "type": "block-storage", "id": "c69fbd9ab5d44404896b0c57be965dd4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3874edd54c75484c81380f1f350a9bfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a136b070b2d845d790b1e8dbe2dbffd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "152efa8a4f4345f296d2b9e32f703e15", "region_id": "RegionOne"}], "type": "volumev3", "id": "1845e92963374ece97348ffc5c470c40", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf9ec4d2fbdd4502bfeb614512c2137d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a5890de20004c089b746ffb878fbc20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3dadac6f4d64f64a179eb855dfafe53", "region_id": "RegionOne"}], "type": "volumev2", "id": "2f74ff166fa9430db7d74e6943a8bf50", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d396febbd79847118f9b06b133c630d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d6133412b2c45349d2d3a5824610f48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af896905826a4074b55f1f6b5290ed86", "region_id": "RegionOne"}], "type": "volume", "id": "256863ee0ff14380a80c4c7b347b45db", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79f9dbfbda70423c97ac00cdff5bb846", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae7fe5a420554e4f882893c328d4e0ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8982bcadcec6470f9eb9c292e848f7cf", "region_id": "RegionOne"}], "type": "block-store", "id": "f6db3c3b7d5f4f1fad3898f5bb4da1d7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6e36b91a44fc45e4b4e7b2b4ad58acc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5bcd279e0f71421bb9b2bd6aeb445dee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3382f73dcf2d4c2cabdfd6c3d0825d36", "region_id": "RegionOne"}], "type": "alarm", "id": "b5fb8206bd1545f9b9879acbb14971b5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4e33dc198f8a49d4b1ed359c5538d726", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d9390ec8020947e5880431fb5eda52b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0a4df91caa874447abea45f4c8a72614", "region_id": "RegionOne"}], "type": "alarming", "id": "f2c98bfbc31e417c815fd8c8d8f73036", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b7f1a92f194347d1bfd57c7ef48fd2a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fc0ae5a64bed4da8acab281122e3fd8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c8d0bfb98d8a45a0b0fff00544eb469a", "region_id": "RegionOne"}], "type": "meter", "id": "61c42a37179b4687bccf98c6b8818ea7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "570781132d4a408ab5b435a38615f0b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ee067c4fe1c3403c909da9a292fe14ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "780665f64c624208b557c6a518a21bf2", "region_id": "RegionOne"}], "type": "metering", "id": "0113b5193b5b4aa1aabd52a88455f170", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "28d0e0f796254c5b896055134422080e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0085b472895f4c229dd3108fb6c57caf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "019f814d36ad438f90747301effb223b", "region_id": "RegionOne"}], "type": "telemetry", "id": "72032749cb3e4436b8489b207a16b6db", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7e1647ebb1c444fd8b87efc63e03d664", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c5628ed12a1a436dbee626a1bd7e06c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f148fe2b102b4e68864290d3a69c3c31", "region_id": "RegionOne"}], "type": "event", "id": "32c5564aadac4b7eb3b4c956dc6dd7c2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ec10a9f7d4ac4db99df51915e0458dec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7ce38c6874b9452a944ef61963af9cf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8865934e6e9c493a98195e295ae11108", "region_id": "RegionOne"}], "type": "events", "id": "e463bb4c0c044a6cba135d3a2407e0ee", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b5addd10ac07468b83aa5217ce49e5b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "eeeb6611f3a940ada4b98e6b7a5c5db2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e43e882ed86c423dbcac7b811dffcc35", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d59190837a194c68944adaef54692651", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e934ac7976134f2ea93ca982514902a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "41c75ae39ae44a61be5ee14803d15693", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "779c7378ea6c41c98b476003b7f9b2d3", "region_id": "RegionOne"}], "type": "application_deployment", "id": "62dc12eabeb447dd96592643188e24d6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1e1d931672034605b59360750f0b2939", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "416527fa6dc84102aa8813577a767ca3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e79caa690e8643a0a465adb930e973b0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4d4f12461b7e4a63a70799d4d74ec108", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "22c8864f9a5a40d4b7632de74b62754a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4f9cee0bd6324077a59b08ff50ff523f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ad914328496c4b039901a110cc320c28", "region_id": "RegionOne"}], "type": "tricircle", "id": "3377df7414034550bc7eece9a8b3602b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "89858ef23ba347f0af76a69a82c429ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c55b0a3b63d047208a6aa62ed77d6179", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "75b2c79dd7b042fb91d30e4fb6649e1e", "region_id": "RegionOne"}], "type": "database", "id": "83bed59e41ee4a9daf8b2058fbc30b59", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c9c4618e99b040238cb1d710d3e39e54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "829c871936f64adcb47cae6c62eca5a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "78f48cc16132412e8ecb2110015e8dbb", "region_id": "RegionOne"}], "type": "application-container", "id": "c8bf46fa022c41368040b5413c8e5d7c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6595426303244222b5ba0c7a34ac6ca2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "eda393c2f6c4498eb7cdcfc621048155", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5176ac4b92984191b265027a68d8ce1d", "region_id": "RegionOne"}], "type": "container", "id": "d7e87dee82a74183a35d091db5988419", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "84e578fe818944649b45f8b19c35a0db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c863c438cd1d42dfb43eed73dab092ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ab0a71fb55a943b7822cb7f07f582364", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "dd523c5ba76b45778b37ac7d7b837b8d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "25a461b1ceec45c39c2647f92f832650", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fff4b5a00c2a4c13905d9cf3e864c634", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "13d92073f2184cffb06c51413bea37b7", "region_id": "RegionOne"}], "type": "rca", "id": "e4b7fabbc090488fab8358538d28ee7c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "710e5609671d4884ba0d3b3903ece166", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "23a96eec3e704b3e8e5a08201f69340c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "05927ecea97e46ef9328f4740434f9f9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "024e699401d84028b638f553e315492a", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4633faf4062c421397d333019cfd439b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b5a0fbe4463746a381bf6b7f75407f92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8cd292e3fb104b2286e851ae92336770", "region_id": "RegionOne"}], "type": "network", "id": "e606d4123a8c421a900a7b76c02403bf", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e9d507152d034784bf8712534a032e48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "5c4d668e151241baabaf213353e133fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a08255cdaf874398bce9e43922388e8c", "region_id": "RegionOne"}], "type": "backup", "id": "10aaf53eec0f4c66b59ef474eb1ddf56", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6bfa2dc6176d4778bbc89f3e15f79993", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "65873ea0e9e8450bb586484247f79630", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b6b43d262a754c19900eb78e76810f30", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "21965cc000e44a5c92794d81afaa5671", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dc7cb20cd67f4d93914de8f677c83a63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "792cf6c39c444f6ab24249caa2e2db4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "909cc38317834e48ba3dddd8cc8d19de", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "28c9fee0b21b4ee2a39f563b20665d9a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "237a4b6f1abd427492426bbea2df24c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "dd51b53963194ee7977c366c99629598", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5448c33ee649404ca388eaf78e922adc", "region_id": "RegionOne"}], "type": "monitoring", "id": "33005f8943a2420fa7278ae5ebdf6281", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a32bcab73c13489d8be0f8c7770cfeac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a487a2eedfd94ac783e9cae0da93fed0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "be61c36a42ff48a19a761dbb14917e40", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d74cfbcacaac4ca9ae6298a3503db784", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "28d0c3dc935043019025d7c431091850", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9d510908652f424cbf09cc6bc4c38f74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "87e144fc43de4ea7ba48d418c50e2456", "region_id": "RegionOne"}], "type": "placement", "id": "b6d199933bb04ea6acfb18291cac0060", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "045e886a86b742e8840296f5d1e2f118", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2920ea889ad54c7c95e5f487ac7eb20e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "27e1149473c94150b5dbeb2004208ee6", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a68deb451b7c45cbb04b17910c294be2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b283b46f152e43a3b3dc7054d9665b54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "561c474bb18c42b09f25921951faa12e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f22bd3ea95f847c282c1e1ffede08aed", "region_id": "RegionOne"}], "type": "ha", "id": "23a26cdc058443fea5d9b7711c461f8f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cd869aab63934dd5a05c85c707b9ab32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b859852ec1424b5e94194e3cca4153ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ee06c56878994e0abba81907c13f405f", "region_id": "RegionOne"}], "type": "reservation", "id": "6a40e21326804050bcb0b17f3ce277c6", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "33a8725c146d4ae0bafb1b02085c4b82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b67f10fbcdb845be9b7054877f2bdb20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c1a6d95fc1ff42b79b2a37878b790d94", "region_id": "RegionOne"}], "type": "function-engine", "id": "7157f25ab0b7418dba100646d9fa745d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b0966c8d9fa84fd6a70f49e426fc855c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c8a3d6b96cf943e4820e3a69f2cc6852", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1546c378791d4916bab9425c31e70dbb", "region_id": "RegionOne"}], "type": "accelerator", "id": "632dae47997846cb932d5fa690e3b119", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cc04974466dd4d89a055ac8dc83cb85d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "723006627a5b4bcbad24e088bdbfdf72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "63c3175d4bce44d49099cf50ca187bfa", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b68d4b4d4976433d8dcf343b02227540", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "07c4042ffbd54afda2cec3a9a345bf21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4a3289bda0b7443d92f3b7a7a9ee5450", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7e6c38441185479daaed2ab98e927c60", "region_id": "RegionOne"}], "type": "registration", "id": "7ef8029f95414e0e8e00a9e868d32b62", "name": "adjutant"}], "user": {"domain": {"id": "1528e825599c4886bed69d91cb2e3412", "name": "aa9a19ae31a84f2093a375b2c08b98b8"}, "id": "61a0299f0a4e4a77b6d0f3837fd3ed1e", "name": "6c2c188b80604772b5b0767f287e2fd1"}, "audit_ids": ["5124f54904dc4da5ae774f771b11483b", null], "issued_at": "2019-09-19T09:04:42.104151"}} 2019-09-19 09:06:42,440 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,445 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,448 keystoneauth.session RESP BODY: {"roles": [{"name": "fc3843927436438faef5b262fbc7ca17", "id": "905e7201bce244d690eff1c254b4e53a"}]} 2019-09-19 09:06:42,487 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,493 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,495 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "85461724af4745ab86a07fd9490789b0", "domain_id": "c890dc98695b4dad89fab5f40c3d917f", "name": "username-3"}]} 2019-09-19 09:06:42,553 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,558 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,560 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "c890dc98695b4dad89fab5f40c3d917f", "enabled": true, "id": "75309acf301648668562ba1c744ede9c", "name": "projectName-5"}]} 2019-09-19 09:06:42,613 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=85461724af4745ab86a07fd9490789b0&role.id=905e7201bce244d690eff1c254b4e53a&scope.project.id=75309acf301648668562ba1c744ede9c" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,618 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,620 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "75309acf301648668562ba1c744ede9c"}}, "role": {"id": "905e7201bce244d690eff1c254b4e53a"}, "user": {"id": "85461724af4745ab86a07fd9490789b0"}, "links": {"assignment": "https://identity.example.com/identity/v3/projects/75309acf301648668562ba1c744ede9c/users/85461724af4745ab86a07fd9490789b0/roles/905e7201bce244d690eff1c254b4e53a"}}]} 2019-09-19 09:06:42,655 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/projects/75309acf301648668562ba1c744ede9c/users/85461724af4745ab86a07fd9490789b0/roles/905e7201bce244d690eff1c254b4e53a -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,660 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,695 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,699 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,701 keystoneauth.session RESP BODY: {"roles": [{"name": "fc3843927436438faef5b262fbc7ca17", "id": "905e7201bce244d690eff1c254b4e53a"}]} 2019-09-19 09:06:42,729 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,732 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,733 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "85461724af4745ab86a07fd9490789b0", "domain_id": "c890dc98695b4dad89fab5f40c3d917f", "name": "username-3"}]} 2019-09-19 09:06:42,770 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,773 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,775 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "c890dc98695b4dad89fab5f40c3d917f", "enabled": true, "id": "75309acf301648668562ba1c744ede9c", "name": "projectName-5"}]} 2019-09-19 09:06:42,809 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=85461724af4745ab86a07fd9490789b0&role.id=905e7201bce244d690eff1c254b4e53a&scope.project.id=75309acf301648668562ba1c744ede9c" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,814 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,816 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "75309acf301648668562ba1c744ede9c"}}, "role": {"id": "905e7201bce244d690eff1c254b4e53a"}, "user": {"id": "85461724af4745ab86a07fd9490789b0"}, "links": {"assignment": "https://identity.example.com/identity/v3/projects/75309acf301648668562ba1c744ede9c/users/85461724af4745ab86a07fd9490789b0/roles/905e7201bce244d690eff1c254b4e53a"}}]} 2019-09-19 09:06:42,858 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/projects/75309acf301648668562ba1c744ede9c/users/85461724af4745ab86a07fd9490789b0/roles/905e7201bce244d690eff1c254b4e53a -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,863 keystoneauth.session RESP: [200] content-type: application/json {2} openstack.tests.unit.cloud.test_port.TestPort.test_search_ports_by_name [0.259883s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,758 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,764 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,767 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,771 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,788 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.693044+00:00", "project": {"domain": {"id": "0a65197b29464b559f562bf5bda670f3", "name": "24be3c0ba3474c219a838a4332f260ed"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "50d1d17232794a99aafd554f2528cde9"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "989f8c141bed44f7bd48651bcbd21d4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4cff5f78b9724e4ea66df15d086a4fa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "dddbe6e0c1804f7cb76562b84186e3c6", "region_id": "RegionOne"}], "type": "identity", "id": "857287d0187c438387993174e09d292d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "85d086af306348098435bb9409469f5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f8e8fde500cd4d8289728957b7364ebf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a951c691ddf84680814162b7c20217c6", "region_id": "RegionOne"}], "type": "compute", "id": "d739a599774f4719ba32a5889ec78e50", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d24358d5eca74358b9f84ebf94bd7ac7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ade939ff7a4741e498db2d2c748ae0d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "7fce32b1b2d940ce9fcefee0f8757a96", "region_id": "RegionOne"}], "type": "image", "id": "e0c326b8aff941f48c8a1a5d9c162b85", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "410583e491c2458db348e21b47c0e3d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "daff801b9b9b4f46805d7910d87ae4e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "02888f6d5ca54abe9c0f4a486abddd3a", "region_id": "RegionOne"}], "type": "load-balancer", "id": "70d2c931e94f4c8f9eac5f70f91c6195", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88fdc753399e41529ec02cc3f630a767", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "091c623d21f34098887bdda83a0e65d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2382d5b5c9384070a987af5d4899601d", "region_id": "RegionOne"}], "type": "object-store", "id": "c5116cba220648a8964739fbbff71d46", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1e07752abc8f4be2b7cb95e8397d2b68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "492801572c3f4836843307e402d7e895", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4d7d70d678bd47ab93a035cbc44160da", "region_id": "RegionOne"}], "type": "clustering", "id": "b5cfb4d50c454548b340ac36762b14da", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "18758b11dcc94f31a69166e2fcd7e786", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c95a2bc022d6474389bc202a71c64134", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3ec853e933e048d4842247cc5e42f834", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "89e4371be7e04b5e8ee4187c525e721c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d4050406431a4b91b2fbc0f65ebfd629", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8c4c4c386f8a4b7282b0e96bf9b9d04e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3f918577c77847efa04b597f3365116f", "region_id": "RegionOne"}], "type": "cluster", "id": "8e8dcd8eb071464ba6cb4374b4f49ed3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "715e01665d654c4d88be021005540d36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0bc26fbf80ab4c789ec9f401b06a2a4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d34f0370780d4962a89776f87ed0a220", "region_id": "RegionOne"}], "type": "data-processing", "id": "130683f171ec4f258ea3666e9b29c463", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4af11a68688e4ffa987fdcd12962fa22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "24b8629ccbcf4b378c7c85903d86991e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b4d2fbf3b9c04c11bb54cc58b223d4bf", "region_id": "RegionOne"}], "type": "baremetal", "id": "1aede8f33c444d03bb3f6b79399c9b8c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "aa15537c0abb49208b07f7eb4a1bc62b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f9b68ea5f0114610b31829e953a47cb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c0552d26d8ec4e09ae3318ff62fc9649", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b32e0b8e41e746c99e0869100676266e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5ac36e9e696f48319072f7e8d22c8f34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "59afffd695b14c4eb84080482bc363d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "cc1eaddbfb194d4ebb9c902ccdd7a5f5", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "875d780ad20b460aa731e72c94eb1f75", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fd953ea5a7b44a0a98a1a6864635ea2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c771cb9e5e1a4b7083e5e873d5084140", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "6b886cfd0bd34524b5b90fb2d75fcb3e", "region_id": "RegionOne"}], "type": "key-manager", "id": "4b1582a7d95543178179fa4427bc865a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0935a6c175654374b4c4a4847de56242", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ad150a61a0214b6e9b42424674e3f43b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "363e57ce53164a2d98b91a59659c2371", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f7b0d4d3554e425ebf067d7bc3d08fa9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2ca2045c9fb74634a4d09fd3e8df22d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f39bd8aa49804d4ca0141c7d6a640335", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3f6ad4c5671f48bbb11824e94893df46", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0faf5c4db3204c34b1333091888ea877", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5244c2db1e924e268f09ade813870dc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1debfcbb583a488d8a34ca943b63e3d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e1c8fc27bb1f4d24ada7807ae7bdaf93", "region_id": "RegionOne"}], "type": "message", "id": "f66a73c4902b4cba95258328d3d55899", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5c63ec8985374dffa4d5894b0962b330", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f146a2a0607a4576a1566427bb124b3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9a1c2f67dc9c44279b6c9566bcec0526", "region_id": "RegionOne"}], "type": "messaging", "id": "b0017c2019fb481f9c8320b1ccb15467", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f83c898cb08f4619832e97b3b255abbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0fc4c0841ce14199b50953afc7d090b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "300e0a36d33b4300ac3f3b6b3579cd2d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "cdf6dc1ab7c443baa179b9f11b19ffc2", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ac06532680c248269c0cfd110b2586b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "67f89c1ac23e492c8924134b9cab967d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9b32dffd5f0d488da48342212d529c22", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "23df5fe3c3fc4b67a7cfcb317d95f910", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "09086478f5344f28934e5d6cc28f15cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ed46a3ee775401bbf540d67e1dd1b8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1603263fb34046738b22df15dad54fa0", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0d5d1d39a1d24c509af7dc89f23cc481", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f153e769aaaf4f6abb6fd460831456fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "af86505a848c443ca6639a9f8a04989b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "79da28abbbb848f6872308485203b0b3", "region_id": "RegionOne"}], "type": "container-infra", "id": "d6ed60cce5a04c4ea22cbbef930ff7c7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ead6f10a59974f16b2077b230abd36e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9cc1cec097e24bd3b57ccbe3ee1b3f07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c1e0bfa768a141b09db083cef1f56e54", "region_id": "RegionOne"}], "type": "search", "id": "d048263396a7469c88fdee5e6817f633", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c8b362d3f4604b26aee1bf37824c4bc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "bd9f8cee054a40e6a01e38db3b066cbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9fc4bf85233d4375a78dd5692cdbcd21", "region_id": "RegionOne"}], "type": "dns", "id": "e3493a4faa0a41e6ada837e2f5ea0ad4", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a7dad1af4ecb47519a8e73e0b6708c71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e39f02d1e44d447a9c5bc45ae346c3f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a10fd8c47c1642f096e7c06b56fcb073", "region_id": "RegionOne"}], "type": "workflow", "id": "25055010d80d4b0d84ea2c51b70739f5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "57403cb0507d4433862493aa71aba8d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f98636859c8f4bfba8c6520cbbf9d5a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "700e93ccf7da44e9b53758cb883bce9c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4a9c7efeb2014a1ca36884abafa78a2c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b3c2905bb23d4a708f0345d9c30a16e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9e5722ecf3f54dfcaa3daba1346def09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a95c12905cfb4244b8e9f12803143a63", "region_id": "RegionOne"}], "type": "rating", "id": "147569890754454cb84582739ce1b8d4", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "39b2dc4ca5d24f04b6867dfd9f14a456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fd62c56b4ee749a1830ae538739e6688", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "773174673298468a8ff98cf57f554224", "region_id": "RegionOne"}], "type": "operator-policy", "id": "2134bf7170d34ea48acbde611f65835a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "397a424dcea04eb7a074d24136924e0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d53ea625c022410ab2d9441a2d3a0c69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "41230691d4fb4a25bb02881a386725a9", "region_id": "RegionOne"}], "type": "policy", "id": "36fd044c9ac049e59669a54b550ec174", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "487ea11f361546498db9e6cb1c9dd8e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ed7bcab85f874e618e2ff4fbe3bc548e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4944feb904e74865929d5a0e30a34d7f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "dfe951a949054bb18eb018572d5a72ce", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4b2969570dd6448983c26194d406eff3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2530a196a15240f38294393feb8e10c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c5c284a92e2145abb5a97f466498c0bc", "region_id": "RegionOne"}], "type": "sharev2", "id": "2ec06f0b9b474e298d95bd931a91077b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "baae9b2750944056951f9682af824550", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "48c1d338f5524213992e6dd0aef1f0cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a3b468c323444a148cd61b62879b179b", "region_id": "RegionOne"}], "type": "share", "id": "513021557e1541dab691b4f95d13a424", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "44c038cf15304d7a948108e0200f0b83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "66e2866d905d418fa7d75be32a2d63e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "de223f13f503407d9d03feddd2c55832", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b921fdc1717644e88492edf12a0ef7e3", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56deaa2b4ada43acbe31bc63854d25b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95076f0fa98e41e3ade4d0b98b631111", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "093a423e0a554c459aa1e13acc0be8fa", "region_id": "RegionOne"}], "type": "orchestration", "id": "9e167ac9f7694dbcb90d160d21cc6e6f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8adb17cf17b543b8b0379b5db8abd900", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bbdc01a4ecec43729b8b86484218b60a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c09c0a1c1d84413b3c45ecda7032c85", "region_id": "RegionOne"}], "type": "block-storage", "id": "f864b008cd5440ffb24478794aec9e56", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "971323d2c0da4eaea36d708dcae23288", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88bfcd09bd974ff8be0b959e08073344", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c147b61f9af54c45aa190f6be8edd472", "region_id": "RegionOne"}], "type": "volumev3", "id": "7fcd2f2d3e5740ce8b9bd5d58f9ea7f0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6700f1a055f04f95b5e63a1ab14ec9c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45a7e2c1405241a184249878433f4328", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58158bb27b7442c8a1f00ae441862b01", "region_id": "RegionOne"}], "type": "volumev2", "id": "88e4f9a1dd964444b668973aa3dcc542", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "846740a8c3824543b5fe507256c16786", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "929d65a8a6b24aaeb484c72e4126d28f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9464f18675ed438688d79de03a8fd373", "region_id": "RegionOne"}], "type": "volume", "id": "d26adc77da1c4160bdc185f8c302b152", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb55572f76ee44b992448b84c1fb2a67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17eba3ff37884f8a8fc669b17c937bb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47375e9869ea4f6888096c327b2c33c0", "region_id": "RegionOne"}], "type": "block-store", "id": "4452bfa5de7645169ccac703a3733d4b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3edb5bbb06504856808e37330fd4104b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "74cf2c6f06a546a78f970ba93843a2a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8ba6c5dd8e63485492f90f15c624eb12", "region_id": "RegionOne"}], "type": "alarm", "id": "0352d4bee9654b7c8c8696c89857fa99", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9ca8a37b73354a098b0bf3de8ab82e41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "47ee4781e3a440019ad72663d331c94d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "135cf7314e9a42e483b3b7333f1c23ef", "region_id": "RegionOne"}], "type": "alarming", "id": "788563944a264e8c939ef8e55f985f06", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "54068ca6899241f2bf9f5a81a86bbafb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "28917d1c527445e9b52c103ccf65858f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4f597c4ebd6e447087b6f80191c3fd8b", "region_id": "RegionOne"}], "type": "meter", "id": "096367488fde427c9d96e6745132b993", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7e20a041597f430999e8ea53252653d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "901a4ab74b274273be7abe16ed53dc5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "23c1ff925063403889b7a7bcebce0fbf", "region_id": "RegionOne"}], "type": "metering", "id": "b7b51bcdf1724002b955b7c28496922d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4658bbdf706b45afb7a3ec54299348ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "32d30ef9b4cd4cbab1d672c1bf6f9449", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d30f68b09b694ada906b44e28e54ffef", "region_id": "RegionOne"}], "type": "telemetry", "id": "91ec0534fc034cd5b036afbb2a8b3458", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6fb7904922f6429ebcb8bdfc20a23ce5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6cd5d073206f4678a199e85a7f90470b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4c1e33b7c9ce4d14a9a8ca5e7f6d17da", "region_id": "RegionOne"}], "type": "event", "id": "5120067c643149a9a24c477c1f651d83", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0772df0a1a654fc095e2de80e08b7d3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2968e3047d2248f6a0a0c514fe4eee92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fca06ade7f3f46e48d7706483b0d830a", "region_id": "RegionOne"}], "type": "events", "id": "347e4df9530942f88918d6f1f4150c89", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6fc950e37ba34c2c8650f68b078399ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "510862514c0c487eaadae3651f2edf71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d12eadb2c8424ae08574a39466d64dab", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d16263099f3946768d8e36b91e5287d2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f6b3f228c45c4ad1a036b1efc615debd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5c22deb1d53b476fb7d5edb6a5d124d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "044126df710f4243862acc0a8d15343e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "54ba74de0e624049a454d9d41c937559", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7c2b106beb9341b48182298466ad2edc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f9f199b7d8f54f43a04fe8e0af35ce1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5d0b45c320734c3faa0fd274db7dd21a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6454cbbba738452d97f2881fe2e31349", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a7ffc44bcf95471c89b2296817f7764b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "25bd38b660c649b9b9a4a29f84052c1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6812b720953b4e249cddf06aea2503e3", "region_id": "RegionOne"}], "type": "tricircle", "id": "f93ee0b2896347d89e766e753a51cf0d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e2edc302e6234e9a9818d6e5832a3d91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "99c6bc46b6e4461e82af0a312eabc394", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f12267a92ebc49a486e2b14eb6708bc5", "region_id": "RegionOne"}], "type": "database", "id": "f5eb924b062241d1bc1f129d730af930", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2c63bdffe665493fa49fb549665fab27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8de14c0f184249ee96e756bcd2cc68a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "49b9d6774a4d45c1a88336fa5648867f", "region_id": "RegionOne"}], "type": "application-container", "id": "d74aa896f8644b92aa3d94185ad9d79d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "74a886fa18df4d929c2aeb60d73395fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5ed3ad6f872b485ca13a6eacde109471", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e6d091d431af423f8b36db320fed2a8f", "region_id": "RegionOne"}], "type": "container", "id": "e61e221464544a30b57d1a34280ff39f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8a641dfbbef24fab8d2696f6dd02104b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1426cbc369d2438e9ea1f089b6d631e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bdce1878d77e48aea0205103fa5fbb52", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "5b4834963290430cbee0d4faa743e15f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ba485fcca49d43fc83ded17b7d0789f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "098f2be7831c4692b216e8f2c1e5877f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "95b63456fc6342b3bab766747d807f26", "region_id": "RegionOne"}], "type": "rca", "id": "538dea1b2b174342a873690be463ed18", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5076f40eb3f2469e9b554b7c7c291ad4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9c7c8ae1aa534b42b15d72099f3c032c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "876a2e188ad14098a8f2007d00ffc549", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0f20c85b1ca24c13a94e5680095692f7", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4b6f3d1434274992876205958bd7f5fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "306afb19b2d447eaa7d56e085736b03f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "65f6d7de98a649c29e1abb834f7d8664", "region_id": "RegionOne"}], "type": "network", "id": "f46063204d564be4958a8cc1caa22095", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2ab21cdaceed45d8b2d178f530073f06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a6ac4a820ede49bd8f92be2e4694d26b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4e460736f7014bdfb1b15fc0a8560e14", "region_id": "RegionOne"}], "type": "backup", "id": "c10bde6f684e49f19c3edbdc4f555b0e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e44b48b254ea42ea82fdf6aa1bc9bb16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7f455e6fe469404d94af6438cea702db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2d311f2ff56042039f350a0dfc57336f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "38b0b19976464c209f810378736fbfa9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "85428a361575440e85eb3e95c35d476d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5eb491bd05804df79abf043c8ca40be7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4e2b01099d804dafbee0b28d4f01672d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d5ee55a0b9714b15a0f829f4bbf445de", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "250dbf25a8ed4a119a1daca79c48c4f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bbf79cb11c5f4edab0340c84263790f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1da88edd025248a9a330d67d747b6537", "region_id": "RegionOne"}], "type": "monitoring", "id": "b3af8e18b7fa4206a8916a6ddfee79ed", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4ceb17b2277243feb5576d4b6acf620c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f2b12abd9a4648f3a46d1fcbd663769b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c5100ff13a914c53b6d471cd03faed6e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "384c441ce6454d5ab3f6fc2c29cee66f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "115f04c28e614a21a8b9ab022f65a4c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6e7374cf1062499ea81d1c4cbe7db344", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a4228f8f491348c6bc0e4833161da702", "region_id": "RegionOne"}], "type": "placement", "id": "fe4a268295df4b12bbccbae2b6e18362", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4f098baa75944e87a53c902df33fee99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0b0cf039a6044e8faa93394cd78684ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "48600355412746e68b081b7da59b5ca5", "region_id": "RegionOne"}], "type": "instance-ha", "id": "545375b6e2d24fa7bc39a1120a198b26", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5c49fadea919498d982298d3829d9b29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6a8c5d34fe71480d8cc45f9ca9d1dc37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b9e6b3e55b46435693e2cc57ef82ff34", "region_id": "RegionOne"}], "type": "ha", "id": "529392349ac44d03bc51e7baee2b09fb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0bcc4d04ca6448c2b57fe7c5d3b0a931", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0c13c26e9c604e9c86e32ed2f0e24f55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "20aee23decb949e7841770fe47daae7c", "region_id": "RegionOne"}], "type": "reservation", "id": "4a99008337944ca2b4a7938345c9223e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d9755fdc4b40486880f18adb59807e0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d0ebafc4cf724f6c92db75663de8564d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "270c3f7d3d814f8389225a6ee5029473", "region_id": "RegionOne"}], "type": "function-engine", "id": "da12db7a565944e384940f4af7a05b11", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e98bfa884a25433884d5488853f9d9ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3e4d35d5cc594e1f87d0ddda783f8eaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0f981d5d6bf642cf8dbf8969d71ee9eb", "region_id": "RegionOne"}], "type": "accelerator", "id": "1dae6bf173784fa2b700d70087bab651", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7c677f7ab99f4a189b2239a401b124c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "47a9c59da3114870ab4d1f5cb03d4bfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f07b3a3da3f54c9b86bbb4606d068adf", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a5623c5d3878422081c28a05120e560e", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "525d974cf6db4814b6ad448a8401656f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1463dcdfbb094dbd90ce8ea31729fd67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "aa1e6fe65aaa4e6a8cc9bf1212d4df28", "region_id": "RegionOne"}], "type": "registration", "id": "3e2ff439ab5c46009f8a922931fbcd8f", "name": "adjutant"}], "user": {"domain": {"id": "bb64fc86508b475c90db41381e190a17", "name": "f93804fd4e2c4449aa6ec0800254c782"}, "id": "428a1f60c79c497a998101cf97cee7bd", "name": "bcf20fb1a8964286b12b133d065116ac"}, "audit_ids": ["930e7648fba74d99be4df1e4cc1cbb30", null], "issued_at": "2019-09-19T09:04:42.693044"}} 2019-09-19 09:06:42,936 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,941 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,944 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "binding:host_id": "devstack", "name": "first-port", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "70c1db1f-b701-45bd-96e0-a313ee3430b3", "tenant_id": "", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_gateway", "mac_address": "fa:16:3e:58:42:ed", "id": "d80b1a3b-4fc1-49f3-952e-1e2ab7081d8b", "binding:profile": {}, "fixed_ips": [{"subnet_id": "008ba151-0b8c-4a67-98b5-0d2b87666062", "ip_address": "172.24.4.2"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}, {"status": "ACTIVE", "binding:host_id": "devstack", "name": "", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "f27aa545-cbdd-4907-b0c6-c9e8b039dcc2", "tenant_id": "d397de8a63f341818f198abb0966f6f3", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_interface", "mac_address": "fa:16:3e:bb:3c:e4", "id": "f71a6703-d6de-4be1-a91a-a570ede1d159", "binding:profile": {}, "fixed_ips": [{"subnet_id": "288bf4a1-51ba-43b6-9d0a-520e9005db17", "ip_address": "10.0.0.1"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}]} {17} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_external_provider_ipv4_neutron [0.248340s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,676 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,681 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,683 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,686 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,698 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.599103+00:00", "project": {"domain": {"id": "12892e04385147b098c25a6a4f4bc84a", "name": "f632cef4844d4de9bf86f99d1ca108f1"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ada4367a57ef46ddb516f75b18b6f00b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "af0e8d1ab8a2408c87a1a82e979df835", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f237cd777e50474ebf338b920eb16fe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "eb4fba8122ba4b9ab60c38654cebcce3", "region_id": "RegionOne"}], "type": "identity", "id": "20b88f5bec554b869f658f631ef596e6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "601c0787f97c43ce96cc0bcd80c67e04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0801e4f86ab4422e847f6fe0b1fdb867", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "67f9ae7ce9ce429bb7b5000401138486", "region_id": "RegionOne"}], "type": "compute", "id": "a3323b1db6af40168a75e436bf1a95cd", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "df548e7fb7f54e9fac01ea1c35c6a415", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e6d5ea451572410da05bf7a2f07e26aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "91bc70e37ad4404cab525161e228ce91", "region_id": "RegionOne"}], "type": "image", "id": "844251cdaf194373b24eab3bc520d332", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9a74c8623a7c403d8c51130fb708c738", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "540757c81d4b41f4a5d6290db59c1f14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "63d32f7c38914c2da688c148325efecb", "region_id": "RegionOne"}], "type": "load-balancer", "id": "76e5e3fd17cb4a95a4773e88508c5af9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bddd9d29fa0449858ff0ffee3275b7a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a0227fd38ad4d41921d35a254e2da1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0db9dc254da2413d9c53960db9560b26", "region_id": "RegionOne"}], "type": "object-store", "id": "e82412ef15944da29c48801a0ec04e5e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "92f6e835bdb0454291530a8e78b9f429", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2a213b2c7fcd4af9a3ffc208a0f4d4fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a70cfaba27304a9e82042141f3dbdbf9", "region_id": "RegionOne"}], "type": "clustering", "id": "bd590a56e3614b37a65b561d67878bf3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9f3b95387773433da13801ebe947cb7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f9eaa50824e14f84a533d76fb0af9c6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "27675dec23f84ae1bac746b97febc04e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "50f9c00f23be45f2a7e5e39cf2fd5330", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7fd37b740e1d4712b02a014791dfd3bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "205c10e4713f416da4050148d8e5a765", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d7418701cf6b45d2a9a211550269ba89", "region_id": "RegionOne"}], "type": "cluster", "id": "61811654b8a540a2897ead4ffad51192", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "514f8cf4e9064c5599a85fa18e7917cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "58e6ccf16c0d4112b8d68b291fb643ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c63fb68730574040a1cdafa766ccbc29", "region_id": "RegionOne"}], "type": "data-processing", "id": "7f1153bba5a54ef499ce5e2ce43b1bed", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3c60ede20a244735b7bce268f82ab673", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1299a3e3906d4b96b62be68162b51479", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6ef2daa21a4144dd8316fdbe534c37ed", "region_id": "RegionOne"}], "type": "baremetal", "id": "8c6ca3061a5941b6a4f89ed102fda151", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "67ebd8413a1a45efa0f2f273610f11f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1906b5d798124f89b3166a62ca2c9232", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "200359d94bcf4c74a9e8ae6fe46f50d7", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b789c22de47a478389afa965b02776c8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3b32e54f63034a9faabf4af735d4e51c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c6f163337d384bdb94b3bcd72cdd2991", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "178c120e4c0940a4b34ec896e26be2e2", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "84bd91795b9845db8a0355c5ca2bd6ec", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e2bd4ac3a03e4ca48f22f12ed88b987c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5cb5c8910bca43a9bfc8fc96bcc8b0e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "88ea93c072c24543b7c734008e7974da", "region_id": "RegionOne"}], "type": "key-manager", "id": "fc992904bd85423e92a70df54d8ba63b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "917aef4a82134e11b6cb95d02992343b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "04984fc2d09f411997b7dc206e6c684e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "10f828c63ad340cab826141e1e443454", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "7f175d4d4b774df69d7434a3a330111c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3449c4e740454237903e2fb81b4dd15a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "66691d4d8dd44852816ac5b1f10e70bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8aa1b34a550943bf920cbdfd8e28b67e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "38a26b661b4c46129a3f5beb9cf68100", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bc23353481ac42388db8656b8daefb8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c18b2c9eb3fc4b789f6dcf1f75e61b1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "770c0a1d5b30431aa7f4be94af3669fe", "region_id": "RegionOne"}], "type": "message", "id": "6f0c53850cf3434a99024925e8d325db", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4b1306f68a524516ae6cddd865e8be23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "56a241c119554cf5b1084920ebfa38c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6f513fed38d249729aeaf80fdf97b59a", "region_id": "RegionOne"}], "type": "messaging", "id": "1989fde449fa43c5a895d993c55409a5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "069cbe2f37944d329382eff239d8c1f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ead53bd0aeaf49b8aca524f6972f2012", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "7cc32f6cd813416a9ed8c9a10fc501bd", "region_id": "RegionOne"}], "type": "application-catalog", "id": "76364d71eecd4bfea498ed2dbdddb64b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a135236ec44d49ee8487eca6fd3a599a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "659e323ccec649819bcca4220738981a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6df265edfc8a4efc822ed1e7b8c8235d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "48afbd0d0b904b46bdb0de71190ce3f6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e7673099a2b04cc48c67d1353c5d860b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "090b8a17dce04d26a1f83e7373edcc69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1017f62f2e434d03b7dde43c1038cb9c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ade78f52e12b4a33b57296777886431d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d927edd00c3e4c748dff5562afe8be14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3e46dc17ae7144b0b6fbe2abbd96f2fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a6fc83456cbe49eeb60a7ca6763188ef", "region_id": "RegionOne"}], "type": "container-infra", "id": "aa17eead76dd47ee836d70ee92ec56ed", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d19c60f249634ddc8c1497f5b4535988", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "115018de3ad448f6885db2433589da89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6a5a7c2f0ab44ea4aafef49acdb70b21", "region_id": "RegionOne"}], "type": "search", "id": "7ffebfa746c044358de68431a83c5764", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c66ff9044c4b4c9b97a04b17d5aa130d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "faf70d36acf24e5cada6fea8e4450491", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ec9e2ecde134487d9b14a917adc8c18b", "region_id": "RegionOne"}], "type": "dns", "id": "c9a4214d59e34e8ab428770b8496856f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f3ee8be9deb846ceac1fc79cd621aec3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4144ba4ad5be4e5fa60a54c07f0ca64a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "88f5807d95104965be3f7b5946353419", "region_id": "RegionOne"}], "type": "workflow", "id": "4c96bcca06eb411c978056f7de2d726d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4d3ed135d97d4886b6ff7a27389502fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8bf6c15e613341bc8e6031862e7b4f14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4cfffa3dab814fb7a9324c028ba93129", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8cccbc666acf4fa7abd6abb167d9148e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "83c8281367b148ce89a5601cdcf57138", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d042e4e79cd44ad4b09732775d02b959", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b112f1064dfb42a58481f619baaad635", "region_id": "RegionOne"}], "type": "rating", "id": "c9e5316699ef4375bcdb64e017ad68fe", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "45544ade3c714bada36e2f4483e4d908", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "157eeac3417647e089386e1ec3ab2a38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "71cf496e25504379baef1e01dc1b3610", "region_id": "RegionOne"}], "type": "operator-policy", "id": "504d099fdf9841f79d9086b79ca0d7e9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2e50f2e91a8344319b3ba9df7086eec9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a3d07fb335914809aa49f603656c1974", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9e6d9e6aab9f4820a736fdc1581fc762", "region_id": "RegionOne"}], "type": "policy", "id": "2541a61f38bf4fb9a62de86c4ea5af31", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0a53980e374745c380b9a99c092a9d63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4be0707a52cd4fe38e3993466accce3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7e5376e362264ea3a15bb278abaf6ecf", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6dbfb510f70846deb53e4adc30999422", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "35c46857d6c048c48dac01c03a15b53e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8d477d4b72524018aa1af8ef9866aa85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7735fa57436c4b5ea1619b8746768213", "region_id": "RegionOne"}], "type": "sharev2", "id": "b3f2443dd2b94651b07abce2ad37dbf5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "322d83bc9c5140c9a1e95e3bb767224b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aee0657fade34383abda83f014ddc8dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d148bce9fd8940b5b35e6b0b64d807ce", "region_id": "RegionOne"}], "type": "share", "id": "e3980953fd254e1d9853fe88fcb9eab6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "66a3a6dd73c04a9b8ac430f6cf9d1aff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "14128617a22944fc8295bef0836aede0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b402d58b6b144b639c60e46140df5e1a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1c9e36437a6e4695960591abd24ea96a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e365d1ff92f42c28e8a49d4359044c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a494fed327be48f9a9f0f846a276913b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "751e8b6d2873486b985bd13db0887b07", "region_id": "RegionOne"}], "type": "orchestration", "id": "4130c43158c94b3ba6080f2cd0665247", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0253fc76eb7f4e4ba8c13bd4e62d7a3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3417d4fb3b204faa875943360fc9bb7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3345d10656e423db53ef866825538da", "region_id": "RegionOne"}], "type": "block-storage", "id": "520c1f9756a944bf93c637af91edf97c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "008f08972c2c4c74aeb7ef31f18eb1c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0cebdebc2ae944dcb8ac042978397df5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11f87c14a8794b2693fb2d2367f33130", "region_id": "RegionOne"}], "type": "volumev3", "id": "4a1b11267278408388aa2e12a432abae", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c61b37da6f14418c98a08955e468b6d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc3b922b0158417badc63b9f9364d4a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4287f6c5ae2b4a548474fc0dd2d1016e", "region_id": "RegionOne"}], "type": "volumev2", "id": "33b6fcc6c737400a997039da39149efe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4105a437fee48febfc34924e40df636", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4121bbced87447ca9b7d3b6e80c99749", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f50e5527a4914097b4c029108ddf9c8b", "region_id": "RegionOne"}], "type": "volume", "id": "48b8858fa9ac401a85569cff3a754a26", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b9c19d8f4264149bc8f15afbcfe7ea5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "764648942803421abfd0791e6d6d823c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3a3acef5e074773bd330fa8b747ac02", "region_id": "RegionOne"}], "type": "block-store", "id": "5714a5e4f76146f4a4244d9ff8bbf4ce", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5e75865a84f8477293817070ce81f8c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f23b8b6341534c9d8a93634166b024f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9f8bb344f572456899902ce09b953cfd", "region_id": "RegionOne"}], "type": "alarm", "id": "002eb6781dac4838b58ed709d011cf48", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e4bebcfe9eee472a9aa07d14b6d5bb07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ea75656441094b77a9efdd19fa07667a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f8ff5db1ee6a4e0baa34f5c8298af3d1", "region_id": "RegionOne"}], "type": "alarming", "id": "3df964343b6548f78fc783c8fa37ffc8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b9e1694af2db41b9bbe5c57f3f4cc669", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c0bb9f8c75de46dea0211b8056797587", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "31f22796cd7043c5b47bac8e54c3c055", "region_id": "RegionOne"}], "type": "meter", "id": "1ca15f4d8203456f8d793b507e561941", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "45dc0e24d1a94720b0f17692dbba05a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f8d402edca284c1e8ca25af6e6757135", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c3a85d0983754cd1836f1b8fe9024a33", "region_id": "RegionOne"}], "type": "metering", "id": "e94947d560bc4ba7b6f9a1661ea9b2db", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0b8924b652f94d82a8f518fde6011bda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fd83ea40c9fe448eb6ff5315d3a965a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "40957828d5fe4b57a5202770e83de6f9", "region_id": "RegionOne"}], "type": "telemetry", "id": "fc58297148894384b0bd7d40b127917c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "26d37f1f9aa04960871f2a20edcddea5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ab2d08cd76ba4d96acba8a24d91cf539", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6e92ce2d01164efab53b45ffd3b2c88e", "region_id": "RegionOne"}], "type": "event", "id": "52831cd763e348b48ae9cd06c0a446fa", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "97cb96fac88a464aa44eb083e5d80165", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bda464f9cbe447c38eb032439ff23a40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ddc6f6635dbc4c39ac86a0163567c6b2", "region_id": "RegionOne"}], "type": "events", "id": "2e28eda790ed453aaaeb36fa01aac680", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "70838569fc994cdea340ce952001d4b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "43b95349109c4224a8b111e54b467c1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a349e8c630d44b8e9b504b49e8dafdab", "region_id": "RegionOne"}], "type": "application-deployment", "id": "6ec1880ef0fe41fc99afa21c1aa3b240", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1651c14606584ae6aa93fc7442db49e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e2cc07a91c42484cb0926287d48afd66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a9e10d0d40234cf9bc53a62d5b608c38", "region_id": "RegionOne"}], "type": "application_deployment", "id": "de16d58245c043adaf1e6c1b11eca892", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bb8ef426e9174cb0823270eabb2df5ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a20ea3f0d30246f88134d00c8baba9d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a1830ac123ae40aaa54cb3aa9d03af75", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "1fe3207a69ef40e5b1cc5a8549909cab", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b7bd200c33b44397adc319fecb3662d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "df4b82538eb14d31aef6a006e2059e03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "797fee6b6f0941828039d7ba0b4189a2", "region_id": "RegionOne"}], "type": "tricircle", "id": "41af6a78a7984101b92f24814e58a0bb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "91d5576f25a444d2a11cb73adade57d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e2592e0682f047d78b1524a2be1ea31b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e30078e89b0446cd8b52a3664fe725c4", "region_id": "RegionOne"}], "type": "database", "id": "29f8795a549a4b4b9e5a60cd2899a8da", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "016b2f14105a42928ea4e998c925a75c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f3fb1aad2b98479db58c56073f2b952f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "da2f8c57775a49f6ba26a4158f964600", "region_id": "RegionOne"}], "type": "application-container", "id": "379e66cb9383465890109e4459c9f0fd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "db48c4fdd4df40dd828f2f72fbc1ac8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7e3f3f7d363543c88b92f418105508ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5a08c8d6d9d34d169ec2d6c25437925b", "region_id": "RegionOne"}], "type": "container", "id": "63e1046164b340cdb4ae24493c81fc28", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cc7a3d36c5c84c51b64258499e5a90c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "326e5f20e3c94306bf1fae59ac30d2a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7d00b7fe707940d29d1c10b64a958342", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a99d2cff20cf4c1994f1b2af824fb3e0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1836f95fabb748e2ad3892ce1db1c7cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ba0ea8d1c29f491c9609943630b5801f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a634371ecffe4404a4c40328051a4337", "region_id": "RegionOne"}], "type": "rca", "id": "88f641dc7f91432ea1e386031fbabd0e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a95c5623b8f84e0ca5d8b4613e64d4ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "44f741e1b84c4a9786926be97e64299f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7f68d35e3df246efbc44f02edbc7317c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "6048c21d71284e01b220e8b81156d07c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "1392543a00b247da8d936fe2a9e02fea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5daeb79b55084320b331ad5b14fd68f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b887902999994da4ae08e8ba794bd652", "region_id": "RegionOne"}], "type": "network", "id": "70a4f918b89b4b859b03f89b2a54b2d5", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "24e32fefe76e474b96a23f1ef6e3dcca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b34957f2fcf441d2b4faea879ea7f013", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "718c4cf1fa14479b942bb0669989ded5", "region_id": "RegionOne"}], "type": "backup", "id": "743b919b51dc442c974822308a0e11b8", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "03b72682774645599679edc17c9635aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d18b43a1025d480d8553e5f9a92243c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2158cee00738447fb2c66694c4bacb5e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "db8fafdf99554be6bad6208d8d0d74c8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c2e33b1ce3c245c496ed7ba5eac94377", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2b04c0c40ee847cb8b5f29c0907326ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2d8a7390c9274cf799bc72575ab43abb", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e50752a056af477ebab8d20f0a47c85d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e17bad4d38d141b090f7ab268c16d7a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4a8d9e4a7644465bb2cccd8e2ee09b97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a8a08e66332848e3bc11a7e84548e0f2", "region_id": "RegionOne"}], "type": "monitoring", "id": "a58fec2ad4084483bb78c5d9bbdb8b94", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f5896ea170db40919fef752beb9f382b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c24344e5604f45b78b07ff5cb631f07e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "3bc87f7711a14fe08d3252d5ba870360", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7fe5d4d6593540d68fd6570535fbebae", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0a9819e3ebcd482c8a6f9728d103270c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "711648f61e24405a90e9545a936d50f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8b05c46ea2f8449a848f6fcc4b6f0ac8", "region_id": "RegionOne"}], "type": "placement", "id": "cb0fd9a18e5b4c6897c9cbef823d23fd", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f236eeb02cce40af8d387fb5e7c5e2ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "886b0ae745b444f297a6810e303bbbdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5842671a5ade4333b7883e8ffad99692", "region_id": "RegionOne"}], "type": "instance-ha", "id": "205d7106a7824389a11c74fb9aa47b49", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "00091f6c57e74c2a8498fe13f46de041", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fdbe503a8bd84460b7c2ddabf3a93a7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a35baba83669402b8af7d205f37cdc2a", "region_id": "RegionOne"}], "type": "ha", "id": "98261da5866d4ff7aaef5e99e0a6a8d3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b85e7f7282064db6a919c6d82484abec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2973f5930e724a11ba1724ac00fb5ebe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4aed5ec148484fbd88d7debcd10b3b53", "region_id": "RegionOne"}], "type": "reservation", "id": "234e112a2f4b4b198c39bdd6c3aea536", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b7d02989f44e4222ab8913bb82c33ceb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c401c2f958d545e89528b525724b0749", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "25f72c62f0214b85a3cb95c4733184b7", "region_id": "RegionOne"}], "type": "function-engine", "id": "c1d6d69324824bfb9a1b41057a2a11a0", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3a31e356ca214e94a8fbdebf81fdcdbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c4d7ff01c7c0474da9b880206027ffab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6322155010c543ffadfe3f4cb1f974ad", "region_id": "RegionOne"}], "type": "accelerator", "id": "f3a4499087e441b9a715070ee019ca5f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9cd2a15beb704b379ee1f55a3893370e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "10efe0f70ebe45ebb8ab78cb82fce0c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "24f38e03d1b74e019968fe8f3c9d8312", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2e894607963a49ce953717af3879a246", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fdcb996616bc4e0a85cbf50043b8a4c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c5d595e4c0174ab0847ce7f470a59256", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3b63ecfc1ac547ea83cd7f6a36089f57", "region_id": "RegionOne"}], "type": "registration", "id": "3bc811f73bbb41e59ca724bd207e019a", "name": "adjutant"}], "user": {"domain": {"id": "b77d6cc93c424e7189c23d39b609e0d0", "name": "238e1024b09d49f98e0d996d023f0a0e"}, "id": "8d278e740eba4f96ab3fa40e7a2e5929", "name": "e5a6d2b77f094d11b66e3df268dbcd3c"}, "audit_ids": ["c7602ba4197b4a5ca2946a48faf3af94", null], "issued_at": "2019-09-19T09:04:42.599103"}} 2019-09-19 09:06:42,798 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,803 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,806 keystoneauth.session RESP BODY: {"networks": [{"provider:network_type": "vlan", "id": "test-net-id", "provider:physical_network": "vlan", "name": "test-net"}]} 2019-09-19 09:06:42,832 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,838 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,840 keystoneauth.session RESP BODY: {"subnets": [{"ipv6_ra_mode": null, "allocation_pools": [{"start": "10.10.10.2", "end": "10.10.10.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "10.10.10.0/24", "id": "14025a85-436e-4418-b0ee-f5b12a50f9b4", "name": "", "enable_dhcp": true, "network_id": "5ef0358f-9403-4f7b-9151-376ca112abf7", "tenant_id": "29c79f394b2946f1a0f8446d715dc301", "dns_nameservers": [], "gateway_ip": "10.10.10.1", "ip_version": 4}]} {17} openstack.tests.unit.cloud.test_meta.TestMeta.test_image_string [0.064656s] ... ok {17} openstack.tests.unit.cloud.test_network.TestNetwork.test_create_network_with_wrong_mtu_size [0.062515s] ... ok {24} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_delete_security_group_neutron_not_found [0.180863s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,732 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,737 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,739 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,743 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,755 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.673091+00:00", "project": {"domain": {"id": "19d595d646e647f79271d82a81dd6dbb", "name": "535027d37c0e4fdda422d505a533c852"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "fcf6ab4805ad4522935615a635e089a1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "dc5bbd6a7785438bafb76da4322db130", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f23ee7b894ef40d7a8474612a65eaa85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5872351dd60d444981a231d7e89c6cd7", "region_id": "RegionOne"}], "type": "identity", "id": "22d37ce1358646ca9b226cca97cd5c9e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "39bd7ce72c0046e5a6924a5f78fa48f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5cb3e1e6b7584e1e9292952f661f0805", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "502e3d56bb414f20b6e60b6be11c96b7", "region_id": "RegionOne"}], "type": "compute", "id": "ea6b83a8ebbc4ac69a0824ebf8a3eb07", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b1cad1dc4bec468cbbc567caa0d4567f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c17124fcf61440bc84120c77bcf05c10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b63fc156d9ad44f3a6831598d51674d4", "region_id": "RegionOne"}], "type": "image", "id": "fa76e41bf8d44c43ba51e4d9b05ef266", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ff46abea5df644d9923fccb18adf572b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a972a31f04014b3d9c14f68cbe90b92e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7b9ad3dc958342449623792866465682", "region_id": "RegionOne"}], "type": "load-balancer", "id": "dea3723eb6884309aa7e7bfc30efb316", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "318ea2cde6184822895a51e8ac133be2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af009327215842bdb63e6d7e2d2bd48b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f9976b8a6b447b98b0a09ccab9d5cc2", "region_id": "RegionOne"}], "type": "object-store", "id": "9a0be8ff286e4ca89d16e593641467cd", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e5de91bc84064db099fb80b4e87d074c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7c6a7e3248cd4c1680534ef76b40df9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4ceaf0ce58944dee97f01a1ac301884b", "region_id": "RegionOne"}], "type": "clustering", "id": "da9794775efe45a29ae48700b5218aeb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0d9c1573d39a44a2bb68257a4cee33ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e8cfa7315e3e401eafdbcd0a2ad339f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "306ff54f116e4673a6ec4227db6cb2f6", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b6c6a8e507d444128dd174ac857c0dbb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d37f8e03f9d1436287a224490e06c027", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2d5b5576478647feb9022fb1f36923c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e6819923706d4e0b8a737a1598af1166", "region_id": "RegionOne"}], "type": "cluster", "id": "75681789442f406880e25b268f353d41", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3735ea5aed0141718f02a3495f76c19e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "19734300dc5b4772b1cfd1f7950936f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "90bfc6cab325450191450ebe1d6507ee", "region_id": "RegionOne"}], "type": "data-processing", "id": "8d1dc432295b463297bb94a6fedc7da2", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9b3867ab28e842308afb254648099051", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "95178c6d29f7430d9c885c9669f104e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "51dd0b59f90a408da1cad0ec6037999c", "region_id": "RegionOne"}], "type": "baremetal", "id": "8a3a9b94362d429bade31b49130a13ae", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bcfacfdb0793415490964522e6afce1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "628c688f883942d684b865c2074ab771", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fc350441808843299d3750797b7ea088", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b5b11601b32f4f52a75d0d5fa9b40456", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9d6f81ca808e469dbbc1de91b46c817a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2cb5487b3a7a4b08bf99ce8ba6cb8db6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "50071f3cfbc9424c9e48ba2e0fab2445", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "eb81d2fa73e24596ac76e63634b2204d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1e391808489a471cb5ac069b3d57182d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4c9f00f84ffe492984c509cc20943547", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "cf5d2f4213a64317bf088ce7a9dafd70", "region_id": "RegionOne"}], "type": "key-manager", "id": "6f29bfe9cdec4defbdf87b1e717686da", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "47817378bd0a42719c3448156fd9062b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7e23e1266ae5400eb8fc9217d8741da1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b331042ab64b44b1885d49a9ad4bb5e5", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "09b5573074284c5fa19e1e8c7c2eb013", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5136db6d0be545da9ece0329cf0f0df2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d82c6388cc2b4558a51aaa8749ab840a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c85725c1f20c439fa173b620d0879b21", "region_id": "RegionOne"}], "type": "infra-optim", "id": "af0607fa7d754e99a84b32f368d846fa", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f5615ac314dd4912b32d772e6f473df1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6cfc2e3acdb644a8b8c627ca773df9a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ae7669067e1744bdbb63fbdb05fc8e4b", "region_id": "RegionOne"}], "type": "message", "id": "85b3cb3d7cc342528a9a1c8bcdea1291", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "66e61680bb9c4c04baed1771e89f9dcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "165187521e4042c295b5f3a3a99c646b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4306e2e469a6471c96e1ba5fd6d2fe85", "region_id": "RegionOne"}], "type": "messaging", "id": "5ef9206afa254802aa28e9b0e5c75d74", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "21797003859547e7bf9ca4544830b7d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e254c79e2c2f42c8a949b0be62a12126", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1be305fe189b453bbbb234f11dbaf123", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c8194918a3a240efb1dc1e29dc751632", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8b764fd154e84ee3aaa553c59f6f4f24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "09413d8770ea4ec8ba07bccdf1e5835e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "79396bb5fb9f4f52a78b28427f5ac7ce", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "aad1a79bce8b469ab0da9eec58d97b23", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c75a453cdbc475f8c5b9db8ce54c6d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f0abd1ac444446a2897b15ddc79c0b7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "da8821fffa474de69cb0cdbca1ba77c8", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e67e230e4ae548b69612328c403c4cc6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "15fabef345004c59b208235ca588686d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "83ab01a750984877942e639a153e6598", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a21b44182af14c429377c9e5aa376d94", "region_id": "RegionOne"}], "type": "container-infra", "id": "cb645d4641f34d97b5f92436002ffc8a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "9aaa5adbc61d4345ae0463d78ed6acfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "266136ff1b074968bb680a57f638ad58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c282efd89402464788728a7850d82d7b", "region_id": "RegionOne"}], "type": "search", "id": "311da634b1df463388d2faaadd3900c2", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1f95aa1f7e6f464a992573373b86b6a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "952f926a72b74bb79e9635d23388b737", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "71e7813ba8d945bbb76685432a6d21de", "region_id": "RegionOne"}], "type": "dns", "id": "e7f54af52db449f0a0bd42c3f1f2ace1", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9e590bf99f2e492e9a8cd50229b3903c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "36420c72b65f49208efd7aa5621fce68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "91422a3454594d2f99cf54571ac84610", "region_id": "RegionOne"}], "type": "workflow", "id": "6cfb5e7fd0c44ec095d81791d72925fd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "37492803398e496eaee4f2329401a70c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9bd602b89380410a9c9e63a48caf6d55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "778f4750dfc24187a442227bf8c2a3fe", "region_id": "RegionOne"}], "type": "workflowv2", "id": "25ff142558e74c1f93ff31590571192c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "168e26053b2e4d059b71f9b4a81fb4f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7ecd9d2011484e4db1ce972d1423a92b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "893852ad3a3d4678bd85510d2090bc3e", "region_id": "RegionOne"}], "type": "rating", "id": "ce77696c01de44e7b446cf6a834267de", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d2281a33cf784abfb972fd58558e380f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d826bfb540ed4e6e86cd2a0c6876cdd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e68438ec4890466ca072a20af5cd32e1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1a998528f5b140329a0ca3ab6d6b57e0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b7322044287246b5b46ce50ceddb4581", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c25cb0c584e04635b59bfeb9f213b73f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "310d4994c5924f8d9588b92d7e0c53bf", "region_id": "RegionOne"}], "type": "policy", "id": "4c460867d6db4735832f0547cfc5dcd6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c630300d3f794cbfb25ed26a68cadabd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e6354437a26143ef89a0b2dd01e32f67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "860ff0ba37574dff9848b6973c640eeb", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a16277b4d68941ee87939a0016c0ffb0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "81c10c82f64c4edb913af1f66c57fc1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2c4504a10b144a2db0f55b63e8c69961", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "60b34ae7cdcf446bbb59e914964c1f24", "region_id": "RegionOne"}], "type": "sharev2", "id": "d990f10d76d44caab24186eac8faa98a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e2768c655e264e039ee34460438fa12e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a34c98cacb70400ea23f3663595af4bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3907d0667bb74512bd19258f858e1fe9", "region_id": "RegionOne"}], "type": "share", "id": "bacaf6bbc8524d2c9d10251f300431ee", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7fe8161f227f4d4c918ea22095854b77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "faaaf035c2044f52b10895812911bf69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4fb4a4bb99a04f40a5d0eaff330ba696", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a00c20d0cdd048498fe6f647f0ec5aad", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "038df66403614714a513214b870dc8a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26bb323a18054d9e85072b2ff36fa84b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f93ed761f8714fa58f8ad93c0cf6498f", "region_id": "RegionOne"}], "type": "orchestration", "id": "024d1166072b4a8c808a07ecafc1ad4d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e80b910739844455b7b4b10569ad18a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1027a1f46be24d5ba6b8028600de954c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2ae947f7acc485e9d34661bd37d73b6", "region_id": "RegionOne"}], "type": "block-storage", "id": "e4b8839b717d4bd982c5ba05f41862b5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73a0fd089a594ba1a7b6a94747a2c006", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c80335545fac48b7b84d63a982461b92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0ac36e91611436c95f9f17de5d1f23e", "region_id": "RegionOne"}], "type": "volumev3", "id": "006be247d5ad4937a01c03e6df39ff62", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "287533d87185429b86b11aab119dda28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf628c8950f54b7fa7461821bdd9281f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bc45f72733d406ca6ebb6da67432ada", "region_id": "RegionOne"}], "type": "volumev2", "id": "16ed4d71dd48488fa5361fdaa35bdca4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb5a9679c8d5414a8f5296ccfb033fe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03c3f81f89b8491182074f6bd466c5eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e34901de4844a40a1947014c7369aaa", "region_id": "RegionOne"}], "type": "volume", "id": "0076c7c5209740f7977a2bae6735a6ad", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02ce02a5923e43c8ac117ac15c9c79ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d19598b2b6840d38accf22427936029", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f21aa9a308245abadbc058eac0c81be", "region_id": "RegionOne"}], "type": "block-store", "id": "4c220b4acec346d3b1a9f6e7ab5c7634", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "35ac768c33704e57859b084f3b8e3ed4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9b928be151f64cbd94fae1c2e531cab8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5047ad1a45e643fb9fa29916b0b3bd35", "region_id": "RegionOne"}], "type": "alarm", "id": "6f22056bc9574ed4b74ef63dfda08617", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ec86f4cdeac2426db0372e66446a41b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0c48d2e72808430a8efad3793f943352", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8adc38685090424ca6aa178a43fdc2e7", "region_id": "RegionOne"}], "type": "alarming", "id": "1fe8c22f3f5d4e6eab3e9a6e0a30c831", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d8492ac744d54edf8a5ae9b22faa642a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1f497b8f025d46b5a5779d61bea77195", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e2a101cebb0e46c1ba1f24d68b1c48c2", "region_id": "RegionOne"}], "type": "meter", "id": "3f1566fc14b14582a9961a762ae7b35b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "023079f0d73a448992ff035660de8cfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ed8b30880afc42e49d8ca2493455c36e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4587e3a40a6d4d62abe90910bf640521", "region_id": "RegionOne"}], "type": "metering", "id": "1e42ea187c494744833ff3a2c389c1d0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "54bc55420e6a48d0a6c1834e7b1c3b88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f251c24515c54d24bea76ec298b42b53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b2d421dc2fec4db09f1613ae8771e28d", "region_id": "RegionOne"}], "type": "telemetry", "id": "73edadda874940c683b041c5605dc480", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "51786c5e227e4c17a92207f7c7187079", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cc6edf9e235246339098b5193c05a3b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3af13bf3f6cd4108834090de4b4d8a98", "region_id": "RegionOne"}], "type": "event", "id": "6a97f226a3d64f05a9916647d404fca8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "18718c5740c44faa8fa207db8c953f00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e1e0c74ebca047ccac463bbce3ceaa7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8c4f026238d14f7fa2fdfef073a292dc", "region_id": "RegionOne"}], "type": "events", "id": "dd736179acb144fbb18f13a84879a196", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6c1baba2875f4a249c656d9fcf6cbfda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d990e2fce5ce49249ae881506c6e1b7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6b1354939a734cbc85a10a8f93de0b67", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0ba924ed13a948ed9549ca9db82db211", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0265c4f8afdb40fb99caa94ba9d7826d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7ebbb9b4a1c54b7894044421b373075d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b3f3456a88e3489693f43dd6cfc00d4a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "26a2c853d11b445fa5115f9b2ebdfed1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a009ebda8aac4631a8b4394b80b77a10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e95005d211784013aaf5a68de9976712", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7b4f6b12c24d4ba3ac5227e61464e798", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4ce9d1f723c8457c8512c226ccc992c6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5394a622ebd7472289af62e5a7e3ade7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8919f74837e84163bcca0396628cb993", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "015af6974011415f8097fcb6fb407e26", "region_id": "RegionOne"}], "type": "tricircle", "id": "8a3dbbe970e14407a08c14c45c62fba8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f07d5678824546cd9022c315c620c73b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5ec76d52fe1f435f8cd8846212bcd2eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "dc16b0c94f9642798c8c4507d9082d44", "region_id": "RegionOne"}], "type": "database", "id": "bf4d082e228645dcb10e2b49f03850c3", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c681c33cf00f4a78baf62139e40e80b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7abed3681cef449aa3bf75cb45afe88e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1a40e6177d6047d2a6b3fa6ba3288c00", "region_id": "RegionOne"}], "type": "application-container", "id": "7b86e934b4fc44aeab3947adc2b756d9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b95fc82ba6f84af29b7b3d45f188bc82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6eeff7295bbf4877bc0dc37a76006d21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9cf4808e43f8461ab10cfc30c011d74b", "region_id": "RegionOne"}], "type": "container", "id": "1baf8614a5744f72aafd97cc7baddfb0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "176310387ba04a9090da325e4e8c1d0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6929b6c05d624a89b179cc3963801a7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "322c2812827c4f629e0da9bcb8db15a1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8c20f756ea624ceabd67b60340f786a6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a9c098324eec48769e8a7cf0d3047f4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5245d8ad617d4242a7ffc5a2cf5e28a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bd3a733eaa6c4cc2bfc46aebc15017f3", "region_id": "RegionOne"}], "type": "rca", "id": "11550f4045524474a0bb2394b3be9216", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "19b6abefde5d41a582068327395e4189", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "959670f1ffb04b29954521f407c63296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "4cbd48f8de254544a58f86de72d9fa0e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "342fa2b305c74b07b186d56f70cea2e1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "aea183c847ac48ed8849726b94baa35a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2c66463a4eef4971906ec6773dc3f573", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0044309a8dde4a049d88367fb491c929", "region_id": "RegionOne"}], "type": "network", "id": "8ee5e56ee7824f6490bf8b9f9ea6aefa", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1a9e27ea0dbc481683ba18707a5829f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "eb701d39d45e45978f51e0721291539e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c22e13958fde484fa6cf67e26f98bff3", "region_id": "RegionOne"}], "type": "backup", "id": "b42f7fe37eac4e8192441d84c07b5948", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2407ea4c6fb9471597f69a30240f947f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d1dfa1e0a59a4f959593dc759e12bad8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f7e09480986d4e0daa9a0bce845f30fa", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b78cc0bc4aa1440c92d39aad0b0d59fe", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d6ed2ef2b1984599a9ed504c4ba3f827", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f864976c210147c4bc3cb0bf9fab23f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "758759d8312f45eea8213c064b4d1a13", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "7dbbf64f9e984422909b4676fd966b23", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0e0123651fea4cadb9cc1c17b51238cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4221ddb49d3348c3bd7cd6f88060f230", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "efba595e591945fe9a871694b4fa403e", "region_id": "RegionOne"}], "type": "monitoring", "id": "3c1cfac2d5724ec29ec385f28e9161c3", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1653ad6050114977996f2adc19776f9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e85e203b30e347ad85ecfa5a4df317b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7632439c6d5e48d5bd8b8d30ce62036f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "29a7f61779244060bc4f85d116fa8d0b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1fddebdcc958428fbb532959f2a49607", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "66754eb00b8f4ba1830182213a50593c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a4ec967023ed4768aabd0675d7ebd135", "region_id": "RegionOne"}], "type": "placement", "id": "aff877b94b364bf4b7dd52d0f2d417f8", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "beeb21f081fc44fc834d27c1d0bb974a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c0157358fb8f4f5fa4da382f68750e8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d272edfd03f14f428cd9628ea5b5ab33", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f70365d0cd984df5ab192ef12dbe26e0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3f39fe6943f64c7a83718ac9a82562f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "72a72da83b6e491e998e10c2d06fe0d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cc60904e0c19400b87b34f56b205c38c", "region_id": "RegionOne"}], "type": "ha", "id": "9da840618604498e96961bfe79cd0762", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6b5f616a06744ab19883982901413e88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d353e679cc62482887817f5f7a964915", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "422162b4502c4f71afce842175f2b795", "region_id": "RegionOne"}], "type": "reservation", "id": "6b04116d319d462382b9953e793aba8e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "432872788fc04424aa8a4c3b49c3e4d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "37f8e0a011f74e56b8441019c2ae7804", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "77a366f6af5d41e38d45a57b3bc0c7db", "region_id": "RegionOne"}], "type": "function-engine", "id": "348fd3bb73cd4e988311de1df2b955ad", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a8045e91eedf4bf9a2fcc443bce1b3e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7dcaebcfe80349be9e6871a58f933a97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "4b1d00ef4cc54c5a94f2113288c06846", "region_id": "RegionOne"}], "type": "accelerator", "id": "fb6fc5222e454592864b0f206712d9b5", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "13f987df3ded4bb08f846982c1b9e08c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "62f3887ae09147328fb677b9e3d9ffea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "50ad2122334b4b809d0232729db40ce3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "870f182413194ac48987a32c785c7bf2", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4d50c70ab11347289507a37e57758874", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a52ff628ae754b6da97a6184576af963", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e08cfdf7a43d4f1399d04e3c24b49c29", "region_id": "RegionOne"}], "type": "registration", "id": "6dc04a368561407abbd5f57cdeb78ae9", "name": "adjutant"}], "user": {"domain": {"id": "1d25eefcd2834ee08dbbcc7cb1f9f875", "name": "b9cc5dc0014a40bc8682f8984f668f4a"}, "id": "4acb091c09154754b16a30314e606fd8", "name": "4369ea90cf584ae48ca6c41a56329bc5"}, "audit_ids": ["4bb22b8d85e340c39ae0463ef3c7f735", null], "issued_at": "2019-09-19T09:04:42.673091"}} 2019-09-19 09:06:42,834 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/security-groups -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,839 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,842 keystoneauth.session RESP BODY: {"security_groups": [{"name": "neutron-sec-group", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "security_group_rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 81, "port_range_min": 80, "id": "1", "protocol": "tcp"}], "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "1", "description": "Test Neutron security group"}]} 2019-09-19 09:06:42,847 openstack Security group 10 not found for deleting {18} openstack.tests.unit.cloud.test_stack.TestStack.test_list_stacks [0.189476s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,845 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,850 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,852 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,855 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,867 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.778616+00:00", "project": {"domain": {"id": "b7e7b6fde1d14df7ab23cdc7764a966a", "name": "a7d3d11362de4bb794f74bfff968d99d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a60b3509f2754d6097bbab990f5efb4c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e389f23cdeed43ba926c5f88d86d273d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "07d6727754754b61ac133d83a5f82381", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7e36f00f5c794ea5b83e8c739c459b36", "region_id": "RegionOne"}], "type": "identity", "id": "8ec46315de7b428780d2add1f1288502", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "918f1eba6105495aa4fe7d6c1caec4f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7377a9f7399e404197d8ea4992c25af0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ddd9365997764a9a83f3d74bcf866516", "region_id": "RegionOne"}], "type": "compute", "id": "27e64f561de645f786f693d51b3cd459", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "bc17bb758a4a4b52b0eaf7e8897d8477", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c692c36cd2374c768b0f7f1a5c6cf1a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ee04673d52864dd6a76bf4306b919a2b", "region_id": "RegionOne"}], "type": "image", "id": "e0b736c48d92490391284dd883e1bdfa", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1a67fbca0a3b4143a56106660cac507b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f64374deff5540efadb9095754d03214", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "9f44cc7986d54c539d82456b5af9b314", "region_id": "RegionOne"}], "type": "load-balancer", "id": "535e3c13a0ea40cf81ce9de33b85c2d5", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08459bc721c342d3a23f919a3d0df3bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4425bb52e65544d0a1308790f80ca529", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3786543db774ed2b10878fc6d70ce82", "region_id": "RegionOne"}], "type": "object-store", "id": "3077d3f39a8b4c5690603228949ae37b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8dfa0b5d697d4c31bf2ad52512b7587d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a086509c183c41a2b8ccd7dd7fe1f0e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e499fcc43e47498cbdbfda6f78b01a8f", "region_id": "RegionOne"}], "type": "clustering", "id": "b617252fc79b4b4884b4a4b1db8410fe", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b734722c509d4988a32e1392a0773cb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "03d52b8cf26b4444b2175fae66b7ea72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dfa25597d8064276ab246eadc326e6f7", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "bbec611c1dae4856b0ae94842277d303", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "160ed3c7c8ad43caa27cf629419a6b1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0c7a10bcea88473e88e355d78c843a5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a5bce2e0a2654f5cab66d8231f2f1af1", "region_id": "RegionOne"}], "type": "cluster", "id": "bc45805bc99b49e38d2f29cadfe928b5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "375c7e362b854a80b782b2542012fe09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0bb020fffcd840a7b5e3cd359f39f614", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3770d84670944cf4ac4295f1a0420855", "region_id": "RegionOne"}], "type": "data-processing", "id": "276c1106bd0e4e18880c63e6733ff4f9", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "954b307c830a43c28b1bdbfbe7e65146", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "18636200ee1049db94eb041eb89e1b5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e392f2d6c5fc4252bda3fd01b0204a3d", "region_id": "RegionOne"}], "type": "baremetal", "id": "725a59a78b5e4a19a44ee6db901336e4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ee92a881244f4a16b63283e2e4915a78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6896099ca9ba47f68abeed04bf209d95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8a4ac27333a84927b7b21357610c0293", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f6c313799a3c4fdf890f88641d1c9165", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "34b6fb413ee34938a0a5696eb1a9c60a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "94632d8577c746aeb7de2d66ce0ccd88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "94301494a2324ca48cdf46d1260f0733", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e72c49b764944ed6a6eea77dc01c7974", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8c63a2b071cf4590ad6f868c285484d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "84d18c66702147a680d3500db87298f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "29e335fe14b24bcd997872ad364f3d22", "region_id": "RegionOne"}], "type": "key-manager", "id": "2e411b4632e842e4ad6b810627efb7c7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "63807e73b6ff4e13b22976b8260f4d4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1f8433f33be3488991a1b59074835df5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b946de69b2654d9db2e7cc7bcf5de336", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "93fb541a802a40a29d553079a38a16bf", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "74e2bfafdcc24371b5d48959892b7bd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4db7faf07ea44c6fbd2c751d3fa51235", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "add66751f8b64ce6a5671b96a813a31f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d51748f8a16945c581af4e6f9d55e495", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7bfaab2456c34daf8918b261f6192aa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1d22c66b5678413c8a127a73aafb0ca2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a55880f6f1a44c81a3e319830a69d746", "region_id": "RegionOne"}], "type": "message", "id": "80ed0d87a40d4b6c870a29ca8922718c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4a9b5d68b4b149c48c876fcb4c5b57cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3655bb9b2bb34626a6da1af46999c123", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fe1bdb389b894b069b16240fbf784ae4", "region_id": "RegionOne"}], "type": "messaging", "id": "3846458aa7ef4474ae6a0e9e9c2b4db4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "662f60ef6fef4f7daede360d360909ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5704826844e8432e9cc1e7cb51d79a02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5eb2abf5006747d7882328b2e462f033", "region_id": "RegionOne"}], "type": "application-catalog", "id": "da8b44337b694fedb9628239c1e44650", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "162b27747bad4d4a98b95dce9b95a19d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7efd676bd093447c8e3b88d4f1562a5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "821f657d9bf843688d1b2706557fd43c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "5b630f6a5b59414badc1328dd456de16", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a137c13eb8f54828ad6e4631f67848dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "229aacc19d60476e93af1c264cf88550", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e31befe0d764f429160ce2ac21ba857", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "60f17aabaa2540dc950089b7fa9e286c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "975f260d2e06458fb1c26a6cac5e79c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a6c206327455420c9b5b1b4d77ba193b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "db56b533b28c4f00a8d48f7ea357af9e", "region_id": "RegionOne"}], "type": "container-infra", "id": "4fc18267c2dc46149617d0de80b7be35", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "448d8d2a9e2942368723b3b95eea9f10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9a7c6b60e454466a8fec6ff72b37d563", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "df45799006874137b722729d39f857f5", "region_id": "RegionOne"}], "type": "search", "id": "66d33782f008420e89f939c34b8e236f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "76ecbdc57566453794a9f7dc36ccef99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "67fcd22bc16d4960b2edcfca93310160", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "afe8e8abf16f469191e827fffb739122", "region_id": "RegionOne"}], "type": "dns", "id": "f1b8dde03f8a41e786c871dd03deec04", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "96d68212a46c49d4be6cc9458d73dec6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f06248c419c246a0bec34ca724a502bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ee12bbcaf14b4b0d9fe00faeda797ddf", "region_id": "RegionOne"}], "type": "workflow", "id": "b6631c9ee86c4848ab17366b151a067f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bfbc6f0336a3493baf3f5679ef460e1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "266655c68e45464985b72b6737a20783", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "169bd55067bd492bba6915c576a44996", "region_id": "RegionOne"}], "type": "workflowv2", "id": "db67f2bf44274de7a954516667b5ba47", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "858d83fea895466585b9546b502e2acd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ef5d4523a4dd4f80abb60b80d78efd15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "833a0281c9f346658cda60ae6f177952", "region_id": "RegionOne"}], "type": "rating", "id": "9479dd7ef5884260b759e8a786a1dfa8", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e76d238076ba4e6d8c7ec76b0bc230df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cdb38dd626b242bca1c70a13b910d8b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "906e074469cc428396a0d29e1b926e54", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c1cd736bf3fe4284abff87c3f7728b66", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "49de2c08010d430eae8cfa536e41018a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1200121ae0344f0a92d843081b220cd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "81d0fd20c441468985809623e72b2c9c", "region_id": "RegionOne"}], "type": "policy", "id": "362d03de453f4ba09a27e295b688c1b8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b60f1f82821d4456bfaa1b31fc84ee8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "06fb1b9df0bb41f98d42481d916150dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "25f6e51e4e61487da56f7b22654f9d19", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b2338895cb33464fa54d6d42ec000b0f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b6b95b11f57d4f59854b972ef3fdc124", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "07e661dd89424401b592ffd6625d857c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e375517577384edeab14bfff740bd3d2", "region_id": "RegionOne"}], "type": "sharev2", "id": "56e852426cc546c1bd5f2a4705dcfd0e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1e7e3cd1706c4680ba5afee4ecc78b65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3660323f5e694d8f8a0a409ab04cbaf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "247fbcce43094debb15fbb68d0c7824f", "region_id": "RegionOne"}], "type": "share", "id": "ff22ffd2033741aeb9152ce551114ba8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b27a22713bb34ed4bf60b2f48ddb2f30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b7919f44d52f4bcfab26c660520a0904", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "8e04d66020bf48a98fc1ee4b8ffc0dbc", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ef42be38f8cb426dad0bc3f07ccf645e", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9e82c43744b40ee95c1b02719a67e47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0baf856c2bc44e7abe4f316e5935ee41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6de400311cf4f3195025fd9e695a4ee", "region_id": "RegionOne"}], "type": "orchestration", "id": "2e1fc80d9f8d4c69adbc8ef12ef18709", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6cc0139623b14f0690b3aeb096ef3062", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2bb8e57ae23430ebfcfc41727baff4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dded89ffe22845d9a5d72a20caefb2a5", "region_id": "RegionOne"}], "type": "block-storage", "id": "01969a8b49214ee294bff9dd55ea633c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e67a9bf0cfe149c2bc2f4a39cc8b5e91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3e08717fedd460c8466f868345b7b94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84315d42c0a04a4384477ba72297b6ff", "region_id": "RegionOne"}], "type": "volumev3", "id": "10cc6ea67d79494f821ae3afed77804f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea1357abe9cf4f79af6a3ca01a18ba21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04c72dceefe74018b179dccd593f0987", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75995247c3244b37814f39c4b7ceed8b", "region_id": "RegionOne"}], "type": "volumev2", "id": "52fdf86aff5b44e99257bdd5e3530393", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e4c423552bc41da941f7e158055e0c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7f77114ac4f463ba6776be36a61f34c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1ece56df96241a2bda2d1be5c6e2ba6", "region_id": "RegionOne"}], "type": "volume", "id": "efa960a0747e40d98f14bbe292f79f9f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a503b11f1d141f9b3234140e6d5b31b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a5cba348a6d437e9768927e5cd3f999", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa50c399c3bd45398ff20c5efedc206f", "region_id": "RegionOne"}], "type": "block-store", "id": "ad41ed5445c04cc783f138cd553959f7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1574cb9f6c2e432097747e6c5278f978", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8c17bd8cb0bf41298a47c69800329210", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fdd6a51693d54be1a948b518cbe7b58e", "region_id": "RegionOne"}], "type": "alarm", "id": "aac996e700f24b6d8a2f9dfac6b69a50", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8c64405bdbc5448f8638c379925abe70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fc2279798d2a4eaabfcf322014e53840", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "23062ffafaed4c75aa5e3f583addaa7a", "region_id": "RegionOne"}], "type": "alarming", "id": "1eb896288e284005819d2d74e555ab71", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9b46eae22c52431bbbdc1f6601891601", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d498760ea6d3421181395afc8b650434", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f9eca0c564bb4e68bcb47d4c40de20c5", "region_id": "RegionOne"}], "type": "meter", "id": "226a55eb46684c9083bb4c67b0d486a0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "305fa4fc07e1455f89fb96f74852d2d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "81b73beebb78403a810317c8107f66eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cd1c859e35a04bb18cccfadede21a686", "region_id": "RegionOne"}], "type": "metering", "id": "1b3835932a6d476db453b6284f51b1bc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9b62b9047f1942b191a09b72120ad543", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a640abc4848c40ba841f9e016f6a1ca9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fb81c0bcb9a044b3a9b0e27e8d274a6f", "region_id": "RegionOne"}], "type": "telemetry", "id": "00debbeb00a44776a0093abbf8d4b1c1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e3ba1ec1d83e4e16b17c22c51c3bae6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c1d846c41d2f4a61b963fc45208310b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8cc960c26f084d1fad82384a1dd7c9f0", "region_id": "RegionOne"}], "type": "event", "id": "6be1318e8df9458681fee49a30a89319", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fc4ec8b6b0db4a89b738cdd9aeb52fb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "84ce57a78e594f5382370e44c05dcde6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d02a8620c67f48eb83ed80becb6fc585", "region_id": "RegionOne"}], "type": "events", "id": "ce47a1efce774752a4f64e3c5eab40b2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3a0f12270d704e2fa95f5d6b76b0673f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b8b61e1a1ebc40e6a704b81fdb4685ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fd97e1f470a747e3866c732ddbfe6d51", "region_id": "RegionOne"}], "type": "application-deployment", "id": "be1049091f4c4accb66044bda5b8e40d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2f22b4ad96ac4e93b7471d15df20e3c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e57b93dd03354d61ba63d53d53a50597", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fca6781cd0b1448ba790fb9c20eeb05c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "95d69a3bbcdb4f5686c62cf5397da727", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "15ca5eead4d04ca7a33d787c850411c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "283ef62a23a04b219682c0d6be7a77b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "04f234ea46a7462ba71a9ab36899eed7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "cd77c1116dcd46cca31ae0b096093ba2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "784e8b4667a84e3681cfe2ef7939e0d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a67b8f07fb7b4a668bcba8647ab4e394", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "afdad3c152e54945945c1ec447ee6489", "region_id": "RegionOne"}], "type": "tricircle", "id": "46cec891329e4d398868487f331c9ec8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e1b5d45ed3ea48b59688dcd44064d49d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e7508625aa334d3f9cab4932540ab8e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c4943520f10042a3bc77b83c99fc9584", "region_id": "RegionOne"}], "type": "database", "id": "054b9295cfdb4a9cb0a636059c220ab6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e7ac6849ea51408788fd02006b8f2675", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "450ffd32b45949c0bfaf96cfe1bdee4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "48057d58a51c4e088187f2f31777a91f", "region_id": "RegionOne"}], "type": "application-container", "id": "a90695332c284bc48baa4e45a71c53e9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c07d4f03c3bc45caaae328ca46d6a40a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7fcc643126b148cf8d5eeffdb6100859", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9e9dfed71e9641f9b512a1ca272c8e7c", "region_id": "RegionOne"}], "type": "container", "id": "521f34792afb423093d75f22155abfd4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "89ffac6914e543afa245bab34ba01186", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3d65abc4ef294fc48ca7c3d5401a49f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e4f95fa2266d4f1287a39103fd8dbb0c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9cf21f20d51b49e6bf95feae172327e2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "da66a24c8418434d9dec2e8410c6a66a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "340772dd28034bf8828ebe437e945cbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7bf6bc5e14304c17b56a42f0b3f6fa41", "region_id": "RegionOne"}], "type": "rca", "id": "7219bd62b321451789c4ea6d423fc700", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4d99a2569ea44c8a841696e2e67a475d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ef25ca746dc6439c9ae3f6cd654dae0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "5d254fc723ed4abc93bd97f0d5ac872d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5767d5dbbe204cf7a53b30003d4ac816", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9c57f8d0dea844ca81157767ad88c649", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "59503464a0204a5b80bed6927afc7467", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "be1cbb7b34d64bb3a70e78a603ce5962", "region_id": "RegionOne"}], "type": "network", "id": "4ae8de9cee9748ff9256d2a6c26df2d0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "08d9af3b6ba64995a7135d4d72bf2f8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7b91eb91a2d24b7e9e6cf2cd39aa0eb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "945c30ae647240ca9b8dbe8d2c3ea03e", "region_id": "RegionOne"}], "type": "backup", "id": "dfa336f35dc843e48e011f475271adf3", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e6ff9bfbaa1f42e2bda80d59412b1c1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0d100ed8ec264332a5a54bfc334de153", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8550c23e444f4f238a71511a25a751bc", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8c99ce6e98b24709981b903998786528", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "251658261ec248b385904e233c236f13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "84eb4102b22d4a6187983df921db82e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c8638cd9f91b40a98a83c82c23447f1c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "36c7f4a949c4436e92a2dbf6911cc540", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bb07d49498b3434091a63e96ea5dc494", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5fbb6a81866746cead22f2fb6f2dde29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "07b60fe76c8b4ad783592a0e00e66963", "region_id": "RegionOne"}], "type": "monitoring", "id": "832f4476c3d04fc6a65af7abd7e8a866", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "146b121b33204f4eae4fcd39e9052336", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d63a42b3f88743dda53bc7cf6a69c250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cf4319a1387741aa9930422b759aeb7c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4e9d5f3231be4f71ba6f12753588c585", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "61423e213455443e96041dd8bda66011", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9efd5e45bbfd4336a8552ec2916092ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f239d8cfd30b4330811e4cdae5de144b", "region_id": "RegionOne"}], "type": "placement", "id": "5ef02f673cf3460684c60a8d010ede00", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "99ade25802814450bccc4c26811ae75c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "48687d9cb3544c77b8ab16ebe3e49e7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b088ed6023b746feafb1d2f8a5da07ca", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b437276fddfa40f5b41a8152c82510b9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6c8d005da8f941f4a48877af46818787", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "841e894ad511494d817c2aa21a331ea8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e38919f5524542daa1ccc9da7bc47ac7", "region_id": "RegionOne"}], "type": "ha", "id": "fd2cb1615e6a4818965056952bfb5718", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "346ed7a85fc4402780942778b3f1e0ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c3d02437874348ffa0c7ae9bf24a64cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "2e08624218b6405b8ff352544136883e", "region_id": "RegionOne"}], "type": "reservation", "id": "3b0ad3d0f1394252bff3818093300109", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3df54bc594c4457ba273aca77a4f5adb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d0b8caa7a50e45bf915df3bfdc3e0f61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "fa148f1427474a36bede02a982d1d46d", "region_id": "RegionOne"}], "type": "function-engine", "id": "97bb4712fa8647e8bf0f90287e7ac2bb", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "104a710594744d9191f2c72e8164fe26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "04fa1e40f710453f93283476e16597cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6eaaa343d9ff475ebf8e42b4d732136d", "region_id": "RegionOne"}], "type": "accelerator", "id": "46921633c32547a593aaa2cc1a2d3a19", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ac975cb5ba2d49ea830be09e45fc7fd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3c91f30ac7414a3791d2543e86ad793c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "69c5e0f572a4460c85fa82d3e924e312", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f2eb08588ab841ec8433fbf9d9347727", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "85ed67692c2545b4ae5735fc5a424398", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d461f4635f23467282faa41d539099f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ce7768118da647119d92603aa8b55920", "region_id": "RegionOne"}], "type": "registration", "id": "e491cb7129d44676b38f7a94b1dd2121", "name": "adjutant"}], "user": {"domain": {"id": "0d2eba58a03941f0ad279c8c86d6893a", "name": "520cd38cc56b433fa30570c76f650a0e"}, "id": "a1a75c9c5a1c45f287cde6663d2afbcf", "name": "a937c94e99ed495295f48a95319f5029"}, "audit_ids": ["c9b2368d479148249cba0fca7d6279f0", null], "issued_at": "2019-09-19T09:04:42.778616"}} 2019-09-19 09:06:42,935 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,940 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,943 keystoneauth.session RESP BODY: {"stacks": [{"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}, {"description": null, "parent": null, "tags": null, "stack_name": "name-6", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-5", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}]} {8} openstack.tests.unit.cloud.test_qos_dscp_marking_rule.TestQosDscpMarkingRule.test_delete_qos_dscp_marking_rule_no_qos_extension [0.194047s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,866 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,872 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,874 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,878 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,890 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.795859+00:00", "project": {"domain": {"id": "1e3441ad7d1a44a6b0e4dd9f590e8a24", "name": "e184e1a550a84059933afd3d1cc40a4d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f3cf9f41f997499ca7ec90eb8dd25212"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9178f99527214da7a3ba943303340ebd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "6981258949764944b4ab334d0d79942e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8aaba1628b3f4a03a7fa53c9d27b0890", "region_id": "RegionOne"}], "type": "identity", "id": "f70eac1232624a87ba1706d33ac92e81", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6dfa25d6fca54b67994d87b6fca8aeba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "152a09ca5eca49519ee601f674af6c88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6086bcafc563465c841adc091d8d17e6", "region_id": "RegionOne"}], "type": "compute", "id": "8a79f90443f44f8dba9ee4168f431bd8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b7dad655307a4450a7418922153deef2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3356b9501e9c4967a7c8415f6fa89d29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "98881cf298bd4f70973b6e84060af1c9", "region_id": "RegionOne"}], "type": "image", "id": "54f91df0ddc74336a5b10d9390d2a607", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0e67dad003a247e9b1441e39508ec842", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a95b961f674c4bd3b069a3560fd65824", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a38648a30cdf48d48db4045a05ade6c8", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a4a1202860524bd7826a392bd1e1be63", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "799ec27a3fc047ab9b0e6de0f876d7c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5a92c9922044fb59af06f473d309883", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4f16bc4daa142058470ea86a88608ae", "region_id": "RegionOne"}], "type": "object-store", "id": "8053a4d44a4a45a8882746eb65859805", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7e430abc71a34eb687d063983494deca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0639e35f141844c295c4f9231aa0e8d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3dca8bfd1bd848d2be11c7a98e5d35ca", "region_id": "RegionOne"}], "type": "clustering", "id": "1c188f2850fd4685bce4ae65ba480a07", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4048bf99daed4bbf83533bf358a17ab5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "50688cbdc53e44e3bad06197cfbee3a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "00046d3335714132981bada93d9b8741", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d8adc25e78924cd9a3f3590fe3abf1c7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5203d444722141d8bb66e04c18b84190", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cbdce6efff084219aa30330bf45febb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d858144903df42e9af87760d28c28e3d", "region_id": "RegionOne"}], "type": "cluster", "id": "8bcb5268451a40e18129272475cf17fd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d26e28f14f7842eab35cc67583e81c1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "661fd62ae82a49d18585cffccd1132a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1c52ca2fa7f1458685a17bb633f11628", "region_id": "RegionOne"}], "type": "data-processing", "id": "1268fa5d993b47ed809bc5129cacf0bc", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f2ecf322ee6e4da79f65b1ff629f2d82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3c3fb4e2fd314458b83e232af4f5f675", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c76e8525f15c439f85df974044bab64b", "region_id": "RegionOne"}], "type": "baremetal", "id": "c4c00061079140c787085adf87348233", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7dfdb803ca9b49c9882ce9764d16d887", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9a3c7b0b66354660af8da3ac350eb429", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "380fceab1dc1454bb64e529323ef6f25", "region_id": "RegionOne"}], "type": "bare-metal", "id": "060f7ce5dfbf4a7fb62212efd0938f59", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ffb7b30ce037442c93f29f8b18ab4d08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0e2c154d61bb4ec886691adca1917b3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "938396d4a5224f37b764f7f2f9e972bc", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7c271936ba144cb58794ec0e99dea087", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c3a464d86a6346069c104edad81c52eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "929c91a354714a45a05d88043e2968fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b65bd90e09934bf9a811d4d574aff0f0", "region_id": "RegionOne"}], "type": "key-manager", "id": "b9ccdf751c0a4692ad91dfe20088bb1c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7d2cb8eef9784f95b188d25fe911156b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "48c8a4ef57504f65a21a8ffce9d1d5f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "48a9661bdff44cf2b9138ebefb9e33fe", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "cf62d2be538e443ca36afa098f0754c8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2c33b268cb08484e88dbb2783ba26f23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "990ff190213e4a33a8c8ac728cc01bb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "92a044b14f6e4f669bdb72ea74560072", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5675590c119549af91c82cf07d522045", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "452c957bf34d48128ea8157b50e3d2f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1325bea88b4d4737bd25722ee28529c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a719ba17b6fa4cf2b1fd5281f23b90a7", "region_id": "RegionOne"}], "type": "message", "id": "5fe7f57b3cc7461a82347120e2e7ded5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5cc204c8cd8c4db0b5069a0a13da2113", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3e097800dfd84c499070ef83f9fcee3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "92fd87e969c74c848c07cc73ee17cab6", "region_id": "RegionOne"}], "type": "messaging", "id": "aef2945bb8b344e58ddc8be7370d1fb3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "70aec01ddffa4559a1bf1a555597ed9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c3ab7173cfbd415696111560360a3045", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0095f7b0128a48bb87d4987a7455c7cd", "region_id": "RegionOne"}], "type": "application-catalog", "id": "80c2a18f6edb4f1aa6d88e083700e51a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e62c78c1e2dc4b5ca483d3ba4b0547b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0564b7e029b649d7a4040947f4d552c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ef82a274d1a4425d896c5eca63edc261", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4a9aa8622b064716953ce2bb0ea21f78", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0f577dadeb5741a58326145f7bd90a09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3625e649e4fe4ca09a050c5306490e80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a56b48ce7e7d4433882ba87f933add59", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ee169fcd178e481d96dd1abd965d8118", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "42baeef82ff44da3be4412fb7d41e60c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "41e74b4e29f1452785b0a893c9dea9dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2f761c74cfee4cfb998fb4be60136d45", "region_id": "RegionOne"}], "type": "container-infra", "id": "c14e9ca58c024696b91e9cebba334b0f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d6fc43a5e6f740318e87e7db3eb84cdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "705326963b6a4ee190a01cbff0422a3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e00197e1750941e09606acf25f17bc41", "region_id": "RegionOne"}], "type": "search", "id": "4af4ae16f8e64df9933daa4fe5c30071", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f7afe6af7c0741acb1cd71d353ff2722", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8933d8268cdd4b5187f83b2f906377b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "462c38fad0ea46b489f6601948b0d5aa", "region_id": "RegionOne"}], "type": "dns", "id": "6a75fb9fb9f04d0b8dfdf30228e17ab1", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d2da81846bc3401283644f18a40e23ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2ba08172f3214ed5a91b9f9f87efe9ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "02f8d1c2c7b34e428c2e7b0e2e392ddd", "region_id": "RegionOne"}], "type": "workflow", "id": "29a01c6900b049c4a0b3142fde27f065", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "91e076d47d50419fa27fb60bda75043f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "930f8ca67d7341208c2ac864cf483596", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d37d483e360f42e9aba91cb8bbb30060", "region_id": "RegionOne"}], "type": "workflowv2", "id": "74cc65f77d564b82a51f974974d6012f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "aba46353805e4c80898774e67105bcfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "19e8a13532914b3d8e98cb9fe06ac2f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "395960e4e2a14ecfb24160a7afd34f20", "region_id": "RegionOne"}], "type": "rating", "id": "7c148b638b464ec8a7063367379122b5", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a9dca3e7cd774227b17f1c10b11cc896", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a43fd5b431af4cee8fa680f2c06666d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5659882457004f36a130c3615979f825", "region_id": "RegionOne"}], "type": "operator-policy", "id": "beddcc620e7a4612aa681e343f740346", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "82e7a3acaffa4bf897127edf2c135c88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d5e8175bb46140ca85f1155040aaee79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a6285fe38b2e4c87b8a9baf7b34686da", "region_id": "RegionOne"}], "type": "policy", "id": "76372493ae57431682e77f70aa2dea46", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "df37f7f1bf294eb7bcf0c0c563e25e9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "82a27813549c4f16b0bc5621d752e1d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "41db7f7bc0c94c54845fefd0f53a8b67", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9ed3bf3423aa4886a48b987081e45fc5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6b437b967ef0483c84bcb6759f84848f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "82e6d902e5474c75b3fce5254042e319", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "065479d99bbd4eb08c4d19b389f9162d", "region_id": "RegionOne"}], "type": "sharev2", "id": "71eb8bd7a9c34dda96a3a13ab499a01d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "108d57aee430425f9d6ac344c8f66748", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5738dfe83ac34a128768dcbe6f5f8b64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4457f05d543d4c109b1558f970b96e1a", "region_id": "RegionOne"}], "type": "share", "id": "e048588a762848b1a031b07f6d159ebc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7c86c2a6bde148699b5553778672d6de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1980ac8161214495bb23bd3ccda899b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0cb2e370bb6841fc81d2a99f9e66367d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c1097b428123458087c1527e3c299f17", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54c0515397084502b6878550484f8bce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d466ed51c88f48029925f93cb03c4aa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1cdfcea3bda7488db2a5785b1d0346b5", "region_id": "RegionOne"}], "type": "orchestration", "id": "418b9e42e51348a793ca1568042ce8f8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4bf524802fd942b18dac2dd223e9bd3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c00a96d56526402ebed891073bd3a180", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66cc3f38b7814cdcb952ab19c5112cc1", "region_id": "RegionOne"}], "type": "block-storage", "id": "10a2514aa1e84a2d86112e42007f01b8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52e9ad4e457e4e5c834fd1f41d5a838c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfa3d0eb15144c86b8a0f6765ca8767a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1c03745a28b49ceb134253ad282a738", "region_id": "RegionOne"}], "type": "volumev3", "id": "47b0d353d56b4f48ba06c3253fbf7706", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a31aa4e08f01485fb4cfb141ef79fc69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43b905628add427cae45f3709951c8f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "540544b8d71e4393882d424da452c3ed", "region_id": "RegionOne"}], "type": "volumev2", "id": "1b9ecd2d7244411d91eb18c3463f2926", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b03589fd8564a21aa98fae3e7613b7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1588092787c640cbb16711bf2fb695ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea3b99d9e5d7429ca23e519456fd17b3", "region_id": "RegionOne"}], "type": "volume", "id": "050394ede0304002a8a97c2b9730c1d6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6473315aa87f4b859a78dccfc53f9f8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac2d59d4c60f466297d33bbabc5f7878", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9b8c3193e3546ee938dda654454f639", "region_id": "RegionOne"}], "type": "block-store", "id": "8fe9e8b67e744453842946628433b158", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a49cb68309604114812f6c8c173fe712", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6bc2281b0be94d3cad274c554c723a15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "45b5f964cc20499f8398b0358095bcd3", "region_id": "RegionOne"}], "type": "alarm", "id": "0509418edd35422eb8ff3789e7f4bbfa", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "179d462e21cf404aa1238a9a261652b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "92d6cf4d74d24066ac0ff5957b24d146", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a7cdbc158b1b44229876825d390cf092", "region_id": "RegionOne"}], "type": "alarming", "id": "48771c4f2ed14005bd8d4acfad3ae635", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "263dcf0b0d7c446f93dc939f510ba55e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "53c991328f544c37838e5817ac3c0b0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "43f8dbe651df4bc7a95dbabc54fd9420", "region_id": "RegionOne"}], "type": "meter", "id": "bb3cfe56fd5f441d812c55b4ecc3d08b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d07cb844d2144ecbb64a657f0a199931", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b7d3c194dfa9439d8c3559305bc7f936", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b20f2d1b2fea42be97b05ba4160f231b", "region_id": "RegionOne"}], "type": "metering", "id": "24ae6db54f9d424f9feda827cdfa2a3e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "132012e34e354f2481da2865cc14117c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ce71da5e976c46e2965e99b3160eb46c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cb85911c3a8c4bc78ba2bf945c62b341", "region_id": "RegionOne"}], "type": "telemetry", "id": "640c39c38199482381ecd3516b1f076f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ac37ab235abc4ab4af3a1dc5818c8d6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ddc4e90ff78f4a0488c1d4c50e3cecdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0f5663283f8f4a8cb2521bab9612dd95", "region_id": "RegionOne"}], "type": "event", "id": "99b81143ebcd47a48a679d568df4e5cd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "51dbafc6be6045cba05ef9baf6a5e21c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7b5cab6980c84c94ae81b719b82c23dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0824c5a8354a43d9bf72ee850a1672a7", "region_id": "RegionOne"}], "type": "events", "id": "001b13ab2d3c4b558e7721d968169dc9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b26ee5759fb748858abb8b1cd8c0379f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "352c8b5110a34cbabcc5d133672a488c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "06085e851b914ef1b4282f62a8d06a34", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3d509a5430514c6b93b0ceb1091ee361", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "78038030d0634f9fa1ad3c5f003cd769", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "15a6842b95364d868f7db8c1b8108280", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f560bab9f6bf4fdbab6bab9c1d9a048f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f1a9d93614254f1fb023b57f96b42ab5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "07013a1aa9524e0cb62dbb66e7596ba1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2183a783d19c4db1b07d091eaf3654c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a4289b5d2c1d450c954c39b2aaf8ee91", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d358f6803d654fdf859eb0d280f1ebc9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "279a418b14264623a030f3c2da3bfd91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cf6f4ce18d9745c79b194fe6fb5167b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6571c5d3032f42049b3d48456a064c3e", "region_id": "RegionOne"}], "type": "tricircle", "id": "03e7059c25a9434ca602b5e33ad66ce1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "29153cfae3754c95927f4f0dcd3c6edc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f4d9f8d103cf4db9ad9e71f66a7d2d6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7e3bd943829748dbb11f5ad14b860c18", "region_id": "RegionOne"}], "type": "database", "id": "3259ebf8eb7b4a62af5b64592b325c57", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b18f07744382432d81c125784d36a067", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c76c5feffec140c8a452c408adfafde9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fe36713e98574b0fabbf98d70b333844", "region_id": "RegionOne"}], "type": "application-container", "id": "8eba3b95d24f4f04af851677d90675b2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "15dbf35617824e2d929ae1b217554a90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "439b723f007a49f3abcd25e2d740bcfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "36c298fea6c548498c3eb7f70b06c1f7", "region_id": "RegionOne"}], "type": "container", "id": "230c4f6a9eb74e71876298eda8cf0d75", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1ac9ddaeb24a48aeadc118746c402686", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d39cce909de740e98192a9cfe45c9dcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e3b84925932f4eeea1c483ee515e424b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c60e8b80715f4765b898eb9d03131ff8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5bb7ca491e9f46f2b6b53335bd02f0d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fdbd4477a9434b6096dcb9e64ed691bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5fd4a9337470420992339cd91a32ee13", "region_id": "RegionOne"}], "type": "rca", "id": "c9c0b6d0ceb74927ad44299805175cc8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5ab03f4032cc4500ac5656aae023628d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9719f48901354087901f33ea6a50161a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b91cf82da68c49f0942d464e876c5770", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b5f82441507a4bf89e03934e78f8ccac", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c7632c59f9004e87b18bd6ed5a49244c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "99e9df96099f4a5dab95f7bf1e9913d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6a56620046ec427eb947838eb1c5f4ed", "region_id": "RegionOne"}], "type": "network", "id": "7f9dce696226453a909f6b1d743a8d20", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ac4ef548f804463f8ad3255c91b37d7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b18e84a657e046408f6782f24333771f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f05e9651db364d3ab5dba659d8f1520f", "region_id": "RegionOne"}], "type": "backup", "id": "8e7410235a314bea99390f816c5c5564", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "816a6b91335a417ebf40de91cdb32513", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e285805b61c54ddd96d6c26b715d0e95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "804d69bbc8494c5898f005cf25f8d178", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "eaa2aa439ff347aebe5ae9ad78a002b5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "60189db157c044d885c22831541649bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c94c626c61874615856bc97f6ef9efe4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fa45d9013cf142e18e15031a61f0f0b5", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9993ed71b6cb4971a612207a77bf2a43", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d4b0dc8f9826453ebf8472cf56a75904", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "566bce1fa79f4c4e8fa214d9e88bd6b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "d0411a100d1f406bb532fad1ed4d2d40", "region_id": "RegionOne"}], "type": "monitoring", "id": "656a4696fdba4c1198b194352ec3793b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "01aff6212c9b41878784896b95862b4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b5fa586b17b84bb8be7cb15a5e1707b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1521e7d13a0c43b29a50e2e7df2f0580", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "65abb695401b4d11b116f91af8e6eea2", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "87f683ddc6704a05bd4764852ae95199", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2e18370c7b8d4112823954d151dd9900", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c7b75b063acb42aab64f0e2060acf24c", "region_id": "RegionOne"}], "type": "placement", "id": "87bb07a0985642888bacdd321a28caca", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f31db2d8bc2a42aebe0aae244f5272bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3d7435a1a41a43bab55db059d0f862be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3a3c0e6441db4fde812fcf60a2a0b6ac", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4ffaba42df0c45bf89f33a2a52f828ef", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5f104362a18548a28694a594ffda7af4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "701a055759224c97b8f0b32ea0e560b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "398a32f7fb4b4f6e903ba942a48cf80c", "region_id": "RegionOne"}], "type": "ha", "id": "b3ee92e4b46041e1bd2c9b6f96502471", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ad53f8217f034c65b21ad68536b1995c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "995f3e6f59504a11a8f42f8055dfe072", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "2ff42dc819924e99935f76bb24c85f58", "region_id": "RegionOne"}], "type": "reservation", "id": "c95a58efdee54bac9c3c9f04a5065e3d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "610fdadd2d5d415fbfbfcd466de1fb81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "10864931e532432398cb28b04c219ede", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "cd0367cb7c814a4f9f26f3d76efdb9e6", "region_id": "RegionOne"}], "type": "function-engine", "id": "32fbc3a9da314337abb2df8d2449205f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3f50b22cd80747cabfb9fa5d6fce950d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a1b0560a4b1644d88f99960e2904c098", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e0aee3cda6a64425be40b0cd54c7e368", "region_id": "RegionOne"}], "type": "accelerator", "id": "a10d59429fa5435da48542b15941cd71", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1ad047c067be411395ca8ca9f2052f20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cbbbe89ba4be4d78b2292b03b4ad25cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4f4aa27592ae43c29f0de288188b50c8", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2ba38db360c04a70a39130bfd6f1c1f0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c168404dbb324e23bb74d1bac1b7242f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d12d6d822a6e4a1195f2324846cd4cdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "40d83d8a72014645a5a1704da90d1aeb", "region_id": "RegionOne"}], "type": "registration", "id": "3b7e0a9714544e3cacc37234e2a91c3a", "name": "adjutant"}], "user": {"domain": {"id": "1fe1f79c88d74be0bfe8ebb454de932e", "name": "4d3cb03dbfb8425096b3bbe259ee6b22"}, "id": "a532187c51594463ae360282f6d80003", "name": "c171e8a59651487ca1d93674ee03413f"}, "audit_ids": ["dd2ed3a7df6a4987bdd253887a559d08", null], "issued_at": "2019-09-19T09:04:42.795859"}} 2019-09-19 09:06:42,972 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,979 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,982 keystoneauth.session RESP BODY: {"extensions": []} {10} openstack.tests.unit.cloud.test_meta.TestMeta.test_obj_to_munch [0.061251s] ... ok {10} openstack.tests.unit.cloud.test_network.TestNetwork.test_create_network_provider_wrong_type [0.063032s] ... ok {10} openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_has_service_yes [0.066301s] ... ok {3} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_update_security_group_neutron [0.235633s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,835 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,840 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,842 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,846 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,859 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.773822+00:00", "project": {"domain": {"id": "f36f9e73b5d240599355bc30856826a8", "name": "b063ec6e82684801891c43b5de88f6ea"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ecfa388d567341a288efc8413e2154c5"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5f1fcb43e09d4f9594a4db0dbf91488b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "44d7e343337e4ea9834654ebb50060c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "954e189d70c24edb88426bb3030454e2", "region_id": "RegionOne"}], "type": "identity", "id": "a2fe80e08e0648c9a83b094771641dd7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e60e19439b7b4450a9df49c69fc1573c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b1b34fe622974ee4b8d3922510594b42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "730ee78ac0254dc7b42838b385c9c82c", "region_id": "RegionOne"}], "type": "compute", "id": "de99ad2893644253823324a8ab53f796", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "64a6557a3d804b8bb46dcb2ffe964871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "921272546c084a1aada84541693b8b38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f09222f6fc5e4f91b3730bcd51a26bbd", "region_id": "RegionOne"}], "type": "image", "id": "1ba8518de50f47b0bfd28e0c7afa4a25", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9cc52c1b815f4a73beb239262490c5b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d079bab0e92b40748d60705d80cb1375", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e7a88f780ec3439f8765df341c5d3cf3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f49013376e5448048be3939d84df8837", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4fa9436a08e8462bad95e0447f472d62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f299645ec33b407d93bcaf9a1fae2e52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f79681770e084f70929ee8bd6407e4a7", "region_id": "RegionOne"}], "type": "object-store", "id": "c18b66a62f5c4e0db532b8ba82ed8726", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9899a642b73e4d5dab5af5a076caafc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a9ee616b2ad34415886e4e3f87b96a46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f7d082af3c3140dfa15395979694dad1", "region_id": "RegionOne"}], "type": "clustering", "id": "29ccd821389b4291bde4737f2579ef15", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7ed26a9fa4c44e54851d9baf2fc9732c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0ce68ba830e243839bfbbd27ad24240d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3af3a5c9e04847e588bb41216bdb6216", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "61e3f7d3ea9c42208f4793395b6c5f2c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b30c256b73174a5aa88058650907be06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "86c968ee5d1049bd80e13c309c58dcbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ea2f443f5606443ca4242162a58b8408", "region_id": "RegionOne"}], "type": "cluster", "id": "da2d0edc71ee4351a66bd5817b6d8921", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7ba7f2e4234541638383ffa43546602c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "10046d1b22c34122ae4ba89bc10c1a06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0bbb04d1c05b436eb43e038ef9b7e3f1", "region_id": "RegionOne"}], "type": "data-processing", "id": "95acac36a5a64289828a59ab60a53cd0", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a6812b1914104ec69fe5d37333049ccc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "afda9ea87a304561bf32f501588ff66b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4db57b48e37c420b9091667737433a0b", "region_id": "RegionOne"}], "type": "baremetal", "id": "5f4e7505a0b544288171f3f09923cb1e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d6d281a2d0da4da5b7cdb1939293f270", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "af16faa58c9a4762a84bb8a40c7a3596", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "58dde5d8867a45ffb9ad0369932bd7c3", "region_id": "RegionOne"}], "type": "bare-metal", "id": "89bc0e0a78ec4983a61da3badba8344b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8c46f1d7a7c846579bb918f2732dbbf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d11873e5b6584e909a3f37e6ce8fcfb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d49254918c7d4cf0b0ca8d56e1ceda43", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "10f13725183b4e34bde497aeb63a70bb", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "41b85f8fb38846c7b75be2e293121ee9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4fb9a01d57f54275a4ddd49e7c3cf604", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4c3a4fcbb1554fbd93d56c75b7d3b0af", "region_id": "RegionOne"}], "type": "key-manager", "id": "c9b0c2651d514c65b6f7c61c2c163dbd", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8fd8ec7d81b64c24a41f731a06fc3ee4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "991e9d0b157047b0921456751d433bec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8ba03ceaaf9c43ebb7a5d5074b0d67c7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "027286fdf6b541978de960e4625e9fe8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "12e4cefdbe9f464a805d33f313b6c087", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1315e2325a314423ba33d1dad6d39fae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8ffd6a8689104078a1c89edd61d02971", "region_id": "RegionOne"}], "type": "infra-optim", "id": "97d1724be0d04bc1a52dffca5e802aee", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "009413cd92a14d67b1b7078b38c17646", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "880340bf20194a6eb4b470f8187461ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dec07f4f3ccf49afb4dce2516a3bbb22", "region_id": "RegionOne"}], "type": "message", "id": "ff6bc6b16af14574b9bca85fe081ede3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c2832272ff1344f7aa7ecc16f065a43e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "fe7f52e3b6494e0ba3e9d51232810eea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4af059201f4a46a89ff930da526f1687", "region_id": "RegionOne"}], "type": "messaging", "id": "39307c1b3a6c40d8bc4729638230b7fc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "11612debfa044c41abaf5d4cec21b6dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "dd7966d0db864f5f8e91e8167878685f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "31b21af4b04d41619415f72e024a3085", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b94325f5f27843a5b1602f79a4ca7c78", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4bfeb33f198646b7865baae9d546aef6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3fa34bb610f04d8dbb8f3d54056e8a1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8e0660558b70423a9de626367946c674", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d7dd0197f4e84338a4beb7eb764de680", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ebeb77b4956477b8371ad4ec2833155", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b1e96da30c5e46ecb4565f7924755d14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68d279a070214d4b8598a861dc52f0c3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "cc659976201b4d188c21a6f775744904", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f6508edcb204443f96fe5821054d7316", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b933d3444b1747829d461c85b8ec52d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8eea735eff274754885731d871362310", "region_id": "RegionOne"}], "type": "container-infra", "id": "7c98eefe5e394696b676f94a741634dc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "89d166669344431398571b9fad204c6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "12ec9c15185742e8af3e23faf4b52673", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2816d0e756674d088d7af9614b9b00df", "region_id": "RegionOne"}], "type": "search", "id": "a0b232d51ca54a14bf7114ee21703224", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1822991f8a0746598299143fc0b5c31b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c7daa379d95f4e3183dcf4e2e27b75d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a100ed43cfd34c31b51edc921edc5a6f", "region_id": "RegionOne"}], "type": "dns", "id": "ea334d45d4a7491bb6347361106cc6fa", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c928138b1f3345b6a65d66903dc2d7bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d1256a1385944cbaa51f31e2fddc6f3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "31bc1f2bedad43c488f9d66c88c9c7f5", "region_id": "RegionOne"}], "type": "workflow", "id": "3f2826cf21064ce08e76e4b68ded71e7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "30acd7d003a84368912878c49714094f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5c66ab6d19b5458bafd1f26f159abf91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bdc7bab4e5b74d5a9c5be7bdc2b01550", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9e2db90fdc824ccd9fe9d07a58a0f4b2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2155d8925bfa416089e697c20a96320a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e0e909efd45c4746b9204211d6bee599", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0c62b7c2e0bb4c97a6f05e2fe7fda63d", "region_id": "RegionOne"}], "type": "rating", "id": "ad64899c168d4f78b6d15310b0933543", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c0212139dd7446f5859cdcbb1d50985a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "57e77838bb7545c09ee48203726bc4a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9acad4f8624b4bd78dd66dd9a4be1901", "region_id": "RegionOne"}], "type": "operator-policy", "id": "df846ad3ce48479c8d07d3bee92d3065", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fb7181568ec0467085709b23f8efff5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3b2aa29e0ea04301bcd8d367e51acef4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "22bd694801164f4aa2d289fecf8ea529", "region_id": "RegionOne"}], "type": "policy", "id": "d17beedbcdac4e3eb877ba3c9248321f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3abb33db174f441290c78c6dd8d2624c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9e9a3f01928a422baf37ecb247f65619", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "730c5d444f0145499bfcf7a78dae8b63", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7edb7299cc1a4ab8b2ce269c61f87c76", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0882f8b9e0484a4ea21744db3dd6dfe9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a525e313ab324f99a1d9b7634bb8c722", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6df2a58aefa0440dbe673cf5d441ae3e", "region_id": "RegionOne"}], "type": "sharev2", "id": "aa103d0981bb4fb78a186be74368ecb8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "daaa2ec53e344319a54ffabcdcde7574", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0543db7c0fd44cb0938292653d62cc11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "86d4576ad52041afa5dcbcac4332d68c", "region_id": "RegionOne"}], "type": "share", "id": "6e811a0bfef0416b8a6c9b09dda08d02", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "42356435a80b48869ffec9b7459c517a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "de3184ce75a1438c99d5ff62e5cc5d79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "bd783451f552431db180e421fd702205", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6e18e88aabbf445aa28edf435ea3cb3d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "410e673de9d3412193bbf47e911d0da4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99c029937a84492a9f59d9798286bf96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c98355fc9a242b9aae4ee6609e52d92", "region_id": "RegionOne"}], "type": "orchestration", "id": "8a5d8871061148a89c89fdae906c4f70", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fcf7ae87cb54378b307c8e58f22c928", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e404f764c004741bfade75abc57756b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3f3d4759d544897bde4107ef05bc6a9", "region_id": "RegionOne"}], "type": "block-storage", "id": "50ab8caa933b43afaeb6ebf599cbc901", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c27169640bb0422b8fdae26605fffa75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "008fe405ac294b57a0d6943e55f062bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21e771e8b0484387817cc7cb041b9f00", "region_id": "RegionOne"}], "type": "volumev3", "id": "15a6d420bf95491cb0935beb445bf82e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82a8b5358c254a0cab2c09f14366ce46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b14e69044074498cab2047828ffbcaa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe9008eec76946c08abb7d5aea071597", "region_id": "RegionOne"}], "type": "volumev2", "id": "7a38231f0fcb4919aabb2338ac388d2c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02f67bcd043a4e52a82aa69d0267fee0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fd2f2c50b834d3f83569e6c1f847025", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ad431fe01544d3896134c73ec526186", "region_id": "RegionOne"}], "type": "volume", "id": "e0779dffd8174ed682ae9eeefa17e41d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cee3284c3acb4ce887d014ec50607556", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b856b3ea38df41c7ad0764fc041fed13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94c2bce0be934f398fa91a4893085975", "region_id": "RegionOne"}], "type": "block-store", "id": "f9094c2e37c74603a4d51fdb4a94a6f5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d1e09ef675d547c5a10ac88ccd37d87b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "673ac806a14f44e187173737dfc96afa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1a173d85a0704d81b5a05c0dda2aed06", "region_id": "RegionOne"}], "type": "alarm", "id": "e51f7385f7794850bddb09c306dcc961", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "054f42574b4549b48b7f016deba1108b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "66efc3dfa3804cbfaf6a3d7c955e7d15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "237edcd54b3d4f3286174b5a0d297daa", "region_id": "RegionOne"}], "type": "alarming", "id": "70fae1d13dc041718ef078d16699d73e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "793aefd53fa1474da989b690f8fbb2b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "07b4d9d9d1b548218db3842fd4337d19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cd38c02da2fa4a03830871ec87e87c3a", "region_id": "RegionOne"}], "type": "meter", "id": "f771e7656ed54e4eb234a26a3a8e91bf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1aa90af8e9ad4302bc318eddd0da686a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f71a790e9bf5426b9a5b14af763c2584", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6e39119c10714c5c917ba44b8eb15832", "region_id": "RegionOne"}], "type": "metering", "id": "7d059fb77ca54858b8be6fd0a05cea53", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1c2f0fb9fa74431e922e5ff1bdcc37ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a703c2e0c084417a8ade0631d00f9ad7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "70f10614cb344c5494417be4808181a5", "region_id": "RegionOne"}], "type": "telemetry", "id": "b13bb40b6bc44395be04fac33f792f86", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "938ad6745b434826a97521659a01eda2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "292d8d5e543e4a9d990775a6610983aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "dc355ff88782444cb7f4e396dd2cc2bc", "region_id": "RegionOne"}], "type": "event", "id": "b2d406a86f0443398c5f69fcefe6f4c9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cd8c16c2d30440e1909f0d06735dfedc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2adbe3781920488dbf6402338c92644b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3f6f6d2ca2f542dc98601f585336a2f0", "region_id": "RegionOne"}], "type": "events", "id": "ecac92831ba64d1786488ecd93ecaa53", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3d1dc2aba47e4c20b45aa6a02df01595", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a4da20c7e0c0468c8c64324b3911dc17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ba5785f24d91420f9229864737cdd168", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e811366b1493457aa0e6ddc094b0a53a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0c50dd1792674b558d8c620a06d3b73c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d971d8bf755748a08ffefbab189217db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "987685cdb6f14e2cac709ce370a06b38", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3ed0f83e00544268bbab279a4f9abd51", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6842f745976a49839c07c4c04bd6a004", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5973073bdfb54fd6b52aaf851ec81016", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1719e0dfcea2452aa479b921fb78c2eb", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "e4bc546060f04051bf16c636b95d14fe", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a6fa532873e44a408fdaf8e09e2b3586", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2638743707fd4963be588df09d173c42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a6f5eee574a64f80aba700a9521cd1e9", "region_id": "RegionOne"}], "type": "tricircle", "id": "1ed34ac3d055413787b79bb73c76b6c3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "93625a29450944db94a4ccfe8f20f789", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "42b950281a5f41cb946926c278073ec4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "fb240d3ee17642e2a4b65fea3aff859b", "region_id": "RegionOne"}], "type": "database", "id": "b5e4216cfd084c11b9a11fb8d2c056ff", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4c74b6181ef748d29d4d6a3a4e300c26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2ad35b7bea634fe4b97536985b6aa2b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c98787bef6cf49a2802ba99c577c9157", "region_id": "RegionOne"}], "type": "application-container", "id": "8a50d8bea62041d99757483a50555072", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "21ae310c7c87446ba607e4fc21a1846c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3f5da0131fd54e6ebd962d8a97455a84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cc80170cb1b0470f9eb7e3a833b9f5fa", "region_id": "RegionOne"}], "type": "container", "id": "8c96a6984b384509976cec4ef90592f6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "681bb3e8ebc04809bf84f1cbc416e4c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7694cea2d2be4d1791ede83711110fdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3c6adb0ccbb546eb9d57d0fd17092015", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8ea4f227591e415aba09cec60590ae9d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e5e2427ad97f4b34907fd75d6b087d8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b936d995551f43268d8c25619098f4f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "99727afb0bf64d8cb5bfdf331fc58cc1", "region_id": "RegionOne"}], "type": "rca", "id": "b9cd6125dcdc403ea0da9d09a8b29feb", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5954bcf20272434593306db15191d6f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5debcd868656477ea5fa61448292d31e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f80ea43c6f824bddb384cd7aa54cf00f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ec6e14853fb34ec1ba61e37f593f96e1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e40f3d988b804554943e9301e62df168", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4db6736b1caa408988b25a1f8887ed60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1ca28ca03b5840b390cc29675457b5a1", "region_id": "RegionOne"}], "type": "network", "id": "e537994c4b454125b55876137503c9b2", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "340289513bcd4fbcb9ad5472c2d0420d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "53ba24b676924dae8935e49a31d2219c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ba0813afdbc145fe8e8f4d93b528c956", "region_id": "RegionOne"}], "type": "backup", "id": "e24344634fd642849971dce2140d60e9", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1a40d49f6dc9425d8170c4cbedf9b504", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "176017e1e2a649cc8f2d88a1b31d0449", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "25d3aafc59874407b8d73a0fac81f1d0", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "3ab620f217104334b9ae84ecbd42a63f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "88820b36ba804d008a3e76f3045cb96b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "64d6bbc3fbf9442cb022e34f7345e846", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a2c5a67f8dca4ec7a907fe6ec5f35be6", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d6aa941f45d84154ad61e4d0f6714a11", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "23ad6fe93c9b4ddba0e326e1d0034398", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0a45d638c4284735aa2272cb212d0b22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "85d3435b7669432da2bc006374f07d95", "region_id": "RegionOne"}], "type": "monitoring", "id": "97a0c92ebbc4484e93439ac880d80024", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "47bfcc910c6e43c3abc330606b266f19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fd099b9f1c8e4a339021032597c98482", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "088b215b22c84f7ba0fd9bd2e2fec654", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "405afe540c5241a6aca8ae2455b749d7", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3505b60350f646a3b89e33fc86f66c1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c07a7aa8e02c4a3898e009367401b0bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "75f9ecf962e44a5983ad227c4737d947", "region_id": "RegionOne"}], "type": "placement", "id": "be8feaf45d394232bae51c98b06d676f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5795de1ece08480b9a584fecbe4fcde0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "952d713b0ddc441aac9420e746c3c9c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f0e2ea6ff3cb42c0b319b99956e4b05b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "3608f24e892849cfb4fd4dbeb49252d3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "393abcc17a9a4c82a4b46f10175fd0d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "24f11b8960a44243b21e678c5f4735ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8f3eaeb38b3546aea37b353ac39902ce", "region_id": "RegionOne"}], "type": "ha", "id": "1441d243a578436592ec8faf00e1ae80", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "768d17bcf6214aefa48197f3ba2254a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "08630ee5f0ee4f19a1cf4023e0161ac1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b9ec7f3c81654a2484c6ee8ee7961f86", "region_id": "RegionOne"}], "type": "reservation", "id": "b28e17dbc5cc4a5d9bac0e06061732e4", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f43fb23e68eb4d19848866554391b50d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "876c2d40415d4aeaac16574aa50c40b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "86eed8506ce643d3879546e49afc4623", "region_id": "RegionOne"}], "type": "function-engine", "id": "1cf4326b88a3457db5bd9ca67b462164", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fcfd6f86e80c4284b090b3125d270faa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1b0743195233467b9c5bdc6fa74a1aff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "46b2a01a7aba42d3930c8a56a2ee1cd1", "region_id": "RegionOne"}], "type": "accelerator", "id": "6ed8a52a0f844d9b9ed2a1a36a7d2b5b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cd66786c620e4fa7ba74edc3050adc95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "383f29908d3a42afb8367dc367809733", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a97e9bcfc1994582ab791bfcd5e043a7", "region_id": "RegionOne"}], "type": "admin-logic", "id": "135b97064797453ab8f79765bb2035c6", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5efd6862a42f48058614427e899983e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5af052cfe9494830a4f0ff9e4227a54e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ffd434142a774f6cb9778557284780e0", "region_id": "RegionOne"}], "type": "registration", "id": "6596aceb59124653957cd417a2efbdb1", "name": "adjutant"}], "user": {"domain": {"id": "2dac3501e74f4d748dc0a2b4d9a2dc2b", "name": "d025c604af384a4f886d7f5f026f5b47"}, "id": "1054c1ea9ae3472fb86e96c9741033fe", "name": "e1989c578fd54dd29eb052a263cac0e4"}, "audit_ids": ["b78b02df08c5487faf4efbc80ffe70ab", null], "issued_at": "2019-09-19T09:04:42.773822"}} 2019-09-19 09:06:42,961 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/security-groups -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,967 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,970 keystoneauth.session RESP BODY: {"security_groups": [{"name": "neutron-sec-group", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "security_group_rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 81, "port_range_min": 80, "id": "1", "protocol": "tcp"}], "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "1", "description": "Test Neutron security group"}]} 2019-09-19 09:06:42,982 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/security-groups/1 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"security_group": {"name": "openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_update_security_group_neutron-2"}}' 2019-09-19 09:06:42,990 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,993 keystoneauth.session RESP BODY: {"security_group": {"name": "openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_update_security_group_neutron-2", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "1", "security_group_rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 81, "port_range_min": 80, "id": "1", "protocol": "tcp"}], "description": "Test Neutron security group"}} {4} openstack.tests.unit.cloud.test_qos_bandwidth_limit_rule.TestQosBandwidthLimitRule.test_update_qos_bandwidth_limit_rule_no_qos_direction_extension [0.414637s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,464 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,468 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,471 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,474 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,487 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.402461+00:00", "project": {"domain": {"id": "064f0ea9c4fd45a6bcdbd13ad21140d3", "name": "6b89e14609b848e4859915704f89819c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1f5dd15ad02c48a9bfaf8b785fc91496"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "12f2e51eceed492aadf47389c669d792", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ea2761b90e4d464cb34c427a469dd4c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8cee1b69413044c8a5158f641e443106", "region_id": "RegionOne"}], "type": "identity", "id": "9e3de864b5854169a60fb98241a3202e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1a825c2bbed84c49ab22c5885dd12f36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "697d6799f52c488e8b08573077f99c99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d5941388b80d410ab2c9e16a7dee2f2a", "region_id": "RegionOne"}], "type": "compute", "id": "6ec053ce500a482fb9e52c0e33d0d488", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f3c587ad3e4443fba6aa826685935803", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e88a66563567457a9ea520c35c751dea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b55c79b42a814c26a2259d7ebe3a3dbb", "region_id": "RegionOne"}], "type": "image", "id": "37cf726926ad4eacbeb16ba1994ab51c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fa0a4950d59148018d489b446d31eb6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "00f3b86ba8ce44f2baabc2d884940b83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8c9a266e4bff4f88ba224c546a607d9c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "6291408d8d604060a383a23c2af4427c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b732034cc6644dd0b8e385f0709f5588", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7770b225d9a4b20afe073822b6b0697", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7a11fb081d44f908a6aa0746c43c9b2", "region_id": "RegionOne"}], "type": "object-store", "id": "ac9cd584af3c4da9a795fb46d938b640", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "774b0aa0f0f24beaa8d26fdf74ecd0cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6757d56f52f44012b95a405a9b08535f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "821188f3079a45268eeaaa7e31336f65", "region_id": "RegionOne"}], "type": "clustering", "id": "1871ad5ba5304610a937828666104e64", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f9b430ac55cc4836a635bfd08ef4cbbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1436b7edaf78435b982811adfd24ccfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6868b451123043b6b55b2b258fb7537f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "69ea6b537b6c4d67b011d60a35454c83", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "06a26fdb1736468f9639008a5791c395", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1afe466342eb48cbb46f615a7e920064", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5074f80ad68b44b9b4b927eb6c9356de", "region_id": "RegionOne"}], "type": "cluster", "id": "918a0303c3db40d5a32790cfa3fd3e58", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5dec014f650d48178cd9249f4bd0e21d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "330dcf3bc5d24a2697b6743190768c41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d25ed709b0944a3088d07cbd4b3a69c8", "region_id": "RegionOne"}], "type": "data-processing", "id": "5f2207990b0a461982227bb7181ae3bd", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b89f26a01d9e4cc0ab12bc349e9e979b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "262b5b5efb604d4c95b3fd4f9075d97e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1b76f247eaec4514bfe31404d6edf9e4", "region_id": "RegionOne"}], "type": "baremetal", "id": "95b71443df2245f6b11b11d0c579ff1e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cf5a2a51e5de414a810faac26ec69629", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0b1ec698e81c4a049a5f39ffdb4fc5d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "975c6d7ebb2e49a38a1023fad0602c41", "region_id": "RegionOne"}], "type": "bare-metal", "id": "48cfd059dfc1425e87c0c6580cc874ad", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "87ac8d34d9254a1584cb28cc9dc25a24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9ac69a3ee422461987e818f7d9347813", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "500a7b7776b34d3a8e2fdd43557ea446", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "3e51465cd9cf400abec451cbe0f25a3d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "69094011b855443d9d882cc3d2abd36b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a3933f3bc46e4a65bcc55f430ec3e35a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4718c96f4ccd42bc893cce4d97473969", "region_id": "RegionOne"}], "type": "key-manager", "id": "c9a01c87cb2f46c5a08439beb94b8aae", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "35fab85748a442529b64e296d9e8044c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a35b4c989bdc45eb8467dca78866f96a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "78e85b09ad184ca2b8a126b7f5da9553", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "91c65a67eb7f41d99f1d81f1a7b60c8a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "69978353d10a46d2be8136ee01f10952", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ff6e47b4f0484351a61232bf652d9622", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2a1ad598eef846be9f6f0c46d94d5461", "region_id": "RegionOne"}], "type": "infra-optim", "id": "7787797316254d01b558b1cd0ca345e1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b0a414e362da41d892bb0a6acda4dc22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "28a0d628921d4643bd319307adc3c0c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7e2c8432ab1b43db8a7136d1f8342f7b", "region_id": "RegionOne"}], "type": "message", "id": "3477b0e7028b49e989a02cdcb6781927", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2ae9126c0b424acdae94d6178f57a214", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "04aaa216aa914a699178a04c0296df5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b30c9dd1a3ee4782811e570c0dd08ee0", "region_id": "RegionOne"}], "type": "messaging", "id": "760d0b6592174b41a08c134071a57d35", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "884c77bbaeba46f396dede26f55ebd4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f1d9f6bcd9014c35a5b168669a0da136", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "dbc8957b1f4c4b9e9f924ac19f13f728", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d0edb0f337424547a6ad8fc5689ae43f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "397b55b3e3f74fb1960ef5139d86ba35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c72f66bc28af4ecb9d41a2622886ded2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "97ad50ac03274704b3588ed2957e8377", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "defedd7d3dc145418fb9d70bf3131e65", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4331b5e32dd44153a312629f8c5debcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "deba61d462e64220bafae46dc057c7e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "972c126e961f4964aa5fa968caa3da4e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0614070a29a34bd8a7263ba0128e1b41", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "89301b324763423581101b63ca01abd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "592baacdfb3b415886f7147d5bf8decb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b228307c4ea140cc86a533357afc9de7", "region_id": "RegionOne"}], "type": "container-infra", "id": "6913001c72664af388ae78003cfce7e3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f61acc07d1c048beba2ba4749a6e8784", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "11e8cdce80c64426aeb044ed1bd90353", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ea779eb8f60d4322901dc321fc5619b5", "region_id": "RegionOne"}], "type": "search", "id": "3d45dd05d36146709ecd2aac02b49e05", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "0c08fc50ed8049df973c34f529c28a2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f5ea2527fef34bed86d6a22485c10b97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ee050faeb1ca4fd0bcb68b94eebdbd92", "region_id": "RegionOne"}], "type": "dns", "id": "634050fcc0854e70ba2b6395176a0135", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6e030eb3d07e47a1917d0621d99f6e2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f00e684770104a4686e1671aa0e2e4b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "aec1e312ac5b4706b22b68e726ee8785", "region_id": "RegionOne"}], "type": "workflow", "id": "40452db52d604f5bbe896a984f786e67", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "714f0e9768184316a3230f1d9771bae2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5b4fc1eb7eff480b9caa72a7775d8551", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a7f367e269994d768170108e2b4bbb64", "region_id": "RegionOne"}], "type": "workflowv2", "id": "db4469ce711b4b30aba42f80b2102079", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "c709f645907a4ba3852a88034d2c5fbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d8043fb958124e70b14c56be132cd4c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "72dd315ea91c4ce288a0b21e148548bd", "region_id": "RegionOne"}], "type": "rating", "id": "623968e853f74c46968ba32a2d37d9a7", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6b834b06ae3d43a2a1d71fc124be4dd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f4bcc83cd428433aa9ce9d9982c1efda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2b8d275438074c07af51b261225bca88", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d20a208c6fce493e8f47b020cb9cd63e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "864eb837a8f14552a30931832507433b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9f58a347dbb647e3b6937f2a2c5d26ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "aeaac20f0e26411b9bd95e3521fa119c", "region_id": "RegionOne"}], "type": "policy", "id": "adaca95f98a343bc98a475eba6e58709", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1d8f13d92cbd477d856494d9480df775", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "919cc309770d44db9724825d66f30a63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "13cc15acde6b452bbc8d4ff7c2478629", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "bf8c39221c164160ac54614793a956f9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f6c35e2556ab4d21b7017f12fb247ec0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2708a3249bc3409e83675d89072d2707", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4bc8cd2259aa4f0881a4f6413758827d", "region_id": "RegionOne"}], "type": "sharev2", "id": "38a77092316f4c80aba830488c510fc2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0b50c570736447a382106f95d4d2ed4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "30c94efadcbc4102bf1c682810975d6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "43e46174076d42dca2304511a8237487", "region_id": "RegionOne"}], "type": "share", "id": "b82fce910c8c4345ad35b2703c6191e5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d0c425ea50bf4bb0af78ad496237266d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5f5f5d85666b446f8024a2786af01b69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "326f43ec3b5a4bdba967ec6f32dfe204", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "637424c63f8046abbcff00780511dd0a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92281e7f55d943f7a1030e51190c2cfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a15d7550aca4776bec27ca0a082d9de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04da1369b2be49c69968bed8a053ded2", "region_id": "RegionOne"}], "type": "orchestration", "id": "6aa4200843664fc4ba083bf83f81995a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3114d9f8e181462792d0084166842a8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a29324a27334de0a9cc9217edf062b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ff17e986c3d46288a02c55f3c826c24", "region_id": "RegionOne"}], "type": "block-storage", "id": "71e637e830664d2f9afdd9e7dfb99b69", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1605be17ddb41a9bac0e038c0aabd55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ae6c5e90a974a3c8c861a9ed4b8387a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52a048c7209f44a882df127f2d5e3bcd", "region_id": "RegionOne"}], "type": "volumev3", "id": "6f85864c2be24f1ba5b30b9f844a99f3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "045ca147e3c74408a93b930ba466ffa4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8cb5b5aa71b14ab69245b0a48d7a6566", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "532d5ca8dca04700b21d6168e1d3ea03", "region_id": "RegionOne"}], "type": "volumev2", "id": "6de1a3963a354a9384c71ec4b7182cb9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4115cec02cd640209966c5e56f8d34bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b08c8c9632b64d6eaf47cd183bc74fee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfc8e67cc7624134a7763bd02f3473d0", "region_id": "RegionOne"}], "type": "volume", "id": "33c8948d446d4166929d935a3eea16ea", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cea06d3ca12140cca87cb339c6919e32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af71e2f48d0c4f638d9b3126896756df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d241b23e7566426e8a5126aa54d68663", "region_id": "RegionOne"}], "type": "block-store", "id": "d53a499068454ad9b2fc886150085d11", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f5aabef4945846808aa1cad7a167ac48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c23b4fcc51764a179e04ac7141cc2cdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "56ac61a592e44c7d95758aabb6ff83de", "region_id": "RegionOne"}], "type": "alarm", "id": "be99b0765a5d47449722dda09563632e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2958243a6e8a44af8642841448ea85e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "28458caa184d4640b0600bbacbfa3a08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2205d90e397b4826b8fa570b8907a081", "region_id": "RegionOne"}], "type": "alarming", "id": "66a5275ccac94f6c84a7bcf70c2923e1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "feae3d4afacf4fd29ff46e52c828c0b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7ee372cd492d48bbacb15cbf69455be9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "abec86ea1280404ab248c1f17371f096", "region_id": "RegionOne"}], "type": "meter", "id": "011ca59077694f098cdaec5f79a2775f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dee7df04d84149d7913bfe7525cc61d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ff2dc16a8796476ba6ccd84fe46fe145", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3e442ad3232c44288d6c600cf30e4023", "region_id": "RegionOne"}], "type": "metering", "id": "62e4d79716bc44d88e29aebcb73ef123", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "47598568b335497e9bdb9f1f2f1261ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7307363d1e704766ab7c2ca943a58475", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4636236a81164343bbc3c81b26b75245", "region_id": "RegionOne"}], "type": "telemetry", "id": "942ec3f72a8f4dda8ef6fd677f557009", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e0af77bf30644e90b0b24183d7710fba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5e680c8fd3364e999fecdbd838776051", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "df5ac0e1a5dd4f33b43d878e5ca63e31", "region_id": "RegionOne"}], "type": "event", "id": "218ccab1814c48b4864c2ccf470cf71f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "36355924344a4ae9a6956a78ebafba23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "88d9adb62e81453cac4acea685353fae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8c88fd7ac9a34e17abfee6c1076e6565", "region_id": "RegionOne"}], "type": "events", "id": "48bb83616758476ba7fe8afa202b23dd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "21da118ee9b14eefad9a3e3f32c6bdb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0e661d5832fb4a1c858deddff8455674", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b62688c16e49437db5f97e941be13738", "region_id": "RegionOne"}], "type": "application-deployment", "id": "413b643c23134f168ea25b068e57f905", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d579bc5ea70745c781b26c09eb94db32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "108861f55dad479aad5059230e8fe9c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6ec37513ad994b789e9cb21549ab1405", "region_id": "RegionOne"}], "type": "application_deployment", "id": "204d11e3290c4dd1afd3de778f73a867", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ea6047fc9db8467487c1c69b9dc6e86e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6a8d7abe89594b3f8bca04f3825237ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1e4964ae0c8e4ef09455ffb02faade5e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "668bdbd115c74d7c8c1052d531af81b7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b2e82995b27242c0829886ef1b3491fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2c05de33ee5544cb8f41120ca45db39a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "053f0be0cfd843f0b7252e967b9672d6", "region_id": "RegionOne"}], "type": "tricircle", "id": "527fb217209f4646bbcb3810e51eab75", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f0f58ddf2a6a4b468b5a492663eef9b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "3148b96eb27047e881dd6865a8c1e67a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ec4736df388643d3ae8c03efa12328b4", "region_id": "RegionOne"}], "type": "database", "id": "7f2135887c1e4c00b617a530b6155224", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "34a10e5da6b545c28c45c8cf1ba806fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b0ba7f42029b4be98e62b6a1e04d9639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5d069ea04dea4e7094f06af832b96914", "region_id": "RegionOne"}], "type": "application-container", "id": "49f53bb73eb94400ad8235305d487f7f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d737c18490854e49aabc2935487250fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2dd7dc9385de4fb2b781961bedb75d42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c9723b54e5bf4ad4a04828fc96adfda9", "region_id": "RegionOne"}], "type": "container", "id": "ac04b7dfe512447bb100d77c55c4350a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cf4401f2da5e4420bcd63c2f5bb93bb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d197d5f25fa747ec92dc3538cb5338d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bc80bece871e40b9a10daafbf6aafa21", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "748e3d77e927457499dd5f87a7913d6a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "79c7ebf175f34e50932d1c544521ad7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3d57a89477b14ae49595537491794c38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1c27918f206745ff883665f27204eadf", "region_id": "RegionOne"}], "type": "rca", "id": "94a5b89eed8b49e9bd851eec3d34781b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "03a0e0a2bf09431db5280efcf2b2cd8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "dad37671f914499d888e99e5c51fb5fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "94498cd853c94536b12344ec9cac9acc", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "05191c30954141b786f8031f0622ddea", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "1b68309782864975806af4aea4e92a10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "005a356e8fa1490e8905a31eecf4538c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c606653d500849b29cc91045d8b1bbc2", "region_id": "RegionOne"}], "type": "network", "id": "f25fdb87a2084938aadc34b259af629b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "416646ad61904b66928c6454d48c1fcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "cba7bafec327448b87af6a13823f5b39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c7a07f0828ae4e5fb3ae9622df868a5c", "region_id": "RegionOne"}], "type": "backup", "id": "ef547b4f95a043f9a6e738f2e7455f57", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4edea3be7a0c4d78b11a0ace99d58305", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e8e4d5fffcef4231b0b3580796598fd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8cc1e4e64cf248da8b7c3e3ea2cff734", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1abfae1511054111b58e6b4cd3522920", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e70154c036a24034aef46144b5797e44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "21a9169a50f946e6b19e8daeefa151ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2818b641e06a4e558eca059907520acd", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "be92b2c4ce364f80bc16952223d86a2b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "02e569ce69ae471ab04560788c7ffec4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "29981bed74c64acd9f43dcd0eb6cbc11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ffc629753bfe41d49cfe8672102b4f51", "region_id": "RegionOne"}], "type": "monitoring", "id": "2e97d132710f497bb809318346c4302f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ef20a768134b41729777790ef46af92d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bede80d8264e40dda975cf756b7b605a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8b179a60b87345cf9587d610f5304d5c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c1b2d884631042eb95fc2f7c2ec3c419", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "bcab032d23b5435b8628a6c45a5ba238", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9219d2d168f8491e8aa30bfa264dbe88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8544f6a3c9c44daf9b8eeb90175bce82", "region_id": "RegionOne"}], "type": "placement", "id": "b0581e88580247068b81232a25a1a270", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8662cd8778304eb7ad070b57bb16ad22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ec589571398f44889e2dafaa48a61379", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "88dea141058d44c4a444ebd7a46530ef", "region_id": "RegionOne"}], "type": "instance-ha", "id": "51616faddb6b42b1a32978d30eca70cc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0bc7730709014bf7a5ced365aac3e71c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "05170903403349998fc2e030109199e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5eeaaef64af54b5293fc9a850e48f403", "region_id": "RegionOne"}], "type": "ha", "id": "f6aaea668d6e4bdd9560b0c7672445c3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5fbf101f56bf4d73aed509b925ceaee3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "18340e47b4a94454baa31865e19786ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "84d5829f12b44b26982f2e2f633c444a", "region_id": "RegionOne"}], "type": "reservation", "id": "f4c75406f4894fef9c3f49454630d6a0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4bb729a9204d455b89d360cabd33dd78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c102689d47f846d1ac14cca95d74f5d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d47728308a7a4afabac36c6e325a2bed", "region_id": "RegionOne"}], "type": "function-engine", "id": "2f7802c94b1b436d8f985ad1a8e8a2e2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2a0b232738454f799bb7369100a3890d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "cd0ecc87edce40d6b5cbb601068ee883", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "53342b85e28d409d96a9659b10618515", "region_id": "RegionOne"}], "type": "accelerator", "id": "c9368ffd04ce41dfbb1bb6a55dcbecee", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4b17d3e6ba8942e7bdd3c8243727befb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dbe748f7c2e14718a1462f761b1746c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "25cc6789c7fb4b6290f67193ff4e5be2", "region_id": "RegionOne"}], "type": "admin-logic", "id": "04d05fdf6ed2444cacea28fb69ea9599", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1ebc180f5c1046eda1c4228dc8c9c7bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1b2c5013b3e1461eb58fc2cd1d0cb512", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "44a2200a393c4fc0927ce98f8d566ee5", "region_id": "RegionOne"}], "type": "registration", "id": "040df9dd318943ad80aadcfdf9ba2c06", "name": "adjutant"}], "user": {"domain": {"id": "044d1c884ff04e04a3ce1d408526edce", "name": "7ef77959b00c40718d02a6e7b583659b"}, "id": "0208f3f94d4b42ff87b9f2ce46ccd05b", "name": "6ffad264700f422bbe7dca7f27ed684d"}, "audit_ids": ["a6f19f02099d4493ba643e522888f56c", null], "issued_at": "2019-09-19T09:04:42.402461"}} 2019-09-19 09:06:42,708 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,714 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,716 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,720 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,725 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,727 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,730 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,736 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,738 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2019-09-19 09:06:42,743 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,748 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,750 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,753 openstack 'qos-bw-limit-direction' extension is not available on target cloud 2019-09-19 09:06:42,756 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,761 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,764 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,767 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,772 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,775 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:42,778 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,783 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,786 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2019-09-19 09:06:42,789 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/bandwidth_limit_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,794 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,797 keystoneauth.session RESP BODY: {"bandwidth_limit_rule": {"max_kbps": 1000, "direction": "egress", "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3", "max_burst_kbps": 100}} 2019-09-19 09:06:42,800 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/bandwidth_limit_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"bandwidth_limit_rule": {"max_kbps": 1100}}' 2019-09-19 09:06:42,806 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,808 keystoneauth.session RESP BODY: {"bandwidth_limit_rule": {"max_kbps": 1000, "direction": 1100, "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3", "max_burst_kbps": 100}} {26} openstack.tests.unit.cloud.test_object.TestObject.test_get_object_not_found [0.149144s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,840 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,845 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,847 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,851 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,863 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.775456+00:00", "project": {"domain": {"id": "4623a8a6c5734fb49eff6da406fa94cb", "name": "5322dc161d95476dac3a3b049bf00a2a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6d9a83eeb77143f08c59e9874cb1b84c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8660f733321b4d9b84d5a516ec706889", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8550324558aa41c59a32eb9b85db1664", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6adce820f42341d29ce92b6b52cef81b", "region_id": "RegionOne"}], "type": "identity", "id": "c8c31be43636456799e60db2c93af3a5", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ea9b8f16bb194d4b97b6eea9174ff233", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "96d01e80e1bb41b1a6bd876e752b7af8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "cf19d0f9db914a2f967f9d5d4d4f399f", "region_id": "RegionOne"}], "type": "compute", "id": "6f68d56a054f481d9163c05ea0067d2d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "def4d99a5f004137bd0fe6e76bdd8035", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b1ec6ec6ca4f43cd9b477082eacaf9bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "7e5645bc662b4da18e366901170d548a", "region_id": "RegionOne"}], "type": "image", "id": "2916ac614e2e475b81df4acbb01e851d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4f2c955f893b4061b66c05437d730257", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bb24839ecee24e939db3bb880f6a7da7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "12f484eebae24e6cba62d4dd7668c472", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1458f875472a4d3bb5bb0d66e1f8d1c5", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e37694d3aff3425eb2b9ba28a88489f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0590484cff54050b5ef70a11e83c9b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8564ba2e638d45dea62a3cb1ae62f05f", "region_id": "RegionOne"}], "type": "object-store", "id": "cebcd747f5b8440592f7eea198831624", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ece5b38ff74c4f51bdc53e86d5502275", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "66bb8c7b6e044b05aade67c8f8ea6a57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0e9bc51721d2473abf3be888273f3793", "region_id": "RegionOne"}], "type": "clustering", "id": "da4c51ec28ff4eb3a2ac6b8fc0955393", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ff6a25bac48648b1b975320a98953b50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e09d260b78e246288e7d23d6fa26c65b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e52c75d7371c400b82bf928c2b6ef02d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a6c775b377e042c398cf5c021446791a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c79c7d1b948746c9b3103527f7daec8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fac1fafab06647ada4aeb368ad94d712", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "091f1947644345059fda03c23a649666", "region_id": "RegionOne"}], "type": "cluster", "id": "8160a981e50c44cbb3c1230b01dd1dc0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "19deefa4d4cf46b2bd953a9479482024", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0fd33da43c8b408db55696e47b94f737", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d5c4651ee5674510a96f1563c4f9c684", "region_id": "RegionOne"}], "type": "data-processing", "id": "aeda9cd26edc4cc1bebdf8a5fcafb6eb", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "aceed0ef5f41487d8a26deee277f3d42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5e8091baa5f047e0af86d155ce0ccfbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "96ad3cf0b8ce4e41a803571e59b83e4e", "region_id": "RegionOne"}], "type": "baremetal", "id": "cf2c5001999c43afbdef21c8d52c1dc3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "df582b5ee72147a89bcec7e579e519a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0b7940e52f0a4e54a7edbeaa6c29a0d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6de2872ba45349ed874b891cdc2c76c0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "235fdbef4a944aba9e94b97958d543f1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "305f088d98964c0cb748348879f59dac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "90f0c37ce3e6405fab6716445879c4b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "20182529e92045d7b5eb551c0931a7a6", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "71a8331dd0a747f2a2bb5f2bad7b1c4c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "80e41e9b62424863be3c7d1f911635f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1347eb2a9b244985aa2e92ccee2d7656", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d9ab2bfdd0b747b887525714dcce4850", "region_id": "RegionOne"}], "type": "key-manager", "id": "7517bfd05d4241c4968af927b1baf4ec", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c9281e09657746d2991f9cbce65124fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7686323a4f414f7ba71bf9f75924053e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "30fc8749b7314c68b717343cee60107b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "4780342a64994a86a16d45829815538b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5a3189d970014d7189d8d2877e1e1386", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "77b0afb7230e4d3faa86bad017ec53ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "64cd502270474cfa9c3c0804e5d1a473", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4be34ddd916e49d291a585b82be6135e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "57540230f8644e28bf77ef4fcbfa47b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3ea1b75038e84add97a160f9cea8b603", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ba621fbd262c4c048f95e300f6350cf4", "region_id": "RegionOne"}], "type": "message", "id": "1322f5d137454dbdb8e027803d9d527e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a60e79c9e5c342988d51332d404f9140", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "17f478bb14c64c5c91d92928907c52b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b031ee12e1624ccd97c92b70b3b6e087", "region_id": "RegionOne"}], "type": "messaging", "id": "d2ad867cb02c4280a70fe6d04b940287", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "aaa169174f4d47e5a86879dda73df0fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c3ada5ea356640f8be69c52c900e4a39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a971d831a78b483294faceb5d77a86f7", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7df1006512ce43328a3f045b2f6786b1", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "48f95004e6f0485e8c7dceff55c1b97a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6bfa09aaae624c8e89322e4f9d6f3344", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "19c2e650dd6c4258bf5d45c97a6db4c8", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2a4e9183e7c846e9ae3a2c2d019677f5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5b6c2b7bb2a84523b4c60e037ae385bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "32fce85b60564f0393d5ea20d87725bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f00881e9c0ec40b2b84ad50e23c82cbb", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5b96788be3334b07a2edad5ad3992173", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "38e12bb9975c48f68fe007d4d8091c19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a9d73c5e2836431fb90e8e3d2f75159c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a7c3c00a957f4a8f82053b024d646985", "region_id": "RegionOne"}], "type": "container-infra", "id": "bc0ac98458ba4814a3fd9eade0628d66", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "483d7b14b9114284b4966eab8935bbfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8a9146ba6c3e4b79804a2b21f9329656", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "fb35b5a0f9de4ae2b79682a975d24239", "region_id": "RegionOne"}], "type": "search", "id": "3d34739ed88a407f8c5263692de3f82c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d3a5850cdc0c4847b700d9a3899a721f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "424631e512844994812f22f7c73ca390", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "39de64d7dce34cd59a7c13b985a72e44", "region_id": "RegionOne"}], "type": "dns", "id": "af81bcacf6f946a7ba82e4c22b6c4867", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f25db895b7674650be1a6e2a4273fbff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "92c409db2f904acca184ea4cdf331175", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a940bba98ed243d386d0955fb9139ad9", "region_id": "RegionOne"}], "type": "workflow", "id": "ff5f0dbc94d44fc88ec8b1f805738410", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "08fac7aaa2824449963a9b3af9e3817b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e44f78056605491f861a8a6a5ac9efb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5ff3231e163342f3adb7b3ad28aa9c5b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2e54d432af80402b91dc983a23dc2689", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ab69800205a145e18a20b761d9e3c5b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "50c1a31bbce74db89047661e8567b60b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8898dae65c1244e0ae289bd25cdec0d1", "region_id": "RegionOne"}], "type": "rating", "id": "253ab60985a04f848373c38fd30913d0", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "13f945fcf0a04fc0934f75fdf3b2b7bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "376076d473dd49699d3ae21e11c65270", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a0e0813d0ce240d091e9eb39b6be0b3c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "012bfc3dc0bc4ac5b97c1988a89e34c1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "14af60a310d9412e95b971fca6ec3c25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a052d3a2b0104e36951e3bcafad40fe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a02073628913470db86e9194c3c4ca12", "region_id": "RegionOne"}], "type": "policy", "id": "50c5fc65e59648bd877db1cefbbfc904", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "25234bab18564b59819497433357ccd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8a359fc1ab204b89b6a0a8918b7ab4bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fb5462c4efc4454ab758ecd119b2c775", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7a9f68074904494c8bdb14a47bb78af2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6f85173ca97344fe819687c57ae6a319", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5681ac2cc6f64cf48c059f76764516b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "005d738b4a784aa28ecd5929d86ff690", "region_id": "RegionOne"}], "type": "sharev2", "id": "fc74128b6bb14eb29434ce5f3b984885", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c17ff706ed494e16beafc3e7b612eb1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cc5f02d966694f5da463da4055f77519", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f00b796c3eef41e0bf40b2d9d7031d82", "region_id": "RegionOne"}], "type": "share", "id": "ed3f2903f2a043388415c2f179c8fc29", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "efc9b9c71dc34c82abe8c59d62735ad7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6afbacaa449244df98ab586cc2423689", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e20973cf4f594ab0a5758bcfa4b6307b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "032f2e8dd9984feb97d02082f503c52c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19a1303de28a4487bfa6f628204d986f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3807aa09615b4c67bbd5268ea150c17b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "056c172850f245779425a9a6ca9f33fc", "region_id": "RegionOne"}], "type": "orchestration", "id": "b8743ae4b9c3403a9fbcadf46987aefd", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f46fd2b5874847c8bfa1ec45b7feb39d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9f410d3739c4941add5db005f8741d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c488b6074074e9894664dcba5ff8822", "region_id": "RegionOne"}], "type": "block-storage", "id": "1b3a756c199b42628b23a8f3d1e3ac5c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee749ac11a4e4eecb9955fe1b4b3317f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6568bd803e5c4853a57fc2872da120eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fff2996883b9470fb5e636660c2ad877", "region_id": "RegionOne"}], "type": "volumev3", "id": "b17b7c8e69cc4de39d94c16cfd03ff10", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3089a890451c4a058a1332d6e468349f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7172b0ad42654e83b76a1ecf9785fd0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "78b0599e360144ce833b8b63fdc50c45", "region_id": "RegionOne"}], "type": "volumev2", "id": "3fa9f81eb26b44f590982322412431d3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b360b01c5ca44325962ae4183e4c51b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74dfc0461c1a4dad95cc5694bb4a5671", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc8591274fbf4b558a6a2e8b181c5a00", "region_id": "RegionOne"}], "type": "volume", "id": "cad4755fc07149b694b64fc524886784", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b74d9ea8745e4059871bd794070382e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "edc0512605e54b4ca2d9a7aa5ee15493", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2112bbaf77b48b9b477b6f2fb4849aa", "region_id": "RegionOne"}], "type": "block-store", "id": "4e0fa441ed254c6a8fc95503c89f931b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c81bbdb16ae34264a9920a551e72be41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8c16adbd3fdb45c4a709f4e1fd80ea7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bae65b0bd96e4fcb91c5017c431a4a0c", "region_id": "RegionOne"}], "type": "alarm", "id": "2659a59c941f4f8c9812cddbf258671a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a9952ec4288c4f19b7f72629d7bfd077", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b2488309690e48b08512db19930993bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a1dc2a9a5ccd4d9eb66d9fc5169cbb60", "region_id": "RegionOne"}], "type": "alarming", "id": "f3830b2483364039a958b6db8bd131fe", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3792e2e8b8b44176bcebe5e6907804d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "359dc8a344fe409c880f8a3aa89c961d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2ad4f054fac847449b257ce9fa6c88b4", "region_id": "RegionOne"}], "type": "meter", "id": "1fce063b0ac04e75aa09f044aede99ad", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "baaa933d5dab4314884fde6dfe5830b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cbe6080881694e9b9b2f29acccc585b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "478ae181b90b449bbdb19fa939bea447", "region_id": "RegionOne"}], "type": "metering", "id": "fa51c665911c418b9b7a817b94ba712d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fb852acfdd1149daaa3d19d973918e06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "62ea2b608ac3496490a61bf98f0025bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5c06d594dea64f04b8434a2d0e548d37", "region_id": "RegionOne"}], "type": "telemetry", "id": "1314e0ef7190440985767576a02ce178", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ea08da92a9744eb79aeccb1d9dfa2797", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "38452e3f4c674c5ab755b57ecdee92f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f4f09a3cd8e34fd9b69cd0ad01de34a0", "region_id": "RegionOne"}], "type": "event", "id": "513b116ceb6f49b7b11bb4293f655076", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d903773bfeaf4e27b115a675e8092eb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7c388e45006d4f6e9bb3d7d0ecb8da6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e932b53ae38e499fbb1bdbf0de188417", "region_id": "RegionOne"}], "type": "events", "id": "851023c4cb184759811d1d21b69f0dec", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "58baed89792e424891f0c8b0d79e4ba9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f10367b96a0042dab81ed074cc0d7d1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "12c1cf3dc59440b596fd38dddd17d73f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "66107e6d29be44be94f21f03433e26d3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "094d08e80fc54e07b78d38a7cc360a8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "41d714b6feb44c379e69c31433084bc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "91db1c8eaacc45b29d338318bd96e40a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a17bbdfc697140dbb04d0b1da476533f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9a571bf45b6d4dbb9550c71ecc3110f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0932c8c9d25742c6a6e504ee94f7a71a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "965e95b14d754d19a0c9dbc30a446741", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8933276cd8f744808be6352a2840aa82", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "64de677d46ad455aace1102711e24a9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3b9c24eb3d994180b280721267350d86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "efecaa1f9f124431922e6204b3600396", "region_id": "RegionOne"}], "type": "tricircle", "id": "5fc46c9ab5f841b2bcafc1af48400184", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2cc08a09070f4099a7a0fda0db40d5c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0d261dfd70ec4a2896d0d23be6575d27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "540b6a2636a24ea1ada8790254f9df1e", "region_id": "RegionOne"}], "type": "database", "id": "156dbab84bb8456eac281f7fa602b412", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3b722d082d0f4749a12175629f6290a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1fc75f73bb7a4afda6c1f11a49a85cec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0aae8075b38c4ce2b9767c1667fff4ba", "region_id": "RegionOne"}], "type": "application-container", "id": "0e2bd0820b4c40eabddef9dc09c3017a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b48e94dc03f549bb841d1da32639866b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ea0dce8711264968a1025c43350bd147", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4dcb81be4b5b4470a89a53f2a66eba5c", "region_id": "RegionOne"}], "type": "container", "id": "5df5666041a14cd3a094c05aa6ff4791", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "31bf1e673d7f40ada179b27108cb4068", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "536a03debff9444eb180b19bae76cc18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5fead29c71f240b4a46e564881e57be0", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a814cca81a2342ae885792635841e15c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0913322a2583451b8d36e5682dafc1bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e413edfe7dc64d69a976453d27eaa2e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "023224b94b4a414fba9c9cc7872336fe", "region_id": "RegionOne"}], "type": "rca", "id": "105b0d2f74e7444f9dd6044b8514317a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fecc6e666d79435cba6f86c20a8c12eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "086529b6d6c345f6a4b00e56a4b75cbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7f9b770e1d58440e9b3b7288060d44f5", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "53967c8c3f924871b1abf328b999b56e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0cdb388a8f9f444c82c8f073a2b01f2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3db4f4e053344f4f952632fc997fdb81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "046df3d631044f25871d49122b5ff9eb", "region_id": "RegionOne"}], "type": "network", "id": "ed160e0cbd6841a0b781e3113ebee370", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e5fdeb0df1fc4e4c9ee5059dcd45e8dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "655f3454f8874398b62481a6ae156af3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "41772b8ecd9745bd9fcd245fa61985a6", "region_id": "RegionOne"}], "type": "backup", "id": "76ba400112854fe1a6ea9776db5226d1", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ce49560f67434da09889bf81178675ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c20c8bf6881c4050993df0ea234b11d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2dfeb1ea1ea94a98a8cb1b8e8ce9c9ef", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "68029e0268d54c2195c3fe4106b493af", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3f2297eb833040028ab4fc447cecccbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5562734d090949e4a8b2fb7b4d11ca68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bd40b698c3b84cbb8692bb4edca20e33", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b0ccf272c7b94ad3ac4e4f6192385d89", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7ac9ea3d9641489b9c36b0e4afb18077", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5c73d22f333f4ea08fa79da21507c029", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "cfccdd37797a4401b2f55cad665df602", "region_id": "RegionOne"}], "type": "monitoring", "id": "25fb34f0a6ab4abab8e94a0568baaf89", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d4c5367c1ddb477d8c7f74b4d5beb73d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9a2524df1ad140d5998fcc923154ea08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "14f5b524b80d45bc952a2bd489703959", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "57e8c7b9ce1e495f8c0f1c225ab0a92a", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5b0b58f23f874338aacd5517be6e8525", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c63512fbac894b6a9a8d5eeb4e01b6ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "856a9fdb1c834e729dc8abef809283f1", "region_id": "RegionOne"}], "type": "placement", "id": "7d33d6924877441ca09cbe87553dc3c5", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "59095e337ff4426cab46340e157ca21d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5ed3e0c7d14d445bb4e29d7533b5fdcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "857cdcc2da884df6a6a0ac658a866a02", "region_id": "RegionOne"}], "type": "instance-ha", "id": "145afea8d5974c96b2169b9fc8134171", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "99fc53c1af754ce7a68b8d195e477798", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "aeed92433a094ce48047b49b4f64edd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3d97413dec5845eb9795c0933f3f6e47", "region_id": "RegionOne"}], "type": "ha", "id": "ff01165c362b49b9b034981f38f3bb05", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5a8c2758e3744fdab86f509d8feb9c24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3794f4a72d87400589464d8d92c72b9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "374de6dd64634a1a9c24d16afa934304", "region_id": "RegionOne"}], "type": "reservation", "id": "f8fef8c3b598485fbb573fb7ac561194", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2d241c597e2e4638829a437914449664", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cb0400d948a44af5ba28311b87dd31c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b8414040fc3f4fb7860b04a563bdb11e", "region_id": "RegionOne"}], "type": "function-engine", "id": "7c8597e3ce3f472ca78e696f3d9926f7", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "761579dd49ab4a8f8ac401a86a6b1dd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "11d69b9cb8234d25a65fab02ae87d4ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "4977381e89f3417c83420eba56587ffe", "region_id": "RegionOne"}], "type": "accelerator", "id": "b2c89e34f7dc466b8dcb63a5c0efbeb7", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1b8e90d345554a0bb17b32a69f3484b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "412f1213471c419f9af2000e6c3067ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3ef05df9723748eab37709154fb08315", "region_id": "RegionOne"}], "type": "admin-logic", "id": "cd81701e9e164f36832f311d50311ecd", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "207417b1c2764347a13c50c46df0ddd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ab8f01be8cfe44db81ee16d1a20d3808", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3c384216f5db4445ad050ba3b4f147f4", "region_id": "RegionOne"}], "type": "registration", "id": "0184c43ca04f4eed876806a2e72148fb", "name": "adjutant"}], "user": {"domain": {"id": "d5e11df14b894410b3994f60a52fd5b9", "name": "0cf72a7495c94233a8fd7341e6ff7048"}, "id": "0e023490e8c64ad79a2840b27988b54b", "name": "9c1d148743da467a9aa1e972de1bde43"}, "audit_ids": ["44ad3b5aa61b4a40a79556d8a90f6374", null], "issued_at": "2019-09-19T09:04:42.775456"}} 2019-09-19 09:06:42,913 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_get_object_not_found-2/openstack.tests.unit.cloud.test_object.TestObject.test_get_object_not_found-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,918 keystoneauth.session RESP: [404] content-type: application/json {19} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_no_user_or_group_specified [0.176042s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,824 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,828 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,830 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,832 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,841 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.771740+00:00", "project": {"domain": {"id": "2c4c8cdc85594ad593e0fc293d1f1f42", "name": "c5fe16c6d2ac4b3e9830a7cbbacfdffc"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3ee1e30af986498d8350e2eba96bd8ba"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "213a314cac7044799234475454e55a86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "901735faca984cf4bb2928c6744dc495", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9aa1703eae9f440991a5f5dc0435a3ef", "region_id": "RegionOne"}], "type": "identity", "id": "5686418931c746db8b27f8f169ef028f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "36629def96f24e6da34fe63e6ee0d493", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9b642d30c13d4b8aa4215fbc546e1898", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5d0c5640879046a4be63cb7d7ae2e7ab", "region_id": "RegionOne"}], "type": "compute", "id": "2f01c708a5ae473f9fdf1435185fca8d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f3dd3130869a4166baa745258306fbe9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "81b6c556b2874094930180e0fe393703", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "86baf60baa974421883c48fde5548a19", "region_id": "RegionOne"}], "type": "image", "id": "618b38e06f6245c3a17e5aee8b683d46", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ff1825b473344d809112256ad4bc6c9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "67708450292b4e7e916652ac606f4a0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f00dbdb152264e43846b5871eec84089", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c3e0ea581dc645a389090ca7dc8a3e5a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8b60d3fee374fcf99f6f759040b8b76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b43e83feba37479d874237dc79dbdb0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14bbe234edc04d5f981458d97240eee3", "region_id": "RegionOne"}], "type": "object-store", "id": "7328402e0557464aa503d0c856cc3aa6", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8511b900896a47da8e1ed414a20a12d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dca6e66652b449c5b60716ce59933955", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f2c25650ad0342fc92c19ea932747786", "region_id": "RegionOne"}], "type": "clustering", "id": "b10f22c40c3e4609be917c8f90ed57d2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f0af84bf7ef04bab88891ed3e8548f82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "60587818266f43ebb3a500e6c93a538f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "168b4ba87afa47cda18b9837a99244e5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "59ea57686c054c7b9633d99ffb790cd4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7a7602be1c844858a5ea6b47eba9bf73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c06dbd6340ba49f28fab80dcb4449c01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e1543e04fe3845b890a0dbe6f2fa98de", "region_id": "RegionOne"}], "type": "cluster", "id": "8d81c238896d4208b653f75cd0ddd4cf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "389c11452f464e62b792f09ccb55858a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "449aafc066514f13995580c68e3f5934", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8f5a0691559b43b58e6f07018a2b87d4", "region_id": "RegionOne"}], "type": "data-processing", "id": "2f50fff2792d495faf27a8510a66e0ab", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c4f3a324d71541b5ab0f2ab66deaab80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f99d10d21a9146a6800696a754d74b8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7a40e7ddff4b4256827420c96b2c3f7d", "region_id": "RegionOne"}], "type": "baremetal", "id": "3a2bb1b0dad44bbdbfff92835f323afd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "efe3314595934860901088ec798a1fdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3a7cd961bebc41aca0b6f66200fc27ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "912a5a14f1d14860a486cc65e1740be3", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f9de0092f6a34dfcb7d6aa252a358700", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "144e765c679c431e888d61a4a2423317", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cf5d810061594ee3afed79ed14bdf028", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1f55280bbcee48e9b886e349103d1849", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "615806ba9d64478cbace238ef5666d03", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a31e962723cc4df8a8ce00e8338ebebb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "eaa8d16e394f44c392d36c044ba34036", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9924494b48b145a28b1c98bfb91554e6", "region_id": "RegionOne"}], "type": "key-manager", "id": "9eed0c7bbf1d4b7eb3d2c95b76c96a9c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2ae691e3b9bd461eb954974a52dd4189", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1e2beedfe9404a448799975b2da3dc04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f567acdef10047f0a5e2b313ba869222", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b4701f804e1d46bfb989cd13872d85e6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6af8a6ab1fe74b77bd3b28b87024e95f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "349e3c23d5844628ad62c89c7bcb14be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "43f7ac441c164cc38516360116d9abf9", "region_id": "RegionOne"}], "type": "infra-optim", "id": "69a181f0f524422faaba7caddb3abca4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "92eafe42f72141a5af332fe600f70fcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c45b1a0213cc421ea3ff26042e32525b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "23c55383716d46ff93aaaf8b8178f716", "region_id": "RegionOne"}], "type": "message", "id": "71e82f7729794eb795a23c7a2557e73a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "318856654a35493982a38fbf52b746f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "066858c2b3ed4aefa1fc421860b73ba2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b25ea248a67a4216bf8e80a3f4cfccc4", "region_id": "RegionOne"}], "type": "messaging", "id": "608e4098884d400dab9d34ae7975e1ee", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4b62c50b186c4681adc795b0bd8b0737", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "99080bd3d24a495791730b59a6536e50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4feca36c37c2419eb27b6195549d759c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a6f90b363ec14985b476b50d95cdc005", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e91dacfbbbd34b86add171276384acda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9ec60d2941734df2b698b00c6c53433c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b8fb49d1a9e422fb72b4414d6bda323", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "013a206062e2461bb70e358111f62a38", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ced6af69b03c426a9a5528c03365d90c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d781df78c7814ca583f7bc5a9a91f6ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d2057c854b44c2fb37df417706a7777", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e86606514b914cd4b3675a2e927ca0d3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bcfd54f6018a4632a798c8d53c9e54c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3c34909bb41048c2a67dab86e4c5f6de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "470fcdea3f7845afaea3db75ea3c6f69", "region_id": "RegionOne"}], "type": "container-infra", "id": "e320b7026ff04beb89885efc44984aee", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1f6394c45e674c2787892e7c551f0b34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "626f130cf35d44b2afbdcdc66e2b3d34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "deee7c971bb74acabc8bde9c326a98b4", "region_id": "RegionOne"}], "type": "search", "id": "c583a04694e14c48956a2916dab9f1a0", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "bca086930ee146e3b9d5314db93613fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6551bb41aad6427d91cec40e2abeb44c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "419fafd8ce66448ea4e6ce51c0456a00", "region_id": "RegionOne"}], "type": "dns", "id": "5abfb6ce15bf4b97aa4eaf35f700e4d7", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d913d6c7b8064b428d209571777f5372", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f82555b255914256a81baad97bdff1ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bd3613c5e8074807959470dd7caa8cc0", "region_id": "RegionOne"}], "type": "workflow", "id": "fb6c9e8d2da947c2ba0d6800b00cd58c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f67ec42046a84f2d9f1fab49f1ec747d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "16f1115536934a6baca6d8e177ab3538", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6e10f11f418c405d83bb4b21aa18e069", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1ec941cbb1e5400fbecbf0ee782c7262", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1fc62600be4942f9bf866ea4e358b635", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "1a3f4f1f76d8433082379d5c8701a493", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "808e00752a1043759ed2421f6d2e4da2", "region_id": "RegionOne"}], "type": "rating", "id": "1749481dd723472e9d6b3582829e5069", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "68095e78005945ae974ae23857028c6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9ba7edfe79bb4cf3907769b36a0bd38d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8c7552001fa549af82542f4f539d7d52", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f1774a1f0ad74ea6bfcc9e96fcb3ffaa", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "eb7c7099d5eb4741a19c4e55b3f89a8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "aead67c1dce04f58b533ee803117b8b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "75e5e46ab17140339fa37470e2809986", "region_id": "RegionOne"}], "type": "policy", "id": "f7afb4231a354c86a30be3cacb62bc3c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c98ec4013b344a89aa572bd112df2600", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1d983a6e7df6458db889f01555865542", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "24f38db58c824c4da8f232e0a55ecb31", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e41da55515c54cf997ec7625dc0226d8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4fdf2ec46e4b4a939f4d443e39d8cd98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "406802fef2a54b0fa48ba4547a6fd85b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "53f7db2d525d406d9b47d919b11d89bc", "region_id": "RegionOne"}], "type": "sharev2", "id": "3fb09a60181f496eb2df3f76e63b9c72", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b1ce4d1a12194f8891d90c68214d5f8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "854825e2e4d44b07b781e665b9dac47d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9eb6996be226476888c90ff228d396d7", "region_id": "RegionOne"}], "type": "share", "id": "e2ff19ced6c642519a1e5fa446550899", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "181e8a594e894e9caf38f33f50cc80b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d46a897e45ed4a42a3e31b6dd69be14d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d7682cadee004e1daf6677c514914c8d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9667c0c547554e3d9ef3a74981424498", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2db623b0a3148eb8e184b5bac1f04cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b71e7fedf5d41c4a3a133d33b48d6fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21a8f563b479416b8a4a1e4ea4c2872a", "region_id": "RegionOne"}], "type": "orchestration", "id": "b5a3107dced648378356a3fc849726c4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10e1b8ac99dd4e19981f6ae7ab570f6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e99baa95582b4507905b50d129446814", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "690bd594b4a14708945db8692be58f40", "region_id": "RegionOne"}], "type": "block-storage", "id": "392682ad6c6241aca7b69acd4d37dedb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "312b8e9c060143d5bbdfe0a1e16f00c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6cfc0a86fba42e28346eb0a1d1cbfe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1e74ff0be344cb5933b9e2a448f83f6", "region_id": "RegionOne"}], "type": "volumev3", "id": "7d73af19c9f64009854cbcef86534694", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a238b6563c44fcd92437d39d9de75cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec0a3090f2e448ce9c62aba9dcea5bca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "604f11fa32ad4f3b95b0e0d77aaa8c3c", "region_id": "RegionOne"}], "type": "volumev2", "id": "b334ebedfb304356b76b296919bac5ec", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd59fee901474fda906f6aa7a876f65c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c146a86d9e96491da34f0d3bc2ce3521", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fa5b49f88714e3b8db0807759fd416f", "region_id": "RegionOne"}], "type": "volume", "id": "4f5b9a47748f4901ab4b794b8fd62e25", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b49e0e236fe49e492955ee72c3f76da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "784eaad08e664a52ae4ec2b2ec5c7aae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ffebb06d5f9473e92c4438af10d53e0", "region_id": "RegionOne"}], "type": "block-store", "id": "d1ba4602b1bc49f2b33acc4f603106ea", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d8b731a20ad8450298988153162ab324", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "24ffa8fb8bad462babe1466df669f8c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "326613adbbb9443d909d971b055f7748", "region_id": "RegionOne"}], "type": "alarm", "id": "1cfb9abe16554d59b218d6518e564282", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9f98a3c7f03d42ce853963c6cdedfc71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8a0435edaaf54c90b792a978bee0bbe4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8fbc14ea6ec54bcebeaa157fc42d39ed", "region_id": "RegionOne"}], "type": "alarming", "id": "d875f75dc5694a4e915269d8ab30cffb", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "02dd42befe84447dadf664122e5a1009", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e6950ebd2ee247b4bc2eee1d0f3ef9c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "add0535538ba4e56864b4ac2b6ceb811", "region_id": "RegionOne"}], "type": "meter", "id": "e7ee6fdfa4424ecfa1d098d609e3020f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "17ca73de571a4049bffcd58b0f280c53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a479b58e69c04261a39ea02dbb82726c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3d05594382134ccca1aa0be87cb22094", "region_id": "RegionOne"}], "type": "metering", "id": "6a66bd836fdc441e88dd7b27a9bcc49b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "039a797a4b354ef7bf72357c27558987", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "24e56d15bc3b473cbae09c26a1c98ca7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "724f981613f740b0aa27a2104d81e3c8", "region_id": "RegionOne"}], "type": "telemetry", "id": "57e10653ed314ca1a5eabd11c5ffc40a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "bd648ec4034749eba9ecaba3d0393901", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "71e6ea48d63c43ce9ee76e162e89f21f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7595ba32b1884bf3938bfea2d2f1ef4d", "region_id": "RegionOne"}], "type": "event", "id": "9a1d9b2394e84cd6950dc8dce169c635", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6002733b16034d839bce8495f67b587f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b05b5255f88048858492805b4ac7b11f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6fe5edfd86c34f99b1cb144c2bf568f6", "region_id": "RegionOne"}], "type": "events", "id": "7ae6d00c1d4d4ad193700579c9633546", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fde3d90331634dceba67278467062c54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "31f6548df0034aae9fcbacec8d9ae8f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d1bb4b22f07f488cbf31b85612b1de32", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0441669551dc463083732553fc0d7b39", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "42043f566e6149c48e6e47a26ccf7099", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5706d147619842bb81b5a086c2693e07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "76649dc8423848b791bf9c39e3700c83", "region_id": "RegionOne"}], "type": "application_deployment", "id": "354ce6fdce2940f39378941e86ddf932", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c2186b6fd7c44b03aa24a2ed20e599fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "01f21dd198b343b2b361ab5eb46843ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bcabd3be754b4b058eda049dd6ac0de0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3a71431c382748c488934c9082738a67", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8700d639e0e842d6a5107e0fc0912023", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d9dfafcdf83b4394bb0c24ae90e9d3ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "91020d8c194a4667b64ac7dcfa512012", "region_id": "RegionOne"}], "type": "tricircle", "id": "622cc92ee67949c2bed86ace57584399", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "60547facdcfe4ec2a35382f9c5d088f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f8e5b7509fe645d5ac927daf41f15084", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6f932d18e793453e9d98ee583ebcb917", "region_id": "RegionOne"}], "type": "database", "id": "fd0e914c9d6b4910af794a6b22e49975", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4a40bb5a3e6a4e45b48f910263bf8c3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "640863bae80a4f868bdcf5551218b0ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9a35d91cad174863bc0880c408fc0c7b", "region_id": "RegionOne"}], "type": "application-container", "id": "62fb942ec1d642f7886f18a435f0d982", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "824171fdc7684b318913cc81a430cb2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "592e94ddc39d4a52b1746a8362aad64a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "026366f7b1e14589b22a5265a3415b8d", "region_id": "RegionOne"}], "type": "container", "id": "421ccf60eb36440d93aea1715fd15064", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dff8a0e1bd00454185a1a11253613fd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "347b587185b24fc7819d7a7ddfe54de2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5ca0556f9ab246ebb24467c18d047e6d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ded5d064f4c54937855a21fc85e03cea", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0c1e6de4070a415897d17b58aa7cbd40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b0df704fa6574dcea5b552aca4780d56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "add477a99c7943a0815a75a30cac715d", "region_id": "RegionOne"}], "type": "rca", "id": "964d043a11084c92b8a3a8755b984685", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1ba43fd02ca94976a0fbeddb6af53931", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ffd8b6aacd6b4159a27b88a814723031", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9b27b1f05eee4244bb2d66f3b1a07295", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "6962ee2e462e4fab911f45e9cfbc088b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "380f839a808a4438b12339ac09618bdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "211ddf85c0ea4455905f8450503c9cce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3e1ed20f3b4b4338bd078b3cf7fcdd4a", "region_id": "RegionOne"}], "type": "network", "id": "940734a319ed4732817376fa2b9b848f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ce83ae02074b49eeb96761c769887f10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f6d436812b27406aa9542e398cc38673", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6cd8de0c7f354a2bb2f78028aa15a62b", "region_id": "RegionOne"}], "type": "backup", "id": "20571675c14744b9b00fbbb907276fa9", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cd92f4eb66a8414a81a09638954b5eaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5fe3df817346412b8b6f72f05603621f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ca3c854788fb4ffa865a75f5e4f15bf6", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9f4212a036454380954f3b89eb16fd2b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dd550df380c845978d751c83dfb2e110", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "95ca68c6d5ef4f0ea484d4c1af1a0ea2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9fd5430c80c94a7f8575707679c39886", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "feb56bcc397b428c952cfe127d0f0dfb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "eb96651f5e3148c196a6702d1ed7ff8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a8efa8359ff14e669bc314aba7dc5c3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "eb83474420414f72acf67dd9bbf78881", "region_id": "RegionOne"}], "type": "monitoring", "id": "0113a75216de48589f6f63758a1b5999", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6507a16025fa4301ae19f0d0343a4393", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "921ec6cb8f3141c8b7aa41cff36d3010", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7ba1a9a6ebfe43adb3f3bceaa87f4020", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "733af77089854b3cbfb99e77fe476512", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f3a85ab4cb65486aaa417093e6b68423", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "032225636c594c46a8d9e2dc0c5b4bd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "78645b66368f47e6a0f4685788b0b7fe", "region_id": "RegionOne"}], "type": "placement", "id": "c8ba6c8e827d4907b5c6865745e57601", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bc56e928375a4c4c9882f9426839ca96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "222d94cd75b14aa3b71c7109cd4b1011", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2435af4c55ba4f50b48a3c050af19586", "region_id": "RegionOne"}], "type": "instance-ha", "id": "249238462f134685a0ed9bcad2e42bd8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6637eec2585f48d2ab58faf16d72572d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "624e996de7f24bfe8b674ff941c5def5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9dca8323122d4caf8bdcb2e3dc669ced", "region_id": "RegionOne"}], "type": "ha", "id": "83886af1ec664138b55d53f2abfe46cc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8b43f490664141c58b2105062816e5aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "049ae6bbb6d84982832e81b5ef82909d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "17f4ceac5e3e4a3592c6be7a0a64579e", "region_id": "RegionOne"}], "type": "reservation", "id": "2b33d47b90414841b4d602fd9bcaa57d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "189883c744814633935022ed97785847", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "39b7801b232647f8a30d001bb719c197", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "0f47357d3e1f4837a7abf30d78daa5fb", "region_id": "RegionOne"}], "type": "function-engine", "id": "f1f8d8687521442fa19c9b22b6ff780b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1f3a5ffa37044bf7ad5eca7a606e0375", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b34a7b1fc9564a799c0f3e6d74ffe469", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3858f2d044e7439bb1015f0b9e218299", "region_id": "RegionOne"}], "type": "accelerator", "id": "bce23100a2334c748b8b59fbe26d7ca6", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "73f0e264b1644324a6be0f66bf4c35de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b59df4eb0e5d481b90d4fbd572254ce8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "86696e8348524befb6fd379decc27a05", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e99bff8ac4aa48e884cacccd5c020c4b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e9ac99d89f464f7c9d2f2c0904d1a521", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7123b838ad1e475ba3f7515a08b6a525", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "62479c773cb941fd941dcaf787e3b20b", "region_id": "RegionOne"}], "type": "registration", "id": "4e20991facca4f0f85102c23bcd01eb9", "name": "adjutant"}], "user": {"domain": {"id": "aa488a74417c464d840f5b90eea2f3e7", "name": "0e65f14a3a2243789403ac02c698e733"}, "id": "099c104872914812b3c9b60eeb585511", "name": "ab69071d277d41eeae341058d668a226"}, "audit_ids": ["09c5f910db534a3499719dd3c2310dd6", null], "issued_at": "2019-09-19T09:04:42.771740"}} 2019-09-19 09:06:42,912 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,917 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,920 keystoneauth.session RESP BODY: {"roles": [{"name": "e74be192576c456792919cfdab50f3d4", "id": "b3e8037ce4f345fc8ebfdc9ccb08c2c9"}]} {5} openstack.tests.unit.cloud.test_quotas.TestQuotas.test_cinder_get_quotas [0.323323s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,753 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,758 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,760 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,764 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,778 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.688077+00:00", "project": {"domain": {"id": "3f4d0c2338e344b2b2499000c8bd5555", "name": "5f282f791ae4433e99e2e50ead205f03"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "62b6412c1e6f41f4b155288615d86a73"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9ba570f405dd40fba404c3d48f61a1a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "1ab5c965c6c6464f9d1f9c5638544010", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8e45d9b739044146835cb91e5bcc668b", "region_id": "RegionOne"}], "type": "identity", "id": "17c98ab343324190977af676c97d7a76", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2e485cf492ed4049bbde6be395ad4e0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fd253eb37e144152badd9b9f2efb45be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a76a77f55d2345d0a1b65091815c4218", "region_id": "RegionOne"}], "type": "compute", "id": "d5ad929391594217bcdc82b1da093716", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "58f3ece8fd224031875a317321667955", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "072349edf7fa460987b03c37b0bfbc66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "bfb4e47ccba247b2b4cf5391507e0994", "region_id": "RegionOne"}], "type": "image", "id": "254d314e863142479827c8b989ea4917", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "44ce7726687746fd9bf6b4d54f815b80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2d15d5801806479da6265e17f4468f39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "45dcd65efecd462d91a0deba97f0f238", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f6050ce1607a496aa52fe716aca93796", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b682e2d6865a473aa1f5372a94056ce2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "498d5916264540589573be553d1a4951", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6f58c93494547f9bde257d13849ec06", "region_id": "RegionOne"}], "type": "object-store", "id": "b7784d71550748bd9693ac24089bf038", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1f28f8bb1f21439a8c37669ff031ebef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ee63350275ec465ba9014a99e8fb1b5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ae64409c021348bc857bc8f977dbcbdd", "region_id": "RegionOne"}], "type": "clustering", "id": "5d0375f6447c4bb49c4a4d30420bbf81", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0bb9fc60c0724af68fef4d2e00d8c624", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "023e18cd56bf43508429ce2c8e9d36c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4e32d1c192164d63a35d95b323601883", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f69d95ea46884c999b3a44f22e220721", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6b8c4be4c6544f38a058c8ba39a9dfd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cc4156edfa0247c1869e6faa2ab1a755", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c3489b5ed32b4fdb81dfeb7414bc5d28", "region_id": "RegionOne"}], "type": "cluster", "id": "0ab18d0f294b48c799a618e56ff56e7c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3f141114a88c4b289ae2960213010e95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "33bd662d1a534954b791326985d43933", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6fb8d29220294f6594e900cbaf3b593a", "region_id": "RegionOne"}], "type": "data-processing", "id": "b585740f192e4639ad31c355635ea367", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "263691626c424440af69c39e950bb7e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d13a5ccf39754ed39de6ecb3081f59f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f4df6790fe6b4a4a9dfa94693a0be6e2", "region_id": "RegionOne"}], "type": "baremetal", "id": "1562c5665c2b4c2abd2990dae37e9658", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d13ab39310e140e2819618fb7ab64a74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4e1fe8c308c940c3bfd3d08ddd7ddc25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "10489797deaf44d295000cf8a0a2c86b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6ff326027dec4d7ba45988836bae9e23", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "647da1749524497abeb9625fe1c4f367", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1634890ffcdd441fbf9bd92e485eb64d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5cfb1a8261654b7f96907e05567ef6ec", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0f30cc401f6d4c8a8c4332f8def2620e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b78177b307e04fd1b627cc5aeff64304", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "57d3c1ad677c44eaa320c4f88bd0366c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "2fcd6f45a6bb499f8f78f643e3cc47f4", "region_id": "RegionOne"}], "type": "key-manager", "id": "92c8a8d740e349fdb7330bd9d5b82e0d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7f2f190032de4f228d8e518b88b7c586", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a6d56aaa50d64a76b5979c0440d48fc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "186b7d91fe7d43b39e824a050d8cfd5d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "8719ae2654db4c7687be6636f4a920fb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cd9db4107ffa4efe8f9ef7db819113e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "623c2037b46844efb1fc967dcaea4410", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "32dc62b676ff4417a74fafcd65029b80", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a655277bc5df41288bde4438a9722532", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b14ddaafd7c7402cb6752803375888ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "315b9d7b46e3465e802ba461621599fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "da99cfa96e974229a77f471651cf7a26", "region_id": "RegionOne"}], "type": "message", "id": "a0638e1d86d941a0b6015ed6cf6f3c0d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e31a6e6154274024a2ff5851ef8f69ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4abff6724d5b4233805b566125c20247", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cb89dd8ad39e4283b05106a920a88abc", "region_id": "RegionOne"}], "type": "messaging", "id": "f073a59537ba43c6872376dfa08a1529", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "82d037a1d5674daeba94c7f77c15c456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d0b80e3ffb8f49ddbe6e2ed919c00f80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f67f07a3f32a4be193afe417064ec2e0", "region_id": "RegionOne"}], "type": "application-catalog", "id": "42108ad3e17e4188859eaba5fde721cd", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f031b46f44a4c8b9c4fed9c2914aa27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "de1d5b4408044e4f9c3a2cf0a0b78ceb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4603eb05039045c9a0b0bc7ab85df5bc", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4a08f6248fba49599c87f76a217cf84e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "677e90da6138409c98aa8bcdccc682e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9cefd49f89044268ba632f3dd38a5bba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c00a644ddaeb46a59347d5ed42f07622", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "82956ff94abe4c6e858fbf685901e459", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c643d0210844c18ae00565e73f7686e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3e30967f610e4bcf914d560afa54da68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7b81daa6f633411bbcc83c02cc5a3d2b", "region_id": "RegionOne"}], "type": "container-infra", "id": "0658b1587c094083873f5111288637b8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "03776493d4e74e6384a4e28a1053010d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "1d0b241f9ecd41cf82bab39986249a77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f3a558413b244f5a8ef07d26cb5d5794", "region_id": "RegionOne"}], "type": "search", "id": "a4b03c63fa104fcf9fc9fb555fc15eeb", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "bfa6a20af2a94a779ab0b6fce02e8007", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e6bcb01ff7084f729f7e80acdc415f7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "12c4d3c8912f4378b31ae6b720ced4d9", "region_id": "RegionOne"}], "type": "dns", "id": "ba3ef23d6bd741d3a3703ed6caf1956b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "06fd5ca826e64c128417f55e55707de8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a523e37990ca476f926944bd566f0279", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "668b38d37cac4aee8280ad944dff98a5", "region_id": "RegionOne"}], "type": "workflow", "id": "05017f89dfa64e018ddf8369d5ffddf4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2c531ffe6ef24607a0f605569307e935", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a1441d23da46487387ed13f6cd58c3aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "579f60dd2f944e828dd3e15eb0472648", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ecee554176ce4c4287ec359a971a9e4d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "253404c8c232454aac3b8eeb7c87586f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d622d174b0c14d4a88801de1e2eb57f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a97fe789d32f436e800ba3e11f1b84c4", "region_id": "RegionOne"}], "type": "rating", "id": "97b26723b2424115bb58b809cfb70777", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "93ac75ad80ac421cbe3b8d783712cc92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dfae619692084baf96602e8dc4f061a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4a1b0a080cd645be926ce6a87300a387", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0ce22caea8b24c7a9840251b787f6e9c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fd5a505e50b249a1876f6c40dddb6fc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a437d822f8b34ea08bb86f20fc67e259", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8fc60cf1e0c942be9455718d3895484a", "region_id": "RegionOne"}], "type": "policy", "id": "beb7f588a57a4261a496ded845d63c7d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "51ad980ac1aa4dd3a1a3010c520fad7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8feee03ea3604324b95a84881a33ee60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c9e936dfff16492ebed5c64b89065635", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "3de921810e6a48a3a6ab955981be5423", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ac5a83533671408497d798dd712369ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2807562560b14a03badc252ac99ee4ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "45cb2674150545949e8ca16a201981b1", "region_id": "RegionOne"}], "type": "sharev2", "id": "a9abf89eda3e4f54954ccd2ab8e32386", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5e1434e01e454bdeb34a1e9cbfb18876", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ff2d05abb39e4ec6b1cc1e70d0aa0ab8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0eb1a6ea670d4485bf8b9beba0092dc0", "region_id": "RegionOne"}], "type": "share", "id": "abfee45817354beab4b74d10ecc1eb8a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b90f28ebd65b45e98409d005b5a8c627", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dc0a2e45177141ac9b21745d18414534", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "7700239addc64118bf9f68a453747a4e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8c07df0001654c458a15ecb4345b735c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d0323528a894b89828f3edc6766dee8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce94a9e82bfa4e2a80e44be9f0a49232", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9212082f8a54b11a01a57d89574716b", "region_id": "RegionOne"}], "type": "orchestration", "id": "2344461284994597ab17275af5297078", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd8743f1f9704b32a76f5a63c2f64dd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f1c0a2b5ef84cc28f9564a4685919a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b7d5790e9794810b226a3d8bdcdd8ca", "region_id": "RegionOne"}], "type": "block-storage", "id": "7fc85bd9cb264f6bbd638de1c086edbf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac5e34ea356949609976df54726f702e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e83754fac83b4c5f833d20c62667276f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4ee2838f0354d4fb37ee17b50405a17", "region_id": "RegionOne"}], "type": "volumev3", "id": "24fceeb588de4dc69c87a266b2147b15", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a136c1906da49a2bfb5e4260e7b2a1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1eb004b81c4e4ad6b1c5f3b76118153e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d76ceff6fbab468a9c66d935be1e7154", "region_id": "RegionOne"}], "type": "volumev2", "id": "bc4a7bd07cc149b782314da177618f72", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c2539d3c50341b8b48ae7889ad39525", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5449c085d9f4410b9c01ee3fe3199f8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d5b8281719648e493a94ca9be974e29", "region_id": "RegionOne"}], "type": "volume", "id": "9e37cf3451d842a1a59d721262ee3772", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a32252d90a9a423a952e37b123fc560a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ca80b0ff7274069b52e2fb9310fd5bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51907ed13de64958a18892f97a654d88", "region_id": "RegionOne"}], "type": "block-store", "id": "efaa6ad4d7794923a8e51bbc6aa5e507", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8f3dff4b3869437cb5d7a0f464aead4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e30b98e73a8345f3a5f2f2770f3f9e40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "34e900c2d88645c4aa67350365149dd5", "region_id": "RegionOne"}], "type": "alarm", "id": "c1242a9c39684359b22a4242f2287f4b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "564260da54c744bd836b6615dbc9c361", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9062c74c96024603bc3dae9ee2124e24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1c3e98c566104779b758cd885e767f4e", "region_id": "RegionOne"}], "type": "alarming", "id": "c723c3e259d2412583e5bfb4f8de6d4a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "75e3bbefa3024209b206374559814cfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "26b5d17edc1446b4b90f2a148ebde703", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5369e75d54c5433490383d74e7cb9d4d", "region_id": "RegionOne"}], "type": "meter", "id": "b6181eef5f944a5ca2c99747dec0e9dc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "42e2365bae20437fb4b95f4e1bf4e4ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "598fe752ae504077bdaf01e61c93064a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8c111a1f11b84240aa0ea281ffe1fe5b", "region_id": "RegionOne"}], "type": "metering", "id": "6f4c0e1b6645458483c031c9fb44cf13", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "718a9b1922dd41edb5db6491e5565f4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f868df8bc6554e33bba208e8782ba288", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "60c32d59c23b42c7b8304de55e941876", "region_id": "RegionOne"}], "type": "telemetry", "id": "46945a90a1db4987848286c0cfb5a98e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "76445a86f2f04e0f8fe9c454d1d1d0ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ba4eff4de32c45559bd38b33c0239ec4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8ded8ba06c594209a8be13eaa9ebede1", "region_id": "RegionOne"}], "type": "event", "id": "78c48906057d4dd8b272f1bbb84e84ca", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "10c82cecd1ec4b718116c2635e4271ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2be6c43fab9b4a49ad8678c75b53236b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "22579f771a744da6a3a7427eafc256b4", "region_id": "RegionOne"}], "type": "events", "id": "9df1feb40f884bb1938003030db634ef", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4a44521f3c0c46d38098371b66fbd1ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b7e197b901da4ef6bbef2a927f5d9f7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "689ceab2b06d4555a3288323a157799d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "90a21deb328a45b4ac55e6eb2b38384c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "aa5b9cea54cf4b9092cda08188c02e1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "006981793d8244c59c901d86057ee89d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "02cc7c93998d49a7b170fa76b7c76b71", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6ed4af4aceca47cc80e38a4c5988134f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4019d2a045c846a1bfbc6253a06f8aa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a3ac11efc50d41a799436d09637d19f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8dcd48c6844a45bd848c034b3847126c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "53b5b74046654217ab38f7718c42bd4e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "02f0696747384ce4a3ca2ff2331815a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ffed8865f8fa474a973177e9d37f3d7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e98e8d4b8bdd4853bb3106b1d5572937", "region_id": "RegionOne"}], "type": "tricircle", "id": "edaed8a111f7480db407ae18aad2153f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "38f6d5d8e9b047328064a89ec1cd22bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e819be8a6e334e5a8cab7c6de9eef184", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c5aee4ed743a4f7d934d5d0f80f506ab", "region_id": "RegionOne"}], "type": "database", "id": "f54d91f57c0846cab2ee945830533991", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "43f1e99aef0a4f9c96a9d112d98b87cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2c68ecdf571a4753b50a2d7e68b12439", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "963b52c77eff41ae9b104399905a14ac", "region_id": "RegionOne"}], "type": "application-container", "id": "4112af76a82043a69d492074079424d3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "90ba9abd227e4b0f8b8f888ae39dabd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6aa87ec209134fb9a0e76047f45d993a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "06c9508b904c43a5bb5a6efe94b3c3fe", "region_id": "RegionOne"}], "type": "container", "id": "7aa39c5a7adc486f83f2c5c600263726", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "73720daa1b2c48139f8c9f64de4f1722", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "78ded45ea0aa41aeaade55669cc4aff9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a3ccd9583e554696b4d009465f7700ab", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1276a55f2aa8492cbaa879824deaa69a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c1774d7bc76b4cc2a00faab008834490", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0cd3b6289894403a8265087d23112900", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "315077a1cf064b579d9e09f045b78dca", "region_id": "RegionOne"}], "type": "rca", "id": "a5f387f06d0f4fbe8c6544bb99bf9c2d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "095ae4dd38144f2184c6ab4ebfaa9439", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "36da49386bd8462eb1296c243bc34169", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9bb7b5fdaf804f9db2aa6639d2e21ed0", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "30941c78bfa9406e8448bc1ebf8bf257", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "b86481c0e3124925ad751a4342c50fa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7c4e62502e9a4d7098db64fa9105bacd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6d9d859782de4101a55a8fbee7b19937", "region_id": "RegionOne"}], "type": "network", "id": "4dee76a464f94786b4270088452ed166", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f7fc34c179754173a7e870f47ff20eba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "27115a85bb874101a9a0690ae467c28b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "192ef1adb8224a6fb9ae4bfd51e928e6", "region_id": "RegionOne"}], "type": "backup", "id": "6c07929d42df4d16ab6a76625e50d5c8", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b7d2b482f82b4a959f64daf43c6e17e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2edeffab43894d99a6a4739c62878d7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "138e3176cca048ae99ca7376a47c108e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "3e74e6e5f3da4803a0b93b13f98a4231", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "34b3a6b2d0a54bc4a329c5a7aadb35a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7da5c663d0b74ba489fc8301565ef430", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "264b991806db45cda7fdc8cba875b9df", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "328c3ed757fb4d7b867c26d68cbca6eb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a0197a8ace71460ca262a0442cdc3a82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b5af9ef0783340adab9ff82b085cd2b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "bf15d6d153db43a8bd1f7845a8b24735", "region_id": "RegionOne"}], "type": "monitoring", "id": "ec703f65708d432bac7e73c5d7e5f3f6", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f467ae94a0e94c378345a0e6b13172d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "305b7c5a89ac482eb14c38aed54707da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "dec8460684274c35b27233d686706816", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d8e9ecbcb72349f2bf8932ba189d38c5", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e1aaa844585444ee876425810685f2ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "877b0ce5b434438a9b2186289dd8a876", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "66b7b98f1c7d402ca5f7e480f2a2dc87", "region_id": "RegionOne"}], "type": "placement", "id": "43bfb2fef931400f8d13c9e4208fef66", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0d266881dd924dc4a3f71fea75180a98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "936f92df4fe6490baeaac2776e877142", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "607a654f131b4b88ab91bfe92986082a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d0595b5d336f45c6b86c0352764319a2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f877d9a9d32d459690984341d4258b50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "96c5e1c1e83b4b5aba1c06bb2ead8415", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2fe5f9c147a04903bb4467868bd41414", "region_id": "RegionOne"}], "type": "ha", "id": "aad547a473d445ea83cf77f9745d4de7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ab779e6c6e2c430eb3f3a948f61bcf82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f9585c2a421145978edc75162e55fd08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "71f899a6a3aa4ecb8f24a05dbb992b08", "region_id": "RegionOne"}], "type": "reservation", "id": "faee62b95f6646df8d0ed0892527c70c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d675264c61d946fb8d91f9b925709f7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "46170086c02a44d8b101daaf154fdb4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "755e9420d0054bc79523c4e0bce2fffc", "region_id": "RegionOne"}], "type": "function-engine", "id": "a5db0438c8ff4cdbbcb8405c7e08a409", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "793d03f01c8147189cae93e17239e822", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "62d59f7e80c4447aab835e4d71d34a84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "17899c273e134fc7a079ea3a2be0dce4", "region_id": "RegionOne"}], "type": "accelerator", "id": "3e93e5c0f42b492db14d129107e606ae", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7eaea68408224180a553d20d71b56e50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "72039f4a7b0c42d1805a80d0d7c1220e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e1ec37657ce5492886a0ba10f809e1e6", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2516c28905ee4c179ac8e0254f9e6fcb", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b5612a7f7b8f4bd7a44c1e54bf6b689b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5f18984dee894735b19fe30afa1e8d23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ba04a87b544147269d2a12c317346a90", "region_id": "RegionOne"}], "type": "registration", "id": "67320490e7f04068bee32c35d405c85a", "name": "adjutant"}], "user": {"domain": {"id": "b8fad0b35fd44720a1e4141653343899", "name": "a77709f8a1204c8b90f69697499aee3c"}, "id": "432f2f90e54d492c97916032d76a623f", "name": "56fdbf68cb4e4d3fa7b5e8d35be40c98"}, "audit_ids": ["9c53ec2ffe37414996f64c69ccee03fa", null], "issued_at": "2019-09-19T09:04:42.688077"}} 2019-09-19 09:06:42,904 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,909 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,911 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "c76acc7252084bb199b38c3f1ae9a0ef", "enabled": true, "id": "28c63135f7d9452cb15893d1d8fd230b", "name": "projectName-2"}]} 2019-09-19 09:06:42,939 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,944 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,946 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:42,993 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/os-quota-sets/28c63135f7d9452cb15893d1d8fd230b -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,999 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,002 keystoneauth.session RESP BODY: {"quota_set": {"volumes": 20, "snapshots": 10}} {25} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_get_firewall_group_by_id [0.209611s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,749 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,756 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,758 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,761 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,774 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.680980+00:00", "project": {"domain": {"id": "4194c3438f9e4e9b8ff05ead6b55adf9", "name": "2bf7420efde44abcac3f798351d4c02d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "916b2be02cdc4bcd9e36160eaa8e30d7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9f989ed5422b4d8aaad18714a28abbd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b7a8a22aa4f148bf8955698d13a7a690", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e1bd62cd65a542d28331979d9962ea22", "region_id": "RegionOne"}], "type": "identity", "id": "98e517e87c2c4f88b8d6dccd6a46e406", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e8561ab9c7ee4fbfbd37c00877219df8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "14ba4034bc39470eb4bab3b91a720571", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c2089484907b437d9241568e59476817", "region_id": "RegionOne"}], "type": "compute", "id": "4c461112cba844308a6e921860d66396", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "91a2e89798ad46c188967e768f1f193f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "824ffda5d6264268b3166bef4d143ad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "77efcc2e620f4553a33a7a17bfd36be3", "region_id": "RegionOne"}], "type": "image", "id": "4d6326e21c254eb3a71b523890b788ef", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "94f19cfbe7bf4ed09b5472075d165bc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "54c49932a99e41049cc712dd23aa7148", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "656fecdbd4844f089f5dc06561df823e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "848871f263fc4d049721393db949ae39", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d584e74ba904f85b3291e6271eb7de1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b44bb5e40304d7f8522096f72fc4147", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae39436262dd42b3b91ff6b4ffd11a26", "region_id": "RegionOne"}], "type": "object-store", "id": "a8f8ede903ef4641af828d54746c1a48", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c1788261c5ec446ab6cda8ba88502f77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5f71cafa479948768dd431785beca216", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "61d214669f534e95bac8f3fe32cd1b4e", "region_id": "RegionOne"}], "type": "clustering", "id": "46911cee1c2c4fdda1f0cdb09a069c15", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0d955ad5a1094343a03cc53b3f9d84aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0c97faf7609843ecb2b177de07f86f89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9b82ea24ef474e4db18aa49a3b4d6568", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4a917b9ee3014552890315fa9f97ef89", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "992165542ce14ab79ceb9f844855c2f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f201b50d7b4642f7acec6bfabe67d221", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "69b322a1db7848d99119ff6c5a0fbc42", "region_id": "RegionOne"}], "type": "cluster", "id": "e74c715ab6f64829ac2f380535189aad", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1dd5ca4ae4e0428dac6d9df99af976c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3ac1720ac23949e5ba872af4700b0e72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2d57d0082c1f4e55a9694cfa7a5477ce", "region_id": "RegionOne"}], "type": "data-processing", "id": "d2f6067f359d4c25bd2a117442156aab", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bcb6088c5a094e18bd3ecb03d8d9b8ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ea411243154647c89ce45b531be9f020", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0836720e1be6413fb2c5b0bb1e6f4455", "region_id": "RegionOne"}], "type": "baremetal", "id": "5a435390c67c4e8ba70c078e89bbc507", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "52b9605f005d4ac28d475ec313a9dc0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "00dda68f9cbe4dc6bd8cc2f2de8a845d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b0d8b49c8b5d4b15b17effc23606db2e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a5e9eac805fe41ca9ba111d51e60ca49", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fa92894e97c6475bb9de57aed0e1fb68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "92c92187444746cb8c6547dc7107af34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "37a8c90e935f427ab66b30af049b0fec", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7b6eca11d2c7445ebe3a5064bb650de3", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ffec516195734b21b677a2d7c066289b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "745c77839a88478e9cbaaba62e059eb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "82bd5770c30d4267bcc0c765f42ee46b", "region_id": "RegionOne"}], "type": "key-manager", "id": "d2d185f2edb5490c9825701ddaf5729a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5d8e34587c3f49ab9a9654d23fa01bef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "006cf85782c84f9a892ddc10492f6fbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bcd6bd134c2a469f94465904bc48062f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2b72515e234e4791a225d36637560d8a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "aa74c03f1f0d480796a58277521adafe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6e55b2118e31419da257892219a5737a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e4477ae5aaca436abcf0e017b1d8dce6", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f1702f194e1549398ad368e6c161a559", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9c6274e0491946b6a94b4b3b86fcb765", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "df798ab63270490ca97860ef60426831", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e6e31d961f0a4857b424872366a1487e", "region_id": "RegionOne"}], "type": "message", "id": "518555e5098c4e9c8230156d45cb8c83", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b67373c132404cdeb1f6e493a7216d78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "97c80c43695c4326a2bb38870311080e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b8a9bf8f5d46438e8b7c5e595db92a0e", "region_id": "RegionOne"}], "type": "messaging", "id": "28ba6f563195487d96a615fce69df546", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e03354f77f564bb593d7af9283fca018", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "96544524280048cdb16e4f2ce2bcaf9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8e0aa448f67c414c901a9da6b4355bc6", "region_id": "RegionOne"}], "type": "application-catalog", "id": "df0053379c5049d7a41ec2246abe34e7", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7c5daa7a2f8946ab81cc8ab5063dccff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d709e95660e1410fb4675c61b825fa09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b979fa6c834747ffa7c46d22fb483314", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "562680fb60af4b2fa9ed2209e8b0ecbe", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ea3d588d13dd4fec90c8a4a3a91597f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5bab927d5d23446aa2780cef84266fc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e0304961379445c8932219239352bcf5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "cd65da43e3c6488b9d1412a694bc95a9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "25c645dfe7074518ab6bdb807faff4ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ed1aec5c85f843109e9abb4c6be5f387", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c5a2772e17bd467c94e1032de30ffb25", "region_id": "RegionOne"}], "type": "container-infra", "id": "7ad9731458fc4c9fbc5d0bbccdd210ea", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f063f75505b04479b64641def60dde2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8e55a6b1a5484437b5a82d7e68c94aad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9595bfdad1964d59a540e23b4f5d0b03", "region_id": "RegionOne"}], "type": "search", "id": "46a416e3a3164757b44f9bfb1128d5a8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b7a0fda8117b4f18a1819aa8999ee74d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b80a66ab844c490baa73a99f2956a641", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e657b3b82db14410941b7e71f3caefe1", "region_id": "RegionOne"}], "type": "dns", "id": "d3663e6cd59349519fdd1f44f9f120a8", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "48ca29a2ff5b4c3da45b1fa33388d146", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "052e4cc76c3b46feb2c374ede7d66164", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "521535dcf65b45bf886c3f49a15fc4c3", "region_id": "RegionOne"}], "type": "workflow", "id": "27163639d84f4066ac99a122fc62e74e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ce6d4cbca3754b059310abb8261787a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1a0db0778d824c4ea6f247e18552f5e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ad242ae04a1f4c099d026348466746fb", "region_id": "RegionOne"}], "type": "workflowv2", "id": "dc9d780d081a4219a495d75bc703432a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "dd64131d8dd24f1d8adde43f975fc596", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f4c832c253ea4a738a1050e838e8eeeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "afa2af587a664a0ab5fc8af35d7a253f", "region_id": "RegionOne"}], "type": "rating", "id": "65d676e65f7a40398be4bd61e8379289", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6f9c97871d684bbdaf2efa4be7ba7224", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "796c655a13b844abb450e091df63707d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3bb7950795a94268965566a42d7028f2", "region_id": "RegionOne"}], "type": "operator-policy", "id": "88c34f07d4434908809c229bacabad0d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e61d675dc2f845de8e4239cd00ac78bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "254157f904e44519b064acda0a308f87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "854246f5704848918d769a0ef1efa114", "region_id": "RegionOne"}], "type": "policy", "id": "2de39a21341a4cbf8f6097705ab66a1d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "79a3eaec4a6b4457982dfd67cb8a9bb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f66d3c866e6b4ac8aab3e9333992b07b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ad125f62ecb24c829a3304d664309621", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9147990545e540aaac88c3be6d21cf0e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4a2532b072ff42deb42af9e65c0846f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c778b6b67561406bb931cc862724f750", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "55a4ae71d17442c686e8b1c9a7b22510", "region_id": "RegionOne"}], "type": "sharev2", "id": "4d278667273841d18ccab52deffa9848", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4ccde5f0eb4f4b179d9275e135500e80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cadbd4687cb64d4aae93082ff14c84fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "47b4774f028e480e8772138ac7b6a154", "region_id": "RegionOne"}], "type": "share", "id": "54a7a74f2904491eb31c705bad68c8f1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4ba099f7b4bf400dabd66a0434c2132c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "919c99b67d6a472d9b2cded9f4bad332", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "bf92c79d3b664915bc31e4ca6b105330", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "2da66715efa7411e822cc928701f89f8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6cf3a82bafb34ed4ac9eea80dea01033", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99dc3c052ab84a639d09a0998a9f51f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ccb7afbb9e494ebabca75ff5afd637c9", "region_id": "RegionOne"}], "type": "orchestration", "id": "10c1e7eb1523487083190cc972663562", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "470406506dd442149f2c66477ab01da2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2cab3a749d0f4232b51b9d04e2d30508", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42ea8397a4ff456989961fc5bc2ecf75", "region_id": "RegionOne"}], "type": "block-storage", "id": "3d6cc3be49af417aa5eba37e06865c5d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f27e77df61c941edb9c1f704ab842820", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2efa1bd90bd345f4bea46d1c067f0b22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c897dc47272642b99cd9f47b3a2faf61", "region_id": "RegionOne"}], "type": "volumev3", "id": "a1ba487ffc004ef3980ab2748e3c1cc5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f276961211044d28be1b7dca9cb86610", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4565349768649dba0ae4a85213b73eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9a1ae271f114174a0044c3142e114a6", "region_id": "RegionOne"}], "type": "volumev2", "id": "0846d16bf9d24259869ef773600d8ffe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab47ecc7e19448fcbf0db3dc8de8de7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b9562421d374e0ba0043aa80ec26d42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74a24cd7243e4ebc8aa357f440bcfa62", "region_id": "RegionOne"}], "type": "volume", "id": "24b56e72a3be48d8a9268581144e65c5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5da983db8a2847fea14261d93a43fa17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3767b79f86849b2a8b3c6a1c96d767a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f67e8fda309b4b8d9933a56352652816", "region_id": "RegionOne"}], "type": "block-store", "id": "8b47e8ac9958441e882126e12e992f06", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "da7c5b46498046179c141026429ca2d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "035a4c6cd4c14f1786cb62b98d6c23a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "41f9aa83612f42469e7868de2d735a11", "region_id": "RegionOne"}], "type": "alarm", "id": "ae773e92bd134b338171aaa5fb3d6cc7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "df7e48a236dc4f91819b91db42a58f68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "277137034a914184806abfd4ddd8bc24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bae8447cc95e44f5adc91286dbca1408", "region_id": "RegionOne"}], "type": "alarming", "id": "870517ffaacf4133b22b7c347dbd96d9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fa77011b0fef4bd7848eee823b0793da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d357e0bc414b4129ae58aff1bab79591", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b6648dfdc48d4aaf9a2cee5db79c93c5", "region_id": "RegionOne"}], "type": "meter", "id": "5a78a72081a14daaae9cb3994c311faf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0431612d0ae34d53a7f8f39dbf35750d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b8bc60426379443082476604eaf3eba9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fa4d8e33c28e448da6ab96db84c41b10", "region_id": "RegionOne"}], "type": "metering", "id": "cf2b7248f5814da38657ee88834924e6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6138041a464440b3b71d496c2d5c745b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "72cee9712d2b4e8ea116953753e97e2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5060b5deb6784fa9a857f40a57177b10", "region_id": "RegionOne"}], "type": "telemetry", "id": "aa963f76ab3d4a4dac0af09b4cad6787", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cbaa574760ac42d99f59a21a732b007c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ac6d250831654c48bdf1634c37c8b0a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "dde4aeaad5134e28b440ccfe707c5042", "region_id": "RegionOne"}], "type": "event", "id": "5a9d5ae5854d44a988077b1469ad6577", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3325e3b674be461e9d55223f8a7dce2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6160e9a561fe404f834174ccc5e84cb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8109f862fd8a491a8864ad73d329809a", "region_id": "RegionOne"}], "type": "events", "id": "d089d884bcff4906b71d288878980af4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8841900c176640d0a9d58e2ce12da392", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cc479f47e14e4cc780ca7e9bcb4c6fb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "73e705c98ce8400cb24e8956fb052d98", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2949e178f63148a6b685d27f7d3efeb1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ac26d364fd88444e8ae62f7fee7c83e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d3a05d0f2dee4c3f94b6576855297a4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6adeaf7ca96749a1b89559cdbd4e54b8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c9706060bac244d79571eeb7cbab8716", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "507979885b8848cd8f0ef5fbe35dc083", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b78c6756332943d89c106c85ce00059c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "890995b257274fedb37f1a8da7d6d496", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f89176bec4f94e368525b9ed0c6d130a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a68534ff62584d4bbbee8c6d43cbcc48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "421b476abb0e4317baead2f876c4a24b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "208cf6befb124503b0da2493324ff0ec", "region_id": "RegionOne"}], "type": "tricircle", "id": "915c29f748454137a40b2b6a36fa815f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d91f50156700424784f8fe5565c8ce4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5ed0c0b46666491ba23c807029bf3675", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "eee6f44d7ed742469a4c69d5f6e3783a", "region_id": "RegionOne"}], "type": "database", "id": "b21cfa6674e347f39e0926cd31cd16a1", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "563980f56a574e049dad1b176bec5091", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d662a1364af14a7f9ca40010565d1039", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9561e9d445164f8292e72ab97f4f94d2", "region_id": "RegionOne"}], "type": "application-container", "id": "fe91da54c70d43b2af8557fb500f8c42", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fbce39edff8147798d6e364dbba565d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "09c18d5ce2f84b31b8bc0f5048732d85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f0f5d6c9f2c6401198e0452d93f3730c", "region_id": "RegionOne"}], "type": "container", "id": "7615a001794f441f94da935c4cf1724d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d2018086d1db475fa839793de5cc3076", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "14200929c44f414398ad3d0c0c84fae0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b757db906aa44c55a61fa21a246b0ae8", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b29d5ced7de541d99ca5d53d2f1f63ec", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9429da5dee564b57b606282bf1522843", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a0414545d4274a018aede6b7348c4b5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c98bfdd52df0487091066587294b1617", "region_id": "RegionOne"}], "type": "rca", "id": "6063133caa70476395ee02427efe11e4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7ed13b38b5374c5e997dc830b149d5b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6d286e629dcf4bd490034fdec35f6194", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f18936b0ae6e41be8250ec0ca82d705e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "88ece327139e4414880dbda213324fd6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "37f2a2c4b64d48baab205ab8f87b968d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "18118ef7552c4d5e8c416c779c7945db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6bb7ef52d41043e494960d2c188c7960", "region_id": "RegionOne"}], "type": "network", "id": "7f1fe6e053a043618f41e4cbe31382f8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0d915dfc5a144d69b7d4d2a9eda40aa8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d58da93a8c474f5c8df7f82f1d862692", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "955c4b9f83984b82986643c101c21a84", "region_id": "RegionOne"}], "type": "backup", "id": "9910228305dd4a5b93b30ad3838e3a0e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c8f2b1feaa5b4eb69101191ad96cac95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a4b44518dc7c450288838a7cc739669e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fe6d011282d04b4299744307dd92c8be", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "688f831252de41de9940d0069b11e95f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "92c72a0ccc7048f884b02851355cf423", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "03a0c0e5167a429484df76f3ace18956", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "01307ab7452a425fbd7e216be63965ce", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "17750a626b9145cc868136c99fcdc07e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9469dc0652fc46f88622aea4f5ef4d25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6a4701bf2c51445d83b68f7330dd7856", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e0316e8c2cac49ad825dbf4b99941f31", "region_id": "RegionOne"}], "type": "monitoring", "id": "deb9592cd4144090b01573f90a141e68", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0c655cb0ec5c421b8ee9150d80ccd2b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "024992ef7844434f83aaff8ef51ca02e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8d2c88d3d05e4846827396c20c3216a1", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a9d29466eedf4006a9f70a710c5683af", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "015c1ed8c57940cda78f54f81f868400", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b4c3e6b79d33422a9b762392cef9ed27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9feb9f625886466d89403d608360fe62", "region_id": "RegionOne"}], "type": "placement", "id": "59bc871406004a8d9cb38634d71d7b19", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9e5faccb90b54c0fb6fa274803f6d621", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1d182d9576304daeb76025a7846f4860", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e3999b586fd04dc18870c63d2712368b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "0b71a209d8a74e4e943ec541cd71a4ce", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f8e3c6f561584dc085bfa525c796f269", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3bf3d2a3cddd4c83a7ac13baeba39495", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9a1894dc9acd49a7819272e6f7aae3de", "region_id": "RegionOne"}], "type": "ha", "id": "b79a8e0f1b49401a8ee7de1d5f31d85f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5104d2c7f56f43f4a90075af9abf5940", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f12c903493d14b75a2a51e3cb160e5e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "cf7a059337fb4544a0177038ee4c751a", "region_id": "RegionOne"}], "type": "reservation", "id": "33129ebc9a544dd4a6045ec49868ea7d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9c3e5613608b4c4b95b3a60b3ab3e521", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "618b625d553e40a79d6dd68ea820ac3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2423d08837a247ce8468fa6075aa4ff5", "region_id": "RegionOne"}], "type": "function-engine", "id": "bf4cc326b3204939bab8a762af25579f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "107c75fd0d7f43dd96ec7902b7d59655", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "45ab55bf634b4bda89b34f702670a08f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e84a55e35d62472c8bee93de597cc850", "region_id": "RegionOne"}], "type": "accelerator", "id": "6094ea32da5d4c98b8e8fc10fb9019ef", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "75901901eb5e4e699d6ef4867dfa0a86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c7f5663672d346a08058405d2c32d65c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9775b3997a2a4fefb642051aaf692548", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3f4466075cb1446fb1fd6124cde3863a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "68fca2c8f39d4824bffea2810fd41e0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7de3b7e162b64e2383312939813e3db2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "dd9bec6359ed4d718476bd5a16540710", "region_id": "RegionOne"}], "type": "registration", "id": "7f8209738c4c4b8c8b71327513f25336", "name": "adjutant"}], "user": {"domain": {"id": "9ff20175f1384fa2b3317aa94ea34a46", "name": "55a5bdbee204464bbf7ec35afce19311"}, "id": "2efa2f31ee9846789f96792f7275380b", "name": "2b18ff4893544890bf05013be66ea388"}, "audit_ids": ["e583c2cab79f45aca80dd02ed2cfd029", null], "issued_at": "2019-09-19T09:04:42.680980"}} 2019-09-19 09:06:42,874 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_groups/700eed7a-b979-4b80-a06d-14f000d0f645 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,879 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,881 keystoneauth.session RESP BODY: {"firewall_group": {"status": null, "description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "name": "max_security_group"}} {20} openstack.tests.unit.cloud.test_project.TestProject.test_list_projects_v3_kwarg [0.199313s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,940 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,945 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,947 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,951 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,965 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.881714+00:00", "project": {"domain": {"id": "f56102591a3f451e9d089ae5f1ab8d7d", "name": "ebc2a59ba1834ca7b77004d2d61d3874"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1b6c0c9b985f481bbfdb0dd9e6dcf841"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e4679fe8c1dc4898ba81be34ba593a19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3547718984f04d3c970b718269c9c873", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "56fb27ec267a4f62b860ae211c59aff2", "region_id": "RegionOne"}], "type": "identity", "id": "ed3025bb53f14198ab2baeb9d89b3af3", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "664413e4c8d34156be5a0e30b4fe3fba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bbf95ba89c4a4564892b42426ec31e35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "256eabe1e00e455fb778748181867a3f", "region_id": "RegionOne"}], "type": "compute", "id": "7fffa13c00b24215a03d0ac05f4c518e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "01f0ad21852c40858eeb53479790c228", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "742883469b044c84b9b3d4ab3b70b5a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "49a2544aeb774b4090a6c36dfc9313f2", "region_id": "RegionOne"}], "type": "image", "id": "1c6d8d0ab07b407abdf72ca4da0cd67f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2511659b43c14a17b1e8a7befb2ef128", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fcbc141955b14da8a9711f4ce09f376f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "229a3b0faef84fcfac12d3f415eb9c6f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c525bcc6a91540a8a261602d4223f06e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef1cb4123a964f96b8402f59686cea19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "211cd23ebdf14ad3a12ce995440ddd48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0605b0a636b7451fa5d269824246ca45", "region_id": "RegionOne"}], "type": "object-store", "id": "d03e9471b3784986bbf064461aa05112", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7d67b1da782a49f5a2771d308e150c4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "98eb4832fd4342caab2aac769f4050f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "de6e9b127c5a45f6b6d490d12bf5e4f5", "region_id": "RegionOne"}], "type": "clustering", "id": "ae84f28bd5a648ea8cc3126a6df4f0ed", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "162858b20e8e4a188db1abf1316afda5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ce811b352fb84d4a827f10732a810c23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "188282995d594ed099a647521e00f063", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ef0cad92da7a4f8688546cfba0ac47cb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fc105abd14ab436fae3ff174de35a547", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e449adaf7d084f0b9ab048a1bf962aba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d157987c1ab249b9bef3c1ae6ca14623", "region_id": "RegionOne"}], "type": "cluster", "id": "0a54769c80c345b4a795f4c61a1a46c3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "08cf1fe2331d473890d7a27c6800ae0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f63bd05699bc4b86a74786b26fd0d8e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "5d6d48b659e640c7b8467a58e613c933", "region_id": "RegionOne"}], "type": "data-processing", "id": "b401345c3f5c44c4881a36a9aade727e", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7c7d5781fa3d4696b6689d7b1a750db7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e16e3897f4cd4d14b4cb8edc7a505c8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4bec334f7c6144c78e24bbafc9cdec64", "region_id": "RegionOne"}], "type": "baremetal", "id": "b99d1f0fce184e5ea21512f04b169857", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5a791070919a4b5d8843426e80f9ef1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b175c7c84c784094994a6984844e868d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "50f78da4cbce44f195361df2c9fd0114", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a9f0f96bb065425bb6d0212d79734740", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8eb85c7e937949aeaea54638baa2104f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3c13b42f74524578b9bb6f7b69615b79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f1da25e655a14f90980f251f37c32e7c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5b04846326c84cdab3a376bb7fec88db", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d2c4adbc9119498b8a2ab754bb6651b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1d75643269bd42ccb66a727d5d0570c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "23537ed7ee934cd98baee6387045ad18", "region_id": "RegionOne"}], "type": "key-manager", "id": "cd3470fe93c648f5a160f7354a18e08f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0b7c1f4b2a3b4ee1b39b719dbc33a804", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f88e47c357fd4ec280ef06296264077c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e2771334173c4d63a4244a7db4c5e00b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "3f3f407221334d38895f3f82443f2183", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "49f49c63dedb4897bfa77a0fef2415c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8c5aa987a2514584869217d2cd3e8c65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e239c6d2915b4c5b8753af4091f20f56", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f1e052a097b944e3869baa1e3ee7519a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6a6649d8f9ad4f77b2609c8fcac659e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "da4cf093cc5240eb8a25db1a42cad87b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dfa8966f17174ddd96bd3f7cb6c17216", "region_id": "RegionOne"}], "type": "message", "id": "8a21a115fdf740d0b0bc713fdba93f45", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d737a41301674cac9326bbb93e57329e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e99a62d128cb4ccc834a074a54f39ceb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d74fbb39564c4b45b75d97a721167248", "region_id": "RegionOne"}], "type": "messaging", "id": "cfe659e4811945b68d020aa5ec9941eb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "82986fd1e23d40edbda3112796379b52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f55aec3522bc4d10b3cb33b637c41b8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "aad8b71f46b5450e9e548e5003cc393f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "caba9ce1f9d04000a107839b8e5f8baf", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd2a43cf3028414c9f75e26b0dccc68f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "614ecd192e344e199ddad11d57606959", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4d685e2e2ba148e882a0d1343cbb19e3", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "06463a66fe304f81992a8a6c3c1d3ec9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "417b67eb7e5047f7873423c37385aa1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4cd4153820e8476c83584a6aa9e7857e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fead09011f6e4b54b06d8fe2b88b0d39", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6a2f8af3706b4b46a1b79a00d7fe4f72", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b25d0dc0929e4f90876aedae3f6b2863", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "595fd7735812406e920bd368352decd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c50c1499149549f8a4c909f67e610af1", "region_id": "RegionOne"}], "type": "container-infra", "id": "adaa36c5f78c44018722c62271322db2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "197caa8ac9f64902964c95875fe6bae4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "797dd6c72a734fb3a3f2f6c778302454", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3fe266cf7d84453dbfc4bc60306b8c5f", "region_id": "RegionOne"}], "type": "search", "id": "e7b0f8d9ad944c64bfeee7d4ec1007ba", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c8760ac90ca449cb8cc57a2909c136a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "26dfc5b9259a4a71b6d620c8a90a7790", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3a3af930c6c84966a37f970a00e4078b", "region_id": "RegionOne"}], "type": "dns", "id": "7310a93a9f3948d4a84f0e6c18894075", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a2becd0157024e28af78069ebf8b03d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "338e19f5f7ef49e98c7c6f860d0b0778", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6e62551229e44e1692982db7c631d02c", "region_id": "RegionOne"}], "type": "workflow", "id": "d455eb1a66b94b1f99d4ce28b352aa06", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aa9457294df24f49add02d60b8a4f6a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "24b0baa8c6d843f8aaf22013c21f6f40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "56cc2b7acd2a4992aebd001e92be6527", "region_id": "RegionOne"}], "type": "workflowv2", "id": "dda9797164fa4246832b4db54e8ab37b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "30705e15e90e475c8d0e1797d5955b94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7aa4f131850b42aaa5ca1fd8bab9c9a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "eddc64978f4b47e5ba77e1f8bbb04f3d", "region_id": "RegionOne"}], "type": "rating", "id": "cbc2979b189f4ed186f0887d9b394d5d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dde377985d4e4c8a96ab4de67b673ce1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "eb6f19ff340443b7af88b94dcb5bbd45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "60d8cea43b3a4a0d81fe8975f8c677b2", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6bfec469eb5d4aa681261c8cc2d5c121", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f2a41ac2c3dc44cea138aeb2a4984df0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4fd54765adbb459c83bc7c59e375632e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b02f4f6df1f94c5183f50862d30d26af", "region_id": "RegionOne"}], "type": "policy", "id": "52d54d4877fb462d98b20544cf07e652", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c466b59269e3437786458a74c1560e57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5e56085b8a7b4c6e9cb363042964b243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f0be61e700f94b869f21ff79d3f71fd3", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e5b985079e25442f8b5d5f95009e6d12", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0de739af60534636acbaa23b2cedcbf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d70e494bee2a470f87b2f02c0e77bb5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "deed5fdefc864b2b84f961568ea71670", "region_id": "RegionOne"}], "type": "sharev2", "id": "d41c5fae787c4d368b58a4a7f351863e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a6653b1e7d1b4b57a441a2d845b52d86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e67c8eb578a14194b3d755be6c274c75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cf901ea8ed164d1b950ac370d8ad9c2c", "region_id": "RegionOne"}], "type": "share", "id": "3578a0294dbf417dad9b8b04168056b7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a1f7cc44ab6f42118e36560df7389a7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a4ed71ad5104460cbb2f59c0c09dad75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "7681a0dacd7b4401bce5bb869c8eb5c5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "25e04aa853e647c6b4a781bb37bb57aa", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4ee85709ee044dab24902aecb670539", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "065877d7295f49fc91769ae6e146afe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6879fc1200144f2b6ec0db4ba9c13a3", "region_id": "RegionOne"}], "type": "orchestration", "id": "c9daa611d88744ec836d9ad4df49d628", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3ffe04c1ea547aeb22bfa7e5a6d2b27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6b54996ad4946b09f32416f55d2efe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21dee0d64be04ad4ad0bb40a541a3571", "region_id": "RegionOne"}], "type": "block-storage", "id": "f15c4435649b4d01b35395f4690793be", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6f2b657acce4b71a04b26b2bad4e332", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "266eb4f75c484dafbbbe9b9dcc576f60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea14584d439549bc92408ac451a461db", "region_id": "RegionOne"}], "type": "volumev3", "id": "9da580f5f481489f9f5966cb369393ad", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a02475ada41243e09f9fc0ef0d2a89b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e2b723378dd454d8639fafbb395056d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c3bd8a9658c4395a8324afca144c4ef", "region_id": "RegionOne"}], "type": "volumev2", "id": "0f597217ca2d4a43b85ac85680a67c93", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d9c4f6846d64ef196f5fd08cb28c746", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4975156fcbc742febd59be664c53810f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "78e1adcbc85f41c793a560f68ae5f732", "region_id": "RegionOne"}], "type": "volume", "id": "c52470a5ade94fce9cf5b76f8cf92438", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "117111214cf4434f9c614519a83807db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd2178ea4bfb4d388c8c76dc6b032d5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0499c303f4f4b95b18218fba51faeb2", "region_id": "RegionOne"}], "type": "block-store", "id": "2ef36f782a1041d28b544f2d49f1ef5a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "efee3b100cd349a38dc9b774089c93b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ee81d4d518ae49e7adc808f87253fc93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "af39c4265c1c4cc59dab0da5d5af8d9f", "region_id": "RegionOne"}], "type": "alarm", "id": "5e027cf9502e471eb40d80847c0cbc15", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b3c2903c8316471b89c3d12010b79338", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0692a8324c5b49a79de4f147ea05e854", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1d63fc00b4eb47de9cf81cf74fbfd6b5", "region_id": "RegionOne"}], "type": "alarming", "id": "afe6fddee37249f682c022d041efe81c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9a0ffe7457c4440095d3201c2c460b7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a13fdc7d08b546a0a7e25cc8e60c2809", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "eb481870e01943818e1ce2624eca2fcf", "region_id": "RegionOne"}], "type": "meter", "id": "1b43a79389fc4af7a357f7a8fe259502", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7290949bfeec43368eec29ed4e2a978d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e09a7b4a97474287ad21c2d06c4e147a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ebead1dcdc634d56beb2d0c74fa04ffc", "region_id": "RegionOne"}], "type": "metering", "id": "e3edf98d298044c5b69c8cea39037ead", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6a4ff49b5c8f426e85f84e494094e542", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4e0714c8d3bc44e0a13200aedf3abb94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c6592d990f8640fb9f188705f6afcbe4", "region_id": "RegionOne"}], "type": "telemetry", "id": "b501c276e6374ed48aa2853be38ec227", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "11940b36ffe144c196e6c9ba0c0da47b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "39731bc9af534ca08302a9dcb7a12068", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6d563d4064fb494eb889b1444202d0a6", "region_id": "RegionOne"}], "type": "event", "id": "ad7d0ecc09fa44d1a54969dc00984a33", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ab0d5fa9e65c480587198bfd39b17ebb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a416476d8159470081891817cde520f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "61a64f5879da4be5b92aa7b292e4782b", "region_id": "RegionOne"}], "type": "events", "id": "432616ce471e40648de4226fb38f3641", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d5d9491707c24134a6655eb3d8021b8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "50e00090bc8543838f2234b4d550afe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "cc2b6db4ef7d4f78b6377e553cfcf534", "region_id": "RegionOne"}], "type": "application-deployment", "id": "250440c229fc477385742b0a41e7b09a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "100dac6ef3774261a3f87303e7d1264c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c3463f8101a6481f9481f22ecb22ae25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "af4319ab2f4f4e02ae40074a6268acd1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3286a5d837f444398cb8329f18a66d4e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "26e5cfaad68f44959c25ccb7c30c8f97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e8aa68916d7d40458f954ab6401623f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "068d0e6c35b54e82b51d9026aa4e6088", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f81451e0253541539343168f0630f7f3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "865ead820da6441bb03afb3b6ee2598c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a1cec0ebc53f454baa8b0817398a5018", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9fd0faf95c874cb9865324afa30fa22a", "region_id": "RegionOne"}], "type": "tricircle", "id": "82bb86bf241145b282bdd9e5acb856ae", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5b9b0ca3ae184e548c95443ffc0f1c0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6dab51850b654f76b98fd1aaabcbc0ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d94faeae90e74c2aa32feda6e3dfaf7a", "region_id": "RegionOne"}], "type": "database", "id": "33bda0b1205e44499a9160a7f5e5996d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fc8f9554c93d414d971fa0637f287ab8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1272fe2de0bd4638811243f5c78ce733", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0d100b461c234679b28dfa0a2857267a", "region_id": "RegionOne"}], "type": "application-container", "id": "cb598ae3278d4afea4d6ec2778f4bb7e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0599e58b4a6c4bc7934405c85268645d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bf11b0f72a8c4170b29e5ff13f37c7e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1024055398d14ef694f0c230d3136b92", "region_id": "RegionOne"}], "type": "container", "id": "01451dc2ea9146809700bd55ad91e122", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4496a9340c81410ba3978c656e08c9fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1e76826ed1fd42d586bb7c5c46cb0572", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "775ca3dadaca4e3187bb8c2de3e3ad6e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c4c036ca46ce4d16b536eae4730e32f5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e466d19da83f4b9dac1b35d9ec83262c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3d3223713ed749e99fb2fa7d8f2e276a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "00cd6a2695f14f7f949b05c7ae5a3cb9", "region_id": "RegionOne"}], "type": "rca", "id": "c2839569553d4622889b743e0838cc07", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8dfafa030a244d6d82f30392cdba252e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "769caea5b2c049ee99180e76d0adf906", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8807633438e0460a9b0c24787eefa421", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b7ca1ae9ef2040669893f177ee7a6bbe", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e8dcf140b3694e52a69a387221b8bfac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2c8993e1180f4f4fa926c5499e0be6f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f0372aa6086740b1a0eb20571dccaa15", "region_id": "RegionOne"}], "type": "network", "id": "ec69eae4b9c84ef9872993ad94c99f48", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d28d7fe9122c42ebb424fd2ccd6f14fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a74d08a86278411ebfd38e199ddc00bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "3a728c627a8f49fdbd70c0e431b39a10", "region_id": "RegionOne"}], "type": "backup", "id": "8da3a6a3862b48f88e3dc7bebdafffc7", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "89c4b0939a43405ea8d334d2447957bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1d8ad8b0329f4096af678eaae9a2d1f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "59af0d65a264447e90f9472e163e022f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "57cafd79ad8c42a2ad965da76019eac8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e42ac610a2fc41e1bf561dbc31f74daf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f17288ae50db461e8b45854b629473b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "68eb666df1494a86b84fdfe01289100a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "870aae674c304970adc1b3c7f01b534b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "95349cdafcd24eaeb191e2a4d2ce538f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ab2db3b0240f43da860c15792ab42e73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8e823beb996348d0938931aa41ee6f89", "region_id": "RegionOne"}], "type": "monitoring", "id": "c8897860116040988233dc37f9d003f6", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "46741266971247eda4df1bb97282c9a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "30cfcfd315dc450c87f9463ac86ea8e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c54183de9a214039afc5b482440a69c5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e238cc7dccea49d992ee05076781831f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4243e48c5e2547a58b3f22020126b2c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4b87889a830d43f18d2fbd1333b2fa06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e881dd2a514c46929f12aa136172f1d6", "region_id": "RegionOne"}], "type": "placement", "id": "c8fd54c85c624f74a0f00fc2b8b987d8", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "29771f09b9184431b267077343c7dce3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5d3441b027e44cbb9ab39d145bf0ce18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f6260475b9b84435b21d7a17c9dc9109", "region_id": "RegionOne"}], "type": "instance-ha", "id": "02fdecd949804425ac4d098990c2f548", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8ea7d10de9174199a49415ac73bb9ebc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4bed39e53beb4f8e847cdb3afd90dae6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "da4902860da14ed5a3a42fdf0ced9a9c", "region_id": "RegionOne"}], "type": "ha", "id": "a15e7a9ea2b042ef8913f1c47f5e7950", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "89a9ba93bd424506a59b19c067c7c7c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5715c2515c554f63a60cad124aea71e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1909ce454d97437db1a21d7fa700c4dd", "region_id": "RegionOne"}], "type": "reservation", "id": "d53f27ab549347f19fd945b1787c0b94", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7d254f247e0943008ae0b9277a929520", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "caa87df7e6e94eefa0ff9ddfcceff996", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "38a81722fdcf4aa08dbb8a870aaf2e8b", "region_id": "RegionOne"}], "type": "function-engine", "id": "27b5296cac2a408387af1c09388ad8e5", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e214b6dd69464bd68a295ea720f793b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8784845ec1fe42829bd344f1262438de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "4d1433ba99c344e48ce3238be3061272", "region_id": "RegionOne"}], "type": "accelerator", "id": "60873f9c4f11488db97e5d059cf34bd8", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "51b55192c69a41849af3b8e5c9c04f42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "80258455251240b799a5dbc3e1a9b61d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "61f292008d134afd8d223445e9d28769", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8df153df354a40d5ba067c7cf50cd39d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ca76597572f84dcdafe207144317db0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "10147673617141b8bdb2d1ef9aa849b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "465e03d0dfee4328b23d3a8b4d1a1df5", "region_id": "RegionOne"}], "type": "registration", "id": "b44a81579dc144f7847ebb69d225273a", "name": "adjutant"}], "user": {"domain": {"id": "8d6f19ce6ed54711ab6d50671cbc216c", "name": "89b96ca769b34a0f9a8240054f292a37"}, "id": "27c4d335460d4ff8977a54b900af33f5", "name": "983c510b90af422799065b0732a23017"}, "audit_ids": ["746a43e80219417b881550968eba7628", null], "issued_at": "2019-09-19T09:04:42.881714"}} 2019-09-19 09:06:43,066 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/projects?domain_id=b53dd88e463e484496235c42f044d541" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,071 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,073 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "b53dd88e463e484496235c42f044d541", "description": "projectDesc-2", "enabled": true, "id": "526c52df5a384802b638d886adf71597", "name": "projectName-3"}]} {27} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_hypervisors_detailed [0.072776s] ... ok {27} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_group_delete_ignore [0.076931s] ... ok {31} openstack.tests.unit.cloud.test_quotas.TestQuotas.test_cinder_update_quotas [0.329482s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,829 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,835 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,838 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,841 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,854 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.765985+00:00", "project": {"domain": {"id": "f31055fe3ba84df3abd45a7874ed601b", "name": "f34e151b22624dca8e048bf447d48728"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "40ec4af284a342fe9d12eb81d608c9f5"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5a766ca6bdb54ca3b449ec96583b7149", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "49549ffcb11d4f119b36f5a2f7ea669f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "241c972c2d40407d9b523e657729e51d", "region_id": "RegionOne"}], "type": "identity", "id": "47b61ead9a31471c8d388e1fb62282f5", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f0ae59ce6d1c4c9ca7e88af6ba2dd69b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "38619cf7f518482f8e7ab8ccdb5bb6a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "081ea43046464b3fa195fd97f5bb9aff", "region_id": "RegionOne"}], "type": "compute", "id": "28891bce3049434d97c5a5e9389fda81", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7ade909a9bee485b830b679156c40eb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b879c3e5a2b445bf939ccbc98e4df606", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ff1cf858c9e5408aadd87a5af00da0f6", "region_id": "RegionOne"}], "type": "image", "id": "60664cfc86f6472c8c841e738fafa386", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9e12ca3ad7fd4292b9430654ae947bd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "74aa1294026c4f0189dbee1d7ecc67e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "437d658b607d4a04810a91c951fbbf09", "region_id": "RegionOne"}], "type": "load-balancer", "id": "300410587f62483096db96fa5462497f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c36119ee32641f2b847b5450606e89b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d3fdb23513e465a91a9769680dcb386", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09adfea121f6408bb3a533be7e325ac4", "region_id": "RegionOne"}], "type": "object-store", "id": "42a91eb48883404aa229539fbe12dbe3", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2bbfd766e271495fb4b60505d566d113", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d1e031d736324e0ba3c1fe87c7a98821", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "16e5a69b83ca404383dec1c1b47e1d2c", "region_id": "RegionOne"}], "type": "clustering", "id": "55e9bec5ff9d4c13a5997bdd81c3d8bc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fa47ec47bc9d4c6db30f04cf6b50ed6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b36455ece8424ce7bf457e726e621240", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "801f8fcfb1c844c6a853beedddd8913d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8ed1ee0a23f742ef89ecab7a93b6d7f2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "89882a9075c44922beaef30cb26013fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "40ba85c6475c426e80f67d84493c36c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7806608c51e14768a21212d8b82d180c", "region_id": "RegionOne"}], "type": "cluster", "id": "5dcc7e35ff574594914d36fede8fde8d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cc84cf887d054aeca32966102159fd9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "61ad182a09b148639728edb00832c780", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "43c6c8c3ef974bbaa783f6370230ffe3", "region_id": "RegionOne"}], "type": "data-processing", "id": "9f4b4d748b144b22bcf1e65c788b08df", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "25ccd74f97624ea4b4dffe7ac2d2c8cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "be39073f77d846099c8761434de323d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e6d9f2d0e7cc402b9b4ceb8d4c16e8c6", "region_id": "RegionOne"}], "type": "baremetal", "id": "f235ee8e641d41edb4bddcec18fee5d6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8413a20f32f04ba09832b9b9ac63b436", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c94bedab4fa54ea39aae1a87b73e72db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c459ab406d6546cda9f7e3005a8c7df7", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e9d6953cd2044d1c832e23318e2d4988", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "251f88efab2545ac9386c139c0de3368", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "81914d8397834b96afe08d5d7953990b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "6b9e2a0547dd43479ab55183deddabdf", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ecd1bb9008974fe5ab3252b81e9a9928", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "054e9bb726f84673a4168cc4caa9cdde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fdd6001dbce24c988061342458ff6dcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5a651b91a58c4e578fce61dfba7aad71", "region_id": "RegionOne"}], "type": "key-manager", "id": "874787bae62e48118fbf0e8c9e38e807", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7a4267e071cc4034a5d9c293811eb10e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "379de27c8320407894472827f0cea471", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f6769d75961e495184c12ec050d7c419", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "49335247ddfb420cbf87939d60294017", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7a6f00c73daf4acc92c6a2d0e491cce0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b32cccafe2374646b52cfc79569e2250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3a052b5fd89649babd481c5fd079db0c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "11d3b6e583b94b8ea86e5e752e1cd183", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "31361539a2484d58a7a117d2031a2a38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "872bfb2e3f3e4e80ab024d4c1f8fbded", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9d579c2774b1415fa251753074327bc6", "region_id": "RegionOne"}], "type": "message", "id": "f095e60d95ec4139808dcf3204c76e20", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7421abb3ae784dbbba1bc52766d72735", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c61d983301e64ddf9c2982bebd493b82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "443ae74aef864310b8e754402f7c7e27", "region_id": "RegionOne"}], "type": "messaging", "id": "ed7e688b898d4d0ebdc8b96ecbfbe058", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "17772baae91c45a89daed0fa58f65690", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "429ff203fd8242579d462fe2759469c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2dbeff5e297b432e90e5013741dda434", "region_id": "RegionOne"}], "type": "application-catalog", "id": "07f66777d8d045999e18fd92d7028508", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c364c562f6bd46f7b17c29dc2ea16e96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4cc675c441f14e9fa2cbfa5f13311ab7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4ffc89a86ada4efc82c1571b371e0e25", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "690e32e36bc6494eb2554fa7bcd2ac0f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ed46834f6bb45d896e8611e0a766049", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3ddf84f2d14245148dca8644435a7d28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "215b6d3e832a4bcc9d53e3eeaa8a3288", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5583e7bcdf5440198ee241feca1b6259", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c40b333ebeb4a889d139859dd0f61ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "81e2f71565cd4f578957c79be3df0b52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "de435b956adc4aa78cd978545c510f16", "region_id": "RegionOne"}], "type": "container-infra", "id": "360b5e1434554287aa91b27c31b4ff9a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "30b0fefb6cbe4bb5a03c75058eba0645", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "cf0b1d77b9b24f4d9b0bc660e571b0cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b166422b62794e39ae5e345b8e5d4cf0", "region_id": "RegionOne"}], "type": "search", "id": "1eb3abef439a4a729a3b65d16f235d0d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "7bdc3bee941d4658bce2475d3835a56b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "120c3aad1c6a44159717f7d504353ab2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "318d2cd0f72248ddbbe4d298275af6af", "region_id": "RegionOne"}], "type": "dns", "id": "37a6827112a6462b9ac7f77d435d56dc", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9fa7571c250749c383269900ed6d29da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "43fb3040060d40cea9a013153607c2c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "93b6704f60de4582bae0e2216b0a1e22", "region_id": "RegionOne"}], "type": "workflow", "id": "4cd448c9232f4e75aa13eb85c2632654", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bbf391e6f39e4c6c99a2267a7cbdeba9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "33ca4e6f18a847c4826de54858167c52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ccf5d76add594a81841fa14d2f3b2b33", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1fc822f714974788b022ad429378b1b1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "3c7b454b389e4b7bb6b1844f4cc2c2e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "60882dc0045b4626a4c539747910f084", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7627a9c20e0e49a0962b04c827f0556d", "region_id": "RegionOne"}], "type": "rating", "id": "b3f9c67a143f44d6ae61447c012fd85f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3932a161d2624e41b007052e4af258f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "68187bb94b10485c88f176441b8d45c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f0f4dea50b2f4bc0bd47f303f5599a14", "region_id": "RegionOne"}], "type": "operator-policy", "id": "07a56cb89a7c4282a28fc46b8298f70a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6290513396044870ae83abf8468d8d85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7dcdaedecf734bae8fd343e36c0472b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f23d58c19a03496eaf9b67a72deab178", "region_id": "RegionOne"}], "type": "policy", "id": "ed9a0f192d314da0878605a96bf547cd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9ad8a1b535904d1ba59baae88f14dd97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "13d9297832434f81b2841f52e37b52b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "84528ba75bbd4697ab09d3c1c84284b7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e2367238f9c14693a2f2043e5b4f0855", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b809b86a522741a4be1b4706386e77d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a7b2ff63f5ad40338f9e45527f9c8303", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d5307c44f26a4084a6b2989900fb2a4e", "region_id": "RegionOne"}], "type": "sharev2", "id": "b13b29efcb774cabbf43711ffe7b1a74", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a124ab2ae02441e1a463cd9e0928ad01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fc1cf5bb671e4da5879bcb13dafdcfb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "59460c088fa1475aa8c7f6efc7d24f01", "region_id": "RegionOne"}], "type": "share", "id": "56e9eecec6e04b19af3b4b3963eb2563", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "11bd61814bfe4986bf9e9bb68da7166d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "422f990965db42519d86335b91e2f20a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c83b42bc5e164206ab822361379d7903", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "fee0267a81104f5ebeec40b0f67db109", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aba920da7a3e44439a1a6ffeb776e382", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59b7d1bed30e4b129cefba6ad496c789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c576c23b25342118fce86f204fbab31", "region_id": "RegionOne"}], "type": "orchestration", "id": "f4e399e998c64fdfa77c6110a956a59e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89ebd218be774f508285481f38aad244", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "538598e20ceb4fcf9ccac19416dd7dbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e991c7700a824c1eb1684a09f638ccdb", "region_id": "RegionOne"}], "type": "block-storage", "id": "99b4b64c51594dc785096f54a1301b1d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50bdf61f37674a27a6b9587ef889ce81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4666c09544147a4982c6ab46aa51f6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "366f6840e17b4702ab84b384948d031d", "region_id": "RegionOne"}], "type": "volumev3", "id": "769552070b324544a7d068d5ab306beb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71d4af068b604ea1986673876affd455", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2467131a0e78424d85a2556ecac61842", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38f8a875ffcd44659ce110df8408efc8", "region_id": "RegionOne"}], "type": "volumev2", "id": "33682aec77864ab1a4283969f5f2efba", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e22f5e605b344b189435e93978722245", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9829228e5dd8403f9697b305edc8bdc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab84a7a3ce3a4e96b610d1d2af09995a", "region_id": "RegionOne"}], "type": "volume", "id": "6128224269d24a5e970edbd1ff70d49c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ebb982da049473fb6b70164f22c5855", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46d03a475e444f8da0ecc3a50a8184fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53637927e42f40129847d9eb66ab719e", "region_id": "RegionOne"}], "type": "block-store", "id": "24491d3a59f24eaabb0b07becca76689", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "047ebe0684ef48309ce037c30fd7b348", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3ee43f981be046bca736cf1536f606a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "44742fb062674d2699d3b66e7e873408", "region_id": "RegionOne"}], "type": "alarm", "id": "b0a7e6e2cb79429092ff856ea70c322b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "203dedbd099b495dbd7c1fb2d71b48a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c2a9cd7ec707459ba3794a8ad26999fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3151a1c604c54cdca9ea39084aecc94e", "region_id": "RegionOne"}], "type": "alarming", "id": "ce9757e4358b4b0bb42dc7d332315d1e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2c40ae9d23364e11b5521888340216e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8c5b149b13104c87936ebd8a20fc8919", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5ce0c74bcf324f949fa0c64032b113be", "region_id": "RegionOne"}], "type": "meter", "id": "fb27754147d14c96a00f977e2f007791", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a0df1d469c064244a393f0ddf009311d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "88c1ecaf22eb4f3eac64afbee8d32da4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6f16339e786244fbbfb60e4d3cdf8784", "region_id": "RegionOne"}], "type": "metering", "id": "a663ddfec4a646f1b5c3beb09be939da", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c017dc210df747d580fb565f16fa8cea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5bbdf81a1c2e4b278c00ec415f100c98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0947aa0ccce2437ba3a43119e3b8e656", "region_id": "RegionOne"}], "type": "telemetry", "id": "140cdcf462d445cd8ed578ba31dc9d37", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2d5619b4db0047bd8e61b64908cb0f95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "dc889000bd1542a09bb092d926ee138b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0aaf3a85f0984a96b830a0bff792fc67", "region_id": "RegionOne"}], "type": "event", "id": "22247bb87391495cb35a28317ffe4910", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4014d188870f4e11bafb8d901b2bb44b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "93ae7ee021074a2d8fa2d228bc60b04c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ab122cbd9ee946c7afddbbe930fff227", "region_id": "RegionOne"}], "type": "events", "id": "166d9252a78d4c0fb7add3d87692c17e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9ac7d2206acb4e9e8cfc644692cebdf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "067f281b1a1b41229ce66c220023cc69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6c329f014faa46779ad06597ae335ce6", "region_id": "RegionOne"}], "type": "application-deployment", "id": "10a2ac4256f54a0fb6d56d5b0c9ef3fe", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "28cabe53eb924d46bba6530cef4c5739", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0e4ed9fab0bb43e5b96509d5aedba778", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "56030d8bb5e74bcda3cf3e22a4b43bfa", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9c129bc9b9f848a1b3dd0eb612c0712c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b86972a1de5242a49d25ad46fbecbcdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2d659725ec8442e49bb4642a3158d919", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bad97839aa4b4da8bc6355444248924c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "0f53035556b34a57ac2aaae02de54eae", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "09b3355353b84ba4b535657299604c12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ead3c82d693c407696e0e5412bfc5890", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "073997ac52ea4b768f722b1baffd1b67", "region_id": "RegionOne"}], "type": "tricircle", "id": "e22cb5ab939c47c18e700cc3b0826b62", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2e7e652f2ad6473a9fb37bdaea143165", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2db463e5728e4fb5bbe7b98c5c41f68d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "02f93b91735f4016a76345d64a3f2f7a", "region_id": "RegionOne"}], "type": "database", "id": "85cb2bebbb2842c1ba3c11dd5607a6a0", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9f8c03bf858a4a22b856bd0794da650e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6b15f053b41e4f6a89ffe25e6f923b77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "df882e3d7b474772aadf24ef21a9a7bf", "region_id": "RegionOne"}], "type": "application-container", "id": "086491d78960415ebd000b70177faa72", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5c18692d680f429f97b8dfdb7a5657ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "77a173b86aaa497aad830f58ddb41fd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3be16528c4f142b68059ef06721232fa", "region_id": "RegionOne"}], "type": "container", "id": "6c56a1f67cec43c48106205b5bf9cb62", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "db45c52014614545bca4fef2ca4b9d7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4b23022af5614a43a1d0d4c5023a7f17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "11d990dd38544efb8272eac51eca8bf4", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "3e8a3ac60f6443a8845c574050b91c6c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b3d5720d4096475c9c4e6c3ebe1c9f7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3cd717c516d04d638a852201134b9a83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f944c3e1caf5438b9e4130782a3a1562", "region_id": "RegionOne"}], "type": "rca", "id": "b38bc40d915d429f944160f213024b73", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b3f915fb0e494bfbb9f82ef3f0a02a97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d9a76dfa0a9749c4ac4d1d9e9d83e7ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "349f1b3df2434e84881aeb261ba75ac5", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ddfd465dc7654d3abc53dc764f941ec9", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "720db7c612ec4f84bbbf68ceb718f344", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c9aef8b651974438b377c87714bdb852", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e61878c4e8e54700a4b195e2e3163afb", "region_id": "RegionOne"}], "type": "network", "id": "5e850cb4dbfa4bb490f5a281c2e51a76", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3562ec28643b4a459205f16897c61ea1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0fca7351acf74701b2cfa38886fff347", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "608f0122a79d475e827559671e80b8e9", "region_id": "RegionOne"}], "type": "backup", "id": "88a19767b85b4369a0ae4d0dc6aa625f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4f92e8c55a014daeb40ec95fe2d97d46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2ace9e6cda754153af24b9452e388c45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4a7068875a5046af8f58603fa993b4f4", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e69266b5c96c4648aacdbde75f9fbd5d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f73bafae307e4092a8a80d3923aa8282", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f9a7991747fc4285bef99484be4e45da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1f4980d8bdab402f98fb067f814b52f6", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "900e061b6085420c89a569ad56b387e3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bae920d716574ad9b0c82bc1748f8e13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "62a9edf39c494d6aaa4d244a4332fdf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "93687f93820b4f1ba991b9f7bb45cb21", "region_id": "RegionOne"}], "type": "monitoring", "id": "16790a12b01b484a9ee594e1a791fbf5", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "733f9a2882e14757b2915060ee92b629", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "eab0b37d641c4f46b0aba981f807d8d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "89604b56cfca43079e0de9f82a035a9c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4ebd7b62ed9a45bdbe274ed8d96e68fe", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4defad596f5a45a8ab1a246704b7cfab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "cc67ad1a10fe4c769a2fa80c773f7366", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5b9113888c28413ab34583bcf9016b58", "region_id": "RegionOne"}], "type": "placement", "id": "99072f2776c34d2ab4ac6d092e102fdc", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6130fe2a18eb4361b17a70742b821a98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "acae607751f84afd888e47a67fddd87a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6875f05243af4970a99feca2b425ed72", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e2d44e7fc7a64d20804112e11c2e9c75", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e2ad6206d98b445fbf4d39d7446e7195", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4d4b6d01eecd45a7a52d2ffa8d27b96d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b362f4a0ae354cdd97afb99836a59cab", "region_id": "RegionOne"}], "type": "ha", "id": "7ab961edb5734d43bafffa27b2a76aff", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6bbca0e3aeee45eab567eeb6b2a8d030", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fe23dfb6a1844cf1a37c470b4e8ad63a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "dd44cbb0ed704634abcc83f657dcaf67", "region_id": "RegionOne"}], "type": "reservation", "id": "8e112474d4db4369aaa364edef53c928", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b653da613b204e499ba4e4f2dd43970d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "dcb5eb82ed024375832b0d77f87767f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "22b122013da345d4b1a9354bea3e264a", "region_id": "RegionOne"}], "type": "function-engine", "id": "55905bc8be034bcaa6c88ba3991008a2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b33805212c6d4d358ffce354df3a7bd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9c82b2e6b6d84595b3baf8318d70d1b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "bb8c1433ee1c46bdb0f4efde49c1abaa", "region_id": "RegionOne"}], "type": "accelerator", "id": "b47e3a1de771483ba27745e520b9a011", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4a6295386f7a412ea8e5bde3a68ef730", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4d29a344405e4b039d59f22f023bdaf2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "056b216022f74ee3a6e4fc390cbac068", "region_id": "RegionOne"}], "type": "admin-logic", "id": "84045593d5a6400889622deebbeac6e0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "639179e1c2b24b6e9bb154b943c4ec15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "39bd255baa794fc2b7f91b27487b4ac5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8bd5d5e02a524799aa8da2bbfbc80f95", "region_id": "RegionOne"}], "type": "registration", "id": "a62fadae2e604ae1b9540fa359a1f277", "name": "adjutant"}], "user": {"domain": {"id": "f9e365d9fa0e4df48582c8ee4321627a", "name": "b7f5588f48c54a5f81e6b716d120e096"}, "id": "d56e493c630c41e2adaa853c1c544ca3", "name": "eec7d2ff4b2e45cfb901466df1b8b7f6"}, "audit_ids": ["cb8cd6a50fbc422782dbf97c9139aa05", null], "issued_at": "2019-09-19T09:04:42.765985"}} 2019-09-19 09:06:42,982 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:42,989 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,992 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "6178b05b6f254746b37774230d7643ee", "enabled": true, "id": "4f21d255483a4284ab7d7837bfbac0a5", "name": "projectName-2"}]} 2019-09-19 09:06:43,022 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,028 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,030 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:43,074 keystoneauth.session REQ: curl -g -i -X PUT https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/os-quota-sets/4f21d255483a4284ab7d7837bfbac0a5 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"quota_set": {"tenant_id": "4f21d255483a4284ab7d7837bfbac0a5", "volumes": 1}}' 2019-09-19 09:06:43,080 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,083 keystoneauth.session RESP BODY: {"quota_set": {"volumes": 1}} {21} openstack.tests.unit.cloud.test_object.TestObject.test_get_object_segment_size_http_404 [0.199963s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,877 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,882 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,884 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,888 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,900 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.811730+00:00", "project": {"domain": {"id": "11c0132249974d5a9fad189fd65559d5", "name": "37033a3897af4ac58804cd3973a084fd"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "47cfaecf01cf4a64b1f39517ca83fc74"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e4891468e1514e90a93635cfa76900d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8fcea71c78634b77ba8e4c925f1ece39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "faa788880bad49e19c8febb2c48effcc", "region_id": "RegionOne"}], "type": "identity", "id": "20bfe70d7bfd4780a89199f2f1d77b2c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bbb6071dd710478bb76bc9ca867770c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f073581a18dc443f848009a48a8bbd11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "fb2b754a76054620b9e0d2a288d028e8", "region_id": "RegionOne"}], "type": "compute", "id": "249ea83b08f44849a715dbdb28bf7773", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "43f2fd82c01a43039dd4baa3d89baba7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d831e8c96fce4d10b6566c04a0eb5261", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b7d49e765dba4b1b946078f594ba9f39", "region_id": "RegionOne"}], "type": "image", "id": "d20bd0906c754725b2c94ff85707a953", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2829d4f566ca4ab6bf5cf4a16d6e8e1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5e368265faef44eea615cc9b64947441", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5851166fa3054256b08bd35e593eef12", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1b986dc3ad3b4fa6be930521239db1d4", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "248fad61f2ad4fe3b97deaf0ec4f4d1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1b6be6ad04d4423a5f5c6b6356260b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6a3697457ef4e7aac0d1614ea787c77", "region_id": "RegionOne"}], "type": "object-store", "id": "b216f95d714043c7ae0f49f07fa026df", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "41c5b903ea7a4c728f34118028b1ad54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "99d5a2be886744e6bbfa2ad7bfb20c3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c01160053c8c4d8ea82e17b7405b7605", "region_id": "RegionOne"}], "type": "clustering", "id": "86393539e6a84fbfa6294f5d475331cf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1e40e5ea3a834be6bf121a8ca7d9a960", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1d0f374a83914eb6a55d4e32c64c0b01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bee9cbf6fe97404190fb2ae224721a92", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "fc5171175a904a23841c8f2ff735fd21", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "558308180be645c1b6443f76559e79c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f871820f53a0457a898ac1ee562e01ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5361bcb631064f54a6cf146cc81c3bc6", "region_id": "RegionOne"}], "type": "cluster", "id": "be663457769e4bd3b014361be5018854", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f391f6d053834839867f5a5e2f748dae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "091c6d87a88e4786bfacada4b981334d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "fe9dc7d5685d442bbbf0766443d7d01c", "region_id": "RegionOne"}], "type": "data-processing", "id": "8a91eb5cf3274a008e996f71009e4307", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8b06cda940564fcdb31d85f7e8145dfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "34aff5da86ba490c9a81bd6aadc32a5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c15f35a8086c4998afcabdd702b9af39", "region_id": "RegionOne"}], "type": "baremetal", "id": "0015caf5d7904290a88c7bb8e1841052", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "34be0dfb390d4a67b468da2d61e3a45d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7d3b60ad449d40a683689c22378e6245", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b92273ced9274340a01eb0d0f0ee40f4", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2a5cba8512914f5d8be384c4fc7a5e30", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "13fd4f252a42440482975bed0dc82039", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fe5ad546e645427fb9df3d388774acaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "6215bc53226341ada7ddcfc4eafa2f4f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "487ba5adb5dd4efca535b19d8ba8dc61", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b525f560d1864ebfbd0fee172d6e699f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9ec30c88b0174cb78eebbb5286f80ffc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "41b984378e8046f082a64cd000d97679", "region_id": "RegionOne"}], "type": "key-manager", "id": "8a9b6e8c3c574d41aaa33611a2202fc5", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "619e06ce66c04cc2b6633020427b000e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5bb8338a39ce467790448c689d96df4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d64c63137b6141f8b199ff6194533815", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c38af034a9a64dc7980bf41fb0c73b9a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dbc12c33a6d048b78879afa9b5107324", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7ec7f8294a01417393a8c78b075657a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3e0bbc42862c4fc98a88d4eb4d6e561e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c7b7af4ed68d4612a91654e81e18f48b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "031d0cb4723a4523841dadf016d3ddb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5fb1106cee384173ac2155a7b3830d54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "52640a127f7e468b881b3c515abaeb48", "region_id": "RegionOne"}], "type": "message", "id": "2ca88ef7ac3241d48b8837f46c1ef798", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "49a330ba564347959deddb440eee58b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "39172eb5945d4b55972a45c3081a79b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "07168366d76e46cf9f0c2c79e559c136", "region_id": "RegionOne"}], "type": "messaging", "id": "8f31a144a4614ea481c7536e4278949b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "91a61270e94f424ba8ec6df6e20d5ed5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5f4cfe16fd704495a8c80e617101cde4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ef3665aa1c124116b7f36ffaa9db627d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "161ca23b39ff4122aa2048275f614354", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b7ee59a94a80471b9be81202ca46c193", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a90ff53b8879483ab18a3260a68f02cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0dd771640a324ef8a00244282de6c522", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "df00594dd2a048499d42546b9c60213f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "757d94d6b6f84bbb8014c42c25a0f374", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e6038504a0c548c986e0d112af1d84e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a31ed7ab51c0478892ab918cff16c8b3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0ff2ea2ab21e466e9808116f06c7f9ba", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2b709fcf9cb649a9911dcdf5020df258", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "09c8bda029d249e39863910735cd54b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "da62da379c4d42319b6b0326b35036e5", "region_id": "RegionOne"}], "type": "container-infra", "id": "df6f7e136f5c4185b9052e9d65813398", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "52080cf0f29347e38789a4d4b8210192", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "eb76398f01214f09abcc10b31862c08c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5e9202ae1a964ad283982f4964a36e4a", "region_id": "RegionOne"}], "type": "search", "id": "c179f8a552d64b2097bfdb0975128061", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "98c7a6296d3b4a19b8f57ab6b2ad4ba0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6d92b7297b744f11b97828882df94397", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "11edfa47947745d291011802ab92b8e4", "region_id": "RegionOne"}], "type": "dns", "id": "1f6d6f09733f4abb9c58b90787ba6da9", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "343dec1c0c1540a68293b3f1076ed328", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b723f981336d45988207f18ed5673b93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8a69a95fcac240bfad43d90091538251", "region_id": "RegionOne"}], "type": "workflow", "id": "67ff69c60a4c429cb6dd1b14f00c3662", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f58851edadb345cbbe43f6ed30ac9824", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1f44164a5a2f4e7a9615c65391beb170", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3f7cced7cd47430ab1ec9d6ab1d0720e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "52ac88216e6d4d68b9c4acde65db650b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7cbe3716fe404a81b714b41884c12578", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "135e609b267447899f4e70392332934b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f99cb20971e543cf8a37a62069bde529", "region_id": "RegionOne"}], "type": "rating", "id": "ba02d2e443b14adb9c381ccf36e711f1", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2bef84e4eeba4b71aa466183b9675470", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7f87c336d9b54236ba9cba13f3fb8cf2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1913dbee5c824ce5bf3b6cb9e56bf668", "region_id": "RegionOne"}], "type": "operator-policy", "id": "7336e101ac0a47b9b9cf5308f70e69d6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c6177ec23ced4b2d944d6be53fa74346", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c8ea59be3f694492bbd6834d8e643293", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "db2138c2d6324cb89a78c9c83d71c734", "region_id": "RegionOne"}], "type": "policy", "id": "8d94c2cfc91640078cd6ed0941e01722", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3cadc35466ef45a894ecb973a647cf7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e74064667a6145d3b7ec6c3fd2dc4adb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a791ba8c36f44d35850ccae21150ced7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6895fff57ece445d9b83b87e2c4127b4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b66141092041434db1a0618997fb7290", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ec136523f6c543579788f73d09d513bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c058705eda504e33a08cea12985f44cd", "region_id": "RegionOne"}], "type": "sharev2", "id": "790426202df54d528859510112e95e48", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ce2a7e0f1a304e7d8da9990bbb104507", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "549fca073199487e91ca6fef5b3fab00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fbd5c28005f949749e81bf14188f8686", "region_id": "RegionOne"}], "type": "share", "id": "3520e380b0fd40debb1d470c67625a01", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6a6a7306222c46c1b777e1a603d4c7c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "56e3d37e44e64e38911cdbbbe4cee17a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3ee7b525ad7341f097dce71299d34ae6", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b4bfee0c18e44e768e479da671e2257d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bcb3187336f486ab65ab7ebeb9db82d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "721cc9407a4b40bfa7f547f0966b499c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86783f729f8d43c6b4796dcd23e1336d", "region_id": "RegionOne"}], "type": "orchestration", "id": "5763f12485dc49dea15dbaef2de05037", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac0c6ab58fca47868fd369446296dc40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "353129ed6b28409bb097ef33e64074bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "992cfac5fcbd42ceba702fcdd633764a", "region_id": "RegionOne"}], "type": "block-storage", "id": "4ae79ee511954b0ba3e7cec90c94b82a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d0121ee52e3442db792cafe4ca147d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d20035db96a748739ee036c97c99c9ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e7d5ba02bf1475ab0979cdc929639c5", "region_id": "RegionOne"}], "type": "volumev3", "id": "e8cd8f2533534866861ea283d787480e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89f746d824734e1b84e9600e0f53445b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d5b279260ac4e4b98dea794837058c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df47d5a42921451bb2c846aef2087338", "region_id": "RegionOne"}], "type": "volumev2", "id": "75ad6b63e65747f0b953db721f118ba8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be94ec42e4fc438685725a6069fe384d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3082f3ffbe9e40c7afd9a29e5a562f8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b3fa18adcd64b6e826b06c76b335228", "region_id": "RegionOne"}], "type": "volume", "id": "9897a92eaa0b4cb8b4bc83f23bbd7de6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae9d89e447424bd0a420098af14bb6d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "704c119efa2343019a29a9d65584f188", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66fe5bf271584a9db914478ffb7a2267", "region_id": "RegionOne"}], "type": "block-store", "id": "c57b0c21b94f45e589114abdffa22268", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "aaf7953b99304e94bfb792a8e4283f9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3b7f88375c82460f8408f184e7ac6ac3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "670939d81f4d4d41ac7ea9465c4c014a", "region_id": "RegionOne"}], "type": "alarm", "id": "e9f121fe47af4dc19e2d709e6ab7d675", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "26c69b4b49b54a88b01746d5be5d9adc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "900b1adb90b24b7a9676406ee70a779f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "440c403b56074a60be8c7434c77e02eb", "region_id": "RegionOne"}], "type": "alarming", "id": "7466ed665b5d4691a266e8ce13dd521c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cb7930f7880a4745b9830a596224b640", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "17a8dbbbb95b4416a41e198717594580", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bc79bf79cd6a416a96b581e6f622c5e0", "region_id": "RegionOne"}], "type": "meter", "id": "220c2033199046459f5cb1414510f30c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "09615042d91e411a90e91af58453d864", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "884dfe2772b74ebba4fb9700e68f0cec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ce03452146df4c52a6d5c190fe708c1c", "region_id": "RegionOne"}], "type": "metering", "id": "0f724cd4680e4eeda0ef41c7a6185813", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3994496df6b1433990d7f8a11e4cc34f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3896813374cd439996c49ff9518a9c4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ec664976d32c4c70895d6bba05a7544a", "region_id": "RegionOne"}], "type": "telemetry", "id": "d7fbd82147474509901a384c11d32b85", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d157d2062d0945f9b663015ea0230223", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "50b281070bdd45a9a1b854f717b75316", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5965cc5e7e8b4a09bec3e3ab23c6a93d", "region_id": "RegionOne"}], "type": "event", "id": "467d0da4a4804296a66975e6cedb8cfe", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e7acd901b8284595947769f7e58c000d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ab0bb8beab8a4ac08a21656bbfb44689", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1088bf54d2004db295e374687c6a263b", "region_id": "RegionOne"}], "type": "events", "id": "d5fde176b6cc428388019a8eaa664f33", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1b8e5599ea864c3bb768bf6ebaf1849e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "abafabaf5b76411f845f552577717579", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b0a9674c06984af082afeff917415db8", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3c88f875934b44018fcf03b6be9bd1ee", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b4bc518af84b47d2830c8bfa7d5cce9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2c00141ad4a84eedb17154f4cb2c0c9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5f696b4f357d4b1bb44193981bc62192", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d4e9024b8f9c4b5ca6291778ad88b46a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "44bb76a93cdd45e5864e067d223f5e0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "01601aaf27bf4a2bbbfed77c1e59e3e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "54ef506262934bedbb0a2947ac56a0cb", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d0219e583356467b9242046c8b3169e7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7573f4d59c1c4df5ad007a8339a1e543", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a337b10f4e504935b2e8f1e8ce6d2af8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "333441eff68f4b4b9f1b462addb2fe87", "region_id": "RegionOne"}], "type": "tricircle", "id": "5e3bd79a9f5e4d5d896d37609daf4e16", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "adca32d21d16495a8618ff20347ab8d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ce3971a3e38e47248315019a2c6f4e1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d1dfbe6721ed425d9812507096e6046c", "region_id": "RegionOne"}], "type": "database", "id": "0bf65d8858dc4ab1a29a0774815cf26c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "33e0983e094a4875a57a397a6500cb36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "15f9d375fc3941a89bac82751dfd2796", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9fc43f39ed67401d977ba5d3d53a7671", "region_id": "RegionOne"}], "type": "application-container", "id": "93c562d667a54d1eadb0963a88c8ff55", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "29e4a270a279431d9c4003cef2e2d97b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f3445a4ee21241a18c256ed1bf167391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b8ebdfa3a73b40ebb357c45eb95556af", "region_id": "RegionOne"}], "type": "container", "id": "909ec3909f3c446daf3542a2bb848b16", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a6ae9a8042ac4ed2a1643c7c645c5243", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "04c0e70025ae4bb2928c1879ca96fe24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3f9b194750c149d68053bf4e2e0d2a4e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9ed249b03f0c4a4e97e62705af162e57", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "564f17f39251457a93f41225fc5fde86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "115b4d54b2bc4377a5273a1f54a82433", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7988922cf57a4158b1a9e23a8f6c59c0", "region_id": "RegionOne"}], "type": "rca", "id": "b9af8341d5ad451782bd1fed5379d06f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "597c78abfa4047cc8cc4607a59f43390", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "12a3ccf752b74eeea56da3585a84704a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "96d46d7037b64162a243e4d7dc38f0e4", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "7f3ccf804b6a4400bc0e1d5b436e08a6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f62d422e3008463e8e6b84957f6ec977", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "36516759f00c4035bb3a13155f83be35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1d49bbb34f414116b20726f90db052ea", "region_id": "RegionOne"}], "type": "network", "id": "a3dcf8a89a0144639f19e296dea7ed6b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5b3a49db3b7340ca8f09d15967705e08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1daffdd8252143e3bfc010b9a11bcaab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "1964395eeeeb44c39a37764a6575721b", "region_id": "RegionOne"}], "type": "backup", "id": "11ff93f3948f45b1b478d82059e8397c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bced5f8934144291a05a4ede7607049e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d34ba77c8acf45f09f6b4e086f13de8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "401f48cbebda42cfb638c76254828ec9", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "76b5d1f3dc47443cb8259e7ff8b32685", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "79d7ef8363f3432da1e242e03c253e41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f1bb4c38c0584e058b5ad784c4ad2c33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4149844d7fd34c9283a9110f5bd3850e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "01146f93eb624fe7b0bb1cceb8ab8ae4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9984773931a740afa93fef80e51a1334", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "456e10b9a6fe44fea1bd0099995e81e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "faf49f860a6340c38c0a7ed1fa24578a", "region_id": "RegionOne"}], "type": "monitoring", "id": "bcebfce93c7c4fdb8e103056592744fa", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "889e8b968386462d86a7a719ea485f5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cbf521d0a9f44490a34d26f566309c83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c53891913b274aceaeb4c02f56707555", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "786702eb429b4f4db041abdc23bdde55", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d70c629f5e51426cb431b556ce44a5d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "cc892f176bf14a1f8b68eba3725f6618", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "93d2af999f544bfeafc3af33fed43413", "region_id": "RegionOne"}], "type": "placement", "id": "3b3b3149bb02475f8d1a0f0033057f29", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0fdedebc5b9b410eb11d07567340884f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "522edec833874431aead30126b800c5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "28e5393dc288461e853f5d54ef1ac848", "region_id": "RegionOne"}], "type": "instance-ha", "id": "feb8de0f37bb45f2ba717912b7240ace", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f128c5fda4a84aafb88ab7144b40efde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "06adfad2a171414db6a2a2a4b1d97730", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5008908b54e94e1994fb205e3f4dce74", "region_id": "RegionOne"}], "type": "ha", "id": "3465adb6c1054dc481849bdab584220d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "46d542c01d27416ba69af979ade73749", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8b0d39fa7edd4cb99f6a19ac26c0c463", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "00dc4207c4624929aac2bfb33a1c77fb", "region_id": "RegionOne"}], "type": "reservation", "id": "46ebf7a5ccd34e9296b08acf4f921274", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4df8b321193e4da6a5151b3e9675a0cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "82bc4437239c4e2fb6456374224a2a92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "9b98d62dd5c14fc49f892807f4820ff9", "region_id": "RegionOne"}], "type": "function-engine", "id": "49e7842743254f6cba21bf54b1c2c9d3", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "50d311c689f840e9a9f21dc450365edf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e843bfa388cf4d969d398e4941ca4873", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "940a275844974fa888e20d54fcd92ccd", "region_id": "RegionOne"}], "type": "accelerator", "id": "fddcf8c1d90c47ba8d7ca9eb7260915e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fc25e17886d049dda881ebfa2ca416bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fe2c46ced76a43219a0ac247ff7da00d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "54450370c3aa4001804b342f5cb3df98", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0844f14d77b5495fbd068a4d17013d10", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6abd637a5e0f4b0fabff2bf030af7d85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9c29a41a5a114cc9bf554b4473ae4fc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2840f0f9d1d240bcb6c9eee4e876b41f", "region_id": "RegionOne"}], "type": "registration", "id": "762179fddd6246c58aa7c4a2bdfd913c", "name": "adjutant"}], "user": {"domain": {"id": "885c73b3a3024fad99b9626fc495ad94", "name": "a6ff15f2d4d0496b934171482ef69613"}, "id": "0f5979ad19b14af595ed057571785323", "name": "8d5e3f09cdbe4d7a8322717047ff8449"}, "audit_ids": ["503f00ffec7e479db00685fb20588e1d", null], "issued_at": "2019-09-19T09:04:42.811730"}} 2019-09-19 09:06:42,992 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,001 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:43,004 openstack Swift capabilities not supported. Using default max file size. {6} openstack.tests.unit.cloud.test_quotas.TestQuotas.test_neutron_update_quotas [0.283476s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,875 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,878 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,880 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,884 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,899 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.817442+00:00", "project": {"domain": {"id": "8bf6fd28e7cc4a12830875d0c5275a77", "name": "f59fbdc39a3c4409a7b1d9b687d7236f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ed0997317bff43c6b80ebc2d6e343607"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "03ca449b4da042c3b79627a29ce74e6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "156ea3db69a44433af8c42515500faa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f692f762621e4fd1bdca1f7737b9cb0e", "region_id": "RegionOne"}], "type": "identity", "id": "ad8b910a8b124fe8b944f458dbd3a3ad", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "96fc08bd469845be83e6325018b08f02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ef8cd6adb771473ab5adac8e1b08dbf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c52d7a04f353422e9c22773b21f14766", "region_id": "RegionOne"}], "type": "compute", "id": "e6ce17447c5c42c38326727a628f6318", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6494bbc444604565b39c9f337c9b7c0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2b056ef058cb4bb38d52ad0da9deae77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e287602402d743308ec3405fe5276b95", "region_id": "RegionOne"}], "type": "image", "id": "248201547663415f88194564db2791d8", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c16cfa16f5f34627b4b15679b650f2fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8941fa996fb64e7a8ecc167b1fc52569", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "07cf73a2589f4f91ab2078fd9c128140", "region_id": "RegionOne"}], "type": "load-balancer", "id": "20125b9d06fa4ab9b99f45556df5def7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0395cbf7c8ca4939ad4ee909b76167c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a5e399bbd3d4cfb97c15a28edded271", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91f6a8b2b97b4b23b2025c0d802c4d05", "region_id": "RegionOne"}], "type": "object-store", "id": "6bc6832782fd4d0eb3c79a93e6470ead", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6bc2bd9154be437f888d0917df7e8998", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6511df68665c40238a1566fa620554db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0febddf8f5af45728280908b35d56649", "region_id": "RegionOne"}], "type": "clustering", "id": "622b9f10e7aa416fa91958c0bd4de7e3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "98706e85c560449ea65b40e5bffc0f9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "560ce5cab29241d29503adbbba8af019", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8222a5c5eb7d44eeb598fce4bba51f39", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "261bca8e1f5f4afd804478733d3c1067", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cda235264f3d43bb958ea3b417ca2e23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bca7135763564b85a16e9562baeffc91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d80d048c568b4640b11f36def4ecbcc6", "region_id": "RegionOne"}], "type": "cluster", "id": "dde957e948b8404696b5546de0528baa", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d6a8076614034763bac97abda36b5ae1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e616065607f34fdabe18e191bc2d1825", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d07d78ab90a94613963f434e3fac6b13", "region_id": "RegionOne"}], "type": "data-processing", "id": "3b51190e7d4649e3904661def00b726a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0524f8093f734c5ba665fb8ae2c7e34b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0717fd6f482c477c8aaacef7341c9f5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c8d7daf4e38843848206a6ccb6765978", "region_id": "RegionOne"}], "type": "baremetal", "id": "c8bb1bc97ae045a0bf8185e312a89685", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2eb76ab17a3f4fd098538fce59ee3007", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "94707f8b026f459584fcbdb1d64e05b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e0a370b7896b4dc1ad96f98e544108cf", "region_id": "RegionOne"}], "type": "bare-metal", "id": "31eb78c1918b491697a7f6332ca66438", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "df48b33f160a444c9e6c561097ae644d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3f1826c3183a430588d1e2d73a627d00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f289971c5a63436dac117dd95d9375a1", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8597d99419f14a3b87f822172e1fc463", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6f414ea50af2426484d72265c5b3e595", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "11002bf8273e445390eb01ce4c15cab7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "eb4a371b7d1d4e0aae640a32cfff37d2", "region_id": "RegionOne"}], "type": "key-manager", "id": "6a463ea1bc1a4ae6af4ab655ee3c2889", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3fb4add2658848ab949cc3d5c7863197", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b26f4d331aa346528e98ad0863d1d1b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e00e3a9023d8447f8c106bc537439307", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "8cf3ab75be3c4ea5b372cdf8e10d48f7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4dd53895574748cd9033684705eeb3a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a9787e3a7a6f4e0797ba7d122e973cc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2fa7cf48c3eb481ab5f4f1aaf9a14612", "region_id": "RegionOne"}], "type": "infra-optim", "id": "877851190e2a48018ad117251033daff", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a698b734d76a4cb3bcfd2496aba6470a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e38f40fee96b4dd79a66976b1e8ddae0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a0e1f7b5016341e39864415e2cb0a066", "region_id": "RegionOne"}], "type": "message", "id": "4f9839d78472401e94ce1d66cbde44d4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c23a108f1f124838b7a455d2d696c26f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b1b5c54c3ffe4f4c9cc7f38fe4650e67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "065624582c0749dc91bc3dc771b34258", "region_id": "RegionOne"}], "type": "messaging", "id": "1542afff67274a248380653ba7228f02", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ceb9453546ee4d4b9273ebc3185bb93e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6c894571e5994bf18d8a709e411d0dc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5846347f31e74bd98dc7741b70ed3530", "region_id": "RegionOne"}], "type": "application-catalog", "id": "43e7274fb212427d85ce11dbeaa69ef4", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d01bd22dd6934f7cb682fc9e35cad783", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "37c640087ad946cd8f1cad10ab2f0d31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d3e50fbb37fc4c80a6e15badd88214ad", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d14ac9b8ed094e04a96f42018fc72812", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f7b368dbad1d4d78b32a163818316793", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0f6387d385474bdc921098f55842e2de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3a3d4bf04c4842a7ad67e24c3b604dcb", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0e6c8c7726c44177b0361e2efecf5e8c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ab34ad0cada442dea7d45511f6a761ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "caf182321d1b4ef48d479d826116358b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4ac30bf295eb40f3be03ee6227f81503", "region_id": "RegionOne"}], "type": "container-infra", "id": "57491a3ff2b64690b3f1325192429ee1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7c14e37ef4d442a884bbbca62a9f91b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "0bbd3bc3a4bf4da4b855bf1a897c4db8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "54bac9a7ee4a4580b0966335e58230e1", "region_id": "RegionOne"}], "type": "search", "id": "cf388a34c74144d394ee5662e48bdd85", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "029f272faec3420ca12f283438783a85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "93b2664f4a9047978a65355521b0a8e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a1ce82348b484a32ab7f167f1e19601b", "region_id": "RegionOne"}], "type": "dns", "id": "f3d52ea37e774e9f83006a0c6ef85f62", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9211089124744131bedc474a4097d788", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "73151c8ab41548cc92acfef3818f5551", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "39a02a62cb2141f5adada35b458dc2e8", "region_id": "RegionOne"}], "type": "workflow", "id": "add3343d86894d528e6864653129e289", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "99b3b1a78fd34c1e9f7deaf1395c8987", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "98413f227e5f4e3fbdb8c4f5d88c28ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "198bbb1623264f7fbab5c05a46213c88", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ee6f6f5781de47f0a450ffbfaf8d9571", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "aa96a5e3c4fc40b4b3bea06e09c5f8c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5126b23eb01747748502d66180403b85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "32ff2202721b4208b4bc48fd9a87a0ec", "region_id": "RegionOne"}], "type": "rating", "id": "cab814b1de0f4a888877fc996f002bf5", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cd35cc777f234b38b3a8563e44bb23df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b1ce9427485048928d0e87d6530e44df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "85585c8a7abe41fdbeb790caf998655f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "b529e30cd37a47eb8701dab7edf57463", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "900fb03cb2a84dae8f39c5cadca98b98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8fd4c211154e4715961396a2abf95bdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "79415d2439864050acd7695bcf125bd0", "region_id": "RegionOne"}], "type": "policy", "id": "f8597fba25c64975ba11d8972f62d7f7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "acba01eb300548a0ab5e606ab7e9594d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "facad02e543b49a7ba593e8d6f9f7005", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "988856ca76744ceea4648dca4b763e4f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "90f11dbe70f54985ab94224b9d775d0b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7dc5219dfe634d5eab852b7ddf5c176f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "712b7f356b3644629ead4de7284fc2d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a94e6dbe21ba4f64ac2be034ee692679", "region_id": "RegionOne"}], "type": "sharev2", "id": "964bd0858f2f42b89ac2d71f7c0c7e94", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "314917d2119140bd96411722d7e7ad4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4aa312e99a8a41a89ed58581748ad3a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c25de629286a47e980ce42c1ad2533e4", "region_id": "RegionOne"}], "type": "share", "id": "7409823097e043a496b625d358d584b9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3ea9780415654ea1b373ee856b449271", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "899a0fd248694b67a60131ce44af686a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "cb72f0d055284a348e62a9d266a8f214", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "2f11ae56c50e45dabdb883abd1ce30bf", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c97d96128fa24ecdb53e22fb62be24e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03ed0cf95b214ef3aacd4b71e10e8956", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1ff05586c114f63af15cfc5b6258e23", "region_id": "RegionOne"}], "type": "orchestration", "id": "7bd16fd51b114aaa97beaf78316216ef", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36acd798573e48b29c85de65dde4f179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4e9593757844bf3baf23f99409f43cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11afba5ba87947d1a8344fa7fc50d004", "region_id": "RegionOne"}], "type": "block-storage", "id": "f8bcc7fa2bdd4653a7eb8f8f4de7dbe4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f2aa2287575464696037fc9fe837e5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1dc35585f12a4c0eaa3cc652b4776e6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51e9253569ce4a39a4fe7d45b5a835d1", "region_id": "RegionOne"}], "type": "volumev3", "id": "898472cefa9b49d5a938209ced8dbac8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e12ee85601374a79967510bf63c865a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33c00803ac154a4cac5ad600f48dc8ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8782f9f4389479d8d49b0f068641d04", "region_id": "RegionOne"}], "type": "volumev2", "id": "37c9920033c649af900ac7d7c84d529e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e522e3f5d5de41f2a7bc1b29c7e2f125", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b78b1a3d9ea4dd9b1fc8ee1ac41f99d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a384580c9671451faf9fc30f5a1c4d3d", "region_id": "RegionOne"}], "type": "volume", "id": "3cfdd8ac55354a7cb221d2c017ac3a30", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "794eca25ee3f4d6c95afc06e3584431c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59be925d20b84ab9ae4e1f80122e95d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df1e0fff3ac0423ab063ca5ec9d0bfe1", "region_id": "RegionOne"}], "type": "block-store", "id": "b7e5f821857d4983bdb7304bcbb2357a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8c87309b363c4d52b483abfdd4f370bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "12489929f0ee4825b104e06248d9ec50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "919deacb17524aa8a7c9a4897344fd51", "region_id": "RegionOne"}], "type": "alarm", "id": "7b91a1cfc3704354a9ad509f255720ed", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e1d8bc8e5f834f8ea22132f1910de052", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cb71aece68634cf6ad20685023812f39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3bbf98d24f454ebdb80f234649cd0012", "region_id": "RegionOne"}], "type": "alarming", "id": "69f199ca2abd4f6e9bef37ccc1d290c8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "af3d2727645240b99824d6c02af2b85c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3dc5e845596a4718a3117db4f4144d35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "35d025c3b537449f8e04fccb1fb2c619", "region_id": "RegionOne"}], "type": "meter", "id": "a005d2748dd844a288bdbf8f7c5afee5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d554e07daa6e4e82bbb92238c74da156", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a5e3636beeb1438eba0fd8b6d7795f46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "103fdb757ba148748330eaff7e2b31e9", "region_id": "RegionOne"}], "type": "metering", "id": "bf24662f8f934fb19e635f8d0dc77f6b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0f0054f4410044d48e977b9f26354f92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "de52258141764837a0737b4726b28b2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "eb1e1be96e284542a66aa0cee45a9dc5", "region_id": "RegionOne"}], "type": "telemetry", "id": "d69603e085c343fa8f516f8b71bb93d5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b723b28ef7374f8c95b653431a13624a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cf1587263b3e416ebf87d843aa007872", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3a41056633fa4f01bbccb4b240924910", "region_id": "RegionOne"}], "type": "event", "id": "59df6bb7d4754f31bea7ddfda867b586", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "508a0241c98c4e4c9306b935b799a88f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "21f65d1e7eb3495ab8c3bdd5db6b01f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6509f0c7a14a416faf9f1f5bd3dd9c9b", "region_id": "RegionOne"}], "type": "events", "id": "8a0a9497115040ce9029d35da7c34a8e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8353db3ba21c473782499791cce577e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "21df9ce78fc0468ca70e343c1da5427f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a51d32fbf530403aa1ae80f86b88e45a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "9a5549f2d3d443bea4d9208926ab9137", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a11861bc1dd842bdb99953dd0ee3e9cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "937eea84f90d4f10a798aef649fa7217", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0f35e078cbe14243bd7e44c9ccd6d80f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f2b92ddaeaad4ceb953f16ebcdf05044", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7103831cdf8d4ba48b5d96785fe87774", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "308c900abacf4427a7cbbd364811c49e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cd0e789a8d4740c98c8423744522a16f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "9cc443869760442d81511d3d90583d2f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f27f05a2917b4623b0b19bee3fe6711f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "efa751c1db354c69ba7a3e41135f087a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8a937f880cbf49ccb18d306b3da96d46", "region_id": "RegionOne"}], "type": "tricircle", "id": "3518e8f93a47430598fe5b28f4829d5d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b7fdc68fec814f70aa0f8624a3037cfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "578722bf5e534e35987f587c3872c381", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "82fdc00e023b4941b5957c9c88a824f0", "region_id": "RegionOne"}], "type": "database", "id": "3477a8cdd5b94594aa63a599b6a41ba2", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f4fef15baa864bbfba22661c39afeb54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c0c084c558344a9a95175e2b846813dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "40e819047ef340d8b1141369e522d889", "region_id": "RegionOne"}], "type": "application-container", "id": "a8b2fdbd31144a3bbd3916f38020ad83", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "09d73205c02844ebb92cdf48e4ec85fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "01625cbbf65f42d198ca3c8526d1d96a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b80a80835667437fa43ea3ef3cc6337a", "region_id": "RegionOne"}], "type": "container", "id": "8448df5a41ed4a37b034ad3f36ac49fb", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a7915e062f9f4777916b932509cae4ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "54ca82cad20b48f1b3c9b01b07957b32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b196d2280c674dd5bbe612650bc6f544", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "93b1dc5f00c94644b456153eb3532957", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1fe27e3055574cddb6481be8617fea4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6288141e997744bda36e026b6d293b5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "74118a1a15b048f2b240994cedb7eecb", "region_id": "RegionOne"}], "type": "rca", "id": "5e53dbd271474d6686eab9a1592c2760", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1a49e6ee837b424b8a39c009eea68e42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f4822ce4ea0a4397adcc3c9bad326f19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e65fda168eea4f42bbd5313d21e4e2f7", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "72ec210b06f14bc489a1126d7024eef0", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9e451aa75d9e48b386c80497d45b9197", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cdbdd0bf95eb4332be60e67a2ffe9f8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ebd3f57a3b48436b8415d898dbf6f0c0", "region_id": "RegionOne"}], "type": "network", "id": "4155310e7f554c62813a6091d83db077", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2d3716235ebb4516b01d30ab035f09a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1acb2101d22449ada8ef5d4d3375c5f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "cdfdf325d9524f0fb4f9a6935f27a7a5", "region_id": "RegionOne"}], "type": "backup", "id": "2c587d08a5324920ae0cd84dd0f4bcd5", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ad0f3ed2a4814053ba5fe91d11a21330", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "56e16b61bd154579980476dc5ef7e3e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c73739243cf3402088b8e3ddaac9a9fc", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4b0557e3efdf4c1e855fd1d7b4f5ab2c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8b4e25b69375412a863675bdf73c636b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "887e777b324b4d6cae264b5d80ad2633", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e8d310b659b8423e939c11e4e030d826", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f88cd2b15b3e4592b0724c2ed536b45f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "701cd29e78b04b9eb3a976227cb53fda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "654d7aef90c5428483233628ec396317", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "93245ceea3a545e48ac6a64ed84e1392", "region_id": "RegionOne"}], "type": "monitoring", "id": "c4a7b73ba3114a54a0bf431ce065b5b9", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9b6234e15f004413bc5dc55c0ba78247", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "91b0688a2fa0445981acb804a1757ff7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "79c7159921ff4289b912eb35d9778980", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2cc011e699ae4f3f92c40df2f668dea2", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8baee0375d384bc5ab02aa22f9bcf81b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "13ab70ffb46a4a608248e2f7c7937810", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "cf1eecf6ba7f441f8b978d15745f5c50", "region_id": "RegionOne"}], "type": "placement", "id": "61be1b6b1a9640c8a3c41b18ba464c97", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9e3c2edc75484212a06a76abca396c50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c79d45ce5c0240dbae23b96451669aa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7f2b13ec7de04313aac4ddb25d08e31f", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ce392bd02a7d4250bf44560128abbd7b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "be5134c251f1458b9226d3c32c2c75f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8eea7b77f9374117b03d098e7f9508d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1eb0ef7a1bf34ecc97835f374ae906e5", "region_id": "RegionOne"}], "type": "ha", "id": "f5399cfdd91745fca66f7a6d50b5bcb3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3e6ecf1650234be296e786a8972c04c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "96115be8af1d4300b5e9cc74ad9eb862", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3ec515a642fc4de4b237b02530e37da9", "region_id": "RegionOne"}], "type": "reservation", "id": "9a3bc7d595794fd5814081767e283eed", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "22835928095c47a28d39add313a2be01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "74bab8022e834cff8b99599b04aa94b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "6d34bf37998c43ac98a954a407593594", "region_id": "RegionOne"}], "type": "function-engine", "id": "866482b9a3df494e8e3e73d043c11055", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7b8ea2be9ccb4af18dca734516df0111", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0e161d57b33c48bba5550cba4c5fac96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "56f8ca1ef7ba490ea0be8815724dba47", "region_id": "RegionOne"}], "type": "accelerator", "id": "a75849c86224400199899e0347cea117", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0a8eafdaa6e74584bcdb2e237e3da914", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2f1e34b7307449758026f8e3af1593a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "67a0896073164875873366c9edea7820", "region_id": "RegionOne"}], "type": "admin-logic", "id": "aa000ad35ff340a8a340e3d4b4a5e3bc", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0ba2e138fd8748dfb9906299d6a639f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b6ab5458750349e6b6c86dcc8d90ddd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "febd270ec5794058a8a10b4a61f3ea5c", "region_id": "RegionOne"}], "type": "registration", "id": "3a666b6df9c14edcaaa22affc08a0cd8", "name": "adjutant"}], "user": {"domain": {"id": "8da5bbcaec4d40288bc47d1f85abc6ee", "name": "53444113480a4a1fabeea3699d0e6caf"}, "id": "4294656a1aca46a49d9d1fc00a7da0c5", "name": "53bf17c354214df2ac6fcb4db48be7b0"}, "audit_ids": ["03f57c9fc05c469196adb00c94e877e0", null], "issued_at": "2019-09-19T09:04:42.817442"}} 2019-09-19 09:06:43,020 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,025 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,028 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "32f3ee0c4ff84cd3a2f3da16e22a706b", "enabled": true, "id": "93f8447ddd294622ad020b26b1a390f3", "name": "projectName-2"}]} 2019-09-19 09:06:43,085 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/quotas/93f8447ddd294622ad020b26b1a390f3.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"quota": {"network": 1}}' 2019-09-19 09:06:43,091 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,093 keystoneauth.session RESP BODY: {} {12} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_get_qos_policy [0.220124s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,949 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,953 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,956 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,959 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,971 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.889750+00:00", "project": {"domain": {"id": "2df7001b7af043e8956e35d1b2a1bd74", "name": "91992751f9284a778c6f7156b91fc342"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0189e00100084f36af6601b15eb35552"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c42b6d390ca14fcc89ef44d950b9f7d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d443d98300ff4c218602e9e61b5f1935", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7cc75bc08f0b49cb89f09cf7b8c2bca9", "region_id": "RegionOne"}], "type": "identity", "id": "dc49b6d20ed84c379022951356428874", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d8d8ac1fb267446392cc7520ab445dea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "26fe246448814bf3a70575a247881096", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3e91d6995cb0450eaa252d307614572b", "region_id": "RegionOne"}], "type": "compute", "id": "926c00a6bd32440da0400c0cfbce01ca", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "71b08bdae6b5429b9aaa31ef1602cbc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3882bfc50b9149c5b60e9e721a4e3933", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "9fa85afabc2c408d82fc6dfddd0f6e45", "region_id": "RegionOne"}], "type": "image", "id": "e025d5d2813e42999c7314a2497964c0", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1022ba92f6cb4a6f8d109955bdd9b8f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e60dd90a9d5a4819beb6cabe1513ace4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "71584077cc554beba010586ddcdecfdc", "region_id": "RegionOne"}], "type": "load-balancer", "id": "17ffc255699a4e7483e7813225cd04cc", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16865d2c478c43979d5f9dcd516aeb4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b69afac3c6594c07a27c3eeb4d6839be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cfb6cc3eefa842b7924aa322f4dc01f5", "region_id": "RegionOne"}], "type": "object-store", "id": "60eb58b7d1dc482fb96c79e8bca45797", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3451c4f5677946749f69d924f03be1e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "303ba57bf92a4fe5b4cfe27c0cefdb09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b2a4693a33a741388469e62b79d27c4f", "region_id": "RegionOne"}], "type": "clustering", "id": "0be1c219b3c54ae6aa5d370b3fd67f6c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8dd9f86e958349ee9a6eb0e6588352d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "23ffd5d1309541ae84f14cff2a017fdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "87d4a32bb3e8466f8bdb778eb4def03c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ad95aac48eb2459ca3777a5303238f77", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "11304d3f40634212a9c2f1a4d9a2023e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7dc24008dd82476da3f886e2d75e1ab0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "18eb0012292b4aa49438d3fa34679986", "region_id": "RegionOne"}], "type": "cluster", "id": "cab14a0377d94ca0acbccc9b4244101c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4350c1d6131b480aa56c46a897fbb888", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b3aacec4470d43febce6f7fc6eac03e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8bd2dd543e1e486f8354c05792d4960a", "region_id": "RegionOne"}], "type": "data-processing", "id": "de759900bf1d48d49f353ac9fb9b0656", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e8650cdbd751478599666d4980ef1cde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b5be9c49d4a441fdbba32f07f0fcf7ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9fd00b0194ac400faeadc0b931e9c479", "region_id": "RegionOne"}], "type": "baremetal", "id": "fceafc832e1646539d5365062594b359", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e2ba2fec6c3842479ffb37f017ce5cd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "667c59da415f4604b300ac49e0c5704c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5956fd720f734792801dab0e8269dcb9", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f7e4e1aee68e43cab9db65147a3ee42d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d1de73ee14bf4f6d986855c79b78f8ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b8c61adaf89442ef8d6856aa094a9012", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "449be047fa7a432ca19f385b98a5b85d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "72a2d8d302794ec3b9e9a59c7b923484", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c1e130640c144c9299308026655a4adf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6e2fa4cdbefc4e17b9195965d6503eea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "23a6f4852814472b9c64a182600d3a0f", "region_id": "RegionOne"}], "type": "key-manager", "id": "7525a1efe9d24830805e20ef5b1fe3c1", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "10a3d686df874befbb45d273797a8fd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4ea67b27b9be4903b57fbb693aed8bb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b95dcc2b59d34345b2027a33c55f71b0", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "22beee4cb3a44ae696ac70273100bcd7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e14eaf26d629459ea02bd7d21d683d52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1b813e672a84459183ef0d788c00e946", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7c66775ef3e04739bfd228b272e5b056", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6cee972d4fd440a1a9b0ce8468ba8fd9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ade7fb3ee1454cdba425c0bd3bb2f910", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8d05bc74804d40beaa9d18eb470caa7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ed10c04a4e6544f59000b26ef538a5f5", "region_id": "RegionOne"}], "type": "message", "id": "5ea9f98d4c514c17a57e1cba2cdae93a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c7bcc83372c04ceab190102a4b53915e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7ac408cff682450585b2f45c0814b0bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8146dfcccd6d41f681a051a1ed25c4d8", "region_id": "RegionOne"}], "type": "messaging", "id": "693effa1f66f412b95679f46e3127b9e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7e97e88b2bda498db731ca3f4240e11c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f217b9afc393446d889aa2da35b6642b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "817a0ed2eeef4a099563a5bf10838daf", "region_id": "RegionOne"}], "type": "application-catalog", "id": "00d12f72b0ee402ab529a5c6d7456bd6", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e1ef5d98aa0f410bb56f0dae9f0cf3ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b8fa98717278458ca77720d9ef08de59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6500b2b21066498bb15113bbec1a40f7", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ec48c2adf25f4da999f0a2572164b4e4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0ed7c466a70f48f69175a1ea0298689b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "65e15972545248e9a3b0340aaeaeddc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "afd658adc8c547fcb6a94d316e9c801f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "1ff9ec0c644142db98fd40fe6b198697", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "04a9a1cbc55847be991193fe6c1ee765", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c712b7b0cd8e4898ad5ec72323015ad3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a566384751d34e6db898fcf6b68161ff", "region_id": "RegionOne"}], "type": "container-infra", "id": "4c306ede471d4237934b55d56d8e036e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ec2adaa0a70b4375b118338edbfaeb7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "fbc031dc04204449adb67cbf9e44ec6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b72ad1af5a1d4b54a9c0ba24e6f9a3c3", "region_id": "RegionOne"}], "type": "search", "id": "1875ef82ccbb488f8fb6291b2472e6d9", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c2b7538953244d3699aee5fbad1034fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f8830e1f79a94de6897992a27a6ef93d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f00dcf903f2d4d309e97fa1f1b757b9e", "region_id": "RegionOne"}], "type": "dns", "id": "cdd898fcfb6641c2a33e6eb2cd0ee919", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8dda1da47afc4ba5bd4961a0ac622ebf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d3cc6b9028bb43d7ac739cc4f5466443", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "149b02c0551e45ceb03a4be4db8e6571", "region_id": "RegionOne"}], "type": "workflow", "id": "839f3d7edc384111b724c02b5c855f6d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ed1e6ec9cf874bbb9f9c1e5f7417e98a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8f9dad6a39d646e09b8b5b39233f2e3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f02ec1baf16d49d7bc6e1dadf48d84c7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "88de3f30c9b24a61bc0c7af836f6ec3f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a04b85f6381b4805975c9972618feb5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "98d0313d54d24f63b6138c0b6cfa6b8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3dcf020900dc4bc0b058206448b03b6c", "region_id": "RegionOne"}], "type": "rating", "id": "9d1b1db3f01246478a38854c9d56e629", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1584b7461a9b46caaaca9184f43f5a3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dabad30abeab4041919d41f8d3ab3fc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "50d046ae25104b61b86f1643626b7ff4", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5dfe74f5fe47423992364976d9e4fb68", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fabfe96fc4ee4d7fa2489cf4570418d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d34a08ca15d34e7286f51a6c89ebb85a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "40fa917606f843409b5a7f43b6791b74", "region_id": "RegionOne"}], "type": "policy", "id": "2a8cff0eca1b4e13b31c50d9003ac729", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6cfdf1569e1043849d995a88e9980fda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b27a4b9a56d347cbbfce96b0e3c03431", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a2da134b46e94bc690f291398a5e4d60", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5f035b4260314fb7b51041607debe79a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ae855e5055d048199c2f460ac8f07411", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "de4e19487ab042b5a181bacafb79deca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ecbba5a609e34006ac50dcc8a469b8c0", "region_id": "RegionOne"}], "type": "sharev2", "id": "2ea7aaca2ad6458f9d40efc31a98c2fe", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0db7ebfbd01d407cba9fcbec2a4d093a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "17a7859d6b864fdb89d269537365269a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a688694ca75b419ea24fd42698d512a1", "region_id": "RegionOne"}], "type": "share", "id": "41a69b1347c54ffeafe02916d502184b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "70c41da4616b4e0f85eef3d40e2b1421", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4b3a66aae0fa453588fcfc3687df1526", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "858efab682ab4a70a14b6cc4cdde739d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "666cc88fb69f4aec93958321f767347d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f53d57ddd36a4a9b9489f1d224f723a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67fa808334eb430c8ff61194f844fc8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "779de008f5fd48969382909e14f9b058", "region_id": "RegionOne"}], "type": "orchestration", "id": "1de7d363b34b41c3becb073de47364d5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ccebab8e8c624158b7e799d82d537c60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8d1c4e72b4c4e7393683d830d2bf59b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e621cac1aa14553a5048c609b89cbe5", "region_id": "RegionOne"}], "type": "block-storage", "id": "aa2a9c05ef10458ea92652333bd47e8d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa3d387a58aa4c7da9378365d256dce2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a881c068e286493fad6f02fdb026b7fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7cf907405a11482082122b653d0d165b", "region_id": "RegionOne"}], "type": "volumev3", "id": "b91b9b0a01994b93866e248ac4d2d3df", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0e5a1f4794f44c4996c0050d824dfd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76c251acb1174e849744a72a7e3e2e60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68204a3880694f98a5039f4d3068503b", "region_id": "RegionOne"}], "type": "volumev2", "id": "292cb966b7d84c45b4e6e5b8cd27f19a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d00850f4cfd640e8a6edcefaa236b186", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f32a7571d3249ea9fc16c58a15e6f0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d08b39f294064846865fe863bec8e2d7", "region_id": "RegionOne"}], "type": "volume", "id": "4de89d786b6c44afa6da56e1e1656a2d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5649496f44c8419998d9b23ce7d278d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b8ca04284504f72a623686b9a327f46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1681f9f8155740f680d04c5d7ccad9dc", "region_id": "RegionOne"}], "type": "block-store", "id": "7a7a811c0fca472dbb57662b53f54d1c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ae5bb844fe654c29bb1beaeaa6d19a35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8788616f20cb46cb9bfe983a5e13c3d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0fff973d22454d9296f8badb1c100a2d", "region_id": "RegionOne"}], "type": "alarm", "id": "644c02d482e64ddebe1e990875c220e0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c0104778614c457d981f9977f5c44b36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ac420003b0154e1d8da22347afdbe1ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ed6516de0e0d4ad78f09043083b1b437", "region_id": "RegionOne"}], "type": "alarming", "id": "0afefdd33a6648338d7c43ab083e4c19", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "84f18ffa8a7548ed81ad5070132c63dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fc48af325de74cc38bd482e19955f6ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "64e535757c414717b4ce63c742f1a925", "region_id": "RegionOne"}], "type": "meter", "id": "8abc4dd6ea4e433898e54ecc351a27b4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b434c50a4fcf46afab2ad2e2dbb51522", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6971128c46be475ea00dae95e94325d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "15d073ff54984cb28af092db8017f41a", "region_id": "RegionOne"}], "type": "metering", "id": "72734814eaf247ccaec8fb5d7525e9af", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e789b36f04dd4e758caac56d9bc7caa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2e98ba7e60a64329ba6843f534dbe3e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d12971ea94bd45cd8810623894528774", "region_id": "RegionOne"}], "type": "telemetry", "id": "e0ae0c9537b349eb868a904522aa8a00", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0d98c4182a584965940af076fff6bc84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "243e75c5f0e34d7ca0c0537494f77b4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9cb515de4e2b4dedb717648a7f038d41", "region_id": "RegionOne"}], "type": "event", "id": "5763f29354c84c2ea4323362743ca3d9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e00d7107885d496682dfdaee6999a8c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3d180b23fa8b4ee2b8b8f964c91c841f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cd83589836b54f9e8bed40c5b61bf39d", "region_id": "RegionOne"}], "type": "events", "id": "3e862ffb45944e57982b0ea13e814bae", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f2916bb9ab124ac0b54b7bc2afc796ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9f8d1a4f4c2441ed8edf129665cda8ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c2039a4bb30f4c918cec4faa9a352590", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2bd8321afa60409da20ec9cea0c12a93", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6980d6e601dd4367b352b9c7174d4c09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1fff333d7d2149058332591348c9f81b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "79e28be375c543b2a8d5ab1ca6750684", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2e61416d79a44e86a5668511ff44c849", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "da78ea017cf949fcae0ed1af39adcb90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "434067f7d7c94d93bbf5b099079b9b2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f94cb865250740139e8ff991a0d09539", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "e2592f899c7d4505bbbf1b1b576611eb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "28581a4debae4f8fa4eeb85c8436863d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "73df4320edf649d2b577043aad73e397", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c352396c06474ec894bd49ee6cd6d13e", "region_id": "RegionOne"}], "type": "tricircle", "id": "0adff5d08d9041dc905ed7fa075477b3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "adea8cc168fc41069083fe2b9d941e3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "bf283174ea2a4762bab55ec66d357bdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "12857f3c09b247f0b89d009c017a7696", "region_id": "RegionOne"}], "type": "database", "id": "2b39cb03c06b4a66b5a70aa05829e26f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "735e9cce8faf492d84714cc99a5b8a5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e4b139de8506460f82e1cc2743ca9b7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2fc96d355e214057b43f0959d98fffd0", "region_id": "RegionOne"}], "type": "application-container", "id": "5fde4ebeac7b41f7b393237c4c2cbada", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2fed8690775544d68457526e46de8019", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ef49e33d23204b02aa2a7082f74f6fd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "45aec854b6c14c3b95b5fa029fac8817", "region_id": "RegionOne"}], "type": "container", "id": "734fd8420ea94f6a823a233c524a7ba2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c07e3fae2b83408c8ea0ab60fede19ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0378535d8f3643b3a506142ca87df678", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "10006f3cf04643b39758a15c33a9d07f", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e75c99c9e23a447ca90eb08d1726859b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b665cbe668614340af0aa5cff499e4d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b0a5772e382d4c02b39cdbaf6721ae02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7d7603210885458fb7483f1d27da1de3", "region_id": "RegionOne"}], "type": "rca", "id": "71279c6df6fe47238f455ec77b07129c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "237a46151dab4baf9eb671733e6c7e0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "82f33fef50284c16bf91f5149f44e544", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "998e5489e14c4c37a49eddf8b651fb63", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a8d431c41d9646e6bf8bb3b479a474e9", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "31a65208b03e4393a5007916a685abc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "10710288bd8948dea1f6e50ffe3fad42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3e8542d87be647f5a5a6c55100dc9393", "region_id": "RegionOne"}], "type": "network", "id": "a8966aa1488c456ba0522e14f1d60f98", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e52d738aeb2b40b2a95588889d796fdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "fa717285f5a94d87926ce7a009682655", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "fdb6042f48e845e3903a0e0eaf31fe4e", "region_id": "RegionOne"}], "type": "backup", "id": "c6e48d7d26dc4132be81db3cd3aec128", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "875cee8bad6b4925b3fb73529f9db2b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b15f94562ff94d49bad00db816a8a681", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d340a7c083d841eb89d721922eba4e70", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "46b7333c2f4e4cdaa33f1d354786ca30", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "479d4f51b2854121881b94e3c1141412", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ce9b6d12dc7140e2bc472e6c572e27ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8662c14be9bc4ccc85bac9562ba51c2c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3a25edcd1e2b4c74918ba28150a0c8bc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "41fe3e76e08f412085b06fa887189750", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ecb2bbec241e4c639d1b8ec1a6b363ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e089340e27cd499e81e29e0c4d49ce71", "region_id": "RegionOne"}], "type": "monitoring", "id": "503f3b48c6a64cd3b2fded034463fb4b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9dfa27209fdb4bfc833f890499ad19b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2d6e903135c84dce9f9179c50f94a2a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5286025340864645b9577081b307147d", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d54db3a9274f40be9cfa11c1a6f84358", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d40010520c424d68861f174fac6888c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "48f98904893f460eb1af51227dac5854", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8712512b5dbe4feaa1fa843eb6045fd9", "region_id": "RegionOne"}], "type": "placement", "id": "c56c254a49614c42b033556d14768250", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8d024879375b48feaf58c69370fbdd94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "09c8443024724f319310571c9ad6db79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "aadfffadf66844189ab53ebeedf72136", "region_id": "RegionOne"}], "type": "instance-ha", "id": "818b8f9d1a8940848bd046a450e5e05c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "14cb1889446d4f57993be5eb42f4f695", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "563422d81c894b5988a1eccc09951bef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c6103100bece489a8fbe7e2c565ed2b4", "region_id": "RegionOne"}], "type": "ha", "id": "d56f3c72362142b8a4e4fd9d380cc144", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6a5d163cfa824b119f921ee1d41b279e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8c913838efff4c3e8d09c928f611aa25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "2aa95394505547a4807b80b9ce281dd3", "region_id": "RegionOne"}], "type": "reservation", "id": "829f07be6d7a4f67b6caeaa3d095a07c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d427be24e9d54274899ebb3e083a7544", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3cb91b4fb6a244358909160dde32a063", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4962ef0c4d374c72af29f32e995e6162", "region_id": "RegionOne"}], "type": "function-engine", "id": "189607a501f8410f9197aae028e8a10e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "725b90fdbb81480fa232df8241130b63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "430905f1dbb040339b5eaba3c2e89192", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f60679b18ee54047a4c98a3ba20d11ae", "region_id": "RegionOne"}], "type": "accelerator", "id": "72305cc0afdd4ce9ba6964479e2ab523", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f46b94b5d6f840d6b163af905559d98d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3d7652575b804cd78a4cb960ca0def65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ae250d44be324a26981b2d28e5c27e12", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d0fbf7fbb2f64715adc7a0f217afa884", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d8f1767a5f59424c9afbfd6eeed45a19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0faf55ebf0ba470c9559188e1e0ec5c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "85b31d517f3f4639897d2f1e4e1dcb77", "region_id": "RegionOne"}], "type": "registration", "id": "8d360719f08041afbbce129f11dade47", "name": "adjutant"}], "user": {"domain": {"id": "555d768d966840b49303a0a11c2e8a46", "name": "97f221cc134948448343b50cb93d9347"}, "id": "3c097cd8d00241c59b84fbba171efa75", "name": "24a1429fa73249deb1b6af78ba4f9d58"}, "audit_ids": ["5322e149d43d458f983347bd55b2074d", null], "issued_at": "2019-09-19T09:04:42.889750"}} 2019-09-19 09:06:43,084 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,089 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,092 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}]} 2019-09-19 09:06:43,095 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,100 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,102 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} {13} openstack.tests.unit.cloud.test_normalize.TestNormalize.test_normalize_volumes_v2 [0.110848s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,785 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,789 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,791 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,794 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,807 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.721204+00:00", "project": {"domain": {"id": "79242c7a98bb43caa6ca626774df82b4", "name": "2ad1f0c79bdf4e5c8b9756766a10cdbe"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "04e82d25e672415eb1062da8e1a14efc"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d9022fe03c03416fbcbc81e886d5ecf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4c5b6cd3310b4eeb91c60407247e4d29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ade3bba3dee340438ed50081f62e8743", "region_id": "RegionOne"}], "type": "identity", "id": "6ffe64a7b77e4621ad669e24434e9170", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2bed2ef23495450abe904e2c350e8e3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d612f74d8d3c4b62ab1294f56efdd47d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f2255d3a132b41298a04e97b6ec347a8", "region_id": "RegionOne"}], "type": "compute", "id": "83127748b4084eb49e9493f1ad2e3bbe", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "58d27bda0e484a44a73ee4e4858b531e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1880a0d1f5354a8a8968fbb4d138dabf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "567b8ea45a13438e82fab61b2d6c5211", "region_id": "RegionOne"}], "type": "image", "id": "b895eb59554c4b4b9c1bc68a4c2852d8", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d1a293f3e34642c58bd51bfc92666f61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "931c6bc10b7047f6ad3f85f646a4da5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "70e4fd157cd44733be54a71d062b3dd5", "region_id": "RegionOne"}], "type": "load-balancer", "id": "973e6ce70194422e9b82d30e8f7f3d82", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48e582d9f8e7495db993323d082895b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a33b264887244b059e3381d8e8dc4253", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41c69dedc83d437d92ca89d34225bf71", "region_id": "RegionOne"}], "type": "object-store", "id": "f4307a7cdbe74b5a953b5a26609005d6", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c1e0ec2ff02d480689bf7a66001c91e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "507faeeefa8e4f0fb7c070b16bedf5fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "621579b76b6e415cb64d2ac535d6e340", "region_id": "RegionOne"}], "type": "clustering", "id": "d6336b2f6fdb4d06a3c6e587665c9b6e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ab186bfa466741e298f679a9c5eba1f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "848c69b2ee7740aa88c776e631fdb8ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "57f998c347d3426abea006f27a3c0b4c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "617436f9e3cb4047b2083ce400fdd14c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ac578c3d73a14fc8ac56a752a7b2d112", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f5898ba07e0c4ce1bf4c958d4851add8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4634dea2fefe4a5cb963b9f7d828e60d", "region_id": "RegionOne"}], "type": "cluster", "id": "d7310776e9b6443d96f2944c1b492b49", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f850ec9ed81447a69e9252c548c61aba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e475760d1b1b4e7f9ee35cd79abb1d15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "52b97d8590c241bc95b1785e9f5d7666", "region_id": "RegionOne"}], "type": "data-processing", "id": "cc4f166c9ae24f79949c4ad85a4e0753", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0f86b75fe94b45f78b993d3bf4ea4340", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a204409a79044d2895696aa192048c33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7328bde549d74a1c89c3e8215f4f2aae", "region_id": "RegionOne"}], "type": "baremetal", "id": "7cc13c0739094ad4a3378f9c3fe60050", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8b95f5b2c8cb4ec88dffdedf9f47314f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2e12407f04aa4c8baf297e329246dab5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f984bff12ef84cf48cd155fc740e923f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3c7e9be987f44df195fce40e187b3926", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8b77490d7a5e46bd900c3eede9dc94fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d43bdd9211a54283aacb839a9df84ded", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "292494e08b8b47ef822f7720564c667b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5fd014eedd354b8891aee4cc3edcd08e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3b647ecc6d4f49a6b20f774120af6716", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f59962d6d0494c5dae228dfc00c32ec5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5f2d49506aa74725b1fddedf9459cf84", "region_id": "RegionOne"}], "type": "key-manager", "id": "ccb6c726452f4986836080f6ae810010", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "42e7ced2f0d7437dbafdecc61773a8b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "19d00379d5d34d2ba09729805fdc840d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b93ea2f305d54223b1060b5de48b7b3e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a496faba0e374d7cb2b7d68c91d7d699", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d8a2054eb468418d964e1eec78e0d3ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0c9e4a1a45584cc4ae56abbebf74e45c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4d7728b70610409790703f259e9a3af3", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5eff9bc5d5ae4c7497f57ddbbd211833", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1e7cffb77db74219a56f6c24c40aa869", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "481f4436750e4fa4bd03615f91734357", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "28c3178e4d0b4e78af9c1b8ed06387e3", "region_id": "RegionOne"}], "type": "message", "id": "8239aba000a840f2bd2e459ca77bf21b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "52f393b23a844a18a989344ed2f3e0f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "76637986fbf74e0599647eb2670ee9fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bc826daa015e4923a2a8cb2be63f6657", "region_id": "RegionOne"}], "type": "messaging", "id": "31221121772f49068bc5acd7b2e1d216", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cca3b26f28ae4f8b85d8d8346cfda592", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6a0832be547e41c6a63123ea7dbe0fa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3e8a9b5efabf491c9778565f185952a9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6d526caf0c0e4dcf8658e0de455e26dc", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c60c80de0fd5439082a107bb88c6a9d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "82b393fd1d164971b8b06297ec5407e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d7f871a6bc14ca39c136ff57862efee", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "102e1485c5ce4bab83412dcf18c21451", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "09a5476b412541eaab3e8c88efa20d98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "63d74be31acb447b9ce7213cbb388517", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b70ed13a24e646d6a5597a1aca331458", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "eb765686e21648d7af41e919e8876384", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d37aca51dcd45378408d3584d301c74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b0075e2bf99040bf9d99d6e19446df71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e3d81c9305bf49fa985e4ff66e218b2b", "region_id": "RegionOne"}], "type": "container-infra", "id": "a86a8cf8704c4eb8a5d006bcc30340e7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "07d99a010c9f41ceb794dad996d8b86a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "81ceb3b6feba4dde96911a9ea0816118", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "516df11aba1d43d4acef247d9aa38660", "region_id": "RegionOne"}], "type": "search", "id": "1d59c5149ca0485ebd88c71fdbfe07cc", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "8a385a052e0d47f1b56949e1a87e4e9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "800f8c2240904316aca50efda9ee3ffd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6a7df4f77d61406294d431f8ebc3a4a6", "region_id": "RegionOne"}], "type": "dns", "id": "cafe579f6f044cbcaf3ee6d741754058", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "100e3129062f4b1e9559a93b6adf2327", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6a985fd6707e41788e7dd169952f0cd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a10b079dc42647c6be815060e3649559", "region_id": "RegionOne"}], "type": "workflow", "id": "abda562f857a4077a08a5d9a0accb510", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c1047b8c5f3147afab602f1139af64fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "72b32546931f43e4aaec2a5cb365f139", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bff8e417ed6f4967a6dd92811e108a54", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f25f39a6331d4543bc1ad8ea0304859c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a3f1d4c8691643aa9968d7639b6c932e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b893649006b44c8f8c792cf29fd79e64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9c7e2ca4841b4573bb8505962862a7b3", "region_id": "RegionOne"}], "type": "rating", "id": "a5e95cfc6d11451c8728b991213ee0fb", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "07eaa3baeaa047f49bed030901dc6ff3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "99b6e4a0f89e4a28b52fade822da5338", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "31f4c29223524a429ef9c364e0f000f7", "region_id": "RegionOne"}], "type": "operator-policy", "id": "8e8ccaae3c36466dbe3b5d63dc117fee", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5ad11623fd08423ea4d275084f02e858", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b159f82d78fe4a6da25462d91918f9fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f0b492c31e5b4bc08cd30810565f35e4", "region_id": "RegionOne"}], "type": "policy", "id": "2e29f39ca42f4346a6bbd7bd932d267f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6f89aeb07dd8448dbc1e785fd9093309", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a96aa0be17724f0281317e981c446ac6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8d717aae9124493bab126d390a0ba806", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8e9f69535fe64238babd5de2a73d2b6e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b484b6665d4f4760a305578de5488853", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "df9eef5909134454a1be64c6c87e1e5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "80d03c0185c547d19a3dcbdea2d8ed59", "region_id": "RegionOne"}], "type": "sharev2", "id": "98071741b82c4a7ea4a655e719e9a2fb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ae83ec1bede64b1fa73685da86b81e23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "12903aa7bafa4b5eb5b0be86c393299c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c2aae48615ae4a3dade90dda5cc84804", "region_id": "RegionOne"}], "type": "share", "id": "f63e9a97c8674dcdad67796c74df62e8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ffdcaf79c373407e91c582fb68e1f1db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ac5bc50e27784efca5b8037e9ea963ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d946416d1a3945d991411081d328f0f6", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c9e88d132f174df4b2fa4fbe1cb1ecf3", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80b29625f8cf4e6db5bbb1a91fb4049c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "990fbb8ec06d490a9c2a3a62c66ab39e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be71c74755d04454bd7190857f805e24", "region_id": "RegionOne"}], "type": "orchestration", "id": "35039dfdb99b437d80f08c16a6d8cb92", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "034b42b1e34546cea1a39cdc9e400b95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be774d8823cf4d2ca17da7ea21bc0458", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b524b49875b840f083a3472cb2d7647c", "region_id": "RegionOne"}], "type": "block-storage", "id": "fa5c9d36f33c4f779a67386b37e9a0f4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b16e135f10fc48eab926060ea1ac0770", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e074ad8e4a24c2f8cf952d836b8128b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51f619041fa949dbac488064a48b2bfb", "region_id": "RegionOne"}], "type": "volumev3", "id": "cea2e104edee44b3bd8a56978eeac5c4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76a0538952504974a42bffbe5b8a4048", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e054abf0530f4cefab7376305a649f17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "932fc86e6b31445c9aa3b21113ba291e", "region_id": "RegionOne"}], "type": "volumev2", "id": "0235e80117024aac985db83b8ae7b3f1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1ff6831e3a44303bcdb481c0846f00e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d312abd60ee479bbc1df2a80a2f4bad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b08b5d4f8e1d4a0ba6d2674abd4c7619", "region_id": "RegionOne"}], "type": "volume", "id": "5743afed1fdc41c69931612b70b23d02", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b1ac856878544d68ba1ec7ecce4b108", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ff8ca13a6904708aa7cfaa621659a4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfecb7023e32435fa743dba1a19beefb", "region_id": "RegionOne"}], "type": "block-store", "id": "0be504accb3a4985a5b0a2d221d93af6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "17aaa3c488df45cdaa0c39a69e9fc4cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0df329b4dce04e18bb795f71b86d7f0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5746e427026f4616a59ba52be6f7d280", "region_id": "RegionOne"}], "type": "alarm", "id": "5cf75c64744644228e9023b927ab6830", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9c9dc8398f71437e8e3537a6f9ad9574", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "998d781257d64015a0be14f52bca60a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "936e762ba9064aeeaf2b2fd12616def2", "region_id": "RegionOne"}], "type": "alarming", "id": "746e1c3b90cc4c52970285e79c3fd07a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3f1095008bad4947ba681f4127e23a2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "66253f417b434ff098bab82b2aa9528b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b3e373150bda4723ab74d45c259bf249", "region_id": "RegionOne"}], "type": "meter", "id": "4e1ba8737c2747fea2b1beb1db18afef", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4d3ec660ed584bbf86ce650ff7629828", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "36893ce9becb49a9bc42a7725df692d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a5125fc7909e4a939790058ad6c743c6", "region_id": "RegionOne"}], "type": "metering", "id": "35d9e9e049ef43baa0317c606c1fff4d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "494260ac17d342178942de5675ac4227", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0c1493c545b84fd6b501e89b882e650d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "40f4748b6e5649a49b0875283663767d", "region_id": "RegionOne"}], "type": "telemetry", "id": "e71761c3e597402483d68525cb393151", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "660a3331da5846d3895d37af99c067b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b0f8d2b60ada4f48b4f139121af8ecdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f5a81ca6d5bf44c6875f8705a477448c", "region_id": "RegionOne"}], "type": "event", "id": "eccf7b240f0d4a8f83159f896439814b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d29f4c276ae84b1daa8c75ded76fb428", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "dfd3e51bd8fe46108fb88dd6a66d0bb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "279e176efbed4300acd4714d81a1cd34", "region_id": "RegionOne"}], "type": "events", "id": "9caf4e34e903449ba3a1bc38bf44f6da", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5fb8333fbfef4f65b8c08caf041fdc85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f24f73478bdc4781bf4412f804dea7d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a1ac315e979b43d99d02a3e8d74b6f59", "region_id": "RegionOne"}], "type": "application-deployment", "id": "5c4454427fb14b27b86ec79cf95b5e57", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "496b202ea4444b6ca90a44dd416a32f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "17f9ba1f8fe24877af3b3202a362af3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b4557cfb93c449cdafca1b2acdcf116e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "47a32f6f6c0348abaafd18007e783796", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a866c527d14149a680f859f9093dd3b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "36de12132b194459bee8dc18be2846c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c32d790a46954b7e85d9d6d369ebbe8c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6d84c157d4e643dab790ee319086c051", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ef30da248f6c4210ac5baeeca3b85a44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1978df39f121417ba8fde891aa7de777", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e804291b415549d9abdaa6d5e0fb17d8", "region_id": "RegionOne"}], "type": "tricircle", "id": "7c2e795a557c496cadf1a8eb2bb25098", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "fff355e59c904ec7ae18a688a51abcb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a8f961b090eb45fa83f5faa635a9e86e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "5e10f7d670d44de2a8861cef41685a0a", "region_id": "RegionOne"}], "type": "database", "id": "5e083628fbd547519ace9905e51d9254", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3a62c66be602427a8eb02803fc80ba71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1c8fa4bc3f1543a8a922cefa13801d15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d78e9f9fa18549a1972c45b48cabf5d3", "region_id": "RegionOne"}], "type": "application-container", "id": "4d4e5ea07ce144d089a859b28dd69413", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1b5830b7ee6d48869ff911e8661f4d9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "aff95c5e1f7e426e945b64a4ceb66de0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "077473647f53418dbcc6f4b27a381d03", "region_id": "RegionOne"}], "type": "container", "id": "3ca1aafbe1754e04aee4aa7ca063790f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e89d5965510a49a69e55c7367994367d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "63360d3a31cb4e58833f9a7e111eb1ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e5e43ebafb0c4558b636c4a2a203258c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "045d87eccb8940bc9d4c6f6e099678a1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "92a17605393a4e34bfaf236c2f31b19c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ccc6000f59604e70bb7f6ce03a136ded", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3635435539314ebdbc097f542eeea65a", "region_id": "RegionOne"}], "type": "rca", "id": "34cc5d826bf84006864d2a37af8c7900", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "023044feb04646e8923a972b8035cb93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f285853aa7a745b286635b7f40867683", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8c8072a7353d4ff99f58739a4c91f7f0", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a5ddd7c5c5a4424b9f59aed87d191575", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f01ee75ece314ab0bdbf9387f2668b6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7febac15f6b4440c85fb689f56cdb226", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c207c6ba1b67404081e81b3f6e8fc45f", "region_id": "RegionOne"}], "type": "network", "id": "9b2d7d29814e4b878df50f5ce9aea21c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f76b8dae2a9848b9bb571eaaf0ebd8a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a57a5a813acb4dc28bf4f5be3cde0180", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6920560d042242008202541811402ee3", "region_id": "RegionOne"}], "type": "backup", "id": "71d44f4d51c34942b0993a8ea5cf756d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b181fbe2d8c3408b81146aeadb711ad8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4dbe11256d454911b1b41bb1475f2569", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "190763f8892d43bda11ea7b86522c825", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "bafcdc0a7c234b75bab539154ba8ef25", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3e28fac4672a4221a048e95fe86d6128", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0b57722e8c1b4b0690339facf4cbb19a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "be5453876be94831b9fca99b116d3faa", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "bc49f51e1a7d4d73aec8813ac8e37061", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6fe6cec6d088451cb6867337c8b37455", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "959d1cc687ba49bbbac3710aa02ddf0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "41acb441abac4a98a31a47546f07cb0e", "region_id": "RegionOne"}], "type": "monitoring", "id": "9779123e8ca24a10aa2f2ba31f0a2c83", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "49d922e1d5584f1a99288b1249c7223d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "12c6b246312b417fb7aacf456dd57d0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4e800c6e12884c19847a2b4989368e6e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "70e88f194c004981a94a9ad4d34d0701", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b7a090dd27b14f39ab27796d9e039679", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6540e6ce648d4787b00eb3f62f494638", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5a1d80cdb104464c8c862e9ad43ff552", "region_id": "RegionOne"}], "type": "placement", "id": "8c958a5fb8994c46b25e999ada174316", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1f3f1cab5422436399f036fef90cab14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "942cfea8d21e4de8841ddd3e15f9c667", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "473ad0229ab047dab073cca1c365f02c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1d6d4b4531ef481d9d810c928e39ae62", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "251ecf753af749dda2ade60235eef3ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "13529bc3a6904e08bd61002191e3c0cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "44c95dae124e4a118fbedc942c49d0b2", "region_id": "RegionOne"}], "type": "ha", "id": "8a9e62b136f843daa87ee1f936423ed5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "716be609734b4171be4a10c40594e771", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8c89efae73554f21b0c15b44dab4bb75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4e1e2180aa4642888aeaa2a1aed74279", "region_id": "RegionOne"}], "type": "reservation", "id": "9551fabe382241ffbf39fef3af20ac66", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d41ad8ebcc25485eb2e00dd79df5afec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f11c272a994149ec98bb1c82612bb806", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "9f3e0c9acfa14b2f924beb94a4da2694", "region_id": "RegionOne"}], "type": "function-engine", "id": "85c6e8a500f1414480c1028ec5050034", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "dafacdcaa48c4387b3e8955acdf999ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d8f5f6ea19f649758ef750081ff66cdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "711cea72f9c44fe9bf0a5997bc9aacd9", "region_id": "RegionOne"}], "type": "accelerator", "id": "440b70c9684a4186a0113d1d3b799705", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "24bc5945d16646ef955caee09f3d9061", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b9adcc2c7f2147ecbba67d3960e155fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b6e955c28bc54fe5a10bdccd2f3e9d31", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4c439a01728545d198078acfa4b25ba5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "38dcd96579b94502b613afc6764e094a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "69c9cabd1dcf42ddacd700d5f0740116", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e061ec9269df49ce90583f3b75c56fd3", "region_id": "RegionOne"}], "type": "registration", "id": "9c36845e07bf42bb9b5368a674f00786", "name": "adjutant"}], "user": {"domain": {"id": "c35312e681c4441cabbc1fa5b47524d4", "name": "215344d6c1cf47e0bc02e40d36b4b375"}, "id": "0c6e46f46c874b868802b9ffe98d306d", "name": "5d6eec22a5334e07bfe6766ad4d34b0b"}, "audit_ids": ["f88a42fffb4541239c911743a0f7a057", null], "issued_at": "2019-09-19T09:04:42.721204"}} {23} openstack.tests.unit.cloud.test_rebuild_server.TestRebuildServer.test_rebuild_server_rebuild_exception [0.202179s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,961 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,967 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,970 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,975 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,989 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.909415+00:00", "project": {"domain": {"id": "c826308dd055458492fad0be86ff33ff", "name": "be341122d5eb411480110025dcc2ad84"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1e146945c6ce4b2b90c037eb7466b1a6"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "382e9aa6ce234dbb91628d9a7feeb713", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "843e2229805d444c8e6f6136df5d0275", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6892688e18204d408abf4bd24f53d935", "region_id": "RegionOne"}], "type": "identity", "id": "f3ae52cc83bd48b88814123625cdc906", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9cd862c602c14aafb396425705c8d9cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "142737e748ef45ccb0b0fd39b284ff93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c0be09f869ba4e5980c5cfe312dd0023", "region_id": "RegionOne"}], "type": "compute", "id": "7641adb20ce84018b343f01fe0c33b84", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "aa7f134adb8a44b48ef4a73661917a36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "8378a0fb64e74b21985af9cbdc8dc5bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "87ba7e859fdb4031a9768063d86d6c75", "region_id": "RegionOne"}], "type": "image", "id": "e19731e67b2e4b7a9975eb5e3a49b1d4", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "398ab96f7fdf445e8ac4f20f2d8a7726", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "55158f347f57447cb0b42f8a8ecd734a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f5a308914164474ba86cef30f8ac8493", "region_id": "RegionOne"}], "type": "load-balancer", "id": "6274f4d7652d4778abd8456a77583d3c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9968633e3fd042c2b521742a08e72b29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5bb5c6538004bd889c6142b1da47414", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c351507ecf7d4873bbf69f2a9ed687bb", "region_id": "RegionOne"}], "type": "object-store", "id": "cc0a3d78f37b4af1b6632e77617c1a26", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c9fbb520cf5d41769073dd4b3c3995f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "db7f4dd4112842b58ff1eaa74b6692ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ed24c4f5d0aa4e90aac740e974b33e42", "region_id": "RegionOne"}], "type": "clustering", "id": "c68b03dcd2ac478c8033ca87f6d8e226", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c5be8c608340413b9a5d18bcaf2face8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "552668a58621479aa0ddeee18b102d7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7938deb8155546a3a12e33f103961e8a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "28d384d8e20443639223fa2f7c1aeea4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ff13647c744c422faa95539039e84a56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f54ed9303e7849c68cb265a7686bdccc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cf65d3bd6f804679815d4c7e802e2d06", "region_id": "RegionOne"}], "type": "cluster", "id": "caa8ac73067f47a3990f64d8ec6d9b5f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a051a907074441d5a95556df6d0a529e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "231648882c904d6299a1294ffc4f747c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e433568ea9ae4fe8b512c28ab7d6052f", "region_id": "RegionOne"}], "type": "data-processing", "id": "54609edde9084797b711a3ca2dcb6bff", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9c8513828bd04eb0acd2fe8ccc5df143", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "965c233af2824cf88ef190420328b059", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f943855989224c5798f0c7a9a20b2da8", "region_id": "RegionOne"}], "type": "baremetal", "id": "fc7fe09df1ff4dea8400d68477e8fdae", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e5bd3623fe7f42a38fabe5c0ff10c3aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8acaca9b8213447e9221e9c9561e2ca2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "150431f448ac46178bfa238f2d3221ed", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8f76f8533e8d4694b8f960c78d7482ce", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0edf0e8cff9249c5a12058a69a303983", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d1c3997b7d7b435c9b9ca87f7c2dad11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "bc852fea5fe042c6906ae764ed90b1a5", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "50d8bac1454b4fc685d74ed7f5039c3d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7d06ba8f51c141a0a239a1333f287690", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "be6c34621148424598135327f6c901a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "04b19a09810f4e9580be0b9d6b9d0cd9", "region_id": "RegionOne"}], "type": "key-manager", "id": "2d7968c0c80f4fabb345ecd2f34e3f3b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "741500e47b4a4f138f7930532436ac49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b01377b3b31e462a9a7c3db6ec52198a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e26c246851424fd88d7fd5b4f56bd161", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e89dde3213f3414fb03748fd36b04585", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "850ef40977d54bfe8d618bf584422ee9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "97a020b9aa354d1eb783e56945e097d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8b2c56e1290f4717b561b4ac3c9a5ae8", "region_id": "RegionOne"}], "type": "infra-optim", "id": "60c998b25f7243d095e3a37985ea2dbe", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ff4901bd088a418e96f085e1cc814d89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "22efb327015443b39bf01de917110faf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "321e6019be67407d9ab87a3f73559ed0", "region_id": "RegionOne"}], "type": "message", "id": "6e44d2f529c840d394545c2599ba4fea", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3c205f810ac54ba5ba1cb0bef8dc2386", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "07b8c87bcd724f838d874ccbcf6f4157", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "60b3d6040f394533b0b0c568c0e6cc83", "region_id": "RegionOne"}], "type": "messaging", "id": "cebe6190c68d4998b7f0db554716fbeb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "23e6498141064b31acaed06904a312e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ea8e90111e0e41159c9c460e85a29196", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "35f4c306f75a4833a7edb4c8681f52f4", "region_id": "RegionOne"}], "type": "application-catalog", "id": "1f57ceed8e1d40709254962f52b15bd3", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "672d264ad1444998863e180cfee30e54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2f3f88f4718442a484131c98340732bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "089056298c954b02a1974e489ff826e5", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "045d2475bfa94ba9a72089730e348189", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3e520de0adb641a4beaff9995cc53b1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f29b3fe23f974b9da17d713d66c1363b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6946ed338e80484fa41187165a809111", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "cb70e0ecbc1640038b1dcef4f64b2d07", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fe8e38e16fb94a349fd4f5f22ddc6c8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f1908d617aff4f1693a860958d1b8de1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "39f2d01873374ae488b7dd2ee9df124d", "region_id": "RegionOne"}], "type": "container-infra", "id": "d3c69c278ab14ffbb6cc33bb5f901527", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0c745ade8d8b40198acdc7ff0f906c53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9b44db0051bd417592e13eadc39b8bb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "bd8ba8e7cc2f42b0b5e294c5790bda65", "region_id": "RegionOne"}], "type": "search", "id": "cdfadafb5d104dc087ecc1eb5753a196", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4b841e7ec000410aa38050dea6a75f75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "edd79e368a744f7b8c1ed1b68dc33bec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d17331dd009c4c5fad6b6b98f78375a1", "region_id": "RegionOne"}], "type": "dns", "id": "9c8c6508b63f4759a7b40df3b723229b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2a2ab13626cc42fe92bab738200f2824", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "da1506974b404df9b77315a11ae4120a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "713bed4bdec445e192e21c85f5d7b490", "region_id": "RegionOne"}], "type": "workflow", "id": "9e2e713c2e444bfc981c40fdae7ceef9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b32be03a0e2e454dbb94e9c112a472e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2e20b19c9c6d48a4a6aa27d3b754af88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "585fb46559a444809a8b122b87ec775b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ef111e921d6a406582f52a22c655d02a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7befe2857ad64613bdef38c8d7bcb4a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "57be27b107744ecebfcba12bd44f840f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d877dc1690eb43bf85b9e69ae48e8708", "region_id": "RegionOne"}], "type": "rating", "id": "55d34eab4da14a109528523cd59491bc", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1bacbc8146714b27b44c833b8b4e0c07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a762384266064ab2b959a33848c27d82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c77e57111f904aa3bff89831c0a0a28f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a09fe909bf5e47399f4d01abf84d1200", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d1b7ed76b4e749f7938151a8b0b9c8c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2482c4ea0fea486ba0f145535be055de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "36f7cf7d64af49d799c70efbf2739d03", "region_id": "RegionOne"}], "type": "policy", "id": "c892b883ebe14655ac2100c0da6ee864", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cbf6f880e47f4732a242d6b517cad1b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b8a4c3e37b694fc6ab5ac1b87b6bf886", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f8872c34a61d45aeaddf5b741ee819a2", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0f861b9ae43c41b8b804b2c4d41def71", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b733dab1ae63471fa99f6f454141cd26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "125e43dcdef64292b649b5176667594a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "59e4b38433e1474aacab559e71a706bc", "region_id": "RegionOne"}], "type": "sharev2", "id": "05a640c18b824c418c4759b82895a3a4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ba77d247afe7456dbd57f8d22d02240e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c85954571c7f4d7197c79d1df4a5ce55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "092d66b92abd4244800860f726579723", "region_id": "RegionOne"}], "type": "share", "id": "ebb9c51af6124726bf8db42a7544cce0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8540231ede2c47a889caf32003848f66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "03e056c2076b4f16854aa7e6c78f7c97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f023ebe09701421f9d954647dab3926e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c5f3d6e071534edd9d5ab0c043d75865", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9bf8b17f24474b4580521fa0545ca285", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d40ebdf8d6d4589bca31d8970e37773", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5cf318222a842e681de1fb884e8e345", "region_id": "RegionOne"}], "type": "orchestration", "id": "9bf3fc5bce9e4456819f308c25a680e9", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54210eb0682642b19d9638cdc4371ff5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1249c93a3aed40bfa90c479a50e6e18e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b32b58af15c4bcba41f5fd84ad23805", "region_id": "RegionOne"}], "type": "block-storage", "id": "8156dc318df743c2bbae60f30a10173c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a010d159f49d454a92600cef3a683674", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9668340ba00f4596ba6046c053223eb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b73b5d6ea1264f6b81c8315bd7442853", "region_id": "RegionOne"}], "type": "volumev3", "id": "4c8b217d1414414e8efdd22d98bf1287", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e4357fe9a5646a5ad8fce5d8b291451", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4dcc12ae788b4c5f980ccc8fa73a7a6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71356efb3dac4078940973d8b95f09aa", "region_id": "RegionOne"}], "type": "volumev2", "id": "149f27843f564016bbc3d2655941cdda", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c2bc6694f19455ab58d2e2b47dbc5f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "779efbaa608f4bd89ed836bc6b8cfc8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7b17cc31bf0414fbe05feafa49c2424", "region_id": "RegionOne"}], "type": "volume", "id": "08910fc7adfb461e9f994e768c3cb66a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4569817138844f5f884566b0d80edace", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d2bf858b6084f2aa52568a93b9b140b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5c802e2239e496fa0a4dc7ab468ebfa", "region_id": "RegionOne"}], "type": "block-store", "id": "6ed13a7304694461ba4e1e9648c45957", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8ff43424273e4978bc139588527c89fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8b71872cf5504813b427383aea5cfcfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0cfff4ac6f914343abce63117958a868", "region_id": "RegionOne"}], "type": "alarm", "id": "b2bc0430005b4b6f8dadcdb9d2afcd57", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9e25636f1a1745c985f05f8e597795f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dc165267db774c669b9bb0971724e80e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "09a16516f8f34f34bd69f4845259f45c", "region_id": "RegionOne"}], "type": "alarming", "id": "70520580918c47839e24a9411dfe3c78", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "67d4282b5be24b3fa0b983e667f81536", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ef4153f977764db580324622bbfe8345", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0ce4787f0baa4dd2a2825adb4da1785f", "region_id": "RegionOne"}], "type": "meter", "id": "88d45a84343a4f41bcc80e8a49b19953", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "866ce11f419d473cba47997052cd41f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d816ce9df0f4420f88d9e385b08271c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d01ec6d68c8a4ac9acdd87105fa3ad84", "region_id": "RegionOne"}], "type": "metering", "id": "9646c575f7664011b2f22a63e3dbbcf6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9729ef3b6a78403092d46b57c3b4a6d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d4942434cf694a9ab84a4d3837f340a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "686ac67bd8084e32aede7644c2ca4370", "region_id": "RegionOne"}], "type": "telemetry", "id": "d08b6bd59481412a963dc9d9c09aeb12", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c85db788dba742698dabe9e56dafeb2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9ce1719038004fffb91472a7794b300c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bd528f93b26949e2b9094785266b3225", "region_id": "RegionOne"}], "type": "event", "id": "d6a9a04a9c614aaebee59859483e0851", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ad1ce4e6c731439fb28cc17a802d52f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0b67f9651354411ab5e6516dff72f9c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "31ac660265aa4bf0b8c16e2c6c96f7f3", "region_id": "RegionOne"}], "type": "events", "id": "daf027ce36aa4417be1d17277108b3b4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "41626fce67ef4d0e8892812dd189e344", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e94c1f71b90b4df19efe7dae57a66069", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e3634728a65048bb8c45588005a1819e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "94c44c34fed24ff183bf8b1ac995816c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7ffda61aec01483cb71475e91475f08e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "15fe7aba7ed047c79f1766a91645fbca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9d7beaf99e0243358f6618ece8b415f1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f8cd4686bc424cddade373a20187a67e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "90d291b3493d43709b68a000570c12c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e26d421363044c1f8dce17d5d9171f52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a58beaaedac54817ba21c20066033d6b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "0672b25a69ed493b960d714b0c91d622", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "26248f2d7c034832b3b8a57b00e5b29b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "884a136b2ab54b3caca0c02c1b9f13f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c66f7f4f9fbc4bd792ad5155d1ae028e", "region_id": "RegionOne"}], "type": "tricircle", "id": "608ff74c4d14415fbb06b29fdb6312f8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "330fe42b1f5d488ea610ad20ba10b8e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2e85502d992340e9a4053b3a57ca1f2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "72991720339e49e5bc7513eeffd66504", "region_id": "RegionOne"}], "type": "database", "id": "7e431b43706c42f2952f2298c514742e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b554e1933b3c4d34a53a843111ec430f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0772f525d0de43d2b27d26f46c95c670", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4ce6dcf785274732a3d458745df01a91", "region_id": "RegionOne"}], "type": "application-container", "id": "8ccf686d3d2d45da9eeb30fc07f007e5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9207f1f6c3124aeb979838e3aa3a5898", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d02558169f07414582c5d21143e10c06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1102f94f627b4335ae26ec5d39c2c01c", "region_id": "RegionOne"}], "type": "container", "id": "01794214f69b4040be2bec063b44e89f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ab8b40582a224126895d27d5143505ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c612b2a46fcc462d99ecc7fd26b30552", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a04366c22b874cd5b511292d5d3226c1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1dbaea453b6943eca66082994768ac57", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1adce2a705614c22965949416e9bf637", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "162419af6a1d4f54ad9bfb7cac2eabc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1bf65bca0495484a8c36b428a1c6636a", "region_id": "RegionOne"}], "type": "rca", "id": "30f1e8f7e4dd456ab56f697cf09cd798", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f6d40b37e85643d1ab1245c39ee789c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "36fcee5cfbf4456889b28dd2ad95f9cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "def29a91b7f140699c467841d5be0eb0", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "18574935315947f9bb6f1be2b96ab2fc", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "fb3b76b3fa834f9aa18b1e37a3553522", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7f0049573b614a7ca0a16ae1172450d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e2e1a21b38a8472a92d9a870ed636bdd", "region_id": "RegionOne"}], "type": "network", "id": "5a35de0a6320433c851cae3c8e974677", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "180c0cafe68a44bdace4f69c37775f27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0f191d0bc7a54d04b7948eb9ab28acd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "5c799dd98f494c85807cbc61b8e93995", "region_id": "RegionOne"}], "type": "backup", "id": "310f77c4fbc940d1bc5b3de3ba4d4555", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b387ab38d53646bdb59ce8d5ca386571", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ecc48e19c6934a0098d8293766315da2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "21d0670ed2044769ab4ed57b9f1f1078", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "be03af0320f4489992a71b70ef3aee15", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e3a8b0de1b524639b90f37a78d8891af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f8ca346f6acb47a9965b9586efdbbbd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0536fdc7acba4468bd1297400f259ca6", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "acc562bd5d2c457f945e5df963c34f1e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1a77a946345345f18a80955bc1300b4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c3d96b1054944b04817216c6036a39a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f1b96b604c0043ea906c9ace2fce914c", "region_id": "RegionOne"}], "type": "monitoring", "id": "550020a6f4f9477683445b7336bb1a8c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8ac58b8aa0524ed98326e4ab922d956b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c9c1fd9d0eae42b4bedd13d890e82080", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c40e2a48ceae4bef9061b2b1a07395e8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "73503e650994432c9005b624c9918c9e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d282aa84f6444aa99e1f29e71acb0407", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "23c7a92943d4499c8aa4dbf14968a21b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "54356ae55dea4ad0a2d1d95f805f144d", "region_id": "RegionOne"}], "type": "placement", "id": "7cde4ffe44744642bec8b9cdd4d3dc3b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "35c28fbcabfe41f9bc002044a8d21498", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6cd9d67296e44fc8876d440876a52144", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c5e0153827244da99472eaf89cd69626", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ee087c706bac4571ac1d3e83aafe1d34", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "51c094055ef94eb6ace60aba025bea47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "461e17283996497eb8573ba07bead98f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a7d4d9d845d1446ca190670515794851", "region_id": "RegionOne"}], "type": "ha", "id": "0c39efab03444312af6d9c3180d57101", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0c7dc085249c4bb99ead266a071ad537", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8e7ac15eb973437b8b0ecfffedc71c69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "eb9df77daf5a433e816711b6936c7019", "region_id": "RegionOne"}], "type": "reservation", "id": "a4aed2065839499aa43252b7ef963782", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b472da759f624078b24a9c36b7425383", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "892e208a6bc34a458d29b1ae88c9bc63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "80e16f9fa318436c8f4e529c2c72fb3b", "region_id": "RegionOne"}], "type": "function-engine", "id": "1e610b5e10864aa599437ecf4b8b014f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3d8f2f955486453d9d3247a1c072a506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a2f145bf5efe42c68c9b1e6e7ef85c68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f33764b72c874abab9492ec7ef2549d0", "region_id": "RegionOne"}], "type": "accelerator", "id": "a80100ac0bc64363b588f8d5c4bd0aaa", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1008620ab35b488e85413e4ff0a7be60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "129f850b98b9425fb268d38bd76185e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ce3699400bf94a509aca0700e4d5f522", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a37a190c8fb949fea4c91538d9d3ecc1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8a9dc2eb9b23464ca2cdb5c3edec13a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3ce957af76e94e0ca4c3d8bf6783baad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b1ad0db8815448b2acaee8f554c9942d", "region_id": "RegionOne"}], "type": "registration", "id": "928d70830adb4157a5170bd62ed4ac50", "name": "adjutant"}], "user": {"domain": {"id": "8c941388017d461f9192da14d205ed58", "name": "feb97b4f80d24d1680672c35411e259e"}, "id": "a1d55f297dcc4a46b2ba22caa9744b42", "name": "e45369bbb956425ba4d4eddc8370dcdf"}, "audit_ids": ["fc54c1a224344f5a8ec3cf0cf77b8394", null], "issued_at": "2019-09-19T09:04:42.909415"}} 2019-09-19 09:06:43,094 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/aee863a4-42b1-48c0-b1b4-b1a4ed007335/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"rebuild": {"imageRef": "a", "adminPass": "b"}}' 2019-09-19 09:06:43,103 keystoneauth.session RESP: [400] content-type: application/json {16} openstack.tests.unit.cloud.test_port.TestPort.test_create_port_exception [0.315844s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,921 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,926 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,929 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,933 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,947 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.854681+00:00", "project": {"domain": {"id": "3e9d9b9734594f06af34ccebc1b89c77", "name": "a94ef7eeafec4ac79bb9fe0172d0917c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "fa8d2221c60a432cb989283ed6b6f536"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1afbfa32f7e84ce5830786f302ee8bbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5cef30e291a946c1b1bc9c68ea284522", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "01db32fe107a4a89a2ebe42db7c0255f", "region_id": "RegionOne"}], "type": "identity", "id": "d45e171125dc4c039f910cfb32da7d70", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cbcac3f13dff4436b1adcebd350b82d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8eb04e15df244eada07176caa829d25e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4eac395097be436994384f55b100b21d", "region_id": "RegionOne"}], "type": "compute", "id": "f7cd4491998e4b01878c3a516682fead", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "eff5ff78f00f45b29d1c213e571d6c96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "74f644b303684e4ca27fd1916fc00ed2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c875ce7d0b944663aaa1d570f4c7b6c2", "region_id": "RegionOne"}], "type": "image", "id": "2fbbcdea7b93436a92ecc5a0f3a7d2b9", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "54876a5f72df483a989f669d7da5f45d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b79cd93ff18f4c99b848945218bd2a40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5ed88271530b4f8ab16cf304de9b5b8d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1027c25ae62b4cec83a500620ea73e64", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f224552578a0458f9ee6f6920542bd95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05ac4bdd6d11485590b8e1f14d22b87a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "945b0ec539c64ce6962b77c2eefb7450", "region_id": "RegionOne"}], "type": "object-store", "id": "a5307323d8fa488480eeb812996f59a1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f6049e9e3b1945e89042596c0f0caa47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ab534e8cb5fa491783a45a8e95641bee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "580a65e115d84b7496c830b49c453f1d", "region_id": "RegionOne"}], "type": "clustering", "id": "4ad6f8ffbb3c4f9898d08463c270e91e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "137688aa8fe34923a59d86883c5efb63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a2250d515e06435e9c4d27c294604de2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "28895bf5f9b643d29dff57352b914d72", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e8f12a4536794e578a0b2b53db71fab3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8cf6970f3490411eb27ee77e3d2bf66c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f5e8c7c7f94e4f86978802641bef30a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "36562e6c0ce149649ebd1b5616751f1e", "region_id": "RegionOne"}], "type": "cluster", "id": "c82cef4aac124955a1237c7a4911e567", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "218eec4b560849c4a12537c1cde8a489", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7c7a80d61f6447cc88dd65bd140225ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3584307e6c1f4006a913cf3cf050e712", "region_id": "RegionOne"}], "type": "data-processing", "id": "c95beea2cc0c4dd3aedc3c6d62aeda50", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3bbbb38f914245a0bf7d369933cb4eac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "26256558878c44e392f5e22c264565ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f7df10424e604cd5bb6430aea8b01b28", "region_id": "RegionOne"}], "type": "baremetal", "id": "01ade19b1c9b40da826dbb774b5cbe3d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bc367ff290694d7782506774e6e2a09a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5009d4a28d474fc89bcc7f573d18693f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e6bcdc83dd0d45d4b414f7c3bf8c9573", "region_id": "RegionOne"}], "type": "bare-metal", "id": "932a35096996409980261e037ddc92b1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8160a5b833a348589940be8bf8fb9a26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cc8ac9ce98d64be6a9731909bf4e8193", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9fac1f89fb804c48b4eadf8cb01feb69", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "64dd204419974728a140ae807346cb3b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "aa372cdd03c941b39a6d1c24d06ce57a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4eaceb6c4a3a48718adba1828c14bce5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "663bc0d09fd647279080f3c2d045957e", "region_id": "RegionOne"}], "type": "key-manager", "id": "5df13e8e209a45e59961d5b5ae583f4b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c16d00ee37d5438c9c9677fa99a21d5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "db1f4f9eeab1419898fb32d928f0f166", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "75f4ce45ff9048869d7a4ffc6f3aa093", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9dd56b84ab7e4dd69dd01ba6d90accfe", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "287cbfdfbff04704a1913692de2e735a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cbf5d1561b304556be71fe1d44229eb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7c58ad45857647a1b37b4fefd90add90", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9365ead27dfc4ca2969973f4adca3596", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cacd69a5ab1b4fab952e4acc5d02f4b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1dea287a42fa48f690d9d2bdc842e5d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0a845c17e473431d933abb860ca2e63c", "region_id": "RegionOne"}], "type": "message", "id": "09e29a22b0404bdd96e676c36f5dda8a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e920618978524bfa8fd9552d77bbc5d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0fd4a20ffc424bfba008b2437e8bd52f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "82a577f6c7d24894b28851ee343ac3ce", "region_id": "RegionOne"}], "type": "messaging", "id": "fa81083eeedb4e3985f25a8082478d8d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c4f8099acd63441cbe283822b31916bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "92276e4ac08c4c18b0256fa3ae1ff309", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2aa123901f5b47939986435e603b60d2", "region_id": "RegionOne"}], "type": "application-catalog", "id": "879deb4b8d074ab5bf6a5e040db26fcc", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6810643aa2d24c09be04bfa034d4a97b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "658366429cd94873bf07ed771feb4c9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b5909e8a4d104529a08b67a4c505780c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f0891fd676014263ba25f4b45981a620", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5f664913273d49b5b9a85c5b63d50310", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "78de7781e98545d5bcf27953e7c3c2ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "36cee6a6a7d5477c9da3f3a56b7e6ec6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e978d3faa8b44b1b8d3e88900bbff2f0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b2b663a3f71141c0adb58db05135fb0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eb17d98d424f4ab982eb295182e6a41d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "36adb4c492b0402dbd0c2030c7bb2371", "region_id": "RegionOne"}], "type": "container-infra", "id": "e35fc1416bf34bbab8606bc8468521ce", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "edda6d310ec243ecb1739687a71b4e9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "916fbad9997e4262bbfd6639bdefe328", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "315453d11bd245e3a794c161096e18ff", "region_id": "RegionOne"}], "type": "search", "id": "e67a12cbb8674f4892eee8a4727749b8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9c01ce8f5115473288e77f6970fe3abd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e4560e2bfc994b00a18aefaf0a3cb9d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "198ea26b75d94b08b494e65b4bace07d", "region_id": "RegionOne"}], "type": "dns", "id": "3ad26a88badc4f889de714606b1dc3f4", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5c3a27e74fd041449cfd24fc77440a25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6923370c4e234b008eccf1a72dcb0657", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8a3235653c8b41b4a02f17ffc9c3ca92", "region_id": "RegionOne"}], "type": "workflow", "id": "f86e270d303444ff946f06c265fc1a6e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bf6566fdeb8a42f284e7f698a5bb71c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2f692f2ee6e340b9ac2aa68089bf8d33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "dab5f69730c746c2afa3942f75faada2", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ea2410a6bf0945829268aca9ee46b5c4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "c1da42d696014144b438577ae4cfd48d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "dd535761d8b84976861dedf13b7eb2ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a6ffc2587b834c72a733c443a73bf37e", "region_id": "RegionOne"}], "type": "rating", "id": "21053616526a40e9aff55c71909a92be", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b0ce49be55c94161b210b6c164e35692", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "21768faf3ab6475e9a3ae55e2e9dda33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b877412098c0416dab65bf90d05b7c1f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f0d2154972e04ca9af1a4a894100eb61", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f842d609010648bd8de0d919aeab2ecf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "39b6cf5c963d4a57bd190a5a05efb9bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "915ba38d92ba4e1aba2ed98fd25eea6c", "region_id": "RegionOne"}], "type": "policy", "id": "57f6416ea18b4c31adffe13527a1f8f0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1b727930d12f471792a1fc635e265cb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a8d76fb762054525a52218b56f3076f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d93231e0f32943a4bf89bf3807ffcfe1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "4e4a183c45c24fd481ec3a2fefb8056b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7aa87cb8b9b7402ba732315e93b7ea0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ed0f90fe33874e6aa61a3bca2ef21b0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0f6b019c0a3a4969ac2be24ae0c2187b", "region_id": "RegionOne"}], "type": "sharev2", "id": "924ff12b17f14556adbeea976b2aa586", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3186ade35a3e4cd09b64fe0cbeb5b0bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a7c60e8773d7424cbbd964a962f61b1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "82300cc553084505b3f9c8bdc0967327", "region_id": "RegionOne"}], "type": "share", "id": "7da98fbc734c4c7a8738a7ce80578afd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2c3e0f76ec9048d18b0d7c82e1b038df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "43032b34236e486b9de692267e7fd306", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0072bdb34d2a4a3e839370bb26b06a12", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8c3d4435998f45c38f3ad805252983d1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76895043948345fab2a8546335d4e4a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "687d2af61ca342108c2944badd834383", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5e8017a445c4143bf4e62365f0fecd8", "region_id": "RegionOne"}], "type": "orchestration", "id": "edc1b3f26d594bd1a03572b387671e29", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b546aae32cc459f89c45af58442da22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5efa6bfc888840e5906320f26827892c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93774ae93bff475594e37dc92e6cba46", "region_id": "RegionOne"}], "type": "block-storage", "id": "39484d89873044399493e9a0cd6cf13c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "453dc8cff3e94a378255264dce98d5b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55a985ea453745bc9e6406957992c6a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a372fc7e894a42cf93aa2e808577b4df", "region_id": "RegionOne"}], "type": "volumev3", "id": "a6974777387948d4b9606ae80d30ff56", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "78e758aeedb24e399af79ca6bdf16fe9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "717b75948ced40f081254813612667e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0923a050f73f4c2198d088a91d5ecf06", "region_id": "RegionOne"}], "type": "volumev2", "id": "966d85d0bcde4a008f554626aadd6d7b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91926cd044f84d1cabbf7a30f9f031b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8289058bc8b5471d9d959163afc99730", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89c64c85d2b341c4a2e31f1ae8153488", "region_id": "RegionOne"}], "type": "volume", "id": "b414303989f4442ab9d679e7beb807e1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4bd2779000e45eaad1575403f0c6fcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e90abbf8ccf94eec884c9ac3efcbdf57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "babd1a4454004694bec0bdfec35dea2e", "region_id": "RegionOne"}], "type": "block-store", "id": "7d3760c653404dfd89b9292571f59b37", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "189cdfb96ae0449dba29842c2f6a2e0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "deb2f32603324b69bda273628b61cb2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "069dea5f6ece4ec399353784f458dfcf", "region_id": "RegionOne"}], "type": "alarm", "id": "a22be822ba7d400cb61f9e2d29c30a56", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b7cf613b73a34c3fb62aa7589a682bbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e64b761bc6f943bfb1c335f8734bf85d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "beb53ce9722a4b80aa95c8718aec50b6", "region_id": "RegionOne"}], "type": "alarming", "id": "38ee58368bab413d82a7a2759974ad96", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "077b343461d8479da9ed6ac07089e61c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a1095017a4af444f83608932bd7742cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d8d11e90f3b048f392b968b66e0b161a", "region_id": "RegionOne"}], "type": "meter", "id": "34831709bde54b7ea81ae7f0538dc308", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c75b11539a0a46d8871d4b41f0ed2b54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cf5a7d6269e74a8996d1a94f0d902266", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "eb7ccb037e0c4d05affbc043ed2e1fb5", "region_id": "RegionOne"}], "type": "metering", "id": "34370739f66f4e8abec28321910309ef", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "de46c57e1e78462985b4f09870749475", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4784ad57919244809dbc406d8df3d8f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e926407741e74a838181ee0f62499854", "region_id": "RegionOne"}], "type": "telemetry", "id": "b3d276ba1a9f4a81a3a55b67bd7a2522", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9688541d27474b209cd34b226315f14b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "889a458817394bfc8b68a7ce0e0a4e46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7e1332494ee24d02aeb885a034f87744", "region_id": "RegionOne"}], "type": "event", "id": "89c53c10510d41858a452e4983ce3613", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6040988fb0e742399d560a11f830376d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "40387463042949448f52acebb71c050c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "eee40a698e5c446bb30c6d97ed0a2b30", "region_id": "RegionOne"}], "type": "events", "id": "45bd247d56494914bd15b95a1e384a94", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e854d1c2d3194bf2abebb08707019e46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "078ec5a5563848f3892db86431cb2b8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "757ae7eba85c4736b076b92978f51cd6", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2f538813943f4fedbcc1a0387aa9e673", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "41288c90c9ba4dbfada3708086917d04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2b0fd177ee2941c1bb95e2b81f684c66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "24f9e7af2c9e49aab468119b3b15a641", "region_id": "RegionOne"}], "type": "application_deployment", "id": "97d13898ac894074aa4b2f689ab9bb5d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4de19dc03b29489cb856bd513d9b6fb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "36b2426b03874cd1a16b937a0a287470", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d52a5c4cc007470db392e094a9542be0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7241d4df9add4cbd8c071bc4a9b15d4b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ca81e917337d4b9d9cf72a363ed1ae6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3d60ebb163a14ed3b5fe075eb0f098c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fca180e206d14970973c86cae25f092c", "region_id": "RegionOne"}], "type": "tricircle", "id": "ace889eacd74453aafab757925dccb99", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c13a1844e6aa47d8a4f0e8ed34e14763", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1262f38732c9457992968419a5ccd6d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "4a3b4133c3424e2f896939a07b3f7bf8", "region_id": "RegionOne"}], "type": "database", "id": "6d7d1d6003b54956b0c9f29b943681eb", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "389f344ec78645a79ca8a6b574f9a772", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7f493f24ac054f9c87cb6da16dfceae7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6072cb7936ba4f37b6bf83241c0cc2ef", "region_id": "RegionOne"}], "type": "application-container", "id": "e97ff836b80347848e2d167b8543449c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "eebabb7ad44a4d82a29c8e509b823c5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e63774045bf84afe8ce221ccb58369e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "66256103e923412d9e7e203fd8c23cd6", "region_id": "RegionOne"}], "type": "container", "id": "698ff657a56544e6bae750626b2a4d32", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "69f6367f28974a5c8f5138b74377db14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "81889cc457aa4ddc82e054be71c2fc0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c3dc29b8c2054997926a9baa519ca280", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2bbca4aabea348ee8e8ee4edfee19e06", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c6e1575dbc364c0fba07cb440187a378", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a2e6f10561cf41978b2469deefa57b82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e28fbc09af58498d9bd7bee5ce89eff0", "region_id": "RegionOne"}], "type": "rca", "id": "152094680b344280a775c5cf824c6aaa", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9f43baa5b3b1484396368dec823a997b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8dfb6b403cc14330a2358e617bad3d3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "22da7f2ad3ec40f8b7aef353e342ffde", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "8b557d096d7a4cfb9c361aac67a24ffb", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "01daad9a717e40de8fe753d7b1e843d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ed8881742bb542f2be7e3ae4eef923d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "25cabde712e1460a83b59f806ad3313b", "region_id": "RegionOne"}], "type": "network", "id": "4aa97db770404fdaa1a7ec288d838439", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6a428fe6dab94373b195ff495c198309", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d9ba08474f3c4c948388f55f2ca2fa22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "fb942654d7a94a6db2ebed76fd855cda", "region_id": "RegionOne"}], "type": "backup", "id": "0792e9d5733f4ccd8ddd7fea6bd47658", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6f4a7cb5065d4905bfdd6b79dbe1d773", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ee13a5554995405cb4642471b8f74dbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "adfc637f15bc4adaa432f3573985e131", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d91232b001df4100a81f991015cdfdc2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0f8b11f19bcf42bbbc466b3ddf8c7d02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5232f9d84a2e49469b340e7db57ce8b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4f2d55d8bee8422ea6d4c1192f794520", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "771907305c5d4a238f7667ecdbaa92e8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c82159da05874540bc101519d475b6d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2c939660647945799f0269eb20a94d2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1db3e671f79647e3b379ac066e5b4031", "region_id": "RegionOne"}], "type": "monitoring", "id": "49537eec13a34e0c8de51d41cf622975", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4b20637898614a7782a4b1d37d36196e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ca84c6e6e0384463bc246e011d0674f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6e067af21b2b41a78ee93d67b5325710", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "0ee301eeb7e34082933445ab13e6c83f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6729eb5b2c4148b4837597c3a872682e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b529753d939d4fd7953b6f85b54ed2f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9473f7d029214f548b5e43b79689c275", "region_id": "RegionOne"}], "type": "placement", "id": "fb8c711f11c241f59e88fdfc70fec414", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e7e0a1ddbb304e77b0fbd6bfb2b40757", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a89413e6c97243538245c3d4546545b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5d80ea22bb944306963ddad8f4f63dab", "region_id": "RegionOne"}], "type": "instance-ha", "id": "81563ec38a134bbab5edb79892fa8028", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b1299e48110c40a795e0d14f39cb28ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "42e16ad630394202acd49300e17d2ef3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "593a1a2f6dc8494f8cb27fabc9601a4c", "region_id": "RegionOne"}], "type": "ha", "id": "5a73b2a1b0b14b848cb213d65d309af4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e7e8dea95c6b44cc8541e2fb4abd4e25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1aa411935712444c82e1cde233188963", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f4b95b8f444845e990a963260fa52c29", "region_id": "RegionOne"}], "type": "reservation", "id": "dd43a7942ea54bd2981494506c723bbd", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "31f897a4b6f249509a9bc60d438bbc1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c68e7c0a59a4436194bd7584c7f1a666", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "38bc6131d6a94dc98b98376dd96e8a00", "region_id": "RegionOne"}], "type": "function-engine", "id": "de33ec9f25d249048bc692efefc6ce65", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c9f0bf3f33f34755be729df0303d3a2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9c18f83dc9764fd9afe80560223cce37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "85f21a0bebf04fa7ba0047b94fbd44d5", "region_id": "RegionOne"}], "type": "accelerator", "id": "83858de0812249c69be3e574e53adddf", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "167b37c05cf94e4f9565e92cb18f769a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "88a50c61484843a7923e397fb0b1fb3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "de5c82f5b9504e428303d1b144697adf", "region_id": "RegionOne"}], "type": "admin-logic", "id": "cf0eb65f4a11420e87c3c379fa041d12", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "11ea04ea4e214698b01371d590c8d705", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "17f431d5a541401cbb9a8a53932e9700", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7174b267d9c441449f8d1ec3af45ec6f", "region_id": "RegionOne"}], "type": "registration", "id": "876497ef2c4542eca1ab8a838d2b9361", "name": "adjutant"}], "user": {"domain": {"id": "58e88ebae4544245a1f179006741328c", "name": "065ae65ebe164be5816e5af97d45f05e"}, "id": "9b9f8f1255a24c93a88276abf4a1613e", "name": "8a5ecc0587b0480b9808e49b430fa139"}, "audit_ids": ["12efdd6da0f448ca836c61b72d1eca94", null], "issued_at": "2019-09-19T09:04:42.854681"}} 2019-09-19 09:06:43,155 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/ports.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"port": {"network_id": "test-net-id", "name": "test-port-name", "admin_state_up": true}}' 2019-09-19 09:06:43,162 keystoneauth.session RESP: [500] content-type: application/json {17} openstack.tests.unit.cloud.test_normalize.TestStrictNormalize.test_normalize_secgroups [0.105063s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,046 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,051 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,053 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,057 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,070 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.986543+00:00", "project": {"domain": {"id": "1f7d3eeb55ab4781aeee757a1a0a9892", "name": "7c4726be112f4b0fbca35dde17684e47"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "976c3ab9699743c19c70876f4d3b0c7a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f26f515dd7c942dfb82f93140b9a6de7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f08f1724cfa54aefb7476fc797f03871", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0908c8a2c2d14892a9a384dbeeb19849", "region_id": "RegionOne"}], "type": "identity", "id": "e0a6d2e92fa4454aa036b3d21269eed8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b3da2deaad484fbb9a0f24a8ba914893", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "85f7a26cbca444daa1dfe402bf96c703", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "65ec0f23556f4eb4884fe19a5ceb9cc1", "region_id": "RegionOne"}], "type": "compute", "id": "eab6f8744b43470e996f347faa7bff72", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "8cb779ef666d4f8f8ee0086db843a93b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b1188a88b04d485091beaedaa0e6cc92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "830664dbcafb4e57a676761957c1b294", "region_id": "RegionOne"}], "type": "image", "id": "3af3a5df9ddc47eb9d034e8d3106df21", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bd0d9f745b104ca3ba36ec8398b4a6c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ee0c36c3dc7b49618efbf67bebb02931", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "20fe397a4bcf4917b3df5653cbc7dbc5", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c5d3a86b1ac44aa681c4663f57079a0e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb543ad36dec486b8e5b716ca156b153", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c90aafd2ec544e959446d3dc772bd435", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69d6bb94bc554b14916386e646fccad2", "region_id": "RegionOne"}], "type": "object-store", "id": "a0b7c1759eac49b8b65ec77cf48fa063", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "45ca244c5c2542e2a595dec4bb36197b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5e07b25f287542649ffd3007879077a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6fd73b74bab54aedb996d81415f4ed3e", "region_id": "RegionOne"}], "type": "clustering", "id": "96c919b2122749259bcf15c2a23b624a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c081cb607e184575aa50f9e9dfe716b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "264cac6f50ea4814a474e79fd6c1df1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d7b28d1090b049ce9be4e85c52a430b0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "72e67cc9497a4eba9669893ed7a5422f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4a23d3bbaf6443ce85e2d02ee465cf40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7c03fe589ccf46669c6a1c337e02e670", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8c9c07402ad94c11b05ffc3b49f9bf43", "region_id": "RegionOne"}], "type": "cluster", "id": "073b5230f4274856addd47239626d6b2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3dd1af82de924f6dae886bcfd8a15965", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f3ef8fda30fc42c4af6e2ffc5f880dea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3999b1c613d046389b0d39e9e95d6112", "region_id": "RegionOne"}], "type": "data-processing", "id": "75981a962c6b4ddba1805cc7bc3ef750", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "02b3e1f20f694d2e9d7d728a1b728bae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6343625484bf43a6916c53cb10474cef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fa02cba498b74d47ad3ef5c6fc5498a4", "region_id": "RegionOne"}], "type": "baremetal", "id": "b9ec742c2ee2422fa03897f79568ac46", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "30059b10191245e488d9a3b71f634218", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4d3a9e4628024843a9cbbc0ebd18f112", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4751f434a1e0468a9796590f8f83eed9", "region_id": "RegionOne"}], "type": "bare-metal", "id": "fae3ff7b873349b3a763699a97e35072", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "82dc1ba346f242de95f54c47f25d03fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "beed0e80c4524a3fa9f9135048205c03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e2d640125fa542f2843d51419d48195b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2a4e917441044b9cb78d84d601d37afe", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e7bbe2f87bed4454bab31ca5604926c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4943f48f8353440d996593ade011a5fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "a710456a132d4e77b9918d31ab9d86af", "region_id": "RegionOne"}], "type": "key-manager", "id": "387dad840a944a81b512511d0454d789", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b6a9793341c243fd8a5243a1ac607342", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4c0ba06176aa4860b9508c5d137ee839", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "81d1f58613f64b35b7825ba2468ce05d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b5f3f264682f4065a06d95e8bbf3c6fa", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3346823e46cb48ffb6b3060e4b5d6f61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5faac4809e294f13a7675f46d36870d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "64dd174e5e76477f9b8a49d043d8e8f5", "region_id": "RegionOne"}], "type": "infra-optim", "id": "dd9e8706ed1c460786c1c901f8a8830a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5d67bdadfe4740efab819e8d4c7d406f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e726e51cbc744da09317bfb49015c364", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2e8cfc98060248db82148d78146b64d7", "region_id": "RegionOne"}], "type": "message", "id": "81ad478969bc4046812aabec6137c5fd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2343a7d367e54a28b03e09234614d83d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "27984f91550447588312880201548fd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a5c23fc8d6d344afad552dfe7fbd08ea", "region_id": "RegionOne"}], "type": "messaging", "id": "82a9d456ae064e20a4c260cd0d4fdf46", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d678946ffc54493eb39b7bdfca4f73b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e52a269924c6445fbfbff141eaf345e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1179c9ac654b41e8bff32657adce6b97", "region_id": "RegionOne"}], "type": "application-catalog", "id": "190b77671e6b491cb54a07af43420bb4", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "750f73d477964d3691a1ec6401a90081", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a97e2ad764c145129797dd3313031ec0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f931b7a426bd48faac4ed97410726d4f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1ed2254073c54a23952babdee48203fd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0b05a6a29ce04136aa0e102632d37a1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c7fe2bfd9c8646de86cee11bbaf4760d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cf954498ecc44beabf105010ec344b14", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b8baed7f8f94460fb3b5a5af4db27df0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5b7a13a0e9fd46c6996c9def644c1034", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f4f7201fe3bf43ebabacf51d852e4538", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8bbe4b2861064696b6b081143d99b3a9", "region_id": "RegionOne"}], "type": "container-infra", "id": "2e399a4eb9fa422e8169fba71aa9ef65", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2ecd56e1c97f4f209dbe0d389fdbd16a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "6f478efd1ac541c2904930a2008d2240", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "768a6b742eaf49688191c50b5655b154", "region_id": "RegionOne"}], "type": "search", "id": "209edeefaeac458c8fc9993cb180cc90", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "37f512520df1427893c5a5a546def18b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e2371b03f85042d9a3bbd46656d2a0cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "cc8299eebd054c28843fbf365f192566", "region_id": "RegionOne"}], "type": "dns", "id": "957159febc944678b8cacc331bf9be86", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "98c4e53876d742f7835ad2b0d79e404d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f8f89bf5da4a4263872d6c0a14e9aefe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ca4803b35e5b4eb4b792915def5cbba4", "region_id": "RegionOne"}], "type": "workflow", "id": "245c1dd4d5d74e06a8a2704467816400", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8b6fee4cd6e149bf94b12cc75d1b85e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a736266312f44dac84695f2148643bab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "020047cfc4824267baa4aa67466e3a07", "region_id": "RegionOne"}], "type": "workflowv2", "id": "05d0bbe1ec524575af2fd30731d98424", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f08ed8189bc449828fc5b6de014cf517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ca6b2db4cb104f4293d431b3c5d5b1e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8a5565283c32461da957d89cf56942e0", "region_id": "RegionOne"}], "type": "rating", "id": "ec58a28a8a584b88ac90f77ca063cfbd", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2cc855a80b0741efbf27bcf4e2ccaa5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5850683bd9034dd1bcdea78110c5bd84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8aec49972e8e4e799a40dc5508929959", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1c2479e261284607a308e3a4590af047", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "64f0d084a0854ad19e74f614d08b50a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "52ca90a697a04f309b5c9ac23d1ce47d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2d6f8425208341b39748b79a96390d0a", "region_id": "RegionOne"}], "type": "policy", "id": "be9a6c5d513348f39cecb54a229dad8d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cfc3cf45d72543e4af3473da10e2ca1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6d1f049004464eb192d389f52875d84d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2ff68f0263254bffbff463ad5d9432af", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9a8b0f098a29415da5b8777f46924255", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "709675cf658b474b9eff09a4e7b49b49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "444de5376fdd4909a0f8728a10ee77e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b10b3db77cf64d01aa6358f81aa6eb41", "region_id": "RegionOne"}], "type": "sharev2", "id": "29f8420af5b14111b828f33a6d98670d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1b5a9dc66cbb4b3db06437dfc5bdb80f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fc39f9b982da4451a67cc4fdfa8f8e0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "52390a9d96954799ae115fcaceea5f7d", "region_id": "RegionOne"}], "type": "share", "id": "19465ae799a34ffbb2b90057ab58935b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "06559dd260ac4b4aba6e927b64bd706e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "98c117d34b0e4c1bae0447fa7c3506af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0370ad18361d49709f5e9e54dc00319e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "55dfcdee5a074fa885c04594b514d67a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3aed5a693dd5462cb70a7583d92bcd4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f0fd1595f30455086cb51f88492d1c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "293a464848dd4a20984106cff75e347e", "region_id": "RegionOne"}], "type": "orchestration", "id": "4a6e7e3e20e14ef5b36f52f29aa2db91", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e6eb411806d40a3b68c0ba4aa1942b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03b9670a182946fd9b1015f41030fb56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3424accf4c04fd28b1484eaf6a6c6e5", "region_id": "RegionOne"}], "type": "block-storage", "id": "5bc0d916a11d4955bac603ce56eee255", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e2a90a91bc34933845d1e4dbfc5ec59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7be2988ed6e64070bbc45f554c7ec1d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13b97413113349cd9e9f82b57c62f419", "region_id": "RegionOne"}], "type": "volumev3", "id": "af4fac84608c4817a17af73d5f56153e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cfcd498f2fd44f9896eda37d4a8971f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ddfa2712927948aa8ac971ff111195df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60ef7c19d8df41639609156783b5b63a", "region_id": "RegionOne"}], "type": "volumev2", "id": "1eb65ce7017f4dbc8037a0cc2891361b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c397b68db27448e9ba3d7e41517786b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d73400aa4de74660990d1228b87c15bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ab85d02e5bd42dea3c0484cb8cf729b", "region_id": "RegionOne"}], "type": "volume", "id": "4f923cc30a4f4c099c9bd8e2e2cdc086", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3e4a41e9c3144628bc23641d1c8857a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab8d915db01e44ebb12a777e2a55d76c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4985b770f83f48688fcdcb2e11f76ba9", "region_id": "RegionOne"}], "type": "block-store", "id": "b23b89e715d04fafa5ab968a519c5462", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b0093236187447de96c1f78be9b33a70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ee665eb6eaa94ecc9607c8a8cb5ad52b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "dd575a4393ec4b8888dc845f37f1c6ee", "region_id": "RegionOne"}], "type": "alarm", "id": "b644bff26fb046f8b83f54dca4a35681", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "da1c0480aee04b3f9f179c130ee28e1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "50ede85be6b94167a2e99565aead75c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7f4935e4bc8e4073a48a2f5d76a6c80d", "region_id": "RegionOne"}], "type": "alarming", "id": "510958efa65f403392b25d7d155c6aa9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9f6c9dda35a54a5d97b5bc55be335020", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ad8f4ea070ab47ec9a7aaf55af2a75f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "133ff370a2e64c8fabd4b1f1010b5656", "region_id": "RegionOne"}], "type": "meter", "id": "2f6ec487e165427080801ece4b482157", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f1b31ce010814a9e877b3d2b6315de79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ac95e07e1738428b8a0181398a194894", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6045c95c92264e24b1ed8103d823d735", "region_id": "RegionOne"}], "type": "metering", "id": "c24946498901442fa9f250bc50fbff36", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "72a80ba79ff24739a51c2a0087530889", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4a02e62279a74300986f89eda5cf7970", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7086ad0b0f0942409c602a5819f2a25e", "region_id": "RegionOne"}], "type": "telemetry", "id": "adb08ac18dd04cc39bf6fc4403767c30", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3e3a2752ef9146fab6cdbb8267ffa6e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cd567609ea944dc09a8508cfaa000672", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "566fc991811d4f818b614b2f107da44a", "region_id": "RegionOne"}], "type": "event", "id": "a5d59f514459444995fd24c98d95d12d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4d018ace553a4360a6d417a4d4e770e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "73c6c2a9cb304e4b812b4330001b49e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ade2f6d764ef420d9cb4b49a48f6a8b4", "region_id": "RegionOne"}], "type": "events", "id": "42cb1d3be2874ea8a4a75c3af36b67e8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d0e0487650f5479583d5a4c9c0f4788e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e161fe0df0c947cf8551bb3e7acc8036", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "85eeb7de74264824ba0214825316563c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ef8023ce96a641348ac2b31ec2cfaa48", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "61216602c32941d19cc99048f8900334", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "98470ef05ce646d7a3184bbd6a07c3de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d2410a1f9fbc47c9935edfbd0dea0ccb", "region_id": "RegionOne"}], "type": "application_deployment", "id": "03e2553269cc4d7e9219b58f1d23906a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "58ebfc7d33b448f8b0c8aefc4caedcbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "844780c22c0f45bc907ef55b7a414c8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5f57489217fb45b6b9df4c7f0188fb48", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "fdfa0e1f77794721961853d6793fdff8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "72a14b50b65d4cac8405dca6b10457fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bad37bd240724c8999d6d983fc14e196", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "993f722315f14c62a6f10f6f11b9a204", "region_id": "RegionOne"}], "type": "tricircle", "id": "bd0d5c95c9bf4593bfb1734a1c7d7af0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "862d6a2980ff4219b1f6523d95ef4723", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6ffb37e96fe148bd87d6ff5872a21d8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7687cf57cd0f4132975c3be4226c39da", "region_id": "RegionOne"}], "type": "database", "id": "cc0b578c2e954b4a9bbef81639fbed3c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f389d22277a54aa081828e9c56657555", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "11ad9b6fb0cc403b86d7c92961907dd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1369843535054bf088b30f5caa2536d1", "region_id": "RegionOne"}], "type": "application-container", "id": "b4bd5627ed7b4df4b563e102f86c4011", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4c794f2e8bbe4b96bb129b50b110dc86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6f64c0bc8ed0406c989085530c678ad8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c38e6d174309497a9aa8a38b65ced96e", "region_id": "RegionOne"}], "type": "container", "id": "18cd6959433345f288ace6befa4e2d47", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "173c74f99d754836b84a5a4e8fc6fc5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a362ffb91cfd437bafa0022c9b8f0688", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a033c9c52ad843c19b8ad2470c6744ba", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "87c120b87dbe4a6f9926e4b1465e2972", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ff9981340a444fd3a1a3f6060a0ad378", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "370c24a88b6745679eb8bdc352b0bc7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1cb73dff726640ee83f814b8ef4bae39", "region_id": "RegionOne"}], "type": "rca", "id": "6b9e4916b4b24592b3b203257d4feff7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2f3d45ec7bb8480d8beb27ff8e25f4b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0844d336cd7a4838b68c35b4420d4789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f0a92a2c8ab64b74b75e95c811b8b7be", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "112e3684651f4bc497aba97df98aec20", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9f1159869d674a409099dad162a24ba0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "62dfb1ac39af43009fd40e0c38c5270e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "75d7fba7807148e4a485e90b28c6293b", "region_id": "RegionOne"}], "type": "network", "id": "39f68863eec249dca063a03f5eb5a18a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e53b719544aa47159f5d185e2de3ece0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "dc27399584cf4b1fbacb8320d8411023", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "64d45b811391410798d28d1736c3958d", "region_id": "RegionOne"}], "type": "backup", "id": "d4e7a35ed57345b89ec321bad3e78875", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1303be04e1074983ab1d4b701d2ade65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b5c22da2f66a486db2642c16a2ecbb73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3d9d32d523ee4abdb2b6c93aa03adcf5", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "cb5053c21bf24e78a7fb796e75953e60", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "359053bbdf4c4e2899fa8b33abb78a5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b0bee47a666a4a6ab2d6c542255119bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3cf15a09289841f0bfb769fff2626207", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "02d6d2d52bdb4d99a8650ff6605ea80f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1f536e93e42d41e2828395f4650058ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "55cb3748453549d1940c021de9b722bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "4773848f6448411c8afb3ba585277b91", "region_id": "RegionOne"}], "type": "monitoring", "id": "b0ab6f5f93834bcdbc3dbae005df1840", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f8cf24cf4ee84aa886f8baf46a8e2750", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ca7859413e594c98ac786a36f8513fe6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "9ac23d2a67514a33b2ffc3f91326e06a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "fc53612224e04272bedf2f7e3731ee2b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8c62882e9dba45ffb07426e14243fb5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "274177338aac4639975350218c0974fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f4eba14d8a5e442694c2db9465913b26", "region_id": "RegionOne"}], "type": "placement", "id": "33f0e733a97a4991b28f4e5e1042d9dd", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3857bd5f0cd7439d9269a38042d4ce35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "604c97c962824b52a9643a03f466e503", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3ea20af8492b4d52b1058f5c994ce907", "region_id": "RegionOne"}], "type": "instance-ha", "id": "01673ba286574555ac47a0f1c519d449", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f31f2059f2f44981879d730276621832", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bc86a3df6e4443838cded82a487bf90f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "de5b9163cfe843bf9e5f861ea1be0c4f", "region_id": "RegionOne"}], "type": "ha", "id": "9e1fa4a1cbe74ae6b8c063fa995716ad", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "41002520d73d42fa8dbce7eddb020422", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6ebd9c731293496d8e0863a85362400d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f07b996376734df19c4fa0814fdcd635", "region_id": "RegionOne"}], "type": "reservation", "id": "32b801f5ac394bbeb2e271161cbe5bca", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "301097a8adc646c2b852b4f7b974ac7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "90db04e0c5544b169a95ea544b3233ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "41c734dc41f145879d6756bb3a7222eb", "region_id": "RegionOne"}], "type": "function-engine", "id": "3f56abb2e7ad475b873b21b2ed299b46", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "928f6fe5d61f4422b8bc13272cf0581a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4124666ba26641abb83236c40dbb88de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a4a12eb030d44385b8e4c5306f07e960", "region_id": "RegionOne"}], "type": "accelerator", "id": "82c2f781ab014f62975522f613d9e024", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "320dbe6f47224af083a8e2c69adf734f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "044acef86aa84fd1a0643ef55c3f6dfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3f75db4f65664786bf82885420d9a240", "region_id": "RegionOne"}], "type": "admin-logic", "id": "1149ddbb22d2404d94579c73e1ce5633", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "99c77194f7c44023bbd638f9eb292e1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2ca5aabe9482489ebea8bb861cb61af7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "74c36f537cbb4ada992aaeb5d0bca4b9", "region_id": "RegionOne"}], "type": "registration", "id": "ab49c256f7a540968e3a759c5b739e54", "name": "adjutant"}], "user": {"domain": {"id": "c2a4b50d89d7455db2ce1ac7f7a59be0", "name": "9974ec70ce524bb08c360147167faf6f"}, "id": "34f568aefadb4828b682a138b9593b36", "name": "e94c7f6e20864b8ea21e52cb3ff00e3b"}, "audit_ids": ["deb2cd331aa741fd8c1e6b5fcf471866", null], "issued_at": "2019-09-19T09:04:42.986543"}} {24} openstack.tests.unit.cloud.test_shade.TestShade.test_list_servers_exception [0.247424s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,012 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,016 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,019 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,022 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,044 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.949703+00:00", "project": {"domain": {"id": "7d142814601a4ecfad9e1ecf83b49db0", "name": "add254cfc3e24138af4d99569c277469"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "122093ca067b4e6eba1be13137e42cd6"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5d90d7ca9be24573a4bc845b06274ccd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b0f73577b5b94adeb80d950a7987e578", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c364d3ff1e8643b99e4535560ca281dd", "region_id": "RegionOne"}], "type": "identity", "id": "e561fdad080a433896950141787ad49f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32e360bd92ab40b0a08828ac097f68cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bd7d4c8cbe304d01b1075fa3f455c5ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "64ffe2d319254bedbd23c686a51dcebc", "region_id": "RegionOne"}], "type": "compute", "id": "857a2fa5b68e42ee8ada3bc40e18c0f1", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d2a978ba9d3b47288cd643affd7c044e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "fa1d18873f414bc0a85000ca9fb1be73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c79a7f5febb9457aa65be4337b949e7f", "region_id": "RegionOne"}], "type": "image", "id": "f6e34f0c88b84226935fad890a1d7b6b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3d4af4767a2a4ab59fec20490fd9468d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7ecf97a65833454fb6426c325cb085c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f0369584acf044219acedb47a457c5c9", "region_id": "RegionOne"}], "type": "load-balancer", "id": "8ac17fb7608c43228ab250ee39fafc3c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff8abf43fcb348f9aeebf89ef0a80ab6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "57d3ffb44b494e94aa3d1ffb96553aa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7a0955870ff490d9ed326eb7806a762", "region_id": "RegionOne"}], "type": "object-store", "id": "41cdb421e36042fab7c850ee27c33e3f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3298690d3bbd489b8c8f24f6003e8c51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bed8cf738da644b4a15cfc6846905ce2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0ca6767ed4864b23847db63f40bf97d6", "region_id": "RegionOne"}], "type": "clustering", "id": "6eb71450541044fe8b8e2d2dcc3b4c8f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ea320a7923024b558fc2deb6cc951e14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "45a1a6bc582d4a9a9d87c3d788538781", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9801622a35b2405fa2848463d43c1db0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "5445ef8869eb4796b56227c741c59f7d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b4b3a2a877444751a577f11c86b355db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "625d3d36e8e64ce0beda7f2973206fa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "be89714e67784a068de3b36100c8dbcd", "region_id": "RegionOne"}], "type": "cluster", "id": "9d9a48e0e21c41c782e1b819347db0ae", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "07ef58049efb42a4988c6e64b8a8ade4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b0c3534e39fe443297bbb80b1da8b7d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d68541d5986942f18ff07e2475f3d88f", "region_id": "RegionOne"}], "type": "data-processing", "id": "9d621fffd8f14d4a97ff62a20c38aa79", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "07cd277daffb4d77ae121e610e56c70b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "036277a2ee324ddaa36548aa368989f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "47e10b0fba8849a98f3de61d5156a9a9", "region_id": "RegionOne"}], "type": "baremetal", "id": "50672ec70fe64588a150e5f6a3b332a7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cd01f9b594c945548aff88f8bae6a7d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "19a07403f85a4685a03ed948b8c795b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2ad51f0df52046bd9e2c8dffa7fc8c2e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6a15eba9373f40ae85611ca3b90b27e3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f213668ad98640e8b17c36cd10f4c413", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5bd08288dbc64225af8b1241b740ce15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c90e940a3d584bbe9afdbb30d075c878", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "dfc89d06b21f4e68ae5fa4084e4a19fd", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "91e2694bb5a245998ed89d4955b46799", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4dbe0476b2554e8c9ed446e84fc70983", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9d13ef660e15418bb91aa787e434127b", "region_id": "RegionOne"}], "type": "key-manager", "id": "1f1555ca626343d586d4132281244a0a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c4fadcc716aa4d04bcb757ddcd56930f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1b3367ef4a9242bb9184ce2c2cce59cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "77d9722bff304fa3ab67ca867d3f484c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "cf63c2d88ba945aa9deda1154558ed5f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "729f9dd9e7004b80af318954bfe847bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0cb5cea8398f4484a6c33dd166f46964", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "85840fa9c31140d6a98c9eb0ebadfd21", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e4d72596a37647dda81f8cbbe9e1b4af", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b6c9325162644069944717f7c136cda7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5c3b47e626f647ce8a0c8c1c2a9792b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "aa26f0c7d86449a7867e2f1dae457a26", "region_id": "RegionOne"}], "type": "message", "id": "05f8c8ffe9f94bba8ba3558fcc143c70", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4ad5fd19aeba40c2b10ff38875d81a2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8c7b8b61f954470d9631ff31611b5fd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c4afacaa82fb49e0bf1077ddf6211ea3", "region_id": "RegionOne"}], "type": "messaging", "id": "a08d801d43d1472190d3f3dcdfcd0448", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "36340b9104bd4d6b9e1662446cb92992", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "76bc2958e4fa464f97f85f326a64a8c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b992897de70d46fda6d282ede4dfef5f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d647c421b5424ccc9cf3eb0f2b71899a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dea371cac29c4012a03da53d9e6e24ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bff9606b73ce419db6375861355db184", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ab183d61b50e442ba2717ad5e0f37a90", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c02660d0000f4e54a1551c43e391bc58", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f8de72c72d564f38a4cec5be4dfb2146", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c0d624f60e81457f9077d4bdb63e862b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "99306a36e79148269fa7b867c66a33ee", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4bec9cffcbc54d418ece3d2d2e8ff013", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "39565b618b144d77ae6ea4d113fa01c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "421a38aa92c2439984e876ee3b00c5c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d87827c4f8e46ee80c91b259689fb6a", "region_id": "RegionOne"}], "type": "container-infra", "id": "84fd9643c06845e597f946f95298a416", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "de8270e957b04b10af13952b183adee1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "4266b58d03664d44b8ddaa08b77050ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "88cfe3a5581d4c8eb157666829d055c5", "region_id": "RegionOne"}], "type": "search", "id": "2f797e28d3b741c1baf624b55ca61f11", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6ab357fc626b40049d0a8e8213402db0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2f0a9ded15a04eeab6c4b374763a1a1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "36e830554fa64eb0b61506f110e38aa7", "region_id": "RegionOne"}], "type": "dns", "id": "4f1af6f79447479d8b75a528accfb566", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6e2f439b111f4214afca3097aab1af07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cd278e84aa38475f927be3e191fef248", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "973fa1d1fe9449a6afa0bc5e0b5d175a", "region_id": "RegionOne"}], "type": "workflow", "id": "6d9267e58ebb41579f761d739d9af62b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "78614a4a3e72434c993f4618a8d755ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "285d44ad101046b39d20dbb657076c95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b383b0b8e0a045ceb7a32975b93ec6a5", "region_id": "RegionOne"}], "type": "workflowv2", "id": "af2a698d4a6e40848d44258a3200dc66", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "44042ee8f56e45e9a4b8360ac91ec85f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "04dd264476b94d73b9c4f5de6bd4bdf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f0356ee8ebd342d8a44fcd521d5cca6b", "region_id": "RegionOne"}], "type": "rating", "id": "aba7e5dd83e14a89a82124eecfd41f0a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3a8d20b94ea149f39889e071f0bf06bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8af8e021082e47878340c906164fbc8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ee9894179c854f879dcee49880442f8c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "51fc718e543e474e802b0667607125d1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d0468aceb0d94cbcb5b301dec5e60ac6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "06d3f174d2d247b3b1d4dbcd4bb8db88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "33bfb174a95f45759cb8e6ebc00efb14", "region_id": "RegionOne"}], "type": "policy", "id": "16c51c461e2046f9919911bc4dc2b941", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "09c5bbef94e648dfafd775e0b18c17f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ba288c8bf1654b7e92dc9f06032a0ad0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "941a1ea896d2445a87f8673a91461024", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "92676fb4d90348d9abd7b258c339cfd9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a85c264227f342968970e4065440ce60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b560d0381d774c54a9e2edfe4cadf53b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1b4c17a5d98544b68a0e5225cd1382e2", "region_id": "RegionOne"}], "type": "sharev2", "id": "4b95d49a75184519b41495ad13d6fc23", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "649b0f4df42f4dd4a40e4f67015b1c68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "04e80843f25a45c0ba7844374e657661", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5746da5cff334b34892279b53aad222e", "region_id": "RegionOne"}], "type": "share", "id": "46311a109ac4425e8510f64f5b6845f9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e4343e814e144165abef743afbfc9ccf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3d354a5ea5924ab4942da965771ebb0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6f9e8fca1e08441eaea63aedea63833d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e2f8d6527c944f799b2accf5e84221c1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2127da6a16ec4c94ac091e8641265067", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8e9feb85d5048608ca190013faa5588", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7db28f8382d40cda8a142b3389ed6b7", "region_id": "RegionOne"}], "type": "orchestration", "id": "e55f5e13935743a9ab82d68a63754427", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aadac8f037b846b9a6bfe63fc8c4e7f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f97eb79707cd4a55973095019353a329", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8938bcd76bcc44a9b6cc7912bb1b16c2", "region_id": "RegionOne"}], "type": "block-storage", "id": "b3a90c0a3d1749d19c0ea7e942cc4b2c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afee6743f570455881d2ef5b1b78e9d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0058f67965b4417897c644056a24050", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec0ac18fe3064a95be11c21a0c1c0ec3", "region_id": "RegionOne"}], "type": "volumev3", "id": "e7a9946d6151487fabb3e43cb29f200c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b0387af21a3483091e48fff5ecb32f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3443bb807dba418999c8e153fb8b2c56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86620adf832d4f5d990aace1a7143b43", "region_id": "RegionOne"}], "type": "volumev2", "id": "2b257100fc3e40e49ba1eb979647ad3a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92d086b42d014074a9734d9d5f58b3ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1964554d54043fe89e1c41ab976f0b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8db5aa205bb64d32962e1ccd2c34014c", "region_id": "RegionOne"}], "type": "volume", "id": "931a7e99ae4a48bd8e68fd4d5c45894b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9f00498f0ad4c948a160c3cb2e79cf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6cdbdc01ec74566b6a1efb53add5dcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f1bbaa625aa4603b267aa6e03aa4a52", "region_id": "RegionOne"}], "type": "block-store", "id": "9dfdf52dde58472d8c0b3bf7a49fe1f9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ee18ae9c8e604e97852bdffbdd0585c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d5bd5fee07fb462698e6bafb782a8d91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ae7ee6b4787b41388896a383d76e16fa", "region_id": "RegionOne"}], "type": "alarm", "id": "164f8bc802ac4d02a3dfc791b09699b4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2026b06a530d4b6c80996b15a9675ee4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "289a746ec6104db58d264d633e8665c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4f3505d1284c4f0f9a3ccf6a705afa6a", "region_id": "RegionOne"}], "type": "alarming", "id": "0f263b44f503444682aefef3e0136e7e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1c5ec06ea1564a4287dd807a58ed049f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2d17ab9b83c8477a915678bd7ff9f7aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "def4e3dcc8664c37aae684428fb1f47d", "region_id": "RegionOne"}], "type": "meter", "id": "01ce7d3418be47a69826fcc654a1a039", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6e9b7d8889794668bd19a3eb216b28a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b10d7d6dd73047db9d345129d146c454", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "61d5c0e6cbf84d0eb7e008b751663e2b", "region_id": "RegionOne"}], "type": "metering", "id": "b561e547c10f42c7bb9d06b4627e9fde", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5b712e5e282d488c9124592cccf0937e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9f0c2524bd9f45e782a853778a773ef2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0f6abbf001d24ad0847e7a2bf491b7dd", "region_id": "RegionOne"}], "type": "telemetry", "id": "96db502405154cfca9a54aa206062096", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ac7abc4a4b274333a388a35dce8a0229", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fd808a6335b24413ad088ed6829ff40e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0e5e6c22c11f4a7c868606ee7ab5119f", "region_id": "RegionOne"}], "type": "event", "id": "83ba8b4690c742da8d7d947042dd1079", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4f4aa06a87bb4149b118790b30bb66db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a63dee1a686d44908f39ed45ce1e32fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "17c40178e6ce4582911ec94aa3c76164", "region_id": "RegionOne"}], "type": "events", "id": "da86018d8da246fa8fe5d3c134437b4a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e96aba6917044551a966545eeabb664e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c2b2e89b9dec476d958ce5ba88545e4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "665891e5c4ab48eca845e09a7eafcba6", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a07c61475c014129a6a60b7bf8c98197", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7999ad23582f42dda70bebc95b7d5c95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b812c3e53ce248e198d59091f82a72bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "61972161afff4477855c67b6518b14a6", "region_id": "RegionOne"}], "type": "application_deployment", "id": "bc1585fb6f0d46ff983e068d14a81ad6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c0bf492665514227b25a546ce9db199d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2a98e0e12ad14c2f9dc716599a84bc26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "24b61538d2ea40829abc3807376a04c7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a67717262bbe4522b06f4e7d393f2ded", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ab691f63bafd443f9120a3f0af6ebeaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b29306ef7dc54f9fa022d6da7ab93941", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2a77110c092046df97f48eec4b0c2783", "region_id": "RegionOne"}], "type": "tricircle", "id": "bc975ddf22934205b582e8c3c7e75ccf", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0d8fc11eb4324469b6b42a97c04af3ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9a64b9ec1b0e4f48a39e3f4ebd93d73f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "cea0ff5868d4404d9585de67a90ee93c", "region_id": "RegionOne"}], "type": "database", "id": "a35fd8f478384abab5db34df67cdcb53", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7977de0228a2415cb8bcc24502195afa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cf1286935cf34dc0aad88f48a7603432", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5d6068ba981c412d93da8667997be783", "region_id": "RegionOne"}], "type": "application-container", "id": "f77537df650d40939df9dc96b940b628", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b25e2ad469544d54bc6b50b94d9bb6f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b78f1b401c344de3840868e9676d467c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ee9d2945d12749149b73f9f6f275048b", "region_id": "RegionOne"}], "type": "container", "id": "d8951b62071c466a8a066a61f902c6eb", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "572e3b265af24f48b59cf0001581f71e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "65616b36b11c49f4b782d28c927e3652", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "beb6ca8e50d5402189f25965c94ca638", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4afc2edec0ac4b8fa57bf0f655a33068", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "21742ef893eb4931aab528b52a99a925", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "42001813341440b0ba28c7280f6890f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0adf8c76b39740a8b979580b4ccb17d6", "region_id": "RegionOne"}], "type": "rca", "id": "41bfead6e7624a62aa74724d9acf6d99", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8ca5a89509bc44d7a0dc8a511ae1caa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "173dda46020d4b198eaa874046cd671c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "4603405107c949e1ab4babfed81fe905", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3017916ee0724b5eabb37649de3fc259", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3c632bdc3e5641608e15d6b2d50c76ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "84f4f13af14640109a5abf55ecc4e011", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ecb43ff2457247c9aea0d10784c77b5b", "region_id": "RegionOne"}], "type": "network", "id": "36b76605392d4d94be2796f0d6005294", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a3cc3079165e4fc68a303db1e7f33489", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "33e1bd68a272465b8aa986943b72144a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0d8cb730493f4d5c8cf85099d50941a2", "region_id": "RegionOne"}], "type": "backup", "id": "4c83d7175c0d4267b1fa0f9dd17bddc1", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f34ae06ba749485998c2dfda097df387", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "be7db26f2f5144519264eecdd977762d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9103539a0bce49689e3a2b7465042354", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "83611607bd3742e9a3b2306051141e5b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e82c9bcbaafc450bb82b4679b7e4db63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "15223ef44d694db59242a3ae0cf54526", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a829e4ce5c3044208913b2711234d324", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b927598b237c4446bb9a6342b3465e15", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b54676d6dc07468aae1d2c7d98a8e80d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1e96b5dfe2334f0d9cca576379c5d492", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f8ffb3dfb57649b9ba6a2d8418d71178", "region_id": "RegionOne"}], "type": "monitoring", "id": "d73f0c48f8ca4460839cf7f67dde96d3", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1bbea5345fde42258fc361a954b9cb44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4b5feb611be144d2a6be9bf1f6b69f8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "da193100fd524d99bab559cba1cb2da6", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8565ba6656b8446da65ccae9d69407cd", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "60edd2b029064e7ea46d36068c0d3085", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a95d0d672bd5460da6270ccdf79aa6ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "24cbf1ed25d54df6a127cce982955047", "region_id": "RegionOne"}], "type": "placement", "id": "f27e9fec66274359b2b45b30834fdf1a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "66733198088c43ebb65bb068c1f6029a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "80164098a7ca4e57b913591e70bfef10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b4c04b8c6bf5417fb6cfc86d05e6ea9b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "66123968ea5e415f84b53121e620b30b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "50dc59c8f887499299e45bfb4cf53745", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8997fa20680448a2b996be402ef2b049", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3a62f37241df45c794d3b70b3fd527c1", "region_id": "RegionOne"}], "type": "ha", "id": "0f3553fda99b4d2a9b43e3cffa34fc2a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7a514b7b251d4771ab43392b431caa6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a72e6c09993a4a1b95673883bd6370ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4bb2bb76aad64195b92bb099eb1527b4", "region_id": "RegionOne"}], "type": "reservation", "id": "4be7b70d544c4028bdd5ebc1f51a915d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cba528dada39456ab5a5f102287c02c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e2babe35347d4202827cb3b6cd9aa851", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2ee84597b14740d6851ce69307eea8e6", "region_id": "RegionOne"}], "type": "function-engine", "id": "6e0d4f70a1864e2e9cf40f8646a9fa67", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f318ea04793d495cb015035732e29609", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3c7ea26768854c43aca7b9863c3c6587", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9cdfd03a2b4741fd952a5c4f3648e502", "region_id": "RegionOne"}], "type": "accelerator", "id": "d3628fb42e884e51adf05156efb17d94", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1619a67a2b8c4ace9a0e4f82648724a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dbc307abaeb6441ea3b5462528dbee96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bb898e89bcca4447802132041a229630", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d8d583e51fee430cacc381d1bc413ea5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "863d06f616bc4416ade23eebd460c9f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c0c551b337e74a918ec639bd5ee7b273", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7ece0be8bde544c89a2134f7d86d8b6f", "region_id": "RegionOne"}], "type": "registration", "id": "5e15599130ee44878e99b94ffd25f458", "name": "adjutant"}], "user": {"domain": {"id": "da4d203ba0dc4ce588db4a4e99276f25", "name": "f39bacfa8ec74721b2b30c6e46c5f57c"}, "id": "487e3431e52947ea8b6408b775a65df1", "name": "bfea143380bf4d3d945981309170943c"}, "audit_ids": ["b33cad1c8ff947baa2fa39281080c420", null], "issued_at": "2019-09-19T09:04:42.949703"}} 2019-09-19 09:06:43,151 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,158 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,161 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:43,184 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:43,189 keystoneauth.session RESP: [400] content-type: application/json {7} openstack.tests.unit.cloud.test_qos_bandwidth_limit_rule.TestQosBandwidthLimitRule.test_get_qos_bandwidth_limit_rule_no_qos_policy_found [0.255429s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,882 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,887 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,890 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,894 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,906 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.820473+00:00", "project": {"domain": {"id": "1359ff1abd834d028fa761f577112e72", "name": "430a2ffeda9040d891a74bac20882272"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "69fc416262eb4e2a881d0cffe412d86f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "386cb896426b41c9b3811827bf78a8d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "95bc37cfc3d44884a7d6d6717333de70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "b760b264c2c14520835249b5f7996662", "region_id": "RegionOne"}], "type": "identity", "id": "705371e1be0f40829b2a732855aeaf61", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "328f0e4b13e64c55ad80e59c1273f20a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1c42f659e20d444288e655f6743c9b6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8b9ac0c175bf4664bebc65312a268137", "region_id": "RegionOne"}], "type": "compute", "id": "0d315508a43a4d1c85ed8013de13b075", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "15e5641ce1f3483babaa9093a881f838", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "680690dd4a4a48dd9aa6e625a2edb0dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "20846a89307c473c94e629ef11834288", "region_id": "RegionOne"}], "type": "image", "id": "57e3e4527b864a8fbf0fc8c0526f0532", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "790603569f8f450e93dd9a2e31e5c757", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3b5eca36e9ce447ea89cacd42ee396bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7edeaa6418034360adb2b118df6d2deb", "region_id": "RegionOne"}], "type": "load-balancer", "id": "26736ff0ca794475b71305f746b27a98", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c061fb612f94207af198e39b0808a94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "323663dde0044df2b377cf590c8b9ca1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a811c02c8374577b34b4854e4a260d2", "region_id": "RegionOne"}], "type": "object-store", "id": "64bb5f6924f74ebcbc331ac124ac32cb", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ea4e8d22da404c8d829d625b9293291a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "322c2e68e2274ecba35c9928d41b8c64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5955d45d9e72499f80d10478a5856e3d", "region_id": "RegionOne"}], "type": "clustering", "id": "c99a8b216b9a43738d710771b2b8907b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "53e10b04e73545fe99aa05567b1504ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d4c6d426b3534c5ba835f57ddccb6a54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "77f4e1d145574404a4f8fd018ab43956", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d997a90952eb4e23968183acc7fe2ccf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7763fdd8d7b24124b1dc504ea7054d09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "61cf326c6d324666a154be1c1f7d827e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d51abd6b48d442afa33900d43d0e2129", "region_id": "RegionOne"}], "type": "cluster", "id": "c21c6088236246fbb565c33a5d794c22", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "eb7d4047497b4ef996379b4c20a67ddc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "69b0e37f72d14d8c9da14e070364d3dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f258dc9600664ff899086c1b748d2340", "region_id": "RegionOne"}], "type": "data-processing", "id": "37ed1729ebb44b8fb0a3fd4c340cc898", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e56cd7fd489d4519a6ec5bcaf273bf9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6737b9e5709b4e9a83f8d13d537d2319", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e44d643b84304b238cefffc6ee468e61", "region_id": "RegionOne"}], "type": "baremetal", "id": "0903be139e8042719ca3e82e15796d1c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "140ac759a8524389a59c0bea712663e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c6532818e5fa4b068e7268623c7e7433", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ea261aeb354d4f6ab08574dfa920f597", "region_id": "RegionOne"}], "type": "bare-metal", "id": "29e52dc5e4f44b39b58857dd41a7a348", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6bbeed8572ac4723a83b4ab32ee94bac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f20fe26b672c45bbaba46d69dc9c2464", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7736baa496954feb86827246962084d2", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "cf9ebec8bac448c6aca83b803bef4fda", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "05284dbe73da47c8addba60aad6214d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "63e8c870034549689a35ddb0d5316250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b308a1afda53416690c5100830db54bf", "region_id": "RegionOne"}], "type": "key-manager", "id": "fd5f9caf4bf94316ab4184b60ac751d1", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1ad47e7cf994414ea3de7e3ec3383578", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "57893258f50c4feebab8b90b5baff903", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "82a9295c73144065a60a876b987b5f81", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "428cb8bf254e4d9599fc78f6bb52992a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bff0455514b44e268a1a3c9b4cd4739f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9321818a825d4a5aa92f6788d787d8f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "32950be3ff2e4602aaaa3ce38c281dee", "region_id": "RegionOne"}], "type": "infra-optim", "id": "60b4da7070fc40699823401e0b3d1f79", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cc499455b91e43b8abf42308486a431b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a75ce3e249e64f9bafa0667080c43e78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "afc7378db8ea4ef4b05d04f0d76676ca", "region_id": "RegionOne"}], "type": "message", "id": "d056991dfd2c446fa2ee181bd80d06e1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5d7314ba0e554fba999ded3f7b5fb942", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "65d772496a664a30ad6184e682f6f7a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6f720aad384641dd9e48ed9077ab258d", "region_id": "RegionOne"}], "type": "messaging", "id": "c41008cc51304f059e3572c25e30bbd8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "18453e237276432aa109260fee35e69c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "877ab559bc3344ef8f91b25dc4168117", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2f603b74556045c9a57126974c1a4fc6", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2c20c98a18ce43c8a36b624780aa5c36", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "48e3e8ae33dd45f6ad8b4af676d9835a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9fe0ec7bf0e84c728702b6a4e0eedb54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "75df739cbcd2410884e9d08f9b3edfb3", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ccb92e86ea264532a1634d1b2c3483d3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d4ab36f085804c968617cba1f2ce973c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "99dfa3d64ae348b9b6cdbf758775fd41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "211930543dba41c5922334a424f4b69a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ff4c5ec0e4834c91b8c59b106a9faec4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8570e9d218484f749a8082a053089666", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "17e1da3a375d486fb9639d71b3482a44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0f16605b5b384e219bac23fcaea0ce52", "region_id": "RegionOne"}], "type": "container-infra", "id": "3e1a47a352b44fb2b7dceb69c15210b4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "523bdc7a31ae445890eba3f0bc076cd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "fbec9334ea6b4e21b6feb045daa1e67d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d80eeb7e130e460a97059b0e27ee83ba", "region_id": "RegionOne"}], "type": "search", "id": "b5a30f7943d34116add55964227b30de", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f14d4bd9c58d4927a6ebce8e19b12b53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "97a73e465b564e0faefaa79e021154ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "12eea806332e48aea2888f01473bea5d", "region_id": "RegionOne"}], "type": "dns", "id": "033d8a53bd9b4de8a792613f76a28c9d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c38645bb1d224e91a047601b6a11664d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a724fbc9ef4c4ac9984bbadfe761a70b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9cedb5fb874940d6a36d06fb2ccb6b17", "region_id": "RegionOne"}], "type": "workflow", "id": "7c4bc77161f840cc8a5572c3dcf00e68", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "54bf7282ec534f1ca322913dbc069100", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c906d1c8fa2e4d54b90d8186f41307d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "334aeafe4bde4a51b8f0d24be0ac6d42", "region_id": "RegionOne"}], "type": "workflowv2", "id": "10426c6b6669465a8dab18e35fe870f3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8f15954981e941258bf9ff900a753f36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "be524cd1d8f4461e8478ba163e26f6fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8ff4dc8783234d8ab6be1c04ef878f62", "region_id": "RegionOne"}], "type": "rating", "id": "7bcd4c928ea1433a8d168f83f30b3a17", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9bf233731ac247c589b9641e61803b71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "95473cc6a0ac4b4e913fcadd92608bf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3ba3660d609b4a4aa17d19fa38a08452", "region_id": "RegionOne"}], "type": "operator-policy", "id": "b4286872c5ba4b37897a10be99233740", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f439ce6d0fba411a9a83e288e6c80a24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "21a52000042c44fd809f1ca1192e9d1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "585646acd23c4f2aa3f8b8734452a52f", "region_id": "RegionOne"}], "type": "policy", "id": "fd7c62020c9f4b26aaf728dfba29e30f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "58223011482d4c7ea13dc4ad633206eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b0f52fe5c0da4581bf2ac97941b55380", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "df427294ad634e9ba76107e2988d68c7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d80587f9ea77427292c273909c85d6dd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "69b58bcc31244d03accb068eeb8d099a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ef8b765dd1b14f7aaaa749807757ff1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7de3dac19ebb482e98b5cfe550408e71", "region_id": "RegionOne"}], "type": "sharev2", "id": "9a393b8ac2ea44d4be156e1da3d09378", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "153a701707cb466587b82e480d8e8843", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9d57b21c3510486487c8551101cbf9bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b5fbb26262f644ab9a73d66be1497262", "region_id": "RegionOne"}], "type": "share", "id": "ddf896ceedc34bc5b35eb60d75db03e2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f885fc19870e4961ba0616c217b80824", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "07dd43fed083429cb71b90408ed3a433", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "37a7d14fbd934811a49ac2b27325aed2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c5f47da76e88481f923298ae7398e2ca", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0acd88b9dca446c886d3fcad7b15da2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b6eabe1ed8c49ae94f147adb847889e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d93971ad0ab042d3a25b677e67721604", "region_id": "RegionOne"}], "type": "orchestration", "id": "e46a34bb09a04c13aa84bc92d8333301", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bbdfa08c2aed4a70acbc1a11cc154715", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a04b1174347430aba53e6a02dbdb607", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eedef6d578f243eeb2159e63fe3f4a9d", "region_id": "RegionOne"}], "type": "block-storage", "id": "b07bdb30426f49c39c5ca2ccf675a828", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bda8b74b1cfa4bfbbcde432bc8d7a0e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ce9c15de92840d2a6cea3d17601215c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ddea46536874abf8d5845ae2471aad3", "region_id": "RegionOne"}], "type": "volumev3", "id": "84229e84cfc94286a491974646338828", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fc54044056b4564b2e4503380706a4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eeefc6c0db4f4bfba4a53c34e1b6f7a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21c1ad78ce5a454d8b9e7862e065b584", "region_id": "RegionOne"}], "type": "volumev2", "id": "83ce3bf7b9d64083bce6a83e05df1c55", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7f64516d72e4b519d2953dbe4a377bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71f75de34dcc4c86bdfa559af9929ff2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00acd1ee69f94b9fb3bfe00e35bdadfd", "region_id": "RegionOne"}], "type": "volume", "id": "113084050da842959fc0a7800d56ef82", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0d22b13153947ac89579f1171179d48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71c11f43cbbd4d01aea81c313b356a15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "faf39c8b003a45498c127e1a5ce53c97", "region_id": "RegionOne"}], "type": "block-store", "id": "23c11ce426cb4cea81066b22cd459a6b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "adf1abae48e34bf4a7f64ed08f48b3b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "237fb466d46b4512a47a3c29448be3b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "02cbe81019714acb8f563bafb96246fa", "region_id": "RegionOne"}], "type": "alarm", "id": "b4f107bedd9d4b7bab1d68d628977036", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5bdebf62b6714b4d837bff929782c380", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e17c1a84050b48968c42ce7cf2a6313a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4ad263d810c844ee8320e55fa10c14d3", "region_id": "RegionOne"}], "type": "alarming", "id": "dda2cbbdbb7345bf89c39a01db23bf2a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5f368d06b8cd4f4883594c98a52ab770", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8d248877215241ae97162ff959f18f1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7edadf46d28640d7940afaa4971a5484", "region_id": "RegionOne"}], "type": "meter", "id": "812e8bc5d7bb4a8f86ba19758f50b9f7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bf84cd00e937481b86847053cd990de5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "12836a780a9c473e95b1be78553ca223", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "40e69081c82946b4965b6a025e353b9b", "region_id": "RegionOne"}], "type": "metering", "id": "eb0ce35a032a48ea812ef3c5a3222e69", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "06e6de4d844947fcb458a30bada6d0f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9aa4c4a826e24ae893d5af2d14095156", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f3b99edf630d42f9b32b7bc26542e662", "region_id": "RegionOne"}], "type": "telemetry", "id": "1d4eac7589794cdd9ee8bfff7282a53f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f0bed240ab6d4901876d0d8f43624196", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1467191754ae4729b51da1e043191a56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "518c33530f99492ab57709b2abbeda17", "region_id": "RegionOne"}], "type": "event", "id": "e9a417f11e3f470f87fbc9ee3fad1efe", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6fd3c827b13e4276bc1ff624e97efabb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a5dae6303bd9425c8be6ddbd440751c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bc69a7fde2f44a448540d8244daf5abc", "region_id": "RegionOne"}], "type": "events", "id": "0daa7078239f4081bcbce72d12914c03", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e2f374b5af284bd1bd04e9e90fa18180", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "281bad7dac834e48ad00e27612129e63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1425484c894042a6ba36a7bd31d4edf1", "region_id": "RegionOne"}], "type": "application-deployment", "id": "17aaa36976454f4fa65e8eb250db3b63", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e9d55298e8854c75856e2333d0d9abb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b59985a4869a4c0ca1239b62cb1f7b24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b881add7232348b8a04cffbbc5c94acb", "region_id": "RegionOne"}], "type": "application_deployment", "id": "81b94e1cc17b4e86a2b27a061ff01798", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "017ccab8c20045548757d94fa89cb0ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "baad9fe100da49578edc824f0f94e460", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d1305f1398c3417f97b062e5116c87bc", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5063b902610a4a57a9140235f39de1ee", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1642d1ba7a32497f98d1154d14960f6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4f53e2910bc84a2285b974e1a54b488d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "63f90ade30e04ec7848e11a0789da699", "region_id": "RegionOne"}], "type": "tricircle", "id": "86e639a0ecac47ae8576ff5a8bbd242a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d0134408b53f4a8fb03bc7e9545fabc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0984128bce5443e890a7a5b1cd6d39f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "fc3a059d974d4b58a8a49b0d20aa2df5", "region_id": "RegionOne"}], "type": "database", "id": "99cdfbd7fa35406f95ed39bf9668fe01", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c6903015ff4640ada9fc018fddbfe4b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c3729416479844568277e0e92766b79a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2fa693e50b1743d6a69894ccbf805ebb", "region_id": "RegionOne"}], "type": "application-container", "id": "c4ddeb622130478db2ee9fc68b2db664", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "afd0587d350f4721a008072648919256", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2429e9ec5bbc4d6e898a243525915277", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bba7e1631a3e4aa7a0e27d00f25c48db", "region_id": "RegionOne"}], "type": "container", "id": "2f4d7e358f364576ac70202b1f05fc32", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2b5c2a2bf75f4001bfc5b1592e4f76a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "893acc0c99ed4ab39282c087fe67bec0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7eeb73a88e6c40e2b1823746d145d492", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7ee24babba9c41718d6ca6f0de5f960f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bb5ffc6831b048d3a2bfa2e369f76384", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "eb0e23cc01a44f029461fb0fb1485775", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fb38056baff04527a5ae43951f7fc4c1", "region_id": "RegionOne"}], "type": "rca", "id": "f8383dca101f4331a61b2324635c27d6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "75b14de9dbc3497b9b9f686d1fab3967", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "628223048a804a1d8a553274baea77f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "beaf3ae79cd5462f8206d715391e836c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b1f59cafebff41c5b45a3ff31aa474c1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "1f17782f16fb44ed8190fe945cf3cbe5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "eaaf6b62df554bf1ad3c604f4ba41817", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3dddef4931984f3fa7253918f231f3b2", "region_id": "RegionOne"}], "type": "network", "id": "7b25c6b91b3240978d5ea233ebdc426f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0ea8b76c485d4d44966cefc828a223ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "bc9fe568e7f649159672c0b40dbb13e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "1423adb7a11d4ab687e7a7f2482409cb", "region_id": "RegionOne"}], "type": "backup", "id": "ca61176dad9d4dc2a1111d63e127b1a4", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "eb09d21608674f47a41bd9d42dad92d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "29c13eb420204ea7b78fabf5732e1bc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f7296014c5cb4121a3af6f3e2773fd14", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "66114d5b8e2e49aca5375548c313579c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b4c8a101d20c44479a94d47dfafa4b41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f916d501edd94db7b0197fab12fcefc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5b0290a0dc1a4eb4afdfc993641c4136", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2d134458f57f45ccb8df7eeaf6d5211d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c7e0078fda9a4238861c91da48991196", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "38fc25826e644d72b025dd15dfa4d4c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "50a2aa94e3d241c1ae4358be72a17527", "region_id": "RegionOne"}], "type": "monitoring", "id": "2b4da2d8a0264a13bc1d5514b9ffd60c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7979a93242694646af404c2fd6064e24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5e628c8d9c904deaace9c3287074f8d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "eeb0a4f4118d4c139d74e779cdacc19c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "29e84af503c44f6ea8fd3bd3e5aa3bf5", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b26742f74b954aaab84dc23fa32388b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "80b512e719044d45be6463f7d98c736f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "15a62339617b4527b5fc346a013f072c", "region_id": "RegionOne"}], "type": "placement", "id": "59b42a2c8be24675a7c4d42e1e9ae5a9", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "77a3285080544640b160ae01c74d29b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "453420ff4b9a406d8356e28d695586e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8d5050e571c143b8b590bb021b4ac36f", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7ff58deb42ba4e29996e5955e2f0e056", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "245b74ddec744ec289b5a7cfa6a3a956", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "05704cc15e2f4dc682e13eec452ef246", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2f023e5458f14543b93ff7aae6a16ed6", "region_id": "RegionOne"}], "type": "ha", "id": "262f223707ce4f7a85d9d57d22f668d7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f399774e25114f25965a32f0da149594", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3f6d6464f83646ad8986e00a56de1604", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "25ac4e680579499a9cf22ca94edae3e2", "region_id": "RegionOne"}], "type": "reservation", "id": "d03727b13a3e418d9ee7bef60fa2efbf", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e52158c152d6414abd0024da3f9fdec7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d45a7a578ef7471baf619d6ab705ed59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "ff142cfae3674cecbc11c09894263079", "region_id": "RegionOne"}], "type": "function-engine", "id": "f8c90af86fad4a9baa815849b6ac58e5", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e98e0a9cf53443729149053b4c077f3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "828a09eece5147c7924e20e64dfa89ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "938e7d64e90f488eb7c2e84f3532d345", "region_id": "RegionOne"}], "type": "accelerator", "id": "9213dd37d3394f53a48159739d4e03b4", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d1b1060719704c3abbf863e782ffb025", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b536a73c1df44cc5965533859c61f1d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5bbeee76579947f28255137696a6f1a7", "region_id": "RegionOne"}], "type": "admin-logic", "id": "02bfef17f3884833ad2fca5c576b7eda", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e5ab9579dba84c53a7ca8eec78859b6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "743d8dea47874f83a6098dd99867f32a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "adff74c8cc2f4f04b77b228030a35f72", "region_id": "RegionOne"}], "type": "registration", "id": "54cee830b78546f7a6210d14898aed23", "name": "adjutant"}], "user": {"domain": {"id": "0fd6776a451d4bebbd782351204274c6", "name": "c92c4f1191ec48a79540a46d191509c7"}, "id": "afa488c37f504707a298b15c87e63c35", "name": "3104259b44d2492383550a538889735b"}, "audit_ids": ["810da81cada44552ab2c3e0ae9a65527", null], "issued_at": "2019-09-19T09:04:42.820473"}} 2019-09-19 09:06:43,034 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,040 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,043 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2019-09-19 09:06:43,047 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,053 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,056 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2019-09-19 09:06:43,060 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,065 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,068 keystoneauth.session RESP BODY: {"policies": []} {21} openstack.tests.unit.cloud.test_object.TestObject.test_update_container [0.212977s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,078 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,082 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,085 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,088 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,101 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.014256+00:00", "project": {"domain": {"id": "8328b136be7c40f28e9bba666d475f33", "name": "4694f7ed5c174c95bde64facd8fca3e2"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f1a5c9c3e68c4530868fba503b1f620e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "28f874f96d784363865fb99ef8b3a841", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d66281cf90944befaf4db8aad42f8b0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "67dbd61753d34492a9d447117869b389", "region_id": "RegionOne"}], "type": "identity", "id": "aed68bb10f7b42b4b0b1db6cdab4ed6c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cb019afbd4864884a840e612287279a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7a733ef08f3a4aae82be1fe318cfb2e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e40ce550d7f6429c89d1eacbe16f4426", "region_id": "RegionOne"}], "type": "compute", "id": "58e36e08c977456093d008d9e4c47d27", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f01130718c5f4248bb0a812e57c2b1c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c76562e2ecbe493197af5f90867e92e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "836f8da38e8849f3a4aec8647ddebf3a", "region_id": "RegionOne"}], "type": "image", "id": "9b708d0e330a4362892d6f6ef69bc8a1", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "34a5ef10b4814ce8924d5cdd3143a6ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5401e01543fb4ac4a62f3caf00aa0ca8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1a713f5e82544846a66e691e1490ae94", "region_id": "RegionOne"}], "type": "load-balancer", "id": "fe1a6d261c954cf89a8595ad6378124e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f1cb4b9ad344224bbeaa12680952c7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c453fa2256f459d96bd9c3ab84eb603", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b40a8d423b9440e6aff3ecc61091a9d5", "region_id": "RegionOne"}], "type": "object-store", "id": "c4be0e0d299042de9497d3433458066a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1bcdd9eb61cf407e8dda46998974c56a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8cd2b75a3e1a41efa395e957ea3fe9a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "46ed14ea920444bfb424f5ea41a964c4", "region_id": "RegionOne"}], "type": "clustering", "id": "2977dd5972474ffa985d70c90343e392", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c7a3ba71bee94c798aa6d53e5477152c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "13aa49fa5fa249f78e5d98a7f1887801", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a26c74f8dab146da993c964390484ca2", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "fe7bcff1b2084101b49c4f4358db2a0a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "043bc8b01cb6416da215f6dc91520566", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b41309ae5ae24abea541ee3f97375e4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ab923cbfdfdb443d894f22bf435c51e2", "region_id": "RegionOne"}], "type": "cluster", "id": "d03f6d54085b449f95b797da3b1d6dce", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "aec5d05492894c0782fbc3d80181577a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f56b9cc043824089a3cd4fc75d336d49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e693379ebe9f4f3a88ae5f9228bbee6b", "region_id": "RegionOne"}], "type": "data-processing", "id": "41c48b7216664fdeae82348a228a7472", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4156370d9bdb4f63ab9da5612323952f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dcc5f4c786fe4bb5afa381296186b94e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "218374c6607045e5bab0c52d9ebc7416", "region_id": "RegionOne"}], "type": "baremetal", "id": "93534c71a9ea4c4aa2b04c483dea8ed9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d8f10ef140bc409786d2ff3c6519998c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ef8a9ad1e9254c56af3dab3960a066c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bf1276c3cd84452294aaed25d3b8da0d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "0a6b0a912a484e49b070acadeb32a1c3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2d0be52c0457443fa857f3bf66558b24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b49a52eb60b640c49c2e478d07d5e242", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "abda70f4e3ad4a48957123f677939987", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a60e4549f70842659d3b48abbed235c9", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d3c96bf6f4b24045aa72986ccf3d5439", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "57ec54dcde5844288a40bc9fee2e70cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f76ded7cb59148e3be255a04d7a62626", "region_id": "RegionOne"}], "type": "key-manager", "id": "a8b094659b524e1cb17dbe259c7785fc", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "07ebcc67cf6f4dfea34e337e47abd536", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a1a29ae1aeed4be4a46fc796a12c87e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c8e168c4bc184dacaab4d4cb8b2fa041", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ec9299c0e39f4952b892115e32e55600", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f47a2e40a7a34d228eea52676f90afd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5eee2416b6f44c2191b7a9593773156f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "707f06b04bf746f784e8958cc0446711", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9e469fbf5abb4aeb81282cef7fb3bf51", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a99f389e218e40458f633e94e1bb6462", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ca65dacfb8e04a45a2cc744217cdc3d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f75919dd219f4a16bdc63da9b99203fc", "region_id": "RegionOne"}], "type": "message", "id": "713e90817f364fcf89684b784c3140e1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "892472b0247544119ae2a2ada8b8b8a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "75430dc11e4c4fb5b095084ec6dd6808", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d9638b22ae3343f6af7c37211cde5fcd", "region_id": "RegionOne"}], "type": "messaging", "id": "96f28c9f2f24439dbd9952d1d8608486", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d2d8d38995af4b3cb7f4f7197c055bf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b70154917e504facb2b724d766b23147", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1d80554b81f34fa29df735dc90a9667a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "edce692377a547a5bcae2e8fc4acc5d2", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7591910de8af49ecbd61166276b0763f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8d2007be9e144b4bb871c7e6c646b4e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e0e90bf6832f4d53a3f245ad932c7b34", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "fa0fc33c9b524d24bc980f69e7cd8850", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "91ab910f57af46b2896ce65fa696de9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9fac6fa7aaf74052a6125cee04595ef0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ac41053a9ac4b0aaba9f0842fd23f4c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0f51515006de48beb3f8e51a498bbe9a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "24aff72013c148f6b38ba5d9263d59f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "97ef3480bb1e4ee49f8504a2c4c93c44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aa1b2eb561b344eb870d680dc39daf41", "region_id": "RegionOne"}], "type": "container-infra", "id": "b55c7ace9dac4b41a40c044868ce57c7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5406022d0bf34efc8e0c2e37e11d74f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "efa40f8936e9418b92649ad40d54dc2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "7cce5cddc5714b4482e35300bca9bb00", "region_id": "RegionOne"}], "type": "search", "id": "7aee2a232ac446feb84562abe02ef196", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2216a4f57d4b480e8193391fb56ee441", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e6e3187a3aa34643b3afc31edcefa742", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "71677520e55d47c980afce0147c74430", "region_id": "RegionOne"}], "type": "dns", "id": "8d7371da24e446518d5c669b7221cdc1", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d5cc3418dbc146a79e51791e60083661", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9ea5b4833b2f4ab783eff8432ea34976", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b3e34b6e7d814172a22cb023ae8883db", "region_id": "RegionOne"}], "type": "workflow", "id": "dbf6aadafbdb40f0af378660275d3525", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "caa850649f3c457eadd29a0a5776f5b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a2ee0fcf35d249c684491730e0026b70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e628f4bf8f2d494496bb678c2518dc26", "region_id": "RegionOne"}], "type": "workflowv2", "id": "18094cfd857c4fceba2dbaf57ece38bd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d6058cc5bf7746b9b1cac5373d89ca55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "de1f1abcfb2a429dbf6ccceaea1a357e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8c1ee5e0eece400db91de33d2accbe79", "region_id": "RegionOne"}], "type": "rating", "id": "2dd6a836133e43398bb514f0b308e786", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "183accc8446440b4b8f99e305b85f624", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fe25886a8faf4375a755352359f33dad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ce5e73a2a5be487a8c223f404c6ea47a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "b40127ceb9074a94b3bc0f25581f920c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dfbc11ae31174350b303fbb2d410918b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f78e04c3958440d3a76b72ee1f698920", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "54da1dc080514f88a2c882083ab5bcc1", "region_id": "RegionOne"}], "type": "policy", "id": "ed85cc1989224dd38a8aa3284d506d5d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6d86952d8bcb43cabfe5788aa4641345", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "df7c50a809134d869fb8bec96034b320", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1e35d7a802f748bb8740c8b33ce0ae4e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1bc3a1804b7545a3ab6c35ba473ed715", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c2984fa606be4790b6a2f168be0805ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e09c88c8f6cb4ce491035de2e8d624ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "568b335a9e0e4c5d959f0d21b0458613", "region_id": "RegionOne"}], "type": "sharev2", "id": "8f55c25321d84759b53750e69aae5ce2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a27be3d1626a4995acd24eca38fae5f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b2e55f2665cc4cc2a83d72fda9d21e50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c6ede1210a7b4c7d8a6052b4d5b17496", "region_id": "RegionOne"}], "type": "share", "id": "1b493331ee424a949579373c081c95ff", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0d486f1fb66343559dc33a73215d1c6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5b27edbc5cde4e09a2c13e8001df320c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d5531601c4734751923e862bb8d4b212", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6d620f4c47124cc2b15666d4b2f3c719", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77c678d90f324a50b4fdf539886f6ec1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eab68190fff64188831d642bc6c6b9f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "acd8c54cb4264182a48d450a860cad22", "region_id": "RegionOne"}], "type": "orchestration", "id": "bc361822b98e4315ab8aacae46adb62c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4fe1879f316748f28ee7d8b1ac13b939", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d37c608da9c84c5a970440e24269545b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9385f6dfae864caea25ccc575187e14e", "region_id": "RegionOne"}], "type": "block-storage", "id": "9734cde48a634999b9fdf2395c5cfbdd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b73ca78ace440c98758d362e242e421", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba72a209fed04e44927c71329a67c650", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e13a9b15203442db42c83109f44ac53", "region_id": "RegionOne"}], "type": "volumev3", "id": "ecbcf217e95e4cddaf1387ab2e8ef373", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2e9376f6d024a409927dab74a440fc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6ad3b1bfc3a4e63aadd7ca76ebc1be8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ceb0fb7b2e134aa1b88b24ce0212f739", "region_id": "RegionOne"}], "type": "volumev2", "id": "39047f228fcc4412937eb652d16656c8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bac33d06e05f43e695974592236f24d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7ab222e5b6e4608ab0b2bd22ca1881e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20482af176c64fc09e1d89992e334bf1", "region_id": "RegionOne"}], "type": "volume", "id": "5b227c6b5e5e4cdf9b08871911c7c662", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d5c77035a284c9faea8b798e61634c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1bb8930bdf942bc8a65eca94fbab519", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f3788d9890641ae973b1ed2d98ee6a4", "region_id": "RegionOne"}], "type": "block-store", "id": "25cbebe0230e4ac09c3208d9fdfd6818", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "015c76f060c040d79b656a683f476ef5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "da135739732c420cb55fffd6fd422a76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bfef3904f2494152b0e98fbfd8f94968", "region_id": "RegionOne"}], "type": "alarm", "id": "11d8c094c02941378c31e03b6012e911", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b6efcd1776d54d7ba676e5dba9ca3921", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ea648191c940498fb8f4ccc2024a0705", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5a19a6cd54ec4fce9ae3fce92e35028a", "region_id": "RegionOne"}], "type": "alarming", "id": "65ba5ec383b84e50aab11a626b8d15f5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1df7d7ae174a4fff9d105ef6cab39498", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d3652e405f5845898588f5f85ea7df65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7c7b0b7871f04b6d9d079d0119df5306", "region_id": "RegionOne"}], "type": "meter", "id": "d0f36ced83364fbc9f7e79c7e582b1b5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bbcbae935c95437db142b88f521c0134", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4ff92ff9481c410eaaba5f8301c0da99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b2cb3b72095f4b7aab6dd2b689d70eb8", "region_id": "RegionOne"}], "type": "metering", "id": "1a1e0477516d4f81a3285c1529717509", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f792c323a2ce480a95d02e079e08d19a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b24d8fac2cc44a2fa70450dc0f0858a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1c2230dcd61a4e94a639ea117b5fd841", "region_id": "RegionOne"}], "type": "telemetry", "id": "2e17ffe134344065937cefbd660d2685", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fa6b0e4f882b49bea6564b6bc00e1fbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "82954bc844484ef78401a8ab427fee43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e8cfa9be7c6f482b95c60dbb6cbda3f7", "region_id": "RegionOne"}], "type": "event", "id": "94dbfa4d067a4d18837f21f71cecb7cf", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f4b87439b70b4168b962a7c1f11b3f10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3913279d3a974c31b78703c511eafe54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e8ad99f15e02430981ba24c651cfb4f4", "region_id": "RegionOne"}], "type": "events", "id": "0d404b7caf844134b0a0c48762133e88", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "aded8193a9e24fda9297871672e76f7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0aea83d21ff4418f88edf957d0e92f89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ae70ee2c1f99432abcd94b07adf5c4f4", "region_id": "RegionOne"}], "type": "application-deployment", "id": "6bbf6b2a5af144c49e622d349dcca712", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7e1bcce2355b443eb86e4a8b07f18f9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ee9cd3fcdc204ab3b360d585ffb02047", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "64370e9cda6c40449b344132df8c2406", "region_id": "RegionOne"}], "type": "application_deployment", "id": "55ac9e2d32bc480bba149cbe33a85441", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dec25990904241ff94204b0075cec35e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5bdaa75915aa4099a308b5c54a61b44f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "348f4853710e40cf8f104d14878c1052", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "1a2fdd3b276e46b49904bd7f666f8ee2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "58c62b6bb9d34ff6932b6486eb208b20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "070519277dc14ac8ba6c08c01db26adb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "34cb1cd2218444dca80fb740a69760ec", "region_id": "RegionOne"}], "type": "tricircle", "id": "baac03f7e3044847905c26efaabeefdb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e3a69646a6874dd9ad208f78ca3949dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f8f7ff0733bf4b019fc22eab2cdb0590", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "cc0d64a921534eea99d71ef28bdd798b", "region_id": "RegionOne"}], "type": "database", "id": "0180881124994139b6dff136936f14fd", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "57711052d1da4fa3b7fbbbfd090a36b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "47f9543c71ac4fad97523d22d5e58546", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1d00d8511e4848f0981738941ac40db2", "region_id": "RegionOne"}], "type": "application-container", "id": "2c8a8d44745a49beb5c0bf2404ce155f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8ec97a04e4384e40a75bd19a6f01d39f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "77af59d4b123452dbcab7ece75a98f19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "71226f07a5eb42749c952aade78f2edb", "region_id": "RegionOne"}], "type": "container", "id": "dc81b93cbadb4d8f9be5e3bbae54b8e6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7f3b1a2335f449d388c9bc4634f90b8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "77f5d3e14f204e54b84104bb6e66b354", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "729e39d5ffac4c8da676632bb6e7716c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d92eb5076beb44609f27f33b444e1963", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "93661ed10fc14742a220166576451788", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ba90dab22614484dbc3432a1c2aa6cbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7b54689da6c84f1fa884e16148215305", "region_id": "RegionOne"}], "type": "rca", "id": "c8ae53c202764e55a529689e4ae77640", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "32ae98cfd0b14749af5cd68e3eaa23fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "79c12c97bd3d469e935d31fd88ccc369", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "76a7b228c4514a469276bcd29e2d5e85", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "315f3cd5d10b4d708377f929f07c3372", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "2a423d4e6fb44622af4c7a1ef24d9ebd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "03d274a968e543a492ee2174abff7969", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6ba8b2e912f84b63b08e6602561a9729", "region_id": "RegionOne"}], "type": "network", "id": "871f2a2d5d4d49f6be6eb2b7bcfc6298", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "8c4c8e8e8c344070ad2681146575cbdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "68ec6c4ce96e4b8e95f5d4d830c1fddf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "816fedee18b942b9914a04e85cf3fa81", "region_id": "RegionOne"}], "type": "backup", "id": "50fe5fa4f9eb42acbb182d7d48df7a85", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7cc0ebada3374072be2aacf029c26e5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2c7a5fdca7094bc9931a484b907627b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a2b94217ac8b48f8ab76abd4a303696b", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6df3bc7421bb43ecb4979467c668e50c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "99ed9f5efe93458586d5f17fcfd44325", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ac8fbba9e9b349198dad9311460f7829", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0b4bae9c68d14dd6b8dd8e934d33d26c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "bf828912417b4509b25515e04a8df763", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6c26325f4d7e4cb5960a67cda5401da2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "32b916e985a74cfd9ad372073e2a62da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "13ebd352ec8747e9ba0984017f79de68", "region_id": "RegionOne"}], "type": "monitoring", "id": "a88d89278f44431a8c875fb7af06a48e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d78ffc97d9834e6698ba5290d09884de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c58f2d3ca2d649b0a483d16deaa304f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d01e3b5da79941428066c6073e543bfa", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "29a7e87cbdc74e6f8a9df12d0a962965", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "af03b7fc99794c779161744794607b5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1b9fb1b8d36a428688c71f022700debb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "bade55eb623a4d94a8413bf9f95fd3fd", "region_id": "RegionOne"}], "type": "placement", "id": "f9bcb29fdf4246f8951a71c0b91b1808", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "94299ceebbe1492e97b7d210bf9d1431", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6adf4b7853dd42df901ce45893251cac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4edec2495b314dc4817cb882f495230b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "dd5a8efcfbb743e5b7cdde7e5e78338d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7a508f02ef504a4e8a0e7b4db36294c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1ae39f018b69485db35124df43434c50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "277f6437bc7345bf855604c969a8e662", "region_id": "RegionOne"}], "type": "ha", "id": "2c17743e8b15468499a3e715a4fced07", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c75b739abf9848d2884d19d91c45226b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "37c2b759d22e4ea89668bba364828139", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "464e2732463f49358187a605ad2c99dc", "region_id": "RegionOne"}], "type": "reservation", "id": "b5408bcbd561412d966abdde94b89a0e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "26254259f75d49d895831415aa228116", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "44e3c60a5f294aedaf18f85625a3329e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f9571c61f554475c97ef7cfef3202086", "region_id": "RegionOne"}], "type": "function-engine", "id": "d7f88a8663334f17b71780249a70d285", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fd674aae163743b4a55a87d918b1f1e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "36560684cf7d430ca649ff27e4bf95e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "569e844d02014541856a938788ab9ae0", "region_id": "RegionOne"}], "type": "accelerator", "id": "276bbc6af1784ee4b0bec532e26559be", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d490c3b9de244420a944ac4a2ad90be8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a5478f020faf48c8ae9ed37f58ae7cb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e455d31b62aa4387ba2061d44dc3ff76", "region_id": "RegionOne"}], "type": "admin-logic", "id": "96b4510a3aae4bd781d3509a330c1c6b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3f7dd46ef2e045da826fa0328b61493f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6fe6488a49384bd9912a6275c5e72f47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bcaeadc7773541228e92fd657ec38b80", "region_id": "RegionOne"}], "type": "registration", "id": "9d076ee660ac46f99f14d22e949bf3ae", "name": "adjutant"}], "user": {"domain": {"id": "e047deec3a5549f6825b194ea6ff3665", "name": "3b779102586341dfac7d3195856d4f4e"}, "id": "8f669d25e59a4873be1ba4fd417ed61e", "name": "8822bceaba86464eaa98ddcb12e2ea1b"}, "audit_ids": ["d7b86441f6134457bfb512addce5b803", null], "issued_at": "2019-09-19T09:04:43.014256"}} 2019-09-19 09:06:43,214 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_update_container-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-container-read: .r:*,.rlistings" 2019-09-19 09:06:43,219 keystoneauth.session RESP: [204] content-type: application/json {19} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_delete_security_group_rule_neutron [0.206107s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,020 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,025 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,027 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,030 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,042 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.958940+00:00", "project": {"domain": {"id": "298e51317c2d4bd6967fb3f15fd7da19", "name": "788938fce9074bf98f881f2b0b64af18"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0e17c048a091446886a05e3ebb5499de"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d53a81f4f86e4cdf98300eaf71031f64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9cd7f53690234e73b96cfa0872679fa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "761f8a4189fa4b16b850f6b2237440ee", "region_id": "RegionOne"}], "type": "identity", "id": "1f4075c816dd4548978ebf9310288d99", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "11cec5eeeaf74800918f401824ccd429", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9491573cf9884808bf8b280e977494a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9e352da4a21d427ba81e2ef010c12842", "region_id": "RegionOne"}], "type": "compute", "id": "1b540b8c198d46e4b8bcc3a6f3e078ba", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "cfb6e3b216d345bfa6eaf30d7a876043", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1019260717954a4f9f8ca51538b9a8ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2d644b5614fd44af8128f5a4770cbf17", "region_id": "RegionOne"}], "type": "image", "id": "f6d28337b816484e92e9585d9ee29a5f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3bd64c14479749f8baecae715006d0f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "de9ed143bc974bfcbf7a7d9e42d1a5c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c7d22e49bbfc4047b8b2360311931da4", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e4e385cad6a34cc4913a0e9e835f0605", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e69b0f0e887d491797e63605e40ea5ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9edea156a8484fb2be1d2046fadea586", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16c40664bc454fe79287011b9139ee46", "region_id": "RegionOne"}], "type": "object-store", "id": "208ab49ce249404bbb5d4d02df3bcc95", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1b6da99e17934a4995786081c80a6e53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d64e6a065dc940c78eba859a1069bc03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ba14f6c2d84c4f46bccd2ad5e103f22d", "region_id": "RegionOne"}], "type": "clustering", "id": "dc0dc78bdbfe48a29f8a30bcc70d5575", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5306744e6d6b487ebf4dd151c180b89a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e0394da8ab73478a92dcbd8d1c98e801", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "07c18a9baf8b418a84c260128b189071", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "399d6a5f4ef648ddb940352c331987bd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "911425666f54491bb8a8a21c6e0ed195", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "56539612a5284c67bdd7c921bfcf7537", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "24c754dbd2164c588aa96c9ece92228c", "region_id": "RegionOne"}], "type": "cluster", "id": "8c587767c2604ca39d692b5ce30da9c0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8d812e2758d443428a726ff59e2558fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "07ca80116d334045ab42a1be70e4009b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "145c4fae86a14aaf855b13d4b52826ac", "region_id": "RegionOne"}], "type": "data-processing", "id": "9f31174a72484bd3a7dd40d4a9dc14b7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bba32f7431274a01b5d76a8d41e4417c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4a307a9531f644fe9ef94d6d3f2c9b38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "180b948f898f4d0089425d60b613d945", "region_id": "RegionOne"}], "type": "baremetal", "id": "5b5b43003c004dd89d63c08d34425d85", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3a89776be2ac4295bd653452b1ebd496", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7b4151b2023f41838dae9ac9ce68c0a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8c0c74b8320240adaf5b6f483c954234", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3faeb0970e274e3e8d9614cfd8d24bc9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0e36f9a831234ac4b601e9f409836e74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8c5d0f11693f4105b0d97e159bb1ff1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9c1919b4d464413688c56adf120fc11e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f991907540b549868c53a81b2b109ad3", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fa104abbde0b4cb19e8cf4ad2242029e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "84ef3ff060d04d6ebb2ad96f7bf3e08f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7c78c293698f4d8b8871040bc92d961e", "region_id": "RegionOne"}], "type": "key-manager", "id": "e1545bb7ce9d4ecd9faa7768f4eab1f8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a6fa36bf67a4434e82feb1fd5d6c15e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "011e3da651084c5f80bd7e2365da1d56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bf7cf61ac8334fd191a7fe7a87f97bad", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "db89953cf03e4c2dad7c7076276c6698", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "88c142230ca44e82aac680626e5134a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1dd245d112f54cf6afb5245fc7b5cdf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "51a323da7bc84f739a2d77953ba7026a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "578b90267b584bf494e70043c8932bb0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "381a4b0f23bd40e88b522d507d7f1186", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e729f07b315549249e343dad9af60566", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2e817618f068499882782347969432d1", "region_id": "RegionOne"}], "type": "message", "id": "279f8f4b0f3a4abbb6a4248d6fbce514", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "dba85d6985ab43068796c1b050c6e84d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7b32cc635a104772a678584cbc037dc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "51710a890d284a569d14e18ef2353e40", "region_id": "RegionOne"}], "type": "messaging", "id": "38a6d59cce8d4359b402a423fe7b5481", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fd38e809d4814403a13e98137818a7df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4df3e46a46b54a01bf0c5976103ce676", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8784507b04cb4ddd805573e236fd4d6f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "42c477d17ff548bda2c739f95fbc77e8", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b214de255bdf4441b2d2191b5d1ce8eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3382d7f99cf54cca9039172c50b1ae74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f5ac14f4f9d94698be6d0dbd641279d0", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "86fbd0f696834ba6a3689f07e9ac9159", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cdfd73113e6b4b7b8f8da995a790ce96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3bd6268061274de6a6cf22ec40c057ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b277ab84baa44b8829e12607a934882", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d62502a40e6a4288a2fbfd665d71b64b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5fa239a6d2ca4acf951cb1eb530b06b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "39d033c74f44401ab1ca94e6b98431cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b0857aaa586447748d9087452467efae", "region_id": "RegionOne"}], "type": "container-infra", "id": "c4277bb01a5f430cb1bfaa1077fb8bbd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d7844c3fcf7a46959969f1b112afcd4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "4356e698296c4c06883aead912b29c56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f3f37c91e510471f88866aa80d1dd4b1", "region_id": "RegionOne"}], "type": "search", "id": "5721313c65d444728ede186edcefbf2a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "32f761cab76945fba5c510aaa927e9a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "98386638a6ad4ca8991e09b964f66896", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "33826bfa45f043e8b68050fb93379ff4", "region_id": "RegionOne"}], "type": "dns", "id": "b4ed57c8c875407092f1a73947c24ef3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1f815ef0f61241e0becf7f2df0f5e68e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d6e370774f9e4ec48afbff0dc93bb0c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b0f07e5054be4ae3808dec38a84c210e", "region_id": "RegionOne"}], "type": "workflow", "id": "e74c99e51aa24fb8bcb7407ba459bde6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5db63eeda4c54a91ad6210bcddd5b4ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1c083dae70c04c528504bb41aa22e94d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "37ea4180fe43418a9f37b368bc77dbb6", "region_id": "RegionOne"}], "type": "workflowv2", "id": "fd60d14e31b14c33a418616d3a58935e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f05fc0eb92674f2d95c17672070cc579", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b0f48ab6c74b47efb19025b92c96efad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "30069320b80242c38b06fe80871bda59", "region_id": "RegionOne"}], "type": "rating", "id": "2d9ce1e8b8774974ab6729358a07181a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dc60719d95104241b60d48f666ed33d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3109b371ebe6457db60372ed591e505d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "dd4dc1ab23d84dd680a882cf9e3bb564", "region_id": "RegionOne"}], "type": "operator-policy", "id": "de65350049614bc9a76421488f4336dd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b5cd3ef2a9f5433a867adae4c7daf042", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "651205d08e334f5297a730ad3cbd70a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7b7dd485da7e4982baaaca2ab4d2cc13", "region_id": "RegionOne"}], "type": "policy", "id": "ec82e11d152d4543ae054097ba4a4988", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bf2f507d68b8478ea927e37255a67113", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1ed6d6a55ac147d0a979eca106e8a2c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "72307ad2fbac4f0f91821847cb674f34", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0793188cd4214699aed876d680748b21", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "529e8ea524a0439f8a94f84cd8956364", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ca8fb3acf91247319e7dd3a2d11aa9ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d81c059ec6b14fdf9e634355a7fd1e77", "region_id": "RegionOne"}], "type": "sharev2", "id": "1054edd7230e48898c5dbb7428811d2b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ee55db8af31948fab4c06d8a8e4b2266", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3813777d2a7b4dd48dc9ee0eba14b323", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "21af8c18ff4d4378bff3d75edcb1dcd5", "region_id": "RegionOne"}], "type": "share", "id": "ad1fd8107dd44e1ba112cc2b2274950b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2946fd52210d4f69b011a1b573e30c17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d82368cc866a4b73867884a5a1e1fb55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d58ff800ff14492ba0bf3dee0821430f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "99de27eca7224a01b57fdbf566f418f0", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "beade87d989e4b28ae60dc7bd8984a6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89ded9bc2d0d4e809e532ea5a2704915", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "160965d745d44a6aaef88b656ae563bf", "region_id": "RegionOne"}], "type": "orchestration", "id": "5b1320cd1bd143c58f7a12b8cd795a70", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1416a71156843a78d223f973ed61481", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52b347d1bd2d4a91a3832c8b01192419", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "549e030a24cc4d3eb9ebe711abe7076f", "region_id": "RegionOne"}], "type": "block-storage", "id": "3d1e4cc7aecb4f928ef7ad42bcace1ad", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd9500a5d69240cea04d6f4df042927d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "734198a44ee04aff80e42b093367bd67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12f986922b464fc194d04894d6341774", "region_id": "RegionOne"}], "type": "volumev3", "id": "0f01a0a509254831943a5178d70bd0dd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97a731868e234e42abb22f495ad9abd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d58bbafc3144ae38dc12b649c7d9403", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "021956ebe6e348998b41d2942b7c1aba", "region_id": "RegionOne"}], "type": "volumev2", "id": "4a88f605a1a042499a6326592be74e45", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "742f8811b8704df2a926b767695d5c67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c913f6781314de69d808da2b1cde996", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "197fa2a6d9174bb7bbc3d42739124137", "region_id": "RegionOne"}], "type": "volume", "id": "d90dc67d35fc48799a0d273acd77f8b9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52d69f3e7aef46cfbd26cdaee6f6a6f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "998a434cd0244696b21d464c78e63329", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e5fd398a18a4eeaae35c611e9028226", "region_id": "RegionOne"}], "type": "block-store", "id": "e82c2f812f364420896c15ea8845f970", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f5c12ffa49b046d8b7685f76b66c1ab2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c06bac28363c465182d52aedbc56d7eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "16e48f5846c54220be185df3841ff1ba", "region_id": "RegionOne"}], "type": "alarm", "id": "2bcc782b1cd4464dabcc95d2c9e23122", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7fb25497b9a44e49bfef3efc9fbe7a99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "860f7fbf55ee460ca161a7e4a631e95f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b82b2f494338444e8e6b5b889dbf8232", "region_id": "RegionOne"}], "type": "alarming", "id": "3103b0d26dce4f17bedea481743dd42e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0b858804fa104802b5839f3cdd031c08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7273a93a170748c289a5e6cbd765e0c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "35a36491c46f42e69974608c4f592807", "region_id": "RegionOne"}], "type": "meter", "id": "d3e30362a7084dd5904df7d1c1b5cfde", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f58de3e5ebd246cbaf6db57e9de831ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dc2c83a70e4b487080f8880cdf272c72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fba8631a1fb84c87b7c2a581142df358", "region_id": "RegionOne"}], "type": "metering", "id": "218b3db898ee4da299fa4bff74baefad", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d05205688c094efcaffbfde075181e19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "47a982f818434acbb124ef6a91cde6cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4b1d2791b98140438b08f09c7ff13969", "region_id": "RegionOne"}], "type": "telemetry", "id": "49d59d3ec4b54ede9b4e392cfe6f57ca", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4f78f73410014e50af5bd3c3d239a813", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d392638a65f545e6824c3d58dccc5c4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "08776deee13f46ddb29d06a35f841fcb", "region_id": "RegionOne"}], "type": "event", "id": "232c813c8e164f05a7801520582a03b4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "dcaffc933fab45e9bac0aebdb7563bd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bd9e9c1e4acd4e118a2f4452432d040c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f97636d87dec495a9dca0fbe73e1d04a", "region_id": "RegionOne"}], "type": "events", "id": "4b71a5e2ca484a5693b3e25b27c6914f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4b41bec007794cdc80e13958a8803bfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1688ac6162894ec99f4ff49165f85c9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "927dd57444004a4cbdc54e7e997e3276", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ce1a2416aad14094846b531976ead147", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "369dab41fffd45f3af8b43073dd52014", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "145179db2f564506ad5ad87366af1fe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4462f7ce3b0b4f1db4570aeeec46d545", "region_id": "RegionOne"}], "type": "application_deployment", "id": "7094fa1618b2440b9e6797dbffb4d389", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2f742c6aa2d645509d583e000ccbd11a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c3138e750e9c4a60a3747cdd4e559495", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "814a1ed6de0047e2a923d4cc83ca59f5", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c8e80f04c5b44a79b676a6f571c04989", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8f424792437244e9ab282ffae7387a69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "01d3e354c8314b01a7c30e323671d32c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7c0a185731e041d2aa2d072c5cf9f280", "region_id": "RegionOne"}], "type": "tricircle", "id": "4156136d5a8d46999b0d4e188a59f8fb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "4588bcaefe194deb909960bca6e5cb91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1746b33473eb4535afe4811bb7b24ff5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "235989349baf456b965e6107716feda8", "region_id": "RegionOne"}], "type": "database", "id": "149187ff631f41bc97835b776033cd98", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1793c40f1cb141baa142e707229f9cef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3e55b46084a545bebd4669ab0d70cd3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bc8c9ba3698a4ee9b282069fddca6cd1", "region_id": "RegionOne"}], "type": "application-container", "id": "1958a503d3bd457192d372f20323b55d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7ef0c549aecb4ba8a7820ac663aa501a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "87584e8dbb0a4f1d8c9ec5b4de053391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "52b2aaa40b4c462abd61d7f3c14aaa3b", "region_id": "RegionOne"}], "type": "container", "id": "f46188ae9bb64252a845753dccfd2ed4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "48bf4a19d53b4dc8bd8acbe86f4f849c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dab3d6589b1d480bb81da558cdcd5827", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "897cef11f1ad43b8bd3968be35e7f02a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "51dab18746f34b8bb925a550d9b6151a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9cedf0e07d9846dab0e06c05352ab0d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c3b4a2251a0640e3abd6c0a74e75851f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "61a504c685a14cd8824c681053f66268", "region_id": "RegionOne"}], "type": "rca", "id": "3eff6f42aa2c4e649a23a423b4e61575", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8b58d745c776432882c2ba907fb4c4d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a64fe02168fa4f79aab898f7181a986e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "4f6c2599976c421695e8b3514af28311", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "eb8c84520f7042118c2bd29b2688abe5", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5a0175106d854abc87b7069ce739cde2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ecf59e04ef8147568827b2079262dd96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3ee78d4c35d940e5ad134917e6be3ec5", "region_id": "RegionOne"}], "type": "network", "id": "b3164f0e3c11422cbce6cea8541677ac", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "165b8a55bb7145c08974c689c8f76ff8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f66d51b456bd4795a01465d5e416685d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "64bfb2dadba3442394b85b2ea8e56757", "region_id": "RegionOne"}], "type": "backup", "id": "a5d4d28693924d80badb34e0ca99079f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7782f89fa30a4c70a9d82f910b00307d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d68b3f1c6a524f99a4d536233459e7ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "092bc8137baf48868032df164d8a74b3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7889e9bc0e464318aeab7921922f6cd0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f249dede264842438465995c2f3d05d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e4bca0da9cc84de6907f3b4fd23df22c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "938ad7bf363146a78f06327e7584063a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "12278d6e0da9481bb65a6e6e937d9731", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "068d7c847ace487c8776fda4906549ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cedb6a013e9a4f9ab17f487e48040e68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c06b811e09654363a5e4ff41e324b68b", "region_id": "RegionOne"}], "type": "monitoring", "id": "7c2be95cc5994ef4be4b22f82dbbfcbd", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8cf6949faa4c43e19435a40bc9f6acae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cc61479eb1f44a1fb2456d3d6d692474", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c592a7a95db341449902de6e3fe16b19", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3188bcf4085541f6a69247495fe3c059", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a76b5718823b4f07ae71d001c62479b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "dd7a5c47e72b425ca7e824ca0070c7b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "657223bec4ce416da2ad865d2e1b1610", "region_id": "RegionOne"}], "type": "placement", "id": "e4e0ea1a33e14f9594b1b2f954ccc891", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ec7d778315e34626b40b59516c57267f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ceafda24ad254d01a05e290c305026b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e2ff0c4afa1843f1b7d39f74aa53e3e5", "region_id": "RegionOne"}], "type": "instance-ha", "id": "3e8eabb88a364ed2b35dfa436ff2212d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0c8f64a79e64401983908f7f0b4e2e9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7e4693b66c894802954f17516c91acc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "663a557c7f0a4584982c2a1337d25dba", "region_id": "RegionOne"}], "type": "ha", "id": "a9c9bbefec5c4be98115b0112b803e63", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "530b12bcc63c4c8da484700daf5fd254", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "edbcbad111d8451b90cc793ea901c90a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5adce7c79c4d4febad534fc2497e00c9", "region_id": "RegionOne"}], "type": "reservation", "id": "7efc7ea3728f4e37a6ac5e22bd003044", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bab02a96f22b440382603461b0ff3e41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5d97f3e487d0417cbbd9e20fdf331ea1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4e822f368d6a47a8a41ac03175a9dccd", "region_id": "RegionOne"}], "type": "function-engine", "id": "fe0193b1f4b64af1ac5145b8e833754c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "23d6a1e1a67e4163b0cc9119a84fa723", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "edf47d8b7f694c4bbe1523de14e146cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a0252531be454c0eb372df3fdfaccad7", "region_id": "RegionOne"}], "type": "accelerator", "id": "760bf99129b74189b6676d13d7b10452", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f1ae74552fbc43afa7de3b331fde9bfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "372eb3d4ec0b4fa7a9ad877095c3b29e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "427fd797aa0842d79bfaea2b582640a7", "region_id": "RegionOne"}], "type": "admin-logic", "id": "5311f5cc64a94073991acb286ebb9df8", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4f3d067e42ec4642b6ec2b02e5d1ed0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5c0362a008c34e9280df0c52a4bb21dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6c6044da20904cf8aa0257f062ee7895", "region_id": "RegionOne"}], "type": "registration", "id": "9512a7f5b55a412bb09912131aa7d53e", "name": "adjutant"}], "user": {"domain": {"id": "a0b163653dc245e78932fdccf506dee6", "name": "bf9377f101e24c839db9f96636fd856a"}, "id": "e3952fa1887640eebdd05ea112af4b38", "name": "69fd996f1c454ce0bb857935c68178da"}, "audit_ids": ["344a2ff86d954660a176e29fd5f0dd0c", null], "issued_at": "2019-09-19T09:04:42.958940"}} 2019-09-19 09:06:43,140 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/security-group-rules/xyz -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,146 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,148 keystoneauth.session RESP BODY: {} {1} openstack.tests.unit.cloud.test_router.TestRouter.test_remove_router_interface [0.187813s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,956 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,961 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,964 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,968 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,981 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.896443+00:00", "project": {"domain": {"id": "5e5b88ff1d4a401cbf223b2177ab816a", "name": "d9c6c570e6744ac285d36e06ecdfc9c7"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f5b801fccc0246188c6f159165c0839a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "043926c4efd049d59bff3b4031db7d77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "40027db71a6b4e49ac3f61a2c3e8e482", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ff0ec724949440c097b7656216187ec2", "region_id": "RegionOne"}], "type": "identity", "id": "2a87396b09a945f49db344036088c711", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "929fc3e1afc345e59bd8d3e94eb16f71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "95eb29068dec4967a12f33ac4b07fb22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5f239cb2d2d74af495a18aa2fbc40f3d", "region_id": "RegionOne"}], "type": "compute", "id": "472ee685c96c41a3891038cb68afb2f8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "fb18ac021e6342c780ea8b17868e70bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "9f61efa1048c4439b9864e83f4dda459", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "33895730749a46e98c2454601ae207c6", "region_id": "RegionOne"}], "type": "image", "id": "785aecaf2eec4fd6a78c9541c1183c56", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1f4d9076bf1247de9dca3384ebcbb44e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f25c1aa71b2b44a0a116ff503b3cd6c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "363f4e0efe1d4090b9ee20f65772601d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a18ab0f95d624d4fae4fad2da51bb112", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9201632d80f748b38bf27ee5ab80395d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76643cf1e28a4e61b9dfbd7e913c9693", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ed8d623ea98436283ff5831444c4fe1", "region_id": "RegionOne"}], "type": "object-store", "id": "bdc2cf973120463293b6a83664681741", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "14928afa0ee44fc1b94b05fb93d474ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8b439ecd25644df0b0db3a7776705ee6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9e03969b9ce94f2088fd5955d06c23bf", "region_id": "RegionOne"}], "type": "clustering", "id": "be446dc9b2b74434a806d03f3607e707", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "86d5d94b9e59433fb874ba49ead207a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d79cbd9384194d51acf9795a6b6ca044", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5bff427b53844b069d11bd2888dd9768", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "fdb6f4a2715d4671bca64318020a7261", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8a572a39b1004f32b80a544f86f6e6dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7fdb368fcb504526a2ebc5e2fdf16e94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8d05cd69c09b45ee842b2632b4307a3e", "region_id": "RegionOne"}], "type": "cluster", "id": "1ccbc0ebc59844ec9c6418041c2e0a09", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1e0924dcb2334f37a8630a96add46fde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "65d6bfb2941148b69520f025fe449f23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "bdde1c98c2ac452aa880c4e7fe70b42f", "region_id": "RegionOne"}], "type": "data-processing", "id": "13a9d401792b4b719486b937cc54f004", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f5143282cce9463da07772aab6da3038", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b67a129d9aaa469aa83f0803d0897175", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "18a0385995994dba9fce6de43d457a79", "region_id": "RegionOne"}], "type": "baremetal", "id": "6e16d6298b0346eca6d39d0d15941fb2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c8048fcf5674481a96b712cc27c83f94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c55fdcb7f8c64e43b73c800287909def", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6eece9fad5b74a1aaf3000fe87b11b2c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "281da61baaae4dc2840d186759270636", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2b7277382d5e4b9090eedd8bc25195da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dac053ae058843cb894d2046bf8e2614", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9fe16933f3f4445caee8104d118072c2", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e5f34b8c2e964e3ab319f93bcdca7a05", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2c4549d916914044ad473710e8023a6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a629cd6135114d87bb624a68f257fd70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "14f84c39d69f479886e4fb1b85efae99", "region_id": "RegionOne"}], "type": "key-manager", "id": "02ff8813175043918534674e080a270a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e18b093867de43618a25b343153cc4c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c81f7938f22b40d4bed438ed767b85a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0c16953bfaf343468a3a93af75b0557c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "57e7e221330d45dab0055e8cb9e5925d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e155c6d495b240d98ca207eb58cb821d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c343eb0d543f44678990b8c9268afb94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4124b9c9f0d84de585dfbdd84720ba5b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e9bdef1673594cd3bec56967b48e4620", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0da41a7f0b794ff6aec6609678b62152", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "08065713284246b6b276d8af153442dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6cf38b41dcfb4ba3b24cbdf7e82a855f", "region_id": "RegionOne"}], "type": "message", "id": "461f5f3eafe3451e8cf632721abeb141", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e760322dfd754f268eb8f13efd9f1f9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "88930b400a4c48e6aef532f66be95975", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "21a9270031984421858b95293ddd4733", "region_id": "RegionOne"}], "type": "messaging", "id": "d4517100bfc049598d961be088c2d46a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a50c8c6f494d485992e4e993d8b30919", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "72481ff7583144f59b0cd19c21c76a53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "56fc55560f9f44dc96e4c083d223fb51", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c18a2dab72ad4306b7884024e96ec545", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d6f3010fbb934001a252db48681ecbf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ba17481516db4d12836b66e9b8c52867", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "233a057815d247ac9f251e8c1a89a354", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "bd8cd849665842b083d9467c2875cfef", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "10c60630977746f28eaf4f49a5280853", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6213e7e9483d4a2a8d05be4d1b1fc57c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5455d1d32ff245ca97dd11155461bdcc", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "57a9d3d1fc8c4c8db6609b2cdeaba042", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "36a88c3486d1449983ccc516c93ae5d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a8e1621b55a4f9a8b7d861f006a295c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d564601e15a6409da2b3448e2a10b43b", "region_id": "RegionOne"}], "type": "container-infra", "id": "b56284e08b2f45f7b8457832ee7cc313", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "055c4606678f4101b9b7313852b3a1d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "bb8606f211c44675ba0e6e4f3e1cb4ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2ad767d04ea6474bbe1194e3245f289c", "region_id": "RegionOne"}], "type": "search", "id": "e4825cadea454cc7a576e2432778a44c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "de5272be2fcd48ffb775240fc466d89e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "27f50c81ab70464fbd36ebc3ebc727b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c6568698cc54408e940e1dadd5efeca1", "region_id": "RegionOne"}], "type": "dns", "id": "a841dc747ad146458f709df43077480e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c1cb0a9cc9be4068ac82c835a6272cc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "460f2a36ad1d46a5af4dd9b019053e3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7f914a680c56432697ac705241d15738", "region_id": "RegionOne"}], "type": "workflow", "id": "f897bfe1471c4e10b03f34cf3e509efb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ea1d3eb7dfeb45c29661412e1c365cdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "80b8d99d74924d379108f36e73827425", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9ccc0a6a0aea4b1f937b51d8945af84f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b805145f9d9249eda2a368d70a1fe3e6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d0db37d181ce4f49a8c68614b61802d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "de234309ba5743cfaa22b11d51b6111c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "410c171a63654be9b1f01bfa65d5134a", "region_id": "RegionOne"}], "type": "rating", "id": "3f9eab31a6294469b395913a1a96cd9c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9a5af613faa1444bada72bac2d4882d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "049e50f8c9f64abc8f149c42bfde0e6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "eda2838d68d044478efc1f1ef3eb3a62", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ecda17f14e894223a4afc1ebeec9a7de", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "07ab8a99e69f40688c7a6b4761408fba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a21a436cb2cb4adb909022b59efb9225", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "301e6c36a2d44eebb3718423183acdf1", "region_id": "RegionOne"}], "type": "policy", "id": "bc38437f10b6466298371a0e117834da", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f1015c3b39d34760b50bf07390bfd9bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3ccc28cd5edb43678fdcefe909899150", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "564414152806448bb87a22710afb3e69", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f5dd5265c2b246a89a811df675029067", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f88ee6b5fc894a68adda4f99686a5dc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c841a7dde4314dc7a55c4bc6f305744e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "aed185ecdf2c45f8974fed1c0dc5d5c4", "region_id": "RegionOne"}], "type": "sharev2", "id": "cbd967d630164c4da1e02f8952f06cd6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "72ab7106af854b0296068412cc5c17fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a51549d51b134f7caeb1bb7f3d1b7096", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bfa4dfbdc9ec4a93b7e583214e20cd76", "region_id": "RegionOne"}], "type": "share", "id": "2bfe6482f0cb4316a63bad5b55fca467", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "cd4197aeaea14f7d9d173f75dd752be5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0d9f29fcff8944ee8b489b93dc533778", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a51083d36f9c429393ed29a880c4764f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "bc317a550efd44528373b375e3b603be", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01b4494165004f838eff75b0c1130aeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2f00877e1a7448aa69f015ff2b86296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1af9a4b8e9340058d67ef7a33e5346d", "region_id": "RegionOne"}], "type": "orchestration", "id": "cce4ec3e9b9349139f1498a694f6bd88", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4703f5c11de84d5f8faa965620989a47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1cf9ab542f6d434e80195858e8cc7a9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "020bed1857ee402295f638b603cc2f0e", "region_id": "RegionOne"}], "type": "block-storage", "id": "71566baeabc640e5b1ad72c25bfccd9f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be073f202a474d63850b46de89035765", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc0e2c051b3944e8a500ac0155b8c568", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99dbec848bfb409d8ed66a09cf08961a", "region_id": "RegionOne"}], "type": "volumev3", "id": "ce1b2df07913444d93074af065c5088f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93fa77548aff4b7da075baf72c11092a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e767907610c4923b22a53387a480058", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a84b4cf5b49d48e9a3a6e40f60221b1f", "region_id": "RegionOne"}], "type": "volumev2", "id": "00973fc9d8bd408299296e85d0bd6a1d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04501f26e7e247c3b1f6411b5f3ae574", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "428437193e3047dd92237be52dabb0b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d484577b95f24e2b9c2441f7137777d5", "region_id": "RegionOne"}], "type": "volume", "id": "26125194a10b4deb9417399db6f7c244", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e36de3bc5145433d81ca685c6969e7cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da7a2368139c4900a854870d3973e5e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "469fb7be8ba74040a90d48329943163a", "region_id": "RegionOne"}], "type": "block-store", "id": "afbe06af56e1428ebc350c94cfc22080", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d5fe6a91c5c645c98326123adeb58965", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "81252b6ecc8b4d6f9a1aed49f8d9a9ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "da970b976c8143769c699f4f8aa15fc0", "region_id": "RegionOne"}], "type": "alarm", "id": "5b7519b26d7246af8e7102e14cfec4de", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9cb3f186ced54e9090a11bdaa20a15bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e04cf0a3350548e59f870d0403d0774e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "30180b13588c433b9a66f6ecc09fa173", "region_id": "RegionOne"}], "type": "alarming", "id": "eda147f56e0b45b28e13f564463303a1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9e4fe6139a2d4eda84dd21b2e3c88b25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "63dd73e4d09849f0bc83ca4b4f1bceb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5295522e3b714755be2e739da2e99b80", "region_id": "RegionOne"}], "type": "meter", "id": "efdeab0325064c83926f519bdc17371a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "27373d2f217843f4b936977f6aba8f41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "49666a92c9fd4f5da8a44c1e48359a9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c3f804b133464f91b34729733e941d42", "region_id": "RegionOne"}], "type": "metering", "id": "ffe0ef5f55644eb39fa49899a58639f1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "68dada321f6d4d37b6e5cba192dc733c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ee0f587e12c54e00bbf446432179cea1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "920d1f404b9340478f1f761cb03c0405", "region_id": "RegionOne"}], "type": "telemetry", "id": "eff401626e5c410c95624e803e4e729c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e7ad97151ae045bc9701fb8ac7eb1ce6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6211682af646429fa814664f7aeeb6e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "15dde4364ecc4f2c99e21dbfc1a21b89", "region_id": "RegionOne"}], "type": "event", "id": "5c06df93f01c41f68105ac66cc2d1ab8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9b134e35d6b6480baca931819af8303d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7f5b2a5239884fbc9ad5c5df112ec0dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ca0789dbd1d54ba78bf46564c699ff38", "region_id": "RegionOne"}], "type": "events", "id": "379cf16a608741159a58c5c4d7308377", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cc01bc4361d54fbb81a33951445f7bd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9d8b990dc12f4c889a3a566e2f2df397", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "77c90660e9804979867edfa1ebcf3418", "region_id": "RegionOne"}], "type": "application-deployment", "id": "6d62fa35ab04479ba7248fa796665ca9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "33e458cff2a94544beb75836f7956212", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "832b36624509439c8c6f8f730176805a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9c62001a9c504ca7ae6bd5b96cd9a1d7", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b9828801b80d4897b99554d521114fd8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7775c63acf9546bbb3416d9be6d320af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "39c4a2fc9fbc428685150d2b4f115900", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "55e224ed4011422e993cde1767681a0b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "0be442272e93418bb7f55bc7d311d7b1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7dd22bc13b4c48b592114f3c7923d051", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "049fba699434403ca24440c9093a3ba5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4694851539254d5d8d81c8188d5bdea0", "region_id": "RegionOne"}], "type": "tricircle", "id": "f71f23eb7e2b41e382f8a7281fa6897a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5c4c53908c4e445e86586e9e9c4afe1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "770c86d496fd4105ae9e23e073f682fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "553c3c1862bc47b0b870542796768edb", "region_id": "RegionOne"}], "type": "database", "id": "bbedebbea018429f8dc516770677927f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7f3bdeee69b04e90ab2ca0160f5c3d5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "937b6f4c6dd14864b865d6f93af27c75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "965a24abbc164c0ba677736bb01dd12e", "region_id": "RegionOne"}], "type": "application-container", "id": "7e5acf658f744c8dba563eb8e63bf9c3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0fb45236fac94540a87258b11638e24f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d46e83429e774d12a39b047001d522db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f41da9cceb0743e6a97c0a475a091ea7", "region_id": "RegionOne"}], "type": "container", "id": "a8ce268021b6475cb99cf784359526e5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3067318e15fb48878ee5fd6f4349f33d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "10dc2d0540ac490d9cbbe3d427419527", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "78e8f8e165894998911728fc0f3012e7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f39a8d3a275b44e3890918bcd4bd124f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5cea068c9db34707bb81b09c2bb09ecf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "627a1c86ce5740c7acecc67717127f9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "221f3178357e4cf6be1020d5ebb42207", "region_id": "RegionOne"}], "type": "rca", "id": "eb3d8b4ad003476283ac4281d203474f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "da5862e422d546dba8a4c4c41ced66c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "94c9cf360f774323ab075e3af2fe3955", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6099b240f6284e34ae3751102825511c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "87afd5a664c44b0bbcd0fef01fbd6930", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7668b99ec3264ab58abd538c48d62f64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b5051c1830c44f0687cb556b5876a5f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0f1f6d5f6d974ab59295ddc7f6b1be16", "region_id": "RegionOne"}], "type": "network", "id": "7fbec72e80a9430dba1eb3e5cf29003f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "459ed59375344502a23f76c16499aee1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a32ca581f73846a29d1456a77f68f88a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a0c9db54a497408ab2f0bc9cbb4ce2e6", "region_id": "RegionOne"}], "type": "backup", "id": "8a44ea8967214d06a43dc2ad1dcbbfa9", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c2b4bfb7d5bc4e678008548eabe38dc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "36c17a3e01034f34a45a65406d7dc76a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c5b5d1d571bb4ae09f07d6103f41bd90", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9571abc7128d42e2af859dd90a1186c3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "37b6cdbf4df949eb9e4187c073f46a88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "65609edeeeae4f28bd14cc8b2f6eaf86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e8045024e8104d5abf1fc971ad9fccea", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "cee76b4662f84473b280b34d524c3cf2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "706a3e7a295a4e79bb6701072a9f46c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d4e249078b744b089dc44a1e71de2eb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "3d577d965bae42f9ab8ae3434abf6e63", "region_id": "RegionOne"}], "type": "monitoring", "id": "e8572c1ebef44cefbd28a329e1c99270", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3bd60be325f34849a0ecd4ae8607fc18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ff2412bdfbd44db2bde3ff01c780b0e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d02679628063412f85f12ba38d597511", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "317de67a0fb3495bbe0cf8955ba06c2f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9fe9c4519128476c9644d125646e6097", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f5562067005447af82e9b5eb58f4fd58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1fafd7f2e9f3451493ef3731ab791e93", "region_id": "RegionOne"}], "type": "placement", "id": "311a74cba69c41e49ea4495148064433", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6599ad7329474bd48864218785727f95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3d6733293a874b6c8ce3ca6b646af5a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "31b564ea91da4814ba35edcb2437945c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d420686361b5491cbf7a3d15149b48f2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "402cb0ae6d2641599ef312f6d2e23554", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "75eeec74c584447888b551cb16ce58dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a17efd957804492b920202c42ca3eb97", "region_id": "RegionOne"}], "type": "ha", "id": "21204f43165a4ae1879b78b78faff8e1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d97d2016d5cc4ce29bc6753057957a36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a3fca9a4bc424267928bebbff14657df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "e7b2a27c001e411dba9b95eb195b19d4", "region_id": "RegionOne"}], "type": "reservation", "id": "5897d697508045e184dd5a769cff2ec1", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3da6e1390bf846259276db9e821dd8ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "86f18319a40b4cc1b7e81cdb31b43279", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "189bb21a0f164358b7fe4b3f6b219835", "region_id": "RegionOne"}], "type": "function-engine", "id": "535d15398cc149859264abee5cdcf71e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bd4d12a6c5564bb7b98fb3357fd4745e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f7c2ab22ba7047f7b63fb4fcde5a23c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7b6bc6da49ad45459f150571026d88ba", "region_id": "RegionOne"}], "type": "accelerator", "id": "121756171ab74fe2a2e42ad90dda398e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8dc668d7af1042759eec341572e5477c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b363047c3cc844d186e145dd113d86c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5d0881475d7e45cfbf3deb83f53483b2", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7bc8932eac854fd6a4459f425c2f226e", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "aa6965d0516145f7af202d46414e7040", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2b9793aaf05641bd9a7bb56e69499d71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0101c84b7a55437ba8e9265227a9fdfd", "region_id": "RegionOne"}], "type": "registration", "id": "de5f2b137a7e463ab639dc44407f3982", "name": "adjutant"}], "user": {"domain": {"id": "3bcf5614a86a42588b14b600ca5e0742", "name": "208986f49af64295bddfab2bc7abe995"}, "id": "86c597f6a8c245839fd6447497e18c85", "name": "bf0d39573b8f4ca1b5d55ba79297f3a9"}, "audit_ids": ["61e291d99d824630b77c346301ffd85b", null], "issued_at": "2019-09-19T09:04:42.896443"}} 2019-09-19 09:06:43,070 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/routers/57076620-dcfb-42ed-8ad6-79ccb4a79ed2/remove_router_interface.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"subnet_id": "1f1696eb-7f47-47f6-835c-4889bff88604"}' 2019-09-19 09:06:43,075 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,077 keystoneauth.session RESP BODY: {"port": {"network_id": "53aee281-b06d-47fc-9e1a-37f045182b8e", "tenant_id": "861808a93da0484ea1767967c4df8a23", "request_ids": ["req-f1b0b1b4-ae51-4ef9-b371-0cc3c3402cf7"], "subnet_id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnet_ids": ["1f1696eb-7f47-47f6-835c-4889bff88604"], "port_id": "23999891-78b3-4a6b-818d-d1b713f67848", "id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2"}} {27} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_unlock [0.091001s] ... ok {27} openstack.tests.unit.compute.v2.test_service.TestService.test_enable [0.066877s] ... ok {29} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_no_project_or_domain [0.353738s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,928 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,932 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,935 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,938 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,950 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.865440+00:00", "project": {"domain": {"id": "e8518786bad44edfa34a5f68976d1b82", "name": "22bf97396f074910910e14ba68ba7403"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8ecdf5a25ae346a1b9b2b292f052a739"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "39c43f27132f4bb78e576da4095f9ca7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "67d97881526e4ccfbdca5f1c3e0a0942", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6061cf6b58804da485eb6a0a0bdccdb2", "region_id": "RegionOne"}], "type": "identity", "id": "65316e8acbe7482ba224258aa62463d3", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5d71dfeeb9794b61a11dd81da43d288e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f1d885983aa144c3909261d1437137bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "81587751e47a4f859d3b98c69d87069a", "region_id": "RegionOne"}], "type": "compute", "id": "1b7e6f4904324529b9a86a62be1e2c96", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "62cee9b8125241c0888d34dc5b84b953", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2774c8b6fca74d5982a1f788a772fd45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c3f43b40d3d84949a206d767abbfbc2e", "region_id": "RegionOne"}], "type": "image", "id": "b7c4d5db96a84d2f9c114ead2dfd3b1c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "940e3c829db2456f9253ac87668873ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2dbe154a453344f4aba42dd2f1de245b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "70c8d0784b8546749a714889c6ac43c3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ece80d95c86d459eb79e1dd2b62d26c1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e01aa2d0fb3244f09315b86341515c21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab90d6784f99439b8059f26ae03e96e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f058eacd443c4d009ce694de4e875764", "region_id": "RegionOne"}], "type": "object-store", "id": "81c52d5b78784cd588dbfc59b0ee9fb3", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cc8a4fa7492e4217aa6004e270f883d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a353f5a85c7b47739c69b09cdd84864f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "34faaf80935643c88f2f417ec9b025a5", "region_id": "RegionOne"}], "type": "clustering", "id": "df27d3115d3c497c87b0d466d5b95bd3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6246440571184fb999058fd12d9b475c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "141ea1d17a4e46f6aa1b8acd1a52b93b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "44f22758ca6a417fb9cf0d2b00088429", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "3d21c9d34c494a0a9c21d7e50986788e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "93a1acc14e3648899893e73da8467e5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cf1891723ce34c6baee47932ade51ecb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f0ce40f6c6f04255b21bd59bd8eddf4d", "region_id": "RegionOne"}], "type": "cluster", "id": "71ec684d5dd546cea2753c33456f1a16", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "45caf78683e9408eb337c2b859496b68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b717e05ec83f4199a22a00c33d4fc548", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "38e3d6586cd24700bfc45265e86e1771", "region_id": "RegionOne"}], "type": "data-processing", "id": "6781811e8ce94bbb997704fcd0c8c6a5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8fd21cd7570543b08068a2d348cae491", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a041bdbeae264a03bf8af099c3e891c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "850f5b993d054a9c8c3695e1b4fb8a3c", "region_id": "RegionOne"}], "type": "baremetal", "id": "b3b1a42a05804ae2bbd7b93d146c1d28", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cdb5dfc849e14361bec706a7ba4eafb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bbc7f502ced5491f92f5fcebf3c3369b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1431c9d9c6c5448baf51c6d15a9d364e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "0c5837d33dc44a329b10e581c66eed3d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8cda212a69384bdb89e4a012799b7f08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d6b681b2a2a54b359469de914b1283b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f5209eb8f4484b429d6eb2300d3e8dc0", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a6c3d2f308d14040a417fc39d18925fd", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "692e2f134b00407a8c23b5de5efc97a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "df3fb8723f8c451881e8384690ad2f7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "334d4226c7be4512b5c31eadbeed5b5f", "region_id": "RegionOne"}], "type": "key-manager", "id": "22f3e2217b864e539e8e3dd2718b74f3", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7ffef316ead5404aa4cef3c26392e001", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4f5861646efe4d9496c66171aa2c6743", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f99e0d11b4ca4d8a9d6e85b37f4ec86c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0fa14673c7fa4d9fb4ea7ebc46861775", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "52e90069fc0d40e4bf92d96593c0b32b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d93042215bf041c69836d2baade4c4f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f78367a1f9ef475991f408b5b456dd52", "region_id": "RegionOne"}], "type": "infra-optim", "id": "870c9582faec421192622e4af05799cb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f9a2344f7f9d46589450392676e9c6ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c9ab29ba629a49cdb9ce77f07dce4161", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "29d2180178da415cbc62ad2e238b4dbe", "region_id": "RegionOne"}], "type": "message", "id": "f73958fac7a847ec867e93028c5b929d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3000412beebf4f9181cf6da53d605e98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5ae094c23edc470eb257ae3e3e18b82e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5e6c23d09614425a925c8c1cdd27b7b6", "region_id": "RegionOne"}], "type": "messaging", "id": "3b42629742744f449f05a3fbabc90584", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c6a27b93040046b88c330b84b0704555", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "bcd206e7e35246bdbf7c032ed26ae470", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "bfb6d552857c44a4b41a8194b052d95e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "45e18eb22a4640cb9d6f4246e120403d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "83def0e238164d509ccf01bded44a206", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0d83cdb296af4c858aec4dadb904859f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dedce0a0233448e487a7ac0c81b8ad14", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "edcf40c5aea5411abea9132e6f13c151", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "39c5a5a9b86a434fa0a5e62e5bfa8e1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4a0ce7746a0a48e097165d32cf7b4c43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ac77fcc4eef14b81951113517eb6cf34", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4be776f0bda1453888c5ec012fc0db2e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2cc26f1d64c34f099c30ffe52f280216", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f600991a11294fc28815fe5d99c7c764", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8ec585a3b16f40ca9328f02ee8d47b0e", "region_id": "RegionOne"}], "type": "container-infra", "id": "f2ee30c2dfb949e799d0b1609354673d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8133b199d9f44d26a4a53e8c99a10a35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d3624e69508445a0932dfe65ecde81d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b177053075884072b2fa1fdf3eb8bd25", "region_id": "RegionOne"}], "type": "search", "id": "948eef0a2c6a4740931f95c23958577f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "abf358de23504247874bee5f823a94ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c629808495e241c9bc9d12f50e4a263a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1af42937e06d4ba88624e2d417edb8aa", "region_id": "RegionOne"}], "type": "dns", "id": "05263ab3c98248109535adb28af40d5a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c2d6e54f854f41cda678fec3e4743ca5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "145913a9aafb4f17b06c51b13d2807b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0abdaea25790436ebf4cc6c692c2f003", "region_id": "RegionOne"}], "type": "workflow", "id": "0bed2ab08413480980760828bc8f126c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4ecdf57b4905427198128789b269b43f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2b492aa7cd3942a599d8b10724f71727", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7e7e5002ddae487ab35110882f8847c9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1c1f33a4161b45c7972bab33e1a18722", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9e5da03ec11f4b7d8b1700fbe02b790b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "23ad5bff950047d891f7fceaeee28a85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0504dce8d91843c1b66c9b5d15efc2ef", "region_id": "RegionOne"}], "type": "rating", "id": "090bfe26bdd24f64a85b6d90d05f89e6", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bda0e7c57a124d4ca75d1b151c87dc96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0057873bb7444a718cfbf4a694557ad1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b4b6afa117ce4917a476df0891db4600", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c87d9b7fb1bf4162a487d597a7a28f11", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "823823aad3914522a218bd42311220cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "325b8759265e4dd791df1b4bcc74ec60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "add0b0b8e7734be4843cddbb3baec34d", "region_id": "RegionOne"}], "type": "policy", "id": "4c0f79678a90472f936c1e6a889fe7d7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7bac3a7d6250403a8ae9fd793888d471", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "60415b08e51b4e30b3bfd2e088fc4385", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "afb293294a68452b9ad93984dd8bae46", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f8491db0370849939202eaca6e9fcde8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2e28c50fe12f445cb93748452be42581", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "11b68bdd23574365bb9b3692ef79e61a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cb49d88a28d54ea595fb0d8d67ef3b21", "region_id": "RegionOne"}], "type": "sharev2", "id": "66cc8676c92e468bb1982f5490d50518", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "24968df638494281b4133258433e869f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f4c1e0edc8114e56a96fb7f964a90e7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b347b03ac9f54ed0bcc7d9d4a1f97e10", "region_id": "RegionOne"}], "type": "share", "id": "d249cc11715243caa42cab9d661f496b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "88632cc778824b1899e227436ff49856", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "576c993fbc454fc4a023b0f553122bf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3afe79016c3248b191140aea19ae3a40", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9043902768164b1487034330bacbdf0a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d91a24b9952846dd97622638e47bb176", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5314029ac9034f19b033fbbdbae1c0ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b98f8d4e1ecb40ceae2dde40e9cbdea3", "region_id": "RegionOne"}], "type": "orchestration", "id": "72eee1fb8bce43dc8b83c018c61bc4b2", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86114424a8804025ada93e6c513f5ed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7d9f264582b4baf8e3ff419472a9335", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e70d86d5a33648a38a7b3b549a41bd37", "region_id": "RegionOne"}], "type": "block-storage", "id": "fc257a72203348199d74d8929efe6ff0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "360020e56a204d59847f65e330666ba6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b1d6f20aadf4a6eb731589c89ddadf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "296f3a396c4a422799e1e772410e2477", "region_id": "RegionOne"}], "type": "volumev3", "id": "2a9ad012385d4532acaa653080f5c82e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "185b6dcd12ff4a1483c4be164db6fa74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea5f5dea79104b6dbf4a0ef04a963d56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "abc0d50d2e744ea4a10df0d78b1aad5d", "region_id": "RegionOne"}], "type": "volumev2", "id": "e06fd5f17de2403dafe7b0653a9edf67", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bffb6293bb5347ce9afbaefdd969b0da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38498b0ff84c40aeaf067a3f08542324", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59f15f75f029419c84eb322ccd07e9b3", "region_id": "RegionOne"}], "type": "volume", "id": "3ace08eff02141b894721cdbee97704d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b9de1f634a349639e629f3af1e60287", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ed6af11211b444d89960e10986d3f48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd44ca3600d647fb83376648d3ee73c3", "region_id": "RegionOne"}], "type": "block-store", "id": "93bce6c310e64585adc17121646e05f5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "650f32653a004c1abd3029c73d722afc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fd534837e1b54b50a0de5cf575f32ccd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "02bea9c1e00a467a963749b255a46351", "region_id": "RegionOne"}], "type": "alarm", "id": "d5bdb614dd11429f8c8ca76b3c9ce863", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "63decc89be784c39bbbca1c9fe63ff14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6fedccdfe37940f5b2712bc57bfcc969", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "81bf20f8786d43849359662e7e7b81fd", "region_id": "RegionOne"}], "type": "alarming", "id": "acad74451b7a40c3957b400ce6fb1636", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "30d1908f8791463c879a1088b0640204", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a567dec618e24c8a99ef739b2e8f015f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9c71b53d869a463da114b00dc619da73", "region_id": "RegionOne"}], "type": "meter", "id": "73015cc9175d4651badc9ebae05e4a73", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6f6700c2497140bcbe347111b6ec6806", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "79b9540128744c65a0f1e4cac0591003", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5020456dc0fc4a0b978a8ca959b29ebe", "region_id": "RegionOne"}], "type": "metering", "id": "8ff3942958014a9c85b41b7298b4afea", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "94bb20534b5a4223a9a135314b3e29e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a2ff035134bd41c4a14f6768d69eb730", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a54c12ac3ac44ee4b8e897ff27736578", "region_id": "RegionOne"}], "type": "telemetry", "id": "b3c53af47486451e92026d060f99b028", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "74150c0b7bdb4bd6aac6ceac09cba030", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ab61855f0bed444cb2d4f40ac66516a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "275e6eee80f848d08eb6de2e5dba0c6a", "region_id": "RegionOne"}], "type": "event", "id": "d6a72a1a17ea4b3b84423085ecfc6af7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f1452469589440bea197478b8f37c3ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "eb2a427aa53a4f08ac728ab22d89e818", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8611c1bfdfbf474da686208a11b0232d", "region_id": "RegionOne"}], "type": "events", "id": "8b94e54adae34948baeb1cf60ec86f90", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "361e74f81245461ba9fa314867a008a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "317e38a3ec97434f9537ff4b23a79d02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "84ea3d30f82a4bba92c9708b7e320626", "region_id": "RegionOne"}], "type": "application-deployment", "id": "19320cb725e54585a6d1e209f9039c40", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2de7d7de0a8549ee81e673cd64d8c043", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "723258cdac1443009f56e87f59ea69d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "691eca3bf1cb46d0a63988b7ea8fa733", "region_id": "RegionOne"}], "type": "application_deployment", "id": "863fed8a49f24f829de40ce9e3d9cf36", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e8a57d6465f8443c9f84cbd08bc7b618", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5c04b5dc0f794bbfb4bb142621c321e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "42d9bf5267fa4909a46f789e6bc21377", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "af57f7bea69245b398190f9705dc405f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "caf28961b9a54fc0b6411769f3401f0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "da449c31dad3495989d337a3620f3d62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e1206ecdbe1d403992033aa4692e94e4", "region_id": "RegionOne"}], "type": "tricircle", "id": "721f0193e82a47e7a67ac88ff4a15d21", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "be0c2bf479044f46bf12842916784bdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0d1092c2818f412fa45939366ca8c27a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "29f3fe9cb23645c99a072171a13c5fa4", "region_id": "RegionOne"}], "type": "database", "id": "a094967300c141dab11a189e7184bb7b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4931fdbcf11c49d580789383c71b2d43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "33630df94d0444c387c30986fd968f4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7ec217051caa48a49a0958422553b0c9", "region_id": "RegionOne"}], "type": "application-container", "id": "732abbc18ae4442990ab16331c515340", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6ee1f446d2804fab9bcef29a6618fef9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e377af1445b44a238eedaa3db9889675", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d373d4594b6249c58ee130edd22c758f", "region_id": "RegionOne"}], "type": "container", "id": "8e5063f4c653412d8c78abc56da9c508", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "58b29f1743f241ec8012ba8e594100be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9d3e10704f2e476fbaa9b5f6ba9da368", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c3f54a44b6114feba07c91f46daf4d0b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "bf8cc0c8e7b04df6a5d787c4bf10d59d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8397001bd7894eb9bcc8312bd927d7d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0223d1af37ef4a459f939a790f3cd97e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fcf590ac82694fc88cb27455c36cf3bd", "region_id": "RegionOne"}], "type": "rca", "id": "0514cf4d4f2f415dbdefcb035fbec96f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0018ed2a542149a8af2e56fbb3e64928", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "037cb858ba0443c6b23b1e60a05d7302", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "51ad34097be543b9af7af38eb999fc95", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a4d498ec80c148c89b005cf44406d41c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "97e7c9b9c13e413c8d4412dcd2d24959", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1c5cb932f069476f96ed5ba19338c3be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a4b2bb3ecc064479b5dfcbf5f7b6c6a9", "region_id": "RegionOne"}], "type": "network", "id": "d2c1a661fb4847048a913a0267ff9ae7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5fcf762eafdb4171b307ac07cd946404", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d19ecf9c7b8f4d249e2b2dde370b1fe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f21fe5fc0a1340fd83f65033d1071817", "region_id": "RegionOne"}], "type": "backup", "id": "f08d44dca03547dfa46b589b2ad950be", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8d68f2254cfb430387effa2b1cb2fc31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8581e1956c424e68b488c063cc184e9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1f8bb277907a42e980084d7c8aa1b448", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7c69d3f6b8e64ae8aebcfc224ad4083e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4260aab8326a4484b1a4aa4f18be0d34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ef97eb25003a4412acc928675e8f8f85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "75e008b7f8214e31ab9229c30e22b592", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2dd520b41eb544e5b9d6c839381e571c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5e1d45fbabbf4c289681a246663e6743", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a8fa682dbebf4f80b8af5c6e3f775808", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b2157d176de14e7f8e3c51ce338c5044", "region_id": "RegionOne"}], "type": "monitoring", "id": "9b2c5c2c9b72468e847b1f9351478766", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f848c3cf97604ec6809fef6c93997675", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c5b087fca77b4c629d5333a08d97aaeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "32115d12c8f34dc588a06538b8f3d5c8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ab46a84d06034a6db4f6fe6a956fa767", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b7e16c58396b43fcb73756799a2225bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4f98f6328f7f4cf68d48cbf512bd7ee1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a4a8ebcfd41947de92b315e884e9113c", "region_id": "RegionOne"}], "type": "placement", "id": "44795bfe21064634a9c7675a7941f244", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9dcbeae7ef654e8fb6b21df87dded6a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "95ea9f790a8b4b53af7379f3ed57e2fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f9c7f655b54e4033b26d78af6595fc8a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "01ddaddb2d15483c925a9e8c501d31b8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b1e28f1ef3df4b948ff6d929c85b3475", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b1e813a2638b4519ab380ee1544e5019", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9fba9a3520934864a7484e89d213e892", "region_id": "RegionOne"}], "type": "ha", "id": "b6e07045f6524fa4bbf8605d95c99983", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "db4f2afcc41c49c3af1382ff9886d035", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "37c309e54dec4c70ac4711c6afffc989", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1a99d03d79d94dfc9a0f2f84269ad398", "region_id": "RegionOne"}], "type": "reservation", "id": "932f7c346cc34f3391c7646759bcbd59", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "779ee2b8c32048828b1d883fd3999585", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "340cfc9f51824370a3a40d39354919c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c9edff52e771441785cc062aab7e048c", "region_id": "RegionOne"}], "type": "function-engine", "id": "b7c11db25d994ae6a77bdafc628cc5bd", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9e85c29e95a34426a2fe1b48ceb3e425", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "abc34b274d0b4171a4b1a266f2716dfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f2e7083f2ada448f9e9a840b52ecb799", "region_id": "RegionOne"}], "type": "accelerator", "id": "67b3e2a27f9846ce8d86bdcd4f7d136e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f618b156ef7c485a9b18a49eee3625b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f1b9067b1f1e4d64acd44f7f9f544977", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5b1162180f434f07a414b7491faf2dde", "region_id": "RegionOne"}], "type": "admin-logic", "id": "59c2bb71029140d7863a58c3e3bf4200", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ae25dd6116c842fcb11685642b3090ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0d32cd9c37d9437a88f47d5c6c6f5dec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1c71dc2a3388411c8b39785e3ea2477a", "region_id": "RegionOne"}], "type": "registration", "id": "069389c6d43c4522a0f4af89895f8468", "name": "adjutant"}], "user": {"domain": {"id": "70ff640565ee4e168751560612f1b87c", "name": "af221f67b7ca4b46b0b856514238f9f0"}, "id": "0fde2fde3b804b50aaec4a660734bf90", "name": "a40532159aab4d0aaefd1a6918b60771"}, "audit_ids": ["623ec6ebd4dc4c16991e4f2346708f2b", null], "issued_at": "2019-09-19T09:04:42.865440"}} 2019-09-19 09:06:43,065 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,070 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,073 keystoneauth.session RESP BODY: {"roles": [{"name": "8c66e832c69f4add97a97e41c132ae64", "id": "fbd9d64000644a70ad7c8f4fcf456ed3"}]} 2019-09-19 09:06:43,108 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,114 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,116 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "c811a3a11da84c61b6bbcade6f06b8f4", "domain_id": "5dcfb215e2db4c83871036eb86acba68", "name": "username-3"}]} 2019-09-19 09:06:43,174 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=c811a3a11da84c61b6bbcade6f06b8f4&role.id=fbd9d64000644a70ad7c8f4fcf456ed3" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,184 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,188 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "953260a3a9574063933fb5c7695b3e2e"}}, "role": {"id": "fbd9d64000644a70ad7c8f4fcf456ed3"}, "user": {"id": "c811a3a11da84c61b6bbcade6f06b8f4"}, "links": {"assignment": "https://identity.example.com/identity/v3/projects/953260a3a9574063933fb5c7695b3e2e/users/c811a3a11da84c61b6bbcade6f06b8f4/roles/fbd9d64000644a70ad7c8f4fcf456ed3"}}]} {25} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_list_role_assignments_exception [0.190463s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,990 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,995 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,997 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,000 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,011 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.926817+00:00", "project": {"domain": {"id": "9a724a7b8a66427d8852f9984c6daddb", "name": "82b2049619744c519035170ceb4f9d64"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "9abe7d12451547aeaf10b4a7d0cd0eab"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5d6226b1d1744ba9b15cd25882eb5685", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c69ec88a270442a2800c5e6f35e35a8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4815d0dfb02546efa276f2d31e045533", "region_id": "RegionOne"}], "type": "identity", "id": "5b9b081368114cacb2897d9fbb9074d1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3cc2802816fb4d058b6b7f09610609cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0ebce60158564497965c057bac7e2ad7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3c6ab88a89244a80abed2eef4eba6623", "region_id": "RegionOne"}], "type": "compute", "id": "f5dae452658f4346ba834db3d8511d0b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6d46aa8b434c42debaf64b09f2361899", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ae3f4f7dec2c44e5a29c4d0e01df4c08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "de0d7b0dd64d4a719053dc0b6b043d30", "region_id": "RegionOne"}], "type": "image", "id": "54707308ff4c4b67992c100f44d5a963", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1e90f984b63042aab6e29968c59f2381", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2db4c7e28113482a8a07fd7268e46211", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2bf957e5d07548689fa643cc96f0f045", "region_id": "RegionOne"}], "type": "load-balancer", "id": "4a37d55771f045369dbc3fe07203d168", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b60b6c9411e41f8877f77392bd153af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "468a6aaae80f46d5b46a4ed5cc8a2262", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77f5c2a4d09d43f7b48a3e148269b3ed", "region_id": "RegionOne"}], "type": "object-store", "id": "74bd80845ab34d698334451b855312a6", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "380ddaac76fc413eab7eecbced028683", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f2df5c0c406c4fb4bb0813ad5546465f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e39cd312614e459ab716de15a7ec7e85", "region_id": "RegionOne"}], "type": "clustering", "id": "d7e17e64837548c79b5beb83a54fbd31", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b35e449ecbf945ba9747ab35fbe6e1c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f0141a292a0c4e9f96708231dd7fbbb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1f4418c4338d4a04ac15345ee01600f5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "37b79df1838c4658af4041af994a11f4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fa9d417eb0c74bab98b198bc9619f6c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "abd4a7fc0303438fb0168676b9315954", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "865397c3db974a62b6aa7985e8ca6ae7", "region_id": "RegionOne"}], "type": "cluster", "id": "161ae34d58644c52a1aa23c78e09e3ba", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a1246060eb4649a585a3113c660b21cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d879698c9c754140b669a95e7f4090a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "11250b34e08747a9a48dba9e9a464c6b", "region_id": "RegionOne"}], "type": "data-processing", "id": "09b8874ea4644e06a9932ec1b5770c6c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cd7349a043134b0cb756b0a529efff3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ef4b8a9fd679481db641b722d2ccdffe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8b780fc610dc497792a7959a4cfbc479", "region_id": "RegionOne"}], "type": "baremetal", "id": "8c99eafd76724ed1adb7913da5c12011", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8aa82bee0d974ac4902dfd119eaceb03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6b90f830a315487e900e1a88c561f7b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bb89166807d641d98632f7f096efc1d9", "region_id": "RegionOne"}], "type": "bare-metal", "id": "df542fb5165546f9b47e7e8dfc2db4fa", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e94c6cf7e5d14fa5a51c228bedc78791", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "42acb9395ec54c338083bd8fad0c38fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "10469e34df064d63a833a42dad191dee", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b7dacc24f6c3464b8c952e3cda06e0d1", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b04422a0741c4686950e595d2e312739", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "23b5216cfaa3434aaf3bf994cad336b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "efc97fb5d55948c383b7503b0813be2b", "region_id": "RegionOne"}], "type": "key-manager", "id": "ddb24678934e400d85e4299009b5072e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "27dfeaf8001d4578b95d72b4bc0741b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3fe6e745a583432e9afb98117c66523d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e3f289c85cda4b01bbb40bd3287f0d96", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "154c2161fff54969b0da75cc1a0db342", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6304fe121a6746f3a389438b3017cddd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "652a5b45ba254c9eb49135b23d63d9d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "097b93eccc8e4198a8e7d1bc90f8ae2d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ef0a66406c4f4ab793842d93c26b5115", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1969e2969b904f6496528a920f5418ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7ad85daca7bd46ca97ff4f61c6f93b8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c77a67655c184135a0b5a1b9710def8f", "region_id": "RegionOne"}], "type": "message", "id": "d28ad893404d45a58188020936f9ba92", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "13d3dc14fce24a818f7a477b9baa043d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1c493c42d12840bd913f9029f51eb15f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "80851b0d380943c2819da9b9d491a5a6", "region_id": "RegionOne"}], "type": "messaging", "id": "dc9e65577b9140c2994fd63f335a28fe", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "802dd22f144349b98e55bb5d78b71f68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e5212babd4284dbaa55b1aed75ec5497", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1804fdd63d224c8b93b1a3c5eeabcb7e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "dc36842eea7d49de936fbcbe1ac20f93", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "666a4a9ee9924e20abae5c4095289a7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2e37e3600c264a0fa653443ae8ed9275", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6be8023bd0c445e1a308fb6d1df4a683", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "30ecc81a07a642ea88532c6c8748dc9b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2246023a21a347e483c552fd8a65c078", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6284b890160d4f53b8a660265c0b39cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c5eb51df5a96402684f5d1fa1ed6b28d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "04fa30f455e64837b8b45801bf6e02d4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d3c81022aea848e689a642f71f31a2b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "05e6f7da9ee444f4900a6b17e9b977e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ff8492f03fc64b129c6094e218d1fc23", "region_id": "RegionOne"}], "type": "container-infra", "id": "a2299a3b24594130aa745243d381a8bf", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "28fdc5aff406402d910fd32145a03e62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f1b6015697184476bc4f259e67ee0a25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d400c76d61264e00b231166dd139a900", "region_id": "RegionOne"}], "type": "search", "id": "7dc27240661b43d4b7f70292debfcfd7", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d66d211f902849fa8969157804d168ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2e7c322168984e779c81ac009b40bdbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f8b1b56f04df4e24a612efd85852a0df", "region_id": "RegionOne"}], "type": "dns", "id": "d83376729ea64e30ace59460c005be64", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3a4bade8e1f3489ea49e04ae453bcbd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9dcae2a383e74c2a8bef5660e3e1f785", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "60c24588094a46db91a16f5a91bf156e", "region_id": "RegionOne"}], "type": "workflow", "id": "c644a90581c14f1aa6ae2b9d88347851", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f35cb317abde4e8a9919a8f678c8f700", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9bc0fd11b45649cc912c3223cd9e7e61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ef674bb4091244deabff8ffa4081abe7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8fc995c4816944908136dd0208d6caf3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "63f55f51c34d49009175743882f17744", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ec0a4622e159429a9276be2da0139856", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7cb774efb537424089178e7f24da6d9e", "region_id": "RegionOne"}], "type": "rating", "id": "074c78287d2e4f9ebac19f22ccb030ec", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f0c8fb0d936047bb8c0294d25bda911e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f73629ef939e4807a1cae535f4e3e96c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "049d43904453488aa98c4289562b48af", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e4b95cd96f724c9ca1283ec8855f9fd9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "71d96b0e7e84422e906a59d4d699d0f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cbae113ae8ba47e589e4ba175152d73e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "61f3e3d226a240298a4614ccfce2d4a5", "region_id": "RegionOne"}], "type": "policy", "id": "012096268b18469db1773e36153785d8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6237c4b346604b17ba657275dc73f0b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7c52224e3f1642dea845db7652a41af5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a24cd0b0e4074a6d866bb9cf29860107", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2525d2c691324cf6ab6d1a6993ddfec1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7e82e8a26f8840a29db5b6e58554c2b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "71e082a6e9a54750857354bc03d64c66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "950446fce01746c892be1645f41224b2", "region_id": "RegionOne"}], "type": "sharev2", "id": "aa8e149c43fc46bea71990c9e3cae6e5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "989c8fd5a6a14a95854916217bf993ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7358d7012ae74950982bee686c085cfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7c2aab4b03ab4a42beb9caa5bffe6fea", "region_id": "RegionOne"}], "type": "share", "id": "113f0e12c7794f42a9b2f8a890c0f795", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e2898b4dc15543af94638f5a34ef854c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4a1d615091a2495d98c24425ce77f449", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c69a887648004d6b8df51ccb6fb9bfee", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "bad517cb81384396b869530dff131800", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a0ed202f2a344c6b856c30f2cc45872", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b36ab122b2244abb9f0362ef7a6e0ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ad7926e80974390b7e468c7bd54668a", "region_id": "RegionOne"}], "type": "orchestration", "id": "8011facc390b47489a5684aaba743a1d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ff045a4e5824d9ab2ddd518510010bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a395a8a038704e3aa03f01c57104ed3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e539a9483bd4fc4a9943756ba23e45f", "region_id": "RegionOne"}], "type": "block-storage", "id": "e897d47123914452b456df39ba117958", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0fb9e4d3f3b45daa223a997173cc0b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a4746b4f89b4f1abb83ff57dad627b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b04a3e91381415a801d9690154f2a8c", "region_id": "RegionOne"}], "type": "volumev3", "id": "22fc1a9023064f4aab4febdcb0af869e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d4ac095aae44784bd1ef8cc45f7c8e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62f1961e3c1c4f7689dd51a7f63ca0a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ad9f57996cd47caa46fd93a433a6e68", "region_id": "RegionOne"}], "type": "volumev2", "id": "4a436316003c47b08169a4e4b5338ff0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3828d247bdfc4a9d80841902d84f3f15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95454b03565b45b58d75d56b0b6af5c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0d836c413984bbfbd610f15ab4d7f25", "region_id": "RegionOne"}], "type": "volume", "id": "75c1b28f7a604e219e9c7327d22257e3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7708d736a4974b999555458a7df40d33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c9a47ef68274b9bae831560b214436a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64c3c689aede462b9a3618fff934c0d8", "region_id": "RegionOne"}], "type": "block-store", "id": "8730060c3afb4a3a87b77ce650d11585", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a390c11099604fe6bbed905a694c8fc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "032f3c333220491ab0bc529cc011c7aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "277f16a893d54626b6e65f416a782830", "region_id": "RegionOne"}], "type": "alarm", "id": "0853e0c053c0402791c33fcb4e7375b7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "43252854fd924daebcad4c0aa17f724f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8746226624b249dd8a8d1530f2044a4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ed9dcd7f75904588927f0ee4d9431f4c", "region_id": "RegionOne"}], "type": "alarming", "id": "1f320a523e53499ca2e009815d35ee3d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d36ca68399914e15a60f811f3803dd46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1ea6378f873d42e3bd428c2d3324d8f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9f86c1cba0514bc29e4d9414a93ca36a", "region_id": "RegionOne"}], "type": "meter", "id": "b53b79120c6f4195a6ea26d68678be20", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4fb0209b0b4048c8ae20f49fce45b852", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9b79dc0f366942ea9933781b27f2163d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f2165abb12a448d1a25a59cd12852bf5", "region_id": "RegionOne"}], "type": "metering", "id": "451e3f745af94bd584f270617ceb3f91", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f66ccef807a34e3f966a094c2836550b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a1b64ca1032546cf9f341e4060ba7d5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "909eb19b1662400e984f1150539ff86a", "region_id": "RegionOne"}], "type": "telemetry", "id": "1f66d1467160464aa42969fe2f07eba7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "954641941a8a4df6b778566f48ba1abd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9cde998419e3410c8a891ada6ce82ea2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "df5040d9086a4ec7813f41590d10975b", "region_id": "RegionOne"}], "type": "event", "id": "993c251fb5aa4c9787641d7573a38f00", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4bebad81fd2c4d27ba99fe7d06b45522", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e1e2ad13302c4136902c9e0c68e206b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6299fabd70514653ae86f606afa4a9cc", "region_id": "RegionOne"}], "type": "events", "id": "db6fd85bc6c7453da427977ef947c5cb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "eacaf451b08a471596f6d42225d9d3f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7001a2efeb4f457196043f182bd36efe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "26693c8001744213aad7b648e6ab28a1", "region_id": "RegionOne"}], "type": "application-deployment", "id": "81588498905c4edea866efbed267047e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fefe9ccb5a334efabc94b64890323ea9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0a32adfa6ffe4061bcab8f9b12289602", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5ad0acde8d554ed593dc8b0504d80c27", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3960277ebc0a4d6da7fbbaebc5b3a033", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4b3a0981dd0e43b185ad3a5cf0febefb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0697de51bb9f46db920334b413266a07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1ea5985debef43b5a37daa0b22c19aef", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "55e3be7877734bd1bbdf3f8b6ada6f78", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3414dca13337450f819a5cef678ca6a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e40b89b7b65f495a9914234708c14999", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "aa6e5c00d1bb474d91b6e329ca78b127", "region_id": "RegionOne"}], "type": "tricircle", "id": "1c8728d80aa44fa8aed9e199254faa1c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5220dcfaa37842ac89589ccecf812bf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "4dedd1b8d4d141a29278fbc80e91e309", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2d14d9194fd4464f8be6bcc1457fc6a5", "region_id": "RegionOne"}], "type": "database", "id": "58b851fdbceb4482a9e00f02c65f0923", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "eb7812876c5c4f90a8e4e9e366283cbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7122ecf119524292984b9d35111bb297", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cdeb723618f746c38af1c63391bf15ac", "region_id": "RegionOne"}], "type": "application-container", "id": "252e8871af60442ba6720fc9d46e70ed", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "24ea3eeed81f439fa0645a9ddbd8d09b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f602dc62e5974a5e8e81de2feb0e6496", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e914b4a1d3944247a6f884f5d1c39cb0", "region_id": "RegionOne"}], "type": "container", "id": "a8df0680e57e443492406a8e8992014a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b7a76ef217ff453b8a6e226256bdae3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d6275ec90f6e4eaebffab908366a0d2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d2953816d06f455b87c1ef35d8db5454", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a93dd85cea70445dbd4c4465ac3d84a0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f7b643d28b92462789eaa5a8b26878bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "893aa286fabe4a7a9a1f287b33f9864c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bc70765cef244d13acb2e9540f8f5553", "region_id": "RegionOne"}], "type": "rca", "id": "406c8ca7bad04897a7335d276ed54b20", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "073dd510687f468a935172303f6278dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e1f22638236c42a8b7d1b6259a40cb16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a48baff051c0498c89b9ee187dc271fb", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "703578a3c31649398c2f27cc662eb984", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "8f6da31e14d9480e8a203916112b6e55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "6077f0bbc84c4d52bc1e2c1df7221093", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3d0656f14847479788b98c8da43d6c4e", "region_id": "RegionOne"}], "type": "network", "id": "8ba50fefc4004e109495a9cf46931568", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "84bb62b62ec8497e9a4e671565ed6564", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e3867406201d4f95800d96c11ab93a58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8c3538ab36ba4b9696d110c8e5b3c90f", "region_id": "RegionOne"}], "type": "backup", "id": "7bc3f477c3e64b1eb767bab02efcb918", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0c9ec7cf6bf249e7a33aa60b44350f9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "23c6994402ce46e880cb0834ff7163b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "39bc1f3d34fa483ab9ef4d37dc3ad8a3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ac075963cbbc45f29db9c5b98e4bba36", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "93bf239ad8684346b6dc1b0d48c8d6f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "670ca53085ec4e468b84d582620abd34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e598bb7c971944f4bcc20d99241c0d75", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c6a0632e62a3409fbcd0e19fb35f4076", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "96e7f47032d748cbacf72856120f5a7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b729d69dafbc49c688f8d8d788dcaaab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "78a85a22842045d0a3b6bbb3789a5bb8", "region_id": "RegionOne"}], "type": "monitoring", "id": "4ae9a491c3b84e099a7775117d8b3551", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0845561044884be3ac53cb5601f48e37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "509cab1eaa104c1db7834b02fc0333b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "0141cb08cb1a480ebc906d1cf5a0e1af", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "de2a766ea9f1437c956cda2eea4da91e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "fa405f43893c4d409838cda0ea24c946", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "661ec3772ed04163a45d6aefd23b4051", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4fecd1f5c238444cbcf396601c39464f", "region_id": "RegionOne"}], "type": "placement", "id": "9ceb0383e8944620b188c20e661fc283", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "89d8033126e6410f99eebdc32b15d990", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8459c28c6c3e43f18b26f3f0c148c92e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "836f610936f2412bb8ea526209a17401", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7dfa3a936e45460fa149b57abfc6ff80", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1b510a989c1941e8afe72d57ae28f30b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "690d62e15a7044319307fa47cb512533", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5c547aebb3a34452b21b210defb8467d", "region_id": "RegionOne"}], "type": "ha", "id": "0d2d6bb88938430b98c75d2f735123fe", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e0d2fffd872945e8ae2adeddd5f46fff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2877f74331444747b9b1580f947d4987", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5b367d23b79041d2a7e301e299e37434", "region_id": "RegionOne"}], "type": "reservation", "id": "71776cea25234ec899cd37ed2a124986", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "23573a275b5146ccbc20d74c8c913296", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6b252bdc95974c5ab9e032e0af29c670", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8211b08be2754cc98db8132ae6790340", "region_id": "RegionOne"}], "type": "function-engine", "id": "852cb90d4abf4294a173540fe9718ca8", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "20a96545e13b4957917bb05a7ca5a7a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8fbb7a45b41b4d959398844a56792b79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e37f46322a3c4cd89a04f93ffa0810d5", "region_id": "RegionOne"}], "type": "accelerator", "id": "47fbda98960e4836b86d83f93051f791", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "00656bf1ebed446bbf6920e17fa77890", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e710b5d8076646a48ffa6e66b55fc092", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8a25f53ed5554fa4837507c03dbb29e4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9bb366a7cc614fa69438355e59127508", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5b8f04479ad04cd3b30c24b5480781be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f537b133cfdc42ea8d486c8cd96f339f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "56fb09c915e94d528fe5e38263d51d4e", "region_id": "RegionOne"}], "type": "registration", "id": "8d886ea9bd764a75a28ad9360f5b4d94", "name": "adjutant"}], "user": {"domain": {"id": "e49b3c12d4eb48968ecab3fa92fd210c", "name": "f3d0295735054a3fa23014d53ebf3949"}, "id": "993c4102bb604061be648749112bc01a", "name": "05a9536450b34900adbecb8de36a87f7"}, "audit_ids": ["af0c0a374da74b48a671602b44cd301e", null], "issued_at": "2019-09-19T09:04:42.926817"}} 2019-09-19 09:06:43,104 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/role_assignments -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,109 keystoneauth.session RESP: [403] content-type: application/json {22} openstack.tests.unit.cloud.test_qos_bandwidth_limit_rule.TestQosBandwidthLimitRule.test_update_qos_bandwidth_limit_rule [0.386098s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,930 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,935 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,937 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,941 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,953 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.865088+00:00", "project": {"domain": {"id": "de0eae2e72d54256b7607f70b7347544", "name": "a2b06be3eed7455596808b43bb3598cc"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6d081c4dbbec40aa9a34d6fde4ce1085"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e29a131a10a843e09638c4a0c9e5f169", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "bd9c06e07d934c3f8fac1ffb8e34faf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "b90840609dd74fc2a29a8ffe5bb21739", "region_id": "RegionOne"}], "type": "identity", "id": "956582828a134e719003a19ead4b18c7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "465e853a8a0447838989c2bf34323e9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f8c8c29bfdcc4f7a81b3f7aef5d69b14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d17343d65426421992559ee8fb2c7689", "region_id": "RegionOne"}], "type": "compute", "id": "695586afcbe1489d80ced36719e49d8c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "df26bf207b804f74bfd8804d23af3468", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "08994cb2021448ccb0bbeb3b5f40d8e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d9a3877d66b840dab5eb35d9f6fc13e5", "region_id": "RegionOne"}], "type": "image", "id": "b167894e36094f25ab1e9b2903e7992f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bfed1ca8ad684d27a3c93b561c689c52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b9883d7edbf0465db08df6a96bb8d553", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4db1ca55eca746faa0e3291a32963407", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d38e756366354d5ca97f842f33b17389", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "acbc7c39122b4cdbbf9371a16d2614a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4191ef38b72546dcaf8dff58b0ea737e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7236f63b01543fc93760c26c473ddae", "region_id": "RegionOne"}], "type": "object-store", "id": "61c0f8dfe3a54e19bf026c5154c0c7d4", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "589ba4c8a8664f6cabbfefbe44b7c643", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "045502cc9bc34430a5896bffd3681948", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8045feb854864220bec6db5a2e1259a0", "region_id": "RegionOne"}], "type": "clustering", "id": "49bff85c50f443398a4b1e62c91138bb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c16144653788476292a8ca0dd57bc795", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b02ed634b4014a48bcb49e6cbb7b3cbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "464cd381aadd452d90c7a57226c829e3", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e5d5b71e8aaf4623ac388f7c52e66500", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b47eee85ba0b405c90a069749837aeba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b67ab8a486ef417e99cb2f63a8a84d18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9ad68da299a349ffbfddfa2bb53bf6dc", "region_id": "RegionOne"}], "type": "cluster", "id": "08cbe81f34864876bc9a57c7b97ea1ac", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b29ea021dd354fa0a930f5d098d6ad65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "138d057c80164ddd9d5cfac6a62274a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "fa55e6336fa74dd28292473dd579e717", "region_id": "RegionOne"}], "type": "data-processing", "id": "65ba22947b32474ea64d6ba6beeb4ecf", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f6cbf6966a444352b90f1a67a90d0669", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2a460fcecf4641bd9014664e46babc9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "23d931d2d433468a99a88bf4852097ba", "region_id": "RegionOne"}], "type": "baremetal", "id": "410803b378e84c2f866b6bad6e2a092f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d54f94618637445da1d5e90b7ea69519", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "59944efe18674d4f90bfc5d403e2fda1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2fd49d05c0e14c0790a35ae1b540f236", "region_id": "RegionOne"}], "type": "bare-metal", "id": "87406c0de5254ec3bf17e173d785c672", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1c713cfeafed4c6dac9f07572366262e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ef605c7ae2484cb48ac1172254ba4278", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7f72628eab824f5bb953d6741a48cf1e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a55c1d00317848cbba066639b1a2d002", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e240a03d71694cb58cc796b80e58ad64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "74e7ed98f2db458bad7acd26718165ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4eec3f1e8a9a4736b484e6acfa02b31d", "region_id": "RegionOne"}], "type": "key-manager", "id": "0cdb81815a094e4eb38e3c3a1e6505bc", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8d9061f593064100bf69f19d83e28ad5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a821f016ef3140d3a383a21af7387a1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8a4bbc3cec034287ade37326c3ad071f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "63f6c1ea9dc845289559e42ff16cd523", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eef6a97b4fb34b65b1a45e1bc174662a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6bbcc4018a8d4a42ac24bfbebaf59693", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c88aadc3e4874a4d94596a3b051ca03e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4a8530d77bb1455587a3a8ddd087fe69", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d9ac2f04bf8a4c0d806890a4ebbaa6e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "cdf1006fd295416e8f037ab057906fee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1c4222331a024a798b7c4cefddcc4e5d", "region_id": "RegionOne"}], "type": "message", "id": "7d260a25c0a74b46a59d9e349b58680b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "134252f51d9c4610bf19f9692906e2c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0adb08174ba94c5d9a3fd41633647611", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ea1a309878b74a52be3ee399f5cf63b8", "region_id": "RegionOne"}], "type": "messaging", "id": "3df69cc5147c4b438aaa24cd1bd961c6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4baa5f87eaf94860896358b9be55c656", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "24e85ba1fe2746e3a06216ec6d7d60b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f040b28d97a1465fb35d83461cd76a2a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "698e9e0ca34a4927bcd987cd4341ed1c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "05cfd1fb38ae44ef95cea1ed7e6aea53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3cc225aeb4624ceaaadb885b8b5737ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d6c87380e6cf47f8b1429b8e713bb3b6", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "061aafbefd6a40c7a1c4c591357237a1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a6ff7a377594930aa085eadb0cbb1d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "abb16e28518e432d8187c90c431a10d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2f10e4d252f046558f6c1f0dd6c00e38", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "cbf7191296e7464c8555cfa08f25ba69", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ab83df93a91142ac89107134d4f19567", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9857bceefb834073b3099495c1b73e3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "38f25577e17741439a902b271578ec9f", "region_id": "RegionOne"}], "type": "container-infra", "id": "f8d2137deef346d0a1b346c916423d98", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0e26e5a1371940d0ac5526685492f082", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ec459347c1d14487b965e87cbedbbb5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "591cc9a352984237829d447e9e74345c", "region_id": "RegionOne"}], "type": "search", "id": "9354be631d854e27a86ff693f1819450", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "00da101db5f44b8aa020b8cd5a2b74e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "51efc94ee5dd434692b6d80cd4a6bd62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9bdacb306d1a4586a499a68cbec2f739", "region_id": "RegionOne"}], "type": "dns", "id": "c63d02adfba64651bef6a49150bb7386", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cbf72f15f2ce42c3964aaee52a530df4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ed09d2dc3261410eb2334bf16fe4277c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ec47247dc4ab4bcfa1d26a49914b2e42", "region_id": "RegionOne"}], "type": "workflow", "id": "2147a5b7fb254bf4b158965cd896831d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3739048212364f95a948fe66f0dbfe68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7d76fa4080404cb4a8ee839b9ab1d1ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ca87ed88b2b147189d3f53a0d909e5ed", "region_id": "RegionOne"}], "type": "workflowv2", "id": "770ba7cf83ce4804808bd6053a3231b3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d90559e9cca147dbba4128b0139ed75c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "bf1172164f8f436588864070023b0da7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1265c5e1785a46c39dc81b6912e844cd", "region_id": "RegionOne"}], "type": "rating", "id": "fd74fa20ba8046ee9cd2267e7af2face", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b2f0544544574d4f9b0a572e6db2f71b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1805991b164344a7b3264acecea5a70f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a78d0b07b0df4353b3e008963bced4b4", "region_id": "RegionOne"}], "type": "operator-policy", "id": "7cd6b5e8a3c34c71bbef71bcf046cf2b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c170ed3baa5d433d83d186ed0ba5f751", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a0f823a501464a59807f5bd29d2c7adb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b35caaf948ab48a7842fb79742ada7fb", "region_id": "RegionOne"}], "type": "policy", "id": "e4a9e1e6fed4440cae66df0d8a87bdba", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "57443922cbd149bba72941b3fc3e6383", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "26db321319224612b56dcbcb955c8061", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2f6b0c107606447d91defa6be4cd7594", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "4339a718343143d28ead298732b93d7b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "abb4b9c5da1e4d2292d6288cfa23f3f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6873fd54caf348d186da3eb0545bb52d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d91a624095e44badb3db7442db196f1c", "region_id": "RegionOne"}], "type": "sharev2", "id": "5711d31785164d38bc8561cf93ff73cc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5c287ebc2a8e49fa8246e52e9f6790d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d7a425e789a34d3f9bf2e81a1b1cc547", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1e263e55d8554a3d86863fcd360ac553", "region_id": "RegionOne"}], "type": "share", "id": "c7bc1be172284bb5918f3b4fcc605bed", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e82600bc61fe4040ab990d2a29b9c1e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "77aea8a22b584bb4a645e1c94e3b1223", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "be812c9c0ba044fc81c0a39a3e2c75a9", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "984394fc887041caaee515672f64ae94", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c1063060791462fb2227d352122af58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f037b2297dcc4a48be17bca4dddfd98b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b75f5ab64e24d66b3004e5e6de8a9dc", "region_id": "RegionOne"}], "type": "orchestration", "id": "903b66d55e964f56a6b9b141dffd9487", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ae40151c5ae46ae967ad0c4df5c5cb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb31c708fd66480ca3803c01c97a92a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1dd76ac296a4cb3b4dbd7e540334b30", "region_id": "RegionOne"}], "type": "block-storage", "id": "9c329eac679d4fc1bb05b2dafc81493e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f97374361c1d4f93b73e70fe29641077", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ef8d0859d8f408ab0720d00f6e4bf4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f00bce804d9c4102bc38472051db5a09", "region_id": "RegionOne"}], "type": "volumev3", "id": "524c34b3872c4f7fae802ca22a48a7d6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bcb906ceacac4325bd95c8de6b91f619", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e48142f5f1b42f9b73333c1581e1d32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "749a6b0c3bdf4fe9b6206389e299238a", "region_id": "RegionOne"}], "type": "volumev2", "id": "96cdb2da3b8a4cb18f63ac5dd962c521", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7dbddb4fc5f647a6b7ffc8ce375fff24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8de5e51d5e554a36a3afadf65f6a7081", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de65e14e47a743b4bedd9a5b11515632", "region_id": "RegionOne"}], "type": "volume", "id": "6c40bf593f634782b71fe7b1ada7e4d2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b3985401e3c4775b8bf4731f94a669c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1689f125d5964630a15102d59045df83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "320d4f993a384adbba581cdf486985cd", "region_id": "RegionOne"}], "type": "block-store", "id": "a81e46cf6f9d4ad6a25e9ff2fe791d60", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "444fc371138e4e79ac39544e9da9c5f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "091aef09f0cf491c9b96ee4b90e34430", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "572e9544591740b293f41d4e6569d424", "region_id": "RegionOne"}], "type": "alarm", "id": "41327a50f7fa4ed38634bce6dee3f7ee", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d12ab34deaa34595834910b7f485a00a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4cd1f8660eb045eea5f10c0a9cffd0cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8316b1ecbf90484e9a7b2a9aa9bc02b7", "region_id": "RegionOne"}], "type": "alarming", "id": "f89f5932481b4bfaa0b79888a2872d75", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f3a911ee419e4ab69f6df41f4eaa3486", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d905cbaba8ff46aaa0dcab4869a9d8e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6f6e7eb671304c218bf8a05e927b68e4", "region_id": "RegionOne"}], "type": "meter", "id": "4011b2afb3ae424e91beaf0824d6762e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cd4b073efcb94409b4e3eb9013f38432", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e9539c60adb44514b642219001be245a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2873dae731b44ea9b674f048c866cfbc", "region_id": "RegionOne"}], "type": "metering", "id": "f6277fbcdafe43ebab9ad0df28e5dc4c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b791c1928f644a3d8f3cf9982c6fee2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "43e54323f70b44d9aae789a03037d83b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e10ee7d705e144a795d042534cdcbc91", "region_id": "RegionOne"}], "type": "telemetry", "id": "f8ba36613aa7434892014cbddb17f52d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5091654e04ed454c965518becdb9098d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9a3ae9df20274c258d83ddd6a7ff9b91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6fdcd30d4fbc47918ea21da0ef7d65d6", "region_id": "RegionOne"}], "type": "event", "id": "1305207a5aa846d49acb94dc3102758c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "bf84030e0a1347f8ae9909cfad0f92bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1768e0c3fcdd43e89268ef0bcbf8ae24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "862cd4050870447e964b4c700ffabbc0", "region_id": "RegionOne"}], "type": "events", "id": "f00b2356bb924485a63dcfe4f000babb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3335ddc09631466abb67c5017d899745", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "857c1705103740799eb584cf3e1501fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3cf09c40633e401b9ac93d6020f433f5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c982450d3dfe40e58583577835f582f2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9ed7f0a0258d4529b5c82f1a2f1fcd52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "433a9eb015e24172ae6fd56c30bb7855", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1ad8d0da53b64756a96a204401965b40", "region_id": "RegionOne"}], "type": "application_deployment", "id": "fcdcfe9ecba24cca8565cefdff9c3899", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cd5ef02a961d45eda573ca3554c3e8a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8bc0d48ec9bb4afc989089b633f798da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e5ebf5382abc459692e8d4ad5f4d255e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "162bf850cb114f668e2bb9a1d9ff9476", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "801b07e8647841a4a25223f5162f348e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e475d98d81194d869874ddbbf9d2400d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c77b5d6750d840f598c1f14ae2b98722", "region_id": "RegionOne"}], "type": "tricircle", "id": "95a749d6882e4690a7aa687db0eb5246", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ef75cb90cd9b4d19bf6ef00830c0b241", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "8e652e1723964953ab07f3c66167fad5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ae2d66d0bb6e43dea24e4d0a15a14b40", "region_id": "RegionOne"}], "type": "database", "id": "de5c7a200bba48c3943477e2444c4b9c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bbfacd03d11640bd9b3aa27787de896f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d1b1d745abd7441ea843050fade9514b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0cd10edae54048b4b63e04afd1cda0b6", "region_id": "RegionOne"}], "type": "application-container", "id": "1a9f79e4f7134669aabb172b0857c7f0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "401e64be7c9d442fbbbf308139a4144a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "672e5f2caea14793a8e5e2cb4b0d600e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a0c56c1ea012414ebd8a88bf71f03257", "region_id": "RegionOne"}], "type": "container", "id": "5f197e84bfe74e939ad3919ec775612f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f3ddc1a0225d4877b3c8f2e0950a005d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "640b1b4057ee494d9c23c9a3a3472b9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "12b3cec238754be2b73ca594b460329b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7d96e34e0d544ee1b67ffb27dfb0f03e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "396a807737e2400d8d5272f782a784d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d7df43ba0b564b26ac64dba1055bf986", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4cace75e1bc14e4c97ba02da64c6910e", "region_id": "RegionOne"}], "type": "rca", "id": "bbe740e709da47e1a2462cd92b2c25d1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b17297547e8b4a25b2041d08c1a1541c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0d63c57c3a444638b399859b0659981a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "39b86434d5334be99a156e149bd1b429", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "cf1863c5a1ec47418b9ace56794b6bba", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f4b88f718d044af2a3f2c9af3fb5e7c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "acda5ac762854d58be6bfa36adf33ca8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "fb7140e8fa534750ad0aaf5e1f593049", "region_id": "RegionOne"}], "type": "network", "id": "d03e7926a83f4d49a20f64f7c7ed3673", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d24c50ccf15f4d99814a389194916297", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d1f4f63789f542608376173e1f849720", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6e8f722dfc7944649ecf9dad993630fd", "region_id": "RegionOne"}], "type": "backup", "id": "5bbe501e29d54f4ea732a6e3aedcd98c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2190ab7dfe954c478ca2e942c2e1dd34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a6e15049fd344c23ae6c3f321c02b642", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0a28b9e3b603432f86ce68b68c084c8e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "99800c05292f4fe2ae5589df519b9333", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ce63c40ef36c47e79d9b57328e81f513", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bbe2820d422941e092226f3951539124", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9b3c8b2aeabd4e02940880dfb1227ab4", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d393168afad94b94b21ab719a2a101c5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "78f128bdd39a4500ba6e63c96f720199", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d3ceafca0f614c19a770bdd8a79e9908", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "0f24e95a215a4e37972e7fe7d20960b9", "region_id": "RegionOne"}], "type": "monitoring", "id": "629b6b01f7d6488382ed3f3856f02c16", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f6c06a067d7d400ca62d87ca0112e424", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f9e36b89180a473f94085ac5b37e451d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "21e0b409b2704f48992585ec86456f6e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2ca9e5c6473b47babf84d13ecb1efd1e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4d86ffe28b7f42c087a0ec4f2ecc2f42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1cc68587b2f0475e8e5ba50bffcfe18a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b2b5d690eea04c3d9121bc315a46be72", "region_id": "RegionOne"}], "type": "placement", "id": "1b1031376e1e4170b4cb760e5279710b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "741567bcc3cb42d3a589aff2218ed0c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6a3a3b929e6742538bf92c4344c59108", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8ce35cfe92d44739b9b59dec3a288005", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1a35753b055c467b88825e9886dee9f9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e3b8e6a556464004b5868d93959b797e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "88864b47ecff4106ac4bd964f2a0d5cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0f18e06ca80f4624a2e4adf07c6fbace", "region_id": "RegionOne"}], "type": "ha", "id": "a96855d8f33e4cde938acdfaccde8bab", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f120339540e34c4a8f3862f543d91022", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "dedb32422737421787094d06158b171a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bc60bb7cb5ff40dd994ec08d2f40bfa8", "region_id": "RegionOne"}], "type": "reservation", "id": "8de41ff257d64924b580fd3ab1ff2c93", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "46880af317214f5581986c6c4dbf2a27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2eadeacb8f2a48ff93c635feebc1b5ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "6030b6fe3ed349769fc31234b770354b", "region_id": "RegionOne"}], "type": "function-engine", "id": "e0405e355f2e404798fa5bd83bfe0ea5", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "02b4c3ed9bf4473fa6e4f0ba77aa3351", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d4122d4045854a519a642944be586e84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2770933b5284463d89cc894a4463b525", "region_id": "RegionOne"}], "type": "accelerator", "id": "76349df9108d4d27b84dcc5ed717d17c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "45c385bf5d994a50b055dd2b4a383d54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "41cb06fc71c544fd870f578d55efd16a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4741704eaf804f118dc3510738c27733", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f53c50bffe784f0e956e9189b07f11c0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2cb4f8f4faa84277b4cead8f0255baf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "41c40722b2074e2195d0eeb1e2aedbd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "488c1b2678d94798b2aeec3abe1ecc93", "region_id": "RegionOne"}], "type": "registration", "id": "a736d18f8496489d847f2f648fd09b10", "name": "adjutant"}], "user": {"domain": {"id": "25bb130e14e940ce9180ddee950d0025", "name": "11ff9291b8ab406ba4e961172057197f"}, "id": "044f2f88ffd6454a9815fd1b5fb8c773", "name": "4ef309fb829d403ea6bf55bfc095a9da"}, "audit_ids": ["47b769f6a40b4be2a06ed36839d56c94", null], "issued_at": "2019-09-19T09:04:42.865088"}} 2019-09-19 09:06:43,157 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,162 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,165 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2019-09-19 09:06:43,168 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,173 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,176 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2019-09-19 09:06:43,180 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,185 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,188 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2019-09-19 09:06:43,193 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,196 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,198 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2019-09-19 09:06:43,200 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,203 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,206 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2019-09-19 09:06:43,210 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,215 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,218 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2019-09-19 09:06:43,222 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/bandwidth_limit_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,228 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,230 keystoneauth.session RESP BODY: {"bandwidth_limit_rule": {"max_kbps": 1000, "direction": "egress", "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3", "max_burst_kbps": 100}} 2019-09-19 09:06:43,234 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/bandwidth_limit_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"bandwidth_limit_rule": {"max_kbps": 1100}}' 2019-09-19 09:06:43,240 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,243 keystoneauth.session RESP BODY: {"bandwidth_limit_rule": {"max_kbps": 1100, "direction": "egress", "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3", "max_burst_kbps": 100}} {10} openstack.tests.unit.cloud.test_qos_dscp_marking_rule.TestQosDscpMarkingRule.test_create_qos_dscp_marking_rule [0.275327s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,050 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,055 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,058 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,061 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,073 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.989912+00:00", "project": {"domain": {"id": "bf3cbdf538e146c1b909a19a4a05bce4", "name": "07974cf138cb41698681ec0c34e9853b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "333e46b68c5d406e8fefa73a68edacca"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4beb88f3d76c443f91f52fb7f3419c22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "1756ca6f6712488bae918d46c7537a71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "672d1ad3ad204e1d98fa4fbcfd910435", "region_id": "RegionOne"}], "type": "identity", "id": "49b0615de5b04586859459eff22a6d65", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b3334a76e15e433f8fd200430972586b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "40baefb2a70543799cb9d876309af7d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f7c32f7cdd30423ca70a13d112dadc66", "region_id": "RegionOne"}], "type": "compute", "id": "e62fc70549ea496c9135b5d0d3f04016", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "0a5d18a5049d4eb991c36582d4ea0ee9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "8594a29311b7489c834a03f56f2b06b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "17542fa5e87c41b7bab19eeea0fab313", "region_id": "RegionOne"}], "type": "image", "id": "964808c6f0b94cdd927f4b002580c8b0", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4a5012a47f0246e6bfb020a1a9a952c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "89a6be833cc14cdb8cb7c8e9496c2583", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "17ad0f948a2c4a1bb70c8dbc8d65d1e2", "region_id": "RegionOne"}], "type": "load-balancer", "id": "2b876339d1ab40aaa06b26dd2377574d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "945430891b1440a79c89f35f4c14b440", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31b498a72a154e9b8faf648a381c6b0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "629a5a68a8f14de18ed77464826ebfaf", "region_id": "RegionOne"}], "type": "object-store", "id": "5d671e519e264b539a77605e82304006", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "63cb94c554e34c209528611ff0077cb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3182a22fe482473ba81b0c88157d0125", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "75be0d3477d44b4687ea2bb60aa8eb7e", "region_id": "RegionOne"}], "type": "clustering", "id": "c701ddd3c2aa40e7934147bfa67861b2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7b515877e3fe4f1a8230aad06814505b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "552783bf07b84cbe827710faebd6086d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "360564b3a5204b2ab25270bf1b2e57fb", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "65098efdd73d4d0eb60dcd29f6a9ceb4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "030195952ca2491294ca1ba324d78926", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a9df9a7dd3dc491595700d8d578a6016", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5c3f75d1d71c45c48ebce10d0b319666", "region_id": "RegionOne"}], "type": "cluster", "id": "6e6e1b759fdd4a399929c9f47e33523d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9f99a05c285b4ea89f5e35891e54c2a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cd1c3dea04a546419e05aeed26493fc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7065bf3263bf46ca8fc64de8f4a6b61a", "region_id": "RegionOne"}], "type": "data-processing", "id": "3a6e03e54d8b458da0f748e9d7d19731", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7e8e66c144084aa9ab6d8cf270cac359", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c8fade2432cf44408df0ba8e7adea6b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b153ca837eb34cadbcbc56f52b5b7ebb", "region_id": "RegionOne"}], "type": "baremetal", "id": "bbe3b20efd574e5aa88b63325560f22d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c102c55b7f044b77b683f3d030f38103", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6e3de556a5fb40c4b40d392530961681", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c55141e87ad74a5aabf50e9640ad6d45", "region_id": "RegionOne"}], "type": "bare-metal", "id": "9cee37fc641a4f738560d1eca95d3b47", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5cde27658c6c4fa8bf4a3a77bcd6e11d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1dc17a6f06fd4dd4a2fe88790f3a1edd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "8634e8ebb4064aeabb67bbcaae46734d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "115aa7f95b244b7d92b8d8a7ad91d953", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d937c28ca88d4f0fa33326b12cc5c3b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bf8db63e1a8944218487a67e1b7d4012", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "3aa0718ee94b4c96b801e6af087c25bb", "region_id": "RegionOne"}], "type": "key-manager", "id": "b69780016b2440639e71baf2321a6f8b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d363bc5809fc49ad85526bfc665707ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "765d848631a2466fa301d72e7dc0a6dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "20200cf585ef4318b956cccda2e44ee5", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f55958582823448b889b5b3731aeba01", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6ce1d441c94f4d9da20de6cd6f6976eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "398feb9ca8544f068af57852b4d1d403", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2d3446e0016c43518af643a7e8f34b98", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a8527c0490934bcd9c4dabb27dea9d09", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "62ebee72695d485b90d9f1bd4377dadf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c1537224981f44a09acf57a11fc5bf2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2b0fea12a09444d2afb8d10171d3e7cd", "region_id": "RegionOne"}], "type": "message", "id": "95f936b480a84a77a3cf48b58315e9d8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b3e8a8c329bc48e4bd7f4c48ed3fc895", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "99c2ca2599c04f7eb1348c850464a4d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d4b39a823d874bc9bbbb55c1784b77d4", "region_id": "RegionOne"}], "type": "messaging", "id": "45edb3d96b724e5b906e1cad036eea25", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "710f5cdff340479ba14f246c305b9a98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "895cc0d07a0c44f0a7b9ed57d3ca381f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8a55fca6647f4af5a2f11f5d405bc7aa", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ed54e72cfb61476da256d7736deefd0a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3dc977ca644d4f05bb768dab12f6bc49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c3d0ea8c6644d758b3a77720484c162", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2612754a1dcc45c9a2146288d16e5736", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "deef6512861f4ec69e586e5bda688cbb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7c8017cac2464a80a3065a125c7bf3e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ac65e7ebe592434181d0a48b5b6206ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9ffbd3bb12254823ad09730ef8d87e8f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e05c20354d4b429582f7a26e8d7a4aab", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "edc03b65acce4954b49049d6881cea2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "49990ee7ba3f460797570b9bd328fb28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5803d19200e94993be9c2d8df1b03429", "region_id": "RegionOne"}], "type": "container-infra", "id": "d3a717c00d534444b501e6f579a772ab", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a498e866311c4e6eaabebb32674eaa51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5a2091d5f38f4da6a6bbedd7e8b87b73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "bb7b0928a946437c95b0dfe9fe881ddb", "region_id": "RegionOne"}], "type": "search", "id": "3d37b87778834a338861d82e38e2ddda", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "11f83f4147d749ab8e38e91bb454424b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8c533f7b728247d0acb1e56fcc80bae4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "27ad10274d5c41fcb008168a1427812c", "region_id": "RegionOne"}], "type": "dns", "id": "5d783299657a4612bc5a324af3740006", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7817cb208bf24ca4a5c413ea69476e55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b39dad200d4740a0840abebed690a0cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4b66b5a7df1d4d8cb1b85eaa3e298a33", "region_id": "RegionOne"}], "type": "workflow", "id": "90f0ce36cbad4ce0ad248c9a92d03ad0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dde5b10ea7ba40449bd876407eb5e36d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "603f1f0a1ab84f848be649c6f680589e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e86a1d73d2524528aafd153b6a5c95ac", "region_id": "RegionOne"}], "type": "workflowv2", "id": "224f6c220db44f45af916d8af7349c2c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b1ed2f9969a7483f92d25ddec5aca93b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4f71557df79f49eba7949d84bb001395", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9398b23dcf3d48599a85ab95ac59fce5", "region_id": "RegionOne"}], "type": "rating", "id": "6740b99cc7cb463a863d3133cb81bc4f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6878e24dc86248c2bae13b29fab41493", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "81da0b4cb7a3472abaeb7c060664c23a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a81b5c930391431fb9b483e6b9767477", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0af336e217d04936975fbfd0c8545954", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c0e7d66e692947ca951cf9f96cfda7c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5839d2205c884e4b9b208f03c24c2529", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c61a1b98d3314c00ac1fea34f824f6fc", "region_id": "RegionOne"}], "type": "policy", "id": "19f0170a833c458bb5058a5a70967f2c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b0c2618e731d44fcbd02689f3f3b6413", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d5bda275ac494633a204faebe2bbd055", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d322d52f093e4e1ba64ff9f8900cb745", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "14be748ad3e8422ba2372d92c9423e4b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7e42274153a14b8fbaf40bfc7274a3ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1c6b278b482649d084367479c7cfc773", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fc4685ccb0a34d049903abb850c54c5d", "region_id": "RegionOne"}], "type": "sharev2", "id": "0b296761f9244e11bd2b4850ed730787", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c4131d911f514830aa9c1cef7449c622", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7103a4e6febb4778a8d9a85b33fb43a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6e05947cc5574e97806db025139d6bd7", "region_id": "RegionOne"}], "type": "share", "id": "99a13686e3484c82b538fd5d615f75fe", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d9a50b0f0d2b477e97a47ce68ac06d0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ed629d4530c54b78883fcdaa49323128", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "54668c73cd2443f78b00bcb867694fae", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "81b1979c821647e98e7f9afc9404e5d1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b4461e2c27d436498ae3c4b6d7700a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fbfefdd71fce4aad8d46bf476ce8de42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9266308474a44fab60eceaa1eb91be1", "region_id": "RegionOne"}], "type": "orchestration", "id": "2af82c1410dd47d3b135f6d44ad29f8f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de87db92711b4f2d9fedef6f6fa64954", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fc14eba808d4097b284a8bb8b3a6977", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1dc467e85e8848f99bfac6696c2e8751", "region_id": "RegionOne"}], "type": "block-storage", "id": "e5824f85fe5f42dcb936468b599d8586", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fde9174c7d744f518d14b399da0368f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "097b6026a1464cc7aa3df92431e90004", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4e44fe7cd0d4bda984a5b17471102b6", "region_id": "RegionOne"}], "type": "volumev3", "id": "01f314fa0f2c4f4ebf6fed1fbd5be60a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5efd8dbdf9344dde8902793041018cef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1658cd75fd6d48169f3dfd02711ecab8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01742473bae740a78e24e3552c6cfe1c", "region_id": "RegionOne"}], "type": "volumev2", "id": "151b03fd51804a8c876199e7ec6dacb1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4305970947f34696a24b7e39adbee5b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4cfceafb19664a738f8a8bc604a2737a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "efabb6633abe4d16a0aa26324e3eb7b0", "region_id": "RegionOne"}], "type": "volume", "id": "5125b454f44f40199e5c5e9383bbbc28", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c521e391cc842bcbf653b751dea8d43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c99af91605e4c488449ce6dd3800152", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab23f56f9a1f402a81d112c4353a5a7a", "region_id": "RegionOne"}], "type": "block-store", "id": "e78fbcfff2014e768cb77a0b41511ad3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3e0315c397c347ef84417191c1479acc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "70efacd49505496f84e5f9fb773a2878", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f25bd6c93f794c9299287df2011b9f4b", "region_id": "RegionOne"}], "type": "alarm", "id": "a2bf2c5764764b1eab36f2e7fe8ca1b0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "459bcf57dacc497ea9486c7c3f47d408", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5bd3278dc8f34c69b8a23c7d9c0d6f9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0a15adfbca8e4435816208b3bcf3cb82", "region_id": "RegionOne"}], "type": "alarming", "id": "565d5506eddc4967be58fbfc5f3eb719", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "66f9ca25e31b4607beb69901cb63b8f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dfa4cff1be1348268bae99a059199b2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d5a1079503274a4dbc26aab62cdbd0a2", "region_id": "RegionOne"}], "type": "meter", "id": "169771ab2bbc428e98c6ecbe0e0168d5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a351972bd6df4aabad5e65864c3923dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "914e751ef2c94dc2a1e663be1778f6ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cfafbd17520b4d468b10596dc3e5ee59", "region_id": "RegionOne"}], "type": "metering", "id": "cd57a5de2d434e968ebe6ff37a21d47d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c3ee8bf3d4c943649ff63208c1eae5b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b280873e7aab447f85c3000cace090cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "59e2d1d9e5344f56aa70c2af8f5fed18", "region_id": "RegionOne"}], "type": "telemetry", "id": "743b52c3918e42c38b17fd74773261c7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f9b499cb1baa481295d5ec2cf4667c69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "04508d98c6fc4501a793eff2638fa30d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "57028d192ecd481e95a4ca4fec594e7c", "region_id": "RegionOne"}], "type": "event", "id": "3ea99356a7b842ecabac1d4d2fea0de5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ee37e4635a79414e8ce4c92ea9a2ec31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "49e4f2d9896b4f618081645ebedb3b95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8622a65db2a14f4a95f85704740fd6b2", "region_id": "RegionOne"}], "type": "events", "id": "ad67ca62e95041599a83619ae4cdfecf", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "197c09ded0f048b7b8499e91de6ea6fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "98364284cada49b7b76ecaa32e274921", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8a8ea39a96b44e60a30ab2709c63bb62", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ea5fef37d1f943069fccc2cfd20ba4f8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "09ad1866076d4231ba068562efeb252a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5355e47024494453b5096fb7b2ce1d7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "97c69a62b9da4a48afcd3297e22ed1c7", "region_id": "RegionOne"}], "type": "application_deployment", "id": "bb24b3ed9798441aa2d18f7c3a0c787b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fdab786ae6ed4fe3a6e1e44aedb37dd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cf83c0f6bef34106960739f04a6c8647", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8344d430108f403ea73e38aceb4fed53", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "65ab3723c95b4f66b178e10c5ba8077e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "acaf595004f64e8fbdfca7f4c00eadf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "827b37831ca14d20a68b2bcbf6df62fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "939c879bd4ec491ba79357124354a122", "region_id": "RegionOne"}], "type": "tricircle", "id": "4164286b968f42e6bc22de2a180cd8ad", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "4c06a6f50c2f48868ef560d5990c16e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "96568dc9047d4c9ab6ff3c88b24e5273", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "376839195ba24d64a17738909143bce5", "region_id": "RegionOne"}], "type": "database", "id": "f2eee98fe3ff45d98228a155b2a61c82", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "570b7fdec9aa4ffbbaba4c26a30ba9be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e34a98272008424ea981cde6d549cf04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8e6929c39f0a456da680c9954f14673f", "region_id": "RegionOne"}], "type": "application-container", "id": "309d0355ccd14ab4967e92aa326a1267", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "30bf87f6c51e49eab3e2d023f835f4c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "edd42ff15ee54d11970df492e87fc205", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "27cd0cd54ace4f4483c01cdfbb9808c0", "region_id": "RegionOne"}], "type": "container", "id": "bc12f4b0d17349a6933ea13b9e99ec5e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6151275d4eba48529578e2c42679fb51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "981b1e2626414db6bebb71ead30c08b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "812fabf7857c441f97d50f25cf8571ec", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "921078b3fcd642cd9fb43b28f9a52fca", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9fef8c56a7844042963435236cf8aa1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2f04af32bef7494bba34e8e3edf1b45e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9e0400e3d6e34d2e800c5fdeee569013", "region_id": "RegionOne"}], "type": "rca", "id": "38cb054b609740339575203d0325f2ac", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "181edfe3935d4273aa9332e1c8506411", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "34d3c6177865482d9e058f1995a7cb6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9768bf8d170b4bf6baaf398178ccd589", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "bce167a4ca264708a1590f7ac2d325e9", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e649bcf795894c59afb33a43e79b7e48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "608fc6df4f384e4a897c9e4c01214e9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6ab881c0e0cd4ddaabf925bd49161ea4", "region_id": "RegionOne"}], "type": "network", "id": "f620786e7cf441dfa68351019e87941f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f7720fae45554beca52eedfcee7478f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "fcb3ca4dc8f44707b3aa9ce2fd1205c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f8d06751b55d4e0695a62adfc70f308b", "region_id": "RegionOne"}], "type": "backup", "id": "a4f63e2d5a904bf1afa13174c3ea3f31", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "feb7fc944b2b4984a3ccb5bf771bde46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "be098e1507c24ae29913a6ee83c8832c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "912d15f39852412ca2722b5897d6d978", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "aa22c31934e440a99bf508e024fcc703", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "667b879ba41e4efa81e045a05c5050a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2b7df8f192e14b7a825f7d52405210e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5992e6bd9410473a9eb5f708d6fe6dc3", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1a5469253f144664b89a635054d5027d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ec3658a9b2354c40a438950c4c11d79b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9797101563f9433e8aac03ec5047216d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9a25b6d1cf5345838ded43997bf03c90", "region_id": "RegionOne"}], "type": "monitoring", "id": "15011ad6ee2b4664b24e8b1a81abfaed", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2f4db2875c9244889bba911ffbfa05ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "637cdf38e1904707b5f4f8136c164439", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5a96ecbceb2644ceab678c1e1fc1f04d", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "059226fad58f4e8fa1367e4f289096dc", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "eecdae5acce141af92a28b51274d87a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "20e745ab106947ebbe5671771ad4e79e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "53a1c4ea7cde4068923b821dfe37ed68", "region_id": "RegionOne"}], "type": "placement", "id": "e3a15559babf4c1b8f9d97334e379e7b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a7d2636b644545d1ab57ee723cb2e109", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5bf5fdf39cb04efebb1336810e7a5466", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "34333fc720024c6bb29f1dd81ccdc432", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5302275d2f2e4c1b8f0f7af3298e6f81", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8c5463f4637f42d1b0236b38f88e072b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bd8b86b9bb1e43c0951b48f7492dcbf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fab4e2959fb84568bdf023cb9510d777", "region_id": "RegionOne"}], "type": "ha", "id": "0b1229dd583f4b6da3078720a190b44e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "71e9b6318c404a6fa9cb999903fef37f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cfa0c979691844468618b2466e1e06af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d98c4439fdbb4a069b145d160fb12bde", "region_id": "RegionOne"}], "type": "reservation", "id": "aea55420e305411eaf6d331891551c5b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0d3a43a7a4374c4a8b4a6be9b610296e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8ff94a9af3334de7a615b597da4637d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "402b4e3003d149b389925f56a4322259", "region_id": "RegionOne"}], "type": "function-engine", "id": "14b0f0b4f494418386e3bf3daf0d651d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "073c55326d054c86af35bc76dd9dd0a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9627ae9c0b644671a02c10295062f8cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "8b684caab2ae46f58636fad1ff55d718", "region_id": "RegionOne"}], "type": "accelerator", "id": "0b5fd22bf0d949ccaf653a37f2e65e8e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "de04d7f1d3c347b98de8128a47af93b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c5ebfb3c0b214da6ae819ee13bf4ef3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8f14c9d147154cc0ab8d4e5c3b7f73ea", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ed1f5a04223748ba8bf1f8c3892562ca", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "77cca0febe654932b96a969a0fa01ff2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8faa6423daba42d78bf431b25d980b0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2ef66ff640a24886b76e1266419df40b", "region_id": "RegionOne"}], "type": "registration", "id": "b96b849c81b9402aa36851198db1039a", "name": "adjutant"}], "user": {"domain": {"id": "e1abbf9288be42e799165f29827af59a", "name": "c1736816fda747dfb66daad32220f3c1"}, "id": "e7219d014a4e40908351a034591b9440", "name": "4c090476f0f04a0aa5a5660deaf56f49"}, "audit_ids": ["285dc2c899d043008edc9a9b0b6fdee2", null], "issued_at": "2019-09-19T09:04:42.989912"}} 2019-09-19 09:06:43,220 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,225 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,228 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:43,231 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,235 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,238 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:43,241 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,245 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,247 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2019-09-19 09:06:43,251 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/dscp_marking_rules -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"dscp_marking_rule": {"dscp_mark": 32}}' 2019-09-19 09:06:43,255 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,258 keystoneauth.session RESP BODY: {"dscp_marking_rule": {"dscp_mark": 32, "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3"}} {27} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_get_session_with_timeout [0.100206s] ... ok {19} openstack.tests.unit.cloud.test_shade.TestShade.test_iterate_timeout_timeout [0.165724s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,220 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,223 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,225 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,228 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,230 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,233 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,235 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,237 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,240 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,242 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,244 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,247 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,249 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,251 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,254 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,256 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,258 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,261 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,263 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,265 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,268 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,270 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,273 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,276 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,278 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,281 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,283 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,286 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,287 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,289 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,290 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,292 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,293 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,294 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,296 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,297 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,298 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,300 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,301 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,303 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,306 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,308 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,313 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,316 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:43,318 openstack.iterate_timeout Waiting 1.0 seconds {13} openstack.tests.unit.cloud.test_normalize.TestStrictNormalize.test_normalize_volumes_v2 [0.096845s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,891 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,896 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,898 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,901 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,910 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.830777+00:00", "project": {"domain": {"id": "fb48829e63e046ff86f890b7d7da0e99", "name": "305d970b91ce49838d074298c86607db"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "2d5b4aae6f554d9d94c0791d778cad20"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a4b38402125240ec8e91d247fc3870cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d5f11f6aeb004842b1813f18a05eb5c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1326cae2d9e64a368a0962536ab13845", "region_id": "RegionOne"}], "type": "identity", "id": "6757a35e1d5842b1a7484b29f7c55184", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "38227c046b764983910ff9859cef56de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "283875938e6c4b209955a85dc3b461e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5a753c9aeee3445b8c0ac9e9710c55aa", "region_id": "RegionOne"}], "type": "compute", "id": "aa16da7557844ed5b7cd082dbf48022a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6af0e2756afb450e997a637255d70da0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "09854e8f8d224c018bf0834f4f3fb06f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b35e90e6525e421780c82fd0bf9f234a", "region_id": "RegionOne"}], "type": "image", "id": "724809adce92498dba010ebd6af1a4cf", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e5f5d1de5a4c4d4e9ef58641754da0bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b38b96b070e54935af632978c38b6767", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "132a7ec5e90942f09635c68046707d07", "region_id": "RegionOne"}], "type": "load-balancer", "id": "2cd317194f844f5f8859834d201e6fd9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9709c9f234042cfb796007487c1e170", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c684aecf97f44803b5fbc116a4e9f3be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff81fc9aa7954e048ce7eaab4443429f", "region_id": "RegionOne"}], "type": "object-store", "id": "d97cd036ceb74ad8b1d23a64b5bfdd4d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e6ad6bbb4508450da045546aeb7a32ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cc8f5a1258b849a9a88c8ba45d377225", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "075ec418392a4b45b87b41276d6ccb35", "region_id": "RegionOne"}], "type": "clustering", "id": "30417749a243470086e72f6a35f43ac8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1cedd3ff5ef44644bcf01ea56f84c6a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3bc14d7b69e047cba3ad5181d2b20ee6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7a2f8c6d95a243369a59483ddfb808e3", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "0a396f3943a345d9814ea2bc96037491", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cba26d11a9af453b9288bf0f9990681e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "917f830b971645b28cf620c72fd726dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5fccd9dffff748d89a3edf859d2bf98e", "region_id": "RegionOne"}], "type": "cluster", "id": "3ddbade9ef734224a443ffab0b0381e0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2990fcddd5024467a51b359b21f25627", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fad8fbb05da7440691b0a4235bbcf380", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c3572a2f71564fed9405d6d46cbcf723", "region_id": "RegionOne"}], "type": "data-processing", "id": "5b5b655660db4b23877ac67e87a67028", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a712c3dc926c4bfeb5c46cd680f84d9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c081551d0edf4651b7207fd7ad89b690", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "90c645873185442285f3498d9afff899", "region_id": "RegionOne"}], "type": "baremetal", "id": "61c9ba35c6fe49458fabf1abd3944545", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7bebbdd940c24a1f8d0d152075a355b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8262684a5e224543aaff2c0a857ffa5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "911da791a5d34c2e86c9baa8b8279e1a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f19a6333594f48a2a38ba96a0ff8ffdd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a91a808b69fe4e2396dac39ae2b50b0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "93698d33d83d47b6bb976addc038ad59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "73615a1a5d444cf688b39cda57880bf9", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a9c7b9cb380046b59fe0ab555aab13bf", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7a8e7b9fa91e4dd1ab4c89f69fb9f769", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "61e389273d2f400ab9952e90ef65b10d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "a6969dc3474a4878a5ac9c132103751b", "region_id": "RegionOne"}], "type": "key-manager", "id": "6086b03dd3d84e57bac95a4c75031cf0", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "91babb6d3801481186aaf30d6a883f2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "77d26ac0322848c1b4a4bb4dc3dd9bee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "04d177250a1845b58589195c038c965f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9eeda486d7cb45638712797183b2356e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "66804a50892547f3ad311deca01d5db2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7e761becb5834671ac12847b680e3fe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5b57fa79d4e849998440b9788a2fd274", "region_id": "RegionOne"}], "type": "infra-optim", "id": "73ede40fdd9548cdb287cbbca4d70d84", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ad660dd321a945ea8aa4d4306921223a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "06476051577b4fd09c8b4ce09a87a7d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "192652856af9436293ad27ca244604ab", "region_id": "RegionOne"}], "type": "message", "id": "bc2ec5176a7c46c1871db351ec1e215e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "daded8af62054b6f9badefeb387c8c0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7e72dfc1e1434f37a85dd67aee837bf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8eb8feab499b43b19f797b8a589a641b", "region_id": "RegionOne"}], "type": "messaging", "id": "fe9fe72aadc0449b989fd036eb26cb7c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "70f6414ca5e74a0f85d8979a0c90bbee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0761a731d4a74e1394bf6dcf4b668e73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ac30bb28331546ac8695ef6e328c7753", "region_id": "RegionOne"}], "type": "application-catalog", "id": "88789303861d41ada9182360eb9c14cc", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "78f0e2b999284116ac7ab022342f93ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8716b640d668485e8a76b8a8d5458e0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be803f27180840e7b55dc40d1fc7f846", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "255bdbe7bb3a4a5fac3fee400b34cf9b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6ec76df15bd5447799b8b8fecbdd1c31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "69cf38ffd6d4421680464ffaba780ed1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7607a583834241c2a9ce40a88e0d4ded", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "88eb2b21a27f46e08f41c3ae80c6f4da", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aaafe07c46704433a86663e48c7e5eb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "16aafc3b54d7493b92dbb7cdb790f69f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bb710d8d94fd4ce5b723e5b982275dd6", "region_id": "RegionOne"}], "type": "container-infra", "id": "3b6d471325844ecf8ff89e36768bbca4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c02c5f1b1bab4232bea1b01acbedd705", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d5bd5f84d9024724b64655334aa61913", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4f9f5db0218443939f4f5954fd3ccc0e", "region_id": "RegionOne"}], "type": "search", "id": "31f56bb55c074ba8b3966bd9c2d6f052", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "77d334ed137c4860b2646f90b953c65d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "70c86e0a651645bca74c37244882a7ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7c7123da2c6d49d08ac9ad3564ad3a64", "region_id": "RegionOne"}], "type": "dns", "id": "e051fc0822fd49c986180c93834583e4", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9513bf73a03a41a187af993ab4b48649", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "69e7e2820e9e43559be0a8733ba3b162", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "247eb0a4fdbb4c3fb34a746f2482ee11", "region_id": "RegionOne"}], "type": "workflow", "id": "732715947af44d9086669c82c38e2cf5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c59e9a511e614aad8d5a0af8bc42aea5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0377fa18f7d348a399717d37912d8076", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fb39a44756364aaf8f800b579987fbb5", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9b58b3f1f9ba450cb3a6cd51c8125860", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "3088afc7756043a7ac1507f9c56f64fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3dc6590972c34536a13b18f2dee5744b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3efc394e218b4823804bed6d771becbd", "region_id": "RegionOne"}], "type": "rating", "id": "fd1e437a38ca407ea188ccc115a2d46a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9afb2fcadc744c398c20c0beea3d1456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ed70e86573d34c32b3373bb33e7ec850", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "431dd5591ace43d48da97551e0afe32a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0afb144e95494495a000b08583e613bc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3a698b703b9144378de5219e1e195e30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6f1d338062ce44608adebb6f8c9aa156", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b5742cf3ad704b688ffe1ff0d405d8b2", "region_id": "RegionOne"}], "type": "policy", "id": "b70056a00fcf4b9fb9f963bad1be5e06", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0e79d41c824a4f3eb8cbed6c4c3cb217", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d535e8ec2db3461a8f25a33c07a53990", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4125d2c1bf4a468ca66b8cfccb624771", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5a764ffcb2394a1d92ce4073fd11694c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c8b41bd2bf8d42b9bd5aa9de8268f53c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "94ed4b274eaa416d877569c45e2187b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0ca2824bb08f4deca329cbc886b6a3c0", "region_id": "RegionOne"}], "type": "sharev2", "id": "fe764504571a4a6bbba0a87d82bace13", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "811e20844a624bcc8283583f01eadac2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bb7b517345e4459aab325db0227c42ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7c7f85144cde42e89ff7e2df961346c3", "region_id": "RegionOne"}], "type": "share", "id": "d2ef9ad0dd1448c48cb6abea9cff6938", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d05605b0d8484839b94c35f2ef93468b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "cc4f0d66870c4d1a92d908b5affcf6e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a3ee4d59bb3a49f99bdd02f06c2b014f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d465461864a149b0a3ca4ab96bc65d58", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a35aaf2aacc4b75903c30db7c098aca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0ee8249464d49829e5c0dc66a2c14fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17dec770934d499b9ec50656a503f416", "region_id": "RegionOne"}], "type": "orchestration", "id": "d82ebfb9bbca441a9d960943ff1a768a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd9a4f81be0c48a988facfd5e3d9710f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4803d4179baf4dde849e2694b9806056", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d41df6ff96c34e5f90a361dd6fe62dfc", "region_id": "RegionOne"}], "type": "block-storage", "id": "082bed7d1b9d486ba25d0159b28795cb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2de5b259fe541ada070e64d865a3af5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b14d333098846ed945159c70046be1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5928d51b04194176906b165f79808b71", "region_id": "RegionOne"}], "type": "volumev3", "id": "766713b7d0b3405c97a3f061b356bec1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20029fff0cb04bfc9406ac61cb29b6ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd90cf9897e74901b23092451501d67b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3c1abbf8ff0439fa52af1aae15f59d8", "region_id": "RegionOne"}], "type": "volumev2", "id": "6b091b3886344304bc9b54da93f5ebbe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3917287a7f3d40b49369682a470a23b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec97eb976953416c824e6d9322db3ecc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59dac51ac62843f699e89ff66c8f097f", "region_id": "RegionOne"}], "type": "volume", "id": "66c7c8fb4f674068b4d390c18dd43b36", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "998a1b51c7bc4fadbb7d44a65c65673c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38ac8114f20f4aa8b2a9b7b4fff20949", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45979d63dbae4986b8d15c3f2ca10730", "region_id": "RegionOne"}], "type": "block-store", "id": "7784ff2aa88b4908a49a45da7f73f371", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "687eb69a934c42a5a751103ce146485b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "abb48bc463964084bebc9c8265d7257f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d0157a5acf6d4e8dbcfb7e6027cfc111", "region_id": "RegionOne"}], "type": "alarm", "id": "80bee88f6a064735ba6756231035c69e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e267d28b77e04f04969c3d06f81abdd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "514495520c91416fa527b15e855373d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3560ee59f5294649b391440c9f388fb6", "region_id": "RegionOne"}], "type": "alarming", "id": "692a3fcbf9d746b288c0f25e941be5f9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "63d239565b294b2e83819162cc3fe752", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c956f64e6cb44ebd8ef7b57b777e9565", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "34ae526504694558b09e360fdd32ff7c", "region_id": "RegionOne"}], "type": "meter", "id": "aa5a02cf75784ff6a42c7528532d76b7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f4f6bd37dedc443b9023e3445b94bb3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "58117e32886f4a0c83856facfa43059c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a107ea8f335e4de184e0c024c58173a1", "region_id": "RegionOne"}], "type": "metering", "id": "92e285d5520c4c71bfb213dfaa2aeea8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6d8e1ce867d94eaca683aaa299840b49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "48ffbf38c5e6473e8ef271121f328103", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3e3c64b903fb461fa38f88842e18be3b", "region_id": "RegionOne"}], "type": "telemetry", "id": "2a3b388c5b074d20be8a919f92f02e6e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1609b082b2984cdcba6f98f1347d5f57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "eddd075a08bd4e43ad84f63a0752fc97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "97d59e38382646a99ed4c64798f8d27a", "region_id": "RegionOne"}], "type": "event", "id": "578a3af7740a4030b4e97dd4d6b69d1d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "295dc63b06234382bd6e596398aabe99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "924e0dbd64bb490bbf6305252d073011", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "be85a2e5da9745caa384e92d88574729", "region_id": "RegionOne"}], "type": "events", "id": "bfbb2fb8111543ca9564811280e4e6d3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c597c700f3e4447ab1276cecaf6d7bfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e7fd3d2b58504f0c86fafae8911239f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "172f97b7f538497cbbe1c307a425bf43", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4a36bb6a2a92415ab40c8fe667eeab46", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1df0c7a368fb4675bf62daff1a065a51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "20ab6cf29e384453a8f702900d100b48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "56c64adda6df4fd9abb4f780c824558e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "79397c0743c448a099dbd9f47ed04c89", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "58d75754533a420195ee9b05593ffebc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1d68289617674b5d878288a75f3b9fa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b415cc754caf484ca3d469ce097b9aad", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "e4182a985f104bd490eb8fa8da417d07", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9659c034a35649bdaf9d245d680cfbb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2e1c7530e9354263b83b40e5e2161f2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c521f6ec5d3840bb8259144039e3979b", "region_id": "RegionOne"}], "type": "tricircle", "id": "51ff83a062c04030899511142566f00b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "4d1819e01283490ba6e9246287f4dbea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1544f51427264248a3e1fe2a2bf86670", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "06a106be3b3d409e93df14f4f9f88ef6", "region_id": "RegionOne"}], "type": "database", "id": "b5bc5d423f064c88a3f1d20bbdbb0a02", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f8681c5c84de441b8aba1079c088b3bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a9a9cfffab384579919db25a27d0360b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "293e527f182b4df7a0744816b41a4edf", "region_id": "RegionOne"}], "type": "application-container", "id": "e800045530624500ab316c81aa9037a5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "429be5ed856a45aeba04229ad9cac788", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "28e3ad78c9c74546a41258fc76909056", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "dbf0f35004ec42f7b119c61b076ed707", "region_id": "RegionOne"}], "type": "container", "id": "8f2d47c0b7fa4a579dfdfb9ad0acc721", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c205daf01d0a466caaccf45a009a5585", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bdfaf45341b649a895abc62ce2048ff3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b81dc0188371440fb8a3b0fb84219efa", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a10c8cc42dd44be882a6cf36f2f5dd6e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "09207d83010340d09615d866603705a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e57cdcd92bdf446c80870f158258d6e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1fa8ae3ec41f4b46a0c28a2d58356378", "region_id": "RegionOne"}], "type": "rca", "id": "c9458d402aad4fbeb38d102ba6dd496d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3939f798d6a24c79b1e7be1b55a7c5db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bff35dfbb87841bcbd2bf159e3ad7a4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e89a5a3823934245a441cae7cc91ab56", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2182970279ea4b4292de6c2ba8978ead", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "25705f085e694c9995bb14ad03409c2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bdadafdec54543fcbca987170ccbd29d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "9c6db1daffd84edda8a9bff253b728e6", "region_id": "RegionOne"}], "type": "network", "id": "e0c316fe28594ef0b9593564d9b276a4", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ff280d7a9121434eb8a000506bdb7d2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "21d6bbce6b00459fb1b8d6dd7bae4c58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7e14f31ce0b543f2b2fc7fe113a9cd9c", "region_id": "RegionOne"}], "type": "backup", "id": "b12b3fd912934d03b92a181e06541534", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "aa821adb073744eeab5e0095bb99e0ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "89fd9bccc6da406eab23bd14a60fc290", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8f71b2ba868f4215851ff5e38bba7a81", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a82bac56f74644db8fa50c77f84e8d25", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d78e261550e248f488d4b00980df8dbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "97fa1c8c374e48a8a97807b1dee0ae76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d6a524de4fb94487bb50a6562f4f148d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2f6a71c7b41549c782c3732d13749762", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "99fcdd7c250c40f884986783ba7cbd33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "95847cf9cbae4dc78ed9711e9a14f86b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "49e25ee7f4944bff91e853566dcc6a30", "region_id": "RegionOne"}], "type": "monitoring", "id": "50d0895ce1c94622bd0078c4915325d0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1f6b16897fe9437981cc1b41f1e4e34d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7542e5c359354834b75da544ce4cd9cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6c2c2b749b6d46e695241fe5c1d71e4e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9722030b85d24521af2a40389a7a7c11", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "80234c73619e4746ae4008e02ee28077", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "de78949c0d794b72bed84da4ec7a75a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "86acbaa443064d56bd13e6da4c63a6f3", "region_id": "RegionOne"}], "type": "placement", "id": "1f7e04f1582e424ba6cac2cbb869150a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "502e6bef3285462c87a6518055752a10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9511e7ef2d1e44189c24c16feff60dc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9fd01cf9887e4a46a5587741812629d7", "region_id": "RegionOne"}], "type": "instance-ha", "id": "616545d43bb2430592609ed976212fed", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "556021a9f7ac4c81ab1e162e00d750ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "abc1c18ab7464c34b96b6e9a3ae17d22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "90bf129d19ff4bb28fa96e7c3205d657", "region_id": "RegionOne"}], "type": "ha", "id": "bebe7bee01ef4a91b1361363a2b97a47", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c5cd228e82434a6dbc9945086d13e45c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "95ca8a9d14544540ac780fd4c1343001", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c81a038922404314b0ab9442ec9592e4", "region_id": "RegionOne"}], "type": "reservation", "id": "e0d79c29070b442c9621a6e3d1718930", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "102456fc0b184407aecd5bfa1a6cb731", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5571a318ddba4c38b8d72c33a5797e78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2f56cf5063cf48dcac96373c367f6fd1", "region_id": "RegionOne"}], "type": "function-engine", "id": "cfc5acba73364b8a928876ef60ac9352", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3e6d69dff27844bfa0f335be9fb0f89f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "db1f1a05d8014b5fb21bf204b98165f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "344ac52e357543239359d0284392963c", "region_id": "RegionOne"}], "type": "accelerator", "id": "bda0c72c7c03424ca27cb701f9f11c67", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2a8ef0ef2c8a48c59c7f0c92a97e9b6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cbe36181ec644439aa64d3a0c3548df4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c3df266d50244655ac50064bd2485fb4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "dcfc4fc5f7404d6fa76528a73fa552ef", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bc128d7a72a645fa986932e4da898fdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "126b5b1bc0c042658f5426c9a5633ad8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e156fddfec25450d937cd2b3a13cc124", "region_id": "RegionOne"}], "type": "registration", "id": "bb74149b196f48feb89235e42aed1014", "name": "adjutant"}], "user": {"domain": {"id": "983276499cfe48df83d63838417cdd09", "name": "5e6c519feb76434c877535f2998dd0e9"}, "id": "950ca4b19a44483f8e3ad62a4dbc0d1d", "name": "13d121118a7a4a60a411dff941250c47"}, "audit_ids": ["f5d3121974204c9c870c1df47c3a67e3", null], "issued_at": "2019-09-19T09:04:42.830777"}} {15} openstack.tests.unit.cloud.test_recordset.TestRecordset.test_delete_recordset [0.404287s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,029 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,035 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,037 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,041 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,055 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.964419+00:00", "project": {"domain": {"id": "f5c8eeb3ac3447d0892e624f40fce364", "name": "9989e7749043400f96d0b63272b2dccf"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "fa4063b933c443598f5deb2fc597fe4b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "01019576a4ef40f0bd46ef1908ed1f44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "36d0820845084447b2f9877b78c02a64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f84f89446db4418aab280c4a711b1373", "region_id": "RegionOne"}], "type": "identity", "id": "3f2104a309174f39b900c8966a0034b7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0666b164154c4f2a89abf3863628d5c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a824f46256074ccfa5da9e139de809c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "7406114d2d8c4af6acbb8b928961cbb6", "region_id": "RegionOne"}], "type": "compute", "id": "eb93415d94ab4a15bb6a7f52bab5406f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "2a64d512de3340e68bc2c6da874bb4f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2cc24ebc779a4bb98b846a6210ddeb3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "71f7f8047e664d688f849aa3c5430652", "region_id": "RegionOne"}], "type": "image", "id": "1ef9899166d840a0a33c97b87ef5aae2", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "effce64b0675470799f8cc5b690ac6c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f1c4e15c1a3d46079916371a9b93b611", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b00c7ebf761047659c38bb7661bff1fd", "region_id": "RegionOne"}], "type": "load-balancer", "id": "2216ff1f6d7647d78a9211ac2ebbc603", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23edc7930ab842fd8f68afba9cb56db4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85118772910943e994c15f6addaf5d53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14e5f54968f5430e8654c890a14c63e0", "region_id": "RegionOne"}], "type": "object-store", "id": "edb9015002524c769d9697fa2b0f9d5c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c597f150628f48c69d4306465afab44b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2a10666d67b34705b5f233d78f0af8b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "21cbf4f1a69e44af98011ebb32301f24", "region_id": "RegionOne"}], "type": "clustering", "id": "8a97e0814e454b549656e7f9164b1fdd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "da00cee915124fe2b1d458bd140343fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cf1d32fddd86445e83bfa9652883830f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ce2ebd5dd6f5472bb2e5987ca8940f03", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8934cfeee2c7438091ae3afaa8ec7db2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b406f2e902fe4c40972980a42d509b02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "566c162caa054d948ef9db2bd952994b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "919a763e0e51471cb29b210d63893eb6", "region_id": "RegionOne"}], "type": "cluster", "id": "6bdec03db7454c589ff9cc05a0188b44", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "349cd109920f4e5e9ae4b766bc4cd492", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8faabfb5f48b4199af2f38421596a7c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f9efd011144045889cbef19f31d52ec6", "region_id": "RegionOne"}], "type": "data-processing", "id": "81a2d99e6b9c4bc8bedfac00e945af37", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "edc8a79094c34746a0c2daa6efc1c9f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c6050962d05b4f349a72ec315b76c4f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "90872f9de3e940d1a2c8260152e30ffe", "region_id": "RegionOne"}], "type": "baremetal", "id": "8f8cccabd38343d39e38a262328ca8dc", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "34f699031d12432fb73f2dee987d4ccd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1ca0067740864bd9b96c82dcad16ffe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bf4431af7d5b46058c4f78d9f86ee5b5", "region_id": "RegionOne"}], "type": "bare-metal", "id": "726549a1d548413bbf79d91a3163b001", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5741761f7f824635a58c1a0043ed667c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0a9048578c424520a8c10ad683658d16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9611e36579d9434fbc50e9c70badcb89", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "00b87ee1dd014c28b6b2939cb50e1c0f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "acbec65cdc224b4f88129e218fac2c56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9bb645d236da4192bc37a84ba4325ba7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "722ff4bf17ea45518c255a0cd7f2b44f", "region_id": "RegionOne"}], "type": "key-manager", "id": "66e474a3dac94fb4afd12eb4d17e776f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "92dfb78032d945e68a86867c508d041a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6257a0728e4c4c338271a02e97e40b9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "eecda5b1d2044cda8fe451026ee3714c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ed911e85738a4f34b0b9f53a0af7f93d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "587809d96c914c72b96124a812d7f6f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "68b4d865763d498c892946d8425223ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cc53c02e103743f5ac23c5e66c63a5de", "region_id": "RegionOne"}], "type": "infra-optim", "id": "2d17c27f0c6a49cb9afc96e9db03a59c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5cf7759eeecd47a5851dbacf0f8b1b27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "49f2073d13d44f0d8dd87e0123e105c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6448e5af4e924e1eac37da883f44529e", "region_id": "RegionOne"}], "type": "message", "id": "4cdc41dddde247cf98006fe607e7b5a4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7e83c88ad05446e3bb45c750735a8393", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0e08f2c58612472aa8ddb98fe9f753d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8e1298c9d87b4e40a680aef73ce82a6a", "region_id": "RegionOne"}], "type": "messaging", "id": "71df1d73677b466bba868d1dd4c215c2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "01c47a88fdca49e1ab52b5b62e7d7758", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "02d5b7f22fbf42d98406a8dea2e24213", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "7d9a7f13afc44c9cbcf9091c79f915d2", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c658e29b30c14e98a6209214dbd013b7", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e4993d0c122844e2a47ae0509e67dc56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d051b81fb164f4db836a574c5a8b650", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f46a25740c0a42c69438e6fc82cfc40f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1f1f212b123649db8c4a1430e05ee03a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2625613dc2d54136b42ce171cb59a6ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "614bbaf12d9a4e6089981d70ad3ed2bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fa47c4d5c2284ced8ed92ce83061908c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "96312d1b2cd74a94a7e58b124ddc30e3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b986fc9402854c66814e7688bd9bba3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b0d322417ff9441c87d435b9a17e80fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cb6796011f4d45039b80d194b653924b", "region_id": "RegionOne"}], "type": "container-infra", "id": "a5855ea1032e49da9c6850baf590c6bf", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a3b23eec9cd644d19df150fb5151fbf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "387ab7dae0c94983a99185966dd69cc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a159cf1365264ea3b5336a8bea97aebe", "region_id": "RegionOne"}], "type": "search", "id": "43ffbb20179644b3a383e278d96f0c58", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "19964e194cb04f479391e7b2ab31d129", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "724032125c4a4357be098b36cb24466d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b446485112554853bb40591b7792839e", "region_id": "RegionOne"}], "type": "dns", "id": "58e14df4eeea43d380ca18295cef8454", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f22caab63b1340cf8a80da7a5b0ea56c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7cecc23698464f57beed6ba06c9d2978", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6876bcb60747483993762e58aae221f4", "region_id": "RegionOne"}], "type": "workflow", "id": "67d9a3deccff433191ed09b0d92ac8e2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4cc4ddfb841e447bb8dfd47cb564277c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6667bc76310b4b7b903faf47bc284922", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "823d2599a64a4ef5ab62fefa3663c042", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e751f91360ff4d549b13bbb9002a2e6e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "445f17e7e19d4ec8adc47309044f7dfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e5b5954841de4421a75403894749b3ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "74dadec4688a449eb4452fc4995d3a62", "region_id": "RegionOne"}], "type": "rating", "id": "b64ef5c8f23b47c4b6306ac2357aee5d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bbc5240982304abeb26ea59b9e397ab3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "79b66437d5e44f39bc3ce888b8323dc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "aa944d0a0ab44b98a8bbeef09911b5a3", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d73bf1a169304db5822c14a326683509", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "07329e173d864ac090522b20611c8c49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5884d930836f4a5b85b9f6c3c6e53b69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e0dca3391f9c4633b90a46237633743a", "region_id": "RegionOne"}], "type": "policy", "id": "11c748f7e8d940f8adf74105433a90a5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "84a8c691e25842778feb383f877b25a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b7780f1b44414b0aac4c6241cb27f42e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "22d10c44dab54e3cb3861d261b93703a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "056c5b86005f4fe1a91fb2088662a8cb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "62db1f1005954a5c9fa3e1516d50eae6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5895e2cb5f40413da279adb7dea2f0e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "026e209ebf424f02a74aef6c159ff7bc", "region_id": "RegionOne"}], "type": "sharev2", "id": "982836528f504d1aa497a17b1f790863", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "948e99598e114cbe8877e58911058be2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e8c792295db84437b4d70731a95af8f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "198ee194e019446e891e9101dc5622a5", "region_id": "RegionOne"}], "type": "share", "id": "d782657a44ac4115b7928fd543ea9b70", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "018fb6d7424540ff8ae1faad8276963d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3c5933d56eb04933b4af649a10ffab21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "109e77f267994b96bd31dafbcd663acb", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "2e49a00422114cc5acec443b67337aa2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7555b2d8774c445484e1fa4f1006d9f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf540082b77141c9a481b27f59539719", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ea5ba60107b4be3b22410ab71a730f9", "region_id": "RegionOne"}], "type": "orchestration", "id": "69938e2583574b12b749e0066d8d15e1", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02328b13c6094efbb6e67a10dcc841cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7447cfcdf1f846679c8848d7b4844d5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9407cfed5e1a40c5828b176cf23b35e1", "region_id": "RegionOne"}], "type": "block-storage", "id": "7dc584e35c644504aa7695be73d1bd0a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47b19dbccc4c4498b4f2a0b72e2f7f8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d5647f5c42e4f20be8689b11fc8a53b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2fc3d83383e845509828995d04114dee", "region_id": "RegionOne"}], "type": "volumev3", "id": "fc4fbfe4f2cf42699f59db07ed707a98", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6de2644bced249b1a8d11950de93253a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e04ce8049934d1e9232cbb746a94e2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18082e28e49441e89ae23b5c19074d43", "region_id": "RegionOne"}], "type": "volumev2", "id": "fa018d1eb90c4ef3918cdc48c47a4f9b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "398d5f992616492db80ebaf7151f8177", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4448b3a1b6484b11b67573f925ecf568", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0e6c4c0c0a146b8906549e3e0323f1d", "region_id": "RegionOne"}], "type": "volume", "id": "192b084ad1cf4e21a6b6ac7a6800183c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ea44416888b4ad08d188eb835224e67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c09c9d840603443295641c8b65686b1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73b71c83d08a4eacb1eaf5e5c2b9e963", "region_id": "RegionOne"}], "type": "block-store", "id": "81cae92845bb48d1a165556d32641274", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bc2f5bf63cb34ad892c13e4f3c0bbd35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "32e36e8fb7c74e449b123c30c3506f14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "88d0868bdc5f4c238df4a17724c46827", "region_id": "RegionOne"}], "type": "alarm", "id": "48329cb9915346139a5a0aab0c8016bc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "568972cb62ef488c834bf56ba6a0141b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "40a69d2b17804043946085521f5a4529", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f14e1a3120a74944bacf7899b254728c", "region_id": "RegionOne"}], "type": "alarming", "id": "af2490a203c041ca8fbc1d86a5867003", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "603dc7d125cb45378947cf4949b1a508", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "edabaef09c064eac807ef251fb771717", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d205628bf8454e528c18e36a7d008b36", "region_id": "RegionOne"}], "type": "meter", "id": "6296f7d7b2fa446791ca9a636f9be835", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "36c98db8a55d4bba88b4b38d9cf1740a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "af28794aed4a4e908698c83d8abd9250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e2ca5482dc154a42bec13b7cbbb2110f", "region_id": "RegionOne"}], "type": "metering", "id": "7cb24188cab84f0295379327ed9c148f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "80d8c0ed6f864e9d87e1343a2390c444", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a21d2106144b4d7da845f01899e555ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e095be53a7134862be20c4613478f0f4", "region_id": "RegionOne"}], "type": "telemetry", "id": "91f44ad601624f2c9fd592d493699636", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "bb713e8c11ef44168254196b287d5a6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3282f4ab17754f5d9285e539c2913047", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "431a3371a2f44951a62e79ef1e9b9b44", "region_id": "RegionOne"}], "type": "event", "id": "3af78cd4832f4f649f9480a800fd0282", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "85825ce7555741a9b4fd34691e2228e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7d63b194f9904e37acc51e1d2745519e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ff37c83369af48168e017c0df6577488", "region_id": "RegionOne"}], "type": "events", "id": "d2d74f1aeefa4505997469097a201bc2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b6b389d7414442b39e3c958f21d1f28b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8a5a6057660648988dbdd4adcb2111ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2dddd89315424204b60c3512778172da", "region_id": "RegionOne"}], "type": "application-deployment", "id": "af8e273b84034a5dad670695e7adad35", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fe85541013f4471dbabf7ff4150c5506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9905a4b5cabb48f39c46a74f6f62153c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fbb61998f25f499692265893c9018e5b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "82c231c81c244e31b6c739582fdccb40", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4a254b47cfc944a491eeeb5e60c9f0c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d2ced7a339f2465eb52cc74ddf03607e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "748662ca469f44b99d009801aa0950ef", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "280d5153fb3d464c9f8d165390c4ee43", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ad6667cd0d6f4438ab1d84b1edff4a43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d94458dfbf0c49cf903e6cc0dad74501", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2f56d66e817d4546844df297f179e22a", "region_id": "RegionOne"}], "type": "tricircle", "id": "527a8d9326b942ff97e3f3116132bcdc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a6a8de09788143cc82f89beba9c64237", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "cb16bfb7e3784300a30b65262b35c8a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2223d489b5e74beca3b01500d338f2f6", "region_id": "RegionOne"}], "type": "database", "id": "22bfd6677534409a844a4939cf6faa48", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "269f2f0b7a964e92a86398b395e84b11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ff7b94db5e9d400199e9cf522483ce06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7ffef156d5f74cd9be829f976d0d442a", "region_id": "RegionOne"}], "type": "application-container", "id": "a33a4dcd43d8433fb4b35754d2c4e5f1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f927db3f603f4e9995a4fae9d541f875", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0492036194c44c1381dddb8634efbc75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fe679916b4e74b2ab01fe4c2850b6d74", "region_id": "RegionOne"}], "type": "container", "id": "4ac2592d56474b4bbf9596c2cb8701cc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f69f690c3c244a3cb61e780e13a80c1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "61c73f3f99164d45a93e04e1c2c8bad0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7966411742d24494a8a639487b161704", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "43062fe5074948bba0fc08f86f2c9bfd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7b5427da008647c4bb7fd305124ff960", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f7a1e93412d044589a7a01ad9f3b124b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5518eb0eab2e4be6b70a8072f21e9377", "region_id": "RegionOne"}], "type": "rca", "id": "178dc5cb8343419cbb2eb1807d80c6d2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7f04f3c9fc2643edb63722eaf3e5e5fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3676085065db4696b0a7a0c2cfb0a6d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "243874febdd14a4b9059b31ad453a992", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3fe4b1e90781402da6e65d96dc224a27", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ac23c0d9aaf64d329e1fca3585c10edf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "56712b11c3334f2c91e68d837ce60624", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "32c91502562c4303acb49bb11b8cf269", "region_id": "RegionOne"}], "type": "network", "id": "9a8c840ed4f34a1cb85667a64bc12f17", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "84f3a732e45d4dfcae752c06f86b183a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d84a091586164afd8dc7acaeaede7345", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "837b4db3bac94b73a97601305a7848df", "region_id": "RegionOne"}], "type": "backup", "id": "dcbf29163ec84bd095cf6ead5395eef1", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "305b78e4a9694711bb84bc209c427ae1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7963c09eecd946768f7e4925065bd688", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2f994b04daf0499fa550808e9a6b1381", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "28758bf98e5f4d22ad8ef7d9ac62a796", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2efd43134ad34cfd823c2954929ce177", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3122a3bca2f64a08921f16718f60637a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "df1950bd6afb4eb18e337d8a15e65940", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "fb136e8121a14c8fa2d064a8dc825ac7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f6a824ab58b549ae97b058543a69dbf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "99015757be364afea5b3837f443d1a3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "87153572e1ce4c10a25f6f5015a56cda", "region_id": "RegionOne"}], "type": "monitoring", "id": "73c875ecd0884d03836d79ebdd97ca8a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "694d4fea34b048e3a1d1c7137b6c418c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2d7e36e0a5dc4689a04265bf92589412", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f90efdbab8694fe993c73859dcdccbc2", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a23d3c078fd24801a57c474e69abfd11", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8aded16849fc4bf9a79f1f89bd1a6b7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8541bc3bb2c547afa45580ab83216a28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "89315f7233454bb0a3c20833dc5ce337", "region_id": "RegionOne"}], "type": "placement", "id": "10e9b1bf940646518c1729b3ec8145e0", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9a98a2bac2b145d8ac73a33b34deac7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a4b6301796184699892ba4859d19fb8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b612c6ceb84c43ceb7d9f2adca719e39", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e6ff1be32e224c5db5b4d31339e2fc76", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1285c1fc06094ede9ed1b7f420b5d65b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "763cf885ddc145d2a49774f93afbdd88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f865a3fb44c949fb86a0f725e8490313", "region_id": "RegionOne"}], "type": "ha", "id": "a2f535914c564b589d14ffc4b0da988b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "28c1cbcc6ac947beb40c76717b8bde0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6a00d2d3f8734a459b822ea1809f58d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "41779953cd9d4fe78ca313ba32805708", "region_id": "RegionOne"}], "type": "reservation", "id": "20670cfb74054ead85d9bdc6a2204fe7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4369726b4f244e1f89e26b2952e45b06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "204b061079b249cab56fa7683d07d962", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e6b57f3ed9f3436ebf8ce216aad52b71", "region_id": "RegionOne"}], "type": "function-engine", "id": "ef13bc82393542f3ad755e1136c2824b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a653b3656b3a45a9818515eb16cca820", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9d6c7d414ece44ed8b36d4e5b837531e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f8869b2d5592416ca7a097d53c2eba74", "region_id": "RegionOne"}], "type": "accelerator", "id": "df5714e9fead43db86197da9225fa6ca", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b6311f9ff5e84e09844d4c7aec73378f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "025c35deda2748c8bbb45281e36be42d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a48463b503204195875285d32427ac9f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "124667bf186545f39812cbc42318ab85", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "83b72b2b620940208dcc6e79ad3ce301", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ca95ec0c462448ecb31715a437f4d83c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e7538ee2429446deb5b8bddd0dbb8f63", "region_id": "RegionOne"}], "type": "registration", "id": "48d1970262aa4d808abc56919f0b53ba", "name": "adjutant"}], "user": {"domain": {"id": "b60cef34bc724edca4c2b7e5580ab1fc", "name": "805397c0d4d04e7eab040dafef66ed9f"}, "id": "7b0610d276b14e0abad63c8ee33ef4e4", "name": "95289bfa565e45408f3d4c02915c1f70"}, "audit_ids": ["80e24ddd3910458b8c90601825b79b53", null], "issued_at": "2019-09-19T09:04:42.964419"}} 2019-09-19 09:06:43,176 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,181 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,184 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2019-09-19 09:06:43,229 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/example.net. -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,234 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:43,254 keystoneauth.session REQ: curl -g -i -X GET "https://dns.example.com/v2/zones?name=example.net." -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,260 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,262 keystoneauth.session RESP BODY: {"zones": [{"description": "Example zone", "email": "test@example.net", "ttl": 3600, "type": "PRIMARY", "id": "1", "name": "example.net."}]} 2019-09-19 09:06:43,293 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/1/recordsets/www.example.net. -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,299 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:43,322 keystoneauth.session REQ: curl -g -i -X GET "https://dns.example.com/v2/zones/1/recordsets?name=www.example.net." -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,327 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,329 keystoneauth.session RESP BODY: {"recordsets": [{"records": ["192.168.1.1"], "zone_id": "1", "name": "www.example.net.", "ttl": 3600, "zone_name": "example.net.", "type": "A", "id": "1", "description": "Example zone rec"}]} 2019-09-19 09:06:43,354 keystoneauth.session REQ: curl -g -i -X DELETE https://dns.example.com/v2/zones/1/recordsets/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,359 keystoneauth.session RESP: [202] content-type: application/json {18} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_create_subnet [0.234359s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,035 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,040 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,044 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,047 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,061 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.973100+00:00", "project": {"domain": {"id": "b939766738af421da2ff8bd0fee4053b", "name": "9ea93fd1adda4f2ca156546321454a2b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "137c9ad7e1d74f0083c811f902e20f7b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "40a33d6aca7e418d9aac9f3a4b627f04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f93125df57ce4cfc93f593b1ecbdbb79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ebec42c24ff04e8b956f0030c5fc21e7", "region_id": "RegionOne"}], "type": "identity", "id": "ccbb8cc5962d4fb2a5a5b79558caca6e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d4a3f15ecba6461084a8b65d11ce8e50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "440bda79b9c7465c96bffcad4be82d51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "fc4e05fe25db408f90e0d2397f8ee0de", "region_id": "RegionOne"}], "type": "compute", "id": "12d86be968494231b181eb9cb31bf099", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e4d1b4cb934145ed902ccc10ce5daea9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "47f61d4cd5d14aca8b1e3c2ab082c80f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "44867fe159c44703b73269225da079d0", "region_id": "RegionOne"}], "type": "image", "id": "639281b6b3fe4049a0c04d711fc6a025", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "28403bc1770d4a6bb726bf044d0a4207", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1af10479531f499896892a51c269aeed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2df770caaa0143fbba2852166e6693a1", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b85c97b8cda04e3f8cf352c2849d55a9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b8b6dffa6d04bd187110026921c079f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a92ad54772a748a3a464301b4c125082", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52e5c065305c42aea94fef054a10c809", "region_id": "RegionOne"}], "type": "object-store", "id": "3fb59824ee2347689bc2bab8206f366a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8e592910708841dda3f4d3c781a36d94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "482dd1f340014a069c99517a9cd5f8b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0e14ab201aac4d14bd0896c720dbd8cd", "region_id": "RegionOne"}], "type": "clustering", "id": "0d711e111b054fc3a3cfc39c42ec7fc0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a74b4b298ab6479b9ebbd204a71910db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a68d006f35b64e098382efbafcab4b3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a85a8bce6a2c41fab8e2e1c5a2b8a894", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "acdb8c00b502419a866b5db94d92c96e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "40a4494507134effac972f06421ad8f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3a5867c65e5e4affa4168ce2bc9632f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0d98c2be03a64febb9c6bbb701ea9b27", "region_id": "RegionOne"}], "type": "cluster", "id": "4ab35d29369e44a180ba93fdd37a3309", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c8d9855f778b42a3a4c0f374831eb672", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "914d6ee969ce4b64a414396cf2ff4f18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e385b671dbbb4074bfe6ff11ca69e499", "region_id": "RegionOne"}], "type": "data-processing", "id": "37d7c33d92284383b7d5523aafb96a46", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "db6286641bf545ee9a32e5aa90e85cde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "083e387a946e45ba8f7f74a16a2f37ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "08aec0ac5ed642979d12076724b4cab9", "region_id": "RegionOne"}], "type": "baremetal", "id": "33413276b4dd4cd88b3d396fbf2fa8cf", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e077c0f8d4e14ffbb58ef9e75ae7a464", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ad0aff71e33d4a78bc26732c8bfe6bd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "75561df6769844048fcb9acd7f89aa17", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3385c13f522d4be895604a91c9e5b34e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "31d7dc7c2aff4a98b5b887eccf11de5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d4f4c4081d484908901638a9f792ffd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "21920b0d8d8a4e10bf353c989cf2a76b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6b64b5d189d84d51ad98cefff3c26327", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a40e22cf0e7149dd9156974316a3e414", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c02b8700782b4a499b19b34336af3b02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ae6361411b5240cc98dd0c83a5bb8d5a", "region_id": "RegionOne"}], "type": "key-manager", "id": "66c6f1f31d08489c99bcaf5bf800ea40", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d09c82a1cc8548a6ae5d95fa48b3e1c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "744afdc051d64c618086162ef81dc83b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d32b1cfa12c24ecf879b03dcd755931c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5ea3508ac9fd470da9564471cd50b8ad", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b2e7f56507f1432fa9bb20f70d20e66e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "57ce7c89c9704d70a202d281c237fe53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f9e8c580710b4fc98a5ca0a8b7941027", "region_id": "RegionOne"}], "type": "infra-optim", "id": "448009536ee64b97b6979fc648dc0028", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "022651f7d0784da1ac117160c4944ae3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "127af615d6f946fb9494829489db6b17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0b2fb2dba8d448f981ef4bf81529f586", "region_id": "RegionOne"}], "type": "message", "id": "5fa4ded6a2944da7a765567279756610", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "18834cd2a4304db28790d86d8a6b558f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4a6822dacecf499f801174c0f42829e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e74dff5e60a447f494d7c76c3e2dee47", "region_id": "RegionOne"}], "type": "messaging", "id": "4c94457068c44046a8ba8d23b987a094", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2dc21630daa34995a54f4aa423f9796c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e4b85a21e9044c108031ae8728d937bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "333128133404466198b4262295333d7d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0a5421cf636048b58cc4ddeca1f8c200", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6415f566f2114dceb17ac0b8e8e68c98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a1bb35736244bdcbb64d406d2936f0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6be0faf259474567af6bd9d26183a5b4", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "871ac677689a4ebcaf195ba7b6bd149a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "abe05e0cc00d450c82a9b0f57b2e883a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ff520cd84e1446908022d2ecfacca55b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ee47378aa5da4075af823e7dc0f5aae7", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "548eb60804364cfdb918cca4c0f1a158", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d6c9fd77c29c419885b7c722ff691818", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8bae9b4ecca043c7aa43c294fdcaeeb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6bc5ad26415e42f6af969377012ffb95", "region_id": "RegionOne"}], "type": "container-infra", "id": "0c275ef2137d426fa725250229ca6d84", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "38829072a80e449e84f744a61d6e92e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "dcf31bb4519b464195eae2b9112b3de4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "71315fbf15bd4313a5dc4083ecea1dfe", "region_id": "RegionOne"}], "type": "search", "id": "333005d9061a4aca9244b62101e56e8c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "951f73707ab04715a12935a320fbe452", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "456d7d7f8211466f838fa47b3aa83e36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ed97d6e08b5744fc81628c59965e3cc4", "region_id": "RegionOne"}], "type": "dns", "id": "6fd9faab17aa4e6f9122c1c931c50e0a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "190d62b596984364b30db8bf9bcbc5d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9ba0c402d297483293e3dec62170c85f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ef93ebb3a3bf4bf3991d6fa644768e0d", "region_id": "RegionOne"}], "type": "workflow", "id": "e6dcfa91e7674b3cb17e7c470be694a4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9b98a7d520f04289841bfa9033b33fa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3393fdc625a242bb955ab1e93e464e2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f31ab6dd1c0d4ee79b31ef28dfd6cdaa", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e43f00ac17994d0fbba1c7bbc8f3621e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4c35498285a74c1dacb6b74610fcfb26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a8e70be258f74120ab219e2ca72bf115", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "5847b900522b419f8b77fb572694e243", "region_id": "RegionOne"}], "type": "rating", "id": "3bf093be73ca45669912cfa15c2ee25d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6a389752856b47158280e6601d3ff046", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "013c68db5afe49f0b317bcdb151898a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cb0f4266e2264040a711240123633a43", "region_id": "RegionOne"}], "type": "operator-policy", "id": "883906f1129e4863a3fdb87e44465c64", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ab7b9a2999ad4e56afb2422b62dfbf6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8c64d565acda456fb06c00ee1e051916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8abb18ed941c45ec8d2955838cc0da48", "region_id": "RegionOne"}], "type": "policy", "id": "e568aeff460843e3bc78615eb7506f49", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6af44194525f4091a3ac8b4bdbf76a8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9f3b0aa5f6b347d4bfc10a13259125b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0f04fbb6063f4ba18bacf053d9a05cee", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7a14708af0fa4441a711e887b019e205", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "425d6276f6b54a53af87ad710cddf0fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6945aed7b99d4f8da867191339c79cef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fe8e7da7fd3c4cd98db422e22ef72bb9", "region_id": "RegionOne"}], "type": "sharev2", "id": "336bbb13e74d4aa6a083df989c3abc2b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "61722c27ea9e4a40bf8baaebe490a17c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3847267cb18040e5844100848e02bd95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f5e54b161b384f0099c23cbd64b8aaa4", "region_id": "RegionOne"}], "type": "share", "id": "402a30cfa04e4f9c9c051080e21cdc1a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4307441088214b16be4e74cdc74a1276", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2a8da54339dc486494ab965a28f0081f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "920bc5899ad84df5ad2b4cef5ec224a9", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "78d8d230a2cc406ba2da446b8d7ea011", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e87c9bd27fa94d8d8f02a4e9d939a043", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe2e11e8f6a44b9e88bf31012aea8557", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24129a6f27be4f57831d3384c7e0517c", "region_id": "RegionOne"}], "type": "orchestration", "id": "b239802321094ee999109f65289df724", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ea3ba0604c245628def4779b8737e88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e7350543bd34dbab6dc2566ea4d788d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3cc2272db96b438095ed852000c77765", "region_id": "RegionOne"}], "type": "block-storage", "id": "17133cfc7688438cbeef0e5a4d02cda8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76cb53d1765542e29245277fbe7dd61b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf115075d9204bcc957ca2a1159f3d38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f552aa7bd5640a580f992e47650e7d9", "region_id": "RegionOne"}], "type": "volumev3", "id": "0d9924d51ecb465d97bb10ad7dc02b98", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f0d096a0bc943e497a246ebffd60c65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79cf2c29ca2f4bada1cded93f6dd34a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf7f8a4431244882be10a397a6335e1d", "region_id": "RegionOne"}], "type": "volumev2", "id": "6e148416adb1439b9191127cc3c31e70", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "276537a868474c409f78e6e109a23091", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "091ee32f9ebd495d82cad8aa82677222", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7bbd76f0de84a6b943b9d92d5dd6abc", "region_id": "RegionOne"}], "type": "volume", "id": "75cc9917d11d49ffae14a02d30a0b4e3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8b543b30f624697ada8422533275d96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "555db54315ed47f99a04a8b7f211ce34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d52087b08fd4737811134e7a68239e2", "region_id": "RegionOne"}], "type": "block-store", "id": "5b747f665a4a4eaf8ac75c81d0cbe4af", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4cbd6fc331284de98915dbe9e6cec612", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0f4742a19187439bb7f1d5711368e819", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "27d14060353f448fbc586db1347781ec", "region_id": "RegionOne"}], "type": "alarm", "id": "c9774882abc24434b30e9ee9b1cabc55", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "419480082ec441b4aba0d1b43c73a50d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4bda374663ab4825a851edb4635cba1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "686eff7770d9491584cc75fbcdd471d1", "region_id": "RegionOne"}], "type": "alarming", "id": "95759fba2ccb430c9831b88d15ee21da", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b84f084047374c44b4f16897c30e481a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "05b3f8caf76446f39f6b23d0444f6ec7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bca4d01b1e654a50992ec99d479f1544", "region_id": "RegionOne"}], "type": "meter", "id": "65c9310e409849b4b9b468460ec7c44e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7e562d53aee0482db01a19e71b5b61ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dc06b27347c54acda423be592ae6e0b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "35e6fe539c3746369caaeb076ab5c40e", "region_id": "RegionOne"}], "type": "metering", "id": "4c983484afba4bf5818b6c0f50a45abf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6e407f4800c64478b35ba47b719fb9c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b0eac43f949c43d7b9b25d5157945b0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4290c12e71d14c98bffa0e868d5a7750", "region_id": "RegionOne"}], "type": "telemetry", "id": "5edda25ea4134d6ba02d9fc1f682ee33", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f4da08cdad4847c49b6b5e8e5b5ab631", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "227c0832c50f4dfc858daa0542ec11aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "01e0dc18efed4577963aa3632dd96978", "region_id": "RegionOne"}], "type": "event", "id": "eb6b8eb703ff48c4bc577a7d63ffe0a5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a4b9f41342dd431f92956fd7b601edee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6aba53768b314709996f403b40705ffd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9add65d200de4fd5bc98e37a03eb66b6", "region_id": "RegionOne"}], "type": "events", "id": "0d0b070ecde04eec91dcf2bdf87da1c6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ea2f1d0418ef411c920f4b9baa6d8c73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cdb853af200d4dffb9f4aa3c2f4e8000", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ff35a659fac74d8d90e58b60f56ca5f5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f38226fd57384d36bf079216ce2611e8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bfd83abd9a8e4f96a520bac9e1ac6c21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "80797cbcf7f44fa0a85363e778d0376a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c7f6ad97d9d54f85b300414cbf610579", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8b329b5f068b458095254750d84baed1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "18f226a8237a4df7873cbd66689fe699", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a4be68fe09b44a6da9709e420739f29c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3d7e1363e9744574a8ab136593265b19", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2a0a53c57aaf476fadf4d93b2844a4a2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "04d1eee21f034c13bf981117ad3b80a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2cd3f427fc89452187a756730f18237e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "827e7f72a8bd4af386b6b69b437a57d5", "region_id": "RegionOne"}], "type": "tricircle", "id": "67fd8d1e63b1402396cfa79eba33ffa4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ecb2531ff9b047ea9f7e89696b9a2447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ae86f94291dd46d8996916989c813fc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e5b23a129619491098af8109df1ece0c", "region_id": "RegionOne"}], "type": "database", "id": "74998cefdc50410ca3d525606a51b549", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4df49070b48343dfa2daec3c629339ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6356739c25f748cb8565bd900791deb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8b0797e7ffbd4068ae98627018e44fc2", "region_id": "RegionOne"}], "type": "application-container", "id": "d9856391765e4db0b3e5e4c60749e4a1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ca4d4b2d20a14a47962d5daeee6e6965", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9f497503b17f4195ba98155941a6c977", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "87d05f4105a74450a9f789c2f3035bc2", "region_id": "RegionOne"}], "type": "container", "id": "2f0d2a617a40469f94fdcaa411c4cf74", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4b8312dd0c2c4b56b689a088c1f4dfee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d38cdb8e07cd412d8c14a965a4fa0b83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "deec3b19989b4bdbaee6cec3fddf5921", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d551f01fa0e04f52bbb53cd2ad0e6c39", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ff9a57e7a990478ead099d2f8e6f5b2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8250f7543ec04e08b9086c7f1d316158", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0af798d116d642a58354f6223f08ebaa", "region_id": "RegionOne"}], "type": "rca", "id": "ccf1204396e941fe97ab1170d12c47cf", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "74af9557cb6e4dada815b587f70aa4ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "dc615562350a4a1a9babd502f0af14be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "abf23e08847b4c0e8c48d7af7c7537dc", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d7f070b37ba3442ab48251bd2c7bdd1e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a8a11b39f83941e8bbd3e8b1a15195e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "693491f62eb343b0a3151038e024f80b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f9f9850a99c3406385477c4200c76cdf", "region_id": "RegionOne"}], "type": "network", "id": "d6fc4f766cd04a35b281b393665f44b8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f8d9bcdb800c42cba4313960dc039012", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "44de0f627ab545ac8216ccb2d8fc86e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "72a4385c1f0c4e87aebfd055a49bf1bf", "region_id": "RegionOne"}], "type": "backup", "id": "406ccf203da04e858410ca7c7f96bd79", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "26e8e229730b4718b27d692465f26747", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ab7895a4f28747598a4b16f4b2e029f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "cfc5d7a928624682aba5d756e88444a9", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "40199ccb4e7540bd8b73da5c7ac6494a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "15c3cd4e5377422ca636672ea2c2db39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "472c3e030988456fbbd71fd4497d5810", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "aeb930d9901f4ae4b372e54fee83373f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e448f29b41914cb1b7e873ce77037f37", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6ab8631096b744e4a9f4295c60a4dbb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fcaae2e3a2b3417cacc2318432a6c8ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "cd096db6abdb4070bb06dd1b529a5d01", "region_id": "RegionOne"}], "type": "monitoring", "id": "22e20a6706fc4de4ba6d453b214ff772", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ecdd112e36944b90bc83014708a2a00e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7782e98f240c4f0eaee668c2e70dd870", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ad2b7fcf53a045429f9190e0a90c5ac5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "bf91309c4e4f4e41b9712e2a9b3f0281", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "df305dae91324ad1a548556720fa8a2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "33893da1068b4d119d507c753e5e599f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "01069f6a894b458f8f112b6c3ba04d94", "region_id": "RegionOne"}], "type": "placement", "id": "975d455ccd494c7f84933daf2b9a029e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0a7add6b4e424cb1af08474dade9307e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0feb9ab65af84b0fa715755fbb34bf76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "20f9763c110d425bb545c327d437e893", "region_id": "RegionOne"}], "type": "instance-ha", "id": "26650e153a8249578fa9d3b485c38a48", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4efeacaa31c94c94983eeb81d903a98b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ad01adcf0aac4b77b530182815e28e42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e74f43c483bc47039237e9e07ec64d8b", "region_id": "RegionOne"}], "type": "ha", "id": "dd65cdbbcc5c449b976d1c836ff70be6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "95033baec6f6476c86a2af9047ff30ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8f09226c1c3c4e6d81b2a07ed30da07c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b1cf8e27e28c4b7884fdda2d8bb32042", "region_id": "RegionOne"}], "type": "reservation", "id": "38ce148ba27048dd8918e977c145b765", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "dba8827b7b61495fb3ca46fcccb7373e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "297d73e35df8409c837c6e75dfd751a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3abf57f42fe44f1d8c96a365de7d48c1", "region_id": "RegionOne"}], "type": "function-engine", "id": "b5d9eaa582434dfea51135cb19af941e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b9dfc0db58504db6ab2992e891769486", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "527f49252c5f4ef18bd4a02b8576067b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2289edc441d2461da63da598528741a3", "region_id": "RegionOne"}], "type": "accelerator", "id": "9147979a43a64a4c9d4a758b02c4f32c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c06f6f94fff041848a75610129e7e5a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d60ad43ea87848ebac4aecc743743124", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f10761940d334a31b751f62c678c2ff6", "region_id": "RegionOne"}], "type": "admin-logic", "id": "5561f57f213a48be84cd66f90783a8df", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9254b3481bbc414da1bdd305f25fd263", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7eb2abf896354b17981a359ec66c6bf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "838df10d8d9a480d9d7df9bd1016e055", "region_id": "RegionOne"}], "type": "registration", "id": "bd32a0c151934a599d3dcb4c0ea46646", "name": "adjutant"}], "user": {"domain": {"id": "9b1942b5ac684013ae252d5981cfbe34", "name": "d7de2213a99b4832b4da20bffc3ba43f"}, "id": "2c7f49333b654646b67343e2d3fed49a", "name": "d13c05cb200541ef80222e0b47ae962b"}, "audit_ids": ["92fed156653f4d0c84438a2cf8ad0f42", null], "issued_at": "2019-09-19T09:04:42.973100"}} 2019-09-19 09:06:43,183 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,188 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,190 keystoneauth.session RESP BODY: {"networks": [{"id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "name": "network_name"}]} 2019-09-19 09:06:43,193 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/subnets.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"subnet": {"enable_dhcp": false, "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "dns_nameservers": ["8.8.8.8"], "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "host_routes": [{"nexthop": "123.456.78.9", "destination": "0.0.0.0/0"}], "ip_version": 4, "cidr": "192.168.199.0/24"}}' 2019-09-19 09:06:43,198 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,200 keystoneauth.session RESP BODY: {"subnet": {"description": "", "tags": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "host_routes": [{"nexthop": "123.456.78.9", "destination": "0.0.0.0/0"}], "revision_number": 2, "ipv6_address_mode": null, "cidr": "192.168.199.0/24", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "service_types": [], "name": "subnet_name", "enable_dhcp": false, "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": ["8.8.8.8"], "gateway_ip": "192.168.199.1", "ip_version": 4, "project_id": "861808a93da0484ea1767967c4df8a23"}} {4} openstack.tests.unit.cloud.test_rebuild_server.TestRebuildServer.test_rebuild_server_no_wait [0.352235s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,907 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,912 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,915 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,919 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,932 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.842681+00:00", "project": {"domain": {"id": "225c27d32f4c426d95892161cf5c2190", "name": "27852f0e01b94c70868e6346b4e9b926"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "30f293facbd64899a4426a6bf70e34dc"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9662b72b235241bb95592a2ffa87d567", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ea4a65e16b674ae08fbdf61d5847c83b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7603e5eacc1a422990dbd90c779633ec", "region_id": "RegionOne"}], "type": "identity", "id": "9e3f382fee6d44b1accf2448b2378214", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "085735b2628149c0af698f0bcb982708", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "36c143c31b8d438d846116ea499e3d9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "59798d9fa27f400490a2180a6e4adb20", "region_id": "RegionOne"}], "type": "compute", "id": "c3fad79f3072453e86b43624a4d4a2b6", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1fe17128ba4440fab160fb17f0ea8321", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3fdf5d95622e4d5e883d9e1e56121680", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "49cf354dbc7949a09fbaade793cc85b9", "region_id": "RegionOne"}], "type": "image", "id": "fededd41e35842a189baadb587c5398d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d2a89ef8cabf42eea16ceda8a7dfb069", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fa26d9b9d71945c3be55d6cbb54a9ffe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "28b92022e08b4bfab2aa8e7882b5d9ae", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ad09786867874728a326946d5d824c5c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "faf2939c29e24ec0a55e74f886ffd0e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63905f6afce14c919b11bef18e58b886", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f53ed5584e4c486c94544628729cd6f0", "region_id": "RegionOne"}], "type": "object-store", "id": "4fd0ad79ce8d48beb77865957d0ce885", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fe2bb17e61784caeaaf307e5ed31f05d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5adebd1f1843419ba6666756d72834a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6d34312c2f0f42cdb2508d83937f6094", "region_id": "RegionOne"}], "type": "clustering", "id": "f4195197c11c4600a5dc3d84f76f9a4e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0cff58e8fea24e9bbf28277a8829107a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "34542ce81a5a45509e88f932fd99c698", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "73252dabcdbd47f3afb327c172bec6b4", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c9b2334c0e21413aab0b6ecc0ece0b06", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "158637f439344056af2a50a7f73439f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "89a7dabd726341ebaac0fed9ae135751", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fd5a3813635f432780f6d7beeafb467c", "region_id": "RegionOne"}], "type": "cluster", "id": "112b39b9982c4f2b8622a63237d016bf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b0e7f77bc982410ea90fb13f474de3ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c5c26b203af14cc79b96e9d0eed40401", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7e15b31135a24acdb403d66ca620007b", "region_id": "RegionOne"}], "type": "data-processing", "id": "f69d200aed144a5991951e8894391d62", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5253f679e6d74b0a802cc45876f78774", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "611392bca4cd433781d6bbebdfedbfb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7a3a4473fdf24d3783fc005e43d294c3", "region_id": "RegionOne"}], "type": "baremetal", "id": "25bb313338024cfa859844180bbc5f23", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0971f7b74c784d2f995dc0dcaab7fc1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "45e7ce5eb56b4359b4fda32af1a7c3c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5dc86fc368c04482b31ae8d3491798af", "region_id": "RegionOne"}], "type": "bare-metal", "id": "853d07f725044ffeac6818d4b465a3b8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8ff61638ee404d9092acffe0b163602c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2f5adc76333147a18d66ef308a55bc8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5af8cbd75d1e4a02904dc33d7af79840", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "41d98beb90bf4c6280b985cad897fb8f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "95870d6221734c4e9056eb501f7474b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6ae0d90280b449f5ab5e6e65067b64e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "a1338759431345e89a0d3ef583689db7", "region_id": "RegionOne"}], "type": "key-manager", "id": "906b064815a14367a485b46dd0e3f24a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b96fa77004254df58cb819cd8fd938ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "36ee046c1f6946b99be4000d427e93d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "409b9e254ffb470ca65e48e6e74b8dc0", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "7ed720f4fb8c46bf9bb4c49c6c586dd6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ff85b955f8544e81a1b8e46bfd71a794", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9f27e9ad521b433aa5b642880f4cb111", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5cd44789c3f14a46b15ac8fef34bb7d9", "region_id": "RegionOne"}], "type": "infra-optim", "id": "65e06f2e5bbe45869f48f54d1892c0c9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "13c60aa6b0b449c5bfc98f172eacd23e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3b134384dc534c269566fdf4033b25d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d802ade6b557458a93578250b3d7209b", "region_id": "RegionOne"}], "type": "message", "id": "ea8e299332a54e0d957d167c5cf2129d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8bbb253e3a964b508b169185c7505882", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b6b6d24800ec49f48a21fd41c12a182c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "549b848f19f34bec816a8535fde3e5f0", "region_id": "RegionOne"}], "type": "messaging", "id": "4735c7fc2ca34f9493293b79751259c9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "dad44f0961e84177a292b154f6f8d58c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f19776d9a41d40ca8ddfccee88405d75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "db6d716b25da4e148421b3b85a5e455f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8b6aeb26a35a4cdfab81f7197a6ae2bb", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f0b80ad5cfb450ab7c05baf1cceb938", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2b3ec92ea04b4c779a100790f83e5ac4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0e2fb552af0c4d87b05ac098ffee817f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4af063e7184543b1a8e044fd8d549b1e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f6e66368f03245a29d86e43162867476", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "56ca0b42c0cc49deb7ce6ccb7cb62d97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c4152ad3a464a09a5f36d3c314808e3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5ac2c0f43c26450ba9c17bbd0098318c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eae1d2edb5dd4e238ee3903fdbd14371", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8488fb688fe84ba39fa1f3fb3332e649", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6965b9038de241bf91fdfb75b29f33d5", "region_id": "RegionOne"}], "type": "container-infra", "id": "660f77ab2ab949fb9d20285f2a4a146c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b91bfb8c1a894448ba049430581a0e3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "61c114b1977e4133b8bc9bacd19d0fc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "046c2f0321884ca19319428d06724f1d", "region_id": "RegionOne"}], "type": "search", "id": "dd9ae32546d343b09568a4b5eca88405", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "dcdac94945c44755852c38ec6e3b7339", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "925671cc6c2c4b08ac5855ddad072111", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "49e0cb8c3cd6472481f5b8998fb5b09d", "region_id": "RegionOne"}], "type": "dns", "id": "dac634da4a724befbc3b92e156c322f5", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2a9a4b78d0c54b4ca2cb783b087a952e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3e090a336ef8412b9e1b98d5f0f388ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c7f4942648a845bd8c0f4da5f12d225d", "region_id": "RegionOne"}], "type": "workflow", "id": "d0d2cc7fc876481a96d03accdd298bdd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ecfcef7a32724928b40217a6777def94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e4b2e894f2d84a3e958fc28ebe6f227c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fac3633618cf4c44b9eba32bbe2f1222", "region_id": "RegionOne"}], "type": "workflowv2", "id": "19f04562deb54027ba737e2e0aaaa14f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7cb94d2931ce4509bbf7c6384c8ace5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "483261229536454cb69ff43dc32e1b8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b9c75bd444c4447cb68d4756863f5964", "region_id": "RegionOne"}], "type": "rating", "id": "b24533ebefa04a6c8137b6c5c2418dab", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2a37b4ab8244406e8372580e34d17362", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6094445ea7ff4305898b9b19d97a401c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0034a0a6516f455f9c6f5c55f95d33e0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "fb340f5fed0b4d778567e04dd1220d35", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c17172dfbb054fab9c4ca1b56f0a80fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6a623d2a197645ccb9eec5da0fcc95a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f598b97b9a3c4319bbb703b79ebc326b", "region_id": "RegionOne"}], "type": "policy", "id": "a8a124d7efd64e5b8034b6d9ebaf1e6b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f4d39a5bd0cc4a80af09854ecedf9e75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f25b414df91e400786f5fbe13de75a37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "861196118498416eaaadf78529046544", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0cda37f377b140ea9799bb9602f8d667", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3462142986f2412190c1439ac8dbaf2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2361650bc05d4f6daab364231d820743", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1db6a65eb6004ea5ac61949b2ca2a29b", "region_id": "RegionOne"}], "type": "sharev2", "id": "472fbb5e16af40fcb75d99a9331fca63", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "82ac451bfbf8487aaf489cd80e51463a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4e261f47835f45f4beef98e2754e5b61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "758de5070821477a81ad648ca350709f", "region_id": "RegionOne"}], "type": "share", "id": "e04714c84dcf4a0a9cd075f706e9daab", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "70043ef6858f43399893921588ad323e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e509f01283e44457bad33c30d57189eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5e7a1f3445c147e7b9752c9bd9734a24", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "42d52426aa94493e8090048c73fe592e", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7822d57e07eb4b2cb0f723fa676e073c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27aa0d401046443c81d9348868927dcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0957fa69e4c442f68c6d5c74b695c908", "region_id": "RegionOne"}], "type": "orchestration", "id": "4abb181b966349228653889a7519838b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a99386a3020a4df4809f466fce6b38fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2cfcb71a790f4904a180db53643f0bcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36f72475d748407bbe5917c43c59ac73", "region_id": "RegionOne"}], "type": "block-storage", "id": "b5dab5801e6943d8bdf267c428a6bef9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "217c6be097f04769b8f0675bfea21fc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8337072495af475988bbc4db51c9447b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a40e77d5c0b9458f9cbad993f7dde668", "region_id": "RegionOne"}], "type": "volumev3", "id": "b4331586afb1499e92f2b1aece907737", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4fadf43e52cb48b2aea1f745b220217b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "738c3f4a4dc741d5b2cf599ed94e4a94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "292040bf63674a2fbbebbb8c900881ba", "region_id": "RegionOne"}], "type": "volumev2", "id": "48cb7d6d8e654826825e2acb0b79d4f8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b9fd901522940fa9cce29741cb21975", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1cbf0ea4b46b4ab5a5389f0b07714764", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e1acf5f7bcf4924900399129eb6398a", "region_id": "RegionOne"}], "type": "volume", "id": "b21cb4410e1843fdab79206a74fccaee", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "532036b4cabe42a1b01f495f7a9ace7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e987ee5cc9045ad90ce4f720588cfcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d3f27d66c8c4d698fc587d1b1a2e90e", "region_id": "RegionOne"}], "type": "block-store", "id": "ec99d575c728402d8ceef4c59b5a5363", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "92ed2d8be3cc404aa3e4a5465bcb2d0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7d188a14201b4909b658758bc7cbde22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9c2a65c781f0439bb06cf780743994a1", "region_id": "RegionOne"}], "type": "alarm", "id": "e332945e6c6243068da0ac9e8f7504c4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0a6bdb50a92b461c845ccf303df0ef24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6351024f512145f9bba6836e6766cd6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cd86e6522b3e495fad5e8634adb22e3e", "region_id": "RegionOne"}], "type": "alarming", "id": "583a72227cfb476181fe566d9d9b5a36", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f4cb83b055fe4c55860c79f50f32cf28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9741f7f478234ae19cbb4b75c630f44c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7ac2c5867a1f41fb90ac34f5be7a5034", "region_id": "RegionOne"}], "type": "meter", "id": "2603140a0f334df398d576913cb4b80d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "197bf292aa084a6c8c8626df6bb7176d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7655efb1223a4838ac8296aae722f359", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e93ee04eddf04d09ac3260d78b50ce92", "region_id": "RegionOne"}], "type": "metering", "id": "895c9c2d7b654b41bbeab9932b674e3b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2bbd734a6e674d20b3154a1c107c2b20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "86912a7a24824c488cfbbcf04aabc473", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4eb1b11e43704ace9af1f4e913be62f1", "region_id": "RegionOne"}], "type": "telemetry", "id": "5f468acc8cf24b5682d464281e54dec0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "61505a0b471546c6a90d4ebf1a417230", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d70c15efc64e44c294a91edc3cc5a1f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "22d73d392b7e46df9bcad80c4f21a718", "region_id": "RegionOne"}], "type": "event", "id": "1bae5691608a4a7a97c8f13808e48b6c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b38bd4f0f866402ebb838b1bbaf00458", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4118fb360cbd4131a9161e1c7335ae7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5616a9f7e32d4754a2d3412e153cc984", "region_id": "RegionOne"}], "type": "events", "id": "75b09838559445b28c87c07433bd845e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "732f64a149d249bdba2f023f45f7e797", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "60d792e2177842fda2c5530260530358", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "95b665f415fc42ab9a40ccd0990cfaef", "region_id": "RegionOne"}], "type": "application-deployment", "id": "83e539fd893d4ab78640d5a7b18a05be", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b86b4c56825a4db68c1b2d22f604927d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7dc3b2389d30497b889e9c61441cc5dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d64fb172b9cd42b3bbf61941759abf5f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "84b87136dfaa45ad9c51433e088beee6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3b4ff31a67f74242beca473c63f460ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2b5ce311879242dc9d073da6d78ef345", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "89695e0354264c308c8ec4b451515b84", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "efb8e16c20fd4ab19d93daec4cb7a3e2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "98a78095f69e4ee6a4305f6c9e97b8ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "41d65dc53e8f452f91dde6c0e9cfe740", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "28f63869da8f44bba4fd4afdd2d299d5", "region_id": "RegionOne"}], "type": "tricircle", "id": "c54042945d464204b6ab1758e07cf235", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "63cc78c74b324051bf6ec6570b0cc9eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "fc2c73547b3b492a99a4fde5428f07a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "062f679b0bdf4f30bd49fd1e79a47059", "region_id": "RegionOne"}], "type": "database", "id": "412172aeaa174a7fae14d9d194afac42", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4aa61b8f449544cc81343bf42e480e64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "13ec57fa5c83434cb043593a68ef6b28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "806db5a669f84635b0ffe0d5a0fd37fc", "region_id": "RegionOne"}], "type": "application-container", "id": "0289ea321368471e92ef40ea40c5d55f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a66f33656c03403c97f0e0e59c56186a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2b14bd9ba82f4b288948831eeb8bad8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6c5cc382b5224e168ce720f4da9ea98a", "region_id": "RegionOne"}], "type": "container", "id": "25fd1431b4964768900d31dfca9a23eb", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4f1d338ab13648e3a66155bc1d0d7bd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "500c3b028b28402888f32af247e238f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c57dda565a274f74b1bde2b3e5a5f23d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e7ccaf5e8f45448b8fd69bba2f3603e6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c7ae399aa1654e75ac5e4118292db39d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "144b429440bd4954a9c551682520f7ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a6933097f8b443b98259322275e5c1f1", "region_id": "RegionOne"}], "type": "rca", "id": "6ab671df9c044f469d16ae4ee2fb0b02", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "584b9e2e7d7a4bfaa0e5ca6900c4d65c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a63cd8cabb89439fa4edf79aca0a1b27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e7ddb25616bb4a39b41f35b53b340e4e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "08ae275422f94ec59da75ca2ed16f921", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7d1faf363ede4b7e84f5ce1c9c5378f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "0ff3a0f470fb4694ad598392f807d9c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "60c08c6dabda43d68a1fa61f2d24c7c5", "region_id": "RegionOne"}], "type": "network", "id": "d4fe0a05f212456bb3bbb5c433dea6c9", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "cd53cca27bb64bb8b20375ee09ed12c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "857097cb1a5c413c94d0848f810afa3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "33a284b0034240d7b6c82678913140e5", "region_id": "RegionOne"}], "type": "backup", "id": "6179daeeb2d74ff381c328da8bf3bac2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3b11eb8c32664685861b444b1c425a2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "00b13537010d442e93dba3a70dfbec47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b592472dfbee4e47938658bb5d70a158", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ef6b7d2e38d24beb97087ce4061d58c7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "83b76000d560475bb7b1ca7d92177e83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2129516ab3234324b40874c523671338", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a11cb3f84bc4468fac86d50402b7d31a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "be4f40d73be74105953fbbd03c6c4b35", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1a2823323c4548eb8e2ef100eb3d633a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "85686a47ec8a40409fbe7882b28aa676", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e5ea813b23e04da99cbd9be4f8e672c8", "region_id": "RegionOne"}], "type": "monitoring", "id": "216e737c484a4500918480b3af8acf36", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8925cc989e30470bbf8c80c5d4ad30cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d7e4e6da07bf4d1fbb1bc3c8aa642782", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "377c4cf22a2c4b27a474572acf067b50", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "1193a3a694d04eca839145a7cb6aa3d5", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e48f9973187b49d0ad26f1c685357fa8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ef70ef87d63045f393bfbd984c169486", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1b0acba1e274486eb28123d0bc770fdf", "region_id": "RegionOne"}], "type": "placement", "id": "1edae22a2f9d46b08af3a743f1b5e52a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8792e24c8e3a4c02aba9d70084f9937c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c28f72b02e244e248d2ffff5f410df2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fc956d249de34e78bd102e5ccfe7a928", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ad5b84621b78433182e0a97f94b0f627", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "840ebf459cac4ec9b6778c7a4a1af73d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f2e11da9267f4774a832d2433904ff32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2439df00dcc94723b6cbad55f511347c", "region_id": "RegionOne"}], "type": "ha", "id": "3291c5a0895044a788e2140b7dac3ac1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6fe68318040148808cf286048756cca0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "07f860a6691544199e0d8404e903befa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "acd6178663b74d459336269fe64f2e47", "region_id": "RegionOne"}], "type": "reservation", "id": "3b2c8e2d482b4fba9f299bbfcf7cfe84", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1a6d032ea36e4c2e8f56f84ef8ca3732", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "62133bd0a7c54fedb56c7db8ddc84148", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "60231710f68f4ceb95300f88802a65ce", "region_id": "RegionOne"}], "type": "function-engine", "id": "5837f89876e847bbb356cec8c64aa647", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b0f2158c788b4782ab8ffbf8bc25d351", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9b3401b68b6c42988b2fb412fff3ccae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "fcd63442e7eb4c80803328ae0b6df4fc", "region_id": "RegionOne"}], "type": "accelerator", "id": "54b7727d7245437699e21e9825bb1468", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f258354c8bd54011985d87e1b93f0cc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2c53732bd3d34bb8a3c0324e8213f872", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b40a15b3d11644fc8703e49b88d090fe", "region_id": "RegionOne"}], "type": "admin-logic", "id": "978d3450ef40422f87a33b3e891936a1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dec7164e87bc44e184ff41e048850f0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a4c05bf00d9a44c194f7fd5c0ae75c36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6c7ffaa7d6a14afda37c5ebac8f8c197", "region_id": "RegionOne"}], "type": "registration", "id": "7716aa0dc7a541fa9886614868a322c6", "name": "adjutant"}], "user": {"domain": {"id": "5ff855c7fa8e47d6ad17f9829de5f4f6", "name": "e7abe791ac10490fb5a0a2fab06ad8d6"}, "id": "4ce5d23da6f245989467b02eda33f80a", "name": "fd0c0a1f4a25443aa45f62a99ae79752"}, "audit_ids": ["0efaedaa55034abab725a10a3bdbfc3c", null], "issued_at": "2019-09-19T09:04:42.842681"}} 2019-09-19 09:06:43,042 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/8303bbf0-ae3d-42ea-88b6-9378471e9b39/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"rebuild": {"imageRef": "a"}}' 2019-09-19 09:06:43,048 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,051 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "8303bbf0-ae3d-42ea-88b6-9378471e9b39", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "REBUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:43,172 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,182 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,185 keystoneauth.session RESP BODY: {"networks": []} {0} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_user_project_v2_wait_exception [0.432581s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,031 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,036 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,039 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,042 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2019-09-19 09:06:43,195 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d65b2ed015ba31343f209e08c65e89967a2daef541d6ae74d6a0f18177e76de4" 2019-09-19 09:06:43,200 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,202 keystoneauth.session RESP BODY: {"roles": [{"name": "fc758ed5c2b74e7ca854e021618d0c15", "id": "8691850b7ecc4f3e8c487522e21ccea9"}]} 2019-09-19 09:06:43,235 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d65b2ed015ba31343f209e08c65e89967a2daef541d6ae74d6a0f18177e76de4" 2019-09-19 09:06:43,240 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,242 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "a2084f1e1aa746fc8072aae5f8dc60f4", "domain_id": "a0a8d017bf0b4d53a8397a31dfae348f", "name": "username-3"}]} 2019-09-19 09:06:43,278 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d65b2ed015ba31343f209e08c65e89967a2daef541d6ae74d6a0f18177e76de4" 2019-09-19 09:06:43,283 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,285 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "1dfd55e36a9a40acbc2332c8df4a93dc", "name": "projectName-5"}]} 2019-09-19 09:06:43,321 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/1dfd55e36a9a40acbc2332c8df4a93dc/users/a2084f1e1aa746fc8072aae5f8dc60f4/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d65b2ed015ba31343f209e08c65e89967a2daef541d6ae74d6a0f18177e76de4" 2019-09-19 09:06:43,326 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,328 keystoneauth.session RESP BODY: {"roles": []} 2019-09-19 09:06:43,352 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v2.0/tenants/1dfd55e36a9a40acbc2332c8df4a93dc/users/a2084f1e1aa746fc8072aae5f8dc60f4/roles/OS-KSADM/8691850b7ecc4f3e8c487522e21ccea9 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d65b2ed015ba31343f209e08c65e89967a2daef541d6ae74d6a0f18177e76de4" 2019-09-19 09:06:43,357 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:43,383 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/1dfd55e36a9a40acbc2332c8df4a93dc/users/a2084f1e1aa746fc8072aae5f8dc60f4/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d65b2ed015ba31343f209e08c65e89967a2daef541d6ae74d6a0f18177e76de4" 2019-09-19 09:06:43,388 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,390 keystoneauth.session RESP BODY: {"roles": []} 2019-09-19 09:06:43,392 openstack.iterate_timeout Waiting 2.0 seconds {3} openstack.tests.unit.cloud.test_server_group.TestServerGroup.test_create_server_group [0.236221s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,077 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,082 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,085 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,088 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,101 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.015905+00:00", "project": {"domain": {"id": "c9b9246685414426a833bf639147486d", "name": "39b4be70668f44ccbf722cc5be8f3483"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c908d41600f243f3a97fdc5c0c3b564b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d95d22ec820545739faf6ca9926f0417", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f5e1593462c9482e8e79b17c26b071ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "12f890eed09d4c649b4d8606f2d67d63", "region_id": "RegionOne"}], "type": "identity", "id": "84c524f8bfe7467da8aeb01f1da21c40", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a1c18e24d1744789acafee3be4257477", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0e44a05196a942a3a3616984900390d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f8aeb02e0447401db878451b4ad270e5", "region_id": "RegionOne"}], "type": "compute", "id": "671925b7d1ed44b4b333160232ebe868", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d3239682bacd47bb803823493363ea76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "80226cc19fd64a8e93e192842ec39a30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e9db9c330b0b4ac492e86ce0125d55ba", "region_id": "RegionOne"}], "type": "image", "id": "d1102db911264416a6ac6ea784131b87", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "11f5c0a59cab4f65b886c5d3e5d64e4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "22246de3bb2244eda3398612fea56c37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e4b3a03fae0646d39b6cb0bc1df551dc", "region_id": "RegionOne"}], "type": "load-balancer", "id": "fcdb06f973e947fdb3f56ed1bb684f68", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd2fd5a85dcf4eb2aeb1ff456145d2f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34b621e6c1bf4fb483ae20feb668ed6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "520ea4d8ac544c21b6e39b40eca2895a", "region_id": "RegionOne"}], "type": "object-store", "id": "58a1498be69b4949b4ecd915de638d0a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c17cfda70c4b4f68a7096eea11bddb26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "42efe8743e24438984f9603d130b5f71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "41932e8c465a44d7bfc70a9fde098254", "region_id": "RegionOne"}], "type": "clustering", "id": "75d57b79f01d474ba0cdca26c4348be6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "087b31ce3daf451a99f2e391be992e68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b3aa047ba8134799b51771ad192f384b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d47091d841d34ffba01fb6268cdf3c6f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2e86dcd22c664b858f5cbd51cfa0b30a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5ed2354de18843efa96556de26ad3a07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ac3d6161ed644a9ebf80e8ef01dd15d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ee492bd239bb4f7882b7cd466cde6731", "region_id": "RegionOne"}], "type": "cluster", "id": "c5c25b84d64a406cbb75f2a9f57fd038", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ef86b9b004e441d88c5bf81c87f9679e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f9e27ccd8718408d9f57b67a8d83cd14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f214db1357eb4b97a74df79eedc6b533", "region_id": "RegionOne"}], "type": "data-processing", "id": "ce156f629d734d62b3ec2339629272f9", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c9735dd261434533a35d080b815df708", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9e93a9861b154e3cad5110364646ad45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "96befdcab8ff485a9140170b46350cf1", "region_id": "RegionOne"}], "type": "baremetal", "id": "885a7b258ec146c4a1546b5253fe7669", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b7d94cb932ec4bd7937fcc8f5bbb6d53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e851a683e96a4a01874583937095bde7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bf24fffc313947a59e3120d6325f0d60", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c441533358ff445aa5fd5aa69c8eff99", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0d0e515c7aee4d40a2b7d65c231f89be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5b38d966f89c471aa7da764c56bf1d98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ea8e7f8ff78a40a1b6ff01c9fda309ef", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "4f2ee77f75604aa281d5d9adc232b7f5", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "940e338e4c8646f698ebe1c2b30e09a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "822daa9f85ba4748bd0faef23f803340", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1a9792b673e24357bbb259bc80a20ce5", "region_id": "RegionOne"}], "type": "key-manager", "id": "b8ded4bf0a864528abd8ae613ac88ad7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7808098dec064f92a96b90e6bd3c1ec5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2f6b99c535614af4ad31340483202d2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "adef38ebfa5e4636a646eb5f66496359", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "601c5ca223bb44aca2808f4fa395838b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ad4a83e442f74313a6bcee96c6e3ab85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "93520d26fa054b61a8e86ed5412dc53d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e5ed954347654123a6ae0159258cc197", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4bf7961ebf534ae3b85bb78ab228a45f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0977b46114e549b5b798339db72c5950", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f4bcc1f07a344158b9f9f4885042c668", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8797968e5c584cf5a22bc2346f1eee56", "region_id": "RegionOne"}], "type": "message", "id": "821dd53a292241268f4325433b962791", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0bedbe555b9842e18ef67485d4d279ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4f86b695872c477cae23123c3ff9230a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1c2f6a8c516d47ca8824fd25940fa750", "region_id": "RegionOne"}], "type": "messaging", "id": "ba3acaa5f93844a28e2f91e9e9d94d38", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "af0b25f3eb674cb0b680d29259a93c95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3f511d9e0d1d45f1a2e32fef41533862", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "cdc5a6f2f18b4eecb67aceea3ac50732", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c2b9e39e10ef4525859c3e9a2550b187", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce94538cbfe145f09a1d8d8b944c81eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "93ee793befa14a0d997557c7df6bed3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "06ddd6e12a974beea1b4eaf36c7f5f91", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6dff0616e2c2411d870e7ec6e6e106cc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7998ed1b6f0a4cc4a52dc85937d80350", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2e45c19708ed4fd68571159f1e4bee80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "376ad63294fe4a33b24cf3fcb2a89718", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2ee58b772cd843df8032c8997119b869", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f946c651b23444c90a41d57b85bea99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e20dd030a7e4ba7881754299c3cf03a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5a43df24fb144e97923771c3ba9360e3", "region_id": "RegionOne"}], "type": "container-infra", "id": "09f9fdbb96654ec39d1be0fedd96cbf2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "32824ed7349645cfb5957c391e58782c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ba08e123628a4c17ae27d027fed19af9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f919403ba0944c37adc4e8e0c7dc2721", "region_id": "RegionOne"}], "type": "search", "id": "06c11d14e42a4715b3f989f73a994d74", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "82d1733d80cd499497c5e7355b45bfb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "665c0c873c4141ff87b264b6ab305dfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "44e89282996749449fac0cb35e91f5f5", "region_id": "RegionOne"}], "type": "dns", "id": "f6d81d75d13f4b3cbc276e62e0b93c10", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "07c355cdafb14ed6a8c12feaddcf9ac5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "69fe8f5a6efe41b49ca3b193389bd443", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c5085e81b1ec405fa86ada3d5d3f17d2", "region_id": "RegionOne"}], "type": "workflow", "id": "2be301f53fb64e8d88da37f286615445", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "361e7d5207ba4a6388aa0f1955daff45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6d54f911b829430c9d3e55494839400c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "448c75dacefb4596a97001bd82553389", "region_id": "RegionOne"}], "type": "workflowv2", "id": "45210bf7df0a4f9881d0cc1aa0775163", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "749a267ec96f4bd5adf786e79929e4e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e7a860e1ee174dd4af2421496e6794ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ee1d82976e7f49a092376731fa1c3501", "region_id": "RegionOne"}], "type": "rating", "id": "53b0f40359534ff9892f627bf7f0a437", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7a5672e4471e41a5ac0d2c07a06921c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7e84608843d44abb98ce4184fb325fc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b36322cc084047f99e5579c19c183a5d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "bc21e058e914499ba11d003fdea6236f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "03039253b8c542368e90831bd4fb962f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "803d16e52dbc405598a9ef67f6569288", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "96d1bc492eb647a0bd0c4e88d0282efb", "region_id": "RegionOne"}], "type": "policy", "id": "eedf0e55510a48b0ae511565ca9674e0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "426ee48b999b4cefbb8c2b343b2c15fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f14d853f40df4a3f918c9d68e06062c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bc40259bc1f24583b6003dea7f45e28f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "df7e82e680b647b19161c28813e73bea", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7f4133e2eede45edbcdf7a4a57e845e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "61042b17db74440f9f9be837e36eef36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0606113ebce8482eab5068c9b1158164", "region_id": "RegionOne"}], "type": "sharev2", "id": "83e447f327d64733b5969264e148b8bc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "18a3d60b81654e5b8eb0a143e6973a85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7ff45f3cc5454b979b42460cac593cde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b84748a0422c4384915b8c1a17cd734c", "region_id": "RegionOne"}], "type": "share", "id": "8196bd8169b84a419763937970ac5355", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "de51ad4adb5c4b3b952a68e8f3eca926", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "68ccabd51d044d8ba0a82b57e1186b03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d97c066f35e6450ca636bbda31455094", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9e6195bbd9ac4de9926e784289c033f9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e08a19560414e7fb24fe0dc0bfcb7b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04ea72ae6ef945a5b6a4f547b0dfa0dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcecbf5b8492451fb3b16e0955d6a1bf", "region_id": "RegionOne"}], "type": "orchestration", "id": "d3642db624054ee29d625a68b9b7657f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11ee80d50efb4c78b12bdec6a0d86d53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc98f95838f949ea8b875d5cfeacff4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c41c2026cd04c528ee36f61c02f81a9", "region_id": "RegionOne"}], "type": "block-storage", "id": "b88afb5c074b4c21915c1de4123fcd43", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d84b74cbe1e41138c8ddf47efe187da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2010229b3d204a6f9b694a8621cfe762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4935150c619641278acfc1f7e16d9dce", "region_id": "RegionOne"}], "type": "volumev3", "id": "3861083f66da4f0ba653fb97ee5cc0d7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9d438c4ac1f40b19d78516a126f706d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31fcedd6daef41ada2580568fdddaed0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d6e353d11494750b8d8280ff8f2bf49", "region_id": "RegionOne"}], "type": "volumev2", "id": "bca73bef980d4564938e042b48c468a1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99d9b160f5a44d3e965e380a135c037b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2ce558c039d465797c5d4bee2cd6a54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8de67663cd5417f9aa37b9f143a503d", "region_id": "RegionOne"}], "type": "volume", "id": "fe226d3dce3f4faabee01599c49a9823", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1bcf0c24f82c49199e1090251d5b6bb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b61bad0b9724ef58737297ed23e8159", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d45c4b16b300428296913a3add0342a7", "region_id": "RegionOne"}], "type": "block-store", "id": "ad7d3280c84f4928a7e76c3bf0aa274a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "73cfdb7ee2124a298a06171e7ec4aaeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ecae5878b99b4de1b6516c267f286b82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4e207c7338004df59fb407efea1ed005", "region_id": "RegionOne"}], "type": "alarm", "id": "4849522a568140f2ab43eb9d4fe051a2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3a152a45f1964a629eafc26e0732a1ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e1e452b5152b47128e70f7c0f7e47426", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bb753fee864a47e9ab4d3efdb71fb44d", "region_id": "RegionOne"}], "type": "alarming", "id": "c04fe21709074b6699202cff5895833d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9d99fcb18a5a45a19aad734e08523393", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "22a873f07adf43c5b2cb646c095e6f06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5320f78f5350422c9977f0696bc1a2cc", "region_id": "RegionOne"}], "type": "meter", "id": "0e9c1bdb646a41b692c1410cd2f96405", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "290247f4d1f24cc3a978ed59dfc61e35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e819b69244a843d6ba2c2a4ad2b1134a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c6dce19ce95b40a09411231ba085a38c", "region_id": "RegionOne"}], "type": "metering", "id": "ed7c93e39bf14ce38ad0753025dbd033", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fee3b5a54e9e4d36bd3f79c7ac8961f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b9ae0f8433e9448f9920f3364ce6a592", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "070728fb08f34157b64d85199a4adbac", "region_id": "RegionOne"}], "type": "telemetry", "id": "feb8622ba02a4c059a7032f96f5f4b21", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b9b85aa9c7bb40e2ba38c9d97fc2d929", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e127aebbac734a748397422f66f91ceb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a869da41ab93437589e1d92a169dd2de", "region_id": "RegionOne"}], "type": "event", "id": "5b8099c06cb84f13bb12926ebe86d656", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3464c8f1cdaf4a99ade7dfe89f1f8527", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0783cc48ce02421a9223ed6996a8667e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6a29c4b53c2649f1a3a7e6edc5e73709", "region_id": "RegionOne"}], "type": "events", "id": "7739d2a661a64c4bb3c44f71c63e67c8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "747ca301a18a4c448e0c2000aaac6c55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "15367de053b143899b9839605076e4bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a9d78ede537847598e5a57ffe0846d35", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d137d2bfc6b54dfcbca1d77d5ff0f2e9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a9e6289bf1124b0d813a3c06535b136d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "de0b209f3a9c4d52bd2430d58eedebb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f14c7ee1f40541ec82e05343f893a9d8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9d21ebcfbd7644519b43f376f05bca78", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0a78c91a148b464986a5b50beb974eca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e1cca4036dd14587a43e3f3ce78aaedf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "892ad0dcf95344eab8d9d46d4186b407", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "e6f3643f110f42ea9d602cec63224789", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b4ba17a6641c418b9d7bf97a90cec433", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "98c446f34f4741f69edc834f3dfff318", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1d4c2aef15cc464aa6c8df2edcdfa2cf", "region_id": "RegionOne"}], "type": "tricircle", "id": "fb6ed03d1a6b4b6a874ddef50968deee", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "623c3831435d4a38ad222a740ad6709a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "28236ebb46da45f8af280aedaf5613d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d3ac5feff86345fab579a0137d014807", "region_id": "RegionOne"}], "type": "database", "id": "fe7becff057a49f9ae70d7f2cb68b510", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4f38ba8e93374b60ab7d7757b7f10bef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "876a505c9894481eafdec3e0261abe8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "75bfa3129a10461f8ac703bde6402dac", "region_id": "RegionOne"}], "type": "application-container", "id": "6f2aac0fa56e4049b9e4cee44349dfe2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "53030861aa4840debee3f9b49f21a0b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "89fcccf036c44f6894e3d83a8daae289", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f522ed1f284443f0990ba03c0b67de09", "region_id": "RegionOne"}], "type": "container", "id": "4cf203c65921490d9af832fb7d56cb61", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "417b103c9a5a4acb88d93b7050598d2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c67d6423311d4eb38ea47b8273556caa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f834c98a18c2478baa21b493fcbae111", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4bb5f57d9103494f98526b858d42c09f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b09da76578e044b2864f56a718c210c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "db9c0125e22241b29e1c8e544d8f0151", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "45913065aff54e2ab3ee19cb5539f4c3", "region_id": "RegionOne"}], "type": "rca", "id": "69166defa73c48a29184d659c9920430", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1254c1688d6540b3b665ec18e495311e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "658e6f967954485a9f5887fdabcda7e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b5df34c0e2604790849f046db60a4805", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "68b7de43ac0843d4a306fc4e297575be", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a468c150416a458498651553f5091117", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a58bc4dc012d47f889e032782ccc0346", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0e49aa8bed104f9d8287bd4d7223a7cf", "region_id": "RegionOne"}], "type": "network", "id": "7996865579934a2690b0cad5d5c8d9c8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3f11824e821f4c4e86023b7df9ab2b89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8de51165a01e42688b6f3a9555d34d1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "67fb660299c149f787fefb81a2c78cc9", "region_id": "RegionOne"}], "type": "backup", "id": "7f6d0d96872a4f2bb8284153b428bad7", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2cb3505e80e846d6a33bc4f7eba7068b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f4a65bfff8ec4d9bb076ec46c60e0d42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "746aa6e8f7b54d02bbfff86591c5b4da", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "06f00e9565a046e79871a8ff63221b22", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "039d737ef7f34f7294ca7fb9e77e04b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2ff255edb80c43eca98599a2a0f8d10a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "db2557f1a1bf460fb84200d5690190ee", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "7ba02a267fb64bb8a1063b799597ee83", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "684e189eaa09495d91062eb39996b540", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e4d8083146f0444fa29a5b844a77f6de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5dc814ad69dd4d0380f2d6fad736d0f7", "region_id": "RegionOne"}], "type": "monitoring", "id": "14a64776b7754f20a123019bcbf8aabb", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8db9df68c0e34175a3a3f411461f6eae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e9bcdacf61ab49fdb4ffd253a6beccff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "0f17fe12475b4acb89caf2b180e517e1", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f338433ee1e94b12b51d6c1dec78aaa7", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6a9f06832c874178bcb01de298f0c2b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a5295af56d8c4456a8d7067acbfd89db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7d073cf85fba40fdba241f3f7c9d7b56", "region_id": "RegionOne"}], "type": "placement", "id": "82c05075137847b495d1e333af7e6f5d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "11c4fc795ef84343830dc30b240883e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e6a86be9a365457b91fd25c81b266af6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cdd4dd1cf7144559b4515c3ba9cd0ca2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ffdc81ea9ace4992abd731d09a561f89", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d3826a9fd5e140b2ba257a2ac28e324e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7e872d3d08704425a676791a7a1a583d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "19794ea97e0e4a5bb35b0bea02d4b2b0", "region_id": "RegionOne"}], "type": "ha", "id": "5dacd47443944df6b3061e0763b01c3a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "267a6418e57b45308b73118ff6a06d35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "58e33cba3a614c9b93ef719ac92a3f30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "07949b67d7384ff888f843d208080c77", "region_id": "RegionOne"}], "type": "reservation", "id": "69bd42018a75474a9b1cc71d8b585820", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "38d211c12f4a457187198921f7ae62d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4ac78ccf7cbc490697a4d1453495e6c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "afbfad9d9ffa416eb09c1505bb5c034f", "region_id": "RegionOne"}], "type": "function-engine", "id": "f85e171b4c914e13881907237fd83216", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ae835a5e5b1b45599e0025f597079483", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "29e980b15d294e5487ce4659f52f8607", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "29bdb135ea6146c5b507ffc58556971b", "region_id": "RegionOne"}], "type": "accelerator", "id": "551f4f5533dd4fb585111a3f7f3c2003", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0fbf0d80fd904531a3f7a5a91966ce90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7cca96b27705458ab230573a249e5081", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e2285d8a418d46258b9b863a013d0219", "region_id": "RegionOne"}], "type": "admin-logic", "id": "de523e77c9914161bc8e186e972ea677", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "51d3cbf5106b471998540d019c640dc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "32c12ba63a8d4c2bbe8c941377c7b413", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7bed447ca6f84eb3baf17116cca6ee48", "region_id": "RegionOne"}], "type": "registration", "id": "13a41bb0b3ad43efa19a5bdcf582eb88", "name": "adjutant"}], "user": {"domain": {"id": "2dcbfab1e3e448ee84bee6252dd7645e", "name": "fd07f4b133f74468b51479914ece4824"}, "id": "ab84b7aba1cd4c45aa748f97ba680107", "name": "a6579d42800a4ecab66cef5904e57ea0"}, "audit_ids": ["f697bcc9838c43518b04e8818b3a9f1c", null], "issued_at": "2019-09-19T09:04:43.015905"}} 2019-09-19 09:06:43,193 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,198 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,201 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:43,236 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-server-groups -H "Content-Type: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" -d '{"server_group": {"name": "server-group-2", "policies": ["affinity"]}}' 2019-09-19 09:06:43,241 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,244 keystoneauth.session RESP BODY: {"server_group": {"policies": ["affinity"], "name": "server-group-2", "id": "58c74e64f36e464a9b1ba525fe78fc89", "members": [], "metadata": {}}} {18} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_delete_subnet_not_found [0.198311s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,280 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,285 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,287 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,292 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,305 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.221661+00:00", "project": {"domain": {"id": "3b6ef4c2cdf848bdbd77f20ec9cc20a8", "name": "f8db8fcca2d44fa38b98bfb141489fde"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "dee51951acb9464087393f0f365be603"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "95fa22c603094a2b97c4c7479d8023de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "54532568a060483fbb4fd0c5ee266534", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d942ad9433fb433ca76e116e0a5a16a8", "region_id": "RegionOne"}], "type": "identity", "id": "f03c03a0363c4483b0898b5925167408", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "53b53547bb97451bb2f9e5f761d6e9f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "63ebf205de54434ca350ad4f179ad017", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "53392371ae1c44dc9039be830e8babd1", "region_id": "RegionOne"}], "type": "compute", "id": "65ef03bacd354d39a5ea69d54e7fd84e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e9a7457e5c164b2085b686a09e2a8f14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c06b5e181502436eb1e59476b84eaddc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2edc4aa48b094926a32699b3228e907a", "region_id": "RegionOne"}], "type": "image", "id": "1dd6d6ec0f224fea81397773de30d90b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fcdc590d28e84da692f41d6e1d35a1c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bd38c82d2ed34cb79674099bf16f29e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1ed6e84d3b044f32b28e4594f5c76ea8", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0d6d99b0a34c46eb863836ccebe223a0", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8e0cc9111584e3ea7ccf23f8ef2bda4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "097901f095b34c5c9fbe1cb02819b1e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8bf4764f1c94ca0a3d08067062a4d21", "region_id": "RegionOne"}], "type": "object-store", "id": "b590471190254d6e9d27f2815617287b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bf42682688a1428da94c2475e7992101", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "10fedbea04ab4ade84c3f2f286492ecc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f97386e50d6149e08b784cf013917290", "region_id": "RegionOne"}], "type": "clustering", "id": "3b1e3aca2aec4e758c348f5e0af8662f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6260c90890004cff8492122644f8cb2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "53d58f1354a84654ac9d8e8a7de8dc4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "04d78702fd184479b9920104f60afd4b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "0006111446774c7f829065812f2f39be", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9ba879bd84914cd181890c94a26efb66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "854c337f3bfd4d699118b9bfdebb8cf2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "987b62c419b94e429f00886becab2f9b", "region_id": "RegionOne"}], "type": "cluster", "id": "6c339f66675142efa9ad948f33750708", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1959eb9caa534102aedae7fe6ae89085", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "087ca30f94754701b58b6533ab36d5e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8785293a6f384f748cf9859cc8c3a8c4", "region_id": "RegionOne"}], "type": "data-processing", "id": "95d83fffcdb24727b4ceb7bd2b246cc6", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "34bb7df76eb54dffa38ad496b0b8dfef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a88a0fa8edaa457ab92c1d8dabcd4a82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "36d528c9a43c40aa9c67f570cad113b7", "region_id": "RegionOne"}], "type": "baremetal", "id": "817e5cdf7e7b42c4aa9fa05a0e274cb2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e37101e79117422881f0161f5aab510e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "61a759a882c847348d894f77de8cd932", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "38f63fefa0084c93b0795b2ec8a641d5", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4f9f82bfed2b45f4b0947de46f115b90", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bd2cb3a6476d4d7e87a008816277ade2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d0982bf12aa04710a51f45bf6ffd7796", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "781659fc36f0488aaac090afa8d8473c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d62c1653a1b5480e9494aa4550e56f63", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "05299a35a3464c45a7082b3e652d09be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fabfcf66b2204179bb184b119b31136c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d25084cb398a4f5f87d2bd0dc3bed5cb", "region_id": "RegionOne"}], "type": "key-manager", "id": "c442f0f2e4354fd1917a421b73ec4989", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bba5444463d2488db3a494cae617aabb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b8a4b169f6214cae9ed09927f147c01d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1025aeddc90d42c38039a52377b4e300", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9c0f082be37442dfa2e5dcd14b403bd1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "13a23347b80049d9b6de9d9ffe77cec3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "39bead88d8db4f119ee3185a45329873", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7e3ee64773214073b596947984f10695", "region_id": "RegionOne"}], "type": "infra-optim", "id": "fab5f7d481cc4fb9993257e26a526a41", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b6c0448f2ac04c348069be504c935fca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "04f1397976564dc882d0b84488fa0f5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8616b68681fa407fb60063662062a971", "region_id": "RegionOne"}], "type": "message", "id": "972431828da7482f95418182a6323131", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7cb3cd45008941cda4cde05f315559dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7418c98788b844e3856e6c78e2ba15ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "61f96d5915da453ba7f29c80a670c789", "region_id": "RegionOne"}], "type": "messaging", "id": "018d5fb186f7494e8bc0671957ea6b72", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "db6f74c6912e41edb7e727fac632d8b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4ed597f44a9f4d189e084690df93bdd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "998e2e82c55642888a9d5467397f7332", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f8ba616897874b70867c0f7be19157cf", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f7f4fdf7c364b52b0a3900b4b0f19ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cd955430adf741bead458d947e556e9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b4bfd0bb47484cff98b611254c973289", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "7c4a740b795c4edbbe2b9ba12c30e726", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "36341889f3ae40cc9cdafa2b82183c4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "325433a11126481498cda93989143020", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6d876c3f070248229520ae157014eb26", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f2ad70479c4b449ea85b2af9cd3c616d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0a023287b3924a3f86a3e98fdba2c898", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "08c7e1da67374f6b9a5ace6ca6881996", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3c03d35e803645ec839a89af56425acf", "region_id": "RegionOne"}], "type": "container-infra", "id": "62bbff09185742ea83994dfc6fd0daae", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "3359ec71796d4228975ea74bfd2b7191", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "870ee60c0e8843b38740620b9e3f0e72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5a0b4f5982704f71a063279ac3b61173", "region_id": "RegionOne"}], "type": "search", "id": "3959bf402a7a4e82844740d7fe3bf4eb", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "24bdc3f94e2d440f8dcf750af273ed3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "58cd26b017394bdf96bfa25606cd1a68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f4db5665b9ce4a689259044e4223dff7", "region_id": "RegionOne"}], "type": "dns", "id": "6b30c145a32b4cceaf660ee92070caf4", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1caff9997cce4e6fac7fa8447247efa4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b484b247d1af4510b2c6a25590abd6e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "39bd7a94e98e4d05ba5ebf8ca7a9635b", "region_id": "RegionOne"}], "type": "workflow", "id": "ac048a36cfdd4c64895b0126869962ca", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e15a78995c5c4ecbbfc582146efc4d26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3ef857b440b34f979f43b946bcd8f242", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "775c436876924b7c821917d34c0d0371", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1764a88e454c44cc81b2c0722d5bfc4b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "be2ede47043d49d1bc7b939797a4a5f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3d6c86486db0448c9399f34072b571da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e58830d10b2841a5b5094fc47ca76eeb", "region_id": "RegionOne"}], "type": "rating", "id": "20e8d3fb1cc043d0950d8d917267fbe3", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3dafd389be2e4a3b980a1517c83db409", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a3acdc2f763d45ee84c62fe86dc3dfb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "41356d3e1492434c9af3ec6e7beaaa5f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d233d3d048344569af28da82ba0dbe85", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a6b69055461f40078370966ea315e6dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "58c3efe9b9d840d2974339124ed641fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7e93caebe85746c7a51b9cc52994311c", "region_id": "RegionOne"}], "type": "policy", "id": "bd13f2b1ff8b485296b3826a61f9d92a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5a56d84e47d94bfa900366b4d516b915", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0f32e96fc75b4289a9e6a74639089e20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5057ef52a3cb431d9389f5fe348f77a4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2d5051676e744f2b88cb4b2f15e8ea0a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b1a89d0d643c4eb68d8f0b670c365c2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "32e6b6f545f14ffda5b3eb604aeaa166", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f11e6f7bcbb74edbbddfa8d2d708cf4f", "region_id": "RegionOne"}], "type": "sharev2", "id": "db7b46a01b4a4bf9a0a5b272e07bbbb6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2b0c7def804e41058aef09b2312e2f19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ea086e03f6b64143872d172b3e0ef5bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d6748eb513a24b61adff2e9de80ecd27", "region_id": "RegionOne"}], "type": "share", "id": "196aeb56621442fc8e638f9322e55260", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1a70e8c8f8a342098423c75d5d419f9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "80d524f029964d5abade57ae24943989", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "57af7af822724959a441e39ae7f686d9", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8de156b688dd4fc5a5f6c4674a8212d0", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4aba790f4af4168b48e0c3228a22d55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff37a91d40de4ccebf59b8ff50c67735", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b35e1ccc4806412cb4cb6b01844261e5", "region_id": "RegionOne"}], "type": "orchestration", "id": "6f851004f7144b98a0de6d09d321e53d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7c414b380aa4488b5e64291ab4f643e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1568dbce2dd44f189169c4e3cb9710e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75c5c3c644434c0f850d53b7570d97e3", "region_id": "RegionOne"}], "type": "block-storage", "id": "5f7e180fac144d9ebcae630a655dabaf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e217f1ad937a4059bbed607aa4c639ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "541bed81990647d29af69abb70c6f894", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1fea54d93354bb480841fd7f6604e90", "region_id": "RegionOne"}], "type": "volumev3", "id": "e3f550fbfaa042638ac45780b758be0e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0300dff65c9a44eda5657a838c1ceddf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8bcfd4ba1237464b91f791bd86c7c6ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61a6b3be38664a4683298b2f75f7637d", "region_id": "RegionOne"}], "type": "volumev2", "id": "88a2cd6d0e7241afb9eb8fd2e9afa0d2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "043200812efb46f5bd14603051b0bc4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5bd5ceb052f041d6923f3a89b8d65afe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a33f0c4566c14f888a8b7167dfbe32b0", "region_id": "RegionOne"}], "type": "volume", "id": "b5a9d4859672496798d177754e7de51d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "068ab83f6d7d4242895692d61fc043fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb22c5d0d88d42d8b5bd82ed433a181f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc5485b1f4924c15a75a2b927763497d", "region_id": "RegionOne"}], "type": "block-store", "id": "48de91edef09436e99a5dd6b935f2255", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f1049cdf47274f6eb9c4aac3a90ce5ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d62cae5a83ab4cc19f5b29bc2878a8f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d4a2975f6cc64b49b3b2bcb3c7aba18b", "region_id": "RegionOne"}], "type": "alarm", "id": "efd33233ba4d4567a2cdd3a935b3a951", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ff1ee0fbf5c34fc9ad2804678de92f3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5346125b3e224aa1bae28f68b0824957", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a315306d02bc4232867f2bdb288a8a99", "region_id": "RegionOne"}], "type": "alarming", "id": "dd8c96fdb6424cd086a1a698df16922b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d286043efcdd4fee90cbd6ca59c9102f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "55ee9983b02d43ee96bb3d1b4e4c2339", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cf6856d199404f60bae8f83c55eea6e0", "region_id": "RegionOne"}], "type": "meter", "id": "a5cc9091438a476cb9c1ce5a8f8d2135", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6b4b4d20923646c18da927c12e3eba86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b8e55ca749ce4798bdff9466e82aba21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "50f3237b00104ce2825c0a19ea63ff07", "region_id": "RegionOne"}], "type": "metering", "id": "7cb6e5d73e2b40c6839fd3590d59cba0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "48b8b11436204dae9c83d9072c521785", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bd2df0f23e924e3a9506bcfb10cf2ac7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "dc09f780a1d64da3a294bb5afe54c8d8", "region_id": "RegionOne"}], "type": "telemetry", "id": "4b9d8190d5fe41d684ce1a6cc2332909", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "005100c539714a329f75d7ce4101b5cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1f4906a5fb9345a289d125092173d2f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3e05150a0f684d54860193c13cf2910a", "region_id": "RegionOne"}], "type": "event", "id": "837edd5cb8aa4198a1c547aea4ab6869", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ccda013d612f484ba50c5a0dbe95600e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "35722cf20c924cd4bee67a3eadb08839", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "07a8fbbcd8a249e29bb7e2ef70cb495d", "region_id": "RegionOne"}], "type": "events", "id": "6a957d6771b044f8a695c3192ca3b9f4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c64c3f635cfd4a1ba8f036d6e78e91ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fcc87bb4e61940ceb2969d0e7d33f60e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d60ae917e8954477b6ea99519c8804f7", "region_id": "RegionOne"}], "type": "application-deployment", "id": "dcd9a884ea6c4deeaa3b9c2bbfd2beb2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2cc60e07860f48fb96180a1eb78633c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "73102dbaad86485f8d11bf7ebe2a53d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1b78911c2414428e9c432524f34b8e0b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f2aa598c875144b0adaa7a8eff2f3f3f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ef6e2af315b74204be856670e08e8fd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cb410392999345569081de0006543f5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "262e92e90d934dc4a014feac306d0c14", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5257588d86da46f9b385b6fe924f37d9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "756866954c3548309a48a8d1562353dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7b95d29a4e494875ae7b175e8c8441e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "00bd77291c744d15b2bcbf4c3abab87c", "region_id": "RegionOne"}], "type": "tricircle", "id": "e8c58ff540f24dbd90a6c5a3359d656a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "29af867c561c49199a109ca75dc61a74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1763d880a6e9430c90eb014a75d0297b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c9018f0459a54c39b6cc4d9a7902a053", "region_id": "RegionOne"}], "type": "database", "id": "45ac2160a5b74b23925506fc0ddbba34", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4ec583b59d904bc0b0c8b2119d7e4844", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0d3f83d7162249779c2e2721727f0810", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f12ec3ca83fb42f2becf9c5611358214", "region_id": "RegionOne"}], "type": "application-container", "id": "7196522234e043c68a93ff60a8bb9af1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3a3c2a49240b4c44ab233ab333c2179f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "612a514d4ec8494b834ce4c4b3401ba3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5a49d539c68c42a1b8d7ff3a13732666", "region_id": "RegionOne"}], "type": "container", "id": "8c179fe848b04736bef543847ffeb93b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "56200c4c89594a61af49bb4a1e17609b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e893f887f1d44e19855dee2ba9c61b79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "592d996797cf49e7a297cbeb446855ca", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4bd1e7e6acce4553af3f054754a09934", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ddb7fe6b9a9d4c5f8df554af3030933a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d6484995ebb54d7b90676eecf8c27b48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f1b1ffdb4da44a7baeb9412551d4d640", "region_id": "RegionOne"}], "type": "rca", "id": "379b30470b314629a2b17484d86f683e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b3d5a65affc54fd59f07708b779d51bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "69f4d7257eb049b68e81a61e0adb0036", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "fabe1c2e49f74549862a71af01f2ac2d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a86907efe4f1482887d603fcb6fca4d2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d5b724cfbf0847c18bcc73abd5290e6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ecc250628ef94fbf8705c6314ef6142c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a8e5fd394e61484da4a7c6276a9d0edb", "region_id": "RegionOne"}], "type": "network", "id": "d2db5057b0b24c8a90d30b04931193d7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7452e9ef8ea7483b8cf762043fd87335", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "5277cc98f59d45109144ae9ee458ec38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "3c562d917b834bb3b71a7f846400f0e5", "region_id": "RegionOne"}], "type": "backup", "id": "7b5ccf1a6ac64243a9cb4efc68e318a7", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bb09d2e0e2e94779ad3d4743401fd6e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "019031995490454e947e57d89a990fb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2f2bed3a176b46d9987591d0536a4802", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9a16eb6fc1694bfa8e7e6854ca48c51f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "25c7784e092b4ffe93cf3280a8f1c467", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fc11ff0cf7314c04b3a2846a6f88efba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8ff76695170d4900a9d14261559c6335", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "48f00294932442ec8a8669f8e8418581", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "eb9a1f62179147eba3ee7e95cfe57f4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "10017a4c3fa1464fbca0a0c2a4febfff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c725c8213bf54850ac62b3a488f3467e", "region_id": "RegionOne"}], "type": "monitoring", "id": "2ce4559c39d146f586a4f9838dcc16b5", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2e73e346538a4924932eeb70417a4b6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "35790efed8984b9fabcf8808f1f1c7c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "0fc01fce80484c0d8bd7262b4a8b1f46", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "aec3c7b26ac0418181db69de883e9200", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "837f83a67c4c43ee977ead5ed09f5d72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "573c88cde14e430ba82ae9594ef6e174", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1f6044afb48c45c79cd6c6ef515d94d2", "region_id": "RegionOne"}], "type": "placement", "id": "a76219309fdd4ab7879c36a1354197cb", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "83e5ba564b65456aacec8fcbb9ba2f88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9ae15897e1aa4ba28aefe4bb1ef8dcf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c6b671d542914adeaaa5ed0e5d7cfa66", "region_id": "RegionOne"}], "type": "instance-ha", "id": "53fb28e9529340aa91fc7cd18ed7b1bd", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "55500516056d4a668e45ffd663c450da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d84e8ae2f31043cf987e7c8e531a67aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5e8ce0a95f5c4a45954f2b119cdde9b2", "region_id": "RegionOne"}], "type": "ha", "id": "5c5a1395e9f24ef9bcde0848ed537cc5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "021bf5f5785946758dad12846066920e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cca6687086254f04a44bc3c056a4e235", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "cc03f281d8154275978acb831fca3df4", "region_id": "RegionOne"}], "type": "reservation", "id": "dec7d0546c7f4181b07d4cf06e520adb", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "94df43a7650f41f0a48e23d36c4a6fef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "70fd5faa9a8e4ff89b849503777635c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "df69a1a2cf46444ba4a9c033f498eae7", "region_id": "RegionOne"}], "type": "function-engine", "id": "7de1fcedca924b7bbcadd916d8907c65", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "12ea5678fa614dbeb43895259f53ce7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "23c80907c45344c38e420213fe69d280", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "8ee093e3ca1e4843a5d4c49bc9563061", "region_id": "RegionOne"}], "type": "accelerator", "id": "9b373211de1c4cf5810032850c7f9684", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "460f1b5330de4adca5684a0b9babf396", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2ad7d5202fb94176b7234fefb0a2c11a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d3f69b660d504693b2842b4193e28abc", "region_id": "RegionOne"}], "type": "admin-logic", "id": "1d3769ef8f2e45ca8c423b7559da7aae", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8d31dabc1bf6427ebaace3576703a438", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dc2c5a123e464544a446b40972c08b84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1bd2f93f586f42458cb7afec42f9bc5f", "region_id": "RegionOne"}], "type": "registration", "id": "03746638875d48a096b1691bd78c3e46", "name": "adjutant"}], "user": {"domain": {"id": "d7bc93f10b6d4f8fbb76d42eebeb378c", "name": "7e7064899ec8446f9a481eecde388904"}, "id": "ac7956c27566479c8904c91e9032a80f", "name": "81932192ad5c4995bb3ed25c83e0f733"}, "audit_ids": ["7b73df2084214e9dbc563d68f1ea75b7", null], "issued_at": "2019-09-19T09:04:43.221661"}} 2019-09-19 09:06:43,403 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,408 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,411 keystoneauth.session RESP BODY: {"subnets": []} 2019-09-19 09:06:43,413 openstack Subnet goofy not found for deleting {5} openstack.tests.unit.cloud.test_quotas.TestQuotas.test_neutron_delete_quotas [0.287769s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,080 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,085 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,087 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,091 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,103 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.016493+00:00", "project": {"domain": {"id": "481d670103cf4aabbde66cbbd23f3fbf", "name": "caaed0ff02f541e5913ef0e846b37c33"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "aec1a2d8593e4cc0880ec4df73cfaf7e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "301e75cec325418dbcfccaf466c326ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "dfa7dec5169f4185ae8c9da221986a48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "743a88ffb71c46e18f088a266ca8a5e2", "region_id": "RegionOne"}], "type": "identity", "id": "1f6f3c3b44224de195bf9a727ea055c7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b4197ad702c24e848c10b7fb6fd987cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ee026937b2274dafaf4ec2847709e622", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8e533fb639a0489285fcffb543246e6f", "region_id": "RegionOne"}], "type": "compute", "id": "8741c6060fc4473b8a507aefa3370b77", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "8ed1c1e5b006405788ec46ccd0b9750d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "271a91b516134577b91754c2254a0d64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3774833395a8416bb1d1d6bcf1ecc94f", "region_id": "RegionOne"}], "type": "image", "id": "1294149e87b641c9b98f38828108a18c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f42767c011e1485282aff91a585f27e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "10e38d7206b048d6a42066826948886c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7a4ec9c915b34019a683a1ab465dc482", "region_id": "RegionOne"}], "type": "load-balancer", "id": "96a75944827a4b52b569ed987d27b236", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36f3dd4ad3834c6ba7fab26996c90a4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92a863ed00ad4245bfefe7f2580d119e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9dd7616e36aa4070ba2cac03419b9caa", "region_id": "RegionOne"}], "type": "object-store", "id": "3f98cfbf2c834bf499d6c31f1bd0f944", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bdef610df74e457f98d00900d1517032", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4d8e8d7a615f49d09340155ed3fa0083", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "eabb6beda1684e0ca6df9856f88000fa", "region_id": "RegionOne"}], "type": "clustering", "id": "46f85d5deb0949bdb76cfde7f40931ed", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d96021c3720648b19df64785691dd98f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6a30ce19a36a4057861df1d62b59c253", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "417279cc418e46f69d6b38cf45c93062", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "52e0d08863af4754a667a8337219bd08", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1c1b943045ea44028402e49b7e9bb89f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9f5deab72fbb4a14aa3540805dcc13b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9a74aaf124374fa997ac48193ea77e20", "region_id": "RegionOne"}], "type": "cluster", "id": "a721bc2023304cdaa24a8edd37c9408f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8c5446cc906b4fd7a01d1b80bec05444", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b487d9cefbd34daea9d41aa92cf369ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ae88c415f44d49f9992de4c8c0bc2804", "region_id": "RegionOne"}], "type": "data-processing", "id": "72c4698fa2ac4168a9f4908c78576f29", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1b1beaddafb74a748ea301dd7e3fca12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "edba51ed41b54f2d9117f2f8a22fb0c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b05da3710e5d4fa9adda68d12f3177bf", "region_id": "RegionOne"}], "type": "baremetal", "id": "d43b13a9c25f48a68f706176608ff8b5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "04f57cdd652a4e72b497ccf6b600aa5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "28f2add0bc99460a8467c1f1af872d47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "81c0b9ab44d243da9c2b22983bed6e51", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b096ae4d73a04b049b9186166ab3fdbd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8be5606e6ab24471bae3e4265df17d42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1db73ac68948461bbb55d384b9640841", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5ed9920df03a4febb53c4f5c393eecf4", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "06ddaf3223ee4b9daa24363c6a41e2ea", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "853eff53638c4270b76e9e0c1aa9639b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c4e96ccdbe074bee81de1a9f2bf608a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c622b82b802743f791ea934e830e8616", "region_id": "RegionOne"}], "type": "key-manager", "id": "375beaa5e31a4369ab0e7ed77deed366", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5462c84748284ee58024187f8454b71e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d0f0cdd6a133417ba3b738dc2578b483", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fb4baf81f9064e1d830d1df632687a6e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "84a5332d6bef41e89673d1b0c25850c8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "db4ddaf0723b4158a01aef829621a832", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0c635eb8743645578b646d82db0258ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9f087e79cafd4f328d82d33e2760cd62", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a394519eea2e4eb0803c407f79f2441d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3cb6d8c4c4dd43b8a73f997428da3fab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b6641b22bb124016876f0e79165cac06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6a8ca761c3794d5d88df37d67632f118", "region_id": "RegionOne"}], "type": "message", "id": "9800c96a76ab4949a0d2460050a87995", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b76b0ad2d67d41a19625af8d9884969e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ddf07ae30da4441ab9740100f9414573", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ffe0f722897b4fee8624148ee03b894d", "region_id": "RegionOne"}], "type": "messaging", "id": "813c51e2d5da4873adc3cf50ad981ea8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "42313c93447c450282318c8c737896ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e690295003624b0aad28eedb6422713c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "587cde35ae434e5f9cde3fedc93e18b1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4e1f16cdf85b4f4bb85ecc61498ffbb7", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8928eda5d5094afdbe9f6e86b99836b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a24496f964f441fc983fdce8f0b800b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "764e1725c82a4e29bc23a32e4521d465", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0c1e3d8a6c1a4e438184c7d066b32ebf", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1ad75ec7083245498effc31ec0c1f024", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "59124a92da8a4a2da3c3354505b837d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "360cc1c7989041188d8b4d0fe10e2587", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b59914d7fce74129a249a52de1bb741a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f8b0c9e2d397470eb18dd3f658e41bd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "78012d690ebf4650b8cf53f00c736108", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8bd021f4d4244f37a97cf37b259b5de7", "region_id": "RegionOne"}], "type": "container-infra", "id": "2676137e43e14db286315e91ec0b5285", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "60dad71ca4274046a2bc2f2be257d649", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ef989e2a2bdd4d11be34160ae180fcca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "8399fd40a3144694bea289380921b897", "region_id": "RegionOne"}], "type": "search", "id": "bcd31a10aac34744bd5f25172b5bf99d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b711889e19e44003979bc06fda3e250a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "454ddcaf8f5b43d292a1f6a0a48631dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "03bf789370784db688b27c8c8a81cdfd", "region_id": "RegionOne"}], "type": "dns", "id": "ae275f3d38654b8d898ea8cf7115c13e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "083f0de4de8a452593800c15cc03aa48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4e32ea75b70b44b88df0bf851a193152", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ceeea322627648e4889cac1d94085f11", "region_id": "RegionOne"}], "type": "workflow", "id": "d60641c4eab0491aa559e47102e68d38", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cffe0d11b5fb4b2386b6ebbf541e7822", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ab2aeb245a4c4a16be2ef0280e990192", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9675f0e6a78649a8bd339cec6873505d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f9440635c5ec45a0b46acc74364b3e21", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8ca8aebdf7da4ecfa98ddf6197c88a93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "faff7c18e024480d9ddd645073082888", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "cfb0ebeee3254a5198344f6597bd6e8d", "region_id": "RegionOne"}], "type": "rating", "id": "d6fbd29d5a3b43a39f1b70eb10dc104f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a741539052004786984e55eb0e4dfedb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cad9c3b838cc41edb6bf06509880e0ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ac4328ed26cd439ca993255253b81516", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5e7ba410f2cc4642b17e849e71700b6d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3bd793a8971d4095a1ded34ae9e9d791", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9651a3a0dd674f569af3372b1901c1f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "906b788d67fe4a34a060569cbf2ea0f9", "region_id": "RegionOne"}], "type": "policy", "id": "d31bc274701d41ceb75e895c9617f564", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a0ec5a4f176645219dacb2ccd4de5c2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "944ab58d3c754e31baf6987d669ca4e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "21081d048abd44f09327d68e8d252a06", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "779c36c853fa49b1ba1d360a49e0fead", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "12f889f9ccef4d6e9452e164d6a8ed49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8fd703f2b01e4371bbd6298d27198941", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9acb9375d1bb4d818e8f9e3ddfa9a5bf", "region_id": "RegionOne"}], "type": "sharev2", "id": "16039dd0124b4879a9a77f3287e23f7e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "323e55df95c247698ea82e2576326a49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "94591d5c99c84b299d4f86b725a151f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f881291fc6ac45f1974fae6382a6206b", "region_id": "RegionOne"}], "type": "share", "id": "2675e05e94cf435abe0ac7c853c5e196", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0fdf69960533457da89222a0ffe9a94e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "835dab77b53e4415b6f545e42ef1239a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "57deb590fe674eb48661e479ab50444d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "cdca1498b44649b7b4c884535ddaec60", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9089acb9590482eaf7adb98aef8c5d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff2a82da2a534a1c936f740ad85b4e11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11c8097ec05a421e9184183955a0669d", "region_id": "RegionOne"}], "type": "orchestration", "id": "49e83aafe79c44f8ad381981ebceed47", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a042213fc7b45edabca52235de64e71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b12aee303ac4b95b0eb08b16ea46ce0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ecea556c98045efb79ca66b53c5d2fd", "region_id": "RegionOne"}], "type": "block-storage", "id": "33afb200a82a4677af009fc99867d47c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce8705c7e4944913b8fd99ffa5f82922", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e729624c363401d8adc1057c7887bae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49a2ae51e5ac434cb981bce8e038915d", "region_id": "RegionOne"}], "type": "volumev3", "id": "f55cf98c07184c99aad0b7da45c44be5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36a54f9dd73b4de28bcb6dc3c07cfd60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33547738fbda4ae489671106bc69a494", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a18781a74cb414eabcacfc478910186", "region_id": "RegionOne"}], "type": "volumev2", "id": "37ee51b08d56481bba365b44310d9adf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "847e6d6cbe804be1a1b68dabbb2d9d7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d6c25ac2fba450eb5840f0a41453567", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3cf71c4e88e549728742d6c2c28ea4ac", "region_id": "RegionOne"}], "type": "volume", "id": "36f33fa1f84b42779605e8eebf489f18", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a780ae67b1af459b92b59a79481d8db2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ca024b578624a8ca85121f503c64192", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26bead7d48b24ce195238b7470a85fe7", "region_id": "RegionOne"}], "type": "block-store", "id": "98421561e9bc43e29e0fd885bebd7c61", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "23b07623ec41472493b2557a2087c56b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f12c69f9352d4b2ea6e484457d2840fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "881c449fe0874ee291ff4797ee98cb2f", "region_id": "RegionOne"}], "type": "alarm", "id": "4356c7ede5d24846864deca4b4ad0235", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "90bf6c005c224f60b448852b7dea2ffa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9d522ef3f6c24906bc6cc2ed2f348805", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b3fb707264c54360887771b5baf288b6", "region_id": "RegionOne"}], "type": "alarming", "id": "37c048a3623a4b1388c7706cb9dc44a7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3521f70044784f4d9d24e899c0e5f5ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "893d8d8c00844d5aa5a8889bde34aab3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1881bd736a764c51ba5a9816c14bb4d2", "region_id": "RegionOne"}], "type": "meter", "id": "c7f27ea604104e469fbe46d8066a7c86", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cd3a1ee3db544845b51fd4b84357b24e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4ef93346ef604b16987c8a2c0f145768", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "edfaeb05779f443995f3ef74a5d98bd5", "region_id": "RegionOne"}], "type": "metering", "id": "cfcd30b1f93f444580768f0167e521be", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6881061462964a8ab0cfccb74c11c1d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4b3f70ea50714f0db698b8d591676c50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0f2d2699329a48768ccbfd61eb12ba0a", "region_id": "RegionOne"}], "type": "telemetry", "id": "3b0f41afe7d2449d9a15a6f529fcdd8d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "50fffa25c9174105ad541ef019ae2336", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "363cc9b2cea44923ae939487b19f73c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "841def820b084a048ab12b24ce63bbe4", "region_id": "RegionOne"}], "type": "event", "id": "0852e8555aee4f59896d082e06dce515", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7888fab5b221416c8e6deb275ddd3566", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1af1c858643f482e8340d93ac7b0d48f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d2ca30dde1de43e79ee0be453e2226d2", "region_id": "RegionOne"}], "type": "events", "id": "119175f2943b45308c0d670db03b33e3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c0ecc8f1c11c455e872a237f7e0fc580", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fcaff52d46ac4c4cacaeecbc3215e7cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8aa1ee70908a40d0b679752e7bfc40ab", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4a96316aee204cc18cde19cdef76a541", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b42d8970e27547c495a603de072f34c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "647cd55fe08e4e82aa5d24e0fcabdad9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2773791bbf954ee3b8ed76fb2da190b3", "region_id": "RegionOne"}], "type": "application_deployment", "id": "257311bb60574144a1fff3a8a5bc3ad5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4fdac6daeb6b4e5f98ce75055a2060a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4968bb44d138453480f9df95eb1f7ee0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "76da333eefde4b6bb73ff6cadad7d6b9", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "630b9958e26b4517b27eae7bd4dc8bdf", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "48d2f28f7b984150b7348008f9affe88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d8c9f9e59713481babae7d4edf0679ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0740363c81ff42cf8ef1c3092436c421", "region_id": "RegionOne"}], "type": "tricircle", "id": "a3e7f65fb3fc4675a057d88b34051cf5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "532e07fcabc341a78a175888c3f49ad0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ecbf88f4e4cc4cb984548f886bb4cb63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "57fd9d0804fb493e822c3a7558e43ef7", "region_id": "RegionOne"}], "type": "database", "id": "f1774d8ceb9c49d3be9d8f2df1802727", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "92bc57e50e8149619abe729a3edad1ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "959994b63ba74b2f9a0343f8d985dbd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c6b9723548df4c4bb1b5fff956cea89a", "region_id": "RegionOne"}], "type": "application-container", "id": "3bd0009215784b11b473079d138320bc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a89b7d9623f8456f8da9cec2395b5a37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a7ebdc96c62e4a8a900daac5617c8e20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "392d5ea4bdee42dd953792551b4030ab", "region_id": "RegionOne"}], "type": "container", "id": "bc1ae07ad1444e82a2f2136435cdc1ea", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b48acdb6e9b3417f88e380b636ac2d41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ba629e0e924944b18cf2e7f20dca9c94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1125bae3cb3d468b99b962fdddde9e36", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "79efc6ae6fc848289cce3b8cbced0781", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5b8ce6a9a57141d085e5267c56c4a589", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7d4bcfa109d04462ade8a292badc31b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "28267dd4bc5d409f94c83ef7da439250", "region_id": "RegionOne"}], "type": "rca", "id": "31bfcb5613294c95bbca4a9e10b44fb3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d2cad87a60e84aa4a6bd72327a97e635", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f224b08074cd49088357db636057c21e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1e98cfdf46d54c3ba2381efd9c3974f6", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "33a241d7cc1e4959a2f376cbc71d177c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d2e235595da145df879746f88d5ca7a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "366b4c7a70b34c9f906db8900de7d649", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1768b2f68e3b47b3854229e943c9ca3b", "region_id": "RegionOne"}], "type": "network", "id": "08c29bcdd73e4913ae66e0754a3f8bb0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a1e1e91734af4f82acd2901ee066d55e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a82feb523d244209971eef99b308b656", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "501e056f0fa140c9b5767a4083064de9", "region_id": "RegionOne"}], "type": "backup", "id": "d40770f562ae43e9870ba5e26fd75094", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "58ff51683a974a3bb511302a1861b551", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "140f608abb2941a08d234b80b8b51755", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b4c1f7899cbe4f56b82114105060d03d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "fcedd11a60c14942a38495036539e1c4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7bd3db7e6902487ba270af6c183e04ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "075893e789ec475498daff0f983553d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "464891871096410ca38f396766da20bd", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "79bb44775af046eaa22721c3c81d9f2d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "dd4b5f1eb5da49fe8e8748e41cb12abb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cb33c13048b048c99bac5790d1d86aa1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8a846c482b434a93885a353146d2d492", "region_id": "RegionOne"}], "type": "monitoring", "id": "a985af67e37e421aa00c244f3d1b5217", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d76fd4d73ca04b86868e6b27b5650ff4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a014aa71ee0644489d5a5687b1af777f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e290eb6bb44f436daab896dee5a24444", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "687dd85ccc3c4b859aa9f881e005fddd", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1f70eef292a44dbe8bb2ced4863e7610", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9d7854d0bbb745d9850f937b2551e807", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9d7d82ab5e2246ec99a620f2b2d4320b", "region_id": "RegionOne"}], "type": "placement", "id": "649a1e17f1da48d78a6ed25cbad41fcc", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9abf8e54da0843319489141f63f8bfcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a7a72b09ca4348db8389efe7ee48b51b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ea3e18112d884d4183c8207852ccbd88", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ae92e78856214e949eb9a0aad1180c4d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "78295d26f7e34f3db405bd2504c1e74a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f46b07ed98064e8fa9a3ffc105ec5886", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e787ee8de6de42b1800cf84bbe2dbad5", "region_id": "RegionOne"}], "type": "ha", "id": "b0b37a3819bc4512878b1dbd67e9b211", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "924c6b01d1d54e208ba5f94305e850ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1f5a576faadb4d31a59b2413b57f78a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "0d8fd38f01a3420187e5a3bc4c270f9e", "region_id": "RegionOne"}], "type": "reservation", "id": "44cb31f5a64b4991bdd51dc1dfd1b75f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "013dfd47efa742979978e626dec7bf9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9534998e4a5741779ae088d50f811c67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "61397fe4ea594a43a3f2d601482d1329", "region_id": "RegionOne"}], "type": "function-engine", "id": "9825548e4c734374a866a985d01388c6", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "253c60bd258f44348456473b2f4c6331", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "80a7b2c3e5b14651b0abc2fce1c70834", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b8d3d42064a144168d803856b5b16baf", "region_id": "RegionOne"}], "type": "accelerator", "id": "e4f9d984e55b49ecb6ed9426acafb7e9", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2ffbdc5a35a448a38689632112364e7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "77dd780e581740e6a515347084286c6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "63b2b01f2adf4a02aa8e79ac0e71ef01", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b9a9a3b395a8415e8271dbfda1130e6a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c8f18c7ae461468bb6ae0acd38e1d3f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "16ea59fa5af54109aa1d490ac624f00e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "101900801c614400a556b7c9877f0def", "region_id": "RegionOne"}], "type": "registration", "id": "014c6e93a8ca4433abb4fa5cb4ae43f8", "name": "adjutant"}], "user": {"domain": {"id": "b15f69a3dbd2444f989cceb1bd2f4359", "name": "de72779ce47444ffaef42874f4491f21"}, "id": "6e47a16fd3584e19acbb339ce07a05ac", "name": "36dc207db0304be4b228ee3f2a36c473"}, "audit_ids": ["a8350c5e2ff54641a94930cd56fb91cf", null], "issued_at": "2019-09-19T09:04:43.016493"}} 2019-09-19 09:06:43,214 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,219 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,221 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "ad11a66ec5ab4cf2a763f4b64bdce8b5", "enabled": true, "id": "51d8c509b3fb4fa6b978579d58a23cbd", "name": "projectName-2"}]} 2019-09-19 09:06:43,284 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/quotas/51d8c509b3fb4fa6b978579d58a23cbd.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,290 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,297 keystoneauth.session RESP BODY: {} {30} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_both_project_and_domain [0.536715s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,847 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,852 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,855 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,859 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,871 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.786034+00:00", "project": {"domain": {"id": "d80964be2ea94fc0988fb2ecbd45a72a", "name": "73b4ee5897334fa6829f233c6327c33b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "52ae4cf0826948e8ab0ab5313c94ddc7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "056513054fa848adae877a6541fe6cee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5ff1e4a1e0204f09b220fdd0679cb9f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "27ae4ab139a04cc687684b7f601544be", "region_id": "RegionOne"}], "type": "identity", "id": "a2db9bfc7c334333a168a17d3698c8bb", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cc58b47d9f674684a0abac0ff7c0c866", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9a6ff3d96d954359aabe55ed80f0939d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d92292d31c284a97b70e7d55107f23af", "region_id": "RegionOne"}], "type": "compute", "id": "3da8f84e7d0443908b9f3d3ddc2e567a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "00021a7156eb4ccda6ef543ce6ab6d20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "62b46fe32ca049a3b0cb4f7cdd38c35b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6a5a0b0523034a10b084180c638264f2", "region_id": "RegionOne"}], "type": "image", "id": "bad67b41df9a4aee873c516e2cf2103f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b50d00f52568400d94b2d460b844ac17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "00d9a2ece178494d84346e57b765fee5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d208fb958caa4ea6ae89a5f1b15552eb", "region_id": "RegionOne"}], "type": "load-balancer", "id": "778dcef67b2b4dbfaabf12103aa2138c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ecf039c2f55f4300aacf9d2804fe375a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94152ded448c4a0fa16097a0e4a24c6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3266b0277c44bd3a4ff542cc0a84435", "region_id": "RegionOne"}], "type": "object-store", "id": "d9f02f34e93b4a1cab6eb35883433e14", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3d7c3f99407b49bb8d61a6132d07069f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7ec0bf27b9b3442db0eb0f3aac5a2484", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8d019690992e4f08845dbf6adb5eb9fc", "region_id": "RegionOne"}], "type": "clustering", "id": "7db362f783494577a6164e794c04c41f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "24a9779d8b134c40942547a195c968fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "393a843743f74eaea1340deb78f141a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "56011eb8e9e34fe7ad24012c17988227", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "dc42596bde574bb5909bce144b9324de", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a111113d6eac42ff91b561b516e9fa8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8f86c6731141489f932be6dd7f7839d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "eba82961de754263af092291e936cbe0", "region_id": "RegionOne"}], "type": "cluster", "id": "ce3067cea2324dcaa1b251e961b3d956", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fed3d30b5e8940808e5ea0c51f569fc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f7ea344db89147439a366e3b02983ff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "df39f06a498e4af9bc598b0a0ced00b9", "region_id": "RegionOne"}], "type": "data-processing", "id": "65aeb90e92b74868a9c87bfb6c4215a7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ce34cddfc8a6481687fab92ec25be1cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6d1bc234af604c238558322c47ff2df1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "60089a484eb440389e9060da0f1f5fb7", "region_id": "RegionOne"}], "type": "baremetal", "id": "2032e0231558458097f4e44a1809cba1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "68c9a39afac747b7a20e133f7ef9579b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "26ae931437b94787b258a6daa8457a81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "70bade6047394ecf8622be2dc3256478", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d06d027b219a4387918d28ca5762860f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "52b0d550c62b47729c255beef33570e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5511506312d34d8bad6aca179e97584c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "cd8c8a92b85440c689d8b6cfd2be0fd2", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "51d67226308341e3b327afe15d1b474e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ad7dc486ef7848b38dd2dce301079687", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9832555d768b4a18a99d8e9656ec5d7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "431e56a9d59940db80e36d1ea84220cb", "region_id": "RegionOne"}], "type": "key-manager", "id": "fbd1b16e471948ecb80b0dc4a0042540", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "126c0dad270540fc9493a4c885b0bc0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a8d65a682d914689adda6a962f90b37a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f03fea18880440d8a6887571cac700c8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "8607af0b3f8c4f86aaff00c1195a4196", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "50e6ba6dba89410fbef09c863edb194f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "72e277dd8c4c4779a38c52981409291b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6d9d250b8b034f32984a1ebad934739c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8a2b61555d994a79a79f0ac97889a6b3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f43b1b72923741c9848cd5d18276c9c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8e1cd8dc5e614c8db1e45c0151bbfd0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e9ec95c86a1f451caf9ecfb6c5ec5fe6", "region_id": "RegionOne"}], "type": "message", "id": "2f11e545443447ecb859f1d9c5343c6b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ef1d7cc2f95745f28ef8d9bc24e67ebe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ac0010a51e34415595678a0c6802be36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d8197c1443de49c68610849e319a80df", "region_id": "RegionOne"}], "type": "messaging", "id": "890a3d4f6d1f4671bd0e5c84bcfc51ae", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "788b9de9555d4335aba032a3b83ac1a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2a3f63c57da44100bf8eeb6877ea9079", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "bd311be48b564e258708434d63320eac", "region_id": "RegionOne"}], "type": "application-catalog", "id": "70e8fae967024ec397ad85823487dbbd", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e3e8bf2a971741609ecc039d92e2dfb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1b92aa21281841238db07ca14780955b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3c8516b01bb14f5a82b9ac565ef5221d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "bc4f6bf55c5d4b70ab9ad9d1940f3a40", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "415fd34033d446a9a5c8823567aa1ba3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "def4743d37a44d748d2c878bdf35edc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a97723e7abc3444b81a51c765a0f1641", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0334eaff6a99400da0384991ade77a94", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "37d7e824f7ec488882bc4403bed4e2a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a11539b0889042beb57d79db26acb3d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd8d72a18acd46c79f22d944e944409e", "region_id": "RegionOne"}], "type": "container-infra", "id": "31215eff64bf495a95abc80f986253ca", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6ecb322cda3e45d28b6f87102c2f50fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9f16737ddb254642ace6bdd57a8433c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f0f70d84797f485bad498d6bd4b44c6a", "region_id": "RegionOne"}], "type": "search", "id": "c82b9608f47f414a9c34bd9646f8a688", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "84ccb721bc274d83a0b7762882d00c2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "bc192445eeee49e8b5c428a07beec888", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "fb6f6789994740239fa2e3d561857fa1", "region_id": "RegionOne"}], "type": "dns", "id": "353acef0e7654194b2f13d0e0daa4e34", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "66dd0dafe89045f48a92aa0fd7aae189", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aa9aa53909dd4656814c13cb4a4e3d9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a54b091066d9418a930380924544265e", "region_id": "RegionOne"}], "type": "workflow", "id": "b27d4981b50c401cb3244b364d31b5b6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e4ac292c98a243bf88c398fe5ababb70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b2f3a3831c844132809caf0f5ae22e8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5f447a257f0d41619d7892038898c559", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2c728d8fd33547bf9656492578e570f4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d834ee07eae044e6918ebe492717a8e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c12d017b43674cdebb39b309b7c1e7fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "41e7c488385645c9a85aa8bc694828fc", "region_id": "RegionOne"}], "type": "rating", "id": "2ddb72eca74347ca82576be1f3c3cd09", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d1f974b8597140e3bfd855ade14cc9bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fd51f15048de4f3380535a28828a7f2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fbe4c3cb2d994846bcd4c293832dde84", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ef77a261dfe141abb32b0f1a8e6475a2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a1e5297dd97b4f83bb53c6ae64e64cfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fea07f1f82df4ce58899e08407c3d3a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cca8251612324cbc9cabcb895e44a018", "region_id": "RegionOne"}], "type": "policy", "id": "5abebfbca2e64d279aca908971588eed", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "51e8cce8427f47409fc711d125ff2071", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2fdcb1f0dbc54491ae65684c431a6d81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "acc9954f0be04e99a69b38caa0777d19", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "14b1e138d04747c58497419f8a3a24d6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "58794a3316224e7887d95106e940f890", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "699614855ab244e9a0caf3715ca68482", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ae22dfcc2c38454d9058f09c99f0c79c", "region_id": "RegionOne"}], "type": "sharev2", "id": "f5408a0dd68e43d889302b7fb7c4f5a7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d0697d9f21084dcba6f008d9d02478f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2f119c204a6640128dffc3632c923bec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2d33affb25ed4b75b52f2d686a6022c2", "region_id": "RegionOne"}], "type": "share", "id": "6e21f78a85e14a66a894cd6e5fa5fda6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9553944ca3cb440db1e5769a827c53e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b260fa3b660848738410df44a1648301", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e7a63978b9334351b8c26417d73c76bf", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4f5a0b7503244970b7f9787d087bcc94", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14328075df5545999f0fa36ba981b100", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "154f2a71ca9e4c3283e010d601f1c646", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "030a5c97051b4f9e84a2870db38b5d0b", "region_id": "RegionOne"}], "type": "orchestration", "id": "5f7b9bc18c554d70b29435c24cf3f7c5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b306ab18091d4f11a383ec75a380f05b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fa1ad00dbb043e38deab3afd2948591", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ebc640c735f4382a53eb778c0dff2c7", "region_id": "RegionOne"}], "type": "block-storage", "id": "5612196998994b08a41eef95bc96efab", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fe33e18d31849c2af42b477493eab28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e571780bfb042298dc56af02efbae2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "817d96dd78644ef1abe30266b110f9c4", "region_id": "RegionOne"}], "type": "volumev3", "id": "22b7b316038243fbb5fdd3b91f7a4bd0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "602c07b01b214fa59536d76dac5a5041", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "edeb37fee4be4cd9983983f7f4dc493e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a26af37987a4ec4aaf78f35ab022abc", "region_id": "RegionOne"}], "type": "volumev2", "id": "60decc4b682940419bbfcff84b7a60f7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e49146d5572e487580a218e80a816527", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "badcaf81f1614d4b88a3dc2dc6b9248b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d4e2ff7c85947c589a2044a094a002f", "region_id": "RegionOne"}], "type": "volume", "id": "945c270dc3ea40758d0d80f5668971e0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20b00f9734804ba89c7ade77bc2b801c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de7af7ebd99046cd8afbd31b41ee5009", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d1fc2f6954148e6a9c31e7dcf936d4f", "region_id": "RegionOne"}], "type": "block-store", "id": "41e0442155a049e6b28d07ad2db65a18", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0572eab0bcfd4c93844099db15a5379d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "254da878b83541a9ae158af37e522f29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "50f0983e55ac44a1aa1a5e1728a02db6", "region_id": "RegionOne"}], "type": "alarm", "id": "98e42e0bbd1b491284386d25b9dfec51", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d49a9303ac814f32a5e2b34a51fb3001", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "16d6b276fad542db82ed463b87f82cb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a0d2c893ddee4dc78ede9ceb098adacc", "region_id": "RegionOne"}], "type": "alarming", "id": "5afeb77e703249a1885ae89e6124a2fe", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "58aa2a30a6234571adee98b70227bb2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0895222785024a509101b1c043e2b60a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "dface465229f40e5b45a9c8424cb07de", "region_id": "RegionOne"}], "type": "meter", "id": "18b85f9be6924fa09d3cf542d41d35e3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "024e1a405f094a17b684d89752ee2291", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b22737681cea40078cdc1193364976a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2b9bbfcb3d7e429bbaa79edda9c6d684", "region_id": "RegionOne"}], "type": "metering", "id": "c2bb0358c3774d85ae23c5e963892598", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "54b7902784794673bc3f8e459804d8e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0d9235b36473467fa75d421e09f344ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "68a85aaeca624dc587a098ccf309a86e", "region_id": "RegionOne"}], "type": "telemetry", "id": "db821d2e36eb423486f70b09c2f0606f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d947200aa8c043ab8d2f6cc55c7314ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "858ce2deee88494f98071af08db0c16b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "03f35693ba434b1da3bc79b9d6a26bb9", "region_id": "RegionOne"}], "type": "event", "id": "501582e2c601469299a43fbaffb2c29a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9f93e85000d641c292772a0bc9f33776", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bae1124789aa44b69ada01cda48efb7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b8ec83a16af24e06aae424a188d38bd0", "region_id": "RegionOne"}], "type": "events", "id": "0e9c56ba840447e9a085e3b3d17eaa29", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f9b2a844a1924c369b50db0f06392069", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3990cda6caf64009903c00418fd61b47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c706f6590acb47c1aa46aae2bd97a67d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "bf1bceab567b4896868429de1078a555", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "62554e843d204a519eac1bbc5afa062b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ba6feddb8a214573a4fe1efbe6de6c20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ab532162f1b348d0a484f2183f472796", "region_id": "RegionOne"}], "type": "application_deployment", "id": "7e6e7ae4fa9e4d5ab5a5d88c6fe9f255", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9cc2ad70ae124d40a7f66fb16226789a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3ce66ed44ebf4a30b903d7801f0c691d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "887e2a74031e4476900643053ab9412d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "35dddc0093d74459b2376c8f8c48911b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "aceaa4419bb2443ab94e95f81e8f4291", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "678544d5b9564a9b9d494e25fe45a21d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4c83d5c6573a403b955109122f77f4fe", "region_id": "RegionOne"}], "type": "tricircle", "id": "73ac03867f614adcb181ae1f2a8b3196", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "4c4e1c0bf0114926b9b17d7cc6f6907f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "8db6748be3b94f52870a6f5207eae888", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3f574aaf125140b7a7cf3c1392a1d66a", "region_id": "RegionOne"}], "type": "database", "id": "d62f53e5e9974d808de727334e75de13", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "80050eb7ce604e599ef88c719626e302", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9444c01febea47e9829128fccc758ec7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "46bf17a7555648cc8d0b68a9c972c2d4", "region_id": "RegionOne"}], "type": "application-container", "id": "74b353bc2982481e8354fe87d1c108e6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4c54e238134d4f079e64e9c25dec91f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4a5ee343c22c45eb9e37a6d8f28d6420", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "eecc59368eeb405d9b16cfd66f855ff3", "region_id": "RegionOne"}], "type": "container", "id": "e24b852c6aef4711905c8ab8d43c4f95", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f3f2cb3d20a9483980c5c3c3343552df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "607800e347194ce7be28e5b2eb2f9dca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "41ec9bfda1f845c3aec48e547ba0e660", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "156792f0b81c4638b65aaec7a38930e4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4735cdbfb78e44859b734a189742d9a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d2d48e1ceb584c6f9bc04026c2a8c0b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "abbbe3355b9a4e3f8e29cc6750a1fba6", "region_id": "RegionOne"}], "type": "rca", "id": "b06a936b17da440f9168bfae2623ece3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "39de5d0ddc804b248c628aaa9094bd69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "edc776dad6b4493aa7f8ea066498ba60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "dff1d517a63147ab9702a9dfeeb678d1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "9f972aa876014efe97e4a7cc91c32be9", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "07bfb05a72054c4daacda0690e0b7e30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "971e4cb0c0364cf9a80dd8adfb6fdbc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "fdf61fec41e742ecad2d3b2554ee3d08", "region_id": "RegionOne"}], "type": "network", "id": "2ec01e5b5bd0491a812a5fa6a71c1417", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "b7559b65d0a247a5a1cb8b43b25c710d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1f1c523820054fc08d699c6a959b77d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "61b15f252c474cd49afddace2fd3a0f0", "region_id": "RegionOne"}], "type": "backup", "id": "5de1aa9a327a41b2afacdcb4dfcc147f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3e03575b537340e2aa1c34b914cb4cd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "86b2e6a66a44469b8b4b87aaea829ced", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2901e8f068f145ec9bad65baf0fd1afd", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "582386ce316c471d92f3d94346b09535", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "53554d1ae3374f39aa4c63b194d4842b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "06f36befb6dd46ffbcb45d847d6f0873", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "13a4aa1310eb4e5cb3e582b85b392881", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d57095ee73d2412d8808be9b43a44214", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1ecf58cdc1ba44a58903b11c881f496e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b949316021dd499ab80aa24e7e927095", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "86602723740b4c9c9608dcd66b8d3d35", "region_id": "RegionOne"}], "type": "monitoring", "id": "87247414f1994f719b410502e2a0e48e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "66c3b650886747c88cffe600b37efde9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "eb7c4f05b8b74e64900e05c3d6cd71b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d28a56a4410947f39edb4e986efb6903", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ec105feb709946bcbd6a96a1c2b4877e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "fc999019fa074c7e916e49fb8702eca9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9e4ce6230a834305803423d0a295121d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5914dfd93c73499d8cdf73a5c0d402b7", "region_id": "RegionOne"}], "type": "placement", "id": "d7e8e723ed7a4e7db3e9a44f28266300", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3ffcdd9b9f004d8a8e205284f7340f07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "15ab38af03fe456e9f43e1cfc93f9337", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f225e6d16ff446309df9ca8a644b95cd", "region_id": "RegionOne"}], "type": "instance-ha", "id": "248d39e76de24b65bfb670f568b31ebc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "21670e1bedf74313b94649a1a5cd89e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "241049dc11dc4ddd8a31ae1ce2de6f86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "14251fb120414e55854272675d97906b", "region_id": "RegionOne"}], "type": "ha", "id": "74e57310ba3d48a8a65e3fbe6534b366", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4459bed5b8974a7e8f8f93db04a5dd39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1155c673059346699236b3d4acf99aff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8f554221d79e483b9025af7a3642d9cf", "region_id": "RegionOne"}], "type": "reservation", "id": "e3f4fea151b840c5b7d36242c36fd224", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6ca8452c1bb74a8092e6a9735515ae7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "16bc7bd401e14e72a270b4f0e27cd7c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "46a11016dd5c488fa2c7bb6b73dbcd75", "region_id": "RegionOne"}], "type": "function-engine", "id": "fbd20941c0294c25b6a8ac8c20daebc7", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3f5fd950d2604f6e83ecc9ee34372b5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9f8928766033466e9e696aa8bf145877", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5bdbac62b7d74c849e50281f1c2e1c63", "region_id": "RegionOne"}], "type": "accelerator", "id": "cc0ae67de2bd4611a37c6cf6e6a2556b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "300b1dd35e98435183a0c79b95438d88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "41826a9aaea14de5a0726a75f648d669", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "72d4a870bd2341cdab482236d54babb0", "region_id": "RegionOne"}], "type": "admin-logic", "id": "27307647db4948f4913bd85935f9dac7", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9cd1d924611b4ae49fd0c0f9aa185d4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "69f05133ff50425ca4486a376ed9e1c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cdc78983b2eb4a689fe1c0ba507624b8", "region_id": "RegionOne"}], "type": "registration", "id": "ed897587f7d44dc8a6016e68a8efea53", "name": "adjutant"}], "user": {"domain": {"id": "6c53497656104d4abe7ad2ea64859f01", "name": "22ec122e921642328ccf56201aa282ab"}, "id": "2130e18ee5604311aab19d085883a450", "name": "2bf5ed7ad9204fc4b4e7dbf4262278a5"}, "audit_ids": ["848d93d8dd484b63be9152a9cc8c89ef", null], "issued_at": "2019-09-19T09:04:42.786034"}} 2019-09-19 09:06:43,054 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,059 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,062 keystoneauth.session RESP BODY: {"roles": [{"name": "d8c837fa5d2a495980d4b72a96ce9b92", "id": "beaa3577a6e44e77a3659d621a8e4438"}]} 2019-09-19 09:06:43,099 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,105 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,108 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "cc42411e748e42e1a695cae3d3d313fd", "name": "domainName-2"}} 2019-09-19 09:06:43,130 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=cc42411e748e42e1a695cae3d3d313fd" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,137 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,140 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "f7e9a1bdca254ab780dda44bdce71126", "domain_id": "cc42411e748e42e1a695cae3d3d313fd", "name": "username-3"}]} 2019-09-19 09:06:43,198 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/projects?domain_id=cc42411e748e42e1a695cae3d3d313fd" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,203 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,206 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "cc42411e748e42e1a695cae3d3d313fd", "enabled": true, "id": "4a296563cc494f7296ea77cedd81702f", "name": "projectName-5"}]} 2019-09-19 09:06:43,259 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=f7e9a1bdca254ab780dda44bdce71126&role.id=beaa3577a6e44e77a3659d621a8e4438&scope.project.id=4a296563cc494f7296ea77cedd81702f" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,268 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,271 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "4a296563cc494f7296ea77cedd81702f"}}, "role": {"id": "beaa3577a6e44e77a3659d621a8e4438"}, "user": {"id": "f7e9a1bdca254ab780dda44bdce71126"}, "links": {"assignment": "https://identity.example.com/identity/v3/projects/4a296563cc494f7296ea77cedd81702f/users/f7e9a1bdca254ab780dda44bdce71126/roles/beaa3577a6e44e77a3659d621a8e4438"}}]} 2019-09-19 09:06:43,308 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/projects/4a296563cc494f7296ea77cedd81702f/users/f7e9a1bdca254ab780dda44bdce71126/roles/beaa3577a6e44e77a3659d621a8e4438 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,314 keystoneauth.session RESP: [204] content-type: application/json {7} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_update_qos_policy [0.339952s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,176 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,189 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,193 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,197 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,212 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.080173+00:00", "project": {"domain": {"id": "2e2f5b92e2114381aa419526514c1b9e", "name": "4c94bdd9e2b7409fbb2d955cc6cf85fe"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d77c4cc4687345d8aa522ef723a67725"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "74081084c08d48958cf56185b1946010", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3fbdf9823d13491289b4d61951630c1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ac606bea384c47c5a370db153fda099d", "region_id": "RegionOne"}], "type": "identity", "id": "f751fbce99d5488797db3664a0bd7477", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c82da5c202ea433fbb16e75874d9ad53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b8eeaad040be4456af417d07ce4abb19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "911efc1434f4488fb60140673d05340b", "region_id": "RegionOne"}], "type": "compute", "id": "8160c9837ad24f1784c7bf61b5154840", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d5f56b6ef3054b079c44a0578feab2d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5af941ac3d5e4659aeedd6b77f2e770c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6735b63f536a4ab9949743a80e49c672", "region_id": "RegionOne"}], "type": "image", "id": "206a6ada2b1f4d8fa092b13820d7b2f4", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a2cd05b191b54a24aff8c063d087abb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1d6f344528bc485a8604763ddf1b2732", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c73e2b0dccdf44508dfbf9b742711309", "region_id": "RegionOne"}], "type": "load-balancer", "id": "6ad8486aad8a4ec68a2e5b6ff986d65e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07a8b2a951eb482e9a592a19643e1340", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85a635dbd787479aab469b5012ef5ecb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25391d11460f4e7e86fadf53c41d41fd", "region_id": "RegionOne"}], "type": "object-store", "id": "ad8e29d11fe84781a85f774af6c770c4", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ed4129bbd3394c4fbda2b56dadc25169", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "73fb3b4d53314b19b3b73c929148bb29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7cd383f85bbe4d9ebeb42fdbe134ed57", "region_id": "RegionOne"}], "type": "clustering", "id": "2eaee2ab86d64ed8bc9aee59791ddd67", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "260c931e86a344f9ac3dbeff2933d719", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "76fa8a482d6243e4828e35900504dd87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fc7384d09a4f4eac82e737dc6eddea61", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "00153bfb277c4d5f97dd18ba14a5a3ec", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e10121dff3224df9a87dcbab24ae9aec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5af179235c224b959e899030b5eb1f42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bbe5452f811548dcab1c5b4ae399da31", "region_id": "RegionOne"}], "type": "cluster", "id": "7bf1616e0cea43b5bf9859ea8b4decdf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "43b9318abc8a4a429129ccae4cfdb25e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d614c9f136c44d4bac9a6d9d7d7d0b5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6f89b8a8801c4de58cc70c60eb11a50a", "region_id": "RegionOne"}], "type": "data-processing", "id": "78002a5580914267bcefd31d5ac8cd76", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bc5f923c079f483e9cb9470848e2e755", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d76977e1dd19442aab4080f5371fdc8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8c16de5dc0154f28aaa1693d38fe8c30", "region_id": "RegionOne"}], "type": "baremetal", "id": "fea066f9d3bf4a1db65c541b6052af1b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c200d211b72b4dd39fad86a369710608", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e153dafce03a47c2a70f6ff71aed5041", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e9a1dc43260a42f988a5508fcabdc976", "region_id": "RegionOne"}], "type": "bare-metal", "id": "954329d4fd6a47359c17a4a9a6786a10", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "00efa5e1425d4454a83bf0559271b52a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "99df1e89deae4a5283ba8c81e1d66d68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "32d2e7761e33436e9c3d49c5c6ecdcee", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "10fdd11594ae46039af8fa3d2a13cadd", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6f88c987e37249b18b5389e6e6f4a3f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "95936ffee61342819466a005881bb341", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "150b1298af5043e39e2e9e4b7b0001c5", "region_id": "RegionOne"}], "type": "key-manager", "id": "5e18ea4904dd471eb6cc964a36137745", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "008df289b3454187a4f8e693c8afcb1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "38cfa6af0a43424cb51b103965efa4fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "679765e281a240c28b8860f52f66ca7c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "92ee437bcc4c4cf9ad6069b586d57a86", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "97843c3acc8740aca7a46542d2f8f088", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "329e69806e784d28aa66c164ac0c5528", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "307f0d8201404ae4997a5965f1186658", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b85f31af05b14b929e9a3a15bd19888c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "09af5dca7ed04a2a93a5a94ad96d7db3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "034f9b70c5de4d0085a74423d8dba673", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3d7c1cff39a246069de71dbb88a621f5", "region_id": "RegionOne"}], "type": "message", "id": "dceea2a1e3634dedb51f4b022ebdbf4f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "162563a77fd845e8ab05a8c8e6000c79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "67efea28dd144493892c5091856c6577", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "146397f6559647299fc0525491d5d6e5", "region_id": "RegionOne"}], "type": "messaging", "id": "3424732cb10a4916989f203011567265", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4ec7571db71a4e6fa277cfcee13b76c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5c45e1ef457d424885fd9b58acbbc309", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "eb3a3536976d4009b40a4bf0d19d36b0", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2c1c3d59ac1f42088375f704208ea8c9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68d9e939d5ed4737a4608a472eeef2b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e911f3fdb2b5489c96eea8cb8185224d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cb709e3202b24097926da5f14b48f9be", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "60e74cf9dd144190b385e91df6e5bc74", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9bdd6df655e34125a84a1d900a513495", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "823bfd37cbc84ed7b6e3f4449d3ccdc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7e205b38e533473a8d1b4d1ea18e1cd0", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "210b450da3df419fb84305a47f8fc0de", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0400d0f8fed1412bad01d4ce005b3bf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2b4dc545aa5b4369a9e7e812d4a9aff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d7d3504cf337484c863ec6353dda3b6b", "region_id": "RegionOne"}], "type": "container-infra", "id": "e2eb72c024174e11a1f457f2d55ad86f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5c5aa9d0ecbf422283059751ef70c878", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "be2deaf3c3b449599a07c8e85bbb14fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "11712e26e82f46f781ddb8b924cfcb22", "region_id": "RegionOne"}], "type": "search", "id": "16edf873b180445aabaaa40c61fd12c0", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b14e7c2aa01d433e9718c7f324279560", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4ff68007d24a4450a979414e5fb8f2f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "eef638557fb3437ba4c70f53d6b8988b", "region_id": "RegionOne"}], "type": "dns", "id": "3916ef9d2ffc4d658b74e5861d644e5e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dc28277be6a34de5bf8d6dd5b073f361", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f7f5b84c7527408cad69ab688f55072a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "dbc1aaa88ef84a349e52dace41053e20", "region_id": "RegionOne"}], "type": "workflow", "id": "a6858fce4baf4ffa8b254a25ccc7f4ec", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9be60a34382f46c7a9319e9ebb23229b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "848c182eee8f4dff9fc19fc98a8b7e0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d7f85a8cebe64d00a06223c67ee9171f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "591ba0e7158d443692e738d83d8910b0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "3d3e3080c6134b15afe7088d24a40c79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f30370cc3cad4e90a2d644283bc2aca8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "dcea179e896b4959ae7a77a01e237806", "region_id": "RegionOne"}], "type": "rating", "id": "96726be41ec044709b5c1cd52f9e0a32", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "30e4456baf974423b9e12e677f7d6073", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a7bc609c216a4ff1a0b9792e2768f378", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d763229ca44c4783a425187656691db7", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d031936e03da41ef82f33977a48b9089", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7c07230bd1654f848a0b2ccbbf310bbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1a659783bc9540f6845b6a3fc91138bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "74cd77ef7d5944ff99878b82300ce046", "region_id": "RegionOne"}], "type": "policy", "id": "0d40cbe7f0374ea5a13ff8e20b14914f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fc9e3019b36c4c4e8dc7dcab43a4dc3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "40e9b908b22a4750b7bdf2c0aad0c102", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "53cb13d20319491c9659ab6e3c4ef99c", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2d2320ec53444d1b882ffe7dc2c0d7fc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3e0439c04fd04d2e8c3780bc771f93a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "95df4d4f9ff14d1584375b476b4002b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8f2cbd7ddad4445a8317f74dc060026d", "region_id": "RegionOne"}], "type": "sharev2", "id": "90583a48923142498c04023087a18ee1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c63bcd014a75479385cba21ac5b1e07e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bae61efc71be40d29e50555bf0e5b17d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "66a21f047196434cb9dc203196fb1c84", "region_id": "RegionOne"}], "type": "share", "id": "4f35b9c09e1d410096092de69da44a92", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5127e0e8edfc46d2a980987603b09c71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5de50b2ee46f46098d3cf79e924c3c53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d33a697ced8543f9931db2089e9f75fa", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "508ed230e5b5458fa827ef4503954f2d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10a291215b69496aab2c31eb382e182f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83a9f9c9bea24a438381fa87cfeff6bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1bae9500cf240baac8a003e61663162", "region_id": "RegionOne"}], "type": "orchestration", "id": "fd83c27e8aac45f483d5265d62017cf0", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ecdd401701e4b33a09668922a7821c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19068dde4a1b4cf181ecb1f1e607f659", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f53c841b0b5462c8405c12cce02c94d", "region_id": "RegionOne"}], "type": "block-storage", "id": "08ee36f8668640c3935446df0c51e374", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c899d925fc084712ad50a864a339e5e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c19ba16da4243f588bf412729943501", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2eb6ee18e4044abae9e2e2b416ba300", "region_id": "RegionOne"}], "type": "volumev3", "id": "9d121a24a19a45d0afea54a700b73003", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ca7078797eb4bf1ae8ff96dc6151d0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3b075622b5a4145af3ad76cfbf604dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f8a0e6a366542bfb688ae047ba83c53", "region_id": "RegionOne"}], "type": "volumev2", "id": "f4c5174bdd1a4682a816414e7a539404", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f3174d4d8d74dcd87d00c02c2b07155", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26d8cd61d8954f5c9b27f2805242a77c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "682337aad0cc4590a6d6da4c16979f61", "region_id": "RegionOne"}], "type": "volume", "id": "e0dbdad3caa247fab6d01e2c7fc19480", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45e475925ea34929bd8229c57b4ef6eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3561f16fb42d4c37885e6e2cba255da5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d2a18aeb0351480898c313ebd89bffaa", "region_id": "RegionOne"}], "type": "block-store", "id": "69eb08f14af14b408b490e34758b4fc2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ac8f2832ecec47f4961fae8a07cb62f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "76888179fe1f4e42a2f4fb7364657276", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3999d81576d544188c15372d9a10b2e4", "region_id": "RegionOne"}], "type": "alarm", "id": "63a3e286e61343c8b814e8e10c044759", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9fcf2a249caa4160830922dafa7a958e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c164a9c533b64c288cba81a46267ffac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "81cd03b33c344ee5a2e02388dfaa1024", "region_id": "RegionOne"}], "type": "alarming", "id": "9f7ef36db69848a9a735f48219b89afa", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7c0eb7da5680438ca905fe25cb10fa5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1c30b9b2fdca49938ea24fb8dca5a3dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "536c61fa4ac141989774d4317dc96e03", "region_id": "RegionOne"}], "type": "meter", "id": "83147efe0e424eaa9c3a174d7fb3f717", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "66f8046d0ba344ecadeb4a3a92b3854a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1605ca7d4a384accaa682975ae8a2e0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1a6f9825b6e343c2a5aa4e2acdc977ed", "region_id": "RegionOne"}], "type": "metering", "id": "6ee7851ba86b4f29b3354fa4a66d7a83", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9132409a2de84ec5a25f6cb74f487981", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0e9c0b69d2b14115a555f929f7199cd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "951d352f24434eddb3023f71d1393dfe", "region_id": "RegionOne"}], "type": "telemetry", "id": "9e481f7234ce4d97aa11b380135c3d83", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4b0eab876dff4ca3a6923a2ded63be73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c8961be7d4b04dbe8c1301a3ae312194", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "46847604da324d71b48a58f8cc4d0e31", "region_id": "RegionOne"}], "type": "event", "id": "736d72e51f784299b97be2830b05a877", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f7bc5cbe12cc47c995f8a207a7aa4dbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "275a969a854f4b739751efedab2cca48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5103665ef2bb43879ad2aa449e448e7e", "region_id": "RegionOne"}], "type": "events", "id": "9fd29bf60a1448b69bbed6167260555b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e5d3fbc3df78407d885fc478d6f2436d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5f7376e348a142f4a710344190ba9797", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "506a16913a92400ba514558068c959e7", "region_id": "RegionOne"}], "type": "application-deployment", "id": "96f62d29dc9a450bb8b7b731b474f000", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2fe9e7e72c4245f1baa3e7c59f011f9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9160a11301644d15b02d55e4dfacd6bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "277bdc186797470380a7122fa52aa57a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d5f4db927820499ba9e93a91ba224d86", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a311010f54b94a1195c55f9710fee31b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d37d9f2b67d34f4db802d611c03b8a73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1d60eb0073c344e7ba693961ed87c29f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "67d422aae39a4d8d8f96da339a0c233a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2f6860b42683462e945065ff68721fe5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b535d6faa9eb4464a4ea51e0c9f75277", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a8b5708ccced4d6cacba952e02c92887", "region_id": "RegionOne"}], "type": "tricircle", "id": "26e736a395c94c188c896e9a89b260bf", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "15de3fa545284d1a9e8eaac93370fa76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a133d03d3ad84ee1a798526731602906", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a73e9f304d034e60bf626205377da7dc", "region_id": "RegionOne"}], "type": "database", "id": "972b0fce4d334454b7bd1d38569bcc51", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2f514ac2523a48d885665b19e4941915", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "55f5014025c14e01a02266cce47ae0cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bedbb285ef7043deb640961e19bdef76", "region_id": "RegionOne"}], "type": "application-container", "id": "1075e88b91be44309c0ea4c8583cbab8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "89b7f25d55d04dd7a644bc60ec4573c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "976302ee649d4db8878466063d4c0a27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "62b2ec14bd82473e8c68c06ee6c27bf2", "region_id": "RegionOne"}], "type": "container", "id": "c238c85781b345da94de55ef72daa9df", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2bba75df7eb347dd9d283f6b0a3af243", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b1992a1309ad43939b1453ffc365d8b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "123ecab0cd18449d8255760fc38f4aca", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c7181135e7b7496badb5a7d7a84899be", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0c8420d2c2c54222bafbb54d766d59b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "66a8a10b6a7b4ef495221fc9a3c609ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "24fc43a67796482aad9e38c19b27ae51", "region_id": "RegionOne"}], "type": "rca", "id": "e740cef4633c44c7853ab95ef485d0c9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8a67975ea7294a05b8ec50b2744133aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "897c241e6e01453f8aed8f4cc6f5c86c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a77f1fb34f6447dda5995a33d22863b6", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "8665e73c14d04847ac9ef93067420376", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "35ef1a7e45714b1eac3865f2c116ed0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "65e36300921b4b629cabac1f40cee046", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "30d32d0d04e148a5bf50e7540abf2b84", "region_id": "RegionOne"}], "type": "network", "id": "9742f9bd4018444e9995c443e02da31c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "da30a042726c41a494b0aef79224a31f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "de2aa6b443ca4e5cb8fe7e8481fb1488", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "bada2b73498e4b1fbda10541b6cf61cd", "region_id": "RegionOne"}], "type": "backup", "id": "0f94112ceb144503b083bcc9d36127ea", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "437b29e082bf444cb2ce4f64b2c7fe95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "097976466ece4e4dbb1849933bb57385", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "54d2333fe87941e7aff15f5b15e41791", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "09a9482a42024e2f827dd10a8d5b707b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c1226323e70c475aacb3137f1600d62e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "472db63bab2a48a3abf27c18bfd0adfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a8545fec1af9446e9362dfed6c5f1b6a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "adf3fd13289b46d1b25cca6a9f94445c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "eecf949543b44e9b843ddfa6bb887c47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ea5edb88fb094400ac42b26ecdf0c5f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "58eb8f38bb8141d9870033f1652e3f04", "region_id": "RegionOne"}], "type": "monitoring", "id": "846cf9723b5444f7905e9466485e996e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "45a750b12ca04b5e8491f616ea6e3c0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "df440bae315f4a7c874fc004e0fdc0de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d9830c94f66a43868740a7c871ccfa35", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8ce961753c0f4ccc9d28a87520db7bee", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c64d9caa08bc4d01bae886f58f456024", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "252c911b59f8411d97dce9d7f7198d1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "172b8c4d5eb94343ac89bbd2a451f954", "region_id": "RegionOne"}], "type": "placement", "id": "8a596c5282a346f5bf745e972b32c78c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "03cfc38204b64f2aae89cff6914aee29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4de5a8d263cc4d95b8e9f6dd51e34c4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a3bcb3d256884623ab6f1d39e112489a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7b3bfb6f222e4642b42d6e65bc3dad53", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "31bd308f306e4cc59bed150733601e7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b8ae65b2c4524256b005bdb2f88758a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "daf3c9d7b5934b85a9e782241b4812aa", "region_id": "RegionOne"}], "type": "ha", "id": "46de2575743f42339dc7905ad71f2267", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c3c5274f7aa64556bdd03ffd36c6b85c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f4963be53665423c90a8b03a29e278f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d4b1cfbbf7f5493dbe31987810a059a6", "region_id": "RegionOne"}], "type": "reservation", "id": "a97be3e8f3ca409ea1867866bb72b920", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a35cbe88c2ae4f5fa97a366da1ef2452", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d1451593ced74c85b08c2a9efd949612", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c2a72a40474a4b9698d65fb2c3c596ba", "region_id": "RegionOne"}], "type": "function-engine", "id": "8e5169082b8547f2b7ba9146307d87d0", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "cc4f948206244743942a0ea88045214b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bf7bb5f029a14fe787f626b0375a9f20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "979a57dd300745d19c281cc41425b4cb", "region_id": "RegionOne"}], "type": "accelerator", "id": "d025224ad3ff482b9360170ddc1c67ed", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cf0ef8feacce48e9a96f40318993f3c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5738d3e5dd74411f884ed30de602ba1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "892c9b587d044915b3ddbc2e7d63c6cf", "region_id": "RegionOne"}], "type": "admin-logic", "id": "adccd69c8ae34abd9c30b814440489d0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "16347f9128b041c0b2c9d7a961a0cd1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b5f72d1a7b8e4002a50a1c5c7d46d80a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5f1abbe2e63b425eaecab277c266e843", "region_id": "RegionOne"}], "type": "registration", "id": "083330f442dc442db35ace6046d9cd15", "name": "adjutant"}], "user": {"domain": {"id": "c570f8eb171d41099c774373a2295bbc", "name": "47eaee410d18414b913a16a35b485280"}, "id": "f04275e0a2b642d09c97cbaf345f1ac7", "name": "96266eb843364f07acd90c0e7c7a687e"}, "audit_ids": ["bba1d13dc98e49839acaace8065d7fe0", null], "issued_at": "2019-09-19T09:04:43.080173"}} 2019-09-19 09:06:43,361 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,367 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,369 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}]} 2019-09-19 09:06:43,374 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,379 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,382 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}]} 2019-09-19 09:06:43,386 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,392 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,394 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2019-09-19 09:06:43,400 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"policy": {"name": "goofy"}}' 2019-09-19 09:06:43,406 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,409 keystoneauth.session RESP BODY: {"policy": {"name": "goofy", "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "is_default": false, "shared": false, "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}} {8} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_create_qos_policy [0.259462s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,057 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,063 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,066 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,069 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,082 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.994128+00:00", "project": {"domain": {"id": "7b784973d41747498008302f62ce729a", "name": "7b31146df81b45dd86311c13e1193f35"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "78e2240542bf42cdb0042cc9e770fb25"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0fe50b67cc3a4c93896b79459c0d0d8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9681bbfdad294099a6fc61e8a3465ca8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "72752aae48594803ad7c29a283525145", "region_id": "RegionOne"}], "type": "identity", "id": "6e87123cba774e2aad0ac734fc29d907", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e885b23547f84742ba14dbb3cf59f101", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0e7a7366448246f8a8d1e6dd4ce03a5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "83f111d46dd644aca16c17ace0e3f4c4", "region_id": "RegionOne"}], "type": "compute", "id": "3a2de71ecc1748ff941d82d056c20f3d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "0f3a3b9e5e1b41b2bdc85d5c2bd82ce4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "dd012963fa0b4a6b8db6b65f023bea84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6cc0303635bd46da9d18909965bc577f", "region_id": "RegionOne"}], "type": "image", "id": "ef2383d1a6ea461c86c811b79d87765f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bce679090d7043eeb031b43bfde92872", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8ed7bd99c27f47e3a3781aed51e70a71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "86cf7ba1bf804fecac85ded3619331b2", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a94409850ade430590ff80a34d37265f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7cc50d80c4ec458498f1a37af7c1495a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00e75c6193654797a828122cc1a29cf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b72e1d120a9d431b820b92007d3b4ba8", "region_id": "RegionOne"}], "type": "object-store", "id": "9fb0a1b6a46b4e46aec04b492b64af37", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "71920d9f1a224c2d99d22c289e810adf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "51dcd9353b884200bb96e96ffb2de9d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4acdc39483cd48b6b0e5d2d7177cfcc0", "region_id": "RegionOne"}], "type": "clustering", "id": "00bb4279fd144a11a57873a7f8344b15", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "265d084ab01e49c79b6f57f4e14992c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e1bce12264fd416e93ab1e317207a2bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ce382a756f8246d69e5d5f50ac930ad6", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "0b4c26a2de2848f4ae6f9c62464d0fe0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "74143c3d8fc742e0841ab2520058ae1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d71a5b62ec0a46ae935277644805a7fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "194b28bbd7f34dacb8c6caf85c6d7980", "region_id": "RegionOne"}], "type": "cluster", "id": "d8405efc69a04884a0371e68cf2c5760", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9a6ce7281fcb4366b8f65483247c8530", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5f965e78b4c04858bbef314edbdfa333", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "316cde7cd685489b9010120ee43c86fe", "region_id": "RegionOne"}], "type": "data-processing", "id": "ed76640966094011a56fcf9e4f062961", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3ef55312e3a8472eb1312de63b4a1fdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "eebb1c8304d94aedae4e678b03c6e468", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ca2de468264b4299829b1033f9acdd5a", "region_id": "RegionOne"}], "type": "baremetal", "id": "374718b723f34a4d9a0876cbc2b9a35e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e91f87e1c690438f942e527f02284d28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "18fcc2ecdcbe411c9ef21d5b9a217ba5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6b48921d48564ab181cfff9310c4594d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "955b751d77e240f592e98c94022a22e8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dd611cd01c5d436f8a2e6b0e13c15718", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "98990343743b40dea135275ad6e58ab3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "53fd624a8d8547819b6fdcd0e6da2e2b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "89c34c02f57945ec82f4089eaf46d8cc", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e9aa94f784d2469c954ddacc3203847d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "277bcca1a7154a1887e28e684bc1bcf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e98c80a33716484f9867eb6339207f8f", "region_id": "RegionOne"}], "type": "key-manager", "id": "38cf3b448812409dbdc7259c95313dcf", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "252cfc73a48c4d7c8a06fed8a4fc532e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "278310c8c14f4a7fbbb7d8af1fd8a8c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e9d7f09c0098426f8779382884cb11e7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6d1f0f2171624e5b80eff5d0cbe98227", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b6e5328c5f2b40c1a441e5d3d628b5bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5a41665b34ea476f92ba95822fb7c034", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a586e887e65c4308a66163d28c7f02bc", "region_id": "RegionOne"}], "type": "infra-optim", "id": "77275294cafd40b49def463aadb6ab52", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a7d7d8f5bfe44adea621112d4938d645", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7e5decc6bf5c4b1b896057db1e880c16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3d910ff31d354f0b8d66c9207d311f80", "region_id": "RegionOne"}], "type": "message", "id": "ebb19b2d2c704324a9bf1c135102ed12", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2f0240b3aca44820ac38e9aa27a19bfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "fc0f439b304547ce9f828191cc3260a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "96554ada7dd34471ae8661f3bf386a47", "region_id": "RegionOne"}], "type": "messaging", "id": "4e9f880ed7cc4a6e87e7c814f2aaa7ee", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "45aa4bc0a6814ec495b887e0066a912a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "df96b0d53a9d4d74897fd54dcbdd5203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8771f72762cf45409658bc7dfc88249b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2a6dc6a67270458188f81d365be3de88", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c3b671b6bd694bc9a947b0b849be536a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e3f5092084149cebfadab392e31f7de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a158b138ed8b40b587db994241a37aaf", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f06433e1285140b9ba6ff83e736c5b34", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6127ed407d7a483b91c8461e0ce2dba8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7a5b9f42a88648b489b690d0815d201c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bd574e19c0034e8a8f678a54d3394c55", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7506d9880d1c445196ed6595e7c39f74", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1e183bb1d7954ad4bf55e89b277f2d4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5fce5cac460a4de4915cf7e4f6846243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d67c94d640734a8ea6c61e606db090da", "region_id": "RegionOne"}], "type": "container-infra", "id": "5d292826acd24a23acd9a5ebeed16e94", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6b8b042d240748c69a8e7e36369226dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "67dfb93a5d6d435aafdbd7262e81af84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "74a084168eab4c83836e5fa92fcd270f", "region_id": "RegionOne"}], "type": "search", "id": "a268d352db09482ca08ce04bdaa56437", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "cddb8b81d4fb4432abd9b9d112a8be3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "76ec0c5e3ee144588b244f4e5c4ab401", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1f962f63c30c4931b415d42ca4014589", "region_id": "RegionOne"}], "type": "dns", "id": "fbc11bbbc446433f9445f22a0bfa3cd3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cab7616f4a2940379e69cdc2b2fffe7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3454a6e883624a708af0205265bef571", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1aed9b0f11054f7c8e7a0ba333e79db5", "region_id": "RegionOne"}], "type": "workflow", "id": "7dd56619b4e74cbfb0335a488fa290dd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "feb4880408f64021b619c1e5ae9655d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a7f0ecaef36c4eb6bbb1b3fd3b5d9e79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a2e7685eef5844ec83e79db5f01a64fc", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4b4812a1ad8c4980827916c88bccc7ea", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "30abf83141e04b388f50b06e4b008091", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b7af2047f9544c6b82c0d3b967c6d8d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b2eb5fb5611b4508878aa644ff439c92", "region_id": "RegionOne"}], "type": "rating", "id": "73519f89d406427db7c42b08b7c41711", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "16021451bfb7443f87b09a402a659b9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8cbab6e432e04071bbfb109b74e2e848", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f2b99a4a60c64913bfcad9af646ac340", "region_id": "RegionOne"}], "type": "operator-policy", "id": "bc6ebe1b65464736bdc5eb59c3a60bf5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cfb78b56be694c41b4a21f0dd53d7895", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1a0ae4a788f44b3fa0cb8a325affe773", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d9fd6d7e9c124bd284f4228dc5c93dea", "region_id": "RegionOne"}], "type": "policy", "id": "53e110056a4346c68f93b85c9e819c12", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9b03ce5ed9414a09ac5578d73e2fe255", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "37548f2faf614481a9a6250c095d427b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "454a766de1c64359a59cc1f77a8f2f9a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "028dc11ffce842e29c9fdc89877074a5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "90c7e0bbf1764d91a5b55c1739daff6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2a12e75e44724cc2abfefe0aa68871a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a81058791a2e436d9507f50ed126f558", "region_id": "RegionOne"}], "type": "sharev2", "id": "679351e7989a464cb041e2d3dd017fdf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2609d70cec3f4a88929d3691b7565de5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d85c406714dd4d16855813aa48e9b0a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d06e4a3fcfa8497998598711e0d4f7bb", "region_id": "RegionOne"}], "type": "share", "id": "165924d0a0544028b71ef3dac437dae9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f6cc498cb7b740a99a87585781284b5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a4685b5791394e1282a5c217989d286c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0827a78f44d04bee9dd8130422bcc5d2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d63d73f01df74b99863a4533eb2ccd66", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "036852b1990844c49b92cd37ce43e751", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "584334e96dc346c7a554f7eda36f1fc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "123e3dc7064e4ed3ad24b0a7f622272c", "region_id": "RegionOne"}], "type": "orchestration", "id": "2edb0f1eb34d49d980342e15cf674652", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c7733a9d08b4595a66ceaad034e86ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25787d4cdfa64cb5b0216f60237be0af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e87263969b54376b48437b6df2af880", "region_id": "RegionOne"}], "type": "block-storage", "id": "19f2f7bb573d4861b9ce5fa9df3b78e2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6c79708d3a24601be0d1d71c4c0a745", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e447658ecb3040f290ce2883ac72d21c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6cf66c4b71e49148628b2ea92860875", "region_id": "RegionOne"}], "type": "volumev3", "id": "3c67ec678755471cb2a06e98e82aba77", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b20db52265e2477a80e158f305f32c49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef60897b0f5b487aa9b1956b97765c02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1fbc4b290c28411e827f521c969e6235", "region_id": "RegionOne"}], "type": "volumev2", "id": "a7c88ffc666e4759ae126501804335c0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2737021733014947bf63f60e743f93fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ccb7838498954be0b6746d90e70d55b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35376250bc78402f87d615b9b0497a71", "region_id": "RegionOne"}], "type": "volume", "id": "9353d91a94e54429a7799ccd498654e2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08b62c2c67b54a84ac4298e3d402541c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25c2d82a66ce4d14874008a49c8a63e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ead480b8e8743b881350ec63ea46c4c", "region_id": "RegionOne"}], "type": "block-store", "id": "e7e970aa48f442e8940ce3956f07eedb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6b83c1ddcb0c478987f45ea307ac8b06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bda3d728d5b44405b3f43bcb14fa0a24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d00f1b437cdb4243bc9cb0968e873fff", "region_id": "RegionOne"}], "type": "alarm", "id": "824dec732aaa402fa1a088881657e4a9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5f93a9379b8848c48f9db5be70a74ce5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "925d79e016ae45deb4b0626ea4225e9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "990f32f6e1ce4f24bfe2d313b0d03de8", "region_id": "RegionOne"}], "type": "alarming", "id": "7a0c7aed2f764e6abf60dc5fca909ad5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "db3604dd81844f61918ad8ee64e4ee85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "161b44b94558458883f9b0421139600c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "668708fd23014708a07a89494c95aca9", "region_id": "RegionOne"}], "type": "meter", "id": "392f13b240c049ec9144c4523450ae01", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "74b1ccf968fe4def90552edee004eb3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c5f5333bb28e44858d85b98203b4fe4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1bad5e725ede40788bc901c94c611b81", "region_id": "RegionOne"}], "type": "metering", "id": "dbfa57993206462b90ed58f656936620", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c1a1d141f0d74de9b251ffdc2e041b5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "67425de7d0cc4954b87932e177c6f53f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "da6c91008db04575add1cebaaa33cc2b", "region_id": "RegionOne"}], "type": "telemetry", "id": "709793a4b5c54a4e851fd9fb7ac94b2a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "012eb622ff4e4757a7c6579fbf12e508", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "683e8e0bbcae44ea8b1bb35e051dca86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e00f8ef0556145e985fe16ac9afaecd9", "region_id": "RegionOne"}], "type": "event", "id": "72ba8f24d5924aa0bca6f6b5e94b83fd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "58b529dd03c849979f4e577f1ad93506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5c58746d753547ad85cb1164061f5c18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ca2f3d4e94444f8d92cd9325ecce3972", "region_id": "RegionOne"}], "type": "events", "id": "686309b9ac6e460c951b5323e97bf5ef", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "244275a8bcf24300b6e9a870495fc6af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "29dd8013f218431f8291a34e63ebba08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f269b4302e114d108715b0f9f99706fe", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d99e2d18cdfe4a7c9e95a851f83d84aa", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2c2efbc1d5a041afbfafaf8d8c04d505", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d9ab5788989142dea1f21bbd77ef042f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "97c4218e70a94e6bac95e72ae6f0340e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "263976b33a224ea398816fc57e156c03", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "21bd1423c0154f29b252f611d9ab49e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3b6d3c1870a549e6a8530d6bf5016958", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "479d7d3008484912aab44ce0967343ce", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "96ae0a3edab741e091cabf7c7b665dc1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b69574d4fe15451ab27fbe851da504de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b7bf33a7958d4eaa8b84c77c6b43e706", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "08d86acc97434c28a799a579e155159e", "region_id": "RegionOne"}], "type": "tricircle", "id": "f84ffa611d814c409b4c1a2660cbafc5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "002add385bf1484497751ed6b2d6eae0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "727dd8a9f3a3404baaac8cc8248fed8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c288c328c8574c2d981c3ea316156365", "region_id": "RegionOne"}], "type": "database", "id": "85d47c74f34d4247884c555e6e4eb84b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "967daca375df4335af3a5e3244dfa1df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8c97a34db09f478d81f69a40cd98f9f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b418a2b3b63648c4b0a5111707b08b77", "region_id": "RegionOne"}], "type": "application-container", "id": "47c2020972944e8f9e6baf1e1c1f4a16", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b84a52eef53b4d189dd53a1c6f22df17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a78ad23b00fa4206968253d38cd2b94d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5b47067ca7134fd498eccdfac9cbb8cc", "region_id": "RegionOne"}], "type": "container", "id": "b81b77836dc8418ea9685b6741f9e2f3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "81d89349225247fb9947e0b301f510c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1cfe36c1af9742b8a9600baeb78faba2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "50cd3e2f766147c1bfdec6145f152f77", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "44fc5c325d254e289d9ff5bc791aceef", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b2297e469a2648d9a6efb1669771ccde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a45cea9797c74179874487bd188767ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "decca79befca4aaa898a86439dca4805", "region_id": "RegionOne"}], "type": "rca", "id": "54347d448e0f4ebe92f37936727d9b30", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "44d2d3002a144e208f6c4ddbb0eb6cfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0974c0840d484b46a6aad062ce927139", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "2b6c58f0f5d449f58e9693a1b7aba253", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "dde96dfd038e4f5ba63e22b70ce43961", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "cb313b426e0944a79e1343c6f0b57920", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "6d97c3159de04424b33f1aba28f7329e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e5387a2c368b4cb2848b6b8ebac37d0b", "region_id": "RegionOne"}], "type": "network", "id": "8f3099d158c74118a7ce63ed9123a2e9", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6188c115405943de8a608fcbdf3fdcee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "fbde662749db4632949eee38a2b75faf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "388544dcce074b4084fde2199891a53d", "region_id": "RegionOne"}], "type": "backup", "id": "4cbeb8942dbc4752847c5474d8328482", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8e06e8c01c8b4d63abb5bd9c6d3a9dfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "25a66b8f9e424e539a98eeace6a1adad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "24f9d2bdbb1c4a6b915d45c9ad4bb424", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c464f54f78d74a59b3b72f9c53110dc2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c02542c83e8c4b32aab0d56d647ea7af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b141f918f7f74116bc155863d930b01d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "af5f3e46516e492da165e283783d3a6f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5420797eed32486789c05772c2b542d0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f2d009df4b8343e4ae9ee72d94fa4f8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d8fb8547f02f4b319c946347bf8f6b89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "da56b2a745cb4a8eb380be0a1777210a", "region_id": "RegionOne"}], "type": "monitoring", "id": "ab800a945bba452fbdac778aac77980e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cad9bc83c4ba4bc6953c9b53344fffc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9f9b07dcc8ab495d830ef6bf1527b2a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5340fea30c9745c6905385d0810a1285", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "58f7ea96a41348ecb3d44769eb217c59", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "84b0d722fe2f470f99ee2faed73a4911", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2107590806614c73a8845470a60bed79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1293e7007b69480c8ca9437fc63eb413", "region_id": "RegionOne"}], "type": "placement", "id": "7f3c8893fe5f4b56ad4b36ee2265ea08", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d989733551cc4dc3a32bf3ed792f9790", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "38aea6bffa884d8d9b283f5c41be80a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "41d32c9a65874c3c98c762c260461fc2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a4a758b95a1848aa98c9beb31fabdc7c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5c47b10ac1a241df965cd7a9d5ed6d51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7c79a34a16b84d05965ab1a89cbb864d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "30c2397ba2c943f996de0d425712b5c9", "region_id": "RegionOne"}], "type": "ha", "id": "cd53840532154ef987ce2ac3f919d37d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "efc65d85edaa4756a48fbdf4e622fbcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2aae4e4c76db43b0b6254a448fedb87f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "e4a0b293349c43ffa5812c67686a4e44", "region_id": "RegionOne"}], "type": "reservation", "id": "42b95c3ea19442398b4e5273cd530ab9", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e4a11e21f8b447be98eff1da443aa542", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5dbce95c684248969c1bc2bda4ee8a44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4c6f9d552cfe4b45b2a62314f7f6c1f3", "region_id": "RegionOne"}], "type": "function-engine", "id": "0e41171717314d7394d7aabbe2cd7343", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "20510f5b17a445bca315c7c586cac29d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ec9a0ec3850741dbb9c02098bbc5200d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "540217c2054947ba81428ff7676cd92c", "region_id": "RegionOne"}], "type": "accelerator", "id": "5f26d5dfb03943d49248e7841680d699", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "261bf1fb252943059e42348da19dbdec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "82deb55eb6e845759aa7b675aabb4062", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1abaf2bb635349fe98b87e9cb7aafbf7", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c0cadc84e3a0403f941924e3e56de60a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b89fe8a05ecd46ea982b6144ea7c0dfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "031820deea434730a7c953ff1fd54f93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "02bae73d22dc4e13953c83d02940c043", "region_id": "RegionOne"}], "type": "registration", "id": "611f6dfe3ba94261b5e347d9c77bf230", "name": "adjutant"}], "user": {"domain": {"id": "03893a53afd647f1a995b26d392d276a", "name": "408c89f8e13d4ae8827b32be41160c21"}, "id": "d5a52a58b8d046cf9d336762a59ba92a", "name": "fd92d42352444d35b739b58b503a9a25"}, "audit_ids": ["0848265fd7704c2da3f3144cefd6aa5e", null], "issued_at": "2019-09-19T09:04:42.994128"}} 2019-09-19 09:06:43,202 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,221 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,224 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}]} 2019-09-19 09:06:43,232 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/qos/policies.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"policy": {"project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "name": "qos test policy"}}' 2019-09-19 09:06:43,237 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,240 keystoneauth.session RESP BODY: {"policy": {"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}} {20} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_delete_qos_policy_not_found [0.242406s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,151 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,156 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,159 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,162 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,176 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.087578+00:00", "project": {"domain": {"id": "2d12c810b61f4b2f877d1d742e55fb15", "name": "3430ea66896c4019b8a0c281ce38505a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e113cfefd3e64ece809a38a353699c41"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "25bd98745d0b489594c83acafdb3c877", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "fa08f5cbfb4345709e6f00662ea8b0b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5986436b682d46c4b2f6c0901eca9778", "region_id": "RegionOne"}], "type": "identity", "id": "2364f379d6c542eb949cbd854a4663a1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "318591e0b98741d9bee4f8b9eb746f52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "41fdc2e0cf114b578bf9738ebd7a3f06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "0b91676e924f408cb39a621899144db5", "region_id": "RegionOne"}], "type": "compute", "id": "f2097073aedc4906a5e66181c51b8211", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "0d265af0a23d4b808a67ae3b2bd3c465", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "6fa1b6b8e85549529e92d842c8bed37f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "1b1a7d791eef41c394652839ff221919", "region_id": "RegionOne"}], "type": "image", "id": "9b319a6a92ca49959d18f8d89551655a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "961e9d066a3e4e80958a2bba0d9a89ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cd1be0bd47914e63a49727e0b83dfb5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5207149cac9d497ba2a3c194b8e381aa", "region_id": "RegionOne"}], "type": "load-balancer", "id": "42f3a0b5d5e140b8aec56302086194aa", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84a10df7ae854b8d837b1caf1333845f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54655e6cf02e403d80411941f74a83b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7469923a92f548658fdbdbd077278b2a", "region_id": "RegionOne"}], "type": "object-store", "id": "4c3de6c023f840f7a7c43a231ecbe929", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a2cafe81a4ff46ed9a140873c02d4e74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d6fca8c80ffd4a229d3076998fcef555", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "372c72b1db4a4d458490deb6cfb59a59", "region_id": "RegionOne"}], "type": "clustering", "id": "47af9c7ebecf4e9c9dd9e3f7c4eb62ca", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "970c8846e949480bbbcf367b5b41443c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "abf5d134044a42f7ac85aef73e56e5b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "aa61316c041e4b699624dce5bc41e4bc", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b15cffbaf1a24a2e99e3bd53ebf4a99d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2405b147f67f46be92c40f883dab7627", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ccfbd79d9b6e4994b73a83a9360a9a2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "73a66f849c3a407aab9435549174a120", "region_id": "RegionOne"}], "type": "cluster", "id": "cc255e2533f8444caff15d36902e48f7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b4a48c0fe8f54d259acf01225cb8cbe4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e8aefed3462e4a8b837e063691ac0c1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0413a20679894883bee12a433fc382d6", "region_id": "RegionOne"}], "type": "data-processing", "id": "83f83c7f1081429eb7d460a44a90367c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "adf0103bd1924224ac61febf8e4a747e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d6620922c8d944ea97d37818f2971442", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "337a1afd5b3d49728ef82d19a53f65f9", "region_id": "RegionOne"}], "type": "baremetal", "id": "4abd8bc131844f88800f413fce5c546c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "41327ccf3f0742be9623c5284aeb77af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bf203d70e6c84f1da4d4e2fc74972e73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "aae4969136a74b828897e131d63add97", "region_id": "RegionOne"}], "type": "bare-metal", "id": "1d6d2e72cba74261a439e6580a70c04b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "048be3638c1f4efe88266c4462a21fc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4806a4d567544ff98031bb51fdd8a2f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b0c0ff4bb86c4824942b4ac350554625", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "3592040659274e2abf1ec75b23df75ee", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "afa431cb447644b5b2f453d02648164c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ba41902a299c49a381d605573a110549", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0788b775972641c8a3c194d96576e630", "region_id": "RegionOne"}], "type": "key-manager", "id": "483023bea93a424486c2dba8ad936526", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8181c5c469e1441dbd1ffb7121423a91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "aabcd718ff744ba4a1cf62e394735d95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3a815c55d870486ea2f93220c647eaa3", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ed5f2c65f49c40c18dd44efbffd360e3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6beb05e3cbab4fbf832efd3403a04ef6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cebfc56d856e43b6b02dc95990a91a5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "07136f30fdc549948db1ffaca1546724", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d6f79a63641b40d4903f33d1a7861265", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "267c6ea202aa4be9a53010f17792a5b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "79af09ea77514c52b1f8d605e8422f9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7dfb14f4f9ef4f30921f3c1ed66edfdf", "region_id": "RegionOne"}], "type": "message", "id": "b860a0486b3a49cfa69557f51b3ae643", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c8733ba745a34675b8cb63a70ff4fbfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "80294750d8a04bed877aebd55217905a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8d7cd250532842c382a898e631098048", "region_id": "RegionOne"}], "type": "messaging", "id": "b23b63277af74d388d4ff4c86c8decb3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4fa28eb1bb3d4ab480635c9b85eee825", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b560ba2757014a4c93c30cb69b746f53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2a610701ac344c1a90fb5e967495ba0a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "798cb055a66c48da863ba01c7eba8aba", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7bb5149daa07430a87450cff07d5a372", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7bfee73f764849ee8b883bf8fa9a05a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "deeb4ebd17164baaa2ff0d09c80634bc", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4b05116b900946f68108b2b298dd5521", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "864976d5dfc340e792c8e168f58c1e3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5b870b239a8d42179bd5afdab79b7501", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a9dbaf268c9549b5884a4afd3e8a5e1c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "139e4bee6f1740cbb551982616c9b7fb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8a0081e2cffe4fc69a533adcb1a9b65e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2c73ed4f38b14cd592cb8bfde1dfbd02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "21607a5033fd42379bd40bed0654493c", "region_id": "RegionOne"}], "type": "container-infra", "id": "da7122170c3e4860b7ca9cd080177705", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c488a17f588d4252915fb2a7f47ea0fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e25152191d5a4da4ae88e265e7b01651", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "88524e3c5514445480532d31e57e2dd3", "region_id": "RegionOne"}], "type": "search", "id": "4128cbfb9c4e4d7088df4fdedf0120f1", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3b84eba12e004457b4624eac6940e0e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "5df434f2a1f445e2b26665dc50b4c152", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d2d62eeb04c34ae995f982af06c4764b", "region_id": "RegionOne"}], "type": "dns", "id": "b2655630f2be43928c420b661603cac3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bab188b59bfc47d7bdd6f3f1b0146ac6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "89cfa336161347c2b37fce947b4bc085", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2114a62cbe6b4e5faa453d710a5a24e7", "region_id": "RegionOne"}], "type": "workflow", "id": "8718b89fc6d046f9b1febbe1a3805823", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "28389fc573724e2daf3f84bc8fee4d98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8cba9ee2d89d479ca09e0c837072f8f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0364e51b7c5a4cbd8d885cebcb8c67fc", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7caf0643d4244520afc7eca091308682", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f41d70a8a11840f2adb559049960d3c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a1c5134bffe643019bda26dc74d8f44c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1ff5f4559dc84755af81cd1803d5f911", "region_id": "RegionOne"}], "type": "rating", "id": "927468894db4440984a2fd2326278ae1", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "70482b42c1ed42b6997ed9ac79f5e6d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2cebbab72aa74f979cac4b397f74a2b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a9f7904979c24c02beeca26c332c9634", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0578ac72578541e1ba8e14dc052801a4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a3dc82ca131a45c885313133b5788782", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6e2a7aaae4d74567ac6b3844991eaea8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "93bbacc315e54ce585de6f7fdcf56d1d", "region_id": "RegionOne"}], "type": "policy", "id": "50d82a808c1c492e92f749a0f4f53863", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7d7625d977ec4b4cb713c86ee0d58889", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "05c1126e618e4073a5e0cee65f4bf0de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cd52bf9b93424c75b1c5195dc88860fd", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e47524b3f6274020ab35d54feaa27fa1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "926fac9806b4464c87097ae966e50247", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ecd6ed76aad146f587fc7a9b050ee7c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8d7cb9ff2329445bbdc95b888eb97b31", "region_id": "RegionOne"}], "type": "sharev2", "id": "89aa4748f37c4654872d9964b8052e4f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b57de46f12a94414b7ee0b4b9858ca24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a32135496f6344ec955e3bf1c36d446e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "99abce0b99d847769de58f2b12c220de", "region_id": "RegionOne"}], "type": "share", "id": "72ce472c606a40a8834d3b3458e76120", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "489c0b661f4a441397a642a439717261", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "01e43295d78f4ac8b30ef6ad6e72e903", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b35c34c229bc49eca119bfb1f48a28ac", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f95be482e34a405a9d106a9f42aa58bb", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "697cb3389ff04f8e864313faba7967e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "029318cabaca4a65a2ef9cbe1b139115", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "115be8c4f4204d8aa8c53eb1faebaf6c", "region_id": "RegionOne"}], "type": "orchestration", "id": "ab0aaa58b7c54e95861599139322fc15", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63026cc50b0846e3b27a15f2e005a097", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3047212c1b894fc9ab6204056a5008c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51c6142539bd4018a170ac6ad39e1617", "region_id": "RegionOne"}], "type": "block-storage", "id": "339bda0e0de946da924ef08be3f893ee", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d7c77c6b9e24097a05823fc9e28d57f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6dbf4b6d77644984b8af4f9d1a83e1ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c1cd0a675c2457788e75bacb41ccb46", "region_id": "RegionOne"}], "type": "volumev3", "id": "80293c3b248d4548ad7fca3bf101ff84", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34b0c172a38849e1b96ad08001300838", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a77b95944b343ba9f65e52b3ee83957", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd4da27e18b24e09b73f161ad416a13e", "region_id": "RegionOne"}], "type": "volumev2", "id": "be2bb2e97eda4c7f9bd21e13f5e70f85", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f1e9543d8c546e2bb6e0ca882b68d7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "806be6e16fbd47df8661412afa8eda83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b804284b26546bf8a87bfb62c20f8b7", "region_id": "RegionOne"}], "type": "volume", "id": "0635e372241f4326999ed4b40b51482f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "859da3694ad844f6a25bf7b4d804757f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d21a41281f654d15b3cd05e53678e7f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d730b67247ce44759be0347dbd4ec2cc", "region_id": "RegionOne"}], "type": "block-store", "id": "4763ce31c7674c2d9f7f2c7b5a598147", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5411b73022e14ad2a9033cff0e8e1982", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7e322784c4a84675b7801f590055c620", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5f9b608be6c54b86877b788b8c0cb171", "region_id": "RegionOne"}], "type": "alarm", "id": "e9bf171e6ac24072948386d87a707fb3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "495f5eeadf4744a6ae627df72aa8b622", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cbfb0f5c71d14f58ab853ce6039dc61e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d950b432e8a34f248a492d2e0d9ee5e0", "region_id": "RegionOne"}], "type": "alarming", "id": "440202952a37488bba545296522fc287", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8804fae7685b4a8d999dff7787993912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9b9e1c3b5e6f477c93ff8c02090b59fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "decbcb93b6274b119870be38cbb1ebe2", "region_id": "RegionOne"}], "type": "meter", "id": "e512a2f585bf481783448dc0fc2b6e4b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b374dcee7f034227b7a1e319576ccd09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "635449d6ade24e7092d1f21c26643fe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9ac906e8a28149c09a8ddeb649ace51d", "region_id": "RegionOne"}], "type": "metering", "id": "e6bf31a24b85492299786a8818246709", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cd044fe7778a4e4bbbf862414c6249a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0335c7585dc945ceade541763e22519b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "74873421d4ca4a6eba38423efd3e90b2", "region_id": "RegionOne"}], "type": "telemetry", "id": "5cd6dea6eb5d49d0932dfcca902cc10b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c39b55a12a2a448bbaeee4c7ebda44b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "85206c25847e4626b26e709b85449974", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "19f3d94e03aa4c4385adf7e3be281458", "region_id": "RegionOne"}], "type": "event", "id": "7e57e7008b484b36aab59278972a983f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "66a6129627444b05807ada538ffd3464", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "025ae223f6b24084a0a7914cf7c7d75a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f6905261eee04a2aa3c7fd6502934d41", "region_id": "RegionOne"}], "type": "events", "id": "60bd7733af604f74b85a10d9ab90cce7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "79db641a57334479b1b2c616f0068997", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3f8b436a904e43df8da154f520277e7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f4db6f2415864d0dbcb803e1d88a8766", "region_id": "RegionOne"}], "type": "application-deployment", "id": "880dc2cd458e4db8a6a5a4a3240c878b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9a9917fbea064b478ae357af8bbd9f5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e25ac781c8464b5ea603698beb7e6a95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "80353176c29447b09f3088a5232e8236", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e7839082ce6648ceaf0b677ba56609f7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "de9b61b3ec664f7cbcab248e04a59f7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0a4723d8db2948b7a02ebf38195618ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "48d8e11b21dd44bca64cc97caad05da7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "cea70c1ddf2645cbac8beff848d94cda", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3119ee32ff024ed0926532b781f9b79d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1bb3d01dceb244c7bc7585b207dfbc6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7c46f35a70694fb2aef55e3d8681c099", "region_id": "RegionOne"}], "type": "tricircle", "id": "55e7d8b39c494eeba775bc6f0df93d96", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "77bff63164724bef9462a0673007b97e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "08915d67654545b1b8ecdfe1ce7e980a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2071136c66f745188273bc193b11c00d", "region_id": "RegionOne"}], "type": "database", "id": "7729625d64ba4166b94cea483172a652", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "585bea11428f4745ac5cf9511d1f9d7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "39d0b73018a1468db491ae188b19b88d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2091885665904fb9920cdf7205310037", "region_id": "RegionOne"}], "type": "application-container", "id": "5d7bf37dc5db4ded84006e5f03ff9b4c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "450fc23bcd76470a82f6fcace67de047", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c2f17331a41d4a0c9a6278638f4c5609", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "efb4ab4979b946459f3af0f60cfb107d", "region_id": "RegionOne"}], "type": "container", "id": "8bdf65736af84c8888f25c6413963774", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "23d0dc0d3cf94595b468b200975f0db2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e52a569c214e4f16957aaa1ddf619138", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c571c7c93635469badd04d986bf01ab7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8a191fb3826e41e5b4987d9ff21f6add", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "926f3629c79d41f8bb27c7d18b226711", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8abc1d8669b14d448bc3d7a33dfc39ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "798e3f5dbfd14bacaffd7f12a080c06b", "region_id": "RegionOne"}], "type": "rca", "id": "d0c8ca302f7a4cc79263a5e1d8f4b3ee", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a60b09e114fd489ab9be2750860e4657", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f7b4a19f33754a599eb355d0a79ad327", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ffdfcee6af5b4461946327b8f6c60451", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a1ec40219afa4b67b8315f933b712629", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "596514956df8498d92074c8238c606fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "05897a099f2f4ee193ad65d52b7ce281", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "dfab10a1955b4650ad777cd6aa17c454", "region_id": "RegionOne"}], "type": "network", "id": "08ade59fc88649e294cb9b1706f719c8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7e7b29758de24532bbe111e632600944", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "734149e9a3784449bf9bea420ef7e369", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "35b48395265b4dc092ee5ff92b8ccb86", "region_id": "RegionOne"}], "type": "backup", "id": "51e18976979b486789c0be552e5aac42", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bddc6161a4754569ac397ec9ee684559", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c8abfaba7bc24b09b57a59e63a6ac7a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "50e43c9dd94949a3977f55c6601b0034", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c978100c12794793a8990980956ffe33", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d8369b683f274c7fbc589e3a42772116", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3dfe2954741d47529770d58130b8f25f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0a8eba9c70e14186808bc63c0317e070", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d18322b825284ffeb03de2f99fae53a0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0a8db119aed647eeb200e6f274537023", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0e84e7d69cd747968d8753dfc0e998a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "45f6b489c9e14451b64481d064da2c8f", "region_id": "RegionOne"}], "type": "monitoring", "id": "84570b66a7b74a7f9a210388fae796ef", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1472f3fdbad540559bf79677754bb7cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6d536341d68643588b307cf4b345aa0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a506ccb59b9e4624af0792167d6e4fa1", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "194d1f0deb3f4699874aa4ee1d39f137", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "37bf39dac07b4b088587f6f1e2d93012", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ddbef584903d49e58642616fadd592e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7b3b259018774cb4b72bf243119b82f4", "region_id": "RegionOne"}], "type": "placement", "id": "649e9d9ee62244adaf031ae649bf1371", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "82db4193516d44bfb365254fc51ce050", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fe257e13bd3c45be9ef280cecfbacea5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "20dc774d498c4f939140c210560803aa", "region_id": "RegionOne"}], "type": "instance-ha", "id": "71a5675ac8b84c18a41a16cc30361102", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e0a6f03d5f1044688a70a547e2f7c3cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ddefcdc78787431dabf468349c96f59b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4427123c84a34e3e9c308b5c3e7a32d7", "region_id": "RegionOne"}], "type": "ha", "id": "a2aed97051424209b186cd6dc2e0dbb8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "092b6189bf3b4fb5885b4bcbb3887a5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0e6be997cac846a8aa64dc3603a00fde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "693bb1719209499685fd247e7f441bdd", "region_id": "RegionOne"}], "type": "reservation", "id": "03eeb8c2d5ff4026b3a6e88f8f9be829", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "748e869b1de24256a06df2b960ec03b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ed720502b3074452b78e84e6a1c3c918", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "27fb72a1ff5147ea9b08934e1d7cc5f9", "region_id": "RegionOne"}], "type": "function-engine", "id": "650258874a7d48fcae3f4ae284c1723c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1879d3b177f0427f80c55b8218e01c9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fdbbd65744774f8497ce1d26024f1582", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "21fc6ee7890e467c8717df721fefe00f", "region_id": "RegionOne"}], "type": "accelerator", "id": "3df426444d4347b7947f7463ac44d162", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b3c2d916a7e24b97bdaff27a86291d36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "73b4c5b03ab5459aa5cc607860411145", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b386c8fe112244f3ba856bd9b668e4a9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0f3d2ea1a1744d398d70efd9bbbf49cf", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8d14c7737e224974ba488edef9fa47a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "768d305e455a4a09897963d1c067185d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "88922ac15cc946b9b8ae0ea649fc910e", "region_id": "RegionOne"}], "type": "registration", "id": "43e700f9345c44ef8ead9f067b9d0af4", "name": "adjutant"}], "user": {"domain": {"id": "1bf8c44d52a3437ea463bcb16991cac4", "name": "41764e081e0346ee829b28c4231f3a10"}, "id": "5df75916e74d4e9f8f0b61958cf7dd67", "name": "b5ca46a83de743d5a0e3028e063b42b5"}, "audit_ids": ["080b52b9350141a79c343ccbfc4f942e", null], "issued_at": "2019-09-19T09:04:43.087578"}} 2019-09-19 09:06:43,290 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,295 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,298 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}]} 2019-09-19 09:06:43,302 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,306 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,309 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}]} 2019-09-19 09:06:43,313 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,318 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,320 keystoneauth.session RESP BODY: {"policies": []} 2019-09-19 09:06:43,323 openstack QoS policy goofy not found for deleting {27} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_dash_kwargs [0.146112s] ... ok {21} openstack.tests.unit.cloud.test_project.TestProject.test_create_project_v2 [0.158033s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,294 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,299 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,302 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,305 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2019-09-19 09:06:43,373 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v2.0/tenants -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}dcf5dff17a7202fe03798ab6fe1c32d14329b1febe7da37e22b2df6b860e6853" -d '{"tenant": {"enabled": true, "name": "projectName-2", "description": null}}' 2019-09-19 09:06:43,378 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,380 keystoneauth.session RESP BODY: {"tenant": {"enabled": true, "id": "4343123cfcbf4860b5f42bc6cc83ce7d", "name": "projectName-2"}} {3} openstack.tests.unit.cloud.test_users.TestUsers.test_create_user_v2 [0.151916s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,344 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,349 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,351 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,355 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2019-09-19 09:06:43,403 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v2.0/users -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}c6ad3e7c3dd44441befdeb29e3eb6814b9a5dd0c15e151207e399992cad6e5c1" -d '{"user": {"password": "user_password-3", "enabled": true, "name": "username-2", "email": null}}' 2019-09-19 09:06:43,409 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,412 keystoneauth.session RESP BODY: {"user": {"email": null, "description": null, "enabled": true, "name": "username-2", "id": "2f1903f2d85548d1a5fdea8bfef39298"}} {2} openstack.tests.unit.cloud.test_qos_bandwidth_limit_rule.TestQosBandwidthLimitRule.test_get_qos_bandwidth_limit_rule [0.293827s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,025 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,031 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,034 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,038 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,050 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.960924+00:00", "project": {"domain": {"id": "f66bc74f111f4250bc8a3bf5dccb1d36", "name": "ff5ccf0e328849d5b165d0ff4076938c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8a27bb3e329449539c6b543d5b10e9f1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "06938423ae964d8481828c07200bc797", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "24cf8ea5c2f54c0a83122dc5c8239b9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "20f6d4fb426b440e866b5a318b791d54", "region_id": "RegionOne"}], "type": "identity", "id": "a8ef38d2d5c84609a953b99492b937bc", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3acec7c2ce614362ae431bcda12e7307", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a28b1a40a2b0492ab9aac8f76953f0a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "af39f4cf9e974dcd8b4f71f67078de49", "region_id": "RegionOne"}], "type": "compute", "id": "7024809c29a84ec6bf17051674846d46", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5d72599665f24e8384e6ee124c1bb797", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0e4ada2e4bb5434f97835d305c4a7bb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "726900b2481843de9ec3c3b03548bbb9", "region_id": "RegionOne"}], "type": "image", "id": "ca8c960ad9bb480f8a6c5a9fd8e80f08", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a9c84c488a47457c89e492d51859bc15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3baac8c6ac4e4f7782c57c56e7854131", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "97bf4ee55af94ecab2ab0995ecfa8d84", "region_id": "RegionOne"}], "type": "load-balancer", "id": "31885798c288418e91b97fd0a37dc9a6", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89e16e26100a4e7cb4c10c235323473e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1f8e6e5da4b4ecfb8f73f5f1608e2db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43751dd5642d4b2ca9073b4990518e4d", "region_id": "RegionOne"}], "type": "object-store", "id": "bf7be0fd7a7f4aaeb48756071031ef77", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c1f22c26ee0544859ad7d990af5f3ced", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "852aeffdf3dc42f58e58fc8b9366e78f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ff08882e11b24a299080f2b5ee8fcac1", "region_id": "RegionOne"}], "type": "clustering", "id": "d4a94bd7f79c4733aeca857a89ff9293", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a83be1a5ff064384918308ddf335b873", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b6c6a67cc0f840328697621a59e3874e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cddcb5ecde174509adae867063aabd13", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8a465042d7524c3abe513bb041985620", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b9e8b89562424e67bbeae109cc35301d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7e64e8dde79b441caff8c0ef2cca4613", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9eac10aad559496abc75c1b4893005c9", "region_id": "RegionOne"}], "type": "cluster", "id": "930c30ed02384cf19850474beec6463c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8da57acc1421467f9e7ff91b37be88fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c083e2d2f3744c3ca3a8f2e818f5ffa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b3838b6dc3e5420a8eeb793c0f0d1aa0", "region_id": "RegionOne"}], "type": "data-processing", "id": "d3dfec72fc2f4e718222db296813c853", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c60eb8ffaa3649b39fbb3d7d1708a6d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d1636a1b742d4b7c9eba14871967f1ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7d3556d6c0e248a49d7f300bf7bf0f41", "region_id": "RegionOne"}], "type": "baremetal", "id": "7d0be706ead44964bec735822b360ab7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "59ba980ef99b43d5b707580a44733e06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0de2c573af7b488384b149ebbae49de0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "15a9ec6e23a14736916121162038f65e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d249ba8f3bf04c66b8c07074b4ad23aa", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "93365a7613b34a4eab77196b5b899e87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "396bb7768a1f41798cbb0ce81750c774", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "290adbf382e44cfd99113a030c8f25fe", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "95cf1b9c7885436b9e3eca0adec5a1e0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d3aa6da6ca2e445586334da2297312f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4601b6229c554b5ea0384becec5f83dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "bb195392fece4cafbcca500f73105338", "region_id": "RegionOne"}], "type": "key-manager", "id": "e257db135ced4966a81d593a66bd3652", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "14d419f2f60a491aa3df6b66dbe848d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8ae9a7a05ef245ce8781c9112d5a853f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4a1a173503b04c76a1834d61177cf45d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "7191b13783824c3db9aee778ec99a973", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5111bbd119564cb39e8d69e8f496d8c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1e7dd9ea0a9d45ccb1037da91d56c0c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "374ac65aacbc486fa250ea51f8f68dea", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1366f398f7df47beb639164e802d1358", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9a58dd1e5ff34130bf80e497ae8edb48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0b0e46f8ab414e8badd40e05128d14fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "13863757ca7f403b92ab8cd000fe4f51", "region_id": "RegionOne"}], "type": "message", "id": "cf30b15bdda549bab9a2a8a269cdd3f1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "aa4f6673bea64d2590b9ffebc5e10e8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "301e05e54c5545f1bb7dae4f38e4972e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "09620703451747848c7914050a29b596", "region_id": "RegionOne"}], "type": "messaging", "id": "5d5ef3194f464c79acb9d770b32c7e24", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a92a5a42469b41c3aa83ddc390cb1f52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "38a271c9d37d43b0a848bec15baabfc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "201f5c34f2ce4608bb20ccd9ae8b3b6a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "5e793bd486c7473db9a4a46492277851", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7b5e94322ee148c9a23d55f3d5b26461", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4ae5d761bb9840de965febfc142ce81b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d2ce863031dd44fe80a461cbd329f73b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "90fbb0c73daf400e8060a5b6fb7d72a2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "46bb98cb89bb49728e000764e86e2473", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f9b9588b01e74b858def560f43a87940", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "46f8f0983fac4f22bb9e3f9c57dc54a5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "482d41ea562c4e0fac2ba17fac330dc0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5682920d2dba429783f19f174903caa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "01ae7f43fa394ae5b627f02f678eec0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "643402e816e4404ba001d7e9e4dcf2de", "region_id": "RegionOne"}], "type": "container-infra", "id": "48adc26043424f8dbd1c5bf4c2e8fc10", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "235c5deda13d4af4895ad22db53b2d16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "3874cdf988d8420892576aef44dde8d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "48c5c39a18e24b17b57efbe036d2a75c", "region_id": "RegionOne"}], "type": "search", "id": "6f351a2f95a94965bd4944b24b7636b0", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "efc01c572a7a45059ce5046889c660a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "5174d850908c4d81b941c71302f2cf82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9a82a313a0ae4af0beee2a2e16074535", "region_id": "RegionOne"}], "type": "dns", "id": "4c2517edb87445e89dd6d7663023be09", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "720cc8e35fad495793248b8d1f18c29f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "04cb78a4a6654dd5ae148f3c6d4d1cc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "67e0741506f043ab9e703a233fb9b0c3", "region_id": "RegionOne"}], "type": "workflow", "id": "1deb2dce19f44ea4b01a1be28234362c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8c604ef283ba49f7a7d70a63b23f05b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a68fc0c1b1a3400693a628f250e49484", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "55e2318da9bf4bd19329bfa3c1f1a438", "region_id": "RegionOne"}], "type": "workflowv2", "id": "26f5240d36504368a8e09a196c78cc36", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "399581776c7f49fc9ebbdb9290416e02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "aa3ed2bc068b44bdb78b76d82cdc8c65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0c2fb0980aed4d8d8d95f928e26841d3", "region_id": "RegionOne"}], "type": "rating", "id": "cca160409cba4e6aabb9fc2a8e762871", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0cc7087367284e71bfc00d7686b6e36f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "06fdb0a0da8d405ba0a5f816b1838412", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "206903509a4e464f9f90f547a41c6270", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e21d069cfef84dd3a9ea2e744d251666", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "25a13a051cb540b9ac52355d50431479", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "788cb9dda0984fb889d93f7f7c331d5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "75ffc6bdd8d74b84acf8dd5f1544cbe3", "region_id": "RegionOne"}], "type": "policy", "id": "3762078b2e0f438581c60c7a5e986902", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c0aa0ffd99724b159990f608a6ab4023", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2cb3b44b85d84c2f80c35d899ce34e75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cef4cb1fc5394c14aff7889d151a7231", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "56600958468148da91279091d87d9e10", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bb1756f3a493457ab8cf03bcde851d1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "950488d01cfa49459341e8a736e63ab5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "25f278f604e74a8eb96f8d007d06c7e7", "region_id": "RegionOne"}], "type": "sharev2", "id": "664e3325883b40509d6144036e10ac42", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "75dba071cf7f4995bef3d407b4781cac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cd56fdcf91544eaaa5703fdc08df3ed1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5e77432f88f04ce3bb02d1c96c2dccfe", "region_id": "RegionOne"}], "type": "share", "id": "23544c885f8a48899c0a455ec07c68dd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d4b946657aea49a1bb70b9b8c9abd1eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7eead6d3a7d048c68482a421b23dc49f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a488b2d420584f5f90b355fef853d7be", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1bd8be9fed554af18c4b124688c7c52a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca86f167560945b3822ea98011b6712e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43dc04c9ed1743aaac3ac40f8968a380", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d997b012b38b4c63a9acd39bdcc00b7e", "region_id": "RegionOne"}], "type": "orchestration", "id": "1388cfb9986742188589b91c4b80e245", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7472379b85a4dccb84bdee43b0fa36e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "732bf238c47648e69e697b93115c7e5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fa8d51b88f14d688a88dd30d55ed564", "region_id": "RegionOne"}], "type": "block-storage", "id": "146ce6e246ba4be4a2fe3b3e6f985a83", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f19de8628b7c402297dfc33ffa0830bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11e1cd61803b44bbbf20615519eae5cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0750d6c4e8e440209d41b9f187ffae59", "region_id": "RegionOne"}], "type": "volumev3", "id": "469528e4b5cc4d16b544ff829dbf4c8c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8dc4401237b247deae41247a9bf54a4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f49dbb73add4ef8b4d22846c0573d66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00d2b4745bc04a34be607cbfdd6a8cd1", "region_id": "RegionOne"}], "type": "volumev2", "id": "29611380d8a047028d51dd085289f5f2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e19936ae7bf49e6ba3271b27904977c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c59619123254f60b4ffaeb19807de36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c378dd50bc8e48d1b7d2675e1254c4fe", "region_id": "RegionOne"}], "type": "volume", "id": "77908bafe0a641e4992368c572fc687d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d344ec0a0f54f98bb681eed702aaa91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7226b6e6fb6446492e56d07b91281ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d807bd7ac53c458da472caf090c7b7b4", "region_id": "RegionOne"}], "type": "block-store", "id": "b868ec9bc64d4cbaa7aa926388df0165", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "59ba73fb01744d31a91943ef5a1590c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4d3fbc02ce1245fe8353be3836087a2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bb445752d9ac435f830b6a5b53472115", "region_id": "RegionOne"}], "type": "alarm", "id": "065c23f760d542aa8d8cda2a5a811d8b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8579e5a836b546858967debf84f63bcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "452031c53d484d79a6e35a6deb3983dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ad5484d6060c426f9af8113595d951d2", "region_id": "RegionOne"}], "type": "alarming", "id": "f56277b50e9448a9804d7335c20744c2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "aba82c951da24c10929d62f8ade11caf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "041c2c830d0143eabde669aa0cb0497a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0a7fc6e000d842c4a23595d8620cce19", "region_id": "RegionOne"}], "type": "meter", "id": "62c431aa604f45d58f12c0a5ac17279a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "31b3a64422874b0f88ceb49b6dac499f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "66f3d6a1b8e34653b00000ec6f81b95e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2d965f19e0b44ceaabbc9eada9481f20", "region_id": "RegionOne"}], "type": "metering", "id": "02677b08f5944b9db21acd601ac55d10", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9071e775006743b692853dc07526986c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c7330a957cb8441387401eb89ed56cca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cf09c4e4f6454733b9baf94db2d90f7e", "region_id": "RegionOne"}], "type": "telemetry", "id": "5f1a9895e466442b8067f02adf1724f0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5b63854ec61e4d0e930e812cd311c5ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c703dd690b524f2f907ac5c9b40e88c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fb66a6756e794268bc4f9832bd1547ac", "region_id": "RegionOne"}], "type": "event", "id": "242ee54d3ccc4b7a867d7ba88fa890c5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b339f3f925b04fbbbabadc5454d4eeb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b52666e044f6434087204ed75fc28bf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "368d8d7f10c9446a93361196edcaadd9", "region_id": "RegionOne"}], "type": "events", "id": "42180a2d33584437a40be3598f64a62e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "42c26a8f77e746e0a089b885eee7e296", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "84131a0ef6704f8586b6b07b712ccc3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "09ea1ff97d874c968d891430ba56e4b5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0c322c0b507e4dbba0fe949eba93f821", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b3ee317c9077474aa7a9ff28411f0028", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "600bdbc22d6d4f60a5ce8db2f6d40cea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a1e21bfb335241ee9c23c93b5e1bc258", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2ede47301c874aa198cd18934f3d10e1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "135369c1b2ef4f21ae502aa12a6d37e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1a91e636232d4d10954ef37dbc408e1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9dc798b36bb94b1c80fad85c0d8eb030", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "886139c84ae54e4993d8430de26b3b25", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f05171b7994945639f536275fe1b9d14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8ac7d821f2fa46c68af8a069eff6decc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ede45fdc38404752a279759bcf2d3b89", "region_id": "RegionOne"}], "type": "tricircle", "id": "1e8666a6f1ec495d828a3597960ce9f8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8c7e8eb511bf4d5a8ba9cfe89617216e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "043215d477124b66a80b9bd80b7d3397", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "672118998bd54de2bb22141f31f6e387", "region_id": "RegionOne"}], "type": "database", "id": "033545fab1fe4f91bccebf54b4f1d381", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0b600cff1850430cbbda3fb5433aa76c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2cb5843ca2ca4b9786bc556c25a865fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "001b78b5724f491ea368bd4bd0e4d2a2", "region_id": "RegionOne"}], "type": "application-container", "id": "08d7e7852bdc423781f466e20a6d5afd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ecec967356a643f09538fe64e13ebf1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2e1c8353af754af19f0b45dde7be6001", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bde0be668af7477e96f3bf082eeb8c58", "region_id": "RegionOne"}], "type": "container", "id": "ed6106cd499a4a398acfcbea536eca2f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9f115eb941164ec8aa4e7c6d3f39d66c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d401dc22a2bc4d4a9985af057d7785fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "718121ce6f3a48b8bb8687965fe18ae4", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b171d180f2304d698d18e33e778eb6b5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dfdbf478e14d421eb41a76f4f7964079", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d3b75178f15948df87e062c982459c67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b25ca43ea2f243f48102512fd238e0cf", "region_id": "RegionOne"}], "type": "rca", "id": "ec1b8d8ca0ba46f794082bcfc9eba343", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "dae05c18b03249eda20c5f89311d7873", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "781fb9ce2658429ab6e9df4fcc227f38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f07292e3fcf5406d9ad4fee3759b189d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3b02b13877184d23b29e067109086767", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "37d3ce68010d480f806e593902015802", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a35f24e197b14667b1d3472e5a68296d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f49287e64ff5404ca6050b40a20ca18c", "region_id": "RegionOne"}], "type": "network", "id": "5b3e5243a03846a7873a3feba26939e3", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "abc8a0bf8f2a4b75b9d0af9b90174f60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "98d947940f6c454799453d325cb8cee9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "fb3b97da7fd54f8ab38f43fbda8e2b94", "region_id": "RegionOne"}], "type": "backup", "id": "62ce3ebeec044053803813a18fab2676", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7cc940be1df34004b3f997136ac6d67d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "315250258cfc4b18854cb241cda6e5fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b96d7713b6074aa09e507eacddf1c515", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "18b61b781d7841edad4fbe3c8babb447", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fa6e3479749048488f998051baf412ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c457f47c080b4c1cbb35e9347e94c98c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2df7e1f6bcca42edb26b60e9ce2e7ab0", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "4bce29e832fa42fd9cf5e9006e739bb6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "da59e940f5e84e5ebf8f9606dfa52e30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3db0734217f04e48b609d27914ac06ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "7cde5fc302474d1aae2f158cc48a9d9d", "region_id": "RegionOne"}], "type": "monitoring", "id": "ed7ebb15282642c1bfb5fa21b6626f14", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6c4b700e299e45579085b7697d32f05b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "55f2d62736ad482494a7e91b7e2271cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7c585212c8a240899336a8c9bff4da26", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c43eddad8ec54e3983ac4b3496409008", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e824d1e29a784a5eb22dab872de6a914", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9dd09400b25a4d4fbe5ee1d7ce39edaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f6bdfed0057749e8adca60263b15c3ce", "region_id": "RegionOne"}], "type": "placement", "id": "8011fc6218334372a1cdf0d02ae5d975", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "76225cac3f67491b88d74e474b2d66b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2bf3bb81b1b2496a9958602f3879f1c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "60ec215433e5467fb96a2c022e9754fd", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f9749b60facd427f9dd3503e6531143d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2d3794af69b34f1ab8c914f2527f90bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "895553dc95fd4bbcaa1ace817ba64716", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d5bbbff97c7841a58d939a2774c8c9fd", "region_id": "RegionOne"}], "type": "ha", "id": "fee9022e263846f29cf9ddcfa2894863", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "09ae57dc30744a94b4ee684a312ac5fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7a917df114094a86ba3a5df98288e85a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "261d51d7ff054feb9674c92068a48f6b", "region_id": "RegionOne"}], "type": "reservation", "id": "691ec0e6a1e749cdbf4050c9aa94ed10", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "673968dd77e249218b12fec2ce076e97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "77a73847bd2a4d25abc5463f8c6df14c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "78fd5545e34945c49b8afb7245e51969", "region_id": "RegionOne"}], "type": "function-engine", "id": "24aed7b4c9a34ecf96590174a4fcf3e5", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f7105727d35a4f9784071d60929195b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ef9e1207526843f6a1ef0c8c92aa9a13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "8a4ea7033c6f43dbb15696c184578d23", "region_id": "RegionOne"}], "type": "accelerator", "id": "a3a75a22d9374333be0df6676bf3bb75", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9f11f841e2934c6ebbaa13ab3694ff96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1f4a8331d477449c9ece2ac3b36433b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9ca0a98eecb7459d870686ee7c0beb25", "region_id": "RegionOne"}], "type": "admin-logic", "id": "94067d3df3394f2e8421e3ae6484ce31", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cfadca852f0841aa8172d342e5927604", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "724a22a61555443abf53d5368db5d4e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "39dd76060abc4a848e067260fb378525", "region_id": "RegionOne"}], "type": "registration", "id": "2e19481a20534259ac1fedd06bc6e824", "name": "adjutant"}], "user": {"domain": {"id": "99cf8b3a557f47dc880ed2d7129050d7", "name": "849485c1e29e4b01a1e5f64cf736634c"}, "id": "f78ff9a5872f4c6aac5961246fa09a45", "name": "8a4f3e9459d74684ba322eec95010f3d"}, "audit_ids": ["412453b3c8934edead29ea49b991fd11", null], "issued_at": "2019-09-19T09:04:42.960924"}} 2019-09-19 09:06:43,190 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,197 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,200 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2019-09-19 09:06:43,206 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,213 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,217 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2019-09-19 09:06:43,222 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,228 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,232 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2019-09-19 09:06:43,236 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/bandwidth_limit_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,241 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,245 keystoneauth.session RESP BODY: {"bandwidth_limit_rule": {"max_kbps": 1000, "direction": "egress", "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3", "max_burst_kbps": 100}} {12} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_update_qos_policy_no_qos_extension [0.189490s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,181 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,186 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,188 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,192 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,205 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.114470+00:00", "project": {"domain": {"id": "3729d956a652405f9ba9b0a1f1dadd95", "name": "e7933c555de749839300f33795cb6cd7"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c68a447d18ce46c1a30def4288729f41"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f58eae9b218f4a5c90480b6ee3a5f160", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e31ce6f10cad407584aba3688553ae30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "88a3c66b7576482cac877ae07df5c471", "region_id": "RegionOne"}], "type": "identity", "id": "ec79831bfd564ca3815796f2a7f2e345", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3f1bdf7317b643cfb5a64298db503486", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0623379a9bb44a408ec44a5cd8608507", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a4225c4aa2ec4b8882a2aaefda01002a", "region_id": "RegionOne"}], "type": "compute", "id": "fa485ca7669b4bb4a86aab716839e45f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "88a42550eee94bc0a2a5f559f2f19cfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "4a6225769a0a49adbec1305508bd5812", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "fab4e0477a094f0ea42ff292550f4392", "region_id": "RegionOne"}], "type": "image", "id": "7af16367402d400589f596595c37bae9", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "676e1acc02ea4ad49af2faf45eede23e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "279cc2637a8843cba5153e9e0da6298b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "42db885a1219400fb5704d9ce4f3e98d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "6680d95527764ecea1b60c5a31316c6c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d903538f281d4948a27729d1d60e226f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03a0ed8fee5a40658e9f7c0a7bf1a76a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c897030931e249ed99c7fb9b4ff179e1", "region_id": "RegionOne"}], "type": "object-store", "id": "2e047eba01a842a39b7012a9d150a1d7", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2d4d5694112344058576ef7a9c79a65a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "76a9b07ba4294bb5b0cb8b1f647fb349", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ee5eceb6ddbb44919a810a5758201044", "region_id": "RegionOne"}], "type": "clustering", "id": "3e607998ad394d279a60bf84a69c52e1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f0eb444f901e49ef96190c88c980b6fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fe8dc52dd7ac4520bcf2300a8a08f72b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3575abdb4be54886a55d16c685568dbe", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "61d1be62112a4064a853a22d8f9bbc10", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "80b646abfd2c480287569489a2e6873a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bd32872a8ef847ce8626df0675184877", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "109154c745564724bfbb0eaad7a8783e", "region_id": "RegionOne"}], "type": "cluster", "id": "ee0e9382adf34051a2b6c35e04294d76", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6d18546978684b4db4a2ce89fdd9cdad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e7635e53819a4215afa013e4c1ecd77e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "78583c3b5f584303afaa2d76911f393d", "region_id": "RegionOne"}], "type": "data-processing", "id": "9c997c5e60474d6db14c1b846c1cae94", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2d1765c434114575b7116a726283a5cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "13c72ce781d34f569d6d4b3bcfc638c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "89837f1c526949fa8b8fe90cbefadcb2", "region_id": "RegionOne"}], "type": "baremetal", "id": "2e94255920514f26b2bbc6cb029788d7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0fb7dfdf9bd64b099c68aff5cfa825ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0b89d1b8093f455cbec9ffe2831d05d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b184facf075545959de6d834a9123381", "region_id": "RegionOne"}], "type": "bare-metal", "id": "09ecfa8525f64d60ae80782fb444868c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1ff6148cff56468abd999f48ae722911", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3537eb067220419c937de60ea960a9ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3dedc66867b344a39622ed23cb64f096", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a11d6c74d95d400f88710a9043b4a6f5", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a9da3a84ef8345d1ae75ad0e11d04996", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6f06a68b223148beacdddc256824dc57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e0de17b6b7054209a74f78eba4e6a4fa", "region_id": "RegionOne"}], "type": "key-manager", "id": "bcb20d577d1840149a2c2e73ef3ef3c0", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eda34cd1ad1947fa9dfd7c9f0546549d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9627fa7b33a3406d801adb5ecfd5bf66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "06912814916e44318a5ce22d771ac93a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6efe02d3939e4067885b743469c37776", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "308e8802da0f4c8e920802089e233da8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1b9dc48e24e84049bf6d3d387b4df08c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e01f6a9c8ce6462998b6299f3e535ce6", "region_id": "RegionOne"}], "type": "infra-optim", "id": "172334743e234f61a09f480bbe5d3c9a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "677bbb71d6254d63bb454807b2133297", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7017fae7dff04f21a995c40083b1d8bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7e66ac2b30d644718d6942f5a7ad4c84", "region_id": "RegionOne"}], "type": "message", "id": "e594c3fff818458dba0c6368793a63c9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "47b693834dd34e6a9f7e916c6de7f576", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5dc84cede37f47148fa5aa9d8b5a882f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ac32ecaae4a240ab8dd996ce883edb90", "region_id": "RegionOne"}], "type": "messaging", "id": "880df95965c4476987fb71427ed424be", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "01fb5746424044e7bc3a92436b290415", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1eedbd0f59d248c394934869d10f7d3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b4bdf7f8843e496d90c8848915928f81", "region_id": "RegionOne"}], "type": "application-catalog", "id": "953cd68bb4d64122ac9f14c3943e6d3f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3e5d656dec614acca4e6a3813aba5b2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "76b9a06d3b9b4359ac2a16c7ecf4017b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c5dbcdaef2e447b3a656179b54e8f186", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8abd012d9f9648eebafe161db49d581a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8176f727d89b4f50833d711be594fb4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "78bbc7848e404b9baed1af9fa234d7bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c84397fce304c1bafa17f3fc5fdf1c3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4924a482caf14b5181bb46b6837c2262", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "874a19d4bdeb4b1cb56f2dd84691c289", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c574aae6462140ff99f900885acbcd47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a0a64f9cfb7a4d038c9a03ecfd2462e3", "region_id": "RegionOne"}], "type": "container-infra", "id": "864873e646f14b4bbe16e7a450380809", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "10bbeb1f93c041469ce85cecaf60b6a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "89b723da70e54accbdbff6d6c7c71746", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4dfacfabcdbd4e3b8227c2e870b8dacf", "region_id": "RegionOne"}], "type": "search", "id": "98cd06d68f2f4c04b6289b5dc79a28c2", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2a98f7320878443887d1051f4b570565", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "897f571c4d8f480cb60704b4ceae6f60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b69878fdc0214f338b6bf3a3e4d51273", "region_id": "RegionOne"}], "type": "dns", "id": "49fa50e40a984785a9d0a6f7a5eb3a40", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c9d37e6491764e1dbfb813c450b0f88d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d311e5ab76284209bb32b10270710c43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5e3907611006417bad1039d1bd28537b", "region_id": "RegionOne"}], "type": "workflow", "id": "fc96ea5282de4b88b20a361584e8fcd2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "534ff321272f4941a231f558f1e2e4cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6169b448bee24ab89a82abca9df688b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3a97a8e3bf284daeb20d76bd2e87d3f4", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7d44c25822e341d1ad4286926329fb23", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f3fe933a0a6a4f79af2d3fe21a328d6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3d80f49bf4354b238b0a307218281b00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b61a86bc716b43f3909460f8fd684707", "region_id": "RegionOne"}], "type": "rating", "id": "c593fc0f4615419d8476107ea2ef4fc7", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "241ffd24c2c54468b60520ff8158e885", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ed938391dd9d4befb810597f36d9dcda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6321395c92a1482b84cc35a552a0a2e9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1d0a7d3d92b042ee8a188e9bd1cedca6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "24fcea746efc40b38df496958a14ed78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5b527064ff7c4bc6b82832ebdb580185", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1d9f831158d44a61b269ff0bdb433e3f", "region_id": "RegionOne"}], "type": "policy", "id": "e612cc8d56444be5874dd897ecf36fcb", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d8e2434901f34fb2a3cf4031334c4c3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "85720e5d7aa94024bcbd2bb47b22e488", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "62dfc4085c0f46b3adaaebe18da49819", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "252736f929ec4dd0864fe9a028431328", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5df3f38e0b50483483ca506a734ddcef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "df2c273d8d124f2d85bb252ff61d8c1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f966103dcb3f40dd80ee637da570754f", "region_id": "RegionOne"}], "type": "sharev2", "id": "8ee0f451408a498daf0ba433920e15bb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e07ef024ef2f44eab689d8a389528c95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9ccea1e92fb940b58a077664a952c919", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cb13af9dfb5d45f99751a07e74b82259", "region_id": "RegionOne"}], "type": "share", "id": "077adea971694ce08cad178f9f4fe1c0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e626067c6e5347ffbd69d42bf3467dad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1dc96e8d5a04417c92be0d86577860a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9ae755bea74040cdbcc2d6f1c15365b8", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "137730e317034594930410543dfe5abc", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f749d06d56034c0992946c0e9c922771", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "674dd739ff7f4866908fb80326fdcdfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad3809c77d4a4afba9cbdaa5006b13fe", "region_id": "RegionOne"}], "type": "orchestration", "id": "d4c53c83e4fa4166b2201d779d6387d6", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9471966ba4a4e458441a98e5d3f7442", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93d0622660f44e77b3dc75db455dd468", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49c59951d0944349a9f2a5947e8060e9", "region_id": "RegionOne"}], "type": "block-storage", "id": "17f7b2fd935a476a9454773364ffea49", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49df72e7545748999347a6cf4838e6a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "804bc651e9a74e39b8e9ad018adec5f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "028a55ddf1f245af9696659867e7b3c7", "region_id": "RegionOne"}], "type": "volumev3", "id": "338f1b5ae36b47ed91742d594ad5c030", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c405ede8dab49b1a5299c87edc3eb37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24b5e3e89adc4a2cb021346821497245", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03697f62b0134bc98f2751e7c2e496db", "region_id": "RegionOne"}], "type": "volumev2", "id": "94f6fae4db2b478b8efae32524f0e39b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "671d6b219d8a4a61803630078429e762", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0db1be2a30d642c489ae01d9c60aedb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "094362282da84012bd3e04e8e786da54", "region_id": "RegionOne"}], "type": "volume", "id": "b0e2ce4e5654431797f2fbfcb3093fd5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c918692e763d4e338ef36334a42d6f01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5626b36787dc4b2baea8d94660a105df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a08635ad478649649d1dcfb2f635c594", "region_id": "RegionOne"}], "type": "block-store", "id": "717653d1765e43adaaa11c7e88d2b4ac", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b22e7278cfab4d0990f26d65169a6ce9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bfa7aef43b8f41638ddfb0b0479ba471", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c8d9d6a129f645a28200e8e1333dde87", "region_id": "RegionOne"}], "type": "alarm", "id": "a1d383228b2842a1b4f5aadcaaad25a8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "da6189b792944324ab3d0afbba13f28e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8e1a5da2c6b5441d823c243163419c88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a92c93fb511546fb8fed503836f29606", "region_id": "RegionOne"}], "type": "alarming", "id": "4cc3b63b326c4525b5081ba13c4789df", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "aa01abb669b24015b0aeff0be2e7b2b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6d42b553339b49aca3a39df855bba9d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ce725e06c40c4fe58403c1b62e3d0e01", "region_id": "RegionOne"}], "type": "meter", "id": "6f8019d615534f76a4b838590f69f6c4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ef2f527b8ba140ff97d527420d3557ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9ddc2fb5fceb4364a494d23970dcb9a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ca99f2eaa93d4a4bb9d7a501dc4d315a", "region_id": "RegionOne"}], "type": "metering", "id": "380ff6b929ae47b0a6961de30420f5bc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6f952d63518440a09070978069251431", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "737ad5135d8946aa88eec9202cef58f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fb3f169c41eb4e78a5006815ff6b8285", "region_id": "RegionOne"}], "type": "telemetry", "id": "a04c6f4b7d924541a1acb478ad6aee4f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5d839d5074a54da18e7442c79dbb775e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "205dd1eeece04c1fa259d290d2d503ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "dee8b2e78533417594c55c9d15562a71", "region_id": "RegionOne"}], "type": "event", "id": "5ffc820a0c5a419f8e3c328a5545d8ab", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cb8a7bdb9e6b4101ada52b4affcaa449", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7e887074a67e42ba9199ba5e745b2470", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "127ecfd00e8c430db5f6a9c55fb2ab96", "region_id": "RegionOne"}], "type": "events", "id": "9ca94490798d4a8d94e8a3c1996c1f01", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "da0b349206af49fba914909c9036b5df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d7f2320c73df41469c0e183d649fac36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1145bf6b76b240cb9b6ccea023492f6d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c7e5a64f99354dc3a4469e76c26e0d8a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c5b66e2ab3b1442e855694e313521a2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "87214d3df207496d9bec3479d7a96d53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1f899b00128349cc92f2a52270b81e85", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2040d281444545d889411015fcc41f90", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "50121b088fc0451fa307362702e4d1d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "488582bebaa34679b1faa66372f26abc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4795110348de4de59eca03b7d6213eac", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "1319866584a64621854e6f2e95cb0d9b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "140549521cab49579e71b3a408af174e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ae4c1a8eaf8641b5a73ca3a1b23a9c2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "46e5942f8db14738bd3aa1dec12190d9", "region_id": "RegionOne"}], "type": "tricircle", "id": "44e02c2776384877b7e7ed3b8920271c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "183fc941d59141e6a4f41f52fcdc5751", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "495e1c1e9b7a47d4aabe848e726d34a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0c026d5ef08945f08b166c86b5d61375", "region_id": "RegionOne"}], "type": "database", "id": "c02debff78994175b5bad0298989c248", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "68abb16cd33e41529938078a8d616b1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "433ce4510d4f4847a727d76c710667df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "54b41dc0c65141bd907e1b47430d6e0a", "region_id": "RegionOne"}], "type": "application-container", "id": "b5623cf1e36446e6adf94392e7ba2f9d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "918baac979b6477b8262111f32f3a9dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fdbfab5dd17b4fdab39ba3a4b394025f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7bd67e7f77d847459139ff8d27e31f0f", "region_id": "RegionOne"}], "type": "container", "id": "2913faa0e90a4b0ebb0c760aef73c9aa", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b87ef9a84fe146d3a4bf34da8207351c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "45111a6aaaff4b1a9d68bd08391b7597", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "86992df9b9ff44429fa9e3debfc2a3a1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "310c0859093e4cf0ac3b84e0c39f0133", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "15daf4d8b6424978be08fe32579a42a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e569dd55f8a14172af249edcf7c59186", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "80a917ea302448cf94a6f473980ff0f1", "region_id": "RegionOne"}], "type": "rca", "id": "49dbbf5ee0094659b47cab0158f118b7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0bd588114f7b4310bc2f49e02df15ed8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e231029c70374e4199a1e0578ab40cbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a7f8e0da948847ee959680571b98ac67", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "eadfcdb7e7914c12a69776a51fceb0f4", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "300de82eb0c445fbaa868b849a44151d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "48995f142c5a4e84b8ae4d5f92371809", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "97c01e01ae1b46bdab95044d4202577e", "region_id": "RegionOne"}], "type": "network", "id": "3965a87557814e3da30163b613dea1e3", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f277b78f75924696b5cfcfb318976725", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1bfcf7a99e5e48a9ae5741003122ce08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9d1adfab767b4e6db96dd97d6c4420ce", "region_id": "RegionOne"}], "type": "backup", "id": "35501ce264714abfa085b69c28fc2b1e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7b09e0f4a8964eb0bd7b4cf5836228d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "91c01866509a4841a83ad4cf02e21dff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1c2e899a2d1440bc8909c2f5774e09d9", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d4515be070a24b5eb997bc71acb50e71", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8a4850dc4676426092235cb40f566a92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "024ef53f5b074f25a49a7344e5afc0dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1a820cbcd6b24cb8805478608585368d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6d8e358ba9ed4dbf9d26b4f6d2f70959", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a3e2a62be78d44b3bfad13b14bf7cb96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5d15ae78fdca4260b8c9d34f6ddf57bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "55f55a460af449a8b29d308313334aa1", "region_id": "RegionOne"}], "type": "monitoring", "id": "3121bdf248a44fd4976f70368077f5d5", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "884fbed3df56418aa2143bfd080c3f6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c9f15db4d3944b00a2537185f132bd3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "be6791975f084f0094ed815bc38cbc35", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "5f28e9c0cf9f4035b3c2789c5601d64f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2351348ce5874bc5bf39432403f3ac1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6328e8df54c94116b67c51926c103fb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "78ccb6a5e0f94336932bd5c895d6022f", "region_id": "RegionOne"}], "type": "placement", "id": "45534c9f5d7f4ecb98e42f9d22c805a6", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2c18ea837eb0494db0559985082fed18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d971a3ad0ad648d899242c1fc31ad323", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a69015ca5eb748cc931a26ee4371d862", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d9572e51985c4a2495053f4e6eab26bc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e0272be6e1de417997aba6cda806ad7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bc86869010164233b1f84406ad1fe72b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0e79286acb79440f97278fdedc601d9f", "region_id": "RegionOne"}], "type": "ha", "id": "c695b484a47f45db949f4567f60e9e40", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c4da1438e35b4f24bf7ecf927a5616bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2c984d81139a4ab18e487f8e7412f355", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "39e665f87cc243b8b2727f5817268326", "region_id": "RegionOne"}], "type": "reservation", "id": "78111988a4174fa9a13d69cb3838dc2f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5ff538df902b4771a64bbd02d81652d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e7524b66a7f64b45b53a660e423f53d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "53ff62f13c294ba7be2a6f7b734a35be", "region_id": "RegionOne"}], "type": "function-engine", "id": "a4758dc4da8f4d20b77053fc26920b6f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ea0a882085eb478d825cb8c65b8e21f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "406e81cc73104a93af19023a495ff073", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e26598a729c644788c6a14db53e14c2f", "region_id": "RegionOne"}], "type": "accelerator", "id": "71a9cfe86b4b4dfeb5b7df300dcb26c2", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a990d41c431d4325a7f5a1c1fce1f2b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "05b4481e2b9f4084a91fe855ca97bcdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3cc74d9ef33d41a7b2fd98a834374c61", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2bdc099bc0544c96bef6e2cea7037d41", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b8d3441b72be4a2483338412790ad148", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "edf5e1100be04abf818677a2266c085c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7dd774a1053b4a368c3f154f016a84e9", "region_id": "RegionOne"}], "type": "registration", "id": "728b1c9fa00a415d919afd06ab4d6c95", "name": "adjutant"}], "user": {"domain": {"id": "edd3622113d54af8942827a497542247", "name": "075065f377c54885a82eeef658f46de0"}, "id": "d4e914100868427ca5c7d9adf9feb3bf", "name": "d2e58f98099b4b43b569670fab5763a3"}, "audit_ids": ["ed65f13efd9d4e01997f28571a4b23c5", null], "issued_at": "2019-09-19T09:04:43.114470"}} 2019-09-19 09:06:43,290 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,295 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,297 keystoneauth.session RESP BODY: {"extensions": []} {9} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_user_project_v2 [0.901551s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,629 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,633 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,636 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,640 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2019-09-19 09:06:42,879 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}5158d27a9cfc561b5fc01c7705932ae3568caeaa23b0f44dfadccab4501f754e" 2019-09-19 09:06:42,883 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,885 keystoneauth.session RESP BODY: {"roles": [{"name": "741d0dddfe97423e81a2b97e43b223bd", "id": "43c04217770141d394a197cf994ceef7"}]} 2019-09-19 09:06:42,905 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}5158d27a9cfc561b5fc01c7705932ae3568caeaa23b0f44dfadccab4501f754e" 2019-09-19 09:06:42,910 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,913 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "73df50d9a1f643fd9a5f8cc329ca8619", "domain_id": "d2581839f4184c6ba368db55a006e20f", "name": "username-3"}]} 2019-09-19 09:06:42,941 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}5158d27a9cfc561b5fc01c7705932ae3568caeaa23b0f44dfadccab4501f754e" 2019-09-19 09:06:42,946 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,948 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "0550710257f440f68bb80476c26ce47b", "name": "projectName-5"}]} 2019-09-19 09:06:42,977 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/0550710257f440f68bb80476c26ce47b/users/73df50d9a1f643fd9a5f8cc329ca8619/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}5158d27a9cfc561b5fc01c7705932ae3568caeaa23b0f44dfadccab4501f754e" 2019-09-19 09:06:42,981 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,982 keystoneauth.session RESP BODY: {"roles": []} 2019-09-19 09:06:42,985 openstack Assignment does not exist 2019-09-19 09:06:43,003 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}5158d27a9cfc561b5fc01c7705932ae3568caeaa23b0f44dfadccab4501f754e" 2019-09-19 09:06:43,007 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,010 keystoneauth.session RESP BODY: {"roles": [{"name": "741d0dddfe97423e81a2b97e43b223bd", "id": "43c04217770141d394a197cf994ceef7"}]} 2019-09-19 09:06:43,032 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}5158d27a9cfc561b5fc01c7705932ae3568caeaa23b0f44dfadccab4501f754e" 2019-09-19 09:06:43,037 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,040 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "73df50d9a1f643fd9a5f8cc329ca8619", "domain_id": "d2581839f4184c6ba368db55a006e20f", "name": "username-3"}]} 2019-09-19 09:06:43,080 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}5158d27a9cfc561b5fc01c7705932ae3568caeaa23b0f44dfadccab4501f754e" 2019-09-19 09:06:43,085 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,087 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "0550710257f440f68bb80476c26ce47b", "name": "projectName-5"}]} 2019-09-19 09:06:43,116 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/0550710257f440f68bb80476c26ce47b/users/73df50d9a1f643fd9a5f8cc329ca8619/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}5158d27a9cfc561b5fc01c7705932ae3568caeaa23b0f44dfadccab4501f754e" 2019-09-19 09:06:43,121 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,124 keystoneauth.session RESP BODY: {"roles": []} 2019-09-19 09:06:43,126 openstack Assignment does not exist 2019-09-19 09:06:43,155 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}5158d27a9cfc561b5fc01c7705932ae3568caeaa23b0f44dfadccab4501f754e" 2019-09-19 09:06:43,161 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,164 keystoneauth.session RESP BODY: {"roles": [{"name": "741d0dddfe97423e81a2b97e43b223bd", "id": "43c04217770141d394a197cf994ceef7"}]} 2019-09-19 09:06:43,193 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}5158d27a9cfc561b5fc01c7705932ae3568caeaa23b0f44dfadccab4501f754e" 2019-09-19 09:06:43,199 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,201 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "73df50d9a1f643fd9a5f8cc329ca8619", "domain_id": "d2581839f4184c6ba368db55a006e20f", "name": "username-3"}]} 2019-09-19 09:06:43,244 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}5158d27a9cfc561b5fc01c7705932ae3568caeaa23b0f44dfadccab4501f754e" 2019-09-19 09:06:43,249 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,252 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "0550710257f440f68bb80476c26ce47b", "name": "projectName-5"}]} 2019-09-19 09:06:43,287 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/0550710257f440f68bb80476c26ce47b/users/73df50d9a1f643fd9a5f8cc329ca8619/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}5158d27a9cfc561b5fc01c7705932ae3568caeaa23b0f44dfadccab4501f754e" 2019-09-19 09:06:43,292 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,294 keystoneauth.session RESP BODY: {"roles": []} 2019-09-19 09:06:43,297 openstack Assignment does not exist 2019-09-19 09:06:43,321 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}5158d27a9cfc561b5fc01c7705932ae3568caeaa23b0f44dfadccab4501f754e" 2019-09-19 09:06:43,327 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,330 keystoneauth.session RESP BODY: {"roles": [{"name": "741d0dddfe97423e81a2b97e43b223bd", "id": "43c04217770141d394a197cf994ceef7"}]} 2019-09-19 09:06:43,346 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}5158d27a9cfc561b5fc01c7705932ae3568caeaa23b0f44dfadccab4501f754e" 2019-09-19 09:06:43,350 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,353 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "73df50d9a1f643fd9a5f8cc329ca8619", "domain_id": "d2581839f4184c6ba368db55a006e20f", "name": "username-3"}]} 2019-09-19 09:06:43,396 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}5158d27a9cfc561b5fc01c7705932ae3568caeaa23b0f44dfadccab4501f754e" 2019-09-19 09:06:43,401 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,404 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "0550710257f440f68bb80476c26ce47b", "name": "projectName-5"}]} 2019-09-19 09:06:43,444 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/0550710257f440f68bb80476c26ce47b/users/73df50d9a1f643fd9a5f8cc329ca8619/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}5158d27a9cfc561b5fc01c7705932ae3568caeaa23b0f44dfadccab4501f754e" 2019-09-19 09:06:43,449 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,452 keystoneauth.session RESP BODY: {"roles": []} 2019-09-19 09:06:43,454 openstack Assignment does not exist {1} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_neutron [0.200320s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,147 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,152 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,154 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,158 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,172 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.086983+00:00", "project": {"domain": {"id": "97ab1600c89841eeb7f234161c5044a8", "name": "20d0f1ccc7f84619a883aa283f431400"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3458e75e51e3482f823aa0df29dbe110"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "801ff0a88d814a2d885db5d790c4cfc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "51de5ff89dd64e3c9678983a3ab73b79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "46d8f738d6724cab85801f643ec9f3dd", "region_id": "RegionOne"}], "type": "identity", "id": "e338b75b53384f98bc161c03edc58b1d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "21282ee351084ff0b4e7b31522866132", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9461b878f0e14bc2ace57b22f4f83ac4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "480e29fdb61f450ab665c2ed2c741821", "region_id": "RegionOne"}], "type": "compute", "id": "5ea55738a31e4a73bcd55dcebe7114b7", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "03c52b8113764b2ab7a1469d85b5d1d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "9399a7055bc14534af30d6a6470f290a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "bd045c546d4a42e994579685f3d5f809", "region_id": "RegionOne"}], "type": "image", "id": "74c25bf605984a229c7fd593b51311ea", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d78f9a610a8e42038e502e08b296c7ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fea28b4b0c504998b6cbfe13b21823f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6ed4c2b39eb84392a26f6c62845c635c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "effb3e03013d42e78995794cd8435ed6", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e9a0a197de046768c976f3032d43a40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81f826e3debc4ae4b3d88062f47aa71c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4848a6557092423986b57c24827fe093", "region_id": "RegionOne"}], "type": "object-store", "id": "7201a06aadb1451fae59208b36811df7", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "14ee7c744e96423498ca0e1d92990365", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a8b15261d6194001993f6740e2519cb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d0a92fe62a634c2ea409ab61a8d83fd4", "region_id": "RegionOne"}], "type": "clustering", "id": "b12450d21c354b058633030f71b7d85f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "12313886568a4e4e9ed3cd757ef4bf05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b194a4d9c5d34dd0b9f1cbd35444f395", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "705efea733cb404c8e2c9ec0bfb1052f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "3d003610b5064831863adc8e0269e0a9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "463e58d259a846cdbfbedfcf42b28f34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ed45c5f1248b4f36b6c11911d9d09323", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9d074bf511a84f7cae164b02eb6f0582", "region_id": "RegionOne"}], "type": "cluster", "id": "0d478bfc4efb4c149facb0f3021acdb0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f2026d3b30a8442fa6313e65dee2b551", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c579b9efd7eb401b9749ae88483fb314", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "45e8b8deb2c24ae2a3d4109f8d102058", "region_id": "RegionOne"}], "type": "data-processing", "id": "a8538c956ce4422ba11d56c0069fa597", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5e4cc969b6c1462ab293ed2651aaab95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "847a833ce6d244a689483166af2b6d0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0c8c51914dd64ab197f78cabb673fce4", "region_id": "RegionOne"}], "type": "baremetal", "id": "55d820aec20a4fd0bc1d594906b312f2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0c485bb190c849d8ac009be43c8743ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7789a97c784c41d0bceacea9b8952180", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e225c3f7b74247d2ae5f8eae45e9bf92", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e94cea305fc94781a482532901f50b47", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "da28b18cb12d4335ade68855fde98885", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ee817b5fb6b546b9a6e8913377daedfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f9c15dbceb4145a89aca2a897f260b74", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c2d5cfabcdb845f1a41210d3069e5d8b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a18a4f237de14df69bc606872c6daf31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "97df61f6c51a42cbbda91f31aae86998", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9b4ef8614b294893a45ded780e1cf579", "region_id": "RegionOne"}], "type": "key-manager", "id": "1c667cf369d94c25b9c4fbb00c915c08", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4bd4fd6cf18a41d49a6ff5e2d16eab24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "966cff1c1588439aa18e1e19d8157559", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2638767bbb904b60a7754decf8dd5fe0", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "524a0b92f6db43d4b0c3ffe6a4a56498", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fe166fd3801a48daa7f66d138f618895", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4af9e012d29c44188b429261f0b0b79a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "18f4cd1b363144e7a4d51a8df1746e97", "region_id": "RegionOne"}], "type": "infra-optim", "id": "48f4284852cb4c039c9fe342aeb8bbb0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9e60cb4414b942ad837e7fbdb1340182", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f5873ec02f5e47d88a708777fb223685", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2d3eb29822f8497c9148c9147ffbbe70", "region_id": "RegionOne"}], "type": "message", "id": "76cb7e2e274e4a3390ee939cfbee0232", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "df8eb1511dae4ebaa23eaf0e86fd5367", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "875d0bed956e48f5b251e4130326da9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "17335b2848424658825098f6243ca9f3", "region_id": "RegionOne"}], "type": "messaging", "id": "6e7dd913fa0c4f458be154f922223372", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "58e957f4e0214115bdb92d89dfe7dd4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b6c2fca59c0a4abe938c8efb0bb2f469", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8b959079a8874d1fbf582ab30d5aa1d3", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6eb04bebde6148a8aa8c9d51dcda281a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d390a4118dec4302902996a262398688", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a279c599132407f8bc0e53b2de85a49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c5b776c4343a4062b0c2c6a7699713a1", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "34cebfe755c54a67b8acfb2b521857cf", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "30ca2b23d73c4ed9966cf3e3c10939c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5d49ba005765435a8f3db0b7c17e49d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f9df87b4126740b399fe8d21e6ca8c17", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2280662a1ce7401e8128e6a258d6f7d1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d60481e1d37a4ee0a1123337973a83bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b582af2e4494632a14dc7a2a5a7e01a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "88a5b1f882fe4469bf902017bfbbf0fa", "region_id": "RegionOne"}], "type": "container-infra", "id": "c96c36241d8144f38e77ff2cf479ee16", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5da518c03e044b01b75125ea4d061c1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f4a7ee19f05f49b9bd5fb3aba2b0923d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4bf742b6c8914b2caae7bf137faef2df", "region_id": "RegionOne"}], "type": "search", "id": "58f138bafa024971b2b5ae9e0932ea92", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "40dabf7f97ea4d4688bcb09a6269072e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "91dcc4f1726b4466a49e1e9ffb8a8190", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "825f324ba67c4242ab4c075daee1c230", "region_id": "RegionOne"}], "type": "dns", "id": "33fcb5f2fe0442ff881b04d2e7384ffd", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "df8a60219dc04ca99ad791b6fe6a3ecb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5e98a87e09a34edfa8a44d3c2071d60b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1d8b27b50c414f78b57817e2e6dd36d2", "region_id": "RegionOne"}], "type": "workflow", "id": "67c2f533b0424c3bb1ec1e15f0fef6a8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f308f9ea8ed942d7b8a3cd6a9145d2d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "964756708e4c47aebef63d22c9c3ac37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d074fc2ca11044ec96ff1b10b285c61e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2976015711f34890a28df614bb346370", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "bc8f757f148c468da9788d605c636421", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ebf9fc39d2e94e54933787e12cf91e88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "dc4c216bcf80472ab43ee5a2499ddd91", "region_id": "RegionOne"}], "type": "rating", "id": "388f99a91bfc49058ba7f1174d2a0376", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "949e2f8df3a840988c6587560dd79dbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c459fae234ad4a3d9f2743a01e26810d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "eee5887518c04cbd8799c34e64e53b83", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6c787a0133b04782839036e730a90210", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5dd586afcab449179ed29494ba7eb87e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9124cad461474e468204b2c8756a028d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "003fa57f8d0949c4be616c0f1bae8a2d", "region_id": "RegionOne"}], "type": "policy", "id": "a13876787c4c41cd8342c049938b429c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "54ddd0772c8c49cfa0fa0e817cee8f6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ed3cbedcf3aa491b8e906d485c68314c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ccce52bf031945588ae5e04d8bb18e81", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "24ff482f2f634362b585ac50b180712c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2d81420333a040449ee3935d696c5817", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "59c85d4005fc44aa89065966eb718602", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9f764ece5a594ae2960899c229f2de38", "region_id": "RegionOne"}], "type": "sharev2", "id": "9d0b63da71ef4bfbb7c336ba368fb822", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8a3f5b6344634da89acd8c29ef199600", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8bdc0d8b4a064d3dab9b85b2b3b7a830", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "aa418cdc761a4423a05e9f2d64cb6631", "region_id": "RegionOne"}], "type": "share", "id": "44ed15566b50440baa52bd14ddffc7c7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5c5248d3a4414a888347a53524fa752d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "80e91a42dcad4f009886b4c353e85057", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "8c182c61d39d4f429ed38c2fd51a62a5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "55f9e44d3854403cbce909b9f9771bdb", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3a0d7a16e314aeb8333c00df79dc428", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "724f6f71f077483fa11c4f42b86f1460", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76e57af5f4034b699354659300acf909", "region_id": "RegionOne"}], "type": "orchestration", "id": "5fd3b2bc00a2485ba27d68bb2e791d81", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82f5d06c1e374e568fd5fc874a408371", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99b873f267b34342b1a995e78f40a026", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39e3da4013d942399fb49da1b601cb61", "region_id": "RegionOne"}], "type": "block-storage", "id": "57f57dcae7ac4115a2ecdb5c3226c384", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8d1a77856ae4b818463258c73e8c895", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37b89dc3bd644ce9a81b715757f70955", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16345f698d344c1ca06b388e3e31319d", "region_id": "RegionOne"}], "type": "volumev3", "id": "658ae064eec04e478018254710ef755c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4d9df60a765495c85849587a9349f85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d3afb11694040b4b622e1213a56448b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1d360b76628408687502514dcf6726b", "region_id": "RegionOne"}], "type": "volumev2", "id": "cb2fa19d1b144e6c8b1fe29435eda15c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cbde7e42b1d74e39acf369d6b60a5903", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7f34f99253e457795cefa036ccab876", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af6e615254c44f069048ca66a245e7a7", "region_id": "RegionOne"}], "type": "volume", "id": "1ee90dacf60f4ee6ba5f7b1c22871f52", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "080693bdd4704be0af636b234e7a30ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28e81ac87afd4a3e8bd91c09e3a6f774", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fbe94893abfa40fe8a76019b0d0bb386", "region_id": "RegionOne"}], "type": "block-store", "id": "677a345f4f6d4bdc9600391a348ea1e1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "86c663b2c6644ec48a091ecb3998f80d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5a37893369974da2b23de7bf65b76b63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ee3403c229b34c5ebaeb457a90afcb79", "region_id": "RegionOne"}], "type": "alarm", "id": "cf059be1473745ff970a6c8befdb1fd9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f972513440a0413e8e1e5950fc85fabc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "70a73fcbc1d54611be53ba17cb6d3d9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ee8e7782b2e1421f97b8a79736d3a715", "region_id": "RegionOne"}], "type": "alarming", "id": "874e2db7befc4847aba11bd43517527c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "013b4cf532084d3090101e90a07141ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6bc23085617344a7a411e0c925b24b12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "74dcaac5c3ce44eca0c6e37f3e575a1e", "region_id": "RegionOne"}], "type": "meter", "id": "5d45d3b501cb4a5a9514db3e31ea1a2d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8821b7ad6e15485b8c5859755a3b56a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "23839a2bd07b409f9f68d6337ec94311", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bf734ac8f1c84ad0958ff4ee0b02af08", "region_id": "RegionOne"}], "type": "metering", "id": "56d41c112c6d4d289ed53384f0c3edc2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b264e4b3ee684995a23883d9d1165e4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6d581f264995477199e0647889acfa7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "021bc6c1c0d84556a405d1802f2e9261", "region_id": "RegionOne"}], "type": "telemetry", "id": "827ab1ed77ac4cdd81e7de31057da8e7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1bbc9da4a9d44e918f330731b735a9a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "caf35c46ecde407d95a2ee1bff4bd984", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8431022fe3a541559936ea41318ca3ff", "region_id": "RegionOne"}], "type": "event", "id": "2a552e0ea2ab429cb0c1c73a6b6fe7a6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "46a743589009413c917fb4ce3d4d707a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c06b0a323fe8419e9743fdc32276cc42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c7311e56550047e8ad1521007c228f69", "region_id": "RegionOne"}], "type": "events", "id": "aa428d73ccd640ed8685588b3e28a941", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "00a9cd972e7140b2a71803a2c8c66577", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "59d2b38247b945cdbf60ce67fcac24f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5259c0a0620844b7aa3d773449640ceb", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3c49967647fe4e6cabd84feca570c3d5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "698abbcbe97a41af899cfb26d576e7d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "25ab3043c5b7482db30b9a26fb3496f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b37edfda247145579d2bf90bf6b141fd", "region_id": "RegionOne"}], "type": "application_deployment", "id": "da946f9e74ca4aaa813b08d86d8dfcd5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c666611bf11a4c23bf868ba1259ed1a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c0b57b8073e8456790a622ea01cfe493", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "44edf4d930f749c7a5c87c51bbc454cc", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "08864e45aad74235969533db61857cd1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1f672c8269dd4402b2cacc4a6db3a0d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a3473785262f47539f9980d1604d9b7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bbb66001315c48139703ccfc778daca5", "region_id": "RegionOne"}], "type": "tricircle", "id": "e5e52c702d694c7997d4a29eb9f61362", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "27a68434af444ee28844a06321a235a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "60049b7bac2f4821b5b02faded833eb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "fc5daa3b9d40436faeba0acaf09bfbc4", "region_id": "RegionOne"}], "type": "database", "id": "bc90c538aac64e9395e7c644fe8bcc91", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "178fe4ceb04c4d18920d4393f83e4958", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2896d553e8cb4478bbdda8454be7b5f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "68f095e56fce4ec7b3638a5cde3ada50", "region_id": "RegionOne"}], "type": "application-container", "id": "ab00d7f234584cefad18ee6a602c73ef", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6e34ef1e8ede42eba35249963d6c2649", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fc655e29a83a4fad8b2a61eb122f1c1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "622bdf65528247e38fe86052aa9ed4d3", "region_id": "RegionOne"}], "type": "container", "id": "c4fb4349681e492fa88dcc61cd793e5d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c44456a528fe4e6aa5cd6ad8f8c1155b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "07247a0f24be498abb72b5683a8dd45c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7121d50c7fbc4d4497e90071fbb3205c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b526e800f4b14feab4275d2f9a8dbe47", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "20f04948b05c49eca80da082fae4430c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6fa9bbf14b784ebb97c25057e579a443", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "737c9b6988fc4be1b12434f8b8e71513", "region_id": "RegionOne"}], "type": "rca", "id": "d27e684cf2f940ef8e6d8ddc5d17543a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8f6f07dccdb241b281231b6513847481", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c493d5aec2df4b19942cee8cd898da5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "11e46e314b22441d8819a568c138517a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "aa1c456058dd4d65a6258a3730b49b56", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "930c15ac239543ebbc2a40bc2be31ab1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "515cfd0471794380a02e56a5a9f5ec84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f0a291452b7043fdaf42386b0e958097", "region_id": "RegionOne"}], "type": "network", "id": "54d82b45154b490396dacf26ccd2fda6", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "8d1e7d21177a443792a647a71593338c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b93b3170a8df42e3a3eda9ad26a64330", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c00633b33b9b45fa91c7fefd7e2ccf61", "region_id": "RegionOne"}], "type": "backup", "id": "8e14cf19d6074cbab8e539969252f6a0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "53309bac0085421faa9f5d2a9d3b105f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "85a6a65e439a455891934b3c6cbe3367", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "60c0bc5ee26447489666740f197b4c30", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "06ef6aa665494cdfa45975dff02d6839", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ea0562e72a5c45c2aaa7b4b8413ac7aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2f5f23b512574fab9abff1de204af073", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "333818c6fbcd40e2a0ff0f61e3ad141e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "29404e49fb5145459ec4c6d364483772", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0c2bad0e6cdb4db49d01cd5952b4246c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9e5970ed5be24b0296a85f8bd0e63647", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "bc5921caf2ac46aca88ca168a1f5efb8", "region_id": "RegionOne"}], "type": "monitoring", "id": "a05703ac2ec5455c9eaee68f07d1f85e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "844ad52fcf01467c8693623c6b8404ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1b35b64fc4294aa984363e66b692c054", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "99c495ea2ca747bea3647cbf14ff8387", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4b6f61cb810e4d7097347c8e40530585", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b2913505ca2b4187bb61b87c2e3fa9cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8c7c1daa74e1474e88fad40aa96f0533", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "812fafac0f224a759c2930b0dacf926e", "region_id": "RegionOne"}], "type": "placement", "id": "051730bd45b740c798cbbd22b9e24678", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d8d16830b85847f095c458fc27c326b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fae05b7e91354fef8dba9d0dae1d4348", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bb85726e530a41759e42102adaa37de9", "region_id": "RegionOne"}], "type": "instance-ha", "id": "02bdb466717d43759788260887ce8812", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d13fe51601bd4cce902f085d8130a87f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e91e13bf8f37444a866171abea7bec9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a42ef5596b1d4a4b9f92ab299bbc1162", "region_id": "RegionOne"}], "type": "ha", "id": "046c48f0b22e4252b60968737670dbbe", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8d1bb908b6c343a6abf371e1160a8113", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ace8af8de6734f11bec396ba9858410d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4ffe4af3d93a4219a4e04ea63b7f7325", "region_id": "RegionOne"}], "type": "reservation", "id": "1e797569441a4e7cb5d4bc3a8adf1dcb", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7babc8334de943f98192d27c1122bb42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "76e4ebbc1de642f0a7b40c485c3c96d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "549fb3a650254516a80480c4e50d7e69", "region_id": "RegionOne"}], "type": "function-engine", "id": "eaeb52a9ebaa4a57a19f6b5815fc1b15", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bce34ce2004d4560aecd2ddadfc30251", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a174cc03aa7d4ab787d1b599c225835e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7eceb1335ea2456bb9d659b75adc9dbc", "region_id": "RegionOne"}], "type": "accelerator", "id": "9d97d97567654e15ac7edd2dd77a7101", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "53e73b4ef74141808f8e9cd0908515f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8ae59e5803c748e3aa011818252d067b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b0638932a41d4370ade440655d86545f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "1a7d3808eeec40b78c419c094ebea638", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c8ceb897e547448da7590e04d16f3885", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "538d467e210448bb81dc19edadbda8c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "da41046d4b614d45b8f1afaf4602d3e3", "region_id": "RegionOne"}], "type": "registration", "id": "46aa5ee8213e4c2b9b9ea08b8b67f609", "name": "adjutant"}], "user": {"domain": {"id": "9249e6beb6b34ae3be5b20578fb4fdf4", "name": "3d8e20b965084fb19d0f27a7786c24ab"}, "id": "b6d4e5ef7a574ea2860aa5eaf5014536", "name": "c6a874efa64749ac8f3e90c7a417e08e"}, "audit_ids": ["33ecbb6388214e31b500344833a73ad6", null], "issued_at": "2019-09-19T09:04:43.086983"}} 2019-09-19 09:06:43,270 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/security-groups -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"security_group": {"name": "openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_neutron-2", "description": "description-3"}}' 2019-09-19 09:06:43,276 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,278 keystoneauth.session RESP BODY: {"security_group": {"name": "openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_neutron-2", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "security_group_rules": [], "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "2", "description": "description-3"}} {3} openstack.tests.unit.cloud.test_volume.TestVolume.test_attach_volume_already_attached [0.065468s] ... ok {31} openstack.tests.unit.cloud.test_recordset.TestRecordset.test_create_recordset_exception [0.292848s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,171 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,180 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,183 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,188 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,202 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.105111+00:00", "project": {"domain": {"id": "a645bb27ca274d80bf9c8d70e6d7bc04", "name": "3bf782040067435598c9b7efcd48bfe6"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "50195fa752e94c97a66ef625d72fcdb5"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2cc068d310504d39a42d9b3a2b917e28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "540e4eb1e55b48758d51ca0a45da26b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f92862043060474797a4f16c7f82b00f", "region_id": "RegionOne"}], "type": "identity", "id": "89708fe354cd430f89bfd32c902fa854", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fc473efb94fe4e5298ecb5f44f0b1f81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3bd2351447984d09bee50c086f6a750e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "722c48dc3d1d47c6b24b5268776fa7c3", "region_id": "RegionOne"}], "type": "compute", "id": "db129fba214a4635a485cb493caa7c92", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9a0bd4aa7b48491fa23564bdb80fa2e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "024118d57dc4437ca8c856fd933cafe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "635771d662a84466ad4d5d7b9c3b67d7", "region_id": "RegionOne"}], "type": "image", "id": "b62f2698da694dcb9c42e57845191313", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3799c2d2931c47b5a2b4577fbf5e81f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c8bb0b33a409438da21ab8416ae854fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "69e8a95a23364bfb9a5e250f682db97f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ebee707cea7a40cc95802148e19b254e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5eec43f6de4f4f1ebbdd00b564b83b73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "301b206e56084162ba1c98661984535b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e1e2f7787344dceb4cbae57a552ed03", "region_id": "RegionOne"}], "type": "object-store", "id": "797d5c7257af410487adc4902ec23465", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7f4b9aefcc414e46aa761c7e9f3ac48f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "08fa12f83015439d9e64c338b4f0453e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5557855dd3de410b96880103883b3f05", "region_id": "RegionOne"}], "type": "clustering", "id": "3f9da71d5fd04128a4a3f60685bfad04", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d4500baa0e674bfe9db12b917b4c3174", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "deb59d160e8f4684a1c214c35d088ca7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "61965e66e77a49fe9d6da127bc9e7aca", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "184b760f030047a382b4547fb7158445", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "51b6d59fde4d444291aef391c48d7d04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c9b09763929a49199056f3ade9a1737a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "905bc084d91f4b9a9a5e15e2c049ccf2", "region_id": "RegionOne"}], "type": "cluster", "id": "a0dc6fc7ff0b4fd7b2f5c069c63550de", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7d517b000c0a4a7f9c4a76fb5e17aa4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9fe465ed4431499a9427df6c6b0da020", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "02ad2890b2c142549b16daa50dfe15a0", "region_id": "RegionOne"}], "type": "data-processing", "id": "6e26834d175243c5b65dcf199aadbba0", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "652027808a4f407cba730a890fbcc075", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0da94a487ff7493dbbe38b2746de3366", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e0c57baf8f234fc687e57768be59322d", "region_id": "RegionOne"}], "type": "baremetal", "id": "9c6516a695d749f0bdfcd5f7bb6ed850", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ea4b58648ac54376bb470daf0e67cab5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "62603a1869f04db791b7e70eaa790307", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "95e94a53123149eca02dc87fa57c18eb", "region_id": "RegionOne"}], "type": "bare-metal", "id": "1e8355f043b2490687d3a71ccb4f109c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "009db59a6b814be48428218177c28ad2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7ec46eafaf11402a8dc68e870d7a8036", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "fc89e83d03924fe6a31017bba5da6d59", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "4c83f8f9e5df4fd8944d7c1be95183a6", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "179af81b34dc493aa8fb1f7f2dd727cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0d413667fd8f4dc380d5ad7e2d0c785f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b9240ea3faf04fd98ef3c852c43a37fc", "region_id": "RegionOne"}], "type": "key-manager", "id": "a7eb2197c31f435a9d4bc305c77f5db9", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "73d4d48bb5f945708f847ca36f9d475f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4ba5b7f2042f48d1b33f0658113ba1e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "592d953296ff420ea795249f34468aca", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5cc2b49f917147a3afc024c8ffef0008", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6f498eb4bed140bdac54674ba6a62173", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "11eefb3b4a804373bb1a2de6e7d61001", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d7d38cfa69be41f181693f4e19355a9f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "046c8d37ad384f85823654754a783f71", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "02388edd81834b068d7c90a2738ce0f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8ba02541f4d9439787177ed3cbe58275", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c61688c6f3f34336a8128d397e96aa20", "region_id": "RegionOne"}], "type": "message", "id": "136cdb434a984a6c8684e3ec73b3e1d5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "80a39b1f9c3a411d913d16bc304d2f4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "32d7bd67927c47a2a096feea3c5712e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7857b609cb8b4c2688c6b089831d8e26", "region_id": "RegionOne"}], "type": "messaging", "id": "9d9909385ad6411e8d7e19477a9d5af9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e334b230c93a4ab8b507b70ca5353de8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b41d50e32eb14d05ae06dd1b16e7b978", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8aa18d0c7d9c447bbbbedead35217e7e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ddcae007073a423f9bcaa34862752565", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "adc6e0bad9ac4456a414176e80977cd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68a03ede22f7453fabb43c82196d14f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b13f5605169a4582b41619748f672c89", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "43ed7ad76e0e4a43829c5a6a1d29d520", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "36b98393515c46d4ac7c0d6a4750fa4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e47d38b3b908459aa0de248538cbaae0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce4d66c0183d448a9bfb2a7dc45005ab", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "387c279ea7954f9782a94ce35da26445", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0661d2d1f7424adfb0f6cadce8b40036", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "715b574f59634ecd8476bcb705f896b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3096d64115c94fc5998c6832859249f0", "region_id": "RegionOne"}], "type": "container-infra", "id": "4242db86f08e48ff8be90c1966b9dbc4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5e51ed52b3934f38b897b1f5c3aac005", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "0731da1a45f84018ae7cf54b83404e39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b9cee5b3805f4e7dbc15c09ba4be5c1d", "region_id": "RegionOne"}], "type": "search", "id": "2798591229314b9fac1068190532e7ab", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "aadfae1708e84d2fb2403040a66429be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "fe06f37bd114404798125082ba85eb6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "34703d51bf464962b192562aec5e9fec", "region_id": "RegionOne"}], "type": "dns", "id": "c139964dc9334ebca26fb7ba953ea578", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0bf91d26eafe4570b673904e64f4c1fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d9b878de20ab4559bb02c3b3996ca651", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "65f055545ae840bc9ec93571ad963a9d", "region_id": "RegionOne"}], "type": "workflow", "id": "2b37615448f745bb91f884c8cc68ceeb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6b61eb2bdb6c4b27b140c2c85ff5d7b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "62f20a1fd5e447e9ad9bfd442005a673", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d874cd1cae97433a90683483ee0d11a8", "region_id": "RegionOne"}], "type": "workflowv2", "id": "fb57edbeafd847bfb490afc10be3efef", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f9710ae8497e4dbeb36dfbd7035a001e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "cb89e3b58367480494f95b2c4bcdb5af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7aedbd8cf7004e628f9acde88525f43d", "region_id": "RegionOne"}], "type": "rating", "id": "ef163daaf1a145c0aa127ed22996fef2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "519a2ac115e9462da2aa821569fdc757", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "17c66d11f145498a8541ca431b61f639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "069e2dba0fc341a3ba8e7596345cc034", "region_id": "RegionOne"}], "type": "operator-policy", "id": "2cd049388fff4e5599b2dfa3de2737b3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9b1aed0c92de48bc88544eeba573a7f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b1d5cede00a04a569c3617f45ef86cfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ec9bdc0f7bdf4098a2342c8912213048", "region_id": "RegionOne"}], "type": "policy", "id": "eaf0693a8c1c426b905394bf06d9933f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fd9cf64ce6f8492ea04d94fdac9aeb88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a2f6389a4802440fb14fcc25e83d88ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d83ea487a2ba4b378539d2b04f42b4c5", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c4e00141b004427ab9422f70251e3019", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0e85f8a542a943408a4889e68cf04dcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "699e3e4890ea4b93a9dd0c544c8d15ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8fd97d00a2204c159ba3cb2a3bea048f", "region_id": "RegionOne"}], "type": "sharev2", "id": "0dde107ad8634d7696185a770490f674", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e2206b66f9f243b2846d47fcf2dcb890", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5dd3fb04f0c7482aa2036190a2d2f330", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "09ec86e3d0e74b53b3565028dc857523", "region_id": "RegionOne"}], "type": "share", "id": "5fcab930914e426fbb63b2d46cf1681a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bdf7fbc5bb534761bafa76e3519565c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1ad3ea9377aa4e2b9e09d35a9344169a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d0627122765d4dcc88cc5a38c4280d46", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9460674852f0457ba6f5275fb2dd0196", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "448a9f40c7474d9da42ef8036c18a299", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0530509b2fc94acf91678d4f80aae554", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d9710adf40c4a8d9a43dab044aed1f7", "region_id": "RegionOne"}], "type": "orchestration", "id": "eb8b962710e14a6eb135c30d8771e6ab", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be9473c3340143bda7747784de3500b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7c06bfcd68d417a9be346507e4d2083", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10f0ebb97938476284d65dda3bba559e", "region_id": "RegionOne"}], "type": "block-storage", "id": "a6afdbc936764fe5a453a448ed6baa79", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "585481176106460e98c3eb2cee97494a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28cdeefde8bb4682ab6d7b6869fff241", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c32c948dffd4d9098e73e27c863a33d", "region_id": "RegionOne"}], "type": "volumev3", "id": "a09e1da600e343baa2b0bbd6c2ea551b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f99ab9760e29416787c245815b537063", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e3ecd466e6a49bb913609a19e0aa139", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37abc162659e4f8587e10e6172b119d5", "region_id": "RegionOne"}], "type": "volumev2", "id": "f247b9715691447a9a76e8dfb1f4ef33", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c0fce91f1a44591b29daed36e139782", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11342baeaa37458dad036f1b97c721ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a82bfcc2de9444c88ceec063cbd831a", "region_id": "RegionOne"}], "type": "volume", "id": "6029ab9e2a61401c8f37f7e015af9cf4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c792edf351134eefba7ba093d8c85f1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e98e24686c91473da61eb7a32fa64f0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64ba3305588b45fb8c58e5931d1f87db", "region_id": "RegionOne"}], "type": "block-store", "id": "9bae7f19a81d4d25928c7af2cb4d05e3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6354c00e7a324d0282bf73f8f61fda74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5cd8db16baaa41e8be8b265928a6822b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0ddb3c12f3e84832beb622feeb8de572", "region_id": "RegionOne"}], "type": "alarm", "id": "d1237c3b5a9f4f1f9f53157e46dff9dc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "90ddd9a587c345259f566f2afeb029a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "26014b424cbe43bc9e79c9b439c1da74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d2bb3cd3ac7047659b65cd7df70e51b5", "region_id": "RegionOne"}], "type": "alarming", "id": "fbcbd415c7b242dca981c6870cdaf7e1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a186b283dacc4d16a9decdb4e73e4ee3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9981fad5cf3a482cadf58381b6e75dd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9c0b028b09b74addaa1ebef279473663", "region_id": "RegionOne"}], "type": "meter", "id": "fee95b4529404e0ea22e390d53900fea", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "35d3ca364e944343bff73a3e706bf2a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8cb697225c744631bf08e72d627310aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0760a615bd15421db27cc0f451d29334", "region_id": "RegionOne"}], "type": "metering", "id": "79a84cb7b3e54346bece4be5f0dbff57", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7b70d0e52ab941aa94f8ce08eb3a312f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "13d43d5247974e5a845a276b1c9943e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a0486ba0caf543e0afccb468eaccfabd", "region_id": "RegionOne"}], "type": "telemetry", "id": "7df1085229554a59b86816e64cc2e507", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b9ec97bc8bfa4381842774146f81e4ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "84cefabcf18e4d26b99828b7d55f3315", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5e0c0ddf9d4e4bfd948f17fd2c4115c6", "region_id": "RegionOne"}], "type": "event", "id": "99e0c388d5334ae0805dd3931bc76f18", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "630b1021875b48a1bbc1c5dda81be4c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4be2478a3b4f44ed9bec5557f81eab6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7b56b58c051141d7827a7edc66897ff9", "region_id": "RegionOne"}], "type": "events", "id": "5cdffebc39b643cd8634ae0c9bb1cb98", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fc90957896684e1a84c13d21e75a7cfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d8eb2f41a0e54973a2aa86ba75026f5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c4f1dd94e4fe46e58d55f9a0f06ea058", "region_id": "RegionOne"}], "type": "application-deployment", "id": "5f74ded3b1b74a0f81216e53de91dedf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c7632576ba2f4fbba59027612fafb055", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d06ca426ffdf4547907c53fc5ae1b8d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0737ef13bd4f4fad80c578fc2831c78b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6a7d37a158fd4cae96c7f41588cc4804", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0d98b568e7dc45a6834ad371814c7254", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "535d02fb31fe43fdb13f8b30f434a264", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ca45a759daa24934a90f957a0aca7c9b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d8d441c29b874e23b1a84da7900f4e7f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a02631f7e3274df3b8a5f6d916d6e99c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f9f3d0ba36f64acea4ae0ce0aa9bad2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cfff6378812a4f48957f900a5822ae0a", "region_id": "RegionOne"}], "type": "tricircle", "id": "bd0dab9d67a14bc7a8512b7379e6611e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "58c8762a33524fb684af627cafb46440", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0a9c56c91080430190fb667f15eb4339", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "72bfb41a0d154d66b962606502ea1e6f", "region_id": "RegionOne"}], "type": "database", "id": "33a2d503b76a45269fa0038d26a9b5ee", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "457cab71456440b88a535b852fecad4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ca9424fbcbc94e7dac74135e6dec201b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "021c7518f8e14b61a5d9cf65d7797b63", "region_id": "RegionOne"}], "type": "application-container", "id": "cf65fdb493a241189a75fabe737d5bd6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0f6fc5ad97cc43b7bd72062a46fd5cb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3662fb1f473548be9706ac67c7c02d0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a8ad3ac3e71046bc9a435c506b4e1134", "region_id": "RegionOne"}], "type": "container", "id": "72110a4c63fe4aff9e2e0737b670ca3d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "52a4b36d11bd4005979aa9102e616f63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "44a7f582acf7410aa0c65d69105a41fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "76f07e5610e6410d8f5674b280b21704", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "3ec7c3ce7ba1428aa6e397a2eff40ab6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b4cfdb8cb495426a99467219479c04d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c6e65b4fccea4088ac9c141ecad63a24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a359cec0600a4bcabcb8cd34b5b1a5db", "region_id": "RegionOne"}], "type": "rca", "id": "143d34de77de4b12bfc48b4445d76852", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bb076270d1b545e6b2379c6b3c025691", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8c6cf1a08bf24669b8295dffa36a1250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "819725205dac4380ab7560bac77e1cee", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e849b8c14ad34d4e889077f039eace83", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ec2770408e9446c8bdeb1c5eda35218b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cd4dc630095b47169bfb00e4a0b65a3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "263485d11bd54e95adcc791d00d98bef", "region_id": "RegionOne"}], "type": "network", "id": "921970bf4bfd4190997ebf453fd546b6", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0304110cb3d64225944ef4eca3983164", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "fc2440f9f8ce466aa3363085140b07c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "73ad3d674e544a7d8945c2fedf0bfe5e", "region_id": "RegionOne"}], "type": "backup", "id": "c1a96bb3e2f942deb4b7e17e28f55b2e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d7b5134e7dc24f0d9d62b7cbe0314813", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d89c9e0d6c044f93bbc510d990af39fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "29abfca99adf45d0868f182f9181ff17", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "759493cd968b4702a438ea11cc336a69", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "27da11a2e53348f0aa4aa2406794c5e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "61911326c5eb479aa441bb6011225651", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "df64d28ca73a4412a8b5c225f343f98b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5f539cbca8314094ab39311433b27984", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0188fd3bbfc3446aaa1ab615bab3f132", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b4ec9b0599564ca199a9ed53f438ba31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "604837c47ce84d27a83cbd1207f17dd1", "region_id": "RegionOne"}], "type": "monitoring", "id": "9b04d12718b04221ab81fe407191422b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7d48fc42480d4b73b34123da2c7a0909", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "dbd6845d02d843fdaed3eaadbfdb21f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f66bd77f2db44dcfa7b2319fa9069b02", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "52955f47cf2d4e839f03da231f814285", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6a6bc33e601a4a51bf2f43aaf14d1887", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "fa7c4fd2298c47e4a51dd79f141a0cef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f486d0e39c484064943a427fcee4dc18", "region_id": "RegionOne"}], "type": "placement", "id": "14b329a529dd40b0b6ea848b4fa15cc7", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "92bf848174184dd9913f88c45b8e4cba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d305800b0fbf4f4d914b4cf557d5452b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9d1736ace7604fe6b9e3114f8cc861b5", "region_id": "RegionOne"}], "type": "instance-ha", "id": "6d525dcf5d0747888f417119d72dcd7a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "70a09ff6aeff48cf89cbbac16e89029f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2411b974199f48f0b40c78c997e37ea7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bfabed66c3304bec8e6cace097242783", "region_id": "RegionOne"}], "type": "ha", "id": "575b424d23fc4f689ce20ff375cee638", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "696aa2bc3cd443648e69182993f1a70b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "dd27988eee224cc6a4470040eeb3c61c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "47ec8ce3d649457c839c45d47a5f65cc", "region_id": "RegionOne"}], "type": "reservation", "id": "69900ae571934f4d9aeb9cabbe05a126", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cb2252b038cb4dbeb2d57d22544ab583", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6b8ac322823541fbb3dcc7f046ea9579", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "9838a7f73066401187d9df438f2680f8", "region_id": "RegionOne"}], "type": "function-engine", "id": "63d2e527b07a40729950d82d52e244c8", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d3e68c6f58f341788efd946c2f68d0d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "04c48a542055401a8a2429d32e9da8a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ee37e08f183141cfbfc00546bb60338e", "region_id": "RegionOne"}], "type": "accelerator", "id": "6d2c39b53d004a179ae1038bef854666", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9ac4e8e7226b47a984c927924294c36b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c337e174bf34405a89dc2793efc868c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "73c36fa4f6694fbbb3c937f1c2a7fa4c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c01cd8a4ec5048228920d955fd5489ff", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "511769b0174f41da8aaba2ae262e50f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "beb2f736d6f84babbe9ded4bfc8c1fd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d51f5b997630471784eb0c37a4904e09", "region_id": "RegionOne"}], "type": "registration", "id": "00517c6082924b3eb878ed9e896a62d8", "name": "adjutant"}], "user": {"domain": {"id": "3323c1d6775b4dd7a8e451599bda4b57", "name": "d3ad5e9a3b354d3f88c6a47d306f7466"}, "id": "ae1e59f1c7dd4403a483e2f22f99e891", "name": "77e7bdb2a7854fb6a3fcf041ac714348"}, "audit_ids": ["09d97a06f7f84d74bee811b5184aa76d", null], "issued_at": "2019-09-19T09:04:43.105111"}} 2019-09-19 09:06:43,301 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,306 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,307 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2019-09-19 09:06:43,348 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,354 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,356 keystoneauth.session RESP BODY: {"description": "Example zone", "email": "test@example.net", "ttl": 3600, "type": "PRIMARY", "id": "1", "name": "example.net."} 2019-09-19 09:06:43,382 keystoneauth.session REQ: curl -g -i -X POST https://dns.example.com/v2/zones/1/recordsets -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"records": ["192.168.1.2"], "type": "A", "name": "www2.example.net."}' 2019-09-19 09:06:43,388 keystoneauth.session RESP: [500] content-type: application/json {25} openstack.tests.unit.cloud.test_image.TestImage.test_list_images_filter_deleted [0.258919s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,183 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,187 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,189 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,193 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,206 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.119263+00:00", "project": {"domain": {"id": "6bdfc120a4754b4bb2ad5e066f536e6b", "name": "71b6f1fa44a245ccbf3679012427d0f4"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "2eb94b6d1cb24c9a9440341732b6e599"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "cddc08342f5043d391cc5cd5d6f6ae97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7453cc1abc4140179886221bff6585a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a4d4f58713bf4a249b19368432502fcb", "region_id": "RegionOne"}], "type": "identity", "id": "7d05303d87614846bf7ea3ff30be577f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8c4b963331974320bb778eecff6a2192", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6ca4bf1f2abb4eb587109ff470c61a5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b0a52aebfe5e4beabf2194dbc36d56c3", "region_id": "RegionOne"}], "type": "compute", "id": "90109bc7e6654800a755ae9cc112aadf", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "3a50f124ecc04b7496c0b78238cb6c4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "84f0980e8ce74addba1c6fcf933effa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4a564d27c77c46fca3fefa8e3d365514", "region_id": "RegionOne"}], "type": "image", "id": "1ab26daec16e46c1bd9f56aeb04c60c1", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a92246bcf53a4f9798d7e47e284ce323", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b14314e9695f4b698e59e5d3b811e77d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f6ed0107530440a6a912b906f59d13d9", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0bb1d934fe7747f2a86b5bdf2c743812", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0073c20591094e06999e1940d3f76731", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ad5cbce04e64eb08350e9858c969142", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "555b1cc7d74c4418a8b40d9a13736af2", "region_id": "RegionOne"}], "type": "object-store", "id": "2b9be40fd1194e2a999464efc181f15a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a85efbf014c84b2eb57d56b1d4ccb41e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a857238b4f4d4fa196558e114beba5c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "09b816179bb74e6890b990e6b5a1e58c", "region_id": "RegionOne"}], "type": "clustering", "id": "c21d7efbf5b84c03b4891f596d4c1442", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5f07f5ab82a54b5aa883eab82afd1e6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f8b1853ef5814c579b1f6ca81c24342c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d691562957d248ea8cc63e16828298e5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e32952d24f1443f0a12dfcf405e3f74b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0744a2907a8d444ba3b6ae1be75e78ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e50d58eb06ca4f3f922a88d135f6cf62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cf7f58b4b1cb4383b6fc1943eb5e9661", "region_id": "RegionOne"}], "type": "cluster", "id": "bbfe7917033d4b5fa747963dbd5dba89", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "802664c0891443ad8a01dbde6559923c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d87a40f700e74e9c82dcf577bdc1541b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "35e5ea3ac5424f29bd2bb5502cf93d49", "region_id": "RegionOne"}], "type": "data-processing", "id": "2c8e59d6cdf8498bbf570cf69c651a92", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "907dbcda7da64524aa5410e87d810efe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4c2341c57a9047e78c1e9fe59209eb2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "59e9b7cf11d146a2b2734662b18b70f4", "region_id": "RegionOne"}], "type": "baremetal", "id": "70ab4005e46f41b7aac8b2c1f816943e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fdf2302266af47769cd7640ff4b28c49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2c45888978cc43e5b0c7c84d422a7e68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c8b5a9bf09af4fa88ce8d3669b4f2521", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ff2f4296ca2c43c28086212cd06a2712", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "96631089e495437da9e5bb065b33420c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a26a2c641bc5452f9b95e098e7442f21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "97116acda5b74ae09015810345116e9a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "16987cebdf6b4a2a9c29f5ddcb3478f3", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "72b01cf9b99d48c890b678bcbce92ca7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bf28efd4ab8b4f6782c608b5d73b7ea1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f4018176f9394e988780d65020e3afc8", "region_id": "RegionOne"}], "type": "key-manager", "id": "176bf3f75aca4be890f38c4d0e05aec6", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3a0d91bb8c8544f7b9d549a13d29ed52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bdbde473deae469a84a41312359fbb17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e4e2d14923c148249c8222c40d52a500", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c0057407997a4097bd63e4b6acfa075a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d3a6e08e09fd44969151f3b0f198fc7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7cd855f4c041440499a3ae100c84696f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c938e282bf8a4c088f0fa284edfcd0c2", "region_id": "RegionOne"}], "type": "infra-optim", "id": "266a17b1c84844388643370436da23ca", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cddf02aaa6424dee893c31dd83f659b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c994737deef24d7cb7741e69a4dc8443", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "11f6f3af5c194471a301ab3f3c45c36e", "region_id": "RegionOne"}], "type": "message", "id": "36e764bc301e40c6b20d31cac240e00d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "70789d51155f42659f7a5893b221bd5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1d02128c9ad6414baa296dcacd9f525d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4cf91e0239424f4f85dbeca4e877f890", "region_id": "RegionOne"}], "type": "messaging", "id": "dcdbf84315b34eb186767b2c55646043", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "82cc4b5b452d4a8780ee4ffb67429646", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f5d3e327576a4a2f8a0367093d5d409b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4a2a5463611f4e0ca9c7ca0be9a37978", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2d834cc0a11940fc9548307f43a3c210", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c1bffd4221d341c1a74d23900f18f5e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1a071d13433f4b2c9da79b2822cb4000", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f8679ceb4d7745ebb01623b420f15f19", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c0d05a3d04d1420eaff7dd93d3953ef1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f4cd243c695c4262b42533419f976ce3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0a1f92ac09064d069149c5b621cd4be1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d40a3dd7202643a1a7b43690cee8c49b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5f5e01d71491432985c4bff6be8fd914", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a3f010f3a68348f59b8808da6d4f8912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8901f7e9a1304a5ca3171d1c350375c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "60f432a063794c0fb39a9870cd638cec", "region_id": "RegionOne"}], "type": "container-infra", "id": "60c77112a0a448b5bf9e86414995a072", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0e71f23e9a234c1a93ebe86bac39cef5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8a2a2c28869a480086122a8f37c373b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b7a643593a60418d9464a4f042867e74", "region_id": "RegionOne"}], "type": "search", "id": "f2a0caa19d0e4b4ca55efb9654df697f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "abd7c6ed70544d2a89a011dbe2a9df5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "23c48914ff21423cbc541ca37d3972ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "06a2a4187cca400da7ea1c6b559e06d5", "region_id": "RegionOne"}], "type": "dns", "id": "26235e9f5b02402cb7af58e0a6aea4b3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a5a529651bf94fa5a3303dfac4d3a8b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "963d1db9a02549eb85840790fe0ab3d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9e3d9b3dc33b4487a3138c006dc64fb5", "region_id": "RegionOne"}], "type": "workflow", "id": "993329dacff74bf08351c3092a15fc2d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7432bafb30224cca98a15262abc14826", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "209e5ffcdf8640dbba0b4efb69c66c25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "166c45f7247246ba92cb5c55e03ba9e3", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1fdf1daa28c54df4bb9c1755b482ae13", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f1813ea2370c4250be4603cc263560eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ee8e99f8c26f42ce943841edf325fe01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9d1ac30540cd4a008a57535de94a40e9", "region_id": "RegionOne"}], "type": "rating", "id": "af54924713994d5e9c78e180d7f0026e", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9052caf7d1d94c1686a72d3620835ae6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "449e5b7faa6b482fa0cdcd0f9c353be8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8ed312cffe244959a920a1a7d3fdfa80", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ee8a3c131e7f4f989d3d672174859ab1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3991a051584c4f189747e50ab16a21c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "47b16629c8ed4e95b2a95483d8dfcda3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a5cf64dded684da591ff2f93b56c2012", "region_id": "RegionOne"}], "type": "policy", "id": "6ef7051941cf4bf2b5ecec766746549a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c91e3203d32e46f58569453ce0bfa861", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d5b87fda78d5414382ab3262bd18af90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6861f7dfd30d460db577eb5648badf6d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c66384af8c9944869dbdf7b480f40faf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cfde1c45319040a987d9e295f5c8283d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "140d17b8aea64ee59007f21e6dd2e48d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5fff715d5c394df598b60181d182997f", "region_id": "RegionOne"}], "type": "sharev2", "id": "09002c13d1c84400bdfe5706546e9f1d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a15d0a38e5f24f399e23a681aae758c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6bc674fce0a749ac948a51666e312980", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0a5228c8731e4ac0ab08200b158180e6", "region_id": "RegionOne"}], "type": "share", "id": "29c3c0fe9d6240589868de6d56314d17", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1803bbf00eb3421aa5a9b4b30baae0d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2534a85473fe44f88a48f91f65bb4aab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a1aef8da25d64d78bfb1b1e9eec7b562", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1b8b582e811243acb8e822dc34f64776", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a7382c82c534fc197da46c4e2203782", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79cafa4feec04a9eb0aaea73e2ad8ca9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "080f7b4c9f604f5984edbdcdf02b437c", "region_id": "RegionOne"}], "type": "orchestration", "id": "c0979aad57d44dfbaf269a8ffcdf597a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75ef5d01cb4047beb1e14372b55ac7f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9f5debf39904be1a2020ffce7c6c41e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f757ac5c53c4458835e8f2774e825c4", "region_id": "RegionOne"}], "type": "block-storage", "id": "2cf2339adb4d450bb49f5463fa819175", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de87190086834d22939b6e4d1045f5bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1001ed4105e34ac9add4dfa672109837", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c11c209a32348509a3960bbf54f5151", "region_id": "RegionOne"}], "type": "volumev3", "id": "0569543e0d3748d3b009774ccbc0b60b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a79031577964d219e983cd2bff34703", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7093bd44ef97465c8175cd768326bec3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2ece2cd10b942b6a8a45fd0fe29b55a", "region_id": "RegionOne"}], "type": "volumev2", "id": "6c8dd8e13da6417988fd0e6d5621efd9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7187321738f6494e8ceacb29c5c71c4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4ada20848324628bf1e38058ef1c37c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df5ea6142caf4bdfbc6a6749fbbfd530", "region_id": "RegionOne"}], "type": "volume", "id": "c7149f89d60d47e39ddb28709fec2e49", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "306e3b5ea7434e59b3c761eeb28d472f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0a1397379a449cf8789d67c22bf6331", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08e9a93101e24380ae77f6ed019a516f", "region_id": "RegionOne"}], "type": "block-store", "id": "b0c47e32c0954c15bf1efc67c06c2202", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "20e771ed004e458eadb7184b7b3ed3d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ba5dcc0c24004ddfa358a9cdceea855f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d211007e95a64d369dd2b2e1064b30a1", "region_id": "RegionOne"}], "type": "alarm", "id": "d6423a0563f54579b3f179bcf69b5f87", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6b7019d567d1409c9a7fc4be9d018f42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c6eee2a8b6234946867e8a3c2634bf01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "09827cbfd12c4eeaafab7927591d6b97", "region_id": "RegionOne"}], "type": "alarming", "id": "8c77648a60c74cb2a3fa495ff34fc3f8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "91c8965c2c8e43da83da7e5d1fb3f0ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "85c215af6bda4302b114c560cd48a12a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "583d10ea8d8f4c0a97496f61e270ee0a", "region_id": "RegionOne"}], "type": "meter", "id": "51002685ceea4d458421b09714686bb6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f9aa2fd590bf4844acc6ea937f4f8da7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b178270e6d9346e5ad2f61d6629c786f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "278bf33a7375415d9afa80d79518ed4b", "region_id": "RegionOne"}], "type": "metering", "id": "8688d4d35bbf4427a52590a14f47ab4e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4ceff4f919f34616932f5d9c75530a91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a79f781d89774299bb639c198ba60cdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0c99c64511954b6a9c56204e55079acd", "region_id": "RegionOne"}], "type": "telemetry", "id": "2e06a7ce4fd44406a83a5ad21beec04c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "47b38eb0139f4211bf390d7877611d4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "821ce98d82c94d958e35a8b953df8299", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9fd1d36ad3624558be05d80262dc4aaf", "region_id": "RegionOne"}], "type": "event", "id": "daff32cfcef1483dafb9b68a2a86deca", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "85e6954f487b41e2aa8bb93284a1a466", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "aaff3b1410424c2b800da5b5a2254fd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d2e8dc8e18544f29a2ec01b2ec381788", "region_id": "RegionOne"}], "type": "events", "id": "f35947f0565e467a878e193b3aa19951", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "456cb79855274aa094b199da2783b9cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2f351f5cbb5749c184d952872bbb0677", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e6398c71603b425cbe1d5787cb7ed1c3", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1619ba12885f41279bcb766e2ea9ae33", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "45c628aa798a44169b08e021cec57a88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "25b758b5410b493ea673d4738ac8b8bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d631d3969b9b420fa0b84657fb36da44", "region_id": "RegionOne"}], "type": "application_deployment", "id": "679c053276fa4bc988026e11a5d2d980", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2dbcfd752cff470583078a7612d0a260", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8d1e1c465e824a7cb577c47670ffc04b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ad2ee0f1dcd6442a80b47245a5dae134", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "fc7d559b6e284de4be3ce9c2b58c7b26", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9247d645f3c64464856171983137f547", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "379c3e5cdd18495dae7df4bc7b76c76b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e42a70c210ff457fbf9108a68194bd32", "region_id": "RegionOne"}], "type": "tricircle", "id": "f0785ac6369743db893dbd450b04af51", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "66210de9fb98456891352e1c2bac67c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0d8398d7b96e4721b25f664ce9a7f115", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a124bebb3d184f3c86cf8975e50425ac", "region_id": "RegionOne"}], "type": "database", "id": "c4289dafa1cd48ad9213aaf6d7f3ab13", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "82c57101f61e46f3b658a5f67f428c0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "21e15234efbe470ea3b8e9e047639bd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a831e1eaaea74fda8b95f8d55e1a85ff", "region_id": "RegionOne"}], "type": "application-container", "id": "96f58ec3fa36404091cb14fcc5c5c5bc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2fef8c8907ec4017ab93acebdf7492c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bc0e85c12f9d4bda80246f6c59a3010f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d44113e3a72643ceaf837507fc809379", "region_id": "RegionOne"}], "type": "container", "id": "6580fbce47184560a87dfef549e7404b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e3c4283d5d264e5da11562ed331b6bb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ed4847a6a2d2436fb1d1bc28d1326370", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4871a024324946f49b3d4871d9f0365d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c03556d2e09c4239abf6f52c34104491", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f5bdb770df0c4676be8fd4c95abca5ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "03ced17386934527b25c19443b30638f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "25591d55c35a47dfbf90f55dd8c0b269", "region_id": "RegionOne"}], "type": "rca", "id": "2cf29c6f4c2e4f0e9f10223c3a8da29f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5ef8f74d3c114911b44b8fa3dfb1bad3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c314adba40d94dcd8ea985cb4bccd3f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "588a0dc34ead44e4820d6365292d584b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "dfe13cd84d0c4110887418824ffb9494", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d6e1dd270450481fb37186e0e54cdb36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7a8917bc76154f609d61f835c7a39563", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "df3eef83d6cb4de380ae3e57330de3cb", "region_id": "RegionOne"}], "type": "network", "id": "2f6933a6103b4a1fac9f1fbfddf5e9f3", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "38d70ddf12424623a376515b3a6090b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c2ce411746544f41a2e10b1d638ecfc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a24fb561ab9d4e97bbfbf96098c75c66", "region_id": "RegionOne"}], "type": "backup", "id": "b717875dd24d48d88b518a8646f1731c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "49e568d36c514703928159474d48b470", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "80097a2ee29d435085683e131725e309", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f08e82088d1f4dfcabd0bf5e6a8e5fcd", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "95411e695f4e4373a643b69a397760ba", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a6302d032916432fa4d781d199a2befb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "06c2bda233d24abf848f4474e1d1a73b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b5001ec1ca6b4a0ca2a7fadb5f7e2efc", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2265b56c29094dbe9743d205a3503754", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9af7bf396ba149299710a73779e902f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0f009f2295ab4adba94e9c988094332d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2de088279b4b4043b1eb68215dc788f9", "region_id": "RegionOne"}], "type": "monitoring", "id": "bd42db6e0c854f2e92c0dc6f2d46ee81", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a1d78a0c5d08482a846612890c0c9e3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6d971d4518f242709a3a87f20038b0ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "95c2f72873ee40f5a60254d68da90970", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "41bb6852c58d4ede90d0212fb572de71", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "03537046a8764067a69ea68ca29a52ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "df428f5adf9f41b8a02d898d6cbc3af8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "89fad930ce794c6c999cd54e5c9aca3d", "region_id": "RegionOne"}], "type": "placement", "id": "608c325576694b978578d35a262f9a83", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f31c0a2b5e954939b4c4bb08c89a99cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d1fde5c9844f46128638def1c92f7a22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9ead2478891341a0b9c22dcc05427deb", "region_id": "RegionOne"}], "type": "instance-ha", "id": "38db316a25e04e31aa088007c177597f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2948104729ca46ec8aff329aa004e228", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "94ff76f94d4c4ad2801bb43dcf57c740", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3007c73fe78d4c5aafa92f59f5ea03cc", "region_id": "RegionOne"}], "type": "ha", "id": "2a9ac961a60e4ad389e4cc4d157a758f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a18146e3e88a4bcd8013b4a2ab6e0202", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "99dda7b7b8834b3190252a50b0531175", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "07ed6bfc0dc247bab58b0fcb46524221", "region_id": "RegionOne"}], "type": "reservation", "id": "1af94e546faa4c80aac9d68650360d8d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e57db7eb647047df8cfc71031fdb1d7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2c357d38a7f14d2b93fb5c33ab6e2724", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "727643c87bca43babd8639283e0b50b6", "region_id": "RegionOne"}], "type": "function-engine", "id": "891263bed4934f748c2beafd3a70b930", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0b6cee75102641e7b30a6f35c6879edd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "dc71f8e518c74d988b072e0dca45bcb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "51435ac722e344729c25a7108e1e5601", "region_id": "RegionOne"}], "type": "accelerator", "id": "abd4f3621c8743cba4bf889f3f919b1c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1afb2329324b48c29a204d9e2a581f42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "90fe22e6545c435f9adb997d867d03d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7f4ed0c4507641be8b7dd43481853e10", "region_id": "RegionOne"}], "type": "admin-logic", "id": "cde8bae60f6b44889ffd590f3cadb412", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c3947a2be1e94190828bde69326646d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e5158aa774244c9da7165c174c268dcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6d0d41d4d1ca40d48dbd1017153b9506", "region_id": "RegionOne"}], "type": "registration", "id": "7bcac56690524222bd0657b3843170cc", "name": "adjutant"}], "user": {"domain": {"id": "abdef9f9455149aaa3110a407dc7b63e", "name": "3305782669b84912bed40a9f5643f8df"}, "id": "a7c6893d628140b6841caa131477eb72", "name": "d213355dbfc8406fb7e5806bde0a2370"}, "audit_ids": ["4d8ecbc570d44ce796a0f0872980ee07", null], "issued_at": "2019-09-19T09:04:43.119263"}} 2019-09-19 09:06:43,256 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,261 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:43,263 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2019-09-19 09:06:43,349 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,354 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,356 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/a34037d9-2b37-4cce-a64e-5056be38b5b3/file", "id": "a34037d9-2b37-4cce-a64e-5056be38b5b3", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": "fake_ramdisk_id", "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/a34037d9-2b37-4cce-a64e-5056be38b5b3", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8"}, {"status": "deleted", "image_state": "available", "ramdisk_id": "fake_ramdisk_id", "tags": [], "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "99be5efb88ca2013bd8e4eb035fd42d5245468fe9afa70d8ba9c1c419a48c4e8", "updated_at": "2016-02-10T05:05:02Z", "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/a34037d9-2b37-4cce-a64e-5056be38b5b3", "metadata": {}}], "file": "/v2/images/a34037d9-2b37-4cce-a64e-5056be38b5b3/file", "min_disk": 40, "virtual_size": null, "id": "a34037d9-2b37-4cce-a64e-5056be38b5b3", "size": 3402170368, "name": "image-2", "image_type": "snapshot", "checksum": "11870cb56df12527e588f2ef967232e8", "created_at": "2016-02-10T05:03:11Z", "disk_format": "qcow2", "owner_specified.openstack.md5": "11870cb56df12527e588f2ef967232e8", "protected": false, "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image"}]} {12} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_delete_security_group_none [0.064232s] ... ok {23} openstack.tests.unit.cloud.test_router.TestRouter.test_create_router [0.217519s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,195 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,200 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,203 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,207 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,222 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.132431+00:00", "project": {"domain": {"id": "61843fbbcfcb4c678af5b34e40177784", "name": "15e8c42e83214b75a71924ef20cc8a0e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7dd15d42d30b4d729d27798b971f381e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5cde79095deb49889cb1478123051fc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "80b0fdcb6af74ed79eb4f526da9755d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "aa636721715b409297e4b9de757f5a41", "region_id": "RegionOne"}], "type": "identity", "id": "9d1ee4fc66794ea2bd7c2126a9bc591c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9e37660d07ff4e79953c00abd3f0e3df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6e4a76643ed64b34b23df202751f0a38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c6cdc9a25e4b4fd097fe9a264f72ed63", "region_id": "RegionOne"}], "type": "compute", "id": "f9df39a97f1c4ad4a71a160b5bd4d775", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "2f0280258b224f4ca9d2261035f4682e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b7fe2163b74a455696c7305bdbcdd888", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "dad7da2e6ca8416088f9514c4955e4b7", "region_id": "RegionOne"}], "type": "image", "id": "6d6b06ea8a5d4c8ca86c22fde6a43a3f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9887c88510344e858eff6cb2d1183719", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0b95869cb07e41378945649e3dc9aa7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "dc9658ec9f5a489188a7ec84ec12e7c3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a3474ac105b341f387bf06d3e1cab24c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d3594cfa3fc4766a73f0cef64255eaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e59ec4cc7c584d3a9d921e6ac52d560e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "173d3eb90c894bf6b023432a125ff6ea", "region_id": "RegionOne"}], "type": "object-store", "id": "0b2ba1f1eca74a76a9293558321b8cb8", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7d7c7b237aff4c9894169f9f1d737fb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "06af2d0e0d5c4435b3c4b8d85d596895", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "17faeb8d11394b45b24d9001c2bfe23c", "region_id": "RegionOne"}], "type": "clustering", "id": "547ce3c5364a4bcf99e44521fee5c4bd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6afb5b2c1c6d4b04be548e724ad65f6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b9d9a72256724ac7b5e822b7db85c04e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "eaeb3f9995044c969e29bc5c6e39a79b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "5ea2af83043946b68d19781e10038eae", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6863f217b1834d7d9eacd63042d2adb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "be81cc9d57f249f291c71204ae062099", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "19452eb1bcbc44ca942c11b44ad757f6", "region_id": "RegionOne"}], "type": "cluster", "id": "9b744bae5e6344fc88f10c95a5e12b54", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "14b731477b984bc08aff2e2577d19bf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8b02089454024fbbabefb1d53df32647", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "47ed16661da24be18c3807c7ef9bb800", "region_id": "RegionOne"}], "type": "data-processing", "id": "8c93086e34004439882eb181c590d7d1", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "390ec7adfa5946be9d0baaea54922057", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d99bd6e8baeb42d1b2a49281f8f3ce14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6ea6ed7096544cf5a0455fa29b02e450", "region_id": "RegionOne"}], "type": "baremetal", "id": "3c4562f1e1d2431a8ae6cff403bf2479", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "308e92d45549483fb19d69ae07aa93be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c8797932fc0d4aab88ed2c98e581158a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "75828b592a30495095010d185b6f8139", "region_id": "RegionOne"}], "type": "bare-metal", "id": "55c18732e2eb4193a4d1f60dbe0d6790", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2f85394a25784ebebd70d6ca8d0c79cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9ff153000bd54fc7a9443b05f3c9cab2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3fa1b99aec064671b08f1e4c4a02cf0a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0eb6114419c9419d80be8951a491a557", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d58a40983e9c41c28dbfd56e09cc6360", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f6353115a7924ddfabce986bcaddf2a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "62141c6e1c0a4d81848556e8953a223d", "region_id": "RegionOne"}], "type": "key-manager", "id": "273fc1a55a604f3f83dbfa2a342f6376", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d8acfc8f52f04dbd859b2f772d6a1166", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4945fa17d97f44ba91e49927a343f72c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a55df7863d84424d9f600b99e6dc7fdd", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0d6463733a1a4556b8b5bddca72ac119", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e75b15146c2344e4a2b391ed7a474c88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b054861f11fc40ecbf5f2137c742aba3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7048bf0e03294cca94369e1c520aff8b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4a7b753e377d401a987a9dc0a967acb3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "552b1cd5f4dc48ab8ecfb1f9755540fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "39be7b20ed234e9e8dea0ff942632f40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8f0edca00e614004a455ef8d8f1d7516", "region_id": "RegionOne"}], "type": "message", "id": "bbc53bac31a540aabae09f4c7ea8ed44", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "aedd22a637fb4ea7ae89d658de2950d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a11c178b88f1470fbf77de8613fcf04a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "89b453cdd93e490baf05495addacf3b4", "region_id": "RegionOne"}], "type": "messaging", "id": "820d1caa9fc54fc8bc01128106b035d9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0d1ec01b815f4f76a1d45b3da6d43f8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4a149fd7989a4cf89d0c291b44169971", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1ec41a2550ab439d95145f270fbace53", "region_id": "RegionOne"}], "type": "application-catalog", "id": "81f284013c9241908a1a5ab1174b3299", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f2e7db4189b347a594df23a0ef06582b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "afcb1caf55cb4e73a58665952bda66ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d67c95f05c7244eea1e24c89a38f9461", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d2e60e28a6b648d9b68f3b5997bfd321", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd909eee6d644514aa73168fb124dd30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d977138dbc1f449aae51261ca17e6084", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ef78aa1179ef4526956ff4d87d5cdcf1", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "82629e1fc5ad4e16876d03a63de2a568", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fed3ae4d972e4eae93ec94528778c5dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8d876e2a44ba436f91fce737ce3019ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9190e3ebbf1a40718f544341c1e30e56", "region_id": "RegionOne"}], "type": "container-infra", "id": "046b1585507d41bbad3bbb875c734304", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "218f94191a324bfdb5426c7e7ed9656f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "96dc1eec7f3547c084a697bdf0593759", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3276687cae784834af65614fb494f1d9", "region_id": "RegionOne"}], "type": "search", "id": "f50f50d4c7e94d8dac0211e4d3697795", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f25da0e6769048d78786021a2a017634", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "44440fbfdf1e423eb5fafaef8b384c82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "aa0b8efe599f4198bf798addd95c6f0a", "region_id": "RegionOne"}], "type": "dns", "id": "c25f6b3136b743a19fb28495cc24c2e4", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0f7bef4574354e69a5788d19f8fdd6aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c09ffde92e504348be64f4e11f696bf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9a2e3f54bbbc4449b8e89f4adc23f431", "region_id": "RegionOne"}], "type": "workflow", "id": "520e9bc9c5bc498eb4bec8b2f43eba26", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6e837ce9410e4063b3810f41c413c42c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "70ab13a771454fd6a777fb4d9ea5a7b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "63ae1a47ec214cb28e54cbaf892811e8", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f77fc500e2b34f83b3ed69d0c792feb3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "0c7f811851e44d61b66b7e6b15349e0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "882d01099a0a4d0095ace4ec4f32df46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8e34f6b87c264b668f11df1e6d3663f0", "region_id": "RegionOne"}], "type": "rating", "id": "86be64eff6584a37af662fd54c9c47cb", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9ed2edd59c3e46ff834ddb85cb677dfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "306d73c91e1d4703a523ee3a16571b63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6a7917c2f2e54709860fe5d262a6e152", "region_id": "RegionOne"}], "type": "operator-policy", "id": "50f9bdb856914fd4883745cb356c1008", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "03ac21556acf4ab39a5bf69f25309c27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d286ac5241c14d978e189e454b3fcaee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "abfc4d2b7bf54e96819b3221092115e4", "region_id": "RegionOne"}], "type": "policy", "id": "b1d9735321b94b88a0d627b25814e330", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "11dd3e142d784cf1bc298fe0ff6a291e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b18bcb373be24be9876f022b564fc2ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "934384677a764f009608256c31cb0eb3", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "702a88e116c34dcbad9b4b9cfa8fd810", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0aa84318415f4cffb339956f6dce2e4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3366b16d1cf64e74abfa98deb56bdeee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fdad7409a9924cdea9c70f845615825c", "region_id": "RegionOne"}], "type": "sharev2", "id": "b02ccaa62549461092a5c25c407798a8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "00a30af4ba69448cb7e5e5633212ddf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b012ab7ee1474cd5bbe950e865e94ec2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e4bcbb424f044ebab0640eb9720af8d9", "region_id": "RegionOne"}], "type": "share", "id": "23d038d51dfc4aea9eeb74e76f90550b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "648eac0b5b2345b482ce9cf3d31bae3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "32191aa244da4c83af5dd7bc041dad25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b388f70512b84b4f8c86e4c9aa859324", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5170fe0ab7a94f15b2b36aa9414bfe27", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7d79f05ef064c7eaf6d041ecbdcc63d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6eabf5378aba41e1a702f0aa8adb375e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55bc929ead8d4e67ae86fac0ca9c67f7", "region_id": "RegionOne"}], "type": "orchestration", "id": "1236f1f5854f4fdca7c431f14e9dc261", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd265268857c464a95a7ab9f87cefe36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "893c3f40de9047a69a473aec458b4729", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8dbab643dc714560aab31e74b03127d1", "region_id": "RegionOne"}], "type": "block-storage", "id": "9378f67e0e8d46fd95a210be3f436761", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1fe2ff4f9afb4637bd6fcadb0828d52a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6bdf1798c4ea4bd6914b83b46281aaa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5bb88a5919bd409981d3f60b9cd02b0e", "region_id": "RegionOne"}], "type": "volumev3", "id": "32473119d9aa466b9d1638b2aa7ee14a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9c85858bafd4670b72455b7537580d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "593f583fb9e6441fbeaca7483a49587e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d21d747200ca4b40b99e9e8178776269", "region_id": "RegionOne"}], "type": "volumev2", "id": "87c4d3370ceb43ba9a96ca2f94d81231", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f72516c8e7c5452ca154cc6f62a95f9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24b097a3ceed4637a9631e8995ae4419", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed3a55cd0bb845418bb231c3f01dda96", "region_id": "RegionOne"}], "type": "volume", "id": "2d6c5b0af4bd4cfab392fb91035f1a52", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6723403f61f844c6b3558040ef3836e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7d335584b44458fa03db3c7a3af047a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b08a40191539432c9133883ba9c4f04c", "region_id": "RegionOne"}], "type": "block-store", "id": "1269c761065c46098ac99f8d4ffc9443", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "52ee577240ef4ec0a1bb764e323889d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7abf2b26e3894b40a00561276a9b4b41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ca8dd7a2f1524faf91fe4f6ebcd476c8", "region_id": "RegionOne"}], "type": "alarm", "id": "dae4164555654df1ba9987713fedebda", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2eee514f4f114721ac285c23c65782dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bf577348eef84b0cba8f2c3dfdceae96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "222036fab64c45ba9f84fc838c2cd09b", "region_id": "RegionOne"}], "type": "alarming", "id": "d1bac4a339b24fdeb70b913ff66a4807", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "132ea4e735e24a06a23e201354fb6f1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "be3acd20227b430f91d9b6097a02b289", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e192a3444575413a818479afb1edee4e", "region_id": "RegionOne"}], "type": "meter", "id": "fe17ac4f675146dfa357370acf5d9592", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "237895e5b64040f9b17a53cef25012b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7e6581a61fe048ce82d3162c3a906c61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2dfbd56cf0b043198a00a20c84e66408", "region_id": "RegionOne"}], "type": "metering", "id": "2c855fcf086e43419529b89cd406aaa2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "85c574f68dc14d2cb06f3b9a85108842", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9e9d9369af364aa88adf747a3087608e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2842193359b54a3eb7b1279be2e22bce", "region_id": "RegionOne"}], "type": "telemetry", "id": "51638c713d2f4e26a736ee88d1841120", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d83bf7d76f90445aa6fbba91617178fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c2894da638844e698fb6cb6ce6e14fdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8bf56524c96f47b89686234488bafbdf", "region_id": "RegionOne"}], "type": "event", "id": "85c49533efbd442884eadf16e8f3d2c8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "36e22396e94f4ce688d3de3034e6a0cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "749c0eb3cfed49cb942aa829e80d3bc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "181766c36c5c424394d8e23d961b2279", "region_id": "RegionOne"}], "type": "events", "id": "10cabc44d9d346538eae380d312695ce", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "01446746ad0046cba343ccef1fc427c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d9f427b06918402385ad734a1508873e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2b4f2e05654742ff85db0b2f1eb6ec8f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "43c3c413c46942a8a4dd12a92378885b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9cebd3ff389947298a96dd97903822df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f17af5a59f544fb2a73623d9d0558da4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "05d3810755c24d0b9a6c601240b4729d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "4f31fcfe0efc4dd8980f9b287ce31b1e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "242c6e19878a4055b17d1eae5cf6cc94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a5d1f609ddcc4313b43625cb8849d7a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6165906a1f3f4f15a4489140c22b2f48", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b4eb52fb0cae4a82a3d344882540cdd9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e41140d327df41448fa1813925548bfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7fd2048fce8a4225b88ea203122e62be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "12b27cbb2719432998440a7b97f17095", "region_id": "RegionOne"}], "type": "tricircle", "id": "ea819d182d584778b0c7ffaf773a8843", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1dd5dacb80654c76ab2dcb0edea0164c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9f2a2b106d6d41f583198b15ba6bd7ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "8b534ead361d4640bc600386e30ef40c", "region_id": "RegionOne"}], "type": "database", "id": "d09b60c64ab044da85df8bed24fef8f8", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6cefa55dac764dcbab574edd759d1e58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8f72197d562141d1a49d379491f5b04f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7d8fa37b24bb49e5b22a95134ffb51b0", "region_id": "RegionOne"}], "type": "application-container", "id": "bb21d6ae7e0f4cb29f13c4d68721b28a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d4dca63a7d7e4308a22023bc1a628cd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0595f29e656f43b089f3c6369d445cbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0060195d2eea494bbc8d964b4b11fc03", "region_id": "RegionOne"}], "type": "container", "id": "d91d7385afd0475ca48d3aa94115b4e5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d7aa5fa5ca034b7c8950acd7ad05af66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d2ec1c2d960c41608b9f5b6f61db8213", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "de6d0a8379c040d4878941858cf24ff3", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "bace85f88fec4aa0952058680fcd38d3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d06848facfb140d1b447dc7f919f5a1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bf743432dc164936859ef49ef639256e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f050e9b42cc04828b35ce921c42790fd", "region_id": "RegionOne"}], "type": "rca", "id": "5a412a36e39f42909c960ccf6c48f5d7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d6967c60cb104a30a9654c50ab32d0d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e0ae7641b5b34e71b18fe7e3cadf858c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "2583f761ef6b4fd586eaced0d10f1ece", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5d07c6a4528a40ba8146644c686d3535", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a8ff088b79254a48a8ece8eb97e61c7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "dc6ad3ff714b4419b69e5378cf4dfc0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "aad51b5d95b548a0a656383737bd50bd", "region_id": "RegionOne"}], "type": "network", "id": "9c223b8e3f324fecbb3ea4a00a558d2d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "8bfcc4236f37405c8e487131bb89f9ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0d27f051e6d345079571f79a753a5aa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ea3fa603a1f5488a865393c0cbb184c7", "region_id": "RegionOne"}], "type": "backup", "id": "38a045196ba14fd5a910b52afa120628", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "99cdc52aa8ba4b17afbecf48983103f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c79aa90e62c3499881cfd194c5f2f2ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "274e411a6232445aaea1f9c0b4dfa50f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9d7367f7cf4d491997f8d5742964f682", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "414f05bc200943cbb0508f5b64fcea04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "491d5e6b30cc43bf9a8a82a80894ad6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "01216cdc5a5a47baacbc6269b554f2c7", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "38040fee3d2541c9bb9dc008003223ff", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4f6f933364ed4a35b7d866b55fe3352d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6458fe000bc34907aacf4ef528e52f06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "d7ae43f7a91245519654fd0f82863db5", "region_id": "RegionOne"}], "type": "monitoring", "id": "c04c9e5a228245d182faa9df723aca91", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "05afe43c2b10441d8e20b0d0ff0f8647", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c7aaf83b17524c65b72d413671e53dce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "bcadf260c7434c2abddd0c2f0bfdead3", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "366df2f4fff546f4b9e61d418b4f0974", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ac9b68f0c14a4e638a6e22b11c3aedf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f730177ceac5451a9b8b9b1e1e42c6bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ffe52c707bf74ef488a2e6d1bdc5d7dc", "region_id": "RegionOne"}], "type": "placement", "id": "e16d195ae7ee400c82f74cf26f38a78b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "23cca50085da4b0bb59c1098dda46756", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bff43cdf31b842588f9829dbfa0273ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1b856ad064f348f5b7c3788896d67f3f", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8828b0b2cb0c4f9298b29076d969e4c0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "366cad55624a4c3bbc768a5bd5fb1e16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1f4c781adfcd4a1593d3d4ff48f8d2f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "da7831386cf54a4987d245068716ab59", "region_id": "RegionOne"}], "type": "ha", "id": "2f4c1d56176b442eaf2c43529b9c80b8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6f7ca0658e134c5ebe29993c2df46e3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e5443c3f68df4b8bb45b9639f1c57bca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1e46d0b2bf9d454ab9967686cc29f20e", "region_id": "RegionOne"}], "type": "reservation", "id": "a08ebd34ce014de4baa2a9c982c52bdc", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9e1fc2924f234bf0983ecfde9ac5eb6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a9733114e9714b12993f7d7c20e7fa6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "544345483bb247579f0f481cd34d67dc", "region_id": "RegionOne"}], "type": "function-engine", "id": "4251209df38b48bba053a2968f772dec", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ff28c14e511e4628beaaf706c0f8a9bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "59def7a43ba546f1b798614bb6fa1c14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b3871da0171446e4b0c94da72714da6e", "region_id": "RegionOne"}], "type": "accelerator", "id": "11794d69ddb1470aa1c4aa518fc7a3a1", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "eff1165a083d4bfa8828a8def9544625", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "352c17c857314d3f9a966a19cf2286d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f556475df8b04120b33c48e0e2116661", "region_id": "RegionOne"}], "type": "admin-logic", "id": "5166230f94dd4e4e8d5618fc5fc2fa09", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "60d39dc13943439593497e4a9e2eaa5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3d30cec1fcc344c19deb232a284759cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "02e4248e1bb648aa9711604de5992928", "region_id": "RegionOne"}], "type": "registration", "id": "c05a62143ff946c19c47c1fb80f78985", "name": "adjutant"}], "user": {"domain": {"id": "9b75c5b356ae4459b2d76e0ba5672c0f", "name": "8e237d5e70e647c0b0dad4b44592ee6b"}, "id": "e2ed89c1f2604f25838cb77fe2077966", "name": "e621a0a5611c4dc4b0041a5e8fea1259"}, "audit_ids": ["3df401d619e148ed9ef8b6df3b878f70", null], "issued_at": "2019-09-19T09:04:43.132431"}} 2019-09-19 09:06:43,315 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/routers.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"router": {"name": "goofy", "admin_state_up": true}}' 2019-09-19 09:06:43,321 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,324 keystoneauth.session RESP BODY: {"router": {"status": "ACTIVE", "description": "", "ha": false, "id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "name": "goofy", "admin_state_up": true, "tenant_id": "861808a93da0484ea1767967c4df8a23", "distributed": false, "flavor_id": null, "routes": [{"nexthop": "172.24.3.99", "destination": "179.24.1.0/24"}], "project_id": "861808a93da0484ea1767967c4df8a23"}} {20} openstack.tests.unit.cloud.test_qos_rule_type.TestQosRuleType.test_get_qos_rule_type_details [0.236862s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,405 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,410 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,412 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,416 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,429 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.346113+00:00", "project": {"domain": {"id": "e5e7c3c53ade4c7f8b8db3ba776138b2", "name": "9e3098e1744147a5bdea7fc5bdced2c0"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "9d6c2dd2e20a403ea4ea37ab0406d528"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6c0f0bdfee6146568e59b692e0c04f54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5c086dc49e504a3eb631c1bdcd90c00b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0f19795dca1f46ce811ca63c3a917ff3", "region_id": "RegionOne"}], "type": "identity", "id": "488cf2e4d8da46b693946a94f3aa6498", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c22e533d157b489d88dc9afe5181c807", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9f4b602a5b6b44e1aab27e9ac5ad04e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "7034e23b637047f8b4ca12838bb3eeaa", "region_id": "RegionOne"}], "type": "compute", "id": "df18f13427a74b209d9381202add922c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a557651e68ee43d69435d23e475db321", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1556711e62e84f5499d2d1a76779327a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "07bdfb661a974a69b141a6c76e57cfb3", "region_id": "RegionOne"}], "type": "image", "id": "9872bd64733141e4836554b600c0dcab", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "af0917931cb449f4b4c2c45951c260b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3030dc25852940408717f04d068e980b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "63bf3f417eee45daa90cd8d55d9bbca4", "region_id": "RegionOne"}], "type": "load-balancer", "id": "db63f0f2d9a048339bb7efcd909f91d9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "598c8351afb04f4883e28ab1bcaccd71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb3805033bc34497827365ddfc69256a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7eba929d7b2841f2a31865a226acaaf4", "region_id": "RegionOne"}], "type": "object-store", "id": "c2a547169f414374bdad4acdbf9c9126", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a5dd00ef58d642d7ac0a7996bd96e297", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1da98f8e97b94138bbe6f4279aed65f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1163fafce5d24904a23f59a14c88ac33", "region_id": "RegionOne"}], "type": "clustering", "id": "81da349cf58b47e09dbb4aba4213daef", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dc2df6fef99c48319e1641beff2552af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fb3d7eba3e87448faf1b8932de37c85b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "eab12771c1f9492f9021018195596fee", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "32015897f43d49e88335a1ec24dd447b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3c3dfde50376471ebfa405ce90688b7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1c048b4859c84c69bf8a2df22fba25cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "24f9f621d42b44e29ee844f9d30aa9b8", "region_id": "RegionOne"}], "type": "cluster", "id": "a1aaa3f3ceeb4926b97b480f93ed5f14", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "acca84436cb244a5bb224e87a172a1f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b1656c77df434a9fb85dc8e377216780", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "dcfb8f7155e14356bc0cea1eb2d0c4a2", "region_id": "RegionOne"}], "type": "data-processing", "id": "9a28a57165114911865bd1fdafe75a9e", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fa45bcac85e94408a0ad14d521c02393", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2f67e880ce7f4182a275562b75e32a04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0e2190a070fd4146bbf4d0199c6638bd", "region_id": "RegionOne"}], "type": "baremetal", "id": "562173ccb6ae43d1bfd255f3d5731eef", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e9202f9a92aa4ab390131facd4f9f0cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "aced4344d66440ed94c26aaf2d0860d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8879a19b79394c2a96a6adc7cb6eb6c8", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2024b31196d44b5cbd455d74c056be9e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "597f8d91903f4cc19b5ece02e1c43a7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a99937adc695425eb7d443cd3a97b121", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "431b53a732eb4bb59fef614669579488", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b724ac86505045609654933883eca84a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5ecc9f8ce83b41109793739f7929ba09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "acb4ebc3e89e49f0a460e679c532fe25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "53606d3036ef4c0e9064efac5c923424", "region_id": "RegionOne"}], "type": "key-manager", "id": "da7f2325a07d4169aa29f4065bba03b4", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4a48cd58248d4ef3ae9b680ce5685aa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5b7206c7a3cb43f7b7c97094a52527b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "eba10b8362d94a6fbde3369bb14cfbe2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "264dd64169224ba4966cf829c2e8f353", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "226ca240feb54b19842c06ca91fd2501", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bcc2eda93690400da27a44b0cc8b87f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6e6c2fc635de4a89afd74ac7fde76a5b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5a4c7a6085954040a1283753d6d0ae59", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "80481d7eb8704c22bbd65c4e40540788", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0857dff8814140a9b395fe49976c00a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dfc8edaf64ad44e4984874ecbd61d5a9", "region_id": "RegionOne"}], "type": "message", "id": "2a389bb8cae4412793ba0ebbbd5c3370", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ebc0e631844c4041b40378b2ab94722b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "721e8bfdf4c54f29902cd1992dbd881c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b106cdb5f6504295805ce2fd7209d508", "region_id": "RegionOne"}], "type": "messaging", "id": "f679ad56540a4cc785dbb122d9231b98", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7b142bb424dc484f84acf68c13e91e85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0337582fc5864aff84612b89848db042", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5f02e85c3eaf4dd8a2a61e72db6c6232", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3edb2bfa7e86408f9de81368f9d76c9c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca777821c15c4b78b4bce475363651e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2eada549d203457e8ee8c1bf1ac7a932", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4fbf237c6cce4cc7905b8e4b857153b8", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "9836257e4efe4fffba1b4b2c61c64cc8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "53a8c58c74304a92a55585a02b8766ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "60278d32d9b548b0a0bb158115c1288f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "99813a54c426472489a5b500e7eb54c5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "26866f0d2f624092a1172ca2adc6cde4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5a717b6cccc6486697da6f8fb43dec57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "957e5384151144e597e46afe2409d709", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d42b37c2cd684f5aad9caa7aeff0d1ae", "region_id": "RegionOne"}], "type": "container-infra", "id": "f657617aaea84f8fa8f7780c2acbfeb7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "91ec05e3b7484aefb4333e1065c13697", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8e8de420323a4f3ca5336d15828e9fd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "1af54a9b5f5b4f648c36cf311a174b9d", "region_id": "RegionOne"}], "type": "search", "id": "cd87657887e04bcbb5a85296371c2a23", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1c6a0248a8c34b11acbd6a30a0b88b88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a954c7c2b3f34b67840cbfba6a757684", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "284fd96b51984f968689b629107175c6", "region_id": "RegionOne"}], "type": "dns", "id": "be380214f6ea40628312aeff4eaae5e3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dab736ec07f2484db64cfafc30b8bf54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "95713ec1919a4936a23fc603d17d189d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b6f7f7689c49427fa0cb450f9d2686b5", "region_id": "RegionOne"}], "type": "workflow", "id": "929d9a1791ab41e7b16598771c12a645", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "592c117a511c4a75b3bd5f3b255045f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2099aa196ce74aac9b600efb7d9cad93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7b3fb173b5744104821077b53a4be463", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5b243d603f4c43199890bc678a14399c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "e1b404563f7e4beb8c8c70153288344e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "8e4cc76ddf9b4c8daa581df08dfd9e4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a3cef497e0be45b3a1472cafc1191824", "region_id": "RegionOne"}], "type": "rating", "id": "852fe3a858334cad8414819687dd4e8c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a2c4d00a547d4f81aec4d3a184905c47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9266b6358f1c4d2baaf665faebcb1a42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ad774b335c4244bda46c9e18510b5b72", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d672b8c5a8bf46dca604d07749f77c8d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2d1ed9ce4db94e509700ddaa9b022d57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5799a389a802408093514d2192a27e0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b52774d9032a4973adb689d9c20e3813", "region_id": "RegionOne"}], "type": "policy", "id": "4000f73b5a9842f29b03a41a48c8aec1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d61f0f9ad5f94d389045bd7ed987e53a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "abaa685e700c40f694a512fdd2705ede", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "178757a4005447fe91137feaa596b5ac", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d069bb03d8d44e0bbb77a2efacb4b2be", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "79e6288decaf448083ae1fa79b9c1f61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "166a1aba66cf42899832e69dc5fe0633", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3bd6e16f542a432dac15037a9f0d217b", "region_id": "RegionOne"}], "type": "sharev2", "id": "2989edccb7f840c1afb8dfa9bc4c7b55", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "70321076d5dd49ae9a174a35d9f9464c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d954e82d7bd3416686af958aed75b45d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "268e6ab80d474df4a728286067a6dc1e", "region_id": "RegionOne"}], "type": "share", "id": "e3c31037bdbb422abca3e806a9052d90", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "905b9dc2ac8a452b9a43d648b8168ab1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f61cae2655b540d5a427adac460bcc6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2aefe4b528b04f9e81d3b0a26d5f65d4", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4469fa46bf3b4a759405de456ce7f33f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48113f007d624b39b8e00494fe3ce8a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1755c2d8f82f468a9271ff5538f9a1e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52961231ea0c4ef8a1ee8b12d32efe97", "region_id": "RegionOne"}], "type": "orchestration", "id": "a36df6680a154f9ca77a98b32ff9ecfa", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7922bcca59114907ade126c994268653", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e3c17ec7c2248eb9166a092aeb260aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d69e2e58cc12401aa0d82f522ea85e82", "region_id": "RegionOne"}], "type": "block-storage", "id": "5fb2e133cb454e25994967a0c986c1a4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f991bb57d4540399bfa6e6582efd34d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd156081bc1b41bd8eff09d9c6617e59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "685075927f224c10acbf6b36b0201be3", "region_id": "RegionOne"}], "type": "volumev3", "id": "a95ea6147890432097e3d7c059043271", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c180879a51ca461cb72e1ce7d9a03244", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f13abf892cc45b1802faebd52839f75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38541854b58446c7a4eb043fad250ec4", "region_id": "RegionOne"}], "type": "volumev2", "id": "91d89bc26111462aa5ef6520c97775da", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "efb243000a874d15b83626de3c4cffdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f6327241f4648518f577814b408dfc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aaa55ff930d6425c9275ff9071cb1946", "region_id": "RegionOne"}], "type": "volume", "id": "60d5c032862b46bfb847bd66c20ae65c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56a4c49b86374871b3a1ef2dcc09e09c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77ccf69c8f0443a7b2bad03771a2b4c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91cc9a21bd22444498838a885d2c0fbb", "region_id": "RegionOne"}], "type": "block-store", "id": "f96c33888eb3419b839c31186bfbac71", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cb1bec2dbdda49a2b74de023ffc83664", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "db9dccb12dd04ab499127a7a798e36ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "957cc8332a7f4bdc9fac7c191d644fc4", "region_id": "RegionOne"}], "type": "alarm", "id": "196986d42101458ab559cb0c744711c5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "36b2e7d2043c4defb2f1b39f95c880d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d09d7ed34a0a4c29a4670e7798ba0ce3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3870d3bc9c9d47b0bcd48d4f3e5c73ab", "region_id": "RegionOne"}], "type": "alarming", "id": "8d27add5552741109d3347f4d17aaaf0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e024a80a783d424a9460f4e50ca75dea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a086da270cbc41e096c9aea1866fe675", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "899e126933904370afc7c5e30882cef0", "region_id": "RegionOne"}], "type": "meter", "id": "91fcc133b3bc4ce29b5f02306fee4283", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e125fd7491de4230a6c7bffa6150a65c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "61f12c3b11c74d668d4c68a78f288379", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a01fed1c79444450a8999aa071f0798a", "region_id": "RegionOne"}], "type": "metering", "id": "9f2f7a8d51d049cba45e3c8f5b243d9c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dbe79540e9c346ccaf352013eb765080", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "82c472bb11ed4265807d8faddc462137", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "267920eae17a41558bc35c02b55bf57e", "region_id": "RegionOne"}], "type": "telemetry", "id": "418b8e16b67a4e2c9fe83f9205a242eb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3b7d57e83c3f4fa7b1b144fb93d39659", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3ea375ba51c34ef690ecc86c52d81ebc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "091a049ac2dd466ba0f3f01143e8216c", "region_id": "RegionOne"}], "type": "event", "id": "5912bba24e04478c81410936a0f61fd9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d4f4e16748904722a3dc94304052a78c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c4ab1da9d7e845888ac6f7739ff83b7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "62b4689e81484af79e57aa024b9875f9", "region_id": "RegionOne"}], "type": "events", "id": "8d87ffff68ce42ed9c1dbcb1df0ca6eb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0842f7d0648147b9ad938ce6c00ded8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7ab2fd1202654067b89a52d34ebca943", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "71b8f84cd4514c1b8413cdf30db8cc0c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "cb9df25e155248e0b581997256641275", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1492aa9438e54f9ca1bc83dcbde7613e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a0878329d2074dd2b4d439b8fff90022", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e135b365a59a4a02aff3ecffa02e665c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "01c85508a11a4993ada0e7bb51bf3251", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "64413f0d61be41f08b4d060aa3d8d966", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0208d4dee16b4816a4b0ea597b286d82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6d7c7513e6d24c81a0587a0b87c94321", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "1962978e4a264036b79d97fe0e8aaf67", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2ea13b5feed340df8b712fff2f38cc5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7753c311330c4837afc0c301df84b7e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "dfc1fe9a9efe446ba819677f781c9a49", "region_id": "RegionOne"}], "type": "tricircle", "id": "e7cc320af55441fe9a77ef611de70bd5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "dd2af3a7a13a476583cdffa34b2ff5f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "353a907182514fb483c0ef2f49fded33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b7eae535ba11491a888c72af7553aae6", "region_id": "RegionOne"}], "type": "database", "id": "a53b2e6a335e4ab5809c18a4ece9028f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0b5779bf337241b2a565f83311b7d2e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b1a861828e9f43089ff1c6bb2b7ab190", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "64e5ddb423d2420e9dba1a6c95bbd8a9", "region_id": "RegionOne"}], "type": "application-container", "id": "16157f7fdd664239b84042ee22c44ad2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "466e4a44728d4c59abeaef626e17dff9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "138492c7d5fd4ac1944fc4273fd5a60f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "10a73a378fe946ee9752cfdde216e525", "region_id": "RegionOne"}], "type": "container", "id": "3bf994e556a34e12a492cdc1768442d4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "255e5b1f905f486fab537e76cc5badbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0e645bf9b317418d9e589932d42e3279", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "555b9a584e9d474c8842d953778559cd", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "bf8a5e42f5774b58bae53c89d389e637", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5f1b8e288f6f4adc87e1494f1fedcfa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4a1634b49bb54bdb93cc90bab5fa47bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a1511c5bcc2a4b3f856eea85d2b14197", "region_id": "RegionOne"}], "type": "rca", "id": "8cd531c52b5440c58b3c0f77ace4ca26", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9c2938bc66184ce4a3ac265901a572f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3d22e77241334818ab2985f0744f911f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "49823f040fe84c0fa674ca73b7fefa6d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "9bcca59cf059432eb46d401d0ae22ab1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4371ac0308fc4f3d9acd8c0f2a76602e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d783b9a994ad4ecbb1cabbc656160055", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1f9c157e238748269b7dffffb8fd742a", "region_id": "RegionOne"}], "type": "network", "id": "ad700fe7d45e47b5a39a89f67b7b728f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c37fa7a84d0940a2884cf0cb26219d45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0016250e5949491684225c1b5cc0b73e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "57950b1304a042fdb6bddfed577ac6f3", "region_id": "RegionOne"}], "type": "backup", "id": "6441f6eb19724517a56f5a1c9d59e421", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "711100c31c014132908e6e9bc00ef829", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4e565ac3ed154ad485e382baea030063", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7498fad039804159831e5d9971b786c8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e01ab8fbcfc14258abfc53e5e7189711", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a79e594f35814276ada61d78014d155a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5df9d8bd3336478b9141e133ceefb0b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fe777902d1074375a2145d179a301904", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "fab64bbc7e384e11bb20cb07b993240a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e42af16d9d57442aa0649ec0ed1b81e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2011eb405df94293b8f8020eaf1aceb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "62362ac926b740d686bc978ae87434ed", "region_id": "RegionOne"}], "type": "monitoring", "id": "b627e6be63fd4fb2a93558439f6ca96d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "86de587ab1a34a2891d9553ef098b666", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "43c890385a48454a85904c4a0bad3969", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8a99337ca98a41578db6bc91c5fd4fac", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6c5cdfb048354343aaf6e461e7606e9e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1f66b145cc7f48cca7866cb37809f313", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b073fa24ef424d8f832d3ec4bcfddd80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d18e22b9079c4cb98314beb3babfeb9b", "region_id": "RegionOne"}], "type": "placement", "id": "ae684f0e45d446359d37761d7497c551", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "eb3165bf4603462f877c524ac851eb39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "05b4c6b1321148d89ab64ca19c8892f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c00a0dd9e87049f8a909dfa4757985ae", "region_id": "RegionOne"}], "type": "instance-ha", "id": "98b33bbed47e4c85b9ae796b605d7d24", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "23d0daa6b83c47ef8d069db572688749", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d2168b8a04ad4429bcc5866c14cb6a7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4619186f4f4143f1acb16d6c6405bc1b", "region_id": "RegionOne"}], "type": "ha", "id": "e96e940b8e4f4bc2b6bf574bc49f2bb4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f766e42a63354c0097875705aab2b600", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e849239fae84489b96a012dc79a98a51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8c13ce851b1341cd839f7812d18a6bf4", "region_id": "RegionOne"}], "type": "reservation", "id": "954de362df554ff585e2da3abb02cd6e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a4bcab70727e41b2aeda2165b09e8107", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d362b42aad01463284a57a28bb04d814", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b464a36fccda49c5bed41b5e42827ca2", "region_id": "RegionOne"}], "type": "function-engine", "id": "ec0701250c18459cb0dd834ed95fd838", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9ae569173ce04e648a748c0d78494f63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7b83e4f4bfa349c6bc341dd2a54fe896", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "77fb55017a6440cbbc95b9d947076331", "region_id": "RegionOne"}], "type": "accelerator", "id": "dcfb6eb0b3f74e1aab3629a3d874fd59", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "eef34efcb41e4572ad50e4b862109768", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "85dc639d944b47d68657d49917f4abbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "45d1a60d34ad40b38648d666e0c4a4af", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a11b79f2726c435bb24d82e3dc903c74", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4b075281e192475bbe51edbce766bb56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1dd8b53ba7d64633a6eeda8e3e2f3243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1ca99e277e044ef1892d4df3adfb7edb", "region_id": "RegionOne"}], "type": "registration", "id": "30878216374c4e3eb96dcbdbe816a279", "name": "adjutant"}], "user": {"domain": {"id": "fd5552c70ab84165ac607fe7fd3e7ce0", "name": "165929f5b0ef48848e64c1bd5ed77bcb"}, "id": "2b54b81afb9040e78bd24cc76c3e40c5", "name": "33593965de78439ea87059381ad37a75"}, "audit_ids": ["be2517174b184b319b5688d4a70c4f99", null], "issued_at": "2019-09-19T09:04:43.346113"}} 2019-09-19 09:06:43,544 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,549 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,552 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-rule-type-details", "updated": "2017-06-22T10:00:00-00:00", "name": "Details of QoS rule types", "links": [], "description": "Expose details about QoS rule types supported by loaded backend drivers"}]} 2019-09-19 09:06:43,556 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,561 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,563 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-rule-type-details", "updated": "2017-06-22T10:00:00-00:00", "name": "Details of QoS rule types", "links": [], "description": "Expose details about QoS rule types supported by loaded backend drivers"}]} 2019-09-19 09:06:43,567 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/rule-types/bandwidth_limit.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,572 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,575 keystoneauth.session RESP BODY: {"rule_type": {"drivers": [{"name": "linuxbridge", "supported_parameters": [{"parameter_values": {"start": 0, "end": 2147483647}, "parameter_type": "range", "parameter_name": "max_kbps"}, {"parameter_values": ["ingress", "egress"], "parameter_type": "choices", "parameter_name": "direction"}, {"parameter_values": {"start": 0, "end": 2147483647}, "parameter_type": "range", "parameter_name": "max_burst_kbps"}]}], "type": "bandwidth_limit"}} {27} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_flavor_find [0.065503s] ... ok {6} openstack.tests.unit.cloud.test_recordset.TestRecordset.test_create_recordset_zoneid [0.282327s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,171 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,176 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,181 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,186 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,204 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.106480+00:00", "project": {"domain": {"id": "095270513c914f508aa91e45f0478254", "name": "6a56a2aeefb34a508c50b1cdc062460b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "82f67146ea1148f8bf15f17fe0bf430e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "df7bc1d0034b417da84ac191d0ec6274", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8ff32c53c7b84c26b7b6095f02a4216a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ac8f090b3e8a46a6b89fd2c582256010", "region_id": "RegionOne"}], "type": "identity", "id": "ae9d7fed92ac485092e8c4d8b4465b51", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a393378dfb3147bba1680d78abff1de9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5086cabfc37b4e3787d96569d05180bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "07e7312b62e44eda93e68fc250b7bca6", "region_id": "RegionOne"}], "type": "compute", "id": "32f6b144ade040a29c37139b3e51d854", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "72ea7a30643f4fec849399b5af497a6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "434cb3d9b3c84b7a8b8d6fbf57fbe5f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "5c3e531242e3400291f93463fbcb7746", "region_id": "RegionOne"}], "type": "image", "id": "7bcfab8b638b4e27ab70a292fd021b31", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2bc1963f4c0c4c87ba0275f199ab4bb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ea9ba9178bbd4d968218e1030f1b1988", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "57ed6c3199a54aaca6478d772da4ecde", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a567131a1794490ab503bd23537ff1de", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7155e906cd8d411c8ac4a85c066acc2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8de8f4e0c8134f78bb9672fab4344b7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38da3ade8cf74acc80a8e60ba680fb0c", "region_id": "RegionOne"}], "type": "object-store", "id": "729eaf2c076e41e5aedc86b63263d639", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "747206bb38c649bcbabfcda16c9a0d83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a0dd5498cde144c597ff6140eb01f62d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8e390e9230354a85b0498112c20a5b16", "region_id": "RegionOne"}], "type": "clustering", "id": "c5d4c81f374245d9b7ee7a428f983e97", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "16520881342a4215a8db85077d28a08a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2a28fc2886ef4468a4d715f16242c862", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f4fd5267ade643359a7b6cf0b39ca118", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a279fb4190fa4a16a2766643e3255019", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9db883eeee864cceacf6cbf41c5d5696", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5a775ed8689145a6b234ac99dd5bcafe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0b807e2be3a94948ad2d0f67ebbcb8cf", "region_id": "RegionOne"}], "type": "cluster", "id": "903b5fac7004440084a01965a531a818", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3fe6db90c9fc45c8a559406e9a93940b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "808b69f51d7648e995b28b749e6833a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f4cceb5be6964b009b6b92e8eef5fd6e", "region_id": "RegionOne"}], "type": "data-processing", "id": "281fc199d9c640aa8c66db08f9deab56", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ab528f6362324a70bec90d54a07d9fd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b19534ed0d71466bb1b346fe5046169d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0ca1b5c37ab24afc915781d75dd177d7", "region_id": "RegionOne"}], "type": "baremetal", "id": "e0a33bd3adbb412dbdc96b1d18f780a4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ce9ab466adb142268ef607d103c11c07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3eeb5d82e84141c3a63010efb85cf467", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4abb5ea790c449c89d54dd6ea938d95a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "57688fc18841444ab1dd86bfda47ead9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d448a0254c51450797d7a580dd13fdab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dedd542b887f4365980c288b44d6cb93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4ed0ba2bd4fa4e5ca08672e32db585bb", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "037051442ee24587bc8a1d018750e4b7", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d8c8ac941ea74af3be569f90a46d579e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "26de3f49aebe4ff89833bb055ac175c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c524a8db67f343a6a6cb8656ed634c35", "region_id": "RegionOne"}], "type": "key-manager", "id": "a757bcbd06534876a5bd1cd86dedd345", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4fc44636050e453d8b0964bffe1510a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f34182f42c0d45b7a3ead35a4be6accb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4c582038ce2a41aaac4e7f8164469f81", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "40d0b446621f4fd99d7f5b8cf75268d8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "63e2fdb739334c119bb23eedf29e8aa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "742c6fcf7ac54367b095d55923a9ba55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "87c915aa6bdc422baa10decd77912bf4", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8d3855608bf34cf58a8911de49b7e54f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "627079d02ab84e0cb79955098e21a360", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a20ae358c28a49649f4e076703b24915", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9d42a444f71c46a5b28c6616d8b34e61", "region_id": "RegionOne"}], "type": "message", "id": "a7b5f71b9efd45f2a3dad7b16514e95e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7738dc7023d946e7b6833dbf3c5f6130", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9d6b80a71c1f41c0b1681e4fad4f5ec7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "31880b31cd354912b5e4b84811ec3ac5", "region_id": "RegionOne"}], "type": "messaging", "id": "9dc73ac765b645748300070ade473b51", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b8b8d78ebb3d47438e8f3556913cf1d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e1b5619f7c18413788d305bbfcd74f0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f9775d3bc2a54ea889df2ea52d2a65cb", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6806ad189e09417d86c32dad36d1adb1", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c097c50b23449e893daaacd37045b5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "202fc17511f44291867b238f1d3e1271", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e18ed5ea887d423b88623f418e0ed1e2", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e56ab2602b3d4ba2b76d4de0c0c153dc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8a85a94ff457417e8e4ec1a1836ac56c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5d82b29678c844e08b5602710f1b3985", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f49909511e654521b8b52f04a42651ef", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "3cb1cc1a96ad429ead273cbc2d38708d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c61f6104a78041fc8998476dceca2424", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0430651966ef4ecab2dadecb86f5ac9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a90999d30db545c9ad9c57b29635fb1b", "region_id": "RegionOne"}], "type": "container-infra", "id": "bb42250c23894cbd82d55864a0a9c848", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "34ba6401e3fb4c359453d75995980647", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "732649eaacf7408598cf6a8cb7f91637", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d93ad11988d741dcac2279ac8deea028", "region_id": "RegionOne"}], "type": "search", "id": "7d791a872d5740d0a59cf08a1c283dff", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f4e9c137776b4726b9c209231a99eda4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0d7cbe4adcf84bc2bcba2c49c478ecfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9c2ad05b9a3947afbc81699e2b808599", "region_id": "RegionOne"}], "type": "dns", "id": "f1e77a96083141bea0e7271ae0def05b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b226056210cd4af89a176d27efddb9d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a5b60e711d28420db409bda25dc29fd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6abd34220c6d42029767068d8600f1d2", "region_id": "RegionOne"}], "type": "workflow", "id": "e2246b8a42da4de39e8aa17725af3968", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1fa20d89344c40caa6d8c06824bcb79c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fe02ffbab01443b4865ae0999a1caabf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "33c7c37d78f44502a001379c8abbff1e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6082f2fede134b2aab2b47adf5db7b57", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6e64d169de224e6f8e7e8f34f3d73515", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5232bc1dd4cc403aa1618e9f433b6a95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0746abe49cbf4bac8da4e57a6a2bec0c", "region_id": "RegionOne"}], "type": "rating", "id": "241de409e335431088430afefa94116d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a619d027524c45398e4f130b51b93c0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d02fca9d63784795aa2618760874eae9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "17463c56c5614702bd50ccdf809fcf6b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ed1b05cef6474776bd05dbaa24bf817b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3fbb5b1c66ff4296a6356769da053d6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fc700888032647e7b7bf9402d8b91d6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c1366acc38844525ada7679a8a4ca669", "region_id": "RegionOne"}], "type": "policy", "id": "18d413815a33497bb614561747fbef23", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fd127e9a12534cce8fc28b916eea4c64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "44f8e18adac5457e91a5122415b510ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4d01c99d385c4582a6d68f300274d219", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7baa117a1a4d49be972ad88ac088d853", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "53f1832868354df9a7a5002380b48a6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3e54429165d04d2d97c5fde85f0aceaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "12723da88e8d4f01b01e5fd43e4c6fef", "region_id": "RegionOne"}], "type": "sharev2", "id": "b06d82934e6b405d816832033e7f6b08", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ba08c2a4c6bf47a29a14275c8884b6ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9d8923c823de47d38225548d40defa77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6b48cb3fe9314441bec02eb9a372a5f2", "region_id": "RegionOne"}], "type": "share", "id": "633b1c8fed3541cb9d95b0f271218e47", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0c9078a765ca457088b86bf56bb316e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f95b39787a5b49daa49074c3f7e283f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5c2daaea63e7497bb21d2dd23451cd61", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "65eb46dcf879471c850fb5e247bdeeed", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50a7e9f824334af8924b4221f8586490", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bc5b3c6f328447583d05e9b9ff23a7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aff568f9cf0748e786929ee70e9afed0", "region_id": "RegionOne"}], "type": "orchestration", "id": "d386be7030b944a8921d99f9adcbb975", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1e0e581a2504c0cb05e45b46d1d4253", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf62c6a3b7924298a083dfd1a1bf16e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7658d2954374d0a9c91d7de16598019", "region_id": "RegionOne"}], "type": "block-storage", "id": "6f796192892f4843921a4b62a20b7e3f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd20911dbb3a40f7b72658a8027a1e2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b33c3587dc054d048861d19508ffcbe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8004215bca74069a4b93212c58a1afa", "region_id": "RegionOne"}], "type": "volumev3", "id": "4b275c02e60e425982e1be59c752a501", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7255d09ec8ff4ec48fd693899fbc30c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7af28e0a55244dd8ad0c4db4d2ab7e7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd1770ca52dd49debb5b08b26519dc9d", "region_id": "RegionOne"}], "type": "volumev2", "id": "daf32fd3dec54033b7c39446bd218e1a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75065108b5b542f084742c246b8b2cbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ebf9a8e8a39431d95db6ae912ca189a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98441241545e45b9b1591ae269dd39c2", "region_id": "RegionOne"}], "type": "volume", "id": "38fd7aa2fe7940c9aeafdabf39a411ad", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e2eb8a0301242f7bbecfe85d042d910", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a950b2f8e93443bea54b45137c4ca2e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f6cadbc56644996a4e8f4d6c397d57e", "region_id": "RegionOne"}], "type": "block-store", "id": "e78a3f00edf04f52b5bbc15ece9a48cc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3f5a76c98e9942448406841f552c9caf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "00a3b30110ea4727ab0aab2f9eca160f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f884a82f1e924f51ab9d9abe96907e64", "region_id": "RegionOne"}], "type": "alarm", "id": "25cc07e29d3b4bea989f5a34f09ae262", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "906f5135b8ab48b9a3284abaffb95f6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fae6a87b7ddb4416a2b1dcd053922478", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7f30460e2790456e8060b6dc0b832749", "region_id": "RegionOne"}], "type": "alarming", "id": "3a32f057e41b461da2b153b46b6a656e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "698707d062194f3a928f6bbaf8d735e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "db35e1bd0efa43bb8935cbe533df2a10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d44ceeeb2bf040b9b16c7a6bf79bc7e6", "region_id": "RegionOne"}], "type": "meter", "id": "09de29e818f3449fa4a8e9a23942ddf6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fe8052a47e184f9a91acc065f0268e12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ffa790e198bd4bbd969b903ba244a9e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e5cba9e3490d4285abe97e82f6a5265d", "region_id": "RegionOne"}], "type": "metering", "id": "48ed3f568b76423ba919af6a2b0ee5e6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5fe5ca6a985148b1af3763cb7e4335aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d51289c291d646b88ce6d05d3a81e423", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "88f13d58e5844cb1a6c90d15b9957fcb", "region_id": "RegionOne"}], "type": "telemetry", "id": "2cc865fb94754527b8ad6ef1e3eec6df", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c2a2d49d2ad24451937cd3f3e27daf2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "11f359691c02466c8f50832db918eb58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e7214e16abc54dba956fc797c8566280", "region_id": "RegionOne"}], "type": "event", "id": "042ca65b7fd84bbe872674530673e682", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b3314af3524f4697adfc59b6d08b3b4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cd19502148464c6aa9304bce87b3d834", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "61500d63c0984bf2b11bafdaf8d0e8f6", "region_id": "RegionOne"}], "type": "events", "id": "80bc41bdeb7d44839396d0c243543c1c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e0a79d0ed8384355acfe826ae66e5dbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a8a78915c09748448a2e6987b984f67d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4bffd65501394cc1aca00ebc57028040", "region_id": "RegionOne"}], "type": "application-deployment", "id": "978fe7739ccc4d93874cb1e489ef960a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "70cb2ddae952405c8edfcf874b86e447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dd668626af5a41b69852c9f72c6da45a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2c9745fb5baf4b90ba47312bfae14d18", "region_id": "RegionOne"}], "type": "application_deployment", "id": "05b44d37a5dd43f09bf43bf52dbb67c9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dfd6f611be744938a2324297d32412ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "85b7f26625a345e28892ac61f8b87135", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e5cd80cf0f5d4f1f98bb4d1dfcbb0470", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8f386ad3a6624733a8ee3a1368a36243", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a1ed039140514cc79aca99f68a181b47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3e1fa577192d48a88b4b47b3c2ef29b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "786099ed23b14d8c905ba6f9ae0a6570", "region_id": "RegionOne"}], "type": "tricircle", "id": "ce822668078440dcbf610a88db018f4b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2c7e4faf7db84324a01e5bfef86ef510", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "4cccee7b5e2f4981b73f71085ee0c9ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3cabe786779541d587d908c23410d3ec", "region_id": "RegionOne"}], "type": "database", "id": "aaedbb3476534c73afbadfa98c4e7e2f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7d7540917671409c8fe17b16b9d16035", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "71eaf69bcefe4ff3b518b1cf45a94383", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8cd2c302791a4b7d95a9a70ef8b46265", "region_id": "RegionOne"}], "type": "application-container", "id": "4483b83f7ef3403f81a66ff44af5cf9d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8da2632b3b0d4ab4abc937026be63893", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "eec5e8603aa34336801dbd9c015e5f42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6ac3ba5404ce49f3bd4d83fd5b40ef27", "region_id": "RegionOne"}], "type": "container", "id": "91b968ed8f8c486f92287a9c80387443", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "50188820e4dd4113b89361e8b0aeb571", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6cb27f65bb6545f1868790c715b5a4ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4b5693d0a1284d57b8bccc167b3806f1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a5daa63fc0594624918002762d2a66bf", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d55e1583cc404ca0b3500afe70882221", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "100167f8db474238a48afd47f0e7edbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "dc52e6a18e54434a8572b48ab4722d58", "region_id": "RegionOne"}], "type": "rca", "id": "fcc0dcf40a87400ab544adfe2a9efdf5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2362979dafc04c698afb291fe47aa357", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5577cc4a3dd44e4fb3efc9724b748531", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "38d6705764ca4020a0aaccddc0a80ee6", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "9e2f15a7de97483dab9ec9da21ffb35d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "29ce4ea7e51e4e4685023015b48811e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "21c71b16c5444b838371dc09efa30ce8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "497c9030d82e410a8bbb06c14ba56390", "region_id": "RegionOne"}], "type": "network", "id": "d06ad833803d4cde8c98a3db71274014", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "02bae1ee8f6c4d7f811c13b582db2a97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "cf2e8635d8c44f79be76a803a1d10dff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "1e84eed058884795b36a5f411c198af2", "region_id": "RegionOne"}], "type": "backup", "id": "9acd0bcd70ca4d318081f91c3ce5736d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8db4fdd245b74322818b65d197a31c93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6362c58913964ea38d5eea68061a6abb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4888b8ac96bd40d29e3b1f8c878e6668", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5a9e913bc0664351893b53e1d844e36e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "25a34d6496a742888dc70d7a9ef6af80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e6135061d6c64e0e9a92838c6c798122", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bc13290b2bc84966bb304d3dc196cb39", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f7364f43de1444b5b2bf9ba72ac43b0b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "11ecc02cdfbe4803bc73e297d32e0f70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "aa5967f633544bc6a54e346ae8da5f41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a52fe49c23944cce8c9576ee2ff5181e", "region_id": "RegionOne"}], "type": "monitoring", "id": "b46158fb855d4d54a1a76e1f3bee4667", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "713844a95ed14f3492b802a898d32c57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1099e9dddcd4416d9457118e9060d52e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "38928a8ca645422dad6ec9a04f8bdde5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "1ffa257985454aa4803eba5a91b9b38b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "77e8c39d99ac4d03b469687f0018b156", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a4b0dfef6f0042fe96a3ed7cd42b7a6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "62fef04ddbc04ce98cb0ed34757bbe79", "region_id": "RegionOne"}], "type": "placement", "id": "ef96e39ebee947078caf5e08d68f4f49", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d7a8a1fde5f04a11be88db92a0c7e531", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d48e35db27894c149be3cafaa46322f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6850807be12241ed8aedad4c52ae8c7f", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8f3dbb4fa96547f69a203ab6d35113c0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1502ff57b5fd42bba8074868891b2260", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e467c5e4a868417583cd5eff069fe32b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c494ff81e5614060a1ed5c3fdb258707", "region_id": "RegionOne"}], "type": "ha", "id": "438fe25c037c403eaed391216742ce38", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f40023e9b4624dc28d2e2220b99539fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8356194efd0449c9a5b76f5d63653e8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "428fab746eed42deab65e5a101ad8e90", "region_id": "RegionOne"}], "type": "reservation", "id": "bf33ee0013f94e40bbf28b8b52f7943a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "92b9cc82f8f64668a2173b5fb4168729", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "83342dbce0e34776a6aac2e3ce5a461f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b4a26306f6964785a056858baca3ce69", "region_id": "RegionOne"}], "type": "function-engine", "id": "cb39ca3d9367436d8420824895c56202", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f201958d3ff4459fb3ae39349cabf207", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "86768f62a7aa4b0298f9630dd14d7553", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "02e7a0809c184fb6aff5ec898127df96", "region_id": "RegionOne"}], "type": "accelerator", "id": "83deba8f364740f7a552f74df9d09a2d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9f36372deee2457fb74621e2ea20aad6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e9974afbde764e569ec4b1c32eba6932", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f9866e48b46147718ae76ea88ba46f34", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e133e25b33b343029be4243f2418cb18", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "53bc15eb64cb46ef981838cca094922e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b4c084a10bda48978448447cdd97631b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cc6e322cd50541068f1bae4010efa31d", "region_id": "RegionOne"}], "type": "registration", "id": "1e46e8fd3c15424eba1dd2d2bf8b8e96", "name": "adjutant"}], "user": {"domain": {"id": "b694bd8f87ca48fd916ea2b3ad3a5f43", "name": "2494761461e647ff800e44fb976dfe24"}, "id": "b78e5f59ff55436db5f544f24b317566", "name": "c029654ff99f41dab387a40fe31b6a53"}, "audit_ids": ["506ca84eaf3f4f96b0fa9951781348d0", null], "issued_at": "2019-09-19T09:04:43.106480"}} 2019-09-19 09:06:43,275 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,282 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,285 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2019-09-19 09:06:43,336 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,342 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,345 keystoneauth.session RESP BODY: {"description": "Example zone", "email": "test@example.net", "ttl": 3600, "type": "PRIMARY", "id": "1", "name": "example.net."} 2019-09-19 09:06:43,371 keystoneauth.session REQ: curl -g -i -X POST https://dns.example.com/v2/zones/1/recordsets -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"records": ["192.168.1.1"], "ttl": 3600, "type": "A", "description": "Example zone rec", "name": "www.example.net."}' 2019-09-19 09:06:43,376 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,379 keystoneauth.session RESP BODY: {"records": ["192.168.1.1"], "zone_id": "1", "name": "www.example.net.", "ttl": 3600, "zone_name": "example.net.", "type": "A", "id": "1", "description": "Example zone rec"} {8} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_delete_qos_policy_no_qos_extension [0.216023s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,340 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,345 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,348 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,352 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,366 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.271268+00:00", "project": {"domain": {"id": "84306b2df5274b209d9242a7ae2ace7d", "name": "f4b16c25d58b4e4dba196a21aa0d9175"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "991c1d11944e43988c878545f1346cb3"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "14d3f003d403417eae6254c26768c632", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "055bba22f08f49639be5e7f34dfe5f33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "38714780885a43579eeda9e9615583d1", "region_id": "RegionOne"}], "type": "identity", "id": "add91c45c41b4d868ad8ca3d49676cbc", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a31d4337b0fa437db9ca16914d20cb2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "09de1f558b6a48f9844b1a80ae121e0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6aba8fb220364cdc8160c9c9eab06922", "region_id": "RegionOne"}], "type": "compute", "id": "b3e93b93b7ff48f9a0f3dff476c110f6", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7e17f933f30f488d8d4dec2091b604e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "54fa4fc4d3f94412af8fed4996b1befd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "68e65d0025a74e9694b46cf21b5cd69d", "region_id": "RegionOne"}], "type": "image", "id": "06baf62381084fe58743ad7800f2b913", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7e91a3bd9a7b4147988a7453b8c38c83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3bc4cf89524b48d291599712ebdaeb0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6316af611c9540f7b455889bf38179ad", "region_id": "RegionOne"}], "type": "load-balancer", "id": "539534d725e941a8beb5afc19a48ec2a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec07041dc48f4910aedcef95b6547154", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c11ba0bd46a4203b33ccd887e234a05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3cbe681709224a7f851e2ece59c0dd97", "region_id": "RegionOne"}], "type": "object-store", "id": "b923d25452e243a6ae12926f53ed0140", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6b9a74292a1f43938cc21a24775e696c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0097938e034649aaa8316937fd66c0a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b3fdf2c35296492c8393e17cf9e21c05", "region_id": "RegionOne"}], "type": "clustering", "id": "6f136c828f48409db425236590462b63", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "efd0d3eb37d247a3a81f25b987e6e3c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d187291ecd1749a3b9729d5269fa490e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "618edbcf2eb14db2acea4aee89ba0f7a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d93d46e790ff4bfb928b1811912d1ecc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3639d2039d964fc9933d54b830617803", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f7f26cf9058f4c60b1287af0683a5b58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "afa02d4e3d8c454099fb54454032aa98", "region_id": "RegionOne"}], "type": "cluster", "id": "758488eae0e941a6b24af960effb1edf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ca544538b9784ba4be05c02f24ab2ac6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "82913524c82d447f9864d731f7bcc974", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "cfb0eab1ae364044be6209b1d64981dc", "region_id": "RegionOne"}], "type": "data-processing", "id": "73530f0281ac44c4923ae1468bd4cbbd", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7009643c25094e3996fd14f6c2589a34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "92af867701b043a0a5e58f7eaa85d77a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "68b3fd1d191b40628b5a31f95b8751b3", "region_id": "RegionOne"}], "type": "baremetal", "id": "3d9d320096d740eeb9e381bd4dd83114", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "81c7883919814410ae9f6b7b5985f187", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "395049c3cc2c46aa9a20ad02073c5cc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e503743e2b6b4e9e83e0a0c500e64db9", "region_id": "RegionOne"}], "type": "bare-metal", "id": "09bc335c7d844c48a0d469c617865fca", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e889c4f0e1894274bbadb1ad2a749d64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6ae1666ae182406aa7415e6bc657cb91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0666590dec9c43308fda17e6d3b533f4", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "410a7602fa4742febb4c33293c51707a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c2c5da4e95334bff9f5ccd38afe93f2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5687f6969442466a8c8832628ff7ea10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7970bf0f7fb54ddcb94bd33a3a539956", "region_id": "RegionOne"}], "type": "key-manager", "id": "c0fada59eba34d188e14730bc326ae8a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2a1ad3f877ea4152a1b2b1e0f421df85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "006baea0274d4c638cf6fcccd30d703d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "22109631ec2e4b78a652f316daca750e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b87e86aa955a4652b6da881b7f14062d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "013d27f3ebaf4b04a5acdc56bac9ff29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "11dd86aa8514410db98d426068ce1287", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d1fac07734bb464197b7c2ec2409f195", "region_id": "RegionOne"}], "type": "infra-optim", "id": "33f8d6bb28344672b5eff4c60c3b15c2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c2a0968304294e588756cfebaaa7b870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "757ec947add74c5fb85e96d6b044f5d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f66112dd55914e8c98411909cc2df4a4", "region_id": "RegionOne"}], "type": "message", "id": "cb44700fd6324aa486442710637a9f21", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d8ac3a48a78548f4af84d4661420424a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "71f8f29b0a6c4b829ba45ee742ae83d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1e4c83b06de24396b016e3bee1bfdaac", "region_id": "RegionOne"}], "type": "messaging", "id": "57f163f74b0746e78fc3fa0b7d2fdd97", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "da7565b5300840a3bb8e9cf0854c6d8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "156908bf7d644c2cae787073495b4ff3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6f588d5e1e60441a9266a96dcf35d474", "region_id": "RegionOne"}], "type": "application-catalog", "id": "983c75d0795a4e79842d4e282e239b4c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9412054c76cb44109e074d4ec95e5751", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b1a81c830e04240ab08e36d439e96fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d2f4423b43d942fdb53c62470cd4335f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2ae51bde084c42acab3bedd6a8b2c2be", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "59ae5685dcd349cca02769f9813ca644", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8bcd9f32a36848d29aeddf431faa9d82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "253af28fbc994e16abda615e76b4fe47", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7a47171cf5124dc99cd6be212d8bd36b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "28a1d309827049e1b5dc2123bc5f5568", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b960e5357aec4c068796d2d9e65ace03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "addf4b1771fd41599e9ecee7df757729", "region_id": "RegionOne"}], "type": "container-infra", "id": "91b62241a1c6466ab49f0fc847fd58e0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0548dd40c2434e31b13a8de9704dea3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "90b7d02508534b25bcb01ec81f8ed176", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6be372d51ca74e849a06baa8f2ce7387", "region_id": "RegionOne"}], "type": "search", "id": "d84b275a7b674673a05a9c4388f4c153", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6e04e161f7db41e2992191def7fe7fe8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4db8aada1acc483c8f50241cdd2b4a5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b4d500bee4634e579135c1900eb8463b", "region_id": "RegionOne"}], "type": "dns", "id": "653fad947f9e499fb9a38cc425b511ec", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7ab882f0534e436a9abd373fc007831e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e7378012f2e9454d9da71ec7516bfebf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ed97f68468064b5cb1a4befecc5237a0", "region_id": "RegionOne"}], "type": "workflow", "id": "e7681c9bd8d44bac93ed85be3ef098a0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b9b381b25baf440db3517eb81f1a0213", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e307142530ee458b88b8b5bc9c75081c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9675402f187d4d3eb6cf39f2f34af38a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "03822d3c44fb43169bacb73d6988778e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "e5ce6b0d87814465a28b7be6c975c26a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b4098b1d439b48b8a480e9e6425952df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f17d76b568dc47dc9d869e9682929681", "region_id": "RegionOne"}], "type": "rating", "id": "85ff34ca549640619c07d1db0533e95f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d9d52fdc17094464bd5990740f4b47cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e28b20b316fb4f7a9123c15dc6e591fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5cfb5c2480db4474af3241a846aae1e0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "7809ca8087494039b1acace8866c3bb1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0c5bfc5ea1954dd68fee035f8ed710b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "719d5c79dcbd4a7c889f6537f45a419c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ae4b0aec01d341af9b6e73cf40e949ed", "region_id": "RegionOne"}], "type": "policy", "id": "9cd3cf8313864918a9e9dc6207df07fb", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "21e3e07fd0224bdbaf0746ad862889f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "17d280cd3bbd480a9bc4eeffe9676868", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5d4b4be6d50046f691ccb376c911eb20", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5c50c1aacaf544ef8a8612cf56019d49", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d99b021d02a345a5b648358d30665be0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a08c1f4d8c2b4648a4a8145fe4a25064", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dc8114c0dead4bdea61069909f9c2162", "region_id": "RegionOne"}], "type": "sharev2", "id": "7212d8f786cb424ca77781cbdba70b83", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8c377be4bdb844f5bacd33ced41a107a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b5041f404fc841269afaff78c28539df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "373ddcb4f16541b381d9c2a3f93829d7", "region_id": "RegionOne"}], "type": "share", "id": "b89350e622b2418696822aaeb7411938", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d7b922e5c7d64cd197a396a4c144cb3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4bcec6c367b74677ad5e9cba2b67a5cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "8602f639a42d4d10a6e93634730f1bb4", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f78c1849edac4f7f88373f4752648a9e", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5885bbbbd8ed47f0baf8e299a2412b8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "471a78f59a25497ebd38600667c4e7b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fcf93645a4354f7cadcf1132ad80757f", "region_id": "RegionOne"}], "type": "orchestration", "id": "279051e79e6e43fa9a5ac80afc38e1ae", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "128bd088cb3544cd8205ad1e83eb4949", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54c5fd07091945b8ab6db904d7004edf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d75cb5b6c56466195c5018a433b19c6", "region_id": "RegionOne"}], "type": "block-storage", "id": "058d5ee8590e4525853fc6e26a982b20", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16dd8235dcf14e5db339abf1cb67b380", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f1a3a4d2d2d4dc9b0b4acef4180a8f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa7f4e681c994c8c9b9db47b02490c3f", "region_id": "RegionOne"}], "type": "volumev3", "id": "effc260c8ef64a5497684e52fe52e208", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ee7118a49a94c31bc345a5302531bc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26511a811706448a85fb5529ac02156a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "920c7dc735c4482eb17aa42f7fdb9abf", "region_id": "RegionOne"}], "type": "volumev2", "id": "642a12c7d3d54f8d8c071bd4e3898145", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8894d0fc5da94bba84bc5b8a896b02b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1b1d3b79f8a454b8825ac0f902d1976", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6dcb0240b30481283a85b4c9b28f28a", "region_id": "RegionOne"}], "type": "volume", "id": "63b0c11807c2489a9bd419f803efd111", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32bba1a5cca7461ea60e8e1ebd920986", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a9f28aecf954c9b9c115618fb2d5a31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4b1f737943c45a992595b4f5f69128a", "region_id": "RegionOne"}], "type": "block-store", "id": "d99de1c58c8c45bc95b1b8e1c4969f09", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8d173dbd12c24f7fb4eb2c9c416e5202", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b32a1a4178944adc8b77ea686aaa68e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "68185980b2dd49e1999419e7a0862bcd", "region_id": "RegionOne"}], "type": "alarm", "id": "bcae5eae04cc41b9b2f1195901e8dc5b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1b893d674dba4bae92d55d6e116f7e51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "25023fba3185493fbaa5e2d5c3ab5f9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "43d27454a8c44825bf9750f90f0f1814", "region_id": "RegionOne"}], "type": "alarming", "id": "6310676da026442b8e28a387d2b7eff2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c4665b1e7b694034b166201e62e5f1a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "46d5b5e844974b628acc11acada140ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d2432e6f5402434bb4b798ea9ac76b7e", "region_id": "RegionOne"}], "type": "meter", "id": "aeaa1ced164c4a8f9991bd25687e4264", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3776fe4a9c144fc2be4732ecc3b5fccd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1faa0db6b4b24d1cbb4293c4eabbe7e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7b6bdf970b73419caac1762390ffad2b", "region_id": "RegionOne"}], "type": "metering", "id": "42d48fcaf88549628a214390c23f6c49", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "db01ebee4e3f404ca6e91089a98348ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a98186de14444eaf80bfd581354ed9f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c4aeb5f463bd4affa5f57942c35108ed", "region_id": "RegionOne"}], "type": "telemetry", "id": "cd1df2cfd83c4b4aa6089954525c4872", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a9287f127f5d41c5b19b612f3175cd54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8c26a0bfaaec430c98175204c059757c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5e5fcb43b67947b995a27ee456d000e6", "region_id": "RegionOne"}], "type": "event", "id": "c66a57047dd24a469ae66a9471e9fa7e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4a2bccf621454ccb8fddcdda49a2b0c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "eb1c417010ff4e998200444400d5a9e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "63efd383b2d1489298b4589d4b95cc14", "region_id": "RegionOne"}], "type": "events", "id": "61521488ba3646a3ae2607c080dfcf53", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d65ab8b463934b10895f46e0d63a73ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5c9873a93f4d4316881a7e8160a9961e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d25795c3f3334af289cb677328f58bb8", "region_id": "RegionOne"}], "type": "application-deployment", "id": "7085a3b603c642e9b08e4026c2d1f559", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ef33c26fb57241da9e75583cafce1a92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6243e65bcf5047b1bdd98ce37f3f7ab0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "94a14b24954c42709e94a88d678a20d1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "63c28d9fbd4a4d378a39291b76009e7c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5bcbd151925c400e8e908d173c44dcf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "389f143e122a4bdab044c5e21d117e88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e53b8e9a5fe64300a050f6e897a63f77", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "fb648687486d4d31b29cc82f39cdd840", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ce31f99b9b8746aabe0bfecd717d1696", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ad2e39bff20c40eab260fcf62ad13eab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c5b6e09b49184463839b24dfa75d8e3d", "region_id": "RegionOne"}], "type": "tricircle", "id": "210ce08a914e4f228e55357a65f91361", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "3f5e99b3926546eea9072451ea8372bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "baf420ef4e524c4398edf276ec2bd357", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "497635a302c24cef8ee86e0cf5fb02e4", "region_id": "RegionOne"}], "type": "database", "id": "12279b2f203b494986d9cf5a59a38f9a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9cfc803f09084158be727dc08398630a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c577a82970284447ac933ec79cefb3dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "479c96783737457789488e9b3af62b14", "region_id": "RegionOne"}], "type": "application-container", "id": "52f0a825cdf9447b828423124fb99a38", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c7e570d3b0db4abdb79ac376af83e790", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "03980a0a535348509133d4377c40234b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "646c9607ce44479ca85d694dffc83e63", "region_id": "RegionOne"}], "type": "container", "id": "ad245952bbe644bebed25ee9d544c5c3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "13ab003083ca4428bdc4c865e2a15ec0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "30d4a665672841e0b84ff482ab28098e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "921d51ed197f4ba8b6a59298526ec564", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9b830904f8a1442d84f26fdaf5244a14", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c475e005c9f944b2b60e971781ef184c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b0efb6ce06b1477da88885788b32ded8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "061f3933a38046cba32d35e9a020a55a", "region_id": "RegionOne"}], "type": "rca", "id": "e28adcd0327e479aa4414d01c85d7d4e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8245c1e5c5de4eccb0b2bd6a76a03677", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9daa2f9e1cc04ad8bd372bad26d4172a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "5a66888c20e240a5bfbfbeb7c68378b3", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c6aa11aacedc44ce856ab71d9bad7c90", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "35315d91d6474dcebf235194d9f61ccd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c7aef9cca03645b38b6ec211749dd82b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "85e89078268e44cabc417b1b218922e1", "region_id": "RegionOne"}], "type": "network", "id": "d8e86acf72b54b4ebf8a6eefe60434d7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0f1281d9d31047259a5c593375f2dbe6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7f44845aacc44cbc975013d63dc94b92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "81d5c1436af8418390fdca46bf9c017e", "region_id": "RegionOne"}], "type": "backup", "id": "e65941c2e2a24983945c5b4870b98308", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b1588fc0e5484a53824b2d6f3987d2d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "738657d3547f4010b3106241e19bacdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ce3f4bda413148eba7f70517a295adac", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c747d3360b134828ab688af650c657b2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b826d655d1ac48d1b39876813f837492", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a8e818d472394d7ab89366f692948752", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "56397420d1ae41a6ad68fa3c6762b837", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "413858023343455bafc673f699412bcf", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "335611c06a3d49898791932801ac28c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3c51f228ee574e5eb40c1c80db24a83b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1c23200c445a40a5b9c9fa3b27cc1ad3", "region_id": "RegionOne"}], "type": "monitoring", "id": "9fcf60c7c76d4e419821c3380f2c768b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "eea4692033044c46a780cf53f1a6ebb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0a7da82c4cf24390bcc161f07092c451", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e79d2ba9f4e34a738e9946933effb822", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a769b2bb9df54e15b10bcc9c37941403", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1cf728819157432097530de24b22c7fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "fe58cc10caef45f3a603cfb47b1c870c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "249b22c38fa842d9a6e54824c1f81c2e", "region_id": "RegionOne"}], "type": "placement", "id": "e9927375fa8e4075ad78f4f492480c54", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "24a3415bb0774323a472a6f0401c0d2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e32c6219542c4c13acff3df005685f32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "26509e11f90746a0a9f0eb110307a2fe", "region_id": "RegionOne"}], "type": "instance-ha", "id": "fb12c0cf04a44383adbcd428cbfc64c0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6767b61164024eda89563df4e724f65a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1fdd5163800f4039a63b6860338f4c5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f5775b86c9334313ba8064c8fb33043b", "region_id": "RegionOne"}], "type": "ha", "id": "6a19fe072b6943a9acf96a246ebc114c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f749aa33f15f4cd88bab401060333085", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fbd8e9fe513e437f895d4b2de5913f28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "9d26d4c95c39460bb8a3a7c8ea95d2b3", "region_id": "RegionOne"}], "type": "reservation", "id": "4b5fb63a655942168bed72b8cd21b561", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "dbe9d01031e9483d9dad01d8c9113019", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f7e9f5e8719e4bb1b2da648576763a77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "fce64c06f03046c4aa179593ebd35cec", "region_id": "RegionOne"}], "type": "function-engine", "id": "221543e79b724b15bc2568add11c5e81", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "232a49dc4e964225ac786d06f30c10d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3f05bd5bc9024abb916722e961c722ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "4a08cc31fbcf43a187e894080e6146fa", "region_id": "RegionOne"}], "type": "accelerator", "id": "3d559e44189445ef94a7d549c9f77b84", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c2163a2ce9e141bfab2db97e64b4fbcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f796da2f90374493857884de9c4cb44b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "861287635d3d442b94d81f93eca56676", "region_id": "RegionOne"}], "type": "admin-logic", "id": "583a7554f3de40dab4820738e0b0f81d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7153969081eb458284951cdf69d9b909", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c60c7127577545c8880f50f979d5dcbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "227f234d1fdb401282b5f49d3058e3c7", "region_id": "RegionOne"}], "type": "registration", "id": "99010e78e8c7478ab476d9db905f82f8", "name": "adjutant"}], "user": {"domain": {"id": "807aaffc3a574ec4acb8f00972501840", "name": "20592ebf72094e6597b67a4bc21b5dd7"}, "id": "28c0aa0440084ecd852b8980f8b19e88", "name": "5288978a0ba24d8ea98661e0cb76bcad"}, "audit_ids": ["03c6d10b637a407b94b91da6977e7f94", null], "issued_at": "2019-09-19T09:04:43.271268"}} 2019-09-19 09:06:43,469 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,474 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,477 keystoneauth.session RESP BODY: {"extensions": []} {26} openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object [0.474722s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,992 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,997 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,999 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,003 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,015 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.930869+00:00", "project": {"domain": {"id": "b27772c69d114f409870385c72ffbcc7", "name": "91ebdcf0d81642d8961701e892c8cc24"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "acb232715d5e4b5f9f766a9be561b1f5"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "154227df81ff45f59ba4906cc61c4617", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "afec1e1dffae49789c492d0d2096cca1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "3a2f8bb62f5d491a904b1096511a1629", "region_id": "RegionOne"}], "type": "identity", "id": "75152c6f56b543d593a626b808c9976b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b32fd39a028442ccaa8ca4b73194508f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "850533b9ca524329ab8fb1b229bd0c4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4c9ba75378674b1da3eb5510efb24841", "region_id": "RegionOne"}], "type": "compute", "id": "e1afc759c5614b16b49c347b1b0fb096", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b813525d5de74c38939a24bf99a7900a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "32f062dadabb4a178b6d23e0a6424784", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "89d64a9f37204279b2048641f26de771", "region_id": "RegionOne"}], "type": "image", "id": "0e8ebeba86334c48ad6dd4e020b4333f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7dfb05d3920e46a7a1f96bf1178562fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9cf8886d4ec44ce09646e9ff69cb6277", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "3d4a4a835c86476986fb8690662b328f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1cbcbcb717a247539ecdf08a4b81ebfd", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3506a0882c14f7fba59eaf15292bb07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c69391f64cc4a31a367e6adec0586ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "873224066bb24678937de257fb221e60", "region_id": "RegionOne"}], "type": "object-store", "id": "d6c1c75d3e3b43b09bada5a4de824f8b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0d49a66ca37441ed875d5276d8a098ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "36ddae6d4a5048bab20ea4d7f55656dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "494be35c76034d2e8e19741efe39ab12", "region_id": "RegionOne"}], "type": "clustering", "id": "8f173e3a5591497996849405f30df7e9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d037d4afd880462e964f220f4ff6bdb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3040c96ce39943dd9fec0e0073f35eb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1ddf739f2a754d5cb94fe707b30cdbe8", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "93adc3cde6bc4b34bd03d0e570c025a1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e1f9ffd45c404e13bb71806f454a756a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "918ae688e74a4563bf3c863a32590994", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "96a10275db9446a1b2321e219222db2e", "region_id": "RegionOne"}], "type": "cluster", "id": "45fc555c415b4d46900e90833d64b581", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c581175509a842418eb8baba8ec6a527", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8ebd9d085a604fd3bd6b4bf31eb522c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "04378b8dee884961b42eae9ce3d5cc68", "region_id": "RegionOne"}], "type": "data-processing", "id": "2ae11c93957248f3bcc8a2f60f62d29b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "931defbf75de403384f3fd118dcb91fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "35c852a9e06547a4abccf1d3abbdc4f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2c2f06433f5944afb338a5f728f74f46", "region_id": "RegionOne"}], "type": "baremetal", "id": "0fae7eaf7dcf415e96155dc39f92be7c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bd69edc6514b4920aec0ac051389a9db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ddedcb33624f41d292a917c95dd2053f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "403f5ae8d35c465db503dd0678844aa2", "region_id": "RegionOne"}], "type": "bare-metal", "id": "00042c8b1c28432aba3112c4a91fe9f8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "96567d2a87cc455d81366647f4d21364", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9d6e69f5c3f44aa2a58cd0c3dc87e356", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "8a0fd8376f4341d4af1ce0fc2afc55a3", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9ebd6af9a934458babae42237514d25f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a0e5a9ddb3834977aa0312254f1d3898", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1411e191580e4bb68e79f0dbeaaaabe2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5a0a1cde5feb4a5eac441f621b580a51", "region_id": "RegionOne"}], "type": "key-manager", "id": "6049420e804144be9166f8d685bfa5c1", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "47e3edd1621c4db2a42354a5e30ad106", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7e414f5900b0409991997e04657dac61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d7cf92bb0140479593349812965aad00", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2c9da38354ac465d9702e9372fd7518c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e6c18c870d13483db9b29cdb23614c9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b0445f104d384ea098b7d52b749fa6f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e7d412b0b22c469b934529988fe517bf", "region_id": "RegionOne"}], "type": "infra-optim", "id": "870041f0ac4743aaae6b39c3a4527b50", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "771e150bb62f48eaa376faf31e905967", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "aba75a9b25d3489b840a47b8d7071124", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8a4f64db73dc465f9984c28b5af23e68", "region_id": "RegionOne"}], "type": "message", "id": "6d8b901756bf41d98b21038ce92440dc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1de538774eb048b1a06438e9a1065677", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "41d642e81f2742808be3a81823f3683a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4e43f69a51524c2cb7a738e9bfca6929", "region_id": "RegionOne"}], "type": "messaging", "id": "ff29847b1a874a53bf944067d7a8e4d9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "43a213236750417fb489e012093088b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a43bd83017e64ef6ba10fc99b4d734c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "bd4c5f6b04e44b80adf2153268068f97", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b7b3feeec8714bbb9ec5029f10e6053c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "57c241f72eb14de7a6ddf2666b4ba4fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e41d0b31f8ce4b2faf7fec242736de48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a7bf57a6dbe7409b99ca7877ec14dd4e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1c130d602f034009ba6f0be4a978f579", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a86e87e72d204cfd8f13d7002e7afddf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "28b9ccf95cf54aca94823693653d3b33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2e0f14791de444e284d5bf0f365fe2f2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d068ff4bcf124cc8a3dbaf45528fc97c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4d6b3adf50834bd8a6eaedd8aa7a8341", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4b6b609d2bc74974994450ae1e5a86f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7135888baaaf4a3c981cffe0c3d6cd8e", "region_id": "RegionOne"}], "type": "container-infra", "id": "ece1bf35e4a541abada85eba1287835d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f354f550362748c3866c593fa5eb134f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b0e554bc172645aca029dced2fc51c5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e1a9f16b53d24d8ebe9b3cde1bfe496e", "region_id": "RegionOne"}], "type": "search", "id": "21e71789f42a47a7aae5dfcabde703b8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "36c4618325cd44e9828c7fbe518d88ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "24eb913183a74fc08484d1e26c2f7968", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e3dc715e60cd43e9b5ae826db99e7ad0", "region_id": "RegionOne"}], "type": "dns", "id": "e877a5f2535c4743bc8ad9cba0e97aea", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b6bb9c9e9e5e430d9e10408bfac6f470", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "39f1aa6212d743c8bb1994cce17db4c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "06af8c7f78314b5b86867fb437cf50f5", "region_id": "RegionOne"}], "type": "workflow", "id": "6dfb421b39c4401e933c8caa2abf3eec", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b1540c59d6ae47d9b7281553063d1846", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "97c3bcc524314b3daf76b9717333c53b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fdf623795663447992871bba2830c2fe", "region_id": "RegionOne"}], "type": "workflowv2", "id": "432a4396285d49bab4a1277d446812a6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "48213a34c49c42688abd4657439ee749", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4f7a44e07299417da2109293aab1fa5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c15887a71b5f462ba29a25d7e9a08cb6", "region_id": "RegionOne"}], "type": "rating", "id": "2a7f22ebe2cb4e6c8d0638127c38cab0", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "32211cc63f0644118e527b1f0d39f370", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "66960fc0bba64a4e8940521f027e29d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2432fa76274b4f448af2521428d0ce9b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "48c24feae36c49fa9172529f46b6fc8c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5a18a979a8de4d0da012e2b4773fcb39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5e1704808f1946ceabfbb9aa75e51d10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4811df088aa3450192c0093de6bb1c74", "region_id": "RegionOne"}], "type": "policy", "id": "7607f269fb7045a78661edc9f6a1f22e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4936e6177c0e46cf8a134abf8544de5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "56555d290d4e48539d0ecab1c4dd0491", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "806363961d3545a5abfa1f3985128fe1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "83ee6d98e98a4acea432a8346471ee4c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aebe759736164947ae9b112fca939814", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d5124fe255584306b7ea4fe39cf54295", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ebaf800a33ac4d87a2d39e79fbbe7577", "region_id": "RegionOne"}], "type": "sharev2", "id": "216ea3ad238745a5a5ea5c4871e594ed", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aa7e42125efa446abdd7533ad0a90925", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8ed7e16ec83748659c34d299ac912662", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e0ebafd1b939460a992cb82cea6b1704", "region_id": "RegionOne"}], "type": "share", "id": "23b7129726b74226ae0de653eb739a42", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e84fc44290314263ae8971b069a48d36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a2b48ecd38d94367a68dc484433931c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "81118a07347d405e901f8fb301da67c4", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "446f0c84cdfc414d8749a4d115f3714a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ff6b699fb4c4971ba49798399e77145", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0169df1061b4e938c440430249e6008", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f8de884edfe4d31b29b801a5aea2a79", "region_id": "RegionOne"}], "type": "orchestration", "id": "af2bd57057d34594abd14b02026a60e8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f0f49595b274b2f9fab30798709cff0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cac43ab0284a4c749f49e9ed09e7db99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "153aa8921f4945c68f6ccacb5184700a", "region_id": "RegionOne"}], "type": "block-storage", "id": "7593c0173c8e4386ad38711b247b08bb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba7826c6f0494dee8f5c21bdd9cbe6f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88d5168c206440b0aef88d3a596ef6d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfa6e60e2aba46cca33d5ec4ae6e5561", "region_id": "RegionOne"}], "type": "volumev3", "id": "2ec616f8281e4a819340eab7df87715a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1ed715f1bd54931b6ad525f244384ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fb1cb2b54d842849e9c5c8b8cf8ad0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7a1d96bb4d7489485dc07cda0ec129e", "region_id": "RegionOne"}], "type": "volumev2", "id": "3282b586b49347b8a7b701d439819d3c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cbba58ac362740278b2a96bf0a7ba735", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5e823b89a604281bd6edcffe12c4d6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4c6f5d176884edb8d71886ee50848d3", "region_id": "RegionOne"}], "type": "volume", "id": "fbd73a21c4654515ac9e72abaffd58cf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de4b5eee02ba4221a42c72e936086c7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "483ea850dc204da080e34d196d91eb6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9415a6e715254470892ed93dd27ab3f3", "region_id": "RegionOne"}], "type": "block-store", "id": "0a168559063d414e95b16af346047970", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "90e1f1a83c774382be5c383de48ed582", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "edcfeddec4fb4bd4bf690d0083b8739e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e6cd81c4e94e4dea96a7fe53662ade46", "region_id": "RegionOne"}], "type": "alarm", "id": "ad41c5b66851487a9776a5f9fc988e06", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1845ff878b9743ffb7da9980fb606ea0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7a8f06980b0d4d3bab5ff65f3a09d724", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cc26d7a8bdf645cb8b609d790c907ceb", "region_id": "RegionOne"}], "type": "alarming", "id": "e3a25b4b15bb4d8aab08f8df7c126db3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3a6e62002d3c400ab9cc6c147ec5a388", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b536c6ecfb414c96b8ca402f38c577bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "94474c6b33da4af8b42516eabb4d389f", "region_id": "RegionOne"}], "type": "meter", "id": "d12f0daf8eee4102af406e17765bdb04", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a46f9db2b8ae4741bee5a5e0c92b2221", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "694ae81590c44edeaab9a6cc5b2e10b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "29190a269d954d4f8cd6b69f1529d928", "region_id": "RegionOne"}], "type": "metering", "id": "8e3aebc178f94ad887f132d96b37688d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "624f487040344cf9be5017f9a9985a0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4980e59fe75c46aeacb29e30260cbbf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6bd16eb2194c45bea7b564a1c2854dd3", "region_id": "RegionOne"}], "type": "telemetry", "id": "27383049ed0d4c3aafc51584f246d9e0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "76c7358c88bf48759417923e0bd2a89a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fa1d1f68154445f1869c01e957d8984a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1ff459b8dc71484097ad2f492ba8bd4d", "region_id": "RegionOne"}], "type": "event", "id": "04a5ec315fca41ffa16cb247285b5a97", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c91ffec7a3934857bfdf4a3bf53ba7fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c4e4007e52f24fd8a22d3892f3dec650", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9495e64c8b774c349e533fc3af62301f", "region_id": "RegionOne"}], "type": "events", "id": "759ef1e184824e0fadce98d273810424", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "29c2ffa40aa24ecb9ef4c9d0e9529ea4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ad644885ab1c447abbf4578ff69865d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8f1b0e3c23fe49bcb9999047882afb82", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c9c2dcb3f50e4853aadf07a96763b65a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "314152fc6d13466fa9971e832f40056c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a44280e460854c28a5517716cc8f5289", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "079cd3a4e8614b2d91906ccce9f97761", "region_id": "RegionOne"}], "type": "application_deployment", "id": "49617ccfb1104d44ae6ff2c65b3fe846", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "18b3d775adad431a81a8273961152463", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ae51f1940ba9465288d81ab66215b3df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2fcdc1bbf42046a38500bd5a749cdacd", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "167a676fc7ff4a728e411387d7653eba", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "75baa03618da4170a0fb75cbad2e2ec1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "71b8216ef09e4f13935f990f9d41cf11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f4c51bb8a3144549a71c5bb3d1940497", "region_id": "RegionOne"}], "type": "tricircle", "id": "9c4fc4ea819c454b805eb3506f884657", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "039b9a611e50476cb799076b436276cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c1fd44e1336845a9ac94645aa5b8b617", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "448c4f06c45248c2a41310e75de833b5", "region_id": "RegionOne"}], "type": "database", "id": "51034243c6f749828733533875d149a0", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1c3b378a69a3435980c18ebd80fe72a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "37d553c96316490ab96f0e9b280e7472", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8aad3733c9bf4a308a5fcf2cbe12fc8a", "region_id": "RegionOne"}], "type": "application-container", "id": "86f3a6797c524912bd5264a7811c084a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "36d35426631d4498b82575117147a8e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f35239ef34e24826ae3ac0facb10fc9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0727fb3c0e894c32ae3188fce50ffcb5", "region_id": "RegionOne"}], "type": "container", "id": "8c28ab9656d140298287a10d15a66827", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d6117650258a4986b56fad0f74f2729c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8e6257abfa624f499284dd6a92645969", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "685ce8343d80490c83c6233003366b1e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8b938378974b49d7b5fab32a91fc78e3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c4a099f81c924896ab13ded16b058bdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ec2b6318bed2439f908ee2ad6f7ff3bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ed532cb7527e41429c46c0b0be6bd36c", "region_id": "RegionOne"}], "type": "rca", "id": "6806697bac764e789fd3828c6dc1a202", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7aec622ffaf04ab4bf7bbbff4ffb27da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2ba632f4868348d785827b9f89c19414", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "252a3145ebd14226a66784774b525e60", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3c25b0152ea44d85a931a782d892ac2d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "b3ff74d9ecf74493bf9847a0d6b69f9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3f39b4268fc643c0abccc7207acbd955", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7fd454f473084761b6fe84d9956600f3", "region_id": "RegionOne"}], "type": "network", "id": "92a43da39a514f168d670c8a1a41811a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "cdacc7a31ffd4475b1c58a3fd9c20304", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a5e9751f8c3444678b05e5c1c28462a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "3df07391e4834875ab349f9c228cd6f5", "region_id": "RegionOne"}], "type": "backup", "id": "cf776fe17e60404b9849eecacb4c1319", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "efdbb630129342f796bff43fb19483d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "96a064650fc54190babb87a91efd86fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "85af12b457c949279816e2f037aa8cf3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1b670c71a4d041d7a291d5a7667d069b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3ddb9e17aa1d4cdb9ed1c00c0e07b1b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a6a62554fcdd4a89b8f747a78c8dee48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1809e0a03d2a4f0bad3c5efb50caec9a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "df409389ab5f497f928913a1e1815ad7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bd6333623fc04e939257ccd6347341c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "56ea7259e0734ebdac3b844239719c14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e1ad70806be746719dd1dc41b296ef3f", "region_id": "RegionOne"}], "type": "monitoring", "id": "51f439ee8f0c4213ae374952abc2ef23", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d5393165041043f0960967ac8e429f1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4bd97816d67049c69d0c70065771610a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a50a85cb5dcf4ac298a6bd3965904d9c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4e676896cdfe4d628de38cc3cd811d2c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "48d67fc31dfe41d7bcaa613cf9048ae7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c067d1fe7786460b96495e7b5abe053a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e7dd40bae3f245cda40d65e045d626a8", "region_id": "RegionOne"}], "type": "placement", "id": "4a9a218047fd4e0d9b2ba9f2c199953b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e53513f8c1aa47e0ad001546f9dc8a54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "42398da01bc54061aa2ba9831b72c6c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6173e789d7cd498988ac433c58566c4a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1bb3f0f73fc341b2927c544b17e2f5ba", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b6fe802ab32d43ba96c77a12a207226f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e110f124bb4a43c1b0725e358b431b0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6ec0a426b0fb4bfa9ac2dc5e360a069e", "region_id": "RegionOne"}], "type": "ha", "id": "4bc6bdf839064e3b9764d359e7e7a0b3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7a1d274ee4814c3c952fcec49bbd29d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "66df615b892c4b12b56538a6f3661426", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "77ee50424b4d42c58c1f3dacad4f5c6c", "region_id": "RegionOne"}], "type": "reservation", "id": "6092be902af3480cb9ef4e274035e595", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f8ec780335484a419a056a8df9859944", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "234726ed562a4d5da4b3f8a8d45c1f21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "7c44cbca364c493487980fcf3928159d", "region_id": "RegionOne"}], "type": "function-engine", "id": "809acfffc0cf444d86a99be98d27fd42", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5be3793a8f0e4a3ab2eff69bbfeeef6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4b015ed2c18e4737befe2db459381d1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d58dd2fe15614f5489c598ee4d6b5f97", "region_id": "RegionOne"}], "type": "accelerator", "id": "e840263ef4464a2189ce69630298d0c0", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b24b171ce7594914802df6bcf1274c78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5c56da717dc14047b30a765e6a326f71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b4e060183f284c9b8a9726c65da88e21", "region_id": "RegionOne"}], "type": "admin-logic", "id": "562651e1e8d64648afde13da2ece1313", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7207c04c98f246d6b5d225614bbfc704", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9ca4335e87074016b69e569f4e015694", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7bae17ea733f49e296f6fbf6ee62b50a", "region_id": "RegionOne"}], "type": "registration", "id": "cda801bdfffd4c16981c3b9d9af194e3", "name": "adjutant"}], "user": {"domain": {"id": "fde466b31ae949eb95cd3ddd88a90638", "name": "5ca87a7fb69d4143a946150255dcf9d9"}, "id": "11522a8d627a4c75bd9664413408e838", "name": "1cad38e73efa474c94089a070a954144"}, "audit_ids": ["e2556652ed0241258d4377bc3cdb1a50", null], "issued_at": "2019-09-19T09:04:42.930869"}} 2019-09-19 09:06:43,045 openstack Calculating hashes for /tmp/tmpCg9fKJ/tmp_OGY90 2019-09-19 09:06:43,047 openstack Image file /tmp/tmpCg9fKJ/tmp_OGY90 md5:827f6275fb3754c64c6e5ab8cbffe372 sha256:338b1826b0d5c9dcb35f864b32e452fbaf3d373a6cfd4dbf6902e6b2cfd2ee43 2019-09-19 09:06:43,137 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,143 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,146 keystoneauth.session RESP BODY: {"slo": {"min_segment_size": 1}, "swift": {"max_file_size": 25}} 2019-09-19 09:06:43,167 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,172 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:43,176 openstack swift stale check, no object: openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-3 2019-09-19 09:06:43,179 openstack swift uploading /tmp/tmpCg9fKJ/tmp_OGY90 to openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-3 2019-09-19 09:06:43,201 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-3/000000 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 827f6275fb3754c64c6e5ab8cbffe372" -H "x-object-meta-x-sdk-sha256: 338b1826b0d5c9dcb35f864b32e452fbaf3d373a6cfd4dbf6902e6b2cfd2ee43" -d '' 2019-09-19 09:06:43,210 keystoneauth.session RESP: [201] Etag: etag0 content-type: application/json 2019-09-19 09:06:43,242 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-3/000001 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 827f6275fb3754c64c6e5ab8cbffe372" -H "x-object-meta-x-sdk-sha256: 338b1826b0d5c9dcb35f864b32e452fbaf3d373a6cfd4dbf6902e6b2cfd2ee43" -d '' 2019-09-19 09:06:43,248 keystoneauth.session RESP: [201] Etag: etag1 content-type: application/json 2019-09-19 09:06:43,267 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-3/000002 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 827f6275fb3754c64c6e5ab8cbffe372" -H "x-object-meta-x-sdk-sha256: 338b1826b0d5c9dcb35f864b32e452fbaf3d373a6cfd4dbf6902e6b2cfd2ee43" -d '' 2019-09-19 09:06:43,273 keystoneauth.session RESP: [201] Etag: etag2 content-type: application/json 2019-09-19 09:06:43,302 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-3/000003 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 827f6275fb3754c64c6e5ab8cbffe372" -H "x-object-meta-x-sdk-sha256: 338b1826b0d5c9dcb35f864b32e452fbaf3d373a6cfd4dbf6902e6b2cfd2ee43" -d '' 2019-09-19 09:06:43,309 keystoneauth.session RESP: [201] Etag: etag3 content-type: application/json 2019-09-19 09:06:43,389 keystoneauth.session REQ: curl -g -i -X PUT "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-3?multipart-manifest=put" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 827f6275fb3754c64c6e5ab8cbffe372" -H "x-object-meta-x-sdk-sha256: 338b1826b0d5c9dcb35f864b32e452fbaf3d373a6cfd4dbf6902e6b2cfd2ee43" -d '[{"size_bytes": 25, "etag": "etag0", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-3/000000"}, {"size_bytes": 25, "etag": "etag1", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-3/000001"}, {"size_bytes": 25, "etag": "etag2", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-3/000002"}, {"size_bytes": 15, "etag": "etag3", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-3/000003"}]' 2019-09-19 09:06:43,395 keystoneauth.session RESP: [201] content-type: application/json {17} openstack.tests.unit.cloud.test_object.TestObject.test_generate_form_signature_key_argument [0.182399s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,155 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,160 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,162 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,166 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,178 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.094107+00:00", "project": {"domain": {"id": "3486a6ceeb34405f9df08f5e17a36317", "name": "c673ee2d2eab4d85889c3fbe4a87dab3"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0dd2d8ea46074da9a83eae6fec85d696"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f8df7e3b094743608c7215df5bb3828b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a8009302c2ac4918b4fd61035dc0f81a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "3f734fc7e25941759f65e21a5d176af2", "region_id": "RegionOne"}], "type": "identity", "id": "45c549e344f4485c8f4be9389b4fb764", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "98be58cdba3f40d0bd5610d60dab97ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8161182c2a354a5d8e881b5464b8ebc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "dafb68e70c7644da8525124f51b2cdb7", "region_id": "RegionOne"}], "type": "compute", "id": "18105e89c306477c86786c8994908753", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a2c5303a4c3448419f81be0c36de26dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b8a5d3310fd5401f9c4ea37bba0de8de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "382ccf41a94b494b85fe699ba5b344b0", "region_id": "RegionOne"}], "type": "image", "id": "d89d8ddf30bb497b94c2bfe72ce63c84", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b0cdf39c120948eb8b900d18c5d60658", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f15dfc3f4ceb452b9250df3b9d97638b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "523ba89e5e8e48ecad33082c21114108", "region_id": "RegionOne"}], "type": "load-balancer", "id": "5552916dcaf44e6fb25c4d9ecbbad665", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e52368b672b648f8bec4cdd035cb9a38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "490cffa43c5f4a33829453852280326d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "baaa6f52728848978cd056b17cec6adb", "region_id": "RegionOne"}], "type": "object-store", "id": "538c570bfab243a7931bd3820de854ba", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6694e9d97f484fdea65651ea7e2e444b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a771722174f54fc7bd3af2bd6e4f8fe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f10b5c53c2cb4169a305c5355fa0ad1d", "region_id": "RegionOne"}], "type": "clustering", "id": "3d2eed41f6654ac894302d889b4b9fe2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e5444a10da6c4adc8e127946668456bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a98b6e768dc84e828a6402e3405f7797", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cc753bc3b74e4d42b9150646e67c0a41", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "88f75f25365447abaf739b2b4110196d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b4d4ce163f2246808876acf021c58d50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5f6483966efb4088b4057d5e4c39c627", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "33bab601c4b243aab95c06d4aa9be170", "region_id": "RegionOne"}], "type": "cluster", "id": "0dae393adeb6475bab217d6acd9db7fb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "655a593521f94f84ad989092f814afdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "45159022953340839e0b90a16a9601c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e99e8071c75040d39a7a735e03900e4b", "region_id": "RegionOne"}], "type": "data-processing", "id": "b9a7928cd13d48cab9556469dc78946e", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6adf37da79cd47fba12ab2e7ae5105cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3992c7d24fed4510a1a44fb31160307a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9082a7cb55e344dfbe9a8226703ddca5", "region_id": "RegionOne"}], "type": "baremetal", "id": "2de3c4014bc940ec894b768c0afb93fd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9a809b7ad3e14177bcfc62d6b5e0099d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "94defcceab274f1099f1581ba1d341c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1ceb2d1952cd4256af7df9fe8b82a433", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a199bc4b2d5b45f38eacdd3f25a77c79", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9c770d70c4054b35b361f7213dde1278", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a6325f12fdc040adbf64c67cef59bd58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "2ac5404899074c22a8686f486c53e68f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b05fe59a812a4e5b9cf7c347da4d2c99", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5523c0ebde414a34a7c413fe6890a739", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "54ee44f88a5a479c97538b6fbf26c64d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "230bc67ba7ce4c1183031a3a1a2f4372", "region_id": "RegionOne"}], "type": "key-manager", "id": "23530fff31a44d5682a537cf3dc18ef9", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cdc746a94be44e4f847e0c2d82b6a1d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2166ef81a5634a4286047337cea575a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8a51f83816f94122a4da3f14fc94e730", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ab2faa85a5a64f8c8b4974e7b30f2ae9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cfe69cb1a503415a96ef80553f7c4b99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "610044ac472540889e740b512e791e27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "15adf1916e6d488ab7078706c55dd139", "region_id": "RegionOne"}], "type": "infra-optim", "id": "815c8805e89d411c956e9442cba7cd9f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "df23e9f83e3e44dc910292a7f40630ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "33ca97f0ff404de8abf8036094c3e692", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "05f8542858b8497f9739d49711b43d61", "region_id": "RegionOne"}], "type": "message", "id": "00b652520e93409b83782beb9c2af16a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "746c45ec74f244ef8511ed7f5be79ad2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "dc90f83f93c04b5fa109698e419a3302", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "95ad20fe20324d63b3762cf143f68193", "region_id": "RegionOne"}], "type": "messaging", "id": "63ce410c9823459d9fb2f17b5a02105a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "10992072d7814946a935e355770e49ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "425a7b0dc0e0461cabbce5f688b111d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6b73928b5b7b4b1a9c83d1adf476b555", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3db72e835dc64aea87a5c7662284017d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c063474d0cb548a497bc78565a22cff4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ab70f7a7990f449fa0cd92abb3738209", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f25266ae4ed14906b4b15cf0a73ec20e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "cec36b2e4f9546d3b1a7d962f1f78735", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7cf98b09b2b5456c92f65920f5ae47a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a4b9b7531a8c4f178fee8cb5ef98bd38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a2e3b1275df844e5a21943919662b209", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "9b1247973d9249319cfbbb0bac0f6b00", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b680c3a36104c348c71a6fa90f5ee5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "647934d0c1644cfd872dfe1a7b66122b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c2074d5f6cf74200b567ba56d9a6af41", "region_id": "RegionOne"}], "type": "container-infra", "id": "bf7813f219574c938d4e7f2b9a7ed5d3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "231c0674b9104ec9969622923c07763b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "de4f250cc8374bdb982afd186022a4a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "891923de0f964550b15b3f1e2560bc26", "region_id": "RegionOne"}], "type": "search", "id": "2fda57eb299242aa9914c049a24b70fe", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "601d6cda95064a20aec720fc3521fedb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "bcf5bcd1bd3942c19838198c3fa52019", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ee48888769234092bfea2bf7d611d9f8", "region_id": "RegionOne"}], "type": "dns", "id": "7783553cd86c4b2e8e6ed484b469f964", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "73fd0b3560f344eda24a09dd3645b71d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7811e824a32e4647b4bb094e86d11b9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "02f300e301884fb499b09cf7f41dfc18", "region_id": "RegionOne"}], "type": "workflow", "id": "f02d1a0867444e7fbcfb0a5fa563c3e7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9b431923020e4893aa91fbf071fbf14f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "27200677412b485a820820d4952483e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3dabb41a64fd45b1906cf71114ac029d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "10e4bbc4e6f943b8b4aef602067c8d64", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5427ec801c0d4e4e8f9086feb3ea3b0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6d099b7592464a3fa0f14bb2f7f12cc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f809ecbcb50041f79f29362ef176d398", "region_id": "RegionOne"}], "type": "rating", "id": "116bc711777c444ab33f61a24e667fd7", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "02be4f57f7de4e25b592fb1325db60fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "05894793a542475e8704c464fa614fcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "58ba0655eff94b718ed5be08e45f8ed9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "eff70a33cec844fdb0e30ec9763b874e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e5c15e35b67c4c24b77deadaa274ffdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9c1d2c9e3c824f19bdecfc6de59117e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ca51bc3aee844517b3591908204c6e68", "region_id": "RegionOne"}], "type": "policy", "id": "b2e30ed80f864300b7c5ce9cb16c2e9f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e6f29d5c7df84fe1b9c23661aef76e16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "77941d0199534c76820a9663c83eaf63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1b1f1d16cd964ee7919eeb5f5f4d3898", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "fbe7d05271204b719ee642c635c2842f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "58db994a0dc7407d8883b7c3fcc26059", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1fc358fd9c7f480e923feb3aa3a6bf9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bedf9933f0bf4f14964e435c29b6284d", "region_id": "RegionOne"}], "type": "sharev2", "id": "2445fa4f0fe6438f91226161f15372f7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6b30adc6c39f4a86a17adc7ef71abab9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1cd487cf991f4b1ca0bb8f321b3c1d4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c90b369995204d3b9800847bfc1626dc", "region_id": "RegionOne"}], "type": "share", "id": "450d761680de4cdf8a0275c131022baf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "74fdb53aca33422bae4e7d138839ac40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2977f594aafb4d518e595cb9073f91dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9441bd765429498b924282e9e1e092cc", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ee9735f7c2424fb5ab598f90257f75f2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58b81a6190f14cdca32c1f1d1deae6d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9198940547d44f108fe9c05f79cd5c5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f05dcea227ad41c684a55f3f652a3811", "region_id": "RegionOne"}], "type": "orchestration", "id": "fd833720d6ed48969927a720090fbc70", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b098e653c3c4e7d80be9f75dcd14284", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac67575a356643d3b42ced66a1ec6d4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e37d05047af4d46bd1625db4b8655e7", "region_id": "RegionOne"}], "type": "block-storage", "id": "d87d1786e7414a2fbe3fdf018542158f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9ebafeaf4ca471bb246cb81747284d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f64914c1ac1945be972a9e364cfb8983", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01420044b21d4ff5baab526f2a919308", "region_id": "RegionOne"}], "type": "volumev3", "id": "4c323bf533a9406aa7088f4d33c0f0ad", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e376c01ace2b438bb2d2c7efa012d51d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee72d734918147e490dd0e1baa7ab207", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "447696193f924c0e9a2187a80f08975e", "region_id": "RegionOne"}], "type": "volumev2", "id": "52109da2229140f992f20f812206539d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "502200ec41ce40028bcba1bf8368b6f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0ee9a3837b24013a2faa0de52109f45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1e22946be204ea2bb74e016dbec9a54", "region_id": "RegionOne"}], "type": "volume", "id": "147512622c1c4a38846e4dc65131d18b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "734dd215630448f6ab0ca903877396cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2d6cb76ad314c0d9cb6b3d098f0952a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1455751163314f4a99c86e9fb83995a0", "region_id": "RegionOne"}], "type": "block-store", "id": "68c114d302ad4a35a2f4e08871f86776", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d41663dad409428385174bf286a36408", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8f944ace7a6642eebc6773d8af0e3741", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e4813b319c144b879f162e262705110f", "region_id": "RegionOne"}], "type": "alarm", "id": "e0cb71319ae34b309dfa1f0ec2c3a35f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e1f1381fbbc140d6802334474033665e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "89f95c55142045b084e2c687633c28c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8828a2a92c624d45b4cf8b684dc50d52", "region_id": "RegionOne"}], "type": "alarming", "id": "47b57bddb8df421cab14eee22f9d1a22", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ff4d21f1855f4cb7991935dcf8890f57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "35e73044ac5842a583bf462583201e6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "662fe225bf274a96ac4d527e4b333abb", "region_id": "RegionOne"}], "type": "meter", "id": "66eb4a372ac64305a0487911b0a82f88", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "988417bb6731435099d24798a72b33a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fe85e6c913cd4f6bbab48c93be8d5891", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d0756db6a9f042328fdf62dae4f7f61b", "region_id": "RegionOne"}], "type": "metering", "id": "95c06021ccd54dae95d10494ea09f37f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ed70990ef6084e02a2b30c93f1174066", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "66437475887a4c29a6339facbdfcb1bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8cd0f80ecc2e4998a0f3e3fb1cea4311", "region_id": "RegionOne"}], "type": "telemetry", "id": "765d156a621c45d8a8bf469be45a5a86", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8dda0f61d159491bb2785e49fb2f06fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "498d54cc63eb4e9aa9621515f708b780", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f4c5dd5e7b9144ffb2007daa854d37e3", "region_id": "RegionOne"}], "type": "event", "id": "ab9002b422c741f9a4abc66b0804d00a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "070079f9118c454ea07055dc66c7e31b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "529e1f2d30d84a049cd35b2661cc9942", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "34e6ee4682a5459aa61b0d90be4a078b", "region_id": "RegionOne"}], "type": "events", "id": "48c24870ea684d4ca682078b8bbf3cf4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "925b654c5e7e45deae0451fd3fe1cca7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2bc425d0b02b4b0fb226f472ea3a2bca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d11074a7d181488990d48331f4cffec5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3c1e632f862e419c8e34b0d89750a981", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d94cb3cbc3ec48d994fb7b24d165e0f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "419b698ed97a47ee9565b5b0a07eadaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "63d3a2afca5f48ffb2c7fa3625c6c1d4", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d3b9781f973e453cba6411c523aaa9c0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "aae23988b52a4e75ac0f5a1a2d4ede3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8f97901c19954d5cabcdd57bd5aeb7d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0d39805dc694420e90626e2f573a0734", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "e3563ad5eee44ff5904583cc596e4f8f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "716a1934fbbe4063aae834970b93b9d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "455bfb57b42c4814a0e15353f1fec731", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b7525bc985634fb291f152e7193267b6", "region_id": "RegionOne"}], "type": "tricircle", "id": "eab19cdfc21647ccb7ccb049d222151e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8aeaeacc3c9f49e194e59518b9247c47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "157ea2cf0f004fe2b848894e119e015b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ab7aae4eaede4a88b77b8c22e5eb1a4d", "region_id": "RegionOne"}], "type": "database", "id": "4984f39ce58b4ef6b82aa7e86b5bd709", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6876d623e0af4416ab930221415febf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cf7fc347f7f44cafadd5a307d14d212d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2b098dc3e1fb4bc88251d1866b2f2f65", "region_id": "RegionOne"}], "type": "application-container", "id": "b14cb04a0eac48eb96ec3b48a4218eb0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3f4b7fbdc0a5498f9d23b70bb8be4511", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ed602ffc40f240c3855a0644750756aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6e71a57b920c44fe80d9309c80bb6545", "region_id": "RegionOne"}], "type": "container", "id": "39212999cfa7400f979a3322dc22c04c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "539382169e594a4f831ff1f6bae32284", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3726eb88d043481ebd6f25ccd521f97e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8d142640d2464b458a90c5399110b460", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "35466f5b8aee4ba392cd57ba39a6cc87", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0fd0dd30d0bc40ba872e680f3a7c98ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fd8c459ed91c4de0ba3650a5dcf0f93f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2729ae00dc564acca23659d2f8bbc31b", "region_id": "RegionOne"}], "type": "rca", "id": "02775b161f8a4929bcc26bd26ff3fca2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c752b945408e41d082ca2b3b4544cd28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "41857a0dc57448cab01d36d34f6d36d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c8004cd9679a450f9775485d09a3f8ec", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "effd5654787443b589d590b510f8469a", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "210a176170ba43c498308b5050e995df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4e4d1fdd462740ee97c0eafdb387b089", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "bb23a8d39beb4547ae9334e915ef439d", "region_id": "RegionOne"}], "type": "network", "id": "a1688e90f1cc400eac0a0510368d114e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c725df7472ba459a8f29a332a6c60872", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "eab3859bf4964802aa68657a929b7d27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "efdf2328ea614cd3aff645153ef43c56", "region_id": "RegionOne"}], "type": "backup", "id": "aa63309a1d994478bf228b8a7c07e9c5", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f5467895b5004d6e865661b4c6f1a794", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a4eb445b301c439d8274c55ce82fd19e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "18464656cc714a72b5c763d39b4e09c1", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9ede9fe7a19140a6995e6fad5b1e017b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "706bf8e6fb4c467bb8673d58159aca35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "96f3213d4b9c498fb7da9537d6d1c4bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e36197f118ba49f19effad80de331083", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "55511cc8072045c98367e504caf8cb76", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "788b2061e15948af9c3a22f9179de3a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "af9e3358651d48e3898399de6fcc8887", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b3e56f0cc2c348619980a162a8e19f3a", "region_id": "RegionOne"}], "type": "monitoring", "id": "4b9f16a6d4804d22ab15dcbd719d2e9e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e6a1a93020274d3192db882f153f27f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "26b8378e59db43ccb1ca28b880825371", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e9a86dd4a1324e01b3c425f967995ed5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "1006847a54fa499ea69ad914b5057777", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ce7ef5c1200645119a15588e4265c5df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a40db6660b1943dc94cab2b005c9fab0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "558b8c9b132b438bb5deb49afba1d26b", "region_id": "RegionOne"}], "type": "placement", "id": "4127cffa8278460e93b72eb9d047954c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9bdb818bf25c49818a6042f974c7a3bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a5bd9d6f387e428f9e79e4d979385077", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bb6a6b1785bf4938aa20bc576fe7376f", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b6cd700318014dd7a6d6853ab2dd225e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6d0ba1208bf04edbb656ad9520b50462", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "784d22d40af2490ba9bea9fe5bb587b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "01fa559f92ba457dafbb27f9577b0275", "region_id": "RegionOne"}], "type": "ha", "id": "e3770e9fc93f44e2ab4b4659c440e6bc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4ddfcc5c8b1447a0940a7e2af595cc18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "05d9d62801ac4ebdb2baeb6e8c535bd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "523c8628ef1746aea073aa074b830ddc", "region_id": "RegionOne"}], "type": "reservation", "id": "e721680f6ec94eb381a99cc74db4dc9a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "db5cc1811a504e2e99a17bb0360c10d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4b55cb0edc884252bf443d0060ff0c1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a84b117bc3af464eb7dcfd61bd683fdc", "region_id": "RegionOne"}], "type": "function-engine", "id": "d4718f32f4ca43ef923b5c098ae59609", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bae1719c6368477fbb8a06e237009772", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bdc52cca6ef4402a858c0cdf36e60eff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "268f65e2fd2f472c829ec871b357796d", "region_id": "RegionOne"}], "type": "accelerator", "id": "8530690f97ed4aea8787c1ca17fda69c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6cfa9c0d25634b62a354bd6ede518ab8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a9758f68e0004cde8006156b74b3e4c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0520e30c4e70424db0dd91d60ef374f0", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c6209285091f4153ab4b4e5f0a3c9424", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "92015590bb094b279b9fc424e11a4b3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8b26da2d07e642ca80df6c2b4a689bb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6535f705c4954e2f8008863505c661bb", "region_id": "RegionOne"}], "type": "registration", "id": "634b81d6c51e497bad063e257d3c18b0", "name": "adjutant"}], "user": {"domain": {"id": "5a7757eb4e43422e9b91681136a8ae82", "name": "466c7f64c07c44a5a3bcf69034ee3cd7"}, "id": "4f543f2c051a4b7495c547597bba57f2", "name": "d2cd8940d0654a88abe8bc193eeaacb8"}, "audit_ids": ["5e2162e0b8b84217a50d89d722552608", null], "issued_at": "2019-09-19T09:04:43.094107"}} {31} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_rule_none [0.061344s] ... ok {13} openstack.tests.unit.cloud.test_object.TestObject.test_delete_container_error [0.193603s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,197 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,200 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,202 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,204 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,212 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.129078+00:00", "project": {"domain": {"id": "81d0ec8b27de441d8826f2ad104633b4", "name": "ffc41c8b164b48be835ed459334fe3fb"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "443749bd2c90413ba7bfefef9e2ce00b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "37fb0d5f16f748adb8ca2e5b0f562b3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "10b30faf4a534191b85ad7f8562f1d04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0b1fd028c76d41569353891218458fe5", "region_id": "RegionOne"}], "type": "identity", "id": "1912879c941f4897a0d9aab06f62096c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "dab18507d7f74969984e8b3624515b59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0511c986f97d47fa9992c780d2f76523", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "17d3f49c1c9342f2b591cdd8970f622f", "region_id": "RegionOne"}], "type": "compute", "id": "359875cff7454e81ae7127ceb67f6f9d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9287ea4b84234f7bbd62db68f223848b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ac32895786414fd498e1a790d06f7b78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c8424d214ae244d898c0fe6702779abb", "region_id": "RegionOne"}], "type": "image", "id": "8b5992dbdd254ad092ba294f96f46c8e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2e3614f7ebcb4a30a1f739a8a157f5c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "767ac98574e74a46bcd1d26028a0ce4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b064cc430c484bf8af0ebb3878002348", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a048d9624bf7410f9379a90e5d333b65", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac37ae2e38114459aabba64e448d0cae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51109b423f5a4ffe9e59e0c1738a1a6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3992d17c74f34c5ca21381ccf8fd15f1", "region_id": "RegionOne"}], "type": "object-store", "id": "650250fe005e4beb9610f203de73f0d5", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "23499400057c42b5ba92180692316adb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "01c62bba228245ccaf688f2a1c25dd36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2848a2ce435343838950367c4e2d9005", "region_id": "RegionOne"}], "type": "clustering", "id": "e24c4f946c1a42d1b7fb8e593bbb170d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fc7b49c407824118b797f9ba11c75815", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7b6d37cc15ee4f039fa3b88fff03bdf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "afeff4c48bed4451a90d2fcdc7734ffa", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "5efd4cb4269a47b9983fad0a3b773828", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "038c57e958724505b625468814462797", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "53d19275450f4235a843bf73375d91ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "913f2e2bdbad41babcb771ce027335a0", "region_id": "RegionOne"}], "type": "cluster", "id": "94bb1900336644288ac07e71f3e21719", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "490a10029ecd492a901cbe945cf7a973", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e1f2260421b44df9aa05fe053a851d87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3bf8e30f106d4c1a811d7e50d127fb72", "region_id": "RegionOne"}], "type": "data-processing", "id": "d16a92df1b3246cfa18be2f5e3581935", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "abbb2406e9be433ab52254f70bd89e6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7dec5b9585004db79a8d31c59f6472d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "67eb955f1411448cba62818ee0bb41b1", "region_id": "RegionOne"}], "type": "baremetal", "id": "8875872c9cfb4c1a93be51fde2af7400", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b6af112851394fdbb0fef077fd41f422", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4b9a9f9992cf4b3580c07ae71a4a6d24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "273fc3b46bda4ea4bed8ed35dfe1d03d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "56eaed9d887447fe8eef43cd8fd3e9dc", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "26b0f8fa96ed4b52999b5ee928bec5d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3abef73ef51244878f31af147a0cd7b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7578fea0f09b43db9fb954001b24da31", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "eac24af1574345c28fbbb07048d6a63e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "165cd2d7893f48acb0fa7323c34a49d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c2c123be79a04d519134637f146994b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c689bbb652914edfa466c999ceb276ba", "region_id": "RegionOne"}], "type": "key-manager", "id": "5f063b4765e04b1dac0d4d9b8784cc6e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "443a5e4f1e1949feacc5b36bfd603cc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eb3bb9861e5c40a99df1b22184bea688", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a13b2d80051440eca8e2f02ee5114cda", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b408e9886beb463ab5d487a661c26a59", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6c27e63212b64af4951a6f6fdf04e7d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "24d2c516e8594df791d871a1c9199d59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8c697f7594654905be164727b1fb8d6f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8a208414cea24b4c9f83bcfe7a401957", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "65e4326c74f94d4e8171df7c164e4575", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4fb920c546ef4425b33c1bc8df3a4758", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "49ab615d29a54541becd47e62d77a4a6", "region_id": "RegionOne"}], "type": "message", "id": "926eb395b133468db45f3400e314ba61", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fad6788c4f0f451e908a950ce1abbf72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f2f558c34c3842cf8fce918f74706d98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8bb11e2f476d45a7adc890400196689a", "region_id": "RegionOne"}], "type": "messaging", "id": "3b423dd1d67647429a4a2d8643fa21fc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8784ade9a5f04d0b838127c22b0e599e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a7818990d68e4fb78c805f78081f362e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "296368f3ecbd4566a144ec5148194807", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a3d201525db548aabeff0c770aaee7ca", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e1bcff28f88e418984be5a7d9897912a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6d25d9561e4042dd8bcd3cdbc6ddde0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d56c26e66b894563ac9d5add5e501bff", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3d8a221dc0b241bf9adaedd82c949c78", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "166303ce518e4f6abdf4e4c12fa9fe71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f83766b8bfdb4fb8acdb475ead4ea44c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "960e6d423dcb48bd968e5b8fcc7a5c57", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f9d313069a9741ed8aea03545c6d41f7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "981668bc8c07451683b446be1b08513b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c016bfea60444e488ee48847ad630173", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cc45453b849d4b409734903f33ca5f7a", "region_id": "RegionOne"}], "type": "container-infra", "id": "38e345950ea3496397557d3a78ee5c5f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a7db10017a314ce19af8f3efeccb889f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b132dcf6c83a4ea0bdbc6603ad037082", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4b277d70343d4880ab9fbc0acb8f0cae", "region_id": "RegionOne"}], "type": "search", "id": "821be473a889452b866649039300deb3", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "89d55edd4fed4932b735c101dd50274b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "fc8ffb2dd5724f60b88353a3b06e18f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "04ddeefbb17849d89ed8e476194372ca", "region_id": "RegionOne"}], "type": "dns", "id": "e8dfa978fd1d45fa9f4e87783229ed1c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5e0199ca0d86466782b3863baf5f757a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b7bdbcca88714faeadb5a8c92fd1d5bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "20f2e70eb83c4975b7211080ff12dccc", "region_id": "RegionOne"}], "type": "workflow", "id": "3236042dcc51498a9f70268679cc3e48", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "246bb6842db44a9aa5137c4a7007acb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ada77a4da64e48358d459b13d7f29f41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1182260b7371454ba68500e4ef6fa6a7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "875a32a62d1c4d0eb5ebfaed0216c579", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "3e2051a85c8e410c94982186254ccb3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b89183bb65824ed587a0dafd2d4e9f89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7773ddae52b64a668f3223a907ae465d", "region_id": "RegionOne"}], "type": "rating", "id": "194c264a664f46cea78f310690e1e3de", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "df579c6935d34894adc6abbfb3327448", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c4823688bac649faa2ff71a166ad1cde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4b496585614d42ff994b216cfa6a1ea4", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c55f75c135be42fc9e211723ebab190f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "52abf43f0d804d5399e952907da922bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4d273ccd63bd4b788a1afb28cae2c379", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "60f98d2ce2344d23901465a26ad85123", "region_id": "RegionOne"}], "type": "policy", "id": "e6172bec678b432195016d7e565eb319", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f029211c73704a078d7e5804ba46cd6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "45e0288deebf466cac2a868837c1be1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f20f2fa13a394800bfd0d19619c35d3c", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "be6d7c55c92444fa94c87bde4af79745", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4d56fc3688bf482f8a568c3da581232f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "be519c25307b452ea5d1fc87b209e01a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5474a32c2bda4fbe9cbfec4bb2633e50", "region_id": "RegionOne"}], "type": "sharev2", "id": "fa3bf27cb1ea434f8a693f740dadd30c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a79fd7c55f384eeb90ee42925494a447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d91e0a9cfb964584b7adbebded2d9b40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6cfc7bf17338492895cc808128b60402", "region_id": "RegionOne"}], "type": "share", "id": "fb0f76bf1f494abeb121752ca4330c6b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c834af2747244dc892f34eca4abaed6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "de3301e0fa36427886f06c7d15e30f2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "52e163f0022f4fb9ab44a3d4b7036510", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5d32d5a6df264dea8902a0f3d3e24ba4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0421bb586d1c4c018b50378e1919f995", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8e2b8a4b8ff4d92aa6cc585598c0825", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c77e516b0f2d4921b0e6c0c21efc6fa6", "region_id": "RegionOne"}], "type": "orchestration", "id": "f55de685fbfc47ccab3c0c68b38be018", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "815fbce260b44fcbb95613d96abd4944", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d5b6ce357614daf99f9b1be0d7180dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bc4d1fc484f4fa0b30adb655c9dafd3", "region_id": "RegionOne"}], "type": "block-storage", "id": "20ad3447fae64a2f9fdc4f582fe04cda", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3f00ff7472c48e28d81d328a40ecab5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71a09cf070a342df94603ab4a5392dca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f4e9d9c20c543b39f1df73e4e358965", "region_id": "RegionOne"}], "type": "volumev3", "id": "dea4aa412d01447db75fc093df13db20", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb47e954c99a4bb9aa6fe5b4821a4b50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "853f6e6fd0bf43f38899f20e88585c2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77a8dbedf03743648a00dbeaae4e97b4", "region_id": "RegionOne"}], "type": "volumev2", "id": "b13059c3ea5c4a259a0c3558d1478d07", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80ff4c8860364f2193a5c17dd1f4c814", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3607cf93f8f4ad583c23f9c5b119e95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "632b63f93cd24205a59f9f84b6d97068", "region_id": "RegionOne"}], "type": "volume", "id": "09be8e30afcf49648c72a16c99dcad1b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8f329cb94e7412abb6c1b363efc51cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e160cf7f56d4989bb9af8c26c1c468b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae4de3af13224aeb900ca47e349bbde8", "region_id": "RegionOne"}], "type": "block-store", "id": "3c7146ecad504b5187de49d7da574395", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f7c6362c7ade43d1a897373ca3119122", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "74130afff7914ae595da4b9ebfc4f746", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "48b37f1636f94d21b0043ddb642a6c08", "region_id": "RegionOne"}], "type": "alarm", "id": "5abb3d5c07754b19ba1fd95cf310360e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "14afb9528d6d47cd849afcc756452e99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9e0f1d3c63cf4988abe467f711591b8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "09acc519b62046a28510e97d327cdfeb", "region_id": "RegionOne"}], "type": "alarming", "id": "e6f0eee4b815410a97eb3fef9f5a3f74", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "86c1e0b23dde45f39b736543810a00a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e14289d36d874400a368a1846c48fe95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "002eaaada14b45748975b957a39b6005", "region_id": "RegionOne"}], "type": "meter", "id": "88d30b91c9174fcc8d29ab8ecde8dcc7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e88898b6635e4ac8ad92305e3aaaad8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c0711cf2146a4a369327e1601f02cd89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "43197d756dd0409f948cc4e1765df57f", "region_id": "RegionOne"}], "type": "metering", "id": "d37bb8f67fa74ff99b1d0c41c4fb4ea2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "31ac2f58595c454684a5ae0609628d74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5321b42216394b9d8c8b9221cd7ce787", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "353c4b8a0c4b4270add99b70c24001c0", "region_id": "RegionOne"}], "type": "telemetry", "id": "ec63171f5cb84567a7c5f27156986a76", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "eac2956b9c3e4072a63f8f421e483351", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0ebe0499810443ceaf263f181beee5f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5ec5e1526f404e95a7faaf1935c0c949", "region_id": "RegionOne"}], "type": "event", "id": "ab6ba41ad35646e38777f910da051ac2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e25459a79e534239aeb7d597d6f0537f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a11519d5a6134facb3f2556070dfa256", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "414e72689cd04c61b2e4770f67f3cc65", "region_id": "RegionOne"}], "type": "events", "id": "f917e9c2b41246758adf78199392602a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "310eac4265774083aa1dd191fcaa3f70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "27c30e64dd63446bb65ab709d8b95fbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8467678107f4437e8679c045b149c021", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e271dbf917d6480da7f7977b4e7eb2b8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2aef1114bf1745d083d58637028bbbb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "955b7e9cf2584de3b7132139b34a687a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "36b620f5772d4657a2f4e16a762f54d1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "93e508fba605429eac73f4bed997b882", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "096b6f63a21f45b0b307eb163baf63b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "df3baf4c45ae43f2be33018cc539cafa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6a34e34e44ca4a65832b7a4b4d094b64", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2afe57349b364223a424b6e9027c70c2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a01421b1d71c45678955ff38de1f3a61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5175c031e5ae4b49afbd8484a2f53be8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "05ec782f1ffb4053b3ee47af1ec34f88", "region_id": "RegionOne"}], "type": "tricircle", "id": "45caa98ceb8542b9b97d231ddc21fe1c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "82c1f897d4484a2da7a9d307e0db603d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "fcb9e1f2fb9148028675a7b2a11d5902", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "20ea21bfc8834d5585581e614efcc1ce", "region_id": "RegionOne"}], "type": "database", "id": "120863dcaafb4b73874fbe5f57d66edb", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c79de471d61043a9961ad17bced4a7f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4ba89e18ab5448caae50237f84b57a8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4f237b2072de412aa1727ee024c77ed6", "region_id": "RegionOne"}], "type": "application-container", "id": "52fde6c0f9394e3cb789ec5ee7313924", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1886baf4435941ef95c9a20a8c92147b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7ba2a306f0db42aa9a01d203c846a997", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b58223e23de44d4da36586c6d129313a", "region_id": "RegionOne"}], "type": "container", "id": "2c68bbea2cd34059945e84533c13b73b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c142729e6603418da3322ced19de2974", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3238a3cd0066471f8cf1111fccc3e088", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ea91153f8f594c99ac824d76510d6048", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1cf1246982a74f67ae30a1d68d33a55f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "64a3a6536dd04119a689c7d79cad99ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "69eed199b9a6492fb19e28984c16a801", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "53078d47a7494db781cb3de7d5e89e7a", "region_id": "RegionOne"}], "type": "rca", "id": "af09a192bc974386924cf6375b45a32a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f52019c741814d988aeb16ab7a3bfcb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "309cc7acc87f47368bb449549b172dd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "0675de2bdbdc4925a38de504808e309b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "6a6c8bb86f764a26afb5e605511b4056", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5787586cf5d84d23b1be48a6dd1204a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "fa91e9419a9643a8944bf8e74cba7e68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c3c53803484b4f49b9ff0dddc78e9ca5", "region_id": "RegionOne"}], "type": "network", "id": "c6181d5c1a4e41248c5f9a9bcbd5fab0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "46ad0754dca6437a855d29afa4da162b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ef1eb927b7014bf8a913c7fe60ee920f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4825583be06a4268aa335adb41cc866a", "region_id": "RegionOne"}], "type": "backup", "id": "7c0b6cb359cd4137ada18062c97ef959", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1f8c6c4c28b343009e41f562b98811d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d4ef87bd5ba34762b0f0226384e58750", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ab4d7752ea924eb7bf9e76016980bb21", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "557cea32ae064ee7bb90ad7aebf7355e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "abe6a189653d48fca7e513dd30e669e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a463da464a0d4110b959ce27aa6510e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "674a4a406b1d45a68003adc05a56b498", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "fac65b4509e549af8666daa09ec58fbc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "80765f7502b549b986a69f713e7a117b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b6247ebd649e4f72a52120cf7d4d1e53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "70d6b3f51adb4ff883d555e88b3ee614", "region_id": "RegionOne"}], "type": "monitoring", "id": "f4b81354f0364e51862313f09651ac95", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "dd357211008e476ebf64d595591a365d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f2db86e750ca4b1e940fcb1cc029012a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6f3e595c7013445990763dc43b5c0279", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ee1e5c7557654d9fb5ca2fb8a598ab69", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "07217cc591c84e6392bce93ed17c3bbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "49bacffe8c894a939ca2c7aa80cde102", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "19709fd2df0f4cbabfac1b7bacdcc348", "region_id": "RegionOne"}], "type": "placement", "id": "723a71572b194b0eac23189cff7e6ed3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4d13a72d7a1f4038bae3b543a9449592", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3b8333373806495e8d2f8e74bf6de246", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cfdcff1487014a5ba8f22968afd56a25", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a053383ca7944ef3944f594e46f10946", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "05e510766fb14d3088c027895d850f6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cf66a490885e49a6a3b249cd95c1234d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c1c7550811c247b7acc4ddd186e853d6", "region_id": "RegionOne"}], "type": "ha", "id": "0dff7cfab417420d8049d67c87ae82e3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "794165de6c524913bd54b442880d3286", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7be6ab8c30034fd39580d4b27806c763", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f681ed653a0a488080c54616b283cd0a", "region_id": "RegionOne"}], "type": "reservation", "id": "09cdbdb8c05a467f9b5f056bc0c43332", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5a4a80bd71c04018b8fc3d9e49139bee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "01f2ece4784040879fb3c76892ddafef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2ffb84f6bf5a4ea4899354b42415a06f", "region_id": "RegionOne"}], "type": "function-engine", "id": "a858990a137f410381e87a9193b675e0", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "af7de694729e4a2e84125ea6c5da8e47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "43c2091ea5ea4ebd8ebd59bdc845883e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "52c39b6fc2d84ed29e2780eaff22156c", "region_id": "RegionOne"}], "type": "accelerator", "id": "18cc64cdb05b46b4b04ee2a9018bb18a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0ff6c24044e84bd6a34dbb77352da8e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "45f000b4bead424badbc79d284629fcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "03edbca386a94727b44f0250ea28125c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "17f8dca7a4974ad392de4c6bb2673a11", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cf187b661b3e451abd6e18f6f68a3aac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "994272f8e02249c38819f58e4cbf8ae8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "47c402b68f9e4ba29fb96de636813d36", "region_id": "RegionOne"}], "type": "registration", "id": "6cc08409049845adbff36de2da1b298b", "name": "adjutant"}], "user": {"domain": {"id": "355e4b6e9d37443fbe700074137ee50b", "name": "5d16c6a36f8a4924a011e1fcde239d6c"}, "id": "d6055a9711ad438cb33b035ddba54ea1", "name": "1643db795d83491b8f4324bd3bafda2f"}, "audit_ids": ["90070cfa6907461bb8842d31269b230f", null], "issued_at": "2019-09-19T09:04:43.129078"}} 2019-09-19 09:06:43,311 keystoneauth.session REQ: curl -g -i -X DELETE https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_delete_container_error-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,316 keystoneauth.session RESP: [409] content-type: application/json {16} openstack.tests.unit.cloud.test_qos_minimum_bandwidth_rule.TestQosMinimumBandwidthRule.test_get_qos_minimum_bandwidth_rule [0.299089s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,239 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,244 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,247 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,251 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,269 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.173086+00:00", "project": {"domain": {"id": "112c43ed4d854ecbaf5d1cf13c89688d", "name": "baa0e62302d449169c4db8da679431a8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "39e22a93861f4b9b8c8dd5c5e9aa6f87"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d3174cd295aa4bbfb3f3c13fd07f26c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e1337fcb1a3d42389f7937ccb7aa48d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5c39a295924745efb7de6bf79ad49fc9", "region_id": "RegionOne"}], "type": "identity", "id": "3449dad5a71e431eb27a14eef2e11fe9", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6bbac9748e2d4955ac7dfc34f6fb2ff1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f150d9f36c064330a5f14eb2751fdaad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3ae3e180e0ee45a6a3094a69de08556c", "region_id": "RegionOne"}], "type": "compute", "id": "0dc9e3744ade40dc8ec5ad4de7738770", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "8551803f0d4d4a0597257de962be0c64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d868811177914748be3c1fd9d0d00137", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4e654a19bc434035a3dfe872a8de5198", "region_id": "RegionOne"}], "type": "image", "id": "5dc7c058fe394c0489ab72262e166a18", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7afe727ab23847d6a77636c4ce82c091", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "89ab0e54d02a4161944e24062a799bbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4ed2e995e2a4455bb7f1bfad9f70c776", "region_id": "RegionOne"}], "type": "load-balancer", "id": "bc5fe78a3d62418880f99ed6f72a69da", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd9361c248c44646918ae7b1cfbefb0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52f8fc0f4fe24a4f9a2c053cec904e93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5f3229e3e344a37936f2431c6720f2d", "region_id": "RegionOne"}], "type": "object-store", "id": "72b1b62513da46669426b53df57e5d08", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9cd194d6495844898b37a63b6513090e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bee5a54ee455400abacf59e3dbe2cb37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "011d2394d4b44072b9baca44c90da13a", "region_id": "RegionOne"}], "type": "clustering", "id": "4b2735ddac1d42ca85caf3ae2aff464e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2a90c8443f1f401da857604c1e9cf78f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "61998aa96a3344a195aa9783f203ff11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c97178214cc0419c93fb806ecc205a68", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7b2939d82d1b410ab310a76bfc848780", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "48cdc22490144685a7e0197af33c4c17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f21faf87c9d5486492ab71a112deb704", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fdde849f70ba4e9ea1dfd8f97dc8c043", "region_id": "RegionOne"}], "type": "cluster", "id": "69bffb33b1994846a10dfdbed04cffac", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c5e2b36a1e704d54b50564f3ef23456f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "01155ea955e0479887b6b0952e8d2471", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "253d7b6cf27141dcaf78b2f2562fbf8e", "region_id": "RegionOne"}], "type": "data-processing", "id": "7b65266095774d73b1084a4eb40702ac", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "14457ed4a4f74f719412999d3b57a410", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d8badac8471a44a28c3efbcd0050c273", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "79a7d6322ec14923984055847a7a7cb9", "region_id": "RegionOne"}], "type": "baremetal", "id": "a7215326203246c2b3458fc4368114d9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3c59d0ea1695432cbc0e2ee3d9f81036", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1fcbf61dd35e44e9b932e8ff801b3c95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c4783a10f29e408d8a93d473bb4f5359", "region_id": "RegionOne"}], "type": "bare-metal", "id": "cf4d512c0c2e4f068658b355641693fa", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c906a50979d3460c905f10a1a5db0aa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6cb673af8b394356b33ddc4b9cd282a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "101cc88df3824cd787cc604819304522", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a04c1a2886c24770aa155a5e46e9f02f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a0a2f28d0d164bd4802c21ead11d1555", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f5b82e17cfa04feeb8f492faee937279", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "140c87f642c149d4b52d100369f68f71", "region_id": "RegionOne"}], "type": "key-manager", "id": "9503e5c5c13a43e98fc7cee8d63f67af", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c5bc9ebaea774c49bde38cab06e7d232", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2a4ee40a202746ba8f603a82643cdc0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2c2a789d863645f4ade298ebf6fc1040", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "13f61cd30a19449faae66948dcee99fa", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "23e4188778a2428a8fc14e32b6a81de3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "63f0b3af92ca4cbf9090b45ee0c22af8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c0aa49f576164e1c8d97d36b4f357c5e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5ed65f885a494d679cc6160637d7a4d7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "72e28b7811944e4cb381fed557a3ccfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0e412ac1148449b3bea21f9926e443b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0b56934776d448ed8d0345761c6ee6d6", "region_id": "RegionOne"}], "type": "message", "id": "c7ae9538460640da889764848f44b857", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7bae0a0fc8934630a3fc446f4df3780e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a1009b984cc94b6b8a75d9c69a92ef5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3f09d9c3799e47ce85af316892f51f18", "region_id": "RegionOne"}], "type": "messaging", "id": "defd9706d4944663b92dee7fec8c0093", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9e1da6eb3c7241caa0a9ad20a4249485", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d154c29437bc4b9aab6ac4d1265b7a90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9a60e52422ed47d89d78c7b60eec4746", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2ce5291d1c3a4056853a1afef507d509", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c3e4295029ae4422ae06d261a92df844", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "64c0fa6d572740fdaeaaa1ff9282771a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2dbf728a1a554918a92a6040ee8efc02", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a4768f548f0f40038427082b9f9587d7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "646ff53045cc4988a0c4f9d3936393bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1b58c3688f994deb948d384120106ef9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "25aa41266d1246198dbae19dd8df52cc", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7f300747fb5846abbacf85ed0888c146", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2c2913b1502646179922a47198348121", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8eca568fe4f641048f08a3a4b6cd95a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8036f98fb09f46ee98fa0674abd8a37b", "region_id": "RegionOne"}], "type": "container-infra", "id": "71e0d131327f43f6bbfdf2aad3426a9a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "20d16386b2984f2c839d4f5a223f85ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "1925e3d2918c43b5ab8435405b416392", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "98a1a4310f2842bda486fbd6316f45dd", "region_id": "RegionOne"}], "type": "search", "id": "51cf1aa8c6c9444cbbd147ab9b4a258b", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b84b17a16cbf41589707bb911044b713", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a392412b18d74e14a0334f385c67a56f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7ca0cc648e7f4030b476f8af4474baf9", "region_id": "RegionOne"}], "type": "dns", "id": "507e480382424d7694420f859fcaeebb", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a298aff84c804f559af2aaf62d7ad502", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "82349a3389de4616be60b066033b841c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "650b0bf1008842afa31d15de241dfd0d", "region_id": "RegionOne"}], "type": "workflow", "id": "3dbdbf998d344c4f8197fda3dccd5a6f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b856509d38db4f5791cfd6f466f74cce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e666088e51ce4f7da0ddfa488496758d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "58da4af024144d30b4b99f0a4ecadab5", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e5284c937ddd47c99d65e14b917873dc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "588badbe907041efa9a77feaaebdeb91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e7a9387509834cacab7d38bda79afb47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "5bf4cba55edc461a90cd98cd421626fe", "region_id": "RegionOne"}], "type": "rating", "id": "53da4291f71c4faabcf0f2999580fe08", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b339bea8a7da41da8cdd2e03e27da043", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "01a88758d2b84f2fbc6ed3b9cf5cb0a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3b1590dd8aac49cdbc9977c0efbfa2fe", "region_id": "RegionOne"}], "type": "operator-policy", "id": "789c4f28c25943f0b2273d3f5ce95ddc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8a8df8810a6e452ba6a6c260210ea896", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6eadd2ef8cd446dbafe70e64f904c61e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ee05b13796c14aa7930dff821536c5c9", "region_id": "RegionOne"}], "type": "policy", "id": "d95a6618324e43c2ae69af3992b975ca", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ee2ce829994a44669637cd6b401e910a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c9910e1c0a2d492b978042d382f3ad98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e3f4563ab736417bb960a640913a676a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1a33d3a3ef9a46f5940a937d5c3fbfa5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eae1ddfb4db64780aea8dd174013dc40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9a64adf5d08744bc98a388189b453b63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "855c46a3cfe945329101afe295a3e78f", "region_id": "RegionOne"}], "type": "sharev2", "id": "6feb27ceb4344c1490d34af272ec383d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "16114079c8224b62b759b905e27da88a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "91e5be2466c64fda8cda5ebadcdea985", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1b8451d4b4b34179bed48f8b9e3f95a9", "region_id": "RegionOne"}], "type": "share", "id": "6aa1aa39b5d146f286c3198efd2301fa", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6c81c33d726a416c82ca76d2640bb411", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ffc841ea507a41ee99ccbe22115d2f3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "fc92eb594cb74849af88f63308a0c5e2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6900e5bd3fcd4567b3a17eba56de6445", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f26536984ac74acdb58ef39c98997398", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bc2a00c3b934560900c12dab40c1871", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4474d184e5374acf930cecf59d0df375", "region_id": "RegionOne"}], "type": "orchestration", "id": "d0169fcd6b1848f1a4ceab0ecf1a9132", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23344e45dd44427a977d9991da8a1776", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19c2bf24843a4fe684ea71f23209e6a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9091afa8ddb4516945cdac07a968f45", "region_id": "RegionOne"}], "type": "block-storage", "id": "a905fcdfa7b943b9b83f4178d8494c6d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38fafac689f440b19f858fb42fca67ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2cafe8cb32947e4bf78010a617ff6fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24af9c9176834bbb8e3ca6129e5b4b22", "region_id": "RegionOne"}], "type": "volumev3", "id": "f2bdbe907c014a71867a8a820e86324d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d6a0c574a904fc3bf9d3c9507919319", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6716c83bc42c4bbfa4e2dcf71cf99142", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d65d8201e2524d94a69c42db3244682c", "region_id": "RegionOne"}], "type": "volumev2", "id": "57162421239b4f8ba0eff727a3ef9a1b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4434debd169c48098c940c4645cbf42f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7d14c22edfe4074add6d4958e438073", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a79f45cdf134bf58bf9b540897a2a37", "region_id": "RegionOne"}], "type": "volume", "id": "8971b8833721446b8cd54674998ac056", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "30f1ef909dd741d7afd502727236178f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f3ec3f9cb0949829a2cf908a8c5f461", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "074856369cf945d98e706f125e48213c", "region_id": "RegionOne"}], "type": "block-store", "id": "3f429e67f2f94b4cbe0d75bafdac3b9e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b8fb8bd3c7b04d1290259d08c39c95c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c92d347ea8884670ba548bb621f7dda7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "07006d404163487c94666b238968bf06", "region_id": "RegionOne"}], "type": "alarm", "id": "8260c63d80d54e859f2b16272359c095", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "de492b5fd57946699fe58c64db9648f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5dead3edb5444ce49e588b2b9aafda83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1f1559805f8449c6bbdf614172a9cf83", "region_id": "RegionOne"}], "type": "alarming", "id": "fd7abd999df14d758aa2f856ce4acd4e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9629cbedbc1c43c2a8a8e158f0ebc6fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6a805f7e5b7243e196754b6653bad37b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "af3856ccc08248bbb8ddc89a4949f26f", "region_id": "RegionOne"}], "type": "meter", "id": "da8149409e97454580efacc461500873", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ecf0bf7e8fbd4811a7f5b5face31c8f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6483316820d64ee886720a4e579b5f3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f6edf0a4309641d29819f93a455965ed", "region_id": "RegionOne"}], "type": "metering", "id": "8f11fc130bfa4250b7ba57c08446ee38", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "85e6e035a3bb4c91aceb55e84226bcfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "52de9a8ec5244b33a17b4493f3012649", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5d79b7a380044adab69f808cc15f6810", "region_id": "RegionOne"}], "type": "telemetry", "id": "7eea27fe935747b790680951b36298fc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d41f4eef62bb4cc5b5676909c6ff507d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a3819da9c4974fa486e827b88af071bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d14fc2fe4ea749c69d498bf0063873a6", "region_id": "RegionOne"}], "type": "event", "id": "d11aec8a18c84ab8966af958eba578e7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "93a5a4f1282d401a845d25434ae9f1c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "894da8c67cdf45ab8f0ceb1d8c654033", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fb65707d20e3430c956734ccc3e43e73", "region_id": "RegionOne"}], "type": "events", "id": "183331ceb5f24a4481cfe24a8b008ceb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cdab6e7ace394493935b6e53dff1d22e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fc4b61bc095f490cba2f78cc652a74f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "95d5dbd3b01f4b74943107e770c7389b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8c32d5040a3d4937b02395b9fb1728db", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3592b37aa95c4c83a477e46fc68bd9c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1276ec3a17a04f319f844f34a2190b57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "29e0d26b60dd4be690af700bc273da36", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f871cc29e2e84f92a8da0a8f65ee6194", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9dd314ca49f1453a96927e9d9d1ed0df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "39c75437defe4e57906e31dd2aaf235e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4eae8a785da447c6ac97c1fcc9b37aed", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ec3b5fc00c014c61b20a70c5b2d101a3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "eacbf0f0f71f40b49b9bfb1d6f1cb785", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "38e73898833b47839ff75d63fad373d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e682afad84d34f5685f089d92aaecd75", "region_id": "RegionOne"}], "type": "tricircle", "id": "2c0797d183784761833ddac7c7e137e2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "6d9a255335174f75bf8b65bc1f384b73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "70405452ad394789b7ef2d5eba14adb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3152a1db3c4c4481b13afec6fe1257bb", "region_id": "RegionOne"}], "type": "database", "id": "b2d7c1cab36e477796f7722223fde3a0", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9df0d759cee04b37b8cb9b1c7825c95a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "868a3b4005654f4bb0b2a0f6be8c06d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a8e790462eb740b2976abb34199f8ade", "region_id": "RegionOne"}], "type": "application-container", "id": "0672e9eacfed4049ba96ed757f325318", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0246b3d9421d42e5a83d392a27ef7d5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "60d65a36dfe24d03b6812dca06f57911", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3862e0346ded4f9e9850e80a3df7fb98", "region_id": "RegionOne"}], "type": "container", "id": "bce3bff1d14340d29570a14e24f45e1c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f82482dd883a4ec4b48207a492ddeb97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5efe474b8b4a4918968474fd9b6f22f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d1d8eac1407c41bc988e9d6d125778b2", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c0b70ac4d0b1429bbdd2567f2c5da4e2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c2a61b2559aa47e9bfb80e1afdc71633", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fe83d2f96c3b4fba8200879d43b42c45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3ae2393c9716442e82c325f11cfbb2b0", "region_id": "RegionOne"}], "type": "rca", "id": "84dbfb72009840e1be4ac62032b490d6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b8d217bc11444c949c655ab0dd92f959", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2611dd818eb44605bb7e024ac6524fee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1c052cbacf1f47f986569345621445d5", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "70136bea1a074c4aae26efffc09b32ba", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ad53d863fcc148e09a4b2862579ed530", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7dae13cf17274c7faa23dd994f227ff2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "51c2a881c2a14358b43e0dcb27175925", "region_id": "RegionOne"}], "type": "network", "id": "07071ee901fe4536b1a4df3aa4ac0c19", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7ba8b01bd32340a6886518c7f672813d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4b63dba9a55e426e8d89b8a2d80f6d3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "3eef495f18674e5fa5747e505394168e", "region_id": "RegionOne"}], "type": "backup", "id": "9a35b835953a4061929b0d4c2f84dfe2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5704b1ee220e41549fc9ba68b94d05ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "51f59046fa8740459d233ea543d8a050", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f00f484c101043529a6a4dc2fb07d3ad", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d997025d23ae488faa11abdeeea81d0c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6e1b8b4d6081497cb836ebeed0ca6768", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7362d2da50374c92bde102af3e95be1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c9977b0c4982492d80641f339af3ed18", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "872d71d905d946fab205982abbe2c9bd", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b0dcb660c7ca46158801dc404a100e8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c5744602766442c0b9823d29273000af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "3eccd593b2464759a7a66f27922cff0d", "region_id": "RegionOne"}], "type": "monitoring", "id": "af717e8bf88b4e4baa95d9a39320ad10", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6ef72b9144544fa0ac18148dbb945b2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "edc41e6650a34639be7b43ce76e12b2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d4db4e18ab2a48ce9786a63879d80c53", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "91cce0a5c4484b9c9019681255b4fc4b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d58859695ef54d8cb8703f926d088444", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "24cf02c5c0c246878bc31a919bcc80af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "75b6246f624346418dc6134cddd56d38", "region_id": "RegionOne"}], "type": "placement", "id": "ae9dd60db2104bf7949ce653f0c3c516", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2fd3aeee124e4ba89727c989df594944", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b6747813e6794d24bb9518b746446a09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f90099c019c6457db3319594568bb7eb", "region_id": "RegionOne"}], "type": "instance-ha", "id": "fcc9f33c7a4944dc98fe495be5e0ae62", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "93dd359bd0884191b243284ae8eb7daf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3e9a560c13a64d7f94171c9a86091ba7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8a4cea6906c241ed92dbe814f08b2440", "region_id": "RegionOne"}], "type": "ha", "id": "07bc1f61e4e04533811a1731a9f52f6a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "51472adec14e4da7bf4e98b029ae8570", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f06f038d39754959bfbfc9e67587cae3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "50ae26d034f64a9ab2599e3382f63adb", "region_id": "RegionOne"}], "type": "reservation", "id": "e16364a132604194b17d53a7b8f80f01", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c19f53d822ac4c7aaee3f8a8a432b7b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7b2626cc7140461081655852ca6e84f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "bd63a23639b240ffb7617144e6203650", "region_id": "RegionOne"}], "type": "function-engine", "id": "c74b6a336d1741aaa4dfd13125bb3743", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "87aa2066787c40f6b1746281c47efc9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bcd539b589bd42298682483fc2f28dcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f8e0a84af8124b0d86fd8cf99c22ed98", "region_id": "RegionOne"}], "type": "accelerator", "id": "37de885d0f0f4a988c5fff2745fdc7e2", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "58d059a30d2f4922ab22dd13a67073ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f2b0c25bc9ad4c2ca4f038cf7ab3e771", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1f04837045754a16bd26866dea380373", "region_id": "RegionOne"}], "type": "admin-logic", "id": "5709675776c04181b25c750643d09f41", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a27bd91e745f45e2b7bd2deb471afbb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "02e9c781b4b345588ff1c55efcee976b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "837ca286c6eb414ea9281c0028979ff6", "region_id": "RegionOne"}], "type": "registration", "id": "f1891fc4ccaf40c3b3e1cf7f172812f0", "name": "adjutant"}], "user": {"domain": {"id": "d79eb81c18bb48f1b3ea7e7304108695", "name": "39f558ec999f41b1838521819fc1da89"}, "id": "0778e4c983ec4818b5d61e9f7b78594f", "name": "ddc3bfcc7c7c472dad6f327532a89f76"}, "audit_ids": ["4b4632f0b4b247c6bfeaf0e24dfe0a36", null], "issued_at": "2019-09-19T09:04:43.173086"}} 2019-09-19 09:06:43,420 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,426 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,428 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:43,432 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,437 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,440 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:43,444 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,449 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,452 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2019-09-19 09:06:43,456 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/minimum_bandwidth_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,461 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,464 keystoneauth.session RESP BODY: {"minimum_bandwidth_rule": {"direction": "egress", "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3", "min_kbps": 1000}} {9} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_delete_security_group_nova_not_found [0.149949s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,530 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,534 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,537 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,541 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,552 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.463758+00:00", "project": {"domain": {"id": "b23d202fba6f4a218ec49aded95ad814", "name": "5547baba375243cfa4aa52fa33a90ac5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "fa3329f67e2a41e78ec0e5e6a80080d9"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "bb9346aa1111401eb35e4fdada4843fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a4cb3cdaa0cb48e88fabfcf8e7caaf22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9925b9951cd0488b92686eff1dd2b254", "region_id": "RegionOne"}], "type": "identity", "id": "2ec7a4a271604a19a5cdbafd8f306f30", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fd999e1dba15400d8c826dbb168df44b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b22f5c1e1add4984b4cc98c90a1c9434", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d8748a75ed064a6e95cd9480480812c9", "region_id": "RegionOne"}], "type": "compute", "id": "52752a2e4a904db58447a924c3376556", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "50999b47621b4543b1376183276bc037", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f572e7ee1e1d44999fd4689f968efaab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d66a8b66018942eebad6b96c21476745", "region_id": "RegionOne"}], "type": "image", "id": "ad619ea3fddd4723988f083f8e7b0839", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fbd8740f9c6d4fad9a788042b7df42f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "98d144108ee6481d849a3ee88a6107b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f4f49b5dde9640f48a67e80c9e385943", "region_id": "RegionOne"}], "type": "load-balancer", "id": "314c57fe2b964954a4bab64024625eb9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b99a8a3e7b0f462d9db2bacad82deaee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9c822b666e64f938bab0ea7a1b342ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00f835cabf454d1b9f59e779c4d052a9", "region_id": "RegionOne"}], "type": "object-store", "id": "7ae808223f424e66b77a601c98c12605", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a9ee4a0367dd4f12a3aa95a9eff08c63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1ff18dba9b8249fda31fc4250027896f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b040fad28a1248868b33949e9e0e7ea0", "region_id": "RegionOne"}], "type": "clustering", "id": "3395ef079fec4ef5b0aa8b4cafe92fbc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cfe7dbbeb2964e9f9cead8d46408a5e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "88ffcc7cc72a476a9150bc485c72230a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0d8534714d664cbba430bb560c1014ff", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "472c888701ed476194c4cfc456e294c4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "06b7dc5033da4527ba181a95ba656dd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "db37adec4ad346c8879229467460e55f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f5fef62c0420471690de37e2e491e2df", "region_id": "RegionOne"}], "type": "cluster", "id": "7fd3329ec7704376ac2ff598b5836c2b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "62fbf2b58c624f1a823a832532107917", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "28a3850b9b0d45d2b7af370ce340095e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "aa45c1c0c2af40b7a8bdb288aac52b52", "region_id": "RegionOne"}], "type": "data-processing", "id": "2063bc0cfddf44798457321aeadd2736", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b0986f70a8e6434ea8f19d2eeeb0fa8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "46e2d76c47514533ae990469bad86d54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "afda45ee38a1448c968d8b75f4c38752", "region_id": "RegionOne"}], "type": "baremetal", "id": "9f6591ac9f47490489888ebf5d157a47", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0a1e8e95786b415cb45a19331cc2e6a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cacaf7e7158f46b29f22efbe22993a3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "faf651aa46454c898af5f97f1be40816", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4343a466773e464885f8a5e24f46499a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b623738e1d8f445cb092780d2ac4388c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "524f20c215fe4591adbaf6fa415a7aab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "14f4c4d8528d4b4e99d2d55fcbe5a5a3", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "4ccbc04ef8154e5cb8488bedb5ed68b2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1623de30e8bd41efa05da0f9bb11e6cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "deec497ef54c4136829591bfdd473fae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "646c3ba1c9734b1e9239a395889d1771", "region_id": "RegionOne"}], "type": "key-manager", "id": "79a0fd2ceddf4663965673d1406e263a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7c5cdb6e971b4e4ea9de39a18e8a4c87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "100a1698765c465597df9162d20677a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c2f62d53f2564bf9ab2c7115bfd89ad5", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "770618f43702469c81efa875f0b28e3c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e7076ed48ad3462ebf70278d4b2576ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0f741e94609d4d29bf2bcaaf127f76f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2ff36593aa1c4b5382fa18af33720ffe", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6ae3ebea655f4dd8883cb694359770f4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6616c7fdfccf41e49449b73867dfd2f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e767cf34132343f093fab5b5c67cbc5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cf490d63d5704997a6a7dc3a190250e4", "region_id": "RegionOne"}], "type": "message", "id": "dab1f644f7cf4dba819d97c694a728bc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3f79ac640eea4912abe3a0b06089586a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7c036813fbe948c09be0b08881de7ec8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1b44fc8456d844eaaa97e8f262be2161", "region_id": "RegionOne"}], "type": "messaging", "id": "c831776a3e324a518e42e2db45b116a6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "674a40d1acfd4beba2dcfaaef95d9a0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fb5ff2d695984d1c8f88de6532e4b1a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b89ac75b52e94e79b966826f7d380783", "region_id": "RegionOne"}], "type": "application-catalog", "id": "569b90e8d7e147cc946a92e38e254240", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9bc0a9343a434a71a0820a6d56d67354", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4fbd51e37cfe42c181963ff6d95b3cc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1831afcb5c394879a70814c3fd031cb3", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "5f6923be34ff4c0baad94b31313476ad", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7de3a1b204f442a08682abe0789c5914", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ed17edc3f3ca49c5ae9160b9a8f8bfbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a36f92c5aaa44eaeb6e51b94768005ab", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "08dc14b0213743579f002c922e309169", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7a7578c77c8246d0ab6cb343c799a59a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1ca6770d0f324e1aa7436f4fbba2bd9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3aaa895f9f9c4b5790efd49a7769644e", "region_id": "RegionOne"}], "type": "container-infra", "id": "a299f7f820fa4066a55aa993eee943e2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7095d7ca398f472db144d890932f6d33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e1007f1e2f4047c9b85fdc2f64d819a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "bf16cb8527ed492bbee55f7a54f3cc18", "region_id": "RegionOne"}], "type": "search", "id": "ae00090d113349f58ba72092f11a138c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b242e814aeed4fbcae2d5a7c4d2883c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "282bd40fdb66492e8811331ec320bcee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b7497bd031ef490bb1b5c4693b9b98d0", "region_id": "RegionOne"}], "type": "dns", "id": "0137abbf3f4d43cf80a9e438f2690db7", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3d8a94fb25ee4189b3283750b8a48e55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "065e4aa362184c57add3f65abfcd1ead", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "19676eab1efa45ae9476cad62757dc7e", "region_id": "RegionOne"}], "type": "workflow", "id": "7f636b9b387342c991e1e3920c4c57a5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "65f42599197047b8a12ad450fe8fd1f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b2e3beae769d4d919e57db6e1c4c7faa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5e5fe4fcda7d484497207999bb690ea4", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1897da87ab344340a193a6da0e08b83d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f340b8c200ec4491b8de621b8e2de18a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "19b90aea5cb04a63b55a8372aea1d17b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "51641ed9396a495894154e997c1b4923", "region_id": "RegionOne"}], "type": "rating", "id": "abe0d40386a845a8994b68d7bf8cc845", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ba5a78006bda4011ac1ce3522f78426a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "94adbf6391ae4d798ee6fde9466ee434", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cf235157df39407aa722c91b86c106c7", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0b14af8fa19e4d2285adc9aa959f5567", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5ceef0eab3ee484bb5a92d28327a1f42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "33656d75261c470f94ea9b578baad067", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ffa4dc277869494f95b95ebb986c1cef", "region_id": "RegionOne"}], "type": "policy", "id": "523bf27901734ae280e56d97e93fd568", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "037df83bfd2848019246f7493d8e0204", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6fa3ad5d2787414d8caccb9848042ed0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3b759cef85014e6488fe6cec9f3a020a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d39ab1a36fd841708572882b0752ccf3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "31252964afad473096015c38fb66b8b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aea24d2af9ed44e69f4f977a4881ed89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ae9f3f48eec54884af3cee9333e2b3fc", "region_id": "RegionOne"}], "type": "sharev2", "id": "4432c0a0d59e4a4ea661f0fc451cda6f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "715f894d65964832bebd3326015bb415", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a8e99e76f3894be9ad160e0aa1d5ad52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bbaa1ce8f35a49818bd2d087a62913d2", "region_id": "RegionOne"}], "type": "share", "id": "fc8e1c9204b14e27836ce369df0a0d5a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "52b856dc71534ce382cfccb7eff946f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "deb65a7230f24a55a2aa4f88b1a635f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a36cf401637e4fc68502fe38b40ccd6b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "105e46495f5f4fc2aa6b90d04f7e73d0", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb31b80139564aa78beadb618eaf7353", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c94b210085ce4b15b45fa16af841ea0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4214c7c15f0c42b18e51fdb969160eee", "region_id": "RegionOne"}], "type": "orchestration", "id": "8d58a0776ddb4255bc625ce069672183", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9f2e17cb2ea4c829fcc650ae5e542e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "910a9315ea6a4abc80a3764c0cd7e8aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "897f48db83274c64a1f63b9e8f901638", "region_id": "RegionOne"}], "type": "block-storage", "id": "70eacc607968439793cb11d89c530497", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "682c2354ceb1415ba79039c715843da5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e09f0dd8aa7c48e78a43dd6ba62d9627", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29316c92816545d49eb18918fd0d17cd", "region_id": "RegionOne"}], "type": "volumev3", "id": "ad0ce3aa64b349a896faf64743f25a68", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d01d39ad8ca346d7bcfc198ed46c184c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24031b074a8a447ebf7c17bde194b18c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7a0a23d2d8b40a9ae2003e782eaf404", "region_id": "RegionOne"}], "type": "volumev2", "id": "1dbd3fbe1f6f4846b9283a692235fb2f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e44d8eaf7ff74f128e7d9ec5e03b85c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d80fe4d5def475d9dcc32d15061154e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b7de3a747884ced805a4dd568785f9e", "region_id": "RegionOne"}], "type": "volume", "id": "b2b1070c27ef4d868174230cac91ee7c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e25e7dde3f0541b2aaa34b7046eeaabe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d234abf073004d8cafdcd0521afdaaa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fea3257a4dd432485c32c4650d37e6e", "region_id": "RegionOne"}], "type": "block-store", "id": "fcd1bd63c87946a7abd1395d5ef55209", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "213b985251924996964117b5139d004e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bf4d87fa1c8e48d6b670290849efd680", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1730f7ab09a344359e119c2ff6c0b315", "region_id": "RegionOne"}], "type": "alarm", "id": "a154ba93c3a24837b11b5f003e9f07dc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a923aadb99594630adc7dd91b9e8bdee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "72fc050f249b4767b2bfc8b53a7dcb6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2d02699db70d476bb642f585f64f1e83", "region_id": "RegionOne"}], "type": "alarming", "id": "b5ae9b29e0e04581ae48a4d945ed562f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "84e36a81a0b84b1494a61b1f5eab2859", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d1f33f5e436b44c1b3b67c84c264c1be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "014e309857044c43a5f54c72cf8c432c", "region_id": "RegionOne"}], "type": "meter", "id": "b583858f33f847d1bc3608ff70f339e3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5ec67c1473c1405eb6e289ba8cfdc7f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "19629eae81e242458515ec1428ea1f43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "861fc74eebea423cb421f1d3d9254d59", "region_id": "RegionOne"}], "type": "metering", "id": "1f59416b584643bdacd79a4006213df2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d58e94dc31ea448887c2d6a7dcf21102", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f88678c1e0764de1888d0d58d4675dd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bfedbae6fc4743c0a2415ee164e4b5c8", "region_id": "RegionOne"}], "type": "telemetry", "id": "e64aad713ec14ed7807800bb6d883b34", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "718a6e35c23846398a63464054363c7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4377ed77d39b4df090da99b7e38ae8e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d4a88ec114434fecb321c1ffbc5b9c75", "region_id": "RegionOne"}], "type": "event", "id": "f9f478d06c2943afabe5174e30a18147", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c4e5db33a7044e24869205324a093145", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c7edc2e7b8984b4d93628394ff5c8f05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2be144477a664932b70f4a75b40db0a2", "region_id": "RegionOne"}], "type": "events", "id": "033c4817acdd40c1b786d03551a56a58", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8ab371c5de7b48d0b77e20fd9196df5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c765f54d9cdd436489290779c0b70f40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "71df05612e12441f976eec1f26fd1cc5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "687c5c58f97e4d06a1f7d892883eefae", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4f4fac82860742399098bb3bb392a083", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "acd0e8f03b344bc48cb09db52aa3b124", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "32927d48b1144b9599e3f424599f1b8f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "aff8c1f5c3994f858d1aac83c8c9b60e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2b4c2a845f5c4f8ab42b63afdd92711c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e5bf88d1c16a42b9ac7b3295b0124454", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "27805f66afcc41b7b8c2340383057626", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "25b1084c048d41d093eec7b10925a2a5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f1bbf36569ed4b43b015bb2acac921f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0978de8d71a346b8836e48dc5e5ad8fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "70ffe504559943c9a53ee135e1d532fa", "region_id": "RegionOne"}], "type": "tricircle", "id": "f2aeb743ae804542abcf3930ca61738a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f5f3cfb457084e8aaffb09bb4a7ac5d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1b18abd4c4ec4ecf8602de08c3ba8630", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "fea9b0a9d85a407cbb8c61e8907dffe2", "region_id": "RegionOne"}], "type": "database", "id": "857afa06b6f9426db67ac7fb6ab3a538", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "057e146946584f81b0d26e6044c8619c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9ff3595403f949eb8d6a89eab6a6f0b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7d6495d405f34facbd6589e4fc220f19", "region_id": "RegionOne"}], "type": "application-container", "id": "174531d6f0df42c48d6610e588125715", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d3cf16844ece429db0ba806287222a86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "09656ed53ff044eaa34761d4a761efa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "31523cf01e644a76a9d596d5d3dc9d0f", "region_id": "RegionOne"}], "type": "container", "id": "ebda52943234415995ab239b8f78d634", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f92fc55b841c4a6a8fc20c098d628907", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f3af5aa7f61f40d1860be5746b7c36b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bf01d56daaac41efb545b2d05d4cc3f5", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "51f3c5baad114463b809576789484707", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ac2425a604724186bd57fa0a764f3a82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6142624043d54d47bbade4d2c6f5a5b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f214cf8d84214aaca5aff19415d53bb9", "region_id": "RegionOne"}], "type": "rca", "id": "19256cca609f4c6cafa56513aec28a3a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ddb5958ac0ed46a6a21554ff1bc9d75e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e26b10943e324c8186eaafbfe933780f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "bebd581e2fe94872b7416824ed94e56c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d9e73fa97dcf4c3daf1332269a691866", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e1a1857f94814443ba30c5876de99cb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "483acaef6ebe442e9afdb1306a2c3682", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "82182b431e9d41979d126779dd21b8c6", "region_id": "RegionOne"}], "type": "network", "id": "c319fd6b82e943cc9d8ca80699d90994", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9f57d20dc0104b59a8b78f12d61df702", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8ba00d3ddaa04f05b604a6cf14c1bc30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "73a55f4921984e329e44408a92918bc6", "region_id": "RegionOne"}], "type": "backup", "id": "41f2a8a2e04b4c6cb44a0c28a039564e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4f1035955ad741008dab1a6679bcb312", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3d03a90b232141eb9c54a4c5b58585a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bb3aa996e0314eafbb3973d831edaa8b", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9eb6778c70da415aa7b0deb7da1d26f1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d62c5ab5ff684eed840eac6f9ceaea40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dc6bd003409b4057a87f9e7d9ee3ad9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "973a3efd70f447288f262e0c4aa69d0a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ae6693f2a1ae480a8438f59b9948a87e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "051c08c9e66940d88eeacbe187846651", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6299366fd93c4ea685a5fd8011e21357", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "62970ddd79ce4052bfbb23550ffcafd4", "region_id": "RegionOne"}], "type": "monitoring", "id": "3bc604b3d9a94068a18d5f36e42bb555", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "949705d5f26149c9a41bddd182646aa7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fad4339dfbe3469595e6104779245355", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "eafa9de52f0c491da0a15280a693e81f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b368b424bef24776b86bd3f7c3805b64", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5a1a9458b6be486ca3a2abfd53e2e0d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2f53eadfbe554b1d91178d0b157e5871", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "694a1ed5aaf1480ab4d2386d02e30f1b", "region_id": "RegionOne"}], "type": "placement", "id": "b108c4ec9ca24f3a948da6d905873522", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6626ca1237a94416ad4ecd0c102e15f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9dd4efc9221a4f6f9499da4b9e4f5c9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7659fc634dba4b86bcbb91c620cb01bc", "region_id": "RegionOne"}], "type": "instance-ha", "id": "6d3abe52c12b4a3cbd805349534c319c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "63c3423ff68141f583527993c471b571", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "80e489c64be54a8798491d2c05a631ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "041e406b1b8d447f91a837151d8d1323", "region_id": "RegionOne"}], "type": "ha", "id": "a7871fde6a8a4e978ddc0002b898b86b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3bb1b72c17a74446964af9bb4e7498ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a3f1b0426c6c4151bcf8cdc61e7c63a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4d6b83ac758a466c89021643dc3b14f8", "region_id": "RegionOne"}], "type": "reservation", "id": "831fe23299d049468627754e49229929", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "381b86de430846248c9177762b513d79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1350040393b948cf8bedc698fb33f19c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "ed8e0a7252d841b9bf27de64c6ec5245", "region_id": "RegionOne"}], "type": "function-engine", "id": "2845487f979a46fc99b9a551987f08d7", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "71b929d905c14044a54305e0b458c894", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4965733532e44a84bead709b0eb12802", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "cf7e5757ac5749b587b814348cd19244", "region_id": "RegionOne"}], "type": "accelerator", "id": "5d39b12e169141bda7f9cf5ed73c9db6", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e82632633fe74494b27cb4d89769041d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cbbf12372c754b588a0f925fb8abd9dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "412c15062eea4e1482bbc05c0625bed7", "region_id": "RegionOne"}], "type": "admin-logic", "id": "03a7412a98334f69866e3fca8d5a1225", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7974f6c80e8743c9b87e2d0fb7f0d4f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3cad396deb9d4d6bafe581ced63a8f55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "356d41f2704f4718b274e2b44c494c61", "region_id": "RegionOne"}], "type": "registration", "id": "2648cf83595f4d0b9e0078853931774a", "name": "adjutant"}], "user": {"domain": {"id": "c7048302110f470685bd321e86036ff9", "name": "54ab765d69cb4e98af58098f1c95d04e"}, "id": "5fc548db14214944ab31f838db32ec0a", "name": "59b83e2a993e4bfe8dd68f455eb70d1d"}, "audit_ids": ["d6437fdf847a42ae91e456fd9715120a", null], "issued_at": "2019-09-19T09:04:43.463758"}} 2019-09-19 09:06:43,597 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-security-groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,600 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,603 keystoneauth.session RESP BODY: {"security_groups": [{"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "Test Nova security group #1", "name": "nova-sec-group", "id": "2"}]} 2019-09-19 09:06:43,608 openstack Security group doesNotExist not found for deleting {21} openstack.tests.unit.cloud.test_project.TestProject.test_create_project_v3_no_domain [0.142871s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,450 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,455 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,457 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,461 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,474 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.388106+00:00", "project": {"domain": {"id": "8fb0a499f5ff4cfba1e4887439374e7e", "name": "bbbd0b98e24d40a0998c715963885996"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c30bfea332fb4847b3d3cc38a0b12972"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4c80827a885e4415bd9ccb56863f9318", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9381351084a8405688a83c0ddab82917", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "87de82ad655c4317ac37728040b67aa2", "region_id": "RegionOne"}], "type": "identity", "id": "34507c48fd54458e8841a45d851e4256", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d360ad034aa54d789cb2a6a32709a4e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ed1b771c2d9f41e7b641d0895db8a654", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "fb475ad763e440b99d6eaedf13bda2dc", "region_id": "RegionOne"}], "type": "compute", "id": "9102ecff515f4c9aae3c7f2f58342069", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "126e6f171a364f28add1de00bfe74c98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e1272f9001294f07b90433fbbb48e810", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "74ebb773467a42c282257f8238864254", "region_id": "RegionOne"}], "type": "image", "id": "ca81af62720448dbbc6eeaaa2d6532ea", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4b4464f10cf14a74a8b7a30593418278", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ec90e8003b3c465dbd88d14754ed58c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8400892708c543dc9d81a1c112cb5273", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ca096a45559941aaaa8a73d67aaf51d0", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be4c416e5cc345c9b32fdc0805dac676", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1085f7d99964c6ca136efa21844bdda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa020c039b644f4e9afda3b767595087", "region_id": "RegionOne"}], "type": "object-store", "id": "9d285b7793b8478a93794f118cde1618", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7b27ca3b0c2e411cba32fde253d368e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a178225b802542a7848ad5896e091037", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4b726b2d551c4afea50bede60007ae75", "region_id": "RegionOne"}], "type": "clustering", "id": "472211a215874953ba604ac6c643b924", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b80fd4329bd94c5c83e135b93c3509e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6bf809f337004f15b68d379e36a75807", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7394f02968504aeb9d20c43fe9480ba7", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e2f9284f9e104b1ea7ab6d362155d729", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e6697e88e87a4d758a4e4576ad49a488", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ed5b7e00956d4359adf89f597c2b0b12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c53179836e0641fe96a06afd616d8dd1", "region_id": "RegionOne"}], "type": "cluster", "id": "19a7833bd75247c6b3704d899e2637d9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "696a5d5b539d4d6f97127e5dce55b4cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f1cebe3beb8b41a08d0e13c4345195e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "141f0eb0cf4448bf9da2fc42b33996da", "region_id": "RegionOne"}], "type": "data-processing", "id": "58e9f45ad7774fd8926518b12883893a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0c82a1131b924bd980375fd6f69ae583", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2948a62d02c745439988b976fa3a5862", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "08b13171c16c4e8ab239cc96b69e8e74", "region_id": "RegionOne"}], "type": "baremetal", "id": "b49e1687701740938449a8beb1860bc2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "46668dad06204c1687f80d580d4a0585", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9b56f0e462ad4b2f81aa837ff0259a69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3d1c2b6c1ec048c895f0e0cb98dd04d7", "region_id": "RegionOne"}], "type": "bare-metal", "id": "adaee9b924314f9ebb28d6261d152ba4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0f581830ab6042c1841f8729e372ff48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c9d822be1dd54dcca2fc9d41f6b26bf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "35e6f357dd75495992c45a8381c3aaa4", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e98a6dbee6f44c2781094ed9fd66a6a4", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "42062387e136476b9d8e066b68bdc348", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d4dcc27edd1d40539e0ef761c541d9b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "27e7fe467c014b80a59c1f7a1e0c93a2", "region_id": "RegionOne"}], "type": "key-manager", "id": "724ddf7f41d640a492ef9cc621dcf2ce", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "51f7c562dffb441586b521f5b4d58e01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "035408c7f52943538c7a64712752ccc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "45d2d4a669194d3385b0f9887b93c782", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2510e48ca1ae4be3bb3c019fb68e7ec1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "32584eba9e7f474bbe5ad62af4a36f17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "943dca7d7582435daa2f3603fe154cc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "421b45f7004f48c2a07d982e2f2c8e91", "region_id": "RegionOne"}], "type": "infra-optim", "id": "3a1cf53dbd7947dfa5c499931a9cbe9f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2f06561de5504de5ac0645eea2864aff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0aebe7e36f85485194c6e1a7f03da6bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5856dfb39f8a43d281735f4fdc9ba696", "region_id": "RegionOne"}], "type": "message", "id": "4716e6bb9103402c98b2e395d2ee5561", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "71917f2966134a37a0e82c8a47f394b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6d955a4b82d74fd7a3c0314cd4caeb09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5975aeb754824fe396eeb335f980a9bb", "region_id": "RegionOne"}], "type": "messaging", "id": "fa61a728cf9c4e069d7648468d8eff0b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4f78b5d228214f74ac41f567852b58f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3ddc0cd0743c4e13be8be872aae9d4f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "38b72e4b86d24c42a5c74a5893d98c55", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4a4875e1a02a498aa6b60b3f2124d7cf", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "304b38ae824848b0864abfdac1436618", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1ccc2f58cac047c3be0b22267c6dc6f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "56a9d023ab3f48629a842d294486b099", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "cc90af32c5d749aab5a3b42e07381689", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "44ce7f0904c946e2be464e9d393b8d88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "74e28428cb0c44719eb3e65498b285ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "290a93fc998d4a528bcebae69c351bbf", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2556e98ab60b4b198372781ab73c23d9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c7cb53c61f36431ead453008c2751a60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4b2d76c1a88d45aba282ccefc72c8e6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7766d2350dfa430f8134b8db96483060", "region_id": "RegionOne"}], "type": "container-infra", "id": "870bdb0aa53f4e44a7aaa8854dcec911", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c4e90c69a1e84f4a8dd4d3df625af1f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "85699a318a2043b5804f0acf17e41ea3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9171620ed9a84897bb2a8fffb0aa13fe", "region_id": "RegionOne"}], "type": "search", "id": "ed9ef17c948a483f99392fb8719754d6", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "75a05a791aac4a1e8cb980063c204bdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3d124a1ced7f4acda0c68447cebb0437", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "381378ccd7bf40f5bfb06d93e2cdaf34", "region_id": "RegionOne"}], "type": "dns", "id": "3af76ebbc4d6459593ba510ec9a2ed53", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c6931c141d534e3ca8425a88905bcc2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "55ecb97739824aaeadd4b0ad0b2db4d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a2d833cd9d3147659f069af879f17ab2", "region_id": "RegionOne"}], "type": "workflow", "id": "2c7b4eb3321e41d9a7b22a7395912b75", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fc2f8c2905f84f38aed4784c297ea09d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e623f1f74e7e4aa9a092b1532b6319ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b8caad239d4d4789954e38ec159266b8", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5dbf8e0175994f61baa53afc4e16acf5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a47efe51954e448ea7e81d629120f5cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "36e779572c1b4f8d8e6f09b646b6a0c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ab7db8ceca6e4196a3748f9813682a27", "region_id": "RegionOne"}], "type": "rating", "id": "d5c23d92d3844ec3afe2bed633542583", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a08b2b3a9ab047fc8c3d08f7103f30aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ad8aaa5f8037431bbb3d09fb3323e346", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7917db9613eb4ef4a33ec9bd6173e190", "region_id": "RegionOne"}], "type": "operator-policy", "id": "38331efc3a13454dbe00e79066ab85c6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f9a77c14f9f84e24bd579c7585b6e4bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1e06cc5323154cbf942b195b80116e68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "bcfabaee6b4f4d38b65d59e7918093a8", "region_id": "RegionOne"}], "type": "policy", "id": "5a7ad4cb022d410db0af13d55d2bf360", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "31876899774e4aceab3e30c3a38ed604", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a5479cfc6f814c538afe5278f9a5e2d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d570177bdd694de78724de7362b888f0", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "fb6649d59ef4414590487113e71364a9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e8fd80462d304625a1c64d8904e6d2ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c932e6ba89064ae6b34af588668eeb48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "be3a4e1265a74187814317b811a10968", "region_id": "RegionOne"}], "type": "sharev2", "id": "1fe8d382511a4215a5e57db605fb6500", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "58760c241e334055b7f2d477c7a781d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "235b226008204dcaa3e2be04308b0551", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0bd95423f05a44a7ae4d079ce1a9fe5c", "region_id": "RegionOne"}], "type": "share", "id": "eddff967946d4c6db53b656b6f41c2cd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3cfba16ada27412d8579d8a27d044593", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7082924b3f304d64981fe667cf4719cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "68060bec02384937aee8df349caceb66", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0e746ada098b42d191d31cd266c576c1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cdaf3abd713a4087bbcf5b7c5109aa01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c0d3ef35aab4d4eadf1723814e99842", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3064d156258e42e48fd00597b6c6497f", "region_id": "RegionOne"}], "type": "orchestration", "id": "fe26a7bb20454f46b7ef364d40fea05b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c9e2268c7a6e4de681471f91861a4e36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5f7f100f5784eb2b04b43931e1454e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "597c8401d0f54109b82946e086e9aa44", "region_id": "RegionOne"}], "type": "block-storage", "id": "5ac3e779c2e54f2387dcf946b2880646", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6e33ec259de4efba1a43f647a9add16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0782e9251c144139b78ff461169b5d29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "406cf42b29be4d9980ba1c6aae0f032a", "region_id": "RegionOne"}], "type": "volumev3", "id": "aab369bc57dc4fef89dd6f80c9ece0bb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67f4f85cd93e4d35a4d581d4228983fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89a27be2c8934490abe59331443a6f4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa87782fc5b64799a74794c13c704f86", "region_id": "RegionOne"}], "type": "volumev2", "id": "c6934ef05d2c41959465a93791bae3a0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21c2a5a1f92340a09bfb0c16b031bc68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d2565b323f045d388c97e6527468f1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e353a2362a44f22bdf47bdd43e7dd59", "region_id": "RegionOne"}], "type": "volume", "id": "9ba4aba5a2f248f19de7452d23b4a6a6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4dcf9289a9e24c79a32800f2139625d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9c58cb2f060480294949ba3f86c1d93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4087d74b7a4f44e3a8281dd24cc84cec", "region_id": "RegionOne"}], "type": "block-store", "id": "77ae0df7b1c643f680d8d022f8f4f81f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1e73cea5432d4542811ca02d5b50244c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "734f5a22dbbb4e3fa5a20b3d64429dc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cddcf87076a74b559bd694c8a4037299", "region_id": "RegionOne"}], "type": "alarm", "id": "e82eb03b1d34475f864286cc64d5ee9a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d99d1b9f467e4a36a87405dbf2ada29e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "30cb97a1b17b4f1e814036f5a8147e01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e055da3643d14f8a80de2b24cb3f002a", "region_id": "RegionOne"}], "type": "alarming", "id": "e2b7c043787746318ceaa877a6fca231", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "714c28bfaa4d4bb5be0bd110b1641d7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "28e3cc25302c4366827393db2f62a14a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b26c45ce4a9a4aa085dea3f6e87500be", "region_id": "RegionOne"}], "type": "meter", "id": "2bd1486c95d946dda9d7db8799c0aff5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c475afc0deac4a0d97c07f455e8a79f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7507a7b089774306bde6e99157e08c4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7ca873d129064a1fa52a28a0d43a75b5", "region_id": "RegionOne"}], "type": "metering", "id": "a1ba766eb684427b95b9b20c1d1e6c8b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "72afc3d7b58a40858478f991004c17c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "23f32b68c7804d43811c1fdac41d6fdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fc8ff706ca4640888e32a149908a112d", "region_id": "RegionOne"}], "type": "telemetry", "id": "04138b0380d140f1a53aa4a0cc74b99d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0dc14db5653046269615aca4359abe3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f1809e69da2b4ac7a3fe788edccaa574", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d3908779a2624125958de385639abbc6", "region_id": "RegionOne"}], "type": "event", "id": "13dbc78a390a43b3a57e45c85d8e982d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2d7741491fb14740a9cbd648cbb4e758", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4c98624e2aaf421597daa9ce215f7556", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2fe9fb1a9561458cae24b75827edfd74", "region_id": "RegionOne"}], "type": "events", "id": "0a4e97e19c194c89acb538521e0bb00c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d9e78fa1c9b0433bb9dcdb7ff708a58d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b80bfb64b25c44cc8e44fbb32629d230", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a1e17b1ff5494786861d11707bc454e2", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e5827f8d96ba49ab9507a1ba9e26b23b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "17a96187e049431fbd96f6fc03dcf995", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6b12f34567864fce8d5f4f5ba7d26f77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "255ca7a0713044e99363c7091b7a83fb", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3ce8e171b5bc4c0db29df519ad147c20", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "421c2476de6645879790c1ff481db02c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "160581d3e77e481c96fef5dc620231b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f4de0cea71e24c7b8d0cb607c6906a96", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "191b69203cda41fcb1d7774062439bac", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5c8eb74b8d7c4928a8520226e770772d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b27c91b3e0a245c4b71c649fd06ff493", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "53516dd00b2a4aca9844d93c42478255", "region_id": "RegionOne"}], "type": "tricircle", "id": "59689aeb30db470a86bd75381a842adf", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0da8e7c4d808470c972a3225c0037668", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "8dd16d67c0214ab99bb9b5a56e575b08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6c74b8b55da24d50a05d5e34225ad2a4", "region_id": "RegionOne"}], "type": "database", "id": "7130a7ae0f58474087b59f3e4debebf7", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f94417d4b88c4d5fb0f0664cea86fb9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "83be5e3f45644102be3b31b02291ccf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f097be31574e4e65a4a7096b85b9cb9a", "region_id": "RegionOne"}], "type": "application-container", "id": "c0bf544e5aa649cc9e98b83ed2cc2728", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1ba0ee697cb5470da154a2c8eb1d270a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "59299c26e98048cd95b66e46f3c87e55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fb5d2ce648d1428ba3685ad136df50c0", "region_id": "RegionOne"}], "type": "container", "id": "603567f22512406cac80d91a4cb393c7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3ac713016c3e4deb8a09573ec087f114", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d6410e5ec58644e4b4d14a2cce803b7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d642b1d57cde489c93dac779d847ccbe", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "717fd774ceef41179c7782c25b7faa7e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fdfd981b49824885a63b68af55e2c50f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "80f566d2bc7b48209f4428c4efe6de07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9fe66bb9ac0943369f22e5e96ff30b80", "region_id": "RegionOne"}], "type": "rca", "id": "e79ea76c3e9a430aac1d2cd526ae5ae6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c1e285465c3a4f5ca491ac53c31119f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d26d47fcf1ac46cbad28fdd424c1b1fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f304c13ad62b4653accbc6e93afc4308", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d43e430752b047bf9d73ffb311eb1bb7", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9fa90befb918402895deee418d74cc72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a0672a827b354b2e9e90fae2824b0003", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "10ffdd1ab0c14df18287a0ca272521d8", "region_id": "RegionOne"}], "type": "network", "id": "b7c2dd7a91154d788a69c66435ca7fcd", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ceb5432e569c46f1ad06090ce4abbbf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "fea219d290f6469daf2af662d3113851", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4ee97ee7970a4364afb5007161a372eb", "region_id": "RegionOne"}], "type": "backup", "id": "af7b538b26654d5d99d573650a206e9a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3281592de92d44b397bae210e27656bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e5046993d5474fbebd8cc5702dcc23af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "934c914d1b1244739176680220c3a255", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e728f60c56fb486f9b9a9a1bc24cbe43", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3d753a7e96344d24abf2e3c546b935e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c496a8bc212c4cc79018babac8a2f4cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "627e78892b3a4596addf5f6fbf9148dc", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b2c1c0db30a34e66b13565917b7a95de", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "737d5b3a210f4752ab051225575fd69f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9d37fb1c25a6489e9a56172df244acaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "69d0a21c4abe40408967536fdba500fc", "region_id": "RegionOne"}], "type": "monitoring", "id": "1d1b7c4477094404ae90c0b58aaa22f9", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c7730a5d93ac489e97d9b165464d4b0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "eb8be7ec3e394e0b88c849fd9f07bc33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4d8228fa03e442ac8ee103ab2d09ed6d", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8b60ebeddbb74c2684cd1f2509d46bdf", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "664ef3afd21f4725bf5a5c9616776e9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "abe823ee055a4381aba01d05cdae697c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e49ebf4009bf4f6f93abf69a81f20398", "region_id": "RegionOne"}], "type": "placement", "id": "bf5c95e1d3cf42619db4f2727a07eb7f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7941706790b842208de709ccd5e3730d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2bbf060b14e44321bdd2069f02bfba52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3e5fbb16c040448186d4e389d7445c98", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7271600fea0c48de863c7ce11d64a019", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9962a027082d4664b186db298774fe7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a0db5763d1bf4dc3926574268472b4a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f4614dd956d741439eb8967e7a9362f7", "region_id": "RegionOne"}], "type": "ha", "id": "1560decd9f1a4b76b885e49a13519c37", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "179570302d13454bac7e299da37cd6eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8f3b9fbbc031416fb34fbe335c172d4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d25cf23fb9db4c6daea9821d9a937028", "region_id": "RegionOne"}], "type": "reservation", "id": "12ceed8b65ee42bca85b61cf6928f548", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9807033288f24e12945c9942bf6b3186", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1cb2f5c22b894a278461104e572f4933", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "bf70373690424dedb21484a7aa971a31", "region_id": "RegionOne"}], "type": "function-engine", "id": "198d54236f3f438da2d3d6e9d4e0905b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a3595c7564e64603b39dd05570b4a75d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "25696b2c7f59420fb5457e44d4082b05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3c9607c0b6784e09becf9def6b61ebad", "region_id": "RegionOne"}], "type": "accelerator", "id": "47d07827e5f04de4b20546c05647972d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3025294c34d84c8eb991dae726c849fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "87d714f5f74b4540a39ff399e4010e51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c6b7d0dd699c493f9d1844af55a1a672", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6037c1e64c394c1e849439dc77315e4a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5eb6655994a14dbd8eba372a85fa6359", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "234b3cd643eb4d28a228a5acd2fe7911", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0c12f1d218c0498da8db2fa06351309b", "region_id": "RegionOne"}], "type": "registration", "id": "5c1a98682a664b9084051a168db5f2f8", "name": "adjutant"}], "user": {"domain": {"id": "2d3ca3a9d0c74bbabb91a94e0d17fae0", "name": "007c9ea3c9f54a6b89f7a5661782021f"}, "id": "41041ea025c54ec19165ca9bad0b1bf2", "name": "1f6bc83c85724ad78b33cf0e6fa7bf1f"}, "audit_ids": ["78ebfcc72ae247b5bc7c038f6ccf77a6", null], "issued_at": "2019-09-19T09:04:43.388106"}} {5} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_bad_domain_exception [0.236790s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,399 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,404 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,407 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,410 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,422 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.334163+00:00", "project": {"domain": {"id": "63f8e5629c22424c8f90f4b0e8145e5a", "name": "2f7bcf3597ed451388b88d41afb4e24c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0ecc928949304a258bc61aea2198e7bf"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1a5a33cb1c494376b0c5320341db1517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2fc61cbd8f0946489bd34536714a8080", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "75ac8883c72949a18cae532f1a3e1ddf", "region_id": "RegionOne"}], "type": "identity", "id": "95ac48bf63b44c869a88ddf81d15f3c3", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7c0ef6cc9e48437c9b921ef3e5f70302", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "73b2e306889b4d91824fd5e60dac7a9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "31867233a4df40648bd7ef86d74f851c", "region_id": "RegionOne"}], "type": "compute", "id": "64ee121a2f61429cba6a7c7c0ce2f175", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "809f8232ae2f4d149f88394c09f498c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "8239234f63e94e9ab26dcad199bea9fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "476cd5081f904b1fac6a6a0990ec4c75", "region_id": "RegionOne"}], "type": "image", "id": "6be8d75ea35046de94ebe520922a4d4e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "392e3bef1c9e490fb88730fa5e3542b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "766062be5e134a04a4891ea65294e6ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8baf08e95d90458ea39e4db16b3b9a9c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f3490dce44bd4fb0a8daf104356e9187", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e316c9401b0a4df9a60fb3764478a2b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e60a673965ae4db2af4bee607b6a799d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fdee4e50ff8418ab8272aa4e6e89a61", "region_id": "RegionOne"}], "type": "object-store", "id": "1066a51e59194c86bb3540ca4a3559d7", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5a1d4c79e4254eb088dd6f4dbe8b0e53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a854f637348644bb99d22a4cb60b6ade", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8b6bc036adc348adae8f7a2f94c76ca5", "region_id": "RegionOne"}], "type": "clustering", "id": "8da6054dea2a47b096e2fa2b74e221d9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "920b9d8d99fd4f8a8feb31fc0587f148", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "744bdb91f828492c903e303e3db9ce07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d0b0c6be524c4258bd11b120fc5481a6", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "868f0f21fbb64488b46d3a34bc58b47c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5df05a499da44969b710656aef3a82d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "49d21bcd75174b40bab9c07b17edf4a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "02197342501d49f78586629ee4c39c8d", "region_id": "RegionOne"}], "type": "cluster", "id": "47ef98a5acec4f9a977fa300c193d85e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "83e6c6285add4e83b2e7fc9a0d4a617b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7012197b62c5454797901a2ce5517b58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1cfcc551c742493184b353e25d8ed41e", "region_id": "RegionOne"}], "type": "data-processing", "id": "8957d3f968104864963c56b9030b76f6", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "103cb2038d71485983ecd53a050b641f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "47be443b665840049a70cf71507a7170", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2389acbff91243968acf3e02b5d63be5", "region_id": "RegionOne"}], "type": "baremetal", "id": "582a5df1ba754568a434e8b29717b506", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "036770403d5949d9b51273a3ade692f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "860b8a9fb0f446ae8eb6d241e7873cc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e016453a16fa49a9abc5151bc8408f56", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ae0db2194f194c13b99997824a837385", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0a9a15dfa6b7482ea23055d4fde7649e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "df29ce2726ed43c98648bacfb503616a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3f5cd8d561684366b703b007e590c57a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d9bf3022b82f4b6aac07eb0aa916463b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9847a296847f413aa942f7ba1b7c766f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "267684f4c9b6466ba8b81562c147caed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c8d9ab6c65074713a0aef0492a8462cf", "region_id": "RegionOne"}], "type": "key-manager", "id": "168d143a999a47579d8f2cdbacf81ad7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b9b3c661bef443da9230e3e455e66571", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d86d44e909ed43f29341eca326263173", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "94ec09b8be9e4003807b0b0cd889c528", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "41bd683743b2431aa4fd0e493b3310e4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d116560bb8c54aa18f2b9ef36bac827d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4ac30b644dc5463f98127df07873d43f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "984eb8f38525498383899207a7316291", "region_id": "RegionOne"}], "type": "infra-optim", "id": "092eb7f87c5c49d99ea682ca9ae1da17", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bab313fae7bd4606a128a14568317f41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "96af9dc6f85b456ab7a2de6d0b78bf67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f77c733a502340b39690f2c346792c93", "region_id": "RegionOne"}], "type": "message", "id": "2f9334a82a9544ceae2a9acbff1d617c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "dd11627a5ae84090bc4aef7b8b6141aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "49cf22e7e3fb4da0917dd35c30e0278e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2242a26701ff45a493d1ad10901dcd07", "region_id": "RegionOne"}], "type": "messaging", "id": "df0bebbb019b45c0b9d012d5fa0903b6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1481369d31704e52a212f0857082e184", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ef83e0f48aef437a9a3fc76af812a9dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "747a5adf4dd14a6aa722415f7759e2a1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "394ed0c058aa423f812e73bfefd0a14f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "907b8a7d6fa547cb921615f59cabb29e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ea4c807b2c0b43c8bbbfa3a5a1981956", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c977e2eec9ea49bfb795c5a04b954ea0", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "96c92edace8d4b8eb014eca5cefb6d65", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "187fd4c432a44940b7b2f7294a164cea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d57f23b47be74308a97b6295c3541721", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "317d02348d814762ac10731577d9f249", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "3e6ec238d38f44e491b8f8a75c8c4cd0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7a375d1a2e55454197f53fb3257a0c38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "625f5e2727cc4cd188070262d552380d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ededbd34b8304f7181627023d1cf2f8d", "region_id": "RegionOne"}], "type": "container-infra", "id": "ff3ec2b61826456bb486d55cb20e83cf", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "72ce15b6b02b4743a3f263deb9c9d89f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c66b487702c14432a9db345fd98696fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "741f7784525344438407576b6de40041", "region_id": "RegionOne"}], "type": "search", "id": "f8b65422855c43ae9e54c1dec20df679", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c10b14ccc7604729872d9496c4a08338", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3ba845a7535144508395d048c4baf776", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "0a2f20b53c814cd58ff7bc6afdef2eb0", "region_id": "RegionOne"}], "type": "dns", "id": "650111f9ad1849aaaf5363a632109e6e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ee42de8ff365427687eb0aaa88ba072a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bff2418ee8684043b4190cf8dc0773ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "47c9d649b3eb4767b07f8ec05c202b94", "region_id": "RegionOne"}], "type": "workflow", "id": "21873b7813174b01be5e89b23ec7240b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cc1844ffd20a42d2a3723080cd39d129", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "889bafe048c14db9b9a79999bcbeec86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e45454a877c8459790555ff46330bfa2", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ac57dd91404d479c88d8158fd864bfef", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4139865832d542eb9ba343fcae2e5f0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3368fcb66e0a49eb8f01be5f68ec9606", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "5fe5dd7c435f41a9a8314e322c3b6a31", "region_id": "RegionOne"}], "type": "rating", "id": "951a8290b5fc46219d943193dc5e2146", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a06e6231197c444a9bd16011228c56d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "729e6655c8a34e36b2871ca811bd313b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b16402bb86e143e1bdc2a2da3f9cb114", "region_id": "RegionOne"}], "type": "operator-policy", "id": "8495e782afae4d4ca02e2e09edafeec9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "78dc9b79c16d42b39ce04637c9acb9d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2033fec1eb434419b7b82961cb02da6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4b739b511998434db286c90bbf77d9c1", "region_id": "RegionOne"}], "type": "policy", "id": "260f79776a7140198f91d7bb60820b4b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aff5a17a0a5d4d4ca58aa172669b69a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "60860b9d2dd344c08ef622ecce9c2504", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8527bdf80a494c19ad404d30dcd7190d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "42b7e4f3e1b84eeaab3741d2652139cd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "076f35f96427417bb3222d9dbdd18ea7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "61eef902d40e4093986a7a21e4cdf99d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f82535134cea4d2bbc19111896eba431", "region_id": "RegionOne"}], "type": "sharev2", "id": "a876979bc0d9444781e959c85e2dca16", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2cd4cecb31bd41a9afddfce2cd286168", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b105a6326d6145a88e2e180dff4d6e80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6eb6c2219ea74163b165c9ba68405458", "region_id": "RegionOne"}], "type": "share", "id": "d62e31ad9fb14230939ffaccf361c716", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "37f135203cd942739f21027f1ae8e331", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b4d8fa1f2c67468498db2c3ac8705e6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "fe7f896a4d00411fa8c4845bd6fef83b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "08007c78734e4b08bbb0d994377aad4e", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ddc9c5514c2e4dd3a19903b33009eb6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca6d3553be6448048ede0739e29e4112", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d710e2b4a1a44b5817cbb8f318be32d", "region_id": "RegionOne"}], "type": "orchestration", "id": "4f6b7f05abff462582c06a547ee30929", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b49d35d6a7748d0a70f1cbb45aafe64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5299da0303c405aa6b32dcf12ace945", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c5606e0e2174b16b990766850116c5d", "region_id": "RegionOne"}], "type": "block-storage", "id": "0b1cefd87e664182ba656988d35d6b98", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83fd5aff11a54805b00297d2dd7894d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d09d712a1ef4bf19759486938faf0b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b969232d536840fe9533446944d19a3b", "region_id": "RegionOne"}], "type": "volumev3", "id": "0e64891ba72343fb9e8cfa326894e0c7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a025f2bbec840d096ffb95faa580ba8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49ec472a0fe144c495ef31f65b8b57ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e402696699941b58534afce97a60227", "region_id": "RegionOne"}], "type": "volumev2", "id": "8bbe92434f4440b8be810cb9e1cbab2a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7fc9d0017fb42d28b3bcea670ed9aa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a46913970e3c42ac81add97f1ab49805", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49a9274ff21040ab9014e43d3de28b08", "region_id": "RegionOne"}], "type": "volume", "id": "52e1da663f3e442c98b81df6cc966af9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a47e68ecb804d60916253ac73f9fe01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4ef59b523bb4d57bfae1a7dd1a19c96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b545426383aa49a19adaec117521a7a8", "region_id": "RegionOne"}], "type": "block-store", "id": "77a96956844f42a9ba1d31404d4f3b4e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "aa94128f48e84fe8be817db2952805c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fdf88abbae7b464e8df604446201aa10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c2a43ef64aca46ae860ba309856cfc6d", "region_id": "RegionOne"}], "type": "alarm", "id": "28ea4975f8ed4ef3a175f4bc62449c63", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "26db8b0377304731b70ee83f070ec719", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "55a7f166b9b14c2fb4930832c1e40309", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "baa692b8da2d40868b78bd544488eec4", "region_id": "RegionOne"}], "type": "alarming", "id": "ed93dac6e03c41978949da672bac16b1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "281969ab6b644bffa9b79e6d77c56a95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1f26378ca1214f9cb3b210e74ed8cab5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ae935e7930fd42b2bdc9dc1bae6e078d", "region_id": "RegionOne"}], "type": "meter", "id": "9cb4270a8c4b49a0ac1b482fc0ccd955", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d52a1e80202746a3858aae1d1cb1faee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "673af9c2ce8b4826bf43dc65b2466150", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2d4384b89ade4120a344f6772f551889", "region_id": "RegionOne"}], "type": "metering", "id": "383dde56c94d4857ac2b4ab78f9d36ab", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3c09f9d0ca0e41b6900767ef29acd663", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "deca1f5f521541d0a1ecfad8b62ea6e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "08ae14bb5c0e4819959d07dd8af266a3", "region_id": "RegionOne"}], "type": "telemetry", "id": "c0ff04cc8e834b9691708b85a3804ccb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5d1bb48353ee4bfdbc302bfb01126645", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "43262ddfbcf9484fad916048a5035f5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e8650f9c487f46648abef61b954a1055", "region_id": "RegionOne"}], "type": "event", "id": "87fd78e4c3ca42c0861da238c490bc3b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8079205b35fc4bd4b942412be2d8a2e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "75559fa04ac8473aa0d5ab8a3a4e2243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b9c240b629e24a84aff1c683e21d995f", "region_id": "RegionOne"}], "type": "events", "id": "7665173ce2d24dbb9ff527f25cdf8065", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7256de61801745bdb5ccc1a52bc579a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b19e02671c7b4bc99c66b3bf47549af4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fac5d7bf5ac14a0fa8b00b8bc205b0e2", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f7a671eaa63447d781087e031e656446", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b0937b78b38944459a72d197b4cf10b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2ade914f8a5443d39ecc0dbcd31406f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "dfe92800e0824b92b76550b0d73473c6", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b7f41ce2232d479dba9b7867193c7fa6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f2ed9c85df364e589ce4b7dd594626a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b9c5d18310bf45cb8eaf1a049485fe6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "dbe3196c80074fc68bb22c6fb358b527", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4b586ce6be0343f8977c7bb524db0d83", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5b5f8f96743042629f2ac348021adbd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "411c36b5e80d44eb9ee229afa75d5d9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "80298e5dc6b14791bad0543d0f7c61f5", "region_id": "RegionOne"}], "type": "tricircle", "id": "551b6d8917694c2e8761dc8432df71f0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7582b2ac381a44c9879f5be7b798750d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b0908106904543b68467983a79b5a4a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "da511c4447164b89b95116f9828c2b60", "region_id": "RegionOne"}], "type": "database", "id": "91f4414e649b4152a2bdc15cee11da0b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d57bc49b73454a9c947b32b41490243f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d5cd6d9e63ef4a809d72131c4224b088", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "82262ec67f624b36be2f677aee7fcdc1", "region_id": "RegionOne"}], "type": "application-container", "id": "15085e3ee1bb413cbf59583e0844ab7d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "eca4b2748fe9450aa41a00f88e1deab0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "049d6cd67d704e119764e72787a59999", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "46cde7af763b4621ad012203d6361ea7", "region_id": "RegionOne"}], "type": "container", "id": "f54352ba088b45fd8a0d17c4e91403a2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7de27c4f8698436f84f8bf48d2c2d879", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "af349050fcd849f7b8a308c73b93483a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0b1b27910b4b4fe9a11d32d79bb5d3f9", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b61b32119ddd4532ac0acdf3487e0c38", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "35724488701848f39f2c5559d42a251b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cade4f68581c400d90727c2f344c978c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8b975193295c4b51b20f5d315d681753", "region_id": "RegionOne"}], "type": "rca", "id": "b84ce7be15e44a67a616430f9caa3321", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fce2f380760848a38ace32379ed91aea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e65e405fd5b34d79bf23252df0ee7451", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "5b157e61b3a34930b1a71bdcfbdb6eb1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "040a7466db2a4025958fc56d2c49a789", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "96860497f9d841a0b72191aa168f7f4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b15e48bb911a41d587dc8fdd0a8b4bd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b3431238a01448c392845ff1e3906cf0", "region_id": "RegionOne"}], "type": "network", "id": "1b945600bfaf43538be0b34cd53cb702", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "25c528629786458991da9565b91004f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e715885b28cd40758eccbc016c427d80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b59df8c21e2345d7b0df0678e2f8f689", "region_id": "RegionOne"}], "type": "backup", "id": "a66da1df95c243f69c4dc2b9d1aa518f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c1f327c52e684793b80335348bf3bd7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "73c6ffc4db7046c5935c4a2d195ea1e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "74c4f75c278645a0bd06e7d622af04d8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ca955c4bbda74875b5f3ecc8da13e056", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d0f54649c7de4460b0a6f5f637120e5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "65bec4501475435fa17a0603d5801494", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d6336078d93e4a02822141be20488825", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "12f404c6ac0748319b8942200b7c20c1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9181ac9481eb4fc086211200be052538", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "767b9a34bb59470791e24a70edfdac2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "86586dc039364eaca473b3f7fecdf9a3", "region_id": "RegionOne"}], "type": "monitoring", "id": "a7c354f3d5ba4950a379865aff0fd06b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b562a474e0d943d8a102d615b0bd47cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1a58c95149e247e6ae2d326c931714b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cfe77d08c6994f8ab8ac0678e8ca1c79", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "755c512886bd48dba044bf15b0956409", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0bbf13a918e5428091ca8a2ca6ae6a4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7d50dd90f6fb438d8065f838da0a8f5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f6cf4b6db4b1408a980e30c148137a83", "region_id": "RegionOne"}], "type": "placement", "id": "3f16a5b04c74444aa07ee764b4b096c3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "89b7eceec96641cb892ddadd6f5857a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "aceea2b474e949f1a35053b90aec4e00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3cd2e904ec0c4951a63bdb60a86bbe6d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "0272bab756b743beb69d05fc349f89a0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "75041b2afc694cc7a7efc5918d66d883", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bbe3ff8e7f994a40b3b7155b912c830a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d2c736e2a9fc454dbfc633e2c20fc894", "region_id": "RegionOne"}], "type": "ha", "id": "ffc728393b074caab1c37fd20c03f539", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e2c50b109cac4cda82f0c9b520369ed4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8717f331cd134ed2b2cae8fc3883fa0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b95dbe0c7eef43b6878ee95f781d75ed", "region_id": "RegionOne"}], "type": "reservation", "id": "64fcfd5ac44f4ea394c90c29bec114c3", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "416a054afa8c4e6791ca0668c4ca3660", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8a6f530802ba4527aab01ae9c465555a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "10c4d5e262b547dca8ab7a8487fe7992", "region_id": "RegionOne"}], "type": "function-engine", "id": "971a86b73cd54b7a84327bbc9763ae98", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f349b6dccf034c9788b7a5f168c1fa95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ea663711266c4ff69e8c1792bb8b8906", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "748372e805b5481baab533a1ff87025f", "region_id": "RegionOne"}], "type": "accelerator", "id": "b6b10c962a214f5c815c53a7e74c30d3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ae7c5738a03d4e308fdbe5df093545b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e3aff563e64442c6b65cdf04d0754215", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0b32f0636af945d482ca163a8d327b35", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e232b0d7132b45d69784f198029c5535", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8929d60f4bd845aa859278a7dad38bfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5fec37e83530427c941d79a3f8afb4be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0470c411154f4815b3d2bfc8a03374b4", "region_id": "RegionOne"}], "type": "registration", "id": "0782402ed9364c6a8a06bc1680850219", "name": "adjutant"}], "user": {"domain": {"id": "4637d0a4c4064452b3f94a3479fce55b", "name": "fef05fe45f8b45b189727bacd1352642"}, "id": "9a493f0356fd4cb58ba9ec63d7c3a267", "name": "014abea1d8904e7dae2feaeaa222c251"}, "audit_ids": ["d0a8503d5cb44c11940a6c798c679245", null], "issued_at": "2019-09-19T09:04:43.334163"}} 2019-09-19 09:06:43,511 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,517 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,519 keystoneauth.session RESP BODY: {"roles": [{"name": "d59071c7ccb944c7b2957ae452cf0d5a", "id": "f99e6781da4f4eb887473041479dba10"}]} 2019-09-19 09:06:43,557 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/baddomain -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,561 keystoneauth.session RESP: [404] Content-Type: text/plain 2019-09-19 09:06:43,564 keystoneauth.session RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. {22} openstack.tests.unit.cloud.test_qos_dscp_marking_rule.TestQosDscpMarkingRule.test_delete_qos_dscp_marking_rule_not_found [0.285631s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,333 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,339 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,342 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,345 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,357 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.255511+00:00", "project": {"domain": {"id": "1c8e273e04304e2aa9c2afa12ce32d6d", "name": "6abfe47c7a64425c8dc50dda3fd472b3"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "91701db484894660a316fff32bb4046f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "14a7ce67e4314904bc2348b4b1032898", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "bb8116cb16594c008265b1d30c231182", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "16baea1c389246b7b74f0258b8ad8c3f", "region_id": "RegionOne"}], "type": "identity", "id": "69c14e8f5efe41118a6948c26c82f2a5", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ebbb101aeae34a3ca14e86e346b16763", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9c5c9db6584549a59248b22da4d0de50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "86960bd4499641038f6410711a3a26b2", "region_id": "RegionOne"}], "type": "compute", "id": "162aaae09661457095ecad2c7228c172", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "068aaba4a2c642649f2b9b74d068d580", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "6ff075a592b64123b0719dbe512bd3f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f37f5a59b0d94011867185bf37a07ff2", "region_id": "RegionOne"}], "type": "image", "id": "e6b5aaac01974ffdb7bc8e81c69a6c41", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "677a21e604cd4eaab40c427ce5dbd797", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2341fb64b5d540d2933c9f02e55b43f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c24a18c20b484eb69b4f3922efd5fc8d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e8976f05561e45b4a227d420365fadd7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a581287b316b420780e2f8efd7f48969", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28f25657e89d4cd4adedc22e0b5066cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ddfd2430415498994bce32d84cb7b44", "region_id": "RegionOne"}], "type": "object-store", "id": "89dd66334ac34daf879defdd1f59696b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5b1d5ff2bd3442898756418ddb782848", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eac8628fdcbe4ac883988d3da3a38149", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c09fc5c3d65d4e33bac7c6304f61e737", "region_id": "RegionOne"}], "type": "clustering", "id": "10272cd8cdbd42f1b3f799000edd58c8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9b7b2e506e0546f99d92f2e9d7ec26f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "29b68df4c121408480e4135ce53ead9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "83ac837bcb984024bbf8ce07f440b807", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "19201d6d272045b283cbf6bd24454d58", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "77a2ab455d70446ea894573d4914ec5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "25a67e8a2dcd4c15aac0948c21706a84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fe9678d061ab40798dae43f4f878bff8", "region_id": "RegionOne"}], "type": "cluster", "id": "7dcaa35d4594481ba2d6dc311bd6578a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f543a34a979b4bbaa0f97f1234484f13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "601b9ad2a8de4ce9a097573f43cf53b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "629f59901b124952bcd7ebd64de06feb", "region_id": "RegionOne"}], "type": "data-processing", "id": "08dd3f81cc244503a9f790787ecd19c6", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "79ae1e29f7ac4f9ba95fb1d09a692572", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9b8eb220005a4392a2f7bd0c227f4366", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c9c07a0099ce46c4ba744cfb68f18b12", "region_id": "RegionOne"}], "type": "baremetal", "id": "fd18d91e15974a3ea7655ac6f3040567", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "704bc9350d2941fc843edd468ec688d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1822a648ab68476b987507ed2026e9af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e3344f5e0b5046628c6c2b35acf1d051", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8929261fb1b3456199702b279b22b5f5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c10b63ab132043c7a2da7d570c98205c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5f26c9f4576e4b708ea3db9c659edfc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0d037b70a6e543f888aa43786af87920", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "39b58ee440344feb9384064b546ccfde", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4a03d47824cb4f13acc67fb342443d16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "77e0f3a49394407c805956d71f94a75a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "161ffc5dfa8b4af3bd9f24fbb7b6ef81", "region_id": "RegionOne"}], "type": "key-manager", "id": "8dcdf212cfde414aa3a825707ef2b463", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "89ae4e24df7841158a596e7eb0c5c6a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "913ef7afed9e4abcb1db64aafa7099a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b62dce6780ae466297660c33a8ac2cde", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "4f47a60c595c4f7780de693edf4f619a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f7254a359dda465696950a85ed7ec05c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "528a63d4261f4993af00719c8d1a1cfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9a743a862d5049f0a54e0715184c65d6", "region_id": "RegionOne"}], "type": "infra-optim", "id": "bf8de7c8a891468a96b65d5becf334c2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5f545b3e9b564d24baf1befa7907bf45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3d047ff4bf194852b6b86edd32ebb47e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4aa6ee5f094d4eacb12542a9c5fdcb5a", "region_id": "RegionOne"}], "type": "message", "id": "b65cef902e604bd086afb1e32049c194", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "78c38194e9e6412b893e21e9c5b7ab7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "aa4847d8138e432a9d9848f4fbbf494f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "52e219613f474f94bd80e755677017a8", "region_id": "RegionOne"}], "type": "messaging", "id": "e665ffde705347ce9e962851842615e1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7d10767e424b47edb5f1a8cd376d5d13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8845dd764cf74867a73a71473b8cdbfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "62c657a2e5e54bf9a4317ee6864d2763", "region_id": "RegionOne"}], "type": "application-catalog", "id": "cf6c967deb6745939f890df47697e3e6", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7f406204da464667922d180fa0de01d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "493afb663e894bbd9c2cebf5f55cce76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "621d96251fba46098b028dbc6262fa44", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3338b7342b1a414f90111773fa70d985", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6110bb6813fe41a694f693e92f5d247a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "14e4881c02d3481aa9dd29711f39ae98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7ebffb8e515c412198944e51692f3ad2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4445f167d99748e1b7924a968801c4fe", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7ae495f001bf4e2aba514de50b24ca63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f7ce12808db46b3b973fd64da4b4aa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9b42a9e045264f9c88074bf1dcd8304f", "region_id": "RegionOne"}], "type": "container-infra", "id": "f3322025dfad48e3a16ccf022c74d0ff", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4373f336c6ee489f82e26d38f2bd1b6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9506b42e458647f09676cb85a87d7911", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "8da8fe9f66124bc9ac436ce8fc77dd63", "region_id": "RegionOne"}], "type": "search", "id": "4ed2e52d66ff400880e8fc84fa23825e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c7c244f0500546efa3199cdec73cb466", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "23ca8bb867fc451cbf2419bb6f8b28d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "150b0adeb4dc4866b18fc39a575f4ce5", "region_id": "RegionOne"}], "type": "dns", "id": "668c6e2096ca473ea5476e02cf2cfe44", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9771d60c83434671a7f896cb2f76f023", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "46c39c2f73e14636a8a9f195e866cbf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9768634f33ed4bd8bf985fa55e7db1b5", "region_id": "RegionOne"}], "type": "workflow", "id": "341357c748074752b533b1a1eb6b98b9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "321d93f517f546e8bc4e9f86d156f3f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7e40899a47f741e282ca13fe8813a7a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6eb7bd8337d8478185939fae6536bdef", "region_id": "RegionOne"}], "type": "workflowv2", "id": "abeb258ab31b4f1fbdd3f05a7f885325", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ecada22c74b64feb9dc098720002b1d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0fe343efbc1045ccb88e861111471138", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "07c5b032e4d644e5835608792c06dccc", "region_id": "RegionOne"}], "type": "rating", "id": "3c5737dcc5604136a2581c6b71587dfc", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "efd79c62e7aa4825835929351ff5222c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f93dc55e4a474412bac10cfa40224984", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "71ded7ab35ff4b2696ea1cfe2bc74f3c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f04ac6b3894140ba8624900be4b0f01a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "beea90629566488bb4ea0c33549ddb05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e2ead6fe11d64b7da2b6ff5d530ded7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "455074d4cc674078844f03d41ab49516", "region_id": "RegionOne"}], "type": "policy", "id": "1859797c6fb4406baab80de58348079a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6a79e44f83a446859c23c18d9fb306bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2605183d478f4cc8b9680428ec37d7a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b2b27c070e01493d8b9c09919af0b248", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "41bca804ae974f05ad5f928871643951", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c90505d3b15244bbb3832ec268d6e400", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "88470af8d3644f1d857f0b08672598c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6aad4a2ac1484f5b8acd752d9a3eab61", "region_id": "RegionOne"}], "type": "sharev2", "id": "2d438ea4df2e41ba9721c96e9176d076", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4a82058f34e343ccb4c7b26079fbd192", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "783ae5e8dc5543e382c1f247a5d81087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "693cf2feabc743aba755566650d7dcbc", "region_id": "RegionOne"}], "type": "share", "id": "10cdea433396474e882fb250713f04b4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9625a66356d64297ac04f9c1b2851e02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "564a1f0dbde44587b6a86e79ed817825", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2a417d73f9bd4eb6a874773a4e40434b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e6430c17bf6f4067ba9bd4ec7761a4cc", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "916f7b4b5c2f47409802abaf46215c4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75cdc86a9f384b8f96973dcae379ed9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79a6183293dd49a0a3753c7c837db337", "region_id": "RegionOne"}], "type": "orchestration", "id": "b0e7cd5bffc842a4bc9f60519df8863e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8eab91b725c4350927f7ae26dd8b14c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20b2f3d35144405cb0f9f88876cd8a31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2692c9a8b6554d24b90dee5f7ea7ed68", "region_id": "RegionOne"}], "type": "block-storage", "id": "0918b7483a39458db3b9ff2d2c1117d4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b86f23cc7e543d4903347d45ad4b724", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb9c60b46bae4975ad8762f67c424909", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "456599a29c03443fb3aeb0b486f6ce04", "region_id": "RegionOne"}], "type": "volumev3", "id": "abf1e3c54be74341ac3f7b4fcd308d3a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "211214fc3eb140219e04250a1d7aa924", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aba5b693b84640dca9e4776dacbddcf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "204899dca2a848309b13501274e6afe4", "region_id": "RegionOne"}], "type": "volumev2", "id": "2be47b017c5a42a998d483d2ba8a51e5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "271ffd22c7304bc8b5a3a10ae08b2731", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd48dd8a87ea4a6d94dd50967c80ac96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6388ba931b4c4028b9c16880381e2556", "region_id": "RegionOne"}], "type": "volume", "id": "754b0280b6ba448eb64e27b567a68e70", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ebabe0362b154449b18f3efeda57d6fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3203c4ab66af4265b6df1ff541b30312", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2744848f02894159af5f26dccb31a350", "region_id": "RegionOne"}], "type": "block-store", "id": "155a74a09bf84a9d973076cf6fbb97dd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "64f1c007b86f4d05a9e70ac8b12f4700", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fec9aa03a3d84b61bbd571c620795de6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7dea92ffdeca48eea0e4894773fd4646", "region_id": "RegionOne"}], "type": "alarm", "id": "89b340aff55542ccacccd44b0daeba2e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "242b217056cd42a38e1f606a9b71f36a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8caebd385c454e58a208f8e611416e9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7729a692b80c41e9a0dd105f7238d30f", "region_id": "RegionOne"}], "type": "alarming", "id": "dd181448ef7a4b30a07cfeccfc828807", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "85eb2150736e4aa88252e77d285e50fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f84d0ae6081844149a54aaacea6114d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cb2593e1186c4479b164b5e6489896c0", "region_id": "RegionOne"}], "type": "meter", "id": "c7e191ef31f9480ebe3edc4f5e8d6ded", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "56e9c1664cba4ef49a463dfb42ab2f50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "83669b0aa13144cd9f59b80a89ef8061", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bde5bc491eac467ea23e59bc1342aa51", "region_id": "RegionOne"}], "type": "metering", "id": "17c1a6464b3c47658334094f59d50d34", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f47d89d6057a4fba9a3d78471d3472da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e54ad3c270874836bdcf0feea254792b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "eea93ec4240e42e6ac1250df46eb1661", "region_id": "RegionOne"}], "type": "telemetry", "id": "fb04b5ddbe9744b982312d8e61d2fbb6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f78b48993e0446fcb34dc73f97f15370", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "58366b484e6e430fa82c80d83c555fcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "18bc05aa3d5a4c698761e72bde6b3de7", "region_id": "RegionOne"}], "type": "event", "id": "7608bff6531b4e108ca72a25187af2f8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ab3ced8ddb86466a9567260ff2b047f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e499748550fd471e85a4ba423d46841a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8236ce321a3c4af8801c437da2c23cb0", "region_id": "RegionOne"}], "type": "events", "id": "d6a8962bd5ca49aeabaac66587be1613", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e0564187feaf4788996a918adec3941d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d1aabbf916d54fe3bd580b51bcf83101", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5860d373dc7e401fa3aee533db8911f6", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8d350bce6d6a4803891ec345cf8a9aac", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1eee53dc24fb410782aa8cb51ae381f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3fd45f2f16444b8383e6c0e44d6dbb5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3e384710af6a4b3083390b93f4439e4b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d87236e431224d4eb0217be0eafa0b9b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b95b294aa17e4c82bc9216a2e6c2266d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "52e7eb89692643a493ab0eb42271958e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6f7873b03bce425896788b0d6d52ea11", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "435bd28080b443f6bbb2f2d88636a94a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a6ba383cac3c48a8bfab69d58ba0daa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "447127e0d60a418680bd0a689a3e1de5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fe544875b0004272b2b3906571637c9e", "region_id": "RegionOne"}], "type": "tricircle", "id": "766a5349c3a247baab1655a6a4d955aa", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7a112fd72e65464995ca888392765512", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "bb356c347dde410d87d63b228bfa9d12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "781fc65958654a58a1b39e4701e6075f", "region_id": "RegionOne"}], "type": "database", "id": "90523a6e13184adeb156dd66ef817757", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4be2c6bf3dbd4b2ca2aa10d0a1cc4b22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "33a8dc2e9c2e4805bc9618e039881077", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c3876f1753494c03ab5ea6ae42014e86", "region_id": "RegionOne"}], "type": "application-container", "id": "9ddd02361ef14b3faf351a1d2b3f81bd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e4058bba1ee645d79b24ad9163d44fd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "eeb7e524e0714a53ab5cb24df8db075b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ccd6983b0c0f4459a7e3203129a95012", "region_id": "RegionOne"}], "type": "container", "id": "a67a2b07a9a04cb2baa1184491da8a65", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8f5e7b4f872d4041bd0a8eb18c289ea6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dad6d182081a407eac661c3f47d014a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f6e50e31310844d19bedcb15aa992d7d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "65915b8e5de44d4da7cb8883aaf689e9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "59845cbcc63946b9934b85cff8bcba76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9fdea4a58db9401a896148d408d79a8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b957a1efb1724e5684bcfcbd1cfc7405", "region_id": "RegionOne"}], "type": "rca", "id": "70c465ada17447c1b9b435bfb30011a4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "51d8e682c7304c7f8e413c27bfbebdec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3f81230802894474a8c5d455695232e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ed9619f697fb4d4ba33956d0d896d539", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5ef81fc8a6d74d11bfd68cf4b1bf6999", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "83c324d58f78473a8830fcc1ba0a5632", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "548ed3aa57584e0cae8174b3d742c9df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3d5249d8e5e64882baa40c41fec08938", "region_id": "RegionOne"}], "type": "network", "id": "33c37c2ca91542308debc885233b9766", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1fe0ac1b2ce94ded911630f214d42f20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4a14a06280c748b1a78b06a6cd19be65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b0caa9e940d84d2987a64d0f801a563d", "region_id": "RegionOne"}], "type": "backup", "id": "833f2a017f5c4d189966df3014056cb4", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a8d8158edb924d3eb213fc331fa0242b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8ead6732783b48469105c629a8a4872f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "396a2cdc1b954840af76cc64aa2b8947", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "33d2ee50392e40f080b5ec725f6a9020", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "690e1c1242a6445a9457d044cb2b4a8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e5c40f9b8fa44509ae3419324c781b51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "666f1823571641caadeee39c01461a8a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2921ffa19d604c6981a096d5e8ef9767", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "149be4582d814cf0afb0ed6852187209", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bb6099e51398475ba3aa9ea0ac802a33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1e75be04e64b4dfdacb2aab9446d7e42", "region_id": "RegionOne"}], "type": "monitoring", "id": "a0ebc8f4e1af4a20b9209b8194299d81", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7ac12474f6bf4c0dadd0285500b77392", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "665cdccf3acf4d08a8e16861874cfeaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "3d1330eb323c4672bfc1760ad2c710e8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "96335c40c2d541d3bff3f289ef8526af", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4eed3de2b9f1477189b0af7765b47ecd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4abc9bd0b2fd4cf594ec7a66082f3393", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c920d558b54441b3b4677c6f582058b2", "region_id": "RegionOne"}], "type": "placement", "id": "d7f9f34ef146424b8760a33c329c589c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d469b7b6cb4b4a449ed0db4d9932fa90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4d402f20b6614835956d77df5ce9b8f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "60784134382d4efda2c9e23170a6913c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "6ada5d9e0c07416792f4770cd3a11e5e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "01e09a7d82f84696936c094444a30b7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b7ec80cc22094bfc99ef63e9da24dbf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b8a1e0fceddc4342b251d4af31112653", "region_id": "RegionOne"}], "type": "ha", "id": "fbd0d0641f604df39e5551c534ebb8be", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2ade7a4fd7d14a0c87e71325ac587f39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d0093423f92a41f282bb5c25dfafce99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "099c30a49fb741ec972787770db074a7", "region_id": "RegionOne"}], "type": "reservation", "id": "3a4b844fc6714c1cbc0ccb3ff0791595", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "382e3ece75ca4754b7e43c353171566f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "410fb2039d0441b1b0bbc8c534f880b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "abaa62c4867d48fea574b6bcba66dbb8", "region_id": "RegionOne"}], "type": "function-engine", "id": "e2bea5c7e2c94bc49ed26f7bff330997", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a47b3ac5123f46e592011b10eedabe3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "561e748eb72948c2ab0cbc93cafb0eb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f680c10fc4d946c5ba260bde47a240c7", "region_id": "RegionOne"}], "type": "accelerator", "id": "faba230a0c594afb87bbee0a0ac9930c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "82c4264453e746a9a123624008a1188b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d21603a242a2466b88a4ac37ab6018ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0aaafcb43e514868ad7d75780837c083", "region_id": "RegionOne"}], "type": "admin-logic", "id": "cf522aa2b8a44e579e468b4900f924e4", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a228255662584989a218d23036578f5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fc758dc375c24f4da283a932ed92b050", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e0a5101e508f4c57b57ba653884cf61e", "region_id": "RegionOne"}], "type": "registration", "id": "ea383dbe4dfe455ba04d332cbd87f36e", "name": "adjutant"}], "user": {"domain": {"id": "46a6caf609824e2e8bdc0fe96c0f2dc7", "name": "7853249ad5f34d05bfd536ed44a08174"}, "id": "a1d5cb9aa9964c929a732b83550b38ba", "name": "553c2e8ea21f456cbd3d8f558855f0f6"}, "audit_ids": ["974ef884649a4083bc2cbfe59b1e1490", null], "issued_at": "2019-09-19T09:04:43.255511"}} 2019-09-19 09:06:43,490 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,494 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,497 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:43,500 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,505 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,507 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:43,511 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,516 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,518 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2019-09-19 09:06:43,527 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/dscp_marking_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,532 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:43,534 openstack QoS DSCP marking rule ed1a2b05-0ad7-45d7-873f-008b575a02b3 not found in policy 881d1bb7-a663-44c0-8f9f-ee2765b74486. Ignoring. {13} openstack.tests.unit.cloud.test_object.TestObject.test_get_container_invalid [0.195612s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,416 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,420 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,422 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,429 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,440 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.353085+00:00", "project": {"domain": {"id": "1676f6d60708420aa74c80410eed6431", "name": "4ed9216f90c14e15a209a7877b84eb3f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7d9c1e32871a4041b6135243ff622caf"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0c5122f502d2468bb4318d594bb469f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2c5a6af9ff5d4ca4a42e7d329ac210d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "29829cfe12db4842be41ef435ce5c2bd", "region_id": "RegionOne"}], "type": "identity", "id": "e56ba1fd43e349e4bf25b8d4411a4da9", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "46cf762c3390498f99e179628a39e15c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a8b0ed4048174db8a8989b5684053260", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8ddf572f75214cb98cab3db96356b970", "region_id": "RegionOne"}], "type": "compute", "id": "7ad367525c0c4362b668195f48193fdf", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "53d2ad1aeea04245b6f1256312392ad7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3d087501ee4641898859a1d5bf337cfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "96a6e198d0ac4f18a103a9f4586250d4", "region_id": "RegionOne"}], "type": "image", "id": "9b6969213a734d39966f0a9f031e2969", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4b6d24f704dd4638a620668da9e83b61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a3f2a107987f472bba1feb4f79459291", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f54d623727e24507a1cdcc90727e712f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "02714c1e8c294e4099e447abe89a8f16", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9438b4a0d4f647918aba8962524a9636", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e59b8f1b52914a14b95a28a845191d9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ca563f4fb0d41f7bd80081c21861c65", "region_id": "RegionOne"}], "type": "object-store", "id": "52531f0c779f48dcacbbc2e87efec348", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6ee9b5da45f14eedb179fbcedf610541", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c0a19a206ee14a99bd2db3ab5ae2d66b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "11c7ced75c1a4b39a34cfc5a19c2a96b", "region_id": "RegionOne"}], "type": "clustering", "id": "40b2300524ea46bfa7c0019712f5c73d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "55fa34d54a1d41fb85f4ee575d001141", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3462b34608764b11961e65dc61ac80bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ec3814dd069644e0be0267fba622bd32", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8ad697f4dcf94b5391f82ee74b0dde21", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "92e7fb68fe13437c97069717a94526c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ba02860e54a04a2e81c71212d44faa7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "25686df672514b4baffca1f370f4638a", "region_id": "RegionOne"}], "type": "cluster", "id": "b426634cd92544ab9b4deff0df9889a4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "26b8bc09554e404b920116ad10828266", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8cdad3ec897c4d43b37433db8d5bdfbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f864063d03f24b2b82d2e6fb1c61a5c2", "region_id": "RegionOne"}], "type": "data-processing", "id": "33f8b5a0e3a8483bb5bb3357ead6771b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b843525cf520474b8629d9502d06e4b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1fd898c7c10840e194280ae234fe2d79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c2405b5a53cc4c83a0b894b4d5ce5e7f", "region_id": "RegionOne"}], "type": "baremetal", "id": "46ab68a7fa3840b4ba58d298d7c58473", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "90ff5a09c0bc4251a5c1b7a66a9f6b53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "54b81adfb1fe40da9d7e5a12528eef21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d37757fbd9e94aa5aac4c63d2ce4dfee", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f5810b281b404213b45b070cc16a379e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c997ec1cc84f42ceaa41c573f2709dd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "baf78f1c80f8403e9855707a8c5e18d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c137fb2ba8a0400fa7de8febf0900474", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "49d8460be1934ceb9a3b48c4eebac39e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ba43ab1a554a4d84a1bfbaa317460119", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3381f56d4cab4fa98aec8284d68dfa05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "bc85b136521a4f708a9bd726eb5fbe29", "region_id": "RegionOne"}], "type": "key-manager", "id": "9828a375d30946d88a100ff50432fd77", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1744298115be4eb1a1682babb4a988b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "991ad05cecff46b09f24e2c8bda9c7c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "265bba91f7fd48aface47a6c44840d61", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9ec83d1d3f2e48c68d50c3719ea50710", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "974715186f524585ae05447a4711c2fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bb4b41e533594608ba7e21a4844df622", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ab648ff738b044d08fd131e115ca9af9", "region_id": "RegionOne"}], "type": "infra-optim", "id": "859a47dad51c4b188389d9d50d696aa5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6c597fcccec14875b3d277bcda9d027c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a417d397b5a841b6959292352ac9db58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c8792855425246c08ab4f6c93c9314c3", "region_id": "RegionOne"}], "type": "message", "id": "a68a7b311dfd4764a2af512a516ddd40", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "756f33e3629b41e7887b3bd34a0ca866", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c97c19345dac4e498b5f6c2e0771838c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8ca42576bd2b447986ca33d3107ab43b", "region_id": "RegionOne"}], "type": "messaging", "id": "af69a6518ed64cf89a39cba07fc9c740", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cfd6c0883642494a9d43739ec53e96aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a89d93533d554078af5333f15f09978d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9749dd17e4e940b8b74950a84a97fda7", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a645d33a35004d988b50b038ea97b7b4", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "843d40b1b08b4f69b2b7ee215d7a0121", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0cadac4ee98f41469020d93f55a4ea26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4783c00e6c7646e29fc7131ea9c1fa9f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "35eb8fa1ad5441558143b3db10b57206", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c2bee0da55de4547a906cf45d3f931a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "76a5ce98a59347b5a3c87fa0d829854d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ca5f4b86f324b55ae6e3d80004e2b86", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0d48cf71136140118be47c93e8dfcc47", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "50f50eee46da472f978f98373a589b29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6244ce55aa2141789eb4b5f1f4a3676c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "773dbe51d5cc4a7f906d7a53d78ca9d2", "region_id": "RegionOne"}], "type": "container-infra", "id": "173768edf43c447cb18cac4ed1eec6aa", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "148bd96b439744b791261b244ec6f246", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ee3e3fd403af484f993e2638d6e6c786", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d0cdd20b9b0347c281101f865a1664ea", "region_id": "RegionOne"}], "type": "search", "id": "a1fdfec43bf84343bfbc5400d7033082", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "91fbf849f30c4b458e539cc62e68d918", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "436fcb45fd144774ac90281e6c148707", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "13eada34494b4badbce413c07918d2f0", "region_id": "RegionOne"}], "type": "dns", "id": "b94c53addf3b4d4aad9b939556e96578", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e4f59baef738492ca7a44b379d2c867e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "84ac40b6c1b14d21a7aa0b325944a8d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "078db2aafdbd4351a4d364804a810f2c", "region_id": "RegionOne"}], "type": "workflow", "id": "684b6d0cbb0b4f0d806d6201820e8db2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6c22793db538463ca479eafd785dbb07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3f0ff4b5f00c47658c8ac4797bcffc3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "24a1b146532a4b6a86e8c7c044d08e38", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d24f2338423d41839bf991285b8c4b78", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "34ff2ce3c03940d2ac8ed16bcf0a354a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "1f8f2caae5b94ef6a00313ec790b7ab8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4a047d9c8e304aae887a0c8cb46290fe", "region_id": "RegionOne"}], "type": "rating", "id": "09a03606ed72445aafa3a1103be04929", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9a77b75504074f2dbc792be5dbffa32e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "35535cf57da2413fb5ba0aa936f61b6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3713b253e33a4708b81c66879ef13fb2", "region_id": "RegionOne"}], "type": "operator-policy", "id": "be6191749e2b4c12bdae3e9e9f973cfc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ff63157de0bc405eb5b73dd0fa9ca491", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c8e172145c934513a8d1fee0405d77e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9f8555df57764487aceb4aa1a8b5b205", "region_id": "RegionOne"}], "type": "policy", "id": "e44b6b8b185a4d8b9483d1756eefa3d5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "df06afc1c46e48eda479c190f14e1f43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6fae881ffd484242a8efdb205e3f8184", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "18f357cab66c4f958d922c056bded043", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "140ba5f7cc2f42deb9f4a17393f8e369", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f8dbcd92d791442993be661d848db678", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cfe32c34544944a09532d534821e21b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0867b94f68444d5c90e250dc75f6506f", "region_id": "RegionOne"}], "type": "sharev2", "id": "4460b239db2e485581d262b879f09f5b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1ef9e14e04ba46f8a4f59cbe1bb83899", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b4e9e5a1178d4a0d8ef9692f585122bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "08f6ac91640246d885df0a6dd711500c", "region_id": "RegionOne"}], "type": "share", "id": "92b15292be4847b08d4097cfa7d5635e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "06db2ae18e9046adb2ee3df563f418f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ca0cfa3a7d324454a4c857d5f140c405", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "07cb1783170148de9fb1a6da332c922b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6f39b1f7aeb749b0af268d35295bfc9a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5f72f8b6e954787b9193b87bffa7020", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9472bff5bf89430398554ec5ac05fa4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "168b3ed6fcda40d8898edb29b0c4771f", "region_id": "RegionOne"}], "type": "orchestration", "id": "0245561504474e16b91d2f5e175ec0ce", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ceff805f5e04316980976cb60fb6aac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b11bc7d622844a3f9a1e56767ae23b99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f0c4ab38abd45d59542d39cec5b90c8", "region_id": "RegionOne"}], "type": "block-storage", "id": "6883896ecb50410fb8eeb1c22cda096d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f65902a1fd634b708f92d890a5ffb888", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "baf122eb7727421b82b2c7396c355677", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71b83130d6ec485b8e277c7e4d4fe404", "region_id": "RegionOne"}], "type": "volumev3", "id": "04279ce7dad44e8cb79de62154748195", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "961e803e531d4f5d98ee15da0ce260c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa7ef6af203341ac953d524285b38c39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec02c0bd7b5b43a9a5a9e055b91806f9", "region_id": "RegionOne"}], "type": "volumev2", "id": "1626d9f8d0814082bc74c7ced24442c6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60f08b6f58c340e59d9c8ba88e164d35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "182dca24738447d7a60068cba970472d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c95c15f51e643dcab9f14c4abbc3779", "region_id": "RegionOne"}], "type": "volume", "id": "511093e939594f52862b02d2cb541300", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5decd1adeb824960b4b1f22f8d8ed6a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83582f63b6914ba28eeca831389c40d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9e2e78188ff4fb5824da2fd40733aff", "region_id": "RegionOne"}], "type": "block-store", "id": "9d127fd99d5948e1ae86ba0ce6279dd8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c845394d48bf4eb5a21682f99d8b7585", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a7d80b44b9584a05aea97aee8c7c4525", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e938b7c977c646f2b6f666141abf38d1", "region_id": "RegionOne"}], "type": "alarm", "id": "aa0fb72fa24740108700006c2b772e0a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "45a35e79c9f44411bc86119bd1839e84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4a3a17f4296e4bb3a5f674d0852762e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9ab46dbce70149bda7bba28c21769297", "region_id": "RegionOne"}], "type": "alarming", "id": "49f71449d08c4be093924cd1f5b55cb3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6d7e8da1f5654843b36b1063b1d5fb21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "839b897899814167a3e6b94e67236afb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "772978cf1f83493a885ed5262201d7db", "region_id": "RegionOne"}], "type": "meter", "id": "98f963fa123641e59226092e36b0fa0d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2b932c56968c4cadb9ec3adf1e2201e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5567eee7fa7243c599985472c24a9c9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3f80746e32fa498c93d03ccdce303e5f", "region_id": "RegionOne"}], "type": "metering", "id": "53b3d062ad5c4528b22d9101d02baeb2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e3ca6fa2e0064f8d813f48997b1ef90b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e155033e20b84000bf43788190884e36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4ba9c68a2ed145698c6736e123439394", "region_id": "RegionOne"}], "type": "telemetry", "id": "9829cce0271b446192a93f0f27fc7d5e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "516562c0c24745abb878f0c8d152d1f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "489711986a234a418cc9f66c1af2f9d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ab8ff97e6c504a328932e72272a64550", "region_id": "RegionOne"}], "type": "event", "id": "7e8b333459674e66bd000c1dd38f424e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a90ccd3b4824466a9d118bb38a30d2ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e2b195e49e264954bfb0fbb3f893fd06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2c602997c83c4cd9b387d544a07e4bed", "region_id": "RegionOne"}], "type": "events", "id": "ccc6c441a0ba4ab785f8efc8b73bb217", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "531006848a444c42a1d6ea16141fcdd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c3e8620f6b2b4f7db34f59bd2b401c6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8787a174d8a74a7ebd785ea711d11e35", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e788071f94b744cb9c8ca951edc801da", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6b990ad145514a6294752d88903c8d88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f6deaa617f124319a692b0f59e5e0cbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0b3a680c6e314f6f81233851c0198e40", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6bfdf78fa84444e4a1509357233e73fb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "450bdf7015b6491b9828dd8aeb8ac700", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7ddae70900b84251a3a5faa9be7bbc50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "599baf1e3ad94a4c9e11f884829eb980", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "91428097b494433aa24e39db4716da60", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5abf51052eda4dbaa456a00a3e8c2dfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "73edee5ec4404be49ccd53d0f73efba9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fc2e71a543e1463e9eb4fd5670ea2619", "region_id": "RegionOne"}], "type": "tricircle", "id": "50a2dff995b147afbacc776ac1c5d9aa", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "462222307c3d4d4ebba1790e1b098aa7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ad71b25aa3b44c48be088e060fffc5ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1db1ff2f003c4797aeadca7a19c76001", "region_id": "RegionOne"}], "type": "database", "id": "2179d327f0ed4b8ab62d11f3e434d33e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fe5cc15f18a84eeb9f433d0000f1007a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "654ef3a8e8804407869a232bac3f0694", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a3daa0c2aa164eca8f1ab6a1f265d1aa", "region_id": "RegionOne"}], "type": "application-container", "id": "16a83949bffc48b0906dd3069f83b088", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d12a61abc9254d248069b857c5187552", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c99c14599acc44af8d5ca51ca4eaaa57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c473f76028b64212976381232e65d22f", "region_id": "RegionOne"}], "type": "container", "id": "feabe4e2b68646edb18a84e7a448f01a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "008337edea8a40ec9e5364587407939d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "84514952916b401da2f168f8cec43f7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "31a08c013f6d4508870aefb6e920c7ed", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2dab43132f534d198a242a3fd7b2a9bf", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "42a56517174d4fa9a7db0c5288b3dee6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7f28f8e9d8cb44ccb03e511911f00a72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ec9f35db3fe64ae6805a3fab4879a992", "region_id": "RegionOne"}], "type": "rca", "id": "040f9b29b7a3418683429b99d5107a3c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9a59ea62508749ca91473cbd9a7b1e6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "573fcdbc3fec48eaa0eee93cebba69f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "91ef909a96694dcb95f7e21b03a7d027", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fad7d91ce379441bb705749d4a426ef6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4cd858f509e940bcb1a45fe0b2be4424", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "8ba13fe0e416415f9a1ede6c647ea1b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6e28194518a742f397f677d888c682a0", "region_id": "RegionOne"}], "type": "network", "id": "20bdd10f4a5b41de87361e3f43d40070", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5c847a309b3f494a831432159b0a6b59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8b05cfd46ff2461c9bea579619537c02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "40be9c16c5eb4729841ec4614736873f", "region_id": "RegionOne"}], "type": "backup", "id": "96d6708195d04b8fb4c183c54e291e35", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "084521905dc547d49d853034dd8c8ed8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e0e3cbd2df154bb494b8866a23ffe61d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d203168fe0c44965b6a46bf35d385b41", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "39703bd39a3644fdb35b4f0a2a6b3a68", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9763bfec3f864e5baf64d186433b2c76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7fb9cc6c17704a1fa62b0dcbb4d9075a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "766343261b434fe996584c423ab34cb3", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b8d2d7df764a43f39c0142f3ca63827f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "682462f6bedf432d83d8c5b0fad6788b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "65f873655ef142beb28890f3186a125d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c284926a12be441bacb059fb34f1eef4", "region_id": "RegionOne"}], "type": "monitoring", "id": "59e7f66c19d04654a14b40e4ec70c2ee", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2e901f2495574f04a05d39febde8450c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "28b45f8f4d244fdc8eca7378edc814eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "19b75de9d0a148b49abcde83f87de965", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a091344999594aaea8558c000f19eb45", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3478d63e25bf4554ad1598a43cfa8358", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6fda242d8b33412184843529730f60b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4eed30d512164c0e8d04b3f82d6ff8e8", "region_id": "RegionOne"}], "type": "placement", "id": "cc1462ed5b7c40f2a96b39af5c2e3fda", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a6528618d0ae418d974f67a1b66ab98c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1374973dd4984fcb8508bfadd3b4e0de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "aaebbf05cb56424b83b62f2e2d64717d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "204f98ddcc7c48f898713a5c69a82945", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e81fe97790bc486781a20ef8eac4b5d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "647eacac00ec4d5e8b2ba58d7de1b371", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c2af6f58ec7b40f78953cb41406e9e58", "region_id": "RegionOne"}], "type": "ha", "id": "670d485a6a4747b5b327fe6a284573b4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "58f88d7891a047a799da814f21866c24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "91123945999541bf9ed057a97f0faca1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "007e2b21070a4f549b25d7b2635693cf", "region_id": "RegionOne"}], "type": "reservation", "id": "d8317509d0b04c1ba81fe7a8bf3db233", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "acbfc681451b414cbc10d0e6b743d28e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c5afce7668e14a509e6c0705c6168f70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "92324d26f554422c9ff18434db62bc63", "region_id": "RegionOne"}], "type": "function-engine", "id": "fff94c36bc7248b98fbb8bb4c842feda", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4e86db21781d4da58c3e6749e17af351", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "145254e31348443a9d9564629efbc1b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "dab822424cde4617949d6096c559f1ed", "region_id": "RegionOne"}], "type": "accelerator", "id": "3171975dd4294e268c6d9cb323db47b1", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c2bc31a1abe64eb0a4e3b0df62ad0d1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f3b86a2192e0469fa68a0d708d5cd0f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8cba7b835adb4f65a93448241c0f2236", "region_id": "RegionOne"}], "type": "admin-logic", "id": "cb28fafb185e464fbbdf59a84e5736ec", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6690927bac0342efb91c15814596ef80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "302c7a36b81646babff46b338d81c3b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "dd34756f6bdc43f69687d5cc6209ca2a", "region_id": "RegionOne"}], "type": "registration", "id": "7d825ecda17540b19379df5358713e06", "name": "adjutant"}], "user": {"domain": {"id": "e7b705018812478198c1593f6a51f4b4", "name": "a80bf0395d574148a3d713ba3b925ef5"}, "id": "c10dff62e3b841cd9571711ea0f3a9c9", "name": "ebb734aea0584c2088832fb584dd6c43"}, "audit_ids": ["9e982b557ec049a98ba9070b4c8130f9", null], "issued_at": "2019-09-19T09:04:43.353085"}} 2019-09-19 09:06:43,537 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_get_container_invalid-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,542 keystoneauth.session RESP: [200] content-type: application/json x-container-read: invalid {29} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_user_project_v2_wait_exception [0.375631s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,321 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,326 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,328 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,331 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2019-09-19 09:06:43,424 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}ae3b8f4c0851dcd869c75fc327765bc7bc53caf39876c1ceb55b2e0343d9a2df" 2019-09-19 09:06:43,429 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,431 keystoneauth.session RESP BODY: {"roles": [{"name": "f7911299b7504c31a7f29639a4e5d46d", "id": "08a1cbee2ad14e8cb56376ee4a507e1b"}]} 2019-09-19 09:06:43,446 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}ae3b8f4c0851dcd869c75fc327765bc7bc53caf39876c1ceb55b2e0343d9a2df" 2019-09-19 09:06:43,449 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,451 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "548ff2ae654448c4be51673a8530c8ee", "domain_id": "9581fb18cce442c3a1d0df82419f696b", "name": "username-3"}]} 2019-09-19 09:06:43,492 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}ae3b8f4c0851dcd869c75fc327765bc7bc53caf39876c1ceb55b2e0343d9a2df" 2019-09-19 09:06:43,498 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,501 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "ac0da0d4cc924729ba6aa12577743357", "name": "projectName-5"}]} 2019-09-19 09:06:43,542 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/ac0da0d4cc924729ba6aa12577743357/users/548ff2ae654448c4be51673a8530c8ee/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}ae3b8f4c0851dcd869c75fc327765bc7bc53caf39876c1ceb55b2e0343d9a2df" 2019-09-19 09:06:43,548 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,551 keystoneauth.session RESP BODY: {"roles": [{"name": "f7911299b7504c31a7f29639a4e5d46d", "id": "08a1cbee2ad14e8cb56376ee4a507e1b"}]} 2019-09-19 09:06:43,578 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v2.0/tenants/ac0da0d4cc924729ba6aa12577743357/users/548ff2ae654448c4be51673a8530c8ee/roles/OS-KSADM/08a1cbee2ad14e8cb56376ee4a507e1b -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}ae3b8f4c0851dcd869c75fc327765bc7bc53caf39876c1ceb55b2e0343d9a2df" 2019-09-19 09:06:43,583 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:43,609 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/ac0da0d4cc924729ba6aa12577743357/users/548ff2ae654448c4be51673a8530c8ee/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}ae3b8f4c0851dcd869c75fc327765bc7bc53caf39876c1ceb55b2e0343d9a2df" 2019-09-19 09:06:43,614 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,617 keystoneauth.session RESP BODY: {"roles": [{"name": "f7911299b7504c31a7f29639a4e5d46d", "id": "08a1cbee2ad14e8cb56376ee4a507e1b"}]} 2019-09-19 09:06:43,621 openstack.iterate_timeout Waiting 2.0 seconds {29} openstack.tests.unit.cloud.test_router.TestRouter.test_remove_router_interface_missing_argument [0.059874s] ... ok {18} openstack.tests.unit.cloud.test_volume_backups.TestVolumeBackups.test_list_volume_backups [0.234913s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,526 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,531 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,533 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,536 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,548 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.463850+00:00", "project": {"domain": {"id": "a788646ed6b24cb580c2ae60f3e9efd7", "name": "12fe79a7dfce48118a9b0c3d916bf622"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a2152bfaf87144b386b105cb7cc9824b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "65d1d2ae236d4cd89a5f35fe62aa8eec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9a582c53ee754b8d9fb60c495a345276", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1d3a5397ffb04a9281646539684e3fb3", "region_id": "RegionOne"}], "type": "identity", "id": "7a6d27aad55e41b4bc103379789e59c6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b37e4276ddd6403bab412f19674a5925", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6e95b92a482e4cf68cbef0f5ae7d4978", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "62f4f65ee7384487918ff857c7971143", "region_id": "RegionOne"}], "type": "compute", "id": "0ec0ffc491f6491f8869dfb313eb3158", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7e0194b220d54a37b3e9fe5e19fa8b93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "401373c7fbdf4d74ac2d00f961e76755", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "bc3ac7d88a574d84950afaea9f6c8a08", "region_id": "RegionOne"}], "type": "image", "id": "7998ac8650254905a6f66673bed3613a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f54583b7c3e84ac2a744e719c5512487", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "af4122d69ed24280b815dbd99a00b9e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "3eef7061e2b4437d828cdd04c50f708c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "be8ca41f39bb4170bf4c310d165f81c2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35e53d1a37bb4f51b3bbbda1d7fbfdd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c74319cd236c402f9d0d72fd947d20b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10375ad60f1c4cebb318c6c45c61f71b", "region_id": "RegionOne"}], "type": "object-store", "id": "8fc75717ccd04eeba4b58643f9d96e5c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "905f3ef7cd194174ae16cd319418e603", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eb1b91ebbb874df98bf394cf5982cead", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "13436f7ea06b4d05aa93f0b5ea3a37ba", "region_id": "RegionOne"}], "type": "clustering", "id": "8060944a15d74ebfbff2fe7e88c3608d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ce668878334a4b53822478a2031e3d54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a1d79611dd2d4b62ab233afe272d1cdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e3db23090bb74e24953e14dfa5426a1c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e55d3a87f39b4974945f42e66765632b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "434b729a5f5e49b7920eed75f4b9e09e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5d93b2411e524c42a43c5cb78aebb89a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e93c95bc76264edab806887acfb9d804", "region_id": "RegionOne"}], "type": "cluster", "id": "7c78b5bfba454e1d9e904ba65218eafa", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bed338e5279d45b09c217cb122eb8abf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e8d959660af246ffb3045c71e780772a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e28e758f1e9946d686c55e98ec99f880", "region_id": "RegionOne"}], "type": "data-processing", "id": "930aeeeecc214783ab281a5cbb669ceb", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "89a55e32398c44f09b174a5d75d0c48f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "72fe2d47350743168506e92114ba9c83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d4b15865acde45b395fa50c5a6801307", "region_id": "RegionOne"}], "type": "baremetal", "id": "959171dd13cb494592dc951f1b95eb19", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cfe9b139919948ac84bf4e0f9284fc97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "252cc5dda84a4680a5616110db326608", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "08d4f073da6d4f5eaeffeb8ea62f97f1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d50d5c1e55ba437783eb569bc607be21", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "35620d778d594875b66b43d557d44c16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5196fccbad42499d933531417db42ae0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "8a4aec9126bb44ea9b226d3b65867020", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b551a80462c842748884f43e836671e3", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "00d380476ed640fe995f5f0d6f20eb5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "14260c4965d74189af8762d1c9cf0cfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d38331e49fa5401098d186e444b91cc0", "region_id": "RegionOne"}], "type": "key-manager", "id": "ade19b7ed7164793929b79bba6fe3ef3", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7207d6fdc13a402b97508cbf0204e60c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9b3d9ade57c445b495c94eeae6689625", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ba60ecd851aa4f6cbf8ab1fbda5b0bc5", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "49496ff843734d31a1f2dc06242cdca8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2d32b134d81649c8b81ff67952ab50c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "79e4ce29fabd49e1be51b762bd1c1323", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1ba087a12396477c9e9c2174638ae83f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a007bfb63f444946bd45af2d5799ab95", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cb84c52cb3a34adc81c1e5f07292602a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "32d626e2620f4976b78f108fdd7075a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0b26276558124ad9897639867091b7d1", "region_id": "RegionOne"}], "type": "message", "id": "e32c03a0313247b8b8e2d9ab76e6be43", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fcc630f521264435869d82ba71244010", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6376338672ae49af95b541b9df96b8e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "adce81d2c94e49a297a88b7eee2ce01f", "region_id": "RegionOne"}], "type": "messaging", "id": "d7c971be4f7e4e00980bf29f3e4b85ed", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a55fcd10b76243489421d49cbed00571", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "64c9e84018344450abcda3a954a1a077", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4d5c25c2ed454f76af62f8afe4c5473a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ec1d769950714a548c8d11a5f5994b70", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c250167b4074efd9e63ec47b635f0db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0815d86070434876b3b8d2101a787e54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "de8a71655064479dade57ba9ea958914", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a4ea001ac9d14129b94bbe7d4cf4113a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1dce5d339a244404ac492ea64947d34d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "427c0f68a62848aeba776a810c3339ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0db6b9442a6f43319f564736a636e76d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6f562aec86864f3a859c5b31ca7237f5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "70084727bcdf4d5db64b1ebd2ac2e4cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3092f73f02104bd8b353bde9b43538d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3a95a44eb53f4bc488dd141834835bca", "region_id": "RegionOne"}], "type": "container-infra", "id": "6dacf6db753844b8aee0197c94dd9938", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "04a3da9423f94e13927858e8d31a26b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "457fc988a4164b64baf8e9981e28fe72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e4c74251fc2c4674ad320093e90ac1fb", "region_id": "RegionOne"}], "type": "search", "id": "17835dce91dc44c29c51f76d10e11de6", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2746587a90104823ad35c1f3af140e13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "94fa42bd1bce4f4abccd8bdbd328bef6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "60a0bbcfddd94b5fa2d449a8fad3d59e", "region_id": "RegionOne"}], "type": "dns", "id": "03272904ede34c4d9d03d6bc566a4e9c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eaa29ec8c8714758815e6c66dfcd65a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "17119392c6374d7687e282d65a3aba40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8e7e4531c488443b808ee636a3125dd6", "region_id": "RegionOne"}], "type": "workflow", "id": "d171fe1739814c11b9ce3bbb05d85046", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a26ee1ade70e4c5a89aa9b81a2e9906b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "47dcfbb32aa5490db6de5c6dfd33a0aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9ac286e2703d40f4879460044efada37", "region_id": "RegionOne"}], "type": "workflowv2", "id": "eb82296811414b52994045a693215da7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9519b6cd546f4482a76a909a429c0786", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6ad14edc326b45709fb99cc10e51a07a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "14fb7583719f48488d062386fbd3ba46", "region_id": "RegionOne"}], "type": "rating", "id": "ae692824928145048865a213e069ab78", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0acace8c8c4842258806184ad24b669e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ad04329e6def49e98412df3ad20f12fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c8b60f4384444a059f2541b1465375bc", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f5c78031e43d4b29ae93ec29f7a1645f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "20d58741f89a44e08ee0f8307e2158ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "da0df87382d14bc395f1e042a9d6b536", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "56fd166caf084ca987a78ed177b1cd5a", "region_id": "RegionOne"}], "type": "policy", "id": "b52177b357a3474ea89b30b3120917bd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f92cdd70e38d4fae9b3e59aafc2d7647", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "29d692702f664c9b92527fa2fb5507d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1ae368f6562f470dab6500542521ec92", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f748c20c42c1490f9c88248f707d5e1a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ddb7341b3a7e49cbb429e0ea28b7de95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d32fe9164f6640c0b0833693a7a17d1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fa33c7168e044924ab78b0a3418b5e17", "region_id": "RegionOne"}], "type": "sharev2", "id": "6ac941cf934d42d585c78106f5e02001", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a2449abe3591490193bd01c081efc376", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "907061b4870347ffa5d374f30550163b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "eb5ab929b60e490d949f59b5129ed9b6", "region_id": "RegionOne"}], "type": "share", "id": "f5c61bf29a094b62b8a3c9b96ff082bd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bc928dc6d449496580106eda48b30eb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8a798a8d794c49dcb0287d7c89b11a78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "cf91747a84094145a33474b0a597bd71", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "efbf673fb28e48459876b996a9ef9657", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31ccf7e69eee45bf8980d9fdf7f07f69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d67018e67f24f8586dc6a84e122ee8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a42090452a8423da7fc193167bfbc57", "region_id": "RegionOne"}], "type": "orchestration", "id": "488c2759722f48b78bbb2070510d9ff0", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad0ff325437d49b9bcea3f69b0fda2c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "606355016bbf4831b91064de63d46b8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76b95df3fc784a69b08b35aad87825a4", "region_id": "RegionOne"}], "type": "block-storage", "id": "de862a55afca47368d7e3b0a25a83769", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d47d070e02b84cd58332b888f4d2de1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dad8bd3420fe4732bffd5970c774558b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3554d42961fe428aa949f1439356a454", "region_id": "RegionOne"}], "type": "volumev3", "id": "66cbf419e6e64e3a8629c36a70fac8f7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01147a6cf4764216902e77724318c629", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d2438a57c5e441fdbebd91bcfc8109a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "684d540df4a242099902369aa802aca9", "region_id": "RegionOne"}], "type": "volumev2", "id": "95f13787010a4fc097d0a2a1844b0caa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3d372c8782a4a4abdaf1d39fd73dc0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ab039309b92464284693395d99b7db8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a259f55a6d4d4c55b47f337c032a8b96", "region_id": "RegionOne"}], "type": "volume", "id": "93dbbdc05b284c2fb22b8ab2be8d8c99", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1f58a4956724dc699ad2f9c92da9b22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf99430b47d145daa4b02514f3b7336c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "288514f452cb48aca6e7cebe433d9699", "region_id": "RegionOne"}], "type": "block-store", "id": "bb79ae0f38be4c3ca108bb06049d3f4b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5fee71b5e9aa4b41bc03be11b7f3c2f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b8c4a4b2baae43c28181da73376b2add", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4b9c30cc66ab466bbee0f578acdc8c20", "region_id": "RegionOne"}], "type": "alarm", "id": "bcff6edef36047ec95c3697876ed16f8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8614abc362b34cb0b18b8a2260eeee39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b9b088ba080143c6ba34f3eee99daf07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b5b95e815f9f49a1994d4f9d0d6d0dc6", "region_id": "RegionOne"}], "type": "alarming", "id": "f9f8b9a36e044d268cc2268b1a346f01", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0462d81a99494d69b49a09b1041f882e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c041855fea834fb19abc21aa2c898b66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "386a104db02a4831886c99d46988b4ee", "region_id": "RegionOne"}], "type": "meter", "id": "1392b25f71d3454cb5aab562a01f6985", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c1ccf10d66134613aa5094e3831a5333", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f2d42d532ed9455d9e1f40e315e1e812", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2ebd472ea4f54b9ba8e7f26aa70762b7", "region_id": "RegionOne"}], "type": "metering", "id": "dc55bf7587ec48cdbf393c8e283e47a2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "10a859b6463b4c6b99cfd7d0a279fc3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dce70f896c104c8fa5916998fa866720", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b0a6f71c86b3466c97afec94db19124e", "region_id": "RegionOne"}], "type": "telemetry", "id": "ca59bd9289ea4eeaba245ec4868f716b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "18b1916615d84fb6842c217aea0deddb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d6931749b26849fdab563c3e497599da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "32cd7086226c496c8619330c4d52d512", "region_id": "RegionOne"}], "type": "event", "id": "2be9991b8fad40c19077bc0c127ec121", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ffd9c7bb45f54927a7e49672adfe5fb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "85d617471cc44bd38d16b9f46c806155", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2163ae6ffa274a9c9b6eb599f0e11d49", "region_id": "RegionOne"}], "type": "events", "id": "dbf584ade0364de6b554fdfae7a5ccc4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7d7b47353a3d45db9ade85538205c8bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6c502172334a42e8a7adeacbbff1bc4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8641a303e8b742f496983b0e77d93840", "region_id": "RegionOne"}], "type": "application-deployment", "id": "6719d1d203c14236a8b03f1694134095", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7f22a89c2eeb4d88be0642520f8139f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3ff0eec46bcb4fd1b3f7e84977691f6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "640b1270a55840b4aee6ac51d7258a64", "region_id": "RegionOne"}], "type": "application_deployment", "id": "882ff56c17054258b1c0fe410735b73f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "51a441a91ab9444e80cef4922079634f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b1c7868de1af4862808a38df00081722", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3687e01ed8924ebabb2057b8c6c7a6c9", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "98504a6235444e2eb6393cf848aa37bd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1b66323b5a764ccca4ec90e8810d6517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f9e074c3df974914abf67120dabbac4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4bb28c8409024f8a9cfdfd7890d0d562", "region_id": "RegionOne"}], "type": "tricircle", "id": "01e5b0f50ccb415488d8ab3f3681ba3f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b681f3995c984e86a3c8da42ce358ce0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ca5603996fd44d878116d91f560edd07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "4541d6e1a37c4533b69591746019f4a3", "region_id": "RegionOne"}], "type": "database", "id": "c73d1a23760e4a08909fc88db03aacc1", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5d561f61bf9a4979815828aec03c3730", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "67941ebc4ba94e7c9d18e5b234ca1a15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9567cd9136184b088d6aedec2a2922f2", "region_id": "RegionOne"}], "type": "application-container", "id": "5c00abd3cc9844ba8ddc15211d91e6be", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a10ff76f41a44ffca16ec6ff04956da5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c4bd4e4c151b42d6bd94c2a4d5044176", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "04673e45370a47a5868bbaf02cf2c3b3", "region_id": "RegionOne"}], "type": "container", "id": "200540c16c3143d1a2bef2f2bb7de408", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f39310390f1e4284bf64aeaa7a6d5e5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d12512c058504becaf6436da07a93b10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a87ecfb6a5254f53b4e1d1a893738a2f", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b6ce5f63a3aa4430bc8c36570753bce5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7d80b7498b8d4fdf879434947145c570", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5324ca68586b4cc79f1e2255ed1393f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e11312bc819247f4af0b19f94f38526f", "region_id": "RegionOne"}], "type": "rca", "id": "b6e21f55acab409c9477848672dace79", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "33eefffad7e14ba48fdfdae8673dc5f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "cc29cfe5c2c74e489be4fc2d8f706d47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e669f837d467461f80b51493ffb5c43b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f3dc5095f69946768137a25be0c42f88", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "8efbfac39710458586f18d1bdcfc6a97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b8839f6dcee64006bb56e213de5ce181", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "be60b8ad09d740eb8a64bd8450eb6e7d", "region_id": "RegionOne"}], "type": "network", "id": "b9ffda5866fa432f83f740438022b2ee", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c94c3b159c214366809b3d14f2caec2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "3029f74c8370423fbd505b1b3c5c4345", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9bd512287be74de682cad6a27880c717", "region_id": "RegionOne"}], "type": "backup", "id": "ea3d8b9ea75c486886e7c412bf8da318", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d525dccd009641908cb724b21a76b8b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ef837581857740cf888a505dd41fc95f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d66529d2424e4b8194462776a88e1d6f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b33fc12139964e03bc78b261c94b91df", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "77adda283085419e91e62a1b036528bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bc1a55a8acab4288992de9ad360fe162", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "418acf7826634f45a6974677caac0de1", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "37a8a601b9774849ade9f9982891abcc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c051d14e76f8452d854e77ca44b5ee75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "dfdefc7d8cf04b21965293bd65d8df65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9dcfc7939c764fa5bb8562014e20ef89", "region_id": "RegionOne"}], "type": "monitoring", "id": "6354752ef5af4461a2125464a395535d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "73cd80ae8b5c49c6b8bc48e2e2609191", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a225d9a7d25e49448ca8fc79b7593965", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cd2ab2805b6c4ee2ad63dc1d9d5a7885", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8cc976550a374c3984655a69692ea2ce", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "28baba5185ca4090803d7be6b72c0333", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "508d81305d444648aaa0830880b256b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ea34962d2920445983f747667570e98a", "region_id": "RegionOne"}], "type": "placement", "id": "629fa82d047c4106bb38f1b24feafc77", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e47c31620a5443d18be543f15a073da4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1fc052d765194e6489c06fa696f05735", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e53c48e7dd404ae1b284c28d6f3a3556", "region_id": "RegionOne"}], "type": "instance-ha", "id": "db38543464de46c6802d232839a00a71", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a767cfd4c63b4599a8104811535e690d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d82f3f0e2377442195e237bcc5bf8751", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "16dccae13d744215a546e2cf8b07d5e7", "region_id": "RegionOne"}], "type": "ha", "id": "30c4f7664edb4d11a6929f48b98e579a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "eedc68db86164c1cba0e6705e3854575", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "470e56f967144fe88e2fe1872372d4a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "543345ed3fb24494ab21732c1e292d99", "region_id": "RegionOne"}], "type": "reservation", "id": "7eb12d31208c4ebfae47135758392a4d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0645493b461f4f3b856d057c94492db0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "27fb8108e3d84d2790788a9f64e234f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "bc3685afb95240c2a9d83cc36bfe274b", "region_id": "RegionOne"}], "type": "function-engine", "id": "dcc83e2e195f463b889d29479663e9dc", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bb491d35fa9c424e9fdda1b0a07511e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c4d810d14e0e444db4eab07826f2999d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "95ee264bc07846b9b3e4615b76264531", "region_id": "RegionOne"}], "type": "accelerator", "id": "509d0bad27a84792aa1e9bcab8de4b57", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cfbfcaac9d334ff482e6dc62e4604a78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b94d09bc741440c0a96239daffc2836b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8cebc1e10b644facb63da967906de32e", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b147f2ef25624ecc9ab62166c90f51ea", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1c5d5988fc704966b04d1cd147a5a9a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7c9f850256fa4ce6993eb7f996934cf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d01644eca59a422faf1fa05c8bda0e7b", "region_id": "RegionOne"}], "type": "registration", "id": "ec97a71a03794e0784d44e261a6d051a", "name": "adjutant"}], "user": {"domain": {"id": "b64fafd2af884efab7f145818b6d6bee", "name": "89c8f4524854439593f65b4625d1cecf"}, "id": "8cdb4f83ffff4c79b312ff00f815bd52", "name": "058a950d0c5b4a7dbd0f1bcc72a26ac5"}, "audit_ids": ["40964c23d023419fb34c85fcbee1106c", null], "issued_at": "2019-09-19T09:04:43.463850"}} 2019-09-19 09:06:43,601 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,606 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,609 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:43,656 keystoneauth.session REQ: curl -g -i -X GET "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/backups/detail?status=available" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,661 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,663 keystoneauth.session RESP BODY: {"backups": [{"status": "available", "id": "6ff16bdf-44d5-4bf9-b0f3-687549c76414"}]} {23} openstack.tests.unit.cloud.test_router.TestRouter.test_create_router_specific_tenant [0.195452s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,408 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,413 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,416 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,420 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,433 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.346638+00:00", "project": {"domain": {"id": "9c1dcc6d65c94fcca565e17f5b5938f5", "name": "e4bede1a71c54d308ec729fd6c6b3f8a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "35b7ce3d762945b988ea2d9af5ddeede"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "46f7e15fa6a74db2ab6cf6a81b0bb6a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e276ea0fb9bc4245a47bc7f29ed72053", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "51cde79819ef4797803a085072973398", "region_id": "RegionOne"}], "type": "identity", "id": "d71401a641df411ebb93b6536cf8c16f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0f10abb8c96742e2a07d2daafc620181", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ec827f8120f8474c90602f5113044e53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d7fb7a630c2f493099eaddde4af9823f", "region_id": "RegionOne"}], "type": "compute", "id": "b39412e8e2334fb186d0362090af6093", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d54ca4ab1c3b40539bef9c905b37032b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "9a2c142ecd2b4916aad92b41c87605a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "94841b1c11b64499946803fff8fd72e6", "region_id": "RegionOne"}], "type": "image", "id": "b65600f3b7064d27b789873e9990bac9", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1068986bacbb47aeb51c212d1c491b08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5b1ee46b9342432a8dac559432647793", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "11b232096ecb4e49a5f1ca54ba6cdad9", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b504ab38572b41f5aadfe932337c21ef", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da5aa6c7831048b9b4b49d3779281b78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6bc780f71c774ea5bfca224d4226b2b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3ea9606707d400e9e72b036fb5e5bda", "region_id": "RegionOne"}], "type": "object-store", "id": "f021bcd8288a441eacf1594463637d32", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4abb052034bc4a33a89cc829895c2844", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "62ee1bd0c51445b7b4d1a403a13f7001", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f64489cb60324beda88d06cbb27b0474", "region_id": "RegionOne"}], "type": "clustering", "id": "56cd67c15f9448cbb47167d28808ef28", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fcc87a0fa8e74e44a9e70dd793723e72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0b6a2c9140fa4ff3906fc35ffa760b14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4f983f6378124c4692746e70377d06f2", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7597656033ed422c96bc43c8f34434d2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b516bf7a69eb432fbe336ce2f8379b47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c710455f6eb54e098ec446e1a3dfe653", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "73a0a4334e5a4de6ad933b1e4e54a24f", "region_id": "RegionOne"}], "type": "cluster", "id": "914c78fd22d14b43a52d321ac4a77415", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6cb7e30c5a724c11be604e410b64501d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "95a5f4e650184857a6a91ebdbf6d324b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "489af993e6b74051be3137e8f5dc84bf", "region_id": "RegionOne"}], "type": "data-processing", "id": "3253f927e7b74245847e0c5b58a02087", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1ee88b764ad94e9d9a54df5f60e07cee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a6edcc1e86b147849577eefdfa69c566", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d7f9ff9f30904acabbe60fb01b40920f", "region_id": "RegionOne"}], "type": "baremetal", "id": "e7836703ea8142008c3fe4a86bcb16b9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "214b105fb6164eb59e160dc5896c0a74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4e8ba57896c74f228264842a64fbbf05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9ac4ffb7e56247c1bda087e7547be9cf", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d8c0105eebcd416188c797de12678b43", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "78cecf849da64a41b2b19ffad5f0e19e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "337281e699834b209aabf832f8581d77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e40c6d363ad142bdbc7889c4e275a45b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "bd8fb51d88164bfaa45697285b3b7a8b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d676dfc98c1b46509a8525c5c2573288", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1aad93036c1c4d97b6615442f7d82344", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4e8c64615b9445efbdd8498d297ffcf2", "region_id": "RegionOne"}], "type": "key-manager", "id": "10634d4f1c404ae181872b7353c091f1", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cebc9a1540134a738d3640a310cfd0f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eaa2748813b84c8491d4e9165dcd4718", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3ff91792aabb463b97e7b52b67de9951", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d529df8c2daf4f0f85476ff2809e53e4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "99811ed1a46549f9b5a989b79f7cd5b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3add8350bad84ff9940336dab1e55fe8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a32348431a874acdb71921c085586267", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f57ff26886fa4057b0d0767041849727", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4f30efad43ee4387ab8437b4be25b9fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4f956598452348a894c24acad4807913", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7a8e2f0b3f6a48e6b1c1ccba6fb6e004", "region_id": "RegionOne"}], "type": "message", "id": "34237892290e48e795015822b67f75bb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bf3fa5ef7d45453e840cd45a08fa2f02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f993d892499445f08aacb3279c042335", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b36a7ca1a30f4062ab82d190eb69cc10", "region_id": "RegionOne"}], "type": "messaging", "id": "1a230ebb48b34757af5ae93b4c911d33", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6e562b9841b14414a190eddb385912d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e76ec6f3ce2444909b2fc23461823cd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "045c9a70b9d8457cac17c7baab576947", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a408803fccba422cbdfd6845f1ead6b7", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b1187fc78c4b42af9fa4897df906de5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "855a5399307b463a8722a8b7e556fba0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b35d3556d3de4d4bac158394c048081e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c627589e59b943eca62c6f179173f425", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d49e6b1e8fe74acab256a282d052a021", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4db418c834324c81bfdf3c5dfe2be717", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "06143c4c83484e628000353693c31e74", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2397f41282374e8da1e86fba29bd68fd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4e994eaa2f7240b2ae09fdcf53f0cda0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "644b18336451479ea76fd2c4131c8e46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "824aef8aa0164b46a13710d1cde10fc3", "region_id": "RegionOne"}], "type": "container-infra", "id": "00e9b553d9454bb794c25a751701cdd7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "dc809c8e51c5475e845790dc1184a986", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e9b8b08326e3491aa2980c2d4696d6bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a98edc01adbc465186a10b07abf69970", "region_id": "RegionOne"}], "type": "search", "id": "16d2387d71c3484189f81071478b6d10", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "452e431edf9c4ad5bc63e56b0eca01e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6b299438b70c46fabca86b1d13c4b683", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ba12cc49e3054724867f37a4c189ed73", "region_id": "RegionOne"}], "type": "dns", "id": "94839ce057634935b3d756a0a818608f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6019cc6e6aa24b8c8a685208b4cabccc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ae5e8352fb2a4037af3b521fb4d9f65f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "43f21f1f901b45df9bfad3bab0386970", "region_id": "RegionOne"}], "type": "workflow", "id": "6d3da06500f74994903cfa521236d2fc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "09fc87325e63467796c1bc601d61575a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a5ca1ba1910a44b6872e1a398fdc326e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "05a079675f4a42db88fa3ffa85b61b83", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4fca8eb42a1846219112a37cfb480bec", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1f4807751b8943a8b4b417069200cbc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "51c465f49d57479ab6653502d7602c64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7c87fd5c7b3441d79f42755852f15571", "region_id": "RegionOne"}], "type": "rating", "id": "0c9971b2afd747e8bc9f742d624ce411", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6a4aa86c0b6a4ea194503fea46d284d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "67c6bd30843047aea737d153e48aed1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "59bad5894a804139b948910adb0860a3", "region_id": "RegionOne"}], "type": "operator-policy", "id": "854a9020a74f44c18e046d665defa02a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7943ba38792b43b78fb6c4c01bae4bf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "23fea4376ebb4fa89a609cacb6d79d2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0909f952bd3e46c587fa288cad0936ed", "region_id": "RegionOne"}], "type": "policy", "id": "b9815cc3e7bf4e7ab5cfa5dfa5e40bd7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1883f8b822e14e62be2ef30240c65b55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6222d1ca196d43b4a4500000d38c1b00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "44f2202b3e4b4d91bcae7ea690a15656", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "628c90575b1c4df7adc5b328896fec9c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "39ebe439780c4ef6aca43aec32a039e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f8bfffe161b14663b82e60baeada397d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3b4b5d0e141349f796cb6c47258e8374", "region_id": "RegionOne"}], "type": "sharev2", "id": "32300d42ec1b43018cf7a92575f5e618", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0a9d2a72dec54b72979900886f98202e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "16e4dba7c4c5440a8fc7e7f683116cf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c4e3110cfd33445d879d31cce5ceed6f", "region_id": "RegionOne"}], "type": "share", "id": "f2bb59543b0a4821a8f8f2e0ae4fef3e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ccebd4164bd7455bb96565355a5f632a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b000e657657f43328cc05c4014133949", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ecbf984dcfa54aa9921923ddad6d8d8c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d5f36169010e4654887c7145de0bb391", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d0ae007fe924600bc905a2b9f4ae8e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "681070affaf84b498e1d1bdeb7a9de25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25a165a54dc541308dc7830c5c1b7bbe", "region_id": "RegionOne"}], "type": "orchestration", "id": "25b3d1baeec84a458c0397fd9bbcc994", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76e571d4b5784d4798426b03c34bfcca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "781fa8eb791144b7b122c6ab903089d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfc03900ebdb4b4e93cb3a6550170b07", "region_id": "RegionOne"}], "type": "block-storage", "id": "cbf119329c4342b48c1a69d6636e33e5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8aea2af3cce948c6bc222164046b865e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8aac07285ad64ec8b92510cf2b033f0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2200db2966fc470992d65e0b82414d33", "region_id": "RegionOne"}], "type": "volumev3", "id": "46b00b49179c4e97aba5e8ab61228ae1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0064cb2392f94cc5a0f6bdbd474d8d13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d9dfdab6d1e47d98f0dcf567ac8fe3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31f04fe4c0264007918d758b0b42b749", "region_id": "RegionOne"}], "type": "volumev2", "id": "217770d4e4f8479aa1420077f44b0284", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5cdf5523a0b24cb5bb9fb01d12b6a5e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aede3cdc0bee4797ba6970dbee5dbbdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c923ccaf94248ce88a4b8a4833cfe09", "region_id": "RegionOne"}], "type": "volume", "id": "a8e34ac78bd340beaa9720e4f25766f0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63d049c152c74248aa320a8c18ad1a8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4cfdc7409a8947b088b1dc326f07fc47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10ca43a23fd143e99b9c18ec5c9dd081", "region_id": "RegionOne"}], "type": "block-store", "id": "b39e1b3c37e24c9bad93d0a468f654e8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "708a884f9cfb4edfb88cc9cf552cab24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ba6420e9af9f41b584931865c7c444f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b3c5b5269393470fae55e94553254911", "region_id": "RegionOne"}], "type": "alarm", "id": "b33c6b595e054e7da0585a8074f3941c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "55c3b9d8c3fe49da884329bba85caf2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "290ba3503cf04142b1672717972866bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e7ea4db9a9e1468e9d80dd3d07343a89", "region_id": "RegionOne"}], "type": "alarming", "id": "d3239a44ec8241b9b0acd12beeaefc3c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "042f8e2f8e5245cb935f9826ef304d4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4add44ac7129417c86f14e83275b849d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "98b9258b7c284da7a49661ace11e744a", "region_id": "RegionOne"}], "type": "meter", "id": "35dcac467c8d4800b06941b16059579c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "63bfc4b5348e4f1b81aacad887924b3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d46b3f4233474c6b888e502bb4903320", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "131155f6e4c64a629ad61cf47f42d2ef", "region_id": "RegionOne"}], "type": "metering", "id": "72142a2474ce407a9e487863aaad1bb7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3dca770b81694efe9ea9fd01f67399ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4ec63c5cb5544a56adbbdaeef7239bab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "accc46e611b24fc4913d34234f074b44", "region_id": "RegionOne"}], "type": "telemetry", "id": "eca463a31bb9411ebecb6d0b8efa3a8e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e150d56528ba499cb5baf8a6cef2a10a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "78c7a6c5413b468d94bb997f167c2807", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "63d133ff7db04c9dbb408f5ee1d271cd", "region_id": "RegionOne"}], "type": "event", "id": "bf27a1047e5648b0bd96744201d4207d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "bdc5d5caac7e41338ce0329f8a4a26f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6c5bca0477cd4b06a83c60024a3af960", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fbcf39b5925c41fd8033cc574bf908e3", "region_id": "RegionOne"}], "type": "events", "id": "87bea1dd68794f68b8b63ef48f9457b9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c17226f33320408d9292ae8a0461aba8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fcdd7449a5d04bdf8aa9fd47b6a5f255", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1c1cb89b460b4f3d8292c4f553648c54", "region_id": "RegionOne"}], "type": "application-deployment", "id": "87ef36717c504700939e6dd29a1161e5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c481a7d573dc44b893e481d5d3f7f649", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8cde20c8f5194bebb3329b61d924d620", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "36f888add66246c89320f3f222eed968", "region_id": "RegionOne"}], "type": "application_deployment", "id": "4a1a7003e02b49558021312d8d575f2c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "de5621547fc74f50a227d5783e8b84c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cfcc8a0ada0849f792f36ba9e712afe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0bdb8af5eabe49a993e5f6aec63decde", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8e54fd8e6f854ac5a0020e99df3c7d8f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "28dda397fd5c4f41adeb04609011df2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9f2dafecbcaf4fa5921147f99e199773", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9fe7887aa8974a028d54392d05ce5289", "region_id": "RegionOne"}], "type": "tricircle", "id": "5ec9fe4e5ecf4010ae48f1f69d8b00a5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b8d48c1a99e34d12bca2eb54121a0c32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "63f1f1fc5b7842119904476f11879832", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e8db4b371a7040f1a8281cb71b4758fe", "region_id": "RegionOne"}], "type": "database", "id": "a779e50927254f879f94d1aff9311758", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "23e5d3a8a74e44af96174ff769de030e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2efd253c373b4d4f90daa8cc0f95efb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "468d39051be44151bda7ecf0fd318536", "region_id": "RegionOne"}], "type": "application-container", "id": "d43523ee435946cd84f8c53e31eb32b7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e4ab0bc29a0043ed8d53d5cd9a62dfa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "373a00bf7508429ebcae1fcb47c485ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "116018aa14fd4085a54e3906da8ba32a", "region_id": "RegionOne"}], "type": "container", "id": "429f448918bd4c558637ea50b22af5ab", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "13ad2df13233403e8b6ab14d7a1615ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0a4787152fe645f696bbac93bd334cf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e4e1d716f5c04ca19327335047fb9818", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "028e41e3c9194b8f83e1f1ec8bd9009c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3814c47d90154c2082a6abd40aa468e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ba1cd3714ca84765ba9fab775f6a635d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c39b6545a6624ff5b3468069d7237d41", "region_id": "RegionOne"}], "type": "rca", "id": "17a3108fbf934c10bab38e067d833407", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "32d016e556054e23b52ae5354be3e293", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fe5764dda12f4e20afe29571c9e1805f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9889c1475cea45a3b0a308f2a1dcf5b5", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "52530e8034114f6197baccda94cb56cf", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "14db09e3a34f43b4a7083c4d573948dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c0dd989b9a47436a8f39d20f522f860a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "86521fc66426443dbd01e1a14a8bd97f", "region_id": "RegionOne"}], "type": "network", "id": "b54e65dc53794149b1a7fba153adbece", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1cec5eb9af7f496bb750bb1d193e8efe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "666a517dab6044f6be2a462ad1fcb34b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "09cbb97e92644952a7ca8bb468e3ea1c", "region_id": "RegionOne"}], "type": "backup", "id": "abba680dba1c4ca790083edb536ed88d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2b91332e0aed42ad99f72387cc5b01cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4035aacc40e64c84a1fdaa1707860f55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fbf45a890c664735bf19345659e2a746", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "45e07676ee604e01b3d763190099e406", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b36c2bc45b1c425297fa95dd87d737df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c54cd5c7a15a4e6eb3a0611c24a6a2e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "daea7aadb9be4dd2bc5ad4d6a741b20a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d7da1b9eb25c418f8d57c8e02daeee9b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "edd8324f4f9c4125a19c4e376ed3b030", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f1d96b3062e048bfaac9a48969832901", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e70067dba9ed41b59a34c9593a9a8881", "region_id": "RegionOne"}], "type": "monitoring", "id": "70970f61050b4e5885b0bce9f6fe58ae", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7539075eb55848ed8cdecbba910e9f22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3e96ffbffbb148a998f0b88be0d60b46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "fe985ca667264ff7bd691910b492d996", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a7817c8e8dd94e1895a9a502bd2b6418", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6d754711cf7a4744b6fb1de2f0d501a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "16aa2fb5b5c840b4a2fa8893e42b7ac7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5c0f9468ed214134aa330a69be410d67", "region_id": "RegionOne"}], "type": "placement", "id": "758cc90e242d49d4801ed858b096e66e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2cb94321739e403e937a14d3af485d21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ada17a4a44f545959c6b41782ed526f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "826485265377435bb9e5c735f623d1ed", "region_id": "RegionOne"}], "type": "instance-ha", "id": "51d432137b914b8db9ca62f8af2b1327", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c1bcd8a3755140059c7756b9c511132e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "47d52b07fb3c43bd84310e6c27b615cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5dd29558677249498b53763979fdea01", "region_id": "RegionOne"}], "type": "ha", "id": "7adab6786d8f4809b7bd3ab6f9993791", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e9bbb8cc33544927a4e6f5150298b488", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6abbf21186ad474591e9d77b409d7409", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "fc4f469150864a5ca224e3cb742538a3", "region_id": "RegionOne"}], "type": "reservation", "id": "f95adebb1a2344869fb6b97b2d86b832", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "57fbde70dd604524822ede526a63af45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "36d7c10427e64bc08e1e814f6dd6972f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "508fde68600449c497de513f3fca87fa", "region_id": "RegionOne"}], "type": "function-engine", "id": "42f954fd71b44cf8ba59a27a6a7b201f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6e710e88f6184ccdb41229a0e45c02ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8b3cb093b8dd49ad90c4eb5f0c02fcaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1fd006ff373b461196488937d9f1ab6b", "region_id": "RegionOne"}], "type": "accelerator", "id": "62c0a1888b314bae9ea4635e9fdc5baa", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "61d298d0e2764a1498af95d990180fbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "74097544134344eb99392806793da45e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b990300a863e4cbc99f327768b69aa61", "region_id": "RegionOne"}], "type": "admin-logic", "id": "80bf7f00b5584033aa7092b636e7fd15", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ab18277745144773bbea1355b177114e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "63c194189fd94f7c9f337e6036cf91a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bc1c0c034925474c8be2edb58b30457e", "region_id": "RegionOne"}], "type": "registration", "id": "c9f740bca9e74ac2a129358dc9f343c3", "name": "adjutant"}], "user": {"domain": {"id": "5818100c703244a0a8a957bdd0e8b415", "name": "0383ab125bb04c58993e0157ff1296de"}, "id": "32f36902dc394a99ac3adc1416c0b0e4", "name": "bfe4943fcc644847a262d1adc1632faf"}, "audit_ids": ["b2892dd486924a8d919abf967b23a55c", null], "issued_at": "2019-09-19T09:04:43.346638"}} 2019-09-19 09:06:43,525 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/routers.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"router": {"tenant_id": "project_id_value", "name": "goofy", "admin_state_up": true}}' 2019-09-19 09:06:43,530 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,534 keystoneauth.session RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "admin_state_up": true, "tenant_id": "project_id_value", "distributed": false, "project_id": "project_id_value", "flavor_id": null, "routes": [{"nexthop": "172.24.3.99", "destination": "179.24.1.0/24"}], "ha": false, "id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2", "name": "goofy"}} {1} openstack.tests.unit.cloud.test_shade.TestShade.test__has_nova_extension_missing [0.179796s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,380 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,385 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,387 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,391 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,404 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.306517+00:00", "project": {"domain": {"id": "931a761fd4bc4af582f99125c74c4d15", "name": "8f52bd148bd14e2db843a6fa2e8a5644"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "06557aa32232498b9c5b40f619877a7e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c0f891154bf74060873d430283b6111e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0456452297d94668accffd4220c89839", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8df3325deee64cb28877c7dcf33ad421", "region_id": "RegionOne"}], "type": "identity", "id": "27f0a153777d4ebe95232e66e0eeb0f1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "76198f988da042aab23e65aedf67e6b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3c215ddeb4ce4a7796dfb4c89578eb4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "cecf4f554cec4684947bbf12993ed9f7", "region_id": "RegionOne"}], "type": "compute", "id": "b8f3b492c875430793574ed7764420ac", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "bc967712fe3b4b5d957cbe1fb786bd82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "fa20f325f33d4696bddb1579e572d8d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "50e56ef8c38e419892cfda6bb3856566", "region_id": "RegionOne"}], "type": "image", "id": "b57f84121d47401b96a41a017e0ad089", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b7011c4121ba49bebd5a27f3f10e9c67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5361bf793621465e9fb3d7978c285d71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "74111617c17049f18d92fcccc5ad3aa7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e748f7670cff46f1840e5b5bc4f2c091", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aee8978280a34cbc860e362ff1b0f0f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c421035c7cf34ce888bf98425a2c05ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "961c8111457648e880379e4d1971bc97", "region_id": "RegionOne"}], "type": "object-store", "id": "0dbca7229b5745008dd611c409d96ce5", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6d20f9a933c646cc9f5a2aeff9941dc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5476b77b7a69451fafb6fa3a55600049", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cb3b4942d1e545ee9018e8ef66dbbcbe", "region_id": "RegionOne"}], "type": "clustering", "id": "ae63f2e5a4dd4f978e8504047d58b0f2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3d863e1d7682466a9220191e166e2133", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a6bea9abc39943e89e846a48027c43e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c7bc68424864432b80c5aa540a832d33", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e680c0dc65d4474eaa5cebef6a94f718", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f0149e3f414f4000a891575ce90769d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1d7331dacf254db4b7fd5769d7da8075", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "43d05dac7cf849b4a0e54341a3aaf499", "region_id": "RegionOne"}], "type": "cluster", "id": "7239ff5f494f40d585091b1018753e4b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fb8ebf1af55144f282372558237b3865", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "abca1063e5eb4e468380962f12793faa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8b2eb37860d54f9f80610901c81b908c", "region_id": "RegionOne"}], "type": "data-processing", "id": "c0af567c684c4b35afebbe7cff045549", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "96d12b132b4e4c869a8b05cfc28c82a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2b844228b1b94d5192d6ed6be78bc879", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9fb3b432cb1f4085aaae8ac8aff64d35", "region_id": "RegionOne"}], "type": "baremetal", "id": "349f9ccfb4ce4114961369a0d870193a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4194e5476bee41dfaf8067ca8574d517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1579d0f8c6894e78bce8321d0078a762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ae48caa23f7a456ab3c683e7f5636aa8", "region_id": "RegionOne"}], "type": "bare-metal", "id": "393504356b0e4fc4a729e3246b093842", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "55e116072a914c0ca696db8055c7d81f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4c11922da7824126815420d7c5fa81e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d7428b9c7da64988996962715ba1c08e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d6cc5b8f837c4b62a0fb05e004fa4769", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b2c426e6961f4c559a1dc3e857a760ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9b0cdb38e27e496387a19c9d6f210c7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7e751b19aebf43edb03e22a7fa075066", "region_id": "RegionOne"}], "type": "key-manager", "id": "6b52aca75ba8482f8613758894e4de93", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c1fc1fd214f34e3e97013122505aae93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "97dc59177f6a4a6981cf3489474d9059", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2f13ea20968e4672871473c601cb940c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2a5b1b7212ee46dba17710c19032f454", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "17311698874e4bb4937cf90b01880ea6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8e7d01d680414db28cee2fbce2eae39b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6be315d0a9fe4a36836dd68b66af02de", "region_id": "RegionOne"}], "type": "infra-optim", "id": "efc0707e3c7d4eeda1e14fc7e176ec17", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f80207599f3c48eea9cc9dd29eaea3b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "46445aba92f84958b63b1cd044bb8339", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ce20dd157b7f4493ba8df3df490f3a0c", "region_id": "RegionOne"}], "type": "message", "id": "0331ce6105db46f5808b39805de7bbe4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0255bd946cdc4bc89fbe8b12c0104caf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "16c9ffc0d388475bb3b81876fb2318a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0447e05c946947cdbb8eda5f490032f2", "region_id": "RegionOne"}], "type": "messaging", "id": "35228e412a8b4239a157cfd40ec48eaa", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "682da47b2c94470e80db23d7f2ce9c3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "52dc0bb220ae4e4facf4481e180c863c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9b209d15932847fea4820f8d444b6d88", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e4cd76329e8a4dfeb081486130a1e463", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "49903d8884f744448df52d7080936fee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ff96fc5743c14aaab406bfcd927b3ecb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "539a348051854a0a8d4e67c432d3ace7", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "29767215fb6d4283a3f290833d2267f1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "323b77e7b42640888eab935bfd205bf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "097787df52ec42f8bf8c89d9142a239d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "feced94f834543488d11f6ac989e7262", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e5c13a6427af4b9aa28bb22c654302a9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "38ea9c2d1f774fb2b8b497ec408ba289", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8c97af6e6e554c3190bc6eff020f4705", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b7b33b47eb7144728e250b1b852aa6b9", "region_id": "RegionOne"}], "type": "container-infra", "id": "7491bc11ae0b4292817900771c46cd5b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "892d8488cd934edbb3fd38c99a0b13ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "fae35f66b12246b49961a14069a1bce3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "1da780ae81d34212b225052492d88639", "region_id": "RegionOne"}], "type": "search", "id": "42b7eadd35b9402fabe1e31fe793e47d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ba42ed3f7df54928b867237a20528f56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "de30b245cb964d19808d487fdbbc8703", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c2ff93c722d84f35ac14a68a1ba988f3", "region_id": "RegionOne"}], "type": "dns", "id": "cd9138abf3c348029fd7610e7949b5d9", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "219eebf29b49426b9f6e008f00bb6221", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4eb844144bd94b68af04fbef92fe6a97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9ab806b7f8d64b6c854607488d16743e", "region_id": "RegionOne"}], "type": "workflow", "id": "eec352d6f24c4ee792d33b1f918418af", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5d7fc117c4c542c28195cb523e873f71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "78f44f05085e4af8a43598ac1c388256", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fc58ff4950fb45648677486e71f48a61", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1d1bc9d395ae4ac3b0373de2e8b4563a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "279de9f1544842ddb02857d97f60024c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0a26ad97398a4ffcaf7a3a2b8d7c68d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "eeb48899407944d29c019198abcf21bd", "region_id": "RegionOne"}], "type": "rating", "id": "24483a7c4b6144f4a24f3405eba710c5", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "11e118a9a57b474195d411abba84e5f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6d42a05886a74d489e8a12cc17aba203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "78b993cd45ca4875a048be07d07849e7", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0b4ff5c322524d0691067042f8e0f3e6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "092f07f4728c4d4098feb28d5e80a762", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "29a940021f8944a893f00ca0aab31fab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d8950146fe5e412d823b02c326b4e953", "region_id": "RegionOne"}], "type": "policy", "id": "27f08d76aeb64676bfc5c72f6146f07d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9810fc00a9f64589a1e6d872083eedd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7952319bbbd348e4b7876826d852d026", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "531a2157047540d1ad50e271bdfc7561", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "13f02880ccd14e47992cf365b53c7e8c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "db35a6943f5f41dfa2e4dda8d4b6b870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3cf76ea00b274d5b90bc4c8a32ee61b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0feea1ab341347de93d0cd8ddd423229", "region_id": "RegionOne"}], "type": "sharev2", "id": "c6643ac2fd0544ebb3bf683d60089572", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a841b6ab606d4969bb50dfcfa5443f76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2495cde1a08543bf9060bf2990594a75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "58289a36b4504869936b1f931e6e6776", "region_id": "RegionOne"}], "type": "share", "id": "a765ffa3b050486d8ae293edf5e8b61a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d75c8d3de790453ba931cb05bbb0a4d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e812e6580aa343349636ba180174c206", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c38d8264ddf6408db6865fdc226fc94a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6b9ecfe620bf44fd8eceebd81554b1f0", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd1e8a9b25064405a07c84bc25976253", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41e5d105b7c647f69725e1b1f9d21480", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a67f4f6291e40b280b73d5b48675b09", "region_id": "RegionOne"}], "type": "orchestration", "id": "3b873e5753b84b14a5ecbddb3145921b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "787eb3ee4f404a53a677cc612213fc7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "785b5c65e3924c9dbfb0a02cd72d4be1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d80dec6e5a24f26a41c8c9f4a616087", "region_id": "RegionOne"}], "type": "block-storage", "id": "fd32c1507f674594952fc65a694b6bbf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86ab83e3e2834794b0243c65a1d46fd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5c8923e7c0440d4831f98ccc0f4b86b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ecb504aef3894203a6e34d4ea33b7d91", "region_id": "RegionOne"}], "type": "volumev3", "id": "d0004936cac74c438996d1f3ab234877", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2325b0722574b86b2723d5e5355f7e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56eab508b0124b59a7800fc606575318", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60aaecc7f47146edb2b58c474f401f2b", "region_id": "RegionOne"}], "type": "volumev2", "id": "d039ffdb56df4fe2b4bcb35b90050f1d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c77ed4cb5ce34d4f9e4e906874bda4ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba409976b3cf4e2a8b56d84bbc44d40d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fca83feab3f849f4887e59ecf37ca087", "region_id": "RegionOne"}], "type": "volume", "id": "8bf33b1041d24b0c98e8857606031178", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c47e98175a8488aa133458d4cac9512", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0b39c00d7ca4e02a8be0d403f4f4053", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba9fb748bba34b25ad8d1d984fef2d22", "region_id": "RegionOne"}], "type": "block-store", "id": "bb48a52630c942fa823eb660a26bf68a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b2f1a2284e7d448b9393b594ea835b33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "afb6ec5cd33c41b9bfefeabd9204104d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fd406b1905c84665b052eeb302c0d0f0", "region_id": "RegionOne"}], "type": "alarm", "id": "c2c01c9f597746b9be49616617d6e64d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1d390b3b17774a40ade5b869662780d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "743fad5f5fd44fd9aaaf8a5cc8a5c41d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d931d98595af4552a67ea8bb1b6c7866", "region_id": "RegionOne"}], "type": "alarming", "id": "e7789d63830e468c9df81d9752228e87", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d8606176301a436eb0ec821bb6efe287", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "aa1a90af3a9a4030829093cdb33c0588", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "25dae99014bb42b8a537911027ba3d6f", "region_id": "RegionOne"}], "type": "meter", "id": "be97da8400974d868447b931a51efbc9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "34a2ae6951664287b50a92178837ff28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7d622039d2c64cc6b715fa1f66b1c950", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1fd42ed9a0d742e7af4b25c043976040", "region_id": "RegionOne"}], "type": "metering", "id": "bba56ed025e548dd916b56d47ee7a5b2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d8a2dafe733a47d096072a4c1e035f1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "23d3294df9884bcaba2eb4ccc0b87dae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a3d597bbca42421aa2f032f049ea047a", "region_id": "RegionOne"}], "type": "telemetry", "id": "400de7ced49e4004869f0cfee92366f2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "df0d18d3bfc64972a250e1886a371bf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5dc81d6b89874f76be7a1f5ce67cd480", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8e5931339adb448494ca6af13f934060", "region_id": "RegionOne"}], "type": "event", "id": "3471e8024d6544cbaceacfbd35657a04", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "afddb85b026e4073b3f8aba64059fbed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5e29e3b8f98c41b382c2788b04afcba2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "23b29da875e04efebdc7d07fe994c085", "region_id": "RegionOne"}], "type": "events", "id": "8dbe6a5ab0b845458ce713c3162f14a8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "21cecf9daaef444bb6798a886f681542", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cfeca11a4896460eb280faf2b0c229f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ca624546a0fb4d208f8e6c34fce877c5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3f146f270e85448683b2d382435f14cb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "30102359b5b14a8b84df8599674dca68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "05370657ec7340bf893d0f2e584a30e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e914055bb8a740ba8b93771d3c0ffa0e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "4789d620b7d5462e8ca44a3e61cd6812", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d11b1561dcf24e1f97b11a11a724a181", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2ded483670a34d74aaa44f65f76ed2e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "de23fac67a1e460ab749a134dd95f498", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f4e11100de8b4ed6807312d116009585", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "742a67db4182465198fd6e432b51831a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ba517a5bcce244d3bab13f58bc3083ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "557b1f7745934163afcd3fbeec7f531d", "region_id": "RegionOne"}], "type": "tricircle", "id": "e4b70727c30c4f4aaa666f05934c3ee0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "402e708ab27842f0b417e275af16d242", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e5663f2a94dd4b71b9f0dbe4dda7206e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "88150e1cca8e479a8f51147099ee9266", "region_id": "RegionOne"}], "type": "database", "id": "b3ef8b93a1564d5fbcaa3572833baebc", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fd17f93b8d9b42a4a3c85c9f285a4986", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "357e0129d673427197056ba31f1cd45d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9b82c614c92c4bd08fe2bcbc5d5aa450", "region_id": "RegionOne"}], "type": "application-container", "id": "3ba2e867ae88491b963bde2c0726b748", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d6cf268a75314910b81f7aeab74a3dd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "696aae39d67d42ed9ae4046a24c91514", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fdc02b4d5f024d34859555c235e3334c", "region_id": "RegionOne"}], "type": "container", "id": "b427abd8fe3b4257ab08d33ed1d2d31d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c2235e50730745c489fd176725e3901b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9dce2f5ebb2540c7acab1aa725563dc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "68d63044f7bb41179a67814e014526ed", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ddcf965fd8a241518b58173035eaf534", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "63c878f9a6c84b65bafb4294b2958ba9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ad39ee3e9fbf4ad8b696ae7ea53fd1a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "221d0c7d245a4c02b7e8a19dc867dfab", "region_id": "RegionOne"}], "type": "rca", "id": "d24ecbf068af4096a6051690afd9108a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "76b4c1125fa749228083df112a51011c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e5d39798ef2a4f0f818ce8826a200e97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b478c849718246ae86ffc9d327c40e49", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "79529673642647a988a80c8fde4a0eb1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3b30d99f896b4c9498edce694f985646", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4add088010df44c1bd2405f8d406652c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "89cede474f95435bb7c1ac5c9bbe797b", "region_id": "RegionOne"}], "type": "network", "id": "614850340ebd4a1198fbaf3c5bd4da2f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "05b1f0a74e3d4233be4fa75b64726595", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "24523564fd014228a9c1e21e3a1813b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "52446290cd7b41978ba0df0616231f61", "region_id": "RegionOne"}], "type": "backup", "id": "f88114bf2e98428caea114be5a7ebc8f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "68bedc4f318d4d60b749dd88c81998c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bf522f2db5704d7dbc52fd21d0e01cf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "016da03b05ff4576a8142e58f13dd5b6", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e2b85721ac25453e81fad0013b496dac", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f4c905e4a0864417b8b6cabf34327265", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c497cd5317d847ca867e0f3734887e0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c0faa0446e304797aa14fc9a509278a3", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "47fabb7c43194360b3f8c4b139e9d9a2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "47e14d58772a4424a1bad345a24c263d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9da8bde037ed4f239e1f581dee085d8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ecf9ff94327041d0bf302d48410e9c32", "region_id": "RegionOne"}], "type": "monitoring", "id": "8448db270a51481a96929972c739c075", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "db1a5240bb914c4abd643a0a84154392", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d6d4d9150f68498aa37e1371316bb694", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "3e0dd15d351449429b2ef3ddc62c12a3", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "121b6cc0712f43028ea1d846409550b4", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e744e02f127d49f2aacb379cf86fe9e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7a99ef4aca124930ba30a1b753e4e899", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "6e931119769643f7b389a13376ec8341", "region_id": "RegionOne"}], "type": "placement", "id": "c65800624fe74ff1b563628de8138473", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3726e5955053400a901cc80d8f2f4321", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bda334365db14bb49a937a2b4a740fbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ae4d593cd055406697fd9c3af80c741e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "26d5199116f0450ba03e1e715aad082a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2ea11d06b09a41ec943237f42a114282", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "04bf780ceacd419682c4e0218bf469d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "76c8e9466d01486988ce6e55905ad752", "region_id": "RegionOne"}], "type": "ha", "id": "3a1b42228c154079b9eeb8989838b72e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a2488c6878604dd49b82fc58743e322b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "826dae2ca9ac420399a39d8d6c1c97b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6b5189795eb14c7087333dcd59d5ba89", "region_id": "RegionOne"}], "type": "reservation", "id": "045bd25bcd1647709eefc244c349649b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "78d47676ca93421285c17c62dc6da485", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a3d206709df04698af754dfe12591dea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "0e3b76f32ee54fb0b8dc036972112f91", "region_id": "RegionOne"}], "type": "function-engine", "id": "a7916f09fc3243ee8d9bc2f346885c4c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6e1e90c2760e491e95472c070852281a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "91d273d6a0f14c31a48b9b8ca7941761", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a38ada4a85be4658b1b2025d5ed1b491", "region_id": "RegionOne"}], "type": "accelerator", "id": "94d16ff4319640f9b7a6bdc791c634e1", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "237fa750af48457da9ab3384bcc99315", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7f5fdc69cbc94a488e073aab1c5c48a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "98e13289366b4b3f9d34c48c6e9df885", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b0a2729579b0454eaf215e2e9ea212fc", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "870fb3e1ae074c7387efcbe899aabad4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3d64924ce37242359e585ae5c6be5cec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "90fedb43aed54c0ba491576f883cbabd", "region_id": "RegionOne"}], "type": "registration", "id": "dc504a18714444cfb0a140c4145c7477", "name": "adjutant"}], "user": {"domain": {"id": "9e08e8a390b14948afd3a4fdcd97b6d8", "name": "40ead2d3362b41f8931b01ffdf06c6cf"}, "id": "cc704fa7bb0944c09e36168b8409060c", "name": "ba34111012544b72a62b9134a40b36bc"}, "audit_ids": ["26ba28b2f6ed4f14a79b214af6d02fbd", null], "issued_at": "2019-09-19T09:04:43.306517"}} 2019-09-19 09:06:43,471 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/extensions -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,476 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,479 keystoneauth.session RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "name": "Multinic", "links": [], "namespace": "http://openstack.org/compute/ext/fake_xml", "alias": "NMN", "description": "Multiple network support."}, {"updated": "2014-12-03T00:00:00Z", "name": "DiskConfig", "links": [], "namespace": "http://openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "description": "Disk Management Extension."}]} {17} openstack.tests.unit.cloud.test_project.TestProject.test_update_project_not_found [0.233929s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,353 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,364 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,367 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,371 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,385 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.279760+00:00", "project": {"domain": {"id": "e1bec8c312b24734bbc4b03dddaaeb31", "name": "c3c6d603d08441a9a5521b5b56edf738"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "cac68d67f5bc407c8df00675239bb486"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "60c0c588eb8d4285b40e6fdc20de71ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "67450d4b4f61465990f078499461b65e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f3b00d9f1b234a87af06835c6ca9a5b6", "region_id": "RegionOne"}], "type": "identity", "id": "4bec3cbabb6948539f5a5d4fb0612920", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e762f68442bf41c786cdda8376e8cb3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "149573c8020d4d3792068c32b56c600f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "702763de066d498eb4731678c650f356", "region_id": "RegionOne"}], "type": "compute", "id": "94f87a5020714c30bc77deafca1d08a2", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6f065561237440d3980f9cf2dced7bfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "909fe2a0a0c04eedaebfffb1010398cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "9a6b35ed99eb4c5eb89ae33af865aede", "region_id": "RegionOne"}], "type": "image", "id": "8944babeb77b4f67972cb872bc066f77", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e8bec28c8a5e4db38e3afb5066200720", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "48e4ca1fdfea4d1bae7e322038063cf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c65fa6cbdf8348968dbeabc5edd97f09", "region_id": "RegionOne"}], "type": "load-balancer", "id": "02bc3d9f082c47efaededb64bf114be2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "327f887d62154f3ea7c069b1d5a95913", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29b5d70a86cd477f94a1f788dd4d84c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f06a5ae9db514ea7894bcdcb3bda61a6", "region_id": "RegionOne"}], "type": "object-store", "id": "a6eda8da280c49c6b3be56a6d7cc98f4", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b5ef252e2de54cfa9b36a61cce5e258c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5ea08da2d1f14b468232d97ac4de2e4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a044505d4eb844f88c22ba8a25d24a43", "region_id": "RegionOne"}], "type": "clustering", "id": "cdb97ff3d88347fdb5790eb932f5830b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4a2c522b42ff4b0db48031cbc6938aa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a15a0b005e4f4a4da804e74764027197", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f4edcf7af20d4d788b1da015ff568d30", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f90c90e98230498fad8142c568dc4630", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8d9ba2a0753842608320c957eae59289", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3e89ade0939042b9a0a43b682120bc16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f03e955e189f401aa7423400f4d51389", "region_id": "RegionOne"}], "type": "cluster", "id": "7111a930734246c58ce124db05e4dbaf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "71fd1ae0e59948c8b22b1f9d4cba0ae4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e5cd789dcee7434188e326d6940ccf63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "198ae576e0134ef9be11d40241d86936", "region_id": "RegionOne"}], "type": "data-processing", "id": "46a3c34d0c9e4726b5c15df0c3ef55d2", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "62194548bb1849c0a56a9b77255e41a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "64c12819f7744a75b97131cce1c76c76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "40184781e6064cd68502443d669c0576", "region_id": "RegionOne"}], "type": "baremetal", "id": "610c5b4cbb66405d8a380da3cc33b239", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c784bd60e96c42679d0de62eec510c4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "87bf4c0615e64300bea16eaf66788590", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "67bbdccc48774244a184b87f23ddcb45", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e887ecec9b624f33bb8a963f7a0130a7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ae085c5c8e7b45a6b6db44cd562ec422", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d1616c0430f842218c682dd2c0f42300", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "67764726780042b4b5815e1cb2b909e4", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a899f9d2d1994053a0ea07aaa54a3fbc", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d87f023045f14c51855d2a3ebb0de1b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e6309e1f1af3441e9f34d9faa1088efc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d47f120d326645eabc6f49928aefe1fc", "region_id": "RegionOne"}], "type": "key-manager", "id": "44cbfea461cb4aaf8b59404f11716dde", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c4f57123b96a42e2b409cbf31f9a8242", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9e282dc0b6724b0493efcea0e48de58a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7ca9a36b8b99409087e08b709df1b774", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ae21cfcab877467aa4acdc975f834982", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "91e2ee4580094b6ca85f8f58bd726b90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0422a368dc8146288c9e1ccb5ffa7bd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "60e9f049f1b647f88cea46b171575e4a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "db5c7f180cb44834886b6e7b1d69390c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9aa01012e01b4a25b146d0e60b495a51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "91ce1b618c3240fa9b4e35c3401630a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "19355c4fe40a4711b89ab0ae99896e99", "region_id": "RegionOne"}], "type": "message", "id": "1611b2c2156b44e9a2bdd7546660957e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "85c56ee3628044bfb9c16bfcf6f68617", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7890ffdb830b4bfe900def6e68036f0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "14e8dbc9cccd45c98e8814f39f674abe", "region_id": "RegionOne"}], "type": "messaging", "id": "5867674c67d3433aa1ed74dc32d4157e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e44406e7d4d5437f88b44173fd4e9ee7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5321c1d848c04f088e907727f3e7754a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5a61e3b31bd8445f9aaf1b7894de73be", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c2de1fba48664592ba7482f0ca47d7c3", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce625fcaadd54d65b1ad515631c186ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "39bfce4d35494472946428e0dfadb2c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e863dcb63f8845bbacf35119f898c2ae", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1ca7eff8a3554fdf95933d3a7abd2f50", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3787a1bdb33146caa7532b991a7d1a33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f20bcd39431403d9cc27da9a641ae99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dab6bd89a0804e71b6af99794f6871e8", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "31d5217d6d21438fbb2962bd01a853f9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "47b51782f8a944249b8067e77a3710e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "36a2b2c882d04f85ad49d9215092c819", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "778fe579ba344a40b3c4aec611dcd1fe", "region_id": "RegionOne"}], "type": "container-infra", "id": "991af227e4604f77bcbe8568027a0b19", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f76e1ae3f836474e98772f3a067a9872", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c51c22b582844993b5506c1a7509eb71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "baa9094b99a74d77ab052c84285873fc", "region_id": "RegionOne"}], "type": "search", "id": "69b18f1117a54680b215b32f23279d00", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "8583f47d917c4096bb223f902fbc2252", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e69fef463d38400db941da4ac8c958d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f14559aed56f411f9ee3538fbd570ff8", "region_id": "RegionOne"}], "type": "dns", "id": "63aac9132513471bb42f1191936fb312", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aa25cba7ec694f47bf81bd21cfa4f6f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "26fc7f265e414a0b94af009bc9cc49ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e5955e909d9d4aefbcdb9d3a40a8096b", "region_id": "RegionOne"}], "type": "workflow", "id": "7c24b9267a934ab9bc2dc43692cc6665", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ed44467e1fd9471bb2e2ba24ba4d56a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e43fe77b6d7a4292b073cdebec28e1ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ee571e7fb60f4064b286d7adf49fe222", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3a51e2fb6598435897b3d06dd07040b1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1f7185d3164845e59a005c369af5fe49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c4824516e6b14d3dbf61172dc6ce87c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1bc52dd6ed9a425697d3a840c268b273", "region_id": "RegionOne"}], "type": "rating", "id": "761d889052774f16b1e23c4427fb1064", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3a4b6cfaf60144a09ee348d79fd38ddf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f869946ed7ef43d3997490cca93d49e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "069eb9f9f2ed481aa6e171b742e972ed", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5a9dd61d748241649a9803075b7a6731", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "79b681b841f44896bd476f289060be8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e28fd80197b147219d44c2f7b973c9d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "785398af6c4841f58b1d83f106a1eed4", "region_id": "RegionOne"}], "type": "policy", "id": "96c289b783864cf99c2ee19ee4324bfd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "879c2a3d37ee428a88069e3b885d2172", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2552fef525ac406f80692077014b80b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6a94540754794f94adba1d61794bd059", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2a2de96d3bf249bcb43ffeeff4c655f0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7e3774ff6b51418496e712322e91bc6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e478b292243d4c6192584f001ca3e3c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ff0a23ab91be4d40800a59426c1716c9", "region_id": "RegionOne"}], "type": "sharev2", "id": "2a1539fe336448cc939495fcf90fa4e4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e57020a70f544ff7849058ad071a025c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5abafd675ba14195b8138f60958fcf48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7a946e141d574e55a68b3257b9815105", "region_id": "RegionOne"}], "type": "share", "id": "9794ab0c75e94b419bacc63ac9c87a3b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7202d327be154dcebbcef2df18c1a019", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9aa6b85d5aec43b88b9cd1f85bf95839", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0b37ecad6ce8409e9fae4790ecef8758", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4675dd3f63794e389625559e76dbcf75", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f340b20caf143a080530a362e7fe269", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "929a31fa44314bd1991b8610e8a17be2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5be9e41fe1d474391974af7eec6a51f", "region_id": "RegionOne"}], "type": "orchestration", "id": "043e16e669f54bcca3856074b056eed5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f504ee61756c47aeb4ed002917df1b13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f349edeadd6742dd914c647f597b037b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cbe934e113654fa885497c846b01fa3e", "region_id": "RegionOne"}], "type": "block-storage", "id": "529be0de8929429585426a3810c32a5d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "abd2692f224b4b5fb3b060af1db18e83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "017731ee0a3a4f419f1c45a0c8538074", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c22f1fa6978c4a10af8f282777f0f30a", "region_id": "RegionOne"}], "type": "volumev3", "id": "23f2c18e4db847f785d465a844a7458b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "facd830a9c914315bfa46b7c0530eb39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad82b50385f741f69088025fe60e62a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a493fbb3aadd4e5fb87c048e8695dfcc", "region_id": "RegionOne"}], "type": "volumev2", "id": "565ca2c826dc4fa6a9114aac15f90f4c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75e20d1b4e1c4036ac8fcdd97c456483", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "156b5e1e6fe946ddbdcb2e0e27cc0cff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a92d623656f34b2ba6a132e247dbf51d", "region_id": "RegionOne"}], "type": "volume", "id": "e96c5ed12e1c4dbc95cd9c09676574f6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d29d797e9c9c430583e3cfd90483dcf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "795a112c2923455186d7e641740395fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e545fc08753476280e4691b7cea0877", "region_id": "RegionOne"}], "type": "block-store", "id": "f929d854a4404e9c9b3febdc088125de", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "921cf376a0e84855a4fd854ff48c8447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f5550f3245c84b96b6615a70ecd9bd2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f959a687c45947d4b12aa7b42f3098c3", "region_id": "RegionOne"}], "type": "alarm", "id": "fa589fbc792c4c9baec5ed0550eebb3a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6e587d42113e425fa179be3072aa51e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c6f46e3bf19941d3b5443b95229bce3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4a145d2c0d8d47f3bfcab79b06b28511", "region_id": "RegionOne"}], "type": "alarming", "id": "52605c0c028c4d87842364125cdc7627", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "92f53f3cc8a841eb98e4afd084dfbc05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bb319c1aede3424c904c92d820f87e9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b70e725ed54c4e4596bb16683ee67c8c", "region_id": "RegionOne"}], "type": "meter", "id": "38521ad5d74f4d0f9bcd4aba7a108fa3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e6e705af1a1f41b28318bcc5c4bed0f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7403fdf100754895999d668ffce41c80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b357a33b36a4403d9d713747adff52c3", "region_id": "RegionOne"}], "type": "metering", "id": "8a19203404be44449d7b74cff2eeca5f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c4194aa847974921a02bd6be7c7e672b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "651a8f3d4bd040eeb37a0ba1fe966f96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f45ee9d062534b239af8613e7c757bde", "region_id": "RegionOne"}], "type": "telemetry", "id": "4e00b823e22c43d094456b66c2183f40", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "efbb7524beab4c4f9c16ce71c8973031", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8411c3d54ee242c6be2873ba36919ee9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6abf39ac3f024432ab9a3ccf77cfdfc8", "region_id": "RegionOne"}], "type": "event", "id": "2019c318838c43959b1a836324f0d65c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "23e19906469b4065a38ec0defb254932", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a871e0b701fd44d9bdc07b29fdf57b69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8d756aa045804b6c91d748745e80089a", "region_id": "RegionOne"}], "type": "events", "id": "630ae62a07f94ab4a994d70b5284d660", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0e133d039d964f1087c5c197c7b971ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "14abc58ec8fb44c48df39dd1dcfca361", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ce989fd4eb82441b8dc23e93a71f3c1c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ac0b4b5d5f7f4f0a9117ef66608a348b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "93f166aa34474c6e8b17a307dc030aed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6af1b8b91165402d87b4cc26c12608f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "99485032a48c4003af629af4c8ad4351", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2ed39bdd11e745c5b9914a39fbbf1ccc", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bbff676f41fb4111ace0e403745a494e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "31fe56f885294095a0250f635e28df7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c8b17ad3e3f14a8eaa79d90af3ea1f2b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "62106fdb251646848a9fb877b0d29811", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "01e0a1b2f94b4557aa7a5412d9cfebcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0c0611e553e748e1b4ae7442ba5852c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "99a052d9de0b4cde827ea2f639bf73fa", "region_id": "RegionOne"}], "type": "tricircle", "id": "511223e522034ce69df5db4dd2b95614", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "23de96ee45474e6f91edfb74be8dcf34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a220f00283b742ee84b67aad84f03733", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3a4cd0c9f2504590be736012946baa93", "region_id": "RegionOne"}], "type": "database", "id": "09902491ada443139e9a6fb4b738b92b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b72442375b8f451b972ccd0bd9fd05d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3b7ed4f0dad443d7b97e5e51c09ec13c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3cfc0568c8ba4fdeb6285db299a96ebd", "region_id": "RegionOne"}], "type": "application-container", "id": "a997e85c2588401fa223c5f679bdb61e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2016fa7c477548f085293f205cadacfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ac8be3dac8c64801be7237f92e611dea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "841fe82fe53743af9b942988fdf7a421", "region_id": "RegionOne"}], "type": "container", "id": "9b7dfe1c89294b79bb01c9d9b259e1f5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cbf318caee594b858d8ee9e3db549e83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "78d052dbabb84f9d91883241005c3fcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2a4bfe5db69541c797839a2277bcd4ed", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7681ae7f71454bb0a67aa6a181e42aa0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d8b5fd2073a44d498f9368fd72971f86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "335bf55113234539869093a92f80eb63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "abf2a4f8434944e49d60165f8ceeb450", "region_id": "RegionOne"}], "type": "rca", "id": "90d1dfaacb524a00b00b1078fb9bacbe", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "adce0023ba0f4efa8b472d3b636f0afc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "679c7afa5b6d4fc6bbad736385518c6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b3db0e972f7b41f6b0cd9b659abda3dc", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "71def6bb0ce5450f8527d9261235f1f9", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "1abd87861d364ba18becabc04b372b3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1a5b25c3cb0349348acc6308db0fe198", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "db464b0b680c4365a9d29e693523b449", "region_id": "RegionOne"}], "type": "network", "id": "101bd38e731b42059d8d5bc21fa81a6b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5ed4d4f3405346ad944e4530cd7b53a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "24232aa6859e45879714e2d36250397d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "cc5cc4c1244343cab490ce0bf0a8255b", "region_id": "RegionOne"}], "type": "backup", "id": "0ce4a06c8e2b4808a9595330503b84fd", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "774b0ac89d7b4cb0a8edeec6cdd863f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6e7a53af66b34e22a56898462f79ea96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d7cdb695643c4907a9132436c8e4ce9b", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "451230568cc04b0da084913961f18ff8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "47ddeb2af789430c855ba5980aaaf07a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "971f9ff8b16a484996af15e2271cd678", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0b729d9bdb16450db8320043701b3835", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "01071e69b30840d3881a0e95b816be0d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5134ca01e90c4e6da103ed946a5e5106", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c385e62e43a146d0b88418704e6e6261", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "3088778436e140e18fb7bbe12d3a75f1", "region_id": "RegionOne"}], "type": "monitoring", "id": "0e7c13066b1c46c481854ce28b769613", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d5d64365a27c4aa9a75aa7f8f36e0571", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b714f7db1549439480c5feb138943e75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "99461e75e22c43dc8cf7450b972bf919", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4e92b57c02cc49a1b877c1a9767e4c34", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "987a76bbc7c94032b085aeeb887bedab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "55355fb1963f4be8907e545b242a2ea0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1c9e39e45c1d446f8141375cab2fc799", "region_id": "RegionOne"}], "type": "placement", "id": "aacb5e7a33834127ad58e82ea954ab4d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0efdd3a6fc6a44f9a6a543d12f297d90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e28e10e8f2fa4a16a3296c87294e9489", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7a136d5c6ce444fb905b8159db090d7e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c6fda1009c514fc082de57096bc36bcc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "257f60b1830043608a17cf5f909bbb74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3d8fbe7798eb46e8aeece1b6082cf33e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9a23333dfda64f329e8d9f168c639053", "region_id": "RegionOne"}], "type": "ha", "id": "07df5b1bd6ee4b59ad0286fb2d896fd5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "23664e5f7cb24c15b62fc5a106645c84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "16c9ea9dc4dd4f3bbb165e210094bfa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c180a41f4a254719843e745e03380f59", "region_id": "RegionOne"}], "type": "reservation", "id": "88524311e8d540cb89e172c436f4b44b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "13fa012fb5614d069717673b0b55b93e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0dfca1056e544adf8f1eaaf7108b6058", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1fb7b3be96ed4368812f7a4e1fbf3413", "region_id": "RegionOne"}], "type": "function-engine", "id": "68b233ed5c9c4f28b710cd709bc27c66", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b93f5aee727a435bb40f2db1a014bbcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0d6b3bcb972e4f4c8d4d1318ac52d05d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6c8017474eb54da9936b051790d318e3", "region_id": "RegionOne"}], "type": "accelerator", "id": "a7df84a649644d299f13e8fcb39e6b8c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "07367947321b42eb90c410952c9b9b78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8d367c5f67ce456fa9e392aafa3170af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "84277881dddd4b16b21ff2820ef1ae0b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a23eb7ad6fcb4319acfdbcc6e29bbf77", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "432c363abe52405b892a9bde2f8b60de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2912dd13cc004d358d3c586fbf01cbff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c7a3b8d7ae7b415391e25e94b6ae0c8f", "region_id": "RegionOne"}], "type": "registration", "id": "984b82503c04470d9e551b62bb77cdce", "name": "adjutant"}], "user": {"domain": {"id": "9169cabeeeaa419b9a7656a7b888163c", "name": "ce40c1fdaba44cb081db274a865863b0"}, "id": "707366bf590742df84e35c82d0852c90", "name": "7b6826176f13400e8be64566badebf99"}, "audit_ids": ["83a1d6616f5744a58cdf13b057848625", null], "issued_at": "2019-09-19T09:04:43.279760"}} 2019-09-19 09:06:43,496 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,502 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,504 keystoneauth.session RESP BODY: {"projects": []} {24} openstack.tests.unit.cloud.test_stack.TestStack.test_delete_stack_wait [0.299555s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,289 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,293 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,296 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,300 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,312 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.220952+00:00", "project": {"domain": {"id": "3ab3e895b34644b29084dda327b3ce77", "name": "2c64337b38df4ab48ee907d85674c9c1"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1be8150b2e724fa8b374799c4191458a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3c7e63297c1546bb9ee237f9a5afea89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "249de9e4bcba4e44ad682d75cd1554ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9a0d8a85f2dd45249872a95483897389", "region_id": "RegionOne"}], "type": "identity", "id": "0e4b6fc4e75b4fb3a8669af678795425", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "20d8c39a12e9484ea1d91a2a2b50732f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6a1a29d91a474656b15f9a0e81b58ea3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "285063aeb5f44c56a28b9da8d7226b71", "region_id": "RegionOne"}], "type": "compute", "id": "f440c462587c47b98cdf04ea65819afe", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b9f237e7c0e741f0a28a56ada097b0a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "4509929658444c0e83282dc9dbe304c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f3a090e817c84f49922c384faff4c4f3", "region_id": "RegionOne"}], "type": "image", "id": "124ae57d06d54c6eb5a0239b5bfc6a54", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8bea8b3e766d47e083362f47520fab64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bd1f9d36cf174b1d959bb4c6752084db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "94c0784e9ff8421899106dbc2691255b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "4d472ab29c534d34b43cceef7ab9ee5a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59e0f7e382094d1baa2b1f14e55c381a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8481ef2ef0234583b17c8ba93f9b3a1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "703079af8da74ce388ce3583e91b02d7", "region_id": "RegionOne"}], "type": "object-store", "id": "b4ebf1dd66bd421c8ea601e1fdc548e4", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "27a311fcdff14c49bb919715bb2310ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e6bf5c2840a04dbebfeffcd09e36b881", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ba6d65dbe10242f8bfa0612cec72e3eb", "region_id": "RegionOne"}], "type": "clustering", "id": "224dac2160974dafb9a9b2e19b766a8c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "143da14a285b41b4a228ccd46274157c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "04b3427d7f77415eada2da777e8140e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4b01543595c24337a31d0c2d2f0d1e8c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "3236abd9391d4d9189b252d1f1201684", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "128cc99f2f7048029545ca3c8430a26c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "878dd69791aa4077a05e87c6a70730bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1890f57b0eea44f882b7a5380c65a050", "region_id": "RegionOne"}], "type": "cluster", "id": "f4b3eb23cf65473f8685d2f7a330440c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "02bc339fd35445d99312d699901b3bb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "dfc3b2d56dcd4944b42892860d09e584", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "298cdb004ba9472f88e36e915797ef3f", "region_id": "RegionOne"}], "type": "data-processing", "id": "37a46ef6940244e792ee0d76bcdc6562", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2c8efb0c7d0348b99ac3317dbd514e35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c7b4871053b749c69f2a809fb59ba9f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "49c4c5eab53a4c5e83def250b783802a", "region_id": "RegionOne"}], "type": "baremetal", "id": "d3037c47d7ef4d18ad04e1c95782bdd3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2c0038f7bbd64bf5bdb0a638142ea577", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5917a30ae1ef4b1991ea4134a82eadc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3fa5dda0b92a442fadad007cd0864552", "region_id": "RegionOne"}], "type": "bare-metal", "id": "66b6910349984b9dbf8a360a80fee312", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "194622f978504c89ba145936a13ff548", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9ccdf75343164835932fcad1141c1276", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1b4185d4a7694730818d877a02edfd92", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "bbb352632c53428780a8dca2ef12b5d1", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7b04fe9cb4a74625b32a06726cf3a3d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "128b025821ce4b49aba7a8a42b054e97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ffe87b73ca824fbfb840f2f6117c5434", "region_id": "RegionOne"}], "type": "key-manager", "id": "6ead6107a2c94543bf718bb56f5b3b8d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "677cb29e9a7a46e2a9465863a3805102", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dbe7b8f9ae4a455695edb093de0c2e81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "83a527021fc84a9b9ecef1073f02e6c7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "540b713eb4124845b1e779c6f3d0a19c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8023062c935741b7bd24e1f0a56b4b8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7e31b23f38d24997aca4e852645f7ddb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ed437744851f4064a44522f9a817dc7e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4049724f200d46669ee037c2553791e2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a111049f00d149a9b3339e218d9f09e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8cc086e2f2d4435bbad4bca22a8b01a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "74745e3e33134eb2bad9f8d4961685c5", "region_id": "RegionOne"}], "type": "message", "id": "dc3dd208b6e5485b97633f9fbb091d73", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d7b95fcb9dc546fdaabfd48a5e37c2ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "35f19276f04641839992ce14d741997e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "372ea15aa4cd40e9a4069f79ddaf2467", "region_id": "RegionOne"}], "type": "messaging", "id": "15e4f8c12ed84411817b8e3d897184bf", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cf33c5976ba147d48a84ab9cfcf6d66d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "793aeef1340648e39dd1f2cb7d9db333", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "38f42614e4164a0ab80652be3a5b84a8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "cf70fcfb6c68446fb4648a7d94a360a0", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ab49d3ecd6714d4b81073a5aa11ededa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d59fe81540c64b0c8758159f4606b658", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "095e0a1f570a4b428867d864fee66e06", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1eb55b0e25d845ee8599d09baadc0a50", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6a7211d3c21443dc9ce20d01fa08591d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7128d364b0694690a7973c92ab127e7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c9e52debfef5425994597049f77cad9c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "582ded32516849fdb9e24c5f9187984d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "172e77026cb74d6b986b2f0ec1e02590", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "57db327c2568449d8532e3b493ea6421", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9618ac947ae84a8d9d03ac5048972f35", "region_id": "RegionOne"}], "type": "container-infra", "id": "cf3a120b16e342a1b6f89a80a765a44b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0e990c94492f48ec88f739ef5a380b0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "3451db5a4e544de092b7ccf67c2e8c10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "828e82f57789406e97400f7c6aa04e83", "region_id": "RegionOne"}], "type": "search", "id": "03b27f85c2e548549ceb259c329c515e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "67617599621c4cb3aef0b68eb19b24d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "bac8b4ef819349efa416974c00f20604", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4d3694b3d2634069a336b4da048a6868", "region_id": "RegionOne"}], "type": "dns", "id": "71ee5aca0b6a42a3897f020ba2b3b4fc", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ac71c5d65b5d4050995b8feec4666a39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "58d1cb21173041929ada348c6a357d95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1a0a9368965e4a629ec64051c4ce3b8b", "region_id": "RegionOne"}], "type": "workflow", "id": "ca5a9d27bdcd42fe9622482ce9bb7e0d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "df019cb99c244741887caa64ebc27442", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "382c5af497644f488cee0b39c6710242", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "382c34463c4a4cb999d4fbe3b41d14aa", "region_id": "RegionOne"}], "type": "workflowv2", "id": "cc41534a2c1a46009ef9e790b4104482", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2f000a26e7f94cd5bb929e1f60a4b780", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f5831f3bfb2c4ca385404e0ce36b390b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "2f8cf994416c473e9adf1e841673e463", "region_id": "RegionOne"}], "type": "rating", "id": "93230a29bcb04fa090436f2efcf88177", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a3c91b6316164a2181fb6b12342c3287", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2687d21f9d3b4f31852b67a1c41a6765", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "127b1066e17541f6929a87e65c1243e2", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a9705676090c44ff92d7fcac692cb749", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4309363bb8b14c488f02c0fd8e397290", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b220ef9a0e134c4b844d88cd815ec161", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b9448cde072b402c9fb197a610d79509", "region_id": "RegionOne"}], "type": "policy", "id": "90d47003bcde430284f1ecad5070bce6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a2af230a2b294195901fb09212023311", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bd1e33928a124d1a8adcd1b0bf22cb5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dcabc062ce9643ea9be0ff3ee295f8dc", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d49142b1f5264fa9be943b4126980c87", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1c0a467a1c9b43d4a680a13894bad5d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "59bc82e2caf546a8bbc7fc5063bb09f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f63d07101ec447caac2853975f1c432c", "region_id": "RegionOne"}], "type": "sharev2", "id": "485fc70144654190bf5bde498108b1fc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "65d9302f2092441bb79999d1ccbc85e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e2f99ab60536464ab57d73b61bea43e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a85ac8d6817846dcb757dbfcf0175794", "region_id": "RegionOne"}], "type": "share", "id": "2b1c36f76af44fe890c77cb91bf16b39", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "38726c581f974112b4e8425f8dfa2414", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "50670b43df9e4a2eb617f84936c9ec9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f85457ba3c0747c5b56f1f0f088101c9", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c4c0d2e56d1f47d890bed8c3e4b8bf24", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6baba36605084e35ba0a16417c0d093c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c17e77121b104d51912fc457d9f34306", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69b3f993ac6f44b2ba4ea70d372a931a", "region_id": "RegionOne"}], "type": "orchestration", "id": "6715288f6ea94a52aa0a1fe58821283e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff5db73a874e41e18093db2bc223d600", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fcede60a46054ffcac2980e0510998a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c45194198588440d9992062954688fef", "region_id": "RegionOne"}], "type": "block-storage", "id": "449080965d244f47860aca74b5b91e41", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e7b5a44537d43d1bbd454a968473669", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "713136b05c854c87aa3df57091627c93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5102bd8b109425dae63580ee2b303af", "region_id": "RegionOne"}], "type": "volumev3", "id": "003517cef55742be97a8b164fe0c3c19", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "117bb7fe91e04d04baefeca0ff524c7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8c58fd7624047bfa8f044de071cd658", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96aed5dba49e47d5bc1c66fb5f12be4e", "region_id": "RegionOne"}], "type": "volumev2", "id": "688aa31f14ed4d769f8643e421842984", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5963e60df0ed48a18172ceb58bcc3036", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6eaa67858d6843f29b435d850cff415b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23f4e75ba34540a7b9fcb095232ffbc4", "region_id": "RegionOne"}], "type": "volume", "id": "066d1c8254a5486a98ace358e20ee8d1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6cfe8c85cc44227803f65e5a1174f40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2cfd2a8a13445cdbf35a322d269e95b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b80666b9eea64603a6c5191561d6f0bc", "region_id": "RegionOne"}], "type": "block-store", "id": "f5c560b885584f0e81c73e30d7062ad2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4d1650e6a50d4509803235b2cb7ec664", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "016db5eb4993481393443df958bb6266", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "55cafb0400a54111902566efd3772912", "region_id": "RegionOne"}], "type": "alarm", "id": "ae8ac9fab5e94de0a6e3aefb214e02ba", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c7a3a06e58d84fb487748d175d2b6232", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "089c19b2997541f19cea0a4ed57e286d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6989d1edbe034556b21baee112f35c52", "region_id": "RegionOne"}], "type": "alarming", "id": "fed04f86ce8548b7abba97c9b43a6eea", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b1718e68b55b4397b1af8af4d53c7ba9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c83215a7026d48d6af372236ca96e09f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d4216c724ad248bda046986f895a8f2f", "region_id": "RegionOne"}], "type": "meter", "id": "7323dec12789475d89dc26f8d8487b00", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "90c62d9e8bcf4bbbb78248e428644238", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "884387724ff345fd825b6a1b8d080cc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "989b2ebb9c24484bb2820ec769ec5bf3", "region_id": "RegionOne"}], "type": "metering", "id": "32f087ddfe3643acb374af5503dc81d2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4cc4657f671a4af096ca4b9dbfc8bcaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "03a747d0710946d3a47b1eeef641dfc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cabea97475e54250ac3ea35b8cadbd26", "region_id": "RegionOne"}], "type": "telemetry", "id": "5f05a9bc00804be2b26ecfff9a01dd49", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5599dda86f9e4722ae8ffc0bc090e7fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "952bb56ccb354daea97b351888f5683e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5f024098ee234886adcdeed6c1b80c25", "region_id": "RegionOne"}], "type": "event", "id": "ef66511fb22b46ec84cbffac22e4c20c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "998673d296474575b18979720823390d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3c856e69ca50497d8532e911052b1569", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cc0952d19f0d40a5989f38204884c305", "region_id": "RegionOne"}], "type": "events", "id": "4e9b039c0a7a461994d5d984194f8bb9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "15fd59517ed14f13a41b1b47fa57445e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f0953ea648814643bbd3f7815cdab72d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7d90e877b3734939b503154fe67a4ab0", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a32e6fea958a4e138d5282db9f4039fb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7842748306b94ef9ad631d65a8d0c479", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0fcd4060ea09470ba39cd358ec69691f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7de4eb24238a43889a166cec23d4b3a5", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d5f5acd9c0654b1ba83324c616225a9b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "af3cb3fb17fe4b0cb01e580c1df39102", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "997fbc3655454053a02fef87b4e7e177", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "45169fd19f504064b6bcad2867185d3d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5ea1b4ae113c45b7bcaa0e65f93646f2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a5abfba7fcce4a0b8dcb381ae4365cc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "885e6c57eae64ad995b6cc1ecff1c560", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "dce54ed1c2fc457dac6d34a36f25822d", "region_id": "RegionOne"}], "type": "tricircle", "id": "51137c8b414d47899b4ac910144ea7c4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c4905f0f19e9430f9deb939155d2c1d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1c478c8927814d2d9179f32a6bd77579", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "86e1258c851041b5b269d0463371115e", "region_id": "RegionOne"}], "type": "database", "id": "2a8d361301874cbfa835983f08bd9296", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8e277c88d7ae4bf9b7fac754fc1015e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c1d9f3c0b7114e7cb7fc678943d057e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4016af1a3bce4a0cb56c02f609de7575", "region_id": "RegionOne"}], "type": "application-container", "id": "8ea0e47db04a4fcdb0972b1c138fe656", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7597e83f7b8e4952ba813a70bda585e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bbf39673b3f84a10bde3f369b8b6876b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "75090cbf87cd409195e26d9014a9b1dc", "region_id": "RegionOne"}], "type": "container", "id": "08af00da62f44c79a089c97f3c6abceb", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3f89907cd4784854b4690e195d8f037f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "35242b26cf534031a88806f56ccaf9db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fdc949c13d774285b6c7b8e7073bfa28", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b9c3b0afc8d44923af93411be9fde1fa", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fe648842ba5e417e801966b99423596f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "33d009a94071484d90ed0c4fb644d17d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "25c8d428ba904eb3b64c585a85da468f", "region_id": "RegionOne"}], "type": "rca", "id": "443ad4cf8d864fb980b55d820114cb09", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "52444f9b65f64cd58c6256bceedee1b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fc41a898b4514e68942af6888ce4a17a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a4a5b3b824654d46a318ce4b27c28ef5", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "68e84caa4b484501b3d6d493911b1e69", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "298fae9ccbab48e28d8760b2a20dba18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "30551ab46b444b86be3a83fd6e5021b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4fd5435a923f496283d6136a272226f0", "region_id": "RegionOne"}], "type": "network", "id": "64d2a1bbf9fd4db7a9f3643f4c372b75", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "74cac2f13feb4e1dbe5a3e88d50e489b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7ef4b0b7edcf4182975cde3823691b89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "447b9918dc26450781b702accc07ddcf", "region_id": "RegionOne"}], "type": "backup", "id": "d53c4a523b30444caf14890fc477af3e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cb9e2527462a4fe0a16c2fa0b39db81e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ff61ba80cbdf45468481faf3c6a06e8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "330775371da34ab28a70899e86fdf1c2", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7899dc8afeb94e208b4d05e8fea96cf3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0aa01a8a248144aebde3ff03c180e142", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "148ac1cacf2a4cc5baf8e4b5f846cd59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "498a2b2a57ac4f6789a517b22018e141", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5f1ac2d7ecb24dc59381d881da3d20ba", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2a515a8d4d5b48278080b96bf21d8bd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "dad83e9e802444898234e9bcfcd0a081", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "94b8f7cf2a394f82bdd6b7bea0c0b0a1", "region_id": "RegionOne"}], "type": "monitoring", "id": "a61e180f9808491281078f31bb93fa8b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4a972d012c414a0faa926cdee5c2fc05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0eea4bb90d504701ad624cd9c2549d33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b0ac6ee6a41e423ebd4a45676de83846", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2a03d08e8a024ab0a05f6bc6587870ff", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "707e1ecc6d5b4b1fb63e518b0a8284e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c42dd096f9bb47d2b714da5aee32f6e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a5164cfbecd6413e8f5c54e1822f85a2", "region_id": "RegionOne"}], "type": "placement", "id": "384d82020039452aa3a419f6f6f2582e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5be613a9ecaa43008c053dcb23e7a108", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6aa3e33532d54d6490750f2d7b42778d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "17473eae159e464fad64b07fe2f52c51", "region_id": "RegionOne"}], "type": "instance-ha", "id": "bbe066590b034ce3ba42d046759afe60", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1f4a740892084c2faace46934d9225ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ac9d6674aa3540e8bb3a3085e5300275", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dc235fddc87a4a9ba1a4d836d201c2e6", "region_id": "RegionOne"}], "type": "ha", "id": "6e49ff13a950467c8945001218546a97", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b575ce1dc2fd432db4ac268e027b7a0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "de28fd1cf7454e96ac6719d572ff8495", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "9c6eadd7c956434fa160f338c752f99f", "region_id": "RegionOne"}], "type": "reservation", "id": "182875bff62a4140b9d2dd931051c4f3", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "21140c647bdf4e1ebf2e73e07bdcb89b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "09363a39dbaa41fbba3d1c71c6ac7e72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "30dbfda93f53469e92fd4b40d6938229", "region_id": "RegionOne"}], "type": "function-engine", "id": "26d59756582a4951881575235be427d2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a12240e70ef24afc810b7d61e63e6035", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f851ac39aa244424839ae544c81e848c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e743b041d7d24da2ac29efbaa5ef1e0b", "region_id": "RegionOne"}], "type": "accelerator", "id": "f8011d438fbf4310821477bc2363555a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d5eabbc69c8d4833b99dddb860b568b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7e4aef7eab8c4ba8a07937af2bb3c047", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "83855e3c60d74fc3b50fba6b8db85856", "region_id": "RegionOne"}], "type": "admin-logic", "id": "bb774d6b916346bb8cab33a4e9569dd9", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ccb5e7883484494099084b22ad860480", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9b634e43ffa548f081f0e3b3a4e736e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "610b4b093d4a46c0afc5c304bea37b59", "region_id": "RegionOne"}], "type": "registration", "id": "e54c20c4eb034f2897ff357c43df77a2", "name": "adjutant"}], "user": {"domain": {"id": "eeda1daae8fe4404a3714c5cf9bb72dd", "name": "a70416fe3f4d482591e0d4166c837fe4"}, "id": "4730f8df9c3445b7864abfe8a77d60b4", "name": "f7eec9342f1d42dea05617ebb1847988"}, "audit_ids": ["0b2b3191b45545ef8f1e13954d5876bb", null], "issued_at": "2019-09-19T09:04:43.220952"}} 2019-09-19 09:06:43,371 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2?resolve_outputs=False -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,378 keystoneauth.session RESP: [302] content-type: application/json location: https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2?resolve_outputs=False 2019-09-19 09:06:43,384 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,387 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}} 2019-09-19 09:06:43,415 keystoneauth.session REQ: curl -g -i -X GET "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2/events?limit=1&sort_dir=desc" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,420 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,423 keystoneauth.session RESP BODY: {"events": [{"physical_resource_id": "id-2", "resource_name": "id-2", "links": [{"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3/events/d0289cf74cec4660a04c83fec2d7dfa9", "rel": "self"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3", "rel": "resource"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2", "rel": "stack"}], "event_time": "2017-03-26T19:38:18", "logical_resource_id": "name-3", "resource_status_reason": "", "resource_status": "CREATE_COMPLETE", "id": "d0289cf74cec4660a04c83fec2d7dfa9"}]} 2019-09-19 09:06:43,454 keystoneauth.session REQ: curl -g -i -X DELETE https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,459 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,478 keystoneauth.session REQ: curl -g -i -X GET "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2/events?marker=d0289cf74cec4660a04c83fec2d7dfa9&sort_dir=asc" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,483 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,486 keystoneauth.session RESP BODY: {"events": [{"physical_resource_id": "id-2", "resource_name": "id-2", "links": [{"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3/events/2bf8f7b0b8684cf3a3f08f8b52218034", "rel": "self"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3", "rel": "resource"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2", "rel": "stack"}], "event_time": "2017-03-26T19:38:18", "logical_resource_id": "name-3", "resource_status_reason": "", "resource_status": "DELETE_COMPLETE", "id": "2bf8f7b0b8684cf3a3f08f8b52218034"}]} 2019-09-19 09:06:43,507 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2?resolve_outputs=False -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,512 keystoneauth.session RESP: [404] content-type: application/json {0} openstack.tests.unit.cloud.test_router.TestRouter.test_create_router_with_enable_snat_False [0.189397s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,465 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,470 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,473 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,477 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,489 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.402136+00:00", "project": {"domain": {"id": "87bd49ac80b542a88b40fa31a9297a17", "name": "b890f9683a134f6297f7d8a526f059b8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c2e9da7deeaf43169e60e80fe7948155"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2ab799aceace475d8aeb8805678d5284", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "42183f2e130049c58a7dc472478b812f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "47caafec65974a4496997522a047eb4a", "region_id": "RegionOne"}], "type": "identity", "id": "6211453ac04b4ea99874faf7e5eb21e1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fbe74674b7844fc5b94fd543fa9b97d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "93cd65010de344d2b8865a7598ec665e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8512895c0e1b419b8b195e5ed9d65e80", "region_id": "RegionOne"}], "type": "compute", "id": "4ddba2573f7a4457a2c93d7fbbb2f9e4", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "431c88bc823c47a0b6c775a8da239506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "80ae6be2c9334ebda647d2f21a90c0fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "959dd343e4cf4aa48df87b7582019378", "region_id": "RegionOne"}], "type": "image", "id": "eb5070a73b4343c191b811df1787c5c2", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b25e17f0235c4a8cbe60fe323a36d73e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6ae6ad00b22e444d9e8fbd0b8dd45c57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "787928db390447b3acd8cf662a2ce44d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "3ad71f93bf7547f2ba179f234237ce8c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ece792e8aa0048db8833e3c39fc5dd73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87d74aaafe734d939e4bf51249eb7b1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0abbe55fb25a46a68eb5192261f0dffc", "region_id": "RegionOne"}], "type": "object-store", "id": "d483d85446094c09963d280ddd38435d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "260ced1ad4c54daea0fe01acd85a2c43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a77921305fd346559b088f3092f7145f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "10cfcce4b638458e8fecdb6b07c4aabd", "region_id": "RegionOne"}], "type": "clustering", "id": "96e6168327a24930b93c73302a153a7f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a5b703306e374dccaa0cd357d722ec14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0bf3be47f2644e878317f6c0257726e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2bb45633e76f44a9a2adff4f9e33236f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "29c050e2783d4c8d8b4decf5de4cb190", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b1fa49998c4f48bab12df6bb6a76b566", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8d513f9dffc04bf6be42a8f3e0cf0977", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fa04786f95124ff9ae6526d61fac173c", "region_id": "RegionOne"}], "type": "cluster", "id": "99fe89f8da5a4b45b8a802355477e498", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "07f2352e0243468eb0653d228495dad3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3e0b28b049e34ff6b5352c3e9e236eb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a228f83454e04c4ab58af0189cb31f5f", "region_id": "RegionOne"}], "type": "data-processing", "id": "67948b177e374247ae5270fbe773d756", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fcacac30462d40cca11f24e6892eec8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3a130c5e83c243d4b7776cf24f33307f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8a8d0cb496af445d8d056e144228c24a", "region_id": "RegionOne"}], "type": "baremetal", "id": "be9e337fd8b6473fb9f6c6b8254e9cf8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b7fee16c489840b9accd65c64777b32c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "307f37ff26aa481a9554f3f8b5a3ed76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0e386d7d65bc4408b5a87cbbc8d1d483", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e64ef547049040119d445344a7e39f60", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "57db479fbe5d46daaaee70ca47feee5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "90cc5e53fd064d74936ccc6dcf12001f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4004632984e343bebf2eb59320d74d72", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7e2a393547bc4612b7b220e71c69afba", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "aa95f30570374a829410d0eb778908c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "62562c2274764eea9109896880a03e28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "a52cd6c7c57a4c16afec5ef1f44230bb", "region_id": "RegionOne"}], "type": "key-manager", "id": "c97fd300898949338da6a4c3bb4f1671", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3b1c8ebc444843d9a17f3cd7adca58d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a218808eb58744f3a418ec0be7f83c78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "49ac8b5b34ba401e9ff064451b3b7d5e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "17d9e3dbd0f340a0864a5787c9257038", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "17332e078d1242c2ba92ccafd50d5675", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "809c7d11146a4b60b277f84d1d74dadc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f0d6b9b4d4634fc59da38e2b566eecd1", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6449f09bf6384e05ad4c568745e6e8a3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "163044b98441497ab1d1ebe5374a4280", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2612492859184c3b939b97f509fa067a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f18a10798209445692c4706eb0ccddc5", "region_id": "RegionOne"}], "type": "message", "id": "6645833a13294320b5dcff40ad407bf0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5ee71f1c531f4e71972e388e430c3fb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ece846c4dde74a5497767ddb13742773", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bf3e26c3e6ff498195dcea0d10cea3cd", "region_id": "RegionOne"}], "type": "messaging", "id": "9d543b7d1d274c748035ac6a0125a9ba", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "02a78bca103c4449bc2dba139f7e5a37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4ac7e11afc9c463795cab8e55932b240", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "584c97377e3940b7a7cebcba1358c68c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "cae6a8d66bd6482ca320fb32d567169c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "308c84ca999a4db8aa28ffbc51ae9032", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ef78cdb2a43f4b8ea4532bbf80f29abb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c71c8e90f484baa9e0ed1902b5044e4", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "5e6d371dfc9b44a096832236c5145e62", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1c76374fc1104fb2a74d950563447aa7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f309ccd6630249d7a97d95e1eafddcf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "09610752530f42b1b8a7cea8eccf46d0", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "05f799f5d42043e99ac555621ee4605e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c460a07121e44caca57d112f3b9581fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "317f997373c54702850b189b11a8c519", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a3a6521ba63f40afbea0ea3153f0b623", "region_id": "RegionOne"}], "type": "container-infra", "id": "29abfde4d688483ebf9bde16a78bb37a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "eb80b5554aa74410a35a1e555a069591", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5bd740a503644b8e8c7e202857c29bbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "37aa9e87de044fd4a0b36f845ce19817", "region_id": "RegionOne"}], "type": "search", "id": "b0d00c1c3e544f509aacea993f07368d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "95cf1b7c75d0429f854f2d72a8533d4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3956993748914657a73860f4316c27d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f2726d8f5b9f4708ab0d12cada4faf79", "region_id": "RegionOne"}], "type": "dns", "id": "fa842716d6c641f2b650498812bdb0fe", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3498309a8ba04c849f3dee63b81d7854", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a488a5ff66124a93a47adeed2b09ee77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f58a2b9c837a41fd8bbb1bd9e3a4c91e", "region_id": "RegionOne"}], "type": "workflow", "id": "000c9663dcf1434d95f54789bff068ac", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "828965ee8ac34f10a5ad9e26d835188d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "70fdd72ce2744af998336842cf3b1d49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8eceab7829ed407d9fc9b56201c30390", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d20df3823af8454783ed93ba4a56cee5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a41533a2f31e4bf19f2a395f5fb7926a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c83959f7351642e0ac0560508e0f8e4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b0603f4e70f64abf924790839412ab94", "region_id": "RegionOne"}], "type": "rating", "id": "6cdac1d2d1cf4f6694545643f30c57c9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5c3e8144ec594c4e932433519620de4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a30f7dd994ec41fc8698d0615de3f30f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "38bf6b00daf24a1bbf3a652c6c36aa69", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f72afd49ac0c4dd081074c810ff6dea0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6d00ec1d47b74d1d8074e190e11ee742", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7489df5187b04bbfb0a6298db7c30901", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "75b8172556fa44a29a6d666cb94f8da9", "region_id": "RegionOne"}], "type": "policy", "id": "8b7a6dc764144efea1ba828dd2eefd6c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7b2dc16a24554a6282882f306243d5f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "863a46209b304c79adbea45a6a68b5e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "45b29a205fc54c36b8bf4aa77fb38a05", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d36b8c3103fb4fc3942771137e6d12e4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "84d5059d6bb74059b25321996f6a23b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dc13dcb4e0c941f6bbfd6c3e022076a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "82a206f7966d46b78f997083bbbbe34c", "region_id": "RegionOne"}], "type": "sharev2", "id": "7cd3fcb6038a420ba4d5cfdff8678444", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "09fa2b947ddb4806b0377b387e4fe454", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "beb2002368d1480f86e84f479bf765c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f25b1385e2294ddba1aa864e398b4f07", "region_id": "RegionOne"}], "type": "share", "id": "f909156ed0414d56b6c5d5d399525393", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4779a715203e4e7aacc25614dc3349f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0be6cf22ac2b49be86289f4d0c525dc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a7ab4a23e8ac4c5bb2296d435d3c8aba", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ad73e81743de449d9a53d2bc0e2453b1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45db35bff67f4321b9873f61374ae2e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe34bfed37f5446dae0c19c229d8a505", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "245ccbb582b7421a9d233e7fa04d6cce", "region_id": "RegionOne"}], "type": "orchestration", "id": "e9951f7fc77f4d93ac6cef2041817b02", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ffc25d3c7cb841dfa627564375ccf73e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87d36418efaf49c982d39f9e416212ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8cf50b09b68440afacc2bf5777c3d7a0", "region_id": "RegionOne"}], "type": "block-storage", "id": "e3e42d39321e42db883af3e945ea6457", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8a255cbf61a40cebfd5710946334ae9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d2e5d6b2f5734501a9038beee225231f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8619ba49e7814aa99ac7105153f9e956", "region_id": "RegionOne"}], "type": "volumev3", "id": "47056b4b14054d6798771bcd41e0f896", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26a0cf2b76c34137802ea96d7df2712b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea5f49bb90914fc082c0d27b25579926", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "884bd4d82ac145ce9fe5372b2e9775cb", "region_id": "RegionOne"}], "type": "volumev2", "id": "6ba241d7393b48bab06e42e62b66362b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27f967ba33904dd4a4c4856bbadcb0b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9738cb227a30460b83c1acffd0308bde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2f59a92c013440fb3abc29674df96d5", "region_id": "RegionOne"}], "type": "volume", "id": "69e67b6eb0eb4ebfbaf07561bbc008ce", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e817f8eb72e24e04810828ed1236b48c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d4718287b5c47b6b786025f32225ddf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea1242ab2f10447caf942dabcc6883c2", "region_id": "RegionOne"}], "type": "block-store", "id": "ae5ee10130854adea69a53634ac38860", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0161d0e898ce4a1897646866e3784f1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "191631a6d2464e1d9181a38d414fdcec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "50684a36a2604dde9177804fe203c46e", "region_id": "RegionOne"}], "type": "alarm", "id": "5767062f6ded489282bdefbe5fbd6eee", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4318844c882d414eb3e004f29060dc89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b4f7f604c9324f309fcbcbb8a9c02709", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "31a416308be8463c9d734b3035c238d8", "region_id": "RegionOne"}], "type": "alarming", "id": "7e949db77d2b474b86d9daead12b7d2a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4c72789cee584d5a9d1ffdd35fa2f280", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f5bd08f2d99043ae9d88c7a2dd1705a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ccef61ae6ba44f468189b738c4166ffb", "region_id": "RegionOne"}], "type": "meter", "id": "9cb5c3c2bd324a8096ef1c7fd72815aa", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5b39f6b1e07841eb8669c1f2e6feb0aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "81732287b1cd4e40a37d90bb6fb954b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "347a21e1c1cd467d8ec6a91883cf99c8", "region_id": "RegionOne"}], "type": "metering", "id": "c010aab163dc474495cbaede8c45fae9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3d884f50ba1a495eb752ab57843f796d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "30be9c970d5648ae9b4191e7a761792a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7120dc0fc7874c92a11323432db6fbb4", "region_id": "RegionOne"}], "type": "telemetry", "id": "8d61bd45e6004a0e94009d00be204f95", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ff2b0b512f4145a584335ef930c02615", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "092b033272e74f6e8c203a5c696bf368", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "331e1467a1004eaa8a87a1cb8020739b", "region_id": "RegionOne"}], "type": "event", "id": "2f557c53a2184db2975b1669d41c1f12", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c59d094e480b40dead022433ba7ef927", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e8e51578b3564ce89aca3507da322dca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "39a90e198bb74f9d973cf0b659c87149", "region_id": "RegionOne"}], "type": "events", "id": "3ecde76ea0bf4784889d289bf108457c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6ec97097ac85472ba230f5aa5537bcaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b4dcf19cc18d4fb686f63b28a369fe04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e0029614389a4d6e8fd1cdc8acb876d1", "region_id": "RegionOne"}], "type": "application-deployment", "id": "39963e5200d14230af9a4d73fd3d9b3c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "58a0df94d38c411b89ddc39b07b8018f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "990210f99dca4ae8a5c4fd8c9cc4394f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e9b398fd4ac4451aba97f1780aeac6f5", "region_id": "RegionOne"}], "type": "application_deployment", "id": "fa46092349fa475fa8b8cd0e22b99a98", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6328a4d550a644fa8e70cfbe274a7d99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a65fb4f88fe241018a33d8a2b5944651", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7e9f57c7c0e14261ab185e014d52a27f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7b5338cbe7ca411980074964e845b749", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a9ed0f9f8de041c2a65a11f06f2c7f29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b801c5a9d7af46b68bd887286e491eee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "70a9b9da30fb4e708d8a991795417baf", "region_id": "RegionOne"}], "type": "tricircle", "id": "7ffddc63bb884724939208c1d2fa771f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "16830fceb8494b379d4d336082600a5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ceb369c0b6214ef3bdb7acb59f676cd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b02ba8b28f144e99af58e9d87d3c2c1d", "region_id": "RegionOne"}], "type": "database", "id": "c2a8eb80aa8746f5a9b83ff58030a4da", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "625d7552b38b4aec98d067bb41009da8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ae4745022acf4ae6bfd0e11b56401985", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fcf5b32dafb04a3b8234874f25717372", "region_id": "RegionOne"}], "type": "application-container", "id": "db4067b41e134e5b901dbd4ade0e024c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "427cf7277ee44be1aeb0ef4f626375af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cdf7801f0e95436d98b3557f47af0617", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3b61f095bcc2446cb104b2a97f434272", "region_id": "RegionOne"}], "type": "container", "id": "65033ebf710746408542d0a86800d18b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b815968e80f8447683651017f7790c61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b637c55040864e97adcda9a0363b2fd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cb1a2dacdfdc447d85e70286efe63104", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2b08eba8c5d54b2a90c5ff674aa63d46", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3f8f395a1d9641029753ce220457cb69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "622029b8608240f9a56756dd6c863215", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bad6e12415f84fc386a6e72372fef6ba", "region_id": "RegionOne"}], "type": "rca", "id": "6ac48b18ba95471caa376f006a39fb3d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4b68410984144a9986c9601ad3f0ed93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bc0d0ec1ef694d37b1ab59e7d00245bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "37e0058f064947e19583edf6dc51125b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3acb1cb2cc614f15987c82ee1c388503", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "224b7e87f3ce4c218f65b29af5c77b07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "48a45c20f27c49b49c386a966bc1c4db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ce1dd62bc6ed4851a987c1fdbc124fc8", "region_id": "RegionOne"}], "type": "network", "id": "ef164562f71d4496884e75b7af5ac68d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d86376eeb5264c57aa7718f8cee517e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d28a5a1760d64783b47d3bd88f22f41c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "bcf57318b37b4e86b9b305919f4b24b9", "region_id": "RegionOne"}], "type": "backup", "id": "8a3b6cd7c5f5443c820fc637cb8c4688", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3ac50ec4b0554bf88b9bd51d96f3f528", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "15928042d0c944a4bf251aff9db7f065", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "afb2fc29af1244a8a10ea0dcdc1362fd", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "70602c210aeb42ddb2d907aef9f5123c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e4b1cc067a994ad0b2b2d83aef1c835d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4804be4903824b879f09b458464e16c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "518763bd4a964660ba820dd8eb68b7da", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b74b554c557140eb9aa0c8037b685118", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "325bc32221e241f282e378712fd3ba3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "dc9b1653a5ec45ef95e04c4dd1c86fdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "501d57ef397948bc891b285f79fed4d7", "region_id": "RegionOne"}], "type": "monitoring", "id": "d4cae2ca379d4d50acc9a01cb9f57b03", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8d6fd949bae0462eaeb898db5c3e33be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4155f9456d434eab9d0eaf6c3d90bda8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c81e47559379440da8d0fcd629761101", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "621644bd46c6443fa1ee885741bb0122", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "04ec89edac0d4c38b835a69fee7a7375", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "49298fd830e842a485c68864de7a174a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0c087ca95b4f45ee8bf0a8c993798c31", "region_id": "RegionOne"}], "type": "placement", "id": "50fed04fe0754a079ed8358995599afb", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3df5f8bb8b114dd38a412bfa834c4ab1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "97b0365ec5234301a0f4928f58e60193", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "32d083e5334b41af8f21a3cef9d34b06", "region_id": "RegionOne"}], "type": "instance-ha", "id": "10e0bb7272284e92ad375f7000bb5579", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e5db7163697649149f2acd140b42a673", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f3beb8f6187140cf97574051605d7f0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "46aaf4b382714cfbaad0bf1bb0a2beac", "region_id": "RegionOne"}], "type": "ha", "id": "0dacf839fc0548bbb9f09bcba3ffb889", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f6e2149c7fdf470ba7ebd0b6ddf78122", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8a5e30176b29415fbc27688f551a761d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b98272ba35424e25ad6bca5c458ebc37", "region_id": "RegionOne"}], "type": "reservation", "id": "c5d0cd23efe845bbbf80dcc9d07b192b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e2147d15459f4208895239fde22bafdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fc65426733584980aefbc57ac7feb256", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "da7649bbcdc84b23bebb55cdb406b965", "region_id": "RegionOne"}], "type": "function-engine", "id": "82aafa7fe20d4373981428c6e46100f0", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3b1f0c98a58148168bb0e509f50d493f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "509b6fa3877745d39cf10558571faade", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "567b8fad8d85419b985e55815c941c3d", "region_id": "RegionOne"}], "type": "accelerator", "id": "60ae87a8a1084aeca1d17c8e8695f5e4", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "30ebd1451c7243b1a45b50fd9fee7cd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7f7f088808d94e7eaff3f88944cf13d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "782f2e10a4e14ee0aaa36ad71b198f46", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3f1ca4b589bf4d28af4d67b20e085a67", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5cb246e3cf7a4a65a47e316cd6b9704a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "947ff0b3e6d84e2a86f255888f63dd6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a0fc7e1034594391b1e6ea12ed00ade8", "region_id": "RegionOne"}], "type": "registration", "id": "1ef57626b3a24d7184a354b5743f77de", "name": "adjutant"}], "user": {"domain": {"id": "5807fcaa80024238be1dab94cadbc404", "name": "0d90072ce58044a8a717fb8268d0df30"}, "id": "6a48f0a8ed1344da9cfca609e53ba573", "name": "303347f1a6f84424add6ef4ac18b6802"}, "audit_ids": ["7a75a30397274452b92dcbf7231f0872", null], "issued_at": "2019-09-19T09:04:43.402136"}} 2019-09-19 09:06:43,577 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/routers.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"router": {"external_gateway_info": {"enable_snat": false}, "name": "goofy", "admin_state_up": true}}' 2019-09-19 09:06:43,582 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,584 keystoneauth.session RESP BODY: {"router": {"status": "ACTIVE", "description": "", "ha": false, "id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "name": "goofy", "admin_state_up": true, "tenant_id": "861808a93da0484ea1767967c4df8a23", "distributed": false, "flavor_id": null, "routes": [{"nexthop": "172.24.3.99", "destination": "179.24.1.0/24"}], "project_id": "861808a93da0484ea1767967c4df8a23"}} {12} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_list_server_security_groups_nova [0.282009s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,436 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,441 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,443 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,447 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,459 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.372943+00:00", "project": {"domain": {"id": "f1fe9d8ac00843599bbcf4189e3fff90", "name": "ffba7a967b71483e8e5e4253b42d2428"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "66ce3fa249ea4aa2860c63665925ac11"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f5ccd156a39f497eb8fc0fe4355bb03e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8c963d0dc53d47dc8e682f34705792c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6a783ca9d0ab440ab21aa6ce3030d1ef", "region_id": "RegionOne"}], "type": "identity", "id": "6d9a1dadfd434eb5878e868ebd29f157", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "159fe6b257b64cf3b904c93b18d7fc19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "dd823263073646289ebb261f764158de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "cf5d5be7688144e9b80e028679395b21", "region_id": "RegionOne"}], "type": "compute", "id": "569025b71a744ed4998616a052407371", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "465d076034f74746816f466452ee46d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "fd9edfd0a04d4b30b6835fae799a1c33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "63211942cd7a4042b18b8e40d57d7971", "region_id": "RegionOne"}], "type": "image", "id": "2f21b25060b446ae99e92e66fc966199", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "332e0a70d8e74f009adbe79f7f844a38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7be050f5e91948099e159455673cfbb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "494880d12f5f41ac8dd08f875899d41d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "3c2875bed4f64422abb8efcca9c8fc70", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8698aaa9579c4a03b2fa3efb2f36733a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b638132e488c41afab228e1ae65e1df2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f463e4578174effa2aad79c752c41ce", "region_id": "RegionOne"}], "type": "object-store", "id": "e3ae01a62f234cc1a4dd45b6576525d1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1db64fbcbe6b48e5a7653052542d1f51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "70401ee0a49947908ab5eedbe5ef37bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b97a03ab6d8b41d6aeae29570a642bd9", "region_id": "RegionOne"}], "type": "clustering", "id": "9c5a96e38a584d9f91beda5228c6fda8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0dcac4039e7e4938aa5ba2b2fc5ebe9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "88129517df764516aecb0d394ffd518f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "24aa63c35e73425fb479d80dba3407d9", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e59da9ebafa6465aae072f7610faf26a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "67bb227ca9b5441d88449823fbbce51f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "06a0b549984c4a7084f9ae2f06d80910", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "459de4ed3a6b4da082dc047128e2d1f4", "region_id": "RegionOne"}], "type": "cluster", "id": "9f0c068fdcef49079581083e066d7e39", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3864cf9fa41c46119089d48a8c7f85a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cbc9b5e648e74d7197dc9d4f80e97baf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2e9ef85359dc40819a37b75e6554ec25", "region_id": "RegionOne"}], "type": "data-processing", "id": "5b65a14d40574941877872cc8ddd8d5c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "caa3d68170b345b5b9b23d457edb88af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ca76d47042a94fc7996bcf70fb7419d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4a9c40717d3347f6a15eea9262519e65", "region_id": "RegionOne"}], "type": "baremetal", "id": "157d62bb6a9c48ba8e7fa6047f3aa095", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f717d82c391b43b59834045dc10d6a05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c6c2dc42e2714a32b851837df44a81cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f00988320f5a40889ea3884da472f8e8", "region_id": "RegionOne"}], "type": "bare-metal", "id": "24a980abff0243a7a909636601c09f9d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ff31913294ea49d39be8a186ad5a6aa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "354022f060e8412f95351f68a63926ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9aa523f832734adf89c4eea4608ecd20", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d33eaacd522d4a1387aedf17e36f01d0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c53a5ab73f3a436bb07532915117780a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1685164a7f424af8ab1641a3b890d77e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "eb62dc2c913b4e8fab16a23e2135f6eb", "region_id": "RegionOne"}], "type": "key-manager", "id": "d60fa5a1ce4e4521bc4ff3b7eaa61e15", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "aa7a5be6de5449cead9b80771fd9703b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "842933eaeb804ccab8ee2b0a76501574", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9fe32813273c4b07976142d966f13d23", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1ec3b2a005f348f288b041d9678c51e2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6bf3f76068b04214a61dad9d1d9c26ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "102f8f5c28af4c44a7730633fa120a0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e4fa18b69bdf4511afe1a6d040455e92", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1a23ededf3784dde9b3d7c490b1cd715", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9e392791b0fc45e9b129422749aac7e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "17cc0a7977c84791b5cd1a85c6d4c5d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c9a48d6df29c4b5c980df9dfaf7c1f5f", "region_id": "RegionOne"}], "type": "message", "id": "5333f965acc241d5bde341e570e20b7c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b168d982306a4833a3c29e97574291df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f3c6f6c3f7854eaeae66551101e0fae3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1324095f9bba442dbf9242b4e78ebb7b", "region_id": "RegionOne"}], "type": "messaging", "id": "f1e68376b72a46a195249c0f22f24d84", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c4ee1e3f7a8243b48d388b288a646dfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "aa54703a7f3e4d679117c936508687fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b5f73173a8934c7082e59d5b9d75eb42", "region_id": "RegionOne"}], "type": "application-catalog", "id": "bfe2b5d0b8db4b96817ba47e2778115b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "31bd9e145617435fa5f4014ecae835be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3e93225deb37444aa9a9f97cc91f95a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "af8571d00c7c4a34b0237d23adaa9864", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "67c85df3b1654a4f9ace7cdf23cf728d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dbb53b2994874df9acdc91ca90fb0d77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e06908eda37545d8922d761b6fd1dbaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "36953d5a555d492681b54bcdcbd616c3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "8eeac23a10b2482db313dc147f4d12e4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8e406aaa91aa4058bb7d64fb1c7df7e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8ad84161ff984d4d901de723b682096a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b90939992e5347b88062bef6867da042", "region_id": "RegionOne"}], "type": "container-infra", "id": "d2adb578142442649f9a11c62f1f7718", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "63f9313d46704e979732dee794fd0b61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "0a0c4c44273040a0b6ac44f5e8346948", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "681a129bb72e4979b7ee56bdbf755262", "region_id": "RegionOne"}], "type": "search", "id": "387e0a5ce34f41248e22903d97d9260c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "0bd461ea5d5245dfb7e1a41a93e4c833", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "48e526c4127047e782157e800ea057b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f5b2aefd489a4596bbbb521fcfca14ce", "region_id": "RegionOne"}], "type": "dns", "id": "c0556620e74245aa9e475165982f7954", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cd3b5f7340bf442e86818d35e6908d4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "072199fcd7554f6f89cb888081060ac5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7ed9503e3b474abc80049253020cc918", "region_id": "RegionOne"}], "type": "workflow", "id": "7bb0a708ff5f4128bac15d91972e8d16", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e19137bdf2a8497f8487c0a5191cc3f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "18311949b4294f25bdda43859a443ee3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d8bb79bc08cf475e831237a23e5cbca0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d97d36e14c9c4cf891f33bd1c9cfb20c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9e520dede92b495d87d3122342e2e8a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "17e6025885cb4733810c473dae0bc4d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "10e14c64940340148cc9688129e1a78f", "region_id": "RegionOne"}], "type": "rating", "id": "cb736dc8905a44c385fc510d6072d679", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1997c6115f46451894b8f769f47df3ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3f153c0b67254413995a86f45e4ce329", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c613f19cd4294aa4a367785d608114a2", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e1a15c92f183423094da2b61cd32ac5f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "403f81424d1c42b7bdd6f31df212e9fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7bedec67f824485bb01935a712cae1dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4832d91990ed468bad1867d6705584b1", "region_id": "RegionOne"}], "type": "policy", "id": "56c97a439c6e4a39a240339804621a36", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e7182456540a4a52905924855fffd457", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e287aa8804314e908cb292cc0d4db9e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2668eb5153fc4ffe981311f303e7f9dc", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7c950e5d47f143269cace159ee0558c0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "266bfd824a344a42b655c7cbe6351323", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f2aae9beecde4c5498d01242b9d77ddf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "829e25bf1977450b980e321878f33bc1", "region_id": "RegionOne"}], "type": "sharev2", "id": "fbfa587ba0784b74affb106e3220f6b2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ebd82003b6c845eab4455aba715835fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f7a7ad88099342afa6bae2fbe9405cf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "15a5df72581e44edb0a588a096580079", "region_id": "RegionOne"}], "type": "share", "id": "18f6d8950a2343d5b895a70538cf568b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4df32a16ea7b421b931e92f363082ace", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7ff6b07504cc42e3931aef8a4c2f4bb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "95f09abf14f34d83aaccea136eef85ab", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e49f09c4937a415284db3a78e3931f68", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c159d2ff725f40c8aee7266a79654a60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "388b493f18fa428bac8e56e8a8be2ebe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11981fc9872843bba39baf6ac38c8e1b", "region_id": "RegionOne"}], "type": "orchestration", "id": "4729929d525d4e0d9620e69caa0a409a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23de8d3f69f7438280033752dd0f511a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75a55558da684eebba0e60d933eeaf4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ae588b40eae4756a441f8af8c14c886", "region_id": "RegionOne"}], "type": "block-storage", "id": "e40a1b45e8054eb79ffeb09b19f2e4d5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b48e9f093c44ab799571daf3ad58e39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7a5c363efd44b9890b9c6fd52a6c613", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4395449896bc4399b45ea5667027a8a4", "region_id": "RegionOne"}], "type": "volumev3", "id": "02d3bec9ea4e427e9178dc3c2e8166de", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb02dca610e34780a31c5c59a85f1f5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fad6c77304884926b9c389c3b271021b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25eb52dffa3543fe9533b6601414b01c", "region_id": "RegionOne"}], "type": "volumev2", "id": "80263c39092449da994b50a86fe0a904", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fac219710bf4cde9462bd40529ee65e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eca03c0f63094c7fb9f12bc29761ff28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46c3242596554ed196852f8488c5d997", "region_id": "RegionOne"}], "type": "volume", "id": "754f50531e8b41868a3dfa616c698ba9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48c4b0549e0247a89cbb3d4f5c72f149", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ffd61fe1668246e09b40681a1530aca6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f5eb407891e4d6ba0f6fa86cd4327c9", "region_id": "RegionOne"}], "type": "block-store", "id": "222de7798f984cc38ac3d98f7e87a24f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7ec062c50ff94bbd98378b047bc38c18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fd347f0b91654a5fb20c6d969177eab0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7bc284951daa4934868345121b7fa382", "region_id": "RegionOne"}], "type": "alarm", "id": "ad4a416b6bcc4336b7ce5a6a3671f0cf", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9ed89e4eb67d430396c3c419ec0977d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f1fbcd90c7104bb49dd47104bdb3e5ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c5e141e5296040e89a29d38864578fb9", "region_id": "RegionOne"}], "type": "alarming", "id": "94499c4e3f8743a1a74bb628e73b9800", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2a03a530fe8643a7b499abe88ac01073", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9b5090f269934ae89602e59c1b0cdd68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6b26175fc5874371a72032940d8d7d5c", "region_id": "RegionOne"}], "type": "meter", "id": "07ccb750026c496ba301df007dca7a6a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0b6e1685c57d4785a85bbf51e126d547", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cfc3e038dadf40f99fb341af66d963a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1b9b6d73bfad4e99a6a8e96a30268e9a", "region_id": "RegionOne"}], "type": "metering", "id": "a6a85fc63e0345b0a09e4e6105704ef0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6e9a057ca8a044f4b250c3a8570e33f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "07ed612f9e2444d8b73d89b38802b849", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5187cef63f3e4dd0ae291dc015c49ba2", "region_id": "RegionOne"}], "type": "telemetry", "id": "2ce0be3e5b5e4ef59db6d7e2b06be1ec", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c7cbb2adeb944dc49fb20686e0050315", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a446d42f78004f2cb4f3a82edb2b7548", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8593fce6050647eba290f7f44da20532", "region_id": "RegionOne"}], "type": "event", "id": "39ee325558b24afab130735f86384ace", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b4c1fe8bb83548f18d27005c67bd4072", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "004da06b10054fc08f0c1937c0fde155", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0acfe28d77f445d59a7c28e34a94559c", "region_id": "RegionOne"}], "type": "events", "id": "8eb440809481488bad83225f4b8fdbf1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a9f5f0a4283341148d697545fe7b0de3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d834d08dcb494fe785519f154f099b81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "63847faee9034efab6acfdfe947de0df", "region_id": "RegionOne"}], "type": "application-deployment", "id": "91ed2fae91b5453885e205032fc5f81a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1541b78ab64a42f59671e20008324d15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0551fcea214b466fbd7c26b5fcfb18b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7c01637dac1644a4ba417f5dced79ba6", "region_id": "RegionOne"}], "type": "application_deployment", "id": "16566f55607044aa81c32da6673f120a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "27cdb4c1cd9b41f7a124a03631872d86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "46190f14844d4d27a7de75a81b149ad5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9647dcab115b4e82bfb2cccd5807306d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "e20cba887f914f1cb284e6d77778b9af", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ac7d4a6920504a8592c12ea7660d7076", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "91b2f514bfe04e71a38270fd7c5a9feb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "17f78181d5d84e9ab388590fb1484def", "region_id": "RegionOne"}], "type": "tricircle", "id": "c30c8f29aefb41fd8a2088db0f31409a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "87c946d53eab477289caebda6db2a325", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d33388f4072244e29900bb5f1a686eb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0303fdfad46941edb1f614645905ced7", "region_id": "RegionOne"}], "type": "database", "id": "4970a873232a4c8eae0007d152e44898", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "879ffa3c613f42ccba9617b443b4509d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "40d8f343fea043a6b9e47a251666d166", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9b237fed4b5949deb52750d5480d084e", "region_id": "RegionOne"}], "type": "application-container", "id": "0645b369c3a344fe8c0308c06b29c04b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "77464df252354f4b9de1c6fd712d0b8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8e7ee05ab1634f1e8f65ce214c798b5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a30250692bb247cd8746934203191df0", "region_id": "RegionOne"}], "type": "container", "id": "7397c009c7a74ddd9a527516c226499b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b1c0cfc7d2134aec9bad52909dfe3c3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ce3b6dd351984f9a836b4d01b2c3dbc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4d506948a8234dc5b1db2e5f16d87ec8", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a6bd43fe936043c3bb56bbaaaf461da8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f62edc52ea4641cfbe5ac109fde25801", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "909b6ccb8fb7447eb139792fd01a4fad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9572f9d744294dd6bd678450d63fe85f", "region_id": "RegionOne"}], "type": "rca", "id": "f8933d0d223a4af49dac722e8adbed9b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "93b4936f6b2f43498bf4bb0f1ed5f773", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "40ca491e771a4834b5b275cf7c18975e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "858f1695457c4c25bb00f26ef1fbf572", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b6c36cc39fc84607aa455ee582bee685", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3951d29c5e58484fa6e92c9bbd37e0c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "047a8740a4714f5cbf9283ba0b101629", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c99405d36e5143fab4a67d5830f1a206", "region_id": "RegionOne"}], "type": "network", "id": "9dc3a5615d144b949129cc8c45b24eaf", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c28e616188d84a6086106a1b1cc15ef4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "900ba8ddf18140bc8fc4618d0b9ba5d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d0b19e2927e04d658079915776f7efbf", "region_id": "RegionOne"}], "type": "backup", "id": "aff3a72679e94f58a96ebad35dfa068c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2fb12435e85742e3ae3bfc2aaa4940f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a846cdcbaeaf4c19bd56dadcf209db4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a6a97c5ac90e4a8ba3e2cff9222fcfc3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b14a8a67cb84409b8e88a301093121f4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0095dee065c74ff4adeeb74e9b73879c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3789e00e948e445e80d363cb7d7d7523", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "47853b13098d4697a9c3bea8690698a7", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5bec2f4be0ea44bfbaf09587128dba91", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1572a76c22dd4d12bf649f7bab783fbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "30a9161c1b9845498cd6c9d49e138758", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "d3271cad62564db79065941094a3f140", "region_id": "RegionOne"}], "type": "monitoring", "id": "1c8ae2b53a674c839d8e6f4ff7d2d4fc", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ad124cbe3ca5419f8dba25065da0450a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bd6df43b715848d4938da06ccbe8ed04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a74a5783f98c4acc96a1456a881437e3", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ecfd546e5fd343de9aaa999c098d3695", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9193e82fa01246a082dd3b3877f91a52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4ddd2b00f62f49c98a5b4b479babfbd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "155e32536ae941a9b021ab5c1064fb7d", "region_id": "RegionOne"}], "type": "placement", "id": "9282b00b76cc4bba8959adcf4dc2ca9f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ff7a7d42d6f04bbc9cae0c9c4a597847", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "383117f395cb48f4b483aaf62bf08db0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e439724703854bbab1a8fd59b92f944c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "6b6a291c379c4f0c98162efc1a3e8f47", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "18f4da01311c431faaee30cfd10c9ec1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "10967b663a1c4426898b6b09793a7ee3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4980f524b8424f318c2c66ef447c805e", "region_id": "RegionOne"}], "type": "ha", "id": "090c4f28028540ebb8e5f36e77f03e0c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "18d9477c2e57418492d8fe9b5d8d7133", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7e4a032e92eb4e619582fe498ef71761", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b9d9f516705442b9949c992f064c8c1a", "region_id": "RegionOne"}], "type": "reservation", "id": "0fb90170caab4a58bfc824c3bd30f69f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1653f41235974df8bfa66fd053c06abf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b7e9c1374df140b4aafd065e53c45ab6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f33d0bdadf8649db8a22217937ffe1b4", "region_id": "RegionOne"}], "type": "function-engine", "id": "3ae046c3b67845e58881fc37ec92e4d8", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2886a553f12c44bf99424c08f48f9777", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2105169a296241908d1ee8811ecae3d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b0168f5b70a049ac9f731ead877caa2c", "region_id": "RegionOne"}], "type": "accelerator", "id": "8817f5504d46408897b94b5f14994b51", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bbda30f3049b4a3e8d7bef65248ebcad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4837c3d6d2a0498c8ba501dbe39b1933", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "693fe2bcea8f45bd9d4ddfff72f593be", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8761725caf724fafb654fc7362aea04c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "495987cb380c4f9e8672f8746e42a4f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7e1329a75aa74d878982357cae7d85e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b943dc9ec0284b1a8fd350379092a207", "region_id": "RegionOne"}], "type": "registration", "id": "c2a6d2b17b9a4204b76ec2a3880a519d", "name": "adjutant"}], "user": {"domain": {"id": "beb4eb62a5164e4aa8aba669340b9588", "name": "ad550767100540ec96e304798473821d"}, "id": "549957abf2d4427488ae227c28094bf5", "name": "1f93f2a6f4e244d08e217397ec7e2fda"}, "audit_ids": ["903ed7a3ae2b4239916889ab56beca77", null], "issued_at": "2019-09-19T09:04:43.372943"}} 2019-09-19 09:06:43,574 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,579 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,582 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:43,601 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:43,606 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,609 keystoneauth.session RESP BODY: {"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "server-name", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"} 2019-09-19 09:06:43,639 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234/os-security-groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,644 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,646 keystoneauth.session RESP BODY: {"security_groups": [{"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "Test Nova security group #1", "name": "nova-sec-group", "id": "2"}]} {19} openstack.tests.unit.cloud.test_volume_backups.TestVolumeBackups.test_search_volume_backups [0.194625s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,391 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,396 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,399 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,403 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,415 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.328207+00:00", "project": {"domain": {"id": "20147d6ae11c43c583c71e2aff65a6c2", "name": "36d7802434b64ccdb901cb5feb23cde0"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4109b83a3d964725a25faa42dcd33d89"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6b3de01bd4704288aabdfd07c9627cb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "55f6c1bcabee47c3b4ed5eedc21558e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "aab4f7ca0a1e4bc38e582034347d0b20", "region_id": "RegionOne"}], "type": "identity", "id": "87786c46738b48239084d6232d1e8c86", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b18e52e5e1d340abb112769ea7dc2301", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "30bbe88e95334550a7219cc7bde466e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "338aa588464840769eb90ecf1bc2d700", "region_id": "RegionOne"}], "type": "compute", "id": "7a98f7b959d14e3ca732dbe70c620175", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ee8d6e17b02f48d4a2a9254663ac8fcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "02e1546080d24c39ae74f5cf5264498e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "1eed2bd448f442d39c90068ad21885a8", "region_id": "RegionOne"}], "type": "image", "id": "af47524553dc4c25abf6fdd8f32a5bd7", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "33b73b333faa422c9497ae6bae8c98ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6de7b055a49c4de6b29ee6ee54be179a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b8aa59dda43c4177af603c4e9fd86047", "region_id": "RegionOne"}], "type": "load-balancer", "id": "58d05f451d904c03b8343dcb63406743", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1089db61311405c841c8dbb108b50db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2742fd32f22946049234dee0142cf7a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a04aa1a43e6844d191683fa5a0bcafaf", "region_id": "RegionOne"}], "type": "object-store", "id": "9c1f8ae9548a4aa88297231e1d33ed92", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bb387c65c6e14833a9021d7898741c37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b3063c072f4f4ec782b526c641897449", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "78856dd61b0f4bcaac65a83fad7f953e", "region_id": "RegionOne"}], "type": "clustering", "id": "29e3aa8a98b74f9bbcda83c34d77210a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "05fdc562d8024e8196729b7973ad3769", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e9ef668bf96447de8486b2db82ce65a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f6fcaced594b48de9c3bf25eb595e71a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2ce3e1d1a9b04066a03f17f07d90d270", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "419083002fab4aaea7276e935994325a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a7e79e1d7c4949b3804e34a1aacf971b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d8b613faeed44cb2b1dd99fe86d607ad", "region_id": "RegionOne"}], "type": "cluster", "id": "5ee16722ff684f41939038492189e678", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fa681394bf9d44309815a55f2635f3b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5778eeedc05840e98037b534117aeb04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "161a8a5d2351470bb8aa5323067ff3e5", "region_id": "RegionOne"}], "type": "data-processing", "id": "9aad02eaa7da4b3987fbebeca20a3887", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3f2512dfe06444c48c1e3fe6811277ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e9f8c7c579e74cd7b5abb4c29591ac7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2f98b95000ee425aacdfaf298103531e", "region_id": "RegionOne"}], "type": "baremetal", "id": "d884c2b8b1f64c53b444ce1701925428", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "09c21c81b93b44de8e25b49abc1beac3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7062db4a84494a76b73a66baddd95fc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2a3af265f60a4921846dc77e4513306f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "65b75e1489eb4d549490de578ce2f651", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "48dd98ca4555410f9ac529bbe85b9bb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f9dba6a3c1fe4435b6a58906bdb87ced", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "82eb33d7976d4ac2b27b986d65d36d82", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "adbeb82a22144fbdbf265d6712fe38df", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4f9fcb13d91a404b9eb9798ea2b42a44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9a73e99bac5e40c895ccaf9d169472df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "674bd2cf47874af68aaec35df88f024b", "region_id": "RegionOne"}], "type": "key-manager", "id": "98a8f1f0e3524a9aaf6461a20e5bc2c4", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "96ae95131ce4475d9d57f757f43d1d83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9b3189343af74f289509e940bc869897", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "da9b96d5fede4c6bb682a475b239af3f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ce4ac581815040c498c97e8d4e97d8b0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c0a10dd53c5d4dec863de0130681b63f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "20d1eaca48c64579a013399060eafd4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7220274089bd4c4982c0fc0df9a713e6", "region_id": "RegionOne"}], "type": "infra-optim", "id": "65a29fa567564a6eaf3547c3b827e627", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c7dccb8578ed4605a20b30100d667709", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "272a0a90ef83473492764a6f782af165", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "83a8d2a6d61b49d8bec55467abb41725", "region_id": "RegionOne"}], "type": "message", "id": "8973cdd1d2364641b7cf7139409badf3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4f18c4aa80e94dfb88a197bed62dc5f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c90c377f7dee4d81be53a0ad7b1a2fd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "489f438c01184cbbadf671f4cd6c96df", "region_id": "RegionOne"}], "type": "messaging", "id": "3f63fe46e7174451ad116f92953d86bd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f37a3112f6154fb296d7ac68727d99e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8abe684fb2404d799b1a709f9a0bda28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d7bd9521bb7448b4aea633f9c0223730", "region_id": "RegionOne"}], "type": "application-catalog", "id": "00ddd85f0e2340ed9e7a2a6844494db6", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a801d163fa0947309e80f47a4e7c9fb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f508df1a402f4fba9337fadbf3441e8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "33bd26269f364bb2ba74765ba4640949", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "637fc98b59c649758eaf25041c1bab6c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d533c8fdd7744e9498112dc638669d74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e4e7f9ecbdd34e8a8779973b7a4c8886", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7f3b0366ac6c461bb38d6b409c5826f8", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "083336cc3bda4ccbaa0e6c4edad425b9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2008cd0607dd41739de511d3a9e627e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bd79a1eb570643acafc9052887f12793", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6f706c718da3463d968e352d6876969b", "region_id": "RegionOne"}], "type": "container-infra", "id": "b5d1e7b6f1a2494eac1f6e30cd8d063e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d43567b3d9e1431496a843dac2c85b1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a87a20e643804ce982c6cb3417a90a31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b009ea467eca4e0cacfd09e87eb11799", "region_id": "RegionOne"}], "type": "search", "id": "f42e5b4dee96470b9ddb04d1b21ce1d9", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "87aaa83392bc4b578877a04935cc338a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2e6b0561538d432396e95ccfdd628ba3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "efaad621e359428784703a957e2cda78", "region_id": "RegionOne"}], "type": "dns", "id": "b35d6907ad9844e08647735fcd807a7b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b84c65e5c89647fe87d1f9500ab95fc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "097b7ecd5cc5480396c2d11d10a7e160", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3a43c85fdacc49bf97c138a53b13eb0a", "region_id": "RegionOne"}], "type": "workflow", "id": "043ee58e2ab54d98a7ba00ddca162489", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a5fcfcf23ff14b2bb135f7006e340531", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "70eaf26594a14c5b869f09443012d375", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "82de04d61ea143b5819cf65f8f956c19", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6d782d876c1f4fe4a071c40136538d4c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2af83d9e89a24e6da165a4679c5d3103", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5eb7455c95374ec1be7cdf7f9988a949", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "688a22514ed0426db5f306c1b6a9166c", "region_id": "RegionOne"}], "type": "rating", "id": "42520eca328a46bd9f4e7c8ef2677edd", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "efea8709a3e2498bb42fbef4a7402651", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "01a76fba9a6c4d9cac69f682c6d7ecb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "51cae014cd7840c6b39e79acec4b145c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "64e16ab4512041e0adaf8472bb619e52", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a88dc0257a0543a9bbdd5e17103252b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3d286f63bdd648cda8160c3ee5a1be22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8bb3246624fa498ea920e9071a1604ba", "region_id": "RegionOne"}], "type": "policy", "id": "54f2bf17698e4e3985a6d7e76450c9a5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d3cdfd720893410d8bab688f281632e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "141879ad45e041518d1f265bae331060", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "082a30a0b5594c2a98e1d0394cea0ae1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "256863174c274e7abd8b8adc70295a24", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3ff46ebdd0b94910851b1c347358ff4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "af58611919774c18a7b655b1cf3a988a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a425d28705684fcfac0804291fa14431", "region_id": "RegionOne"}], "type": "sharev2", "id": "ddf2bafcff09407881537a8a7e895d60", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4433a1434ab84736a70e581c41fada2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0308946005eb453dbbf5b938bfcfc896", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1109875e72f34cbebe65c03cae3f664c", "region_id": "RegionOne"}], "type": "share", "id": "ec1aebc4e84d47889ad6eb6d1474d6f1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4ef0d22997ff4eaeb97861769fb90eb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7b644c45ad1e44d089af38b77d683750", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "709656f61caf43ee99291ab024ab133c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "93e102782df2422684ac47616256bf5f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9afe7751dbb6493b9633fc1ba325c9b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1cbf7caa9b4e451db335b8d1a8144ca7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bdf103c852fb4b1ba81d4fb8326bf5c0", "region_id": "RegionOne"}], "type": "orchestration", "id": "6b43c9aa62c5436e99e8e9e5971e7e02", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6ea5c04b6de45c39f353724d782de10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad49291825a8406ba96aadb5fead925d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a674b002ed774834a098182497756b0a", "region_id": "RegionOne"}], "type": "block-storage", "id": "b13420207cfa48e4ad4f85d47a5b83d3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82100cd071ba4f52b7cd3a65e98f395d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f726edebdbbb4bff816341004a68fe97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef5e631243654854b4572b3bea02b2e5", "region_id": "RegionOne"}], "type": "volumev3", "id": "cfb2263b3ef54deb8986f44d1beb7686", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b2dc1d84dad42789a3b92f81d5fdf5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5502a6f8f7224fbca22cfd6c4e2d741d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c47aed6f51c6489cbdfaa7fd2a7cc832", "region_id": "RegionOne"}], "type": "volumev2", "id": "01ee71f19941427f85b2a58463ccec5d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36c421915af4411cb7843cadcf9e8fab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "580befa892564bc6b1de357015c309ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1d45eaff30e495399487d15d12f331c", "region_id": "RegionOne"}], "type": "volume", "id": "05ba56a7efc247a5a22f45dbf467aa15", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c267a5c8f554613b99ef147727d8ceb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95928d71114e4b2195dfb339b60142fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22854fbfd14c4e8d8bfce5ea15ad8cf9", "region_id": "RegionOne"}], "type": "block-store", "id": "8af93aa527a74b8296b02034618ae233", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "42b18f4eaa8c49f188e1cb045d14d19a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8a2a59e7f69c4e5a939d02c7e761976f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e8d29acd34f449cdaddef2345cf7ba83", "region_id": "RegionOne"}], "type": "alarm", "id": "1dc2434e125c4b7484d7e48478ae57da", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d680532f529d4097b17ec724e61f9f14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b77be10babf449888a94c274e4e74f9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3747c745718e40ce896177895a23cec6", "region_id": "RegionOne"}], "type": "alarming", "id": "838498904ef04ccc9780172cf58d7421", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cc46fe71db1544fcaba08f19553babd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "250cf61e75b64d15aa820cd20f9d3fdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "271c6e3ff8ed423abb3f7e2a2b195b29", "region_id": "RegionOne"}], "type": "meter", "id": "adc7d9f9f11f40a5960f107b679d9194", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "606d1765f6494164ae26e40d63cbaa6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e37c2f799aca4f3bac75ff0d47475ca9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "641a1f06030141dfaf8e1d5eae45344f", "region_id": "RegionOne"}], "type": "metering", "id": "9bdf1dc04151416b93becb82fcfbb100", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "820b045e6edb4bc18fda41054bfd5df8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "02ecca18ce444a61b602283f1baad06c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fd18022c891b4fc48989424c9f40b22a", "region_id": "RegionOne"}], "type": "telemetry", "id": "13d4c3416e4544329bfb7bb391108b36", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6d0663ebefca4ad684f0db435e2536d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "053cb1457f1346bc93a4ebd1cb8a3b81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "78770b5e90934caf94f34bc205714123", "region_id": "RegionOne"}], "type": "event", "id": "43b4645c40264b57966bb138479a0b12", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3afa751eb4b447b7b3cba971d0fe6ffa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "15a8e69935d241a99824e263760e9a33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3562173dd96847f5a41179a38c796ff4", "region_id": "RegionOne"}], "type": "events", "id": "63d2e1cfb9dd4a5999f4c6223d2150a2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a74aa42a78c649c29dbf9c2877f681c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "16c2f42863d74a4d88031ef4707e10e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "408e9072851146ec8d3c8f1d3e79cfef", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1768ac3e17a642fdadf5ffb071c5cd9a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "90d2b59a1b20486bb32986ba358529b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1b77b4895d3446d08742a735ed5122b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2ca5c45ccfa243e5a41c1fbdaf9f5fa0", "region_id": "RegionOne"}], "type": "application_deployment", "id": "70b531e400ee432cb451344d6ba68a2b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "de9edf549350475dbb64b6a8f600f224", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "37ee47b152b7425a971e38075cc86b5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bb4e64f7f1384b3abad52f5ed73f2fbb", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "e4487c7d637648609d0ed4a87d2602c9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d267bcb761f147a9b272b14475599976", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4ee10e8509dc46f99651d67094ff9075", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6489e38414cd4f189a9a74a68a4aaeca", "region_id": "RegionOne"}], "type": "tricircle", "id": "f31a79b923974e549391704a4a36cf3b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5b0b04eaf06847eca617b7afae03212b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c3b5ec708ad54d18b0e385c055decabc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "cfc9cdad152749a3ad752431f30973cf", "region_id": "RegionOne"}], "type": "database", "id": "ea7253e2cbe24717954b0da5816a04e0", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a1ce258f2300420f8c1676afbb3a8106", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "31d36f6d5bc2428a994c16a088761168", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "862fcb3860724abbac623c13c4989ab6", "region_id": "RegionOne"}], "type": "application-container", "id": "feff6c5e318f4110bcddb4515d41dcf3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "78b505493ce34ea9a940e2b70c517a0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e5ef83b1f57540569714b9c3c129e676", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "58d293a159b844939aea0ad3d9efd30d", "region_id": "RegionOne"}], "type": "container", "id": "c558248e294c4ad9af0034be5d68c17f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "eacc1b31c5304ee4b152094b046b522d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f3b287fe10bb4cfb908e6725de1bb8c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ca8de788fee94adf82ef4eb7b002c6c3", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "0dbd7858f2cf4dfebc970aa92c40c71e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "375237c6c33a482cac3aefe39d96a723", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c5b2107738e84010a8f8adbc89371a61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1b7a857cdf524839aaa0a43a10d4d889", "region_id": "RegionOne"}], "type": "rca", "id": "9033f260afb64a4785730d8252e8ffcf", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9745288a434e4759a1c78727cc162183", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "97d78373f14a44c9afbd51ba2fcdc22e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "0b0b2888d24c4ad7aba04d570ab3a67a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "80b664ce4c5e495dae7ebc06f135e639", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "88173f071d064a8ca23c3191d83b5b16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "29ccdf948e4c46bd9206e04696d7d2b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "29eb7a6743b341339b8eaaa3f82c4c95", "region_id": "RegionOne"}], "type": "network", "id": "6a4559ba14274d0ebe47226bface9999", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0464a9fffcbf4f9791fd1c602dbedde1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8420d717b5b041c1b6820ab1ebea534a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "55b8a32460d8419584c4a1f9e2cfa65c", "region_id": "RegionOne"}], "type": "backup", "id": "ad19b1f47c4449ea80b7ae497ac6e44c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "eebe64e9f09d45638ab6089b6be341a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a20bfe2ca1ef42efad533062d2a6f3ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "794a13e47a294351abce473349db9285", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "839ed724b3e742eead3ae936bce1b1a8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1b9fed42b6104fa3ace317ebfc18f19a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fd3696d7df1f475d8b091cc07e7edf49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "880e89c91f2248e7adaed07cc60fa812", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "58f66b36e12f4ea69ba3d42bf67c95fb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2d47261f88774b03aebcdb629c933cb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7d18dc9f156f413bb2981708bb1d261b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c2337b13f823406ea992fc5d95e4547c", "region_id": "RegionOne"}], "type": "monitoring", "id": "3a94e0eb507645f3a752b2153c3cf3e3", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7ceb7d56c28a4046a458fbe5378cffb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a5ed442615e545379765c97d99f403fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "97a0cd9ebfcd445fb07a1b5537771476", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "5718725bda594111a97c6e982045d076", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f945a1b2f230403fbcaa3a590c6c56e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "957ee7241ae44f7eb6a7dfb72ee91962", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "647835968a1e4ab0a1361cc7edc8684c", "region_id": "RegionOne"}], "type": "placement", "id": "81e20d93327b424a9c87b20c278813b8", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "28a5176723444c8a924330dbc7c6f135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "26ce9970ec0e4606bf72b784a4af1198", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dc4ca936f96f4ab0bf433a15198ea9a9", "region_id": "RegionOne"}], "type": "instance-ha", "id": "0d0ab9c9b9154ef78223b242ff75923d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e177d18b3f284cae8dee2f44d3897b4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "05be0a9a81a84f50a3ba43ed4b53baf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a190deed75754ffe868474bddb506761", "region_id": "RegionOne"}], "type": "ha", "id": "c39f03a3c49543528b651d4536447bdd", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ed3d76394b3c4457ab5bb0c3be5ef0fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0a630867732f482cab96397d8a9908d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "129f9866e4ad43dcbfde8d27f8cfe5df", "region_id": "RegionOne"}], "type": "reservation", "id": "c2db26f905f04947bcb337ae58b7ee65", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f50563b2448c4692ba1599bca86bdfb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1fa8f0bbe83e43d297160c5ca5a52ca1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "61a562e543834e51ab0e6ce286930144", "region_id": "RegionOne"}], "type": "function-engine", "id": "867a7b0c35b1421eb19452ff7dab43f5", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0515fb0c2ee049c1a114ee2170c5eb35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2d787827c60b4d0a9b099dfef8d10f65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a86d83450ac648d2ad19b01ac0b17495", "region_id": "RegionOne"}], "type": "accelerator", "id": "c5eff56a813a4f3d8cc0b31f97bd4483", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7e18a318e82749809c64e6ab462d5f4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7e97823d48944039864fe0c9bfe223b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3bb219b453294a558d5bbb94902940e9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0d0d446e213b4d3eb30abda5d67b2a11", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0c66fe86b701402e9b68cef149f67b56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "103793407ae6462ebdaf1e5581ddafbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "eccd3ef69c9949ab815f64426b75ccc2", "region_id": "RegionOne"}], "type": "registration", "id": "6037b2025c92461ebaa33346cca62f1d", "name": "adjutant"}], "user": {"domain": {"id": "2d6723b3f47b44e8bb084bf43a7941e9", "name": "5e2d3addce064ac0b6b4b5084a65300d"}, "id": "48c5480bb7144ba2b8d3febcfc32a651", "name": "6a481bacae9b43b28b4791d4e3972ffd"}, "audit_ids": ["737311b822734ca7b964a6af587c6b3a", null], "issued_at": "2019-09-19T09:04:43.328207"}} 2019-09-19 09:06:43,472 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,477 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,480 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:43,507 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/backups/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,510 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,513 keystoneauth.session RESP BODY: {"backups": [{"name": "Volume1", "availability_zone": "az1"}, {"name": "Volume1", "availability_zone": "az1"}, {"name": "Volume2", "availability_zone": "az2"}]} {19} openstack.tests.unit.compute.v2.test_metadata.TestMetadata.test_delete_metadata_error [0.067200s] ... ok {19} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_extensions [0.060930s] ... ok {26} openstack.tests.unit.cloud.test_operator_noauth.TestOpenStackCloudOperatorNoAuth.test_ironic_noauth_admin_token_auth_type [0.186210s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,497 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,509 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,512 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,516 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,529 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.433066+00:00", "project": {"domain": {"id": "b01377c299a145b5858d0911f9023347", "name": "c1529b8b1458427bbd79548e309a8588"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "08c970e854404fb68a753910bb1e22e7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "87cff95da91442babcb57fb4587e1b2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "59627a59407f4ea0b3e72c5217cd62b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "447c8c5581c544fe9c774d0f4bf99291", "region_id": "RegionOne"}], "type": "identity", "id": "6c6f318006c540808b2ff677948046c7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4f3f484f30d7461eab4c0fcaa475bdcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9259f183674a49249eea6b44c7dc8530", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4d98b76019c64125b1e8f828a6ffb736", "region_id": "RegionOne"}], "type": "compute", "id": "b67f34683d6d4e7a9ded3e4f80d68881", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "df2479eee1f04f529887e2256d608e8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1d203261b1ba4c20b069fd8a5ecaaa52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3651ff5e5916488fb49766bc6dd280a7", "region_id": "RegionOne"}], "type": "image", "id": "36d1851f3dab499787b79c333c04bc3c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "98b20f36914d4f8a82c65cbdc28ca125", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b089ced1a3294227a4a078f46684a80b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8ffc9a73883f4860975d17fc92693e03", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e383ca254e0d461186e7ea60d476976f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d993b793fd546bd8f98630e7f4d0df6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ba759afda6243029ea3eb8c3b56ce8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0a432d16d6443c1a60a5309ae9f9814", "region_id": "RegionOne"}], "type": "object-store", "id": "c8d678a1bb98409090001b4820cdb28a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "31dfb917d55a47f69857515a48ebca1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3077354a05f049f59fe49f75bf90f31f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "990e75a526534406866ae9d86da541f6", "region_id": "RegionOne"}], "type": "clustering", "id": "ae9fe644173a4c54bb88ac771f1a0321", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "741bfeebe7384519a6d7f0f48b9ebcc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "59ac310b03854cff8de036619b67315a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fe204516d5c9430fad66078de403fc12", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2b82f361b34241cf8660217c81937654", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "26a8f78b53d44a61be3566fa89519333", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "357c5b012c624806a7d6c9f7a3101385", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2e3fedc4bd8147cf8f72361e9876d926", "region_id": "RegionOne"}], "type": "cluster", "id": "3b0b12ddb9934bad9867b1e1e5a228e8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a2dc67c2b0b84cf68ead0df238b7e476", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "be436d5986264030875f24edf2671b53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "be620d1341a14758a8c81ce3730c76d8", "region_id": "RegionOne"}], "type": "data-processing", "id": "6d76fbd785294d83b52bf5bc5f1957a8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6ec03f9db73a411d81d14f140c5ff306", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2d32079d31c74e2a9411359937b45128", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6b6af010afb7405eaa4876764c36c26b", "region_id": "RegionOne"}], "type": "baremetal", "id": "559423144f3d433182d16ed846996fbf", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1b1a256808104540bb17ad27780a38b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ed6da33dddaa476da518d8288433e97d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4abd0cf099764561a40f9d806d2c8ff9", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6cdecff2aff94edfba89b6ed50254ae0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6bf0ffeafdc349d5bec1bfa847cb4b84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4f625cdf45414632875c28029f6e02ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "376d4f6730d54adb842d66fe7f9f9c4e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "27ba6a83855b48f6897befce7190eecd", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c5965e44871440fe912382500e9a60e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bb08262523e446479dffca924f1562b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "55f6a01b9c234fc490f05c0029a3a405", "region_id": "RegionOne"}], "type": "key-manager", "id": "540e2fc173e54653bb3efa13e4f42213", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "198273dceb1d47c0a39e44555b529889", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2ae50836490a4354b9c4b763f73cb4b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c5a612e2e44246e0ada8f4455d58f309", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d522d1d2151c47b39ff9af9b83617c18", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fb488a7e03ae4c4589ea42d03fb187e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5b6a82247dd94584b41dfac80ec82bb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "64ed642d3fef4b828ff2583f0d677b9f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0ef4b0172fb7425fa79a4671fd7f407f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a5b13fed9d34409395f7af1c611f0a95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "61e0301bc5c04e3fb6b473befa129277", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8692df79fab749f48415c1091e3fc366", "region_id": "RegionOne"}], "type": "message", "id": "5cb3b5a86b5c4e0eb044f9ce5a6a04b5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6a15460d67ea4b01a54135cfc269c468", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f79e27a4e02442a4a00c75c94a3ab932", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8d3a9c3fd59c488481a122e1403399c5", "region_id": "RegionOne"}], "type": "messaging", "id": "864ed9d435bf4691a6f88de749519dcf", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f53634ed28bb43d58ab7cd81a67b662e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "550f74b37b1a4418bebe9aa2ef87ca49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a5709df51cac452bb77f73c22ae2f5e8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8309235d51c54180b370a10b722cf876", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "de64066ba1584837bc295ce939aa0ccf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "28c91ea7dcbb4babb48f142df55b1d55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "254c522cbe89437a9137f03a241c350d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b04689ea35724f179d753916bf007177", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "665d83bed8984657975f330e271d34a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c92164c46a7943dd971c581b6717bdeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b8d56d8f55ee45bb8bd969a927281720", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4d5bca9e851b44ac98e9d90214bbd482", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c774993938b24ebc8ab8168a08c7b23e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "77408ab058584cd2b6c2f88092b8e2f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0fa73bb2211f4f18a6f589443a8f12aa", "region_id": "RegionOne"}], "type": "container-infra", "id": "09e6637678c34354a3f9f64bc48be1e4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8f01e76be173419b99ab5f763c425373", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c3c3934c7c3647f1b330ec6bcfc5a95a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "af5237560a38480b958cdccf66f704b4", "region_id": "RegionOne"}], "type": "search", "id": "1def6cabb13041bfa95475cfa647a912", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "42e9f7abaf574c64a8d88c1acb3a1452", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f1036480b5244631ba22df4380a7b392", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "fe6be04b870c4a56866cc78f97740ef6", "region_id": "RegionOne"}], "type": "dns", "id": "5f441a0b4a1d475592b4ec797ffbfdd9", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ae5c1c1192e74e6683216e9ce64c5077", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e1cc321336bd4e0f920157d2deb01100", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "dbc1373ba4b84f6b991e572de881ac06", "region_id": "RegionOne"}], "type": "workflow", "id": "2f322257005b475ab9abd68b3584cfc6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "48366c4ccd3847aeadf179af3c04b8af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6ec815e1014045af805ffd45fee19064", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d02eeeccb677484880a76aa7fac3b327", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6d8715ef325b4bb2bc15516f248e04b7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "570eab1fd15a44cb89101c6ac0e7b1ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "30bfa78795674ebcae9c2a8c4e8e8ca0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3a6a2c69e1e7411e8ca0f64d132d9e74", "region_id": "RegionOne"}], "type": "rating", "id": "3e5d2c5846fe486a9d527626c9adbf63", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bf52359d1e9b42abaa247fd8fd3bb0ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "55a577b5ff674ad18f51b4845a4bc8c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0af4a6e5869f4873b0aec5c7015a2857", "region_id": "RegionOne"}], "type": "operator-policy", "id": "452ea04b8f154d40912e02ba63e45c87", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "39c9bfffd1ac4a80b177365bf0996168", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4b582721840b408ba5266a3028e6ea6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c28b7f4d5661497c94e2776407b3022f", "region_id": "RegionOne"}], "type": "policy", "id": "0c33d1b3b0c240a8a6d166872594e8fc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "15dbef5679d74c18bc6d4d74d2c7f89d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "18ece72eae9747c5af6775f7dbaf1c00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f136d3befd6f4370af41af47bd0e1aee", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "39c6f13162f5424794a6c2bea98712dc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6ff197292bb0418eb05f4511917dcfe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9a9bb9b9a7434f02abcb3c4cd5d36dde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c4e1a5ee9cfe4383b8962ca4bb5ad93e", "region_id": "RegionOne"}], "type": "sharev2", "id": "9d7f72dcfa7940ef961425de0db6bf6b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "836fcf50464a4b72bbb1ea9f66aed4fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b5c2c3b759b6422aa947f408fb4ba7f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ea3359a2601f4f8abd27008d6c3d2116", "region_id": "RegionOne"}], "type": "share", "id": "236413f20b0444b78d78323045228934", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "274edfb922084ed99e5780714b0c71ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "15a86102c24d44719140905d9a18d40c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "473ab22384714d61aed24f0464f46732", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "fd2eac21e54549ecbc2483fa626d092f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a749b4ca398746a28090fb1c2563c97e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c7faf82e1ec461b9e5f17b30190a723", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7530aef0be014242adb93a74bfaa8556", "region_id": "RegionOne"}], "type": "orchestration", "id": "dfef43a46a784946aab00886f92b97bd", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79efff9709874160aab263f8f89fdf26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5f9515351bd48cea2a78986b7f2d749", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "427ba4df37b94c7dafdca3e8b4a8b7a5", "region_id": "RegionOne"}], "type": "block-storage", "id": "546f6bc1ed6a481490aa16fe93ae70fc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2736b7f300b46ab871092865b9d23ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fdca4cefcb34209994002ce563408f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c71753e13b24d9a9045625cb7740a51", "region_id": "RegionOne"}], "type": "volumev3", "id": "0a0edccabbef41e28fb06cf69e465433", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d2e15f408f04914918021b80f13b310", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd373f9255814304b11faa4a11ab9929", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b823d9b8c45b4a7db409fc5683f18288", "region_id": "RegionOne"}], "type": "volumev2", "id": "b3850cafebaf47fd9e168da84585558e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f768ad06355b4dfe998afbdbf55002a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "737377ac58424b66a9e34e312b0271de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0eb94fda925b42e4bc66546c0ee12438", "region_id": "RegionOne"}], "type": "volume", "id": "d0d9967875734599983438f18237184f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a303b2ddd3c54a16bc26068f02e5deae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae7b7ea5ac864d68899bea23451547d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb0c2f0399cc41d898d762371ab50e8b", "region_id": "RegionOne"}], "type": "block-store", "id": "e0179ef10a8c46639d32027612732239", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d187739509624b7095ceeab842062f5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8becfe334ca7455182569a27f79d54c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4a2cd6fe41e2444bb5f617315f1fac7d", "region_id": "RegionOne"}], "type": "alarm", "id": "410ce02198f2432e8da01be0f76040aa", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b87268a2ed4f4b51bf926dc725cf9c11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bb05764170604e76aab96fa99feec138", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cfe3f9aeb3cd42bea6ea354aac7e3267", "region_id": "RegionOne"}], "type": "alarming", "id": "a117dcfbbf414369b9ce1bdcfa6b3978", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cedc79907d524f2dafe6661b1c6e3d5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1bb02d3425694244bc38d8dcd0194be1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f34568e2d5ca42d8a71e96fda46a5b99", "region_id": "RegionOne"}], "type": "meter", "id": "6c6609f91b26463186fdbd6d31d41ace", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8692e035588f4625b9d68d0c57bf5021", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dd46f1d4007d474984f844e8ce32b7b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3a39018ec6cd48aaa8bb582a15064b0b", "region_id": "RegionOne"}], "type": "metering", "id": "060335a3f91b4983b44ed2b64a9ef55a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "951724ec1e7640b5bf98ec091eb87454", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "43dfe71e65f1496c89b42204bc51a7b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8ba562a75ec345a3b970f12c3d69c13b", "region_id": "RegionOne"}], "type": "telemetry", "id": "6053bbbe6341453e8a88548c61ac077e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c172fafc31ed4986b1f4af605081567b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "292a509d7a4a41f19de08a4cf3bc5882", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f4fb62bc7ae2488d96b3574452968fdc", "region_id": "RegionOne"}], "type": "event", "id": "e83f64d0ad604e0da849c719eeedad47", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "53ec8c2a1bd74eeda16d49c8bbb382fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "abe664ce1189418f85a87003d90d983a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9887a61e7d75443b841f697aa131a224", "region_id": "RegionOne"}], "type": "events", "id": "59fac3e0c2c04062be4176ba06516ad9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1c94658bf1ff445e9e6d816190f02850", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ba53aa619de9439da7783047691bfb52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b3cb99efe680473e9464d33d7bd66e44", "region_id": "RegionOne"}], "type": "application-deployment", "id": "76373805f4e84101a1d14ac52377fccb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3d80faad761244a3a4561c1fc4fe9ebd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c886823543674a719a73cc15c24933c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "35484212e27f4ecb8c7d5ac2a0fb012e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e00667dd1b9049819485944f77d010f8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cf62dce7311b46258909875cf82c4c4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6fcc1418fdba4a96aa92639f60294c85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "71cf71ee023e4db8bc88bd365387c76a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "31571d3c407b4f77be6eeec537d0048a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bb990788c92b43c4be1bc7a6351770b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "17e4095d4bb44454838a5880ddccf447", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b01481a2a6f84a3baa451c5db481ba95", "region_id": "RegionOne"}], "type": "tricircle", "id": "c554e3fb064444c5bd296e6f5bf1c1d5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "6e8c6d7761714d66a78a2d106863a67f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "823791ed118848dca8429632c8203641", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ba12069b035c477c87d1ad3796845556", "region_id": "RegionOne"}], "type": "database", "id": "1174093a84e84ba8ab6daf403e01b864", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f4c1f6ca65314e5b8a7289dc75bb9ede", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b04da6c9af3143ee8fda4456a5419c7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c85e79a8a0d048dbb6414360bf19ab81", "region_id": "RegionOne"}], "type": "application-container", "id": "be49d87c7fba41798a6ce870e5bb77a5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "28a7f74cb1124906bfb708b435102bde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cfeef0c31e8d4cb797b3fd25a9d8526d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "947267bcbc9649bb9abc2688350ea51c", "region_id": "RegionOne"}], "type": "container", "id": "52cdddd6a19940c28bb7e78fa9e348d3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b08c7a5d31534da3867fedb44b28f8ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0c00a0e2ebcf497f8650309cb904c796", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "88d42a6ba7154a8382a944eb77fc11ea", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "5b045a10b7284fa6959b6ed46961a22d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "384be0b3cef740fabaac7d40de27bb8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "60ffcccdadb34b21bf099eef15a28c58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7bb4f0ecea6c443da86fb1b8dd854aff", "region_id": "RegionOne"}], "type": "rca", "id": "e7883328612d49dfbd1843cb7f113fb8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1ed776310f1d43e3af8525a22b0a18f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "143f0b7d68ce4d8c88774ecedde41d0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f4a40bc199784ef0aa608591f55ed41a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "6c52c8a07c194d52985583c7cde2aaba", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "573808f607024486ac80ec99eccfa341", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4625b949e8f7460584fabe18d041db2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e11c01e33e5f4deb9ec66bf833ef5ebd", "region_id": "RegionOne"}], "type": "network", "id": "bc8e2d312f4f4ff18ed0ac066e946720", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "79b30d4f36c04f9585d45f605086f12d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8b9a41b2f1424e0fbf8e8a4acc7bcbb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "21d7de9f64a943029a91ddabe67fa12a", "region_id": "RegionOne"}], "type": "backup", "id": "308f91614af94ac0abebcee573cb9b31", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4a8ff11c95444b1d8c3791cfee650c62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ed5ca122d1dc45c0a48aa563c7d18cf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c9a902bdce584c9983f945db80801707", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "afee286ec7cc4004a3f8596f3c976769", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "52819cabc9ff4442868939ae2d78a5c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "63718e7a1f7b49f6aad755af666d9dd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "26fab852a5d6488b950f2635c94dedcc", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3fa66fe47bec4b76b47b8c8820c7f3ea", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b696c975683a4b85bc1c8f48247ff18d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d77ba231c3544b0b9c2fc04503a4d855", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "cc0ddecec66642a2b738c811e6a0ac0d", "region_id": "RegionOne"}], "type": "monitoring", "id": "a3896da80e7143dea18c947600483497", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d3bab07d137e4b1d82f099fac9017b71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9c6d4eab7cde487caaee5156a2d5c1ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "41ed4b86225f4763b5a3b47011a46759", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "13f245f3b26649fbaa7226938af12b35", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2bfe3f8b35d74b72bf57f17d0283d839", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c70036834f11468998f617e2a9767408", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5ff798ca407f47baa420e15007fa99a5", "region_id": "RegionOne"}], "type": "placement", "id": "d32638e3574f41b4a8dc8ec5f9331565", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8bba2c21177b41bb88592067036a350d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "44f8773d42d44066a40cca93f28187cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "27057be213cf4916a40c7f5b2749f55a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "42b1ccc7310a4098acb57a38f61f96e6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c2cb553fdf354f64849bdcdd48c0e6ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "32741224a9ea437188dbf71bce9923ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ce51f7b3cf3148ccbe60efad63cc997b", "region_id": "RegionOne"}], "type": "ha", "id": "558651245e42457a9c49405d2757f9a7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7f8afcd44db3463ea76bbe0e5a0ceafd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cb9f454c3de04b57930b9e235fa7d853", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8824d8b97c85414882a952ffa48e0f21", "region_id": "RegionOne"}], "type": "reservation", "id": "b630da50b0694c93967c065d8357169c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8584f4ecb4c9458caf2455cdf0096ef2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e21b95bb6bfa4d888157cb930a1372b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e51fd781832841aaa21460be6d494a20", "region_id": "RegionOne"}], "type": "function-engine", "id": "e53ba054de4b4144b029df90265382ab", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e67acb47e02b49e0842e23e673baa365", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9257676dfcae4fe49453143b52504b8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b9a907ff74354bb294e9a9909e121389", "region_id": "RegionOne"}], "type": "accelerator", "id": "faa879bd58814302aae376b49580c6d9", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2323894ff3004b95a70926a747310c76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "777f3a7fa5c24e1f80d258748348c4a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3f95496a6a2b4074b196962fd27a83d0", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b4994ef87ab946cebffff418b978f212", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "089c8f440fbe4ecd8332fc9c29a490ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "772d2142505c42a39ae65b6c610c2531", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "40b590831e8a4033953146ee6c9f9952", "region_id": "RegionOne"}], "type": "registration", "id": "00a5c187c30d4086b57a683a00fda891", "name": "adjutant"}], "user": {"domain": {"id": "fb4e5de4dc354a42b0039f632213c13b", "name": "4a07c82b53914ef8a8f6e4135faef18e"}, "id": "3fa9ac54240c49b5949dc1295866a134", "name": "99cdce38fe6c4b2f9068567d025e99a6"}, "audit_ids": ["228581b8d8d84f2f90586fe2aad1adbf", null], "issued_at": "2019-09-19T09:04:43.433066"}} 2019-09-19 09:06:43,593 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1 -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,598 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,601 keystoneauth.session RESP BODY: {"id": "v1", "links": [{"href": "https://baremetal.example.com/v1", "rel": "self"}]} 2019-09-19 09:06:43,605 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3514cf816e5407a39cb7a1c1e1243f176dda121e06398a8934edb1dc426b0b34" 2019-09-19 09:06:43,610 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,612 keystoneauth.session RESP BODY: {"nodes": []} {25} openstack.tests.unit.cloud.test_network.TestNetwork.test_delete_network_exception [0.227520s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,454 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,458 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,460 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,464 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,476 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.393559+00:00", "project": {"domain": {"id": "8cbb1155987a42428c82f2f49bc63d08", "name": "1011ddaa7638450c8c075bad476accd4"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "540880474ef241d5a580a09fbfee6ae2"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e1ae09d51f79490bbc392ffce91e4b72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0108df01e1b84bb0ba48835b6283158d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "598101531b96430483501230da38d9d0", "region_id": "RegionOne"}], "type": "identity", "id": "8f90fdfe488a41f2b5579caa210fa07e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4b252b9032fc403182e8572433ed99e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "85da3cc57e2641fb98276af7b2c59fec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a25b7b1e54e0401cade566b72c1c843d", "region_id": "RegionOne"}], "type": "compute", "id": "f1a92e61f3364e6eb9be358e6ffd7831", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "490db511d5484720bb68a06a01c2fa2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7014cdb96bd04bd6a66e1042dd5b7573", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c14494f06d314e59b44e90acc3abde41", "region_id": "RegionOne"}], "type": "image", "id": "7c0487f295544bdab26bd2fa8f594787", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b0e3e2ea22284b11ba471891fa958db4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "71d9e3e402a44f19ab0d2e06116b8dac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8d845437739a47ba87eb36ac2324a3b1", "region_id": "RegionOne"}], "type": "load-balancer", "id": "99eece07f32646318d2bac9586aab01a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27b6ccb7b9074dd2b646b4a276e6d296", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df5bb6861e37495aa5d9469c7570fa11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "499c2e6226fc4753acaf75e82840b85f", "region_id": "RegionOne"}], "type": "object-store", "id": "322f8f7e6ccf40138ad8e6ad32a54b7f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e9b7a977387547cd91e8c45d4daa918f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "52978a82436443189c6b36712d09054d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8c4b4a92f154484b880225d02f2535b1", "region_id": "RegionOne"}], "type": "clustering", "id": "295a4fc8661942fa8b9695aa8198efbe", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a896ad3915324e11acbae016e25b2c2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aab830c778c948b189843c33cb537395", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cd52cd59e3d94018b9bb77279078a76f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8c219e574ec14521ad5cf01cdb6fed7d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0e4f3b6aab5e409f891f69e257ebbe2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "947555ed0e164550a681293e92fe61dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "48c1f07f0f3f4f3ca55a0c9e8759b503", "region_id": "RegionOne"}], "type": "cluster", "id": "cd0e3ba80db24eceaf0ea3d33e47e29f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "21d047ef0ac742b5b1530994e3cb4a55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "744c97b36bc94f468b7ea601328d1ab2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "4ef86e27412242348d23dfba9f482d0e", "region_id": "RegionOne"}], "type": "data-processing", "id": "d4a75e11906e41c4adbf7e8e4edb49e6", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "497c2c80f25542479d105eb3e799bf63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ed089c361438458795283ed615d2cbd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f1feb05b91964c108804b0885868ace8", "region_id": "RegionOne"}], "type": "baremetal", "id": "623b4c7103534a3fa38f351e9bd70ea0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cf9533ee12d14a3780cb63dba94f9c10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5b79608959574d7a9d2fa7cc02666f30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "491c5543ccae40b1b00295da00e69c4b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "cefa4c81c5d5454193effb5b35ea0cb7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "23a3f631c5024bdaa38a760073c2e8f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "37a65230e5524fb9b0a8dc8303621301", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7a46f371ac95473687c05bece2bf34e3", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a0e2b35d007940d2b390d07151ba17cf", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c0d4967d636b4bb8819a805fa9b2fe4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5bdbf60710dc4903968308a1b41bd85e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "748f41e114774097b7df488376a71a6c", "region_id": "RegionOne"}], "type": "key-manager", "id": "63d8986bc7d94d208dbbc4ea39d263ab", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b1a36955aaff46dc8a42182e24691ba2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ca7650db1b67406b81eb3149f7a549d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9fcdeaa3382145f7a807de0b8888bf2f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5a21fb6cd4dc4186885f5f14775a6520", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9daedb68a313439b8deba71b7bda988d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6ccc4b387ad54d8c802ad3938949877e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8299d73e25c14375852c6455bb9f473f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "7fbbc058776549538b51af83ea903445", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a40666da27fc4653b38a5ea755d01252", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3c260e7d04254073a7e19c95b5786965", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e57fd48c396e41d1aa7871678fd6e606", "region_id": "RegionOne"}], "type": "message", "id": "d8da414e05a94fafaad3ca2ad1d9fea3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e2b3497638b1453f97fe95510b255afc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c14ff00b0e8d415ab7556cac6f5a3f3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "45caf94b78d440f090a940643b7fd30f", "region_id": "RegionOne"}], "type": "messaging", "id": "38c8a1507756414fa5fa7138c68a44c0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7162269ce3a244d6a12b487452a9b0ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ca127ed9e46d4b3c906fe3a9a5e14c16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5d73ee18a76c4d609172d58ceae1aadd", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ddf1709c95794ce48f0ab25347815589", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1f435ec811114dcc9d4ec8cf48c0309d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e3df7c9d90e460babaca942faedfc95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e5a232131d354c4ea370e84911036a2a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4d66139600574d67850f4dbd58438f28", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "51c571ebf76942ea88e59616fd11a2e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a4577712a2b445c0b00a9e13500edf31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b2eee4bf86554de08d275177e8a11870", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "38f9284460ec40debc2ad856e49f1483", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9bd6e62061814ab794326cfbe8a31672", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8d2e5fc77eb646ebb97b7dc7d3bcaf9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "de04f29681894b58bc588972c17cd275", "region_id": "RegionOne"}], "type": "container-infra", "id": "89588493467f4e79aa01ac50041ba515", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b8a019cfe7634bec8baff44b00764927", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "82312a003720448485922e39ba5e1922", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a1db0b0f323a4ec0836eceb91455e6fb", "region_id": "RegionOne"}], "type": "search", "id": "f9801f8eb34a4cd7abec9372f2e28a51", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b7eeca481cd34eb58505828ba4101a87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d7501416fc4b40d5a6d892ca0d4f4649", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e00de3a9061f41009b5af603c193c50e", "region_id": "RegionOne"}], "type": "dns", "id": "1a147fa35e8e4ad186e988452c8a8b1b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4489254a77424e59bab5ea17c29af66d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d6c8233b8c9c4cc1aa62b99ccd0e7ba7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "43393ffd93f04d0fb64f7dfabaa2dfb7", "region_id": "RegionOne"}], "type": "workflow", "id": "1a0a1f478eaf40b5b946158a680dc868", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "78312e7eeba045c189c4f74d04129c05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "41456db523544b5982cbcde948c119d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d3d4b6902932437099bae0602c825f06", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5a32fb33e5ab447f8d556b581f4771b2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "c361ed88ae6745389107a1fdb4db9011", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "47a5bda1dc3145cb9ac9ca59e276da62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "245e0d54eaa44dd0894ef4ebc281d91f", "region_id": "RegionOne"}], "type": "rating", "id": "7bc8b15e4fc64aad9474646087fde817", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a7cfc19c5c7a41aab861cb79bb9a16ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "84535a7df85e447aae6058d3c4220c00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4203109045cb41108fd8cadc5cedc59a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "2bddbc0eb6674accb0f8bab1ea2cede5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "088284e2e0e64a729b72cae3e91265f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d0d1a9caa87340ebb7e6a753a2cc5890", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0147760b31fe4637bedf39bfb7484f53", "region_id": "RegionOne"}], "type": "policy", "id": "48bae73fac29420dba80047139e0c796", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c2c90897b50f4304b814c12d74f397af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ef004bc362b44c69b74e1ab679978222", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8fb012853fb14dd0b4e771a773a65579", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "344da46e3f324ac79a8252f8ee3355da", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c1a95402b2d3464880c4b20a13030d20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d0e29bae5a2841348383f31f3b775253", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0332bac4ed42425e94712a7f080426e4", "region_id": "RegionOne"}], "type": "sharev2", "id": "a4445cd9cde7467e84b550dbebed2449", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9eacc709c8fa4b43b335be6dfc22af0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0fc241b749714421bce17199c4a4734b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "70d235fc7cdd4884931e77ca8ca49e0c", "region_id": "RegionOne"}], "type": "share", "id": "8ef55209a54d44faa2522269a40ae150", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fca2712a2eb14c63a7ac9833bf5c2b00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5d6d60636e1542be9552991df7ca1dd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "11e0a567ee9a496fb9ffaea9ebd9732e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "2bc45be2f3cc4f7984346779c54a54bb", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f8da386ba9c4ae8993d9aa8d2f83cc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e79a4d423f84802a89e62a6d719638f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36c403c47bcf484192a9594d99ff4878", "region_id": "RegionOne"}], "type": "orchestration", "id": "1e2f052a3757489c919cf90f100e92ad", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "300b98bb6cc841e9b69dd32ee20a8118", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "776c2cffeca0414f923cca165270e1d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e7cb1d53f0c4614867b678ff4bfd170", "region_id": "RegionOne"}], "type": "block-storage", "id": "1f01d70b568445b6875d3ed205fa93ad", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "707c09090b25420aac8ca71090458f9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "930abac8107b4caf88bd79a993691579", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "009fdd48305243a085a6c9a9330566e7", "region_id": "RegionOne"}], "type": "volumev3", "id": "a07b106bae6248e0be2cce6a1dce49f5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8eeea7a5a3ba40ba95bfaafba892dc32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1bd0d1bcb554cea91da5eb50970aa61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df5c82aaf72f4838970d954d9ea0fad5", "region_id": "RegionOne"}], "type": "volumev2", "id": "f4364701668c4370952077460ae3aa2f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3306ebdd59941acb000c53fe97ce3f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ef373af1b1247c28a4162d6a88bc27a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ccdc904110d4643aefcad6b369eff30", "region_id": "RegionOne"}], "type": "volume", "id": "44e1dd2ae17a416c953f5442b2639796", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a8caf3a35bb492b9d7fea6e99edda58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48778effd2ef45d5b07e059b69425d76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b13679b770b496185ec8b3898ccb65e", "region_id": "RegionOne"}], "type": "block-store", "id": "0c2d8fa41668412ab197c504ec59d732", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f8923977a21e4e119ab408b8c64dd162", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "32dc669f6ae642618b56c675cb83feaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "99c4ec72493148229a2960972931a299", "region_id": "RegionOne"}], "type": "alarm", "id": "6adc7bf61e3d499f9408d2d6201331d6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "06debc057a3f420d927f458da517be27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ac3681371ee04c709b47d1ed74debed6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ce0b2513d0a5494e809d728c55945f2c", "region_id": "RegionOne"}], "type": "alarming", "id": "c06d5e4cbe2a4b4eadc4662280f902a9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0be7e9835af14d32b9a3777a77f161c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2b838381acd54c79968397d4f62e6b23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0d946d4c3f194538bf1a86688cacd352", "region_id": "RegionOne"}], "type": "meter", "id": "d4590b4a3fb7483b83801ba06c0b78de", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b055e70a3c944606874ae6d6bbf33be8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1552858de73c4143b985f7edb0d0b989", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "30b8bfc988934ca395442f7d32947e11", "region_id": "RegionOne"}], "type": "metering", "id": "7675971ea1eb41908895c0f8ea7ed706", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "532759fa4bc54ad4b7512bcbd4ac821f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4a49fb722b3f4bc5b1209d055d23ed67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fbae2128eadd4e3cb4999ded79a83346", "region_id": "RegionOne"}], "type": "telemetry", "id": "4c4154df28c24f4eb4a9cd96f33a7cf2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "59ac10aff63e4a1fbee760c3f0cfef14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e2226c58974347db8f7293f3dc88eb69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "86150fb894e54e798386b0dab82e5f8a", "region_id": "RegionOne"}], "type": "event", "id": "ced2882eba81470cbec422d643beee8a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "41e8b68e865d4b4081952fa7fa449594", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4b3e4855de404e9d9481413e90ef794b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9731ea770c2a41ef83f67c809c02d5b5", "region_id": "RegionOne"}], "type": "events", "id": "f918666bdb7b49b5bcfe0774bc782f40", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "68f02ec2aff34ea998a23a31796ad7e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9c004471be97467381fcd7ae83d4ec67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a5ff4fa092cb4dd199a88385feeb97f1", "region_id": "RegionOne"}], "type": "application-deployment", "id": "36b9f9a6b5ad4011b86fa9351ef95aef", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "17a0dad71b1740a4af161af9a4226787", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "053d008f048b4497911a1cb0e1f1ac8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c65494c82b714329bcc7350998bc86eb", "region_id": "RegionOne"}], "type": "application_deployment", "id": "4bcb54e24d6040e684b23b79270404e3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "808a04fa1fea4ac18b5696de8124268c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7afc3840abb840e3afc2d8e0ee123c62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d646aad3f3944029a4142cc4ec4882e4", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "939ce28eec8e4b4abb537de7fb7098b8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4fcd40dd6f594c59ba6233010fd3dd4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9747d2b71a874e97aca131c37fbdf5f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a3944ed9332347edbd2b0f0d99709d10", "region_id": "RegionOne"}], "type": "tricircle", "id": "110c9fc569874fa5bf303c693823360e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "093a5755dd764080a1218b626c5cce66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "48112dfc7fbc4e83afb4d4a0cf36bbab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0ae30da6d866448692b08ba3b9e3bc3a", "region_id": "RegionOne"}], "type": "database", "id": "90ae50ce4b344753916bc07e6a7a06da", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "623885ab204d41d18179e1964dedb581", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5a05ee2d6d6f4d90b8c981820380c9a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a144614c38d640699d59b83e3167d5c5", "region_id": "RegionOne"}], "type": "application-container", "id": "da1c58f757a6442abb1326b8d34fe1a8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "72bf580633144b2db50bb04e2da97278", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "768ca22b732643c4aca3392302466102", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e71db1c417d74e2a91df5528f716972f", "region_id": "RegionOne"}], "type": "container", "id": "f2bd6932199d4d8f86ec4ce2b49508b4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "abcc981401b840078fe66edd12aa07b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "179505e065bd412eb662acfde9f58a02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e06b883076654d03bf75359fe90c876a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e7ec593210fb4a01b61f04ae2e2cb487", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "914866a248cd402e922ffe2ecc03449a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fd52d869aaca49a19401ea6eb54df3b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e61fc292134b4ed881c16d5890090dfe", "region_id": "RegionOne"}], "type": "rca", "id": "13a98e6817074437a8f5d0f5d6bd407f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f8498f864432426d863175b11e613462", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "60db02d0723e4ea5b5c9267235e6c31a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9f2b82c339cb4381b2e2e53b1cae8115", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ca4c938847b1494d931c865bf7bab346", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ea98dc5203c749f49e8bf4150c997e64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e7060500fc0d4a05896150fa69d7f581", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "bfcfc5e3f5824fb38faa61b0c9e21229", "region_id": "RegionOne"}], "type": "network", "id": "82577411104547728ed6917307f6d517", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "fb84035bed054ebdade0fd790691c8a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f782341a1cbe4a0d80cba7f284534257", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "bbabf7341cb24cb29e7e52c20e191a63", "region_id": "RegionOne"}], "type": "backup", "id": "2d06f0a28b5b40cc985a640fbd22776c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "544712ede5164293b4cb49b9a18095d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e70e3d52955540dc884258595f1df5c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e27690315852402cb97239eba74b25d4", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "bc64007a2df5481ebab55c6687829229", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "27b46ed2440e422f9f34bb60f313e456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "abfd5415f3394361b5da6ade49993384", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a91eea6d4d3d4efca4898c4766f9d3f2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "63811bb6f6fe4af7b8191662d83f4691", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1e28f2088ca14d6f8e34fcbe450a0726", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6ed8a223a8a54e34b1b990084a4d3e2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "86a978179c8b4462a5900010cbf27369", "region_id": "RegionOne"}], "type": "monitoring", "id": "de05b730e7d04b5796e0ae776e26579f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ede2d722f2c24e4c9dc75c95ea3f42ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8d5ba90c656e47beb71995a88aa6a8da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "169f538a15474134a5b6c0b0ccb58b07", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "43ce4f9ab0cd4f20b453c3acc7c4c2b8", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d42f1eebc1b8450894c32976c1a52050", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8c0203f762cf413ba8d321f36b342fe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5dd87a6c658a4e00859e167332d4826e", "region_id": "RegionOne"}], "type": "placement", "id": "00a8f2349b3d4b9a9e3bd7158b195184", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d64cd9ba9317406582171d0d6038243f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e992ff24347144c688b769ab81bbe9f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1be366804c624484911c7a6696e79122", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c19526287f44408193e32b7bb9beabc7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c19c3513d76641838479219e4b08703d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0cdd998b56da454ea8f2595f64725cd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "31490bd1d15d47b584c09ab1e802dde6", "region_id": "RegionOne"}], "type": "ha", "id": "fe091115692c499e96fbe9cb58423614", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3a995193a36d4685a8d1dbb09bd66423", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "001e70b9c09e429c8df55273be60b4eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4d2cbf8a2f4145fd83da4114fe924a92", "region_id": "RegionOne"}], "type": "reservation", "id": "bb78c6944e7841a0b592ae3f62a278a0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7089fab3a69f4bf78a6a185340b4d129", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cec82eafbae94bd5b6e3c535b1813486", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e4492b98d7a84b199311e793be403eab", "region_id": "RegionOne"}], "type": "function-engine", "id": "e704b739d22948cc9b77b017f7567224", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "79b7001f40aa4d8b90ca5c689dccc2ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "21a66f4e2aa34c60b463c4fe43e800f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "8b7cfbe2d694453b8412fc633aac3798", "region_id": "RegionOne"}], "type": "accelerator", "id": "ec1abbb3b3b849fb9e2e4ac82326cf17", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "455c8422305741c6a220d07c9d1cc303", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6bd0f5b57695409d95d194283b5d48a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1b03b3d7c3644b5888e37ebb7b50717a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e02fc81f34334c918797d3355f6e9d70", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5d1a6c78949e409daed3782fc8859241", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "431eab7c608b48b7bd8e6529a22d33ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b77af44b94194e7eb8c26cbcdacba1d0", "region_id": "RegionOne"}], "type": "registration", "id": "46988bc200e242439a6913f85037821f", "name": "adjutant"}], "user": {"domain": {"id": "5769f61a75a94a20979cbed082c8826f", "name": "53982979a0f240cc8a3530773b7d4229"}, "id": "b605460be9e74008885ccee0137bfa1a", "name": "4bc78bde7a5f44159e2a64c0033ec185"}, "audit_ids": ["1f4f83204c0741e48d93acafa5dde230", null], "issued_at": "2019-09-19T09:04:43.393559"}} 2019-09-19 09:06:43,593 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,598 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,600 keystoneauth.session RESP BODY: {"networks": [{"id": "test-net-id", "name": "network"}]} 2019-09-19 09:06:43,604 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/networks/test-net-id.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,614 keystoneauth.session RESP: [503] content-type: application/json {27} openstack.tests.unit.dns.v2.test_proxy.TestDnsZoneExport.test_zone_export_get_text [0.066215s] ... ok {19} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_fixed_ip_from_server [0.065348s] ... ok {2} openstack.tests.unit.cloud.test_recordset.TestRecordset.test_list_recordsets [0.309300s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,329 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,335 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,338 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,342 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,355 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.259407+00:00", "project": {"domain": {"id": "4e5b1b2cea5b4ebeb2dde44e86f92fdf", "name": "f0e6c95a64b2451fb5cd75162a00652a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f850fb96714e4bb99211a05aa6d855a5"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1f802e711f6443fe809a02b38eaf4c60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "fc486ad640d6408b8d5f8b18c90deb59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "cdd7ce0711bd4fffa31075e5e979faae", "region_id": "RegionOne"}], "type": "identity", "id": "94fa75f5a890425c99eb167c692b1b6b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3d7358d8663748f5b9428e501ccebc2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "414c619ff36549239a3507dbfb829ef3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "53934455edb04897a68dcc14368b392a", "region_id": "RegionOne"}], "type": "compute", "id": "88b9007d3e624863a5997bdab18954b3", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "37eaa9d046724fdf9846ef3398c6ecd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d58165212335464f909b5ad0e8c68cd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "436ef98c6fbe491cbde676c301d2deb4", "region_id": "RegionOne"}], "type": "image", "id": "80013765ffcc4cee9ce9e05791787d0e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "87e7032e615841e9b6655ca6401ba64d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "45b53b67a3b1436cb285eb7a804d7a8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "db917524a2574e0e9450dfe7739febf5", "region_id": "RegionOne"}], "type": "load-balancer", "id": "fa904904ca044ce0b1b36a2a4d5d0ed6", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbc69e27e232424bba492b05550e1af2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35ad06d229894cfcb025eb81b8ac29b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77cd5c88ce3e448b87287fb2682aae12", "region_id": "RegionOne"}], "type": "object-store", "id": "1b719c508baa416382d8be4122ba1fbb", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3589ddf77eac435fa905db6c1d7cfdef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d84a8765517f4aebb69122b95c6b91fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6aff1777d4154890afdc7e8781660338", "region_id": "RegionOne"}], "type": "clustering", "id": "c576a21808784312b54d9907671326f3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4630fed6309b40a4aa4a1637f49d6bdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bd831689980040a48359b01233445ef0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "df336a74e44345ffa78c4bf744aec6fa", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "dcf60987699e4b8bad43d8ad15edfc6f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "28061ad8ba7640dd84174409b0386d5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2a45053ec0ed49639e3017bfe5235b99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4590ab6dfd974d63b1b5d25fd161376a", "region_id": "RegionOne"}], "type": "cluster", "id": "39cbee6af63043e6946008f072cd2b01", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cd8e6d05c8704ec2ae3a8352dbd6f3e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "36b6799c8d3a4219ad854e589c184563", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8d64b601003e49ff9f624c84aa78ec0a", "region_id": "RegionOne"}], "type": "data-processing", "id": "f3769015be9e4ff6a4720ca42b8d53fa", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7056f893871f4b9f8e338e9460e0fcb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2b63e2759d1244edba64864b42952d4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "57ce7309956a466496d61bb6b05a1041", "region_id": "RegionOne"}], "type": "baremetal", "id": "b05d7e4c296a484f90357e5cbfb5bb4a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "db9d1b9b8fe64d34a17ee96c3d60e7ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f878641ffcca4ec6a7fc0c3397e9fe17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f23dd7c72c674de89acdfa09ff393e7e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3c5a8a77b84b44b88947afbc2fd20512", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "673b68ff9f1f423fbee841a5a768e1ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "867680994b2b482d937f87886884a2c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "24e92a5684eb44db82a03b777b1b46cb", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "028378f8f8954490bde7b7e6dc15a3cf", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "50450fc5ae254bc38ef98198cf8bcbb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "82a53c7993564775b152d30c6dd94fde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ef8d9c0204844646a2d1810d697fffa5", "region_id": "RegionOne"}], "type": "key-manager", "id": "083d0cdb140c49f984d0f14557d5b108", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "288a5c0e6349447ab3d03a3bc1a34a9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "30b88dd2638e4612a91dfec64ea9517c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b415ea472e5d481b84d1f469b02eefe8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2c90740288064003a5bfa2688909c74c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "689df6a0e0004d538670b776e911f931", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8daed08367d44afb8926256a7d875277", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5549abe40b14458d95f4e75b669a596a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1005ac9d3bbf41d984246eb279cb49b4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e1e7aea1ccd84b11a9b212acc185413d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ec60e83976c44ceca5213c935c2ab1c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7fd7c9b9511d442699d4f03abbedb82c", "region_id": "RegionOne"}], "type": "message", "id": "e1110bc4e7c14a529a38b41febaddeb9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d5e1362e8c914a8d9178ce52023c435e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6870f4c4f07942c78b397790ba10b21e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "52477c48387f4e23bd15916a6aa3f070", "region_id": "RegionOne"}], "type": "messaging", "id": "acf883ea731f4e698f9ed399ebfc4b9d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8fd9d6c6010646abaf4b7f1bfa5fc543", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "09ad5e9ac8b44cfa8a4f9d8d577bf028", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e3cc660d5c1f4b978905121541cc2feb", "region_id": "RegionOne"}], "type": "application-catalog", "id": "52eedabd1f0f4b848254772461ac0ea9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c90b3d72bb974f71867a1d1c2c1a515b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "94e7bd42641c41b9ba7cd318346d0891", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "14a2e588063f46758bf3328e94e17214", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "58129549cdbe4af493f1581d5ad8dfc7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e7ae1e9b46904977a851093a5ad2659c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "99b91eb4780140c2afb14cadec12034b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "99238861384d4145aefe18937e9c6d2d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f42324bf1c08448f88015c6ded848764", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6de5f568185f43d0ad622c4cefcd03ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d78303e52775497d9535d515b612cc24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3632cab9d32a4bef8eb13646dee88d70", "region_id": "RegionOne"}], "type": "container-infra", "id": "004340cb9604460eaa8399fc40dd4849", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "bfd4930b4c204b06a11e85e302a895b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "66a400694839463f933916b97f9a2f5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "92803a6d7f58461b9e9c363a7a3c28a8", "region_id": "RegionOne"}], "type": "search", "id": "b17973d68eee49df8b0afd33ce6d22d4", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ca7c1e1249e0407283840420b1a58c4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b9dc57752fc44380a651fdd408487283", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "8bcd95ef3b7e4394ae4266c7da6e28d7", "region_id": "RegionOne"}], "type": "dns", "id": "4403dd01e6af48d58744c09bb15b4990", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0be1ffc5538e4caeb5327eeb1e8b1746", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3155eafc0e93482f92e2bf8084c6c724", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "792ef5b639f8438e8f41148a654be485", "region_id": "RegionOne"}], "type": "workflow", "id": "733b28021d234848ba8b9025be3810f3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8ac345e95a9b45ed8145872ca93fa5e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "538355d58b38414fb23d40c3fb1ffe57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e2a5973bb7e2473b97d250d3210d2552", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d19b3f899eeb4d20aea9da6b958bf643", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "656575312cd24cc5beaaf5d441694033", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "395f6991a2554f1cb3e750a08b17e401", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "70fcc8992dd2497f903836e9b0e79776", "region_id": "RegionOne"}], "type": "rating", "id": "9e005d91342a4978a69e280cab005c2f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "08a844e2421b427dac18c6f08862f5ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2eb74a4755aa4847bd74324455d30d69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a6a1501e6e224da9909b375b0c3d50ba", "region_id": "RegionOne"}], "type": "operator-policy", "id": "fd53632a1c674057acc2d92bb905aeeb", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "949e1042020647ce984794f8c8e4a668", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "90a3a679b56243f89769be797fba0d9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4cabd82d41964a02b279702591de0300", "region_id": "RegionOne"}], "type": "policy", "id": "b0cb58b32c0c48be92b134cdd197bc9f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ce44d360e8314a6784d187d1042a3981", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "731c30123ae549fc97e3683cecb10cb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7d0da8b135e04e068e61fdf5b0dc08fd", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1bdb52ae003c4824a55e0b1246d2d16f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "151896cb24834613931de096c6c4b492", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "faf698adfe89415689d0c59ba7d0911f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "91db726370744e948e82b49fff7dc3de", "region_id": "RegionOne"}], "type": "sharev2", "id": "4ccbb06671ec44e9aa5c4955fb7057a5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fa79cccb72484eb99601bf9b0aa9d4d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ba61a43950f6464db22d0351ea466cb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "43cd106d4b59462e81a4c2640f4e2581", "region_id": "RegionOne"}], "type": "share", "id": "5e1dd48382704499a3999249cce0ce1c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4a9bcd6608d14b3992060f68170fe7da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8e6130bfcc894806b59507b6f8cf56d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "047126cd34f54166a7c14b1b2c11c8fa", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "da4bcf3ea03f42bd8f2844733d338853", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbbc9f2d3a6b4efaa7a49aa0203dc484", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5945540f175245a3a960509d36cd211e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d96dad9b44cd4d5894945e0999c0fd3c", "region_id": "RegionOne"}], "type": "orchestration", "id": "59d96710d9fb4d83bee6c2e26a8d6835", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83486da772a04f088634608ac4ca4f76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6bb07509bef4b538c68447681ae3286", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "375ddc8e69d947f09db7deac5c7649c7", "region_id": "RegionOne"}], "type": "block-storage", "id": "93fbd02711a84c10ab014cf2a8e513cd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2c9ce7c7735421b9e36e1535bf099ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b49739b315784de198dbdfe8c6ff3600", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d11962996b44f51bbfc118f501ae055", "region_id": "RegionOne"}], "type": "volumev3", "id": "4820d03195a24ad4bc849e067cce61b0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e80e3078f6ee4ea0879f2df08ef587e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "596738a9dc6d4b0cb41e66ec20910381", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7844e50c0f64ca6ada0161360a707ff", "region_id": "RegionOne"}], "type": "volumev2", "id": "697ecb84a6764524ba1ca41ba330d96c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fb3e55f1da94a75aaa709b319b8fb4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a770edba717c4525905265c9a4530612", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc0a5827409446149e06ab487b5b81bd", "region_id": "RegionOne"}], "type": "volume", "id": "eec2ba433b2948929ee8271618c01efd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6939e7d02e104ad2a88915ed341677bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0b4a8e5ca764bc0b1f835ee5934a1cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ba718a3d94849cc8355acd888f8c580", "region_id": "RegionOne"}], "type": "block-store", "id": "570869b636514384a8e259e403375dd5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "804cf37be97f43cd91c187b53638cc0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fc0273f30e7c4d08a41f79ec26e61872", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "80066dbe55e04b77b6d160f098b67fcc", "region_id": "RegionOne"}], "type": "alarm", "id": "df0cab0df946400ab8dc5ea02eb53aea", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "05568e923fcd41608b462bebf9767b9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e5e48166c21e4ea79cfb2df2ad0844dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "456280ffcb78459fafa494f87c027429", "region_id": "RegionOne"}], "type": "alarming", "id": "d1bacd7a8f984db2bfe29c4588ef0439", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c1331d38670343b2ac0efddda989910e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0c7fe430e4084a418d432a26d0e94a48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fb9f1db05cbc4eceabd88fb9fd08cc52", "region_id": "RegionOne"}], "type": "meter", "id": "0462b24f89d04516bd0c682bbbb5c317", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c2846d607f844a13bff275bcc6c53963", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ef3154db0e254950b8397bd701caa742", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a9c8cf9d367c4da1b0fdfd74e7d05157", "region_id": "RegionOne"}], "type": "metering", "id": "8000898ab4f44bdea29ae55949415def", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6d2bd4d032694e569d55769aecdbc283", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "39e150d9077744b08631b495a492cdad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cdd623a6eb184ed09e9943bcd799a1cd", "region_id": "RegionOne"}], "type": "telemetry", "id": "726559000f9241c19c3ae1fa886531ac", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c88db465aa6c4d18a905260386a8bdc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9ee683742ed244a0ad15e69cad1c580e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e568dc772be143cbb88647e08949ac3f", "region_id": "RegionOne"}], "type": "event", "id": "0490c0a61f614cf7ad188e27e8e431a6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5e5ba0a5384b46ac8589cb5f6daa12c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d729c93a9fec4409a03b254438c4195b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6441dbb86fa0457199546fc299deecad", "region_id": "RegionOne"}], "type": "events", "id": "ddf210ba1abd42f587ef5e81243c7fa2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "90742393073f4fc6a847a930c876226c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "81e50b1d4fbb4005ba5df68ba99d1243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e7558754dcbc4896955d72b4619e2e03", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0fd3d11d4d99421fbcbaa4863bbaba40", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5be816b256d24c62a2de36dbf540daad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ea010e0e6e64415084958bce48644f75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "934418c70ae64ca8a9b62cdd5719ce01", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0139dc3dfa7841179242a156eea75db8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "71aa963769ec4a02ac97a8c6c4bb339b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c5775171617248ae83220709fc92decb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1fb955926b644d2cb91865bca621070f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ae5d9c40d72447a084c02d559c9ef112", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b8b4cb80d9b7480f9dc42b189e9aa3f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6b4fb0532aa747c69ce50ea92fe4c257", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "91d2e4ae79c84a14b426b7d6411de10e", "region_id": "RegionOne"}], "type": "tricircle", "id": "c526ae81de1049bea5b7092bf629bbcf", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "45fff9f5ea0e4086900469849c7568c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0ea0a4309f4b4856a532873afe199038", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0c57fd2ea4774a3b949e0a3970d204a5", "region_id": "RegionOne"}], "type": "database", "id": "5da18a8b7f754afa854172960948e81c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c2ea993638004348963b2734252c706c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "23938aa6dbe944adb8335a8bdce905b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a699a5335e6541d3bd53f61fa618a3ca", "region_id": "RegionOne"}], "type": "application-container", "id": "0cc3a4172c9445888467efa8000d46f8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0c59b5fb89164dd29a7d260a2e2024b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5b9358165db247ed8b32f3b90ac41621", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "40b6fb0cec2542d1b3a6cc54be41864a", "region_id": "RegionOne"}], "type": "container", "id": "ca0c635e1788453ba7dc252804ddb577", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "956f6657e5a04974b43061f1ff2e05e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f954f16a9766450f8f5e6fdfb5ae14bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "589644faae7b470a8d1e6c145df9424d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d1cb33832f5c4e3fab4a4d04f4e75ff6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6a3cb36df1e74fe98fa05610012c6d82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "60e6fbf163904708beff8adf4ad23e51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fcc42a7be56943bf82f1ec08f903025e", "region_id": "RegionOne"}], "type": "rca", "id": "842d9a8e21344a8994b814d000c69e72", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7f5419f9cd9d4903844da2559d72bf35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5f1fccb7db074e028b29985d24832bce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "58f7dd33084c49a3bd097bde621f761c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ae86bc89d1c64db59bc7e3766d1e8d5d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ec4ba215c2de46d0a61b01b62ad47cd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "db5f6a5a46b14d77b5de5d2f0603c787", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "536127e5aa3c4150bc531cb66b669244", "region_id": "RegionOne"}], "type": "network", "id": "d53c95725ade470b90b6e4bc06f320f9", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "4953077c4c934c39b399418196d0c186", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "81e9f6ad77204e75be4158911d0d802e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "223fa4f4c061405bb19a4826ba17b0c5", "region_id": "RegionOne"}], "type": "backup", "id": "46290f65247c45ab90988d4d0664098e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a0404fcb2f674199ad75d0fdd4e7f3db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9febb8227bf04eccb3b600d9dff472a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fd99499936494f528b4cbec0c41236e0", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e01334692c6743a2b2dd98ccefab150a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2d189ae0462c43cc8b5a3e9d2afbf68f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6af19277397f4cb0afa4af0e1a6b9831", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8ea1dd09c8df4df2a32c25d70477bbd6", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "91bc62dc3941414da7518d38ca49c1a7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8406cb5c596648748450cd34a90b79d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5323a07185fa4fc59fe927c6911be43b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "eea887feaf43400b9d1587268032e10e", "region_id": "RegionOne"}], "type": "monitoring", "id": "fed260fb82ea4972bfe1bceef9f98386", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8d0bd4c58f8b48ed9e7492764ee34440", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9164cf3916914dde99d5ad80a39cd20c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cd392ff750aa4aa0816d1df5e96c0440", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c24bc257221d4521a8ea3e6edfdd0c4b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10e0b533238a42218bad50941db61afa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9bc6227c01f4417caf957421ad9e4f7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "18f3b226bfeb470698bd469d6aa6f0e2", "region_id": "RegionOne"}], "type": "placement", "id": "e7c96d4ab0f3413c9a10b476e50b01ab", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0e7dff5e7f234ef294bec7c9a0a25d99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ca6a6fbd6fc046fe8c7ebad6d7f6e3ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "21ce99f01cd44bbbbf9502d4431d57bc", "region_id": "RegionOne"}], "type": "instance-ha", "id": "133db45e7f8540898507c5d05aed3d50", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ed46f0d1938b468784a7e579003641d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f3bad7967bbc469e91b9c436431c39cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "17815076fd8045d19917614984f31cd2", "region_id": "RegionOne"}], "type": "ha", "id": "f1a459a83c46480aa5efda4ee9796b36", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7713e9fbb2284b95861b4496a2372b96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "405b891d32b845d5b64223f6e7affda6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "19ad6a11a8ce4fcf8164a44945eb8931", "region_id": "RegionOne"}], "type": "reservation", "id": "f0d068c9519b42c09810b0c323ba9922", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4651eaee811a4b69a5eff9812132a416", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1f6c6d09639540e883f1af48563defba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "518f48c289be42c7b914e7663145d23f", "region_id": "RegionOne"}], "type": "function-engine", "id": "c1d0aa177fd34f09810560c303b1e5d8", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fcf907a7a1b54801a8623aa5fa67337d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5b19645f6c3e4961a8cc82b2233f01f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "fa51276c50364669acc080d64cfda89d", "region_id": "RegionOne"}], "type": "accelerator", "id": "9fccebd15c8f455ca5bc79e0c8ea01a1", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8087ab1a9eac4572938e7724b6dcfdaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9febaa0c618149ef9708aa77bc64c758", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a0789739045240b28ad31326682a625f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "28374f42e41a4cc89f8696b0bad21ccf", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7ae0626b2e4640958b3b5d79304c994e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "831b15deb54d46818288ef608afb8c1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "00a43b6242bc436b9cc8d941810806a7", "region_id": "RegionOne"}], "type": "registration", "id": "dec7827573b0474ab35f7d0daafab801", "name": "adjutant"}], "user": {"domain": {"id": "f5f43b056bd346be81e5a58ada043af3", "name": "6c56182f2b394a45989d95e006caff1e"}, "id": "c3b88dbe1c1143618cb41fa1bfb7510d", "name": "bc2a90cab24942e89ac87b11a191420f"}, "audit_ids": ["bad9b4086d4d494398730cc2ee183554", null], "issued_at": "2019-09-19T09:04:43.259407"}} 2019-09-19 09:06:43,486 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,489 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,491 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2019-09-19 09:06:43,517 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,522 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,524 keystoneauth.session RESP BODY: {"description": "Example zone", "email": "test@example.net", "ttl": 3600, "type": "PRIMARY", "id": "1", "name": "example.net."} 2019-09-19 09:06:43,541 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/1/recordsets -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,546 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,548 keystoneauth.session RESP BODY: {"recordsets": [{"records": ["192.168.1.1"], "zone_id": "1", "name": "www.example.net.", "ttl": 3600, "zone_name": "example.net.", "type": "A", "id": "1", "description": "Example zone rec"}], "links": {"self": "https://dns.example.com/v2/zones/1/recordsets?limit=1", "next": "https://dns.example.com/v2/zones/1/recordsets?limit=1&marker=asd"}, "metadata": {"total_count": 2}} 2019-09-19 09:06:43,554 keystoneauth.session REQ: curl -g -i -X GET "https://dns.example.com/v2/zones/1/recordsets?marker=%5Bu%27asd%27%5D&limit=%5Bu%271%27%5D" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,557 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,559 keystoneauth.session RESP BODY: {"recordsets": [{"records": ["192.168.1.1"], "zone_id": "1", "name": "www.example.net.", "ttl": 3600, "zone_name": "example.net.", "type": "A", "id": "1", "description": "Example zone rec"}]} {18} openstack.tests.unit.clustering.v1.test_action.TestAction.test_instantiate [0.063623s] ... ok {31} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_nova_egress_security_group_rule [0.198827s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,587 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,593 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,596 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,600 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,613 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.519818+00:00", "project": {"domain": {"id": "f9677b9650e649f8a698b4435e2bda70", "name": "7ecf5d1fe3f54ba6b9de90bc37e8a87a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "467e47cc851c43f98d3c75a9f43bf553"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4246f592aa2d4cda97cc3d9cdc4e4b7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0098662a584b4c6c937cd4c791c34b72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "55bf51f0350a4b2a8fc013d4bfcc5d6f", "region_id": "RegionOne"}], "type": "identity", "id": "6bd0b662abfb4687920e05c616855a3f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "266f175760d34be0acdfe29642648f63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "de0dc02efcc94ae9a1ec720a2a526813", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9652ee8500c846f492e857ab1a7d7881", "region_id": "RegionOne"}], "type": "compute", "id": "e2a453d3973b4428aa21ffed0eb26ab9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4641d567c652405985e58a67a3ebf5cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "6c3ffabf7d964a7681780cfbcd842629", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c7b9f11dee0a416ab4a6110549927ec5", "region_id": "RegionOne"}], "type": "image", "id": "8de14fd876664a4b88f7f03ef901defc", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d5891e02b45d4c4a8a67f14722b4b909", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a236f4dd18c84ed9ab3b3d5192269fd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d905727c7b8c493eb06fe691ae2b157f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c26a564acc014204a7cce30987065b4c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9683d16706404dffb076ceeb393f2d76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "460de81b40e042aeb8e476d3fe04251e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6de124cc789742e888f9f6804cc11b10", "region_id": "RegionOne"}], "type": "object-store", "id": "73b7be6f383c413e9bd97f189df29937", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "466dc98015d5421ca9368bcff2b42c7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d460b25026464c1891cc022055e6ab16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f5061655f1cf4ca28ba71158fe55ff06", "region_id": "RegionOne"}], "type": "clustering", "id": "41b6ff1156cc4c13983469074a76aa54", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "50e0e8ac00424f0982173394b6dd16ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a0066adfe7f740af9bf6d34c2091aad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "135ee84983994cd5971526fe530591b3", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "6e554b43506743019d8110596489e116", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1ce77327f51344c6bc3de4bab6f7813e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b49ab80b333f4199be50733f829a970b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "beafc9194d42474d996fdfb4f2b391b4", "region_id": "RegionOne"}], "type": "cluster", "id": "e849da39158d407795bfa7dce78f70d9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "efdf1fdb65f9431cbb945b5855532bbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "14e25fc8f8754d0f8606cdf98154ce5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "656c53a5685943d892baf4bc87b2778e", "region_id": "RegionOne"}], "type": "data-processing", "id": "fc2e938a01b0491e96f10753ae51ab6a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4e86a9902511405dbf1d238a50d17181", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "27312a74f97e40c6b318a5d8a0e6d08b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "41a88c3ceac74539bc9a9f9fb833b861", "region_id": "RegionOne"}], "type": "baremetal", "id": "f59c2a326df74d74883d80eeeffa0e35", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "024f7f25b60b49a98d7906cbe731b4d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5a772300bf4d4db59e7bff8c69af2785", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "71d0526ca8cd40378ec53922f00d484c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "acb9d78983cc413294762075d081d00a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "752e25c3b9524ef08e4669258568a94c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "080b6f7c348f4e729851d13fc063b63e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "28843d00fd044a93acc29074cb5f5d5f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "4f67f1b7c6d64d5cb2d672b8e80ba73e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fbd435993cb64d2e8b7580f119f7a185", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "98c7dfe2fa0b476abfc55037f156b3e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8edc8628628b4aa9926152cd78002f7d", "region_id": "RegionOne"}], "type": "key-manager", "id": "63365be6c9884a1f944ec54de6d67dba", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1e170421f2db459ea252a85e70883c26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e19b2356407a4232a204994f33075fc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6e2818e7cfd246c5913c8cd86053abf1", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2c96d55629364aa88537c5031ba1f3d2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2178b545d51d458191db2c833d0a7486", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c33d557a4e78403a918195527653c1ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6fff6e40824c44e0871dfb4958401dce", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5dd4ab5507aa465daa4b4d88ed9e6f08", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9332ed972c934d20ae71f4a0ac2ba0e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6b465b2d629f4601b59d467291a4b375", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "af70281d808645e6a1fdd84e797b2d8d", "region_id": "RegionOne"}], "type": "message", "id": "cd15346b5c7148be9d071c29ce58d1dc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "eba23f2209774a58bff600424961f79b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7f59a2c87b8e45b295fa8e55a10a480b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3dce107451e44588b301171ae431ca63", "region_id": "RegionOne"}], "type": "messaging", "id": "a17e1b00b4b94a0a8763cc11e788c3d9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cc68889df0b744eba76f0a761572c934", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "743319a01ce8432e8255eaec7637ff50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "884b0ffeca394564a5e432d9387180f2", "region_id": "RegionOne"}], "type": "application-catalog", "id": "535d54a7016746998868f3f07a09a8fa", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7e7786ca1070438d8b4c3f82c3b4f65d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2c8e8a0fb8804e46b7ad741ea90c6655", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "42e0f1ca4f784d0ca96640aa1c6225ae", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3c41b3f83c1f4fbc8eafbe722fdffbea", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d2096a40b1c4919b9a99fb375eb4c3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "479d2ab621834cf99e89ea96f84eae33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "99e6f85e6f46467c86b26004482a66f7", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e2564976530f4a9b951f231ccd655a91", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6bbf620576fc4d9ebe3538dc2d64450f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eb689e7766574aa38ffb65e96cdb2bc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1c2fc196d17344cba87709c2bdc751a8", "region_id": "RegionOne"}], "type": "container-infra", "id": "f714d31f4b354b318209ed96eea17e8e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6e015370c0f247a9ab8477b04661d51c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7dcc80c0e2f84f9085b589bbf57dd02e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d6e46cfbae93412d85b0b7723d893644", "region_id": "RegionOne"}], "type": "search", "id": "48e1a24f8ebc4b0881b199d50d85ef70", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "fba442a52e9540bc8aed42660df8c2df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d4219194719844eda31d27befb1fe1e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3af25f445b8649dd9853548861ed6594", "region_id": "RegionOne"}], "type": "dns", "id": "006f47543de94b7eb0dca3b8486df1d2", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d2f36fcdad484f38bb79d52f91e74cf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7c8c5f6634c94e5eb9d639831bdcc3fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "db03176df4bc4444811b328190c698fc", "region_id": "RegionOne"}], "type": "workflow", "id": "cca7df7929ac4b5099e47ff70a794b1c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9500ad759bfa40b898409a9e1d451de7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cf4606b847044efba0551a3714716010", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9e6ba03d2ca2477b8f7b73f9e9c03b61", "region_id": "RegionOne"}], "type": "workflowv2", "id": "35baf49fc9874237979a77eee4fd25e3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "bd1af29b2c9447b7899d7eb9729bda42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "fbe20db91b11402cb12d8c17daa704ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "05c27cf10b3f44849a20554b713041d9", "region_id": "RegionOne"}], "type": "rating", "id": "d585e09c370943338025b4199da34396", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b178f75ca6d848a0b4b174bfbbf7cc34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "079eb1b60cb847ea90bd7ab50841ef0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c7b2156b80594d03aaaa7978300e902f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "bdba6b868d9a4c26959d5e28a903e032", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a6a8427133954181b7a3334a302aa159", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d4106015500d4138bacdff254547b07e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c4712b8d9d4d4298bb6dc95b0ad091ff", "region_id": "RegionOne"}], "type": "policy", "id": "924bdcd01d8c455b8aa1030bd7ba4404", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "51c74497032d411cbe3ae0a84d9c4e29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0aca38781d8948eca3abf02ea85d2049", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3548ddb095294eccafa54bfd38fb124a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "870608172abc483fac8b9f522e4f9008", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cf5b5c12196a4dd29316934dfbdbb8ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c545d2cfb15c4838901a62faa696122e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "711671c326f24bb49583785faf9275d8", "region_id": "RegionOne"}], "type": "sharev2", "id": "8822d7e04ba7485a9fa3dc6dcc56a15e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c498e139334f49b1b4e2417ad97262de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3fb0a17ff11843dc9f1c7d3022b2397b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "491790a98cde4f539bc9a85cdeab717a", "region_id": "RegionOne"}], "type": "share", "id": "e072ec86b30e4aeaa8532b83c0898a0a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5010e3ce7c124f718fb6088cfff3cb3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "58f356a066cf41f9a945402224e7dd98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1da7ce781feb4c29856eae56da21534d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "49448caf04664e6ebfe0b9e1705b1a79", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43ec35ce98274fc69d5c51e5595bd54a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1885ce8d29f140c2b4e93008b219fb69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4fa5a55240fd4bc4b678af92e1b8f9c2", "region_id": "RegionOne"}], "type": "orchestration", "id": "13b3869b34b7403faa69bcf83fab96dd", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d30a9073bdc84fd3a907680c6666addb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6526c9aee3944182bcea496d4e23b6b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58387535413446cdac5d7b2be0238dad", "region_id": "RegionOne"}], "type": "block-storage", "id": "df2c3516da6d42b9921914a72b7fa512", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5749384845d42ddac9b54bbea4b1d10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb88218540144d128f8c270c69bf7226", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44579a3b1b1540cc8c56802e3d4bcd12", "region_id": "RegionOne"}], "type": "volumev3", "id": "1610721c085b493bbba6591739bed30a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27b1b5fd250b4cb3b84bc7e5bd5d5948", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c27fe0780f974d0b9eacb6397882e965", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c1f6c2e5f7d4fdab252b9773401c19a", "region_id": "RegionOne"}], "type": "volumev2", "id": "238048e0718d47d1a56e7e9fd7e2a15c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e61483a035548268dfc51dfd87ef595", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b82dbbb7f2c4b4499c655167cda4837", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "916415753e0f466e83ba2de6e997e121", "region_id": "RegionOne"}], "type": "volume", "id": "52308d198e124fc3af7ea84033136660", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0cdb08451ea942a1a49c6efa06875dc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7965a643add641a7b914bec49de2dad9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48a61485207644a88c852b460cfebf77", "region_id": "RegionOne"}], "type": "block-store", "id": "2b93bd1f6f90432389885bd6e89db47d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cbc8018de1374cbcb53fbd4cae2e3684", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fc06e33fa7e14f608b4edf902bfa04ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "dd3d5e57b49440c8aa8343ce8e523d99", "region_id": "RegionOne"}], "type": "alarm", "id": "8c788a3bff4e47ea94828b052424e208", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "80671aa9b4f44318bb5c33506e89fbbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "518f124289934b579f608c2d11965eab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e0ae7b002cce429eba1f4c05d00f7a6e", "region_id": "RegionOne"}], "type": "alarming", "id": "03c2eb8928a040c9a445ede015efa621", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "077e88bd38d94654b13a83ab6ee0d0be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8375abd8cf744a119417f723a09e2ab9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6de8abf4ee9e4885bea2a049aca65a8c", "region_id": "RegionOne"}], "type": "meter", "id": "3f71518ad3a743d1a0a26c4df1f0fd61", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7de06fc6edd44a09b8814666afdde0a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e89d83abc9f644c6a6057066435a4f6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b185950248b74094b839c4e5d03db505", "region_id": "RegionOne"}], "type": "metering", "id": "8ef38c795ea9416ebd17efd3ff16575b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fdb23183cafd47bc99b661831a49d77b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f404b28b3d82462eb02b66c75961115b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "51d9d37c7ac6434298f5908e3dd2e3ee", "region_id": "RegionOne"}], "type": "telemetry", "id": "6cf9ac147fe04c7090d368434318a5ec", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "47d06d7bbff345418eea3814c486662c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ecec222bfe7b403387dcd184a7c15966", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3019b7a664c643b9abb76fff60f1aa1b", "region_id": "RegionOne"}], "type": "event", "id": "6653b8ba8c2c452c9541257fb38126b4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8a62e63db877427d90296649cdc97e94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "93b2444d18a24d1ea782f264ffe5a8cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9d983f9c8c26436e87a108bdfb8b0180", "region_id": "RegionOne"}], "type": "events", "id": "35a96fbb6f8f4bbc9c23ca38be0e370c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "869dcb56cf6c431b8dcc8f28f14b2f4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5a0ee17e79b242f5b8352fda07336816", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "49ba90526af74decbc705033e937a888", "region_id": "RegionOne"}], "type": "application-deployment", "id": "9055dccdcda34b11ac24faf4306974b6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "28ca7c35b59d4112ab8f57a3741f16cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3455c2bb15994f2390a47baa1ceed553", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e16eb35ba0364d44a4700824ecf767d1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f00cda25cbdd48558ec236c0be6c680b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "efe5a32a552649a9a6f2e20c56ba9d39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fc56ee663bfa45008c03a302a099ed5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8534117c33f747dcb389f64577950e64", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2020707cdefd401fbf8c204ecaf54d27", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "658c130c7f0e4de7b79c34bf73c2b6a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "46d417c2d6e74743ba599e7ef4c4ea7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a09cb4519c224fdf91861f5c1d7fe166", "region_id": "RegionOne"}], "type": "tricircle", "id": "3a17475a1e3d4d2d871d84232d4dee9e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "db50f43ccd4043b5aceef90c568ffbbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0b537167bbe2457190a1385e0c2931be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "de13ffe5ae754aaea909e35907a43a77", "region_id": "RegionOne"}], "type": "database", "id": "5a9f998b91e9452a834784a3cf7ceb8f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "081617f637cb43a6bfb0011602f6bb39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "48294e199d9d493294f67daa27902780", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b31798ecd5ca4564bef2f72b5be46578", "region_id": "RegionOne"}], "type": "application-container", "id": "118ba3878e4f4ac9bb1aa828eda4e76c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b5b406d7c0b642e8be6756fd9dbf664b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "843756cd45474b2b9718792800d81272", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "36896c158ce2452a92a8566fb6cda670", "region_id": "RegionOne"}], "type": "container", "id": "07b5c1b936b74714bfb27803dfbbdeeb", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3ae56f65bb0e40a28e2d8d41005bc559", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "47874450ce7540ad8e747951d24529d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e19fb463de8f4d93bab461f34fbf51c2", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7e3622192bb9401ba658799475d6f71d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "49ca0f6db35f452dabf4fd632df55183", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d298e9045909449bac071605b0b6356b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "557c12cf01334d2a942d13feda05aa24", "region_id": "RegionOne"}], "type": "rca", "id": "3c1d7164e7984478a2f71de4f7037cc9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "435e2e7da150441fa7935723c290b8a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8f4af4db0f774713b1dea9f3c3273004", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "677eb7c0d96e422b8e23e6686860d3af", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "719cdb37c0704345b46e701f9ae06a66", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f41ec69170114a08936c3fe29e8a7ab9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "580cf552c72b415398bf9697e7396486", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "15cd267f986c4477a3732d084ffc303e", "region_id": "RegionOne"}], "type": "network", "id": "a1783531db34483bb7de2d38be76ed3d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a9d1ad9e25084714b08fff29df440711", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "07671ef41c2a4f8a85bb154db6a9d5c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "069c6990837c411bb31ea48e4b9ada20", "region_id": "RegionOne"}], "type": "backup", "id": "2196416c6b764ba2b47760e7ca453213", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "75df6dc79dbb43438fb374957ac482a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "06cc9b103b164ef19b7b5844cd1ac3ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1b0ec1eacbe04a6a81ee35ce1fcf6dae", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6b0b2f9a2c87483dbbaca3ffa27c8971", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8150cebdc5804599adf0e7749ce59794", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "837c866d4ce04959a3947a155a49f58a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6d099e38b2cb4126b98bee8eabfc21f2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "844c495c1ec945eaabc40a22a3b198e4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a7a6c3d2e2cb4be0879f5699bfb1b812", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d178469a0c54476da0d005fdd54408ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "6af8dbe2ac8b4f528d38bdd4e34c275a", "region_id": "RegionOne"}], "type": "monitoring", "id": "03accb134390407ba2f791d6238ddb33", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d62e0853a50c4dbfb633f0272e0ff71f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2a5ba75e4ebd47c3a2deccc675b45cc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d6ce3bf21e4e4e08a06ba673a09a67d8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6132900f91ce4f8b976eb1731db23656", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a39b4373f11647839ad41ce5f88d4235", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "afff102e14514c41b8e932cf935e924f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4ba2715d7ebd45d3a12e115635594abd", "region_id": "RegionOne"}], "type": "placement", "id": "1f913aec99f44f3a932c4df88f02c4cd", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2336e64fd16f4d9dae9e75a352cd0f92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b4e3dcc12a3842568ce93067fbeae053", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4c22f6ebcca94db893f2bedc0a6f24c4", "region_id": "RegionOne"}], "type": "instance-ha", "id": "3a9958a8da5240399d4d88618c9b98e4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "329c934254d8462b9ef0f35d6ca8be19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9db808bdc41b4aedb122f05325465f4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "21525788b6414e8bbb31f5906b74d202", "region_id": "RegionOne"}], "type": "ha", "id": "65ec6b08f444481e8f0661bb868e3f9e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b16dde8e7bd64431b9653d9ae0b23e79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7b114113a7f64eeaa0dbe3336025dc00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "cc792ab256044be9bc14042b50f47c1b", "region_id": "RegionOne"}], "type": "reservation", "id": "0f5c36cbc6dc4ed8bc4e0725a0cd659a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b798bf1280774bd89cd6427b2f9042ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "94e341d9afc54976bc9d4eb70212d0d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e7a33a8bcf864b16bcd8bfc2dfffaff5", "region_id": "RegionOne"}], "type": "function-engine", "id": "6302366776e64868bd8ff42fd9247b40", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f1b1a85aac0c4e2da494516e636cda8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "df38c1f49f63446886bbb1ffeae36cc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9090e09ee4904abd9d7b56743626464c", "region_id": "RegionOne"}], "type": "accelerator", "id": "8b47d6fef8f34ce2be194b2e1536870e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a6ba1a6f532e4bef9cdc33bca8695ac5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3dbb8df863954054b9d9ace81ffdc318", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "29c588916fe04cb19883a6d6f038519f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a63880bbbec54cbcbc00f829f833ce9d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a4ee1edf75864dcf8ee2c48aec250fc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7f3531c16b50454393e6f3662457d87d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "00ac51feb1eb4cda9fff3b7bcb5607e8", "region_id": "RegionOne"}], "type": "registration", "id": "d0e5abf484354d41bd2de6a035527fd2", "name": "adjutant"}], "user": {"domain": {"id": "20c7d05a4809412ca1060b580421d342", "name": "34e7274e3b544303bdf3941e4711f1f9"}, "id": "18490c8a33bb479bacf27dae9d5f1562", "name": "a60fbc9879b94ab4b6650cb3f324fb7a"}, "audit_ids": ["15bfcb8b83344b07b8c43980368dbea3", null], "issued_at": "2019-09-19T09:04:43.519818"}} 2019-09-19 09:06:43,697 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-security-groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,704 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,708 keystoneauth.session RESP BODY: {"security_groups": [{"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "Test Nova security group #1", "name": "nova-sec-group", "id": "2"}]} {5} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_no_role [0.188994s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,641 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,646 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,648 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,652 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,664 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.580177+00:00", "project": {"domain": {"id": "6d871d2018eb41ceaf76790e17d4c6ca", "name": "7afc234c80ca4eddbd61d1e309f68a01"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d98b80c0755e416dbc673372b3b96259"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2adfb883088244b18dbf402d7d847eef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "52519aaa9d454cf799e6505a5f9e78c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f5f4c5c8e56947cf8d20fc67425d53bc", "region_id": "RegionOne"}], "type": "identity", "id": "ea98bc5a668d43ab8de9b9d4bb8458ed", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "02f76a466ff94b6d8d25897d17556a0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "39c8181e93dc4911b76908eac253bdf2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "14b27f725043485ab00cf343e3f785ca", "region_id": "RegionOne"}], "type": "compute", "id": "4358047757c3474b99db57cc7b166f60", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "0e89f0aac0da43bb87915ee1a2fb2a2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7b22ddbdd51c4e248b12edce141dcb30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2b3f69e7e07a4fa58b4c3e64b4de0ecd", "region_id": "RegionOne"}], "type": "image", "id": "2d177431834d49fd8ad8eb0ad2f0bc26", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "81d1ef4c4f334113a2fd4294e311b527", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c669749ca8394072880e67863e833fa1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b0aa377ca22b4a30af409d333d355e56", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ba6f594cf3cf4ac290ad555da996475b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ea131c27c1040fb9af3a990d9583f97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fe4b5e228604daea192ac6047bab176", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b45250f1b67c49249f63c52090fcb4df", "region_id": "RegionOne"}], "type": "object-store", "id": "cb6d6602ac00496b8b43cf0f62cb41bc", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "be7efde7da5640a8b1ac11caa9cb0298", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f33ae6d68a044ae39dd5f01274a15dd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "42e7b924d6384e629129c53b9cb18ad5", "region_id": "RegionOne"}], "type": "clustering", "id": "f1941a5c1fe243ffa7fc27c2780c4dda", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e75d37eb25a549d489ef188918a8ae43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7a13f42db80c420ca58b8f681dae2d61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fb84bb7aa7234e1abafdc09d55debcb4", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9bb2e04585844c30be39d9c0122a7838", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5da562e0c5464989a8c919db808f2290", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ca335d3ac05c4a059108bdbb39f72aae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9c7f31c3088942109d9bb2264f7257c9", "region_id": "RegionOne"}], "type": "cluster", "id": "e5daad034f9e4745a03edcf8495ab998", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "769ffbf4984748d692f321c529340363", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6343345695c54cde96e653005134c29f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e4cc646e803e4159bbca739689a54865", "region_id": "RegionOne"}], "type": "data-processing", "id": "6a84b5e37dbb493c8263a089247d4f14", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fd922487fca145c58f5359c2a084cb0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1ad59bf9cd6d44129820c0b4a3067690", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2b75a85069fd4d7282603104153bd936", "region_id": "RegionOne"}], "type": "baremetal", "id": "7dc2332b2e9e42c5b7f51a6df6f89d3f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "aedc0d64a19c440680ec60a60d284ae0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "49227d510d8f47ef82e15c4b5ac9f310", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "451eca734cf548ab89c77913a37fad2b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c1c7567f309240dfb28db93597d5cb82", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "77b9ac05ddf843e5b8471ad2bb883afc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "008c07cb2b974fa9a2d0516284ea827b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1fac7344391148b09fd9bbc9cf2c0d73", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2e68013bc5434d4d859d29a20a0d0f07", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4f8e0306b3164e11a549b02f4baf7fe5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "246379be22e243e7bf7b33146a5ebeac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7dc0428186a04e04b87b34b4273be6c6", "region_id": "RegionOne"}], "type": "key-manager", "id": "e08a14835b1d4f279b81298bd3b86777", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fe6cb3d2766d456c8ed333378c3fc042", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a0cdb60619524ca1a8b9fd76d5ac3c91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e212ec29e2194d4d9dd98eba0e7dfe7e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1c0413d3820f4d6abb5a5ac4ac5f64cf", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a4b4c025f8ac4624bd5344a5712b1fc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "52e0c15046234b90bf44dba8701e705b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3491cbddd04f4aff9b83b16af49bc06f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "33b6c01891294a74b367efb0012439d6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ca152d4822c2457aad43afdf1def64e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "105f7bd7c2db438abe31be0e3469145d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "72bfb127039f48cfbc4caa111484f606", "region_id": "RegionOne"}], "type": "message", "id": "c7babbb6974e443f870afbbb87774b80", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "819e19d2a6144e5497a1b2110a0b6bd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1b708b3760df443095ec4650eba0d80a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1064eeddd6f6416d9da73d80324a7fe6", "region_id": "RegionOne"}], "type": "messaging", "id": "475f1d7d6baa49eeb58d17595996a088", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b5cc6078f77548d48728158073d9b62e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3866556e6fe04a3c8aa4b3dbead14dde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "eeaf5022307046dd9eee3d974175e9b7", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7f29a9404f014a3cbf8a9563608e2a86", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e0f946f376f54791a84b78e6c68abc6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "366dfc3f1000466fa65d79f81661dd06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b511f588b9424dd697fdf940dae6f89b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "73f121efc3554c4084eef59e9961430c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be13a047209942f2b5a257dd4b5b609e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7156b8fc320e4d53a5ed8f56f9b7ad55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c950fcf5c374a549d9c005843ef858c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0e2aba3e2475416da6984784ff658896", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a7186b8504ac4a0eb899560075be0d5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e1702d4a08d04c7dae123286e13ae749", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d331411220204447ac18553019b5c38b", "region_id": "RegionOne"}], "type": "container-infra", "id": "0190bca4559d4e4584ab4493ff258c83", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8205b350cc9f485895a5752b5cdfe08a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "6239301a53184082a1b88aeb54d9d358", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3d19f43930674aeba1fa3b078c23599d", "region_id": "RegionOne"}], "type": "search", "id": "5dfcb6f7ecb74c858695b9e2b11804ca", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "58b62bb4e9b54a52a09eb861437e03a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3e668b6ff49c433e87592177d59262bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "bab62c4e87e040828246b8a31d079785", "region_id": "RegionOne"}], "type": "dns", "id": "938dd5698fe941c6a190c017683750ce", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9d32502afe7440298f934f9e40fe0b34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1be0562a6ca14eba934bfadc1961f163", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "84156c5aa6434cf3ac297dcc56b6140d", "region_id": "RegionOne"}], "type": "workflow", "id": "f7b09d7c3a05429aa65a5aaa66b7d59b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9be120c0463f4e789c7513083410e853", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "58180d3e17ab4806a37795634c1b69b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1add255016a642e79e2b6047b1a45a05", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a52a2f6b164c405b873f429500eed7db", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1f344ca336294e6a9bea269ebb601dfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7d09a7d7478246339aee4ece83823666", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "cbeec615ed2f418b9e18fd54da052cc0", "region_id": "RegionOne"}], "type": "rating", "id": "b7dda5bf7c804875ac05d621a32dce73", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e0e156e0ddd34d2ebc295c68a5fba09c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5a1fd3aefd7947b9826fbc3398d357f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6f6be06e30614021add61d8d821e1495", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d49448149cb044d6b1cc56ecb26441dc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b2034f08b0b84363b093e3d7c3ab9eda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8d545a30486d4ee18a326c5b4242be75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2f36edcc76d8473c8f23b2294057210a", "region_id": "RegionOne"}], "type": "policy", "id": "7eca9a8c358e4eed8f5703bd007026e4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4df2cfb0fcea4c2d949e326b92a42a08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "81956cba92b14427b256629241294f30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3d04751b5ca9451fba26015c186a943b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b0e3fe3ed04b4b53a15d57f80044a77c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3336b2ecf87b4e8893027b798808414c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b265d23b82804e278ba23cafe9cfa8e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ddcbd01a7c544f28b1a9a30481427b4e", "region_id": "RegionOne"}], "type": "sharev2", "id": "384849d1716b43c089c555128577f0ae", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "74193b22967f49deb680e69c662e2de5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5db5a5b8f3a14e94847fe6c998707c1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9306dfde82da4746a617337f79a7caf7", "region_id": "RegionOne"}], "type": "share", "id": "205e6d1cb647416a99791beae8710f2b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2135541805ab4a99953789a142486d80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b11655e6d4d2462e85a467b6c8603240", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b7668f232cc546878490367ad408dccf", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "732ed9f550774603a0a0fcbb223187b3", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92db331bd63d4c10a1daff46d78caeeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02e52e94145449a7abab000a7d694f56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "423fbd020d374c9fac46b225cdcd2713", "region_id": "RegionOne"}], "type": "orchestration", "id": "5a7599b275ff4d529937854aed6c802f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4ad06f6cdbd4acc9b85eaf3c4bed845", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a3358fa80d94ccda7ad6fb153177417", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fcc07c5c5534dc18970f73adcb89f71", "region_id": "RegionOne"}], "type": "block-storage", "id": "a6c4e8598ac242d392492dfe5cc9932e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ee96f8346c54dc4aea015a4bf0cc947", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9bef2055892846d8b46ce5fda5c7f5c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c01e4bb6d1ca45af8e2266796f99d913", "region_id": "RegionOne"}], "type": "volumev3", "id": "2ff14154ba2d4916a51f730b1f63374d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf82bd71be0a4f66b970d9f2cc7cc490", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f279accfbc4b4598bfd0af2b176af300", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a736d2d8940846429b0c3013576f2bf8", "region_id": "RegionOne"}], "type": "volumev2", "id": "0ba565c04b2c4a038b84d4ecabc718c2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c59dbcbf9cc04138ae7b4552b3c22c9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "780bfa63e52642ddb5981934aa8bf990", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f63f48187fc4e6a9e10127ad1efef98", "region_id": "RegionOne"}], "type": "volume", "id": "ab9677e15afd44d6bb1112f616dda590", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e69487a808224f07bb91fec66726e4e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a5083ce82c74a038b699a6699a88752", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "553efe755db541ee9aa4d5bd6a477979", "region_id": "RegionOne"}], "type": "block-store", "id": "995e0991f1cf436ea93e5fe48a2036df", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e891c5049ffe4411b99511cc5ffe89ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a6dbf3a872df4cdba396a09b70991798", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4d40abbba334418eb08a7aaa2642ccd7", "region_id": "RegionOne"}], "type": "alarm", "id": "c4d3ff5c0c2444a6a0a3cffe9871a94d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "da1ceadc280f4bcc8856372089f714db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b4d3ac67fb5e4bc09df2e01ffecce123", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "99b5606a9d6648b29577203225c8a73a", "region_id": "RegionOne"}], "type": "alarming", "id": "80d9152daedc4a4282343a83357c0f2d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bdd9aab803314a4f8840d7a7ac48928d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a8995c6b17544a9fa24d4baf4fcf0a19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8b6bf743c5554d869ed89f2eaf88c01d", "region_id": "RegionOne"}], "type": "meter", "id": "8b35a24c2cc4415f986b24d6f816e5c9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "db213d7303d8454690743edb33e4a03b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "848f4b872c3e4cb2856a129f822c6e3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "eb2acbcab82647e19c41a9026d4467ee", "region_id": "RegionOne"}], "type": "metering", "id": "f45f3f93092a48118427399188c472d5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "18f3c1c59a6b4d3cbf7a66293bc1d90f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e305288b9cdd4238b998b86bec601ccc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d52e72a32cf14a6c98d34771583d3226", "region_id": "RegionOne"}], "type": "telemetry", "id": "2d812cb585844a1f99ebfa7dcdfc8b58", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "75ee5ceb36884d38a9c06df37afb1e4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "802605e737534deaa8603e4b5313910d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f60a554618ef41038bbfb52f1114a9c2", "region_id": "RegionOne"}], "type": "event", "id": "96fb5500f2f44a6fa5cd09701dd5a9bc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "07b64f431dba4d59b1e2bd408c688919", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "23ab36431d084f748b7a199897125c55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5ddd4abf52cb479e97c134e80dd2dec1", "region_id": "RegionOne"}], "type": "events", "id": "c2835dc61d134adf8e9bd623b58f2f18", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fed66ed71bba40cb807889bf758b6768", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3bd90e9f30e345408facc71d67e4c4f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5a08913b89f2480ba4b557f577e1c46e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d73622298f2d431f920c5df9238fa900", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "60e2948da537420aa7d8f517f7221a7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3b639b1a9571433786357d2e1e643dfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e5237c4056524749a7793fd0db9e1a88", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2483cf49a0354e558b13df459175d33c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "872d56beb02441b68da16c1ce294812c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1dfc617b1804442a8964da1d77a31525", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8f48d58c9eb14b8ca6e182f732dbe2a7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "91fb484d857e4cdcb46a9276bf02c0a9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d17c0c6d6f1e4ffdab4e7378ae01cf91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fb823c1130714d2f901eddebfa9aa068", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "724bc25ce158444ca7f199b89cb538b1", "region_id": "RegionOne"}], "type": "tricircle", "id": "5e5e9d3f0e5348539abca0d7ae46fb1b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "eaae2312e2354a5ab132a1ef4e9bcf02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "57ac063e39fc4d8884c1ab1091aea6a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f6acb77fdac04ee7a10d5e594eaa3280", "region_id": "RegionOne"}], "type": "database", "id": "2e10d92a1c0840e6bd89d83bcee37eab", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "147655add19344b79f6e6fa1431a983d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ff0e5f5d9bc949a2831d9d5bfae68e5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ba70d7dc32e146f49e75b78d70fafc18", "region_id": "RegionOne"}], "type": "application-container", "id": "fe61b0ff01714b1980996767dc8cd53e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e99d3cf59c14421aaaa386c27e7a3fb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f20fcd700ca0424cbf0992977a0db160", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "897e6c9c0cfc45c6890ad90ef8c41d3b", "region_id": "RegionOne"}], "type": "container", "id": "547de87e630e4caaa190949580688fc2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "89891fae178e417cba1219f0644c63fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "eb8eee12fe614515abbdfbba62a135e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1489f2daaac94938a9262e4e4feb963c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "46b3d97d6493422dafb155cede83c888", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a39286b123d0400a97e5fba8a2ec55ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "26d08ef78a0242649b821a2def13912b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "050bccba5fe641c299ae85970bd091d4", "region_id": "RegionOne"}], "type": "rca", "id": "ab2b8218ffb54ca5abfcf592e4f2aa64", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ddb2397644b44889a2aeee5350bdcbdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "cde542efb49345d695f2df53559d1d3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f0aaf0e16cc749a28764e3d36b7598b1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "482e6a1909064b498f1c56a0838c517e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a5899752b5714386b7fd4a1f4e51b95a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cac9c32973b94113a388c9b62a0535e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "eb6f917986e042f79b0f57d08eecb0ac", "region_id": "RegionOne"}], "type": "network", "id": "f0265c779c1b4c56adc34fe2a5e3fd42", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "08963d59bcb74157943e79eb3237e369", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4584b02ee396426d95cbb3adab1c68fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "be36c5ffbeaf4ac18aab8a5a802a9f3d", "region_id": "RegionOne"}], "type": "backup", "id": "0d4d8464d08e442a8de739e1c35692e1", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4bf01cab44884e04a3cb6f59efc0cf0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1c6bbc00ef44422589db817a0f37b8c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "984e545d80ed44dd80a2ba2577127cd3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4a7071df91974664a4ad6a89c2572535", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "39dd9df9332c4fdf934b6d3e5074319a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4e8648f6c5b74224a55afc3edfb3b1f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ce2901f48c5b49a2ba9a20cd2dd298f4", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2c73204a96b545148e9120c2fd6895c9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5a19fed288244ae5addc6bec1f326fd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b7a8166d252743c388598a799e208c8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "566ee2e1361944f9a14c48d2fdc1a698", "region_id": "RegionOne"}], "type": "monitoring", "id": "6950f67e79c540e79094d738e4d93e53", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2bc4d5a7db9c4babb90bf1ccde94635d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ebf1b7ca60f64b42a25ded49a5b479c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "69a10d6480e641b8bbaa7c4cd569fc79", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4e3a27684497462e8e1ab4969b98d32f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "21ea3b78801843cdbcc398f766ac70a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a80896a3660c4934b53eebf339823632", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0f2d9363334643acbbcddeaf3ace2e6e", "region_id": "RegionOne"}], "type": "placement", "id": "9454e3bf5a6b406a95d8c15308433c9c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "18c77f92b1c24283bdba67b1e8bcc327", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "23fda3618d644cac95f267dacecc8728", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "30549f8fbe1847788a6763412c6324f1", "region_id": "RegionOne"}], "type": "instance-ha", "id": "3a9dcab4525346ceb9ee8641008ec669", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3b2971bb650548699caf159a50dfa1ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0dc4cb2b19034ad9b754982a33e3bc26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3e3604fbe6eb48b2bd6e0edca88b6b8b", "region_id": "RegionOne"}], "type": "ha", "id": "20fd2f8d899e4100b1fbe8b24c258cc1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "057562ebb40645538bfdf56475b83954", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "77dd2dc0863840afac786f07635e55dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "612eb764a2df4846915da8d91c640682", "region_id": "RegionOne"}], "type": "reservation", "id": "c0cbc7c8c95c4ea1b18891615916e1e1", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b1376e797f094207abad22256f2d6110", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "caea6f1b1738495095fb4ae7c64573f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "02550d64dd1e4dba8c81ad757af6e5c3", "region_id": "RegionOne"}], "type": "function-engine", "id": "174f1d2cbd2c47a68c7d57342e9f6d2c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "286ce36cc73c4e1382bd9556d8cc1771", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "82651e8d6a7d42acb532bf3cec77b1b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a4bd159acad1464fa43672ec05b77535", "region_id": "RegionOne"}], "type": "accelerator", "id": "768f422902874d0cbc251820293680bf", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d397f27be6c34454a1da6ecdd9dd1109", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "58a779142d294ceebc927c7802864535", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "17da91ec2b304dbfa76e07a165fa664a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ae776268c81048ff9448d98335092328", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "96074c435a0e4fcd8000d3c4585a3cfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "105df273f9be42bbba9f19150fa2d88c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "aaa574e1ae8f43a1ac17b6ab4aeba9b9", "region_id": "RegionOne"}], "type": "registration", "id": "f6d5d471f2244259bbe50048194ffd13", "name": "adjutant"}], "user": {"domain": {"id": "332809364c554ebaa57059419d1f2695", "name": "7a05ba8750c64e3a8562b30e607b5775"}, "id": "5bbb78dcdbb74b72a762b4e8f59d32d9", "name": "a5b6b6c1919a4d1f8e24786382ad4e91"}, "audit_ids": ["1f5bad594e594f56bd25a568b480426f", null], "issued_at": "2019-09-19T09:04:43.580177"}} 2019-09-19 09:06:43,753 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,758 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,761 keystoneauth.session RESP BODY: {"roles": []} {27} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_credential_delete [0.059882s] ... ok {27} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_group_create_attrs [0.060559s] ... ok {21} openstack.tests.unit.cloud.test_router.TestRouter.test_create_router_with_availability_zone_hints [0.209434s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,595 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,600 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,602 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,606 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,618 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.534919+00:00", "project": {"domain": {"id": "1f2fedb7a247461e9e6226b6fedc0654", "name": "b71e8c0ebbe646e19860e24fea1eca47"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "29b280179196427ebfe21dc9aee9d8b7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "bf0f3e5e287144c7aced73a73f947f51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e4029e202f22460ebc3825ef109c2ff9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4ce0e9864eff455d94515373cb464afe", "region_id": "RegionOne"}], "type": "identity", "id": "70810ddce8a347959b05245b4bbd2401", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7e66b674fcde4f549fffbb2b4076d37d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "99c5d98be8b54f27a3053606ed85325a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4b5529ed89ff4c5ebccb544886a9499a", "region_id": "RegionOne"}], "type": "compute", "id": "4d15bfb412cc4ec582cd1098cef3f691", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b042b48a025c48d8a70e2cacc8161fa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "722431680e4e48699c92486551fcd5dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "347df539f9b54ef1811148e2ef991f91", "region_id": "RegionOne"}], "type": "image", "id": "b3b0a5ca46c24fcfad9c9a737a180e19", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "93ed9502be474e18976c01795ed85805", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3c1056e2db094f2e9185b6b29fb5d805", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5f03640e74554118963569402de07cfe", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c70ef8ef06d34648a76c3f5c61ece98f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69b3e470f2ed48e684570d45ae87dcac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc7be3a95a354b54bf5f6b048f403d11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc46b6d7dd76423dbbbb89d7a4d65270", "region_id": "RegionOne"}], "type": "object-store", "id": "307e185d24d546d0ac149aae7b982f30", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5d66139b160b4e3bbd18c4d3376834d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "68f2aedb6e8a46c98c6a17bf829ce675", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "63ff4c5074bf484b8554e8ebdb32c1be", "region_id": "RegionOne"}], "type": "clustering", "id": "b0002bdba51e47e29e2e1bf58275e1b1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5187f08edec5418f9d36d83f5b145e89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f88462b2aba9472ba953c8968d646665", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1cf77770a1d94b4f9e174a756e7fb84f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2760a4d698f643f69dbc934cba6219ff", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a8a220e68fdc4963b27aee8d5362d0fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ba826d7a55c34789bc7ef30051c7fc78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "67ae58cfd58c459f94f5ee33b5e8da4f", "region_id": "RegionOne"}], "type": "cluster", "id": "a470fd8bcbf640f1908ea2de39e055fa", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "37149463f3d643669d753a086bf9ce2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "603bfe90715e4fb0822c3debde7f588e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0715f06a67364194a4521c893b79fe10", "region_id": "RegionOne"}], "type": "data-processing", "id": "9474c087a19b4b08b3696e51ec3f40f9", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b79b572c8f8f44da8865369d20eae60e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "12b481e885f84fbe8d40dd018150beca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "185938b1198b49c9955171e5e57db3c6", "region_id": "RegionOne"}], "type": "baremetal", "id": "a4e6dbc9704f43b1962691a09410ad44", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e7db720fbe924978a5094ff8511d8a02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a3d448f05ef748948c20064fc687e334", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "cc2193eac14b41b8967a9b580986673a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "dd30d8c97ed6490497e6a8306ec2fb3f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d710fe2bd75846ddb3fdbb1703a96521", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cead9bd8321044c49280f54e1dad0c59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b587e8ce77c24e12a703d47b9bcddf9a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "62ca8bb71e1643d5bbd0e9ad46d87c0f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e82320967f564ff3a78cc257258f8fd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8020e813b34d43949ad1a1f09eb5e0e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "6e0311b95b6043769e633a62fdc61776", "region_id": "RegionOne"}], "type": "key-manager", "id": "a60cb8433d6b4409a99e1cc7a5cd9fc5", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a14f19f81bc24667bad941a69f48dca8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ba263d1cdc2744c4a22fb1459432955d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bd9658c90ca14c95a7676d94e512af9b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "70f4f8de62854c3d89921f4374b78b0f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "84e60762c7af4ef888573c83afc11123", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4eee979df61940c7ab63f4df98abb3b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "117d51b040cd4944a5bb2e259ca81e16", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ce6aaf0c1abe449cab9863be691bb0ef", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1c7b0bfbc8dc4be5a361f1d1dcc1ad33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "10c44fa2c6b241b8a9b883ab3560c97d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5cfbc199d7d14578a38815f6cb2f9f73", "region_id": "RegionOne"}], "type": "message", "id": "634f8c1649c547d5be291f41e1da90fd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "79481a1736ad44e19eeb76a2df70dd81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4aa4431a05c44a42b2bdf0a1d2e37283", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "af6c284e207f4061bc028e25a8d2d5b0", "region_id": "RegionOne"}], "type": "messaging", "id": "755fa52bcac8487db9fd1052ea4be9f3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "00f5246943724019b1b7966645507517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "279717aeb0b64b29be247bf58b97f26d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "85d5077f0b98427fb7a567a662ceb368", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8c1d0facd99142c0bfd5a2da4eb46130", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d6ba678eea224a3eb6c6369f7371b682", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6796ea98efd1443486a331e710b1c186", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "978f749716a748288d41c1b01e87d4dd", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f8ef6e7a7b6944b69e05abd3c99d7c0d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "47a828b9555e4aa09c1da9ce88ec2cd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "acae1ba6ef8c4e4bad2890e4dc1ed6f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "096b1f5e6dda42fbbde90abb7f8b1ead", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4bfc3a435bd74f7f906c50a023efd316", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "db43b87eac744ac7a71c8c651e771873", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "983454a8a95a42678b431e05fac30d9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1163c4f60e2c4194891cdd8f5ab86a17", "region_id": "RegionOne"}], "type": "container-infra", "id": "5b96fa9eff194d66a34ecfa52bdf3ba0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8b11abf7a0784142a093898e36105858", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "0308aff937544583a735027f0c2a71d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b22021bd80074990a81fcee96c6e269d", "region_id": "RegionOne"}], "type": "search", "id": "6bbaf89a333c48609ee1c8dd031120ec", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "33dea3900f8942c684e04d97df15dced", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ad2900a0118c416ba312dc808631ab41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "912a53e3b4ea48a9a67493e7e9cad0f9", "region_id": "RegionOne"}], "type": "dns", "id": "b2dec3655a6c4b5b9077efadf4b1cc4e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c7856f3a42da471e9a088e873934145a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2a306aa2499845a9987ded40182c9395", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0237ec4bb5e84476bbbbbb963bdad36a", "region_id": "RegionOne"}], "type": "workflow", "id": "d397b5f5f5914c0db996d4fc0d21f3a8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cfded31a37b1450cb9a54055a6d5bc2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4935c7bec4a44681a39774f3680a13c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ea87499c3a334d93a187fef20f2e5c66", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e70ac93d581a44738ff42647aec57c35", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f3d28977a8d94a1aa43a3881aca48910", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "595ce42b913a4b198df5f6c45ba16c99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "25f865bb9c8640b7bfe51ed335400fe8", "region_id": "RegionOne"}], "type": "rating", "id": "2040aa62ef2b4ac99163ac0ffe22262e", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fe8ba743f4034aca83592f2895f92d05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cf0c2a0f786f4d15a39acfe51bed9e33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d4d9b66c993e4ad398073e887e5d251d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0a5347e15e464fa0956cd26dbb2153f0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "51f141faa994416b81ca3b8455a3b621", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b3b9e4ef51204df8a997097725638944", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "37355d6ebdd34ba1916d4fe1795923d6", "region_id": "RegionOne"}], "type": "policy", "id": "f268e8148e21436cbebed9695fa1f360", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "82c97d3793b34606adc0e77e2cffe883", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2a45919d769142788cb443cb66d4fb7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "16d750911a1041a5940a109664648085", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b51922f2b2dd43c5a26aefa9912470c7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "751d194c801041d2b5c0329a0318b534", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7f9d7b44a41e4c27803bdd0b86ebb2e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "498301bdc8004ac5b42f127f6b9cdc53", "region_id": "RegionOne"}], "type": "sharev2", "id": "fab20eb0ffbe43469f2c412923d2c167", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "db8ed14b53bb4c3085e6e8a2a9a79f18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fed26274206b4a48a05c9347be9639eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1e5f4191aa494a42a33ba45a0c21c8ad", "region_id": "RegionOne"}], "type": "share", "id": "987bc42d16d24feabbd31e6de9e5d844", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "211c0706fecc4b0e8d3ee889e38d8002", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "476a797e1af94fc38ea33f6c43d04f5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3e10d72eef284aa4942dabd2efa3a8b5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "55cd455783a74a738bb08defb3677928", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7bc7108505444bedac7a520f3cd596cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "684c4df413974fcb84fe1cc0355c22d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "465e9ca0816041e9801aed0d626cdeb2", "region_id": "RegionOne"}], "type": "orchestration", "id": "c4b4c5a8eb06470caaca3341946fd1e6", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d831c7d8e5a460a85e0097b1523969c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ce92751f2e3416e99a7b8462862732d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d513985a6684da0aeeedc919892423f", "region_id": "RegionOne"}], "type": "block-storage", "id": "49050259c4d641d1a15974ad4fee5170", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bba8c0654c6748ea94db7c0ca588b5a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dedf25daed854289b12f4ce751915b14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd906fc4d26e4fe6bd63f5c06ba64be0", "region_id": "RegionOne"}], "type": "volumev3", "id": "7104f97a1285449db071e9086cb93d8c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f74d535243c41469837744e73432661", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67cc3a66857e4b66ac990fc66965f9f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "704bbf7bf1f14d829b8095a0e34e3b46", "region_id": "RegionOne"}], "type": "volumev2", "id": "510c4ef7ef4d4d9ba5573f8e42e8f92f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a608799af5e4dc0aba8792ae6b4bfb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12cedb92554145a59652a80f8e8b7518", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0062a055ab7f4f4c80469037a22b7166", "region_id": "RegionOne"}], "type": "volume", "id": "7eeef8d8be26438f81b1cb11459228a4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec48a27e2caf428290abed0fee35c278", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8098df811a714330a2f2555fe19878de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c256e1fc208d4224995799afe8112eef", "region_id": "RegionOne"}], "type": "block-store", "id": "b47dd58b1a9545de884660d141d69009", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "502f9a819ab94cd7906df071622c43e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "902275aaea144f709022b094bfd9bf01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e5f29a20abdf4825861e72059f2784d9", "region_id": "RegionOne"}], "type": "alarm", "id": "cccc0615421a448bb850c6a092ea72bd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "76a21ac6e89a4d4cbc166bef39c9ecfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "57ff7f75001941d4ad766ab8dd8bfb33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7b517380a2ef43e49304f3c2e780d0e3", "region_id": "RegionOne"}], "type": "alarming", "id": "09bf428ebf3b4b38843fab8f6360f429", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3e017d73428a4f5b98cbcf518f518de8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ba886474d0754dc18085e65db5722baf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cd2631fa291a4fb49fee10cbd7119537", "region_id": "RegionOne"}], "type": "meter", "id": "2d4f5ebe73d74a79bc2e0fa9068942c4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7611200fbc1b4011a859c93d507e8ab0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f7d6ebb1c47c45e49fda4ed34eea47a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ca1090613e0b4ef2b970907b5bb6b88d", "region_id": "RegionOne"}], "type": "metering", "id": "e4ab6471b60748ddba5a255fb039ab2c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "018a1ec0dde648bbbd25e69e310caf0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5d28798f5cbf41dda0f048ffe31f3d77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fc77d7cbfc024f3880631883620657d3", "region_id": "RegionOne"}], "type": "telemetry", "id": "e100d035bc694bb89f52f6a966bec4e6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "23ef6cd5b21c4caa985fbd39260d0e73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "39326cab0c9e48c7b2038fd62c1a2dd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "89a1cad0682f49b1b26e477e571cc9bd", "region_id": "RegionOne"}], "type": "event", "id": "2fb0e845b43347c09ad4a31bf68af47d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c8f3d636a11749319611e10086fac617", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "97e0791426d14adabe03add544efa9d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "11dada6ed6e740c1870e5ebc5ee917c3", "region_id": "RegionOne"}], "type": "events", "id": "584df0a5d20047b08a2653ec64a40e7a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7823f043249946e4bfcc4542d7b45ffe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "837a4354e287438eb92604c55a1ea7f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c20135d36ff142a09eca58c98f986b16", "region_id": "RegionOne"}], "type": "application-deployment", "id": "66a0d10db0764ed1ba38d46f5673a40e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7dda8f01b634464cb23435eeb9945825", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c10c132a14054a878cf05478195864bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "512e873ab85e4c878c6f5babf2da752c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ff4c95191ee242098c7ed1a4b7e1eb0a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "058c798141d14e509aabf81b9449f063", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c1de6241dc154538ac243c084b29609e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9d99d6be57eb42da9e0d4c88ebd0e0ff", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "368b8aa41eec4db98fc8a10e27ae099e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "405d26a5e0594f8ba78366da093182f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "070c2e2c39aa4b198864d123a2538842", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "913c37ef8f1b4ffe8e00277579580b17", "region_id": "RegionOne"}], "type": "tricircle", "id": "fa8480bb1efa4bf3a01a8a8d19455f46", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "4db3d040bcf44777a1b8312e770c8417", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "3857fa4e7eeb43ee8727150856fdc5c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e93099ddb5ed4a8e98c9eff358410324", "region_id": "RegionOne"}], "type": "database", "id": "67d08b54d1ef4a4389f082205f54ee48", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1795d1db50e44a9c9d4e5182dcb98632", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e90256d657ca484d8d7ef19eb546dd65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "af6b6aced1ce47c48f7ecec9fbc285bc", "region_id": "RegionOne"}], "type": "application-container", "id": "6f3173215a7246a7813c6fa478f8a9c9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "82d7ba7b5c694660a74f215ee115ee6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6808232e7ce345dfba377da9699b6a0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f49f304145c54724b2dcad112cf2b5db", "region_id": "RegionOne"}], "type": "container", "id": "9b1b5a93e91a4b0ab287dd7b77a649e7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6515b180822b454e9dd8b715071988e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d02e33911258446d89bf7111a381f07e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "98d3918fd2d047d399b4be5a81158d6c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ccaf94415fc54a129c52b498fe18a26a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "af659d8c95e94dd3bde0e1b970d961d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fb4881b82ac94a059ef3c32fb34c0868", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c0e945f7b3b44820b78bfe7b8558b239", "region_id": "RegionOne"}], "type": "rca", "id": "10bab54fb6b14b4db6e16f646971f443", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5fd7a03b58604360a3069b76be839844", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "58859ffca54b43979fdfdd1be26bccd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ea44b5aa4f34444e954fe640b8f98648", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "8213f1fc15b44cf38bd5ee4560693254", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e786d384d18c494396c6f6859c247886", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "6c29d12a44354c8d8a2fd79074c2a4db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "67ee7a6aad744c7ab77e300e446cf687", "region_id": "RegionOne"}], "type": "network", "id": "9015ddd5800847919bb5ada14c1eac61", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "bf0ad589ee2f4f94a8a50e5def3e617b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "344ac7f87d2a41f19e93fb144b88530c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ef3cbbfa617149cf8e9041db51e46d63", "region_id": "RegionOne"}], "type": "backup", "id": "ec430cbdc46642098216b09db88f4c6a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e8684d970d9e47479d669a382ecac647", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8118cc3e30fc4723b9eb19711d8376ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bbc198da94b744899e9704519254fcc7", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "88d42b37ddd54694940fd239f4f09d51", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "855cd6831b0249719c597afed99caa46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9b8f571dea2046d3a0f8c775ecc9dbec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d8a47798b5b2477dafb219fe1259be6c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "129c2c1fb5514a868ecfd05198d58d11", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c8df2404009f430d83fbfc647325fb4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a5c33276e5b84bfaa734fdb2503f47b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ceff86d14196464a9de09e369142baf5", "region_id": "RegionOne"}], "type": "monitoring", "id": "2763e019f9684a5f935cbe82a4248abe", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4bd51396c28940b692811dae8c736a6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "dad9e32c53114c18a4ae5f71259db9c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4225899b7834425d867f40b0ba11b618", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "543007d2fd7143a4b4fe312a0abaa786", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "86d55b2c319041af86fc4b49366e07bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ec56453c6a1d473aa75c77d1c06bb75d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "cfb8046efed84f0c977f06e1014b6a82", "region_id": "RegionOne"}], "type": "placement", "id": "4eedd7f894f9448ca942b18b70ecbec4", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8a0fdd6ef6834b1997efad5243430b65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ee4718d06e874d42b8bf9c36e00eacbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "43feb1a3b52d4f9589ac21cd0750ea12", "region_id": "RegionOne"}], "type": "instance-ha", "id": "cfeed2bd94c64507a6b423da9aaebe30", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "649ba6f876514225813414df6063973f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2baac24dd5de4adaa080858d35947a02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "73bbbe905b2640738fc77924521a579e", "region_id": "RegionOne"}], "type": "ha", "id": "fbe2a82f1da642bc85f40fd5255ed06e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cd0e3cd4e2984a03b06fc208cbbfade8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cca550d366af4c5f8f0d23a0ec65c389", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1b7e61a026234a8a842658cfb2f410db", "region_id": "RegionOne"}], "type": "reservation", "id": "35a521f662d74e9190700cc2879b4121", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c213b445e526448c95c3a291cc31b860", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3fa80355724f43a7ac25dd49ae2ce25f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e48e84daa64e4865a07570d237adbfe7", "region_id": "RegionOne"}], "type": "function-engine", "id": "63207d1eab144680a95e06b4670cec8b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bad531ad33f64fcb8cf9123e223eea1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c76425a5856945269bb6ea9cffbbab89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2f707f4c591a4464887767576f37edb6", "region_id": "RegionOne"}], "type": "accelerator", "id": "115f7504a10c4dd1aae58e8eb124e3ef", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2b58307111394e8b9a438b999a0d71c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "139fba4e0b0a4453bbc7044b9cc0baa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1fb95bb121b94123a3efbb8fda7ad84f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "10e2ef4318a1481ca5eb742c93923f2c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a174f699fd554fccbbc438a1f98c4ba4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b3dfac2b7ea847d99ee74b44d1fb778c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a2c0919a2a834b359ebe7d517d8c4a55", "region_id": "RegionOne"}], "type": "registration", "id": "ab2df65f71484611815abc8f7b0c6c29", "name": "adjutant"}], "user": {"domain": {"id": "d119742208a3440caaf862bcc9f16273", "name": "be3b8a1e667641d2a62d4bccb92e10ec"}, "id": "03435f7e83c646cca0796e0bb9b2febb", "name": "2512118ecbaf4b878b7acb84540cfc4d"}, "audit_ids": ["3126256cb0c24caca41539a61f60e99d", null], "issued_at": "2019-09-19T09:04:43.534919"}} 2019-09-19 09:06:43,716 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,722 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,725 keystoneauth.session RESP BODY: {"extensions": [{"alias": "router_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "description": "Availability zone support for router.", "links": [], "name": "Router Availability Zone"}, {"alias": "extraroute", "updated": "2015-01-01T10:00:00-00:00", "description": "extra routes extension for router.", "links": [], "name": "Extra Routes"}]} 2019-09-19 09:06:43,729 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/routers.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"router": {"availability_zone_hints": ["nova"], "name": "goofy", "admin_state_up": true}}' 2019-09-19 09:06:43,734 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,737 keystoneauth.session RESP BODY: {"router": {"status": "ACTIVE", "description": "", "ha": false, "id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "name": "goofy", "admin_state_up": true, "tenant_id": "861808a93da0484ea1767967c4df8a23", "distributed": false, "flavor_id": null, "routes": [{"nexthop": "172.24.3.99", "destination": "179.24.1.0/24"}], "project_id": "861808a93da0484ea1767967c4df8a23"}} {17} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_no_role [0.189510s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,653 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,657 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,660 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,664 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,679 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.590504+00:00", "project": {"domain": {"id": "47ac0b9eb65a4d88b4a412f3586a1040", "name": "aa6bd611a8de4da5b0faee3020e98cd5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "9e74eb5042b24df4924cc1bc3821084e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d71c81cc0eea4e68a117d61e2e7c89fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "14e8efcdc7a14975abc8d731b96e3fdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6108ec52dc1c4fe0af0d83928c79e24a", "region_id": "RegionOne"}], "type": "identity", "id": "dc2bdb1442b2483289da77e0a1388a8a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "35fadd2b78cb4722a824e438b26780a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8605f72487ec4975954aa3b0e14225a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "0f94152dd0674733bef30d2acd52e773", "region_id": "RegionOne"}], "type": "compute", "id": "4e779a79adc84846a666706193073559", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9e09becc08cd4dc49ff62cdf26e253f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "00f429d5995f490eab38c0a10d5a839c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c32df6eca90242759ffc3fd648e8eded", "region_id": "RegionOne"}], "type": "image", "id": "3c98528f02fb49099f603f6d53375c0d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "322ef6a8b29645d3b32134375549bab2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "384561fa3d3d4b449167f63f48505542", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "3e3bbada1acc44fb845ea715f021a496", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7dfd65951f6246bc977c9573a5e944f5", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47077dfa32c7494baa7c514e75081f96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "284a7c8d925f4582ba21baed167c748e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9a0d0a0b9e6433dbf1e9e2258d04947", "region_id": "RegionOne"}], "type": "object-store", "id": "aae3caef3c2647a4ad350c0dd276e05a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0b5fb366658d455e9e537713ea7c4ec3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a87ff03434a94b7b841413500df0045a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c9da8d1e77484f9493970521f73d3c64", "region_id": "RegionOne"}], "type": "clustering", "id": "de9622df7d4a4300a68ec09b1f195ab4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a5727d4860f34e8d87dd21790378db19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "00ce570bb32b4fb9ab79b2b9cc5124ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c2cc68a1cbf24eec8eb205053f3b1af1", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "19f0d2414da74e36a5a2a292c333c604", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "65dff5ed5bbf47bc9a847245b9b48611", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b4ac754572974df2b4c639873215f332", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b2c9f6f59fa441cebe1e2797feeb8d54", "region_id": "RegionOne"}], "type": "cluster", "id": "90bd1d37a8384f68b729cfd29d8d5344", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e54241c7d38f43f698951a76f2d49bd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "30465bc870cd4d969d7f3360353cc50e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0be04ffa99af43dda9b02b711cca751c", "region_id": "RegionOne"}], "type": "data-processing", "id": "aa0872fc07884052a3c03d54c481d0de", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a8ff75ffce7d4ab4801510374c478a62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e9748186e56e4ff68692c976d87bfa6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ce4180d730a04a99bbefda6bc4afc589", "region_id": "RegionOne"}], "type": "baremetal", "id": "91f6733710ad4b61b362067061730c17", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "09ba2c1280ff447f839119e81cd66b9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f9eb53ac796f47b993adafd8d98718c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "56da8e7af0bd4cdf88ee7439b47ae3c4", "region_id": "RegionOne"}], "type": "bare-metal", "id": "416272735074490095a045e7d48ef254", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9b69a5675fc9437ba5a7874788652f54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bfd1894464634920a043c5d45b399fe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a7928bcd45b74f02a9b5ce88e514ae69", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "378e1655f52a462793b6e8ed5f667dba", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1f8ee654e99949ca93ea9bf565b2b4b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f0152e603bd24da895f0bbcab5778468", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "62903df427fc4ba89a410da355660077", "region_id": "RegionOne"}], "type": "key-manager", "id": "f0bc99cfdf1f49028c1ab00f609ec810", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cdcc4c3ed8ab43b195edf199a2646ea7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "90e66dab2d0c410e8e13ad4334a871f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "af6df95323024ee9a32dda98d5e9bd4d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d630fe4a34494ed4a2e8eaf8c91100c1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ce3346f3c69942dfbbd241b89e6f606e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "83062314643040cd9087446ac7506568", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c51bed55a00b486f8809e7d008c83c80", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e6ed2f89a81a4bc78e235b959bdf5b5b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d8a6da2ce77f4b34b634b0e8b7621c99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e43614977d3d4fae81cb230f5cf7bfb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0475f535857147269d5b268930cf3803", "region_id": "RegionOne"}], "type": "message", "id": "bf9192c4c5394e67809e84040956b6dd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "979d62e36ca346328c03eb46e0c677c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "eead5fd376d5467da7339d195b5dfc47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "349c47efba194306aa92206509f7cd71", "region_id": "RegionOne"}], "type": "messaging", "id": "1f6b5d3335f140569cf1d60b5fe8f033", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "76d59366fa744995b870b0afff8e06dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "126b6865cbc7464ca1524c6a23a2fcd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c14df1a234db4746811d94940da25fdc", "region_id": "RegionOne"}], "type": "application-catalog", "id": "51f97db5bcc6434e808865e2b1e360b0", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b4bd2fd13f564afba829a70993834cf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d5ed5132869b4fcda583498402fc55a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "75bbb4aaeae2404581df6cc49fc4887c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "86865ca9fec643a58ab55f91a6b383c5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cd4eee7c3ede48f69c827692b79e7220", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e8608bdc10de47e4bb3f1d4e9fe2f78f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f570bb2d2474340ad1e4e3cc621df16", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "da2c0a077d5f4e58a4d919074f683871", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c1ff943f52db4c669b13d168c8e2a5df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0481fbc377cd47c19d44ec30d7363175", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bbf70da6943e40ed9713a63f89a3fd80", "region_id": "RegionOne"}], "type": "container-infra", "id": "f38bf1d89cbe4058b346aa3a6d9afd2d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "121c10e0d3024c95bee6049c46ca3f8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d5daa8a7d01a40deb07a33d949624399", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ccf6f09759fa4787aa46aa491cccba6e", "region_id": "RegionOne"}], "type": "search", "id": "a04f33d6e52545f8945340adf36f12de", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "642bfbbb295e4215aca7ce918cbc57b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8f9276bb21414d54858a7b3c9d59ade4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4e17a4482a264029a3d4253a71bfe341", "region_id": "RegionOne"}], "type": "dns", "id": "53913628905f4f17b0e3aa528a787af4", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bc1d3c5c899d41fea538807a426a5921", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ea54e9689104448c873ff519ae1cb71c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ee58a3084f324c55baa8b688b3d4f44b", "region_id": "RegionOne"}], "type": "workflow", "id": "5f8c07e280c341f6812b3150290179c3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4881e0339ec84c9a8b57a1f170f599bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8ba74abd96684df6bf405d44a029bc70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c51d4d9b72f046bdb74859a1eeb41dd2", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5479aa19543342d188775db1f0681df3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "26efc157f3474a86ba032d63be38d4a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7155d0b2ed1348f7af1c99e2165bcad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a0044a432e714c99b2b93c8ab30e1676", "region_id": "RegionOne"}], "type": "rating", "id": "dc2209b99bcc40c195823743dd76f380", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dbad340f3a014f0784ea48a389a78527", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "30b1cac095594d81997376bf5ae6470f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "98c607e535f3470c8df737c0284a8f59", "region_id": "RegionOne"}], "type": "operator-policy", "id": "76cf0cb241e84d8c93c6f2515e809003", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "93b8e175df5d462ab71c18a72f9b6100", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a977aaff1f3244f681e41b8e1122a54c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "abeaa70faf0b41c0af7eae1c75b16420", "region_id": "RegionOne"}], "type": "policy", "id": "041f4d4128e6466ab2f99fd9e0cd101c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7c106fa4c5da4176a7dd94076aaa82c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3e05d178155841ec9e3816287bdbac6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "989c67f17ec042fbadcb63a3d400a427", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ddbfadd31db94e26b6cede6edee431b4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a6582a941c7047a39aa36855906592c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1adcee7e1ac748f98d51795198d2becb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ac931c4c4464477796c239d20991be4d", "region_id": "RegionOne"}], "type": "sharev2", "id": "5bb895bc866840618e3ab8af36f876f3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b14094aec31b498e9ee3ea5d016f4b4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "52015d6d5e5743548b3cde6f3a7e47e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1742019b8f364cdf93e60663044f38f4", "region_id": "RegionOne"}], "type": "share", "id": "6de7ce259cd94a9f9dc0d8fbf303db48", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2cd6d84978944da8a61422c32b216859", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "30620f0d6a684f3ba9306c6894269d43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "33673446ae0c4ca080209ec69de188e3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1cb99b5145104ae69c71a0895f8a7b04", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "604341c7112247dc80ad115c31e86a2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6695ac6e9e834dc79ad6451ba1e440e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3dc7e9596904f87b01513c02e6b9b0b", "region_id": "RegionOne"}], "type": "orchestration", "id": "809b1e10f0e5439299b06b318ee9126a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4a0188fe0eb4d1191fb04548a22db2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfca2d1ea59a4fd08893078c2f97e407", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62d4cd3d95524f16b2b8314bb0815cb2", "region_id": "RegionOne"}], "type": "block-storage", "id": "d52fe59701c443c1a2561b5cb98166d5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a797e238b3094bef9e2f32813c450069", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c421fd06b01e4206aebd79bd78a49b0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46b37cf3aca04702bc86a154ee8a1be5", "region_id": "RegionOne"}], "type": "volumev3", "id": "a95898b10d9c4942bb8fbc5e1a620f82", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b37806b376f84ed2baede9fbe379f1c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "034ccb97e8f6451ebad049665c3f0ca6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f35d72b1fb24ab39114c9a91aa3a9dd", "region_id": "RegionOne"}], "type": "volumev2", "id": "814229d5aaf54b1ab1149ddb72a00e71", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6944e61bda444ceeaae2fc24fb81a6c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc1be5afc85d4b8fafe4dc92f6e485e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ada58a9b6a3f464b9aed3155af64ed97", "region_id": "RegionOne"}], "type": "volume", "id": "3a673fec5c3b47eb912faf523ee0aa97", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cfb16af765245a2b53faba99fecd4ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8579a2f71ace41dea0ea5ef54e1e65d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6181a7a3b914d1f8a8816f7f01b2602", "region_id": "RegionOne"}], "type": "block-store", "id": "4cff9f988b8a4ff2ad8d450a8566c5a8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "12bada99cd57465c96487d0208483b87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c2d7bae7c04341dcbb78e16e1271e0a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8795e07d02b34258b20294b341892d03", "region_id": "RegionOne"}], "type": "alarm", "id": "442ff4f6bf1f4ba79b7f1f5e1b63cb84", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "55b2d9a8622647b79988121750aa189f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d716d5b57ad047e6bc9a8e2e6d49ecf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d1e83e298f464eca910f451292949c39", "region_id": "RegionOne"}], "type": "alarming", "id": "ca2830affa5443d6979cf14c36f2ff9f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "314704d5e5384f35a9e72e62fb5cf3fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d8b1a0fde85541d5a126658522a192b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fc778a8fd8a74d4d960ec1de78407e0a", "region_id": "RegionOne"}], "type": "meter", "id": "b7c68f8d14a0411bbd5f713fbea253f8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "845892e3d7984ab4b6c513b8d6442cb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "71627413f243422db112fbb5711393e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "80cee4194f0a4e0f83b4fa646dc88f1a", "region_id": "RegionOne"}], "type": "metering", "id": "835304d711b846ca8889f89388255f5f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "51e283d4ed2047d59a774535c8fadb3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0cfd98a50b204423823a607977b78074", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fe1762dccdd147e28e4ae69c5e5a9de9", "region_id": "RegionOne"}], "type": "telemetry", "id": "41b10da0c7e7494a879f57ef5e68a9d3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c2a99f859e6c4432a12b6becc50a15b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "988a98cdf5b3452c9eb92526b8aba90b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "debe137ab4bc4d17b40d5d46528948fe", "region_id": "RegionOne"}], "type": "event", "id": "fb6d5c5428504bacade7fe035f4bd884", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4df8677430cf4b20a766942259cbb315", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "123b62377e0341a582d912209635d2fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cbf92a5083cd4909840a437bfa034c20", "region_id": "RegionOne"}], "type": "events", "id": "346d8ba0e9324ce1828f2466ffb83953", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a6870cf2b9d849f093e68767ccdda5a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8514cc15722540fc972188c2a89a1d5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fcfaf7795e87486ea52f09ff04dff152", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b937e3f6e940433aa4e2e5bba67f2c51", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "151264957e6543899a507431fd76ff0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "80fb563ece5a42399def8e0f8b6e1d07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "cad7771e115f4747b25d3e04ca7495ba", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2ea4d58a080848adb16cc30a94459c6d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "79ae52240f52401da2863627e9cf610b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d8f43b17044a4404b57d2292867090a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2205f83d616643c3810eea95ddb1c02d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2384fe17b68e459ebba64c0f4b5244ca", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4dca264b8c884d93a4617eb4ebee34da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4a9b5b72cdc449a299a2c4140f3cfaf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f51d1575da2f47d4ae1a28b258f51ad9", "region_id": "RegionOne"}], "type": "tricircle", "id": "27db817bd7614bc79d605fd30a785dad", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d5e3a36ac27248599e6d5c98bb1ef442", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c9debb54ba2a4c80ab4ae6b7927827ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "eb1cee1fec19483c9a32f701e5bf8dac", "region_id": "RegionOne"}], "type": "database", "id": "a0015fa3bae345869c1fc8e6c96eeed6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6ec4c131734143438db14fd0759ac1a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "96865b61c96a4e91bd387b4edfb91bac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "59e8599855c340348bbda708abe08003", "region_id": "RegionOne"}], "type": "application-container", "id": "061a719ed68e4b2e895610dbdd58ff93", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "207133fb6b394be484d340d61fbb3ea9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "503b5ee6ac1140eba3c0b5234c0672eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "edc3ff6c708b42d7839d5083ec2c3adc", "region_id": "RegionOne"}], "type": "container", "id": "1968d89c146d4b458fefc61b54178a43", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "30ee20e8f1cd4f71bcadeff841b82f24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f30ed2db70954a739e384542f9d57362", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a386befca75c4df3a06dbbe647773d88", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "52cffe3ad11045719a00ba2c6e8be4c2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b33f01cef91c499d917091f516222bee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e1f4b513771b4ca88d892ea6f7920186", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8bb3e760115c4ac89e1fc680d329bbf8", "region_id": "RegionOne"}], "type": "rca", "id": "c8d3c110e65f4659ab5fdc4280ea0d4b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "36c194870d3040a8946f1afa8b62004c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a7f5127d5d904cdb8c19ab9d20068cba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "18878504c094431281590bad54b16557", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a9beb7ea02d44ae5b5c9d9da4754e777", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ed7604eeb5b649c78a615948f625f828", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3f1246675229468da75ec881ec6f9924", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "00f24ffc1d2e4b5fa13ffe8bae588cd2", "region_id": "RegionOne"}], "type": "network", "id": "db529db833d34765830f0193f9ee8bea", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "26f908663bb742919a0189bbde8a9e9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "cbcb2856e835400eb0bbcd8ac2ed1705", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "92fb3c403df34f31a0c95215e6b4a1fa", "region_id": "RegionOne"}], "type": "backup", "id": "49a324f084214dedac5c0d85069b7bbe", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2f8b2645d9f246d0b4729a1852a3638a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "92f1d6f1a6a94563ba7fa0d9ea365855", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c540ceb9defc49a5bcf84548d7a1fb94", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "741c04f613eb4ee083d56921412d6ad6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "933dff22860a4061bfdbec317e303cc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d4572707300345fdb683f9230d971c78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fc239f564117441e8f250073a903cab3", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e1ce8660ac9a4538b7b43d1673cba810", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "24073c6c019e475485c67b0391eb73ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d9a156f593444e58bcbb0d5d7d3d5f7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "bc7de995507f4c9bb2858dc11e1ea51e", "region_id": "RegionOne"}], "type": "monitoring", "id": "c6aa435b45ea4692a2d4a71b0a75104b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "82b4a7bd7cd6401ea204e791e91be639", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f04a3c96f1ee4994917f88333450beb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4d7ea0c95a164162b90586636a37f282", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ad5d0c7c92c748a9ae376c4dd4c17455", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b7542ef79bd4479fadd7a7714f653936", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "31bb6b8b9d8542d4be35b50e35ba6395", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "3afc12f0c38d4f66aecfa26a61cbd9d8", "region_id": "RegionOne"}], "type": "placement", "id": "2ae9265f682548d69eabf774c5df6e48", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0699ede9d78f440aad89dd14d754f39b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e24aefd529d843389f020d23669f3494", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8d9e83ef42f74d76a29408da0f5f331f", "region_id": "RegionOne"}], "type": "instance-ha", "id": "903ee35de6684b6194bd1a0bb10310e9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9a209ef5d15348cba2c94c3a71e2441d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6841a176ed914075b58f9a3b8fb04620", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a2e966c49ffb46d2997d6c93c50e10f0", "region_id": "RegionOne"}], "type": "ha", "id": "7ee89b4bb4ba411d870846678d79de12", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7410d409db24464ea3d7bfe541b60fde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e43b85fc7b224783a7d9ca8e4a2ea663", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "9d325a8a24924c69b6102e000de3ac2c", "region_id": "RegionOne"}], "type": "reservation", "id": "ac157d320c52447383b6a92dbe61da8b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5e62c81a588640d6b3ee91e85831a784", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ea7ad75942a047cd89b3b9f83733cb4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5cef2a51a4b442eca5c2750b768da99f", "region_id": "RegionOne"}], "type": "function-engine", "id": "c57b826c15e24b859ebd2fcd6176fd04", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5c37eed509f24689a205762f3271e34f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6b9a48eafaf54a1ba1008a4e6510a94a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b9deeab17df049358807771c2eea70c3", "region_id": "RegionOne"}], "type": "accelerator", "id": "b23574489f9340769755e9c57dfb21c4", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4cb1e1d6072747f38ba46798fdcdbe08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "be67822d17044a5e9c4eb657065952ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "091c08c19dfb4b91bf83e855b4ddba99", "region_id": "RegionOne"}], "type": "admin-logic", "id": "30f12afc660043c68e29bb06dbe092ba", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5a7321b48069437caf86abb8ce57d3c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bd9eae9580de45d79b4a0043c05e3bad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "682d15401ed547008afa81a9cdd5bec0", "region_id": "RegionOne"}], "type": "registration", "id": "fc1c2fe3644448c380cab8c3e227440d", "name": "adjutant"}], "user": {"domain": {"id": "8945fe6144fd405bac61357a98fb4e6b", "name": "115cdf6e97eb4e2c82f76b02d8d57e27"}, "id": "e45e2256ceff49eea4cb17ed2f366a4e", "name": "1b631cf871bf42d7bb0b3b6d9ca9e7e4"}, "audit_ids": ["815b4508b8d2403bb4ad8dbd44273b3e", null], "issued_at": "2019-09-19T09:04:43.590504"}} 2019-09-19 09:06:43,763 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,768 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,771 keystoneauth.session RESP BODY: {"roles": []} {4} openstack.tests.unit.cloud.test_recordset.TestRecordset.test_update_recordset [0.419707s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,270 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,273 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,275 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,278 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,287 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.209133+00:00", "project": {"domain": {"id": "e20f8d59972641e39652e66f3fc8903e", "name": "e7ae8ba52ac44fbf95522665af428309"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "29f0fda76ca043d2b127f40565360261"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f9112ec79cab4eaa922e88da3c1c0d48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e051ccb591f04edc8573730027ea852b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6b69b71fa7ed46b7a91dfe28647f87c9", "region_id": "RegionOne"}], "type": "identity", "id": "8dc0b082ea274d99ac415270badf9337", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "67ef20c9c1ec441392bed1ffa227f238", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "217d2a4922734d988e9d63471bc67f2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9781630a4a2f411ea0308aa449ee5608", "region_id": "RegionOne"}], "type": "compute", "id": "2bacff374feb4d1aa39750adb57d9b31", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e6269b9dbca94edcbb07a41cfb4b9ba9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0c349944719a4ed2a2cfcce29b05e466", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e5857c489353409fb565921e38eff8f4", "region_id": "RegionOne"}], "type": "image", "id": "0da28e2b19b44d889fdc9faa75be3094", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "76ffddc5bf1b4cfcb11e6be08c51ac12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "07c7c674dc384a9097c7b5b5d47d1b12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b3af552977dc4d27a3950c3dccbc37ee", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ca57dc199ab946bb89aac91715412d01", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb1054798b03411da84e36f06d544366", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba99d54b596243508ef9bba845c5a9b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c4e919fbd75459d81b6f86d0f3374f3", "region_id": "RegionOne"}], "type": "object-store", "id": "1e6cd0a3b8324e2caec30c8c67caa870", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e5ca050efd9c424e84c16fbdea2d4b79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f58022e5ca844c1a9fe3041a6e6f0359", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a7f2f8d9614941a4bfa1682af3480b05", "region_id": "RegionOne"}], "type": "clustering", "id": "9a13781504cf4a34a36bb27fb0e44d87", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8989f7da876b417a875c3cbd9f82e571", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0a48947e4b8640dc8214ad8d5c6b344a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b8a5b5bddf83427bbca063a9d46262ea", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "169920a3eaac4e7ba43b043eb818db69", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "033f5cd6379c4a7e9fe9140b2d3dbee9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3d3a4f62946d46f0b23761aa3e5f3b17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cfb295d2b0de4d1091be177041b7675f", "region_id": "RegionOne"}], "type": "cluster", "id": "446b3d9736d84a9f97bc89f770886379", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "eba7978b40e441faa5afc830ecb2367a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8f4667c3d114485d81cf20574d6b6fef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "dfa61e270b7c4739ba1484a5502f68df", "region_id": "RegionOne"}], "type": "data-processing", "id": "a5c2d943149e4e1b88da911536a77326", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "52e33c11d54540b2b2113ed76d4b2375", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c5123084d80e497dbfa5974fbf132e23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "39ab12f4b98c474b8f986fa1713363db", "region_id": "RegionOne"}], "type": "baremetal", "id": "1dbc069e521342cf8862309f1ecdc8b5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "48c857971e5b498ba023a39df06e4c3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b1d2825257264a1cbfbfaa7fb9574272", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5bc7de8c63e54489a79a2412b6ab3b85", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f4498379716347389767243bb83109e1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8999778827bf4a389e52a1b1890baa7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3c94f839ccd3454191d08f815e293eac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b59ea4436f9d4293ac9bb97d60f28734", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0f28eb85416940b990df67814047c114", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "91b12c9f71604cf898fff9e0b89bb922", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "12c3500100d34e6e98b0a46451c265c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "129ba98a2e3740c8ba813da453091b13", "region_id": "RegionOne"}], "type": "key-manager", "id": "dbe8a6be261847e4b9eccacfff730941", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c449d99391294611a9706c997120236b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "86a5e8e59f194f659b3b369767b93829", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7f57a7a68fd84aab9e79cd1a14c2d87b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d29675f3479e4994b99b6dc041461e0d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "76b8a32f798c418fb4d9669b04a418ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c7f8485b82894838a53bafd8cb894891", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "46675ca19d3e4915b72d70cb676cf5f1", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ac838e61080e4c22af0ac6dd343cf5d5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "de038b717a9b46d485820a6e576d99f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f21a3481b80e460f9230a6e006f3d3b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5c65156fb092430d8cc9399358b52bd1", "region_id": "RegionOne"}], "type": "message", "id": "fdef3f6e4d0944e6b99df3789752b428", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "be0758214f8247caba43153fc63b5dd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3fbdf84ea77c4959bfab0e3e409d2225", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4062c264aace44e7b227528444b52f1b", "region_id": "RegionOne"}], "type": "messaging", "id": "6dea78d7b06f43b89951d15c76410c49", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e08386636fe34b3d8e1303e2f42f060d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "237b861e509c4253841d1a33315785bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "cb5bcdeb17bc49de998c3bbbff03a071", "region_id": "RegionOne"}], "type": "application-catalog", "id": "9466ac447e5b4bcbb00b26aa31e526d8", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c5d32443a33e4dd8a421894bb257626b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e801152e0e3e41539ad75aa40517c758", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "55c154810bf7408f933d3a2eee2c0493", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3b1a8bef0a6141bb9b023b72abb2bb3d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fb5b6f8d15b845c4af28f696db335932", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d661ad95271245ac9fba122e285563e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fe99097401ad42a68facdeb15d85bc90", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "188da4df5f6d4b33add7657c2b2c472b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b99fb52d28c4131944c03c4d6bd92c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "81704fcd8a944213a1b9ff1832709dca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a8c132dc35b4740a0e1940db98a2697", "region_id": "RegionOne"}], "type": "container-infra", "id": "ae6ddc946b64461ab25a596f5ab48b56", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "590577c3b9b84f6581b6464f972d1eca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ca99dd55193c44f3acff33b4d92f4908", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "67e64c745bbb496c8b9d969fbd16c5a0", "region_id": "RegionOne"}], "type": "search", "id": "0706d6e5b9f5408fbcb24565e0014e82", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c45a1b2ca4e54101babd3bfbf292845b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "bab3b5a77eac4723a405d18e859645c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "43471e878c8f45a3921a142c1e9f95bc", "region_id": "RegionOne"}], "type": "dns", "id": "3b3fec1ec6764b799e3a305bbfcdd8f3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ef29a131b8544d7b87e428cce2ec9755", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "178744564e08444f8c11bcef189b8a7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0084f94d00f842f2ad8becbdfb0f9997", "region_id": "RegionOne"}], "type": "workflow", "id": "dd4a8cb26a434c4b84e97fc7828165ab", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0d934e43086f4534bf7db65732e49fda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e3d96ef973c64fa5ac001a445f0dfe01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4647677b59984ae995d1988e62b51897", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c46d01abb9e748c5a7280636ddb176e1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1a24a955a8674ff0a11d1b2e44831256", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "97e5fefdfa5b4a17b524c867a835cd1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4726c7b6d3764dfd981e32b91bb3c33a", "region_id": "RegionOne"}], "type": "rating", "id": "174319b257c74fa09ce432bd5ae4bfdd", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "904baec10fd246df9b8a8970f6802bf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2d1282892ca04c07b847eb00a3b9bc5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8531b23f7cc148b1ade235696263f452", "region_id": "RegionOne"}], "type": "operator-policy", "id": "aa806467ad64432884c754c6d708ff76", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "44e8a72cc94f4ae794fa30dc245b5854", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bd54983e698147cbb90ebb353bbf1cd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b4da0bd859234cdbbc31a84cb2949742", "region_id": "RegionOne"}], "type": "policy", "id": "e6be376f0099469785e58364faafd9a2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6f3b1294be8145f28eabd33b8fe95947", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "10bcf81d16344ee0a98d59c9ff54fc69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "398f1ce3b4344d8e860895865695aad0", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "fc4eb05a10a347c98f3c629bfdec2deb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b79f9e338c424f278ddfdff4e4357666", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "749b4e6d65be49128dfadd07ac8c26e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2066eac750f642378ac70b65b35258de", "region_id": "RegionOne"}], "type": "sharev2", "id": "5315275c12b848f18f4321e3ae892c42", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c68a409ae80d4fb0830d045a5fe2a25a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1c71f9bc0c5f473fba76a03cbb8b3ef4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "63fa173be79d46c6adab1667e5d14001", "region_id": "RegionOne"}], "type": "share", "id": "044666e19ac241f19ad98977255342ef", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9dd252b683bf48319be5b37423fb3366", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "70b9c07447db4494a3c0a6be21ca6066", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9bbb166468b944679d320d3148a679d0", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1f873aa743df449f91d5de1ab20033c0", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c9e5c58a1af481b9628412c83f62542", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d81199b2c4c34c42945f7bc8c460b159", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47822ec7a3ad4a7ab9b158f81db6c16f", "region_id": "RegionOne"}], "type": "orchestration", "id": "5f86afb03c1e4756955aab23f5144ebb", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26003b7b6c0d491b89e0546127186959", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52a3886397ba4c31814f139b98d491ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98c85552b21b4e328b1c9062700da500", "region_id": "RegionOne"}], "type": "block-storage", "id": "6900e8538ca240dba00f00f5e719a6df", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd5eca9711f74bb58f5c591ccf187695", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc334fe0b25142d8a6e300c0b51b8ca8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "182e3fb32fd945ef89ca132388961928", "region_id": "RegionOne"}], "type": "volumev3", "id": "619f072d6e9c441ebdc3d157841119bf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63e183ef57fb45388c26fecd85069294", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "744eb507b9a34a95b0345744728690e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2d353c695d041698d8844f00abe66a3", "region_id": "RegionOne"}], "type": "volumev2", "id": "fea44ebb58814b3d808da1d7044c2a48", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eacb8d5b74cb42cd8466aa9d7c370ac1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d53c80481f69458086d2d5432eb162ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2b10d7a9abc423aa3cebda4f23ceb3f", "region_id": "RegionOne"}], "type": "volume", "id": "87da809a10ad418f9b3a3b9b064cf57e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a48b4165fc07484287876cc3f06f7cbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8bd10705ae1a43e3bbddee1430984c6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5de44a5f6134c059d18fcf631ec771c", "region_id": "RegionOne"}], "type": "block-store", "id": "0b572706722c4242b083b4b0f86f3666", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "df13ded635e54f5b847a9e2fef1ec8ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f5d5c611998d4879b3632cf3d7be06d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d8b256501e334419ada75816bdb53882", "region_id": "RegionOne"}], "type": "alarm", "id": "7862755e7bcb444498ecc92312e54694", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0cbc61d890b24712b0183696a269c09e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b6bc90b8f52b4841933c8fa663121c95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7da09ae94ff04b0d8f8768b5643a71a5", "region_id": "RegionOne"}], "type": "alarming", "id": "3efad1f19a754fb0ae057b7ed30bcdec", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fb923042d1f94248a5aeb4e2e7699894", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c3e3c33020da49d9a589bff6b6621402", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "24f9b83ef30e4988ad739549faeaf36a", "region_id": "RegionOne"}], "type": "meter", "id": "0ef321a1d62540f0a40ac73c14c314d8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f5b5ab8a5e2342fb884d217bfb395b96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c19e72ebf6c34a539aa63eaef2d47661", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cf8226a8deb44f089d2f8c34cf4d1f54", "region_id": "RegionOne"}], "type": "metering", "id": "6c1ad890d99d4a5b8c14af6b7f29fa96", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9f84e8051c3545ef801ce0bc6c94861b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fbc3f3896cc24f25adcadc97b9852b6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0ed5d753dcfd448299a929c186874f90", "region_id": "RegionOne"}], "type": "telemetry", "id": "a0929119e34e4d43b8bcbc689d85f09f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2c6337fe1bba4bca8e9e4be9ed250698", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8bde4a9599034dc9a6a7154c5469cba1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "55a2511e6d344affb8e484d1a1552240", "region_id": "RegionOne"}], "type": "event", "id": "13fbed451f3d4e4eab026cdc2a4438c1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4fa19876525a4932819fd2739125231a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "db433b05ae2a4c8fae28df574bb4e2d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2af61238a6de4260b7dabb29289f47bc", "region_id": "RegionOne"}], "type": "events", "id": "0d5a72863cbb4b339471c8ff2c4cd1ce", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d33924ebb89d4949bf6b33984ec6d6ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d09a006a595e4e15bab713d05503f3c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1e36a6aaebb64fad9752e99b5cd53907", "region_id": "RegionOne"}], "type": "application-deployment", "id": "dd22b617ea664c12ac8376c9fe66ffe0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "56be67c67e554dc68f6a29e32b4f1dd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fa43ab32e459436480381d735e1ea719", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2fc651e76fdd4b76b80c6f531c9007b7", "region_id": "RegionOne"}], "type": "application_deployment", "id": "4b4f5d4adba74f83ab5ff983def7d46f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "12997ef6bc684feea296ae7e782ae328", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4617694ac67c4babb45f6169aa7ed2b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "be17bbc5e7b2489991192cd329c8433e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3548a0db5a0f4fcc83f8870183bc4ebd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "675d67f720fe49429a76ef734a4b9ce6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4fe1983cc49c462693f7b46545ecb28f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "22874064be424819b9194ca684704836", "region_id": "RegionOne"}], "type": "tricircle", "id": "98697252f8344b39991ee5fe959b5d9b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "4f449453489246a8833a768877cc37cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "eeb5fafcd0214e90be1d5e7f2d8eb4f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6058ca5cc3644c8fb85e83548d3995f1", "region_id": "RegionOne"}], "type": "database", "id": "f98304a8c0224eccab6f4af475c80777", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "08e90506b30341aba1f9e3a159de8397", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d927223f73b9484ba28d0ec14ef3a52a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "80fd7bc7f5e04439bf00239602312a96", "region_id": "RegionOne"}], "type": "application-container", "id": "eb275997a78640e19f169ce72c8a0169", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2b9915ed88da49a2b3469943dd164ece", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3dbe5832fcd8470e9054d53b2420957c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5e75046f7e124f4fa5c26ebfa04cce1c", "region_id": "RegionOne"}], "type": "container", "id": "22e6ecc69f5a47c9885e2e50278c996a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b87a944442424fa689d89d5409ea1e15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1e4d16db716848e2ad0af0e2393a1306", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6faa2618f30f4438a16710086e4928b7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "044e728734cb433d8541e0a8bbda29fa", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d51555a6d2884c13a1da9b4f669c7455", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5eb52ce181d84ad8a97ae08c1c6207f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "add3d462a79b4de1b6a1205f49eb8f74", "region_id": "RegionOne"}], "type": "rca", "id": "b07c2c5ef38f4064b0aa1d738c0d14a8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "63cc0f475f2a4ed08ad21d607c11ba36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c5b2045a9f874661b7dc87fc98766db4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e7b841fa63b84e6e83de4cbc41c62e45", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "41578f70803b4a0f870c64d04cc1904b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7022e475b3e74e29b57b5a1d8ca74d3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "8510d64f88304675bdc085ba84c5fdcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6d40fa5896b248d3ad83563effe46aef", "region_id": "RegionOne"}], "type": "network", "id": "96021dd01a944d1e909176a3eba2a79f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9a95f4d3f6ee47588a3463bc60588563", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "38cd236d49094a2e9a19cfbe5d1bfbd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "2162a7c0ca50413ca9ea9e823c53fe10", "region_id": "RegionOne"}], "type": "backup", "id": "9bd9514633aa449abdc560c799949850", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e9fed6aa217346589c2ed25d4f990f09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "22a09c36dc9e4421ae220df599c66811", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1eb077b53a4d4de79c158378aad003f9", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1dbca768ca9b41e1996d521cfc83d4c1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9587cdea2ffb4a63ab1229190ee40fbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1278f80ae75143b4a50809d51e85caa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a1875cb109b749f6a572544317a6b44c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "767991b0b87a4d618444fa9a65f674c3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e913443d82b94b099f909f7621b230fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "99f21f6273624dcbb47b9766139d0338", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "36dd9c73264d4fae8672fd66fecff5a1", "region_id": "RegionOne"}], "type": "monitoring", "id": "5cbadf2e5fc4438c9b4eca69fca3ad1e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cfb62d178c2c4ab9b37f3c1f51381a22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f4a78643268a4306864676b3a870cb4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cf47c9c13d7640cda9454fc9e9460967", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4ebc0dabcf2a4241953194d4e42bfc0e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4e28f2ad82534490a77ffbbf153e2bcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ce384fe83ee24035ac3937e7501eec23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "12c8ef7a8ddd4e3dbed4a578fd4a2f95", "region_id": "RegionOne"}], "type": "placement", "id": "75dd73de0e3045369b4ca41f7de34f24", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9c43168aaf0d45e1aaabc8fd9f483442", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7447f14836c24d8cb7b5e243fd17c11e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1c1073809dc840648bf18e97542e9a6d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e3c19cc4926a49d7829f2263dc599f6f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b637b1c0ae3e42078c39ffd8f2ce46de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dc02cc797add4ac987b439bdc942db3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b884aea7d04744aabb774b187cc36de5", "region_id": "RegionOne"}], "type": "ha", "id": "c0f9f5e3167144c0ac14b7cdd1b32dff", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "62e2b461b3b145d1b4291c9cac77daf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ed860b472a1f497f9439363135289180", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "30441c24582c42a39983ed41a0903c35", "region_id": "RegionOne"}], "type": "reservation", "id": "906c463d953445c285a4e0a8c1e7d061", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a4000498171a406cb936b78d0ca0d53f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "449fdc4d6ea44ca9aa70bbbfc22836ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "41d63a3705ae4cabb693162771f1dc21", "region_id": "RegionOne"}], "type": "function-engine", "id": "633c2876923a47ee8864c6294fc31546", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f6b5fe387940416689651eac0c45caea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "52315e784e0347ce9d69011738890aad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5afb661b59084e36bffe64133360dc08", "region_id": "RegionOne"}], "type": "accelerator", "id": "136b2b55474b45779774ab91465b84f6", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5262b7fa96674f0ca02abb384f26d5ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "99f9b832b40543bbb265cace5e3793a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "552e911c4b694a24ad8d6f8ec2cb45a2", "region_id": "RegionOne"}], "type": "admin-logic", "id": "22f3d4bb56dd4499a7bbd170d8f97f93", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "91422dfb289e402c86f4c0fa0cc937ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e66ba7027b1d4952a1d2f9ad637a3aef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b6eaf8a85b2445f7b99a7f80a1ec6625", "region_id": "RegionOne"}], "type": "registration", "id": "f73d73ceae4048fa9a3df141da99e7cc", "name": "adjutant"}], "user": {"domain": {"id": "18839fe49d514a9ba0a44fce42183fc4", "name": "c56fe34a30204dd7be6a12cba03630b6"}, "id": "acaeac4195b14db781a0bcd326930d50", "name": "b3a4e1da985e4f039c7754e200a9e1bc"}, "audit_ids": ["0c44976bc85640ffbfe88a8b2bdb146e", null], "issued_at": "2019-09-19T09:04:43.209133"}} 2019-09-19 09:06:43,420 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,428 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,431 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2019-09-19 09:06:43,479 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/example.net. -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,484 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:43,506 keystoneauth.session REQ: curl -g -i -X GET "https://dns.example.com/v2/zones?name=example.net." -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,512 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,514 keystoneauth.session RESP BODY: {"zones": [{"description": "Example zone", "email": "test@example.net", "ttl": 3600, "type": "PRIMARY", "id": "1", "name": "example.net."}]} 2019-09-19 09:06:43,544 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/1/recordsets/www.example.net. -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,548 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:43,571 keystoneauth.session REQ: curl -g -i -X GET "https://dns.example.com/v2/zones/1/recordsets?name=www.example.net." -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,578 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,581 keystoneauth.session RESP BODY: {"recordsets": [{"records": ["192.168.1.1"], "zone_id": "1", "name": "www.example.net.", "ttl": 3600, "zone_name": "example.net.", "type": "A", "id": "1", "description": "Example zone rec"}]} 2019-09-19 09:06:43,608 keystoneauth.session REQ: curl -g -i -X PUT https://dns.example.com/v2/zones/1/recordsets/1 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"ttl": 7200}' 2019-09-19 09:06:43,614 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,617 keystoneauth.session RESP BODY: {"zone_id": "1", "description": "Example zone rec", "records": ["192.168.1.1"], "ttl": 7200, "zone_name": "example.net.", "type": "A", "id": "1", "name": "www.example.net."} {19} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_image_delete_ignore [0.060207s] ... ok {3} openstack.tests.unit.cloud.test_volume.TestVolume.test_create_bootable_volume [0.310816s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,549 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,554 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,557 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,561 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,573 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.487825+00:00", "project": {"domain": {"id": "3eb1f3d6f8044f639e14672970deae41", "name": "e3d3f26dae124c67a2d72179e8a567d7"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "861ee7c8c7824a0299093b02f4d025b4"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "875c06cc94694f58b5ca7a1cb3fa75e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ab72576efafa45f3a6610df7620b5256", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "66f50d1f8f9e4c1693de75878eab7b48", "region_id": "RegionOne"}], "type": "identity", "id": "f9c7343560244099b610d96940a82a32", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "60cb90b3d29e407b8328e280b52d8731", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1827d4cf45514b5ba477aca8708dcf3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "48c5250817cf4fbbb2caa832c820b87a", "region_id": "RegionOne"}], "type": "compute", "id": "0b0b7dfb866649739890d58fa7039860", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7f823ec99229424b99d47d5475ea6282", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "dfc29c94ec7d405abf63a85ea1e16039", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ddee8b7fbf224a4c85ce3f03f5be0d13", "region_id": "RegionOne"}], "type": "image", "id": "88c6e50b62554c3f8ee58051537e76fd", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "502f124daf2e4cb9a68d5b843380b05b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a2d338e9ed78434e91770da74ebcbba3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a7611e6679ef425680ed8fc1b9f4d446", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d7fe326fca084d7c80665f8ec71f4eb9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d44726d937ed4d0c9d8723481301cc9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afad6249a6fa4ab6baded7e7c3530aba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d285a5dbbeba42d28efd558b4aab4527", "region_id": "RegionOne"}], "type": "object-store", "id": "323e2bc5a8bf4f71b25554658e110491", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5f1ca5477ec94fa8b8f6b1ccd77194b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cda61d3a7e3049bfb9b9c0b34fd772b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "19d09fc9d4e14cfeb270353df95be455", "region_id": "RegionOne"}], "type": "clustering", "id": "4f53243909d647ad8c382c1e05aaeacf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1c9467c6daa8450985118ed49b2b0f64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "65b8210b431748f7a64e5617ed991e59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d3f86d94a63149e4a0ebf4d716adca0c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9d2c83d0c7b8471d8d58f5b497e36b99", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "afd6899a026341caa0359198dcbafec6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "680c762f2ceb4c91a07d13d1f48358df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "af06dbacfd25492da9e1f91ec7f51f4d", "region_id": "RegionOne"}], "type": "cluster", "id": "99736ec7301341eba88dbd6c97cf0c68", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "22caa07d1798494a9b8514bc2f1ca25e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7cd8551edfba4903aa324cef47389010", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "256c04a8537a415390b779be778eee58", "region_id": "RegionOne"}], "type": "data-processing", "id": "a80d9eeae6b74314a2659f631b9f3ec9", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "44aaddbf75e549fdadc70d46d8aa841b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8fa21d3ee395412fafc6602a3a61458e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "dcff6dacf26e4eafaa4a7a27b8400121", "region_id": "RegionOne"}], "type": "baremetal", "id": "b6445dd87bd04b3e9e36537058330e37", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ab4de8b5b71f4175a3a3fcd9dfb8398d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "572cd4126d4c4919813ed620ee8ceb69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5fd623d9a6f6437784b13e74a0713b12", "region_id": "RegionOne"}], "type": "bare-metal", "id": "bcebcc0c1bf445519b94068a25361b0f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e9c68a4fdae44a84aaf61c0a16b3cf0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0c8bf9314ccb4ae889fa841d38c8f808", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "acfe106f93c1452e942cd1d4385e0881", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d4f29f00060249ce95d4d8899df04f32", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1282876536794aeabd9e76664af8ef2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3103e3dc86a24e9ab8e22a4b6cd7a5fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f14fbccbbbaa47b9ad0ff9d3e4d3ab27", "region_id": "RegionOne"}], "type": "key-manager", "id": "0178e438c87649ff98bef774b4754f20", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c739e960164744c3af7d9d2cd3a329b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8bd751bac3584b62b853e8589e7ab63d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "30a1eacc95cf44deac094b767c2d084f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "cdec4f939b094a1894be879c5e5bc5f3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cae9e49624d04fb49e94f4dbe11ea580", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "22d8461a73a14da1924772f98fc5754b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fa2586bacc114f8181f0ce4b203fd652", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a57d44abedff4b87a3fffd28bdf8894f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "520d2d080d404443b56bf11fd9c72815", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b6a70a976b024c7a9c91ea340be36d37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "80e22ee56216451fa7672f0e1cb0a7df", "region_id": "RegionOne"}], "type": "message", "id": "53ac97b438cb41c4974e546bb36208b7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9def08b0f69847fb918c0ed966161571", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2b5b0b05c49d4f4f92a02ac2f188f62f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a392d3021f8d453a93a1cb265dec8e2c", "region_id": "RegionOne"}], "type": "messaging", "id": "e79953c3f57a40ea9ba821546c603452", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "60cfef7097a64254927370bf5e88fa94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a15bdb55ef274d8e88e6c3e5c17959a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "262ce1ffb92b4b11b9d1f12f45eaa0c5", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0af315de8d2044419300b85356419871", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8abff47623e74e3d8efe92b3b5f37975", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c19e1e358b3f4376818868c36efe269b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0a5c13c556cf4b039e48b31219c99f31", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a76ca6ee123c41ebbae993c0e1b0d15d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce31750bb3c24fedae1a3287386c86b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5b01d2fe978f43eb8ad0d58a528c852d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7fe0bd1938d74e6c8906f241a973bee4", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f60589334b2041f5b3f27163f23dd566", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eebbe9cad7514aadac3bc3c4c1286b15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3391a8be0fbc4c84b653c4015090d924", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1c9da590e5174469a73eab774f03b248", "region_id": "RegionOne"}], "type": "container-infra", "id": "9092b8a927f0446eb210b3acb9967d11", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4bcb759112f84d33a06841aa58ed032e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "68db3abcfcff49f28916af06a9d0c53b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4710639f16524970b905a1042ad01dc6", "region_id": "RegionOne"}], "type": "search", "id": "4cf8ec8367af4afd9c862112fd21deb3", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f285000ca35540f2821935bc4a688d58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "fcc2303643b84e2dae448c77640543e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ba467c7ad254471fb48415081d9b61a9", "region_id": "RegionOne"}], "type": "dns", "id": "fec53c036e4043f59fc2a76598af2187", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9543b96449294c15bd65e594c3248001", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e5e5b3c1df724717ac2e30b76497ab7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c0c21566ebfc481999a39bc8c40e21be", "region_id": "RegionOne"}], "type": "workflow", "id": "9efa95f3b2734a8592af5d7d9cb827c2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ad55d322ffa24c20b8830af87c09f6b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6a071b8299ce47de85bf558d92ceede1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "841d7f7d453f4c80b88f17792fa7e170", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c17b401fb06641cfbfccb6dcfd0e9634", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "c9bdb989ce8045829154ca6e18e326d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "480846201fc54c7893d2decb5c02507b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f9256b5c0c68458baa8aabce5902c6ef", "region_id": "RegionOne"}], "type": "rating", "id": "d8b6edf9c4c24c338b380c2fe3be6b60", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ff1719b986474271908254f3eede4c2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8b27de1e33fd424b99e183d5dab89a79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9eadbbf293c141f9aded4d1560063141", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d04c7fee4de44c3695a76d7b2976e03c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "91eb7dc1fe254e83b741f557ad2cdf8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3643ea5cdd15411499c4b4c54f78b9f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "555f1bf0170d49fb96b3c7e7f74b8e88", "region_id": "RegionOne"}], "type": "policy", "id": "df241ca48f3d4556886046d160730150", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "70a0c8911705442994260f7c4cac7b58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2632393bbbe546438b8e11d8894a86fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "55dfbed2ef984ee99c4ca75e33ffeac9", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "4ad90cb8b5b64dedba79ec6f6e356651", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b4dfd4e165924bd2bff02f6d51dbeb06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d9316ce79ae94085a7fc9679dc40bd01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3e45145ad70c429ba5a5702eedf3999b", "region_id": "RegionOne"}], "type": "sharev2", "id": "1fc4033ba0ec49b6b32a15d8000eedbe", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "caca6ee296c54065850b74fa4cf7035c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d408a665f6e041c3aefe0e3d14b6e578", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2bcd63ee1d2145638f0b0b0321b09a54", "region_id": "RegionOne"}], "type": "share", "id": "a63afb1e120e441289f563d71aee634f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "013c135d9cf549ea9502475fc8cab330", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7de5f3ae499e4992bb78cb373d70c76d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6f6dac7bdc6f4ea58e0f84fba3e183b9", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b441cf82335e4ce19f1b075cdf76f70c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9eaee4cce6de43459fe1f915267b3283", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ecca0780de054a2a971bc39f044e9e26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "acd7323afa7843bfa55c94e4bf6d672f", "region_id": "RegionOne"}], "type": "orchestration", "id": "9b9fab39f2b44aff8451a5f9977fc5fa", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8aeab58015de4cbc9241c3569758585f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2fe9d33786a94fc79ca41f2638379c9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "517ce7fb5fe5429a928b4d36c9dc6eee", "region_id": "RegionOne"}], "type": "block-storage", "id": "87555625077747889f8403b4b1c1eaa9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a793e4c65874f37b143f44c78243f0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4525aec7dde641e49ed55df5ce22dd64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff6101ba9e4e47d5b2e41611cb156814", "region_id": "RegionOne"}], "type": "volumev3", "id": "fabac738b04b4246a93b7156557c4729", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "859398f0903641bb8c62283f663f25e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb7ce71d07a542789794e651845994b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7179ed26a5c4cbfbdc976d8d91f9074", "region_id": "RegionOne"}], "type": "volumev2", "id": "6ac91778174b48c6b816632ab37bf294", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e8617c1159d4b37bd69d86d2e07606a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1573c4769c0d4265b01f98609e506a07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2cdaf0d961044fb8e40ee8dd168d1c7", "region_id": "RegionOne"}], "type": "volume", "id": "61a5192bfd664b24afe5e86babaecfdc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85404bf8c4d042e0865038eb476c39a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f3b7ce7404a4bd892d792c6fac35431", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28b0bcf1af804c95965ccaa68dbddfb3", "region_id": "RegionOne"}], "type": "block-store", "id": "2db4312db63940fdacb55bcfc05412c7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5d8fcb0f5dac42aaa3ecde1afbe661a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e433993c74a34356813cd15f103ebebc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e95eb27023cc4603830210d74582d0f6", "region_id": "RegionOne"}], "type": "alarm", "id": "0d99f75010984777b2a384a7946eaeef", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "906d3eba124842c18f765800132a5e6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "994e72aa7f034a7e973c4685c3f6dfa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5223919018044448aea4c6c3e38ada87", "region_id": "RegionOne"}], "type": "alarming", "id": "aebdc89758d74a75ad651a2d00443960", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "82c2e8980763492facfcb88718d88ff8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b9c73c49441142c7a48b8c640b8d2d02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a0ca2571c9eb4a7a92215d664378287e", "region_id": "RegionOne"}], "type": "meter", "id": "6c24a7590452435383c50d009538282e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b25c871fbba54c0d83437df897ef085b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "996023bd7c8f4db787316cab8fe2b910", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7ec6255bfafb4a1c8f8ff58661421baf", "region_id": "RegionOne"}], "type": "metering", "id": "c9977f7e00dd4ce8bf67653d97b45d12", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2e167c3b83d348f082ea98a0ff9c99f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "079c68378f6a4460a652e9a038c48e2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "301c02d7a9dd42deae5d268a7f38604d", "region_id": "RegionOne"}], "type": "telemetry", "id": "d1dc4d54d50e41e295e098545298337f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8df9f3022a0349e4abc3aa9e81f4780e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "af82386fcea642c88828e561fa35fcea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "db4a2e81f08d450fa2416a4090078eba", "region_id": "RegionOne"}], "type": "event", "id": "c1ce26e0c25042969e95278321cc76fa", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a58b922cdc6e4a308f709ee34ccf411e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8688fb4ff97846d187faa4560a8cbc8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1e632c932f7c4cacb2abf0d8ad62978b", "region_id": "RegionOne"}], "type": "events", "id": "7d6a0eea7b864728b798e6b9213de033", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "580a5abf286f44f1b287278f57af98e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e44b8ff0cfee43be8012c188e703621a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "56750a4ee2c14163ac864d55c3e81612", "region_id": "RegionOne"}], "type": "application-deployment", "id": "9e8da3a447634a8bafca29aa652229d3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f1064c8cae7840e6b41bf6403ad81cab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "690c052646734e83ae3b5438c81130e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "90b65ab9e72144988358981d3fb968b6", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f477f6f142514fa8af9e180680179454", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1e4d6b707add4c5eb370cb18860bc878", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "38f5865ac8d94fff9e8cf7c547f8f722", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7c96ce91b3994815a88037706bfb050c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3f7e0a756b154b01a0f6603c426f2956", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cdb2c78eb22b486ab217b56377d0d007", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7d6704525d56485b9172cec03c567666", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e7b8b678bda841f6911603d60f00b64c", "region_id": "RegionOne"}], "type": "tricircle", "id": "06dbb5053da14b56b2fa281152542177", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a4c7cb50e78541c09e1eb55d0a1b5533", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "153a59f4c90142c9b99770f1d77f1fea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "dd38dffcec884f59a7d22cddcbeb1d84", "region_id": "RegionOne"}], "type": "database", "id": "2bbca29b56304474a18064b392ddcaea", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "65a2bd8ac28841f283392f0b2a368e8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5721b4c4e6504f8588b42990fdd147aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d6ab1760ccc64bcca4c0de14542d3ec8", "region_id": "RegionOne"}], "type": "application-container", "id": "e5e6fda44f3647abaab981341a94c6dd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7231a2ec641d40a5bfd929c6bfe26f35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a69ccf8bbdb34a96a6e31e385da051c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "24348f32608e42499379a9677cf3b07f", "region_id": "RegionOne"}], "type": "container", "id": "90d12be090844377af9af15175fa51e5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7df41e79e9a24c929892c0ebcf2c102f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4e225cd6be5549a09dff9d074962600d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2c60136b47024e83a841f0c4790f7c99", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "52a6bd0835924b4da1bfeca87b26c7d9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5713db8074414c9bbce389e91c2b1936", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cb6d25cf8f6f4431803d3bc817fdd8aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "415bcb4e65e149d1bafdefa6685feeca", "region_id": "RegionOne"}], "type": "rca", "id": "89e333e2d2524843b59a4e03d3ec7e82", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e7244487a5694c76ab9cc0c710b57fb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0b13d9bfe21e428ebd014dfa2b69f27e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "96ccd2dfacd94a86990ecb4f7c1fd81d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "155cbffe79644bfcaa8c992d7ee01899", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "34233451a6aa4d20b71f82bf25ba67b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b27239079136410db937384a669a02b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2f4d8f58ffaf49158bcacd45cde56365", "region_id": "RegionOne"}], "type": "network", "id": "6dfa3454ecd94716b203b129c9cc9740", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d751fb068c364e64a6f90edbefe7edb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "6b5a9330498c48eb9db4a553b6d2eda5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "27f2a36f8d35410588e7fc67262fafba", "region_id": "RegionOne"}], "type": "backup", "id": "84623e210bb24efb8119ac0bfe4b2d69", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ad131cf20fb14edfa8572bbb935aa257", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ad9d08a9ed0a42d08e45dbbe0753fac1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "dc12be4a74a34f44b863c6eb9697eb58", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7a8b303d837b4090a9e9d6ef87961d1c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "04b943944b4e46c4ae9312c8e3caeb8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fc208c8405f44da3a032e4a90a5b7fc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "362b8dc8e1dc444680370ec5083ed627", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "bff2f277cc4d466a8d99d8ecb98da735", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ac1ae5bf14f2485e8372ed6d0812d592", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d2a8d94455674084a25ea71e53bd5692", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "db3ec97c077546e291d2c2fa94d2a489", "region_id": "RegionOne"}], "type": "monitoring", "id": "a28d2d513779400e8dfe042d727df96d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7ec55e4b069f441c9a6420d5b0d7551f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bbd48bf70d7a4064a7f868575a1519af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "45274da0a1394aca842cfa7460eadc39", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "cfa36fe344354a638d1f68a105d1c477", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "33071746f630437292c830198566861b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8bd04e4cebb84a57b5abe0ba7c535f33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8443385e807f4befa4b31e17c6c2f3f9", "region_id": "RegionOne"}], "type": "placement", "id": "d0fd7d02f25a4b23803933daf85130da", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0cb331de0b164a06ab8220c8e6a3bfb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3a6a9e0efc2441f99bcfae0ef904088d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8875723f72db453495dfd4b1d3717e69", "region_id": "RegionOne"}], "type": "instance-ha", "id": "bb6a6081d4b642f79139a81d97bf8248", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7bf4ef7a0b5b4003a595552f5ec3b64a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5b70dcfae2194699bebcc930269d4bdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "83b1aef3a7f2438d95532656f33395a0", "region_id": "RegionOne"}], "type": "ha", "id": "e37d0d5149b549bc82251558421cefd7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "72029659a266479390bcd13d1a6320d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "519b42cfe5474e5c8ef107d35e2d75b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bf30ca41c41c48b18af42d51973259af", "region_id": "RegionOne"}], "type": "reservation", "id": "e650480826b142af83b7140ba1068e24", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c12606be951249f5922e5f8337600203", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e25e92498c40442f85db9874c1ab7f6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2a05c6fb6c474fada771caeeb6be5b72", "region_id": "RegionOne"}], "type": "function-engine", "id": "91251b0b6ece411db27cf7bb8fc25e85", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4dfa239adf4146d080fe62d480551de9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4699c1dd48c9412fad9f07158d978f5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5db2e4fb1a974147a6fbfafc0c78bb12", "region_id": "RegionOne"}], "type": "accelerator", "id": "a532f9cab5414fe9970bf19d6acc2829", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b736d0fea7344a1aa028b93eb7556fa8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "72c63bf90d0c489e88f025e2ec19910f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cc09a088af724432918b6343ab5374d2", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8532f24dd22b4da9a602c09afccc340b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "04eeb5b2dba84c4f9103d2a8deaeb5c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e95ef92f2f1540f598bfd17ff0c93c71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c41a8961d932449fb4e80d80a064e6df", "region_id": "RegionOne"}], "type": "registration", "id": "b3a46a0f5e7643cbb906b2c98f945f55", "name": "adjutant"}], "user": {"domain": {"id": "6028fd617ab9423e8c6336f05d6c5784", "name": "5ea5f66141af4a5c836749a6dd5ce9b7"}, "id": "4b1e8a126ebc478da5bf69684ec1c587", "name": "a9ceebd09f6a497eb42ed28ee18524d9"}, "audit_ids": ["9dcfc04b4c6a4b20ad8d060ec7d894c1", null], "issued_at": "2019-09-19T09:04:43.487825"}} 2019-09-19 09:06:43,664 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,670 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,672 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:43,729 keystoneauth.session REQ: curl -g -i -X POST https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"volume": {"name": "vol1", "size": 50}}' 2019-09-19 09:06:43,735 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,738 keystoneauth.session RESP BODY: {"volume": {"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}} 2019-09-19 09:06:43,757 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,763 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,766 keystoneauth.session RESP BODY: {"volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}]} 2019-09-19 09:06:43,786 keystoneauth.session REQ: curl -g -i -X POST https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/01/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"os-set_bootable": {"bootable": true}}' 2019-09-19 09:06:43,791 keystoneauth.session RESP: [200] content-type: application/json {24} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_create_subnet_string_ip_version [0.222736s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,572 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,575 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,577 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,581 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,595 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.529209+00:00", "project": {"domain": {"id": "e3c9d4642554438db591b5a4b76d9c36", "name": "92780c6ee19a4a3bbcd39c66a8670f23"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "87c129e4be98426995a2850f0364959c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "94f52f3ae3ef4954a89b649522cfad1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "923a53cd50694e4eaa80d85e78f6ff29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2263a6a0f5af426682e4373ac049e4c2", "region_id": "RegionOne"}], "type": "identity", "id": "5644f85574a84467ace132e7f52227cb", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5a67914edd95408fb093ff8010710b90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "019bee10472640dead934d20b1c9931f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5f9affd911f4439f82c7eab255b7dc38", "region_id": "RegionOne"}], "type": "compute", "id": "6be418c581de4a0ab4c0f448b0b72514", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "dc8d3738d53d4aeb8c8b33b3fe0424ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e5a7d0cf46874c8c901fcb3c1c76e479", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "28bcc372ecad478fbe2ca95fd5f55f9c", "region_id": "RegionOne"}], "type": "image", "id": "b819e6c1df74477ea73d59f02ab3716c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "165f4aaae8e34a7ab5fafb5d8ee10bcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9514bb9a31db4a04b2cec624581a3d52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c45e50274fc64f9fb4808f9525808b2d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "fcc0ddd2ec394a22b4cabce4bced95a2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc4c524df1304fd295471b1fabee3c59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da0e382e4aec4435bf522407028ac320", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0456cb60de6746e998b44d32ee2cc627", "region_id": "RegionOne"}], "type": "object-store", "id": "49dd773f4c9b4de791d20001308ad587", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "652f56a6929c47da9f75b463285eec47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6ebf976fbf1a4384803390bbbf6bdfd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6c51809504c14242aa87cca221ab104d", "region_id": "RegionOne"}], "type": "clustering", "id": "9c65ca8499474610ba61a2d77fb131d1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "092457b324d5435fa7af89c5d19770e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3e59533415b14a1984811fe508de0d1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6268a155a4b34d9d9b1af95197d04061", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d9b388f0bfa1481d805a6face0451272", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "52810d0d5a7e4fa3938b1643d0c9f36a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a346d7c62fae4bbab18a3fd9d7ee24f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6f1f558821e14ca4b1bae92a5a3afa6c", "region_id": "RegionOne"}], "type": "cluster", "id": "91b26536ab014f7c8a0beff865233590", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "50e0759d065f4396b2b3b904873e8af1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0960db87901c49e087c8f305939626c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1a7d329a82a74f7db4a4e4149085c557", "region_id": "RegionOne"}], "type": "data-processing", "id": "389cc76bfa784120a4a9947d53417ad9", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4e66f31d89ef406aa3b636f6d22c7b98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "71af471d7a18462fbf6a46d1dbe89fc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7b88f17cae9b4057b37155379db3d670", "region_id": "RegionOne"}], "type": "baremetal", "id": "9c49f7efc4404800b2a41bd8dd3095e2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1bc1084716cb49c0ada8fefbd06aa1a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c95819ad56514ee4ae9ea17a4fb08aee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2afffb5d09dd42698e8f542302821e43", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2ddb492aa18b4db68cc3ddbb58a3b993", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "990d8ecb2d464933b2ffbca1469572a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9a38357c089146d284692511c2eeb273", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a0b474d5386840c4b241baa0adb36f14", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8e2c65c12a164212969b94a9cc931a3e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0a80e17e9185443c9fc3221b7029b6f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "31175b88bcab4347a78ec268fe0b17ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "2ec7874c29d44d7f93b19b41ec482454", "region_id": "RegionOne"}], "type": "key-manager", "id": "e1a49547e67b44698baef58b93668ffb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "330d9a93c4d8478792fb54e6773e0370", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7153a437e3d34540a90724fca6d5832c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "65c0b2e957ec492c812de664359236a4", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "488045e8d78f478ab47794afc7aa1d24", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bac5461548f348a0a5ac3c98cc153349", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "63c6fa59fc734697a9d91257b6594518", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c6c61f4bcf1642b8ba22fbe7032a3fe8", "region_id": "RegionOne"}], "type": "infra-optim", "id": "185bd4a215654bd292357da2fc32f8a4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "79d46e52463441eb894cad93ff5c73ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7147901243d84f34bf0a3ea68e7275fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cc5651c0f443466fba73e7d40fd22854", "region_id": "RegionOne"}], "type": "message", "id": "1e77d58f3887409e9cf640ee404c4fd2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "88a25b92551d4236a590975a9bbdbad7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "308fa944f11447b7803772f904eed5b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "625d4337987842eb8a789911b69ef6e5", "region_id": "RegionOne"}], "type": "messaging", "id": "f097bd53f6724300b72a1a961262ffe3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "706b193d50ba466a8084d466b03b1b54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8ab3b672e7594de5a5e296721c87a30f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e44d4e46b89c4186a882f570b2e8ffc7", "region_id": "RegionOne"}], "type": "application-catalog", "id": "88e889f97f284521a8c6595ed400f46c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a29b661692141dfafa96bd92a039ffa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4a2a6c0128604be4ac46a675fae15cdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "061a72a7019c4859829b7c3233d643fa", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "50c9653432994b2690efcc0b08e230cb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2cc3921c9b874720a9e7710268621fac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "90f6a1cfeb374ea3a0469d79f7f7939b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7dea321a9ba3467fbcd9da41593ce4f8", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7a3a0fb60f054b2b9a468e09c09b2612", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a9624af755f7434bbdca2d58e41986f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1e7d09b78b2f41ddb871bc09c78a7ed3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c09c99af4a7465394696d48a9897618", "region_id": "RegionOne"}], "type": "container-infra", "id": "102242e4431440249861176ad60884b1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "49b326aa0c6247519381ee50c9b17901", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8c20245d3eaa4998915f918549f87e1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c5d2d83ee4c94fcdb76bb74407d2a9c0", "region_id": "RegionOne"}], "type": "search", "id": "e6bff15f84994d9f91e21b45fbd73968", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "00ada8bf17e04ab794c43bf2b62e65ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a6e0ad5523c14a6a8836c8555e18b96c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "de51bc2dcdfb41fb9b98862ab8dc07ec", "region_id": "RegionOne"}], "type": "dns", "id": "fa0bd657c65548b9bdb9bf162ee3fb60", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6278c59dfe3b4dbc9d80bf99a63deca2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a60ce53a301b47d1a4f998d261a9bf7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b4cae5f1d2474efab012ee9939045b5b", "region_id": "RegionOne"}], "type": "workflow", "id": "fd103229f21f40f28bac68b0e9e32a0c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "50df37f48c8748b39869d6c85cf6b830", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "49f060b5aa1e4e409927e272c67f842f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "67ecb4d4fa464adbae4e9927b93f9fd1", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1984b3f541d440fbbbfa3f6430d3fbdb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2ed6260c787a47bab836e56e969b912a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b80bae92b46a4ea9a5a1722df42f9cab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "359f44203fce4c58a52d03f3cd4a0c14", "region_id": "RegionOne"}], "type": "rating", "id": "a710da056ea24114bbde26e5543a0798", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "207add9914854ef8aee843bf19e4e3eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f158c2be30da4b8884b2361116a11c61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a7d70bc53c704678b122ec7ae7740127", "region_id": "RegionOne"}], "type": "operator-policy", "id": "772ce9b28505498d833385a91a9191fa", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b13b348b79db416e82cfaa74f5fbc38f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9cc742c4eef1404a83099472c2fbc589", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "008c768a078e4630b306245e28d13960", "region_id": "RegionOne"}], "type": "policy", "id": "5585e88d9f98434580bf8028df61efc5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "647ccc088da042b2abd90f9ea1712274", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b2854beaf0f6450f8f536d8784c2dc6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2bb3cac1fbbf4b63b342b6299f6ca757", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1605ce5c72d24008ae14220a9698f2a5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "152c73056d414e46bdb300c38b259ce8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a4260a79c8af4599be637f910bea212a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "72f1a35f99004f2b97d5522fd51ab034", "region_id": "RegionOne"}], "type": "sharev2", "id": "91ca686d874e4e7faf13431962240d7f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2c4f28ad774f4b7fb50dbbe87f32958b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bfb0f25584aa46fab544716f03f5ba27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "53ffc566d39444ab84bbe23eddda5955", "region_id": "RegionOne"}], "type": "share", "id": "0dd954336bdd4b9eb7c4c16a5a4da94e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9380dcd790614373b45e69bab2327eac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0716f9deb9a841fca77fb5a05b23a2b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b166373661664522becd01a3faaea0d3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "bc0d4639e85a4f68bbf262dc092b8a79", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc667b65c537465fa4060754c303b8ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c78bc75d77a74614a234a08dc0e8b25e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d29a9a96c2914971926d603b66a464fa", "region_id": "RegionOne"}], "type": "orchestration", "id": "79def6a6e243491d9572dcd25af5f041", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d31db3249595434394dd9651b8d7aa10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "661ae2259b1d418b9edcab778f26650e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b1fc3d7c276447891eafdc29f7822b2", "region_id": "RegionOne"}], "type": "block-storage", "id": "c5046065ef2a4323a9d77af822ddc5a4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d17ada982864c28a00fd005280eb435", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f59187ca77940a5af4e9e5b41fec2de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c880a83e6ba44c43acf0d02be1b4406f", "region_id": "RegionOne"}], "type": "volumev3", "id": "721792cad77444ccac93fd183cebf0dd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "460edaaba4ec4a8088c7362655c8e26b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a10d8f8b74b8488389a6fd21c05dd2a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc75d9ed913b407ea8cb948a35cb6a46", "region_id": "RegionOne"}], "type": "volumev2", "id": "b66a5152ace743e281360193e73ea0a2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7af568a724746dc9008ad90a29e03d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0e0b534f34e4bf1b629496c4be7fbbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a1759a2f6b844b089122354367bfbf7", "region_id": "RegionOne"}], "type": "volume", "id": "4cc4638d7f9f43569449300f9bd41ac6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fda381f161e941d2985d848eaca2cbec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20a78a4f11d74988b95daf016a58fa34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71559815225c4717a12c87a37e041a0d", "region_id": "RegionOne"}], "type": "block-store", "id": "c2c5e99eb5b84ad99f0fcb99add81fb1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2a070735313b49d984d234a2d4080066", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1978bfbc382c427a8306063984a7fb40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1bd60712b54c4c3fb1d763cec3230bd6", "region_id": "RegionOne"}], "type": "alarm", "id": "bfd194b807db4e3f8a84016c792772e1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f8ecd256b39c45f797e670620ea400cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4dae91c3c29a49619919d817befc6c12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "de2d721d9cce4b0a9e1ce2df1096257c", "region_id": "RegionOne"}], "type": "alarming", "id": "ff047e8dbcaf4f0d95e6674416cec3fc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "21287a6461df47dc9ebad2376d72de48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9252cad60e53448e93b09990ec1779a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9695ea12945f48a5884e30f8f1dc0fdc", "region_id": "RegionOne"}], "type": "meter", "id": "27b50ff272c3451c9f9e558bce7a3b44", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5300fc7af49447aebb209411ba09034e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "36c1227682704142a47fe386094dc102", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7e24efebd1d44312b865444093278b01", "region_id": "RegionOne"}], "type": "metering", "id": "9e9f5f5b4dfc4f89a4b6dafb227ef3a8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d9ca14d7eb664c03b6ae8495aaaf9ea9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "085198e3ba82404abb25d1fde5b22dfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6ae3660abbe64fd6b0957e1db19b31fa", "region_id": "RegionOne"}], "type": "telemetry", "id": "947b06fd7e0c4688b38419f40e6f2da3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "48e0a47c6b874875a36e073eaddd41dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5cb30b6436ed41c198426ba307b46459", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "dbc179ac92744249be4147cf9b8adffe", "region_id": "RegionOne"}], "type": "event", "id": "49e03c5663ab41e18d5364b72b716af0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "799f1e6c0f06425b88796b83df7ff5bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "312f906381444610ae3092b5f97456a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7095d2c80b64497f9e1acc4eb730eb7b", "region_id": "RegionOne"}], "type": "events", "id": "b1aad519881b4ca8a83337c090616f25", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "59124aba8c3a4d2c89b88ee1e8dcdd20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "983dfef45cbc44deb9105a280761d1d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "25ed5cff3d5e4645950987bb5a6f8611", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c2c3b3df9ce0458c90fe5fd4e6cb2231", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2ca130d3f04d4d9a9fdd9a9e709d0646", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d421354bf1de411c890e284726219c74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3e7d8e53e7184d3e9200b6cd0f1edb20", "region_id": "RegionOne"}], "type": "application_deployment", "id": "11d0f8230e0f4e81a8f50d65906eb270", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "67d6f43a14604856974972ee9ea42a98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f272e15f4ef74d84a03af4cfb7e9fe9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "228422d970ed478ba829412ab7a3cd40", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "fd4c0bba83274799b9893ba5780b30ea", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fc8cf7cc3a22476381e7126a90304770", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1c0d186180bd4b2ea1a353103b65ee33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fc2c6092de3948ab8e75d495fbe8d034", "region_id": "RegionOne"}], "type": "tricircle", "id": "e6b02b232e5948c89ce4b970c0eb2a75", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "56e49bbe122841949d4c4096440eaab5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "580535468a77409bba3333dfb0e97d69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a63a890fe44c48de9ecab4919711ca59", "region_id": "RegionOne"}], "type": "database", "id": "4638ffcc4615443cb6ffecdc8ad0e1e9", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fadcc6e872d24a40b166a2642d39f7b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d7f34e3169974a3cb017d3fb28eab723", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b4da9c540a9a463c8b9a42ae7e03f3e0", "region_id": "RegionOne"}], "type": "application-container", "id": "38a3506907d347aa93be8f6f020e2745", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "575c096d54464d1eb5624ad774f70a48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ca717a627e6b4fac9bfe759a1a3f1a70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2f834b9a6a634c7c9e544623a5c61441", "region_id": "RegionOne"}], "type": "container", "id": "e9a8d22e02674be6970d509db20f5020", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f6120882522d4675a4e41b49ed4da6a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1ea23002f89b4dd4b86df80fc1936d20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8e559e16d6cc4c19b2519b1c134b90a3", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "035c086db00647e5811e4b814d092cf3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5002f810993f419c86abb742dc23f854", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "77303ece1b0c495db99ae8a7b4525a2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "801215460bd4449fbdc388a94999bedc", "region_id": "RegionOne"}], "type": "rca", "id": "79b8627b2a03422f8fe879f7c7a7e316", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "66f0359e5fba4eec81eafdb3b9542f54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e2f3e5333650449da67da355ed4a0386", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9cc6167e309b472fba14673ca2082e1d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b57f38dc4d144ca58cb12a5074f7d3dd", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "8a042518dd8446caaae8c1f302181331", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c1372d403fde49a5bce2540a9044c973", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "53d2dfe61811442791d527842018171d", "region_id": "RegionOne"}], "type": "network", "id": "c9d7daa77ad34b6db62fb5b03ad2cd51", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "4a35bfedb98046758359e9395c206598", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f3ef1413be8b47cd8ae9e6155e72d60d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d8cb27a9bcd64561bbefd6bb5d52633e", "region_id": "RegionOne"}], "type": "backup", "id": "12beb957da384b7099bab391788d7ecc", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2b14d26dc1fb431eaec68b3903278d4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6954417633fa4a2fb08af8c92bc18104", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9233c1d76f9943ddaee84de1477dc0d9", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "3168749ec95b454e96053934bd312e8b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "55f13be14f7e4a7dbd031e24cd407dc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0b2a9f7f5dba4596b6d02d35fa3e5c33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3b577fb059b34ea593d25922a9b61ddb", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8d9eda483b15416ebc033b5def62078c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e84986a24e45444c8af7d3fabc84f971", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e48238069f4a4eba984ad3d839844096", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8cc176e7e5b64c768a16a4a990fab6a9", "region_id": "RegionOne"}], "type": "monitoring", "id": "93d813ab888045d7a78ce63d1f265acd", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "854e301f34b64cce81f9ceed9a2f0b9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "025784fd28ec450b8826c1e18ef4733c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f5180492434d4dbf91012dead6a78c04", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "0ed3c9f4324c48979851e0bf700a3f87", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "40a2934dc1554dbc9032f309b7e6edcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7bd33f146316421bab12a8c018e48d64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "60f6370969b24afdb1604a3e576dd091", "region_id": "RegionOne"}], "type": "placement", "id": "31b52177a2094d50b46801a864d39cd1", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "37cff181204b4d8a95d4721b60714e5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0264674513a64bf4a0ccccdf3b06bbb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0cebc1b5d0d44a6b9ea6c9b25ab3e4f0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f522898f8abc455aa385c7d69825dc6f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7bfc95e4bcd44418bd7f4a2a1c9a60e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1373785f2d7f449983d8079e3256e7c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7a952e9bf944435e932103c7a7f0c848", "region_id": "RegionOne"}], "type": "ha", "id": "f1f01a6369454ee281127c2ebc1ec9aa", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7c2537fe78a64c3b8fa4eb002c38e385", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d792f1a5af004f58869a4b5f2615e3cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7380b8bf1451477da4b85083a8100a61", "region_id": "RegionOne"}], "type": "reservation", "id": "e316237e01344c67b7de9989e0da4b75", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c5e73708c193415e8014fba48c13bfc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8b56ed5237484474b8530d221122fbcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3f924d66f4ca4845b1b563b31971d746", "region_id": "RegionOne"}], "type": "function-engine", "id": "d8b0efa653d544af872f883da382efd9", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "06a08f3978f748cd8a45fafc05336ee7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "915cd29c0af74c0e958c0c7cd4ec1c22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "da956d8d53994ae88ac33a3441f473b6", "region_id": "RegionOne"}], "type": "accelerator", "id": "e4923c4b29884feabe75b4409d8463dd", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "64e0d4b5036c4f3daf5b4c70e3afcd70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7aa541e878944397b947d6f6c1ca3dd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2cfa6417b4e54658802cf3af15fabf7f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "db06981e1e2f409e931fb6e133b70912", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d0c804f6e32e4e5b8f2eae2f99317d14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1bfa8d124d1541dc9af06c7cca34a952", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "54ebed14f4894dd78780ff27f0ed13e0", "region_id": "RegionOne"}], "type": "registration", "id": "593fff0641ff4204b1633c813abec53f", "name": "adjutant"}], "user": {"domain": {"id": "f98ffa82847d4306ae03ff2b7b2c77e0", "name": "fd93c2fb3dc640b6af9b26b35d3ed90b"}, "id": "5c5d3fa451ef43dfb223862791295592", "name": "2d73184031bf47689c5d08e93bd9ea92"}, "audit_ids": ["bae3742832eb4345a55612cbea051ab8", null], "issued_at": "2019-09-19T09:04:43.529209"}} 2019-09-19 09:06:43,724 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,729 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,731 keystoneauth.session RESP BODY: {"networks": [{"id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "name": "network_name"}]} 2019-09-19 09:06:43,735 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/subnets.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"subnet": {"network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "ip_version": 4, "cidr": "192.168.199.0/24", "enable_dhcp": false}}' 2019-09-19 09:06:43,741 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,744 keystoneauth.session RESP BODY: {"subnet": {"service_types": [], "description": "", "enable_dhcp": false, "tags": [], "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "gateway_ip": "192.168.199.1", "revision_number": 2, "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "192.168.199.0/24", "project_id": "861808a93da0484ea1767967c4df8a23", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "name": "subnet_name"}} {22} openstack.tests.unit.cloud.test_qos_dscp_marking_rule.TestQosDscpMarkingRule.test_get_qos_dscp_marking_rule [0.268557s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,611 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,616 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,618 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,622 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,632 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.551348+00:00", "project": {"domain": {"id": "a979bda208d14d4fb93a9e85b69ad959", "name": "d09152af62834e04bd6c59dfb2b47a92"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "125104e8ff664f2284913ac2c7c97e91"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e268ba5c204041129922c6153ad75463", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b3ca3e999a2643418cf3be46b735cd69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "88a482434d274a98b90c503c5cdbcbcd", "region_id": "RegionOne"}], "type": "identity", "id": "48f3a7cf8bf0437e968c5ae3aafdffba", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b3068476da89461ba4985b6ed32fb9e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6c0d979c5a58449b83096936bbb5beca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a7996a9653b2457fbb20f9b68cda8ba5", "region_id": "RegionOne"}], "type": "compute", "id": "8391f129b0fd44ff801a9e69d0f78162", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b7341550fe3c46d986d6a4ad2ddbb17b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "37cd41c692f74e3685c095fb5191c9c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c6e0e3a823d24cf59a6972fce49d262b", "region_id": "RegionOne"}], "type": "image", "id": "4a1256ba4eb74eb8b94edddffc5d8fde", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "228af5ab353a4f4f93a0a3c93602104c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "220a87b3e9cd4263955ac6c3f3735952", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e4bc7e912555492f9cd160a5e2c7318f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "461afa1bd76341c9b91b89e1725495ee", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b40a378354ad48bb8e5e4a54c641feec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6e2138cc9ae4b63a0d8c7be235d4c6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2bc6fc56313a4c20acf45ff2dbc59a0f", "region_id": "RegionOne"}], "type": "object-store", "id": "ad70a36fbe084e328987e72108249b72", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8859b46e58f84bd7b64f5bed13c98703", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6df4bc95413946059a866550a999ee72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f89cd212be07459485e059aec070ed1e", "region_id": "RegionOne"}], "type": "clustering", "id": "470010813f5c4234b3515caadc95f47b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7b5f509e8b404f3db6565975c73ced9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4b55c39708f6488983b03a3fb8afb3c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "27cb7d1eff7947a79c9d8192e4c9ac25", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "cceb3bf075e641ff83353fce7e6427d9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d31675a525cb4366874d4286ecfa4342", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "04891fe1469f40aabb5520da2ab617f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "aaa5c7c72eb5426d80c248025837a118", "region_id": "RegionOne"}], "type": "cluster", "id": "91815e9892d740ada3d33757ae014d74", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "79b6676ca4204ab4ab723bf425e16909", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "eaa318b777f74ac193ab5743451b3d0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "98e06e00af9442cca79787bbaee64451", "region_id": "RegionOne"}], "type": "data-processing", "id": "3f661cabba724356aae6bbcbe4584169", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a5ecb032a6d340e4bd70a770e03d1ac1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "74434d814a714992a0b1c792e9b66a98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2fb3f6ad7812421190f6e89ac1af79fd", "region_id": "RegionOne"}], "type": "baremetal", "id": "92fde32d5ae84d3f9038fdcc6c3d8535", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "22cbb31299604f40b08bcbaf6710a216", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "559e66bfd0654ab7ab60bebbc9b4eb4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "837405cb655945aab66c66a50b14fc2c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6eb410fd0b934529be02834cc10da0cc", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f9c017bf89664b8981c11645ac830847", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e821b010aa3f425ab190354838cdd1a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c4875cfe6a8f40f2bf0e202d68276558", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9619f46595df4e92b191f582c3aab5ff", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6223e7be3410499093dde65999f6ec67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ee4aa0ff85ad4ccb9695397725560eca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9783a6a620f04546947f080709ab5d29", "region_id": "RegionOne"}], "type": "key-manager", "id": "f22f3a0624524c098bc366d630ba7c9f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "295b570f85d1456382f01e3bbc2ac46f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "be58c6c4765a48af968327b578133e7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3515c23b33c44877908afeec984cf705", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "94d8360d6b0f45f28b66a4f6e0d368f7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eed5dea3d85d42fb9f910484a3b70190", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f9ff138a6c9649039f034f2bffb79e03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "603340b6c1e148e5857da7137bd5ea02", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6e8fe24546b44201a7f42ba8f771326f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ea73da3c89e84193afee9f8632fda208", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e1e9117f78c242f194f3dc0c39dc87d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e6bfffe484104739bfedd528bb6ba0f1", "region_id": "RegionOne"}], "type": "message", "id": "0db095333f7549ad9f7e5c3dd6b46d84", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5a4958937ae24bbd91031b78c4fafd7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3e0aa8d059c14cc59ff482223ade5238", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "807dd378b3a6400f8b37902f51dc079e", "region_id": "RegionOne"}], "type": "messaging", "id": "3728cacec4d14f59ab06ec44c98472e2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5f14823d3f774806923440ed3ed3107c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5a73ba3cf9d846ec9e4e088f2b654a2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2f794b313b294ecebc5a13eae2dc8777", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a80840346c504298b74f1b6212b8910e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e337161a5d8c48ff8196258d158b43a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "30f44b5ae53d4fcab39179e525abd0b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6191f9de1cbc400a953586e04c33bf11", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c08881e379274b2e9ae00d2a15297d7b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6714e4dccadc48ce9a5892aa85f38172", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d44d7caad6c34cc0baa240598d2b9bcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b3b5227062484cf3a8a2e61a7b649a53", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d088cfd66a0b4870a12548ce6f9257b2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "34f9c980028d41cc80424c1f66d3e9ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "779ad775d6d545f3be72395f398766f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5df70c1c50564a5bbcfa51a5702b156f", "region_id": "RegionOne"}], "type": "container-infra", "id": "b84ca1727d39427297b83e4015e049c1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "98e4890491254b50bcf6f7189f4d2e3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "29d666cb2d1e4bee8622c019d1290275", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9678ce1040f94ae5b6daf1be06cb47a5", "region_id": "RegionOne"}], "type": "search", "id": "5ebb89ccf46c4d41bc9d71c80ae33e28", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d47403901406444b9b7989e2ec25a7e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e169102fc9514d19baee47fb676b6ba2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e1d81ea1f1c94bf7bdee99d4a1c21560", "region_id": "RegionOne"}], "type": "dns", "id": "3fd8ef628bca4072b3edc2e0a30eb336", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0ae03d21d68f4537a04dd5080015af73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c87844f7ca964fcea2fe40988708ee01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5c3e9a238c1d472f95d22e1bb20507f7", "region_id": "RegionOne"}], "type": "workflow", "id": "b9401d8dabe24a6db0e4e46a77b9afb1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "20e00fb4935048c6b2f41b7d41a98ba7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "92cc8f47c94a4736adaf52c9b2984b84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3df207caa9ca429e89fbc9d2bb2b9126", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0e9e5fe2c4a84362aebc54e42b1ed71e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7b2215f3f4264b44a6eeee0b518193ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "702c234401924267b8cc400900c9c7c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a27fd7beea2e41f9b7b485f08db0b681", "region_id": "RegionOne"}], "type": "rating", "id": "0b0b4246273f400b9d0147c5a61c82ab", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ac0492830b56400197a40a98b1665c47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1e646a3f50044995a8e0bef47065bd44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d8a9949aede04ae8be15135aacec7e47", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5f3cda7276e244338df91fee9e9cab60", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a1c5bfb4d930488fbb00972a384181c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9dc7e2735b35419b9dd45df70975acd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "28458c274c934787827f3b3a73e1ade8", "region_id": "RegionOne"}], "type": "policy", "id": "df0ffcc2cf0a45b6a06458e257da4b31", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "34e154b9c5314f1ba94245309ff43690", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "41cdc4fe9fd94fc6a0ff63eeb9ce6046", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9696a907528540cb85150f245853243f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d7018086cba749efb362b0181ee84369", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0956f6af3660475fb5a3d2e5cd36c2fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "25b56fd0bba94dffb5f0dfd3b77e5001", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "15093ae105e24933a3963e0fe14391c7", "region_id": "RegionOne"}], "type": "sharev2", "id": "dbae7f0cde2b4456b13097ff22a94714", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bab44b0fe67442269b5b2f95892007ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6f0f68e286ff4cccb5394ee72f11f444", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dc388e2d129a4d0a9dfa9d1ef6e6bfb2", "region_id": "RegionOne"}], "type": "share", "id": "e5cf7443e04141e694b318ee5d668761", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "71f543cf663741dc81019aceb6de793c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7b6b8c8ee1b149c1b58779522cee71ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ae6f443fe8324dbfa6c3c7c30ebabda9", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3bdff4779a134dc1a81be0fa2d34a57d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4b898659bba44428baadbda645075f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df3e927c1a0a44f5889464557cea45fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6308ad2481b943ebb33b73583c36e751", "region_id": "RegionOne"}], "type": "orchestration", "id": "7efc8b8566304188bddeb59b9bb7c9aa", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e1f0cd850d04f97aa001a65492ed529", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae0e7717ba874c6ca8b75eb234a485d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "181d40b741934b8da59cf9102e8cc96d", "region_id": "RegionOne"}], "type": "block-storage", "id": "01003107eb0b46a3becc2761f62d9c05", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0469f90d59734c1b966f45b6f75e848d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92a90f2852ad42068df04c25198cba69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5940a616643246a8b901a5ef4b13b27d", "region_id": "RegionOne"}], "type": "volumev3", "id": "fffcb7d86a0e4609b5e62bf7b241024d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba96b12c43504dcfa1512ab8beff2478", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8a8e8ce323446f9bf4b6d7c8990a09a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6aa6d4acdac543ee9e8c12e9f760fdb2", "region_id": "RegionOne"}], "type": "volumev2", "id": "d66b44b489854c02acc1584ac881716e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "948a9e03035e48eb816e3be1010d33c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65007f1c0d9549cc81bf426487590dd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93a3edf7737247f9b46376dc59cc20d8", "region_id": "RegionOne"}], "type": "volume", "id": "15c65dd1d1604d2983e75a220a8c7cb9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d196c738d08f4bdbb179175dbb1d86ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c45d406048e54d2c8e19fdb4f4897257", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c818d01e8e514587898d19ca592aacdd", "region_id": "RegionOne"}], "type": "block-store", "id": "ee19c15df24d4ae8a8a9a51847fe1630", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1585b58ffed940c89020aeae7693e68f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "065c9f908e064ae8a55114e0dcda624b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e3227d81a82c46129e3688edc72ed284", "region_id": "RegionOne"}], "type": "alarm", "id": "ac89cf0b7e1e4755b6b54cde83a1b026", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fccf6d29f839458e842d45601e983059", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "600f8e66fcdc46e5be66a42dddc8ea18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a5866256885446a281eb4ffcd66846c5", "region_id": "RegionOne"}], "type": "alarming", "id": "33dcd3d687ef4688b5319238db6649c9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6ea83cd74c67421c8c2d314c035c0db8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a0e3bd0b402a483eb3c0bbb7bd81d1aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9a0bc8373b084004a6fbb435a1cb43cf", "region_id": "RegionOne"}], "type": "meter", "id": "9509fdd3f38b477f9a2656491db7ae61", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "22845888a7384048a573fb807076536b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1c2c00240b3048a4926abc2dc9a06999", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bdead29c3e354138850dadbff7482b23", "region_id": "RegionOne"}], "type": "metering", "id": "ea6d69f1b26b4f75bb2e840b1bd77e27", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "069f3c64653845bc8635ac32278d9896", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "35993843de5e40529ba9c2058b6cdc6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d3eca3e0310546dd94b3c35ee2c059b4", "region_id": "RegionOne"}], "type": "telemetry", "id": "ce6d8569bd9041659a6e21978e191d84", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d46a07ba1f354855a939defc807fb3d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "65e34a0a5d8b4b9ab904e437392a5bfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6d6c8b80b3ed443e8d6674250fe03be6", "region_id": "RegionOne"}], "type": "event", "id": "6477deaf243f44c0b70ea16339878e59", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ad2d592f20324870b04a994d1a6a6699", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8d402189fa6f46038a7ed1a717a44a3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "18bc13bcec0f437d9eab803d4572f77b", "region_id": "RegionOne"}], "type": "events", "id": "2d4061e624ae4d5bbd9fea9feeb34ab1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5fefe7820c144192901a3459dde24b7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "70ca0f0e46de41cc9613cea5e1e3e0c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "730735328ddf4d2aac5c37326e9df168", "region_id": "RegionOne"}], "type": "application-deployment", "id": "11475510a0f84c8f9cc03299aa016b4c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a37b9ef12b3a42adbe8122b46f306ace", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7e01a364aa034abf93cec2e3e66f4ab6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "dc2847df3e1f40bea8ef7724917a7ff1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "801aa1406af54fd68b96222a6f55cd14", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3592bb86ab824384910544cc8fe4f0ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "185323bdf3a740f199f624239a377962", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1507325a74084d31b04125c569a75468", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ee9e83e2eb5d489d89f64533f66a3149", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "206b907367e34cdb86df3611d80aa7e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "956ae0ed20d24dbe8fa3c830891bb9d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6326a3f645c343fbacaa2f829829fdff", "region_id": "RegionOne"}], "type": "tricircle", "id": "5cffd3f12d5b4b519ae0a5d2113efb1e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "76fe527418e54e0db88a1b99be431cde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6687520fbcc84d35a4044b536dc19a42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b8fd2ba406084b3b999e5e5a481191c1", "region_id": "RegionOne"}], "type": "database", "id": "3fb567b41cd04ca79ac8b43341d200f3", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bfa4dd88c1b545eaa86a5e652853f197", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "99a0c59e52da41d791badd4cebafcafb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8e02d13ae2ae4e1899f2209785821b6b", "region_id": "RegionOne"}], "type": "application-container", "id": "233ad52ca625471dac10a61ad0805ac0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "86e87800193d451abccf858a09a7d14c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "21a7d5a8bed44fc6ada11a83e628b9be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9d350d1f984c4d0497e665119b7fa112", "region_id": "RegionOne"}], "type": "container", "id": "b9e498ae010d472c941e5a9c561d7a49", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "98b33032b4f5443ebf6d84a8c362c9de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2f86a981184e4638baffef1723acea4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "575e4510fe06465ead5d9b44cf641665", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2e236c0f40004e9e8843f3d4ec3e2e97", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8b83c439cfc84938b786036c8096a5cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5eea3e3276114c9aa01f4ae7cbbb9ec0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8c34f40a7dac448b8b55bf8bec2d207f", "region_id": "RegionOne"}], "type": "rca", "id": "39d5929fda5c4775878c006aeff71e77", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b91b7cdbaac241328de7099f508ee3cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "47d210ea83854f54be0cdfa118654afb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "427e39795dff41a88489f8a777f29e4b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "99311028196842bd856cd7471d490edb", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4a3c48be6b7b4543b6513bfa276958df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "281fd271a483464e9a5f0f33dfecb9ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "11c95077fc4d4bc7bc378076a60b8157", "region_id": "RegionOne"}], "type": "network", "id": "7283d2114e3e4f46a1f7b559215f8cc7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "077f07aaaf7a4296ba1e84c7652e5ea5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ba755ade7f124c84972a70ab2f1e8673", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e4ae28c6d2ab4dd49129790a0203a97b", "region_id": "RegionOne"}], "type": "backup", "id": "55cbb4812f1f40e6b0cbc0d1f14f0b12", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5c03e7ebccdd4a1f96961115e679c1eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d40605bc2f2c4585a7dac7078bdac2ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "da63b29da55a468d9acdf5820a15563f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "00b2029710bc48e7ab58b5325ee46b67", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0c93e62ca6e44a53baf3f8afc4da6660", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "92c494815c344f58ac2855d18bdfe2cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "059fa154e2254b1589b9a84467f9e9b1", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "952e46546f1d4f2ba2f5c7ffca4c3bd6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d7d2ae2b3a3445e5ba4d187ac22f2f49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "438ed8eb74734732a9fd363b8daa857d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "552fa19b4db34d848a584703bdebd1e3", "region_id": "RegionOne"}], "type": "monitoring", "id": "02387668001a46f7a87d3cb022c8764e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5247579c4e22437a9b529d9401bcb917", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9e62ea07e8cd4a2e928d67bdd7484fa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c7dc54e598fd4c4cb125c19ee2631c25", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3f8c4745270c483d94fa939af1059a1b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "47f708be9ad54d6ca0c46b24b4000227", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0384a1b817de4233a9a19aabbf7eaf6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "02a45c0804f148cd859854003bdfda17", "region_id": "RegionOne"}], "type": "placement", "id": "c8772e4861a04362920668d8571ef121", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ea71a5b334164e4eb1cfee17e94d7842", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d39c4b62d96a402692226b1126b61a3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b7f7f9cab75e4fe2bdef57fb3f2828fc", "region_id": "RegionOne"}], "type": "instance-ha", "id": "78b09466437841328185eb9260b89ecb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d61d41106c384173859c54485cc62348", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7a5c09a805074497a4d4bf65365860f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "adda598d6c944a7f943d1037763433c3", "region_id": "RegionOne"}], "type": "ha", "id": "df46abb74eb741f188fc66204deaf17c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7777ef452bdd4aef83de80c24e1fc377", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f9808d61cac9450aa80cbacb18262823", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "98aff4b6f6ab4a458e710efc6b584a95", "region_id": "RegionOne"}], "type": "reservation", "id": "378ea6910f724342a617cbb9d99c2b77", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "eed0103a7eb54f40b1a63fff0b455165", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9e1752731de14023ac7726733a8783c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "75245be8c1d841a1a8aa7bed3f88cda1", "region_id": "RegionOne"}], "type": "function-engine", "id": "ec314db2cecb4756884004d71d4bbeb8", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c1abce11888c46c7adaf075985f93377", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "18da67bb99fb455f9fa06be5a21f2353", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "02893a60c1d04d9da802cfb0bea9641d", "region_id": "RegionOne"}], "type": "accelerator", "id": "23b49ff793104f1d8cc28706eb9d427d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b3ed3c08ef0141fc83052dfc4d3fb65f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "70439601db8a48e182766042b034133c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ccccac804e9d4f298044ac9382769d2b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "43c19e73952343c2bb9f63eeff2a2ae4", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ec2b537e7dee4fc8bd59e9acc40c5185", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5348398b449e442bb63d2cb6511eb3be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1536344400e1450fa1b56940d86f2955", "region_id": "RegionOne"}], "type": "registration", "id": "417f79b119a5490f837ec40d62c393af", "name": "adjutant"}], "user": {"domain": {"id": "266b4860794e4fba9a00505b470ea8b7", "name": "1cf504e963ca413fad2030b6968ae3e5"}, "id": "e81a2d7dc28a4aa29840c85921aef7e3", "name": "07ee03741f37432f99d610d581faa07c"}, "audit_ids": ["ea4adfc4f59d447ea17285cf36d7ce4e", null], "issued_at": "2019-09-19T09:04:43.551348"}} 2019-09-19 09:06:43,773 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,778 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,781 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:43,784 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,789 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,791 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:43,794 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,799 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,801 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2019-09-19 09:06:43,805 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/dscp_marking_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,810 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,812 keystoneauth.session RESP BODY: {"dscp_marking_rule": {"dscp_mark": 32, "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3"}} {18} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_policy_update [0.067292s] ... ok {19} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_group_get [0.048569s] ... ok {6} openstack.tests.unit.cloud.test_recordset.TestRecordset.test_create_recordset_zonename [0.316829s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,470 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,476 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,479 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,483 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,497 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.411957+00:00", "project": {"domain": {"id": "2e62915f0d5d4554abf432d14300be26", "name": "0f24870945f94ddcb0e63e35438ff93c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a8021d47f9c54cce828c4dc193bf6c55"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "b7a886dbf6ef41aa8fd4563e66eca88f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d4487e820660460bb8beaacc0b5b3eee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2d22d04cbdc74ac48f62c300a48a1768", "region_id": "RegionOne"}], "type": "identity", "id": "cd20b583d1e04cb0839e9325537e50c8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4cbad716ee2a44d09d78f8c9aaa3aeea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e5fd23ec0b9e4a9d9f1badca1f87b805", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ed14b9810b6a4591ac17f1b15abfda17", "region_id": "RegionOne"}], "type": "compute", "id": "62db3757c19f4cdc8ccfd6819e155d39", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "16286e187ed4423bb6af7e5ee11da7a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "133e48f833f345f18bd38105b866a382", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "16e89f78152245668f3948254b6c956e", "region_id": "RegionOne"}], "type": "image", "id": "3bd7edc72c544c59a71473aa41d973c2", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "06e6e59eca584e4e88a161a97dedc4f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a7bd79c7e1fb48fbb88de5e1f3643a49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ed9561d76393414ca1df9b47390519c0", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ff5f068769e54b6ab7fe6e013cc9ea17", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "068dea9c5f0f41f396ebefccd5a145af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae67c5acd53b4778bf91b1622ce10470", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "102de26a87c94d0b94917c31e1e74ea8", "region_id": "RegionOne"}], "type": "object-store", "id": "8056b86aeb304c669db005e741969d24", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "73d303bbb3a34d76b47121dfe7c01992", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0c7854f1b1814d228a83696d237cfced", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4fb9b555708e4efe87251fd08e2303a5", "region_id": "RegionOne"}], "type": "clustering", "id": "d0b26646aa1241dca16ffcaae1292595", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "26a967d9412f4d97bba3c93c1efce274", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f4c97fdfa2834baf91611beda66733e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "36913cb2666240dfa55238f0f28c0e0d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d28c9271b9e94b27b2bf5ff51093c456", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "91715c19d0d04808822cf7726ca3ec7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7bb06ccf5c94415f9b1bc67a875925cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e7f974f124cd42e6a08e289c25e7c46c", "region_id": "RegionOne"}], "type": "cluster", "id": "a812438685954fde830f72ac7f3d60d9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "84473f4c0b8f44c68b51b49f7d1004f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "38ee208980a34ff78d2be33c9fbc9dba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c792532e8ddf470daa83c9b250b426c6", "region_id": "RegionOne"}], "type": "data-processing", "id": "975943dca2954a3797369b55e52a328f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "210bdb421d5f4e0cab311bc15d425a41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3e1e5a2e593242d7bb77c6d1b6851e98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6ae6c6529ef1422da6620635df1b9728", "region_id": "RegionOne"}], "type": "baremetal", "id": "eaf28e8a5a3241958564ec2bbc2e7c71", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e887298e80ca4ed09b51b1f5cb416605", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "55876a402947437d9cf69da8302bf0ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9a2926384fb145138c9b1027ab4de417", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2c10dffbb1f14bdfa15340740b48f812", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3f39beb562254e138160d1e944c23875", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7815d52da6b34f92834f2154bea29e7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "6e4a46e79e6e4a14825ede38e22be0da", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "72526c17982649a38a0a522e22326686", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9afcc82c0ec044cfbb4c469ee0282e22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e5664b77397f435d9f7c88824bf1f39b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "db7b94ee8c4844e1baf9d203cf77731a", "region_id": "RegionOne"}], "type": "key-manager", "id": "c1be209dcc6b4a8fae50cd711c6a9579", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "706e62885bc148219fa3d542708a3964", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "668ab94343794043a625ce59fa1f8731", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "729e2a6301ef4f5281caec77332ed517", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "3b9e780ce55f42bcab7abf1a8a3584c2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "14252a9ea69844a8b493918483add072", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "99247c4ed6ab427aa48cfe3ede9e4108", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7e1f2140d0ed4084b8ccb9faedc51674", "region_id": "RegionOne"}], "type": "infra-optim", "id": "df815056b14a4b07998fa72e878536ca", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0bf0413357814272a9a81147f497e109", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3cc6c994b7234d20bbb1561b80298fe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "82b9587da55c4479b81b801044d2a944", "region_id": "RegionOne"}], "type": "message", "id": "56a1cab71e1840f9b7495f9c50c74a98", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cbf54b9b7423451c883fbec7531e43dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e12376a470e048c6a27fc808f08f62dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fbb69c3d454e4297860fc9374c47a841", "region_id": "RegionOne"}], "type": "messaging", "id": "59f9dbafbced4e7db13c9fe31f09e288", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fd04ec288e894a18abb49f60740632f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "518c86df14f044a097aa744191cc4576", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "7d07e4edd81a4c2f84289f8b6b4c5eef", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0c9fd68de24d49a6b2155751c1621331", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5a1bf00cfaca4289bcbefefc5e5cf009", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "947e7f4ce7ae45db8c2ecab19f116c9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d21f3f702912459b9f0bc577e8395e85", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "fb0b1b21edab49388fc44eada5ad7066", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b23058f2f9594f1c994fb34a331a3939", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cb89be344f304ab582a169398256da5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ee3b2d90b85542509ae05e39f261079e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d8bfb1a041504e1eb04f706ac3df055d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3939baaf6f554a9885f1db1665348506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9eb6c3c2e82348c49b84e02f9ef4a083", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5f589c1da03f4efa88a6c9ba24de7a48", "region_id": "RegionOne"}], "type": "container-infra", "id": "ff7c19a6a7a04c63b18a704dbcaa58fe", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "330eebfeb1e941e2a4401f5446bf6867", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "fda409287cdf4549ba01af53877d2d97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9dd0330318534550b69f127a4d9a961a", "region_id": "RegionOne"}], "type": "search", "id": "2d4371205e124c7189975375293af422", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "26b65e2712d1410e9f9901ed30a42833", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9708a6746cd64dc9872bcfbe24fd8548", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1135765c89ff47c09a160d7134662344", "region_id": "RegionOne"}], "type": "dns", "id": "009bf96f03a04b39bc36e595def0c825", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cf63c7050bc2486494a5fd926698cbc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "467591dee4f544559626f7ac56f6dafb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7e899b94318b407baacdea0957b08677", "region_id": "RegionOne"}], "type": "workflow", "id": "d8fca2e2ee644e59bcc384fef9c05b32", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "996e844f69de436592ed2d30f20d257c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "766a33946ec44b3c903a1833a5141656", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "539aecdb3b3d40f396b56de7d0c08c54", "region_id": "RegionOne"}], "type": "workflowv2", "id": "dad504129c03455c95798f1ac298b652", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2d1fe256327e4b47af7d1d719ce70027", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "500403615cc441b28ed94c100e71991a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "cb758ff1193f459e8b0b4da121eb3dd5", "region_id": "RegionOne"}], "type": "rating", "id": "55779270243349148cc8b590928bbd5a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "726910748e2c4bfca6a6121ec90d81e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "58d3b3cb52514658ad92838e6c7e46ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "60a6af344085441ea03f8282cce5063c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "15988ae7222e4716bb19513da49fd383", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fe45cc728d544d148a0318c0535353cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8487899d8e804376aa0c5a53d60b7e4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e4fe72463b284a86aeb7bc3b3478648e", "region_id": "RegionOne"}], "type": "policy", "id": "ec2e6ec05281418698c718fe6a110a40", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5e5982d4c26f4e3ebef120497c08ad98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7b3bde7b728b44db9d706d18f6257004", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1aa948b1192e453e954dabbd3047a217", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "10986ebc4d0e4ef19a0c3968d4f3f5aa", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "18df5306a85a42fe85b7a9a85b156484", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6c404dee7b874d4f9454023b4f7c4a79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9429acb311954dd5bbd12c93d3382af2", "region_id": "RegionOne"}], "type": "sharev2", "id": "9afc890ac02d4d3886fcb5c142e358ad", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "84f03c98a8214e4fb8283453422903ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fe76f41d75414760bf17e04aa52aa464", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dbecd1c8cb644985be9415f899871e45", "region_id": "RegionOne"}], "type": "share", "id": "5d287622cd624a939ff8a3227fc6c512", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "13e2f72e583c41968c366caacbe9ad5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "997b424ae59b4f71b24fd0be0e18ea32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "bfb9a4570acd486aad42c82cfab14a07", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "fb30cf17d7594aa2b7724dfc25f63430", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc1d185d44b04f74a35283f339726e08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0663b8b6f4740e181d3db1e12c3b879", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "418e8fe7050c426fae1d82d9354b7aca", "region_id": "RegionOne"}], "type": "orchestration", "id": "24d377d6770b48228aa53c050b12b406", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d44b6b3b8d446daaacf32c9abd8d321", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7eb4ee451ffd4beeb000d31b836a889c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cde57a9715a243d6bbe4a0d194b87744", "region_id": "RegionOne"}], "type": "block-storage", "id": "e9f7f9e9298c4025b55b79ae3ccf7590", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53c48b5c07d34ebabc4b726130e24936", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d67718b4d0b34527959b296fb874a2ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "159a63394fe8428488cb0c4ff2408f2e", "region_id": "RegionOne"}], "type": "volumev3", "id": "0b28ebbfd0a849a7b25e85b30f6071f9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "105517a677754b53a53e96e1c36e346a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c31e44a3a24241c3849384de9898794d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "815b4705579f451b80cbd55c58f7cea5", "region_id": "RegionOne"}], "type": "volumev2", "id": "b793ac7b1e974e9f92a5cf3925223038", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "329505212b2242e08b428ab7f1f659ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52a383deae3d43b0a55476d3d0bc8ba4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cbd77caa34b246a0ba1c482f2ca9cb3e", "region_id": "RegionOne"}], "type": "volume", "id": "d8a1118b53944f1990f14c8c1a9b38a9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9b3ac7915134968aebf9cc7d70faf6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "596d1b8ea7a547d892900fc12e5ed7b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c805dc98d60461abdb9bb08ee41340c", "region_id": "RegionOne"}], "type": "block-store", "id": "41c654ff4f684fa8b9cfe796840876f0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1e969d2f34c34840a78bf4589e065954", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5c11e69ad2ac4fbd98e8de7b63a59283", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "99ef727101284dfd83ab688f35724e13", "region_id": "RegionOne"}], "type": "alarm", "id": "3bd858ade91c431cbd496110de60de45", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "49c2ed0825a04ca19b918ca3f01da263", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dcbf57c8f8b94159beb66dc10f273383", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "69fe161a467943a9957a5566f7c9aaf9", "region_id": "RegionOne"}], "type": "alarming", "id": "5da4ae84a0334c76bea5f2fb5b8854d7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b97b9a1a21ba4bea831f251a107aa60b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4c5a93bfeba7410a949d4c5a513874ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b202282c0f184edfb678c5a0e0e2d36a", "region_id": "RegionOne"}], "type": "meter", "id": "ff28ceb0c625452c99d74167c8999c49", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7cfa969aac234654b98182d55e104ac0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e94e76621f224ddb885c827b95999898", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "05d6a88b75944adbb52373c1a29d4443", "region_id": "RegionOne"}], "type": "metering", "id": "6363005fc71047a3b03d7a7a1188528b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "00a16f93c182467e8d0a77d526067675", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0e50273ff3844acd83801910d117f3b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a8833481a1e94d64a9c1c479398028bb", "region_id": "RegionOne"}], "type": "telemetry", "id": "87bc49cc3a554374917224198c88b194", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0d8abafb2a8c4f67b12273be2bf283b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2d1f258260a6484584bbb34d8083d3b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7848d63954664fa89ae46c03191ba016", "region_id": "RegionOne"}], "type": "event", "id": "0ff45f36e597499b9fce5a800a48e04a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ab10c583cca84523bd3757738d6e255b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "63313eb5798b4753ade87c2ef080df0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "253103585e4b4b9880e8a8e69e3dbf8f", "region_id": "RegionOne"}], "type": "events", "id": "a4712138f0af401799639d081d4c8a44", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7cb6a9f51fa24724a1214f91b58a42bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0484d1b6f64a48fe91de1919a7d690da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "13e57eaa5f764b4eae866b619d72533b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "522c97faead34d999bb8e24155ac1b88", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bb77373779b64b48b64257d491576433", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b508ee2632c64c1d825f2f8ae771fdcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4be5ebe21e504103b711ce43c4d85f0a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9ddc6a5d2a8a497f963c1a7c77dbfb0f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e3491eb8529547fc9e4da6eb50ef1aa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b35f638415ca4d739449e6b7facf6513", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "31906c6b6eb842c491ba816a07483c9b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "28532e6d0beb424896b9780da0ffae6f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1044d6bd1d6345e585ac7ca8f06603c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c5487a38661d4a23b570d601a2ffbaec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e38926c6bf174f8193eecd1e8584678c", "region_id": "RegionOne"}], "type": "tricircle", "id": "369b39c04c194882821848a29439b07b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e0baef42dca54515b2bff1ba6ac38233", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2ad5f3ba5eb8414d9e420cb4d052ec7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "936c95836ea4467098d2c5bfdd03b6aa", "region_id": "RegionOne"}], "type": "database", "id": "1688d7b8af04487c9ced2de1a07de426", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b0004fb2357c4ced8e034d7dd0380de3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "639d992155f34c27a5afe9e090e0f4ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8d4a1484ead1439e874c85703dfb9979", "region_id": "RegionOne"}], "type": "application-container", "id": "5fcd429f5e7f4efeb25b81e24f7e71ba", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "abb43688eec8488c9d7e16b31683b4d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8a59cb8523114146bea9b85bd1ee02d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "52574b3edc6f4a4b8f95fc3ff2004634", "region_id": "RegionOne"}], "type": "container", "id": "6fa27e05c93d4a7f8403a10e85c23dfd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8d3148bfd6d14f2f9c3cf3375fb9f7d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2f9e12a3dae947ea8374da1c9514c9e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a4914411e81644318535deebd824d348", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "777a1af1fd1647f0be9ac47967094a20", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "87366b0500034e90b694860c819c28ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4e38b9ecb6904976aa4bce1aadbff9d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f59b2d5216884347b7160f4c6440ebae", "region_id": "RegionOne"}], "type": "rca", "id": "8cc6024f5ee146e0b54f03a031040ea4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b9be6156c44642a7a9cbccfb1c8cc64a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6e3e9d7e818e46ada9db1fa5d5138257", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6e5950515e514b6cbe5243ef2ef4d58a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "04fd7ed8279c4d0e830728d425df8440", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "8f455e715a6a4d2b8814f51dda91db9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e42dba8d66774e1fbc1c0a88d0865c6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "587bbc2452de45e79b1d0c5048529551", "region_id": "RegionOne"}], "type": "network", "id": "ae6bc7f7564342ad80e8541f9cc5a5f7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "acc02f3390df4061ad59afe028297f3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e18fb95c4b914708a89cde3b2d0d6cba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7cd8b57c98864acb8c80ea85103b7fcf", "region_id": "RegionOne"}], "type": "backup", "id": "5b67c6ccd5fd4789994de2b815ec096d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "eef52b0611a440f7b9dd478dd99b68b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b119160996b545b88c7b7ca22956c95e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f6ec27a6834143468e1dcaf8b1ff206d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6923368d861341679ac2e48299da9729", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d82bbcf584874304ba6a77355926bd55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d79e9b74bc624f7eab5905fc23f6a8fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "568fab7adf6b4a74b780e9bda22a06a5", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "088a1b90542b49d7a222b1be97c89305", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8d9ab45819f8447796dac1fefdb3ee65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0a5f019e1f8245b89c3bec690af65768", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1c15766f58674de1802ae242fb8bd1c2", "region_id": "RegionOne"}], "type": "monitoring", "id": "03a661077cd04080ae38131e893f8a12", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "dd701c809b5948e0bf9e64b341b0e348", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0d20fa79f5f5476a9f0a19b8975edc33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "29c64b2115324d0fa7f26540022e62f5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ac59115f4c474270a51dc9c6187771ff", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "956d222562634d31a15e1df852673359", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "d856cccf486b4d259ce37f22ba1f1962", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "dc9c801898ae486d9a0e8a73b84f2e51", "region_id": "RegionOne"}], "type": "placement", "id": "533f602a7ea1489fb2dc6521c9b82d9b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "01ae47fa7de342da9bab7124c7e33c1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b6a9050dced3451f9b52c13922f81f2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "871a3d0377ef4e61bbbd70371df37fbb", "region_id": "RegionOne"}], "type": "instance-ha", "id": "03d7b25a408d47d889bd764402425737", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0b12a2910dfa4446b1f0e193a0da0fcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "236a2f58255641b8ba5d4bcce6eaa4c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "550ef14908634e55ba6a62629253d775", "region_id": "RegionOne"}], "type": "ha", "id": "0e75a606ac86449c9d19d7c408a89c0f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "87825d5de31c4526b09b24fe3af6a038", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "22283b9ef3364377975805ac4a243486", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4416ad8b3650468488959fcd6db5b610", "region_id": "RegionOne"}], "type": "reservation", "id": "de74b6bae35d4202a5a06099a2ff426d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9310c5152c4943f2b93401724772ffc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "08a1694a7f7b4835893eb00f9139b04d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "60c0d1fadc41457dac9cc01374c397c9", "region_id": "RegionOne"}], "type": "function-engine", "id": "15af77341c454b908ba2a37d48db6d2d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "cbb8982f0aef443488039e16f821dfe7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "62c43a4f907148b493b41d90d09335b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b29c1b077df7493aae603a801f9e1a18", "region_id": "RegionOne"}], "type": "accelerator", "id": "6e0c0cef7b6843f5ba75a38fcf0a31be", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "016134ab0ab8422f985d6fc40624dcfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f70be8f44d24433d85c324575f6301be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6758683a5e834d4294488de4cd3320d9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e0ce850f378c4fe1bcc662d14a08455b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "64e7cf4d73ae4f8aa9b2f5088619a1f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bd1693eb79d24e48b3bfba2426c05b0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "69d6e0a73eaf4d759863c71e67410746", "region_id": "RegionOne"}], "type": "registration", "id": "3d749f78849c42d9be27d8b185e33185", "name": "adjutant"}], "user": {"domain": {"id": "3f1b6fc4d606457295b4c5712ca21a49", "name": "381b0c7f32484ec28ddfc1b074b50d0a"}, "id": "37e836e9ece74f3dbf9c885b49bc8033", "name": "6814fb5fa7004b13a38ea7ff24900046"}, "audit_ids": ["4486231ab7494412b7544723179c0c0b", null], "issued_at": "2019-09-19T09:04:43.411957"}} 2019-09-19 09:06:43,593 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,599 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,602 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2019-09-19 09:06:43,641 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/example.net. -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,648 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:43,671 keystoneauth.session REQ: curl -g -i -X GET "https://dns.example.com/v2/zones?name=example.net." -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,678 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,681 keystoneauth.session RESP BODY: {"zones": [{"description": "Example zone", "email": "test@example.net", "ttl": 3600, "type": "PRIMARY", "id": "1", "name": "example.net."}]} 2019-09-19 09:06:43,709 keystoneauth.session REQ: curl -g -i -X POST https://dns.example.com/v2/zones/1/recordsets -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"records": ["192.168.1.1"], "ttl": 3600, "type": "A", "description": "Example zone rec", "name": "www.example.net."}' 2019-09-19 09:06:43,715 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,718 keystoneauth.session RESP BODY: {"records": ["192.168.1.1"], "zone_id": "1", "name": "www.example.net.", "ttl": 3600, "zone_name": "example.net.", "type": "A", "id": "1", "description": "Example zone rec"} {1} openstack.tests.unit.cloud.test_shade.TestShade.test_endpoint_for [0.152501s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,646 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,651 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,653 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,656 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,669 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.583148+00:00", "project": {"domain": {"id": "db2053b0586243c29197b10beaf0d589", "name": "1948218394494249a53c24b73e88c520"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "99ce9f2fc3ab4dc8b14abc5e96c47197"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f933296336f44f1fa0a05cdb362937e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c1cde3fd2eb0434b9741734a52d08a13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a6e5d70108e24ee1a969c6bad1884527", "region_id": "RegionOne"}], "type": "identity", "id": "0dec46b79bc5433cafbdfe49f5a70e04", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "aefb01b539074243a6a0f3633d898805", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "39486695922344fd8fc345a58c0e424d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e3f8ea7561264d9c8785cebbdc5321b1", "region_id": "RegionOne"}], "type": "compute", "id": "f4fdf44e14324062b5721714822edc2b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "07411bc6f9f545c58f69a7885a1b7c5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "128dac1387354f9ca4069f913d141e99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "390fdd26914b42cfbc20a786408ff7e1", "region_id": "RegionOne"}], "type": "image", "id": "67ac2564a6d2439981ef6894cdb5053f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "03cc0392afa54746bcf3d2ea3b3d460d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "780e9d88c5c94ef1a5d5df51b644b9ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "89a405fe49cd41e484d6131296683dd1", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b09ad15446e0405dba7fbf48041d5050", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a68bae07b1764f42aa8afe5db4e2cc47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f047af9492a6475fa7573b6eff1d8e66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b84047759c2d44ffba7e6021668ab26d", "region_id": "RegionOne"}], "type": "object-store", "id": "554009cce7ad4862a185b5201524a652", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bb321431ec3b4535a29af57401375095", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f314a7f866a84105b02148e2a9e00c72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "59487972033d4cb49fb16efafb0a849f", "region_id": "RegionOne"}], "type": "clustering", "id": "22687ae6b7e44e7d865056a6d6d07e37", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7b52aed0fdee46f5bd4d6c64e5559e6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "203a8c43aea6437ea4027605141e26f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9894957463344442aa17297fe6668eb3", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "22f42f803f534342963c35062020b1ae", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "055c9d4997aa42edb98389d363f87f6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aede06b3d8384ae2aad483d671634c02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a7f75f12e89c4c48b17fdf5b6672ec23", "region_id": "RegionOne"}], "type": "cluster", "id": "f8264944a8944d6998c4fcc3824dea2e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9249c806d2b146b888acd5499aa6677a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e05e1b3cd6c7400d90501ed4608ec0f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "48c81c244420468cad26c7be01fe48b9", "region_id": "RegionOne"}], "type": "data-processing", "id": "68427b45ae3842dc8625854d2b865cfb", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "88796297957542b1b3d46255259c29c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3d3911224c3d4ae0841e4c3b0b2700c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "032954a862e64ff5b19c5eef81742151", "region_id": "RegionOne"}], "type": "baremetal", "id": "41949804b8b74b5db2986b6f65cc3ce6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2042fe2db7f4448ca78eb588b2d6337a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c91f463bdf1349cbab4e15648177ed87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7d772323c76a4be9bae5b3d7786e987b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3cacac8e3c6c4647be060df5da220d50", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "948c79c8902840f4a1f3fee99a4b4e14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "057fa2259e6a4f37914ba191fd895202", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a9bad7226f9046038e6430e41f521581", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d2be25cfda9e44e39b6ae22aa9ca9bda", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f99bc5d40b61410d95ea43c7003d0f92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "607f4a475d27418fa698383ed71188b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ce8412c2fb744919b3d1cee637fcf413", "region_id": "RegionOne"}], "type": "key-manager", "id": "3dcf1a3b9c0f4db1a7e720860a0ff153", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9b8a933aaa764955b77a9c143ba7777b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "249bd1e534c64c13bc60b0162a2e7891", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9608bf0f4f9b4f40a647411ccda3594b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "37b3fdad952c4f5fa7d58693d096d40c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "50523bb4f2be4e61a90cf646f039a670", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e3c864fb8aac4c2895ff786808221113", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "71f22837b45c4974a6fa73fed29831f7", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b966e36ee5734ddfaa699d011a5240c7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "678ae7f87c7d4ffea55ff5737c1287f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ecbafc714d1546ba81c0078ca2431095", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "193383c4bb49497089a48fc4b19cddbb", "region_id": "RegionOne"}], "type": "message", "id": "b85d0ee0a3f7423cb641109def438e07", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7955744d9ab342c99d7828c79247108f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "96baea1fdef341a39737cce217eac950", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0cdfe32ee48745a4aa9aa38dd645ecba", "region_id": "RegionOne"}], "type": "messaging", "id": "beab40acb418419e92a2e3578041dc6f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7c681114847e4b5b8e63ef73f0a42907", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0776ecbe111d4de78353c2099b5e48a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b07e8509a70640eabbfeeb002e443a9d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0f05500c31714aceabb60ec340b04734", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "df90e83024794becbbe00a0a824ea01e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ef718ca328e846488c2e8abdeefc013f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "16cd6330dd974083aa27c8769f600485", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "63e76a69453d4400a4e3fdae63ce5378", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8bead0a147514936938d9d1b57f43ba0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9e7c220bd0274483b09d10d9251414af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e6af380bbb942e9bc813058ff4c60ae", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "32210f4ba014417d831cc3585879b31d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "515ae7cdf904473985d649acc206d705", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4d636d35407441c0bc4837ca0eaf0b90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4908ddf218e24e1e9dc7db41e093d2b0", "region_id": "RegionOne"}], "type": "container-infra", "id": "41905f254ddf46999774cff0f89cbd2e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ba15b3fce6754771aea1af4c76a59d6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "cc815f2bf2a0401f996afeebb23de98f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "dfe66a4e97424e7eb50b749a536ec147", "region_id": "RegionOne"}], "type": "search", "id": "578af8f28749476494f7d5576ea21a5e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5d801c5392cc4c1ea288c7ca0649334e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c0697a6874ff45b8a05aad892c67ff8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "cc77b5e7f1b64cfd9224002a3336c34e", "region_id": "RegionOne"}], "type": "dns", "id": "559420ab50a444dbb8caecdc842c62f6", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "256c25d4c1274052bd51ad7ac70a36fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "88a2b23cb8624845bec72b1f4815f19b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a20aae1f3ed64bc48434577ea27d8384", "region_id": "RegionOne"}], "type": "workflow", "id": "54b99097aa7749a9934e8556176e2c79", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d0e2f99db5394709982b3414ad6651d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bb83cffeabf64693948d920963dae3e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4553bb5d944f4efa827342ee7b2e9a55", "region_id": "RegionOne"}], "type": "workflowv2", "id": "709c62ffd6fe4472815a31ed9b04feeb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b2c524f90a734c0e966aaea3a750b4da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "51cf851ddab34d76bb690b760304d665", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0bf18cbeeb76411ea71eeae3882a8636", "region_id": "RegionOne"}], "type": "rating", "id": "cafa42d90e494f8ca08dd641f27c7202", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2db494ffdd254c4999992eea75c63420", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7bf5ed6ee32049278285937b5cc1e4a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b4aeba4fea9445ce9ddf6785491bf9a1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ee37216458374c30b184932f38014fc0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "67cb8451308e4394b718891a6bb9ead4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "56d57f8da4f1473ebaa9c7a98bdf5394", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "da33b07ef732454ba7f30e3489b8d4bd", "region_id": "RegionOne"}], "type": "policy", "id": "04838e8ec67742e9b8fa41bcf2e9dcae", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c38842d7ba0440afaee45541bd0cbe82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1ab6439ca1f24caf8147d3eeb640e224", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9b277dd2eb894b7091bfe71ca2215d55", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f29c2495ce694e84ad398e31e8e99b1d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "44a393c93fc6460695ac3fcf482efc94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3eb68723a9db40eeb521c8cefec79a71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c084a04a233b45c1a9ff29a89f4a0774", "region_id": "RegionOne"}], "type": "sharev2", "id": "66fb46afe4534c7a8a5d7570b8f856ff", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b7598455ef7a4c08b22f9098161653f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "04fe4a37e8344e3db573f9cc46797a82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "184fe4e1c95d42e1a69e827ea0c75475", "region_id": "RegionOne"}], "type": "share", "id": "1f80c4b629d44402996891f5c28d6b00", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7553b99f1b14472f9d6b43a4b32e29ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e920c40f75cc4360ab12273bc5f69ef4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5b9f1b00956e49fd873a5c283f8c0c4b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "84e7bdc3cf0f43f29a3924583eae4bab", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1616f584a2d448f8a53efd06fda5fb08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39886143f3aa4133a3534d82e270b147", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5da9d0eca89644f3b9060c387228fe4b", "region_id": "RegionOne"}], "type": "orchestration", "id": "43de3f7fe6c140e0b38b9092ede34390", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "30ada354dfa24336b5035d99c75d02b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e2b46a1d0ad4b9287a9ccaa0ddcfa29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5635d5e3d80f4238a075a695904be7c8", "region_id": "RegionOne"}], "type": "block-storage", "id": "816657bf940d4da7b3ab97f871162721", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76e0c79ea5724410948555342d0d8eb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "825fa8c107e8473fb42a7a5269d234f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa2462f69d33416f966adc018e7f9de2", "region_id": "RegionOne"}], "type": "volumev3", "id": "cdb75e1e540649dd821f36d52d29e5a3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df124d13c87041e7b03b8ca1a66fb652", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99da30168a3f489dbcdfbb0c9d55e554", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed9d2a3729c9477cb497d6b12c11d30b", "region_id": "RegionOne"}], "type": "volumev2", "id": "b1468a57550d4b4e9e185cc3a050ce8e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4de6793ad05d4b2c919a331b0f9044ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab5b9c53f5074ee382b335cd73c19e7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28dc713862a8451e887ddb9ea53438b9", "region_id": "RegionOne"}], "type": "volume", "id": "8ae2998540ef471986d3129f516580ed", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74e445d84c224c888ab76c090771f9a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc1911df5c794c84b80440e582a8533d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dae927dbb4b04c079508c121cb062c99", "region_id": "RegionOne"}], "type": "block-store", "id": "8fad87831a0f4e6cabca5a802fa9b8d1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "320a3c20bbfb44c4b678d9e8fb3d4b33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d5bba2b7577e4f9ab95d461e7e7abffb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "aa17119a7f124b9d8d58e009b910f327", "region_id": "RegionOne"}], "type": "alarm", "id": "c21e6b0a84d64cdd96ac6cd7e15edda9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "02aff255126c4599b6ebacb0036479a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "14c2450c123e4e2dbb65259955887b92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f13f09c610a946e5ae0a1862586f330f", "region_id": "RegionOne"}], "type": "alarming", "id": "922676f7b7064c2da7655abf8ea7bb9d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ac7e8e6b18a248618733af697142c59b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bc4412dfb4fe4cfab8b09d4fb67dac6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "dae8240ea6d4476cb0daf310ac7243b9", "region_id": "RegionOne"}], "type": "meter", "id": "4c400452750c49538741d80f67b57f16", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f359011dc31c4f669b08586076ccc74b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b976b3aadf6e477485e50ac8963f48e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "792411dea3d64e04ac6863cd598cdfb4", "region_id": "RegionOne"}], "type": "metering", "id": "707c640995d04e41b9905b81d5af5c42", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e62d161802934a59965eafde24dd28be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6e6919ad27fa47a795902653a168dba6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9c24455aae414c9b9a9edd925aae694b", "region_id": "RegionOne"}], "type": "telemetry", "id": "ef2d3396543442579cc3f029304620c9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "32b82988741d4d3fb0feffc69db1e7f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0285a1cca07a461eb4ccaff3bb121ff1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ca4d0b89936846c59d9fcac534fbf34b", "region_id": "RegionOne"}], "type": "event", "id": "0ba6f360e6074d24bd02d5380da12a51", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a026bb89195a4ca4b094e0b925a22889", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8daf5e02bd224188aa8b424844d7d06b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7cab8019fdd34562b60d52195d4c5454", "region_id": "RegionOne"}], "type": "events", "id": "2b4f573521bd4672a85df5390c850991", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c6cb737b9f514065838ae3224b5e72b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4aa0dfff0f2c4922b24ce18dde36ffe9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6afd6d20b9a14fcb930741fbc03d727b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "627465be12334f06bcf7b3a28f4c830d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "541fdca1103848869e026f7700bfec5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ff1fc3cbba4f42909f1c63b0029830dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d1c8d678f91e4066994234e7100d5511", "region_id": "RegionOne"}], "type": "application_deployment", "id": "bb85a93b7e354d819dd6993ec017e284", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bafb56a7d5a042f087bc1146c8574c03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c75dfb6543f34a2d990b57cede1d2d3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "aa65bdace32242649cb1fff7b18d1903", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a9e5fe829c654a6caac4379ff21741e9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "880aee95a7ec46e4a770711973f9afa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dbfafa8568be46a289b9f1aa25cea7c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "46d357528e3f4f4d9b946fe9bfd8487c", "region_id": "RegionOne"}], "type": "tricircle", "id": "7bc9e252b2704760850e9074f0bc2055", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7aaeca90e8cb442caa459e15d6aa04b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b0dbfbafd8d049c586ec4ba84d6d49e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d48b023bcde640bda7dd9cef52c53dca", "region_id": "RegionOne"}], "type": "database", "id": "f8b5b3d0a474411cbffe4f22a43a4e71", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e9c20edb33914cfa80420e413bc6f930", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7211c27e8aca4331a49303e6cdc038c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "48bcd424b81c4724957bb12b19ee2215", "region_id": "RegionOne"}], "type": "application-container", "id": "7380d303d9e8466198bc906c23753cc3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "45f69a28ec654ad394c2534ddd08796d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "86cb0f0b82c54b5690b28f6b5c3b00e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "11601be5a6044ec6908cfc25b9ed5de2", "region_id": "RegionOne"}], "type": "container", "id": "eb3c48510c884a8da67765ff2dcb5618", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d6597af92c4243d084186e03af1aa663", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0c21fc505d244ea58f5782ef8f81e900", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "295ef2a3793b401bbfb707b51e2c5d8e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6b391a20d360434a862fdd7145b37b24", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6eff1337183541cfa0cc93defb146dfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "394410f7396548b8b12b5906bda5725b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "91f6387faed14e368b4aa28e173149d1", "region_id": "RegionOne"}], "type": "rca", "id": "cc63fbe4067b431384017d4763f0a1db", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a84b7f305e6b4248b460dd5c5884ddee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4ef96b38699b4ba682231c58b1221fd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "846128aa3e6e4e1ea0c0a650e298df23", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "717d2bde50f146c79e470c2eff055d8b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f1b0717004864eff8a134492ccb389fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1c64534edf9c4cc58b1c38c5feec84ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6475d9bdced34f029570d9511d4eb808", "region_id": "RegionOne"}], "type": "network", "id": "a6e6524681174e678fa57b4f374a44b2", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "137ffd2246ce470dae7ad31a4eec9aa4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "fc238a7d13ea4ce390077302d76ef9c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "306c6a4d726342f0bb5334a16a8bcf1a", "region_id": "RegionOne"}], "type": "backup", "id": "cc556206b40a46749e58158c62b8a5b4", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a108c91c30de4910b963763dffae570b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1637c5e9f5d54a3dbf21b534e2682b5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "04c533ee994d49fda0d6193528c2dff4", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "54b10b57da714591b4405dd4d7dd45c0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "689abefd8c9841dd81f6f62edfd087ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f87356738ab14dc1a940cabfe76ca26c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4d1bff3c1dc04ccda6dd543db43bcb5c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "78ba497b449e43b6b6a9fca90651fdd0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a8d3d80b926544b2ad95d2338f6d9c5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1471220e82214b60bb7337e084ef994e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "92ab12ee261b44e698662b2d94f00565", "region_id": "RegionOne"}], "type": "monitoring", "id": "c12a89e606974491959d59835db0fd6e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "23ab54014e934072a19a868e0f30c886", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "14b36567c3fc4750aad713b442318045", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "2099222bd1824b1d930ea4d7960b7e4b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c22ff7bd3555410599b2e70b57843afe", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "143acf646da54d8491adddca44fe6e28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "673e33c396fb4e36aa2323f462d29c1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "17fbf490341749e7a48511873b39bc4e", "region_id": "RegionOne"}], "type": "placement", "id": "1fad4b82d8db4694b0b000711127b4c2", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1fab96da0bcb4e31b5344600eaa0454a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c1e574687e764bd4b0b8a966c386dfd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "22dbb169870b444e9e92050f9957d8ba", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b4846564397245a18ac25bbed8186c84", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0084d936c30c47e8bdca37b7bb5a9d2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4566afdaaca5485aa109697961da1a70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7d9172175286466b819d322b7ac595d1", "region_id": "RegionOne"}], "type": "ha", "id": "5c730c11fa0149bbb779956f0a9ac655", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "767dc71bab9d4dc184be2d5319fff52b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4d5ae5e876ac41c7ab94ff5774b074ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "06df7e03e3474f47ba205e4cf946abdf", "region_id": "RegionOne"}], "type": "reservation", "id": "106fc51febfc4bfdb6ab347743483918", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "55f150b477244451ac12deea95ea0d6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9481b95a6b774afaa859a85e925b7b89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "465ba343338542d58f7ffc63baae8b60", "region_id": "RegionOne"}], "type": "function-engine", "id": "aa5b79db161349c199a1b8876bb91ca2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bd8485fa30444ee8bf960b12e0b1a5fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "43e4e818b27146db8aeaa3df3984d488", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c9d4781f588d4465949c929b4ac7a504", "region_id": "RegionOne"}], "type": "accelerator", "id": "d9ed33a342a14cc8bdb89625d6b517e7", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d4c63c8c4f884d6f927340a46bd1c198", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c6489028cc0346b09d1ac81cf321a639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "43e7486397f547f6833920e043d1a694", "region_id": "RegionOne"}], "type": "admin-logic", "id": "46eab681eff147b788c3e860e272da50", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7c19a83b41384b6889c86ac7f0974da3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "225e46a5dff548c1938408ec32f075e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5f99368e771741da9585cdae8923878a", "region_id": "RegionOne"}], "type": "registration", "id": "b82d69f007954268948c7ac028d2e759", "name": "adjutant"}], "user": {"domain": {"id": "3fbc56f7187f45f085cc3ef58b3248a6", "name": "35fcc0e2188047deaabe2c93b7a39a6a"}, "id": "1ae225455bfe405095268663838bbf58", "name": "37cfdda1515e49eebd95ac4067049199"}, "audit_ids": ["aa1124e78b57490f90de1157dd11f392", null], "issued_at": "2019-09-19T09:04:43.583148"}} {3} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_receiver_delete [0.060942s] ... ok {8} openstack.tests.unit.cloud.test_rebuild_server.TestRebuildServer.test_rebuild_server_timeout [0.308863s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,557 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,563 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,566 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,571 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,582 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.491233+00:00", "project": {"domain": {"id": "34210b0233d243dab87130fe734b3037", "name": "1db23df67afe4d28868a75158db21825"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c1daa2a6febd4e5091042aa61811ecab"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "acb6b49556014513a4eee043b8311abb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "867375220f30490494043b9eb3e9dae2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1f95c8d0c65a4e28bc247bcb5b9fc7d9", "region_id": "RegionOne"}], "type": "identity", "id": "eef8744959934ed4a3b83479c7163747", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9bf514ac10284d4aa9c32ef8b02eaa8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2017179b494043059a000f56f4f94a2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "50e808d00bb44aea90692a4476e28c73", "region_id": "RegionOne"}], "type": "compute", "id": "05be0a646cc448bfb286cd895b4ff1e4", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ee0f79296b8f4822befb37cfca95e67f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "08f8ad336ce04e4ea0a5f78be593c21a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "aec95e2a965042aa897c52575aef5745", "region_id": "RegionOne"}], "type": "image", "id": "317d5b3922d34ceea5cd3ffb2bf4fe15", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "738b0752a8c547acab1d0f19f13c86fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4db0be7dc01a4b968008bc8c31ecafca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "09f6fd323e3842f4aad2b41cc36ba96f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "3c6db390040949dfa6ec305922526d08", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f90aa502607a47db9a2973564bee378b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "033dba28fe584f6abbba8eb04e89d988", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f71d2b9ebb0b4a6fa190ea1dbc4d5396", "region_id": "RegionOne"}], "type": "object-store", "id": "7f697cbe372b4aafa720d712abdf2f74", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "34b429c005f3478585b2ae801ae694ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "05660c57c72345bebce8801351e3c1f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "03aedbcea8074f6cbd9f58ce47a524c0", "region_id": "RegionOne"}], "type": "clustering", "id": "8186556aaa62478e92a37e5206850bf6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1dc632b2c73e45bc9a382983013e374d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b80f7bd7f78d48f9ac789843fd2e250a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ab341a1a248049a3a7886dd4ec52189a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b063d1a49c7a418b95d4d47a445413df", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6a4e786b2c12463ca973fe776582bc17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "32aa867a383e425197d2a07bfdf24783", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f104bbf61fb14188b8ed090110e19115", "region_id": "RegionOne"}], "type": "cluster", "id": "d43baab6c01f48d4a4fed1353229795e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f001fc7506fc421e9b94584df646f7b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9d159de467cd484db6f9c1d9c4bf8fd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b5f5ca07e1d84e04bec2373d5f3e7399", "region_id": "RegionOne"}], "type": "data-processing", "id": "3e9a44f773a94567bcaf59445a1aef5c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4e55561fd4604ee2808471a6aae139e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9f8add344d514e93bf59cbbcc3ddd29c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3abb39ee8f3e461896e96b83e4670632", "region_id": "RegionOne"}], "type": "baremetal", "id": "d0d4e87d081844db9e6e5e7df9e91dfb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "20b985937aeb44b59a3579e66bead7c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "633184949ab24eb58bec7ece78f05741", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "15aca88767e64ac9bd9f1235017d011b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f1ca116bbd194c31ac376bdff35c8021", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3ff2d228fcc94f2281ef48d5a6c36b8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ab9cec4cae0f434db0a7bee3c0a688c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "15281aade1984decaf4d16904a39c6b7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5f8c72ea065d4d3d9ed79243ee6e83ea", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bd4139edf4ed48c39b9b401143a20c6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5a36c17b3ab24c43819869a20245b961", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7f3922b2ef78477f89f10b0966cc8ef2", "region_id": "RegionOne"}], "type": "key-manager", "id": "ceb7d9a2b694438884db41a8753da99e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e5bb007aeeae46f69a61154c17330407", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2ce2eae737074393b774e1c3f7aa2ee2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c50883702de74abb9870b14966aa16a6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c7655892ec284e81a809383a7371b05c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e5ab5ed190ef4eaab3f07a4a39760404", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "68336fc4820144c2a0f3d7c428b59abe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5f28bda4572c450c84057e239550af7a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a2a07207ff344c17b8f1d381ada1b35e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e9c3fd912e8f4f059a88852b43806869", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5c6c77e72b1c4f42b39e2d8491fbe5a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f25101e232774a5b940bd99dcd7801bf", "region_id": "RegionOne"}], "type": "message", "id": "76aedcee9f134ffcbaee57b8eb116b06", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9f8913d8b1ab4ac19427517fc5502b5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "78258c6e71f54ae4bc3165988567b696", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b9a570ef44f94f7b976ea7ed8b9565b3", "region_id": "RegionOne"}], "type": "messaging", "id": "a2261bda95de4a5e89cfe4c44b707dc9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "791b341a5b34423281b62d3c82575099", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ed08d8cbb52a4cc982e6a4b713594c9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c9d2d469cf1242c7a6626d5d32659b23", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4d25c6dcc5b94305ab8f664157d67d3c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "690ad8f9804149899bacf9c408a9dbe6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a3dfb553ddfc47cbbd5ac9ccd0b8f8f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "53acaf43d56c465da35dede4ef11a889", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0ffeb0f09b4d4fec82db4a8085f9fbeb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f0d5ae680f14895b0faa04726ff3647", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "985927efe0154cff8fb3a9b2784cd945", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c64f15c1b6174804bd164b2fb078edd4", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ecc41018507e4f0e994008a215939f53", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "08830d182a714c4681bca5a745669814", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d83d7417a496436eabd97e1b57f088e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1aac0eedc77f4d409b1547c6a48f7d73", "region_id": "RegionOne"}], "type": "container-infra", "id": "08439245fd724890b9c47e5483560ecc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "45621abe49104939abf3cb30e45f0652", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "cf6ab937fcca45538d4c795aef45a996", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "8c505ca6c47d4846ab89bded2fa0d9a3", "region_id": "RegionOne"}], "type": "search", "id": "0abed66e7c504255a0c0097e551304b0", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "51082054ff374d58ba4d39579f937611", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "723d6b6c650b487594a4549d6d65af1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "beae4d97d30a447d8e9aa6f5a10a5390", "region_id": "RegionOne"}], "type": "dns", "id": "407b564f169f4bd5a3a8ff28e7d86305", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fa46b878ae5540f6bd522f26dde3a782", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "227a09c5b4e042a8b1d395fb41ddab12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6072ae1cac0442dc8b750624471ffd63", "region_id": "RegionOne"}], "type": "workflow", "id": "66d00475e7594a49be7bd6372503c0ce", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eeb5ab65bf094661ae4814584a1b6c16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "21d21601a1f54912904e9c3e3c03ec40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d88e3ae6ffe144219c79ab8af680542f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "18542f504b314643acd7b78301de6b81", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "14cd732d91bd4857b1b41877fcd623ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "52272cc47afa452484d08b02d01bf991", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3dff79bc339a4941b96bd0308dce2b6b", "region_id": "RegionOne"}], "type": "rating", "id": "4d87af10b42f46acaf488eea027ad76d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f32339a1eb614a919c2d5fb98c3649c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f3c82ea2113e4e4380eab6e1ba5319de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8d9bfc3b4fb1411bb84c5d6761c210c1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "eac4db7a7dd940ae8235541b3145f587", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "395364854ce242889b9058765aaf4308", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "615b808c271945519d03a65161b7ae03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5328f9a5bda64cbdb9827fb846bd13d7", "region_id": "RegionOne"}], "type": "policy", "id": "3077c880351245b89375dcddfa819b77", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bb0115d0958d4edd8bbcc2011a4a688b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d6906976580045ca965e915c72fa2ba2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0573c37d3693416a9f4744e21410e402", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "64ba1839ba8e46deaa35857b53ae9b5a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8a43b85274e64c199aa9989299abfd25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5683c9ce36ee47b18154a9888a6232dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7fabbf286403419eafa5c951a38638ba", "region_id": "RegionOne"}], "type": "sharev2", "id": "a383f5fcf25e49f8a1fdb937e4f66907", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7f2f363e3238477d96e26b8eb3627c31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "288487a0a5534531afa61f687ee5eedc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9dae237b246647168e6c110632cef365", "region_id": "RegionOne"}], "type": "share", "id": "4cb1ac4ef1844d33a03d1d3a1f113a5c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b305151687454ae6ae04972d5e31daaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bb359ab21f6f490896391ea9ddb168da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "8282f48f565a443b96d15f193790c553", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b1e87eeb3f314cbeab9c8819b2681bfd", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "080faf463ff849a9be6d31890dafedde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bd95724d91c42c689831e8dc4d0b102", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b2d20e1ade84dd1917096dc40f2a90f", "region_id": "RegionOne"}], "type": "orchestration", "id": "39ba0bd7df6a4a6c889f2e315cd78406", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed1d87f793974c6d8fa5cc7aaf09404f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b9b8906ca9e4f8abb1a498b6cad6fa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b11f7dbb32f24d33a97747643e0c0af9", "region_id": "RegionOne"}], "type": "block-storage", "id": "64e0c3b1fa3b4f5c98c7aca34feb8692", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "353c9f119c6d42e1aa2859dbcdc32d0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "658aea0d2ee14550b89a5bfa169485ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d5cec79151b4b2b95b7b1ec7c3b5b51", "region_id": "RegionOne"}], "type": "volumev3", "id": "41936b1f812749c6aa855f928c4f51f6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcd274f030524da4a4a5c7d7462281ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4bf866682e5646549ba9165be2a959ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83f5184b93a742e3ba63298449f8ee74", "region_id": "RegionOne"}], "type": "volumev2", "id": "aea78db196e44c4f98d05cd8e6374f2b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1400b04d275845edb5d347aa94cdf86a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d48c1365d7944ac4a8c56d636d9aefb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3eed0a286f54aa182006948de3efa6d", "region_id": "RegionOne"}], "type": "volume", "id": "09000d6748fb4d9a9faee45ec971c867", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "631085b6a3c7444db98a9929c526ccac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7365f05cd7e44e9f90318f83e1eed3b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a6afc10383b49ddaeccecdf9bc5e13f", "region_id": "RegionOne"}], "type": "block-store", "id": "0c572d5abddd4338bf90defa679d40b2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "58665606fd70413184d2f061c79d907c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "020777e29d4044df8ec269e99c745bb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b8a64565497941cab9fce4a506baaace", "region_id": "RegionOne"}], "type": "alarm", "id": "13a78af5c75c4e99964ff0fa821c6fe5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f82fdd50e76e42ebb3f40ea30b64de78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "39d7102fec2b47cea15cd5109848b412", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d17acdccb6c44dca926d141513a2b2ec", "region_id": "RegionOne"}], "type": "alarming", "id": "52093f0a23b144efa6cc794eeb85d845", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "49fa6c178d1b407d8322ca6a6a2137a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "23ed874890ad40aa80463793910b8315", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2687cf26f5ac4bdb998279ca4f8660b6", "region_id": "RegionOne"}], "type": "meter", "id": "8dcc6d6bcdaf45efb88ac465804de0ff", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bef5c5401d2e4fd8bed23a88949fb115", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c0b6e53a116f4b4cb9f1622a4586a646", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "dcf836ccf387417e9522b800930c2daf", "region_id": "RegionOne"}], "type": "metering", "id": "cf5e386f590c4a09a993c677dd907e45", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c2a79ce2e07847faa438e32e18b5e045", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "364b23c019214097aff85f5adcd84004", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2451d6a867d34012a11fd5482c030f79", "region_id": "RegionOne"}], "type": "telemetry", "id": "3e540a4a0b2548ad8e535d00fec733ac", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5dbe0513d5ea4a278e374f1360c4d41d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9363240f4d5f41ffba4df821c999bb0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c047ca51761f4e428c8ae17f99bcd66c", "region_id": "RegionOne"}], "type": "event", "id": "2d7e406e61db427e9c5cb5ec53a095e7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9b79fbac5d4e4599b5e079336842a2f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "917184b43e024e559cd10857ca436a99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7a02721b755146048bb3a60b80360712", "region_id": "RegionOne"}], "type": "events", "id": "9afa40c5c33843fc90be250f8e8c3b5e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b7a51199a64f45478eab9e66ae754a86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "56fe9d12f14546dcb3962bcca64ce3e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8e4c42ba1f4a414f83c1d08f692355cd", "region_id": "RegionOne"}], "type": "application-deployment", "id": "767265e8d6374bcdbb9a8e1ccbdc3832", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "66f18d1006884fc98e477b68cfa34082", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5cc635a8363e45a5ae95433f68c38aee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f24b470595944b6b84182a87834c405e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "bb7331c4958945dc978b231897cf942a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "da5ac2ebb58b4acc95fae299d67cb141", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2dac798bdf3a475c8edec9da76148ea3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "40852dbe1e044a77aa78c5336cb58394", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "cb86323d4ca443abbbe178ec8a5fb1dd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bec84d9d73b94c0fb20d85148cfae3bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "91a76f1c9016451182e249e09fcf86bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "32f86ee3366745339dca1373aa026b19", "region_id": "RegionOne"}], "type": "tricircle", "id": "70473cd6109a46f4ad81c613500267a9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b635aeac245f4f3a9f20ef5de5e920ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f6333cb8040f48b68a827556c88c51d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "5536090a2825467580bb29794e755ce6", "region_id": "RegionOne"}], "type": "database", "id": "e5e7fac5eb404f4eb721b20814e50184", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "206263ae691549e9af885cf42661af6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b85b83e09a62489a8cea2e8042c9e676", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e53325b795a74ab39ed4c414cd79b597", "region_id": "RegionOne"}], "type": "application-container", "id": "f0618b55553540cfba82ed8562147f63", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f50ea96244874a0eb756d9d704402cfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a6ad42e97d1946d8ac874472629e8212", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d7821bc056f648179de33b9035ea01b6", "region_id": "RegionOne"}], "type": "container", "id": "a6c05cbfc57b4b4b855542a80778bd51", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3f4f082fa41e47e09816b86d3ff2bbae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "40e5989b0b7640c187d2bb66152d930e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "06171121c0124335ab6347074a1b07ca", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "265ca02cfc424d6e8d7a1d7193316a32", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "56fc12c9b0754c79bfa836ee131664e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "526ee2ff27054b29bc7b61c74438475e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "320d6e9b1ff34bcf8c11cf8a00dd7867", "region_id": "RegionOne"}], "type": "rca", "id": "9471d0c6909047a19f6bf99f2c0216dd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "41a96ff2a67441e68206a826b9b9549a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ca4057321f424162b56a6b0b97af7e9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "53b31d69977242bc97544afc1c44bf06", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "9ac2d66f68924424a8b7d638372df2f0", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "febcf8bfa91e494b8bc32627fbe1481f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a7c1b4b0bef44b908592e8efb69bdc48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "040abeb5c2524064aba2b9c4bd1af97e", "region_id": "RegionOne"}], "type": "network", "id": "81b71ef3b8de49bab1c2a58f7f7bae9f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "82060babeac742c39dec6a728ff0f3f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f7e09f8e837e4f38b679e21fe745d53e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4b4f7c2aa422400daa23d58b02ca80b3", "region_id": "RegionOne"}], "type": "backup", "id": "eaa054d5a99b469497565632df4b2c61", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2712e9a60bc646cc9e8061aee52205db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1a7b990bc51942c4b1b065807ea00739", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7c46a85c35ae4155b3d31765cbc52d96", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f6aa7a983d954bd19d9be7e08ace1422", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e9f4f808a4194db99f2a571fe0783f63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "658e81697c214ec7b74cf4ce2f8e548a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ce9b7ae593b1429c8bae0cc9ac1f0138", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d22ffc5b8c094c448e91126b2ce8deeb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a052f261fe2e4c48928f6c3e09414e6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "35a2bbc85902483a9e77542972cd3639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c23c5b695e5444418ac828fc4c7efe49", "region_id": "RegionOne"}], "type": "monitoring", "id": "2666fa51b4c54eed951d52af56a97b71", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5f19dd943efb4a578445bc45102d4e4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4877fea1b27e4a4eb21daf78393f6687", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "68aab99fdfa0462bb6406c00e8470941", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "896b42a3df7f426cbc6cd5d11974c9c2", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b6a83e624d7a4331aa2c79d6f16e2f11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b16a5ce8e8fb42068acefb01928b3535", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0b53b5c9c605402a8e88157bcc3aee4a", "region_id": "RegionOne"}], "type": "placement", "id": "625ff64d8bf4487b86cff3af59e5422f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "46ff696c9f43405ca844f4e8dcf57e7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "084e0245250d4a2b8805e313f73e21e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6ee811143c5c44469feeae032cf79ddb", "region_id": "RegionOne"}], "type": "instance-ha", "id": "758a83c0e6fb44e4bef1671bd5acf832", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d9f2a9fa26204ddb93f01e9c56e91605", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2c6aed3c23fe4abea528b580e22af7b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "905a42baa58f4ed3beb8e32a51d35f98", "region_id": "RegionOne"}], "type": "ha", "id": "228e8b3ba96c4be59fc96fd5df91ba72", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "96e4c07a24074324a581dc058eb41276", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "74bc2dc2055d4f39a6578035ea7e24c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "172ac337b7e342b2be7fe8bc94c7d0e9", "region_id": "RegionOne"}], "type": "reservation", "id": "e504a52a2c454f068edf7fa3655bac9c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7beb58e5c349467291bde85075eb756d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "54fd365f4a7a47edbcb3f690081865ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b24719174f81436c9b8b9af8df6db813", "region_id": "RegionOne"}], "type": "function-engine", "id": "1c330e0e361043089baaaa54022d5085", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0c56f51b0b494592849ec37ac560da89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7daab8d1f77c46d9ac7da1f0eb108ee0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e00ca102ca7f470ba3c71be10c2775a4", "region_id": "RegionOne"}], "type": "accelerator", "id": "c5a395edfbd746568faa628256747b6b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "80fe9a27779046749f77e1f1743400b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2115ade04b4246dbb9f698e219b758fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "382fcc508c214ea2b1edb282d6bcd1df", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0a25cfbc5df645058c72764fa37df7ea", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "10c7eaf3fbf240c49e382c3be7483eb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "002d1e9416194b1fa6903163d06df45e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "760906f66da04a1fb011c4808d68ceb0", "region_id": "RegionOne"}], "type": "registration", "id": "b421d4fe46034ab992432bc1795065c1", "name": "adjutant"}], "user": {"domain": {"id": "fe1c3934d7f545648e9dfcad5f93671d", "name": "22154b3e6b41493aa1479388fab22416"}, "id": "3d76cd025de942d889fc68977f63c497", "name": "f0fe612272354382af589e6908187d62"}, "audit_ids": ["036e7712563040c0a5d2f7585e449cab", null], "issued_at": "2019-09-19T09:04:43.491233"}} 2019-09-19 09:06:43,698 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/11672e63-b7bf-4a1a-9d44-2df778d43d7f/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"rebuild": {"imageRef": "a"}}' 2019-09-19 09:06:43,705 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,708 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "11672e63-b7bf-4a1a-9d44-2df778d43d7f", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "REBUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:43,729 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,734 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,737 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:43,758 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:43,764 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,767 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "11672e63-b7bf-4a1a-9d44-2df778d43d7f", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "REBUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:43,792 openstack.iterate_timeout Waiting 0.001 seconds {23} openstack.tests.unit.cloud.test_stack.TestStack.test_update_stack [0.237160s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,679 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,684 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,687 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,691 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,704 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.609418+00:00", "project": {"domain": {"id": "d32a703bde2f4615b3beb2ac65d698ab", "name": "675fe3cdd3eb41d4a66baa4b927df141"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e29e1c6f6cf043f6aa211683cb459962"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "11e8f8eeca4e482c9bba149063d3d8c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c3859454bea34c8883f74c26320252a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "de2b261faa314e29bfecfacfbaf9d701", "region_id": "RegionOne"}], "type": "identity", "id": "b4b2ba07552e41db8a310022a354cdaa", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e403c6acbad74c64a066febcd8e2a29e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cfc9f36f4b3646c3a2d567313c7e803d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c943e0b365104c8ba24043c76f66dbd3", "region_id": "RegionOne"}], "type": "compute", "id": "2a9017d267394394bda40b1405b804c3", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9b8a12e8ffa249bbaeccc72d9df06ee5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7a15669d76004d788abc9a23a19d6b00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "001497634347415b9029639c30dac3fd", "region_id": "RegionOne"}], "type": "image", "id": "e832739e8efb4af49b9c23c282195051", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2d80e410303e4b5e82b8e0e56ee1d2a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bd52d9a8fc48484e8fd099f01fe1ec4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a60bb32cbcf744218a7de140464ff25d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "67553bbefa6d4410958de5d79eedbbea", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0801350d348740bd9419e33c37be798d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6d2c160edaa4e9aae1d98ad5d791437", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6def259b72574b72a574f593b1c65218", "region_id": "RegionOne"}], "type": "object-store", "id": "22a6da66a93341889fea66ba5d150b5b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bcf7cbd5f3c54176bdfde6ff6f42ae31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "65e6459593d84f778845c22e05a3e070", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ca1a4a70c2c344e1b14e0e693bfbadad", "region_id": "RegionOne"}], "type": "clustering", "id": "ffe8f4a26dd54790937e14e6d0ae01b8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8d0847f4cac54f5289e280bd071d664d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9965c51ce8af4614977be8ac0af9622e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "86e8ffb3e8fb41c594f4cf700482a38a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1a19f40258664e21a9b0e30789c815a1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bda11b5c5b834c3e985f44145e162076", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3fd8da133ebf43d5917ad524c3a8732a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "71b169726ca44556b9cafb530e8d9662", "region_id": "RegionOne"}], "type": "cluster", "id": "cdf5298ac54a4af9831e9053953ebefe", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b9b9b46b70024e74873d7cbf4113e685", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e8890abc4bd544158ddae4cf77c127de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d9f1b5bf06a54d7e9a2953eae62b8972", "region_id": "RegionOne"}], "type": "data-processing", "id": "358f7bfe4b074f0d9837460eeafb4c3d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9a5919fa23ca4c8384c2041601d6debf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2d7636bf33634ab2bf4a0d06a310bac7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b19bdc3b46d64a57a42fe6da882c510d", "region_id": "RegionOne"}], "type": "baremetal", "id": "447574cebd094481a2e0ac652ce17e13", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "47602a9efba54edf8b09954c94ae6d6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9f577c94a38a4c2ca47a4f68268f402c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2ce3d71d5e384275bdf3c2276cbd67b1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "84253236012240ee9ab5356239c20375", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d986f5992db24266be9c0670d94b9c37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a9ffca65e40043e3b07a99c2918b1a9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4733678791044dbda515a893e6921cdc", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8067a362aaca46a9acb3e1d235050fbd", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1c86cbcc968a44ff9b9cc2d52db717a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b3da156f162145758c61ce88d123c1f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c398bb42038e45719c125bf8122b1a48", "region_id": "RegionOne"}], "type": "key-manager", "id": "64310ec50ff44043a0749064adbd8897", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5b54a75b62c344789b900c3aa165778d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5d3c944e38994c93a0a2f44477902210", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "01bc979a6c4b4159abcd96a713a1511b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "8e2c7b48e78448159de16ce5ed6b0ccd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "febc73ff81ae4ae48cdf1e089809153f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b988ed1684144f5a89b9324de10e2ce3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "20af2de9b2f448daa7dc66f3e7b48fed", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6a6c705c9dd24066a678cbc4d1e908d8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "99382f4ffae646ecbf7dbb24490369e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a293f4412c7e4202b2210c97f5ad0e9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "92d8aa7189394c03957c0fd065805098", "region_id": "RegionOne"}], "type": "message", "id": "dd86f8facc7b4278bf5fd1ed4329c5dd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "52c2f962b805486dac253cd403944b53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8dc1c54d8ac64ad0a4cd7bbd53fc20ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3473347eb9694138aa2c33b0400157d3", "region_id": "RegionOne"}], "type": "messaging", "id": "f67ca250edc3436f9ea3ed1efdfa7fe8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "afe70e1be62e43029dae3c1f239c2cd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e2bea1e4ad99439784133e18d534d983", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5770a397c7124d07afb23111cba2d1e2", "region_id": "RegionOne"}], "type": "application-catalog", "id": "5761c1b405884d5f951eed9039ce0bef", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d1a4ae93e71b40f483e1cbb997b31937", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f929f3fba49a4f359d0720ecd7b84487", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2df61e526e054e30abd605c5c2e645a4", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "920bc98f5444468094fe920cde9a0504", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8e683a05ff404d269cdc18ab1f7964af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2637c0c4e78242fa976b3f3c1ed9d633", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1334e5f045674c978b7a7f78bd30270d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "effd6b92a54d4daaa14e0a7855e66696", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c384e4b9ef7a42ab99536afdde837f6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5a394a3e9826481eb8c54d8bec18fc20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cecbbe318111471883e4588863b75852", "region_id": "RegionOne"}], "type": "container-infra", "id": "670bdc5ada4d4066b6a748e08a6dfcdb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "90aa5cdfef6a4cb19e22b27f0fd59893", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "eb834758873d4792af90e3a2a1d8cff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "06537268eadb4fc1beeb36c05c05400d", "region_id": "RegionOne"}], "type": "search", "id": "41297688cdeb46ef89771c73696d2b88", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c54656ff20f848b1a73e596e95a9369b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a975de397de84e27950087c44fd7be80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1a2d9b41d59e46a19464cfb95f6917a7", "region_id": "RegionOne"}], "type": "dns", "id": "029e18ba5abb48bd8c15483b13b75eb6", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5c835f1042204d019dc0e32a33ec78f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "954880d0e803422e9c7d7978a8805ed9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "49aee6d6d9564fdfba251825fbaab5fe", "region_id": "RegionOne"}], "type": "workflow", "id": "359f779b1516437ba6319675e074fe1d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6dc26a8738ac490e88e8214a7934aaa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7f5e73b533694d4492b61eb7c545c9b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "53228c73348a4dfc9542c3872c33de79", "region_id": "RegionOne"}], "type": "workflowv2", "id": "794bb2cb7aa246d9abbfe654c6a5ee01", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "fd506a550b3f41b28fa473f8c2406f70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "941a1ae219514b0da54b40b4b93537ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9b8b3093fad744f7bd18b20f960e3310", "region_id": "RegionOne"}], "type": "rating", "id": "933fe08c30f846abb32256bab245c37b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c1f298c118eb46fdbde17a7f7837cca6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b88b2334bea148808d6bb5dbabf0ce64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "27f1e9073e7f491f8bb0f6b5ef6f0f9e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "325b9ed7e9ce48e1b75cb96a756e4657", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5471982e69344272ae76b12f76630cf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "839f301f54e44d31a82877612354a8ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "49998147a2ce42018de23a370bf09b04", "region_id": "RegionOne"}], "type": "policy", "id": "2d7df12eef174fb99a9db94e4e5af8e0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1b07d57d4e5e4554ac0b36670f3f25a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9d9ee9185a364d4288f4c74ca9f5207f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3d9f88a6185547639bb9935e3250fd0f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "638dba0f3fca476a8d5d78a1ffba955d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "393f3de354b04d3d991ccb2b0a871ff1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8871ff71c47945feb062aadde1b786fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b4fc3bfe278f45adace17cd17369d60e", "region_id": "RegionOne"}], "type": "sharev2", "id": "5fd52dbf63dd40b8a6475f457bf44b1f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dab3634465034ca48fb89947f39b3eba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bbccd13a25f744cfa7a46f444fe198fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c072ae8b257d427cba3234d97df6448e", "region_id": "RegionOne"}], "type": "share", "id": "15b2fdb86a154084a3faecddc7c3c775", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "09e29c00f88a42e0b128ad6ab708ee6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4e4af472e29f40e092a05a7a33aa6774", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2bace2750ed74e5a92d24946f7e9c96f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "00048026a576479685a952f9d0cab226", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad50a5c8f6a344a7a31396be05987768", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "312244a9cb1d4839b544387817f122f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "607f51d9fea54e1b8bb2a286aec17f15", "region_id": "RegionOne"}], "type": "orchestration", "id": "a781ab324d8f44c5a0e3a115265be31a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "714108fc29ad4232b45525cadd67cb60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ad19423d2474ddfb7ebf6c886f1878e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d52bec689154454bd739cf1ead61319", "region_id": "RegionOne"}], "type": "block-storage", "id": "6575b727d1c24cb8a4e7935464805809", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d14b3d3c21b441ebb449226e4256648", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e1ad01d0f3f424787d5f7f38d180218", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "054a38cec68d4b08907d2abfbe58d09c", "region_id": "RegionOne"}], "type": "volumev3", "id": "a07af4fbc4dc4634827dc4e181d574e2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c52e7f137154254895cb0dec8b631f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1dbca0856404b31800e39fb71a73be0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "020261a0529c4ab8a4964f1aa747fb6c", "region_id": "RegionOne"}], "type": "volumev2", "id": "f5291cd854e24adaa616061bd7c6fb8e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4cddb6bf50fe41febe95f4c9d5ec80de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e89f26c23a54e1b92dd0039a67a3b86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8009717c14b249bd9c7f6d88dbf9570e", "region_id": "RegionOne"}], "type": "volume", "id": "52b9f0b35ef04adea69f2bf731ce2e51", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20ee9c07c3314250a6262d1276a03351", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "254d824e5e534419a1578dd9fd6e9f96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "edf533eaa3af46b28eafd504c2754154", "region_id": "RegionOne"}], "type": "block-store", "id": "9eaa0498dcc549038b0f4e98af46f955", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "85fa600f5b5846c396babb97cf7d357e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "aea6f0b69573402f9a5c9338c9fdec44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8a41b403e7f54159b8e8292365a53e7c", "region_id": "RegionOne"}], "type": "alarm", "id": "e3c56c38f13f498b86b8fde8c1d9efee", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0b477678809c4eb19828839882b43f2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1c78a24e290d4a0c99cd4f493d7353b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a81507048eb1415f80cce4f3af64f390", "region_id": "RegionOne"}], "type": "alarming", "id": "4d60c3337ce2453fa9905005d91ca70c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b4b569ad671d46269e20a5cdb61f3fc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "966c5053277e4437b571661ee0f2d52c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8d6b1d2861244264a2ee89a9d45cdec8", "region_id": "RegionOne"}], "type": "meter", "id": "37c3290acdb947a0ba88256fc461cd55", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c468c9681994406691f3aa617910a87e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "33d8530986354df4831b70c9c0b4f54e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d6a23ed96e2f46278fef3d05c2f26af9", "region_id": "RegionOne"}], "type": "metering", "id": "c36e5351c9ed4e41bb4bae341526c410", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d4a79272142c4c5c94ee98f166a236da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6acd68aebb7e48f5b5da16697f442656", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d04871c34f4240febdb22add54f06f18", "region_id": "RegionOne"}], "type": "telemetry", "id": "7bd6b441b0d54f139a41217c9ef238ae", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7b436b0f47174736ba75688219b15c0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "97f4d7f8ab3e4b7281b2c2220ab9e1f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "151d45e6395a496ca3cfdac62d6f7f02", "region_id": "RegionOne"}], "type": "event", "id": "910a1f7dac46466eab9583c6d60d3167", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1699492ec8e7457eb33eebae50616bb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3801bbbd5807423ea9c110515b95a77b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bd1a07cc34514734bf8f831d443140dd", "region_id": "RegionOne"}], "type": "events", "id": "fa0d189ebee342a3b6fd3161716ef233", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1599eee8854d439eb0221d19baec56e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a4525bca06e54e41bdff988c846d3314", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6cd6892d320a4d00b13c41156a2ec8b0", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ec5a39209b8f46deb2e846a581918a30", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e37c4ff841564cd49596316a74b81ce1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f252266a8f47408b9145a0ece96071dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e186f60ba0cf43df96929ab2e3635b9d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "cb12b2cc530848919e351d6d20a24271", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fe76ebef057b44988bea76e82665c586", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f22e0d5d7dc84c4b8c3eb249b67c5cc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "90617dd813fe494bafed27fbb4804857", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "fd0b361c47b2426aa9589d5d3d5e6791", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ae72e65a0ca6456cb23254f8c6db8aa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8d5d2075bc124e9e8836e852aed9706b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8bee65e4c6924417ac50b6b57ab4e269", "region_id": "RegionOne"}], "type": "tricircle", "id": "899bbebec0684382ad0540f15c777b6a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2dff57a61388420b986c012383257827", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c5c5bfacb7e04a23a966f2d3d7172eda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "139489c5da3d4246abd808d3aaaca399", "region_id": "RegionOne"}], "type": "database", "id": "e0c95c907abb48339a44fcdf4e074589", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "de5d94a9c4034b3b8f50435eafa35364", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1d40ba96e1c045118f20032a4cf3bc6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b1826b52f46c4e5a9a584ecf93a95a02", "region_id": "RegionOne"}], "type": "application-container", "id": "f8aefbe9c1924f04abd423b547ed892d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9dd5851c88e24affaaebf3ae365df3d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3378c72ac00b460da5e0deb1e2710918", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3fda5881030b41779c9ac5329b367c3d", "region_id": "RegionOne"}], "type": "container", "id": "804a8cfa01094f32bdd08410bb7ed2a4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "44562836ba7044a68890945f3696faee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "35fd7d50ddd240b8a9a2f9027f8ea4b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "86663b28b0b8482fb02b5123139f68ca", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a001066c74cf495fb62d4ff4360e44ee", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8e300ad1db6b4dd6b171acb7eedfd37f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4f0d231632ae4a548fc2a33e198dacd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "154e859912234add99d9fa4acf13a72c", "region_id": "RegionOne"}], "type": "rca", "id": "c94b5b045041408aa3c57af4c7185c1a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f832a685898b4c31a8a887a90f468121", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "793a9a0e89c74c8dbb8cc0bfdad9a971", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "69f8f15489e54d0ebea091b27a40c49b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "667aa952759846308c8b316a9ee127eb", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4d0eee73b8974c1c92e1fe0205ee5497", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "33cffadc6f884a6ca8b9de055561e991", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7aee6ed2e63442ca9449044e5d3c1f87", "region_id": "RegionOne"}], "type": "network", "id": "5057ba90c5324b2c90cf22899917bb7a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5ae26a31d89341b48cc4c2eb307a4485", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "833ab82e816d40a89d6df31d4ca40d3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9a36cd689def45389386cf4a8fed6caf", "region_id": "RegionOne"}], "type": "backup", "id": "7a6017235c9d43d8bae5e5e95dec8616", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "90c1147c2ab1418a8df81db02b9ae20e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d4492328517d4f2cadaf35fb2d9d5690", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2305f0975acf40bfb82b6f563b3a4379", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7bfd534c2631486e8e69b5becdfe536b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f95c0ed734cc4ad99096d22cab248b23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9bd68a9ffa494a2c956d0141f5ba6da2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e779655842d247799409a5ab75f567af", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5be31e2c2fcf479eb030cb62f31e86e4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ed6d1a165a9a4a198085ddf797386b3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5fb5474537354c07bd104989922ecbf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ccd102a0688b4901ae55a1097dbe33fa", "region_id": "RegionOne"}], "type": "monitoring", "id": "87c4134d10a04ddeaad55e390fa1dae7", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6ecd5ff6722a413eb5e12b875ad45095", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2750a0ed01f94a39a3390667d7679ee0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1809368c57874b349e71c1ffdce0bfa9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "40202fe487e441ccbbdfd3d3f8defcd8", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "333432b0dbb741b3a3b987fa28c7e8f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f1b19c5764eb4ee9b1ca5693824c23e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7bd73e541b3f47d088510dc5e67640c5", "region_id": "RegionOne"}], "type": "placement", "id": "e90317f751ef49c2b803832e01c71bf8", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "af6f878cbda6414792b7030dc57f8f76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "590a7d1b12884e4c9ba2cd5742da3e03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2b7f2b2672024819af74ac858f51d29a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7202bba797ed424aa22108ed1aa1389c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "088bb064eb3c41338e44651657960d95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2c3b318490e34d1392cde5584e7892c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0c9a30d1b1e34fd790cc2a978dca811b", "region_id": "RegionOne"}], "type": "ha", "id": "9a1935c58a0744bf8c0208e83fc1a1d6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "689a3c4cdcef456c979d12771702ae62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "dad65970c5e34c1ea2816ed3e7b67886", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3fd7d494858f4e0a8a44211cceb18519", "region_id": "RegionOne"}], "type": "reservation", "id": "69b8f21c63a542d798165d9b87fbd4df", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d19a3041faa6432682226f9877027593", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f1fa3f1145834dbda2cd657ed01d33eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "64c180fd97ec47859c4c5ea0771498fc", "region_id": "RegionOne"}], "type": "function-engine", "id": "744ada5ca73543a2b68ffd7e2d8ac0a4", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a30ce41d6cba43e5abf5ae7ae8248459", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1316a0c78ae84087b405655865ef873d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2d754df1da7445548a339813e2dac248", "region_id": "RegionOne"}], "type": "accelerator", "id": "aeb1cf364300465c864c49db1821c961", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "be2503733f9146898f338e8d07683ca5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2c0514de4ed7476cb653d229a701c650", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f1354ae6678147cb82f5961673b1d3f6", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d58b85d56c0b4185b7bd9051ce3d7f1f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "99d32f41e757406cbd44f5c26dfa56f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c590b895c8a248d9a27201852a0a03bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "49a68f61c6774a8bb1dd2dbd0e434347", "region_id": "RegionOne"}], "type": "registration", "id": "693fc446eb2844fb98fb1532ce77e258", "name": "adjutant"}], "user": {"domain": {"id": "aa3fb55d8c3841d1b817feb1169e713c", "name": "3219cafb89bf4d86b057e7aac96eb4c9"}, "id": "5d136d4dcfb54f7694ac4c8282049666", "name": "6505abd731414a1d9a0434daf447fcac"}, "audit_ids": ["eb9675e9f58047b589b4043d5a84f6f4", null], "issued_at": "2019-09-19T09:04:43.609418"}} 2019-09-19 09:06:43,789 keystoneauth.session REQ: curl -g -i -X PUT https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"tags": "tag-4", "disable_rollback": false, "parameters": {}, "template": {"outputs": {"rand": {"value": {"get_attr": ["my_rand", "value"]}}}, "heat_template_version": "2014-10-16", "parameters": {"length": {"default": 10, "type": "number"}}, "resources": {"my_rand": {"type": "OS::Heat::RandomString", "properties": {"length": {"get_param": "length"}}}}}, "timeout_mins": 60}' 2019-09-19 09:06:43,796 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,799 keystoneauth.session RESP BODY: {} 2019-09-19 09:06:43,818 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,825 keystoneauth.session RESP: [302] content-type: application/json location: https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2 2019-09-19 09:06:43,831 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,834 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}} {27} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_regions [0.061081s] ... ok {28} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_group_domain [1.286723s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,581 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,585 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,588 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,591 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,603 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.520145+00:00", "project": {"domain": {"id": "00a2fa061e064d8ca98774146682e221", "name": "af7f10c08940452284fff8e24080a7cd"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "fb210fb819c140cf93d21e8318779fc6"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "7ea53b99ae7444d3b8acef1b6aec2812", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "6c65354d26bc4d1bb7218785de6ee4d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2bfa0231c7b54151a820e0a7ddf8a508", "region_id": "RegionOne"}], "type": "identity", "id": "6a3fc13546c74dd99de0a88a61957a5f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f5ee930e82b0455aaf0c8b657d58a907", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "62d44fe0ea7c4790a4ec968ad1749bff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "7e676c967aea4413874735cd9d9c6588", "region_id": "RegionOne"}], "type": "compute", "id": "1b4a24be66474059a25138986e005a87", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "bc39102444134334afbd617355180f62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b98e4bd890244269986a0f1e9420e745", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d65e7765537b4cbfa897cb5c57585f12", "region_id": "RegionOne"}], "type": "image", "id": "073c9997be354cc3a877460d2b7e5497", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "483a6d03623c43ae824a851c2ebec7e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c942cc40d6ca44bbb830fdd904e9a4c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "886841dd6d354582acae7ef1e96edaf3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f333a2e7b8084e388d6975bef4bf5cf7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c076e5035b354b3c9a1d1bc4da34c92f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "927f528d39c14b7396081b443026f916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12bbe0c09e07452b8f42343e9d215f23", "region_id": "RegionOne"}], "type": "object-store", "id": "5906211092734814bd5e264eb6f826e6", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ca93c8cbe397406ca4555ba2f41988ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2562ccd1c39a4235a896da5f55f7122d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2e4723ab3b2046ce8811c7ec7021088c", "region_id": "RegionOne"}], "type": "clustering", "id": "e7c6ec77a2174090bab7e3d6c4168a75", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "35d985d48cb24f8e812e81c7f7604cce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0f7eb6eb74ab45c080e34eb001ca46f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "371b133629974983a5053fc1c0094010", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "29ab76a3f0ea4d8c9070f05a8e8a6083", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c7720505e5aa45a8b04f81335892dc5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c64cdbf4fcba48ba887aa534707d1e1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "21179149d800455fa784f13e6cdaf727", "region_id": "RegionOne"}], "type": "cluster", "id": "43d86d40bb2248d096d62b2b95191440", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c31336a568b84b21a42bfea31d414eb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "421bc620a6814d908dad487dcab22422", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b83a3376cb454986b7108168ea204b5e", "region_id": "RegionOne"}], "type": "data-processing", "id": "fd49412f1af7448784f02425cc825084", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d4b30c09544d4b8b8c31802515485f73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "13ee3c27292a40aeaa932a54556742b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2f49c1b4fb374903b6152b91e504c70e", "region_id": "RegionOne"}], "type": "baremetal", "id": "342fc20c6f4e4a7dbb283d1969a577ec", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9170f4913a76433ea88edb54f2bcaa9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ecf3f832ba6c485786ba23bbf67f134d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5343da1469384530b9c5d321090174a0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "aa3dab08ce474246aaee500e3fdbaabf", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4145fd9ea88b4c7e9a70430c30697139", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a9fe0d0e688c4e23963f7eba76d42e7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "95de8c3d6adb44ac8ca5bd525cf740b1", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "79705735d15240b288e7de7c846f0db9", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a7c8d52a2ce94a36af32696d6ca950a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b2401294e4fe420bba93f687d45d94f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "bcf07312cb7141b9877f62d22296ed42", "region_id": "RegionOne"}], "type": "key-manager", "id": "53cef7a0428e4e0b9fdbd96b7f48ca7d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4a75def0627a408a9a8686f86b5f06f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "60e073f353c340cfb44a12d15784e473", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "54d10c6101cd4a7e87cc310e25302f2b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "dd7c9c8c2e3a4940af266ad515e4ee5f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ad2e1859199843a5bcecf7616ca2835a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fd7cd895bc7448e88d8d96cb7c3ff823", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ca20071e03274a3ca8dd7da10b0efdd2", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0754e00968c8494494ad1232bad2b548", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a38cabe1845d487bb9a4bbe118085d3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c49047f8f84c4b9289bf0ea16fc627cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "49e89d52379c4037a64d552c238e9ec3", "region_id": "RegionOne"}], "type": "message", "id": "22a877a43b9f4959b72b685ed491be44", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b9656e1cbb684c159db8ac1b97417ec7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "94c64527928c4318b1c1271999cbb556", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d3a3689ea7804aeba4870fb8c92dbe17", "region_id": "RegionOne"}], "type": "messaging", "id": "932919b1c6fd44f1aee9b0a04866f41b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "32c308243b80454992e2e2bab72446a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cd52ae39ac054c2cbf29e6fb9213520f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "583b9473e84b4c399957fa32abe3b8ab", "region_id": "RegionOne"}], "type": "application-catalog", "id": "168f43c40f5a4c93aadc48f16dd25147", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "59cd3dc44d414b9780af03c3de60e569", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "431a878600f5477e832ad09b49be20a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "51b15f56c42d44a1a6aee63a9def0a5f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e16fcd3e4f9240089104428261ab6ca8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a39fe889520e478ca40463c5e045d147", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1236f793d81549b7b3121fd421b64aad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f0114f9dcc3843ec8320c8c2901b6300", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "16c236e55b1d41a78eaa18038553219d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7df355161c9941588c81f3f60847ca5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e8b59dac6c2e44178d153a6dd6fd82f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "42bd52e5c64d4d6f8599f2c0a041c734", "region_id": "RegionOne"}], "type": "container-infra", "id": "b1d1f8655f2741e6ad6617a48f7e7836", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "44c2063ada3e4c93bd94409ed9117acc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "1430de9f623344e6b1442b8646f7eef1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "714e9c3556fb4e829a086a099011228b", "region_id": "RegionOne"}], "type": "search", "id": "5a261ddbd7ad44faacf112137ffc6074", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3a5bf74025af433ba30d071a8c6dc564", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "94500d121402467f88b5db4e9a5ceb81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "644d421d36a147899b6ab6d56bbc1643", "region_id": "RegionOne"}], "type": "dns", "id": "4867097970a64a2e9b513e8beafb53ff", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "043ddf8ea4e349bfb0bf7a8417b660ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e5e4e7d687794e269915728577289971", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "05d60e5191ec404f9f053371cafcce89", "region_id": "RegionOne"}], "type": "workflow", "id": "0339a2145a244c8b88fe4fbc463c133f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "36d4de86346b4b9488bbd89a90ef8669", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7098911b4b31468b84e758aebf57368e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "eb0f0218b566411bb895a30885c4d9d0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0de6cf63aaa24fcbac15783a3e9cd263", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "16982376515c43a3ba4af91071037ae7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9ffbb519658345fa89c9821f9e060be9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c303b5447d5345ff8907c3d3b4ca89a7", "region_id": "RegionOne"}], "type": "rating", "id": "e2bef59781274af3987b7231f4fa490a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2a3a91c9499542aeb676d1110aa117d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e3d2b23f43b74a1dbac539cead1f07ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b21e5fa907024f5cbabf6a4e50acf11c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "07bed74f0c9c4ed6a7c3433d7abcc97c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "113df4457b82423ba08daf89da732ae8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bc09609fd38a4738b172bd8374ec8196", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7e9cb76094424d1496c232f86c6fa9a9", "region_id": "RegionOne"}], "type": "policy", "id": "91f90b0d11bf412bb0d6359974ee8b0e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "05f097c46b624a05893239345b075ecf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4bd503d061254465ae980d2b7d55d39c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d3ba4296aa0b4d0e8d2eea1faa43956b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "356d825218414b8baf41379e569c1496", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "088e26a765f04b1db24e6735fbd8a7e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ddff714993044607b68d61d73452d51f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "037561f0d3d144b2a75ad7aab50e28dd", "region_id": "RegionOne"}], "type": "sharev2", "id": "3893d6a9b27c4148b3732f0de369e00f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a5c5c0c7c733423886ce156876ef53e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dfab2da359254565a3c7e0f48f4d47c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "eb1adad4fe0449c7811529af5d3bee0e", "region_id": "RegionOne"}], "type": "share", "id": "dbb32f3cafff43a9903139c05fee9ae3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3c04442aac564fce8d750b967be932e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "878c695d44764784b163a935dc330b17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "47717fc6653f4644876b8fd8da5a9d4a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4e7a84ad1b0043ad959ef39741dccffe", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80462ff533e64be4bda31d6ad470f59f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8215f08128844d88acd5fb101943646c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44e5f4205fef4b29a1cbf900edb6762b", "region_id": "RegionOne"}], "type": "orchestration", "id": "213765f7abaf4ac0872b990c9c113ce1", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df84de9c5f714962ab5e080c38f1d408", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5e7a9399c004cb0997716eeb8786209", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a1b7a120eb64b90b1d65db7d7be2be5", "region_id": "RegionOne"}], "type": "block-storage", "id": "441871b71ed147fdbc09e209ca5765d0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10392af8af9b4c8c9ee71ce0a988a350", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1998ba31a0940cbbcd3a51a8e9e532f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "270b98a482e347768a680525524b261f", "region_id": "RegionOne"}], "type": "volumev3", "id": "22ad2ec988084c72b282c67471c2c65b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "abd7633d795d4daca04ef3094e6b0467", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67ac39f617874604a66b06c1216dbde8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd3a66c81068445596d49c22b993fc38", "region_id": "RegionOne"}], "type": "volumev2", "id": "ce109ffc47b74948ac70f5e085c368cc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43c224e44e7041f8a9a7195dbb6de04f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a73285c950f8440583de6c1875000e48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c45630ad622f47cdb5f90ca24369e8b1", "region_id": "RegionOne"}], "type": "volume", "id": "d106ed7a140f4f89b77480aa2bb1eec8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13c6763a7db14ede83229c62cc963efe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5908e9ceec61438d94d568d40107e2f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ab82ea964794d1ea46eb82b160a3fbe", "region_id": "RegionOne"}], "type": "block-store", "id": "b40fd6e14e404639a314ea9bf33c7616", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d6799f6fb14c415a899b3568ef69c57d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ef5a31a8723841989e04198ca256b499", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "67f6ff856d764602a0b75a041db6f902", "region_id": "RegionOne"}], "type": "alarm", "id": "9909bc3787044d819f1d991bf980312e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8aa72a315d5b468f98d2abedbd0623dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2ec8640c783f4a80bf89d8b43f617640", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b2d61073561540a689f5cdb80a4d025a", "region_id": "RegionOne"}], "type": "alarming", "id": "077c64aa35744cf5bcf66bf636b3cae7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "810e38f2d11344bab403c1ac73b81150", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ac82fe2a370344409e6a376fcc6bfb9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b3337e3ad9c047b9b7cfdbdd1bf4eae8", "region_id": "RegionOne"}], "type": "meter", "id": "9edd3a811a1540818d0d657af6e6113c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "63732f1359ec4d8b8d92cf2aed06fa3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4e3abe8db9604fe2a1823dbb722472f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "90c8ae1dca6d491d96b64f85cf5002f9", "region_id": "RegionOne"}], "type": "metering", "id": "a7f2aaf47e454a18a85a6034c2a964d7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "44fc886d48a54ce79865a0dcce7d62ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2f8bdda55a114561afb1ed9b3c4785bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2b603c6fe8374d65ba1b6ac6d4b4da46", "region_id": "RegionOne"}], "type": "telemetry", "id": "aebe1f42604b45b58dde03030f8d7af5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e54b71825ff74fa0a7f5bd8a94975fcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8a72112db29445258df259856217c15d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e8bd50168619459f826c6fb47fb5a98f", "region_id": "RegionOne"}], "type": "event", "id": "4718b8623a754ec6b79803a7f73f5e95", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a6d39bcebae64c6890abba40de2e1935", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d8ddaf59868f4988b5eecc856d0c530d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e9b1aaefea5349baa95134234598b63f", "region_id": "RegionOne"}], "type": "events", "id": "3510514ee1284ad2a035e88c839db7cb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "16b9e5e5887a4bd8aa407c4996748b1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "115a506a28194b0691c70ef0b398913a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "689d31029c8f456483faad663a21a110", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b272a5eb412943e79b98dc8b2b97f7c7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e1ed31b8b3d34dd2bb38431f6b3574cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5cfe72b3a82c41529dbf3e15a66371ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4aa9844bdfd840298568407ec9aca977", "region_id": "RegionOne"}], "type": "application_deployment", "id": "327f266de1f549f6a705ca69a0fd7479", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "71fbd3159007481fbfd7d2325e644d3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "61b1b186b6ac41a398fa59a237457067", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "650eb3fc2db74a1a897554f352e78752", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "183a245117df46cba3667cc74a7162fa", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6d2ac95f4832472194c4c8bfa76ea739", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "596aa16c6d0347b69dfe2f05025009e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0c016b232fb742c4aa24bac08320fe0d", "region_id": "RegionOne"}], "type": "tricircle", "id": "6ac9ea72df0b489c8ffb1cc63f0b4f26", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9e2db7daf0264bb48f58649721412b9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b8903660ead7496183c4f65e46213561", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "bcae295d852247318daeb702b1861e1d", "region_id": "RegionOne"}], "type": "database", "id": "ba11bbf69c214520a07dd7023151e156", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9d564aaa3fc34182b49edfab93621d2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "91dabca1f07e497eaf1f0b6a15d90e76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6e63504c7d81413b9088fadea18cce7b", "region_id": "RegionOne"}], "type": "application-container", "id": "a19d2df004864357a0baf66c99818141", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cd02d627ea8c46df86f273af20c39160", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c75ff73b235442a798af8024242f41c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "34f027bd18d54283894d24cb478a700c", "region_id": "RegionOne"}], "type": "container", "id": "836e8283ea254084adbda2e31ae494c5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9d13bc8dc1e34f82a1a2a569429d9b5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3710a4fe549342fab55672e79ce6ee22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cff1d72e282b4611b6ae18e0ae97daed", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "5d46079761d44572b602051cb774b60d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4f8d60206b024e0ea3c12d885a963a19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e1ed97cb608640fc95888daa2049e2e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e87bafd8c1ed4e2faeaec52e42f5b77d", "region_id": "RegionOne"}], "type": "rca", "id": "6787c87a16a440e181ff8009d17496f4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "20d833b5898242e3a343d18b3679a006", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2658e31d67ea4b748dab24f6cc933e5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a448f6e98e2048e88b416c1a1761fa92", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "09ab02a367ac400fb520c779303175f3", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6ac270a24d9746a3ba2f47002d1bb052", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5c87caec25a447e69b5120cd3f51e32a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8de19985747f41a89bebe0200e960dab", "region_id": "RegionOne"}], "type": "network", "id": "ab681edde964431fa178083a370e2744", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "90e4a17fa14e49b0b965612904722dac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "874a9a54c78842cdba357bc1f6d72862", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "da8c66bc5e7e4b4eb8f4f0aae106593d", "region_id": "RegionOne"}], "type": "backup", "id": "084c06606a0a4b078028df0691606932", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8f57b49e294d471fbbd4145319f29a74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c2d45d24219241ef9c11498461c455db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "edf9f62f4f564befa1438881196cf6c1", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9e0d5953832c47ab927763847d289296", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "316c4e99393b433f8809d81ffb77a1f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cb8b4d3f855b4481a88055aed7fb61f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9aa60049049b4b90868e33a66430c4f2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d5faf1920f014a98844eb73b81559558", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "023b0914989c4f9e99f6630861824c0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3a7872d7463b438e92169c535fa96b65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ab8d411b23ce4e738f12b1ee93a8160e", "region_id": "RegionOne"}], "type": "monitoring", "id": "f7ee32e8a2274a9eba24c6f6df70fe1b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9cd301fbabd6456c83c03206316041e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a4637119adcd49c2ad4b2b401ffdc50c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e24e2a47e6a9476fb60e64b03adc3e76", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "cf4f3633cd894c21a3eb4c7c2bca38de", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "74a954358042424d84bc39c0cada077d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "47b1d42f50d14aababa3603112a3cc5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "bfbb989a46cf40f39676642f51aa2ff9", "region_id": "RegionOne"}], "type": "placement", "id": "6ec1f6d508744780abae81c36b0b6ecb", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9ebcd5886fa04a3a9b3b005e3c65621a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8f11ff4ddde74c95b794ff289d5983e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "230867c16acc4b05954bde7f45be67dc", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a693e881c7664161b5c0753422947ce7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5e66533deee04794bba910303d31ccff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f89e5f5b2f3148168acd98638b9378c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "72fc0d57f5d24b06954b0da1d02cc718", "region_id": "RegionOne"}], "type": "ha", "id": "32d58f38786c4b86922177bf4fbbea43", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3b8d5c78daef49109edc2addb43f74b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f89b360b91d041468e94cb8c05ff7e68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7caa74a9795e4b86b021ad76f06010c7", "region_id": "RegionOne"}], "type": "reservation", "id": "9de5d799e76d47d99e94fb8293daa4f7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f083f6c019954a78a7718d2271a268e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fcba044b4d15495c930fcd527323aa61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "78d276ad83994a21b05d64995d8d6249", "region_id": "RegionOne"}], "type": "function-engine", "id": "e7bf5ef46e78497e94a0b5027089f0bb", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e3dfd40cc08c474da27095a515cc9849", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e20c7c94f60847739dee0fad46bc272e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "4791fc95acdf4c97bfc30d3063e6c30c", "region_id": "RegionOne"}], "type": "accelerator", "id": "12d1dc701035416383ca3430bac93736", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "37b27ed26d4f496286dff6058c640ce9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "68bda99d5c0747a5ad43926ddb779e9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "eddd1aca1c814600a287cc7eb87372b7", "region_id": "RegionOne"}], "type": "admin-logic", "id": "fe26aeb293ef41a3ac45802fa1f6fed3", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fbdf8fbcbbce4ec881f3e8ea1fbb5fb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "01801ac4c6f14f318a6246f5465917d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a674d19e8af546e19024aeef8ab18a71", "region_id": "RegionOne"}], "type": "registration", "id": "1975157ad7764454a861cae4e89868e4", "name": "adjutant"}], "user": {"domain": {"id": "b460dc9f1bce47e5b1ff7974f87664bc", "name": "f3992bc4ac30419c93d5c1536f7320c6"}, "id": "2d811216f77343a99596fa3a6e63df80", "name": "02af7f1ca7524b1d8fff2614b7e81a32"}, "audit_ids": ["ccaf444e143f4b80866800c988afcc3c", null], "issued_at": "2019-09-19T09:04:42.520145"}} 2019-09-19 09:06:43,010 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,017 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,020 keystoneauth.session RESP BODY: {"roles": [{"name": "5a4e571356324de59a42bcd53dae57e9", "id": "d1cb7867f1ef4563af1e4931c09e4161"}]} 2019-09-19 09:06:43,057 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/8b12661840604d8b92a959b19b5a9f9f -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,062 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,064 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "8b12661840604d8b92a959b19b5a9f9f", "name": "domainName-2"}} 2019-09-19 09:06:43,083 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,088 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,091 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "8b12661840604d8b92a959b19b5a9f9f", "id": "72c746f231244f99a3df71872bcb1883", "name": "groupname-6"}]} 2019-09-19 09:06:43,148 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=8b12661840604d8b92a959b19b5a9f9f&role.id=d1cb7867f1ef4563af1e4931c09e4161&group.id=72c746f231244f99a3df71872bcb1883" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,154 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,156 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:43,194 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/domains/8b12661840604d8b92a959b19b5a9f9f/groups/72c746f231244f99a3df71872bcb1883/roles/d1cb7867f1ef4563af1e4931c09e4161 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,199 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:43,235 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,240 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,242 keystoneauth.session RESP BODY: {"roles": [{"name": "5a4e571356324de59a42bcd53dae57e9", "id": "d1cb7867f1ef4563af1e4931c09e4161"}]} 2019-09-19 09:06:43,277 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/8b12661840604d8b92a959b19b5a9f9f -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,282 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,284 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "8b12661840604d8b92a959b19b5a9f9f", "name": "domainName-2"}} 2019-09-19 09:06:43,303 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,308 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,310 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "8b12661840604d8b92a959b19b5a9f9f", "id": "72c746f231244f99a3df71872bcb1883", "name": "groupname-6"}]} 2019-09-19 09:06:43,361 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=8b12661840604d8b92a959b19b5a9f9f&role.id=d1cb7867f1ef4563af1e4931c09e4161&group.id=72c746f231244f99a3df71872bcb1883" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,366 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,368 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:43,394 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/domains/8b12661840604d8b92a959b19b5a9f9f/groups/72c746f231244f99a3df71872bcb1883/roles/d1cb7867f1ef4563af1e4931c09e4161 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,399 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:43,440 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,445 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,447 keystoneauth.session RESP BODY: {"roles": [{"name": "5a4e571356324de59a42bcd53dae57e9", "id": "d1cb7867f1ef4563af1e4931c09e4161"}]} 2019-09-19 09:06:43,485 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,490 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,492 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "8b12661840604d8b92a959b19b5a9f9f", "name": "domainName-2"}} 2019-09-19 09:06:43,511 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,516 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,518 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "8b12661840604d8b92a959b19b5a9f9f", "id": "72c746f231244f99a3df71872bcb1883", "name": "groupname-6"}]} 2019-09-19 09:06:43,568 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=8b12661840604d8b92a959b19b5a9f9f&role.id=d1cb7867f1ef4563af1e4931c09e4161&group.id=72c746f231244f99a3df71872bcb1883" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,573 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,575 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:43,613 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/domains/8b12661840604d8b92a959b19b5a9f9f/groups/72c746f231244f99a3df71872bcb1883/roles/d1cb7867f1ef4563af1e4931c09e4161 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,618 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:43,648 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,652 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,653 keystoneauth.session RESP BODY: {"roles": [{"name": "5a4e571356324de59a42bcd53dae57e9", "id": "d1cb7867f1ef4563af1e4931c09e4161"}]} 2019-09-19 09:06:43,673 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,676 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,678 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "8b12661840604d8b92a959b19b5a9f9f", "name": "domainName-2"}} 2019-09-19 09:06:43,694 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,697 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,698 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "8b12661840604d8b92a959b19b5a9f9f", "id": "72c746f231244f99a3df71872bcb1883", "name": "groupname-6"}]} 2019-09-19 09:06:43,752 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=8b12661840604d8b92a959b19b5a9f9f&role.id=d1cb7867f1ef4563af1e4931c09e4161&group.id=72c746f231244f99a3df71872bcb1883" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,757 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,759 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:43,793 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/domains/8b12661840604d8b92a959b19b5a9f9f/groups/72c746f231244f99a3df71872bcb1883/roles/d1cb7867f1ef4563af1e4931c09e4161 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,798 keystoneauth.session RESP: [204] content-type: application/json {19} openstack.tests.unit.compute.v2.test_server.TestServer.test_create_image_minimal [0.062383s] ... ok {0} openstack.tests.unit.cloud.test_router.TestRouter.test_delete_router [0.221270s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,668 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,672 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,674 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,678 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,689 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.609082+00:00", "project": {"domain": {"id": "17fb8bd110044bb6b954218d4e0f9515", "name": "85e14d3771ca4184ad8a2aed082b597f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "14559a4492f84eb29adc26d2dd4e501f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c930b59b5afe48eba6be56edd900963e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0aa191411a884400b1251a65e6cc9de8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "53ca67eb3234454db0a234d96c06f3e3", "region_id": "RegionOne"}], "type": "identity", "id": "6f3429f4839c4c24ae8a4a7c5f84f641", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4a2c5764625e4489bd2900b8194bc5ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "aa1ecbcbe1d34dcab8cba45172c77d27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f3c49812e34649fd9e1d5ff88290dfb0", "region_id": "RegionOne"}], "type": "compute", "id": "4a6646c158df463f8f7879e3aa4873bb", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "197c17b9415c4185b365ef18f2bde73e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a673ae95a7d0443a9f1dad341ea0eade", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "832ad11223184440a0a30dd2e9641134", "region_id": "RegionOne"}], "type": "image", "id": "aed070d3ef614bbd87821b0ac6f8c241", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "95a66826a8d2412b8f34666c1caf1c35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "de61e2dd35514805bd99933694dc28f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b6d43d0ebe104d209ec6e89435fe6a7f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "bfd9101aa8044a72b4911ae5380f3f76", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "affb510d44ee406e8d880a5f0e324d99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e835fe158a54dbdb6b33ea03dc02930", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "143aca5643bb4ffab4a8970cde7abbe1", "region_id": "RegionOne"}], "type": "object-store", "id": "18ac10c75395403a8b20b325cf749375", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "325fea0defb74c7a9227229970383d69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b5e353a13d444d5196b456d8f7d5b3d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e3222b89ae3e49bb9b9d61aced9564ee", "region_id": "RegionOne"}], "type": "clustering", "id": "f6364fdc0c4b45d88fd238f8d2ba83e5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b65993a900014ea7ac882340913a7575", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "182b751c3ac64da7b88ab7dcc1dc8124", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "626b05585a1d4ff2aa542c64f9465748", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "54bbf67cd94745cbbe5a94b2b089f764", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "12dd2ea5bea147e0ac784f898ce4c3c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f6bfdac768e44e1488616491aabb5b1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cd9ebc68eab34befa3467f81ed3a279b", "region_id": "RegionOne"}], "type": "cluster", "id": "3be88600c6374c13b7865bb1258a72ac", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1c221bc3d1f0435482fac741df6ec1d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fa069dbefffc4892a935e4977ff76300", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "cdb5cf87f43442869a1c3b74c98fee65", "region_id": "RegionOne"}], "type": "data-processing", "id": "64dd28025b5449449533ef333a969bad", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1aae56ca759d41e3ae38489205677a42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "291491c941ca476aad073a43d622304b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9ab0886990884b8cbbed3e67255ed6d5", "region_id": "RegionOne"}], "type": "baremetal", "id": "8b6e3b85ff7144e8b988e5b3ec8f15ba", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e807fbd5be73441d98ff01146f51198c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c1dc19ab23b54427bc2efb062001039c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6c7570663f4a4e259e7218bf33d86fa8", "region_id": "RegionOne"}], "type": "bare-metal", "id": "be9cccc543204e0ab82c3379ecc6de45", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "32421f7a28ba4a5fa9b8ca7724ed6aa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "75bf80a63bed4cb18902967dda573d40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "531b06a3e1f345a798b5f11362581b86", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "82533852e72a41cf85902e6032886b53", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4e90d84b9b434c67979616eff1901253", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "26665fa6c1df48b4a490b1b5f8825689", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "2afb204789b642fb8476513ef22587c0", "region_id": "RegionOne"}], "type": "key-manager", "id": "407d7f22d04e4019ad9fbfd4f884cf4a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b12f070119d94d69bf83c29ecb7e16d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a2b9447f83734072b9f9399ceb8fb984", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "99b2a7b2cbdb40278f9e5a93dc023d7d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1ce325e7326841609968fb0363f4b908", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ca48c7b85bcf42f4938cc81e5b975ada", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3bc7480e5d3f4f758563dcd658466a88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c3d3c81e5d7445a1b61905d3323d5118", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0829baaffcdb46fc8e5d95ffbdce7f1e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fb63482ed7cf41b3bcc986cb9a4d7640", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "cc18b9421a2b4c0d83e23c6971f70128", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ae0e2dcbc93846669f79305e174ee3f1", "region_id": "RegionOne"}], "type": "message", "id": "e19225b434214818850a5446ea26908d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "948c93e3591c438f982854175a15c058", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "642466a3399749a486236302480fda71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cec98ff93af648c795af37161696dd68", "region_id": "RegionOne"}], "type": "messaging", "id": "685a7803a08c470c871d450ce41d01a9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ccb55c128f68425fb73a01a383846c4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e55871137d414f929bb478dc3bde46b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "bf7a202c5e514290a174aa6e7659a817", "region_id": "RegionOne"}], "type": "application-catalog", "id": "610e57d2f6a04ede8cbde3afbe5e702f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "997a98222d29473c8cf53faccae33588", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c88e8330979b44df9fb0f246d5161c16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "60e08a5d030e406c95504f075ab61a7d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "59e52b08157243a5a474c354215bb7ad", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "42e4c2afd123472db1f063908186e661", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3e50c4604b0341799f6606835cabcc07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0b90989773e64a9a85b0f1028b8a33bb", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f19b08c2370b4e78adbd5e1ca52d4aed", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9dcf6be460d946489dafd545ba98e88e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3a8c5c5820f948f2b5a067e4949c8162", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c795aeced6e64944ac6e9f248c671edc", "region_id": "RegionOne"}], "type": "container-infra", "id": "c1edeb3812c541db8f45fdbbd729266e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "612ecff633504771898f66c196be6cc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d93b6305bdef4210b965e6027d25cd52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b6be53cd7dfc4fee8b22a72a71e0dabc", "region_id": "RegionOne"}], "type": "search", "id": "c358cdf1b61f472181d499fce5de3cde", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "13e695a91f2245759f25fea25244858c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "97006403149143c19428f09669438405", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "48d5ef1cf3ba431fba7f30ad6354df16", "region_id": "RegionOne"}], "type": "dns", "id": "36156a3038694edda0e37be3dffa61ad", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "253203e7f4bf4a08aa623afa01574200", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7c91130441d14b27ae0586bf72ff0342", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "267ff5492dcb4f948f0f3dc300c1c450", "region_id": "RegionOne"}], "type": "workflow", "id": "84b1d3f4fd8a484f9793bf7e363be414", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1e0a45df721d4a82a4be456351ba3ba0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8d58a669cb264c00aada9a81aa333461", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3ce8c82e209148329ff7f8e174f7436e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "50218529142c419c96e1effbc76be160", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1218459dc8674d5b9bd9ab093aaf29d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d9d7b97dcdcb4eabb6430bc8f24f4763", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7cfeba8fbf914b70920f20a1c9f6d1a1", "region_id": "RegionOne"}], "type": "rating", "id": "5a1850640e384f628a426e41d9c5a50d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "15da6e645bbd49eb94861608ddc71b14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "70b6b59d45664fc88b124e704de7612f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d4f7fc1c735f4351982913367ab2c011", "region_id": "RegionOne"}], "type": "operator-policy", "id": "b0be61b558b9432eafe1cbc158adc69d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9d4afd5e295344a2aa7d26872e632a72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "47291b07940f430faa6a95aded847eca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "25a7c2b9710245ed8fdbf8f8bf8d4ecf", "region_id": "RegionOne"}], "type": "policy", "id": "90d77f98d2b84791ba41ccfeacc56c20", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "de962c8acb2647b783d67b22a256f9d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "75db6cb4fae3470b875c1282a827b5d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "99651b8b590c4583a75c81af59021861", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "06871334462b480bba7c0bbc8b1df0e3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4c8b57207e02408f837cb79f235ba3e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "77f162eafdeb42e495cab8dc6dd10c86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "635a1e0a93914c89b4abb46e189a2325", "region_id": "RegionOne"}], "type": "sharev2", "id": "be556387f689432d96e9e4b4804538ee", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4dd0e934442544b8af24a1fea0e0fa33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a3849042d4a34a88acb65a286e51ee02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1c5f14bc3ad64357ba075acef93cb504", "region_id": "RegionOne"}], "type": "share", "id": "314719d64fbe4afaafc41e66202344be", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f1e0d42a5f724ece99a50fa7f1cd20b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c28b52ded4e1475cb1d1d4d0897f593f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c28a92d00cd8404f8538634171d5450b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "48ddfc2ea3c04d849be63628ca8aeac8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f91c8ba3af84839b8ef6714c825e1be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "143d16ac1da3420596de1a8b8e30d3c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a112fed7fa20427e9c728dfee346aaad", "region_id": "RegionOne"}], "type": "orchestration", "id": "260826fcd07c4772adb22ef00c8523cf", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "068de431af494bcb8529a06c586650c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b1610e1d08540dfb334c5307bab575d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7341bc499daf4383bb3ab6aac193ed88", "region_id": "RegionOne"}], "type": "block-storage", "id": "bb3502c4bada4b0fbf08451e5434cb3d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3148365425bb4cc99ea30cc0f8504e52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd522a140b6140aebf7807532a58928c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "851d1f44dd8a4553a245148ac3f64b29", "region_id": "RegionOne"}], "type": "volumev3", "id": "3d4ee7ea4e2648d0a8d96d6f8c89b385", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3c0fd5dd4af4b1c9dc0acc210d8c655", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fac5fe9c0ac4ad98985dde7247c5d37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09938c80d87b4236a857b4ecd6a2e3d2", "region_id": "RegionOne"}], "type": "volumev2", "id": "6c33502d91a04329b34c1031c6267ec8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a628c6d492124533826eb3f8897f4061", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed011214af8d4f0ea692c1e181bf5fa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93b33381de274f37b42e161a1f777288", "region_id": "RegionOne"}], "type": "volume", "id": "79e29416787b477cac0433b86e67a9d1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90eb6623f5154676963d5803d2f247c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16dc62aa772643528f12670439b2b1d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b5fd988a5074986a481df0e665eedec", "region_id": "RegionOne"}], "type": "block-store", "id": "c0acd206c4d042ddad6f4864bb44d3fd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "be88229c00a9484a9e46f07ed8c6ce22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "16579ab5ab56438b91d50422652f74b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "73eeb2bc9ef0411a9b865f7906ef0114", "region_id": "RegionOne"}], "type": "alarm", "id": "0d738dd54f4340cca617e29e3420c210", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "816fd2390b1646b8bda8ceeafd2427ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7c23ae57b2c540489820d163beb7aacb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3e69c9d166d049eb81ece4bbe8bac075", "region_id": "RegionOne"}], "type": "alarming", "id": "14c742767e064451a1d93948a53dc1f6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2da8715045574169b80719cae3aa253e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e37b795af85b468b85a89fe0919c2309", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d45fb01f02104f82ad85699d249a8747", "region_id": "RegionOne"}], "type": "meter", "id": "407611920cb942b4919b1c34d6c5b975", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "41426cd8783f429fbbf9f9f1345a6135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "db1f4e24891a49f387216ee6d43da2e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "545844cb7d594cc9a8aad9ad940a73f2", "region_id": "RegionOne"}], "type": "metering", "id": "3cc46e7f87d748bab2ed823da8c2b86e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "06c19e9e84bc4826bace216e8118e000", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d3ba782266814517ac9e28e64af769e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5fe62bb2cc484425916807ba5d890813", "region_id": "RegionOne"}], "type": "telemetry", "id": "4e28ff2d5b654df8be3ec91d4ae6179b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3ecedbf916f34f7b8e7261dd1201bfa8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5ad996b272b94e28a15de83d86fa5de5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "19b3740aea8a499aa3a0ccf6a04e22bd", "region_id": "RegionOne"}], "type": "event", "id": "abddc76d984d47d0887f4019acf8efc5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1e8439b16d5445f2af7061f61bd32b44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8abe6b9aa4274c92848fb1fab91b7a61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1f176bc181bc44b58f5aede860d5a9fb", "region_id": "RegionOne"}], "type": "events", "id": "d993bb32095d44ad9644362a1168d162", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "700587db7c92423badc99ac8d4270ae9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "61e8ef92dcac4ad7aa396f83d8917aee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bbe127c05f9a48b68a4b5dafc8386eb7", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2d876490fa794d48aae3f381498fc604", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "82e41dec10604ea8a57aa77a0b17e38b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "38ce3023abeb40f8ae44df8a2738eac1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a1571350943c4a31b0a3e1f9f6f760d1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "79bd981c06204f2dac6cf9df85e2b1f7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ad0af71b43de47cf827fdeb054c91ef9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "21c6c8bef24d4ee0b3a3d3269e8cc2c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "29ef9ceb57874cb4a0ec46a95eb3273f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "bdf58c1b8ed941d6a7c86776b78b384c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1781155a71994750a224403b13e89448", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b6af3d5e65ac4d2c8e569a3636956726", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4ef6141896dc45f3a507d442e3adbb02", "region_id": "RegionOne"}], "type": "tricircle", "id": "9063733e63de43fd8e452c68672ccc39", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "975c725d483d4c21b185a818655595ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "007d17b7c3b4483db5c3f50ddad4588c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "38083da3f6e84a3090319becf4ecf28a", "region_id": "RegionOne"}], "type": "database", "id": "9398616b8f824d15aa84ab667e96682d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ea47458b994e4761bc72e3fe38abd7e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "354d584d7c224fbb9936b10fa5498431", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "53778ea7a0274131830b7c69a0ef81ec", "region_id": "RegionOne"}], "type": "application-container", "id": "617b472be9d14e00b3bc8357fcc17c0b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a7cff576e5724336b27e61ea09efca80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9a2b72b93571422ab61dd2f5bb8562e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5635f21650ef4e93b0075aa63b7657bf", "region_id": "RegionOne"}], "type": "container", "id": "7f710ce6435c47e8a426b26f2b72bb6d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3beaa8d3843b466eaad65f0a144ba91d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7e233424f19348f69c7d0ca177fa61f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "80b6543fa15f447ebd4eacdfb6f8313e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a6a45e2ae0824749b66508d4b495ac3d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "af4674e7fbd94700bc57497378b89787", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1f85b1d8b98140c29a036d353897a9e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d51c3ec5798b4442ae94a4bac618df9a", "region_id": "RegionOne"}], "type": "rca", "id": "0e462a3dfa0e4494b3ebd601b5a77803", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "eb09ca00ee5142959df8f3dae800db29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e9a0e3535f0b4f0a8b9685c4d89a2a20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e2d623c92b4e4f30ae98fb193092b942", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c45b4e70ea074fba91656678cf7011c3", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "03c1a8f9dcf84ff79096a736a827df27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "19e35d42226247608d3c8e32b5bfbdeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d3baa0c4808d4a9999248c54dac77c22", "region_id": "RegionOne"}], "type": "network", "id": "f28511bc669443b49a7bb2c2ac1f100a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "8531134e4c664e78b46bfb3d9ce9f242", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "92d1b94a22964f68a0db174cca20a96a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f354415173514c3db1d5c27b927c478d", "region_id": "RegionOne"}], "type": "backup", "id": "1acac811facc429396a913a88073be49", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "217ab56361f8409f843592eb7d648d7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e51a56381ca1451586322febe837456a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "81c9affb6de047ecbc794f93d282117d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ae12c338cc6145f69b23a9ed0ccccfbd", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "529d61f0390346f790566e6ab1723283", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "31bc41ad06e94e9384816364cfec8a6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c6fb200ff9f140dbb07ce93571a8490c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0a5b904ab08546c7a90906e302ebb460", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "daa3078dacf94a5190a7958f0c185772", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5bea4f25e92e401989d50b691fd15035", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "de8a61d5082a4f42b079d56e189fce9f", "region_id": "RegionOne"}], "type": "monitoring", "id": "024b998fb4554a02bffc9a7021bb245b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "18feaa73c2c84635adab924497cbfdcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "af220a6d67f54fc7a0c6c96d7a2de717", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a3e4c3cbe28441cfab224290acda4bbc", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ece17b038e894e12aeef6bcd0dae2f6b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ec4f237783504e9188c54d3319e5da9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2685607126e647be9863b7f57d057e09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8ce27474f16c46f3a7550a93b568092d", "region_id": "RegionOne"}], "type": "placement", "id": "4e0220997f0b42f3849402f1921c7397", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3abb6b2b6db04fde8eed22b58acd2aa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "94bf8913ce354bb2878c00c35c5deba2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f0e5f851010643208928d6e83b2ce828", "region_id": "RegionOne"}], "type": "instance-ha", "id": "3607edd10ba249d2b66e5fbf2f5c7895", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9cd3729589334159be0060d3179389c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e55a5e65ac3a4b8aaaace353e087c406", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c6062f3dbccf4bed966fc832829abce3", "region_id": "RegionOne"}], "type": "ha", "id": "c35ef9b091fa47cfbf6b51ed7d3351bb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9bb64cb02d7c43b0ba6a8a28dbbb7f8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "99c5e37eec2c45928d7227eb374534b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c01a8ef50679490aba15586f8dec8395", "region_id": "RegionOne"}], "type": "reservation", "id": "83153f3a53b64da5bc31efd65a7be207", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ed91cd4117f44460b95207885cfa8d3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3e5fa1411ec244048a645e6b3597ffb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f5311c184f4d40fcaf375148725ad92f", "region_id": "RegionOne"}], "type": "function-engine", "id": "3d65c887b3984f5bad50e9467396eafa", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7182bac6888a4966b5d0016f1eb82feb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "482f4a34a6114e728ebb142070546881", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d0d2c7792f4441b1aa2492d50b825871", "region_id": "RegionOne"}], "type": "accelerator", "id": "3f84b426156d4dbba83aa7f880f62551", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "20ab1736b43c4b4eabc65bb3c40965d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "beac65526ee548a081e2012c9d0aa596", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "68ba0ac57edb4b7c982c1fbae5d2353f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "806fbf8822844d1c8ca65bb180985b8e", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "55efc4766069445c98333327221b0cfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "72a7c94a8957461c89c84b86eb5e82f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5fcfa2bd7ea54cf88a6883ac0e25a6e5", "region_id": "RegionOne"}], "type": "registration", "id": "b73d565bfc114de7a26bdbe40daa2160", "name": "adjutant"}], "user": {"domain": {"id": "2a537e4346bc49519236461dde81fb93", "name": "43d52815f96141649b626b0179bd5913"}, "id": "2036817f7b784364849d3a36881cbe41", "name": "087b17719f48498aa6c5712e4f6ce07f"}, "audit_ids": ["3213101f0e3a4a43b5e02e78ba53da00", null], "issued_at": "2019-09-19T09:04:43.609082"}} 2019-09-19 09:06:43,806 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/routers.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,811 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,813 keystoneauth.session RESP BODY: {"routers": [{"status": "ACTIVE", "description": "", "ha": false, "id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "name": "goofy", "admin_state_up": true, "tenant_id": "861808a93da0484ea1767967c4df8a23", "distributed": false, "flavor_id": null, "routes": [{"nexthop": "172.24.3.99", "destination": "179.24.1.0/24"}], "project_id": "861808a93da0484ea1767967c4df8a23"}]} 2019-09-19 09:06:43,817 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/routers/57076620-dcfb-42ed-8ad6-79ccb4a79ed2.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,821 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,824 keystoneauth.session RESP BODY: {} {2} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_no_user_or_group_specified [0.214748s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,639 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,644 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,647 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,651 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,664 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.576396+00:00", "project": {"domain": {"id": "c3e6f0592ac74b9db15b79c08af00e17", "name": "3ce07fcfb03948698775295285801b86"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "cf08d3f802ab4b3eb517317946f3a11b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "941e6603bd7f4c5b9e2ce79657db0ab0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "19bfb973b74f4107b74605291d653054", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "59114d096a194726bc4d17304f36b2cc", "region_id": "RegionOne"}], "type": "identity", "id": "27bc56f2c86d49ffa819e980295f2c96", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2988259aba7240fc8339bd08ac8da168", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f252100022064ac183d8c085ceaa7438", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e03aebb3a22a494ab2b8cafd9ef205a1", "region_id": "RegionOne"}], "type": "compute", "id": "4ea426f61276403fbc3052af304ddee2", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ac99db5d02cc4866925549947710a737", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "77e693db1dfd46ab97dd421b76812b3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b269e8387d554433b0ac4305f22a5761", "region_id": "RegionOne"}], "type": "image", "id": "a6981e5062be438693006c10c1812b41", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "804425ec4da544df85ff57ae5c9b182a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c3378d307ecd4fb8bb7b9b2613a214ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7dafa3336719458abb83c043060d9483", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7a46c0a29e074178a042c63eae649107", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98e20f27bf6e4422bff3f58b8fd01f89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "854c35fc52a140438f90ce3e93aca011", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cad061d204b34023aa50a614beb8ac02", "region_id": "RegionOne"}], "type": "object-store", "id": "28e18185337a403fb4b368c0a3c4e81d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1b29ec09093f420f8cfadc228d31f7c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "75448b5c95854afd904e858bb9262e96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ee1a782e5ddc4116bff4496ea0fcb149", "region_id": "RegionOne"}], "type": "clustering", "id": "2d7d74992757475288fa888305274b80", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "305df7f7a763482a9c098e6467f27f97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "529f30318e8d459b8cde6c167f28f199", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e820ec9664ed42ffb862a23832224f35", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "5dca00a42e094aeb916e8bb8116e8085", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b77be3e2106f4c20b879301447bb0520", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c3bb30d16ec74bcdb295d72b4403a710", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a8de6bf76d814c288b0ddb8759eac6a4", "region_id": "RegionOne"}], "type": "cluster", "id": "fc5cb80c177145fa904b6ec854e86d93", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c4fdb2357a1043e5a49a6ffbbfa8ccaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ca58acef18e5467bad1e060ac2d68c63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f4a02dcf83e64d1eb55e43e733a4d177", "region_id": "RegionOne"}], "type": "data-processing", "id": "ec1712706f454484bd00a3a79f09f7b5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "79af94069fbb423297c7f99cc937b0a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1cd079cc330a408ead5e6eca5237fff2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "df8e839279eb42c0aa82e68b7e9e7442", "region_id": "RegionOne"}], "type": "baremetal", "id": "135e7612801e40b58b6cf59e3701cd49", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3a4b57e0d9074ba0bb61b056f3922e8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "679e80cbdb5644299cf532fe7d71f62c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "27884770d1b54f6894a9eae6a7e72d3d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4736e10f9ce840f3b406092c634dfc04", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "74e91613a69044759b69f5c39fedd83b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c1e24c3525da48a4a6a25eb6eb5c4826", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5ded3dbe90974d3f9c40596116eab7d7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "fcb79f54f4024a108cd409c4a9ea5c13", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "24bc57432cd148b58c6612fbadddb637", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ce23bf0d26a24c618dd5370cccd520ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "21974ab18f9247cea68b0f89c57ae84f", "region_id": "RegionOne"}], "type": "key-manager", "id": "555db7aa00674ccba95cede2aa17835c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "68e75fa6d3ad477cbe0d3f3b2ca35df5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4fbe480ad8b04287bf35001c07736e4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "488090ab267a48709b1e435cda7da057", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ce7898c6b60f416382fd47eaa20c8811", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "522454db608e4cd8ae926eb0c3f0fd72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3f26708ef239478791fc17361934b865", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c5486f8ddcd94bbca52289296fea8309", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1e6a2e8d176049aa9f26cb2f4c187cf4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1e906e8067be4b59b44cce30daeff7b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "92b76548f8f24da788ce1501de694829", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0fcf19a69b094ece8a277339a00bd7e3", "region_id": "RegionOne"}], "type": "message", "id": "180734aa209e4342a10cae6f179966c7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c4479b2f28744cd9966d7544142cfe7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "894c5f355a1446fb87b1f5f8da13fe4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6aa4836f6e8c432289ab35b781f16cec", "region_id": "RegionOne"}], "type": "messaging", "id": "cac54761930a4701a48e7fb79b49480a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "65cf55f4ae1e4466b4494fc6d4183fcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e1aca751ef3e444fa6439f8b889d762b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1eb62952587c46f8b5c91e0ae63a1814", "region_id": "RegionOne"}], "type": "application-catalog", "id": "093692f30fba4ff49dc4832c5280f958", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "67715d6d87bd4ef9aba6cd25b28aa9e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eb8f99cd4d75404ba0e5482e7dc243a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f8c92b48e9334363a87cd4c7e35a9407", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3f1562b46ed747dbacc76e7407d5076b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "45c1a92cbfd9453da0ecf5f5d40a8307", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f30afe554354de29ff22fd27cc9fc2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2e5128928c7c4ddc9b0b6ba19675e518", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5a30252cb8a1408d8aa40e41671c41f7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "56df92a6b8364b22a369f6b106e45ade", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71ccf23a56f342998087628036139108", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "027d21fb251048ad85da8798ef4ed946", "region_id": "RegionOne"}], "type": "container-infra", "id": "dee59da6adae4618918011c05a1c2b56", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d6b8090dd82f4bcf9cc318354fb7e0fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "385df170e1454015bd88412e4eb82e21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "41c8b6cde08549bca810c8fdefac0c2f", "region_id": "RegionOne"}], "type": "search", "id": "98e43bf679dc4adc92dcbdf1dc2d4a6c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6e7849a421c5461ba016c7e7701ddac6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "02cf96194fb94144a28a38a9b5c8567b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "626612023f30420aa161f40e0eaeb2c5", "region_id": "RegionOne"}], "type": "dns", "id": "8c53c1a1765d4c5c959a6d9091d3d9b9", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4c8d210dfdc24c4c8e8cbd423113d254", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e0fa7dbab1d149a39ee90c75baf421e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d5e4154221e64b9093da087e6fac88ff", "region_id": "RegionOne"}], "type": "workflow", "id": "47895ea6750a4c008f522cc7149def57", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5e4795761f854139ae08907833892952", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "15b911ea9ea44f408ecefb90b1d550c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cf8124d538324afbae5273f820131dd7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2082b63e20124e9ea6971c4c662eadad", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b9f25c3c2a584abe85ee46fdd0ca9398", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b4cd9c730d2b4b818a9cddd7c957f57b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b1bffa83b43c472bb58f65ef460eb673", "region_id": "RegionOne"}], "type": "rating", "id": "4c98a334771448259abf6e5822a22579", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9e65f223f21e4a83949c0eb20607d3fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "47e0c67ac36848efb14aab5f2fcc5302", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ab13044871354f5f8df47464d266fc92", "region_id": "RegionOne"}], "type": "operator-policy", "id": "798aa39e852b4486bf3f2776809c3ee6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "55f640d9bb6845f9bb4434cda3e4f7f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a8839440e98045cd884a5663524e98bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a62ae463457642bbbe16cfe0a1302996", "region_id": "RegionOne"}], "type": "policy", "id": "26a06c18d24c485c816f53cdea92d6df", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dbbe77acbc1145d399f66f619ab41196", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d8a5f534564d4190b19da4e1a294ead9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7e156391d98944978a9f6d04e054bd4c", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "cfdb42ce5f014a51b7278deed79378fb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "11898b8e573a40ce8dcba12fbe101008", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "90968e78908e46c39f0d18017d5d5d4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0a7524a7803b40559d5aa5816e14c867", "region_id": "RegionOne"}], "type": "sharev2", "id": "41ba4c51552f435e9f3a6af36da58601", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3dbbfd0aed6a45d8a7de989380038550", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4645f8320c5246d1ba1fe7f02bbaef6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8a92987cf8bb474fae0074a555910f85", "region_id": "RegionOne"}], "type": "share", "id": "bd00050a78c4425fab69e0fd7a68988b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ffd16155cb6645969042853ec1406272", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c29d1008d3ae4df49a931b1664234ea8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "8836b69824fc4a7280aacf52d0ee46fb", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "bf592fdca1ad479a9455ef6f0e81a273", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb84e95f5045474c82bf6652c1c28496", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10662d7da9534a4e99436688870fb131", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce59fbb626b14c479aa0206efa00537c", "region_id": "RegionOne"}], "type": "orchestration", "id": "cd39d7e7435440d584c25656f3611e1b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a3e42c7ccda456688df6e234dbb9455", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a664100bbd342429d8d09b7a7dd7c7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "130d88f04b7741ae95993e831fad7a30", "region_id": "RegionOne"}], "type": "block-storage", "id": "e3cbd05febe04718b9cab16ffd706c5e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de14a68060404244a372c993f5c23041", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35625cdf283b470dba649497daea0532", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82d1e785be89453abd1d055bbca893a9", "region_id": "RegionOne"}], "type": "volumev3", "id": "19efe68cd56440e0b62f6c27c95ab9a6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ff73f76892449d89b7e2f2323ae4f48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c950232fa4cf45718c90d20e54a691da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a88d26b1cf0f4cc5bc4272d07aa7e6d4", "region_id": "RegionOne"}], "type": "volumev2", "id": "ef03aea59d49433eaf8b203ddd7486ed", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c85a309f3344e63a1e5f22d8b3cfc10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f55918624de4877ab642688dd668a23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b8f3c10e39e45b1a96d5368ddb936d2", "region_id": "RegionOne"}], "type": "volume", "id": "9d5aa28a371e432c91e62630a38f6d69", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "569fbca1193a4264a052c125d87e9b30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f497c89926d4caa8921325e93642d9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d00f31f62ccc4a148e42e1412a69770d", "region_id": "RegionOne"}], "type": "block-store", "id": "17614238cf2f4d8a8348e01b5070c899", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7c8f28853de1444c86e255aea10d9031", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d021afa228cf4c4ba742b568675f526f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "737e962cff9748b5b3806a0c83c1863c", "region_id": "RegionOne"}], "type": "alarm", "id": "4a913f884552435f8e9f4529fa5a3776", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "63397044d28b44849a0977094a1d688e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "399ee8828ead4c08b7847fe82cf46c83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4ea1634f1e834ec99da6f1db2aeb0033", "region_id": "RegionOne"}], "type": "alarming", "id": "8bd45b8f537e412a9b0f93832116c1e9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "27116f9ffb0b43d091d894507ea0cb86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "564afddf41bb4f36a9c9d6111834dad4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "dc51a3c1757b406d8a8457ebad83fdaa", "region_id": "RegionOne"}], "type": "meter", "id": "460da32f32bc48ec84196c6ce5f961ff", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "03c01cf4a29b47479627c3837f12ca3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d4b08a87b0e44d9a90d88705cc4c7cd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6df57815fab94787a33fca016eb8b842", "region_id": "RegionOne"}], "type": "metering", "id": "e0ac5ebf15be472ca242da777eb586f4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ec89286c5afa43aaa87b89d33aca4aee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "52d10abb2fb64746bdcbfcdf4797bf29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "63a36f77861d4c9db703c748360e3748", "region_id": "RegionOne"}], "type": "telemetry", "id": "7129e4878ed24781946d71c17fae6d5a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2899ed7b9cbe478ea76a78311cbf2b35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b3194d9411a44536b3984ddba02645e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "567dda9258104395a4a3a05252a1de42", "region_id": "RegionOne"}], "type": "event", "id": "35181833db8746c48bda8b219615ec9d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "40a1551ca99043c1bc47662cef1d2380", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7922cfc0368b4c50ac99425ce58936c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fcb1be51b1884c2eb3cee0efd19a32ff", "region_id": "RegionOne"}], "type": "events", "id": "5d3c0e4fd0174dea9b75a887d091091b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "73f77e96459a46e683ea4e602da9ff3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1b55c45ede274209910d9362f1a54d99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f32d08dc69de40dfbdb7e4db5f7acbb5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "083db52d69484da1972b4625f882c132", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e55b02871d7c4e03b8e92eb97786ad2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6cdfbcbb7d384f1b8ac115c74e70af56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3f362c4920d84b14acc6c5396ca8f5ea", "region_id": "RegionOne"}], "type": "application_deployment", "id": "25d2fdaf3a054706a449b0fc93d4cab2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "15fa399109884953a590b16aa23b0878", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cb86113f7511435f90518ba28ed49740", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7d475965c33b44d89e1f773735c4969a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c60dad29fc68439587ea7018452024d5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "32c2e6b57a034b5d951b69ea6928a1f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a5c55735c4104ff1999028eeb1cdbe5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cee7d27f3e0646e4abc9a946ecbfcdfa", "region_id": "RegionOne"}], "type": "tricircle", "id": "81b6397ee85d46a8a2dcf72aa51eedac", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2bf10a14d721427891670ae8d28b706c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6eeffd6a52604671a692f7f1ecf89ae2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1f62584de6e24d5aafacf71d61cf5c6f", "region_id": "RegionOne"}], "type": "database", "id": "7fcb39d99b774fb9b71a23b99e3d2c34", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8b59b84a71db4e6ea598e400d1716201", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2c8507c784344f849ca75c29c82c59e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "70932d91e0f74a7b92d4d2aa5fab49ed", "region_id": "RegionOne"}], "type": "application-container", "id": "2978cef129c54d8198f8c4dd63085bf0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4c57aaf7175c412a95f0837f1534b3c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "87a327dcca2f420588ea04e27ea41aca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "65e1cbfe93e14e9ebbee683d8377babc", "region_id": "RegionOne"}], "type": "container", "id": "a0b291a450f34a5da38042133e91be58", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3b67f490183b4cd5bf6fd587af92a989", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e10bf2fbc2664875bec6ee31aeb34de9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "39782bcd240b4df8bdef952d9110347a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ff76f2998d4e4c448163711a9e301a23", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dcba5fd6c88b41dea96fe8ce0dad8d76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "50982f5e2e394e79875c8753a118c2d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c2effb7aa3d046efac0d7e06041639a6", "region_id": "RegionOne"}], "type": "rca", "id": "d7c825c2edf5473c894709f24ed09ddc", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3af27acaf51e4eff83c6cda291bca00f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fea28946810344cca4a589e270cb6c52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b7416c9bc1624222bd87711ebe37e0ba", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "18b29a4c70324312ac71dc018e38fab6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "38a2f75120b84ec2afc363aece59b82f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ffca96d416dc441994153ed8ecc1c25c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7173264a7f3f4671a0dac179df50492b", "region_id": "RegionOne"}], "type": "network", "id": "7446dbba643041beb37cd56b4a2d645f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "453079eb78b747aea1c36c20ecd89fc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ed599d6d486748e4bec56e2afe7467be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "5c7128b907d74d838ceff43fbae85d0c", "region_id": "RegionOne"}], "type": "backup", "id": "c030f6b92efa489cb2ecb839c1789253", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "033a6853347d4591aa412e88bf0659a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "701ecf885d134ab6be8936f9e791ec17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a67ced158fb94ed28fd4f1591cbf2b2d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "053a7eeea9ba4b7ea530a0981b8130ce", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e4c7ac45802a41deb1cd60be18106ab7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bc117ba7a2a44a96901b13791fcfbfd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0faa654743b94394a89f55a0a46ee31e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "138f594a7b8847128b7b07c6a4713133", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "49225ba051284567b670f1a608bd6d5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7a192a3787d64cd7ade7f85716839928", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f56bbf92e0174a73af4045b0ae9bac20", "region_id": "RegionOne"}], "type": "monitoring", "id": "68b95898ac7a45b083386c9408bd4344", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cd94a4a4293849158a3ff2c84460557b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "344ba4235fa14af7a370af1fbd9d85f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "89fcb7f7a42a4390a127344387876f65", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d9a36a13b1f743939b0ae7b44fe5ffd7", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "388cec3d60944fb39bbc7983ecf94baa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "78e19afe1a5f4aa98a7c1da12ceb6ced", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5abde7d64f7f4ac1964752bbdc1e9f57", "region_id": "RegionOne"}], "type": "placement", "id": "8a521f99a1fc4cffa938638840632f3e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e81cdc1052b341f98c6703351da7c78b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bb4c0d14525b410f8d4c0c8c3037e2f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "36e7379565e34d4fbb39d664dffa14e2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a8b7bfb9cfa64f2cbdc46e4a22fabad1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d87c425573a843d58df86d0c15a4a774", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "07906a00b17d431a99e560f5f8f23346", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "100c2849c56f433fa736a7c4730fd8ed", "region_id": "RegionOne"}], "type": "ha", "id": "9d8dcd9ef15941dbb2f662500ec1a63e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "652d9fea587f462da9c11de1062047bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "49eb3b2b6bb340bba02bce00e13bf182", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5cd500bcdaac4ac29795e3c01c1334b3", "region_id": "RegionOne"}], "type": "reservation", "id": "1010af74240649ef81a495fab5c6f656", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1b2e4671582c44899812b8f93530b1b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "46956f11b6a84252a2d6303189abec9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "455df8dfe16245e2b52f0af5c82268e6", "region_id": "RegionOne"}], "type": "function-engine", "id": "09ab980117924a67add87cf8280e8182", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8c3b7504b68d4785beb195c5234db307", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3033467f8bf54706aa05abfd7443abd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c8caa730363a4f54884a91f76289a82f", "region_id": "RegionOne"}], "type": "accelerator", "id": "6ee4fab56f734df1a9dcd3dd9896503b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7ebe97a7a3d04194985070e0c22e8ed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e9e90b7eca734c919bcd8f911a14b2d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "717339b739e64e18a373e46be239458e", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c8092f5326964602aacd8ba021265df8", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "094fbc87028e4f6184bf1c5747dc1dbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8d1847a98e4a42b3bdd1a48bf107b561", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "343c7071ad254921a6558942ee9adbec", "region_id": "RegionOne"}], "type": "registration", "id": "436b1d7976c24fa1a508b9854339478e", "name": "adjutant"}], "user": {"domain": {"id": "546d77b5413b4d2eadd793680da88373", "name": "d1ad04a248604bbebc1aada105c9ad5e"}, "id": "2d14d7f1b94e4572a108d2db133a3c9d", "name": "e38f2b957a9e4312882ad5111c098918"}, "audit_ids": ["25973da94e9244de8a271d331444dd80", null], "issued_at": "2019-09-19T09:04:43.576396"}} 2019-09-19 09:06:43,757 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,762 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,765 keystoneauth.session RESP BODY: {"roles": [{"name": "1ef77809a632490b955e4f485b95383f", "id": "864e6b5cf2af40d5abf58432aeb11f09"}]} {3} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_images_detailed [0.061621s] ... ok {18} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_events [0.064434s] ... ok {19} openstack.tests.unit.compute.v2.test_server.TestServer.test_evacuate_with_options [0.078631s] ... ok {9} openstack.tests.unit.cloud.test_stack.TestStack.test_search_stacks_exception [0.194561s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,697 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,720 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,723 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,726 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,739 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.628539+00:00", "project": {"domain": {"id": "2ee2df478593478cbed7a908c6a51aab", "name": "97d8e0d090e24cac80c0b788f3419aa9"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "05eef60de492497b97e2d8889c3f0bdc"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "68e7dd0a05584184a80613efba60c07f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d5e5c436702747d4a970f13956c24b3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "07396d3c7c874a76835128babc5fe2da", "region_id": "RegionOne"}], "type": "identity", "id": "a68416b5bb7d470b9dbfd14116cee861", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9a9eb06b5b3a465f8ff03041d932d19e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b9f371f76dfb4a168845f6e1e5a1cf3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e6b7576b23aa4f36bbf9905406f97398", "region_id": "RegionOne"}], "type": "compute", "id": "f64b84dd981e4a75afa5ef9185dfea74", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "21772bcd360e46e49804061a953063c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "37c316632e9746c0a86127dc62a38e0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ad361cc3bff24b2ea19b89c4ae81ce54", "region_id": "RegionOne"}], "type": "image", "id": "78c18d4162fe4704b184e7b642902fd1", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2fb178abac554105b91a14227fe4bb1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ae04f1cb57724ebdb92cdfe77c783a3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d84d5a0a25d74bb08c4c0997ceab1b72", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ff82b952c1df4b85b819091822f10137", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24e92054f8c642018a98eb1dcc123b6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd0e4b4bc8cf4f19a0c517e5e518ae9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd3fa0c03bd84f0fa369fe0285b103e1", "region_id": "RegionOne"}], "type": "object-store", "id": "b1f67f709cf94ab8a6f02d7ec7bafd5b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2a6747fbf45c4e84a9a95d0e3098c7ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a3571cbfb2d444df8eeb487910b29ce1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bba67a083dd744678c24c4379c7aace9", "region_id": "RegionOne"}], "type": "clustering", "id": "00cb2a44ce584a96ae74262bdacaa158", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "49bcaf8c87da44ce8b1bc25502cac39c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "35b596c1ab224019a5732050d5f8c0e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "15fc771bad704feb9ec3e38230b594a6", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d97139e067434a43949183507afe01d6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e31cf2c17617429e993a89bd058a6f54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "74a7f5df24ad4a2ea5799d100cd18f0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2481a4b356a840ab8eb4b931d823efbc", "region_id": "RegionOne"}], "type": "cluster", "id": "a0bea8db40e6483b8f601a9668357c81", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7978bb206afa4f169400a399b3797be2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "12d2434e068d42c484690ff6088b3231", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "4fdc06663700441bbadc6f4b9ebfe409", "region_id": "RegionOne"}], "type": "data-processing", "id": "05593b51a4c14636bdd373fe514eab43", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f65a145b1b984a79a3a108c273e6f5a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0578ecb6956543f9afa475e3777fe1a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b36eb2f784d04b0fb815b2c7f06fee32", "region_id": "RegionOne"}], "type": "baremetal", "id": "da47999bf0584cde9061d2afe1936869", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "da70105766a943de92693b1b8387098a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2ef54be6c3074198a0269095e2e41996", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "cea1cd6b839149e6a56b5ecd9adc9c03", "region_id": "RegionOne"}], "type": "bare-metal", "id": "9e0f1d6a2a454742b143762664857759", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "67eb63fff0694b14b0452b9a0b016675", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d5ba6719c1584b81ad5870821c112b60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a64b03588b65482aa3cfbcb69a3d47fe", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9dfe8832d43d4d9ba01def3d5cb6461a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1ddacc5d92394a65ba2ec7010059b484", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3424b9433b144c2381629aa0bf1c43d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7fa83074f2e24d4faea77b57cf632ea8", "region_id": "RegionOne"}], "type": "key-manager", "id": "c3dc0e286b044db2a26675e66b7c92cd", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6ffbb5d6382d4b72ac3cc7c4de2fc9fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1af41723f64d4c63904c8be2605b9e99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3d4e465c342047f2a48ca1e70e6e55d2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1ba0c6c0dceb4fedbc20824170f0fa01", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d03b4ad4239f4a4ea4031a1756bac7ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c67595f5555f4953bf9802ebfc4f9dad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5094ffce9e364f9abeaf093a59e59f2e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "98c7cdffdb7a4581ad1fcdab8e3c19fc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0bba49a3eb0d47c898754a4ce6fc0398", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a1d6ad51823444ad94a73911b4045e1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "479823d81a154a94a09c98455ad524bd", "region_id": "RegionOne"}], "type": "message", "id": "51e9b8f90ccb4a93a371b14b38b0bfb9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "18ab3702c75941439997fdf1bd0df9fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2e9e0eaf41b747c6a7eca955d992863c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5ce541160e06449fada33a9f3c419de8", "region_id": "RegionOne"}], "type": "messaging", "id": "ef353c8d8cd34f79bc565e2a7d819a7d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5fc9ff4d5076402aa51e77134954d3ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "485e159bd6b648aa8dcc680ffcddd393", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "129e1ce3199c4074af3510a54ca53a65", "region_id": "RegionOne"}], "type": "application-catalog", "id": "fef22230a9284243ae5894eed7fd7639", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eae31e3b314d4436a4b7ce4c91f14ea0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f05d9f4168f84401ba168c7dc537596e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f6b52ab97353478090f9be8cefb9a148", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2d05845fe3c24b978b89d7516fc1a607", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "54f068e117c04a6b9424ff1a484d3f6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "48e12a88dba849b4ad0457b2192030be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "627c3cba4f6f452fa16b0e3dae831deb", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4b7e50b55c17442c9913f4e56fc23d00", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "608c52d1d5f542d4846d9a0533d9ba6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "128390cb386e4039a46140b17ae02e6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18f73aa6b37b47008bc5c7554868e3f1", "region_id": "RegionOne"}], "type": "container-infra", "id": "9572685240fe404bab9088977e4bc204", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a0840e28778c4cad8a8fdfcddb69f0c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f6a8817713a74f94a81a1e73bd7a8e9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f65800e22b1441d1ab9c6a34f848be78", "region_id": "RegionOne"}], "type": "search", "id": "740d7f595ce4439280ecd74abdbdba11", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "104f125d6db141e3b2e46f84de21f1c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "917e5a8f9cdf4eab91afb75f2d1cd363", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4f12f3c6e4bc44f6ba3b260e9d56a4fe", "region_id": "RegionOne"}], "type": "dns", "id": "27155b7aa05747598644626875e3b80d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cf29fc4ad4894659a25212944f321c3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d09daae82542458c979a0e762fe055b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "07d0535548364ccc99378418b3eb8ace", "region_id": "RegionOne"}], "type": "workflow", "id": "077a0e0f0b044c1b92b70d5782734864", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ec52fc071cb64a7e845f7b480b19e4db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "98d413e3d8c646ff942f1166038a903d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "dc89fe5fdb114434bb3a69f75c429bbc", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b1f8704f574b4219bb8cb01d1064c066", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "c13d3f44e27e4966bf09c5304053be09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "06fb1af41edd48559ef068616c49f19e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d330195ac0314a119bf5b6289374a45c", "region_id": "RegionOne"}], "type": "rating", "id": "2e0b66882b9b45ad9721784b9e1da458", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "489f4ff3c0d042198ac9239fdf3c9418", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "92ae4812236044879edefcf705ce313c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "53888d9420f04a70a2ab504925d7205b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "161dbe09fb544da18038dc8c1783f5f4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "765ce79fdffc456ca6463adfb3db6ea7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b306871c909c43f18e3efcb41b6497ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6585a77dcab244e390369a09cd2b0c18", "region_id": "RegionOne"}], "type": "policy", "id": "f1750759c8d7438d87a91674ebd408e6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "12fb3088007b423eb8a859254c157f8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "05c16d8ab90c40fb947923b37787f139", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b934a31eb1004f6baf7f22324d66f404", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "bf35c7f426d844249f6c3224ae4abf02", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "30d2529307a94c3cbb3b6ae14abcd23e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a2be8e80164b4fef8e3041b49a10f80d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "33ae78c321bb4cd384c24a1000ef54e5", "region_id": "RegionOne"}], "type": "sharev2", "id": "ac8cf5228de944639e24dac989e8bf90", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "161bb72905ae4d8d94faa23f1d91c8a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "07f7f07fcd7a42b0a53af6aeeda5d57e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fbcb77ff9952461cb9c93c96a94e2dec", "region_id": "RegionOne"}], "type": "share", "id": "354afa058da045ffaacf353e3fcda3ea", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8b53e989df4a4a0da4414b42577af889", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ce72f2bfc3b94eafa46352ca3598bf05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ec0e1a16ccab41eab08e9201e28b9019", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "24f21127ea804aed82cc8ce733c69aff", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1f4756f3fe04285913e60b2a9e77a9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ea5793359974df1b453e228d5455e8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3db21cff495f4f98a062f34addc10b5b", "region_id": "RegionOne"}], "type": "orchestration", "id": "04388afe273f4a11b88f3c30357238b6", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3e56f99a46b4780ba4905fa118c4d98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "887f9d1150d54b9b8db8099b3fa6a9b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ce86634fb114414a1d3239ab87c71fa", "region_id": "RegionOne"}], "type": "block-storage", "id": "e2f2379824c84d91837c2c75380fe3d2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f80d18fd18d248e5a7311cf681625742", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "020deb590d5144ea9749148ed02a9870", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d005c35595d846a0b0f841ea867d28b8", "region_id": "RegionOne"}], "type": "volumev3", "id": "ba8346f758e44cec87f7610099e38d3a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61f5a5e75b5449dba86b86021a1115c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7861cfbeda6426bb8935987e784899e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b634549698b4a159311e169394a2a25", "region_id": "RegionOne"}], "type": "volumev2", "id": "1f459d5b75144326a6996f274ce01266", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7431674e54645ee9cea577c0e1b427d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "744e9c32b9034925aa86b1c68635ee46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a85854b6b0604de3b1449932d844d928", "region_id": "RegionOne"}], "type": "volume", "id": "72259d8157b841d5967dbca1dd883595", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e6f3bd215964d5ea756607d4047acdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c43b0f6257c64877988bf1c766276a97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c321bbd75ceb4577851ef738c16f895d", "region_id": "RegionOne"}], "type": "block-store", "id": "1a79f43c1a484420bf5fdc6fe7e32fad", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f62a988fbbd04da495776c988d4d11b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "12192453059a42328a36d0ae98f1a1ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "feb48d0f954040aba302973abd25ab2f", "region_id": "RegionOne"}], "type": "alarm", "id": "74c7a161cef14ed49145148a554e332f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dbd86dbbf00e44b7a77abe81704b484c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dfb08c0708f149fb966f30b4f58592c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0706fbd472314bb9bd4e0dc0e17df813", "region_id": "RegionOne"}], "type": "alarming", "id": "2e6d7de90c3e45ada53fc94d54e51882", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d7c84ba8b8fa4ee8ab0a6597ef908cf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "409c56ee78ff4c5493cc3ef5c9f84a3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "01524d18ab174a6288021184fa4cec27", "region_id": "RegionOne"}], "type": "meter", "id": "ce72bf7d6ddd4524b7af1b17e3500e9a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bf40214133e3421eb7a648c4c9e08898", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3695909c0a4b480382895e8dce348fac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "54bebbbf98984e65aaa4a042799677f2", "region_id": "RegionOne"}], "type": "metering", "id": "9c202d2711da484a97037277cbb3ec6e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "445ad8853c584f5aa43aa0f0341195ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b833018b78864fdf89f3061008fe5d26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3ff46a152d35455f9a6b94e80401c6de", "region_id": "RegionOne"}], "type": "telemetry", "id": "a88a997e01024f82b0514d0141e24293", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cf6f1b2b843a45e4a6f032a253f11af9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d93a1aee117f45eb84b1a6415f8a60d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6df4425a19fa442b8f4a8c72727f9ca1", "region_id": "RegionOne"}], "type": "event", "id": "d50fc90f96414d488e12b1fc6c792cfd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7e693dba00f644d7b2b69da390bc461a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cb5dcae4540d4cf2a0aa7896712708dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "40a1a2306e534daca01e5b2f9694c93d", "region_id": "RegionOne"}], "type": "events", "id": "19f943a0f8674b73b6bd57123cbff59d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f879f349631f4d218517fc88599c86f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "eabf470050694645a2f371869a698b51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "40d87a92d0e94075840b36e2e160414e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "eb2c13a44b6c4a5485a8965c318eca09", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c7431b63f6a6484f91dd0bdcec110899", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2c34ff65f278473a9fbe12700a1d8ce0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "79df554d360e4ec6979d8949df107351", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f0f335380ea2447da5229d1029db164e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9cb51677104444048ef3241eee8a18bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6334fa3eec7e4dbe8a535bfd944cc6de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2c4fc3d2378f4694887d5430d0801283", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3fde8b83026a4e27b7ddf0da57f1131f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9029bdc38c47479f8ef4c17d222e7e99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3d36bc6d131a4440a4169bc793c9c899", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0d78fd76359d4b9792b34cb24726f308", "region_id": "RegionOne"}], "type": "tricircle", "id": "7ec218c758ca4bc2bf7486f5614252dd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "85a48f4ef125443aac96667b2da5390a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "617edcf8fa8046fb932b80160279a89c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1ae8218a4a634b79863f928e7080bc68", "region_id": "RegionOne"}], "type": "database", "id": "b2ca074d93454f2fa290c830231fb46c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5ac2429404af468785325ebd49a49d5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "920c5c6ba02d4b1eaa6e5d13a8efaa6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9addc826db4f4812a72328b6704cd7d3", "region_id": "RegionOne"}], "type": "application-container", "id": "be9f49fe92b5410d96d8c4e6afbed14f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7772ffd578c5459ba11f18693480dbd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0f80b905e2eb43d9973576e3b5e0be3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "db4d5ab33af9422498b2ddd36508cd47", "region_id": "RegionOne"}], "type": "container", "id": "e3ef4fc3005b4294945291d112cb9922", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "82737a18f78c45a2a535ab320db59888", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cc1fe2b16ec44f7f97d336f56fb03d4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "aabc05cb420e4281aafb6548995896b2", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b7a5043b8a494e44b2199e6cd38c7e84", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "44c880aed3214d91ad3e04d20cf41c69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7edca6070f9543718f6fab48af8a724f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ce5ee66c82a6407eb22bc20ca4d25e9a", "region_id": "RegionOne"}], "type": "rca", "id": "f29bce0a7f8847e183910e544e412015", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f3a6b80c9f6d40ff81a51809d06c8067", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b1f71ae23fdd4ebd8cd77e84107323a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e79acda3519d4f02aa7cf54a5371ecfc", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2dc5a7b9835c408e8653228c0ab3ef82", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "12b70cb24dab4fe8b4dbb9f581c2180a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b365070cc74f4dee8540e8f4bef3a4a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "acfd88f69c3340bbab50e3e034fa029c", "region_id": "RegionOne"}], "type": "network", "id": "2c955f2601fe4225808bde1d286f1d92", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6abfbe4a40d1417c9889b6c6ec9b48f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "5f2f7a2c3d6c476b8f56667bd32149b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "18b243ec584647f29457143843a5ddcc", "region_id": "RegionOne"}], "type": "backup", "id": "7ca70039524b4c689eec6a5323e6e5f1", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b77a096e20a64906a8689b5c3b0b56df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bb426ad9b1f5433092a5000690010210", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "32586b913e974da6b5abc16e135269ce", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ef7d23a598c14c369e3fe1ac39b90b52", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "25d066d57d434f75a344b25b1d718772", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c4f3431f7f754d22919d651e5d7b678c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "27f2e93151304a3b8e079e6b29254c92", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "16dbd6ee25b8443f879b09fdd54c5b2d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5daf6123db66423481480f00f17af839", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b791df808bd349b98b0bec029b1da850", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5604e7f6774e415986913bbd25974209", "region_id": "RegionOne"}], "type": "monitoring", "id": "832734abad0a4f73b56f021773044468", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "12c16b33f64043b6b9b6e5974d4804ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "09be8a55ef7f4ff5a2b08ce0e126b83e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "3d09db6f04dc43db8b6b6de0c65d003f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8d1a98f1a11d41088fcf92c49e88d222", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8edc55a2cfdb43b680e2315ea7824ec9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f17ff233460047d192ba8693f0390022", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "3eb1286dd7e547bab0dd41933f96f6d9", "region_id": "RegionOne"}], "type": "placement", "id": "d7bd5da8ec69496cad0b5d9700e11ae6", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "126e1fd5333343d0869f969a993e9599", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fcda7bb7a59742239c6771221794622a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3c492c42a4064388aafc33bce9661158", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e85cd203fea14482bcd1808845459479", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2ca3e5196705421eb3cb2ca5a8ee3198", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "adff3f1aeb474425bcacf09e408ce623", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2d9d7e7065534c66a7e8ec022b59ed4f", "region_id": "RegionOne"}], "type": "ha", "id": "7887946686844dd2904bff151014991a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3fb8a31342d9414ba5605a8a52825fa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fb27773aad12477eb8666eab690553b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "392799ea2cff44639af65db8afb5a54c", "region_id": "RegionOne"}], "type": "reservation", "id": "bede57e5aafc4aa79755ae09da6bd102", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0efdae2395844a2fb428ad3a0e8ce456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f0e8a7b5242b4cbfb97e0a8b8e714cea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "fb89ad6c2dea4ade9d1d2d53dd0b6331", "region_id": "RegionOne"}], "type": "function-engine", "id": "7f1c15af9ea346df85f0db01808a487d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d3bc62e0c7254435a88c8bf1ee150be0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "19443803179b452e9612759b0643237a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "efe72e6521be4e17a07a8bdc858a1a9d", "region_id": "RegionOne"}], "type": "accelerator", "id": "ae7775e1265849a188722e68b76f1205", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "55b2862b43bd4a35abc0516cfb80827c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fe6c50188fe64099a39e6dbb1e2dd987", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "59648c9b2ff4482d89db964b203dc2c8", "region_id": "RegionOne"}], "type": "admin-logic", "id": "fad651cb21304338bd14318093a4c54d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "79b687a881504fbb991bd71866646c9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6de4091a890d41faa97b58749b9dbee5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4e6d3797b77043978ed25e0d85d60bab", "region_id": "RegionOne"}], "type": "registration", "id": "a46a084b18094056bec02fbd6b9bd617", "name": "adjutant"}], "user": {"domain": {"id": "0806d6aaae364ae4b8121f7a40aab5e5", "name": "4eb63b0eacb443659565f292928229e2"}, "id": "2ab5e706efcc450eb604c51c78eb1e63", "name": "71cde463f4824c0c883b36bfdc31f512"}, "audit_ids": ["8abefb1d794448678f3b47872a8869e8", null], "issued_at": "2019-09-19T09:04:43.628539"}} 2019-09-19 09:06:43,810 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,816 keystoneauth.session RESP: [404] content-type: application/json {20} openstack.tests.unit.cloud.test_rebuild_server.TestRebuildServer.test_rebuild_server_with_admin_pass_no_wait [0.338262s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,658 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,663 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,666 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,670 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,683 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.599419+00:00", "project": {"domain": {"id": "2ea3478acbec4625b3c14b38fb8232c4", "name": "af34e8ae0ded416ab5c21b313604595a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0af8a9f6285045afa091b609142c5e04"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d4ebfb6b8d9b4261907c172e437d29bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4f258ba0f92046228b0f7e8d813e1e10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4b8e5338c4e54f6392f47918916a0854", "region_id": "RegionOne"}], "type": "identity", "id": "be37bb4f4fa54ad6b9adb8bbeb626a9f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b071131c713e48edb21b220b938e701e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0b462d7492fc46d8972f41f48558b469", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e18826240c594f50aff298a92079795a", "region_id": "RegionOne"}], "type": "compute", "id": "f1d9422751144d71935556ae8df2d27f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e9790706eae1493dac9f14cc607769ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5982969816dd43618aada8930d3e9fab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6c3baca573bf4fb9bd84f5812d547982", "region_id": "RegionOne"}], "type": "image", "id": "9fbdbbafc64f450ab32310987964743c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "04e8cce6766447598cfa86669ed6de69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e0907305bcc2419fb9a2dd15636088d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "544c6a8482324c68acf80a32008e6359", "region_id": "RegionOne"}], "type": "load-balancer", "id": "58ace5da72a9465fa2a7ec9207c64990", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3400bcdf5414dfc87059099e68ba2ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "274bab0c03af43bb96af389c318441e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9637f0eef5b14dbf8e80e0b41c2abe8b", "region_id": "RegionOne"}], "type": "object-store", "id": "8a2aabe59dea4b449c8097f94ad5329f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "16d9c46f9001453daa4ab01de21fc04c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3b08930d460946509f422affa6f6a143", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ac42db62859d4c21af7156b66cdf0778", "region_id": "RegionOne"}], "type": "clustering", "id": "eea1c25f5bc441da84f426d589d28e33", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c0b2f09c9e3c40fab57b577bfbbd26fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4bfb930c757946789ad82d1d550494ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c6104b9de1e54b9b8e80d32cd5facaff", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f65a2b427523495f8de9ca77afb8a87b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "54283fc0d51a49c59872f7862c38f80f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "26853c7140e64b23b5317623817b4673", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "39953a971203439485e69d05cb564c35", "region_id": "RegionOne"}], "type": "cluster", "id": "d78edbcc632f446a86f0dc28bc5c51f8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2c38592ed6c242a994370eec55eb01cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8caccc3747c0460d806fb4e4500abc57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c110ee8e917d41e4b6ec23f0e73432f1", "region_id": "RegionOne"}], "type": "data-processing", "id": "a762766a76a6418b9544eea2bdd19438", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "16036a2d8de7430380e56a9547477eb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8cf13192d7424f2294845f4a3fab68ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7e11552b0d234f52ba573a297bc35736", "region_id": "RegionOne"}], "type": "baremetal", "id": "e64eca71ec6846f987ba4ac031532fac", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0d106770882d43a594fd806daf16c0d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9f7e46b091e04eb5ac398f2e1f2e600f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "76c21b8b22ee4f528247c001ae11488d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "efe636f724074ab18bafb6c3c9751028", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "91500da505b84892acba021fc0d4134f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "afa58615befb49a5b7ec527c16a0bf24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c848a1895fcf4953aae56d0154379be5", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9957677079324677bd17fa6384867306", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2725b0b1653e4ba38b6ddc477e56a72b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "556e6856d69844d9865ff47f6985bbb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0603ea08a33f4943a017598171a3cf0a", "region_id": "RegionOne"}], "type": "key-manager", "id": "af428f638abe4c62889a1850e5fff07d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0a6a0f36df0245b3bfe106c807918324", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c1b4037ded824ab4a253b9e73491f365", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1b2029ff7b9c427780525a5863d62e7b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2969d10a69564db29f4e613218fe8614", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "af7caa2c30914026b4d38d231ea16c3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "687b9c3f215a43d488bc795db3c36538", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "adfe8d6f332f4b39901a48b411f4259f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6d8bd9451372483f983073a394736e96", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5c57bf7b60e84b519c6cebd9cf02d416", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8cc1891504184c72ba20a7e1decb82a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "31273194fb2e48bd8004e2086383def0", "region_id": "RegionOne"}], "type": "message", "id": "2600ad383146465eb269997242f2cd0e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "437f49f24c6e41129d19f57ba6130ffe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "940132ca0a4f4d899fed8c0ae36b41ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f9727b03e76c44839e7ea5859f66946d", "region_id": "RegionOne"}], "type": "messaging", "id": "0712795abcdd44a0a766a9dbe2f9ad08", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6b9748087faa430fb4ce04f720f65cff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "035bf18fba3d4ca2bf67165cd470b861", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "cdf30f9f814d4a5ab73aa358269545fa", "region_id": "RegionOne"}], "type": "application-catalog", "id": "46b533528dfe4d788ccb5a21f745d806", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7a952f598a4e4f06a5569e76842c8fc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "37477d3d660b40feb2ddb4db35079d71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dc791af0b9b244e7aca29633b960041f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "79125a4c356445d294407006506be7bd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "528e020c417641ad97a17f02ec7ef3fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca8f5fe97a9a48bb94c2fc5027539fc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0bf4b788312845f785235a2e1b7e1ca9", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4ae10782259548cf9a6ec3c0b1c61527", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d0f86fe9dcad40d49c2dd412a5336c21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f32261dd67b54339a183f83217edc8e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e8de41702b064f94bf33646ec6196e6d", "region_id": "RegionOne"}], "type": "container-infra", "id": "f5d0932168b64e219e05036eec798db8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "04448b809a0246ab9ba5786682bc0655", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "abea64fa72b146c7b13e06063bdc9f70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c0edda7a7211485da749a89077373c36", "region_id": "RegionOne"}], "type": "search", "id": "2ed195939b24485a9346a4e9e5ce6415", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "20fd1812f7094a5e8f8d53702b40fe58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3147001c179840d0856fac6bbef1eeaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "639a149b26084dc29b4e73fecc292057", "region_id": "RegionOne"}], "type": "dns", "id": "a66407fd54f54d2dbc782acd1a059b12", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d88e406f03b94824ab586737afad5430", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c87a5929da98449a88b66692804a0fc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "00adab15bf1d446eae5127b46310a855", "region_id": "RegionOne"}], "type": "workflow", "id": "e8c29794cc8f468ea5d717636836bacc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ad995b286a3849e5a9b8773a170c512a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "44831404e1ce40599c5777ddd7499c94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a8e7e4c081c94f16b5c64097ff405e76", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9a21158533e945bcb6bd14f080897eb5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "21cb5ccf7cb948b0b5c5fd1cce3261ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9946d541351540f0a1ff9193e15c3b37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "87986cebfbbc491494c6623a162e4e98", "region_id": "RegionOne"}], "type": "rating", "id": "db691f236f8b4ceb98a2eb4cbe0bb4b5", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "74f234640c814fa694424203d0a439ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f66a45fa5b974f4b97a5f226631ef35d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "dc62fb478d3e4377b4d2debca8826bf8", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a03a658c23a54d7db2fc1afc523715d0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "51488a906de74cd0aafab67f2cd1d088", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bced99d2e61e4aebb19962422c6463a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "dd5f5f2a01a9454da2819afea61a4080", "region_id": "RegionOne"}], "type": "policy", "id": "92dde923410c425796eb06ed8eadec65", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7067814dc0924a1daf27800e223674c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "61e143d8d99a4b95a16187a4ad8b8b70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "91cda6a1f0974072901ea0ae115d137a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "da77999db38a4fc69d83fc5f26ec2184", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "15549f6482744561b47ca3e3ac94fabe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "93e371ec8a5d4cd2a49db7f9a870f840", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bbe9a14133c742edbc7125f705dfc6e1", "region_id": "RegionOne"}], "type": "sharev2", "id": "92d07367362449d1a022edd6ec24724a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "89bc832897bf4bd6ae66b0c971192417", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "42920824976b464e8c4c97d593e645c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f0a9b81ae69946b8826c22fab27775cd", "region_id": "RegionOne"}], "type": "share", "id": "51c71243ff2548ab828dc7720a3b0cec", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "cffd0e0e680346a3a00cba4a597d2d8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "80a7b3f8f2b343de9f50bedb2645d11b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e5535a0d96e246859ebf797b13988cf8", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1b4e34f314a242e8beba677f7f2f7856", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7cfcc4c972d47dca54407b2427a1f8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fc592cbd58247ab83f5c3543ec88aa8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ee42f05b5e641db87a227aa2c94cb63", "region_id": "RegionOne"}], "type": "orchestration", "id": "95aca2f5893544febde32fc5d83f2e04", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa003f56adf041a1b1db73ddfba78a77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "995e11a08a3e465d94eb6267bcffeacf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45c7f06ef4774a828c61f217be17ccf6", "region_id": "RegionOne"}], "type": "block-storage", "id": "c522b3096f574dfba950733ed1325df0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "062ae516c5974a3b82c91fb0197fd1c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "458065b7e5d548c083cf46473c9887d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "810f1afea351447986a5ed75e364709a", "region_id": "RegionOne"}], "type": "volumev3", "id": "5f6ede8a5caa461f96143085fbdbafb4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8025fe3390724d81aa4fb00c6a0619ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "235b53a7253345d08556403688701cf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49ff15f12b9243008b6eb674f206e884", "region_id": "RegionOne"}], "type": "volumev2", "id": "a116751430834996afc819f7f72f5b67", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1e43d14be584ec085fd88a35c007d7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "099160be5d454ae49b799bd37eb1bc21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ed062eb78d34866b29d20353b04ea74", "region_id": "RegionOne"}], "type": "volume", "id": "07e96e38ccf54b36bf888deb26e2dd5a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee15dda37ed14bc28a45bb8e5580b7cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "072047134ca74e868479f0abfd79e894", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e4812c22cf6465fbff93956952c06bd", "region_id": "RegionOne"}], "type": "block-store", "id": "1306f46735504988a4226707522c5049", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e13ec0b123c447f99d36bc4e3be99059", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3fcb52d22d7a4d52bf83ba07620cf3b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "883037d03e1f4d318748776ffe0f3bbb", "region_id": "RegionOne"}], "type": "alarm", "id": "4c00148e6e674afe980c32bce32c37b5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fccc158c920140a1b2e87d639230e9d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c9b8b7e475564a73a261208b7c43cfa1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a963a35b2d7642be8de64a3fa76b2126", "region_id": "RegionOne"}], "type": "alarming", "id": "dfeb5f77ab244ae293ce087b83218256", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3a25002a40a64a8f855727a35c501535", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f8345fbbbffc4f808640924c85050c40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a025f87cf781447f91effa95300eb96b", "region_id": "RegionOne"}], "type": "meter", "id": "f81661b65a754bf982e74600da017bbd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "674436eb76414727bb4a38a4be398de2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "db7d3a531895468facfd0c5f966b0f02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "31a88b6d9d734097b69187665f0344ee", "region_id": "RegionOne"}], "type": "metering", "id": "56d22ad94e5b4d95a19c8469cd249e7b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7ec4d5f847fd4abd8354629836346ce9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "40eeadc81eaf4d19b5dd8734ba141259", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "300c847b3ca2443abc18ee55c7ecf37a", "region_id": "RegionOne"}], "type": "telemetry", "id": "d6266fcadd6a491181c123f98953167e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c6969a8d5c454be3966562c45ca7eb93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9902f13d92e64a4ea6e8c1c77094d42f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d4a40750e1f14ae793bacb264cefab08", "region_id": "RegionOne"}], "type": "event", "id": "db22cbe1e048435999c0301de28338bd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1f378c50b6ed489d8fffdee43298af63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "21732219c3c64bd89a333546dd559487", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9f7a74f31012435b856125e883a51a35", "region_id": "RegionOne"}], "type": "events", "id": "ae26831c193a412e9af4757748d87081", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dc159f4775c442b4b62ef4345d961d01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b712fe3f8d6248cb9242e46ffc799c56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "603257287d004c26be0ec15803adc612", "region_id": "RegionOne"}], "type": "application-deployment", "id": "875a16ff2d18469aac31e36e6be792e6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "49e66c176dc1409a9816b401d6f6a3e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4a623a81de614de0b8a3d69b668324dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "52e0b9ced18244339b46ff165b390ca2", "region_id": "RegionOne"}], "type": "application_deployment", "id": "73ab6b3a766e462896a9b21db68a0bfd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c6962f9778ea449092ac43651ac2084d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "19d075a45daf404ca885dfc8c8a94c4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "80bcbf298f634ec89c7430dd67ff6928", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "fc1662bf06f04d32888b8c6c3d9b6194", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "76f0e4726f2144f4a44f94a2c5382649", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "eafaa5c020b944768b941403410bc78d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "36d306bddf66422c90d728a9648bef4a", "region_id": "RegionOne"}], "type": "tricircle", "id": "4cb9f5ea37e84d2ea08369f21004315b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9bd882bb292048e8b869d5db41269c4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "395d77df47054d2bad5ce81f32dfe843", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "8ddaa613c05f45d699ce7a0f997d51e9", "region_id": "RegionOne"}], "type": "database", "id": "1799af50be684900a9c011f5288a2403", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f25777f1ca8b465d91435017a6439a50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6548a77ec10844ac9df8210b32f0ca98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "74ae98f3c1cd4b919451b7826e40b4d4", "region_id": "RegionOne"}], "type": "application-container", "id": "ead70bb1ad994fb6bf54554d5e05feb9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2af3975f912c4110a68ad38c44e9e5aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7d81872886434f239cb70a9f76ae0f2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fdd5326cd5d3446787cbf275d15055b8", "region_id": "RegionOne"}], "type": "container", "id": "240542d063d34f0d90eb537f887cc505", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3f7ec1aaa5b44ebb9b8f5f99d026db9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e3d5568b93ce48ef922b6da355ec532a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8d1937bf2e414b68a69f33906044ba79", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9963a405882249e6b20fdbdf0ae55e56", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "eae7848a4bde433fbe9bec62f8c17a24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ee0d917413934a43aacf16a7999b6c7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6cb553596f2f48a8bfbc08fe33e206ce", "region_id": "RegionOne"}], "type": "rca", "id": "b356923e9004472fa83d1692f471aa1d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0f2a3c66669546aeaf4d2a3bf80e01cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "43d20d4b1a8748e2964292a185877b7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "91bfd55cdf434169abf47a14b517dcc1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "916037fa0ab84fc7bdc0bb65f1a9cf27", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6414273e11554bdc96f95067f7d51277", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "dfa57d50db0c4c56903f71202d0d53a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "112659b9b9454615aa8840d11c98c30b", "region_id": "RegionOne"}], "type": "network", "id": "07a4043f7d30419ba737702d455b7c39", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "edabd89f2e124babbc7d0fd981f655a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "669d76669b3c48b5bd58e6539313a134", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e7ad5df7680e435982dd9df4b80a5c84", "region_id": "RegionOne"}], "type": "backup", "id": "668e646c0dff49378b0771a3da3c5c2b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5978ed4f70564b7dbe8006981b6f19c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "63a85d359cbf42b68704745f2b2b99b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "60532e4d96cc43c1818f0d8660e58369", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "06ba05076d7d4165a2c4267162de8d4d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "69ac40e915924127bc1784ff427c7320", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4ec7294c44b94c70813f4c283eb66cc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8437d197a3de47e294491ee021fe4bc0", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "981925d500574c6381f677cc7318557f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "87f727fec09d46f1aac43270d95031cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5dd0bdd16468459ab9a014fc2236b82a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "424fd6c3537c479e9c14c81f08f40f13", "region_id": "RegionOne"}], "type": "monitoring", "id": "f0d8007e3ce2467eb1cec4339738b858", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ed99f65563bd45e8a2326517c5013ae7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "28ab62a357bd4b2aa579bbb863a55e7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "574362eeeea644e6ac385534ca261f7b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c427505b6671497a84e7025adb07ef4e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d76a8fe26d2e4b79a213788b91510bcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "959332e800b54ed383601cf2db6d92e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "059166d787274008968a7bd8edc8279a", "region_id": "RegionOne"}], "type": "placement", "id": "564c5d921b0b4dec880dded4c6c1df2c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2321e7f178d4425488f435a50a21bb7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1fccaad1255448c4bc55548ee0b34077", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c5328da53cd64b779c084e314ffd8de0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "cd21b6a027b342efafec458af0165291", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c0a98687ade64b7083cb2ad963579891", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ef212b202c4a4bcf838f5bd5ea95dc5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "de626bd47be6404abc4e5584169f6d4a", "region_id": "RegionOne"}], "type": "ha", "id": "57cb123c17ba4dc1ab8d8d62b15aa664", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "548b813608ee40218fdcb43bca4565d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ce427608e32c479287815435fd862871", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d260e0c551f54b9890eae39238becb87", "region_id": "RegionOne"}], "type": "reservation", "id": "bbeacc682acb42a8a322764621e321d5", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6e54fde7b1b649fcbe2a5d5d1a91c564", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f2930dbd79bd4c51ba4895cd83ec5133", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "56e3d7c73e794d78a51ba041092ae1c5", "region_id": "RegionOne"}], "type": "function-engine", "id": "b7695de2edda4881bd995ba4140bb8db", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f921ce8650f54dd7b9e228dd3c417c4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f405d9617e6b4a629f3495279223e0c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "936ddaa32f1f4d988d13907dfd25d54d", "region_id": "RegionOne"}], "type": "accelerator", "id": "b9a00d4f7a854cc0af203fbeb252d5e1", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ba0fdeb4c1a84f68b6be20cdfaddbea9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9e6c4418ecb849f6ab5496067a193593", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0c85bf73e108403082bb6bd5704311af", "region_id": "RegionOne"}], "type": "admin-logic", "id": "46bf7b61c426449ca1abfff17f34f6c8", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3aca3978af664790bd51d8abd00c6047", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8a5eea817ebd44e1be984e9ecc37b5e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b376084327c84535ac7f208b5e4f0bd2", "region_id": "RegionOne"}], "type": "registration", "id": "c23e76646d6745459f3f2d935c0467ea", "name": "adjutant"}], "user": {"domain": {"id": "2f0f8d6bf993456ea3fb55aceb25208c", "name": "f207ed1adc2247f4870a471ce8d57f16"}, "id": "e0eb93ffc3ab417ba570bece18f98072", "name": "75bc8816c02c4e2aa934f7bedf29711a"}, "audit_ids": ["259a0cefda5e47c4b5c8b2534faba643", null], "issued_at": "2019-09-19T09:04:43.599419"}} 2019-09-19 09:06:43,796 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/77b55df5-64e2-4a3c-9bea-b9c337427130/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"rebuild": {"imageRef": "a", "adminPass": "password-3"}}' 2019-09-19 09:06:43,801 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,804 keystoneauth.session RESP BODY: {"server": {"status": "REBUILD", "updated": "2017-03-23T23:57:39Z", "OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "key_name": null, "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "77b55df5-64e2-4a3c-9bea-b9c337427130", "security_groups": [{"name": "default"}], "OS-SRV-USG:terminated_at": null, "user_id": "9c119f4beaaa438792ce89387362b3ad", "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "adminPass": "password-3", "OS-DCF:diskConfig": "MANUAL", "os-extended-volumes:volumes_attached": [], "accessIPv4": "", "accessIPv6": "", "config_drive": "True", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}}} 2019-09-19 09:06:43,920 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,926 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,930 keystoneauth.session RESP BODY: {"networks": []} {18} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_nodes [0.060128s] ... ok {1} openstack.tests.unit.cloud.test_stack.TestStack.test_create_stack_wait [0.264145s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,803 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,809 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,812 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,816 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,830 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.738113+00:00", "project": {"domain": {"id": "65c057e34d034c98b2c5f6df526b2bbb", "name": "8d344254532c43bc99f5e14cafc713cd"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "74d3c697ec5245ff89300fce57ec8442"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f404a1559828457fb82c3738e1c6b991", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "319ccfb35b74483cbc87d94717103644", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "41805aede7e3406fa37db4ada0fc988f", "region_id": "RegionOne"}], "type": "identity", "id": "0eaca5069cdf4fc9966e1e7cbe9c284e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7b99de728a5a486783a9f149cec82ea2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3ad668da89934b879b539cfb1f89ccf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6cb6d9a9168346ee8c396add1bdfc29a", "region_id": "RegionOne"}], "type": "compute", "id": "2e6efacc9d234ec7a058987cc4f797d2", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "506de52d5159485ead048d332026fe7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "fdbe157f3675410e8d691c90957931f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "7208c10e112e46c7a0be30392cb5c013", "region_id": "RegionOne"}], "type": "image", "id": "ae253d44b97c4b22a21ee77f56be377d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5c9eb1787c7e4f5dbe9c2ee9721714b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "df783647b569425e8a5e5d127739b030", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5e95565cbf4245e8a7f8713acf4fe71a", "region_id": "RegionOne"}], "type": "load-balancer", "id": "828debdb7fee4c16839d1aea4fba01ce", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ab5e1a2bde14148bbc72bc43ebdb459", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23c6559fd33a4b89b8ce2776396af915", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31bb8e1b94724c0bab93c1e144b86ef0", "region_id": "RegionOne"}], "type": "object-store", "id": "1737d34a9b1249718ef3e47a3ab50300", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "029d365bbb7f400b803937e30469f795", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "73f6a22bcdb94cda9448554e41163fde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "50811eec2b1f463fa495a2c5341c11d9", "region_id": "RegionOne"}], "type": "clustering", "id": "98531755cb4e487e9f43ca0fe8e70849", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5988e88603f54c18b1113b4162bf21e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3e1edb6a0354434bacc8f4148eadae96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9ec85c304aed409cbaf804d4391dca7c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ab35d966428045c1b1b63c6bb763546b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ab2512ebdfd143bbae22de3d6c22b270", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5f040d28f93e46b6b84aa879efb33bb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "325ec1f24c9f4f31b2bf0548602b7cf1", "region_id": "RegionOne"}], "type": "cluster", "id": "86b27068b2124793ad626735e4649fc0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9c368fdc979f4a8480911295ac7e67d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b79d4af30cc5497088b2b825f827dd30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8343cdd194db41aeb54e9cc38671cbb9", "region_id": "RegionOne"}], "type": "data-processing", "id": "102016c7d5a7401bb2e0c0cc386cdfa5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "62064cec858d43a883e51d6dcc3c82f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f83f1bd4a1414a51b98e81c3dd247b0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "42be10732aa244aaa5db13b8d579cb14", "region_id": "RegionOne"}], "type": "baremetal", "id": "932a9b90d96e43cdb22e4845569e4d0e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "786d260a47e9402ba781520ba8e66228", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6bd180e23d214da295e3e317f139f021", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ae4f7f9ebf914f67a3055e1921ae93de", "region_id": "RegionOne"}], "type": "bare-metal", "id": "735a3380de9c480a8741c0b9fd95a6fa", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "acd59fe8e8974b41881fd27ec9579ce4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8b36a826bbfd472fa70f2ad3426f89a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c196f0bd0ffc49319fbceebf940204f1", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a2de4f02d6b2424ba41a63295ad5fd2b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2455182d504a4244a0fa6e6130103e2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "aefc0c1cd5084c5b9f5028e5e66bd7f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "74496d5cf0b04799b84ea18b707788f7", "region_id": "RegionOne"}], "type": "key-manager", "id": "d9b9a07dc57c44559c8dac01d288dcd9", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e8b31e87184d4ee3acbbc977c1437d94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "373c92f712e642ec843c3743c711d74b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8e330f007a0144aeaca129102bb7bdb4", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1d5fb396eb2a441ea5c69b623fd757ae", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f8fb230f1bbd49fca8a1f5f85b9a933c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0213a719e8434fc2b65661d1fab7bb98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "31e196cc4bf64260b430cb537d9ee26b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "223a04ec004742e6a55287299761427b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0cfa59fd26194200902f3bdd99034b3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6fa16287ae2d471f9ea0ff32138569c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fb10aa2b6c0b441fb3e7b4a6c2c91ad4", "region_id": "RegionOne"}], "type": "message", "id": "76a95c808c04488b8638e8e0d27b7f76", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b1dc38d726b14c869a3651989a920d7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9b69312e3c414e5cbc7b9ad7977e66e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6fc83c21c4e04e10a32b52b496299706", "region_id": "RegionOne"}], "type": "messaging", "id": "702305545e64482e8a83431e5f9e4c6e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "23ae8d2eb0b84ef8841d2df5e296a087", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "682f58e8ea1847cd98d9aa12b8e5bb35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "715a81c045c943b9b2ca48d78d6678f2", "region_id": "RegionOne"}], "type": "application-catalog", "id": "45d2567982b246b383b3efc40c6c72fe", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "848b0ebfb848498d96d9bc9a18c7293f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4589d87da1cd42838d4d35eb5a755cae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "db9cab0802134676958c0c3a2613bf75", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3491bd07282846ccaae4cb35a06eba33", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b405305618ca4b4cb2835e2e288d390e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "56df104f26834b29a7e42760bb1b953b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b328b273c5d2418f9261f13cc66bce96", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2b646f2d282546edb9dc10ba87bf0d45", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "359d97fc129e4957b194d8f2cb65c2c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca59a87ed7874701bacf3e612009db5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0270e6fdb2c84c8785375285ac533fbe", "region_id": "RegionOne"}], "type": "container-infra", "id": "a9c146fd5c114efe993400da0770ca54", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "277129235c6c459abf91438bcab596d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b848538758244dc6aa41092d528d7f25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "7bf4552fab94437888df88238f24d8b7", "region_id": "RegionOne"}], "type": "search", "id": "1f4610d808c9463386b0f14d85647cc8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "db649bbc04e54dbe89efe8fdecaa54a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "5bd252aa40794ac2b83671f7d7460f9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "dc9b46122b0a4595a2dd10609548fb5b", "region_id": "RegionOne"}], "type": "dns", "id": "a55025be995a41cd87499a0f7ae05ba5", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1eb061ddb1fa4e06a8cd15bd4dc38460", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "646b70c614d149c1b883d5ada7fc1160", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fb11c866d8384778863aa2607a7e68a6", "region_id": "RegionOne"}], "type": "workflow", "id": "6d03dc171fe149978d120027af1bf1aa", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "97044d7c13b34ac9bf03fb8c828fb614", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8c975fdcdfae4d668623de026720dd84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ca66c33905604c6aa590c4e1d383e0f1", "region_id": "RegionOne"}], "type": "workflowv2", "id": "01a7c6953bf3470896927c6283f7a34a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "23cc97fe2b5e4e2e9c110c363b5f49ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e0356379d244429ab0ebbe09b527d816", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ec7a8e3ab9ed4e0ca002c4daa072a32e", "region_id": "RegionOne"}], "type": "rating", "id": "6d4be61fd948413b9e9ab5f6fc324baa", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5015e5cd6a914b5fb4affb2ab153bf5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "50c00f9a0b4343598a8fd9cee634a250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b3f4beac67424f219f080a4fbc5c9b81", "region_id": "RegionOne"}], "type": "operator-policy", "id": "48b2ddb5fafc4a2cbac9a85bfd30ee90", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "972e96b6a4b24c6a817b718973ee6103", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0e6937fcde544a509357ce46abb88040", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "459b944a36e84b129770b26e072a84ab", "region_id": "RegionOne"}], "type": "policy", "id": "16affc1f8f6b4b9596e6bfa878d60244", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f67f04f8adeb4411b5df1b1849124d2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "29fe1e08498e4321881c73335bc7e8f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1ab6001bee1c446ba1f00f1796b95e42", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "bc1f8d074ec44ad9883f8c9fee3f0ce2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6e7514d76dc44bd9a95214fddafa353f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8a9cb11b333449c8abfc983dc86271f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "38c82a60a3364a0ea2832f33e9969abb", "region_id": "RegionOne"}], "type": "sharev2", "id": "c5ed82e1a31647199331d4a1afd96627", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d608c979738f4e2ab38864924a2a0777", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f6fbe4e12ffe49699eeea2896449dee9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c8e7be0f04084b868689b9ac8bd4685c", "region_id": "RegionOne"}], "type": "share", "id": "6c29775fcfcb46ecb78438018f688043", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "677a1456097f401b83366455f2454914", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fffc3bb13566401ba73cb15b52236f7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5269f753c3924b91870e64f5f2f28ce4", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "33c16887a27b4ee7827b9cc269d2829e", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d334c81f3e149618ac495087f9c5df5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09f9d977551e4b8581c428493fa26069", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad35ad6d44ea495eb8f257461a734c96", "region_id": "RegionOne"}], "type": "orchestration", "id": "817dca04d710479e8849548cbf426a4f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be6b295bdefd4d27a7d1d1efe882c540", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae41441ea73b42b39a5f45208b98b2f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7345f418e9eb4201a09ee8fddf465b6b", "region_id": "RegionOne"}], "type": "block-storage", "id": "04fb25b7de774fb1a36f58834396522e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0aa6da31f18b4302ace83768388f5beb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "165adb575a134b7092e41909f2975291", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07a2689b670b4d819ebc8e39d96a671d", "region_id": "RegionOne"}], "type": "volumev3", "id": "3200e9ebbf5d4432ad2f729341058dc3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b688dfcd7ca64540b9bc1f79bb3523ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3b21856260249adb796df3993cfa465", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a34eef73b3e4d54acbc9a31087dfa14", "region_id": "RegionOne"}], "type": "volumev2", "id": "186ee4ad67484273ac15f608bcf28ae4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3388acf49ee412cb4aca9d0f36b476d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c35e2b80b774d51bcefc7db9d17b57f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa03634a0a6546b290ba963041e1acc5", "region_id": "RegionOne"}], "type": "volume", "id": "a953631244a24f2fbf1ca3a20f612123", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "57b63c70ffc948a7bb79efa5c81ba903", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6efca4b5bff64b33b9f312f97f3ffe78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc9f57b85414483a88a18d449298b562", "region_id": "RegionOne"}], "type": "block-store", "id": "78a99c537ad74e959c2f5976ecc68a81", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c44bd22c34904ce6b7d205531e3a835f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "34193a38437941a19bfe666f6d335fa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9130dc3fe76d470ca45fecd4ff5a2d32", "region_id": "RegionOne"}], "type": "alarm", "id": "11c752f2e8924ddabff1f74b403f0a10", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4ebd3c6be2744d3a929a7a03fe734cfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ae467bd3cc284d56830b54c500921b27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "537ff0592f3445ba8fa4a328c911a91e", "region_id": "RegionOne"}], "type": "alarming", "id": "2021c839f3294ae3969862eda42d7b73", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "76bf6cacf1e84207b5d6a58cc78eb9aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e56ae4f64ccc4d868d1d0c6652b584c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "34434ecbbd3d4d90b3b1892a7f642782", "region_id": "RegionOne"}], "type": "meter", "id": "790465fc36c3472094788205e16c7579", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4f15bdfcb53d4678a4bd20bc08c6a5d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cd800d6bc8294bf98993c9b9d0608cea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "22f53e6463d34c5f9705e76f378bc4e3", "region_id": "RegionOne"}], "type": "metering", "id": "906d259fc72041af8031e927326475e8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e2ad4b17161541fe9d99561e12983eab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cd92bc69f8f3422ea28448eb2bc486e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6f67449bd2b24c83bf1d3be5cc04cee4", "region_id": "RegionOne"}], "type": "telemetry", "id": "67e0608977824456bb4a70a4cccb330e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "07f720b3f03642fd8513f1cfec1c9d10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "54ab7ac53325447b85c5ebba9d94bdcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "aeb57f5de8794b7ab3ef9d12febf7661", "region_id": "RegionOne"}], "type": "event", "id": "1d1a170aa0884a2cb54dfdf7d2b91909", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3959e4a3445c4666b086b985ee569ec8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2aac779fa3a64c8eb07e0951a74c9a3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8554e03df38448d4862a846345eade17", "region_id": "RegionOne"}], "type": "events", "id": "8b5bf285a73c4b10be37c316f6efcf90", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "261ea3b3be4844c5872ef0fbc63e2945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b4c60ddba82249638e64ddc4d1a73734", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "781e9ee02f104811b91deac69f203ffe", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ecd43a894a0e4a28bd54fd57210694cd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bce46cea3f214dceaa0997679beef977", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0e0563b9f18046108afb755a322d63da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e5a4089b37e546589298368453c3d3b3", "region_id": "RegionOne"}], "type": "application_deployment", "id": "039578e9045a4fb59a8d06327bdf89ee", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a9070444119e476b87cad807d9c00da4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "24b309e2450f41e4b6b8fa0438c71074", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "67fcb533ee864205b93458f143e3c8c1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c757bb7afbf04270aa2407c6e9be0b6f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9dc3e398414c481a846fbb715edf7bea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a6c6376e0b744026842daa05ca358a14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e0aa0288914a45129076dd463d049ded", "region_id": "RegionOne"}], "type": "tricircle", "id": "68dd0135935049589327200c00d21985", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "40b9db767bd04033992e3c50c07912c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "87d20155c2bc43b6b82e5f7cb54284e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "05c1e47815d448178d4fc85250b06d53", "region_id": "RegionOne"}], "type": "database", "id": "5705102f46ce43879f0b727674d3b577", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "663e7aef01a548e89d96769278e6409b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "aa3b3b096739487dbd4ee3d2cc7138d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "74358a2fe2054810bf362c42e5b6473e", "region_id": "RegionOne"}], "type": "application-container", "id": "4643187c25954809a0c14156e4fa4655", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a8adc3cc82c94e62ad06ad61960f5933", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e462d7e046ff4dd6af3e911367fbad44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a330544b7815479388b5d30f4a8709da", "region_id": "RegionOne"}], "type": "container", "id": "797ef9411593431fb09c663f10c9d80c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f72fc446b3a143df9701b8adf2c55f93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "305830759e37401db050abd9c3d16996", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a701c5fad5824b74a07f271eacce381d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "63ca2e7b4c37497e81ba0afeb23277c5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1c67932d36754830a5f0d4d2973f02fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7a8f034345c1419095b38e98c15a577f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b1ff9017c17c4d8cbfcdb7209a275b75", "region_id": "RegionOne"}], "type": "rca", "id": "86a37f0dd17d45d48f8016f735cc60d0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bc1bab314cbc4f2481c4dd89886ea728", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "77a4bb3e14314d10add5e836b7d6cc28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "aa6d62e291c34bf2b4e90ed2b72f7a95", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "316f0f2a22654fc5936df93ee209fa03", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "41b4e8c0e06f4b57b0d80800272378fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c8a05f1e25c749f8b937acd69ac96314", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "14888369b685436ea1c603626284f14d", "region_id": "RegionOne"}], "type": "network", "id": "d64a6160a8504898b863d9b0eb6619a1", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7d9fb24bb84e467e81c17230e908d301", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2a866cf5e65049efa9bf78794e881c22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e3fc6ef1e3574ac186571a696bcfe5f6", "region_id": "RegionOne"}], "type": "backup", "id": "c3e39a320a5645568cb8cd7ff44c21ee", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "99c2d6f264e748d2b85d05d3ef55398a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "55dda3de60c340d6b5141e22882ee7a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a98264a83cc54ded9185c31a7f5097ae", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1fdf6e440b7d42fe85ded1dd8113d0b4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d15453b51e9f4dfcb948ff7b42ea9c27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ec6762d011e24c48aa34ff55b2e0587b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "02997d1e34a341acacd6e67ff645d6c0", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "842d23515f70485181330905643cfc5c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0293e5acf6ca4f3a914fabaaf3f01ea4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "50d24af3feaf4edfa8c24f0081183bcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ad9df29cc7bf467882549f09f753009d", "region_id": "RegionOne"}], "type": "monitoring", "id": "df5f97fb9d0e4fbf8224f0681b074274", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bf82227b9b7942c288ba292424fda518", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fef0312923cf4e9fb86b97c0b3847a9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "292e346018734c0fadf1b3cd837bb46b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "940af3f7136a4722b8a24fd096eb5383", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "665e4494a9d04889a5c85545dd8d5b47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a6790cdc7f6b4159a5c361c15e4ef5ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9fe0f07121d343959beb5f8d060d036f", "region_id": "RegionOne"}], "type": "placement", "id": "3e03b8df232544e78e418b4dab1a4cce", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "aaec764078cc4c808f669d74b7f2da3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "48c98334fa0a441d98085441682a4ea3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "db9384b359a64cfc8d6023f3347c84bd", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9431c9525c4442e3b153efcd07a5382c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a1d683c391b648d4bc3a46811d92ab76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2dfd94854ab34301bc272adb9f3f7d5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ccc91a01d0164d6caf9299ab1d83c038", "region_id": "RegionOne"}], "type": "ha", "id": "262a5b70ca3646a395e556e8399a9a00", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d7511e30f86448a0b8d055b7b6acf1c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fe92902c0ba54cab98e6f82e2cd1ea8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b03666c9f0254d5198d0cd8cf6904913", "region_id": "RegionOne"}], "type": "reservation", "id": "6aa03dd1e5214913b7f1557b4d14d28e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ae89a342d4fb4e09bb157f47d928e73c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "74f6648771ee497bbe3e623bd3a6156f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "85a1dda5acd14deca9f24b2d592b09cc", "region_id": "RegionOne"}], "type": "function-engine", "id": "dd0ada1307994659bb52079e00c92848", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fd64e70b773a4edf93a9b15e6f9deaad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2b9e6d17274447248111f765b00b4e2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0ca6e05627b143d992660d34149610c9", "region_id": "RegionOne"}], "type": "accelerator", "id": "f2fc76adeb7548908bd7fff833521f6e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "91b15862fbf94bed8cdf846b89fe8306", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "11386b0eae3b41759a8cb21ae85f425b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "591e045c000e4493bb55dd3d5b641f5b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "73854e7abaca4915bfa0d2cb11a431f5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d86407afdca64f4f810ceb2c26215594", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0177aba4751148c9a6e6e52aeb91ab95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9ed79b5bebac4cca94d708b33620a245", "region_id": "RegionOne"}], "type": "registration", "id": "1b8f605a8c3d4207becb2600aa6c5be6", "name": "adjutant"}], "user": {"domain": {"id": "b5c49fcfc3414503b2d8542e75c3eaa6", "name": "16adebf9c06d48b983c1ff1e2888c13f"}, "id": "7ca15c99f29a4bb19212c8f77d43b94c", "name": "1a5adb7d7a704d5e890a1321aaebc604"}, "audit_ids": ["10547fefe4f947bf9d2d792aef29eaec", null], "issued_at": "2019-09-19T09:04:43.738113"}} 2019-09-19 09:06:43,913 keystoneauth.session REQ: curl -g -i -X POST https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"disable_rollback": false, "parameters": {}, "tags": "tag-4", "stack_name": "name-3", "template": {"outputs": {"rand": {"value": {"get_attr": ["my_rand", "value"]}}}, "heat_template_version": "2014-10-16", "parameters": {"length": {"default": 10, "type": "number"}}, "resources": {"my_rand": {"type": "OS::Heat::RandomString", "properties": {"length": {"get_param": "length"}}}}}, "timeout_mins": 60}' 2019-09-19 09:06:43,919 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,922 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}} 2019-09-19 09:06:43,946 keystoneauth.session REQ: curl -g -i -X GET "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/events?marker=None&sort_dir=asc" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,952 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,954 keystoneauth.session RESP BODY: {"events": [{"physical_resource_id": "id-2", "resource_name": "name-3", "links": [{"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3/events/d0d706daf29245b0913df3a548f6a629", "rel": "self"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3", "rel": "resource"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2", "rel": "stack"}], "event_time": "2017-03-26T19:38:18", "logical_resource_id": "name-3", "resource_status_reason": "", "resource_status": "CREATE_COMPLETE", "id": "d0d706daf29245b0913df3a548f6a629"}]} 2019-09-19 09:06:43,977 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,983 keystoneauth.session RESP: [302] content-type: application/json location: https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2 2019-09-19 09:06:43,988 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,991 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}} {10} openstack.tests.unit.cloud.test_rebuild_server.TestRebuildServer.test_rebuild_server_wait [0.494090s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,393 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,400 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,403 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,407 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,419 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.326266+00:00", "project": {"domain": {"id": "095325fba64346999a75b7cc0391d44e", "name": "6c0f960252964696b2f86467fbe1ae8d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6af525aa0da443e3830cae368f8f5de0"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f2de7ed7deb64d558de51a91abe30e4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "88802351d49a422ea1ffdfa6b76e5c6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0ad623bb88fd4c0fa85cb50ca42dafb3", "region_id": "RegionOne"}], "type": "identity", "id": "b468769e702440fab2cc38bb8f1e8a86", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "39b683f5400e4333b1b52335aa961627", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "620f361949424197826c891eb5f968fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9826f74a6e25440e87ad87d9efed32dd", "region_id": "RegionOne"}], "type": "compute", "id": "d3bf81ac39e741ef9df4aadfd7c9343b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1be4552692a14c8e9ecba492f6841afb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "88024cd40d9645a9b7df42a8e2f83f5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0272737d97b147be9827d71033976dfa", "region_id": "RegionOne"}], "type": "image", "id": "8f9e33058cd04c4897c21ed331ce7339", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "abb8abd1136c4c8799245fbc0b2b8e3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "12ac882875a846a0bd5702ac4f8e5be9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2ddc33088704423591bb382be206ea00", "region_id": "RegionOne"}], "type": "load-balancer", "id": "938a7ba142d64459b26fcb3bce52577f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c082e63697ea4f9091ee184138bd681c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce59592aab07424c9e736ea960a65e80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00fe9c07c97f4d09a543cb16c4152817", "region_id": "RegionOne"}], "type": "object-store", "id": "29721d562c3a45f7b5f2b1936cbaf49f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e306c9026e7e443db4ee46b7e8054ebc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "06d09b427e664064be8c5043216b231f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6d0a14ab930841ad82c77357bae3dbe4", "region_id": "RegionOne"}], "type": "clustering", "id": "c7f535c98fe64bd2ae914cee9645da40", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1284f7b22d514cf2a0b80e0fc4e606ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1ce170d4c5764f98ad5e101765eafb79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c4ad1563be87471cbaa474099d8f4eda", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "fb4127c2d8fb4ae2af759aefc2f8eb37", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c67af31590594cd6acd241c8a380f791", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "611d516091c54acfb045bfd0b484be76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "244101c9037f4f488d2716e93da08b87", "region_id": "RegionOne"}], "type": "cluster", "id": "34dd00758308430982872ca34927b6f4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0ebd5a247c39465387f5b6d789cc1ff1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e473fa0e12184c109d97ed55bc0bf4a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "66a23ba533dd49c7ba4859f7b96824ff", "region_id": "RegionOne"}], "type": "data-processing", "id": "038e6e8ba39244dcb29d3a50c86ba58a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9e5539d5c78343c490717353ad6afc3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ac064bfc9e8841799778440a675c579d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3ea46a1037b84f9b81935108940a6b27", "region_id": "RegionOne"}], "type": "baremetal", "id": "0a9a59f0132347588c4a6f23e1f6a005", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "adfbe9b33b6741b490c1054bda2644cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0565573dcd274c87b9108e0821912764", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "af4b91d32b224e38a8f72aa31aa752cb", "region_id": "RegionOne"}], "type": "bare-metal", "id": "06f87e02e49b4c40a1635d7ba7b80cfa", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "13385be160894b308a7bec2445ac60a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fddb0cc7386a4cc2a0668df5a83c6825", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "091443e587914cd583f92ec09039e378", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0792f022426e4ca687042332bfb949d0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "20ef0919bef248f989594ca27d6b2713", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "463c800062e74d9e8219b7fb66d585e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d3d2fb70d28a4273b780653cae0e1a94", "region_id": "RegionOne"}], "type": "key-manager", "id": "8528ae17f655464db1e309e1a40afd29", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8009dd34728f49d9b21675aed3faa69e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "86d9d7c0873c4ba99b21dbc9f4f1e996", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "71b299319af14800a1c45fa2dfd1f6ca", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "35d9a1337ffd45e3bc541e5af55d1859", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "152ba500e1294b399e2aafbc86e1e660", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4d65d83a2c874d49846cbd64357f6f06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "46027177ad2f453fa9cade181d053093", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f36a4a59aaee4812b613dafb6d9167a3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2d093522064d46be9fe4465b069b2fb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "305121145b5845aaa1d67f2bb5649564", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a7aa24e4e1a148dd94a929aa061c03db", "region_id": "RegionOne"}], "type": "message", "id": "51629409faa941c6abdea1031c06fc4c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a0f410b128804f76ae13162ba32d6dd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bcbcd64a95de4c6288881e81beb4d9ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "aa1b8bd654394970b41311cf769f4cdf", "region_id": "RegionOne"}], "type": "messaging", "id": "8052a43332164de4ad9e9dc78b7845ca", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e792f6ccfec0430c8e7926cc07be941d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c42db875d1e8447a92d90826a0c2c631", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8b610fcbdeae4af296a280cc5946aa68", "region_id": "RegionOne"}], "type": "application-catalog", "id": "24048827d3444b698153e595549a21d1", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9b5d54fc3fb14db5990a2d12dbd3c679", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0646224345894a91ab69a639338b3ec9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "919ec6e4ec3e4f349fb64cd1599f076d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e10a618346f546da9c6228f1bc6f9586", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eda250e0e8d04f3ca74d371038d247db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4e3f5de61d024fdbbc3334457a1b8a78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a6bcfc7ee5904994869f68040dfcea2c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4e7f03e9cfa64f37b2552ed55062b8a0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "96e0b9cccd3147b88fa1b4f21d137b8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "61f1a01fb21a46168eeb175b97d2eb2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "173398b56a254ecca090e7fc85385bad", "region_id": "RegionOne"}], "type": "container-infra", "id": "c35250059afe473888fadc435412f8e9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2506c7c5090a447c9462dd923cdc4698", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "870525ddad3b4f79bda7236fd98bbf3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "105a87362adc4b758e8ecae924b04d49", "region_id": "RegionOne"}], "type": "search", "id": "475ae6420c34424593f7fb3ddcf361c9", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2316440514ce48ccb7bfaeb5d1674a8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "860c75bc51c042e196fff2ec488f11e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "fe416db754b34b71bccbd22657022944", "region_id": "RegionOne"}], "type": "dns", "id": "b8bef5eebd034759881359004a4f04dc", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2def5174e5c04d1ea68a979b5ecc6680", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8ebc2df98fc84205945c9f6599fa30a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b18690fb33dd4eba9236a7eabaad4d8c", "region_id": "RegionOne"}], "type": "workflow", "id": "e8bbe86a749e4ff6894f7809842086da", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3229ca6f12504a63916fbd125dd3ee6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "104aef683b1a41d7b4e4805d3b083454", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "eeed192a662947ddad03116d7e88042d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0866039bebb44c8c88ac994939ec7a12", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "36cde8a148054bca906a4efd420034db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9b3bcf530cc24a909f1b6c6092f39f30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e600e3d94069488fbfbb2627f03749f7", "region_id": "RegionOne"}], "type": "rating", "id": "ccc3db166859499d80283bcefd307abc", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "eead4f3f76fd4b758b66cd393f1cd80a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "851ce75e881c441aa39b4f118d7f135b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c809fbafbf0046398c37d1870cd86f7b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "042ca357077d4d29ab3593f64c7b2589", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d00c286de60b439e98313baddc82a30c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4180f976784b4fe98096588a25e600e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7962f6e07b804db5ac8500344b63f36b", "region_id": "RegionOne"}], "type": "policy", "id": "56effdaf779641b3bd05c7dcfd07632c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "36a4b02ce10b4c749578063d28665d10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bd712acc10d14db2b06f1fb4bb3083a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "141f79b086bf4d22aa163179ee0cd89e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e810008eee464d0ab3e30f20286fa33a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dcfb1ad62b44492caaffa26930a4fe50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "759c0d3795b54239bc5c44f9dcc4fb78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a24d456e13274ca797762fe3ec79c4cf", "region_id": "RegionOne"}], "type": "sharev2", "id": "7f27ac9a8f4640ef8bef9187dcbc8d9e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b3fcf61d81f94ec184301d2bf2b3c854", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cc86b69206ad4451935e5547a8217ed9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4992aeccdd6f4df0b3b1ad6b5582fdd4", "region_id": "RegionOne"}], "type": "share", "id": "fe4749ecdd7941d2af3268dfd8184783", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9774d90bf64c4278952b09d3eebcbca2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "630679883b98494fa25b07df049a2c73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3471e7d3b4f940f5b08ccce7ce5cdae4", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "2c68abb982464e77966d6adbe1a8dbb5", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7424bffe2dc541efa6f457c74d3f6e04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7dace77db7a44ed6966094120338bcb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2753041c72754a23b741731e6bcd1d63", "region_id": "RegionOne"}], "type": "orchestration", "id": "665136d231bb44e3ba904bf2771d21e4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c4d7e44478e4961a791bcdbf5af5680", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55c8450dde35442a830f6559077f84f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67f32d427dc144fb868882828225d061", "region_id": "RegionOne"}], "type": "block-storage", "id": "3b1d2251bafb47fb8f6ed82b8fbb6f6e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e36e8b378c149eba3825558e85ba99a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "540bbeb3f75e425f943c2d3d54547f56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e9ef360807f4084a1e6241f0f9f0ad1", "region_id": "RegionOne"}], "type": "volumev3", "id": "8666a2a830794e9c945324195b4b55d1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b50eecbdb9b46449631de2e361277c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d456eb30c044754b45119a22decd3a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a13e94b43c294abbadc6dba9e03af0b4", "region_id": "RegionOne"}], "type": "volumev2", "id": "fb92fad788774eda90dd7768d47356bd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "391525dabd4e4ee4ad62df47168c1c95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04fdc71926f74ca5a6d45fb8c575af8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94bc7131118d4d228292a3af066a9dcc", "region_id": "RegionOne"}], "type": "volume", "id": "d63e041bfc8d4083b1e201e660f7e6ec", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7bc64d311054e3e92c6d448e18cb5f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c8265399d7c4b75a8ccf6327ab8415f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "719f24d9fc734efe9604493268489c9a", "region_id": "RegionOne"}], "type": "block-store", "id": "0821096d92c1497ea98ff5abe4c8a441", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c6ccbb094c484f74bc53094d7bdc0aec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a906260c8ecd478cbd5da94decff1920", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "312dc9f8f59b4bc29534950969156907", "region_id": "RegionOne"}], "type": "alarm", "id": "7ec111732f0a479bb040d4acd4b480f0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "493f5f90cc104ae8a2aac88e502b9ce4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1cb335fda8864566ba488c4dfe76d950", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "93d5d5491cae47bca46600671c779394", "region_id": "RegionOne"}], "type": "alarming", "id": "fe8915ceeaf744fbb05ee24f2581530a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e4fd4890fe6d49d4b4051f191ac5f8b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f7c435f45eb04a768953bdc6df5e54ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "96c1a67d70444695a9822d888d064004", "region_id": "RegionOne"}], "type": "meter", "id": "aae65ac9f0ec46c18abe875f29a201ac", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7fc13dddbc6c4308be0150d8f4ae092d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9ad2828a7dda4679a99ed4ab7d9626c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c321bf72932f4d89905931050787dcaf", "region_id": "RegionOne"}], "type": "metering", "id": "b512034b02654227b39b81d22f5a7e52", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9699dfb0442c4b02a560e16674bfe2e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c451a20ede0b4fbdb646780a4300a222", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "43a94dbb92584cd4ab2e5e26fc002289", "region_id": "RegionOne"}], "type": "telemetry", "id": "9c1f3a3ffdec475d9bb14a0beb387e15", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ccf79e20934e4820bd3244c33c8d34cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6d622b32e72a48cfa1841b591273fd1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "418bd9bd7310462f806d906ffe4e7c67", "region_id": "RegionOne"}], "type": "event", "id": "6a22bef959264707a7b4026ee955b5d7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b7f8ea546f0a489ab11950ff365fb002", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2c9f3491479b47e1a09c13d4ae0de4b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0e31b53ae8e146d49cdd2809960fcda5", "region_id": "RegionOne"}], "type": "events", "id": "a2ad12842d44463dbb43f111f494e8ba", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "122c06c18c5c4d2593c225b8f2f753ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cd66aa2063804447bd69aa3472638970", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a7c3bfccfed54e35ae33503025b65fd2", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2915c3eba21d49328d3586279f564d23", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3cb06720cd6e4031951621065fcbc849", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1d1fb84968dc411bb52630a8124ff40f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a31d31d904fe4204b5216c0a57f1748f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ab3440eb0bfe43f08a5c9bcf07830147", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c63e01bbeef74c09b5c3b0fb2122b95c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f377662ac7b542fe8a203588f47acbb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "347c1bfdcdcc4100a208c0fe80d664c6", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4a7eb2958d524524b7c62049bd25e1b2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8ae112d0feb249508b78e48efa809254", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "84ccb9d355f642e49c07d31f85453e54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "06fa27588fa04c10b976b8ad1c578825", "region_id": "RegionOne"}], "type": "tricircle", "id": "c66b11db154d48039bcc3285b3bf038a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "6246be8e648b430ead3e8e040f5d8022", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1c7b0f1fbcbf43b68e8b65db0cd43218", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0f7e3722c9dc41b486dc95a43e51e98d", "region_id": "RegionOne"}], "type": "database", "id": "ffed6cc5d72b4aae8dd385cf2fe37498", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b337dca7cf52405cb8cfc5db01af439f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b2f2e5b0cf2b4f1d9548051c169ef01d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7074ae1e243d46afafbfec1ac91d97cb", "region_id": "RegionOne"}], "type": "application-container", "id": "89868d8c4fe74e6e8a45d33ff840bf70", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bc54db533b47440ab718102e7990a494", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "acfa755a15ec4ec1b1a8ba31b82c8736", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a20d000bf435424689049c9a269e7e81", "region_id": "RegionOne"}], "type": "container", "id": "272e2387d7734e98baa5b075b6c7c991", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4004c3ea87924ffc9b74f6d44fef74a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ff955aa3841041fb8aa26da2e6d63431", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "702c6b865c4a446fa67c114a6d665c56", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "86bfab4cde2a4b6187536b20991dfa98", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4fc4cdf6ca1f431ea6bd2ab950a1ea22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "98003b0fed7449e28fdfe9eaad955cdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6984a054dfce4e9ab565c7d18a136a03", "region_id": "RegionOne"}], "type": "rca", "id": "52e5f24cbcad4cb78ad467860bc19e7b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2e91fb77414a470d94f58ae633fcc474", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "169a35a0ec574b1db844c297fb2ba66f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "da44d9208ab8494da9355679a5e1b5d6", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "6930942d3c3f4510b2f0e38d1b1c759c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "cafc4b75c3f844f0bfe231ccf46a2fc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4a78d1d941fd4e4893257f080ad591b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "950579a7575d4a94b55fb9f16107122a", "region_id": "RegionOne"}], "type": "network", "id": "72cf829e08e54afeb9a652d6f27c8795", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "615797d4af644885a066cb2e7bf34299", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "29af99fd917f455bae99fb2ff55b39a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "952fb4f4cc184a61a726f8b0fa815477", "region_id": "RegionOne"}], "type": "backup", "id": "edd06579c1e04b6b8b9ae7fcd17e4f29", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "da354d59dfff478297d31aeb02869892", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e023e04b604e448285733e420fc14621", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "770d3abc76ac4399a2be226852638b03", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "aa0e0f61fdf745e7a2f3f64b4237836f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4c9c7d8f90274456816561d7bce2cc9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "95d79b0ced984e9e99142814e756a99a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "95978af7e7a448ba94744473818547de", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c4d0229768d54b479df9adec2c34bea8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "727cea78bcc2453ca111994210b8267f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f18e40c625264211972aed4bbb3f4488", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ef84493f61214338b63d664befda511e", "region_id": "RegionOne"}], "type": "monitoring", "id": "513651567bb14fb1a11dee18ac2274f1", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a5ab4e53d78845c78c44570c33745e22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a5decc802ac9447da28b20cc04deb680", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cc53a396fde7467aa78bad22bfb065ed", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "5fd65b00919a47b2a233fb5730f67037", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "033aaca54c5746a1be934ae26e8871c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "dfbc5572e41f4d70ab4925e84336c19d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "2eba51ca2aaf4136be1eab804f2c1ca0", "region_id": "RegionOne"}], "type": "placement", "id": "4726dc8186434ba48b566eac73f8c083", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a92b8d4f0eeb44d199183e5a9f26c54f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c18c691199444dddba0abee7322840fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "09ce4e29304e4dde8a3c4943cd21b02f", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2c3c021f1de74c3e972a26b1f79d2c12", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "38df23f280d14d99b75215a0d9a85b2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "92b4e1f9ff0344abab42e6ba6a356088", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5c15e2759b814909b9e2b7c569cfe86a", "region_id": "RegionOne"}], "type": "ha", "id": "21b9e21b6880489581bdc95edabe8bee", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b57007bb4d584385b9b0c3099d67ec5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8c576a6c1ef14748b48e69a7c0542122", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "852995d9482947b5a6477ea5b81dec8b", "region_id": "RegionOne"}], "type": "reservation", "id": "2b2e4d6d0c6a454f90e3ade94ad570c4", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7d1f9e133dc14af0b8eb16f33c4b2d43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1fae96726fe54b509843d41980b2b888", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "244adb707e6944818905136405257d5b", "region_id": "RegionOne"}], "type": "function-engine", "id": "da5ce61ae73e4905aed0329967b7598c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f757efbf70f24ea48fdf037c318bcdd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "cbe9c3bd37c24b728a42f0c5311b90f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "efeafed3cf1440139e24b70c76aa80da", "region_id": "RegionOne"}], "type": "accelerator", "id": "de446ea04a1c4e199da28a58c2e7c270", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b1e8cce9faa5461e8e2eba4ba44338dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fb1146f34049428dade27427254c180f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "eda4da47570645b39031180b8d134bee", "region_id": "RegionOne"}], "type": "admin-logic", "id": "70ff020ef4ee4d3c9646794c990a1e19", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9ffc6f62f5b34d058fda4c059ee58543", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ed424779f4814ccf89225a087fcde16c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cf27b7b9d90d43cab44ca29b2666dcd8", "region_id": "RegionOne"}], "type": "registration", "id": "c9bae75ca60a41aaba5f21f3620c3c35", "name": "adjutant"}], "user": {"domain": {"id": "26aa9a2356234fa58e9b6ab15e248ed0", "name": "86cff70b46c34a81892f654c4183d091"}, "id": "2d27898fb7ca4d6f91360d24c911ae6a", "name": "86bd3b033b3d4d9e8b546ecc4dfd969a"}, "audit_ids": ["371c06df9a5b412e8bb607b8ea7af024", null], "issued_at": "2019-09-19T09:04:43.326266"}} 2019-09-19 09:06:43,545 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/50ddaab4-778f-4bd7-8bf7-0c26c9a7c071/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"rebuild": {"imageRef": "a"}}' 2019-09-19 09:06:43,549 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,552 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "50ddaab4-778f-4bd7-8bf7-0c26c9a7c071", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "REBUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:43,565 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,570 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,571 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:43,589 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:43,594 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,597 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "50ddaab4-778f-4bd7-8bf7-0c26c9a7c071", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "REBUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:43,624 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:43,664 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:43,670 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,673 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "50ddaab4-778f-4bd7-8bf7-0c26c9a7c071", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:43,803 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,809 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,812 keystoneauth.session RESP BODY: {"networks": []} {3} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_rescue [0.064217s] ... ok {19} openstack.tests.unit.compute.v2.test_server.TestServer.test_live_migrate_25 [0.071570s] ... ok {3} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_set_server_metadata [0.071657s] ... ok {29} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_remove_security_group_from_server_nova [0.236072s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,763 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,769 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,772 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,777 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,791 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.692230+00:00", "project": {"domain": {"id": "cd4d375e64d7421694379da8c852b6f1", "name": "cc8682c5d4a9439aba2e0bb1d7645c87"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7f52b2acfe7541f4be142fe20263a217"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6f520ab1a4d8423795d48b171c8bf503", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ec7ff8e0d342460f825ffeb4b10b5752", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "883bdd23a21c46858efb487186eb6715", "region_id": "RegionOne"}], "type": "identity", "id": "8d54046b936b452591c50f9c712ae63a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a623cbfb16b64f478836b8bc00765667", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d6e5aaad2fe5462e9cc1f9a342984c8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6df6474a60b949729595360e83e03fe4", "region_id": "RegionOne"}], "type": "compute", "id": "0b5b5c5ff138461e94a53680433f9020", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "daf4785fec6f4a8a9c2fea706093f6b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "651ddb49e0144b92bde846ff2748a0dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "acc5c39a658f489b8f44e221a6c4c3be", "region_id": "RegionOne"}], "type": "image", "id": "436290b56b0547d3918089c9a41bea95", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1af09f5fe8244f1d93314c51283b0462", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "61ea334405014c1e8545d9f2ba50dbc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a59ba4f3556847f584db4e94cc2d3925", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c6e1a1c63b83401d80b22134696f2fd8", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b91b5046e62b419588fa2c8bca858ad8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7b52396f654422095077b12c4ef5390", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b56c4cd4b7a348118ba111f0d6f20efa", "region_id": "RegionOne"}], "type": "object-store", "id": "e0da3cc0b9044c7694429b08da96fe3f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fc602a91c88d4f4bb4126655f9a34845", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5b78e8796471464cbf4ca534cbb89ded", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bf0c019b993f4582b8cffdd5a827fb6d", "region_id": "RegionOne"}], "type": "clustering", "id": "2ba4e2055aa540c0a1e9369a0fee88f9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6662dca7cd4f4bac89d398f9fe701658", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "be9333dbb5ff4e018dc7bca92c34bf7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "514f8d4953be479483e5153201844089", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a37aa8f7fe2740e5a16d0118031ce8a3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "859823a18ccf41679b2cf0e78994ed94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7ab1194c1edf48919f41c1a7250ae3ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b23d9c4c636e400781f50df122002ed9", "region_id": "RegionOne"}], "type": "cluster", "id": "d4c60584a52643968daa329efe4efba4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0b3f02b7ee9f4aeb957bc1aa325b33cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c98bcb057c1e4260808d43ba9a20e89b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "29ce57dc67574c839895e046f6cf5905", "region_id": "RegionOne"}], "type": "data-processing", "id": "69187eb27bdb457e94825ed2edaad2cf", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "afe1a5faf1c94dc78992307df3466dbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5a73697358eb4d42b52ffb582707e14a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6f882e20747748078b8d7505d89cd41d", "region_id": "RegionOne"}], "type": "baremetal", "id": "8fe2bcea97bd4e57807db5ac91b5e8dd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8ef30ccc97464938b97a9d32e7824829", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b27c005d68474eb7a4080cd6268ef2e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e8a123d5c59a4daf99b83ac74602029c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e69439dd39cd4386b123320016e1ae57", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "00174c93379b422191325988234579f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "868a9238d00d41318cefb607aea6bafc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "2b1d5105b9bc45e0abb0892926282e98", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2c4bcdebf38d481dae5f9debafe901ae", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5152367d9a1c492c89bda3d088c4724b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3e9da0b5056a4a10ae30f17efe6169d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "67170cb270274610a27d9000b02e5093", "region_id": "RegionOne"}], "type": "key-manager", "id": "97acc9551be448e9902b23429bcede21", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f539db588aed4f3881965243aec782db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "deab48d6821946638b0101783abc4da2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "833696f9ba284bf0848b538fc33ed4c9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d1f45df3a2c5465fb268c9620fc84603", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "84b754202282480db53bbf10111245f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c0c1e816bd7e4fdf9bc14578b1d0a96e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ff7d32ea86174d22abf2b163ab311ff7", "region_id": "RegionOne"}], "type": "infra-optim", "id": "77f1b8ffd1574ea294f5b2b8159cde25", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d0a5b5563d36433faa61be289fc545dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2a1b2fe6f6a244ba953315e7cb698d27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "289009f2d9114d649385b79be17ff3ba", "region_id": "RegionOne"}], "type": "message", "id": "db0b1894e86348d185065791ed48666c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "091384124e5d4ee297035917cc6ef85f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1ef2c1a03ec9450bac635f48672baf26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "70372abda227422b8857256bd2b264db", "region_id": "RegionOne"}], "type": "messaging", "id": "16c7bdea057b4a05942bcda2da057ae5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0cd7044d6f1d42828720b1635f35cdde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "72802f2ceac64e5a8b8e778060938419", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "93d722db29cf4d289be438bd637d96bd", "region_id": "RegionOne"}], "type": "application-catalog", "id": "14be8930013d48bfbf8ca5ab82242b95", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0fb1ee8ff28442749b4c3ef2d4024d0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c1c2703bd63c4d35aa2187dadeb9ec24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2e09ddb3bfef4f0bae4295995f83c4bb", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d6670701034446e18212536641d4f82b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6d18e2c09f3d440d84de896103b05b61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a48c07a4817f4c08b8e2b88bc2dafffe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "90d910129b7448ab98355527b6da82ca", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5f8ef5748891428388c3d299f8fa65e3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e77052055bd147ac9e30757105ec50a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5280447b4cb2458e8787612279113736", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b13d1dd19064d3c812d6afcd5d9f40e", "region_id": "RegionOne"}], "type": "container-infra", "id": "6b0af511feb545bd819dfaa514f33672", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6173f6dc7c62450c804cd141b5faa805", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "3992ad0cb16d441f84477a1647deb844", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d21fc95582f34b968ca77f4ffa5ddc54", "region_id": "RegionOne"}], "type": "search", "id": "983cf91dbb6d46018a2369abf3023756", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10f2a6db8cfc483cb8baf4c270663caa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d5f97d0a4f684da3ad9873ec0bc73fe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7383e4a3c5e446bfa2e07fbed7a93641", "region_id": "RegionOne"}], "type": "dns", "id": "ce4fb0aca96c445f8bbfaf3db59bd539", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0307680bfae644239e55a701542a8039", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2f3211cf3eca45af934471e2554c2c14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "51a707a823b747f59b9982c5e804269f", "region_id": "RegionOne"}], "type": "workflow", "id": "b4bada8efe164c8e9bc0039dd4298325", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5867c09c97c14c3cbd8515d783cb8b0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "30d2c70d79314749a337c600a01fcd75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ebbafe1268f64e3a90e84864b5e45188", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9a417b9c0ec548bf9f997e43c95418fe", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "89ba0fb4ee8a4c4bbbc6f094a8af0715", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5551453ceb7a460db59f63a3f57cbb77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e49bc1fb1dc54f168102fe9c5f2c48ad", "region_id": "RegionOne"}], "type": "rating", "id": "e99f8fb7e9474ae686eaf0df70165ce6", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "26ee590ea3f64d68950d9140536dd433", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "585f7db019df43b4976ab73609622fa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "84009c4075da487eb124963a3e0c11e7", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d7d66b28cab54757987d6c973990a743", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "aabb5bdf5b2043ab9a2591554b50f69c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4728e846b14e4750818f8e146dc5a162", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d8e52696adf04daaa5e2e7b8f32aaf33", "region_id": "RegionOne"}], "type": "policy", "id": "d10bc47efde5433ea16a5ef49f57b5b5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a0740830cbfd4ab0b9f3c7115cd9da39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ebd85f4489a24c2892c73a15eff98d30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "be21493621f64145bd87ab89ae409cec", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "bc01270b50944b3abcdd4773d13b8948", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7e3ff8b94ef248b0a85dead712fa1066", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f02fffb49e7a4476b7bd7c8b7852a9fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5b61eebf727248e78d21439beb8a8dcc", "region_id": "RegionOne"}], "type": "sharev2", "id": "7c6d4987fd01403dbd1cd4bc40faa90d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "394444ecba25452e9bf6978214a6c530", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "84e01a6325a54706ba76b10078134fe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b14d2810439c4ddcb628e52dc53aed08", "region_id": "RegionOne"}], "type": "share", "id": "37965cf60e634834b36135b1bab9c3f0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "254f31d934c94f06a699e5acdfda2d2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c916e52cccd7483caa7fe12e70b6cc4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e163a0cf1be14335ba74c56734de001c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1a4779fb91474057a3486b33605e0222", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45bd2034cec346a2b478081bd9e261e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e18c471d416e4c3d9d249b44823eff0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01b03cb77ccb45f7be836a0a92933840", "region_id": "RegionOne"}], "type": "orchestration", "id": "5c5b42479aee457bae581ba03e05f3fe", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee72c2de8fc645618aedcf48cf4b3fad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f295fc1dffd34a3a87c059c8c47e3a1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4921a0192b0d40c7abda46bc13861f04", "region_id": "RegionOne"}], "type": "block-storage", "id": "fb5145f0523b459c980bd9b1527a90f7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4390f65d3394ba191be4c6967a73dec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f40531c0f0b40868061749cc2ad87be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "643ef6762ccc41679df08f0e786e5065", "region_id": "RegionOne"}], "type": "volumev3", "id": "87924b5502864b7a8247bd5ec635ff37", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "444b8ee6d0c44345abb7ff5feffba993", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "547fdfe5fb1a446aa94bff40ff50558e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a45c9e09e234eb7afaa08b1fe36e481", "region_id": "RegionOne"}], "type": "volumev2", "id": "7fbdbf3579f446bca1af332e2909fa78", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc22a994eb26485eab58fa84b19ea67c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4588634846844039906441e4dedbe6b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "396b64adda5b4c74bf76672d6177791d", "region_id": "RegionOne"}], "type": "volume", "id": "8b6407059cf24936b9c3179cefa8fb31", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0c6c962eb044b08890eded8408970b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "673dbfe2cd244905be83890a631309b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ae5015843ee4b82b704bda854022f82", "region_id": "RegionOne"}], "type": "block-store", "id": "9e1bc05342134490b3ad6c8810a94fe2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "52b000fbb0c14dddb5dcec94e7ca4f87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "442dc745f4454fdca358cfef4fac0e9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f4924f0c33ae429799d9047bd35f9811", "region_id": "RegionOne"}], "type": "alarm", "id": "d9a4e10c46b94392aca5ff920c106240", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "abb62e914c4041e7a76aff9670ddbd9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1de68967a5404c3cab22e2c37544e4be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3bbd3f447b32497fa80a02c08182aa66", "region_id": "RegionOne"}], "type": "alarming", "id": "24d54029402a45678f460817e779cc5a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5fb476d9751345678fbddac297e1d66e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7d764565dc4a4e528c3300d2948e1970", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "85dc71c7029e4ae3bbc68ca457caaddc", "region_id": "RegionOne"}], "type": "meter", "id": "b618386ac8c64c63aef1e1e764e541cf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e5cbe43d017b47bc8f9dc6bdfdd05e22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3d07e46a10664d7cb635ec91b8ed7791", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "71d3349d35a248fa8a22baaa2972c070", "region_id": "RegionOne"}], "type": "metering", "id": "a62ebf76d1574927abdea10d37bbbaa1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ffffb7ebe6f0479088c94106f6e10645", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d6b245638fe44d6a87ebb62ff80c7bde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8b0b702e054a42f18b3e7608678b65d4", "region_id": "RegionOne"}], "type": "telemetry", "id": "4189087d6cea4a22814afd1ca27d8697", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8f860f55b5b14d8ca4643ee413daedca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8fd319c7f49e488199095b2300fbc4de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b01a229ee4094fb6b46df5e6b980689d", "region_id": "RegionOne"}], "type": "event", "id": "fd2595a4e33b47c994baadef7667665e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "387f57922399495ebffb0988bde675bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cbb5b5c0fda0439f9e03e7c99b1831fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0dc24a2a83b540e9b6f161a96f394dcf", "region_id": "RegionOne"}], "type": "events", "id": "c2aeebb793a84d76ae4bb7e3c2b90cc1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "62a55eb3684b4c949aa30e314f9101c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "56ae72f571fa4cb08bec16ec151ddae5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2bcb0b0c368643ecbec30de4d73dcbee", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f00b01665ead4674842e02c1c491ee46", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e434f8603c3649cfba901577d3c24f79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8d4c451d827c4e5d9ee288629631efc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e3978620b36c4d2791f4dc1f30ace9eb", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9d17457e87d746a2a3d6591070c56c46", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "acecfee4bae54e8e8a5712cb08c96428", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "76d138b0338b4c2782781aae56245570", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a6af50bb74ea41be94910c942bac9f63", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "56a4bd16b35e462195f0f68db3ed87d1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bd099fa661b94e0d8a400ee66680e8fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a7adcd011d154e9386724c0ac5d01f44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b4605705bba84fb2a6c0500925126b6c", "region_id": "RegionOne"}], "type": "tricircle", "id": "a5d82a30970e4122aba9a48aa5730c76", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5df7b2b88d004d51865928104219b33f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "930d28ac21cf45f9a998ab86e69cdb1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3254ebf482be437dbfc6a3c79b10c516", "region_id": "RegionOne"}], "type": "database", "id": "3bb36cdbf5614756968c7b61abdc2fc7", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "06d4223c41e44b929bbc9b3712716708", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e606ff66d86e4937b6552d8c85404095", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7aff94a22a814372961dd47a98008724", "region_id": "RegionOne"}], "type": "application-container", "id": "7dab6193bc7d4787a1ef20a6596dec84", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cbe04a7926a84914af70f0b70c13b7d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c807c753e71141d6abff880ac9fb14a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "37c0b51b90a14de3a7feffcc011d1b8a", "region_id": "RegionOne"}], "type": "container", "id": "5a95f3427b0c4f9ca11e48f93ca700a0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4215b3b1e6114cab9fc3a1d7b53951a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c913cf65af4e4cbdbe8a557116170e65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b8e83cab5c9842e4b0d8e3434318b6c7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "066a89d1e6294183b6d95ee54ee5fb0b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e35fdf9e69204e329d6d7205e0eb6354", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e7fbb1fd346d44b79b468145939d52a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bfd60f24549b4330828f3d4f16698515", "region_id": "RegionOne"}], "type": "rca", "id": "c3e40afa37c641c9bf78d543910640e2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8477bd806fa8418d933de6eb8099a189", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3494e99d7fdd420bb52c43557651652d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "371619e5e59845b1b9747c7fe4b81c4f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c59beaa34be7446b83a416350cf2d8a2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "942242c1f10846c7b78643d3f483a9da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f6d59c8b735f43aa860ad8c275328745", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1dea8bbef36c4a45aa8e91e0581f2a0e", "region_id": "RegionOne"}], "type": "network", "id": "e8412f3e7be14bb38521ce1b45ff7e5f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3d65b67a3a134e158153109e6521de0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e58e6c03b46a47eda701f453a26d0f20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ae82857fe6f94b16a9257a3b60d0d387", "region_id": "RegionOne"}], "type": "backup", "id": "625fadca14c7454db8882e842f86d53f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3cea2e8534874beab65bd0983436bfce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "81cd8606e33445ab8aae28747f71adc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0015b30b716b47aa8a1b36752da585f8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8d033e42be1a4251a9c767615eee995b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "928041dee70f4f809177e0c2f86fe90d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "13c5602b2b1d46a7b76bc666db3b2407", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d5f3c2ae997b4e4b80bb75348b2a8129", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e1ddd371da66418789db38bb3178920e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "891f116420bf4f9eb5f5e816c296a16d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2c90145bc259411e95ee85b1af722c87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "6ad56612f9a340b4938491fb730eb717", "region_id": "RegionOne"}], "type": "monitoring", "id": "f0bcc1ee50a44f8eb52a59225c41a3bd", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "33a0a1a37edb49cf9b2372aed8fabdf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "eac637fdd2d74434bb6fcb54368fb318", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "589ad56ae6154dfb80fbca461c39a63d", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "dc4864c002d34a6ab3970a4f91b816cf", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "495db32f256747ecbefa002d15d9c493", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2e02a9d892bb4a2aa6d344f71a307e20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b877bb6836b640f8b3da2f0a6f7b1cbd", "region_id": "RegionOne"}], "type": "placement", "id": "f786c4bff0cf439292eaa2b12dcdc9cf", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d494acdf95274d168c14f465863d90ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "09f14da12e8148dab69e66941f4fbfbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2f440a99477b468c81fcf01a022ea1a1", "region_id": "RegionOne"}], "type": "instance-ha", "id": "835aa074b12f4c7b9cbddeb30c0321e0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2ccbd91e311b4467aad1cd8b2f9a5224", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bfcddd485c9044deb60e8b15b4d4d046", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f7b0e5ec399c4d529598a0ac0dda133d", "region_id": "RegionOne"}], "type": "ha", "id": "c31ffaf5895245f5a42fdcf1ee904525", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "574edc24f84041158b33567d89c353e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0a124cb8d9f3409fba6fbe6ec8987ff9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "2236e9787763489d9d0928af9e67b369", "region_id": "RegionOne"}], "type": "reservation", "id": "be7a0755eb4a402696e7c6a274b9d199", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "de32fef59b5042bdb6bc696f218ed1f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e58e7f182d2e4999aba7e1320596560e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "55f1540560b340e0be55c6c0b6a9f329", "region_id": "RegionOne"}], "type": "function-engine", "id": "f5f8c219e682411ea7caa0ad97ded2b6", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3d0714e506ec4568ae840875ecaf560e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "491755d3d6ca4fc4b312b2165a2044af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b7d33701e0964c768557331d418e653b", "region_id": "RegionOne"}], "type": "accelerator", "id": "688e6afb4e404c5980d70b7c73fc5653", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ad3b719a5a584d8293e1357f18896ab2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d8b4b3b4562a4021b16a3592d5db6424", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c7971df21e054bb08d8f6c51726fca87", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e1b34c4bdbb14558b16fa5d44121a7a4", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c836c7cb7fc94cc8a33e4ee3e5a3f19b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d3f6ad120ae14dcfb77f625d203eb74f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2be03ef60c8243b0a5ca459cd3a3c947", "region_id": "RegionOne"}], "type": "registration", "id": "ad4ee7e5134c4ff48d2c365bd6ea5c75", "name": "adjutant"}], "user": {"domain": {"id": "64031be8f6854dfcba5598922c6624ac", "name": "f11394804cf243a99ad3b810a39f1803"}, "id": "e90203f880084848ad134982ac03794b", "name": "f0a570678959493f9b9bda383089e930"}, "audit_ids": ["cdfbcbdc2eb04a9e894e3a4e5d48a00b", null], "issued_at": "2019-09-19T09:04:43.692230"}} 2019-09-19 09:06:43,876 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-security-groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,881 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,884 keystoneauth.session RESP BODY: {"security_groups": [{"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "Test Nova security group #1", "name": "nova-sec-group", "id": "2"}]} 2019-09-19 09:06:43,916 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/1234/action -H "Accept: " -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"removeSecurityGroup": {"name": "nova-sec-group"}}' 2019-09-19 09:06:43,921 keystoneauth.session RESP: [200] content-type: application/json {27} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_user_delete [0.064577s] ... ok {26} openstack.tests.unit.cloud.test_qos_dscp_marking_rule.TestQosDscpMarkingRule.test_get_qos_dscp_marking_rule_no_qos_policy_found [0.249401s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,693 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,698 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,701 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,704 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,717 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.633229+00:00", "project": {"domain": {"id": "7d6867c1b0414854ad9f12431577b37a", "name": "d031affc78d94a13b9e8f09b0d0223dd"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4ee1bdafc30947e78a1c39920a7793a3"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "cfaf2b36d8cd40a1acebc91d5e7c173d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "da975f4a09c644fb89afc6ab53e5359d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9b11e34929c943fbbac944c7b2d269ec", "region_id": "RegionOne"}], "type": "identity", "id": "2c56a1b57f004769861ed38f9ed75ce8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "25717772184d4c66ad3a541e6f71706e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "02824db290b941b78c1db30da6be1ca4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "72a301068f2f4a1986b8feb3a395acc3", "region_id": "RegionOne"}], "type": "compute", "id": "f6d0ecd7c1b74a4da6e79369c5db1d9a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e2f3a592b53f434797cacec13b6e3532", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "198b87585c6046568f61bdfb5a0d7978", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "9972bbe99b0a40dfbf2d8e74c984bdd6", "region_id": "RegionOne"}], "type": "image", "id": "361341e94c83463593fae9c42c368667", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f72368be43414647a464922f24c61adb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "62ae3c994adf4ac49d9c5b088e64e16e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "599f6eb85c294030955cc0b3683d8350", "region_id": "RegionOne"}], "type": "load-balancer", "id": "8cf4e8103ad045caba57781c20882ab4", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f24d4019c83f4ac18d67670b0db6f8e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b78f63ca10364cb5944271716a302a76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ee238dc8769456686b70a6755ce35fa", "region_id": "RegionOne"}], "type": "object-store", "id": "a84121ca63604372ac707c282616dbe4", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f116770fe24a4c398706a101843e83dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "95c91c03330e461893303a5ca775b7f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "01fc1f54fd9844afac5835848ad4d305", "region_id": "RegionOne"}], "type": "clustering", "id": "deb16d9d72e64e0e97f36b8174904b18", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "74a98938f7b4453c885282242df1c6e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "039e708749ee4a65b725c2b1d654f3f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "711d26b26d074a9d9b90f49cfeb6b51d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "daf68907990b4449a17086a108c4bce2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5aa3e97b02784d43be9c8d821c906fa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "42ef84459ccf40dd8f843054df353713", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a90bd1588607450eaab9da8d62201e55", "region_id": "RegionOne"}], "type": "cluster", "id": "197b5d26a1674156b03ea407c34c4fb2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "54a712d84b2342cda43876d27d38e396", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bb83fab219724e19a17d8ec2f218b1cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a13a47d4e31e4f4d945b901442630183", "region_id": "RegionOne"}], "type": "data-processing", "id": "006bbd9e90b74cbc81e372b9ab08e171", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ed99d0039abe4f7fb6c9227c7da706b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e5435522362f4da3b98a5e6b54d285e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bc25d627ca9341dc809f0a22fa20644a", "region_id": "RegionOne"}], "type": "baremetal", "id": "88802126e32a4f43aa646f248b0f41eb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e246c6d5506848d7b53da687af07de1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "abd23d7238454edd9c9578371fabc1de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fdb6f0e597484f129fbcb0e82c716303", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4a7b1db3a23743c299a0d90be2e4bb68", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fb527eaf2b5d48ebb695e7fab4ec8af5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4e3b2c940b244565acbe4b4f8980ce3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "27e5d9494051400a9a4a0d74d37e652b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2717479b72cd4335bbc034719a500b3c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "624769ffc4da4f889dd79887806ead5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e819e224eaa846ca85cd60298b43e6ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0db4a9e79f874e90be436a61d2748e5f", "region_id": "RegionOne"}], "type": "key-manager", "id": "6dd1e36a3d6a410e9d6822b811c5e2ef", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0f54bf59acf74758b8cc3072cefc05b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "692326f5dd50466f91ce29844f602397", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b320f35fa14944af9b28b69409f2ed56", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f23d62181481494abfdd0ee4bff1238f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "68b1bbb8cb614f0babfa2ce63c9f0369", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4cba2ad827524ab9bee6f1509eea4661", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c52abccdfb2e40ff964cf8af28167aff", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a884c5479eb141b1bdb9453179f303d6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9beacf5f7cdf4e1eb5dc7167bf06138a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3621fd69f2c841e789e503f93c183e70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "55283b49f08541118b62cbd97eb3453f", "region_id": "RegionOne"}], "type": "message", "id": "cd42a2ec622f4a76a2dd2643f8e2d092", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7c9a8dc518a24841b3de2e864be43fb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c3decc11f94c453d9fab860c10d29103", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "be2f0e5596bf4b71a9e75f3bdb105397", "region_id": "RegionOne"}], "type": "messaging", "id": "2eb6ba1b357543e290d39fc505662144", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9dc4fb15e7d544088c5c0f60c0c5cae1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ce21fbfe818c467e8757f258f39ceab8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2d5d0ee03970447a87468f94f8963be5", "region_id": "RegionOne"}], "type": "application-catalog", "id": "aea0d520c1c14216b86ae7fa52191548", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c50b5ed407d4a4ea48c60d4b283b45f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ae4677089ba34806acea6178dd5361f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f7a59b568bc4ca7915e03ac7ce89b72", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e80ba3d1f9fd40e5889da353e8de6476", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8a7f9fc506164a53a6a5eb65dec116de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9806c6b8577e43e9991648a9c49ae5ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "34523d690ffc43298db0c7581e939235", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "9e4d31ba99424f97b246aeb7d96dd27e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3c47eb160d524f4cb791531cb0a345e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "df9a4b8b1fe2494f8ae8154078e12081", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f73f721b36ce4103976142287e99f8c6", "region_id": "RegionOne"}], "type": "container-infra", "id": "57a0796f4c9e47489dcb59bd6bbb5c52", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4b0661e6d32942dea012243f30ecaa2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "52848cdbeacf4f05b7a4c059ff5a298d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c0651579aa9c4a9286098760183d9485", "region_id": "RegionOne"}], "type": "search", "id": "76c87487af0a43888ea62ae11d209131", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "707a0223be1d4cd080e84c8d638570f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1fc775895e5a41f98d8b6cbec05dec74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "42c2823e0ebb4322affabc4d55eed07c", "region_id": "RegionOne"}], "type": "dns", "id": "6de3dcfaecb24d52b077106c526ec7f7", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f8918e2821f64538ac5997f8e8417015", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "08b2d1cee3eb4cf68afe3adebc615d60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6878799905a54e299e1f3b8bb22694a7", "region_id": "RegionOne"}], "type": "workflow", "id": "4b8206186c59477eb8faae2a0b84b438", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9e6051ba17ab430f976e18a2ae0930b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bec241556c3a4bce8ccbb1e049531923", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e6ca84e87a814c2f9abd21afbd154959", "region_id": "RegionOne"}], "type": "workflowv2", "id": "856c317f06ed4f91b559fb056e74418a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ab3c44838e1b4678b58cad9649d7ffcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c4249fe8cea84ff9a20ce314e40e4c13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d277ec06a06e48569d433b1be127f286", "region_id": "RegionOne"}], "type": "rating", "id": "1929aa1dfad04cbeadb5eace7dbe3f78", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f471ca9d439e4a96beae5d57a9b0149d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7921d73b878a4befb96142fc9b6079e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "94f9741f5d124bfa98926efaf3abbe9f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e4237bc53efb41fcbf0279a44b991316", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0dddbe7dfb21412fbc72392d7a3b68ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5f31f732280046389fcb5a0b17a9990e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2584cecc00ed4abfa2400e7989a0f14e", "region_id": "RegionOne"}], "type": "policy", "id": "d9ee81a95da04b57a2d1098519fbe295", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ff0b3ace0b714da6857586da086fd0d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "71ae1f7a9b7e419db40bf23b44099d8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7c03149a93084cd8ab3af3f3c525cb00", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "aeed17eb7cd94d7e92da28acab943ed2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7429aecb71b7480bb7224cc46a34d358", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ce56987be1e343f08e2c6ea44bb289dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cfaf5a5a34f645008cacbe63a54bc31e", "region_id": "RegionOne"}], "type": "sharev2", "id": "835bc2657b044c6096caaffaea0077e8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "262d2d2546d742fc9dfca68ac9a88417", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8085517f326d43238d5154930ffc7d13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "650cdf81525d40ea9c1c892b45a5a023", "region_id": "RegionOne"}], "type": "share", "id": "190170e321ce444a98bd1dad32087a59", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "54ad4ed2417f40f98c52d2ffadfab1bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a27d813b3a584d6692f0dc31277f34d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "370da408dd234cb09611613bbb03a703", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "29287b484a3c4550946a0b93dfd42df9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a8f1dd1e1764e25a15cf49ee2826cc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95e35dbd277246f68dca8973f63f7cb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99c6db27c6e34c74a5ceac2b2db8b507", "region_id": "RegionOne"}], "type": "orchestration", "id": "7addece2672b43889e2e78073aa87b77", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a14047ae17f4209b8b68fd45b928e8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8468c7e6ba3d48fa955baf3afb298e6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0ddf23ba3d942d4a6f9a8ef4a7ccc23", "region_id": "RegionOne"}], "type": "block-storage", "id": "6b5b5e37b5be4d688a71265872f2f158", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "520988ad9d0d4219bfd08302c88db806", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61781e292113414e9f756c29a5a91208", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "722dc44536ea406b84a6b417c60bf222", "region_id": "RegionOne"}], "type": "volumev3", "id": "1b45743fbba44ad99300d8c9ca413dc7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d14f38538a8240ae8bc815b1b0b9f5f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fbb26c7ff3f74d8ea772c8a4b1fe8840", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cfe737be6bab437d9c7e18d2562455ec", "region_id": "RegionOne"}], "type": "volumev2", "id": "221d84a299c248f89bd86d77b8389982", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47b2a49d235a493bb37255f847fe3528", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d3c5d75f1cc46a5b9c071931d340545", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c31b9a7ad77346059c28f7dfd16b4436", "region_id": "RegionOne"}], "type": "volume", "id": "38932782f2fd4d59825d43b4c6090462", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c579739242204c918b3cb6a4133c54df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b997df6381b54e918c65ef67d317108a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "221fbbbf1ce34eb788ca62c828ed57ad", "region_id": "RegionOne"}], "type": "block-store", "id": "c671b349231f41448a65f206f18c2e1f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "471c58b87055489cbdac1cf94fc288f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "03059b2c067a4e92a82c98803c56a6c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1028078a82c64aba8d73aa8f288abb24", "region_id": "RegionOne"}], "type": "alarm", "id": "f9c6d010e640474c833184e3857797ce", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b9984aa2c7af4f16be9e7eb411a50ccc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "84b80acce99a4d11b1c23bc7a1796f61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9b218441a50a41c4bf32b648e1904282", "region_id": "RegionOne"}], "type": "alarming", "id": "dd05aa757b2a46fab23280b1edb840ed", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3de46bedf5c34c9895563ab777d7d22f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "835a1ded3f1143e9b49df0e1d1266d5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "57ad818c15c74fb19dcf80afc32b9ecc", "region_id": "RegionOne"}], "type": "meter", "id": "e0e8ec15f06d4224b31a5416d7b67fe0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "717d045b420747a6b8981230bcfd0df7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2ec0422d22ac46f6a14e4b8abc9988fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "634f4ba784da44fe965ddeb44aef4257", "region_id": "RegionOne"}], "type": "metering", "id": "3927019a9a1441bd850b16ed2d8c3763", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "947aadd2e3304f4abb482337d7fa189d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "badf853b60ab4680b8e06b4640095cad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "11cd34363e3b45639a52133e92e173a4", "region_id": "RegionOne"}], "type": "telemetry", "id": "1061e5a063ba443e866bf811dace1e5f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8cdc243acb5041ffaf5e769eab02c428", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "31556c2f4a814db2b6227d2cd761d6ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "815b8e42768742f781b2320073c190b1", "region_id": "RegionOne"}], "type": "event", "id": "bf6f1349e70f4ad0a370e09d82e27c3c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5bc82ef266a2454581ff4188f1607b69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "14c930e245554146be5634d955d9de74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e90ebe75be3f4956bdabb1760c6e6741", "region_id": "RegionOne"}], "type": "events", "id": "f32d7447a46642cf84de1eac0b781cd7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c1b835d31c7f4d0ab9755f7175246aba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "42248a3eec9d4b31b5c6a0619556e27b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fef6b5bf4c814760ab023ddd5d079975", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2ab6ccac1546449399288f8e6f1b6cc7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c8ae9603b0714a2aa975c6db29d91916", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "04a25252ba444729a1a16a2fe684272b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "63466154da934b5eb2e35535907caab5", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e35c3783dabc4cf4ae2e9434b3b033e4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2aa32ead5fb14d12860133f462382473", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dc07352eee6b455aac2129315300f781", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e7e6db911ae34107beb7781e2cb083b9", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "1ee706a0fa3e444787b662307869ef25", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f02bf1ea33f2447db5df6fec4adc49ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f4fc81e5610c4c7aa8dbbdfc1639ba05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f588bdbde8504590874997b6600a3756", "region_id": "RegionOne"}], "type": "tricircle", "id": "85745d0b28b243dfafee0fe44bcdd8ae", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7b74ff178bca479d87c2cfc03c3c130c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "cf385adb2ece44ec828d018cc6e93b20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "654a94fcb9d34f62b20a296f8683d12f", "region_id": "RegionOne"}], "type": "database", "id": "15a7c68f40544f3884a493eac7339523", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "21286c6e4880497f99ddc00b5c7fea73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "40890f11c01a405da524407753c5205c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d88264f7dca648a8903c4e9360af0f76", "region_id": "RegionOne"}], "type": "application-container", "id": "b07a1a5e491e476dba9693f211fe2a6d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c8324ab68e5c4578bcdb70ba897c42b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4b5905fca5c54377ba9da13f146e503c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ba409efe892a4fd5a5d4a30648c51678", "region_id": "RegionOne"}], "type": "container", "id": "308ad22006aa40e3a3425611a91872cb", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7fb0a71dc13247028826559be2a5ae3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "04ede66c9f3d43cb84f997f458fe8a82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c362b5f1adba4746812d6c9f06a5a60c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4ce91f1dffd648a9a7fa64eb16b318f2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "64933744137245788f5b9dc5c2615deb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "17f87cf54b7044cca196c776f0d66e44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "497eabbc66c14af795446aeb3d92dd05", "region_id": "RegionOne"}], "type": "rca", "id": "006c5e7cbb2441f9be5e96649df5a715", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "acc68cda93eb470194bdf40ab5941cb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c462f8aa18d94147a90d047fb3425bec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "af79e0d9ff394601b66a8da7edb0c979", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1b4a9e0e48194f489891977c37db7093", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a48dd43a018a43c4a008fa309da47255", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bd6099a4f00d465793228d9e12092eb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "21f092c444a5490aa00d2818ab30fc95", "region_id": "RegionOne"}], "type": "network", "id": "c79866f5a2b6420196f68fc1cdeea8f8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "615ac44bba5d4a68bc9ef34bbafbb44b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4c6071f092664f82a651dfd7e193536e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "06fb64f2fa3942a9ae7bb85b3585a0c2", "region_id": "RegionOne"}], "type": "backup", "id": "03e1861cc5c94aefb0c12259c7435015", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ed156e5396c94a3888b9b84f198e3ac7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b9caa7cde05049518c42c86f089bd0a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5455a899cb8d48a1b47125c08a3968b8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "fc07abe6e30849cb9ef1829243d17e6f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "aee3d78f3ef743f5819196b2e92cfa03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a58fc40a55d9411ca4f14d4080cee56d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bb82b0f016564114a0c969422f5bec54", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "eeff83824f754b2a9f62261e2a414147", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fe066009a1a749a191553f148b8fe213", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d115be486749470b8737f715b2a9f187", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "7cd54a637c974d6d889f3c706a996951", "region_id": "RegionOne"}], "type": "monitoring", "id": "1d8d0601b1d6419daed2a5e7ab2310df", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e1af2739c3a14cc2940e4d86bb21149a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "53d2fab0ac694e89a0793a0827fc10a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "02c51980d99e4519bcce54232ef50d0f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d3f9f61236774e82b96109622d7f1e34", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3f6abfb5ee6d418ab654af83d3ca17e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b8ae2eb7fa14446c820006d3bc10e797", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0f8c0acc4c524ffcaaf61de3e9f965e8", "region_id": "RegionOne"}], "type": "placement", "id": "68bd3f9dbd6b4d208c1e3974a4f5f99c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "38244d1cf6c94a33acb7191d8a0ee7c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f7a6db6ba4ca4197810cfe459c5f7cb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1d839ea345bc46c483bda01575a9fb6e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "df9e8b3b2000401583655b35372f3889", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fa1fa1d077e74d6a803ed9d1afb928ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f797d300c89842a18c2fc8c675f4cc93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3e2b211896ce4783ad7765cc88bc45c3", "region_id": "RegionOne"}], "type": "ha", "id": "40c6752df0804594951f20ac1f33040a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e32dbf8dc2464a25ba95f853e4381116", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e2b5842e21a64f7187a2068db6277d2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ea089a9e00e244be9ef40f703355e160", "region_id": "RegionOne"}], "type": "reservation", "id": "db6c03ef57d147c48855f33bc1b021f9", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d5deb47c34da475bb77204dd54903a90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "66394ec5e80c45f687c222caf8348f43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "bc63761a95c248939ccd2185318275a6", "region_id": "RegionOne"}], "type": "function-engine", "id": "e9507e7d191f4a42ae6b6cccc5428500", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2e8dc08934a644c4af37fdd66e2d45f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e1c11011e36b49e9b6921b8dd3b0b356", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7a78113319ae42ccbe06feaed23a154a", "region_id": "RegionOne"}], "type": "accelerator", "id": "4cca0611f4a443b6bcdaabb8d5dace9f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9d6aeecfc7ef4acf981cc9338b6790e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0593cece649f49c181a2bf2037e98094", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "852e01d73834494696559484873a415a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "61e0e5f386db4867ae5d3f62b9733392", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b09846adb25840fba6e617796803b207", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "74d853882cbe44b0b8e4378f1a9087d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ad91afaf99124841b51cfc9b7feccd50", "region_id": "RegionOne"}], "type": "registration", "id": "a7bc3ba639724aedb1997070d3fe1724", "name": "adjutant"}], "user": {"domain": {"id": "5a58b91d7fdf46ab9a1697d4c5904f7b", "name": "f0a05b1d605444579b3a456e02b71ded"}, "id": "6da05a4a7cf744a78fd374dd6e954099", "name": "5ef9581cbe254869adea0e738719a2d9"}, "audit_ids": ["a3a754af69e84502bd23acee9c0a63bc", null], "issued_at": "2019-09-19T09:04:43.633229"}} 2019-09-19 09:06:43,845 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,850 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,853 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:43,857 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,862 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,864 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:43,868 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,872 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,875 keystoneauth.session RESP BODY: {"policies": []} {4} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_user_project_v2_exists [0.326092s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,704 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,709 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,712 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,715 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2019-09-19 09:06:43,811 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d668b09fb6b432c30ba3e4905dd475b711c814e0ef02d2de92e232ee13ff45ce" 2019-09-19 09:06:43,818 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,820 keystoneauth.session RESP BODY: {"roles": [{"name": "95c005288aff4590b68e69e37b5c9a0b", "id": "6bd1acda2beb48c4baaecfecbd91a425"}]} 2019-09-19 09:06:43,850 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d668b09fb6b432c30ba3e4905dd475b711c814e0ef02d2de92e232ee13ff45ce" 2019-09-19 09:06:43,857 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,860 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "0cbc4e715165441c8f4633bb84ccea4d", "domain_id": "1efdb14b5f5740869700e9a1975de4a8", "name": "username-3"}]} 2019-09-19 09:06:43,900 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d668b09fb6b432c30ba3e4905dd475b711c814e0ef02d2de92e232ee13ff45ce" 2019-09-19 09:06:43,906 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,909 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "80cd89f2a604416aa7b370a8a3dc9131", "name": "projectName-5"}]} 2019-09-19 09:06:43,946 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/80cd89f2a604416aa7b370a8a3dc9131/users/0cbc4e715165441c8f4633bb84ccea4d/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d668b09fb6b432c30ba3e4905dd475b711c814e0ef02d2de92e232ee13ff45ce" 2019-09-19 09:06:43,951 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,954 keystoneauth.session RESP BODY: {"roles": [{"name": "95c005288aff4590b68e69e37b5c9a0b", "id": "6bd1acda2beb48c4baaecfecbd91a425"}]} 2019-09-19 09:06:43,957 openstack Assignment already exists {16} openstack.tests.unit.cloud.test_quotas.TestQuotas.test_cinder_delete_quotas [0.344810s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,586 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,592 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,595 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,599 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,613 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.521908+00:00", "project": {"domain": {"id": "fabd5f4498ba4725984164952664d657", "name": "83ae760c8fa04fdbbf2b5454a978be04"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f9f1ec6dfcd346f480b75216e519569c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "7efbb4bc6b6e4dbb91e372dcf6984778", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "1c55b0c7e9e446818b32b25b484a8493", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "b96165f2e7c041bc96323218c91e7e7f", "region_id": "RegionOne"}], "type": "identity", "id": "83250a16247844a0b54c8ce71925ab14", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5986a03c1cdf475db4e109f49c781030", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3eafa77765af48069c9b2b1604d2f180", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d74c834bb6d949eb8cca27b88e6c4b11", "region_id": "RegionOne"}], "type": "compute", "id": "5afc45572199438986e01e8ca276c296", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "246ce0c6c64641cba4ae9145444d64e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "12d3099a1fd740c8a93115875d1e6542", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "87f327d457e443769a7d0f1d0de26a13", "region_id": "RegionOne"}], "type": "image", "id": "9a82747c797d49b0b353f5916b42d383", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0fe3e059779b4d7991d8448f1c3becb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1f352acacfde4df1a5eaf4228e778339", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a41bd6e7cc7941e7911b5cc9c46cb676", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d76946e50dd84b03be7937ec2ad429e6", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8649869fab6244b3bbaa80aa48dfdf8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c2b1471e0274c8c819b2801327f7f68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0078a336f33d4372b47cf9e52c8fc975", "region_id": "RegionOne"}], "type": "object-store", "id": "479fbf3f3f4447b3b7ccedd7201cb9d6", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "663c1333ad954187ad7e1ef77e7e1a5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e454945a865444cf8430eb2eee7892a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2345ee8e083149f693c6c0c4a36a5e25", "region_id": "RegionOne"}], "type": "clustering", "id": "ea72a5a655684c3c89eae914334982d7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "95aedcd3a4a540a3a5f96a621a919f3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cafdb71c12de483fb2e48dce3690c5e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a033149ff6764c6ab06c9ebfedea0270", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e15a27aab6fa4d20b25dbbdd44c0f5cd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "85b325ac7dc6413b99af4976ab5b4970", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f86701ac5cfa4e359572b839e4086566", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "252a6b1a633c4d9b9009f800d13823d8", "region_id": "RegionOne"}], "type": "cluster", "id": "a480a37fe1ee4b14b9085f7b6c496a7e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b74bd6005d1f4a77b51aa7ee68fe5914", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1955660cb0d44874b31fdd7d2e505f1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "13b08a3655bd47e88df801c23c0c090f", "region_id": "RegionOne"}], "type": "data-processing", "id": "2a0c99522fc44c4f8a8a3ac42e4905cc", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0a47f0977c634a23a644e3e899cb5cf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c04c5fa1dbf74d2aab6b5b4374552613", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b0e54e5e6fd54f788b4ab94b0f428d38", "region_id": "RegionOne"}], "type": "baremetal", "id": "c1428a6ef95e48f4940dbcfd63d2df35", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1a5650c1d0144c499d66882f80841331", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "af59c23725c34b0aa2906362e0cffd32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0fc88813d8444128860eb99b0ba99072", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d7cf05a7818c4d1ab3dbec9228621e58", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d46f9970792c415cbec50d6511f32871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "51e4367a8e1e4887ac1f533e7937778f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5fc51a31caea4fe59d9bb4d3a6e1ab3a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b18a88140aa94262a44513ac91e3ed81", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "33e8556d511e4f1ea77acfa1bd218dff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d58902e04201481bb2e07426dd8e5850", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "cb3fc3d3e71f4bc69cbf16186931a8d9", "region_id": "RegionOne"}], "type": "key-manager", "id": "42f130c0dd924cbc88d081bb668e989c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "acbd648b84df423590ddaa6e70f6ea02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d17aad1a20d04e5cb0a5cbc66cf97659", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1bc5e0bcc8f6494b994dfbe832fb6856", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ef00400a08cb4d26961c8e0c0fcc3075", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "552844aa964841f497d6842fa689b3d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8ba982743a7d4685a68fd836cd916dde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d5d7f676ccbb46308e2ca41fdb7dfc9f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "3d29e15ecc26489199d9eb9441bf01c4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a29e4b0383e7462d8d01e9ba9d986f5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6e1cadff2f434863b039ca7e4a4e73a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f601257a1e1342c9a21b7fe538e03033", "region_id": "RegionOne"}], "type": "message", "id": "f6ba5fa4ff7f4a4d9d9d622f28e0ec48", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "49557fa73dce45838f4b8a1294ddb367", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "77fe2561f6d3471486f5c49fc0e08605", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3524fb00f09a410cb8e8f954197a0c98", "region_id": "RegionOne"}], "type": "messaging", "id": "c0ea8ba8a8064e4ba212ed2ad370ea64", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1887b8b52b834fb7ac911801414db0c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6a4e1a4f83d8409ea93ad7ad620c21ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3e85df017ffe4f9cbae0bb89eaddd1c7", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a9c06f01e2a84c62bae13429a411244a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ddf10badb100464f8118c103c94fd489", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cc63b7f545194ba48f291c0ce00217f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a67b9182221f42d3982f22ad1cede639", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "96ddddf5f8324f3c912e1414eb9b508b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c5e34fb671b84f928a43f2ee3e91f793", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eb4f1779359b40278b9a352e023b1f2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "20979222ebf44f56a81ed43c79e8a8e8", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "8cde2443219b4e8a891c685ac69f8d8b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c1de7734531948a6b9e8553b6fcfc2ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "caa8e0557ded4bb49f8e84ac5ee46529", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ea802ff6ce684d72b4909295652cd104", "region_id": "RegionOne"}], "type": "container-infra", "id": "baa426eb39324bfaafda1c74a48b2809", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "3fa1aef748ef4ad6aca0e00ccd8f893b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "68da26f7750848e1851f32e5d41ce98e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2a43abb66d0c4c2082bb3d875570f8c0", "region_id": "RegionOne"}], "type": "search", "id": "16ea98c7e6974769bb486a98b0aa4434", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "fa5722481ea047ebb5f22c6e7497efff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "61c740983b2340a3939d3d49002ed1fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "26a992b103c54ca5b4bda0ffa2d615df", "region_id": "RegionOne"}], "type": "dns", "id": "e4d8cbb1e6fb479981c3e00fd63dc90e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cef67686482b42bea8d1415e005bfdbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ff111c4d70d24def9f33205d4ba305af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1b64bd9aa65e448f9d6ba67bcc404de8", "region_id": "RegionOne"}], "type": "workflow", "id": "81d0338220354c7cb423a3dffc9f5bb1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aa36698f039c481cad3df357d5e83318", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6e2b52209694425b9ac10631719262cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a92293c0a7b64870a7e02878175298d5", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e56c776d2b3c4ea0a9e89751e6f299b0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d868e20b76e64f87801577d427238c9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "98cd7e2a8e3441bd84414de63cb0d110", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "21c793c21df54de5a86eb07a62731aca", "region_id": "RegionOne"}], "type": "rating", "id": "cd3b6ef147ec40f68b893a94c745afd0", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0afb7e99678245bd8f249a7836dee874", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "275835da11fd408295dfc22d8c0ba735", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6b554d6056094ae68aeb2e9224a4a140", "region_id": "RegionOne"}], "type": "operator-policy", "id": "212c6237222145a08895bbd96fc65c06", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9301f643fa6f4530a92f74bb3e43614f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0dcdbe9031bb455e86060eb54163bf5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e074ce5258dc4f47a2231af323eca92f", "region_id": "RegionOne"}], "type": "policy", "id": "415d2d91a6f1449f9260439c59fa6e01", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "52a1062c9bd64a49879c8bc0b20cbc99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "98813c2f1f1d422c9b664204e51b76e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fe393a5acf1c4e818b7d742ee3201d5d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d8ad54d125db4d118e93f5db9500d79b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8e487790524544bfbf5f44a3449b240e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0b2d81fa427147afa3bc3dd9f08c8531", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "46cb7a6bcc154cef93ebffed9c260b64", "region_id": "RegionOne"}], "type": "sharev2", "id": "195a7cdb3cf74adb86f4b31c81cbfcf1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d3795944653b4620bf54c50de5f7218a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "70be7bd36f4c41c79a72476ffa5a5c4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "424fe3c5ec9740f291931b92c4c97da6", "region_id": "RegionOne"}], "type": "share", "id": "529a5287c38840c49ddf4dc3e5e5e959", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ddc1cbced1804bd7a16e6fde4fb7acdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0e393499feb04137968a70c797aecdfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "aed864a001044fcf925278190132cd9d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "55e333cb6880490cb7b00378d9b0fd2c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dfbaef6b0dfe4e0d91d4ed432dbdce20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "681680ad2b6f441c8de5d40f6f9d7d0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c2d1eab7bd34e11bedc11b9f8982968", "region_id": "RegionOne"}], "type": "orchestration", "id": "25a05705e27d45ef938d0f69c4027e8e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1a3c9816f044ff4b9f9893ddfa17c65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5f777c2263c419787df385d9421413c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c49a1abaa7304a79bce0ca0380b84714", "region_id": "RegionOne"}], "type": "block-storage", "id": "02e54f5d5f3546cabb09e8686d7a699d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "632e14c5ac21481eb17d7ce13b1b43e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3100be79c964b8ba75f51e088819eb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9fdfc3073eb472e8b1819ac882da030", "region_id": "RegionOne"}], "type": "volumev3", "id": "48f3be3cd15f442f93664b8f18b6d70f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3ab09bdcb1044b2b4dacdc8de459406", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8380c46eefba4c64a8c687c8a88a381c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87b8c861207d4c5891328451411f3368", "region_id": "RegionOne"}], "type": "volumev2", "id": "f6b1ba3fcc2c48aa8e348bef1b240ccb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3c4e89967fd494080abb040a9a5277e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "634e5a614d69447c979dc771eec10d0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba382c0c4af74f6d84e2f130ddb6e89c", "region_id": "RegionOne"}], "type": "volume", "id": "baa268a88bd740cc87e9e753126e1bdd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b1e0371f8544f5892dcfb0942dc5ef2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb14e5ed6c4949319a83b52ccce93653", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c6b57f7df34481abee4b652fb2507a2", "region_id": "RegionOne"}], "type": "block-store", "id": "c0e68c8a3a5a4eefbebe94122c6251f1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c67999665e714501b67501a98f274920", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3d1963a45f92404c91525222bc242bc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b1ab1dbc72b441e580f080d6672d6ea2", "region_id": "RegionOne"}], "type": "alarm", "id": "a1e4ec6bed27407eadb1cc9ea57fc367", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f86cb3b106374f2c92d8282c4d53fc11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4661ec09833b450b8a856aaac2197584", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e83591a03b4c4e599fd9d9bff9ede6e0", "region_id": "RegionOne"}], "type": "alarming", "id": "ac8249d447f04daaa40cf29b5723cda2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "06c01521916045f3b210ced174d1e1f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9db31457ab2d466dbd2d65801e189f39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ab7b897a42204883bc63309be1e6edb0", "region_id": "RegionOne"}], "type": "meter", "id": "02eb0cda4a6d4f3bb23877e53c30d0fe", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4dbf6823ee864229a10fe0374f860bc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1e21f59c2dab4d4ba157399185f99d96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "dafe9e452f6b4825a2386959f91a4e08", "region_id": "RegionOne"}], "type": "metering", "id": "6901f40c20fc4613b1e37690d2a1842d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b1e5bc3046d643adae24404f6b99f1d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7e6ba86dec7944bc841aaa13fafcdee6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4bb3a01d5a674a3197511619cda4df1b", "region_id": "RegionOne"}], "type": "telemetry", "id": "225315267743425ea1eb9f1227562b35", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e02a44edc7b64740a736d2a41e749a1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "64a477d4d2c043f083edbe98291a921a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e807365c4f4b48ab9623a97b1312e6fd", "region_id": "RegionOne"}], "type": "event", "id": "05b9f496f61446acb775cdc5a3d28658", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "779f0551db1849198b3d5fd7fbd0139d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "19324c7b3ece4bd9b40f7fb005710d07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c7e0e30bb42f423396ad83fdbc36e5c8", "region_id": "RegionOne"}], "type": "events", "id": "e76be6df72664764b26e8c281f7fa879", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "030f5687f1504b0cb54512656b4b7499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "34c84dc96a2a4c09a7665ad4d30e8aec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fca57efd212341c4bd954250cfeb44f2", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e2bc577a57694883b57d25ed81bec207", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6902afa61ff54d8c825a1029c20b5163", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e2282817d5344440a16f6a53dab0e18f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "442d51ef1f9c48aa8752f02a74d15312", "region_id": "RegionOne"}], "type": "application_deployment", "id": "04531dd2c4194e73ab4c00920674825d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ac3e30588e334a9eb2c9c5191c473957", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2a64940ad56544098eb017483b9380c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "114431f8749f4a7a88e1e3a782222d18", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "fb1ae9bc00df4a56b5de9051937fcfd4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e816275c6a3b4a67ac14f25a128e35b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "18fc833c214848919f71ccb4e6a5b4ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "84a220c0e7664af6bf6227ab86b6d77d", "region_id": "RegionOne"}], "type": "tricircle", "id": "fd42c7df10834b21a788d44390176813", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "851e6533ee214bcfb0de79d7d63d09d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "447881e15ad24031bd620af9b01b047b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6e6677b8acd747f0a9239ea16f1cb0b0", "region_id": "RegionOne"}], "type": "database", "id": "610ab79e70d0491cad26ae7abc3582d2", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3163bc6923f7467f8cdb4eeaa78ee0a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3b0cf264b8bc4628b342f7befef5e938", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0d1ebe46d8134e08a15e590195c44e11", "region_id": "RegionOne"}], "type": "application-container", "id": "c0aab4232d594d4891a662195349ea83", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "991d8de326ed4c4dbbfc1ba4eb67d555", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0963476b18d54550b6755fbe4977d28a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "22d151b3c6014175ab03e0f1e0a70f0e", "region_id": "RegionOne"}], "type": "container", "id": "a375fd94c44e46c38d50f9e391951adf", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5b72ac45f5014c2dbdaf096584e30b24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bc3124a1e83742d3850a058dad0cf39d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2946b708e0f54dd5b407b435346b7a7d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2a39c3b190b54366bbb57c9ec5daa89c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fc5fe6e380314266a4b2d91d74ceb725", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6f1ec34abfc747439a1b684844b9c5c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "06f981c3d3e2463ba30c7693524c1bd5", "region_id": "RegionOne"}], "type": "rca", "id": "cc48b3d827ea46f3a600cfe0810a6803", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2a217d47c00a4935a6ce1991b46987f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f30aaeb7c2b24983a8e89cd4c9dad49b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c8ae0e213c4848b1bffaffc54b2f4fe4", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c8ea9333ffbf4c47b7b3aa2508ed45b6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "951410d93ac8401d80e204655bba6ee1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c2470be9eab1414aae38c1ee0556b3c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0fa8b083d2b844a8ac0619877ae8d8d4", "region_id": "RegionOne"}], "type": "network", "id": "6a78c157d93145d1bc184e659a8f9232", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "df6f4c9bf2cd48fb8d44b5b31e7b4b87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f0c8ddd628a44322ac6e8b6e4a9dce9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "cf15ef19d7b248c2833739370e915872", "region_id": "RegionOne"}], "type": "backup", "id": "f58d7b7e29594922a0f547b0327464ee", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "addbb6fc0a8a4079af5d9118dc11faff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e22ae8285ae34d03ae1db6ad9d17e629", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a4831fabfae04f04885a625d3c29143d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "bec2ea0ba8c9403abb96daf3482064cc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f610dad8ae7f4a5b85fca367b90e6b07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bdc13e593ba64bddb7b0ac19c09130c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "38c783a50d8247f794dc72fe421d3d88", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5c344ab838884df2b0c6a2071342f636", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2954975dc98746ee8fcebe60708be0d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "38711baed5d84be48c715fc87b8b4df3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "6c996902e29646b3af0a0d2af987ae49", "region_id": "RegionOne"}], "type": "monitoring", "id": "9b0bb1d6733a402c8c636996b71e8823", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2cf790ded12c4eb394a15199de318a63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "86c0cffe3c3847e6b2eec17b09eedc70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "938a5b3768c04561814f4c7dd3ba085e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "477a3ea69d1840639aa3a2f9014fae32", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "13956640ed144bdc801d6baedf1c6e5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "489683f09b6f46719b12b9acb61e53b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ce1ba548c8b24ae2a68289730ea10058", "region_id": "RegionOne"}], "type": "placement", "id": "e1b771aaf6cf41948fcb8d0ace2ef081", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "16703a453ebe4644af74dfa052e296d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "39deee70ddcc4cd88bc9d08178a613b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "63160e29102e483bbd34de1358128288", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e650300c03a942d1bdaf4b0165b7b056", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "596ad42f3a93475084ea2428c61b8530", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "045ec91f29574ca4a6fda131ceb9cc06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5c308eb034464545b8561219f9e7cc97", "region_id": "RegionOne"}], "type": "ha", "id": "212c658d3517472c852cd6bc5356fa2e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cecbea76023546518f96817c5dfea3dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2a364116e708433e9e80ac8b8982f8e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7300ed1cb4df4e738d42beca76f8b3e3", "region_id": "RegionOne"}], "type": "reservation", "id": "63230d46f76f4bd5b3c2a40bf5481e23", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "670771f7f3194aafab0f678cd825ea11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "efdc185ab0f24c1e84b9f53e1594458e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "ce3a9a145fb344aba58bfc21ab56ee49", "region_id": "RegionOne"}], "type": "function-engine", "id": "8b886ee704a547a0a3de0b033bf3184b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a93075f397064eec9669c4a9b6a6b320", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "31b9ce967adc422c94b85be6c7c04e1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ba4b0c37f6474bcaa66838feeb77a03b", "region_id": "RegionOne"}], "type": "accelerator", "id": "1fe394ee2c684795a212436166975818", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f57884ff2cb048668bdb0c4acf2f43ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b18ac0b9186b441d9028b2a280f0af45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "01ecdea8e56d4ef8bb37d8120102e0f9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "295b8475a61c456c8e47f4cfb468e37c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4fb39581eaa14cfab639f4b5bfde840e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9347bf2b55c04b9aad7a9481b9f19fa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f71201ffda574a96b7984a43f6b51511", "region_id": "RegionOne"}], "type": "registration", "id": "b0207591ce4e4eab8e5eb81e09cebaad", "name": "adjutant"}], "user": {"domain": {"id": "30b7c321105d4e3b804cbe61c092aeee", "name": "9e6c80cbfa8d4cdbbe4785cfad6baeed"}, "id": "7d3aa4ece4ec4d7c8cd6b521ee6043af", "name": "968a296091c249e988391696faa8d510"}, "audit_ids": ["a159220a9298469cb778a690fb9ea80b", null], "issued_at": "2019-09-19T09:04:43.521908"}} 2019-09-19 09:06:43,751 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,757 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,760 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "4116808403354aa08cc2f38979c04de3", "enabled": true, "id": "da84f4c0e187459bb38ee8f1442559c4", "name": "projectName-2"}]} 2019-09-19 09:06:43,794 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,800 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,803 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:43,852 keystoneauth.session REQ: curl -g -i -X DELETE https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/os-quota-sets/da84f4c0e187459bb38ee8f1442559c4 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,858 keystoneauth.session RESP: [200] content-type: application/json {14} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_user_domain [1.359052s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,593 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,597 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,600 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,603 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,621 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.529979+00:00", "project": {"domain": {"id": "f87dea6473f04b3caf942073def0cf7d", "name": "07f19a958ba844dc85c2e4c571b7837e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8cbabf8611e24d45b8f669006333e484"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2d59e8d9cc264f5abc150e968606555a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ddf56d8d2c2348448c40a67cac6979ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0befbe86b4e747049380a82d5bc835d3", "region_id": "RegionOne"}], "type": "identity", "id": "61aba51d431e4769be366424ec267ce2", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8b891be577c34b11b952b622d0d7bd56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "50b2f2b18a104d61b2493e2305fccc22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e359b1937ca14357a1c8ef6c2f599b24", "region_id": "RegionOne"}], "type": "compute", "id": "4763f4e18b5a44a295d1f5c06752a924", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "482a3df630e7439da5bb1b4cdb81b94c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a334cb4c95af4faebe303cd1e1115501", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ef060d98fa3e4849a8c464e8c508cc32", "region_id": "RegionOne"}], "type": "image", "id": "aa4d30a2d31b4c1f8ff3a35df9eaa59d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "348676b9f23f473e858301bb0b063c5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "20fc4bdf3911454886908c9613772d36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7029ee140b8148da95f13e779bfc9f65", "region_id": "RegionOne"}], "type": "load-balancer", "id": "5feb33f6fabf4f57bcf92b5247e73b02", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c84f67996bd4a44aaa0e1aae4328a89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e49c1e29f01e471e8e33061ce019486c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "adb1edcbfec249c9b7d19a9a91143b79", "region_id": "RegionOne"}], "type": "object-store", "id": "17e07d101640483ba987d204bcdf601c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c1ecdaf268264489b944e003fda70da3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e4de13835eaf4085954a80bdae3c810a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ecfefa01f5e040ddbb3677866af5f5a2", "region_id": "RegionOne"}], "type": "clustering", "id": "26247d4a581841bc8838fde19d42b0d2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "febaed63fae7416e876534e628a481ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "38d013b47b594b1ca18d8749c8fde32a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c7e65a32880448de8c5ec4388a74f7a6", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e7c3ac17f9f5439f822cd4559053ab89", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ff6b3762d7054b86a3a892f263a12292", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4d74ec212d814fe183c879e78c53ae85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "98f39b80ee7349d8b1f622d48b9de5db", "region_id": "RegionOne"}], "type": "cluster", "id": "8656be4a325849d7a0dcdca3da107630", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7ad101de337e4796a1f9b6e217eb676d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0c09ce1dcf82445a940194815bfef753", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e85280670abf4cd294cf2e40616363be", "region_id": "RegionOne"}], "type": "data-processing", "id": "843f7eacba34494faf55042b4f7b4796", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7e3a358e731c48c896241d10eabb604b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2419d221d70d4e5a8ac827fcb48595cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b82997ae99b7464fb8f933054af26752", "region_id": "RegionOne"}], "type": "baremetal", "id": "fbfb030e122842c6b239219b4f503e4e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "af8a698ec2564850a49ac45335c6a485", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0ca9fff111f84fc686a045274b47110e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "75feaa4890864b099512a928bda9c16c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e38f69b6da8f4cdaa85899e606598f45", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0827daf9bc81412599ae7c4101081235", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7f5d9e2325a0453b8ac8430e847e80c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9877c1ce70ec4895b3c95ba019495eed", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5f0535970e0345e79abb389649cd5834", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0aad37655c8e4151b8d06833e6f84dee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "29f723bf8aaf4d18a4d739b3175814bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4d66cf53bc084a55b8db781f65ba5bbc", "region_id": "RegionOne"}], "type": "key-manager", "id": "21c8c5d6fe744f4f8032ac3c2bd22a1f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7519931ada9749f9a93698d6a4281d49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ce0cf30dda394c67a702b3325db5700b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5c85a00c6b6c46298ba086acac46c9d7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f936ea54a1b548a4af506c426e801e3b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3f5f21ef11a246f385f1067e8e8b7cbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "da1485c7ff2f40a2b02fa953a9054ae7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7d2f0d6f141543a0b6778d7d2dd2ee4e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "eec9b1794d764dd598ed8080b32b53e7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2e0dc634502a4769bf071ead0a592c44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a5ed2ef0cc2d454a9cc55ceab41a83d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "98ea292dd1324980a753482e2c157564", "region_id": "RegionOne"}], "type": "message", "id": "7f059b6e2e6c45fa854688014d9f92c0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3c9bb7108a954291a1420309947b5703", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ba417802eadb4e698d760fbe0b37a7dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "659b878525364bd38409e21de17c1a0c", "region_id": "RegionOne"}], "type": "messaging", "id": "b4cb261e479b496da343afc4f62b0f42", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "78267e0bb20d4915b8d36b1c04c7e6da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "588cc82dc26f4507b0f3e821a97adb9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "57f8f68b896c455ea3a1dab65120c150", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0c85611d25854c08bfd8f0ca3fbb1291", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d1c256002c3490ab29e6210a59c3358", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c53cc3fc34154878a42c28642347d136", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "06f7930e44b94cc1b0f3d7dce7c01207", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a816957c630a46da80c223b97891ebc4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c7de78cacf354c19a486cef79f97f5c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0f346b523b444a9a8107a271c62ca61c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9f7a9c08b9124c30b9e01d4d44220905", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f97172cea9334edea4c6a02bb0c43284", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a2614144912f4683b20c8cdcd66ade76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d065b10cd2ea4d9a901d7ed2d414454b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2edcdb4729b44090af6f7d1fe801ac16", "region_id": "RegionOne"}], "type": "container-infra", "id": "c9fffb7cb93b4e5b8e66b96dc4baf510", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a2f020307a134bb9b473e767d4d15b45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "6a2f515d98ae482b93cf473c99cd3a8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3906b2b987444bc487650e9c152f5d23", "region_id": "RegionOne"}], "type": "search", "id": "e26bc6e8a1264a97b31ca1b254cdb6c0", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4df2e234312f437fa9cd0a5d356d3e2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ffa2b2bda0c64eb6b47cfd7fdfe3e575", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "788591294fd047e6a66ce591a3436283", "region_id": "RegionOne"}], "type": "dns", "id": "f63747f9b8c149ae8497815191688fdf", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4241d00bc78d40cdaed5d0c39b99ab71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d2b855075eea45a4bfa2eb88e250107b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a2826431114a447099f9fba816682f64", "region_id": "RegionOne"}], "type": "workflow", "id": "2ada6e6937804b2fb2338581ff79fd9a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fdaddd86b95e461eb3a2b67275151a6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2236aaa124484ba687d716a41a331576", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "27390abf2e51468ebdba48cb07eb7ffc", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5d59d3794d7c494a842bb24498f81dcd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "86a085c657474e5da220e74e644d13c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "dffcebd539bd4ca4a8606b1e5072e76d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "17d0d283e5684ff9aebe4d2107a0e9cb", "region_id": "RegionOne"}], "type": "rating", "id": "18bce7cfe88042e8a2a72e51fed69a4e", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5942811a566646e2af699663c228935b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2133147ab2ca43f18c80382cd2c8a684", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4bb9c95e592e463396133e03ab9a0efd", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d7b697d130964e27bab5538149a2801f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "19ee71ac9a8c45b09ea7218086d5d7ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6857707c6ecb46a8b8e31eb2b1bb5ff2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "364a3a672d54416a8af982c4ae04c161", "region_id": "RegionOne"}], "type": "policy", "id": "f8de743327c54ce6983e99445d63e6d4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9dae3d8c2e5a497dac2bd56622704730", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "09eb096cd3c0497bb4a2f23876102d41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5928e0a2101f4b5888f81bf56d340b2a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "608db27547f84e44883e287bb508f6b1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "40202ee32cde4fceba38dfb2cd67955e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6e7b5c9bd4294016b8233ba65613f7f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1c0f66fb07974b6b9c717aaae1abaec9", "region_id": "RegionOne"}], "type": "sharev2", "id": "1f00e88978eb4d4a9147f5a250b28138", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ee71b4542db84ddeb0b7689745c7acc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "70258604d48543199c589c16a75a8e7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7faef7580f8f4e9cad082e10869da75f", "region_id": "RegionOne"}], "type": "share", "id": "df9e6dbef8094d2bba1a964cb5d7bb92", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a005a6584c264c50a32c6c1fde626e82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3b6dd393da9743b2919560ba61c1b73d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1063e11d9b2b4fa68ab181e23878e2e8", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "2d3a43fe7f9f43138fdd67586cccc9b0", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf85ba9e6543455c93320ea0bc150f16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ebeec93c3bf74a4393983e52d87f083b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb29f03d1eb142c6ad62ecf80040f95e", "region_id": "RegionOne"}], "type": "orchestration", "id": "a60fd45a49f34425919e1e766a58bdbf", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4da44769d42c417f8be511214790b587", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "854ed620023d41dc8f3a20a7080f0de9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4be69457fb5418a8fa983323fca545c", "region_id": "RegionOne"}], "type": "block-storage", "id": "98b81022c91a4feabd99b3d4727ea6a9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53b6d38ebdc945d09c3db7714b190975", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29f1a0e041524989be08402f7ff4162b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c9b06f037a3e4493b1ef0055de3428ad", "region_id": "RegionOne"}], "type": "volumev3", "id": "515d30ba3be044669441f80bfa85c045", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16d270808b9043a88313cbc4fec5b7eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b68637aea9e64792952e790cb701cb6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6496edceec94446097b52f8d506e1b38", "region_id": "RegionOne"}], "type": "volumev2", "id": "4830aff1da34416990cf2a4bc6021434", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f165b396b1242f4af99db4653347695", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f25616b15cfa4a24a0f29e7f87baac8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7d0683695a5426db63c8d7266bba30c", "region_id": "RegionOne"}], "type": "volume", "id": "7ee4fbdd1e7940c694ac62707ea7e0c8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e22d766e85e460b817d81db3d860d39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3106be6e5a934f869466f43c32dea46a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35e33c4e2d2b42ef9c7bd73331ad2e6d", "region_id": "RegionOne"}], "type": "block-store", "id": "266f2721c6a14716b3589d29cfd0739d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1257214236cf4d47864e5220ea7e315c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b5bc53b00b684b249e68d912785b076d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9e5b13b143344f0da3dbc41db094a3bd", "region_id": "RegionOne"}], "type": "alarm", "id": "40f629d2beb6463dafc016693f1b70d4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "67a5ecc3b0fd4059b383320d1c86c7ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "38ebf3317c734bfcb47eec44fb747d62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0544d21e5af64e359c30dad6af3728b0", "region_id": "RegionOne"}], "type": "alarming", "id": "eb8f31eb3726441aac7a59066f2c7514", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "65ffb037f80e4344ac967baf00b6d316", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e9d79ee012c04a51aba5d45669a10645", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5270bc5030774d1883c48edc50008069", "region_id": "RegionOne"}], "type": "meter", "id": "3f1f0784d1064cf880d9f5506be5a2aa", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5139e475d3c64f419571c46ca3c401e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "63beaada38e54efcbb942923c4f5b52a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "27d20c86c4204ce7bff42d033ec518c5", "region_id": "RegionOne"}], "type": "metering", "id": "08032f06412443fcba04edfbc379f680", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "593c3e21f5f4451fafbb56cf2b48e1f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "76037e90945e4369bf23c837ce10045c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d3fd949b23e44b4da72b57d272d2061c", "region_id": "RegionOne"}], "type": "telemetry", "id": "b391a473e5894a649774eb93d5ca9b93", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a922f335e41a4ecdae652ed9e26791ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0f0c353d1d8d4900ac852356f4aee8bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "677631cca62242c5957623a002931b33", "region_id": "RegionOne"}], "type": "event", "id": "0233678622c74184b5ebf0a9f04d451e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d7dc24e73eac44499ff899c334ee2e38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c2718fce27884f7b809308b833c868a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4ffba2701c9e45d39a981e2d9ba865e5", "region_id": "RegionOne"}], "type": "events", "id": "daf6e54f03524705a0b2ae369c7af0fb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "15893b24f03a446eb48a56ba9345d94c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c699b3174d1440009e35c252bdb7b61c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "48435d1e949e4c419ac5069a9f736244", "region_id": "RegionOne"}], "type": "application-deployment", "id": "dd8f4af9b0a74a1caa4534082970b286", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7652c7ded79f4ad58e07c9621ceb50e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dbd238fb5f5a43efa5c018ff9575d954", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "431ce001e1534160ab5329c90e8ffea3", "region_id": "RegionOne"}], "type": "application_deployment", "id": "030759e3d14b48b08e2fcc99e0f04364", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "994465b30c9740d983ded11963c2ed93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "73873c6a78044d4ab9af9a0a1b5fc643", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ba1f204964704c3085e3856c1e6812d2", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "914fcbc6457d4b8eb5ddaec31f672c96", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f3cec2e9456044beb639ef9f47ee6970", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "49731afdf8a2481fbfa73f863bc5f884", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ca42101a6fd441e5a03b051180d031aa", "region_id": "RegionOne"}], "type": "tricircle", "id": "278093c76c9a40d086c107ff987535bc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5496c94b1147422f8610847743e40447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7815277708144bf6a0c3b1f176007971", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6b5001f63aca4d25b2e5eabcd281d9cb", "region_id": "RegionOne"}], "type": "database", "id": "d239cbd3489949cbb1727c2b6f6c31f6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "acf80bfab9fe4bcea71ad7e1e20f6d49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4c7de0ec62cc47fab0eb3a1492ffb1d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "330b08ecc2b04bc5a4af94285fb9cd28", "region_id": "RegionOne"}], "type": "application-container", "id": "8e413dd3c65f4b6fb70bb39003baea1d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "08c8066c9e304f3a992cc118f5908e23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "549e626a882a4780bc6c9925b9b5472c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3402f6f22fcb471694556e33934c793b", "region_id": "RegionOne"}], "type": "container", "id": "45bce8df6afc4e528a56c2eea0b27602", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "26c261a2003d4984b9b53299cd1a29f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3a1f32142aa0427181ba74052c7d662d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6e24ccc75faa4385b0d1c02f74877686", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a81c32a545904761b6c65628de195843", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9e73bc5d70864f6d940f36196a838934", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2e5cbcd90ef041f3a87570ce633acd31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ebba40b500b94578b232af7faba217f3", "region_id": "RegionOne"}], "type": "rca", "id": "f30d39d5c64f43fbaf360954d55eec9f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4f15e14923714e2e8106faff7ce2ff91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c35bd978c193476cbee0040d6094255b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "cfd61db1b3c64e73b3700523243f3464", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2c193bd383ce490fbd42bf9e7a9d6d59", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9849d0688d424145b40a32e6c3c0044b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "10f3c6d80e92480d83fb7b3f083e308e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "99ec66a4439541d5926bee118f7bbd4e", "region_id": "RegionOne"}], "type": "network", "id": "836c8ab673d74bbfb4743bbd1b9805a1", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "03f448bc4f254017816cabce65cdf2d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ef7ebe48e5ac490795bd958cda4e2b3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d64716ba3a2047b4ab385d056292507a", "region_id": "RegionOne"}], "type": "backup", "id": "5ad0fead608644dd90791e48a0a0504a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c33aab06761f44649df9acd65d5994b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "39a687b4cc6047d4a3a74e0d272b99cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f65f42d628fe4634a45043b9d44b5c31", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5eb964892daa4ecf8498fbcd70aa0726", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2160e47cd922435a91be98d5cedd9c4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4de22891982445b690410596732b3655", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "57f42cc749094582b73d227332a83d68", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0642a431f78e4561a2381223de4cb852", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1730376760f14be7a726dec14df83302", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c66720ef4fd149ee9df5758ebf09bd66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2f6c129a6a174d578a2fc882bf732ec6", "region_id": "RegionOne"}], "type": "monitoring", "id": "1bc4a7ebd2494376967f97a92029487b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "55c70a92f2824e79bb1b1977fdae8fef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9dd22d9377ce4449a0f65bc04140fc47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ac218f77de6243a5ab7206ab1e44db2f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2093670f75384076b69b90e0ecdc3029", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "35a9adcad70241a0945c03c03ec09e30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "deebc65160f44c53b6e88ac4d73fe55a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b9c1320a787e497093301355edf92bb4", "region_id": "RegionOne"}], "type": "placement", "id": "0d2d98b58576421bb87357f8341e1ae8", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "95a454fc39f24567a645a33f731f3e8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a0ab3a74391c42e38bd3f66c0830e5d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d935aadba2194871a2424d156a45bc87", "region_id": "RegionOne"}], "type": "instance-ha", "id": "6debd65b71d44296aebae9545b002c0e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "88f2995b29fd4d79a1fa62a5d07a01ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "20d70a02001c4600b9f4579f49536015", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "56992f3dea8f419dbe9d2ac457510a86", "region_id": "RegionOne"}], "type": "ha", "id": "88107a94b44d404892ae5ace3d436961", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7a0eb582b270405a9438b54706c2b5cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9e741f9005a14c04974a35ea03f176e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8cdb0e9d64ae4bc7b45b39d4c90d3e0e", "region_id": "RegionOne"}], "type": "reservation", "id": "3838c2ae71654605b9237cd1c81712bf", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9f65a442cedf4f61bda13acc2fc486d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ffa13b605bf441ab9f9f8e052de9bf25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "292160828f3e4f1194c6edd0192efa66", "region_id": "RegionOne"}], "type": "function-engine", "id": "13b7fafae5664d1c97fe96e6f70f3c5d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4b6f447d09ae475592249c6f0b9c0836", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6a812d50faff42ca82ce9a7b0f04d54a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b1bed3eb95e54448bc6eb97369f3c529", "region_id": "RegionOne"}], "type": "accelerator", "id": "b746bb09f2c54418beadecf5e2afad21", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "78d4ed11c97c40008632e242c302e12f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bb80cb7d1be8481783e284369cebae20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6b2e3660bedf4dac87d828f3e8e6216d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f9569145d07b4b5291e3849304aa7190", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f201beed5b124e8dbfba230bc55495bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d283a556317a46f69b440a953ed31c81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "41f1d59016a145c9b6158a42c9521f0f", "region_id": "RegionOne"}], "type": "registration", "id": "90300cccd240465eb388fabd4fe7c30c", "name": "adjutant"}], "user": {"domain": {"id": "f456fb65b5574b85b298f35f697ac6b7", "name": "da5da6e9fe1b4daf8347878483507ca9"}, "id": "61a84e1e978548b2a83d7d3b4881a20d", "name": "d1e7966ee13b41798cd531c878cf8c6c"}, "audit_ids": ["a26877e40a7a4d40a500f18c34026cf9", null], "issued_at": "2019-09-19T09:04:42.529979"}} 2019-09-19 09:06:43,057 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,063 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,065 keystoneauth.session RESP BODY: {"roles": [{"name": "8d858a6c5ea5452aa516fed22eb69768", "id": "ec7921d7bbbb488ab642418cd32347bc"}]} 2019-09-19 09:06:43,104 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/82f91045d70a4bdaa2dbda6f64c79415 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,109 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,112 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "82f91045d70a4bdaa2dbda6f64c79415", "name": "domainName-2"}} 2019-09-19 09:06:43,144 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=82f91045d70a4bdaa2dbda6f64c79415" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,150 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,152 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "44e012e49c224605871705d7e6390c95", "domain_id": "82f91045d70a4bdaa2dbda6f64c79415", "name": "username-3"}]} 2019-09-19 09:06:43,205 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=ec7921d7bbbb488ab642418cd32347bc&user.id=44e012e49c224605871705d7e6390c95&scope.domain.id=82f91045d70a4bdaa2dbda6f64c79415" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,210 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,212 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:43,246 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/domains/82f91045d70a4bdaa2dbda6f64c79415/users/44e012e49c224605871705d7e6390c95/roles/ec7921d7bbbb488ab642418cd32347bc -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,251 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:43,285 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,290 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,292 keystoneauth.session RESP BODY: {"roles": [{"name": "8d858a6c5ea5452aa516fed22eb69768", "id": "ec7921d7bbbb488ab642418cd32347bc"}]} 2019-09-19 09:06:43,330 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/82f91045d70a4bdaa2dbda6f64c79415 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,333 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,335 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "82f91045d70a4bdaa2dbda6f64c79415", "name": "domainName-2"}} 2019-09-19 09:06:43,350 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=82f91045d70a4bdaa2dbda6f64c79415" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,355 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,358 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "44e012e49c224605871705d7e6390c95", "domain_id": "82f91045d70a4bdaa2dbda6f64c79415", "name": "username-3"}]} 2019-09-19 09:06:43,416 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=ec7921d7bbbb488ab642418cd32347bc&user.id=44e012e49c224605871705d7e6390c95&scope.domain.id=82f91045d70a4bdaa2dbda6f64c79415" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,421 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,423 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:43,459 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/domains/82f91045d70a4bdaa2dbda6f64c79415/users/44e012e49c224605871705d7e6390c95/roles/ec7921d7bbbb488ab642418cd32347bc -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,464 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:43,497 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,502 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,504 keystoneauth.session RESP BODY: {"roles": [{"name": "8d858a6c5ea5452aa516fed22eb69768", "id": "ec7921d7bbbb488ab642418cd32347bc"}]} 2019-09-19 09:06:43,539 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,544 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,546 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "82f91045d70a4bdaa2dbda6f64c79415", "name": "domainName-2"}} 2019-09-19 09:06:43,567 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=82f91045d70a4bdaa2dbda6f64c79415" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,572 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,574 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "44e012e49c224605871705d7e6390c95", "domain_id": "82f91045d70a4bdaa2dbda6f64c79415", "name": "username-3"}]} 2019-09-19 09:06:43,618 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=ec7921d7bbbb488ab642418cd32347bc&user.id=44e012e49c224605871705d7e6390c95&scope.domain.id=82f91045d70a4bdaa2dbda6f64c79415" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,624 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,627 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:43,664 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/domains/82f91045d70a4bdaa2dbda6f64c79415/users/44e012e49c224605871705d7e6390c95/roles/ec7921d7bbbb488ab642418cd32347bc -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,670 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:43,708 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,713 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,715 keystoneauth.session RESP BODY: {"roles": [{"name": "8d858a6c5ea5452aa516fed22eb69768", "id": "ec7921d7bbbb488ab642418cd32347bc"}]} 2019-09-19 09:06:43,749 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,754 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,756 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "82f91045d70a4bdaa2dbda6f64c79415", "name": "domainName-2"}} 2019-09-19 09:06:43,775 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=82f91045d70a4bdaa2dbda6f64c79415" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,780 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,782 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "44e012e49c224605871705d7e6390c95", "domain_id": "82f91045d70a4bdaa2dbda6f64c79415", "name": "username-3"}]} 2019-09-19 09:06:43,833 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=ec7921d7bbbb488ab642418cd32347bc&user.id=44e012e49c224605871705d7e6390c95&scope.domain.id=82f91045d70a4bdaa2dbda6f64c79415" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,838 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,840 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:43,874 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/domains/82f91045d70a4bdaa2dbda6f64c79415/users/44e012e49c224605871705d7e6390c95/roles/ec7921d7bbbb488ab642418cd32347bc -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,879 keystoneauth.session RESP: [204] content-type: application/json {18} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_policy_update [0.060721s] ... ok {18} openstack.tests.unit.clustering.v1.test_receiver.TestReceiver.test_basic [0.060347s] ... ok {1} openstack.tests.unit.clustering.v1.test_event.TestEvent.test_basic [0.084845s] ... ok {19} openstack.tests.unit.compute.v2.test_server.TestServer.test_make_it [0.079994s] ... ok {3} openstack.tests.unit.compute.v2.test_server.TestServer.test_suspend [0.072231s] ... ok {18} openstack.tests.unit.compute.v2.test_hypervisor.TestHypervisor.test_basic [0.047458s] ... ok {17} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_user_project_v2_wait [0.403976s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,865 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,870 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,873 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,877 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2019-09-19 09:06:43,997 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}7fa69b849a865c6011fd383e86a45ea64bc8fa3d49e24c8d9e0c76446ddab513" 2019-09-19 09:06:44,003 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,005 keystoneauth.session RESP BODY: {"roles": [{"name": "a25fe63b94f64e35bf5aca4a67684501", "id": "dfa04837bef04ba2a695f746119b9c35"}]} 2019-09-19 09:06:44,031 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}7fa69b849a865c6011fd383e86a45ea64bc8fa3d49e24c8d9e0c76446ddab513" 2019-09-19 09:06:44,036 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,039 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "08077dda967142efb88d8c5bf159b9f2", "domain_id": "1f1e603fe04c4dcc8a59669c4d951d7b", "name": "username-3"}]} 2019-09-19 09:06:44,075 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}7fa69b849a865c6011fd383e86a45ea64bc8fa3d49e24c8d9e0c76446ddab513" 2019-09-19 09:06:44,081 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,084 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "6cbdfd5da0634b81b8f9af71c0a024af", "name": "projectName-5"}]} 2019-09-19 09:06:44,121 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/6cbdfd5da0634b81b8f9af71c0a024af/users/08077dda967142efb88d8c5bf159b9f2/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}7fa69b849a865c6011fd383e86a45ea64bc8fa3d49e24c8d9e0c76446ddab513" 2019-09-19 09:06:44,126 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,129 keystoneauth.session RESP BODY: {"roles": []} 2019-09-19 09:06:44,143 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v2.0/tenants/6cbdfd5da0634b81b8f9af71c0a024af/users/08077dda967142efb88d8c5bf159b9f2/roles/OS-KSADM/dfa04837bef04ba2a695f746119b9c35 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}7fa69b849a865c6011fd383e86a45ea64bc8fa3d49e24c8d9e0c76446ddab513" 2019-09-19 09:06:44,146 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,168 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/6cbdfd5da0634b81b8f9af71c0a024af/users/08077dda967142efb88d8c5bf159b9f2/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}7fa69b849a865c6011fd383e86a45ea64bc8fa3d49e24c8d9e0c76446ddab513" 2019-09-19 09:06:44,174 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,177 keystoneauth.session RESP BODY: {"roles": [{"name": "a25fe63b94f64e35bf5aca4a67684501", "id": "dfa04837bef04ba2a695f746119b9c35"}]} {12} openstack.tests.unit.cloud.test_server_console.TestServerConsole.test_get_server_console_name_or_id [0.260612s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,734 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,739 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,742 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,745 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,758 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.665868+00:00", "project": {"domain": {"id": "1489203f2d0b469c926b47050583e363", "name": "2a1eacf23da343a3be4c69bf145d3275"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d076d47a53054b26ba3e3e477cde384a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "fa9ded2f2a324b7cb75eae3f778c0b00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "72b5ed53fd564150ad4454e3cc374974", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6211215302d54bcca7256b24d223cd09", "region_id": "RegionOne"}], "type": "identity", "id": "d999d7f97fd4412ea19a796a10ae8d5a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f9fb0a58a32c475792a29f6de1280255", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d63caa26e9a74d2589bf6562c47b691c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3fcb491be2354b579cf06559bb773b68", "region_id": "RegionOne"}], "type": "compute", "id": "e61c2ece4ed94b39b47f9ecf546b6c8f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "0b7b1043245f4c8c8de302dbb4821d4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "37689e12567148028f5c05880a32288a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d95932dde8764c7dade7e1cd0a21bfda", "region_id": "RegionOne"}], "type": "image", "id": "461a7b70196d45e7aafa137be9d25a40", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "eea096cb2a22440fac62d1fcae1c2cce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7810512d6ef9490799472c47441bbc99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "9be47f74796e4583b486b6ee15a58b6a", "region_id": "RegionOne"}], "type": "load-balancer", "id": "df780a4ce50849efa1b6514822fa3751", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f617acb1f327404b976f9cd9cf8674ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "666700f2d0f4483b83620cab207d6ee1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ba314b2605e43029bbe78b2700c4184", "region_id": "RegionOne"}], "type": "object-store", "id": "49403c9757774c5291baaa9720943f5b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "db0c3086f54f41fd8ce53daf1e527a67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4ba4ffcc893a494dae36f2761883a403", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "96caf4798b2c4a74af108c0e8a2f0423", "region_id": "RegionOne"}], "type": "clustering", "id": "4e21b6a76cbf42169f8413cf7b678e07", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c880ce68abf941e5aa1b31e2787f3c66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "04804984348948559d108d9a9579a6eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "94f0f917780b46688f9aa555868884da", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7557410e9025467f894a8a605c36cdf9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "188ba367b6ac4de287423fd7100d58e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "938b9c6c906449c89407d8565aedbcf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0990d565a0734eb79eb2e732df393415", "region_id": "RegionOne"}], "type": "cluster", "id": "0f8d26f0d7b144e08783d001f070d857", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d85c6baf85154c05bcad8931011cbd20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "935bfbbcbff64bc680525d230a34ff11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f8ee508286974d62ac567e4ad024c428", "region_id": "RegionOne"}], "type": "data-processing", "id": "b37056520a4a4e378ed040963973b564", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f41032fc29a44ec980edd27b984046af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a7416a14ae594f49b375c042b3280d01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "68544fd5ddab4d378c36f1a8ada1986f", "region_id": "RegionOne"}], "type": "baremetal", "id": "89a4cbe35bac471f8794a52d2e53b93f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3067d0e876014c09b3e72233e9067548", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "324a244739944b98a279548b6f28ceef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c93baacb315946cdb6e61bddcdd698f1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "bf477552064a483496c5946ae6309388", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e20436a8214b44ee8f165b354aeec836", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f323c7e4a8574ef1962c94dda0b1515b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "80316e7861134fa4b9bca5d47e836b79", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e89dac373af647268a1dc4b88a23affc", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cdd7cea92d04465eb58b00f84a453499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d346699832df4cdcaede7a034715544d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "586dc80e92f34b4fa6350b772b7805b7", "region_id": "RegionOne"}], "type": "key-manager", "id": "37ac6d9459e94ee0a2b274ce03773146", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d4474b898ad8406fb77c04a0cf481817", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "61b6e11badd44bbab2f9732552aa8087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3cddf54d9f9f4b45b6c14398465faf9a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d624bbc8341c4d159d87e3753757f0a3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b5c8279d256c43fdb01be7647a0dfe5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bf7ddd25c91f4a9596659585bf876746", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "26f07ea02d8a4d20bad42864421c1bd9", "region_id": "RegionOne"}], "type": "infra-optim", "id": "551b3866d2cf4aad92b4cc8b8733f116", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6b9a5e6eecdc4ea584b7bee309ad271c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2e8d0ea2b19c4281a7ccf10549600192", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2e307d53a9fe4f1692b1af8b1a33b234", "region_id": "RegionOne"}], "type": "message", "id": "af582507aade4f5eb62ea32b73721f31", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "54228865b8524388963ddfabe90125d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a8709256fc0b4723a1d0116e0be9aa09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ea2029aee49b4306ae954a24a33c20d2", "region_id": "RegionOne"}], "type": "messaging", "id": "2ecbe387b5d84f3db189e366e81a0f1e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8f580de9e0774ebfa94e204771917d07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1125412dae2c4a27956139be8f4a6b38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "45507dbdcdd64542ac674ac1f388b913", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3f28746d8a434978be35d93b97915bdd", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "92a138a331f44e869585495fd54e142b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "086c028665db48f4925c50517ffdf8b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be33548844084723880d338d1b6e052b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "716014944308402dad10b02fcc477870", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b22922916f2449b7b4cf00362e8230ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f0afcdf51efd4b16950706162a4d6982", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "33e7af0137b7411fb236c200b07b7174", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a53cfeb455f6460e8bc64b4606c85522", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f84cf03b970546e2a0b6306ea69b2db4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "31ee2a5a32cb454ba868f409d51d67aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "63a07e71ff67434e89db9e837775f324", "region_id": "RegionOne"}], "type": "container-infra", "id": "b07e29eed8ca45a8990e585f1f307bd4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f1a6382bad9047dcb5f4c159cb85c609", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "168be1b5ce5c4fe48736b623321c179f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "fc2326dab0754031af692cc16b0f79d4", "region_id": "RegionOne"}], "type": "search", "id": "37a0a33cb5de4ce29991d40be900a9cd", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "73e90f919aa341aab64c1126c911db5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "aef3d8fe65d144f7ac0bd6df2cb80928", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ff4f7470c899413d9dbecdcaeee7cf0e", "region_id": "RegionOne"}], "type": "dns", "id": "1a2ee56a246442e9bed2fad725ce72d1", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0f7043987b5046ee8fb823118a094e14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "708ca5a17a894ec59e5a6a47e0fe7dbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "19c6974488a34989ad3203a06080561d", "region_id": "RegionOne"}], "type": "workflow", "id": "3e4778cee13843abb1302b7d32fe4678", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fb4c1b325bb64d4e98bd530be449a163", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b47121d1a7154c1696b722e21b86a401", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a47ddce3fe9d47fb91898e44a3cb4d60", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a9f5663bcd254b309a7e43b739347571", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "31c8e0e79d144e2eb758059bc4f8a86a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "fbeffa27e9a143b8a4437b838d37de29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "55bc7369265b4115b8ceeeace80e4344", "region_id": "RegionOne"}], "type": "rating", "id": "bfecd53d519146ac92480d29d89ed016", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bbf5fadc457d4c30ac042a10365f73f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4e83acf65adb4a68b05e0fbaf56ade6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6d504a4a462c4e61bbf92d96be28ce5a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4f2c12b5a42a45588ebba024568195b2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7c7ca67cfb214f9ebb619f6c9b16c314", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "26b507ca071040efb72be19af992a525", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "daaa65e10b9948b4ac846198d95ab700", "region_id": "RegionOne"}], "type": "policy", "id": "9da46216625c41a3b58b0d9f39894a8a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e7361ea9739b4024b75a81dea372b51e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a7120c43cd254034991b9293be5cb832", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "12129b3729db40d8bf3e5ef562fb4c7a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8d1a954733fc4ccfbaa9cad31c65fb6b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "33833f1689094472a11f457f66d9e75f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8efe80164cf7434fa29f722b08d96841", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "598f1e30424d4457bdc76a89e78e0efd", "region_id": "RegionOne"}], "type": "sharev2", "id": "46269470fff941bbbebc2f317206c96f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3785945128d84c7483cd99f1f710cebf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "80f9101ec73a45568db35802b873ce15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0784d9a55a13403e81d933d764aad82f", "region_id": "RegionOne"}], "type": "share", "id": "6880a7184a744f17adc8d605036f0e09", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9a680f8fb28544fa8c83315cbcad1bca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8f88109a1c7e47f89f78c3b1d8a2de9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5999097205f64808b8a7612bc81d2702", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "357d77906ec4494f83aaf391f4d7a8a3", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c86f2c7a547d43d59da810e74a1c8cfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9173c088aa74a0d99ca36418a0f8e9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a50485e5f75498c80e1135cf841f831", "region_id": "RegionOne"}], "type": "orchestration", "id": "1e4f209ed94b46ac9c79c61f1d2ecb00", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c00ecfe15f344bd953a28368fa878ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23c9c54936f746e8a522f2c03a83fc53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eec538248b124509bbf7ae2f61597135", "region_id": "RegionOne"}], "type": "block-storage", "id": "9b8d2cd8d1b0483c92fb2ff7688bb4d5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d62fba50a9ec44b490bf50dbd6698a49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbb1f4a77a864440b3a89a6b37d5b1f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "856d82d595a6471f8601e77baa01a62e", "region_id": "RegionOne"}], "type": "volumev3", "id": "9a0d70095e8a4f6088ec5ba28b866723", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33d7b29561d54a078a511648b4fadd58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d044d4131414d25acb07677963424f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2162c77880f640d6aeedf4177206ab76", "region_id": "RegionOne"}], "type": "volumev2", "id": "e7c7e037a1e842f88edde47a71aa4df9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1bcda84959cf43dcba634eb559c706cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3a4675de72440d9a2ccb8611073ad78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36ac9947e40d4c4bbc8ffb3c46579a43", "region_id": "RegionOne"}], "type": "volume", "id": "794e9d88c31149598d8281da40b7ec6e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eac01158da6243a0a993987735179dbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f53d55a996c4693b5137601f638121f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a53d16fe510b4429a4f7e13a65af9bc4", "region_id": "RegionOne"}], "type": "block-store", "id": "1d980b641fa643cab8b5efc7104af90c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f7241c1b1ba34cc488ba6c8bdc3adbfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "865e94507ec44599878021a8cabd8f49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "26cc661c8bcc4248a2b168f9b4e1c736", "region_id": "RegionOne"}], "type": "alarm", "id": "1c5f389481d24445a02e7a8fa3abf3cf", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "326d69492cbb4f07a64de67be6a40588", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0136d0fa02214d7eba909adf96c57d96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "23c5e60011b1458ba7f51c2698d6b78c", "region_id": "RegionOne"}], "type": "alarming", "id": "38ad88f19428407a982440af322e2ba7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "57f3c1562f654cf9ae5be74a13b92479", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "43d9f49bc0d04905a222ad35589c5c0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "66ef607bab564e68ba5596c432cd3a36", "region_id": "RegionOne"}], "type": "meter", "id": "ea9763f768964bacbdf6da4fb1fb3f3c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "994fa001117e48cb8fcf06a1c054b51b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "244873d5b1e943639103ae01e3c47a66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5b0439a94d6d4edda21c3aad756aeade", "region_id": "RegionOne"}], "type": "metering", "id": "9d3cb7941927441eafca08edf038e837", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3869019dc3ff4f7ca00fc90fbff71e1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b2be2a1ea40246339f6d0942333f78de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a079157d24224c14be4d3cd1a0f80f32", "region_id": "RegionOne"}], "type": "telemetry", "id": "7311457ab7364f949a1e3b3053d2d650", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d52902e4b7f3494a86c42a50702d6813", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5d8755931c6743c89e076d6f7304f0a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b597cb77e5c84ab98958cda2791fc6d8", "region_id": "RegionOne"}], "type": "event", "id": "5809f7e1eed445439e96c60677c2cb20", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2d0d1eb2416d422eaeb30fc1e902714e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "96aedd118bce4ced9e2b953d7a665054", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ac666db093ec4dd1b9d7e232f22cf1cc", "region_id": "RegionOne"}], "type": "events", "id": "2db3fa5826704cc68fa58c03e2281d3a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "31821b8ba31040a4a9841381cebd679d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ffd2e07777eb45a49930feb9b67c4962", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b3bcc1e23e8e4e3d9818ca81fc8625bf", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3ba47f14889f45e1a435924db5c80898", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a62b0d4d0636482386e7f2ece0834a27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e51c6910218c41b1a785b17d0a682966", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0ee43682ba254aaabd084adfc5d5e24d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "eb20be5e51f043f99081bd7901cdaac2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "71641567ca8b46fc9e9c1bb8ceb59883", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b8c785426daf485f8389128c881db7de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c8a3ea2b16964dd0b1e749a2194dca5a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "11977d7c7c7b43608ada2d2b2b9fc3e5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "81af317121e44af0a3fa40807efd2ac5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "179525f3c01b44f6bc5a47fb9d1a7c1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "661b7a379470446eae36ba2e86e6b7f4", "region_id": "RegionOne"}], "type": "tricircle", "id": "dba008376599420395308e179b5ff832", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "272593dc34d645b4886193ee6d0fc4da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ce24c355de234f31bf7522493ef29923", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1e55bb8255fc42b4acd9cb853cc4b7d8", "region_id": "RegionOne"}], "type": "database", "id": "66d83455b0f241aa8aa449a404a98eac", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3e28ebdc31a4438da52f22b6cbc7cff6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "935cc3f500d24720bd39e81a6c5ffeda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f7a6b35800d34926bad78ffd2bdd0773", "region_id": "RegionOne"}], "type": "application-container", "id": "8ece2035abdd443cb87e9998d74a884c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4d8a513288834218875270c9b9137d0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9865f40783304073a21d442a010f6eb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3f9988f9dab84ca892fccda7d7d9a77f", "region_id": "RegionOne"}], "type": "container", "id": "0548c3dd51224b4493b956930f2d9894", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "617e9a0d1f0042ac8082c0f389ee3a12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6135e4772d474f359eb54ce44305567f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b1f82c3dff5e4319b624b4eb2f4e1a3a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "cf853299b42a4e09a406d98f24513cde", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9569efd62f90448b91b56fc638bc4902", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7d045d23f3a74e179c5915256bf23acf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "289bed5eced44893a2570613a6aec327", "region_id": "RegionOne"}], "type": "rca", "id": "24344433e9044b93a8923044f1403da8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5eaf6648b73e41e29b05aeb21faae65f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "da739cf0796b46749bd94b4741b0aecc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "bc6fe9d56bfa43959f0940a07fb39ef1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "40c11fe0d50249d7ac384fcfd82c328e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "970d695fd0424e339fa8fb238e54b774", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "464cb6cba95241b4b7e47393d9d77ff1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8082b9d2175a4d399d57911bad4033f3", "region_id": "RegionOne"}], "type": "network", "id": "cdcce6994ae94d39a46680ffcb444768", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "4cbd55171a9844abb51a0fb6cbba179b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "fe03ef7540114d1f8f53d168a1d52a91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6ae48228b9cb4d4c98be8d0f95f50bc7", "region_id": "RegionOne"}], "type": "backup", "id": "973d2865fd764857b8809e45070224eb", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "74449529b06d4bb9b385629a2896726e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "751f0fb220ff471ca8fd158f0312e48f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "470ef4032e964448bfd0facef6a5c767", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4f4ce0e8905944bbbefa64505d42d0d7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "57f34f2c3bb24d2fba9b74a7840706fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "04b7954d3fb645f9a14fefd8ba9cdca2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "be6588efdfd54e049b3e1246b8e1e258", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c243644a21034e7e983914814b7fdb70", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0438376e0cac41329581f059ad15fba4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e6e61eba8c004348bcfa962c4f3f3947", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "6cb9014272064b75be5cf04276c32db7", "region_id": "RegionOne"}], "type": "monitoring", "id": "a7a8b6f069a74508a3560cc535679ebd", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3cc58a94feca40268e388cdc5ed32f60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bc3550a778e2468cbb7f0aef87ed7391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1f37266c0db24cbaaf2bedd5479d6bb7", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "af9e12b9f176497495eae88b1cbd1b3a", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5d5006eacd93464287058c455c217a82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0c5af9f4f03245c687365077a6c05e8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b240a6a2885e415c8f77a07be8d29774", "region_id": "RegionOne"}], "type": "placement", "id": "482167a469144157804552cf140c8719", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "19b30131877f47279358beb2b45d26d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d53f2f10501c4152b9a0c0c580d8dc0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1b5597f5968c492baf5f4350576c8796", "region_id": "RegionOne"}], "type": "instance-ha", "id": "01a332fdedd641e0a0289c30b552e045", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5c393b162a1842d6894eb9499cf6be2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4eadf7a6ef174db3af4b1457aa96e955", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "28611b1b7f0b4480b2ec06dc8ce98128", "region_id": "RegionOne"}], "type": "ha", "id": "f92e4d2ce6fe40ffa52c1d7062368a7d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "35cbc371033a45118f7058fe04587e83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a07ec43e9aed4c4db406236f6409deb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3e05f22b6382455d810281803d02fdcf", "region_id": "RegionOne"}], "type": "reservation", "id": "83150a9d7fd04ab793ce1a366b686da4", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4ca6d6017b4542b7a2b06755a244bf15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bc6a0855e0d3497fb08add878533b5e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f8ce85d2b9254aca8b84d1d7282e09d5", "region_id": "RegionOne"}], "type": "function-engine", "id": "c3765b7ecec34826aa9adaeaee59e075", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b63d912999154770b85cb3e25067e71e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b0ef12667f8f4a10aa0eb3738f4edbcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f86b946bd6504bdbacad8957ccb4e15f", "region_id": "RegionOne"}], "type": "accelerator", "id": "009e5bc221954b63a6b2e16013230b83", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a839008c91f9411d833e7d77d431ca40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9dc2afcd2f2d41c6a4e61092dc83ecea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "705b44725f4c4270a4594bff6ca41a79", "region_id": "RegionOne"}], "type": "admin-logic", "id": "77efc9c5c3b04a72b0d9c5f6817ea931", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "997a0a7ac34a4c3aa0e2a9548ab8bb3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e04db38d32fc42a48c871fb7d064c000", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e0730ada3d414aca955a93f4cfefe0d7", "region_id": "RegionOne"}], "type": "registration", "id": "e435901b5553413b8b51cab3b9d6dea2", "name": "adjutant"}], "user": {"domain": {"id": "4e99b69696be4e78a1d454f35d07fd08", "name": "80df27c5d59e43f2a6659b212604abf1"}, "id": "84e0628db22b417eafe686fb56f37390", "name": "d512e9b907f945de9c8eecf417084b07"}, "audit_ids": ["c7cbb15c2dab493daa5d8f7d2f1237ab", null], "issued_at": "2019-09-19T09:04:43.665868"}} 2019-09-19 09:06:43,828 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,833 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,836 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:43,857 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:43,863 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,865 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "92e2da04-cb2f-4079-aa23-398b43daf17c", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:43,911 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/92e2da04-cb2f-4079-aa23-398b43daf17c/action -H "Accept: " -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"os-getConsoleOutput": {}}' 2019-09-19 09:06:43,917 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,919 keystoneauth.session RESP BODY: {"output": "output-3"} {27} openstack.tests.unit.identity.v3.test_region.TestRegion.test_basic [0.065117s] ... ok {31} openstack.tests.unit.cloud.test_services.CloudServices.test_update_service_v3 [0.291958s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,805 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,812 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,815 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,819 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,832 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.734898+00:00", "project": {"domain": {"id": "585d1c793edb4e4b93622bde55803b8e", "name": "da2739a873fa43ab8663678b025020d8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "acee5bcea75247fea0e70a9a0ff6d4c6"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c9998aa4159e4c0b93f660b22a29da2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7c1afd81588f4c658bd68d410d2e439a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8fc3882489f14dbc8fe18c929a15c493", "region_id": "RegionOne"}], "type": "identity", "id": "a7329ad205334df5a1919de35f9f3e23", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "24c9cce14cd24912bba6ba527808fc25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c6529021ee3142799faae10314628813", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6c64afb2e8e4481c95aa716239454d9f", "region_id": "RegionOne"}], "type": "compute", "id": "cf4c23306c0d4cc7b2052ef9095d5bdc", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "70021c95b2ee416180f432e65aead38b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "faebd8c679be4ec4aa5f0a1758303770", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b49d6df21fc1454681d62c0610cbd331", "region_id": "RegionOne"}], "type": "image", "id": "00809f1114294acca5a526ed41b95dca", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "07660b046da54e309e490046064ca6d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8540dac771654283a2802b8a3711874b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "3ebd5279cd40441a844d76e2b39e4265", "region_id": "RegionOne"}], "type": "load-balancer", "id": "928770af6dea47889feb4d757a707a13", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4efbb5e0b42247b4aa8e0d5c5909d067", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9aca459f970e4428acd134f60f284500", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81943c633d7048ec9da2dcd9050664ef", "region_id": "RegionOne"}], "type": "object-store", "id": "40c09cb3161f4505b744176ce66b6798", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a346af50f1df4449b4199ead016d6820", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cd9d7fdb42f0477f947cbae19ed599e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6e11842f27844372b74c2b96903731b5", "region_id": "RegionOne"}], "type": "clustering", "id": "59453c8d068845e1af4696f798420208", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f2dbf19368594a53b486fc124db80a88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8c1e4f3d6984463daae6a70d0f728275", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3d6f0971ef1b43a8aada780de4d933be", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d7277510687c4fcfbe991be175ccccea", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6cf3eaa4fdaa4a9ab149f5559c133375", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7976025a5f794c15a16fd3ef956991fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c8382b9864f14c02a07e425e9755362d", "region_id": "RegionOne"}], "type": "cluster", "id": "4c1bfa3f0c184b1d8a09336ba5034ff8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "657dfd40bb94475e92ef46825f2c021b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "38baa27077d24c1dab5bf569b5e4c776", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c8df4918beec471c84c65b5d3378b68c", "region_id": "RegionOne"}], "type": "data-processing", "id": "36752db7336a44b794e9c51df6daf2a2", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "04214cc8f0cb44eead49975d87d360e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a131e7aafc5a419bb88dc9f880241826", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "feb99beea8c34d829aeca6dec98eca5d", "region_id": "RegionOne"}], "type": "baremetal", "id": "a7d41e138c8f45feab7a98b8a284397b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5da1ea2e6cb141e88cd30c3bd5c12b08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "68d5ea954f734f81adc8d0b31cd0e759", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d0a920ea341d4b35b52d985d72b836d0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2f5e8d4ab6b34d09826e14e64a9423bb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cbb8fe8d066a4b64858d787b26955789", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f67e7ccc3f334c0fa6384398e2664454", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "962d318b560c4467a1b9aff393000cd5", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2691739b1b8641c0af825b26d14d1caa", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7634e516bcfc4c98ba0016b20356e384", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "54edd1a8610e428db1d0b7b3ffec4b50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d5e9702016ba4e86b188c8d5cb554f44", "region_id": "RegionOne"}], "type": "key-manager", "id": "8232ff964bd545bf89cd2331d019451c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6844cba716154c988c1df959d39fb527", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "39e1189641484802adddb775369049ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "11caba2011c64006af702af28ab4dde2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "20e65c3fb6ec45f2b58033a7b680343e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7b16408f2c2b440db13710b924acd1c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e975e77402bf4a929e96bcda71fa53f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "33e4516e95114d93b746ce0b3103811d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "bf076bbedbff43cfa6516bd30bc73882", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1209f3a5f94b4916ab089c350f38974d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b90cc101868042ee8792f2e032f38950", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "70e06bdeeba84aa582457a929d9d18fc", "region_id": "RegionOne"}], "type": "message", "id": "09d6f9637e674f55baec138fb78d6e4a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "26f955f79c0c440c85264065b3446267", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4fef84aea63d441580db6a67f01d9ebd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "faa4536580484d79a7f58c742124b34e", "region_id": "RegionOne"}], "type": "messaging", "id": "99f5aee36e3843d8902ad0dce1771e04", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e9652efaf136413fa7fd8538023eb146", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d63e81f9700e464d88337e3e65430ebf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "10fbabd3bb2249139c970e6d7751a35f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "cf96e0c2e0824c84a00332a51437c48d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c3b5e9fa77934eef8dce0b2a014af774", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1cb195d897ee42aa9d93e81336941b37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "13bfc51639ff4edca1efa2b62850c6fd", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e37d6856869649f9b582bc88ee638404", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3d3b8e0234cf4837babfef960a647cc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8b5457bcd40e4c0681aa7eee54468fbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0aa42f7ae18a46d2a6c6a74b0ce63137", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "39570e89a5b54dfa9f0bc01420f76a19", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8b42e94244ed4237a9511fcdb0d5c2c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "76f5e99547a543fcaa71d8beb8b08287", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1ab27243d9d8452ba4b8f6c6ab2a1abe", "region_id": "RegionOne"}], "type": "container-infra", "id": "bbd027cea0de4e07836ca6abb96b49eb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "79ff5606fb7145f7a454df8a4dd2ac0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "60d9234ab8404fa8a11cff101545c529", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "910be5f5c77748488525f7c06999e5a5", "region_id": "RegionOne"}], "type": "search", "id": "85de2a8d8a4345ae9411ce936d988d34", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "24d261b5879a4e10bd72a79898345657", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "580bdb49e6c04f77b2e659bae26e22ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "04ad0b771efa43beb19f135f3dcb97b4", "region_id": "RegionOne"}], "type": "dns", "id": "b3bceba933b745a89c63545a074d5e6c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aec5cc4f22824a54a08aeb29cdd07f14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a3e34868491e4aa3935ca4c0c48ae7c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "becf8afbffe64aa89e90318cd2d7b248", "region_id": "RegionOne"}], "type": "workflow", "id": "e4c66989a98343509ebc55c3eeb08c86", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aa7099048b804c809ef27eb323398018", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "02634598927243819e8ffba597ad96a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a95ae471634949d1876360e67acc281b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "40fff682fad64b2085ea3fd770f68edd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "fbe68b7062f44ad785acdd89e39b3cfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "cb83e02785e24808ba7ff3f44f7344a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "baaef7d56043469581aafd410a21dd83", "region_id": "RegionOne"}], "type": "rating", "id": "d25744f0cb364630aae8456eab62c887", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c4a5a45bf7fa4b07bef4f8aed5b04df2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0c1ba7953b6d46fdaf25ec32b91e4237", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b27fc838339142858b565be9c97e44d0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a1fe15db1a2f427585397af343c69135", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2b4b0b94af804dc5989d11a222f33901", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "db2a1871855b4a31b0f55463eec5b895", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "bc24a428df0f4125a15035ffca9c9513", "region_id": "RegionOne"}], "type": "policy", "id": "adf94ecc63624e34ae0a0c88df0141e3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d5cbd4b8844c43c59851407c1dc0e4e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c5c23245b8924dcabfbc358e7dc1f75b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2f50c1464fdf4483ab2c946163469f1d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "320c0b04ffb340fabeec894e5d7f8124", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "07ed23b6ca914081ba52907920c50178", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "16cfe323429c4ca986d2516855ace430", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a5b1e4b90d99435cb3b6c978216de6bb", "region_id": "RegionOne"}], "type": "sharev2", "id": "6c7b6e53a1584453acd9e8deb7e9ee63", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "805626ce6a3a45189d338ae59a43cad3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a45571aa46d24634989418e02f838eed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "040d6d9108e7497e841f17e51ecaa43c", "region_id": "RegionOne"}], "type": "share", "id": "6cd01efced49483883d90621e1beeddb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a2dc1c515a674189b7fe60a406d60ccf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dbcabb6539a14cbca1209276504268d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "599c36ff2b5d40c197ec7e32455dac44", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3b753321c86b4648bfde88ff227b9ee8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1fbc81ff2e194c26b4b77a58bb039ebc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f44bcf0505a2496aaea380fdf706ad77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db772c5b03f84c3db90d2eaa729128e9", "region_id": "RegionOne"}], "type": "orchestration", "id": "2cb0993bb29342c4a782fc816148c5ba", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4cf35d277a43454ba3aea403e0cafe5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52c7ce6350ed49e0bab6db543d6df80e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b43745940ce4a58b21d3b4d41c17d45", "region_id": "RegionOne"}], "type": "block-storage", "id": "4936feba76cd4622aa9122de1afec0e1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80bc45e9f1444f9a9da5ca60c6287499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "117948d436304786b7ab8e346ef5210c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ae1b91328b04defa35c71ef568aefd1", "region_id": "RegionOne"}], "type": "volumev3", "id": "c391e1185e9c45b9a266e7ff6b21af10", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4cca8d407c6e479087ad16b35f45b463", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c532908b3bcd4795bac17008815f972b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be5117690547416e8fdd5b98bb020352", "region_id": "RegionOne"}], "type": "volumev2", "id": "ba10c07a17034202943ad0541a7a79a8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04aa4db970e2419d9ca8c63a4d1987d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8dd890a2223a47c984241345f7ca80f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dde76c0f06e847ca8765b0c49e96f31c", "region_id": "RegionOne"}], "type": "volume", "id": "c632ba22da0b474491be2e490f6625e5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb9a1fc83c26431191c1369e904f629c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94f4db34370845fbbef30e2dd98097a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dac6f0c756ae4f34bec949fa4e6b3a55", "region_id": "RegionOne"}], "type": "block-store", "id": "6aeda99eba3c479292aee05a81bf51b6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6d6e3a303a254528ae743672b4443bab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "77ef675131e14a1d9d36d549dc8e9852", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9825daac142a46e0a36edef35f2c7c88", "region_id": "RegionOne"}], "type": "alarm", "id": "9649f18676af46e2907004766648e0a8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "77e1624885594db9a5b9fa277892a616", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d97208a6d0a048a586c1407962fedfd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f962fde2ee394d4790d90f31b3270edd", "region_id": "RegionOne"}], "type": "alarming", "id": "2c087160417b450290b63d42e5992ce8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "69779fa0e66a44bd9c034b6fed16ef40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "234a50e5670a4ce1bde21ecd09a8bc6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f41c54df2153496db7eec94c99a69461", "region_id": "RegionOne"}], "type": "meter", "id": "f648db95c5ad4e5593ef98c816198917", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0f9e19d65fe04f99b085a7786798338b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "881910f2faf7463d8f9e956b06a552b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f4e3a50ef473450c869fad30e2473e56", "region_id": "RegionOne"}], "type": "metering", "id": "b44f31f492084e59a4aa19656e81fce6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d9a527644ee34efd974514437006c93d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d77b299e0e8c46868684a0dd908ce858", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5519ddd82a8a4ad1beeffc5129dcfc2a", "region_id": "RegionOne"}], "type": "telemetry", "id": "19a501a5daf44090b3e30dcee52c4bcb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "be9d731486aa4f80a6340d2d1fbae184", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cc3ed0395abf46a399b8f424c5fae7cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ef221416fd7e44928620b69cec6ac2b1", "region_id": "RegionOne"}], "type": "event", "id": "9675e222d3c64227935a7df2c36e4c4d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "af9f778636cd46fc8a8faa96b4f4495f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3876fbf58a234ef9a4930c25a3724c76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f81364250a364e42b8ac2c8c082d301b", "region_id": "RegionOne"}], "type": "events", "id": "e789b430cf0e4e61b9a3e08d407bf23a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "938775ae7cd4496685a4af48395b2f26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d738ea8170a84942b65dc7ee7dbc3efd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "93ab3c1363634837a90a07b4ce798cc8", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1468324bdeb1418783f1eb5b47c5fe81", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3be0f24925ed40ff8fee96880e3ddd92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3436d17eec0e4b31a0bc04554f0fe86b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1b8cf14c529745f1b51988605e9e5f6e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "046864498c94467897a7d5f593e48369", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a599b8a9ea304dc089173009edcd86b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "05f8ebc79e4b413994f2543f3a0d69a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9d9028b571224b709867489ead1e56fc", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5c98edf8d2e94a258c51ca671887b37b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "572e287419ab49499d8d7d72b2e8801f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d3b48ba0cc5b43b0a895a149c348d29d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "381ed440cbe54b52b8d1897c299a3a6a", "region_id": "RegionOne"}], "type": "tricircle", "id": "b038e4e88df742f980bd0f4013dce143", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "23a95dab5e30435b960d40911f437a1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "da3c00e778ec4d7abf29b023bad6ba2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a399fd594a32459bbae0838ea3d8b18a", "region_id": "RegionOne"}], "type": "database", "id": "6796b520509f4fb7af10fb7dd8cd8dfc", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "41a45c3452d34eba8460dd8547c20d92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a08200ea162e47978a89baf63341495e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7f3ad21ea05e4bc581c7f81a663c07e9", "region_id": "RegionOne"}], "type": "application-container", "id": "02ba549522ee4ea3b256a2ff1ea4aa47", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0ffd52f5f2834e78a4386bfcab617238", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2d27fce257244c68948f5ec1da384dfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "aed41a6522504407ab528503686a837f", "region_id": "RegionOne"}], "type": "container", "id": "4916663601894a0b8f20bf3b4e1f3cda", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2d9fe4001b8b4adf8e9c5f855d525172", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "da7c09e661464dfb88376f7546a278e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f34e0e63864c43a48a0dfe3369499a57", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "71525b90b7344c4cb997f062b2121a0d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8577c0a854634bf3842a65e2a8b5715f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0692594048db434da741abb086e66ff1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e81e7e41bf2d4cf6b1ae6ba3cfdc0f26", "region_id": "RegionOne"}], "type": "rca", "id": "46562ca4f7994407aaa546b4f156cacd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "253ddb46c29b449bb9d32eae99c78898", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fdc21e5f614145349c85559d186a1f37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6aeae42efd2b4bbb9b9ecbb65e04a135", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d1d75d0aca5a469da984e6f498a4a7cc", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "08ef0102ac234c53bf64f3fa3cbc6dfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "630d8a18c9984e6084384dfdecc611c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d7cc6a3ace5746dcb3833122b47744d0", "region_id": "RegionOne"}], "type": "network", "id": "67a11769fc404cccaba21f566c97441e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "34092d6889d3443381c7b6a3f1dcc80e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e2109a8db2bc44d6996577fdfd008772", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "585f0a44b6874d40a0e1ddc9a5ff6256", "region_id": "RegionOne"}], "type": "backup", "id": "45ccfab8604c42a18ad48d0239faf87e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "073b73ca39e647eaae35e1de6439edda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "29e646ce6e894055a40c5ee645f52a30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "01ab7efdf9a44dc39d50ee897ba68d63", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5e76a7675aac41d68917ad30d0ca4894", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9d7c6308010a47b39fbff370dcbe0588", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6b31cc4e1e8b4d5580b98fe3f0f05abf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ad45e1d10d074dfd9d952a711f0fa750", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6988385fdcf84154bb0ec8fdb8e9a347", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "81708e2c96f24a6e9586b5a64f3195ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "39564724c97d4a6a9589275fc2e5010b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "aa2fec8d06b24f90bc1e5f5df2ac74d9", "region_id": "RegionOne"}], "type": "monitoring", "id": "8c9bb87f10034e518dac52c31fb142c7", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b8431c2bc55548d2a745a1918f370446", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8989a80d348d47b89fcb4c4fe49fed7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c5aa7d0c491245f785b24ca9b3dcfe66", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "dfb751f91b4e437886d984cb7657af85", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "187e4f2f6d454b5aba4e14c0b2a48a4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0b2c04d10179461c8ba3feb25a2f7032", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4d910f6f3d224fb4a9c409d832debe82", "region_id": "RegionOne"}], "type": "placement", "id": "5798f3cee73a46b1babe0d97e54cfa80", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fe4968091ec84be9a3d93e0a798e9f1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "888d1a66b61f4faa9f78a80569f61e5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "92d202863cb24dd6a093cd4c7a5ad4f1", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ef9c9e9744dd400391884b862c4fd9be", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "faba77a8301b472ea0b13ac4fa0e29d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7d82d748195840f0a1cf27c1d3fb28d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1f2132e30657431aa8bb21ab36a11228", "region_id": "RegionOne"}], "type": "ha", "id": "8e7d75fc12ef4db8881ceedc8daaa416", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6cedc2dec49b4dd2adbd335eb12f441b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a6feb050394e4202aeb07c0487d20063", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5a05a60114f543e89e6a4b18ea1c18c0", "region_id": "RegionOne"}], "type": "reservation", "id": "f7af7dd7e68447b4bd24c0cdc851bddf", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5e9f9d6f4b9c41ad83a3aa5f3c98bdef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4643c444555c460f9ffa7182a8909ca1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "7b6a1f0f35f54760b498d48d26c68443", "region_id": "RegionOne"}], "type": "function-engine", "id": "5884e0df0547485e87c8efab9607116c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e16c9db2452d4013a1eaf9cfa653b96e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4ac148ae4b2a41edb14db0c57a18a7e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "57e4fd36f25646d6814762fcb6117166", "region_id": "RegionOne"}], "type": "accelerator", "id": "6d5d8e21c085472a81ce4ee38ed0f126", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4d4cecfc7f7d45788c67c6f142022428", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1921cc38db8545e88163a608f9e95138", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6f37cf407f2649f0af109f435220e235", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c49364a62e754d869e31f837f3dcd731", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fb460e3d845d4e36923b4c929e40bc6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f7a1676b23364d2b85674860bb8699ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "59650d9d803648b8a2454d8680e451cb", "region_id": "RegionOne"}], "type": "registration", "id": "5dcf4c13f48e4eaab826c18c97441955", "name": "adjutant"}], "user": {"domain": {"id": "2ed0d0d23dbe4ed8b4dda07d3fa696d3", "name": "3b09c600832542f3bae9e2a8dcaac6bc"}, "id": "00a2eadc893d46948336e8d3a3586233", "name": "d11749a051494c18a7d03cc77dbddbac"}, "audit_ids": ["8a6d0d57ede8478db45c9ef5dfe616a0", null], "issued_at": "2019-09-19T09:04:43.734898"}} 2019-09-19 09:06:43,972 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,979 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,982 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "description": "A test service", "type": "network", "id": "a79369191dad41f0859d234ee3b25f41", "name": "a service"}]} 2019-09-19 09:06:44,008 keystoneauth.session REQ: curl -g -i -X PATCH https://identity.example.com/v3/services/a79369191dad41f0859d234ee3b25f41 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"service": {"enabled": false}}' 2019-09-19 09:06:44,015 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,018 keystoneauth.session RESP BODY: {"enabled": false, "service": {"enabled": true, "description": "A test service", "type": "network", "id": "a79369191dad41f0859d234ee3b25f41", "name": "a service"}} {19} openstack.tests.unit.compute.v2.test_service.TestService.test_basic [0.063183s] ... ok {18} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_flavor_delete [0.056778s] ... ok {5} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_no_user_or_group [0.269371s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,836 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,841 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,844 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,848 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,862 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.771573+00:00", "project": {"domain": {"id": "57c3c540f1ce469fa5baa6851ac3a974", "name": "831fc4f3f76849b4bb19ea04dcac5c09"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1790fc5c00be4cf6a574d38d498b8597"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5dcadfb2656d470fbc922a0b5b5d304d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a64b3d4aa357465db0d335be1738a912", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "80763ddba5db4b1fb5f59ace28814e99", "region_id": "RegionOne"}], "type": "identity", "id": "09e11b6b0d96436da097397e79239cb3", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bf0856e06cd94b06b3773ad7648ce491", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d9765167b0cc4aaa8c3b35578673e808", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "51a4f65d64be425f92ea0757da12de36", "region_id": "RegionOne"}], "type": "compute", "id": "7a5bafa9aa2c45d29607b5eb39aff573", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "67e2a6f7e01241bc9c717438724c6d8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ff31d4e7163248fbbfcbb437f498ac65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f002bfe5e6d04e08a8aff9ba717c90cc", "region_id": "RegionOne"}], "type": "image", "id": "6a861c35e023452a855c49a296d88334", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "61784497c0ae40a1afa75f9f0ede3cc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "91ba8bb03d944905b6df9fa188c36456", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "581b5813804644fd8489ce0b7b43cb52", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7b7464b9a0084745a4dc9efe4fb6e8c2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c8b375f597742758453655041be176c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb83ca2d94864a71b35d80fc0ca6d3b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "055523436aa641feab8e587f3bb608d0", "region_id": "RegionOne"}], "type": "object-store", "id": "9b35a85b11dd458a98aeccd3611d1dc6", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e71d2ec03e4941da9c05d75e10626b28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f13b156d32d94aaca4e87b129c5a5e21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7706be7f09ac4ed58f348f41f92761f8", "region_id": "RegionOne"}], "type": "clustering", "id": "e72315dc3e3b4ec5a41d8f212e4a350c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "786d4b975b874d4697086eb26451da64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aded40b8a8934366afada22a981c7601", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "44cb18c90d044fac931ecdb47a749d57", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1aede4681dbd46a7990beea43d62ff90", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "623e108ff0dc448a8f9489aaacbaeede", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e91002b6548349cfa60aeee9ad4a0f23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b81fbdf17f8f42d1bd65db78e57458d8", "region_id": "RegionOne"}], "type": "cluster", "id": "77386953368b4d51a210e40a82778742", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "824ee0b30db4406dad98886e90de0d00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cd624e9bb8c9468dba53d9b5fa44b815", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0ddfc4cf622f4d919e7b2eb451a42c21", "region_id": "RegionOne"}], "type": "data-processing", "id": "880b45093cbe4a90b9fe9683b985e20d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "96a7b4db0d95427da38dfeb049bdff6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "abb3412c8c5249baae63347100f9d38d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "85839cb8eda54d1684dac72e5094e0f1", "region_id": "RegionOne"}], "type": "baremetal", "id": "d63681f52dbe423391922de2e6066707", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5016cf4e83ac4558b70bdcd23b348daa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1e49d519188c4274b4aec0151bc65d88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9d5720a59fd04331b2a3662dd6426dd9", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f4097e5aeb9b4e04963d0901e211740c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "16e3e536a1d1401f895779f4beb3ce17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6013161f5442413ba33a98bac491150c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "cbea1b46b91049bf8991cd4654beb127", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6244b030d4b342feafe28fb04a1ff4dd", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b2667b3b15dc415689f126b1475ce757", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "daa5459f90c84d939d6cb7cf020bb2b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "64c5c250ca33495ea21dab0aaadbbaf8", "region_id": "RegionOne"}], "type": "key-manager", "id": "64db28febbfb4395bb85258e23e36aee", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a610526972d04f6b8b4768f7bdaf2f7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "95e1b92924f24d5bb1651aab649fb8f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "33945710de7b4d729ed1c33dfc069cfc", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "435a17981ab143dbb6c0ddd8aeeafeb9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9150cf51d8a343baacfe44a3a9de9891", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e9b26cd040494bf2b99ac86962b549e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fbc94269eba94217862a78658d6a9778", "region_id": "RegionOne"}], "type": "infra-optim", "id": "fbc3853619994d3a977da9b311179de8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6c85f13bc9d24cfab48eeeedf6fe34cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6b25c9365c364ae3b546dbd7edc443a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2580034a97534788b027ebb5e0eeb1ab", "region_id": "RegionOne"}], "type": "message", "id": "9aea0e71d3f2465d955cb4e8eefa5c53", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "697e0827955e472d8e8eb8058d4167e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "35b7ca4a1bc3400b821ea7fe702caf5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5653bde9c8fa4003bad34ee69a72e37d", "region_id": "RegionOne"}], "type": "messaging", "id": "bfec15f05b4d4499b2b54584b7e352af", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e2bf756474284cd18fc39527f4e52162", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a3ac2994a0eb445dbd5c1581d9ebc5f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "68e400bb67074c77ad1752baa5980ae8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b76dd36f322f47c2ab1cffdffd85a59a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3ef0e2cdef6347b0bcaa3bb5cb92f911", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9b2004531e1c456fba3d6d86962c3164", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "12ef59b65417412496dccdb2a2d91ee7", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f4d8903eb1394b3daca7896b772ce769", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "092be5e800a544b5863f97b931c84fcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b506cdff6f324248ab0cb54b7154c74b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3a3df8fd5d344699874a5ab8f66202c2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "258af48cc24446369a0ea629df9df7b1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cae641d0153f4b2ca07bacbb49d9c439", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7ef20e80d52c4105a7c8300fb3523a64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4afd097b609c4823be118c4fc2717a7a", "region_id": "RegionOne"}], "type": "container-infra", "id": "2c60a4ea498b411cb679f999770737d6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "553e8a38ece84e11b133be313568f6de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "fb7b91dd9fa447308d8c1ae87b189322", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "700eda55243941a1a8f4c4ad83021008", "region_id": "RegionOne"}], "type": "search", "id": "9158d36f7d4645679aa0444c1345016f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "fe1abde444b7418cabf0eb520ea17932", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1a1ff6848fc24347a4c8e0da37288e93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "75d438eba5664c71887e989952aa0e66", "region_id": "RegionOne"}], "type": "dns", "id": "c203d30b7adc495884584a5adfbc4c12", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f13cf6425d9d42da8ddd1da7804395c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ebb35665ce4f4985bf98eb496572de8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a5c2ff085d6f4e559373647dd14ab425", "region_id": "RegionOne"}], "type": "workflow", "id": "bbb6ecd1737e4178bce31916191e1176", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7b8b1e8b91df4d2090da0be0b9a9b072", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6a18d4a309244fd091c69ffab4e658b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "53296c5717184be7a72915170b31bf3b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "867d829adad746cdb942b0384df3d8e5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "e90393257eb040afb880efa8ee4e09da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c2ce48adb209416780a8461f63342994", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0549c880ff5843ce8c0d777764fbac61", "region_id": "RegionOne"}], "type": "rating", "id": "eac784ae5d594b18972a3971e3394401", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3da0db6211e74a3485177df80e616d75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6d81105fe7c248f5b68ed99b855f0e91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "95e5fa72633c45a3a7520b620bf88a54", "region_id": "RegionOne"}], "type": "operator-policy", "id": "2c61f0ec243b4dac93786ecf6978767d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ea90b2fa69f243d4988fd981ec0f36c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a3dbe84009b84233b7881c3fa95ae1fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0a4cd3ce0bee4f5490bfba68bcb5fabc", "region_id": "RegionOne"}], "type": "policy", "id": "e0276b5c36c74d6fa114838910e066ae", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "994e67dc428745f4b407fc1c2c89752a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6671d96f212b4d49bb7a21ef4867e681", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6ace8d20d39741518e90152b3b5af0b5", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f7e2f60664a94650a33bef04f63e1969", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4a0bda5d26cb4f4590693a7a7f03945c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "be07e303aebe4cbcb587203e9e86ac90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4d5750940fcb4cc68f335eb1aea8c864", "region_id": "RegionOne"}], "type": "sharev2", "id": "cbbebf5d49644a24855bcdef95788a79", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7a5a6884e22848d3b3201a91e9a5ca0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eee146cd4ae548a49582f39f73a129d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "54042f45f9c941a98f3ede6da6aa24c3", "region_id": "RegionOne"}], "type": "share", "id": "7df4be17e237479294241e991864059d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1dc8dff45d494d5284c6f45afe67c04d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "014c1a7f9a7b4207a3346192e598ab31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "649db786c8f04a4ea1e99cd56f9642fd", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "bb863f28a78f4c3aa9e2592f34121f2d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ae77df4fbf94657b70abb7d4c4ce565", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95447a45ebfb448b90536a75294fbc11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "189d9190274347118ced1580598326dc", "region_id": "RegionOne"}], "type": "orchestration", "id": "f4c427edf502458f96c2e8d107bb8170", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4cbb9a6b060c4179963df4abf86b75fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4403834a5d234affa94ae86a4487d97f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "174e37e5f4344fc99880c779ae817182", "region_id": "RegionOne"}], "type": "block-storage", "id": "765efc60b7884f9a83ba178575f9317a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbd444cd25884e0982d0928c27789ab9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76981b24e4094dd7899be30330236d29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "808f7121a7b24feca7a157e6c923e174", "region_id": "RegionOne"}], "type": "volumev3", "id": "5a079840c03f44a783ac5371f2d4906e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fc71918f8034e0792329ecdcbb19603", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec1ae12de5484667a005cd603f051e8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0140a47bc3224429831176f4dd833768", "region_id": "RegionOne"}], "type": "volumev2", "id": "39bb3ad16c37422c98f4f991e565776e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39a96a9aacde41ac921de3a0a184b342", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e71a5f2895144cc92433b90f35341c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da67aad7ac2640efb05dc1efd13dab21", "region_id": "RegionOne"}], "type": "volume", "id": "cd71a7d2e5514df69d2492c4e1e5c722", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0548c886c5ea488ba30cf79f24998999", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58c1bc8222cf483dacabf4a3307fe36e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11a55379478a43afb6594a43deb8a9e4", "region_id": "RegionOne"}], "type": "block-store", "id": "0235cc1cbcac4d9fb45fcfae7c757586", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8b09d1c3f35c4ce4a5c045c4fa8f83e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "33b0f9dcf9fa48dba5e3ecc112fcb62e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4540634b68db4d2e95197a4f18750556", "region_id": "RegionOne"}], "type": "alarm", "id": "dd84c8b7223a46eb93a373fd2feb9584", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "971fe68387ab43e7ac563161dbe9131c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "655b97c937a74b1e9f18e5035ffa87bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5a350b18c5ee45cc9817ab6b433d17c2", "region_id": "RegionOne"}], "type": "alarming", "id": "a08f49c013824df3ac0f9c6ebb240264", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8e5b03a8cfb84276808f905eec228d93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "19c857806bfa42ce86cc62b2dcb94749", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8398ecf167f244b19f6c46cc8437ea26", "region_id": "RegionOne"}], "type": "meter", "id": "fd00bac715904e669f65231654a48428", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2b2f1dc3e1fd4a0a81d045e2d20f81ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "db395ee8ac8c4c7b92e47c2c8e3c7ac2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9168c49c33be479999791b5b20296b5f", "region_id": "RegionOne"}], "type": "metering", "id": "626dc3db9219486a95b2c7fdd57407ce", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e09b48fd6b454817bcf701fbccabbeb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b49d4567a05f4f559252c26c696b07dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "53a1eee0616e499d9a18319d557c87aa", "region_id": "RegionOne"}], "type": "telemetry", "id": "a49863adbd0e4d0e89e7452e9e6b27dd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "001ec23c410b4507874d624c7d6f9057", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ee1dca2c5eb045239637bea0e7e194b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5eaf08f145eb4680a565c12795644be6", "region_id": "RegionOne"}], "type": "event", "id": "450a2714b0bf41379cfce07134b9331d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a7ccc65579194673904b1a45b63430f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "11908dae922b464da6dcc0f96c8ab0a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0a678f9e9d444754b7cacd8364a9c466", "region_id": "RegionOne"}], "type": "events", "id": "be3e9d022bc64ab3b917225b04cab193", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c30b197687514840b108d4e0cd7a313d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9af7899e79cf4d0fadcfde2c2351aed6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4d66521b551c4f19b64a41958935867d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "dcd5282752f149ada9bc87757b0ffe80", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "48d7833297e64bd9b0ea838d21e68ecb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e65dc9968c574222955a840fb4a2abfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "749efc8c108340fe9a0aec15f5de8b4d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0a2d9bbc0e5d4eb7861329c17d1262b4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a879cb5a0f60434d84ae55de83951e88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "35624a47080b4e04898fa9a9441ce7a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "141f63e912074abd83ccf579fec28757", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f39eaf01b107401fa5d0d1a723df02dd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2bb441c12d354733809ac303689454a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "14369e2046d342e7a3548325c16237a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "58de16474bf2486c95256e6fb0067448", "region_id": "RegionOne"}], "type": "tricircle", "id": "96cf5f28a6f6478aada7500a998e1b00", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9f349be92dad4f669ebf843e58854069", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "185b3b9123f540e5a3df0f2c6ae34cc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "12287b70e6cd4705b6ae0bba48f91fe2", "region_id": "RegionOne"}], "type": "database", "id": "71678c6449094b5f99ba67b2fcfe62e6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8b032494517d430397c329e5d74b439c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "99a3e0d586c3422ca3a584ca546a633a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3b6c78846aa64084a10846510ae63ddd", "region_id": "RegionOne"}], "type": "application-container", "id": "481d3b6b761445cda25e29a5ea2c6c9a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fbf1228dd92447f6aeea4cff13abfd43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ac3fc6a05cca4213b539319b0d8ce3e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4be8f78ea0de429c8eb49ff2da543e13", "region_id": "RegionOne"}], "type": "container", "id": "2a8e0984da5c4f02bce5e0cc3e58301e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0773319cb4cb453bbcef46e22978d51b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "87653ceed7234dbe8fdbbe436636de24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d7c34e7044b342ed9795f4975699893e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "339a99452ebd43058afe4446c50016c2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0cb8ab52ca704aa183a4d81029109d88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dcf9389447f84a5099b2d662493a66af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "41d54a8da1404a179f1f72f55d0fce14", "region_id": "RegionOne"}], "type": "rca", "id": "7c7a95b7b8d44be5828a96f61520a3ee", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f04f615ed6834fdea1cba647e1ce44e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f9b5bab32f854cb7a1f8bff8cf2fc433", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "687eaedd7286421cb04ab61ecd346258", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fe72cb9f141d432eba253dd83798c0da", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "50bf489602f74ce4951b192c01032049", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "66767f784bdd4903a1c5f49aaf6af5ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "fd6348a2dbf04ff6bf03c31bbdc57f58", "region_id": "RegionOne"}], "type": "network", "id": "6d937e5e65294833ac14d648c913f02b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d3134c9a61cb486dae19a0883461ba5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "865b7356a9c246ccb7814abedb71ced6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a172046e9ef7424098752cc977c3119d", "region_id": "RegionOne"}], "type": "backup", "id": "8420d73dd02b47ada321d3d1c2aa93d2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f10dbe5c10e34446ab755dbd572935a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "79f405cf7e2c47c1a78b6c18f756a369", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c001e422bfc74198bcac47f3da9fff4c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1ee7db88de504fa08c6b8bbb9bf77256", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cf6234b2d3a64043b806479b5b0fffd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0c3ad438e08940858a097ca56c75e26f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "734313057beb419595779541f64beae9", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "404bd7e744ff49ccba00f91632a9de47", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "219bc637225c42a8b95b800b672480f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e8dd2fd8083545048e96c44339283781", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "31fa52e9fec448f9927fb9fbbe83db84", "region_id": "RegionOne"}], "type": "monitoring", "id": "21edb3007f6d4a8d947521ce131fd037", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "37e49e55060948ac9388c3327133d63d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "06441326b6c9400dac3b402da18fcd18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8426bf70e13c4fb384fd55aca8f00dcf", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "02bd796cee1549e688031d31648b24bd", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "24ed0c161bba44a2b56aebf07faff79f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "e329b3bf38144cf09fe303af50c4dd64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5e6d77c885764865bb78d87d3101c91b", "region_id": "RegionOne"}], "type": "placement", "id": "38e9591931594d52bb010158b474b2a7", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1feac1b95aa64e4a896a5e149e732e29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b93b3dcf21ae404a94e5f791d83c1dd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7cc10411c0fe42128fbbebad261f6f50", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2688cd90fd9c4e45990a4337c61db8e0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "af0590c40d434931a49ab9f299aa9f6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "613c16292fb043edbb333ae4377421fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "057d61f34fb548a7a9b705b29d7be940", "region_id": "RegionOne"}], "type": "ha", "id": "4edefd087c1a4129aa65f4f3cf1414df", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0f0beb5b11654ffa914cf08f2d14cdff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ae7e6abfadb844858920760468fb8986", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "43cac7da2c774ea58e20c9f1fcc6aef4", "region_id": "RegionOne"}], "type": "reservation", "id": "d113241dc46745718f6c0867df3b1b41", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "82d227a97def49149a08aebf2547285b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "03b902746bb04fdc8ea97a608638ed9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f8e65a366eb746a4a08936da40895159", "region_id": "RegionOne"}], "type": "function-engine", "id": "b72491c21fd845839639ebae1e594be4", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "888c5ae34283452ca57f125cdb07cc4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c958910ce6cc447dadfdcd72372ace54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "334a1778777c401c8b932401af6cc47f", "region_id": "RegionOne"}], "type": "accelerator", "id": "da512fc95aa84b0ca0ebeb62676881c9", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b9f58de044ee4120a5f2106f6b0805f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8031820d5485414a93dbde8d02a4a32f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "524b06ee8d2946848b4d04dd014ddf09", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e265524d2b964c26aa198d070ebf1e12", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "70f691558a9249f29eb55f053c2e9e85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4d9eec7d53414590a420b5cf9c6240a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ce0dfdeb9ed342b2b9eb3ec997d9424a", "region_id": "RegionOne"}], "type": "registration", "id": "66915676a2be4aed827d22699ecfbc0c", "name": "adjutant"}], "user": {"domain": {"id": "ab280a31a3fe4d41b339a90a69cd479a", "name": "9fd2632efba64d6f93695592797cc574"}, "id": "45d7f9ff1cfd4820a4767064f7742583", "name": "590112f0f1724c0bb39136a2698b2325"}, "audit_ids": ["a51594d530ad4e4397a5fdf9513fc7d1", null], "issued_at": "2019-09-19T09:04:43.771573"}} 2019-09-19 09:06:43,973 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,979 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,982 keystoneauth.session RESP BODY: {"roles": [{"name": "203bd9d2926743f98755b3a600bcd5dc", "id": "556b0a15bc2a4d5ca6e2ad11031fbe7c"}]} 2019-09-19 09:06:44,023 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,029 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,032 keystoneauth.session RESP BODY: {"users": []} {18} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_flavor_get [0.063293s] ... ok {21} openstack.tests.unit.cloud.test_router.TestRouter.test_list_router_interfaces_internal_ha [0.350569s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,816 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,821 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,824 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,827 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,840 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.755736+00:00", "project": {"domain": {"id": "0504ee25ebb443619dfec7633e31f0b4", "name": "8cf07faab10b409985935784ebccc970"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3c1baefcb8034cf481d61c240add20fc"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "7291c01bd696432e8b2f64d91642ef27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "36f4fb483bb44ed18b7ff737eaa61dc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "028c2728cc794e89b2b6c82a47db9a80", "region_id": "RegionOne"}], "type": "identity", "id": "e8f44693dd8f4aefba64ce496d64caba", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c63b2ce5e44b4222b480e8ee9ac0ab90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d8ecc809149e4da287f4184cd74cea40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "706ffb046f874fc88ea5e30f8e27c784", "region_id": "RegionOne"}], "type": "compute", "id": "9048dd342f9546b4a5965984885ea3b8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "47580847711241b6a0e65a93e73dff98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "9a9d713d895540e88d2d6fa5c57b7420", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "7fe4b8e92cba45c8a8ac8c51ee286b62", "region_id": "RegionOne"}], "type": "image", "id": "bf6d54eda2234c979cf981bdd2099c6c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8486e77fba684919ab79c9405e84a2f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7077d33962ed42e4881aab8d92f5058b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "84269ee084be4110b179a3d643232e3e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "721c324dce614ffaba10b125ae509869", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c377276daff496da3f4ed9ec2280bf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27b8b5f7112344998c4bd5fa4c543c6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "163a605ad9884e16a17524ed93d94715", "region_id": "RegionOne"}], "type": "object-store", "id": "25e308f007454ad5868a427ff863f397", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "823fe43d68484429ad5d8ea6a77aa1f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e10b7bbefde740ffa46b5d2a5cbd915f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "661bcc7dcae942999716d57e21fb0878", "region_id": "RegionOne"}], "type": "clustering", "id": "235dd59291e1471aac010b945f7bc93c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8056d67efbea4b94bd5949e99abe635f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bcbeb67e91b240e98295d79369999681", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9db9185449434d81b08700255a3e2381", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "41ec35083fea4f81adaa41d1841ee13c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c1ce1b6b3b3a4143a744a0357c5c6f97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f3f822746d5244ebb7c69026d40df6f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7609ecafa2a242aa95a5c432ca51d804", "region_id": "RegionOne"}], "type": "cluster", "id": "063b2a4fa21042a09d0bb7535a07144c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "31667039a2ad4b77b665c4e1fca72078", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "392fa74cb4474ad18dc984e0a5207a6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "5cd6aa27b8e141e5bb18c982d45698ed", "region_id": "RegionOne"}], "type": "data-processing", "id": "4d8f6b9164d4406297ff9b9788298342", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ed49edc64adf4381b37d1ae16814bddd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2e6f775de8a84cd79044eab7e421f597", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e07cbbdb8f4c4543b4b791d120304ca0", "region_id": "RegionOne"}], "type": "baremetal", "id": "ab31c5aa91ee4747a3a47db8793f0aea", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "56b017bb469f47d3b68a01e1d9e52b75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "327cadeee36148ff95e213f8620e8218", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7770a5746acb4441827a9dc63112aceb", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8211ec883eae4ce798b312a90d974f3e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7093e474cd84429facdbc043d16b6722", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "17d3fd60d9b040e3a955711254573a9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "14b7372e30b14a2ab456c92b1eab9abd", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "203c33ac17c14a02b9603ee710fe0a2d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "029348c92b3d4e3dbd9ef61aefb3368c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5cb2afc129e849c4bad3f8474f37a4a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5ec4a10641ab46d999738955f52c08c9", "region_id": "RegionOne"}], "type": "key-manager", "id": "0834d6cd5a6347bcad97db6ae0344af7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "26fcddd2836444d78495da314b505319", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6ef8e27054724f899161dd494ecbe46d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d93c3be893b44ab4848b2b6303873124", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "391646a6db98490e98b8b27b9264d60d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0cfb7a1e9f4547919887813124d0584d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4014cc40432746f5acf0388d820e095e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8d03bde4f8a842c6afe5755a4733f274", "region_id": "RegionOne"}], "type": "infra-optim", "id": "3be4a8a25f964e188593838a75dbb299", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5d75f0f0bc1e46eda3ef3a26f87b7b79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9dbcf0a1387c489ba19bce0d09ea32e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b5e13462e8bf4c67a53a1295332ad172", "region_id": "RegionOne"}], "type": "message", "id": "20252bc1328b4c4faf5820297ef23059", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "810a987c24d04d41815e1e593886d427", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b18bed545e174b24a85f8101fb380a8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "466431eae47d4429a61443cccde7349e", "region_id": "RegionOne"}], "type": "messaging", "id": "daa3c182a34f46f787e9480b263bb781", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4cdcb3e2971c4d0c84c94de659fcb1cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3c9ce39ed3184125b03c3fcdc0fa0a90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "74391b2c4b58422795735ad78bc689e1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f9178b545d824deaa4fe51535776e5c0", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8eeac09bfdce4c81b344f07435f89ff8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "acb4183048ef4a1db137a5af9aa548fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e5f47fb0a11f4e9484c9406af24052b1", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c438a3e8f1754e9ead35911dc13ec333", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f4c9eefe39964f288a84ebb4264ad436", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2541645adbe340c98cab4b85b2315645", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6124f1b0381d41b38fc1be57d99a9605", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e37c325f7a00419e8e00abaf60496982", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "756b67a84d4b43e5869c3c1b6c3448dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ef192c49bbc943798441e0d57926368d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e280fa0b42f54481856c4a38e3d11b6d", "region_id": "RegionOne"}], "type": "container-infra", "id": "55578c586cfa4222b198657af54868f0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e2063dc233384d5c8b0a87674970cd79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "28f7580d698e48798f8af6b898131d4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "86da17feb7c440629c2f184072c8542e", "region_id": "RegionOne"}], "type": "search", "id": "308c7fd6b3114b3db260fcb46a644b2a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "0fe373e155404bab9bff92055b29c19e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "474d287aba1744bbb73fe327e9688919", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5dfa5bbc1f3246678a8e6f01aa674a54", "region_id": "RegionOne"}], "type": "dns", "id": "72c18fab5b5b4db699a721a8bc11766d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1cd103cf99ea42cf92626f31d7147fd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b5cebb443ede427ba6eb0bb98bfdcf9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8d44b5be1bfc48949c8be6ab2bd62392", "region_id": "RegionOne"}], "type": "workflow", "id": "a43d7dd2d1604750859266adf52108a4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ca075ced61d8412c837ceeaaaaf091e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "882688a9751846c2822a76ca29cfcca1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "62e59bac36964eb1b42588098ff63f76", "region_id": "RegionOne"}], "type": "workflowv2", "id": "701c6712d83e4468b04c1339d8532673", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "83265e2308f64a64be7286eabfc3af35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a686a2a3f4bf47598de6c06fb02a3551", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "24e780b694664d8bb16d5b2fe27de28f", "region_id": "RegionOne"}], "type": "rating", "id": "c0a35b49215c4390a3d1fe8f8f9bf721", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cc7ce8c6077d43f0bca55fbac7bb6782", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6aa2674904de4ce1966ce286bb84c927", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cf7c23d2ea3e429187ed86b8411b1195", "region_id": "RegionOne"}], "type": "operator-policy", "id": "93252de7da2d474d88063e5931d59144", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0813209bb279496aacb27a1dd54b0d87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "38eb30de2eae40c68a676d0c09c83bb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "93635702e96d42c3950f29e1d2187c93", "region_id": "RegionOne"}], "type": "policy", "id": "acefd210c91e49ccb3e53a05f4f678c3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e270078dba344fae823a197bb8d0765f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "121bc46eabc94c19bf08c84c1771ccc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fc53ca12da34476d99eb9bc5fa8c0e94", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "da3ba91ce8f04ba1a81e26ccd909b8e2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bfd5ecae2b7148fbbdac00267d5d8ff7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4dfca1e2ff0e410b986225645ecbeacd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7a250a6e95b94d0682e1eea05f0d75ac", "region_id": "RegionOne"}], "type": "sharev2", "id": "f8c6c61ab43342b49d9aea25603e7a7e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "44bdb36786c94d0e9f8f034179137c19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "90c7b2b87f55401c8807509ea2acfe3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c5ae8e56fcb0458d91c92be5d24a0fe1", "region_id": "RegionOne"}], "type": "share", "id": "3de9ff3d41774973802e0b6ccc839b3e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "be5fbc0dace24da4a2a48528dcefecd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "26b6635698dd4f7d9c98360e358948da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "158ab0e372aa4086b8c02eb4cf434ebc", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6bc3207c725442d5b980ff7f91c02012", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50c266ac80504e73aa2d451553518fdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac821ff4a7b84b5c9cce53a8b4770ed9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ccdfb459fbe499c922b239290c4732d", "region_id": "RegionOne"}], "type": "orchestration", "id": "5dbe64386e1e49fda675b67ac15a0c6c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47366c56ac6a4215a6d1090fe301c75b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9bdf9097a1a401aa89537a03227bb09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2156a04581a74d3f8b8262b3005680ad", "region_id": "RegionOne"}], "type": "block-storage", "id": "4c22c6a95b8f4c8b821ea2ed00ad08ce", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49374da96e6a4b28b8011bd9d9821815", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95ba673ad2c84988b06e5f204b946743", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc9ac6c538624355b65866bf1d08d98a", "region_id": "RegionOne"}], "type": "volumev3", "id": "2f254e548fc6470692cb001d1a99f3cd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40fe7ac5d44849e884867ca4d4223e52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9dfd9b5d68d4b7c897061c6b08dda93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88914ec58c7644e697066926914cd589", "region_id": "RegionOne"}], "type": "volumev2", "id": "603d139cf7ab41b28785a5f1af3a4a4c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f20d609d473479fba44b907b09c414b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a8f4475daba424eb1d65e821f7cd1e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf6d158669164db489a4fdeb7a0992fb", "region_id": "RegionOne"}], "type": "volume", "id": "d0610a6c85cc4863821f3cf5239f51d3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "deec906e6dd14aa6a900ac39e9fa9630", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b69032d824514bb8b3dcf4c4930def03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a3b670518ac4d2b903b251dfeae53a2", "region_id": "RegionOne"}], "type": "block-store", "id": "e802f6987bb64843851fc00e37d7b0cc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1439e1927bbf4622a42bdf8d3934660b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bbf5f1987fa04d90b6110f4967314224", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "acf6faa1a1a14173a65d86395d1e6c2b", "region_id": "RegionOne"}], "type": "alarm", "id": "3d09320995f84154b3ee55ab9962ddda", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "eca1f744e44c4d1d9eb8f7d7319d1f04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8304265662f24c1087222d2ecba9b921", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ee0a53b77499459d9914aad32f4b5ea5", "region_id": "RegionOne"}], "type": "alarming", "id": "ab2cc41d9e7f4b858776f2638617dde9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "07d2f79d8e084c3ab5c7957254e86947", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b249cb3714e34b5d9c5a49cee6aec094", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f54740eb0cff478aa9cd95b7a11636b3", "region_id": "RegionOne"}], "type": "meter", "id": "2b923660221f42c3a0c9151f27b79603", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "49616aa14ea3489f9235d3a039c8256e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "669b9b4e6bf54aa59ad9b9a5e3085157", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "61935a39ad47455ab23789fb21864c6d", "region_id": "RegionOne"}], "type": "metering", "id": "bbda5a9466ec4fdf86af0f97eb90bba1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d9d616e4ac1b47b4b70f4147c0a9da9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "82126089e51f44d68411d8b8c506e9b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6f4f9a71f2104441b2293512a61ac49f", "region_id": "RegionOne"}], "type": "telemetry", "id": "a7eaa7195654452fa5de782945ce011b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b8f55751537445a8b98bb591ac064c8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7f32255000f3416283c6cb38e7756414", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "622bad6ff5b64f5898291aa13e25d564", "region_id": "RegionOne"}], "type": "event", "id": "471204c3a17f498692e62495da2615d5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "60efb9c95a1a4b10929c9ba368c098a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "daeb748a770b4ec09f045fe6672546d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "73d52c20bb8f4599b20b59147da31cde", "region_id": "RegionOne"}], "type": "events", "id": "ad29180bf01b4be091d6034fd1e7d0ec", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d35b80e077fc4bf085485db862230151", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "87cc84a7427845d193fd0120248c4aa1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3eef629c907045c7a4fde3c1453e9a9c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "903444ffc3d242d1855253f3a265e88c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2229ab6ad9494b37966c9592684ca861", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0dd3f98b8d58485dbab8c812549b2b25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9ac05dead74a4da08e11cb3126eadf35", "region_id": "RegionOne"}], "type": "application_deployment", "id": "fadd786ab5044f03b0ed973230119996", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "528a26927cad4e8886f01883498b2ca4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d6d49611f90c4348ae80bcbfd024986b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "09e02a587a854f608a47deff16065918", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f4c42368953642ab83c385d1b5f09933", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "66df3360240e4f9a879722d8165c5ba4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1a249cc3cfa0487f869a42fd09faa8d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5e42c7d387eb4ffeac9fe126cd1364d6", "region_id": "RegionOne"}], "type": "tricircle", "id": "66b95f41a208443eb293c776a4409930", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "00cc058077994672ae870dc30a9e96ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6d16a57b52f642c7a6ede9f2a9417518", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7eec91d522354748935d24a15af966d0", "region_id": "RegionOne"}], "type": "database", "id": "bb98049e34714768a00efbbaed2bfd23", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5cd2c8bf36874327ae9943581e6d5b29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fec095b3acf648acb3a6cdc00a211a81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fde8f83d4b3e44b98a61bbc8457fe65d", "region_id": "RegionOne"}], "type": "application-container", "id": "d6db5b7161644da6be001051ca78b2e3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a79536228191466aa9e15c5b5dc4a3bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3e33cba56e204975ad224618e532ff25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c442b2fceca34d77abf35bba9b71f3c2", "region_id": "RegionOne"}], "type": "container", "id": "c5b49facd26a488cba08108d20dfbe94", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b06cc540bced4a4d864af998d41b2e28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e4d9502187ad49c4b91acaac86ee9170", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6c17af759918404fb406b168d4e38ea7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7cad326a6eb747ad9d7cf5d4e87272f8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e25b0b23adb24078a3bf9686138aafde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "31288adf4d2c40e6a6cc86915bda1739", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "116a1f96f8714ec4b2545d237fd430e5", "region_id": "RegionOne"}], "type": "rca", "id": "1abd941f224944459dc5b3d62064902e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ad575ec946ae410cafbc7d5b01462791", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "78ab7614b0f44cd59c147c0963168cbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b367829ed46a4b95a51224a98c5dacb5", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "aa1bb1051ff249439849786fd5aa5125", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e09151f63567494bbdf852569bc89a26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "92b2760c53f140ccba974df6b0b2809b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d180f73cb6334266802d628a4b084526", "region_id": "RegionOne"}], "type": "network", "id": "fee6df113a4c4015913582ea624bfa9f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ac5530b03a314a96a241c6a058737b89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9233fea06a8348e089ad3d139ac6ab68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7ef07f2ba588498d9ed5b3087f75b736", "region_id": "RegionOne"}], "type": "backup", "id": "d2aa46186c7f4e8e9fc15ad2383b0bbe", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "45d6573e02774fcf9cd35c974e57f662", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "94b8e9386f244c359043a963d651ee56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4ce926430dec47499aa929586bde13c2", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "aea3d873e33a4a9ca336d7a765446d79", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7ac802a52a514e26bcec806c7e21b9c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8e5aed0db01748c9b8f2a62027a57805", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8992471b7cef472da39cf4be43708a4c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "41fed80f87004d35bca16b44128a1ffb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6cf97138e7744851af9bf4824e466aa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2fc7ebae46d3459cae2847284579fed6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c3f68640b4044f2fac06b9fa5e651c70", "region_id": "RegionOne"}], "type": "monitoring", "id": "7220203101b2421eac950039f06abbe5", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "62d371e3774446fc9703caf0850b52ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "89197ef9cf2d47928dd64e5cd220d8f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "098c647f29f343549a4b6d19e161ec33", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b86fb6fca54f48e69d6ed10f33acd00c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3b4cfd7aa5304e049ebd82f5016a9469", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5f3c2dd16d95492ba24a2324b75f62b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4c27035477b64c2da1894b76191b1eef", "region_id": "RegionOne"}], "type": "placement", "id": "df90a029962b417c9686fe371216c681", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "070ba7d8630e4383843fd86b442e90b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a030ef50b6174e87a2070450c63461e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a7cbe6ef55f349b4965f7e4b2608c4c4", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1262bea3943846a38bda15b4352ae623", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4a597847bebb4548992c9cd78d795227", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d9cd98c8e9724c76873fa1c15d5f60a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ee3533f430754253b8fb8088b1ece929", "region_id": "RegionOne"}], "type": "ha", "id": "fce068081451471f8fef540e125b344f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5cab394f64fe439fa3ab07242d379cbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "dd6e8ead5c644f4e99ea8eae5c8f43b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3d5e352ae40345bdb79b51957e9c4ee7", "region_id": "RegionOne"}], "type": "reservation", "id": "bb2571bd38d44471971379604eac7b95", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "30b473c3118b4e4081e01ada92b66522", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "765ee1735cb641d8b2ebc00983799dd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "08ffc7610b3c49fca2b03e2e1d926887", "region_id": "RegionOne"}], "type": "function-engine", "id": "3572c126034e40e4a7c8b94f6ecd72fe", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "475511b7dee943a9b96139f74b8d1ccb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2166df48b96b433d81eb714540041804", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c058646f49264e5f8e70b03284542b4c", "region_id": "RegionOne"}], "type": "accelerator", "id": "a0cbbfe5814e409090f313a4cdca2da3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "59064988571741fe9abe1cb0156e1326", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ad17783bd5204680af4512b21ea90fbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cf8d4deb29944a4ebcaf0ae134289d2f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9e9c61ed5ca34373ac85cd894e54f949", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f94d5a07567543aca7297cc35a48db04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "640969e0764849f88c887abbc14603a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f6cc93255e52430f9efb6eeb1b8cdf55", "region_id": "RegionOne"}], "type": "registration", "id": "fdf7c76d8a47422e8f795d91b642e1a6", "name": "adjutant"}], "user": {"domain": {"id": "cb5a785fc01f41dfbb95bb32acb634cf", "name": "35ae7b7e3616404e84189fd7828db730"}, "id": "7e9e2eab66864f729b6dce3f013817eb", "name": "7484e3e605d94413960d9bf8efc8d81c"}, "audit_ids": ["fa347c7baa8446e59ab3569626b8ef31", null], "issued_at": "2019-09-19T09:04:43.755736"}} 2019-09-19 09:06:43,997 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_interface&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,003 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,006 keystoneauth.session RESP BODY: {} 2019-09-19 09:06:44,028 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_interface_distributed&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,034 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,037 keystoneauth.session RESP BODY: {} 2019-09-19 09:06:44,058 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Aha_router_replicated_interface&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,064 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,067 keystoneauth.session RESP BODY: {"ports": [{"device_owner": "network:ha_router_replicated_interface", "fixed_ips": [{"subnet_id": "internal_subnet_id", "ip_address": "10.0.0.1"}], "id": "internal_port_id", "device_id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2"}]} 2019-09-19 09:06:44,090 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_gateway&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,095 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,098 keystoneauth.session RESP BODY: {"ports": [{"device_owner": "network:router_gateway", "fixed_ips": [{"subnet_id": "external_subnet_id", "ip_address": "1.2.3.4"}], "id": "external_port_id", "device_id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2"}]} {3} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_cert_with_key [0.100043s] ... ok {1} openstack.tests.unit.clustering.v1.test_profile.TestProfileValidate.test_basic [0.062648s] ... ok {6} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_add_bad_security_group_to_server_nova [0.269370s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,811 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,817 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,820 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,824 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,837 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.745709+00:00", "project": {"domain": {"id": "30b7ce40a0684943835f24e4538bef90", "name": "1c5bbbeb3d604604aa67e14c2c09dd1f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "08f89ef9dfdc46baa066cd353e3e597d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e7645205b79744bbb12fffb3856b1e26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4dbd8e7d741f4ecf87a958b0a3166fc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ee64d3462ed54058ae45f1b092e9da1b", "region_id": "RegionOne"}], "type": "identity", "id": "bbaff4552b25467f9ea9aac30e0664cd", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "21b912e84f804d969a04ae0479054b50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c24b2bafbbd044abb4b6032f299eab20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e246cd6fdce64131acafa72a9242bf7f", "region_id": "RegionOne"}], "type": "compute", "id": "c5ef79af4dfb46da9e31efec6c3fa830", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4398ffe1a86f446692fb726609442703", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "4b353550b0884cf3bc696b4bfd3bda6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c45616a1424448e6b676329e53c01c01", "region_id": "RegionOne"}], "type": "image", "id": "4a184634869c4f13bf1ef1bd9f96c0f3", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "98eb9a84501d490281a10a8c8f7cbc1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2683d078c1ef428fb0380e674091d295", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "29f2c370cfdc49dd867f2e9d56f7ee44", "region_id": "RegionOne"}], "type": "load-balancer", "id": "dd8d4b66da5d4622849633405f500476", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45f912fd845a44e291274b37463f5ef8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02678fc44271407e9890f371e56eae0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d9b22b280ee42c8a2b3378e3a77c20d", "region_id": "RegionOne"}], "type": "object-store", "id": "ed498dbe117c4a5f8312b450db7ff783", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b16b4889278b479cb6843c13e8d7bf9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4994bb1a495e4a66b4656eb46b24a719", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a1a9a2cb68d14d40aabeddd2a458df7a", "region_id": "RegionOne"}], "type": "clustering", "id": "177a4be3c12c432298568986ebaec355", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cdc7aabca33948fea6e46836d759dbc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "78ec76b22fe545fab4f8b4ec2e16ea11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6a180005c47d40d8b4d25cbde4e5770e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a817b76557b141a5aed3b4136786bf34", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7fc45af82967418a87a0fad4ff72e51c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "96f6481046f844e0b0ed180374b56bb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ef8fea30ad534b609b38e69a4c300e10", "region_id": "RegionOne"}], "type": "cluster", "id": "8aae20ff88294e898bf4e69492eb305a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "131ce886f18549cd9c2f536a8e8bfec5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f238f52cb4d4474e89cb316cda43222b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "968d9a024ac04529a88ba191e2e86b76", "region_id": "RegionOne"}], "type": "data-processing", "id": "7ff6eae78c1441029c5a7b8f7f79b78b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "96a8f2f972e24a83915d331b468bc275", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8074bdaa4213421eba2881c0e6120f12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7596b78bf7bc4592a53f39b4cf2eccea", "region_id": "RegionOne"}], "type": "baremetal", "id": "8990432c036f445c829998e8f668fa7c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "445fd8b56cce44dd81460ce2cf4c57a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dee48346880144cabf3f10058fd99a5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2d47a4d6d58143f1a15e87785ce6ccb3", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8e2980a07abc4de0af843a0a4254ab7f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "394307f1dd74450680201107cebe917a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "15be8a315d314abe99672072354211e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9d49372fd0cb4b7ab3af166972cf17a6", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9366a8d8f92d4b97ba4153b430b2063a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "79674054c3f54d42bca232aceeda3fbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b1ea5798b5e94aef9c91466903d2911d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "35f434a43ecd4304a6d1a1708a96d6a7", "region_id": "RegionOne"}], "type": "key-manager", "id": "9ee3137894c4400ba0fd6ff54574c6f5", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cdc42f30578b41c799b9f88fc231a787", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "862155dfccbf4d09bcaeae9916f02239", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "96e9e1170d22406caa3eb14f1a8e859d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a25aedeb3c1547daa69fe454222641cd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2b9eec1945b74c09a770b2629e295ed4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a4ceda69cc174c49864f02d16a94b47f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8c2dcd5c8a0c4cc5a96d5a0cb9189553", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9853b7eda8d14486879f7b2b5d7c29c2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "df4ac20bcccd4d1f98013df2c9267fd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0b114a5ce0284f6aa5aefe320479ae73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6bebe9dc41f141949ca93372899cb4df", "region_id": "RegionOne"}], "type": "message", "id": "c8275cc454ce4ed992a0868f2e8933e6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b133575fed2e4e6387f01672e0567378", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "cf503e80412647d392f4252ec9a32d51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "752d461778c84eefbf2e9e6ed9bea0af", "region_id": "RegionOne"}], "type": "messaging", "id": "1823b41b393547a49520c0136066dda7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "bb8e0d7482bd4f0eab2a482eb98819d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5eff6894311e45e2b05b3e18af517664", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a15181b389684128b7d5360bcbaa5b4c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "5143f061a82a4302953b3accbc9e7aac", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "00e10615458a4973bc454bcbab7a0772", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "07453c6ac1be48d289ae4e865b4bfb91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3767979f0f234a409248bb0072dfadd9", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d38fcf9ad83b4f4c85246946946fb684", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cec81ba001234a04ad4bcc53cf531663", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2cb1fbcc14e2429b973acb80b7407903", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0a67a28238e2471c9d013f9fe82d2866", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "fed9c2a8aef542f8aa0f5e1065acc29f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fbad336f230d4b8ba58598eec2d5ba68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7319f423b97d4fb98e9c3ac0064d3dc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b66e774f9024ca2b8ac18ee84086426", "region_id": "RegionOne"}], "type": "container-infra", "id": "07192524579a48488fcff8221f2f6548", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c78e514860914930b8ef46d9a8d5eeab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "542cabf0146b43c2a007cf10334b6315", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d5388a1b0df44f77be52ddf0bf9f2d0c", "region_id": "RegionOne"}], "type": "search", "id": "5c1cf164a93a46cea4fdfc167f9d3f75", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "946622111bb544faaad0a911d293afb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e88879f801694d70977fa9b739deab02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e586aa5847344aa18a1a076e4d95349f", "region_id": "RegionOne"}], "type": "dns", "id": "c933cad9c5d447d7be880f9cb0b76eb9", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ffbe06b45fc544e1b8ca537b623796b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c0a64b00ef314128b0db8754b8950da3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6494be1e9f614279a66e475b16599252", "region_id": "RegionOne"}], "type": "workflow", "id": "bd6373bda1d34739ba87772487b55e5c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "75cdb4f4738a4ac8ba594ad8c1b59855", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bac8ba70fb054242b5d1e38591bf1c59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bc17071f9aa64584b193568160fb8fc4", "region_id": "RegionOne"}], "type": "workflowv2", "id": "74ef24453aae4494b509a0f8df8744d2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1e194d9e2ac54b92bef58cd5af2e9226", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "37584e794c67496c8f881d70658b852f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "72114de2748b4785ad610fcb28c36f78", "region_id": "RegionOne"}], "type": "rating", "id": "647d0658ec9d451480c051640fcdc4b7", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cb728bf7fa394453af58952ae31820b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "72113677fc7a486cb600133110f5e1c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8983767e66e5441d91560c5213d42695", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1ae515726c1a44b5ab3e633d017c5420", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0a9ee77a3c4f43ae84ae591b0a7e61d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7026111ce09b42d9902977db2a328f3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3f9579f4d4cb41ba98c8b190faef7fd2", "region_id": "RegionOne"}], "type": "policy", "id": "61a418f734c64e8d9c99402b36bc5e87", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "87a712e54ae140d88aac7e20b2f23a37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6eee6dd972d04829954ee0b3fbca5337", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "be7fe1cf34254a698b2494c3975cd485", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6b26e32461b8431d9c3ea4b9fa925777", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b07d2e12269b41fd969307dc9d0857b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d07633d57f0d406e88f9a76da4dae796", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a4388d4c32704417bcfa6308dd01c693", "region_id": "RegionOne"}], "type": "sharev2", "id": "4445b9cd94f44ceb9428acfac9b3b640", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7677307a604848de8f7a112f8dcba82a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "337a4054eb7042b5b52aa12cbc3ee63a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bec14ee798944442a14340a96fa063a1", "region_id": "RegionOne"}], "type": "share", "id": "bcaecdd0b55048c3863d93724a1516b7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f756ddc7db794472a0d7106c39815333", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "53d5dde953dd4bfa8d0c81636be6c8d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "154d0ea0f05a4e42ad91de5716e3b251", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ad3f1e5eebe14a0bbdb5bd03c7e7fb93", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5da91738fdb949ee9d5b080fa5f59ce9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c441aa9eb9b84b9fb5686f5a3d39e56b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b07be4dd5291411db35ba282b54daef3", "region_id": "RegionOne"}], "type": "orchestration", "id": "eeda7a70b1eb4623968d8dd7d9b4ef63", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "155eca9b95d04116add980ad54f29825", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc059539c0c0429f8ff5ee334e56914c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b7d6b7ec0d4477e9e09bd51b3999f0d", "region_id": "RegionOne"}], "type": "block-storage", "id": "0a5d9f2ce04b4d68b01c6abcbf7caff8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b794d8047824ecfb8ac846359cc2b82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b2050ca78844408bcc020edaf7fb1a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf36528ea3324648a5c42235b85c388d", "region_id": "RegionOne"}], "type": "volumev3", "id": "01b2c00ed91b49fdaf68358f83c3f536", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "686eaa8494b141438ac72b1d77e06726", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ab12e914d794108bc7c5ea53385645a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55b6395468fb4f75aaea69d560437b7d", "region_id": "RegionOne"}], "type": "volumev2", "id": "099e36109a4b4173ab28527561723c34", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a165830da3834a92988ae24bd6ba0f3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fff53c12e464657b9cd6914cf71c51d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83dff51ee8894b258dfc150b0020e91d", "region_id": "RegionOne"}], "type": "volume", "id": "56b3f87fad7d49f6b3240cebc0e432ce", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5825859df26477faf2a36d8f4ecd206", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc73a398c8254c4c8d6441a06b96533e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46eeea75dd574c0c93b16299b3faf086", "region_id": "RegionOne"}], "type": "block-store", "id": "5a10441080014d2182bf4df5845fd0ae", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "16ebaa5913f64b6cb847ac1d624f0f74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "166f32629a4d477f99d99f513516b439", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a5816d4377f3422b9cdc1e6d52db0298", "region_id": "RegionOne"}], "type": "alarm", "id": "2e745121b3fe4a2497ff918a46181aa8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "eace7011d22a4bf5a71c478c1c0f3525", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4d5e472ea2d34f27a710df90bc441f06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "46970927ad054bae9a1c7d5e452e461e", "region_id": "RegionOne"}], "type": "alarming", "id": "f49160151aed4ae58ee08fa5d082f502", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5195013ea87d48a4bfcde9b33f82e570", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3f1885f03bca42ccade9b72d250c7506", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "73c5f8e5ed6b4b0fb5ee439c29046172", "region_id": "RegionOne"}], "type": "meter", "id": "d31aa50a7e854fbdb79b0c79b188898f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0024df8981444ec18828f3e2aedaf584", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9c4917ddd8374f0ca36b2491f5f7a11c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "166712a31ff94f66aabc11bcc9cb6ccf", "region_id": "RegionOne"}], "type": "metering", "id": "288ed4b6612a49b79f465e2b587c40ba", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "03c4244d2c464a8d9041df459c92e08b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "86c7c1d079bb4d938aad00ec168a4d53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "82fdf68ce26f48d683ab866ce1b43633", "region_id": "RegionOne"}], "type": "telemetry", "id": "c9e0e87232284b04baed8df01fa38059", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "495b8562a28b4e72b830c2c82a760c9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d88b0a0de7a1451f8b64e32566d8b5c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a2bfe3ae2acd4a6b90d953f133ed2009", "region_id": "RegionOne"}], "type": "event", "id": "965aaac095c1436e84d52d443c928e5f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7c86c9ec23d844c8980f8cd9a1f81567", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5c2592ca6b6b46dc84604133d9450a47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fc5a5ed6cd364942b05b173d56c91624", "region_id": "RegionOne"}], "type": "events", "id": "e616597a26c74b588617b357e8c1faaf", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7d71033c58be43dba56c46ec42220a29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "452d7cb7354b484f93ff6fa979510c6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "00f6c3216a2e4c65915d1b1bc539a197", "region_id": "RegionOne"}], "type": "application-deployment", "id": "245d6557029346ecaacecf68a2a01cbf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "047c57a0a59645cdbe6fae00cfecb2e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2914a04bf0b749cf81b4da3c1af50491", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5fefea3cfeab446e86a9f6f3196c4433", "region_id": "RegionOne"}], "type": "application_deployment", "id": "79a28f22b9004683b90ae6f84b6c6215", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2fd7565e44264e159029d93c4d8e5ecc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "578ce063e8b942edac8dec7e15c92609", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4f88b3d5891e41caaf79bbc381d8d37a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "33f7d9aaf1474732ac4ffcf4c08acb0c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9dfbc8e693014e50a6e96199a44bade6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fc247344aadd471ba5ecebcb91978b7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "75cbb714d2a9444baac54278618ea739", "region_id": "RegionOne"}], "type": "tricircle", "id": "d4120093aec843aaa39bdc7d14322bbc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5bd61fa024ec4ade9085617ee56112a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1ac3e8abe102434ea03cb7ab8f0a6ce4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a578fe7eaa0444128fbb21ca69e20f66", "region_id": "RegionOne"}], "type": "database", "id": "1834c8f774f84b7290229943f57a823d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1d71cd18c64c4f5fbdaf9b6713468cb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f7fbb27520734922b3b230c8bffbdca7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cf9b8ae1581e401fa0eedd31a8ba5e09", "region_id": "RegionOne"}], "type": "application-container", "id": "442c6189be424823b42dfa220d455088", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e17a86bfa88d45a08f9dfc60ede06bdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "854251cc54a34a06b6d36523be4f70aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "968813cd91d24c9281d8037b92184594", "region_id": "RegionOne"}], "type": "container", "id": "ad88adcdef404803a1fe0f7a14df48a3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f6330bb9e8f040d1b0f0cd96cc08f18b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e0ad396415834433839461291a8e3459", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "10f8a9d8c53740aa9093bd8fbdd32794", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "09508f51bb354304860a1d87c22caa26", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3cfe8fe7e9794e50b64722c35521792e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "12292ab022e542d6b754c843f595a577", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "dd698b282d6b42f1bdecddbc3c6864c1", "region_id": "RegionOne"}], "type": "rca", "id": "6e62bb986513461a9890d43bae69aaac", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8deb1792ee824b8eba07a6cac0970199", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "91ead74e80f3462d8e7efde8cf9bd6e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9119f68321cc4b35881863d0d265abbc", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "9b8a181254654eb3abd7d8942ede8128", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "027830e856c3436bbcaca7b8f2179145", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9368a4241fc247a89704d1727733af40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "fda6211b0bd34acc8b81649931fa77ed", "region_id": "RegionOne"}], "type": "network", "id": "ecffca3efabd41aa8f0af79200e6b38b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "38aff6d6d3ea4b2c970767ff087c0660", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "01d42d23d6ef4fe9832de6768b09e0e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0d32d4ec69184feb8157ea2b20338598", "region_id": "RegionOne"}], "type": "backup", "id": "93c6354ab82f4adbb9d55784b69885db", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bbae529600ed45ac9ff0cc548feb502f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "31a0e862830a4032ab8deda4aad22ffa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0175b0e3e0c04252985e50e5fdb1b695", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0c298076c58241139e2d370a29d836bb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fecb39f50ae74faabf6abb108952b62c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7eead4e4d6c946b39c46ee22c69e3184", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c80d42456e9347ceac304bff698909f2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "797a894a3e024a5881b1e963828c745e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ed9c886fcb604c15b1f0e6b23ed7a9bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c0d299b5784e4ee3a9455dcdc78259c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b1aeb85f521946618a750d7b1c72ff25", "region_id": "RegionOne"}], "type": "monitoring", "id": "67f2c1fdf0a34923b0cdd1479f2b87ef", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a064606c8dd342e6a2273d5352da3ab0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "aaaa9bbbf7f54ba1983055f696efe2fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "087e1970e32c4395be47351d03789a72", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a8e2d2a08c834e5eacb2a5ab0b04afa0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "858eead4f30a40c49a65cb3116f16d76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5ebdfe59fe9f4bfda0f7e5ba584a23cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f8ebc17718af4359951f99c608c1416b", "region_id": "RegionOne"}], "type": "placement", "id": "31c92af032aa4b85a083c848434e1c16", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f376e2b87dbc489fac2da8580b804a96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a50467fffbec409cb24bfb3cc1bd7e07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4608325ce74a42db949dee2cdd529afd", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ecb5daca5e0f4c2ca45d562aeb44da93", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bf0d5488fff34a34b2b5a0c402722ea1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bf111b9d14834176b652bca6d0bd1e4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d9f8f0bb281242dba62bb15ccf131ff4", "region_id": "RegionOne"}], "type": "ha", "id": "39f264f8d6a34ecbbb50b90106fc95d3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8a43e4e478c147819225f66712dddbdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "41072bd351614f9e9cf41361349d5a99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5cfba0380e304a91b72fe70fc2f50496", "region_id": "RegionOne"}], "type": "reservation", "id": "b4ccb16daa19482d98d4fef41695464d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "67451d6faf914d30ad607e4bdb3b3dd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fb882e85f1724a3ab8c1144c3ac93530", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "54039dc700454f9da14a011747160862", "region_id": "RegionOne"}], "type": "function-engine", "id": "e7de0ca673ae4f5d818fb8f3d5e91b67", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8958722893684e1a87c26185d5e89f9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5f698d088f9e4e8493beffac5791aa32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "bd67de9a172d4007a695ffb7602eaf7a", "region_id": "RegionOne"}], "type": "accelerator", "id": "ab9e9ba6323e47f6bc8ade50a0a82f50", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "73a2776c046c4d26a6e018f8b5f9ac8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d700b7884c3a4a3d99027c2d6b9e8c73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6001f821dbb14ebd8a205df6d812a4a5", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d2bd187904654eb3abed1646a3c38c82", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "de512275954c4cbcaf931e160f80b08a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1b38867465a74a5c8296b919f9afb435", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6c503505b13d4d5594a1640580b71f4d", "region_id": "RegionOne"}], "type": "registration", "id": "d10cb8d8caba44daa1e40407fb4b9b5e", "name": "adjutant"}], "user": {"domain": {"id": "402d6f82ea624262b2f3e4a737eeb30c", "name": "fd0543482310489ea31565950a95fe17"}, "id": "9f719f58bd734da88da770b0ebc5866c", "name": "a43c5cc7841045d6b784094982aa47b9"}, "audit_ids": ["c223e18f0a7c4073a5a468b573f5d031", null], "issued_at": "2019-09-19T09:04:43.745709"}} 2019-09-19 09:06:43,908 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,915 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,918 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:43,942 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:43,948 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,951 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "server-name", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:43,994 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-security-groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,000 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,003 keystoneauth.session RESP BODY: {"security_groups": [{"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "Test Nova security group #1", "name": "nova-sec-group", "id": "2"}]} 2019-09-19 09:06:44,008 openstack Security group None not found for adding {8} openstack.tests.unit.cloud.test_recordset.TestRecordset.test_get_recordset_by_id [0.316603s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,878 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,883 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,887 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,891 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,904 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.813955+00:00", "project": {"domain": {"id": "c548ddba2c004e7a8521945a87694435", "name": "ee679fab896e4266921dd391dce79bbf"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "42fab098ad7e4bd2ad24d8a5230adb2b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f388c1b980c9448280633b2feb13e39a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7afdc7ae4cb0439db7fa4dc859adf66f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5bd332676bcb49e3a2be9f83965d435f", "region_id": "RegionOne"}], "type": "identity", "id": "a416ba229ca040759ed93840a45fe5dd", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a821fc28741e400daaa2f5c03894dac7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9b7988739bd341adba600d687b7d7045", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "353d8e8238f749c59ca02adb32df6802", "region_id": "RegionOne"}], "type": "compute", "id": "442ffd0d88c84b0eb5603098f84abf4d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9cb00f11769a40058ba2444908104615", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a693435f25564d3b9b3a9246ccf2280e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4eb39a9bdd84493cbe2f74d7445cc5d3", "region_id": "RegionOne"}], "type": "image", "id": "2b3babdaac4f43149a394c58a00e8298", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7327217838af4853900a4a0933241233", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3baca06700924c7395b2dae9afe675eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a21ef07a3d61446ca0b0f7373cf69746", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b01ea9e2bf1f403c81744a0fe48fc7e6", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "654e96b30e764ccda7ac408483002e7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0696b697266745c3bb90faebdc5cd30d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "328551d9cc1a46caa3fde7b2f0a6a892", "region_id": "RegionOne"}], "type": "object-store", "id": "9b791394bd81469cb2eb978dd99f57cd", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0698f1e53fa0486a84d7ee3b15000b79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8bed29edb2b244a5b9ef70962d294fc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "20dad94f2a8c4f8f9d89e0faf09f7222", "region_id": "RegionOne"}], "type": "clustering", "id": "ff40c0bd9a604d4db25826e247679452", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3e0d30b26eea4779beb6dcca23684753", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9ded32108c554cf694a03494c035999d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a3603d988e15422a84361c40064541e7", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "bae83d1f95a34dffaa4e50237666078d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "05728befa4ad4ff4a81d6a6c879a3cd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dea0bc03e23c4eda838e6abe2b7f3124", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d3681f2212624a1a8543561183183576", "region_id": "RegionOne"}], "type": "cluster", "id": "59a5ac8f3dc24820a5ec7926df03d1ed", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b041f965536d41b3a6e20f0c7cf04ec5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "71fa246d4cb248e89b4f42f13b822d02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "726dce0168124f16a74ae464177b9cd6", "region_id": "RegionOne"}], "type": "data-processing", "id": "9345666d266f4c7295644728a918d5c2", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5518066efc314ed28f23ce8e31d6ac2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fd206c95ac544e9ab8ee09b76497966f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "de216ea0cd9c4d5cb430fb2f0f977179", "region_id": "RegionOne"}], "type": "baremetal", "id": "c79c9abacb434e3f90e32c8f8fe5dde0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bee5bcf3152c43e69ba91f4908b9c338", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0103234cf4f4429899a0255cb9859052", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "edcbc8f8f65e45f0b27f42d16db3608c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "175f356d8ac64aabaae0859a5a8b131b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "28b34d14f755492990361d61cc26c1de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "474788ce15fd48d8992b3e6d34c40982", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5d82e60c48564d79ba56134b241e0161", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ef25c804722041a3999c42e94c2f94f8", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "82c07d25261f4e6a841fae5e6b825df9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7c8c5416a32b434a8246920172309f58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "03c9f0cdfd664683aa75b21bff6e635a", "region_id": "RegionOne"}], "type": "key-manager", "id": "a34a03313d824790b1e1d8843a6dcc50", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1cf64b2632c048b8a607b29a6115da42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "deed9029a4c8465592b44f969ecf569f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "04675890a2054d218be077dfcf0a972a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "8c4a61969e604a6f9d9911be443d6550", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3d4bc7759df1434b8e7742b5021d6cc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f8de72af87574b4fb553b6f25a889f83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "aed73ad8f1d648b8a14f13fc729eb05b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "14267aba2c6c4306aeaf4019db6d42e6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9b7d62fb4f6d4456b57825342bfe7752", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b93cc5d2776a45a0ac2f32872e95a449", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0db3b22c4ec9438db3e1b506d90c694b", "region_id": "RegionOne"}], "type": "message", "id": "41fb667945d44ce68d2edfe3726a0934", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6cdebfc6f15c4f66ac7db349c4187d3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "07a64f3cfb064a11aca8bca57dedf705", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d52037880805437aaef4659c5eed7e2d", "region_id": "RegionOne"}], "type": "messaging", "id": "8ec3aac32fbe4f1b8515f2ad3298ec76", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2f7fbaf68daa484eb6dbd2ea0544f1e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4b7e7605faf6479ea5f8be33778bf9ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "7672aec9df9f4a989f5cf5936304ecab", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3a980ee58dfe4beca9c1dbf561b08d4e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "706ff4ce78f5422e9c9c7d703de69432", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "79d47224c00546faa5d8f1853e9a0946", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d3a5f6d1a57d430991f397c36c4ed712", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c1e1703e313e412291c365e1fcd496d9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c89d9d6666945f48bfd41d081f52fc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "58aee75f34234f799e1e573a73af03f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cafac4e1f1dd4445b991e29061595639", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "bb6add4eb2cc47bda7e96a5b497e1f01", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f8a2a088a1764e58a1f16305aab1f261", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "123e7487b1f84595b9fda16b3eb30179", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0021045caf8d410bbc49f31b42e1e7e3", "region_id": "RegionOne"}], "type": "container-infra", "id": "40fb99bcbdc3472f9fb036808cf774c8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "623b530d9f8e476f8575c364bdb859f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7790c3eb3d6e462c864879a4fb127d59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a7d52b91d53a41f69a8280239c4ef94d", "region_id": "RegionOne"}], "type": "search", "id": "30d6af0451824278b121489331811004", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "8655505238f94d0b8038267d84c7ab8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "18703895107b4952af26ef24bc08be49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c4dd2afdab96401b9beb90be0ace1a0f", "region_id": "RegionOne"}], "type": "dns", "id": "49c7d9e09f92472cbd129edd2c9214fe", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1c07637d48cc4f259913b0d1644bb4c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5c9045c430d74c178bab8d3834aee634", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "90fc9d53a3f847b89afe5a34d788d8ce", "region_id": "RegionOne"}], "type": "workflow", "id": "4d1f6c514aa143c0aab5822b679a4ebd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8138912858794be8aec83048d04f96e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bf8d879782784cf39ddf775b2a08beee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "31af1dae682045ab919fc3b1decf5bde", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3db0e004af0e4f40bf02544ec3c58201", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "889dd37371534f22880285830f475774", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "1e87795c3f8240b5916d42a31191d23f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8b8f80f7ab4c49fa86f91e61ce470c28", "region_id": "RegionOne"}], "type": "rating", "id": "e7ca6dd02f034ffe8254959665640e33", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b4f10792a0d4460e9543887793eb8a57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d0d544f490a54b1a85169c44e7c09cd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cbd739069abc4d96b7dc2c2f137f9b37", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5b844aa500f848969bbe71da622374ef", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "23f54b84fa6b4c86a760b657ef2081d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "415549e4d79c4685a0ccf5263136de00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "502e13303278433a90f8b60819b309aa", "region_id": "RegionOne"}], "type": "policy", "id": "7df30b6577d2483db30fca85c550ce45", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "97c58204139440faba8edb06a78e6bee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2fb768a70b7441fba79b5ce8b8da583f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "52879b1aad0f4b9da6bfd764e82c27c6", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "224ce15da84b4a24820e77a466ab834d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "360a3fd043de41ceb8a5a27244edcea6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0d00880033984ba1b63a93d71521dd74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a6d880fb83a44bf9bfbdf6aaf2a04125", "region_id": "RegionOne"}], "type": "sharev2", "id": "92c985877e8d45b1b6cc21190d0090a9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8765880e72a34ca298bac6fcc1c31074", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "349912b70c794fbea57a60817f8cf09a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2bd1e9ea08de45ed83d8def91bce0074", "region_id": "RegionOne"}], "type": "share", "id": "74a49f1726d84bc69bb26c6bc4e9813d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ce4602d9147444119c948ee27a23d0a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b74ddb6d495343be8daaa9b3826257e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "29d71763b8c043bebf6c4b77ae1f7d6e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1c0aabe04c0241ffb90ae7193155d944", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d23f0a979e5049f68655a6d4caca1642", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37a88ef50ac445d491dd83691f8cc64f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4bfcc6f703df4547af95f0b8d53a0a89", "region_id": "RegionOne"}], "type": "orchestration", "id": "e494d16e2a344ea998227861ffd89baf", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff5d2598eeb44f3dabaab1e6dd314fe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06e2f47a2e5e4fe9b4f9f8420d3fb3cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fbfaf8ff8074fc781f45dbd4fb786d6", "region_id": "RegionOne"}], "type": "block-storage", "id": "e786f585588d4fb4ae2cdb13ab5295fd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76ae0a34da02406b9621d9011b2d341c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f75b41a6530c4371b28cf81a8f39d469", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd354bd9fbdb423aa02da9a791ef326c", "region_id": "RegionOne"}], "type": "volumev3", "id": "62c7dc36d18e41a28044233912350d9f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12399c0c893146f59013a2e377948355", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc2208f3620347a6a5d5b3693d216e5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f714a16e8eb432ca2a1dafb1a0deee5", "region_id": "RegionOne"}], "type": "volumev2", "id": "16cd444fecd04a428128bdea68dd3fe5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fe716ef4e434e4e996edbfc741db263", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df50b245ca294f4a951a9088d4db9489", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d71be8fd551436b809bb460c5b2261a", "region_id": "RegionOne"}], "type": "volume", "id": "c3bf88753b1241b39535ab28712329c5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c916ebbe3164000a51140b93ecc6ac2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca6fcad0e2b2458dbc13a83e1b909a97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05ccfdc1c47b46d49c3e8f57a9ed0ef8", "region_id": "RegionOne"}], "type": "block-store", "id": "620d2212bc8e435bbd799612fcdef2ab", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "209557a03a1c4842b86adf250d44eaab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7bc1101dfb5b45b6aa895d2da8efe044", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "20306e022afc496f8e337e805209b43b", "region_id": "RegionOne"}], "type": "alarm", "id": "ad89f4ca235147a4b7c55dfc8ef4471c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4784be35f7db42de933b572299d2ad4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f2d8be5af0c748ecbd7c7bdbeebcb26a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5b5890febbe643f2b2973efefd816d37", "region_id": "RegionOne"}], "type": "alarming", "id": "63b5af97d3664544bd7fac0d4ea5a998", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2849eb1b59514c3da143ce7af9957992", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "78c41137d6ab477d91ea27a2a598223e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f97fc3be9f324160957b42075fd22d4c", "region_id": "RegionOne"}], "type": "meter", "id": "46ff6d31e0004bf28144f3b62f361027", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "18dda01526974fa28137ea6f04ca61c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5a8528dd916a4426addbaffb97f3c2b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "42d22ad53bd34fd384aff3b81ce11b0c", "region_id": "RegionOne"}], "type": "metering", "id": "43a8914bdf2b4165a7e1ea1ac6d60b78", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "547ce28f375249498e3ee522f4b385da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "26dda501414f45b480af34d140d10b4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b77e32b0db0542f9864f939461b0f7a6", "region_id": "RegionOne"}], "type": "telemetry", "id": "37f9a12381e74af6b36430dd763562a6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "57c00f2d460b4c34a214c6d28b572876", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cb3c1f82df44474bbd517f8b5d48e609", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2e0d5bd25ac14e5f8ff10a89e067d235", "region_id": "RegionOne"}], "type": "event", "id": "3175a435860744d68da19ca90f8275da", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "67828d392d8d4243a4c64ce2d6fcbc1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b79fa207df2c4ded88fffce21e3a0707", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b7c24fabe31c4cf4b3e6fbf4abbf720a", "region_id": "RegionOne"}], "type": "events", "id": "59c99989a02242d88880ad597542a668", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "72cd1b67d63946e885abb69a75be8760", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6bb85d1ff03d45ca97bc23ae1ba8d4ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b33bc55687b942d1b74d725f4a4e5d9b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "bb948ab830a24ac3a9a9b80bda8ab5eb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e477938316934a54b63510d1ec31f452", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "07ebb01697c84f22b9b30a4906479933", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "721155c84e3a4fecbbfcbd1978ec5aaa", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5c3c8025366f419b85cd765538a56d98", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "05a479e28928435a9d80478dc0e011ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "48ef53bbe48c47d59131f1eccc81badf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3858d6a9d4be4c77a311042645d7561c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "53fb497a807e46e3a730e72e41796788", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ba7d702fbbeb4b9dab512bf80083872c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dc372e2898544e348e37c6a8b7cb2a63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0783b586d7c6485faf89726bc85f37e9", "region_id": "RegionOne"}], "type": "tricircle", "id": "40fc295c51c34952a72a27cb9c4f78f2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2cc04e14714c46a0a9e203e9d1bc512d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ccacb4f68257488da39eec9f8436145c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3669fe538892422aba0d07fcdf19c72d", "region_id": "RegionOne"}], "type": "database", "id": "81654942ac53406fbc648dcbf10bfbab", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d2be91c0701d470ca8fb69c6447a6eba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ade9330c3cbe4d81a95a822e45d440ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0cfc85653fea4ecc959db7f555641c78", "region_id": "RegionOne"}], "type": "application-container", "id": "5a27f8f38bc7496aa6ea21569544433a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "475cc724a8c6439396fc2549dcbd8116", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bf78ed5e92584d239da89ed4efda2c17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e5a7748b30044ffda53ab3077a21d4af", "region_id": "RegionOne"}], "type": "container", "id": "167d4eed2dfa43beb67a2c6538114420", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0962c10c22b04c808de8507219a712b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2ec4626172e2414596644172004e5065", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "59693b5c1813432d98472bff8a94e748", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8b55d9ccb20244c9b46f61eb8699445b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7e789e37910e436aa1d72147b71d0052", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7b7442bc3a78489e8bd8ac6954b5a965", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "243d916adc7d403da05934f8482d1c18", "region_id": "RegionOne"}], "type": "rca", "id": "73d081b9864d4e249186672f64c1eed7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d110e4688eaf41d69dbe5e8b438af6cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a697d475ec114d20aaeb03ab3d2d2d37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "25ff1e42c9fb4311ae506622e9b42d86", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "7ce9b2e6f6f94af4b6c6b94373d6b4ce", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6cde034b39b34b838abd9b464608a233", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "380ccf26051b4f3f8a879bd129b52d1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ecbe5c40456947009d37a42bd97cf9c7", "region_id": "RegionOne"}], "type": "network", "id": "f63fc40889234f5a8d30c459746752fc", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "02b89f299dd643499c69a044232e77d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "eecc2e12713f4046a87a19235ffff043", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "541af01f5d054a188e4bad89a924648e", "region_id": "RegionOne"}], "type": "backup", "id": "4ae215c953eb434999a499d55dba0cb6", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d74aa5941d49462888365f62bd88ece7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ce943e2803ba4d099b0b8e1176002e3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "370b06aa57f742a6b0f9b042f8319c6e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "cc4bc0aac6fe4d2a800982ea66e07038", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9ae6751158f14e37a20f29199ad97b24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "df22bae874f747caa1811f2e1c5ea4c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "85fa5229ee474a3ea09ed1d26b346716", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c0ee16ac653d4931b578432d9855f072", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8f01316849b542a29b5a7bcf5caf8210", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c2414c0e1b5a4fa69591b033de196e61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "52a96f0584d94decbd96dedd7e913396", "region_id": "RegionOne"}], "type": "monitoring", "id": "a484a3a465114a7bbc2636a9b021fc89", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "23d99e9ee0d0453d9160c267ad2322d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d2242c823bf64363bebb27b2fe0df6cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1fabc0f4e0e840ee8548ee26c37257bf", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "485073a1a1584d2abe87d5fe32461e88", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2d2550ca50a4431eac959e109140f5cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f3b99971e2d74cb4bd94b7971e63e400", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "fcb209cd4ba74ecf9bf73b94cd24bb0b", "region_id": "RegionOne"}], "type": "placement", "id": "eb6f7936b1e44d1abec57c43ce410cc9", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "36ba5e27e9b24c3db9ab1989eea6b547", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f6c4acbcdc024cbdba1d3d2bcb21907d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "961c3e6c5e8142f0a58a6a73430df57e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "6c8253544d974ae4a396dc25cdbc136c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "716e62ba0bae4e6babce8d4cd5de5db7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0ab5e1e04da8428db16b1be7ca2a3675", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3d160b85997740c9af88930ea7082102", "region_id": "RegionOne"}], "type": "ha", "id": "30b5b673ff3148ae9d3939a11dcba52b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ff35550f81444602bf0a8127dd470348", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "77f1486c20d4455e9c30012ffdf4d662", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "fe774268c3e247d48c7ab2b8078d8719", "region_id": "RegionOne"}], "type": "reservation", "id": "4940640023ef475e944f35e66b22bbec", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ad29e2b0fdd74daab68eae2d63a34c19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cac59cc9eb0d47a6abbb317e18c3d967", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "fb2fc6945fdb4c029ac7509f0450cf88", "region_id": "RegionOne"}], "type": "function-engine", "id": "27a8194950ea4817bedaab4188eebefd", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e644040ac6544992b641b1cf835a7be3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "91ff556bb15d468e8c7e422219382c0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "4862ed61840f4456ac68ecb3d74dcb5b", "region_id": "RegionOne"}], "type": "accelerator", "id": "9e9da4e8580b459f9bcdc71e2cd7d8d1", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "826bb00a9f3146c1a187bf32dfa7a9e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2b0c3540747c4ba88cc7a28ed74d13ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e738a46464284334bbd01e4cbc7aa04c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2b83fbe8437f4b389cb58d345aed5d97", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "10becc085e6e47d5b1fdd7ade3c2d334", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4ee6c55622cb44b8843c03cd9b3c7142", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5588facfa76640b48efbc845c6a5301a", "region_id": "RegionOne"}], "type": "registration", "id": "1192c3c20b654f9abbed7a1a3598f617", "name": "adjutant"}], "user": {"domain": {"id": "da3a0fa12c4a4c768188adec3849e00f", "name": "f1a1e554445a4aeebaf8c23f604036f0"}, "id": "5ad3d59981d6406abe3581437a0096af", "name": "5ef014780c3b4f6a8942041e9d63e2ec"}, "audit_ids": ["0d1ede94d40f4800971e3a1447b113a3", null], "issued_at": "2019-09-19T09:04:43.813955"}} 2019-09-19 09:06:43,996 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,002 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,005 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2019-09-19 09:06:44,051 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/example.net. -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,056 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:44,076 keystoneauth.session REQ: curl -g -i -X GET "https://dns.example.com/v2/zones?name=example.net." -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,082 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,085 keystoneauth.session RESP BODY: {"zones": [{"description": "Example zone", "email": "test@example.net", "ttl": 3600, "type": "PRIMARY", "id": "1", "name": "example.net."}]} 2019-09-19 09:06:44,112 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/1/recordsets/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,117 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,120 keystoneauth.session RESP BODY: {"records": ["192.168.1.1"], "zone_id": "1", "name": "www.example.net.", "ttl": 3600, "zone_name": "example.net.", "type": "A", "id": "1", "description": "Example zone rec"} {11} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_user_domain_exists [1.414855s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:42,802 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:42,813 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:42,816 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:42,821 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:42,836 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:42.708309+00:00", "project": {"domain": {"id": "68283cf4b9d149e0ac34d1f78d92e558", "name": "8304f51a9e3441fdaab8b240afd94be5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8284c2020eb24df4bcc1127255059162"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "41f23d4728b24bd19b5fadc05e1b988e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "6f28dd2aebdb49779c96c6d6690972f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e3bc28580c684e65aec2ff2da7d9ae24", "region_id": "RegionOne"}], "type": "identity", "id": "81b4254d1d0b4e29b8b72ca0a4ee91a4", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e0213a9f026f4c769d5346bb891910cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6a1be0f27dff4e84b89d4409ec2e9112", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "fcf3e7ff82504f5d8fc1e829cdbbe85a", "region_id": "RegionOne"}], "type": "compute", "id": "fa3d88483a1646f1a2b03d71146ee8c1", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f2a7fe3c128d4f6da54bb05f63d3db5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "efe23b479467451b89b5aa6c21888456", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0420f3c2a44d46018901949bc4f8d11a", "region_id": "RegionOne"}], "type": "image", "id": "7417af4a466649638f185d6f57ed6531", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "08f2454f13bd482d98ba963f2ff55ff2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c10b935ae29848528d69d6564c209e98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "25bbaa40c3ca43dc8cb2719e28723d9f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0c64ca490bfb4f50bbca20b9046682d7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b10c9c09b6a4a8e97e2bb2b526636c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c092cca3e38941b5af5cdc170fddf566", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0295b7167618496280afa16380dd7c70", "region_id": "RegionOne"}], "type": "object-store", "id": "d49f9629a1a4417bb43f302050e87d2f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "84f3d6f5834a466b9aba5a75fac92a02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cd4e224d1c71436b96784816c97f75eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "56c471fcbc4d45d8b139e4358786ff67", "region_id": "RegionOne"}], "type": "clustering", "id": "390357298af0409ea722fcd7857f3c68", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fc2626bf824c40559b2c84a2f1b8f3d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "345d86b707cf4a5c8d9dad02fbc7ce11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b0b1450f520c4c208db096d0b5d8ef3a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ef7bb33d9a684bc286643383cbac3bb3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "38d5f519afdf460795bc8bee999e1f5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c9bb48f534784a75b727b83c30e75971", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "31f08b56a30349b49ce49ac080f1bc1c", "region_id": "RegionOne"}], "type": "cluster", "id": "9eff1d3a20c143248c2899952d6ababd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4f70e84fbedf4b96a10b8fa7694e818f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c73d6bc61ec0435692364fa1eaea5dbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "125609c4a9394449adb873f07d15d39f", "region_id": "RegionOne"}], "type": "data-processing", "id": "ac69699cb05e409a80db2b0d0693518c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "811893c443ea434484855c4d96337680", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f83751587a964b7bba75817e87a4454d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3d61736d7af44815a9f09ab128336648", "region_id": "RegionOne"}], "type": "baremetal", "id": "4bea8982becd4e238ede5c8322c0d4d8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "45b3483c02c744a8a65ad2a4a9faf312", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "65ef0095daf3473587080d50a638b515", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "54a42a9509194f6187104c50cbfd6fb3", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7efb034077e6486998428a9e5be944b6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "894dfec390324d85a2daafd472ebbf50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7705c3e2a62d4534a713b49d795bdc90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "17039ed8db5c440cbf4e3ba3787c95a7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "cd201473e1d94423885cda6acd1cc88e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b5c72a9cd45a4821837b53b28b903886", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1f13829c64824ec7a7f37cf986839436", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ee4d47de1b984c73b14f3b174ac60efa", "region_id": "RegionOne"}], "type": "key-manager", "id": "b2cfeceb61bd49f394c0a7089e6a3177", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b7ff88229f8e46d6ac0b92e73e658b34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9c6a534a4aa545a6826c22610f696e39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "29ac0d7c5e8f4a2f993acfee6b47494f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "7627c2b6973e49d5a9b77c6c27212022", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8e36dcc8353c4ce4acd0c01b77f00fd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cdda9a52b24b4d219ee51d7f3513507e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8b00140beed541ea84e988fe55c63c1e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "969d692ce92f447287fd727537d4f38f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a35b938383f64e7194bb1f83ba9b1974", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "33f1860cda0b4510b0e82c22c96829c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e891660f7c8942c3a4fba2b2e308ce15", "region_id": "RegionOne"}], "type": "message", "id": "435c5c3dc0554330b76fc144cbd65792", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d9db6c041ad64c5389ae3c97ec6b0a84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c46b699046584d9699a457e14d1cec1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b024a45f8972424f8ada037431218837", "region_id": "RegionOne"}], "type": "messaging", "id": "8c358a04f63542cd8f8da70b58625d41", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "79dc8b78519e4a79820a19913c86e772", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "de94a914b9bd4aac9caad543d85ea5a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2ff29bbe331e491f9aff8bf0ae17f8a3", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0d0333f0156b4277b783df89f857ee53", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2aaa31969d0b4b9282ccd7eca35f02e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3bbe4bab016546dfa2bd1052066e247f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3aa26d32d9db4556a31a21b7e934436b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d5e370c0f664415fa144723ffc025c4f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "267ea56e32474af3a8a9ae280052aba0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b009b87dc9564efea104d0902e36f422", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e2ac984b8814e8ebba938c19def29b7", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c57fff75c66e4d13b34113e20c45862a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fad932d8f44c46d3b84998c60de06654", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f1975cd4fc9540a7ba37e79e61eac237", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cb534e5d0afa481eb4633c621e1a3db0", "region_id": "RegionOne"}], "type": "container-infra", "id": "7a57ef9bff5f4a8c86c0e1095509cdcc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0de95668e69b49aa8baf32730a62af9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9118e4dcad6841f1b22cf5e56fe94c5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "65ebab7263c64085843df6cfe425c97e", "region_id": "RegionOne"}], "type": "search", "id": "c67df07387bf40d1a693d985a7225768", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "14fae8d38e9041719e2ff9a190421e7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0c8e292089dd496cbdcfebfce2346c69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "fb526bb0b391475b8b7b9ef635c671f9", "region_id": "RegionOne"}], "type": "dns", "id": "66211c0ab9544bd385a8df9baebf90bf", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5a0d9710530a4144b17801f9bf635597", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c1da87d1a06945fb93f1646c90452746", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3be2952295014cd084e90aa8e41563d1", "region_id": "RegionOne"}], "type": "workflow", "id": "f2780921cd494eb8bc465063c2557da6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "97a6cf0ef10647d7a09dcf1fc82f1a12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "61ce10da2119481c832053be939898d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "91eb38e79c73481584b18fe8d6d2929f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d556bdf29a124cbabfa574ebbb652687", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9628fff2cbfa4383a49b1064e84aa296", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "dcf7e2afe8554efda2d5de25b87872e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "309c9efc3f8941fe973685f66033662c", "region_id": "RegionOne"}], "type": "rating", "id": "485fdd3eb9e94a49a76a1ee98deae291", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "453cee57dc0645f9a6c40c4325aadacf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "96e8132720824b9fba5c430e8344fe92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4994a50900044d9d939559215abd650e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e3b7cac6558f425f8803db93d5f082db", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ba6e243903ee4e2cbee59b089cb54295", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "564f490cb3d9445c9c90665b966c02b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f25ce630cd3d415e966cc5f792e07e40", "region_id": "RegionOne"}], "type": "policy", "id": "f1af41a0294a4a5c93de872e7c11b032", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "49ab6d8bf2d34725b224ecf243cae095", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4e298e8b4c8e4eba9ddd1fce40085d6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9bb1e58afe804a17831cdc5df73194ee", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d977591c0bb94275a01c5081f15e1511", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1dcc4e8aba714d89ae9271cd64eee8a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5b7fc64f1c8e4479b2128b45d3dbd9a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "917e2c6163db41b18132fce6d497b0c7", "region_id": "RegionOne"}], "type": "sharev2", "id": "16e886b5f9b6483d908e9b59f1a571db", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "623a27d1d1db444b8eecbfe5e36da70a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "96b96054b0c648c39683273a31e81acd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "13384cf035cd4d09ad81faa249e4c442", "region_id": "RegionOne"}], "type": "share", "id": "f1b877b9d46340c2b483e9a4a6b6165c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d4ca2597196143c28a892981f37c712a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7a9fa41f127b41dcb1d749067fa7d7b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "8ccf93c4345047dc811348321b611ba4", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "39e20ccda4de4f868d07759a880f7be9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b1d12af1e904ec08e82c620665a3b99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2aef4afd3b04cc49074e658965ee22b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e93bacce89f349488953d96aadbca1d4", "region_id": "RegionOne"}], "type": "orchestration", "id": "077ee342c2314edeb00a5e44df8d1bb2", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcf6e6104d334364b3f2fc88419a7629", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60a2623a12954bd08b1c212a00bc8c92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e9b38a7b2b94a68b6e4459d589e0b9f", "region_id": "RegionOne"}], "type": "block-storage", "id": "84118406e73c41aeaa75b711cd83e7f3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89f99aeae75145c0ace247b978d3e4d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "906180d2286448d7942263566b8ee2ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89064647128243ab994f8789e788a843", "region_id": "RegionOne"}], "type": "volumev3", "id": "cdf45361df1f43e293bdbac0f087a519", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1de9f2383d3d4d57b559f93761e5e369", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1b95146f4c54d85b07fd40c102314e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "685e7cdef938486998aba1f70ff38c48", "region_id": "RegionOne"}], "type": "volumev2", "id": "4a816bad7bd741aa800b2b831e502c05", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ffe18c18e304e309aa6708580c8aaf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6887296c4d1b4016bcbbf73246513ecd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f133bb8e42c041459a2e142af3a8566d", "region_id": "RegionOne"}], "type": "volume", "id": "f715a91ddc9a4545b06a73aa4a994d4d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39d3027f7e064643aeaebcb650d2844e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66bd3778853e401095c45183a55f57b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "054a3092dc8a493690f9381f34f97362", "region_id": "RegionOne"}], "type": "block-store", "id": "d82611e64f5949cdb906bd5420d35caa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ea35e31c17f441fba51cee28d23e4450", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "390fd2fa08b34207b57e5c15200921e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "510886e501e241fcac1fffca6d0749d6", "region_id": "RegionOne"}], "type": "alarm", "id": "264f904aaafc488b90a30207d1b62ca1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9d80938663a54259a995706d1263f6a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9faa87e0bc4747f98f1bcbcb6b1a44e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b88304f80f6c4e749f74aa56f8042f6e", "region_id": "RegionOne"}], "type": "alarming", "id": "a17fa84d2f1c41d7a346e45baf4d8a20", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "25fafe35465b48409146475e9ee9ea88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "40fbc60625da468e8a5d367837fdf29f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f3aedc9549f942789a8cf343b662a093", "region_id": "RegionOne"}], "type": "meter", "id": "3b5bb6d0af8b4871bf114ebcd1c048cd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "80e89250a1e14dc7864e9bf17ffcbd6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "01c4d81eced549eaa2ae360a62f97cd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3a403a555e3f414f98a3cc5ae6627c1e", "region_id": "RegionOne"}], "type": "metering", "id": "d7020b31a94d44bdb97b7ddb03b58107", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7f4a2eab7aa54956a2b0aabf5760f483", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bb405a3ae1434c9c855f64f2a2b8c5b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "50512c2b9e7b4546ba1f73896836bdec", "region_id": "RegionOne"}], "type": "telemetry", "id": "90e58a6333cd44f989c03613692a925b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1440596be84b4dfd8c6dc0e5ef06453b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "34798b17d6554fac83f5444dc98ee3be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2bb212121f434686ab73860bbbfd0950", "region_id": "RegionOne"}], "type": "event", "id": "6f5280fc0a374433a39793323d31f13c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2c2380817050433a8b2b8b13e0031fe4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "512caeed4a974518804bb56be1676072", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "22fc7361d4d04263a56b0fb8c6d50d20", "region_id": "RegionOne"}], "type": "events", "id": "b59176d6d1354b079739d1b5b33fe0e4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dfd1faf0d3844e8c908ab81c0e9f41ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "875e1249a1bd4c1fb60c350b167652bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "270564832f844018a78158efe398b67c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a0ee9bf9200042ba9d468af9c7098270", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7128a1764a6d41e79d2012bea2b20d1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f0ac59a60dd444b0ba72a22e4d4515a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d0ca751b466f48458092f62de04268e3", "region_id": "RegionOne"}], "type": "application_deployment", "id": "fc9c49d9c76242d085e91dbb706e2388", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dad5b033e1094a14bdce67b158340d4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f5fc4e043ce5469ebac42a2900cf62be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0f384905ec2a4b61b54b4135b8f61435", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "96f9efe208d9490bb47611396fa29d78", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c43ab6cb1b284b0c826ef3fc38f1099e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "42c3c24455da4fc3951caf9d8b86616d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2b0dd60f829246d6ac5f3f7a287c2962", "region_id": "RegionOne"}], "type": "tricircle", "id": "f4861b4ab4e4445aac346846ae94f710", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "3abbd9b81f1f448c8e72ba582de46a2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "816ff6bca80842898648f85d2696c923", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "458b85705a5949ff8fb4e34f7caa98c8", "region_id": "RegionOne"}], "type": "database", "id": "4aff19bb5ffd409a80d48afdd7b2f883", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "04203fc850204d8d93c320a80d223cae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1eb729c44b0a418298ef28ed706ff746", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c9b8666e8b424addb688b3dd3e26b36d", "region_id": "RegionOne"}], "type": "application-container", "id": "ce4c32c1b32b41b39061a551dfa33060", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "40bdbde7a3804702abe7cf70d2c67017", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "913663924a8d41aea25f931a530b87e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c712914a08514b3391e82e73165a11e6", "region_id": "RegionOne"}], "type": "container", "id": "21bfbe0f0e434f67ba601975fcca39f8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c088af6ccdbb44369e5c55d57916f8ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ed8515a7f6ef4a39afd0eb88b0db75e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c7623e29a7764505adaac1878dd07e13", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "72db8422c8114595a57f7ebc1d5a3320", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8aff939d82344e3092f7e79501ac0b63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "eaceaa83437a4df98b65f8cd6d540a01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "97d7b654a90f46c5920f9c3a8ed52774", "region_id": "RegionOne"}], "type": "rca", "id": "40757e0991cb4c3393fbc9fced3276f2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "374635678bfe4303b29ee29e0fb4fec6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7e976383e48c438da3b607b6fdee0b80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8aa6fb46d76c4235a2ec86c95284cfbb", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "53b55bcf3211465eac53ba0eeb16d5b7", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6e705463770f4f19bfcd1046a12d6ab0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9bb8fd95969945fc80695ab0d986fbef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a64f7271f96948c58c8a048fefd89925", "region_id": "RegionOne"}], "type": "network", "id": "88bf8e44a12a4e18bef1853ee6baa3d1", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "46d77d4cfb044ae88b7d5c3429879699", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1095a4c1bd11433ab9cecb241b604dfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0bafaa592d274c7f941f125eaf0da8da", "region_id": "RegionOne"}], "type": "backup", "id": "4cccba54a8f34465bfcd10d2a3cc5915", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "96302ead860c41e8843e0ab7c3e68837", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bc45e5d7ac8f471a94334d8dda582580", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "22e48864c6984b5f89dbca0da09003e2", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4cf3337859d742fcb380c7ed513a609f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4390f15c1a0c49e280b3e3c31a4afffa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a67cd7f4be6a4b2a9b7797fdf303e253", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "eee37b74ef184d90949217b86f01b738", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ea1eb27f2562471aba67ce4664ff83dc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "70640c0473d143eb88130be59d19ac30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5500f2f432db41ecabe26876cc439991", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "0670a813de464892b32991c931d3b4a4", "region_id": "RegionOne"}], "type": "monitoring", "id": "5cfcf75b6d0348edbf92ceb01e6f491b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c195fdcffbec4f40beef023994647f6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "575ee5d713fe431cbb926ade249059f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "68dce596fca14d4e9431ed7d4dc51b7b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d9724096098043eb8d2a4d06cda475dd", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "56ac12f352ea4b5885283926d912cdd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "86d84e250fa44c08b59183e7455337ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8ce72aeecebf44ab9d28a2f876254e18", "region_id": "RegionOne"}], "type": "placement", "id": "a9163c2f8a6c4bceb407c76f95cf413c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "947573d8d6ba49bd878505d711984176", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "db235077e72e4a9ab483ef9bbc73bec3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0313bd751f5646d388485e0f404d13d8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f79cd0b1c35d4e5cbf641f99bafbcc8c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6896ae883d4c4ef097a8020a4d81a4f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fdab01a86ed848858e61712cc88aafa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c206e7628fdb46bb99cd3b92e2efc81b", "region_id": "RegionOne"}], "type": "ha", "id": "e07bbedb92d34c3eb7b28e613e8a9f89", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f39eeea24d5f4aa4be34925069043139", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "27c65f437e784e00aef994ee7468cea1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "e0307a6743d6448ead76c0d08f20f823", "region_id": "RegionOne"}], "type": "reservation", "id": "eb9fc9edd0d148dba6f51997103e44cb", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bdade6de15154c538f4b913ada97afb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c36f6c1ed6d147f2a93f711a12fb16be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "7cc2263ee71441dd9cf62fc85db69eb7", "region_id": "RegionOne"}], "type": "function-engine", "id": "6e471c0e7dd147b59eee81d0c35b8c98", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "60ec39bbbebd43f3b66e4dfbe94b58d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1cdc35e5372340629387a16a7c86fbf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1fb8bd6827074dc7b167b8cb9aada892", "region_id": "RegionOne"}], "type": "accelerator", "id": "0028c301af674605b46ca8e7fa03e1e4", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7ff1dd02ade84c6bb8c9fcf2bf928ce8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "aa6c4d508a584d6381d6192e263e7a6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3f7c653647454549bc7f05c11a64f7a3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "18f61700d22942019e50c4b4520b6924", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "593d01899ad74c898ec909089266e202", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6ae8b38802784430990fc1d4cd4d3242", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f243f1aa8ac340d2a563b780462015f8", "region_id": "RegionOne"}], "type": "registration", "id": "a6601a4a9598472480b72c21b506724f", "name": "adjutant"}], "user": {"domain": {"id": "4e1e4c267c2e47f0be8526e32bab3898", "name": "642fc242a6c542ecb7e966f3a7eab1ed"}, "id": "7239820db3a442498ad84a6bf157f0f1", "name": "40ffabeac09941848c18b3555b176d2c"}, "audit_ids": ["50fe59cca29740778e0d7dca3d692413", null], "issued_at": "2019-09-19T09:04:42.708309"}} 2019-09-19 09:06:43,278 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,283 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,286 keystoneauth.session RESP BODY: {"roles": [{"name": "5acfe5a22e5249ea995a70adcf17914f", "id": "8478e4f11ed44f2e8b19336473630747"}]} 2019-09-19 09:06:43,324 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,329 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,331 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "77a91787c36c4f60b89d5614a6dc941f", "name": "domainName-2"}} 2019-09-19 09:06:43,351 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=77a91787c36c4f60b89d5614a6dc941f" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,356 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,358 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "6194ce40e72a4c78b095301d04026374", "domain_id": "77a91787c36c4f60b89d5614a6dc941f", "name": "username-3"}]} 2019-09-19 09:06:43,415 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=8478e4f11ed44f2e8b19336473630747&user.id=6194ce40e72a4c78b095301d04026374&scope.domain.id=77a91787c36c4f60b89d5614a6dc941f" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,421 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,424 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "77a91787c36c4f60b89d5614a6dc941f"}}, "role": {"id": "8478e4f11ed44f2e8b19336473630747"}, "user": {"id": "6194ce40e72a4c78b095301d04026374"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/77a91787c36c4f60b89d5614a6dc941f/users/6194ce40e72a4c78b095301d04026374/roles/8478e4f11ed44f2e8b19336473630747"}}]} 2019-09-19 09:06:43,460 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/domains/77a91787c36c4f60b89d5614a6dc941f/users/6194ce40e72a4c78b095301d04026374/roles/8478e4f11ed44f2e8b19336473630747 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,465 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,504 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,509 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,512 keystoneauth.session RESP BODY: {"roles": [{"name": "5acfe5a22e5249ea995a70adcf17914f", "id": "8478e4f11ed44f2e8b19336473630747"}]} 2019-09-19 09:06:43,550 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,556 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,559 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "77a91787c36c4f60b89d5614a6dc941f", "name": "domainName-2"}} 2019-09-19 09:06:43,581 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=77a91787c36c4f60b89d5614a6dc941f" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,586 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,589 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "6194ce40e72a4c78b095301d04026374", "domain_id": "77a91787c36c4f60b89d5614a6dc941f", "name": "username-3"}]} 2019-09-19 09:06:43,642 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=8478e4f11ed44f2e8b19336473630747&user.id=6194ce40e72a4c78b095301d04026374&scope.domain.id=77a91787c36c4f60b89d5614a6dc941f" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,647 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,650 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "77a91787c36c4f60b89d5614a6dc941f"}}, "role": {"id": "8478e4f11ed44f2e8b19336473630747"}, "user": {"id": "6194ce40e72a4c78b095301d04026374"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/77a91787c36c4f60b89d5614a6dc941f/users/6194ce40e72a4c78b095301d04026374/roles/8478e4f11ed44f2e8b19336473630747"}}]} 2019-09-19 09:06:43,684 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/domains/77a91787c36c4f60b89d5614a6dc941f/users/6194ce40e72a4c78b095301d04026374/roles/8478e4f11ed44f2e8b19336473630747 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,688 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,723 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,728 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,731 keystoneauth.session RESP BODY: {"roles": [{"name": "5acfe5a22e5249ea995a70adcf17914f", "id": "8478e4f11ed44f2e8b19336473630747"}]} 2019-09-19 09:06:43,769 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/77a91787c36c4f60b89d5614a6dc941f -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,775 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,778 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "77a91787c36c4f60b89d5614a6dc941f", "name": "domainName-2"}} 2019-09-19 09:06:43,800 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=77a91787c36c4f60b89d5614a6dc941f" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,806 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,808 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "6194ce40e72a4c78b095301d04026374", "domain_id": "77a91787c36c4f60b89d5614a6dc941f", "name": "username-3"}]} 2019-09-19 09:06:43,864 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=8478e4f11ed44f2e8b19336473630747&user.id=6194ce40e72a4c78b095301d04026374&scope.domain.id=77a91787c36c4f60b89d5614a6dc941f" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,869 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,872 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "77a91787c36c4f60b89d5614a6dc941f"}}, "role": {"id": "8478e4f11ed44f2e8b19336473630747"}, "user": {"id": "6194ce40e72a4c78b095301d04026374"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/77a91787c36c4f60b89d5614a6dc941f/users/6194ce40e72a4c78b095301d04026374/roles/8478e4f11ed44f2e8b19336473630747"}}]} 2019-09-19 09:06:43,906 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/domains/77a91787c36c4f60b89d5614a6dc941f/users/6194ce40e72a4c78b095301d04026374/roles/8478e4f11ed44f2e8b19336473630747 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,910 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,944 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,949 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,952 keystoneauth.session RESP BODY: {"roles": [{"name": "5acfe5a22e5249ea995a70adcf17914f", "id": "8478e4f11ed44f2e8b19336473630747"}]} 2019-09-19 09:06:43,986 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/77a91787c36c4f60b89d5614a6dc941f -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,991 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,993 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "77a91787c36c4f60b89d5614a6dc941f", "name": "domainName-2"}} 2019-09-19 09:06:44,013 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=77a91787c36c4f60b89d5614a6dc941f" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,018 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,020 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "6194ce40e72a4c78b095301d04026374", "domain_id": "77a91787c36c4f60b89d5614a6dc941f", "name": "username-3"}]} 2019-09-19 09:06:44,072 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=8478e4f11ed44f2e8b19336473630747&user.id=6194ce40e72a4c78b095301d04026374&scope.domain.id=77a91787c36c4f60b89d5614a6dc941f" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,077 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,080 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "77a91787c36c4f60b89d5614a6dc941f"}}, "role": {"id": "8478e4f11ed44f2e8b19336473630747"}, "user": {"id": "6194ce40e72a4c78b095301d04026374"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/77a91787c36c4f60b89d5614a6dc941f/users/6194ce40e72a4c78b095301d04026374/roles/8478e4f11ed44f2e8b19336473630747"}}]} 2019-09-19 09:06:44,111 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/domains/77a91787c36c4f60b89d5614a6dc941f/users/6194ce40e72a4c78b095301d04026374/roles/8478e4f11ed44f2e8b19336473630747 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,114 keystoneauth.session RESP: [200] content-type: application/json {2} openstack.tests.unit.cloud.test_router.TestRouter.test_get_router [0.282121s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,921 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,928 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,931 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,936 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,948 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.841877+00:00", "project": {"domain": {"id": "53e8954f8fce4aa28a0c5b8b7143fa04", "name": "ca20280a80f74b21a6fbc86611e0b81c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c568a1ba99ac4962afb01ec818059d43"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "513b3334223e485ab16a459e481c8f57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "269e96a34e154b8baee6c28741bd31c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "3293d42251254b91938c9da12e0f8f0b", "region_id": "RegionOne"}], "type": "identity", "id": "7075fad17f184956b3602adddb1719cf", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d2a4d62c96ae4f9493418b46e174a614", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "51c7d4ef11a144e6a0649dacba9284ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "37a67d98b16d4aef825bcc3dc84f0259", "region_id": "RegionOne"}], "type": "compute", "id": "4035c296a64d4bd1b59b8c73c25e091d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9b27b91918ba429da192c73c8c921aa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "fe7a62d011a24c2a9885cfb74d995fa2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b5f8f85777d44f5bb0a4ab5368c32d1f", "region_id": "RegionOne"}], "type": "image", "id": "792cfc24296b4f25a724baaabcf721bf", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "605ebea67791447896d045e73e6c7f02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "89d1b4482d52430798a8be9a6d874fe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ef809f5c923345548d840e82de010839", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b03399c6baa249e4a4b157114c31f095", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8595d2f4aeef47ddb32621f1f96719d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21d4bc36abb346aaa98e25745dfd2f75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "112403fbb6374cc0994d7f2386e89e65", "region_id": "RegionOne"}], "type": "object-store", "id": "b4df192234d54e0c801209661d4beb59", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "993a693be36641368acb546383f8bd02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7dfbdd57beca4f2fa713cd8db97a3c80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "608021779d5b474e90319b2189089b5a", "region_id": "RegionOne"}], "type": "clustering", "id": "98ecc81a1566496b990917ab58483060", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "39462c5921bf4a16953faad41a57b862", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "512c4c0685bd4e4d9341b8ad5026e843", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a5b402bbfcc648ebb4bd5817a3e209d4", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "faa4501d35a34afaac682119e84dc196", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9ac7e78a381e4a28b99264cdc0b6649b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f6ba1461c6064d5380c5c8822615318c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a3eabc4cdd424bc2bcf44c26ab4fd3f6", "region_id": "RegionOne"}], "type": "cluster", "id": "640d649a006c48768a3471182d497121", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "321e460024ef4fe4865d49752ede92ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7970a104c56545a2becb2f22cea1f1c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6b061402f8e8470785e47b7a80afde6d", "region_id": "RegionOne"}], "type": "data-processing", "id": "62704094dee5418c836c6fc96c6116b8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8b70d6ef54544816a1fff9ca73963d90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c5c07a9963c74639ba58efd6e5562e04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9ac9642fae00409db0e70748407880a1", "region_id": "RegionOne"}], "type": "baremetal", "id": "4a172be6ee2c41b2ab5bc57403cf4c60", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2fadb10f1a4a49668765848e57788f9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4403af89b00742efaff18482b2d0d8bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3c51c0cc5bf4438c91cfecbf9057d422", "region_id": "RegionOne"}], "type": "bare-metal", "id": "bbd0534fcdd1498bb8af75c065a1cf18", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "de05adeeb7b54c50ab882d634aab207a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8e4f0a3373a249fe918c6da5f24cb82f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3e65dfda0a2c48b39df42e995b03a3cd", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b2af938382174c2baf297dae7d01a94c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cf94381388394a5baf19272ba02c7866", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f0ce1b519ebb4c40bda531970a73d178", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "15a68fca09ac44ac91a43bfc7fbaea9b", "region_id": "RegionOne"}], "type": "key-manager", "id": "96a6638628a2401ba772c9d9f5f62e15", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4c3b880e24724080ba2ecbaefc7e0db7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "60b5b7db249745e3a7c501f9bcd2d4cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f3045bfb48a341739e99d6b944a784eb", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c65476a6e0c44481b7d66ac7be82a930", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c0fb0c8a66a64030b8923a02a2de49ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d4f65cb584dc4dfabb538d59f04f298c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6353f9ddc1234ced87190130abef021f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "76c7e194847a498186455295e733e78f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "61a47f93108943dfb01dce929d328caf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "932c16e0b1964943bf440865771de772", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c67b3399e9054713822af4e93fe91fef", "region_id": "RegionOne"}], "type": "message", "id": "b03f1c79bf774247a3b780100073d00b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2f04dc8d8fab4184a0d5b7603feb3b28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a9be219afbcd434bb1e29652327f3dcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9aa21dd4f9fe454f9e3b482ae4619cdb", "region_id": "RegionOne"}], "type": "messaging", "id": "23795943067a46839abc054e58b8d337", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4ab974c54f1d4e469486c49e1c636b56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "314c224914d94e849d6eabf1922b83ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0cc7ac1c86854ea6a5bc0c95eb2cc388", "region_id": "RegionOne"}], "type": "application-catalog", "id": "324a44bcb6084690b46d2bdfb339faeb", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0ab72e38d4fd4bc686a38a46e61cf2b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e37c982e5eca45e89976eb3c77456c85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3376b6e7d980471a9194d661860e9346", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "779f2d0e762649298d229fef30cb5460", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "638885d9227547928906a9c09295f4a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b6fd503f04cb41e695f087f2034da347", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8a051cf1eab147b4b459893967cb53e3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "cff47f7b48754af08b8a112ed8a388a0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1a07b43402cb47d7b89e7bd9672042ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "592d1c8a820e4570b9a1eb229cc2bb97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "971a44cc1a1d44308afe1763e4b8994d", "region_id": "RegionOne"}], "type": "container-infra", "id": "6f6212ad182a4a56b69b431449df1532", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c5af5113461b43deab2a77495e380cf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a69b440c9b0a4aab9fc98fe016bb6296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ec519fb4447c4e3596478d32e0222faa", "region_id": "RegionOne"}], "type": "search", "id": "59426d0820384334ae6bb6af1ed6c2fa", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "83cb34a040304906bee65bc9432a4d24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f03f33523252466481d893f0754c587a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "84f1254881b94974a6b2ffaf3669fd58", "region_id": "RegionOne"}], "type": "dns", "id": "f5ad9174c65a4d00b211696128e4ef00", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9ca0af0247d34d308d497a13868eb610", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ffadddd5a7e04d9e9a1644a58f5f45f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "178d87f12129485787de86979f09f7db", "region_id": "RegionOne"}], "type": "workflow", "id": "3406305c2de64a968f5d91efefd8ce5f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "44dfefeb057049b4b25fba1a56c10dac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "42b44792eb8e4e50a46d5a53a486c5c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8c64b43d7bd24dbf921e32de5040e0c0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "fd469aa1bb3049f496cd427f728b9afb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1d1328b57f7e4d3d8cd7fbfdde86f302", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e0ce11d0dbec41588dbbc8641c5e058e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "44b79a4343614918a4d325be3e0b0d38", "region_id": "RegionOne"}], "type": "rating", "id": "0a7801b929a440bfb50216732ce40434", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fbad4f6ca12a4c939a313dbe9498dd51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f2b8e373ec46449b867481184a304069", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f5311699afa7433c992d9661dc9e2746", "region_id": "RegionOne"}], "type": "operator-policy", "id": "95451e854a48433dacf071349e4c89fb", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "788bbda5ec1b4c41a662db5e60f71689", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5b5cbc0cedc34143886142b86a1a19a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8e063844c5ca437ba28c61322ba95d62", "region_id": "RegionOne"}], "type": "policy", "id": "55f7d40af08c465c9e84d00382ac207d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c2efacdbbbbe4cdcb6f5201ebc4e99ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "767e7af86bfe496eb8dffc2f62c24bd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "096528323fc94c3fa608127902a7682e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "51256b448492475693eb9fe09da2ea6c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9a708036855e4fc4b0d3240940e2bd0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1f2bd748d1634eef8f0aa6300526c7e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3dc580bb8cf64487a14c326760ca5f01", "region_id": "RegionOne"}], "type": "sharev2", "id": "a51e8558e5d74a41a7c3f2ad57e45643", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e1f8a9d85a5c47d29fab7faf987fa0e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dcd0ac118d9c4a9b92154c2b25c4867e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "307ef08b5b1c43fe8eb2eb6b531666b1", "region_id": "RegionOne"}], "type": "share", "id": "05f507ed9fa94c10aeb1c969cf6f9114", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b1833e856e874a678665d03ed87a8de4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ed1061a7c6e246d681cafccaa21507b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e64a5a2dbb4d4f0cb7a2e92dbd02320e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9992817f32be4dfcaffb4a1f1ace5181", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3a7e022b1d84ff2912bca5e8eaa790a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6cefb3857ff549b695d3d07df3b1dae4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0263ede280084f16b4553f7ed81fea41", "region_id": "RegionOne"}], "type": "orchestration", "id": "8212cdc81ed94cbdbeece31d7d2affcf", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a7e756fff5b495087008e95daa29da6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ad6e589ab2641639b011c3b8f95380b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91ce432c796245d5ae0782a2225b687a", "region_id": "RegionOne"}], "type": "block-storage", "id": "8a519818135b480b96a46942f7c22977", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b59c76fca1d048d4846e68093558bee9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a31e60af51434d6bad213349798e3001", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8f34d42064f410f960b4b8459ff11da", "region_id": "RegionOne"}], "type": "volumev3", "id": "6d8bde3a99ab4e3697d440d854eea786", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3572f5702424eaf8812183a2abdd66d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b7d3a988ace413a8628fc67e44d6ae9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79ad95a923b742248724ca81020124ca", "region_id": "RegionOne"}], "type": "volumev2", "id": "ed4c205b5e74474caca9cdddce60ca5f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "143e5229d1ab46ec90fd352227a727af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "592c4f0733df4ae18bf5c9f1fc729cd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09e83b63b9734fa1a17fb83b5aa599be", "region_id": "RegionOne"}], "type": "volume", "id": "8265e1d4207047439c833f173e98eb46", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "487283f1b7dd40df813d116d15b8a881", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a1d9b9091a4464b9b22f2049c1bca29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a298b737471a4655a272fa29afff16d6", "region_id": "RegionOne"}], "type": "block-store", "id": "5698b5d7c9f24f03897100441cab15b6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0416c785c83743eb8019c3b24ea3d666", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4f26a0743e66442a8ab3b9e96cad9f6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "40d3599f6f3046eeaf46a4517a7d564b", "region_id": "RegionOne"}], "type": "alarm", "id": "338136eaf589430aa411e83cf5968aac", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c382b55975f04d2385cde7a87058f5b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3d0ad9fe8a7140e5bfccc87786e17876", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "59ecdb68e5df4c7daede9949c0f46cff", "region_id": "RegionOne"}], "type": "alarming", "id": "ddbbc8a4628c474da85bed06cd5118b9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "832c366e727748df85e1da41880cd9ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c981efb51e474a41ae05e29fbc057672", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "81aa7013f61f4e618d75743255787660", "region_id": "RegionOne"}], "type": "meter", "id": "5f8970add47541598c0856af2210d4a2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bab1a07dbef6476d8f2f825640e5386d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c2e2137cb3ec419aa97a85cb48e2b579", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1f42a16bd35e4b8abd8d5201420c0615", "region_id": "RegionOne"}], "type": "metering", "id": "36b32dcbce2a4f2d8b945bc677f968e1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ab69ef27c2434b5fbe89ad96964624b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cec42fd7d1914143b0c2c0aa3384b916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a2ec43bd9f724086a8d08f9b4d81a6d7", "region_id": "RegionOne"}], "type": "telemetry", "id": "16830601924d40c79d6c4d5ff2e83ab8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ddbc6a8e38214570a48e16cb281321bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6efd7f5764034ac6885ce108049dd8b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "26d73334529a492bb54660d0e67b402c", "region_id": "RegionOne"}], "type": "event", "id": "dad1dd88678c4ec196e5a3d8f213e94a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9ee132a1111540cdaff1ddff9f1476a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bda22991d12f438a9e41d3e8268539e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6ad7e2d4dd654ad491ac18568ef95202", "region_id": "RegionOne"}], "type": "events", "id": "c3ec38a9182b4963bdc51036e48f8f3b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fea638459bef4ac8b26b20d0ee8cf95b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "86bdd6d54374467f9b1c499fcb0650f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "15ffd376f06448b791afb814a7a755cc", "region_id": "RegionOne"}], "type": "application-deployment", "id": "17ec96b82bca42e489a676d3b09b8eda", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "74525df5e20d40e2a71347f22818e51d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "767e0944a54e4101a7f1ebd46f2a1bdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "513a177642594b938312e73025dec280", "region_id": "RegionOne"}], "type": "application_deployment", "id": "393eb10beb0b4c6b9000ced456d92670", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9e5b7b9f4e874f208866790dffabfb68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9fb463ead0b743418f65320cc1c85339", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "98148123119d4fecacc7539fa5c7de80", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5c2735170c0e48938f3968aa5a887b15", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "74c7ab71bd794d02a89bf06dd8751a60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d9fc05e23d164800a0703e27318df0ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c8a8da584d20484a93fff22eb23f13ba", "region_id": "RegionOne"}], "type": "tricircle", "id": "3bf3e1a55719426b8db26879963ef358", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9eef0251586145669262a652678ecdbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "8d361d33c87641d3be7354966bdcced0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2b2f39ad72fb4129a06d4a75adeb4672", "region_id": "RegionOne"}], "type": "database", "id": "2ec45ea603474539bedd8f2ab5f02611", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f9f67a4f70514ed88461fe175e8440ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bc9aefec4cfe450f9f5c639606757bc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "46804671a5df4a2189beab5cc9b977d3", "region_id": "RegionOne"}], "type": "application-container", "id": "bf36e8a2e3704d758ddb2cbdc328fb73", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "70d3e76713cb4c2faa747eb1f6a242bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "01b18610e76a4b57bb3cbc7bf36f31de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6c55d0bf6bdb4136bad15e3244b1bf6c", "region_id": "RegionOne"}], "type": "container", "id": "edbd94bb31684c74bc0b797d7ea2f77b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ed02858704e54725a9f645199cc15ae3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6101f7742dc24e1298147fd89d7b4cd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "68a2e49c6c614bc596c3e8cf7e183ec5", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "aa4f73cd69b242fbad6f33e14fd8e7da", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ac41f4e36bcc4bbdb2851081faff3161", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3fe78d37429341ec9b3c096ff099b8eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "109d12dc95d24f2b90e6099d2aa8e277", "region_id": "RegionOne"}], "type": "rca", "id": "26c877856707414b8a9896c368a98b4a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "147899637bc04d4fb0661b7d3acf2887", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a9a6b1f7ffdf4f81b93701df0e95cfb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "530aad79cd014d558311051649994dde", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d0a46a0e2f614f14840dbe2e1d5a3821", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5a9061a24e66470eb0d544173addfd85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e8e535ee11104ca2a0394bbd01249868", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7b85230d73d34005864d1f30309f0b64", "region_id": "RegionOne"}], "type": "network", "id": "c069a3738d1140b28e596fec995facc6", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5b8682eb023c42b8ba7860be52212218", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "87cf6a52fbb54b62aae4302f8e497d80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "428f838418ea44e5bbfbb953fb4609a0", "region_id": "RegionOne"}], "type": "backup", "id": "c594ab0c3d9847bf8f73061e351ccc6b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8a8e3d618c2748dfbdfefd5ed8086a59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0e0a27da2fcf4a0e98f2dbeec66456df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f2d98a92d52e4a7c9ea9d9ae426b65d8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "64c5deca53a249758a9c20826f9b6bc0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e4b2380b58bd4040bf6676d46cf1e98e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f6a38b1cdf464157a409eec983832dc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f30b62171ca24449b9b0ecef0db615a9", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9b21d9386dfa46eeb3a9be96d6cc88e7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ee32b5eef99b4a1e81bd314834f3e091", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6bb3e0cf9bf44331956805a4ac8e8cc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "630d4a025eb940fda6e0fe8ed6179994", "region_id": "RegionOne"}], "type": "monitoring", "id": "19e765c3273446aa9b5a4ff3030be28e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a6b89db236204cd382eaf70c3b1efe4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ec6636c785c345ad863fed095cfc5fc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "72f779e875c14561a07892bf57381d1f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "531eb564cbaf4937a6e10204aad45038", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4d1f4d8563b54d11837e394b0ed13db2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "680148ecbaa74ae3a08d04e616ea9b03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "2b79b4bd431d4a2c9e805c8323ba7fd2", "region_id": "RegionOne"}], "type": "placement", "id": "560dd7e891f34fca95b37520c81ba65b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "996c6dcf6ea84dbf895c416e47b31bec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f0d983e712034514a46f41c28b998429", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0ec5bc83136c45bbbf395269b7b05064", "region_id": "RegionOne"}], "type": "instance-ha", "id": "94dde88215be4f85b448ee0558fb9b23", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "71a644f1e57749468524ee5f72050c77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bef3c6b15c6c44369e72936e311af33e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "aa9dcbafdc734901afc96b52bccfd375", "region_id": "RegionOne"}], "type": "ha", "id": "3b31d05fb9484d768723aafdd90836af", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a842ce8010ed46c9983d77d99ed6d57d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "533867e2b45b42f08bb3616990485c33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3374029d4fe04189ae0724ba1b682fc2", "region_id": "RegionOne"}], "type": "reservation", "id": "950cec697af14a238ed2925a6364e9ea", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a4e9a8db920a4b75ad7621bf9302821f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "50db29bd91ee4be894809170f175a60c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "9aa1fafb9f024dbe88dd9e56cea4a40e", "region_id": "RegionOne"}], "type": "function-engine", "id": "1f541828f8c24baf91c1719f63d3aeb6", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "229418ce77714c90be657bc57772cee2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "258bc98533b5414c82f16e1a831f125e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5599fbf6d13247deafe681aee0e16c35", "region_id": "RegionOne"}], "type": "accelerator", "id": "f58bb0a6147b4ad0b8737734a8ef2341", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d457f6628bce4c04801baaba7ffd0637", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "35065ded328f43c49a0be6da68ee11cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e8f7e6b7801d455a8a2467d9bb47033d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f113aaf0c6e94a28b85331a95946a433", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "50b9894dba51423fb4efbb43e8174118", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "be32ded7a3114a628548c2cbe9d5368e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "92bd40aea7ab4208afd17ea4c4acac3f", "region_id": "RegionOne"}], "type": "registration", "id": "c6dd47e1fe6d4bcfa90a4e17fbdf6c03", "name": "adjutant"}], "user": {"domain": {"id": "38def582cbff4d9283aae653b8729f2c", "name": "1cd3623c9efe4bbcb91eafbb37c3122e"}, "id": "8d2bf5aabc8d4ce2a2f190e6de50d489", "name": "1ab91b6aaf49474e88a6ff99ae7a28a1"}, "audit_ids": ["51e140a0fd644d409fedfe948849b457", null], "issued_at": "2019-09-19T09:04:43.841877"}} 2019-09-19 09:06:44,066 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/routers.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,072 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,075 keystoneauth.session RESP BODY: {"routers": [{"status": "ACTIVE", "description": "", "ha": false, "id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "name": "goofy", "admin_state_up": true, "tenant_id": "861808a93da0484ea1767967c4df8a23", "distributed": false, "flavor_id": null, "routes": [{"nexthop": "172.24.3.99", "destination": "179.24.1.0/24"}], "project_id": "861808a93da0484ea1767967c4df8a23"}]} {1} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_actions [0.061954s] ... ok {23} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_create_subnet_from_subnetpool_with_prefixlen [0.264299s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,909 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,915 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,918 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,923 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,938 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.858237+00:00", "project": {"domain": {"id": "3e765dc1ed9f40fdbd80be8f3bd456f9", "name": "b0717dce5d294285ab450e8b3cb17df9"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d80ab890392b422b855f2f34a3239015"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "73877ab028c8448d849b56ca11329ac6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "afd4df8b29494e658fe7f3a464ff29d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "58de05a7d9f54e739b80439b5ae08c42", "region_id": "RegionOne"}], "type": "identity", "id": "02d0746db2894d19a2b9ff0d553495a5", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a312ad52ad5649a0873f7d561f701290", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f6c46e0b215c498dbc8a8c32c05dc38c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "0d4d6a3b6b6f4b0abc1d1c5f0d1a8021", "region_id": "RegionOne"}], "type": "compute", "id": "7cfbf6e5b090457cb24f5b8966f80ee1", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "880f9d27db77432fa7e15a79e941af59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1eb82c3cb37444bca2d7e1ad27129af7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "5b78513cf9bf42d88496066fbbea429e", "region_id": "RegionOne"}], "type": "image", "id": "56a1db7b17e540a6868d2de6218904f2", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9c9d40e0cd5d4517901a7723e6085871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bbcd47e14933490fb309151b7021ecee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c8bfc50e7b284fb4b5db8fc7668aa567", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b1642f9d5dfe497a9c0917178cf1bef7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2597cd3b89e34b69a62d81552a862f01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e00b973c16154cb98e78ead007d1f0c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55131d9f9c0e4b429aadc1c49a6dbc98", "region_id": "RegionOne"}], "type": "object-store", "id": "cd8277019db34f2ebe23ac133e86e527", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1646cade88c0446eb2b48877a6b6f6b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "79887ac9abad4e24b88bde84166c5071", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "432378b1963e483e90439c7c04881254", "region_id": "RegionOne"}], "type": "clustering", "id": "a2d81f79832f4132acb705e4d33ddf07", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "85a129dc70594bcf8b3de7b9eb975ce9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0900114a520d402f95dff81f01784887", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c3be5f9c176649058dac38103b982618", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2b12c7f771584e12b327e6d9e295e0cc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "74d782f2bddc4fd5a99f8b40a46fc887", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "20c6bc6193f54424833892d55f496b5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3f9e42b8430746608f8b53a9cd48e76c", "region_id": "RegionOne"}], "type": "cluster", "id": "5ed1a4f83d9e41aa9c8a0592b802ae3a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "77d9d68ab40e49abaf5cbd9bb32ba48e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5487dc0e9ca44b7d9dd68dc0a0658eb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8370cdf662864740a37a81eab2598b37", "region_id": "RegionOne"}], "type": "data-processing", "id": "759a8fbeb86d499c824c6f72c4067c15", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c6eeb612426f42029936a46fbfa859b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "550d3da395a14990a06ceae713480efd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "237d2b03359c4f7889cd15757f275a7c", "region_id": "RegionOne"}], "type": "baremetal", "id": "cf42e0cd86404326a84b6c9c613bfb9b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7dda7a0b37254effb49049bbd6a05589", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c5832576200f4e4c956cb6b404afc2c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b0f565d853f04433b71570517a832f84", "region_id": "RegionOne"}], "type": "bare-metal", "id": "696c16765f534de2967673c42534ecf8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "74c8065218214b829e55a6debdc75221", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6f24d8b609e24f6a943a8de38a744c48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "74dae30c90164b9aa4d7e6f2183ca048", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7378d7a1cb95493e96c6f0bfc3db5be5", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cbd666b8d2fe4600946020007e1604dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a1e65974bece42e880261e491b715fcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7c145906eac14ee99f8d393a46d6d17e", "region_id": "RegionOne"}], "type": "key-manager", "id": "904747dd950f4f76a76026c39ca3f8d1", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9f61ccc7a8db4f93ae4f0db1e82f60fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "84e697413ba641cf8b92ff4a528a391f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "784d0ee14fcf41c7998c11ee35e8676f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "01c76307e5ce4fa9ab359f5a8ea79c95", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "516a304384ec4eb9bff54c195fed19a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e13c16a7e639421680445041f1689ebf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c1009b58c7f84b8bacc49dfbb59c3f60", "region_id": "RegionOne"}], "type": "infra-optim", "id": "939c3d2ab13546118bcf0e98352790d9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "90282dc509084695b647510c6f21e6c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "29162ddffcde41a0917b581ad6a495c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3a1cf3e9a89f4464971eb2d4fd5a28fd", "region_id": "RegionOne"}], "type": "message", "id": "52d8cec5f3234d7889e11920c7ac3094", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "846b3b781f574cd996d7225a5a86c7b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "13a36aee54f441e883d8aa01eb138a88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c8f88f33355c4c2cb42e1843ad8db544", "region_id": "RegionOne"}], "type": "messaging", "id": "2e45e12e65724d7ca616d01630a5aefe", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1f0fd71cd50e4d03bf86a3c7c773f132", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0c4a2b251c744e8cb844dc5462e863b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5b9c6f01a8244b28bb00227261b60ad8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0173ce3aea12498d840674007d3dddfa", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "84ed3f52d1524ff395a70d4585bca3c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ceed9be6f2da4286aedd1af806ad7613", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a348142072954e33957eebda5c17d0ea", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "77428eebd7d947bc953a927fd894086a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f386241830024bcca48b73ec9306a31d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "86405314bd5341eeaee0271a4a26aed1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f76b29e5cc5457c9985693a157ddfe4", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ff94d7f9b5c541698fd16e98123c9508", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cbb3c6a8a9d045a8b4c6ba0d493b4fc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "70a3cc8bb7e64b6d8c6fcc8173c8db03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "223d886488e247a8b6a177cfbeb31ebb", "region_id": "RegionOne"}], "type": "container-infra", "id": "ab5311c024054d908fcad299920462d5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7834111a1cae425c8481ce022b634819", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ef4f9ac369c047888d988c60dffedb0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "86698c7915f24e46a5c1ad5d2e7cc394", "region_id": "RegionOne"}], "type": "search", "id": "b0ef7366f0404f6e85b4b30183cc7f9c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "20e07b63f1b4425f923b918e09d7cb2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "40d66e6e6a2148e1a347ece984f858a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3613fdd0bab9437fab7b83e1c9fc7366", "region_id": "RegionOne"}], "type": "dns", "id": "8cddd2d6197e46d1a3bf24425a56c918", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ea18ed45fa124352aff0c4b672977a9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a18684dd0e8f490cae30e3570c9e970f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f5c92a1b8e624fd48b0b9f62bc92bf7a", "region_id": "RegionOne"}], "type": "workflow", "id": "2e6584ce93bd46f3ba9c217e2c90726b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a552d27cdedf4a739a397a4c1bba586c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "100dd220612742bf8d481656b4a3dcaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1af50b5c67b440ed99e1c76d76c4776c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "050e8e91ab1e479a8c10ab997cc074fe", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7a87353560364460b3d8de62f6e24493", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5269d0b77c394e1ebb0f44b0e7f18841", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "245bcbbfb8be40cf81cec70c8c14cf64", "region_id": "RegionOne"}], "type": "rating", "id": "c1ccfe952ac745659791315abbbe2612", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4d390204d5b140db8bcd81488a2ee3e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c0b8880994fb4be38239f61d07be63cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "567213daa92f40b4afa02ccd50178c84", "region_id": "RegionOne"}], "type": "operator-policy", "id": "8a9369984bb34fa5a769eeec335eb273", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7a993af2a42b4628b89c78076933f922", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b8b06277889149d9ae33fc8bae284862", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b3ec8a51c181434281d6689298958e07", "region_id": "RegionOne"}], "type": "policy", "id": "5d6fbd6aa5c148ed8c5d7d4e9e4243d3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5ff593ac2c934a838f06d9aaa52bac47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "41fedd250ac54732967b782d6172cbd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e12b1d78c8034b36bfdcf02ef094942f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6b3282c66ca8486e9627d2bfbbdfbc6c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c23ac5d066d1460fbe2504364fcf82a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3a5739dcf3204566a2a13e2876b10bba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "955a25a97c4b42418521394e98d58b20", "region_id": "RegionOne"}], "type": "sharev2", "id": "d11a2b824f0840db9bad296fcf5ddfd2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "17dba5960d744ddfa83c374b98e0b61e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c1f92be3afb543d593da0885eaea737a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "44cb875f111a4bc3be1ed2891933f7d2", "region_id": "RegionOne"}], "type": "share", "id": "413df76309734fafb19aace8898435e9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e0038bf8f8d54e60a8918c6336e38624", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2e4b394e83d54c51a7ab5506ead47440", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "83d92e6392214f839fb087df8e55c590", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f091e4b7b77643db9beca417d7114704", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7254980e6ab3459fba4cf96886c959b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "917752de459a4f2da9f51a9535f5ed40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6eb386d491804e2683b02141518c1a7c", "region_id": "RegionOne"}], "type": "orchestration", "id": "56334a07720b49cebcee85beb05a8776", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bdd211e58079437eb90246df03c1539f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a671b7ddf020427bb891a8cf9b9070cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc7c94c23b6b47f695f93a56723623dd", "region_id": "RegionOne"}], "type": "block-storage", "id": "e73415d69adf4090b8f0e56c0f3cb4a3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "defedee960c04807a7f50b92657b2751", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c06d2d19fecf48e383f3ed41b957f36f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79ff2ee54cc94f4599312c70bb95947c", "region_id": "RegionOne"}], "type": "volumev3", "id": "8ac57b1c3a0b42b086894fd5e8e6f106", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "255f3786647e47cd865b41158d8db53f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80ceced25e0d46d38f64aabda59ee879", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "485658b968cc4f858b5b15b8141acf80", "region_id": "RegionOne"}], "type": "volumev2", "id": "6e1be13348c04276b81e7b3cc16af61c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6cefa9a0b77f4d8c99b459826155bfab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3b5e0c337bc491cad5e8230c699ffe8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ce05cc35ca64426bfe0e1754d43e280", "region_id": "RegionOne"}], "type": "volume", "id": "5854710f0b7845c4b963d440fb83a794", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83cd5dda52e043f49efe857c4fd885e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06fe76b5aeb748f093086e5381d553a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfe79c13920246a4bce1fa270f8e51f1", "region_id": "RegionOne"}], "type": "block-store", "id": "733a46b753794ccfbaa8ea4f9be2a404", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2249cfa6f035472d972e0a13dbcccee4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "94785c07020b49b9b4b6142b212c74bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ae22e3e5bb8b413f82652fd13595362d", "region_id": "RegionOne"}], "type": "alarm", "id": "dc35437fb2884039b853bb1a0750102d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a48b0d8bc94e4c48a066b5ddcec5ada3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8bf4fd136ff74584b4fa8273bd5b21f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0315e0c77e664f8a92334e74f08afe03", "region_id": "RegionOne"}], "type": "alarming", "id": "dc1fe087fa04455d9e760a707dc9764f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7f88a3cfc9a4424da4e1c96aef828a08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c83cc6c50007404fb874a8769150ac67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ce503b20a4344ccf8009ced7ffa0a5a0", "region_id": "RegionOne"}], "type": "meter", "id": "c1bdd4f152984b7b81724e1d58c5961a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e63bb589e27f48dbb42afb532c7d2a1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8a2fed343aae4c7fb2ee71d193280791", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "608262cf1f9d49d3bc9a2f4d240710b1", "region_id": "RegionOne"}], "type": "metering", "id": "f3db31d752c0422eb4ed9e054e5a8ce1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1e8d6b70ef4341d29c4730e529abdef5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "347b995e4e294992a2ddc170554c1dcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "37f6110351ae416e8c3d9678f7321424", "region_id": "RegionOne"}], "type": "telemetry", "id": "d9691bb8d27b4c85923a295d749eedba", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0560837e1efb4ae3a0f538788a8161f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c7cc0554a88b49d0981cfe940201d328", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9833cc74dfbe419581b1fcc81f669a3d", "region_id": "RegionOne"}], "type": "event", "id": "257fe169dc844a3aa761fa62237ec16c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "32292920ef8e405f9c222408100312d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "50a5382e24ad43588bef13bd3075df90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7647fd2b9ec747e4bb92d67560c0ba9b", "region_id": "RegionOne"}], "type": "events", "id": "325c5b3def1d4319b69a5e4e24399d14", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "23fd2e7c837c4a83a69cae82d1bfafab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4d8d2667f414404abc2537edf2e7511e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7dc16df0900b4ac696b825fa6b286b00", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f896d2eedf644f60a1abedf2aa234bb5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c62faf188cdd4dd5adc7d26324b80238", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "90b63ed9a5bc48c6b65384480efc1a52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "315a9217b2d14a30ab987b81431d4c93", "region_id": "RegionOne"}], "type": "application_deployment", "id": "731ae894f8ff4353bf3d46bf7f3972f6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1fab8812192741a8aba340a2e8a15d2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b2a7b4d61ddb40149af262838c3bcfb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ba15d96e7d374e739df4e3b9c476bd35", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "26b4f2d85d1143309f03d2e5dc4061bf", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7d7b46dfd0c044eebb19844e5229af87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cbb2f6b1f12f431c88eed0eff8b80947", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d05d29dcdc8e4b009cb603361a6fe79c", "region_id": "RegionOne"}], "type": "tricircle", "id": "500a5d9a470a4931bbd82353667582f1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0a6360be061b41bbb8454150f6522076", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "dbf9cba6c35e4790aef3e8ae811a2e8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "26ba4edd93f84e9e9d8326bb675248b1", "region_id": "RegionOne"}], "type": "database", "id": "2cba8a5bfef344c583849ce4d74f50e2", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "97c487879c9342ff9e42a2bc5c22e98d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f8d1846d6e364cc589877b2941888ecb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6b618084034c482eb7ba4eb17869db87", "region_id": "RegionOne"}], "type": "application-container", "id": "6d01100881a7417aa366cb6b5b087b3b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "472068860b934b30b2802a25efffe2cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "094965bc88b046a89f86fa31a9a1de8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4d2224f4f1bd43fdba7c31202a848266", "region_id": "RegionOne"}], "type": "container", "id": "5d580c4e9aef45f5b0d35619f1e8b74b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "268bb3a49a784c58bd9dc18956c54e63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b827a8e8ddf644f097c7a68590054e5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3e36ac5782c84366958d9540649205aa", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "af547efed66c4006af6ab36bbd2c6880", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d6c9bf5aab444c5db907c89fa4108934", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "46db680a31224b50a23b60c01eba1f79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "685b95b32b2b4d2fa1e6da2410571210", "region_id": "RegionOne"}], "type": "rca", "id": "4015b1276db04d038899162edc1b6265", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "dbd55a6766674243ab44aa8c97309f9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "856de20df81e4322bb45bad5d85bacab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "3aa3520de94f48fc98825ec2ac4337a2", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "17c290da96814f2681ea862d85ed74ce", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "b5f41f899745461796dcb04a392cd6d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5d296abd35ca4a688cdf80e85fccdf0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "58b68d06c0aa4cec8d53dae1970db6e1", "region_id": "RegionOne"}], "type": "network", "id": "055732aa70ff475da373349c6229b9ad", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "32a9459db52a49178fb31fc00701b4f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "42edc20d88964c1a8f56eaad94f698e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a8c5eedf12e349faaf0e407d68c87880", "region_id": "RegionOne"}], "type": "backup", "id": "30b2dd6ef4b745909962a5189716cd52", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8aeb0349b190448a839431c6db7e3afa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e66b370cdaba4a48ba00de6d4012763d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c700a62a31184f7fbdaad697565950ba", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "388f19aacd27419db0a62dda853a1de5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2e72e438706b4847b327d01afa2d69e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "da0303f3e5784e38a09bbd8d493c5485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9b3245669d8847d79cb2bebc4ab8b7c2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c5c0df1f4b964fcaa078027b5826f4ae", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "606a9df37b8640f28a40f1530f5c5705", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "476cf1e61a2b4e9291a0bd0a9810b567", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "7ed02747121d4d728a68f304b91fc030", "region_id": "RegionOne"}], "type": "monitoring", "id": "f550daba1681435da3a610d7c722d7fd", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "304f7749b12a4134b262562b81100244", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f601200ad0964ea29fcd4d827655a3ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "0ef0e8d937c54070a878aa438788cab0", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4f933bd671974648aa8f9b93bd787d82", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0b56c2b486ff40f0bbabe6d03fe59ead", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "71f81ae66c0a4d89847528a82f584047", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ea91d20a26dd41d5baf9733308fcde52", "region_id": "RegionOne"}], "type": "placement", "id": "edd0582a515e481a9122132d845821da", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e1d9ad2fd5764e379cc9d98b0753e73c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a1a82723035944f1930202939bf81d6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "16fe3d47f6014381b00a3c6290482e23", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ec2e68fa8ddc44ffadb70ccce30389bf", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "03569882060141af82c165344b18473f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "de8c9597ce80449aae90d8c77f61fe2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5f48694e8d864f5dacb800f458d6640e", "region_id": "RegionOne"}], "type": "ha", "id": "d6c7c7f898504f6f8a33d71aa63acc7b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ca5998c0919841e1baf54e2d75ff5dfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "33c1c19aa8c04e3194bd15cce5eacf74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "70abdfba3a604c09ab8ee94c591ac2a1", "region_id": "RegionOne"}], "type": "reservation", "id": "bfc2edd6a08c484b9b2ab88f48000ed9", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "39ad04a49ac440af96f11b94e2ce1250", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "eb607207316f4a3a95c556f725d66180", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "78371b6ef2e440fbb60621a632b1cf24", "region_id": "RegionOne"}], "type": "function-engine", "id": "2adc9d8cfbdd42fbb8f5dfed40aef7a5", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "53dc292d1bd64ddfbe51800a7d1fde55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b134838c622d41dc936836091c193543", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f58887f6d1414ebea36f1f2dae17ae41", "region_id": "RegionOne"}], "type": "accelerator", "id": "254fa6a16fa94f7f908d5559140202a5", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "492a75f664c343b49027be0436b6f90d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "599c90454c1740fe89941706b35c1878", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "837f1d7ebfa544299c6b477afdcb3adc", "region_id": "RegionOne"}], "type": "admin-logic", "id": "5cd1d491afba4800aecbd23859f941e3", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cf6a8f91aa4a49b58c87677da1cd33a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a1f96a93ba2849999e2f7c7a4d602f9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8907a071ee2d45598a65664afc7cdd21", "region_id": "RegionOne"}], "type": "registration", "id": "e7c74850374a45a49c65090b8523bbee", "name": "adjutant"}], "user": {"domain": {"id": "dcfb91cf9e9342939e34cf47bf620837", "name": "f62d9b22e3754c36bf734ca9ae0d53d8"}, "id": "f6ae78a6dc6246bf942a38bab6d86566", "name": "b8fa49e3a9274052a1a0ade44c766b74"}, "audit_ids": ["4aa92ab1232b4dc38acba9fb538f0183", null], "issued_at": "2019-09-19T09:04:43.858237"}} 2019-09-19 09:06:44,091 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,097 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,100 keystoneauth.session RESP BODY: {"networks": [{"id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "name": "network_name"}]} 2019-09-19 09:06:44,105 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/subnets.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"subnet": {"use_default_subnetpool": true, "enable_dhcp": false, "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "dns_nameservers": ["8.8.8.8"], "prefixlen": 28, "allocation_pools": [{"start": "172.16.0.2", "end": "172.16.0.15"}], "host_routes": [{"nexthop": "123.456.78.9", "destination": "0.0.0.0/0"}], "ip_version": 4}}' 2019-09-19 09:06:44,110 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,114 keystoneauth.session RESP BODY: {"subnet": {"description": "", "tags": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "172.16.0.2", "end": "172.16.0.15"}], "host_routes": [{"nexthop": "123.456.78.9", "destination": "0.0.0.0/0"}], "revision_number": 2, "ipv6_address_mode": null, "cidr": "172.16.0.0/28", "id": "143296eb-7f47-4755-835c-488123475604", "subnetpool_id": "f49a1319-423a-4ee6-ba54-1d95a4f6cc68", "service_types": [], "name": "subnet_name", "enable_dhcp": false, "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": ["8.8.8.8"], "gateway_ip": "172.16.0.1", "ip_version": 4, "project_id": "861808a93da0484ea1767967c4df8a23"}} {26} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_delete_qos_policy_multiple_using_id [0.271289s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,952 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,957 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,959 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,963 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,977 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.891526+00:00", "project": {"domain": {"id": "620b5b1f83e148b5a6ec9c90d6b40a32", "name": "e275f5c95db4444f8b870326fd64ee5f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "df79d5cd96df4adc8438b28dca0a6d1e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5f2d38eeb5bc44098fb920018951ebfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "eebe9a9c5872489bb5d69ab28d66b4cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "af4665e6483049c89f61e5447abbde8e", "region_id": "RegionOne"}], "type": "identity", "id": "b01fd753e1ef4e2d95e32c013c42795f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5b8cac95947943c38b4963091788b009", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9ae32c38cdca4c0590fa7e36b7b22520", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a266f4b03fc045b694be1996d9d4544e", "region_id": "RegionOne"}], "type": "compute", "id": "a5589f6e14f549d38133fe945116cfbb", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "8a8dcb3fc16d4462ad4375274ada45d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "24990a90d54f4b2c85bb5eeb315e817e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "de4ef236455c485babcd5d2b124f8104", "region_id": "RegionOne"}], "type": "image", "id": "79e4ccbd64a54c679f9a1e7a85b6413b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fc7c2b1589ad44b49843ded2a613d477", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ace3f4b55a5b4428a72a62841f30fedb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ea0f692775714cdc8adc44826e93a4d1", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b11fda915f4f41e5aa20bd1142f7d8c3", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9096d9addfd74f55a5db8443b5b6087d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fdc903e91714c8b9e2118b21d044484", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b7abc11cd814c388521702c44efbb8a", "region_id": "RegionOne"}], "type": "object-store", "id": "a977e26727274ff9b8ef42787fe01f24", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d4752282bf524ffba0513ed352c06ef7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3c1eba02388744c596f27c3c8463e289", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7cdb3c1045d1425480d0d5f22e91d93c", "region_id": "RegionOne"}], "type": "clustering", "id": "30612e03aff746718507283cc9f02953", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "af0d5d920215445a86d39100b6c792f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "07ec8c6274aa4ebdb982746c86395a83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1da786e399234d51a9d2d1d2a3aeda01", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "be3751a5673546b995543f851e2a9fca", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a9aaf0a1755d4fcd89948f0fb57412c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "adc20b01bd1d47a6b137b3614a545be7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "508c7bd6b0e24f1a87f3865fdffa948e", "region_id": "RegionOne"}], "type": "cluster", "id": "611fbdbeff9d4c1c84fd624c09ba705f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "28f1a354c9c4434fa018e8eb771b2aec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e333905e66a640dc8923dd94f7ad0aa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ec8eb94e0b8f42e68850d48c6562e685", "region_id": "RegionOne"}], "type": "data-processing", "id": "54f2e50b74224cc7baec46de8d592aa2", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "018b2c03e8624fbcb17f42e1cf8e343f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4593a7bc6bab4b498f15847b58d9afc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bf15a2dbcf4b4c4fbcc2c2cf9799268c", "region_id": "RegionOne"}], "type": "baremetal", "id": "208243a6e91a40a1b9989491760c5d35", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3eac676bb2604735a55684be27efaacf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1aa2ddc8fda8416e9e683ee8c555a5c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8cfac573a9a84b5fbd592ebb1835fce8", "region_id": "RegionOne"}], "type": "bare-metal", "id": "1a7123ce484b4b469ff996ccefb242ca", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c2498fb0ce7249c69b66d842f0e71be5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fba07aca5a19444aae372f9d377c290f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "bae35b5c98424db888e412624821ca36", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9d8611b0913142caa839692cdd595e73", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0c593ed5ef3d4ea9ab8a26251725b40f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ffa401ecc4da4ce784d8798dead24e82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "3ea94644b74945848505ccc4099439c0", "region_id": "RegionOne"}], "type": "key-manager", "id": "69255edc3f3d47768bb93906ba6fd54a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "af6bcd9b2b944dd48480c51618fe81e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1fb331615ef34e4c8acd56a3be4e5bad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8e72762ed420465b97fe19806a50f65f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "de6bd2930bca418ca77edc617465baea", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b3569d3c3b764aa8901daa95c52e0395", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "40794d27ea9d4b0a8c04f9a47f84168c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "12ad1b42f74344978ed660bd6396d6cd", "region_id": "RegionOne"}], "type": "infra-optim", "id": "fda7dc8afdd344189bc90dd3e7f9dd79", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f585122e9fee4d738265bed5897777f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2c69f453d35d4e3b89c43e6d7e381c0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "422bee57aed44336b14ebf6db2cbb7ea", "region_id": "RegionOne"}], "type": "message", "id": "e88699d70025454d9397d74e55ea4bdf", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e60780d2e9f74726b116e814361b3f48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8a608231ca33428fb5ee8c26d5128296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3288f15096804635be78f8f7e3a540f5", "region_id": "RegionOne"}], "type": "messaging", "id": "7d69e2ea62d0436cbb529df067e27263", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "43e568c91a01458e83090926c14763c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4f6ff3a0e4f148eab0898688eb9ab9ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "60185c8628a24754ac61646491d61210", "region_id": "RegionOne"}], "type": "application-catalog", "id": "305c95b22a834604b9f9a34a39207c3b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "785ac4529e2e48b886992d3a8cfda7f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "929ffa687c764099a73e33cf47277dfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "52f1788e321442638d21ab863fb06bec", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0b56cb5ea761429ab77523185abb53e5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7e8dc1cf6e7341bd986494fc16661d65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "54710babc1ce4a1a8b0ae62ed40d0dbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c04dadc42f3b4b2ea88670550ef47fb5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "77d9e818b4bd4e84b9c132a832974bec", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e2edc7961d24d2e9e45b147b7d9b86d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "42e642033d54490ba0a3e528089572e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "82c4e7e2cdb848e0b41705bf61179cd2", "region_id": "RegionOne"}], "type": "container-infra", "id": "7ed483f5a1204bdf94648cdadc5a5101", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2e29749c93744b24a320f667c84b6091", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "27faa72fc8124829909ced423dab8152", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6b686dd74a3c4e8fa645f07b30efb9b7", "region_id": "RegionOne"}], "type": "search", "id": "088ba829449a47db9fcee5977fe84d39", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "816c6f73003242a08ea0ccc7c737db9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "40e665301c4d4558b0becdda9a549be0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "24524987475b4b5191e00a5c06e8d6df", "region_id": "RegionOne"}], "type": "dns", "id": "3579e04f7bc34093938cf2de529ddb8c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1682e17d49d3429083892623f11c70ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8079c86bb4fe41cf974e3de871670bf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b7ed71a440174476a7d27df42c0c5871", "region_id": "RegionOne"}], "type": "workflow", "id": "0dfd252e7ac0438f93603c0b2de7726b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e7dd7147ad7e45e19edabbb3ab02c2d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d3d90f7c59f34adea44064188f51f01f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7b6795b09110450bafdd54d897435751", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2a4419314b064b8089c1750a223d5de3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "55f002a8c8f847ff8496ca1441d16496", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "273484cea75c4868a2d2d56a785ab075", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "5fa524d9dffe4c2683b593e5af0971c2", "region_id": "RegionOne"}], "type": "rating", "id": "ed589bc35e2b456087e5bccaf7e37d0d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "49312e5640ae4067877ca5730cf39be2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1dd741f883f14a73b3852927be773219", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6ff2c0d2b17d4212b7f92cfc125d2999", "region_id": "RegionOne"}], "type": "operator-policy", "id": "790afdc94b2744ab967ec0424b4c6591", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6540b5ec404348529db102412deed9d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5dd4c3f8daaa4f9ba0233de0dea9f8ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c2a397e875614cf19e7084c78ca4c422", "region_id": "RegionOne"}], "type": "policy", "id": "fb787bbb37d444fa9f00507f491598a2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f4daccf495e04baf8874dcee51151636", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "29b7185959bd4d04a5072b4062fdd791", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0b5fd26d236e4817918fc8bdf1a89ba5", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "64d0f2a9d6f143d9b598cfc7d01b1646", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0d702949cacd4eebba9e7a7901374ad4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1385a9bd6ee8430ba13172eeef9a229a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a81a136d5878479ea1a2eec73b94435a", "region_id": "RegionOne"}], "type": "sharev2", "id": "f260077e252842b6a2f17cb7c0269734", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2c1647c96c094ab7a7afa36858811771", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4c30be5d30204f7fa5882a1d63739c9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2a4383bf07564d57944402b65973da74", "region_id": "RegionOne"}], "type": "share", "id": "a74502a9162443c9826a81645b45a9d1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "65e2d9c0d6cf4393afb7ba612d5f37fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "339fa4b5b8f34d008cde296fddad2fa2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e7fc49fce5b54b6d85e4dae9ac8b34d7", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "2442dc3cd8884bfba24de21b698d47dc", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44a4309c67d64d869be89acecfcf066c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55fd241605754b28b5dbde32dab83c9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5211c151da5f4b2ba0a44e151b695bd8", "region_id": "RegionOne"}], "type": "orchestration", "id": "67fbe2c9f3434321a34910dd432b92e4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9681c8919472491fa256269e3034e376", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "267247b444ea4f99b266d65d576ff420", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e5c8d2aca084abda0b1faafd1c9ce55", "region_id": "RegionOne"}], "type": "block-storage", "id": "04cb84bce0454cd5830a2b35275680ef", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1fe436a1ab3b444c9bf5f4e8d8406d2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6df71222687d448ebd5e476b85d4b330", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "525542dd4fbb4f2eb008623094c64b1d", "region_id": "RegionOne"}], "type": "volumev3", "id": "de038aee640f4ded88844abbcfd3d154", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "410d60cabbe14e9593ef1cfa2ecca89c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20ba3ac47d8f47ee83dc88fcb59211f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c10d3f6e40148158d2bd1fd67a2d607", "region_id": "RegionOne"}], "type": "volumev2", "id": "885167bf11ce46788135fff3e827d4d0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6aafabdc0bbc4affa877757a63253bf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3131db5995494580a868b501b5fd7642", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e37049ee42634c5fbb8ac21f49f3c0fa", "region_id": "RegionOne"}], "type": "volume", "id": "6a1d6f0e6da647e78500970773d7bdc7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74ed3e220fdd4bd2b45e8f89ed640332", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bebed6c8ec9e48b9ad3589ad0ea2d435", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39cdd70d9fd742f18ccc3de6fd0f0508", "region_id": "RegionOne"}], "type": "block-store", "id": "ca85832c9b954c35b435527cca06ecbd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6af4e9accc814fd1afe660228538b5a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "19fdd543cd7543eeb3abcf9793da5ff8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f85e7a0b8e1c4a1b901d4a400c74a24c", "region_id": "RegionOne"}], "type": "alarm", "id": "3196d6c2ff2440f88a9c685af2b269c7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4585b52710694755aac4321355453d2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b3db84d157ba402b8ff49feb7c3bfbea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "839374dd31984b23a4681ce82499f36d", "region_id": "RegionOne"}], "type": "alarming", "id": "4428f2aca0bf4583ae5a6c2f79016c75", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a29d1ee8ac8d4ea092713942396721c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "91baffe3600f4370a3f7909277670c08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e220371792614e40b8b9d1710967dd56", "region_id": "RegionOne"}], "type": "meter", "id": "6e1eb06bc61948eab251505f3bc4da27", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3253e63d446747139e03bdd96ec97dc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a9bc298bff72445188d80ce7abe23f6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "38180d491f1c47b9b26ec30471807f80", "region_id": "RegionOne"}], "type": "metering", "id": "5a8d7fe364504f659f00a894e9779a05", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0b52f28eae3e4f6e9d9135bafa702380", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1ff350dd063649ba8d83a00a3517aece", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "519b506b4bac4ec1b6350498438cc828", "region_id": "RegionOne"}], "type": "telemetry", "id": "d2b7d178957e48748662bf07a6ec1c47", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9c3a39f0c0bd432c898058de8c45ef3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a17b933d8ced4af59318a835e8eda0fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b4c685c386ce46b0a8d6f662f561ea0f", "region_id": "RegionOne"}], "type": "event", "id": "46264980f4c64a20b9df526c0f7551d3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "92c78d1645d6467abb242a4bf2296db8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7201d6d647b343b0aaf29be51e435ca6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3e989687c6524569844674e50612ed08", "region_id": "RegionOne"}], "type": "events", "id": "7a3f58242985416aa9baf6a401e4bef8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5bb4cd2123234118af02d2395a80d548", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "16721d3dfe05462a8f3c77f78975b432", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e9f5eefef9b448e2a86f64aecc8f6260", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8250a152cc92478397cedc6c04d29af0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cd88fb884bee4e518364e215929e2d65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6358810bb73e413ebe9b3a17ba8f8574", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "54135d1ef4764cce85692851730064fe", "region_id": "RegionOne"}], "type": "application_deployment", "id": "adfbf8bfad594b6cb6e559261bcde3c4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "44f12d7a7d8e4aeb9885fd3198a372cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "96a620aec1f64f42a6011c5cf53b87b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f52bc5d3ce6547ffb8665bcba6dd5979", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "13435b61c1cf4734910df87ebb68832f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "be8ac21eb2b44806966f5f7bdc94c4f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "356e3a60435c4656a6971e01f1002bf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3058a5d6c5a0402daec96f1ba2a9b20a", "region_id": "RegionOne"}], "type": "tricircle", "id": "88d4521d9ac7419da701ed49f2ad9d17", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "26fa4875627f4dbab4d6dba707c64272", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1403f275dc134403b34b093cbbdabd09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "97689b3b7ade4983a4f4ddef8067215f", "region_id": "RegionOne"}], "type": "database", "id": "38a7ba46a0de41db86be781a9188bdc1", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cdeda4f27c2b4d3eb8b0dd0386bacabd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "49f79e01dc934f0b97403a7030c6cfc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e4d82c40d07746e89ec1683f20f298cf", "region_id": "RegionOne"}], "type": "application-container", "id": "57528e8f3d254450a4fd542c605d6568", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d2b30ba31638412691cb8bcbde06c9d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "75e02a943678442cb26d767170f59f13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "365e7011b23e44cda194337587fb9109", "region_id": "RegionOne"}], "type": "container", "id": "90c628fb363e45a9aaec505d6304b2db", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ef1893d69c5d4a74b6a74adba5143073", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "89b54b7d12e742fa87d6a3218ed77985", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d3fe695668ae42908f47f161c83f2680", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "0f90df6772dd4e59940e06b0d9bb136e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cca314b7eb7c456890eee355dd66a0ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f834ecd0a76442db9595377b67354a4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ba2c022fee974e93bd141787294d0609", "region_id": "RegionOne"}], "type": "rca", "id": "ad52b02ca80d42dba45640db4f3081b5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "94ca885db8e141cf8650307681b18d9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9010ed2dadc443d3bf0fab744858677c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d2b257db16254a2f805982039cf01ace", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "85d1c8d8d0034dbd818a11b59a8cbce0", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a235ef03cd3e419a8f41837451bdc8a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "8798ab3eff4b4dfda8bad7beea86c137", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "50077080bf7f46adae625a3f2dc6824b", "region_id": "RegionOne"}], "type": "network", "id": "df86f5c3b62546c8825e628748770b46", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "04ec5c26d44e49fb8897ad728e407be0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "3379a0019f54449f98c73289a6a4886d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "2925903d0947450c9457e00ae38bacc2", "region_id": "RegionOne"}], "type": "backup", "id": "42640e122a844659a0074cc259bd6f2f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ff39d95ec07d4e50876a774d767ecd51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "311582da42704f2fab087ef9a38a464b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1d095a34475f4f42abb06242309ed45f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0e7350b7b7424960a7e39fd30b1b609c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cb4dd4f88fc84058a6888da998700ad6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a349867091fe4ece92a54824d0dc2adb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "562238690cbd44d08aff15b0bee1fb53", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9e4412db8102460b80e343dd4db609f4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "85a5740ca0794531b7ccb5fa3c231e3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2def98ee585f413eb790cc4381b525e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "145e12cb7c9c4fc78d2cb3a296401b3a", "region_id": "RegionOne"}], "type": "monitoring", "id": "3d90241202514e92932ec30486d15f9c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "175839135e474f80969c410f4e23e7f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a204214aac32497b8e37d2ad83e62dd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "660a995924e74ba78b703c9c4152f8b1", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e88dbdb5b70e401d944bb3548cd71934", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c14a5b2055e14b219149b0e3cf914c5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2a6d7f53c22242fba72b8bd9d42bea4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "260797d836234890b5dd9300904324d0", "region_id": "RegionOne"}], "type": "placement", "id": "5fb0d13e90284887b5700c3201301dec", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "060d19d577714f678de1738cf23abfda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5f191ca843b446e89d2f234ff0f4f921", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a6a34f8102ae429d9f03ff5377e3d2be", "region_id": "RegionOne"}], "type": "instance-ha", "id": "daca469cdcfc45c681eb02b408e8ec0e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "94b232941a6d45019737ca65d1633030", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a32180b2fdfb41d6a178a0924a8f3828", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "57a76a0353aa4f51b74166572af1e22b", "region_id": "RegionOne"}], "type": "ha", "id": "d2296b7facc94878a061d297f39d9112", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3265d2dbfcab48b49334af8d6c8a4c06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "04508fb97d6344669e4813a9acbba94d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1533f1553ddc48ccb241bdec8c843249", "region_id": "RegionOne"}], "type": "reservation", "id": "cab62390469f47a1be2654b30650aa1a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1724a304ddb94cec9605715b7ea5a1d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8250e3dc172346aab9287e1ebf66a0fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2892ef3cee264c778980da2f8c24c6f7", "region_id": "RegionOne"}], "type": "function-engine", "id": "ff9907eabdc841afa2195de1e18200e8", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "33f4e7d000b44754846200292719902e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "89426d14175348ebb213d6c87eb0bea1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7a1d8bd7377043c297e47a612cd334c7", "region_id": "RegionOne"}], "type": "accelerator", "id": "8e54a19bddcb4805ba78299b93309ff1", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c04992361ffb42f6b8d7df3e86e54605", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "817ef9de667a43028e72d819de504830", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9f62024aab564d1e966185b00141b350", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d25a82981f1d49bdaef1d9703d4e6284", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1bf40578c4264b09922cd21cad8e18a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9feca53c78a54d92b04a50b285121859", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7dd3a2bf154648a1b39f00782af2fa2e", "region_id": "RegionOne"}], "type": "registration", "id": "a182348fe31b475c95837d56bb7433db", "name": "adjutant"}], "user": {"domain": {"id": "7e0af540eefb434d9dbf60574c9bf8ad", "name": "fbc99526e1934516b8c1e686c63e17ad"}, "id": "80c8d197f07742f793b45c1c3d67c9b3", "name": "6bd274a99065471e83e888be6b6d0808"}, "audit_ids": ["55b98944b68a4d08ab7377ef332a4bf0", null], "issued_at": "2019-09-19T09:04:43.891526"}} 2019-09-19 09:06:44,109 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,114 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,117 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}]} 2019-09-19 09:06:44,121 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,127 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,130 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}]} 2019-09-19 09:06:44,134 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,139 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,142 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}, {"name": "qos test policy", "id": "456"}]} 2019-09-19 09:06:44,148 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,153 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,156 keystoneauth.session RESP BODY: {} {1} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_node_adopt [0.064886s] ... ok {6} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_list_security_groups_neutron [0.194468s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,097 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,103 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,106 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,111 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,126 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.035791+00:00", "project": {"domain": {"id": "c8f5a9f49a1b49a9b79ad6bc9abcb564", "name": "fad6423714b740ea9b3cc150b0cf39f9"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "02b37ee53cbe4fc59d05fc2870e2dd7a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "7018c17dbbc74b6784ae47e0798cb63c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b06ef8291aae487e8c682e951cb4d2da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e494a5c5086440fb9108be83e245c5e6", "region_id": "RegionOne"}], "type": "identity", "id": "26729612d2784eefbb6c301394f6dffc", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1b3f8a42655444e18f6832397ec8cf64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d28110c64f6440f4a42b1c217f704405", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ffdb4eab87d5484ab074bab429de6080", "region_id": "RegionOne"}], "type": "compute", "id": "6ab607621b1243b386e3356c8ba2cd4d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "da749e22bd544176903779386e19d7ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "39b74f7c4e4a456580440f28ca118a76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a7f8355454344d78a52ea08c45bb23a3", "region_id": "RegionOne"}], "type": "image", "id": "3f96047a8a384332bd84344e4c1d4046", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d642652cf5334c44baf6b23a64c10be6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5008057dd3214251a8eb11451518b8df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "470c01e673e345f885860cea9d6f36c9", "region_id": "RegionOne"}], "type": "load-balancer", "id": "bfa64d9e2e1c439cb66f9eea0e86cd01", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "283d74f050d9417b800f9b392558c6c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f794f233d1e42d88b02f5f9dfbd571c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c81eaa0d7d9948b681a0f7b5398d8117", "region_id": "RegionOne"}], "type": "object-store", "id": "9448bbeb552b496e949756ba4c88d8c6", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "840c1f1b2a984c6194cf7b0adb32e21f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aa529786cc7d4c58aba6efa69aedddbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d1da7b8d8a8c4e0ab937a04d9c29f663", "region_id": "RegionOne"}], "type": "clustering", "id": "5dbf8a41468348d1a30e1f0b8a45d5fd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5099a3ec782646258d9118384dcbb8be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a15e5280ce754866bcf78f6f63fe16de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "07be555d84db41aab715844cb0c0ca88", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "57e42c9fb6ef4e32bb2751053821b6e1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1aea01c27a1d4afeb4e3780aa04b5f10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aa3f147303ae4f88bcc14c5b89a9b2a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4c57067381314fcc8d59720218344d41", "region_id": "RegionOne"}], "type": "cluster", "id": "abef35c6d1cd4d42bd1a862593f8d387", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5991d608bdbe47c39b4bff0ac2c3262f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6dbf07ca5f6f4c4baef2432c1d77fc2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "cd9e264e16f54983a3bb5459b79b3146", "region_id": "RegionOne"}], "type": "data-processing", "id": "73982fde015e42f4b62f63c7142db0b4", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0a9bbd85a90644c6bc558e2ead893de4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2532b48747854987a22d889e741213c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d66fc8d6366e43cfb4833a64b336f70c", "region_id": "RegionOne"}], "type": "baremetal", "id": "f977d93155f7405a88d40f065e90c585", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6cceb81efeb343a4b2c8a3110e08eaf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ef598b066aa94a78814b0cd4b70f30b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b49251eff27c414581216baefcd4e140", "region_id": "RegionOne"}], "type": "bare-metal", "id": "69c9e3ac78874701998d46dc8106fbe7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "59dcbb55248b4085bef6c4da5ae482ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ebf50b778ee0450bb6d5d59ae4c38d81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4a8109b567594a0ab0a984c41712fa48", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "3c99e20a2eab4c4e82e29eb69cf0e7e0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "aa11728ab4b74e409b0ab949f9f4041e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6722ebdb71214431852bf322dcce3d1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c2be485290004abb88e812fd6451dc9c", "region_id": "RegionOne"}], "type": "key-manager", "id": "f23bef69bb7a427ca1c1bd054268768f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e4b3365f79f844bdac637849285f09ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "907b24717dca4cd6ad35fb3f82161af9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "683f49a88fee4831a5fefabdcb4e0b03", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "7a316c8b24b44e94ba03f17a7b6a191e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "64936c0159f5401aacb78c8ebef37d75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6377d1076c324f5eb12ac093c59f040b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3785a21849ff424b9a71a26483423f61", "region_id": "RegionOne"}], "type": "infra-optim", "id": "2f0f9167411b4ae680b242f96231b766", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "370eb85a5b9f41d5994eed16e271e047", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7de51a46072e467a916ede6386c70574", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4a58a8ab45284ffd84932a2a67415262", "region_id": "RegionOne"}], "type": "message", "id": "1c4fd4b86ca44a58a80bbe41abbf32b8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "325a5630fd3b44caa83633d7080afae4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a0e1fac4cc364827af6588f7ba337c7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5734aa9ce4024650bfb02a1f8aedc50f", "region_id": "RegionOne"}], "type": "messaging", "id": "947a9d11298d427e93d93ee0dd7e6d78", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "939a3a6d2c8c4930b8da3f051e0c455a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "95ef7fcd2b4b42acabcd7532afd0e625", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "854b2e44d5c84bae828f860750bc5b5c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "de1e6bc69f9948a3bfc8be502184a177", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "726d497414244592907ba4f75718c4cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a8b0eea926b447549d97dc5171e4ca8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "223180f4f45b4f1d87141a7aa554a12b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "098c584be3a442d2867224094c9dda70", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f56506b982f846239651c3db61058487", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2102ec8b022542868fa25f98c5bc8d7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6f42dc160ac74ac1a95076f45fd741b3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "3270c19110ca47299d63bca95e45c59e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7045348776034a88874c1ef3f699e01a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "88840bb6c46d48e9a1b5fa0aa465496e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "db0806be674c49a0b1f2feb4583261ed", "region_id": "RegionOne"}], "type": "container-infra", "id": "6bd2395b0d964f13aa371e1411c2641b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4e0b268e8c5144b6a4b08b99220a3778", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "4d04cf7e86614e3fbf4a8c42c6b19626", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "34a6b5616b984648a3028cba6cf28593", "region_id": "RegionOne"}], "type": "search", "id": "980c7e31b2d14e908ec45fbc9817c7a8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2caa0e0c37f74795b1c08dbdb8dfd16d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "cccc74c7798640c5935ec9ea0a546673", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b94c54f939b946dbb23e997841441f23", "region_id": "RegionOne"}], "type": "dns", "id": "b7c52ec6556a4da192357fb375ff7b7c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "62fefb990640425ab8b3d656ec4006fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e92cc342f43e48ddafad046b50c8decd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fd09eecf9602471a95d3a3e27bf83269", "region_id": "RegionOne"}], "type": "workflow", "id": "f5e745ed6462401296838ed574cd395d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ce67d1b0a66d4557b028e1989c92643b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6ed215f78bcd4446a0871dcaf156a357", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7cf8dc6e4b5d4bc9a0427c24dcd4fb1e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "51a25fc82f554e0892376fd0d5546bc6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "260319998ed347fa9d2658d5772c7557", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "407a6f747f144911b9c9e4171897c597", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "19b0498f1f72477b97ffd25bde48900c", "region_id": "RegionOne"}], "type": "rating", "id": "0e468903558741039e215f91f8acbe2b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b29eb1f184fd40f98891d344a512f1fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4e6ccfe82d944916b67c6bd49d86e1e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2bd2de28314247b6b1cec224219d3574", "region_id": "RegionOne"}], "type": "operator-policy", "id": "52052187900c48018d2f960bc78deb03", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e9ba2ae889bd4a00a59fc4f566a69ef4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4cc66e6d1c99419cade611089802ed5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d6a238e15a19479dab7b6735c6183ca6", "region_id": "RegionOne"}], "type": "policy", "id": "92b59a6121a744c3a57edf4d3b9ee04b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "04f3e811bfc846339eeaeee8754d9d48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "feccaf41dc574827ace2ea252d266d9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a0976b22d2d94477a1bd331742d84889", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "88e6c529696a45a0ba28702653e90373", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b59c38b841f848b5a4066c4ce010543b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dba810b1b0084835b08c85a27da8c069", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bbf5fd12a2624567bcfec30f4bfffff1", "region_id": "RegionOne"}], "type": "sharev2", "id": "d95a8aa81d2646fc9f676df8c924071f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "50a1352fa2df43938b630eb7488dc28d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "21a3d88f933b47f3a573eb0213b0a4ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e42bb15fa6ba4fdca2bd074a8b565376", "region_id": "RegionOne"}], "type": "share", "id": "508b6acd4de14992af8c13ab3078ec7d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dd247abcb45d4e6f91a91e058d017dbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7e557980bdb9468ca5a4faf60f5be12b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "fc49a7471b344eaf87384f74cbee0504", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3eefb08450c94502a015189f4b13d997", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca7bc358ff57483ba54f31c3309d4cca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0179b51b96304b46907b31c0d397ccd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12bded4624224a2ba95d08e97d38f11b", "region_id": "RegionOne"}], "type": "orchestration", "id": "b13a5a0431894133b06e7c1c49769659", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6b158749dca4b2a82afcda130e03353", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a295f5e652e41cfb9bea78374ba3151", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b95828dcc1741b2a8ae6667981f348d", "region_id": "RegionOne"}], "type": "block-storage", "id": "22421363dbcf4a538ffe5055cbd26e62", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13c347391fa64b3a8271434734385073", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4412c39fac4f400ea72d57faf877d759", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ca0db8193bd491194ee0d0d1f145a6e", "region_id": "RegionOne"}], "type": "volumev3", "id": "3d6039e62e014e2e8fe26dcc534b0a5a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c729a22a358456e96f0485e84c5190c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e8f6e328d4046a0bbc748826201b9be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56174d47343646ca913fba52a3601f7f", "region_id": "RegionOne"}], "type": "volumev2", "id": "1d40717b5cc0416a9cae07e7dba02452", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e66fc5e609744380a71f23e7774772da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7452d01e09364732884624459b5009d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a99f06b8f1ac4ae098ee91f7415885a1", "region_id": "RegionOne"}], "type": "volume", "id": "1d4371891d1f4bbd9ab8ad42609c91eb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96f2dba8948249cabcd0c84535f6d7bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e9fbc30d7f1469c992465e54f9631a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be2676d7c427482d8f0eaed63675b3fe", "region_id": "RegionOne"}], "type": "block-store", "id": "18887c709584441293e3ea185b0a5cde", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ecbd32575b4649c9ae70da99449f0b00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1e2fa6f2506341238683ca3afb9255ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "54499291700b4605926c684338a349b5", "region_id": "RegionOne"}], "type": "alarm", "id": "563ab25bc01a482780ec1081f4573894", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ef30393a2d9448d7b3b28f955eb2f3d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9d07d78c056641f7b11148871205fc2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e26f709c6524471082ac1ef1a480ccbf", "region_id": "RegionOne"}], "type": "alarming", "id": "b67c91853ec44305bc55bf897db22cc2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3029ee27360a4671895739d351950973", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "86d6e2eae45a4251bb2c3522e3955c9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ae65a83158124dee988517a6e065d0c8", "region_id": "RegionOne"}], "type": "meter", "id": "cdfdca63daf944c1aed4e1d72c81c8d3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cddba02ea85e426698e3c26a4d069e5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f59b2b7d8f884b1cbd1821904d79a6e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "84451762e7034f8196269ab4767ac38f", "region_id": "RegionOne"}], "type": "metering", "id": "9864293bf5df406da0bc9a340ca30e3d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c23f221d57574e2982a5ffe2bd6c8226", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fd5bec50334c4488923657aa7042a166", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9bfcf26a92514cb49a70ef75fc953ce8", "region_id": "RegionOne"}], "type": "telemetry", "id": "57d490554d034206a47a87be4ec63265", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "12ba2a5071c04fc6ac8b5f73c0a344a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f543859581874753a4d1e5ddb0462aa2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ddee11d51396488c806b79cb48bc3892", "region_id": "RegionOne"}], "type": "event", "id": "88ff620164c447b3ab3b12cbd94c6f17", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "31505623f4674902b4bdc6adc5328743", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "91ad75cd5ef84f0aa5d7a73b0af55d60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ff02f650f4704b75a7e1a92e296975c8", "region_id": "RegionOne"}], "type": "events", "id": "54f864a10cc44ae59adea92848cfd0cc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "85cc0c9187154e5e9bac9b8dd211bb41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d8cc964ee5a64ac2867541a93ecc8ba7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "145c1c77dea14294bd98a5537a56c618", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4b6bf519980d407183c5f5a1bd47caf1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dfd05737e6094d89bca0dd0a83e7912c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b39968745fa8478cb65b8c17d4bb56b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7c98e3231bf0438b822684a4d62a0405", "region_id": "RegionOne"}], "type": "application_deployment", "id": "7f7888b97b414dffae9d1cf38791dfb2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4b70c8f2e4ff4845b615dc31cf6a58a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8afedc128447436d95ac94bad76d7824", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cd12beb18e0c4278b1e276b032d376d5", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "20efb3a4061a44f390f6a4f95da21cff", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e6dfef3d7a7f497189a008bdecc6549f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "446893eb498c4a91b5df3ca994726d3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e0a56665145a4e0086bc9265e5824ef5", "region_id": "RegionOne"}], "type": "tricircle", "id": "40601972cce24f3382b704b406ceadfd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9a6b81cca5634164989067bc0392fcc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "34774c6a52444402a6ab907580d010aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "cd509df9db7a43e08b2f7fe343f9854a", "region_id": "RegionOne"}], "type": "database", "id": "ad5447d9ff9e42deb4837d764f2e4e5b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3ae5d7f60e0140fa8f0f296f38504281", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "70194be3239442cb9d81ffe9a71598c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "23e50c3aa6894948aad84b661d4ab15f", "region_id": "RegionOne"}], "type": "application-container", "id": "a0473db922db4975aa2dc9770e1cef86", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5e1f7341285149f08a8df24fa741b0b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3f9b44d55fd644fea9318bf4879cdeab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b90890fe84ef40ba8b977575f2d87950", "region_id": "RegionOne"}], "type": "container", "id": "ca7e9392cfe7495390c4d7211f93eb93", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "83f0d6959fb54b01bcf1eb471c95d05e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d0bef5c9a42949c7b2f34ae98bc4f965", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "388f65286e8e49279c9d29d2e57f97a3", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "81d6a7dfe90e4908a9c8063fa488e044", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "969bfaef21ae45f5a749b822436c55a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "742734fd12b2427c9a8732b24c7b1775", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b1ed205eaf2d433bb9663b7b775fb757", "region_id": "RegionOne"}], "type": "rca", "id": "1553803b113a4f99b78e789d304942d2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "cf649117bfb84d9cac105286aac29616", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8e66c47c7a2f4a259f41e2deb8bc59e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "419f42ae2d1f41a2a8696252d8237e91", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "6cbd1c011f40447aa8ad28d11049bd4c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e38af7db671f44f2b52e4353f2daf1bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ae3f8296bf484e1ea1b25aec6a113234", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6e698cae421740c2a2aa5dda6f745695", "region_id": "RegionOne"}], "type": "network", "id": "da598054299a4c168b7267a6d1d2f0eb", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "515f6396e0044990bdd9b34d66b6a49a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f69a7e8c42734243baf83eba2883efb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "226f4593cc664a38ba4a0967d6307fc0", "region_id": "RegionOne"}], "type": "backup", "id": "8db5a5bda1ce4b8284fffa781185f335", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bfcb358a4ba4458eb2c606a4ff491b8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "969f0949452546a89e5e2ae95db43d8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ffb6427501fd45019f80e56a66bb3a70", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8f112163ce32424f9017580012f633d1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a80d97d2122d46ffac03b7e23f953a39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0910d4a3289a4c08a4d2c7da4e3c8882", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "94429664766e4f87a161a8abbad310ec", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "39c2584d05714a708ab52b051d4053e6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "81fef239248147d19d22db0b81f5b82d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "540a688d44f04fdeacf2e2deaff4dfde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "d1ae8b0c068340519b92490a7c2698c0", "region_id": "RegionOne"}], "type": "monitoring", "id": "65c9ef39e0ec4cf488a430d85d2e953d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "74c5099b7ebd4f4d8039fb4c681a71e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9726a7973ea149b7a51101aaa461ea28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "220a95b90de04319a6bf01097e16c2d5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ff45b584717a4e2da83ee3817db1c0c0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "583db375c4544bf78c6b266397be8cbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "aeb7fbeac0464afa8b9991f41f38d928", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e1fa81e69e564bf18020fab881ef994c", "region_id": "RegionOne"}], "type": "placement", "id": "e51c274685d9420ab65dbcfddd273914", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "60fd7dbe507e49bea9caedbbe4b09b6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bc4e7f8e896c4e779dd194853d9a30e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "64a0ed8c4c5643959652b1d2418ae038", "region_id": "RegionOne"}], "type": "instance-ha", "id": "6aaf92bb688c47bbb4778b9e91af8d78", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f69aeb42e5334dbfa5a7b303616d12e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2c336687ca12433b90ed46af94a3b123", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1cd7e1298c794246b47d00949bae2ed7", "region_id": "RegionOne"}], "type": "ha", "id": "456d0aaa070240d1bc1fed11f5f67e8d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "90698ca2d5a04e4dadfa22e8e91007cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1beb5cc421ea416ab4fa6c86f661c565", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ce957af1aa694f9292be53e5c80a06c8", "region_id": "RegionOne"}], "type": "reservation", "id": "6d67fbd52e4b4c019a10606d750474bf", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "648e3f659da44a70be127c2ed1eaf434", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d63dc3c77b8548f2b70f7c79a0d62aa8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "443d580bd29b4cd687caf03e70f16a7c", "region_id": "RegionOne"}], "type": "function-engine", "id": "ce52eb0aa9cd46fa82d2033b1c75c8a1", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a8a2fd8dc7f8428f95cc55f8f7f66ddc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0433ef65e491438fbeaf596d6cbbab14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ce061de302154a04bb4a035ab5b510d1", "region_id": "RegionOne"}], "type": "accelerator", "id": "7037fa4cd15d466dab3999cc39f7dfeb", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b187c01215364acb942f6de85226bdf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c0424a2324a24cc48da5bdd02e547845", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a2d3395591c34536adb812f036a6439a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2ebfb4b38b5545b3a1f1ef8a3322e619", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d842135639c9453ab0520482ff244a8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2349810487ce48a2940ae52ffe04702e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ae214c1790bb45cfabdc983465bffad5", "region_id": "RegionOne"}], "type": "registration", "id": "69eecb756ee640d1b4a5b661cab375d9", "name": "adjutant"}], "user": {"domain": {"id": "86121748f28943acb320f9326506b907", "name": "c97c7001496c4f95855535c0515282eb"}, "id": "34bb444edb6641f792dd88e630da674c", "name": "052e455898934d7caf3a0bbaaa73b816"}, "audit_ids": ["935691c01b7e4a6f984df9bc4e7ae99b", null], "issued_at": "2019-09-19T09:04:44.035791"}} 2019-09-19 09:06:44,210 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/security-groups?project_id=42" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,216 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,219 keystoneauth.session RESP BODY: {"security_groups": [{"name": "neutron-sec-group", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "security_group_rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 81, "port_range_min": 80, "id": "1", "protocol": "tcp"}], "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "1", "description": "Test Neutron security group"}]} {2} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_none [0.063784s] ... ok {19} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_verify [0.099690s] ... ok {18} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_keypair_create [0.058717s] ... ok {1} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_receiver_create [0.061865s] ... ok {24} openstack.tests.unit.cloud.test_volume.TestVolume.test_delete_volume_deletes [0.299148s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,853 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,858 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,860 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,864 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,878 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.789246+00:00", "project": {"domain": {"id": "61c7e7ebbcd74ac386aa629859719124", "name": "abee8cb6873b46f0bdafc098555ca7b1"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c766f1ed64c8423c8913b846c939f271"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c06ea841de1a4962b7655fb8f418636b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d932cb4f27bb4e138bf4814f15caa8cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c517ae3a64df4120a1cbd0d056d35da6", "region_id": "RegionOne"}], "type": "identity", "id": "775e2d4788f84592a059c9573dfd8f24", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6c5acd9090114b438e1aec92f2781829", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e4c134c451dc4850b9e2096df6d3208d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "92aeedac14fa40619701728b2158aa91", "region_id": "RegionOne"}], "type": "compute", "id": "cd52479a43074f9caf94e87c1fae8e2f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1b816959b0ff4999bc6c58d28843513a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "8b24fbd4f80c46e48b5416e05f4099c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "318c0cb09e54442e8392bb9e2299ec01", "region_id": "RegionOne"}], "type": "image", "id": "dc5d00808a154df1ac8a0b7b98a96e85", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1d03b36bdbc4448bbacd16a553f4c51f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "488d9be5208f46b1b4f2ca3c3c5e7338", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "68311d14ada7462a82b499db40676f07", "region_id": "RegionOne"}], "type": "load-balancer", "id": "831a1bfc31374de19e56b2baf58e50fd", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "423eeacbcf62449f83d23665d2f88254", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6505039de084b24ac4e8b0fb7bb2673", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5faf00e214b408f8a6cdd659646ec75", "region_id": "RegionOne"}], "type": "object-store", "id": "3802a0d02a4a4109a5f8635159f6e921", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8e81ed3c288d40c3a7605c6caa9f9990", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c10c0bdff5fc4b87a2af60c8dcf4b43e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f4839ae1c1a24949a0572a10d7d82756", "region_id": "RegionOne"}], "type": "clustering", "id": "71262531cddf45b1b22b01ed90570c04", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c56c4ad3d7d04544ad5c3e219dea97fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6695fce64d12431887864bd84ef65580", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3ad1d95792bb446bb4be5363ceec453b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e85cd6f6c55a4e9796394a42ff568bd1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7becdb870a254f989eadf2832b836688", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8628b3540c85422a9d679f1173bd5157", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "61e088a91de2488a8b8e6e897cfdc802", "region_id": "RegionOne"}], "type": "cluster", "id": "d2d4ef6b34564ebd944819c41bad761a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1fe84bcf9ee2430abac84268364130a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "25cd32c63e8445cb90f69f5cb4a22880", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9a7dcf4b620d4b0e9d7cdb264bcd8ac5", "region_id": "RegionOne"}], "type": "data-processing", "id": "6b999bf1907546de8ba3c680cf5ead50", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5ca290dbc306455f953165da4b399e19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0b9982b726bb4ce5bf6f362f6bc7d8d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "02f5a23cadd74994960e3fb4591b5537", "region_id": "RegionOne"}], "type": "baremetal", "id": "005cb3e2891646afa3011bf53197b676", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "263b36ba31744b1bbb6dfbaecea537e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "96a5e34c3f4c4f41a7006e1cea629914", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ec09743940684461a1f98fa1da7f8c24", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a402ee7f0a214ab394b12edaf5481594", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "266dc7937468426087c3de7e85a98bd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c263a24c8c0e4a14999c744b3b3a8026", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3d790bf0b8f640ed94fc82299c3be555", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "54b7d142479444989425943701df165c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3edfa2bf32754a5c920e625e2291f007", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e21cf87566334baeb272f888a45ba325", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "eac26501be634326bf1e02cad07f0af2", "region_id": "RegionOne"}], "type": "key-manager", "id": "ecacec8db8244c40afc5a530e36c8a2d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ea8df21db9924fe184741e871b836303", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1f048742a17a4d3eab3c0f4fc559618b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4f97a47924e24e5e8802d95f6a1394e4", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "998d5ba8b05c47e892d8eac5b3cd93a2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b31da7b1bc1c4ba1915d2f8e12289f36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8bceb708d227427a89fe6a746d99caab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "be51658fd5e14868855a62bced030f52", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a6b8bf95e2cc4f92895f573fe2dad78b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "47a468bffeaf4209ba3773fdc7d25e82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "20e8c0055f6e48a7ba542835f8cc5e16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "44d11366696046e9947e427e0be557e3", "region_id": "RegionOne"}], "type": "message", "id": "4342df19943c48a7956e6bacf2300933", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "decfc013e35f44f5bb822fc11a7ea70c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d6bc9ed1daa14f3abfa9f5f48137b57e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b64d763b6f894f6891ce80a6eddb02e1", "region_id": "RegionOne"}], "type": "messaging", "id": "4d5758f089e542bb92caaddb9233815c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8c49dfb16921458eb73664b315d2bfb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a080ceb145a64433837295f5e86fe26a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "cddc7bde3a9741efae1b5c47595dbd95", "region_id": "RegionOne"}], "type": "application-catalog", "id": "87682580199a4bddb06e78790041716b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "07a1112415434b0d8943bc855ecf511b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ab3d60dea21e44f3b234ccb24133d9f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5293f89729924228a34bf75e05d1f79a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b9e2a9c7939f47b5ba90325e4deebf71", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4d6f8fd60a9243cdae679366854f1182", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fa3d5fe000bf45dcb218ddc8b89d45b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b52bd6a35fc04dfdbae9076a429de70c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a0008574f7b640d2a03d95a944c65004", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3a9f6d955e7443be8ec434466c3cd433", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "333ac5a890244488b733e6f74e0ce846", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fb6d3a9424e04306af609417a7f2f527", "region_id": "RegionOne"}], "type": "container-infra", "id": "a82d2c26e1f44953838f88f4e63fa5dc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "678d7ea44c0443ba9fe66c94fe6eb9aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f3d5aef3277e4e12886d72405034a5fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6142e3bea6854cd2be955896bca7d307", "region_id": "RegionOne"}], "type": "search", "id": "9164ede094c642549fd5038d00a5fd49", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e87d512141b84e099d5e8f158d1a751f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "49dd339fd188459e9ddaec2c964bc932", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f587b82ee6904e5bbc35f67de33d0e78", "region_id": "RegionOne"}], "type": "dns", "id": "3758ac9f89494d1cb2a4715a5e1de13f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fd24241c7c694c4388c958c4785aa567", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "30a1ea72383840888da1430eb9fc5f10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2c13e98207dd44228465962135a4149e", "region_id": "RegionOne"}], "type": "workflow", "id": "878ef435aa0b4db6befad0d03a9a7c06", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0df34e16d9f547479eb69ac694f578c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "97b3ecd7e3af45138ce2aafa2b8b4a4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1a28eb0fd5c344ebbbcf7f955809bab9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "94c811321c2d4e708dc0a5c14bebad42", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "872309761c9743559599e9f5116bba31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "cddfe381b60c468fa498a3af4961f111", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "db804d10508a4388a1814a7f05495cf9", "region_id": "RegionOne"}], "type": "rating", "id": "e47c3d96e16d4b218c59699a32671c26", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b7c45a61c9a4481f954d50e7888dc392", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bc0a77984bb246b5a4e045a26f14ab24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "681f49617ee94ae9b9320b1fda12ca54", "region_id": "RegionOne"}], "type": "operator-policy", "id": "abf95f612d354747ae4859b0f0ef0ec3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e8de763ba73e433d8219c0458f8aa6b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "833c947dbf0e49e08bd933fb8c4fb25a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "16e5dd6318084e4aaceabf572d6e20bf", "region_id": "RegionOne"}], "type": "policy", "id": "b5b99a39ec024e9db87d49f9f7c9336f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ab9120d05a854e35ae098a807104d5f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "72009eee7099489ebd70413527e68b28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b30bda1541a04d6fa30c42b392754c41", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7b9644c2da314d49ac1936a1763153e9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "362d75691a114f2b8bc2e427279a31ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5b94f40d7f3740b797e8df22b9a7e7cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "85db144562fd4ae5b0f94ab45f229082", "region_id": "RegionOne"}], "type": "sharev2", "id": "8913bb19cae24f54b7b6aa4a7a3fd053", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fc1be9ffc7c4422e96c982403752bd8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9fdf69b8f29e4c679f5b92cbaffa2e85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ed4f48105e034810996fbcec48070d36", "region_id": "RegionOne"}], "type": "share", "id": "31b03b2bafb4480d82646dae867ceda4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "62bfd6e314dd416ab43f3f964067c893", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ce010cc01860484c99206dbdf6f91c5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a357d692965948d3b020a590f33e6c8f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4385387f6d254fbb823de435b3147d05", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ef5d5cd53a44a85aefad7f4653b90da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6a60f8eeb4e411aad6c205c76bae1ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1837169d85bd4e8e990125eaf1557fc6", "region_id": "RegionOne"}], "type": "orchestration", "id": "aa21395e97994752aa267f51ecb1d929", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ffd0e1cce7d4c12b1b8975b9e80bb51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52eaff208e5b48009b3e4a9ce5977b54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65722be51f734bceb701e6404c735790", "region_id": "RegionOne"}], "type": "block-storage", "id": "4b83bc00a3a04a659047de2386729162", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c870028dc9a34e82bf7061066c112e88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3912f56362ff4add90efa613ce3aaaab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ed92d2a51714831bf15136ef97b9092", "region_id": "RegionOne"}], "type": "volumev3", "id": "332acf49a0f549b7b399e240ba256c2f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4eb585a5ae5249f586d236d1a704b3d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "233988c27a50418eb506c1477925a597", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67fd5cd3692a422dbc92c518116b424b", "region_id": "RegionOne"}], "type": "volumev2", "id": "f8f09f0f297e4ef6a4c4620198634c41", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1555001e430473595dfcbd7397aa38b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "223c833445804e33b51afb31e53396c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1a35dcac5b64b99a09dec5545368f07", "region_id": "RegionOne"}], "type": "volume", "id": "e3d184c8993140d0a76758aadc90a9d0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1e527b7c8ae4995a8fd7343c0b18f37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f14443a5093c4a3cbd31d474442beaa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95f85174c2e34abebfc0599cd2655035", "region_id": "RegionOne"}], "type": "block-store", "id": "447f1f1887aa4c04a59df859a4ffab8c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bbd1c6c3fbd149cf8f3268f8ec107c4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "60a2bc472e1f44d5a38b816ace59acf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a21cf934684c44a69a406baac7e3de72", "region_id": "RegionOne"}], "type": "alarm", "id": "a94c2bca170f430ca72247313a1a4a7d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7a7b8b1b11584bc4a8090525a530a11a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dbd96f0598a54d739161346224f71cea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "72efa1d34d544ac29c5dd1f126a27bcf", "region_id": "RegionOne"}], "type": "alarming", "id": "a2ce7ec0ed1041fe9e6dda93ce3239a5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "276a5309e9c04ba499b6e49988f2cec1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "58cc7e935c204803912a3ce732c845a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9dcd33a1fbdf466ab1e7ffbd9f573fa6", "region_id": "RegionOne"}], "type": "meter", "id": "0b229e6c21e24e8f8c9913a6536148e0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c6b1774aaf024dc5a16738481474f964", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c0c6bb75568448f5b2167602d5c33ca7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "53902a495eab4f49ad4d87158a7f2e7c", "region_id": "RegionOne"}], "type": "metering", "id": "d30e68b727e847e7841ea031cd0574d9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b71dbfcd6a394debaf8240c7c1d627c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5d9bf1f8cb334097ac092664748f5aa2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b471f3c0857a407ea0bf3b52f6e0e77a", "region_id": "RegionOne"}], "type": "telemetry", "id": "9ad675927df64d15948be8c8160535c1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "557f9f86b53b49d181329a3e9cd22841", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "08134621c3cb465ab9833b1a7191d898", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bbbec5e5705d451881d4d5bc90313280", "region_id": "RegionOne"}], "type": "event", "id": "229129b15958451b9f0b19bc3b7b8fed", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "02a224e3500a43169d27267bf8b3b536", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "baf9a4e7a0a6435189918ddcfbd20c5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c057dbdce4584e319e2ed3abcad08369", "region_id": "RegionOne"}], "type": "events", "id": "4a545a68093f4fe3920c01c0524cab12", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9021e1ca454847b09606c54d013068c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "91d58cb759e849778feb6071649a381b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1b15f72e6e6c4d99b2e70e91a0d4fc9d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "40a5704630ab43479d1671b4490e57e0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1faaab928bae4019b65ed252d3486e08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "94975e0cb108428a88ac2a9a41a800bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f2b80a1f760d45e287871b791eae47d9", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5b2ef691753f4a319edb64f2f1ff61a1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ea45eff012584fd09b32af36765651d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "832435b86d364d8da0ba7190fc2acce0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bb006a6006bd41edb31f1fa76c67fc0e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "754396601e63429f8e49a58f5f61a304", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "522e185a0c45465b99a4f502423c243e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "103798406a0d4e639e55fd84908b14d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b497c68d41ca4f598b3ff1be04a34453", "region_id": "RegionOne"}], "type": "tricircle", "id": "bef6aefcfa624755b7edbde69fe951fb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c652be97856e4c3e969445bdee283ea7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e87e6112db4242c8b554b587149765fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "9e6d7d228ac64b2882b09cc349eae279", "region_id": "RegionOne"}], "type": "database", "id": "5be344e71235404ea83ff02623c74983", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d8b88bfdbe904fc4bba9d50d6dcb31bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "37ba518cdc6348b2920c004392f03700", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c2b67c57bc9447569a2246231013bfcf", "region_id": "RegionOne"}], "type": "application-container", "id": "b2d102023eff43f6b3a19cef868e174a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7aa6187bbc2d40fbb78967790c748832", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f9fe551168fb406190fd848880b56702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "00bc290366b74538b01df82824babdfc", "region_id": "RegionOne"}], "type": "container", "id": "33b8a85f264841198f2dab973f5357ca", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2025d5bff61d4252a20db3f9feeb622f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "74d173664a4a4aa4930f56eefa906ad9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "28d246589a6a483e99dd167f640d685b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7a8200749a00461e995a71143486e195", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6c631cd814a54bf99623ef2a0064460b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3e82821f9e6d4cadad1de6333cf876be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d35c394247714c189c664e71156bf09b", "region_id": "RegionOne"}], "type": "rca", "id": "719b41e80971432e8c7315eb569639d9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a52d91086b464b57889533effb3f84eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9847832b6c3f4b38a2545ecc1a7fae61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "55aeac4a26df4d2c8399a7ff6f5b47b1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "bcccf53a17a14167ad7f40fbda8209eb", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "259c35ba28f3497288c9d56d06105a0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7a7cfbf0e2044b7284d0c9c10de410c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "48c3b62097c2499ca10267c4a1704574", "region_id": "RegionOne"}], "type": "network", "id": "cd837bc3fd684abfad42614a172209d0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5c7e4f8f5bd447268c9f316daedd01b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1dc35d3b1801478bb8102ed4ec97a028", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "95b1347648ce40d1b85597e4d1bde5cf", "region_id": "RegionOne"}], "type": "backup", "id": "f25bffcde7574e159b159d296e219c7e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b146d0dad0864b9f888888c0e128c81c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8c236e104a4447e8ba7c4ff6038284ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4902767280134d328e66bca3f96842e6", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e22d822b69a34f9b882b7c88b7dbc3bb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0b225fbeab5d45a3b763f98317d018f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4b0e7ddfa20440fa915947af2e899ae3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fecdc853d602498592b13e6806bd7a8f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "882cd2d193f240efb8ea8aad87938125", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bc8afb75b26b4a3fb6988b7c1b0aa2b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a0b297f1d6044c038ae0f978ee005f73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "93099339a80e4a4ea575413021214f76", "region_id": "RegionOne"}], "type": "monitoring", "id": "32aa66694fc14430a96b60756839d818", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2c448268b24f4f26a83314156d7315ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "39e425f9e3714240bd4e19e8fb8a96a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "31e11581c06f4c798cea03491f6ef64c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "0d3d34c179d449c4bf2eafcbb7b20928", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "52bdc691e4cc4b098f1d3e6574935a83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5c76283f0d6543e59cbe5da2790fa5ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9e074a5c3d3d49358a03d6cb7c630efd", "region_id": "RegionOne"}], "type": "placement", "id": "83ae962007f24dcaa9f77defd21cdbfb", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "020a3471daed4e28af2b5a1b0db0d365", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "514de01ce4af458a841534d7adab3f4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "49e73ad3ae654e779c1bab3652317d1c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4bcef998d29f41c4b9a5c68871cca062", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3fe4feb1252d40ba95a18d80733cd0f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "723cbbffae1a4cb192faf171aa9c08d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6982bf117e794974a1a2bd7ff01da4be", "region_id": "RegionOne"}], "type": "ha", "id": "2f5e99c13cce411e96a43e1a567085d6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b408ae2d423b461c85e818c68f843564", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "49c39b6289664f678b635aea46acd92e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7ccfc091be4d41099513219aaa1d07ca", "region_id": "RegionOne"}], "type": "reservation", "id": "acb1575bde404c64ac9f3f4c95654463", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "975751c2a50b49b4abcabefd2c8ecd36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0e7f0be4d9e4409b9459bbdb1c29bd04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b5cd5f822f644254a0d490975723908d", "region_id": "RegionOne"}], "type": "function-engine", "id": "2c17876f6f8248dabc1f90619215ee30", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "14916e9c47464ae991ac495a90d0cda2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3392e9aa175e403d8bc0860bb74ea039", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9f5136be2bcc4cfdb7a934a7b5dbf38a", "region_id": "RegionOne"}], "type": "accelerator", "id": "cdf173b1968e48cbb191a47a70097910", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a57c14d113da4d628130a3e0eac88322", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4165e999ae2b44f9a9653199579a1aa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bd53b841d5d54ea2831e80c6aa7f65a2", "region_id": "RegionOne"}], "type": "admin-logic", "id": "32b42b0325e347fdbfca4c3e413b95e3", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c1150fa1face441d84a663a7e29e2d4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c400b5f7a475481e9b099538b3b9f655", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a90ff0c29d194c66b31b5adfa67f7626", "region_id": "RegionOne"}], "type": "registration", "id": "3cd42fb07f8e4ad18b893ba3adfae366", "name": "adjutant"}], "user": {"domain": {"id": "ebe57de10f1741e0b1d5bc56019699fd", "name": "650915f6397c480faa8dd4a1274cc74c"}, "id": "80250eef177a4e7c8a7b286cb3bf5a0a", "name": "2bfa2f77891e4604801b652bb538f6e9"}, "audit_ids": ["c8be8ad4aa894c3a9b762b2096bbf23a", null], "issued_at": "2019-09-19T09:04:43.789246"}} 2019-09-19 09:06:43,967 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,972 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,975 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:44,017 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,022 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,025 keystoneauth.session RESP BODY: {"volumes": [{"status": "attached", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume001", "metadata": {}}]} 2019-09-19 09:06:44,047 keystoneauth.session REQ: curl -g -i -X DELETE https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/volume001 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,052 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,073 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,078 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,081 keystoneauth.session RESP BODY: {"volumes": []} {3} openstack.tests.unit.config.test_config.TestBackwardsCompatibility.test_set_no_default [0.148336s] ... ok {27} openstack.tests.unit.identity.v3.test_role_domain_user_assignment.TestRoleDomainUserAssignment.test_make_it [0.061566s] ... ok {4} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_both_user_and_group [0.304611s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,026 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,031 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,034 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,038 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,053 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.965496+00:00", "project": {"domain": {"id": "e870ba389b9b4d838e374c8bff867eb1", "name": "de42f8126b0346909ffebd17c4f0ba34"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "cdea202a3f0b4bb9b67a649ba5cd46b7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "26171751bbcc409184ec0fe289fc08f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "fc3bed6940cb411da37d197dba78fdb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e5678da38af8480a87e66b0c401170f4", "region_id": "RegionOne"}], "type": "identity", "id": "885b4412039341048cd5a724da55358d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "30487ad2df914672bc40fc8d4a2eef23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b66cffbe16314ad6935a014633a3e644", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9eced11c0b50487d849f1559e057efc7", "region_id": "RegionOne"}], "type": "compute", "id": "b701143cddf648b090f62471880e034a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "85b16c163b194c12b17531852f8e0dc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d473a90683404a7fa89b2aba2c21357e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "5d6a2cadf59e4d58ad9d63b89460cf4d", "region_id": "RegionOne"}], "type": "image", "id": "86323a35d2e341e2b6e71225d91161d4", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1ef1f4bc1ff2437289bc96d77cd25912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cf774a63467a45358243814b3adf4e57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6cc7a2c5203c49b7b0c6e8c9f43ad1d4", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b8129e8d39ea4015bb601547e24e35d3", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48c09cd833224dfdb7d6eb3528ccec55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bfa6e182b004fa1a4e947374dbde94e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6826653ebd2849c580272464828eb13d", "region_id": "RegionOne"}], "type": "object-store", "id": "964dbe8dacb1405482689a2199b0aa5b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dfd1efa4b619464098f71e240ed252b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c9facb36cfed41b08f94bc4225f6ccad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "61473c62c4d2404d9463cca276825f2f", "region_id": "RegionOne"}], "type": "clustering", "id": "882b85c2e4e74dc891d47df8271b5b8d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cf442a817bd7499b941dbec7994de3ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "db12ad81064146579c941fe64999c610", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "570795ce1f9142af83f208c436c79267", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d17361898c3b49c78d728c3147843338", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bb1bc09b9c95487c867620d0b3a05d70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d41421e9a6ee41c9ac4d6189aa0975a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4e10c723fa1b455bb97b3539a01dfd78", "region_id": "RegionOne"}], "type": "cluster", "id": "c33c016d53f845e8bad301a94d421829", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "246386dc18e746cc901af5d73d02ab88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "89aa720272424c42a24fcf7ff4e561b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b53336e6256549b3a347fa79f1e1d1a1", "region_id": "RegionOne"}], "type": "data-processing", "id": "2dee219bddd4466abed37471af310eb0", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d14bf8247f3c4f968a0c07da330253fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a025d59812c048cba9748b48226edc5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "31ce2767af5b484db1cf1580bc253bca", "region_id": "RegionOne"}], "type": "baremetal", "id": "043b53a2fd0b42fb8a7610fedf4395f2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "69dad237ff484927832a5f4e1ed322cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9621db7605a34096b9bd03c26f5b7716", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9b1e3d3c881a470dbe121fad85ee5c45", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f5a047fe2cd34303b158a4d045603a18", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bd6d23119b264e06a17db47e0b22a5c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "31a1e440392f4f8d884aaab5922e6a66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "28a96be09ef84595a97ef58a94c46f05", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "dbe304eb442c4bfcbe064d759db339e4", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6ff51f5fd40d4b03bcc2a6f195484033", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d0b47e11939f4aa9ab222c6dd869000d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4cd90bc1bc65456ca8eb094c9b8a76c4", "region_id": "RegionOne"}], "type": "key-manager", "id": "5126c1b74d7e44868baa94e70411d69e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0cb24df8b9ca4bc59a304127a2763046", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dc73e1178b2046b79af3bcb37d6d38de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9887ba1e5e1d4759b3d125d5dcabc959", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "49e5f433c48d46b082e1faa2a2654d0e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "460ab67623784481811ef82b75b2b685", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "99a57debaa5e415190f76c5843ed30c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "eb438b248dc643cbadbeab2b9627ff15", "region_id": "RegionOne"}], "type": "infra-optim", "id": "212b0dfd812943e5983807d1d83fec7d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "af8e37707e424de48bf201f3b69ea69f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "85835e63b56c4f21acfcc677d83e848c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ed6027ab8a0d4c26abba51482355a4a5", "region_id": "RegionOne"}], "type": "message", "id": "81772f00fa2a43bf8deb85c80bc4b49c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8cb8af76fc674abc9f6b79cb29331c2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "25ff447e8fae4cf181a0f71d9cc62a56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "75837606b3bf4d16bf48ed64b3dfa993", "region_id": "RegionOne"}], "type": "messaging", "id": "3e509f4d39fc44dbb411c93187f5d0fb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "867e80aebac049a98d53fedabdd8c20c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "bf8385e4dd6e4f36ab44dd34d56200ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ee00c87ca20740759d864848a9f0c52e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2304545d489140a3b48a57c27fe18654", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ab89b5074c524adcabb843d353a891c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "61bcd24ac67d43af92dfc17f75e0f6ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fbd0c2f049654adda76a1cbf49ad3ad9", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1d80818170894218a26012acd4a6d93b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4a85fd2258004209b9de0b3bcb356cc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fbb4fe36c40d434bb355e4a15d2ab326", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "15e1992ac39a4b8bbd6017b5cc36a45d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "df8afcbcebd44a3f944aa53e0ceaaa4b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0a49970407df49f38b86b4118c58babe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d29edfdb43f844ba92a8f925d38da788", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "89c7fc5c559743c2aa965d347363a4a6", "region_id": "RegionOne"}], "type": "container-infra", "id": "35adf7cb110d4cd683246000dbfd8058", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "9b6ef19cf7ba479ebd38fcc66b7e36af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a1fb5e7664bc4c2f969eca7901a0cf4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c27f497538064751bd580acfb9884e30", "region_id": "RegionOne"}], "type": "search", "id": "ae44401b1da340e698a00f2dee01954f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "721bcf2e4bb74a18a187b45d59a17430", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "87b00c1cfaed4dfea94738ee13443867", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ed31e1ad616c4ad8815a3433f33cf484", "region_id": "RegionOne"}], "type": "dns", "id": "4915c563e7834a6e8395ce9039b37c36", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e07a5023a0cc40c0a8ee9c59bc1cffde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "023e88c4782b4e5e82fc168e44f1df2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "577f40784b264c3fba1c7808f482c0fb", "region_id": "RegionOne"}], "type": "workflow", "id": "78e81c2341cd45ffb7112b410c396232", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3f1bd0e1ec1744078059e84a8dfcb792", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2cb07e68936c489cbc833e440907b4bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "677b1f1900074a48a6e5e4ae17ae7324", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0e57720aa5914b8f8f67911b29f658a9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2b9be5d2564d49df8843d4a59f5466c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0b936a53af154239b702af418045f2e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a0cbccff320d4193856f63551138c99f", "region_id": "RegionOne"}], "type": "rating", "id": "e0d1e91109f34ccfab3ba3bc42cb3493", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c4627f570a694444a80a29536acdc0e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dbba693422a74a0cb571192f1f7fd2f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6c5cbab20e8348ec8fc9f57ac216d5d4", "region_id": "RegionOne"}], "type": "operator-policy", "id": "b403f81dae044a8ca0b15a61d0554c60", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5f1c7e1a6f134153afbd4c9ad9371c52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8ab2ecb7bec940e2af266cf321db8bd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d050d13adec44b0d9841fb1a809bb59d", "region_id": "RegionOne"}], "type": "policy", "id": "cf83ee45c43c46249843c41ba3b8bf80", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8dea5b6d17164d2c8d09b190d0d2f0bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e18cfc1a168b4907a90e5a30fa6e45ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "384cb3d0f1624afaa412d2807a3c19e9", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "78b31a37b16a484dba6c3c4bb715f80d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "52632449cad6422bb943a788a36d979e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9fdb0e3c44e545a18e554a7ec9df0a64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d155b42ce87b4fab9dbe9c356c421453", "region_id": "RegionOne"}], "type": "sharev2", "id": "d407e51e7b4b438ab843efb0d5f5f80c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ba44b53b152c4106b6493be8aab71f78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cbeda0fa474a44e8b24ececf31606609", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "24be03c3eaec45b18c4fd1563f47ee1d", "region_id": "RegionOne"}], "type": "share", "id": "d077db9ec8bc4d5f9d0e366fb1f56653", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4266fa6f6c8349f19fba9206af4b876b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "53cdcd074cc14bf89f65e68c0b4d3e2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "599858cc1c6f4ad9af19bf6ce72440ee", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "68c415a642c6454190e2b6d620b3ad28", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2015f454f1af4c79827d7e61df204fca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81062d22363a4847aac32b519fad78fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65f6ec0d58e14ad9bfeb8d7433fe922c", "region_id": "RegionOne"}], "type": "orchestration", "id": "ed1ff67635d04234bf8ff8b8fba392fa", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f60dcb3ad8dd4523a576bf8b37e068e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6920f50d07e64d2bac86da232ebffb97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7689fcd25ef34268ac95b0d3e582b8fe", "region_id": "RegionOne"}], "type": "block-storage", "id": "f29e6714e5db44b190ddd83e05160809", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09ea61620bf2480ca9b45cc6d25f7387", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62f8ab8c7f0144b9a064625eb9398a78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44bae5c92c3a494daf9ae25d91c53511", "region_id": "RegionOne"}], "type": "volumev3", "id": "817714f105b4428b905b0d58a244527e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46b69f37d0f442c79092b7b85fb628c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed54963754be4bcbb7efdfb8034169b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9060a52ea2cd4f0890e9c8cd8e85a590", "region_id": "RegionOne"}], "type": "volumev2", "id": "18e31c2f6c204d4cb719389cdd026d6e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a165ddfbc97b4e478fc454ddc3a66c44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e46df9599a4341359bdef2f9e82539f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "806345fa8a8d443ea65cd6b01bc71711", "region_id": "RegionOne"}], "type": "volume", "id": "2078fd6c58d842359c3a16b10f3f9ee1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60adf0a755f9436ba8c56337fea131db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fdb1bdddd9142128f88b3c0286789e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95fdf5ecba244c559c3462d6efbd887d", "region_id": "RegionOne"}], "type": "block-store", "id": "fb7cc4ea189246d1aea5661b381e96ba", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2336ac2b85084888a4173970b92d23a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7ec0d6cd4e3d4f118cf78c7e3cd129ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b77cbc9a1a4c44338e5b18d88198ac67", "region_id": "RegionOne"}], "type": "alarm", "id": "e93c666cb4464e4e810d1d28fda54619", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "89f55c5696ec40eea552ef1292b24f74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c8af24c8ac28486490e7cea04a87802d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "086b7d8657024afb848c6346e569e25d", "region_id": "RegionOne"}], "type": "alarming", "id": "cd1e7ea0ccc84071af2b623ccfedf418", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "14fd116a81614483a27fc1a61c796f32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a1f6e4e580e3448893d382be396c7c65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "460403ff310c437bb8ff975e17e5a187", "region_id": "RegionOne"}], "type": "meter", "id": "61d9c6b4bb614e049e401400a0e7bc31", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9a041efc1cba46c490dbfad2e86ff506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "50acd5a183ee4ebeb3239a9e2f2d2fb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "51a4aa5c26e74122837029effaf075a1", "region_id": "RegionOne"}], "type": "metering", "id": "dac6f30dcb7a414b9d68c0cd44d3f84b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1d149377cf9c4792843737bef5d2d9ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "86ae1228f0d44b19802aa6dd062e5deb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a54517a2f4f24be088ed04b0072bc0f6", "region_id": "RegionOne"}], "type": "telemetry", "id": "12a37e1a3f584efdb2bae66753558bc0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d81355bd004446de806ec7858a6746a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "15c227cfa55e45148c578604bb2899c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "73d1fcbeeeaa4c7e905692d10abbb650", "region_id": "RegionOne"}], "type": "event", "id": "80ee4e652b344eec8e86b810300a0d99", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ad4ec01e36204adcb046ef852a05841b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "914a3a3565fe459cb34ac7cbdde5edea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ecc0eb2659294ffeb09e69afdc183292", "region_id": "RegionOne"}], "type": "events", "id": "4134e476028c4c3b9fb4d7d0a59544c8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d2390547928f4fb6869fa187688d8f6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f933384d3f1340c588a452fbf7249f0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "831b75d9b46b4fc6a51f18db119bd818", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3a3534fc4bab474a9bff6e25eb643d94", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4db4560d75a842ef8dd43b122fcd9e6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4f178d2a14574b7c8ae1705376405f8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a231395e6b674665933428adaf3d7e12", "region_id": "RegionOne"}], "type": "application_deployment", "id": "382cf7eab1704fc88727df4e7b74230e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0b3a833942c74b0b960b05a87abe63e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a72af9a5a60c457798ee7c55fcf078f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e24a87f74faf40d5b81acc94f6aaac24", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "9b7aba045f2b4cc0aee7041bae1bdd63", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d27fe303dcec4439b743f51a81e39c6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "82130858668c4de9b9f0ff154717e403", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ee89b1eae1ff48ac8d7737ee0a141488", "region_id": "RegionOne"}], "type": "tricircle", "id": "219b0eda5c8649fa96b55046726964f8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "3f39b22ffce74d82870a9cdb00ce529f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e42cec6179664606805726d9aa234f9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "385520ad023a4e12b5fa470d33aa6f20", "region_id": "RegionOne"}], "type": "database", "id": "d9965f2b97904f1cac42c1e68ad77a72", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "712b8fe309de4f9383387aac067f970f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1b070b98984f466299dced05bd385bf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "04cc7bd9c9b14874ab807371dca0a687", "region_id": "RegionOne"}], "type": "application-container", "id": "7834d3f555104f3d8823610c61a6b9a0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "73e8dc3ba9674feaa1b4948eae1d9204", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9d955d2dd1be49889ad1933285f591ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "298ab0009408478ba87c19c5a6f08c2a", "region_id": "RegionOne"}], "type": "container", "id": "13e502ece40649fda8d83540a680c9c8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "356ee3f77059440b9b6e0c10bab18897", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f0aaa03774fa4000b7714a61919e197f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "aacf8023f0bf4fe39d0e5ce09c78c22c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "af638228c2744eac9c2adf2d2bebe34c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "015b36f816ad44eaa39a6efdf6a576fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "39a57e1686e94f6db4b09f4e45afefca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9f6f7d1cf0b649208551a8f934b904e9", "region_id": "RegionOne"}], "type": "rca", "id": "4546d3cfcbba4a3a87b14679a3f687c0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "db8286106c5c44f6b4009d885bd0dc4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "601aedd178564ac4a05fd83a8fe74926", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "58f778851b614196b75da412c1655cca", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "46d51ad2ced041a6a7eb8bfd45f22493", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e33605a232fa477091844621aa9ac985", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4d7943dc04f54636933a45a71aaf6cec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "19e51216b5104dffbaa097b2807e5254", "region_id": "RegionOne"}], "type": "network", "id": "0c7bd1ec51654005b255eed6ac33b8f0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "cc1c55b6fa3f433d847437723f24e9bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "30d529052b684ccdb51507dad2ffb2f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0b69917a0b3a41aba445d15550297df5", "region_id": "RegionOne"}], "type": "backup", "id": "eef4732ccfd64bf9876e7fdd66ea34b5", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b96d4826793945858d6672cb2f3137ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a4f12986878f4cee9b16c3eac6779d15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "714524ed6ee141e3bc0e1a2d4fbbcb97", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0b775e6577fb42a080d75030b9b3f3ce", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6fb0b0ccc8354321bba642b6d1ab9be8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "699c19aadc3f484d958f39fd3a5498dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c1001b673c4d4290900a0e671cb31233", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "212117bd343c46cca43c07d79622b5e0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "255fb870f0834809b5b89e485b2ed374", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1a9d1ea80b2a439a8dfdfea471609d41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9f47464ea39d47a5ba6d96db4d228270", "region_id": "RegionOne"}], "type": "monitoring", "id": "4705a4e804b24516a428aa1f9d727688", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fa5bc26c5be542ba8152c0f2259896d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8db256408bb047a79feb2b63276d5e27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7d04f87b1bf5484bb14a40395f14c6f2", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "cc6025d483c146ad95fc8fe9bb5f06c6", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "7e18b69ed84f432eb743b6f67454f50a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "630945cab60a42998f75d75c8dc656c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4b2c16cf6631456e91b8f421331e30b5", "region_id": "RegionOne"}], "type": "placement", "id": "0976816277c847d897749f3428e82ac2", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a48112dec1224574bdd3959431410374", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7d3fa56312e94d17a1978c5c1599dfd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "930d193c52104462a262f19f4312ec5d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2dc9b1d9f29f44599588d3a67c31b13e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6cf2a6163c9c41ce922b8dab76c6f0f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0c5697573ba64a2b8915d99b9910fd1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ada913987fbb45cfb25fd4855cb3fd2f", "region_id": "RegionOne"}], "type": "ha", "id": "e3e1050e078b45a29a8de4fbd1527243", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fc51bfb521aa4ed78a64c4cead54e87f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d1220abdf3074732920e66465f10d57b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "9c5578ab1cfa45aabb5e5c212faddd8e", "region_id": "RegionOne"}], "type": "reservation", "id": "aaddec7b13fa4d45ad15832871e6cee2", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9e3e1db20da04681805a2a5a0c52b7a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a6ca924c9cd644269adf8c6033104510", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "ae78060638934cda92e791cb9fd5b7f7", "region_id": "RegionOne"}], "type": "function-engine", "id": "f66aebc809174279bd38f9b12cfcb69e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3b1859d9ae3b41178daeb2d2f849442b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f1209ebf38694b6f859876ffbcf92b8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "63ddc42940434e6697057182284576c0", "region_id": "RegionOne"}], "type": "accelerator", "id": "5bf7b863dd3c40899bf21abbbcb90159", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "03b70d5f02174566a6493f8c99f434a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0d4443f51f3742dbb8e2dc824f285347", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2c90de93dd424c44b7916306f57fefb8", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8f55f10c459047c0b7599f6946f74932", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0e08556b2f4142a498da7730e699b07e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e547aee6521b4b21ab2dfcc13a582d90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "14bc11f348854314a4a537629885f546", "region_id": "RegionOne"}], "type": "registration", "id": "e5aead16d6164388b62dd2a14ea9b5b0", "name": "adjutant"}], "user": {"domain": {"id": "7a991d4c7f924cdf826fc50b7734b228", "name": "da8fc44bb2444caab9daa8d53a34bfe3"}, "id": "0c6fe261809e4129bcc8d75bd4fd03b0", "name": "97f1d53f110b491b963774c9dce67cc0"}, "audit_ids": ["97ca771a4a1f4f28a776834645432f75", null], "issued_at": "2019-09-19T09:04:43.965496"}} 2019-09-19 09:06:44,172 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,179 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,183 keystoneauth.session RESP BODY: {"roles": [{"name": "9fe4d5f553ab432db3296f787be666d8", "id": "fec03e7b02fb4d9395d239b71d2f1fe6"}]} 2019-09-19 09:06:44,222 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,228 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,231 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "f93d3a5e4d064a24ae46f01116cd9517", "domain_id": "55d47d8c7dcb42a9bf2d2cf624c087c8", "name": "username-3"}]} 2019-09-19 09:06:44,253 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,258 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,261 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "55d47d8c7dcb42a9bf2d2cf624c087c8", "id": "342da0b3d01b446a8c02e2327bf44f53", "name": "groupname-6"}]} {16} openstack.tests.unit.cloud.test_router.TestRouter.test_list_router_interfaces_external [0.356276s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,966 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,971 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,974 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,979 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,992 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.893956+00:00", "project": {"domain": {"id": "e9f1418ede0e4f84abc1e459b3962e2a", "name": "121154a302cf4378b6165ddf64f12765"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4ba5b4a00e9b4f8a8bf142a8431a1ecd"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2873966bcbc54751b8bce99622f89760", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "71a45f1729c14f4b94d7e946cf020a4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "495de15cc9cd4665bce22291be1cff4f", "region_id": "RegionOne"}], "type": "identity", "id": "1945ddfd623c4fc7845f94df0640167e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bb77e01261384398be682d3700150ba3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bec149b69c284ce3b86c5e43c461d48a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3fc00dcc9c224577a2a1d5d01256557b", "region_id": "RegionOne"}], "type": "compute", "id": "5f692647e1f5402bb637441c5826f6a5", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c4e99b9df8b9411a81c4604cd509d254", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c0bd5d7372054152b5f3568e66f7ce0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "71f5b624ffa743b89c31a916a13c7aab", "region_id": "RegionOne"}], "type": "image", "id": "188480f6737d4558b71081158ee5808d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "04ce81b0ae7b4158ae33d6384e67e52e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "09dd11c0e6084b579b4e80159b638197", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d1adb287b81b4f32b1584f31ac3559c7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "432dbc8ff4c143bead58b31bdfa4be97", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62b8844420f2476cbb825ec916345f47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c72695eef1648f3aa660f63fa660714", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b6b4c22d7c042b5aacde38e290fc11a", "region_id": "RegionOne"}], "type": "object-store", "id": "5ccb9d8abf9f4dae8021c09f79dfe129", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a6d8e4688415421091f8e3b6b52f19de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "00e45291e84a4f318dcb46177ef7653c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "19eb4cdd1833455f848e0d346edf0c2b", "region_id": "RegionOne"}], "type": "clustering", "id": "a69eab875ea342febbd2db4cb917093d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e7dc8241b7a74b06a1f37045573f6e18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5340fa016c814415b72632b7902d7ece", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1b0b2dd9075e45a391217fa2199889bb", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "0632f6d8c72d44b08c8a492c2980047d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ff5b08f1ab544e74863cda950f21b308", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "484674a0cb8b4a3b994fd93993da5c68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bd943afce7e64e34bf70ba6157eea8ac", "region_id": "RegionOne"}], "type": "cluster", "id": "caa3379a13894c848c6f686b81de0041", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ccd7eb45bcb74b658f6d7a683fe7bc0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "53695aff970f4deb8f10710619d5cce9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "73a0f577afbe4a9682c36324b461e0ba", "region_id": "RegionOne"}], "type": "data-processing", "id": "bf443140be2540cdb8730a93e0b85894", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b77bb25cc10e4bd9aab60e3d923eac6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f9b9addc6866466ebeef435a191258b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "39c6d6e02cad4a2daba6cf9c4aa9b6f4", "region_id": "RegionOne"}], "type": "baremetal", "id": "3ba5ea14b84f4f7a8031bc5fd04d111a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "74e7818f3ab6449bb1a5ce8007c065e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "539bb3bee228429ab741ba9cd0db09ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3e66e26c3bd24688a1dd1fa610331c68", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7aa9dce82ada4a11a894163426e0eb98", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6914ed8c982d4b23a9ebb023e526aa17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d48a06684b354851844cd4eba827c2e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a056c2d50abd4374a30d9289afa772b2", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "204019e1719245f8a66d650bb99825fb", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6cbafa7d3ae4478f8fc25c550c16a2d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7b3f6ffd7c554349bf2502cc4a5feb80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1df52053b2f544b482cd56df4eb4eed2", "region_id": "RegionOne"}], "type": "key-manager", "id": "6a8eb20568fc407f8d824a68585a3703", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cb48afac7e084fb2ab3aa56421515ec6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b0f761ef6d8c4055a6b8e5e572092b58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "026dd4431752433999bee7e9589a14a0", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2b6d0a01b5264e8fa9f06fd500fed0e9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "45177f2d9e044858aa5cb73e4b019da2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6c50701530e14a48a801f1574883736c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cdabaf969988478f9c17cec975c62a57", "region_id": "RegionOne"}], "type": "infra-optim", "id": "28150051403e4ac9a212c6a51030b9ee", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a641eff9df97460da5a2ff04f8f082fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "db718af9b84a4f9da01c069254748352", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3425883f9b8244ebaad0b4ba6e31f0c3", "region_id": "RegionOne"}], "type": "message", "id": "ed878166dbc64190a703d36ed07bdcb4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "40f1578acb42414f9bd7e85cbf759713", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2882c92a71d24745bc1fb62e2a8ca978", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "582f425ba6ac4ff3979bd7931ff50f3d", "region_id": "RegionOne"}], "type": "messaging", "id": "bf4b6a1714ad4e24829fe3e99d7e8888", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7b1a302131cd4d0b98773716de2469c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "eca56879f38c4c7aa346a918959d3052", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5f97c71713ca4f5ba6ec400cf87f49c9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a87188f974434f18bdf430a17b02d015", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "98cffc711e764c37bdb9e495489e9a7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b9d89f3b48034b26b6434c1828724fec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ea84bdb90d644ccdbe318dddab6d0b70", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "cbfa0780b00940a9937832ac34de53b3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6961bf751da4439f9ee4c7d3d24ddc96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce022fcf040b4d068c915072afb23a73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e6a1dce00ac4ab28c38990ed7c6c94b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6a2364900d8749418758788c70a824a6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "82c6a3271f18434099e09fdb05b0668d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "80afc86041ba45f3b7b2e1683a0179ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9eb3bbaab78a4b72ad31cb7313e78f2b", "region_id": "RegionOne"}], "type": "container-infra", "id": "e65acdb30e834414a9b52777bd0a3514", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d18ca5c94ca34aae963bc6aeab89e22d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ca6810ccdb9e4d6f82e5f0515a4e472f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "fbe0a8da255141098372d8dfc0e32e03", "region_id": "RegionOne"}], "type": "search", "id": "5b4975a150c743e4ba8b23796dff93bd", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b6323b82e8f6403d89557761a8214cac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "16ad6d5a560044b0bff63ce5355b2e6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "74e7804af5ec43969966c3458446730c", "region_id": "RegionOne"}], "type": "dns", "id": "49048dafa85c4755b6789132d44c93b9", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "91ba3bad446f4aa6b91e01660bc0ea9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a27a481d53bc4446af9dfea4656234c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "241612b9f3b84b4c98354e71836ec3be", "region_id": "RegionOne"}], "type": "workflow", "id": "9d18a0bc556240cf901142f71d8064a4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fb4f9cc6937a4d408c833edbca6ed3a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4796e6f547ff4a78b6647acb6e2c4682", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ee2c11d7a4104fce93585f075164fabb", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a1b5bc914a92470f863e58980cb74570", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a29504c6f4344e1b9b770063776f4257", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0c6a410ca31a43b58cef64b48b8124d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "58bacc215b98493293c7cc6782ded99f", "region_id": "RegionOne"}], "type": "rating", "id": "5ec5d36086ef45099af560cbf101159f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7694ae6bd80e4ebdb236c0e15e66fc57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "aa6a2594cfeb4b55a7e4d7800f416cd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9717ecd885cb4d909f9b8baf2d693962", "region_id": "RegionOne"}], "type": "operator-policy", "id": "46666a5abb064bc08cc87aca0d892fd5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5dfcf057fdeb4a959be38bf8012e889a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fd16ebf89c514096a7eb286d22d75eb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "af3d2fb197c54b009f43e656e75bb7f6", "region_id": "RegionOne"}], "type": "policy", "id": "b48c2fb3224a47d694b91a19f77be6b6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dd174316539948d6b7d9da603b5d23cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3d23ef04a1194fddb2621b9631b1214b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "db1552b614d04229bc6e85644995be49", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5dd690b95e674a959ff47503147441f6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5cca3970f3644056988e104732c4b832", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2767cac907aa42c28c649af114791e21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5b3a7019c3944872a1c16f26b5d7e3d3", "region_id": "RegionOne"}], "type": "sharev2", "id": "d146bed9331d466083cf81636e164ce4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "211395754bab4fdaaa5c7c576656698b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a40917f468c649eab9a062b435f88781", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f65dbc51d66649ba886ab598bcda6ea1", "region_id": "RegionOne"}], "type": "share", "id": "dc72ff98ae444ca7b316306c955a54dd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8def20bb94814245934b814852c71cdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3bee3bb9db0f4a8d8eee15e482e964a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5f9dfda41c3e4a75bb0dc3800944aed9", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6268a8f745b5442b9fb990a2380055a4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca8d022e0c4f4f83b0eeb6e2e5c4da55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e84b777f8abd4f2a8faa957ee2f826dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56245f9ebf464d59ae41ac4a76b7131b", "region_id": "RegionOne"}], "type": "orchestration", "id": "c530f75cd88f49fc809b5c3e5cbf4ccf", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b898fef06502416bb922be6b5b97a8ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "032144e263cd4dbc8d3013fd36301344", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43786ac80ae8496fb9b97aaa268f134a", "region_id": "RegionOne"}], "type": "block-storage", "id": "633950ccf5bf4cf5b77690ff89168cd5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2539ad4a61e4d508a7068f621c1b2c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a78db877ca014838a465137f109d60d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e8df309196b4281829cdc4ba3b33ae4", "region_id": "RegionOne"}], "type": "volumev3", "id": "8be043848e924fe4aacbcc7519b97842", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8c42770e8624bf0b5f3c9c79008b273", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4811a4c02a742d0a1e6717df370a2df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4af102c7796c4c8796c8a4fc00024a8d", "region_id": "RegionOne"}], "type": "volumev2", "id": "ab0c305eab36480d91bdb10503ee6370", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "994487c13c0d478c8fefd550745d63b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15b9d53b57b641fb9f32a08fa8e477f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5beed4c07cb64993b94d6252dc384cec", "region_id": "RegionOne"}], "type": "volume", "id": "387171f7b46343afa87240caf2b19dc1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "950ecec9249f4fb781608efef63f0d04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a31f0422e494bfdb8b55913616d18bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d3b2b1fff4d4d97a0c4f9e5a72e0949", "region_id": "RegionOne"}], "type": "block-store", "id": "2bbd7f2861df44afbf1771b5dd772066", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "91d80fdabe82411b80c0a71a01cf9112", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e056938f79464b39847b30f48b07ab81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5614bcf61c4843308a8d8d0ab1ba1b1f", "region_id": "RegionOne"}], "type": "alarm", "id": "f6b88e6a23874d339e2ce4953668a025", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e2fe868ace7f41c2b73e2b6a384717b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6f23964546db4f4098f02af061e99ce6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ecdeebd2ab5049568727d63e233f4bdf", "region_id": "RegionOne"}], "type": "alarming", "id": "7a49a19461454315a6a0b92394c6adaa", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6ecaa7bb858f40638226104915714fd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1f1957731d88473ab53f3d8db10c3fee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7f36454e3ebb4be6b665db125935a319", "region_id": "RegionOne"}], "type": "meter", "id": "1d6530426f604517a906fe8e74cc034c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a634dc99882a4e459cb22c52ec4516fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "69d9d1b239ef490fb93d2d72f7a3901d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8d0a8c71b74e4f4a8550f2f3c1fcd456", "region_id": "RegionOne"}], "type": "metering", "id": "b390a52ec5b746f8aed865112675f35f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c8207b1866c4436492f9dafb3e357c86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3d061f5f08854bd9b21b53b84e502a33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "80e7cf28daf34386a537feb59b70e600", "region_id": "RegionOne"}], "type": "telemetry", "id": "ed2de647e9ff465b8056903d97cb7a95", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d09a6f44d3054c179eb6ac08da38dd25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e42e649c3d564d7a8435d19511f71542", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "aca2959d428d4025a42c8aaa848855d0", "region_id": "RegionOne"}], "type": "event", "id": "46f184d953ae4725af5b9e2714d1133c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b6484289d2fe40d8b99e63efb362f688", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d84f7452581f48ba900f850ef1d99d40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4869679654ae45039f8c31b4fb99c28c", "region_id": "RegionOne"}], "type": "events", "id": "76f2b8eba9f1403d9f2f006abce32178", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8d807358fd3f4418b0faf523cc629954", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "37437b625b924f8ea2b020934235e27f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "99c1f4ee3a4c438993bdb817dd5890b0", "region_id": "RegionOne"}], "type": "application-deployment", "id": "37d21b2aae4a476b841c3f8aaa4762be", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "804b26043a264ad3997da2d19b87c111", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4ed74b6c8cb44c54a01bc1fdd799837c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "36b9a575a015401abfa1cfd098d96e1f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5536e676212348fcb46b0ba71f7cf2be", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4b3ff2b11431413cb3787817c91642a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e042d5e5ac19416fa7813e6412841bf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cb2eaec7ce484a50bc7804117d1ed49a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "db9feece555d4f3386fa490a9178b9c0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "94b98074016a4d9980958c974d4efc1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "364b2a3b3cc94c0cbcf516af9bd0e436", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a4cf9005a38b40aa8196c5efe520bc06", "region_id": "RegionOne"}], "type": "tricircle", "id": "3c19deb697ee463388a58e2bc52824fe", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a100646ec93f48668e23e8ba28fcfc21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0282f8794830452a848236af5d185b0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "8b01b75d1da44a588d82c7e9fdf93dbf", "region_id": "RegionOne"}], "type": "database", "id": "c033fa9d51d84b9f8233ef7f6817d1a5", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "05de0441c44e4050ad75cd7fcbc0de97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0fa5d71a0eb346058116352a0a24193c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "342ade32c4a54588be86e496416b95f7", "region_id": "RegionOne"}], "type": "application-container", "id": "af4b0a55471447b2be5eb96b09452299", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9827cc7cc87d406b90878bb9f9597d78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0abf37d3e87a42a1bd44ad20fb031ab9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8ffb9a53e85f41e7a6e2f2742e097c9b", "region_id": "RegionOne"}], "type": "container", "id": "590157d8b8a646d892a9777f687b7359", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7914e9335dd64c4c85ecf6d6bda9d172", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "208dab9ec1a843aeb4740eb711c6f131", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b8b133db2d434e02a3fc4efb82abe486", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "0d57460956174b968671eca1bb647233", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "926e9a1d97604cbd82ddcd76a568a474", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e30cbdb2890a4f9fa4eaba7289bc7830", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2cbc07e095f64e19934fba84d4e4b48f", "region_id": "RegionOne"}], "type": "rca", "id": "2ea6a717af024499b2de5b0d62d5f8c8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2323ac72e6d44f979c1a6e5749c106a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6254f5b04e774e86b52360d1fafedb88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "cd1c6adb8e6c4b9fb4330fd59b505b16", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d6f1f82daa8848888603b3bd7b28a38d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "90f2210225484d14b2165bf352acb155", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "37c548d6d1354a75b0372af806835417", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "63cb4d8bbe4b4a1a81534113968ed53d", "region_id": "RegionOne"}], "type": "network", "id": "296aa30117964e4e9a9b7928e29fe933", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "16922caa28b243bdb979a9412cbe3e0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d32848b1144a46ff8c3227f3deb9aa79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "07f60e0ab993471b9aed807cbbff8f84", "region_id": "RegionOne"}], "type": "backup", "id": "21864d7822aa46448a75a32a568b2668", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "78a58c2cf94a4743b822c46f24e770e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "38d5bdd9473d476a8e94f6fe7ab324cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "020b4982fc7f4c2fa33044f74ae12e70", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0d330751ca34494aa50a13c54c878a82", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f6ba56f9e0a44d179d44d0745b9c40f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6541a6ebd9e1480bb715bef80801d61e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "efc7a7a0eb1441b38dcb11c0953c37f1", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "23e86b53d08f4c3fb7d6ac7243056783", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "df696ac6ce404d0a803320e8ca9f1367", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "834eb5127d0843aebe1074453800e73f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "d10892571e5a403ebc8daefdca294d14", "region_id": "RegionOne"}], "type": "monitoring", "id": "8ee3e69d6433474abaf3f7c592ffa3f7", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f2bc81f5488440d18563fe818e4009bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f15ab925b16f4f54ac047d030d0cccde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a0609d110c0c4984a614ce684bafbc21", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2efe542bfeb84f9598c540f918465823", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2e57f9604a3e48a39c2083daf7552749", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1b41f14f32e8410da540af5ca77ca784", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "04f5284e57f946a0b75fe7630026954d", "region_id": "RegionOne"}], "type": "placement", "id": "0e170c598d6c4710ae8c083bfe13728f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d62fd2ec2d41452a872c734c759a647e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4b1caaf8d0ae4b259a9b9a37af1c20e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5357655b66c44146bc469e769559905a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "36c04d67c6de4f10b6160bedf0adf6af", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dc0fa077234d445584dd976afd97df63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8142b76f99ee403ab8a464e45f37b09e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f81e768e3fe449f6b8b936a56d4f7f06", "region_id": "RegionOne"}], "type": "ha", "id": "b6077be4216541529b61fe5aba0b97c7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8d4cf67d82eb4bcea492eee7f74f0c2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "aa3caf6f0b4945659fd4306633c731d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7fad8540102f44cb9a2e7268ae185727", "region_id": "RegionOne"}], "type": "reservation", "id": "5d6b1fb75e0f4f3c9132d98225371b37", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d436e180c4ce4bd2b0c7adae80f1ae45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a7379c41e4e548e0a515e625ace1dea9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "81d08973af994aa194c21b620aab518f", "region_id": "RegionOne"}], "type": "function-engine", "id": "e1720cccd911405f9405529fe503f1c6", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1d5cb24dbe9d4d7ca8d54b824fc4a8ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3a4d7c916ee34936b593455824592ef7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b9d2e709400a43a9b0057364cfb241f3", "region_id": "RegionOne"}], "type": "accelerator", "id": "a4d07206bee347af84e477806446cd65", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dd43733306ad437c9a4616e8a6828454", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e55b62c2c23e4681b45f60b70ed69c7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e0b1bbc4e2594af6b326dba080a7d4af", "region_id": "RegionOne"}], "type": "admin-logic", "id": "09f6b89e278b466b9960dd602a52932e", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "09367aa797864b49b128c618b94c0898", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a4cf4464443440f7af2ef01d8b324633", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "27dabed19dcb444d9f8e59c397a56d33", "region_id": "RegionOne"}], "type": "registration", "id": "67cf55d73dea4bb9a260bce695d5cb5c", "name": "adjutant"}], "user": {"domain": {"id": "664ecf764e1649ebb17e49dd139cdd3c", "name": "5a2932986a8f4887837258a46ad0632a"}, "id": "49dde47ce6e148a38ae52228d4c13748", "name": "e4662761d79e4422a46efda659fcff67"}, "audit_ids": ["639e017eb8574d368a44c7a763a6cabf", null], "issued_at": "2019-09-19T09:04:43.893956"}} 2019-09-19 09:06:44,153 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_interface&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,159 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,162 keystoneauth.session RESP BODY: {"ports": [{"device_owner": "network:router_interface", "fixed_ips": [{"subnet_id": "internal_subnet_id", "ip_address": "10.0.0.1"}], "id": "internal_port_id", "device_id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2"}]} 2019-09-19 09:06:44,184 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_interface_distributed&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,190 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,192 keystoneauth.session RESP BODY: {} 2019-09-19 09:06:44,214 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Aha_router_replicated_interface&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,219 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,222 keystoneauth.session RESP BODY: {} 2019-09-19 09:06:44,239 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_gateway&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,242 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,244 keystoneauth.session RESP BODY: {"ports": [{"device_owner": "network:router_gateway", "fixed_ips": [{"subnet_id": "external_subnet_id", "ip_address": "1.2.3.4"}], "id": "external_port_id", "device_id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2"}]} {18} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_group_delete [0.059833s] ... ok {29} openstack.tests.unit.cloud.test_server_delete_metadata.TestServerDeleteMetadata.test_server_delete_metadata [0.306275s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,040 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,045 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,048 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,052 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,065 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.977534+00:00", "project": {"domain": {"id": "8f3a29390b2349c3a1722b8b6f732419", "name": "8fb3383833b348208d31732f789804bf"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c8d25d1a5b0347a188167a555cd019f2"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3eeaba1ca8da4404b1aafbb463dea2b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5409878dbc064822921e29521fb6e3da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2b416fc0b9194f9ea337e7e5beaae7c6", "region_id": "RegionOne"}], "type": "identity", "id": "afad4e605fbf41b1bc791c936a376b0d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cca6a611062b45389301227aa0ef9729", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "df4f2aa349b94d7686e1cba59290b6b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "718234a02f8649289dc5c24cc7abb11f", "region_id": "RegionOne"}], "type": "compute", "id": "1f5ce614356d45b6862d3c1928e5c48c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6d93007096d844f5a3360a759428257f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "25fa0f1b55a3474595d060668bfb1068", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "fdd57252bc7144629586ae3c25d56da0", "region_id": "RegionOne"}], "type": "image", "id": "edf2a26efd084d2f877e53edcb3eab5f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "32032560d1774162bafc7fd576268795", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5a8a20b37bd7404bbbfeaf4996ccdaba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c6ad495314f84fbc9bc6b7e676d71331", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f4fb739269e1477d877ea9b50c331b4e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c9119ff2ec484208adcfd6c07a2cd065", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0593c1d4c4f4e73a3912943c807e7b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b2fa7a38cb849b8b0e6bf5335078f4f", "region_id": "RegionOne"}], "type": "object-store", "id": "881e222ad29148f780d884be2e20206c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "86d3141632084f5d9af90f877edc148c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dab275177bed4319ba951ee1bd73bf1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c1e33d3cd7a84ac4a2cab885c0875ab6", "region_id": "RegionOne"}], "type": "clustering", "id": "832b106f9dcd4d1d8469a184108f9452", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ce1c125fd4b6460a9d306cf9bf88e3ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2f004f598502467eb2b06443ae0d6161", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d54763fd75634b0cb5d4fa87e6bc102e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9b45aab67efc43d484b2cce95f8587df", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "20bec76e3884497ba35a510c30d9a1dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e4276377bc194763a9408f00edb76557", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cf5042fe89794b8482605b433481eb9e", "region_id": "RegionOne"}], "type": "cluster", "id": "cd20dbe850084416ad4e0350936bef3b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "30601752e9344c3cb0217db0ddb4eec6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3e69cd147ca94e84995866096e7681d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "37af3b71dab04fc894efd41dc577f3c2", "region_id": "RegionOne"}], "type": "data-processing", "id": "4fe745999bd34e8db4f6baf72d165314", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8e9962c67507433594d32fba002cf7dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "845dac05728349d986e0ef44678764b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b1ba64b4b09e493c9405f5b19d8d9e31", "region_id": "RegionOne"}], "type": "baremetal", "id": "6c88f408e2044b64874484061ccdc3f7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "400da170f2f5480cbb1355d3b0e250e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c9287f146c864e1397088049b215e033", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9b30d0e78fa44ffab65dc2ca25826c46", "region_id": "RegionOne"}], "type": "bare-metal", "id": "fffd2c2d44784e38952bdf6cc194a8bb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c99bb57029564a1f9275663fe4fd0353", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "df62e32cc3fe4d32a4eb18ff6d934764", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ef1368c6cc7e408db5fb8e95ee29705e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c50d18c3927945a9bfd4af36b76aaa35", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f28a3c489ef140fe840afd9ddd3a724b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bfda5c0da3a74ebda8aff8a05c3b4d1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "494b68f541e8488cbe2946a93965b36b", "region_id": "RegionOne"}], "type": "key-manager", "id": "2ee5486c445f43e990096836198c0e63", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4daa8d737d70410da0f1e9f84f70f573", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "674163368cfc4e539dc798c4d859b720", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7df91cb7c58b4c7abf1ec91e92a6e7f8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2c83875c18634110a7e12abfcfde1098", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "01acf19d22a3430296b462cef3899277", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "461dfdc69ac34af3a349f215bc28d4da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "86a817ffc2764d4d9ac48a5f1c434daf", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4ce211fa183b4a68a7e6ab1a6b78636c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1ecb1b8b33864f8284950200a9708c87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3902e695d5474569a3fce63a4812f40c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "86979bb08eac42bdace297629ed04b70", "region_id": "RegionOne"}], "type": "message", "id": "a766d4c7254c41e689d09fb16cc3e2d2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a9c5f882f62b474b8f03a2056df994e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "854bf358d2d64b219f979eba2adf0029", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "120d0e6b69d340a3afdae49aafe7a790", "region_id": "RegionOne"}], "type": "messaging", "id": "54c504b30a1243329d4bf2444e694989", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ad2630ec97494ef7a208018ca98d079f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "89b4411172e84f16ba030c21a8b8b053", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c84db3e208bc47c4be9a40e16c34ebd7", "region_id": "RegionOne"}], "type": "application-catalog", "id": "1bb2a3bb145746309733d224df5aa766", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c30c3ac85f824fb2b6eef2453193ddaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6a9a27006d5b4b04b3fc8efa2e5bcdfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca93b19e92cf45f980b8c0953d476f3a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "9ed441f5dcdf4e67ac4e817073bdb64a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "093e1e01bbb84cc68f08ba58ef9c30e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5d0c48e839274b36a20f1fae9d277618", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2c5fe9f9772d4020aa0705e9157271dc", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ce3336b9849c47068eeaf14819ae6b9a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7fb89fe17fed407aa6ee7af4a0c73d89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b29710a01b324703bffe29c8489e54d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ec6e513c56af4b39ac6b597e5cef00ff", "region_id": "RegionOne"}], "type": "container-infra", "id": "782a4666c1254aee816771c2a2501a7f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2873ff9fbdc447689a3b851e15f14e47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7457bcadf92f40ffa71e80e9328f9bc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "7dca60890b7f40598274198be0eeb34f", "region_id": "RegionOne"}], "type": "search", "id": "3d21d8cc3d4f4927af4f59fba278ce92", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6ffff522093c4e289776232573cf9de0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "377a0f46c74942c3b6b2a3d08fea3d73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "10b2fdc0b09d4522b1bf01e5e9aa7b65", "region_id": "RegionOne"}], "type": "dns", "id": "608408bdf65d49a7874c7388f7d4c1d6", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f42fc26f43ea499d9c49388544b24621", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6a95f9b9389f4f6188d711f9761e0b57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "160cd4550e624beb94aeadeb7f36c221", "region_id": "RegionOne"}], "type": "workflow", "id": "07932c1213074f9eb6928a287bf0b609", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4993330b2a934c95bc9bfc598f566e53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5ffb7c2c8d7d43b999e894f4bf29cf84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f76d7d00e61647cca7a5d29a9f22b48e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ffc6145f01ee4dffbe8f720d5b3b026d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "511538061ee84b68b4b79b0eb8995dc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7a0e8bc06d934229ae368eab0fc45a68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9899e98e01e344f08dab730567c414f7", "region_id": "RegionOne"}], "type": "rating", "id": "b1440dd1b45c49d0ab69034739b2b09d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "44948ed557f8491e9ef831b149d2f5b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "081f5afd4f1b465fb9f289e60762c5e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "62517b3522eb4ab9851a6c06af60680f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "bc9f1ba4a85b44a184302de67ebd3c47", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0ef464617fe84446a72af4ca5dffc3f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "86deae42e3914c3ebbaa2b00ea3e178c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c154d3900a1748ce8132de8170978ef0", "region_id": "RegionOne"}], "type": "policy", "id": "2d9f7920769c4487961678f8883f3ab2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a7e22236de0f48ceb8ac70ef4c611864", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5b5728d17b2f40d6aebb529baafb1861", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "46e6b8933da44aa9b971f5fae6452ccc", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "06e04f17112e45fa90a3ccd50213da5a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e0c707bebff44d7baa0d60e17eb91f92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f8687100c9c04b409504b6886a719e93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "aca8c933640d4b71aed797eef02f4467", "region_id": "RegionOne"}], "type": "sharev2", "id": "1e9396a1eda0487887f171790a0b3d3e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "03e5d5f016a14048b9116f0b2326716d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aa7783febf67475d94953279d227d629", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "628d4a3dd98c4c6a8aae2d323db873ea", "region_id": "RegionOne"}], "type": "share", "id": "105ab49b14004171a1074eb5439bc81f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4e705835f6af480c848484035c6dcbcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "87ca64f3a7f440348bad0286607169b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "49d8ef99d8c54bea87698c2578149260", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "dd527c8271904f90985b2d4609a7f11f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8c128a68fdd4f718e3ff8b9a648eece", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dfc0e5fa52c24d99a988a83fbd88674f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d89eb0013236485ea81b009430e62f92", "region_id": "RegionOne"}], "type": "orchestration", "id": "8bc44788856c4f9aa0c2b62d9c0b062d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd844e2f8e884710a36c31d0a4063a24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61c7da6b45a84ec1a89b42185e5671d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "334fe08308ec42179d8f985fa784466d", "region_id": "RegionOne"}], "type": "block-storage", "id": "3f2b3caffcb8403c87e8941ef7e534e2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e81c2517516a4d439c909106a5ee8c3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ca19eb7d1c24730a40c65f70de68635", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04d22e48544d4a9c80279550c476bcc5", "region_id": "RegionOne"}], "type": "volumev3", "id": "7eeca53ee3734a71b34d7586fd2186ed", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ccc106410b19405799f7a70f0488709b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74203acc1bf84b379cb082c4c3795310", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bef286ed11bb4438abdbb14f3511ed0f", "region_id": "RegionOne"}], "type": "volumev2", "id": "05a6cea9c8a444fbb3dfc7e7980e2b7a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69a8eeb517fc437b83c8a870f6c1a07b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cac252e10748454ea461ea9b243561a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d3ae205a38a456f803de1aef6a058f1", "region_id": "RegionOne"}], "type": "volume", "id": "87130ddd612d483d9f8a25ffd8b262d3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7025ab4b9b5d4c18b280f2ccfee6c5f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c748f8a5868849918c635bff7e73fa70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9e7829316eb491fb665e275eadbdc34", "region_id": "RegionOne"}], "type": "block-store", "id": "a092c86308134530b730942b36d42573", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4ba089e178e240c688d0662abd9a5fc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e3b428880d574284b7a305ef85953710", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a819a6116d6e4980b408685b2917a3a6", "region_id": "RegionOne"}], "type": "alarm", "id": "06f44fc85f8046a0a3b81c94dc33552a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b324ea4750424e01a10149f5f9c4b6a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "93b861f416f04ae9b9f03f483459d136", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "767d95483a534be196f56d8a296ac9e2", "region_id": "RegionOne"}], "type": "alarming", "id": "46f22220927c4f9d9e6f2266168e66dc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a8c2efb4517444c2aecf7fbb991b6478", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "680a85e669804aa2acc14608552cb07f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "608f9f354957459787b045010869f4cf", "region_id": "RegionOne"}], "type": "meter", "id": "9637682dfc0e41c3805827ebf31c237c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9d009365ffef40b9b9aac2c311c04f9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "03205e39d52a4bdb8db62547da931c6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4b547c676f2c4951993e0de7f8321fe5", "region_id": "RegionOne"}], "type": "metering", "id": "78eeabbb8c784e20bc20d3c3d077bdae", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "71aaa4cc26eb42acb5ac8d6a5ec9fa5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "afc3afb96d694c108896b8c2d43227b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4720ac2be6ad41e6a5e989e2339dd9a0", "region_id": "RegionOne"}], "type": "telemetry", "id": "4e5c859a64cc439f9684ef83c5d0327e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "40a76422ea7b471ea6c3079abbce83cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "22f7b2726f2d445f97dc1f410d6ab892", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9649af547da14da49d8f8944b78b4195", "region_id": "RegionOne"}], "type": "event", "id": "62898a611941441f8eec13e3c3b81c6d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1674aa8821344442933b243450dd0936", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "969cc4dee245464993120e592843b955", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5529cf8a5d3a4e98a3b112ba3fd8d993", "region_id": "RegionOne"}], "type": "events", "id": "0944a6d4f1414757bc2fc0b8d8df40a3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4a484ca7925c458ba5f5b4dc5f130c58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d3a0232d4b1e47529ca694621114b150", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "71f712ef40754800a6773872814ca297", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b6a420f704a648519e742ce55f92adf4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7867c7039db0406d8a20ff73fe349dce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ad68c9b8d12e47a79ded150418f544db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9169e44a8166445d9ab16b49e7040442", "region_id": "RegionOne"}], "type": "application_deployment", "id": "26391c5a357c4942aee70144b114663a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5b3b102edcba4c01941d06650956365e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "81b139edb9854abb906f76459048da0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6ec49e7ed70241b8844cf777d7a27914", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d7c95c5cfcca4c789b90d9a61a1629e6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "74fa2b8e60ad45f5aa41e5cfdb78ac37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8011b024e0d14ef7ac339e4f3ec2ffad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "81d749ab638a43579411349eff6a1887", "region_id": "RegionOne"}], "type": "tricircle", "id": "722a0f78a55648a79a5257e3eb23a0fd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "fe72e161252c4623a1e1279cad7199ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "bcf1fa4190464eb09b0e4279e910312f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ba2eda099fc34c608b69c028dc0d5be5", "region_id": "RegionOne"}], "type": "database", "id": "9a500d28c1c0498fb572f4ef2114496f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e73d431fe4d94d4f9ac55c3b71870243", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9c6601006df245cb8d36af8a02030e0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "08232c170c8d43038ae08343b4c15b34", "region_id": "RegionOne"}], "type": "application-container", "id": "44c4fc35af7347cbad281c7af9a9d82d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e460f936b0d148b9be1e129ef9cbcb5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8f20e7ae73e04d13ab0ad01d1d7b56e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e43dc7a1d3fc475595a3ab577d4186d1", "region_id": "RegionOne"}], "type": "container", "id": "fc3ad476acc144e18c9e822cc877e4dd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ec6221980ea442a5b5cc5c88a544ac57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0087bf6b51f34c3bb7218e1c4083cd96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c279926e748a483c8643d7d67829a433", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e5e3d8345f0b4fc6bb02318a5adfe54d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4de9618a166f4c408988e9a705d4041a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6476328afa4747ff87aacf77b81653c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1eadbb26c9e24c4dbeca9d5023f443f6", "region_id": "RegionOne"}], "type": "rca", "id": "c470a14818f14400a1809facb79fd05b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "38be739b73e34dc89c6fac7f82e38fa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "99daa43e88534d5e96fb1352103228fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1d2957d145ee491f8f58c91eb06f6ee0", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "24251bcae4a44deb83fc828e09d729c6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6217ea78c90643908cfabf4eba4e9dc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1431d574d97b4397a0222bdc756d838f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "81c7b442d3e7472ab172c89e21211ea4", "region_id": "RegionOne"}], "type": "network", "id": "03d825c664aa4f5c8813714543684888", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "530ee1f25b4e4319918c1131834bd985", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "02579bd31b3b48a88622139299fb4e97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6cba3763d7a644398c9ccbe2997907e7", "region_id": "RegionOne"}], "type": "backup", "id": "4b3ff015395949e98afced0c23ba17bd", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a1651e1dbbda4167a51342e371767baf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "baf7bb538b4142bb937d371fc0d331af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "12e60a81d8ab42cc9fab10c63756f1cc", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5b129397cc6b4142aa2dd237355c4dd2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "76faf6550d124e7383dd59f822ba558a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fac12f2cd84244368db7eba7caf5ff62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c061dc571d424db9a2e8b26904e4e798", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b14dc78d864a4bdaa3f337f0ec9a6db9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a4ff48d365fa459b851ef67a92e27829", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ac90effbd8a647f8bc6179534cc314d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "40fbebc1356f4f80b2fdaaf30d63efbf", "region_id": "RegionOne"}], "type": "monitoring", "id": "43df2f2a9a5140b698d1509349a4132a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2661a5301f8847bebdc354d183b34af5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "96df183718da4b8a890eeeec2449eee2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ee53274482344622af28d22729a6dc5e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e30eb723a99447498b612a5f7c1def73", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8b199537a2574e72b08cd568c5e47ffc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ddd65a204bcf406ea07d538af2a5a797", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "284987f1ab7949b6bf817bb5947c577d", "region_id": "RegionOne"}], "type": "placement", "id": "fcafc94bc548408cae0d54be969e3a57", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b892c556c84948ba960da50dc874f234", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fe1910aef09746acaf24d9694d35873c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6cf2170dac37492b8ea10f6b8eab7757", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1a38d28a7ac643a4afc6c1e9d09fe7b1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e59bb60ed4e74d2882f13f6c26dd82ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5d0994efee6349189eb445df774cf5c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "48d5ca7098934dd7b3edb5749cc8c1c1", "region_id": "RegionOne"}], "type": "ha", "id": "dcb4d2a883244bf09d698d95329b6e30", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "055e100c84374839bedba0232950c0e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5a69c116488041a5a99d79d1d5186c2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bcd68d1f912a42889302dfafdc3605ef", "region_id": "RegionOne"}], "type": "reservation", "id": "63ac44d1a11a48c79230f11176a7c6dc", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "310ee1f27f9c4991a862c7c2a5d20e4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8cc1166be8f840c68af012bd9ba3d148", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "83fdd5deba5745a39a82360feb7f8a62", "region_id": "RegionOne"}], "type": "function-engine", "id": "2ff146eb93ea424781eef33c454bc067", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "69bca37f748548dba8bfc5d322205fe1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4bb280b177954963b5c28a7156b2b25e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "55288fc4ad7a4ad798c2b28302f8fd69", "region_id": "RegionOne"}], "type": "accelerator", "id": "fb63f11249ce4b08b57d11f7b46a041f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a786651e589e4e649dd053a4c2f92ed4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d137c22d85b04762830be7c839291fcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "056ed833e47843aa9ba47b9bcc5f29a3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a46e56a75b0743f7a3c8f2a2c9a6c023", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7d6a16ffd2434deb899cb9d6b4065802", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b54d77b1a7c4488288bf6c880b9b8f50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "831702b5730a4252b3b0b075810c1f41", "region_id": "RegionOne"}], "type": "registration", "id": "d61ba6b4a3f44725b34b5889b36d557c", "name": "adjutant"}], "user": {"domain": {"id": "6f86602904644d2fb7637d2f5437ba29", "name": "9a96a0abb92c48b6adfd2d9949e03868"}, "id": "d5f87d2915994dbeb9c1a932fd6b3b9e", "name": "29ac2a8168304d1ab7aeb5aa30b7a971"}, "audit_ids": ["870fe573bb384a4f94535058926fe02c", null], "issued_at": "2019-09-19T09:04:43.977534"}} 2019-09-19 09:06:44,174 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,180 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,183 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:44,215 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:44,219 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,221 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "f635f360-77ec-4f6d-b80d-01beaaa90a8a", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:44,269 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/f635f360-77ec-4f6d-b80d-01beaaa90a8a/metadata/key -H "Accept: " -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,275 keystoneauth.session RESP: [200] content-type: application/json {5} openstack.tests.unit.cloud.test_shade.TestShade.test__has_neutron_extension_missing [0.180792s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,111 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,115 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,118 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,121 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,134 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.052313+00:00", "project": {"domain": {"id": "903722abbaaf4a918a5222c7f148479e", "name": "23f691c9d4004f488c0dd3525138fdb3"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "94b2f3a0e77e43da98fb00627cd46372"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4b1e5137b6c6401e8a4c22224db0c3b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d90d1e141fd64dcc80a3400c8ea4a068", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "98e380e11e5b4b54ad4810457c82fac8", "region_id": "RegionOne"}], "type": "identity", "id": "a9f5c1476cfa4ba1bb56648f3b46e7e3", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d4da2446014d47caadf5b85ffcd61ae3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "265774b981c8491497cf33bedca72f14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "05dd4b18da9e4b2baeb4e9e46ff66411", "region_id": "RegionOne"}], "type": "compute", "id": "c740200ba16b438aa282ebd8cae7a6f4", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "38f52c7b394c4e13a6fa6e57eef14e8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a03b70ab5ccc425aa8902f4e98c43821", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "370c06f9a04449beb69139578b9dbc0a", "region_id": "RegionOne"}], "type": "image", "id": "bf59596527ad4478a00a30cd9c3f7a86", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "38dc100a6d7745d7a7939cba1e7793b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4f7e6c7f5d2a45fda67d4149e583cd0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "fa921cd7f08f425487b867513830dd62", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f55ec8f3079f469f9af13d6c72a9956c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4878683a371b40249718736ceef95908", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c909e6c257a428e94f8b94053153044", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6a93b90da60481a93d8344a5ba9a063", "region_id": "RegionOne"}], "type": "object-store", "id": "bc2ee21a8be04e30aff592d84bd64871", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "38e55f99b8c34fe09d587840980927bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5ea67498b64f4346be00d43cc78f4f2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "36b44b2ee0fd45c69bf9c8897b1f39a4", "region_id": "RegionOne"}], "type": "clustering", "id": "12403eae234449fbb58cf3a78c09b9c8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "35aaec02d1ef4fda953c5d11a59bae5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "52d850007ba24b0ebe161f7b3c62f077", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "705c05896774409e803dc9184bc4bda6", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8880f95b77014bb0b2201e5871e9f53c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f5cfba31c4c04e3a8a7fce420bd1f0d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dd7c4a20d3d343bab8c786b19397809a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f486299f42864afa94f1f0b5805350bb", "region_id": "RegionOne"}], "type": "cluster", "id": "ccbf862c52634388b2a4b1361335938f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "58f4c95fc8744e63bfa39fb578407e00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "11514074f352480e8da11d9dedb59c82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "5501ab2785ec43fcb7ac7e8ad9c73847", "region_id": "RegionOne"}], "type": "data-processing", "id": "c544ed373fd94a85a8240a53aa3172f2", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "20b15109fe854da9920aedd08900f508", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "769c97f8f93a4393ba2154e1ac28e46a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a36938cec25e4e0cb91efb63aa00a229", "region_id": "RegionOne"}], "type": "baremetal", "id": "d87030890f334d808397c375c230cca3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0e0e94de070f4c0289779f16ae440524", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "33e276428bf24a74acde01ff8e0bc7ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "aec1f6d23ea446b098540aa2d6406f05", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7f5e870d42964dcc9e431a1f2d9c4dc6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cadfcb98d62f49bfa7133727c5144373", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b2242137a89a4d589847e4f1522deed4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b7adf3b9b95f4b1596175620e48d8eac", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f17c6b460f5148c3b956b08fbf5a1094", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9cc511c1047a4e5f9895f64282e04d4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a32930a7f5dc4af0bd61daa5439ca65e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d80b6ddea6c44efe86a141ee04b9fbc3", "region_id": "RegionOne"}], "type": "key-manager", "id": "82b7ed8fdda44d35b776dc62de90f9ee", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ad011b41fd6c4502b13fd10efc13de17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7d87ddfe1e42472fa83bbe072f50017e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d970566e94f649ae938956ceef99f7e1", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5f8a8476ee424853804ad81224dd46c3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "63c66253ebd145f5b723454518c2b2d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9c5d395e3aed43509b68f5621ae7ac20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e854a9d7fb004dce8693dd7a375db315", "region_id": "RegionOne"}], "type": "infra-optim", "id": "2fee46491d8c42cf80f06e4ef8090dac", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d7d12ba21de7470799c2b0e7c0ca5f69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "051c16f03f444b04800da6a545ed7150", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dc9477f609234a78984d481ca7bb1cdc", "region_id": "RegionOne"}], "type": "message", "id": "844e62cf5c72462a8ebc5c41c8086587", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "18f6749c052e44278377ad438b0fd996", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "995f974734eb425d8d815951f5023c4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a348564c0964439b8e12f28e2cf87b87", "region_id": "RegionOne"}], "type": "messaging", "id": "4f1a00584f2a49709436353a13d0b1ed", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3eba9448e4bf4e70b15bba3fc66d59c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6e0b130abfb14f559a3e3998b3694fb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8e7ecc296ef244c2ae46d36ef12d7d2f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "74e73178a4974af1af663911f8f6d6f7", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f7e0cc219e8d4ca681a85433cd3b374e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "833936c2a1964732843d97a927991783", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "30b61c1aebd84320befba1d5d23d4fee", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1ebad483e667434daa5777de58f2b2be", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "190105d81ab6495bb81b717368de3f4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4b803c4aed954e2ca018089bef66cb2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "124c47e295d24f36aa4c36a305498ebb", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "920ffe4601ce4f328bb83b428d82b8a9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7262f23342fd4601b4fd4ce1dbd80abb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2f4708b02e5f47b0b9cc55d3263b3508", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2108366a72b8416eab596d93878243cd", "region_id": "RegionOne"}], "type": "container-infra", "id": "9fe451e8265c4f729242cfdc9bec7dce", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1501d63329554e3895cd77a9aeca37dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "6edf7a248ae4403ab79333bc987fb3c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3bfd76cc580642748303ffdbd20c2b6d", "region_id": "RegionOne"}], "type": "search", "id": "26e4998e556a423a84cfa41fd3faff49", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "349730fb29c64ea8b4261658b95c4836", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1e5423c76cbc4617ad2ebccbf28dc054", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ae60e6b72c824edaa70bdaf7ff8e0081", "region_id": "RegionOne"}], "type": "dns", "id": "1c98c341f4ae4e75a810d1002c5f76a2", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "57d28e146e6140a9aa653195a09e2e9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6cd8838e2e6c4f889423237ffc896e0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "77f07595f9c9425183b211cba818e3c7", "region_id": "RegionOne"}], "type": "workflow", "id": "a019795c0c584a9aaada0c9648091ad7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a36f71367b214329b255e45b0d99952f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "093e24621e7d4c3e95cd1da6679a4499", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7abcccdbc2c548bd8ed4ab03e8c80f4b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3fed5642c17146f4968f86216cb8a383", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "22994d8297474468a56a3536d5e17d00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5e8876f4b09b4d9687811affcb30e553", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8fc5bf62ab83461d9afa2d4910701d2f", "region_id": "RegionOne"}], "type": "rating", "id": "3cd4d3d9bc6a4f26a234dbfcba410e6f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3a64f59671c040a5b3efdc043b848cf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c4776b5e72c14333b947ec3e8956d4e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4cfa6d334a8b4a95bf20d252aa89ac9b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "253bdc4e373c434d950a3f121d2a31bd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1c6bbc5b57944bd6a9413becd56af4e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f3788235d203484ba61111bbcf7613cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "96773ff4395c40d8bfd414e5e0e9e5c6", "region_id": "RegionOne"}], "type": "policy", "id": "55adcc800abd4ad2ba154a1a4d57cccc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "843eaed6b9c249d7b78831cb8b1be329", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1734c72452b545dca8a7be9872e7c596", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6edb36f501304cbbaf1bebd366f1bc92", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "cb026b20031e45829e609fa0645e05b2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0ca699c1242045cfadb0cf5a5e221ba0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5fd63ee6db794f8780cc62d7650abab6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "133386e68ea045debc867712147a411d", "region_id": "RegionOne"}], "type": "sharev2", "id": "7df26decae4349699ee8f892b972ac34", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5524a9eaedc9490fa17b7fc6748a3c16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0047e1ab5db74dad9c25203acfebfe3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "609f6229297f4c8d9ba57b245d3e9e5f", "region_id": "RegionOne"}], "type": "share", "id": "08335307c03e4baeb6946c3355b98200", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "73fed7d2f8eb46eab5f04400f93f99c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bfa4be2e0b794179a6b5c8f8cdeeb036", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1473d03b142347119e8171cccc8c7d03", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "920974f907384d599668f31eef63e9e2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "570a0fd86cea468bad320378ee722f5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e97fef865f484facaaba6a0ec3fd79a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a92b75ff5d649ac8c1e66ea884eed9b", "region_id": "RegionOne"}], "type": "orchestration", "id": "994db5985cf24df1bdbfe3ff24a967f5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "236dd9fb0d44409eb1042e72a9f3e53d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22e2c2a059b749cd968c96ff54b5557f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26eafc1c552b4446ad139ffd54762d32", "region_id": "RegionOne"}], "type": "block-storage", "id": "4d98110db60d4efcb6419ed86b443384", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e89847c901ed4ada8786b7989cdeda6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4053466027d4be3939faabcc23aecb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fc824d0a7d549ffbaca6fedd7fd8528", "region_id": "RegionOne"}], "type": "volumev3", "id": "2b8f700f1ebd45f1b017d0eb2b8c68b2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5efe2d48bbfd4a5c912c0e0196a1ece2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8cf484a77804d85961085d29efff6dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f7365467fb149ac8fb1d222bd87a95a", "region_id": "RegionOne"}], "type": "volumev2", "id": "30100d2cdaeb48e69915a842cf318ed8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e28d2cca3924220807995dc6799f42c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7ec9cc1317e40e4801e2ccd74879bc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d412e9a9bc6460aaa74caeedb5d4e3a", "region_id": "RegionOne"}], "type": "volume", "id": "d2c11c62211f46e6a56cfd587ce83ff4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73d5ecf4edd244c8add8e5bbd16e03ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0274825364b548a093e49d60f112e166", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60a2ebe307904c9e839953201719695e", "region_id": "RegionOne"}], "type": "block-store", "id": "aad1f564d03a4e8aa03946e16e04ba94", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e0434011a1284587bf5eb3364c4e5ace", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "22c8521db560450f870df8ef5570e7f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c0eae4392a6b409a9e8894c85c101e95", "region_id": "RegionOne"}], "type": "alarm", "id": "a725c97e835c4c34a4e94cda7cf9ba9d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "aaf74bb2d20948a8a21f3cd421dc79d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "38728ea89d64474a8a195a3a0d8eb4a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e7c96ab65a7548d185fa37d6dfd20347", "region_id": "RegionOne"}], "type": "alarming", "id": "b7298d9ef4ce45d4aac7668b62cf3425", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "059ef8befc084d19aaef3f5de979c94b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ab1d5fe746de4f6c82d1f3086a4fac71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0b0404c0fbc343df9c681ffba1d2f1aa", "region_id": "RegionOne"}], "type": "meter", "id": "7e8fd2e845a3448b89db464a00dec591", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "93b5875abe1740538e62c65c6f073e9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "355bc49b09f342e8bce2b5d92a672c6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fdde4524160844daaef6626f7890fa1b", "region_id": "RegionOne"}], "type": "metering", "id": "aad7d48060934bfdaafea80fa7eb987c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a0aa4cb9e7aa4951974a703620e6ccc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "698548e265e544258549fb51ac76fa98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cc4bf4864b364ddaa47153217dda5627", "region_id": "RegionOne"}], "type": "telemetry", "id": "47366dc3c1074968ac8a5fc59726baa2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f3938ae252e240b4b61512465bbc2996", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "89ce72b2accc46c4a95c727ab05188fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f8a4e063d0d9461ca221ff0a9d33db26", "region_id": "RegionOne"}], "type": "event", "id": "0dae4df2fb084fc1a8f5670ccf5d7ab0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2643ec618a064ee88f06bdaa3ce25e2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "38c5cdc7df144e7fb035cc8ca27fa1dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "958f540936d34c3a876126b2d22d4351", "region_id": "RegionOne"}], "type": "events", "id": "f1c5b31aa76a480aa771efa204cc9a58", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1fa8e7feb4774046aa7bc4dd8731c7db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b7771580b2914d43850da8c666ff7f63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "417ec63bcaba4f18bd4d41f30ad2ad6f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4f911d3f087847c99e51718ba0506a3f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "91c00bfe8c8249d1a26c6f3239c11347", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1c1180189b084d4f82146a8696d135a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "629fb8722d2c44a28ac0877d9014eb21", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5398b0c0528a4d1280a6633949bbd702", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a1f9bd908b1241cc9afef458d54e7029", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "790de76847224519a99cdb8a5f86f6bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "68df0301b6cb4eebaf37f8f76e3bdbfa", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "668561dc77ae4b1aa821a047d0020dea", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "12736175c0e24d25b799fba461e06f45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1ad6f91eb22643efa64b9fa49b002918", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "63f56eee32c440d9b418d95c2981fbe4", "region_id": "RegionOne"}], "type": "tricircle", "id": "68b3756463214ab88e2aa40f90a75120", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a830e338eb7d4fca91003be2c38a9aee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f4d1d0e79f564cc4b8c58bdf49383b44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0c0c00f25d1b4a68ab694cfb3ddf817b", "region_id": "RegionOne"}], "type": "database", "id": "68e91e5543a84f1dbbc5149da3cb8f1e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c3cedfda8226463f974f02fefe06b608", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "14dbc7122cd74996a3e964434391f0b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9a27ef84e63047979058f00bffa9bcbc", "region_id": "RegionOne"}], "type": "application-container", "id": "285c5495f3754b50a2ad1e4923ce7b55", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0ad2d9fe6bdb41748f765810f68d3b42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "205c3135dc564c7e8077e5b145dfc138", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1ae4239ac9684cb9b9cda3c5202a45ed", "region_id": "RegionOne"}], "type": "container", "id": "80a7a46765404f85960dfeb2be76db97", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cf70f4d60517498e972e5b281faaf3b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9b0d57c06f724d29bd0c9c8dfe1bf5e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "30205c1d38d7440996bdf5e77c3ec788", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "560d011225e9405fb2408348c4133935", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3d3aa9b7b24247048c5bb105654b2a57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3daac711e5344f3f87493493f3371e7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "aac2d0ea7560442bac657635730d97bc", "region_id": "RegionOne"}], "type": "rca", "id": "72039d70899443049fa9415334dafa61", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4c705d4967674e6cbc17145317ec52ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9c7b7fd8057e448d948b1f96227ba0cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "826fdb7b3ff042ca8f90286084bc934d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "cbcf85e4a8d4409b85706e8fd3cc8ceb", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0d078f5585d442ec8c932a9fd763a58e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b26d615a41e84f42830c8973f138c547", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "fbda5bb4357e4b6d835d4127babb8e20", "region_id": "RegionOne"}], "type": "network", "id": "1deb6dcbaf8349f684c0982e118c27ed", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a5dc1b9f1fec4796ba0204eae0a72921", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "5cc09e3bf60544999a4a439da8eed077", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8f7783899f8e4f72a5d099bb974bf499", "region_id": "RegionOne"}], "type": "backup", "id": "6369ee0232de4bad963f07ad9726b09c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "27082f8ecf514c9a8996958ec2732e15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6b32554157b4428db02acb54bf372042", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "08d1db67e8e04acf96cf33c2a2e6526f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8be4460b4f204ced8bc4892e8d9d216c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bcd3fe38f92f427cba5903dc81a7041a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5daa27237ee945da98884fc355197528", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "88d5d22951eb43679dbec4e0b94b285e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "37cd92342ce644729b6804f5e987d2dc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "42ccca551fa44289850d39e6f64cf8f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "305a31eee433485da865dfec68c87f30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "04d0d79711fb458b986a08aa042045d6", "region_id": "RegionOne"}], "type": "monitoring", "id": "9646be5b3d324506a9aad8bafc20052e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a9f1c9fde9e44b13a3768286fea41741", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "14102dde952e493dbb66fffeaeb7a3b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "feea093d3fd445e2b4ffc04568e03789", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3f26dfb9c86f4b06a8b347621b093075", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b8ba96beb38249788b29a9315fb8ed5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "aa47a8f55da74068a359e1624c4233e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "79baca4d2c724d35930da18933071626", "region_id": "RegionOne"}], "type": "placement", "id": "cc3b64860185422ab84d573c769fd5a0", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4a5441db9b3b4e41b4f76faa17a35cee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d56b844cd66849c7b9109354ae91b24b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c76077c37bd54ad08e264768d45dd6e1", "region_id": "RegionOne"}], "type": "instance-ha", "id": "25a9deb03e344abb9c66a113201a988f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ab78781bd7a74340b2063c7dd16a7b95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "78560d14f605444292909a72bdb14df7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e0dab27d3e1b4a3fba0ef22cd9e59585", "region_id": "RegionOne"}], "type": "ha", "id": "afa2b5988f6b40fabea0a5ea49003456", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5f233786e76149dc9b8f88c6b964d45f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3b2b331a690f48c0be14f24f25426108", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "662e1465f9b747568694dc55a1465a88", "region_id": "RegionOne"}], "type": "reservation", "id": "48f43e7fece04679a453914c516976ab", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f9959cb9431b4b4593ac869b3f2a9410", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "dec511e6c9834313843b789ade17b52a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d2045bb7980642fea6d560c2c7a0be71", "region_id": "RegionOne"}], "type": "function-engine", "id": "68c5231af2d74daaa3193b4590699ebe", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5e99d62691b14b4d927b34c1263ad77f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0d9f934e720b4c239306c370dd7eb00d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "fba3266f4dea45a3b4aa584fb341b862", "region_id": "RegionOne"}], "type": "accelerator", "id": "3180e8980ab44363a5c7047968bf66ae", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "59db43cc703149ee854096d84b4b214f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ea5c123d66b64191a28dd7f629fd536e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3804cb10de2d46a696911c2bad5d88d1", "region_id": "RegionOne"}], "type": "admin-logic", "id": "1b30068b0d4b480198485c858ee214fc", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3e8c740932fd4abe832ef4572e32f75d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "31c3af8e17f94776a950d6c6af5738c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c332f6b506ed461ba099210dd6e080ea", "region_id": "RegionOne"}], "type": "registration", "id": "79f1dfc6c41a4228b37bdd0e254a04b3", "name": "adjutant"}], "user": {"domain": {"id": "de0f073518b74dd5af655c21c7529653", "name": "e3a1ce22c99646dc977396cf8aac71aa"}, "id": "23a01678116a4ab68256c3e7dfb80626", "name": "69de3ba634d44056817cddf623e63b9b"}, "audit_ids": ["037dc88e1afb49d4abacdc62310b21a6", null], "issued_at": "2019-09-19T09:04:44.052313"}} 2019-09-19 09:06:44,217 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,223 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,226 keystoneauth.session RESP BODY: {"extensions": [{"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}]} {19} openstack.tests.unit.config.test_config.TestConfig.test_get_one_with_hyphenated_kwargs [0.144871s] ... ok {1} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_wait_for_delete_params [0.061847s] ... ok {27} openstack.tests.unit.identity.v3.test_trust.TestTrust.test_basic [0.062226s] ... ok {12} openstack.tests.unit.cloud.test_services.CloudServices.test_create_service_v3 [0.200647s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,066 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,072 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,075 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,079 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,091 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.993098+00:00", "project": {"domain": {"id": "0bbe3f95965b415fa9054b4a77865403", "name": "d6b73f6b95244284913dab424d183151"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "72b7ca96f7dd44b59ec2e36e0db9e849"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "520acb198d014400b8863c59946b45e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3fead5f6bb4d42ed8e5fa8e788ede260", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8d0f5881960a4dc1b027ddf6992af11d", "region_id": "RegionOne"}], "type": "identity", "id": "5635bdab4edf4fb588e19a2c0aa55647", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8294787aed8747bf9e04ecdd045e78db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d8a6d69be9164175ab46609306393c25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a8089d3d6eca44e69414ed493ab76d83", "region_id": "RegionOne"}], "type": "compute", "id": "d7defe8351734df48a8242e0b5a7ffb6", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "13ea12d479744a929061b01749a70b00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b9b2c8a756d149c1a462d558132ea1b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2ae04891ddae4bc68ab7641baa87dab9", "region_id": "RegionOne"}], "type": "image", "id": "eac9766f353649d7898060f9c292010f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0771874007ae48629291159fe9cfafc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2ebe1e01920e44d180160de9f958299d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7a300feb7ced496a8c6e376921e1adf5", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f9ed07e002c3403db9ab2e7a51b862a0", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6e6b3cd23014922b89ea03d6b1b27be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83724b612e7945b38861b75a54a5b24b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ddc7e352f634d429db7dff9918b1c7e", "region_id": "RegionOne"}], "type": "object-store", "id": "475d0dc204104bbfbf4a8be3b815cd48", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "766302c3bcdb401fa35b299c7237a4bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4b54301e41204a529325c1ac5c07e558", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "17222d812a1e42e2bf434720b2bacbf2", "region_id": "RegionOne"}], "type": "clustering", "id": "d8571d4219d34d39a1374eba7295de10", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9af4d866a4d340e3b733626c10d6516e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f22bdbfcfd6041598fa0d0f940878472", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f1e6b43d84d64587b4b334775b3a46e3", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "72c444665caa4858a6482fd16d44c235", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "96ec3d9b60cd4fb1ad0377e43c11fd07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ca4d91876fac42c59bdd6652d373c3c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "51b165cdabbb4970905a083b379fe479", "region_id": "RegionOne"}], "type": "cluster", "id": "4cf2e66182fd4b05b01b47ec2c6954eb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "403fbebabb004a73b51ccb7744ff3f25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b39bb46bb3ec4beb90d4838366d08ea5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2ffa6ebb897c46daaa665b051f6de2c7", "region_id": "RegionOne"}], "type": "data-processing", "id": "9c97f2bfbfc34f84939bfc4500c74a82", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ad6b6faa72a84dd3b92b729ba8d921a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "399c1a858b2c4dd9a08a91e104c75d7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "38d2d3f82da0493bb8ff04aaed8d7564", "region_id": "RegionOne"}], "type": "baremetal", "id": "ece4ee12e3ad4b3597493af4a7390c55", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "415279912aba49e4af6624f1f86b29be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ef4e8569645945948a2e3babd64e8f5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "efb7ad1bcf924bb3a6e40546a1eb7b66", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8596b01753ca4220ad02e3edb5a3340f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ebade8322c394cd68e3b7391eedde686", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2ada277925d7499d8f8e9b235822813d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a58bd87c31254f928ae8bcc9ef96ddad", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "89c2e1eee2c346969cffd3ded5df2d42", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6e17d5cc4c0b4b7296c2e634ed8cd119", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0b2b85cc85ea437e9d0f7b3224c638b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "70987199867d473e920c5db41a5ffd03", "region_id": "RegionOne"}], "type": "key-manager", "id": "47423ac02867431ba6fcb8a03d6d1113", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "add8bc034af14114891720a9769ac583", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3380670ccf744fa7a344b4f2bfb826ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bd0ed742a64c4d9994ec56812b4eb2fa", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "708bbc2de2f34c3eac88171b500205cc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a29f3c799dcd4aea9c5490f20041fc5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dfcb0b3ab83a4c758b01a157a6174b9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2f4fbc94a97d46a2a8a063c7339560bb", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e9137258418d45bdbbb4ad0be33cfb7a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "79c3f73e671b4b90863b13f94b3163d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bcad8e6a37854128a70d8e1ab66de40c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ac8ab6f1524c43bb985702f25582d14f", "region_id": "RegionOne"}], "type": "message", "id": "57cae192c155457ea0737b27f37900f8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "abf6bfed28fd405787b0c9cfd96a66f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "824d53c04b384e5b81f93474ade6d17f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e20bc004d76041b2a6a2aa00300d60e1", "region_id": "RegionOne"}], "type": "messaging", "id": "14e4c01d32f64d778bbc35632440d8c7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1c86824a180f441f92ce37bf82a9561f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e6859aed05714664b1eac2abb165154d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2e17584e076240fe8cc3c82d5d47c853", "region_id": "RegionOne"}], "type": "application-catalog", "id": "1ef242e665624ac9a5e4dd105b019a6f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "41c7d05941dd466cadad8fccfe10e83d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3eeb33e4c0f94eadbe243bd0af011629", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "19436e8ebe874b2fa2d92311c765953e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "80d157e483ec468cb0f4c11843fc3836", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dc6c820e18544808befba0b2b57556c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b3f39d3dd43b4a9d914561f90410eacc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c937cec97ea44e7691c2aaf8cb4a52a0", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0d9cc88158bb477396ce6d86d805a3de", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "028c388908fe416790144119284ca6eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "48e34b381d704170adfdd3b254464c83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9edf55e195b841cb83ad1525f1e85a60", "region_id": "RegionOne"}], "type": "container-infra", "id": "e44ee543ad3640bdac60510a3b8a5cdc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "55a35b8f38254676afdd5235c63cf46b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "968145370fe246b6b615d2e663b24de7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "180918ff6c2049d2bc2ac77f79548aca", "region_id": "RegionOne"}], "type": "search", "id": "f685c8aaea094ec8bc6c6d145ae0a8ee", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "166fc4888df34841b380cb5169a80cc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e243427e8b734064a53038e0ab610530", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3f3829b972024b909c8ceed14a74e944", "region_id": "RegionOne"}], "type": "dns", "id": "9655231db0d4491b9f4306fe64878d77", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7821c5fc615b4993a43fc960bf24dcf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "895cf870b86d42fa962abb6a13d5b2e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "aeeb57c7fa884a84af990a077431e28b", "region_id": "RegionOne"}], "type": "workflow", "id": "5ba104a21a5c495392f8371fec178ef8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "18b5c954cc464107a3317f7fbf6836b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "28ab39ea814a4540be8d92f6990a20e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "369863f272004698955f568d002958d0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "df8e1bcef5b441768d03430fec0209f4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5768f3feab7540da97adb49d5a963575", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9b4b48367b1549df9c962610291bc285", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b3a11c559a704f939af33d49818487da", "region_id": "RegionOne"}], "type": "rating", "id": "85eb3dcbe2024b98aa59178e04ecd07c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "603a00c275ff495ab5398599a23216ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2d5c665ac7fc4d58af3cec4b1289b4a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f2c75a73f673414eb7281c9f33699e35", "region_id": "RegionOne"}], "type": "operator-policy", "id": "577e7c53df1d4ae5b2a0bb0d75c37c1f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e87370f9d71c4465903d9a7b0f94c8f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "aefe9a392aeb4f78abe6e3bb1dcd5d35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "357a33ea01f8460e99e251ab59e15aed", "region_id": "RegionOne"}], "type": "policy", "id": "da658d7e5451490aa803c1ac5e0244ab", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "be8d8337c6724d0ba0c7af2fd37918e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bfb6e3c8cad442499af06dc106fecfdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "198930e95f874d278ebbef45e7be49a0", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9fff15af44a1459fad499742068eed02", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a8449ceb7079487782a5d878892a3c97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f578e08a29ea427f8431f6c48a2f9b02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "24be410e48df4fb7b382ab7c5e3eb2e8", "region_id": "RegionOne"}], "type": "sharev2", "id": "b831aaa27242470ea4e105b22d055fba", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "85edf5fef28348cea76aac01a1487bbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f835e136df21468d97ac8ed69f224630", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3650d901de804509bb9572d5b4a74997", "region_id": "RegionOne"}], "type": "share", "id": "e3c69e1c87c54fdbbc73ca01900dbe5c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6799cbc28338423d83186a0e387a1dda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "769500c5765d412c8556a1cbfd77f01e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a2c0baa7bf284f3fbf780187e0c7b7c7", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4a0f0597c76c4bc58fef820f68aef599", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ddb9f8e5aa9047928cc4177321c7a38d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9823b969166e462eb27a09f839dc81dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5017a4ed46314bd2b6e9c34425aa0538", "region_id": "RegionOne"}], "type": "orchestration", "id": "a90028866de047eead81255d6b5621c1", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb2579ec109745e1b5c21455fc40613c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff834d972492494cb6d2dfada14e8685", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e8b1d9df28a408bab7d3b5d768da564", "region_id": "RegionOne"}], "type": "block-storage", "id": "61c3cd07ede649d7a804a0e3865b7097", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1391dd5c41ba4ab7b999f26cba43b434", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8609c644c6fd40c894efacd8b0ea9f5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f159426bbdb14003961a856e16a29b88", "region_id": "RegionOne"}], "type": "volumev3", "id": "1bca1721f19241b9833994ba140f4fd1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c27ee514b8ae4a5dbb11dea5ed0b9149", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c75a60fffc04d97bdb75d5ccb4cf1fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1a43e18d9924bf984e007f961ce0841", "region_id": "RegionOne"}], "type": "volumev2", "id": "5e4c861aadfd43aebd2efe709f9c5d3d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93ea94506ee645bab380a4c3307b6341", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e190644120cc493ead529d4d04c42492", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af9f2a8d82494b4da112fcaf031de5f2", "region_id": "RegionOne"}], "type": "volume", "id": "a388196070b14d91b49c1b049a09a46f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1595ff7560af4dce8bbdfa10350016a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5f9c94f39cb4fd2a3ee5866529f8501", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa979ee625df4664b17a3f8bcba08ef4", "region_id": "RegionOne"}], "type": "block-store", "id": "b3d505041abf460a842151b2f1a8e648", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4eca27b28efb42b68892d490a1471562", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0264b2fe351f4711b8d06b405780860b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "77abb11f82164ec89b73cb6bb9bfb192", "region_id": "RegionOne"}], "type": "alarm", "id": "91e8344a62cc4681abe46260cc94cf2d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4bca7118e9134111a8cd86eaa488c278", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b37102b0966d4302b6b2793fc070dc7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "66c2eefec6184db68de0b4aecf72126e", "region_id": "RegionOne"}], "type": "alarming", "id": "1d07756a85094c40949a786f1d221ea1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6e2608d180a940e8ab2da8ebb49163e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6ae6c3f615ca4b75bb22a52dadafdbf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5ff3a87575cd4a5ead0857621335f56b", "region_id": "RegionOne"}], "type": "meter", "id": "87ec154d85a8462194bab4615988684f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9b1c70bf1e00484987243af8e9fe08a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5d5fb4cce2f94f93ad518ce1a63207a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b899eaa65170459495b85e8a417ec649", "region_id": "RegionOne"}], "type": "metering", "id": "b467cbdcb343463283daceec52bd8a65", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c9f96ccb4bf34f23ba82a838ee450fde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "02c9f5044ab847929db5f3173d2d738d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2aef8af37fc64967a9326a75a2919e24", "region_id": "RegionOne"}], "type": "telemetry", "id": "903c2408656b4c3b9ee9c21e1ff98cf0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "79938dc00e244728acbc168f245ba2b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b10b599bb9ae4df6bf8b64357b1847f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "63669115d0334c6382430300f45ca967", "region_id": "RegionOne"}], "type": "event", "id": "276a917e5dcc40a9a344e682f77a6354", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "30ba5fad8fc047b8aac896ba6d362d81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a1aa40e3eec645c5bf97b70be3290cb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f16918bf3cb143fdb8f054392ebc3893", "region_id": "RegionOne"}], "type": "events", "id": "818862fc1a504c40b042b32d7e22ad61", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "51de958e4a154b44b10963d826e99380", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6e88fcad43c846c88acdae64976091ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ec40ffd4e5414caa915b435ee9e0add3", "region_id": "RegionOne"}], "type": "application-deployment", "id": "80b001ab595f4f41b71ba16d0a35cf5d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "157ec204b7f9479f85cc344dfedd45be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d24da556fcc141e69eef01baee78d6fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9aec14062c994317ae17b7eac1531720", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9a2afcbea6d14115aa529ad0d69de536", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "70bb37945a384edc88c208c4b0469a36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7cde4bebd6df4dd6841e77a952b36d1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9b4adda9a48d452a92361502ac797999", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4b60256c9efd4b1880d2dc50f1c5db6d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cae618a804e44059a709e4b5176ce7ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ed75ff21156047498d667b5fedcb862b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f1585d528de149a18b837316d4f259b2", "region_id": "RegionOne"}], "type": "tricircle", "id": "9ccb079739b949b7a99187ff91d8061f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9332773ee4af424ea18043d49f8ed1f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "bf59880ec1c24184a07f9bf541765f1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "408512b4333b408bb1b94e96d83a8ff4", "region_id": "RegionOne"}], "type": "database", "id": "5643503d6d5649a3a616a50f4ae1448a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "baeb9d8a24dc496795e270f399c11245", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a5608ce5730b4b77844bb9108525125a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "911121c399594f18bf839f3941629394", "region_id": "RegionOne"}], "type": "application-container", "id": "fba4e3815cbe4237b683c1bc1bc409ae", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c8a25bce440c4575892765621be6d231", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1926728efbe94e76b72449381c8ad022", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f828e0da582b4a199e3b0d617678d740", "region_id": "RegionOne"}], "type": "container", "id": "8df7d4c68f284127a8dbcf76a6d2e10c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7d364b02dec74ea6bf481baf32c32262", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2d5182cc30734ddc9c4828111d674d5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "63cf0b30264e4c1ab97973acb00fd6ba", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "5f7972626fb349b1b4c089590121b374", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "001274f1fd3440cb9614bd4e3c201e2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "83f30367125849039784cf887c0f7dbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7a06de13eb044454a4a500f05781d5b1", "region_id": "RegionOne"}], "type": "rca", "id": "127a80a3e1f14216b40991ef4c8d5243", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8ad7bc90e5bf4a288cefa642a98e9f7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "57f9cf3d32ad4264a12553037594ae23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "56b4f3f76c234413b2762dd318d194e6", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "72cbc4d5673c4c1d9b147c98cf703a6e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "56ecd31d798c457a98dc6283a9993ae0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b70446eb380145dfaa1ceb89a2c798fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "783c38e5b921491b801568b4217e1fff", "region_id": "RegionOne"}], "type": "network", "id": "1ced1153efae46fa92f704197201bb2f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9e9e814bf04641a7bfa5cc1ab1505750", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "aabf0192e6194274863007cbaa452db7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b79ae1c4aa1a46eba1f580c7a69ee3cd", "region_id": "RegionOne"}], "type": "backup", "id": "df171a3a3141460d9c27bb0c3858e999", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fa9c16d51838479590e02a868e43ef7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "eb84a9db03bc4a91ae69b26188e7bc5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "130025bb896e41a38e8d1763e8c91d00", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "2b9938a84e704b9db1a9dea7d30ad75f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "670b164aaf7546ea91dada34dcab795a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "59f8197e9af547a2b3ec62d08a9892e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f46d8d9aafab45bd802212c578243c41", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "762b097e2f094510971f60ab7d92fe74", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9e3eb17ef1754e99a59e247ec2b5715b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4c0673dffc8540a09fcf60d8613bc21a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2bbe93688018474c803d68df049525b4", "region_id": "RegionOne"}], "type": "monitoring", "id": "e77acb9c487f4f598770a7d206950296", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a9c688864cd247759ed7e2423fba88af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "dc81944e5ea5463687161e1b75734ad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ab9e45b6d2b14a839357e924b3d58eb4", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8429ac24d21740e5913c58c2642cab8a", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "7b668ecd85aa461ebeaeceda447c9065", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ce5b95c726e840079ed82d93512ae371", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f1ef4c2eaedd4551897c1b70a948ff10", "region_id": "RegionOne"}], "type": "placement", "id": "52cb43d6d7e047ae8c18494578483d78", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3f7a03d82c894ef49e925d935596eb80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9f8a849dbecd4584891659d3bcf9ca53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f12dba91bccf4812b5139f3534ef91db", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ff53940d7e9a4e2ba4b06cff80e64590", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "612f939305794a3bbf4ec703903fbe2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a7db56a3bce34cbdbf472509364544b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d2b056f0a2d54ba384810e3c6ec3c15d", "region_id": "RegionOne"}], "type": "ha", "id": "e0933a161c234587898f7d64a73b6e1b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "50e9458bf9c0488ebd10737f2287b12f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7a82f4a5c3874e64a230423ddb42758a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "0a240f7359444890b4da3034bd063ea2", "region_id": "RegionOne"}], "type": "reservation", "id": "14550de539cc45c6a97e4d6297e85338", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "70e865743b684e45a68d1f698614bca4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9dcb9f3c096d42b7a8a4029b9cb77ef1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "06c3575e6c364e8b9c8606a45f7d6b97", "region_id": "RegionOne"}], "type": "function-engine", "id": "25b6f748db2247e38ae6659a91b347d2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9e0c12b39be546daaf0899c527893b2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c96a852ab1034d3491d337da7a754eff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d804297c17bd4a6b880f2e1cef093c1d", "region_id": "RegionOne"}], "type": "accelerator", "id": "e842dee1873a412b8e518c5c6c44e00a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4f9574e0b49a4728a5800d8767c96681", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7e0f4c775e8444e4ae6d96540a0ca0b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "340889c30984496d8713a9f8cf92deac", "region_id": "RegionOne"}], "type": "admin-logic", "id": "22f6794deafc44278b817331ac536df3", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "904f28d2f6714886973bc794366a2a49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "33b5ac284d8c440f8a6ca10433dc5cd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "076b343a947f4480b1ce607089483469", "region_id": "RegionOne"}], "type": "registration", "id": "d0dbe79e2f9b40f4a15d95f2969e6df4", "name": "adjutant"}], "user": {"domain": {"id": "fe03128bf63249c69308d35c106d512d", "name": "b5e0b7b1cca74ae1a25b415f8584875f"}, "id": "284df8a7009e47cc9ad0f626ef5f9c29", "name": "27cbeb23362341e5a1cc97adf304d67f"}, "audit_ids": ["38763ce881ea47b990dca34e9c97f70c", null], "issued_at": "2019-09-19T09:04:43.993098"}} 2019-09-19 09:06:44,176 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v3/services -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"service": {"enabled": true, "type": "network", "description": "A test service", "name": "a service"}}' 2019-09-19 09:06:44,183 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,185 keystoneauth.session RESP BODY: {"service": {"enabled": true, "description": "A test service", "type": "network", "id": "d7246f1f4bad44e78fb743a68b6ae20f", "name": "a service"}} {14} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_user_v2 [0.653587s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,966 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,971 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,974 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,979 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2019-09-19 09:06:44,164 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}9ea7b3616d87bc3117a6d468bc335bee5523959d9c9e7a5114ec0eead3b2c464" 2019-09-19 09:06:44,169 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,172 keystoneauth.session RESP BODY: {"roles": [{"name": "4c934812a7a14851aa754c0114e29535", "id": "51b5795031934706bbb883e2882f6588"}]} 2019-09-19 09:06:44,200 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}9ea7b3616d87bc3117a6d468bc335bee5523959d9c9e7a5114ec0eead3b2c464" 2019-09-19 09:06:44,206 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,209 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "9429363835f04202b973e01b5e96b8b5", "domain_id": "f535592707994eaead637b1749544c72", "name": "username-3"}]} 2019-09-19 09:06:44,249 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}9ea7b3616d87bc3117a6d468bc335bee5523959d9c9e7a5114ec0eead3b2c464" 2019-09-19 09:06:44,254 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,257 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "5d22306b8fa640f1bc806eb6bef8c7e7", "name": "projectName-5"}]} 2019-09-19 09:06:44,300 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/5d22306b8fa640f1bc806eb6bef8c7e7/users/9429363835f04202b973e01b5e96b8b5/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}9ea7b3616d87bc3117a6d468bc335bee5523959d9c9e7a5114ec0eead3b2c464" 2019-09-19 09:06:44,305 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,307 keystoneauth.session RESP BODY: {"roles": [{"name": "4c934812a7a14851aa754c0114e29535", "id": "51b5795031934706bbb883e2882f6588"}]} 2019-09-19 09:06:44,336 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v2.0/tenants/5d22306b8fa640f1bc806eb6bef8c7e7/users/9429363835f04202b973e01b5e96b8b5/roles/OS-KSADM/51b5795031934706bbb883e2882f6588 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}9ea7b3616d87bc3117a6d468bc335bee5523959d9c9e7a5114ec0eead3b2c464" 2019-09-19 09:06:44,342 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:44,369 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}9ea7b3616d87bc3117a6d468bc335bee5523959d9c9e7a5114ec0eead3b2c464" 2019-09-19 09:06:44,374 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,377 keystoneauth.session RESP BODY: {"roles": [{"name": "4c934812a7a14851aa754c0114e29535", "id": "51b5795031934706bbb883e2882f6588"}]} 2019-09-19 09:06:44,407 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}9ea7b3616d87bc3117a6d468bc335bee5523959d9c9e7a5114ec0eead3b2c464" 2019-09-19 09:06:44,413 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,415 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "9429363835f04202b973e01b5e96b8b5", "domain_id": "f535592707994eaead637b1749544c72", "name": "username-3"}]} 2019-09-19 09:06:44,455 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}9ea7b3616d87bc3117a6d468bc335bee5523959d9c9e7a5114ec0eead3b2c464" 2019-09-19 09:06:44,461 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,464 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "5d22306b8fa640f1bc806eb6bef8c7e7", "name": "projectName-5"}]} 2019-09-19 09:06:44,504 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/5d22306b8fa640f1bc806eb6bef8c7e7/users/9429363835f04202b973e01b5e96b8b5/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}9ea7b3616d87bc3117a6d468bc335bee5523959d9c9e7a5114ec0eead3b2c464" 2019-09-19 09:06:44,509 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,512 keystoneauth.session RESP BODY: {"roles": [{"name": "4c934812a7a14851aa754c0114e29535", "id": "51b5795031934706bbb883e2882f6588"}]} 2019-09-19 09:06:44,540 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v2.0/tenants/5d22306b8fa640f1bc806eb6bef8c7e7/users/9429363835f04202b973e01b5e96b8b5/roles/OS-KSADM/51b5795031934706bbb883e2882f6588 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}9ea7b3616d87bc3117a6d468bc335bee5523959d9c9e7a5114ec0eead3b2c464" 2019-09-19 09:06:44,546 keystoneauth.session RESP: [204] content-type: application/json {22} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_update_qos_policy_no_qos_default_extension [0.307205s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,886 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,890 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,893 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,897 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,909 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.826206+00:00", "project": {"domain": {"id": "d4576238491f4a4ea12375470b181db6", "name": "bb6376b293da4ee7a7a9a4a2bc998df1"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "327635576f714220a318928aa90ccf3d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0a24ead94f804ab1a4869595a9ee8d27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "6cd4389ebf6746528d3d8371057829b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "625c44d8755c4c769165dfe104bd76ca", "region_id": "RegionOne"}], "type": "identity", "id": "7da71d82edea4bb4bca644fe2b03a404", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "64ffd966e3b442cfb4e4db991ef98247", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b52a3087f0414ea59169883ef3f159a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "0685461aa41342ce96acb29f426670cb", "region_id": "RegionOne"}], "type": "compute", "id": "09ae9daa15974a8f9cf5a685bee35169", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "46064eb4dc484cbbac95fb697dd9720b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3168485307f9454a92f1fb81d9b55cf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "74fd1dab681c49dd8fbdca4c67786610", "region_id": "RegionOne"}], "type": "image", "id": "92ddf3d8846f45b296f736b03619fc0e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "91377a142b3b4a6fa03dff8a057ea8c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2df71e0965d5473984affdc68ba3a82e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "35a39398765646ad82350048126e4b0f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "07f71fe10dd3474ba2a83375482189d7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95108fe86f8945cb9a77532df4cdf9a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55fa69f2a6404ea8bbcfaf8a75d40328", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51ac31e832db4eb3915c47e4322b0814", "region_id": "RegionOne"}], "type": "object-store", "id": "32d962da9dc9485abffe54acc1f2ab8b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4448e4d3cf2e4e58ada7da7af6cc81e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8b9a5e36afb24bd5a81f764fe2d223f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fa25e3b38d7a436697b3578699c234ef", "region_id": "RegionOne"}], "type": "clustering", "id": "039f467d070644ec8fd95c496cd8e0f3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7bd4158f343f426da4e11343fffd31a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d0c24a369033409e9f4237d82c021ca6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "10e2e9e67f854931967691d37056d5ad", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "af1ec853240c4a9db37be74374f97341", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "37b3c3f1b8bb4c09a7ca8fc9459c8e1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "897ca56adb8e4dca8a04b494c9a923e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1c9e4776aa0f4965b4b8d4315b85e321", "region_id": "RegionOne"}], "type": "cluster", "id": "827e49286acd4f64a11582a962803328", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d1b0ed98cfad4c88bc1049c13a5aa92b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b9b45913e41046e38ad77cb629263ce3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "bdf0f089a41441109f41ca027d49b504", "region_id": "RegionOne"}], "type": "data-processing", "id": "efbd817f7f7b4af18f77f8daa324e726", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "409c1cc5923d42b6862811e02746f8c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7dc00d35343b4f4a804245c6d6ec5655", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "183a630a0fc94be5aa6da60b69ef40dc", "region_id": "RegionOne"}], "type": "baremetal", "id": "c850eb1b72e744d7b36786295e9582ef", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1c7bdcfdb66b4b8ba5b808e1a27d3462", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d762cf0ec7e647268cb721c07e25a829", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4da0f54f3196433787d2dd2b675b54e5", "region_id": "RegionOne"}], "type": "bare-metal", "id": "cef95aa5dd9e491ba6232ff7a88370b5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4084cd8b7f384e37a73b1cb69f351f60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f2d930eb0a3a4d95b23b759fbf960828", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1aa51417759e4326b357a09695288ff4", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c8cdb7286a8c404595bc4ac0a53fc32a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "581317abca0f44bd9c553bf4554b5479", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a43f504d76e34fbca666b339ae2ba6d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ed96ee77a42143758f64c21e080a3ab6", "region_id": "RegionOne"}], "type": "key-manager", "id": "2ac4afcc94084ec8b2f4da58ad762c4d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0796820ddfd4404483249de46d68a9d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4a9ede2292bf4d5d8468e84f3a136fc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "25a005a945ec4540b024530c5cb3c7d1", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "279a87ad0da94ea6ad4e7c249b74c68d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f7ec075b01da46c19079078c58bbba24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8aac3a3aba4b4bdc9f555d7dafc75abc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c042378b98f345ae82e73c7a449a61b2", "region_id": "RegionOne"}], "type": "infra-optim", "id": "26c83cd921604ccab14afb5cb6113a6a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "827815f0cbba424c91f99fc9bdc4dce8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b259a4119655493184d0b40c532f3ffe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "20c5fb93b3684ce8b274206510b6d78e", "region_id": "RegionOne"}], "type": "message", "id": "7f8be9627afe48beb6e26349fbb64c5b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7684524375b74890aed6a58744e6af6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7e7dfd5c9a384393b4c067502f272edd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "74c26de9149246409c4ea7ba571683af", "region_id": "RegionOne"}], "type": "messaging", "id": "6294ed72360b47fdb8923202ff6b4e43", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b1d509af0e7e456caafbbcd3f0405830", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "03deed0965fb40e19a82675da1caf95c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "00b42e8362f742219d0de69095ea3a33", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a246eaeb1d7745b59da1bbbc1b888a3e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "97282b900fc9443eafd42a377304a610", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "21d1b2921ec045009b1688984f937d94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "66e8a75cd3ea4878bc4ae162e2f27e9d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b150423fc9db45ed87375d364a6d357a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "439c337fec5a4124958ba294cedceff7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "90d0dc0b64bb45d7abd52d5a1ac4f172", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8482998c56ed4f0dbc621ce78697a01a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "1de31d0155a042e39a43df5ece1e91b3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "186ed7c4a41f4a64a4a546384df41631", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9e02b60551754d73ad379fb8fb0ee43e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "58f8d81cd7564f069b8be5685814e8e8", "region_id": "RegionOne"}], "type": "container-infra", "id": "280a7d7d90534c76b64db5a18a122358", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1a188b2ad3b34c6bb9f27cbd70797104", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "08ac851524264715a1659c9899ee49ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "41460f3f858f4640b9c9042be22c1b7b", "region_id": "RegionOne"}], "type": "search", "id": "3d5d125b401745e9a41a68c8d17a00b8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b12cade1c127455e849df574f777ca28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3f92d01b40304d98a264a489000ca0f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "476f6d5f65d54824a7a5424304f71316", "region_id": "RegionOne"}], "type": "dns", "id": "41f72106428340df80200f5e75d8bc82", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "56f3aea52f594161a32e00285f95a493", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b77d5ee6273e404bb44403d82f6b8f24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d03ca4c385fa4929990eaee812d2ad01", "region_id": "RegionOne"}], "type": "workflow", "id": "cf3ba161b48c477491cd894d22f36f66", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9d8d05ecf1df4bd3a21ef2ac3753a1e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2a9f1376b4164faba50b19ee07062b9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "30dacb98125d4e13b59d47a245167ab3", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c806f562954e49fc822e0d54f909fc1b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ede5f9e72a11408fa64f8263426530e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c58604e10e7d40d59130a9c86ec5da34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b7521d595eb141399cfbe652af2ac7de", "region_id": "RegionOne"}], "type": "rating", "id": "488083b018f345b1a851cd4933fdf8b5", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5056e91f7c544d3c99c5639089339d4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "db3825b533b544db94ad69c67dd2716e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c1c3974e528040ce8dee30c1bfa755f5", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e1819e06649b42aab00f1c4719f1a731", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d5fc0fa410ea4281ac65c109c650635b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cc8463491abd4327a45e208f41e0fa51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3ec9abe298874ea2b2b7f8e2ab525217", "region_id": "RegionOne"}], "type": "policy", "id": "88e129269c4c4a8580a81abec2c276cb", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e367f14ca1ea4985b760deb4140b80a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "15d43b5397484e86ba2bd943cf873087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "38edc3b4ea5644908343e84748d1f172", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "703f335f4ab2471c8b7f28fc04acb6bc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9c1016f73af3448c953710d77d14e2ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "242e5eca5dc445f9a9625ff8c4d7f4d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a0d9bcfcfb47423194d485b6983a0617", "region_id": "RegionOne"}], "type": "sharev2", "id": "0df5356f75474db5afbb99699c015718", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "57172359d41344e2a02cde73c69e622b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "25760e45a1034d71b33ec1cea15857d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "29d1afd5ad4f4d999c38931ba0bf72b6", "region_id": "RegionOne"}], "type": "share", "id": "75f7c7958548401595fd621113c32d89", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7ecbd90bda8c45bfb37e39e1693bdbb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a20a9f158b1a4c519a9f112587a5c197", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "fb0a36ae59b44e218c5cdcd9ac1edf18", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "fae942f4f2994e719e1f077fcf2d39c7", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3149ba774ee43bd889999ac46758064", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c08405b61724d24b37870d9d8f21306", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c6ee10ff3934e7aafb179b357523c9a", "region_id": "RegionOne"}], "type": "orchestration", "id": "f5e4514854de455d884d4d2a699f4d03", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf9e61f633d94b118959a3de88d8b494", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03826620b69149fbad1cdaaf433b83c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05ce6c692e944a83b5d78babc2b04afa", "region_id": "RegionOne"}], "type": "block-storage", "id": "37c6a727187a43ab81352ca27e19a65f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "006f8c7e5ae04f5497c9201170c941de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "845f3d3cd64b4132ab45cc4f78afab63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ed84ab3da304a76af74db204ed13546", "region_id": "RegionOne"}], "type": "volumev3", "id": "b73cc52ddfec41839e864aeb19f92c4a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e1ab43e82c942219240e1e0cce0739f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b078571eef44bcc9baf3123b4a65fa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc822267c827420c8f401a2a68aa8974", "region_id": "RegionOne"}], "type": "volumev2", "id": "7d23b4c8c96d4f18b91eceb97c5b3504", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4da9322d3e1342968b8a862820ea38f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8341f10d20a94b47b84c8dcb8baa84e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1f51feb269a443dada862d6cb7a0cbc", "region_id": "RegionOne"}], "type": "volume", "id": "103c294a503e47e99fc917bbf1d86e2c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34cbea455b8f44a3a108694b5957b232", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09501620834a435daf2802d959cd9775", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc7d632e2fea48a99266b890241dda7d", "region_id": "RegionOne"}], "type": "block-store", "id": "c5d7e136bd074bc293fc442e85fbc91f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6baab08bb7334a73a7df7d20b71046ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fa562dbb275649cb981cd62e2285ab74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ba306f12be134032846aa5257dd875e9", "region_id": "RegionOne"}], "type": "alarm", "id": "5cb5472b5b3b4a4f89ce9dad57c0d695", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "819324b8a9a843ee809920bfcdd58d19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "248071d5737f4bb6a5b858d8387dfafe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a27260c43771467982de81c2cd490fcb", "region_id": "RegionOne"}], "type": "alarming", "id": "14170f78d6964020bf435313e811063d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "902d1ee28bb04cd6abdbe980a97e4fcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d6e41eaee36c4dfb8d07a9927a587a36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "87e9394b884d478185d1fafce6487dd5", "region_id": "RegionOne"}], "type": "meter", "id": "3041ca275bee4112817a780bec055e96", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0ec2c498c5f043aa9a0bf1c64e2af91e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c911e72d8d3a4c9882c48b6d124b630c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0bbf7edde467443d94c59adf2b698463", "region_id": "RegionOne"}], "type": "metering", "id": "d3a997270c5a45e2a48a7548d86fe5ce", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b2c60f1082964244993f4a6f196a9473", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "db5c14bddbf44dbc87c8221e885665aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ffd40dc82fc54a3d89365fc7ccef3425", "region_id": "RegionOne"}], "type": "telemetry", "id": "f02e5a3968c94ef6a293573d82dea7ad", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a745e1d6322b445987d1724ceb87e2b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8527d0b4d84e4c51a7ff4a7b0712b433", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a529ebf47459407c8986a44c6614da4a", "region_id": "RegionOne"}], "type": "event", "id": "4481a8e197b046da9bb6a729e9765fde", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f11ca30eda054451ab60db8b6666c682", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a39e7adedcd2471da065cec611ece124", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9b5b137489e64cc88ddeda805f3c0877", "region_id": "RegionOne"}], "type": "events", "id": "365afbab7d8d4a028079328eceb436f2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8260c6e6e7804928a31e2eb1dfc953fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "442b744e9e3d4d798b2397572cf1d840", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ff504c3c7f3c43049598a278ac53e893", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4911452dfd284201a9d2d2af32b269ba", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ecdb993d169244e0b2c9a2902f9493f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2732038b5dd1426684bee35fbec6708e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "64b195e5405e44ec906600e4cfb64f35", "region_id": "RegionOne"}], "type": "application_deployment", "id": "15d8809bb6864a25889aa6aa3734af89", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a508b689c7da4c29b5c831e5ee6c06de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ff93f3f8fa1f4f13aa0aa5ade2f52096", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5407b206623c4cd796e640ae6f5827c7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2e6246b797984c2cb1318a48ff12d34c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3acd617b1b464040b85d546c9d00e052", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c407a61cbda9470babf828194bdfd3b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fa60b606615a4332a16cefff963fba3c", "region_id": "RegionOne"}], "type": "tricircle", "id": "1a624e9394b34c51866bf7b67c3e01ed", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "da3ce8c8ca0a4c68b73a81de27f12c8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "cc46f2106ecd4466a168bdc3fc37460f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b7649054703b4efd9cd3dcbb35802ff0", "region_id": "RegionOne"}], "type": "database", "id": "962eb31fe737482597879d4effefa11c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "889fb97e87f94a23ac191cd38670f35b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b02df4c63a5b4c39a800c773898bcefa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6033550a6e624381a3a7713fd056b5b5", "region_id": "RegionOne"}], "type": "application-container", "id": "7132c18e27374afbbfdcf1331bf5d4a9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0a9a01a0642545d8a83da1e821db7896", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9a8ec48577e448398af66fce65ceac8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5473ec0e58e94fc4aa5b445a37cb3e08", "region_id": "RegionOne"}], "type": "container", "id": "7222a1b29bd044b28428f3d491facfc8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fc7332abd70142a68364be11a370634f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0764019e8eb448eeac201b758e2b7c87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "577f70c37ff3468b9d1063a79e63a7ae", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "11ae507cab6942d0af88c1c29cf3a922", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "010493ea48134cb4aacbf491455a3754", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4aa1c055f2ca4435a2d353c9f6f08ca7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bf199293a0954a58b4a4ed93720ed042", "region_id": "RegionOne"}], "type": "rca", "id": "162c7fb45e4b4ebc8924e3dd3c6080f4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e594d19d808c4521b7d085f665a9547a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4076be6eeafa42948efcada1263e5866", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "750adc874bbf478099859a1ae1ee32ae", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "cfeff3c031394634a5fcf4078dcc153a", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "81fde412f4934afeb731528c7fb45ae7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9ad4f1e8d7b44391b9a4f0d0b6ab435a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7c28ba5a754c420f87643430d96c3599", "region_id": "RegionOne"}], "type": "network", "id": "6b69a25164224018afa43045fa7d9f8b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d0830c01d1df451cada0eb2eab3faa88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "fdf65cff3e5046e4bd7907ce644b6eda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "5d134447874445d395833ffa0f7fc555", "region_id": "RegionOne"}], "type": "backup", "id": "3bdc720d91d84f6ea40d5cffb15050e3", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "303b5d26e84f4188b5b8d4c68e278081", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8372e1fe158946848c418bccf165bfe4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4972d3bf5f3348329ab7224e5c90656c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "15dcb655d4ed4523b5a506ab4d94b621", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a452f719052944788ad6139e5c3b7b6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "11948a3583e84805baf750fc0b22768e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "692509020ae64eb3b45fdda17338c646", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d3403666d5be451fb6df2ba29f3128ad", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "420b13398cfc427b860a593e3af7e3d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "55ab821cb8144e3d9215ec9d0cc24ffd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "af8f4635c75945c8a4dffc0486aedd8e", "region_id": "RegionOne"}], "type": "monitoring", "id": "e06ac7b4e4b34e1c89b55f1fc7c5d843", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "08274e53f945417eaa1d328683b4b35d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "389cb8db4b164d179c280e3c90475b55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ab34996907f340d49266542136605262", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "482c0043976e4cca984430168723f4c3", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5f5087e6dbac4c56816d4e9249f5686e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0faffb16abc441df98b20dbbc168ff6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "6c8bd86c9bce48c98ba77043c74c1c8b", "region_id": "RegionOne"}], "type": "placement", "id": "c6fc6cf9337348188ee18e57641b0e11", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "111380a1949d4ac9b74b3acbce0e79cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8fb08e88cc884c5a8be9ad0d30993d20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6330b078ba8b48bb8010b9709c32eae4", "region_id": "RegionOne"}], "type": "instance-ha", "id": "0672c541617f40c58b3ea157398c09d1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bb3368383ed64613a064359a476036e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "13154971354a4a5e98694b56c8acfdb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "458354da728c489f91476f65c186a251", "region_id": "RegionOne"}], "type": "ha", "id": "f55b649444d140bbb9fc4d1cc8d5b829", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bdbaef74ae534345be9450418748ad9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e4984d71fa2545e9802e3881bf90d0fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "461e2ed4df364977925bc2d1e90244df", "region_id": "RegionOne"}], "type": "reservation", "id": "62dae585816045248a42c4fd9ae8faf0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "68ba5c79a0e14693b1148a83bebab089", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b43277b7531343f2b46c3af4284648fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c93644c5ba63477b8a877ef18fe72536", "region_id": "RegionOne"}], "type": "function-engine", "id": "61b8855fe1f54505b9b4979c346e1cc2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "58844ec2ab954cd29d039c525b476ba6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "46aa3a8dbbff4d0d88f541ca0378569e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "92e9cb23877d430e837362f9a4af4236", "region_id": "RegionOne"}], "type": "accelerator", "id": "3f971ad70b164af68c8eaadf9a2b63f5", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "786a6d0fb54e48a0aa37982e82a6602f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "85f54bd7865b46dba5695ad94a449877", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "06e00dc510904d0a9f7533bf40a85ced", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f31ad5be19a2428ea882dae0e5559c0c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "986864f15e5c4daf816894d65bdc42e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "14fe14c044ec42649520be2b692df584", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1ff58fd296b74a3da8d550b25f224a1e", "region_id": "RegionOne"}], "type": "registration", "id": "b89e9c2727b54eb582f017d057813103", "name": "adjutant"}], "user": {"domain": {"id": "c36db9234bf7485abff4345fe540f9ed", "name": "0352188e47ba44afb9458f8060b3be27"}, "id": "de23dc38c55a40bb834bb9224a631957", "name": "5746fd69c2494b4199baede12a68fc5c"}, "audit_ids": ["ce269d0681bb4dfbb806481b1173632a", null], "issued_at": "2019-09-19T09:04:43.826206"}} 2019-09-19 09:06:44,073 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,078 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,081 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:44,084 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,089 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,091 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:44,094 openstack 'qos-default' extension is not available on target cloud 2019-09-19 09:06:44,097 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,102 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,104 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:44,108 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,112 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,115 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2019-09-19 09:06:44,119 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"policy": {"name": "goofy"}}' 2019-09-19 09:06:44,123 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,126 keystoneauth.session RESP BODY: {"policy": {"name": "goofy", "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "is_default": false, "shared": false, "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}} {0} openstack.tests.unit.cloud.test_server_set_metadata.TestServerSetMetadata.test_server_set_metadata [0.288885s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,905 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,910 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,912 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,916 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,928 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.843794+00:00", "project": {"domain": {"id": "ac79e4cd32b04e95b8251b393c36141e", "name": "cb0d6d94c3c74811a5097df3ee471258"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "22fd4ab041874a3fbc290c48390ff3a2"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "22bdfb23d90b4b2d9ba867d34700ac4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0bcabf10c1a849d2899e79ab73e75b28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c2efa6da5ae44c96a9b5a9993b02db97", "region_id": "RegionOne"}], "type": "identity", "id": "629c486d73d742e2b78f2a6b2b876423", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d64460e530e54833b675771f0d90641f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9b4571e7731047cfbf0297f394d81ff0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "2196690e9b964e83806606555cef264d", "region_id": "RegionOne"}], "type": "compute", "id": "16b3b0f10fa54b29932e850d24617f82", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "0c2813e8c66148c2bd912f7de94b93ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "705053df12c44f5eaa4549e89d32a3b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "fb9cd6daae7e404aa31b75c46736970e", "region_id": "RegionOne"}], "type": "image", "id": "0f5fbf14b6d247c58a902e3ca2aa5fd9", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ffebb71e754248d4afbfe91f41bd3404", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5b29c56da81c43298b03cb8a51d69767", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d301bba5827d4dd9a5d86f634db22e5c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "62392564986a41fc82e0a53c625a5fe9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6e6ecd7884a49c38de0c15fe072be2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85f6da3ce757415980ae86ddcd0118a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5920dd217b434f37a12d6f1efd859e95", "region_id": "RegionOne"}], "type": "object-store", "id": "95c07f2086fd4281ad829d38a288a4be", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e74fbba114974252937f29c2354545fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "006163e305ba4e03870a4b73dfe51d7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "78ea174c5bff47ffb12042dc6f5e1c0b", "region_id": "RegionOne"}], "type": "clustering", "id": "4ddeacd226f647a093323bf38899c53c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a1427750305b4c69bc9e9a90c32947ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f602fc7d5ba5420c9147da80d7fe33de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "34dfbcfc4b464b3eb225e2f504393797", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9daa8d8acca342a0aa910b83f2310223", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "825720720a494350884001e9e96fc8d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "96e06a17281c44e992977212d255cf50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "21d1f62a0ded41dd92ccb9d518943e64", "region_id": "RegionOne"}], "type": "cluster", "id": "6405c213df954fe287433ca711d60ff7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9105471a54214680ab83a64b1beaa6af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0a9b9e8525794233a240c3b553bd0e74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "db27c1718fd44977818a1422b3130a1e", "region_id": "RegionOne"}], "type": "data-processing", "id": "f39600f6f0564bb1ad31ce580762841e", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "de7c5fcf6df347a39697be5a6f4cae6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1247310ce22545f3bbe2b809e8ad9d00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a6d467413c1946ae815388921c40deb3", "region_id": "RegionOne"}], "type": "baremetal", "id": "7d44b207470c470785ae0ccd59623437", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a550cceb222a4c2bba82cc98c8b442d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2e15f66401dc49a3a4d9305dc30c2acf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5c53662685ac4aba97323fba6a443c9f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d967a085afea439c952b7721e908376d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "40139c20a55d46fa8f2d205584edf490", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "42e624c53db44bf4a4caf23be220a99b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "28a3ffbef76949aaa4b4a59dae6c8780", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0bc4d6ada4474788930602d0cb312480", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "152e35eff77f4f858dcbcbe90672364c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "058a9e79ae44411daebbf431f808efee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "08d2ea39349c491abc9c2eb2ae3580c3", "region_id": "RegionOne"}], "type": "key-manager", "id": "4f7fa9435b4e4f26bc8e81ff3823f32e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5373ab86f97b437bb1f8958f40c89aea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c65ab2f90fc14c969b23dd8018e175da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "140a842804ed4c4c8d83a601331ed704", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "4f4fb0a6210d4d12bf2731cf8f57bd0c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1961525902ef4610a9548b1c305dd400", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9c3fdf557929452dbdaff8bef9246c0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ceb2eef069c44b6983fe556a4adcae1e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9cc5cb421ba541fab007a9451df7aa79", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "463b365b69774919b015e57af2a0b729", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "17088ce8a88d4c4288c13dc2795723f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "62b9169d0d804b03bf179813d69a96d9", "region_id": "RegionOne"}], "type": "message", "id": "71d6916f71ad47588174868fead4f209", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7fff2505d52e44b388617457edcc8410", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8fafd2515c8d4494868690db719d983f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8c956ccf218b4181a25a353175ba9e89", "region_id": "RegionOne"}], "type": "messaging", "id": "df966da0dee54859968278dc9f5fb88e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "18860abee90b4adb9d642a5a15aded25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ca4b7d40dfcc402fa6379454bf729518", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f0099102cf274fbf94472f3a6602eb0a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "410791667c6d4be8a36f0902467d1248", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "da414bcd47954a62b6e5aa445c005a03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5db661ff19bb462496194982e6fc9316", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8cb6bef6650c401a816c9a9bdfb4674d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2fa4b08dc17b48f290c5a5267a188740", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7801256045504b1685d0884c252a7f3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b352cf258dee4873810799de71552736", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "07ab678c75034c0aa08a2d1d917074a8", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ab80fa49a06441609ade2f2d31850e38", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "daa33f9d98f249448afa831f8c5f3d8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "df87d4457bac4c1ba7983c5c3673608f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d7a3b860740c42239a81a5d18705fbaa", "region_id": "RegionOne"}], "type": "container-infra", "id": "4ad3dca06289427e903e0fdac90f8fdf", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "55a37c81a56948f9a36cc0c6b476f3ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "94748e1a4c71437f96508cacd68846e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a0129b52028a4e1ea4866601e38d50a3", "region_id": "RegionOne"}], "type": "search", "id": "a27c27092df14c9384ff3d0c681b7f8c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "744993fc65314c1e9627fbfecf260db2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d39ab00629b944cd8ac7e29ef90dd51a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "311de5af683c4f09b65def50369f0261", "region_id": "RegionOne"}], "type": "dns", "id": "fb7ff999dfb94295b71ad2957141c773", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6b873a7a4df849d392564dedaac28789", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a0dadfca92fd4e7780fa85d2a2878b52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2bee12fc3b694fb2807ab3033170e618", "region_id": "RegionOne"}], "type": "workflow", "id": "e059d883882549c594473b4491a12995", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "25e82f8b4f7143b6b6126a6b83a5aff0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e81ec8cb46664c839108aa11a4182990", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d6e214e064684b0784d199cd1c334b6a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "44b78af4073b42fdac9e58e19c50839c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a05c73a6b03940b29510991edf1d4a33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "298a1bea7922463097713fef02e80f35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b8584cbdf1ac4504bd7a0d9b4e4d9f4c", "region_id": "RegionOne"}], "type": "rating", "id": "ebb9c15fe5e04219a9ca496dbea73abd", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1e944e1a434e4d11b420da32f4603c53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f13508b56a7c47d5a2456f39b0cd55dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "356fb0918d33478088ace6525a76c483", "region_id": "RegionOne"}], "type": "operator-policy", "id": "2344db73720445f49af6dee58fa2831f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "eae26edd1ff14befb5d26fcab1ed202e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e6af9312ac92435580c6804a6ee933b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d3848070de8c42e8b4a09dcf62fdd420", "region_id": "RegionOne"}], "type": "policy", "id": "106d3865aaa140cb9a9be22d13913d19", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a9ec6ca825ae49f1ba04af19896ba7e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a6e72d0493a34606bee1ca6322a8a991", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "648b8c5bfbff4056927ad5a6399b0f77", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "67933c9523854434aa3b1b861a7ad04f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f07cdb60bb364483b52bd36fdd410043", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9bf0ac760d0c4170bb4708438c69dd3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3b98398b1b26454e97cbdb40b90bb855", "region_id": "RegionOne"}], "type": "sharev2", "id": "8829eea3d096406fb5d6c91510f0b3bb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "77ea9a4b27224cd4863b9aeb75f2aafa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c2f8a1b37a4d437d8985f36b9f0012fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a3e7b799222f4a7f8fa9b5aeb6842ffa", "region_id": "RegionOne"}], "type": "share", "id": "4872b441fead4c6fb4667c6887c7605f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "261e413e3b5d4b9795269409287689f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0c833c5fa246432cbb095298962563a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "88845a9b6e1a49f5b6dc49ab88fbedd9", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4ac7cd36eade4b9c9cac07b2773a1200", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1acce25b3a26488692a7de7fd1916134", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07bd8986378f4bda958a8cedaac6ea23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe6e5a04024f413987e52d6178568c7e", "region_id": "RegionOne"}], "type": "orchestration", "id": "a1deba4ff4b64113bf13cec4ac7433d8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6734b8c29e9546398b005b23abedd6c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cbf0f1ff6416480f95c869b4d2feca40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dea0ed8d5bda49af88f998021e0834b4", "region_id": "RegionOne"}], "type": "block-storage", "id": "720776c30a7f4fb598092d87439ea802", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aeeac14b12d245d18a6cc3a18a0ad314", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e28c3c40e98a4119ac55babf1c927a30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b094c76c776c403cb7c1981a2cbc06f4", "region_id": "RegionOne"}], "type": "volumev3", "id": "43fd5b5f217e4d418341b6f02af0b6db", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75a8e7b23ed94174b035511474dc6676", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39b7d62971674dd7a605770d7ae4920b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2216818feb984c5a96506059cf9504d3", "region_id": "RegionOne"}], "type": "volumev2", "id": "c5c452c763ad400f9c3e0955b8c88fd4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b86ed3c97da4a578fa5c319b714e02a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fc3610efd6c48818893f1ce8b9717a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4dcf4c12c73f487b8ddac32cd4117502", "region_id": "RegionOne"}], "type": "volume", "id": "1f55be18bf9549a4b655428d7a4c7860", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f52a5c0b97494a06b957c55ac77f08a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b76ea444f30544ae9c2920cc926a0b60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "056495be50034d99884022ad2065cc33", "region_id": "RegionOne"}], "type": "block-store", "id": "db75ee2a77364a4e9fb1be47b10f88db", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bd21b3f01c3c4bb1b92c251c605c3673", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "990ce2f38aff4c07979686d0eb2deba5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7191eff736274bbba48610ba5695c939", "region_id": "RegionOne"}], "type": "alarm", "id": "aa708db163b549fa8cfc3eefdf241df1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ddf4a75683cf4f1396317a6740dbc290", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ba38da4856ff40f99f4322c980ae6e27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a7c6365476964520b526737ec1a9088c", "region_id": "RegionOne"}], "type": "alarming", "id": "1e2acf9d4df140cf95ac704b7f11dd93", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ee6a4b5430a74f3981b03064cf0951ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "30a94714404a4ea584b9542955b2bc84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "88454a9a20484820b886b227c26e2068", "region_id": "RegionOne"}], "type": "meter", "id": "13cf359c203e408ca144ad0ed954571a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d777d7c667b14f0f80d5f41c36323ab7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5b25e4a3ce8a47068fc2420c8e992316", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2c8f50f1f1da4d2c8410cb524cf13ab3", "region_id": "RegionOne"}], "type": "metering", "id": "f5733f9fedc6480eb7204ee52cc4ddc6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "eb7253fafcda4453b76e41ac1a69d6f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d7c1841e17304103bea532955b09f61d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fffec1ed19f24fec847d673f0b31e1e8", "region_id": "RegionOne"}], "type": "telemetry", "id": "b10a6cd1fc4a4ba993fb2fcb143001d3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "037fdb68285a4edc855f079de61b02bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5a41ac2e068b409f817b2865f3876bbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f57816a808414fe6983be6cf0d57bf8b", "region_id": "RegionOne"}], "type": "event", "id": "c9c745faccc242b2ad844b8d3dfc5c62", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e7c9d44d7d0a4d89a463dc3d78614e93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ee4a8d88ea8a423c827cb96d3af1fca2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "755936d26fc44aa488a684888531e93a", "region_id": "RegionOne"}], "type": "events", "id": "d8d6f60b304a4c2391b81b42ccb85202", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "56ec37f2478d4289b8366742245ee109", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "51c85d8af4b94c70af1d75ad9bdc7528", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4d1c8efcbf2440cbb7b2fabcf830ef79", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ef84bf34e4ee44af91b6f3b0649b962b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d80c814d523d4f88884531390385f6f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cd920366fb574abb81be326b4cfc6005", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fea35d1359ac4ca7afdf84a8d7da7b66", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1de7265f04ef458091ec23b5a6dd04b1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8cc965d046a9433c874c5ed1c9b46784", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d72d1ca3a87e43869490de2e4fb7b4e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d0b7c64073c144da9103468f92fab4ce", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7c89c60693fa4f22b7eb6b657e6872be", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ba992ad6c63d4b6883b518b8adaa0972", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "331e5eee49fb45b6b90f8005b95aa6e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "efc3763bff7c45ed9af02dde11f9c6ba", "region_id": "RegionOne"}], "type": "tricircle", "id": "f360b6add961497aba07a31d75992968", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "888e410efdad44d0a2b0fa373466b487", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "651bf732dc6642e599391d2120b5aebb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1b894514b93549849a68019b01e44ebc", "region_id": "RegionOne"}], "type": "database", "id": "b64bd25dbe814deeb2e47e19bd323367", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c5036947c5f04b0bb0c4820ab7669f01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cacb10cdbce54b6992ed3c3991125aa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "09a4138d360343c986fa3fa197e441e6", "region_id": "RegionOne"}], "type": "application-container", "id": "9befed566025474698a56d4147757079", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3a1d9511f9f24144818d38f18adf19e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "739cd771834d4f2da612b075fe38a09f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2acced93eaca46179a8b3231e37358f7", "region_id": "RegionOne"}], "type": "container", "id": "1ea88fe2be504a7fab18080c216e2238", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ebfe6f776aca49b3a4b79b35552d0361", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f1da3fb90a964d46952e6e807c3625a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f6dd006d730c4f198add4db9a9fb2de0", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4acf2762d4584e76ae0299ea6263f9f5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "255a1e4a728b43719f6e1838bd618864", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2c38b2b7140e4821b7ef9734dac06eaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c1e38d72ddee4dd6bb9ba1ddf28b205c", "region_id": "RegionOne"}], "type": "rca", "id": "39580400da5b4c668ab440a3ad98114f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6b1471d2fbf64471bf9543d5c63fd27a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "cd5613fee7734ea1b7fc4bf04ac49cc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6b372dcd06ac4ca1a34666669f62ec55", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4d6ad950af6e4e8e9d17850fd50b12d9", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "b08408ccaba74735b0fd8c1e76461407", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2e758548563e4d7e94de46b19c9b8aa2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c11cdae096b74be3afba4b8d18015746", "region_id": "RegionOne"}], "type": "network", "id": "00d8618611ce4070ab51e17321d75f8d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0c7a91fe9d074265b7c67ee67fd8828c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e869e1c045774068875a576116dcdb35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "1768794e242945ea94364ba5a9318c71", "region_id": "RegionOne"}], "type": "backup", "id": "a1d534c76a7e469faaae75520442b75e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ada3480607e44cbbb330df0061cb58d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "eac0ff70d42944e8b9e37b6f0bfb5b3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5dab90f0d36b497db4383ff22cb8de20", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "cd9b7df4e961482ca5e99e84c1bc9cba", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e4f0776c80d947398b235c4dcb97034e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2451c88e092a40a8b3887921f44e3dfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2778c32d6ae84caaba2f4cf55bae8ef2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "7c75ae24bc7548e09965a012e369e553", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c01885f97ffe4e6c9784fb59e7a978d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1b880a7d220a492b857fb21f61b5b06c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "73ad958570a34a59842d8bf2f49fa064", "region_id": "RegionOne"}], "type": "monitoring", "id": "5edcb58934ca425f9898f06014e5a8b6", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "869836e5c0fc4d458cfd5f10bbd09d11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bb7042da868649c68abc11ca38878ac7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6d87bc189ba848d7a29f118e29310dbe", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7be2d5ffa99449dcb1091228423d875d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ce39749611684a0598318d182baf896a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "784e955999ae4cd3be9d137bd2794f55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "be18524521104f11bf9a2e6d51a3717d", "region_id": "RegionOne"}], "type": "placement", "id": "7c9ab277a3ea454b85f26acbb659c955", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d31352909efa4c23b0eb116106725fec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "30ae81b5b877403188d1c637fec6bad4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e2c31344c13f4f5eb779f8d5eb4bfd1c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "23e7800dc3494122af8552ff6c56de95", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "919d34524e2b47138ab14d1e53bfd1bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ae22b5b5856643599836be36977abc71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "71b428b8404f440586fcd5cbeb51d722", "region_id": "RegionOne"}], "type": "ha", "id": "44d843f594dc4b35bfb6433acf260740", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e2fa00c69c99402dadae4da855e80914", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0823af481c844d31b4b56ed796c17000", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "57d358500fe54dd0b21be7f8320ce4c3", "region_id": "RegionOne"}], "type": "reservation", "id": "4fc8cdfddd264457b4151a2d348d9ce1", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6bed86a2e7bb46f18760e20d89e47e12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1031a665fbe14c879d3437b8dc27d034", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "751125e35820494d9e96df7c96e01f92", "region_id": "RegionOne"}], "type": "function-engine", "id": "b87d42e778d44e18b0f81ad981008e84", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8aea0938a3144c9eac34812d796aa798", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "11c429e96a2043019a1ed70749dd7f1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ffcf714246954ccc9e53d2aba24f5f53", "region_id": "RegionOne"}], "type": "accelerator", "id": "daedaa86b00745db8134c93252f31f12", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "eea497917aaa47a290d6f4b1a76b2a5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1d6c4afe541c4afb809dd83c21825c4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6cf5fcabb2df4aff9023eab11b9b131b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "37d8cce41d0c4cc3842ad2c013d05a3a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "959fc006a00541bc870b5a68ff5f007b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4d4ba6f844094745b1c0fda38720bf0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "181e51509b4d4adbbc35114baaa7cca7", "region_id": "RegionOne"}], "type": "registration", "id": "196066fe1c75458a8dd6d93f0fdf3ca3", "name": "adjutant"}], "user": {"domain": {"id": "12a283e70e5d4963b3d1a8eaf5cdbc00", "name": "e9b31283ea5f4f6cb05b2bf740f129e0"}, "id": "13b6d8d2a73143c5b9d06679a2e68023", "name": "4c9d6985bcd548d5a481078d288975c0"}, "audit_ids": ["ae0ef0c5e0d7413c96b055a65583336a", null], "issued_at": "2019-09-19T09:04:43.843794"}} 2019-09-19 09:06:44,036 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,040 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,043 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:44,063 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:44,067 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,070 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "139a17ce-36f6-4b91-9c3d-25c61dcdd6f3", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:44,114 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/139a17ce-36f6-4b91-9c3d-25c61dcdd6f3/metadata -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"metadata": {"meta": "data"}}' 2019-09-19 09:06:44,119 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,122 keystoneauth.session RESP BODY: {"metadata": {"meta": "data"}} {9} openstack.tests.unit.cloud.test_stack.TestStack.test_update_stack_wait [0.290768s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,896 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,901 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,904 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,908 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,922 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.825041+00:00", "project": {"domain": {"id": "750e60eebb6248308bd7754272a561f9", "name": "ce9b0b570a5c4272ac6ca9473a33b323"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "cad71e58d4d141d4bcb7e53e88e3bc93"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "b10dfa1e13a345e9a25d7fa529a8a025", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f03387040ee9497abe1ba0682050f6b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "dfc725ea0c3b4bb681f52fb1bacb24bc", "region_id": "RegionOne"}], "type": "identity", "id": "72139cda23c2477aa8b1b13324c0e827", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4f4ed6a3a2f747c9a926f57e27253aa8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9d8f1ce41f5a421ebf4000c212172f42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "80267a53f2c047fa8a651b828f15d37e", "region_id": "RegionOne"}], "type": "compute", "id": "881af00499ab4b1c8959807b6942f1c6", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a9b84493ba6a4458ac2b27f92ecb269a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b07bdfee21f94ffb852899ea5aa3712a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a39f2aca09dc4a908df96b16d511e78a", "region_id": "RegionOne"}], "type": "image", "id": "4e10015143fb4435b6427963f19c610e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2965b48b03344bb89a1c34a7b496cf89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3ab3d6a03e174031bc2739aadd0c7b83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6e996a1b81a949b1892fcb739a6b07e6", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1ff5d9c4f2784c1ab56ed7b3094a4df0", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80b4424d0d154deb90923bf9fa843928", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f30b17b7cba441c8e0f709b4b8ab3d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5902ec249c74450ae15254e60de21bc", "region_id": "RegionOne"}], "type": "object-store", "id": "e82925fc1b294f1b9f8f9e4d6403e7bd", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1ce9e9900a744bc286665c7e71a8e64f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e9ec3a09bb6446488dff4fe5beef4176", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8023518d00394a879d32dd802eeed604", "region_id": "RegionOne"}], "type": "clustering", "id": "795f51b287ae4bdf805d6ab2480082f2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "85f1c8e8831247b2baecb3c8f6309955", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fcf2adec7ac1423ea7e493f160813940", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f3a3011728c54ceb92809cd26058ec76", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "da54147e6e29435188a43026dcc3af82", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1479a53c3fb24ab6b2944fb97edfc6fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7cbeffd64faa4dce949f651f7d09dfde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "da4156c45aa34795bc1b1194656a235e", "region_id": "RegionOne"}], "type": "cluster", "id": "48308485cb9f4af1a792a791ba804614", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7d28c36ccd6b40a7a6ddfde81abe1253", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "814b7bec6ae34462ace8adb121f6f1a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "bcc0f8ecb4fe4c22b9f2868d61969746", "region_id": "RegionOne"}], "type": "data-processing", "id": "3e6da9b3e9c945e68853f63c142239aa", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e38e7cdaa01445a7ae511ab7b1c6ab8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9a954fa8ce664a30bc37273674c4f398", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2008db4516f940c1a7c6ded93a68a5ff", "region_id": "RegionOne"}], "type": "baremetal", "id": "0eadeb818b2449baa1fa188f69397af1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6c3cdaf39ec54073b02fc89d296760d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "33d326bd75894337afdfe460d03af309", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "242962a9558d466ea7add90648b46193", "region_id": "RegionOne"}], "type": "bare-metal", "id": "55c150ddad8c4a62ad69b701e03066da", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "73a4d22735c74c4ab7fd3e5f2475f281", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "de10f6f9fd6742d1bfe045ab4c95d6d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9a084afc8f584e4894c8e3882a9fec5e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "73329c536a10431c95fdbd7a09eb92d2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a6520eb38e31468b83d09b6c24a171cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "00eccf008a164681988a895c83cfe0da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "dbc9f03ba5c347c7b494063d687bcf4d", "region_id": "RegionOne"}], "type": "key-manager", "id": "fcea1165261d4da88cbb99e66a8c6714", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1bf2147debcf4f469288010b36fd665e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "38dc3ec712e44dc7ac312030c1e5021c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ace0562a774140e9b5dbe3f011d163fe", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "3f91b11e994a40f787c2d7b2413bc1a9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ebde406cb43f45e4ace78456c17b3315", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0bb6c067a6c5433a9b7a685674405f2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fa020f1ee76f4702ae00d101460cebca", "region_id": "RegionOne"}], "type": "infra-optim", "id": "135e0f101b984528974965b248009b62", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2167a472227c4c23aca6156fb43c4771", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "831232e7f8944892b0e98185d7c0f45b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7a0140c5385143469889ff8f9f0afd04", "region_id": "RegionOne"}], "type": "message", "id": "03636c429d9e45a88b42b7fd2b3de7d4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "13719dd984d84473a6deae7290d3048d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3161e560ebcb4411998aacf294bcc689", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "10c8f6f1bf3f4286b1093323c615c529", "region_id": "RegionOne"}], "type": "messaging", "id": "980b6d9ed652434081f787907ab5f1c4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "42ee0858eac04120afb43a02e3339236", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6fc8c74e1e0d4532863afa27b8c916b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "46b48bccabda497680856ae4af48b7b6", "region_id": "RegionOne"}], "type": "application-catalog", "id": "58fd45e67df7402aafb44aea43f1f9e2", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "581161dda90140c88b496799ebfc3284", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "da1d78a66d8248b6a6132730a2c4de7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "81433bd0802540c780e7d5ce52d3c896", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "16d45582d2f14a8b95612e622402d1c0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2b95778bcc924f4ab9e7743c2cc5906d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "72bb1f45bb7a4320a54774e7ecc76f4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f504899aa931478a824211753a98a85c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "59ca98031e994e76986ab5bfca25bb3c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e3b833cb766b465fac3c4b53bbb46cb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "10e2798701464017bf35999e81521fe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cc3b9a7cfdb3446eaeb030d8aa6b891d", "region_id": "RegionOne"}], "type": "container-infra", "id": "3cdbca98db47490eb1ee1445993d8576", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e9ecd9881c174f13a23a39bf3f10a671", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "6d134fe75db64a08acf3e7b000847ab1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "823c15c7b4794ec98c989bbf6bc540c9", "region_id": "RegionOne"}], "type": "search", "id": "44217b82d38046378381404009924fbe", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "264702b5deb44aa68907ee4992d95372", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0b411934c4584c70a65b9ec6d0eb4bdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "09af88569e8240f9acd81d0cfca38a8d", "region_id": "RegionOne"}], "type": "dns", "id": "e31b9eb098d34555845476cee25bf45c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d3d83400a3e34289b05a124e8d54f02b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fca7a1fd00664a8c8ec56a9b26c887c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ca18fb70145b401695bb23c6d3db3a24", "region_id": "RegionOne"}], "type": "workflow", "id": "4a16ea4956b74ea28529de564324dc05", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ce6447a5598a4cecaae7a484e6c783d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ab6118f6df864804b4f55258b469eabf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a495a9f1d60e43a8947d26ccc3c0abd1", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a5cdf0d26fd6403bb58df39931fbd9dd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8dc95e1497f540b9880eed7f8caaa90f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "42d75d97cbba45958f79982e28a17adc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0a2c8a3627424708ab0cb225626042a4", "region_id": "RegionOne"}], "type": "rating", "id": "9689360adec14e3b97ba47f5b68fb7a6", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9c7d552e3ffe4df281718f8edf058c06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "72539578d7dc41a8b04f23fd56b134c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f3e2f5ce39b54db685ddfbc81d6a0d09", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f2d126d83b16412aac97b2aa384adee3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "15bd1062f15b47f991331b80815f9121", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a3ec73be446b409794397711700712ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2d14c0d73e3747409852d83b5fdb9022", "region_id": "RegionOne"}], "type": "policy", "id": "fbf770f2226d45c6acdb0b8d79522497", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4c4c6ca64b4a416b90871613a38f8e8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "817373d121254c5e95fb8b7580735d69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d215402667214b739b7a9f39d9d1b7f4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9417b93065f54b569f60ff7d060a272a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a616ce159b70483981c53e041ad7bb4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "693a2e6f9cd546fd8bd94ebd2dec254a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cca15a0a0bb24e06a2a8cf80e48f19a8", "region_id": "RegionOne"}], "type": "sharev2", "id": "3f6743daaac74f3897dc219af0c5078f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bff446b5869e407b989d54a00dbd0f8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1b022c1aa4694ee49c769f2c737355b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9a18a18422e642b1846ee76785be425b", "region_id": "RegionOne"}], "type": "share", "id": "15d6eca6f1044f199079208a396fc7ff", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8f0d87ad4c0047568b69019801ea80cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1dde94cfdc9044339c5440b15870d1ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "20f2c8515c38404192b858ef0a7c0d8b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a7b9e0e1bfef4b5dbcb8c1084f898da0", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce5ed0f706ee46fd9f480bd14889b373", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d537d10141f4223b77e12af5fc0bf8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2896cea76a44f8c86e668af5c37a7ea", "region_id": "RegionOne"}], "type": "orchestration", "id": "ffcda6212ae745a09630132f590adc8d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ddd6a5d2f2d418ca6643aef019f5c7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00ec4ff983a74d7cbab7925bb72f8753", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67c43a065bc34d1c8ca8f68de6d014f1", "region_id": "RegionOne"}], "type": "block-storage", "id": "a8c770fddaeb4d84b63546b8710772f9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60c5b445e2c54fc0a8ab69e3e64c3889", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06bcda378468483d9ee28a60bd792ad1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f68ba63c4854ddbae30c2f259e86f41", "region_id": "RegionOne"}], "type": "volumev3", "id": "47efecf12909474b9313dafcac9a2a2c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7163a13808342fa85a1143046bc28c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6cc286b8e98c4d10a44b19fef5e00f39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5118873c86c8459ca0d4b667a38fe01e", "region_id": "RegionOne"}], "type": "volumev2", "id": "fae5828de54240d4931e6b361acce861", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "254a53d053dc4e71ba252b433b30d0e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f20763a3d664f8db8a5cb02b0ba6251", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00eb80891e27408cb1e17fa5f384a6c7", "region_id": "RegionOne"}], "type": "volume", "id": "5d479660e363400686f00bd9806d5ec8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d34f68570bb40b1abbcb10b7de3a027", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ef669c2326a4f90acbcd072dc500917", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b5f0d3f08b74c3f87797598d8bc9ac4", "region_id": "RegionOne"}], "type": "block-store", "id": "6f7d304ca86f44efa8dd2d322be66d6e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b7b0e7822dc2426ea1d80e0f8ef41d43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c8c2a735d3324715b92b767996717d9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "80daa202220345b18d9fb9b3fa112b10", "region_id": "RegionOne"}], "type": "alarm", "id": "6958b79209e54e0ba9016ae0c3fc78ee", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "00671198723a4a3fb1fbd13ff03938d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b8e02425b66f437d8da95f5d2c79f506", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a9976ba1af33471aa462454d7dfaa69f", "region_id": "RegionOne"}], "type": "alarming", "id": "501a62b262014d38967f698ea48db7e7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "822fbe71a30b49b6981a5e35306568d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "37d46423e0f241188a60159310b6c7ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2a99451c99de4fc8876365d8de10b341", "region_id": "RegionOne"}], "type": "meter", "id": "d418ed9121044a14b8891c36f8bde16b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bc4e2a9d5062486c964c2b274e6e11d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5334f24387064f97a9df7d247f7c4bf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b777d59e9b6f4616880458edab0d0114", "region_id": "RegionOne"}], "type": "metering", "id": "1998411716a842a9a7b31a27cd00b739", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d8567f15053049c497a344cf11baaddd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3c45d3b77c6547d9a934624d6425df21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0d7a97a19003421e84a007bfef090cc2", "region_id": "RegionOne"}], "type": "telemetry", "id": "3b272b9ce1164ab6891344a053ab33bf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ec31e982b4f24fb3b42843286c2b0290", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b06337d292e74c6a90096b2b98bab77e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c3484681df0f4794a4aeaf37793d79b7", "region_id": "RegionOne"}], "type": "event", "id": "bbe63c7c5b204846bf0f08413d323b8b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "caf421db4584483499754554e55559c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4decdbc5ebda498ea50ce772f8c0d617", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "35cb55cb4f9b4e32afb20c57b2acb56f", "region_id": "RegionOne"}], "type": "events", "id": "4d1bcaf98089473b860b8eaa83322ee2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6812abc64d6a4653889dd4bd40fc43f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "84832a014de141e3893cf8f2119427d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "92dd34aac3e842258b7b8243801d53fe", "region_id": "RegionOne"}], "type": "application-deployment", "id": "9fc59f3301b749bcbf2dff61d6a829e5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4247ce2fe06f4230bb578c3adf594869", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b3d45f18b8134a64a374c70c2bb3f774", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6e9ab4f8435e4c039b2891189e8dadb3", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b7e19c2896d549919d86a199a3f88845", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "175a340352c346849a092818db9da13d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4b41cbbc329b47a6adae2cb1a1fc2514", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bf4983bddad54779a692c72042bdde71", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "cab55e60dc1a4a519d3a6015e2e1e9b7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "799c2d0816c8400fac65df9e0c49caa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b41a310b0fc84bbdae77790ec4491444", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "50dd87d54f8a456db93dad6e10e7010b", "region_id": "RegionOne"}], "type": "tricircle", "id": "ec4293fcd8a5441ca3ef0c6b08afefe0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f1896a2ab9bc49db92a305ff4b245dcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "79519a1f2bc5407792d13333cec6427c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2afc83b6570d4299ac2eac0e0bd0d6bc", "region_id": "RegionOne"}], "type": "database", "id": "7f8314ba0fe84c50b8a4787a65611988", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "72792fdca8a9489eb486392ea831188e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8323d16ca8d74114b4e83bacd6e6bc33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "379ffb26dcce495cab59674e623c214d", "region_id": "RegionOne"}], "type": "application-container", "id": "c34d537257844b1fa0b4ea2744f29f6c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "69d12625b1224863a272d05b5f038841", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6b5fa34e316b4251abbdea7a77d745cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4a92822306d54e70ba45afb3af0f690e", "region_id": "RegionOne"}], "type": "container", "id": "5bccea4443574627be92ad44c03deef9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a9cb76259268406d8f5c022b2b93b7aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bbbd1c3d0f1a431fb84ec6137659a93e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0a3543a11ae44f6ebcb803f3eeb4eaa1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "16b345ff10d04437adc95e3831c63baf", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4616b4910dd3446fa5db5ade68b7d7d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fd9ffff8516245a2953e1e94c2f5d4b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8247efbe7f934324a794f62ac20d9d0a", "region_id": "RegionOne"}], "type": "rca", "id": "da85bbfa44b647258b52eeba63bc7ba0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0ef2d553cacd4047b096536a87d73b4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ddcc22935def440e907791e116c96a46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "3659cd7ffa3a4578aa22891a754b92f9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "04b44cb3b1274c189aa25ec61b95125b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "47401fb2d6b84786a512793bac106b8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "8e161d7157434ab1a413b5600e6f3260", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "66ed437dee544e10a9733c99354afebe", "region_id": "RegionOne"}], "type": "network", "id": "6a36ba282fb54d22a9a875277028868c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3ccc7b47923944fa8acf0ba32a710577", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "35b4bd9db37e4885935ba926a530d20a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c1f23731caf44cdc9266a2d4a57c9ddb", "region_id": "RegionOne"}], "type": "backup", "id": "f9036f4d64bf4d24922719a6f516139a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8bf727c3bf6b4c3abc02d3bc078c16ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "987daa5ead9344a79cb687b30c0d4eee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e5d406f68bf140f3b70d50b5549e7fcb", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1ccf70231a7b4faa9b1cb8cf03b4f1b0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a87b18e829c0415f8bab0952627fc305", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "16cd030a41a54850986c429298a78c14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "746126a51ff741c8b306336b73244c1d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b4d555e87cd345b6bf9296a9e2dabc78", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "945094999477474484916e3c2699e6d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "470a8dbd7cd048498a6979a33fedc5b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a767fdf2168546608418bf00f0ff1684", "region_id": "RegionOne"}], "type": "monitoring", "id": "0d9474960cd148069ae7dccf320bc70e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "672f33e8aba54ad38cef322f60674f1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3ec7744ed50f42a6aa04b742d8528974", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "defacfad7ac24a06a994e90cdddc2494", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4ff9ac5e94584a19b1e5fccb019a2251", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c03e03c45ddb43b59afdb7e6b7f9ff95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c73f11bac70d48ffb5e58229d129fb8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d86e26b63991445586a31d4618ab9dd0", "region_id": "RegionOne"}], "type": "placement", "id": "5bc172fe7fe04f49a838c52e583ed7a8", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9470944f5d374768a7066586ca966d4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2f685a9bd0bf4f8d9a9876584cca89c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2155334f34de4a889b8d4a27698742f7", "region_id": "RegionOne"}], "type": "instance-ha", "id": "42454307f5d242ffbafe1e06693d8b91", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9f53ee8e8fac4987a117085b62643711", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4d38ce55fc464965b989604f043af3c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cab113f606a34d43bd7539965a599c89", "region_id": "RegionOne"}], "type": "ha", "id": "2ba2212bca5e4cd7a14e8c4e5b22594e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "28e2de1be32a489cbde5f0a31aee0448", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9ce227b47d004818931b02ac23328467", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "df05f2d51dd744c3bdd6d1771f3fad84", "region_id": "RegionOne"}], "type": "reservation", "id": "086f153ab2da488aa1f49852ba2eb6c8", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4bd2fed9e7d044d1af1d5896dcba3d1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6bf297c835a740ad91e97478d2e5bbd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f3b932caf1db49a2b55467791d787a52", "region_id": "RegionOne"}], "type": "function-engine", "id": "67e0e59467974f738727ba7e0a29beac", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "566a986f00774993985f76ba45c49819", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ba30bc26745845cb8b80ea5854ecb096", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f834117a4ea146a392a62c4a6232229b", "region_id": "RegionOne"}], "type": "accelerator", "id": "c87909eabb2a4272949148e68f88e411", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a16086a21b3d4c35b616da3e9fbe1aa8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d2395e8908184c118641126c3301f037", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3fdb17a0c6ca4c6f958d9f5875c11b1e", "region_id": "RegionOne"}], "type": "admin-logic", "id": "71cd2650f3494a13bcc879caea1dfc54", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c097a842ff1a4b088b2fb79c4d64b310", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dec9ee5d22bf45d4b07a72447eed059b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c6d92d23bac04839ac232a6c4196155d", "region_id": "RegionOne"}], "type": "registration", "id": "cc27f6ebc9284ed1bfa4140cc22f46fd", "name": "adjutant"}], "user": {"domain": {"id": "680b6edfae194a9fbe4124c98708a66a", "name": "93d19171909c41b087eeddd811a047f3"}, "id": "d1f9d8d8a5d64d8aad9f6ee2656e185d", "name": "0e9389e477224e6289c4fd21c398fdec"}, "audit_ids": ["17decad277d4424fae4f07b67b90484c", null], "issued_at": "2019-09-19T09:04:43.825041"}} 2019-09-19 09:06:44,002 keystoneauth.session REQ: curl -g -i -X GET "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/events?limit=1&sort_dir=desc" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,007 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,010 keystoneauth.session RESP BODY: {"events": [{"physical_resource_id": "id-2", "resource_name": "name-3", "links": [{"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3/events/3c9e44730ca243c29005c2f582715ab8", "rel": "self"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3", "rel": "resource"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2", "rel": "stack"}], "event_time": "2017-03-26T19:38:18", "logical_resource_id": "name-3", "resource_status_reason": "", "resource_status": "CREATE_COMPLETE", "id": "3c9e44730ca243c29005c2f582715ab8"}]} 2019-09-19 09:06:44,034 keystoneauth.session REQ: curl -g -i -X PUT https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"tags": "tag-4", "disable_rollback": false, "parameters": {}, "template": {"outputs": {"rand": {"value": {"get_attr": ["my_rand", "value"]}}}, "heat_template_version": "2014-10-16", "parameters": {"length": {"default": 10, "type": "number"}}, "resources": {"my_rand": {"type": "OS::Heat::RandomString", "properties": {"length": {"get_param": "length"}}}}}, "timeout_mins": 60}' 2019-09-19 09:06:44,039 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,042 keystoneauth.session RESP BODY: {} 2019-09-19 09:06:44,061 keystoneauth.session REQ: curl -g -i -X GET "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/events?marker=3c9e44730ca243c29005c2f582715ab8&sort_dir=asc" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,067 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,069 keystoneauth.session RESP BODY: {"events": [{"physical_resource_id": "id-2", "resource_name": "name-3", "links": [{"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3/events/6d5fb2cc0d194f16a3477aa34dce57b8", "rel": "self"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3", "rel": "resource"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2", "rel": "stack"}], "event_time": "2017-03-26T19:38:18", "logical_resource_id": "name-3", "resource_status_reason": "", "resource_status": "UPDATE_COMPLETE", "id": "6d5fb2cc0d194f16a3477aa34dce57b8"}]} 2019-09-19 09:06:44,091 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,097 keystoneauth.session RESP: [302] content-type: application/json location: https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2 2019-09-19 09:06:44,102 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,104 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}} {24} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_operation [0.054759s] ... ok {31} openstack.tests.unit.cloud.test_volume.TestVolume.test_delete_volume_force [0.268163s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,109 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,115 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,118 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,123 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,136 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.045182+00:00", "project": {"domain": {"id": "b126605ca1c149389b33abaa09843094", "name": "ef838cb808cc45b5ab1f1e0aecb31595"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6094be39727c4abab2356deee3487bd0"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "65d5b52661b641009e73e84f1c4c638c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "074b44f3845541359a5cf89d47999322", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "272ee6b8c8ca462c8a6bdb752def7730", "region_id": "RegionOne"}], "type": "identity", "id": "83ddc3f30e1f4a729e073a437b5ae328", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8d4c55a6ecb84e2396c8ac0455237e84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9004efa303324f0681606b94c6cd025f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5d03c96a0799431ebde54fb7ed9bc431", "region_id": "RegionOne"}], "type": "compute", "id": "73ddbc4c4112458f9bb619108756b312", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ccacf36a84934b64abbf16150530cfb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ceb49999bb484299b1f4c8b1e209fba2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f474cf61536545b985f75743c5b5c49d", "region_id": "RegionOne"}], "type": "image", "id": "5f085d90cc004bea959d105ba7879eda", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8fb85c29790e433e8ba3832ef683510d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "00ee182b0f104bec9d48631145ad22e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "9f8023833ee94c9aae701898165308e2", "region_id": "RegionOne"}], "type": "load-balancer", "id": "61f2ea0074f44890ba41e62c47778172", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ede9a30c394446aeb2a11c087966c110", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "636cbbb5f08e4835b33f5405a05650c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f11f44eaf166428dafa31bb439124e29", "region_id": "RegionOne"}], "type": "object-store", "id": "b71a0a141a154885872a97b5e186ceee", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6298c73fd4574cad93d50f164bca1ed5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "74a92e837f6a4ccc9dc92bc42a529e3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8b86987493fb4ad99436390e7889140b", "region_id": "RegionOne"}], "type": "clustering", "id": "d07007dac33f4245951489fba4e7e1e5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7b50aacd0e2c48ec8a5cd0d0610800e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9f0c64b754344bf8b501b4ff95345723", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8b30b8977426482190b3b2d43f143a2e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2fdb8b2bf4034ffca581680e102f2238", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6f3f8b0e2b0a4521841fd7226b6dcffc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "926d493f37a241f3bd83b20b3467b321", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "85a40aa975034f7f8090f4823d7f0b25", "region_id": "RegionOne"}], "type": "cluster", "id": "3536b02e5aa1402d97624daa3d9e79f9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "441b25c0dfe2492cb88709213e743f21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "21f7f2d5903647d9a6cba525649fd52b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "26885eaba45d489b92e4310e88f7801b", "region_id": "RegionOne"}], "type": "data-processing", "id": "69803bb1aec04a00b61a6e506e162d25", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "065606289bce45b3824e59b5aea010d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b3d03ed513e0410a9f0ede08647e299f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "db3bd51498c6408b8817518e4eb0c696", "region_id": "RegionOne"}], "type": "baremetal", "id": "f011449486474d29a544de5c41a0d6ae", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "56da836458d54867a940dd1747a84aae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "18f7e28d081f4c2c81705f068fb5aa80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0e05274d9ccb42daa088f366251211e9", "region_id": "RegionOne"}], "type": "bare-metal", "id": "365f7c33a2e847ec8d3f4ae3ef2ff662", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c9690af62b954c9ea58d8572b308e05c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ca917c17869648759f095c07a32319e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e64336707268486ebbb189aa142df5e4", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f9063cea81444d068d017c1df02525d1", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e2ef056a2d6941938f2607bdebcac917", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c4d44afd28f04e0d81e882ac9d096e16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c54f640b8be741fcb23c1a57a7bacea3", "region_id": "RegionOne"}], "type": "key-manager", "id": "939413132ad8431eb34363d7893cb970", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a1247cb5feb3469cadc6f0617bf6c618", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d424a1473d9548c790261d4de6aee49b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "24582741cedf4ef39d3b2e8178565c31", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "23c81105e3054ab58fbb7e9fc9ad5192", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c6cfa60e290040a98643b8318770ce8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "626c5c7a59454a0e9c82e6fe88a76ea7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "83ff964871f94f1581e17760377827c6", "region_id": "RegionOne"}], "type": "infra-optim", "id": "49d9a40f42be482dbd5d9d68d7af75ea", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a0cb7ffae33849d28f0a687cc5746a82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "aaef7512715d4567971413ca7b2f8d44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "48f07db3b68042418f9a1ec83be29dd1", "region_id": "RegionOne"}], "type": "message", "id": "10fda620938c402c9c61457d0cb30e8b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7c4fa7b6e550457ca9dcaba738e3ed8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c2df8308717e4b5bae130e73ebdfb548", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f9438e5c5a3041dfa30a8a42ffb32e00", "region_id": "RegionOne"}], "type": "messaging", "id": "bcc90a0b4f954407b90f215efdf8ee11", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4a7a5feba1114eb595a346355bd51541", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ab0c8d3faf9247bb806a6731b922764e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2875748671b54dd6a64802f11ea45fc0", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7377bdbaa1294921a075ab98a770d4e3", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cb0c6c9ac3e8496ab12b7050d5aef894", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d1913a25e02a49668aeb70ea68b6f712", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a5590c1bb51b499da53a2d2679b0b518", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "12f4398c04ac4ede9b430b776ee0d925", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a1e8cd0b67654940a4ed2db3a7fb5c41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c7de8cb502674d1088ebf3a7fbcec422", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1019f3fbf1304600839e7233078101f1", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "730e01d7cca14d04ad33413fdba61ac5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8eca10da2560415493fec68f3be0dd45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d7a9a0e8772478ca0b201d928216bd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9cff6f7acae249b5bb9b14f94aaff85f", "region_id": "RegionOne"}], "type": "container-infra", "id": "260e2228804a44fe93d0ad83b9755a59", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2b6ee434bf284a08901f9b4bdcb00dee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c1467cc54ab142b8a672f7624fe86c7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "297736c3e55f482181c4b1797b778a03", "region_id": "RegionOne"}], "type": "search", "id": "bbe2fc42d0444b44821aaf6a41b67df7", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ca0ae135313d49f3b8b6be40c5d2e313", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f31f5d21ba4e4dc98ef2e7c0926f60be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1bf5bde5955747178829f6b0b51bb051", "region_id": "RegionOne"}], "type": "dns", "id": "ae4ef71588e64be0932cd6e7c65d6cd2", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dbd7b00e7a2d453b84c9e48cb14a8cd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "890bcbd7cfae48a38a5ef40541d538ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "dea3a9080110438381694fba00c3047e", "region_id": "RegionOne"}], "type": "workflow", "id": "188bb86dbd2047898db88741aa7d51d1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8bbd5e5ea3b24015b10682241e583fe3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ede41af9ccf74fe0818c32214741abfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bf7b2f8fbe4e4509b531516b03d9e624", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e80742104aa6402bab60211ca1649988", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1c3063c4350b429d900bb68ef1cd9064", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "48efaa7a1af040bc926b59665ea10e0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1a455d1c620f425691588a478573f443", "region_id": "RegionOne"}], "type": "rating", "id": "7bd5ff6bacc94393a6359f56337b392c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6b511d5ad1e44b52b9e7573e7f1606c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c611daef26c048e88abd2471b219ae7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "815bcd21e1454f46a2530873250fe962", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ea02a116b79940f5bbc9f40f09476c29", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "45197c64430a42869dad692803adae6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "41b0c44fbb65493ba4acb1196073a952", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e5c74270aad54f90a53aacd19134ab89", "region_id": "RegionOne"}], "type": "policy", "id": "ed61bfa7cdaf42efb5aea9b78bc3e5f5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "59fa589c37b648a39a28a45bb6d866f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "08841fad4559424584bafa701d283139", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f9461413762d48d6963c7cfca067e001", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "42a9be09c3564c0eaa28bfa9b29185a1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c313bae9e5fc435fb2ac9df0a6ebcf93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "522d15efa9fe4b41837624593dddb40c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b6f8bf0ab1e9429e8d9278c9704ea204", "region_id": "RegionOne"}], "type": "sharev2", "id": "a3b24268e9eb42ebad039e10632c728a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2dc4c4ee42c34b07b8ceeb0dfb697877", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "30c1bceadd9844b18989a02e1c690c5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "61348ce7c679437884455458ce62ccca", "region_id": "RegionOne"}], "type": "share", "id": "e9c8080fadbc4c39a2fb3ed418787269", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b79f153d93e849c7957dd7604e5b392e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0cdf8b91a8654e6ebca700d1625611e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3f64d3a8552e4a738105d318254b3373", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b485331fce244aadb83112252fe61318", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39368d41c1eb4e70a8f35b4d00c712eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4a7cb1d204f41068ac280a6c92dba5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c6fcb7747c04102bfd51d74647e1526", "region_id": "RegionOne"}], "type": "orchestration", "id": "b813ec05361c43c79a3e834e132b156b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d04ec9de388746ffb6cab4713f38a788", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82e775df91f54c5292f9bff020067b01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "feb223b101af4315a3d43b474794b489", "region_id": "RegionOne"}], "type": "block-storage", "id": "14677e5c6a0d482aa0e8a602bedee51e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4db8db8461e841c5916ceb8dde029995", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d1ae485c396408c9c1b30f15d3fff2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a66233e0c12a4b688d6d9cfb94bf4fb8", "region_id": "RegionOne"}], "type": "volumev3", "id": "b754578720254c1d81774a29520891ad", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3367cba355f54f1191ea2b06575d044c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92e4513747d84d1a80a155985fd0a0cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf3790a305314c9b840c5b2064536f1c", "region_id": "RegionOne"}], "type": "volumev2", "id": "14752a55fb8d4d51b6fa8aa945a52e26", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88d61fedd8844b51b325804726b4d6f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff41e18065ce46ecba9bd5a1a615ab2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3aad988ae5243049e62d0b0bb4f1321", "region_id": "RegionOne"}], "type": "volume", "id": "17fc76e32df540c788b34fbcf59ebb45", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4092ff1378b4f28a91b005e24cf96f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c61d0b71197e44f596f81c50da2704e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "732aa04d91ff460684d0c2dc192565af", "region_id": "RegionOne"}], "type": "block-store", "id": "477b66e64df74091bb862a3c4342d94b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0ebf98041878439280b8040131561767", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ce3b7d4ba0394b43adc91b93bcfe708f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fb8d3bf2d932449d8ab44529493e8f23", "region_id": "RegionOne"}], "type": "alarm", "id": "4470614900c746aba339062e7a670d17", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "38c34276e1d344e1870bdf3114a8c8a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ff9d8816edf04e7bb8b0c196bcc5d50b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d127692933b74508a6f1231c9425716a", "region_id": "RegionOne"}], "type": "alarming", "id": "56142b0011684e1ba7200ecfe685e2dd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "93756b10d9854395994eb0c7aada4dab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c94cd0dc5ef342f2ab7c2470196f4676", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7073f818e6284eb8a9a1e434cd53e207", "region_id": "RegionOne"}], "type": "meter", "id": "74e2745b3f3c417badb6472c967a19c4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0532ff8fbb994ee4a2a3e6c2601945c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4537a391d8cb46e686af22db09e2a447", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ce597903a2e64f7c90e56617955cca1a", "region_id": "RegionOne"}], "type": "metering", "id": "f6acdbaa03b0444297b264b49664e67d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "07136faeb8a745a2b3d7039c40d65e2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7e640235468c41328dbd8243d7209ad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f386014a62ff480997b5feba0202cb81", "region_id": "RegionOne"}], "type": "telemetry", "id": "f32cf376941c46f7a97be3788337f0a5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "226fb4c91be84ffc8cdeec0771ca2d87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e933a59032e64c54a998c575263e068d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4e823b700fef4f759827fa2c8eebe294", "region_id": "RegionOne"}], "type": "event", "id": "8a953edb569a45cc8afc621304ff80f6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1c9e98415f324d42977f16b7f1b52626", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "678fa6d572b64662adbcf738de6adc0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d0db7ad39f4049b195344bcd6583ca58", "region_id": "RegionOne"}], "type": "events", "id": "0ed295394a0e4245b4886e0ee927fd52", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "56177a1d1b2c4f2a9fea0b35fbff43d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ba64b202b8ae4c99b603d012c3984dd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e3c46608676d4722951a36fe2b189ecc", "region_id": "RegionOne"}], "type": "application-deployment", "id": "97a1fcb85cea4802a65af598ba42e142", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8360a82b4679414384424dce013e7f87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e43235b5f2b14481abbf0f66e027d43c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "47f602e6d36b40fc997badff438c8475", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9a75756f46ed4bb2b6985522b8efee67", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2ab7f4a72c164c84861186098d5502a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2a492fa23cb940fb87e2dbc14470ea4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "696c9ca0fafc4621bec4f236a81f6482", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "0690291abd1f4b56b9acf3b1e081d434", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dbce187b6cb4438bb68bdc91265dfb6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c878ab5373d64c66840023705ef5a242", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bd4f60c60872427dbd0a47cf2a7d3375", "region_id": "RegionOne"}], "type": "tricircle", "id": "242c6ca528d14ed5a65f37a5bbe53564", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ef302da8188b45ce903a39cb74f0b352", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c37eaba632fa49c1a1ec7be8f2a6073e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "943081776ae24180b405a3217982b5e1", "region_id": "RegionOne"}], "type": "database", "id": "afc0cb7e25fd4b268a3432f5fe29d1c3", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "efe7283b7c24435db16f921d6d83ce26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "95cc59b69f2540529f58d62b11620b9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "547260fce6d0464c95f20ea6d289f64f", "region_id": "RegionOne"}], "type": "application-container", "id": "0f9d58c7c51b48f2865106eb52e6b78d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fb83b199e69a4cbeb7a24f703fe3bae8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c4f6b989bf1142c5b7d0b1ff12c53352", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "92a5a4457cae42b7bb5aac7b733ff37d", "region_id": "RegionOne"}], "type": "container", "id": "54bd2e3edd3f4f1eb4ccda0161ac97d5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2270778d133c4a248659fe2dcaffdc20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9feef12c42f54656a21f06c1ebcf6a49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a21687ae35c345628e678857ebf7ce94", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4bab2a53169f4bb29c475dc332ddd918", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8d0c9a20e5e04e62b45bba88a64c673b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "061ce79bb8f54f1b88ddef2bcfe2b3bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3c81c446615f48a99f50dc988cfc1742", "region_id": "RegionOne"}], "type": "rca", "id": "df71f8c95cd14da1b44f207d7a3f041e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "739f921623a741ad8d2841072dec11f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b3034452614a447abcf81a16bf431d73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7accd7a9d67943b4887cb6552bb5ae2c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "576944e627184684a03025be4d83e8bb", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0a39853b1e33447ebf524376b1577b81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a37e5a7d22884858923a59bd3e2edd4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "fde4aa6f38f140b58b04a22a6919812b", "region_id": "RegionOne"}], "type": "network", "id": "1321ba4f5c894fd3a663aa62408af61c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "8df2e4a6c10f4dcaaf86ac9fc446eca3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e0bb7b175dbb41f7a3ca21d6462b5fdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9cbde9d68f174ba29fd8798f93eb75a7", "region_id": "RegionOne"}], "type": "backup", "id": "f3e577673b7c4c01bf60926931f91bc0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "975b59b4d52147e3a7c4863ba7a74304", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cfa082ce89004e95a4faa71e8f0e1ce6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ad7839b89cac40e6b671be7e98c51589", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "777880dd69e54672b02445261c7c84dc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "561574c1569e465691401e8d3c245c84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b37ce049681743deb1b967c06e9fbdb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c81d441d49bb48f8a2634df45f084cf3", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "12ddbcc6a45d42c6a96a4c7583644d8d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "82f5e70334cf4b2cbff080fdd460ed66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "004d784c541b4a70a8fd2825b5e23ca1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "784a0dd2befb409abc7814eb89520b79", "region_id": "RegionOne"}], "type": "monitoring", "id": "dfce4fb430f34b15bfae3b5b8b1b3702", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8d6b30329a6c4d8f95a1c73516c82b27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7bafacb9b06742ff9438c49c787c21c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1b2b2e9894d942e18b047451b5c70cc2", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a332af6d3a8344dd8285b3e2bd1358a5", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "94b94d8f59d84546b863d920b05c7620", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "389319f9968d4d75b077465ab270556b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "91b31184a5bc4b728581bf9d048e8f59", "region_id": "RegionOne"}], "type": "placement", "id": "a15aa75b8afc4f00b358b8377239f66a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f548365b87bc4e8fb87a4a7eae10974e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "96db20d08c1e46f8b9b0521422e4f9d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9070a9c62c70451ca909791e00dcf227", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ffa336aba85347cd89cfb0ed55148757", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7cd6835a1ebe44989370e424b46bd841", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6d004bd7dede427cb560aefe1eb8787b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e088646bb3cb4634a3634be08ad88de6", "region_id": "RegionOne"}], "type": "ha", "id": "ccd2d96e64b94fa39c3d98c8759f0db4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "906cb7fbd454465ba347ee82bb1b5af1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "aa43cff01dfb46dab550f9486995f3b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "76688664efc848719147a707d19c1a14", "region_id": "RegionOne"}], "type": "reservation", "id": "2ea95bbad2854cf7a398250983fa248a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6ae368c6b06a42e6aa928c3d7ff7ee1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8b5a5c975fde4c5098e0843c122fc0f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "7bd3712b347d47aabbf02f9afffc4f9d", "region_id": "RegionOne"}], "type": "function-engine", "id": "bc0c8c91fa6d42269ae16033353d961b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2592783d35f341bda98a534f9934884b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6dc2d2ac2c9945d085a27c016b0d004e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2b7242ea688848d39496ad47a75e45df", "region_id": "RegionOne"}], "type": "accelerator", "id": "9488b1854b0b4bbe949a7eb6092577f0", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "747cd36ec2994b38acbef07552b338fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a7225f5a1eda4ad381a51d88e603180a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e1ca59c462334565af32fb41bd7ba12b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "042a4d0025714f33b30cd72fb96b3af5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9c1e8683c47a474ba96721086f619ad7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e297d3ce7eb346899558fb791b1123ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b8c595a0d9014ad5913e64348c2bcef4", "region_id": "RegionOne"}], "type": "registration", "id": "3f8347b4fe1747fe93ea52b6650a8a2b", "name": "adjutant"}], "user": {"domain": {"id": "7f3afc93032647caa1f7252e9ca27d61", "name": "718234f3924444629615c41d29ee9099"}, "id": "f2ce37c81fb040b4826ec9fb8953131b", "name": "07f03adeb66948958c4f3e930f53d00a"}, "audit_ids": ["dc7ba864587b42508925673862dfaa33", null], "issued_at": "2019-09-19T09:04:44.045182"}} 2019-09-19 09:06:44,200 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,204 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,206 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:44,240 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,246 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,250 keystoneauth.session RESP BODY: {"volumes": [{"status": "attached", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume001", "metadata": {}}]} 2019-09-19 09:06:44,263 keystoneauth.session REQ: curl -g -i -X POST https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/volume001/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"os-force_delete": null}' 2019-09-19 09:06:44,270 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,294 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,301 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,304 keystoneauth.session RESP BODY: {"volumes": []} {13} openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries [0.509390s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,742 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,746 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,748 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,751 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,763 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.677930+00:00", "project": {"domain": {"id": "1946aa1ff86347a197d03a8a684aafc2", "name": "183ce9b6533f48ea8fe31a90fc7b4095"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0075f0a8c699481d9e6487a299073ec6"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "eb41ec947eed4bc3930ff37156f47f75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5ffbe71a84234fc8b7439530d8a3ac19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "385a0ac275374cc38dfe1a3a2cab5c2a", "region_id": "RegionOne"}], "type": "identity", "id": "a73908d2c4da4531a0f3c22a0a4a825b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "df2e8f0c8f23452cbef6499d7bb0569d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a6db191ae3614d2981ce8461273f99a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "7c517c701f6049cc9d353e3e43655adc", "region_id": "RegionOne"}], "type": "compute", "id": "9c963c451b44450597ba211780fb85ed", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4916e4aef09e4e90a2a0a95703cece67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c8a91d1b55e64596bd9b8c47f7486e03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "7dd6b2660e8344b6b8333ce546ef299d", "region_id": "RegionOne"}], "type": "image", "id": "e22be8716efe4cdca590578dfd8543cf", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "43e8435622174f6c901f7828140ca551", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "550800c436614444afff76cd00bbfeb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "14fc996faffa4167baa90075ddce9d3a", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0d7a358a0d6742ddb281154f69cb4e84", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1fbe3f85a5f8490da7f62a7ef82338b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "892bd51eb73e42f49b9257855f6272dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8714641bf6b40a68dd63df934cd4c1b", "region_id": "RegionOne"}], "type": "object-store", "id": "d0577999d5784f8e9ea82127a3c60388", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "362ed0d2abae410989ff825d51440638", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7a53a1e1c96741919b238cfd4b474b89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e01024324a3a48d9b5ddb0c960866315", "region_id": "RegionOne"}], "type": "clustering", "id": "f69400d335a74b15b617270844bcb972", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5c1586b32d2a4a52b175951170bfe20a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "465a6724ef65405086c9106afe2ca15d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "97e66c0da3564b9995f669aebef41140", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "dbd36839a0e34974a68f0721aa7828eb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dd182a20d9e54815b62f9ca70f78efcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "57bd02af6ce046d4932f67cbd2ee838d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "02761d02d0f345e1b52b2a519d31d349", "region_id": "RegionOne"}], "type": "cluster", "id": "c65c79454ef049caa871c12893b92d30", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "04c98dde532b4594840ea8d0a09a8409", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7039ebf249fd49f585842a825187b5f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d1c248617c504db2881ff1798d7c67e5", "region_id": "RegionOne"}], "type": "data-processing", "id": "873d5c826fd54c5f8b401b43d68dc40d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "00a92cd4b1a9417d9bd542f255775c84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6d972e87bef8459cb67eda33c1bf00df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e3f9b3d867f54225b288b5016b55aaa1", "region_id": "RegionOne"}], "type": "baremetal", "id": "0a2695b3ab9848c684bfb713a24b461c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c4459fa415b94f538c991ac0f7a98017", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2cc6c25700b04270a8200279194fb097", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0940577082fa47bcb47a299b767572ad", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7f2ab2ab8a83423ba1b724e2cdb42f78", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "af3a340bd42d4720b7e4b8844b06d2c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4d2dcdca9a3347c1859f2c5fe0263f9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5139641c43af4a95ae83f87f78cda304", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9589d61d4855483aa2ac52b9de4acab6", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "db225878e1914360b0f7a5f65f99df93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7bb8f00da49f4ca58095b0f24a3040b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d508bc0425c8405db284c18317ab35fd", "region_id": "RegionOne"}], "type": "key-manager", "id": "1b991560306c4a15a288e6587fb4fee7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d8a6c09230cf45f996c4b6bd9ef7743f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "61fb27e89e634fe1887711671a94e8b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "23793c86dddc418cbd43e7edd17c13c6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c4707cd002fe4621b13ee347ca187395", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "80fe563fd74e4dde8fc0c801fd8ac16c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7e2f18bb01a74464b31cb262b35c7476", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "18133d2013b54f1983aae70e8d8846fa", "region_id": "RegionOne"}], "type": "infra-optim", "id": "15ec2f5871374b4fbf887e30a41821e7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9f5e6130b336458c8ee8a2e6a25904a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "31e9b71655934f08b23c997b13056a01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ad4f89933e914371848931468977a5ff", "region_id": "RegionOne"}], "type": "message", "id": "decfa3c497a34343be764bc4ecead81d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9c80da00d91246fcac500198681bdd29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f808aa37f7e34ae2931606ff1d92cf23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "efb693e0a0914cc6824ab16642f1bed4", "region_id": "RegionOne"}], "type": "messaging", "id": "b1ebeb7a3f3242218f27728e9012dd0d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b6e86a86f3f94532abe6148695e68804", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3c58e89829ec4f7dabde329f0b0a9c38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "21b0a38caaa34beba73ea58f657c9af6", "region_id": "RegionOne"}], "type": "application-catalog", "id": "208b602e2ca3443fa52363bc99a4f1e5", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "21addfa93afe4efaba918d7d7561f824", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "165a4e77dc674e62be2788f34253decc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "341a3140c61941a786e85c381308a880", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "5a962fe3352042afa6536b724c2c3c0a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ec9bc9d0e34e418fb0e6ab6c32ad5e66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a94c9dffdbfb4d5a8f8b501c6b26ec34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ab9a975d221848058143335d2f21a069", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "942ffd67805a400b92561b4aac57248b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5254c7d2482545e383f4f8677cae95b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a8e0836410349a680dcb38116553df7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8695446be6c54a9dba37cd06ce1e4a09", "region_id": "RegionOne"}], "type": "container-infra", "id": "33908927df8d4888a9e2a8adb564ba0d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6ec66976519f4c368b0caad2c1f36124", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9465f8305b72410dbb5794d3983f96d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ecbe0a1759b242bbb721bb510f4d2118", "region_id": "RegionOne"}], "type": "search", "id": "c581af40fd404bd1a77219eeb196132d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a1ce1a64c4994690bc08301d206afdbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b196b823ed87481d9c8d20d68d3251e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4b39c51f017742f69bef204c5a426723", "region_id": "RegionOne"}], "type": "dns", "id": "8ef9e02036b14d6da8a094eee2e6aaae", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2a3a41e5cb5746cc8005460a99fe7636", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "426cc971c2f74b87bcc15d0079ec8f98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6a4a80a301c941bdb8dde39cec73164e", "region_id": "RegionOne"}], "type": "workflow", "id": "22be5dc87d9c4e549e2d4b2e67dd34c1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "22b0d0e3168a4de0b02d8cce0275b070", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3f38d263c4754834ae735cd44baf25ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "641abc5c04b44324be0716fc5968cb73", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f393020ed9ca4df8842d2990cea4b11b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a7453b895c3a4d4a9b0861502bbfd1de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ed7fcf1517d545b090270eea9ac17320", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7d148b4cccc9450389341d20a0789b28", "region_id": "RegionOne"}], "type": "rating", "id": "d99bb43814b84ad8b7a4b24d6e0cc2e6", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9e94680b524a41f4b3ad15e9ce40435a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f9da973b4fc947b78d3767e8d8739db9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "60706ea9b3ff42e0be3ac4b617ca53c3", "region_id": "RegionOne"}], "type": "operator-policy", "id": "538798dfbfd045b4a6cac838bf2e86ce", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ba6fa85035b348cda18bfed9b9fed896", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "52580c66078f445aa3f9b9a546b78422", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ecafdb656ffd4a4b9495bc948fde9861", "region_id": "RegionOne"}], "type": "policy", "id": "527348ec94694ad48c5d434d8250d751", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9f5e3373d5ed427d9f979234dc99d837", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2e5e0a1d819643428d6b9adde51ebd6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "98080bb608a946a6abedf5772fae42e4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "adb4b1a3d8424ad2bdf267902841906d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1cbe0f7a0675454bb41109cf0f708a33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e8fb536c92224693b0e85c2caf451203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5b330090610445859b2d5a5f33ae9185", "region_id": "RegionOne"}], "type": "sharev2", "id": "867e27608cad4b64a0540d76772903e4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8d734ecf67d44872b0714160fec76334", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ede2e4765fe848aaaa8a717f037dbc44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "46b5c8dfd8864439b420f3a8d31d7902", "region_id": "RegionOne"}], "type": "share", "id": "472d90ede5df46a1be4ba63210497d4a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "087f167ecd3046e9a94a7e257ae98606", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "427b7d45ffcd4acfb37675060bf49e27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "7142be985a6e450b996564df1e75ef18", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "33b4e2f1faa0483992fdffa6c9a53bff", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f4c7a78dae8447bad8b033f424d78a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf85ac22b36e470fa97ff3122d8b193a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fd08c0618594141b4c92cb77108b47c", "region_id": "RegionOne"}], "type": "orchestration", "id": "547e8a9d06774067bcfe2415776585d6", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4215fc20c9a142968bc7a463c5ea6910", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96bde3699eb54f818e9b38c1c781d3d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c601c59bf53f4a6c9aeb2d67e4351769", "region_id": "RegionOne"}], "type": "block-storage", "id": "620b4a9732014a658fc3170181080446", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd42eccefe9548728480c829e7e76473", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef4d29ee3f9540d49a3fe1619fa5688d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c899b0298a2f4f7baaace00cb15e67cc", "region_id": "RegionOne"}], "type": "volumev3", "id": "8a141e7be9734cc9a0b9f6d1732e5c1f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc7e4266a58340f48a14d6b32a0e2049", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6787ef7c13e54a2bb754fa48a4931879", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34618b494e0f4682aa826f518446e10b", "region_id": "RegionOne"}], "type": "volumev2", "id": "06cb0439c35447909b9039e1c209d1d5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "763afa1c41024f17b200e4339c0ce2c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b87193ec93194e2b83c24fc45f3ee430", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8479bf8610a2464e97689fcecae4b1a7", "region_id": "RegionOne"}], "type": "volume", "id": "56de1b96328e4bfab3a0b3c3cdeb0da0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e9fe9bf515a4fad9bef821cb371f36d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7677a156a6b34c52b643bdd984bbd7fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e82e41cbf8444c0f836c48a5d8f75bcb", "region_id": "RegionOne"}], "type": "block-store", "id": "9b9dc21430284f0583ab6f60a183b026", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7cd6eae3a8b04329a0421cf7c72c02bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "492b741571b246ea935dd44740d3dfdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d8b15bc1ebe84cebb22a5494534fdd68", "region_id": "RegionOne"}], "type": "alarm", "id": "e3a5e85e378b48268952d8501bc47bbf", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "be00241f21854578b66c66fcd8dc1ac5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c8556e25ef3b497ab9abcd6243d2da95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e5c416b6ca4b4120846d45e7db227031", "region_id": "RegionOne"}], "type": "alarming", "id": "528634961e9b407fb7bf398d1a156bcf", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2c409ccd86dd4edab47666cff9c62bd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a4815d2c54c342b0be2ec0b57575a934", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b63d6e14e9134a04b03648526c5ff5d8", "region_id": "RegionOne"}], "type": "meter", "id": "df3dc623962a4072ab30356fbd355a6b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e05150c101244c29ba157fd205e879cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5b6e4bd0ad08402bb27e45cf3c6b5a27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "960cb6c5b16143d29ee79f1815e14894", "region_id": "RegionOne"}], "type": "metering", "id": "679c730ba1404fe28cca48d21dee1ca4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "75b3d843235d409cb9a5357220e399bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2f02ff2201e74c49b37ad67047ce7994", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "03fde48d67f342619ee374bd69148f4f", "region_id": "RegionOne"}], "type": "telemetry", "id": "2b686e87994b4442ae86ea4fd2fc3cf5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f60eb398c5f74e3a82856b03ef34185f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "975faa9f7a9f4c98a254045063f09162", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "13cea09a239643d9ac4c65e066a98294", "region_id": "RegionOne"}], "type": "event", "id": "c803379644c84c90a18f432c80e46840", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "977d7a3aaa834c6fb46799cbc44782f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3e34a26ef1bc4b8daf022fb3f585ba0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2a7b423f9c9d470799227fe72c05421f", "region_id": "RegionOne"}], "type": "events", "id": "90e85f264e1048aaa4d40e79907e98b2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "68bc51b8fd4d4f3abc621cff756942dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "06151daacd6649cca17138ad930a4545", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0183e537daed4db6a00c0d132f9046bd", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b77535dafb0a456ab88194244370845b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "94732149219e4fceacacbff515ed2f6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "71f9f534850c45cf9b5382a9eff6e0ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6e43ca8a325e4bfab101e7a6477c1d9a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "579296fc03ca4fa79fcc8f8909aedf7a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5ed4ca0d2c0f4090ae15291e488dc428", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "36b85928451f40bfa73f48f55d21f4dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e39df2ebabb94c5eaefaa4dc055ba72f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "fcd9baa2dcf24a2883efec568a38096d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c2ccd43e53d04524ba361d9bb8afc355", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1dd62bcdc20743d28d217021e0dd9f46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "43a203883ceb44208fd265091637561b", "region_id": "RegionOne"}], "type": "tricircle", "id": "5c4a4de34fbe43eda06ba9159c2c8135", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "549d2fab8e4449ebb72cbc8dc042064c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "acd655085edd4dafaffc7a324241ae71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "02f0cd76660f4a52b95e30d4ac901cc8", "region_id": "RegionOne"}], "type": "database", "id": "6ea0b297e71e4213ab9a580d48e5d652", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1e26c4895a3a4bba961947c3edf910df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "69676348c4b44171ad45bfdefa7cbd2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "12cae106a7d24a31a28897149678d6ef", "region_id": "RegionOne"}], "type": "application-container", "id": "d0caea34fc4f41209643d547a0965070", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4627903a021e40759f4d35a48ef27ef6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d4ca308f138548738b77f3e6186529a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1cb4baf59ffe4b78a3b5044d711911f6", "region_id": "RegionOne"}], "type": "container", "id": "039509ca8acb468cb62c30cc0967cb42", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3f370252c0c747a59e89624d8394e193", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "29e922fe768d4693875e2f65883b21f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f8bf23b4fbaf4f2a9063fb0f9efa60ed", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2dccbecefa2b404381a286cfba756382", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4d7f93e82abb46b3a3c967dc8b849d51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "be726064f29c4292891e63a15aaf31b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cc1fb52257934d4396604f90d2a98f50", "region_id": "RegionOne"}], "type": "rca", "id": "5badbc420fb34a9780136ed790e53b61", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d1edc69228704b17884200174ae6c2c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1a47033068304b4c8112f8bb23d1ed2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "898cdada1cb54e99a72d5f353c9d283e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "13d81f03f0214d039547982124c16011", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ce9515b7227e4852b474799d50c9d265", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "17b8b32996af49ce90457dd35dfd0feb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f896f54449104362bf8d98d7209f27fd", "region_id": "RegionOne"}], "type": "network", "id": "9bdc3ab65b3c4076b7dea5bfedfe8a77", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5944e130665f4dd8a48404ec2c40951a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "83d3057cf569455385e7a97eb6aba901", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "437b1b9a08da463793cfee657aed274a", "region_id": "RegionOne"}], "type": "backup", "id": "cff32231dbc3475aa512784a8667116e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a04db7fb81c44a0b98876cfa7ed82240", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e4913f189d1141919f63c711eab414c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e1a01af3ef5643f7ad29c1246dc4a127", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "39ba9e8a9b8942a5a7f48f2f41472445", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c5a871414a114935a181760f058d002e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d44e959e9c634dc3b6c5e2c1fc1c3bf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7108e7771cc1496cbcb0ad76a0e44a2e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ffaa931b82e142f4a3cfa90108176a61", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "38b69e65c7e44b0fbc34bf5defb57a39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9c23b5fd8a7a4685932de1c87f056990", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a96aefe01d45460a9d897eb3adda763a", "region_id": "RegionOne"}], "type": "monitoring", "id": "5929fc7ab891447eb0696b7f7882b516", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "dea09372be8c4fbe966e7ae0ea025d93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "79abef050787418c95840954995194a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "3738495f41a54d0ca6882df20a523ebf", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "80005ceae0ad4d7f96c248204d794451", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "92e114f6cb14494f81bf03c15cd7ffa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "00fcd630a2f4488ca55743eb95d3831d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5a8f8eebe1584a22944b9808710fb7c0", "region_id": "RegionOne"}], "type": "placement", "id": "29a2acc187b541c2a5e397c0546e388f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6191534982c2473aa8468a303f7122f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "21309cf28561470b98b4e87a73a21bcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4d6c1dcd5cfd4d35bd5a7e439312ed85", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1f62aa661b2f4a2886c7a3325b284196", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e11cf42972244dc5b77b315d357f6625", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5cf3669ffac2442081e6f28da58a36cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d87a01e82ada46e1b38091f11934e814", "region_id": "RegionOne"}], "type": "ha", "id": "fccb6f7c60e34237ab7d8ca2c49b3761", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "776ce5b433294be9a5c8d440e11f1275", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0cf3964532924bcfa7ab500f9b294b64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8146105954ad4a2eb9af2b981781949d", "region_id": "RegionOne"}], "type": "reservation", "id": "081d32add32041a6ae639ac1728c19aa", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "14f1e67845024857bf0f53bb3d3dd461", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7f94aae99a9d4bdbb549e3f562a3cde9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5042b56e0e714cbe83b1aca6dea17b52", "region_id": "RegionOne"}], "type": "function-engine", "id": "2a2345ab58014f2a92dea5e0d1c2ccdc", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "63e9d6bc6310416bb683a40b17195f6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0c1f11ecd3f74e0c9e1148d1d7ab10f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b64afa492dd648149d22abfe7f8a1a24", "region_id": "RegionOne"}], "type": "accelerator", "id": "e948280c9a5e45bf84f04ec9a9d0b157", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7ba00b207d584e819904bc2fc4339366", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8846b214fa8c482bbb1a05c69c588ff3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1864bb1c17ac45579a6147a8d5c2b67b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "01eeae5d4ba046f4a24a65cd1e42e7e0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "260877e9a863419dad41f378bbb03470", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f64b61790088448ba0837d7a1740ac7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "37d93bcecd5e4a4d88e89094405b0c0c", "region_id": "RegionOne"}], "type": "registration", "id": "61f52347f6014b9b98c61b58f12020d7", "name": "adjutant"}], "user": {"domain": {"id": "54361473316541b186b9f46ef25fd723", "name": "bd264a9971944a9fa8e6fb2162b0c31b"}, "id": "0aab3995151b404bb157926a990ff436", "name": "4ae9113a4bbe494485abb33253fc24f9"}, "audit_ids": ["71c7a67b29f642c68dec56ba6e8ca09a", null], "issued_at": "2019-09-19T09:04:43.677930"}} 2019-09-19 09:06:43,791 openstack Calculating hashes for /tmp/tmphM5XyQ/tmpqpwvfy 2019-09-19 09:06:43,794 openstack Image file /tmp/tmphM5XyQ/tmpqpwvfy md5:66f28cb74d42c3a6e6f5f542399cfdb2 sha256:cdb98301f2964fde114d93d195e0f90c8f06b750424bd31ecad793449848a625 2019-09-19 09:06:43,872 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,877 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,879 keystoneauth.session RESP BODY: {"slo": {"min_segment_size": 1}, "swift": {"max_file_size": 25}} 2019-09-19 09:06:43,897 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,902 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:43,905 openstack swift stale check, no object: openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3 2019-09-19 09:06:43,907 openstack swift uploading /tmp/tmphM5XyQ/tmpqpwvfy to openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3 2019-09-19 09:06:43,931 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3/000000 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 66f28cb74d42c3a6e6f5f542399cfdb2" -H "x-object-meta-x-sdk-sha256: cdb98301f2964fde114d93d195e0f90c8f06b750424bd31ecad793449848a625" -d '' 2019-09-19 09:06:43,970 keystoneauth.session RESP: [201] content-type: application/json etag: etag0 2019-09-19 09:06:43,975 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3/000003 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 66f28cb74d42c3a6e6f5f542399cfdb2" -H "x-object-meta-x-sdk-sha256: cdb98301f2964fde114d93d195e0f90c8f06b750424bd31ecad793449848a625" -d '' 2019-09-19 09:06:43,999 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3/000001 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 66f28cb74d42c3a6e6f5f542399cfdb2" -H "x-object-meta-x-sdk-sha256: cdb98301f2964fde114d93d195e0f90c8f06b750424bd31ecad793449848a625" -d '' 2019-09-19 09:06:44,014 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3/000002 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 66f28cb74d42c3a6e6f5f542399cfdb2" -H "x-object-meta-x-sdk-sha256: cdb98301f2964fde114d93d195e0f90c8f06b750424bd31ecad793449848a625" -d '' 2019-09-19 09:06:44,020 keystoneauth.session RESP: [501] content-type: application/json 2019-09-19 09:06:44,025 keystoneauth.session RESP: [201] content-type: application/json etag: etag1 2019-09-19 09:06:44,029 openstack Exception processing async task: HttpException: 501: Server Error for url: https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3/000003 2019-09-19 09:06:44,032 keystoneauth.session RESP: [201] content-type: application/json etag: etag2 2019-09-19 09:06:44,136 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3/000003 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 66f28cb74d42c3a6e6f5f542399cfdb2" -H "x-object-meta-x-sdk-sha256: cdb98301f2964fde114d93d195e0f90c8f06b750424bd31ecad793449848a625" -d '' 2019-09-19 09:06:44,141 keystoneauth.session RESP: [201] content-type: application/json etag: etag3 2019-09-19 09:06:44,175 keystoneauth.session REQ: curl -g -i -X PUT "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3?multipart-manifest=put" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 66f28cb74d42c3a6e6f5f542399cfdb2" -H "x-object-meta-x-sdk-sha256: cdb98301f2964fde114d93d195e0f90c8f06b750424bd31ecad793449848a625" -d '[{"size_bytes": 25, "etag": "etag0", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3/000000"}, {"size_bytes": 25, "etag": "etag1", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3/000001"}, {"size_bytes": 25, "etag": "etag2", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3/000002"}, {"size_bytes": 11, "etag": "etag3", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3/000003"}]' 2019-09-19 09:06:44,180 keystoneauth.session RESP: [201] content-type: application/json {18} openstack.tests.unit.compute.v2.test_server.TestServer.test_revert_resize [0.061435s] ... ok {3} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_argparse [0.149283s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:594: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: my-network and routes_externally: True key=key, name=cloud[key], external=external)) {8} openstack.tests.unit.cloud.test_router.TestRouter.test_create_router_with_enable_snat_True [0.198470s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,223 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,229 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,232 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,237 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,250 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.156490+00:00", "project": {"domain": {"id": "4ea3fbee2886410c839dea136f5c1811", "name": "f0691172f2da44b4b795b941a1fd7e65"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6a1f70729b244a9f85d72c887244ef49"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e0f2f7ff531c4f1d92af71f3f4c5742f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9aa01431ed8247a598a960b81d8d979a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c6cac875efe040429622ff45491356c3", "region_id": "RegionOne"}], "type": "identity", "id": "3b0002878bb141aeb49a3bb021d55139", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0256b1662c50415e85f65c5f6add2f24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "feff57acd6b24350b3159d7b94feeda6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3683169d710d4537ad390081b2631021", "region_id": "RegionOne"}], "type": "compute", "id": "bc4b9fda209e413e9b5ff772e2a71deb", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "257b281bf509416dbcdb140dcd87ec64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "38739f9a31be4a6ca8fc3066bc098ebe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "eecfbfe6b608467a93d5408225b48ef5", "region_id": "RegionOne"}], "type": "image", "id": "8880dcd1dda345ef904e961ed72fb9a0", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3adf5cd773f2459ab417e54ddcc35959", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a41daadf194b49af8993535c71fda343", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "bfaed926bf0a47d884affc93137271e6", "region_id": "RegionOne"}], "type": "load-balancer", "id": "580b9c3864694af6bb52b97fa8c5b43c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "baae8f9552ff4cb89780e60b69ea6c33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac452d980d7540c18f78d4f0b67deb6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a2d5ef726b145a3a4dbac741de8dd13", "region_id": "RegionOne"}], "type": "object-store", "id": "9a36b77f3fe54c31b41f24749023cb17", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1e060cc18a4943ff817c15f8e2bd5146", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e4b88bf1275f4246888aee5790d8075b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "52cefbab97bd4c849e27a7fef460ff18", "region_id": "RegionOne"}], "type": "clustering", "id": "1352655eb4314daa836a4ff1044989f6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a51384e5992f48059c984aa43ea10145", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4b801c5a1bff46f5b0cbde4e485b9cbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b727e7fcd3d640909ecb0f943ac7ce89", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d307d232a3524d16820a981a1e46fff2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e1744b1666254e5c8be0a85f050bba60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a5f81be738194a46918354a710269c7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "43c9844fd7664fb5a8c25f265dcc6e38", "region_id": "RegionOne"}], "type": "cluster", "id": "419cf61ebc1a4dc183bfbcbdb81e1522", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "342ef5228dfd4cab9c22c3af9acecbc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f818063488fc421797e4108ea9c7c42e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1012a162bbe543b49dd44f9b0567c384", "region_id": "RegionOne"}], "type": "data-processing", "id": "bb39ffde1cf840c5a5bdb04bcb3ce8ed", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5adb04a0ff624f2983ce27f82e73ef34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4ae7367b760f4666888cefbf1b011d74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c29e84f5512040b3bb1f2ef81b59369c", "region_id": "RegionOne"}], "type": "baremetal", "id": "1aa479d2426744f1aaf5c429a2009d28", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a1cb6e15d6dc41a0860e20ff43023f3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5e8aec6087ec419ca7896d24db3457e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f6320ccba40642ab8396ffc3aed9bf87", "region_id": "RegionOne"}], "type": "bare-metal", "id": "bd9a785cde4d4ae78ed919c244b4beee", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5ef2473fdde64141a91a672b45a00fd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "55515666df384099a6d0cd319149fe51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c04be3640b3e40d59534863de50ba14c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "63da551d43f84ee59201c1d19721d45a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3c2c17c239074e8bad2f107c12fd9393", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "146b6f4cd50841589e28edf52b3d1e07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "41471b6615f84b259f4eedd3fbe086c3", "region_id": "RegionOne"}], "type": "key-manager", "id": "11105551e5d74ea9973428d370952152", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2860346880a34b56b35c69489c89c28f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f3a244482b55441a83fb8e98a676eac3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6bf8fa2886aa468d9bf87a5fa7846c3d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c4a38132007b4b79bafc17876ba0fc40", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c3269ea4ba774e5fb277837c53fdecc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e856886c19474678bada9186a69de16c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9b4aafc86f6b4f0c88b2d45fa8cf1d7d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "07b7e679186c4689a1550e8fe4d05a2e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "62fcd49901d34d239d1e89981ed91e32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6a756adaaab34812b6dfce677a5f50d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f225bf4cf10645d6811b01b8dc94ec24", "region_id": "RegionOne"}], "type": "message", "id": "53c41ac856314953bf1b504fdf2add95", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e208f010cad0407bb49a56a68412a385", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "84f49b8f4956453681ac74beff60a7fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "428098c8bf784470862a6cf552b34758", "region_id": "RegionOne"}], "type": "messaging", "id": "184822921caa44d1913957e2274025ea", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "60a2f8972de547b0a68c612d0e7cf045", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "bbec5c76a46f429d93c909d0394580ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c10c9efa0abf4dfd9882efbba2144dfb", "region_id": "RegionOne"}], "type": "application-catalog", "id": "03f58d25b861415bb1f1ebdd5ad842dd", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1f37f7a5022f4822848fc2fa40b8ba5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fb2980ec9f964b039c35345dc8eb814c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ee6ec78ba3fc4821a75cad91f474e1b5", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d4e1af8578854d9eb85429b1a5f0e28f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6d05fa37995b491bb4af65f7c53dc62a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e53e46607ec14ee48f3771bc2c7dca33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ba447c0e8b2247e3a9e951be966da654", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e201ccb96d9b4cf0b1367d9bcee21d89", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a966821c1194467b8c0570e13b7d276e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "32c0fc1966bd49c2a4bd1939b3414311", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c51702535acc47e3a39a911a21bb7899", "region_id": "RegionOne"}], "type": "container-infra", "id": "8f801c8d363d4fa9b67f3e8374fa33d6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "79a1f67b36ae42a7804afbd9e02d764b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "43d5ddac56154f7a8908f57e61b0bf86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "061d7ba0d1ec4ca38e6bbb96e20279f4", "region_id": "RegionOne"}], "type": "search", "id": "dff30e4bc3334c79bf1d4c128d9311e1", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b5aea6d28b3a49a2a6463e0e7cb3c9dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1bb05037895e479d9a586463d966ff21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2f8f4d08079a4bda91346fa34880eed2", "region_id": "RegionOne"}], "type": "dns", "id": "0f37999077944c86a9d3e118453764d3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5e067c7434b34a61ab1a23ff2bb3cb25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2a2f5ef684ac440aa32af1155f66ed34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bd11abcda8bb4aff85a7624aca4e8b94", "region_id": "RegionOne"}], "type": "workflow", "id": "0b7e3a2d97e4461588aada2eb3013227", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0d6b846eefe9407da6597464413dcbba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c70c966b31a64f81aeeade05f9549c79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "156ee07f2c814fb68ab6562b8f6c5465", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f23142ce369f4d8aa6d5f7b748d0a422", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5a19c760dd554cd0a7742f264f19b08c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5b86d35533d44cf5b3530fcd30823271", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "efe92f8b694e4f02b634e3d48244c1a2", "region_id": "RegionOne"}], "type": "rating", "id": "fc527abfc8ea43979c5da4dc2f94ef3c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "023b6e5c75944493b77e9abba250204d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3299d8aaa2414361a2f90a1fb2a13527", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "affd008b5c8644ae8bee7796d81b0e58", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c6a8876dd11544e08e1d153f25592e9a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "489ecfa21ae0442ab15302c88e6d24c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a44d7bde5ca14ee996aa32ba310d7208", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e0ccf515ab77426980a7aa693ca22f8e", "region_id": "RegionOne"}], "type": "policy", "id": "16d51062d34c4674a0bea94c052e8f90", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "091b77019e904f1ca2295efbe73d65e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f35445aa127a46598ab53c890e18b8c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7e3407af383d40dc8a79711fafca928f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "4f961a1deba4413a82550de04d354d24", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "94d8c8dd109d4f5899489a209c19dd7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cdec55d0298c43a893dfa47800391db5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "38cf97b5c5c540e281957f974759f739", "region_id": "RegionOne"}], "type": "sharev2", "id": "f71e04a9abab4db19534757cdf672bc5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2cabf90d3ed34f28b9797d2608f515b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9766a16a486c46179ba8ec0e685fd640", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f675fb9ea5924e979637bfdcbdfca161", "region_id": "RegionOne"}], "type": "share", "id": "a495c720eb1647afa8f5020c63121706", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c3fd3344bf7a469fab2e7a2930a20d43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "01d248a3f23948d49157d31c4e95efe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6633c51dd36048de9fd20903ab6080a0", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e351f7582de04acf814015992819cb6f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0096248ffcad475bb089065edece312a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "57dc5274975747428b21f607da08fbc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b7f432ba3494142b9f0be6c7619c340", "region_id": "RegionOne"}], "type": "orchestration", "id": "2269bd046415463b882410cce8a5d0ab", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "229eef582ccd408098d5581869697fb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f839d36b382c4ea3b611b17e3abac57e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef5020cbe8df4ed39c68f798eaa802de", "region_id": "RegionOne"}], "type": "block-storage", "id": "1bd35c49918e47cf9cfab9e149779ef5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43053fe2be524ff2b282854e8871f7e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08ece800740344cd8790e6ad033a2613", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9a2550e1fdc4fe990f5a0dd1b21b1b3", "region_id": "RegionOne"}], "type": "volumev3", "id": "b7a4e9e94367467dba2a6f8c02bf7e03", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16c2bbe16f9b493db4779de285da6206", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10ed9dfddd514e61b61821675dc51de3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8fbafc7784c4711b1ba30c8462bcd00", "region_id": "RegionOne"}], "type": "volumev2", "id": "fb71ec27a30e48bb9f37bdaa0a917c79", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fb6a674d5aa4e85b0ce1460c36772a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85a527d8e981494883a0fbd31cd708f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "681b8eef0ef44cfcb2eeee68251309e6", "region_id": "RegionOne"}], "type": "volume", "id": "c82f86eaccf145ff96f28414fe4d5501", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "413b6919126a4c929db59257a8c80f9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9caf6f9c8ad143f2a88d04555f75241d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94a3e0c362fe4e47a04c729ed5b0d740", "region_id": "RegionOne"}], "type": "block-store", "id": "050ec62475fe4ca9b68a629f35d708ce", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7b9ecd6e8a5c4250b47613691bd54814", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ad7c2e697a0e4f858ad372a8c6c7c927", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "079a18396e56484e8b5adbe6f820cc50", "region_id": "RegionOne"}], "type": "alarm", "id": "cb3892dbce8941dd89fe5c8a3a97f786", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f8da958a1b6b4888b90ddac96d623b4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b6539dbd52de49db9fde9ac46a53727a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e2dd4067a8534e648c7844af28f03914", "region_id": "RegionOne"}], "type": "alarming", "id": "21100a26e5d448268ad4df67329fac31", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "881a8c26b8714db088b8f568600e25f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b181da629e96442386686da49977764f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1ab17bd4e8b54178bdaa4dabbb252b66", "region_id": "RegionOne"}], "type": "meter", "id": "b202e2f6e1d94325abc7be18a83cbac8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e006ac86427c4d6d813f014235ef12d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "51b64265415940dfbe17086a1e7a6c8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "870499aae39d499982236f3e0f4baf29", "region_id": "RegionOne"}], "type": "metering", "id": "0b161398a1f24875a48df4f4c7881d16", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7abf57272a6f440f8afb7537ced8c47c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "49669a392eaa4449a4cba3bcf72172ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "69ce5f0f0a5f416cbc94fe9af390b8be", "region_id": "RegionOne"}], "type": "telemetry", "id": "8d71c266c6f349dba2f296dfefcfdb12", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "233f0a6a079b4d43b5df2b406085f1ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8705a29680fb4f4291879648dd40d35c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "45a48a5bc09e4fe9a45722eef3400911", "region_id": "RegionOne"}], "type": "event", "id": "b19c4cf057b6447d8d10f81ca92f88bc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4cf59e1da1964c398245d0ab13fc3d87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "df1be5adfee84995aeff973d19c3e8bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "451a3fac2ad54a609c8acd59a09449a0", "region_id": "RegionOne"}], "type": "events", "id": "cf4a3b4957104534a5842bf36897d98f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4aebe11602594ee198e1fdd1d33772da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "481d473c316b4ca99246d13e3e248df2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d57df3a105d14a5fa00ea0070f52d881", "region_id": "RegionOne"}], "type": "application-deployment", "id": "080ab6ecd3c942e4a09951d75bfbeb6e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c65874ef4d374de49145c71937798703", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e5e3a56e7470461f84f513ea1421e887", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "62215f9e61de43a4ac9acc446dfac150", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ab54cd04642e488884546cad49a2a29b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5596e2bfd63e4e749a3c44875b49e886", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3d61976c4c6e4b828cc116d5ddd0ba93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5ce70ed156d54aa999e3bce93fd04dfe", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "661f92568b754dd4a995df8f44b507ce", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4e732941376f47bcb36684b366143dcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "07fbe33a927440388e3a810a7a459ac1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "05ed6d21225e4e939a4e2767fc4ceda9", "region_id": "RegionOne"}], "type": "tricircle", "id": "ef2bc2902ec240c49811c79fa221c33f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "862f2733daf74c7f92bcb8802337e71b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2c2b01e3457b422f869e108d1975ab09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "9cc0604a8f5d40e3a3ab90aa4cd30b00", "region_id": "RegionOne"}], "type": "database", "id": "461e11f99f594e74b60d074ec4af43ec", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "55755d0d077e49c3b1a1543b3bdebe7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d93a10f9ebe240249d97ae2d46438e95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c9fdc1cf74124b9cafcb50a1b90c1168", "region_id": "RegionOne"}], "type": "application-container", "id": "21b6f35064574656bc7c781f4aede151", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1b4403fcb0684fc580cb0d37378d4bf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c9738a47d2b3411792d62f249ceb57b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f7b0435104294409b7c5015fededbe43", "region_id": "RegionOne"}], "type": "container", "id": "478f4b9ce47a42a2af6857167f9adc2c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "eaf1f8de5ed444febdc31d16d413de90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f78fa7bd399e4681bb884b109abd3ce9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2a7b56d89c884b61a9269f6f019fb848", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "33ff1581c808447da515855ef2eda3a4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "289c97658ea14934be618e127389a7a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ee3f27f88bec45368cc49dd2c8741f44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7028afdddd1d439fad16506f8d9511ed", "region_id": "RegionOne"}], "type": "rca", "id": "901a10899b5f46a8a12a468fe17ce819", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "45c5e7fc14d649f48a36cbd260af031c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3413f767708c4b1f861b4f9d4f534062", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e8508b8db4ec46dd95c49d8a4020f712", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "70b68858af744bf892ce591a4c5e5996", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ac385a2a95f1484bb60e9c3ec1ca6db7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ed5c192d03344454905ea93c17aa638d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "78340eaebe3d4e809dc9edf5ff22e974", "region_id": "RegionOne"}], "type": "network", "id": "338eac317cea43b7bcae2d11fdaeb579", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "544d0a3ee9894069a7966917ba48d18e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1d04302b73de46b4992357432af9b808", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "74890d9efb7e4710a50136420a19fc72", "region_id": "RegionOne"}], "type": "backup", "id": "e15d9975c6d4401b810b3db511464ac6", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bbd0bd7f8bdd40bd841c4e58cf5737f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "aed16b0c4f6e4e2bb21b6c2d0de295fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bb274513401b49e5a501dd5a1b895f4f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "081a13aff2f04b058b02c67080320d8c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6e9a918a432d4768813c8b93d0548b6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "69cec357917b46cab8123f2365de751d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3e8a1671f53941d7a366b5b319b8ed60", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ab4c485f1c034af69cc7b8efa1131e6d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6c43ac4243134fafbff6f7fb9b539580", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "97401824a0f040208bcfec5421ededbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5f12b1d2183b45ac8810b1a0293dbcdd", "region_id": "RegionOne"}], "type": "monitoring", "id": "e935c286f7c54cf8a6c504b45c98297e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4388eedd3c154645b46dc75e4b364c7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fde384a5d31f48b49cda2c6386f23faf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b40f4b26b27e4cc89de357a968126ca9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "202357b430ea470c949c0abb2468dfd8", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ba2c2191286449f7a7e84abeb638d0ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "41d5114205fc4862b1963a1f27d56e40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "69ec9f9a914b4f8eba119217935f76bf", "region_id": "RegionOne"}], "type": "placement", "id": "990c59c9b2b8440296152d80f780e884", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5d15fc50703d43aaadfc420b827fe5a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8806b55bb5f940bdb9eb178e4a7fc898", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7cfb58fc469c4662a9947c3b6a908697", "region_id": "RegionOne"}], "type": "instance-ha", "id": "6a5513882f034789a76514afe1f5be6f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "268980528fc8402190670231d238d3e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a83cba34c526416f9573e1e56c428997", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c589f07e6a5643c2a0292c2ac508d2d6", "region_id": "RegionOne"}], "type": "ha", "id": "86dc312b6f304b72a364e28bfb2970a2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6d30fb63f1424dbc9b99e86678057d88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fa7c4991d7614e4bab3b020a0afcee5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bb26b41a117b45a58600e6435e5a6a72", "region_id": "RegionOne"}], "type": "reservation", "id": "fee60b584abc43d09cecea72662f3001", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "667801e2eef345118258718ee6e5bfd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "24e56ce490354d468d0e3f5edd38a9a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "76c7254590f24a2fbc0e0d48b5256ee8", "region_id": "RegionOne"}], "type": "function-engine", "id": "0284ce2a382f4e2baba34ef23d576700", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a6a68482c0d24418aea696e38e0d3acb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d13d71cdeefa49d98c1e6008bd3d414d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "cc9ecad021db4d52a8af3cd55429ffe4", "region_id": "RegionOne"}], "type": "accelerator", "id": "093199a9960e4ee5a9fcebda92ed63d4", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0dbdcecdc755478dab8cd07cedf3d5b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "98c16a3d2e184355a8ce2d100b37ae6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f785064abd90461b9cf986a85f426441", "region_id": "RegionOne"}], "type": "admin-logic", "id": "35cebc65a7944181882a4c19ad759a8a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dce7893bfbcf402b9bde4f15dfc81921", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9467fbf8eaf440be8c0e859ee7431d1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "75bc9a338675485895fbfa2361e003a6", "region_id": "RegionOne"}], "type": "registration", "id": "14711f2b3400470f875707260b4a4fa7", "name": "adjutant"}], "user": {"domain": {"id": "0b3d213455764b29b40d4f7debf24514", "name": "74c22b360ef747acbe1f6fbe1e867df7"}, "id": "d3191702e7de4272a0549df9e5f33c4e", "name": "8aa39919e1eb4291b35b0628146a476e"}, "audit_ids": ["f33eeef70d1c4d4a8813b4171fb915f3", null], "issued_at": "2019-09-19T09:04:44.156490"}} 2019-09-19 09:06:44,338 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/routers.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"router": {"external_gateway_info": {"enable_snat": true}, "name": "goofy", "admin_state_up": true}}' 2019-09-19 09:06:44,344 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,347 keystoneauth.session RESP BODY: {"router": {"status": "ACTIVE", "description": "", "ha": false, "id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "name": "goofy", "admin_state_up": true, "tenant_id": "861808a93da0484ea1767967c4df8a23", "distributed": false, "flavor_id": null, "routes": [{"nexthop": "172.24.3.99", "destination": "179.24.1.0/24"}], "project_id": "861808a93da0484ea1767967c4df8a23"}} {12} openstack.tests.unit.cloud.test_shade.TestShade.test_iterate_timeout_bad_wait [0.069129s] ... ok {19} openstack.tests.unit.config.test_config.TestConfig.test_no_environ [0.164374s] ... ok {27} openstack.tests.unit.image.v1.test_proxy.TestImageProxy.test_images [0.060752s] ... ok {1} openstack.tests.unit.compute.v2.test_image.TestImage.test_basic [0.062616s] ... ok {1} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_add_fixed_ip_to_server [0.059514s] ... ok {0} openstack.tests.unit.cloud.test_shade.TestShade.test_iterate_timeout_str_wait [0.065621s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,274 openstack.iterate_timeout Waiting 1.6 seconds {31} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_force_delete [0.066642s] ... ok {1} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_enable_service [0.038498s] ... ok {24} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_policy_detach [0.063235s] ... ok {18} openstack.tests.unit.config.test_config.TestBackwardsCompatibility.test_backwards_network [0.110365s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:594: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: public and routes_externally: True key=key, name=cloud[key], external=external)) openstack/config/loader.py:594: UserWarning: internal_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: private and routes_externally: False key=key, name=cloud[key], external=external)) {2} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_delete_security_group_rule_not_found_nova [0.201926s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,272 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,278 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,281 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,286 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,302 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.201172+00:00", "project": {"domain": {"id": "1148bdda66bb49b8ae8efb495c43af55", "name": "84efab3e61c74e31bd6d075c9ff2ba50"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8186b9394f5441d298986cd853bd5c72"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1c37729d28aa4797a63d69ed26b70cc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b38c156359ce445ea9b01f7ab7787cde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e4d240ef5a934cf298970dd0b01ab001", "region_id": "RegionOne"}], "type": "identity", "id": "4f60acc2e5ee4f1499a0431726dd9193", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6a9b94f0a089417fb396a22c75a1b14d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fa2081cd9bb44b0a81a85a5f5bd7ba2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "68ff1abd087848f6bf52bf30da41e8bc", "region_id": "RegionOne"}], "type": "compute", "id": "b652e347f8084fe2be4a01a3c5e593b6", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ef8a3eb490b04eafb391300253cab412", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "bd01755320bc454ab34c6532cffdbeec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8555666350f7494c960a2ccf229cd044", "region_id": "RegionOne"}], "type": "image", "id": "a122afc098bf4c7a898dcf664910d25f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b776083c79b54033a2a58c2d2a1b5761", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "76944f2a6d794b74af3f5155793518e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "fe13cdd1352d49c8a28dde8e8615dbe0", "region_id": "RegionOne"}], "type": "load-balancer", "id": "30ef391d98cb41048bdec19d9b03317c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a9fd9005a45480aaa2f2ef4a6b4f0af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "618ec517cda54ca7b20e7b4d4185a67e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93aea737718747dda4611c521f92d9df", "region_id": "RegionOne"}], "type": "object-store", "id": "80de629097aa4ae8b2f0d65c4131303a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "972a7ecca648404f9e422266f46418c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "09db273cfbd94f0aae0f2c8f697d8c08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cfb2bf6e39a9408d814e20239d8fc053", "region_id": "RegionOne"}], "type": "clustering", "id": "e51aaf4b79f641eaa4079d4de6ef63c7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cb60846202284e258cecfa859c3c8137", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "61fa1d5e0a5f4268be3046cbddc3ae5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "63f22b134dc645478c4906499257fced", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ec366fea2f3343e5bedce71dc8022959", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "275ab0a428dc4902ad1fba94729842d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2245b6da86a64028b146b05d002bab4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d365c59143d340aa834b603dc56b3f6b", "region_id": "RegionOne"}], "type": "cluster", "id": "61e29adc834c4910a5ca0f22a5a972a5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9f2b3a0aa2134cc7ba59908ca6eefc3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "712f4d166b314ccdbd5cdf3cbb4b3fb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "acb87e7c39f8489c83e3032bafe2013b", "region_id": "RegionOne"}], "type": "data-processing", "id": "66ee67a6581047108e1d667ed2f08142", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8fd76fa71345444682a5f473c5f3a5b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "47e5ee1d86234ced8116bf082f9a6d25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "17594c511b194a2a803bd35fb519981b", "region_id": "RegionOne"}], "type": "baremetal", "id": "1d9494bdcd5b4598a1f66f56965aa7d9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "42c4432d4a7040b19d58d9a8cc50d13f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d19cd1e993d14583b9d46ba815f6f4b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3bf4dcd7d4e34a5a9419d7e97f66ebf0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2b1a15e44ca741aa87fa12b761477d1b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bdc7f4be309141459e01543126c647d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d311113f747047b8a4ce9b4a379489f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "41aea3975bfe4b1a8ab538b13a34e8ff", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "45a9725bf6e1407aa0499fc15783a910", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "42246b68abca422f97046feeb4fd35e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "dbddf4a97a3a49128048731a0cde4e67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "517851b078934713b4b3d9a6a450b522", "region_id": "RegionOne"}], "type": "key-manager", "id": "a86e6851c6e241d7823bfced6bb4ed24", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1077edf897a3435c8b1477af15798242", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3d9d3034acb846bbba65c3a41f5044f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "27094965e3484929a91c41c2f1f77d68", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a294f92dc274485881e434437a1c1aaf", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "85d15171f17340edb62626e14589d51c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9af0d110c7d44da8920728cf5a25e1ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8580048ac97f4b52aec2770c71d4bb8e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "46ff58d3234c45d986947436bde4ed29", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "276f943b317d4fef891caf54cdacc99b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "cfe3b2197b5d466b993a95df491b50b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "08bfc0481ed44b07965d5607d3f73fd6", "region_id": "RegionOne"}], "type": "message", "id": "7d074eb810db4d12976b4ba8cb58c8ea", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "eb2497ce9c4341dbad563371b39b233e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7dca9bf83acf4f50889e430189b659d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9ca0cc1b44554f1aa0036bf233934d93", "region_id": "RegionOne"}], "type": "messaging", "id": "05d25df350a9459f85d09f3d2acad545", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "293ca188722347b9b4136c9bb04b1a45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "00ab16feb9544451a771bf42a4d7f876", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "63c18f9ea41642d8a68e040f31de6970", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d7819ab84c164d5d9c4bf01c42e00932", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4db6a75d45bc4c509f0cfd92c1068c4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3fe0574b6d6d4a61a3c880267f2f71f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fb4d872212e14e709dc6e6e9d5bdfc39", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "592b3acb7cec4dcf9bb1aa5c627cf761", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3ec9dfd2501d414195fbe75c7e1008b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dd7e9e4dece74f58b1a27a6789e1d937", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2e18a26cc5504c35bd25b5154eaff523", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "1bb73e2afb2d4ac9ae75e84241c2ea23", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "feab9a8503c74cc594721bfa23d0a7b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "91789b2a12c341b28691d000afe649a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "079632e950354d4eac45e15baea7b2a1", "region_id": "RegionOne"}], "type": "container-infra", "id": "695d21afadfd4f529398909f84301304", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "17d61ea6194540729c214773e99cfa86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "bb7907b8510c4586a852eb84b6ff408d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "41310178ff9c4bde82506fe5b5b8760b", "region_id": "RegionOne"}], "type": "search", "id": "ebd80232ed3e4842bcaf9d7d8099659d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f7aeb551aff84653802195cb07a1b4dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0382831314fe446dbf3cb7f7bfaf51d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "64bdc056496a4e85972b479a2c8a5681", "region_id": "RegionOne"}], "type": "dns", "id": "da8b47572ed8439fac13c8f5708ff084", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c532a43565db46af95dbbc08d1cf9805", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e49fada578c94ec6abd7c3bd2b7144b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "84b0789c01514dfab8056ff2bad3de6f", "region_id": "RegionOne"}], "type": "workflow", "id": "39899a27edfa4765a96425969fb4e501", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "25321713e0354083967765950e9fd7e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1d57cc4071a54e319cd7a59196061b5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "677384b0a17847f39b414ccde2f18608", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a51186539db84fa9b429fd54e0ee8788", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "60f55715600f4c26807d51a25b1ccca4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0c9433ce79f949cc96a6b661640090d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "35d36bb3a561487991cb81008d20dae8", "region_id": "RegionOne"}], "type": "rating", "id": "1710e9175c4e4b94a80c85159c0cf10a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "16f95851224c4ffcbc977aeb56318be5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3710aea1e9524d079fcdef9782bde717", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b655668859ae47fa92467f52b2c6d9ca", "region_id": "RegionOne"}], "type": "operator-policy", "id": "60704189d017421abc514e345dd6e2cf", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8f026ab07619496c86cb6be630ba9b70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2253530fdf474a2d9c3fcde2cf4ba16e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c66358af3f8a462ea2436943d53d25a8", "region_id": "RegionOne"}], "type": "policy", "id": "7e14256314a840328a7326565c87fcc2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8ebb985b4b5345beb1d50a504d8804f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "33579ee34b80433c8c4a48e935727f33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a0605ca70e444f18a26e9cf0f8919e46", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "54c1944b8e104bdfa0a59d9a39314197", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d038b9acc1b44b3ebeab8b84237e8c18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2931ebfb4efd4c1c8ec0e45578bac952", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bf3fcca21f2647f0a9d6cbe18c248169", "region_id": "RegionOne"}], "type": "sharev2", "id": "6ef83600581e4765879d41de72f832a5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e46b79f3f6ed49d48f9824bbdfbdab4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "792d4c5a72354197aec6065925029e77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a00d799c97994b6ea91778ff10e8329b", "region_id": "RegionOne"}], "type": "share", "id": "2cb95b21fc8c461a96e253cb1bae828a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e1e6ba575daa411fb322654e912e9993", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2353a41480d64d5096f7afd608cb43fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ab389c79f157472094f4cfe310bd92f8", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3d7ae4ecb4124f25a5ee2b53bcea0529", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70487ed370444dcbad380a68c963f90b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46db99724f0641a8a76535782a8b19b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d7c4890fa3e4404b81332c12c79da9c", "region_id": "RegionOne"}], "type": "orchestration", "id": "6138db52b95b44f5a071a59233cfe399", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0d6aadd896e49d3ba7e03b65238c0c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38333c97b536433fa7f523ce9e2f9dc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55f279b1a3434876871bcf2995cc3b29", "region_id": "RegionOne"}], "type": "block-storage", "id": "0e663daccaa748a38a339b5c8de27704", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fb8541c3ff64aea95dee973ec2bf547", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c569f1f1be5c41699b07640caa47cbfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b39889ab803494b9464f61dcd221bef", "region_id": "RegionOne"}], "type": "volumev3", "id": "8654fcfce5b34626abe7067a991e32c5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "543d4c3480dd45118ea5c7d9d0a5ef85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8b2f879f48940d5b3ec374f259f3b4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ffa2303749fd4e9f9f76276f283845c2", "region_id": "RegionOne"}], "type": "volumev2", "id": "0db15a7407d5401c8d543f0a1647adfc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ebb0fdffe60c4a55996546e0ee33b89a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2caabacdbf84ef6b18a00c96b049993", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5c482571cf74fa1993e71d5bdce26b4", "region_id": "RegionOne"}], "type": "volume", "id": "6b1afd9edd9c43b5bfd884bd0a150db6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b98a43a8b7344379a76364ac6a771f99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f410d4ac35649fa801c4abc5ddd4bbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f254eaf4ae5e4256bc143ad0b66ff8ae", "region_id": "RegionOne"}], "type": "block-store", "id": "38d47dbced864c859dc5c00a4d20c8f8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7ce8205f6ff94657b8ce750b484a100d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "18092c943805443eb3dc4f28865ae56d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "401936db09f143a583b463a80b837a43", "region_id": "RegionOne"}], "type": "alarm", "id": "847b74b9955d47da8a51f8e829022bcc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cf08dc217cbd43e8834f902c5f617a98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3da2a9534e324d90bcd61a4eaad15e94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3c9521dcbae5411bae3229a5d826dd06", "region_id": "RegionOne"}], "type": "alarming", "id": "968b78bfbc3b4fdd87b0f257fb103739", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "900620fa61c44197a42b6e38bb16c23f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d356b93b24c540aab4a724ccde850f02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9cb3113fed0c47408edc406334e64a03", "region_id": "RegionOne"}], "type": "meter", "id": "93032a37860644abadc2777e18fdd061", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "eba2b5651e4d4ae7a340d79c76a2efce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b3e46da43e4e4bf2ba7f6e31db47d1fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2977d6d6b0cb41e7bc577ea8cbb8994b", "region_id": "RegionOne"}], "type": "metering", "id": "9d5682aa61a04a45b5df99b8619094ae", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2f1d4a145def49689c83d95749f769dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7401a1e41f534edb879aee4198a9e768", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "19a604752cd74a7db0250d8afc8bf325", "region_id": "RegionOne"}], "type": "telemetry", "id": "a104eb353a6043c5bef56a1bea5f0bf3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0c8f312f7ecb41e6ba8ef9f90de43196", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fc1dde3972694d418cea8b69398f0d8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4e981c901a8e4138a0181afdf4ba2d6d", "region_id": "RegionOne"}], "type": "event", "id": "1c449f3631974f28b5dad381ca51607a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "16900ba76a3d44ebbf2eb7b104f06a39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "16d0cd758e074015b6ed0a983f35bf1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cdd03b62e8db49d68308a33dbbf0926d", "region_id": "RegionOne"}], "type": "events", "id": "d74d3a630c164dda9064ee9be5166c98", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f397d25fb99245f987da731dfbc81520", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1d98b805c6d349829bfc8ddbb800f891", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "453afcb331d441698ae2d755c0cd6125", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3c09771a05224a4792a30c4814d1eed3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "282dc7a2fd58408da9d0c7298aeef4e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3108c3c139324ed7bdfcc7fb3c56d193", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e4ebb7aeafc84a35bb2bbfa3c7dbeca7", "region_id": "RegionOne"}], "type": "application_deployment", "id": "4d63fec4b5c44fde8f49c44e0bdc0c15", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7a0d1a5c85334d12aefe0b3ac27004e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "20fbf57f9f874e9eb3816d5dcfa00202", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2d85b38d39204e458479c48167a29b41", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "15f202b2c2cc4a8f99f22723aebe549e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f3b8237ab5e947be838d12485354fa46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fee2203ef06b4b1895acdec651cac415", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "35158824cdb943818f61b25295659479", "region_id": "RegionOne"}], "type": "tricircle", "id": "afce59d856114bfdb2a1c986232b9501", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d83ed15d789047ffb9369c4974bdb357", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5ec3f0bb0b68477b87acb2b96397cc34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "cdb14b72259946d1a21a6f08b0f550eb", "region_id": "RegionOne"}], "type": "database", "id": "5210f6afce9f4d51b38ca051cc392468", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6e18085cdbdb41b28a6b28009fc1f2b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b3e7172e40634832a6cb3cf3c517e788", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6c58ef03987d429dbaf43e6a2c4081e7", "region_id": "RegionOne"}], "type": "application-container", "id": "40170deb5dbf44f38f176ae7f8708fa2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c3b39c51ac044cf08c0e6a8706b79b04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c34606d1bbb8437a816edda6336f92c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ec2aebc15f814f91b718733ede229a35", "region_id": "RegionOne"}], "type": "container", "id": "d1605252c3a74a85a92aaae1d9395fce", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "26a0f278f5c249b09bd2d53bd3f1a3c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "37041a9cb5a44aa29432d0db475d7c54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b6f6ceef8c42462e9ecc54fef362bf90", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "445b1b168763482ab869a7c18b5787bd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c921929729ef4cb3827f81141632b9fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7ff0b77ca87a4e3eb2b8cdcab3211dfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "32dd56ce5d584e679ef4598f2e6f8789", "region_id": "RegionOne"}], "type": "rca", "id": "0f27e0047ade4903940238d37855beaf", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b013b347d34042e184588b3ae84c90b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5e9c6bbe70be4b06967ddd931a72baed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "aca9d4e338074bb39dae3101a81468c2", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b13d0dc8531d4a3e9f445f0ed2877071", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ed86d5a6a37142e5953a8bb9ec2c4160", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ccf7e1a956e14c1ea61f827833b1c191", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b28730d34a8c44eb98c9c4b3b9eb0427", "region_id": "RegionOne"}], "type": "network", "id": "23b7c9dc05d54463b17099a56795e57a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "10587c14a4a2443aa5343331cf9386a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2c399ade07d84f178ff29f173488981e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "cf9ba81bdade4bc4a4e71ee322c67af7", "region_id": "RegionOne"}], "type": "backup", "id": "33b44565871d41f3baf9aa759f42c20b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "16e1684273484e1e8a460785a083a488", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "94a9c6fa33a2407ca49947ae4b92478d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "737257e91bf84725adf7b71136af0246", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "306f28d9877e46b69b9ef984a141899c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8c98931afb1c4cf2b6e5aa115e33d1b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dd3ee60bd045493d9f8adfb258265ba4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "877dd79566f64b13aa499c26e648c805", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f500619070a84d87a9dbcd688117e15c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e319d339ad9f41699d42cce88b153524", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "05dfd746120448a4bde6b2d529d15f7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b9c93b41ffc546b39a760846107e7433", "region_id": "RegionOne"}], "type": "monitoring", "id": "00e3bfb492364562baf772785973a4d0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e262ef88934f4ad08ca71bc79a7ba59c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7276aa1d54684a5080d21f984d3a9b60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a89d6c767bea4cd9afe54ca1a4531cc8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "be3fe70ef0aa492986d1ba6c55d06890", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "86411b993ed04481882126cbad6d55d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "839cf630b94f4d11a2a1c9d240dbff35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "05f5c9a702094f9abef39dc46d41716c", "region_id": "RegionOne"}], "type": "placement", "id": "e35190a861124a7790b43e80b9b85a69", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c3264e4e14064da6bda7f654997afdbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "86d061f044274815abd0321324b36483", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ecebb0a6ca934afab4dd5b16158ae9c6", "region_id": "RegionOne"}], "type": "instance-ha", "id": "792102d8bc54441b8d0f005e1396c6f4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1251791903cf47c6bab2cf989d4a9a53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2ff35a5284e046f8b40ade1e6503ed34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6f74b8c2619b45668c1ed9f41cbee7e7", "region_id": "RegionOne"}], "type": "ha", "id": "e8d4736cd49844228e21639c80c9eb66", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f2e16a3612c740fa86d00c47e936077f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "054c6e958e16411db2f4df4c3c80d6ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5fa69235c1a84b0daafa8c85750f6ccc", "region_id": "RegionOne"}], "type": "reservation", "id": "6136263012154ea083a3ece546fac549", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ed7c484aba5c44c49494224f343b65e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b683be34e65c4f198103be381e873c64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d52de11d76cd4fa7bbcccf2e55b4c0d8", "region_id": "RegionOne"}], "type": "function-engine", "id": "3dca0b9d26d64268aabe49bfd685b5da", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6d426a3414bd4978850e27d7082b682f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f5f2355de1bd4018981f6e9daa4e7d8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "dcee4a3ace884f3aab3028569f712df3", "region_id": "RegionOne"}], "type": "accelerator", "id": "c4df748b579243ae95b9351d834a2900", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "069a9678e06e4b4cb46808ad10f9b1fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e220e61b348d4e66927efd4bd7e0ba39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "254eaf1c289647af98ab0e114d9e24bb", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a15be89039884372be2a44cf6757e92d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "77c305083d524a52b72b9a1b5ea5afb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1a4ee53369a24caeb6403cfbb9859767", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "acd26d6c3b1044a48e521e449372420d", "region_id": "RegionOne"}], "type": "registration", "id": "aadd584df15e4cdaa9cbdc1ff26f6997", "name": "adjutant"}], "user": {"domain": {"id": "56ad53dc221c40f8a9385800c8be5664", "name": "59b648bf7a564dd49639aaac6e56cf3d"}, "id": "02c310bc399941b5a2fe54090dc7615d", "name": "5db7d55e98c04e8e9a712de118948a0c"}, "audit_ids": ["920d2c5e96a5457ba6d90b644d22df84", null], "issued_at": "2019-09-19T09:04:44.201172"}} 2019-09-19 09:06:44,380 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-security-groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,387 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,391 keystoneauth.session RESP BODY: {"security_groups": [{"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "Test Nova security group #1", "name": "nova-sec-group", "id": "2"}]} 2019-09-19 09:06:44,396 openstack Security group doesNotExist not found for deleting {27} openstack.tests.unit.image.v2.test_image.TestImage.test_basic [0.070442s] ... ok {22} openstack.tests.unit.cloud.test_router.TestRouter.test_add_router_interface [0.179576s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,217 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,221 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,224 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,228 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,240 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.157481+00:00", "project": {"domain": {"id": "ad614cf70fb445b6a391ea171c4c5192", "name": "3fd33a76b65e424cb1352c2a80050e35"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "845d79759daa4b929894c61be1aa7b94"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ea89a23379d94cc99820cf99fa15da0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e82ff7f0381c448380e42f307686af77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "66c9cbb90d574dfcaabff0e449a7b867", "region_id": "RegionOne"}], "type": "identity", "id": "4a2ed8b493f149cf99a0d676da2e2b71", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "13b5374cc3234e38b7aa2aab878f1107", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "52d225418edf4bec974bdad2e20c4c35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "bb1a60b475184ed288732168612a7712", "region_id": "RegionOne"}], "type": "compute", "id": "c425f27b99124a57885e1e9a49f583d9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "635ebe57746f4492be7b5749c939ecd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "92149a5294404541a7ea27856d709e34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "66dc7518ad794c2bb9abad3b08a35bb1", "region_id": "RegionOne"}], "type": "image", "id": "1fb7509cd7934617907e0509a395779a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a7b955ab1be24a7da7a7deee19209c70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1480d92168dd40d8ad8e931e771bc13d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "554331d089044a87953d10cb8a93c9a8", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b575d6f63477463c86e5e4524b854316", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8bc64dd9cd04a419e122a4dae927fb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "620f2b55009a479f899e4bc1a3e0d4f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e296a4c8cca4b51bd75309af93170aa", "region_id": "RegionOne"}], "type": "object-store", "id": "6d345e4817f840a7af3e0a446919a0cc", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f828fdf828604da0988c5c4fa6c96277", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f8e7bd18bd8d47d4bfaa2151aea48185", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "704ffc58207e43e2adb1da25ff80ddfd", "region_id": "RegionOne"}], "type": "clustering", "id": "bd9c02c96c58403198257ac1f6a142c3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ed341b67527d4b239d77776f87de5b23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "300fda692ec347b98f95923cd01c8597", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cd63aed154914abfb71e665903e1b8f7", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "01fc7fcd375a4754a3b8d6cd0c1349f4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0c1b60addfcb49f9a6a61b7124e338b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7e6cda862318453d839c5869fa0f9a0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4f33760f12a94abbb140af2914d6c335", "region_id": "RegionOne"}], "type": "cluster", "id": "3d402aea0ea445b8968fc37f74decc7e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "61d49ae7572a47569b19283b5cfdd883", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "064cb8e877974c9e8ed0990357d02811", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "572f7fab1c9542e8b52d7b24d4167412", "region_id": "RegionOne"}], "type": "data-processing", "id": "077525ac12d346aebc067f518ce0e92d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bea5acd7f1b7432194563399651f9e42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "feed3d6ef1104b04a2564a4ca563ccc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c301ac71b09847009463ae859210017c", "region_id": "RegionOne"}], "type": "baremetal", "id": "5d9ed72d2bcd40f9b7624921887827a0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "86f25df5cb77427eb92cd8cd989921a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0a758e5ee3be4d6583c611606869a5ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "738f521ddc2a4825bf2644b4f833a1c4", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6ffbdafed62e49fda3069643bcf0ef0a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fbafcbd7fdb14e819a23f55d1c73c125", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cbc29a1709d14fad9191d398c2c8dc47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "03e0c1534f8d4b43b9464ccea6b9070e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "37aac91e8e1c412cb8513ccc7cbd970e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c95e980e9dd8402ea4091da7fefa1782", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f15dbeae3f484655a3a8ffab1a0af99d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4fee3820ba80459cafd2b5d2c141fbad", "region_id": "RegionOne"}], "type": "key-manager", "id": "da7bf445963e4b4db5fb47b6e386df58", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "63f89d72cd1c404b9affb42142716ba7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1f98c51758404d1bae00edc2c5ad35d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "55ae03b2e91f4c2f876a1d544eab1a10", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "4691cc965c654877803a072b114e5bbf", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cc41a9dba6a54954bd4f80515f60b023", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cbc7ab5e0ec94554bfcbf1fa4a940f29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6b112678aa954079bfa8cdb00e11c30e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "493702b20a0e4d39b896c39d0f4fcd3b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e1dcc91d4a0b4b089ca3e1604f6ff6a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a5cc7d089d7c4197a16f0be754ac41d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3476dd5adfe840499cfd0624e8f16131", "region_id": "RegionOne"}], "type": "message", "id": "925ed7cb82f44025b5b864436b22d043", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "336b072893464a0285f97a89dc4ac94d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ac25af912a314b3d9c6d70c238680ae7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5274325f114142dc979a59b41e1d051d", "region_id": "RegionOne"}], "type": "messaging", "id": "e1a377b01df84ac2ba686fcadbb9ce54", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "186f6c5a576b469e88ae88146c7116eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "60d457b8d6604ada817737204c3b8f09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f1d1fd6804b54f75a324dd9e5b691e73", "region_id": "RegionOne"}], "type": "application-catalog", "id": "eaf6d126d81741dbb19e3d73e9876be7", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cb4ae6e02d76462db2e7776a08808c94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6fd924d0f0f744cbbec96bdbee31ff89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e8717ab5dbf04a399a3e5e1206edcd9a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "38759d6e36784aa092bf72a58b815e02", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3d0ffe83aec047deae481b0192b12cc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3788f10a14a244c380210de441d80794", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d815a517dc4e4f20ad24dbdac88abc57", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5f24e1528a6d4be884e80a0fff9c386a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b2b2fbe2ccc74a83b37f695c70806d7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "281c0f5a85574e5d8773df691d2378e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "97ce37e57222467595069a31e7f97c4d", "region_id": "RegionOne"}], "type": "container-infra", "id": "9dfd9f0f50604315bb2b759759612892", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d45c65ba72cd4cb99fee8a650ace6251", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a27ad9bbdb4d4d98a494cf4160f1c5e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "250a5adb695640ef984f4b5eb759e38c", "region_id": "RegionOne"}], "type": "search", "id": "25b196e20f4e4b27996c8ef3a6ff5aff", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4e49f2d0f7f24a2282a9561b1f8e716c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "939b34dba18a46d585270ccb9376b390", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7e64f439d6d6431e822b07a56c9637f3", "region_id": "RegionOne"}], "type": "dns", "id": "861e6976f11a4ef8903892eaa79df181", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f6ad1c9afb0f4cf3b78b2edba596db90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cde3a2018abe41868e5907d37841e5f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8a7ca07457024989935bd09c2279c175", "region_id": "RegionOne"}], "type": "workflow", "id": "1387075791d94fc4bd4e2cbaf0518d9a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "53da9a6cfe5d4c3da66ae9609d7a6644", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7a44b1ef96c94dd99b9bdf50d5d4f4e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "17218ac83c2a40d4b22c4c50de5fa832", "region_id": "RegionOne"}], "type": "workflowv2", "id": "21fc86ce14d3458e91c8c56dbd4ad096", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "40b810db3f1f4ead9e3e1bd6bb09d77e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5589d1b48bce4fe9a903c73aa95ba71d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "14825a9c7e894fa9928ae728340be082", "region_id": "RegionOne"}], "type": "rating", "id": "4144275b4a3649479ee7eff4675950e3", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e9df5e0fd73d4ddabed96492907e98fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "58944e697b594807ada082c55e14d183", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "573e7740b0ac4b79b7af6ddf053b9074", "region_id": "RegionOne"}], "type": "operator-policy", "id": "fc0d3b86d6f04320af5e8acc4329d75c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7f8a45e1fb414140834f88da148cfc87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2ba703df87284414aeca5a8c6bb24a60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5142d93e4ef8496e8571228be5f33d2a", "region_id": "RegionOne"}], "type": "policy", "id": "45e480ed12a84a2a993ffdcf38aa94d1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aa9d590e53914695a422d12c1bb33b1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "64e426e019bb492ca24b40e69f867b79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d77b966ab72f4833bc7426633321e7f6", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c9f7a225083746149be8c4d5fb068370", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bb3b191b2b80424198b37caf6cd757cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8f39097634374158939928e540f02388", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "edefc19f4e2344fd9928556bd6ba40ed", "region_id": "RegionOne"}], "type": "sharev2", "id": "9c59a6267c4c424b9587910c1ca46cb5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9bbbeecc6a1e4de69200f24fe7cfe027", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d05178010cde459e9e0c34450e8e523b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "db36e71061f34f0295dadea2fe132bff", "region_id": "RegionOne"}], "type": "share", "id": "5953b466fe064253a454365953a685a8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "896287edb1a343f9a5cfe82cad1de502", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6f27d88f413b456491b4c2ca597749be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "87f59bca5b274998a19b2967619f5d9a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "50750eb58a1a419c961fb6c3842a1181", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4afafaea0c0c4b4092f65f78f147cec6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fca52a396cb842ddb145240f56fcc3e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3470bf750944ded92d653f58312defd", "region_id": "RegionOne"}], "type": "orchestration", "id": "d5991ef244a2423ab7f3f893648ad2f4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01e69346abd84954b54b62e22c18b926", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e128d54fe1614e39a439ddeb861241fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd29721771ca4c9b8f71d7f25c11fdf6", "region_id": "RegionOne"}], "type": "block-storage", "id": "76bf2774b13a4b00be79712545faf6f5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f78c5daa8524b6ab5ac9ad395b86d6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e710801c89844f0ea98210d8d92234e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "641324c33b3c4803b96e8ba03dc9aeb9", "region_id": "RegionOne"}], "type": "volumev3", "id": "0be5f1bb180743899f5f680d8bec99bc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f9af902879b4dbc97c4937b8a56bbdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac57c25e321345b3977e8f7369a52229", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "538c93126c344cb1b308fab4273da926", "region_id": "RegionOne"}], "type": "volumev2", "id": "0ac00a57a8d0484fba8c7fd0ada23d36", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6256cd7759d14d9fa3607a26a07d512f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ae0bf061cc0465c90967e51b3364e0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af9201f72a8b416eb6d47570c49e9c89", "region_id": "RegionOne"}], "type": "volume", "id": "027047cf9f1d4ff6ab2e057f17fdd658", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca2dd5c305494ff4a153083619c79890", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98b3f4d223bb49279dfa8b84d7859bcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bcc992856b8f40a9b7f1223eee88a8a8", "region_id": "RegionOne"}], "type": "block-store", "id": "6da2a7da1dbf445b96a27012bf5af276", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8a3a8655ccd94035b78974319a8b3315", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2ecec8c3219f4c42971c22d5867a6358", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f3dec866604d4022bce4333d4ad0f3f3", "region_id": "RegionOne"}], "type": "alarm", "id": "5fdb98a82cda472a9123e5c02e2b63c3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8705945f03774013a41be8ee8056439e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "45d86926c7cd459ea51adcf35d0f2b4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "116e3985b90b465183928ec25f85c4b9", "region_id": "RegionOne"}], "type": "alarming", "id": "dc1960762e784267a1c65b121ea8f7b7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "04365af0f18347d7930ee23552e29704", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cb6eec8859164183818502d7aa9a5b13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0df73264d4554da0b161217cb3d495bc", "region_id": "RegionOne"}], "type": "meter", "id": "adafef7f3dcb46999c4f6346869d9442", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2a24997d222741edad192a9451d87a6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4bd7891b60d845899bac5a56561e35bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b8cc0ddf4eeb47a78766a4968b5a2c1c", "region_id": "RegionOne"}], "type": "metering", "id": "495c5f3c61264397a95d21d4ce9e825b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6156e45853ae4907b2de6cbe87010475", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f8ca009bbef844acaae16705a7890167", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c8d69bd55ded4f0c9e3735cf9aa1691a", "region_id": "RegionOne"}], "type": "telemetry", "id": "ecf707bc1b5e4525a3d8bdda31afc8aa", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "935ed086ee944cceb1ef3815b10161fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d66a0f58e0804425a4e9928d2dbb865c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "782d7f5ef4e4450a85d2b26f498e56ca", "region_id": "RegionOne"}], "type": "event", "id": "c9d4bcd969f74466a876c3b75e5542c2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "995ccabd7daa46938d20aae755fc421f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fb856c0779b649f4be4d4ec6976cd5c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b6ca4b36473446a1b8ffb159c04bc1f2", "region_id": "RegionOne"}], "type": "events", "id": "d5900c01b2554396877e0df21eda39cb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "edc4918069124cc2a8f207def237def1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ed9a459ec3e045b98152b3270e75674b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2970fb27e9064d4abf77474f942a6195", "region_id": "RegionOne"}], "type": "application-deployment", "id": "afc78f383936449eb6344209b80e56c9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7e6c59f40ff345de92f616acf3be74eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "10b09f5e36f5406aafb869791417b708", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5e43ddd133ae42019c4988113a305221", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1b16913f409e45f2b771097b59d3e308", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3512287553cb483483b514241734a329", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0554e4cbfb6e4f59b2ab5372cfb1161a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ab6cf6cac8584c1087dd11fc7ce0db98", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f322aef015784bce866dbca3a83c915a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5b9e7bc9b8e04137857c4ae6e0f2dbca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c3b1d3055d284465b2ced2f6db613c46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a40a85ba1d3d41cd8f157cc28ff57123", "region_id": "RegionOne"}], "type": "tricircle", "id": "27dfb5dcebe44b5a9e1f029a824bcf9a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e271454751a54cac8b2ce08eb6f9a52a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1be8e9cb184d4556b4031511607840f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6d0a6eb52123482ca44829f15664cb85", "region_id": "RegionOne"}], "type": "database", "id": "9db23f6dec3347b29d2c22aa05223bef", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "46552fc235d54a828d5194e6f2e11774", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a02b55e75ed948bd8f7cae04e5922fcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "16b78bb2a1974742b85431aa7dcdf260", "region_id": "RegionOne"}], "type": "application-container", "id": "3f3f3fca4ce64644bf029950cdb574ab", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ed0c8b1ed0a74b7790d82e9508387135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "de6a414bb97b4697bde6a10b7e8bb569", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ac8b34d91222413f9cfe757dfd462ff7", "region_id": "RegionOne"}], "type": "container", "id": "3ce1b629bfc245c7b63472fa2f53a0fe", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d360477411c142e89e2f53c61447ed83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ab6aa391860a4644b2ffd2cb613a63a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e619d108b1dc4d18a5d240fe5e1b779d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ccf7294c50e94d1290d728be34632a7f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e3897791ca6b439798be2ee32b82fcd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cda99e8a38e14a4f9ae9c56e7eb31fe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "639ca9453e3e408299d36ed4b10289bd", "region_id": "RegionOne"}], "type": "rca", "id": "1c9d8ae982004c78a51e25481c23f4c2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8d02705da5074d95b68095ce4f2f5766", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2c2381902a794aff9d773d0b84547656", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "72e1e4e6342342a58f4edc162201c1f8", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "70aaf23fc689451e91a7d3fa2f0a868b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "95ed8a0de67b489cb30a8c95f2b11eb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a208417721b84073837c9a5a06520a7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "9f74a924642b4a1c8ea85210bc52279d", "region_id": "RegionOne"}], "type": "network", "id": "d9788bc8aede47fd8b370caaa876d2a0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "742f16345dc64110bacfaac69606d3dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e796336cedcc41638d788d81890960d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "afb3dd7159c34cac8a9d1ce9ece7a76d", "region_id": "RegionOne"}], "type": "backup", "id": "3e84985d825c44c9a5eaf17749a7852d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c086d56fabf546bba644ff3f8e1e45f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8e3b4ef502e44b0698f5ae78c888ae7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "359bbbe99352487fb69bde4b1ea4272f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "eb6073661eb648a49b066f185586129d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ce36bc8fc78a4da892247b5379a48d70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "48783700dcf04d68a47701b656366640", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "05f96c1ea9fe447097d5ccf680dee592", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b8b9ad13e97b457fbf9b96f615183202", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "90e9401a85e74953a5f364576b8a6952", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c81bdb91e2c84b2d88908a483e067c22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "eb0cd56de2c7471ab4b15c2980f76e1d", "region_id": "RegionOne"}], "type": "monitoring", "id": "3c0768a2cb314f00b9c63dc0415182d6", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3a541535f9404b9ea03549fc351e564b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "39b95264af8b49e29f3f7740b015d55c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "161088c2957741edb7d50eed0d6f372b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e6e4f7a21471449396165d360469b6ae", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d8c015e76820430a8a6e9b84809526b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "62f20a3c375046d7ba756bbc73857d2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d716beaac6d44d58844c63193b902fe4", "region_id": "RegionOne"}], "type": "placement", "id": "1f35e0e3f6104fd0af2ef2c4a24ea9a7", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c1f7bc28af2d4ca0819779b2dc273629", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5eebcf95d2254d88b05376143418a5eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "92081f334db7461eb4f6a164923ea144", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ce234cbb504e40f4b5bb5781c3f120af", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fd4e08d48ff34bdf8f7f6a6ec328467e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e30e53e5d7a044c88cc15ee089187f33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e9cc86780ebc4b2f82dd530e0b497e8d", "region_id": "RegionOne"}], "type": "ha", "id": "913adba4aa2645a2a3cfe32f5b97aca4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f08324f8370745848d50e82f2b733e88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "80fe9b30fbc24ccca849b5b44a9b48de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4d8b5b710f714f13b79fff1923204c03", "region_id": "RegionOne"}], "type": "reservation", "id": "64c59e19f94543ef886e14610f85d5b8", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "442fd49aa8a24dc1afba866f63bc771e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "13ec71dddddf48df8d2e1a999b080a5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1cfc393e5db04dd997918f7f026259e7", "region_id": "RegionOne"}], "type": "function-engine", "id": "422840b816584e4eb5ec9e4aa25e2558", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "57e9b8499a7d49ef9a5dcc4c83cec0ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "db9b200b74354939b5313697486fec85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3789817095c34b6ea1bed2342167c1be", "region_id": "RegionOne"}], "type": "accelerator", "id": "bbf69b38d3d74dd1aa64dae482388d4b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d105b0d03df143c7ae523303e39627f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c3019542685c464a9c110d3f27406298", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d943bfd9135b4bfdaee0234f6320c28b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e35252f3ffa143948f052dc423f3a48a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "84411f9a58b24fbe9e3df350b180bb1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8fc038ca3e664441bf92ed18b976cd88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6d583f6c18ca44569384cd2fc68b8458", "region_id": "RegionOne"}], "type": "registration", "id": "b4b723983d674ef99b5961785aaef5fe", "name": "adjutant"}], "user": {"domain": {"id": "3e367e5661ff4896b81af98e2ea7f67c", "name": "92da677d7cbf469b82b37a582b928411"}, "id": "1fc0a3c21f09455e882b2cdc3d3eff15", "name": "ae955bb6f3484c3c9a0fbf3739811928"}, "audit_ids": ["dbfe1a0276b6485fb093a2e18332a996", null], "issued_at": "2019-09-19T09:04:44.157481"}} 2019-09-19 09:06:44,321 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/routers/57076620-dcfb-42ed-8ad6-79ccb4a79ed2/add_router_interface.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"subnet_id": "1f1696eb-7f47-47f6-835c-4889bff88604"}' 2019-09-19 09:06:44,327 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,330 keystoneauth.session RESP BODY: {"port": {"network_id": "53aee281-b06d-47fc-9e1a-37f045182b8e", "tenant_id": "861808a93da0484ea1767967c4df8a23", "request_ids": ["req-f1b0b1b4-ae51-4ef9-b371-0cc3c3402cf7"], "subnet_id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnet_ids": ["1f1696eb-7f47-47f6-835c-4889bff88604"], "port_id": "23999891-78b3-4a6b-818d-d1b713f67848", "id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2"}} {3} openstack.tests.unit.database.v1.test_user.TestUser.test_make [0.067158s] ... ok {1} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_image_get [0.044034s] ... ok {2} openstack.tests.unit.cloud.test_shade.TestShade.test_openstack_cloud [0.065052s] ... ok {24} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_policy_delete_ignore [0.057589s] ... ok {31} openstack.tests.unit.clustering.v1.test_node.TestNode.test_basic [0.067410s] ... ok {10} openstack.tests.unit.cloud.test_rebuild_server.TestRebuildServer.test_rebuild_server_with_admin_pass_wait [0.534684s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,946 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,952 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,954 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,958 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,971 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.878984+00:00", "project": {"domain": {"id": "ad34acf791974905bb444e5b0bbbbd3d", "name": "52d6a9a94dc84ba79734f2af756c7ee2"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "40f569cca8654ddeaf2f53dfc37c6428"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d431c3c6cee84bd1a51c2363a584080d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "cccb95c2b1dc4ecda48c7db6020736b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2e39a11d2a4a41ee97d5023046b12b99", "region_id": "RegionOne"}], "type": "identity", "id": "e9ea2bc6691d4b0ca91c237a1cf95873", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "467664100bfb471c80602a54f064d889", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "279cec4c4d0443b08f5fb265ec473e51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "510898940e6545e5a560310b370e6307", "region_id": "RegionOne"}], "type": "compute", "id": "6e98f7057ddd4c63b8673901b3d09d29", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b5795c2ce17042efa9e31bc0251c8ca3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e02467ad2b7e4dc0a07021bd67e770a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8edcdf4b6313431eb29f11999841d1f2", "region_id": "RegionOne"}], "type": "image", "id": "a48150da4578472e82eaf40a2ff5a2c1", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9a5e695f0eeb4e78b2321b36c4388897", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "179c42c79ac84e6fbd0c671d2cb9e1f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0489ec948fbb41b1b92f7be8b985c864", "region_id": "RegionOne"}], "type": "load-balancer", "id": "5410adbd1c3e4cf4b915da1463cf9ce9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d62516ee317b495f942fba89bb42301e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ea7e4050e9d43c2861f5519ee329e67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "120899eb122e4f3f86808eee5aa457fa", "region_id": "RegionOne"}], "type": "object-store", "id": "41442747eaa847d2bdcfbd6b14e70332", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "af11d9d05eb64e1db91c8df417114276", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6d71d2a7f2c3493ab98f2e9d4189e9bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4b4ef9a1f760407ab3b894030ce95cb1", "region_id": "RegionOne"}], "type": "clustering", "id": "db9d953c3b574930acc4e97acb7418cb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6d9b86906d4645edba3e5d7bb69efc17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c252fa9f135444ad98f89333dd92dd6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "078681e9f0594e1abb0977f121e35316", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e2a0f2ee8f0746d6b6b299da23d7ff1d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c4be213de7154bd581021c95e97d7194", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8fd5e2a28dfc40f293b81138a881370d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7c1e04d1251c47ef95bb840db3a7ad29", "region_id": "RegionOne"}], "type": "cluster", "id": "f1d3e58ea9694c31be293c6f41179ffc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0d0fbbc9d61d4e21b09877dee86eb9cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "76b17b63c7c84682bb8e37ff97a3e3bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "35546ec2c8fa41aeb69b7baef98dd05f", "region_id": "RegionOne"}], "type": "data-processing", "id": "2051a1a58650483cbec23e7940c73c93", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "84744e5439264a4c8d30cc110af6462b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "79f001cdab9e499d88f9cf7309dd716f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b4b0959635234394b2dcd0bfea02e3db", "region_id": "RegionOne"}], "type": "baremetal", "id": "6c9272e1ddbd429389a440b385cc0c20", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4a70e0f2f671413fa570e255725b84f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "87585deecbff4504be7c83e27cc605d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "489e6a978b4f41c49d6145511229ed4c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f0ac5466f8fe4f23984eaccac6d56ff0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "234ec08fc56045af9f1920ba6c35ad68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f2be7674b5c9412c909be9d982d2ef18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "31b1f3d060b2446c97d2c10c1296f4ac", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0adcda900e82472eb1c9307d4b755308", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bf5b53a8c9e740ecbe540cc3aca0d6da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3c72a99a55e24bb2a26bd84465f42e13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9149be5b2ea64089b4fb7bbf449c51db", "region_id": "RegionOne"}], "type": "key-manager", "id": "4de0bbb6c7544b8cac6735abc62db737", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f2e467bf6fab4aa484f45847661ade0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3aff0fb498e144f6ab8379483c29ec71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9295c72083884a899c2fc108f26ef50e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0750aeb88e97466f9ad0b6227685d0de", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e03681f461aa4245bcf403986eaabe50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "62295531805941dca1b224177ad7e671", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c3044c632894405995cea03550880994", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8e4d04a4e9e14740aa29302b0933766d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5679e117cb9243ee85bc5a0ef52f7709", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "04ce28e111ef45309f77ec124ca296c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "33f3dee1816244f3aefa03daa209f80d", "region_id": "RegionOne"}], "type": "message", "id": "bdd7ec5e88a24c63abf6a0aa464a6b12", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c3dd16cbcca44d899b2f7a2a49e143e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4bbd360133a140ca9ba3324795ef1f18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9eba2645d58e402698ffd550e1c9fe76", "region_id": "RegionOne"}], "type": "messaging", "id": "3cee14ff404948588b9bb27fa737aa11", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "184e06d4b46b43498c3400cfb737f974", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "eb0881d135ac4d86af2dd252cc1cd1dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6129c1105e0a49d2af643e37dbd9605d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "edb32823343e4d6e86328069958e0e61", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a6db3a73c75d4973b70cb14f3a5959bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "19adf03787844a64b4654f7cf641b3b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c37965198c44b3294a3d3cf43943c33", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2e0a302cfda447af8e6e7bcdce07df3c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ab80b748db4a41d4b81baef2fd2279c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "09b8d69a9e0346e4a413ce728052b3f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cc0d7203f7de4875b624f0a09c773595", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "73aa7922980b4256860151fb6619e6bb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8c35bbcd70a64846bc57849012760c7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "05f0e94eacf84f83b2a50886fab3e8dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a30ca2b749884bb3ad98b0770f08f812", "region_id": "RegionOne"}], "type": "container-infra", "id": "fce9af6d2e1f4248812c163070860606", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "65cfbcb3d8d94bd8af3516774f9bb6d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "4cc65482d22c4ea5805950c924e7b51e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "aa537f340c494e0983abc8f32f4e05e1", "region_id": "RegionOne"}], "type": "search", "id": "3b1d63770e484b17ac5dd4f460a54599", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "732b6220443e47d29f087f6f361d8099", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "42cc1bc998e84fb0ab17f3ce3d98aecd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "bfb482e97f27422d85dddd4be97fb818", "region_id": "RegionOne"}], "type": "dns", "id": "c30a6fafddbd4b5390e4c0ccc54221a1", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6ed11868575f4f449e8accb1b48d56db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d3f2e87e82fe4265a9baf66054e1ef58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8abcbd99c477408ba07d4771bbf57b25", "region_id": "RegionOne"}], "type": "workflow", "id": "a2ef915f4bb64dd4b9e1f6385caeb738", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8d367f1e8de04e38b82aa1d22b7429b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "18c39af4c88749b6aa9cda2811984ee1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "dc476d22c3e64b65982fc1cb8a1324d0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a20cbda28c8b4f8b98ffbacca8fcb738", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "70bdb96a7aff4728bb5861c63a2dff79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4b16093277d84851854f3c44f9249626", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "09bfb5bdff304aed99f075262ec46a04", "region_id": "RegionOne"}], "type": "rating", "id": "6c9e69aeaa784c6c9a97ee6c49bb3f35", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "31296afa830c4f9e9397ea8ae1963b08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f4703e11fef0408ea3eb532dac3f80ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9ef9c802e5e24ad49c676cc86f73a2c8", "region_id": "RegionOne"}], "type": "operator-policy", "id": "cf74ab0d357644109517d845893950b1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dabe8b16c6ce4c4bbb5a637f813e7319", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "91b5c0b7f77d466a9182e3445258dbb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f3e1e477de284b22a5538d13d561c030", "region_id": "RegionOne"}], "type": "policy", "id": "fcd6599cf7464dc6b5f36fb3dbcbb3b3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d1051661c8884859802494900a59af0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0d3d6a3e0bee4c8da38a568c4f918ab9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d370fbd6367f4ce2a277ea41b5b16490", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7d0f1715798d4d9ba118dd4f8ff87e6b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "641edc00ed9f433db64b8771f43ffca2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "98f28b6f1dd442e191fe3a286bc80247", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "22f1838a63ac400eb8b7afaafe4901a6", "region_id": "RegionOne"}], "type": "sharev2", "id": "2880ad60bbd04f00b4d13652a29d2a77", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7d2adfb566ae435a8ba31da188f40f4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "31f90e40cab341a1bd7fabd00614c649", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "855cd0b80c5c400b8b0f3dea429e3bb6", "region_id": "RegionOne"}], "type": "share", "id": "b8a49d08a3814f7b8c0ca743d5da00f0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ab98d99db2db4fcdb9251db9b549908f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1fd4f472fa484386968f8fe4c750e889", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b76726f5a6ff47598d41602d8a32e1e0", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d1012f484c27442d8f4b36070f1b7da5", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e45cb9be01242dda9cd079e748338e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "abe21681430345e0accd23d3a24b064a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "881dd250a2b54a4c8f08737ffe394b94", "region_id": "RegionOne"}], "type": "orchestration", "id": "a11991705d3344869a6c57bfaea1eb33", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c36b29d2f1244dcca32eae3792dbdf85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4e312913ea749d182629cbfeceba191", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2370b8d656e4af7a3b0c6421d83d569", "region_id": "RegionOne"}], "type": "block-storage", "id": "4c1edb14feeb4f0e8cffa231cae83875", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0014ade21a634864aa82d0cbc95e86c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0c097c719194d8481869e565bd5aa57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c33dd63eaf3b478b99ce17e7fda15a42", "region_id": "RegionOne"}], "type": "volumev3", "id": "2c7c199caf9b4763b174e0248571fdaa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7bc183753924dfb8a52a15063f84a3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5eb07a609e7245aabe484dfde55b5ea7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c261be4d517410cb4d6f972d7cc0719", "region_id": "RegionOne"}], "type": "volumev2", "id": "9ea6d799f1554d158960d73a726576c2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3eb7e0189da8410f97f54de97cc54eb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "667898dad776480881ec633f26706d71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83389eb3911f4818b2f0479a7be6aa6a", "region_id": "RegionOne"}], "type": "volume", "id": "d2ea2c8790de4d65802cddb2c9f6ca13", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed0eec295f274023ae2323835d03ca03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "937ee80eca594a3f8d3789ad28895bb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36d526b1918a45f882f0c7c97f19e105", "region_id": "RegionOne"}], "type": "block-store", "id": "449d9ce2731147f699df941d678fe823", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ea23e5624cd245899d82ac7931a2ac73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "05532526aed7404095df2383190ab03c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "380f2c779afe4f1e95ca7b80fb200c79", "region_id": "RegionOne"}], "type": "alarm", "id": "c7a70373adb542aca5d3008a0dcfe22f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ee94d404fd46497f8e1ca6094f3fc4ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c322bd1f32714426960c563b883f7282", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d77df4bf9c384ed69b242dbafcfcaa3e", "region_id": "RegionOne"}], "type": "alarming", "id": "acd2d72e769945fda7c57bc47952bd1c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b48889b87751438eb669aeea5b07cdf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3ba6f05133094044b28f3e30f6346b5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7efc1bfc9e5c46e19c60a12f70fd3a58", "region_id": "RegionOne"}], "type": "meter", "id": "f46d7aed5f274e349fb697498799cf63", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ddd0ad739f164e558a7eb8a42d0b277d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b4f82cf1124841278c6c53a64b1b3bb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4741ae9ff34a448ab8d3af85df4ff370", "region_id": "RegionOne"}], "type": "metering", "id": "0284b86d91ed49e4a680b3a57adeaabe", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "de8e6cb68748409985c71d6686e07b59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d9f0f538f3df4369813bb53807b22b5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "286bdb32fd9e4a3fbbfc1ca5044cf315", "region_id": "RegionOne"}], "type": "telemetry", "id": "3a767a4c130c4876a24d254ae1602e27", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1c80d202903e42aa8ee9491ec1c5fdf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "55b1075f5f8647aea9230417603f67ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9028a5566a764ff5b2548feb9a651c6b", "region_id": "RegionOne"}], "type": "event", "id": "2414b7f7eb134704a15a16e24005da19", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d74284e2bee54e9ca8f5eb518d84c842", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "97d0f2f50de7439089df2e23fadfee40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d9a34b14093c451a884f7f6b912daf21", "region_id": "RegionOne"}], "type": "events", "id": "a74a1d07ae844106a0cceb2fefd30ba0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "78c8153797f24110b97f4d8e5909da3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "088132bdd74f4d18aeba06163fc3fc8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ab5458bea9b740cc9cccd53eba0b1311", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d09230eaeb8a45b18f3683ed295099d5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "258879251a0041dd95c49ee673f516c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9f8fdb929c1f476abacabe1bba6f68c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "154a76bd44c04ad89f57b626348dd2ea", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e0425f90297f4606b89a4d076bbb7179", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c1035ac1b4ca41c49e9c2981e98d231f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dbaf0a8adb224d5fb8ec776db70532e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a4801aebe6f645239a436083e310b557", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f7e5e498845846109acc27041d633e08", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "55cb7ac8692a4a0bb1aa430570d23c65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d09cddaf2af24d7eacfdcabe1de66e9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "26bc1c59a6af4599a092c3bed4c427d6", "region_id": "RegionOne"}], "type": "tricircle", "id": "54b5d0d8503b40ffac4bee8b2090af31", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7575ebc6790c40168aecfeed04d3bcb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a9e2ed5dad9e45fdba938ac4d99b16eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "596ad29d112d4c37a386ae69c1e33d12", "region_id": "RegionOne"}], "type": "database", "id": "7badb8e971a247bdb83557c0a38f3589", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ca8824a4bc4d406b991aa2eb61972d1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "77d2c71e90ad4b82ae2d9694ff0838d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2e6d6ed8b02d4e1cb9caf4e8cdc44065", "region_id": "RegionOne"}], "type": "application-container", "id": "a2afebc888e8480fa5ac4dd8393e5be0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e6ed83248dd64edfb39f757ac9e37428", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f8ac9c13507c4b948768349d62006ee8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2946915e2dda49ffab8a337e9ab73e3e", "region_id": "RegionOne"}], "type": "container", "id": "1b9fbe6b7144431781cc06f9555372ba", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c0eaf112f2114d349171dfbdec24962a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ca7c56af6ffd44ac9454a56c3a5e12e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9b1ad6fbf418495483316ea7892205a3", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a27353bbb77f4d959f4d6f40e48ce0d0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "76c5aef99bfe414f849d84709a0e8cc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c9b5b321abb64f13ba352e84eb3f3bba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c555c89311214e7d9c519047fa672937", "region_id": "RegionOne"}], "type": "rca", "id": "d427093cf75349368e515ccf25fd4956", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5aa9153cdfa74cddabce30c072902f2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9e5ee36aeab24faeadd801241d2189cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a858c2bd5e5b45d0ad87fab7a40e4598", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "173fbcf02f4c4b41b536a5bd2f365f24", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f41e4af55a964d4da3b7466d61cb038d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d6444b57bd504c1cb4002cce89bef1da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c742b36b8cf84e14ab0432d204a04d3b", "region_id": "RegionOne"}], "type": "network", "id": "d30205c955cf4191bc205c89a101aeff", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e13f22b22f034b0a9ca5a6d8cd965ba0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1eed177753f04dbeb5542a240e8968eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e45cf7e7a875455f8b6603e177850f34", "region_id": "RegionOne"}], "type": "backup", "id": "e7bf32dd860f4965a0bf2daec9b4fabe", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2aa6b82ef36e4a3bbc767a95deb58e1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1a579978270f465d9e7558dc479c1aca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3470fb03d68647b3abb7635077c9ded4", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0934910c1c524d6c8b9f6736f347858c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0998b87e498c4dc6b2c0e0b0af457f25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f1efd26af9c84554bb5d46b4dc41549b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "18d96ca3692a4c969568c287d95a7e8d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "86718ea0a2b045dfbc46eebc7799a7b9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8076febfb8324d87a58e41fc9cb6b9c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "79d04427f8204aa0b11ded39a333e7f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "539f7b2ce02447429c990b58808a6601", "region_id": "RegionOne"}], "type": "monitoring", "id": "0db0fa8de36247e0b15d6d3fd829f6e0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c6622a262551421ea20755d54c708121", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ef2d76912f574f4c85b687b477d3d7d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "60431be1a6884f1c81e5c3d5aa89112b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f46bab95f7264ce29cff6cedbe50b90a", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e2cc73cb175c4f7c8a87c5665f47ad57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "beac65503cdb408e9f2d665c299639c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a11bdee68ce2472b84610ce7b9a40f6f", "region_id": "RegionOne"}], "type": "placement", "id": "e0c05a270a4f4843a2f3b999c7cc3600", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "43ea95be65bf4961975e4cbf9be43e43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "52912333ba2540cab15d1c45ba74a9d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ae079e7c6ee54adeb8960da67ba9e9e6", "region_id": "RegionOne"}], "type": "instance-ha", "id": "eed93fe2c7a44b5697089b8e256ef81f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ae4588caa24c4d888476c59976a462e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "480e23dc359a49f48ee3dd35fc066fe2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c3ff6744a85346e696532136cf6421d8", "region_id": "RegionOne"}], "type": "ha", "id": "0031d05e4c704e58af2ac76108c1567c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bbc0e81801804bef99150bd9a1e410e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f283a074be8643d7a61b9b739da10b37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "65b70c131fd841148841d967ea2429cd", "region_id": "RegionOne"}], "type": "reservation", "id": "0430f05919d842a2a2c886bedfcb1257", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c16b20c17de24871b0fda8e7c8ade8da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2a4e6214be1146748cf7469d098e233a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "bce6223fcc8e40c7a94bab7ff0f2364c", "region_id": "RegionOne"}], "type": "function-engine", "id": "c4776d3022c54b81a278c613e8ec0033", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "11f2906283ee46ccacd32b7684a08272", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4b45af7621e6464a897fc0ce04e780bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "66d92713a8c84f1fb9664bc9ee7eeb05", "region_id": "RegionOne"}], "type": "accelerator", "id": "7adf896732624673aa6d70fd6a991123", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "00a130e5ac5b421893884852f6c969a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8980852ec55b4948bfab6f5e7e8ad45c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b47ded52490e409db9500aca7ea7814f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e1126bf764c14065a2b902b8896d062b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0ce359a0690b4894a9a65c81139ff70f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "72d33fb5b13e49c4b3c4432303de14ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c7dab03fc7704f918af241de5bf0c641", "region_id": "RegionOne"}], "type": "registration", "id": "ff88a6e210bc45a7be49525c70e4550d", "name": "adjutant"}], "user": {"domain": {"id": "73639266600e4e71aedb6763ab327ef7", "name": "427aa241e17d42f18fd84f4fdc04ca77"}, "id": "b6fdd8d61a4c445c972f35755c5dd357", "name": "c2c8010b4738432a8db207b7c5a58275"}, "audit_ids": ["e91993f81ba84742b85ac5426a661735", null], "issued_at": "2019-09-19T09:04:43.878984"}} 2019-09-19 09:06:44,128 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/adf35def-7d63-4d2b-8ac8-fea2467e4e9d/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"rebuild": {"imageRef": "a", "adminPass": "password-3"}}' 2019-09-19 09:06:44,133 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,136 keystoneauth.session RESP BODY: {"server": {"status": "REBUILD", "updated": "2017-03-23T23:57:39Z", "OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "key_name": null, "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "adf35def-7d63-4d2b-8ac8-fea2467e4e9d", "security_groups": [{"name": "default"}], "OS-SRV-USG:terminated_at": null, "user_id": "9c119f4beaaa438792ce89387362b3ad", "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "adminPass": "password-3", "OS-DCF:diskConfig": "MANUAL", "os-extended-volumes:volumes_attached": [], "accessIPv4": "", "accessIPv6": "", "config_drive": "True", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}}} 2019-09-19 09:06:44,158 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,163 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,166 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:44,190 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:44,195 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,198 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "adf35def-7d63-4d2b-8ac8-fea2467e4e9d", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "REBUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:44,226 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:44,266 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:44,271 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,274 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "adf35def-7d63-4d2b-8ac8-fea2467e4e9d", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:44,398 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,404 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,406 keystoneauth.session RESP BODY: {"networks": []} {18} openstack.tests.unit.config.test_config.TestConfig.test_set_one_cloud_creates_file [0.097125s] ... ok {6} openstack.tests.unit.cloud.test_stack.TestStack.test_create_stack [0.241450s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,367 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,373 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,377 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,381 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,394 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.300705+00:00", "project": {"domain": {"id": "841a132412cb47e899dc8bd160387c81", "name": "e1f056f354b446ee9452bb5af47c30d9"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7b2d99331fec4dcfa288a7eb18b04bc4"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "cf27f65999f942fe9c9a2ecc8c4da5ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d47cabd5b76d4b80ac640c3bf3a4cb76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "05e8e4236fbc4eb49cbc0b0e578eda06", "region_id": "RegionOne"}], "type": "identity", "id": "4189adab80ae48b7862ada671407a502", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4646f2baed6f44e18375610004980c61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "99bcd716f2d2467a81fbba83d7efafc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5d7d98334d9f4b14bd9735a702fa7a4f", "region_id": "RegionOne"}], "type": "compute", "id": "07ff380909e247198b3f95641639d31e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7ba4715071d441cf9d40de8e842a15c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "001e0bc2e01743db942c4f9a7739a96a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2548b8786c5f4a2a918e379665fc0af8", "region_id": "RegionOne"}], "type": "image", "id": "adfd954e490d4e6c9b7186b4b62d884e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a75214123fb54f968c1a0e9f06f42c45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3a3cd6270b494c5db5124cf4a4574364", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6e66703084494dadb4689c644f9b66a3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "4da89a1b7ff448f0910186c000ea14d0", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a7279fd4358407588863e71d2333245", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e957c5f50f5e47c2b557221365e7117a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15332bf2551f4f368bfaf299b07995fa", "region_id": "RegionOne"}], "type": "object-store", "id": "fa4b76a0b579481ab4340d9e3abec46e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "32d0ad61ca5842708d439d91d5fbfd30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "39ce28ca4e294c858f658729d83fc5c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b1e41ac47c754b529a1053aed342819e", "region_id": "RegionOne"}], "type": "clustering", "id": "8eb292162ffd4ecdaac194b073192e0a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c7bf901d0e0646b8b50ad1bf85b17445", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0b1ecc45a2424436946203ae2d63f96f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ba01936a468d411c89774e0a3464379b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "cf33e521de2e4bf885f6b665279729dc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7e3a86154c1944318be33357e60e71ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "00f40562b5844270aa7a58040dd40fe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7b6e78ae8a2242898eb49aaf189757eb", "region_id": "RegionOne"}], "type": "cluster", "id": "d114170dc9d649f5b8ddfae99c726abd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "53ac8d514e2f406ba1a56356c16841df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "857c5a6456254884b523ac0c466cad10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "fb17467b4db7419f911c87f96d621c12", "region_id": "RegionOne"}], "type": "data-processing", "id": "92c82e9ba8b74e3b8445fc29f2902665", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "905319f6cdc9427cb023337f2499ed9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b8d1255c0a724cbcac24dc6f00cd3559", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c62c551415164bd9857d7653678b1c1c", "region_id": "RegionOne"}], "type": "baremetal", "id": "56ff865913e949bfaf50d4ff7c411b0e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "782d5eddff4d4775a967530bf054fa47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7b21170ed74a4c949d2490bca21faec8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "240bdc1b8c804657ac324eb2302538b4", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8342fd011b944f009ee79c8a53b364a2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a03a5f32ec3a436a9ce511c483462af0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7ebd5a2eefc24504ab9566009d72e20a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "77c67df8029842e5bd61eb788774756d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0db3e70b05044305a1a19a8b786a2912", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ecbd40b86a1d4ba78544d660d5144227", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "15ed346a4850499791a1d79368198e31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e8e5f9839af64d139d14a691acee7a58", "region_id": "RegionOne"}], "type": "key-manager", "id": "ad654e947fd8403d8572e60f79e0292c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6c1803aa233b4ea28b00dade0755202f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d9bc2312ea9f4036a9604d24625f712d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a421a55cad1b480ba9e9f13f43ba0eb7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "37bd4f7b79af41d48941dfb42bd92083", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bfb64d2436d84293be7b4700fdbf0c4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dac09ac779b34772898fc4769e8a6845", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bab3768214344cb287b2430ded40f3d7", "region_id": "RegionOne"}], "type": "infra-optim", "id": "06496038753f4a43bd04bbb66d3e1fc9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "806e6a3f4a954eb38cb62cb5f1e72354", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "fe5c042e790b4cb6a334ab555a841e53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ec1e3bc533184842b27a9543b3c7213a", "region_id": "RegionOne"}], "type": "message", "id": "d8f5a7e8880547bbbe36cdb6a4806634", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b18d423143f54a7081d24331805d5d96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "03289cc21dab4afdb5a74152afcfbdba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1da072457dfb41ae8d42f6698414c838", "region_id": "RegionOne"}], "type": "messaging", "id": "376983feaa8e4ad3a7cdcaef17458751", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "62569b34dd9d4d559047902ee75fec66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "54749684f11b4329b55fba6a5d5bc522", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "073d85dfac7f464ca62246308a56508d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4f8df9c7df16493fac0f51b132e3df92", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "21130b5d5e70402db07eda6a0fc2a7cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c98d866627d34515ab7bafd22bc3203c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e74f9b1b4f7742a080f29f5740647cb1", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d9ef66bc81d746c9bdc5243d33263355", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "722a031bc651489482f4d2c84fee34ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "60f39a6c976e43ab85fa1968fd4fb6f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f4be7e3b31624711b1c5741e68c0058a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c0e91e516bc14dc883bc8209ca1fd1b6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eef9f1d7c7634fa39aedfa026e69f992", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "92b2746ea06c46f5a9558898fc2ba6dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "00ba9199b4b848e78e7d1b8f525cb84e", "region_id": "RegionOne"}], "type": "container-infra", "id": "66619ed4238141f3811f01b05e3dd3e7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f542746be6e34c81b8bcf6876738cbb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ea478d31549e49d9813a34a1bdbd2536", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f03ff60340754c5484e4428e68768e66", "region_id": "RegionOne"}], "type": "search", "id": "5b6e42ae2c65488dbb1dbf37c094470e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "682e3199706c427ca9fcf1d7f87b4a90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "7a05c6e051414b9ca9f158511ff955c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7acb2a266e354988ad7b0bbf784bd6f1", "region_id": "RegionOne"}], "type": "dns", "id": "959734b0e71d4b82829084bd4953b291", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cadaa1aa26fa4139b7aa95deead0f346", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8a868c1245ca473c8f817e428da62ee6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2db516eaecb247058f57920cc9ad1884", "region_id": "RegionOne"}], "type": "workflow", "id": "484ad78d173447dcb46ec6f61b5db370", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "17b319762b3144848a030443b864d786", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4c267408960640089b0b28f6ad5a94bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fefaaa59505041cabb1e6050d1bb09ff", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b65f6e6c5fdd499288d534de141ffd3e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "51ee719327184b9187bbeddf5a02fb7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "8ec2da842fdd4008831627e05154924a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "380799a15196433d96e4252372b96ab7", "region_id": "RegionOne"}], "type": "rating", "id": "f678a9f6ed58416c9308a2cf19b13737", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d3f8df95c2e44a60a75633fa9e9541ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e16c2cef71b1402e88a10a6ade639a43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "dca507f3493f4aeb8673a08892451be6", "region_id": "RegionOne"}], "type": "operator-policy", "id": "fa300df4221243adbdef76dff2815833", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f421524b84dd45fa850a8cb4dc17f2a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5fe4115090a94456912a7000ab727cf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8f6ffb41d2544361b5dcdbfad253c1d9", "region_id": "RegionOne"}], "type": "policy", "id": "5241659ef51240f6a86ccc4b4076acae", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0aa4dc9dfb8c4246b00034e586bafa30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c7282cdd51dc4ac6b48305964e241d3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "392364a8856f46cea7e3e5e96d96d48f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "bb919529530d470ba2c3d643b6b7ac1d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c6ea084cbaed48d2a499669323a0bcb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2a51c9b9f42243469c318aae2adb323d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6ca8359a5a8c4aa4a800826419246c32", "region_id": "RegionOne"}], "type": "sharev2", "id": "51831b2986a44310b82b40f1ea91e783", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b96fd7478105419488b09dd720956fed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cacf95b76db9484f9be2dbec99428bd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "132838d44c7e452d93f7cc43b56e84c0", "region_id": "RegionOne"}], "type": "share", "id": "50f2750ee7d84403a3b1f9a9749043ca", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "776e6b395e964b80a0b61b2b5bb8b59b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d90ecd42500e41c2b9ed32e7d8df6f64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1f71eeb7434f4590baeab2473dbb0410", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "dff08b1ac3af48f28f13967c951c998d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "662343e576e540668afec05f67d107aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "729e6d7fb3834f1d9f0ddb9a7b6f7a0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37ed143b8c8841db8dc514c8fb65af1a", "region_id": "RegionOne"}], "type": "orchestration", "id": "466d3c178e90419fbd6e06f9f5463d80", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96cfb8812d7a4e68bdfe8239b00af3f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e231e9a904ab40acb4d00f35e9f300ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "677370dd569143aa986c2f375d48dc9f", "region_id": "RegionOne"}], "type": "block-storage", "id": "a0ae43fe0f21406c8aee5941a267fdc6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d2a28de806f940feb9ebbc9f4d3c8911", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de31b199237b43f79d6f83185d21b720", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49f2e28fb6174a5ca5dc786618baca3f", "region_id": "RegionOne"}], "type": "volumev3", "id": "d9ddb88f07474083b2c2a711c432aacf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3b1e53a48f045658b4c833de824b50b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01fba47129ef448e98d3423d5799f11d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e360c6e8fe134dd99fc4607f8a766bb0", "region_id": "RegionOne"}], "type": "volumev2", "id": "65a4435fbbe94f1c945058ab2b7d3925", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e3485857b414c3eb3e69a64f317e971", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ff604e37a064d4ea2f92a2256e9ccde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac38d521343d48269ae28359cbf23ef7", "region_id": "RegionOne"}], "type": "volume", "id": "d2bbeb5d8c60457d9085f3f84e3d4a68", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72e9c61d40e540e69764381a2f405eee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fdafc14475a646dc960430b772627d79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7fdab0f8ea544e5b4beabd2181de74f", "region_id": "RegionOne"}], "type": "block-store", "id": "6dd0e78fc1904072994c1a744e08bb76", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "787f9363d1a84c2d9c7a0e6b4173e719", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "db62c4c4aa794387b5f814934867ea49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "94edf781df354b3eb3dbb1b70b02b203", "region_id": "RegionOne"}], "type": "alarm", "id": "6376bb55c01b4df58102cae286955a33", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "867c9524a0474a27b683cd9c41e1af1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "30820d21da6f4c3ab2b4471a6e91e5c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b99081c3f5a644d1bb0c86546ae26c85", "region_id": "RegionOne"}], "type": "alarming", "id": "4e371ba92c22492786a375c9e001be55", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "43c4060ec6cb4c7688653fb78d92f80a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "84e74339771b4474ad0826b707906215", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "671ec1ebe5b9427b9b3933890c5ea40b", "region_id": "RegionOne"}], "type": "meter", "id": "c09836fda1004be9814f01286e21df6f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "66f48169620d47ceb624160b5595eb59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5cfc3779f09a4a51915945675551b884", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "68a30a0ca1814e798e3620790935d693", "region_id": "RegionOne"}], "type": "metering", "id": "b53d449b30894547a9d11ea98cd928a0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b2fe694ddecd49fe9e6991651534e379", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dc07cf60d4f948db9e150cdc0ee98607", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "57497a3620b04c359ecec04d477d6c44", "region_id": "RegionOne"}], "type": "telemetry", "id": "40d857320dda46659454192296e75bc6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "749ed02c98d9418c8c4394288b8e4a1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "30b75f573b85495cb6159702994b204f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fea89d5862f94e4e92643cae98c84155", "region_id": "RegionOne"}], "type": "event", "id": "ca46d5b178bd468a9b738f43ef4c7212", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5d0a2badde9b4cc4aff0a90c22391f6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7447309a4a56409dbea9a8b8839db0fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "964da16b9282430fbc73254e7c01e0ab", "region_id": "RegionOne"}], "type": "events", "id": "fe379a44b2314b0ab641a1c306d4b38d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5380ccb339f94cb7b1679d60990baf7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5ba689a4ff5647e49733640ad3b1fd18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "45cfe65e92b545d0becf0f824b0525d7", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a9ead3652f3048039c15f70fd05b8e5d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "493ca9f83ff94603931c38d3607f5ebb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8a006f449a6144b28ae8c07c8b21846b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9e277c818d8a4d5ea1a56ef28a9b18bc", "region_id": "RegionOne"}], "type": "application_deployment", "id": "4079a09768f145f79f160984dc0442da", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "266b393437ce4df2af46c27232f5c809", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bedef01aaa304211b4e0b3c623568477", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "625c2c746a9e4f82aa21db09dcce4191", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "898ea7e8fb4949d3b42333ab75f30941", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d7c7ce552ca045448f65904624f9479d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a71e5c042f4348ff8b5b94365910857f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "18d7119a8ae140c9984ef70c7db4364f", "region_id": "RegionOne"}], "type": "tricircle", "id": "14d48a0bab584b459868907219ad7dcb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d8f30531c6724d7d883e54218cdbd180", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a020e7b5eb8a42e588a28617f080965e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d808698a82e44c978369f5431cf0d175", "region_id": "RegionOne"}], "type": "database", "id": "bf4e876f226d4555bef3951059b65ddb", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "60b62351a7f54c2285ae2b5b23718dab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "10fa4c4afebb48b1968b7dc11281cfe8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "50bcd01da71f4c739d6f3f7635d4ae5f", "region_id": "RegionOne"}], "type": "application-container", "id": "84fc8b62671a4765880e21da1051359f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "19c3a3afbecb4e20bffcf6f9cf6c0d6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "15b0def3018249969fbe853a64f1bb8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3634f1e8bc45412984c4eb3d02b4aeff", "region_id": "RegionOne"}], "type": "container", "id": "a826cccf5592460badbba2037e5f6317", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9183a51120634cdea2a6d19884ca5a70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a132524ce533430094f336c7845b17fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f441aa7194074c85929fc412f5e5ede1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "06c30bb023534ae7a3094ab06499c373", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1cbd5ad2659840e096424b07ebe39949", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c7fa495c8c1442adaf1e377775f931be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fc2d2e5724b840e7984012273cdfc617", "region_id": "RegionOne"}], "type": "rca", "id": "02b71a07ecd1495bb4523be30c4aa348", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f5bdc926d84d40d58e012a5d64265d69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a89383f30a5c4720a0ab38e3de7ac02e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "2d138fae36e84155a3abc5e1918149ed", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2d1f895464ec4d89bc904a70316ac29b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9b672e4ab8e245078833872ecc67e47d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "dfa17232569d4078994507825f54bafe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c29f3618cde34173996d7b9fd02ee0ea", "region_id": "RegionOne"}], "type": "network", "id": "ca70c5ea40da41559b35eead3d3a27c7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "8b2a007bb8ca4dc1a3a243ee1ac03778", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4e24d5418c22402fa1bf56ffdd86c510", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "60a41e244df946069e91cde1db3c8f1a", "region_id": "RegionOne"}], "type": "backup", "id": "52af383ac4ff4d1caa7cbdb507777ca2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c5ce3fa807314b8f935ada4f999d8d84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9124a108e34d4c14b1ce848787244e07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "30aad875ae1941b8bde34048ca4df1bc", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5dd5be35e3c6440c846eb5b10de94e28", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "faffac93319647198e1a64eaccbce699", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c13a3e04c4754dde8aaedb15427ac2ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4e6d63f8e2ae4bfab185ec60bfdb761f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "20bbb96eba1c47aba38c2703b0695eb5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3a81acbe59bb4dde99a4c78fc60a72ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4b97b80708b64e6cb8f8e2c79f06c6bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "3bf48465a3d243cda6172acdc4497574", "region_id": "RegionOne"}], "type": "monitoring", "id": "e2656d518f9b48fb983978d99759e2a7", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "20455ad596964bd3b1a638e7ab20f829", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bb0975fde10f4566b2c7507409db770b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7750ed6943694148a3946dbf697b51f4", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "bb4f43868d274882bc941b6affd82e19", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5cba232858434d4784957c2f49d92311", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c95fd1b0cd7c419999561986f3b6d9ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "88e34e2c86bb413eb942937dd63425f2", "region_id": "RegionOne"}], "type": "placement", "id": "c18fd3e0d04642dcb30976f420fc8a35", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "86ea5b672a1d454c99e3d4715d291d54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9e0e3f12270f402da3781fdd45371948", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "aa22b2d573dc402d808191e912f3426c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a92c18c96094446684a95026d0542382", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "15c0cbefb23f43bd831bd0bffc7ec800", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "65d21bbc5b214acba1fd1a4603a05fc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6796104466d54d3fbd8c36960c111539", "region_id": "RegionOne"}], "type": "ha", "id": "cb66407b938d415783e0e2353bb529ae", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2f2acdb345c84394a5aa337c5c1f3cf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "92fd250c25044200bb0aec4903e4b5e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "572aba0d0bd84eb9b27a9ae89728188b", "region_id": "RegionOne"}], "type": "reservation", "id": "943992d8450d4adfae78907538bb6e6f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "59d049dc66a74fad960c32fefc0a2262", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "110c68aa628b40c6a140afeeccd74455", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2b0ee88f9ec7432194f4bd4fad5cacd8", "region_id": "RegionOne"}], "type": "function-engine", "id": "f9f05396864b4dadb232745bfe84cdd9", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ac228f30ed414225b9881834a0051df7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "51938e4b82e741d5a29eea5f6d0038c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "74dfe2836eaf49399386e6f6ccf7390e", "region_id": "RegionOne"}], "type": "accelerator", "id": "07c52787370b4d39b9e56ca2061165ec", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4f3b840a2a0b4cbcbc7f59bf605aa0c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "520f0f4f1ffd49308a59266a213ff82f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "89b318c443134f589c3572bba7d84306", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7d4fcd61874b49fe85d3ad84f3b3b95a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "deebefab93104b9e8c45671ea53614bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a5b9cc9b5cbc4ad98d46b8cd5758e76c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bb358f5010c4495ca0ce12acb33d1d1c", "region_id": "RegionOne"}], "type": "registration", "id": "6ce5605bcf384153814cab5d4ec5cf6d", "name": "adjutant"}], "user": {"domain": {"id": "29c8f28a8ec14c309b184f931a186ae8", "name": "803e0224ef0e4cd896993b72856f4365"}, "id": "a5b2d52601ee4cf6950e426ebb310eef", "name": "3df2200df0814bc696b9d54136e17446"}, "audit_ids": ["fcb1b933f75c4897b6c663ffd9c9ed8a", null], "issued_at": "2019-09-19T09:04:44.300705"}} 2019-09-19 09:06:44,475 keystoneauth.session REQ: curl -g -i -X POST https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"disable_rollback": false, "parameters": {}, "tags": "tag-4", "stack_name": "name-3", "template": {"outputs": {"rand": {"value": {"get_attr": ["my_rand", "value"]}}}, "heat_template_version": "2014-10-16", "parameters": {"length": {"default": 10, "type": "number"}}, "resources": {"my_rand": {"type": "OS::Heat::RandomString", "properties": {"length": {"get_param": "length"}}}}}, "timeout_mins": 60}' 2019-09-19 09:06:44,481 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,490 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}} 2019-09-19 09:06:44,521 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,527 keystoneauth.session RESP: [302] content-type: application/json location: https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2 2019-09-19 09:06:44,530 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,532 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}} {30} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_group_domain [1.133872s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,396 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,401 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,405 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,409 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,423 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.330084+00:00", "project": {"domain": {"id": "c631aadcced1456c94f614c65ccc959b", "name": "09087b5117534c0185c13a2495653ea7"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "cb8f9e95f920425b914bd9f0b77e10c8"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9227b1559f3f424cb358e927030fef15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f7a31c0ae3a04af6989592b30a62d372", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "853cbe48581349ccb3d83676a0fd24b5", "region_id": "RegionOne"}], "type": "identity", "id": "f6aed6b554ad4324a13524811ab772f5", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e6ebeed6104a46dba5d1f2fc245b0c4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0633f10e05894dfdb6930581da245098", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ff60c2d357074ad4abb4e03cd4e0c146", "region_id": "RegionOne"}], "type": "compute", "id": "1919af18221e47d2a7f2dcb803318cf7", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f4edd933016f40849d9d921d6c869bf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "eda5324130c2498eb9df3ec56dcad881", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "133cd50de8704d36a7fd76c1bd12a710", "region_id": "RegionOne"}], "type": "image", "id": "44189a37d9224e1ab8dd788cd4d6fda4", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e0bcce74a2a1462eb580c063cec7edd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "48d7ca4641f4483c996fbdd876096cfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7657e34dabeb439d844ee8bfd429fee5", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b362e480c7a746dc815938e1b43e3d1e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cf049bacedd4f418d768958bfa33b27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b48846f902604f8991470fc55557ab5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6eebb102d47a4a9faeb181729d52ec6b", "region_id": "RegionOne"}], "type": "object-store", "id": "3d46dddc24814525933cca8e96352d5f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3f50f3ad341c482688aed0d9786941d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8a6641c53efc40808e46891354e6b043", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "77ffc2658fd04693b6dc45dd7a8bce0c", "region_id": "RegionOne"}], "type": "clustering", "id": "32a4da7fe4e2478da7ed662d6dbc7d9e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b551647d45084d8c87fcef22d186b5a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6dbd75bdb6104a6a881a0cd6232f8f8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5cbe45936bb34b9ca490c0f92d2b817c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "97721c0c59eb42fc8ec686df2e7d7d23", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "26d7dbf6298344f9ac57f50edb26ad2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d34e165fb48446a39993a78a7b5c7293", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6fe6c3fe2e094f6e9fb68fc84f2f952e", "region_id": "RegionOne"}], "type": "cluster", "id": "e5f54b68889d409cb190fa99795b73ab", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1b3349ef17614df8bfee3ff2fa7057da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "09dddfcf96014c1b9e8b27a6d220336d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "63753fce5d79445e8e177d327428e9a2", "region_id": "RegionOne"}], "type": "data-processing", "id": "ec26aa947ce64ac5bcc5d0173c540299", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dd86939954df472d9752f2b96b6c71c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "54e3ecb0f29f417eaef4c58570733a33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "763e7229732346cd824caf204ea1ea2e", "region_id": "RegionOne"}], "type": "baremetal", "id": "e90f4e570f6148128aba77636ad7e4e3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f9075003bc5d4713b1a95fc72b46a07a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c43e97ddbacf41a9b9137c2a11d4a125", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8952f7ea13e2498389c03cc5e625eeb0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7011071fb70e4d4185b0a27967c07abd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2c850c4a1ac949a3b806de72a0ebd70b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "08111db30fb94b59a2c599bfa3baa09c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4e8dfe3ee13f46dcab1933cbbe4fd83b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c88b86929e0e4203936b39b3861a8aef", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "268e929946344ba090b8f9bbcfdc9438", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2fea20758f474912b90e7c4a80ac4243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ac94444692f94c1fa97e79c642248d3f", "region_id": "RegionOne"}], "type": "key-manager", "id": "b7323300df9c43d88f11ffc673b5174e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "54b41b3ebafa48199a5c15bf6742eaeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2ef697801cee4c0db5d226370ca07fb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "849ad4f8238a439bb0406e469612bcd4", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1ea0b254f54e41ed8cc57f0901b0e30d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8e165b4f0fa946f9b41e1e1a1971e0ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d13b15de06f740998bea588e4ad100bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "30e9d00185c844bda6faf19ccd601e7c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b89be698737745f1bd19b2fb2cb5d114", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "444290693df548288ffff574d397f441", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6cda13a1b0d940169fbe7687e02ba6e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7f76666cd2fb4c49b0af443425728621", "region_id": "RegionOne"}], "type": "message", "id": "4b9de8acd07248378c7ad1b4450a86db", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1adcd86ba41742b4b9a54144b4d0aa68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d781bf1856974bfdb9e3a9d22b399477", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "16798b1dd43f45fc931c5de88c08efdb", "region_id": "RegionOne"}], "type": "messaging", "id": "71a256ba2423463d83387ddb00033938", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ab8286442ce545d1ab885c982c8f856a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "367aef370e734da68a4b906c8b4e7df4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "7fecdd675abe4bcd98e5af88f0c1d55c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0166f91c07944950b83be783e711101a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f107c8262c6644eda97e17fd2d1ce423", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "58679c3918824957bcabd418e45f8ab1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5bd8e8b5202647c89813d0625067d5d5", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "7c41dd38e6b840f291a22a9f35339867", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1bdf9e8c9f904113a54ff326978fb6c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fb84053ff75344b1b430d9ff8391e43a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1b14d741dd6044aaa99f016ec0900f8e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b8ace3dfae0543398e9a0d2f36ebadb6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3aee44d54d0f4bb8a0eaac9c754cf216", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b273b528bfb54486bf30538edc9c4148", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4a552b1aeaae44638ed01f520dc32263", "region_id": "RegionOne"}], "type": "container-infra", "id": "25e4f960391a4a48bc0233ceec52f9ac", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "97017b3d14a746a8b91b4b4ce7f84bab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "4f18a7d221c04ff89855672f23833a1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "69a38dd8ce0348188eb126c61bf8572e", "region_id": "RegionOne"}], "type": "search", "id": "d8eca1e3ec1042b4b1057e3f471ae096", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2241a429471e4fe1b2038a5e01c45898", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "193980dae55c47d8806cddf1ac27b2f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2c2d24120b8f4131924abfa48ce32be2", "region_id": "RegionOne"}], "type": "dns", "id": "bf36df594b8944fe82b2d09d909862a1", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "98db184e978c4d8b8a92c1897d62bbc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7175187c90694ab69c97c098aecdd291", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "170fcf80d2ca450f9a9d539c7de1761a", "region_id": "RegionOne"}], "type": "workflow", "id": "6765dfaf05ca4b1c8d7c06e169c7789a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "377b1a22cb454e5d9e8e012d0ae8cb8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "64357db7f4774098a5f22faaa6296acb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "48959e1e9b9d4624bf095bbf7c99e1a0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f69a753bef5e4c8794e5fa64e4ad4a4c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "973bb198dd214841ba86bc77a42154ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f01ad89336794ea9b81513bb8dbe4be5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "395b4ed372304401922b9bf3e63117b7", "region_id": "RegionOne"}], "type": "rating", "id": "e10db425966744f3b8effa31083e8197", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "318be45ec7d24a4b9f6871c5d5cae659", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fe75bdfbe4194735826058958c605179", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d8117950dded47e292e91db493444d2c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "fe9c5f4bccb046bd8cfbdde2196b5906", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c4078bab142c4439886ec52ae8b8ec31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "861f57976b5344fd92e9c3d14e5f7ff2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "da1c9223dd154daeab0ab9815dd25a25", "region_id": "RegionOne"}], "type": "policy", "id": "8d2623362b244d30a1ca74eaf2238a89", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "06f81112673d412f90696fcefe82ac20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3f7a0cac4d93471db1aaddf39f0bce1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "12b79db30e034aee8f48b2087350ff30", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "767c30e4d3df492daf252d589b7412d9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4b638cc6f954413cbd3ddfa61e197747", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "83df4d18fecf426fb0cbacc798647afe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b44f730dd0104d188a705b228af6b8c5", "region_id": "RegionOne"}], "type": "sharev2", "id": "ea1c7541e1744b87a0ebd7b5d0dfc1a5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f5a9a8e7344e4fa0b5834758fd0486af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "34b807284fa449bf9ed649492818c6f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d5d977ac1fd9400d9d80031e4f6c8a48", "region_id": "RegionOne"}], "type": "share", "id": "534ad5d089494cb1a7d1f1e98d58c064", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "79d9827924f7421b8611d9bac10d4886", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6c3fc0e44c9340aa81bff614b349baf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "874762d9b6b444d5bb4a3e2ea095d50b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e174860c4e13421290103ad6cc202d47", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc3b533f6fc04d23aa8741583529c864", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad3d2e73767f4be4b33bf1b1c4715116", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfc0520e6fec430ebdd6f5d8c634fe61", "region_id": "RegionOne"}], "type": "orchestration", "id": "9d0143fef8214d7fa66557dac1a12d1f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f0fc4a67e334deb9eee61f440e73708", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bbb15575fece4b16afeb37d526e2f924", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59d8081f99bb4664a679a644091ec37b", "region_id": "RegionOne"}], "type": "block-storage", "id": "26035a34d24c4ae8b0995c4533b10807", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88dad8c90a104fcfaf6f528adbb9379a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03d6582baf114437baa281f53b9f6339", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94ad25f3858d4e0f9a45acf1c83c0cd6", "region_id": "RegionOne"}], "type": "volumev3", "id": "b7b9db96445740e7b1880836fbdf51e8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "165dbffa522b466a9e98c4ed125b3c47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23772ef557d9478da240172de92cc35b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59fe8d46583743f194e73c08d3e50269", "region_id": "RegionOne"}], "type": "volumev2", "id": "d2dede1753e54fa2933ba6b2a7cd2ac2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7330050f9b324c2a85a9db01f61af27f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7a580e8e4aa451493804fa05d2de413", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be78305294924cea92d63b63e44bf824", "region_id": "RegionOne"}], "type": "volume", "id": "26b23d87db1e4d0db5e8e7c1a44f0bdc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15967b69e9d54141817f57719f451e41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8ebd06378594019a476be52739fe069", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81c69c6dcf284ad48131948c19419976", "region_id": "RegionOne"}], "type": "block-store", "id": "3f7ceb7c356f4cb6b77a22de5e99bdb5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cb0fcc64065d4fefb677acc405ad785b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dd40e2bed3bc44fa868cc7d2b98f1fc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "340d63e62be849ca9fd7e31f023a12d1", "region_id": "RegionOne"}], "type": "alarm", "id": "4738fb320a08416481667bda5e9b1e8d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "db550186a77e48f3a05b202475d39c7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "12ba560719b7441db07c42d1edcc2834", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4b0e8738360541fdaf0f6fd679d86400", "region_id": "RegionOne"}], "type": "alarming", "id": "35181401959a4ef7bf6c09ad438bfba4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5f530d9d4ea44450a074856473c070c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2473f3ca2b8341e1995b62e420d9c5cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "dd665b6046a34f2ba026440b48eedc5a", "region_id": "RegionOne"}], "type": "meter", "id": "fdf75b70781741ec96f27e14d74a712b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d7f47d03d55e46a2abf3e6db1ad5acbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ca42a40ce128471899532bb6490b669e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "24f9a402c133407fb3a1003dc6497d3d", "region_id": "RegionOne"}], "type": "metering", "id": "0eed28d23bb14da5bff58f1900c13134", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "732633e6f7144480996d356af2a43103", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7e19d4eae7ea4b5c88815f962388a3be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7368e3186ff543c0b4fb444b8ef2070e", "region_id": "RegionOne"}], "type": "telemetry", "id": "315e6303aa6f4b90b17ae658f63378df", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7de57efc4c6c4730b0666d193597bdfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "786f0b4baea84f1a806f77c4c5192aa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7c44ae1539f84124a8e97e04f1d50177", "region_id": "RegionOne"}], "type": "event", "id": "31a367d905d24a3b8ee06ab1307ef30e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e9f3b6d1951a4e7dad8ae80e293e9ecb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b6a4a1e09ea640bfaf18b14c6df17802", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e5954bfdea594d479b88021488e936f4", "region_id": "RegionOne"}], "type": "events", "id": "620d215b6db54d95acb3c26ab6aea434", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c5ac3008911e4bc1aa959280d6d1eb7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f699ab5ff5194de58efd2cac09961ed6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4d2d6bf6f64045cb8db4a146c924f0b7", "region_id": "RegionOne"}], "type": "application-deployment", "id": "43879515cd3145de8dabcf3a5fc01983", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6593b8b6710a4aca9cda90f51627c0b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5188b693dd2742c598b73b2d05b44d7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3a78025c13b546da8a297df2c9346873", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f8ead87b7d7b438fb07dd16a91b7ce1b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "92b643a971f046a1b4225415c0436a1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ddf242c9f26b46758ed76f554bff89a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fb1dfa0e0b664fb9972b9cbebd188ea9", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6c2e724c74694b478b0ca444de023f9a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bd7d5f1f1fff4511b910fe49a064138b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2fb2b1d9cc14438f807982a2dd599bb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c6040a50c15d462cb57948e2ba54c8d0", "region_id": "RegionOne"}], "type": "tricircle", "id": "005a7830fc5547f28a47af73c390ee40", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "39daf05564c54f47b4110b48003d9467", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "537e6be90e2f484694e1709341e4f826", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "cf4c8edee32c475ebd72a15477bac8a9", "region_id": "RegionOne"}], "type": "database", "id": "8f93269c939a4c9aaee9a38ec4bfa83b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "68e2af7a781e409ebe09c3548452c3f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "89ab08660e154bca90c4aff179066ac2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b2d84faaefda4b86b4dff955df10f07a", "region_id": "RegionOne"}], "type": "application-container", "id": "d71e2ff552ce4e7b843724e39597c26f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "af8a02657661476b8d1b63d9ac49af8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5e95bc4430ca4606bfd9208d0829c2cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bd28d0eee08e49c386d52a0a261a4236", "region_id": "RegionOne"}], "type": "container", "id": "ef95b886d2d14a26882a44bb1241131d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1b3125cde7ce4bb7a03853a655e50600", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0023f8cfa9b5436a8d9c02150b689abd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "32598cb27709474fb880b7de49093096", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ac03398e0d8344fdbbe59b93eeda7819", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "59f5f6498dcf4531a68d3adfe1f0a7ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f98502c8d8e7458783ba4be24ccb79c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8cd2b253c16e41cf8e6e3f9925ed322c", "region_id": "RegionOne"}], "type": "rca", "id": "f285887e0ef64445b3ba9ec94b5e99db", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6f3d5d274288436b9a603595347b98e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6682f7512bad440cb0d4cd2e79b46899", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "98b69f7660c24352a919c112a852053f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5a867aa2251346e3923169644eabc742", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6b457d2610654b8a9afad6e7f135ed14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a19a6e42269f4af385106e8bd75bccd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6cf3ad2b5a2147eea78333586aae85f4", "region_id": "RegionOne"}], "type": "network", "id": "b1ee59f24918443a92d461efd1d60e57", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1844ee8cca244fb981eaf012aa1b7bd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "397da88174fb44a790d56a3b6d4d85a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ce5d51f678234b3e9cf97aac7d167e9d", "region_id": "RegionOne"}], "type": "backup", "id": "317a1c177c0941c29e0b87780319a105", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b04ff023bddb460db2bf69f284deff58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fe57009bff8f439684d4cded8b15c87b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "67017f05305d45f7a2ae8da8d2ef614d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5c039882bf214fd3bf9e3284dcced68b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a5e3705d422f4f88b2f9cc8f5ec6dcc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5958eaf9853448dcbd62b6b07b251e58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0bc119c7d238454baac0657f64910348", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f49c94eca18a4995aa07ca090d0aa3a4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "307463f800e84940be77662b681f9d37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1908acd4983c418b9c4e68ed57abeca6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "20ea220651b14f21ac93bbef56b70fbc", "region_id": "RegionOne"}], "type": "monitoring", "id": "094d490a3812494a900720e12f6c5d35", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "31bf33be596442f29cf53d8ec64ebde2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bcba05f783d14d29bdc2538de53fd1cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6acbfaa996914c34868cf1407c67d083", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6782557d113c415fa2f12e57a9e751ae", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1ba3c747ce7d4c72af8236548b59925d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "55496846e07a493792e7c3b10de805de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a5e1b54949ea42f1800cc8e0c89ac3bf", "region_id": "RegionOne"}], "type": "placement", "id": "af0e4bad04074251943dd6df80e1569c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9669479b61f644d2a232d85c389c4d2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7259976a440d4475a9bb548a46f85e9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8fd90ff060484da5a1780269155f2ff7", "region_id": "RegionOne"}], "type": "instance-ha", "id": "af3661e3d8654854a82dcd7a2eb9ab80", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6bad5ec1077d481986b536b88e0d03fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8b7d93fac70a4751bb5081d8457be0ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6af458d63c7844c186baab4cfb98e26e", "region_id": "RegionOne"}], "type": "ha", "id": "0e2ad699c7784570a500f9ce0450a3c9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4627a763b00f46cf8b0d460ac3211b56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bbd5a595b88c4d949b4ea2b8da6e32be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8158508f8d784f7099a5b61581484cea", "region_id": "RegionOne"}], "type": "reservation", "id": "71325875c5d145fa90ec2dd6e70a2665", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a1996eceaf734ac3995a47c625c9349b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3e9880fb0f234b0d83ac1cc31946dbc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2c45f0c3e0994da283eba445a0f45ab8", "region_id": "RegionOne"}], "type": "function-engine", "id": "6264f69a521d46f594f5857c68e2ae32", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8ef2a040024a4b5eb33c0e147c46aaf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "379bfc55f7744c65b36114e04a8d14f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b12cb09fa0674de7a17f9b3cbc31430b", "region_id": "RegionOne"}], "type": "accelerator", "id": "1a2f0ea3cf7b40ac8b1a2161db23341d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "00c20835e8c24725b3336b461c76689f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "916e88ebca684e7b8dc16f357062d43a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0994af135716479d9c65bc1e7c744856", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8bc7f7ed0b604a6d9a6b8b229f62fda0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e251c88b6a5a4bce8666aca529db949c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b576f4af6302449b960866c9b3620d80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0a5e6ae66d4e49e7aed6ec7edd09c30f", "region_id": "RegionOne"}], "type": "registration", "id": "a3d9fdf1b0ab481c91c6d62801a1d019", "name": "adjutant"}], "user": {"domain": {"id": "f0a9c85bb626446280f18310f643a4ee", "name": "7bcb216cdf30424993d65113bb9f78f9"}, "id": "e47837fa3693404898b27ff8bac9963b", "name": "04b45571d5b24b98a2e921e92c2d9783"}, "audit_ids": ["ceca796584d84f4682de843e01a61e5f", null], "issued_at": "2019-09-19T09:04:43.330084"}} 2019-09-19 09:06:43,764 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,770 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,773 keystoneauth.session RESP BODY: {"roles": [{"name": "793dde8431e1434f8cf2467f8d2407d2", "id": "e18d0eb2abb34f36b6539f93863d2844"}]} 2019-09-19 09:06:43,808 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,814 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,817 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "fd0eb62a8f5e464784ca8af7562ce0be", "name": "domainName-2"}} 2019-09-19 09:06:43,837 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,843 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,845 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "fd0eb62a8f5e464784ca8af7562ce0be", "id": "ff144582e5b84b3aada344ad68df1f4a", "name": "groupname-6"}]} 2019-09-19 09:06:43,900 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=fd0eb62a8f5e464784ca8af7562ce0be&role.id=e18d0eb2abb34f36b6539f93863d2844&group.id=ff144582e5b84b3aada344ad68df1f4a" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,906 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,909 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:43,911 openstack Assignment does not exist 2019-09-19 09:06:43,944 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,950 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,953 keystoneauth.session RESP BODY: {"roles": [{"name": "793dde8431e1434f8cf2467f8d2407d2", "id": "e18d0eb2abb34f36b6539f93863d2844"}]} 2019-09-19 09:06:43,989 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,995 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,998 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "fd0eb62a8f5e464784ca8af7562ce0be", "name": "domainName-2"}} 2019-09-19 09:06:44,021 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,026 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,029 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "fd0eb62a8f5e464784ca8af7562ce0be", "id": "ff144582e5b84b3aada344ad68df1f4a", "name": "groupname-6"}]} 2019-09-19 09:06:44,080 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=fd0eb62a8f5e464784ca8af7562ce0be&role.id=e18d0eb2abb34f36b6539f93863d2844&group.id=ff144582e5b84b3aada344ad68df1f4a" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,086 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,088 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:44,091 openstack Assignment does not exist 2019-09-19 09:06:44,127 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,133 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,136 keystoneauth.session RESP BODY: {"roles": [{"name": "793dde8431e1434f8cf2467f8d2407d2", "id": "e18d0eb2abb34f36b6539f93863d2844"}]} 2019-09-19 09:06:44,178 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/fd0eb62a8f5e464784ca8af7562ce0be -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,184 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,187 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "fd0eb62a8f5e464784ca8af7562ce0be", "name": "domainName-2"}} 2019-09-19 09:06:44,208 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,214 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,217 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "fd0eb62a8f5e464784ca8af7562ce0be", "id": "ff144582e5b84b3aada344ad68df1f4a", "name": "groupname-6"}]} 2019-09-19 09:06:44,271 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=fd0eb62a8f5e464784ca8af7562ce0be&role.id=e18d0eb2abb34f36b6539f93863d2844&group.id=ff144582e5b84b3aada344ad68df1f4a" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,277 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,280 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:44,282 openstack Assignment does not exist 2019-09-19 09:06:44,317 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,322 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,325 keystoneauth.session RESP BODY: {"roles": [{"name": "793dde8431e1434f8cf2467f8d2407d2", "id": "e18d0eb2abb34f36b6539f93863d2844"}]} 2019-09-19 09:06:44,361 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/fd0eb62a8f5e464784ca8af7562ce0be -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,367 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,370 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "fd0eb62a8f5e464784ca8af7562ce0be", "name": "domainName-2"}} 2019-09-19 09:06:44,390 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,395 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,398 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "fd0eb62a8f5e464784ca8af7562ce0be", "id": "ff144582e5b84b3aada344ad68df1f4a", "name": "groupname-6"}]} 2019-09-19 09:06:44,450 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=fd0eb62a8f5e464784ca8af7562ce0be&role.id=e18d0eb2abb34f36b6539f93863d2844&group.id=ff144582e5b84b3aada344ad68df1f4a" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,454 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,456 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:44,457 openstack Assignment does not exist {27} openstack.tests.unit.key_manager.v1.test_order.TestOrder.test_basic [0.066346s] ... ok {3} openstack.tests.unit.dns.v2.test_zone_transfer.TestZoneTransferAccept.test_make_it [0.067415s] ... ok {9} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_create_subnet_non_unique_network [0.222657s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,199 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,204 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,207 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,211 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,224 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.136058+00:00", "project": {"domain": {"id": "212ca8143b1347779e5be37205633524", "name": "62af10364e514c56b6f7bd8188020cc8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1ff28ea481b84364b9ed0c0bda1be36f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a313d8c585aa40ee980fa8678f0e57ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "78efb8c6976e4db1a9381b4e9abf1189", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "81c6e1d2a0344f4eac098ef6faf9913d", "region_id": "RegionOne"}], "type": "identity", "id": "0ae6e446fa25493988a72723baf8f31c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "99ceb37dad10488db5a18b21279d6b5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "44a0b329923e45f297737856f47a7993", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "01d081625d4943439263654394fb4078", "region_id": "RegionOne"}], "type": "compute", "id": "f9a5c80f8d5a4074a2abe467eaf5201f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "2316f4ac44cd41b68fb80a73a7510979", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "cee6d6f20e84410996ab9f2fbb410c8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0730ef88097b4ce69e02ccc1e39a2934", "region_id": "RegionOne"}], "type": "image", "id": "c7ba5d6ee81e4fe591880d6a26e31d0d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9de2e308c7f94626b4d9b531cd5de3cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3b3174875a524fbb9af7fc3664186818", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d3bb39922eea47b989df4d9e05500d9e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "bda5b9e2c56b439d9fede57ce67130cf", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1752fe5bd38428c9b10f1ba6a4a5b5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0de438c7ade4ffc936a3f5dd7041996", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85c8e227d56e49939d9bddea5f97e1ef", "region_id": "RegionOne"}], "type": "object-store", "id": "3da1a242f36c40f48a0e4341bade80bc", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d98e28a7f4914fcfab616091780032d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bbe97549a27c4db89c873e34c05d2499", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "266b6f90ccd5499ea09fe0ff9693d487", "region_id": "RegionOne"}], "type": "clustering", "id": "00ad2edb83164d10a95a12e2b2621ef0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d44efd881de445128b4c2b72e5a92d04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ffa408242b4a4eeebd55d375e78b4437", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6aa53a513d204b449500805d05486490", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "19149cec42554edf8ea8160a1e1f0f1c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "494c326b86734ec89a69dec774fe0a95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1b958c70267743fda64fc2bab22e528a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "771291eaafc9480d934335a77438c5a6", "region_id": "RegionOne"}], "type": "cluster", "id": "3718c98ed2c9494e8b0b9ddfe04958a0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "62c9b2f643d94dab81cf1bc28ea6588e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "95a45d1d95e34a11ac9d6b3838f75705", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "23f5910aa834456e8623e97673ca94e9", "region_id": "RegionOne"}], "type": "data-processing", "id": "1f081e30889f42b39aa7fc54dbabd7a1", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9bcc976221934620b24223addea34d5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "71f7a299a4774cd997e98be6fc4278d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "35e697e84f8448059f635feb353a2aeb", "region_id": "RegionOne"}], "type": "baremetal", "id": "5d1a411bcafb4081921daa6c6cd0f262", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cf0355abdc4649569423a88b00ec027c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ecaf6e744e6746e08613f60d3a691572", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "faa0489636344c0c9ef0782a1f999681", "region_id": "RegionOne"}], "type": "bare-metal", "id": "29c9ec69827d4c77a43e5fc0e901a21f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1727be206c2b4c289c356a5a12baa38e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a7910dfa70d94595bb7f607c93e3a6e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a74467ffae3f4aff87a1f0d4079eed0f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ffbe4f6a7f3240d4bfccf12537b49fcc", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e50f70af712a4e12951446de979ed427", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "275ce69053114773bbe42349769fbe06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "953cf0ec36df48838034b651fb9cce68", "region_id": "RegionOne"}], "type": "key-manager", "id": "e42307e70f4840728684ad8ac670f1c7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9bf48a3cf073451eb603b32f326b0941", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "16f6cd67415f4068b6e8044222fa7dcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c36a6d85de04433eb3a969c2c425172f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a34a74d7f56b46df9004f033db6ecfed", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "93ef39316e26481183b558ece9370277", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e5f613f8b476437ba041f2de4c3f410d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fece0660ce1a47d9a2d0f72c3f770284", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d6aa1d8b9ce040208ec2dae0efbd3645", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "62ebb2c14936418f8e9c2465d36e3fb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0828de7cf9b04cb7a749101a5b2fcef9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "730da1891df747d9944451330ab415f1", "region_id": "RegionOne"}], "type": "message", "id": "63579f908d1b4e0886df47e70a332df6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3157e1f3d5e14c569a5905656454e198", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8643733dfa3e4d52bda8952838eec300", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d131accab34f4eb69a41a5712de4602b", "region_id": "RegionOne"}], "type": "messaging", "id": "29271c2b85774d3dba5a10f781a26ad4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b2d4380d5ccc45af802fb7a5dd76130c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "15f0dfee10e1475891f7f44ff93e2f86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "bd3d7952cfcf4cfab437eb9d4ee1e14d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f65639b61b594458bc7cd795559bc66b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "44efe5e094f44fdbaaaffc19c899ca2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e1dca08623554d9499d24ae93a6b8d41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "750271ba5e834eaa9425d77accf0e462", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "cfe41135387c47c09998e190dc8bcc91", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d7694d4139d04c8cba15e9c98fc6ff90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b179c4acacb74b6caf50d9fdd3ad5ef4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "053a8d7a88d54d0984c0a7496fb8237e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "1b638550f133479fb1ea6e2be402d4a0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e5f0c532f6904ad28d24f99874c81d07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f14d6fa9d4e64eccac13ac5d32afeebb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d209e9b9801e4c8fb77fdcecbe13cd03", "region_id": "RegionOne"}], "type": "container-infra", "id": "251e4a892262486dbcea3e080a27c9b1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8aae0e4267a047c1b555f8b57a79558a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a9ffd7ea6042453aac494bf9928abb89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "bcf752c8d7e04eabb71a40976d4c60d2", "region_id": "RegionOne"}], "type": "search", "id": "d740d0fab2df4fc6b7b80a2d7a360191", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b1086e6d8d0e466d92dc5b0aab18ea3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "82eb3bb59d78468290b9e4e0e18c89bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "8a608a3e5b534f45bc8c113373479ae4", "region_id": "RegionOne"}], "type": "dns", "id": "0776f03fcd8f42d1a731afdef3fa01ad", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "13703b69097e4441a720837d30ceca7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "68452a0e874b489d847509d48c3722b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "eb90df8ae01049ce94d2eb4e083cff56", "region_id": "RegionOne"}], "type": "workflow", "id": "23d286d9731b498e847be0ecdc139cd4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5c57f29bb43142679dc3067bc908f5a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ef01dcd74e984abaa047231e579f0740", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e2046a7e125244bd973a5968e0a559ed", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a2e4fd6fdf0d4908a7e438550ac7c719", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f24338f3ba5841d6937e16df679375e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e8e3e1d7c5cc4638afd883e0a8f7d3d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8d8cb4b4550b4932a431b2392b77ed7b", "region_id": "RegionOne"}], "type": "rating", "id": "3c0e51b2084f431b856784cf8cbb3e98", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5e07f331367e41559d21f26eae749ab3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1dff7623cf214ca08c229cc2ad2ed48a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "be7b4f049f4f496c9fb22543133173df", "region_id": "RegionOne"}], "type": "operator-policy", "id": "605dd66243564d228a70f8f4df9f6af9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c7450f5f352f41378ca91c4ad6e51f92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "107a7a5a452d4882845b1ca4a12c377e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3259bc21c1f7408f8ce6c20071515efc", "region_id": "RegionOne"}], "type": "policy", "id": "cff5b786d94b4b77a1f4b34f9b40da97", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f1fbbcf2eea547dab42c6cfaac93e3d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ea166421401e463db37791a46720c5ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "366f8848896946739eeaf70320c32342", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "3d69d1fc49e342228dfbb4c77466a76a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b86f010477f644ea90ffe635dc02643d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e75315bc63d04a49ab7a3dbd8514ca23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a71f5b11a385441aa29b7e015aab76e1", "region_id": "RegionOne"}], "type": "sharev2", "id": "1e444c7c078c48a1aeb20a475e3bcfe5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "74b82619f96845859d979386ee9d3c04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "968716d37414406c95f80e32c7eb23dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "20e0cafca98547f6af9bac76e256aa12", "region_id": "RegionOne"}], "type": "share", "id": "cad503494168441698fd38832d229683", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c2a24abc64784a608650ada41eddce84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e293b2bac9844ded90094fe47a0bbbca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e4d60363ea1e4626a1ee974863c953ea", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "90f580d02b4544849ada8866241e72f4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42760acfaac142e18ec0aa056d58b426", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4edbb915127b4ad08c6b51698c5d5c0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "321786fdb39542af87cb93af073eb7fc", "region_id": "RegionOne"}], "type": "orchestration", "id": "81f6fa2b89f34eb8a4678de3b57427bf", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35c5ca534169492d94a37b2f8b994a07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be0b229949ba499993cf0a3e50677cf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4c3a72f46f4487bbf8684c2d28590e2", "region_id": "RegionOne"}], "type": "block-storage", "id": "d4f07f832936473ebcc4f2d0932cdfbc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31b6ded602894156b40d1e0f756a5ce6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50d8bc5ab443417292586dd4363b93c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ffb882c49cb24d9291fcca5133f35153", "region_id": "RegionOne"}], "type": "volumev3", "id": "419b2fe5b35a46aa9914ec13372f6e1e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54ca7252717945f1bdd596cd061d2a13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef285a85e88744c4963919b33072f88e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aeb0aa7a7a404acc9c6be985d2d0385d", "region_id": "RegionOne"}], "type": "volumev2", "id": "32c8a76b93a7425fb92d52d8e5280e46", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3cd76c5646124d30bbf9b3f16f1b546a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93847ca34e624ff9b48774d732f5076d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61bf5907ecbc4d21a5acf04760d392ca", "region_id": "RegionOne"}], "type": "volume", "id": "6efed40ff3a24e77887a404a277743f2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4b823db7caa450cae9e2a322215e002", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe78bb7a2d0148f88c53b9100036a4c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fa05e9e3a004267951cfa5bca24312a", "region_id": "RegionOne"}], "type": "block-store", "id": "a48438ee904e4fc5a36602be75298d1c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cdb7a32cf9064b7b9dfdb9fadd221e57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "04848f55453e45bc9dbea984777235ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "92934985a58e4a30b68cbc394e92bafa", "region_id": "RegionOne"}], "type": "alarm", "id": "ba341caa066a48bd8d1745f35a82e219", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cd59e30e4a6b4d2f871e73ba3ecc8cf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d92d0843c08b41da99fd4565987fd064", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f2dcdc13d0de40fe9de23ecd76448243", "region_id": "RegionOne"}], "type": "alarming", "id": "3829c812fd5044749b3add37c301ba0a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "47a2ca3254ea4c8bb1fdeefaa94634a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "09f0b450565d45b4ad85e7ba09aa9ab3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bb214e861af948cf970e81ff1a02e8f6", "region_id": "RegionOne"}], "type": "meter", "id": "4f9ca3c5dd3841f4b68d52dc88d0eaf4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8093cf9af66942f797e2cdcbb257d80d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "79127334addf4c5a9f98ab86d4628087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1eca1ea70e6447b589de363e68402357", "region_id": "RegionOne"}], "type": "metering", "id": "12e816247b194fcf87fe63731a679f19", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6be916811de2406a8034eed7eaa41f1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3cb988bd60d94d3a85e9d5424c308e27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "35b3aeeb94984059b5389b8c96105e35", "region_id": "RegionOne"}], "type": "telemetry", "id": "9fd89e368140441e8fc11ee7b13a5fd0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "28b52d5673f44c5e8a0a579bdc0727ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0cc4675b992f4a9ca2c2b78de9a28635", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "dcfe4479c2bd41b2a62bb3d321a8b370", "region_id": "RegionOne"}], "type": "event", "id": "ba51c23e07ec4cbd9a559443616949b9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1fc6a920839c43648b97b416eeb845e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "da76190f47244a63a8d302d562eefc09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b42185ee63364a9daf9a876e130513aa", "region_id": "RegionOne"}], "type": "events", "id": "5e9e2bd4292a47f39c789fe3f20d7ca9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "087cc61bf529455abf7c861aa8465704", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "855b76a0212344d1995154588440d65a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "16fb88f147bc4c8f97b1f79f14253268", "region_id": "RegionOne"}], "type": "application-deployment", "id": "edd126221cc04898b7e426bf1c8f4143", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "763188a07e6e44fc9d7dd00ce54fa6ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2622aa9fb3354f37a836fd5e3bacfe11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "74009b21df6a4a529d42f09f91b581a3", "region_id": "RegionOne"}], "type": "application_deployment", "id": "930309d1afd843678d637ec5e493cda5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a0985da077b640f197fd9c8b29167d26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "724493a1c9924c9aad77204be718b98c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2402f536df5643ae97a1ca617234e13f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b2ebb21615094c149affee836414af46", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "574a819804624dcb888ce2fc178ac7b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e6c6487b5ab34678ada0e9c53a4dab03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "745253f9adff46c483a6face1f5c0f39", "region_id": "RegionOne"}], "type": "tricircle", "id": "567c52c3316b432fa451fd931774ccc4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b0d3873ab99741cebad15eefbadf06e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1174b2065c754f55948ba3923d042dc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "fe080aef2ec24937b2d4b5e0fe3e885d", "region_id": "RegionOne"}], "type": "database", "id": "173cb7c381e2455088d7a712d1992661", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "37d16f1789874b87ad5d8a70af7d0ad1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3f1afdeee90649759a786197407d4008", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ddb0ee068605426487a27eb4d9b00ade", "region_id": "RegionOne"}], "type": "application-container", "id": "5bf7f160889548e7864aaf3cbf09d5de", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a8911e0c518143f19798aa2d27665b0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2c8cd7ba999e4035bb4bc2454b0636d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6dc5fa2787d34cf6aba86f46fdb2b3f7", "region_id": "RegionOne"}], "type": "container", "id": "ee8e30d194334e79aa07c0704eef4733", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1855adf0acb64d2f94729243db22c29c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c2af38fbb5404354b4064c521a116dc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3c667fb8c09f444e9f00d5e65bce8d37", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e92988aebe3b48adbf83ceff1797a746", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c408c7450d44491a8612266b61a9e34d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9a4bec12c0c1406e96da21ef06d8ab08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4c8a1aab004d476583cbdadab46dd642", "region_id": "RegionOne"}], "type": "rca", "id": "e7049df258434ce8acf22727ef85a77b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "80d9816dfc644ef3abf68437a64a63db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0acb56453c8a47dba3db9563844f6b34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "343dedaa644f43a98bf9e8b004120c8a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "61d5c05a7df64ee288f31eaf1d237307", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e38a62e502894a32b9ead5732ae7254d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "204843528ff74d049806b283c151dc2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "84c81aea26e5406b81f6222359196373", "region_id": "RegionOne"}], "type": "network", "id": "d6d021d7b46641edbd2ba8a40a63ace5", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "eb08b29b281b4c38ab4932a6e960376a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "66657866853b497e9ef96168809a4941", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ec570eb7b3464321921f13ca402beb16", "region_id": "RegionOne"}], "type": "backup", "id": "30c55eed7d5444f5b2483ac485da0798", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "07314ccc574d4b4ba6815e4083d5cf7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "95bf2daeb2444bcb8aecf6f6115a3183", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "66d1c4e4b4154a3a9e84b1c7245661df", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "39c7e7a29afd48d29e2609323d67a36b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "74c5e6a8b6a44c3897777a1616ba4643", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ac5b00a5392d47a88e0406da3d89b5ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "01d91ce258fa4a6cbc9623301779520c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "054eea144a1e400eac021591f845ab7f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "71f017abd8564f49ac9cea76a3c62fd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "89ce78aaf13041f6866f3ed4f16a59e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1943c106a10d43dcb0036b0766f980b4", "region_id": "RegionOne"}], "type": "monitoring", "id": "16cdca8baad349f0af1244d555707b38", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b7797ac1edd74044a75ee09045e3c6cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ae1e036e8e884a11aa1f606cd9e8de5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "535fe1b692e446c489c5a1f5d4b3da77", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "531510e9fe30402c8d132743f5c626b2", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "004c57205e1c481ab59249258f9852f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0b2f5a9e845f4d198bffef72c0be2dfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "549bef99850e4e7990fe258f35c92cc8", "region_id": "RegionOne"}], "type": "placement", "id": "dd8b4ad1010940f99c1227e2ff6a826c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3a50ac3020ef48b9a2110047223bf151", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "94a1e28ee412424e9ca0be7a5185ed25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d8f7fee7a48b4e12b9e5e00880568372", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5186069a7c6a4bce8136ee602e62fc82", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f71d84d713594f2a844874ffe887c096", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "330b19feae8c43c0b7ac633bd0f4d9eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d578356a4b0744198ff2e27fea339ccf", "region_id": "RegionOne"}], "type": "ha", "id": "959c251257a746b18d383494bb96eb56", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "67ed58ed636e4c5e9067aa384d425767", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d62e753258de4e2a813ecce093094413", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "66e6c5b1bf16406bb2fbc255ce82495f", "region_id": "RegionOne"}], "type": "reservation", "id": "02c18c58e779466b85225125ea16e157", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c8d0f630ecae48a186c3a9b810fa72bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f67c712d67ad4038b8b429829ed5a24b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "83b58fe59953449fad9a10ead0374246", "region_id": "RegionOne"}], "type": "function-engine", "id": "516f1cb1eddd4763b1d13eee51b6a63f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2ddf4475168740f1b7457276ba560ea9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ef748690756b43868fbb6982b9dc0f69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "4901956af7624f3590a51a0102eb2ab9", "region_id": "RegionOne"}], "type": "accelerator", "id": "ce4c6b426b064229a0de5f863b3c72dc", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "029d6beb42c842c1860ea47109a13d81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "78b453b746e449858cd783ddcf8d61ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0e4f0a8345c3491bab5511dc33d67ce7", "region_id": "RegionOne"}], "type": "admin-logic", "id": "1d641d9dd0d14361b5b792d6ea2e3bb1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "042c0de00fca4641a904235b6f6bc5fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2148fb12227948298626cc0901dc2333", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a13e5e00b22140efab4e7da487fb55e9", "region_id": "RegionOne"}], "type": "registration", "id": "d7b24142f47746d59ef75ac220d4b0d6", "name": "adjutant"}], "user": {"domain": {"id": "008e7571ac214596813c454b6a3657ca", "name": "11da99b04d9240d0b3b75e863061cf3b"}, "id": "cc7ca65fb4154c94811d43e707175a1e", "name": "aec782b09b0b4a37a137edb4fac06884"}, "audit_ids": ["ba9facc301344366989c5e29eba8c884", null], "issued_at": "2019-09-19T09:04:44.136058"}} 2019-09-19 09:06:44,332 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,345 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,348 keystoneauth.session RESP BODY: {"networks": [{"name": "network_name", "id": "123"}, {"name": "network_name", "id": "456"}]} {15} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_group_domain_exists [1.166880s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,470 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,475 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,477 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,480 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,494 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.402670+00:00", "project": {"domain": {"id": "e72734ba78cf48dba099aca1840455b7", "name": "203e99588cd142da9a98ec2597f583d0"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c670728ba4fc4622894bc4e3894db3fb"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a41a91b7c3924aaba571e6025b48e497", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f86081031485479f960f2572ca33e10d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "02db74f7c4e54133bfa470683c15a000", "region_id": "RegionOne"}], "type": "identity", "id": "9c8313fa26904eaaa0134886b2f60c35", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "aa9243e4c51e418c8da45a7fc35aa1bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "34bac0fdef2a486585bab770cf32a05b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "dc07bdac97cf4e119d8b055688b1f6fe", "region_id": "RegionOne"}], "type": "compute", "id": "56bdc48bc6ac4da298042d1454d7a409", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a126346f96a34365bfb3704bd9e78d7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "906fc44ef0d840558e46bdd3b246d16e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "02cc501d3c22451988fd5ca1876d96f9", "region_id": "RegionOne"}], "type": "image", "id": "29ac5735b0694023bd23c16319e61857", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2b46ae5d91a741d392bf0c2cb1c705bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "15410494ae7646c6b3aaf1b163190cd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ab99b8fcd5d542c48b8280f64b435639", "region_id": "RegionOne"}], "type": "load-balancer", "id": "169beb2c8ece4db686a28d80b7eb8a06", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c943bb6c0ad48f8b3b8833efd52a19a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f19c9c177b6478c97782364b1371f15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "705dc5e169b04bfa895a43363b5b7906", "region_id": "RegionOne"}], "type": "object-store", "id": "07d6f15a71244762bf0d0f5d69373f16", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1366fbab15b14d26bc57ded87705b85b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0a73409972844733b4738870e19efa1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bc2c181cc598402d831157a928b7642d", "region_id": "RegionOne"}], "type": "clustering", "id": "2166a46d5d73414285c32d26730329b8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "320af0003e884824a636fe699bc01f24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "85343dba118a4078a0de15854e99cdc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d6133210bcf44cfc9927c9656bb09f72", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "495db2819fb041daab5faa5ccbe068c4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bc08f7ffa73b43ca8978a96ade67be7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e1fa5ca2789c4f4cb864c9201b1268a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c571a4f2a25f47d5b5e9412f063bd588", "region_id": "RegionOne"}], "type": "cluster", "id": "ac7b080b09354f2c825f83c71f335831", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e01b45a1a64e458ab25e0e16b1e1c875", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "98876dc8b60d4866b5356e3a6ff0dfba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f4ae15ab65824164a6f3358beeefd042", "region_id": "RegionOne"}], "type": "data-processing", "id": "c4016d819ba045a880f355b0fa44dffa", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7709b711e9394b43ab7a9529ae471542", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "35ce22aa8faa42259ecdcdad236a50c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7834a10294e44da5ad2f748b47eeb2e8", "region_id": "RegionOne"}], "type": "baremetal", "id": "20b120fdb0864cd0b8bc7ea227544eee", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0d801253324344a980a042045ceb3d29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2e1c1c3dd697423085b9a2ac6ca28855", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ad38bd2c21df4504957f841f46375c52", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e457e984d5824f9ea2a49f5b0e0a3624", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dfb13799bd054acd899f321e287b9c31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "461f47ab89f0417cadc0680279942505", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b46481612a1b43a080f905b7421be5e4", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "029b0730c7f148559c57da3f20d7cf7f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fc8cffc9c29c44bb84801342a4888e67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "572ac913514b4146ad855bef36274b88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "dbb29fbc5668479ca679301bb7e0fd6c", "region_id": "RegionOne"}], "type": "key-manager", "id": "fe47cbb7e2034a8499fd62601e3049eb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "51535ab8a2854763a1d6581c9f415f26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c2f2bf07940a41a6a9029f00eefbf92f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "58127b2254ab42fe9279f431346c360b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2afac0a71e634c85b7a5e0e89859db35", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e374aa4b5bf547319977c615ea27c20a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dd33c332e7944b959fe5246d737b6e24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8c971fbe0fc14dac8336329b1b78993e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "3f787d7fad7e4389b63094cdc2599410", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "53b58452afa343399d3da12c882d5ce7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6a1d806ebebe44cebe3b17221504a37a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "636565993c9440c3870b8ea88efcfc81", "region_id": "RegionOne"}], "type": "message", "id": "6eaf343edb99478b9a844d9dd333f0d0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "da47e823c65e44f1b1bea2828aff9556", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e503a7e87216429790ec826674048380", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "01dfc1bd107949ab96a671da99fa7288", "region_id": "RegionOne"}], "type": "messaging", "id": "d131c8f6d8d847f283fbb0ff0e09ffc8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b1ca2655fcb543c98c054b47d75a1ae7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "21960a1aea62435991fa10ebd9f9cff8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2d1981d85db5467e86c48d406774337f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ab508f520ad940a892dd10b615e0161a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "da335c8fb888469c980a0f02f7f24460", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eac45d26ca384699bdea0a0e85815c28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9e650596013b4c93bd0afe5531af1d0c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "870b99758db64bd6bebceb6d7520a570", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dec06b53d6244ca695a5f8a07ca7e1fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ac7fbd7400d74856b4ed5bcf48c40da6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7754b7e8ae99405a99afabe46b107e10", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "1f8a165b436e4979867ca7ef81fa8ff8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "df5308b75b764c68945e5d741828d4d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a0a95eb35a1c4ed9a82ab1ea4a9bef6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "06e8ee70ff52480c9eeefa973899f4f6", "region_id": "RegionOne"}], "type": "container-infra", "id": "95a1d0b3e81c435dadd4b1fa3387662a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "abb198e8cecd48729f99b3cb6776199a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "88f47bcf70ac477f975068282f3e056b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3ec94f85e8b544e98b3cf6ae2504dd38", "region_id": "RegionOne"}], "type": "search", "id": "4874f54f2e034f7bae5963d61c858131", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "7ad5bd261a974bd692ac8f4c075bb126", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "83555b4d71ab456f9f23441a814c8947", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "326d4ad778e14342a29f53dbb4b7f868", "region_id": "RegionOne"}], "type": "dns", "id": "7f17dad0b2de4c1f893b6d1fcc76ad43", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6647c834ebda494ba15f363b83234a39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2a0239b6b420409e99aa7d6a6c66fdb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6ff9aec8d1544c63ac4e6852ed342bd1", "region_id": "RegionOne"}], "type": "workflow", "id": "e9f16f3bd9a84c11af74732c0345f15a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "053574d7173c419987ac84c75e427098", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c7779502542c4a859ba8eba5501f2f5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b2f50a2072624747970a5a520a3e22fe", "region_id": "RegionOne"}], "type": "workflowv2", "id": "730043f372094e81ac6680e4bbd82180", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "88f440b19a42403492ea8cee009084d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d54034bb72284e288960bfbadeb6c112", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d13498fd54de4e38b1bb4c735ca67477", "region_id": "RegionOne"}], "type": "rating", "id": "0d32fa1168df4320a6b5e6f031247de0", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "47e88c77c18f4460af7e258812891ef2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f78c8d9d2059437aad4c252c3a1e5e63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f658b0605f254774bb89928f72076b52", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1fdf537dc4e64be19382d35a712203be", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "01905a5d8c0c4f789c64ed3878b03259", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e95df58bd96f472d9e68a8229f22331f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5236c362966d4d8c9667add4d37ab17b", "region_id": "RegionOne"}], "type": "policy", "id": "27746ea32f3b4323bf5dfbddeb3b1ca2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "287e6da923df4214bcb3c79b2cd52d82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "39e68114f4384289a53faa73c6d897ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cac9383d82f1405d9d2ea143b257d508", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ae782d767fa147f39f07f24cd16a6c9e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0fb9e98516644723841a5a2b749e707b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6943a8a3b4454849918c28d91c06e274", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5be0351fb54c46d0aae4c3a8371436aa", "region_id": "RegionOne"}], "type": "sharev2", "id": "5eee0a0b296b4bc0820e9cfc58d2ee1e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8615681655504d5d9520f03118efb46c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3adedb5a1faf43d394cab66f17aa4d36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2df0994e4f0244459a94d556eabc415d", "region_id": "RegionOne"}], "type": "share", "id": "3f21211954de405ea9809923f0ac7e40", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "189225acd81048f4b1609e68b04e5693", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "695008cb615c4f22b5fb49f1c4d6f7c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0507444aca7e423d848d87f05fda3fa3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "65d7d464fd344df58ae58a0fbed335f6", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "266726939f364b8da56f8bbb360ef104", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3476d0e31a7489592d6a8a7fc780c05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0690af21e1ac46498aef5c867a546248", "region_id": "RegionOne"}], "type": "orchestration", "id": "dadaa1c360a34b30b0da0000868f3f5d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7391bd1d7954f3a88ac8a84fd98d934", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d601730759de43b8b0d041a4a1268543", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3fc30c5dfed4e24ae8ff94aa33a13ca", "region_id": "RegionOne"}], "type": "block-storage", "id": "d1a60e4f61a6476da9dd9765c25d7be9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e572fcaa9b34506a2609c5f819f2daa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9496ad558ef4b3ba84a33e62080a006", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89e0648967cf4eefb2a16df977570af9", "region_id": "RegionOne"}], "type": "volumev3", "id": "0d5467504f634cd9a7eb467cbf600c84", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "735ce7f245014cde8450a69cf9f45b54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86a2f82d088d4f70b3fce417b435abea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1da83ae698054578bcd066dda9e9fde7", "region_id": "RegionOne"}], "type": "volumev2", "id": "423566cbcd0f4b5eaaa2620bad0ca389", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc86d5c3976348f992ab144c2deddf04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb21984875194dd3a36ea005f83d6dc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "075e31e87dcb4d128ef1140d88c4e72e", "region_id": "RegionOne"}], "type": "volume", "id": "6a0e71a459464d49b355896de7702e35", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5458458672d407aa0b022dbb2365549", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3745e29bb0c24d3694cb6d8c4158dbf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "745cb8e0710945df97bc97cfad8c67df", "region_id": "RegionOne"}], "type": "block-store", "id": "f6ca090d3f3948deb83524fce96a6a6c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "508d158280bd4c89a18903425697e1a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2fb8359a94534670bc2ff8c8535174de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0af43f0d1fa64359bbd6dfe459682eb1", "region_id": "RegionOne"}], "type": "alarm", "id": "6d15048379b042ff92bb261b18206aee", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5dd759109b674d488198f0e23584b948", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ecfd05b0c0e2451c9af050a2c2e6cc89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f708b5c5824d4ec2b07d0c237ae1a3b1", "region_id": "RegionOne"}], "type": "alarming", "id": "498a66022f3341b89b172675bfb2e74a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d5ed0e906ca1489faf243969eb2e47d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "319b1a2ba8bd4e6f8c5ddc8d736117a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7251343f12574609af4b9018b0cc7a12", "region_id": "RegionOne"}], "type": "meter", "id": "aebcb94aae0d456390a7705d79dc74fc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f471bbf4038f4a5e81e6e2f8dc0c68a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e837769fb664401096415f3f2a1a7466", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "99b7acea20524447a566af9a31cf0674", "region_id": "RegionOne"}], "type": "metering", "id": "367bbecbc2cf40f89b7ccc271ec176fa", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "13811ea000bd4d9399815eccb0d1e038", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5ce41fbdb4b14783bf65a81123da0014", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0b5ce827bc164caba878450c79c14b76", "region_id": "RegionOne"}], "type": "telemetry", "id": "b418e8d00b5447649324f1934fa6fd4d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "49f01cde1fe24e5691d1987580c3d073", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "21c42acee28c48d0990065246cade0c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8b7a0df1152b4755a40fb3d9d84b7bde", "region_id": "RegionOne"}], "type": "event", "id": "d9d6bc3ac59f49899295890c91c0363f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a350ffcd5dde4293bf73f68e2d53ceeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "06135ed8cbf34847abc5b27fe35ef081", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4dce61048ad3494a87b07a47c11e70ff", "region_id": "RegionOne"}], "type": "events", "id": "ec978f082f7f4794b7ebc68b0c9a33be", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5a7100729b6045a495c3267598dede5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8839079b56944dbe8046733b9251f99e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b396b29ddb864ed8a7520481252f8839", "region_id": "RegionOne"}], "type": "application-deployment", "id": "dab1153230a944db8a0b6c883218c082", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a202013a67da42b59deb466fa2f222f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "140b4582a1444bada604bd82ec4eb7d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b650737d552942c4b2425737bf3a5b07", "region_id": "RegionOne"}], "type": "application_deployment", "id": "476b59474b2b497d8b2c238c0240d2ca", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5c80824c001c42cda180ddd9ef9c2e98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bda20a01646943fda295ec2ecba6901a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0be46feabdf1476ebff5fcc77a8ec612", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "0bb10873bbd643adaf853800a50de100", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dc44c1338d4147dca2cba1aa5a92eac7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bd553b819ba8476eb2ab1cd8a8393a27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "83577dc17b804246a5e906ea924f5f28", "region_id": "RegionOne"}], "type": "tricircle", "id": "c2695700b64c4aeb835791cc22420c18", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "50bda212081448a0bf709a6add3eb216", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e75b4e4522334772b502ca16b54d9ff7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d6d6c448fc04431a96fbc72df30c6890", "region_id": "RegionOne"}], "type": "database", "id": "7ca97f9983c2473d8c702bc967111b93", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "492a1de22b2642bc82d34dfeff19fc55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9866125f83304af0b0d55eeb216a5397", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bbe561db0d3342beb4af49a02fa7a656", "region_id": "RegionOne"}], "type": "application-container", "id": "ec4088e6c7e947e4a9ac190f5c54ebd4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "24f2ba53860047ea93e7d62292ac0009", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e3a1f92865854a3ea39ece1ad0d539f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e8265d1362d942b596c8f0244dd4816a", "region_id": "RegionOne"}], "type": "container", "id": "fa0a5cf074c84a4f8c2690f5ed3c15bb", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2f6580c382724c2e8a7d6fedfa0f7093", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7f0d671d4a6a45fd952b908d88f9975f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "10d76c79a2ee4bfca44c8d73ffba22e0", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c0588018e3ee49e89280a87d6236824f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "66cf4af5404541ef9550cf4144ed2155", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "de9458569c254edd93f90fde456af9de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0cd6b94200c74cf19006933ba55ce72a", "region_id": "RegionOne"}], "type": "rca", "id": "6c806c6d8be44f5c9f959b815cd1f5f8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "41ce665367254760822639c40639d08f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8f73844ce9f34f77af013f20fef24a5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "46430e86fb4448e6b31e677cf2088d3c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "557712615cc34128929ba370dc76b00b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "cb6f2390dfc3485b9b7051090ba70eeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a4272eb167c845c2954983a9779e19dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "03b64fc89dcf4ef7bb6565c8c5e01ba1", "region_id": "RegionOne"}], "type": "network", "id": "8764250270dc4837b6fa29db737f1b41", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "875d4ea86a4146349f97509da5c38af4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "88ebe257107743f6960f0a3142a465a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a8a9ec8398a74c1aa67d742ee25798c8", "region_id": "RegionOne"}], "type": "backup", "id": "24fb6a0092f2473d94c7083152e62b01", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ab26900d99474e3bb147d37450458c4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "96cefd7b3f524183bd3e958a02f1f91b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5a0c3a5c3a6e49d0b741a555b1ae71ba", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "38afb5bedc3d4ef7a30a6ec950827423", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "54114a4bf5cf450192f92a0d979fc068", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8b9e58db8fab41b28a174266db04fced", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1d93d1131d3543ba952a3e3bf4b53804", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "81ce1abb6f3e48dba0235e137071bde0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6b9b9155b70c44759daf0caf10868105", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3b245f64155f4e3c935dca03f1c302c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5677edd826c749928c2771e3829652e5", "region_id": "RegionOne"}], "type": "monitoring", "id": "d9ee3b92ebe44625bd326be333694561", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0221fc23395f41ab8992bf9b4469c677", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "545529d9bcf74862a78a5c7034bd9111", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5dbe0835bde3469ea3ad67bd55219425", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "1fddef2eccd74aeb99fe55d4a223d618", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f8738e288b544af6aa269777a8110ca2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "31d45605722447d7a89f19b54fbdbddb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "75554433f91441c58a995a4867506570", "region_id": "RegionOne"}], "type": "placement", "id": "13e70ccbada84e108fa2009c673a0760", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fe501d0ad3a74cddab25484e40969d3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6ddea7fe17f44f2ca32fe8678c56c0c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "715461f4e4dc4626afbbac4cc02b23a2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e0757b7184314a66883d86677e294f6a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "042016ec77ee4e88af75c3e5d58dd5a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5a47d443f7de4706bcce4a3e0f4851ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a2037ce8a80a48c881d3753a70a855b5", "region_id": "RegionOne"}], "type": "ha", "id": "2534140755b846ffae6550f054e4e7ad", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "069b0ac9045b45d88ce49f671816222b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6df29c3c680140e6bac01b6255b9a1d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a980dd4a7c9b40b1a4d0745ad99a4967", "region_id": "RegionOne"}], "type": "reservation", "id": "4453b5dbd7bf4f15a7e97888343a0760", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bb742277f19041b98bd885a6148a5d0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "df899d60ee45404cb448e54a6009113a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "35a21e6ff5864f7283a5e380fbe7030d", "region_id": "RegionOne"}], "type": "function-engine", "id": "24799000064540b3ab6b2a4b78e1f35e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7c97ae3023da4ed5b8e08efd3fe42abd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "927e625ff2a146c7ab0e70268ebd6685", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2fd3ba7c347d41a8a6e81ccd5bead503", "region_id": "RegionOne"}], "type": "accelerator", "id": "64b406139be147c7bf852c0413db5988", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b7769070477340b497c7ab62cfd9c5d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f691b616b975443e93f1590166ef4dae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3165949e9c124900a72db5e383a66488", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9ed5fcb07eaa4728b210dca471cc33cd", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ac97a42287424f87a845f3ed841065a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f7f09c9ecc7244a7a49763e00caa61b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "169a197994ab43199eb3b9c3f8265d51", "region_id": "RegionOne"}], "type": "registration", "id": "15c725262ee2459fa5d9ea2e8af24bec", "name": "adjutant"}], "user": {"domain": {"id": "0b5fc6d4053245c5a8f7248262e80262", "name": "8a4dd2ac44d347fd9926314d3ae41469"}, "id": "df4ed6693654454a90c3c983e2f50990", "name": "fd439d9a84f746b69788bf0ecd7e7684"}, "audit_ids": ["1b6d8e0951904cb1a5758f0c9e42205a", null], "issued_at": "2019-09-19T09:04:43.402670"}} 2019-09-19 09:06:43,841 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,848 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,850 keystoneauth.session RESP BODY: {"roles": [{"name": "3218ba73585846d3b24ab13585892852", "id": "75af837235ae427eac3ed2145602798d"}]} 2019-09-19 09:06:43,891 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/d337e6e595e34c159b0855a8275ba6e8 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,896 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,899 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "d337e6e595e34c159b0855a8275ba6e8", "name": "domainName-2"}} 2019-09-19 09:06:43,921 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,926 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,929 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "d337e6e595e34c159b0855a8275ba6e8", "id": "5ad4f275ae0c4a99aaf0dd001ec57102", "name": "groupname-6"}]} 2019-09-19 09:06:43,988 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=d337e6e595e34c159b0855a8275ba6e8&role.id=75af837235ae427eac3ed2145602798d&group.id=5ad4f275ae0c4a99aaf0dd001ec57102" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,993 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,996 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "d337e6e595e34c159b0855a8275ba6e8"}}, "role": {"id": "75af837235ae427eac3ed2145602798d"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/d337e6e595e34c159b0855a8275ba6e8/groups/5ad4f275ae0c4a99aaf0dd001ec57102/roles/75af837235ae427eac3ed2145602798d"}, "group": {"id": "5ad4f275ae0c4a99aaf0dd001ec57102"}}]} 2019-09-19 09:06:43,999 openstack Assignment already exists 2019-09-19 09:06:44,040 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,045 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,047 keystoneauth.session RESP BODY: {"roles": [{"name": "3218ba73585846d3b24ab13585892852", "id": "75af837235ae427eac3ed2145602798d"}]} 2019-09-19 09:06:44,085 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/d337e6e595e34c159b0855a8275ba6e8 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,091 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,094 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "d337e6e595e34c159b0855a8275ba6e8", "name": "domainName-2"}} 2019-09-19 09:06:44,117 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,122 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,125 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "d337e6e595e34c159b0855a8275ba6e8", "id": "5ad4f275ae0c4a99aaf0dd001ec57102", "name": "groupname-6"}]} 2019-09-19 09:06:44,183 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=d337e6e595e34c159b0855a8275ba6e8&role.id=75af837235ae427eac3ed2145602798d&group.id=5ad4f275ae0c4a99aaf0dd001ec57102" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,189 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,191 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "d337e6e595e34c159b0855a8275ba6e8"}}, "role": {"id": "75af837235ae427eac3ed2145602798d"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/d337e6e595e34c159b0855a8275ba6e8/groups/5ad4f275ae0c4a99aaf0dd001ec57102/roles/75af837235ae427eac3ed2145602798d"}, "group": {"id": "5ad4f275ae0c4a99aaf0dd001ec57102"}}]} 2019-09-19 09:06:44,194 openstack Assignment already exists 2019-09-19 09:06:44,229 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,234 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,236 keystoneauth.session RESP BODY: {"roles": [{"name": "3218ba73585846d3b24ab13585892852", "id": "75af837235ae427eac3ed2145602798d"}]} 2019-09-19 09:06:44,278 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,284 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,287 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "d337e6e595e34c159b0855a8275ba6e8", "name": "domainName-2"}} 2019-09-19 09:06:44,307 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,313 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,315 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "d337e6e595e34c159b0855a8275ba6e8", "id": "5ad4f275ae0c4a99aaf0dd001ec57102", "name": "groupname-6"}]} 2019-09-19 09:06:44,367 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=d337e6e595e34c159b0855a8275ba6e8&role.id=75af837235ae427eac3ed2145602798d&group.id=5ad4f275ae0c4a99aaf0dd001ec57102" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,373 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,375 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "d337e6e595e34c159b0855a8275ba6e8"}}, "role": {"id": "75af837235ae427eac3ed2145602798d"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/d337e6e595e34c159b0855a8275ba6e8/groups/5ad4f275ae0c4a99aaf0dd001ec57102/roles/75af837235ae427eac3ed2145602798d"}, "group": {"id": "5ad4f275ae0c4a99aaf0dd001ec57102"}}]} 2019-09-19 09:06:44,378 openstack Assignment already exists 2019-09-19 09:06:44,417 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,423 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,425 keystoneauth.session RESP BODY: {"roles": [{"name": "3218ba73585846d3b24ab13585892852", "id": "75af837235ae427eac3ed2145602798d"}]} 2019-09-19 09:06:44,463 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,468 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,471 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "d337e6e595e34c159b0855a8275ba6e8", "name": "domainName-2"}} 2019-09-19 09:06:44,490 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,496 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,498 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "d337e6e595e34c159b0855a8275ba6e8", "id": "5ad4f275ae0c4a99aaf0dd001ec57102", "name": "groupname-6"}]} 2019-09-19 09:06:44,550 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=d337e6e595e34c159b0855a8275ba6e8&role.id=75af837235ae427eac3ed2145602798d&group.id=5ad4f275ae0c4a99aaf0dd001ec57102" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,556 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,559 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "d337e6e595e34c159b0855a8275ba6e8"}}, "role": {"id": "75af837235ae427eac3ed2145602798d"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/d337e6e595e34c159b0855a8275ba6e8/groups/5ad4f275ae0c4a99aaf0dd001ec57102/roles/75af837235ae427eac3ed2145602798d"}, "group": {"id": "5ad4f275ae0c4a99aaf0dd001ec57102"}}]} 2019-09-19 09:06:44,562 openstack Assignment already exists {0} openstack.tests.unit.cloud.test_users.TestUsers.test_create_user_v3_no_domain [0.141555s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,347 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,351 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,354 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,358 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,370 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.282917+00:00", "project": {"domain": {"id": "e1efa0a6b6214256b47127cdf33dd005", "name": "4291703f38974cf7ada0d4e13d709694"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "530412433e664d09a488c8591b228d20"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8b14b5ad84054a5087698e3d75a84602", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "bf6d1610f2cb4927b77bffba466e1b63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "53a41bd00e144403a8b3850063a287fd", "region_id": "RegionOne"}], "type": "identity", "id": "26d175af554445078ae87b9898681bb6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "061cb2d90073487b8cb254b6ace0d183", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5ef090048b564f77b9ab1944a6ffbb16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "70055735eaf346b8a1a0cad3a21cdf08", "region_id": "RegionOne"}], "type": "compute", "id": "6b24d269053c4593b3186baf17954ba4", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c4fdd3ead1824f2fa42f6dce21ec06fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ed06d019d48d4a7aa643fbc62bbb70ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "16af648361f044bb8b73d18c0923f851", "region_id": "RegionOne"}], "type": "image", "id": "3b3a046476634ad49f0da970c380fd9d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ceb08abfec6a489f9973ba93d4da0fc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3ad3bed286d84288941fc1af55a7d137", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "16380a84f5a4498896ff50a565a6b0ee", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f7f23a69ff6d446788ca28dcd63bbf65", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1057e65bcf60496f9903c4b6acd66bdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aab1e47e8c6d48d0af1d6a01d4e1f8c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "983bd7b091404fa9a6d849c4e461f9e8", "region_id": "RegionOne"}], "type": "object-store", "id": "2dcecf96de76473282b5358ca0b1d9c7", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "02f318ce4b9c43c69f37217b7d3c82ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "929f4376899844199439a976e01a74bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c085bccc27b740a89920a1a13ea60a39", "region_id": "RegionOne"}], "type": "clustering", "id": "403ee47a00274a4ba5cfd5d9c872badb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ece0d57899274675b66b2354fb3af19b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2dc4bbcb043a41fab0df4ca36dd7f355", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c5d16c79629d491a8b0c0b912e533a83", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2f3d91e794b444da853655f0988a8293", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "24a31c38ca7e410f97edc60ff3702680", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "02a5b0355a7d419caaa515087d4abde4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "658804ccaf3341db80b720c457615ef7", "region_id": "RegionOne"}], "type": "cluster", "id": "aa901f1a0186432e8270ef62916c10f7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d21c20f59a2e4caeafac1e8b5469ef34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4b9f2982142c43f38d02725c49eb9245", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b02d09560ba9472aba05128509437125", "region_id": "RegionOne"}], "type": "data-processing", "id": "378fdf266e6a48a4a8910c95d9fdffc1", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c18c8c2fc0d2431a9012bf4b4d0c25b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "569b127d4753493e817dec251c111286", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8ba85d4550fd4e2e9f36bac807817ae1", "region_id": "RegionOne"}], "type": "baremetal", "id": "423df36272bb490397be213ab732bdf1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "26ace5cfaf7c4bcfb984e2dedfa5d9d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4b5555205b07451ca7772ec80a0fca1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "16a0590c985d471090d796b6ab7216f5", "region_id": "RegionOne"}], "type": "bare-metal", "id": "0cecb3899cd246779c0c6e73f3f05d16", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5e973c65858b4287a4bad97fcddefb94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fa50cca26cc1428a81b9a7b93e900625", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "67b994a1420a4a51ae48d95bba7b023f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2b4afedfc1264461b106d5e748a65f54", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bfa7b95303e44bdda4b34087a0180385", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f8b2989daac443129f4b8d70d7297aa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "a1e0b42e84994d219e19028ab7ee09b7", "region_id": "RegionOne"}], "type": "key-manager", "id": "881d6da8a21448af85b81bcb3054d635", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bb1d73fc6c2d4d40aa899eff905dcef1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0d48349525534e6fb3165c8884ab4a3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "77dcb5af33ed4224825da0f5a69b201b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "15ccdf627f2548fcb97b853536270eb2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b5d248fdd21144eb8548f5a363cb4c1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "77edfaeacce642628faf1071dfc53ab9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "77a4b3ed5c1845f4bea5bcd4fcb43dcc", "region_id": "RegionOne"}], "type": "infra-optim", "id": "096bbcf020ad471bb1d571bfca3d8591", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f44e56717e824abd90dbc6aef67f0356", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "fde8b2f9e0564fb9af21593cf9570768", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d010e8519128433f9ff615604dc070a1", "region_id": "RegionOne"}], "type": "message", "id": "38a83561c56f4e60a4cd322fb5c1ecc4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9cc0feacdbde4c7ea44cdf47bba64679", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "632b2aa0f7524320ac432b614788ded1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1da22cd1ad1147b589949fc4a941d53e", "region_id": "RegionOne"}], "type": "messaging", "id": "414d0c36ce824625b2628724efc4bb5a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ccfdfc0694994ad29e3ddd2ce556dde6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "22aaf288ca134c8589e105927edff4dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "77b410ef716b493581e2f5ad57df890a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a2e31e50006a44618b6d32ed7d2fd22b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b353722299bf46c4aa1d48b6b5994a63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18f23bb152f94ee5895b2b86a228276e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6be63069aea34c8a9efadaf910e9f2d5", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e9164af6b01949c8bb971d05b4df1bc4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "40dfe93c3d014a8985acd0372b9c49a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "92a25dcf1fdb4260a0bb81f651d33a69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "90258b166bbd42b2bffe2656bddb4afc", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b55d72e25c004f0e99113c9ccd3202ee", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2aa1872d346443babb348889c6fa381b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "00651bfcc6864ed78ea0c331c19e4e47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aea94d6c882c47fc8cb24a4e84341c8b", "region_id": "RegionOne"}], "type": "container-infra", "id": "e23eee05fe384eeb9eab17e2bf1d5f85", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e899f4b007cf4cdd8b0a3ac4cac64ba0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "fe790fcb733b4f0c9be24136a12e042c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "cc573504fc3343e4976cb3a72235b280", "region_id": "RegionOne"}], "type": "search", "id": "222aad45b59941a38ddd63d3c94ee77d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c6c391bf471b43e4ab58b3ec5f713310", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e6f831d045a34ec0a7d474f71a563415", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e0127b6ab18046238e8882b884d1b604", "region_id": "RegionOne"}], "type": "dns", "id": "a0a65f66ee2645b393c60bead9952f3c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1de3973747a940b78bc9265c3fc27dc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "63d761429bd74637936bdc5845a84537", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f84f43d1d25546d1a967a4352a443b3c", "region_id": "RegionOne"}], "type": "workflow", "id": "527a231c0d574032a55ecd920016cd37", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "27b2ac2a6e76438a9d2b42c849a07c12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "72ee831864f1465c868c5ac7c2445c0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f75829d85c844ef6bdedfab9bd2a8fef", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8b1d9d3be8a447458627de7f54a86cb2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "255dc9af524c4805b3cf6748f39e87bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5feb986e7847433fa1ce6f4d566f3ecf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b1bceee1fe4a46019e00e2c26d0cd871", "region_id": "RegionOne"}], "type": "rating", "id": "d07d8ff5ecda4dca847eac3d802e79b1", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "08aaf7abc81e4ca583559c691b0707f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b65b81e32e0a4ee7b2762de5422dbebf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "20a1e155653d425d9abf495c85a1c23b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "53e25776cc0e42cdbab47d3ffac0e1f2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2d7fb3def4d3455788c83e190a0c6789", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "56db0798c79b47339d66f722c68b0bd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f1b60d9871984e75aaa129875b08f46a", "region_id": "RegionOne"}], "type": "policy", "id": "c68fe7420c4a4a97aa4c0c491d2110cc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f101c3b16e424188bd587ba9f0db16b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5ebb1d20723f4e8cb164e8ef971705ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dc54720ec02c45d6b5345b899c7f8543", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d4879470fee445af80b19dab149e301d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cbf9175405ef42388f3d68931bbf1e72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6b16c94ad4d24deaa47b634f87ba13cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "20ed31cea86d4195b23d88e1db899512", "region_id": "RegionOne"}], "type": "sharev2", "id": "5bd24df04aa3412f96787bf940ce9577", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3a575622379047be8b3dba8913459b33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eccca19ffcf2404c89b82b033d538c4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d4904b08664b416d97a08f246fccbf79", "region_id": "RegionOne"}], "type": "share", "id": "17947aab15bb479ca96d987cb60e5a0e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "019704df221241b9938195eebd285e9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "62d6549eba204d3b9c4ed07e6bca0d66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1ff66d7e1c7a4e40940a9473b45f2e03", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "aab61f9166024733bb702c529f2684bb", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f803306c7a847f884032922b4a30b3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4b84e07495f4b3fabc3d54e2cde0792", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "162e6ef84a6b47d59cedc078335f53c7", "region_id": "RegionOne"}], "type": "orchestration", "id": "0f0d2befe6204c17a03e171652dc261d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "336b419e3076469abe875ddf81288e57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "891496d495a644c29e8b9cf927e73697", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99be34a509374d358969be70271ed58f", "region_id": "RegionOne"}], "type": "block-storage", "id": "87a4f7ac7bcb4e1db24eaa0aa515f31c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "955186a4de7c442b81d19ef130e3e542", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5714910ffc9d44cf8c6a76283cb0a382", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b3fff8f52fb492facf6429d08259c7c", "region_id": "RegionOne"}], "type": "volumev3", "id": "00611b4c48bf4592b4d2c205f54484f5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "105afbea71704df194c49b4b95f03701", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50e9134920874273bc366cee582ca8bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "676989e02be942fe808b2a32f2f7eea6", "region_id": "RegionOne"}], "type": "volumev2", "id": "933b5de5c5364b769821c7ab517bac63", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b888c6ae2bf24d9b862fb92ce085b610", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5936a6e1ef54353abe06078037ade71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8026f7e32e04af79a721854a5752cf2", "region_id": "RegionOne"}], "type": "volume", "id": "a96b91a27cd1451f938dc81c1efc353d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c17af7e74b24f45a4caad55fa1601fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e511091889f443a38ef402f90f28b111", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95bac8e0786048c4b6a2a48c359a7bfb", "region_id": "RegionOne"}], "type": "block-store", "id": "1407e8374126442990031d56ab674888", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4893bd24cc524640bbc2c177f1c3afbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cae9ad802fbb49c981a2a948f5ed41cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7e39c7e7c5ee4f1099686f150ed9ffaa", "region_id": "RegionOne"}], "type": "alarm", "id": "310e8c9718b34e2ba595bdb0ae312b57", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fdb6dc18cefb42ba8ea4283155ce0345", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d6c3930d2c9843a2a7e0d5dc02a7ab5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "24d94f677d9041868c01b8d6e9975743", "region_id": "RegionOne"}], "type": "alarming", "id": "64f36737a0b2430c9267feda7cbe4f3f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "719a674a409d47bdbe829172337e6549", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4876afbdc47b44438215b5949fff48fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f83159b802f34f3eb851a8cbb39685cb", "region_id": "RegionOne"}], "type": "meter", "id": "3d5654e688a44c20a041420c897df587", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "31c4dfb6e10f460fb1719963e8da69a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e3b9dd3db09643fabaab086340b569d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "aa940fdb838744c0aef7197672f534c1", "region_id": "RegionOne"}], "type": "metering", "id": "2b4787e259aa4dcfbc704e7e0920d63e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "09e320de210d4d5faea3919852f42598", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "855b89d704ea40ebb8bbfd4cffc95af4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "608976d362004440bb8e13ef3c1e7141", "region_id": "RegionOne"}], "type": "telemetry", "id": "b88bd41da9f8469a8c6f39c24b4e39ba", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "01e4dc0f377c42f585a506591af0b2a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d380c2dac3544580a8fb981822a11403", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c9604b2a79ee413ba9284e168a061790", "region_id": "RegionOne"}], "type": "event", "id": "d0640d24caf544a8af776835024796d7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6a02b4fc99774c6a926c5f4ca00a0a42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cfde6e0b0c2147daa1c0648c9ea9ef97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "923b0e3563f740d3bcce26855627d193", "region_id": "RegionOne"}], "type": "events", "id": "2c236e38df464e97b2fbca52e49c6716", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ced0cd4312424277907374fead66474d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "43fd515f94b1409584e083cfa60b1a84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "15520c195fce4616bde9dc4c86322c40", "region_id": "RegionOne"}], "type": "application-deployment", "id": "6221566b12ae473785046f81f23ccc00", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c9f166c559ee4965a0851857c7e75cb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d3906d3a66fa46778097c46a1d861a42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "159cab3c010a47e684ce5f525e22f35f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6ccc665dcd9a427f92f48602c493d8ee", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b262218d08684f099f208f365fb2bc3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "de61bc4551bd4e2897149422a9f6af09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c2389e5288064913a44164e057edf61a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "72e569a01f2e484db73be08729ba96f7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "35892063aabe4ad09f4a2f94c620e9ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7f624be7a38e4ea9b90cace94eedaf2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "56eb2ce6f2dc4244bb798fcdb67d4e47", "region_id": "RegionOne"}], "type": "tricircle", "id": "84511423deeb499ea64d9f7f0ea4bcaf", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ff46861f74c04ea095498e3128477bc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5a53968e2c1043ae965208cef6d5ba19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ee72567120eb45b9a55386fbcaf72cfc", "region_id": "RegionOne"}], "type": "database", "id": "086618ee5b624e54b6d298fe58fc4e56", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cd8be5c4d40e49099e38f68490284ee5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7d6fb37f5f2541c89062221bdb5cfbd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ad6ecb0ccbc14e02b6178fff21003a4d", "region_id": "RegionOne"}], "type": "application-container", "id": "26c3a83a66cc41aa911c70333920581f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "32c5c375db9a4201a6fc5327069f7b72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5f43c2efd2ba4dc087da8d111151a3d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "044819649ce845b390ef0ea5c316acbc", "region_id": "RegionOne"}], "type": "container", "id": "777d33a0df37415087bef056f7ff3a9f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "85e9db94ae584e8997d5da564b37eb1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ded5b4f7e8854d2a8da56fa7e788c7ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "91fb22bbf32746a59a823141e178ecf2", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d2b59190cc524c6088055ebe19083045", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d6b2a526a47e48628f9c7c9187d794ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "25795709ddb045309a1249405dafb5a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "59dc72aa904d47c48b35e138a394a316", "region_id": "RegionOne"}], "type": "rca", "id": "8d6f5cb1cd784de3958530c8bf1e9f94", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "23a807d082454f19a8e9c0c17a6ccb6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9f33eced3a034773be9d7459283d755e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "54a8503807144b3c993105a8f6372917", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "50fe88a5042549218e0161c9642b2811", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "788d5671424b465892818de68a20b6d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "70cf48d628e84063aa6ddb2d7883e42b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "301c13ae7d70420698249385570633ee", "region_id": "RegionOne"}], "type": "network", "id": "10ed37957b7d4c738cf1aac55f8cad33", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "b37e1480cc5048b3b644327fa5a17fc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "865e45e5eb3e4390b8b0c4e2fe6e3d32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "12f84449ee814856bb27f64d49da2ff4", "region_id": "RegionOne"}], "type": "backup", "id": "7b3ae7556aef449ba29acdb423aa584b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1a9a2be2b7574a8cb10347fc4dbbf3f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c395ada6f0f647fdbed2fa88b0c0bff7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "483389d1d4044e9596c21d24332c1899", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "3becc37864ae4ac89f6477a0d88f3ec9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "43276d51ea814550854ecebca7000f79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5d537fa12ef44bbaa0aea798e3b1ab75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c41417d4be5d43888f903c809dfab138", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8427798785ca4182b35d2cbbb4e63845", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "24a1f04170e640aca210416170b21b99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "04e8ff02b34a4e16b3a7e7b3bdd731b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e9865e33fbfb40399e7247d5f0225c96", "region_id": "RegionOne"}], "type": "monitoring", "id": "f3f2e526951e4e6a90bb252ac61d9628", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1586213faf3c4a69800501bf6efd1753", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0cd5b8a72e964d8db184f62b78f63358", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "404d931ed2fb4ebfb677452fbac08e33", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4a29d0adc63348db91ad7a9df9a65aad", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d5d963555b5a4510a2cc4ecfd52c3a44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "d125a072897b457b8662a7ae8b695783", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "60596b61b4794f72b2f807a4927277f5", "region_id": "RegionOne"}], "type": "placement", "id": "226825c874a14bac813b89cefed974b7", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "903015cf8f374136abf60524f812a764", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "43f000bdcd15450e80ca1ef83328a0a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "da5c57a43aa3465aa761a8292ea375e1", "region_id": "RegionOne"}], "type": "instance-ha", "id": "69e485f92ddb449d8066a3b59117cfa0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "04dcd8bcc01d4d1b8540d54f56245c41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f439bdf77679438d8f45ad82058c51c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d4333b7d569c4d6885ab3049ae69ca36", "region_id": "RegionOne"}], "type": "ha", "id": "690b6324d151421ba89699824d882297", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "49c2a61bc353432c8ac8c0ba243524b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e75aa7e2e0cc4e188a4e7e552dd8ac09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "91fabe3da9c441d6a26c8518ee2dfb05", "region_id": "RegionOne"}], "type": "reservation", "id": "5aa39c26bd174275889b744115a2ae94", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7ae972c9df3b49afb1e489ff4d40b079", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6b60b9841e5148758f787528d14f00b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4a6e9d7a31df41ed86003c766b57d2f5", "region_id": "RegionOne"}], "type": "function-engine", "id": "0e903c2526cb48fa9f0ef75d429810a4", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "07f76083a92e482aad9bead26d5dfe68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "20fc3c8cd2f44db9831f8300cc218c89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9c045d13aae4480783cba8d5dc3a4f41", "region_id": "RegionOne"}], "type": "accelerator", "id": "49e0c70a9db04ec69c4490371a85b311", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c425ea7078eb4eadb058f6cdfd079afa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "11eaaaa4060a4b2abc5fb150664a5422", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a2082f0d30d74f1298e31ffe33efbf46", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ecd5ef4afeb94b20aa0df7baec646e5c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2b1d6dafd62b4401b2f1e1ef628aa477", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3c8dec3e56cd40bba9a305fa4238bdd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3ffc06ce44964b1984a2f56105a86fa2", "region_id": "RegionOne"}], "type": "registration", "id": "abd8318204ff4baf9fdb674387a8920b", "name": "adjutant"}], "user": {"domain": {"id": "c60027aec7804b2392ac96f9d905d8fa", "name": "cd3cab1daf284e878afa6ee8f6e8a372"}, "id": "09782b4a84484608a988af57f9232905", "name": "8c881f1dac5d4594acd665dd27865819"}, "audit_ids": ["f488ca8cf005436a9d43c86beaf1b677", null], "issued_at": "2019-09-19T09:04:44.282917"}} {4} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_rule_neutron_specific_tenant [0.204546s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,346 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,351 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,354 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,359 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,371 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.287017+00:00", "project": {"domain": {"id": "f5afadf9d472427b83ffae691631842c", "name": "4fe5de9acf4a4c67b58f73ea6cc92186"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "21503441b61a4b608e5b002e7574bbf8"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0434015c6946421594f1a3ecf6157fd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "573cf62ca6a64340876458e1744a6bd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "fc667c0605f44417b3ac56db22cc5308", "region_id": "RegionOne"}], "type": "identity", "id": "b4a7f68ee14a4bed88aea2e825c2c98a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7270e5005a91406fb4d23598633149cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d0ba01910bec40538d371633021595e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3857965c21c24a2bbc5c3a7b45029d22", "region_id": "RegionOne"}], "type": "compute", "id": "285188ff0382407d9ad3a9dbe9564737", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c5d6b15b259e4455996b5f49a5e0e185", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0b0e24f482c44c71b68429846f093a86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "bfd879604e4c4a7783699cda2e607ee1", "region_id": "RegionOne"}], "type": "image", "id": "bab51a770bda47f2a714c20de8bce254", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4f554fb3e1294d7bb29ff6131c28e760", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "34d1b6a91537440bb4f0b52a59cc774a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1247baba01dc49d28e9e48a451283037", "region_id": "RegionOne"}], "type": "load-balancer", "id": "8d297c49e5de47ff8a1bcde23de78fd3", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc3348ec10cb45b2b44e13b164c6048f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b77adbc52cbe40a596248e45d49e871e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3434fca365a24664b1a162672b9afd30", "region_id": "RegionOne"}], "type": "object-store", "id": "ecf357103dbe41379bd1bd96ad3a1d87", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f3b2b38d912c480391cc8b007a3f1c27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1cadf9c8866c4ad5bb5fade5d525150c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0a27a3aa1b704304a66fadc3e40e413a", "region_id": "RegionOne"}], "type": "clustering", "id": "0d24d10210f04c8a8bf494d57cae529e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6f61336491f64580a67fe705aa5ea099", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "acf933b72c3e4f438dc523eef4ea81bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "eb1030465a764c4ba67a6ece273b3af5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "47e06b3b90944a60bb7d7ad40f24edd3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8c7f29f40e50445da295a9abbcd7b570", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "49190285ad7f42d3a6295007d126516e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b92391f54ac9458daf1a694f84df1a7d", "region_id": "RegionOne"}], "type": "cluster", "id": "a34bc2eec157408685bf3200fd92f62e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f32b1a7b55014bbebda43ccab148c127", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2c44796e69ae40dea8e102307c9e7317", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "43a9f01e5725490ea1f9cc9c80620f39", "region_id": "RegionOne"}], "type": "data-processing", "id": "b116352d70c1428b84462898d0c24886", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "958a35e60749401ea1f0c7c7720ae278", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "88a43604dd2d4820a9fd366da357e2c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ee36497e4bf442959198a83cc22ce105", "region_id": "RegionOne"}], "type": "baremetal", "id": "62f068716b194e2c99156b19daaf3b37", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "61139b2c4f0e4a89a021b218cb61f448", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "19d555d6a4bb4859881973d50b090833", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "361fefadf7714f88950b49e75c9cd3c8", "region_id": "RegionOne"}], "type": "bare-metal", "id": "857aaa5f1d354112b7389ab9e16fbbc6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7d948de123a54035b2fe062bcaf9b46b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8d75ea3827ca421082631c8223247845", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "210d03038c75425280b330d71fb5e736", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "dce6139346cc4ea7a9ed7c12f88fd311", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "633cf69e944c4389b6bae32379859ea5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "369347021ea34ea09615349e5aa15572", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7c53ae6405044eaaa09e4edea8e70e37", "region_id": "RegionOne"}], "type": "key-manager", "id": "0c3992a1b287455f8150f45d6da65f1f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f26d0203aed5447d8e6bde8653f4258d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e642d48337ad47cd8330be0b658c1e57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c67d3021769840afa9c22a8d00958419", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "31fe31cc0d8842f788d84e5d2b194e45", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "83bf8bf35c0447f7bccf1f2ee5cd4807", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2883302442fd45da8e3da2eb14c8f523", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b64b46483432473d9c23f73ee67db2d0", "region_id": "RegionOne"}], "type": "infra-optim", "id": "fbb279fcba5544528e5ac8c353cd0bcc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f3fc561faa714efc9aab59ed46503769", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c919f00d66ed464baf1a6ce9ea6c8641", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "14d854a45332409b89898fbc9b83d945", "region_id": "RegionOne"}], "type": "message", "id": "2e67635ee35e498da24aad85f10c304c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7d60bf1b0bc649e6ad61536c14eeb268", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c49d21b5cb8e4a95970e51b12987add4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7c9942db76604144b620fb911a452c66", "region_id": "RegionOne"}], "type": "messaging", "id": "c58b7286ffa0470b89bb5bf250922da8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6c7d2b703f064903b21defd704e11301", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1c477ee91f324672a88f821418aa9f40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f6f45d102b194497bb5788a824d26cae", "region_id": "RegionOne"}], "type": "application-catalog", "id": "30713e51a6f648a384a75de57f30fb35", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6bfce9d621af43ab86ca46577246c6a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c0d9028d89a40e39e6443bd513f02d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "66415e2a5a11481f874a807e6cfe26fe", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "173ec6e7e3bb4871a55edf510b3c1395", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "37612124f27340b79d6959183e8b63a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e29e7a4101734674b2b9507ff77fd38f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9460ddaaabe24df68b4e47fe3d44774c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4f493121821c4af6aa2df4e3b1df538f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e6947f12efc941a3a638740276a0bf82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "40620d8bd430498daf6b8c66cedf11ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0d0039bc2c594cafa458d3ba87b9a5b3", "region_id": "RegionOne"}], "type": "container-infra", "id": "af173cc65dc6484b983809d49ba7c002", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "3c178dff329f43bba8647d13afe8351a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "bab09e07a0dc4d81897927bf947ab510", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d21df31e0b5c4c1eb0c63ad9f63412b7", "region_id": "RegionOne"}], "type": "search", "id": "1a7812524b3e4a23a46be9c191776939", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e3833508369449d9a81e4d6c2e5238be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e73f8bc5eb144b1ba8b92994b5ebb3e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c6c49ca8cb60408ab534021bf9c2260f", "region_id": "RegionOne"}], "type": "dns", "id": "026b441158404979b1b34480d0a95a09", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "52c772d158c84839b46a573d37f78414", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "564ffe0bbb1f49fd8df38cbbb18f4635", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "277047ce53d946eca41498923e1eabd4", "region_id": "RegionOne"}], "type": "workflow", "id": "fe14bbd6c4dc4ee899fff7cfc5652b99", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4c594436c0d843e2b483340d5be3c18b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "48eb472547054f89b9d9fe4a9a18fc28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "15d30e27ebb94e7c8459010aefab421e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b46b96235acc4ea994fdcb542fe9e568", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9615d3878a4640969bbfc2e06880579f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "cfaf9419f3e24dea9672ca9bb9e16c38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "24df69c0c6494c89bc92cacf47427d08", "region_id": "RegionOne"}], "type": "rating", "id": "dceabdf166614d63b82db07eee34a940", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a555d174c63a417697718235f5f77076", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a9e2b7c4654e491dab33120eacf3ecbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6d8496e882734d72ba30f7c9ebb8c6a5", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0c7774150d104eec8001c1fde825d871", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5d0f9ca339cd4dba9d8211cfd7b8dd33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "afb662af761e43e1a57e47cf6b303a17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "828f67ab389b42e8bd915a4785193e6e", "region_id": "RegionOne"}], "type": "policy", "id": "4b1330ec86ee41df980cdce45803f821", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c912210a94cd4fc9a0082192bb5b385d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2da8adc314ae4986b5dd263d65feb4eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "173d439ac6ef4a13ac3a47d2d9bbf669", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "31a85e8c442748e4b5ffac88e0cac03b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a88c3239846b46c698fa35a90278bbb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5b9348d9a9224c698d8e676835d04ba1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "70207bc1cd0a4a5996292161ef19c458", "region_id": "RegionOne"}], "type": "sharev2", "id": "f628eb5b47a94e03b9ba6e78851ecd34", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2705f6cca0574701be6d2522108c2bbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "86db1de1ccfb4853a2a33bf07b8d499f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "65d3a035e8ca44e48e47bae39e7ef173", "region_id": "RegionOne"}], "type": "share", "id": "37225cf2e1474073bc4308dda8bb5c0f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "af32d5df3466497dbde2409c6e765d71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1fb0350298f94260a4b551820817df6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "97f0dcf0e7d24cdf9bd1b9cf9eeeb0fa", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "16ca5c9c47824b118cd33adb549eee8c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e710b172261940f8abb7d93fa9fab22d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15a9f536c0f8432a91e4af769916a55e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0caf89212ac94fdaafcc94f4eaa25f25", "region_id": "RegionOne"}], "type": "orchestration", "id": "3c6d13e611c04f249a889d47c55ac16e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f7525128995461eadf13dfa4e02520c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c68fe60008204370b01e447a756ef772", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a67eddae5e845808d26c8118406c224", "region_id": "RegionOne"}], "type": "block-storage", "id": "204560dda6844acd96795f0ebb3b6183", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56b7bb41e948437caf2c3471ab4d6789", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce6ea8cc4608447ca8f4504828fd9f43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "143695c6fc2949c5b6aec682c1ed7799", "region_id": "RegionOne"}], "type": "volumev3", "id": "3e19a227afa346d4a4a48f6b4b4db12b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1712db8d7deb4117a944f5a217e5ff64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e31b83997f144d09fb4918600c67d07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "57599afe720a4bc59d91514def7844d0", "region_id": "RegionOne"}], "type": "volumev2", "id": "f96f3cd2d4334ebb94c885c36f18c91f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6afba048b7f042a6a145b559188ea215", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77dbab95d44c4a2d9d43d1c35e7279af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e68a6b34adf4de781d333c5c8d28436", "region_id": "RegionOne"}], "type": "volume", "id": "4a30d9a9f4e34f96b1c49367f540607b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "979c8ab73dd54ca897fac4f6fbbe73d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d3d5d55e24945d4be75a304c3571e6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "741771ff331c49b4bed88453966ef6f9", "region_id": "RegionOne"}], "type": "block-store", "id": "4683edd68c364e74a5364937e42d2763", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "da51d8ac4fb241ec997818d3e0f89986", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ba55176ce27648fab6601cf97e095cd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8630ea1f914d48dd8894971c2744ee48", "region_id": "RegionOne"}], "type": "alarm", "id": "546e8114d35d4d9190b11dc83059cd04", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d7e5f702c5be475dacdd6f98fc73a8f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "56c1772685324bc6922f78d2b038b886", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5c51264066ce48159d888c6d2cf86898", "region_id": "RegionOne"}], "type": "alarming", "id": "d71c2440a6c44b2eaa9e804a24f9a421", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7f78954aac2d474983242f02e650a70b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0e1c5d9587d9416cbaad955bf2bda648", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "627e5b8be9614167896d70774ae884ab", "region_id": "RegionOne"}], "type": "meter", "id": "2c7720dc3c874abf8f7df980ca092d14", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "80642952d9f7497d8939152520cf2e72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e7c3009dfd2b40bda7da6e317e16ab1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9996f146f48b4ea4bc6e2412847fb12c", "region_id": "RegionOne"}], "type": "metering", "id": "e6d3efb24f074665a85e14e3de41b626", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "31060800d6d94e409da1aeca97b1ad9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cf157d605b0a4de5a5fca37931d7d0f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "19e888ce27474004b9b9a732eb1867bf", "region_id": "RegionOne"}], "type": "telemetry", "id": "17108d412de1442a9b0e5525d1ac7c85", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "67b93cfa90ce4531b166ed3d7db18d54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "56578ae08be949b69122bc6c20fc9243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "aec55063b4be4b91865ba9920b072a19", "region_id": "RegionOne"}], "type": "event", "id": "da9bcb4befc64d0ab8088f564e5b03d3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a47e6fb0633d4ec4b4640e2ffb7723e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "469846cbf07f4e7181a071832ff9b7e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "04d52352fb09444cb3c313bd6ff85b1d", "region_id": "RegionOne"}], "type": "events", "id": "ed89666f058d467099c29fc42adf858b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "91e6aa68e8344f53a565d373452167b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c1da1857ba4142bda211623be5dd7ecb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f1138595d5f8498da9b984404c3f748a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d6a7278962b345dd9588fdcb30977a90", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dd69f051122e49c999a46896fc0b71a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "56e75b784c4e4305af3a397ccad8a38f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c9c406a8fe4b4ebdae4cc9638805d5e8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "65721b503ab9486c92f7324261893f6c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4df994a37dbe495298a7ebbb35e6329d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "76b48d5ba870485c8541e64cac589d5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d143a54324944ebcb1313d418711ad6f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "21eccb7c6c0847fa9b548a032a2095e6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f975a2c91b244f9b879ca62b561ae0af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1454278381be4169b0aa787daaa9020e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d89fff855a0944d9a907700512d77b54", "region_id": "RegionOne"}], "type": "tricircle", "id": "8c3de5b2fcd54dca8f83afab963ad99b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c9aed683d388435c9ba0f85cd3c88294", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "74b7e15c50ff42fa975b5af46df60a26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "02eb0a0d9cad441e8cb143f54cf4119b", "region_id": "RegionOne"}], "type": "database", "id": "55076200b49348089aee15989e47196b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f8b8e010fa044848970f4e3006ff532b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a03d775ff8d448c89077ebb83021e54c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a57c626386f248ab9b5e4c2ed9961997", "region_id": "RegionOne"}], "type": "application-container", "id": "4145afcfd56e45d98b549501951cf80a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f1d6285b7f8642eabaec86abd4ec6a19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "81d3aa75ef164204873f2400893177ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0ff2ff4cc77c475b82a42a6e9d458d7f", "region_id": "RegionOne"}], "type": "container", "id": "2c87076d17dc47578635ac4802de36bc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ea08b440442844b39491d50a78935212", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d1420942b1814e7799fe9999f6019aed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "72ce609ac3d04325b9022156695a7f88", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "30220bd3fa84476db9cb798b98af3d61", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "20e667fb78bb40dfaf460ebef61dd4ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8f3f5e65d7b24a33855bd8795da0ce4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b9b1365c1ee64d44a47e8ea19551481b", "region_id": "RegionOne"}], "type": "rca", "id": "98b05d57f8b84cc084203f36ef8887cb", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a9402117330d40a880a32ccc18edf902", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ed6a693555b44d509328b05f9272a871", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "59de90b2580e472dbc75ba83014733d2", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d9ae559d273343959e7d0853f7c5fc97", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5bb3fb7ab0aa4a66a9422866cb8dd783", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7015b554153c4a269c4858a758f8b439", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "bfb7e04c04e34c6693db826f044ef211", "region_id": "RegionOne"}], "type": "network", "id": "f30246a074c6427a82cfb8f86747b373", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e4c72364cb8d422197d38a9fba850912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c0195f17481a4771990ffec2a75880b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e5fb3040b8f44e1da53506522488b7fa", "region_id": "RegionOne"}], "type": "backup", "id": "e981f5e4508c437a9eac21c4da4c69d2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "61343266b0754d678b2331b7174d0c8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8bf8f427ffb14051a54de7d39c476489", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9e4673e1f0dc412fbac5d803736ab711", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "27578239847d45849a767dfe469a1129", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e1401fd6fc8247f9af0fad659ff51d43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "18adf4901df44cacb7849b6f8baf110d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "884b2c58585243a395a4d054a9085ec6", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3c9f9e08465f4b41be7b2479e3dab1ef", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8f9687e4eed44a97b972392257b6f283", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e46a378dcd714090bca0c30ebaf6cf57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "abb4a05082d94c349a82eb92fdf11ca6", "region_id": "RegionOne"}], "type": "monitoring", "id": "c34ca32fa5d44b86a2897b072d9544a5", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "203fb98fd94748cb81eed6d1395c36d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0090306a3c6e4abc9c6e43cc2770ef93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d9228110d759490ab9328a4124fc2076", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "aca42a3a6f86491cb31e1063c8fc316d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5f3267eb4ed54db0bb40de8e2b0a6de6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b5caa7715c71404cabb2cca55ecbb941", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ab6a0369a4984d2bacf871bc8c29be77", "region_id": "RegionOne"}], "type": "placement", "id": "fb55efc743f44f15adac5d218ac35746", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9188c941c30b4a5bb8e681616c749608", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c7f5801be141456fbc11d8b76126d3bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3558a478c0ff4a48bb9bd679e7a4d1a4", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c2050d6ed69b425a9d6db0dd918b898c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "108130eacf954e48ba0c0a458dbb5b6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c27d9664573240f49aa13177cd78b0f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6bc796a5d31f4c388b12ba51716cd56d", "region_id": "RegionOne"}], "type": "ha", "id": "8d36a9f7d5174875a4fce8a15833fff2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "384eaebdbccb4ce6a7de06b3ab528cff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ea87e218689947fda238d1a16d90c57a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "df00df28f7a9445784bac08f6d4c336d", "region_id": "RegionOne"}], "type": "reservation", "id": "58cda900a5cb42c48ac9c960d543fd18", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c3104b3877fc4d28a2a195898cb19099", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "31e0cd60be0e42cfbb06ebda253ec53e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f14032001dd04068966e4ebf6480f0a6", "region_id": "RegionOne"}], "type": "function-engine", "id": "e28dd38f05cb4adb9b80f4c07492d4a9", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f5f206ca719d49c89f6905ca2cb20f11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "edbbd717431549848adedc0ec43080f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "8f35f151c50f42fa9db9d2b99dc05cb4", "region_id": "RegionOne"}], "type": "accelerator", "id": "66818a736b1c4e7a8dc9f08892cbfbec", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "af16b6e844e24a58a4c7018da02ec3c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a38834a0f4e640808b3fbfb7599e82ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c76fe179a49b4f82bed5dec6e80c137d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "16a117c92cf542c79263d7a5d2964f17", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "026fb42b33d745c9a8db7d22a86392e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7409774b2946427f90a7979af6b853a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f9ed7dfc048444a4b204771928b59a5a", "region_id": "RegionOne"}], "type": "registration", "id": "8ffbe5c26560479e83272d823c71fb1c", "name": "adjutant"}], "user": {"domain": {"id": "e9c519c7f9624e6083403c8885fe6aa6", "name": "a8ddca79a5f246c18da324d47ab36274"}, "id": "01dac918d544462f8029a096bf1aa588", "name": "683503dcb02d4672a1919a71b94de7a4"}, "audit_ids": ["73d57e805d6940838807419141212dde", null], "issued_at": "2019-09-19T09:04:44.287017"}} 2019-09-19 09:06:44,455 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/security-groups -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,461 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,464 keystoneauth.session RESP BODY: {"security_groups": [{"name": "neutron-sec-group", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "security_group_rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 81, "port_range_min": 80, "id": "1", "protocol": "tcp"}], "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "1", "description": "Test Neutron security group"}]} 2019-09-19 09:06:44,473 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/security-group-rules -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"security_group_rule": {"remote_group_id": "456", "direction": "egress", "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 40000, "security_group_id": "1", "port_range_min": null, "tenant_id": "861808a93da0484ea1767967c4df8a23", "ethertype": "IPv6"}}' 2019-09-19 09:06:44,478 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,481 keystoneauth.session RESP BODY: {"security_group_rule": {"remote_group_id": "456", "direction": "egress", "remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "ethertype": "IPv6", "port_range_max": 40000, "security_group_id": "1", "port_range_min": null, "tenant_id": "861808a93da0484ea1767967c4df8a23", "project_id": "861808a93da0484ea1767967c4df8a23", "id": "1234"}} {31} openstack.tests.unit.clustering.v1.test_node.TestNode.test_instantiate [0.067316s] ... ok {31} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_availability_zones_not_detailed [0.061428s] ... ok {31} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_rebuild [0.072620s] ... ok {29} openstack.tests.unit.cloud.test_services.CloudServices.test_search_services [0.321968s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,360 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,365 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,368 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,372 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,384 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.294712+00:00", "project": {"domain": {"id": "26c28317fea1404299054cde8d342102", "name": "29fd5cf92627430dbc2cc6560cee6022"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0fa8e86434aa45e9b95fcca56acd5b85"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "dde000ac87ba4bad93d09b8a1efd3187", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "437786fcb55e43779895da48f9d3d3e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8aa45feee9aa440680fa58b8fb95d8a9", "region_id": "RegionOne"}], "type": "identity", "id": "728b49f6d71c4ff596f1c358dc912e69", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "39950aa96be444ad803353ddbf329d19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7ae27c99ca924184a79ba637fcba6b94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3d3cb7bd795b49dca21bf1ec307b8c82", "region_id": "RegionOne"}], "type": "compute", "id": "0d58ccdf79794663887f7b23f39aff71", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "05b1547beb404014b747c77999c81a04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5a2a4b61fdf4453babf748d51b24836a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3809831b0e0c456f92b7228bfa981ffe", "region_id": "RegionOne"}], "type": "image", "id": "cd3a3803f8e8418798232bd09744ed9d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0651b6aec8c04f799b28a1a81ea133c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "66dc13f506454b7f94426e6fb2e61b59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8eb26731a65c4a119033f4fe4c1b0847", "region_id": "RegionOne"}], "type": "load-balancer", "id": "82da6d04b50940a697b6162c072dd915", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83fee6521a2e415aaf3edf18eccf7f42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "601dab1f525d4385b2dafdf1d4caebcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1fd284245d6646499cb5837672f3b533", "region_id": "RegionOne"}], "type": "object-store", "id": "a5feb8f3ad574e3ca46f0ab2290ebf17", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c42bd092b23c40a28286773ee6e946e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9b9d542fc14e42469f5713710d4a1dd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "87ace262b8f04b089172444e7b3328a9", "region_id": "RegionOne"}], "type": "clustering", "id": "4d1b9f7ba1e9438db0f909f23e7fafea", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "327102a321e646f49fc0374c18e3bbad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "22656744e02b462cb1da2eea7f6da7d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d40baefb799a40ddb43a18953327d155", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "fe11c46f63374af6a2a6a2526fff8895", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c889d45b14714fac84e98cadb4d9fe1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a6fcac49e4d94a00a13ac4cbbc658b22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d9589e93721d47c5a163e292df2c3aae", "region_id": "RegionOne"}], "type": "cluster", "id": "7902fca96d024129b65d059c3068729c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "11ecbf3b98cb40909fc0e64bacd4f703", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "18b87d4234c746b4a45e97602b929f0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0c8e06b1cccb46c9970af6792f82f0ec", "region_id": "RegionOne"}], "type": "data-processing", "id": "80e84eec2764481184f7ed68802e0789", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "864b70cd066a45fe8417c44399754417", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0e3c2a7820694c2a816cbf81fe36b841", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4c0c02caf11a4b488a08e564e27c9764", "region_id": "RegionOne"}], "type": "baremetal", "id": "9c3193cdc9fc4bc2b7c806f1ead41bfe", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "36f4eed8e6e342d894a2dc3e9f38d629", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2cb4e955779749f5ae6f824efba39aae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "80208809bc3846ec85b3fd45d93a5f60", "region_id": "RegionOne"}], "type": "bare-metal", "id": "93b4bf3503b84fa69fd84f18c4199cbc", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6f4ae0dfecba4a6e93614bde2d65c93c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c213ecb5fec6493e9021e3c78f018735", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b71e587df3724681a677183a3e751c80", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "66c1bd54cff94399bf6d09af73554f8a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3429946b9dcc45bdbcd92f12d0a7c57b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8bd503330b3b437cb2080ef4c16db137", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7eed8da2978c4856a3503d9a6074d42d", "region_id": "RegionOne"}], "type": "key-manager", "id": "94f0e2378c924358b6cb16b7abb8f707", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "942021267e53458ead2f7eb2891cf2c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f23d7f3db0504215805acce7669b631d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b96f9882a17846eb8aae7193a9f15245", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "7de7f87c145646aca11142913684cdd8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0c03b94539eb4ee5bceb611533bf408b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "90335a8cfffe4d8e94998254d8f15abc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a2e2b07dd5fa4f8d9f74a9eb16c6f84a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "53d9ea6546eb46a0bb67c9b42673cfe4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "dd91191ae23b49538d3e51a828d58432", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e8f73af0d511436486784fb82f718790", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "779ef739c829434ca40b410f150faa0d", "region_id": "RegionOne"}], "type": "message", "id": "3db4ce89558743b0b703e1f409cfad65", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "780483b9db3d4d75870b2b26c6e1f388", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "369b83900a9348589ba3c2eeb774c7c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ef4cc4757e2448498e85542157589575", "region_id": "RegionOne"}], "type": "messaging", "id": "b25b613e988e46048b7336fa3d2d890a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "280a87b337cb4a5a87add41943e49eb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0bba6e8e868f4faea9bea4ecb6eb9233", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "655afb32c2d344538c247a8e6b0989f2", "region_id": "RegionOne"}], "type": "application-catalog", "id": "70ac1638c4c64948bde40f9bcc86840a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7721d34d20db44ae8fc60e19fac381a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "308bc0f1342b4be58017dd4b58d0685e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dba99304e221471f83a2bbe45e90ac9a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a6b7197a29424e638cb061f8271a85ed", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71375557565146168b3d0390dcef2401", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ed5bba28aedd451bb86e805e5ce63c1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1b6ed736b9f541078dd902ffbc10a5ca", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c99e8447a6e94f3e98ad03094bbfc62f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "45df5599e3e1443db418d33fe7c075a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8aa4659fdf994c9095583851c2083cd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1a18e951c825477f9c8a01f6494e44ce", "region_id": "RegionOne"}], "type": "container-infra", "id": "fb2de33beac64098b87fe327cd99a337", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8f3e5fbc1a22487cab4c115b5e9b3aad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "1aaf53776d6f48cdb60f97141e3022d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3141c7a4aa3e435e81046f43e3557aa7", "region_id": "RegionOne"}], "type": "search", "id": "a7b22f98ee004b40a9c0e6284c3b35ce", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6608ef06d3414912be414500b4879c73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "928f68a90d4d4db8b10aaea9cc2d6f2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7c12184292c749c6a4ee55e72b745d91", "region_id": "RegionOne"}], "type": "dns", "id": "75db23554578449b8bfc430c48872e8d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2ab6efc5f943411cbc6293206946b2af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1f1b00bf9cda472ebd83387960ff5189", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cb3e77ec9d37440fbb44cc029ef73247", "region_id": "RegionOne"}], "type": "workflow", "id": "5c8305d2ce234638bfe9cedde0acdeb5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bdbc24d993584880a2bb8c1ebfd5bc62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7302445a5fcd4d238caee57e256ff985", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "675c06ca39b841d0bb6f4a7c8bd655b5", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2095f091a02240f2a5d459e688bf9ad5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5cbd8660903c4f3fb79e0c00fb97da00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a181ee7e4577404fa2d678257c81d4cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "36529eb8a56c4a5f8c6da7d151cba187", "region_id": "RegionOne"}], "type": "rating", "id": "7220dc0373fb41b5b27d788e724e15db", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f20c0be439694af6a12f2d184e2071ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3f33c0a801b743c488754ce8598ef28c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7a45fac89df24a39ba045c5c7d5cfd46", "region_id": "RegionOne"}], "type": "operator-policy", "id": "3ce52e3751f64c9eb0155f3322dc7b66", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a3731e6385de418cab5d72c12d813146", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6de99f07c2444a51842aab4a9ee9b808", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3d1a919e0a69474cb515ae27e18ac956", "region_id": "RegionOne"}], "type": "policy", "id": "92bc207f399f4546b739467f13b666ca", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3b38b050e109427db66559488316f585", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "03768f90c30a4e5aaa15f2f8a9b7f642", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "14300152a1ff4f639ca39188f25b2a3a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c1b742d3cc7c46328548d7e2ca9a6a96", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1ee4318b7eff4d549f3718c3ffab128e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "db767b3bd9df4039b357377f23eaa463", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "31ecc8648fa34ffba18760c4d74c978c", "region_id": "RegionOne"}], "type": "sharev2", "id": "b43d3b2397614068921cac0636699813", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "37099e55724449e3936f5a06aecb577d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "369a827d89e649c8b000b6eac01e89b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "695168bc5a184913b5c8555519850b0c", "region_id": "RegionOne"}], "type": "share", "id": "4515ac51753c48dcaeb51a52f7829c0b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "186f8b729c1b445b8d2cf1393704b4ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "62ebd0ffd0b444dabbda81435ecb8a66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3d09e9d5d2db40cda929875b86d59a3a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5059e905bb144e35bc29adde6b0ac28d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9c95aa06fea4414ae3b965bb7669437", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bcb8376a4691495fa93390b008f22a1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7186449765d482faee6a781c0d06b3b", "region_id": "RegionOne"}], "type": "orchestration", "id": "1304342e8aa14396a92e0704c86f99d9", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5016f4c8f7c24050b350e45ee8f493a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "103fe7eb9d88425682362d4ec703f79d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9bf30c20885d49278894f4562a32209a", "region_id": "RegionOne"}], "type": "block-storage", "id": "c1f13912a2ca4de2899da8faab6e12d1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc3ac81ec9ff403ca5d488b194c60557", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c3da0ac02924242863603dbcebaf2f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60f5d0137d4046d2ae529c3da336d59c", "region_id": "RegionOne"}], "type": "volumev3", "id": "ed8b19ae9fd44eadabbfb29accbe3264", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee053868d13a4980b0400da9f0140b7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59edda7871a041b1be190660de0e2aef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e74976e852746818b9aa4f0b2894477", "region_id": "RegionOne"}], "type": "volumev2", "id": "e3649c6da77f459180816dd4fd53cf42", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "633a149c9e1f470c8a50752f5a04738a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7d0dcddf3824044b20d3f60f62b7425", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1363ff631b33497394740ec2b70b54ca", "region_id": "RegionOne"}], "type": "volume", "id": "a56d71054a604651a4a61050bb8e4caf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5720586c246547b8b6303d973310c2d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a7c1a16df4b473fa611c59784be2943", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "255f75b0d6db4e6fa2f47b1606db1996", "region_id": "RegionOne"}], "type": "block-store", "id": "b8881041c91c441b9cebc0e36ab3fb08", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cec1f77a5e3a4d408b93ab6d9b6f6f64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4fe40105d9da44a98b92109c7056ca6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8f181e606d1a46469156abb3ff0a79c6", "region_id": "RegionOne"}], "type": "alarm", "id": "2f8b77c43ec241ad8a169d16ae2f55c1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "71280940cf9d4ec48e177aa891602bc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b805dc5b6e3e448da48bbbacac6b6e77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fde4195ade4846bbadb21050463ceaae", "region_id": "RegionOne"}], "type": "alarming", "id": "5146ace487e2459492bcae77eacde280", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b563848c69914ddd88095c19d9fba851", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1d99e45eb2084f79a46782a6443e230f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d4c834178b3441ba9792d3ccb8541855", "region_id": "RegionOne"}], "type": "meter", "id": "d5566a5ff86347f09e3a681a60b0c507", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3b194bc110a84a33b4962be66c93ecc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "562e339acfc644c5bd5d0aaa942a571f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ddbfd11ac6ae48e18b4cb5a9c6dfc66c", "region_id": "RegionOne"}], "type": "metering", "id": "95576a02dd4947fa9f9abfd65cb4a134", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2744b30aa3aa4dcda86d103f9d352e29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "718158cd63dc48b4bdd5bf3852d2cf74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3d4e14048a484fcbaeafd5c44f9fdb9f", "region_id": "RegionOne"}], "type": "telemetry", "id": "f43a8c6ef40943c2b801824689759f2e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f0dab4736913422cb6cf191af52919fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0f10fe7da6974e4fa0c5cd45744a4687", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "92d96d21533b48b5b9a85016dbe3bc88", "region_id": "RegionOne"}], "type": "event", "id": "e2ad6a955ab846318f3aa62781c33b4d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4bca80190af942fe83a452abef8eb2f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "12900f5f939f4fbc8e1ac16cafb3ce1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6b7a59ebbbb844f494c6f46c28fe6e69", "region_id": "RegionOne"}], "type": "events", "id": "ea5efaa4e3b7418e9e059ecb8974d460", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d0a89327874f43c48853f718973a1440", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3904e8af9d01430cb0671f34f37acc95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "085e3ab9c35142bca29dfee79ee9d28e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "9014c2ea34e6415f8618a66b001b8026", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "29651c4c2215456a95fb68b67b5d62b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d70dcac6754b4e2d9f66b723908f9bd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4d9a869ad060403b8d01ec28b19360ed", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8e6406d3757c4e3dbd6704d38759adfd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0f8962006d7c49a19a806200972f3328", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "561fb4a0d5a94136ba65466d5818359b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "71d9ad99972246778af11d180c337e3b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "510a1b9146b544ce9670d0f5acaaa0fe", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a542c647aa3946c583d67488b594e293", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "46e2327bfe4d4ac093c5de355789a9a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0097e0bac00e4b04a6d545bb48f3ceae", "region_id": "RegionOne"}], "type": "tricircle", "id": "ba432b20afe345fe945cbcccd50749c1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "799caee06ae94d2eabb943916cf104a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7c572d94a3cc4303863b58be387af152", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "12b0b88b53f04d01bad4dd93760dcf93", "region_id": "RegionOne"}], "type": "database", "id": "8855caa4f60e4d0ebe63f3ac0ed0603a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c08e779d52a44c19afdcd18cf4a95446", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b317034069914cabacc217c0ce10eb76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "50313b58a8c645788add7108b47733ce", "region_id": "RegionOne"}], "type": "application-container", "id": "f3fb79876959481e8879bf58b653f43c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fd7f0f4084e14b47866bae69612a3713", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "07430d3326be433580d2334aa2dfc959", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8db5297cf65d43a489679370c449ea6e", "region_id": "RegionOne"}], "type": "container", "id": "45b4488d566d4ce6a0760bed0a7add4a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "020f735136a341c2ba57484801b96e88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d1c4b662c6ca433d9c6ffafd314b0149", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0e62d24ddca34a81b553da10c7121bf2", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b754861dd0814f7eaa9340cf436e12a0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "83907f73e631458095cf95de5bf5866c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "12990f8088104fa6a2268b9ac93b2915", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ec16c2e1e6bb4bc8b7fcc5b737e7da20", "region_id": "RegionOne"}], "type": "rca", "id": "73c48884a913422aa4cf42331f763dc6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "cdc1b2f70e794bd0b30e412bf5985d18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "90275cc61aa44ea4892fa197b19938a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6e1f0b9628a5405c87d14e323937b1fb", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "09eb6dcc94af469990a0a7a15bc7d982", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a3aa8c67f7834e79a0198c40345334db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2168d20fb4014b499804bbbd50d1cfbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "395750f1061c4c2aace0986eeb174629", "region_id": "RegionOne"}], "type": "network", "id": "31e49418088342e7b0d1e711d62c1aab", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "84e47f393d0f46b9b2455e32d441dbd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c0f32fe4d7b748cd8a2f0fb101a387cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0e5f8718bb674f7db642ae3b6a5d1025", "region_id": "RegionOne"}], "type": "backup", "id": "034abdb6c6e54a20bf8de2fe2768d687", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1f9ae322ca0b4dd792a46979edb8e4df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "67d814bbe434467a996c1cf06071ffc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5c3fa89fc6fd4f35a5ca01f3962b2c99", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e57eb54830204006b464f4edd8e1071d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c443e54ba3ab4dc89fd0116c4bfdf7ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fbf9618cd5ee45f1a507f1cc92979835", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7b17e8c516bf4ac7aaf0e0fadfb4f607", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "cd787320a9f0465e8cce0f751183d169", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f5eda38438c1446dbf2cc422c8e0837b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3345abb7c3ac4bde8a6f5268f47947c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8fa63db052464bbeb50918dd66b2a4c3", "region_id": "RegionOne"}], "type": "monitoring", "id": "b86f4252dd6d4e08b5305023c45f3c19", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "342994529ab34cee8c192293fcb7f0b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "01c64cb2e3ea4e299f5980a3326f1c17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8cd187f0a229438eaabad6d1ae1566cd", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7fb6d810a9314db4833e18bdf4ee8939", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "7b879cdf7e474dcb92995f3b9466718b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "897b69c837dd4cfc829ae82f4339e4b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "85d458c8bc4a4147bde37faedadcf4d1", "region_id": "RegionOne"}], "type": "placement", "id": "7b800a606c1e4e9c92d6a4536e913c57", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c929fbb9e444456f95ab7bdd480738cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "aca559e193b94e01bc0083cd85cba848", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fdbc1b270ef6402a89467c7fb93e770f", "region_id": "RegionOne"}], "type": "instance-ha", "id": "30dcc1370c594f2e9b423ececbfdd720", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5b79ffc0c9c443f08c2060b7570eb403", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2d9c036d0d944ac88994c371043782f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4d96cd405fdd48979ae7b13c738e0b89", "region_id": "RegionOne"}], "type": "ha", "id": "8aa64a9288034e298d9ac8a3dd22d1ef", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b35a5e14973c4a2fbc10186a7cbd4de1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f104b961d1734803a707068a20d12879", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f272d90b80c6456084fe506f448cca75", "region_id": "RegionOne"}], "type": "reservation", "id": "8a6b2bbefbd84f0d9880fbe6b2d3cc74", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c28f54f8b63d4d4dba72e8a05497e40a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c89b751e2a1849f4b08cfcb6d1554891", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "0d2f655684174ecc803f65a7f457ba57", "region_id": "RegionOne"}], "type": "function-engine", "id": "61a64492fdf34aedbe15047582eeb639", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "01d2609077fc47a8977a17f7e76b6b3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "165a90eda3b94bebbcbb1a0517d9ef55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a42c4a32f3d54d89bf866cb8f133e6fd", "region_id": "RegionOne"}], "type": "accelerator", "id": "f67b7158563246aaa8121ac44cdc1376", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5781922ce7a44787a5ec83e3dacfe1de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "82f28ca6886b4222b355aa0413f590c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "76fbc6c3056147c385e2ca838f3ade14", "region_id": "RegionOne"}], "type": "admin-logic", "id": "24a34db8455540608574ea704f0b8942", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a9c36049551a4b9992ba6600453021ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "14a2f605d4b14e37ae8cb0dbad9737a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e0405f75052740cf98082e11228b4599", "region_id": "RegionOne"}], "type": "registration", "id": "03c56f9ddcee4c8389afd1b7a177e9db", "name": "adjutant"}], "user": {"domain": {"id": "9f54a5a7545147c1b0bc7b57b96afde9", "name": "324c97c43da4490dab3d8d238f8f7270"}, "id": "2a6179d31bfb4efbabe95ad114a334a4", "name": "a855a93b1c264fdf9123eb1cc80f3418"}, "audit_ids": ["c205e1d884674caaaaab4d1ce70eaf62", null], "issued_at": "2019-09-19T09:04:44.294712"}} 2019-09-19 09:06:44,500 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,504 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,505 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "type": "ba2bbe364f3b451d8248f7c517d44c4d", "id": "ec9b13d2bc1d49b0a1f951587926b461", "name": "278ba9b29e1d4dd0a04d2751c9512abf"}, {"enabled": true, "type": "ba2bbe364f3b451d8248f7c517d44c4d", "id": "b1113f0605d046c8a424365f41fed093", "name": "e67cf0a54b8141b3a37674efa5efc97d"}]} 2019-09-19 09:06:44,524 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,527 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,529 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "type": "ba2bbe364f3b451d8248f7c517d44c4d", "id": "ec9b13d2bc1d49b0a1f951587926b461", "name": "278ba9b29e1d4dd0a04d2751c9512abf"}, {"enabled": true, "type": "ba2bbe364f3b451d8248f7c517d44c4d", "id": "b1113f0605d046c8a424365f41fed093", "name": "e67cf0a54b8141b3a37674efa5efc97d"}]} 2019-09-19 09:06:44,562 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,568 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,570 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "type": "ba2bbe364f3b451d8248f7c517d44c4d", "id": "ec9b13d2bc1d49b0a1f951587926b461", "name": "278ba9b29e1d4dd0a04d2751c9512abf"}, {"enabled": true, "type": "ba2bbe364f3b451d8248f7c517d44c4d", "id": "b1113f0605d046c8a424365f41fed093", "name": "e67cf0a54b8141b3a37674efa5efc97d"}]} 2019-09-19 09:06:44,603 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,606 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,608 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "type": "ba2bbe364f3b451d8248f7c517d44c4d", "id": "ec9b13d2bc1d49b0a1f951587926b461", "name": "278ba9b29e1d4dd0a04d2751c9512abf"}, {"enabled": true, "type": "ba2bbe364f3b451d8248f7c517d44c4d", "id": "b1113f0605d046c8a424365f41fed093", "name": "e67cf0a54b8141b3a37674efa5efc97d"}]} {8} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_rule_neutron [0.223415s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,434 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,440 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,443 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,448 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,461 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.367959+00:00", "project": {"domain": {"id": "80da16c9d25b4dccbc5d09fdc6c57c47", "name": "fd33015ab1d64755abd4acdb5f2c18ac"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a009f3f0f6d6436485384655cf6e77a1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5defbaf72b174b43aea51137dec0a309", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0b9c50830747453faa42addf1dff5f79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "577810b1a4d44002bd8b8f4c10801039", "region_id": "RegionOne"}], "type": "identity", "id": "0fc2ca0839c644e4a5dad243e51ae228", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "62ed8a17f8f74f8d98d35abd0e341537", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "05115602c72146828900bbc50f5bbbae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "df3a4b78bf974703bd30459799a6d91d", "region_id": "RegionOne"}], "type": "compute", "id": "68e305d7e8a64d6fab863a4e6bb93de2", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "dc15ea70bc4245728e48742f54e15879", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "9d68d3d3215b447a98cd9225e7c25fab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "fe46603939a442d385b590155af3af93", "region_id": "RegionOne"}], "type": "image", "id": "7c8a7235c49f4252be5dd76d65b90c36", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "da11a657caf9480dbe06122f2a6549ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "31a6a394951e43119359f339bf89da02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "20effa7dda2942b7804d3331fede1557", "region_id": "RegionOne"}], "type": "load-balancer", "id": "9ac8f89d3d174e0b94d1fe4ecb436227", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4bf5fa3e318c4798804f812ffbac4077", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcd4a6f88df2497da646c624ddef11de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6944adb934e64d9899f543a160ccca75", "region_id": "RegionOne"}], "type": "object-store", "id": "c9eb6391effa4b1593436ddbf1f54ab8", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7b9e201f77914006acab8e06f031648f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6161a9f7b25349e592856485705d3109", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2497342cf8964ad6a9900a45eda9e362", "region_id": "RegionOne"}], "type": "clustering", "id": "c8b0d1b11c97496ba41270c63e7a8745", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "db67fa5d7ad745c6846e005700179d67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ade0bc42343d483fbee1c3345c0021dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a0400c317ce44be0b73edf6f1e9ab455", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "dc0f29399bf34ded98953420fcbc6ab3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "48d8c1d2193f4353bfa5da3ab5bb2f16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "efca80b23a6c491ebed181375a43a226", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "05d59628beb24f1781665898a53ddc66", "region_id": "RegionOne"}], "type": "cluster", "id": "84715fdee3494a52b577d8312dc275fc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b623dd317a234cac9f5962b1f71edc7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c43e929e07a9454d9fdcbceafcbbca53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d3606d2525274663b5c6d7e7c0e757ca", "region_id": "RegionOne"}], "type": "data-processing", "id": "57ccf64c8e2f4c96ad3683acd37dedc9", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "302837aed0ef4dec9fd757c7b0a27489", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b52469382fbb46f28c94d129e3f34344", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8321078ad0ce4383ace438ff2b53ad33", "region_id": "RegionOne"}], "type": "baremetal", "id": "8b06a84a3cab4659b357e789d3ef23df", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0dec9d54b0f54297b8c14c3181239694", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5e9d4326cbaf4f3b9b62dfffb92819ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "19710139a3bf4474b36dbefc3fa41f1f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f5814d2c8b9a45cabc28f4fc1b11c0aa", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dd31f5e820974f9e86d762ddfa5b3c8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7fede6bb62e543b2971604872dbb135c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7ec710c2c9cb4c8387b463ba97da43f3", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a4b23a62cbaa4f1694b87e94e0341145", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fb7f3b69d5d146d2b987a9a11a64f178", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "482d07d18f9e42f8b132de404ce592fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "abb00917e4e647e39bd2defa09c43eb5", "region_id": "RegionOne"}], "type": "key-manager", "id": "0adf12797c2e4b34b07fb9e1300d92fc", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a922dfdba8ed49cbaff0f5484849bb2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a1a6d8dbb40e4e86919c994d93442e32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "54328403728441089e45e5405b6525d8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "cfcbf839beaa4856bdd4f29a54ea2e89", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "47eed7d45ff94fc7946a0678359331c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ba5f1ef116754dcf8ef1461f3c2cde12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2fd4b530e6f8484f83f1892b0b2f9134", "region_id": "RegionOne"}], "type": "infra-optim", "id": "7afcb6c98914451e9e54ec0b14123d98", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6336d44467394b78b7a1cc1b353ebeb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "99fee5ae389b4f00a4c8ae12a9c26f55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "45300ffe446840ac9b9b746cde768f1d", "region_id": "RegionOne"}], "type": "message", "id": "c493695c4e9c49698a9289381e84e463", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3448a2a875794362860dbca060e38161", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8ebed15168ef4874b5d5f99ee9523ab3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6fbde31dae84420e953a31e6f5a3f5fe", "region_id": "RegionOne"}], "type": "messaging", "id": "394baf8669d34075ab1ae4d4f28adcaa", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "aeb3104d431d4f4aa6e57ab6bf74749e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "82cd3ba767ac4a21b3b1dc74493379ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "517489b53b9644d09810b46b3b5cc8f9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "34f180af5921442e8ee9030ad2abbb18", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6fbbda499a824590bf7b07e68e9d452c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "041b4d51856140069adbd7882d2881be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d28e93356d384552904addd221172a13", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8a03a61d66e64575bde1c8ca6427eece", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c0f8c83b3562483ab81778b975c8cfb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7094510c8c0947809dc223c1f37ec37f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fa9b693847464608bb826eec3ed49572", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "bdbb8d47fa7946399c7c8aa34891381c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d398a6c841cd476cb4b7207852c3d5cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6a6efb8ec9194b808299189a822c8122", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e1ffd7b3b5fe4140a09d355d42991516", "region_id": "RegionOne"}], "type": "container-infra", "id": "c1cb1aac09e341beb7eb05e67d7a67a1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "01db7a33eb494fbe95044582fac747db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d3e3ead12c434c6788232d2df29b71e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5b3789c8ea7d41359cbf556979597fcf", "region_id": "RegionOne"}], "type": "search", "id": "9dd4dc6eeea34aee8b4750e339e54f57", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "406aaa8ae3f549a0873b4216efb39a60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "555bd8e72c6044e2814611ed518143c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "46004b9d43aa4d8aa36d4e4f47cf8c19", "region_id": "RegionOne"}], "type": "dns", "id": "3cda126b361f4f6c91ade41e53f29411", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bdb4d65199b94a1f9f6d78c78e84e96e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "547a2f196a0c4e628a3c81ffe866fca7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "278508b6ada2431a99d1588538522a26", "region_id": "RegionOne"}], "type": "workflow", "id": "cf520929a9154b3fafc51a8e064b6c14", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a9fdb77545b44bb997c6f02b4e8ceb8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a3e7e7a79f5b4140aab0d066e6367791", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "087aabafe2094d97adbb0e605f1638da", "region_id": "RegionOne"}], "type": "workflowv2", "id": "12c39d24a4004b368ae5bf9cb2208cea", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "348ae3417c5c49b5942e4d7e9a2ea52d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2fd3a92abd3040d8809a91c528b7aa3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ed3a5a6453184483960a498d46d0826b", "region_id": "RegionOne"}], "type": "rating", "id": "b14a61dac3dd421384edab71457e991f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f3ff0398112a4f9db71582e6b7754f95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3e1853e79ec345d78a4963ba4d2cf19a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "720cdb84d0934db08213f7bc83dbb4ee", "region_id": "RegionOne"}], "type": "operator-policy", "id": "629a64bc24804e19a3eaeb86a6d6f6f4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "680c4eaa04d34cfba546ffc0c9048335", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5cf87d22b92345e38f2e4a8289d8afdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "05d4fe83d0d8430290c8a6351cf7f876", "region_id": "RegionOne"}], "type": "policy", "id": "f8c67bbbe42946d58f755ef488eca707", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9772e19cd8ba48458515db60f7825718", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "932fd450f3a243e5b470f5550eb95f5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "385767ef789e45ec86c46549a17665cd", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "74713a8a1794445286e0821ac046a5ce", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5e200dfbfbdc4c56b4c75639b6c46f5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "46cf1d3c7816461bbf6814a577827717", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1c3c5b58b7a5480e9533c4b54773f66b", "region_id": "RegionOne"}], "type": "sharev2", "id": "fbff333499f74b35a02a2b94e548612b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b9f16300b7de4a4b8f79246002fea224", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e487c6516d3b484b8ae31033f0fa2bf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ba6d48fc27f2459694faa96d030ffbd2", "region_id": "RegionOne"}], "type": "share", "id": "777ac4172c254bab8e1610c8a5474523", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d3cfe2c897dc46948e9e3b009917640f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d3ebd46463254b41adc72127d2808fd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ad96c5d523474db1b728017232c5be63", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "401b0c3376cb41549047be477dbb0b11", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1855769a14ce4a66b87afa07f89caa1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3a9b472204d4cca87aa6f51d1aa0a73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48a96f07ff5d4d989419e7799df7a2ae", "region_id": "RegionOne"}], "type": "orchestration", "id": "0e9a3a6762104fe68f30cf1847390755", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c241ebeaabe4ccaaec73b87b203c220", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c24d4f58dd141e4ac139db31ed4dda5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24fb0ab0627442e7a4663e4828564c02", "region_id": "RegionOne"}], "type": "block-storage", "id": "fce5f0deb07846a8b81138db2e925872", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7db05f1c086c4b788911bcfda58645ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f330beb5492f46fbb8248bd64bc69e2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf3cfbeb840e40fa93b8761973cfd10c", "region_id": "RegionOne"}], "type": "volumev3", "id": "9cbc2bc8cd9842f4963bd59a15c9f1d6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7a08d3e098a4495b45f0c94aee5a06a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a415815e9c84f2eaaa1be17e5dc2939", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a403a2ede714d07be3b0f0350c88a21", "region_id": "RegionOne"}], "type": "volumev2", "id": "e849b0de05b145d59a29d64a55cd9b2a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac2b9bbf2e784205878b1ec6a05bacab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b096bbe1343045cea6e1d85b3b557f11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23c52383750448c089d7c7e30bc3a963", "region_id": "RegionOne"}], "type": "volume", "id": "8e0adc00a4594774a47e2f78eeb319a5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09b8e97ee2084d759b56f87556d4e2c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ffd1820774249949fa2ba9ca6047733", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fbb60ba188464cb384d677a531396873", "region_id": "RegionOne"}], "type": "block-store", "id": "5dd4e8dac536435ba9ef7647af6529c5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ec3e57737c7c4962ab3610ddcbb89660", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "018b5d4dcb7e4e35af54ef021a6cda5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1c10289717f34f7cbadeb5dc033868eb", "region_id": "RegionOne"}], "type": "alarm", "id": "d7bfa963f26b4be1890e93118ff40a77", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "03a0121d12b144baa3dfc728d27ee480", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "17b5a3eb8d844102a27b087087c26c68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "edbb0b7d74654d738b5d8d318526deee", "region_id": "RegionOne"}], "type": "alarming", "id": "f4a2ebd26d4a41809770054e4cab631f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1b3b9f7b013f42459187774da134e2fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a041bf792ff044f8bd0c74c2f5d43361", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7e18ca76d0674e60bf1ec22d6faa95b2", "region_id": "RegionOne"}], "type": "meter", "id": "cb09559ca4b54af6aaa5b462c7330cec", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fe68e02c832841a19d37ac8c8600b00d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2c2ee72725e04fa1af129eb17434f3ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5cdfdbd5655342128ece5c66b3d4fa1c", "region_id": "RegionOne"}], "type": "metering", "id": "387756adab154e56a3879760a87eb0d6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0955f6ed638041bcb6c8d6c46a4205ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e1c496166ee94e7db0de58d7c39f4b4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5b10c199d17f46f6a853cc40cdbcfeec", "region_id": "RegionOne"}], "type": "telemetry", "id": "3e5bff1815d545eb848fee7880113e42", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b0acfea378c24025aeb0fdf9ef092b1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0a4d9a70733647a687097f9b26a4b254", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a484f0a782b141298aebeaab8326ba39", "region_id": "RegionOne"}], "type": "event", "id": "de38fc5bdb8b4172af2da7ed2d7ce192", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7c67de3e36f54fce92b520482a7d05a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7f38435cfc884a8f97d070cec981c033", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0ed007b802c346afbb288080ed80a4ab", "region_id": "RegionOne"}], "type": "events", "id": "3911b7137c3449afadd40ca28d630d8d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "800f0f2c567f46c889f258dc570b35d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "72eb69f9cd38460faaae1996c244164e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1983e38f32974d8eb7f2706eb1d40fcb", "region_id": "RegionOne"}], "type": "application-deployment", "id": "eb09fd3b31ff488aa80a49cd6cf654d1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bb54df275444436f94b3ee67c8c77d99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a3de2bc88d81441882870ec8cab50505", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3b22040726a0410191db72cf2c883c0c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e20f9d7ef25b4a64a530146a0877d6a0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d20ce11192eb4c0e9cde5edab2866d9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d8e4ade8ed0547e9acefa1132587b4a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cbbc37ac110a419a944cfbe444cc964d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "53ddd0cfc0f54f7b9c1c99f818b17b30", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4ea1233581db447c91f1973f1f463129", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "55f6e22077aa41b695ff47bf05edc4a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "81b70d166f1b41459442831929ed6eda", "region_id": "RegionOne"}], "type": "tricircle", "id": "7d82f7966ec143cab7d7421d28dd06f0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "da43bb7a324e4bb19c97688e24e37351", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "21c23ce6aefd4713a5ab2a69a54cdde5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a0bb4a6262ae4a279957f4e5fa43708d", "region_id": "RegionOne"}], "type": "database", "id": "9a0599af3abd4e8b889ba0720a6de924", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8ca1e314b9404adfb6351fa897d9f108", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1fd1f1d6c42240e0904dc2b30467ecab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "947b89219b7444f29d4d51da1fe91549", "region_id": "RegionOne"}], "type": "application-container", "id": "623a773f7d2c4b72a808b92281d37d2e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "02a1c49d355c4b3d82a97e4e3fe6d6de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "819e1ecb09114a29a1a62bafa90aecaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "26b75bbb069f4991b6952bcdab1fdad9", "region_id": "RegionOne"}], "type": "container", "id": "ffa2b2e61e9d4417b233b4ff63bb5ffc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a21e682ef48a44b78ec66f0db7bb602a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "22f06e85837c4523bf70efca4d03cca1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "654b8f70955e4b06bdb3d2a91cd3e5da", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "16f0e414f7014d7ba38d804bcccd622a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d0215398e08a424f970ddd18b90b8596", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1ff09e6d54184b408b39aa8e3c56e2b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "16a9631966924ffaa63cbb2785822231", "region_id": "RegionOne"}], "type": "rca", "id": "7465077609c04961a7d7c90c241d450e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3f4f1e16c7e4401caa2b82ee921e31a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "76b8bf119d82490989ce9eecf184ca05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "feacb6d78df44f98a97e189ea314a59b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5e8344e745e947b4b5b707a076f13423", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "364d5c643e08405187f5c8d6c7984ec0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "458219bcdbfe45e2b6ebd15bf252e925", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "bc2fcfb0f5cd4438a6ac61552b05ad9c", "region_id": "RegionOne"}], "type": "network", "id": "1d3a4b3e8b854f76be2d912c222d28b7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "74a4df8d34d14365bd28a293271b9769", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7dd1593c37654f608d7b1f825a27b1dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f006cf3ae91c4688b0436e4afc2cbe81", "region_id": "RegionOne"}], "type": "backup", "id": "23991ed2e1cf459cbc565b2a5ea10ab1", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "297d45fd888c405eaa55112a579fb8b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5d4add29e2984772a2b9c050210548c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a2d76dedf15f4d6d832ad74c54bf60fe", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c81b8091803644279813838b1cb4ac35", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b5d2b3d88e584e2eb9edcc2ba6758931", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9e9e21ee9f2c4d2aa073999a24da6a29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ef2749955a8544e79ea35082cf8b0662", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "fb9e089479ba4c65a0714f0130ea2db8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c94d417b7e9142fab556e01b383b5b60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "020aa09cb5d9431d837f08628dc2ad78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "78187ac659aa4d7e9dcc8e116ca1256e", "region_id": "RegionOne"}], "type": "monitoring", "id": "ed8aec60be0b4d269175d60ea6388b89", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6e612816d88048a19c1416d9b3191a49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "da87d06237ba44079f06bfa7838f7afc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "dacb68b4b6ee491e9bf95633f64457d5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d036e137ba2e44548ea38926a0a44a51", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3e4395f5da4b408fa154fd88ed9de910", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4d9c27314bd3449b9d8edbeb088140ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7182ff0b854d465a8fcdf2f27785d108", "region_id": "RegionOne"}], "type": "placement", "id": "9566ccfbe8e54d1d923be2ac48c02682", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c2b66e6418944290bc58208b44b5da35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "81be56e6e4374d74af6e6279796d428d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c037c9d1f71940a18b9d140f4244d577", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e165e3953e01490eb8cb52db5c265132", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ae22bf6450404c248ec5c69db4f21870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "56305f87e7cd4f219c780b57e736221b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "74d317625ba747bc839e54a5e4f03319", "region_id": "RegionOne"}], "type": "ha", "id": "350821d76df44eedacf9bd6c6f66eb2d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b06af790cbab47bbb9d67ed3b9721539", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "965d7f95d0214534af2181f29318bc98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4c1e22a37bbe42389c6a68ea99a8656f", "region_id": "RegionOne"}], "type": "reservation", "id": "8e7f35a4c94e4272892a0d340b883061", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "74e059e1ee6d48f1a92605beaca786d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2b3aeff4ed9a40a4b85cb918f64ea1ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8b96472191984989864cb5bf38add1fe", "region_id": "RegionOne"}], "type": "function-engine", "id": "ae5141ce10fa40d9af2e862a9240ba16", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ab281f643a5f45358c0b41fe72490fd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "151046eae8164f08948665966bf1de9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6dac96bc99824242951d60fd5c9e125d", "region_id": "RegionOne"}], "type": "accelerator", "id": "72cd9783c33149f0a85b23c0897b26c4", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f41a42fc1dec4da6ad5775abf37918ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a26c19f9854b4dd19c882b1f85455ef7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bd5cc9233dc24343b02955c06255e0ef", "region_id": "RegionOne"}], "type": "admin-logic", "id": "1a50d3ccae8645d0b18a05732c193a49", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b35371d35e8c44e6a4a683c77fed1127", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "76109170a24c4cd49914877a8d27f303", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "218d4235002a4d5f81582693eff58827", "region_id": "RegionOne"}], "type": "registration", "id": "3e5d30dcf1b04868ac471791c32a767e", "name": "adjutant"}], "user": {"domain": {"id": "33e8bdbe78fe40019074dfb80836c17c", "name": "2c73a3c19791440e9909cf6cafb30cfd"}, "id": "dfc213be70b541949ae451b56c6fc03d", "name": "e07f4e824d934550b105f9c5a5bba927"}, "audit_ids": ["e3c308b162474c50b1c70da8b053aaa9", null], "issued_at": "2019-09-19T09:04:44.367959"}} 2019-09-19 09:06:44,548 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/security-groups -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,555 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,558 keystoneauth.session RESP BODY: {"security_groups": [{"name": "neutron-sec-group", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "security_group_rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 81, "port_range_min": 80, "id": "1", "protocol": "tcp"}], "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "1", "description": "Test Neutron security group"}]} 2019-09-19 09:06:44,570 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/security-group-rules -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"security_group_rule": {"remote_group_id": "456", "direction": "egress", "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 40000, "security_group_id": "1", "port_range_min": null, "ethertype": "IPv6"}}' 2019-09-19 09:06:44,576 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,580 keystoneauth.session RESP BODY: {"security_group_rule": {"remote_group_id": "456", "direction": "egress", "protocol": "tcp", "ethertype": "IPv6", "port_range_max": 40000, "security_group_id": "1", "tenant_id": null, "port_range_min": null, "remote_ip_prefix": "0.0.0.0/0", "project_id": null, "id": "1234"}} {6} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_update_subnet_conflict_gw_ops [0.065348s] ... ok {23} openstack.tests.unit.cloud.test_usage.TestUsage.test_get_usage [0.309470s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,205 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,211 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,215 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,219 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,233 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.143147+00:00", "project": {"domain": {"id": "72107a478ce84843988f84f591d536e3", "name": "14fd0afc33794bdcb456b77f32cc1da8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f89878d5bcef437aaa27e99d9fae3d0e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6556ea29af7946109bffe8d66cb191a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "98b36dbb6db941aaa885dbe950656451", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "fc2463b780b144c6af1ad5e349a974e0", "region_id": "RegionOne"}], "type": "identity", "id": "797e5105e0eb4b0d90e5694155ae3d28", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3b99dad15b9e4332aa9f60dd6287a7b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "495b8dad42394d5e93f9e40bb7ae6847", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "cfe3f70cc664403ea75236b2ad5d29fa", "region_id": "RegionOne"}], "type": "compute", "id": "5cc926002d694615ad7e7961abbe0bf8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "51061739bc1349cb80679bd7becc368b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "9b4fd6421ac5410a8d37632e3fe499f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "983d55d6e3414351a8da87f8491ee5e4", "region_id": "RegionOne"}], "type": "image", "id": "8bee9bac13b94d80808589400dcc5152", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "36d838de9df24e5fb3055948bc5c5c1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3dcc6bb1c7c7497fb1ff60f6b2739c4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "19d684d3db2a401589f0b0a8a3d9b526", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a5d9b99eb3f444738e6d10c11fc4e482", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b51334b3fd514c139c6c24c6d141dbb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "325d99a46ebc49d4bdd32a39a0046d8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad4d590c71db4619ab77d9623156ed30", "region_id": "RegionOne"}], "type": "object-store", "id": "d64ae0c187a249caa7007d87722213f5", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e2f2f0824c454732b08cee0971856c9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "deb0e895a4144bd4944d494bfffb1e47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bca98f1a1d5f4f71b1d2fb93233bca49", "region_id": "RegionOne"}], "type": "clustering", "id": "04b95b5bcb004109ad79d067ed2f294a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "741cb36cd12c441180ba0a181f24b582", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "569a7771f033427bb8b9ab5454d32777", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d7b24d72e78e421890936764d8d0d6dc", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "6ab0afb46a064a06b36e960484b22294", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9e7e165ee22f4e94bbb5437d72311cc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "70cc4b8cc5994985bc38d1ace4dac834", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "427071a36b7742d5a576cea1102adc46", "region_id": "RegionOne"}], "type": "cluster", "id": "7fc4e80f85eb45c899caac20247c1747", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "61758a669e0d4579b546d7803f07f1da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ae56e4af5b484252bfd9522c4263f80c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9d33953db8024688ac855fd268760857", "region_id": "RegionOne"}], "type": "data-processing", "id": "f7c5288ed8b94ade957e78532edc789a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "601378ed5b124a248e2b21575c898053", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1ec94550ee784e3ab9f299c42dc300a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "76ef0c21cc914bca9b8a61c67f265b53", "region_id": "RegionOne"}], "type": "baremetal", "id": "47a52ac0d0d845ca89153dcb4da44043", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "12f682985b5c4ec2836af661c6390b49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3937d26d119348df80def87907850074", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "22d7259599d542d6b4762c57de8c7652", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c07eb7e4d2ff4dfba7c8018e056b0195", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e0a6ccce92234df5ad938ca6f8d6d2b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f799c99f927a4ecfb3967effbf221622", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "18e349314c5a4185a53ecba35b5cd200", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "11c956089ca94902bfcfec7ab0ed822b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "52b4b34b38254858aa320288f4e95327", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e870b7c3189c4935a5566cf30310e6a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "07a8de7732b64342aa5f87524040011a", "region_id": "RegionOne"}], "type": "key-manager", "id": "7bd5903052cd4c418447d47afe760b23", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cb2dd1fb9ad84e49be46f3aec0dccd73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "291e1a10fc054eb6b119fb0f46014af1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c9db707d6e514a5b88763dc3720e8a11", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c95f4f90385343ff9042adf86e2a09bc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d841af80cb584d30a5bf0a9868842a0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0f86e973aa6e45f7b7acd1b6777cd576", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "023d5c7ef6f143e0939b6e2d4e0c9f15", "region_id": "RegionOne"}], "type": "infra-optim", "id": "59c4724703bf44609e1cffdc94669427", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7aa5aa98f96c4d5cbb89da5e7fa35ad8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "622b5253789a4d15945bfbaf5c02e583", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "77ad45f100df4f2db9bf77fbdc86682f", "region_id": "RegionOne"}], "type": "message", "id": "5d2bf17e1d914285bb3ceba15af16f3c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "534fe3e06906438b8dea6560ea8d8c1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "cdd839ec5e944adcb24609e3d223f4ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4e252ffc13664cc2bf70f910cf33cc8d", "region_id": "RegionOne"}], "type": "messaging", "id": "2a7e8a4985bb437586984071b13805fe", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "db7fe7e1d8d641b0a06de02f873dd0cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3fb0b25965954e54bc46c3fc408d7ead", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a380920791c24489b01a55349f37308f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b239409df595413e9268edb28102370c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "05246a75cfc04fb3a5f9815faead7012", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a218eb699f3f4ada9e703ce7a6ed7147", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6180cfe343d74f9b920829b042ba8fbb", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a9d37937b7cc4ebca77c4b869950fbde", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b237418ca3b6492e9d5663175c52ef30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "274911b9dda24afcbb0c420877819961", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "89812f468ec74488ba1ca2b8d1d5aeaa", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "92c8b48cbd224a3cb4ef3f6ec0bfd45d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "49d4c20f14204683904131a4cc33f08a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e8e9133590a14133a4f6b79ffac4e7da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6416930f8a99462999f989437e6e0912", "region_id": "RegionOne"}], "type": "container-infra", "id": "5f33635301664e8b955770b967d48542", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b4d9c84190674aee8fe39d07ad046990", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "10e44cc8ab874b95a3dcd66f6159f93b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ccbf0b8a419743d6bd520526ad43f3a5", "region_id": "RegionOne"}], "type": "search", "id": "4807512001f34155be9069b18fcce0eb", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c88c5576b2324d70b7897d847125dde6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e4bd2f872914406c9e68bdda7111946d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3f48b0a26d494a40a5b62c20b1622ff2", "region_id": "RegionOne"}], "type": "dns", "id": "8f535265afb64bb684e4ea517616e269", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "29591f43590d4209a9aaa4ef1429383a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2e7f8433020e42a8b730c7231ed218cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2cdcde434d994d03935e084a2b7e605f", "region_id": "RegionOne"}], "type": "workflow", "id": "18f24792baf94053ac02314c37fb6672", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7e2fa7a258514588b9b0b9d8582181f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d239852bf725484388f3d09a1d793fe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6e325deac59341f8a6f8be557d50cb6c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e68b43f5ef434ebda98e5bb6b219895b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d6c8b530d5b143d495d8086209d42525", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2b9999605e0c4f35b43b1cee79bbf1d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ef0f8516208d4c0db4e50120d078426a", "region_id": "RegionOne"}], "type": "rating", "id": "4aff0033829c44c3bd38c67bee1ed8a4", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "09411645163a4770bb9ad199ed81b858", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "75e4bbb7564144f9ba9d5eef2ef93846", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0a66d95663414e08bd92e77e7b3d13d5", "region_id": "RegionOne"}], "type": "operator-policy", "id": "be7d470cd8c9458482325486707069c4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a3f11b2328c7475fb6080e8cf6700114", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6dd73d94caf04c3b82ab60ce33e3ca03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "66b1573bf21246adbb4111fdbcb8ce96", "region_id": "RegionOne"}], "type": "policy", "id": "5bb00544109044ebabbd967e42f4f441", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "01ee8c6130f044b382635a973000fd48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "91a53b6e98ae448a98a25cccb1e7c055", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "33c4c28dabff40cb8451317472d79742", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7d72e59f62d541a48ad20d7708797501", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "24be7b6960a04db6986c00ecc1b58a64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0d12d71ce64e4c3caf113d36b708d7ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ccd0f9180d4e4350a6b4f706ce314264", "region_id": "RegionOne"}], "type": "sharev2", "id": "a7199419a2264ff0bda0158ade071e9c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5506d621143149f097dbfd2e5a811ad6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0c330037c90e42e1bf736deda4894e49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1415106fe43e447f92479b20f2d0ded6", "region_id": "RegionOne"}], "type": "share", "id": "e3fe1ac3a8c847de9031f2f88814f10e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b5b5495618594f80a080a43f96db7305", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f03c9087771c4b71ab594762c70e8f15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "8362ff30cb1041aaadfcafe581fafd82", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "49352f7ffcff4a07b08dd8043325f66e", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "232154d9a56d435fbcab52f94f236873", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c1d24438927431db7a692dd7c68585e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1bcd1cb5bbf48e18f9079add46af954", "region_id": "RegionOne"}], "type": "orchestration", "id": "3e25c40c4c934f0c9e528703f1034bf0", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4207122885af44aaa18086592fb4e0dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe303d500ab14eddbde3271f424881fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9d4658fe7824afb949476a968159406", "region_id": "RegionOne"}], "type": "block-storage", "id": "8c1b51ae09b14c078632b87077e03f5d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a0aa015f6004ab89f64209d245aac65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d36c5ddacad342b9ba688f8a33829dd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39857d410fe549d48d082584b5daa947", "region_id": "RegionOne"}], "type": "volumev3", "id": "7c232bc3585c46eaabe01dadb8450706", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a295861084341ceaa768c42f8bf5d19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c676340ebaa4a4b9d9b03f1e7f754a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b66258311964bd39fc1e4f50d84a2e8", "region_id": "RegionOne"}], "type": "volumev2", "id": "c638bff552c94574ac293d50f79c6a5c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "968ae6a2b0d5484fa13f8ecf9932ff81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19a5bd8118d44691a1c89c9fbc82ca47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c80ece0570894917b41aa74251fdc845", "region_id": "RegionOne"}], "type": "volume", "id": "f5982bbf9d384c39b70a9b09493f777a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95cd31e2ffa94401aa4d453a9d4cfefc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "834595f3af0a40f2b463895fa0f8c0b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0841210d4efb4d068352e0f5f5e4c63b", "region_id": "RegionOne"}], "type": "block-store", "id": "21b7b2223255440d89886f36e74de2b8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d0e4405ced5147a8bc9a68fcdc0f5778", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "99266cd0aca34d9bb9b62cc8d3f21a83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "13f7a2ce255f4115bfc7b0f75721bdc4", "region_id": "RegionOne"}], "type": "alarm", "id": "7f236cf6a044477588415085ed5016f0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ee39a4f2276d4772b2d761b746a06400", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "92658a5f9a614c60975e27fb94764a11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8f138fc206f14da2abd0c1cfe202273f", "region_id": "RegionOne"}], "type": "alarming", "id": "4994e5cfdd944f0298ad4e95c2c0601c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "525d42f381c14f879a8d48576a35bb09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6100fad9a5a0459eb0794d48027cdf93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "881c6cfccc364826b0a0283fb6d0f551", "region_id": "RegionOne"}], "type": "meter", "id": "e20214d066084e63a1aa14df840f2edf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "13212eb6ecd040abbae742c494e6d1e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "45c7781c61d44d52961f0623819b6335", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "68d12dd815dd493a88264a522a9d3f71", "region_id": "RegionOne"}], "type": "metering", "id": "7a1745983c7f4040a7bfc2d8778f2cf7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "39d0b3e727d1468e82965aae367fe7e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "31856bad29c64ebdae13d32f621e118e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "72efca7616c04473aad82397443da9c9", "region_id": "RegionOne"}], "type": "telemetry", "id": "83bcb921250140a3b1fc369ee9a509cf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "de7d43854e294fc7b1fb769a49e5d08f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a8f1fd52cb584dcc834d3ed5dfbcec34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "af078feee97648b3aac1e33b0710647c", "region_id": "RegionOne"}], "type": "event", "id": "59a8f288d4b642639783eca463e7577a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8abf2f73dad24707ab3fc13f7e162502", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0a2c226d9aed4efcbba409e58d483cf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f8e57cc4f3bd41e1b5d404de49bb460c", "region_id": "RegionOne"}], "type": "events", "id": "f110e94e90ac464291c72f53756512f9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3d76f189439846d9a773ffdef4615713", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "92c137094d2740e6b23b3700bb250c70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7387d02d84b247708857fb0356ad50a1", "region_id": "RegionOne"}], "type": "application-deployment", "id": "798fac43e62548dd9ad713ae667ddd2a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dfbbc1c635574750b4b231614b14fb56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a431bedf74e74d9b8bcd3cfcaf6d2ac0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b01d1cfcba384057a8a64e9ad7e15431", "region_id": "RegionOne"}], "type": "application_deployment", "id": "7fd9212fa4a44b6f98690ec06f561591", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cc348ad8af204c1bbf73dc6ab1b1badd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6cb1f6d7a7a24f0491cecb2d20e7562c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "be8767f780474811b8f0af90b1178918", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "65363b16f0074a82bfa7c14797900d3b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "542780f99cd944a994c43a858fd40808", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5495f2aa3a8e4bcc897bfc8f78399baa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "036bdd30760c40ad8d9e1cf61db24809", "region_id": "RegionOne"}], "type": "tricircle", "id": "6389395440af4af680aae96713f66980", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "dc23d1366e184428b721be4545017d68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "97545dedf65f4e89ae4b5e11ee8038be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c89622006e25472b983766203dbb4a32", "region_id": "RegionOne"}], "type": "database", "id": "5ab16251bd2f40f6bbb15e968915f6f6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c5298615759e437da65f7a624594f0c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7a1c6c3a05834eef935402492bd936b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7762cf5a67664b0da94bce985dc7d226", "region_id": "RegionOne"}], "type": "application-container", "id": "0d1d10d52998434e9b750b51ebdfce1b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a4f42109e70742d3890ea441754210bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "880d5cb67ade4d098d0d3455ef8fca94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9e262f71944942cf81d324e841d995be", "region_id": "RegionOne"}], "type": "container", "id": "7b6713316e6747dcb2ac1664894d83aa", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4568967000f44fa194bc0a42e2183087", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "58d6cfdd2d2641c9bfb670146a1a676d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "12b849b17ba448a680787e527751b9be", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "edc74aa0e7a14cf787d047f84378363d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8a175da213d44031a5225e2f691b1d71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e8808f1fedf0476681637874f8813948", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5b78d63f60814aa0b013aae4e6e9b139", "region_id": "RegionOne"}], "type": "rca", "id": "28f6eb110160429fbdab7b7975db6d06", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b7d1e91973cb46e6b4a3cca5e459f55b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a8744b25e59541e3923be3a1f3ff827e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "08afe7d7ddaf408eac96d022cc2a6994", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "6d292b12be8b490fbb4396ef9455c2ca", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e34fc9c41f2d4dca8f7452c4918ec850", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d35dcc46c937468694698df59ab6a722", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "eb8af764d6554e36af584f2104c06f85", "region_id": "RegionOne"}], "type": "network", "id": "61ff87d21568460c855bafa586262f44", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "dc8d949875df47c2b8c95728942da24a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8c26323820fb4a789e144c761cf558ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "70af1be2dc2a4f689e88f571e450ee62", "region_id": "RegionOne"}], "type": "backup", "id": "f1c0fc1cc9da4eb3b8cf814f443cdd16", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c05b9fc7e4974703bba048a41889f995", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b801f471f0f6412891aefb28e93b546c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "424ff5c68f9643659112be7f815b0213", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "25074919431d433a883ed46e7ac42f38", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8033ad54b39e4b48bd70a234602d10b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "617fe122d1fc49b19d05ee1cc9a65cd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8497fc1cfb904a9bb0fe1c00f1c2ee28", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "aaeb09432eda48b590dca34e0c6d6bbe", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ee9c931e8d5346df92a378821f8b32b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "84d7f38177fb48ab9a1249567dfe90eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "adf34f014e4d4cfcaca15878a45f91c1", "region_id": "RegionOne"}], "type": "monitoring", "id": "9fbcb1d792214766888d43d8238b6d01", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3452df2a7a554f84bfb53bf9ba951ec9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "89677a0971dc4c869d484338fc98a8e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "af71593f1cdd439f8fd4c8643ca3a41a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7b74bbbcf7c848d382558f59d077c7d0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1bfb223ec664411cbcd1484eb3739920", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3597247991084895846d3a93256dd680", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0cd6d5ffd1f94c19875f0481141828a7", "region_id": "RegionOne"}], "type": "placement", "id": "f615d457886c4417a709108ecb7e5e40", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "57248cdd880c47ecb0125a638e91b672", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "94d4f92009cd44bbbc9267683845d7c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "65c576ad5cd444bf84251aa193bb1ec2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d33b995353af4a6793fe50fb09b90b58", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7d55b59467a949af8792a09bafa3f3e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f43766c2d1754ef3b2fd1f0f0726f81b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ee5cbaa6586f4ab79f9bcc8d136d8372", "region_id": "RegionOne"}], "type": "ha", "id": "47b0a2f75e9b4e2ba6d35acd9a6eff5d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1b7d7981d2c64015b45a0d7c78a705a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2e6cbe8bbe3146329aadee08afeb540c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4e82684bb5024ff598f1c6dfd9c655e9", "region_id": "RegionOne"}], "type": "reservation", "id": "acfa0126860641d2ad97d364bd977fb0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c7e0c1eaf22044239d272e025774d8cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "dc408bc7b79d440fb6f356c47f0befc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f6acf11e57884b4b9e632ee47bd7a306", "region_id": "RegionOne"}], "type": "function-engine", "id": "ac84c930f9e5497f9078bca99962ed15", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7b5eb6ae18f04c849e4a9da5723fde00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "05a099b84b2543e7b33d406b89fe55b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "76a50523260349ab86f57493436f576e", "region_id": "RegionOne"}], "type": "accelerator", "id": "226934dbecd44fda94927b83e0ae206c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4fa3a9e5db214f588474d3a19e21db5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "201904bb7d534b599d95c8889b3b3ae7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0d0b7e699ea44f42aae40e4f380a11ef", "region_id": "RegionOne"}], "type": "admin-logic", "id": "58e59df73f9e4a06825d9d1a0b8c4518", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b9637924c36f44adb1299b2b55fb1e04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "284170bb85b7407ea95ce00fd71e6a1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "250f375ac61a4640a534459f11d6a77e", "region_id": "RegionOne"}], "type": "registration", "id": "2f385c3d41884042b4fcfc6a0d9ab4fd", "name": "adjutant"}], "user": {"domain": {"id": "d50f8940afd4472c8fa91d2924853ade", "name": "4b00bb3cd51b46999ae027e7d0700652"}, "id": "cccfd2e2e3304c6cb369c1a677dd9ec1", "name": "53224a8dbec0416b83b7d8b315324d7f"}, "audit_ids": ["48278901a7f848d1ae7f9d7a0c5224a7", null], "issued_at": "2019-09-19T09:04:44.143147"}} 2019-09-19 09:06:44,358 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,365 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,368 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "2e7fd996692a4f469abc2ccdbf2ee7f1", "enabled": true, "id": "16d5b75a99454d299f85246fd5954db7", "name": "projectName-2"}]} 2019-09-19 09:06:44,434 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/os-simple-tenant-usage/16d5b75a99454d299f85246fd5954db7?start=2019-09-19T09%3A06%3A44.270927&end=2019-09-19T09%3A06%3A44.270927" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,440 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,444 keystoneauth.session RESP BODY: {"tenant_usage": {"start": "2012-10-08T20:10:44.587336", "total_memory_mb_usage": 512.0, "total_vcpus_usage": 1.0, "total_hours": 1.0, "tenant_id": "6f70656e737461636b20342065766572", "stop": "2012-10-08T21:10:44.587336", "server_usages": [{"hours": 1.0, "flavor": "m1.tiny", "started_at": "2012-10-08T20:10:44.541277", "memory_mb": 512, "uptime": 3600, "local_gb": 1, "ended_at": null, "name": "instance-2", "tenant_id": "6f70656e737461636b20342065766572", "vcpus": 1, "instance_id": "90b3ae294be64ee1a7bafe1fe07010f3", "state": "active"}], "total_local_gb_usage": 1.0}} {6} openstack.tests.unit.clustering.test_version.TestVersion.test_make_it [0.064573s] ... ok {21} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_add_security_group_to_server_neutron [0.382129s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,187 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,193 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,196 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,200 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,213 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.125416+00:00", "project": {"domain": {"id": "fb4a678604554c07856626a94e4fe222", "name": "6c41cb86025341a4b0a9ff44105932a0"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "9b2d72f294014823be393993d04006af"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "59cdaef9aae34fef8911f3194ce316bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "aa17138c0fcb470699d562c75c7e26f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "b07c3dc3791546e9b448609b24805f01", "region_id": "RegionOne"}], "type": "identity", "id": "0b26eb59f52d45f7b1a43732ad8679e4", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ac11a52effd4484cae60c124c6e2ad63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1a788972aa884e73b7341240cec0507c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f242ece0accf4319a72b12f071c5719b", "region_id": "RegionOne"}], "type": "compute", "id": "cde6fc7d39a34561b854e977662f1225", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b863074965d3490886347cdc91ee3f15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a8dc5b8434624a08908aabc686bbb51f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f7d6720b4a3a49a99b34b0860525abac", "region_id": "RegionOne"}], "type": "image", "id": "107d7fcef503497e8a091c689a0bcbbc", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fa1fb6c3726441bd85b190e5c3a627e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a23d933124574b33988233ba1baf57c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "803246b35d2c425881a6e7ad199653ab", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f0df19db6ee3469baf8c9add55bab814", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86d468efd56949e199d41adcbd0d48e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f778e0da2624853bd3a7e3ad7fc58d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7061c60dec14cb2bbd306f8f28461f2", "region_id": "RegionOne"}], "type": "object-store", "id": "e6819f6238b641f8a11838c1c1071338", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "51d63523612e4955b9c62966ee07930f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6b9f35819d464229bd867fa98004a343", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c9965ef88595425eba471ec4e6eb8b54", "region_id": "RegionOne"}], "type": "clustering", "id": "8f1200f74fdf40ef96ca59cbb5ebe506", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "42c9be0551cf4c7087f8cde435910d25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9683bafa123a486eb45b986c36e8041b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b9f07322a3044067bd432289f9b91a91", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "30003a0f2cb748aa90a8ba105aa47e7e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "536478a18c0645e9946de8ddb79554a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6f0ea5c80fe54549af7da1bdeb5caf7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "227a9b6de203402ebf4db99de3bb4a69", "region_id": "RegionOne"}], "type": "cluster", "id": "9a1ef6f122d64ca28716e226a5ad2454", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "74b15a3b13f94a49a5c7f0be86b75300", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3f339a653ad043df8d69c6a1ccb7be6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ea624ef6d2d848309d3b46368b1f35bd", "region_id": "RegionOne"}], "type": "data-processing", "id": "b1cdd7cfaf5b4e6eb960d52b113bfb74", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "376d7b7b51eb422d8b8e4d87f2833d92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "eed82457d1624d8b8c4e506ea6749fb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5dedb75d362d4a5c90ced0e181fc06a5", "region_id": "RegionOne"}], "type": "baremetal", "id": "9ad8f3594db14548b6fdecc8c0880ab3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "653d08d844f64da2b186d96b9c78bb2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f0d978e3973d4b23b1e588d4e975884c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "38b84e540b59479ba77d53547e9edab0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "9fce3b9766c542bd83d694fd321dd65f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7de433df25684dc1bddd7d9516a50353", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2b718e787ee7491d9767d3ae5e616db3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "6c18646c75dc47a999aa258e3c016d72", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "71a277e135cd49679d82b72812829400", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7f4276fee1b74a49bc054fc1c11208e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "aded1be6da3a452b859bd0e705d8b16e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9ff520b74d8e4bd7b9ca8f11cf524307", "region_id": "RegionOne"}], "type": "key-manager", "id": "c07856ce1d2849d096558c596e436ae4", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4f0e451768d14308b0fba1d0ef4ba156", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "90c4c2e38b884cf490e4dd1465824206", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1b6b65b421ca4f98a82ef7f470417238", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "32c0903734d44d7ea5bedbe682f180f3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "75ea911af4c64c9da27ff483bb2e3891", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fdae79c11de74cc2902e95d9778a7e44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0eec60bed9e448e99161143221b58053", "region_id": "RegionOne"}], "type": "infra-optim", "id": "360a43b837be476db942030ac288fc51", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cd7d643c078c4919b0a364eecc98bb39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8a85579be0924d9484b7c52c3f5c2500", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f1242d22fa8d47ba9ea7aa6ac9e75120", "region_id": "RegionOne"}], "type": "message", "id": "6c3bdbaabc5846a38195629b1131aaf9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "78aa27d4bc8e4a469bfa547b6e374b98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4a2a30570a814fe5a910e0c5f8160d2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2ed0eeb721344385a35c76a5f64351cf", "region_id": "RegionOne"}], "type": "messaging", "id": "bddb38087892433ba2caa4e9b13ffbee", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a152cc27a6504882a96fe290fad865b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5da5450bc32b4383ba4581224a2a0074", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e0d975ab91f54692a26c1b2ec99119bd", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c9f7eb56d6984a4f8c78bfd736c56b02", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d388a7d5db8644b4a8474cf793acace4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c9c30b611bb7445aa8023b33902fbf03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "90c1ada6e8d8468695cc8954bd77758a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "75de42f0538b40e9ac4c92d5b65ab07c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4e37b8b82b2a417984917a4f79106224", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "41312b4dc4144996a5af4a7124940c72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0952d42704ad49c592217766a889ea6c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "145b7eba58fa426085d9259f6ee1f782", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7b39e251de16453ba9c377bc664f936c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9707b22920c940098039093ea78265b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eb0244cd1c564492b94d9a7c1dec6231", "region_id": "RegionOne"}], "type": "container-infra", "id": "f04975f5a3754969b644564c7d8f4784", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "dd94b0884dcb4216b615ca35db07d8b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "af8c503b74be4869ae0bdbebca58145d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "212e92ecdb674ca092a1635f7a7eb85e", "region_id": "RegionOne"}], "type": "search", "id": "c915127e42ad4c27baa95ff798261fca", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3f713571dba547e3bcca73d013bdf803", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0b29ea3544e54de2b90a1ee4ff541719", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "796739e7a43b4020a855bed15548b96e", "region_id": "RegionOne"}], "type": "dns", "id": "ac580d344e5b4a69a96c19254f067722", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ab7d28e8547e471fb9ecd8128894c390", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fd8776a08897426992d9fc12f684b9dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e240b3f0a71d40cb8bbb7cb1a15ecab8", "region_id": "RegionOne"}], "type": "workflow", "id": "1cfb07e61b5e4cf7b90e9a9812949188", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "30eac2ee8bf14db882cf2caf5af7b71f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "afb492fb9be74b5cb9ad3e5580483656", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6d7537357e8543d39aa23c0303bb0a18", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7e3a264627ab4abb9988129036a14835", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6507326bbed24d4cb826e5b99932d0a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "60029076ae6e4bc9b8e594785fc62dfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a7105218b90349459065e318bff35e7f", "region_id": "RegionOne"}], "type": "rating", "id": "f71a0ab4eb5e49d79abcdfc266a90cac", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "19b78ba6d05b4380b8529d2d7ca1ee61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b285c0ef00bb448a9b7f5f582617d547", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6991c38697164815b86a9f43d0e904e5", "region_id": "RegionOne"}], "type": "operator-policy", "id": "01ae2e85c60b4d52a75bf56d92ad9b69", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9970db22547642cfaf7d21321262a881", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d0e2a9ca37aa46e4a3b25adacca2e062", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fcd248e676ce43768f22f4220dc75b35", "region_id": "RegionOne"}], "type": "policy", "id": "e7e28ce8b8d94018b5393dc0e4347e70", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6ea4a6cb7c43479c8f3760b45c2bdcd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4ce54520a34a4c4e882dea3b0316bc5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7c79942d84ac45caa7ec57ed121d57af", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8b1a0df15af44889bed45fa02e231df7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2a40ecc0ef1949198a7930bb10249e61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a90d7100b03549fba540df8190a35825", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6f96960fe373481ea172453179fdf705", "region_id": "RegionOne"}], "type": "sharev2", "id": "b595b6ab30f24de290858f885103c8a5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "73b3b3dfc69d4791ade4f72d8ba79af0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4d0598972c5b455ea0cba650345c7e1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2cec0f11e9e94c71a550a029a45169ea", "region_id": "RegionOne"}], "type": "share", "id": "1df7aaca583f45ce94952e657c1f1af7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "292180fa094d4777b202a740571c471e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6da3d99503d2469bbaf29d3ebc26014b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "acb37fea890b47008f36366f76d91a30", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "516264af01454834888521810fadbaac", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3244495b2f2945889c186536edc91553", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0abba48a7d84f69aee54535b8edd5ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4c9ea23769544879b50bf7f8eacb4a7", "region_id": "RegionOne"}], "type": "orchestration", "id": "48817f4896d8483887fb4f2c79610ab5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "212e0f770a0b4c7f85c08339e37f3917", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9874e3047dd4dfdbb9a76de224ab847", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53d82198374346689d748c31d51c40d3", "region_id": "RegionOne"}], "type": "block-storage", "id": "2f6c5e0f439c4f28acd59536f30a5fa6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82697fb9314c41a881a62d20d3afbad3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "adf28b962ebd48319378eb3d56ce3d58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "614aec9f4eab4ef1a360721407d1cfa6", "region_id": "RegionOne"}], "type": "volumev3", "id": "ee08558f29254bd2bec6ef1574a9bc9e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb8aad231ca44e67bc2a610b3ce5684a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33f97cb42af8453d9e62b92a9eb8dbcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0e4604bd8364346a15094e1ddeebbb9", "region_id": "RegionOne"}], "type": "volumev2", "id": "7fc50924a57d4f00aed28c65d69322f5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b4e0296ad9b4c338bf9405e1f354451", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b54aec1ccd984ce6822153020de0e731", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "531a9007e513483db861e3f6ca6ef805", "region_id": "RegionOne"}], "type": "volume", "id": "2770288fb57a45bfa1772c206ff3171f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ff352a166aa48c7878495338e4920f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1056b20f4998402db355168445698ad9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5387e1d144804edf80531e7d7aa80116", "region_id": "RegionOne"}], "type": "block-store", "id": "8656d1e927794020a022eb1f4f94a032", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9125da4957dc4b67988c76321c5f2ad9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fa83b89fb0fe49e7ac11d7fd58f9a02a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "75c3e0a6b669482cbec89526a4a2faaf", "region_id": "RegionOne"}], "type": "alarm", "id": "bca1908b4acd4bb0a58281c383adab7f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5bec624556f44ee3accd3020a211a91f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "94d00b26a9e944799a7e0e87eec853fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7b4f0da229e749f794282150ebe6eb7e", "region_id": "RegionOne"}], "type": "alarming", "id": "e2c0b59ff0f546c098ba91c87cc737cf", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "61517471a421490dac68b8719bb882fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "70ca480985d0439fb07dcecbe7be844c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2523c30d90f0452ba07e195ab2f6b031", "region_id": "RegionOne"}], "type": "meter", "id": "fc136379cab342a582a9040e8ca17111", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0fa976578c374c6e80992a342f1f4225", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "03c765cd74664675b382454f7c918e59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5d075850af9e41c3b057dd370ba522ea", "region_id": "RegionOne"}], "type": "metering", "id": "af2eec88736d48c58b0249f7b5cc1c47", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4d38e95b7f2d49368c14c23037c91a30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "367c536a82a04ebcbdab704974a0139c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "51140c998e294e4f8a8c7ec9348234c2", "region_id": "RegionOne"}], "type": "telemetry", "id": "3d9978fe8cc54a1a903adfbd6cfb6107", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "300243f6b21b413091fc201772078fb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d0c1af95dfcc4959b23bd8ec61f91d06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "331df315c6554a478e1f3bdb2ec36f68", "region_id": "RegionOne"}], "type": "event", "id": "a6110ed6f1e14c5a9dfa9f11d33780e9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b88b18b55e6342509ef84f048d81d855", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ac6fc5ca1e9b41ba928be10c24363e87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7688c54bb76a4bd89945037236f8dffd", "region_id": "RegionOne"}], "type": "events", "id": "540334c45ed24204b8cfe59788328fa1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0b1efd06e0b54305b0a93aa973ea4b18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4934f417147946499577f61112ffd426", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0edff115b5eb46fa966ac1cd811db8cc", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b38d1992cb1545cf962d7f99b0c8a248", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "02b6cf5947f5412cb2d918443968e91d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "923250be2af042ff86b6ae18a3bdb494", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5e5aba9b2f334ee38008ee46fd544b58", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c24e8c9b394948feba178f849944f958", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dc29cf7a4d214ecbb3c01b371dd6acc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9923546acd0240c3aeb596c203490946", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "000f8f801eb44a68b31bd3c96700760e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b15d4294659e4677830f466a379bff9e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9114b175477148eba879eb0d305e3725", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ee0491f7882e48089c2fe7fade8b796f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8543fae6ce404221854dad7e841371cb", "region_id": "RegionOne"}], "type": "tricircle", "id": "deeb6d1eeba14cb8a08bdf95549d432d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8a24dacb3fb04b8a93a0043a7adadb6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9e8f9345cea447caabba8c2392a4a3ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f583ee96e6a9431a9a1ef36c4c26a6a7", "region_id": "RegionOne"}], "type": "database", "id": "d64e9b07403b4d42ac4d3433dbf90182", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7136bb58b06147c2b4c347d3ab78d3e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cb5a67e65e974190965f72196fca4a82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4043efac311d4110bf760a2fdac54a2e", "region_id": "RegionOne"}], "type": "application-container", "id": "0bd8af4be65747c38fc73860d77b069a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8050f136d9b84e9185c2c7f9a1b272a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "69d235090bd5476c83b8f052e5ddef10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6ba2480006a34b31993fd9a07235aa8d", "region_id": "RegionOne"}], "type": "container", "id": "0d223d5fa67f4427ab0b101a1e5d5161", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "58b3d0dd422a40c68a45de785c8b9dfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "57c1b451f3384e53884c02e975a1f8fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "65b21477be0340b59f4d10415e098bea", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9cf7436b37db4c86bb4d06f30b4f6945", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "520d19db98f94f6eaffb0a8c7bf6f8b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "030cb1b5cf074c0fb6c55c3c2939f6db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c00a255e0aed4f7481e61552a1027a53", "region_id": "RegionOne"}], "type": "rca", "id": "49cfbfee50b14919b7eec01a2261ae17", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0851d11d548b47d9a065ce7a0805e37c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6febb2c55e3946389b45aa173b199328", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d89a9a5fe3cd4bf99b0308f9273c7b50", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4f9a7f8111304629b18e90a523e853d0", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5feda075e4a04dc5ab6dbed6c141ee7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3b9fe169fecb4e64abd45754c66b6d73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "70122ed2df674f07a31a80f15e3d78df", "region_id": "RegionOne"}], "type": "network", "id": "d96782860b684ab183a512f036bd99a4", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "37f88f80819c4e75b1dcaaa7a89a8e6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b60de794a95249abac3a4218529bcb36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "81b691168df6429d8dcb4272c0388045", "region_id": "RegionOne"}], "type": "backup", "id": "f8cb22cca96a4a0fa3ddcf42688c5d19", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "080546ab83d44915ae66517f057887d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "540493ebea05413586091b36031f7fc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "415fc1a027ad4626bdcf166332c43f1c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "64a570ae114d4a97a8be4ffa62584900", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7a020ffa5aad4f97b5d6bd8b8a56b841", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6df5c4fbd70e42019b25fb011fab4b53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c9947a98faea40b795e9d735da38f050", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "06107ab973d240fb96c96c608460ae66", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9727d4ef754e45b6a570b804eed1bb6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bc8cc7c231e84d478dc8731be251ceae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "6f3e015676954fb792303ac79fae3c41", "region_id": "RegionOne"}], "type": "monitoring", "id": "d8435bdf320841c98e1eb57831369d8b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "816b899d2383486f9b5fa67237cce1fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2254ec29829748aeacbfd47ff953be80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "128829229aa14cc9b0af8fa31d3becf3", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e59b29a7054040ccbad434a0a7637edd", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "330a28fff5e54462a14a121e4e593fc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "02fc0a9e7e414d42b792c8faf2f3e22f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5d62e81841674bfeac541defb8ed3652", "region_id": "RegionOne"}], "type": "placement", "id": "68317cc908dc4296828082b41efacbaa", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e5030f075f644559abaef974d7815c18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "295887d8c30840148ea17c88e8b8204b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d848bf70ee9e4e29af3fa10f1fd0c050", "region_id": "RegionOne"}], "type": "instance-ha", "id": "0eddaf6d9f6146acb7a3cd70d78f5db3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4eb8ef57b7054e1c9553acee4d45faee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "af7a06fa8b3a49e1a86644763edce1c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2a59cd0cf8df4cc599d42fcd9d210d4a", "region_id": "RegionOne"}], "type": "ha", "id": "1b5f08de8ac34287a4c33d565b52a885", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8dcf4c5a79f74345969f13cc261135c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "47f288e15cb4499c970953a7eafad1e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "50bf6ced8884413fbafb60b2923a1e49", "region_id": "RegionOne"}], "type": "reservation", "id": "73cb07ef778646ddaece8507dc5cd64f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d2156c1a0acc40ad94a2aacc6d1987bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3edc043da6a8407e82bf100e3bb62c0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "0ba22a9f24914ff697702ce57c4c751c", "region_id": "RegionOne"}], "type": "function-engine", "id": "6c87bd053bdc4283a16dbfd72c467d7f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "16ffa39fc7a74735bb5448e5985eef31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b595ddff6ba14d3296fa4301163c5f01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "74e5c3840ffa4344b00e8d7b59137d84", "region_id": "RegionOne"}], "type": "accelerator", "id": "39ef4cf6067f4b07aaa343300aec11b5", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3435d74cff5d46d4a926ea4f10d762b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8d8ca12965ec41498f8c488a74ec4fce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e50628f37bac48c5a2cc727bfe4b1d21", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b51d8bfb79744350835c2e7f8d5e60c6", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1245fd440be84dc5950d19e7cb304966", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "89d1279ca00748ce8b147fdfc537b734", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4fef617c621e4d20abe17766381cec72", "region_id": "RegionOne"}], "type": "registration", "id": "ca9974bf70ab4009be44634a4c45f556", "name": "adjutant"}], "user": {"domain": {"id": "d053f7cffd2d4eae9b55a56fef7a5bb3", "name": "006d37e8a3c7446f811bc73bec70f721"}, "id": "7beec3108b074f678112dd6dbceb1fcc", "name": "909e19dddd2444158c8bf275714b95a2"}, "audit_ids": ["2b41d226e37b497b8c9750a64fbb0f77", null], "issued_at": "2019-09-19T09:04:44.125416"}} 2019-09-19 09:06:44,322 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,328 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,331 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:44,357 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:44,363 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,367 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "server-name", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:44,442 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/security-groups -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,447 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,450 keystoneauth.session RESP BODY: {"security_groups": [{"name": "neutron-sec-group", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "security_group_rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 81, "port_range_min": 80, "id": "1", "protocol": "tcp"}], "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "1", "description": "Test Neutron security group"}]} 2019-09-19 09:06:44,495 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/1234/action -H "Accept: " -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"addSecurityGroup": {"name": "neutron-sec-group"}}' 2019-09-19 09:06:44,501 keystoneauth.session RESP: [202] content-type: application/json {16} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_add_security_group_to_bad_server [0.227204s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,313 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,319 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,323 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,327 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,341 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.252081+00:00", "project": {"domain": {"id": "1ce389ea20484ebfb05db6bbd26d1095", "name": "518881b3ac5848259e202e7c21b7eccb"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f3815eb399a3492c9c67ed0f0b73233e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a9db9a2f5ace4c08a5e49aad9bb9be8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "bb711d4b7b3544328c1500994b92449e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ceb2ac33948943f49fd7faa0e7afb3f1", "region_id": "RegionOne"}], "type": "identity", "id": "af40cac1184749279a929fb839513a72", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "de6a61c0469c4a56ae16dd4c77c0a24e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d926a1e5bb824b7fa344edda8f514955", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "196f6634ca7d402eac9438d21be94cf4", "region_id": "RegionOne"}], "type": "compute", "id": "fe77ae5c2fe546d29f193c0668a5c75b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7c9a77ee7c5c497f8120436b2c9bfde6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "723846ba56b64f49b97bd8015562576c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ac771305d61449538c9c4ec568a835f7", "region_id": "RegionOne"}], "type": "image", "id": "85d6c6bbdb0645ae9070ae2546286d40", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "739ce8f1df51460f8a801f821833f63a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4c2fe78b621842d9aeeefc62fd5a77f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "70197ea8ce4d4f19acabf80366ce4dbb", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1d94fe37b5624912bf6b02db78910965", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4162633cb0334db6af02bfa538a7df5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59e8778afd4b45e0a7a8b6136c0e96e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da019b73c40d4c9bb81f6cd4b47f2b4a", "region_id": "RegionOne"}], "type": "object-store", "id": "5fb99dacb82f43b6b23f4ad82fcb40f2", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f8a648db719345648d6f84662448b606", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6da2b9f77fcf4f9da10d78f9bf220be3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "99067f9d55004374ba0ebe458cdc4786", "region_id": "RegionOne"}], "type": "clustering", "id": "6d96d706b96743a9b2e513f7b62b69e1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b51833340d7d4bc28d716edc9fad7c9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "963d0ff0d7f3449dbcbc020e0522ce38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "242cd51d7c004e81b962912b41c2168a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e43d5f4548b5426b8f09bfeb1dfade44", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "49b2f1a169024bd8baac22c2de4cb433", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ed06909df40f4b8ebe436679b474b242", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "31451da18cbd45d4b66608ede52f553c", "region_id": "RegionOne"}], "type": "cluster", "id": "fba0dcd4f0154d69881b7ad3fd65772c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "10c26bda672645379d88bdb51de4123c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6a2bb1cc70804b89b5a0c8106ab78fb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9483f6a13fe647a0b6d63d31112637c6", "region_id": "RegionOne"}], "type": "data-processing", "id": "12ef58c533004e6e835922eb81f0b20c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "77635bd06bc840d9bf13f7e61f37c660", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bd9d7264bcba4d08adf7b678158c603e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c590908e920345a292f74b7b2972299d", "region_id": "RegionOne"}], "type": "baremetal", "id": "a46a70304d1c48c98adb185721bc0cf1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f2138b85cde04196947046b6986b9971", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5ba92b1294904e37b0f31f63b8f94b57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "074aa3659752452795eac78ddd0f0d5c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e6644e51cd4741d8811b175b3581f6c7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8ff6bbfe51a24bdc976de559e9ec4a76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "656bd91f4da1486aa9660d1f4c5ff44a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "cf7119c2178d4eefb06fc17ba948ca59", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d35704e898764b3aaa2449cc76d99ea6", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "acd75d1c327e4f9a81bba71b6ab9a298", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5ce4edae94b64612a6efb3fc298d55a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f99a8ffc6a5145a58df420d4c29d96e2", "region_id": "RegionOne"}], "type": "key-manager", "id": "d5cce7fe89ad485dab10b8c8e30f748a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eb0ae74580874f89adde3aa53f4000b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f2d31a540ead4d65bbba98477d327636", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3c1ee23b009e45dbb8aac37ff294e698", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "8e752f5fb1d14a3f875fa2f290bbe8dc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6d95bbe72d9c41cdb2e92596c1fce507", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e58c15f903754df296d8b6baf42d934a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ad72d78626124e838043a4bd1b7a1101", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4257a7e8bc034998bf5bbfbb4f64ab6b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2123db951b3543f4a114a9ffbaf5a0e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8fd47fd3ff4f48ed86a0bf695d179716", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "42b23d64270041afb5d66b007760fd18", "region_id": "RegionOne"}], "type": "message", "id": "1149f9f1bf8c484d84b71e575bd9a796", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4441dd7c21734843b3ab37c968019855", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3f354af2a9eb44a9893abed7543ea90d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "67ab3f35886e42478e7447a60702cc8b", "region_id": "RegionOne"}], "type": "messaging", "id": "b0d994af3ae34cff9f99a7419d2451e8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b5f1cb6fbcdb4fa49784da5469ab71e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8934edbc6f1c4cda9881981440149ddb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6337e087e3dc468e93e4b2f00aa41ea3", "region_id": "RegionOne"}], "type": "application-catalog", "id": "1eb12944a66843d8becba29e0b843018", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a9d440bebe1c4bb699dac40c3f431a5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "75b8a1289f2f46a38705f745560a8fe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d5474a056e53429a906ba2e0bd2c5f31", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8dc2136fced5468fa2d8951f3ac349e1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "69b7e651985e4b3698c78f6ee1551a82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3555c601f8384ca1b5031a1eaaccdb5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "173485bd683b417ebb0e3f18e792ced3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6b4ea69d08cb4217b915438619131008", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "288f93c3bbd841dbb042210e3a14b5e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "07458039bd7545f2bad6ae031fe41ad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0e54aefd22d54383bd2dac031562ab3f", "region_id": "RegionOne"}], "type": "container-infra", "id": "bdfe8b3c51544fc0b8c8925564ac3c23", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "177215c07bf5489d8efb9725027fa567", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c41493be413e40a6959baa2b4ef7919c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "23a8bc7a8dcd46e29be487cec95cb877", "region_id": "RegionOne"}], "type": "search", "id": "40d2f246664940b4ac4f5399482ba32b", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "dc8ac52abb7a49bdb2c4bf211bd9f008", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f2e9ff631020460ba337de8923e60015", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e5bc5ab8be5c483f9076070754d2aebb", "region_id": "RegionOne"}], "type": "dns", "id": "ff91f832f8a34f27b7ce43caa0d6234f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a5b43f3b5fac45ceab6551faea778c6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0f37c1e08b4c4a72a79ed04d9e78f56e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "531bfd3ec27542c18c3511e9d7c30b85", "region_id": "RegionOne"}], "type": "workflow", "id": "a42a4d0b02f346629c758ecb02299f01", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9b53c0acd5694cbaa3422f1f212873f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "324265b2ef2243348d28678809369d5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a995f4600b1d4143be93c1e3e963b92a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "65fa7332a52641fabf89515fbf89d9c9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8d09407f3b754fd1909ff048b8c72793", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "53c769f8002b4203af4cc5c5d8c3cf83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "5cb6a88996fd478c8e41347ed7d2a322", "region_id": "RegionOne"}], "type": "rating", "id": "6d475c48aac1467e946fd142fed8e95b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "886c742605b04cc499a42df3d8ec21c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "deef6138624c449d946cb2ee5f960e10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9813c35449b646178eeb467937439595", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d6d4152364e043ccbd42e5391095f14a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ed5bbad1123844d1a104793617c57db7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4edea0a0c50742e88a01173e86ea838a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "373176e8166c45ee94567a21403e7c81", "region_id": "RegionOne"}], "type": "policy", "id": "0f855bfa83374fe2b71e247975b7e1a2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7d7e4a83f133440bb227e5356eb0b73b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d9c28bff430548668ee24468c1f34bbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "23a91a1951e343f59b7436c27bc24628", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "cfe822a6ff65468087d25c4d5412da43", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "23f4b2820b874aa796752372affc13c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d4dac98262844210b9cf45847867b3e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6baae401f3b14e31b048e6313f7336f8", "region_id": "RegionOne"}], "type": "sharev2", "id": "4c445a871ec94dfe81a603afe72cda1b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5b47f344377a4f788993b2841998324d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4169653a8cee4195a0c402d46a9d565c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7281f82b838447ea8490de0253156e2a", "region_id": "RegionOne"}], "type": "share", "id": "97d85f157d44464981e1880c1d2dc416", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9a957b646e5649ef8e471e08bd0bee74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4f08d1c0483f400aa3f8ff8a7e2f8c94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6865ad22a2c64d32beb2c87141016ed7", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1417ae7e56a94f40a46667bf2e785dc9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "787d36c3898b4c33afdde81aa0c2ef6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4bc5bc9b3c224318b51100f80cf96bf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6be30bd69f3484088daf90723a117e1", "region_id": "RegionOne"}], "type": "orchestration", "id": "ba117b0e86dd4882820b04ea6f672723", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a7465c3d2da4be193b87e22dc4d08b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "034dd5f0578f4350bdf3fcd5295e8983", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dfb215c6f55640ecb631b3a251bf6464", "region_id": "RegionOne"}], "type": "block-storage", "id": "1c95993068b94fe9b93df683ef02fc6c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dad4600d4b664e95ad7ffa84373c26b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "025c165f669e41e99b840707cd652281", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b6e1b0554e342b2ac231edcfd7b97ad", "region_id": "RegionOne"}], "type": "volumev3", "id": "fd968fe271704229afd2e155db38a62e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d67ab81550f44488668d725f93d0cd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4aa483939cfd4024b09655a3c1ddb069", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fbb170f2fd2c461ab068c4a0250b6950", "region_id": "RegionOne"}], "type": "volumev2", "id": "66e4d095595d4de5b87cd6b2d53de3a0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8682bab8b80e4008b5bf87ae7623a379", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f70c6c90aef4f30aa7d8dd023a9c1bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "542931b950704eecac1c6cc1b5b9d9a9", "region_id": "RegionOne"}], "type": "volume", "id": "fe9cbb47d0da4c51a5ddb5d653c9e5be", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a02880fe5f848f7bdff3cb14efe67f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9aca216710df4973a71c295d760598df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b89c751b290a4f5ba5dd6ddaa39cb737", "region_id": "RegionOne"}], "type": "block-store", "id": "b0c26c28d0814b89a54959cc66543457", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f80b3376ff9a48f38c5c3144c3504948", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8c42d2798c7e4fa5807db65a79e33077", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b74e8d3989434e31961dbe1d08531bbb", "region_id": "RegionOne"}], "type": "alarm", "id": "0338cc6ac583478298455852f546feb3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "96322e056e7042ef9c969a16c2292d8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2188edd938a34d6ebd28e91dbcc671da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e5208b936f884160863deefa5df70e24", "region_id": "RegionOne"}], "type": "alarming", "id": "ac744ceb2ebc4836a73eb09e14b4e335", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4022ff2504e14f8abac99523540b601a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a7fc4e53612e45b59b59102c75c86d55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b899c7b436e94b01813d36dae3386558", "region_id": "RegionOne"}], "type": "meter", "id": "4ff2d109cf164648b1c13aed49f25c9a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "631f939678a94ca69c8c9089d0474972", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "611037c38e2a4d538d91cc3567a00bb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3aebf7d62bb64699b1fb280a926786e0", "region_id": "RegionOne"}], "type": "metering", "id": "4a411ea6029c42968fd321a50c72f210", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b9e4a383d104464ebb7f5229f17a1fb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "773f392b75eb42c99f318608fe92f98e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "49b55a03458f4335891f0e6aa0c9782b", "region_id": "RegionOne"}], "type": "telemetry", "id": "a0a2cb2e835b48b2a33813a1cd528be3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "29e7d0da9808480fa85a9e41520ef214", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c567b94e35804ffea177639aa7fa03e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "068bef7b0a04412191375a60ed2dacfd", "region_id": "RegionOne"}], "type": "event", "id": "42487aebb4a546b6853d7932bc84aeef", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7bf548c71616426797a19458c7ce134d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b49234016bf244a082977c818167a670", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "70bad301b7584be88edfa3f52fc37d22", "region_id": "RegionOne"}], "type": "events", "id": "53f2368757844ec9966d1246c819fe63", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ccac8d8e75994cd8b8d3107ce0a15899", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "08a9cb652cc0471d8182298ef4bc4328", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b2b78630fc9c4515a118b7177bbefdba", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b6d3318a61234cff8d1ac8780049fdf4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7fd29afdd96948cb92a36935474ef815", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5df3379a8d48415895c85c1bbaeaa44d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "877e1f2d014245f180109914aaf62ff7", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5f0b4b95512349d786d552fbfc3984e1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1ee39bd02f454135a28c32dd2563d95d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6ae1f8efad414d6cac792dd895e19833", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "20bf9d52304d49a291a1232a6106504a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "af977e1ca6b746a0a44d3554e0124d69", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5ac67429ea664fc0801bbccd119a5beb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a7341a405f354f1f9a8de73dfa298fbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "890905296c6f4c7a99894b7ec8c7ac90", "region_id": "RegionOne"}], "type": "tricircle", "id": "f6739fd7549d477a9677b30e4cda7cfc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "834758ade2c34541b7d52e91a0dc1bc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "caae97f5456e4ebd959eb237ff1c52aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2d851d6d76da4f67b88c3af31c5607c4", "region_id": "RegionOne"}], "type": "database", "id": "a655adf113be4ccdb6b482429c132eba", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "816426d1c7a04828a88e418bc2270b14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "367750af87dd4055ba27ca0b71fb18e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8b33a4b9651a40d3a34518ad612c5a6a", "region_id": "RegionOne"}], "type": "application-container", "id": "d8117b26b09c4006a590aa619257a1f3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4cee720562cd4f83a08689703658510d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a25adab615234888838be1c6fe38639d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "286613cd1af0402eb5dcc2007ac09037", "region_id": "RegionOne"}], "type": "container", "id": "28de5f544e7a4d5e9a9d7267299d45a5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0d5dc4e65dc14516b91585ffcbe44447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2b578330fd5d47a9b33cf6da0418392a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "119a4b01222d43bbac92bee87c1fe87f", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "eb4a1384967446c896a321ae7403df4c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "adb665dc98b8495387151ecd8fac4320", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f292ac8a68cc4167b7c3bf8a33dbf611", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f2e0ea3f182c4a5f8209e14e334eeca6", "region_id": "RegionOne"}], "type": "rca", "id": "224f36aa42a747b78830eb6b980dba26", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "349da4802faa4dc0a6253f8d27433ea3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3ea3dd75c5e74557ad8884776dce2095", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "442d2e28a68d4b6baa6074293120cc12", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3cc8d55fdef748f193dd8e40ea33edb1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3f35ae5ac5ec4f5db1d6ee411ec629e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3d8a2285c0ff4fb198e8bf4fcb8074a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "68f6f56679b949858ed97d804b36d272", "region_id": "RegionOne"}], "type": "network", "id": "6777dbccea1d480c94290a920dba91df", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7a1aee6df1974113a64fcaf162829be3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b9c74d884a4b4ab28cef897e1c83b818", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4e331345cb8b4d53ba4abfd9eee9f4ef", "region_id": "RegionOne"}], "type": "backup", "id": "8d468b0e88f64ddb93fdd4cfb0dec641", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2bf50a8e344f420fb5bc942c9f36acee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1ad6386c32d946f2a0ef5d29d666c662", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6f24f949992f4fdca5dac9119a8519a9", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "53b95b73dda149de9fc40026bf7c6155", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a82760418be746f997138279d6dd8d3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0ad79d9afd4744cb8de8fbb6ea342bb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4a426e1edf4146858d1c6d57f7ff27db", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f26afb1744424138947f2d86e3a7aa00", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d9b58e88c70e4a039a8a850795b2455e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2104057c4eaa4fb088976b0fb166135a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a4618953f17e4e25beb0b52efbf7a0bb", "region_id": "RegionOne"}], "type": "monitoring", "id": "6fdc9b6a0433452fadad8b38eadb5fb2", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7b13b5b8f43a4b15b16e4fc78be3b00f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3bde4d4070f9475ba718a9a8d9683a1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5c5bf7795af64b8089e45d1f140ee408", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c69fcc4aa8854d82a5ac04f93878ff7c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5079fb0ad8224993936b8681c3d4f4e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6576101cc7594f919f4e528869278bb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7d301c7d130c44bebf8a1808dd007b94", "region_id": "RegionOne"}], "type": "placement", "id": "1c293186491c4151a11d80a5f912035b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8e955751e7044015b420de997c9b9b68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "72291d7dfd224f59bd81a3228c4325cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "95b394b93f7a4484ab71c0148edac8b2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "142fcee9d2e54c96a275fe69275eb982", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f69182fd3fa6447383e44d334d880cc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "52b4c17295694953b8b84d8702ed5cf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d109ae67f9de4b61a438b0df1e92284e", "region_id": "RegionOne"}], "type": "ha", "id": "47e8566dc4574673b3b0c859af0869a9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "57ca2402c19f478e9766be5d766d36c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8b01695c907645ac85f5cc5d6b45dab0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "860862538fd74c82839c2cc540e67d3d", "region_id": "RegionOne"}], "type": "reservation", "id": "6de38b20dbcd4adf96b42bf5bc67f397", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bc47b32115be4195a17c77ce90515430", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f08b66d8cbf84f64824ed18e7c8d9b30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1ffddf9ef6f84ca7b9a1de06692ee4a3", "region_id": "RegionOne"}], "type": "function-engine", "id": "e9fbbe59776145759e8a99344101bf13", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "99d4d8891ff94d3abc545ae95e39fb95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "24ff5ddd48cd4f95ad5ec434115a6ea1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "594ba57c4dcb4391bc039d68b6da3b1f", "region_id": "RegionOne"}], "type": "accelerator", "id": "06ad441b685c4567a41c7f819447b88a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "623a43c0158d401c9b8f5cbef1142087", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c915ae1156fc4a0ca7b605e3c6ea1bf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2968a43a56b542caa3d5f72107bc4100", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7bde3a6420754cb586e1a74f7aaef219", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b6add2948a7c470e8c40db4b3a24045a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "253e349baf2f4ee0bf2f68595fd63433", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "62480667b1c24d04af77ae4000aa8460", "region_id": "RegionOne"}], "type": "registration", "id": "e0e923d4cd024cc7957ee5b1095827bf", "name": "adjutant"}], "user": {"domain": {"id": "d5d3f04432404e3cbc73851540ad274f", "name": "b4758b4c4927400c8978ce463618df12"}, "id": "2f6068d91de343e1ab922def25dedf33", "name": "ffa85c88c5d54f57baa20cb8c1f75188"}, "audit_ids": ["994fa6423e3d4b76884415ffcb50fa87", null], "issued_at": "2019-09-19T09:04:44.252081"}} 2019-09-19 09:06:44,412 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,418 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,421 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:44,440 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:44,446 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,449 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "server-name", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:44,472 openstack Server None not found {3} openstack.tests.unit.identity.v2.test_role.TestRole.test_make_it [0.067266s] ... ok {26} openstack.tests.unit.cloud.test_router.TestRouter.test_list_router_interfaces_internal [0.330997s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,327 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,332 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,335 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,339 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,352 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.250060+00:00", "project": {"domain": {"id": "67240314e5d341e18f85702debbd3ae5", "name": "60ea2141dd9b4deaa80fb1368a4ffbf5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c6e90d4b33d1462b8bfc96a24babf514"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0004e67d60774e8d8a9be5804aa68d31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e512fcb119dc4012bc9f66bcd452746d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c5476185d8bb41be92b828bf2a786da8", "region_id": "RegionOne"}], "type": "identity", "id": "6cb3bc8aa62f4b0ea545feadc25400b1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7eed42984b9943c7bb50f5f65b786d33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e227a9053964449383cf254c397f1c94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "eab980405a864c44af5046871d083cf4", "region_id": "RegionOne"}], "type": "compute", "id": "4d195b14117342518e5167954da62fbc", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1ca2e2bc145a4f3c83ff7496a3078e83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "4c3fc25841634ea78f1694fabaacd1b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "900985196d5e4ab38f3c37842e0f258a", "region_id": "RegionOne"}], "type": "image", "id": "7457a4bd3d1144248371fe14240d8e7e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e07592578faf46d8934b2b57a5f1d8da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "685ae67868da4211b2187d4fdba8f64e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a188b47d2f9b4b019c288cf086a8dfce", "region_id": "RegionOne"}], "type": "load-balancer", "id": "412ad565fa9944dfb3dfc06efc2c7d33", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14aff3666e39467f95745ede43a36076", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "acce68ce451f43978abfe05af1f1c47e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfe3173bc109453b98edc5dade92b7d5", "region_id": "RegionOne"}], "type": "object-store", "id": "990920a7fbf44bd7b5d41411eb145cb9", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ce6f66ce914f4fea8c6199a7c16f83fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "062ae82248d04e2f99e725a89a4e6b8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2b8630b4d565458cb71b63c3e9f36b19", "region_id": "RegionOne"}], "type": "clustering", "id": "6ab7698444b8465db9597bea4d5d5c0c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3b93174957d74811921e3588f27dea24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4242d08d241c486a9db4eda8df3b99d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2c023615aa834613b9fa051736cc5e69", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8067b1004ddf4ac1826da1d644d7631e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "39ed11faaa154b1b8eed8613606c50de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "23c57eef8e794bbcbc81354d490c5019", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "434714c29eb64dfdac0441bc98d50318", "region_id": "RegionOne"}], "type": "cluster", "id": "48de6a4b0a634371aec7a50de4ee7abf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f4aaab84d1a84bc1838b37959438ff09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "276408e2fa3b45e296cb56695d222b4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "111d5fee20a144c8919f64006c99bd9c", "region_id": "RegionOne"}], "type": "data-processing", "id": "3c51ab1d35914742be288f050836d0d3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c08d77adb5ac4df088948e45826428f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0aa6560c77a947e2aa25622dc7e6cd02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "eab956f44d434c96a63cea59ad0b017f", "region_id": "RegionOne"}], "type": "baremetal", "id": "b5ce4aafa10845798e89d7778e15e687", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5cc0c6ebf64b494a9b3d2669342a9a38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c74e24ffbbab495f8c72e6c89c837c3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fc9c00d34fd443f99961c6b3c0e1c192", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d42dc2ebd4384fb8872e24422b661a01", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1ee94687a25a4eba9c87651bfc4c1375", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f2ccdd0e2ecd495faf31497d13d1741d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0fa7992d87e14df7bdf832bb3114b57b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "82a6f2d7633f400e982155d431510860", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c15611a4eb0640a4b3a28a70169bb4ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d6574f87cb11402ebe68b5dd964b39f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c973bafecde9408c82c04e69962015ec", "region_id": "RegionOne"}], "type": "key-manager", "id": "cd2c326e27384fccb2bf1e4ebf998332", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6cdef28c5cb544e0a9679f0dd973dbf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "41c2bdc61e644d329db716e49531ac37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cf077446fba24b0bb2282b37d718f19a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "4aa3d48300ca4b61ab0d9edc97515305", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "018a040245c54e23a905eae1ec088413", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "866ab4ebe2f346328e57055db74ccfce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6771ed9812a8401eb652ad73b3af8c5e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "75590667d62e4d6f85849675c9dea44a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "483c716439f344c4be691bb7015f1e26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "28ad858e7ec94fd797f9fcc0e15bfc4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "05eaafed93c54a01acc0bae15f4b6e3d", "region_id": "RegionOne"}], "type": "message", "id": "8edb3713e6824559b28ab80b7ce2c136", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "014e9a6854a74cdfb206826c7e4bca7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "78176693a31c406f897bddbc3318cb6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9121e4b4fc9c4113b54fb89e1e5400fc", "region_id": "RegionOne"}], "type": "messaging", "id": "da0e4ad1a95a45e784f127be48e8124a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "559ac4819ec7497ea2afe5c79c8c5533", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0b175a6a8d2a48959875f2c4961fd55b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "fa90b3090e2e4364a3db8ed19c7cc905", "region_id": "RegionOne"}], "type": "application-catalog", "id": "365626ee832549af85fc19855a98aba1", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "25d2b6795ab04358a62050c7e6757c70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a1f8235f56ae47f389cfb4b62c7ddcd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d48b68b838ea4bb7b164d184ee2904bb", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d6ea924bb6bd4e98af8ed8050c2eb1e1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c090bdf6690344ecadfb65d0d0f39b8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ee79dca4b8a94ec2a6d0aa564dd95ff3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8a798d73a9464e8b9d131f93af6b0c22", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "def65d7c92d940c9af17a30545e6da46", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "713c18c48e50493a9d7d58d44bacb5fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fa2dae509594498d8dd89e0cf5233501", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "de464efa3b1648629a941e81965695f3", "region_id": "RegionOne"}], "type": "container-infra", "id": "c0bea706bc2c48119f6b623f61d7bdda", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7380a25b61ac412e96c9d1f642d7c7c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "60951692cc2a4cf9a73f0d8c9c61e892", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "8329b709e7ec4fa496e823bfbf7282e2", "region_id": "RegionOne"}], "type": "search", "id": "696ec59e21124b0bb8cac755632d4ac8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f9a10fcf1592478b95e64259029ce180", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "fc98be201a0547a28f8884a80aee7536", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d5e720faecc040048a4c33b3b85588e0", "region_id": "RegionOne"}], "type": "dns", "id": "8fb40d55e22340a19f08677536e62ab8", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2cde061d1d83495980f4f8bcc5017e48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "83f100ac853241df884154df225be88c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "afc8f326a14745b08f635e1b36c1f1f7", "region_id": "RegionOne"}], "type": "workflow", "id": "7871a54aa8b347c9aa9e0d598e5110e7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0123a425c23f4687809849a55fcc58ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e85c31b454fe4f5e8a9a0aa6d4cb8ca1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b30400553a4a4a078c4ea9e8efd19347", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7edf327650424061a84d07387f364cdc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8d2dcf92891e44babc0099844ef31e46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "678e2aa15e4c40a78ed1caf0be99287f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "bfc243690eeb4e9b86b6e71bed92a383", "region_id": "RegionOne"}], "type": "rating", "id": "ced6b1a79eb54afdb0037d7e9e210ec2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "028ef3ef5b5c4175bf78396cd77d9555", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "af84db5e4461479a8972af17b12466b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9d73d2d2aa5540f1a4f7f9dcf7160936", "region_id": "RegionOne"}], "type": "operator-policy", "id": "aec57bd153204dc98db2238050af9f0f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8e1fff10159144f78e56d4ed1df48da9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6f97e8f334164761a5f400222bc76cd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8b31d9a5a96e4d199dee08d98ed51e75", "region_id": "RegionOne"}], "type": "policy", "id": "1996b9e344c249d78c33c282b135e4a1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0d6fa82097174ddea84b3954975ef0e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "80c2a937cd3b4f7abc8e6f7b98982d50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "72d4575efeb44644b347cdc403686eaa", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b9189724137945f299ae7230c0fa929a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f1952cea6ce742acb980f31728da2fc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0930bf1f31b245daa635c548c27de564", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "500afca075e3442dbc0bc54c867c9282", "region_id": "RegionOne"}], "type": "sharev2", "id": "3b82b9e82c85463b8a7d6b36aa465c34", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "071fb7e55c984483a500c6669eef5b7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bd1d8a4bee904f32a33120239f89558d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "708cff56063a4b08af015e9df451ccca", "region_id": "RegionOne"}], "type": "share", "id": "9f13864634724079812dbce304bd5c36", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ff5050d9ae504fd188b43fc84bbb747d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "81be4c5568384247aa992189b092ad46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "790993698d5c43208849941ce9f092e2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "11e246fcd9c246a3af114dbdc5f373a8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37f43763c43b4dee979b3d32e1f3a666", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d2d8abd45f3640cf88cdae46a73c93fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "651f7f70b7b8484bb419283f5d8e183c", "region_id": "RegionOne"}], "type": "orchestration", "id": "32af955fdb524cba8edc503ef94ff81e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53114adc94554f4bab58051eaf45a82e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "579969af2ec54819ba711930c9c44fd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cab6b10f0501459e9d341fdca6e0d915", "region_id": "RegionOne"}], "type": "block-storage", "id": "c9acacabcb3844b99be7d42413fd0ef0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8cfa54b4f79644e48848fea3f60f5029", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3548f8501ac1475f8b3e1b566c7c8adc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "005b5616d69444df8cce60ce983fed08", "region_id": "RegionOne"}], "type": "volumev3", "id": "004e5e3108f54021a5aed740df91223b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e002fdcd9659463b902c0089cb377545", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec96380ec1984d078d202fb2837e3104", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4bb04ecddce24d36a6daa66e4a612d7b", "region_id": "RegionOne"}], "type": "volumev2", "id": "93915eae699b4d86a345cbf15f53f6e3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "790de4eab3b14aea856848e59dbcb9dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "152e7967069e41ff963b50ec860f51d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26f5c2b232f6441db177c47421705821", "region_id": "RegionOne"}], "type": "volume", "id": "7ef36f38287341749474e267ad9312c4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9bff833426a846798630e526f4750adf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "434627f412354f559cecbed63eb78943", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2163bbf7fa942f1a7fe064e04381c00", "region_id": "RegionOne"}], "type": "block-store", "id": "29448ae09798460aa3814408e96a8f28", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0f99894c449140e18ebe2cb4e8e1356c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ad29e801ac00481f802b615283279ebe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6b4a0634f2184316bb5f49b5ca6634c1", "region_id": "RegionOne"}], "type": "alarm", "id": "97461655b3a14099b182d68b3038bb88", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "249e82083c8943be915bbe3be858ce59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c849e54fe87e4869bf4c24d15b37ac9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7676d192f5d34a1c8d6f658ff829ad8e", "region_id": "RegionOne"}], "type": "alarming", "id": "5b60f83eca0a40f4b98c66c36d432f15", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4c945b2f815041298a9afd947a24a771", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "70d9f1592dc643dfb9893c9095945cc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1c1999c082b248129db79b61c0eb0b30", "region_id": "RegionOne"}], "type": "meter", "id": "b2eb7c0286294ea99f6d1bc4b2d61cb7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f46b844428564cc28c5fa54077ab8ed4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "507a76cbd2274f1db132dbdc3c97de69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d057be5f63744fc3b01df3a24cde54d9", "region_id": "RegionOne"}], "type": "metering", "id": "9c153fb77cb44c8dae667c7efc2264c8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "61935d9ece1040c5911aef43d3b90430", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "720ca4aec278495eaec35a925ddf04d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c1314ac011f2490c89566fedd75a99f2", "region_id": "RegionOne"}], "type": "telemetry", "id": "24e815a2fddc46198cdd0c2f5f3e0ada", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "aa2a26cbe0254897b3b919cbe36ec791", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c6c2e66d6d6349db9367e1c04e55ec0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "daa509a412be426abaafbbed8ad2d8a0", "region_id": "RegionOne"}], "type": "event", "id": "29bb5dba91e24194b94f99e90f657697", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c81fbd40ef314d3fa30a2a27295779b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e375e6b2457f4fb8961590d6f4665e88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9107be763c0f4270bc9539a99872db15", "region_id": "RegionOne"}], "type": "events", "id": "1b87fe8c97a24039b125ad9ca18a8a09", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b77e5481fd674199a972dda16f8fa321", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bf143b199b5649318e54a795ab9397e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7c7e0809445648d7ba4cd94681047eee", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f4fb7e6b3acc4c018bb8d4938987c1ea", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "46511638e455433b9497cafebc90a4db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "326b009047f84d098779bac58261e4e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "cd85233b5d32449fbd9e524cf014843b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "58f9f9d3e2624e08b0d2c79cb0e8c5af", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c09b3f7debac48ca857c3e444ae0756c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "75e4ecbcf9b340e0be783d081809d27b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cd32d7952db041c7a02cb5554d4c8644", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "0e4543368f5e43faad415e443a6b9563", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b5bba07599174adabb80a072a2ff56ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9f1d9a8f3e614183becdeaa6592262ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0ab540a17f5b40beac8dd2c81401ef75", "region_id": "RegionOne"}], "type": "tricircle", "id": "cf6b101cb2d14427a7b4d0ae9af640ed", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9db1d2bc800443e59ccaba7bc28f45c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "fe772e04ade8411b8db7c661e1afb504", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "de9cae937cba4f74b2ff8fa69c487c9e", "region_id": "RegionOne"}], "type": "database", "id": "775b443503884d67b4fc57631bc8dc39", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9cd7d8836b7541f28d2077b59b8ecada", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "aa4c1eb6ee7440baa06eeba039f12d58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "244efaef00ae4bbc955aa20c90e5fef5", "region_id": "RegionOne"}], "type": "application-container", "id": "72b82aa5f46844c5a29c9415144d3d6b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d378a4cbfc944b399fd0a22c29794d93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7d9797c72bb24d27ad7c1c18da530b7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "606438a416214e259ad7d1ba4978e1c9", "region_id": "RegionOne"}], "type": "container", "id": "883a1564384d459e9260d4695433f684", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e3fb9f16de9d4bde806c81404fdc5403", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bcbabbc3c3a6457297b43614fe356537", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5a461ae05ecb442d962a4120b4ab424b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "03367a5f498e496e9a4b822b761be44b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "34ceead51fc74366944faff60f5c8ef9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "22e955e7c15f4b99b0c245c47e7111b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cc80e92e85b84f449867130f998914f6", "region_id": "RegionOne"}], "type": "rca", "id": "ba8bf88eb613465da69320b4d4059212", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "afac8de86b374da296c7a24dfbb62685", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "efb0b6ee14ea43c2869e93137bb6c4f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1f2e6dd5ec044a479cfd2e14a97df024", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fb5ba1ff93a44fb88e28d60ae0822bf8", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4eb08c25070145349ee4ec3385e02315", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "507e0240e0f4464bb7da66841991226b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0a13e01bf8f64d2fbb3b066eb4924ab5", "region_id": "RegionOne"}], "type": "network", "id": "ec201f725a9d4dcd865005bcbe5af3ba", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "38ff29c90d6345fb96006084a6d22f3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "bedb6a9786b94de09174fa9bc1b4d01c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "5d96aa5b830940d39713e8c81eb8f7c2", "region_id": "RegionOne"}], "type": "backup", "id": "26c9f6069cf748c3aed9e5ebc6c7126f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a2213edae00349258f5ea144dd7bf0f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "374eb8d484f1460f92733171ebb49d29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a7770184fc3a4a78b271467148f2f581", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1261a79933924abb916ada4b27d21244", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "10395ba994d2434f8a4214085bc09734", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "291a932496e8481a96ca601b8743383f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "171b45b8df4b4f8d9a13c91b54f6b434", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a939130c504d423599bbdbc70666c5be", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6c7a752a012e4ae98d25a5db9e3261a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "23a476ddb3014bf4bc90b235de76c7fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5b2e36e6b7bf4536b02619cd6f4be9bf", "region_id": "RegionOne"}], "type": "monitoring", "id": "d8f475225b324482afaee962c799920e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "992bce0eb52b4f5197ebbaee862b890b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8993c647feea40f98d1d481c8dda7e5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5e3df9f653db4c1787bf1a4035d6dcee", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "37167e113bc64e56be95e57177ecd9d1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3b805eef04404ddfa5fdc07ebe5f747a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "caea7d70381f42b0bcf32d7d007ee036", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "85041e8edc9948fab87b521bc328584d", "region_id": "RegionOne"}], "type": "placement", "id": "f9c8af9c7bc24101b7d169002a43b078", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "310d29a5a99b4aaaafe6cf8cd72ecdeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1e3db5c8feee412ea0080bed1202df7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "308d684364414b1488cc3c9bb59cbed1", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7fc505edf3724fd3a445bd7fdab6f509", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "57de97cfeed34c29a707e9f4e1f8a7e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e0ebd559dc2c4cd68fa72a0bf9849010", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4853c489fce947fbbaef1d46732d5df8", "region_id": "RegionOne"}], "type": "ha", "id": "e6c8f654ab3c47b2be675f1e1b06d0a4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f38c21c07dd54281bd4bed21190cb140", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "550ad62512054759b06a90e6d4445eef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8c895fe9d5184602a6e561ea61813b3d", "region_id": "RegionOne"}], "type": "reservation", "id": "910360ed7266478898596d7bcaee038d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "04f355854e2d4793b30b8ea4c39cd0b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "372c422ed099437cb192b38662ef9025", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "6dcece29b5e048a4af40b06c971b0320", "region_id": "RegionOne"}], "type": "function-engine", "id": "fdb2d9809ab14d45abfa3973bc38d798", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4b05091dbf3a40f68c5ca18ebdc85aa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0a3f1be76b2a477e8384f7842dfc87b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "12911d6998614289bf06f837b046e386", "region_id": "RegionOne"}], "type": "accelerator", "id": "32bffe78b2724863b1d4596363b74332", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "16cd0f07a8054971951c8f6beba5ab15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9583a69cb9b742688db7bb5d894e6669", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cc58696f781648f084dbf578b4063188", "region_id": "RegionOne"}], "type": "admin-logic", "id": "45313e53a6f244a3bd25c4598056f882", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0a53fffa0fd24b548e1b50ecf6e6f8be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e087287d82e348b2baa1c5f63c6bb62f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6f727b77a7a34cd0ad66f05d76bb881d", "region_id": "RegionOne"}], "type": "registration", "id": "41472cbdb6cc4541915bbeac701cfee0", "name": "adjutant"}], "user": {"domain": {"id": "3af747552cac43ce86e4964d223ae3d3", "name": "56054eeaa86a41c49b35f3fdf8bb9fc5"}, "id": "2fbd775dfc18476f88135c58ba28a14c", "name": "79915db301d3426c83cac8bebec155f7"}, "audit_ids": ["67751fa78ac94ee9baf66aaa6b2fd769", null], "issued_at": "2019-09-19T09:04:44.250060"}} 2019-09-19 09:06:44,507 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_interface&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,511 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,513 keystoneauth.session RESP BODY: {"ports": [{"device_owner": "network:router_interface", "fixed_ips": [{"subnet_id": "internal_subnet_id", "ip_address": "10.0.0.1"}], "id": "internal_port_id", "device_id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2"}]} 2019-09-19 09:06:44,525 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_interface_distributed&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,529 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,530 keystoneauth.session RESP BODY: {} 2019-09-19 09:06:44,542 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Aha_router_replicated_interface&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,546 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,548 keystoneauth.session RESP BODY: {} 2019-09-19 09:06:44,564 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_gateway&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,570 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,573 keystoneauth.session RESP BODY: {"ports": [{"device_owner": "network:router_gateway", "fixed_ips": [{"subnet_id": "external_subnet_id", "ip_address": "1.2.3.4"}], "id": "external_port_id", "device_id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2"}]} {5} openstack.tests.unit.cloud.test_stack.TestStack.test_list_stacks_exception [0.189889s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,336 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,342 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,345 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,349 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,365 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.266137+00:00", "project": {"domain": {"id": "c0333e9f15db4930a9fa2e3bd725d061", "name": "8d576765c6ca42bea86ba79f046439e5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "fb4db67e5d73415284a749d20b9f979e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2beee11e6ee54c92b67e6a4f0ea958ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "6c495ea11b7f455d9ec54549090abe3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "78c9d28e9abc412a941b5fa4def75726", "region_id": "RegionOne"}], "type": "identity", "id": "1217e29f05f449aab8b2b7ba23af9980", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7b3986269d144c3ba4ca2c15908d873c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "606e44638a0c4eaca9d444d712defaad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d570c0444bba415b84235b475fae82fb", "region_id": "RegionOne"}], "type": "compute", "id": "efd908d15c84481fad57a705118e0a75", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "63d7cd80507f4754ae8bb4220a2a071c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "4a6b1099ff934a9cbf1c36e073989724", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0eaa882626ed4f6d85dc02396778e938", "region_id": "RegionOne"}], "type": "image", "id": "0333fb6b81ed444f870043ecc0706714", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ef57ec123a3b4e8d9358c8eff29c65d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8143aa7ee55d43938c70ac96a933fe81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "cac810851db94391ab1829baa8df8088", "region_id": "RegionOne"}], "type": "load-balancer", "id": "19bacde74d2f4991a75f146e56cc74e6", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7de17660b386463eb6e6454a8106967f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af105e3c4bb94eab8c290bcdfabd2175", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b3048d0e2964626bd1147566456a8ec", "region_id": "RegionOne"}], "type": "object-store", "id": "3c092b63321644759e82c74e2a43ae80", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a1874b4e51ff42a49ccd90386f42d552", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dbd1295ac826401cbffe42b6d6d6bfdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "75fe997e4def47b8b5fc23c9e387a0b7", "region_id": "RegionOne"}], "type": "clustering", "id": "c35693ef560f496fabfab1a1d1a2c8d6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7988c98ef7b047d9add63f290f6526d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "abb54141b29c4ffeb3fb85ca0f721203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c8c84bcca7da42b19f57b569ccb661f6", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "19e15fa5c8dc4423904d62d0894392b5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3e9514b6138f446baf19f17bb5b2a441", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5a172f56fb2d4ebaa5135136349d3381", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1c44e2d65af145d5979502e7dc77659d", "region_id": "RegionOne"}], "type": "cluster", "id": "4e6fc59a8caf4db9b4de2e90b1467360", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d0c781904e4048f897ce2da90049f1bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "51b9499226844ef8aa9360ad5cd16260", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b9b238d4be0b416e9c499142e3113857", "region_id": "RegionOne"}], "type": "data-processing", "id": "86f5ede3c504420e94fac7da5fdb1fde", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1b15dc28c0a54ad2a20514f4564fe2b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4d325154d30f4b1dbce52e1e3b429d1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "88632d82ba1d4f5fa8c8e2438a6b8ac2", "region_id": "RegionOne"}], "type": "baremetal", "id": "5d31249e007f4882949dd7852a98f683", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1eb28ff8d7ea4c9e8e1710c8a37ec5ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8ec925ff8d1343a5bceeea6832478a24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2998c8922dd844f0bf98a6fcf270f4a3", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7425f31354564ec79f4209e525ddb1b9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "82cda6e1f66a4f6694d95c84722177f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8eeaaebf3a51444990a358c89b619553", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c704628c6f7b4dbfaecedcc77c5f2f46", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f3c7d10cb3064896b28af26feff05ff5", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "dd4ab15fc03642c6b0de52c24a64a0a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8e5230b785fc42f284581416df029cb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d7f66da542894575b2abad29fe77cf4d", "region_id": "RegionOne"}], "type": "key-manager", "id": "ea2a60aa226b4721bcfaa44a01ee0382", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e61e7f373c984eb984f8e75db693fa08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a39fe49792444df09532a7681231fe64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6c06ec87abf443d2abca75584aabc5ba", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "7b276274d9554d28a0347baf42369271", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3439f6cead954c549ea11029e9801e5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "64a904ffac2845dcaa444cfc2b6c703f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "802abb32355b4e6fb6768bc35bd28a66", "region_id": "RegionOne"}], "type": "infra-optim", "id": "613c00b30e254a398e6f55b1f543a5d1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4198076c3f4c4bd899ed0b600c2518c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "260db830e7a94042b81e727cf34bb61f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4dfa58a337e44dc399aa4b3a7a6c040d", "region_id": "RegionOne"}], "type": "message", "id": "1c7acdfad24845c3808df45718634422", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b182afff009640c9ae800af5a8aca21c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9b1ba02f6f7e41d392bb7aaed6e4bb59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0bf8287a8e41455f83ac64280186e135", "region_id": "RegionOne"}], "type": "messaging", "id": "2173ea9a53424ae1af01b43541df501d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5665be4c99774fb3b8589a3bcddc2c0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "34917351e9ad4c5f9ae7feed7b982233", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "78d66e0cc9f3400db70529e6ebb25f72", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f35234069b954916bbe8441c978fc022", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e05feb41a3674f63b3c900cc2e5fcd8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f033256761f48ac8ddda78ca150db7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e086022965443a4a367602ed08e3709", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "703d642619934bd880b4778b88083caf", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "42ba8fa5805e461aa88a46ef7b9454e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c6a16f24a05147b48a619562b021f743", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "211adf17b9e44f79b3493af358e467f2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0adaf151271547588d2aac2d4e60e5d8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b2b82b70748946be8fd491ed73412343", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3a449ed725a94e599a7c1dabd294bd54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "083702e918714014ba82a1685207694d", "region_id": "RegionOne"}], "type": "container-infra", "id": "91787cd801e445e89adcf69cc9ed78f9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "82f4ca786dd344358c100aa1cbd1aa72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "92c79ae44e5b4ffbb8f0d6c1fdb432bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a3d318d60f464524b7cb4599c98c11c9", "region_id": "RegionOne"}], "type": "search", "id": "cbd28fab87214182b3665a2a3d3445d3", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6be5d14aa59d48dba03221953ab32fb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "63fea38ef5384e5a8382624633467c47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "139761276df64ec08aaeaf2916662d35", "region_id": "RegionOne"}], "type": "dns", "id": "acf82af655b74c24a0aa91fc833549e5", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "33c032dee0d1422890b4cba04683e868", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "78f9817498ee4456b7c2ea5f54130d51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6359bb34949c48d8baff91624c1f0838", "region_id": "RegionOne"}], "type": "workflow", "id": "ad4f2c95de9948b3aed1c121764247f6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1376664dece14966bcbc7a2bfc2710da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f31f1c24b1ab4a8b925182de1c13fdbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "17878bc32bee4ea4a092dc707524c032", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1badadfb16d94839839a2c898a7c7c80", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "bb2d6617d2194f569975b2547881c8d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a3ca501ca3444eec931e732cead82218", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "53096112f3be46d9aa63715572044704", "region_id": "RegionOne"}], "type": "rating", "id": "3ab41b1c7d604a8996685b5282f275d2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a93a411592f647dbaa871965010d3c6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "db3eb809ab144d13ac2c5bc8c11688c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0a0a97e0873241c3a905da23e9ab8ddc", "region_id": "RegionOne"}], "type": "operator-policy", "id": "be9e7306f7d043609e0805b9d3c93c6c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "96dbe06f0d094b379bb1eabccb130b24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "535ae5f5921c4454a06eea881a654470", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "03fd839c409942fab1dc57661140d0b5", "region_id": "RegionOne"}], "type": "policy", "id": "630b797e332f400e88b03f817374636a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9037eaefa2134e0dbed140c9cebf126c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ac02d7cd3f5840b7addab5b6c65e713a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c92d24a6837b4968a2eb64cf683ceefa", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9a114654db24402bb58667a90d1bc5c3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "57a6f116ebb742d7b1d173b11ab774b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2382675705f148d08909c9031d7dada5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c47172b9359e4608bec0eb87b500d377", "region_id": "RegionOne"}], "type": "sharev2", "id": "6cc6ff6f139541a3b610a76d9df1dede", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "821d6a60e1174aa496780470576af3bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "29a976367548480183a03356b7d5c805", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6335f83e9e0148eebe67789f6fc2526d", "region_id": "RegionOne"}], "type": "share", "id": "133c4922d7be46309f2d9ca32b617f5e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fffa4033bd5a4541954e630214866769", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7c75eeeb74cc4a56af0e11f33de879b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e44690bbce80465cb58ea619270e4702", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a42cb488372d4106a1495f686b70ca20", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "564610ff6e1f4000a7e7a6259f695575", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a6be2a21ac943cd9219b1a13efdadc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb8e0c082a9a40f096a9c0079a796613", "region_id": "RegionOne"}], "type": "orchestration", "id": "10091e11e6304814b79421496ac7ccd6", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e1d2ef70b66475f98f3a06314fac524", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d2dfc37a6cd7413596aafde2381ed542", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fb9497c11494205ab04d881c30bf783", "region_id": "RegionOne"}], "type": "block-storage", "id": "85ab3281ff2249fb98d60ec9de885ae3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32ccdb6e3c204fa9b4ba9aeb56246a31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c32169557ff45dba524f5fa9788db01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd0aefe2d3004d21b33aed9de685b3e4", "region_id": "RegionOne"}], "type": "volumev3", "id": "5a427738b32048f4a470d0e671125ef0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "343162a2331843518ce4c8f8bb3ec7d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e634e8a4fe346e893fdf6c23644ec6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5ec98182e684615927b48bb9ed1f697", "region_id": "RegionOne"}], "type": "volumev2", "id": "49c74269ee7f4d9bab6f8170db4bfe3a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff08cff225664e538c3f99ed4cd74d28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60e47e99830147aea3b9c2594daac9be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9855cab3c0db48f48f9130e81b3e00d1", "region_id": "RegionOne"}], "type": "volume", "id": "a9d6543123bc4c1e936ac1d3b5941e56", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87c4338b49e64aff8d11fb33a7bb861c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "495191dab801427aaf6158b5c59a7a2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64ea38a258ca40b8aacc5567f311508e", "region_id": "RegionOne"}], "type": "block-store", "id": "6807ed0ec4f848b6bb8ab7af46e150b6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a395cea18a1e4c1fa7a61aeaf0d2e66d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fa7a3a26bba84cf6818df09cfcf4b047", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5c160141bdb94fe283a07d87ede8072e", "region_id": "RegionOne"}], "type": "alarm", "id": "a4fd3c8587304b4c944565b3f4d5cef0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "69fe8808e5cd40b48445b22a678212c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fa68016704c34c63aa2fa1fc8c3c9ebd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "241326516b824569991ac9252d52ee46", "region_id": "RegionOne"}], "type": "alarming", "id": "dd5b9a49d4144a548844cc786e1368c9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "205ccdfc22fa496cb50adf217c55c3d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f4bb19b83df045d4a79af0e98585fb6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "279efc3ee6d345ddbb9e2d62c662dc54", "region_id": "RegionOne"}], "type": "meter", "id": "cf51e2d2a9d34f6492cd92c627d5b4f9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a9715a46db1246bba86a1cd52c3d4fbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5dfdb070212e458093e1881514268d15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c406d1ceeb4647e7a9585c29c4bf150c", "region_id": "RegionOne"}], "type": "metering", "id": "d7f552853c0042dd9aef3f1b491243b8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c95292480a9642e58e3da1ab37e451a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f0f054a2808244b4b23f2e98777317c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9e1f3a624e0e42c0939391cf296ba8e5", "region_id": "RegionOne"}], "type": "telemetry", "id": "ab84dc753ed64eb88e95cc92a541a77e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2460768f0c5e4fd9b66269cd55431653", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a6f8a6553ca6490b8b7535ac024b9eb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f52bc3dca0f5461589881331e0872071", "region_id": "RegionOne"}], "type": "event", "id": "bb0c70c5616c4d5db69993a4fcb024fa", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "77a2e132ac3648868b031c98194069b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "372b0356443148dca55401a604e39a97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d3315506b389464cbf8946c66493a9df", "region_id": "RegionOne"}], "type": "events", "id": "51f6fd3127604b359a795c887f73b2b9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "29715f5b852145b1a8051731573d796f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4da52b39e80542acb1cae2cc88a1be4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8d9130d4cc784750afef0552b5fedfba", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8870997c45ac4ff7a5c83cf669badd88", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "decf6806baa149b38d488efbd0dbbcea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9f21bab056db4aaeb1cf90eaee78d929", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0e83e6ae392a4d1f97b629bbd3c53225", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a6e5b405790848f88e925db215463d73", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6bf8dce2af734b99ba66bd59f0417d32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8337b25f2d7b49129efd83c0035727c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a35e5192e438405d956546e851f9a529", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "fd6d5807d24d4ef9a59edd247d427a94", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "da0701f4128242d1aadd8ba322414f53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0a538c2cfc154b7fb170fb12847c25a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b525cb73b2a04aeabe427ad47261e4dd", "region_id": "RegionOne"}], "type": "tricircle", "id": "46180e6c917341a690013537d900b02b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "6c0c11636e98420a81253c23c70bee0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2f86ce64e4134525984ddbb0e1950b2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0d099d738d074a2ea3ec929880afcd39", "region_id": "RegionOne"}], "type": "database", "id": "6afb6e5f3a0c404ba5ac05817d35b8a8", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6b480c339ce44ad4b8d93c47855ad7d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "39f249ed624d45deaac54c5f3cdf15ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "58ec71e65c324c149a8105ccb72dd691", "region_id": "RegionOne"}], "type": "application-container", "id": "d17867279efc4ae19e7c79813ea42829", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "beb2aa1c40c6407781a6ebea92941f63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "94c2f14eada846518fbe9a6ac3a512b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9ab92c304e5f41deb9455f6c49205929", "region_id": "RegionOne"}], "type": "container", "id": "1466cf09149f42aeb7e2dcfb7af3c57c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b87b181439ab4a0bb921034242580999", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "081b5ad8aa014f42b46b1fd1e18e2824", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7ad31cc77ec647a595355d0147b9b3da", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "979f6748c88d42d0a4b3e583724772d2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c4d2001485694459a908524a5c343f5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1f27ef7daeb742838e2e3ccc7b9e793b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "542c1ba1bd644fb8b03023e627e44cef", "region_id": "RegionOne"}], "type": "rca", "id": "5a8a227472034b5f8e5b6d6f64e14e99", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8b8d172423f0438e916499696aab2107", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fe0dd64dc36c45cb803ac2f37bf36c76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c6422a6f5af54bc4adbb2cec74064d63", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a2e2899c8c2c40f3843fb53eee55a78a", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "004d664217d04ae99490df11ca21a6bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "63d4e10377774cbbba0a2f29adc8a339", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1d7972b96cdb49f798079008cc8f225f", "region_id": "RegionOne"}], "type": "network", "id": "7898258a87554e368fca541c6528cb8d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "bcafd44f7e364ea6ba7ca05807333467", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4dea6006361f4c0a886f4c9a8f9a8820", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "5d6b0ebf7a5348a7abe153eef60dc7e6", "region_id": "RegionOne"}], "type": "backup", "id": "3590a55122cd4c62bae8e40f4a0087ee", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "691153929f084fdcbaa2095a5cebb396", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "98cfe40d417f4b8a8bb9b6186c7470bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "24b5dcc3fc37437e8147ef1b2ac65f1f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "40049fc8e9364e19a947be84b55ab7ee", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4b12f5536fbd4cba8d73ceb8633e4f8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ce7e070b631d4000ac75474b1aabdb71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8ac0a062d3b04ec38ca5a123bf2c3c19", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5fdc53802da04ce2aea404b4f68693a9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "561e463e283c405d86c02ba32136f47f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5d5e62bd1b794d05b5602874acfb2615", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "da9e172973b445aeb6f0e4812b4b6947", "region_id": "RegionOne"}], "type": "monitoring", "id": "99ca829b95004808b667c11e99b69d10", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ded737a371df4e3d8897520fc3d219e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "dc04b48f2e6c4739a2646921a75345cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7bddf581b5bb4cc9847a4b420be54f0c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f53614cfcc2c4da9b5a8b979a5d3b3eb", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2ded35b3d8824ffdb89f7e6625973596", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "443db99f8fde4b9aabe5df9eb71d7460", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "2e1f4005093b4dfeae95c2d09c0dc775", "region_id": "RegionOne"}], "type": "placement", "id": "22625aaf786d4facaa8601cf214df7ef", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f929633a409a4e12b3b97fc1e54ec71f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3ea6525fc4704307ab041b11fee18a25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6584ab7796294f1da3a82fb0377ac90f", "region_id": "RegionOne"}], "type": "instance-ha", "id": "43233ed2f8ed4a8d92a588c7b12d9cc3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "99c7b4edb85946e8a83cecfe24f4fefb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5b392b4c80ff4d6bb6be25da5130ea84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8fdf72e45e504958ab662987327c9d1e", "region_id": "RegionOne"}], "type": "ha", "id": "58fac468e18f40e780e4b966abe5487c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4ae0970776d940a78af76d44494bde6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2e09ec76740d4fda888fe3066cbee2ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "155bc116f33541eea1d43718976cde5d", "region_id": "RegionOne"}], "type": "reservation", "id": "cb8513cdcf24496eb645bfea286b65d5", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "34fced5ec9e441478d6fc0a8e7516f87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "be8df4cf092e4624a65ab2c56c978fe2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "93650786f1f7421fb47c89e0678c2c83", "region_id": "RegionOne"}], "type": "function-engine", "id": "63d00bfac80148f8a0772879a6a5ef2c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "627cd4ccee0f4f5ca0793ced5105ee98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "06d3d1f1a5e746d0871e2ebafe2b24f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "cbd04537fd554b9fb5f5770ed813ad73", "region_id": "RegionOne"}], "type": "accelerator", "id": "909440853d1146d1aca0a09efcb83f2b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5b7e45f8f14344309add769cc5143cb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b270a82f849d46e3bf4cf208b16eb7de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7a6a13e6605a45f7aea8c50f87f5bf3c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8fde7a19bd074b1fbf656a182735cb96", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6f87566cd9254f8f82bdf7c6f8e10cea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "63a631df5d0841ee8fe342ff2e69d024", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e42b2e7163294498a202cd6f4fbbf9d1", "region_id": "RegionOne"}], "type": "registration", "id": "c01f6bfe33d147f68a3fdcb45dbdb1e1", "name": "adjutant"}], "user": {"domain": {"id": "0fc9493505c2404aa45d0057cb4aca2e", "name": "5fc4d5f7dce64e87b7ce7c16028dbb30"}, "id": "c295000eaae3437e8f745d441cbff012", "name": "d8f17e84f9a3418abca2da3494f2fc4a"}, "audit_ids": ["1c530bd1cd7e4547a0ffcacdcbb86b4d", null], "issued_at": "2019-09-19T09:04:44.266137"}} 2019-09-19 09:06:44,441 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,448 keystoneauth.session RESP: [404] content-type: application/json {24} openstack.tests.unit.compute.v2.test_image.TestImage.test_make_basic [0.052745s] ... ok {12} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_create_subnet_with_gateway_ip [0.234026s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,421 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,426 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,430 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,433 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,446 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.360921+00:00", "project": {"domain": {"id": "ffad145947a64faebc454c25908c44d4", "name": "106b50ebf5f442578f313e899082eed9"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "355a69d3849c424d83830653fe225e91"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0e48fb55d046401b916df83162a1de9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8eaf3dc3a2744b70a043f1f03f7c271b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "cb6a469ba68e422183e5cc18f9fccc57", "region_id": "RegionOne"}], "type": "identity", "id": "8de6d74cc43e481eb694c4c3f7a09002", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f360dcee2411484aa3aa25b178403728", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3bf2044e7a1b4e2b822ec59a75525b34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "90ada9275e504572ae793dc704107533", "region_id": "RegionOne"}], "type": "compute", "id": "fa7fb16a81794f6c83b230005abb87f9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5ca6b76b075b4f4e8ac0d78063f6baaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "597d6e3bab594a2ca80a05ea8b228010", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ec2eac5b7dcb4f698cd5be98adf6858b", "region_id": "RegionOne"}], "type": "image", "id": "100c13df066340c18e2df796b2535efb", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "774f2eb440394d89aa28ab891a3ce482", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9b0375ca29e7487793510b4013c33e61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ce5ad914470045c3ba2b5f6d21c82810", "region_id": "RegionOne"}], "type": "load-balancer", "id": "adcda7c5a1c249ceb59b82d7cc2949ed", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07ed65147c3b47bca2a57eb1f98119cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0865f683dbd2492d93fad29f50d65d22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fad83e314034de28a4cad6ec70c95e3", "region_id": "RegionOne"}], "type": "object-store", "id": "0d5edb41d9cc40498de797f4bd3eebc5", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "abeed088021d47d8a630347361d58fda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3ac0992c85fc4ca6a9d65fddb52a527e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e0cb97af7fdc4f39ab7587f30b618888", "region_id": "RegionOne"}], "type": "clustering", "id": "c17749049c13401fa39406162d2e7354", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ce73aaece0e24fcaa357a5f6fd1ab9cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eacb205ea8ed46c5b34e2413340b55c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2ed0f5f9b6174320a53af4d3c33634de", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "600b20a8b4df4062a9e2ea2ca399eb27", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aea1a34ff0d64a2180da674f4cc465d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3851b19cb0ca4d069610b0f2d27bd30d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f048725d535244b0a8594e989408b743", "region_id": "RegionOne"}], "type": "cluster", "id": "3f70dc2113de470cad29a35d9d8d4945", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b220eb23c2154fb7bf5ab48fb1ca7c45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "25945298e692456681145430876d0566", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a49bb98f49694dc785b28a9ab123b1e5", "region_id": "RegionOne"}], "type": "data-processing", "id": "15ed5246d9bf4a7b94e75e35e27fc0c0", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7ae01b7a98c74f11a36c6c79c4b4d3b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fe9015f77ae1437e83a26b17e00cec59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "746203ef10ca4e939f59c291a7283155", "region_id": "RegionOne"}], "type": "baremetal", "id": "f3b53f987f6b463e818f337fea753d39", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d5669974d78647a08d6e82db719b940f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "17f97478b80544979a782afcf8ee345f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bd8df32a4e274847a6d9835bee2e6407", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e6ddb0371b67446b981072fd162957c9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "42add92a6fab46aaaf84c8c122be7f08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bf5838b891ff4c21976278112a4c0255", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4e118ff3924f41bf8e44f2e79d6e88c9", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "98d0d62596bf4d4e95a35e079f5fb9b5", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4ebcfbdc36d0427b95dd3f4973c0b98c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "15344cadfca44701852b58c23b34e1b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "2fced46ed3244ae3a85a9b67145b47eb", "region_id": "RegionOne"}], "type": "key-manager", "id": "b2f2aa9e03af415086cb45e030f82d94", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3f765e077f324f03b69cba3ed425d821", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "89bd849b55a84c21b0eb7425696dddb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "774437fcd57f46b59c970a0053d46d1b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1d1d622528e44edcb0dc1f99e56beca6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8920800cd3924a0d87fff98d29552898", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1d96f32228764d8cb595ab0162ceb6a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1d4873e81622468cbfd8a8b773794c99", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b407f10f507e493abf33f24f0cbff97a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b6cc529613364333b3520872489e3eef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "88893148ce034d0da157ca34221bdec1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c99d5ac805974d9dbaeb7960c7e7c407", "region_id": "RegionOne"}], "type": "message", "id": "a0f1798c19674eb2a01262a183eca0d8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d860662b00264808b755d5af93aa4830", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "135c7558fd534fe88e24a8ec3a870277", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5351d0f3391140a489a9ffb54e476376", "region_id": "RegionOne"}], "type": "messaging", "id": "191735a8a9664f449aed201a2ff5d9ff", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f8d72247e0704219a2ef606a92a555df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f4aba79dfa894432b93659832794f05e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "dedbdce5e7234e71865817c6faa6cf42", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a8197310cb1542908e457f9cf9487d08", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7b3fe764eec04d309f5052a5ae3ce8ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "420764d4df504ffc9a05b1d6fbc3a987", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "352d409d34684f71bd4bc117dccf9ca6", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4606a040efa54b28bce2e691c596206b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "084aa380d91a41eaa22c128a967f4fcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6f5deb8d786d4ba9a88cf731d3fa87f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "584e78310a63495b939f6e40e36ff934", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7eb2d8553e134529b365ee3330140e81", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a0ab083b34841069f0876a0eb7ff71d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce6172a12709490d85beb024001603fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d3d746b612144835a86a6c4d6405011b", "region_id": "RegionOne"}], "type": "container-infra", "id": "d8e8068ed270491e9e73003beeece92e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a9339989145a4d9080051999e4f09592", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d20d9e9f6dc345fda2d96d0779e1a0fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "eb49ac934a864f1c83d42425b5eb0b41", "region_id": "RegionOne"}], "type": "search", "id": "4728bb1054ff4531b124c6b00cc19c71", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "29233d4b810042de9c02f56432eb9343", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0982519212b445888decfb04e915bab0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "81ea23f3eff941d19ce59a640d04ac1b", "region_id": "RegionOne"}], "type": "dns", "id": "75edcd07078f4e909fd3555ce7775940", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d4507e1ae8e2402687148056b8b3d7dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "25c56dbf3cb441c29c5a31ec7f009bb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "48cea87a410443818197ba7c80074695", "region_id": "RegionOne"}], "type": "workflow", "id": "331ae47ab04e4269a23485a62d247743", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e4cf9b6012e94e1581e49c776980fc00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d5fdefd19caa47e183d3c3e8750fd6cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "07a3ca9636fd4c85b929d1d720c70b87", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c1c1465d6d0546b7b248023c33f4944f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a270ca484f5f423daab460243901e137", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "247c5b5c4f2d44edb9e02e4fe30a4bba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b0f44f0dbc5149f38bafa2456156a75a", "region_id": "RegionOne"}], "type": "rating", "id": "e562a24fd1dc4b83a619f825ee3282b2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "691fa4dc75da4ad5a9dd6358526dbcb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "891492784c324fcbb2bfc6d38288d6e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "738f31db0ff7463d8ffbdea797842782", "region_id": "RegionOne"}], "type": "operator-policy", "id": "fa848004111247c9ade614ee4bba670e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ea3e41f948954683acb69736ea42d68b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "be461cf0f6a94036a9d480fa558900fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7a595800a9344b54964afe7979a36bf2", "region_id": "RegionOne"}], "type": "policy", "id": "6f099f5d19dd4c24859c11ba1582ed01", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3bf51619bddf41878bfe8ffa3d7e3c04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6ded8fef470b4bb89eeed1f3c01ccf58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8031ee24fd3a4737928a1fa2e5bb35b9", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "060a4b6b6fe548fca72a878d97fb1ed8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ac915daa0df442568d8f3ae9ca6ec430", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "606b8039155b46b696106e573700d6fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "12d8506457f94c78b0bef2e94a6f0923", "region_id": "RegionOne"}], "type": "sharev2", "id": "bad676385954484692127cea1b6eb4aa", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a915b3b5e1d646d8a540723687eab70b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6f9a5bbdf9074280b49fc1bff8ff529d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f686f2536e0b40a284c6708ac2f46660", "region_id": "RegionOne"}], "type": "share", "id": "a6f00908c18b4dea85ffad5a071dd250", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5509db98c4a94fca981f30cd1fd40d28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "00211bb88b50486495c6f78cad042b24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "38df2213ccc142d0a648f9cdc2cc40c2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ab59788571ff47adaffb40055371ca31", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6da89569113c4e6c865e8380fa0ff99a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b077abff1b654c07a9562deaa9b5af76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0441f4ce17154b77b957ef63228ec03a", "region_id": "RegionOne"}], "type": "orchestration", "id": "249c65f546cc4a7dae9ab7e4c5baf55b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1609da4b86b4a29b6ac6d6a0668bcc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0748fdb6c4c14a47a9eff3361758fef6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1c18e92cb844906bf973d5fd498b1eb", "region_id": "RegionOne"}], "type": "block-storage", "id": "278f3ff63d6f4e6bbaa5a63fc5fb8575", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1ba230493cd413ca0841d19c706a1f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e580e771ffc4cdf83d03f5b3242227d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c538ee28d4a74b7bb8ba05da1064d935", "region_id": "RegionOne"}], "type": "volumev3", "id": "313759cb31db44a791eb6cdf8c964d01", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d793df2e9d914979aba83e6f31c29b94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e97eef04e98944688180895542bcd756", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56b29e0c1592469ea858ec8dbb5f5f67", "region_id": "RegionOne"}], "type": "volumev2", "id": "fc91cfa0cb0a461f9d2304945bdfd637", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "644bd4b650c848d1882dcb20fe34cef2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9917a575f2b4485d9e56c546dfe6ce04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9039af00cda14fcd845fd4005d6e2820", "region_id": "RegionOne"}], "type": "volume", "id": "05c17169711a4754b20ef4f6211b5c86", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4dfd46970e514241a4a4fc1e4748d785", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cd5f265a569402e8fb5b34ce042a7ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f6cdb8b8c04431cab5b4a67a1a8decb", "region_id": "RegionOne"}], "type": "block-store", "id": "447c162cd2df436db97a9ec4471c89df", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7ea887c840ac434887398d8106894b25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d466885e3ab14e56b129ad45cf380f3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bc53e08b9c5a41b4bb3b82459c189e00", "region_id": "RegionOne"}], "type": "alarm", "id": "41fae2e32ac845a3a3f59914fd482b79", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b1a052c417454c1aab8c85bd8975dd6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "303c21829fc1460f9306f511ce32fc50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6d269ecaa16c4741aca3f1ee5b4ac29c", "region_id": "RegionOne"}], "type": "alarming", "id": "747b1ba83e9e488b857b5e5ab19ff50a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "60037a2e35d944919117919bcd24db74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ffdc532c18054c23a96cb08a2a366a44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "579a28ae4ce24bb8a4bca3569db7ee83", "region_id": "RegionOne"}], "type": "meter", "id": "fafd9a0e0d704fbc9284166562a2171f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2ad48242d2c34451842af9669fa0943b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "99af0920def74bcfa6ef126571a283cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e0555fb3f63a4cf68816588a1496a5f2", "region_id": "RegionOne"}], "type": "metering", "id": "70585930d44e4e7eaf7edb1381fdc6df", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a0a3b13dbff046ca9a8af7743ec5a786", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0fc660bf889a4fcfb07eee47ee03064b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e34f439177634e0f8b03b2f9eb41e09a", "region_id": "RegionOne"}], "type": "telemetry", "id": "2c1416916ce444aeabcadc7f2e1cfe55", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4992f64c6ec546b990bbff69692a6ba0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e01151c2e5ad450ea5ed4cd2203f1b5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "51f6e9ff34e74b88bd16405f37b7941f", "region_id": "RegionOne"}], "type": "event", "id": "7f6223df4be6469f844e11c5a44f5c5c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c6e75e5f221b4257901810e99d45fc7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "60e34e779202429587a389bba0f858cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2d238ad4ae1e4941aa08f795eafe0464", "region_id": "RegionOne"}], "type": "events", "id": "e792d21a1f474906bb8b4f9ca03f4efd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "683125a6b45e4c89bf62251140b2fac6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a468cda3ecb8402fb87af2a90830bbd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e4b1e1ff15cf47ab90ed94c6b216086f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4a22d8b8a2234aafbb4527b808b90603", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b041b71710494e059e873e1edfaad221", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "749b588792364ba7a710285edef74a4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0181f4a5ffc94398a1fa4170defbaf71", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5cf0bd4d3414420390c7b72b9330d31e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1ae62ab6d65b455ba612c9f21a7119bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fd3ec5bdd91a42988784141d632564c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e6e3c0862b174877bafa7f8ee7fd9d03", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "676615a274634dcf95d352f17c3b64ff", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ac37dca449cd4caa9c0f3e1f46d5b62d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "52e47b9bebc74b1c86b905a14ce77247", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1613627893ed49a0bd28502885bc8826", "region_id": "RegionOne"}], "type": "tricircle", "id": "e4a2dffad25c477cb3a92ddd9ec9d384", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0a6392ad7abc44e184857d801eef5c61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9b8919e69aea47b5833c7db4f8198310", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "425a19fcb4c6489f9b0968e6d5601dab", "region_id": "RegionOne"}], "type": "database", "id": "e2764adc7502415a8bf5c0a28c4fdeaf", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e80fd116c9f046d3aa78505c7f66c7ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "86eeb7ad8588469d8c46e375b028e57c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d56422ea8d384c2bbfaca0b88538021e", "region_id": "RegionOne"}], "type": "application-container", "id": "2a996f6f1ccc4a508681c0e74dffd659", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "040497be69b048c7aaebeda8457a2d02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bd5056b42a41476f9db436fb763f1d7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ebcd99c6989148248d010e52759d5b35", "region_id": "RegionOne"}], "type": "container", "id": "ba272ae9d3d3437c80512601b1186322", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "658b33700d854322b95a770a3e0de218", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bd929a8946484e09bcc247c62350a9cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d16b0c767ad94a0aa2ed2ad3ca59bc28", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e245fb62de57452ba94dc67bf9c2110c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3a1781f071814b2baa61b5f062b21616", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6dc6d23c856c42b082f8becc2167a9f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d868c78e34b44fbc8917e60a97f3d969", "region_id": "RegionOne"}], "type": "rca", "id": "a3cde33c08f34b60927fb63be657db2f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ceffc419f458466c8b003c0a6ca719d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c6db6e0d330d45a38b4c830839673ecd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "afc007c8ec794697aea6e2287e110a55", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "adf03c2dadb9445787d0acdd81654158", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f9b19cc9bdc64c12b24ba6cb377a4244", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "94b364c2efe149cb8dc0f2d20017c4f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "22b005af695a4833b46ca0d48bf4163c", "region_id": "RegionOne"}], "type": "network", "id": "badf7b71326b4a9fbf91bda9c6ec312f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "8e3dc13ce1b24f7bb086f12859e1c060", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "6a8e83a36a4a4c89ae59b44c2ae47add", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "dc3216cdfc6142cbbaf520cbb6975f22", "region_id": "RegionOne"}], "type": "backup", "id": "97676b28205e442692ac9d33e655e00c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8d6009d5dd344f79bc28a576c183b845", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "88753aa1a8964cb79b1cfcde38c878be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4eca34b66e9541ccbbfbe1447eb7babe", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "400d9bc38afd4b5e866d8ad4d47128d2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "816a9e0d16c04fc8b378b76a7b11e39f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e5d91466e08945f7868de49a333deb7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "269d9f07117140ad93a8b09798d9ffa1", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e1c229131cf14f26bb6b8212f858b796", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "507b5464614a4e03a7ee200d881b7b4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9441777cfcbc4ba3bd5123f20c75e579", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5d1ac9e785b24f68b86a83c499823f5c", "region_id": "RegionOne"}], "type": "monitoring", "id": "47a7c5e4c2a4459f84c671685f8b4579", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8c885bec650944e8b5ef351523d4e7c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8b0c66bcf1e4454f938adb8cb22c3132", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e200aa0fc0f54e33948b95d53d609305", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "aa7b802c43364a7883a379ab663bb02e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "28329f867759480d90d758bc2281a332", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8a5ff6f738804f39ad540e2004fc3d3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c96f8453c6e5414e80da3b05b7d78116", "region_id": "RegionOne"}], "type": "placement", "id": "655db3b45d5045a98bf0cb54865fdac1", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a6f4c878ca524a1a82badabd4b95edfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "49778c407b524176a0f9fc75b0fe700c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e8fd2439de72453783a2649e67b403ff", "region_id": "RegionOne"}], "type": "instance-ha", "id": "01ffe5e0d56f47fba84fcde1982814e6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0789a2642c014721a5c5142e647d991f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8725d580967b4b6e936fb91d4ca9cb6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6f1526217f09473c84b930811d59381e", "region_id": "RegionOne"}], "type": "ha", "id": "68b3b6eb138948079fcd572beed2badc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0d81c7560b9e495aaf24398880e59553", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "18bd9801e21f49659249266b06fc3e84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "25b783dc6af944439055eb536f9d3815", "region_id": "RegionOne"}], "type": "reservation", "id": "92dfd7126ba44b8aa94f0035ce7d0c48", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d43394dbc0724a94b1eb66dd6eacdffc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e4ad99f787bf4eef94681baa3cde46c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a7b618523e1d49e3a15e6c8ffcc74139", "region_id": "RegionOne"}], "type": "function-engine", "id": "6aa5b2f0bf6a4b82af2b481690463a04", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "55062d7c4a3e464eb18369eaa2a06b76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5187896d04734c7089eff1e05c359e7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "40265cb441744751907509b3bc5abff7", "region_id": "RegionOne"}], "type": "accelerator", "id": "428b041734ba41e1a8a821aa97d94968", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0003369bbfe54a1bad2148e30a0e98f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3e99effa2b394816ab46af69a2505cc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b179f947758340a191af2729fcf9124a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c93e2a85a24941e1ab4653a7daab2179", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1f02a869fecb485abea2bb0248a4e75b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "74cff40e126544d7a92639a7ac497808", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e123a6530fb24c9e8a9c74a5210c734b", "region_id": "RegionOne"}], "type": "registration", "id": "40a437b6b5a24b13a5b244b5be706653", "name": "adjutant"}], "user": {"domain": {"id": "95122225f304453ca01ce278fb3e9c5c", "name": "23530049fca34fd69d6f185dc09cfc75"}, "id": "58195ec1494b4498b88905723878073f", "name": "b143b4e59e0349f6a412a46e8973baea"}, "audit_ids": ["fcb7bec33f3b42598745dd6a0bc467c4", null], "issued_at": "2019-09-19T09:04:44.360921"}} 2019-09-19 09:06:44,566 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,572 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,574 keystoneauth.session RESP BODY: {"networks": [{"id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "name": "network_name"}]} 2019-09-19 09:06:44,579 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/subnets.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"subnet": {"enable_dhcp": false, "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "dns_nameservers": ["8.8.8.8"], "allocation_pools": [{"start": "192.168.199.8", "end": "192.168.199.254"}], "gateway_ip": "192.168.199.2", "ip_version": 4, "cidr": "192.168.199.0/24"}}' 2019-09-19 09:06:44,584 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,587 keystoneauth.session RESP BODY: {"subnet": {"description": "", "tags": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.8", "end": "192.168.199.254"}], "host_routes": [], "revision_number": 2, "ipv6_address_mode": null, "cidr": "192.168.199.0/24", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "service_types": [], "name": "subnet_name", "enable_dhcp": false, "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": ["8.8.8.8"], "gateway_ip": "192.168.199.2", "ip_version": 4, "project_id": "861808a93da0484ea1767967c4df8a23"}} {17} openstack.tests.unit.cloud.test_router.TestRouter.test_delete_router_not_found [0.207865s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,250 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,256 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,259 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,263 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,275 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.187080+00:00", "project": {"domain": {"id": "00df5fa075df4862b4d72c3c0f7b0684", "name": "6243e8304a1649d19ec2cb5aeeec850a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "262bc92bb006415bb69575a81e1c8a73"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "156c0b14aeaf42fdac3230c2da73b9bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "59fbd0428a2342779f1cff9c3cfce82b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2fa32f959f9743e8ac0a54715c16380f", "region_id": "RegionOne"}], "type": "identity", "id": "8f5921aa834142639e5b8094062310bb", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "64af614f112a41fd81017428c7a2febe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c6f7720a436a4900a2fe16430dc78904", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e9b3193019af46bd855116b3c1686727", "region_id": "RegionOne"}], "type": "compute", "id": "b182cc97dfda4e7c847532957e6a5428", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "104a6b7ff6024989955676b2c74a7c93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "141e3320bd7741e38ea9159065216696", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "293d5b3962514c71988255ca7dc5812e", "region_id": "RegionOne"}], "type": "image", "id": "818db941aead4afba19975cc3bae6118", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b18c653f1d3b414691ff123d126dbfaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cc74b0c18b0f4bf99548218ba0ff19c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b9d2f1483e594cf9a1956c8ffc571adb", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c297065356b44899af685d87ae258287", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d7bf9062a274eccadc0eb1b601f9682", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de017fbac9674be78a5413d6c4555e32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc54465aef1344938bef58f769928989", "region_id": "RegionOne"}], "type": "object-store", "id": "1781cf9a4d2f483c82e96ac107eab4f1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "32b31675fdaf4b5ead43baf65d808c2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7c7bf64b5c7941d489035287dd1e34e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8937eb533262485ca05224a999af4d40", "region_id": "RegionOne"}], "type": "clustering", "id": "57cbf0aeb613428b8137b5e3a5489ad1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a41bdf1e1466410d96d831f336345793", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d7367ec1711348d3ba88a45e971a4971", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c2e78e98571b460fa587538144b4f179", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "fa898bd0b17b4a48b0806d63d1ff6270", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e42fc31ff3f941ad8d55b054d4c3af7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "302f26b93ea74a0fb0034f929c68e3e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a7931df3de2a42899d37222c33689a22", "region_id": "RegionOne"}], "type": "cluster", "id": "918652fa75104b3ab3c8587d965b3732", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "225acd061dd34aaf8c50d7a4d572f48c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "df87915819274bbcad4d351d855b1c1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "cbaad98ba9544110af912955c87b88ba", "region_id": "RegionOne"}], "type": "data-processing", "id": "0193658fa5124fa6a03bafadfa5c421d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2d0c2c7b57304ad29eece011ace98e32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "64f12102bc414ee48522dc056776dc9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "150c7361b7724364a87891c5c130217a", "region_id": "RegionOne"}], "type": "baremetal", "id": "105efa6858ec4ee99b525e88d51c3042", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1e4541fe16d54953b1822b8a2cdcef3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "59e6392b88304ecc980fc14529bce9b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "36bd9b0b8f514e44a8c89b24a0258a29", "region_id": "RegionOne"}], "type": "bare-metal", "id": "cb55137b9ba443bc919079ebf4964217", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "07469398f8ea4833af3232d576a8f601", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "52fb3159be3045228a649b5abfb81c19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1e73c0dd2d4446c4a00c544ea52163bd", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "36ba6b1253c64d3d8690903f200af44a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0f80fb4f8fdc4f79b7e3cd93cb6d29ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "90bf308dd1ff4518bdaa272ce02f255e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b46a99bd71db4b6f8869377f0dc6ea0a", "region_id": "RegionOne"}], "type": "key-manager", "id": "ccc05481bc0d4843898f79bcc27187c0", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cdd34a9da3af4c679ae1467cb8bf60c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f1e5cfc684a0467cad72e01c8f268ea4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e2ba2e386b094b2d94116d695670d27a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a6978b7adcf74aaeb5cb1d6baba47bf9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "528c4d38292844749f2a58b0706c8ef2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "795638cff4824b1d9c0531f3ab6d6023", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f730f88c146c4fe493e19277711b3b21", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1e08e9dcfdb0451eb6113720c930b8f9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2359ca5765df4cb29cc031d4f6769085", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "61838dfbd7d14c3eabf043bc66f04521", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "087f637803f648baa4cef730cbc43088", "region_id": "RegionOne"}], "type": "message", "id": "1d00d42fc6374eb59307d77f9879656b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "034e9fe28da7475e95929bfe47b9296b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "13af6137beca45feb503b72b6e0e2833", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d51c56cf37434c45a41bdd891bee0b62", "region_id": "RegionOne"}], "type": "messaging", "id": "883722699c1246728cf3fc1c89ac7a28", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "eed60a0b3f4f48649591463e329e50ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1b64bfe227cd4b2bbb00638c53b13f7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9186f6f568734108b5de2fefe3b4b547", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b5ccb669c6374a56816cc7aae71a6e10", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "790ca38651e24b5abd4480780c019fea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "99bdc961956d48b3acdc16a237cc8023", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aa49736fe176483eb49139e9fd8e3dae", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3f4794dc057c4c08bfdf5897eb4f157b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1c16302052f84ece88271019e4141bc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "64e08bbb072749f28731484bc01f4c8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "681fcc39785a44f4a1fe8ef5b64a737c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d4d57b2bc1e649a3a8a849ee455fce19", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a1756d2b4b4246529b76a61d77824ff9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1c498471d14642c280ca800072b964e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "58af6c73bf99437e96597a3fb6cdc324", "region_id": "RegionOne"}], "type": "container-infra", "id": "a00a2989fe294d21afd4832bd50330d4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b87ff97607ed4617b0cbcdff8f3c92a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a06545cb14a7417c98bbed6b84b47d84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b462b82afc8d4d31b0c917ceabef2420", "region_id": "RegionOne"}], "type": "search", "id": "1a606cdd00fc44c0ad53aa5a236d465e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d4184bcab9234c3f9f6a6d404432fd1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "af00740589a24b53bfb5287ed5225f6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ce00b4f9809742ff8fe9c699994c38ff", "region_id": "RegionOne"}], "type": "dns", "id": "771cfa23e6c943f0922702bd6c2074ab", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1ae3da3af65d41c0abe356ab682ec6a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "240f31da321045b3a4c1b6b3576732ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5613fe91df644c469641b0e001d9f17a", "region_id": "RegionOne"}], "type": "workflow", "id": "9bbaace780f6482e911df580448e4db1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b1b1997dab7b4809b0d74e1f52ae5aca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0c90d6e6cedc4579a8f3a32fb881a705", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "df51bb4f9a85479989c1a81607d5e463", "region_id": "RegionOne"}], "type": "workflowv2", "id": "78a900f945ae492d9ed32ce33df5a1e9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "453eca866c0e48b785624c06ae59bd0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9ecd471fd0c1429a82bd7850ff8c9da5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6ab0ccc392eb46dabd93ae0af060094b", "region_id": "RegionOne"}], "type": "rating", "id": "5b705c6bf88f47e5a540d2c1807df545", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3a182e49b20b4ea399dd1f73f30649e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c962fe1cd4814855b4cc9182d3a8da85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "52456dcec70e4009b16c4149e2c7658a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "fba38a672c634a83841eb58a3c5267f3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "564d4fcca30348f9a0feac01661a92ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "914f824bc96b4c59904476a119606cb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "70a0adcb2e1c40c597d36118a6233463", "region_id": "RegionOne"}], "type": "policy", "id": "65773bbd458e47c899c2c34f71fc624e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "99379bb191cc491aa7e4de4a112f9759", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6ad0b7568d134da9a8779a51ba904cba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ef852821b0924f12a90f3fc74b4bf7b4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "46512698120148d4b3e904cb292e341e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ef0e0674353f439ca9cf9dde18be0841", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5ac771b59fe94cc9b4e4f46a5e87ae7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "990c2295d31b424b9c8349a54165cf3c", "region_id": "RegionOne"}], "type": "sharev2", "id": "c820240f0c3e42d697101a0def949e29", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7df5d856c3b34e6ca70e47e19a6bda36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "760f3f76f5a84916bdf9ac0e956e0e60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "45f1914e646c4a26b428beda858b50fa", "region_id": "RegionOne"}], "type": "share", "id": "f173d86cb6004b2889da7f4a2027f67f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "76acd0bbe1794cd785064daaf83727ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "171fbf40198b4056bedad1a4db61afe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "eb9e520b23ac47cb995d4925740ae349", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c34fdb3e4a934329b1c08bad0b42213c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7dfce513ff3a41e8b765657189c01e0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68ba39cac5f849c4b40c904efddc7a0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e90edca6a49d40e5823242385f8b8129", "region_id": "RegionOne"}], "type": "orchestration", "id": "2871e63737494a8baf75392763c3aa7c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34c4c568c653455797abaf57063ff358", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91b621e16dc7403b99f1d3f239becd0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df570eb14c0a4199810fdcbae47fd21d", "region_id": "RegionOne"}], "type": "block-storage", "id": "47881d1c5a484457899b15de4091563f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4fb917e85024faeb6db9aadc95a7738", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87add41039b243fa87d0091dd3f70614", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "300b0ed7302443d9a75a3329e46feb3c", "region_id": "RegionOne"}], "type": "volumev3", "id": "1002d96f8ee645799e09b7192a6f0a1a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b487afefdca44739999c28ecf1131dd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5561b77b25824135a42b39ea679069b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48a503481bf14d9caa89c2501eff71b9", "region_id": "RegionOne"}], "type": "volumev2", "id": "fe3231c4b0f349f1ba33b93954c3dfb8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ed0a9d9d9344bf9b0702bf8c0118c9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "133affd9863b42d5920511d3c9b9deaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b717e998c474b8fb272fde28ba17f36", "region_id": "RegionOne"}], "type": "volume", "id": "07ee3bf58ece4cea9c175ba7b6ea393e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2db1f551d0ee41fdbed378fd9799892e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f5c2e35ad8f4c92a94f2d9ae89d190c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97e1b0ebcc334469b6012439bbed0ac7", "region_id": "RegionOne"}], "type": "block-store", "id": "c0378be4266845359fd6a523b7de5e41", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4d84fb5a0da04a9b9ef1b8db1fdbccab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "120d7a0409634606a5a7468b8fda2ab0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b8822e3f484741989fd04fb3cbe6c955", "region_id": "RegionOne"}], "type": "alarm", "id": "1cad80bdd6b5400294bb5b7b5ed38432", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "845794a99d924ab4b9907a206fb2d7d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8742cbb8aa0e484d8423ef08f2811399", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "86225b7f60e14bb3acfcb8cc3a792772", "region_id": "RegionOne"}], "type": "alarming", "id": "a5bfb243f0a24db3988d6d6fb01979dc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5e8ad3c13b1944b89384f5dedb88afc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5e398e7aab1d4ddf85a438da8c21f785", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0135f52e47af4e25935b37f0d69dd0c0", "region_id": "RegionOne"}], "type": "meter", "id": "8eb2d2e699b34ce49d18f835d25c9a43", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4eba80d552e3428986890dfa47523c41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9866a6df2cc34b32b626adb16fc8aec7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6d0c388eddef4bbb9a8b9bd7d4e5e0ca", "region_id": "RegionOne"}], "type": "metering", "id": "74a102ce05c7483c9e1b5a41c8bbd9b9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "78ed35c0fa11498bb1cbdc95fa4a1b99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "babcbcf4f1fb47b6a2f27ef24c644d15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a94fbdd49f8f4300b6fe113cf4aea50f", "region_id": "RegionOne"}], "type": "telemetry", "id": "ea6db49898cc4f14bd7dfaf16b89f771", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b4b0e6dfb16b4508b1636f0909226291", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4a32a189ef8941c3bcd5de2a1927091c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d4f6f8a088ad407ebfc877487d17867c", "region_id": "RegionOne"}], "type": "event", "id": "1cf92610096c4638b6d05956ca492bb3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8d232d5dd711492ab3c243ae20300b46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "968f10d15e344d06a28e99892e30f42b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e51a77d91f0b455ca9f845774aadef09", "region_id": "RegionOne"}], "type": "events", "id": "01140b44fa974c05adae65fd849426fb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a1fb0821bccf4c788aec5dcde485951f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b0706268e003478fb009ae778483ef7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f7d7582a688d401eaba5806eeab34fd8", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b5bbbf4d9544438381d5e8f3fda76a12", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a2f5b2eb89144384a92957bcabd0885c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "04505b0685f14e5aabb285da936e3437", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a5f87352be564d9a82140bfe4f7591f8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "849c20a0f9814b31a5741c1338b5a2ab", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ffb285d90c1d4b239b3011efaa9ec529", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c285ec9e24804e729dc02120f7d3711e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "28238e7a3465420fbf7bc04fa12e6e9c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a1770cf531854fd2bddfdaacf4efa25c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "01cd1f61182745dd8d513d2e0380c29b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5f968ddd81a14a61976e4c8347c1451b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3112e23f633f46698bc1add9164a03f2", "region_id": "RegionOne"}], "type": "tricircle", "id": "8f1548a751ca423391e19acc1921db17", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "692cbab854094cc288027ef2042d878e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "73d565b629f04db6becd1d0ce04b7fac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "75a212261a8e469ca352b894b7725554", "region_id": "RegionOne"}], "type": "database", "id": "b9829880fb354549ba0841b487fd68f5", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "51793e150c8047fab8f9badb04a405f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "20c8a93d8347470581d2ada553315c97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "db401e7109d7410b8e26002857f63f78", "region_id": "RegionOne"}], "type": "application-container", "id": "c280ab99d2a04740870d3228adaf7692", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cac98d5bec284159ae11fc9a3bea719d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "62b4a1e5c59d4fd98b6ab0681e6b9d9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "93be8ad3b9fc407e8a951440d7507915", "region_id": "RegionOne"}], "type": "container", "id": "ff413c35b38e4d1badd331ac8d213f39", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "35e4e92a5dc54839a6910bd949989a45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "13e05e4851824946bcfa3a369e2e5f64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "45e600dbd27b4f5e97a61e57d19429fb", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b88175bccb1f4e9cbea1a725e8299b71", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "33c0130952c946a69991587517ad83a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ee31f78bc24d4a139f76cb0f10601fbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "115e314dc08346eea49a927d5c25e9bf", "region_id": "RegionOne"}], "type": "rca", "id": "0c0349ddbaed4d06b1c041199cbf7fbb", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e2dce4c78dd945739ee310ffd1aabd28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "82fa1f123eb64c45aad258998f567e8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e8415ea9eb974ecfb6327e8343b10794", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "75eea5ab2fe2425aa9b8239c9f76ecf0", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "309d011549c547378d48fc4d98ebc0f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f2f14a8f5eb54d38bffe12299f722a84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8583959dcda344b6a72a5b466e2e5ba6", "region_id": "RegionOne"}], "type": "network", "id": "82484e42a43745289be329f8588e8aaf", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "91fc0584f1ad4126ad46bf651dc47881", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4adc1fe0eaf6459e9c86292359e2336f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c23ce028209d436a8274213d58375f18", "region_id": "RegionOne"}], "type": "backup", "id": "311a3188519942948c350d3d25751b70", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "857c015f9a87439599771083a23ce160", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f7fe6dc63039407bb6f3a7aaaea37891", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c12cc07d473e49e0b28ba42edd3ebd9b", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c4d9ec74512441ee9fcd36dd76679561", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ef4ab7c67a05449981d443eeca317048", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b6f6b0b222514d33a5d181df0584d73d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "df25667392bb43a9934a827335e7a96b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8d1b64a2fcab41aca831d8577ea4af11", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "167d96316e344613be9d26464c4d0046", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "36098f342d74468d820c4d904dc0de99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "999375bfcb7f49d18423ed371243612f", "region_id": "RegionOne"}], "type": "monitoring", "id": "a46e5a88879849cbb3ae6d9625f4a175", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "55f85e7eed0f431b828477816880a298", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3b2c0997547c4022ab0ff8741d744ba4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5c39feaa8a1149f7ad5613825b3d9e5c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "08a3dfd960bb423a8b72c14681a07459", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d725850c7c874a61a87db566ec589344", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b2403783edf74d62986d2630878c4392", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9e70cf5a94984a9a922639f5e3ab9adb", "region_id": "RegionOne"}], "type": "placement", "id": "093f939f911e44a28892182cdfa24896", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "450e1b93490548b3a5365fccc901a084", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "174ce515d99e4d388f6cba20d4734b41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c69e64cb63084433ac77421f8f56d889", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e4c3b9b5f0be408a9e2c15d3d2e777ac", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bb53636ad2cb4d9d9219486975e9f6ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "60984ec5f8fc460aa8422c8def3e2265", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "00bdb58dfb49448085275dc08408ae9a", "region_id": "RegionOne"}], "type": "ha", "id": "b70d1abd20984adcba392402ba56cdcd", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "69bcb55e787f46faa9fadd647acf1a94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6be714da2c2e4549b1acdf065877a9b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "64ec48459c48498a8dfe65ad4fd938fa", "region_id": "RegionOne"}], "type": "reservation", "id": "be4115a944f547f2b51420bd4baff755", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "712ff09b4c8b45709e726a92efefae21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "16846298002344c6b69cd5e8aa8e4359", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4b58f79ae088488098440b953c54930a", "region_id": "RegionOne"}], "type": "function-engine", "id": "2d621672166b4590889f29bd60ba9e21", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5e25764e1df648038b5135ca1f6682e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "918a2931e0894790b172a27ee1518755", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e03e3f8eac3f45a68bb7dbf2841f7b0a", "region_id": "RegionOne"}], "type": "accelerator", "id": "f356853bdf394b758c336c28e874e1d8", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "468b1b28bcfe43f38396ed28a061435c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e302c1bfeba3468aa4f262ac2676b991", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "79ffdaafd74e45fb9595100efcc29ea3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d72450f76f3a49bd958cd7a63511af41", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3c3e811767c940e1b9fbcb5700541dab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "08a6e310419249a29c752d4b05ee6c6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e1e1077c46384d5aa5cf11d9e1716ba9", "region_id": "RegionOne"}], "type": "registration", "id": "d9e3dc4b1fbd4b23b746f595e3a9ef92", "name": "adjutant"}], "user": {"domain": {"id": "253fa85b35b74056821dcc57d5f73074", "name": "fcb2dd3c7b764d50bca6995f9b4d0549"}, "id": "18d95a2ae8b040e9815d3094f2cfc185", "name": "8d0ba684e2aa40869b5664825f9577b3"}, "audit_ids": ["f8cc6ac9eb3e4dd1aaa2bd69b35ef582", null], "issued_at": "2019-09-19T09:04:44.187080"}} 2019-09-19 09:06:44,375 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/routers.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,381 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,384 keystoneauth.session RESP BODY: {"routers": []} 2019-09-19 09:06:44,388 openstack Router goofy not found for deleting {17} openstack.tests.unit.cloud.test_router.TestRouter.test_update_router [0.270850s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,461 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,467 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,470 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,474 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,486 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.397333+00:00", "project": {"domain": {"id": "762e0bac5bf44b40b635009a7a088a50", "name": "ff99d6328f5f48ee86015658bc4107f8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "cab290d3598d42e2b4e5c530d9a32411"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0354e71c8b134d58a0cd0329c65961f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "28c895f2cdba4378a0db502b2e04d8c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ea89646aa9de4952b925274f0f94f754", "region_id": "RegionOne"}], "type": "identity", "id": "5a73f7c06015491f9a271de0bf3a2593", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fa456d13d8504a93984ddb2541b10b3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "095781cf931040d3b3012ea419f58169", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6961d5b5bb3e4e588ac7cbe6be31d7d1", "region_id": "RegionOne"}], "type": "compute", "id": "6c2fc20648f64683a4cf8a1c535a591c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6f016ed834ef49faa95f828581bd8498", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f59ab43767314e52984997664057b4f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "954dd187a336401ba43bc1a90295f3b0", "region_id": "RegionOne"}], "type": "image", "id": "71f8ca86ed334b74b103c033b3bb7ff3", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "81b7ce82ba9b41a8b9f7632d28cb18ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8fd1060cdb3346068b132bf6f40be083", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "20805a0071f34e5482394868db5e2c4f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "fc29ac5a3fe0482d80be87baaf7f17df", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d637b7e805d84e3ebdeeb19ff97193a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d67bfc9cc25c45f7bee14822c3242e52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0088fc5e0a4e451c8f7592adb21f39d9", "region_id": "RegionOne"}], "type": "object-store", "id": "a17bb60710184eca9f5c7acabbd8e4ab", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b8aa5e19b12e42acad7d583fa8105b3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2d135b6ebf304952b79dbbbfac1fe9dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "590d663e652141eb980b58b863f544c9", "region_id": "RegionOne"}], "type": "clustering", "id": "313e5f1dfdeb4e5387c8abab3987689e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "70716e94a3ca4535b20ca38d12e1c4be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "904a2faac9264e889053f30be0c8176c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "69ecfe06082441afa2a72d86eecedd44", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "698f9390bdd34237aa70ac649ec94735", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4dbc173998624de2b599fa59cd1aab69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cc12c074d891408cb35a26e138c86c7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6741dadfe3be4f459354dfea8bedf078", "region_id": "RegionOne"}], "type": "cluster", "id": "d169632ea3724ca28175522d59d8cf33", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6c63c4af7a10495f9caa9851035eb1a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5fb2a6958a334c4298ebdbc7b4e440cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e526385b595a46a3b41fc9be8f3cc41f", "region_id": "RegionOne"}], "type": "data-processing", "id": "bd7d52f9f1df40e1a8f088e23279c351", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f623010b427f4e2da602333f2193b389", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "36bb02eace6d426c9f406e02457b3f58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3e25acb996f6423a98f08bf38d1b8c68", "region_id": "RegionOne"}], "type": "baremetal", "id": "183e835365b64ab3a44cad32684a89d9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5edc70c68c924affa590ecb65f7bf11e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "753ae5ce240f451a85c68e6dfd936a4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b3e12eace99c4269a18bad5864a946dd", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c2802e12b9b143d1aed562448d170391", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "73bf766d7043493c8d2d0eaeb67ce8a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3ed049fba6e0411ba1677d7113c4ed38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c097fe0eafb84127926f00a7620f1004", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "24d29238349b40c492dd0c5e814fe026", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a4a829275dc64d6a831b98cbc4a9ba63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f7e21694689848109a661de090d961f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4e7a887c80c7499fb64b4c67733480b6", "region_id": "RegionOne"}], "type": "key-manager", "id": "9a7387ffbbd844e590dc892ff7c1e32e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "90e5a266a44746709559bc57b9a217bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b9e6f75ef2b4440d840ad167c3d25aed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c7ec09aec9ea480895678e06c2a43be2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "82bf121ed6fe4f52a36f9efda94ec16b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f7823ddb500947a880804e6aabc600a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "50cc1bba53fc4657931ea813815a88d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "437374dd12a648a9af9afd84cced0678", "region_id": "RegionOne"}], "type": "infra-optim", "id": "95aebf6c2f034bb5a42af85a760ad0b1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "98f171cef11741aaa5172b4bf59c2eaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "cc053c3cb4ee45e3a72c1707e9d09614", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "06d1589b3a6f4f68a075c711818825ee", "region_id": "RegionOne"}], "type": "message", "id": "8a49c673d79c4f50aed43db9bd04bf87", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "648875473d894d2eb217950286b62f79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "40857d612ffc4cfaa43166578b4e76f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c558d9986aa44b8d9d20925e3dd60b5b", "region_id": "RegionOne"}], "type": "messaging", "id": "64377233c16c480ea35c86207cba2f3e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "92cc5e4bb0af497595bf0acea8eb957f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "06ae31490b42493e8301e170f76e0c72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "04be8d9604994e4b9aefc9202fec922d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "db882b6b46364540b69c2e2469048b1d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bcdf029bd0f5431abc4e941df27b5e6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "313a98733c35413184d4c822f97dbc0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "87fe0caf5a874b0ca549012c9864396e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "7cbe263be9124365b1b26faec0e5d4d5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ac25e23d054845eeac4035ffeda1b957", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a00d1a4a910b41f6b046a756750f4f05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dcc5b428912e46ec9ce46fd72890e9d9", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d759e45d35c44fe1b5f6db11b0275f19", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "65efd78f5bcb4c17961a6f5e61e6cb5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ae10f0c76a4a4377883fcb9b61455545", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "433d2ed0286e43819b1ab78d60ec54af", "region_id": "RegionOne"}], "type": "container-infra", "id": "fb6fc33b860f437c9af436ce760811ef", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "9dbd65e5ba7c4b41823a1e22249925ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "857975b557b04c2f8b1f9ead369c72b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "89a56f5fd74b43d2b67f7172298692df", "region_id": "RegionOne"}], "type": "search", "id": "469046d20307454fbe86a7dd9db319d9", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f882790d9ae848ff966a194cd6987a58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "540665a5fef8456ea4ea8c66e2ef7b7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c75cc48e7ef34de8a8affd5b6b3d3529", "region_id": "RegionOne"}], "type": "dns", "id": "cfacf409bcd3475cb31b3fb239f4e5c8", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "88164a2b97ab46c598ceb18de6860a9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d194bac15d2a41ea958653f3e23e2784", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7e1d4f0f308b4ac8b2c4dfdaa8051c3f", "region_id": "RegionOne"}], "type": "workflow", "id": "be5e3e879e974869aafd94da2ab4a5bc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f43bf2a4798c4291b47241ba788ae5bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1cb09801f0d64ece919bb479d214c937", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f0729ae112b64e7fa0db7a07d72e98b2", "region_id": "RegionOne"}], "type": "workflowv2", "id": "29a5f439592c424cb767b8ee23ff602e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "08d35a330c1748009d7851b60d39b68f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "463f2b443dac4afab0527518cd0f44a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6f3ccb5e20cc4a41ad94750512d0ae54", "region_id": "RegionOne"}], "type": "rating", "id": "cc6718d4f45f40cdb27110ac83b16655", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0e56c50bd8554c828601616f744a8ad7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "98bae5f001334ba49c462729327d2223", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a5f6ab053ab2410eaf857e1269f6e1c3", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d051e448923a43df8994b3beccabde9a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "25327e85d4874f63a03e6f4c6a00fa81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f0d551a8c5934fb1a590174d2833ed61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "62e9f6f596494e52a5010bdd6039ab4d", "region_id": "RegionOne"}], "type": "policy", "id": "624f004f2e284e6aab2683adf52e0ac7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "58139e71182e4fdebf8b795b16d42145", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "49d99fe7fbcd4f7c98aa0724e7bb78ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f0d1fa3f82fb4519b06f4056b8db469a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "97648d1828d14ad48225bd971d68087c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "943a3ab65e48443387b5e9a6848b40c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c5957934d0c643b1a62255bb8d2e8adf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "44c1d6e3ce494f078261e45a91fb891a", "region_id": "RegionOne"}], "type": "sharev2", "id": "a62de96d6f954c158b66135bfbfe6231", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6044758649b5491eb5c211a8e974da27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "06c99d8324b84682b12bf2cfeb9fd77a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5dd548572fff418faff68f13b2b7895c", "region_id": "RegionOne"}], "type": "share", "id": "7ef5f670226b4ea18c1d6f943b47f703", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "962bd51df9a94c2d9e222eedf7365293", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c94737b9bf594821b11d46e1b37684a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e40b0c3368644f378a21c359af107d9e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b1b9fbc5ddb6413d806e97d1e9bda46f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd0fb9b4323a49e2b3b17d2537babcdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58b268138ca14d38984f1f391363b9e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b59bf0a11564aad9d3bf75b1177fb38", "region_id": "RegionOne"}], "type": "orchestration", "id": "f5f4db6d858544de9b9c29734a17f04e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b6524b4599245e4abe6d15164104ea1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9063f6d7cde4112bebac6fa0685d8ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10a46253222c465a8db58feb90ce43a6", "region_id": "RegionOne"}], "type": "block-storage", "id": "29e173e5b06b4d8e8ac04aa4745a1c92", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afb8aa4e53394021a88ed7948e70275b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9eaeac9be4974452b89e1bac95fc4ab9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50df3490d42248c5849d8bf43a83a2a1", "region_id": "RegionOne"}], "type": "volumev3", "id": "503607a833bc42f9a02f830c9e1e96ea", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "472731f98a3f47c4bb825532125ca121", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18a31f669ac14728ac781bff4e2c4681", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bef0978f4401444995d6470ecfa782e2", "region_id": "RegionOne"}], "type": "volumev2", "id": "69c17279c5614d528559d2e4c3987e5c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3901619b3cc428090992754e93478ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4503b6fca7c54f4494d0919cf975015a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "749b866197164d92a27b1f1f72c8ea88", "region_id": "RegionOne"}], "type": "volume", "id": "730e833df9cf443bbef9c77aa0fabaa5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "301190ae244043d59023012763ab0993", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "998f8949c2d448ed8d4cf7bc01358692", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd6650cd57a94b528d529f5e33c87c22", "region_id": "RegionOne"}], "type": "block-store", "id": "49c2bed749e54649b931cebe2c3b129a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1b4e60a55e3a46f8983746b340c1d7c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "527bbd270ada4b5892708a074e9b11b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "61f698f984144054a77720409472b188", "region_id": "RegionOne"}], "type": "alarm", "id": "59298a73abd74f9f89880194134c21ad", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "51d9c35c92ee4b8a82b8bbab3b012cc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e8cb9d2962a648c9ab75c6395f6d633b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c39f00608585447b9a75d3a678d60858", "region_id": "RegionOne"}], "type": "alarming", "id": "6ec2e7b8f02f4621b05bf877f318d3e6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3bb9ef83187941f98b3a019d8505b59a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6eff804657034aeb89321773d797f323", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "63f757f439fa405b95018777256d46fe", "region_id": "RegionOne"}], "type": "meter", "id": "d3934f5e58a24f3da33bfcb35e4336a7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2e29e0f585ca4380ae99560110f5c65f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "016813ccaa9b4bc98a093b308b278be7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3acbf4d5ce7d454a84f7689d24e055e5", "region_id": "RegionOne"}], "type": "metering", "id": "48c94be831334813b218f618843c95fd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "95294787fed74d85911671f5e78e0ede", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "08a6ed00df3744038ab0f3f2a75181e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "64827a737cef4e47827cecfc3ede58c8", "region_id": "RegionOne"}], "type": "telemetry", "id": "7bb6852f0a1c43738170d6e560fcd21b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2dd63ce37fe7490d9b6de55c48ba8c72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1e56afe5d4d547bb87e786cf78ddee9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6e7403fcce29400ab6f488841f0bc609", "region_id": "RegionOne"}], "type": "event", "id": "1b3e8b52dcb14f1aad508ccc6f7b2bef", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "590abf2e04ba4813b3442434fe9d8458", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a0f6aa96661f48a3ad636a9be57a40cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "59805b58f51147a69a6ec09bd39631d4", "region_id": "RegionOne"}], "type": "events", "id": "eb6c74e768ef435bbf659f623f00bf04", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e3f3776960cf4e38b1ffa6c3eb18d789", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a4e093bee1c242dfa62af62c9a7da7b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "707bb72033ff485da896403e149c553c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1b56636c87234d2faaa17575d13f8831", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4212c9c1b29a4450b6accb641d0fa3bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1e584236faa24814a235821cae68d701", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e093e484f3a94dc6bf9a8dbd25f4969c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "804606a0d6f74c5aaeac09b7d5d91f1f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "281a96ece6094332be1475902c0a2e60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5b74de427df54fd9afb381ae000936fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "250be3e877bf48a69d5368df494e62a8", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "99b40a69ea78428994fa8c5027814ecb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c078a86c3a0d4f398d7c28aedde123ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b4004aef11ce4df18110f5b453bebbd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "94191841bbc541fbb071d779c08d117c", "region_id": "RegionOne"}], "type": "tricircle", "id": "e937762409c04bdebd2893635823b14d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "6d3357d8cf2a410dbc8184d0651f3896", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9f91f0b61208429ab8feb1fe9199be66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e3da4719df28484ca294b53c3f13404f", "region_id": "RegionOne"}], "type": "database", "id": "a7b0c1c70eaa49b1b1568e86008f7b84", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c81771d7607044158d1522816609adc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4e6591d7bbe24b2ea74fbd6b4654f34a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8b3c552abe9d4a22a4917b5a7cd6098b", "region_id": "RegionOne"}], "type": "application-container", "id": "1facf12683aa49b6b68f5b90982a84a1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "924e7075f2c4402c8ec1c8b4c79d9f2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5f8b0c430477422abefa798c7a5b7f1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7c689c04a33548cb9d3a2362d86414eb", "region_id": "RegionOne"}], "type": "container", "id": "7d0dae9b19a34f36bbc16f958ecf54a7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "96c09dc5789e4c6b94b97911b75f3d96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "70f6e47d4755457b9262cab81cb4c25b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "af03fadc447f4e32bf745a6d0acb7672", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "31916933a01941dfa88e97aa905b6760", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "efcbd8f2b0684bcea11a260e28e6a8a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3031b6cea1ea44e58d5f7f4753f41929", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "163ab207e9f14490bf0ebbd33b98c86f", "region_id": "RegionOne"}], "type": "rca", "id": "e8598a452f1c4f7799f2b6dd2b20e8ac", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f7d2bea201e44c9d897e3511a2e34cb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7c94271f8e1e4f08a50faa906b7a3ff8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "26f6172b0d364b7ea56dd9dd78d8020a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c6b036ec94a047829b3f432fa1efa107", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7b83c9c7a113462e9a92ac1282be84da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3edd72a324f840a5b1c55dd51e1c25b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6b4981fd6e3d4f60a81382fb0ba60706", "region_id": "RegionOne"}], "type": "network", "id": "43dc180809e545368dba8bdef96351ed", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "16077a8c27ae45a29536d1d21fa07bb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ee60ff61321e4641acb35aeef032bdef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "213ba1444dd84720a6216b023ee05dc5", "region_id": "RegionOne"}], "type": "backup", "id": "3d03a2e2a87241bd9acf88a586edaf7c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "934626ab9d3e4ad7bfb1110eee2e9aae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e83b17e73cff46c7944b1e6694ea700e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0202b975380e4c73a798f3ff9cd9a4f0", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "63d5e93d3ebc40f9a705ba8eeae8f73d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "221903c231d24df288034d6969815069", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0eb2494661ca4b9dab9f8d7d2cda9167", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "451a5cd48c2e4b8aaeaab19d926ed1d9", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c5d23c8f62d1403fa4cb84ed2a21c0be", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fd497f02343347efa20ea4edc3477ba2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cf85e2584cb14214bb46cb98a63f86df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5810d95b3dd440e2b0e5776ec7674522", "region_id": "RegionOne"}], "type": "monitoring", "id": "c70115be3ab6460db7c0b01c579ea5ed", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8bb7441f35b54e778a990e1ffdd0871f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f9566552f0504e2ba7166078e7ef95c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "9d4d2554be054ee68e2ff7dc962e3e71", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "bd35a70ba8ed4e88b6af8d9f72be63be", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ac6cc7463c13414f87333b5e4432f1e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ef2722c0f66b4a4eb21834e4336cfa81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5134ec1278e04140a40f80e5d091b609", "region_id": "RegionOne"}], "type": "placement", "id": "a5c6a1751d794b688abe9992d912eab3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "31aa5524c1964a5d892da4cb56c2cf05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ae8244f3efc241a99fd599125b04dad4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "72343393c76449d0991ba938097e45f6", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1d8ab5536c774fe0b419e90a7cb79888", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "efa18b9b62dc452fadf756cbd84237a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "76982875dc25491884b389acaf19f3e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "682cc015d5e04112ad4138f27a5d222f", "region_id": "RegionOne"}], "type": "ha", "id": "0480a31cb79248c589286b3d4a27a068", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6b2bbaf3c18340a6b4a302d9999ffdfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cac38a997cc64cd290f324e44aa3b736", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5fe8beb60ee44a7cb7283468c68cbff6", "region_id": "RegionOne"}], "type": "reservation", "id": "835f6b86f39542fb9d94e948d699e1f2", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "773a7be0701b4ec5b55185340c8e0c8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a0f92451e2af4f56978f7b66429274d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "db1f3c95fceb4de082023d75d4269b0d", "region_id": "RegionOne"}], "type": "function-engine", "id": "5a18a52c750641998c4b4c18a73de415", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9450070a63f441e1a3f4cc1561c0a8fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e62193ba7cb74c56bd841c335484f041", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "567fd854aaed4569a851b7d94c0d0ce3", "region_id": "RegionOne"}], "type": "accelerator", "id": "bd59890367cd4b37bebb3a6cc0c72ce6", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "245a642cfb7b42829c42edd0051bb807", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "51a4ca2299164b0fa1529a714df8ba4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0ffb014e5010414aa11b5a7d14f2be43", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ff12d9bfbd084e5e9bd336b1acfe1f91", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ac39e213835b4d4b9d1919b2b414e357", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6efa7b19ada447b6afbf8e6e1316fa05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d1c0ef9bf7a04cf6b24bf5052faf31a6", "region_id": "RegionOne"}], "type": "registration", "id": "d8d2ed63ac4e4927a0f50460a6ac9e1d", "name": "adjutant"}], "user": {"domain": {"id": "7091775a6f2b4f949b60ed0d68ac2c59", "name": "5d8a13c8b3dc4bff8a6d7974cdfcd8cf"}, "id": "481b7e2a1ae94c408f2ed80e0eb13e21", "name": "04a820638e494b5e9cd32b7f161ea69d"}, "audit_ids": ["84c3d09a7ab0493daaf99a5c0af5da34", null], "issued_at": "2019-09-19T09:04:44.397333"}} 2019-09-19 09:06:44,601 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,608 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,611 keystoneauth.session RESP BODY: {"extensions": [{"alias": "router_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "description": "Availability zone support for router.", "links": [], "name": "Router Availability Zone"}, {"alias": "extraroute", "updated": "2015-01-01T10:00:00-00:00", "description": "extra routes extension for router.", "links": [], "name": "Extra Routes"}]} 2019-09-19 09:06:44,636 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/routers.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,642 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,645 keystoneauth.session RESP BODY: {"routers": [{"status": "ACTIVE", "description": "", "ha": false, "id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "name": "goofy", "admin_state_up": true, "tenant_id": "861808a93da0484ea1767967c4df8a23", "distributed": false, "flavor_id": null, "routes": [{"nexthop": "172.24.3.99", "destination": "179.24.1.0/24"}], "project_id": "861808a93da0484ea1767967c4df8a23"}]} 2019-09-19 09:06:44,650 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/routers/57076620-dcfb-42ed-8ad6-79ccb4a79ed2.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"router": {"routes": [], "name": "mickey"}}' 2019-09-19 09:06:44,656 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,659 keystoneauth.session RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "admin_state_up": true, "tenant_id": "861808a93da0484ea1767967c4df8a23", "distributed": false, "project_id": "861808a93da0484ea1767967c4df8a23", "flavor_id": null, "routes": [], "ha": false, "id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2", "name": "mickey"}} {24} openstack.tests.unit.compute.v2.test_limits.TestAbsoluteLimits.test_basic [0.055633s] ... ok {24} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_backup [0.049642s] ... ok {31} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_services [0.062602s] ... ok {5} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_delete_subnet [0.262261s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,524 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,530 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,534 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,538 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,552 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.458656+00:00", "project": {"domain": {"id": "2769a318ef18426f947771c6d449b785", "name": "f49179e02b4740689651a79e40f0696a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "575c0a1a18294226b30cd49abf315c30"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a1155830ca134730b80b1cca9b9640e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "bcf3d95c2d934da887f5b7f83bd3ad7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "aa1c94f4b0464b7985ef39d2cd9f4099", "region_id": "RegionOne"}], "type": "identity", "id": "0810f1bf2c9948f4a32b91703bde3f62", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fad0b3c864254626a793f89e476ea00a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3a49e480a99444bc816aec47566aaac5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "cd41b7b37dbf4eeeb88ffa095e5339b9", "region_id": "RegionOne"}], "type": "compute", "id": "8b63c4717e3147e792851791e7a158f6", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "dc8b8e8204324c44bf1e29bba0f8cbe5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "69a8eb28c7984859bb855cee6ac2b4d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ec0eba54b08a4a87a2da6f9134e9c186", "region_id": "RegionOne"}], "type": "image", "id": "1dcb152c740d4741b5bc8c4f5366d13b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "dc38bef502654bf0aefae3fabd64be6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9df78e8aa8cc4ac194e698f5c89c83e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "9fad5555f2a143f28c8236f2b20a8f1e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c7d8dc3909af40a0aad36f596ec07e92", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f2e1fdc7c174691a29ee568776ec910", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b534bb8d94b94e1b97b7f1fc3018da26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4843d318562b4f059bab988b3c7beb2d", "region_id": "RegionOne"}], "type": "object-store", "id": "dc3203ecf811471788099ba54ab3ae46", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0237e9f80cb241afaafbc2a61eaa9acc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b6e08a14ac0e4fd3a2d79d73e22a6b71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cfbecd54af874750a757f0973e1607d0", "region_id": "RegionOne"}], "type": "clustering", "id": "566b6614e76547d59888c06ae713ff1b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cff107fb57c048329e2ee708a7546bfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "904d0f35d50c400496430f1f496b8cd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "43719451d43e4ecf8c78ce4e833e3a1e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a62d622b42a144f7af0a34279ab60a4a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e963aa0d14414738a3643f67a7e99db6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aba923907cde4a1da709af9e9cd40fd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cf0eca98cf4e4d1fa654efe06fd6c278", "region_id": "RegionOne"}], "type": "cluster", "id": "f83bec1754564433b37436ddf8c1d9f6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bae6c017b2db441f8e67ac1b5e7739e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b57256e641c443488bf0f0a3d8b0c99d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "92e1d4b9638f4c0eba30937d7fbb917a", "region_id": "RegionOne"}], "type": "data-processing", "id": "88b4a4acc66642c99905f7c350858332", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "75b7d3267ca74b519e42a09ed1a2680e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4b757249403d4d40a6320b70186ec1bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "10f9a547c2184a04ae915dbc652e1133", "region_id": "RegionOne"}], "type": "baremetal", "id": "0efc724378e64176ab9eceac5bbf006d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6c3cb0d8a0b348eca675c405fc10beef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "42cc2cb172e440b888c0cbadd298d35d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "67bc1607a66742bbbc58e2e76fe47dca", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c9b6cfe8b9e847f4ad969a27d68cc62f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e29b7f837c8d478a8c513ce491bb171e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3562e22d686545f6b0f4acef9da1726a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "fbc33bc7f42f4478947688929199f777", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "79014b95045a482f807399494c8c680b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9322d2a47dea4c4dbf9997c929a225d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a684243dc4cd47e2b61f07accea924a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e6dc02d5b1494ba3ae8901ec39bee1a5", "region_id": "RegionOne"}], "type": "key-manager", "id": "21e1be9126994e1091832f09bef93219", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a2163d5df97a4cf2a3a552162d038097", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2b5480ea63d9477a8ad7350366ba5d50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0eb64d1d06c24a2f9cf3261232273a6a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0586cd35786b46eb966f12ac99c6a61f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "745c9dcc818f45f8bfec1c79735c0f68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5816c5ae44cb46f4b16c3aa6c34b5538", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0559b255b3e842708ac116bf21836357", "region_id": "RegionOne"}], "type": "infra-optim", "id": "82c75c7d744e433095a99bd992e34f3c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0b5d110923ae4845aed8a26b2241c088", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "731ad89ef3344f1fb84149e1a561df55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4fa30f8c72c8433f9a7082272ab41b7e", "region_id": "RegionOne"}], "type": "message", "id": "1f756bffb4c3451aad601344c6d9cd54", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "31deeccef5df4de0b855e41fb26e9c89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "68185f2181d24e62bd1952d6cf7af25e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7a2c2c56bf394a778f8fc264763db9d3", "region_id": "RegionOne"}], "type": "messaging", "id": "92ad7ae0e72d43469d2cc91e7f859d0d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "416ff30d36b64a1baa9f95aa4044f500", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c1d4ca5d35424bad9d0e7d207d95e1b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e573f8d28374484cb76c7441b3a40c9f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c40affc3cfec48329df375d5c1d13bf6", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cdbf66ce6ac14f4bb6b891862e9b657e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f19889cb055447acb5edee72d7755169", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b7c8c465c20841b99b1a4ebb24933ef0", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6de641f8a6734269b7cf13ca6b3a6c4b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6807200f280d46d88b09568a1bd8683f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "82ca5f1184cd49f4aa6e290f093ffa54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e6b851b7edaa4a2295a7fb7742d95974", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "403215f520cb4318897512e096983f70", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "964994fca6e44c57b5640392501446c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "94de9854dd5a4b90b1a07e6a2894b0f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "93fb696d75b04075b49c0c017c385e02", "region_id": "RegionOne"}], "type": "container-infra", "id": "2923d2c469ff431c81bca884994407ed", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "202280e61e8242039eb0e726a1f849a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "68aee838e1274b399bf1f30143c64cde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ff01f244379c4aa9bcb23a7d5534e793", "region_id": "RegionOne"}], "type": "search", "id": "9c9d6f0187a1474786e42ff273b16430", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6447541e50ad4af38ac79947da79135f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "02f203d3520d4de0ae0c5868f836e029", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "74efa75b02ca48fd8a8db0a63eb71ec2", "region_id": "RegionOne"}], "type": "dns", "id": "b1cac3aa544e4ad78ecb6ab27dd5cd64", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c24cd0f1c5064add87802c54dc8fcd2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f231103d55c34f73b404ad8c25ac646e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4fa8d2719b3c4d45af46479993f9087d", "region_id": "RegionOne"}], "type": "workflow", "id": "d04168037fe944dc973218d36bae54ed", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ad74f9be92c14c7d89f7260bec8626d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e10e299ead2545f399fc063363bfe335", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3434074096594e2cb2c11dd83e5099fe", "region_id": "RegionOne"}], "type": "workflowv2", "id": "cee0dcda6bad4787be6736174b75f3e8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "88c48256ef0a454b9aa5e950b13a9fbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ca13c95d403043639400ac5b724caeb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "938af6195aa044ab8de4e52a1ddaab8c", "region_id": "RegionOne"}], "type": "rating", "id": "fef87d03c80242d29f7c439f33f3d27d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4b75bcf0e64c435f85027c6a4d1f0073", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2f8e2ed062b940209a11ed00a9c77faf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a956404f5d4849469568dbd64c01e2d0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "793e5ddd05d04b0ca05688f6b1dcd9f3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "54ae700ceea641a5a17d2994c12a7cf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "16a75553f6624ecdbf3fcc139b36f58d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5a4d77b87f9b47b8b1759cdac2d3a421", "region_id": "RegionOne"}], "type": "policy", "id": "bcec9a9db3bb44c2992e611ce0ee1a5a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5b00027a725143269c6c3059a5468cb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f96fb0268fac45f7ba61ce1cf650e922", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "45dd2ae2fc3b43f591f0cf15ace3cb41", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "555dcc11f593403a8cc172ed418ad7e7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c273ed54569c4d88b748d4e7cfe9e48b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "543dbd8451894d3394e20e58a827fb63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f728bb2787664590aa61d11fc345666f", "region_id": "RegionOne"}], "type": "sharev2", "id": "61dd379e37e349b8b5558f0be771cf81", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "833841fa896145638289a40a52c54bc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a274d97a53464a06b099dfa331222353", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "480c2a78e68d4ee294021dedc809298e", "region_id": "RegionOne"}], "type": "share", "id": "bc52cf07978d469d97d10c674dfa14da", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "11a64a4ee24842edba4ff5254503ad52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "18651177083a495ab456e8351f8a1924", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0705ad6b90d3497380896c86b20f6086", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0eaa2e61afa0480eb4a35c91cfb998bd", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88488affc36d43fbb43e0180a0995a5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ffec60a7c180482c9ee8821456bb754f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7664c71702804d9a9e0e59de30f36956", "region_id": "RegionOne"}], "type": "orchestration", "id": "177cef8a32484807bb7b92866574398a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56a6d2beec7d4e53ac7883ea6608af5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4cbdbabf5ff4681b6b9ce930666eaf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bfaf338c8f74979a242deb573953da9", "region_id": "RegionOne"}], "type": "block-storage", "id": "31a057eb806641d58778d643e377ab09", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "621a3c2edfd64822b62b51921ef29ca5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fb27307f61b4ae4ad0908ee2fa328ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e222f236b8a64c95bb617db1bc6ecd53", "region_id": "RegionOne"}], "type": "volumev3", "id": "96e6e5c6b20a47ab8f7a694b14d8000e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7cc062d607348939b7e06ac00132dad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1784f6b6b6384edfa10456702a143f08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36703db9c2fc49faa11684de1c73b16b", "region_id": "RegionOne"}], "type": "volumev2", "id": "66554459579b49f49690c84bfcacff88", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2b9a55fb0564e57a471b7affc16b2df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9a1df747237492390e7d2778f430b05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6edd20e893dd41e89e326236d78d6048", "region_id": "RegionOne"}], "type": "volume", "id": "6b14ae4461ae42dd9af4f002be61c12d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b51a6a517377476fa82e76f24b4595d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27bd6e16481e4fb79438322b334d4779", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5156b409a434af6aba95b32c9f07d60", "region_id": "RegionOne"}], "type": "block-store", "id": "70d60d7943bb4b03bd098cf4ed72e908", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e498fdb2a6f2409084d47fe543442c41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "aad125486dc8406593fccf3d53f74830", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1ab708f046f94b5d991ecad77f91f27c", "region_id": "RegionOne"}], "type": "alarm", "id": "ff40c8ecff654f1e942bafde7ba6e8db", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8d5a082d624948e4a83f5068c4afbc8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "09585bc4ecb146cdaa1be15319e54779", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2637c420a8b444d8b94e8aa79c98e625", "region_id": "RegionOne"}], "type": "alarming", "id": "2adb89fc8ff9414bb77ab6f711de7b52", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "06ee4196f9874b879dca238f2c5870b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6778b9998df54e5ab57c2e152ac98ed2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f81a3647536547f4a28fac328fec1fec", "region_id": "RegionOne"}], "type": "meter", "id": "d1a293557bea4ee0aa3902ba3c6ca95d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6bf084bb14664055bdffcff4e525aa3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "edd2dd1d146945b4a03f3097298c7a3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "41d7a0c0aaff4bc9bc20bbe3579016ce", "region_id": "RegionOne"}], "type": "metering", "id": "4fcc012ac4d8404b93976557c9c9f686", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b36ecfe968e842cd82c11e2a523dce1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d62bd34bc7084e71b12403d50175e30a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "80b22da5756841ac8e903925fa9ddf8b", "region_id": "RegionOne"}], "type": "telemetry", "id": "d650197806fa41e4a0bac325682af41c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "63908aaaf5624f6984b2aed45427d417", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6df5eb91de454232951f14d55ba94303", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ed00459ddc4c488a86c02b45f548fdd8", "region_id": "RegionOne"}], "type": "event", "id": "92f9c93a3bea404e9f4527fd9f6ac4de", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8c816cb3176449fdae536494cb163dec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5d9b4c54acf544d588eed2d61859db67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f7650b6b89484068b7d05099e50882f0", "region_id": "RegionOne"}], "type": "events", "id": "76f1ac6a96b342eeaa70b43f6d21de93", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0c87ec5bb0e342758042d0c7cf63b3fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "48e8d5291c1f42c9ad16165020f5b9ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "aa9f2d2aef734a7c998e8d93a33501ae", "region_id": "RegionOne"}], "type": "application-deployment", "id": "14e321d82ef34b48bde3f0c1fac69a8a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ed78073bf8b14c9b9a5d81d2fa50f71f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b6a73fba010d4a12932c6747e6e8d4a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1fd0755b1d084dfaa8b80752a43a94ba", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5160a1e0340d4a7b98fe4384763af324", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8d23d0d8949c4f4f81a3d9358ae3eb0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0336acc39bbb4158af2c92003309bba0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "350cca6e399f4e33a2ee9af5ad4bc704", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "88d6a583eb0e46e7ad19f2eafafe853a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8520b5a4ba144768b2ed745463dc7e7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5be830c124d84ae19b99c3c22729c437", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3a083cdbe6814007865303f8e3e8c7e2", "region_id": "RegionOne"}], "type": "tricircle", "id": "5b9037df98744ca8b84f17d6b7d7dd56", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1adad1a47a9541e8b85e2aeda4b2ccf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ddd4eb6474d24947a9ab3ccd99543ecf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "aebdb431b8494727845cf784cb10d6f5", "region_id": "RegionOne"}], "type": "database", "id": "bdfed15bfa7f45d8aafff6b25805ba53", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e2b3b2e7af56462299b80a8e468a8007", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6a3cf54445354744ac3ba2490a0c2f31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ccc8a19b8df24f2f9049e7ebbda54da3", "region_id": "RegionOne"}], "type": "application-container", "id": "99b4d2d2790a4036bab78b300635175c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "892a46fef81743229ff93458b4d4c72d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c3ca3af2f5e5415e824860ba74863975", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b2c0e50c57ff4e4aadeaa20fdd3de31c", "region_id": "RegionOne"}], "type": "container", "id": "581144df2d214fe2afca05e011fc0543", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e4f33f136fb044afb601db77c67d6e6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ecb732ff8a02400e884fd0e52d50289b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "efe6ede2bba44a37965939e03baf1677", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6753fef6d644424bbe81de607cedf580", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "945cae2c93b64fb2be1e783daf294a68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "541367bb36324e038050bda9d25d2037", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "22906035076f4ccfb3a1c2feb95cc61a", "region_id": "RegionOne"}], "type": "rca", "id": "d53ae35b51e84646bb74797a58ac1b08", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "623d3a3d5f85436f94c7644e1284911f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "690aa609879d4715b26ecf9239dfe08a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "754731258d144740849d126fcea7bd68", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fe8722b888444ee09cb40e24f1e5597a", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e3855bdce195411faf7066a2c2d622f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cd2cab0053b346ac94709666c2da0f80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ac2c28f64f51408ea2f9d592c8298b22", "region_id": "RegionOne"}], "type": "network", "id": "ba6699ee12f64b7888e4ad2eab3552d5", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1f80d972c9aa4f608c20e5fbbd894e04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "98e92fbde4de45febe4f2b0565d1ebab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8b677fbdc6974efbb551926b6ffc9ae7", "region_id": "RegionOne"}], "type": "backup", "id": "3bc89db2c7cf40299ccd284d1f9f5e30", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fe676d3e94104693923f52e6da0a6832", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cebc3885d1c743b0be73abc0c690943a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8b2d60ebc35c45a684afae93e9e3cf43", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a62b57140f2d40038e6cc87b70357d32", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "272e800fd735427dba7ef0c145f86a4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "32f7cbc6f9cc4f7f999685ce87d49079", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2d2240dc467f42cb974dd54ebcbadba6", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1347afa34919479d8ff9e25bd5a7d6d9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "44b09bd695c14cefb2fb07f9ac7f0877", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "722ccd85e269421297b901b68115a3aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1a7ac631431544c694b898dc140e7e8e", "region_id": "RegionOne"}], "type": "monitoring", "id": "b07ba217f35b43a7a469d2c631ab9527", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "78da050a99d0481ea3725ba4ffb75b0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "084d4da6b1434c97a226c6c04f8eb41e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "75b34add319440d38a9bbd434dea61ce", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c3eac88918b24c29a3f895a277895459", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "247ec550171f4452aaf94dc2c3ab8ee0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8f929d7729ff4e7d8482e7b562b93686", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "872c1617ac2c4c01acf3d4ddae607bdc", "region_id": "RegionOne"}], "type": "placement", "id": "9edc86363856462586ef3d632089e6c9", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "165506cb5ebc49cf88c26d481fcdfe13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9aaa606ab8da47449b4d613e4164c940", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e22dc95a406c4785bb7a824fc7a560a8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9ebd4abd69e24b24a5874d21d1c0fa71", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "573afb03196d4c08a6eb9fa139827a0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3fd33ba0589c4d87a3c085933fa6e4d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "369527f8f04a45bcaaddd48018da010b", "region_id": "RegionOne"}], "type": "ha", "id": "522dab9ce6824846a140fc74e9c4f989", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "09591552dab94c63998fb48257e09c19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6906be8db06142df97d564812634eb7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "0d14582ff5a343daa3dd74c298fa7f8d", "region_id": "RegionOne"}], "type": "reservation", "id": "22818de934ff4786a944235ddce4d661", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "341a39dd91374aee93e51367a6854304", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cfa704320f4846c7978ee5a095c560cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b49f105f99a34504a8efcb25d0d2653c", "region_id": "RegionOne"}], "type": "function-engine", "id": "2a1e5441a8024e7cb4b827eca04a5f19", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b9bb3afeb49b495b96585bd53b81d636", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "990e0dbe8420499fb9d6a0c5c7282845", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "96c061a843de41908a5e905246aa7f3d", "region_id": "RegionOne"}], "type": "accelerator", "id": "d42cfafe2cf54c42bf6389202197c22c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8cf10ec74a044049ac4717068da5ec97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fff6a0d73c93461da269bba7ee2afb7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5189e2f983b04b9794f284029adf6b38", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3d17f762ab6f4483a71b074ae2da1e65", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "953007a94674491d8b9e93b5d8cd17c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "42cfb76256dc4397854127e15d935ed4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e685e05e7de646cc819f5df0c9c85701", "region_id": "RegionOne"}], "type": "registration", "id": "e3604e00194b4cbc87098724421d7da4", "name": "adjutant"}], "user": {"domain": {"id": "c7d705f1e18648be81049f021e471664", "name": "815ba3eb2f55455282607a15e997aff0"}, "id": "47818870e18043b08f8b77e3636302c8", "name": "85e13546c99944fb94fb4cfb2466f519"}, "audit_ids": ["f4e8377f4e284c5aafc52830627e3cc1", null], "issued_at": "2019-09-19T09:04:44.458656"}} 2019-09-19 09:06:44,690 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,696 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,698 keystoneauth.session RESP BODY: {"subnets": [{"service_types": [], "description": "", "enable_dhcp": false, "tags": [], "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "gateway_ip": "192.168.199.1", "revision_number": 2, "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "192.168.199.0/24", "project_id": "861808a93da0484ea1767967c4df8a23", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "name": "subnet_name"}]} 2019-09-19 09:06:44,703 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/subnets/1f1696eb-7f47-47f6-835c-4889bff88604.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,709 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,713 keystoneauth.session RESP BODY: {} {27} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_secret_create_attrs [0.060758s] ... ok {27} openstack.tests.unit.load_balancer.test_health_monitor.TestPoolHealthMonitor.test_basic [0.060238s] ... ok {1} openstack.tests.unit.compute.v2.test_volume_attachment.TestServerInterface.test_basic [0.071048s] ... ok {18} openstack.tests.unit.config.test_config.TestConfigArgparse.test_argparse_token [0.167439s] ... ok {19} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_precedence [0.147612s] ... ok {21} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_delete_security_group_rule_not_found [0.197861s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,645 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,650 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,653 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,657 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,670 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.580681+00:00", "project": {"domain": {"id": "dcf66bccb8054cce91c998ea39d82810", "name": "e458d84e4bf54acd9a4ea45e72b77744"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1a826685781b48a2949772f206c36e56"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c61411153471477b84e32e7601814ef4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c61a7ff2691244589bd25f0b69df286b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c1e2341788064644a5f949ad8f63d487", "region_id": "RegionOne"}], "type": "identity", "id": "235c6bbac9ac4fc584c100f9a26e10a6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c8e988e2d1184c23ae6286b830897f17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "02fae286e30b46e3bb1c2006b5a5f6c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9f7f415d620e4a3e9d91f175dbcadacb", "region_id": "RegionOne"}], "type": "compute", "id": "ea1d669606e4497f8f5e9e899c4382d0", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "946c562d53f445f6a3e9193ed45a1239", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "4d41f7487d624e9b90ecea8181d2e6b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "402054f4638e474d81b3855886278816", "region_id": "RegionOne"}], "type": "image", "id": "68bf328ca36245b392e5c02e5fdc30b0", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "80d0fa49b7fd47c4be7fde519d4d6b05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a2d1c4b56b324ffaa4c033dd682838ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "14dfbeacdc9f48d28203f7926f9e331c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1fa5986b98a545dcb077b5feb4466968", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ad6ca9821e74f6f9a1add0411b2db31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e516ea8069734314850a9752acff5b52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9fcdde10258456eb12f18d82637ab08", "region_id": "RegionOne"}], "type": "object-store", "id": "c3579bc66baa410aa64d06fe9b5843d0", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6593520921d245419b1be773aecf03bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ed78298e582f4442a55ecb902489a2f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d11786dc0e5f4b9da2444352fa39dacd", "region_id": "RegionOne"}], "type": "clustering", "id": "fbc86a2e3640416682e9eb91b23d783e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d2039555fa8a4a6fbc626af6a8e22fba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7a721080a713425da1daa4de0417ef04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "472962589488477db7c1ebe1fa8709e3", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1a9b45ed01dc4e8996667c5d898cd25c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b1c9bee3db7548199f3626866fc35aa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0c2c72ef32f04e8e8b11c9910304e8da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ce485038516943ee8dd1e505f91b8fc6", "region_id": "RegionOne"}], "type": "cluster", "id": "65d7301e0f0e45309aeca756d19546f9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "410513a4a41749b9ba4a9a2e5691bf07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "34f2bdd2789e49efa3924ff23d30b8db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "20c62327f9ae4270b91e805fdf090e9b", "region_id": "RegionOne"}], "type": "data-processing", "id": "b4d1aa07cd464d788508152d04d87334", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d22b65cda38d4d92941f76b56c31a1ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "29f625a7bb144d8ca4aa89b37c999f98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "72dd2d0a2155410b8dbf5053b1433f61", "region_id": "RegionOne"}], "type": "baremetal", "id": "299bb612175b4f458fd0b2e927c854a3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "377805affcd840d9b081cadc1e968574", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "97784dacb8e1424e81a7ba931a25516a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c2c00b5786614cd5a18ee5715a1a9d92", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8ee6bec26d7c4341ab73dea7f55a95aa", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "791358e6eeac4fcb90eea4628ac16980", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8bf3fd900e3e4aac93e63999954b5db8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "81af550f6eb4465a929ea0a351cb8d3c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5a4e4a81826c4f2aab2493cee9092044", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "55b18c462e054cc6b86de9d5b32a8443", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bb2fc8a54b9d4b6a9a6375ef32733fae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d03b4bd8dc514a9891655c2e43987106", "region_id": "RegionOne"}], "type": "key-manager", "id": "91ef011aa68e415f80397444076baa37", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "de8d032a76df4e6eba86cfa37e772814", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "73e3ed5d87664f20aee24d5db6a54dc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f8bf51a8bf6c41dca70e6126d9279d62", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1de9058b5d824801b22dd49295d2b5dd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "36e0a50514a742489271a98c774bdbf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ea00ce768e9b49fe8fce2f7cf3b89c5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b9a778bbf4134ea7a3e70dc655598a70", "region_id": "RegionOne"}], "type": "infra-optim", "id": "618ce2f28ba54feab48a9a31c550040e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b26dc1299aaa47dd9ba3a44d2c944334", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9f73ca79364a4ba489c5d0a7522b2c22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3405e0ed50d34213b2e8119a149dfdfb", "region_id": "RegionOne"}], "type": "message", "id": "387a7d9b062845deb239fba6e52f0ade", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d1a00cd0b40b4b85b0827504dc4efa26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2f06a6b2b385442cb7ee71fd6df0caa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ef0cb13bb3c84d649ab8c6555e6078bf", "region_id": "RegionOne"}], "type": "messaging", "id": "598dcb7dc55941eb919df7f390901e5d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cf150fdc0b09449aacb7919e2d947b3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "16f32b6cbd914d43b58dc74ba5a5f6fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9a8f58d45e2247b99c6ed12d3c854981", "region_id": "RegionOne"}], "type": "application-catalog", "id": "62564e13a1ce40719587ac40cdfd6c3d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a8bcde09079748728b1adff7fbc0610e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c66f17030d554816a1f33124ff1550e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a22356555495477fb0c421c232b8b07f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "06452a435c7240b9be9c4f06839831a3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5eab814460e34fb188078c9078c134ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c63b9107c994c3691f15c1f6508038f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "698507e664a1442db0e4b5fb370bbaad", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d64d79f763dd4a1a8c9eda225f9fc6b8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d42073ce598948109e3f5dcc94049983", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "89179b15d9044dc1a3b0e7aff891f093", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e4cc77ddbb80486ab4ab266dce56cc1c", "region_id": "RegionOne"}], "type": "container-infra", "id": "d3a37e75d3f340f8962a78f60a7b5504", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e5f372f1936b46e5aaeaeb05a23533f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c1e245a6903b4c51baa07afae1910691", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5f86a4d195624a50afb5a6c9d5399612", "region_id": "RegionOne"}], "type": "search", "id": "d1fc5b8b942240d7994dcae6ab6b3512", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "963a89cf866d42648414cbd88685ff49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "223865affead4e57ba430f1406e67530", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "156db0c4a6594352a0146c0de2a38188", "region_id": "RegionOne"}], "type": "dns", "id": "532963669a8d4983bdcc21dbbe50ee57", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f3c740c2cea44f448b6d4225e66394c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0fc1e972aa3c4ee5ab1c6643f9b7f6ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fb16a17c846d453f81afc0e0f0a454fd", "region_id": "RegionOne"}], "type": "workflow", "id": "02c1fcbda21045ff813d13275c572640", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "779522e4a25a48378195498e2879baa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c5d05c53a3254d428119d967f33c5004", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b05a314dbdf7452aabd5a6b5a73a7a3c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4e16d5b3bb974539ab21ddfba3076dfd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "3cbb4e311e484ef4bb27e69b28b361a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c4fcf4b7fe054c79b97c16ee3c4c3f2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "95ee14a2afa946b89d2f5d447583c443", "region_id": "RegionOne"}], "type": "rating", "id": "a4834e06a2544b6a81f44e5c4a637ec1", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e9a428c9fc5d44538bd7b0f17a36dfc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "215deeffd12741558b5e8f4ca3601f49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6c8ecde2ed7a46bf8e98c9d746061507", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e112d100342d497b90852cca2cd866e4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2e4886a3e9824e038b46dc10aed4a92e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c17f3ada7610413c83b4489adef895b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0be69253b2254bf096d7ae9ef085a497", "region_id": "RegionOne"}], "type": "policy", "id": "42e9079ae4a144c083379345a063e375", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c0e6c0b81be74885962fb2f187d3244b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ea83b92d1ec4411683ee06e36986c5a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "227cb90ed3534a46aa8d0c695670434a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "267618a221454969b02d4a810324a8c3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0946b69257c048e3b550cb17fbd67d27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "673f82f35f6344fc90eca5ca34124abc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8fd7fa1a5beb43be8711dc60b09519a2", "region_id": "RegionOne"}], "type": "sharev2", "id": "4685aeca8b12459d87daae7d84ed7b0c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7fd885b4b7f344509beddd299c33be48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7ba035b35b2b4e9a9e109014ac36c7ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cf379cf13ada4a0f8c169a7cb281e581", "region_id": "RegionOne"}], "type": "share", "id": "9cf879867f774e99b04208fb264ebc04", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "277fb823c20c416bbc08aa5cb4705820", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7b4696c9547d44f18fd4de8f65ca4b11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "abd3a39823ce4f7e97af6f8f978d0d99", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4998618047c74871b2b4bb79f425176f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff9ef03971e54eb3b0717c6bf61b1f7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6291aa4512cb438c908a2f353ad85151", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "486b1925320a4742881e8ceeb89aad15", "region_id": "RegionOne"}], "type": "orchestration", "id": "78d7ecde043f41b5b507ff3c2e745680", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d07774d8fce24d8d9f81318064b4d336", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7cfc882f2c084cb089ac326dfb63be8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27343c7925c842be8717e4c1e7b42664", "region_id": "RegionOne"}], "type": "block-storage", "id": "5d527c3a69be4dd7807abc2914c5b10f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85df983849804d92ab49e45bdcecebb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b81396b76b0b48d984d6075ca7450359", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b694bb225a9409e9dd41dd8c5096944", "region_id": "RegionOne"}], "type": "volumev3", "id": "6b9df5cfc9854678851604605085ec0c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5c26fe45c9d41ffae4e403bd8f7d906", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85e2e6271d36408487039a43c16f43d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9c754bf32464e9aaa6726d9e80e5608", "region_id": "RegionOne"}], "type": "volumev2", "id": "d9775ec235214ca78d04d88fe10ef475", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7f7a8d65d3547cd92a29844722f9c3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c9dc2f35dbf4aa890c52f5d789d6473", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff679c4b04cc4cb1ba0be91d5d79fb6b", "region_id": "RegionOne"}], "type": "volume", "id": "bd7cd419d7bc41c699c44e7c2cc1e817", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "475e12674c1d467eba5be090c8227768", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4acf20e9e8a4213b2e4cbd4ca2c10b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5409862f6d9942bb8c5723228d426a58", "region_id": "RegionOne"}], "type": "block-store", "id": "a87298aaffca44dc85b60c4d4463954f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "44d59ad39e244e4b99738d8e839bd240", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "167cc714f2f3430a85c477560da366ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4ceda93ad39145d4b1fa1bb4b1fa32cb", "region_id": "RegionOne"}], "type": "alarm", "id": "143745088a294fa8949c0190ead6e08c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "239b208ab995469d9ecdd70de843c2b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1c9796a5d5e0408bb4a4deba7426a250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7f900878fcf642edab4b2efa6505f12a", "region_id": "RegionOne"}], "type": "alarming", "id": "0b8001468eac46b2a2e6f1038fccfc1d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5e41bf6f636e42bb984d0f9088751c7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "61649a20555b487e9581e4885bbc5705", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0bba97d9e5424a93b56d1f7e3b85b44c", "region_id": "RegionOne"}], "type": "meter", "id": "a2fba720a98e49028fdfad8c1e38d213", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c8b1695e785e4eebac1c12e313de9eb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5ed1d0a1fa55440a96e099e63120c9ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "55a14abd42144243b6e7fe12099e3554", "region_id": "RegionOne"}], "type": "metering", "id": "d20028a07c3a409aa693324687c4dba4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e7e879dcc0d8490fa291dd027cfa9ca0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5a298d0dce9d4e98927d1fdcc68a29de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6bd5234011694410968d34d6e8bd255f", "region_id": "RegionOne"}], "type": "telemetry", "id": "bd59018911404071854756d10806a6c5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c469aecc756d46f4b2ecdd043e8991e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5062739283e24177a215c4460dc60b56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "622be92d2a4f41f99fd87f29128d09f0", "region_id": "RegionOne"}], "type": "event", "id": "7b52cf7c472349a38caad453a95a321b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c561dd9d87bf4b958f6f1960e586878e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3cd6c0c31ea04b69869398147a3e2479", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1e521210372145b1a5d941d771470a86", "region_id": "RegionOne"}], "type": "events", "id": "2afb183b39c445469fe8359ae1c3047b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4bb5803309e24e1189aca63ec4ff60a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4cd1c59665d4450a822d2f944211efeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4f96696323f64e9bbf86276dc5063dc9", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c4e0ba5dbc8949f58826ad622e26d1e6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d54dcd79ef424707ac47218be6fe5e52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "369301fdebc44f93a411148415d69a6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "eac0f6ccb9f941a592197da1fef783de", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ee82f144ca20457595c4f661f10c657d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e6b484cfef994903a31eec4e76f43a6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9f68bbafb5904f368458b6d4d905f4c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "15ca91b624ec43f38ff22b78f93aace9", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "bced620d8be9497fa86716629fb63acd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fde8ca1512004c6ca65e277541a1124e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "593e44f554224319b87bc9396dfb1d64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f17c0a2ae5ae4f1e8a7603f9f04fd6d8", "region_id": "RegionOne"}], "type": "tricircle", "id": "4062c0c0e48b452db3a76ee6f13cc6f3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9d5b91495b57481694bf59892029f354", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "76e5e5181af1484b8c07c6f5897691d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0dd5d4b4eefa466e885e1ea69a2e5260", "region_id": "RegionOne"}], "type": "database", "id": "9576343365284e52b8d448312459104c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2530993f7b214653b4635f2530735cb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7c144f3ff4ca4db38f573baccb6cbfbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e28fc04a193246c7aec09c6d2b7e3336", "region_id": "RegionOne"}], "type": "application-container", "id": "155419177ceb49a4aea4db5cc2a99021", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "805f6d1b8270430c86e04515a37b2d67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9afcc74c6c31404f97d76bd7c9b42168", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "dd3e8ddc3764432480bd3cfca486249f", "region_id": "RegionOne"}], "type": "container", "id": "8ecc0e8f13c745d9bc3c4456a9606fcb", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "14d1b23c606a45269bd952ec4dd074dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cbf0701b76ef473e822807f7ffce8acb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "64a6efa8855b4076b5207dcfe651b2c6", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "cb05fdb8824f4584a4e52887d306b498", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3c6a4f7a37d640fbb85f189adb8a2c6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "aa498376417545ab92624623ed681689", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0ab345088b4843f491d357b0699f2ea9", "region_id": "RegionOne"}], "type": "rca", "id": "cc4d6c2188794a8694b9cbe2051b6447", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d00753d5e02c430aae0188df596272a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3d0502a7967f4b5584a00c70fad4f468", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "11c5cbb0233e43beafa308282d226608", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "03c1b2382f1e434b85b2356b0c666eec", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d118193b547f42b6992b878b60b29732", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "350cc67ebb604556864576ecc7b3a64a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "01b0e2a723d24a29b068ed60e1004fdf", "region_id": "RegionOne"}], "type": "network", "id": "bfecf8a2b37c42ee862fe92e49e77397", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6f9d77206f424fca87a159d8e949b968", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c15d55de7d6b4f99bff86be63e15bae4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e746fa2909314e5a8656b2f450a72936", "region_id": "RegionOne"}], "type": "backup", "id": "1e9096d2bee34dabae7693a5f90c4d1c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b75ff1ef10b9496fb5dc2eb4d47c9e4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1fe6e1d9065c4bcaa10e2165e05f014d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "538a6701f7d64db9924d537c95b1f7c6", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "05e780c661874f59af9fe1eec3b8b21b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1aedf922d53e4fcb8b9eb416f6055d47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ff41c778d0e348a6824e0d4ea02a10e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c05197a45f434a25bca540c6d81eaf10", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "4deeefefb5ba4f508e5c3a0b40dfdd33", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d76667487b2245d4967777d9d5783837", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d49b8f082f984135a4f1feb45177fcc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "66961f99dff740f2a5e876ee8f915342", "region_id": "RegionOne"}], "type": "monitoring", "id": "6b7123a939ce4c99b0ba0dbea5954bf5", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3d60b3e88980412798043231da81999d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "deb04c447c67446089a539ca4869bcb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "db4f4f5ec6c5471abe97b8fe614b4293", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4e8d527601f644e8b65d20a894ca9942", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "660afedebe8b4c618495c4f0c2c1f6a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "19a472fcd058423d88a98f0791203bfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a62c2f27b225497cac1d4422e6e6fcdc", "region_id": "RegionOne"}], "type": "placement", "id": "b2009732955a4f529e49a89f04695123", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "69d2a1e20d6040e3b2f9488d0c631de3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a9255450ea7c4cf3a7be1d006fb6190c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9213993ee40d44b8abf16d97eecc130c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9c1193405a8344da979c4700cdb77ce0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a5d80f92cd314ef092c6290859756539", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f4022b6b76c74a27840450651a5b04e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "39427a7a2f9841d99b04f75f00756f5e", "region_id": "RegionOne"}], "type": "ha", "id": "a4c9a355e85f4461a6daf5e76a7f67d1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9c4ddf2a3392471cbba0c5f27faa1109", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "31db54eae18a49e29f05ded8fb1ba380", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ff034478a3e3471ca8121691b6dd7ce3", "region_id": "RegionOne"}], "type": "reservation", "id": "7f05ddfc15974e20937e6f719ed8e8ac", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ba2a4676f2054129918dfbb12e024be3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0cbdc821e0054ee58717f6e1f481a6f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "de6b9843a99a44df901d7e4c65348b18", "region_id": "RegionOne"}], "type": "function-engine", "id": "afea77ce04cc40b590f9c35a59476ec8", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1509992cde6b40b086d0ed3219f4f3a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "51e743d5d9d94565bbfb0b74a88175db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "dcf7cac743cb4a8ebf25a4c563c924c2", "region_id": "RegionOne"}], "type": "accelerator", "id": "38f6c1d953404839ac9b9932f2128469", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a05c45698b0e4a66b8b5a5841a531391", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "348bbb75da384c9593ae59b0427c648f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6b2d8cb63a034b65bcce071a937115bf", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6d250fcb4efd4eb5995d49a48f3912d3", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f77ef2cc25b4469692068fb28d1222e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ba0c24e1433c48e4b5fb550a6cc5f68e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "175107d16f27412e920b1659519e3bd5", "region_id": "RegionOne"}], "type": "registration", "id": "462ed0d201b44b9d840fd6171ab940aa", "name": "adjutant"}], "user": {"domain": {"id": "a96345c37167468394960fcb84d3a6a7", "name": "9216e9b50c414d9294e676514da782c5"}, "id": "d13703dbf27543a9bf79b53ac1130a07", "name": "d2b2d25d436b4e14875b333366633608"}, "audit_ids": ["018a8d13d17f47ec955ce405cf7afc41", null], "issued_at": "2019-09-19T09:04:44.580681"}} 2019-09-19 09:06:44,756 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/security-groups -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,761 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,764 keystoneauth.session RESP BODY: {"security_groups": [{"name": "neutron-sec-group", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "security_group_rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 81, "port_range_min": 80, "id": "1", "protocol": "tcp"}], "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "1", "description": "Test Neutron security group"}]} 2019-09-19 09:06:44,771 openstack Security group doesNotExist not found for deleting {13} openstack.tests.unit.cloud.test_operator_noauth.TestOpenStackCloudOperatorNoAuth.test_ironic_noauth_none_auth_type [0.170034s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,289 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,294 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,296 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,299 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,312 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.226247+00:00", "project": {"domain": {"id": "4a0e8a163dc543bd89f83a172ef2b342", "name": "e62aadf921034db4b1e4ddc6d7551263"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "836ccda73d9746edb27e448725af85b3"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "672f893150194d1d9c4a110db03f9814", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e23b4aeb7ae543538c6826e125378d9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5c8960147d454044a2f2e7bce33310b8", "region_id": "RegionOne"}], "type": "identity", "id": "d0c23835bd334936b1ed6cf22d582634", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "07c2553f3a324da9ad20b50a84b048f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "df929a1b2c1846ab85cb26db4e454761", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3540bdf0fa8242f88e7b81504edde6bb", "region_id": "RegionOne"}], "type": "compute", "id": "440fb5718f5a4644bf5ea5ce4b65086d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "fe4d8073c0d549f6b9ce2f22c9a6e1a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "84467798156f4ad99a47a555837bb17d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "135b3a7840174d389ddae1f7c14f9a2b", "region_id": "RegionOne"}], "type": "image", "id": "408caa5307f0415aa36294a6d048c616", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3fc6bfa70d5649deba23c5e9813dc9a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2aaf90caa8c3441ab9c8c8bf9486e0fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "05a6ffc0679a45b9963f88c70d25c3c4", "region_id": "RegionOne"}], "type": "load-balancer", "id": "273b01e8bcb04bc4a7005876e77c1747", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bca7fab21e74acab0f4a48b53e0d2b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70719564403a4836a5e27f24f0d5f277", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ccd4eb34d4447c58b89cb8070bfdde4", "region_id": "RegionOne"}], "type": "object-store", "id": "8ca5d8f04e9c4b56a5340fd152ef9b49", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "457254bc0e0742e4a4ea602f186e26b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b52c7b8c52024d2d95a13c95463fa135", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f990d2263b4c4ac698f6f9973ffe465d", "region_id": "RegionOne"}], "type": "clustering", "id": "bf098651f74d42bb8365712b0c34ca34", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4dbc01bff3a048f8932fd9719ad601ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5b2e7188abdc4a50989872b714b25cde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9a038cfbe630464ca80d79b6409bf210", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2e2c4f682b9b40c28393c4a8a315befa", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a91abbdfe3414792b8979026d1ff1520", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c1f061dea09e41e8909c1f82823141ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "97cfd9851dd94601946c32827483bffd", "region_id": "RegionOne"}], "type": "cluster", "id": "012ae71aa0524d28b5c248de5f597076", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "85b6311b5acc4069ad7afded49ff0c8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7a001563b14f41159b80130131150bf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "63d6c406ae364e19ae665d654c89fe9e", "region_id": "RegionOne"}], "type": "data-processing", "id": "a667c03aa68f4a939105434f062c2872", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "eb76427b1ff94d4c81c42bd83d8d7756", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2f4bbb06a8eb454ba2680643e852f83b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d7403da142db4edbb9c5a2a78b3cd462", "region_id": "RegionOne"}], "type": "baremetal", "id": "d2294f6e125e4748a4332f8697c32e0d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2e20f4c29eaf47aa9b579f3fd37f04ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "12cb17c76aed485bbb8f5b884a0709be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ba3556917e0048f8b402a63babbbb82d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e436967ba4804a948d6a7d79df06e7cb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ee4e89b7c9cd433cb62189a80e23223c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f9bfbfef368d46e3b328a02ceb4195f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "df663f172d1142d3849ac7c6649592c9", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "426619159ad3489ea495bd94ff5677e6", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "199aefc373b147edaa97c74307207a6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e8527eb3214c4aad96d94233249f2f05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "104158607f80490fb1035a81f16dd95f", "region_id": "RegionOne"}], "type": "key-manager", "id": "961fc639ced94bebad45bbc48c0fcc15", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f90cb050c9f1420abfb75f3e1e709a74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d4bb435fce2342c48ddd8f5e53f67ee7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6f8828ba573245259b433e03dcdfdc8d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9311fa77462a4e16bed57299eae35b25", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5267046e9f504aa5a5c9299b892b2254", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "80024286c2654aa987a31cffa94c54ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2910e31b6a0b4c8aba5a9af5841e8552", "region_id": "RegionOne"}], "type": "infra-optim", "id": "63d8a835899e4f6e8827b935ee6199e8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "37bce19710a84fcb863af1777c13c2b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5b69d25fc86643ab8598d8d35b386ba4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dc4e7b722d90416d9944f625c7669dac", "region_id": "RegionOne"}], "type": "message", "id": "b73689a1b9e6465cb95847a6d3330b3b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c2bcbcd2f2cb4b2085947da165f60dcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6e4c82588a574c68a50f9c48a164618f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "38aff9c57b184125b106e12886d839f1", "region_id": "RegionOne"}], "type": "messaging", "id": "744e041737264897b1b1f09b2018b938", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "83b6dd0cc0a546b6942be7993e9be1e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4ce46e29645647a68992aee640374b83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3a8d51a1b80a4ba1b13f6d10b8ac7ae0", "region_id": "RegionOne"}], "type": "application-catalog", "id": "82e7262288774d0883c1ad373773c02f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b0665cde279490687ecc7868890a227", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c77b16ac83af4fa3b83b76a12617005d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "157cba882ae34e01967ab6652d279482", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2b13265153d44db2ac238c182e038569", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "31f7f0bdac01436298aae9f6c3ef4ab1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "45f48b33b56c4e5f92d46ef5c535786c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "61bcaec39f144bcaa554414f5dedb2f8", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "3b7abc2f37c54db492a861c53508b21f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "571bbf5bfbae48c1914b2824042f8d98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1967acccf0154e0cae6e1a0050dadb7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fceb715aae6c48d6ba55c15c3df2a37e", "region_id": "RegionOne"}], "type": "container-infra", "id": "9cd4319ccfe041959538980a2990a65f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d9538f4576914a389fc618db6b65dbe3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "70316ad3ea67416eb683d8ebaf4733d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "250c9a4d83034c21927ddaeadee5e569", "region_id": "RegionOne"}], "type": "search", "id": "c003484407f54939bbd391c40955cd74", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ced0e63ec681417cb1258ea21be9d316", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "aea03ec491e649368a8ec7c6096865f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3c11a7c6dae746b095f736033a9ace14", "region_id": "RegionOne"}], "type": "dns", "id": "a2e580f2ae0d43b9914db4899d46be4f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6b76f6f518554e43b37088255c924dcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f30d02bd3cf44e3f855f673bfe0e4c30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a9167c3df58e4814a49d12aaf1fc9f53", "region_id": "RegionOne"}], "type": "workflow", "id": "d921ce51d3d04148827b12cd8233c1d4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "69331a1e87994553b5fbf9a89a4759e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "71f3a9b38fd148899f37c535944764b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b7be923892244a8b97dc785356470625", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e3833be42e01467bbeb7153680ffa0f1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "88b1e9704a36406fb9c37aeed573d592", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b3c8906ea7d24e1da2198b8325689c1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7651671f19e34a82877aa687c80220e6", "region_id": "RegionOne"}], "type": "rating", "id": "6d27d2d522de4ff49ef010f3eaf67dc4", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a13dae47a70543db918c6b97c6995496", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "61211cf143184836a6635ca548d13fe9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "950d492c34354504abb544ba4d3a5655", "region_id": "RegionOne"}], "type": "operator-policy", "id": "b699f068fc5049b1a199e4cb1c81e962", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1ecab3b33f0b40acbb9baba0ced34e0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "531853e87832432597583a14fc143f7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3aa1170b6e004353978163b1f7ea4f3e", "region_id": "RegionOne"}], "type": "policy", "id": "db0ec6bc7e60428f990da99c8f7186f4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4802ab038e0c49beaf1fdd9b4eb86fd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "20c5394dd59c49d88abcc2da64c2501f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0232e9d1dda34162bcad79c3bc0836ff", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "52da4b1794a7439d809ed0d7d1aef1af", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fa4cc620c2a44c38a5d5f3a2bfdabb6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d434e30438a0414eb91c3644b3f78408", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6b71ccbd4ff641218d2af16f922aae4c", "region_id": "RegionOne"}], "type": "sharev2", "id": "7f6d02ce6c944d3a85116aa3707c08a0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "203cf132ad0d4067a116bf9b0163bc1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dc7957f031d24f929ee4035d0923d8b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "187c9009e02a4a26ae6911312832a61e", "region_id": "RegionOne"}], "type": "share", "id": "b2e0618104a942358314f161348dc373", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2ed6f8f2c57c492ab4b9fdce612f6dbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e6aac011ce694b5d9ddd90d3d8b3386f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "8d673b1d80ba45eaa800cb4a05c5abb1", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e54ddb07e9af44e5be797a50c94a85e8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6fe9f010be14c04bcb2eaab2a626aa4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93f6280576534e5a949b1293b1c93f8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9089c808d2b7443dbd2d120c5f6dba89", "region_id": "RegionOne"}], "type": "orchestration", "id": "de879ba9ff964ad3a0e6111b896036ee", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bbb078fa473e4245b628c670d98f7ab3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60c57b81894a47e9af1e34b6956a8690", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39e690ce801249599aef07fe1ad0b358", "region_id": "RegionOne"}], "type": "block-storage", "id": "945a851a83aa48d0956cdd6ad00dce67", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "283951a515534f42828f232819b87e92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95376bd2fa194a40b4338834c41c27a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbe9608c1c2340ff895f55edccf7bc12", "region_id": "RegionOne"}], "type": "volumev3", "id": "9d2f0849a66b48d8b0c62821a0754d50", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c35ec20abcc84a388bd0777ac9cfe81e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6da419b7a1ae42e989f506562089bedb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a7781b2a8374f8cae95d75180cb8fdb", "region_id": "RegionOne"}], "type": "volumev2", "id": "4b1d0ce228b34e15b76a35840eac6014", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ada3a08c8559430fa07987c744bf4125", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e28bb2ac45a42b19a45f5c99f13d3aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee02a31674a749f896715509791c1436", "region_id": "RegionOne"}], "type": "volume", "id": "0eb247ddf5c24b6ebc02fa127bed4972", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62f3b785eabd4d1996a3cea44d2551b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28b698e268e1406aa633c69d857a7693", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4964e4544ac4c13b8e36d164803a10f", "region_id": "RegionOne"}], "type": "block-store", "id": "e51d45993e8448e499718e548016beaa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f3ce13269f6a4a8ca980ed9be8d1ce50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "620ac7ab297d459ca87ede85c2e2c296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0476d7706e36429183074cb7edc9e329", "region_id": "RegionOne"}], "type": "alarm", "id": "d26f85c8ef5a4efeaa22c6103de7c6ad", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ee023aada4df4f0e89418aacee860f7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "65b24a403d9d403ab512bc7973dc0f17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "692375f3984f496bb013755d9fd41f0c", "region_id": "RegionOne"}], "type": "alarming", "id": "019545b27754404f8f3c49210e2d6763", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "efebde10cd384bd3a39eeee0cd9cc4c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "761887cefe0e4065b954e30c88a2ea7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b7a7a285c1c94d9695c8ac046989fa64", "region_id": "RegionOne"}], "type": "meter", "id": "19620609b4444a5184bf819210b789f5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b4891dc4a1c34c15b1ad7b3cee111adb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "95363094f78a4a8c8f4d3482ab1a19fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "af9000b8932146f884ac9cc0fb08633d", "region_id": "RegionOne"}], "type": "metering", "id": "2ddfbf5dd8bd4c4ab6aa60e11daa5ad6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a8e9852ad4c84212b1f1912a15a65447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "adc0fc3c2c6c489c8c52f387aa9dbe9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d0b32f8badf54075b192563dcb8694b1", "region_id": "RegionOne"}], "type": "telemetry", "id": "4156af366fe84edea3d983251a111257", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ff1d4bc8b4394fca8788ef2a8e4bd2b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "68bd9713e8254ba1b7d592b862bccc75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ddeb32a26b134cb6aef58a2008cfdedd", "region_id": "RegionOne"}], "type": "event", "id": "d8a9a518b1e8448aacff5baa09e5a1de", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3bb58a8c4ebd4383bd9ddd31fa29f15b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d811d54fa16342fb892249ead9ea9cfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "dca1598bf8a9494f83921aaaa68edc31", "region_id": "RegionOne"}], "type": "events", "id": "dd583a46612747689761e4d12fce209c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e0bb78c6a606449a978b9c1e7d89c5cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "40fc7cb75bc040b3a0fd31e63158b745", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1da64bc0a05e4fe8887db90d1e39db10", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3173302ddba0407e891837121ba4168d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e244ba35bb2a4888adbba6958ef4869e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "53adbab1d6e546bf99a8a62173451db1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7c0038ff70c941f3bf1450fd50bf21a3", "region_id": "RegionOne"}], "type": "application_deployment", "id": "dc81eccdf95040578f7aa9537f0de460", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d06f1d9e286447f8a9cab5a2021c4914", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "71a239a6a8cc4452af4bd619182b6a73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "67791fb9a54149c580c74641a53b70f1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b1b0b483274140b1bd3701c684a23c51", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3a09559e3e084e078316b3274e45f855", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c8e107867ab44714898bd5d8cb7be118", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a5b3e314f5f1410b968ff0b6308310df", "region_id": "RegionOne"}], "type": "tricircle", "id": "78f12c4d2c474492b4269f2a70c59ad2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "63977ef0ec25402fa9033ac0458bc144", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2ced5cd752994f9185a069128ef6edae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c31a09f3ff42464e9df913ebb67b3d1e", "region_id": "RegionOne"}], "type": "database", "id": "0158452a8d7b4e71ae99993d58cdc366", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f8dbfabcf44b4cce847aba932ed0ba5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4c726f3977084cb18631f20336f13b0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7d20ca2a6b96476a8578df6bc95f702d", "region_id": "RegionOne"}], "type": "application-container", "id": "6d7fa83008fd4829a8b67806c3f5c95f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e2b66c90f0834d4aa14be18537ac6787", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7d1cf5383e794f519b47a52e18828070", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0a3c286340394337b5d6c4826608066d", "region_id": "RegionOne"}], "type": "container", "id": "52b6131023b04a1f91e3b46ef699c429", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "35ee654325884619900691bf00802586", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "934702cf9df744c8a43bf1a12337ac26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3a43ca4253d845e5b729e5d422cfffdd", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d29c1058210a47ad955edd6c90741be2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d69635f4423c4f3d9983b1540922f864", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8b47107a929f42cc878778b2d7f31a31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6c1c823ef59d45df9dc0be22f114fedb", "region_id": "RegionOne"}], "type": "rca", "id": "80b3ecc7132e4ed78720c0bf9738adde", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "04d89f2b496c4b6d96144b9c7ea2ee65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d303e78bf0fe4c7ca7dc1c67d79ed7fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "17050927076d470784b56c2c46153be1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "60b0554cac1b46ed830ff7d1716557b1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "8e06abc0891a4340b4993733b62c2a76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5af90db633e246fea69bd87d70cb2e2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "710c2449e5c94338b130c023ddf1153b", "region_id": "RegionOne"}], "type": "network", "id": "1eb25f1f43fd42fdb4dfbea9dc837767", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "052a3101cded45ccbf66cc42967ab238", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c07e46ebe41542339dfc6fa132d0357b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b624b6e153be4289b059316566bee6f6", "region_id": "RegionOne"}], "type": "backup", "id": "c8bb514339914b549b46f063e93a1033", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8f012b5dfe5d43d1bfe3596209358e77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "51adb249b46c481fa24cf18fca61a5f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ba01cb082ab14ce097c568fb34fb17f2", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "25785081d16449dea3f500551305ae47", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7a5d74e1cd01490db433e4fe7fb1e9f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fd35c4f138874a6080dd3b2349b3962f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4d591910179f483ba82fe0aef40e26ae", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d88afb2746b745c9bfb819c517cab1b8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0121a2c5baab4401bed2aa62e32d4524", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c18dad469f6a4cedadfed7d8971fb438", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "21ae46134be041a59c4cf6f80af20176", "region_id": "RegionOne"}], "type": "monitoring", "id": "b6a89e5321e64b47aa17e3e585fc249b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b65bb252a1c047efa7069783fbb9f9f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "62eb8dc76c60440490368ba36c02a834", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f699dc0af6d24ecd90bdeed61516e721", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "54cd71ecbd7a40098ec1bc1f46eb58b0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a26bc0406b9e48d78d009bf16a5c3e99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a7035b9c65ce4620835f479aeb13e7b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "854388d84c58458589cfdec91ce99a9b", "region_id": "RegionOne"}], "type": "placement", "id": "bfbe9489017b4ea7a1438ab51443b1b8", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0d0a4366d6324d9d92209e323700f790", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6445b42475a84d1584935cbdd8a0c257", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "66b391d945d44418951a5584ba37b688", "region_id": "RegionOne"}], "type": "instance-ha", "id": "943ba02897404f35a45e774401027c65", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "88e56f1246954b35972bf84451fa2924", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e2cb669ee3984126bf86cce2bb40c5d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "18b6f9c8fe6d407e964b8d76457e2248", "region_id": "RegionOne"}], "type": "ha", "id": "45e14b12ee884b92860329ffc0a55f61", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8947c59df03b436291f1c7cac516f308", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "55281d27ebcc4715bc13d4bed78ae491", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "fd0d1968c283467b83f6d1256414e990", "region_id": "RegionOne"}], "type": "reservation", "id": "d7ef63b7cf9e4f91b2f830e0a3c7aa90", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b2956d266273428d82ca12faa857c8b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c300154aa44d4d5ea4a81ab6dfedab83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "707da043e7d84b09b43db42f0066675f", "region_id": "RegionOne"}], "type": "function-engine", "id": "055b388cf51d485a87bbaec6c93b6c3d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8d28e7001564410dabbbb21c5e501003", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "59514cb16942459287e457378f4fdba6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5247f16d6d034ef693663f1d8f6aff2c", "region_id": "RegionOne"}], "type": "accelerator", "id": "703f3e6a47514facbd2789c8c69d1d49", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "121287f59f4f4a93a69e0bac72fa8cf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9359113639e3425b88942a956408ae8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e2ad9ac6fdea44659258b0ae71d600eb", "region_id": "RegionOne"}], "type": "admin-logic", "id": "17dcc070977c4510b73bde5439821ad2", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b2a3b2e0793645f9b460e6c781bc2ee3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ac7426ee8dc140e68a059928d2097149", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "238e801b65bc44d3ad0d02135d1225f1", "region_id": "RegionOne"}], "type": "registration", "id": "cec68816334d4bd0ae21179b03f4f2d1", "name": "adjutant"}], "user": {"domain": {"id": "c3ff88a21ce64377873e91c4a6db35d2", "name": "5029050b818b4c31a91c43d0fd088edb"}, "id": "d1fef0a999654d2fb5e5f007b962aab7", "name": "a8ebafd6e0214c0095683100bc71cd95"}, "audit_ids": ["2dd24aecacdc48f7acc00df508fc793c", null], "issued_at": "2019-09-19T09:04:44.226247"}} 2019-09-19 09:06:44,372 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1 -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,377 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,379 keystoneauth.session RESP BODY: {"id": "v1", "links": [{"href": "https://baremetal.example.com/v1", "rel": "self"}]} 2019-09-19 09:06:44,383 keystoneauth.session REQ: curl -g -i -X GET https://baremetal.example.com/v1/nodes -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0889381cd307077a62125d055221e3fe559c50f4690eb6c61ea6bbea6c1bf4be" 2019-09-19 09:06:44,387 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,389 keystoneauth.session RESP BODY: {"nodes": []} {6} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_add_nodes [0.065662s] ... ok {5} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_check [0.062621s] ... ok {6} openstack.tests.unit.clustering.v1.test_policy.TestPolicyValidate.test_basic [0.063871s] ... ok {24} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_unpause [0.053768s] ... ok {31} openstack.tests.unit.compute.v2.test_server.TestServer.test_rebuild_minimal [0.073869s] ... ok {24} openstack.tests.unit.compute.v2.test_server.TestServer.test__prepare_server [0.052736s] ... ok {24} openstack.tests.unit.compute.v2.test_server.TestServer.test_add_floating_ip_with_fixed_addr [0.080610s] ... ok {27} openstack.tests.unit.load_balancer.test_load_balancer.TestLoadBalancerFailover.test_basic [0.056153s] ... ok {1} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_inequality [0.105808s] ... ok {1} openstack.tests.unit.config.test_config.TestConfigArgparse.test_argparse_underscores [0.103936s] ... ok {3} openstack.tests.unit.identity.v2.test_user.TestUser.test_basic [0.065073s] ... ok {6} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_node_create [0.063189s] ... ok {5} openstack.tests.unit.clustering.v1.test_node.TestNode.test_adopt [0.065033s] ... ok {18} openstack.tests.unit.config.test_config.TestConfigArgparse.test_env_argparse_precedence [0.159724s] ... ok {31} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_aliases [0.099935s] ... ok {3} openstack.tests.unit.identity.v3.test_endpoint.TestEndpoint.test_basic [0.077822s] ... ok {22} openstack.tests.unit.cloud.test_router.TestRouter.test_create_router_without_enable_snat [0.170772s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,690 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,695 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,698 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,702 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,714 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.634439+00:00", "project": {"domain": {"id": "cb9beaafd4e941fa92d16ebb7aef5d71", "name": "9c820ed90355459aafcbd60797959656"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3859390b88d643c0b2db47ba4d3f06a7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "721f232e595447edb24b5880c2bd9881", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a3a6b6d074f142af90cd2d2019b49358", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9a4b0e05fa9d4c6ba2368b4490f70839", "region_id": "RegionOne"}], "type": "identity", "id": "7b61d91aa32246cc811af7fe09b8a838", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "be2e6e5630f34cad9160d8fbc3ac201a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "53f7071c974841d3b59aa5a78bdb1038", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5a0f806fd49a4c92afaf3cb58f681b0c", "region_id": "RegionOne"}], "type": "compute", "id": "3ea5b28a56bc45e6ae20e74e7407d5a4", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "72106fe385554bfa90e1400f2957d1f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a6fd1fdf24754350bd0f579f1698a794", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "eea300fe6d1143a89dc449b68c10a6e8", "region_id": "RegionOne"}], "type": "image", "id": "548d00f751f042baa846f89a7376a7f0", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d43a55f97a934f0984e3c84f3c3bdfac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ae894aa61adf4acd81287747bb98065a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d1acf454d7114cc18bcec69e4162df62", "region_id": "RegionOne"}], "type": "load-balancer", "id": "291ae21d81f8481dba13fac3ed794f69", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a0b945963b94582965818a14b512eef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd7d3c3d304e46618cf3bc4e7e9c12b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cdb2407a812c499c9ef0171372361efa", "region_id": "RegionOne"}], "type": "object-store", "id": "8a576bb52b2a4344abf3b401da2bdd86", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "679d2d7697dd4ebcbcdac20c41c0c25c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "02a9820722e84cd690536fcc49637099", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e06595f014e8480bb338ef3fdb5eeac8", "region_id": "RegionOne"}], "type": "clustering", "id": "9d0dd5b21e6e49ec8ef7437b21126a7c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6552fa21cbc446beac68c3ea745aab57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "88a559abebe94b65b7880de00cd3a639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7625f24812e847e29a6b8300cb4a4a9e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e0edb5015b1f41f79bd38c94fb6a364d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ca83852aecb747e1aa37416342f320a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0c3391de07164a85b4393429b7660252", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "07107fa56884479bb2e2edd68b72df8e", "region_id": "RegionOne"}], "type": "cluster", "id": "2cfb9fd6892240e99b83bbda360e6bc4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b1dd8b72006149bd8d5cbfb9b098e77a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b69f45a694174283b133cf6da26d6c4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "526fd9a9f91945d8a4e2e724ca81d6c1", "region_id": "RegionOne"}], "type": "data-processing", "id": "e42f4199492044b2954a79ec6ee28f53", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6e073042acbe4cbbae7f3d914dcdf8d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a880a1f29dd144b6ab146c66f58503ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c5ce518422fa4bf2b7528f6f8fdf7214", "region_id": "RegionOne"}], "type": "baremetal", "id": "79de8a289011488da74ccfe306939ab6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2c8bf33a15474735a5d41ebc6d2aee30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b08ba363059a4398b232ee8edfee591e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ceaf6ce1b78a4c6e8f5cfb7be72eb7a2", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a11286780e354a7aa817c02701b40706", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "71b011e3c88140b7856b835558e5a0e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e963d45c171e430988ed54aff6622942", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f60d635c10b54c3d9f5d91875f95e1cc", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2f6df2ffb93741ea99f13650f89fb6fc", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8692dd479fff4d648e26ab34a4c47c91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2fb623516d5442f890feecf513da3ea7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f985c985eb674b83b10ff3a890f35089", "region_id": "RegionOne"}], "type": "key-manager", "id": "1e8c55548f8d428fa93e2f606df91975", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "63ada4efc6194e1eb9e47e36ab655e2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "709f375d4e7142cdafe5e73ce073caea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c7d5540f07a547fb922997833835bc90", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "86e5efeb2c1d4cc5bc237007b9c13cbf", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e68be85abc204107a7a2369bcf6e1190", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9a6ef6ca95a245b886c71775d33dbb41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b1e5502b5c91476ba52d7ba80cfe4cd7", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a29db40ae7a0485ab5fab73d9367c277", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8e061cd32e0746f380d78b9ced4a10a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0cbf656030d44de4b2db1b51dfadffd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6510857027ef4781800cf2129b1502ff", "region_id": "RegionOne"}], "type": "message", "id": "1c38a9bd801848be8b3616eb0e7cc305", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a22ab8d92c4a420c85250feed7bbba2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "12bacca7e3034d89ac8bb71c13c923ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "db84af492f4847fa829e4b2e676b86da", "region_id": "RegionOne"}], "type": "messaging", "id": "afdbf441dc7c4aadbf42b85234379234", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d3d13e3003e54ea98f99947402d27641", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7894022f2cb343ebb5e189da98becb7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "77a9d52bfed1424581d239efdcb53170", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7cda5498ba944b4fb20d3203800a3dc9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a21c56d5db24dfc9545e14a13665d82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "135a179ecec84cc79f741310ab9fc403", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7e52aa4227284a14b83464c5b35194b3", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "da65560e6a304a7ab7eb2f75d6f01434", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6a3d69c5fc8e4274aa440e31c8fac2cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2821ec5675f34dc7849665eddfbaa2cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ffc6edba0cb4ad0bb75217203541d94", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d129a33c70004cd3b303ae73668e9510", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "95367f5dfa38411a99564ee3df569f15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b384cbf668c445efb5d7d8f9f69b16fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5731d544f67746cbb6a7b0bf43be3789", "region_id": "RegionOne"}], "type": "container-infra", "id": "5abab744e3184775932eaa6e6e9b2cec", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "eed38a6e50874f27a7351c865a7a0d34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "98e16085112b495d8543e68592ac3e5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "1dc87958786a4c478530801968d46c3c", "region_id": "RegionOne"}], "type": "search", "id": "a002149c7f98481d8ed26905d4af2f4d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "8ab9a0a876dc481b967017aba59ca88d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "dabaefd923a34006adaedd0a351e3edf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "87702cd346d14ba4a90168ecd218f16a", "region_id": "RegionOne"}], "type": "dns", "id": "102b4a98b7c54508868ed21ff4f9bbb9", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b19f5d4b8ea7458fab2f65d8cc6e1447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8d966a9d3be74379b872f1bed55f5694", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8062daed6fe5472b8f37fe3dc61dad0d", "region_id": "RegionOne"}], "type": "workflow", "id": "df35c6ba16994e38a71949a14def7912", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "14c2fa5bd15f4fe19d1094d3ceacc38f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d0476b3f49ec4411b9594293ea5c6d80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9daaa45926ae42b08cd2996cd4d8f6e2", "region_id": "RegionOne"}], "type": "workflowv2", "id": "deefbcc44db040cd865bb74a8863343c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2c3f8b02730f4b4eaac288b635091291", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ff988493bbf24d338ec45b895a20d176", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "988f29d67d0945c6a2c7f6716a5afa8d", "region_id": "RegionOne"}], "type": "rating", "id": "c968b74beff5482083ce048846eec3b0", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "497e805c78724d0bbdd616c5ff3391bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "88b6cc2e3e424ccaa7a5af37f03b1d9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9208cebe0950496cbd66ef51e686efa3", "region_id": "RegionOne"}], "type": "operator-policy", "id": "36e15ea3cb6140c980d73b5497cc1e7c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1de65d5f8c674f8291298e700c372cea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "875ec3d49fc5451c8d2de01289bd5f6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4d64039ab6764ae3892d5b03e5c963d6", "region_id": "RegionOne"}], "type": "policy", "id": "9f3de0c40d204510a6346c77cfedb908", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "913ca62c6d544b6ebcde80e93e8f0884", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4c4a094286544285beeed68fe38ebe04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "16e74147486a435db67ffa43a9abd098", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0210607c39d1417b96672bde1bc04a70", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "295f845cde4e447f9c0c469f64aba423", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3fa44ed668884c6795bcf314c3e45e96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "eff860a7b0f546f684d416ac46f7c99b", "region_id": "RegionOne"}], "type": "sharev2", "id": "1cbe414d590f4e1fbe49a532ca4b4262", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3c707768511d4792af158fff2ad215a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e7085518ceb24e1f937af4944322ea99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f97d37530ec74e6b9b28065e8ad44daa", "region_id": "RegionOne"}], "type": "share", "id": "16fd6d8519074a23afd14b2086b49e7c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "623fa108ba0044639ae88201c874d5e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3ed09ca416c44e0b9ce93c42e50ed3a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b45719e5257244a698c96ffedf880ec8", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d33c433c749547a2bf550566e3713262", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7f79936ae1c44b3af0adeecdbfa4ad6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e553b572c534dd387fd5bf7a4ee1370", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23526579de974063a92afa136dcca0f6", "region_id": "RegionOne"}], "type": "orchestration", "id": "e4a952b54ed94ec8b9a92d5d7b9e6e15", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35f4ca72e8e743a6af8368ccaad551bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e0b9d305ecd49e5b746ed8cb80a3bee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82025ca834f842a5a299be024e95ea00", "region_id": "RegionOne"}], "type": "block-storage", "id": "399f9fd0a05e456e8416e46cc732ec21", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fbab546155d4e63a836c95801c91382", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c115aaffb0e4c7aa59f40382f97753e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "857f119572a24dabb6ececb3954781aa", "region_id": "RegionOne"}], "type": "volumev3", "id": "b491d9f906f0448ea3240727fdcfd4bc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c5b8b61b8d04820bc431897cd380212", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed6d0ece3f1e41cf964128224899dae6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61ce53e2e1dc417eb8e4a406d7e17aa4", "region_id": "RegionOne"}], "type": "volumev2", "id": "7a29b36bdad94f038ff2e8419eb761c9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7190214650b64a818c7aed59ad33689c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "770f6bb2707249709ff5ae55e6c86716", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99c32bc97ff741d1bd7208b8d78c3ef8", "region_id": "RegionOne"}], "type": "volume", "id": "8971342d4cb644cdb763e5d48205395f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9dba1fd89b1747a1b41b4e13085bcd77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eaf1050fa307432face80b31bfb0304b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb4f1464f7f644c9a6563adba1336f2c", "region_id": "RegionOne"}], "type": "block-store", "id": "2d40a5d7ec4942ab93816dc05f26608a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "76e25a6131e142b8aeee93175d3becc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c1d224967d6a4ee58d4b5c73f5961a6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b4487ef382d34499a085206c476b9334", "region_id": "RegionOne"}], "type": "alarm", "id": "041a698faf96497ea7040d1a7d18d0ac", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "475859d9473345b29b63735512a8bd1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9d3f44525f864fd3be63a9dfe553030a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b490ba5545394956a8399fd0354c63aa", "region_id": "RegionOne"}], "type": "alarming", "id": "4084af3b7327473aad51195c699ab455", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fa106cb16be542d983daf476a6095207", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "aecc665ed3c847a6b8dc7d6f54d1abd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5bc0b83061f64653852ea0ab46f7c155", "region_id": "RegionOne"}], "type": "meter", "id": "ffa49af3d14d4d219b0aa9b6063be92b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "65824effbf3540aead57571ac6e231fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cab481e3932a445793d2f818a6e6c07f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4828f05096114d2faff67e0cab60749e", "region_id": "RegionOne"}], "type": "metering", "id": "f77a58ef7a574481becbdaabdc5dc12e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "96cd3769d8134270a4157507c251a04b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "29b4289675ca4fa1932cac2e9d3af7e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "342bc91421e548c3a0c042d2970e6246", "region_id": "RegionOne"}], "type": "telemetry", "id": "3c2d883cb766462a8201e225ba8fc137", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "04732354d9b84c83a19ebc598e8ea23f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7f607ca940624674a22bd811d4dbfa3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "86a6b5fdb4c94159a030bebf512e251c", "region_id": "RegionOne"}], "type": "event", "id": "fe5a2b0b70db4a56a07124518d3e430f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "696cbf16a249484ca61262441e392bfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e9a723457e1c4bfebca0d07aa5170b96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "46cb4d99c3c54f189251e6e1aa0c8d58", "region_id": "RegionOne"}], "type": "events", "id": "a569a08795754136b11324f6ed852223", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e625904d2e2c4dacac6bf3554bf544bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "76d4a340a83d45c9a750d99745c4a14f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6b945c7d8ffe4c5fac88830ecd489f26", "region_id": "RegionOne"}], "type": "application-deployment", "id": "00116ed898074a239765ef9428221b45", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "787c77a17983494c99ff70e85b4491e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "12038c00fd6d40e8b2d03ec4b924c372", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "43aac2df477244eca8f31199ec54dde2", "region_id": "RegionOne"}], "type": "application_deployment", "id": "295b94494f724a9d9df282f62f507a41", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "efa7188c81544891ba2b04e56c5125c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "88e21ce0f0854c339e5f7fec3f94dc2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e766883e05214a75a8ab50836d9a2f52", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "39a9b93145f44162b8559632d61c2607", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "62466cd10d274903a55df7740612048d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "55ec8e80d53049928ba142bad28bfd6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7e222d0d52f146ff9dee964373242bc7", "region_id": "RegionOne"}], "type": "tricircle", "id": "2be8bc5ac2034bb7aeef38061aa9c686", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ae1f3ce521574911accf54113d274a26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c482aef33c874d68b990883bfeff93bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "38fb1f7631bc443f9a5b22e843873198", "region_id": "RegionOne"}], "type": "database", "id": "05059601db784e48ab760fe512cb4da8", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a3e39b98ef064c2f970a70564181a1e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8ea0fc8ecd92415380b1730a9a294d65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f84fcc1aa0204e35ac2afe347601bbb0", "region_id": "RegionOne"}], "type": "application-container", "id": "f80d301522304efab003184fbe2f1c78", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "63f834d46ca246e6ad0dae2d2de24c59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8a77f3219a394dfba2f92c450379f2e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "44655df9837b4e8591a4d53e31ba490b", "region_id": "RegionOne"}], "type": "container", "id": "19d7d2950e40451d8773c0863196052f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f59d2d2a9639468ab0094bbfe6b4b2bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c007d66fc3e643188a9374d28aece554", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "adf0904f1a1348f389afb2d7fbb01351", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8712183d931c41e99f27a7870cc765cd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "78dc73b0f14448b58886e51f148d5cf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8a3a8a527fbf4b12bbd54947f0b96f5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e45eff69f7c047acad33d480b5a2fa75", "region_id": "RegionOne"}], "type": "rca", "id": "9c2ae7f6614e4d13b6ec4c4fb9a4b40d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b2f8654f123b4547991b163993016174", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "94e5c638d360403988feba3c42e34cc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9e44fdd3ebb24169be2b40873d9eacfb", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "07c6494701cc4cedaad45085bbd4d0f1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "bf3625f1448143ac81d9d1dcc5fdf002", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e4b59ece18bf4f3fb244c91cd5c99875", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4c675e3c72d8417498b4b324fa83d4ac", "region_id": "RegionOne"}], "type": "network", "id": "5d4177da90ef440bb8830c8593fb6d08", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "eb88e9aea07f479685565c1d9b8edea8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "615d6741709d4e73ad81a80ad815c345", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "45a281e11957492580042a66bb63f013", "region_id": "RegionOne"}], "type": "backup", "id": "811be7a866d44ec4bd2e578cb2d96fc9", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1817f7d8be244cc6be812b6e8a978560", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8607dc1e4b9e4335b4cc27248286ff60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f0fc9b57c53841f488c431bffef54b8d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "bf4e6ba9b7224da9afb3bb74b01ef9bd", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cdbc58212dc048fda08dd44c877b37d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d0b7c842ff7649289e933e41378ae824", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a11ffb649fc34bb48a73e332e8378dca", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c14c04e8795f45558de33984652a25ef", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "af261edaa4044cf285db7ed5c66d6f94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e9aea0b69aad4219bc8fc99061a7080c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e9e593953b22420f8df38fbb4186ed18", "region_id": "RegionOne"}], "type": "monitoring", "id": "1b3ecb38ddf244ff96de483882b4d96a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "143f8cb9a61141dba448608236eee195", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a052bc4b40714b5cac5f493e2ffb17ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "157b5cdab9b8408bbd5083cf70557890", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8e8426218d3840f0b5b138021480db96", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "74c1b5f6c1a646b2a5079c7f23b7d71d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0153e4ff6bbe4512826e8c47d3496903", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f1a90e249f8e43d09455a287693cc08a", "region_id": "RegionOne"}], "type": "placement", "id": "45ba933cad65432bb5386a3526a1aa86", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "78340a7f04e94987b2162607cffcbeb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8a573d0dcc13427396f1b230335bf510", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "369d6aa608ab4e0aa82ce507f630acb2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "355c59ad29824c83aa60f5754cd1b03a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ba878d084e184d55aed554c3e4804c4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "10a139bde3d048bbab0fa34fc6a0a460", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f7b221d3efeb4c6086cf24168d0b2ea7", "region_id": "RegionOne"}], "type": "ha", "id": "fba6580085b143f9b478a2b6eaa9b2b3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "93cc77c30c6e40388f25a7c214463e32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a3ca7860c7b34260b0b0598030b1925e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "28ed0a8983e0441fb7bd5e1f8b87ad93", "region_id": "RegionOne"}], "type": "reservation", "id": "c2cf19bc6da14f87be574e6b41240f1f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "98b0b296276f4b78a1a06069d61f96ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "426724d998d44942ae081a643c60622f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "44abd05f79c74c7f9beb135fcbfeecc4", "region_id": "RegionOne"}], "type": "function-engine", "id": "f31a10eb230f43239d2b3939a2dc8764", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "dfd7342ae7d34bef8a443dd52f6c2055", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a53b580d042246c19134efc81d4417e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "57a6b77bcd6e45c68043fe6f96c90d8b", "region_id": "RegionOne"}], "type": "accelerator", "id": "d854fb4421f944afb0e6d5242603a71c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "68c3f224e799480db4d72300f78e89d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dc22afe50a55401d87819357916469fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2064c8b5f49142099c08c3209b0ec203", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a950f752798a44ba93a3c8bb76252c08", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9b0494aeb7fc42f4b05de428ac7aed16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "35f3dbebda3c46879fa1aa351d98f4f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f1fce8e31bc04a8c836aca2ab3551ad7", "region_id": "RegionOne"}], "type": "registration", "id": "e1a2163c8a22474f83dd4a7c5abe3bc0", "name": "adjutant"}], "user": {"domain": {"id": "160331667d0c4736a73720f5316f38f5", "name": "8a2ff58bd7474878b0b9b23113401a74"}, "id": "b4eb3426ce944d29bced7116fdeffd90", "name": "4cd3e5fd58db4e728004b5ea96244d4e"}, "audit_ids": ["39bc82e0be474018b3e55d4ed783c35c", null], "issued_at": "2019-09-19T09:04:44.634439"}} 2019-09-19 09:06:44,789 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/routers.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"router": {"name": "goofy", "admin_state_up": true}}' 2019-09-19 09:06:44,795 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,797 keystoneauth.session RESP BODY: {"router": {"status": "ACTIVE", "description": "", "ha": false, "id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "name": "goofy", "admin_state_up": true, "tenant_id": "861808a93da0484ea1767967c4df8a23", "distributed": false, "flavor_id": null, "routes": [{"nexthop": "172.24.3.99", "destination": "179.24.1.0/24"}], "project_id": "861808a93da0484ea1767967c4df8a23"}} {23} openstack.tests.unit.cloud.test_users.TestUsers.test_delete_user_not_found [0.196959s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,642 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,648 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,652 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,656 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,672 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.579273+00:00", "project": {"domain": {"id": "93eb7f2c7ff247aba55a5284f7ce5919", "name": "7f379a267a89445a9041267358988d7e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4238dc20f23e41488d8e89f8d0ef70ba"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c5f73b8dd1714b43b1c5c539664c60b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7fd52bed4fd04378a7ae2d0041f2891c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "527bd96d7d7848eca9ed0dc42a38a549", "region_id": "RegionOne"}], "type": "identity", "id": "74bc1f4fb0ef42b6a499c9a9ed50bd83", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "682de2df893844c4ad6ca84ab14a658e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6abf88ac7b2c4998b7057c4c4b4e8e46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "7df37ecdf095438ab26fe0f173768792", "region_id": "RegionOne"}], "type": "compute", "id": "29648f45b5634c1aa4547521099c1a86", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "26d16e847c5a4b6388edf59a648a32d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b3fb73aa0860425095153f5079888234", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "39f0c8270a88456e94f325dd03f15213", "region_id": "RegionOne"}], "type": "image", "id": "02a1b32e2329457aa22e5711ddae003b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b4a4524af496433b9c216aa6444dcca0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0c2ff95b0df14cc5bf894a6020861eef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "bfd9b706f1bb421fbc7353e7c28dae04", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1e5f52dfe7fd46e6abc8a43fd5163963", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c43d64eed4dd4f8a931ca0268bbcdfbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9818e6daf91a4d2a889cbc07cfb68f92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cee4385dc7d415795d9fb4efab6a43f", "region_id": "RegionOne"}], "type": "object-store", "id": "ececd9b06d454d3fb52ba4ce0bc91502", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c74871a3422a46159821fcd534992674", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7febd3c593eb434db6a6f0a27a30039f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4f66fcc1525a4695a7720513a4adf092", "region_id": "RegionOne"}], "type": "clustering", "id": "6518d7dd35654eae8ee65d76baf12f43", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fadd267ce2784308be328547850cace3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "64c261ce2a6c40b1a95feec1aa3cc352", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "919f6e0a1e6a4d6c948b08b2f5146e58", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "438d09888d6e47229808d792f5267ab4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bdc2a7986e4446a0a9edfab092cf4557", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c0b89311e58b46c9a59b601761213650", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0d849fdf41d54ef6a408ad5ecea9c553", "region_id": "RegionOne"}], "type": "cluster", "id": "53fa8b9dfbfd4fb6addd897f7323248d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7824587a98114b47b6274fa3676977ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "47a3b746292d4b82838d48be54c7f228", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a5d8dd75c4f7478cb53090e8cd72d976", "region_id": "RegionOne"}], "type": "data-processing", "id": "d4d2a7f67b0341278d1dc213ef37802b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cb253ade7708434586807103fb69c5b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c75d9f5835a24bcbb36966c78abc81ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c44a147220e94df481660f9093783d5d", "region_id": "RegionOne"}], "type": "baremetal", "id": "83a30ad6d90d4b19ba77092696a2c73b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "255b2222a1b44059a0416cbe15bc90de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d514166f48e8492d854fb9626ae8e5ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4a11dfc99a724a07aebe566d1f12f9ad", "region_id": "RegionOne"}], "type": "bare-metal", "id": "1f016b85e4314f51a6b730eb8542f4c5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dd9a576603a748c9bd0896f6b5599429", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4df6d0a4d383479a9d98f214e99aab78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b27447f2e8474320a4acd54f906e0487", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6449c5e1dd064c5dbbc12cce493f31b0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a5869c6c97e34b2b8aadbfe630859ddd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cc1aef9f68ae43a7be5fe4ba43c18bb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "2a3b8f27bcc2488c9560f03ac454b5ab", "region_id": "RegionOne"}], "type": "key-manager", "id": "8d49811a8a204de3831c76645c737ee6", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "05f97ae7bdf84f1daa3b6f38da0ef3c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "14b648cd378c4100b08da5cebf0d2cc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3bd45951678741788227fcd1f1bdf710", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "afbece1404df4cfb977c2068957aa6ed", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "36efed4a782b4992a236361fd13227db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "06cb396015f14acdb85fd77838f324ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5dcdc561c21043ffaf6b8a28244c7418", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b0dc61c9805044c08a64bb53115633e0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7d23ca1b1608458ea37bfb04c27a4b16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "936afacb3843450abc59c24aed27326a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c37a48d90a2742c9ab0117d52cebc130", "region_id": "RegionOne"}], "type": "message", "id": "d533951555534248bdd8cf86ad92a570", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "48fad5fb3bb746deb4c4d9463b1a282a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3e29ea7e7dd348fdb2409540ebc818fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a3716578d6e34b978ceb4d79364bd0c3", "region_id": "RegionOne"}], "type": "messaging", "id": "5506888630d745caab9a5f84b8fe85bd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4346fca5a3d34de9b0056f87caf5bd44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "42051faf613b4bd9b861450b6fdf1b1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0527c708e13441adae9efaf6ccc7ec95", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0563e3f93c8448b6b111746ba4c6f845", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "091a8d0db70b4016b1fa6fb0bb8d4df6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8ccd7b99cc6c42d1bb17349cf9eee952", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "30c83b9ef4094b1a8672dea0e61527e9", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3dc3c53a443744c6aa94385b37521743", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d668a0296fa143cf9eb5c0830ac752fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e14c05ea68094049b635c771d421d3dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a646584588aa40a2a15270039de15c3f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b4ed2da81cb149dfa0c89daaa531d3a5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7e33ca90ab36482ba28efc2e5de53340", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "33c3525127304ee7b3151635e63181d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f19cd2367034ecbbef29f96dd9c396c", "region_id": "RegionOne"}], "type": "container-infra", "id": "aa940c840b44488da88a52ed8f2bd317", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2acc37e3bed645708b02936a49a106be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ccbef7240b6345b69ce9a4f6b820e476", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d09a07c790274acc9515e27cd939d29d", "region_id": "RegionOne"}], "type": "search", "id": "0592f384a4ff4557b01ebc5a27ff85d2", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "de56c1cba5cc44fab94b22750c465d70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6ee3aae4474144b580a8ed0ec6e6e43a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5bb99b0e964d4e9595a3b4c920999019", "region_id": "RegionOne"}], "type": "dns", "id": "02f8da8e056b4b4a876193bbce5c3330", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "31d3963e5e8440eca15083c95c6dc33f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "77f4342c0f584a399551279627be4488", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "14b90ee8e3064f9db0d0366882e1fa32", "region_id": "RegionOne"}], "type": "workflow", "id": "02f1762e25fa4573aa73c589312107b0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "70ebb2f20c964e86aad56c1527cdce1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "721e55f64b04405f95f053870f4e85d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9d86231c0292487b9b3612e0575a2f31", "region_id": "RegionOne"}], "type": "workflowv2", "id": "afb3092ce19b4336a6c71c562ae5756f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b0e012bd859f4fb2946f3e80b36a592c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "74a6d874d94144d0be2b815e509a42b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e4b39e0690574ccbb5fbaeee8eebdc3a", "region_id": "RegionOne"}], "type": "rating", "id": "57a7b1822a2a4678b15da62d7be76401", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bf3ef372fe864705bae94543614a9c44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b8b934fd59e846f5aafdf7908a2f8d01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b92e6ad16ba9490d8172d8ec89aeebf1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a93a13124d7346d2baed52aaacae202f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "01a882a4fb454f2eaac982787440b0ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a63c610b6b7143b2a044f24913571730", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "730b27117f314683b31338d3f3a40821", "region_id": "RegionOne"}], "type": "policy", "id": "4daa22ff1a45410f8eecffd21a1b688d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2bc2243b8bd24939904f2a32cf5da003", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d7cc7fcf0e4e4e1292da721996a42e87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e42a664614404ed6bfc60dc3ddb8b802", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "701245379cdc4805af310feca512b738", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aa736850fa784041b65a394a84d5cd94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ea1c3c736126414daf71b74a14c0d761", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0806da0da5194f06a9ed2a40c15187df", "region_id": "RegionOne"}], "type": "sharev2", "id": "a465af9a25b04685a06f28dcf44d7baf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a042f4d7aafc4e5c80e450f3051ae8e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c38c6cc73df2440784b20fcbb4fdc584", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0a05965a762947babf7f546b66d37c38", "region_id": "RegionOne"}], "type": "share", "id": "beed825d6b4a4ebb9a8574e2009eefe7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b9d5ef983b3c41b3bc69e34a62b4519a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "db973a02baf344e8917e2dbcef5bf458", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "15bc43d51b354087a294da15ac61b40c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1da40d0a5c81405ba04f3383e75063d4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f093378936894912895d09e0e7451fe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e310387fda3940ce89802012033547ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02a3543e54314768b04d91785aef1d80", "region_id": "RegionOne"}], "type": "orchestration", "id": "1e39f0ffef3049c79917f11d9f54c625", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d639d5e60b74495588a6499d651471c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e67a0418d9d4ea293de21e61a195634", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16ebb823edbb46d28573791fa4db8b1c", "region_id": "RegionOne"}], "type": "block-storage", "id": "c046ba6069af47d895d6c085727a2848", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35ca6eef2dde48b388a91a9b54394844", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4337fc7784174ede9c1df604d81c70c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c99cf56eeaa94a1fb34c6a1cb822af36", "region_id": "RegionOne"}], "type": "volumev3", "id": "e772dac3361641ceb6e7b7658c44cb8b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b757f2838d904ea19dd2d5d0bd81d87c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a969555cbc24d9997b376243be380f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61c6fc4babff40b18ce80775ec484e83", "region_id": "RegionOne"}], "type": "volumev2", "id": "5a6db879ab944845b3df6da9ec9d2908", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a746aec3395d427b8b47bcc268e4c612", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49780169f9bc4e7aa416f65265241168", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2693feca61c4221b0d564cc297c92c6", "region_id": "RegionOne"}], "type": "volume", "id": "412dea33bfbd4c9db60a20ea6fc63fb9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f74c83d4ee1417f925e36b689b39802", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fbc2e119c1df4965b6d8e357afda3f05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e53c58b00c904ec2b67fbb8fb0352321", "region_id": "RegionOne"}], "type": "block-store", "id": "268aed7167a34c09b198445341372d69", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a130410f35994dd28a8a33dd96b21d86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "47486660ebd04423b5693d563532c920", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2c89a3fe931b42058e1e7dfd62d4b955", "region_id": "RegionOne"}], "type": "alarm", "id": "adfdf9efae794f939067ed507098e314", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6ddbe6a9873c4fdca86e512e287138a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7734cf596a6243538164487580ca4ccf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d02d2520739e46caa5df7b7b9f0aec65", "region_id": "RegionOne"}], "type": "alarming", "id": "480ed451c4904fd48373b4dea542bc46", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fab41f65c13746d4b30c0f327c8d4f7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a9ef0e437fa6461982406a5363fcfee1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2bb9d5052a69463db0e2fa9781e03556", "region_id": "RegionOne"}], "type": "meter", "id": "dee83ce8e8934033b7daf4ecb1a12bc3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e0aec712a14547adaf9dda698fb9005d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "04023d98cc8149acbc245c7586e702d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0e51b743636a4c079362fbf4fda8d780", "region_id": "RegionOne"}], "type": "metering", "id": "364acaddc3e2460cbaf5710b49e82bb3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b96003e5584d4f979015de7f434810c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "339eed99ae0643c38cc34155ca2d3600", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f37b7ad5b7b24c42b20893b38bffaa4c", "region_id": "RegionOne"}], "type": "telemetry", "id": "48d9f1a72b44454c916f940618b3ba5d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a9501cbaf3c94a959927e42fb616233f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "58e4e94c7b984e9196bb899ebd9b7fc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b81c58d079734609824857907e9eff88", "region_id": "RegionOne"}], "type": "event", "id": "d1d07d3dae88467ebea4b0c9836fa5c6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f037fd558bf74848bb0a69ba622d770f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "80f5067a40574ba1870d33c44e8ffe3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "873094f9685e44d9baa27ac27c870888", "region_id": "RegionOne"}], "type": "events", "id": "e7ad41c1da974258acc7df862f094299", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5da213ef316d40bab0d7ec0d2cb7ab05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5d526fa2141f430b9a32f145de28226b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4df4b62ae53e4dec8ac0c1fab1b81b46", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2cfdb1f23d5f494cafa7f09e209c393b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "26fd61fbe5d7423abc2541644ab3f6ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "32688cbe73cb485c995b095accc59c58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f62ce36bb5ae48459ab8201634960a20", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0b62af59fb7945a5981094c1f2ba5a4e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "00432b1c581d433c8c5cc5c44ddb974f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3626bccce02b48a0aac201a544d22832", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5b557d29a2484526a6a31d1312a08388", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b7c0e984c1594aad88fbb47c08b075bb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "85f6e219f280446cb39544e8f569c6f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f107d3cf081447c98a192e09fd90dd0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "45fbd0194172462e8dec376c7e758da6", "region_id": "RegionOne"}], "type": "tricircle", "id": "15f8bc1a420c479f9d3cef43e2f27a1d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "fc96221915ef4499838d4904c1ce6131", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "22ffc225ab9f4a9d9424dab4ceefd4af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "06b5281f42c64029ac2e94af2baf72a2", "region_id": "RegionOne"}], "type": "database", "id": "ac31c91ec8954693bf16d26bd6ad92fa", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b2e4c41f14fe440dad98176bad49c18d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1f3e5850c5af4001ba4e7507ac155da5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "60675123ea264fad80c287b8dab9ee34", "region_id": "RegionOne"}], "type": "application-container", "id": "87142c447cce42d6a31a99a31c739dbf", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "72cc6c6653f140d69913767777ac8f86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c4313c86629f40c880d6ac6455ed1cdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e512c7b60cbb4e8bac8e086c724692ff", "region_id": "RegionOne"}], "type": "container", "id": "1ba1e7f4f5044d2d8d7ca17a2853d5e8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "771d228ac36f461ca101fa6bb7180820", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f7bff257a4574ea3b63ae9e222876983", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a959b0c75b1644a5864cc9f2727d3456", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a11279be00c448799a4f8d417bb9adb1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "933cf0db3191436e8c9505baad469ba1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fcf645a8a6284d48b9337b86bd56916d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f60f302d12fb4018b97abb6a662af0be", "region_id": "RegionOne"}], "type": "rca", "id": "4b69d98c65984028a1d12157301ab52b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e3cb283c691343a68756629034995d6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1b87455acb20445fb92778bb1e62df15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8b3b3283d1124ac99b08cc558b4d77f6", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5eec3a379dc94f6bac0403c211c4a670", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "fb98e0f3aafb4c17a619d352ce6b83d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bbec5e04bd2a48b3b07c2b3c7b0fbe80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f3371f416b7941549b4200175979f968", "region_id": "RegionOne"}], "type": "network", "id": "f351c7d7000a4b88be5e500770a28135", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "8f6ffb3e48e54e10af189761ad4ae09f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4cb31ad2781043728d50620497cfb38e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "647ee89cf9e842e3af69bb5bbccf51b5", "region_id": "RegionOne"}], "type": "backup", "id": "0f65759ff17f4a5e9641ff4ea625400a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "20018fc25bf14a2685c8a3bee4d9a6f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4b470a5980e04a80ad903c1a53869920", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "144d1f17d54d43939a83e0326f2c4fcb", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "aa299c496f6a4ed6bd5e8faa11014858", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a77b5822b54f444a9e44e4c04dbbf7e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "750073d3b09046bdb447a53a37b869dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0b6ad0ba9b6b46dcbb0d34f32d00595b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "28cf6839f4784362a0d68c6847b554a9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cb8d626d09564311a4587ce9a3bcfdd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "617cb808ce764620accec55f3e695141", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "4db4de701adf473fb1ff3c5278992422", "region_id": "RegionOne"}], "type": "monitoring", "id": "a090d30d3136452b942037480a6b2bd6", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fcbba73bfa764b26abf0e634a289826f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "37cdf335e70d4eafbac234f7426a72e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b6fca2947b0e4806b67e0bc9b5671f04", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ff40b02285354866aa77e5eb6950804e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3fd235b01e3044d89d8d489db3565d06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "432689243e4345298c5c307c9bda8379", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "49b7824e874147bf8b622c893c126371", "region_id": "RegionOne"}], "type": "placement", "id": "af835843000a4030bff2ae98839c9eb4", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9341c9a938f84f09bd711d68a17b92b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "702bf1aede2c4c58a5cf9be7fa1f06fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "28ca286c0cee4b4fafb9e006d82ef191", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d0ac87f51cdc434b828ca3ec30609c44", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "35bafeb970aa428ab7f6a39e89d37bb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f1b000a483854c3092933ea304c2abe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "61dea26335554431860161ef12dc64d4", "region_id": "RegionOne"}], "type": "ha", "id": "cd0a4563698f4d289f7c9a1bf272f384", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9d3ddf7d05b547348c2d23af236deb43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9e978570faa14de2832fec6d4b8c77c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "fd3c19f73db245adba7f0b0148b85ff4", "region_id": "RegionOne"}], "type": "reservation", "id": "8a13b2c1c52e4b5eade11e867ea08b9d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cca7e6d1e9894d58b3d6d68a0ca8ada7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4368acd83ff041f1ae29ee2e595b989c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "56618c4775764345b7d91342f397931b", "region_id": "RegionOne"}], "type": "function-engine", "id": "07295e1d073b441394db6a51a18c1001", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "afc6d1a3c294460aa5b73fc6804a0bce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1d8b1e59380a4c288adbcf20fcdd3f72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "8a10dee4eb024afaa1fa405250c396d4", "region_id": "RegionOne"}], "type": "accelerator", "id": "42ce20cfcdb348148de82322cfb2319e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "98e03efacd444bc18a38035495a83bb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "40da98e77919404db939a3e1d7fba21b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "92525a74df254c60b1f4df3e763bd6f3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b0e08a16b3f64aebb64c30c4de452485", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3d9eae1de59140cc8ec0169c7168f61c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "549b93e99c83487ba34c00a0c5c24d1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "69e351eb47c943538d571644c417dbdd", "region_id": "RegionOne"}], "type": "registration", "id": "2fe52691ead24e34999a72f4852d82e9", "name": "adjutant"}], "user": {"domain": {"id": "13987fbc7d00492595961fa9d730803f", "name": "843ababd96a846ac979f6720d7403d2d"}, "id": "b026b005f98a431abf65aaeecf3b9aab", "name": "3d6e2ff0e44f403bbb1f26d0c3c7a46c"}, "audit_ids": ["937f3f88e8ad43998f3e99a249b6ae60", null], "issued_at": "2019-09-19T09:04:44.579273"}} 2019-09-19 09:06:44,754 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,761 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,764 keystoneauth.session RESP BODY: {"users": []} 2019-09-19 09:06:44,769 openstack User openstack.tests.unit.cloud.test_users.TestUsers.test_delete_user_not_found-2 not found for deleting {10} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_rule_nova_no_ports [0.168190s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,508 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,513 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,516 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,520 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,532 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.436590+00:00", "project": {"domain": {"id": "64d710972b3249c7878346ef1a4929f8", "name": "e8fd5882d06b409187b18eb6d9ec638b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e606c01572434dbda0d7dd6f9ad2d4f8"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "12cb7d5963f040be8dab3e795d5b4b58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "978e3b590f8a453b8921e2b53a58e1b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8063d803b89046ef9ddcd7cba052c0f8", "region_id": "RegionOne"}], "type": "identity", "id": "26c5360bd8db40cb9cf71294fab86bfa", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0566c138f68a4972915a593fe6dd931c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4baf2df062a9412fb626b86332499ac9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5f06a4c5f01b4304868579940eb648f1", "region_id": "RegionOne"}], "type": "compute", "id": "f63ae49160b74efd93e138777d250607", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "841edf11cd2644e5a39fe72ffd5c325b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "6e95a3b8a439414b84a02462539bbc6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "aec7c0c95ce64e54a94a03b1a46052de", "region_id": "RegionOne"}], "type": "image", "id": "57b01b136fca42c18bc17a8d78fa5f54", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4055816812f34d53ada1079b7e8a91fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4390a276ed9c49469231ab0a3c493bb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "57c897c541244fd1831f46b7434c76c4", "region_id": "RegionOne"}], "type": "load-balancer", "id": "eaddb4248c424852acba566cea5b9b7f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d877621398ff49759f8f914bfc67f97d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13ca0be15d134fcd9b459d3ce3ede825", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba00446398e048d7b02d401a52e4960a", "region_id": "RegionOne"}], "type": "object-store", "id": "233da2b2087148e7a7fcf17e023847d0", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d7dd40cedbea4a74b5f16516614b9c2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "33d96bf7b0334f7096e64aee594c1ca9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1bd16ab1b8734dd690839f48c1f26cb1", "region_id": "RegionOne"}], "type": "clustering", "id": "75b16347473f443e8c983b88681bad4c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a3ac543f05bc4fe5904df4f40a7245ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e5e1d0230d4145e5b7a5fca0ec5e8ec3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "356198b5313b4458bdc554586c871f6d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "41d10d1176d54bc6850637e26e663583", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "791fdd360dac461e8fe5585aa457213c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "660af442173e401a9a8be3c75197c6cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8538b449134341848a2b07f54fddf0b7", "region_id": "RegionOne"}], "type": "cluster", "id": "3a34bd641a76431b83cca5b0d31002fd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4e05d75fd7984900af3d6a1d00935abd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bccb4a44c54e4579be0a9e42e8b8d43c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "29266c4210884e02afd5d16c481b661f", "region_id": "RegionOne"}], "type": "data-processing", "id": "6c79958f50004165814806b79f6f264e", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2897d7818a4f4d42b36a61c194e47d6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8e8663f31ea247b0836a16aa230bf8eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "465e4cb92a804f4e89ce7438597be573", "region_id": "RegionOne"}], "type": "baremetal", "id": "f5f39fcd005741c8b8c9b1a4f58edddb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4d92dc666e464da7be18a387df7e6c22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ff9d7ce3a5f34a42b45d4f281b3ed2af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7e7298189b634df298525460cceabda1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "32cfc8af704f45e7af05f2c057e73447", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9864a2ee65e944069ffef6a864267f48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3450abbf52ad43ee80f686af396c236a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "329a466e966343e89aea008ace60da32", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d73fd5387f3a41898a648ba2c8ff9691", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "319dfcf346fe44728271f188b9c1de4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "55bc5dc52c624294a60d8ee48cbe45bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ef31f94dc1e3468eb74671e1042e320c", "region_id": "RegionOne"}], "type": "key-manager", "id": "0c78d528fa6d4fd29a93e2ab13d1ba1c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9f633ffddecb4d41ae728d108977d843", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1f17b29778424768a900e931331e58c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5e93936442ed492384d7fec9c347a2d8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "16a6a5253b464a139b3c93a0b063bf83", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "03f3344d299d4251ae3168175412ff1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "18a7d84be9e2490aa347767277bf13fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0f85ed46fbdb462381e19518c68732f2", "region_id": "RegionOne"}], "type": "infra-optim", "id": "80f0f87927fb41ed8d32fe6cb605035a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "387653dc858f41faa1db2cbb7d688901", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "98acbb40adea402a98500f433308c214", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6704e0f4a3a74385971249fe370b805f", "region_id": "RegionOne"}], "type": "message", "id": "3a58f52d5e284a5c939d51847b5975ab", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8a8dd82052cc46899e93056c46defb4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bbaa9ae0432a4926aadc44bc5580ac9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9f9a7ffb43a44416b5eb9fe42f081055", "region_id": "RegionOne"}], "type": "messaging", "id": "35a5537eb9894acdac387bfe3696bca3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ec7ee1d3faae4d369c99a241c73bc568", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f8c1f13929ef47cc8e700e988080cd17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1bdcc42631644b0281065e5d453ba9d0", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3fd3340b300442beabf7e395ba2b567a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1b6adba9c16645debe0aa6d8a58c31d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "69e02d65ee184f39a41281138a55983b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "67548cd727cb4847bed92f7fdb97da9c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "136cdd9956c1430197cb271caa8c03fd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "92aea8b50f1a455fb72086e9769eb706", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "616307cf085f402aae11e683b7427ac9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "43d2ec822e2a451a90cf8925305f96c7", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b5d861f15f234b01b77f93231204f3b0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c413304219c94cd7915f38a1fbbab70c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b6bee8a11b7d4d5587224e81b94aa345", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5be5d1fba7464041893b0fa2c8985fe5", "region_id": "RegionOne"}], "type": "container-infra", "id": "ce6f576b924f444ea5db931479720e87", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5735d67dd9dc4e039a6d9133ab07af4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "abec756d37014b8fb0b6fc38dea54666", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f9e2b362a63146ebbc9f5f8ef7620cbd", "region_id": "RegionOne"}], "type": "search", "id": "277cfde4912e415988066181b5c9baca", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "02d6c01df7c64f2ba57a25415b09644a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "763c3a9492cf41aa9f0013902117381c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e0bef9741e8846c0b58900614b68ceea", "region_id": "RegionOne"}], "type": "dns", "id": "b775eb1119d640ba94be209b8c184e8b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9fb510a3f7aa4f89b5722f44f994d07d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "576f906839074381a54ac7204df05932", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d8fd47c308d74d6e877a7e8d106a27be", "region_id": "RegionOne"}], "type": "workflow", "id": "c19ef51931f747969de6ff9b26808522", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fc2e785e327a4a98bf2e06a49dab8ac5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b8c25a20fcc049b1b98c529ebab1cb75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "358ad82980244dfaaface139296670fd", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a69e60cf1b014f93929d2d527a10c6a0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9c9aeb84d13b4906be89d4f993ec865f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f6dbaaf6e7354053933c2020ba0f0108", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "56b372bce26e40ceb412b40d111e1e9f", "region_id": "RegionOne"}], "type": "rating", "id": "1ead04d21b3e4890893c06560c73fbd4", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "74ffe65b17464dd8a30122109aa4802a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8bc9c419d4ab45be9a81b18b30a2eb33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b682c4708be84c1eafa5b84615788da5", "region_id": "RegionOne"}], "type": "operator-policy", "id": "8f5cca88918a445ba529a43773fee4e1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "77eaa9f90abf4d55bdd8b02aa6982fc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "41527b762b6d460c8ad4610bfcd28a7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "241e421653444d7eafeab5a641b44af3", "region_id": "RegionOne"}], "type": "policy", "id": "4a030eb426f941cc9e6199f35c522eff", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0ac891953a5443c9976a0d087b3f9a7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b6031b5c2f7d43ed88b867d5d5ebb115", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f6012eddfaee4078a743a7d8f8bc70f5", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "bacf9ad567494bbcb5dca4e0e9237840", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "283f905c49a2421aba865099f9bcd2a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "07212412b77d430aa23963895d252188", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3084f90a1be4462bbdfe7d615b92d36f", "region_id": "RegionOne"}], "type": "sharev2", "id": "bd0b666f7d34474a9d3f94efa4d7143b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f355f6ffe7f647f9bb4ccc43a6c09468", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f1d68e2e8a2247569146088f6fdbfa0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "93c058b9adfe4a2db476dd77408d8493", "region_id": "RegionOne"}], "type": "share", "id": "c7ccb0cfaea04db697cab8432aef434c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0468a306a06f4d2f8192b4070d2e03eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d5b07541889e41ebb2b55d46e0b700e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f0f8d2fb407b4274adee5723a8c01c55", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d1f5a6a3b7104dabaec89912b94c6cca", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a6a2e514fd14d7ea78d3366925edd10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0a59fb203cd4b008cefe803093c843a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29185443398243f6aa53dde538000129", "region_id": "RegionOne"}], "type": "orchestration", "id": "f8ede43aef01458799a43e40585d9f7f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7df2886deea4e729b4ae19908f4c0d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b707f9b45484985ab2d5e303188c351", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7de14f43e87045b2b28631b99ea441db", "region_id": "RegionOne"}], "type": "block-storage", "id": "9c9b089d63cd4983b96be834c3bc756f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef97e82dae1b4b32a42d8f38c271ee94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24fe149105eb4b32845e9462a16bb898", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c6a5733c8cd4f9ea4adf8a82e2465dd", "region_id": "RegionOne"}], "type": "volumev3", "id": "dada473eeb924d779c0d296fca45a462", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba66f51a08744144a87e4a9889eaac7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b19efb2d4bf4190b4b8a82f01275813", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81481f5bfa644721a94cc27a58866f66", "region_id": "RegionOne"}], "type": "volumev2", "id": "b5a0a078d0d4461aa72017714ab022e3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7681ae97566f4a5381647cc60d62e068", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fed9bc5cc0ba4154bb2cef284ab719ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9fcf74b6a4846c081bdd36de0d80eb7", "region_id": "RegionOne"}], "type": "volume", "id": "6b162eeeccab4cd9b6e28259a41e48b1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22e7ad8bd1d24c238d826b5f8fec3d46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d58f1fc01c349f682d405381365c354", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d23a39fb75854a34a0afa0593c51c70d", "region_id": "RegionOne"}], "type": "block-store", "id": "f96200f68aa446febb347b8103c9a20e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "05a82e33e1984ebb80bdb9911d163afb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "352b3744d12b49d1a510fb103ce7a201", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d9aeff3687ae485a89df511170857a1a", "region_id": "RegionOne"}], "type": "alarm", "id": "f4d1679ca5b0481c90e1f5ac1dc5c1c4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e7f41ea402a240a6ab646ee7e7d53144", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "292e17ad33c44df493e3c286eef96639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ea8d3e8e3c9c4f99883ddfbdc4658d19", "region_id": "RegionOne"}], "type": "alarming", "id": "9171703150dc4216a81685a8429ec509", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "77cf33457fbe494497939d46eecb36a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d694afb3ad6d44a59bff88e7e37986ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "acdeff0db9d443ad862a88d28b4b6ba7", "region_id": "RegionOne"}], "type": "meter", "id": "7ed3c76060374845a7c2726ecb88a16e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "04cb974591b543e29ce883ad372871a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "16e9aa32ecf6413db51daba6463b3fff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8a6e19d2e41e41819b9ebe81f30e2e70", "region_id": "RegionOne"}], "type": "metering", "id": "683ad093b9834303a7005c8af4c30ace", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "097b25d077044fcd97500a05810d9745", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b8937101465b4af39e0b97a8467fb873", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "038a77ee69c44d439774cf6a650b47bd", "region_id": "RegionOne"}], "type": "telemetry", "id": "e266305e5a7842e8bbdaae16cf9552ac", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e5a50ce8116c47d492e0c6f2cf9d2fa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "011143fc08d64722bb93fb18cd080ce9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3fa8e74ef2df46b486d82b91ee2d9f58", "region_id": "RegionOne"}], "type": "event", "id": "66c25fcde1334676a15dc4419e7817d5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "61c32f2581384e1a915e6f78084f01cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a38c44aacdf54d3584b08de6fb95a2d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ee476aefede24e4eb61b72230f282046", "region_id": "RegionOne"}], "type": "events", "id": "1e9f8afdebec49dcbe8b54a62ae1af5d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "68a9f85db24846eaa60802426f00b825", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a5b1eb4ddb864b55a635f4c2add7bb9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9eec8cdd353444bfa556a330921a4c66", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a0654f5a7d5642fcb0dfb344fd503d4b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cef415dd07fa421ea4e79cb6d6489a10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a96a1aba8487496b810902837acd508e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6324e7b6dbc54cb9a2c782ca7bce4c92", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8b429165e94b4ff694f6ad813321ad5e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1afeb03b0830422aa97b0e34ad318967", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0b50fde587484f1e98c6ae746b9a37ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "104012e09bf54e0dac4be6bbc9b0b1a5", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b4ab06e408cd4cfb997e9e1b15b28e6b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "32691199f26b48cca57af2fac090b135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1432bcc628994b09b88a49f330d9065f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f9fedacc3f2d490391ceacea20c529ef", "region_id": "RegionOne"}], "type": "tricircle", "id": "3b27c1e382494baebaea497cc6ea1cfe", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7a14d861a88a45cea7462e222fd7cb96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "745f366c97c74a7eaa2f07e06ecc167a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7502657bbd3e4219bb028726250f08c7", "region_id": "RegionOne"}], "type": "database", "id": "bb03b019f42d458f9c9640c5ac6e0da8", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4856a1e6b853413e8f45232fb050aa20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "151a9b0ba8a64f2499dd1e39555bb0b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bcccaa5e4af74c65a9204640cf819e37", "region_id": "RegionOne"}], "type": "application-container", "id": "8045d924830b4ce9a683e23f008c9335", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9145e2a888bc486d907e75c751b38cba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "59dc178534384daca5d93e58f4578e37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2b5974e87d1f421293cce0c116533b2b", "region_id": "RegionOne"}], "type": "container", "id": "69cace49cbf3467c9d27e2e8c0ed1493", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1be4da4877d04e16bcd7b2b8bbc3fdfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e05d60d160c84924b42d6db7f0b55d5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "73811e6d38944d7c8a2fda46b7340bb5", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "753e93f2242f4e7c8220d4a70871429a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "182a2f421bfd470eba7be11fab714053", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "50b6726584594cc198baaaf3e43d96fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c89c5e084395474fb5421cdf4f90e5ef", "region_id": "RegionOne"}], "type": "rca", "id": "dd02c7bf9c7f443abc9d43d074efcd5b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ac8126d00fad42f58035e035933b8c37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "424a86e1b8ea4d4fb320efe33da64078", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "2ce2acb04bcb43228667485810ba7f31", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f7a8adc44c1a47e0a0c5c6950c2eaf6f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "02d0982e263f45a592d929faabc53d97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c935af7ecaf74b79a3e489ae4f9bb91b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "eec56dd997344d86a1cedff4f2730d6c", "region_id": "RegionOne"}], "type": "network", "id": "edcc977a2474485aba052f6d8f3b6a9e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c18aaf3745024b8186ce87c2c4da530b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "04d8d6fe3be64d288a408b40196594bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "71a42eecdaa142a486ca91fea9ab4d6d", "region_id": "RegionOne"}], "type": "backup", "id": "d72ed6c82470459cb01bda39b75ad532", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b8f20ea06428444ebfed460f9b5eb543", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d2b88d8586fd45df94757f5930efdeb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6cf905e072604cfba243e5865c0f5b66", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a808ee6fd1e841e4aa3f0dba3f330649", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "50945e3920b843ab916264f83389efbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a519b37cf36840d6a250225263189948", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6310a71912a04636adc8ccc50a4cbd4d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "26f69e89898149f9b562fc70672e7b7d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0d3bcdca6391455fa8e10b65e3210b96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2eeaceee0f2c4621839b6e713b5cf6a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1156cdd7dd4e4a778cd2b457b9ace1c9", "region_id": "RegionOne"}], "type": "monitoring", "id": "3549309a840e4e1990791bdd04d59a59", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "89a2b962641d4121aeb7de3085094499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "70fe0fc0df3d4f9c917e841792c238a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "9b637dd515e244aa958888461b737ea8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "5b729c1213b94b6f9d3b5e98ddb265e7", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f3d5f231a96b46c59b533f9dfa80e0b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "908bfc4a53c6477ebc9c1285e383fc77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e1b16cf98d474109a2503164e4aa906c", "region_id": "RegionOne"}], "type": "placement", "id": "a79e1f8e92fb4155b585fd5459449a56", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "29a880eada644e1187437be10f421581", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c3e0bbc93dad468b8e3e5669e92fdf63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d154bd360ccb41a9ac6cc6d0814c8fb0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a51c2f78b11e4dbc94dfe5666c95c482", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bba87fe2306b46c6ac7421efc12087f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c4078fb0d19a4e239590f57c3c07feba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "01017fd9615d4fccbf2afb11ab4e17b8", "region_id": "RegionOne"}], "type": "ha", "id": "b4648ee3828548638affb236620150d1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0a47b196d4ac4bf082fed2b0e6ed9626", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9df6c81e403e4eaab391c68ae4e7fbd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4bee57aef8034b0eafcf5a94aed2839a", "region_id": "RegionOne"}], "type": "reservation", "id": "b0542720764246a78c44c9552c98d05f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e2f466c383d248448242c85ca2e51d00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f9f7934c7e434218bc81fc22c11f77ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "74f6c41bfaf2405a9d456048469c52c4", "region_id": "RegionOne"}], "type": "function-engine", "id": "413892f3efa04a9c9bf6425d1a3ad053", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "41a55f5f1bad460d8507da1601ff8aa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3ea910b745e34f51b2cb6fe975cbefb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "58cc09e1e6504523a6c210c0cd02bbe9", "region_id": "RegionOne"}], "type": "accelerator", "id": "c23a7ae769e44110836fa6d9cc5ceca9", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "02ad7d510db44056a4464e0cadb1300c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8b0e27a8f308488b8bba482337e2cab4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6f419589cbe14ccaa97dd80ca005b47a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "bbbcfeaa7dbd4dd2be198872140abcc1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "09c57a9cbbe7447b88a269a09c682c6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1e5603e9e3334bd0976556e2ea049eb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e4168ba7e91347c69378a22f2c76631b", "region_id": "RegionOne"}], "type": "registration", "id": "c43f590411804a0a9c3400cc359d83d9", "name": "adjutant"}], "user": {"domain": {"id": "4f037fc376f34a1ab1760ff0a72778dc", "name": "f6f58acc5cc3444f96917ede0a3652ce"}, "id": "9ec9b99c7a204d9e8a4d49fdb223ec55", "name": "069b786d51744d9f8bd1d74eefe19e0f"}, "audit_ids": ["73198bcbdba54b0e8bb71eebd41207b7", null], "issued_at": "2019-09-19T09:04:44.436590"}} 2019-09-19 09:06:44,579 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-security-groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,582 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,584 keystoneauth.session RESP BODY: {"security_groups": [{"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "Test Nova security group #1", "name": "nova-sec-group", "id": "2"}]} 2019-09-19 09:06:44,594 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-security-group-rules -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"security_group_rule": {"from_port": 1, "ip_protocol": "tcp", "to_port": 65535, "cidr": "1.2.3.4/32", "group_id": "123", "parent_group_id": "2"}}' 2019-09-19 09:06:44,597 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,599 keystoneauth.session RESP BODY: {"security_group_rule": {"to_port": 65535, "ip_protcol": "tcp", "from_port": 1, "ip_range": {"cidr": "1.2.3.4/32"}, "id": "xyz"}} {3} openstack.tests.unit.identity.v3.test_project.TestProject.test_make_it [0.071651s] ... ok {27} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_l7_rules [0.069870s] ... ok {26} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_get_security_group_by_id_nova [0.184050s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,669 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,675 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,678 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,682 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,696 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.600097+00:00", "project": {"domain": {"id": "daa8d10dd7c34df89a6231715d644924", "name": "16802a396e374bdbbf32ed3e011ac904"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "bb2f1df872c643d6b48f7c168b890198"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6d16d2d152384f02b686093976c34a0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9f14537bf44e4bfa9631f93f7d1aadd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1ffaeddb7ee84ab1887c586a8c246285", "region_id": "RegionOne"}], "type": "identity", "id": "44f4a30aa07d49eeadaba9e139922ddf", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "06815f16f24d4be480e1f84a92781915", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ec1263727f364efbb42109700157e66e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9c87d9c4e04c4fe38b977abf2141f68f", "region_id": "RegionOne"}], "type": "compute", "id": "d0776f4089b04c71adc1999c5f628a47", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "8827e1eeaa2a43fb9716ee7c5961742f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "37d25cba2ef0434fab8f4df3ba7672c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e0c6bf0fbf9040a398220c2eea9d07bb", "region_id": "RegionOne"}], "type": "image", "id": "049980e25e824b11beffe809700dabdd", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7dfb69755f664cce8275da1cc7f92dc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2c6d3f66ddf247b185678d85b0e074b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6e476c2487754ba1a1ea5b71a5b5cffe", "region_id": "RegionOne"}], "type": "load-balancer", "id": "dc09e34bf59940d3acc779ba5a659889", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86236aca5e0f42e397e0cf2b85dc55a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3750474751e42498a4c05440434efe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64bad77af0ff4fd48a0847745005ac71", "region_id": "RegionOne"}], "type": "object-store", "id": "6ee8dfe6a1934db0bbc5b2a6ab70459f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7dce722868ab466ea93c508bea4b2f73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b270797990c44bdb938941dcf9e5015b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3e48fc9d82134780a928016802b97ba6", "region_id": "RegionOne"}], "type": "clustering", "id": "d34d11be582b44fda8e81e3a6c95e346", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0d96946c4d064aecbc8ad4de7ddb8d17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f8da3a773c0e44178495a45e29bc19d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a366e2af58224d5aa931f4e8352eaf0d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a067d416c7814719865328641feac0e3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5cee6dd68e5f411d86b776076173578f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "81e32e76410a4099b218dd0c597ec627", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e4c33e6a062543e6b09e0e1922ff8f90", "region_id": "RegionOne"}], "type": "cluster", "id": "fed0293d85b94aa2bc78f0a726b200de", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "62c6cf53c6ae4d1385f61fc474ac53f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e69c6ac281bf40579ac30677321a400a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "70e54cfc223f42dbade3f5e1ee145e98", "region_id": "RegionOne"}], "type": "data-processing", "id": "52d70a7494b8473a8fddc50f5dfa4718", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "68974ea799e44f96893bb37a1b63635e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ccf4ebebf0ae4f5baee3eaac4e84a8b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fa466ca9700a4a76941dee5e39e8170a", "region_id": "RegionOne"}], "type": "baremetal", "id": "8010920231d84de78cc522f859bd214b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c0ee32cce1e643ed92187100d704486e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6d170273a77a4822878d0b51d0298a75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6835a11202944a5690ab87fee36fa1ec", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f5ce51fc8b324166875a47ca76d8a1ad", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e0ed112c85f64b359a55083e6aa19fd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3a63e6d4e0464dd49cec3b2c4050c1c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a54ede55c3044ae6bcc702ff2eb73836", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a9ecaf5496a1431f9f38b22d680c4b56", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c0521be6492249bca77bcd1985c5b211", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "303fb16576ef419c886828a9e9ca63e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1ea4e8602d354c77923ae5ce774e518c", "region_id": "RegionOne"}], "type": "key-manager", "id": "57e6d7f2404641debac450db8659303f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "10d5523baaa64e12b84b59eaa295a989", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "51d268a5e5614e3f9a31043560ad7325", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4367da0f5e824d0e953b32d325f1538e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ee8516b5864741c4a1bf8c02d9a8b7bf", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "00bcaefa29934dc99840027cb94e67bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5b09a710de0a4c68abf85b3256f5e2a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9ced4366fa654c82a04bf2cb20f06abd", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f260f81986574c37b949ebe90cac6912", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "97ef8d26b3c943f9b763e859ad1720ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "52f4a8a21ea045fab173db057b1d7205", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4757c19c094d45e19b3fd226a2dd00b9", "region_id": "RegionOne"}], "type": "message", "id": "a08e071591174cba99e64c89374243b6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "63aa5399b16a4c9cbfb56ec8331f6345", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "af63f14061744469aba4467c80e607cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c415d02c81f24c9ea87aca6031618588", "region_id": "RegionOne"}], "type": "messaging", "id": "1e9c926a4c4e4dcc80bfdc5c5642f861", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9b82c07c91794740a47fda650a1cd4e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cb5e247d63ac48c1b564b64fc94a01b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "722b7f6eec214d22b02335be501ad5c0", "region_id": "RegionOne"}], "type": "application-catalog", "id": "074ce004d8d5489a92c27f6e150155db", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "01ef3815414b4955b2100530c5e9fab7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d3ea37ec409a4c9ba7f9022ed4a7dfcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2aaf3aa2254a4723b6d863ffef9f5136", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "18f8bbdcf54b4e7ba04fce772ef3d7a6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9b181bf3280c405c9d7027f0422585ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1785310039cb4878bd92a3b036886f75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b776fe45bec34998a2b510db8826e886", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "47604e64a407408798dbecc9a59f5a16", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cd14d1b3051940e0bf15d47b7753b281", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ca3d7207e7942d8aac8664fb1411f73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "168824c0183f465ead4df260f25bf700", "region_id": "RegionOne"}], "type": "container-infra", "id": "d0da4f6b231b4e0aa96777ba9ee5c22b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "95a613e0981e4abbb6701f5204d90c73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "4a0f7a1f2e4e42459da4bfa3ce10c2a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "07aa4d6254344c24bb6dc56fc005b759", "region_id": "RegionOne"}], "type": "search", "id": "8a182cdcefd84065a806e2486e62cfa9", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c052952c4a434d6989b4dd5bdd53ea33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e2ab3337619e46ad8b3fa35719612e7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5d641d3b02954f6faed4756c0fa769ed", "region_id": "RegionOne"}], "type": "dns", "id": "883b4efb5bf7469b822919c30dace362", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "168f3d2ae4b1478cba4bb4959fa19024", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8a4d1cb1d13a4a438e8492fa4cbf16ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7c6e1cdde93341b28875974726f6c001", "region_id": "RegionOne"}], "type": "workflow", "id": "01d01975448f40748ab838d5fb0723c4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4c0feca693d24613b36eddab9d13c88e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "81c78da126594d2a8e74b389378168a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e15b2903bb8f4db3a1876541a17564bb", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d4431c6228834496a2280180168947d1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f5fc6e9bacfe4fa3bbac4d7e2eae1a89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f3d3977c065f4ae482a739359cee0d25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "dbead2fd719c4e979ef3b9b1547ccde3", "region_id": "RegionOne"}], "type": "rating", "id": "1102d758b5924e909fb6f53cd8e48414", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d448c78456c14dd590d0de74fee87f4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3136089d23c642e9b6f6ab15e33fbb77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e9d00160800c4f48835995c67569e3e9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f09f521ba0fc4e98ab8b20d3f669efb6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "870223f72d84445a9e5edd3bb6ef3bae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5a26dcba48f7452abe0e9bae061d9c88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6a81c5de03194b739209cd72e891ce5a", "region_id": "RegionOne"}], "type": "policy", "id": "9ba026808ecb4e6388cba25e59dd6fbe", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "364d7b31ec84437cad7f58141c46c627", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d29a0639e1164b12b1c3671ac488cc70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f3bc36975dee44a5be370d7363fc13e8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c034bbdcdca24cecadcf35f0e2e1afd3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "29444ffb4aa64f17a095c63471443b63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "964875ff624f4954915dd84781dca53a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "76b9bdf7697240ae8b68c2260b445d9a", "region_id": "RegionOne"}], "type": "sharev2", "id": "6beb813bd5c74689859adb64929d6c23", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4dd9c6acf0d74a838c446d1e6a5444cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "faeff42e992c4f838f2f773397958264", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d8620efa59ee498a9bb79383197114ad", "region_id": "RegionOne"}], "type": "share", "id": "aaa0ab20919648b8945e3d9fdb3e22f9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1a9d22f04335419180c72a782c9c25fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d016aa0b793a4313ae9e965ec9bacb48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "25c25c3b77aa4e8e99f6a9408b9be6b1", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a43dc65ce14049608b282bd493c165f8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e568e0a2c4544e109d40b9d8be6bc444", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "548b44d2d2de4dcd849448f7e5494483", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85d1ac630f79435fbf0d40737fdb4640", "region_id": "RegionOne"}], "type": "orchestration", "id": "cd6ecb8e625c4c5bb0d9ea7cb1aa2338", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fdba8a9d6c23454da376d1846a8e0c0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f346c08c9fa74f079a3e73ea47c5f255", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f82fb8670af4497a5f375aa285afb2b", "region_id": "RegionOne"}], "type": "block-storage", "id": "78fe7be662294797ab4ac97763cb2333", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e276e454deb45808b31be9c1d4a19d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4206c662d6a14e37bdee59539a4ee3d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8c41c5dbc534ecdbe2c83c79c921571", "region_id": "RegionOne"}], "type": "volumev3", "id": "b00b3404aaad42f4a708fd2f6a4bf83c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44f32fa0154a46289c787b47b9098716", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f4f871e319b4af2afc96fc88cb63113", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c53650775a6c4f8b9aaac38965983fc5", "region_id": "RegionOne"}], "type": "volumev2", "id": "337b78bebaa545d79611b3a1b0ec19f0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02283cd8748447eb9112a27b19d42f83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9339705f52f3480eb7105e0ed21feb40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ade5dcca764400c8de6109bff009994", "region_id": "RegionOne"}], "type": "volume", "id": "d95fe43029fa4d8197561fdca28988c3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7df84449bf8a4293ade995b720c86a1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63b0122a8093454fbb210843291cb1c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3cf50436262466fa37c7f749bb15ab9", "region_id": "RegionOne"}], "type": "block-store", "id": "01584b0f260e4b659993d7cf7f369321", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2551e499cfa24ccf8cf31f48aa5d7e5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5a11df50d0c64e509be1064175eeabab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "583cc80a0f174cd0924e8695efc14fab", "region_id": "RegionOne"}], "type": "alarm", "id": "babf90933de94c19aaef7798fb5331a0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9e9b4ee54a5949b7bea34a3f0c053665", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "95b3e214c94a409caf2a08ceaf9f5fd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6ffbd2e27d7845c69564c34d9f477393", "region_id": "RegionOne"}], "type": "alarming", "id": "f048e6e5fc9c4cfc8deacc7ada6629b8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "112f3d2e317c4c74b0c12c6335ae5bda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8ff05a9a18d348e9ad46d85796fc54b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "dccda965c72c4562a174790073393185", "region_id": "RegionOne"}], "type": "meter", "id": "faf221dc3c9f49fdba36eae931b4f161", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "193f7aa9c8324e98bb83609bfca0b44c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "573c6ec55aec491099ab8e0c6a27a4a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "63daa824ff92407d8bc53fcce95862f3", "region_id": "RegionOne"}], "type": "metering", "id": "96c98111ced04040970473ad3489db17", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1370b57d176f43df83f47f3a0b38b420", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0ca53fc972564efa9ac137448ea654c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2a21b4ff5eff4359a0be6cd1509a39b7", "region_id": "RegionOne"}], "type": "telemetry", "id": "9de94660e0e14454b437bb1bb0c71fa1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "89891ca7835f486f92e629521a9615dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e6de83f04d9847f3ae2ec497c743846f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6e178d1a826348f39f3413c239639a42", "region_id": "RegionOne"}], "type": "event", "id": "81c9ebeda4b6409c82f470588cd63077", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "105664dd52a24dc69f4000b1489c5842", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9d234cffd69f4ead845962e349aa0704", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b5b3ffe5649d41778638dc5c9f275bcc", "region_id": "RegionOne"}], "type": "events", "id": "405be8a0cd5f457483e27451d2125ca2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b81460644fd54e4eb28cbc676653d648", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0f8b031896044337be746c8286b99784", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bcf44869bd0c40b78e2365a548436529", "region_id": "RegionOne"}], "type": "application-deployment", "id": "65a1e2a88b084b43a8a6c07e713be2cf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5b0c2131ad1c4a4a99c93cdd3aae0730", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "12589dce40ff45bf80150c207941d03e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f31e3d4dd9e7451fb0de24ea643ce67c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "01a2efeeae7b46858ba45c2a70583fb7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4b6e789553e44a14925dee31bd9e707c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "278551a024724e9f8abe492e01159872", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1ee3f78c801940228f8096919dcb995e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7cf0d18e437b417182a8d60c0ecae669", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6f0c5122d020499f80c31bed2bd4da84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1fb03321502c484184053e71e13ca57a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "75e6f97de0f24572ac84d2e235b7ff48", "region_id": "RegionOne"}], "type": "tricircle", "id": "0a60e649b73d4967b9f2fcd4ca1992b0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "92b3f213e5b64419983e3caa82652391", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "52fa2c89be024be2a5780a97ff8e606a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "58a3583d3cf0467b86e24ac0ee7717c0", "region_id": "RegionOne"}], "type": "database", "id": "91c6dd20324a44759e03b15a07c505db", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a47a738f89144c50971add7f93a7edd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b209420235884cc887d8d881a9a56ab2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fcaa9a146c1c4e9192b10e0486c21dbf", "region_id": "RegionOne"}], "type": "application-container", "id": "2fc43eaa1e4f4692b5808900176a85d2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cde33fe307a8460ca3ce3b1fa9ed1119", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f02eb0732ee84dd9994e5d1cd6f2e253", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "04d6233dcef0497b9e59b6928dcd7a19", "region_id": "RegionOne"}], "type": "container", "id": "e99f4acb6ad447868239c28cc89a876e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "093f132dcb0745efbd0d817a4b813fc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5456dfd4e85c4b98a2914a3d8d6c3bf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f4a8e0ac526948b1a83c72ca464f7f59", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "fe1e591e1950440e9e51d3a9b4c67cd9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "93461a75e9c2467699b453bacd4db923", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b21d9406b4da453ebf4d9f726ac0a5ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "196df2cf863540118febd608d769e383", "region_id": "RegionOne"}], "type": "rca", "id": "dd487add622647478cc4a3b6ec082d21", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "58e6a885f4be4d63979cdb2a46c99180", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1321eda1b4bd453290bc89db7faa7d8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d69909d63db345488a9cb80937e7035e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "02e323349ffc4b039e75833e63580c39", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3a6a4470f62b4cf099507f2ca04daf15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c3ea7b312e4c4f099eca169152053296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "32b702f8f97b4376824ec4df5666f9a9", "region_id": "RegionOne"}], "type": "network", "id": "887321abc81c426db1de2a611a42f561", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "43784abf374846fc8f4c30072a4ad58a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "bb45de1f99d5483aa4ed2bb37cadff47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ada74ea9751245159b48c4a2a022b940", "region_id": "RegionOne"}], "type": "backup", "id": "e8a909f885c94c2bb65b1fba5b999d12", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "40e8f38ac69a4a219b470ba6b1e2332e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6f1dbdbdee3a4657bb979cd9539de16c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "87829d5974ab4182ab4d3d2543c5d4c0", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4f77bbe18b7e4cb4bb2197ef2c16fe82", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "078e2f9070ac45c59be4d852141d3156", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4633868a878f498a9a26c6af513fc320", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2bb28350f76246f39c96327a7e65000c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9462ce3729404973a9e4160ba50cb9c5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "001ea5e137e74150b52d9aa66755fcc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "28e29c799eed482495b184634ef8d352", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b07fb9cef15149c689a16b7f2cffcbf0", "region_id": "RegionOne"}], "type": "monitoring", "id": "cdfb0ebdd8fb4eda95dca31b5961df1f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6859b70fd9b1462db09c725fa9732780", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cd77c40c496145de924f3a6ea0258cfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "dd15f601cd70476ab0856cb75f09c686", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "92917c2adbe14a479309fe801b58c4f4", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "67a1bc67c9bd4226aaf060ef4d5a6f1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6b94d5d339a94392928e0d99f978e06b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "58d62dcec3d64052a2886603519fa3f7", "region_id": "RegionOne"}], "type": "placement", "id": "68b4500394d040419c147705a208c92d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d315a3d285d941f4a59429c05ad7e9b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2468d942f08c4129af36ac1475d37472", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "60bd783722a749d49a0cc9e089a3da1f", "region_id": "RegionOne"}], "type": "instance-ha", "id": "50b36f04a7e146edacdf9b158cfa0095", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d466559d7ced418fade64588f6a2fd14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7c66f0d3ad9a4e51b6c851c1a185c4a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2f1b0d9d54dd49979e56ef0596234379", "region_id": "RegionOne"}], "type": "ha", "id": "f092ad14a84a4acc9fe41434cb34b81f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1e5afd98e1524c77a86707593c33f27e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "15e75558426b4bbebb8d034f99833dcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f8fe39e6d33d4844ab43b06f2a2c83d5", "region_id": "RegionOne"}], "type": "reservation", "id": "a7ba32bce0084b19865537c41bcc14a4", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "37e8c14056974da090a1ddc8dafe6f28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9019895eb5e24e2fa066036fcfb7d3c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "823bff2f59ee4430a9d2c7c828754f75", "region_id": "RegionOne"}], "type": "function-engine", "id": "42048288c1764bbf96019ea19c0edde3", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5eb30e48be164c7f9d869384348265c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4534041d79f140718e3f8d9aa8a9057c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "72adbedec8ff49f5940a918577cc748c", "region_id": "RegionOne"}], "type": "accelerator", "id": "7ef2942ec394466c84938e7f0168f0e6", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "319094cc9b634196b0d25a6847a95af3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "be1b926d3d27463992cd3c61d3b1e0f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bc568c51179e44869a72ab665f823e5c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4fb8bb9412144634a73168b3cf6c7f33", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "01036097080646dc96b2e0c06a71de6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d8e0a5ed20de4503b6822f6414a6abff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "76dff12defb645d1ad0dd82815a46309", "region_id": "RegionOne"}], "type": "registration", "id": "e254a68022dc4e418c85cd8b5cff98fc", "name": "adjutant"}], "user": {"domain": {"id": "a6c82094c38b4bf89172166191b533aa", "name": "9b9a9474dff84f85a90acc74f47fbec1"}, "id": "bf48e3461ac644bf9c3db4c52cbd97c3", "name": "d90e4c91603f434ab880127ce7bab45d"}, "audit_ids": ["49089d787e6b4917b88a13104aa95cf5", null], "issued_at": "2019-09-19T09:04:44.600097"}} 2019-09-19 09:06:44,766 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-security-groups/2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,772 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,775 keystoneauth.session RESP BODY: {"security_group": {"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "Test Nova security group #1", "name": "nova-sec-group", "id": "2"}} {5} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_policy_find [0.061585s] ... ok {19} openstack.tests.unit.config.test_environ.TestEnviron.test_get_one_with_config_files [0.184520s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:535: UserWarning: Couldn't find the vendor profile '_test_non_existant_cloud', for the cloud '_test_cloud_no_vendor' name)) {29} openstack.tests.unit.cloud.test_shade.TestShade.test__nova_extensions [0.193012s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,696 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,702 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,706 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,711 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,726 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.627960+00:00", "project": {"domain": {"id": "15572f88bd7e429d9f4bc2c788a845b8", "name": "fbe81668ef2447c4a75fd7fb6f926419"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7c6e6333714a4048a9d5007cdb083afd"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5c3f2b7f49ca4fe49e27572dd609d8fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "6749f22eec194b7597d3f9fbc0f19b35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7d299d96f3dd40039d809203a72da082", "region_id": "RegionOne"}], "type": "identity", "id": "b7ab6d4f53b54924af0a8cfbd086bb24", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1d7be8433fbd452a94ced3fba8f74303", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d6f191120e094c14b013546e4c81c246", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "03ea513e090c4f159476d59fc1d90e58", "region_id": "RegionOne"}], "type": "compute", "id": "3265c049a63449929a83ea37b8142f71", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "02bf7f4ea22946a09104980a7e603494", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c520b3254448484c94747c817c63c7c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "9f9c5a32c76c442fafbbb7f1c1c683fb", "region_id": "RegionOne"}], "type": "image", "id": "107d3688000647469c4d7737fe93d759", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e6893cf50bfe4adc9ba4a2337e93b43e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ea8214d810d24935a2843c0f3ad550ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d33d89431e1a433fa9dbdc0ad0f08457", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0cae64c998ad4d0fbec53c0a11f9033e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7436bbf03db464b89f25938b8fc8e59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93264714f7c64f899266cc425612f0e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "180f5c3aefdf4b6c89b7e46fdf50f2a6", "region_id": "RegionOne"}], "type": "object-store", "id": "1d2f0988dbb2423f81c6ab0699fff2dd", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eeb4ea741abd44b6b8d02c2366ac3f5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "24058bd6d497434a9f0b4dc932e57c31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b7cf4567cff649f6b07074ab35189863", "region_id": "RegionOne"}], "type": "clustering", "id": "85777dbba56d4136a8dceb0b0a010ca3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "30662684f5b34a42bf714c47e5bc6a06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5d8b152181364f2f922cfeff3febdef2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9bfcade4ea5345ef8059af6b96b045e5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4f30a2a4bda94868be5683baafeb4af6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6290a3bf33ba41dc95c3fd111ce07dd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e34db7ae47024b8b9049c0f23e3e0b67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dc4452bc8af840b3993ae59ef77b16ad", "region_id": "RegionOne"}], "type": "cluster", "id": "af47a3d1acb84a1cbb1d3e9c878da562", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b3e58a05206f4b37b046b311b30359c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e1b4e8a20996408c8fe4903ccb045a98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a10b3d5b1b1f47d09b7625d051f4b436", "region_id": "RegionOne"}], "type": "data-processing", "id": "40816b65a4e14bf1a2183683f7bf6fcb", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "94be3c8b94ef42c381ffd47d3779c2d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "51ae1951def749da9b3c7919bb5897ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2e99a579bb6f42819d9f600fbc21adfc", "region_id": "RegionOne"}], "type": "baremetal", "id": "3217988e9a8d4dd8b28dc763413649a4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "19b576e9c6f140ba89ecdb9555543940", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9e40fa542d4849d6ae3881437acadf9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d85a3fa93f6a47cb9bba61497c081aa9", "region_id": "RegionOne"}], "type": "bare-metal", "id": "51cd029e1ce94d6f94652a4e2323f807", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f4d99bbdfb674be2a25898721b114e5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2ea9953d774d417aafa6c7586155db88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3fe875e17b3f46e7b6baf82cf13fea10", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "27c681b222794507a93256a43753a907", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3f14f2c812b94cbe9c81f91295346ee2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9d070a09cb224f06bb3c342a83cc104f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5cc5a2de8fa64294aa74c8ecdbf2f121", "region_id": "RegionOne"}], "type": "key-manager", "id": "2e092c241aa94638b80b434597baf4bc", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "507b8913d17e4a75964c45b54d987465", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4e1bd69f002b41959a24037c476252a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cf2f67efa9964fceae99b0a36f095ba2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0d09201dbcef4304be4e35736d993bda", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "12b6bf7c8d924debbfb95fbe08eccb35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "59c401faf4624cd597d3224bc1589d0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c1eddb1c0dc44657a3282bb605573636", "region_id": "RegionOne"}], "type": "infra-optim", "id": "2c76d643f46b4c5788adec04d0c7b20f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5aa898f57e874c759f6142b1a7aeca92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8a040127f261461cb4328b50db6cef79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6cfcf09396a9461a8ef4ea27b8493355", "region_id": "RegionOne"}], "type": "message", "id": "c55e780d7cd54a5fa7cbd4987dc88315", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d7479c0571d74315be40bdc7095f61c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "44e73c3b53da4de6b66b7b443e6d28ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "16aeb0d3262049bebb84ea9e1f77d010", "region_id": "RegionOne"}], "type": "messaging", "id": "198739c2ada247f28ef8f2a7945754fe", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "da81beb7e7344499883a147f994cc910", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2ca43589a99a45be9b8db02b444f802f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9570ca72091e470680d88595f93eda8e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "28f9eb47992446c1a1e35df5f1859d58", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b46ccc304de4f6681bb1d546c10999a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1c80c507409f408ea6e1792a6cfa6eff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0fc43f1b0b154f8bbaa4c71ce2b3f650", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c6c8846442af4e58a7d30dffe93e9719", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a3201ed8c8e249d9bc1747a0d22edddd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca4df9ea692842f6ae799eb30047a8b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6fe6c7ec57f6472e89362801bad646e8", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7bd439d7ef0b4636a6b47ad02ce9b895", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "714c8268ceab42d2ad7f35e558f0b513", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd9aca7356b04dc8a9da2e91c3af794c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4e1d407f6fba49a688df7ebbbf23988f", "region_id": "RegionOne"}], "type": "container-infra", "id": "8dbcf6e6c2034fa99218c63900be523f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "66219e0765074b088eabeda81d63df39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "93f4860cee6e49b7a7a68a4864a84f96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6d6886678ada4681b625b839fdfc4cec", "region_id": "RegionOne"}], "type": "search", "id": "9f4b1bbe95fa41e1b3832fa1c8c61934", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "625d93634d4649eb8e7389c66b0eddfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d8c3c55f3580496ca77708fa47a09eac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "40a321691b95400daa428629a89dabce", "region_id": "RegionOne"}], "type": "dns", "id": "22e406af5d4647e89c9a16fa5ebf5262", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "de60fea14dcf4d4fbf86efa44059fbd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fbdc8f7906af4ed58310e755e3d79834", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1030fc43e716488584701bb956f7ee8c", "region_id": "RegionOne"}], "type": "workflow", "id": "27d7ba9efa6d4bef8ff5b1263aa9978d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9fdf26c6b77e4ba19547c87c0441ef7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5f868b99c8294bfe9fb8a2caa8e3b962", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "49a9370f7dcb48f4a452d7380109039a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "64a7369f5a7e4b14ac53aff6c240650a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d2beed3b2f1e4ed7b340dbd0e040be35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "cfa8e627a0ba4ad5b1a82de0fa4af374", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c5a51cbc25e34054944a932391f1cdb1", "region_id": "RegionOne"}], "type": "rating", "id": "92e61be847d448ba8072a81bf2cbbc68", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "27fd31bf436d4c3bacb442489350a376", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "11056e4222db4b489bca2236e56707e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1d782d77269a47e292d70ed8f7670dea", "region_id": "RegionOne"}], "type": "operator-policy", "id": "fcc8851defc24a079f6f56ed29a3bcd6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "83f0e2420f70410eb84315ef219843a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "81f986b595f04564b3a330f0ff9b2a06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c9c9e37eb2484fa4aab9b2933607a34b", "region_id": "RegionOne"}], "type": "policy", "id": "d918d7fa29cc4b2db4eb61c79418b238", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8e366a2a91ef4d6ebc4e54eabe0fe0da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "827e3d4dfc394366a39e04518956b717", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1fa9d224da8a4a9390eabfcd619d3dac", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f6c385bb688947d79794ebce96218861", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0015a617b905410c9e8c66101bf4c92b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1af3eb9fc94546eab4e7119adaf2bf86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "208bdcdbd1914942bb284e5444d2bfe7", "region_id": "RegionOne"}], "type": "sharev2", "id": "3ab24ba4a8cd4b85bd30335d9923312c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1a45ffc99d124893834895360d6dbab5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3f09fb60f95b455083e2061bad64f51f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b908d847384a408dbbb50178de819a85", "region_id": "RegionOne"}], "type": "share", "id": "4a9aab2766c748d49c14bd42499a5fd9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7bea6eaacc6343f7970684ffed8290d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ca7665d32bde4b87887a14f4de92df67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a43dbe7b689f460097cf78262ba0fb59", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f59b6751cdb447b8a35ef24dc5c9d4d2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "139aacfc110d4950b398cfebbb471bb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c57c6b80c4f54adc9ee4255f1db552a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e14f0be72d7a44fb8a804c029442ffba", "region_id": "RegionOne"}], "type": "orchestration", "id": "f8e58b791a76459195451d38080bf6d5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ff0a0a44e974a9ab60c24ba8192a734", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dedbecf3afc34a66a8488323d74055f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ba092a7a0e2442fb41ae7a8e0e53c6c", "region_id": "RegionOne"}], "type": "block-storage", "id": "a003677be87043359a35630d72f301a5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb958dfbebfe4c7f9ce512d295932470", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45a3713fc35e4a3e9194bcfa86bf756b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "feb464f7f1b84505928db54afea04b9e", "region_id": "RegionOne"}], "type": "volumev3", "id": "e1f8e551eb6c4230a8cdd8f9fec819a0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1758d070d2dd460fafe7233b4d7cbf95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c4a921fc01b48059e1e70f33929a89f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d32f90ff5cc14de287165dfcbdf0397d", "region_id": "RegionOne"}], "type": "volumev2", "id": "0d68e8b6001240d587360171ba8474b8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91acd56d8c334bcb8f7a1ced1586981d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bdcf90de2bac46e2adfada70ac6233d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48cefb0934984d94b9cec276bb36021d", "region_id": "RegionOne"}], "type": "volume", "id": "c10f03c4aca14731bebb353f3c57b2e3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20a78b7da0544665a64cb5642d6fe5ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00cd58265326441f8274d0a22bcf78ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a0a40a70cf04309b55bbb20deaf7b6d", "region_id": "RegionOne"}], "type": "block-store", "id": "003344f8218743f688ad0acdf3536be6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9d9dcf7d94df46edbadee890fd4dc9f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bf933688d13043eaad2a5e949756e5b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1db28197e69343eb903db569b459dd70", "region_id": "RegionOne"}], "type": "alarm", "id": "7704d45f4fd8471a9f7d368b57686463", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "16631721bf114f2c877131edf54a3436", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "eff92a354a2d4803862f86bc15afe141", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5c7dc5bd6e704149b001e700c1e113a5", "region_id": "RegionOne"}], "type": "alarming", "id": "e88883aaf6174c5fb6267a3a17341cb2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3500453014c04d628671e3f480c30b82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fcebc062e08845d383e43136dac78233", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2011ca95fc52471da75aa4ab75608b4f", "region_id": "RegionOne"}], "type": "meter", "id": "d301a9a525364de3bf79baa7f2763cd4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5baae67aa47d4f4a974d751ccc08a3a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0cb0da3336f3408e82f1181831aae252", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e4e7f1b841264ef5976f353b116d8972", "region_id": "RegionOne"}], "type": "metering", "id": "420c187156814d669159ade0f5cf1946", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "53fb350ba6234e50a8847c548ba9ae05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "38e61c72cd98402f999ec695e4b324fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2b7690ba25494f718ce48465c8db7afe", "region_id": "RegionOne"}], "type": "telemetry", "id": "504976e0b1de4db4839b3f5838ddda00", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a47243a723c24e8093ecaedda7bb0ec6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "350de4d770b64972a7cfe5295edf2854", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "13196dc558a048debb0f2c6f9b43e907", "region_id": "RegionOne"}], "type": "event", "id": "cc735edd1d994078ab3265536b3dbc24", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d69dde27a43c42f8a937a975a74a8091", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "aa3bcd0bb2fc4a799cfb542e0a439125", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "94974e3232144f2888ac511ae88d7424", "region_id": "RegionOne"}], "type": "events", "id": "5667486830cb4f4798198cd564ea30cf", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e26b98dc3eb44493a770a21fe252408e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e555d45376e94b7a862abd31a9ddeefe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3354709d2e8b49d988b903e9f6195cd9", "region_id": "RegionOne"}], "type": "application-deployment", "id": "11821ff4480846aab273b4362b8683bf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6097b0ad46394eeb98cb8568daa7973c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d5797177a862436a89c526a9cac49595", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3d7887e93c8548e7bcea0965f0a9d4e4", "region_id": "RegionOne"}], "type": "application_deployment", "id": "23ad182338664bab8549799004b2e70e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c0581e1e476646288210770e10e11876", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8100d4ea42c04056b1b144dccf7fb788", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "06e91fba3cc74b789643441e4a5933b0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a2c51c4174f1447ba28e8b59e053b1f8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8f5205e40b944687a6a3917fab0698f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b2a439007483439c90be8c8ec6741e3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5e71f49e57784f02afa691c84691cc22", "region_id": "RegionOne"}], "type": "tricircle", "id": "6dcfccdf04264ed0a677faed7b5f813a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5b350f02aa814fea9a6bd724d605f7f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0690a431bb114533b17b9fc5b769c158", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e7714b0744e649608a3a659be6bf2059", "region_id": "RegionOne"}], "type": "database", "id": "df385e5b942845669b75486d010f185e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cadde0fb6869430da8a9bff80edab794", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "76d0dd73ec564266883440d928d408c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "421d73923a324bf1882d1bcfc8b970be", "region_id": "RegionOne"}], "type": "application-container", "id": "41cc348c44a94472ba4babf86d06524e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b6e25027c1d54016b5120bb1008c887c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0cc22c6e9f024f6dadd9298f923cad2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "425548d36d9f44e1bb0e4ca5bdb6853e", "region_id": "RegionOne"}], "type": "container", "id": "94f8e90ea86f4876a7f192a664ec0dd8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "23d93f3bb32b4ca5a15e23115daa263e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "117753c35af44affae3d6e4a36a7f285", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "039a060c4ca74ee6b7a46c7899c2434e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c46308f9a35c40a8a84af91412340c6a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2b57380585264c8395c0a015faa0604b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "23de58f0b2a14a19a3168b14e0da7ddf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a0a04a68f3c94b6386da6ddb517ecae5", "region_id": "RegionOne"}], "type": "rca", "id": "a1f49154820e4c49bf252114fdbd9eac", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c7ec28927d764e93a8dc0edefb242e05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8c5237865f174f2a9b10b4d3e4314719", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c5cc47bcc23a47ecab0cab120adf5490", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b271596aca9342ca8bb8b09640f8754f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "933e54054fa04cddb15d6ab1e003e887", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "0a7f9d8c8be34a5ab84c66ecefc89cc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2a432e04241d46089588eef49c250da8", "region_id": "RegionOne"}], "type": "network", "id": "c9a9d7f794e14c2b94016dcd42f37d42", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1f0035ec415144e19898a67e5a3e28e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0142076a518b4213b5f822b32a103d44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "fc25c712c3c546b4bd4fb38083a8049b", "region_id": "RegionOne"}], "type": "backup", "id": "528859a642bb48a98dd37d84c7557392", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6a741938db65490a94b00a787eb753de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "58f6e80c74a940edb3cc229e9dfdfb5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d36268839ad2451a9095a972ae8545d7", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c9785a0b83f04272a8e9c622f125cc2f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2df4231b83db47bab8f972e9b1519de4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "11a030afbea7482886fad14eca326902", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2d13283c6b6643208be0b6b1f1015b41", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a093479906f14004a25c700100f9f2b3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d9a18331118d4a5782f585e5c882fdf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "206fc6e3b5564e5485758dc02fa948e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "7a9ce88461d445dabe141f9ab3ab6544", "region_id": "RegionOne"}], "type": "monitoring", "id": "a2646006167a455d8af07b190a01108a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "11f37e0af3464d54a5e984619b5d17ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "21b9dbf61a034ff4ac3597778f17797b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "fde12bffd6484d63979bb801ae3b4326", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "1d87c2577b51474d9dfc7b3ea14fdaf2", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6c856d6332714c2abb0e8d677dc2f1a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9825ddad25f74842880c923ffc46b006", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e86f1a190a7b4e57b7a56de9f81afa37", "region_id": "RegionOne"}], "type": "placement", "id": "4eda1dd2fa134344a67d300639de4aa0", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e52a74776bae4e31a2f774bb9897e2a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e962b09cea494af78456670592007c0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "07bb92a1da9544819f6204ef1f30861b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8dac2aaab2324666842e90f0f1dc0e2a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4d3cbb639914442c886835ed34037f1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6d837633892c494c8a1140df3464def9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "129ee3b8c3e247d9a5639398c7ae06be", "region_id": "RegionOne"}], "type": "ha", "id": "ae9b2a9e05f74af9bb4fb4e2f3dd853d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "325e114c655e43aead7752434b111ebc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b26d6077c179474da2804aec606b3c68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "177eab4c10a64043a93d54dddf6c548c", "region_id": "RegionOne"}], "type": "reservation", "id": "c208bdfa3c91467dadb4b4262de27161", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b11dee0bc3214791a5e4256e796bca15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2f90d5f50a4b42f5a6b772a3efd6084d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "96d1a33dd331405ca75240d38d5666f4", "region_id": "RegionOne"}], "type": "function-engine", "id": "7e0705ec52504c0694e85b062d89d950", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "35c2e0a886a04195bc0fda2fefc95ecd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e2a8ed8f746542edb09d40a808178936", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d20e03ddc1f84f63a32d9cd95d2ad22d", "region_id": "RegionOne"}], "type": "accelerator", "id": "4bafc61b2a334993ac18cf1f4d615659", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a934efa04a7a487fa66467b4b65ce95d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "321a0a2242b34b9aaa4330bcb1a702d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "17979001ef534e5898204f7332471110", "region_id": "RegionOne"}], "type": "admin-logic", "id": "5b8c755f33df4ec19086da9a1ee40221", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "da49f2e314674bf9afa30d2481b25b8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d27a2d37b19046f7ad6e9f5b38932937", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a73bcfd5a5b349b38d86885a8c0e1933", "region_id": "RegionOne"}], "type": "registration", "id": "b0d0aeb3df2e47da91621e6051691b49", "name": "adjutant"}], "user": {"domain": {"id": "2d449259aa634adf9edc11dde86f05d6", "name": "47270d3225a049c8bd4b9805a05662ed"}, "id": "1a9e07ce25e44bbd97dd05debc914862", "name": "befe90cd840a477e96a16998e2bc0266"}, "audit_ids": ["00c6167a83024a12a67d72fdab34dd66", null], "issued_at": "2019-09-19T09:04:44.627960"}} 2019-09-19 09:06:44,804 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/extensions -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,810 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,813 keystoneauth.session RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "name": "Multinic", "links": [], "namespace": "http://openstack.org/compute/ext/fake_xml", "alias": "NMN", "description": "Multiple network support."}, {"updated": "2014-12-03T00:00:00Z", "name": "DiskConfig", "links": [], "namespace": "http://openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "description": "Disk Management Extension."}]} {6} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_policy_get [0.061651s] ... ok {6} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_policy_types [0.064668s] ... ok {19} openstack.tests.unit.database.v1.test_flavor.TestFlavor.test_make_it [0.063478s] ... ok {24} openstack.tests.unit.compute.v2.test_server.TestServer.test_pause [0.080186s] ... ok {27} openstack.tests.unit.message.v2.test_claim.TestClaim.test_get [0.050664s] ... ok {2} openstack.tests.unit.cloud.test_volume.TestVolume.test_set_volume_bootable [0.286398s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,574 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,581 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,585 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,589 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,602 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.509186+00:00", "project": {"domain": {"id": "e07c0023ce654352902b323b2e1abb79", "name": "57f8992d744a4f28b66d750f0f5cd934"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "eb8f2cc1a3aa46398388f0c5cb0cdfc7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "cd9873585bc24543a0e793564c7a6b13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ea09dd65ceed4073a1d85f1230e6dec2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6423b221ec1b4a0b97f12e3b1344813a", "region_id": "RegionOne"}], "type": "identity", "id": "2ba97956c2e24c1eb3af3b8957bf26e8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a477aa5297094f7ebea1584b863bcdb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e162beec641d4d7ea2e1bab1239e9163", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "905cc462034a468b8b4f271b2f1e64fb", "region_id": "RegionOne"}], "type": "compute", "id": "b5fecfd72a3b41ada83baf11266c12a7", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "73ede882acdf463e86b75369901e0760", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "68afdcd265d64e65a1d0da6a6e2b8874", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a498a27f274144c5a26dcb330cb228c1", "region_id": "RegionOne"}], "type": "image", "id": "ddbe0e8a973a49f0a30fa73fcc3a8271", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b916f7a4259a48e6bd9bfdbe5ed8507c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "345c38e52d554d6ebb57361d7f779b7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2f118927b72f4cd2af1e92f345ae15c5", "region_id": "RegionOne"}], "type": "load-balancer", "id": "9f6ceed3f5bf4699b33cc1fbe12fb6fb", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca71045c7a8b4f10bc0c676f526efdea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22193b664b424ffdba6dcbb8652a93b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4e55702225d4b6d84d6a59d77eeaf2e", "region_id": "RegionOne"}], "type": "object-store", "id": "16f6a459eda6445ebf36446822b14cf1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ab9fe6f35cf344ec90307c228ea3e43f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3c0d7ca69db7471aa1d6b47cc8559ba2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1f63dd4f7a8f4cff8383519d4478233d", "region_id": "RegionOne"}], "type": "clustering", "id": "f9860a3b9f144c6ba54d120d64db3336", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "590288eca00b4129a849e4abe1fa3d8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2c0421bd91ec47829abc0731b3795975", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0d0a078f803f48acad42633166a91f6e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "dae6e967fb2e434481d5acc1b4e2de3c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c7468bf222e544ab93a148fbb2730018", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c6048b6cf367485ca267106f51c70795", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a2ba1ac0796041f28bee077c0746a8e8", "region_id": "RegionOne"}], "type": "cluster", "id": "ce007bbe36344968b590c5ed5c2523ef", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9d30dbe092e14a7699107d46debbcf92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2ee608e7ba25454f8015beaf90e637f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1d851575c93b418a8712013dd3488309", "region_id": "RegionOne"}], "type": "data-processing", "id": "b5e6f091360949b2a238053f04c0b6ba", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "35fa35a5e9dc4498ab7640a6c9461946", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "58a8cf76b95646a1bed2bceca2aae67d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f8481714473044a3a5aacbfea9cc7c38", "region_id": "RegionOne"}], "type": "baremetal", "id": "c18e58975ed34cac9fff9c71d2a40ce9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6b56fcfe7dfe4270881759312233ec58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "646bb437b99b4f4697805a25cc85d019", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "429a4593ca584c1d9bb58125b441fb2a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f11aeb025b464de2a51285d45524fb23", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f1ee8d748862423baefc28c7338a2e0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5e93e0c307bf4e12979e91c020d93a1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "16740551f1a64e5b8359444d19c20cd3", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0c6b78cf6d854583adb263f88edbbcd2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7e7d6e59994e436bb9c4e5e8a327dc23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1eded79d352a41fb860779753d4a7bf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f2b9fe25bd6c4556be466a54f212f265", "region_id": "RegionOne"}], "type": "key-manager", "id": "35e55272bcbd4d5f99a2aac3f4e36333", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "de3f7a93457c49dfbfa91a2b0fdd3bb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "db188f01832d4c208770f4a802f75ede", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ff2c9d9fabd449168da25d2f642fbce2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a5059c3ad45b4f7db31a4ec94e036517", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1ed3ba407eff420f8ac007fa273d034d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "123d450049c94e5f95982ef7c0210f77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "028e633c1e654736b9c2a8e41caa958a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "51e02bb6706d49838dede81b2b7987c2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "23c3385e9f1d4b8a9b27c51b7a634fa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8cf449afc0f642ac9a3f00b44c4f4f0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dee738ae915f40158972feb1ab0b58d1", "region_id": "RegionOne"}], "type": "message", "id": "639fa698ec1444c38eac87e2bfc83d46", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "69d15ce032c24eac964938a7f09573e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9f82a5e1450d4277a06f6ee8bde31b1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "07771bfd40d94cbe87fc602206e9a8d3", "region_id": "RegionOne"}], "type": "messaging", "id": "ae88a0e40a3e4a61a60f39d6ff471a24", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "20814ef4abeb436a99abeffa07697da6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "bdf0b2a4467248ac86a09f8595a0892f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "cbdb8abff36d454ba8061d036ee7d763", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3992cae1ff1d4ef3bcc8a2b8fbd01f36", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e5a00103956f4cabae55039d96bb0803", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b1b3959b1ed74effa4a2279ae2abdb23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4b9e83e1456d42789f3f0289a54e5975", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "79d2053173dd42f299d2841b022e9cac", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "12d52c2422de49f6b597ae01f19eb289", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "77738f42c13e47b3a7bf0b1a6e7cd6be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "280bcb9199774297840d3489eb9a529d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "bbd795e2ac1344de8ed2132a65a5fc73", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a73393bf2e834de289d9031b567fc765", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "20b8c9dfe1204389a6641b0eef5ad9be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "35bb0d6570b140b2a0ea1317e923cfee", "region_id": "RegionOne"}], "type": "container-infra", "id": "f3e4562ab6b64bb7aa56a150159ab22d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a7c0385185db4976aee53a6cec67650d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "3248628dc2604388b4b332647e353584", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e1bae3dc49c24044b65875e21e4a30fb", "region_id": "RegionOne"}], "type": "search", "id": "d34ba7e3dcb54d87b78490a93469e80a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "fd70b73ea8834b28b3e68f0c7ea03495", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d8e569b76c044eb190366bbbfef188d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1f2ae0c10a9a4a13b6b30a0ea716cef4", "region_id": "RegionOne"}], "type": "dns", "id": "0de59a5fed95411c8b8f63ebfb75de5d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f86b901b7b32423299a1ac78b9589b9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7f0ba7b4e3a245c0b0f4154e75ca26ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0e29810b2a9f483b89b6d2e6cb10f7fb", "region_id": "RegionOne"}], "type": "workflow", "id": "ee0466c718cd422e8dee8de9c937058b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b61e0345271e499cb89858d4a300675a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2a0b818cbcdc44d68dea8ec464c2c54d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "69c0017a26fb43679018ebcb860e5e7a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1b6af9e39db046ce933cfce5c9d17b45", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "86f7a6a583414e9b90b500feeea3242c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "319f379ce0414311aaa1561657be6269", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "369add2032604af3b944b42f969153dd", "region_id": "RegionOne"}], "type": "rating", "id": "cd889074aaa44305a8aa18acaf445553", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "954f3f08bbc340ff96911107c5016970", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "add76f16fed74d0c881dc884645e0afb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "853f90ad22da460a91d9351623c94eb9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c5e430e82bb244358352690cb60270cf", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4280cb8916ab4f8bb821ebde51caa02d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "84e3cc25993c4034953b3cec8e6af228", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "17d0422746f346ecb037f8c7a2e5499e", "region_id": "RegionOne"}], "type": "policy", "id": "fec5ae05ccc04465855fc9d358668f34", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5d0b80d046024a63890d421ca478a9dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2484327c5707401a9367932871f28930", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "368fc83d58c5415f9d9cfab511158f24", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9601dc5f64e14d2986035461a654ab0c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a08d3cd5a3b647b0b4e1b8b908c876da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "35b5448eb09f41f48ffd23b2a555ad04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "10f6f93c24f64db9b9acb79939fe1c1a", "region_id": "RegionOne"}], "type": "sharev2", "id": "22e0b9c19f4d4d9f95dd31490ee444d1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "02617fe84f884d9fbd19d8cb045d0424", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e5c93bbce5c54a3895912f09dc53cf70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "03f1e740aed540f2b2025f0a89e5078d", "region_id": "RegionOne"}], "type": "share", "id": "7996fe8771f941f29012fa35fa523f78", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f8a9f0c1f4b646bf992079d67891135c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "90ab8e370359408d9cecc5fc43bd7fe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f331dfa7a98d421d828b2ec625dfb3b4", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "309faba6a809457da5f6ba43f7003e16", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a04d7d7a0db485eaa7e648d74eb1326", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9345700c97c14089b22bbe10bbff9521", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f79fc2c2f9c7482c97a4a517735ee3ef", "region_id": "RegionOne"}], "type": "orchestration", "id": "b45551c501ed4240a3f0f9b7d62cd8f6", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb53f86628294affbb00506129cac293", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "763c44ed3f9f4cb7b426b99fc7805bb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d70ce51ff104a51afc4b5544ca9f3da", "region_id": "RegionOne"}], "type": "block-storage", "id": "2d01ec46e8934b00b7db80ff5b20b5fd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "562c18cabd1f43da80fd0fda706abd2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "015787ab9ca04c1abbf179dd0dbd81c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eec773c429e84f8a8d4e4e7014f6346d", "region_id": "RegionOne"}], "type": "volumev3", "id": "6e84cfc46a834668bc5f858b5027728e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97f29a6fa6b94574973eb5209a5874bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1861d70aa9ce46e3b9e73ac92757e75c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a41eb2298f0495cb73fbd87efd52692", "region_id": "RegionOne"}], "type": "volumev2", "id": "037e52f9196d4553bc5ff2580a87ad1e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba71675f0ead45d59e6ba1dce2c5199a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e28ec10d4b5643ebb9f0ebcbc41e6bc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d142fef92e5b40eca43bf7ab93417c48", "region_id": "RegionOne"}], "type": "volume", "id": "b8226794e36e45cd894e5fd856d6d20a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c46b35b4adf14ca79ef738f207e6ec12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2fb28a5f46a2460cb0f40e80aa6581e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b556417c12754f318243f3789257fc01", "region_id": "RegionOne"}], "type": "block-store", "id": "d2e45ccb5f624b4793e72b27c553971d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f60b693f94414cdc9c81ac296a1e9ab4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "601f9ac33e124d67963be174964ff014", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9dd002c545974234a83bc3871b3f922c", "region_id": "RegionOne"}], "type": "alarm", "id": "15aa034be9f143caaf40264a517dd84d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7f62e10848454e79869f25d6c30ff16b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e402230bce2c4c2d971734027824fac2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "992e109444e749ba887a17ce0b66b307", "region_id": "RegionOne"}], "type": "alarming", "id": "c452c1e8ebb44b98b83c573dfb632600", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8f49cb99a6334f028170f878941372d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "65773e87a2374bc69f755218939022c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0d0b80a1f2eb4cd6b62adcb59091be57", "region_id": "RegionOne"}], "type": "meter", "id": "704aea8a3f1d4abcb618c6998bd6632d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "36372fc8b6b64ba09777216f2fce77d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7fdc95859ca743f886df000bdf9d7c40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bbd8e3c993b3406598496a102c70fa0f", "region_id": "RegionOne"}], "type": "metering", "id": "633bed1eb21d4c64bc673b4f0e5df5b0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "aa70d98fa7b04e8883a3c8e5d5c0de7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8b49f5f894dd43d0a0858581cdef5044", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "da5a2247f8d44137ba3102ebc252c90d", "region_id": "RegionOne"}], "type": "telemetry", "id": "80093c5aacf344639aea3fb7352f0996", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e02876b906764ee196ff217ba162a110", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3f68e587f85c48c89719a19101d85f2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "98282e8f8d6b491ca6794c0db959b53d", "region_id": "RegionOne"}], "type": "event", "id": "ecaace870f8c4ec1bc3f7d24433fad82", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "db66a261da0f4ca0932a4f949fdbb797", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "545ae855128543389b9ac33be6265936", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d4b71ee076614b0696dafae8aac5546c", "region_id": "RegionOne"}], "type": "events", "id": "07c20df6f4b7400ba88ad5ddc030f5e3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "72dedbb7960844f4b07628164c698816", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e1641514d42b42cba22844b0290527e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "063a2aab789f455c9f4f66de39e9e0be", "region_id": "RegionOne"}], "type": "application-deployment", "id": "73f5c152d99c4275abeb750c8b1bf5b1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cf877f20e93a4e418904e981e1262e43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f29af09e1bcb44f4b63d5ecf7d4e82b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "704638ded8f447f1a6faa7d585acde77", "region_id": "RegionOne"}], "type": "application_deployment", "id": "079007b8a967431d9b110c7bf2c78b53", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "363fb8c4883f4d679cf1191b4a344c9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "41d46c722d2548c39b18ee9fffcd12cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e53ead5792af4c0a860ba6b5c27d1339", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "55baa31a647846c0aff7aa3c13ae4354", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "57cbe47e8b284018b6375039deb94d4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5088c31795ea4496b4d7e70b813a8693", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0fe2ea02d9bb49049e6f569d11a3c765", "region_id": "RegionOne"}], "type": "tricircle", "id": "c26801bd10244c3996e4eac026e303c2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c9276bc4ba19414588ca80307eafa65a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0abb89d5bc3640338ee35f80f8761427", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a67117b4862d4bc5b54e78ca02359958", "region_id": "RegionOne"}], "type": "database", "id": "77abdf2dcce048f38e91cca7f6cc06db", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "12b01f13a2fd4b71aa983c2cd9199f9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b02ac5b891a84625bf907b141348c586", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e3d864ffdb3c44bf8771d1119a0e3ec9", "region_id": "RegionOne"}], "type": "application-container", "id": "6659b921f81540ca853de57a066eacda", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3a3b058ff98f432cbd7997213fa7d897", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "aa63fbf02a2b45cdbfe7a7a25792e9c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0a3ef659233e4b5da8ed5ba3ff1e5eaa", "region_id": "RegionOne"}], "type": "container", "id": "1d61208a480a43a384e671a4729ddd4d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "114b1e7a7ee548eea2fe90182c251245", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b14cb3f2d1a046db977a48aad7578b6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d702b56983f74a3f8a043b4a23b803c1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1438343044fd416e871ece57dae7b4df", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "786ee35b459f401eadb05f96e451a4e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ce0c0faecc154e01b129de648a89dc44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3db9b072be33443caaf561c242d5fbd4", "region_id": "RegionOne"}], "type": "rca", "id": "6e3478282e4d49b7aa88aa81729232dd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a6752fef806c40649509d1ad3a649b4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c52104519e414a4185a9cb205da5bd18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "18ef949b4b2b4228ae3c2cfecc0c6a46", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "036f8318a6b94ead973df5371ea7c7d8", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7accd275b8bb47d7a09ad17978ddca1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "34e6851b01ce4598bc340c931be40a22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4e5dfda684724be9bed4f4fabb456c28", "region_id": "RegionOne"}], "type": "network", "id": "b20613fb19fa40108e7f1deb2bd540fd", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ad4aac6174e64401b8b1c03441aea32f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "85c13352afbc41a180ab7f30d6437241", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "121ed2d27cb841b88e324cc3d2f11b4a", "region_id": "RegionOne"}], "type": "backup", "id": "eccad8b98b7c49c1891260c7883e8c2f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6a20436c2763489494d24ff58f478fe3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "543008b91f09441087f679ac42d74233", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a3c5c9be04e3402db6030dc722888cc8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "2c79e253523a4b698a5151af861a5826", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "518f97264e9a4921b71c88e598c6a9a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f319ebe080de4397ba9150f11f9307d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3479b291da9744998b6d89ea0bb2ca70", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0e3ed7328c8b4cd98501febf6acedd11", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "14e0d12a43a543a69a9374e8bc4e171d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e386d729036148a7be61a88934ab407c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2488ae88556b43af9c4c9dee3a67bbed", "region_id": "RegionOne"}], "type": "monitoring", "id": "a265b8ccad694807b2102fc18bb1eb31", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "997de3319a884f8b9f7021164dbedd6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "59f4c666e5964864a86f4de02c3f00a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b25183f369154143addb8ea8e31562c0", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a477ebf554594625936741bc66f2ad02", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d85ea56e954d434c9cdb6fd437645a7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2cc727df96b84c8b9b8d55c56b33647f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "fff9f8058bf54a70aca0ab0820949a90", "region_id": "RegionOne"}], "type": "placement", "id": "d25edafb99f245f1874b81357729438b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "93b8db389be94436aa60c60532e3cbfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "958ddb0f83d243d4bd6c4255172f73a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bf1a3d16995d40149f00c770a5cbc35e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e9cfb258556c4aff9f4e30d027507e98", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "10b68a5e919747168c24d2df7e986a08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a2c50bdbf7c242afb860cf05fd109681", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4cece4b5df1a4e12a84e37efa6bd681b", "region_id": "RegionOne"}], "type": "ha", "id": "cbf2fe6df15443cbb92483722b96aa77", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9d71f5471d48462780ee48c681f74247", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cc992a2d840c40b8af36c1e1b9edc7bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b63613cfc88d40c5a07ed2ee857d1481", "region_id": "RegionOne"}], "type": "reservation", "id": "9d7109bd71514f13a67a06a7630c6c83", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "19e8f6c74d3f4d1ba19ad8f2425334d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4b3702d0d97b45c29f26357d07777341", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3ca6fc21fd784fdeb45c453268f1016e", "region_id": "RegionOne"}], "type": "function-engine", "id": "bdf9bc2b831f420d9836aca7ff63a2af", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c634302ae7af44868b449e1095b1077c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1d986568744b42a8bb633b85abd212b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f66622e439a34463a92374b433937ad2", "region_id": "RegionOne"}], "type": "accelerator", "id": "2a78c821bfbb4f18b36541dc0344f3b2", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "48a67ca8e30b4faf88ee22465dd3b5ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3f87c18705e44014b7fd3c5184073c1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1ca73a79dcf6475db94ad56ca6a01725", "region_id": "RegionOne"}], "type": "admin-logic", "id": "69d409b39d844a968b284afca16c9a1b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2bcbdb4ff3fa46c5b62641de27f80c4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "378a38683d254604b8ab0d94b0a8da90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e7ae89ed26004ba8a93ad96526fe4481", "region_id": "RegionOne"}], "type": "registration", "id": "c03de331616f4e4280367ccd2ec98581", "name": "adjutant"}], "user": {"domain": {"id": "39a03a8f89d24389a2cf68cb86195cdb", "name": "1479bacc627844adaa63e7f5acb390fe"}, "id": "8b22ae56e08749f68f5d56076c7d9e02", "name": "64866a5d25624cf4ba8ffdd7f7344c27"}, "audit_ids": ["8322b704f8604364ac711f27e95c6417", null], "issued_at": "2019-09-19T09:04:44.509186"}} 2019-09-19 09:06:44,689 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,695 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,699 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:44,745 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,751 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,755 keystoneauth.session RESP BODY: {"volumes": [{"status": "attached", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume001", "metadata": {}}]} 2019-09-19 09:06:44,777 keystoneauth.session REQ: curl -g -i -X POST https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/volume001/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"os-set_bootable": {"bootable": true}}' 2019-09-19 09:06:44,783 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,787 keystoneauth.session RESP BODY: {"os-set_bootable": {"bootable": true}} {7} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_group_domain_exists [1.323182s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,501 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,506 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,509 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,513 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,526 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.435988+00:00", "project": {"domain": {"id": "b5727eb36d774696b81c090d03f535f9", "name": "69b162a8091349e585083702e8601efb"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f6fd926a1d8e4e8f9d2b9755cdc27e1b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2b2c3be23c224e8387508b297a9f25f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "64960458e4e4405d858639e6ede350cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e76d0422fa3a4512b934377cbe29df4d", "region_id": "RegionOne"}], "type": "identity", "id": "1c0ef11d833d4ef3b79e5445a0b5190f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "846d76f1f5784aaa9b567244da254a72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "81ce919b80d74ab19af1fc3dc07cd14c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5e718b4970054716818963dde072534c", "region_id": "RegionOne"}], "type": "compute", "id": "2f59ea3e09814fdfb38013b6d604a9a1", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e24b3f7ead6843bfa33ec8393cc693b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a5eef97956ad463cbba253881fd7fbca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e6e46b0cbdc44219a0d1709295a129cb", "region_id": "RegionOne"}], "type": "image", "id": "c4a0c04450824ade96be5f0920d9a722", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5f00ea4420da48829f9526f323a39016", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0cd62e6417fb41dca491347dde864266", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "3f06633cf0ea42b1930edebdf22f4091", "region_id": "RegionOne"}], "type": "load-balancer", "id": "4ff06390602043c68a089df34f765749", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34bc6da96b494f67aa031fcc159251ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e46e32bf8c3437a93ea69bf6de7383d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55ab4784e54145fcb10bbd605a3e3f3b", "region_id": "RegionOne"}], "type": "object-store", "id": "8a598304d0d74defa51596dd5c1e0333", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "362c2d9051534e7c9d3299f3a55d22ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0ccf697a12a84ab0962de520ba496ff6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a2a129237ce74120b60c8ee3254e1d8c", "region_id": "RegionOne"}], "type": "clustering", "id": "0ee3463637ae4309b87ff702617491d7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "32632b75e3bf4ceba2319a473d0c2fe5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "173d16f717aa4ce5814b9a28d8f3cddb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b4587126b4ae40bf9016507ec11c7eea", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "eb3276182df74a7994644133955ccb79", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5d7f6211d4744438a95ab35797c124b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "73466de2b9244bb58d5bdf81da48e21e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f7328109e9eb4b6fa601dac9a679a6a3", "region_id": "RegionOne"}], "type": "cluster", "id": "806186270487473491b18edf97c59349", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6136fd9fcbd14802a11795f6e5b6a082", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8f17bc67cc6d43709a0ec173252ef5bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7a1877b0fbab4017aff254c2550f92a2", "region_id": "RegionOne"}], "type": "data-processing", "id": "2167b219cd334c6eb8a465e673cb1857", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0ca6615747674797a94f33f5dda98868", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ffecc1090f104833a309c5c66f6b9aef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a4219e38da7f401f826e819b406ba781", "region_id": "RegionOne"}], "type": "baremetal", "id": "113d67f23db94d7c8d3e293300db1f7e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "416c8acea92846c49eed7669633ce8b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "43149af0facc42ea8349bdd3dda90548", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "53faf20185d6422e825b19fb79712d4b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3e9b224bb6e748f19d3fe04de81f64de", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1ae4cdf6151145aaa7fc7a29533a0b29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c72992758b68490c8dd361532f54a021", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a91314b3c6734415ab0ed42aa8316e9b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1c8fa9b3dc714707a6e0ae09886f4d99", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "975dc184a56145108fd81f5ba5f38370", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a81caf11fc9740d49887a15e709ec3d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "374b31122022457d929479b41fc01296", "region_id": "RegionOne"}], "type": "key-manager", "id": "58565015b6954423a73dd9f74fe08a9f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "09074bdf7d1c460096d9301bccd3693e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b0b89a5535a04d6abbf3d759292d4cda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1c1af558a21a4e619022c3098669a8d6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "890dcf37dadc48ee8ce3700852af2ae7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a22c161471bc4a2fa74826d0bdb204fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a45fd3fc73224e3c8ca7f28881beb95c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f08696308c3d4d3a94fb12e2a4bf6824", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8e1111fc6eb246fcb53654547ef4e355", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6c1c84c5310e41bea3a9306b46f2e7b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "eccd94a23b704d93b0621e5e96c7c22e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "38d08240139d40c58181072869fe59ce", "region_id": "RegionOne"}], "type": "message", "id": "bb282977a58745f89c7e75c0580c7a3c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "33c95d56052a4b889b188f987c40ea85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d31b1b25e87c4b11ace9c95fd34011fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "80d1e556dc0b44b6bc2b5cad38af2695", "region_id": "RegionOne"}], "type": "messaging", "id": "6ee753eef59a4b24b73a196679188e54", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1dd06fe838894a88822407586727c90f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "15ae822a532a48fdb5d878f32f5683e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c119b759161c424c9273f46bd46c9a0c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "71f7f65f8df44de4b5318d171a051d7f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b186a77ebb424178a154defb5efe4efd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c884193faada4600b1289d45b11b95c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8a3f4037d0e14c8182b54a495223192d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e6f0211acfeb48e98dea9ffd3a1fe525", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c948c4043a8c4d01a019a88b296c69d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "81cf403ef76e498e8cd29da0ccaf65ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "25499472e0d84cfe82174b85fe22d243", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "da790e925ba645bf97fc696613d1a7d6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a9400b6c0272412c86d71e30e626b875", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d88a495639a94e45bd31e57228020852", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "59b55d3444fe4288afbc19152b7a9e76", "region_id": "RegionOne"}], "type": "container-infra", "id": "01cba826b0ca4fd190f3786654b082ab", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d3e1423a36d74c9cbf956537604710e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7c6d68fe3b244779a8a8feba0efd48d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "576ace5e1b624ab58b53538b4f6b4a5b", "region_id": "RegionOne"}], "type": "search", "id": "a18df0fd4b9a4027a0ecaa5387182896", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e9c56d6b171a418aa6076bff30598fff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2f1106103af545849420529af76df75e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "cfec9cfa75c348eabddf19b23b051a93", "region_id": "RegionOne"}], "type": "dns", "id": "75c13d18981c4c80b78e5a95ae46b4d1", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dd954c3144564f8285a2049c4632e95b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e0818a9ea2db4d2290d32e01a7c9a266", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9ac606fe0a224b41b4ae27ba16bbbb58", "region_id": "RegionOne"}], "type": "workflow", "id": "d223a1b9a87446d78e1b8a691e41f569", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ca564b2252d549c5945b86e0dac57194", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fa21b2601c864426ba3083cfcae93c6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "694e6b403d5440bfac1fb1859b1060e3", "region_id": "RegionOne"}], "type": "workflowv2", "id": "984a5675f4d14262b48f930f2b208d88", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8bac135ce4b444889d749bbb62072d8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "157eeacbffaf47d9b8d43c634ce317d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4ad012c589bd40cb87c0ea7f059fc110", "region_id": "RegionOne"}], "type": "rating", "id": "beed12a28507440281f8c9a6c641a100", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bf9fbba233fa404eb299664bd6a9ef42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "32d056a3c571411589bdae0d74d0dc1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e3472782db044c18b90baf8526ea8357", "region_id": "RegionOne"}], "type": "operator-policy", "id": "95e2f2900c764cff92cc6d64c0082b40", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e5ea4727b3c64781a7c4d7a9807614b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f2e8983b49b045f8b3c82c1046661216", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ae69372564014411b42187fce2ec3675", "region_id": "RegionOne"}], "type": "policy", "id": "8a3836591eab47c8a8df765b44af8de5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ad08382e5efb4cb8ac457995eaf45efa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b0deda53f22b4692aa6fe180b4814309", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "edc0f18252f34cc7bdbd800f24346bae", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9203d91ee23949e6a5eee41a2dfc9f4b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "592aeeb1dff1483097031727ebe91d07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7d02fc36caac437aab2b24a065c0f2e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "498b44dff2b5464b8d22bada91095f91", "region_id": "RegionOne"}], "type": "sharev2", "id": "a79ed30b2c1d47dbb6d6cf0b038daa7f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "09150f0c026f4f96878a5adcde79ef47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "27d6fc05ca044b5a9b336e3c8d1cd8a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5e44344f93e9492490135cf993a323fe", "region_id": "RegionOne"}], "type": "share", "id": "3ca2263f3f7a407f862579975705d33f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "173f793cb80f4036a9fd92af95f695db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a80bfb8ead364a9c928650f4802dc1f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5ad40703e95a4e8db0e042721c76fec7", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0f8c81473ef84297a80b63e86da79fa3", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ef725c61b4a496b8920120d1a5cfb35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7db334e93a4d44cbaadeb84019d9d7b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b83577d1c79d40e9a8dd86923a35f69c", "region_id": "RegionOne"}], "type": "orchestration", "id": "1305878d47254e4babdb2df0cae39874", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a77dd2c639b490b99f58e3f7db0121d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5926aea92014881b8e4368d3951dc8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "827c79391eb348329b9e3d6c43ef99c8", "region_id": "RegionOne"}], "type": "block-storage", "id": "511da858468c4d6aadf55ec3ecf49ef8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5915aa65a16a4b4dacb774675f335132", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "412246a05716467ca62a9fbf63708c76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "730e3d9449274bf7b41003c0fc3921ea", "region_id": "RegionOne"}], "type": "volumev3", "id": "bdca1b8e65f74b2fa509d3ec28646a28", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff94e164537245c48730a47114b2fdd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3cc70fad57747fd8a9b50877f86493f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5514a306b2d487fa851c65f8dedf706", "region_id": "RegionOne"}], "type": "volumev2", "id": "b26d60de174a4021a398be367748c117", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d67c3dc1c9849a4bbd0255f3c7a190b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "211121b116d64b1a87f77c2d3d1ee720", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af4bab41b23642bb98d58b7631f1c336", "region_id": "RegionOne"}], "type": "volume", "id": "2c3abc02793e433c967ab1791c70d93f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84b8c470ea0d4d898750421fd9013535", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8c6587f7d1c463c95aa683606f0482f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a64a5c1df1a64621a4ac39186d3e523b", "region_id": "RegionOne"}], "type": "block-store", "id": "f67fc808b3dd4a97a29ee950086a9ec1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "98706f52ae3a41b288f3bc0830dbd09d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "327305d936ca46ee90818d44a5b645f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d2f1e048415242f88b72c5cd374f099d", "region_id": "RegionOne"}], "type": "alarm", "id": "f84a278f61fd4c57953f78a49fb38b5c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "52b4c78a655b4b60a0f0291f1f1ff131", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d36abd57a3e9440a91fd843621ea7f21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "555678fce71e42888c71c5fcd03eebb3", "region_id": "RegionOne"}], "type": "alarming", "id": "bdc83b774ca942b1af40e95de66ea1bc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ca9819015bd34e72a1cece5d0f278306", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "76012e6df45f4a8dbc4bc631c376381d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2c9d2e720afc48ecbc6c3bc17e2fa212", "region_id": "RegionOne"}], "type": "meter", "id": "16cf4bb977dc4b8e81105cf085946b20", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "732dc67266924e8eb1d1c6c47e6c1df2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a8ec63f5624b4336bc3f710ebd0daf97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9ee12cfebf764a80bbcf91c9a1894ddf", "region_id": "RegionOne"}], "type": "metering", "id": "e484be99929046faaea4735c0ac68c3b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d692daef60174952832be19d1a879e07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "afafe50cd35d45bd9a520c4e9470adae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "88c0a4a0d3324aac80eb3d8ec813937b", "region_id": "RegionOne"}], "type": "telemetry", "id": "4ecb487bcd53438dac6570413c99cdf4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a289dd00713e4949b3807a9bde4bd175", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a34f59b4f2164b37992e91a949d478fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e4dfdfd04d45406bac6da3d5fe31c56c", "region_id": "RegionOne"}], "type": "event", "id": "1fc31e07ca394ce5a1c5b6866be08a68", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0eaaab2bd64f4a68ad2be29663befa1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cefbecab05a14b0d8401390cc4c384cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "dd6f1dd8173644d9b5d380e7c1082536", "region_id": "RegionOne"}], "type": "events", "id": "be3731272c7b4c388355af449fec9c14", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "22851762b8604246b6b15a8f3d56665d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "47ccd78a54084e98a8a2c250c850c3fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ed00eca9a00848e8983f55eef61a325b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3351e3b2f2ef400f994fc4740df04d0a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "851270d365b94dd988862f0a878203f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c8b2431f79cf4a2a929ecfa54bb8d82a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6c7ec84166cf45f18ce21866c31d75ae", "region_id": "RegionOne"}], "type": "application_deployment", "id": "7091770aaa58426c9c325fbfe972fd0b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8c042f28b42e4f0f9408b1862546daf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a4e802b969764e0984a96e5bdcbd81bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4e7ffe369689474e91e2dd50e22ce307", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "77517a3fe12447f3b94bfc2ea6607c27", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4e35fd1dff0e44e6a9410011a671ef50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "66a90c60d7474724aaa4249fb9493621", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bb3dc90b74f846e0a513f4fa40f70508", "region_id": "RegionOne"}], "type": "tricircle", "id": "323f940694f040c9b659f0504cfde918", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "6ebe8e66c8cc4d4cad9a3fc7d5fc7e45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "21e7d5faa9784f90994ebb4e680cb9f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "45d9f5301af34cb19581d388a30812c3", "region_id": "RegionOne"}], "type": "database", "id": "f94e78cb05244d3bbd1901bef9070863", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2f3d2fa7ff1b472ba56d6e1df660f7ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f504a1e2d7184af3aa85e711112100e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "99cfd9b501bb41cbadeb5eaab5be159f", "region_id": "RegionOne"}], "type": "application-container", "id": "cd9bbcce13cc4990914dfa5c50ecf6b1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4386ddce01b74dabb56bd7239f8c9ba8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8df2fc25850249eca803187ec51d730a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d152e7ad957f473cb2fa98af76d283a3", "region_id": "RegionOne"}], "type": "container", "id": "eddd1f11ba484b8185a4400a63284a67", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d6e6ddbb3cfb48059fe72e468146aa42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6b37c0786dde4d53b3c52147511f31cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "400d83dafc5a469a9e3f86c061c58d2c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "0a0237120e4f4e78b4ba53d6641975d5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f0c8215e1731471b8fc45dfacc8c48e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "01dd712e063146e29ab3b67ff76c6988", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "14fc3f6e38384878b35b206cbbe00cfe", "region_id": "RegionOne"}], "type": "rca", "id": "6a68bb35b228415abdcd966ba9aa8173", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d78c0ad2d17343ba973d3c5a05ba580d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "780baff3319144c6b71863d4efae7717", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "46a5be6a3fa1479d9182155e87cdaf64", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b5c80e8e6daf4f399637a789673d9abf", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ade212ed160f498ca3c4054f1a247805", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ea70a1d6855a4f69bf62d261edaab97d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "206b91f3bb2240dcb9d8bec7d8c655c7", "region_id": "RegionOne"}], "type": "network", "id": "a8b280cfc1f246439d8ae3c3d857f04c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e97462a151af4874b5231d7966f5b6d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "47cdb5d54a52400db9ba735fce8dcc41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "833d445d522647e6a3c8278652c1338f", "region_id": "RegionOne"}], "type": "backup", "id": "99a070959cb54d58a3f901eb0725b609", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "02c1370c3b614cb9afa946deb50daaea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4844a99e56274d869c4201a8ee5025e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "db8a05d7cfb447b69cad25fcb26932a9", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "50a03e466f5d41ea93d62b2c96f9795d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3a0d27d533244fdfa65132bb80f677ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "25eb7bf892744a92b441f349f26fdf77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1dc7264a8b50451b9f84970da0c53b96", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6a3177117cee4ca1987677ea8a9e4ba1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2ea145f48dab49c6bf567079003eaa9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e194e9a67cd64360b1da0b306af34789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2c7b85745ed048d6a4142fe43a95b436", "region_id": "RegionOne"}], "type": "monitoring", "id": "f465c101df0248cbb8cb9c799397f3d7", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e18c58e4932f4f1c8906f2e71622acfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a58f2d74e2ba412cbcd29d47d5f260fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8e63e484ccc6424a9d6dc9dabcbf6dc9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "65c70ff501a64b83bc64752faab3972d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "496f8407936e41789c4d2f7b3fdb7787", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "202e6147565d4f7a97df7398b605e90c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "28aedb1431aa4716b52b300512d20078", "region_id": "RegionOne"}], "type": "placement", "id": "8be9ebb1102e4a59b5a89eec2d7e7a52", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e54fe47bea484ea0a5085a01fc16d9d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "48c2011719034d26aebdcdb4e294536d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cedb9cc98fad46cdb05a385bbd6981a8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "71f7461dcb2c4244acec5b4a82e63c2c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "eecd0b9808704db0a7dff5dbf10c40da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3e1be3b6c8614390b1c09d738d0d6619", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "06734a7c92e644b19ea1f1248bec0f13", "region_id": "RegionOne"}], "type": "ha", "id": "9737c2a6c9db453487b9dfa2ae413a8c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "41d2f2cad41041f287847a885a73f5b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "39eb2976e90f409ead68a92eda856559", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ac47f068ddb0406cbb574b315d5bc776", "region_id": "RegionOne"}], "type": "reservation", "id": "6864d945801f482da84617732799fd9e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c03d5a2ad38948c19e20a8a55e93b260", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7d9944dd46134c1f8e48aacfc4849906", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b98efa60b69f47b98a816f341dbef70e", "region_id": "RegionOne"}], "type": "function-engine", "id": "d1bc56f9a8574d0ea8a9933186099578", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bb55bd20c65b49e4ae440cb7560249ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "597d9855c09e44e0a2a51d149985b782", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2c038d35661a46f6987e429c943309db", "region_id": "RegionOne"}], "type": "accelerator", "id": "a25425dac621466996d84feb3173dc81", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cfca3d49aadf4007af19516e13ac5193", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "712957ed861a4f6db1abd1088c8e81c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ded19c86f5f84eacac1bfb6e3d43e744", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0d7465aa96e445fba2de25612024a5da", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b05bb8d65689455d8501abcc06f2b281", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b1fccaa89a2141cdbf66fd50d649784c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "91810a883cf248219e598afdfc5017ae", "region_id": "RegionOne"}], "type": "registration", "id": "2587f3f42b4446a78cdc7600ed7a5c3d", "name": "adjutant"}], "user": {"domain": {"id": "e1ecf9aea89d4b6cbb32440421cdb28a", "name": "ac789bcd161d409ba12585508f440f67"}, "id": "82d80bbb909c4be19f42da0ebc40dff8", "name": "c759d76ee66043dd824218cf3119e6e5"}, "audit_ids": ["11d81f7799c648f888231eacf81a138a", null], "issued_at": "2019-09-19T09:04:43.435988"}} 2019-09-19 09:06:43,939 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,945 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,948 keystoneauth.session RESP BODY: {"roles": [{"name": "73c9fbe0ebab4f30b9d2de28e43f494b", "id": "5124b56bd785490283f06382c7f1e5d3"}]} 2019-09-19 09:06:43,984 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,989 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,992 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "e34dbafc4f9046b1ad15f579ff8c4d49", "name": "domainName-2"}} 2019-09-19 09:06:44,012 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,017 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,020 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "e34dbafc4f9046b1ad15f579ff8c4d49", "id": "ebdaf700c235409587dbe257146104e1", "name": "groupname-6"}]} 2019-09-19 09:06:44,073 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=e34dbafc4f9046b1ad15f579ff8c4d49&role.id=5124b56bd785490283f06382c7f1e5d3&group.id=ebdaf700c235409587dbe257146104e1" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,079 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,082 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "e34dbafc4f9046b1ad15f579ff8c4d49"}}, "role": {"id": "5124b56bd785490283f06382c7f1e5d3"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/e34dbafc4f9046b1ad15f579ff8c4d49/groups/ebdaf700c235409587dbe257146104e1/roles/5124b56bd785490283f06382c7f1e5d3"}, "group": {"id": "ebdaf700c235409587dbe257146104e1"}}]} 2019-09-19 09:06:44,118 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/domains/e34dbafc4f9046b1ad15f579ff8c4d49/groups/ebdaf700c235409587dbe257146104e1/roles/5124b56bd785490283f06382c7f1e5d3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,123 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,147 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,151 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,152 keystoneauth.session RESP BODY: {"roles": [{"name": "73c9fbe0ebab4f30b9d2de28e43f494b", "id": "5124b56bd785490283f06382c7f1e5d3"}]} 2019-09-19 09:06:44,218 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,225 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,228 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "e34dbafc4f9046b1ad15f579ff8c4d49", "name": "domainName-2"}} 2019-09-19 09:06:44,252 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,259 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,262 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "e34dbafc4f9046b1ad15f579ff8c4d49", "id": "ebdaf700c235409587dbe257146104e1", "name": "groupname-6"}]} 2019-09-19 09:06:44,322 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=e34dbafc4f9046b1ad15f579ff8c4d49&role.id=5124b56bd785490283f06382c7f1e5d3&group.id=ebdaf700c235409587dbe257146104e1" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,328 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,331 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "e34dbafc4f9046b1ad15f579ff8c4d49"}}, "role": {"id": "5124b56bd785490283f06382c7f1e5d3"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/e34dbafc4f9046b1ad15f579ff8c4d49/groups/ebdaf700c235409587dbe257146104e1/roles/5124b56bd785490283f06382c7f1e5d3"}, "group": {"id": "ebdaf700c235409587dbe257146104e1"}}]} 2019-09-19 09:06:44,369 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/domains/e34dbafc4f9046b1ad15f579ff8c4d49/groups/ebdaf700c235409587dbe257146104e1/roles/5124b56bd785490283f06382c7f1e5d3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,375 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,411 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,416 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,419 keystoneauth.session RESP BODY: {"roles": [{"name": "73c9fbe0ebab4f30b9d2de28e43f494b", "id": "5124b56bd785490283f06382c7f1e5d3"}]} 2019-09-19 09:06:44,440 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/e34dbafc4f9046b1ad15f579ff8c4d49 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,444 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,445 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "e34dbafc4f9046b1ad15f579ff8c4d49", "name": "domainName-2"}} 2019-09-19 09:06:44,457 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,460 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,462 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "e34dbafc4f9046b1ad15f579ff8c4d49", "id": "ebdaf700c235409587dbe257146104e1", "name": "groupname-6"}]} 2019-09-19 09:06:44,489 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=e34dbafc4f9046b1ad15f579ff8c4d49&role.id=5124b56bd785490283f06382c7f1e5d3&group.id=ebdaf700c235409587dbe257146104e1" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,493 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,495 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "e34dbafc4f9046b1ad15f579ff8c4d49"}}, "role": {"id": "5124b56bd785490283f06382c7f1e5d3"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/e34dbafc4f9046b1ad15f579ff8c4d49/groups/ebdaf700c235409587dbe257146104e1/roles/5124b56bd785490283f06382c7f1e5d3"}, "group": {"id": "ebdaf700c235409587dbe257146104e1"}}]} 2019-09-19 09:06:44,513 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/domains/e34dbafc4f9046b1ad15f579ff8c4d49/groups/ebdaf700c235409587dbe257146104e1/roles/5124b56bd785490283f06382c7f1e5d3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,516 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,547 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,553 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,556 keystoneauth.session RESP BODY: {"roles": [{"name": "73c9fbe0ebab4f30b9d2de28e43f494b", "id": "5124b56bd785490283f06382c7f1e5d3"}]} 2019-09-19 09:06:44,594 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/e34dbafc4f9046b1ad15f579ff8c4d49 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,599 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,602 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "e34dbafc4f9046b1ad15f579ff8c4d49", "name": "domainName-2"}} 2019-09-19 09:06:44,626 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,631 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,634 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "e34dbafc4f9046b1ad15f579ff8c4d49", "id": "ebdaf700c235409587dbe257146104e1", "name": "groupname-6"}]} 2019-09-19 09:06:44,696 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=e34dbafc4f9046b1ad15f579ff8c4d49&role.id=5124b56bd785490283f06382c7f1e5d3&group.id=ebdaf700c235409587dbe257146104e1" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,702 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,705 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "e34dbafc4f9046b1ad15f579ff8c4d49"}}, "role": {"id": "5124b56bd785490283f06382c7f1e5d3"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/e34dbafc4f9046b1ad15f579ff8c4d49/groups/ebdaf700c235409587dbe257146104e1/roles/5124b56bd785490283f06382c7f1e5d3"}, "group": {"id": "ebdaf700c235409587dbe257146104e1"}}]} 2019-09-19 09:06:44,742 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/domains/e34dbafc4f9046b1ad15f579ff8c4d49/groups/ebdaf700c235409587dbe257146104e1/roles/5124b56bd785490283f06382c7f1e5d3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,748 keystoneauth.session RESP: [200] content-type: application/json {5} openstack.tests.unit.clustering.v1.test_service.TestService.test_basic [0.063834s] ... ok {8} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_delete_security_group_neutron [0.226714s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,727 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,733 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,736 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,741 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,754 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.663164+00:00", "project": {"domain": {"id": "17a8993e1e644d9b9890dc53ab08e2c5", "name": "c28532a167bf493d8d993b9c524972a0"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "dcc561fb33d5401f870ffeb358fc51d0"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "97753ab036184ab095a789b1ac4cab59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9d1fab55e77d45719e00d6a6c7998581", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "87042147e5454b57b1f8e122d56f570f", "region_id": "RegionOne"}], "type": "identity", "id": "486de5301b5045359636bd530f4ba0f3", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9ddec8c3423d48b2a61446a0071e21b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "84574a590e4b4a7ea4b4e322045e29b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "0c8b7235fc6a4ed2a3280c368089250d", "region_id": "RegionOne"}], "type": "compute", "id": "2ff1c197003740869aab8b0f7a89c027", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f96b3000c8db497e8e6fe9a4550cbb52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b450ddd8b5054b5c81248f766072cb62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "afcd9eb19f5444d2847d75ea9c132b5a", "region_id": "RegionOne"}], "type": "image", "id": "68efb4379f474d36875bdd56e714a1d7", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b0560aaff3a149d690017cef13376ac3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "60b934f632dd4e08ac2916686ededcf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ac4b2795c9fa4cdc83a86772cf84aacd", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ee2563a692ca4316a0b9cd97fd67ae49", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37b880d8da0b49d188c000c0decfab10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "254517049b1a4d9c8527ec048fc83f8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "788aee96bf234120b60d7d76f98c92d4", "region_id": "RegionOne"}], "type": "object-store", "id": "b48b282ba5b84c3ea0a1a57e11ca0a77", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8f2f3e318de840ce98bc830c167c3d80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d31c00b42cc443699cd980ae5c4bcf2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7ef6f127f6124fdd85a02d8c99217080", "region_id": "RegionOne"}], "type": "clustering", "id": "d868c2d9bdbc40e0bb006522eb764909", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "60fab185c44543a29d61266609db7727", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cf712b96920a495698f2e5ad91c0217c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d1ccaf90419c4e29ac1a3a541ed46c55", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e28137aa2d024a7888cfdb2cae1941a5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "57ff9cc9ea984a948a178dd199b85c27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c429e34ca43a4b18a2750e51759288a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "81e7f85a0979452fbf8d13a7a62fddf3", "region_id": "RegionOne"}], "type": "cluster", "id": "3f8394f3f14144fab857db1cd9d43630", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "71af8b46e4d64f51af1cabd06752a171", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "205c6961a66f4a048b6ebe7ec33c5056", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b77b54e7823e4e60bd73be769ea43fd9", "region_id": "RegionOne"}], "type": "data-processing", "id": "b6fd15bea81347469013839e7f5aee2f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "21b20e436f214a6c8fac7781a73e2b92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "25edee230c8e420bb33d7b1c6b031453", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b6ac5ed2fac148b5ac256a01afd02302", "region_id": "RegionOne"}], "type": "baremetal", "id": "1b15b969ee7749f99566fa77251f1d45", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2861bacf1ca145b8914e31f910b8f5a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8d95e298117c43ffa6ee6577e0600210", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "82ca34fd1f75414988190bcde9aa5f2a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "29f59cb9798a4bb2a5a6ce7fb3b1d749", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a17ac90db00e40328ce2375f2feeb2b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5a3ff969387b4cb69da5324b3531c869", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a2c41c30bbb1423e82c5827838e5e5de", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "bbdb477e001d4a61bf66a44e460c49d6", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3dcf395cea4146a49f51b13c356a991c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "445b1aa79b5344bca3aa18e5d9769318", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "44e7efbc27e2400eb5d2f1edf7d2f129", "region_id": "RegionOne"}], "type": "key-manager", "id": "e8cca4968a4546dda492f55cfbc9bb25", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3b3ccb702032463c855033e7672e667c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4978f4632b7f4dce9d9d1d7d5cd80b71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "534dd9b13433486e9b35939a3d9ac9ef", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9289553b1d974c59aa0dc66bf2619774", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6c9b2f8e37244a54893e8a40b0d59990", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a31200647da846a4bc56a829a9b60624", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4e13b46cdb0647a0b78869078bf6b109", "region_id": "RegionOne"}], "type": "infra-optim", "id": "cbd2ff2ea6a444d8a8d793824f93c97e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "870a7e018640491a9958860ee1f992e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6a5a4fb1f2c14a629acff36b21c9621a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "de04564a9a8f415fa113a6ada23dcf7b", "region_id": "RegionOne"}], "type": "message", "id": "38b29c5bc3b149e59a61b6541210af44", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1fe17551df6648c487961b35f43e37ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d0b327155d9d487884562a2c42bb6e29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9e86468ff6e94758a86e3543ee8afa58", "region_id": "RegionOne"}], "type": "messaging", "id": "9a2ccf60e6df492a87156177a9df69f3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "722174e9610a49dfb18d8cf55091c8c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "80508ac6c3d54505a0e75ebdadcbc4db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "37f1cb5cbd1446818d00fe02a8844e08", "region_id": "RegionOne"}], "type": "application-catalog", "id": "bdec136254214c56ada925a000938151", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "77da5f5b59f34fa0977cb201a8e54ffc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "78cbf2cc5a2747c0b00fe8888317d2ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "769be4dc19da4bcdaad4bc2ec4900bbf", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3300e5139f384a76822faab31ba8cf12", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c1e9077668774cd08da014a21461c49a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ebcaa760b9ca4c35bf45163b2e84c163", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "42091c5751c14adaa964fb92e0db6cf7", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c3431beb4b7e419781283303e0ca8e1b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "242717318cad410ba75f2563dd0af84d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "38d597dba2d143dd8180d60d3da7c9ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d3dcbc5f37d4a3e886747ea890079b8", "region_id": "RegionOne"}], "type": "container-infra", "id": "aea51d864c334ec69338c69186299a83", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "57ecfb6b5a30451dbebc16095b5e4ef4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ab04d9fb12dd4126bd9a10d2a55c24da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e51c64431af54486acdd2527bab71306", "region_id": "RegionOne"}], "type": "search", "id": "588c0d1270a94e3ab03db21601c5eed1", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "627d045e8f4e427eb3c2bdaf5f172e33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "65223989d1a441f9bacbc6f014c44a55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e34465c4584344b9bd7aa2c6f4385c6c", "region_id": "RegionOne"}], "type": "dns", "id": "b6535438b122495e89d6f84a3f8b0c29", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d3fc0fe658ac415cb24f04101839590a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "683c09ec977546589f0a583fa56d3cb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b5ddd3296ae24421b21074da880f03bb", "region_id": "RegionOne"}], "type": "workflow", "id": "a3b7a2fa0eb44a1eb5c5bb4dbc2da51d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0e76901791c44eae9ed3da04786ed3c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ddd22faf33784580ab567d5b1ef5b4e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e985dce14272498b9ebb2a9c41689c63", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a0d224da191742e38d4548adc4eb1cc7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4d3a0608f6234f19b85654fd60aed0ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "fe87bde42d5e4c249c205ea128226eee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f89df58adbf54f62b4e8afc4dd5cd425", "region_id": "RegionOne"}], "type": "rating", "id": "0596f67edc1e4e21809c31a9d49da654", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b2ad3851e34f46628e7c0d7c8cdfd82e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7ba1e1f17802445e9cd0a53306eb2874", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3ad9e94ef86c4520a4e90906df37d430", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e4e6523262374c67b3e6317265c84250", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "60e1a2bd16af4ceea2a24ba791c87cd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5e90547fa2a441a29969e36bc19d5228", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2255a4ec874f49e8934f543285641367", "region_id": "RegionOne"}], "type": "policy", "id": "ba077c8a6edc4e41aea9a72502fb0aef", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "96a4c153b62342b79d43141e9f9f37c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a7a387be13cb48b2a694b6fb037bb5ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "12ca11c368df4f29b07b932b2f20e6ab", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "dee1256a44c94649b51887248d86f4db", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f2e83aa24b8146b4ac366a98fe8377c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0780b850ebed48d980b0c69c200e3a31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1692fbcf3e1d40198c481b6a7551647e", "region_id": "RegionOne"}], "type": "sharev2", "id": "35aa7685a26149b7b042d0407d8ab74d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eb2e72c7c718482abd0ca10b275ccfbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ee02edc277bc483497cbbafb65f23eab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "720590f9f009419a8a36f1eb8961e617", "region_id": "RegionOne"}], "type": "share", "id": "f90c965af41846ac9559c5d8ec4ef380", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a40076ec7b354bcba6508a8d1cf67868", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0fa7730f983248168df9d7ef2fbffe9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0cec832d3fde422196ff6d4dba449c6f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7134f0c8388f48c8820357638823f6ef", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc99bb16f83248918ac2df240147a540", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59a6e4d49cfe4fe894fa95824ce43769", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81138898c4d94bf7859153ea91e68fe0", "region_id": "RegionOne"}], "type": "orchestration", "id": "0451a5f6900d4062be3c714b51d1dbfe", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03d16c031a544b3aba1a78f186864e9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7dc8b752f4f4ee7b6530361d754561c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a5a7225af5541a8981d285d790b2eff", "region_id": "RegionOne"}], "type": "block-storage", "id": "4dac4b4b5eea4ca59fdce5477e2c6d30", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4929ec39da34aaf9701f469515e2df8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58dc8d5033fa4334a79d3cc244b14ae1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5cfe219e67b6426ba821f7734df1127e", "region_id": "RegionOne"}], "type": "volumev3", "id": "25ef007bfbe042dfbf2d92f93c732b80", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f53231ae6234c5ab5139ad2f0b31166", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c69bb76b72664ddebb3a305961f1d2a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4bea29b8d3cd4602b74b22b68fc7e72e", "region_id": "RegionOne"}], "type": "volumev2", "id": "050c329d67dd415e9bf9471ac4086a1d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fcde972b18f4f479411f71bf6db581d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9aed0ad81a814d9abc39277c39009208", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f2203d809e94465a17d9fb5803b6033", "region_id": "RegionOne"}], "type": "volume", "id": "ead8e3decfd94babb56d13297ea9fbb9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f598d7bce4b9437dbf67973fc60df3f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75a992f89083467ca9bf9c3782cc541e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ee1f7a661f142cd9a0fc34904935e3c", "region_id": "RegionOne"}], "type": "block-store", "id": "0ab25437a9e24a0c8fb35951dbbe488f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bf9739c3887b47ffbc9c80109798d5fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1dfac0707338472fb8768a0e28f2d94a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "92139c6915a74a8eaadd89f2b4b2d542", "region_id": "RegionOne"}], "type": "alarm", "id": "f8088b5a562d4da9b8208a8cfdc07392", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f29ba8d05d6e488bb5962c7b72845bd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cca2b7ebb4fa46beaa0c51c936700360", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f6809a72c2a2473dbd57e9162d386a6c", "region_id": "RegionOne"}], "type": "alarming", "id": "c025c473d4524d24b4b91471c8ec9a15", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "05d0154ab27a4c25adbbdaa8c18f0076", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "febe125aa6234f9fafbd9bd30c013618", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "84db4b2ef3d54260888fd4f52000388d", "region_id": "RegionOne"}], "type": "meter", "id": "95a31b8788b24eebb5e66dc5d7cc370e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0bb000100239431c9100b14163d31074", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "25590d64644b48c4a20c599012780ecc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1c84d52c6e2d4c4197b03f51d0627657", "region_id": "RegionOne"}], "type": "metering", "id": "a98d2045530b45b1bb19e94d2b85328e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f98f9c6876a94ce6af46c04597679e20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f9289addcddb41a0a3e726592613046b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8280e3f598c54959a0480c8c06b5bae7", "region_id": "RegionOne"}], "type": "telemetry", "id": "a73f26849db6459b85c50c9d2bab2912", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8ffd62396edb4dd38dec5c4c9e355c2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d9879dae2f47460a986b7e4aa44f8372", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "82b5a9d6917f4daf927103c57cbac0a0", "region_id": "RegionOne"}], "type": "event", "id": "6eccf1893c304c4f9d96682cbf1bc445", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "56094efcd43b4d35ad74aa053fd4d59f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7c1cebd64e184ce3a55fc3095658725f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "318522f58ff24becb65efa97e69f8bde", "region_id": "RegionOne"}], "type": "events", "id": "ce3c017707394f5796c0ec7a78b5fdf2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6e972d17ae434dc19495edaf32f30e0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "82c93f5af881481aad68d4eeea65321e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2c38fc6dffdf45d9a366131506623bae", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3abca4e5a13743bc8b5459bee629ae47", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7066e9bbd1db41f4b6cf67ca478bc72f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c749f38f3d964358b6eca75520833cd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1dbe604e7dad4ff99695790324603a97", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f99bc1c888df428ebacbb9377e5ca869", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2ae2ee53f6fa4e2b8c6e40c9a565dc03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "75711084ab994acf9b432ca6cd096c5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "103ae472c38a4bdda85ea6876731f86e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "9b458ac830c04debb4fc259200dc322b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a01bf7144f16491bb7052987a2f3a54b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "59fc9c4cc38f4094bd8514bea319a305", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a28b8e16721b4288828eae92f3ebbc43", "region_id": "RegionOne"}], "type": "tricircle", "id": "49a2c7723dc247aeb1eb3b64712466c9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "af2323d4521049a5acc000139913b05e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "07d53c1a7a304dff8520a4ce2b1d9712", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b345cd34aa2c4d81a81052d4214d264e", "region_id": "RegionOne"}], "type": "database", "id": "d360ce713cff4811a5f791423594cd12", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "35753bbb658e494fb588dd5fa125686b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1e0d2e47cf004635b0082a4b7b84196c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8d2a8ca93fe641a8a36862be97f4cc9b", "region_id": "RegionOne"}], "type": "application-container", "id": "3c2c18624c7b4d88b03755cd26affca7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3a17cc9dab8f46cf9cc45748c73102b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "caec2fa26deb4e138d84c5d92cc8030a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a2918e5609fb41479a4bb1b58e47e648", "region_id": "RegionOne"}], "type": "container", "id": "c0b69b1d6aa94547a8b193ae77ff9b1d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "de3a7298c0be499c916867d66c872ab9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "436f3fad90484180823f9dd3e61f293f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fc26a0bee11948f49c2092e5f8215212", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "afc02547b09b42b6a2162cef537c5488", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6db6541661694e518a13fdff19971e8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "694c3b29db63452db07e19951fcd4ddd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "af6dc78cedc24704ab2eeae7ca122abd", "region_id": "RegionOne"}], "type": "rca", "id": "26a6e9f051ce441ea5e8ebbec8b15e75", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "109719836c5d4d9fbd812c26c355f233", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "46125831af3940ab8644507fc2c83631", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "207ff23e740a4899a5596f6f424c5e28", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "af74c4151a2b41c082958a29fe48da1d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "53ae2d2d33c64b75b6a36c3342514270", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "95567f2642964a8c938f5df89dfbcd18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b5c1ed40d56b48fbbb8b1aeac372de9a", "region_id": "RegionOne"}], "type": "network", "id": "d6e2f0d4c2f24286ad637640f7502b37", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e24f1b1bfd614b378ebba2ad8e02b493", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "664ad681b4a043c0bb69eb46f41f4f8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ee9623fd0d0c412faab7e3caddd31805", "region_id": "RegionOne"}], "type": "backup", "id": "1198cbe020774bb3b0b9c38d8976d0fd", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a16e82a874d1464a8782918cb2366036", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6b881a1f4da1470e91d10ae25ed77f7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "18e38e2cde104d34a11873abd608b266", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1b619a98e1cd42909bc85a6e99c6bbc3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "03564e432c25474baf1b7c59753b8344", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "36fce6234ae8467c9416031730b95720", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b02646a5db1741eaa5ab10a39074737a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "081bbb89aa234cb8bff8e26afa4ad98c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9245a3b13d5f4f37801cebd35bcf3f1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5425ba9e74114240861e962d119322d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8e886b3042524323a59a9e5a785fd43e", "region_id": "RegionOne"}], "type": "monitoring", "id": "55a758f416f846bca0c562453f9ffd57", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "12f6abadcb1f480d9f2bf23283c1afcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "af6b22a6215f420ea297f44d84c5e0b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "0bec323c4f7d4424a1186df33e9763f6", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9c582b2881944f429643dda07d9a03d7", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "201462b7866c4833ad73afb31b354bf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6087cc850e6d4a5688aea49bd49200d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "df08f2bf51484e1c890883989ab60855", "region_id": "RegionOne"}], "type": "placement", "id": "12ea7208c0db4779836530db5e9b8e9d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3a8eb5e0fc764e8dba28c190e97b6dd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6e90397fed39435b9ef10bfaa33a8bd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "30c3f22d9fab4970b35ad3d691d4cb0c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e2d376810f21418dad149eb5d6fb51f6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "67990761e9d44ee3a0e429dc353e7ae6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6f1a1195b93745708e5d67c851bbcc29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ce7ee8101b4e4b77abb038a08ce4365a", "region_id": "RegionOne"}], "type": "ha", "id": "d0fcdaf2511c4704ae7913a5c0c83822", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1cf968e4685148f48904f9c5a3d0a24d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a00f9445fcea47a4a0de12e34a2e879e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6bf56cee1f974d40b9b39045d81dc56e", "region_id": "RegionOne"}], "type": "reservation", "id": "a4607b3ba4004e29a190d75b604cb283", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "82d2cd58c9e74811a7de7af2bc10305a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d80320d2b2d546be8750dae8d9a25013", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "676baf52062647fa9ac7b3c817f47290", "region_id": "RegionOne"}], "type": "function-engine", "id": "ae186e98fb064763a436b634a26a3e7d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fdc42f2a06dd4c878f0fb4a07242bc56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "75a3b7bc0f5f4704a9057ca0e4e9160f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "cf10f22b8f6843a8828e7aefe2de4a7f", "region_id": "RegionOne"}], "type": "accelerator", "id": "5d829e2f2e334d8d81428133a60b4cfc", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "efcdbadf611046c1aae585e08acd1c5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "72564e53035d4d4a8288d97db24ab954", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "97e772059360470aaaa621024243d429", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4f6b18f154524320bccd4394e09f7352", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cd4d81646bd243d58c2f2c442326861a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "07943269c4a249f2a7c851af129b02f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0d15841019b14d8db1c0103b8eccbb0b", "region_id": "RegionOne"}], "type": "registration", "id": "c6fbb94d3b334fc0bb5acb9a674033db", "name": "adjutant"}], "user": {"domain": {"id": "86db812b9f8b40f1aba73efb3dfdfab1", "name": "dba04503a30945259ed8d28483eebc62"}, "id": "f999570d1fd84d8184ab7506b0c647a6", "name": "7ccd7f5c110b4828a1251ea96089755e"}, "audit_ids": ["e46568849c754373aeb43991561f9f0f", null], "issued_at": "2019-09-19T09:04:44.663164"}} 2019-09-19 09:06:44,857 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/security-groups -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,863 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,867 keystoneauth.session RESP BODY: {"security_groups": [{"name": "neutron-sec-group", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "security_group_rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 81, "port_range_min": 80, "id": "1", "protocol": "tcp"}], "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "1", "description": "Test Neutron security group"}]} 2019-09-19 09:06:44,877 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/security-groups/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,881 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,883 keystoneauth.session RESP BODY: {} {1} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_no_argparse_regions [0.142747s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:594: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: region1-network and routes_externally: True key=key, name=cloud[key], external=external)) {30} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_nova [0.177779s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,652 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,658 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,661 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,665 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,678 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.584228+00:00", "project": {"domain": {"id": "1748a3075488498d9597e93dab268f1c", "name": "34fa9f0e04474fa39cc8e6a5880acdb9"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d11fb80ee0eb434ead4cc11fc91779d6"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0e8d2722dfe04aebaa3ef406bb117627", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ab909d6d72d8487cbf29286390f72583", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "cf10bdb180b64dba8ed6cb2ab65f323c", "region_id": "RegionOne"}], "type": "identity", "id": "b9d9406e2fc94118a694ba71bd9d348b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "66799c0816ef43b99e6c136dc4c87150", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "43abc862197c4bd7b28241d982c7a59d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "93b30c12446d4084842c71f4aeb01481", "region_id": "RegionOne"}], "type": "compute", "id": "a98b73c4a93f42dc9ba7342b31356ea7", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "694b9d5e9f144a8b975a697bbf510fe4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a4d28faeb4b944e187320d967785cb4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "1f8ee8c552904366977345ec0baf20d7", "region_id": "RegionOne"}], "type": "image", "id": "aa039188087249b29f16117b35d97ca5", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6b29c57fe654494e964bea5aa8dabca5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a2cd568b3c1247d4bb2d53863b807f9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2fbf47756d534d8487a22ac9a56f27dd", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d99631330503416bb269558327110910", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "578a3efb80cd48c2a5b4c0aa8b38c4a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ab96af62e5d451586e4f7dcb7c96080", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d17db4b7118423f9e133ccd0f8e4c14", "region_id": "RegionOne"}], "type": "object-store", "id": "6514d09187c84025b49bda8213df5bf8", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "298e698fa0b54effab5857c3b2abcce7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b9367d57d6204f898dc908a0d455483d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f225c2e2310f407b8e3a5d07e52326b5", "region_id": "RegionOne"}], "type": "clustering", "id": "b1d94b12b71c44e69f288e258ba39479", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c47293e760014d25ae9ac9d4b062ef54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "37ff38fb02724bf9ba4dc7b0cf56b78a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "545199535d844c00aea44cfd60086911", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "224219d47d52429aa504ad52a4c7fccf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ffa433f1d04544d58b88f334bdc2daf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f014e03907a94a1295fe9c73354b8d37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "35b16fa32e1e47559c42fbf2add7dee2", "region_id": "RegionOne"}], "type": "cluster", "id": "3c987d4eafa646b9810f8fd8cc248828", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a677a3803cd14a0a8d781223e51f8888", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5d60c14390ac46c8960c8954dbf8d064", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "aea517ee3ed0415ea76b070d217477a6", "region_id": "RegionOne"}], "type": "data-processing", "id": "9defc25613f74895a915db83142de893", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cf62ab5a37664c0c9d746d27cf5c64fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "90b112d0e83e45f3be11ae8963d36e56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "14cf00037b324d849a0cd262f6f7748b", "region_id": "RegionOne"}], "type": "baremetal", "id": "af668c51533249889da9aa8b818fc17d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1f6538c5657f4df3af38a3f98b780835", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8a53a6b50e93467ba9e2578127e0208b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3c04a5fb3b854d64ae6b120e0436899f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a4f8c33719d44f5cb4129990769f9265", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "404cf20839254bcd93e9a166349d1d15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4ea6ce1dfa92433d9997fa900963f13d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a8a20138387a4743a11447773a51796e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "488710f4bd79429c8678b00d9a8cc625", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d22dcf82c5664586968e1d47e14ed002", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ef9cd0b83f6141d6801871d9e42e32b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e510972e38294e8a8b4860175b56de84", "region_id": "RegionOne"}], "type": "key-manager", "id": "75a501ff20f146d38914541c988c2636", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c1993b837c6e4efb98aaae3469e7d0ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0782208923d749cfa17fcc99f2a9eb05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8ea432cb464a45a6b6dd572d61271a18", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "246d7ab5d6234c35a6177eb2caab995e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c3d940e22cd84748819e3ced758a7797", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a9a101c596ed431ab28440c3654707cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "221852779bcc4f2eb15df7bdc7e8f5df", "region_id": "RegionOne"}], "type": "infra-optim", "id": "cf6200cba7144e63bae15e92cd72250f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "73e862405cc543f3ba9bbd1e7b70ddd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "137654cfff784cb2a8a1d8d561ea9d8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3f91ef6e514346e68e9b3424a530cce7", "region_id": "RegionOne"}], "type": "message", "id": "970e25803029469f97e95a51e511d5a3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "15a2f8d225c241869dddb601fc098d6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7fe688b97c234da2b2ba2d7d19af8eec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8ec4b997fdf6481c89e3c918d5bf0c66", "region_id": "RegionOne"}], "type": "messaging", "id": "f56dc434ded048e1992c1c235ba64792", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "db60a1e15c8947ff9798c68153a6860f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2a4ee0a108ff47a1bb642141cd14e5a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "40fd044b912e40768193543a9539d170", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c32e36c131984b19950fd5637c490b6c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "deda4adab9124c9da54abcb843122230", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "52874a3c31e04070b1839ad12e93249b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d82c6b797362462d9dd73f1f05f86982", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d0acc46b171c41c8a42fa27019e33fa0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68bd9fac68f84febb019df233eadd3e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b325dcabb8374cc395393cd38937df9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8a8a022ed49b41829a1c1f29b6e3a7dd", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7120fe41cd914d4fbb3fb79ab654f33d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "56abf0e53b5344aaaa8ad205765ba05d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d05dc5e7cd7c45a59516ba846b8ea05e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f18008ccdbd4b4c8069ebeee630ae13", "region_id": "RegionOne"}], "type": "container-infra", "id": "fc02d6a0089f402fba6766e82645822b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "dcdcb8e8b6a547a79edd2b577b50de27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "cb121fab12054b32b32da1cc9dfc3777", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6d24841533954424a7b66028ade9ae6e", "region_id": "RegionOne"}], "type": "search", "id": "4ab98aa306914d6984b406ed22f5cff3", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "47e41133f3d94834bd4255d19479c2f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8b3a0e4bf734495d94094749dbba16e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b58d5d1c23704f26ac507c9d9ae6b437", "region_id": "RegionOne"}], "type": "dns", "id": "ba399b4610654b58842aad2209ecbb47", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "caa142891c8b490e9579eb53b2a93077", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "44b5e70d91e945159006c13dc4c770be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "958eb677b46840ab91aaaa01af249f8b", "region_id": "RegionOne"}], "type": "workflow", "id": "d7407594fe9546aba85c07beae54848f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0e9ea6676d284fa68fd496649dd56484", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "223e70bb6c254f8b87c5b2e9b6413e69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b3cdfeb32740446581a71a4d225e7635", "region_id": "RegionOne"}], "type": "workflowv2", "id": "438a2cfd0b41402b921114596f0297ee", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "32dd6c8e1f964fd3acf54dacc5471dd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6b0da983e6aa4d6792c7b47df93f01ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "047826acc2e143ea93444ee59462a478", "region_id": "RegionOne"}], "type": "rating", "id": "6563d3d20fc7448f8e0c14d107d5f429", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "21cb9a0321034bebb030961ca1ef4569", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "558f595eaae84345b73b5ecc13d25c69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e5e258e335a04728a870d0687747016c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ab6ab3eed52146af9830cd32a9d55b96", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "11b8672c1d314c0faa1e5200667a77ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4ad3824b6e664e429b9787ca57b295d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7aaf7c745ffd4e09a6844a0eabe321b3", "region_id": "RegionOne"}], "type": "policy", "id": "4580e44d45f84036af2c1eac0a949a3e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4667446888fe405fb792da95df777b8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "00282e8b6ebe47a4a1198893eca37b26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "97193fa3839548b29a1166094a7ba47f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "22967e65db174868aaf055f8b7699fda", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bd87c961bffb4566af768abebb631df5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7c9c2e2760194d3eacfd090b8a636df7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9179ce8e544c4d62869761c675cf7d01", "region_id": "RegionOne"}], "type": "sharev2", "id": "94c2456beb5543d4bf58d490c0dee1ea", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "61abec997ee040858a49df28735167bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e81aa3cc4b6748fd867f01b9e5b004ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9bd3588be4574ee888b7140d4b03570e", "region_id": "RegionOne"}], "type": "share", "id": "f53489cd27654ad182c41077d272ba39", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d970be0d3b3642ac98e327beb358d46c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "06ae7cc2918b467593cd668b5748bbbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "601ad560176844d1a7f91c9a31cc3a68", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3852925dc4054c1393ef16381c84156f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff8cec61c2d2409ca7ad99bada96b495", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4c3787a3f28490eb9ba11f1f44f161d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9950743a457443e5aa4861df9b6b34aa", "region_id": "RegionOne"}], "type": "orchestration", "id": "ea7206e285154f8d997708561bb2befd", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46a26311b9ea48db961505a2723cf789", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32a42e5d807841d2a7524ac060487cea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "909dfbdc0700442c8c6bb671f8757a20", "region_id": "RegionOne"}], "type": "block-storage", "id": "010996109e9e4d4e9259a3bec131e30b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "edc03f43263e4cc3ab1ed424ab0c70ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51c540e95d854c21921c63d852e28080", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00029b2ca7274b6da51a409c857f3823", "region_id": "RegionOne"}], "type": "volumev3", "id": "bf913f90e40c470b834db67c4753ee0e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff0655048573410ba0f66b5f262d1945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8d697ce9abd4ba8a62ef3b4ec6d790d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e4af79391324f16b5ce164737ef318d", "region_id": "RegionOne"}], "type": "volumev2", "id": "b0e7f746403e432b82cfc0f06c37c9aa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27605fc60bfc42dfba6c0060b5ba757a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "544962ebbb2d48bca83e121b7609e8ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39707ea83e4f4e618b919988aedea5cc", "region_id": "RegionOne"}], "type": "volume", "id": "d2b346750bf048f88ad0ef3bb6fdeff1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c254d1d10ee44d74a2e74c78d61e389e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48f407a9b55342298b50d37681791859", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1fb5ab737754ef5a8b95793520a8d1d", "region_id": "RegionOne"}], "type": "block-store", "id": "ca38214178a74773b7ced6c62aa0d02f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "97268ade32434887b22bd5daa7415b06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "446cae84b72242e195b2b9047fd44e6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "471aa53e88b446669a73314d25a54048", "region_id": "RegionOne"}], "type": "alarm", "id": "8436855a57cc404a95296e2ea2089cb2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "75884faa48604408a7d8e3b1d14be7ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dac5c55029654c01b2efefd9961123cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d5678c4e283e47f4ab52d0dce3c0110e", "region_id": "RegionOne"}], "type": "alarming", "id": "9b5cd81e5fe24b468e5987f1c6178ae8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c585d0957e074590aa31ef0f0235a9aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "93509d4965f04266af4afd735bde87d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "39fba7c90ad24702a8ea3694f3d81757", "region_id": "RegionOne"}], "type": "meter", "id": "ab1ae6fdeebc43c4ad534a96839d3a58", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "54a64661905b47eaac1dc51023edd1fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b47530b2011d4d35814fce7175276c14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f9a9714d8fd04f6eb05998e763f1942a", "region_id": "RegionOne"}], "type": "metering", "id": "c808e983ad7e4ad589fc7c9bf5288f8d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e017cab8cde54c4a8bb9c81063a2f50d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5865ad34e9d14b498608d36a3276928a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8f4e06492e3e45e5a3fa2b6a6d90bb32", "region_id": "RegionOne"}], "type": "telemetry", "id": "7ce4a424a7aa49da82c530b8e462a568", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7116c6711b5b4d4c95b7d27b72f6a45b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "807ad36cad2a4464b8460e52b3ca452b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b14cc03cf2254ab3b907439f53f7bde8", "region_id": "RegionOne"}], "type": "event", "id": "28a9b5fa6813466aa91509ad6352298b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f24b8ed4655f4f02a42b5bf53e4bb01e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b0d535f6db4a40c79a53f6a5c779e261", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "551e96e43eb74d619393959eb9b029d3", "region_id": "RegionOne"}], "type": "events", "id": "b4ea496bfccc423a80e65a7ba32c310d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e1ae9a756d5948b6a139ed9f67d3b833", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7c9bee0c10be4773a951a530d5d76e22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "59f51c51a4d64bada8a6d61f15e3aeab", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2b19d4df9d614bee8ae01e79b4f4345e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6650795eba214eedb2ab6b6987468d75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7e4e046b5db441db88290121838bc178", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "dd54f89da02d4c1da8f409ab4cc474bc", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3e20d992f8f94de19a9b699846af69a1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "65c83bc8d676429883efaf6e5d4975a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5f865368585541bfae37f02b7adc36c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a76b011e60af4a219cb140cff78c80e1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "650fa813ab184645b4fc73d3d795dce5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3569639653e548ea942da5c91ff5906d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cd605813b55e4893a0a922c20281c9dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "613a7cca1b95409c806ed30cd2582bae", "region_id": "RegionOne"}], "type": "tricircle", "id": "b8164953258b45cfa9a18c1cb1113c2f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9420ba32893541eb8a22ff1af0b30b08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7c21e39982e2433caa4ca3a0eff2bb06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a5e5eb7985c44728897a306c927114a3", "region_id": "RegionOne"}], "type": "database", "id": "0c965e6d0acd4a3b8182b38008bc4f87", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a12990b5b2c7425ca8cf6545ba2733dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "442a712178674183b978b9197a0b30cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "59536f454d4740429a075f1552cca709", "region_id": "RegionOne"}], "type": "application-container", "id": "dacee30771c44357bdc84b690e14ed42", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d887dec16c2345dcae7b7d526d56a41f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "897715c6784f4c9e9e7ee42e40fe6629", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7626caf8d3094b24b1e1e2faafcd080f", "region_id": "RegionOne"}], "type": "container", "id": "a9ea1421e3bb4c6894e36b64de983173", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "06fa3d3bb13a460fb59c91c44884533b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "650df89fc8be428e98d7d921ba60d157", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6e5f3534d4534076ac2072467ffc2571", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d1780f1db6704d2aaefd17f0c02ae598", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "66cf386380f2432eac9466928a8a13b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "db7a2b900e114b0389173d3391b742e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f430cbc13be1462b934e8ca4ca3ba5a5", "region_id": "RegionOne"}], "type": "rca", "id": "a0f182b0cbe64a76a857f58ad62f0e80", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "af600ba338de49d6a3036c35fc93921c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3befb6e5eb2645d4813937fd7de4e3ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e89ddbc18eb64f32858de7ea306998b2", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b11ac3ca861f48fa8ec00a7912ce49d8", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "25cf72737a814ba0b937ec23f98011cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5bf27a3013344e34bd6f54c7f39c3403", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b7cee606e4614036ac3b524e6bc7b9ce", "region_id": "RegionOne"}], "type": "network", "id": "39d285ee442f4274841d589456b11b75", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "93cc81f9a8564306abd27732e4683e70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "dc49cc0916d24986babd33b642cd245a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b188b7d94b134158a935235fc74b5e62", "region_id": "RegionOne"}], "type": "backup", "id": "c04aa0ea1502425eb8d913d2d59c9344", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "945b00734ddd474aba5d7be9bed19ec9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d12e72bda5da453696855d07505c7031", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "168014bf597e4cb18415cc491311986c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f22116e01709484ea5bd7dcaf2cedcf9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2cd3e729995a4c2d9832bb14f56a330b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "835785db93ec402a800cc0e46b412a25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "156827102c1c4b66a092f0e12ee0f995", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "dd7d9cf97902455a8644b6182bd067f8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4b39eb3d4c134c77a4d7a58d0038227a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "90ccd8ff602e43cfb367f711f4e682b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a009a617e39745238445e552acb7d1c4", "region_id": "RegionOne"}], "type": "monitoring", "id": "6885ffa364c14f58b600a9d170edcc5c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "81d78a2926d045f89e6c529aeb341c39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9587251191ba4490ba730d226d5c3a0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "658e9ca6c76c43539e224e669c5eddb7", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "0983dd6b14f942baa54a436005048a95", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "41709a6e2e4744d291b84c062b704988", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "63a3fcbf4fc74abfafb4d320a97b0256", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "681b3e66b11444eda0309c3e6f0e54cc", "region_id": "RegionOne"}], "type": "placement", "id": "8da07a1725e243c3aed99d89e03ec051", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "398ee80a62384cdc9f532d880a922823", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c822edc67e614a3da7e645d2ef0b50df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "af2aa4da7c9045dd8fbcaeb16728186f", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4241262a74584ea8bb46a6ea84c236e6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "54c4afd59da842dd847138c09969f57f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "79a6fa456e4e497ca7daa1a52185f783", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5b255d6f05b543ef8b63f4c9736ba345", "region_id": "RegionOne"}], "type": "ha", "id": "772e424220b34f218db69e1e032be47c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bd5b96cab7d240e589917f544f4aba8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7c2a4949339647448b7fd18708320a0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "714ec29c447344b69af31ef05972ef0d", "region_id": "RegionOne"}], "type": "reservation", "id": "2fc9d92d0d3949c28728b941aa9f9621", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5b8c01a4529e44f79a58f355ef62f71c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3c55017963034e11832e1717b9443f4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8ed438e38c7845259a6c978c510a31ef", "region_id": "RegionOne"}], "type": "function-engine", "id": "d486192c22e048eaacdbc0b68bfabc84", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6dfd4579564343978c4d4d75a9b545b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0d01075b656d474bb7855de0c78fd3f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "14ecca250a0343a7964036592240b6c8", "region_id": "RegionOne"}], "type": "accelerator", "id": "4d02ea4ee0034185b9d938c9c0fca901", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bf4a676737a04604a21f2564ad5562eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "aaada0a23d8b4b698776bcafc2d5f22b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6144129f56794cf9b2846acaa2972298", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b11e374e8f2942a8b75b280d203fb92c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dc1cfc516c4f42f6b2febccb8445dd78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ffad726fe17249f4a773071904c60b43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bc0b165567e943faa64f720646647c5c", "region_id": "RegionOne"}], "type": "registration", "id": "c3cc0e433cca48c486a19702b9131600", "name": "adjutant"}], "user": {"domain": {"id": "133bd0fccc114dfca9648c3f580f1457", "name": "576dbfa7303e4099a79d43e482c07bba"}, "id": "df0d1bbf1d9b4c6ca0e02dfa9494c43f", "name": "d4077d4371ca4caf8ad5f28da0f6a821"}, "audit_ids": ["b0aa84fc9cc04fb68b8183f2715ebf99", null], "issued_at": "2019-09-19T09:04:44.584228"}} 2019-09-19 09:06:44,745 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-security-groups -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"security_group": {"name": "openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_nova-2", "description": "description-3"}}' 2019-09-19 09:06:44,751 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,754 keystoneauth.session RESP BODY: {"security_group": {"rules": [], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "description-3", "name": "openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_nova-2", "id": "2"}} {28} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_user_domain [1.061568s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,880 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,884 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,887 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,890 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,904 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.815612+00:00", "project": {"domain": {"id": "1bfa101a34d44b578eafbdc2a3f25ab0", "name": "c0e8053be5554195acda70028ec84d5d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "29995302b54c49bea24d8620b403ad04"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ca34bce93ddd4349811da6264474f3e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9b5f6da1a6f94e4784ed2f5cbaed462c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2823e93b65454eb5a10b1cec63e231b4", "region_id": "RegionOne"}], "type": "identity", "id": "8e28e865d13d43848d256f68a45153ef", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f87f6c9e2e1c41d78c5aa18fdef5dc4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "db0bd127049e465287237191c40fba1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8b02d4f576574b4aa29f0ce3870d6196", "region_id": "RegionOne"}], "type": "compute", "id": "8554bbf31aaf4bd695be74bfaae4256e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "bf5495fa8a87428ea6e1140fd662d5ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ddaf3515ee13407e89f8f22c03376836", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0e68bd5ec0294f2aac36fdad65a133b4", "region_id": "RegionOne"}], "type": "image", "id": "f198b37bd52b45a59a299177e7796fc6", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "19b021bee6104d5c907f167ed919a832", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7970491d2c5645c087c8335e74d9e29d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0d24a6522d9a4cb08ae11d26e0116656", "region_id": "RegionOne"}], "type": "load-balancer", "id": "45420891baa64808a9899ed781656ff0", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80f0b143a8194235a627d37579dc2417", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10c53fc1f35f44c2b30f660a52107841", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f76e308430b4f6c9e79cb53783e13c1", "region_id": "RegionOne"}], "type": "object-store", "id": "1bcca22379614bac9912aa5e344c1a87", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fd63cac9d5924900b6b2d0ea19e704f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "04c8f096915c44268889127fe8b577c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "523e9ba532fa40eaaa3598ad0371f902", "region_id": "RegionOne"}], "type": "clustering", "id": "fb30b819a83d4634ab0e227a1c8a27ab", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fd2565e9e1964e0db699a972a8d6fa34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9cd2681c1d044d1bb076133885a6f077", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dff3b43b74654785a6dbd206e045b741", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "3b14141dd36a4a8aa857f5aaa69a472d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c93b6a75ab28468497de28c3e9241455", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "205102ee65b245ceb1d27bd1f512f898", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3d5e23ec44e94fe6a523da97a9b922b1", "region_id": "RegionOne"}], "type": "cluster", "id": "61b4491eeb5941379c91ee5e558353c8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6dd445929e674930a28ea2657f18ae92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "042bf833cec74e1aa04ea4bd8543ce77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "05585cd5399645bd9daf835838afab9a", "region_id": "RegionOne"}], "type": "data-processing", "id": "3d3c55a55a964eacbafd6ad8cd9f0b82", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d0c7fa851a2648ee8dfb4524e5374ba3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "24106f18ad6144e4a52cfe2726b7f4a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8d712a701c06457690fb225f04dcb8f7", "region_id": "RegionOne"}], "type": "baremetal", "id": "5087f8cc15014558a604fbeb86d6dc61", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3711bb2b0b9840468b8d6dcfa4bac40a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9c73439092bb4994879774c5902f77f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "21471690a719483d9cd2f8855e6f540b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3bd789142e2d49b088d823a04d282db0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "43c569318fe84ae8bc52e4f2ef58606b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9232227a5cc44220bafc69abad961fee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e6c8e722a05740a4be7d769afd07b321", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "3b07cdcbee73438e9abebd91f7106004", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4b77d053dba84d37ab50eb453bd1900b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4cf08e8c68f944468adda07dc43e9bf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9d3c370a23da461a99a83d36c585b863", "region_id": "RegionOne"}], "type": "key-manager", "id": "aa7352cab0da4fb7a0b50ae5a063de22", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "242ec3e947da415998934a9ef7245e01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7c0efe2c42864443bf3ba8c05c61093c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "58f6b76f6bc645edb47066ee0617ece4", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c22262bd6b434195b88f1db78749dc8a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "850ca584f6cd47f68ec3a38e17d859d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "41b82f582d2c4753b7cd7f8b71d7debe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a6be28be2c334b8bb4720464bd398992", "region_id": "RegionOne"}], "type": "infra-optim", "id": "7fa42c477b08401292894026191a1932", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fd521ec16f544a9ebc59f6b3bf101e16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "491ed072ce784ba692332e91f88e052e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f4633e05e68646a18b916a804eaa2017", "region_id": "RegionOne"}], "type": "message", "id": "f0071f30c0164450a1bedbb05c1cea9e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "01bd36c87d014592b18fde8609942c35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6874e461a46449d29a5d6c7168f7f3ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ce0ae5917f5e4a518924022360f7a836", "region_id": "RegionOne"}], "type": "messaging", "id": "07d8f25d9d7f4389bf6f9ff0b629415b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "41f0261a32d848d28f5c957667214b36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "40d8f615f9034d5daf7020bf8a014acd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6ef6e6db0c974a628816755263f15cbf", "region_id": "RegionOne"}], "type": "application-catalog", "id": "26dae1c546374152ac8bbeff4f37f7d3", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9d026bfc1c4a449e9b2698a28103f0f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "545e293974704af4ba8da06499a61a57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "590a71f53bcf4e7287809c02f68f2167", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a84fdacf3a0a43cdaa4adc1920d07c76", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3679cf1dd109429da567775ad1909ce9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8df63363787a4754afc730e45794c5ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0cca697b758a415dbe1e4c95ce8061c1", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6f3f4892fa2747f9bda8eac81fc5be91", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a68fdf510a384249b02d05dad57b7792", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ba6c41b9f1647728262446c3c18001d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "459a2fbd3c974eb2bbb3c9c25cddd0f4", "region_id": "RegionOne"}], "type": "container-infra", "id": "f77d3e49015741ec9d62948730f13ec0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e64ddd86a3e54e29817af8ddbd2b28a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "1ef057542ce04c9b913da11fc055ae0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "94370d2cd9bd481d86695f1c7302a2cc", "region_id": "RegionOne"}], "type": "search", "id": "40f54f7b484b4897b26a5f0ebf03cffc", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e5c1a99070b04186b05723f821389c7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "348177f641954371a42ad6034fa3aec9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e979aefdc77c46618940c9553cf33277", "region_id": "RegionOne"}], "type": "dns", "id": "6c27b9cdcc194724bf87fdb641bff164", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5137f9e0d5754c04b1546e4a64f86406", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6e225f7010704ff68f0aad3b44a983d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e93072865084449bbe0bc454feaf7adf", "region_id": "RegionOne"}], "type": "workflow", "id": "2d91efc0d5a94ae4a4fd397d01c4cd9f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6e178d9e4f804071999f331d4699ac41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "411f13f03b4f42a18c7de8f6f7d608c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "822172e764b9460b95fa9c3bc5cd6f28", "region_id": "RegionOne"}], "type": "workflowv2", "id": "20e149a739644ebea26bdb14ec7596c6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "964a57f0ec384f2cb0298e1311a8ff1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "62f90f2724ec402685e9f45a7507c805", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9feb637c3e3b41e4a8bec83cca594074", "region_id": "RegionOne"}], "type": "rating", "id": "e23c7fe944544e11a05c9c439e318882", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c6fed6cb50544dcea6d78f073b79b663", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "456d617e80ed4d45858f647ce8852531", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f7357acdb22e479698feb66c2fdf359f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "11a4a5ade0ad44e18bbd3cb86fb7f31d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "576f8459ac594761b8770ce0935931af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c89248983c0e4f35ba4fc08c847abb4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e7a5e6895e9f4a59884c51619313714b", "region_id": "RegionOne"}], "type": "policy", "id": "2ad40c0d2d8d46b3b8dc70c36159fb4d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5bb3f8e6bd9a431c8c9fb98fbc52ad30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a0a38c3165ae495a957c8b3ddee59235", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0b895bc6f0c244c0a77e58af3bae8704", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7959404d86d94194a5f60fbfb776553b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b40e7214bca34676800c806d23812cf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "13d34106c59349349384a01a72aab137", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "72a4075cf51f430688c54c39fa2c3c18", "region_id": "RegionOne"}], "type": "sharev2", "id": "0ea594935b34425786a30a978b44b2f9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e5e5522070a14b1ea66002f4cc8e32ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4a6473fb96124a3087565b004705a62a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "342eed11181f4bf7ae6f7cd6af0b3182", "region_id": "RegionOne"}], "type": "share", "id": "c7b74d6bf5fc4c178184db34e6ae77f3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b3478a0c18ca4309810f85323a9d894b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c2241fa164e443cea69c71731084c8e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "583ef3a06d52400db3e520a80e7c0b71", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e1faaeb383f3482a882173a02f3b500a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7efb75767476413dac3bb64bf30cc6e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "571f4903b7c9446588282e85a1d4f0c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d227cb59e414329bb6281ce3da6a62d", "region_id": "RegionOne"}], "type": "orchestration", "id": "366751e7de6940bda7621c9ab7493daf", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58afb238de684f92a0d67bc707d1035d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "342b611089f74d47a46f6bd958969541", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d41a8180e350476b82ac83bbdce061ff", "region_id": "RegionOne"}], "type": "block-storage", "id": "cb55dedee8304e4d975b7c75f68f16e3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81eba315efcc426fa6a7bc6e25f735e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d73d9a0be815417eb0a9d0e3e5005ce6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb9ca7975065497aa87680e6eb4fab05", "region_id": "RegionOne"}], "type": "volumev3", "id": "cb2f2196fd3f403a9c8cee8b236ebffa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3576d4e25cf3404d80ceb0a8ebe7713a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ccdf38153f94f03b1c9986cfb883406", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f764de50ccb40e9ae2c907f5fb14d73", "region_id": "RegionOne"}], "type": "volumev2", "id": "5087493708cf491f8d5d0379f3ee4b32", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc7a3ccd3d46404ea61f4d40cbca6e19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cee3594ea67f49bfbbdc520398bd63ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b950f905b874adbbf64f00ab577872c", "region_id": "RegionOne"}], "type": "volume", "id": "17d4e8504eeb41e08336bf87a9efef88", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fa0386fa2a449f6ab2b8db7a7b4f189", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47de858102dd4416aa7af3dff9ed4c90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4027a9f5c56d4637b4de1cc5acd96858", "region_id": "RegionOne"}], "type": "block-store", "id": "74d6a57e1ac0487fad09729fd7fbfd20", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f871fc115da643e5bf00b8c0b68c4265", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a8ecf85ab0d14b7a90e65d967d172855", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ef2a50b4cab74e54b9db195160bf3fda", "region_id": "RegionOne"}], "type": "alarm", "id": "70d0c645649a4eb3982b327f572f668a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "22d4ae73318d4215bd104ddd7f2d60f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0bfe33866a0245baa024d84b97857816", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e3edfc43d76c4d1190990775e2cab7be", "region_id": "RegionOne"}], "type": "alarming", "id": "9ded4fd11c414eb18b1eaa92ac6992c3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dfd53a29a4534229b641ce7b660851b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7ae57bd4fb974d35b11ee58cd7f72144", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "af04b212d1e64084a3fa080aa70e5484", "region_id": "RegionOne"}], "type": "meter", "id": "1efcb56508624b8ca759641af3d32d05", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "679d5b619ad24e9894c9c905d216427b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "486c524450e042e89537a8e700e1faef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "70c2796c298a4d72a2bb0a7f44740052", "region_id": "RegionOne"}], "type": "metering", "id": "35575cf171074f118b143e9135420bd4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6e15a0df5de54c019544d72c9476d158", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "53a575eee22a4eed9fdaf53dea80e371", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c506bbbed8ba4361b73cf84f0bed03a1", "region_id": "RegionOne"}], "type": "telemetry", "id": "f18ddb5978224e8da69f5c3b4f6bc890", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fec6bbc876f148b69f6bd7eb55b4bb9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5d477034549f4c52b6295e97158075fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e044b626870a43b587a5f17402dc5e76", "region_id": "RegionOne"}], "type": "event", "id": "d60aa96407d24b108de3fc19d39ac1c8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "77c20903bcd144599b76c7aab39868fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "31b9e47adfa94a63a169946efb9e4566", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9c6fda5b2f6a4d7787b1281655ab6c5c", "region_id": "RegionOne"}], "type": "events", "id": "72751fb3416e4ea0b5b9a3ce926058c4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e0ba162941ae49a18a9f45e1f504aff6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "edcc2ee44611490b8be64e3d37131773", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b9fc466a7c3843708da6ebb522a1289c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "148656879de34981b147950691617f5f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4196e1e770b04f88a2644109d29fadaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a98799ad82634524aabc459b49a2e952", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "75ffabed5aa843de9f91190e85a5e103", "region_id": "RegionOne"}], "type": "application_deployment", "id": "2817b31ee39140cca314370be8a2470d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1ffe9beccb1d41df9e31c2e48b47eb23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ab5ba1702d2744e183aa605c669ddbd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7858ec0814854d7d8a7a00ac28fdde1f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c34167765a554194bbf42132f9a7f56b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4c5f3029f7764e0191b8ce2ce77c2c9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5dcede1da1a64cbaaf72770c2fd0b762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ac84f12f2f3d40f28b082fe32d0674e6", "region_id": "RegionOne"}], "type": "tricircle", "id": "40feaf02769249249794f1c8da13a260", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "724c6269870a43d5a265a603c559c6a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "8272345bffc547e4832bcb1c119846e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c7047d3aad16423e893f88d172addd5b", "region_id": "RegionOne"}], "type": "database", "id": "02e01536848b4464bbe84e228b02772e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a808b1c1a8d14e6c95fae9acb59fd22d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6b810c9300944972a6f3b91286dc6375", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f0f07724eaca475fbcf542c662914b2d", "region_id": "RegionOne"}], "type": "application-container", "id": "8a30f3baa7814895b61445431a6bbd6c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3915b6b64a8f48c2a1a85f3a9a62ff25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5ffd319149414d18b8f7cae90f058c0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fdd63efdd14b41cf8260a16c9c1270a4", "region_id": "RegionOne"}], "type": "container", "id": "4fc20a9667854d3698fc5a348954705a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "01ee55c24207496785ab6ff766f63fbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ca5b1e5c17c042578701c6031aac4336", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b09921a12e734f2a998613964641bbf3", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e47f848998174996a91d45f5f155e78d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b31b462acbdb4705a4720716de43d635", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "87c6c4c14f0b4e4e9683de11d2ce946b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cb72a01e448743819d46e854c8a553a7", "region_id": "RegionOne"}], "type": "rca", "id": "4acbdf813e014dfc9abe6b1ed0f92e04", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8ecaaba5fe6b4c94ba49acf0abfbd90b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4f29813f8a5e434fb4711d12a5dea1af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "76e8d5cc1d7b4b3c9d2a9ad4d475d67c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "bddc1e55ca1a4fd4acab299edafbf473", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5ce21c30986c40d7ab17921d995863cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e3e005841e594e00bf5eb5789571f43e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "903baedcf81a46d1aaf09a77a1e1d7c1", "region_id": "RegionOne"}], "type": "network", "id": "276bda96b2a94681bc9ebbc567896dc7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "56caa976d9d24f2480b9916625e4a5f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d1e6384174da4928b360365d6fadfa4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "711e06076c784eb5a5ec57d4efd69545", "region_id": "RegionOne"}], "type": "backup", "id": "d2a6a7f8b9c94e70811c918b1026df6d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a1b56ceb09ee467ba8f4cbbbe085fe80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3770ac5fc78f4d82abad9375b2e71314", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3cecc1fb2b364b0a9e8a1a7d07084135", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "49efd158118a4f098a52f597ffea90a3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "461ea48a9cc34463b035fb01a9401aaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "aeda9ee2735344b5847a1db533129c19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "52106f013f074f7da2be6b13b233af07", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9bdd561afe3a409c8fa2ff4fe8d461b5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1fea5aa2ff76477db537c60f4bc24217", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c58e3f2e3be249efbdc63485fbd59a85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "3bfdf6c6ff924e81ae3a1b943a770903", "region_id": "RegionOne"}], "type": "monitoring", "id": "b97cd607054249a4922905720fe93c4a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e3eb88e68c8d480fa608453173611823", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bc7a462c89fb4259b22d4b001bd28b1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "076c5a8028fc4784b766e126ca1259e4", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4558818efb9e43c59dde1ec2fa1c6566", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3211eb2769b848fd8bf9e13b27558715", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "02963102a8f746b8b987797853f91936", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7ecaf98ae6814db08b4ffcbbab55d42a", "region_id": "RegionOne"}], "type": "placement", "id": "c68734ad7a7b48fb8b5f4f5233a4877c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a1adbc141c7c4d6bb2f88c6477e1823a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ca17b664ef2249e780e6ad065a8c9106", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5919e8ed65b94382a70d1bc98a234afc", "region_id": "RegionOne"}], "type": "instance-ha", "id": "3d189706198c4edd9e45d3bd7ce39564", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "203f36cccfb54562a0dc2ecb72735684", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "faa72589f19b4e17b3ac2e144d751baf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8900bd52235446aaba192d05b8743bc9", "region_id": "RegionOne"}], "type": "ha", "id": "d71425b218e84f4292ba63a490530c21", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a618ca1a2e974cb3afe5c901d16b52d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c9c0e0e4df894504845e54cb20f61092", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "edaba9e41da94c9096532efb88a0411e", "region_id": "RegionOne"}], "type": "reservation", "id": "f1cef94e48e848578ef22a6bde08ff0d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f537e1ececc445148105d3a787399605", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0f7f62a60c054093aac2fa04e4458f52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "ca8af67f74fe4ed389b29782e753a176", "region_id": "RegionOne"}], "type": "function-engine", "id": "865811ffa893485c8231cfdd5deae751", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "65ff4374c9e44dfe830fab8d84dcc8e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8c5899cd442f4c458be7a5e2209beaa1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "413721470b6b424690b9e3a76c808468", "region_id": "RegionOne"}], "type": "accelerator", "id": "6ac689d3d1124355953656abbc837098", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a362ad3b20684fcfb04c9e98ceb4db2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "237c8bc80f2547e0b263b2030c7b44f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7883c134bc02416b9c99098ce99b18f0", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f5c3c753895745b593baa4459dadd169", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c959534658264da09a7b5f3b19269658", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "36a6622cbff24210b50199fe17e51d9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "10f9efab00e34d4a8ed7529de9f93f0b", "region_id": "RegionOne"}], "type": "registration", "id": "e03e60c25f0040639055d0da6d37fc28", "name": "adjutant"}], "user": {"domain": {"id": "86883809d43e49f3a354ba8bb3019f60", "name": "e3fa866d87a5478f84c661eff2b2284e"}, "id": "fefe523da93e410383f96ed92f9a456a", "name": "12fa93045557482b86c0012d41abe9a5"}, "audit_ids": ["4d97d9a033334c8589cdb73365ef6dac", null], "issued_at": "2019-09-19T09:04:43.815612"}} 2019-09-19 09:06:44,220 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,225 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,227 keystoneauth.session RESP BODY: {"roles": [{"name": "8f466003f3e8486bbe0583e52499f3d5", "id": "04b98a40bc034e4481cc8dc23a16fd6a"}]} 2019-09-19 09:06:44,270 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/90a50524bcf34652b2d915f03dc9372a -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,275 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,277 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "90a50524bcf34652b2d915f03dc9372a", "name": "domainName-2"}} 2019-09-19 09:06:44,297 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=90a50524bcf34652b2d915f03dc9372a" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,302 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,305 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "fb4572eca8974d628566a2b41eed347f", "domain_id": "90a50524bcf34652b2d915f03dc9372a", "name": "username-3"}]} 2019-09-19 09:06:44,357 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=04b98a40bc034e4481cc8dc23a16fd6a&user.id=fb4572eca8974d628566a2b41eed347f&scope.domain.id=90a50524bcf34652b2d915f03dc9372a" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,363 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,365 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:44,368 openstack Assignment does not exist 2019-09-19 09:06:44,399 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,404 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,405 keystoneauth.session RESP BODY: {"roles": [{"name": "8f466003f3e8486bbe0583e52499f3d5", "id": "04b98a40bc034e4481cc8dc23a16fd6a"}]} 2019-09-19 09:06:44,427 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/90a50524bcf34652b2d915f03dc9372a -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,431 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,433 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "90a50524bcf34652b2d915f03dc9372a", "name": "domainName-2"}} 2019-09-19 09:06:44,449 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=90a50524bcf34652b2d915f03dc9372a" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,456 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,460 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "fb4572eca8974d628566a2b41eed347f", "domain_id": "90a50524bcf34652b2d915f03dc9372a", "name": "username-3"}]} 2019-09-19 09:06:44,534 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=04b98a40bc034e4481cc8dc23a16fd6a&user.id=fb4572eca8974d628566a2b41eed347f&scope.domain.id=90a50524bcf34652b2d915f03dc9372a" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,538 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,541 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:44,543 openstack Assignment does not exist 2019-09-19 09:06:44,576 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,579 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,581 keystoneauth.session RESP BODY: {"roles": [{"name": "8f466003f3e8486bbe0583e52499f3d5", "id": "04b98a40bc034e4481cc8dc23a16fd6a"}]} 2019-09-19 09:06:44,604 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,608 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,610 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "90a50524bcf34652b2d915f03dc9372a", "name": "domainName-2"}} 2019-09-19 09:06:44,624 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=90a50524bcf34652b2d915f03dc9372a" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,627 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,630 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "fb4572eca8974d628566a2b41eed347f", "domain_id": "90a50524bcf34652b2d915f03dc9372a", "name": "username-3"}]} 2019-09-19 09:06:44,667 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=04b98a40bc034e4481cc8dc23a16fd6a&user.id=fb4572eca8974d628566a2b41eed347f&scope.domain.id=90a50524bcf34652b2d915f03dc9372a" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,673 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,681 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:44,685 openstack Assignment does not exist 2019-09-19 09:06:44,727 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,734 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,736 keystoneauth.session RESP BODY: {"roles": [{"name": "8f466003f3e8486bbe0583e52499f3d5", "id": "04b98a40bc034e4481cc8dc23a16fd6a"}]} 2019-09-19 09:06:44,774 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,779 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,781 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "90a50524bcf34652b2d915f03dc9372a", "name": "domainName-2"}} 2019-09-19 09:06:44,800 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=90a50524bcf34652b2d915f03dc9372a" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,805 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,807 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "fb4572eca8974d628566a2b41eed347f", "domain_id": "90a50524bcf34652b2d915f03dc9372a", "name": "username-3"}]} 2019-09-19 09:06:44,856 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=04b98a40bc034e4481cc8dc23a16fd6a&user.id=fb4572eca8974d628566a2b41eed347f&scope.domain.id=90a50524bcf34652b2d915f03dc9372a" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,862 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,864 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:44,867 openstack Assignment does not exist {26} openstack.tests.unit.cloud.test_shade.TestShade.test_iterate_timeout_int_wait [0.070131s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,874 openstack.iterate_timeout Waiting 1.0 seconds {19} openstack.tests.unit.dns.v2.test_floating_ip.TestFloatingIP.test_basic [0.063480s] ... ok {24} openstack.tests.unit.compute.v2.test_server.TestServer.test_remove_fixed_ip [0.078637s] ... ok {24} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_cloud_precedence_osc [0.179428s] ... ok {20} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_group_project_exists [0.879422s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,015 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,020 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,023 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,028 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,042 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.942075+00:00", "project": {"domain": {"id": "9e1e85cda763408a9b00eb93545146b9", "name": "015034b83dd24814a60462d85880b34d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "35c1192f554042318b8f955ddb921abd"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "fe6960271f3745d89f83362395807f27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ab7cafab4a0a45cf867e313e316a362f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d0bce1cbceae41d5bf738c83c33b130e", "region_id": "RegionOne"}], "type": "identity", "id": "bf768e8d365c4a5bb4cb86a2e6ca5d59", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "adfd72fa5f3f41b98b3b7c53b0714b5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "916a669835654a969f861c3b6d96e9c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8b97ce647cb34bd3bd88b4ca3c7bfb4b", "region_id": "RegionOne"}], "type": "compute", "id": "db4755ba9e17485f97d84ac8cd784339", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "fad0c1bf498f4cf3bca69a60e74a4862", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b78b85f30f6f4f578d365f0f37febd96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "eb0201e1ce4441a5be604a9ad406f629", "region_id": "RegionOne"}], "type": "image", "id": "2334c4dac8aa45d9ba7ef45cd7c2945f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5303e112f1094f21ad99ff2000f8e853", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8f477eb7152a4bef88c907779bb5f4b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "edfb550714e8497ab781e1b868229dfc", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7b6de21c886849ed8f4c3a63e998d9fd", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1cbd6d6681a84803949bea9ef8bd96e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "487a61dccd3d4d14bd3ba598e8cdf875", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c40eadae259a45ff84cc7a9fa3a9670e", "region_id": "RegionOne"}], "type": "object-store", "id": "498f44d221d74ce7ac2a2deaaf787b16", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d282ab3d54404d5895d0c07b028175bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1e4302d518be4adf8260d83acde44f97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "852b4f19350440959801ca38bb45236e", "region_id": "RegionOne"}], "type": "clustering", "id": "43049be82408406a89c34f43eb04443a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0a95e74f000d4851be213c800a9e01da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a94a3654410a4a92968132b3ab2cfbe2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d062915a6f714fe0a2e04d97f0a0e99f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8f8500747ccc43b3a53c7676ff5413f8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ef263796393349509d52c8f2851b7423", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "405ce5ab30784303922933f61c2c4a42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bd97b704cddc467085fac504237e75ae", "region_id": "RegionOne"}], "type": "cluster", "id": "2c9e2c87cb934a7ca04782d3b895b1c8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "47ef59b2906f47b28ed9c76503765c48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a553f09f5091422ab5a507bb2ff9ee04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f8b5d900891f4ec3a10d604207d8a45f", "region_id": "RegionOne"}], "type": "data-processing", "id": "f83f8b3784834759abb616844f15d4f9", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2c84a38251144c05a93b6f06f47cf790", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d905dc781e37411da759401f3ce5ec94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "79779e28d2124642a7a426ab4e731a84", "region_id": "RegionOne"}], "type": "baremetal", "id": "38950d950ae642aba1835ecc1f0db947", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fe8236c8ba264ed88c2358ba891949b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0b4db166f421425aa78992e7cc271c9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "94886a5c6a424833bece087321d544fe", "region_id": "RegionOne"}], "type": "bare-metal", "id": "fa3e224964704a37b5482d8045eef0ec", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f38324a4ae5f4e9495cf753b755eb4da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "50d570010def422aa0b13cf38efa1370", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a145ed8894ed4037acc83c8769e807c9", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9edb38b28b014ceaa5d6cc1a2b41511a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "20b745e26b3943c8ac639780eb39756b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "dbbc65b1da944a9fa048a43fbf5f18e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e3b0570d6103473a99de801d6728a7fb", "region_id": "RegionOne"}], "type": "key-manager", "id": "b358fa2388a04801bddcd38cc8128ffa", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a5d4e7e672ed40d18b37714fefb9b900", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "374a3f14562448ea95becb69b9bef858", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1055f3c3c4ef4b5c87e75c3f62a23afb", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "99df18e8f0864875a871f9496c968b9d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f269ec90e0134482883c6d68773a2a5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "344c70e909494a1daa1b816b1b85d3c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "80ac22b645934155a2aeb0882d04b901", "region_id": "RegionOne"}], "type": "infra-optim", "id": "644f43d1d1b14e008b0956171475b91c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bce413d0b75b43e1bbe64aae30967c8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b167277761364ea9b9bb4c09fd9c92d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "695c20706d5440f2949277655af23ba1", "region_id": "RegionOne"}], "type": "message", "id": "577ac4fb015f4024a61583c65e129903", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b2f95affb44346c9991e1360deba847a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "787ce0259cea471bb51e3b6b28211589", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "80c403399aa3453d89f8d08d7524fb89", "region_id": "RegionOne"}], "type": "messaging", "id": "69526c7df53443ffaf121692c4056452", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b767a8cf6a3846dd92c4fa2c3f451cb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "136be818f923434da70e2edc7db89606", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5a14517b370e4a62ae96989a1ecc8182", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b08eea3cbdba460aa09131895bb3856f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f12f3813ca584637999c8b48b377faa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b84e3a0da4ae466db2b7eb80610fae67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9d24512c3f4f4ed18e25b21702328b72", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f93ba07cedf7406392c5d16347481c99", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e3263f2c5674d0d83aa5aee6b26475d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b79f919a68e24e689023b2f7eac58b24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d52df4ed48f24825bbb0d994030ede06", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d5e410dffcf84fba9971eb4a24428fe1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a46a0b12887047a9b7d1cfb1a09fa769", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dcd76046fdf04f7d81799e977ba644ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "860cd346f35d459d815b443d4c392d67", "region_id": "RegionOne"}], "type": "container-infra", "id": "f5f70dd52921438abcd555aff95b823d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "274ab47be5ba4b0899b761ef583155d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "be075be8df8d4f409c86daecad8054a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e7ab243ffa94484899441a46166edd11", "region_id": "RegionOne"}], "type": "search", "id": "9ab9e4a63676495786064f12df4121c3", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "935ffbc32a574c3790be6beacdf572de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d183323127f94ecf9ea1fa3a9e3d94e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "8edcfcbee0ae4707b4eaf297330f1964", "region_id": "RegionOne"}], "type": "dns", "id": "1e99e318c853435d843690a9e1043320", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5ed1bad1400f48ccbd64e9bcd5c31e41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3752530fc548431a93f9d064f58f8a9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f391f1e318534bf881972737e0561eb2", "region_id": "RegionOne"}], "type": "workflow", "id": "090d4b05b0d34b4bb25fb7b4335f184f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6c0641f1002b4b91bb37061dda7a6f1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1075d97d27804ba1b25703dd51b722ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7e795074ee644261b573757cf27fd108", "region_id": "RegionOne"}], "type": "workflowv2", "id": "648812bb098a4873912fa7ae25a60064", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8b28e03f1bbc45e69e9ddd5b96679d54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ba68d6bf4c2f4e7488e5db766555d700", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f9fd8f6ed44642c380c0a7deb77e27ae", "region_id": "RegionOne"}], "type": "rating", "id": "a973fdc20bf943b5a78f9386d2bab652", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a36cbd0c108f4491b5775fb1efd22eec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fca69d8eca444b95a4f53b73e293d32f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a1cfe92603c141189188c92c3aeadef6", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1ef057c37e6d4007acce608dc5c5ea16", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ad4faeac7fd0401b9a9176f280101825", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cc8874146b4f4e22ad30db91b00a4d7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6b3085880136448fa2354d4273de5206", "region_id": "RegionOne"}], "type": "policy", "id": "3eced33bd9864caa9ddd6eff13adbc47", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4553bce13ca540c984a92de7280a1737", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d1ba17c5f74c401e92df5ef5817fc823", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0016418438fb455881c632b755512cf3", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a1c3df342726412694655af552248f3d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "785a2ac2253b4afd9a3254bae9d2247e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0fbf8f5d85b142c4a5cfc09e5e59e51f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bc1edcbc3c394231a788223276b6c10a", "region_id": "RegionOne"}], "type": "sharev2", "id": "be7af75f23ca451ab0b3dc0886f458da", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b820189e48174d769f3e660feb271bd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aea3323187e944ab8fb9c0a8f5fc89ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "438bb2283a764ad19f0f0e0cf78512a4", "region_id": "RegionOne"}], "type": "share", "id": "3e26b66f7b764377888a7d1782adb97d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "aeed865ec54d4a4f90fc91d6090c3982", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "103c901e224549a08a6b7ca83f08a82e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2d1db204237748c7ab8d11c2202eba51", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "084f84d299014441b54740ca124488a2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34e1df2941d84fda9127e68d3455b671", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb41986f20d24fb2a34eea818cdd20e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d445bd84d704b478db5be88c5195683", "region_id": "RegionOne"}], "type": "orchestration", "id": "06732aefc3794523bebaca224111ba3d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5aba79e744f741309b26b2dc9b6835da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b3191b1672744f09131fc96d8ef0cb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ff9e15df900465a8c808c944d639e5e", "region_id": "RegionOne"}], "type": "block-storage", "id": "48bcaddb11dd4a708773404a6bb1ff4f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1f26176bfb244da8fca6d0400c0e654", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04ed1c2e5a6944469c9ee89b6f0e0c90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "beede4c8ff4a4bf9a78563d446519e13", "region_id": "RegionOne"}], "type": "volumev3", "id": "6227540374394a27b479955f0f26a320", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a62a6ee628594b45ac829a3fdcfa5bfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e648fd6bb41e47099e89fe8e2cd39399", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c70f6d2b7fc47cd859f7c7aa93a203a", "region_id": "RegionOne"}], "type": "volumev2", "id": "0b3ab31365de4a2b9a9adf1bb17704b0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a3419b54f0f43f2bb5f62ed85da778c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45d63a5481214bb69122995b25951c6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7852ef7ae7f0476ea9de72bba659698f", "region_id": "RegionOne"}], "type": "volume", "id": "cedca6d215794e289d2563178af6cb7f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ef0927ab57c4dccb888491674ed1c8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f539844deeb4f1aa4173d1b7538d971", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "480f0094967b4c288b2fb7e73c1e11f4", "region_id": "RegionOne"}], "type": "block-store", "id": "3383581c9bb84c47a62f05864c04fcad", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5b049c7e8a8344ffac24d8a9c7661a96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "12e22d046b7f4598b727399d99853f47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cf4faf3452d0479c86909ad6d36b7303", "region_id": "RegionOne"}], "type": "alarm", "id": "51697d803fd34cd6bf983d10d41bdbe7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "94e31ad915994a88a7c4ccbeb7fe9ef3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2ade7cff0e0b40eda57d5c7b5c571ca3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "43223dfe25864f7da39a7f7ab43377ba", "region_id": "RegionOne"}], "type": "alarming", "id": "4f62494794304a578e0834c2790bf9c6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8bc5094495a548f9813ad259aa9c6149", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c5ac84f637d34ea6ae23d22d5962946e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8f9ca5e4a7ae44408fd878821025a1f8", "region_id": "RegionOne"}], "type": "meter", "id": "ce4270f2f03841b19237ea01aa118a42", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2e59d0ac25a24befae81c22cfce8c99c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cacbe374556b48b8826ed18576eb7565", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "99126d4449784edcaec4a7b00e769099", "region_id": "RegionOne"}], "type": "metering", "id": "aa18a79240a948f28114561ed9ede68e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ae50e054e62f404ba8b06ce941ff23fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "26131414d20049cb82616025ad447114", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "357dc25f4da34d56931e5eb73869e59b", "region_id": "RegionOne"}], "type": "telemetry", "id": "5891fb007f61426192c5a94c9f5ab121", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1af036e91f424e858e060c81d10c1112", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "db6ff37965864d048a4c83294a3ade4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1cd5bee8a1eb4b9bb87d74d72fe79528", "region_id": "RegionOne"}], "type": "event", "id": "40490073345348fc87a31f1a975d0a20", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5bb0f327e23b42639167935b88d400a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "199f0cf01505450189b1fbc437acfcdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "512033652f8441838394c3280e6017ac", "region_id": "RegionOne"}], "type": "events", "id": "d038e91f19c24630bf5e56ad350ef97a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "60dc84d23d8f4512a950e7518d09f041", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4020f321cf2b481c822e27bf59a60f28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fdf83d0df3e44b6dae1c1e2ed8c43f88", "region_id": "RegionOne"}], "type": "application-deployment", "id": "eb84c5b6ee8c4a84a3ebed4525554373", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "76c0286fdf3f43f997c22a67c19be0f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c11dd3b7c8384c35a46a8091771a8105", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "52be4eb33f7342b994775ea309bd8281", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f1a177c155754776a04a754df5b58563", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "370d2da6777c424fb24123f914670e5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "37532bd10a4a4b19bea73beb63ccae6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "13e03f0c741744bb8ed2731c2d0a5af4", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "767d8dc0a2e646eeb2a20becb2e32492", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "29f0ddd27f3440718d7f066c85869854", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "56fe7cf6967242979910eaabd1d8ca2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2e36436568754d008eb21bf8f0a0b1e9", "region_id": "RegionOne"}], "type": "tricircle", "id": "01d1f44dcde345d9a7715cc176d8f09e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7e255d9461a84207b057a0cc919f74d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "87256125a81c44a993a6a1da143c4e91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "79c1fca626dc43349f8f6c6ee38e404f", "region_id": "RegionOne"}], "type": "database", "id": "4658b2b3287f46f3b884ed3ea312f440", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6254e1293fd2476d8ee9173d378c73c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b7c6b39e0b9745e8b56c4691f9797352", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "979eda0cfc6748e9b853f78fddb8c17e", "region_id": "RegionOne"}], "type": "application-container", "id": "6b63b51f67104697bbecdbf435fb8f8d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b4bf59064ff54731bb183c32c61578ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3bf4b2b62d21443eb78e91744a51160b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fe570f0a28754198b48c017b27f74c1f", "region_id": "RegionOne"}], "type": "container", "id": "e37bd9bc4c244891bb3683b063938f07", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "515a000d69a54f1eb434cfe28394449d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b16a3fcb84664ad693bb8bcfbe51f779", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "40702988226d4b1f97be78cc3d4f2438", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2b1ba2145d0f468f90856a3443860122", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "05b187dde7fd42e3a4714d20f3935813", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "05126486a1f94ee298ea83d40d0da63a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "803aa56091264209a8db89167c5e7f27", "region_id": "RegionOne"}], "type": "rca", "id": "f82ca049160942df85140d5071b1f2e6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bbdd8040e6d84724bc9c5a462b81d822", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "cf26122849774670b54484961bd2862e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "dbfabe2a649c4667b8d710131e26dd34", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b16efdbee4804203b9ca15f9a147fcbd", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "b7edd796be2b4ac8a2e36ae6cc3e1252", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "65e3e2b8485140cc853871b9396db774", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d3f7a3ebec3642d49ce80f839839eb68", "region_id": "RegionOne"}], "type": "network", "id": "3bcea21501174fcda7a133dec7d1fac7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f43c2eb79a284d388372178317b10121", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "3b4fa79c3a3143caa5c4160a949f24cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "02b0c5f813464867992818bf2b1eb4e5", "region_id": "RegionOne"}], "type": "backup", "id": "2a6f83a88f6f416ab816ada87405d039", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4c125a91504b45e3bd6899bb00410ff2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "269c461e8d8a4ea6af8aeb3bdbecd3a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "19cf58b2ad884d5d9c955a5189b8e927", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7484f2cf6d484fcf9a394846c2524a49", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cbf20e9da901477f8e9674ff16e7972b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a8d322a4aa3940b3813ba04930c945d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "30b2a30300ab423db18d260357c94b8a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "108d25b319bd457baec3344a2a3b65fc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "22bd35c4f0cd4ae594e09afeb136ec46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cda90d6544b54ee198b55bea8f47f7bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "424718e4b529407d8ee2096edf9e832b", "region_id": "RegionOne"}], "type": "monitoring", "id": "15cc135d9d6c4b41adad7f90c2d3691f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4f8a0ab516a042f1acb85d9362a55dca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c1efa314cb354dd1960f85040d2c7e57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cb3f748018a042aaba97cf7f8daea2e5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2c19ead107a44567a58264e7ccea3279", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "def773ef168c4a75b11f10f208fc46bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5acb8021f94d4f098de37a0f25b1d8d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4d448bfc1d0a4b74b5f23e6086a721cb", "region_id": "RegionOne"}], "type": "placement", "id": "35e70f015c404f448a7ec089ebb7fcf8", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "587190ee1fb0426a900fad2215b2ad88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5b8375214dff4bbf94a38cff8b27dd46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d37383f6427843f8b56a40ac43b6c1e6", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d58caf0962df46678c7a41c077f473c1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5aaa94d78b0148598a9a267d92b88fb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6a020b5b303a4757a495e591e6c767d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8e2bbf3c311b446186b84e56037a6c3f", "region_id": "RegionOne"}], "type": "ha", "id": "54acc8b802514b2b8be849198fafc9ed", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "22f1ca94ba4749be9f172de73cfd5415", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "03480764d609423289cb66ab836e1c57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c5bb067441514b0abe8987d6fafc3687", "region_id": "RegionOne"}], "type": "reservation", "id": "48090db0da104834b3fc3f3c203da308", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f71c1418f4a74242aaad71297b5a3091", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d0f9941dac5f45c39dad3775eea62aa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "83135ae66bc7440a95fffa27c3b99cd2", "region_id": "RegionOne"}], "type": "function-engine", "id": "f5d3705d2a704d85b445d0261d2b3b50", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c886770837e44fc988439fc8db93982b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "021839161c31408a860ee5858e40aa7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1c259a594bd44aa481c76f1d38426c4d", "region_id": "RegionOne"}], "type": "accelerator", "id": "254cb8f1b66a4cecbb61b205829d41d1", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "740e10d34414485aba10582fa889ec5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b84fe03301bc4ece997b4b57b22d4d05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1a2ccfb341f64aedbfe224d293a75d89", "region_id": "RegionOne"}], "type": "admin-logic", "id": "48d3ba7854f744fa80a27780b511fb57", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6e6882eadf5a4b8f8b781770dc928784", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "43d10dfb9e6c4722b4a9eca235c6eb23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9c5ad99d67f14b9f811c5a06e5aaf81f", "region_id": "RegionOne"}], "type": "registration", "id": "f36e81e8d17e47458f12d43d41c1ef21", "name": "adjutant"}], "user": {"domain": {"id": "20dcbcc04ff74ca9b9e57478b39d4935", "name": "b904eb02cc1547fd947508fd47a4e51e"}, "id": "3a68fb1ec8e24c2aa18bc08c4fe8e3ef", "name": "0e6d595bdf524ea79cdd46ab75bd1de1"}, "audit_ids": ["3f481f98cfb14bc4b5ae84692509d3d9", null], "issued_at": "2019-09-19T09:04:43.942075"}} 2019-09-19 09:06:44,277 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,284 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,288 keystoneauth.session RESP BODY: {"roles": [{"name": "9abba718e2f042d19eb3ba7d2b15fe36", "id": "0e05b8d93c3b4e23a2121b5a18a55b16"}]} 2019-09-19 09:06:44,365 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,371 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,374 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "706725b05653437a9d3febdfc48f57e1", "enabled": true, "id": "3f2fa87115b94a88a16988e98348a8f2", "name": "projectName-5"}]} 2019-09-19 09:06:44,396 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,402 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,406 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "706725b05653437a9d3febdfc48f57e1", "id": "d788f9ed71dc4aef97b3d0b93e87764c", "name": "groupname-6"}]} 2019-09-19 09:06:44,458 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?group.id=d788f9ed71dc4aef97b3d0b93e87764c&scope.project.id=3f2fa87115b94a88a16988e98348a8f2&role.id=0e05b8d93c3b4e23a2121b5a18a55b16" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,463 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,466 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "3f2fa87115b94a88a16988e98348a8f2"}}, "role": {"id": "0e05b8d93c3b4e23a2121b5a18a55b16"}, "links": {"assignment": "https://identity.example.com/identity/v3/projects/3f2fa87115b94a88a16988e98348a8f2/groups/d788f9ed71dc4aef97b3d0b93e87764c/roles/0e05b8d93c3b4e23a2121b5a18a55b16"}, "group": {"id": "d788f9ed71dc4aef97b3d0b93e87764c"}}]} 2019-09-19 09:06:44,508 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/projects/3f2fa87115b94a88a16988e98348a8f2/groups/d788f9ed71dc4aef97b3d0b93e87764c/roles/0e05b8d93c3b4e23a2121b5a18a55b16 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,514 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,552 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,558 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,561 keystoneauth.session RESP BODY: {"roles": [{"name": "9abba718e2f042d19eb3ba7d2b15fe36", "id": "0e05b8d93c3b4e23a2121b5a18a55b16"}]} 2019-09-19 09:06:44,641 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,651 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,654 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "706725b05653437a9d3febdfc48f57e1", "enabled": true, "id": "3f2fa87115b94a88a16988e98348a8f2", "name": "projectName-5"}]} 2019-09-19 09:06:44,684 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,695 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,699 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "706725b05653437a9d3febdfc48f57e1", "id": "d788f9ed71dc4aef97b3d0b93e87764c", "name": "groupname-6"}]} 2019-09-19 09:06:44,755 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?group.id=d788f9ed71dc4aef97b3d0b93e87764c&scope.project.id=3f2fa87115b94a88a16988e98348a8f2&role.id=0e05b8d93c3b4e23a2121b5a18a55b16" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,760 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,763 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "3f2fa87115b94a88a16988e98348a8f2"}}, "role": {"id": "0e05b8d93c3b4e23a2121b5a18a55b16"}, "links": {"assignment": "https://identity.example.com/identity/v3/projects/3f2fa87115b94a88a16988e98348a8f2/groups/d788f9ed71dc4aef97b3d0b93e87764c/roles/0e05b8d93c3b4e23a2121b5a18a55b16"}, "group": {"id": "d788f9ed71dc4aef97b3d0b93e87764c"}}]} 2019-09-19 09:06:44,805 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/projects/3f2fa87115b94a88a16988e98348a8f2/groups/d788f9ed71dc4aef97b3d0b93e87764c/roles/0e05b8d93c3b4e23a2121b5a18a55b16 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,812 keystoneauth.session RESP: [200] content-type: application/json {12} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_update_subnet [0.244532s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,759 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,765 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,768 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,772 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,784 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.688694+00:00", "project": {"domain": {"id": "7bdd467403904ea396840b1d93eebe70", "name": "486270795ee542c3b156d14d2315826d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "345679d5c2554a02a6a823dc270a4778"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0e621bf1641840599b73ce9e56f20d7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "221c1c314d194e51b47481e80f0f4926", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7ae15a850c654b7e9065905b9ac285dc", "region_id": "RegionOne"}], "type": "identity", "id": "d1fcb09394d143b1aaebf4955b255868", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "af0c79e28b714e188f9ad41694dfeefe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9bc82ad239a844dd8b27cb16366e6cab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "1d26c2bc66994a2394a27508bba6c973", "region_id": "RegionOne"}], "type": "compute", "id": "8af74c3c3b704f399fc3e80115a62fae", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4d520eddd55540648981362981c8b656", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "9702c81302a24e0e87d9234b40974129", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "fcf32fd7a91841a7b6c2138a5f0173da", "region_id": "RegionOne"}], "type": "image", "id": "8960ba0e5ce24406ac1f0a47f32ba334", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9e5ddb35e1264eb5ae1592e6d0b05ad6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "49f96d2ae5244de489af28234a211b5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a97ed2231f964f20b2abb054cd977c20", "region_id": "RegionOne"}], "type": "load-balancer", "id": "caf1440864894a5b942f9b31fed9af43", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23c9ee05854a475b91595ed65156bc20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2141617cb9f42a3a31894c40b0f95c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1fc615724636427e96560701263209a5", "region_id": "RegionOne"}], "type": "object-store", "id": "874dda007f514b4d811bf64aca9845a2", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4f55da52c50a4859a4270a6c0432c45a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4cb6446e65884996a6f4a19f0e180873", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0a11755c02c741d999b1a9e4fb98b270", "region_id": "RegionOne"}], "type": "clustering", "id": "414dbaeeada44519b03a8a360448df14", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cf22ffe3199d43cc92ef2fc7cb9b4e45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1181b67a61004fd684e7d16ce496eb19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3e83b0b584e84832b59f1b40cffe0947", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "165f6130a43c438a930c5f1078af003a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9a42be791d70419e93267316c46b6f02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d351183f7e6344178ea92f437bddd7a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "61224bf1d7df45d1b0f779d22406f7d9", "region_id": "RegionOne"}], "type": "cluster", "id": "2c7d715a415a4c9fba138a3e386730de", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "08d1cbbe02854126b0c541d4562fc632", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "dbfd6ae253cc4a21a2064edef6e46039", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0f8a51d8e48c4ece8777f4c8469cb118", "region_id": "RegionOne"}], "type": "data-processing", "id": "b4f29776a38d4c6086b715214b97069d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9689796c7ce148ceb90e42e3ce67684f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5fbf0041110d4a8db14a536f61e41ad8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "72103a4a72bd429883385f3fe84c9633", "region_id": "RegionOne"}], "type": "baremetal", "id": "4982f90851564d44beec63ae5ecbe89a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ebb72356584c4a71a77a0b138db1c145", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5da2465e01524e26a37b852a396ec511", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "50226a594af040068bcbd567bbd28566", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e1c4376b5909431fab9214da0f8ca61e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6ecf6f2fb7c64578bbe2ca403639068e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5c832cd70a564819996bf8db25c211e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1c840a43d5714fe080d964e0578f4c04", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8450c63dce7949c9bc79cc680744a070", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6c78b50b120a44debff2bae8cdfdb8ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "265bca3090f448d6bb7d45ccbc54acc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "514ad259f9884efea8d0569683713bd0", "region_id": "RegionOne"}], "type": "key-manager", "id": "6f47282c6c7b44208b65f3a76866d666", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0bf20eeec8094255bccf1f05763850b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "647bae6aad5040b187a12687fe24fdd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "079f1a0292764ebdb07f162c7d8f87d3", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "4be662f0ad8243dd9c7278c66378d215", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7e4ec55ab78a452e8f9df7e5f2d6ee39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1f67733e99f04e7aac4204e13e64c17f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "dfd91e957ff2487cae05884e0b669120", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0cfbf9260196469491c6da9a5b41d94d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cdcee16462384381a9bd7746e2e3b077", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "88cbb10b6d184ab2ac52cd6b1ad2bb6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "00a662e268054be99cb5a11ad714eabb", "region_id": "RegionOne"}], "type": "message", "id": "7e2192df60b141b2bb199f2503e71855", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e7e1f70a7b3042538d7e9e27dc80db5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "63b68ef7c2fb47818d3abe7d86bbe70f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a865736420214fe18956fa9a9ae6a206", "region_id": "RegionOne"}], "type": "messaging", "id": "af34791290d44ac394ca29d5b73a8879", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c2a7e08a3f4a4230b63f1308e9475036", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "80f8f7e7086e40fc8bcf24dc85c1c4a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4b90c2631eba4d24b49f99d9b1ccb3b3", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7bed13de969d4f0883cb2e8cbd126145", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "81d474381f9244479e0dfc88341ea511", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bb8803cf62864fb6ba2a2eb3468d3749", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ec161604229f47cea68f9ac440c9848c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6d119d22cc614c1280d87a99fa329ae9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "05950dff569949849595a94b0ae2e3ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f13fd65af892472db8473f301d638ecb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4d8ae8a34c944155ba641e055c21ef89", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0d8277961a0b45708de0a662c4e60c16", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9e37b1f6241948e686e1cc8ae3beee26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f64baa38456d4261a2151444230e6b05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "993391f8bee44a4e85c3d51cda254760", "region_id": "RegionOne"}], "type": "container-infra", "id": "12425a3f25d941cabff31a83fec032ba", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4d92bc6839fc4e9fb3716b42418336b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5a4981e2b0a448058b8ccb4a246d5597", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6054f24820ed46fe9d2e877bd2f5294c", "region_id": "RegionOne"}], "type": "search", "id": "75959a6423bc4dd1a1eaa3f75120a362", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "70854bdc0b4b44989a6ddcb96701bb37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "44e18363e4954f4886609155f9778d1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "424ca9de65134e08b92867b0d6c7f81b", "region_id": "RegionOne"}], "type": "dns", "id": "b2696d93442c4daebb235d916ee7825d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "58848077ebc14dbaae9bb8746e45f844", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d5f368251b994631a165a52e125f6261", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ab23b526c80648d6a5620c6dcedef726", "region_id": "RegionOne"}], "type": "workflow", "id": "62a85332d7a141ff8070e6e9505b21db", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "12ac692d8a3c4cd9ba3a85cb891d8aec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2f1f62299aa94cb2b0dc17185eb0c317", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6803c83e4da842d3b56bbfcedb7632d8", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2ff10b270c314bf29585438fc020095d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "45f82fa3d0c34b7c9e5c2044852d94f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e7b5e3b8b4504a58be4046d527b9fc3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "aa8c875564e94607acfa591303dfc6c2", "region_id": "RegionOne"}], "type": "rating", "id": "24a143e57fc743afb4c024950390609a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0ae84b62cf724a1bbc087cce2540ad51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "84d485be43f94e7ba445b5fbab338f0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0fa7b573bc984b99ad33c7f0f80c4f94", "region_id": "RegionOne"}], "type": "operator-policy", "id": "158d871aef754f32abd3b2416aa3bd2c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fd00857791da4cd7831a10670dd4c9dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4650af33d8ba473ba90d770174447e59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b0dcd8b750ba420bb8f98707cc1ef184", "region_id": "RegionOne"}], "type": "policy", "id": "87e27f83f2334a1e80c149a0865cfb56", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "af8de1449eeb422692bdec63d36bb0b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8776032869a947ebabeec3f0b69fae95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "70f9ed4ba86a4f239577c2c22bc64266", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f6e865f4732d489fb575d5f9ad69b58b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6d966cfc9d88414c9b0d6f9dd167bce9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7ef90f8795f0441b9674e5449a787d69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2162457a108e46f889c01e157ab4bcaf", "region_id": "RegionOne"}], "type": "sharev2", "id": "052ece9b7725448ba6826f4f35613ae9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3bfe528a28404cce858f1b6628afefea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f86cc587d03b46b990c2da7d22b6e897", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7d714e7d5a454b8e85e2ec3942f57210", "region_id": "RegionOne"}], "type": "share", "id": "84104400c39747af82737fc0bdb4f10a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8a5c2b1bdd544b55bbacc0cf124bd92d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e5486613ad1e4598a8a3f5b0ca4f5f16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "8af7aa2d0c534d86ad6b3e8298dac3cd", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5e99d21cd6224a43bbe75d42004d1c9a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afd22a5a732746cfac3491da66b62dd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a72a59c0dc84e01a008a81c579868b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1144722af9f94c0c8cd44cb27293fae2", "region_id": "RegionOne"}], "type": "orchestration", "id": "ac2e536a0b584ee48b666f0503e320a3", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "895d3b65b65d412c90b8decee6cf30d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c58bed72c52b4963997590de843ee7bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b820ac48cdee457fb1c40e322f52cf49", "region_id": "RegionOne"}], "type": "block-storage", "id": "5346eb2edfb745448c8669433a191b96", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "647643b301094c02a571213b720a8b05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4318d3b8b24b45d6811a953277852555", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "461529c0b108469e85fab0adc9f458e8", "region_id": "RegionOne"}], "type": "volumev3", "id": "f5ee9388d1a747be9f3c8145cfe7cd25", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6606d7bef324e8b8488289e765bc313", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e266d6daa11349c1855daee3cacc804a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2596660f413442688d85b7eca51c6e9e", "region_id": "RegionOne"}], "type": "volumev2", "id": "41f23c279c414c648f1bb2f132c1bb8a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2340103d44749f6b1618e50b24793b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3c6da3483774693abb0527e46599501", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac3eeb295b74482599a8a8f7332d44fd", "region_id": "RegionOne"}], "type": "volume", "id": "231ceb3a62154671be26c2f356b3e04b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a460fbb773e410689dabfc0fb03d542", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee800b98296c4095a088028fc8421c28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01c4f97b28c54502b158e888830f291c", "region_id": "RegionOne"}], "type": "block-store", "id": "55396f49dd8b44728a168e008a2854cb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9ffbe872a4514103ab289a06b993850f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "43dcc8e6a8164180a4a5478c71e22751", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a5539c4e5c1644a18d8b7c5d919c3fe5", "region_id": "RegionOne"}], "type": "alarm", "id": "f918d4e383b34cce928aa0987c37b529", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "09b1ad11d70e4af78850a6e3693bf6dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "87c0521f6a8f4c2cb357a33aacede6da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "40df089628724930909c142f883ba5fb", "region_id": "RegionOne"}], "type": "alarming", "id": "a3ac6c10022e4923a75e1d4c2ac2eac0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e8eb437178c845c9a61997d61f26002d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "48d4261024bf4068b8f485dc53b8bbb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1d761d252c5c45a1aa1a2f234fea3abd", "region_id": "RegionOne"}], "type": "meter", "id": "4fcc758674144bc5b31cdf3676b6e1e9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "db110fef6fbe4a4b9af3e0f886fa17db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d5013b5815f24343a2977ac63b1bea3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "dc5b9b82ede44c75817d0a46a96eb2d9", "region_id": "RegionOne"}], "type": "metering", "id": "9b59d09da240413eaad9f86eebeb7677", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c78844d7c415462cadca1d003ee3c292", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b64063e1c68c4f999eb4d01ff70a53ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "93c6925f04aa4d478818dbb3ad66d19d", "region_id": "RegionOne"}], "type": "telemetry", "id": "3f750c1377d4477182e35869550d4fc6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "736c64a4efd94f478d10f7db24978cf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7fda9c1501a34b1397db443bc00dc95e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b438d218fcc245c4b67a4957ed42a45d", "region_id": "RegionOne"}], "type": "event", "id": "ec48c07dee934bd6b79aed612c8a3b59", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c13b7d8db2b64e7b99a6abc23c478a19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c38ad49399b3443d9ad0b257d9fbf90a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "19c7cc77d7dc4e7496c976a3ddf58c49", "region_id": "RegionOne"}], "type": "events", "id": "c31ea8efbd204cc48e392bfccbae0015", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0af4df9beaff487f907959ea47740e8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "76fa4aea4d8742b2b73712d8ce0002e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "225568a03e3d4771bdd4d6a4247e0957", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0729ca46568846abb9269b8030ff74cf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4d4ac05c4d4846759dc657d74f7d6cb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7556600bc25b48c6bce0bb8f75876465", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a0f7342d5adf4ed7ad7c43d4fc2eaae2", "region_id": "RegionOne"}], "type": "application_deployment", "id": "4c813333945a4d89a752505ea828b5df", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8fcc55516e76449aa66ffa2d88eeaa78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e0592760a1c34a9aa876f84323a826de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5f37f84f43d744aebf7f12dd88cea3a2", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d2746fa957bd4a94b1b18cde3e1b4d9e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "11835c98b2644c6594e6ff9e1966a01a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6de1de5bf76d43968d2203cc44f2bb3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1fd9d388bc8448afb7fbeab57f3d0594", "region_id": "RegionOne"}], "type": "tricircle", "id": "815b3ac4477e4ed4a1a499fdda1fcfaf", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "25c82ca77cb74210b496bbfc8c7c72c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2e106744dd7244959d12b67dbd06f308", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "78bd72ca485343e4aac20e9d3b01b3f3", "region_id": "RegionOne"}], "type": "database", "id": "912457c7dae84fdbaf87ccee54023d9f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e91e55e4f17f47f1b6ceb1b3fe6d1761", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4b21660f98d645f6b554f6705d270318", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2be080ef95d541f08db7adba4e9d08a2", "region_id": "RegionOne"}], "type": "application-container", "id": "12005094fade4fc18c0cd2d4ff270d9f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2acdd4a1af00430787d974132ea86f19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4bee143db34a4bb4803a507d306c34be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c38129dd7f34475991bb2e2e3d4108e9", "region_id": "RegionOne"}], "type": "container", "id": "5914b93fc44f49b99c3b42badf983acc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3805875c8b514e06b053ad6301e3fd3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "26dff6f78de5403eb51b878de737c3ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "99fb6f6a3e614b8e81d89dc208e1fd73", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "773b46f7d63f48888615e906967324ee", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d354d8de405440068fa388ad69122434", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "395966a7c1314a5a909cd22851a6f45b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3df44417feea444e87af071d079d17c9", "region_id": "RegionOne"}], "type": "rca", "id": "1728f5e8a7ea4d2d8e1fce9a2f77891e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "dca9db6687414ff5a49db4b19ef5739b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e072c5b9081d43418c907fc5f616b266", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1e70735b00354738a34aaae031fedf6a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0cd189dd7a3a407481389731c52c7876", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e4eb7202a4494543844d3ef6488813ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "36498d03271f4d0cb1192f6ccf7565f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "efd4475f15434b53aa46771784b5e3d4", "region_id": "RegionOne"}], "type": "network", "id": "8b8180cf567e4dbc80ed2fc9a05303cf", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a3857cc8a11843088a0cef6415c057c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "30072896422443b18308d106561713e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ea935342e137454c82a20d7d92578d74", "region_id": "RegionOne"}], "type": "backup", "id": "e9e71da2f06544648e2bac275010f1a6", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b1db6ac68a52474183b51f325ce002b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d0f5e7ccc86a49939a983403121f611a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "83da0bd536fe47b780b3d02232dbe36a", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d4cff40491524e8bb2337fe23e236916", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a5bb99f2730a41a18e1cbdf0dfa2a49c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cc83cff61f17487089c0490715b8a167", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "abafdb388c19438389dac97d3787ef56", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ad3cf0d7717c4850b2f2d67cf0b646de", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f8bb0cf1ca804356a5386c1856873821", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "26061eaeba9a4c069f72bece14c680d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e2fab05e21bc427c8fcdb1c10b54c64c", "region_id": "RegionOne"}], "type": "monitoring", "id": "99f9e07a74064be4a3226cf9402149b6", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "83fdf68c86054b96887cc90ed1a16188", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1f49293252634f15b98c2d67948d607f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "21c35059987d421c9243d0eb5f3d92b9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4b92710ad21f4330ac749b611166c911", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3c6e489c56384ceb8d00b23c0282c685", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8400416316044c509284a7a0f36b1873", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9ccaa83270544647810f9903db29aa21", "region_id": "RegionOne"}], "type": "placement", "id": "40c0fbf7c7bf400bac2989c66600a805", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6b445477fb1c409eae1b6bb300e569fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2d4d82f4009947fba52b0261432b851e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "be7999f2ad7344a691b1b7789b18a374", "region_id": "RegionOne"}], "type": "instance-ha", "id": "10b7b1a9a2084a5c810ea313aff931e9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b7c3617811114bab9eca5dff42cb0dbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7b7efcf99f354f2aaf2441f01aa8a9aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f18637056e7e4c6894502aaa5324f352", "region_id": "RegionOne"}], "type": "ha", "id": "ddafa1f28a094c1ea1dca4b22de598d4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "40e02c47ce5a4bf6b7a900877242d6f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e87e6dd11e4f44f0893f4e0a8c1ba93c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4b96b01fa7524b62ac91b998c10582ec", "region_id": "RegionOne"}], "type": "reservation", "id": "0c1a762a5c7f49c28a8b59e491122e47", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "48237b69dfd845e58db8dbc23072c218", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "281b927bab144c0a839bf2663806add1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "da48734e4bf548789c7e717ae1a09d73", "region_id": "RegionOne"}], "type": "function-engine", "id": "44861d5bfadf4b52963b2d8c0cb703e7", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "379edeb282184ee1a9ef6bae559a5bde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fa93e1e7a5824cddaa5f3dc46488d3b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6c2214f496dc4c6083a28529e463bc1b", "region_id": "RegionOne"}], "type": "accelerator", "id": "27e40721e99c43998e683884e5a6dc89", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e473bd0eed814ea6aa75ed65400af5b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2621b5dbd8f64bf485a6c8f9bb8c6759", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "21b622065b06468c9f2ec495721f075e", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b407a760e98c4678a261b395dfcaa9a4", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "eb1014a5d4ef457c992403780bfe303b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5ec23a03d71d4c29b1a96f7acf7d011e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d312a6a5cd4e4bed8e8e83b90d0760de", "region_id": "RegionOne"}], "type": "registration", "id": "1729bddacf234673a3ca11c9ee227b81", "name": "adjutant"}], "user": {"domain": {"id": "0a8faae27a2b4ebbbba5ec5233f4c8b5", "name": "d75c4f12b7864788b81ffdc15919e4a8"}, "id": "4c1417a7fd0148938b989231469b10aa", "name": "b6c2169e82bc4640a15e47135d84a78a"}, "audit_ids": ["c95f10e716a948feb69ab03e44e9ad41", null], "issued_at": "2019-09-19T09:04:44.688694"}} 2019-09-19 09:06:44,903 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,909 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,912 keystoneauth.session RESP BODY: {"subnets": [{"service_types": [], "description": "", "enable_dhcp": false, "tags": [], "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "gateway_ip": "192.168.199.1", "revision_number": 2, "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "192.168.199.0/24", "project_id": "861808a93da0484ea1767967c4df8a23", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "name": "subnet_name"}]} 2019-09-19 09:06:44,917 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/subnets/1f1696eb-7f47-47f6-835c-4889bff88604.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"subnet": {"name": "goofy"}}' 2019-09-19 09:06:44,922 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,925 keystoneauth.session RESP BODY: {"subnet": {"description": "", "tags": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "host_routes": [], "revision_number": 2, "ipv6_address_mode": null, "cidr": "192.168.199.0/24", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "service_types": [], "name": "goofy", "enable_dhcp": false, "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": [], "gateway_ip": "192.168.199.1", "ip_version": 4, "project_id": "861808a93da0484ea1767967c4df8a23"}} {22} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_delete_security_group_rule_nova [0.175949s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,898 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,903 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,906 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,910 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,922 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.827652+00:00", "project": {"domain": {"id": "beaa13effb404810a1a9ebca8cc3d8b5", "name": "d5ebd2f4bf9049ea855c507132b67e72"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0dce336d82fd4327b2dc7e94fcfd042e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "351f067c753f4b10b38bb52ee4ff663e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "89745f61b6814bc393e1fb54ea4f6695", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "59f487c3a2984409808ff5ad920eaa25", "region_id": "RegionOne"}], "type": "identity", "id": "5e707191369b4a2abd08da0e1c8c6061", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b7d22ed7d92045d58a6536ce559e624b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b69e204d1a304e17a20b1fe8ccb10856", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "1c15ddfb3509474d9b07b67cc34d7317", "region_id": "RegionOne"}], "type": "compute", "id": "531d2c9f34e943a8bf0ec748946cebca", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "0ceff00ac1df481ebdf8933053c6d13b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5babaf6d729c4533aab92629adb69ae8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0e24b869ac084fdf96b760aedc211e64", "region_id": "RegionOne"}], "type": "image", "id": "3cbb21b2f59f44c0bfe22d405b3049ed", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1fdfee84c1ac4644b398edcf526ef1c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "12a61ee795f54c5e9dccac1a75e9c3a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "bfad637f8f88467fa73400c7ca8556f5", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a28c3a889227407a8ecef25b6bd988f8", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c206d048fc84aa7ae2240153046fa04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a51eb26ce0a44b4f9359748b5f3ca979", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a740cf8a0fec4f3c83a5dcb0533ba3fb", "region_id": "RegionOne"}], "type": "object-store", "id": "fadfaf0dc6584a288d62ad4d5ab7c5d7", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "62143a38ad304b65ab7bfd6b894feea9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "51280be060904f16a2b97f915e2c2ab5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "71256cae89a246b0a6a586b930be2bea", "region_id": "RegionOne"}], "type": "clustering", "id": "8720f948413f4c0caaded4532c325b2a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6c79437f32ec4354aa3f35f3c1d91853", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7877d81a9cd949fdbe7918a60e4d0dd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ae51df6b9b454f168eb765d04cef71bd", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "6a0809d794204a9b8652b944b54a2746", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "42fb0cad89454fb8a40815cbe86c86ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "777dfaf6e562416bb4df229a216e0731", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9f5995d52fc14dd897dda021f61112bd", "region_id": "RegionOne"}], "type": "cluster", "id": "85b0273dd0c84b4493fd08b7554c2cfe", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ac1f4dadb2654e8aa677ce53cbe33ec0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7504db65e6fa4788890a950809211354", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a56be9c2ecaf44b88db0a860b64bd7c6", "region_id": "RegionOne"}], "type": "data-processing", "id": "a29ab8a483024b3a82421762e264de9d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7176f9633dfe4f448a8b980f69a41515", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2324b62e2a0c4d03a1a62e623a0a8efb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "406cf8f0ff334925bf1a2011696ee2f6", "region_id": "RegionOne"}], "type": "baremetal", "id": "43826630bcb645f8ba4be3d11b91b991", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "855aa84b494a458dbfd53d7956c01abb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "eb0b9411bbc84e49ba46475c750e1ec9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e35774e461914e5a9c223e125d5dde3d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8033e867be1b441eaff5fd52df1e76b9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6a41a204607c4cdfafcc89315fc9789d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e250a02442d743c08501f4e3994ddd09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "813a48c0c0bd4a448e29e425e8e935f4", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9d00ca62452f4fa68c2c5a7510ef82ed", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "04d94f898de944e495ae4e51324e1a5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "086ef8a1a5dd4b3a8c7a391c9261512c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e91095a6e8234b51831b67d7a3168fdd", "region_id": "RegionOne"}], "type": "key-manager", "id": "e56bf00b2fea468b966277bcd7801742", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dd5def1c12844f8e8e0465992f367ef7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2cbe65774cdb4a979417e9d45f8a3070", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "67fb727eb27b4adfa182c97b092568b2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "08597e0aaa1e4dfabff340400b0e3892", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c5407f54c30949e0837543a6bd9e6ef4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5fd4fd35706e46b09aead8e9d64c5359", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "303842e6526746e798910561bc64dbc0", "region_id": "RegionOne"}], "type": "infra-optim", "id": "cf34c3f2aea04af0a45225e7f0c825b2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "aa3acaa5e711459b8d114b48a780e16a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ebc440ce3d0f4eb9b90acb2503e86f97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "78f355e100f843e290d802a004cf025d", "region_id": "RegionOne"}], "type": "message", "id": "0d51d7108ae54fa4893872907b8016bc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2dc8fd7fe0e24f3dab7a2a7c676d6fef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bb8df25747834fc296aef0e8eb46d51b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "740a0d0643634b61ac309789f6f46392", "region_id": "RegionOne"}], "type": "messaging", "id": "76fcd29d0c9f42b6a147488bf943310f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7e5269e1006648bd834d7fc5947cc168", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "be6f0015630148e9b5259f8e495a8cd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f521de406ee64d7bac16cba828f13e5f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0a29b58351084ce6b3272b19016c9b36", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "55b1577ba0f74409bbf689309769f613", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c4bd79b315d04814a281e230a4d032a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ff17aea85d0348778626686213ab545a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "cc2aa901b02544a3aaa5e3e52525067a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f9159d19a73c4e08a9b7171437505f20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "96358456d7654844b7056154485a439a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fbf0eaf74a4b44e49b8b88aa148f08c7", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "93909e10eb594f31a5af217ee8a0df8b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f3401638310a4b7eb3d33d797f7b7a0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e9319f48ced441ca515638b5678711b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "608004a4136f4f60ac8de94100f217b2", "region_id": "RegionOne"}], "type": "container-infra", "id": "c1fcc54ef04f47429cea61d959148815", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c75acdb2081f45fdb7603e4dba1e2b22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "393e3cfb2c8e47c9be2e05edf023d552", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "265e5f9676254c0c9ba2326ded9facfc", "region_id": "RegionOne"}], "type": "search", "id": "2d9db32978fc4ec5865af1d0d0f718e3", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d7b91adb4d1d40839563af4c120ae72f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "14845c32d62040eba99a5a0b1b25112b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "851752b8780c4b3694a9a4f4b7a2d5a0", "region_id": "RegionOne"}], "type": "dns", "id": "70856dfe2b7c4355b12ed745d0c38308", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "285fc696a16d4238bd00ce9d237bb792", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1981f67aaaab4645bdbb42e3fad84227", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "89c62b4b697a47448e52662f02fbe9de", "region_id": "RegionOne"}], "type": "workflow", "id": "88105661272e47cea77e3a50fd6acf3a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9647d9ac9b80490cbe5f35d0d5bbe78f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8c032233826147fda64f25815d14c090", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e703ea502b7c45b8a7e806f486012c9d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6caedb33ecf34da7b55888f42ce1b898", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5b3231cca3034015bdd1c1ac877bdc32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b42d60c5000440699f36a1ea168993d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d9678e4325814dbfb7c5707a83360a22", "region_id": "RegionOne"}], "type": "rating", "id": "3c865d4c871647bbb5d31b04fd3cf259", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e491a99d1812450db7dd7794accad285", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "854a8a12ece24e509217994cff37a441", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d2e7a7d595ab485f8a061dbd3468be1b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "66c55b8cb70c48f88259f69f5be4628d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f5d6f529e25249e39a10d6340b1d38dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "68a275aaa6a84a8c83e2f63c0aad6548", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3be7717c5d2a4de2a1115a0568324fd2", "region_id": "RegionOne"}], "type": "policy", "id": "03a353e93ecc434f98316ce2e3a146e0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "540f7e87184b4e0697c460bda8ee796f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fe5ce5cbb2bf4d84b6aee5338b2162f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2807a81195144cc481cd280b747a89b4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9a16406c2bf74fbdbf378d814873e892", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b7fff0c0770c4000aacbbd698b25ba19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "891427af3e714aafb94e0b1b92a6771d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dbad32286cef4e2f96f8da0967d6aeaf", "region_id": "RegionOne"}], "type": "sharev2", "id": "a15774fee978455dbe6e2bbfe9c61778", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d067b5a4d8f248b2adb08ff2b3ed4e46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a894db89adbc4698a5e96842919a704d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "349609cb195c495d96fc5f22f97ef709", "region_id": "RegionOne"}], "type": "share", "id": "757e3e78f4204dac9182a41854556641", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f7c8b40d509d4e69b3f3c11347c7f03f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8a5297efad2d4c989b103095cb6eb870", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "425290fa59394f1b82c5b112afc687e0", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "760d1f884ec34fb283d936416e5fa75c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "963c766c699b40098af175c6df4af1a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4b47e78365d4ed9bb79a42229f2be42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0cda963d427647a48c08ed1f6a909df1", "region_id": "RegionOne"}], "type": "orchestration", "id": "d29d4575f6bd45d1a3a7e538c820c556", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c72c0d9a0f54dacbecfb64226f360c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04bf778a012e425abdb16e4238fc5995", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "453c2e9797734aa2ba06fb9adab11573", "region_id": "RegionOne"}], "type": "block-storage", "id": "eac61f4dd41249e6bf5279b2d03cbf0f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34eb6601dd4345739d10f6051821340e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d826f5d1918f4befaa7f12673f477d6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a64be600a4a14a79911e809036c8de1c", "region_id": "RegionOne"}], "type": "volumev3", "id": "bf379dfa6d1e4e3aad5992813e33dd44", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99d41290a728421d844a16c64997d68d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25fc011f8fb543cf8fa3a7d74cddfff0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d31de5e750aa43e5928d3d9475f4a87b", "region_id": "RegionOne"}], "type": "volumev2", "id": "04f39c71f8a842f0bef73e983bef1937", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33ff08024b824727b7369f7851b0c154", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b9cd5fa242849c4be43b2adc84e5b00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2cab347faf94ae2a0b392496ddcc8b9", "region_id": "RegionOne"}], "type": "volume", "id": "0fc5d5fd42d443f8b46d10c25b5e80b3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd407a4b9364465795b302ba2fbf643e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab83e38a28f3472a8027d523526a53c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8b1c13b0e314aad976ef8397355af0e", "region_id": "RegionOne"}], "type": "block-store", "id": "2104e1f33bab4960ac7cde2205b7bc2f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a5a0c80a38b94c72aabc62a3af83eb4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "11f0876d7bc34ef28cba6d8f0f0071b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f9cba5b992414c6689eff975d1be2d83", "region_id": "RegionOne"}], "type": "alarm", "id": "8065f68babe24dbd99938003763064b3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2d10172b5b5449cd9ab9168e1024695d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b44974c11e2e4c0b9858dfea3e32d72a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2ec60ce64ae34273915e843d18d37acc", "region_id": "RegionOne"}], "type": "alarming", "id": "1a66c97261dc4e59ab112f080efa41b0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "399fcd58bc3a48f8ba148ca7d4f9a257", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bec1dd55fba04b3d821177ea9f830c9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b7b273290d7f42089b25ac3a68fdb938", "region_id": "RegionOne"}], "type": "meter", "id": "addec047dd7d490ca094ef5e6cafd69a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "67913fe907d240b494caf6ff0ac7b128", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c09dc7b15f3e433e897a30e4fa8e7e59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "727204ae5d4f4bf3b44b2455a4d1f07d", "region_id": "RegionOne"}], "type": "metering", "id": "9b2278aae948413d91ee235569809936", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2ae1ef18fade4db8828d5d42bdf436eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "356bdd939f07475c81158af68cc665cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b363da7de4c74a2a9c5e27c7b91ebc0e", "region_id": "RegionOne"}], "type": "telemetry", "id": "5015930a9c3e431787cccd39dbb42111", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b8da56c00a304ee88226ed169e94733e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "141dfe2ae40d44638d17aa9ede546aab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a374b98821694eef8e577e53c1ec1317", "region_id": "RegionOne"}], "type": "event", "id": "e7f009a926164050980a6ac08f453a4d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ce09ac6c6ec8425c839380a0a22d74df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fbc8dcfe2aa449f29b6dd815b56f35d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "43eb468b8837476dacf26554584339ce", "region_id": "RegionOne"}], "type": "events", "id": "ccb6998153944edc910588dc61e9349b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0a68ddf7844f4edbbc1fa2ad365d6f62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e00e387bf8f64c579aa60b664fa398f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "483c9cf3efbe4244adbab9ee9e822f66", "region_id": "RegionOne"}], "type": "application-deployment", "id": "18f4e94756a3422db39c6bbd8527f829", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "66ec0891c07047039014e3ffc4e78644", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9b6fa93b16074242b2dcdcdb7a2a3fe6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "05003c9d82024f14977b975e584c3081", "region_id": "RegionOne"}], "type": "application_deployment", "id": "4fa0786c828e4973ad799ec65ae6b630", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b28abe53ebc64235ac74b40dc04dc7b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "03d14f8807a449fea97727457e350c28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5820aecd26ab454caab5a9c9b45737ec", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "981e0997cceb46b5a490ff39f84ff921", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "87966fcfadb3445583cdf9a3a43663a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9e52074bf91542c392e27c184ae42bba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3bce470fd0814463850120271d218856", "region_id": "RegionOne"}], "type": "tricircle", "id": "0c2fc94483a94d7ea6a344dded0492b2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8d1bb68bd8534f48b8898b37bedf266e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "3a384ffd5c214ca59af22124e51b2835", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e25c9aba323a446ab2170ac065ae33ce", "region_id": "RegionOne"}], "type": "database", "id": "78f3085369634b678bb5e4878961a50b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b122f07a38e643458538aacccb258269", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6ce7bfad52604822a1ed0522efe99d75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "828b054a6af74ef5a3cde8a4ecb8e418", "region_id": "RegionOne"}], "type": "application-container", "id": "8eed6c3b50db488d80c623a9298e9d65", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9b48665a6f0c467bab7d3485903f8a35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3589548255994c42bb08027a652667b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "46ee697931f9430fb8e833db1fbbd529", "region_id": "RegionOne"}], "type": "container", "id": "7af88acdb1784380b3bfa0e15e1db0a3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "151729128802409daab44ba6b9ede32b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ce4740acf55b4ede83f37aeb874d402b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "84ccc88a0e584a5abff16bb487f29848", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "637d455548a94e8a860d7b1e3037340d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "be574eec0b4a4ee999b197e4b27ecd54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "298dd94d0afb4590b39951a694b2424d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9cb437758f1843cdb4c0d9b41ee8b83b", "region_id": "RegionOne"}], "type": "rca", "id": "8c6adf8a57274a189f9bc361dbbd9203", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "37c555417ba44aa8bf486f270b6c5e04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4aee486eab2345d6b0a274a7d22c54b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "cbb0594bff1e427eb73dc4a33ff6040a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "49f54dd01ba4468db9ec41f0d8f54da0", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a8b83d5d11a142a3a2ba6361b23ee7a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7a1348adaa8e4733a8f8766a35c05544", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3cfd911fc6b34cdab48f488c216ab373", "region_id": "RegionOne"}], "type": "network", "id": "1ae5206b4f794753bacf301ec11639c7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2d42ada049ae48bf86e7b07fb73b6131", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "6683911175dc426faa67e9d930935ef4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4f46a705c40a4ea0889a7a459d639db2", "region_id": "RegionOne"}], "type": "backup", "id": "7c80d43905a34d508aab965f74a8f6d9", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4ed7add058354690b590e2f99becf691", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f366aee1670248c09c71313a6c0bf04b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d13803e8718c4923b96fe66698b71800", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "cd0582b4bdc84a8588ee8f3d414dee8d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d4e5b76635c344a284e50b08b2e7077c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4ccb288a12d94546b60ac6ea506a93e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "70c1e218011841768f775bdbe3ac3e23", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c8329b94649348f38eb7efe6aa130272", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4b82b8e066904cd3b3e82af9ce2e10d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "94984ebad10c4ca7a1f8bb58b9711d8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b63664a1e20344829a2e64b3b31b6ef2", "region_id": "RegionOne"}], "type": "monitoring", "id": "e90390ebae7343d9af3c01f3ec233d43", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2ed5700184c940d692e013e88b602490", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "917067ed932d4d8c997d3276f28c1ce0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "65f4f123fcad47ceb960bcf0bc51a2b8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e555b07b12ed480b8db334ded0fbea82", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f3df1a3816034717b936ce7bb4d48089", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8baf878e72e744deb85e068e4afc8c9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "135082077ce84e7798c96038d6489746", "region_id": "RegionOne"}], "type": "placement", "id": "37c7d861b4ef4671b5aac5701ddc065d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "006b74c532b34b4886e1a8e3e9c1f640", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "67a5c19534a84add82f0d055f492ecbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0b14bf7f4d634c1d8a430eba499c065c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "dac897d6ac024b9ca1d55e3d975c921b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "776fe04f21b9467d8ac2e53f97bbc9ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0ee51081cd5d4f278a552d6042512a31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "293dc3dda79345f4910678e705a679d1", "region_id": "RegionOne"}], "type": "ha", "id": "728719043f3146e0b6452467ccf760c1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "dbfbf189b9724bd3a9e3fbe18223bae8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "679a60d0ea314d988b5621e4d248d75e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d97387d22fa246ddba7b78e0a70a4652", "region_id": "RegionOne"}], "type": "reservation", "id": "bca8f855b7f14483a1d4084ade2c8991", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3bcd2244e8de4567af22ba3d06f54941", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1cd8e0c61fd64d4e92b0abbaeaaee4f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3ab75ac987734462b61f511c72a4ca9f", "region_id": "RegionOne"}], "type": "function-engine", "id": "7dc8ebb6596e40928c9f7b9fd5bea44b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "536fca13f034495d98daa2b85adff9b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "14ae5714930f48969cfa5992bcf784dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f218889129e0473390c910933a65fd11", "region_id": "RegionOne"}], "type": "accelerator", "id": "64d4471e367c460984d5de90958280ea", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "39082b6697e1490297faae684b02079e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "21b01da1080349d3ab72e8bcb9242da6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bb2f258510694cdb85cfd5dbea31f234", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d66905b6030c422ab4198fd2d2917607", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "117241590f194e0b8ca326cc4dbcbceb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "26dfbc7c93e0444ca9758d52656a3f4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fe1b9fd2878e4826969cb923672a3f7e", "region_id": "RegionOne"}], "type": "registration", "id": "978166a20b534c8aa1257012db30e092", "name": "adjutant"}], "user": {"domain": {"id": "53a12ea20a574ab9b039527d40197c14", "name": "48a7d586c03941548cfa43f06eb911d2"}, "id": "55d29ac073f14438b4ffa6dad9c67969", "name": "98efa04ee6fc4ae98d5535f322cfff11"}, "audit_ids": ["c297028a2f204837981f1ff2f838a8aa", null], "issued_at": "2019-09-19T09:04:44.827652"}} 2019-09-19 09:06:44,991 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/os-security-group-rules/xyz -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,996 keystoneauth.session RESP: [200] content-type: application/json {13} openstack.tests.unit.cloud.test_qos_minimum_bandwidth_rule.TestQosMinimumBandwidthRule.test_create_qos_minimum_bandwidth_rule [0.278990s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,718 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,723 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,726 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,729 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,742 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.655744+00:00", "project": {"domain": {"id": "ead93a8fd71e4863ab1b704dd2a1d07d", "name": "09baa825135848bdac4bdc56f54e811b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ad5e434021614a6bba27dacc9aade8b4"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "02bae4bdbcb049f58466bfc4421a439e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "63fa37e1e5844ddbb6951372f6182d74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "bc3d100341d24e95a20f5b0ca9315df0", "region_id": "RegionOne"}], "type": "identity", "id": "7d52d67960204acea65c7fd25a6a928a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c69d7525aa4e4daea06cfb1a4aa1e3bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "701078e9f87d4661a0e2bcc755dcb55b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e1784d5731a44008b92bda58f6fdf32d", "region_id": "RegionOne"}], "type": "compute", "id": "593c140c6d614b2abe515320f910363b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5973a2d48b1b424ebdb18a43e6a5589c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c8cd70b5fc9e4ef49fdd494fb75dfc36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "58ae9fc4e94d414e8a9525b24bea6c63", "region_id": "RegionOne"}], "type": "image", "id": "66c9f3e0671d435e9bdb08a604d2380b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b9569fd92c714809a5b979ab881f9c52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b9347a31001c4518bfd43883bdda167b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "608a6f74b95846ebba2ce0a1d7b3f779", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d5888bd14753402a8b312fb8da296d86", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f622995e60524805a27eb5b4ce67a4eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75fd5e78976f4cb6b73a06b3c065e38d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3336b5757aa7486691e0b6f9229bdf3a", "region_id": "RegionOne"}], "type": "object-store", "id": "9647fe9d083f440ebe19d798d311360e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0c064383e3cc4759addf8323c48d98ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e0634f2ace02477082700983635060c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dbd6f5221fc34af080c863e779698b86", "region_id": "RegionOne"}], "type": "clustering", "id": "6223e976ce3e4e6f83aebbd6fb49a683", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7ff878b7fac74530ac06df8316f89968", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4654148b10cc45a8af86a80f5674d1fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c670a09ee52e4f6e8439723b7ade6906", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "124a4dfa274745b59fe56955661f33ac", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f8ac26c70bc04464bc2954f2aa3196ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a183f5372e7545eca6edb3d633b871f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b0cfc7913ebe455984c6c184520cde25", "region_id": "RegionOne"}], "type": "cluster", "id": "a26d9a1bde2c475d9d1abbdcb8e74b74", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "438124f984d34e898ddb67ad7c9846ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2166de586a5d43fe91eba50880398fab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "4e35cf263c764f678aae317261fc3345", "region_id": "RegionOne"}], "type": "data-processing", "id": "2c6d105340db442d919f08f8ef43f34b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9dd1d1643bb6435c9c183f9915d28540", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8906a7d435c240c09f905e8bff466bdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c1fafa24150643389f185d9bbc005e9d", "region_id": "RegionOne"}], "type": "baremetal", "id": "76362a254b90438693057e23713d5352", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "da1b443d12b04e1998ca6efd8b2d3f85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c1efd3e84db6490b8d6cfc569d506e59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4c335d224676465cabab33366b477ebb", "region_id": "RegionOne"}], "type": "bare-metal", "id": "326dca552be04390953183c8dc968de5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4d446043d12d4f55a96f3d0e1dd2acca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5690e5b9800348fdafc3f69101923b3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "618e7a3c65de4536a2f39442ea468b38", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9bd4756575a8475e9cbb987c5b107800", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0240a647beed421d82bda39dbfbefa78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "feac91d3f5ca4aed8510efec7a35ee2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4008a42f53e4483ca51908a35a91d8ac", "region_id": "RegionOne"}], "type": "key-manager", "id": "0f48c18e09594d3093ddb5f15a524962", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a4993ad8c48d417194bde7f504cbea99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c60fe66e91d94856b0ea3e668e649959", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c060e96a75204ce78d2e2549a5bb20a2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "80283f49fcef4bf9806299d5ffd80b11", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b7645d1c6e9343e99cede6a1014c42d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d86e24649474473c84e52bd40d4c79c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d9dfc9a5eb7247deba5660a5b26bc5b7", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c9ab80652ca549d38c59dd21ecc65a91", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7fb3739b8b6b4eafbede2fa7c604750b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8305a6383b9348f5b082551d295bc7ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4b7331bdd1a341d2895c74bf882cecae", "region_id": "RegionOne"}], "type": "message", "id": "044b3760529f4945b514e0335a12c5bd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1d0ea783410441199d7e555ab903e521", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "826691fdbbec417b83bdc60bc125d48e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "be97662b8d554c14a30560545b73fb1e", "region_id": "RegionOne"}], "type": "messaging", "id": "e68bc4b9b75044798ab149c05f091fa7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a14ec331ed4c4f2e9ca9330adbea5fa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "def6fa1bd4fc4e09afc6780e95eec030", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "aa5ae1b1b25b4edb807e9763dc8e43da", "region_id": "RegionOne"}], "type": "application-catalog", "id": "23a54f2a7257479d912c0dbec5189f5e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "99fd3c5a9f264b03a11821fc45e4bd45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9fd7f64f704d49d99a1dddbe455ff3d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a81981ecb28247e0bd96d1450666f475", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1eb2e86999414c8d82cb2336f2d8c2d1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d23e064290254c30a1822c57b6b08176", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d46066da288446cf9752382b39c8f4e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "85e774d4cf374d14b563b463f732c675", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b794fdadfd3c439dbf4906433f208dd4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "780dc6c3d73b4e17beeae1172e899dc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0a72cfcf640e4fb681fd26b15e601680", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73e19d7a96424f3f94d1faef519a3e59", "region_id": "RegionOne"}], "type": "container-infra", "id": "8c6228d5ddc34ede970a44b0f5b68922", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b466601749ba438b9f819b1be99a1381", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "820b6643e9564d69b8569a8a2296ca2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e0013555365b4e829729820b62134e57", "region_id": "RegionOne"}], "type": "search", "id": "b741965f3ba94f9f9769f30477183514", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9b770d39ada84567ab0647a4c777e0ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b040a16be9d842ae82847029947703e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5d2f2c3269034163a93e26940f6683ba", "region_id": "RegionOne"}], "type": "dns", "id": "7c3bbb570def46259c8dd6014ad49461", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "42170191d0374a54aa034c38c76cb1fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cb9456616533472b81a67e625d6d3036", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ea3969a1dba3411d843c359705a5914b", "region_id": "RegionOne"}], "type": "workflow", "id": "9c89308a2cd3404f9f5e0a43b302f5c8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b98e1a570fe443e095d124117fb8f562", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5c4137541c394115a3f0f055015cd385", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "602b04775d9d47e2a59da3e94faf3210", "region_id": "RegionOne"}], "type": "workflowv2", "id": "798b4951b7474bffa46df966bc125147", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a07b9a5759cf4be685b324158bbf17e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "8dad39fe55924a8688366bf95878da6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1ce81f48e85849b6ad2d49104ea823aa", "region_id": "RegionOne"}], "type": "rating", "id": "f739903ecaab499bb98fba86704cf42a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "33cb5ea89aa34ba092181f4bde2e4f74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3d322bbb8b8f435ab3205115fde6c90d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "aca4c5d7210146b086070d78021764a1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1b6ff449eabf41f2a138ed6e8310d734", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bb3a4043865548e9a5082bb01fa85aec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f5c57c626cc94bc98ff6ff00f9eb154e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "28e8b0fce9aa47eab9f188f30791e458", "region_id": "RegionOne"}], "type": "policy", "id": "93e86ad900ac43f6afaff55fd73d2ae1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c1ba4fac34554a168bc8a020718ccfb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "486985a85d7947edb2a2f91d28401432", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4ed08dfbec8a4bc5a758f54f3b61d202", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b3e7e7d458614247acc059781fe1f339", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b680980675e04cd9a4177df5c89c9fa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7ec2ad8714c34d89820910d667d407d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "eea8da9ec5dd40d7a0d7d70bec1d10e8", "region_id": "RegionOne"}], "type": "sharev2", "id": "136787669004446aa790d5fbf4a20ef4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "15fb647c09604cf0bd66e79a7b69eb98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "61fb9280059b4ba9af6a73ebb305da6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "65349314f0364621b132260570797acb", "region_id": "RegionOne"}], "type": "share", "id": "5cc1bf37ab0a4e3a967f70a12c2896fb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "41d8710dc47642cc87a26a6a35af7d68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bbeebb4e419343299585bcecb4c2795f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c7d42d0da0f247b49f80decf806c40d9", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d9e6c0c2d8e84b0e8ee9fce5cea3cfbe", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5196c3f0b23b4cbea5e63fc50f01575e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "30aba6ed669e4ab4ae54dd446dbadb3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd725d54cbb04abb9cc111025338585c", "region_id": "RegionOne"}], "type": "orchestration", "id": "77a30cfd43194014a1a9fd53750bf34b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6aebea596ab4464d8ea2092109d9e677", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ccae37b6b7df489999aa1e488a0eac35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b3606a02d7742d4b737276150562010", "region_id": "RegionOne"}], "type": "block-storage", "id": "0094dbd6916140eaa42f6943eb9b33bc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a14ba2eff88a4a94bd34ff944fc2b946", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f6f10d63b304a2fa787e21a738058af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4936ed4be4884d149d5fbf570ab64b86", "region_id": "RegionOne"}], "type": "volumev3", "id": "e2fb5b3a8812489496e02487c1d792f9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2956581565b243f783bcefa220521061", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d00b67375b846a0be971a3658c2c22d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72cc5b65fbad4fb3bf13b5fc817625e1", "region_id": "RegionOne"}], "type": "volumev2", "id": "e6838d1cf35043e5b8818313d1dfd12a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d44b48e3daba4aa18b6bf4ded08f51f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d05ed8d10454d879cb8e849b66aead3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "568061de8dc7438896ba45de3c76aa3a", "region_id": "RegionOne"}], "type": "volume", "id": "350d3808f10f476e801c05eeaffe97ee", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72e062182d6d4e5a9dc58e01db3c31cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7e261811634402d87e49d35ff990dc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d10bf6b84e77427694337481969bc576", "region_id": "RegionOne"}], "type": "block-store", "id": "5847c6ada63a45edbb209aa8e811a971", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b5e030792dc04fb19c141f76c6927c72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8774253caa1649efaf23b24aa6bb184f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1088e1ec9d264fb7a6eb009792bc085c", "region_id": "RegionOne"}], "type": "alarm", "id": "e446aee539a3465f89fa97015ba07a4e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c9ecffcad8da4f42b4c6177401dbebda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e95b36d6bd0944d2963029081e30113e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c2ba9f65e234415c96dbe837e20ea33f", "region_id": "RegionOne"}], "type": "alarming", "id": "6a0fa1e6325a4c699eae888f62c286cb", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b03e5c5a424b4daa86981b6635221761", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5fbc17718bae46f79855a15cecd9a25b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "659ed339f3424a7eaa5bc54f8cc38564", "region_id": "RegionOne"}], "type": "meter", "id": "03b71d82f66f4f12aa8259aa855bf099", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0c9b4d9416434cfdb2bb3689824229c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c7f319e2f6bf4ba7b86d560294f9a9cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3d79d607b8b448a991a5a3bef2c60c0e", "region_id": "RegionOne"}], "type": "metering", "id": "8284256234d6490b91cbad3d0449688b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "91db6574aaf04aec922e14374e151ae4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b8308a5264a14df7a26a6873f1fbf5bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b19d2f565e8742d9b7add9d6d48f2a91", "region_id": "RegionOne"}], "type": "telemetry", "id": "fbbfaee51f0f47c38bee596a89f17ab1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e5fd4ca1d2334836b62dfd49146fe826", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d9bd4b735ad94498b288d798364736b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2190a958d0ab4ea5bd16f6f81a30173e", "region_id": "RegionOne"}], "type": "event", "id": "cea97ba3abe14a00ba7cfe1722ef2923", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "28fe9eb7fb3b4abf982749090f9e3ce9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8ada010885b54d65a5ad12acec38f565", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4255214027d3400782795bd738bae7f8", "region_id": "RegionOne"}], "type": "events", "id": "c17cada3e38143b0894fcb6f675da8de", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7b32c66f55e84d2fa708df91c1a643b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a866f49337dc4a8eb108d8e3d741ffdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "17df6b5a10d5488789cefdbc0479694d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8ab8846efba94f03ba6f257c08638e42", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8d8d063bb49540678c28aa14d0b2bb38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e3b77b50489c40b48ac1d186aab7386b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c4ed2e2820c34b409ab30644970a29f8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ff13e790866b44ddb39750502f576ca0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "aaf6958d22244eadabf6f403376e65ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7fe698a6874843f482ea7e9fbff1a509", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "79cf867a74ec400aa09e1eea12e649f3", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "0ab045ad12d2429d8c153c823efd9dbb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5a7e457ecd724b75b382e961442b4f09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "11e23094f2ec488ba1beb9a4825abe16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bafd66952d96437dae19eeeb0ce0c2ff", "region_id": "RegionOne"}], "type": "tricircle", "id": "2626d40d875646a09c366559eadf256a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d97323439b11475b90fa9de767a5a04d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "fbb9e4daae3b4c45b9519abbf94c55a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d236f82403a44ca5865ddc65e18bcbd3", "region_id": "RegionOne"}], "type": "database", "id": "15c90b16783d4f48925fe600673cc0dd", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d9d838b786fc4a0a99bea23e2f8cf9ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3f67fe7ea96b4156801cd70024c33ea3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "22e16af879c742d799100806b839afc7", "region_id": "RegionOne"}], "type": "application-container", "id": "7f3d7aca4cbc4d2790873dd365827f53", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6c62c0c93bee42469cd8899610b8317e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "184906b9862a4a408d43f3af9e75218d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "61f50df65b7c4957b61b874e7c563e11", "region_id": "RegionOne"}], "type": "container", "id": "1ac927c5eb644f01979076f50d1302d9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "44784e434ef44f44a69473d200b3018b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3c3abd50c3eb4a3a885b20ad545f0a09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3b646dde2f4c40469a09525796d7b3b7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d3f6c87561594088b46ac20e626289c2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7aa0fa094ce1487ba4875d18b367dbba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "77039cbfb0ac42f5a728629b61f582f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8ae1da049ad24122aed0ff6c68f21886", "region_id": "RegionOne"}], "type": "rca", "id": "257f3c1d324e49f8b817b38a21d0ef1f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "90ac171f84f144589ce27651b35ebdc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fe991265eab94bf0a342de388b93dad9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d6d7a77820ca4a5fbaaa65b0d2148a5e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a20e10ee72054a7c9f521db83c2a23b3", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d2b6cff4153f441cafb0dc5717451aee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c14fa1e3740f4da8b2e917e4bab7a7d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "26ccd52765ee473ca8895abb851a122c", "region_id": "RegionOne"}], "type": "network", "id": "f82c17ad192e42b88327c1e298941cfd", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "bb9cec187ec943fc87eb22403bb757b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "70e3f5c7175844679730eb1a03a94d18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6619e381b9294495820555a066f178dc", "region_id": "RegionOne"}], "type": "backup", "id": "64c3bc1f054046cd93648a82bd745373", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e46f44cf5a9246a1897345f6feb1b803", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "41bca62270f347e7925349fc57c4d034", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "825bb4b1af05487eaf3a3c111d260814", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e361e81e75e4453d9823ec7ed57ddd5b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a81e41eb2cc14d20801b1b97464e74d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "64f0c72737074d3dadc2e32feb36a3d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f4cee77c45704ff184d5382c2fa131c9", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3636351d34704676a7b9755607e90522", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e5aa6443c1ba43cd9db00192dca80616", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c182ca8063e64b4a92ca9b2fe094f404", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "eda2d01ada814babb56a03c4bacfb9f0", "region_id": "RegionOne"}], "type": "monitoring", "id": "af4f659110c34ca595c5d9210febcd7f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "37085341239a4441840766446b415631", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "eccbbe67c79443e0b95f286b1a227fda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f4695381b2f24b9483a61b2dc1f3336b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "666bc5b579c744459765d46f78a905b2", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9a044a6f1da24fe08f11c9626d5ae691", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "d589a9ddeee24ac9931ea1d7e4b51afc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "cf8d3af747674d6293d36ea935f04a63", "region_id": "RegionOne"}], "type": "placement", "id": "6035f627e7894a5f9958ebc5f51fbbcf", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a64e6166171545618c349f2264d78e70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4c41a1be7eac4d3d93da7e3e3fa1a295", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "31c7cb247d474df697ebc04669733c26", "region_id": "RegionOne"}], "type": "instance-ha", "id": "23eeaae78d9f44a7a6be66387e4f1505", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "013a562d5f264d858daa573a13568433", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9f6726d78872413387658e854da7d391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a8d692aaa1f645a3a5b38a53446c20e6", "region_id": "RegionOne"}], "type": "ha", "id": "5c3df75221fd409d82335ad6f756d91e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "197e60a89ead458ba87278584111b4d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ea136a977f3441978b421ac60d06a92a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "04e02d3bb0b24c23852eeba89e3aabcb", "region_id": "RegionOne"}], "type": "reservation", "id": "214fdefacd934bc0bab8cde776263376", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8db1c263261643aaaf0cc10f9570ec3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f58250d64e02403e9840aa3548f896c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b8c1eae46e9d414aa92d65dccdfcf7ef", "region_id": "RegionOne"}], "type": "function-engine", "id": "a9317e5fee6f4bae983fe18ea9b8230d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4c276b350b61455797aa820432eb4da0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "eab78b43f04748479795b8a5519ec0a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7c0d359d63a74404a8808e41945aff51", "region_id": "RegionOne"}], "type": "accelerator", "id": "e7d75255b8584abdbcbefb6587e8d930", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c66b2c845ca948f6b808afcc3968bcac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7ef1885bc96c44fcaed4ac7d1690f31d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "db2f1118f0804b779417bc7825adcfb3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a6175c7b88e841fc8846e869e5474dc9", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "efb2851b594f4cfd80b4eec37e578694", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8f6618a861234f599dadc1b4a03af500", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a35de845d2e742cdb4fe35a7c4304aa0", "region_id": "RegionOne"}], "type": "registration", "id": "ca2ad3a0464e4ae5b903560d43355103", "name": "adjutant"}], "user": {"domain": {"id": "4021c6d08029465491e7b8008834f9d9", "name": "2f6793aac38448578e673337a1e421da"}, "id": "afd4fca4cbcf42bb9236444ad94b57bf", "name": "33f383658bfd438e8aa282992b6e5c16"}, "audit_ids": ["138a15fab37d4ba6b17f646495b3b347", null], "issued_at": "2019-09-19T09:04:44.655744"}} 2019-09-19 09:06:44,888 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,893 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,895 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:44,899 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,903 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,906 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2019-09-19 09:06:44,909 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,914 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,916 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2019-09-19 09:06:44,920 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/minimum_bandwidth_rules -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"minimum_bandwidth_rule": {"min_kbps": 1000}}' 2019-09-19 09:06:44,925 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,927 keystoneauth.session RESP BODY: {"minimum_bandwidth_rule": {"direction": "egress", "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3", "min_kbps": 1000}} {16} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_neutron_specific_tenant [0.202799s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,675 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,680 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,683 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,687 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,699 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.612526+00:00", "project": {"domain": {"id": "a77f1f98d4784198812c8f9bc1395a42", "name": "684855d3f8bd45d0a779c023e91931fa"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b5248a3071584c79bc31e7d37492da88"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2bd2a88ffe354b62a1826055b50195fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "faebb100f7054efba6b275d06815f844", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a0aff2fd1ac34805bb22def111c67e74", "region_id": "RegionOne"}], "type": "identity", "id": "bbdbde87308949888cdb54b8c0e43e2f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ecafb6cfd3134936b4887faec207f757", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fd4f9b61aa2f411895c6d09d153193cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f956997ac6544151a2a0fe7b66b32a36", "region_id": "RegionOne"}], "type": "compute", "id": "da20a25765e04984a97c299fed362ef9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f86f5d334d41483987338bf98f514139", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0e9b186de7b24524bf34cf8a8f365097", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e2c7582a210c4fcf8e0c241be456dba6", "region_id": "RegionOne"}], "type": "image", "id": "4752b0cc06cf46d4ac0d26cf21320ca0", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3718568b29e6450db2711f922f288c01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fd63d021d73443af8780dca657b26dc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b6cf78a068a14e06ab41c86449056187", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7eaee24493fc467d81e1bc82bf4a4335", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "108cc25d66864f5e9b56d270e8381891", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c56804e46014e73831e27a6932afb0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "132d30cf4b814251aa4c0af07c546cec", "region_id": "RegionOne"}], "type": "object-store", "id": "14f401211e6b4ae9a9729d63e3b63d2c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4a461da7b19643858629a3578212a4c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3691d7ed14b84f71ba5dfba6d95ca8d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1062541b5f4c4efb9bcecf67f4217bf6", "region_id": "RegionOne"}], "type": "clustering", "id": "dacf30d27eb343b3895309fbca0e4aec", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e6f5e0ca85764650ac437f7d5c2facc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3283e842e3e74e9694e32b107e62319a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2b4a78a2adda44f0b701ad1ec259ade4", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "288cb1a8b40d454f95a4738ff041d350", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b76609ae8813463eb073239cae111faf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8e732bf1083d4ab48072f9192b441762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "49727543f3c443c8843f6fd88713b227", "region_id": "RegionOne"}], "type": "cluster", "id": "3b71359b05844905a27d9b74be9913ec", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b50eb4326ad047e9b194dfc99eeff8b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "779d7574d58d48b298be31c418c80e05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2c9d80f9534746359a79dc42229f47a5", "region_id": "RegionOne"}], "type": "data-processing", "id": "a9f3c8f359724cb4adb762a08bfd9629", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ec52c9ae400740d194df15dd7d18187e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d56efb1f57954f1aa1eb7953d560994c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "649c6e0dcd194ab09a98acedec9064a2", "region_id": "RegionOne"}], "type": "baremetal", "id": "4ac2c5606bd346da8fc841a4edbec900", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b4de352806f6491bb27741040b385a8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5bb3c35b4ae342969b94f97a06c66f74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "22bda7bb3ad84e6984b00061e4026a8a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "db93b9791b12436ab69b3f80df581545", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "343b2a412aa44587a7c0df89788664a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7dcd228bab054251823cbf886d228ebb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "cdeba498a22b4346932134bddb197dae", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "791e955bcac640669d77515a5d9e7123", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "872254d49a584a0885668ea89ac1fb6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ee303055419d4d3d8031e1017efe0be0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "41599ab299654c7facd661af3a675607", "region_id": "RegionOne"}], "type": "key-manager", "id": "4da825a78b494a1aa8998223e7a7814e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "123b5d0ac66247d5a08f168a13f891c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bfd3f9947f0b42eb9e48dd95a5f1f575", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3a76ad35a107411c8bf5329ba5aa4135", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "3d301967960341cbb3e4f8891f52f180", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3149782c02fb40caa5d29e13a325d963", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "009f8a9ca9df47ba953bf67122e6c726", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "45b2f7db1c7348d8a532f1c4e34fc375", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a21762e468c24c00aea8eeb87e820a21", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e2bb6b89a70b4fa4b00f87c2c49f2070", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7a0ab8467963469999a1e8f7616e6e4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "eda5a0fb23d543eabcba5df45c858c1d", "region_id": "RegionOne"}], "type": "message", "id": "ead37440fbed43208cf7d98c18e8f616", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6e0123f5d6124d829d755fe7335aee78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "70c355d7cb1b4cfc81cfb88b13a01089", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4e0f461680db41bbb55a9dc780922e13", "region_id": "RegionOne"}], "type": "messaging", "id": "e610c56cdca4483486f04af617bb602f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a9dc2fd7ccc2413ab226a68bb4171259", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7709820fff054c30b1b721cc93ed0c78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d33a95ca4535425fb22c96758c71b7c6", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3d8c85ed966b4e9a97abd59b7e8913f3", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bc7b859ed0064491986935095427227f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bc43dd2dfbdc4fbcbce49b354b3d5ee8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2dab35c8becc409bbd9a6908d7f90eda", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2e3a1cef4ca34a3f9a393dc39f7b2592", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "08518247423441ba9ebed5562bd34819", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c061f83b59b34b6a8cae7a2893d9d95f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5a9fadc81054493a951f68aa0a630fda", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "37b378296a2244aab6fd4968401194a1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "04a3c304a0fa4e47b48dbe78542de57a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "15adaac1e78042fc9d73518317b83d04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a3683d77d57240a98f2cb9a50da1a81e", "region_id": "RegionOne"}], "type": "container-infra", "id": "1a42c0bb6f0e49898260e171e7a6b5d9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d8e9c1a3fbdb458999892908cc792a81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "fcd2297e96804e7f92e03292b000d566", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "16671e7844d34373a6308840b4617cb4", "region_id": "RegionOne"}], "type": "search", "id": "3f87325cd69645e299b765d09157d1a6", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3a41d03afcae4a5eb6500d6bcfa24a11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "be7e543a3d8940b3b6b8202df3bdb2ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "44bed24d66dc480ab2bed8f04fff3a7c", "region_id": "RegionOne"}], "type": "dns", "id": "1a8e9f1fe9504b48b4893619ea709df1", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eb44980d82c746ea8313d20af0b7689b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e86955e3fdee44b59906f8b9609ced9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b09c9d51a7ee410687c342bfb9889f8b", "region_id": "RegionOne"}], "type": "workflow", "id": "98dbe4e753e047768937624724924d11", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "adcc78f245964fdba63b21e443c7371e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e392b95539144211ad0518806b642ef4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "451c87b6c6164dd3a558113fb1b60109", "region_id": "RegionOne"}], "type": "workflowv2", "id": "192c5e9d2d334479a4706a28a4ba6c8d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5f0fbf3408b64105ab326d87f41c6e09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7d4b2dec6d8d4fcba3806f773684e275", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "babfd547416b4543bbf2610fd82bb519", "region_id": "RegionOne"}], "type": "rating", "id": "cb5b98f7cda34ef9b3973bfdebe19db0", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5f6e64c80d14427b8b667cfed0e92059", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e298d67a80e542dab515934618253e02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6850865b29dd482fbde6590714ad0529", "region_id": "RegionOne"}], "type": "operator-policy", "id": "7db32e38536e4a11bca89544040de876", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6df0021b827a431ca0b4cd2446b77465", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4110ef2135c243359b1eedf9f03cd836", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "842ba175916f4228afd343143641626a", "region_id": "RegionOne"}], "type": "policy", "id": "ad0615c0bd594af09d9ff0854a1d5dea", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a3c89bfeb80c45e7b76f722eafd2a8a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6b7ea448291d43abb8ae6cbf042d3119", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6bed2939b8ca4720a202ab288b0bdc0a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7347ce7e8df048bb993dc212ed26ba54", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d7166208e91944cfbdf8443ad379b11a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b13fbb2e1a5e4379ac2df2180f015035", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1fec8fa3f71d4ace9b117a484a49914d", "region_id": "RegionOne"}], "type": "sharev2", "id": "b3599d6faeb143ab8e05163a7e1d5d3f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c86d15d195bc48ff907a17cbbd2d3c00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9e504d851a9d417d92b5014a76f9ca71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "61b60841afc94a03ada3aaf421ce878a", "region_id": "RegionOne"}], "type": "share", "id": "a08ec2227498476cac8a8f09e512416b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a788315afe724dd39a119d21172f2876", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d8143fe50a2d49fd91eaa8a5915e035b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "cd6213297f484b84999b50b258fa596e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b88f02d149f64169a31f251baf0c2ee3", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9896e8bf92943ffa59a06fc4a101419", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ebc78da2a72b4494b34262d423678517", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed1c5dc6af704b7ba0ddf9d9c9c11797", "region_id": "RegionOne"}], "type": "orchestration", "id": "fd9d88c4a3dc47baa5bf7a3e94c843e5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b65adc1a8c548c398619069211cc626", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d830e7ebc264b12a3c0e6733854230d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e799ca3d62c6474c83b6006385c5a36d", "region_id": "RegionOne"}], "type": "block-storage", "id": "927aacda37f54dedb87150d093468e33", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b711f162e67406081d64db955e00df5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d8b2e0128044f43bb9347387e849ad7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00e779cadcf44eba9b0feee382bd7c49", "region_id": "RegionOne"}], "type": "volumev3", "id": "e979e499dc9f4bd6a25bb45ba5352d66", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "407eb2c90a0341e3bdd3ed4a3eb4c0fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73b218ff9b6c461795dcb1f52d47cd80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4ae8ecf9905432e98bf9a6738236288", "region_id": "RegionOne"}], "type": "volumev2", "id": "bf1bef0b30184dcca41f42545af145bc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05f28a969f384d59bc9f0b47a8048516", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ead022d94434eb3b78fdfb770970863", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f384278e1b11436b9d9f8bf65a50e2f6", "region_id": "RegionOne"}], "type": "volume", "id": "90e2ae93d996480bb4021dbdac821761", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f752f85d1fdf4e80ada87d76b8833fe4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ecede3a8c60477b8d9110a2dbf4a4e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dad789b0e4114d40ae67de120eebc329", "region_id": "RegionOne"}], "type": "block-store", "id": "21f947214c48471e9c5ae31143727289", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "41f3311bd5a14dbdb0ed53abc7c473bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fb8f88c9bee749c9a70424477c8c5e31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3adecafb5e954c48932db87a7ec86df8", "region_id": "RegionOne"}], "type": "alarm", "id": "401e78f1263446858553b29dec903aa6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "343d704786ad42d48f434ebc7fcbcefd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ac61cb5a53f54f65b0c5ece9af996359", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "437746493f584e60bfc105190b3e0dc5", "region_id": "RegionOne"}], "type": "alarming", "id": "8dbcc75309114f4cb361ec02914a75d3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9b675874fcb345768bf0c92e28ef61b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a8f352af16594c81873e3a7b54488e83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fa4269c0d7be4bd1883af7415bec04ba", "region_id": "RegionOne"}], "type": "meter", "id": "0597bd1c67764f19af6a52515e413d44", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "60a8ffdf04ff4650b18b174f4d0086bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "456e9011edce4be08929c5c2853a2c7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b3dffe08d4db43c6aed868a02bbb6f3c", "region_id": "RegionOne"}], "type": "metering", "id": "b643b3f51d114cfc828de1e2f59076c6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f49af2e0bfbc4b6abb1625f6adc37c80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "746254ff85e545989e43c30bce7a9b9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6a7177b5adf34e898871d3e2e37b58f1", "region_id": "RegionOne"}], "type": "telemetry", "id": "48848317ca054337863c10932af5aaa3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9ec15d2934ab438ca246395f6386521b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "471ced22ecb84ebcb75957b258115967", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "28242a15ac5a4e61ab779274f71ad96d", "region_id": "RegionOne"}], "type": "event", "id": "90b8eec50d3846bb80d964b4fac7775d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "678ad02dc2d241e4bf35b84050ba15c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cd33180d400940e282176d8e75e6cbf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bd3572a57057470dad61ce19f2bcde18", "region_id": "RegionOne"}], "type": "events", "id": "128fa319303143e39022d89bf19c351e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "de539fcdccec4e8d813974f55790606c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ef1dd78539ea4a60b63698ec82a1d991", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e1b23af2e4c44a959733ccd9eda5495d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ac30379de5034fba95b64b70faaae394", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cee6a131ae12414e86dfa78e23764757", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6e504b9806324a0ca5a833e8096d9456", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "46b76931745a4e199ccac41ee3fd50dd", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3e381591c3dc437cad05fcdd58c56c78", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f8a2159973d3468ca10e8b9d8fa38944", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bff9213a20d74bd8a9d6eafb16c76c98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "da738c1a1b7f44a79b2fde2007147f52", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "9baaecdd66a54db2a91f470afe849137", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4f3a869e3d6542c1a74206dc1578337e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f5943d897a4f4fc1b6214c1d270ddcc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "be71733241af47fc91e27dc625e5812b", "region_id": "RegionOne"}], "type": "tricircle", "id": "9f6bd57150054b2eaa778dc1bcb83bad", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "55608f152afe40b994953f80ce3e6c62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "bc5d490bd6b3411db7f93543ea561f8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2f0e4423496e4f889390ef159819cf2f", "region_id": "RegionOne"}], "type": "database", "id": "91e24d5b13ab46b2aa18ae5053976daa", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "53443339a3114e838fe10f5e88bc2522", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9ebe61bf30b94af08b1589567b7a200d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "18d45f87c3c044acaf1b92c295e156b0", "region_id": "RegionOne"}], "type": "application-container", "id": "1f59de6741584d399368346a0089e9b3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "31ecef035edf41ceb8216e21edac3451", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "eb1fc1d846f24b30a489d753c4e2d133", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6fa5a3b6ac4840289dd78b39ee5057c4", "region_id": "RegionOne"}], "type": "container", "id": "e52ef5a7c0b84a1892839ad198e46397", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "30d2f351d2a449e5a94848d06469933f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "432814cf0adf451eadeb1a7946b4f9c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9e90fde97fee43b8b5ef0e14a7db4b1a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "5495f10e5c714e3bbd712d6f858fbd16", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d4ace4e6c47f4aa5b0c45c30bb6a82d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a73e62ec40fa47899de95c623be45607", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b2aa77fc1fa24d7f9d079f4c2c84389f", "region_id": "RegionOne"}], "type": "rca", "id": "37c5912c65884e998a0ede2cbea61ea9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "31242f8e4d1e4237b9c1de67216a8ada", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "09400aefe0b24e409ed43881272a51c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6498a37de72f465386091a7cd50bad34", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "02894294dd7e460b9048402c31c825a3", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "553efd739513448a8553715618f7aee0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9cabedffa447471691bdbc206e0e4b10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "532ac1e8881745e9924285fa65961420", "region_id": "RegionOne"}], "type": "network", "id": "0390776c81a64086a26d7b1a505af5fa", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e7f400aa214d424982d9b73d7213a75a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a5e7657bb78641f49aa5467588c2cf74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a923c1fecdd34286817918a8a599f58d", "region_id": "RegionOne"}], "type": "backup", "id": "287f4091716e499b92e03ea4890e9d23", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "52522ccdab204e7fb4edba4d98e9f1a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4948d656138c4e3aa2fecc6d8c113dc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "91c679955d25460ba58b64400963fa88", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "29c6e41b9c114f919e66eae6a9a285a4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0f05408d00ed466e8f09b40f2e79c79e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "87eb073afb754d7c80a507bd505293d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "aabb770f0040497f8ad7acb50ab92144", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "fac2f488b77649f9b4ca56b734724a9e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4b97167b4d864aa59319f0f40d2ce184", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5fe26b8c1cfc404c93ef0f91db2c6e7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "356853ba728a4200a7a11cd9b87097cf", "region_id": "RegionOne"}], "type": "monitoring", "id": "56533716d918434086f2d72031a47fc1", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1870b05b4a294ee5b532ac1785840c8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ad1b6d9fea814264ad49dc641be9268b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4eaab8980c354b3b89962c7e0a59b48b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "098f3d0c09fd48c0b41df5e976c7b162", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1d510716841342f3b7d08a6fd9a1b175", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "aa2b849bd4d448cf9814b3a3d271b305", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ea8677872ebd48258ce32afd7dfcfe82", "region_id": "RegionOne"}], "type": "placement", "id": "a276fa06a32841e38a35a2d253e247a6", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e33761538b5c4723b79784a9b86c192d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "705c977ad9cd4014b6980ed888c9f981", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d2e149c142214ac3adecf8a56dfe0548", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e7a77f2b70024a4bad6b3789e9d44c22", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "351fc5ae85b44e0fbf36c08d2ecc5a20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9c274c7487e54ce99a527450a95caa12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "001f5936d58941ad9145846ca70f4012", "region_id": "RegionOne"}], "type": "ha", "id": "a228741a15234618ad42606551c303d6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bf36f9d1d72847c7856d2fdc5f55c183", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "485d4e53143842ceb47e6c2230f14915", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "af721bef2a9b49de96914f8a56649e92", "region_id": "RegionOne"}], "type": "reservation", "id": "b37ac00e630043eea7747b73c31568d5", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "781dd762c74c4a1cb0a731914718a30a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d2b6460b85664beaa6c74b78bfc999f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "14facdbe664544d89a167902f266402f", "region_id": "RegionOne"}], "type": "function-engine", "id": "064c5294ce9140e99e2a900a6aac95ed", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9bd1a90c9f7b4ce9bc39e8ddbd073da4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5fcb655b7fb84787895add2b146e3abb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c8d8181692b2402e929a07ef55689b88", "region_id": "RegionOne"}], "type": "accelerator", "id": "72dd2049439548ba9890cee88b2a111a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4ed7b6c9a07347bf8e50104231410a22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fabe52f2c0d6428fa62350208b94be2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f4484f7e096049a29ff870c9eb7e4e09", "region_id": "RegionOne"}], "type": "admin-logic", "id": "72ded918bb594243aca7faee62355475", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b4104502f38a4a6b814b5183cc0b5eb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "eece8f06a85549f39405d001715e15d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a3f25dd289e4474bb4769284c9b6f562", "region_id": "RegionOne"}], "type": "registration", "id": "d5b03675c8364ef4bbcbc0e363781ace", "name": "adjutant"}], "user": {"domain": {"id": "60a0b88aef6b41d985408071e238a9ef", "name": "af9685a198a842baa1e0503c15022589"}, "id": "aa76f5d07edf4d05b92c122132585e8f", "name": "7107207961f64232840ade0f37847801"}, "audit_ids": ["13cdbc3b2ae8484980abd1fde9a135f9", null], "issued_at": "2019-09-19T09:04:44.612526"}} 2019-09-19 09:06:44,797 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/security-groups -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"security_group": {"tenant_id": "861808a93da0484ea1767967c4df8a23", "name": "openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_neutron_specific_tenant-2", "description": "security group from test_create_security_group_neutron_specific_tenant"}}' 2019-09-19 09:06:44,803 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,806 keystoneauth.session RESP BODY: {"security_group": {"name": "openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_neutron_specific_tenant-2", "tenant_id": "861808a93da0484ea1767967c4df8a23", "security_group_rules": [], "project_id": "861808a93da0484ea1767967c4df8a23", "id": "2", "description": "security group from test_create_security_group_neutron_specific_tenant"}} {27} openstack.tests.unit.message.v2.test_queue.TestQueue.test_delete [0.056853s] ... ok {31} openstack.tests.unit.config.test_config.TestConfig.test_get_one_infer_user_domain [0.154840s] ... ok {3} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_domain_create_attrs [0.067485s] ... ok {3} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_endpoint_find [0.064131s] ... ok {5} openstack.tests.unit.compute.v2.test_limits.TestLimits.test_basic [0.061080s] ... ok {4} openstack.tests.unit.cloud.test_stack.TestStack.test_delete_stack [0.261435s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,665 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,671 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,674 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,678 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,713 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.599358+00:00", "project": {"domain": {"id": "26acffe9b90d4534a4b3eabb981c9efb", "name": "ebbb8d576cc543b7beb81964894da826"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "66e79232221a410db83a2f581d6213a8"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c8b8da4671fb47aa93368f4bbbdbcdeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "6832ac098e5f4daeafe483113b10bded", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "b22fcdd1886249eabf93b571c6651b23", "region_id": "RegionOne"}], "type": "identity", "id": "bce0bab8d5cd4bc5a74fd52e65526cf9", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f96e0b037ddc42e28eb3d0b798f3ad2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4b3a1b7568f64cba91d6a59e8ff176fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9dcb3e1b3ec54a3f95cbcfc67a19fdce", "region_id": "RegionOne"}], "type": "compute", "id": "acb3c7d7e0b549cd8a15f5f7b629237b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "8bc09086b8064888bcb800d66c8a5c7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5252306bc3e54fabb70b0ab92a792d7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a6bb013937b445a7a1bc772896545681", "region_id": "RegionOne"}], "type": "image", "id": "8519950be508466597717c720d4d2295", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f1de1005ba7b4256a8cdec81313b5d25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "536af69c891844598f434afba7e7712e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c1fb874dedda459e865653088776c037", "region_id": "RegionOne"}], "type": "load-balancer", "id": "bb452efa350a445bbb09c342a803c3cc", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20aead3cd5c84572886df137a763b84d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa0b34339d9444cab062e9fe350e1508", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9513f648f543469498ca5d1e0e7910c1", "region_id": "RegionOne"}], "type": "object-store", "id": "2d326af4aa95477c9dd790146acbc3cc", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f847af2c5eec402cbca4c26abe6ad504", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "58f347ec33c44b7db012dd5a0e879f47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "96410cc3349043b1b7ecf09bec24a046", "region_id": "RegionOne"}], "type": "clustering", "id": "69c2d2e4fc59409aa50e5a013fbd0218", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "60feabf794734a54aef52f96508650a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d2fa098a95614c01ab672051bb7dcefb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7acee4ae49344f5db001712f07aa7d4b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "69dfe30feecd42c1ab0a5270f514ce8f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4c25028a34a148a0adff1fd5ca13cee0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dab5edea4d3e4dcb91b37d8b2aa856a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7be056b9a45d4edbad1c090fd0e616d9", "region_id": "RegionOne"}], "type": "cluster", "id": "d1e7f60aea6141c9b562e476327559a1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "65d0e5bb89e242259c0c16bd1438bfd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "28fd97a7cb504031a8abec9d32eab2aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "66b860d60d344c7990b671d7cfa9c29c", "region_id": "RegionOne"}], "type": "data-processing", "id": "82b968c61ee742bf8bcabadd968e77f5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d89cd93b30024539be4bcc0f81458f75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5d830be0551b4443812e47d8ddc52fc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a93c512dd9564f0c81118804f9289bb7", "region_id": "RegionOne"}], "type": "baremetal", "id": "5d54f6aad0644b95a52c746f4837399c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "af3dc11352574bdbb5c298a2a1b5ab56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "73dda395d1584ebc943b5004545a5bbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2b367437fc5f428db2de364deb985530", "region_id": "RegionOne"}], "type": "bare-metal", "id": "d05e69191f6d469ab6dad86b9363cea6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3a4c6cb1c77a4f53a1025f2f2bd097cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "244f4decf4d449b0bb0ab192539425a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "19554d8c108f423caa635cb435cf857a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7439a7d588b44c64bc94d9e3ef90edc0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c66433b7b5d04315915ce50140fb4a02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3719e0dd685e4484b90b10bf428972f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4926b864d6f44cdaa4d22de9b11a608b", "region_id": "RegionOne"}], "type": "key-manager", "id": "0989d933087d4ddf958b7d8199c7748a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b80bc8480c3a4d2d912e3c45cfbe2359", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "38212c16adf94972ac28b3bed8aea579", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b360f20ed388407ea1d7bd6e40faffb0", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d0c55de91baa4650bbd7bd81dd8a308a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "148c353c734b433a87a946172a8c3ae4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "032f84a03a474b809f42bb6f4b7b9d9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "39e8f7d41f8a4bbdb83a6e00dfc4f7e6", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8b424897d22048fdb08a61c0e47469b1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a70b244f3af441338ab7ddcde13564e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e9e131aab8e643a3afa9b9c7570151d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c7b6dbff76dd40cc9bdd66f611b236bf", "region_id": "RegionOne"}], "type": "message", "id": "216d4f46a86c46299d8459ef8abbc644", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8be66237961b403295047789f7cf2a74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bd2934af84734aba9ac8246f71b7dfe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1572efaec0d94186ae21c1cc6221edbb", "region_id": "RegionOne"}], "type": "messaging", "id": "ef42c9b7113d4dd1acb61045bea533fe", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "780e6a060c264838bce35680f08f9c87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3134e876ce464eb5a3ddf65353dba5b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d19654cd254d44eeb5108b8c531c1589", "region_id": "RegionOne"}], "type": "application-catalog", "id": "9ec9691502de46e9b2449a8ab09e4ac6", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6485ff655941496c88db14925b547c56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e8ee356ee15f49eb8fdf8c20ebcb8144", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c382a2283235432cb8811445cc84e221", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1b0e478f2ecd4bbf95a4df57164fd881", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a005ae54ef8846b6934ea6fb7f102cda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "170587a469bd40e0a9f5c0524ec7188d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bbc2b8056dbc46588303b7a794480378", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0742acd00efa4c73914f3aaf46178c34", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5f941560a2094bbcb3004371a234e3c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cad6de89ff9b45a2bb640d8df104a188", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8815c843900f4eb9bd6ee2b9218090bc", "region_id": "RegionOne"}], "type": "container-infra", "id": "a9f4d7cdd94c4e02b1dfd0f930b7e31f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "67d0237a97124729b1ae6aac44d0c23d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f7afeb115f634fd1a3132c1c364412ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "841978ed4d1943b68c117e402bee5ab3", "region_id": "RegionOne"}], "type": "search", "id": "7e6c4968a7ab41c9b5df7f0b9aaf7763", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9f0a0fba385d42b2b50929dc81d7c36a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "882993235c2141a2bab09d8dbb34981a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f07a7d8ca8f545969546c496a5b832ef", "region_id": "RegionOne"}], "type": "dns", "id": "ab61a742583e40c094402d9576d1415c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9158e90556e044638ff764e88ebf1314", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "79639e859e274c8898a4836aff1d4cd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "95274523780f4c0ab4848a18eafc0275", "region_id": "RegionOne"}], "type": "workflow", "id": "84e3dd28806540c09067447dff77619f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1918f3d83dd5492ca0f6563e559e451d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c824ec6956e24f03a2c1cc4e83b9d1f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4feb804714dc4eae9f7cfa0a045dd0a0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3a9d2c309bdd481381340df9893817ef", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5385d59798e546379404c81eac7d5c57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a3f8ec00d3ce49a1a090fc16d65978c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "50a6908efa174b9d92860b53e328f346", "region_id": "RegionOne"}], "type": "rating", "id": "f13ea520d26d4cadb377272551e4c1e1", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "38a313567980471cb4c9b2ce4669380a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2a12b5386a534546a72722bdc18e3b21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "28bab2de82a34546917cca5939ad81ca", "region_id": "RegionOne"}], "type": "operator-policy", "id": "61b56799c0704756a1c5dfd6891d9f4e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f127a8c2116148e99f88a8a46c8ad472", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "026eac86ecf64b6687184b14760f31f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "352238be72a04bb09700758f5e0aa1fd", "region_id": "RegionOne"}], "type": "policy", "id": "28c8fa0c559a40ff9e4610191dca79ad", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6ba6816efbec4cdc844b80a99d0e07a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "942d767f342b481f9cb4884197ff44d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "142fab30c77f408a83801fa4b84252f7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2b02e8842217409080f94753424dcb61", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c6b2a5b6e38f4e3ca73c3bf0f6cd88ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fe0ace61b29e4aafafa97da68b3f3c49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0efc3d1388f04ead8fbcd157e2179780", "region_id": "RegionOne"}], "type": "sharev2", "id": "320182e8b90b49439470eccced4ae808", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f212fb3c05be44e4bb4b64c7bdb3ca3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "000bb0c6f30a4acd8f6ae58616b87f52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d14f35c2821a43dbb59112f2fcaa1a03", "region_id": "RegionOne"}], "type": "share", "id": "d95446c26dc747a6a148d1099fc1313c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bf2750e46fcf4ceb9689e9ad33a6ef36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ee0c1202b7894b77b98fe2d5b8cb4b7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "35761d14320f49a4858c5eefd1c71f11", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6d36b9aed74047718a6a283f48e4c48d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85e6feb75c2f4de9869479a26c57054d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "109ca4d90b124d01803aa34e67907109", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bab7682887b24363bd102904219507d5", "region_id": "RegionOne"}], "type": "orchestration", "id": "7115222960e840229116bc1fcf207830", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3957c8c02e754c9794dd5847a877b3aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "166995037da14544bc3cf4d32a015b6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "981fafc450c14e0b8f5b3efdbbc034c9", "region_id": "RegionOne"}], "type": "block-storage", "id": "803cee839c654a85bfaf7eb7ffbb09bd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49bcdd25123043c2bba120c281098f59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28a1f25b79a14d4b983802aede2dec4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c9e6b2f009a0464aa6b63b5bdd5ea85c", "region_id": "RegionOne"}], "type": "volumev3", "id": "a37acc474c86479d8e95ba870312b2cc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6637a50bd3194e0d9b9ba0c937a81c21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83fefafc30f746cba0251e10a231875d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0f254e30e334e4eaf39c8f891a2dd4a", "region_id": "RegionOne"}], "type": "volumev2", "id": "9ae5d5a5ffb54f569964f30b128d3f9b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba3ce3359a6f4680826f096c18b8c42c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ed62de557c14dcdbf0b6f2abc4f909e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fe9a3b821564134b0b87ba916a46dfd", "region_id": "RegionOne"}], "type": "volume", "id": "a613638b79284833abebfda6777fe6df", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1bbdaed39edf45f4881e46af25a70fea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1e48497d07944b69eb9b13c97e29b05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "217489b0301244a9a6a7cde5771bd256", "region_id": "RegionOne"}], "type": "block-store", "id": "9d13916c7bf34c8bae0b75ce69ec5381", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "647e7b1833d74e919c6e4a180225fafd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7ab3d60e46f74e0f92116d448d0abf45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "68d4d65f136945d5ad85524fbd3f4a90", "region_id": "RegionOne"}], "type": "alarm", "id": "d7d533c2b924499892b6c8950044749f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3704389733b34e8da1b027238e7fd990", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c0b2a3aca44a4474b59f89fb667a3f13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6dbe94ee4fe84d9dbf644ae67a0440d6", "region_id": "RegionOne"}], "type": "alarming", "id": "b7b77f351be64b14b3c10bfbbcaf9408", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e8bcd696c0e2437485fd17ed7b67ab13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "55be5bdb23334029a025f18b8ddecd43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6dd6ceac55384b88b80f04a4255d0795", "region_id": "RegionOne"}], "type": "meter", "id": "83e9baa799fc42f3b3dc7c9118a7c86c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dfd469cdd3d648a2abdd6990cd455676", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4a37b4bc11da4738b66fb68425fdd364", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "90af4697d74148b8956914703a7a82de", "region_id": "RegionOne"}], "type": "metering", "id": "d1f1559e683f48e3a4ec2e75ef811a97", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6a20e4b364a141b2b6792b84681ac607", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9a4b46197955438dad44e082903c5b7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6c86de2fa9764f38ab978743a93c6ef9", "region_id": "RegionOne"}], "type": "telemetry", "id": "7b424f9d5af944a5860765b5daee141f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8967f78db221465e9249f670cf87aeed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ad11afd994cb480abfaee0fe45882870", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3a2cd1ae10834158b85cd5151dbe7ee8", "region_id": "RegionOne"}], "type": "event", "id": "11765b5170b94d7ba673d353f611f18e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "bc89fc2ef0004ec88002d21eef525da0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "172fbbd501a044d6bfece2126c6a4606", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a095c1fa8be642d2a51737117d20588c", "region_id": "RegionOne"}], "type": "events", "id": "6b806cb61ba44a4ab77e3db6be92e3a7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3a2f5ee8e2b447d5a9de6b4b35a02699", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "76431884dd0b4f6d98351fe6897d5fb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "eb5fcbbe82ca48a5a762c712b243d119", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2f7e9cdaa62f470e8e3da08d92423ffd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8df0f702dd5e41868010693411636381", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "df916e745e694ea2827f97b74736c1bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "999d42356e7e456d912a51656c271aef", "region_id": "RegionOne"}], "type": "application_deployment", "id": "922d51cb7f7443a7a9f59779d37b8904", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "812a5346b3764e49b78a8db6eac2d7a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "178061ce247249a7af9533c57fbb1e2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6d882b15f50c451dacc2f027831ec90f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ec93188617c94c94a7333fa91dad6903", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ee12fdac991f4a03ba562de11603c606", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "92803cb005a043f68055fcd57bf2c8bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2c6b9c66537d4ac3b2ae9e0183ed45e2", "region_id": "RegionOne"}], "type": "tricircle", "id": "c59765d6764d4150b90670911dc19742", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "669ace6345684b078f3c72f1713e0be5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d4d08b5b133442b18abd89c5c256eba1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0e5974885a0e45399f80800f03e8f3c9", "region_id": "RegionOne"}], "type": "database", "id": "d0a1cec1c99c41bb8db47f411eb0e637", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e6c49c21eee44192bf61d2ccd485cb83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9d1262df57364b118cdcec7122876029", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "57412329a4e9460c9ee7f18642f10b96", "region_id": "RegionOne"}], "type": "application-container", "id": "817e178ccdb6424c8ee946adaceb5796", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "46582d56abf44394b3a55d027a121cfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1c7d7fcd14e6450793053a18715d10fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "255917acaf0847dcb360c9f27faf2e34", "region_id": "RegionOne"}], "type": "container", "id": "fff07f7d6fd74b9880155bb7cffb1200", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bcbf551d068a49bd961cd1213d63bba5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "aac01e6d5a4d40ae9e34fa4ecfc977ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8ecb70d4e09b40cd912425d6f42db43b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "61d7de25e3b8469888c7d118b8a0e882", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "91c3c45cd5ef4ffd80d47b23e8e6e85e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a91a52771f3940d883272e581a6c959e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1596298dce5c47a0a83bb68fccd54ab2", "region_id": "RegionOne"}], "type": "rca", "id": "aaef9dc0fb75459782268b72c090457f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e20325c0483b4742a441c9d27fb515f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "179c932e00e6498f97f791029636296d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9e9820aaf147443894825fa201e8a8b8", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c1b5cb80190a427d8b75a2fc201f9ca7", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3772cd9fe8994a90bdeff49a4d162160", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f0a240211a8e44e49eb143daec24b356", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a4b3ad62e0414911a24b5153a06e1ff8", "region_id": "RegionOne"}], "type": "network", "id": "75e57ffedcf3465a8a676058070214d1", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f58956ebf4c347e2b86f5a69429fbf12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e86b8013734e4e1e91165383e093642c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e597a5a8c61641b39a5626026dfd2553", "region_id": "RegionOne"}], "type": "backup", "id": "ee98120e53834861930446c7255c4558", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a7099449540f4358871ba08f39da34b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3247753bd22b44388b2e632959664f5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "cd41c9c530b846e284b44d0c19eff3ab", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "82a55883eeee44408d8bfd4af3f3f381", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ac3d718d2a074a0e8c28c82571cd682d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "81c88b27c3fc4c1aa5cf2f56e7ea886d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ea59338fd15e430d90b55fb17521b098", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8a5158d92bd7498b82486c517b23cba1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3e05416842504cf09c802a2785dacf83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "faa87f6305314b589c80befd4d0014c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e95d8f09282846ffac9c991d7e29f544", "region_id": "RegionOne"}], "type": "monitoring", "id": "abc9d7cd2d1348a182c1225afd0dc859", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d3c329ce9cc4443da0d0da32bc5f4af5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "23801ec76fdd46cd9a07019cd8b236c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "06c3065f9b4e408d9292f582e28f3b64", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9b7cc85b410d451b8f1fb27a9be1f70a", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3836bfa9e6a3478c8b47e732610c0879", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "01e45dec71a043eca992a8728716f26b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b2ec738a63524eb2a6730454c6fcf56f", "region_id": "RegionOne"}], "type": "placement", "id": "6470063d8bb1473483341c4498b410d7", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "58a8895b7a034640907d4e50083055c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "61a7976969f74b06bae01882517516c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "933684668c784f4c80305b4795ca3231", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8d87b3c0dd8b4fb6bab7c2e3fd39673f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "47f4dd99ce6e485eb32b5f032f57fb13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5cb9e5aeb6474113aec044ea0df41eee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "43327875e20d4f348f3b84f23dca4cb8", "region_id": "RegionOne"}], "type": "ha", "id": "467a1780ddef489fa38eac0e7b0c66ce", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b120e364c423411cbeb05ab474d90b47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bc1af603e42f48fcb262f977e1ad2cab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "e1e7e6a4b0e94aa990543ca5754f2010", "region_id": "RegionOne"}], "type": "reservation", "id": "78983295edac48f18aec35a1dcb6e08a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8cd39c7ad3a6443c8d6a11e7a13d2bdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9ba4b24c4e3e4014ae739d264bb75c78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2f6c96991c9744039df4a1086f7abacb", "region_id": "RegionOne"}], "type": "function-engine", "id": "e5d7cabf6cca45798441824d8c6b5614", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6059b61a0f42438bbce1892bf5a862da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "01ac9551c0ef42a4b02d283b723b83a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "008f70f1904640ea8cc5b53fe00a0085", "region_id": "RegionOne"}], "type": "accelerator", "id": "e4e00add88ff41969ebae7a82e763cc2", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d1ebd4d64bbc4617a2d86fada46096b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3c468ee9d6174a57a20adc6640c1921e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1a9a235c52cb4797b11a61180f5b1e12", "region_id": "RegionOne"}], "type": "admin-logic", "id": "57f630c246c5484992ca5c5aa23b2ca1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a29e91a9564748818399662847095ee9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e4277ffab89e47eb9e11f895b1cea9c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "96713182b74c4246a05d8edff87371cb", "region_id": "RegionOne"}], "type": "registration", "id": "c552e367f5ae4da9a89b83aa23425678", "name": "adjutant"}], "user": {"domain": {"id": "b6dfbc0368b749158a5c5a521186ecc2", "name": "866576ff927b46eb8c14918ff2a2e73a"}, "id": "0dd3d35a58f6487ca23e6be920b0252e", "name": "e6bbd4cc22b94d459f75b38189c17d7e"}, "audit_ids": ["65a86e7ecde64ac3bdcc78a16059c225", null], "issued_at": "2019-09-19T09:04:44.599358"}} 2019-09-19 09:06:44,799 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3?resolve_outputs=False -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,806 keystoneauth.session RESP: [302] content-type: application/json location: https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2?resolve_outputs=False 2019-09-19 09:06:44,812 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,815 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}} 2019-09-19 09:06:44,845 keystoneauth.session REQ: curl -g -i -X DELETE https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,851 keystoneauth.session RESP: [200] content-type: application/json {28} openstack.tests.unit.cloud.test_shade.TestShade.test_range_search_2 [0.082227s] ... ok {11} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_user_project [0.710101s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,305 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,311 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,314 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,319 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,333 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.239775+00:00", "project": {"domain": {"id": "a9106bb8e3f44537a2de75399d2e4871", "name": "ff78e36ea9b94a618abe52b2c75a3653"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b2cc1a571b98411db01b038c80a93e29"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "dab26de6a898487b8cc2fc0dfb22a72d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "cad50bc2d5e347859264e6641c9eaa9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7076e0bd559e4dcbbbf73f533410e709", "region_id": "RegionOne"}], "type": "identity", "id": "2a8ec50af11a4c9696dc75ff33fa27a2", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "03cfbd8d24f546259e2d484965bba23d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fcf5ca936c874fd8bdaad61e05c6fdde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "230bc19a938a4a9192a811971ef8dee2", "region_id": "RegionOne"}], "type": "compute", "id": "a7e0c9a32e0444b8a85adecd6c10b284", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4ca378c7dd0545d7a568981cca84c6b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "64363468d0f04a24b2e9d86b5b70183c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "cb4cf49c654b41a7a590d6b351b15093", "region_id": "RegionOne"}], "type": "image", "id": "ea7c43ef135043e4be67b152404eaa4d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cf7c1c7d78f84203af7429dfddfab111", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "109b9d777d62485780379d88c2c0b739", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "53ca1af3a154404f84dec70cbc636583", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d09530219e3d48478e5c560a12345df1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6371817dff8e4082b46f56a20ade391b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "513395a21041482a9287ea515ec4b7ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9da4344b09564251a7b3488befc7a080", "region_id": "RegionOne"}], "type": "object-store", "id": "b49f36c63c7040e993705514f0552319", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5e327a992c8a46d8a5a0e3a13e8f586e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e79b065b49b94751a2767e15163d59ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "eec8acb37cbd4160a2f34ec9a9cb7218", "region_id": "RegionOne"}], "type": "clustering", "id": "225e8baf03e44c85ba48dafc98005c18", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0d3202df04b845f6a6f1a8de77ec8638", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e027125ba5aa40bfa1a4e063fc8efd7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c754824034a748df8c0c8e56d8803658", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2ace7ed7f54248ab934387b9c014445a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fd9792e0eb50474db758df3d3d5be6d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5ef25d6aeb094ef59798f70cc668da95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "44031732bc1b41f6adcf7cb371cbff43", "region_id": "RegionOne"}], "type": "cluster", "id": "cd2a06a7f0ca4741b8ef2cf847fe67fa", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "44ff90ea14f441459b219894ee0cbbc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "19db7cc8e2b04a3e8e3248bf29c77df0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b31aad68497f4b8da565b63837d613f2", "region_id": "RegionOne"}], "type": "data-processing", "id": "a4198b5745454f5eb1ae03eda00d85c2", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "631dff08d1bb409eb359ba705a45a61a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f47be82f79c14ccf8b7ffdec05a251f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "44e88fd93b0d49eab44235d6b1a2c35d", "region_id": "RegionOne"}], "type": "baremetal", "id": "a00d1e49a4004e3cbb1def9c3700c678", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cb1e5ee4da3648018c58bd5aba515431", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5aaa79d07d8c467ba15dfa7b962ef6f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fe8500c20978468c9e7541d7c792741b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f35e58f993634b3ba75deb5fead20f26", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ba261ee032e442e3a7e1759b6cabafc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "64bd7ba60bbb40949aac7541f7dc232f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "6241af507f404e7ea5e3400299205b21", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e0d1b8b9000d48c9b55dd29f7e3659a6", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "607495250c96496da7503dba91ab34ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5dca0fbc5cd949d091482c4bbddbc1c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "68416ea589cc4f47b283536e368a0a77", "region_id": "RegionOne"}], "type": "key-manager", "id": "1447b561c1554335aff4a5505707082d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "745957521f964dff88ba8928b93b9328", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e2575965dc2e4ec897ba6ff918c55b4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ee0bae217d9d452eb81725db87ca56a8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "7c1719dcfa97448f95c47cdad55b73dd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ed202d0a00b846e1886ee12052d6bff2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "702b40514a844064b13ac4537e9499b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "58b65b0c01484cc2ad557b45d1969262", "region_id": "RegionOne"}], "type": "infra-optim", "id": "725ad8a9b13345ffa0bd3b79db4b9b3a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7c8c827b5f6a41b898d8f2e0c953757d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "46b9507e5dbe4bacae5d1f7cc8727374", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "35263b5cba634fdca935a5bc12b6a476", "region_id": "RegionOne"}], "type": "message", "id": "9d03b269455647f8bda628fcac734161", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "33e5ebb49fcc46eb9173efaf42d75a40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c4c0e88e6d1f49a9a57d0c041141d8f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1792507269074443b488792aca3f91f8", "region_id": "RegionOne"}], "type": "messaging", "id": "030bfb0995724f46a97c70930d6b4008", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4e534ef4e1cd4de0bdbebeb6780d2b80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "41cc79244dfe4a678d3436c47378d48a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9aafeceefc9547d5801ff8bc1adf2d37", "region_id": "RegionOne"}], "type": "application-catalog", "id": "86633ea9bdf24750be8204dd47caac56", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "233c508ac92941ccada324756082efe8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9f8a41e86af14305a87b3c037231b52e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "37a826a8a54f4512bc3ebdc4596bcd8a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "cf77ef979152437e9adcaa1ccdf92759", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "08f542e38a084e3bbc7fca0c404cc08a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "35d98a3d75df4ce8950ca2fe88da34fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b5d81f1ce2247ba98e1b17096e9d527", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2fee019b3e9c4e18a8021e31e34cbf56", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c0d672b770e945e38f63e4aec44a7eac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c7cc426642e147fcb90bdab620ef6a0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5029d6150717430abb32829545fa5101", "region_id": "RegionOne"}], "type": "container-infra", "id": "fa434d9273ce4d6b860a9795c3120538", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "27502776aa4f46e2905e1d4d1a397e37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "713de0d6209b41db9ab8d2145d3e1327", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d81a38933f38428b939ea39bed01a044", "region_id": "RegionOne"}], "type": "search", "id": "fe088eda4d7f4c19a0b0bd1f4b0d8989", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d083452a3dfe402bbd22c37772db737a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3dd431609ab8416da07db43b83d7bc7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "bfc1484670c9433f99937b2fcce4416b", "region_id": "RegionOne"}], "type": "dns", "id": "7051b3ca82a0485c943d5917c69f153b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "02b05f86553e4e4ea741cf3fb8b50971", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "445bd56e382542bd84bdd39036b1fde2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e8567e08c6384131b375ca960ab96c64", "region_id": "RegionOne"}], "type": "workflow", "id": "db3f45fef0e84d3b806512b36bc7b511", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0bfa6e257ccc4293969f470988965b57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "150618a920d34b378cc0a4e4ea2d8150", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "018efe43a85543aea48fec3f6799c0de", "region_id": "RegionOne"}], "type": "workflowv2", "id": "cd3f369fbd464dd98fba2cf5d7f13a22", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9e85689087874e7bac2cd01299a7e2ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9a4f70ac73fa439497a01a975d7a2019", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "62c533a29f224f4ca106b23e1a309bc7", "region_id": "RegionOne"}], "type": "rating", "id": "aba508d9a5d74fae9e860540dbe28f5f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1f46210c0dae4b5f88360b6ef4e93f66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bf25c0f0b763495e8dcafd394dce3b3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c6ceef37a95a47429bbedf4f05c046b0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4c1bde7bbb4946a882ba97a2ff4f58ee", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1dec5ecece48411a89208e1b2a4ee952", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "50d1ae30dd164a5581a260c745376d0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2cf16f02aeac41bd97983eba179b365c", "region_id": "RegionOne"}], "type": "policy", "id": "120fefba217a4a16aeee7ff7e0bda32f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e7e821407cdb4d318d634cf84b1f3951", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c6ecc378cd9d453ab1e1effb074823d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6d768ea737af43349347cbe2a2cdcb3f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "bce5795e32e24bc9a73bb05ca2ff2f6f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2adbf147510f42b6964e667b2a94fee5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "abff2abc047d43958d55d29a91f5fa1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "19373c75a7a54dcf977a60ae68382368", "region_id": "RegionOne"}], "type": "sharev2", "id": "e94c160cae5545fa9fa9d0a41f9b41c3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "33ef7387b4bf480a95b4467736291f73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e818a44dfc7b4f45aa19aaf634cf6f95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "51514e66ae9843f6830d6beeefa65949", "region_id": "RegionOne"}], "type": "share", "id": "e1b58dba826e4229bb1f586ba0e4aedb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7a9b7787105c4168a44354aa68b02029", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "73b8690145c04d62ae293236f9ab21cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9e03a0eaefa747b18c32fb5ed1ea37d5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "532404f8d71e45ce819c2af9f19c7644", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93491d046bf941d5adce8be7736157ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bcb1ac04b2754ffc80aad5fac7e96670", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6849de1e70eb465e9b73fceea12759b2", "region_id": "RegionOne"}], "type": "orchestration", "id": "66f2b413105a47e48bc983a576eded57", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb473d6622c54cffb5855eb182a12777", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e5bde3071104cb899e805967ec0f52b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2472dfd9a274491ba4ae7c6372578b5", "region_id": "RegionOne"}], "type": "block-storage", "id": "9d52a78fb6cb47389e397a9228c65a6d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b4c046a2fbb4f8d85fef627eb59af39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b525ed4578314e02af26ecdde48871f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "150248779d674377b09cd4df98659b9b", "region_id": "RegionOne"}], "type": "volumev3", "id": "ed40ab8a8629460287ac0ff7b806306c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55f7ada1046748bb83871cbb27b584a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52bfdb23a14e406eac95edff45e47636", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e48868edc30a448cbc6df218c181c570", "region_id": "RegionOne"}], "type": "volumev2", "id": "3c13bf9f2f1f4abc895bb47465e21b0d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a92a73e8d944f9fa99b83c34ec9e53b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79f9cb14af414bfca7544f31cab65e08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7c3b96fac4e4a188390894b7af0a6d6", "region_id": "RegionOne"}], "type": "volume", "id": "fb89355e7cc44a44866a1a282418301f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4edd635a4e2447f9adf78abe11c1aa4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67828745e59c41c9a51bbc7604b848e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "056b08d45f174a9883e80634625c96a4", "region_id": "RegionOne"}], "type": "block-store", "id": "58c0971fd96c436491fdf6d4a2fb4520", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d1c6f36f7b6c48c692b2f5703225b123", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "04c8eae014c74caa97ce59036a06b784", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ac57bc174a85415a818ecd7a3fff3f1b", "region_id": "RegionOne"}], "type": "alarm", "id": "117d20c2df9045df981841c57f389215", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5767bd3efc37417abea52c9cec09a607", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5db66f438e124fa986465e163f470998", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c034f28d7adf4ef1aedc49e041acec53", "region_id": "RegionOne"}], "type": "alarming", "id": "4e3c57f41c1f40a6a3d06b62697ca18e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cc8e2dfaf07e45ad9fb9344a945ee2c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8b8d725984bd4b6dabad6f0defe7db4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a20757b7a80e4fc691e060775c9bc5f9", "region_id": "RegionOne"}], "type": "meter", "id": "a1b4c2b3818444dcbe4e95513ea60b12", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "88281ee5f8d94cc9bd178e6be29316ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "07888b91ed9c484ebfb5f7e8d7a6ff14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b8dcb97beab5424281af88b2162d1132", "region_id": "RegionOne"}], "type": "metering", "id": "e0ec74af21cf417e9900d3830b59c3bd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1c96d0b4d0fa4fefa85124cb16c249f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "818f840bdcaf498293b0df011206342c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "053ee12d3df74520a98f1cde0fe2ee4c", "region_id": "RegionOne"}], "type": "telemetry", "id": "0002ca0d45704efe8ad062f60f12c3db", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "808570eca96f416099234c7ea94acb97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5993ffbf064f4b4fa13f632d829889c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "44fa9d5c7d0e41609bbf1837c063b228", "region_id": "RegionOne"}], "type": "event", "id": "486b0289b1294b56a32a98bfcd23673c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d345676cd4234aaf987f92a5a12a163b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a087099938b84af787142f2dd6874b90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9d36e60e33d0462ababa21cdc9e87a57", "region_id": "RegionOne"}], "type": "events", "id": "e7974a645bb94643bd87380078d2620f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ad9be123b3a44beda89e979f7efbd842", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "98aa8ec740d945b19e34c61514948791", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1d1403a1dbb54bba84b5de228e9911e7", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f7d7f50e9c6443049b3342ab9d06137b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0633a5b8163c4faeb59d13e3f61ec5cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5c3c5f48fcab4579b55b75068f39773d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1903b146c5b34626a2d99f7eb34c4cdc", "region_id": "RegionOne"}], "type": "application_deployment", "id": "02fee86fdca34ac08a705f544cae86e5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "55a1f10d77f24f9eb9f25a643bf297bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c73eeefc4f9e4d0aa8fed832b01cf6fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4ec4939bab8948f5970cee8203393f62", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "be1498b5e9e842df8098a1fe6914510f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "360120880abf4f8d870a03a76704c947", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "397c1f6134b34344884fc90af862ee54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d93ec6fb09404537be6e9954261de106", "region_id": "RegionOne"}], "type": "tricircle", "id": "5d52c08f916649458e613835de13810d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "af0e405f974a40c282ba04260cb029cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5ed60e8d8a384ab581f0804227287051", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d89b946899fe44afae957557be5d8dbd", "region_id": "RegionOne"}], "type": "database", "id": "37705f2ce35e42f8aee4b75b0e22050b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fd2342ec11d04839b11386ae02bd7309", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "759b41041d9040a4bfb94dc8f9d78ed5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "47585feb64d8450697a8d9fd264fb199", "region_id": "RegionOne"}], "type": "application-container", "id": "3ee6a981bc734e0da0a05d76284e913d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "89033d70bcc9402ab17c41ae2812f98a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "910a5157f3c54902988289645bb7007f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0154bfd4bdeb48988aef49773c53d44b", "region_id": "RegionOne"}], "type": "container", "id": "4132fe5cfec14d0c90390a8eeadf743f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bfffa38982c44637802c3524507e4c04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bdb4c4aa215a401cbe7618bdad1139b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6335ec7c0c0a45a08fd2291ac3ff5078", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "dd44b2fa8aa646c4afbba1b554119918", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0d619bc646294e2c9f1a621a66104461", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ffb0f6e42a2743afb67e8325a54467a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "592efdaf424b433f8cf71f9c5d07aaa5", "region_id": "RegionOne"}], "type": "rca", "id": "ea3e5c9e1de74cd58a587cab6688a219", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b2fdbea54f48422eb47d83850a3cdde5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "097b6a7f90b94ce8b4c31e37f666032d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9157b3f03c624484aa6f6bb6c8e5f270", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0102106c36a44f6b938ce9ee548b2450", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4c755313f68944f4adfed60a89bc9cf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "8c8f7b9ede1541a6a09a392ff9849362", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "558c3ad1a58c473e9e101f45959057af", "region_id": "RegionOne"}], "type": "network", "id": "c7d7bc2faf9a4ff9b20cf0ba488cb2e7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5da3c5583bc04dba88292160124270a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "67f2a57fd2f24e86869af8bfae82d6d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "3df4df982451499d82605f81dcedc5e7", "region_id": "RegionOne"}], "type": "backup", "id": "08f28358e2274c4f81eec18895f660a2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c9c359fa0c6f4ee481dae76718b50c2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "92e9bf8838aa4ab28ee03ec08fcb2c5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4127da7c422440ac80a7bcb52caf28e8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ede01712fd53491b82d3dd131a3f497c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "87234c9e166145b7a97f0f4c0407d4c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ddc834850ba945d58783c90bc6c98309", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8e4de33d826948a8b5f2f22f1545e742", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "bdb94de921b94bbb9a417679f3c323d9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8ff8945f59944cb98a759941c02f0393", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "28dfb7df2af64adb8ee4846771b98d6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8e217d528d2e451298dc3e1524eca267", "region_id": "RegionOne"}], "type": "monitoring", "id": "6ad52b1988dd4035b8754dd93d25b86d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "556bac96a37641d082fa93d5ee16b5f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0c533c537d7145fda81bc0acc35c7401", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4a2851baa2f947b7817180bd7d45e91f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "1f4ba380472f44349d2a4bc2ac7f40f9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "57bda6375f614013a7a28719155ec209", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "81599111f8a1425dbe554d505c519351", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0442a14a529b478097d58a3af5cc92da", "region_id": "RegionOne"}], "type": "placement", "id": "9ae93de3ad67494882d807be3c17e68a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2b9654bca11b460487e459de81aa5b9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3d136535fc344b42986288dc062c25fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3b8d7032ea7c48d0973df3ab1672e3dc", "region_id": "RegionOne"}], "type": "instance-ha", "id": "31eb733de32c4d4fbb8a1752390232be", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "27b154c6d6d64dc39367d85cb29f7012", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "07eddcfac4fa4cd88d3e682d0dbb7cc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f2766a9b97a548a99c92022c4e94e9b3", "region_id": "RegionOne"}], "type": "ha", "id": "478740f6e6124eaeb4b8ea1f01387977", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "846e9e365b6b45f8a3bb6a073ffa8a37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "95e9022f91954fa99dfdede2b26431df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5a48a2b2bf744d3084c628f6b0acb439", "region_id": "RegionOne"}], "type": "reservation", "id": "d6408bb1228147618350fb62ba7da76d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fac2097347164ce1836ee3b81de5e616", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fdbc4a6b306b4494bf5aa64b775b8126", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2a95e6abd183413493a268fbbaaa9769", "region_id": "RegionOne"}], "type": "function-engine", "id": "25a92df4414842d98381f14b699f9a1e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c2c87c14c73841e39bb33c419d47f843", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "21a92a1b6a0741ffbd00d74ef72b11aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0a4d34e35f1c416a9ef47a445ec0f9b0", "region_id": "RegionOne"}], "type": "accelerator", "id": "957fedc85d774f0cbeda95ea5404f226", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6bf3801696854e489048ea818de943b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "504dc63614b44ed187c87b230adb1edf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b7a964690d024a0eb6f21f41e79d1a53", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ebd264553d89499ca22881e400494b8b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ccc822d5d4c841e0a0eb44a9b035d522", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dae64bd263a346d0a0bb9b68baf01584", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fc7297aba7ba47ce9ffa6faceb6dfe51", "region_id": "RegionOne"}], "type": "registration", "id": "5df3cbe1628b47fabbd140100ad3bb65", "name": "adjutant"}], "user": {"domain": {"id": "a5796aa41f984624b95c76a1f67cfe34", "name": "41c45673537341d9a4fdef20c9cd675f"}, "id": "b9be4c04945a466fb9cd3a88c6634f4d", "name": "81768505586c40acb65a588c7cc5e32b"}, "audit_ids": ["d259709a90f04285a1ddc7628ddd316f", null], "issued_at": "2019-09-19T09:04:44.239775"}} 2019-09-19 09:06:44,555 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,560 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,563 keystoneauth.session RESP BODY: {"roles": [{"name": "72307cf65f3c4ccaa12e6a41475b2466", "id": "6e45cb53a2d546898feb32eb8460730b"}]} 2019-09-19 09:06:44,600 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,606 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,609 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "d6463e416d59484a98660dea66b8156d", "domain_id": "6d1ebd5777d849bab50eb9f58cabd9ec", "name": "username-3"}]} 2019-09-19 09:06:44,665 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,670 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,673 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "6d1ebd5777d849bab50eb9f58cabd9ec", "enabled": true, "id": "aae395532fae44ad8c310e599bd12387", "name": "projectName-5"}]} 2019-09-19 09:06:44,732 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=d6463e416d59484a98660dea66b8156d&role.id=6e45cb53a2d546898feb32eb8460730b&scope.project.id=aae395532fae44ad8c310e599bd12387" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,738 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,741 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:44,743 openstack Assignment does not exist 2019-09-19 09:06:44,779 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,785 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,787 keystoneauth.session RESP BODY: {"roles": [{"name": "72307cf65f3c4ccaa12e6a41475b2466", "id": "6e45cb53a2d546898feb32eb8460730b"}]} 2019-09-19 09:06:44,823 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,828 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,830 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "d6463e416d59484a98660dea66b8156d", "domain_id": "6d1ebd5777d849bab50eb9f58cabd9ec", "name": "username-3"}]} 2019-09-19 09:06:44,880 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,886 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,888 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "6d1ebd5777d849bab50eb9f58cabd9ec", "enabled": true, "id": "aae395532fae44ad8c310e599bd12387", "name": "projectName-5"}]} 2019-09-19 09:06:44,936 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=d6463e416d59484a98660dea66b8156d&role.id=6e45cb53a2d546898feb32eb8460730b&scope.project.id=aae395532fae44ad8c310e599bd12387" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,940 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,941 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:44,943 openstack Assignment does not exist {17} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_get_security_group_by_id_neutron [0.205621s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,836 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,841 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,844 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,849 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,863 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.773834+00:00", "project": {"domain": {"id": "adb665c0de524396b556b6677006e3f0", "name": "47695c77ea9d4a0a8e9ca64aa0e9eb66"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c167b827c270428390debe9d60556566"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6e4357924aa94e96a4200999fdacae88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "fb2e5aa47b374b4fa6205c8fa2f02833", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "52facc583a624973b0267c0a0b16f330", "region_id": "RegionOne"}], "type": "identity", "id": "d47ff7faffbe491490bf18e250b46913", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fbb26f446f3943ea9084901c80ec0543", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "95f1b763f9bf4865932161e796d40fc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d2506aa09a494675a0227b99d864d0e7", "region_id": "RegionOne"}], "type": "compute", "id": "703d046a45d04b499961332336e5b3ba", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "abaccd083736487bb56910986e00ea2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "50812c7f57c647748d072dc9dfee8e68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a468f2aaf1fe4da8b04f114cb99baca1", "region_id": "RegionOne"}], "type": "image", "id": "a520b7345ce64c2da1bae26ffcadb28a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0463a4f077e94dc9a8686c2f8873f832", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "86b941c080f44aa786f0f5f1ddcbcad6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a06a2f3e5559431dbea2f40f6db21065", "region_id": "RegionOne"}], "type": "load-balancer", "id": "20e06da107924afea524b94658573e3b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22c70b9cc3084d44abbceb3aadad7640", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd3b24050ae840878ab45c7f7f81c987", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e059cfd5c5df49699acc61015b372b9b", "region_id": "RegionOne"}], "type": "object-store", "id": "2c55c911e95142fc80778e7469697527", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0adc6ababc1b47f49be31367db6bb198", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "778b5aa2c17642558e65bd8658621e20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "402dc2c430064b29bea0b47656b36062", "region_id": "RegionOne"}], "type": "clustering", "id": "1afb0109ec8649afa680147e2aaa1af0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d2ec799fab5b4a2489e543e064206305", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2128e57b54284fd4b8e001cd7337b360", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9daedd18acd94a5c94e7a81df7da50a0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "04178fb821af4fc0ad8f5a6c2946aceb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a7be0d09d9bd42a2bb67be3257063d21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "09494baab89142d883ec464554c53d4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1c1fe1aea08a48a884835a601f624ce0", "region_id": "RegionOne"}], "type": "cluster", "id": "65a028c8df224cefa98ea3b5d27fd124", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "825e12862a0b4a38a4f1e56758a782db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4083b05f5b914421886af74ca5c50649", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "13dda942fafc4002a25f6d5b5fc8aaf3", "region_id": "RegionOne"}], "type": "data-processing", "id": "9cf49e1b9c51431eae0f2492a804c506", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2752d90d58fd4fffbee927056cfae3d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "67cda70ebf1041039c387b316273fc32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a483efe2cc604405b0945a0a65392667", "region_id": "RegionOne"}], "type": "baremetal", "id": "fa235c247b7249a382699d515693d988", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3896183153c2425c9952a319ec4632fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ca0cc74f2bf848f19847672ec58c76c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "23225d407899431fa10cc9edb52d646c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "bdee5b1ec506451b8eff38cab6bddb36", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7348aeddc80e4b2084fe0eb3015d0b1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cfdca97fa4624745b4fa514f89c4efc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "668083872c0c4a3f8128b9f75038d1d8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5dd100b1a98642e59f9a4a2e7a05e739", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "932c6b05c3ea4457919a9409563997dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bb174cfc2d944bbf8f36a18e2d1b9b72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8b4bac454c5b43b2b98bfcbc10b39d65", "region_id": "RegionOne"}], "type": "key-manager", "id": "8ca145cb2e284c74943930779861eadb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0dc26f1c9745431dad97c97ddf49c326", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "36b9e96b43aa444485e28f56a8115ba2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0c0fc1a7fd6d4e4eb3c644f9efed9e1b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "284ac47de75844619fa7973951951413", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "140708e713704d8f8c157e6ddefd9b0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7ba241632a3d4d2eb0f0b75b7578a581", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f9c65a881ad64f9ca3dd23d2e5276b3e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c8f5c58a4cae4235a269fabd6cf7978b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5ed96944740942178f2396cb218f8ffc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ca343d0d6ab64f1ba3045f9557b53954", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "52be1de1d4cf43d989f042c168d5759b", "region_id": "RegionOne"}], "type": "message", "id": "75bd14e970704389bb190da7eb419bd1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "25e9ae80032a4b1dbdd9c587f90efc77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9aff2f5a4cab451e9e742290db296a2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "077a29a23b0f4c9db4fa3476d658d4f9", "region_id": "RegionOne"}], "type": "messaging", "id": "daadcc12e3c048388eab20907e445e6d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "224eb0c5644f4097be2bfad096d61690", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "edbd6ba2682a476d82208b21607860e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a852550d7fab4bb29b9a1ccec190e005", "region_id": "RegionOne"}], "type": "application-catalog", "id": "9baf8acc738740188957a89732f96e94", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d919a30195324552b5c6e2affd19433d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6dc483f033f1461e90f136055824d477", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7569760f14c745148603ec6986995c7b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4d893c5dc09547a6b22fdec00e09a075", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d9cd09f67f184892903784d8ef2f6e33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "40db0519e0544bbeba49a4fe6ac79e13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b099c8c43ed478188baa85e1260f7ba", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4e9902d3498a4d7e8bd11d1df8fd29bd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "701d5859362349fdaaa35325e8f24324", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f5ffeb5e5e74c37ba2eea056f4a26ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bd07e967870248509e2d8751085448f9", "region_id": "RegionOne"}], "type": "container-infra", "id": "922443827e79457faea35a0eb01788c4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6e95589f2e844103b50c247d11923ea5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "4c2bdebb74754a7592a4821b9c3e8f36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "db57daac69914baebb22bb9e2c22d9fa", "region_id": "RegionOne"}], "type": "search", "id": "1c0b820561d14513b5135bbb8a2b90ab", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "84cbd7fcb1a64dfda9ab094b6314d8ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c571e1093f144d8aa21b1026cffd8b12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b772a8bb85584591a308b35d3bf822e3", "region_id": "RegionOne"}], "type": "dns", "id": "2950a04688544a8297935b8066b928d8", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "22b13762cf564d0c8c687f624844f402", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fee5bc7aaa6c438bb90b370c5d0e86d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "19f5430b4aae4809ab0d7bd17d0c3f6c", "region_id": "RegionOne"}], "type": "workflow", "id": "8b801d4fbc914f9bb192dda497d0e744", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3b316b7cfdd647f3ad410226d4d98e0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3dd5e920ba59431d9fb85d5ca6d3c8aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b95c111234f54fa5aba1accb47113d28", "region_id": "RegionOne"}], "type": "workflowv2", "id": "688c09aa61054ee6bf89d118ca1677dd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5bee24b37ff94a74aa3941f0f726d4e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e6cfad66350147b7806de27eddfaecd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ce06477af46646a1b5bb9e002cc1b526", "region_id": "RegionOne"}], "type": "rating", "id": "d80d47b56bde49f3be9ae63554a65dcf", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3d293f7334944843b9b15ce50af6bbc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d893b23ebc814eeb871e33850a8d2504", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8d487930e35e47a695b209bdb437d262", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a9251fc7d60347fbaafd35e1c92b62be", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "eab5796ef9594c2eae00fd963e378472", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7135b1be1cc340608801416b8edf342a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7159aea761e241398dee7145e5446933", "region_id": "RegionOne"}], "type": "policy", "id": "a0524e08a37d470aa02a661f24b8166c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fbd0896de7ae48548c56be539364ec47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eebbb7c4a1e840bf906e996c18948b89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9a035cd16879468486aa8558b30d0a0f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "579b91f476d44c198966ff76edc37de1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "938e6d9a74c4434ca06b57a63fbff1c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4792fe4d96344675adcd064721c12bcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e30c8044b6174472abbb3e3535c71282", "region_id": "RegionOne"}], "type": "sharev2", "id": "8f82bf40c55d4b488c86674030dd8155", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0a22089ab0a44e759b90c7155186a16c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8266628ebe964e49bafc40c79ccf2d75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fca65339f49b457cad2cf57ea661f5b8", "region_id": "RegionOne"}], "type": "share", "id": "ba810a307f3a4be69f011d9af5f24105", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8b4f83aacc0a4029b983fb47129ef146", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "abefabcab1744c14bdded42ab75a50ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a6cbc9e70cc84ec8afabdcbaf11b20d3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6dff867447e9412b9092b2f53fd6d4b8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c41e138487a4711b55f9037c859e644", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eaf2960a66e8407bb36a2d4ee6125112", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a96e916ca4a946e89659473354048706", "region_id": "RegionOne"}], "type": "orchestration", "id": "754792861f2f42c1b3c3ef69a2272010", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b22ebce32ba4d1e9098f5804f1e1fd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07281ab4568644bcb9b8f36c18efa8a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8cd67e3a13704f64be993cedd1d757f3", "region_id": "RegionOne"}], "type": "block-storage", "id": "9e8b73d176cd47cf8d8bd2d136b02acd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e1156eabb4c4a8a90746ef5c8adb08c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "800543dcc1bf44d9bd3033c15013ef45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e412b72c8124f228b6412154c4433db", "region_id": "RegionOne"}], "type": "volumev3", "id": "7724b7cc421945e88cd4fdde09720c41", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a9dc7e882624889bb46b5f81929a210", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10cce1a4ce174c49bc8e2b94d4af28c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20f3430f6c9f494bb741db77cdfc4534", "region_id": "RegionOne"}], "type": "volumev2", "id": "8e4983841be9449a96af2f686b6f78cc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2a4d371423344d8b217e69ea6690137", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0593a73a276347a69169fb8f4fb4a820", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52f32d39f85b4ec5beafe5954e2ed815", "region_id": "RegionOne"}], "type": "volume", "id": "f14f6dd69b0b4cec95e6e6122a9d0193", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "322173b4cfc34cf09bbda87fddceeed7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3c7e5a721484826845e7c4946a8fec7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d90d321d3a8745c18d64dc96601164a9", "region_id": "RegionOne"}], "type": "block-store", "id": "160fc60101884a2983a82e9952fd146f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "861afd28170b4e3088c78411e26721f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "887420c52e7745a99ba8e0fc8f5027e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9a6fa05b06ef442bae918b1ada817cd4", "region_id": "RegionOne"}], "type": "alarm", "id": "648841ee016e4d6fb4e7a7b32c49b329", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4354e8f037924f4ea205d67803c9b541", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8f72a5a770b241e9b5dd439aca8c9c06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cdfd7e2a349544fcb8b4f845e0a8dd88", "region_id": "RegionOne"}], "type": "alarming", "id": "0ef2e83936464a11ab5a08662d65c299", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d7e751328abf46b5beddd3ab06b52801", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c191979748d94ea19a2545501bd664ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9c5b62d2e0184e94a224e41d735cf7e8", "region_id": "RegionOne"}], "type": "meter", "id": "24807d761f844c5689c0369c84551957", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4b8141d4da9f438393b8029bd26e6fbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "eeae9bd659e14a53bb3300a2c9b32ea4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "68a9ace071c84b81baa60f8131718374", "region_id": "RegionOne"}], "type": "metering", "id": "38dccb1c2dd042089998c69f527e7f23", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4bbf0a751dc2451a8a3efc98a93d2ed5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4f4461c89d7e493fbec8c5ae098a190f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0227b111770c46eabcbc88faf641d007", "region_id": "RegionOne"}], "type": "telemetry", "id": "dd63ba7c82454419baeca404c7fce41f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fe838423d893445080f2c0503a5a802b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "af6580b43ab8413dbe3dfc643b56b4d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5c3792ab36db448ba9859389cb97d903", "region_id": "RegionOne"}], "type": "event", "id": "388c3912ad214eef8ff0087d6ab4f832", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f9d93808079a41e882eb056b3e630155", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "da115a985149421b976016e0191b70e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ac55e1c380c347dabcdb49e40925330b", "region_id": "RegionOne"}], "type": "events", "id": "6c0040c2f5004f5a852a850d424f80e7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "60f6b9ee1d644744bae5045a9da7404f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "92501b2a11744601b672de6fff8cb04d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4f1fd471c1ef42faabf27ad7ad30c3eb", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d5941eb7d58d4ecd979e1c84bda11751", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f91be15648904f3ca278930d75ee6184", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5acdee1a19d24a44884713e4e74cdec9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d679f692fe3b48009fe05fde1facba89", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0665c99b37dc4ca9985839cc37496a82", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1ac06134a13a40af9464f2ff2f61fa9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f72e3f8e99d64891bf09abc878635503", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3a3e7ad03b33410e885b6fa391cd16d6", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "55cd8bca07ad40c397d7f838913322f8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b32df24d26584ab9a48fcba3ce4b84ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e5025e576e404d2c9823b56fff4f43d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "86a07162384f4e79b9e102cc8dfe665c", "region_id": "RegionOne"}], "type": "tricircle", "id": "8e55121dab6f4a929df2ad7d8ac3cfe3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "edc4140456484ce3acba3bf45da37f78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b0f8597d4a6942a1a739ac94f3440b10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "5feadec4f16446a8ae8ebc0686bd13a3", "region_id": "RegionOne"}], "type": "database", "id": "18015fd5951c45ebafb4ed8f0fbfc894", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8e225ffd295149bd86c165ce177d16d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7864e1ed8b0d4a9cae13342552a538a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c7a6a7975b014f9db8809c116e0f16be", "region_id": "RegionOne"}], "type": "application-container", "id": "cfd7d560c36f4ed5960b26446838c509", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cf18220d4814442ea9aee8abd4947c4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "04b2407a166d4e0691dfea86544fd8df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "15650885977e409eb0d91255bf2627f5", "region_id": "RegionOne"}], "type": "container", "id": "2cc01722f44348a3970edc34e266e804", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3fd9ce17817a4d3fa86d732b8f0fab41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f6bfc6c1bcce475fac0f169dbc5f898f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b42ec5cec78246ec99ecc2ab4b1dc6c0", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "5b896a7104244c8c8d825e74da917951", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4538ce234c83475e8f87e008b91d404f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a9b214f4d1d446809f3d821cc951b8d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a9ba7d778b1047ebb64c169d94fa858d", "region_id": "RegionOne"}], "type": "rca", "id": "5875c48ffa9542388df5ee48e9c8beff", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c058eda7ea1f49859faa087428a2b37c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d1f0b4e65df34f569551abe1e142b096", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "90438839dc504cfd92c90d07be7fd6ea", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5fd7f3bf96124e3486d33bc2a993eed2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "18fd8c14b3ee4601abf3e192a0ee74c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "0a5a6dfeaf554b34a8b2fe65f08f3b07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1e1d2d0586f248a4964022d7376dd593", "region_id": "RegionOne"}], "type": "network", "id": "b98a5c50c08a42a7ad81a360ec8147e9", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1231e8cdef7b4469b7fbf3c57f45c9b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "12ea759d3ce74e6b838eb6f70145ae56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "2474338cc2b44e3c960e2f840764cdca", "region_id": "RegionOne"}], "type": "backup", "id": "389e6957faaf46eca4edcf28c3031b13", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "81feb2f9091d425d872d626f473e96a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "501dda600fd0411ba92577bcfd8bb7ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "952c01c2e2a141ebb789f58929473d52", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "043c69f1e71b43f48e19b1ec91555769", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "84da5442c54c46b2ae5e25bc0ec0b750", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "61318447df1f46a592aba8404af3f694", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "449f63268a5b4bafa63b60b353d37988", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "7aef28494f504d61a0d83664f4b848ac", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bb0ed2d4965e4ddbaae6021a34921111", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7bf60f77f5ed4c59a81c71afb11f7a8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "511ce0bba5a64d9882fa32cae269bdaa", "region_id": "RegionOne"}], "type": "monitoring", "id": "d9e37451df62435ab3d606860378ee89", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "54ecb27d6ac142f18f909823576e4fbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "68003891fb2b41daa30e4d6e3df2313f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e9c16be0fa1e455ca40f0719e9785e07", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2c8d2901fb2d443e8401f50b74996993", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f3282f73aaba4cc49ef0891a924bac17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "15f6f2ab64714e8ea83cc3cfeaa695a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ed28a770ee78469bbcf85a14a4d6d757", "region_id": "RegionOne"}], "type": "placement", "id": "aa04a0901b974bd2923d9e2039c2965a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7a58eb9847ce41c38a09fa9eca248a63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5ce922eff7464b8f8d91841f07890a88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d9e9bd2940b849ab9cdafbdf30cc9c84", "region_id": "RegionOne"}], "type": "instance-ha", "id": "3d6a5e8b6a624b06ba983176989c7092", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bd2db7b1c9f9495eba4ba6b344c28ce9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b28da657d55b4e8bb83bfcf1032bc204", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a7d4596f24cb4b45abe36ef19d567998", "region_id": "RegionOne"}], "type": "ha", "id": "6c27982674df4be8b302bb6fb9dded33", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0423ca83c5c640dfb6d1e84e4b11b54b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4bc46fbad8d84b2d8508c88106c4dc66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "202d7cb4613c4074bd92962b8c619c79", "region_id": "RegionOne"}], "type": "reservation", "id": "36b02b3baf104724ac856a6f675d2bd0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9a60fca54d8b4ac48d27780ded1c97ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b144f613628b4626aa7f212f0d0d38ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3bcca087824a47ba91cbd00192a4a21c", "region_id": "RegionOne"}], "type": "function-engine", "id": "8cb5730d9dbf4a048e7a7bce06280757", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3ec1ba1259cf4d7baa705edc17e54ae7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4ec165e5a31e4e4091c74f5370643306", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "47de0f9973cb4ebcb76c11bb3f5b779d", "region_id": "RegionOne"}], "type": "accelerator", "id": "d402c616503c45a09e35d7d5da899365", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f6fd755681344e599fcd9900964e5883", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "664317286da94da1802bd24362f3b81e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "dea282fcb2d3417d8c2322c5e3b769f1", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0b6ae7c0c99b4291855029998df85501", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f1881108c15b44359fdec6b36ce6c8ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "53eb7a8e3955456aaf8d2b7b5d4631e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1cdd8118c95d49088a70c7dd64a000e1", "region_id": "RegionOne"}], "type": "registration", "id": "35b40643aa1a4844b241e1843c484e6f", "name": "adjutant"}], "user": {"domain": {"id": "1e7a3049550d4dd48885bc07e2e67c1c", "name": "a50faba437c0461692f842701fe90427"}, "id": "805db9b938974d0e850fde133c769ab1", "name": "72595c5bfd8340faabed345feccfa321"}, "audit_ids": ["667a75a8c55a4d9796db08cc51309213", null], "issued_at": "2019-09-19T09:04:44.773834"}} 2019-09-19 09:06:44,960 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/security-groups/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,966 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,969 keystoneauth.session RESP BODY: {"security_group": {"name": "neutron-sec-group", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "security_group_rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 81, "port_range_min": 80, "id": "1", "protocol": "tcp"}], "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "1", "description": "Test Neutron security group"}} {6} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_services [0.061661s] ... ok {17} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_list_server_security_groups_bad_source [0.063559s] ... ok {6} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_get_server_output [0.071191s] ... ok {19} openstack.tests.unit.dns.v2.test_proxy.TestDnsRecordset.test_recordsets_zone [0.063183s] ... ok {28} openstack.tests.unit.cloud.test_shade.TestShade.test_range_search_5 [0.064326s] ... ok {27} openstack.tests.unit.network.test_version.TestVersion.test_basic [0.060434s] ... ok {0} openstack.tests.unit.cloud.test_volume.TestVolume.test_list_volumes_with_pagination_next_link_fails_once [0.394427s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,643 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,648 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,651 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,654 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,667 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.582063+00:00", "project": {"domain": {"id": "e884b9da8c854d92b6fe9af91cb3d74d", "name": "11b27eda739c4bbb96137ca737cf2f04"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6f4560be82f04898ba132d9d7240e02f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "83c3f09eb1564a0892c8f86520d5ee6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "38972e41360145eaaea80f5817eae527", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4b8eabaa5ca049dd9e2f957df3771c1d", "region_id": "RegionOne"}], "type": "identity", "id": "fa04eaa0a47d46cc825b424ff12dac91", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d6779a9ba5c14dacab6a84482613aa19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ae62760bd76f487099fcdd230f08fb68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "0565dede9a674e9682230ad0b1e32674", "region_id": "RegionOne"}], "type": "compute", "id": "e4f323af2d21462ab27b28298417ba25", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "90cc71d5d9fc449abe449f41890765ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "93ffff3be4344011bbf54972bbea35f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "eb56c945e3df4a10842538e8c39a7458", "region_id": "RegionOne"}], "type": "image", "id": "c3ea27a494ce4b49bf88a8001de75f2c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ddc292557c1048b78c191e1af2efeb34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f87117261ae14cc993898d2debdce795", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7c72842f69ab498684445208a1ec965d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "2fde57df172742679b74111399ecfc69", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "653f533a2acd492d8027c563d57668ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f83a9853804146e9be5947e351df31c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3409c9d98074446ebe05f57b46757e11", "region_id": "RegionOne"}], "type": "object-store", "id": "395bdb9a7d3444059b8abed9d14e191c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b639e5f775284bd1bd7455c23fea39a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "43eddb96ceb648c1aedee1bf806475a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7c95e4b5ca334d979a6daf44140ec6f4", "region_id": "RegionOne"}], "type": "clustering", "id": "e54ded5473a2400394d90a63ba45dfc9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "89a9550dd7274d36972b5abab2e2d89e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7714aeafe21c44f6aff06929186e1702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ae737a770a15466491b7034d260cf5d5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f06fee8cc5594d029b2900c541e5eab6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "45caaca708504df4963a99be709c045a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1d9ad1186a26461b9a2cfcbfe7f369b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e63c6a9d8d9c41a5a105553d4f37b9ab", "region_id": "RegionOne"}], "type": "cluster", "id": "017409864b354909b8d8530889027688", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a59d919875d64c6fad722cf896d57826", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b49d982e2e644103818ef29ef2e24a80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "10f40907fc7048c887a6750db585fbc4", "region_id": "RegionOne"}], "type": "data-processing", "id": "9c344ffc56f24e98b1e142b2a3e02bc1", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6c835f30698c4bdc8c177fe14e1ba797", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "30032e73473d485d876ccda186ee0dfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a86d21ea0bed45f5b21f34d611d4ef0d", "region_id": "RegionOne"}], "type": "baremetal", "id": "6d41dab5c3ff4296999006e759a976c7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4129acd54381404c8f5438cd4b3b056e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "92ec34e27f334f7db50884f600a9457a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7f9ac3da68e64254968ac9aa46c8975f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f188ed8914e94091b446e50a3f1322d1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c95b6ec233d44b45b06d6ee995b017d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "89428b1d07404c8fac1b4dcd0d7a76a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1b190c7cb3304a73ae531f37a625fe8a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "28a8637a8f294d99bc35fbd4c4aa6f02", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5b6ee23186b345c082b87bac6162eee6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "40ec8212f3b444b8aef6267b1db86b9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1be90b4c2f8c42f5902b637210c8774a", "region_id": "RegionOne"}], "type": "key-manager", "id": "be4ce25cd5ec45209e9ecba29c920d0d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cf49c1108c0640d991e4fb0c4aaf2496", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2861640529434482b473562665bd7136", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4a2f97e4032d4853b0de9e4d85ecb0da", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ebcd9bf8d2be4f8bab1d88eaf9d59678", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fd37d465feb44914a65757a251621289", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9752c11c20984898800cbf900530009a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "76f50e873cc540fababec8b674ced8c7", "region_id": "RegionOne"}], "type": "infra-optim", "id": "db06f1ae09c74d8ca90f2ed6fdcff27f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b11bcf3700974d5899629c39e931baa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0bd87c36c0794133b81e15cdd9eafe2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "be45d819c0b04a46a00ec7e508619ace", "region_id": "RegionOne"}], "type": "message", "id": "460aa71c3bfb4c3fbe6ade52a49e1356", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b1eab4d4c94d418ba074bf63012d039b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7a5742ade4764a319e8d1a057654e5eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "121afa05d64a4c51a2f5eb5a084e102f", "region_id": "RegionOne"}], "type": "messaging", "id": "181034b97ef14cedbde3d8b04726ba72", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f5d03b37f62146e88c827ebc1502b6a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e77f5c87684e4b41a77e34e1e1d78367", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1d7f862f21e14b1fa24fb6ed48c126e6", "region_id": "RegionOne"}], "type": "application-catalog", "id": "5d0887d6e6b34238848cd55604735b88", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "46a2a818580144eda9b84c7a6da1e841", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "52d29765f817437b88678c3475a4790b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7e1e49f3e539405a8a422afce53b2de8", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3425b6688b7f4a67b7f5c105f0674c3e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "54293fc87edb4e7a97ba1da7a2126fe7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ccd31994c11443f9a8c08db8cf165a5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1c7f92e7b68d47889868792938f3a356", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "95e3feeeba084f8594ba5c340f5a306a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0e10f63cb3bb4aeea6deeda0518d2d17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "36f11f71a6a64a35b50bd7cdc0563d2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ab29ee1597e94783a2287109b1180b9f", "region_id": "RegionOne"}], "type": "container-infra", "id": "d1ed740194684eb59aa439dab74f81be", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "567468cc9efc4e7d9d1414bc8c21c298", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "3db85222e8f14e63b45fce13ac158ee0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9eae4ec470ee4537aededb0542110b1f", "region_id": "RegionOne"}], "type": "search", "id": "c19560c34cdb4feca1cf3bc8fef64172", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "744be3266af741028e209f56c8ab7f06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "5708d21f85bd4f65a2302ef7d9efb783", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "205879aa38e546c896610d040f834aef", "region_id": "RegionOne"}], "type": "dns", "id": "db040f29ff73463aa525b549b7fa6828", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0018a0bdd2c54479bdf3b6c42b97b06a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "77826a7a9f2449f3b9e0ea9ec2e1d453", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "edf9af7efef24415b871530067d4f807", "region_id": "RegionOne"}], "type": "workflow", "id": "219b7b37844e48ed9335bcbd0dd80a89", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ffef7f0feca545ee973f6e1f652b9229", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9314bd1ff5eb4cad8829af111abe4145", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "92a0f5c8139845489c965d052dda86fe", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6d74eabf310a454a9f5828d4fabc974e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7ad4885b5d60466fbbb56099694ee6fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "79d22ec3f82c4f8cb702408f09ecee8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d78af85a5cbe46d884499160779f4c8c", "region_id": "RegionOne"}], "type": "rating", "id": "ff6a75710cc049658f8ee5774f7c5077", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e9c00061e5744f7ab1d8034a0173950d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a46ff232672e47ea919bf16660f78447", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "674a5520b4b0440e883d3819e33169a5", "region_id": "RegionOne"}], "type": "operator-policy", "id": "8bf28ac170cf45f8a8485abf59666a41", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bee0dd6c7b444b41bbae9274c62d2bf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4454a01ec6914ee38d4110370395e33d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "286b183cb3044e489a818910c4e153f6", "region_id": "RegionOne"}], "type": "policy", "id": "de1baefe22e94596a314bc6d233cc83f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a0ab099690f64578baafff3227ed345c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "386995db92b541ed92ff833a5b1d08bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9af2941b6d48424b9fbf3fe7cf726ab4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f90445579ade44a58b120f45b3615cf3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7bd60d27fd89407bacaa7c3bdaa94b48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "800c20ab7704472f99c2c48e616fd015", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "365a5b19b819448aa4accc4effa1d1ca", "region_id": "RegionOne"}], "type": "sharev2", "id": "3a1a1100e652482ab84a6d8d5829463a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "252e185179854cc6aa6593325ef87bf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "03198ba5b86e46019adeda8bb39be7a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "82ecc1092a054ecf89c7800579df8d1a", "region_id": "RegionOne"}], "type": "share", "id": "33427ce52053479eab9b6ee49524780e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b732e1052067430d9a2a2a382e0e9456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b17d0eb48abf4814817b50f956c994b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "84e7e65e79de47e5ada653417c86435f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b174245a5ccf42fc84af239d45aec719", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c8e6e9ca68448dbb51a059cf1ab4962", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2989530bd98444b3a9635e6dae4ff38e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d650e55bd6645d489cf9e4ffeb24d9a", "region_id": "RegionOne"}], "type": "orchestration", "id": "77c8f3769c9f48efb11620e16a7a9f9f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec573c4918fc447d97fcbe4a9fd274d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c25c863c623840b487754c7aa8bfccec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9869f0eddca146fda24fd0667184bf9b", "region_id": "RegionOne"}], "type": "block-storage", "id": "26c35e7a791a40f2bea601ef832bb87e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bcdd567981e74107aededd6a2cb42b63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7aac559a460847bdbbc6b8961b0ae591", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a4ff2c38a104f929f3ecd0e3cc52d03", "region_id": "RegionOne"}], "type": "volumev3", "id": "b6141340cc3b4c26b2566ed603da88c7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc2f7f0b613a40c5b7a37c3ddd6f05ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d49e26251da4a13a9321f0efceda6a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b7bf45322aa4e7bafc8a59414add268", "region_id": "RegionOne"}], "type": "volumev2", "id": "09480ba5e8b2402da51110adddde56c2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24f9b07177864dbd8485509798664e38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "abdd4ffef614490c8eb76a9b9038ac36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec32fbf9396f418c8dda4b94904d1734", "region_id": "RegionOne"}], "type": "volume", "id": "ef28b405097d4dcc9d9ee631cd4f5afb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31c172b27a07474ab992bcbbc2231543", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "517f6ff882c24ead822402907cdad31a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6be87292dfbf4d2fbb17758a517d3d58", "region_id": "RegionOne"}], "type": "block-store", "id": "472779329ae74adca6ac158a907154d6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f3bd3fee84b6492590a1173f93612e3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e90b28a528f149b48712fdac41bbad6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "740e6fa0aa2340a795e5dfa80881c30b", "region_id": "RegionOne"}], "type": "alarm", "id": "d5e93fa7b2514e33855c8ab71c1a1b02", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dee85672172b465289ec97d2746f4e07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2c33250e993b428abca449294beef9bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6dbc0e10921e45688490b39f28137228", "region_id": "RegionOne"}], "type": "alarming", "id": "4137d92e0dce4584b5d73cae3c78b6f4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b48c325254f74a2f980b89f4a62d9711", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6e6da0fdb7464f27980e536402feab1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "01937d69e7ec4235905aeaa63604fd54", "region_id": "RegionOne"}], "type": "meter", "id": "1f83244f05ef4841a42ad50d45eaa10d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d8f4d6f6b5574bab80a80a5c2b3217c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f9e0d85c6bff4ff781a40662502693d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3f372852ad2d416a80766cbe31596b0d", "region_id": "RegionOne"}], "type": "metering", "id": "dc047009dd1d4e52a5cb366adb6a429f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "55f2dd494023454284e26f40b56e02de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5131a2ad6a1f491495314a8a1cb31a79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "130719c4b885444ba87303005ca0d332", "region_id": "RegionOne"}], "type": "telemetry", "id": "ede89474b2aa4d088601ca77741d4f19", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "08487df977ea4edead6f6a51bc70fc28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "919faff2f0074421b59209f6b3866c2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c6f4e2b64b7440758b7f65be39723cc2", "region_id": "RegionOne"}], "type": "event", "id": "25ab4052130a4b90b4208120ce021d2a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ff6e5ed24c13447fac696c2527069117", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "43d3e30c323d45729224c8ff4687480f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5657dde39ce24c9386b7700b247897f1", "region_id": "RegionOne"}], "type": "events", "id": "0a3b3841dcee470fbdfdc041070a033f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d7c7694478a8445d8a67f14c6eb622a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1c58692ba5ec40f19085ae4b8b3e7877", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fa5411e2e64c4dab9876079424715cdd", "region_id": "RegionOne"}], "type": "application-deployment", "id": "5dade57b07544e87a75cb3d66ca5e20c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6446f59cd1fd4dccb54dd9414afc007f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "faf6d0857ac34ba9a953a6a1c5e26207", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fd2beff6fb4d4f29bb34a14951d3c0d5", "region_id": "RegionOne"}], "type": "application_deployment", "id": "161b04413d1b42bfb2618401cdfe7659", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5135447306a04ce09ff7244809e93c47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7f03e17bf7b448f79c3a6e7eff51a6d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "567c582f99f3488f9543bee15f74965f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4f17d0cb71b341d39a40d6aec4a05a15", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a4b4c52ef7b04a02a34ff54f658d65b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b8dd7e272892477b9658bc566875029b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5d32dbac48b04f9382d8b6ed1bd65818", "region_id": "RegionOne"}], "type": "tricircle", "id": "c18d2c5bdd59469fb5aab08e9ae3fffd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "4d5b5bfdeac9418e8ac662999c989f9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ca74bfca60884f7895005182331ead31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "96bfc45e8f064dee826bce59f2fa445f", "region_id": "RegionOne"}], "type": "database", "id": "95eab188c48c46f4a8618e0066ad0bfc", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f2dde22696bc4ce892f0da1800eb2f93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f1aacae3132941c99bf69f2ea2548b52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6156474b49384c84a6c12acbcd30a6af", "region_id": "RegionOne"}], "type": "application-container", "id": "c0d309d2db4b4dfc802942d783450bb6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b10d26cd6de4473f99a0409ba4bc9358", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e61d08faad2c483a8de43868ee5afc6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6c5051dee29d489a9b467941ddce072f", "region_id": "RegionOne"}], "type": "container", "id": "8f5632c8c3064df0a7ed44366352fb2b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ae42cce71285455c954d2eea7acc3ff2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "73c558f3cf0b4eb6918f6a9687d1d275", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9ac137fb7bc24fa0964e265990e5e04d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ae274fb7b5664476be1541491dc426f4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fd3ced209f2144548338b9ee69b1f326", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3dc5ffefcd214c3e974cb7662537a221", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e29f7e0fe285457a9f8778a51a09913f", "region_id": "RegionOne"}], "type": "rca", "id": "bafe39d9614d4520813cc1a97ef61902", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "09b16f6b2ea44e51b5165966bdb454b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "aa2a64a883c3483e955d6a8a5eed28a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6b8ffb8155924f8d97f96185f1b181a3", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f156218e9f074f78b118c6589c900e48", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3c449f4e707e49688d0097b52213a3af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ec54fe6fc420456f8a5907540ece0272", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8292f6504e1146b28cc6cc9f8f412878", "region_id": "RegionOne"}], "type": "network", "id": "90420d7824bf4ffca080fae7c002fb3b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a0b888d8eee244b0bf018799cca67de8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1b8d2c10e1614819bfc45595fa85e8ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b871a882e4ae4496a801594250cb1fed", "region_id": "RegionOne"}], "type": "backup", "id": "c3740ce774194d79ab2e3ca8ba314238", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "73948f8a9ca24ee6a77677b3b8d15985", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c7e6af2459ba4fe2ad145943f2bda9ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3faaadf8bdc74d758def19715fa3f2bd", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "600bf03f558741bfadf30187b1d60d89", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "30f70547285e43d681de386f93b0e8b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "541d0d711d3247b49d561be6c711301a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e4e6d2ab4f44465592dbe0da26123df7", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6d82c02a7ac3499eb29f95cc0791a2f3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f22e31358bd447aa9d6de38dd5d485e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8119e7ebbb68478ab61cc04008aa58a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "14421f8771244ba09f46353272e3c2bd", "region_id": "RegionOne"}], "type": "monitoring", "id": "d1b6b692863547cfa9c1537d5dcd771d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2c5526f52f0a45f894c373950e15a1e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ae8261042e1d4471acdd263ffed70a13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6018017137104eb4a1a6e70dccebf4d9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2ef256d4a20b45c6bc358eb8311b6252", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d157b51ecf5e41528a57e6fe24a5f517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3eaa25d25c984f39be421377b791d377", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d415d68249e246cbb03ec7b84863e49c", "region_id": "RegionOne"}], "type": "placement", "id": "0f946053a7584619af326b4ffaf9b0c6", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8834662e7f5746b4a9b250bb389d44f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dbd86c86b62246308796a154df2e37f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8a270c71399c40c9b4f8f7eb218c3fdd", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2502a5e9040e4f60b5b711dd47f4a241", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9dbb7b6050d34ac0aa56c9e902264c27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bf2e86559593435cbdd8fb3bdf777c5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c112c94f11214097b4b67a22a4f6c99f", "region_id": "RegionOne"}], "type": "ha", "id": "8626484c33f2434b88a5bfb2b766578d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d9176569d5104cd2bbf7311563293fa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f833527810d44815b3676de82ad9fc97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "147a502f050d4045a1bc5fee12bcd323", "region_id": "RegionOne"}], "type": "reservation", "id": "e55b6ca13be94dca991b56e65bac58c1", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e7dc4c3db1d94a0fba008b789d62bea6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a2782a659c3e4c89a0c1c42ecc2d7653", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3b041540dc844ff1bbaa8cb0562e1289", "region_id": "RegionOne"}], "type": "function-engine", "id": "2e10fdc04c82469b9b7cfa061ea39ac1", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f49e96e7717c4a28a9f068fc558dff18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3d887b0a691e4f94ac2c1c2958bbedfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a164af81b92e4bee9e29376762dc1851", "region_id": "RegionOne"}], "type": "accelerator", "id": "0de253cbf8fd43b891d23f0e4ea52f16", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f476729d07524845940d40bfe121dd1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8c2803f127b548be8a077acc193f7004", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "665fdc81f93c47e5b66db9c0c6232a36", "region_id": "RegionOne"}], "type": "admin-logic", "id": "210b3f32912446148b0df6469eb49ae1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a24ec3956eff4d8c95bbb79db73223fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9fb96166c4b24e938380c9f7f9ec8d3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fd9e6924878c43d992567a436aac8b8e", "region_id": "RegionOne"}], "type": "registration", "id": "1c06b3798b0d42118827a63c018a4eda", "name": "adjutant"}], "user": {"domain": {"id": "5ff62a830b044d4dae076b0b0ad7b527", "name": "fa7c22d7be994434ba756d98f222a9e6"}, "id": "cd60910e976840ea9ceafc67dcdad1b9", "name": "2181d8b14ea64c98bb17660dc5e54d8c"}, "audit_ids": ["23c09b92818848e3a20e31a4d566b5cb", null], "issued_at": "2019-09-19T09:04:44.582063"}} 2019-09-19 09:06:44,848 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,853 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,856 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:44,900 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,906 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,908 keystoneauth.session RESP BODY: {"volumes_links": [{"href": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01", "rel": "next"}], "volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}]} 2019-09-19 09:06:44,912 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,916 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:44,919 openstack While listing volumes, could not find next link {u'volumes_links': [{u'href': u'https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01', u'rel': u'next'}], u'volumes': [{u'status': u'available', u'name': u'vol1', u'availability_zone': u'az1', u'created_at': u'1900-01-01 12:34:56', u'metadata': {}, u'source_volid': u'12345', u'attachments': [], u'volume_type': u'type:volume', u'snapshot_id': u'id:snapshot', u'size': 75, u'id': u'01', u'description': u'description'}]}. 2019-09-19 09:06:44,938 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,943 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,946 keystoneauth.session RESP BODY: {"volumes_links": [{"href": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01", "rel": "next"}], "volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}]} 2019-09-19 09:06:44,949 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,954 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,957 keystoneauth.session RESP BODY: {"volumes_links": [{"href": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=02", "rel": "next"}], "volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol2", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "02", "metadata": {}}]} 2019-09-19 09:06:44,960 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=02 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,965 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,967 keystoneauth.session RESP BODY: {"volumes": []} {5} openstack.tests.unit.compute.v2.test_limits.TestRateLimit.test_make_it [0.051779s] ... ok {14} openstack.tests.unit.cloud.test_router.TestRouter.test_list_router_interfaces_internal_dvr [0.305102s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,607 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,611 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,612 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,615 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,623 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.555613+00:00", "project": {"domain": {"id": "066b94d756d64eafbad30826c27902a5", "name": "88c49c46540340a0aebda2753655225c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "2416d877a9bd4c95af09d6d85057eac8"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d5da8afbd4d24c36a3fe0c29b8140573", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "185995eebf784573bb4bab773d5cce39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1033873a82f04c1eb67c094685937f24", "region_id": "RegionOne"}], "type": "identity", "id": "888daf1af3e2444da2047b30d79b860b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3dc8b9623f3f47fe8a91065528e81da5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "71496ea22ca2486592168c35321e60ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "45670dd5c10d41fa8d0f7e47a893a3ea", "region_id": "RegionOne"}], "type": "compute", "id": "412c20db3412418ca7576303a5d0766f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ee045650710248f3b2a26a4db4ead4ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "4d7a01890930462aa9347a1ef91d5f25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a289b16c692043e28a7a3493aad79eb6", "region_id": "RegionOne"}], "type": "image", "id": "51c1130584cf4ddb9fc1b9b0def40a98", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7bd2e9af130e488bba2a3bd28677aa09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fc166b5be57342d7813b9dd1f7efa9dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "45a58f7e6f0e460abf9c22d63fe3fe35", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a159559917d74799893b2ef2e1f1b112", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "553e8824cd624099b22b92cfa0db1a03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f9c44a42e8445c6bea60bff3d42480f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a279702c0fdb40c9a73b1decfefcec53", "region_id": "RegionOne"}], "type": "object-store", "id": "4eefa8903d724f7eb5b87d334ba117b2", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5800dcf39850454f9beffea8a74813d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9f80a4d7e6bb4b4ea58604b14fffbde8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "960d36280a384bbc9428eede1e3a7232", "region_id": "RegionOne"}], "type": "clustering", "id": "2f4def69b395445d92e9245f5aa521c1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "546e077fcf9045f3a329021d3b277ee3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0956d7d88a374aa190bf23fa725b61a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f6dd94b336c14f0c80f1064547a9b2c8", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "6129a2e39bc146faafa44527b6cb027b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2c05494d862d4529a982960c45ac1269", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5f6bb2e9dbfb4f0eac5e2323a4c82b0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "175d17337ebc44798532677a15f19fe0", "region_id": "RegionOne"}], "type": "cluster", "id": "315e8bef814b49a59eec4aa7d0fa9aba", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3c7308427c5540528c01e76e5780621d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7d8dfa68afc24c18a317af1b315dbe84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "46f755d7d5764a77a8b9a2f64773dab2", "region_id": "RegionOne"}], "type": "data-processing", "id": "13d9bd2a378b4d3e86dae42cc96ef949", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4afbfac7c2fe4b45a6072c1d11337689", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "12787a1bbb8649828dd569bfd2e640cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "81ff7a98e8c144f19dc9dc24d33b7ef9", "region_id": "RegionOne"}], "type": "baremetal", "id": "cb9eea84c0d64ae3a4e7838f7def28c5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c2e93dd444bf4de2ae44ef287b0fa60e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "49a2fdd8a71f4eee8ed472e27fcd1800", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "70f1247b33f34700b9a3d7daa36f3d91", "region_id": "RegionOne"}], "type": "bare-metal", "id": "01934f3c818c4d4381478b603a8894ef", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "58528b4aae434b4e9cc35d489a6b60a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a0ed13f95ba64dc286cb7d114dff2405", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "424fb4ff580241cc96cf504ddc4e83c8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "fb8a2a51da7f4c74996b48aefe5ec9c2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "10593ac7463f439a90b51554c7a17928", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b902b34bea584e3da01945e2345c684c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9d82f8917a3c4f31aea234d7cd547d5e", "region_id": "RegionOne"}], "type": "key-manager", "id": "040c6f9ef2c14470a9b6146cd8e199bb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e08f706e54df485690f397e4aa395df8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1338c55ca8834597a4b95f0f4814e4ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a3b21ef8cc53427bac4b0fbec1132c1a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b4970b3951b54a2d95a21ed3e6b3b26c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "34e515d38fc641aa9bc63b7eb4e5c55e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9c1f3224b96e44668bf4ece9b2e3fcc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "98ddc83560f941a0a710000d26035d29", "region_id": "RegionOne"}], "type": "infra-optim", "id": "141fbc127fb741f194459b8754c7dedb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "26a2b4e34ed44eabb35ea8a304b462d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d94588fefe0c49bfa8210196819262aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6799ee5723744be082cbef521777ff17", "region_id": "RegionOne"}], "type": "message", "id": "edb4f59dc074405a9e00050378eeaac3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fc0628100a3e4acb97f6e98df6a99951", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "500df516f2614924b010585d791d4020", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4606e75719c246c499c7a7d3ca65c141", "region_id": "RegionOne"}], "type": "messaging", "id": "8ffb4f9eb86044a8a5c7d835a29e2bce", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4f4b5db6ce614990a02c20347fb59b94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0d1ebfde1f6c4ae59ddd264568c53e64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a73074c6e4af4cbeb0129dd33d51ce21", "region_id": "RegionOne"}], "type": "application-catalog", "id": "379f1a95697c4088a6559f4a1e5fa7a9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f15b0387f8d44dbb8f8f996f22c28447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "98cd3246c99c41739bb5aaa342b5175c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f5b978f42ff7445c9a7544dcb3704bda", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2d654a3b58ce4e5cb5d765360d6b9602", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "083ae3eaf5784d6c9212f9290a5c3fdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fffeec275c9140d3a2368eecb803abe2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9bf2c8785bba4572a8483b370972aff5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7384899f621043dfa845bc79d946a8a9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "54c52efc59364c61ab1f426c1b6f02f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "55bb9a0298dd4c5ca94457ab12dcd1d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bbe04a381fe24aa3bbe505ce80be090e", "region_id": "RegionOne"}], "type": "container-infra", "id": "f726c9dd59094ac1ab09e51855a24916", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b06a96412e3c4e53b23191547dc0378a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "177f437bb47c4c3f88ac6e7ae7b9f51c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a1ad1d27bdc64baf91f8872a783e4b8d", "region_id": "RegionOne"}], "type": "search", "id": "e80733785d56476cb165fbe6695903ad", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d7b70eb73e2c43bd9891007d33e018db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "5cfd2708cd96483584b79a87f18fde27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "eb3e4c8ac6bb4d7c9a9e81f45a310501", "region_id": "RegionOne"}], "type": "dns", "id": "0b4db34da81844da802115f18bc7f25e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2f8eab1d01774fe499a0619c0dc224d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4577bba8270640c395c4de6c79f6e790", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "395343ab9bb2491aa9a72dea9a1afd6d", "region_id": "RegionOne"}], "type": "workflow", "id": "9e49d08dad334d7885666f89dfc9f8d4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "769308247e3445e6bc15fadb27a75adb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4772f818cab7484b828bd176ac6d602c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5f25907123b74509ae4363a4bf93f0ed", "region_id": "RegionOne"}], "type": "workflowv2", "id": "85b9e7cdaf0646fca3046cab03f16f9c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9aa1ffe3edb04584bf091f9cc323c5ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "1e92c3a8ad9e4f69be7d363a498d6108", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3adad3077b2548c296710a3978c55774", "region_id": "RegionOne"}], "type": "rating", "id": "26a93439ceea4b2184b6b9620cbf7e5e", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2f4b7e42228148b9b57cc5b96e774000", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3ca0b010f9e9420e8323f80e470930a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "395bfe9ea36f42d1a2a35bd1e2edacbb", "region_id": "RegionOne"}], "type": "operator-policy", "id": "11f412dbf99c49c0954cd0576695abad", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7fd75b09a186405baa290a35aaeb6b87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "964b98c641f242fca04223e6935a2eca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e06318ad01084caaad666b6d4cdf1f88", "region_id": "RegionOne"}], "type": "policy", "id": "4d98c645d54e4e388e7a1782dec92205", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cb17ddfc1e2b451a8f3e1f3d6fc1e6aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "045988cb6a5c4d88bb9abe31255acee4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7306b28bd707489a9a678111f860bb95", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8e33447a36ee4229b66a32d2283b72ca", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2d7559ef6f464598b78346251667fe23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "89c5c5f21c4a41c9bb8186c19ef81186", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e121c9bc69b64529a097cec37072ee7c", "region_id": "RegionOne"}], "type": "sharev2", "id": "1951fc4b65214c4e99dc7326cba06418", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2894388f6544451094354ca74980b384", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f9bcdf105bd14d3385dac6cd9fc80cdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "79083a4d639d44f197e6b5d4c8f5d4c0", "region_id": "RegionOne"}], "type": "share", "id": "2e5c3e8fa2b449aa81594adf89a1e03b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d0ee654ef8f741dcb1407c0b666e602f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "db28fbbb18cc444282881e45a511899c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9bf4c16e7e4e4c71bbf60d11df8d919c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1ead6203f61d44e68337ffed8db9824c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bd41cdc4a8d4acc96d71bd1355baa73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd8870d4bf11457fb8c19660eb6bc3c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ed11fc18491424b969edc49414f7ed8", "region_id": "RegionOne"}], "type": "orchestration", "id": "03e598ba2eb04350b4881d9fcdf0b861", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "862daf93965844159bed8bd16cab614d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c99fb71546642ef8a173e9d5cc76523", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd15fb085e5c4a539a37740e02fdb7c1", "region_id": "RegionOne"}], "type": "block-storage", "id": "67ebacc509a045c6b69663f06e1829ed", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95fb002f807847faa497be7dae0270dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "011d58fbf55d4b95ad68b690b57b9609", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81b1950b32f3479ea013233aa2133b3b", "region_id": "RegionOne"}], "type": "volumev3", "id": "d77417872b3e46748baa9823d34cb282", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d336bbece92b4e41a35cc79a56fc0004", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71399eff52604b768fdc66db2dc3e851", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e813e8c78ff4dbfb0574e97307e512a", "region_id": "RegionOne"}], "type": "volumev2", "id": "a821cc5c69844449950a5d2c25946415", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22fccae6ca264f40bf8cb9be74789c62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03b6d81241b440ad924df894103f0ecc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc911ca49b394092bd4ea8a5629fb02a", "region_id": "RegionOne"}], "type": "volume", "id": "fed38141ac37494282fed07bda73a283", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d52fcb6e8a244e1db09dc478c8472565", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "579595b089bc461ca83d2b3b9dbfbbef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc62da1a375941eaa72767fe27d1c314", "region_id": "RegionOne"}], "type": "block-store", "id": "d64833dc28b245e3b52545c59912cd8a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b8085f72fe6b44d2ae08ded371c736b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6b7c1f49f61c485396c7a447e354da3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "eabf5703e573436eb31d539d408716e9", "region_id": "RegionOne"}], "type": "alarm", "id": "bf1aa48fdb1146c2a69d3395e876f576", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "197579c658524ee8b729ef0c48cd8654", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3210ee7fe6a14b25b3ff9555b1eac57a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6dcf0a0dd99248009e4d21513470e02f", "region_id": "RegionOne"}], "type": "alarming", "id": "385d8862f9ec44ceb1bfd989062544ba", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c69e81dad06846078bfdfe60f1e52b4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8ea28753df6c465fae63a155369e601d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "baa626584f734335a525727a152f5094", "region_id": "RegionOne"}], "type": "meter", "id": "3e28639b7e2d4eea9b17918a205ab1c4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4cf915efb4c74f99b79720d66e3eddb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d85fa72582704c11b0a6c8a865dcbf68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7324758f04c3434ab0bb6c315c820c47", "region_id": "RegionOne"}], "type": "metering", "id": "6c6d7d69cde84f859958ae6493f3d7f6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "525d4f2c599f4525bc5b3af48ee6dcaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "49e31bb64fd549dcaeb61d49aa09dd97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "87c1bbc4ccdc4d44ad6dd13525c47c1d", "region_id": "RegionOne"}], "type": "telemetry", "id": "e6dba18c2aad4a0fbe5b9c12436bd84b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1031d2e944784dfc9ba7a7fe5dd0f3c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cbb98965dfd8438bb6fab536e7772c2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e430d37956f9418c9550197c41508874", "region_id": "RegionOne"}], "type": "event", "id": "0e667ea71c6c438bb799e679f9ce045b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b8f5a8e1b1b04f8cb8cf39034495bab1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "29482437de0748f7b48a0a5ebac2e650", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9b33ce115b9b49f4b366be94af157699", "region_id": "RegionOne"}], "type": "events", "id": "5b7d58182b1546abb480a959e8da78af", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "651abe4d963c424a8bb176c5660f5c4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6aecae89aeee43428af0602357191ffb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "df0364c7416b49598830d6810c82cc9f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f167c3201cde48a0a5a51d45724e7be5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a6f8469fbb5f40bd9ff6d304339c3970", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e3c25a7027e241aeb8f469603ff73c35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fc9f33ebeb9e4412a7352127d751314d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "19420ed0daba4dcfa6dfc237a3480b83", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2e8281d7a7b14fdc860b22e9a2130f04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8e1bdff310b7446f9a9d62dc7900ca76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9fd7b422e4ba4a2c89fbf52b7c252a4c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6237917d4e234a56966b3a5d96c5f13d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a49698e32d16492fa991b0b36e1516d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7fc69076eab14039b235b3f989f7c775", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b96931699178457c8ab55e86a0622944", "region_id": "RegionOne"}], "type": "tricircle", "id": "146e159f1141492581c8a6e9b1095e2b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "4c3f9aef581141429d15112cb73ff824", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "635abbbe44c8478c89a1b9e6e1c2e872", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7be5df7516584fcda1be33000f99d914", "region_id": "RegionOne"}], "type": "database", "id": "a0d91271df1c4b729381e00e7c9c63f9", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c9b801a9727e4d06bb145402066d005b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cf574b10b2f343389cf587ad85e62898", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8d979d91ffe1433e8fb8e8c802ffd01c", "region_id": "RegionOne"}], "type": "application-container", "id": "45849adacb0d41689eb5d4d4a8837ba1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b51f98cbd37f4f74ad83a64c81b31700", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fb40938a189b4a469605fd5a2070d13c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "67ddb239968a40909b8714344e777d14", "region_id": "RegionOne"}], "type": "container", "id": "d76a9b32dc4c437d878f060e1106b99a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6c4adfe30bf343efa10c250436f37e80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "30af6d6e69864cd28b64f30d0226eb78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1e670c9adc6f42448774ea479add2275", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ea2768cb1b6348b980e36e472b13d355", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "559ce4e076e449719cfe3db6ec6f209b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "50e698be4682417cbae70d74ccf6a338", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b2180c321d534282a8cfbc922852165c", "region_id": "RegionOne"}], "type": "rca", "id": "1263c75cd9c04925b1643043df878174", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "24cd79422c5b470dabebea1d8f7f8d8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f0f1c349283a47a2b50e17f35a9c33bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b28154e6a6dd484eb3a7256f0c235fa9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "8f08b0867e664e719c45ec0bce07e2e7", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7cecd49ba8bc46989137a7f82b64760c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2cbe9595f10648fe91dc0ebe56b07d66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7ef76afb8d564a3a9f43f514b7250884", "region_id": "RegionOne"}], "type": "network", "id": "2b93ebb670e6409199af169d5ede6a21", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "dcbe8ec93e5e4857b13d9b1e97a428bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "68161e3c9efe4ef899717691b6853db8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0d3fe4179c8547c59cbde4a5ecb1afc9", "region_id": "RegionOne"}], "type": "backup", "id": "11ec80d11a364bdf876ee72a62fcad28", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0fd301fbba95456bbeb32235708b0b28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9ca6600f95be4565bf4a70bd25f87111", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "40aea1fcce1c4df6834a97cdb553be57", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "49f8a973f23748a2857fe8eceee2dd8e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9bd658b82c834aa18960fd64220d1640", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f2fa5ecb011649fabcf8476304383623", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "abb8bf6842044aff9839315d4641290d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "03e2b7bdded54a5aaae4166bf78a020d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2bc7ce05be6f48fbb89be8b8dac126b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "da74f06e26b14987895dd1ecb7caf540", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "0bfda56981514a9ea5ced565ea7b24a0", "region_id": "RegionOne"}], "type": "monitoring", "id": "4df4b0ebdbb04519b553786317bd6f51", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "173f59b6170a41aca4948b164c5baad3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f060f5c5587e4f928cca96da5cb80bd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d26d2ad2bc7b4da981cd6b3a4d7e4e50", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "443a42873e30407d835581fa8a226ee3", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e232fd1af57d4a4c9fcd8562bf932413", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6815bf59551c43969452fdb131c9b30f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "aac199ef913747c886f40ffa8bf7281f", "region_id": "RegionOne"}], "type": "placement", "id": "0d35de1c34e749cb98ae37c3613e8e00", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8addef7698b44518a09c70b2436d2652", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ba0e6ee069e3431e98b82456c08ad956", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "aec4ee6eb6ae4a7c99a76e6ce5d38481", "region_id": "RegionOne"}], "type": "instance-ha", "id": "acbd25d584a545bd9ee4f45ff78fe210", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b90fb0a8772547919bb12deea577e1e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a6b259a6410d4ff8a352047e0f2044a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b7c06cb45cb8486ba8bf5e3e426f3eb9", "region_id": "RegionOne"}], "type": "ha", "id": "45cc1f947f4e49ceb5034393b6541c97", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "770afee313464591ae12fe054c36f20d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ef149589cdd14966962d0f6f08f61b9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "95f94333355148f398b87adebeea5acc", "region_id": "RegionOne"}], "type": "reservation", "id": "4be41c65b58b4f3e926599d4e3c1eb47", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "659981be9b6e403288e3e861b327d415", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "495e94bd1ec747038a0d0a2e3d9e2469", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4b94da32924d431db2cba349d4cef181", "region_id": "RegionOne"}], "type": "function-engine", "id": "55f22a453081479f9ecad30ff0200b53", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e583850ac13445d0b72f93aace28aad0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d24bc9f70b224790871837c8d34ad412", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "4c61b8d05ae44cb8b4a830260e6071c4", "region_id": "RegionOne"}], "type": "accelerator", "id": "048d2c6cebef4e8b82d0bb6d0204e8bd", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6f979f54aca44c20ada771cb4bcdffd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cbc483d82a674e11af164e28340ff92f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "311fd4909c2d41d691a71a56e62a3dc9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "dcc40c8f9f3d4024a484a511c935d3ea", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "979daad4a2344811af55957c1a0d2839", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "534ece374c7c47f8a144a956bdca46fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "03a477725aea4c1495a2e7ff4cc6fc25", "region_id": "RegionOne"}], "type": "registration", "id": "c0b6e0161d674af1bfd395572c33f5e8", "name": "adjutant"}], "user": {"domain": {"id": "72983538153942ebac193416d496189a", "name": "b25791a17e1e41fe904834e7895c13d3"}, "id": "dba4f079a7b84614bb3094ffbf08e8cf", "name": "41dc8e014f76443da408d6eb1240f68f"}, "audit_ids": ["6ca235a278854ae68ba6a36d69b355ee", null], "issued_at": "2019-09-19T09:04:44.555613"}} 2019-09-19 09:06:44,760 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_interface&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,766 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,769 keystoneauth.session RESP BODY: {} 2019-09-19 09:06:44,791 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_interface_distributed&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,797 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,799 keystoneauth.session RESP BODY: {"ports": [{"device_owner": "network:router_interface_distributed", "fixed_ips": [{"subnet_id": "internal_subnet_id", "ip_address": "10.0.0.1"}], "id": "internal_port_id", "device_id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2"}]} 2019-09-19 09:06:44,821 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Aha_router_replicated_interface&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,824 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,826 keystoneauth.session RESP BODY: {} 2019-09-19 09:06:44,845 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_gateway&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,850 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,853 keystoneauth.session RESP BODY: {"ports": [{"device_owner": "network:router_gateway", "fixed_ips": [{"subnet_id": "external_subnet_id", "ip_address": "1.2.3.4"}], "id": "external_port_id", "device_id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2"}]} {27} openstack.tests.unit.network.v2.test_agent.TestAgent.test_remove_agent_from_network [0.066470s] ... ok {9} openstack.tests.unit.cloud.test_volume_access.TestVolumeAccess.test_list_volume_types [0.297499s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,714 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,719 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,724 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,729 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,743 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.644561+00:00", "project": {"domain": {"id": "7ab0a60e51564b159956ae7e757d1a0b", "name": "07754e14ed104319bb4c5c0d46bf93c5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ebe27c91a23f48d4931cfef1ef5f87f0"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "604a477e87bf40dcbb4061a41b8221d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d63b6b23ab2c4795ac8c8f85f2d48969", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f37d3b28bb6242e5a2784488f5cfed4d", "region_id": "RegionOne"}], "type": "identity", "id": "5350d249a4664bf59823db0375e0d431", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9df83028619d4561ade6967603fc9f5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b43036d4d9ae4c4e8374991ef6dc0339", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "540abe61b1444e3781c62c900f94d56e", "region_id": "RegionOne"}], "type": "compute", "id": "b4b0d607f28c420a8d06ca0009f48a10", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "74ce41ca92ef4018ae03740fabd2c279", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "55db8871dba646e5ba8eacc4261f1073", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "52cd55a18ac045a0b16407a6c91f481c", "region_id": "RegionOne"}], "type": "image", "id": "996f4bd008804247a33722a0cdf748d1", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "eb0dce9f9eef4bb0bebf623151556a39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "36ed6d1cdaa34fb4bd7dc1a2a2ab7d86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1972fb81298845c1b9d41487c67cf86c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "aa5b7604fcea4d65b8fdb1c513d78fb7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26367f84c6494776b30b46c06c5410fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99872854a0d245ec999555ee8973768c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c345756224146f2ab5d04209af09acb", "region_id": "RegionOne"}], "type": "object-store", "id": "e4aa54b6255d4befb0ab1ae3677878a2", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "962908240baa4e52b356773ae396ef84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "459745f1c1f045788e3a4bc1316460ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e4e4e5f591fd45449bd72e7c739bc920", "region_id": "RegionOne"}], "type": "clustering", "id": "c871514436194482aea55a649fc8bdd2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5e3439cdeb1a4b30aca6d7b00d34acc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "38033f896f044b37b30c25673edffedf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "68db5a0117084d74a51e4ac27e5c2839", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ae63466a8e0a4ea698a35a5c8cd23dfb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6b0f1869f6594e10b3a8266f003e0993", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5077cd68efe94c649a471ecccb802e30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "07c9666a5e774075814a609517311fcb", "region_id": "RegionOne"}], "type": "cluster", "id": "b7c068c0832344ab98ab8b129f6d1360", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7d601328ca9b4af7a5c24b5adcfd6850", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b33710f09dcb4d01a4615b1a2c5b80d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3332ce1805644f448e3fd2ccff5f5255", "region_id": "RegionOne"}], "type": "data-processing", "id": "a97a6ed8289449c6903b72ed4c19528d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7f21a97771f04e14b0e5d9f2ecb19c7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "718e692a549241c49dbbfd93b70cea15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "99cdb63233da4dfc8de784a0c11fbad7", "region_id": "RegionOne"}], "type": "baremetal", "id": "c2b0a20cf7fc43b092c5ef37d2881f0c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "745addde3b3a4a3c910ee2e330d580eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7733df49512a47afb8f342668660e995", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d3c8423d634b44d2a39c638eb63eb2ee", "region_id": "RegionOne"}], "type": "bare-metal", "id": "eb0d0365dcf4429b8011dd244de27374", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1a58ab2af4b441a9b86595beb83eab84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f36bd51377ff47938c333c26b21f0f76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9534b0a4d6954be5a7497fd7b9918417", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "3cfcd019593f4ddf8ed003d1153be082", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "222cab4a842242e99933a850494413f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a8a6674f32f44623b1823427d58e5610", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c7d42735aba84eadb938999351d16d47", "region_id": "RegionOne"}], "type": "key-manager", "id": "053199622c0a4793b2b01d0730c826c3", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0fd4f2dae06149e48d16188b5c5c494f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9233e99cd6ca4bc899a41e354f907eea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "60178a723bc740bea12f68240b9400b6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "040b71ffaf9942168ff47807ee69c343", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a0a8a9cf33bb46f69116937306e3f924", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "29f62e48d98b4efc9ca73a1d8157c9d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "358e7f9cc8614b869f79bf9003c5d7fe", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f7a23edc511e4142b9f8ca41449d809c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "dea7e80b263745b2aaf1243dbd6cbdc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "943116df83df4f90a6ca0b688d32bad5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "25aa5dd3cdb1492a9a77eea0ec2fb8fd", "region_id": "RegionOne"}], "type": "message", "id": "d2577c91fe9c4ee1b9c218eca26585d4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9404212792034424854e8b79c9077588", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6deb28acfa2348e6a30965f04aa8f561", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "72066252d2594483b33bbc6a04a07e8f", "region_id": "RegionOne"}], "type": "messaging", "id": "8829591e8a254a7996142529dbdd6071", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ae47cc34312e4a4a9326622cff6e4f6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4abd0b06e44a4f1593d78859b418e6b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2eff0ef271e2485ab035d7b5fc5ad14b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "72f729eca056481690db48a878e34fd2", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "31c1e0b8a4054bda859f7ef22bd26d2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "03ef8a69bc724f1aa51b37073c3b1c1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "97a75b88e40642f2964621ffa27e01c6", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "fb24a2daf5f742bfab87fe99d93cf10e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "776ad68328124b889b2d7561da2bc097", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d4085b9d9c904ee2b7af8f9822eaeebc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fdebd980e39349f8a26549a955efcbaf", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "af7180dfd1c24d22b8c25f4ca78baf37", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a0478bbd473c404b93c48d9ba8a40f2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e5a84a99a8a4815af8144dcd65cadc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "25f00f158f6049399a972bce3d54d536", "region_id": "RegionOne"}], "type": "container-infra", "id": "702f22ab152d40338cd9760d272a19a3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d18dbce328a84148a179c8780d73e95a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "dc18191db3224f48b117cd635a02cb6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b47e11675c334787addaa9e132bb3d3e", "region_id": "RegionOne"}], "type": "search", "id": "217aa0fb88a94131a4da9643c00dc819", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5d6c72c14cc548e0a597e5d0120c0413", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c3126fc14bd04d1694bc5e0c9ef5b96a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4878194aea8a4e8ca8767d3b55e5a523", "region_id": "RegionOne"}], "type": "dns", "id": "50bb494eb5804cc9bfbb5461283f73a5", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9c28810bbadf49fc89c81c2f97818cd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "57180e7b4f8e467992dc6968b03cfd33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6d2cebd9420d4f58b630453eb420a063", "region_id": "RegionOne"}], "type": "workflow", "id": "91be7b80796a459682889f40ff749c39", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0936279d3fb34e248576e126627768f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c7a5b1ddaee74730b3b60bd211647fac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b54d56b8d39446e3bbf98080565cab1e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b4e365b55ba14546b109c83db67f9f10", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "038d31df80b647158dc85625ccdfebba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "36b3c7ad6cb541bab296a36d1b491087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1c2973e366554527a246c1fb3605250a", "region_id": "RegionOne"}], "type": "rating", "id": "3ce2c71f38a342c49b45fcd7588eb3f2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "91266029edd14764b28b1e2495af4539", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "41a36d0c763f4acba80d59713e4a806e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c2d6b976090c40d3981f17d3b4e00c39", "region_id": "RegionOne"}], "type": "operator-policy", "id": "26d4daac78624ce3ba69f6d182618a5f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bc82a29f0a85406f89e053ce7e103424", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4c3be67984e3463ca40a878001aec122", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a0b106be41a9433ca9b9198065c238c9", "region_id": "RegionOne"}], "type": "policy", "id": "b2fa91d7c0a8464c992446a0a98575df", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a6c385c6290d485bbda48ab6337bcf4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6cd7bb5bcb9343398852e57237ad1d25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8ea850c8333d4274b61914489d2eb469", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "193a51a7bb314ab6b84f25821343fc48", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e7ea7f17de9342fc80c84d433048c83c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "49aa82e7488749e296b5f702d91b1e38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "921d7e50d5874ce78bae004f29fe932d", "region_id": "RegionOne"}], "type": "sharev2", "id": "42c778ff9a5a4e51a76be1772523d947", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e11da52ed0a84fb39104ac6b0e1d6832", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ef425d28872742e2be0d6b196697f098", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "acc5e1525ba24074bcef1c8621acb12f", "region_id": "RegionOne"}], "type": "share", "id": "1fe3dc654bcc4eabb5ac6e7c4b45776a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "419bfc168f2e4a5d9baffe335a454e81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "80a77ef8f5f8431b91b079ee3cdeac75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a63503faa6df4e6b9035c13a4982eaef", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "bfc32b0cd21948fda95e6104d4de8972", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3080948c5f5048339787faa88d8d76ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80cc52f364f24ac2a9fe95bc96d87366", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01c72b43b8614c8fa57fc3fa3bdffb94", "region_id": "RegionOne"}], "type": "orchestration", "id": "39574c072e08498f81f5c5e0cc08fb7e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ae55d5ba795423ba403c5d65cd277e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d6060d9b3464abeba17025203a604f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d5b91812e6d44c38431bac3eb1cc756", "region_id": "RegionOne"}], "type": "block-storage", "id": "1c6d934903b84bc4864913a7f8ba75d8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e78efee079114cbc8b5ee3cf97540725", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2cc56becd81847d88f2fc4df987258e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54e4124f2a564258949c27c1c9065dfd", "region_id": "RegionOne"}], "type": "volumev3", "id": "596f5fc010454b9aae7fd831813cf1ab", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d09eccbcb9f74546b8febb95cc09b6dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5aeea06458db40e692fed27bb05658bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09899ad3d7274ef6830383579b9c418d", "region_id": "RegionOne"}], "type": "volumev2", "id": "505d01cbe3124498a5c8b4f8ccbf708d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f8e909ee7764ca3b5ffcc2de7300e30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4632dddc133848ae9f428b228f305726", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95ee4eac17a54a5d9138b258f0b95e8c", "region_id": "RegionOne"}], "type": "volume", "id": "c26cf27b61984e39947964011de302ae", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef8a2f39a3a543a6b58e2d63464402ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc2d9ecd86b6498eb8a88aface0152ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd12ad62e5a94280940f5962d0070f89", "region_id": "RegionOne"}], "type": "block-store", "id": "2b6486266bbb49f2bb6b7f907082816e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "def4054053bf490aa30af7b614aab968", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5874851bb4f04b089a9388249935106d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "19559d99944045c095be2b538affe195", "region_id": "RegionOne"}], "type": "alarm", "id": "cc620c8aa47d4b1ca19589e723487ae1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "82b555b1e156452a82ab5f96a060c9e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1bacab6bd7db4c9fb2b4fb5c7b6ed5fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4179f32cc78149c59e9ccee27f78f854", "region_id": "RegionOne"}], "type": "alarming", "id": "f71ae9bd296a46b0ae70b86c332672d4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "642cac276c3c46eab5dd68c2e6d6267c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f0dec0a711cd4713bc27e8f3a9213e50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6568d6bf413346ba802e2f5b3bd91d6e", "region_id": "RegionOne"}], "type": "meter", "id": "b2b6651bd41645b6ba8f8799acfc2d60", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5a2e51e051714819ba76b5246d49b4db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cbb21a5b500e4df185f44ac8692f79fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "840144fc0238413ea66185137a16cebb", "region_id": "RegionOne"}], "type": "metering", "id": "7be7676bc04d440b8b8fe530eb4d16cc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "935d63f1dc2843458971e283e9f2c2c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1324b5b7c9ce40b594915d76dc06eb1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8f49039287ce454fa97be1d1cdf22b02", "region_id": "RegionOne"}], "type": "telemetry", "id": "00a19eb91fcb481b82600784869eaf13", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4ad41132644d4b0b89b21f2bc0be2741", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d94864343e894d29bda2cc7c182b77e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fdb81178f64442418b535eecea916466", "region_id": "RegionOne"}], "type": "event", "id": "24ebe3e90b48454c875ea1567f6ce65f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a5d059dc68a84996b77c58109ec769aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5b5ce7babf17491399d6bf65d4788d07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0d8986f5e1ec4df38ce4dfe4ae396dd3", "region_id": "RegionOne"}], "type": "events", "id": "501ec621bd724785b019a96291f7cbe0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "969e9177d1bc44c6bd067ce452b6acbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "94eb24b6ae5849b8afbfc538b53dbdd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "82200ab9a1df4878bed7ac9fddbcb548", "region_id": "RegionOne"}], "type": "application-deployment", "id": "5a8fecec2415429f802bc19716e15cea", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "87da1b15dd584588977939701f49d57f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "15ce7ccf2e72445ab770825512bf8b23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d7b7735d0fae457a9892f011e90ae764", "region_id": "RegionOne"}], "type": "application_deployment", "id": "954e09530c094f5eb4489cef6881afcb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "aa843da12b9a426f853b3bedb43fe24a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2eeca7274c094edca2ca78c29f683236", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "da44933193564ef783d9eca0accd52c3", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "26236ca99d884e188ca607207af84cb8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "12022d57255e465b8509ad9dd4d2738e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b228c5ce64f14e2c96eb04263834489c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d6d38510f9c44230a1babe02ee17edc7", "region_id": "RegionOne"}], "type": "tricircle", "id": "466c0c020edc4314bf51ebb78f5c8d1b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "58d422c968da400bb2ca877f131820bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "802db917777f44a589c802143622e160", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "940fc4ec2d9543b9b85d6bbd07bd9f83", "region_id": "RegionOne"}], "type": "database", "id": "455f1a9a7a744e039b501804b54e828a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a24729b275ef4200ad687fe8033e31ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9cfe5ca1e1994d5fb0ba8e7c85d76e68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0ac4909bde0f4cbfb97468102fb9eb37", "region_id": "RegionOne"}], "type": "application-container", "id": "a22ae395e111497b867deaf8a2e112aa", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "99794deffac14a518d143e00142255da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b086dd84df2848d1a06ac9662693ea29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d8a46f47902540e284ef97bad6d0b8e0", "region_id": "RegionOne"}], "type": "container", "id": "b650ce69664f40c9886a4a685448345b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5895e05a6ec046a6899fafdb508f90bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1b24c1dbfcb043f792aff17818544514", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "00566d7f87df4e8790c0975c0909d9fa", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f6133b869a3341289e589e1ea9854e81", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b3aec1dfde6b453aa4762bdf2fd466eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "04c3ee9639334205a8f0b88cb0b3eef9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7df2c6726b104b0dadd8b7b0271cd07f", "region_id": "RegionOne"}], "type": "rca", "id": "8d1dbb70e1674b43b64a70db4bd0366b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "72381c06d16246c395d95954c2f5d6e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9dab1504c27d4981b332c98664816f79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "cd5d7c6517cd4279abe9c237185044e7", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "532776d71ca94f4082ceb5561696593f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d9be5f6874944a50b94ce00c39354c7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "60e3a7f44f274c31baa78b9f8b682a7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0b9f514348df47819b25ad4072e67c34", "region_id": "RegionOne"}], "type": "network", "id": "240f64a375594e949c81620b4b4e7329", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "dcac7a049f4e4f3793658bc46bbd2413", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "6350a43bd65148f2a2aeeb619492eec3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9f2057a36a90476da3c78eccbe588171", "region_id": "RegionOne"}], "type": "backup", "id": "098b0527c5a44fc6b83c770aed8f3c9e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "30a7458a0a9d42c1ae35c021741ce217", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "495923525624434cac019dd7bc0d1e41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0e75f1618c104b7fbaa80240d3c88940", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "baf0b57633f74963a6f4048de9be08ff", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dce367c933c44aed863a902c6e2055ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "939336e5ddac4ea7abb6d9b9647e4424", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f5bd0eb7b6cb44cf99b0b865229d066b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5fb8f48b6bcb4cf1a0e44bcbeb4ea44c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c47e5d66c52b4855b3e1861a48b57912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e55478c49d4245a39760f43f57ea26a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "23c14bc9b9a746e581ab57a66b1d8080", "region_id": "RegionOne"}], "type": "monitoring", "id": "3778d86b26f54cb2b578a05db736e061", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "26b15db0f7a24121acbffcd818d9d088", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4c2b7f41b09e4c4cb6ca4dcb17ecf075", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "28a2ef8baa724433ac6e9c478846bdd1", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3dc10798d9ae41c29199fffaf9eb8841", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "698260cebcc04a968b810fe6ec7a3daf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "870370aa80f44169bdae56fdaf704b2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1ae485f0f4054077aa79e4fa2542fa34", "region_id": "RegionOne"}], "type": "placement", "id": "3752d4b277874e10ab89faa86ee62ac6", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "debe159340fe49929705c1aec8b1cc4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "06dd48c2d73542808fdf7f9bc5a381a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "db473e26f6694861b4271c9d5d827baf", "region_id": "RegionOne"}], "type": "instance-ha", "id": "cd3f8ec56e9b42abb2f264aaef94dfe4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "35664b47575c4b2c9cfe9f4d98a61db2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "02c0c7225f124a698ea950d7af2c1ce1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e0f7f3e3db3c4d1abf6b3e7a55e4f8d5", "region_id": "RegionOne"}], "type": "ha", "id": "d8bbcd24a584448dbb3976793e393c39", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3edaf200e72b429eab966666a710818f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "367c62ec36c5498fb56258b8c1eb5971", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c7c81feffd444f2eaf3a380c75069c78", "region_id": "RegionOne"}], "type": "reservation", "id": "32e4d9d89ac04baa8fe8aebfb636f609", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "01dbc07e3d6149048a9af5ffacc6ceaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9b3f525eab8545a9893bf3145f9e5f97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "0b39de2d67084c788ebf18f0e0b47fe1", "region_id": "RegionOne"}], "type": "function-engine", "id": "602bf230daf14c8485ecb3530ac32541", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5dc8db29cfb14c8094f6f6795369af53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9ae75386aa944a629dcea82b3a1beb9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "52ea0813a9c64bb6879a0d4b1d2e0b4c", "region_id": "RegionOne"}], "type": "accelerator", "id": "e1dae926297e4640845ab41acc70907f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "054c18923dba4f7caac396dd6e4dd576", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "906ad9a7c0a145d3ab67407f182384dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7f9c4baf750e47259342eb9d56ead5b8", "region_id": "RegionOne"}], "type": "admin-logic", "id": "41156d0623ce4ecd995ab56bea52f2f3", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ed77ff7f5bec4965bfab24fb5f982033", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "df062bf391784579840a7026e567a05f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6af20e0e0c884943ac5cc6a42846ea29", "region_id": "RegionOne"}], "type": "registration", "id": "b6608fd56f2f46c3b564bf51aabe72f3", "name": "adjutant"}], "user": {"domain": {"id": "d4ccaea110da45459f46033d77f3b688", "name": "8b6819a9c34b4b96807841b76f4d2d5e"}, "id": "a4844586ddd24568862af2a0fc65cdc3", "name": "2e5f586291d34be592c55218889d82a0"}, "audit_ids": ["11d1b83ff4a54cf08c9bad788471800a", null], "issued_at": "2019-09-19T09:04:44.644561"}} 2019-09-19 09:06:44,817 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,822 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,825 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:44,867 keystoneauth.session REQ: curl -g -i -X GET "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types?is_public=None" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,873 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,876 keystoneauth.session RESP BODY: {"volume_types": [{"is_public": false, "description": "volume type description", "id": "voltype01", "name": "name"}]} {3} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_project_create_attrs [0.064591s] ... ok {24} openstack.tests.unit.config.test_config.TestConfigArgparse.test_register_argparse_bad_plugin [0.186214s] ... ok {16} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_update_security_group_nova [0.187216s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,893 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,899 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,902 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,907 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,919 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.826824+00:00", "project": {"domain": {"id": "c359d09d1d0c40ab9fb733a4b5d7f334", "name": "e25f5d4dba7241d38370c7b807e52deb"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b76b8867b26d46048131f97034e6d4f3"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f6041a114b494009bc05232ea990bed2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "24a1333773b04a21b429e7b824f147d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "96f8aaba04b348339be9eefc91daf06e", "region_id": "RegionOne"}], "type": "identity", "id": "7a18852772f145d5af172f01eb3c7e79", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b9003af7f8b5480287dc5cc0cd22f7c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4fc20993310e4aed90c72d1c4b3d91cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "27ec958b9498421b996f24cef9638824", "region_id": "RegionOne"}], "type": "compute", "id": "c5078129c8534eb1b9ad836085a08e6c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "77d9e888f097419c87c50664e8b6ae5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "05c87d116f6e4ce7ba1580f3312eec2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f108a06df749428a8fb9d5e0350806f1", "region_id": "RegionOne"}], "type": "image", "id": "9c7b357a80c44bf3887d24f44c05604f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b50abb4e1b7b4f3185bd9f22f560d48f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "eae9e9e668ce4b3c8332f8fb1a813fc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "bfc73c830d804d2a832b912a116408e3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "331f616503dc4eb697a29a06b7368a2e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d09cef474bcc47dfae91274c69aa66f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f31122a88de43c1a811375abe569ef0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38c4934e1bc64079849d0512f997cb64", "region_id": "RegionOne"}], "type": "object-store", "id": "8979d93257f441ada1d2dafb10af5011", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3c52a980f8f245e19e30228ececcc761", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "35a397839425434a9b312fd44b2fc58f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4a9fa33fff404381990b58bd56f28656", "region_id": "RegionOne"}], "type": "clustering", "id": "b646b528fa6943f28f077293f998c9a0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "272d2b2e6a474ec987df8d9c00c67994", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "558fb335bf0c467d9e1d1d2a28a33ced", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fdd90ddc648847aab1918eafda42191b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8fac5a9b9653482884a1f21b2e71266a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d7c189dd4ec845f2bc3f549300a3ef7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0e27fc68441b4749a528306f0cf77f1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "21f0a7bbb3e0423ab92a836aa2668753", "region_id": "RegionOne"}], "type": "cluster", "id": "da4e569d55d7456f8838b8c2116eb67f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "31ab59d39f3c432d95cbd021bba389f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "59ec053c7c7346629939fde97902b20e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f5c5fb551dd840ebbc72aa735bfeb1b6", "region_id": "RegionOne"}], "type": "data-processing", "id": "287e2cb5c7d74657a45935e8624a99e7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dc4038736744438d98507f1cf02e9cf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cae5ba8f28274f9fbb52ba1b3cea8568", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3123083568ed426dada57cbb1a89f1f1", "region_id": "RegionOne"}], "type": "baremetal", "id": "241ba09115f843a8a5a58b3989505489", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c50ac6de9842483cb4de2a49aac20fe5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "65b6c62ec6cb4ab58fae2cfb926aaa07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "20ab125b885f483397c74a220f7bdaca", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e43329bca20443cfafeaf730e9f6cfcc", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d190171fca2741de90faf5ef25916dde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e9bacc05b70648e0b5f6f8baa730d906", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "53af896ce1a6485ba5b42ae4d6f6c686", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a5e407c9c6904b71a54b4fa9e4224094", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bdcc42e15df94f4c8c91033ee937331e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "36fc1ccbd38a4d5eacc82758d94c2690", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b70b2772c52c4a468af32ac7573eb18b", "region_id": "RegionOne"}], "type": "key-manager", "id": "fe02abc12fbc4aa5b77f7ebf27141ad8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0dc94d7fe7d14f40b1f1c44cfacbfc67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "69815f7369b94b0dbb45fa586a7e8b32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b542091e4a1f477dbdc65f7f77c4ddef", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ee2b30ce6097483885361a8e43d22859", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a51320ac4bc14b2cbaa82e8388027678", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bfe6710c12ba498c98d7787c11a9ffec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3f5321ec4e474fa29e270c164ed74e34", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4b92a6deed3145e18d3f346cd2190403", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "89a6e0c4df554cfa99daca468cb34954", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "33941cec50054200a40e9fc8734be0bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "943cadc21859473e99064199a7607308", "region_id": "RegionOne"}], "type": "message", "id": "e9138d69e3d4444e95eda6a38353584d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d7462342d622488e81b944f9dc092da6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "94f6422479cd4553a39df538c7bd4084", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "22308a327b464376906a8dd452bbc997", "region_id": "RegionOne"}], "type": "messaging", "id": "9ec8b012e8ca463aa33636bc0fafc1a4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "677520553c134c2f9be9814c0d74317b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "306c7f0a6555438d89cf5b9eed6f9555", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2cfff734cd7b494c93b16bc6993299b0", "region_id": "RegionOne"}], "type": "application-catalog", "id": "333045e04ee341a0967336ce1bf450c9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d91718bc1e354ebda5eb353ca75789b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "af7d086b78f24da09429394ee09264a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8d0b7822d3ef4318a2a4ffef9c54a761", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "256b8ab2678a4f1da0091ee98d8bc7ff", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f5b989bf484047258c1b3694089fc0e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d66c69ccae4045f887e86f156bb1a09b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "92ccd7b6bbf84d80bd5a4e3bfeb8e7f6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "452a254650b64e9faa8df0944fa3d452", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d1e831d74b664f64a4ac0d976b2997e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e1c86ff9bad54151953b67669177a8f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "87e0b382f25249cab1338e78274bf31f", "region_id": "RegionOne"}], "type": "container-infra", "id": "2215eb499f864c78979cce620a0e572b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1909e1c0d2fc407d9beb1044a2d4a12a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "118b3bf033984062bad30c7300df3f98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "7a13b6eb19f54579a2b11eb55e6c5df1", "region_id": "RegionOne"}], "type": "search", "id": "7ffa4ca314dc4e799d71f8c464a2191c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3929468738f94285852546459b6c081e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8cbc9eacf8834244a76c2be979f731ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "abfd6bd13db54663b7d5ded4e46b323a", "region_id": "RegionOne"}], "type": "dns", "id": "83b6c9486a1e4e89ac8546dab5452e60", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6129a38d8c7244aabb554d3ddf4a51f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7ce3ef57d9ad4dde8dececd177e13d26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "18b6271e080c497a988051c18d6c15b8", "region_id": "RegionOne"}], "type": "workflow", "id": "197c38c50475459489b524bc78f45ebb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bb2ac6465cbe414792866607ddeacaf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8a124c996bcb4fdf85d05e8bf29ded7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8be09b0881804d0a9037b22b08483ef6", "region_id": "RegionOne"}], "type": "workflowv2", "id": "54a0b824e3a34f66b046ca79c81058e3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1ea5ff5b3d2b4e26808c6fa2b5b570df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ea73e26db0b54994b6879c271db3e14c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9cc1387b9cb541ddad8504d22a97d228", "region_id": "RegionOne"}], "type": "rating", "id": "6519b87a3a1e49d4be88b2a0b4a1c970", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "04b33188bf1c4a9590c7c4e7613b1850", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cc03366ae0c94b389ad70bd2e6b418bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cc8facaf6efb4f0dab6c902667b68a0a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5a255eaf28c444c983a3a1313d8ac400", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8d382e7ea92d44729ec7754acf41efba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "139c8121311d4895baa89032c4ea1148", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1acd8e474f334bf7a7193f1d09ef36a1", "region_id": "RegionOne"}], "type": "policy", "id": "b0af14b16a024180b2263f0478ec3398", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d3437339606c4984ae2f9d7503e91126", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e56d59b3aaa34bd09e226830f99a0ce3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9c4a0d61c67d4737940926e5f249ca13", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b75ba0dc88f5439f8fd9d119882e87df", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8c61a1d1e6b94888ba000dd082c9432b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "89fdb4fc5984495abf32a5c844a04285", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "23f3fd72d784446c847973ed4d0503ac", "region_id": "RegionOne"}], "type": "sharev2", "id": "e2ada721a5094c17be12f4e1b6172978", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "814d332dee2d4af295cdc5640b0de0a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f374c013a0c248f7ba453a5469a510fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d779088eb61b4c109e3c6c9f96f02aed", "region_id": "RegionOne"}], "type": "share", "id": "3206f73a8bad4818aaa74de10f201550", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "77fd732de58b4dceb5aea89122a120f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d3e6248739da4786bf0be1c9d42b1de2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f26b214dfb494e329244e3ceec3ac8d3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "643fd10788f84e52983807645c984dc6", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7754b41c9f3451fbe386be4ba7eb83d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20e84ca9e13742ad8c7d1e399a0c2ba8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f28be44fd5584998a43fceb6a02a29d8", "region_id": "RegionOne"}], "type": "orchestration", "id": "d5f868c8106940328bac64c603b1f0b7", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "078bdfd98de8442f97560253db384b2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5df2f4879d64c70814bc6df14edd145", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd6ed712b00b411e9efdc69f93214e58", "region_id": "RegionOne"}], "type": "block-storage", "id": "b81dbe38989443fda4bbf2f75ac36b8c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7de2fc5afa8e425c9211e4e2fb79af9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3796e885ac84424bb0d5804f426b37a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7cabec4bf754f898d25120e297b7270", "region_id": "RegionOne"}], "type": "volumev3", "id": "63a4164c632e477aaea06cce2d6f35c7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16bc9611aa8d47a096ebcfca941bd9f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92a31bf6b68e454bb98b76cd69a7d241", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3995dd4aa6264bfd8780ab6f0bc2f001", "region_id": "RegionOne"}], "type": "volumev2", "id": "27710acb3c5d499198fb4895377e4563", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d8fc074f53749ee8ab809eabd650be1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0dcdec5cf19a4678b2a7799f410ebee1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84de747fb6e647c8a120c79659fbdbf9", "region_id": "RegionOne"}], "type": "volume", "id": "0147ba100b7f4ed0a9584d651386ff58", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67cf57901ac641308c088c71519d64f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b63502bcbaaa428a9eafb2293b363ac8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c50db9b45c6438f8679f713f4d67a5f", "region_id": "RegionOne"}], "type": "block-store", "id": "ab6bf9950f914209ba441d09cb8e68d2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e9d7be9663c74bd0a1f3c817cfcfc9d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3aaa7e165a1d403b94f6f8cdd5e86b9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fd5dd8aeb7344ee597e21a6f8531bd0c", "region_id": "RegionOne"}], "type": "alarm", "id": "c0b761b9cec3415b8e849b4cc59a1902", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dcc1b2cea7094a9fa602cea573101337", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8c7ccfeb29284532aaa439aaa606a85d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f85a1a99078c48c7becf0a8d8b572fa0", "region_id": "RegionOne"}], "type": "alarming", "id": "fe32cc1239de4090bb8765625dc64ee7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "758a1f54f4a04527ae56eb1a9950a66b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b476abc82797470885200802bc95f9ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e38ba35b9cc54d48bc2576af1f2eae9e", "region_id": "RegionOne"}], "type": "meter", "id": "e77037e0fd74469dadd5268429300e6f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "85191eb08e9b4ddba358cada17f5e891", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "db948bd48334479184124cb0abb050f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9795a563d6d04facb69d865ba3659216", "region_id": "RegionOne"}], "type": "metering", "id": "021b7445cabb4238a24a8f298c1098ee", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "914cbe4d0386413aaa60468a1f3db2d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1fc4ffb43b4b45c4a061851dfb0fad2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "03aa3b8dfaa94d13ab388e3a67c4ebc0", "region_id": "RegionOne"}], "type": "telemetry", "id": "c765dfb75c664a4fa40f7abeae207c0d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "14aefc6d9a084cc6bfb21619cc291ace", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e99f5aee342242c69cf33277d8de6e95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4ee8bbca6255493b929bca6629c9f7be", "region_id": "RegionOne"}], "type": "event", "id": "80f7588c594f4c2bbce2813b346d9de4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e80984417a984fa7bc6a4ffef2abe68f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b12146d0a12249f0b26ee7bbf399169e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f8ce7d02032c47e89e7d327955ebb846", "region_id": "RegionOne"}], "type": "events", "id": "e2dc029db3de4ab8afa9dd75bde67572", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6a2b37d8619444b79b41d0a3adb0fa26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f6418bb2e3a747a4886e051013c8f442", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c7d965b7b97248fcaa1c4ee62c8aa054", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c8ea1345ec6442619c81fcb3a2734f05", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f0d8fe3acc6c463fa3c290e6408e51ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "50630826a8a94074bb4ea6cc1d92a64d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "eeabfac05fd44557859a2d997bf35226", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3e122eb9497c4186a03bf9628ef8d7b5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0df433b92f0d4ac9b9e3caf34465abbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "22c4c20e87ab4c91b29963af0274db53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6ada3fbdfaff4cae9515a95581ba9256", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5a7104988ecf4ecbaa6ebc61c7be76ee", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ab6fcbfc42284f1dbad09cae5f614dbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b08b728a93f94414abb11d1ff96fbf08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "eed5eee0e9694c06b06f1f388891ae0c", "region_id": "RegionOne"}], "type": "tricircle", "id": "a9a2d81725bb4adf903b9ac8e8dcdf68", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "33257cb151b94ceaaf86633802d22eb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "90568c6f55c6444b90ac74ba44360044", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2e7ec64d94be4f74ae65030bf47d44bd", "region_id": "RegionOne"}], "type": "database", "id": "c4317d91b21b4f4a8ad0b6815edf6cf6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "64ca9414c80e4e21ae718043692b08b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "08cdba2fb5c74d1eb7ac27cc0620326c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "64fe5bdf631e4706be3d6d75bc017edc", "region_id": "RegionOne"}], "type": "application-container", "id": "5fa5f426339743c4994d1d46b81d733d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5d79a5718dcd4ece8ccaa548eb68b371", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c5644866e2b54258bf1fdd97718e4af4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "25982a3de1d244d580cafee534c0da09", "region_id": "RegionOne"}], "type": "container", "id": "ae78f531a85944bcb0001f20026275fa", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9b145ebb66c447458e2f64914f1e82a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a4963ebbfb7b405fb78a5656197f47ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e80067f2b38547a29d836f399e53c243", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "5734f704beaa4255898d00d919af739f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0909b002487b41629c92405f3fee34a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ae0d5565053b4ad2819bc74447f100fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5dd3c8d0706249d8a82a270976b60f97", "region_id": "RegionOne"}], "type": "rca", "id": "83fb5aa43641426b9c83c20c356cf16f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f13eeb13adc84239a3b5577fbe7ad28c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "65621e698d3a4cb2a920ead91d44f3c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "47d72d6c5cda4860b5bae993e1254b26", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "35f4028bf71345e3b278d531aca2a3d3", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "bc2abfd8ac1b4485a49ff641171a6cf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b71097d6acc34bb49d19b58e02f2f042", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3644cf8518124db494514ca896646a98", "region_id": "RegionOne"}], "type": "network", "id": "c479e4d5255a413486c950d660786937", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0545d27d2fb649279bc49db6a05a5011", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7ddf8fffe6414a79a9ba905d53bbcdee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "2b1ae24ca57e42e184500891e1c4b4ba", "region_id": "RegionOne"}], "type": "backup", "id": "d843519f64514666aa7a63c92b932a0c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ac2d5c5c015340b790f78b434592b448", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "337f4139fcc34429a8da33ba5aee198d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5f662c9d283f441c80cefa72f0fdad57", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8c00493a78bb4835a2d123d3d0a00daf", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9a6a24118da24f5d8b79f5e4b035b82e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "de8366bdb2734de79cb6aa66222b2f1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5842a3e5f13846c7963b0c2fefa68cc1", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "858dd17de8074d698fad192ac27cefa2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "914b7c825e8a41f998cd26a10e28a916", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bff06ded554d449ea2969014e2f3b852", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f558529bc96b4f2a960feaa23a8b7c29", "region_id": "RegionOne"}], "type": "monitoring", "id": "69cb9b23196c490085b25fc57a1d8010", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "92857b95e7354c4fa3e7b6e2e840e0f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1c8dfe5333d74a259c1ba03954a31c78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5748f8a3551046ccb3f68d202f1c5654", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9a976bc3d18948e89b30079fda516690", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "69cb71737cee45f683d90a4cf8bce23a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0952bc44d65d49a89773c5d560ec9145", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "754b14bca3604f00abeec3a68e020465", "region_id": "RegionOne"}], "type": "placement", "id": "494d23252a1348c2bb1d8aeb0c814d20", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "181d6c8e44044623b6ac312d28665e6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ed64bee4a3e14c059b34e34648ae2d8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9f8b0d1a32a246279704775c821e1ef5", "region_id": "RegionOne"}], "type": "instance-ha", "id": "39f908790e0540d99267ffed28119149", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5eb27a7d6a49407588fc5394b7c4237f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e4730ea40082406a9ca6a9633dbfb184", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "633068646e5a4dfe8a33a9518d151a78", "region_id": "RegionOne"}], "type": "ha", "id": "a797da544b9a4a0f88ddc83e5c3b0a17", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "21c948b642754f2799da560ff40465b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b1ffa80abead47d49ebafec9ce6afc96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "632fd47af0e74974900e69ae1d7b32e4", "region_id": "RegionOne"}], "type": "reservation", "id": "e7468bea7d3248a696ee725bf58ebfcf", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b229ab8c04b1405ca51351761b7e9c80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8a021435388949208992b2bbaa35a028", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d213ea653c314f4da28b37c20589931c", "region_id": "RegionOne"}], "type": "function-engine", "id": "5a120e561e8247e18363ec7a02e25af3", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "73ed09d44cab4d6fab87669deac958f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0fc3fa0e1aa24f588b485b1a4132a2f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "8620801d71574f76a91a55df59702551", "region_id": "RegionOne"}], "type": "accelerator", "id": "50a6651cf1e14dcd84c0ec0a08bb8d11", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4be49fdf120b4153865f8652f4c4b482", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a1d503b538a644628725e241b4031582", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3da880326c1d4e46a674b27d22c96a4e", "region_id": "RegionOne"}], "type": "admin-logic", "id": "180d4a1b96254cf883eff6505b273da6", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7f7c62b2762843c28ff24adb8a9655e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d200c96c62c44a08b9674433e1833036", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "86914d07c2aa4afbab6d9d039878cd7b", "region_id": "RegionOne"}], "type": "registration", "id": "f9c2f94a46064443a6d3144c4c7f7eb4", "name": "adjutant"}], "user": {"domain": {"id": "57922a11515b4ed19b3e9f180a30c804", "name": "e22b0357e85040648e0778525c3fc3c3"}, "id": "3db31c7a513c4ce681134c3c4e85be7e", "name": "5a9d83e2ba55425092d408732a1ead77"}, "audit_ids": ["379c7f95e3d34f568d971b2e23775090", null], "issued_at": "2019-09-19T09:04:44.826824"}} 2019-09-19 09:06:44,972 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-security-groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:44,978 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,981 keystoneauth.session RESP BODY: {"security_groups": [{"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "Test Nova security group #1", "name": "nova-sec-group", "id": "2"}]} 2019-09-19 09:06:44,997 keystoneauth.session REQ: curl -g -i -X PUT https://compute.example.com/v2.1/os-security-groups/2 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"security_group": {"name": "openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_update_security_group_nova-2", "description": "Test Nova security group #1"}}' 2019-09-19 09:06:45,002 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,005 keystoneauth.session RESP BODY: {"security_group": {"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "2", "description": "Test Nova security group #1", "name": "openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_update_security_group_nova-2"}} {29} openstack.tests.unit.cloud.test_volume.TestVolume.test_detach_volume_wait [0.296419s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,901 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,906 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,910 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,913 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,926 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.837786+00:00", "project": {"domain": {"id": "7c3454c877a04acfa272d4426eda3660", "name": "e19fa100b6d34b9683a23cbef80bf1d3"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "147dbbe10dd647c39434d018c018fa15"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4bb44491d3f0443195d391a64f226c59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "623272c009c84652b4ecaf89fdec8e28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "94028a3b4d424c0d889448b442fede36", "region_id": "RegionOne"}], "type": "identity", "id": "14fc54473dfc49709be81d7f1afb90da", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "97e4dbf01a044a76840c6954d51e23c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4318bbfe289d4f72b8e15a9eedf2f62f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "7e1e4fe4e7514f5c8e026fd7047b3f14", "region_id": "RegionOne"}], "type": "compute", "id": "edebfdd9947441159b04b5210d332e3f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "bd4d82fb186049fd91c72c1f9b3a1303", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2900cf80742d46559ff8368e1f385736", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "44b74a50abff46cc8827cfe5ea926a99", "region_id": "RegionOne"}], "type": "image", "id": "a3107d33673f4830a7136c46f90b1619", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d7d9ccbadab445679e5999d02189f879", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "239a28bbbd434c27b59d9b6e9a1d1099", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "9796083649f846c38b09aa25c4a9bfed", "region_id": "RegionOne"}], "type": "load-balancer", "id": "498239e060f148be8e339c55c89baea9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a83f7043860447db73d63e50d99e406", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b22db89e01242adaecc09d811b40974", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2103b44f2ba0424bb5102906a872eb4f", "region_id": "RegionOne"}], "type": "object-store", "id": "baa4631638a847cf8082eb87c95c5e1e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f7f1898349bc4f119a65630af8f99136", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e6f31718238f433c88f5b116a637fb0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9da43520a74f492b82976beb508e97c0", "region_id": "RegionOne"}], "type": "clustering", "id": "63e44970c60a448189e4f2b4138f0c87", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0135782e38f242ce90349e842ba92aef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "44e5f81e16144b33802981cc08134dfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "69b6bb43948c42f1a6136cd3a692b821", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "5cd902827ad54e00bb18da987c17579a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d91c3081623549feaf1fc1bec532a816", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fb3bfe041b2a4a4588242919db57206a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "db54987fddfc4be096f209c2ae5290df", "region_id": "RegionOne"}], "type": "cluster", "id": "554473c9bb7949c08c5ad6e6ccd3f649", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "96464a617327413abc321d301a14d219", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "763df14a8fc447438e7162128bc44c83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8d69865a666847ea9179b6547114c994", "region_id": "RegionOne"}], "type": "data-processing", "id": "a9a058b5175a46e09994c36fd88d2678", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "97d022cd0fc941248f01f361e4290514", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9fd601ed99fd43f4b43f732ae26cae33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f921d491ce6641a89b0ac387c68b5d60", "region_id": "RegionOne"}], "type": "baremetal", "id": "4e73b323b6d14337bde8d12f566f779e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "df1f67d76e314a7e8e1bea74ae490558", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "383b0f3a24ac43d1822f293ef59ce53f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b044cd393a2d4b9cb17a108e024485af", "region_id": "RegionOne"}], "type": "bare-metal", "id": "328521cfadc84cf49e99f0e7f390b57c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c2940ffe268b48d1816ea8dd879a139f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "85c62d1be5aa483080d145b35f5ca6e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e2e4202f22cc4f41bff95b28dbbb6027", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "327ea84b06b34a0ba2772f9b396a37df", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f088306565ea4fe28990dc6a42e661fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6fed851afc5644148ea9e7031937e153", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0bc67e6be08141c3a54da1af84be2ff8", "region_id": "RegionOne"}], "type": "key-manager", "id": "d1b7bc48790f445cbbaac2c20c150862", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fe94d9005c2f4d8ab35d90c8549c0f78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cde365d4b4fd48c3a192af006af5347b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "666e087c6436496eb7fc00e6eea2f02d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "94b2716cb83e4d739839b6bbe691160c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "342368e024b140a4a272afb860d4230f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3fcdb930df4e4471876c9640cd33a267", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b3dd899e8e2342fb837631e80d431e2a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e5aa8d8f15ff4fadb8ab5652cc26bdd7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a04766c747544ed0b22e8e82c0b10c83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "05615a1df144470aa1c88318e389a1c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b976e99b17774b218838ec1752a9ae2f", "region_id": "RegionOne"}], "type": "message", "id": "9f801f47bbf24647b96da3f1c551aa10", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4fdbcc5cba004e43bc1c4957b50b8101", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e828f16efc44424782506983377704f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bf14cd3c62d74163a6a5cd8406446706", "region_id": "RegionOne"}], "type": "messaging", "id": "1978eef7dbda4e059e7bd484d00658ee", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "740bc4531ca14c1797bf2754a92c0c8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7bba031f99c34910ada754d401f08f6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d6c3a79086d24555b86fc2d24d1000bc", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ce7a4d655ade4ce094b0ffd012b7fd44", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2089cada15794be8a716618394644dd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "94b547cd2b5e434d920a2c378fc0e382", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1bedec0cde1f468fa6e9a0a1a999f888", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "39274889de814d4cbc94a4163aa98948", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c262ee47f535434aa09ffa8ff689da6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1bf1c090564b433eb4c847d1976f88b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d908a7ffdf784110a02e298a9d7ce7bc", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b17294f9d36840b3af360cfec03e79f3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a2f832f8023e4ae589b42ca1b9ae25a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "00ce28091b5449daacb92ef3562efddb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "008bc6b5b5114ce6a0197135a4e08eee", "region_id": "RegionOne"}], "type": "container-infra", "id": "be9529523348409f8df799dacbc95564", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "709548616da042ab856be9da6583af8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ff4ad150d23645c5a3711249394fdc45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6c34659fc12343bc915e79e5220a11b6", "region_id": "RegionOne"}], "type": "search", "id": "b1f81486b1784b068d349ede72848ad4", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "22033f1339fa42fbb516cc5875b8c03b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "df28fd8a872144b18542236aabf01fcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "0cc9ee4a9c7a4bc3941a28e9cc8bf91b", "region_id": "RegionOne"}], "type": "dns", "id": "67c8226452ec4386bca0a065ae47fd79", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "24d300a451674dbbaf852cc6b5551a87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e3518a774ae24ed5a3d409a63fddd27b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6c16b6c92a1a4b0286e45bf5f313f9f5", "region_id": "RegionOne"}], "type": "workflow", "id": "16095e5b789645fda19025c59ec029ae", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "41332aeda62248ad9bd5e7bc5824f288", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0594514b1ebc47ea838bcd0966e5cde4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cc0c6ad4229449368148c7cd7d78825d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5128a538cdd34e709aa0d2bc8861f050", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6f9e82c6f64440798c8e7bcd3aafaf1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c50ab699e24e4ef98058a6504ada2e08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "56a49940e9ee47428d04aa685d40896b", "region_id": "RegionOne"}], "type": "rating", "id": "2e54ad96b22f4a91b29a0d8cbb3b343b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "125704796332468299f08b71bd9b4c43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c36523e33a7d406aa627aa435135655c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9f2082e879ad4ee48dd506dfb10e2997", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e59c979eb4dd4533a588593c8adf690f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "85bf1a2c3d894edeb39a57593d869b7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0ad7c706187f4262aa0adf853f158ee1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d8935b03f50b44af837c9d7d57893c20", "region_id": "RegionOne"}], "type": "policy", "id": "04218775b2e4487c921ea7ad861cdc66", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1649f09c33e445b284295ff7f5cde2a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "350914b7503243f1a20cfe0062abe797", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d1234b1670274149b3fb5a24070e8227", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a6f56325462641f89b28a733c09dba4b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "adc87e485bc2419590fde28dc93be225", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "09b48d6122e14cd6875b92e6383d2b2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "344bcd62513943b7a690fe4c71c55dda", "region_id": "RegionOne"}], "type": "sharev2", "id": "1b8b566a5c1b4116a88bc3c4ec5b6e77", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4784fd2c5a5e4b4c9ad175b81bf0dca1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "352e0ad4a9604e45b15518c78efb4522", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1ecc8f55dc194ab092e6861d31376725", "region_id": "RegionOne"}], "type": "share", "id": "00742f2997b24d1aae3d5902924b9960", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4bd7418f8f0e4dbfa87db07ac54b380d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2e92fd822cec4200bf316a87dee9a79f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1f92246ac31543399fb8ff303c39090f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7d629d542b91490996ae3cefd0c4ea16", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85a73aa5647447809ab792db36c25a61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "759aff8319924fab95e3705a31254631", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "feab4906858d469981e620bb4f36da7e", "region_id": "RegionOne"}], "type": "orchestration", "id": "fe01808a04314192b3a4bd1e5ecb1593", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a74de3924c3b4cad9b2dd7786cccebb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6296006d489e4ac4bc636c370224a636", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c44182091e64a468676016402f6a518", "region_id": "RegionOne"}], "type": "block-storage", "id": "dd56c64e251744e39d3d327b80f4e0e1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "503afefe2ccc4760a75493410f91a311", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a39a246357044ea09db301c83a8f6279", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c40779ab837c4961b2b1e18e9fff7616", "region_id": "RegionOne"}], "type": "volumev3", "id": "8322582e7ef94a40827367ff88068a6e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8f158e0f18d4d93b2051b7e2676770e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7531c4725f3c4fcdb7d35536d6f8abd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c99f5a4749e54a5686529de78247c768", "region_id": "RegionOne"}], "type": "volumev2", "id": "391901a37404493dbfbb9e9ca635b474", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dba61f07238e4e1da5457004e66c449b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c773acbf1d345f98361c5bc252fec45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3cba2ea89eef4226ae94b46aaa2aad2c", "region_id": "RegionOne"}], "type": "volume", "id": "9eca296c2cea4fa783186ea314fb6888", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ba60a17d1de4edaa02987aa102a273a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b23ab667bf64c68b7359b47c255341f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95a19476e8f64664b2f1e8a7d2973516", "region_id": "RegionOne"}], "type": "block-store", "id": "67a48870b9b3401bb072d0dcdd3250d8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "37db85f8792d45c0b8110a73bbe6b1b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3e465bd6074648c1b0e1be348058680b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d6da087cbecb4c16add903fe2a4bf9aa", "region_id": "RegionOne"}], "type": "alarm", "id": "8fc5b4ad3fd84686a4633e539c6b367b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6b5f48529aa24d87ac8a92510d1407de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f8deb4e7a0dd462fbf410a99e319e2b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5fc948ce67ad4135b6c121d52a195eae", "region_id": "RegionOne"}], "type": "alarming", "id": "b6c9f2ef33e34383bdb95915b23256da", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a83f16bfc7704400a38e271e6c9cda53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8a7bd55fa6424736a592507f7b82a567", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5298e9d55b32459e82c7dc743a94452d", "region_id": "RegionOne"}], "type": "meter", "id": "80cfc07d5efe44a39d829c508f1ccdb7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "36c99512f2c845618bfb16844e217d5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "20f6a5d26c824599b9e285ebae7cab9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "079076f6c1c64bc5996b67c34f13ce5c", "region_id": "RegionOne"}], "type": "metering", "id": "2ebf4cea39034a8c92cea4b247d504a9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "32cf9e68b3324432b7dbe3b5fd84b1c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d8e2e07265b24614b5144bd1bbc54009", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "326c655c20ed42f38a1c31c92270685b", "region_id": "RegionOne"}], "type": "telemetry", "id": "98076b79acdc4fe29779d56c554af182", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "aa2d940261d0429baf5ecfa9aef3d80f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f1b9495d3a43412a986c1359887a51c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e219e7d86e324f02af2e1809e01dfe2d", "region_id": "RegionOne"}], "type": "event", "id": "619869ba48e94645bbea253cb41ce54e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f4f8685c00bc4d8cb7a53820db44a50a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "12478622000c47bbab4118dcdfcbdd4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6a26310dd8214562a09259e53b197418", "region_id": "RegionOne"}], "type": "events", "id": "1dfd1a2293b443f69bca3b8359997a2f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bb4d4259f88d4b11a0e0cfee8a30f628", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a99d07d0c7a54d3db7177dcd85dfe160", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b4110ee1f25d4e6b99faec40cf495f3a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8cbb7e2f3be94863a8869c116655eb08", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "399a1776765e40e3b98db76545d26238", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d465a6f64dc54489abfed45dabaedad7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c41728cf4bef4d30adbffd542cc97d2a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8857870d7d9b4550964a2eabca7471db", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ff6e81cde3f74883930d84e577d5d0dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f29427141dea462c8bc940919be2a517", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "89fd4a25d30d45b99fc11b9ee47168f6", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b77b3814b82b45468049c31e004c2d0a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "42114807fc844effac97f91a93c2b30d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e7b030c8e89542e7b67ec9430894f356", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d9445fcd83e5418fb2e76cc234f782e4", "region_id": "RegionOne"}], "type": "tricircle", "id": "16dfb235b0834aabb9e04faccb1d66aa", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1a6f0c19f3ad44ef9ae70f37cde99ee9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1db45095c2a84fca8b3e166c8e5c3f1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "24670c12235241eea3aa17c0725b4f49", "region_id": "RegionOne"}], "type": "database", "id": "9e38cc868f714e3f8cac05ef252dc3c2", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ed0f9e305d8840b5be5564c5ff9f21e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ff70cfd391844344a1d4ab45a342cba7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fbe37664c14a4b5d8150f4e76f0dd4c6", "region_id": "RegionOne"}], "type": "application-container", "id": "94ffa4fa1e78463fb82ba2ce6e697163", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2d7f22eb975f4bc38a97472487a64815", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a7f75de743144233a31385634a42ea41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "466a9e92c8f04a04a63c87b550ce7783", "region_id": "RegionOne"}], "type": "container", "id": "30356ed77fad4707b83a7a1eba3e7f2d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "67e420c198874d0190a72ed6010d9dc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7ac5868f30ae432a8d1845001bc271e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6e51fd1a9c584b83825f08da8f720fb1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9231da53a9da4881aea3d6e7df94e0c1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "20c1dc51930a4d5d86c103e2807aa5d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ecfcd2e8316e44d38566520d0fec03c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "09fbb01503aa4666b2b69663bcde83d8", "region_id": "RegionOne"}], "type": "rca", "id": "d08ea6dc9f1b4722b9d946f80d0a00dd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "79e7a15d7f844f58bf538c6364cc8287", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "928c35c56bba49f6836cfdccb6b9e66e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "22e5379c20b34cbab518959e252c9ad3", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "603f59078d864f029f8fcac33c0b2538", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "cd0bdfdbeb7148f5b349247be4ff3f3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b25bd6f6e2be4510a3fa235ae0415671", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4e6c70697fa340f1a7f6429a40629897", "region_id": "RegionOne"}], "type": "network", "id": "b8a547ee5b304541a74a15b51386ff5a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "69d9261f70ee4986af6a579539c12019", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b2cad922ad6940ab96007e5816b9a959", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "60fa425eba7a4600a7344f5d76df57ae", "region_id": "RegionOne"}], "type": "backup", "id": "3c75a121a0ca48bb885163f26370388c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c072c031eec04c608a316d5b6275f49c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "16df76242b804061be08dab0124e08ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2733ffdf93e34eca86f37f818cc5e7a2", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0e8c5e96cc504d84a1dae53cf5c5ec28", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d46c88dd89e44a16a9c60128c4b3c5e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f83035c5ff164c72910f83ce80727952", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "dff09a26f3504ed89a32001103e459dc", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8baca13416264b5ba197d06c2e0e0c22", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7b05ab582d0e4bdfb1c6d894872871ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fbada33b4cf5456b87e2fb0d99beda67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8d012dc9494c465d83c7bb32fd4a7412", "region_id": "RegionOne"}], "type": "monitoring", "id": "6838e9f4133b4007a0ba256314a39623", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c31a490740f045ac940f19ebda52b8d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "780f3cb87c204b81bccc45a1f2adac4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8684f766e9c042a88c4456336a4522d1", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "060f0ff77ce54f69bcbd99b81d3b0a31", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "42a0b33a92044220add5727fca09138c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "dcf52f616d52468ba4df9d77ca71c935", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "08b7598d046048208f71776cecfc4ce8", "region_id": "RegionOne"}], "type": "placement", "id": "d8a5ab5b2477410faf8435d9a401768b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "76956eb487f24b36a020bd300dddd151", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9a4e042d308c4f1d8ab54aee2b09f5b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d0eb9d0d5d83450e96a5337686c79c31", "region_id": "RegionOne"}], "type": "instance-ha", "id": "fbd1a90bab614657975b3a282f96d8ee", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ff789ffcc8154956a808bf7732e9f1bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "61291345c3b943aaaf186ed54bef62ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b346b3df560840eda5fe684fd89c5ebd", "region_id": "RegionOne"}], "type": "ha", "id": "8e43aa906d8c47339e25f621c4240d2a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f7474008996b4a99959cd0415c5d1feb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "575d819ec1cd4f68bffadd2b675248a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8eac1d9aedd54009be4966069065f17f", "region_id": "RegionOne"}], "type": "reservation", "id": "5ac0bc9bab134d12b6e4750c0d9013c8", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "06f4880eac8d4b1b9ed305fb62904c26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1d059bd383b0468e92d6001e9e354ab2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e64ce226f14b492da602054219280ca7", "region_id": "RegionOne"}], "type": "function-engine", "id": "3b1c0fc5b35f47fbac14dc4c5aae4be6", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c12fe06e768f4433a2c6d25ac9a06e61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5c53f6832b614b61aa3b7fd05f2d83ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "310a943df6b94eb7bfaaa2223b202956", "region_id": "RegionOne"}], "type": "accelerator", "id": "217723649d9a4f02b4f204674a13d53d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1ff466252cc940a581f9890d58b51aaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dbf812394a3a48489c0026f684dff005", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "097b10d23e4d464dbfccb9405db58648", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c38f474d9ddc4198a34e21ed73b744b5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4f680df778b4490885c60fa27ed05680", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6698bce33c944be38141d3eb61f760ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3652315ab6ce4b6891b6295c2e5969ae", "region_id": "RegionOne"}], "type": "registration", "id": "9a7355c2df4f42819ef90ce1aff51f54", "name": "adjutant"}], "user": {"domain": {"id": "58ab4368b5c640329133db148c72eddf", "name": "af4d9205c1ff474ebb49f65fac0224e3"}, "id": "561e5881969d41e4b7486ce566a4b745", "name": "2d462e716b3e4a6a8e746cd29aa3eac8"}, "audit_ids": ["e7f72584e78249c7bbdac5dd2278d369", null], "issued_at": "2019-09-19T09:04:44.837786"}} 2019-09-19 09:06:45,021 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/server001/os-volume_attachments/volume001 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,026 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,059 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,066 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,070 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:45,115 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,122 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,125 keystoneauth.session RESP BODY: {"volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume001", "metadata": {}}]} {2} openstack.tests.unit.cloud.test_zone.TestZone.test_get_zone_by_id [0.237094s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,870 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,875 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,879 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,885 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,898 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.802024+00:00", "project": {"domain": {"id": "7cec98c6d30249cc9446b90f512be13b", "name": "b2f10aa5f4e347a2a0a29c85111205e6"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "af0e06856bf64ac79b17d322830b849d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "45daa3e876284588b7d50369d8c10583", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "480ef7825ed44ff5b0609f0d96b5fb9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a89c6684ee6b49cba81db77ae9367801", "region_id": "RegionOne"}], "type": "identity", "id": "e83e910a1e814b659ff64334a321f126", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ae8bfeba88524b199d940be08811a986", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2bb5e3755a3c4616a827f83973d2bc20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6b5a169487754adfbf6d16d60205bb28", "region_id": "RegionOne"}], "type": "compute", "id": "8a3fc6beb757438691b83edc0dd327e3", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "56bc1bf20bc04a1db68502198bfdf571", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "fb63fa9c73884e43943bb3d39c5e6822", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "beaefcf6a32645e19d20766b0c354b17", "region_id": "RegionOne"}], "type": "image", "id": "14412fb508b4425cbeb5a0bb6c8d5805", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c16f23f19cba4990a2a8e898f0050313", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d3694892593b432baef0c6e785aad507", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7e0685584ab344fe92ec17caba7dc4c2", "region_id": "RegionOne"}], "type": "load-balancer", "id": "967b24f310214a3581cf2640b75bfd21", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4b4ea0cd5b747f2b3da210190c80587", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18a9a702369f4981ba3ecbd62cf01c78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2a4cd8ff6b74819aa9e3f73c82cc8e1", "region_id": "RegionOne"}], "type": "object-store", "id": "4a25fe9c7c534891ba43946d891aab15", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4cabfa55ab1b400aa12f5dbe78304f5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "01a10e1be1a7496089c13d3a8bdce857", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8f4d2af37e5e44bba894173c268e2a5e", "region_id": "RegionOne"}], "type": "clustering", "id": "4a97f5a54eaa41648a9fab048bc265c4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "44c4a06d47e74a5db08b12a70d15747a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "986b909bd74e487eb1dcfd5e5da928e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "162e315ae71444b387be5d931a484c07", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "fd1f0cf5ed914ebfa9237c19d801a1f8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "69abf3eaf3fb406fb18369fb01132114", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6613d8ef743443948471441ec3795665", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d8d5deacd546400cb54107c844cead29", "region_id": "RegionOne"}], "type": "cluster", "id": "73da07cc06d146abbe852b0c14eada4a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3bc726fc23a444b2998b4e7825c2d930", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c639f64689b0454b90b68eab0c840b9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "5f9d5818612d4e758bb3b7267ebe1f1f", "region_id": "RegionOne"}], "type": "data-processing", "id": "774da95b3ce84a48935b1bdc39bd4667", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6cfdf7dc6c8d45bd868b858e73f69736", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f0f0d0b9b14d4dad8f7833cf31f3288f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2ad48b8365bb4a4d81616dfeb1ba3187", "region_id": "RegionOne"}], "type": "baremetal", "id": "5442c8ed8ea24808b36ef735542573df", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7cb96dcc25504d428c256c9d1b2e2234", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e4ba577da7d342c7b3852c9931cb4079", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d7c414f765b747039cd1e866ec3e2aec", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a7580524b44742dd9d84a0e34f13a8d1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c077325ac47840768c9be9d7169103cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c8877a4c562d4f00bf541b817eab18d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e41724d732f24d31ae53823f4b265397", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a8e86d01ea244ad1aa92d6285c1571ae", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "18d7c9dc03054a929a61c85fc7c5439c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "41685837ecde4a17b9767b84a3928002", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7c710c2f270c4495870e10fdea21a4a7", "region_id": "RegionOne"}], "type": "key-manager", "id": "398610a30c7146eea9ebdb24b0832b07", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "daaca9887d274284aa156d602b8a1f55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "769a0f8d09314f4990b4c5da448fa1f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f8c0ba7e71434a3e9e8131abd6dc731d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "bc9e663c3fac4c46b28c665947771f21", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "efea52a48a1e45b5893ea264223146d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dba4202d09054060b9066ed88677302b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2567e70446b04b4f84c680dadc0e4de5", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d2c3b61301db41cc9554d4febffcfb1a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d01f7ee662a244ed982bb69673118400", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a43dad889991433bae153e813c7b36d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d13530dc3617444cb1fe021cd4f880e4", "region_id": "RegionOne"}], "type": "message", "id": "45fbf7c5d90b4cf9b9c23c04c416d074", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3135302e305545a28e37ed216d7d6601", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "eaf23fcfab00489894b6417c5fc02b95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1bffc35ba9644d268ad84a17e7976e96", "region_id": "RegionOne"}], "type": "messaging", "id": "fb82d2a19c29466ab16eef8f923d5da1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d70d3bbc60c643e4b7cf1ddccc5ca58a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2ba25e24e4ca42e9807a236fec081f10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "42206e4e1b124f98bc2da89677348b55", "region_id": "RegionOne"}], "type": "application-catalog", "id": "9168abf833af4e8aa9ea47316e02ba1d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e160ebffa7d64a5698c4ed7fea67b1c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "84867bef14bc4e0ba930900947af3a05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "606156c8caee411a99ea75c53d7c21f8", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "dcf9e57c793140d09dc37bda0d8e1958", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d5db67f711e34d21b5523b2a46214352", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "baadc1560feb4079b8b31f32df405430", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5856bcd208cc42e7831459dd267fa47e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "cd3e8b95d0ab499a8a8f1bfffd8fdefa", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "27138ff00b1d48d2a40775feaf690592", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "514a9e86746b405cbeede6c2bdcb15cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "97a79ca927444d64a2a548bf4d06a3ee", "region_id": "RegionOne"}], "type": "container-infra", "id": "693c8f66a6c7411784c841f84b6a22ba", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "46879362a4f64795a6bef8590b58170c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a8e943eb047c4d758224382378069a67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "31da7c90b76e439eb4d05db0b38ebc87", "region_id": "RegionOne"}], "type": "search", "id": "d5155a28a328424db5a1476d1166d75b", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "acee48ac07c34cb8afde812606a8551c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9a2fb137f4c44c0d9c16e9c949afcdf2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "dbc085f27f3b4f61867ee6bb5f48139c", "region_id": "RegionOne"}], "type": "dns", "id": "cd02878c08f448ce9e3ee10cc1941fd5", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3ad64b2e39de4260b6b87c613e4337ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2e623361a95c43e6b70f95c57d491fae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5eb6da7e1cd44986a875824dce6d0ba9", "region_id": "RegionOne"}], "type": "workflow", "id": "cdb729c34f2d415da609132301602504", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "128f0331cce94759989af594909cd4ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fc408e47c9ef44838b54513bd9512102", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b617b472fe744630936efd484c6a3c06", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6b133a44f19d4307ba91b31707464cad", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f83f57332e2e47fd84bebb73c57ed48b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "75ddcff637184b7bb225d57500a98027", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c7d38790dc1948adb9e70ff18c1b3a95", "region_id": "RegionOne"}], "type": "rating", "id": "caa041269fcc4e9cb59141b2a84f46ae", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "530fbc8c3fec49fda4938a1cc58502a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4a03376d695048f7babd8a6b4c8729a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d393e8cafba3424192b4c3002244acfe", "region_id": "RegionOne"}], "type": "operator-policy", "id": "87464b880f944454bc4bf77cda8b65f5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1a907b28ec11495c83c8f62623cd389f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f7a3cadaaf8c43ceb625508d82d95312", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "932f811ae3944eb59d22e4dac2dc7ba9", "region_id": "RegionOne"}], "type": "policy", "id": "7463fb50706a4f6a9529466367b1262e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "91b39a2395a143038827e7f49addbc48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "314487e1687043fbb33619f2ce52cb67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "42de1c5a70b0418a8e3003df6d8c07cb", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0c254786443e4e1a90ee1b2fc1f082ec", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4378d2482bec48ac8fa6b0baf0ba9113", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c9a9423d6eb04bee8c343d53c8d2e7ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "201a323edbe34fb1b6f6c08ea8db985b", "region_id": "RegionOne"}], "type": "sharev2", "id": "526d2601a4684d7598d4e3c9fb5cddec", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "40e7befdb40a4273ac32042d9382058e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b1d9c6f5bb8b4b11a20254cdf4f01cad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8fe54d09a10c443a88c144e8d8306bf2", "region_id": "RegionOne"}], "type": "share", "id": "b1b00f7356c1462a8a18f019b6103730", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c5f741b9e82d4b499ea158a4b72c1c6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3d5558df040348b787b103dccd455a57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a3b4a5c1e022459988c82b3dc25f8dae", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f1eaa3cd1f764f71abfc1624f4a21867", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48bcb4adc06e4bbc9c77da504d1ddba2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50ca87f6901f4f9597f6613ceeaffe51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3465a623c6de479abcc8300a9114a59a", "region_id": "RegionOne"}], "type": "orchestration", "id": "d9b17f2ba5dd4c539773f3fe92fbaf97", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "788d8249a4f448168bb4afd90c8d8db9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ceff8bea1acb4691b70685f3241cd8b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5decbec442141cab350ac01eed2f9dd", "region_id": "RegionOne"}], "type": "block-storage", "id": "09c31d1cb1f340929a3e686021848072", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ec1935198ba4a129bf01ecf7ee23418", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "192af5a3f2b0425081cd1efce71340fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32e8a8c7375440c4aa8c6989688ee733", "region_id": "RegionOne"}], "type": "volumev3", "id": "8b139a9655d64479b44118c397faa992", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4adbecd44ba479493688e489c721055", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40b7b80d6e454432be97dc97186e091e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83bc9520f16c4122af48dfa6bb61739a", "region_id": "RegionOne"}], "type": "volumev2", "id": "afc84b198f164f6ab992394839bd297d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "595ac1e066b04ce5954ce616397e67ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0ba9956a5aa46ab8a05a80306419024", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da1b2ae24e1a4364a1f92e9ec9f471ae", "region_id": "RegionOne"}], "type": "volume", "id": "34eab8e34b8348edbe7a32781707d4f4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e562970b0e3a4d63865db490d1296a47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "859b21df7c97466aab66457c12d66a52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ddbc558faf448f5b50411b2dbe27d7b", "region_id": "RegionOne"}], "type": "block-store", "id": "e756d6f468824d07bbcd3cfbebe7fc1a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c715e055cf95402e93e28216c82ee1d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "71e3458cff7e44889d8600e8fb1cacad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ba6e0f170daf45a4bd7b368f833a6ef2", "region_id": "RegionOne"}], "type": "alarm", "id": "657856b7b7104c09af98d883771d4548", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f40e041ed6f643b28d28be4f84479358", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "31cbb978af9e43dfb6c632d3ea1c60bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "10eecd8fb0d54fb49b5bd6b6b16e2c3b", "region_id": "RegionOne"}], "type": "alarming", "id": "9b2ec37d9ae8475692db7d7b6f48da84", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a9f0516a5c6148d29505edcf2a30d3e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "27444630ae034ea192247ee683dd5860", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "41e7a1068d234c18ad08434f178630e0", "region_id": "RegionOne"}], "type": "meter", "id": "c33b4500f9c243499f4bc8bfcd58a4e4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cae7a84848a14987a132eca7955efcf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "077f272d2a764c21b3344c5da7c84534", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a8d2cf2141274f7885c876fac65d6eff", "region_id": "RegionOne"}], "type": "metering", "id": "215a524c2d20462fb672831b3d915880", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2df122152f604298a455c346832a5ad1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8a27544904c94d9394700cafd73d5b18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1a0b3ba4e94e4cd7bb79f3a8c45129b5", "region_id": "RegionOne"}], "type": "telemetry", "id": "d9407cb15c204efb8580fba0d328921f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a23c5c301d8642779af59d22e6569560", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "37b7e49f9b74417da598cf8551f9c342", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ecfa307822294bacb8779517053c94b8", "region_id": "RegionOne"}], "type": "event", "id": "116a61547d0e4289a67b824f46b0d02b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c02d5e5c091e49b383f3cdd38c21a0af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "997cc969817c4ed999922e3b619d942c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c4ab8c0bfbf245e58e22112cdce75a79", "region_id": "RegionOne"}], "type": "events", "id": "adfd401caad5470d850d7decbf5702ca", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "435b011256354a15a3ca762793230eef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5a4de0950d6347499ed0ec0a17857036", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3111aefa61bc427cbeb196df1f41a8a5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2d924fba1bed46c7bbe8f62ba884770e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7dad9921fbff41e89dad6a6b9ad7a2cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fb84bbb5979344469c994f570d9b4183", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c55af574189a4c3aafadf693bd584052", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f9b4654fed834cb0afccf35e1b77d1cf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "86eae9fe68494c1a9bf874ea4dd60dab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "00f43882c3c4477885cdd231bafdcd26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fd22df70218144db9ca0e282abfea4be", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "797acbcd4af2450db48393d494b2003a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "91f4583d37684f1c9ef77b887f789319", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "53161f539dba4b08a756c0afe68f887d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "257b893f9b6b46738ed421d179487e88", "region_id": "RegionOne"}], "type": "tricircle", "id": "9e01bac28e204f54bf21837916a9bff3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2724fd376af3441b8785294c4183b53e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "007da4c27f66448288b05917c7e977b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a9d6b5036efc45cabf42f450e49afbf3", "region_id": "RegionOne"}], "type": "database", "id": "a038a244198e4491ac493fbec5429d58", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5163bdbe03d74552b6070f0610d980d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7471552f7c8442529960b25b40ba0ad4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4260c49a0c15496790739696e17f049f", "region_id": "RegionOne"}], "type": "application-container", "id": "06eda34a970a4dff8fe700d12b339751", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b99e2c308f6444c5ac0e4bbd48f352dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "388fd911aa4149cf873961de3899dc7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ef65594c26b9421ca08efae320dace8a", "region_id": "RegionOne"}], "type": "container", "id": "f185ee6e8089480a8b003956d4747a31", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "894c20e17f1746799dfeefbdac1ec539", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4d8ffc30040d4379914c3b698437dc40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f52b181f46a1422d8fe586ab7901e348", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e65946d160ee413fa377288c1b878760", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ddef3b12d8134182ae01da0a144450d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "08d2bc5f878c481a85c26de62cb1f519", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4135a2e63d424d1685034242240a290c", "region_id": "RegionOne"}], "type": "rca", "id": "e3ed8025a50b4f2db182039533cd8304", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2feee96289b1481a8c7d04bee16015c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "25f9e0e3100941d197326883bff94f8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7714a58a88da4ea280ce698f0e8ef9e0", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e7ccd92b9f5540e2b9706000f88b8db8", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6bf77cd834274821a0fac744818bc482", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "07841c0216804b11a344466ec722e345", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "fecff69b28d14acc9fc50f55c1bd0d05", "region_id": "RegionOne"}], "type": "network", "id": "141005b137d444b4881e01713dfa1900", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d8ece1a942704057a130d4059ceb9287", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "94cd8a8603aa45b482832c5fa4179292", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "34452c0f6f2b429f8e6e7dcd6e7b5df0", "region_id": "RegionOne"}], "type": "backup", "id": "6f4f77aba6464704bdaab0e2933f2c58", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6dbe8750a1ae41ce88e8f910be05bab3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b31e93b8525b40faafdb23943f9fe766", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f2f37d887a66478d9ba2a16aa4eda164", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7ec29c8741514607bafa49973b6eb215", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "23bbb164b98847d39113ec4a28ce572b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "55c4e3406cb74979ae18217675a73930", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4910b1784c9c4f6ab92e6bebdcc4f898", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f4e4764f35af48c4be38c8d2c3ce301d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "87518a0a9a7742a6af42884b9e162e2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "98774ab9d5604accb3cd525564f528c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2fc0c97ca3454d8dbc9d07844bcf2d71", "region_id": "RegionOne"}], "type": "monitoring", "id": "a60ca0e558d740ec9d00d23c184e13a1", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f0013aeb6f6a4787b4d88b993708f1a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "69d81d8223684103b315061d323e3583", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "3a8096d7be3a4545ac826e5d1e54b190", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f312d0f39cbe441baf60afbf638848d6", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "536e3452d12e4d9ba8a240557f800b52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8b89586873be4678ae3dc6a8495eb28a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f1f819fcbe8b4f2d94ecd7bea5ce0ffd", "region_id": "RegionOne"}], "type": "placement", "id": "5b219c022e2e4a4e94825f714e7ca0ce", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2dda8726c88a4ec38e2d238e7babd599", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "170c78e31e2c40bfb8b4a48b3f1ec825", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1e00c55a39d84935b52b0cc43b2652c8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "96a5110e4f9040a0a8221c024757f636", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cf97dbfcc6184fcf8ffff6f1a763a9f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d20c45bf7e96448892d5490f017b5ec5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8743d1aaebe74bd69cc3b1eab5664ac4", "region_id": "RegionOne"}], "type": "ha", "id": "41aa5a45c5594744b0e5be92a258377e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "529b857066f942a18a624e19745a7b12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a991d272e6a34cebabed90ea9b8eeef4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "74fd2a8090f948bc97e47d9b26749213", "region_id": "RegionOne"}], "type": "reservation", "id": "04caa1121ce84083b840bee853bc079c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1d94b3de4d32419a8757c6eca2e21827", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "673594d8f4664cc6b1b573bb14ba4507", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "af4692996feb4f1ea004761a5a72d329", "region_id": "RegionOne"}], "type": "function-engine", "id": "ee5abb77ca4c4dd0b5518842f1b5678f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "95386d0efb224fd1a832dad2831d43ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1dec435e23ab49d88ed7218083a4cbcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c14e3c4a160c4735960e103c92d73313", "region_id": "RegionOne"}], "type": "accelerator", "id": "30751495fa154a9b95fd7f90913c2988", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e93103cb5f044e9d8b281715696ff312", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fce87f0d7d374b8b811d7441ad093467", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8a19f2ecbb634dbeab0f1a6d61d1a311", "region_id": "RegionOne"}], "type": "admin-logic", "id": "55ef9f83e8424b769d480ab20082944a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c70d095cd68044bab2bbfb5af0de917e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "875f6b25f36043a292fe664c39fd33f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2fd5d6246ad247a78fa9ec64d43aadd6", "region_id": "RegionOne"}], "type": "registration", "id": "e712a61f21fe401b8bd24e760c793d5c", "name": "adjutant"}], "user": {"domain": {"id": "798b7cad5f4a4735a394d6615bd0eb20", "name": "f32610a68eb3472fb4c1a99e86b6c5d1"}, "id": "ab53d96359d2446ea87015ee65fbb428", "name": "d101561b99e9423c874bb1c353ce18ed"}, "audit_ids": ["974e5cf8f78f41078ad6999acba1b564", null], "issued_at": "2019-09-19T09:04:44.802024"}} 2019-09-19 09:06:44,956 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,962 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,966 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2019-09-19 09:06:45,019 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,025 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,029 keystoneauth.session RESP BODY: {"description": "Example zone", "email": "test@example.net", "ttl": 3600, "type": "PRIMARY", "id": "1", "name": "example.net."} {23} openstack.tests.unit.cloud.test_users.TestUsers.test_remove_user_from_group [0.315553s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,842 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,849 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,853 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,857 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,873 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.778983+00:00", "project": {"domain": {"id": "89ef291b958c40db984197f5caefd444", "name": "21fd585476c649c39ccf32c8e44aeb0f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b60eb948141f4b47a117bced58f5ba86"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f2ed2ae0539044a6b61f2cc0a9a6c583", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b0e05f6dc47641caaa129a03b390dcdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "780bc0e7e51b4eefa7a4036ffa3772ef", "region_id": "RegionOne"}], "type": "identity", "id": "c58d8e6439ff4449a5e80d609da5abda", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "565fcf29c9a24742a042759cba6a302f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8e1f7ebcd12a46b98e11939f510bc53f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "293b6444448843f79f735ac375b03192", "region_id": "RegionOne"}], "type": "compute", "id": "838fc8ece91d41c8ae2ebfd82aa7f25b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "67739e6371d440ceb447df942cf68c55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7482ea7ba1174607b459c76197d1324b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "30b8b78760d24b928d76520766a2e0ce", "region_id": "RegionOne"}], "type": "image", "id": "f6d71b5f951b4bb59e0b06e4eb1fd7b1", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2202ca39563f4e50b3dcd3ec90915428", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "402c1b2e68674d22abae366bf0bf7a93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "09b12126599c4d93b8146cc846b50a6c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d0ac690496794c99bfa8689143be85c1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44d9e97a98d94caaab996ab0d8975c7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d6ddb7495e544a4992c35eaca727406", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe03f968df7d4db9aa9c22a22368f090", "region_id": "RegionOne"}], "type": "object-store", "id": "41684a9475454050a762f6f280a40084", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "37e1773fcc5841b9a3ba22c692dd5f4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fe8cf099cf8c411ebf75587557f7178d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ae44b16fa6834d1cb91edf2b745a5620", "region_id": "RegionOne"}], "type": "clustering", "id": "8ece0b46fe144d09996131296316cd55", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6ab35431ce44418993d109fd0abe6115", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "43bd674c51ef45beb31ed52b1657cb2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "efe57ddaf2d34e5682051cdcc621da42", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9e74a8d3121b420cabbc5520b6c82777", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "539e71828dad40c8a59e2e2634322951", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3253f7548af0456c827ed9639884290b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "34ccdf59c5de4ad9a45de0db619712fb", "region_id": "RegionOne"}], "type": "cluster", "id": "ce13630f8a0042c8af4d216424fdc40d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2bea0c5492184001846dc03100bb4eec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ed1af302b32943de9f73c73253b9ba86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f90fa05b517a4dcfbea5dcb6ba4292ac", "region_id": "RegionOne"}], "type": "data-processing", "id": "922926313ac0494fa1dbde3328e13c89", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2615f34075d94cb0934fef84b5056edd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "42ee7aa61443458e81ff590667ae8cd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "34f11f1ff5954041bb1dd28b7985d9ef", "region_id": "RegionOne"}], "type": "baremetal", "id": "a953162eb8e040d184fc44070a670c79", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ff8ffd1abe2b4460a1bef54003844e5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f47b140c7aff4192b799c875065b87d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9d0f57ccc4f943a784534c16c2181eaf", "region_id": "RegionOne"}], "type": "bare-metal", "id": "02917e92ad2843b4837ffe61dfc13e04", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1931e277c46d42728bf0d56687a4cf00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3eae3f28612a4b4580c3ed2bbd81260e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f92f89fef0e445cfa9199941e99b8ab4", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8abd10f7ba94446492d49f06c056eb03", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f4e6aa7ce88c4ae9aa66d3f5edb5c1af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3cac167af6ca4f48b4464f578b39b1fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0874018d366d480e858f4936d0c1a662", "region_id": "RegionOne"}], "type": "key-manager", "id": "9d6d20affa3c49ed932c9e07b6a50a81", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "acd4138366e6422cb6879dc1049c614f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ceb3b06f425947a9994e8360e3ad3f8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "71edfafc15e141e1a8ea481f63ea7cfe", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a1c5f493b08c47dd85a76501d9d38f10", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8ecb5ff212854af3bd5379a224c7231f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2efc8911751e4c81b669002b16765c68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "eb3a65cb56e34c4fac3bd00c83327b09", "region_id": "RegionOne"}], "type": "infra-optim", "id": "98c7791a074b4faeab42c58dccbd1518", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "21bdc41cbcb047f6a820103de76b2e4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d0a48f35855944cba88852afbebe2629", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "461ce329899540089e6e6d71c828b686", "region_id": "RegionOne"}], "type": "message", "id": "f694a1d2c57f4e5f9a36ccb18b1cbdff", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0da1564c0a93441e92674730f71e18b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ccee98c66cae46e1906b22f555a56018", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2785b8de46944770adc06251c0197467", "region_id": "RegionOne"}], "type": "messaging", "id": "d6f254d1fbfa4be28e0b3975f90286d8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "75bb8ccb306244caba5b678779c06a5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "72e86b533f144554a7313431e281321c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e4d5d31f5c0d48cba4c4627a45ec4dba", "region_id": "RegionOne"}], "type": "application-catalog", "id": "baaadfca34b8421a8a4c65f911d5f9b7", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "055da10343f74ba5955d5643275e0b01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c60e2a2ce3c34b17b3621c4b3c09d13e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "676bfbf8e12345dcaa87029850ec4e36", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d1e86d0d4a004029bdaaad5998cbe545", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "02e02dadd38c4b09bad2d1b8f71a363e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5199e95e768c49f2a979265a08699a9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c570e53be9642049feb267c81126189", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7a4430b86231499d8f7f43258e02a341", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "128e24f58159418caf0ccfd9d4293e82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e0c35408c2924686991571b723949f4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f4d661e878f8414d914a2c5a6f470169", "region_id": "RegionOne"}], "type": "container-infra", "id": "18a564f199aa45848e54221ee6303b27", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7334c7c0059242ed9407302affd4bc0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5c2a99eb58a94621bd91d774cae8eac3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b867d8fb504c4654aeab5fb6558bc755", "region_id": "RegionOne"}], "type": "search", "id": "eb946c4c87ba4054bd46c0cfabafd0e8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "752fa06e2a74432b8eaf5393db8668f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "bc803702d2d5416684d8c2b02fa59ff0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "19a3c673708b4d48997930509c5b358e", "region_id": "RegionOne"}], "type": "dns", "id": "84125e674ae944db811f04e7949c2fd7", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e80c6ce13a8f4490820be1bb3e47b683", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2a7275bf5839457fada1e42c5ca26f59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7552543040ba436ba6e9e8d692d98561", "region_id": "RegionOne"}], "type": "workflow", "id": "4db87f34cb3a4259be9006aa6c5a03e4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "411ec2ef0d0148b7b497498164dcbe2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dda6253940f64a9e975250169382f4a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bda6610c35014a2dae4966c679012bc0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "584a66f0adf64ec794c9625a4f4b0d5a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "732d18caa14d4cb2ba95ce623c9e2b9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "60ba2efccbc34353924fa92f58855975", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "24950f2b10844b43b447f7ab52daeda6", "region_id": "RegionOne"}], "type": "rating", "id": "2d52e38127c14e3eab95829e9cf96806", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "60879c8d61614114ad79cf58f4cb78f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d7380803c0d24c388c47242f3282fced", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d422ab9b595e4b258ceb7193a923e96b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6176437542dd492cbf7998a00af5a50e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9d89d7e9b5fd4e61ae8dcdeb5a924759", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "70769d943caf4608b4f2988270cb1cc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a2ada3def66544bda795ef491b08fc16", "region_id": "RegionOne"}], "type": "policy", "id": "9148a34627a749c0980cacf0f854452d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8e9e9847397541d19b941b6c961154a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "37070362b4d74acd89d8e8a241db7586", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0fa535061a754c8a8f84ab0ea3836595", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "3f0402eb0bac4b9dbe25c10db06275a9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3f483d30b82d4dbd9300341291d1152c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "510eadc09de14e5c80101f901653d43e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "128490771a69490fa719278751fc0e47", "region_id": "RegionOne"}], "type": "sharev2", "id": "347951e6d2a34942957394863858392a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a9de3f1ac448473a8797788b0b5f93ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fda36799ca0f4aaaa49ca3f46d75e06a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a177b09cc2494b449f259627d8a635e2", "region_id": "RegionOne"}], "type": "share", "id": "e1ffefe0edef49f8b5ffc5e097a8f189", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "62be12dbd1c24dd89c4d5557f5a8e94a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "83a66abd14534c01812486a6e47f976e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c4d0a4664e2944298127a35cca9aae5a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6e72f75db9f24857ae0281ef220de95b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a46b77a9108241569dd5853ef6b03c4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94f6536e06a24a05acb0209a7981688e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2d286dbd5e641e1a7621c39df191635", "region_id": "RegionOne"}], "type": "orchestration", "id": "f0d528013c064765a7596bdca22ca4c8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "617c2aa1f7fa4143875373025576aaa8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d502b527b8e2450daa8a0ed3b237523a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20cb1a47f58b4e87bea121d6d6dfd3c4", "region_id": "RegionOne"}], "type": "block-storage", "id": "9f4d6e05b59741bebeb262337dba739d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf4124eb87e34ca689926db2c6871534", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb028c09bcf24edb862be8ae279d2de8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70a1ba0c3d604b31bdf4516f7a48a9bf", "region_id": "RegionOne"}], "type": "volumev3", "id": "7117ab74c6b840e6ac71cd2aa20c456c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ad042144e8a4e29bf56846444e97df1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c54865d99f2440b9b34044a8644077b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c19f35f7b644068b85432d05e112134", "region_id": "RegionOne"}], "type": "volumev2", "id": "012c5daf466d414e99d9f0e7f98bf3cb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f13b78a35a042eca960f32298ed8d0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4be3ad822e874f71be7a97b0193df7a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "722d53b33b9e49eaa046cafa8028c1e6", "region_id": "RegionOne"}], "type": "volume", "id": "cbc36675be3844ddaa8a0413e4a171ef", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7aaab81a86224de4a69a60ac180c21e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2629acfbe8a94b5eb25a3a1fd1bd5b89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe30564a9dbf48fa84c9e5de95913902", "region_id": "RegionOne"}], "type": "block-store", "id": "29df9f0772524605aac816c97745411c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "910e32f8869d41cb8c97a8b2ae7e7dca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "de85102ca50c403cbe09d2bb89b0249b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d93bb08191914364be193481fea1d036", "region_id": "RegionOne"}], "type": "alarm", "id": "b09a1d082ddf42d884650106f4aa32d1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a522265b80ba400788220141dbe70198", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "df3039271f2d452ab0ae229a302ac52e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "008de690abe14b1e9799203a1457fbb8", "region_id": "RegionOne"}], "type": "alarming", "id": "d93a00c0bcb74f4cbd6ad93a53bf9ef7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5ba2302b2a9143929466c27c1836b3df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d824debe60b54385a9d8882129f0e2e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "55de2b5fff81458d91be0a6c67a087c9", "region_id": "RegionOne"}], "type": "meter", "id": "6cd6a24d6ddb4cb5b3641b34e310ceb5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fad8be4eab6440a5a6e1b0c51656b1c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f841efd26a3a4160a9bf4ce911b2fffd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "794b0076e1044083986a4ffde49a03bc", "region_id": "RegionOne"}], "type": "metering", "id": "b0cb0c614ed94ec0a31cbbc982a33826", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "282d10ee9f594f4c9eca638edd1e5f76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "efdf5d39760448fa8414a5e22062ba2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5948dcab01b7444e968884537166d918", "region_id": "RegionOne"}], "type": "telemetry", "id": "98e858286f8245d3aed79f47f279987e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6e8d248f42eb4198b58eba3e2083384b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b80c669c35954e66a626e200af810023", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1671a071e5a7443682d723fd78e89c10", "region_id": "RegionOne"}], "type": "event", "id": "9ae97fa092c34a8b9f72f4f481f3be30", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a21665bd5c624e4c855c01b81c7062e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "10fec3fb78e74805a7cdca5be12e514e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "eb6e0985fe134522b8552041d1d29d82", "region_id": "RegionOne"}], "type": "events", "id": "7f8212b56bab4d1485644ac273b98964", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "94dfd6ec5df1406bac82edd36141f298", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "05c692a48e9248b2bbf542aff7fe3320", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "53e48e9e66c64a1f922f312f3f97b146", "region_id": "RegionOne"}], "type": "application-deployment", "id": "dc4f926c572e408fb3864117d696c384", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "23d83cd9c3254177b5c57248c0ad66af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e2989a06affd4c89897552789c9caaa1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b333ade6876b4212ae603aea6acc9a87", "region_id": "RegionOne"}], "type": "application_deployment", "id": "85bd8c3aff224c90bfb607c3ad98a8b0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f55e376fb62b46a9817cd0566a1324be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e204b6f0ad2441458c87a593e1411f9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "88aa9bf37734464a8f485334b622a634", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7127915e986d4cdba4b717880e131d6d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "956eeaedc0604db6a14ab64ea580d154", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "60bf38b467f84315ae351e4e01b9e6d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1d37f7b6a0de458d8f0df052dfe38289", "region_id": "RegionOne"}], "type": "tricircle", "id": "5d56232fad9640f09d5e04f20fdf0980", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f9f5dfe54c0e4bed8d8e3687b4f79eaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "12f5b2f7f0604d3b8736e10e3cab4a62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "33ddb675357d41c780f034e2baeb3870", "region_id": "RegionOne"}], "type": "database", "id": "ee2f4a42403b47889e90984b74dd1403", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "48afa82099cf453eb74972d66fa44f92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "76304fecea984080ad7f8b5985763eea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "63bbb87e4cf34f19934a23eb37c57d1d", "region_id": "RegionOne"}], "type": "application-container", "id": "c30c0a77efb94c37ab1d981b14a404a4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a74e0b261ed2427cabd5eab7ad9a0335", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3d21bd141bdf4021beee5b9bd6f5c2c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0e94f14affcc47deba6e05b668c46005", "region_id": "RegionOne"}], "type": "container", "id": "5aa166ffd0e341438f1ceac535b6f633", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "00a37d0af7fe4bd289fbd65c59051fe1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9be3e3b9c49849a5adcbb1f52f1f5d88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0e20b16d33e640f095c87050331001a2", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7f1a0762ce46436b9f8ee9c9b0c31b4d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "39a9dfc6388c47e1a95a4ab50ee9b75a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bb1701ae5d824960b93b9510f5f37790", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6a2af2218fca4159b02bea80db2cdcff", "region_id": "RegionOne"}], "type": "rca", "id": "ede215978c474a5788a4a57290fb45c2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ebf870918dfa45b29d3a50f0fc9b4e70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1d1885f721164b54bdbb40436fbe9de5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "507694c7c2cd45f995217cf26e388f97", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d79dc959c2154a9881f485d039610662", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0faf29c41c354c709acd2fc659958019", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2f23a82ba1054ab39734329542611943", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3cdce827711d4ddbad7737be865720c9", "region_id": "RegionOne"}], "type": "network", "id": "9a9f2befc4d7401c829cd497f1e76201", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ba4f91f39c8840cd8b4525ab58e6fd26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "952b48816ff241cba5824a0ca30385c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "fca1329229b042a592acd46ebf30a963", "region_id": "RegionOne"}], "type": "backup", "id": "cfd2854b7fa4420a9f0d493a8334d91d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0b1179f7122f4aa68728e848921bddd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "73c2e2e5367d46559bff091912f92d54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6cf3a1b72b9144c0bb0ad4de06c9f4f3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "37ec73f5848d4b58a5b2916d65218136", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "38955bb5326a40b0bb5704a15c2a9136", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c98106f67fdd41a881ab4bd7e873b918", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1e9ff3a7a5c94c1a9c54019dc861dfd4", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6469d44ea0594821a10953f61b2cf755", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9bee09d1069242839c03be880a7e3171", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "17cfed2459794b3a94538f7e7c88edf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "12b569644b91443e9f3e76993246b672", "region_id": "RegionOne"}], "type": "monitoring", "id": "494eacb9a81242d0972f8beb13d31a77", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "82cbcdf4759a4a64851fb287d523ec48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b470ee0aaa0447b8b9cbed390d1bc285", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5fb99887c695474ab3f78e80df677b9e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "109084bef7964db685d0248371138c3d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c170e7554ab8443cb3c6c0344ae30ff0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "329c42a0b7ad40edb92bf234aec40dc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8c3e1195923f47c480e5190ef4c34d86", "region_id": "RegionOne"}], "type": "placement", "id": "29204465cadc46ca9a53b6ec23a25b1b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "51a5dd3ebfae4fcdb9aeab71648aeff3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "facc3a7dfab642648f65f037c3b9090b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0ea6dd1377cc48c3a34da32b13b07b0b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4fa541951ead4616a15938c8e591fb3e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "50c597c4fe3746e3b1ced98d7d24e125", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1f60b4bf6ee64a038d550460170d0ea0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "528451518fe641c689e7a817ded3b143", "region_id": "RegionOne"}], "type": "ha", "id": "144df3104b8f4c98a73ae2120ee33a87", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "07e1390912184150986b0a8a12427d79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "923def8983234e21b96abd4dfee5cd5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8ba679a3d6594c8b94001e2374cb5e76", "region_id": "RegionOne"}], "type": "reservation", "id": "76d409b22200469a90fef9c52b5fbf8f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a3737afb05594d168a5998ccb1a86308", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6a8bebcc84f54e8fbba7723f8b2e9a04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "27c958a8feb84402b42d150a69509041", "region_id": "RegionOne"}], "type": "function-engine", "id": "84be9d65106c4d5f8eeb6acdb14d9680", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e47942fb7f024001aed8f0aa290e0a6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fbe23fe6b2904cfc85ab603085db140d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "402d001e1f1c4edc8e356457be2a0c73", "region_id": "RegionOne"}], "type": "accelerator", "id": "ce2422b953e847c9870260b954e63d95", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6caf8da8394543fea92f07373a03fe47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1eaffd7e4b7141b59f1b596c2c67b7e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2244fa92b17545f2a75887bd673f0ebb", "region_id": "RegionOne"}], "type": "admin-logic", "id": "cfa78c072abb4fedb6a6af4ec9e34bc2", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b0383de497a64e1b809a3ede0fe85a9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a7eb43bc010c4f9fbb6d50a2e3b63f53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e1889e558c964f48904f36caa6960790", "region_id": "RegionOne"}], "type": "registration", "id": "969bd676ec8741a490d0fa8b5c49b7b4", "name": "adjutant"}], "user": {"domain": {"id": "dc051b745bec4d09bd8a0dee40a7fac3", "name": "87b1f52455be4aa0a95b3ae4c9e5d5ad"}, "id": "1d97d6a7a04f4ba6b26c9e339203d299", "name": "eb05da33ad9e42d2ac2b6926f2e3a522"}, "audit_ids": ["dcd9a6a6115a4ec387fd5377054be83a", null], "issued_at": "2019-09-19T09:04:44.778983"}} 2019-09-19 09:06:45,009 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,016 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,020 keystoneauth.session RESP BODY: {"users": [{"email": null, "description": null, "enabled": true, "name": "username-2", "id": "1884689570424ef185c4b4710ba423b2"}], "links": {"self": "https://identity.example.com/v3/users", "next": null, "previous": null}} 2019-09-19 09:06:45,043 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,050 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,054 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "fcd2290e268c4f438dd3d0eb0652b7bd", "id": "28c962c51251486b9a702b6848f7ede4", "name": "groupname-4"}]} 2019-09-19 09:06:45,080 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/groups/28c962c51251486b9a702b6848f7ede4/users/1884689570424ef185c4b4710ba423b2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,086 keystoneauth.session RESP: [204] content-type: application/json {26} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_get_subnet [0.220312s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,945 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,950 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,953 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,957 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,970 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.883116+00:00", "project": {"domain": {"id": "197ee42efed84a0f98d1a15a7c880a48", "name": "23ace85575534f2b963b54d5229df206"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "85f1797c6ce14f3f9b360c57ed53bd4e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "aa44e56fb0b34cf2b6f407af8c967513", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b7dd5a899cd9418ba20bb30d74eb2004", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "546e83097c3e440db89bb79aeb478248", "region_id": "RegionOne"}], "type": "identity", "id": "3550eda519174260b916a994bdf6c5c8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1ac615de789445a8a117bd04f9b7008b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cd13e3edfc89432cbe9de222f7a38e90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "333f740502494e6b9c3cdda0bc5d15fd", "region_id": "RegionOne"}], "type": "compute", "id": "8edd60e0873f4107aeebda64f487696a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "299ac25ff44646fa99678bc73a0e48ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7ccc76539d994ac2a4291a0d6e2b5622", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "bb29ff8ccffe4e31a4ff20185e47e5e6", "region_id": "RegionOne"}], "type": "image", "id": "8cc8a326278f4b0fbbb56d12df18eb94", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bd64e4d00a304dacb0899106f15b257a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c6b0de0f8c784b9f9af97f5f9ac95889", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6b9584f1d3234389b53be8cf5b808bf7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "3b03b572457242f38d0aaa09fa59a3cd", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "916756ec4b0f4f6681d70eb6fac1a482", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1323f604cbc24e68886f76d386833251", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3a7657607cb4878a57b1a565abd97df", "region_id": "RegionOne"}], "type": "object-store", "id": "b86354e649bf4e72bfc449951beb17c3", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "323994c2879b4ecdba53e3910d7db85c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cd3860bd9fcf46c4afa96a18ce2d4995", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4ff3dd2c50254ba69e07d54015b5bb9e", "region_id": "RegionOne"}], "type": "clustering", "id": "a02326ad852544078e27df60600f07c9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3fe1e53d436e465e94799ff68e13bda5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d8fe63d4c77b4714a9f5d8582a023dd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "547dc8b2bf734d5b8b633f5a507ce0b3", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e1ffd1eb08684f5eab2d595e1a867f65", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "230632455c09458fa475ef99de159886", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5a0fbda750814600ac9a940a53f32290", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "74aedf4036f4412d8b351973dacea136", "region_id": "RegionOne"}], "type": "cluster", "id": "8214125117fc4af5ad481212b7ee3175", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "21cbeadc02ad4b84b0ce378ffe58b8a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2eb085e0233045cc95305dbfc8680cf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "24bffa081a9e4ef7ae05635a0cf20b61", "region_id": "RegionOne"}], "type": "data-processing", "id": "bdae85d34b224e8f945bfbdbe544fbf2", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e39b4270b36045658a36f793db0b1b85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fcb1a6a83e8344218b609dbea95a0c84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "37bcd831455b4b48a1a589a5393b2319", "region_id": "RegionOne"}], "type": "baremetal", "id": "c43b661537e541e09ca1383eefb2fc23", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b0326ffb5ebf4c979ad2457c3bf1a4a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0e464ea2b74445a8af1f401dc58d892d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "736520de4904414981431b4affe74214", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7b3778bbc712497cb95496f9f696ac2b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "689d7ae72ad54435be7a8a285157e668", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7e3dc23054b747e4aced7b48226ef641", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7e3a4bfa6b274f2db2a235540f510355", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f47cbe74635d4fc98d37d066ce34dc17", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "dcd48cb738914374870ed32a9d67ae5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "169f876eed014fd5b4b07de06f50c8e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c4a6e8536bfc49cfb693bddf271a84e5", "region_id": "RegionOne"}], "type": "key-manager", "id": "43cdd4fae72241e387cf2ca36ecec032", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bae94ee1aa274e939924c7ff170cbb3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1875400ba13b43a2a5de34154bc475dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "27fb4767da274b16a74a1e7d78cf80bc", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e7f58b3303ee414bb1916d5af39a6d4f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3012253977b64b788fd74bdd707fa351", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7a8f6e709d624bff87dc8a53fc80138f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "340dcd4935b44d40abcb064084ea9dca", "region_id": "RegionOne"}], "type": "infra-optim", "id": "835c0bd9070247c9a9477c3cf76203b6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "76cd10a1bcdd4b44bd4ddd5e430c89e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a0a8523aff674ceda14feb6c533e1109", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bdab8858079e4d0aabf51dbccdce8e28", "region_id": "RegionOne"}], "type": "message", "id": "8d5b592d94434d888a528844501cb34b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d8f655805fc849cf877f34708c6bb718", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ad21ac7cbd9347b9b238a7412bad65a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "06596fbbeac746cc8a93d8595860fc50", "region_id": "RegionOne"}], "type": "messaging", "id": "1c598cfb4f164f2e98cf007c349fb156", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "65c6b38eadf24552943e054a1e91e233", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "efbc84beed56431cadc66cfc459421af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "25d9d232ef684181aa9bfbe68ed10980", "region_id": "RegionOne"}], "type": "application-catalog", "id": "416fd8995b71460e897181b2b4f23e4d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ac08a851db264d7290e89345b8e5d064", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e92bc81c37c045168093dd3062c93254", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9756b2be16e04794a11efd1aabe0e95e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a2a2f2ca10314cde89e6bd5c037abf1a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "346826ffe4b04e03b75eb84fe8a07585", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bafdf3eb075a4766aa293e55d12c8610", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b1693bb43b94f5cb8b4446a919e73bd", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0e90e91c6d7248b18570b4ef10605ade", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7252998cc09a4f38a549e82d764c4973", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "62cd74db13e843fe9c9d81f7c4758090", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a56818c4a75e4c0aa9e348eafcf412f7", "region_id": "RegionOne"}], "type": "container-infra", "id": "a41369e80151439b88a3c9cd272d0367", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7eb09dbfc7c64a70b206d58b3f77fe3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "58aad9faa7484c56853d291c6d93a84f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a164bf140279432ea3acdd40d16af430", "region_id": "RegionOne"}], "type": "search", "id": "18365d7830004a6b8e69e6b475b9f5bc", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9811b6366edb4a5c9c2b2554efe60456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "7c2a23849c1e4983870aa8fd2847eb8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5a7a4f5548624986958e51575062ca3d", "region_id": "RegionOne"}], "type": "dns", "id": "eb4cb2bfc8a24d73b31fbaf32d33aa04", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e5ff8d5892614ebfab1361081022ed27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0d425607d5114da0b5332315dcea7fc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3c9b2d153f1d4477bf8788244d3f458f", "region_id": "RegionOne"}], "type": "workflow", "id": "341d425a21f2443c944b222af006969f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1fb28a8f4d884cb79c876607147f7cbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dc0a9e6641e442b0aae5649b0fc87e7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7a6390b4729944909eda500da7589fda", "region_id": "RegionOne"}], "type": "workflowv2", "id": "eebfe1fc10194cb5a927431872b05a04", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "227bf926f101452bbea1b95476a7bb5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "062c6e96a5ca4adcb18335f899110c96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "787fc72a279b4cedb641bb519dc3f18e", "region_id": "RegionOne"}], "type": "rating", "id": "5e75ba0ca8744fdf9f77adf6bb396eab", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6c80d3a7d1c648c686941bb5f6c6fc37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "aa9693f1c5fd413d990d61f766ab2692", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "dab1b1eb22ce4dd786bcdf1ab96b5258", "region_id": "RegionOne"}], "type": "operator-policy", "id": "0194a22a55644d61826c655fb5e355f7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "377683525cef43a5b99d2a3b7065da94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ed40a75cbe43449db2f3c68dbeddb313", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "985f92f816ce43948304a9c754f6d8b9", "region_id": "RegionOne"}], "type": "policy", "id": "3d54514d6e274fdd8374078207533db9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0a443872f8fd46308a9de931f65ec1f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "adb45f3d4e9e40bf8204ad49e67e7898", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "59158d58e6984b7da5dfde63f4f93f7d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "aac2050805414c34928bc4951d8f6acd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b5850a09939844fdb674613c80b35c88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1523686d5b4f469d9de5323beb6978f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "154dd618c8ae46dea8aaf16b6dfb6da5", "region_id": "RegionOne"}], "type": "sharev2", "id": "406bb631d9f54a168d434a9454f610e7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "da66dc60409d4208a3d6baab56b75c2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6c53b9b4fbec43bfb570a8113d921c96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "db3f0000cc21432795e0404d715f03f0", "region_id": "RegionOne"}], "type": "share", "id": "a5d539489dd74d40a1ecfb89d5d5d13e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "448360f12da742d7885e52aaf2d0378f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "aaa2fbedbccc416fb91ce4ea18baab81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "bf5a662c8041411bbaa35988059d31c5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4de2d414fce644cfa56fe8bf1b2c79aa", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e002372cc774d1fa98ce02ed80f025f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72de06ca57754e3889b4b88f39e4a757", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51ec6d2811d24745a7148699825291dd", "region_id": "RegionOne"}], "type": "orchestration", "id": "7025dd3d93824294afa484537c0d87d0", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b6588eca4ae49e48fd8c991077d2de7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1bf14e46ab347b585f5d6bf38beaf02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00b391acdb164128879531aa73cf59fc", "region_id": "RegionOne"}], "type": "block-storage", "id": "6cb270a30c024b06b31248a1737aa244", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e1107afaa184a78a990873ca9dcc2c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9bdea4e66f5f47b78869a2f1eaf1c204", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c04b9bdd2d014bd8b31191568b8e5d77", "region_id": "RegionOne"}], "type": "volumev3", "id": "b8d453836ccc4fc6ade5a106c15dc467", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64b0c4b5d1784de0afce9045ead0ae3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "876573e648804c889cc192952ac98656", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3870261185f94774be95be18d62a131d", "region_id": "RegionOne"}], "type": "volumev2", "id": "572026269137438f831594d066ba7602", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7626e8c63eda40b081164513211d5d6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4ce6447ac8e454983c18fb681a15508", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bc8156b86bf46fca4c2850a6a21ec24", "region_id": "RegionOne"}], "type": "volume", "id": "44bac5b46a0143b1bdc1a355601a7c91", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a928d7f138e475bb7f973dc4d8d6e57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a90d5fcb35a740be85455d3341fc5eb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38d224657b15486aa640f23e3acbf942", "region_id": "RegionOne"}], "type": "block-store", "id": "cec018d529664d80bbb68c56777ecff4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7a8407c412ad426799f9c6c7fbec577e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b3f810c042e341c99d339ca517f477d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fb2b48ab9714440c8582bf3ea1c1fe99", "region_id": "RegionOne"}], "type": "alarm", "id": "38c654f43f384425bb21c26df1d306a1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f5046f17776c46d4886485938133a7e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a69adacab0904f7092889b7fff158ccd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "89aa25482c0b4d84940955243fe404f9", "region_id": "RegionOne"}], "type": "alarming", "id": "ffbad178c7e74843bc634d3a003f4b66", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "080d089874ac4e3eb52e2b63d60c7047", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f4bbb5308b164a558d05b6b431afba7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2d7c7b4c30d741c29a6a2587acf95731", "region_id": "RegionOne"}], "type": "meter", "id": "8a33713fab264366b556ecf6aa6bf279", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a3354c6e91a44d3a97bde4a2a2ef2dcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f5c5e0d8f77c444ba289db13cfdb1a4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "40b325760fca495fb7f73336d19816df", "region_id": "RegionOne"}], "type": "metering", "id": "87c43bd785394429ab2c3d0ef35481d0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "de3375c849c24ad68685922ade6008c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c30cb6b4181b4e899d89436f491710d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c06bd2f7cff947fe88a789c7d948117a", "region_id": "RegionOne"}], "type": "telemetry", "id": "7b101648198248e98426c79f4cc03b53", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "93d4a1407e054ceaad7299e08b96d0d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "abce5409395c4fc59bbfeeb5092430a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0f72ce41fcad4f20ba2e2a88dda34f7f", "region_id": "RegionOne"}], "type": "event", "id": "8a43dd2f47f640a5b95e23e6988e3bbe", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2f68cfedf76e459a9dfc1e207aca24ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ff747c6f1fec4ea0b3bd806a835fc5d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a1b3cf65a9f04c329f3c1ca241e86d1f", "region_id": "RegionOne"}], "type": "events", "id": "31cb5b0a5664493a91b5d7b9ce4359a0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "747ebe782123432da13c76111ec5194f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a247cbcfa25a47abaa7ab35e0f0b372a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "475fa8583cd2435b9382868ba3d554c5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "5d3d7e85a8784fc1bde51e4ff3f296f5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a39b8db60b05473dbc9f83f719bc88f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "812995e44fe14d04885c915b7e87ff66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3e93c389c96e4070b7324a3613d9f942", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6b962317f30a4b539ae0c10c89be95b2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1d0cb7b4ecf14edb91406af8e5138781", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3e6f73fc9ad54eeea833aa844f8abdbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "eaeddaacced540318d649d4116f012ca", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c3bedd58518749eb99e40bdd7ab52dad", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f92c168f39eb401aba0975f2e9e1e102", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c4473cf5c31a49a49659512602e04160", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5fb17002ed8241e5b97277c0ce034128", "region_id": "RegionOne"}], "type": "tricircle", "id": "931c96a800124deda19ff37b74100883", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "633f7cba18b74f449d66babd21fe320b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "82fb5a1bc73e4d838c055c049d30d8ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "cb85ce62aa0a445c9d48cda35353e44c", "region_id": "RegionOne"}], "type": "database", "id": "681346c9822c485f9d233e2dc5024a75", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6c7db8d9e0fc455282d7021e2e46876e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "07d7504c9ca64ef590e9d0d97cd37f68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "742093c882994276a82436328bab716a", "region_id": "RegionOne"}], "type": "application-container", "id": "50f457db40df48b3a14d88daa5db93f8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "725492a3ea8745e28ea61319421a28a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ef0eef4cbaa64e2caad3142fabaa5750", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "499bdab7b6c146eb86689717ca4057cc", "region_id": "RegionOne"}], "type": "container", "id": "898998e268004bf1b01e6bf30f58452f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2d82fab0a06844d5a204f2288cb53bc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b6cac02e94a445f38bce9148563d633c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ef9bc4e9e33d4faa999f16665897e9eb", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "403b3ecb7ffb40fb97a90821bd30a2ff", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "eb16e0b6bd2e499b8f455e1ab4b025dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "aa960d92480c4e60aab8a54e94f5a297", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "09c59a9237e34200b73a325b7c518e40", "region_id": "RegionOne"}], "type": "rca", "id": "0870b608da6f4555bca13c25b56de91a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a0bc5dd3aa6a4f9a9eb4547342d880db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "592635db3c0d42e5a7540e436df4399b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "27a6ce41f873419ba5594c4a3c2a0c26", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1cb8268bf19043b8a7dadbece6094b1d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f09418e329bc423ab2a9ab157ac86e7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3055c3fcdc9d4e498c357e664631fa7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6fb60db3ca684aefa3a6c9f3e88847d4", "region_id": "RegionOne"}], "type": "network", "id": "17aec0eebeef4756b08b2f6d91c23bda", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "611abb65b7144e81808039fd5b5b59ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "5089e92c4301412588faf3b503e09738", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0118e6727a744cf28e47f12734ec47ac", "region_id": "RegionOne"}], "type": "backup", "id": "7d12001d6f964313b74a71671f826bb2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "24ccf66578f240a9aadee52e62cb9576", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bf3b45a7a7a14851adf6b26e12d2011a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b942eaafe42342aaa943a95e7a0f708e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d15d7f36e8b74283b93cc8f44ff570ba", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ca968123a3b042c59866aa59e129df02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "43e0e0c1143c465da58c61653196b2d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b8e9aca63afb487bb2ceb80046e31b18", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "fad4d10891f744d8bd5c31eac115c587", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c4eab9a9e9ed4c31a8eb5797affce682", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "31961c66692a46389bb3009cae90d428", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "437def8a22eb4ce1b5bd5d48289c1612", "region_id": "RegionOne"}], "type": "monitoring", "id": "174fba1783964d57ab527af7ab060f1f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9341a477317a4681bc9891b7c2b5d55b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "27e7eabce92d4c09a0a5fc4400288ba5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "63b2c42ab44d424e9591fafdc0e79b5e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "822cdb800e324ed5bf001d6f36bd63c7", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3edb35348ba84d68ab157b52d0cbd91f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b8183127dd9b4700a26af4146f52a73d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f4ce32077d1a47c78ae01e7aa4291a43", "region_id": "RegionOne"}], "type": "placement", "id": "54295813ae2048a592a0d33d0926e7b3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "84a8baf4805c4f87a8b1b9a7fcd61b82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7ee2896c6a1843b5a5b4653ba932b5fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "25bf02a089fe483b8b0d0e60eca78679", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4a444af9fb4a4a9493a800c1caff2291", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9dfb917e63734f338f98b10526c8b695", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "264a53319c1a4d68b53563881c7e5747", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a5efa6ceea10464ebd3e05160aaa86f2", "region_id": "RegionOne"}], "type": "ha", "id": "028df90fbd0049f89968d76fc4697aa2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "af204e56102449e782db42120dc3a9b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3cc6febfe7da4ff593a14b93b15b0222", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "31155bcf1c4848b8b024a74773e46849", "region_id": "RegionOne"}], "type": "reservation", "id": "a32ccba38eda48d6b0398fd802bd8d16", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5a203949349d4ac8abb62ad17958f1ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "20fa8a1842d74bed933af1dd3115e8e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b5f6d03433ff49f0a5b70f5c874751b1", "region_id": "RegionOne"}], "type": "function-engine", "id": "b07389a5009446e8a707a604aa98107d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "413e3a0968734e1f9c00b57210d257e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e7c21cfa20b546af9597c413ac4b84aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "fa03d8502a29444abd4ba46675b58b96", "region_id": "RegionOne"}], "type": "accelerator", "id": "7d26764f339c4feba28a3a985d10ccda", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "750490d7d28e4625bcfbbd3c7c8ca75e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "716d350247204249bf9fd33459742f3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "38a03781f5d44de29e17301b0ffe77c4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "052c834cf0d94642988d90dd62555c97", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d3f8cc82d6034e17811cb8a81e5d8f28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6dbf00a2bccb4d2fa674ed78ec6efb26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "89e97223877c4bbdb6a19055716e4c7e", "region_id": "RegionOne"}], "type": "registration", "id": "6effd77b136c410995a6a5cd3da9ff45", "name": "adjutant"}], "user": {"domain": {"id": "d6bb75b9a75f429385cc9f07e5220196", "name": "43354656dc5a4e15a4bc2988d69ffa3b"}, "id": "d52948748efd445cb41aed7d81976415", "name": "c605a5c05f8d46f790d387955a2ecb3b"}, "audit_ids": ["27fab7e9ca134e6ba1c7b1664ef83528", null], "issued_at": "2019-09-19T09:04:44.883116"}} 2019-09-19 09:06:45,080 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,090 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,093 keystoneauth.session RESP BODY: {"subnets": [{"service_types": [], "description": "", "enable_dhcp": false, "tags": [], "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "gateway_ip": "192.168.199.1", "revision_number": 2, "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "192.168.199.0/24", "project_id": "861808a93da0484ea1767967c4df8a23", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "name": "subnet_name"}]} {10} openstack.tests.unit.cloud.test_server_console.TestServerConsole.test_get_server_console_no_console [0.181867s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,812 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,815 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,817 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,819 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,830 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.740220+00:00", "project": {"domain": {"id": "7be70766eb154dc88ac1129c5d0316f2", "name": "10f37ca05276472ea0dac16e322b852e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d3734bf4fb65481eaaf31a32953bf537"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "82c5202a895243be8a7c7b59118b91b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ed9bf30ff4fc44e8ace19ff99eb0e3d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "46f1a868ac06480aaeeb86f369bdd566", "region_id": "RegionOne"}], "type": "identity", "id": "7615cfd4eb6a4ab1be715ec1eaaac8d9", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "38216cec852741ad9b8751a429a9dd7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3d8f4ee4daa3448f9b6cbc150e6d2e47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a817878a5bdb4cb594bd7a9c2a922445", "region_id": "RegionOne"}], "type": "compute", "id": "2ac99770ca6a4cc2bac0c46a72900494", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "dc15a0e1a9e546028433a46db1e26002", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2fe1a0aceea643cc90ed694880d6305f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "9d59366f38a448058d0ed8e901dfed88", "region_id": "RegionOne"}], "type": "image", "id": "c0b41890bdbe49908f897dbc74366b06", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a3b12b80cd884fd2b22f8b607e2fce29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e13eeb857d184ea294b7afa83258ce1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "16f2ddc6fbe54072ac626061841d8380", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d2f04b3e0e134a9f842e32c0cc1ab1da", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b4cd7b77bc04b0d817aa1b92b6e714b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3139e41a073c411aacfc30b80c969fdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45f10547d1e9415b9a384a2eb5e9ad74", "region_id": "RegionOne"}], "type": "object-store", "id": "bf5b7786287740369c53b19a56f498db", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3b53da135ca94009983765c29a06ace2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7b0298b46c0043d8a1f7e6bd6dcb9a5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a8615444b08f4cfbaa74aee732ce854a", "region_id": "RegionOne"}], "type": "clustering", "id": "577318fb30ff4ee48b91da69f26c2589", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6e7352eda5ee4e54a0f142c3f30ecd41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cfba6fb2b7d74e29b529cd55c8a62d7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ac9703af0f654b47b264b56d9f2bf512", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "bbf192c292214d99b77c534019fd16ca", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cce9eb460b42433eb4f28c1ac20f37b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d37b8c242f9a4a65bbd953185fef60e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a7fde21f29504c17ad953acdcfc0399d", "region_id": "RegionOne"}], "type": "cluster", "id": "b7469dd189174cbdba9e5eacf9b67bd0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "05248ba1befe4d6a94afd32361d531e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3e67956eb71a4af591c8dea9514ed208", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "4903da05d99442418babac6e88e85174", "region_id": "RegionOne"}], "type": "data-processing", "id": "1e1ddd91d88f452fa63d2ee42d57b5b1", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "757e9758a42e47c58b5699cfb0df68a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "826ce9b61db440b094a09ef230a401d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a85ddc4dd19a46769076c4b30c20ad6e", "region_id": "RegionOne"}], "type": "baremetal", "id": "6253b9c1a3b54ba4ba1f167bdb59fcde", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6d349ded35244857b725d60a4772f1df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0878130353404fffbe5f8eeb8351d16f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7a79e0831a3e41178a10383580375430", "region_id": "RegionOne"}], "type": "bare-metal", "id": "061bb97eaddf4e33be785a8cd88fe1e1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "24a4d1c8ec084c58bfe67845649a0de5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2dbe1ae88ef14714ae443558951f080d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "14c8d614974d4bf29f56573cbdf6e3b1", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7db539f75f6c4340a481d3becceede3d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d9d3fc5273ae4aa4be8e35fbec637713", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0dfc675a132b4758837fbebe544a630a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "54d1b5ba668440e7851d8f43d1f0d7c1", "region_id": "RegionOne"}], "type": "key-manager", "id": "fe03f20f196446e386a2a5eb1552c04b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0239c31cfc954ecea65cec45215e535b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fcf34fc8720e4b56a7f915ba20593e2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "aca8887299644dbd9af1311ddede323d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6d70d9feb3df462aa319b4799a5f3fd0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "88d003d4c8f2462ea0a0456cc072e972", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "922b414c9f924be0a2052f16dd4f94df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fcb8d1e1625f4b8b8b866f4e1b36083d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4de342b9fbd347ce935fb25a61ebd840", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7acd617b1f6543eb8fcaf4ed821f0d1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9307448d99074eb0b8f0bcfe928db860", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "36e374b55bcb4d5e8e5be58d0d701d43", "region_id": "RegionOne"}], "type": "message", "id": "549909f458af4df2b446902759812d1f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b16f4d8a2c4c469d85a34f1fe32cdc86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "617a0c8de5c14f75b096e8312d688ccc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "67665768121c42c59a6c8bae0187aee6", "region_id": "RegionOne"}], "type": "messaging", "id": "6ca8992ab5844ee8a408ccbdf194da2d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "26e40ff9aea344e3aba08c18578b720f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "27125dd108cc47469df105528a4ecc2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d1adfbc1e0b64b5b90be834bff9b7359", "region_id": "RegionOne"}], "type": "application-catalog", "id": "629fcc47af9b4520854809f72b9f4fe9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "25e5b45a4bdf44d5908b0fd17bb72b8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e8f322f8144e40fb8945131c796ea982", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d1d92a5727614a05a299971525588ef1", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d3864e23b7c44324bf713c4c5d55770f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "31e5060123b14c81b0714014316723be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1618338aff77498e867d4024b81ff25e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c0dc2373854b4dc88255eff47356242d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e9529752247d4415adcac53ecfa40c87", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6d4e66039a414589890e683ac0694d83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "20296aadb5454f80a1ce942b48ae10ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bae44ca118e74f5a8cb594f325fbd8e6", "region_id": "RegionOne"}], "type": "container-infra", "id": "12c77afd8682445e84944eff08835680", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "03d0fd5da2a04d4c9786f515c8153941", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "639e9985064f4502a271b2d4752f2918", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b369d0ad2d3f404c8311fd2453a10b36", "region_id": "RegionOne"}], "type": "search", "id": "c10746a46fcd47f6bc55b84d40c4bb00", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "8f3a21df9020402e9cee844841c2a04b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "7a159ffd2e614b0d9ac1163c8089f211", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7b3bc6beac314f80a19f4fe504d9d7b0", "region_id": "RegionOne"}], "type": "dns", "id": "6075d3b2dfc245e8b3e2ed6b9973b64c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b69e9f5476e14eb0a2a1a0db66dae1a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d35063c36eec4510865978831b7d325c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "90bb892b9521414488dbed5fa52658cc", "region_id": "RegionOne"}], "type": "workflow", "id": "161b8054c1274bfd9daf7f80f29adbdf", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "592a09b740964aeab0b5b05dd36ad6a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f924b7983f0c4a0aaad5a3b53a3eade1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c62ac7305aaa46fc9773f55eb32ae9ec", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e806d2e7e3db4e2c9cc6bee6fdeaa24a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "41410f549ff54bb9b1bc26ec97b50a13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "509eddd9a2fd479c88eba07c383fc7d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9b5355c59e8743de9a7f35ee545414f3", "region_id": "RegionOne"}], "type": "rating", "id": "16b9d81df5ac4f0db36b673ad5b49a45", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0a98c8a5b90b49958631d98c854055bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "415cbebfd30b434785b44862b018bedb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ac204d18c2ee4aae87cbe63bea89a84a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a0d715d57f4a494bb12032862ba0151f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "86b68002ea934656ac5e349baf911b5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "388144f7d38b4961b3edb233e136d76e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "efe10b1ac2064795908be84712c74428", "region_id": "RegionOne"}], "type": "policy", "id": "a12c784ae73245a6b40948496dbeca61", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6685ee16aa904a9c825c8ad63a3fd601", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "331b2883b7984eb98e876c0bd486c0f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8e5f397d768e474ab9a8fb0190975bf4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "3e82e28ab0a6464b943285241f4f4d61", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "db25845842df44fbb9649d5c097a5477", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a5030e77ff9946b4b8d1bcc062e43311", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0bca3e498eaf4c15aef13277d6a2ba30", "region_id": "RegionOne"}], "type": "sharev2", "id": "aa66f77e109f4e77a24a9caf5c2ac3ef", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "388263f501e340adb71560bed98738d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "41c28813389f43219e58345e12e01a53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0d66be626d734827abadd52e847a488b", "region_id": "RegionOne"}], "type": "share", "id": "25465cbe322043279eca4e433eb368bb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ff9a07c994784cb2b6480c5af8d62b73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fc70692d6b97435abb8403524df5b281", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "660669ec6d8c405cba60d2b0b7b45cbc", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5e1e18e32eb24171b12aee36ee8cbb07", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07ba5517f57c4da5a0834df1dc71b030", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79d82a666b9148eaa46c59c5afe62e79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a9546f0d533404a9f6bd9f41be926a6", "region_id": "RegionOne"}], "type": "orchestration", "id": "6aadd0e19bc2418ab4c871a9411bd109", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ade5cbc52a0349fba9c825d6704fb2e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2624500b749b49b999302933489e6685", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd50d5ae3a82447caf0cf41db4bfab1e", "region_id": "RegionOne"}], "type": "block-storage", "id": "ee6c6c69014d49ad90358e287fff7e57", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7e99c10bd484e5f9573687f8b5e4460", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ecf7524a9c24841ba2c0d1dc842a439", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f448b4b969d4d1889a21a3733c3a696", "region_id": "RegionOne"}], "type": "volumev3", "id": "4f8752625c88436791e0f1ca1bfe9ff7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4abd9267cd8543c2bf696bb500167843", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea6164ea63704321a11fcdac44d5e8d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8eed544f2a7a4066a1f0cf5b7560a2f0", "region_id": "RegionOne"}], "type": "volumev2", "id": "18833563c0a8461ea6fce2480f5cf5c1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f65bbe18ecce4cecbfd49b5ee2b97767", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87a4765cf6f746aaae98b9d0da6a3233", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa40bb52a4e644cfbb91894623cf5e28", "region_id": "RegionOne"}], "type": "volume", "id": "3aefa88580794070996c56d8eb348d18", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9df2c93c15546bf97509dd6dd2726d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f554f00ba644f6587eb894212c21de0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f58b73262c6745448f8d29716f04d026", "region_id": "RegionOne"}], "type": "block-store", "id": "01a943660ff24bc5b86a6c1a748cde48", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "eb6115e372d146fc911ed2c64148f69b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d1bab61e007b4722851f942ae4e42135", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b563b5b0b07d45ed8129e38dd87e2f13", "region_id": "RegionOne"}], "type": "alarm", "id": "5fd8afaefde74d6a9bb39df8139cbdd6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "112af5e52acd4ca6a353996e4de71958", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7845fb35220a42b98fa7e03d9b9c54c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7733169b264448ca931aca901be31d5e", "region_id": "RegionOne"}], "type": "alarming", "id": "f99a046928394646838f4eeafdef3511", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "51cfee4a8362424ebb2992233f3a95d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3619fed9378244f1918e19fce5ee541b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1c3413a0135546a98dbfd4aab540c398", "region_id": "RegionOne"}], "type": "meter", "id": "8d5ce64b2e8d4fde85552a38b80321d2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2a020d0062eb4ba1b6742d35a50d1907", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7233bc2995424a3e9a23ff3bf639a439", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0392a46866144f3999f412b9498e3d1d", "region_id": "RegionOne"}], "type": "metering", "id": "18fc2403e51642009f4c2fc415140369", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9c4cecc3b8a14d00a42969e44adc9bb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "57a23cd5e0c1404a934932021b182fc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "958e08a5e5844c2197cfb8b4f676caf8", "region_id": "RegionOne"}], "type": "telemetry", "id": "47bbd6b50dc5436095258696c9953a7e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8b9277197ff9458caff5693b73956ffb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5c56def1724f4759a00515dfcd160411", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c88aa2d419fa4297bc7bbd47a681967f", "region_id": "RegionOne"}], "type": "event", "id": "3a6d0590f2294e4f8927719177d18bde", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "13f0a90411ce42bb9f5b625c77f72960", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ad66003f3cac4449a51d0b06eb1b1ab6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d8d1be5c35be4f11b35002bbbf869cce", "region_id": "RegionOne"}], "type": "events", "id": "f0e122ebc9d44262bfa4cb0fba77f642", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c04ec13a19034e3ca3f32da064cedc43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a8ea439f3c6d4a61ae0589f0acf7d055", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d9550b269a0a47e9b7b35a593fd2a641", "region_id": "RegionOne"}], "type": "application-deployment", "id": "292ab20c8fac469094d67265024f8054", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ce27fd9e50534d87906769d3f7a51e2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a87583bd80cb4d1d89c791df7a0435de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "98a5e6813b174bd4bcc5a2cc2b366a13", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1549e30fa1084237ac5d9e05467774d4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "51a4352d513f4dd8bcd269cbe91040fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a2d9f7c373ec4469bf7014a244eeecd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2e6069e1837c4323b79b36230b7bfad1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ee49985b2aab44c2b4fd6a0955639d50", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "91a389bdedb446a6bf444d2ac7ea4944", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fb13ac038c964b8faadabfa04c2d37a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "491635162cb84e838293cbf0bbd9ae09", "region_id": "RegionOne"}], "type": "tricircle", "id": "5d44ee0603dd4ea9b7c1387f6b5a996c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "647dd1e433f54d529a8ba10fb7e8c366", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7b8deec42ada40d9be71fbf8d0f8cfb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3ec8c489231d49d38884f7f6215a292e", "region_id": "RegionOne"}], "type": "database", "id": "a51ee51cc575472ea9ff2fc329400331", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6c6e9891a18a493faa84bd154020caa8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "46356f22932642c5980f8f4cc57ac355", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8e064f16a2dd43ae89419e5d9fbcf167", "region_id": "RegionOne"}], "type": "application-container", "id": "ff16e2e1ceae4666abc14584cd72b314", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c61f2af05a5e4963a1f16d90fd1717b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bb8a956ba9a34a1794c1d5feff7830ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3303996471b048c5a1207cf6e1aa999d", "region_id": "RegionOne"}], "type": "container", "id": "df52bd58fb4b44fcac2d0ceaafb3c3a2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fb9851f4408c40f78a08aa9395696778", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "858b393bb2824e6aa330aa4f1b28a79b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5a8cece9c9ff4ea1b49e9e659bf43245", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b35d2415f573463aac7498eec3e15f6b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "03f218f8104d4cad88c9a3d07970865b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "356e376a37b04d00b72f4cc9b1f5c6b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e42022c97bab437cb20b5e4284447c82", "region_id": "RegionOne"}], "type": "rca", "id": "9eca680859d1459bae9ca52fd87a4ce6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "051aae27d4504c9e94dc611d2b2a5afb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a62d5b7578cc4314802a7345d8101813", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ecc70c4942664842b7281d3979eaacc3", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e983cd3249a7459d863a031c19fbc93a", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "cf57ef78b706448d819d2eff2fad08bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "0e12c1eaf3ea49cc910136114277a9fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6e500ca73d604c8f9b9d083cfad4f354", "region_id": "RegionOne"}], "type": "network", "id": "6abb3b23e44f4c879e08f56ace93cac5", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e0fd2e7d8084412ab10bfe45396e50e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2663a6c29e0e4c278e65643c7039fc97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "425fa16446e24efd966db0e611d14328", "region_id": "RegionOne"}], "type": "backup", "id": "3115bc4652104d4790ebe2af8dfbbf7c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3dfc5959ed8740caa3540f8c0f17c5af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5e760cc92c8e43709ba63cd84ec3e7ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "26e37569d50e46fc9d7cefa643e223a7", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "71d7488a16d3452a8a27d2e7486f8013", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "398fcbf2959046caa9ae3ce684c99f01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5c848cda0d0646fd9467297863482455", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b777e2be427141c9bdf3edb8107bd623", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "76c6bc3ea6c84096a00d4fd97b33cb15", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ae1123e153c8466ea539a0920907a51e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "027a4d9382e641a9a0677d09c2620fc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "831942d00c3542ce87f159e8315fd4d3", "region_id": "RegionOne"}], "type": "monitoring", "id": "9fb38b172a8a4adb9de98d796804b536", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "00659966535f4b73af4a37659f28485a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1e7f94c4c7364f478ca657fc0593fb14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6de201ba9d144c26be0bb355c529374e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d9b3bfedf2c84788845bfcf44f7e80a6", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "df1ab0702fff4f19914efe336864f222", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7ef58594430542ec8a5d863e72c9a80a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e0dd02243dd14a8496116ab0a08ddca4", "region_id": "RegionOne"}], "type": "placement", "id": "87afa866f9b74ce08c831c5d9e9dee79", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4d4b86159a974b03a56792cb280254c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8d3285df9e8e4cba871e2c6e3407048f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "39543b8a2d4d483fa29d9d6c841f54eb", "region_id": "RegionOne"}], "type": "instance-ha", "id": "dc162c29f80a4016b872d6dda18e8a28", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6681adf1ef644535bc4d710bc78639f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f617af9dec0a4e618420c32aa652ebc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b86ba53548454af8a10d744c26674e17", "region_id": "RegionOne"}], "type": "ha", "id": "9da82e26142b47baa24fd5724c129cf3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fc399604397a4b7da531336213569c53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "85211804df8e4cf1aaca53a97da3064f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ffc914dc96c74baea62d0bd9c2e6c2c2", "region_id": "RegionOne"}], "type": "reservation", "id": "626d3698a810491aa5372c00707066f0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "29aa4b521ac748a69b8647c5e78be151", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c8d4161153c4431d8cdd6c401a1eec86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "23316e82f7c04d529980720beef7eee4", "region_id": "RegionOne"}], "type": "function-engine", "id": "9459540dd9ad4395a0ec176585dd01c0", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "083c13efee9f42f6aeff1c54deef0242", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9e89f93b10bf46cbb631f4c47c1625ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e574ad659d6245eb9da7bec7470c5ae2", "region_id": "RegionOne"}], "type": "accelerator", "id": "009103c8910f41d39c3e1bdd18081430", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "91e1d09fd37c42968c35b5e67ad58e02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "72c74c6d918944a68bb2fb1f8bd85210", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b8a74678b7eb411d94322b1bc95809f0", "region_id": "RegionOne"}], "type": "admin-logic", "id": "083d30e7e2c04f6685d353916708b69a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "717e796516e942e5884d4e1b60499c71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "af440075791e453f9fc22ceb026f84dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "37337883f397481a88bfc43d55d67af1", "region_id": "RegionOne"}], "type": "registration", "id": "b4a71691e4a4486d836d23a8b96d2440", "name": "adjutant"}], "user": {"domain": {"id": "c885b88d4c95472abc24839a956871bb", "name": "253eb4707ee14bf8970eb05826bad256"}, "id": "bc0106ef191d42d0839245d935ee3f87", "name": "a84d94a74efa4ef5b5f53547e63677a6"}, "audit_ids": ["77331255836a4407b538274895ac792a", null], "issued_at": "2019-09-19T09:04:44.740220"}} 2019-09-19 09:06:44,909 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/36de19b6-e17f-4f44-9f32-414399ef24f5/action -H "Accept: " -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"os-getConsoleOutput": {}}' 2019-09-19 09:06:44,914 keystoneauth.session RESP: [400] content-type: application/json {27} openstack.tests.unit.network.v2.test_port_forwarding.TestFloatingIP.test_make_it [0.064026s] ... ok {27} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_agent_get [0.061716s] ... ok {19} openstack.tests.unit.dns.v2.test_zone_transfer.TestZoneTransferRequest.test_basic [0.061674s] ... ok {7} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_add_bad_security_group_to_server_neutron [0.364336s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,828 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,834 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,837 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,841 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,854 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.769204+00:00", "project": {"domain": {"id": "643706f0f4924b37a1a2a7ccdf11f100", "name": "75bc79af8dd24c4db92053f7a45a068b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "78936a5f009141b7af242ebf3710e460"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1cdda9cef90d466997dc2b09ff831a66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4fca21a0868f41e4b3fad0a2fb348dfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e1430bcdd4f14c6b8cd331c295015abd", "region_id": "RegionOne"}], "type": "identity", "id": "87980ec9a7ac4b638cb09b4f6bbdac1f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "03cd12250338474298827641c1f46e74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0e88edd013a34eee87b6b5f2adf225bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "257fe6ba9caf43d3987d189595e885d9", "region_id": "RegionOne"}], "type": "compute", "id": "42dd476236e04780b53e89be5ea6fb10", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "97e0c4c2761a4239a8c575a2aaee2cde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "74f689b6a6864015be783082410de0c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ca8351ec7b624990abcb7c430865cc77", "region_id": "RegionOne"}], "type": "image", "id": "4386c378223544fe8e6123d00a4fe823", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "04a974ba06354ed29419106fe5d5c7d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b03fdff0dee149d5a45fd706e882225d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "313cdae5bda14e3697029726a43619dd", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a97c6202cf464969bdb62358c5c2bb9f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f8816d9bbeb49d3bbede80d82aacd3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bacae34b3c84456594dc062338c6d3b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46c23c8bc2ff4908a5cea8f78c53da43", "region_id": "RegionOne"}], "type": "object-store", "id": "0be98a6a48684be9855b28ac1d23a434", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "514fbba19d6e4c7a865abbdd7b0287af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ffae0010429849f9bbc53eab94b11ad3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c19526a36c934ba7bdfb4b2adf56d16d", "region_id": "RegionOne"}], "type": "clustering", "id": "807efc2d419944d28e3bd8d248a8185a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "12bf6159768c45b9bb3a8a1fbdf0f466", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "47a05b47f35f4d30947c0f398bf6df14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "17e7fdde194241c28c5ddb07a93d9815", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4f0a542e16694b128672cd21b3e9cb0d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3061e057473b4814a0caed3584010840", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7debee9b9f614c2dbd037bc41cc8bc64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "55ae9346a5394af09b26099507df2cbf", "region_id": "RegionOne"}], "type": "cluster", "id": "1c70871744cd47ef8378530434310d62", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2126e4177b8541d2a3de46f88b5e2628", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3e0b0b213dff49cbb12761d154078a76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ed94af003b6143dfa58020fc015c93a5", "region_id": "RegionOne"}], "type": "data-processing", "id": "821584d88df643d2bc8291a8f2ac2492", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9e4460a27ffb4f60abf9b6b8b27d44b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "32dbec1b0741433e9829f0362473d0bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d1b77cc22bdf4482964efbde854c6a7b", "region_id": "RegionOne"}], "type": "baremetal", "id": "e7b446711b424dd58a1de62f430341e4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d6efc3cbc26e4e3993dd70b0ae672475", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "771316d4854d4cc1905d49d1327c37f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c177b448de1a476aa8c9bf456d3db902", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c9cbbe66bb9a485d9e931fa83a09b758", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ce810ce6c7824bc9ab0b18c985208a8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "492ebdb4cebb4ccd999645dc1ef30957", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e2f7823a9c1447b6bf9a911644390b12", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b62b32ba273a4b5b8dd53e16df6d1c36", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "97e68cae44e64a60b6cb6cc2cda2c179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3543e9d36c4747fe8e823f13463f3c88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e678d8fe4f3547bf94d84d7c97d70a06", "region_id": "RegionOne"}], "type": "key-manager", "id": "95c7fc6fd4854f91975911371841b681", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0f7f5e093e744c07853cd48422f99b74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f3cef60f1bdd480ebd5bfec180321cd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "342214778c4b45caac6e03d8f0eb3d05", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0051ef9d36244519934dedf6e8c712af", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f468bb0ce1da41cd8bc5964ade2f24b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d944138e54ee412f87a89b0b39f1d366", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fced470254ee42cfa67aeabccb777ec3", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e231c05ee43e4e739fb777e5b283229f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5bc3cf9f9a9446c9bc8349338b93229f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "89a6e2666bdf4b2ba1cea33e290e0178", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "47c052a492ef435da336eab1ff827aba", "region_id": "RegionOne"}], "type": "message", "id": "4784b73bff894d629fb06be35ece33d1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "faca4b636cd540e8b31bb038c3c65a1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e7da63e8d04a47dba26904b5ad37688b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "11d6414d0ac848ec8b8f45d16d2f066c", "region_id": "RegionOne"}], "type": "messaging", "id": "2a59c31d077e4c3fb4ad454c685a22fd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6a0b1737e26647109f9eaecf6f4bb410", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1c2a2d7c2ea04578bf0413f0161c6c5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8f914eb3f3aa4c4fba1588874b1b34da", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b4d9bfad7d634ec19ba03b493d25cb9e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "784af8769b8d4746915328165582db85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0ae8eb5e68d74a16b9105d18946cb3df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "005895f6b42544cbaabd3344782b6975", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ce43bf64e66f446f827608cf075d99df", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6fce81e4f92b4320a11bd6c3cdddd58e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6f9102e2f2034e0a9f7580c1e98f2d81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d3a58c156b414530886f2de455179255", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "8cd58fae9de048a1a5c08e7605bb3113", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "26267fe7f64f472d9b439c6b160f5504", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2676daa19ee44592a76516f2365e48dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d38872db07a046d1b663013ed01ab3b0", "region_id": "RegionOne"}], "type": "container-infra", "id": "5bb4179d0d63465cad58c9e066bdcdcd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "00bb48f26fa8445598e9a926a3039465", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "37b8b884b15248c69b27ff1a4b5dabf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f037e5a3ac224bc5b67932c9fafa3367", "region_id": "RegionOne"}], "type": "search", "id": "018c16d9faa54c249ca8d6773abaf8f5", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b9e9a978be244096ac99b0cbda2b49b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "963d30dc22df4ab1b0d9fb61f68e9df7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7ee31f181c54481b87e2760d0eb214f8", "region_id": "RegionOne"}], "type": "dns", "id": "aa8f54aa20564c4491f0f01475770f14", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b1711f426f58422196fd2cb27e2f6c95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d57a7b78fb664918b46ac69001028b75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4b284964f46842e4aaecc1591423d20d", "region_id": "RegionOne"}], "type": "workflow", "id": "8881a45e259f45aa9b362c18a6a6d673", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6afc37f23f4142f0b2f06d27028bd44f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e790ec14f816471b93e90b4e1b7654e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ae39e4cd4be14fb8983c2d2e93e5abb0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5441e5b7d4c64ab2925015017c8ad36d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ac6611a82a9d42989d982bc5db9d47d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7b7771c24c944c44974ae2d723a192a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "62f70235f88b41579501eda1914ba277", "region_id": "RegionOne"}], "type": "rating", "id": "97c5ec489f9646a4802224f38b6aa0b2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "111646b8f6ba4c8c81da3ddf748d890b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bfa8313e3c5745b19051f40058800ccb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "10b85a2082fd4d0e8591fe72001f0fe5", "region_id": "RegionOne"}], "type": "operator-policy", "id": "fdbda754e9ff4c13acd356183e7153f7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3c5ee980646847fc83d84b4ff2c56b8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c2e11ba84d4d48ca89d562f548d4992f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "46e94966f65a4dfcb95a63baa50d21dc", "region_id": "RegionOne"}], "type": "policy", "id": "2d57d82e0953448abc06d0614a517cdb", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "db6757cbaf654c0092bf4612b4db9fb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3e76d8cb5445435ea576fb0f8de5fb64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "25bf33cdfd344debb5a82b2eb02fdb9c", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b42f54cfed194d96a80f30d37cfde2f5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "761b098fcd764bdaa67d36bea4262a02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3251c007acc44f85935e42c99179bbed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8e6819cbecf647e698685272d7dc2199", "region_id": "RegionOne"}], "type": "sharev2", "id": "60896f78f7dc493c850414a1f59efb19", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5673a22a786841828f01f5db11bb59e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "56ff0e785ed14695990fff107ec2e45d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8bf0b8bad65d4fdc9432061e4b45dc89", "region_id": "RegionOne"}], "type": "share", "id": "b8de076421a443b6a3e06183b488fc32", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6043b572760041d3a9e4ca6da8d87603", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "555a4ab22efa41498789ae5358d67c94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "af3b5647c6c2475cac6e1b805a80ca04", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "877994579423432eb38e146fdbe6411f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b68dc09470f141bc8875b068f9fdf74c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47a60b95cb434386b25039c0c5476f16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1cd27e0b48a4c26a1d052d220ebbea6", "region_id": "RegionOne"}], "type": "orchestration", "id": "006f4f6d26ea486f9596be38e6788cb5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "804b865d590144489774a1d9679f75f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b543dc086594b6e93857d56cb5fb806", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52500416b3a3466a9d3470b058fec048", "region_id": "RegionOne"}], "type": "block-storage", "id": "88889714ed3141c49a04448706e78f14", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69a1bb7313e8455da10ebbae65293659", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f048eaaddec4767811b20bc66e72d42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13ba4f950bbd4096a63e341d22929e8c", "region_id": "RegionOne"}], "type": "volumev3", "id": "dfb3cb2aa9f74bcea0504a3008abf0df", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5625a4cff624398b93b630eabbb7b75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a52d8187315843c8afcfbe747fa62ef3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50acf5961dfa431a8dbdad78970db2f2", "region_id": "RegionOne"}], "type": "volumev2", "id": "e7df6eb5f7d4433f9128be827386cf7d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "269cd2a05e34447c830615f1f88ebfb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e08104f4c5b430484174f5bc8bd80ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c209baff58ba4f24876d925296549df8", "region_id": "RegionOne"}], "type": "volume", "id": "0c71265ebf734cf09b2a572576679c1e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f17cf382acd0487cad087b6329a13abb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba654944cedf4ec78d953cd75d7227cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1cccb2008c464187907180e67d3f322b", "region_id": "RegionOne"}], "type": "block-store", "id": "b936cb0198a24e398ace9a42db003fe1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "51f8edb876394142ac2dc029367e8551", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "43c06079187b4d9793523e1bd3937b56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8e28ff750a154ea2961ef3a3fb663b26", "region_id": "RegionOne"}], "type": "alarm", "id": "38286a250b884648a06b91ccfcba2273", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6186d490c7144d269294e882f4f9d782", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6a6ebf386b4e4106bf6485219a74e8df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "483fbb1a6db84bdcadbba9c5b3fab3b0", "region_id": "RegionOne"}], "type": "alarming", "id": "1a1f194d0c374c0abff39aa993033292", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0cd5e4bb31f34266ad58bd0a366aece7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "43002f1f8e0d435d8d467a4d3a5b5c1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e83d910628fd4b36aadd5eb10e04f880", "region_id": "RegionOne"}], "type": "meter", "id": "39571702df044b40967f6fe4b9549ba4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "95701af9ec3a4b8aafcb1020fd6ad556", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "94a75c9b626f43a1b4a8845117de824c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f5c5c2603a6448808f8951c7e3eaf149", "region_id": "RegionOne"}], "type": "metering", "id": "f86e208055894610a3d0151879e6ba11", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c9c70d527c734661bd736991d671d81e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2588e2593f6d41ddae2c23dcfde7cf0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fc0991c9d9944910ae398fe8e6cc2c9c", "region_id": "RegionOne"}], "type": "telemetry", "id": "52266209eec949aa8a2aa34a4d6f6e36", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8989631568db469385f6977294a39564", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b229b3643bdc43469b581815d9308152", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "128c1c35322643b2a7748a170ae619a6", "region_id": "RegionOne"}], "type": "event", "id": "3407d0f49e2a40ed825d8ec161c749ac", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d73044a72d03460d8965b25278774206", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "39f65847687f46f080d5da81529c71d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c18689313236453492b1ad6eecda8ba1", "region_id": "RegionOne"}], "type": "events", "id": "03ef456b50e247a89b654a422ecd15fe", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "30939df9765f4b2cbdc92ee88ceec4fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c976567f1f94424295ad8b300244c626", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9c25721a380644fa875814603d3c9a26", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0c0473eb65244dbd8dadfcc50139e38e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3e6d1bfdd32a49d18ff3d20bb9b63428", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b7485d5c55ac4b96bdd42d88c5a735bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "16b427f2e547450f8ad3b7aa3a197123", "region_id": "RegionOne"}], "type": "application_deployment", "id": "422ee384730e459e9067289f6cd1b039", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c9160915bcb643a9969ab8cda3cd719b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "68fcc1715bd14600bb9b568be8d9b263", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "54b0b1a9befa4bd48ec6adeb0a2085d8", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2857511b81ae4635833cc342197cdffd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b5871f70977e4518b8fd39a8c1a39a11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b7302d1d68f146ab942f87a7953b4016", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "042c03c2aec6462b904319c2d830f7b8", "region_id": "RegionOne"}], "type": "tricircle", "id": "e8285150021247d4bdcb41540c3d41c8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a4f5b2f638374e51939140c1ba8b477c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b1d76c2f60294e619dcedb46c0736247", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0f9c1339fa60417ab13c3986a19ed1de", "region_id": "RegionOne"}], "type": "database", "id": "ae3bb4e0d79245749c230e5c41f57041", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "74cf9c87ccf14059880af1c6e0534ac6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "81da0e00906142ac9b86313a74788e8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6cba982324d84ea0bd1f60512a578a83", "region_id": "RegionOne"}], "type": "application-container", "id": "35cd9d0a0af140389f803070133cb51a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f6ad8d53d5714e4f9b73964d262f0918", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d57a54ead5f2461bbed325454634a398", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "73bf92ae31924777ab81ecb0ddc74152", "region_id": "RegionOne"}], "type": "container", "id": "429137e203d34b69b2a99fd4b9a90203", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6b6e8dbe667e4f969c3c883aeccdee4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7f3cb0769abe46b5b5b046b905d8536a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a428cba2474546d9847341804ae934dd", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a809b3095105491dbd50ed9d3167a1c7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b8dfe8f8c58c43dca450b31ba407a893", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "832d3a9cbd9940f68fbeb297452d9888", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5933973bbb504692a0cacebad6d80c28", "region_id": "RegionOne"}], "type": "rca", "id": "f3dc3437cb874d228b396cdd53290728", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "29de28124183470287fc964d4088dd6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e9b289be77ce4585974dae7541934a9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "3173eb3fbc124c899408962f9653d884", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "93c679bca36b4643883a2632bfa1adc3", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "bf528b92a8d0469896188b23aa4f10cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e3e9de666d4a4d508ac857d8146232f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "881ce4bdbeb142d69d1b67482361e550", "region_id": "RegionOne"}], "type": "network", "id": "ca99dbdcd9c347b4ab5ab0b35fbd6d42", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9360059f4a8b4ccf82f9b55bbc68690c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "dbe46a4159b64a45bec1625ac3981c23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "603ede6288ae4c1bab0287e931f8b04e", "region_id": "RegionOne"}], "type": "backup", "id": "2e0f40bf35324d3589a92f462c20dc6a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f740b57f48b14dd4b6d2f2d2fb70a883", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6ebe74dc2c384be1a9209ddb8ca500fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5671cbb6c3d9406dbe381f512ded16b1", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6f9829200fec4fd99c47dccf49e058f3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "29df9de70b934b0cbeae9bb770f52f72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "75ce61362fcc42da9ec5603e9cd438c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "967e2cbc118945a5a3f782a77fb598b8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "390c7cd884c64620978807b3dc6d7a5b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a2a4b3e1b1ce4c5eb99be4cf01a37fd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2fc5d7134a774eacbdd8d81118e2df17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "632ab81ba2e547e19899d41f743e55f1", "region_id": "RegionOne"}], "type": "monitoring", "id": "2a84878c96a54dc386cf43d5ec95c44a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "64c76b5aca634f4990a23ad7fa04a217", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1cc2e696f4324eabad2be332a70a642d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "3ae6ab907587433b96344b5d182666e3", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "61f68559d8954713af4d4b68b2178ab5", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9355c16038594a8b98ed9f73de728606", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "59b0442f551549df996fcf501a784ec3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "fb6e21c1f6a44f7a89c978c9e54a5375", "region_id": "RegionOne"}], "type": "placement", "id": "328af80a0aa945eea4dea4ae82892967", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0324f861adaf46848aceec1647f8d80a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "997ca4c796de4ca69606f7203f5eb26e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "311973b5f1254d03a1be7843549e068c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "6097ac33cef445e7be00e7e86466f60d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c2945a299f744b7ba308f6e81d132c5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a5605c1f2e354f4ea526f96e1734f959", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fbc6d107423c44a1909edeb05613df5a", "region_id": "RegionOne"}], "type": "ha", "id": "7eba28fbf00b4bf6becd9bed780f8432", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "610de4421d384b4da3641690e9459ebe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0398070c94fa416b9b4298a58ba68fef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7fa2986acb3841c58851c7c7e19f54f5", "region_id": "RegionOne"}], "type": "reservation", "id": "4ecbe1c9647a48578d175fcb3af11ec0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "72da79991023403ead81fc4767115a98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1d2fa7b87a5d4969a9fe95de9b226354", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "535a5f78dcef4bc7925656215d98ec44", "region_id": "RegionOne"}], "type": "function-engine", "id": "bd2af6963bfb4186ba863fdf3417f67d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "68c210fc15aa42d4b996142a5987a8cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a96a77bf3f65430890740d17f3bdd11d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e287761140344493bb9157640019c6f5", "region_id": "RegionOne"}], "type": "accelerator", "id": "3afbcf502d6d49e5a055ca62ee2292a8", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d95067b150dc437e8e2b81cc9aa74507", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f98e31aca34642a9b4be7032d5efd292", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ba33c215a39440c899317244caede519", "region_id": "RegionOne"}], "type": "admin-logic", "id": "eaba8a9f9b3446a892f8e51ac6a7d0be", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "330de8b71f064245af1e867f74c127c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d169ed68b9c74da3ac618ff93825fd8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2fd7eae7585a4cb893c0546e0288fdc9", "region_id": "RegionOne"}], "type": "registration", "id": "24078d42e7754f6497413c48a3310fa8", "name": "adjutant"}], "user": {"domain": {"id": "39a69852acc84571b77637cbae59c9b8", "name": "a2fdc4a92f6f43539c21982ca2feff21"}, "id": "6987e590bc3e4eddaa8359b67756cbbe", "name": "4ab3ebde520e4449819c7a22baea64a2"}, "audit_ids": ["f79b6521da31430c845c0e61bd9cc509", null], "issued_at": "2019-09-19T09:04:44.769204"}} 2019-09-19 09:06:44,976 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,982 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,986 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:45,010 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:45,017 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,020 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "server-name", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:45,108 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/security-groups -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,114 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,118 keystoneauth.session RESP BODY: {"security_groups": [{"name": "neutron-sec-group", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "security_group_rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 81, "port_range_min": 80, "id": "1", "protocol": "tcp"}], "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "1", "description": "Test Neutron security group"}]} 2019-09-19 09:06:45,126 openstack Security group None not found for adding {5} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_hypervisors_not_detailed [0.063469s] ... ok {19} openstack.tests.unit.identity.v2.test_tenant.TestTenant.test_make_it [0.062912s] ... ok {31} openstack.tests.unit.config.test_config.TestConfigArgparse.test_register_argparse_service_type [0.149156s] ... ok {3} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_role_delete [0.066778s] ... ok {5} openstack.tests.unit.compute.v2.test_server.TestServer.test_unpause [0.075465s] ... ok {30} openstack.tests.unit.cloud.test_server_set_metadata.TestServerSetMetadata.test_server_set_metadata_with_exception [0.266663s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,826 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,831 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,834 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,838 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,852 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.767785+00:00", "project": {"domain": {"id": "157573b1ec09476da2a194d3d52a0701", "name": "523fa138303841f1ba53bf35c2c44337"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ae8191ce254a490181521b02828f073b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f2af9561e67149ddb06f9a336f74df0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ee2dffc307cb4577abf3eb0d1a7cdcaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ce1bb1bf7afc4533ab6659b659c32f1c", "region_id": "RegionOne"}], "type": "identity", "id": "011cd9bc55ed48b3bdec06444c899139", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0deca9f642c342bf818a6178e4cf6c62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d79d963a2f8a43179f38c4b4d8894dad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8f5f8f5f532449c7929415098745568e", "region_id": "RegionOne"}], "type": "compute", "id": "46bfc76080e8416893a12bee7c77c490", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "2a6e6f45beda47c9aa71b6ed7b0e69ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1c4c98e188334758993d06185b55cca5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "578e41f99b2440b4a39249e0eebb12b4", "region_id": "RegionOne"}], "type": "image", "id": "336fe43a93544a2daf8ce41eb9d32388", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a3ce6206650b42de930095e2d4590b86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3ff5d66fe04946f188ffec1a6b1292a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5b61f8b323b24eeebf6856a68a253870", "region_id": "RegionOne"}], "type": "load-balancer", "id": "374ce7befd6e472686aca23a4484787b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f43b21ca6574ccf9ec3e1dcc169d83a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1af69f5078e465cb08b174f0c2524f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3f7217a4f7c4742a89a0d8ea47e67a2", "region_id": "RegionOne"}], "type": "object-store", "id": "8f593e2e61a94688809ba53e1ec849f5", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c256cca133014caa9f40a17b0b4e569a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e786b74618e04bee99a7d5347b993612", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "334a8f5278884ea8bfce7535e1a2b23b", "region_id": "RegionOne"}], "type": "clustering", "id": "18ac7bf2f17e4cab90729f2687d66d4f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2ff3cb18d186433f8b2e52c0197e288c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b2e71b33bc63463e9795f48343a4dbf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8bc42eb190c945cdafadab7f8704d804", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "bee979a6ccc847099ca21bcf2e606830", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "82c950aa750c408da8ecdc1b5c0bb58d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5ace3f41b6f144cdbc2b014a3d6e4583", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5944bac3478542c0b7d296bf3782fc13", "region_id": "RegionOne"}], "type": "cluster", "id": "c81721aeffba493bb0c3775833101cce", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "14950e8ae900427e93d61b56982c3462", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1c37fd916aa942969d8b3cbbf44bfbfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e6773cb799af4c39901318af4db94cce", "region_id": "RegionOne"}], "type": "data-processing", "id": "30935a73ccfc4e6db5bcdd4d108c1a7b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "047403bd11a045d7a1666abf68d40db7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f243ba2a6cf54150b2f076578dd213fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3a54682599f94d4aa330323348924f3e", "region_id": "RegionOne"}], "type": "baremetal", "id": "2328a2ff2338418f90ea0a1105f0809f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6422b5e1ee984547b8d5bc26111236fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4cc25d9ed497482eaee968de5670772e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fe5e89a08a65402cb479a047fef513c0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "cb8c6d79ee4c4e93b408b8beb30456da", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "36450eb3da0748d5a851fff4dbac2d63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "758bb451bf8c4d40b59870b7758455ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "06e206761eca43cdbf149a5bc5e093e2", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "257589134a1442b3a1b00924e24ee1cf", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "01adbc216eb04a37a2e17f72bd51e96e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fcbfeda8b3cc4813a107db0088625589", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "acaa5046249a442bacc930ef0a823446", "region_id": "RegionOne"}], "type": "key-manager", "id": "7bd54f36e59b4c1e887c97e4bf77a67c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "86b520ba941d40eda4f6d02f80054c67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f82c07f386924f348c6330f9306c9a2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f354b2fa99e242839a733c25a5c7bd7a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5206777934cd419ebb2f89cd1b97a55d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a2cf751459fe43d1ace420f48a4ebe9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a3b766ca296b45b294b8bc17cde11c47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "287c56ba1d5f4ed9989d1c7c7217d872", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8079b162a25443d1a38d0dfedb96252d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c2091379ccea4750bebe110349218f2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c9cc3bca06a9401e87dee165b74fd481", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "159d2599f1934c758859be708bb62fec", "region_id": "RegionOne"}], "type": "message", "id": "15a612f2cb4f413a8c5e3b411b85d297", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4fc9313a606246cd85c35cdc0d419a13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b4b4876a98874f2d8317e71adea923a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f6f4fd093528498fa36ec6e932ff0e98", "region_id": "RegionOne"}], "type": "messaging", "id": "b1d30ae051ca42fbaae73a686dcaea32", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5a8b07a01b8746509a2f6c6db989ea97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f4ee2f83f70d47cfafb29840af651cb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a018cc676c5e449f9ab5b04961661eb1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "977713029e1444eab9d2d3a511cb5b6a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "189ab32a0a13491c9e50c7d5ce154175", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "818b486adb0241e78bc11d8c989fc5c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "35d6c5a52bb34d418ea6e88292418fc3", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4c196eac20494de7a56cdb94791e015a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ae228d56bf6490dbdb02675f1e962cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "311447175b3e4612963b023d71567dea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6132b51d33cb4a7589ea6371b1fdc211", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "05420dbce3384f96ad797549c54f40db", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ed98af41e7a94b1fa3ca90435dd63e11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4c3e5643c5f949a69c192928962bd16e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "47525280064c440dbe5be5eafb0de03e", "region_id": "RegionOne"}], "type": "container-infra", "id": "f6613a579be24f7fba16865aef2dce95", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "faf98ed6cb464c8babd5ad54c91c6f16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "08c96c8cf7ef42c5b5f1e262c94b6998", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d5a8eb239cb04a549015b991498c9936", "region_id": "RegionOne"}], "type": "search", "id": "71c43fe6adef49a7b0a75661e05219a8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "aa2c0b002b584060871c10253aece270", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a8bccacb868a4ce19831b8051a2db165", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ec3e6bd169b543a4987978b988fb57b5", "region_id": "RegionOne"}], "type": "dns", "id": "97d2370e3f174a63bd85d4cec533ae75", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1c105795275845ce891934df468ce8a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ddc3684b0a734523b593484e90b088fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "39ddb26dc235471e96b5aa7843fed2ed", "region_id": "RegionOne"}], "type": "workflow", "id": "90085274c2584f2dae105f1c326ef03a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8eb6440eb95f4963aa7d33a3d7bf4959", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9275f38c3bb2440f911c586afff891e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2f1f4d3268eb4d85a02f0296007ab2a0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f193a6202c76447bbf9452f97c75ef8d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5715509067814f49acc16ae7b6c556ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "09889a4e2e4c4a0e9ec45ff84a6222ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "49c63a33d474490d959bfad386ecce2c", "region_id": "RegionOne"}], "type": "rating", "id": "b9954f6ec411471a849c33b34a2771a0", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9e9995ff710045faa1047de7c539f335", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d4bdce4874244650bd3839d76147c4f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9a0be15cb7974bfcbe104982b1c3a748", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c615f32b71e54ba68b1c7d49c5236c6b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3a2a495688cc481fb00e59dd8b18e1eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e643576197b74b8fb4af8e7b6b6d99c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6ebc087759654b3086c8fc3f0de65384", "region_id": "RegionOne"}], "type": "policy", "id": "5b049964233941328ae1cdc73a19694e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "17e9c2bf64c7427aa75346d42a6a1193", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0491d6e1664d43008236df97d2a081ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "806abdfb22684c98aaef469cd21d6cfa", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "569d98ed69f344b7b4b53a5990abb312", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0688c2197545437698df78a33da44155", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d192a259558f4023a714734b6f9bc92c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c400fddac5b3437ebc624f723fdc6165", "region_id": "RegionOne"}], "type": "sharev2", "id": "9f1b2acf25ce4359859ede79edad6a14", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "abd927a28fb04de8b34cbf5244890415", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e25cf58dc2604616a97333efdd3d9786", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dc83b371ab014e8091f2698b4f9ab083", "region_id": "RegionOne"}], "type": "share", "id": "9a9512582ce84bdebefddb030a90c76f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a12c5ae554e742c3bdde56860eeb7843", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0b847294d4974dec9e03de501aef375a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3c35d55c4093449e8e110780072d4c16", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0ae3801f1b474db691ed1dec687aa00c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2207888f9a6340b5aa45a93e784d0315", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5bcc2823084a4643917adaaf3c50f95a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35c1595652504757b119fa1e3cdc967f", "region_id": "RegionOne"}], "type": "orchestration", "id": "b4dfac1c889d4d849c9faa6a7da05135", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "924700ac5481437187b740352e881704", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5af35099b724896b8aa0b2902d1adfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d6a64709d4b4a6197225338e624ad42", "region_id": "RegionOne"}], "type": "block-storage", "id": "795871d03f644adcba001522b47d3bd4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fb23176b8f7473db2fa4e4824a2a7d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fef650dd0c7b498a9fd7b4e1dff75630", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5dcbcdd6967f44f7873693c7841f31d5", "region_id": "RegionOne"}], "type": "volumev3", "id": "c7199fac0ce740b39b60b5356254b8fe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97b018fc832646d2bb6e64a0ec68d8d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec8e96a5aab5437abb8ce686aa499888", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a87daf297fb457ea35cb935aabb39d5", "region_id": "RegionOne"}], "type": "volumev2", "id": "ec3a710f722843eab7eea326e4c576fa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dac334f703cf44dfa057209e8a6c38ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93249065af8f4f6b90bf32353c2e9087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0619e0429a044f7926fd6b0ff5f2229", "region_id": "RegionOne"}], "type": "volume", "id": "148c418349d149778902da08c0ac380d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c083375a5784e44a6538bab16c9f660", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1a3f87fc1fe4cd192eb55ca3aa43ea7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1dcfb780842a448aadd522985f2a2441", "region_id": "RegionOne"}], "type": "block-store", "id": "a77b8e72c8e243a59ce2144fab40159a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e79473cc51804112a0b40249c237bb50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9c7f8c7af30e4384945559471623388a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "faf642fa733343a68ad5ac57b5b48248", "region_id": "RegionOne"}], "type": "alarm", "id": "102b61ed380943818352d176b10be1a8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "25f879497e9845c28961d587d85cbff2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "599b56072ba4468084b5f227a7a59e3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0f8c47416380429cae813c242181ef05", "region_id": "RegionOne"}], "type": "alarming", "id": "d62c9a5dadca41a6a36a3c15c778b7ee", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9ee62c17266d44deb9acd316da605a86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d32911d840424a368b73efcb1096ffdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "72ee59c9f44641c3bba84fb815b4e416", "region_id": "RegionOne"}], "type": "meter", "id": "21c79380e52440c3852f21bab96f35f8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "df391bc780b54f9c92b43fc3a43d6320", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e35a1891cccf4f978b630fcba0349841", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "da96412c341344109f93e263f66688e0", "region_id": "RegionOne"}], "type": "metering", "id": "3eb8e2bd0bc545789eb1e93745e249ed", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "924478b38f274acd90fcc101d0275de0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "58d3128c9dd44d68aefe7d4569c9bf33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "40b83369f7754503bd1d16105142966d", "region_id": "RegionOne"}], "type": "telemetry", "id": "a3783569a2d24943baf148ca1d290601", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "07a7aa845958468fbe0432fa98bd9ea7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7243cd1c02da41b694cb063f964d6012", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8917d0829bad43c3be094b210fa0696f", "region_id": "RegionOne"}], "type": "event", "id": "4760bfb23e704d57bd229bc042c969dc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "595b2a9a9e08422ea79ec345776a3465", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fd0fb120c84a439eaf3497c1dbf33cf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bce7fdaa9b0642ac8b2e831cbf8ce226", "region_id": "RegionOne"}], "type": "events", "id": "dd301836f6754d35a7411d5208f9f4a4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ca11a882d2d64fecbaca4f7590dc315a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dfdfde66b15141a98a4902439ef32dcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "245bdf48cc794554b64fb9d48c2dc2c6", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a2bc789891ab48db8ef8b50bfa88eb18", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "33594fd788f34ad89d2dac5cf9902e6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "088fe5f5ed9943a0b3ce6b5f99875ff6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9f1ba0bdaa224966a5380312d5fb444e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ed66f3484330464e886fedc8641bdd8a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d277a8d303d5479386da8a5d5cf69452", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1d03b77e88cd42b28798bc31ac1d1639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ef183f752e9e4e1498b53db99e516436", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "52c6983f49bd48859810ea39964e36c3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "338a81617b584598aba338071de6198b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "50e4c33394ec42dab70c10dd793944cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c2322fed365e421b8eca97a02460b53a", "region_id": "RegionOne"}], "type": "tricircle", "id": "17d3b2bf66e44eb3a0ad4dd24a4b08f2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "078cf27b5dfc4485afaed4de94df3a77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a88d2131bb434922a1113a03c74a22e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "04daf5fdfaf74f85a5de12255ada1689", "region_id": "RegionOne"}], "type": "database", "id": "7a2c0525c0174285b3eecc1515db00e9", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c2eba87cf08341bab125b897175205f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "51218151a1ab472ea272d58484800828", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "42d732bea22942888eba9604652c68c8", "region_id": "RegionOne"}], "type": "application-container", "id": "1e5bd845eb0c4f3192289e2c8fae74e4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a9175f0d51bc45258951ea3bbadab850", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "64c5632332d94fd186caf2bb4acd670f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a5d7e2a0892646e1a698832a352ee5cf", "region_id": "RegionOne"}], "type": "container", "id": "08f71e8a1b874a578b11e12128111e55", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b6e983b5856644cfb2153f2e9416782e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6ef0f5357e5e4f09879c9d63cdcd9619", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ef29c714bb0745fbbf02cb67b8377a70", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "3baccab7e25a45509a4b083a7d1ca06f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ce296dc5887f4b69a50ddb178e06a6ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c73551f1dabc4fa4b181bb7ca37e2477", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6d351251e1024e3582b50f6759db118c", "region_id": "RegionOne"}], "type": "rca", "id": "ce8aac7bd67640a3a8384fcbcde5422d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "17da8e428ece46fdb7dfeb59cf90520c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fe962d7482cf473cb4cdd068f0605f13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ef4f9ebf24764df4a2461120397baab2", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d4f9abdb35dc480a80f7badb0a338729", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ee976f57608b470c8e83b73474835432", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cbd28dafe2b046efa84a498bd2164923", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f5917097f1d84927a6e3b7cb551de633", "region_id": "RegionOne"}], "type": "network", "id": "75a7cbe263ae4e07a52edb35cc294922", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7c43393d3b474c77b8e017b7f8270d68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f4ffd3458aaa494e9d30241ea588fb65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4b8bd41cde0741a3a3742922b8d39bc1", "region_id": "RegionOne"}], "type": "backup", "id": "97af15b18edd47d19736c3b88eb2ecd6", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e8d98a071b4f4825967b2b12d2fe56b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "02d7e3009ac541a6a455220d71c53c07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "aa2a0943a05e46828bfb678a9f9be609", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "377753598fc1490385858e32a17c07b9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "de9175bd661141f0a3a46b65622d32f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7a276bf87e6f403983042a4526aaa3fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1a549782f7d746c487430aae435c71ad", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "728726a6920c44a7ac42002e3163d4ab", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "92c0a01698de4474b39bbf895dc06637", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "44afaae400da49e3ac16a8289c605dc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a7eed5b33e79497da1fd26c01f07b15f", "region_id": "RegionOne"}], "type": "monitoring", "id": "576ba1a2fe654e95a4b6ec423b44aa0c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "754ca530dab1453bbe52a5cdbef7906d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f521b20a7d7e4a22b2816bf3f1e3214c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1443e8ddd1d544dba38a40c6c26f156f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2cdedb37eeae424b886bda949a46c85e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2bc108f6b39b46aa99f209b92334ed0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b321d208e6644c3bab85725b078e294e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b1686ca1dc774c5180923817d147e95a", "region_id": "RegionOne"}], "type": "placement", "id": "b32d029fcb3443758d2093622ba810c4", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fe54802b09814404b6ac99dabe683b95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6f525d4ac37f4fb8a5fa95f108b5dcd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cf8ff678a285485ba03daca675923686", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ab1cf1b125974096bd253bb733655ed0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b3989927e86f486597fee85d4e575b84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b287c3e261054b6b8217ed455a603b73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "01bf1a9d90f74cf0ac53b642a258e8af", "region_id": "RegionOne"}], "type": "ha", "id": "d2997e84964b4aff821525b43fbdadaf", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3495ef8405c049c1a1af146240fba941", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "58d7279824e94b45a7ab922fec412e87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1b17a3b4c5af4cd1b9903947e666fc54", "region_id": "RegionOne"}], "type": "reservation", "id": "18e821d138574159a9421271be261c1e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d4c574bf698949afb2a210dce3cd56a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "15a66a5daf2f451fb1c39c498c54e332", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "61676001ab214688adc49727d4b4d92b", "region_id": "RegionOne"}], "type": "function-engine", "id": "72eb7385f1b34bf48a823f31abc6be34", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "971db67fd07a41b7aedd2aa199c9f6ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4bf2eef38cb549ccb9a7962550c0ac59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7ff6017beb7942ff81dae0dcab8e571e", "region_id": "RegionOne"}], "type": "accelerator", "id": "28fa03bbdfa446159f0f391a54b7fb96", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ff38cc14a985493586cb9fd1ef4077d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "708e38ab5aec4321a1710769325da592", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1763e5cad11a4d5797e19d2a81dfb48a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ac1cd3511f4344929768c72c21245db4", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c4b845c118314b12b536022b3ed77c13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "21dd2d7ad7d24bd8ba3e0f7bbf7ced4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1be7ec86cecd487eb21476430d58d0c8", "region_id": "RegionOne"}], "type": "registration", "id": "65714a58c5cd4c9fbf38629e1369b5cc", "name": "adjutant"}], "user": {"domain": {"id": "314b40ebdfe6413b9c0acf8d6dbcdef0", "name": "32af87df87aa46ba8976acf0be492f4f"}, "id": "d94355826c7946978c43b61a57b3a4a3", "name": "9b6817efef2e4764bee339c16d501fd0"}, "audit_ids": ["9d5c44f419ca44c8a2b77c6572f492dd", null], "issued_at": "2019-09-19T09:04:44.767785"}} 2019-09-19 09:06:44,968 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,974 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,977 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:44,988 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:44,991 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,993 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "e5974dd9-b742-4e12-94b2-cb79a074a3dd", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:45,020 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/e5974dd9-b742-4e12-94b2-cb79a074a3dd/metadata -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"metadata": {"meta": "data"}}' 2019-09-19 09:06:45,024 keystoneauth.session RESP: [400] content-type: application/json 2019-09-19 09:06:45,026 keystoneauth.session RESP BODY: {} {22} openstack.tests.unit.cloud.test_shade.TestShade.test_global_request_id_context [0.211071s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,092 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,097 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,100 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,104 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,116 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.031061+00:00", "project": {"domain": {"id": "af77aadda6d941098119772b7da920ec", "name": "b565ea920cf241eaa921e99758fca011"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3f962498487d4ca6b687c650a865f8ba"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5c3b13e766cb4873b7143149fe1fbdb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5c6ef1848a654b85a63b84eddccd8586", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ffa10fff8df04a41bef0fa520f851721", "region_id": "RegionOne"}], "type": "identity", "id": "6ebd0fd833bf494b8daf18a1b617f17f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1b81172495a247e1a136029867f0aa65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8f17312cda8b4973bc9b052ae3ab7191", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b427f0ccfb2c4a3bba390d9961c2c8da", "region_id": "RegionOne"}], "type": "compute", "id": "82720affafbd4a17a43431715c48718a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "2134e9fd5fde4d9e959c32067c562c75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "8e66fab2ea3b4fa79b356b765be337a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3fcfe71211ea4b559fef1f26db02295e", "region_id": "RegionOne"}], "type": "image", "id": "46e159391faf4a139c6e955bfd960d79", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "764f57c848fc417ab62cda905ba5b62d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c41c333632b8458a85e4bf44844ac2ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "451c22dda99341b98d0121d3a320bbce", "region_id": "RegionOne"}], "type": "load-balancer", "id": "4d575a00335740a6ab73eaab2b7ed9ce", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "748f770ff50f47e8bcec30456626da60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39828ae13c3d4cc1a97026900bd59731", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e583c1b14caf4e058979593a12ea2319", "region_id": "RegionOne"}], "type": "object-store", "id": "383b7db179db403b866fde52ae9d7aaf", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cf9b2aeb6eb046ba8b8a899a25e9fc53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "28b4061dd8be48f48bef2a5831e698d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "08d674115c5f4f0a845cf66929c1783d", "region_id": "RegionOne"}], "type": "clustering", "id": "b39d56bbe453416aab8005d20db5dccb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3741d8e8570f4a2087de0184385c53a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a7cd33c0a59740e78f1cc8ce4d8f63ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "618e999a3a9b4b2caebefc2e01f1d305", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4d0d11e6685c465db1850a8ac269796f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f75ae754d9a3475087328343bf697912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "77916ea933d9442892b82f7fadeca372", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cab4ef70b9444cf883843f78bee5e432", "region_id": "RegionOne"}], "type": "cluster", "id": "fc0aa4a2fac34eadb1b23c606e6787c5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "96148265e11b45b3a48ffd01306d12ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5b6ae2553f00442aa60385ef30ce18a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9adb9370061f468e95a9a2e3d3f306a5", "region_id": "RegionOne"}], "type": "data-processing", "id": "7d512934d80f4e38b26ae637aa4e8eab", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e3c9e01d1cbc444587c06e2f26bc7cea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a8891a5d6d1f44518f9c9245a33171b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bc3c9a1410ce443b891faa0e143dbf89", "region_id": "RegionOne"}], "type": "baremetal", "id": "4242c41b4a8c40be96abbf121b3911a4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b9ce11aba26d49988b40a495d7643df5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "97e736b2980949e7989cf588f800a737", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6ebcc06486244e5a86f63ba30cedb855", "region_id": "RegionOne"}], "type": "bare-metal", "id": "56e074209e8b42b69e80f37bbda74efb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "578c4aeef3ff47429f0c80391b05b529", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "81a9652fb12447499752f51db6048fb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9b968d1b462b49238550b0256bc30da7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "85e3efea81bc4a779d3da06bc50616ad", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1d7e6bb4ce7e42478218d97fd835ef75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ab983ac3666c4c559df8c3d489f40355", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "2e75f76e405d4c578db5e48788be76b7", "region_id": "RegionOne"}], "type": "key-manager", "id": "049017cf9c914b7f8c0e37398581b1ca", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4609279715654162828792f83984e9b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "aca193b24f6d4f90bd0dead50920700b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "90f4549cce294713b25967dc4bcd09dd", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "914cbb7b501644e59f29945cd3c4c932", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3565af8f40484ad19ca2077f13a17e6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cde754a2bc874a078fd2f70ce6fd4318", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2fecc8ad028c4b74a70c5c2626ea74a1", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a52c8c90f8e643b68a495258760ec1f4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0c61665f338341ceb32001a3f115a37d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "40348c2e938a429380fe4e7ccab4b798", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ec9e69306e3e4e54b3266d5b37bc6100", "region_id": "RegionOne"}], "type": "message", "id": "763d79d1413b47dca9fbb7cbe3599203", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "63d24b533a604e48b6b97533bc6c1463", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9682cd725dae462982b535f2cebb3443", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "24d1032c5a1a4e29a90b97ee801680b3", "region_id": "RegionOne"}], "type": "messaging", "id": "ecdcff406a644f02811e20d65f12a875", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e71d0b8d3c0748a09295cf9d704cca9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7beafa1a7ceb48b0aafa4b030d593185", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "42c3644aa5c34a66976a209a4239592b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a438e4d66c404169a0691c8481b35379", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce9de220f4844628af9a399ec0339dd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5982e75028d845dfa88fded55b0e0419", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f5ca0b989b594b8494db20e41e44c748", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "68c6f62b947342d6a0964284f6d25928", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9b0c69202fde490a921b7dac012a0eeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ba5302e4696b467c9f5294c2007bd6e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "878f4dd20dd94cdfac76835f51c4329d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e17c38642997445e9f5daf3a46f115d3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "75d3428b47f44992aeae3cbb7404c536", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6450b96b563c4bc39373306d3af084a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e4ec516203a641c0ad26ef866fcac9e6", "region_id": "RegionOne"}], "type": "container-infra", "id": "93049c29e22d4822aeeede83f7a675f3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6a08631b8d7748e8872a5cd05f87d0aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "90b63e38c1a141329531c95d2709f57d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "1e68a234c6e040bc8d5cacd7c291e124", "region_id": "RegionOne"}], "type": "search", "id": "070f73fa31e444fdac3d1eac8cc49911", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "8ab11614823e4eed9e4c4ba91814c384", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "53b350e79ae94e20ab8c1956a43d4610", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f08f0214d8854c669739be3c99d679c5", "region_id": "RegionOne"}], "type": "dns", "id": "4eee9e0e9a634523b63986e93b4e4b54", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1a14afdc1d1d459292e24f956b27e3d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c96f0e3b56304973b0bab63d90bc22ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "007a712454684fd696982a4a02c68457", "region_id": "RegionOne"}], "type": "workflow", "id": "8724ca8694684eceba341e6af306830b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9c5c1b79856e42e287010d5e38f01e29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "764b41dd7838423aae3703cbc63bc09f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b02b2d4e20d6427bb41fec131e7562dd", "region_id": "RegionOne"}], "type": "workflowv2", "id": "824693d3392e4870aa42be048403862a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "3c0893a503574e35b141fabfd89e4b1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d1dec83e9caa4e5da4418a84d5428a7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ab8af156b8ac4e40be11855b5caa9fe6", "region_id": "RegionOne"}], "type": "rating", "id": "ed83cbbddb5d45d29dcac428a6e7ab49", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c99d55208a1e47f5b712cbf6e799e052", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4a87a2edf9cc4e3abe47a66e3c098d26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8006c1cedc294991bd66a98d2e38e652", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5480843ddb5b4edf925f8dcd98ff6842", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e74ff7aca7614381ac56664b43a55933", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "056cca6d6ecc42e5a5077f01f6be599e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0db50a37659d41bd8c318854bb1164e4", "region_id": "RegionOne"}], "type": "policy", "id": "b7361f130fef4361b89d6a18cb689f07", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "484cf646e19e4d019e2b0044b271528a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3d2a62aa3c764f62a7971a9158034463", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "27db9a01719b4858b8b839353bef8e8b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1ad08f68b7674c5c9bca2cd124e82f2e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cfbb50a23e304792916fdc89a3592405", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7d4e2134b0424d11a519056f687e89b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1ef6be1910ed46c9824ef6de551ffd0f", "region_id": "RegionOne"}], "type": "sharev2", "id": "0ae7377b6621411886c56d28fe29e344", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9ae44012600b4ee586a44105cc3e1b9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ea37f0ec722146b788f466017a4eb8ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "38b8ea95c1574b44adb233d4d7e91260", "region_id": "RegionOne"}], "type": "share", "id": "568b53d7993d42428be7b1c0e52dec33", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2ce6c1fdcaaf41e9826b6f64c6941a15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "35c5e75a859c4682b589df744c95d4fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6c8aa94bffb8482789e2fa5796355742", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c37da02e7ab84a5d8e4f6dd044d51f4a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab9873d407794f43b92be34df2d983ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1ec8e89cc15466a83666409115120ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e908d9a4afad4950831c637020839230", "region_id": "RegionOne"}], "type": "orchestration", "id": "11edba1c91854750becc404ee3bbe4e0", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11e37fb8f81a4747b3516a313e156576", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c1c17ed1a474c59a971be1e02e89453", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ecd76fe949fb414f9515f19d177ce1aa", "region_id": "RegionOne"}], "type": "block-storage", "id": "0a5b6c4dbc044bef9322ef56d97848fb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0512196646a14c00a1dc96174c0bd898", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e1a5e59a40640158290247a98f0aabf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0fe9eb1e82a49a593fdc79aec31796d", "region_id": "RegionOne"}], "type": "volumev3", "id": "2e14ec68cb00481bbdef8b6ecdb215bf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "787be11d45c04932ac9e150548ac9dc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25380ae33e8b491e9114bf2ae0519526", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da584fb33f1c4045b1fa97f4ccf1f429", "region_id": "RegionOne"}], "type": "volumev2", "id": "da44bc69c8e340f69cd45c0bde1b8233", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9339ef78b8d84921a47fd8b3446afd55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3cbcb52232f9445d8964434b66dde1cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e995bfa6643464aa1f260286f195b64", "region_id": "RegionOne"}], "type": "volume", "id": "31d689dba0824adbb676559e4012a831", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1fc77de307444e9b8f9fbac927d94434", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8a4900dd387418fa1400a3293386f57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d23e944ef1543faafddfbf1b09e56c4", "region_id": "RegionOne"}], "type": "block-store", "id": "4be00b187ace46bd91e973a6fd9fa1cb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7fca45579228459ea8469580a9b0e710", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6f656965818c43a0a3163abca4a458bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8ad66c1eb28441d7901d97e61dafb20b", "region_id": "RegionOne"}], "type": "alarm", "id": "d1c2db5fcfdc4f708869d570ae336cf4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "db19aed0d5614bc7ad2ea0759c005b36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5f8efd90428f4a718c1697744c8bdaf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2ac0b9b96b384c85b3582f044190749b", "region_id": "RegionOne"}], "type": "alarming", "id": "24527253118744f3b03b05c8c02c85b0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5076c44f5e174bfb9f739cddbce981fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6e1c6eb6f43248f98ad6d439d5e6d7a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "25dbd5bad98d40f98a23afcc16c79390", "region_id": "RegionOne"}], "type": "meter", "id": "a58f87b7cea24144a87b31dabc0d7d26", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a7179c291a12484287d4d0f387177a3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4f454486ffb14068af6792db0f681d5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1342a70dffc2460596e170adb5809bc1", "region_id": "RegionOne"}], "type": "metering", "id": "93edcae8b605478b9dc709f4cc3fbf45", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9502149a2bbd4c3ead6eac6a675e9d5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "28d1e12ba2a848368dbd321a7769eeb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6018207837b843c693dd90c941e2c958", "region_id": "RegionOne"}], "type": "telemetry", "id": "2ec772e76323436f85ecd9db3870a183", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "64b6cd5f88294608b59bfde5c732ec6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f536ab1d26e04045bf1f4b972ad8f710", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cc57948d203048a5b2875edba0ebf322", "region_id": "RegionOne"}], "type": "event", "id": "4195207943e04fbb83eb3a34ae461111", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "275316b82e954f8d882fa42b2cf593f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "99ff60a4eecb46b0ba6c030ad6419c35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "50a943f734ee44ceb1f5f0f608624655", "region_id": "RegionOne"}], "type": "events", "id": "080c9ac9ab414c3386735e60b7d9e385", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4f476f3591b4470081125f9a6baa0571", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0e7d797aacdd47e8828e1b18795ff73f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "55a0d43b05ea44ed8d222c476449a429", "region_id": "RegionOne"}], "type": "application-deployment", "id": "fea44cb146fc4ed88594c614f006a850", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a9b8ef7050a2405c8af2ae09236b215e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6f7bc8f76c894e928740e36cb0aa3e1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ff994d17555348ae9503624b64fbc1e8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9d090ffc812a403db6fc4c8b02f70477", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "36db030393c84fc280f919c6ec5e71db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a3a15e320bb2404ea8b33b8307f0bf64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "45b14858991d4381a24180dcab1de729", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ea5eee46e77b4285a74a4fdb2c4b1538", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "492ff44af29348b0a0b823930c1d580b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c5eb2758599947258c76bc8121ab1587", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bfbb2c8861b5493b9f739b0f32cc70b7", "region_id": "RegionOne"}], "type": "tricircle", "id": "b9806907f30b441aa7c92d84af8ff67e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "cb20d2bf81f54dc5b76892602e30aa7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7f36bb3a51cf475fa034a6da7bf95385", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6fe51454f32b4b23971aa15555a11611", "region_id": "RegionOne"}], "type": "database", "id": "79ef7b7ea957489eb4a1d0e64ff6e2b4", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "72bcc02bad874f358ddc7aaa091a8d7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ee72c39c8f544fa68adcbdca33db6ae5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bae81f39a4a545ec8b776e105d1772f8", "region_id": "RegionOne"}], "type": "application-container", "id": "e4929362db31477faec2adc457ff6c3d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "82e39e0271c94bc58ad3b98d32e51dd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9b5a4baba876403094255787a663eda1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9157dc2b7138461ab74d197232538b82", "region_id": "RegionOne"}], "type": "container", "id": "ac0541b9a46c4b00ba15d6f2b9ba23e3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a76058bbc2c348d38d122a5311cddb96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b6061b21d70b47a08d0e821d1457b23a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2c1f2a43b0f54e0fb490806d01ace63a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4bb945c913944831ad0ec4b767d9b2c6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f3773f94c5504989a2878c2a22704992", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9e5b2a20663f44a3b226f6f64c53e335", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3981d871a84e411a92b205b925c553a1", "region_id": "RegionOne"}], "type": "rca", "id": "ac1e7e5ee9ac4616b7f83b99bf144cf6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "29cfffd22f3c4026932604ec7653dd0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f48f51df1a414ed39044fca459f59932", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "5a8f4c09254a4f8e99a8b897d63edb14", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1ec7e8118aac472e9f153680080b1093", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "06dba16e407a4d0a8a376d3c083f9496", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "17735ced3cf5420a853caf7d84039e1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "707740399aef4ab583ee3c54da2e1d9c", "region_id": "RegionOne"}], "type": "network", "id": "4d0cd579edc642268839aff2bdf89722", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "75395074e71c496c8e6b564a32d36f97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "65be6a3217fa4e84a11cf39f9d36e3e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4f89a0de0c1147a99e1a21c9c2e42af2", "region_id": "RegionOne"}], "type": "backup", "id": "767f076cf4394ae99e1564c568e60b2c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f89ac7f188284cb1ba851c4f11c71aed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "41ec6bbc94d44d7c8be4f096d0614452", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7ac2c7f9e1904b1bb3c41798a0e6a8cd", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c1c0b688a90c466497d7b5c80d51768b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "62c4642a5d4b4c4da52bf55d8ea49d12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5f93ac5597de43a18efc9cbb80eda12d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c33bc4ad196d4107b48586f9511c5387", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "7ecb0878524f48b88c8c33db83cf388d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "59143be223bc479693fc8c681400a02b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "32f4128434d448dc9dbe4032968cd460", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "dd22d227df4d40e3a3f12059b6719648", "region_id": "RegionOne"}], "type": "monitoring", "id": "f98dd3cbc9f6452aa9aa4554cf3b81e6", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "dbbef1a3f2b54920a588f330376ca126", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "72e6513ca81f42108a513f86f39c7ffe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1668805318bc4018b9358dd8b03de278", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a2972e2f7fbe43f79387fa72d9ed0472", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "26cefb8d0a524528be6a764c95506f87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a2140eedb1a2404c95f78d14a5af8a06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1f1fe158015e4567885b715ec5df6fe8", "region_id": "RegionOne"}], "type": "placement", "id": "05be9aa969e54402ab8a7d39e26a4f5f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2b7e058c3f6f491ba78c8ab32f5dc77f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "18f5f1a1c6f1406f8618ac44b3f8d439", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "aad352bf63944c1bb344904e17de278d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4fd9f93904dd4e31bcad1cd3ca2b57e1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b36da88f51824a4787bfa34a8a685dd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8f6d054465134bb29149148f334d1780", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "594ea00153594f16bc174549da2ab488", "region_id": "RegionOne"}], "type": "ha", "id": "20786f153c694aa4814eae608c627106", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1ad2d04ceb7440f1a87b6825c079fdba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0049ac9a656c48398ee7c8c112204a74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "690f508b0afe41ce81f9ceacde28c803", "region_id": "RegionOne"}], "type": "reservation", "id": "42e9c8bdcf014a428243ef1493af7a60", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d82826944b4846f6864ec61b57bd487a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cd355e3d6f5248d084dedb8ad012d9da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "effb7c13486a4c9a8b12b035f95c0def", "region_id": "RegionOne"}], "type": "function-engine", "id": "37b91218f8cf477b9b8fefe9f6bdc7b7", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fa3d3d40ca194c3d8c7ffe5d2cc0bb74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "77aa0b444c6b434d964863ba3868f8a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d731c378979b4ca29449ea8c1c2d5698", "region_id": "RegionOne"}], "type": "accelerator", "id": "2d468926372c4ec0937f0b016324de15", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "80df1b540e744dde8fbf3cb71b6993c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fad7e986e59a45349ba674efa86becb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ab2b3ae8f3444c64853ce6920fe688b5", "region_id": "RegionOne"}], "type": "admin-logic", "id": "de43565d462e4711837e2e4285d489f1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a1583e28d27c42bda965fe2f9b1171cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ce25526ec768469bb695bbb79e5a0621", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0c6af51bd95a468c9ca5a7601a7001cd", "region_id": "RegionOne"}], "type": "registration", "id": "536ed84f87af4da18255475e6e4f82a7", "name": "adjutant"}], "user": {"domain": {"id": "4258c003f4da433fadca588fadfed806", "name": "6af98730bb554f3eb22038d3017d3bbf"}, "id": "2fc5ca9c400349e4b589d5a5de8c8824", "name": "2f70cede756a4e03ad2298711156d811"}, "audit_ids": ["b2da46cd0077440980cc14d2db636991", null], "issued_at": "2019-09-19T09:04:45.031061"}} 2019-09-19 09:06:45,196 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,202 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,205 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:45,226 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" -H "X-Openstack-Request-Id: 16a1507f9d6e4aa6bce4ec6fa0ecac31" 2019-09-19 09:06:45,232 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,235 keystoneauth.session RESP BODY: {"servers": []} {18} openstack.tests.unit.config.test_from_conf.TestFromConf.test_name_with_dashes [0.175524s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,053 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,061 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,063 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,067 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,078 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.980865+00:00", "project": {"domain": {"id": "63b7fdf8741d4624a0f7f598210267b6", "name": "48ca721865434c0b9f8bf11bdef72069"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "778c884bb1584a519ba4fe6706369bcc"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "23673e3794444aedb87b45d8dec0e775", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0e3281e9fb0d43279822862f3bb68ff8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c51b9d760ecb4192bf6b2766596f2dd3", "region_id": "RegionOne"}], "type": "identity", "id": "d6f3c8e9adc34038bc53ac6e89929631", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d1507d6ebb2c484dbe1b37d0770ff001", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "44d33482c3c84c5090ab6e7f9fa1ad02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "be38bf8de4f645a0986e20feaf6b0073", "region_id": "RegionOne"}], "type": "compute", "id": "a5bbad7519ac4eafb1fd9e9fa3de1d99", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ef52f48e0c104d998541afd362235d15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "4a8ac9bc12d5455c8e6008e38fc46061", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "42d82f1e0b164646986f0a9678a12968", "region_id": "RegionOne"}], "type": "image", "id": "d3889c2eae414a7a9eb286ddf00e85c7", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a5b89ddd02694ad9bf14eb8180d9d14e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8e1d683bab3b47b5ada56ccd6972d273", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b8661e63102c4aca8edc078ee5e53e68", "region_id": "RegionOne"}], "type": "load-balancer", "id": "40e15fe448c14babb8d5f2aec939eabc", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96607e01f2ab4864a8e2af27e7f4a5ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e1f675863194090bda3800e056cd91f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5de0f494913e48fa955eaf2b28bb90c9", "region_id": "RegionOne"}], "type": "object-store", "id": "ed2d9d25abfa4ceabc45ad19d1c169cc", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "883ec50af58440dc96f0cb4dc1125c7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aaafa3ab9fcb4f089f3bff9b0fbb14ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "688668c852604f50a6b9d332574cbb3e", "region_id": "RegionOne"}], "type": "clustering", "id": "a715ee88c75840f4b7f84a02226a2ec0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d55047e046b146dfa45580613abf3d86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1ec5708e32bd4b60935489a241291cda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "89145439dbd6472893c25d702b3a5043", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "bf4902f885fb45f1981b60b5ff2a1b5b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "54e97581ab0c4269bd5dcf853df96322", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dc92fbad3d7941049214ce47ca999d52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "16bec128def44e71a41397ae23af6c60", "region_id": "RegionOne"}], "type": "cluster", "id": "ab9f0c8befdb48af91b2b4924c4fb538", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3e68e5a1438843e38509783dde7ea0cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4429c10353a5463dab8ba4e9cf60fdc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c7d124d7cc60400399a823988a23c4c7", "region_id": "RegionOne"}], "type": "data-processing", "id": "54efd82ccb9d43a9bbde070be1f40195", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ab30690270274f758775f2bc6a26382c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "595504e6f3f543c9b2bd27f91a3ed6a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "569924a88e334def95aa9e973e1ee4e2", "region_id": "RegionOne"}], "type": "baremetal", "id": "8973b4b60d3b41ccadf9991ddc1e00e0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "407bd17346414b418d377ca5b722d3af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4e9096a243814aa5aa6822cd178e7411", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "88f7b58dd9c8479bbef80a0ae3925d5a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a58b0619a4374fa7aa2611bedaea9edb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "33ba92c7f0c64042a450d3ca15b882d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3b47b8b84b5f481485e540973332f1a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e569ad0704234f519c36576b2a2b05b4", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f26516252f72463b83ba0be6846f357d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4a3cf2f2ce634bd4b681a933dd9bec56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7c2879ee1080472cba051a451c755bcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0e496c7265c34fb496b7cd70aa3d2d12", "region_id": "RegionOne"}], "type": "key-manager", "id": "53538a0b821646e88ec03c003423f7cc", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3575270610ae4359936da6b25a022ee8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e9ea7d3309e14db0b94219340ad7d01f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c112b6a3f3cf4c3284c823d7db61d7ff", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1975fea30de8472ead0184ace6b1db58", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "01322a7d22094c9297b827b916a53477", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bd29701b22a34f0f999ae51d4e8b32a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6b94f58f926548e88dbbf9110187deac", "region_id": "RegionOne"}], "type": "infra-optim", "id": "7afa58d0beb14afd92a164c33a239387", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5b2aa23b8cb3408db157ca575e11bd38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "28b7b2c7a3024689aa3229ffdfa3bb07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "867f682759ee40a492c99de39450ce12", "region_id": "RegionOne"}], "type": "message", "id": "95bc62b6e0164fb5abe547738573e899", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5fe1d53cf22b49c7a273dc1c3b6c48a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5db7a689d4e94df9ab1f4cf3593249ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "036de455455542818be2d50051b3dc33", "region_id": "RegionOne"}], "type": "messaging", "id": "9a08fec915664574a50ff37df76b9833", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c8f7ec9981ab46a7b1dcbe0f2dc54a56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b7801752f1b24e49b132c7a8feb52a63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "38e88d365fc44ef0bd33f77e8464768f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "dd4d407f5f4942e48ccdd54dfc37d1fb", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "91882c7245664265a1905a04692b72c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "db10046fecb24bf9a756379dc1b46ec8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "783822abc28f4b10897f643613dee04e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "5f5e34cbee2f495e9e2d8e9dc3c9c7be", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e491c823a1364be1a803a9aea4c9bbda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "59f77c0d5d1b46caac00886e51a419ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0972c8024df74cda923b3295e0caed0c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "acdbd30e4b71400b85eccc7cce158f76", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c4fd30bf1854065976b5821353c382c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d710a99680d14932b3c9bbe05d564153", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "951e88965a2244f0a267f75c8eb56e30", "region_id": "RegionOne"}], "type": "container-infra", "id": "5c8d2e6ed64a449b81a164087bdaba6f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b18eaeea650640fa8a2b641487cbbe11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b8af6c65a0d0459cb471d16c0bb36c18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f62a58150cfc4c4d84c6ea3745183634", "region_id": "RegionOne"}], "type": "search", "id": "244be40300384c3aa432629db5dc16de", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "781a0d84565e4044866c51bc8b9a9131", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "16d7fafefede4ef4bf8195d7d658d461", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "17c5fda24216458291f065430b36613b", "region_id": "RegionOne"}], "type": "dns", "id": "7c44c138a50641048f9fe682a5f7ea6d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4951e3d648574d89b6821b89d6e5f483", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e2d6e4ee6d184e0c9af6fe5922413052", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "45691191044d40a38b450cd6961220f9", "region_id": "RegionOne"}], "type": "workflow", "id": "626b3149c4ee4842856dbdbb0cea3ab5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8c7a492675a941e39a758d04a665ba80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4e5f8f1d77014d10bcdd2c31e1fa622d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "138664aa720f47678f3a633ec1afd6db", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0fe84f1dd9434df9a79dd09d8eb10791", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "71e2395c23c347f2842e040038c8a286", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4b8fc4870e3d4cc5affde8291ca06321", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "bb20d2b172a540e98719c4d9384082f1", "region_id": "RegionOne"}], "type": "rating", "id": "bf652bd016e8407a971e2c698bdc1803", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cfbf23ef108a4f5a8758f0cd21e125f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ac776f9d7ab243d0b2afbc9abcfb9873", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ddc5989f1066498896ae7333975a5b47", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c37765a08c0f4a4bb709aa1c82941a4c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "099feed89f1643c7ad91093c87f7e043", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6dda79e3c5704114aa7bb41e1f3de00b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "43c3d7cedabe45769527657e39b53baa", "region_id": "RegionOne"}], "type": "policy", "id": "4e6dff77d12a48a9906ea309c914da1a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6b5e63a01d8242d992e09ce26e4f2018", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "66ac114d84d741dbbfd9353b1cbb8401", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "eb9e0069567f49d4a27dc42142f4a262", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d4ec6ad4714844c48135cae20ac88faf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e5cceeed3ea748bab622e79af34f1f38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ac94caf65c89494786bb57fe8026849b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2cc3863e170d474e99cba691c7015d82", "region_id": "RegionOne"}], "type": "sharev2", "id": "6cec38e600b5466a87c46ec39a628665", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "267b4e1c731c4fe1b88ada4a7ad0cfaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dd8e68e7bce043118564a7bd54c9e09f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "02a82a41fc7844afa814d9066e686b07", "region_id": "RegionOne"}], "type": "share", "id": "798aee1ce0a34c7298f75d358c4b1637", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "77515adc45f34b7096bcc1fbc1b469d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "13d1775692fd43948e941d145c506aa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2638391bd25547c78c2869b5e5afa526", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6752dc9a821b4737bd0efd669e2e29ef", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d63dec955a0a4f82841ca52af724ae92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9da86a0f60d4cdb8fbec3ee7de2c403", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39da713915454f35a647056f267bddf9", "region_id": "RegionOne"}], "type": "orchestration", "id": "cb4d44b3e0f34ae89028ad5c28d2eda0", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bb75f2e27c84f39aa33632d34e32a55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d85944a1d19496db5d236e396747ebd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65e9ed9eb15c4daf8034f5d6099d82ba", "region_id": "RegionOne"}], "type": "block-storage", "id": "7c89750889374931a3fffc8312bb47b3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f844433c9e34404966cf27034f21948", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67e2c9a1e8c14a80acf91f9c86954a56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af70fde3d6e6494a8f3e29a29f70d6ab", "region_id": "RegionOne"}], "type": "volumev3", "id": "eb7c6858d5e3414a828515b5fe79dca8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a94369ac73b45358f41752092950ffb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f90c7667e5143f6a60da3e1c91f6355", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b543884def24f0cb3e276b3629f4861", "region_id": "RegionOne"}], "type": "volumev2", "id": "e2514e46181940d382846b597d8a589f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93ce20681afa44d78a7628b00abcf239", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8d4ee44c3ff472abfac0b025f0f8ee6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5f24f6ca9b3452eafb76fdc2cdb9875", "region_id": "RegionOne"}], "type": "volume", "id": "23fe63fd575a405294f262d41ccea586", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dfab01b548544537b55cac4146c7a8d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd60b858225741f6b23bb89c5e781f17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c35c9ba0cebe44eb952c8d8b34574cd8", "region_id": "RegionOne"}], "type": "block-store", "id": "f1227e13220e4ca29ac3264b8dbc9653", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1e143a335a644349879e5a7cfc5bcd9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a088d687b42c429792a0a67b9db5e396", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2b1f87e7e4c14e4b96ca414cb000e88f", "region_id": "RegionOne"}], "type": "alarm", "id": "df083a686d514b03ba7ce5da8bb53d2f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d26b9f734a25421f8bbefb3d25340c4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "54930ae51fd54d5b81b1df28e41466be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0fe74bcd50de41979c3e5cd192ba45f4", "region_id": "RegionOne"}], "type": "alarming", "id": "1ce1f36cafdf4b6f9d8035f5db3216d3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2db87382d3fd4a50beec67f10bbeab42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "32a9f2e6f48548a59af740e71895ca0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5306088c66bd42f293be16253d86990d", "region_id": "RegionOne"}], "type": "meter", "id": "d7381c76a6524d419427672ed71caa59", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "efe092c1a98d40ebb087d8499f78069e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "33740444b411447dbf48072a9d836935", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "91a90c6482634cb29795f35dfd9d1784", "region_id": "RegionOne"}], "type": "metering", "id": "63c0a917daa44b8eb98b8f9a875a0db6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8dab2d81bdba4c998e5f21b3866ac686", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b3bea6a26d88457680759e5f3197f478", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c4b4afc52392449085f2f015722d7bd1", "region_id": "RegionOne"}], "type": "telemetry", "id": "26e74aab045a4d0d94341eaff5d857a8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "818b07518b7848a9af86aa5aa14c573a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "158b98159aca4fb79c2f05942f7f366f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8a389de0b86f4c51a269b37d0ee3bb4f", "region_id": "RegionOne"}], "type": "event", "id": "1e55ebaea0534c77a970f9214c8f9cf4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "494278d46cbe4b31b4ead3ec5d27711e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9eb2b64901d04b5499ee894a300ae112", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a388bd669bb048058c4be721255e6c00", "region_id": "RegionOne"}], "type": "events", "id": "486dd24df92e4af7b021f624d3b4e449", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a70981b3a4584d379030eaa6c84a5453", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7a8505362a4c4e9e849dca047099f796", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f1030066de7f4883a320ce2e7835ed9b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b2810434105b44e49a6c2f2380b1d4a1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ea56d87d32574b1b80f04cadf6858f23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "998dc64be4534519853b3afa8306249b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6960412402fd484aa177446d47aa7893", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d6eb0b532dff4b99b7480bc5f120b74c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b88838405d8248d0bad240abefbdf11c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "23c61ebafa9f4fee8733b945e4627129", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d6525167550146ce98edbfc3343ebe0b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "1ca3cc9943e54df6b0f5a4f79b804b8b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8da68fa4e69d4811b12ed6250d57ff75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "95ad4ff1149d4be396a92256a6bc16c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a734058d6a9949e1aea50e965b463dc7", "region_id": "RegionOne"}], "type": "tricircle", "id": "b3590ee27d9e405ebefd426b3b0752f4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "385dfcf04e064fbe90c4863a8afb149b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e365ed9ecad04d6d8bff450ce35592e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0dd022f57ed04d0bad6b581f0ca94659", "region_id": "RegionOne"}], "type": "database", "id": "c0f46635a0ff4c59a51bd6d469cad1a2", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1a022cc8ad57489d951d0ade6024b1bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "42a1d5ceccd04643b8cd2e21e2015888", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "eea14964fa064e0aabbd9590a8b1b0d8", "region_id": "RegionOne"}], "type": "application-container", "id": "d720fba95de2414db7762efb35edaa0a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "61cfa740d1734d41b682b2491fcfff76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f5017f7418a04de08a09971319e38323", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "50c1019313e44df4aee3342c1f6ebc05", "region_id": "RegionOne"}], "type": "container", "id": "78ae16a9fc16478cb82c12c7cfd4d16d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2dc32b7e02ff4498b06e210379a4b123", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f2440bb1e6094aac851c79ef45fcccfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "49c6f1b533a34792b6e1121aca3b63b3", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "bf4293c7dbaa4cd582516665b77fc474", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e1d0d2288a624b34ad2408d4b5025f3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "14ef28b999c540e9855d2d177cb1e33d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e8dfe50e44c0477eafe0b4342f2d45e1", "region_id": "RegionOne"}], "type": "rca", "id": "bab4476800e740f1a3fd1b207f546ad1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8c7411ecd4f44586b97a5d05c682a9d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c98d5d109a064bcdb7e7aa3d4225ce47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "3f5d6062de1d45f5bd8f78e091773134", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "439f0818ccb34ad58e029836ad2de425", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "95cc88ce5e1f4ecf8889aaa8b6370fd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f44b8d48763f404c937f45fd73a79382", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "cd76186402954c328200aae97d60000e", "region_id": "RegionOne"}], "type": "network", "id": "c59976508c2d46fe95441b65dcb89846", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ac21b7cb20e94055925f281d9d42e0fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "59d718973fb644f69c20de991dbe424d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "de9faa6b44624c8690d4582e15cd4283", "region_id": "RegionOne"}], "type": "backup", "id": "b513ce9bff2d4353be97363a323cc91b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fcd5f55b16ab4832b4b9d9348066f9da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e9c21c229b214d0f82fb4c9ba6e101f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0e6664c05ae34bda9350e5ba77840659", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1a41432b914943cba1596769a1d73d43", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4a2c7041e9b0415c867d06214343eb8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "df70d9db49b84bd18f7ae899c7f2c918", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5ee4d52dcff4421f970f61cbe3369eb9", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e4b7fe549a244b1288ae2242196281eb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e694820aeae545c9a8433f385654543a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a21c03828b5f4aec8a28577a932ae34f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c9e455d29b0b4b32a3d0f6d2a0986743", "region_id": "RegionOne"}], "type": "monitoring", "id": "753dd3cfd68a4940942f6af96e9c4ed5", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a07977eaa43c43088cbc5bb148d427db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7b2b2e3778214b4ba0a374448af523e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b4a2d58eb33044a595b5bc85db0fa5ec", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f51becc371b74cf68f6973e7e9badfd9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "38f91ea94f1b4edd8b0f04595d3fa879", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7be88603c8384bccbda6dcde08b70b13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "aea7c792a6f84b2384be27cd89125b68", "region_id": "RegionOne"}], "type": "placement", "id": "6c1418e74d004b498e286f01423d06ce", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cc3824c8c0c44a15b73a3fe37a9132d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "beb6a08a283c4392b226865bec7d7ce2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b630efcdba664abea38b6e7f36d96d26", "region_id": "RegionOne"}], "type": "instance-ha", "id": "33f8d9a317e4424ea273fee8263389c4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0a33bcb16e094ba4843b2f860fafd627", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5da7acf00599486f98d3e0ec4a411a6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dcbca37bfc804626a0c8a9df04772db4", "region_id": "RegionOne"}], "type": "ha", "id": "d781b846a46f4b02a97146033664ddc4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5a4c1bf19aed4d3c879623bb266ec7f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0fdeb0e5df9c4faf9057c0275b5638be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "68dc34a2061041bb9cd94a4c03fa6b60", "region_id": "RegionOne"}], "type": "reservation", "id": "d6224fc49c3c47c586f2ce7d3da7d6a8", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "60c0f7143063430898b87b3c2093d59d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "51ff4312ef534120bb82895b80d64f5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "6c4b9766c819463987e13d577347f5ec", "region_id": "RegionOne"}], "type": "function-engine", "id": "833f06adc23c4c279bd61223dc942f71", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e2804222435c481bb6fbc90da482b5c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fdddaa0854ee46de92500f8a23127b6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "fe5da3df85e5451f855f5b0fd310229a", "region_id": "RegionOne"}], "type": "accelerator", "id": "c1a76f2ab77b4fa1add65334770d682b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ef4a2b2b7f8f44eb903ec9eb9d72f08d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "633dc24962d24968a322dd102ba50719", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "78c5cff7a2d646e7b4670876923976d3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c85342819cf944a08e42fe0f81c0e273", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f1b2773209c44ff9a518022eb9bbf80d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a4d14297043449aa9db6dd2f678be1fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e7411b585e19427396dae70e9bc0fd77", "region_id": "RegionOne"}], "type": "registration", "id": "c96c5285e3194d8da4af97087cdc1a88", "name": "adjutant"}], "user": {"domain": {"id": "e9478556ec354b978dbe0d7012342e30", "name": "58af977df0284a53a1b228249f844afa"}, "id": "3c9a0a4896ef4857ac321e5a7498bed3", "name": "1ed64fc7a9764805ba4b0b4ffe52d4ef"}, "audit_ids": ["c7d48d0bdb4c4a3287659f827f36f12d", null], "issued_at": "2019-09-19T09:04:44.980865"}} 2019-09-19 09:06:45,106 keystoneauth.session REQ: curl -g -i -X GET https://example.org:5050 -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,111 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,113 keystoneauth.session RESP BODY: {"versions": {"values": [{"status": "stable", "id": "v1", "links": [{"href": "https://example.org:5050/v1", "rel": "self"}]}]}} 2019-09-19 09:06:45,123 keystoneauth.session REQ: curl -g -i -X GET https://example.org:5050/v1 -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,129 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,133 keystoneauth.session RESP BODY: {"versions": {"values": [{"status": "stable", "id": "v1", "links": [{"href": "https://example.org:5050/v1", "rel": "self"}]}]}} 2019-09-19 09:06:45,140 keystoneauth.session REQ: curl -g -i -X GET https://example.org:5050/v1/introspection/abcd -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,146 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,149 keystoneauth.session RESP BODY: {"finished": true, "error": null} {9} openstack.tests.unit.cloud.test_zone.TestZone.test_update_zone [0.265028s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,954 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,960 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,962 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,967 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,980 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.894508+00:00", "project": {"domain": {"id": "5aa42882f70641d3a142efdc5e1b0a30", "name": "64a3db61339e4993a95fe86cb85c8004"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "05ce67a4a81142fd9607f2ac7d4702c1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "729ecd137cd34a7ab5e5c773df89c683", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "df5336c0899f4fa5a12136ca42b1a36e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0b9bc9b679d14124b4912562d49b2e81", "region_id": "RegionOne"}], "type": "identity", "id": "bd74c98ab5e14a52b18397f81f625eaa", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c6b0fc3029af46bc967cdf0bc82fb859", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7476b3939cb745ae99ba8c2d7b61cb4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "07418c592e244e698b51e8a1fc17a3bb", "region_id": "RegionOne"}], "type": "compute", "id": "1770f6a7a4934fa8a72e885d1a3e7121", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "81e6d71b7c4e47f0b0c80bddfdef047e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1807e4be96724dd2a7bc647f563d29c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "56a394fa35c04586a99e83aeca80b73d", "region_id": "RegionOne"}], "type": "image", "id": "4991203131074f7ab146f6a982b3a4fe", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "19c29f0b1eea470c82f2ed28ceb9e8c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2d16fd670502484aa517e3d0d51ba6a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "62e9c16d27a64d9f96004e077c3d2525", "region_id": "RegionOne"}], "type": "load-balancer", "id": "9ca61f54c9934869aa404f53a660cb16", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4166c4d8bc3f42ee80d536ce64969902", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "819bee7f5cef48feb9090f9282bbacda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db741172df7f4d28bc6294a71d8c68b6", "region_id": "RegionOne"}], "type": "object-store", "id": "ca597970c832488ba3394e9b29013cb6", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8dcb00e4aac14eb48129fbb27ce51871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4c0d4a6fbc004fa8997cde9ac447af7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "acbc54857bc1404eb7bbf7448a50aa19", "region_id": "RegionOne"}], "type": "clustering", "id": "76543a465b334b6dbf93f98fb7a211be", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b8614034cf744fc580b5a1bab778a5b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5c029b32228b4a19b834e0bd5d371591", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "db1af40346a64e2c8cc464bc6d38b28b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f72667fa20624c1f97c1f90bf0dd3f12", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b63281ac46c74ac79c369325a35091d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3c6c9f7e604c49a5b3039efd761b464b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cf5b243580f1474cb543e73b257481ac", "region_id": "RegionOne"}], "type": "cluster", "id": "28d65e4fb7ce4b5f9da481a762075702", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a238236f63f9496eba2c01bacce895a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ef27348b28ab4b42beca686cfd875319", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "bd998ea851024f4bbca26683931feff4", "region_id": "RegionOne"}], "type": "data-processing", "id": "ec215bd560144e46a7ae6d95f51affb2", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bf9683400f8f45288ac4fd4f9d5f9224", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fa646097e4bb4050ba9cc97180561ae1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "14ea74c798564a48ad59860418555c08", "region_id": "RegionOne"}], "type": "baremetal", "id": "ca6d2a88099144aa963086cf58e9638b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6a8b2f8df4fc4af0a62fb5640f297ac0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f9fcc3a93ee54659890669a0479f8ce0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "02540d0c301c49aab4f1062e0ec64a9e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "9048455f742d4e9d861b6ebd89ecc5bb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cb815a05bfa74a01a56a6c777e8b9afd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f271e7d6dc2649b29abc3ac06b93c032", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "28e62a5b1eb34243b10de437b7710aa3", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "961e441efb3c481097fb4e1d618ace7c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a8dd7a124b8a4cc0a59db5c80b107753", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a7673d3b8ffb47088b9dcc4f018fa48e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f155823b3ca54b639973ea7a3c5981a5", "region_id": "RegionOne"}], "type": "key-manager", "id": "265a8f200d0a4f56ab20fa3a4a1d50ad", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "64ddefa131174d64a6cdce8c7693ce36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2fba3904da3040cc8a9085520c2d9cde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "afd5758b059b4663a53e9495996b43ec", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b3300ee3851d428da58197fe7337d6d3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ba34c3ec54ad45cfa56479a338996f25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5b60c018485a437f8b554257c5d726c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "015a264fe1eb498686d546c3b48bf11b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "43742bfa81c74f939cd69742eb4fa35e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "eb32197fd63e4d47ac2098fefe955fd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8e258662420143818529d4cb9ed8aa85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "34f2e63619114584887c4a539c4c08f0", "region_id": "RegionOne"}], "type": "message", "id": "7b978624cf5f47959205a7c7d3bdd177", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6d951221138b4f22ac0d61a56e7292f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d95d0b9ac5ec4ffcbeb3c5e616011e1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "45891c6977254fc7bce5eee77bbf34e9", "region_id": "RegionOne"}], "type": "messaging", "id": "6bc12cf8a8794307a74206b90fcb70dc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "21137d50b3b143b784c669591c771e69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fc8ed4e533c74ef98600b98caa1bc0ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "989e12d850694d6c8a0b2264862d3079", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8de23afa479b48f1b5eddddee09cf77e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "409096ddea324be8bbc482262b927b5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2aef8f7ddf1440ddaabb6a2a1efac09c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a2e60406fe1e41c388c2dce3592584fc", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "13b269d77e1d44f69cd6a37a3a3bd575", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6f61b897b6054c148b97e63db4b0a311", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6f91aaf7408c45e29463f09d8230cb46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c56241b1a3484b66974d15ff33cc3e70", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "66c9e7bbfeb64f359e4d8321217d594f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4e2a965029ba4619a97039230786e2b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "517abb105f4843a090e4f54867c29173", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a587b0c60dd4430945f726a29cb5429", "region_id": "RegionOne"}], "type": "container-infra", "id": "4cacb36540774f3d9fa72cf3cb3eb57a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8ad4ca85b76548959c81fe900dccbd1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ef8c18f8881342a3b01e7e833dfd0b00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "dcb3eff10ce34fc5b034e911a466343c", "region_id": "RegionOne"}], "type": "search", "id": "683c241886264ff4a23da9ed60ca7474", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ef334b3dc47d41b78630bae8c7a910a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c6cb659042d0423e95d02c1083c9dd2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "67616b3982784347a5e4e3b76c9b0b2f", "region_id": "RegionOne"}], "type": "dns", "id": "598da043c1f24862a47e4f90c4f93d56", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cdf5b025ec2947419c2f744cfb9204d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "987becc2265f4798b55a4c762fce6773", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a009a7848dcd4116a498b80f572a345f", "region_id": "RegionOne"}], "type": "workflow", "id": "095dba7c10ae48a4bcfe4f5367509be1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "db3de1d8089245c0b14529e91f388636", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3f6762ac69474ac1a5bd270aa1da025e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "646b757983db47488f6b644c12f199b5", "region_id": "RegionOne"}], "type": "workflowv2", "id": "caa44ac9a2e5449fae873ddf99ca02f3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f92e7a84115d41dd966b616d1361ce70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "80f8c3a91f31421685682c51cc7f1ed2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e278c8403b5449d18bc9a2083f17c1e8", "region_id": "RegionOne"}], "type": "rating", "id": "666a7fa855b0486ea6268c92d4ee8b8e", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3b85b90583c74aeaaac8f2122009f3cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1afff5904e344f4a9de2a75b20b8386e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e85d44c3866348119464239f7690dece", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d16f097708ee4ead8a734877a3e508f4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "20f88efc4940489984f3ed0a7cf50f2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b9d295b82baf43ddbbe20c1454b50a6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ed8abb5d157c45ad8537c2a0ee958dc3", "region_id": "RegionOne"}], "type": "policy", "id": "6aa36be1ec994c40968ea7458ac9eae6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0739bc002e454b01b4d7c83a714adb52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c8e3e449eba64bd4a84694d11552efc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a44501ad5758481d885d308d4bb553e0", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9b8d9a64b6e54e338c567544dc6b2a41", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d6a57d28158648c290a5c50f6b5602ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "450f524849084d149aca34dd4b4e9c06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "162bc43b2ee940e2817fb46e12a3315e", "region_id": "RegionOne"}], "type": "sharev2", "id": "13441c409b134add888549f13142d9ca", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6e0b1e9d2ce146b0bdef63c5f8d6711b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "76d4d8406c87404fa72218b5cef4597b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "22328215cba24ad1a981385c5e94a72a", "region_id": "RegionOne"}], "type": "share", "id": "887ae73bddd9431aa9977580ffe63fe2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5aa70164aec941e885f59f1e59028e51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "26f0f9e83f1f4effa91bfa47076361a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "fc37a285054e41a2a82a92aeedeb08f5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1b887e8c4856402dac6a1054094d52a4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "790e4933489c4ccf81f482d611687796", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae6230428dc3485b8718f57660157444", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1e5fdc867154c38b3cda97d31e676bc", "region_id": "RegionOne"}], "type": "orchestration", "id": "ea2e7a73231248989648e13cba21e9e8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e5a259ec1524c7f80bb63b785ab14ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13c33fa3e8eb43fa84a4f834167276ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91b6a4b312bb4dd598941b1779b43f84", "region_id": "RegionOne"}], "type": "block-storage", "id": "dff76b98d21b4ebf9f98624a9127e994", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bcae9d9b83154fdeba26df3a6494f6e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6752d331f20148c092cbed49ea9df556", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "189ad014276c459cb4bac27951b86f41", "region_id": "RegionOne"}], "type": "volumev3", "id": "db675d481de840c197f6af8aaf465214", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0c51622f6ee45ea97b87ec89f92f949", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b4aedaa20a94418938f013b7bd38651", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c82d32f8368428f88242039173bb8cc", "region_id": "RegionOne"}], "type": "volumev2", "id": "bf1fc030a54244f8a8c944cd769a3e3a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c47d76ae695415a834d1620c1e6fe5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b3ded00e9ba4eb186dce4fbbc2b80ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42ed5df3580c446aa5c72d3b74ca9f10", "region_id": "RegionOne"}], "type": "volume", "id": "337a3e80b22a4cb89c2295575f56b01b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90750bf78e774f069e06facad9f227b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "687e875897f54f578b11d9a8bbbb6161", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4acd87ddb93a4887afac0a7da3c44f43", "region_id": "RegionOne"}], "type": "block-store", "id": "98b6c78c06ca45d2adda02b21b189a40", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ea43b15b753a46e68dc8e8e6b14b0b1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fc5d72b277cf40b8a958611189c4f309", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d5c0e85ad6c04dd9860c3b12d0f8636e", "region_id": "RegionOne"}], "type": "alarm", "id": "41ae466f55ab49d89497810a90399ca9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "74eaf7d1e8284bbaa616db58df098c15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f879c7bfb4334759974a318ac0f9280c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d20d8c7ebc334af09d2b5be419d623b7", "region_id": "RegionOne"}], "type": "alarming", "id": "3388abe38b8f44ff8c0a85c5fe45fe55", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dfdbdd5c8876496a8dca3a5fcff97b66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2f00075f940e4f6cacf5d0e0acd2f899", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "099b7e39378b4ee289e90e155be0c472", "region_id": "RegionOne"}], "type": "meter", "id": "48a08837ab4948caacc7b67e97bb5982", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9d3be08b4d3441f4861b66ea5990951b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "331e9318955c4699b973c66cb0934bf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "53e0cb9ad7874446a33f31272c31c36d", "region_id": "RegionOne"}], "type": "metering", "id": "bb81fdcf1caa401197c2c7e555d9de60", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3a2370e52e6944a9874e0223c571f0e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c0427c978ebb49328fc5112989584c65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "75f183f4497641998e8b980758f43a2f", "region_id": "RegionOne"}], "type": "telemetry", "id": "5ca6f772aa9e4cb8a85c35dfb473abd6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e4cd380ca1f74b6b853b8d3539d4441e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "12f94d161f2c47a99a85befbeae0726b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bb948fbf94ad4a049b66fda55b9b26c1", "region_id": "RegionOne"}], "type": "event", "id": "ba5bce6972a740ce892f98efae09634f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c415eb8cebc041099c85f05972582078", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5ffd4bd3a5934b7f969101f5a702cf29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "51b7974b4e08464c97bfc4ed61380cdb", "region_id": "RegionOne"}], "type": "events", "id": "eafc267d94d14dce870742a68ac8f28a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6e258f2a058e4bcbb4e906cc1e67af08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "37693d129c7447cd8b9344b415ee1677", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1d3b5fbccefb4fc1b9ea0b7a0d8d80b5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "553f043faa544a57ae817d95466b4747", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4bf1839bf2d240d6a4d615849a4b37f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c5965e58a55544f7a73f842f28d7443c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "75926f0fe09443f0a63afbf7286caaa1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b13e431b300d4c6e88289101192658eb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0c91cca06c514d128cd89a24fe9ea948", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e07670eb60f647129a39a9d0b0544c11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "829833b5254143e5aee255190ea89454", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7a78d6fabc234f3696b332b581481eea", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "87ea4ceb10a44836b58ceac3c55cda95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "511de03c53a54fe984b5c8bb05970be7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5bfeb84e5a364d3e846ca440136a2507", "region_id": "RegionOne"}], "type": "tricircle", "id": "82d5001218324f63b0d5ef97f36c8845", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "42bb6f35df39477d9684816b1a9f1bd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "07a52da37d1243e4b5941b253c817f1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "75e007ba02fd4777af65c14d09b6f7ff", "region_id": "RegionOne"}], "type": "database", "id": "383f283101364a5ebd6f59e2aa1df7fa", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "876f06304c5c4883ba296a4b2b6e9a8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5050b42d8a8546f8aad45032c008a8c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "48fc7fa211464d4d95f420ff898c31f6", "region_id": "RegionOne"}], "type": "application-container", "id": "e29b0e6e4a6f445e946823ea383f92d5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0ea5286996334235878b392e700078a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "33c6aa9c7d5a4e32844fc2f8ca20e3cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "71dc95923cef42d3a09afe96ee669d22", "region_id": "RegionOne"}], "type": "container", "id": "3649fbab7bfc4313ad81500cfdd22c83", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a1305b9a35e248c4a7147396bd8b3f08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0ae9187bdcb941a5869b498292626a82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c8f833a7e9e7474ba33a4ab9a2b2de6e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "65a93db9b94d433bb536934fd1512e69", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3c61bee232934388894e4b94fe0e46c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "af75a3b1a249422bbf1befd2cb4a3476", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a62ddcb16fba4fd598ef2228668d0185", "region_id": "RegionOne"}], "type": "rca", "id": "cc64f965e5df4221b38e967125c32b95", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c47084fe91d64fa0b042d3fae1f4e2bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "65ae0a005f5848df9a5a99c1e6a8f162", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "3d98c8a905794e4188494b6fb4680c93", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "35d9bbef8c4f48e79d12c3e2502faad0", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "b2698aa30e7a4ba4b8a9d7e75cc9ddcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "13f64594ee4645b58a731c9ca7969e62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "86ec9304def745b5b0229d70bed38550", "region_id": "RegionOne"}], "type": "network", "id": "3a64cd61d3954952b6fabfda4a074b30", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "cb917dd649a84602927351ebe2989c9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "694da2ababa942ab91fe85cd7de22fa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d1d9735a6a7e48b4b7ac068f84d77366", "region_id": "RegionOne"}], "type": "backup", "id": "24c362d4770f4cd0b72298ba13475127", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3b1e46668d734d6fa24501cccf9f8f1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "11f27220c03145ab81a7a710800f8083", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fea4a37f1fb641eca92e01d2ed69358b", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "09eb726818f84d06898f38085f45f306", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1e9ddbb9ea454386b6d0e9c8671ad67f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "db152d24ea6e4d4baf355562638dc6fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "051b152495b545a9976b6748b9890b02", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "7113c7957b6b4b2ba82e457b86029a3b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ea342739f54141b7a484e9790a3e281c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d8ac1792046a4af8b25eda07dd23182b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "6e30a57ea7774721839ea519bb99c327", "region_id": "RegionOne"}], "type": "monitoring", "id": "3fceb8ac11dc4acabea72cdaee686072", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b601c7af307e4de5a89c6d81cf4901b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b70a75b6b50044ecb6d82ef05ee2e543", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "fc8408853f2b4cbfb83538eb5c8054f6", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3bb58df8e35c4ebf98f51f749797597e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0f283778888f486fb25d8e268c5fef86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "34237509982949a59fb252d0ed9bf186", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1f88608ed9f54caf98fe69a1af517258", "region_id": "RegionOne"}], "type": "placement", "id": "9c3e0be9bfad4868b6fce785ff78acf0", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5c31ceb065fa436c8c82574e610f34c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7163e4f7d64c4f44904a3dbe4e56cd89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9e69f250b98a447084b3a9228f025b87", "region_id": "RegionOne"}], "type": "instance-ha", "id": "bb591fe5bbc846e487cff59715a2ed95", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "941af2340f2c4aa49eccabfa5e1be2ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "44e710d51aed40989b8ca3049c653c9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f96767c58ae644bfb2f87fd922fd4cca", "region_id": "RegionOne"}], "type": "ha", "id": "5f3c8accbc3d4d52b4c614910d5e12b8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "af8b69ae4d564965b67916e17c8e6bda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "87f9a936afd94d16817371de54a8b844", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d7525ca3cc8e462c83e6dacf25506510", "region_id": "RegionOne"}], "type": "reservation", "id": "71060698a22c4b81b9c4494a87e940aa", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2e9a0def44214d7d85b0cb716ed6d14d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "db17d8534bb3469eab501360c8283ba4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "0ce4c2b5eb9a4c7997f29f7f086b579e", "region_id": "RegionOne"}], "type": "function-engine", "id": "14cb1f7ee61e4cd890e914eac3c84b33", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2659a12ddc314054a57f87c81be4b4d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "cbaaccf48db844338a6fcc546576fbd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "21270fb8bad644f996448a43cbae28ef", "region_id": "RegionOne"}], "type": "accelerator", "id": "c2bd8c201ea049ba859a5727336e8c39", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "892b98006a6e4dfa81539cab679c8567", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9c248ddffd9d4414b40af41951736c8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6d0041290b3f42e8a680d75b437e6996", "region_id": "RegionOne"}], "type": "admin-logic", "id": "dd37c05607f34d27bec13f690407b6c2", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c666e053dc134ee29075ab2310de8137", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "df71fe439a0045baac269af3b59a3301", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9cafdaae404e4f12b77541901c6eb7c2", "region_id": "RegionOne"}], "type": "registration", "id": "bcadf66a1021418b83d1d6bb947192a0", "name": "adjutant"}], "user": {"domain": {"id": "6cebb200378642ffa8c41de2166c08a7", "name": "4c45441bba144e07b698c561536d6257"}, "id": "5de743f7a664493495a67a92a9c6a058", "name": "c97d81d0875b4e628ea2de10473b1f68"}, "audit_ids": ["fbd1d29665e34b2dbb29eeee06099648", null], "issued_at": "2019-09-19T09:04:44.894508"}} 2019-09-19 09:06:45,053 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,059 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,062 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2019-09-19 09:06:45,108 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,114 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,117 keystoneauth.session RESP BODY: {"description": "Example zone", "email": "test@example.net", "ttl": 3600, "type": "PRIMARY", "id": "1", "name": "example.net."} 2019-09-19 09:06:45,141 keystoneauth.session REQ: curl -g -i -X PATCH https://dns.example.com/v2/zones/1 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"ttl": 7200}' 2019-09-19 09:06:45,147 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,150 keystoneauth.session RESP BODY: {"description": "Example zone", "name": "example.net.", "ttl": 7200, "type": "PRIMARY", "email": "test@example.net", "id": "1"} {27} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_delete [0.062407s] ... ok {3} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_service_get [0.063349s] ... ok {21} openstack.tests.unit.cloud.test_server_group.TestServerGroup.test_delete_server_group [0.294269s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,892 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,898 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,901 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,906 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,920 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.827883+00:00", "project": {"domain": {"id": "ac1fec7bb22a454db3fc67e6c48ba192", "name": "0af42de247dd4655aeecf46781c9184e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "46a135188fb642638f52365abdffb36a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "94ce9bc70d0d4605b3d11e4ce144c873", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "78538ded311a4133b4da181f1eab4b20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "928aaf1ec63645a08a1a6b526f808e40", "region_id": "RegionOne"}], "type": "identity", "id": "9d9c0f49304641ab861261a183a0bb7c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b5c70e674be7480a832451db8b158710", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7086094f214e4fa6b1659d66c560a30b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8cbaf83d08ab421b8e14feffb1505f69", "region_id": "RegionOne"}], "type": "compute", "id": "9628a0339aca4042b638169a07c82485", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5e1f836b56094c9da397b4dcd9928983", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "23470dc168e84e738eaac6bbaf62f1e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "06109f4d2f434207877fafaf03c52c40", "region_id": "RegionOne"}], "type": "image", "id": "594f5f019f3f45d5a89806aacb2917a2", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "588d5f69f2214a2aa89de6b7072fc0ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "891a2840d3ff477f859206b6d1eccbbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2f5872469d22460f9400ce9af438020d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "02e7d444f5994e8fa0c18970d7f059e0", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d6db76aad404de58f8001f65de08119", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d2eca4b045b14425b4ed263a6d3e5e07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6313f32ed2124741baf17ec15cc454b4", "region_id": "RegionOne"}], "type": "object-store", "id": "1b6e6d76163e4305af2f358236fd74fc", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e20e54b0ffe74357b3aae01ad781f2c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "56c4ae66579d4c5a830f12c977bd9019", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "318dabf3a3714f4d94f8cfdc455355ed", "region_id": "RegionOne"}], "type": "clustering", "id": "f1de5e47f3a44bb7b7017d2c16c7aa5f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9bcfa26d299c4d82a3b92e4fbcc56ae5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8978f1d0aaab459aaa5eeef3c5abaf66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c74c50ed700843b09ce278072a0a0ace", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "5efcf8e003ba4a6b963236397762e79c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "32599456398b44b496891b33915407ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f60f2e5572c0413898e1573b9f4c156e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c9ab29ac1dc2459abbb320e6c4f294ad", "region_id": "RegionOne"}], "type": "cluster", "id": "0306a1a9ee064163b8f06837170b3ded", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7428c952b15a4945ac12d133a656d872", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0052a6b33392424cb0569058aa199db9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6b3822379e2743c8bf17b42dcc054cd1", "region_id": "RegionOne"}], "type": "data-processing", "id": "47755cc6ab4f447b931912a9e019ba5b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cc36d5781acc4411aebdc05f25854370", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8d7c3cedea784f3aa47498bf59d064ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f6d31f20d8c142aaaa751b02f751dae3", "region_id": "RegionOne"}], "type": "baremetal", "id": "ba45462a9fc14c70a6292a77fa4f32b2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9ff8c5bd86034654bac503e5fed43261", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "579e61a61c8b4c659ad7be123ca9db94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "88cc3b8177304bcc9622adb44725ad12", "region_id": "RegionOne"}], "type": "bare-metal", "id": "493d6d5a85784c13894ac8f6ece27f31", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b99bb42169b14d088bfd28f766cca0b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a3814f0005644f90b3affdb8a0c7aa0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f4b85cdb8fc141ec80d1968495f2998b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1d3130b3752e41e8b1699a9560256331", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c8b0c315ab6f450db1260ea9a5fed2ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b2c157a72b4f4eed851f10504c38b5a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f4317e46d87b490dbf0d828858702d7e", "region_id": "RegionOne"}], "type": "key-manager", "id": "aee22af727244d93b24e31a5cc06500e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e25cb05d53d84650b99fe77d2e34d5ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2c05e6fc6d1e46b6a53d526f63e6402f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "45fc2de32e444865b53f0c012fc24d7f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "562ff8037eee4d5fba8c16c59cfea809", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f656c08e4c1e471588d1e6a0661b7520", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9c500771f49744028347e2a3c21b35ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5346906d7eeb49d2bd2cc13f5c20ffa3", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6dc1623bb2db4549b88da101283ef871", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4b2648b20f9f46a09c019d91d4083f77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8b9bcc7e9d244171986c2f9f1ee90e80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2be8c4269d044524abb8454bbb945556", "region_id": "RegionOne"}], "type": "message", "id": "7094c686743e486493e555e2bb467828", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7911b3fb06be4889a7799b6f92250760", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "00e1aca22dbf4b7cac6e169da30000fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e593b5406fb242819068841634c27c4b", "region_id": "RegionOne"}], "type": "messaging", "id": "bd5a4bb010d7495591ae6cca1bbd75d1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b7ac9fca81e740749061020dd3e09e97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c24fd39435f7482c83daa8490021d719", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "78118822c92f468280ba1f93e07fbfaa", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c23f910251ef41ecabc3d58ae867bd08", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8cba6f8ed96e4accb14e5d1fad6ba444", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ecb07d089cff471dbdd872eca44f4caf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "799b05191c984dc0982fe7ae920db720", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a56e4a54281e4b80ae0c4bdde2643c60", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c85cdcdf90544e7a2d234bdbcd9eace", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7282a4d270384273bd92aa4157a42cda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b43f79fed90e41efbbda76567761c079", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f5b63e649f0e4f44a5413794b03924fe", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "62119457f38146afb20ffcf1b1940c80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5fb7ba86f6094ea59f72c69774f984de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d441b257a46149b89a7117b2e7638813", "region_id": "RegionOne"}], "type": "container-infra", "id": "a5c1687c80c7419a86cfd6bce9dc9b60", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "fa585d53caa540d49ec2fb08b8fa1728", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "38e0372dd8914adea91b032d37b225bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "275e10f2552e40ffacd946657cdd473c", "region_id": "RegionOne"}], "type": "search", "id": "8ecf32399e6e428194bc0aec87fdcad8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e121248b160841bf92f499a41354d1d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3fa5c990dddc452bbe78a1a1ec0c6c24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2cf9a3846b81498dae32aa160c1e89b3", "region_id": "RegionOne"}], "type": "dns", "id": "2fec541c41e942f39da067b18a01d51c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "02e04bda5b2e41e39ed75dcd27f18051", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "05c4af5498ed43518ea5ad3a3436e799", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "77b64efc80ae45939ec562df6a4e0ff3", "region_id": "RegionOne"}], "type": "workflow", "id": "5d893714be714ede826745ac148624d3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ca000aa8a7d240be8c625a99f40fb2f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3c5976e998964892b4413da82965b70b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d241f3119d8f4b9fadb1e2c5caaf5d4c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "95c9965243544685b8f89a3a917a15ca", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "abdf7acc3c4943a5a285121e54cab5e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "824421838f3345f6a5648257081270fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "eae0ae4c4cbf4ae190cd63dbf8d7a74f", "region_id": "RegionOne"}], "type": "rating", "id": "76573d85f5c64f1b872c7fd4ba95a153", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7efcf2e2329f491794f633c46b135674", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a15af5239c914d96a1a506c0e698286d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b771ce6e13364bf6916e95c24b7630a2", "region_id": "RegionOne"}], "type": "operator-policy", "id": "59ed05a110df477ebdf330bcb10ad0ae", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8ccef78a31f14f54a21fd43f9eb3b8ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7ac02b6a8103401ab7869c1b563c5d5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "47602ee3d0a24954837ae0e793ff2327", "region_id": "RegionOne"}], "type": "policy", "id": "407e4860ac8540bd8e6c5e4d838eabd8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7f0737160de24016934430fc2e3593b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "50a8cf4f5ed2409698129dfb50466e4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4966394b36fd4c5abf32c55459ba4cf4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "3016bf0dae734b46b6ddd572e6ec244f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e4b191b83ec44b039ff853a800989b3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6be23e7a1b8941eb8c8ecabb2f5415d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dd152174c15b4b06b54168f6fb684a7e", "region_id": "RegionOne"}], "type": "sharev2", "id": "5939570d3f9c40ec9bea21b3d514779d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8209039c4128495999a7aac74568a044", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "987d759db85e4c3e9b14831c4336743e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e8886c36eb5b4adc8e1cd793b5b0663e", "region_id": "RegionOne"}], "type": "share", "id": "b123e79ca4ba420488f95a14ab9819ec", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "78059606ee424a82bc002109a5d0865f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2566ed4dda2543f58f3dc3e7bd1e6ab3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "cb72a57037344c3b866189b2b248e4f7", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "32b331118253448486c7fbcd6fcd6ccd", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd8891d7294549888df78a94956451c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6d1cffcc25c422bbaab1fd0e1ea9419", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e38232efe4d84320a0cd16c5822e002b", "region_id": "RegionOne"}], "type": "orchestration", "id": "b860bdd94f364b13b26fe274e409a44d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46c2423affb840a8aeb184f82a3756ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4683ec9f08424ecc82b925135fd79c7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a18a7e38653a48ea9ea487533caeb70b", "region_id": "RegionOne"}], "type": "block-storage", "id": "c1615a1a08b149979e8c140b8372b95c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7cd1552763a4e8eae1a79ac2410bb14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11a8df24779e49d9887bef6b904eba45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d86bb434d4064ef0aea3b082efea9a7d", "region_id": "RegionOne"}], "type": "volumev3", "id": "795a7246402841c096e0a312ea4a2a28", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc48b3b12d304d97bc189ce717edfda2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6253fb37eea470e887696426e4ba422", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "edc6ad4c6c73407889270916e52834e2", "region_id": "RegionOne"}], "type": "volumev2", "id": "c517e9fc2be74cae9331d13aa3d5a998", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da74ab3b98ef40e1bbf0fde2bd054daa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7ee7af92c074692bfff434fe7c0ac98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e7a4d2140b44a48939496fc9607c167", "region_id": "RegionOne"}], "type": "volume", "id": "73b064fc22d74430a5fd86592d55e196", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8719a316d5ee4fbf9f774309792130d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c9119be504f4c81acf89b8a3e0ec0d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91169812a60a4549b8637c7e2396bdd1", "region_id": "RegionOne"}], "type": "block-store", "id": "da006f5df2f647a9baf47cf51943f33a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "83763b0ed9e54e3792b9572220883ae9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "64bbed69ce904418a3acb55f24d21e35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cd9019a92d484cfeaeaa8d8f0113d1a5", "region_id": "RegionOne"}], "type": "alarm", "id": "0bc4d93a04374b3097ed6ffb935f0305", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "14fcfb0909354f3b8000c505849a3c4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8fabac18621e4f5599dd2ab041003187", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b2cc1a8b2a414e03a47834030f6514e4", "region_id": "RegionOne"}], "type": "alarming", "id": "7fa941854ad94f71b786ab931af46aa8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7a35096e0f7048338cc950f64d81a734", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d021deb075074fa9a845f69d7909ce99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "680252fd79ac428c9940a6bfe706a418", "region_id": "RegionOne"}], "type": "meter", "id": "4486bac96ec6402bb26cea85658062f7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f265699eddca4dc7bdaca28b611f8f4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4492998be6474369a09e4c9eaf46db9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "94080626f21b420e9b63067539ab83c4", "region_id": "RegionOne"}], "type": "metering", "id": "78e89947353745f3a39cc99066292745", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "70d35a7eb4c14a3197e1e3a2a75c473c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b806299b60904588b130327b4d1bf7c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "312b17a3768847cf92a5b899acbedb02", "region_id": "RegionOne"}], "type": "telemetry", "id": "9be3e1aa928b4371ab25373e63d22527", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "93fc6221054b45a3b0a0682ad1bac147", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "47afb31ea3514e469995e36c45e4f252", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7b06117af19b4bc4914006d9847a6c20", "region_id": "RegionOne"}], "type": "event", "id": "6a84cffd9a924b9e9ad423149481830b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "30c482d3613f4115b461812c76b2c3dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3e9bbb0d58d84474b5c8bbea3c63d950", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0be7e8cfa18e4146b9ccebcb1c27e008", "region_id": "RegionOne"}], "type": "events", "id": "db8f91a849e840fb8d7954ed3cc866f0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e5a95b51e62349b9abbaa3ee984680c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4da5da682f9e4dc49ad4c0f825a0ea31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "155054e5441c4193827b193866ebf360", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2cb55039acec42e8adb7df7a50020a57", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9cb8e93fe52b4013bc07dd771656d199", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "44f5555f0f8e4ac4b204c42681c0c292", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ee94ac1b2250414fb3808b2418737b52", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b2a43ca08de4496f9b5df078e4873f8c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cf8a8e93d4f3413d99449d5cbbf2fe27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4cb71e7f22ef4fa6b6d3a67e467315ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "98fa997daf50433387299f62196609e2", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6f18c3993386437b989547283dcc1abb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c96ef7af46ea483fbb56907c2d2efd6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2e16df12d9b840ab85509e1d1b2fdb36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "70051c205c5d4858aace44fa8e268da6", "region_id": "RegionOne"}], "type": "tricircle", "id": "f20cbdb65ba04945aaf6aed0eb47ab11", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e2ad673d6b2b48948187c004ef411bbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "4efd807217b84875b618570ad440e149", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f461f1b237814a618977319c8fefbe44", "region_id": "RegionOne"}], "type": "database", "id": "de96f0da01644744a3b851649473a793", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3178157991d447f0a1e3e1b71faa4594", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a25ad8d850e94a6c9da42052dda6956d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a15759c63c0e499e9c06ea5a875424d7", "region_id": "RegionOne"}], "type": "application-container", "id": "aacd62ba1b654ee09af55341c72fe2bf", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9875c10a9edc4b9b83bf0e7f95ccbaf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8749a6fdf5cd4c20a542666df686d92e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "959635abfd78435f9fb5b92f042eb675", "region_id": "RegionOne"}], "type": "container", "id": "ae10660c80014710b36f7eb13ec9abbc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9d89759b851044d89c1c797b29974df2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6eecce5931364633a8b266fc66f04d26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9050a2fc90fa4828b9a49d872421b302", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "aed7503e45014219b41f1ed771db27ca", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4275b50dea4940e3bc205a5d035758ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "569dfc716a69404a8e1b3edbe9a22f2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d3b6b8aca7004393911cfe3e187f16d1", "region_id": "RegionOne"}], "type": "rca", "id": "751d2aa868e1415da65d2126df1eaf48", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f9482a1fb97e4b629abecfcb0330df73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a1f8705bf063414894bd26633b1bd554", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c63cdae05832477b9cf267ff5b7ecb55", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ac8d494ab0de47dd85ce63174864eb64", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d216d07b79b04d23a96c445fdc7130fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "06021255b4864274935d172a276cef13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "841d1d1769874944b142b24828bbfe3b", "region_id": "RegionOne"}], "type": "network", "id": "291ac8d158454ecfa835079073e0e03d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "dba059c8c7084645b97e3bf1f495779f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "79b273aab1ea4b39b8cdd1a094f3175f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "66ba8ad12b374f00ada58be62706efc6", "region_id": "RegionOne"}], "type": "backup", "id": "6579dcf1ed894ec2a29f5541d5c1db42", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cbfb01536ec64bdf9c1f951421f2e7cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "40ace36849e64bdca80520d4901b1f74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4f65465f3c21400c96626d51c25c1016", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f53d6900104441269045f05eda18413c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c63dc8b131984094b4cfa4373a4007d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1c0b8c6b51b3479780bc359adeb7f401", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4756637a23f84dbda7ace84a77b33bff", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b102fe91e9da4c2f82a962b5fde548fa", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "095bf2ff3f664b13b71ec139cb5c8d7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f775dabaaa39486f914b954c7116b614", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "3cd53b3fd2544235946be0b3a44f203f", "region_id": "RegionOne"}], "type": "monitoring", "id": "0ccbae3bb5824e998fd1d54207f9cb46", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "081ae27e59624e189d9f6ed59601a66b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3522ff5fcca9480ca37c3f7fb79a313b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7839f176ddde44539f040d76a2194907", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e8cbabecaab74b9fb139ae0199d80649", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "689bc1b5a1bf4f2b9818d81be61f3b16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "13acf424cb7a4f75b6fb3c1bf6e980c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "6575297d830b4e4e8c566476641d9cfc", "region_id": "RegionOne"}], "type": "placement", "id": "cf772a086be34886a9e528eb488deb15", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "716567b9677041598fab52edb992526d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "923fec6a2d994f59a65b25938324dc2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6ec890b0707c4e879d13b6ecfb22b1ec", "region_id": "RegionOne"}], "type": "instance-ha", "id": "19b81f25d36742ddbf9ad8e8cb0241a1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2cf81c8f55ec4b73999b96f0c2a03346", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "efad269b78274034a090b8658b3c9fff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4bc29a2377234418bf4e5379c545eca2", "region_id": "RegionOne"}], "type": "ha", "id": "4029a63229e543969a5682d53d727789", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ee0ee7e5c829498a8631197c5e1fe532", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fa8ba118663b44e7ba387a1557896656", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "57472f9e5193444ebfc09234c4f5ce84", "region_id": "RegionOne"}], "type": "reservation", "id": "e9d32ba010e2458e8bb8df332d11d11e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6d0f92ba7f534a068f3481655d094257", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "12856d79bcf24607b0a597e5ac0cbb3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "32744fb2d89641e8812d042220010f57", "region_id": "RegionOne"}], "type": "function-engine", "id": "b7eaeef071064910952a6ddebcdf9482", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "64f77ed6fa414e9db3676a18be366a90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "33a62e66661849e4a2b724955352a457", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "98fd535c746d4987a8d0380ad18d4589", "region_id": "RegionOne"}], "type": "accelerator", "id": "d247fdbfb5ac4304bb951bda4521949a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a3133203ec2d45cf8603cadc4e98929f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "addef8d20e064097af8d0968487a8e40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "070fd06824f848a8ba0f822018b8b2cc", "region_id": "RegionOne"}], "type": "admin-logic", "id": "eeae3f6dcaf54e32afe99a388609387b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1d7f808455cb489ba44301e22e8b187f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7006d222def249b49f56b387ece01c2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "644814eaa54049e296f2beddc45804f4", "region_id": "RegionOne"}], "type": "registration", "id": "351ef47bdb8e438aa3a94ca00ab3813e", "name": "adjutant"}], "user": {"domain": {"id": "900380e3055f45b2bd5aceb5c81d61ab", "name": "f279de6f9a0c4e668169f13c8462df0d"}, "id": "7bc4015e6f1949e381f2b7eba8793732", "name": "9d313550725f4904a74c0d9b4e05202e"}, "audit_ids": ["e802243c0efa404c85a556c52ee958d4", null], "issued_at": "2019-09-19T09:04:44.827883"}} 2019-09-19 09:06:45,032 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,038 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,041 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:45,064 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-server-groups -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:45,069 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,073 keystoneauth.session RESP BODY: {"server_groups": [{"policies": ["affinity"], "name": "server-group-2", "id": "c35367e005884765883f2993d1ebb599", "members": [], "metadata": {}}]} 2019-09-19 09:06:45,110 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/os-server-groups/c35367e005884765883f2993d1ebb599 -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:45,113 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,115 keystoneauth.session RESP BODY: {"server_groups": [{"policies": ["affinity"], "name": "server-group-2", "id": "c35367e005884765883f2993d1ebb599", "members": [], "metadata": {}}]} {1} openstack.tests.unit.config.test_environ.TestEnviron.test_environ_exists [0.189338s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:535: UserWarning: Couldn't find the vendor profile '_test_non_existant_cloud', for the cloud '_test_cloud_no_vendor' name)) {30} openstack.tests.unit.cloud.test_services.CloudServices.test_update_service_v2 [0.119824s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,197 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,203 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,206 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,211 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens {3} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_task_create [0.066015s] ... ok {6} openstack.tests.unit.config.test_config.TestConfig.test_get_region_region_is_none [0.160923s] ... ok {24} openstack.tests.unit.config.test_environ.TestEnvvars.test_no_envvars [0.172350s] ... ok {9} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_replace_nodes [0.086560s] ... ok {18} openstack.tests.unit.database.v1.test_instance.TestInstance.test_action_restart [0.065295s] ... ok {1} openstack.tests.unit.config.test_environ.TestEnviron.test_get_one [0.153678s] ... ok {10} openstack.tests.unit.cloud.test_stack.TestStack.test_delete_stack_not_found [0.274982s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,128 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,138 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,143 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,147 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,168 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.059413+00:00", "project": {"domain": {"id": "224122ccbb1043cb98c82a04ca0f5d49", "name": "7ebc3fe503944960b5990d381baf80aa"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0796cf52ee294311ac648bc24cb63fcf"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9fa18496941648f7a484799067e585a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9062f2bb956149838ce4c6033b16cde4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "478be25160f5479ca78706339601b423", "region_id": "RegionOne"}], "type": "identity", "id": "3f57130f63ce4309aeee4921096a8458", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d7bb10f810734a4c8b5a5c46fdc2bfbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "304060639f604f8b89fef0fe944d2fb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "28a22e6f754e453596311c31f52b1580", "region_id": "RegionOne"}], "type": "compute", "id": "c606a6889c6449fd8853ff9ef47ab9de", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e4d052f18f72427da601e8f9e059c119", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b84ff7ca6d4a4bc388071b1c1c08949d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "bd06dff2a5bf4261b2598b1bcf2cb55e", "region_id": "RegionOne"}], "type": "image", "id": "51943e9cd9524c5ea0104865ea0ca054", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "85b0918d930848a6a54fb9e9aa0eb021", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "74fe03c7210f4f378ad94fd233fe9921", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "3c96d5c3a0ba4bbea288602381026715", "region_id": "RegionOne"}], "type": "load-balancer", "id": "734b2aad3704404f9915301adfa6db19", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0908ecd042e14c809cb0d9c494b72645", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f43d5cee2ac94dd0bd22f880e1ba065c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47cb699478f341459990e7d2a00beae6", "region_id": "RegionOne"}], "type": "object-store", "id": "716c5698a95a4a7682f5c6bffe307c4f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5862ad6b5cfe4ecb8ffbac340e6ada4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3a4d8e7c61154acd9e8bbccafd4d2e65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3be1850b7fa84a868d41ca6711c7d8f5", "region_id": "RegionOne"}], "type": "clustering", "id": "91ba6cb566884e23a856a9595c07e459", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4ca36b6ecd764cfa921251ee97748e7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d96634ceaa114518b96e63123c1c983c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cb20da77d86f4883b427b666e0c5c2e8", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "13d126e8b0524749b29a944099e6ce8c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9ac3be505f23472d90c8616a54addf5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "22dfaf57775b4bf6b0a641081bdd3594", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "aed6b86e36bc4a22a161d8ba85727ed7", "region_id": "RegionOne"}], "type": "cluster", "id": "332afdbccc5e438184494fe7dc38234a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bc31f5238f164ffe8dbea1e0fb450bfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4d7af3edf7dd4759b0be308ac84992c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1f48469cc5334e0fbc505dff8dcbd62e", "region_id": "RegionOne"}], "type": "data-processing", "id": "b489a2b3d6864aa2a4137a64ef5006c2", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c24add6652844f3fa850c2fc8d09ac48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dade1d5a6d754d24a4a8a6663045a1de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "af561af1cae2412eb0c534970eb215d8", "region_id": "RegionOne"}], "type": "baremetal", "id": "1e7906cbd9f24de0970ea70e0271c2b2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "352e8d56197e46ef95065e78995fa3ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a32c155d6d134113b4c22b686ff6578a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b2484fdbf3814b20a3abe5ae47c376b7", "region_id": "RegionOne"}], "type": "bare-metal", "id": "21f059f96b0b4541b76b30e3fd567b96", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6b49c267e2ff49e5bd9462ee4c2ba07d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "62fa515ec0cf4084b435a00030895cca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "8ffe0643713843bbbb93a9ecc44b602c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "61816643d5a1450697c5a0250ceaa448", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f17d0752f9bd46278c29cf4847de26e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b143f7ec11f04104902ccd5a81da35c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "20ec8425ddb74c14825662d5713a43f3", "region_id": "RegionOne"}], "type": "key-manager", "id": "b0568856b74f40b6a2bed974a1947e36", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ff82c7b1bcb544c3a793993374cf0c68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "94d1703b7b7443fb8a0c26bff8adeccd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a78c7bad9d7f481aa77175e09d927954", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "406c618305c64fb295d9e21f3fc9b837", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5ab582209fb940f88af43b8707d25ef7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "30068d2e46b046cd86fc347af1e642b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fac57183a50b4719b889adc4c28ba640", "region_id": "RegionOne"}], "type": "infra-optim", "id": "fd4d1042c90a4b7ab813242ce5b22ffc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fa743eab4fc34eceac3779a1ac2fa735", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "cc3d42aac9be4e61b08021cdc219f21d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "971c239879b2435599f39f4002e23906", "region_id": "RegionOne"}], "type": "message", "id": "ab299883b6e2467b99317539025d1295", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9da1cc990c73406184ef7dab3038274d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5a695713d58b4a6c889c8be3f9fd9736", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c0c83248982b49be87316907ad0a4622", "region_id": "RegionOne"}], "type": "messaging", "id": "3fbf2ed5804e4aa4a6cb7c87cf4ea74f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4abc08f169a14fa2923f00f3e10ac116", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8460c216abce41e0bb33c17b71290898", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2b8b103fa7db4feaa5b15ed3d9edb230", "region_id": "RegionOne"}], "type": "application-catalog", "id": "cb7ecac13f164243840e357a716a7c1c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7094ffcb34334f0a9104044b3cd52526", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1ce7860eff474a33a40352901abbd85f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "983133fcb2714df4b38fc7952ac23675", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b0cbfdef86014e909a35857fdf643b6b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b229205687b14c2eb011def1aaf23ed4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "53c20e61f9f24aa4bcf4a78a7e29de32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b0e3c6207754040bf6a3393c0949766", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "44f6cad6cf6147e5978e1be5490c03cb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "34f2c35c8e5244e0b269339a51917dd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e674d2d8176a4860a1df96412bb20adf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "41557ec724c540f59409893b8d0c851e", "region_id": "RegionOne"}], "type": "container-infra", "id": "095c3d5be4be44859a422336eb9aaf2c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4df3d90ef5754bcd80be878c2a8f96e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "37b35ab8400545cbb100a88569c021b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "10aadb287c8c498f8fbe2ff265dbfcc4", "region_id": "RegionOne"}], "type": "search", "id": "40254b9165904482bc1cde64489ebd25", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "650ca70bf45647e1b4eb3f671e93e0be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1ae099fb8c754233a1e045d2061035bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "caa43073d79440e3b1bd0b2c5fa8a309", "region_id": "RegionOne"}], "type": "dns", "id": "956f25204d6d47d9a1167f0e133e6ada", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2547cf4a8660429fb09db53621490188", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "be10e74658464f5897275806c8a2fa2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2fec3bb024344ae0af662d00e0cf724d", "region_id": "RegionOne"}], "type": "workflow", "id": "adada484c86b411db0b12ca5bf15b688", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9fcdf2d818fc4c4f98a88f6f36c31ccd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "88d301639bcd428da32f6b704eef0d1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ec0ea291ad8f4cafa4c42d21295b3158", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3645890ba3634dc980cd8305f0467725", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1afbda442f324b9db45ef23723363066", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b830bf4fe8be433e92719a0895d44020", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a227e0cd69aa47cfaf9d64375464a652", "region_id": "RegionOne"}], "type": "rating", "id": "08b255e417b74195beaaa452fafa55fb", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f2efce345c184aec895f154636d7315e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e16d04b7f90a435089114105c92d4972", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "404c1a55c66a4674b9e9f3b7e577fe7c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "b0aaef18bfb8403a9e70e5db682ddfac", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "be6d4766340a4ef5bb882ec26054a61f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b430ae198d4c462b8bcc9250a8a28752", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9031668f2c274b099f8d35141f8477d5", "region_id": "RegionOne"}], "type": "policy", "id": "2a1eff3e0da442c89820662d5e7da1b8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1dd5d42b6c6449d2839b5eb0ec7cbd39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "05820e256129488ea276354e7e779051", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0a02248880ff40b0a29f099a1b6fcf3e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "aa015776aad747298290a73878fc7651", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3f8a7c30303645b38b7061b74549610a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a551f84f4ebf41229951609f5e26b53b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8e42321a2f8f4fe2aa008e741de4c4c3", "region_id": "RegionOne"}], "type": "sharev2", "id": "8a03ad7203414368996ff443117ff33a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6d2b29f2a3874babaaa3b8e65820d676", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5f4d749f0e1b467792276c80c81ea61f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f65b3190e15743a9ad9586282b544286", "region_id": "RegionOne"}], "type": "share", "id": "ef8d9024f3ad4eaf89428bcec591261e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "cddd4a94a28547aaa0bab63eb8498520", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "757906058688495db382e5c8f74af7a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ddd80a695fa145b9a8c89ecc41a040fd", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7399bcda26654552ae8348311482214b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f11d4262e1fb42409a7f22ad8ddcdc62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b83d5851e121446a93a1d80617ea8f8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d12c1f1cb52b464281ca82c88416c3ed", "region_id": "RegionOne"}], "type": "orchestration", "id": "c1f6caea113b4c2f8d195175bfbaa9a7", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "451111a8073240739d69d11ce36e3eb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33cb0503d7414d2aa299bc4f5c462a3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b37fa30d1ed34487ad7e41a5eda67202", "region_id": "RegionOne"}], "type": "block-storage", "id": "f5022b39d9b44633b36cefb4ef430ae7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0307596cbab84d9ca65d7f6da40edf34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76c11ac16c224e79ac8fb260fe37781b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f51034e6c93342eb929fa76baa58ed8d", "region_id": "RegionOne"}], "type": "volumev3", "id": "135374a1665641d88c02920f200551f4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "806f360d68d5446fbf3ef89b18277444", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ff35b787c3b4a299dca04c661aade82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5fb823d1c044cd09d63e7a811c08a5d", "region_id": "RegionOne"}], "type": "volumev2", "id": "3b02a42e9b2041a99523d496c53de31b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f6d565d1ffe49e18b04beee4cff7e19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7e11c81a82f4b6a91044fff6796b744", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7ad1cfec0cb480ca8395fb4526d7d6b", "region_id": "RegionOne"}], "type": "volume", "id": "b2e98331e9a549748ecbb024d0c5ed4d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5e010016ae6443990adb7f94e17bae9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e767712270647ca9c2c57af62e65bf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "264f1d87f76646849fe7d506cfab626f", "region_id": "RegionOne"}], "type": "block-store", "id": "324bd1cc505345a7bf84608967e13595", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e54d575d121b48ff97df103984d11b1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c36e49fb649e4959a437959d1ab1e94d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a0009c3b7b1441a897e00f82d3cbc546", "region_id": "RegionOne"}], "type": "alarm", "id": "ea32f6518de14334b52b4b18702fdeb2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "90ea1809f24e480f910af5b1c0468b9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d786bfd7df1c40528cd10dc4179ce6a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5a1bb354ef59438a858e2bf78bc89bbd", "region_id": "RegionOne"}], "type": "alarming", "id": "75003c7abe344dd0bbf21b62a9c9366c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1627f48b1aa3449d95fb6654bdc37b89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6ff5f58258cd483eaceca106ea739d2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e5d40c535a444185a8ecf3d8451c6090", "region_id": "RegionOne"}], "type": "meter", "id": "6817a37844234dd39287928616dd1a57", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d08102ff0e3341a5b8081bf625e9c95c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3ee3a6782ff543e88aa2a109f1116571", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1f911c6b1c144eeea9a3e1f28b04f40a", "region_id": "RegionOne"}], "type": "metering", "id": "027c2a1f12c040ff88bd0d8c825c0302", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2770d3a3bd7341a6b52b478e5e613c4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "21dd07d5ebcd407f81ca9daabfa46903", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6bed3181a3b342b9a3c7fe8da7c3a18f", "region_id": "RegionOne"}], "type": "telemetry", "id": "6a73ba96601a4493992bbf566dd0f15f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1705fa0cafdf40d29a8a996ba5f17e6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e7acae8241c041d1bd7210bb238a8e5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "920b0442831442e29c1f8e62b75187e1", "region_id": "RegionOne"}], "type": "event", "id": "2844c5c8b893487cb45160513798f87d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "524d478404cf45059ab7e34513db3e74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e0f3a181a2964060962af5da4e5e187a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c724bb0be78e46d1b9e0ce3b4cc5722d", "region_id": "RegionOne"}], "type": "events", "id": "0f650fa6c3e04ba0a79d1f41b5a3979a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d20320e26352404dbd8a3e70b724541e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "511bb43c23944741916bb1cd504ef7e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c822657f0f75449391f4e6def4c36ba7", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8bfc81a480fe4c99b558f110e4731469", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a7861d00980a4199854696a2326c02a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "13d7f9e2df4e4079b38d4d0b629a21c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e7b1e38b8f5643c2b30f348272c13002", "region_id": "RegionOne"}], "type": "application_deployment", "id": "88237b9741d6454ab527e462bc63a103", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "952f9093a5e344c5b00b90b9ff164d8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "12f97711b8f44f2f8d47a2d2aaf91c3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4e96629c371a4a068de5a28cb87793b0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5cb9e7a9630f46bb97a96a0acfaa8333", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "47ee13f0b0e44542922ab9ea1b9743a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "970888a615bf421a85c37266858a5794", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6aae5abfd29f4d85830018b9f7b930d5", "region_id": "RegionOne"}], "type": "tricircle", "id": "347bfe8c15d04f6394a76cb35e05558d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d638b026acec4b25819fd4bacdb4b228", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "eb212d31b9b24f0eb2543c8439e23619", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "8841c9961ffe4bbb8408954f6f3fe579", "region_id": "RegionOne"}], "type": "database", "id": "47c2ab37d0db4ed2bbecbe56d1c861fe", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5d566078dde84721834a153406005626", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "25440bac1f0c46478682894995f25010", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "43db13ce1a0947cd9625ce800d519ae5", "region_id": "RegionOne"}], "type": "application-container", "id": "edbcb0ad0fda4578944d8eeae4338e20", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2eb854dbdb7440d2a48437c327e305a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "844994366af246e8bbd35ecbb243323d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3466b9546c8c4e138707964c39dfad33", "region_id": "RegionOne"}], "type": "container", "id": "6bc20ebefdd84974967064334c40ad9c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "367e6cd018ba4160b91662453bbe9fbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c6b71233cc994cfb993edb1a0de69c5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5fe4444b55e444be904586db8cdfa343", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "fcb51460c55a43cd9eef88d710914769", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "15ae73e9d80140f9b313b30e38d165e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "35d74e9cfa6347b3b07a70ce46ab70f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1b90876e3f904999b2499e338187ba97", "region_id": "RegionOne"}], "type": "rca", "id": "ceff2cc5e21545418ee9e7f2895c9018", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "67372337991d4636962aa5aa9ecb2667", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "09181a1c7b04419aa390fb0f8605b548", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "96ddba97228940e2b96f127a8b6b83ec", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "11f6cdc1a296488795e85d2ab02e360e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ac2561ec00074a5cb471e670e0e21ac8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7088aecab21a42f388a9826da8cb65a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "35d427162b4a43389a25570db09af4ab", "region_id": "RegionOne"}], "type": "network", "id": "e5d39f29d27c4d3d9809c4f725e5ac0e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e776f4e92c6f4d5cb6eb43aeb3e72030", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a3d8e890978b4e7f991c0c333ba25958", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "2f57e5ca74d34a28a3d2af65fb213b4c", "region_id": "RegionOne"}], "type": "backup", "id": "b3a8b8a6cb9d4921aa84041d27ee9654", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8fc70e52635d4a439f6440b508c70834", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "70aaecfc0af442eb94460d72712bed8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "65a9324c5142400f9ffedc03a75f2cbc", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "3da51a03d01147378a02150384ca79e3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "efffe029a5de4410aa43a47bc11db71b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e1f1f5b013154c55b2523774dd46b6dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7089d46953304d30bb21e95c19cbeb21", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "4fc81e6e58014342b2b32d66de62ad5a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "189eaa9d4cc2428b86cb76a34d56350e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "04bd79397cfc429ca11f095cc9d130e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2efc2511e8ea490c99ea75fa4dbf57e4", "region_id": "RegionOne"}], "type": "monitoring", "id": "f4ab7c3cc95f477fbeae5e81dd7ebac4", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "abf8a5e4f8a649f08401ee7a1601b258", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6d702f7d1aec421f9dc03ffdd261819d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "addf0f6d2e5f47f0a76840b127e2911b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "970e310842a948ba90a68cb5b025f9a1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "32bce85874e445fb963a684d94d7db3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "eedc92e3574c42f9aa7c2f2d70a51dd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "cf1d1cbb22cd4982960e924589d95f13", "region_id": "RegionOne"}], "type": "placement", "id": "4b9b54571f2b4831b1b8eb833e447045", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "36dca5fc3bc74e4f9b124c7179ba5ae6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2c6f5db922154e70b3d97174cf7d3b0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6c7709a5cf444b71bde731cb4bf146e7", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5c2ab84155e545319f1ba67f5442ef17", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d482b7ce0b4d4c3185c3620c0bd62227", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2cee08f1b1fa47ac8e42f2017fbd8304", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b4e11adb46b7486fa3b62e989e906de2", "region_id": "RegionOne"}], "type": "ha", "id": "b7fe7816dc3846f493b85ea5877dbe0b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5651dc9329c743d6a3f88f75e4004b7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a43538ed98d94152915770487caa9976", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4c3d053e157c46e28657eab29984007d", "region_id": "RegionOne"}], "type": "reservation", "id": "c9a83abadcb847449fb08499adffc17f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "acd430db2a7744fe9394b32d99e9ba73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3352e39546bd4ed9ba6fcc3ccd75d300", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3c4aeb53dfa34688a2a7c00382f7d6dc", "region_id": "RegionOne"}], "type": "function-engine", "id": "9fad9014de374d9390c01db2e83a891a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c31e67127fe04e7985d6990b12b5c093", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "760c0690dd2c46d286b638e2fef869c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3592d52f42564cc294009edba0f9935b", "region_id": "RegionOne"}], "type": "accelerator", "id": "eb5d290f028645feb5209e95c4f109a7", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "39c4e75eee9945199c9726dbccd507a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d96e082237c547509378fa19553142d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6ca9311416594a0cb3f397e27034d988", "region_id": "RegionOne"}], "type": "admin-logic", "id": "cf2542b13b274a7e9ee531567b0ed55d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a9d300d6114d42458d515def96b56462", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f3d8bd1291ad42b78e2efba49a346f7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "973c3cffcee44b52b2e65cc5f9d51cf5", "region_id": "RegionOne"}], "type": "registration", "id": "03ee0567017845b49fdca091a03ebe86", "name": "adjutant"}], "user": {"domain": {"id": "9757b056e53044feb0d8d91d195df945", "name": "0e4c89bb34a64b6e87b88d1dadfa2b6f"}, "id": "146ba42e4eff47c48d0c0764fadd5159", "name": "37ec1a5c793c457f887895a4aa7d947e"}, "audit_ids": ["9a809cf0c4da4d128e49508ba82d7e19", null], "issued_at": "2019-09-19T09:04:45.059413"}} 2019-09-19 09:06:45,244 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/stack_name?resolve_outputs=False -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,249 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:45,252 openstack Stack stack_name not found for deleting {19} openstack.tests.unit.image.v2.test_image.TestImage.test_stage [0.072576s] ... ok {12} openstack.tests.unit.cloud.test_volume.TestVolume.test_create_volume [0.270615s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,022 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,027 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,030 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,034 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,048 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.956844+00:00", "project": {"domain": {"id": "5a210cbf2a5f4e6dad8c2a4a8aabf910", "name": "cb33dc650527425891744e9afca31a63"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7efad18bb3cc446f9f19f2ad38311ab0"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a10606736b2f46f8836fec3e06020c51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "6b88504ebcbe471b90d3eeb4ed3d864e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "26aa9d57717444c690c346b2fa18151e", "region_id": "RegionOne"}], "type": "identity", "id": "3c58588d627c4222b648c6d3a05758c9", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "430b3fcede6e4cc69574df7ac2ee8de8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3178c954dd9b420b8e217cf5a209ee90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8d801b49c15a4805916b0440d32a3e85", "region_id": "RegionOne"}], "type": "compute", "id": "ebb47e1384214bfb9f0020290351e749", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b571864a2a4146c18f30b4e8ea303c67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "49fcd8e4a19949e89fe25382efd8645e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "646a0df8159d479abbb1c6efc93b298a", "region_id": "RegionOne"}], "type": "image", "id": "fcdef95c3e0d492d9f6e9ed91f29952d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7ee59ec3e5cc4dfb85ca6f3b70942999", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0a299beaa15f4127a6eaf53749d4caaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7cdc06fe046c4b88bca1f443d7c6ff6a", "region_id": "RegionOne"}], "type": "load-balancer", "id": "6e4057da394648be94d59bebce8ba5da", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5744041130543e98dfffdcea30a3211", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74861466e9c14b23be2336c5f383dd99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1af7305d67d04efaa8dd05150de5165e", "region_id": "RegionOne"}], "type": "object-store", "id": "14e85965886144b7a6ce15233a8d5f35", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "90b38dbf133d4aeebfa781cbb8e3cd9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a44e7b07404a44dfb8eab59f41308119", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b2a94383d951427a92b2d68f30b6cca9", "region_id": "RegionOne"}], "type": "clustering", "id": "bc2505e973134cb5b8a7d1f39fb977ff", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "405c16c4c3534f55919d35f3eaa1c024", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "453b7d19a1b64ba59ad88db4f904d797", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f75605a19f484db6b72a206d229d0abc", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "bb13eb68cdf24db7bb84da864336df56", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "96d6744738da4b1089e6a51f7841ba64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b5fbf2600273473980755b9cfd095264", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "65166ab9b12c4e9b9f9d54b86ce3f712", "region_id": "RegionOne"}], "type": "cluster", "id": "23790f3c5a4f4c858b9497d8d71d3ffd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6adfa745c2e74b81a7d59a9408e18756", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bbb22798c4394e93843672bd07728a74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "5d5afe0b19c045c8b795ec1525da1d5b", "region_id": "RegionOne"}], "type": "data-processing", "id": "578b36e5978642329e535bf6f65d52b1", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "94e2d1e3a7ff42738a14ed4d8b2a5b44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b085096d0a6b472391a639e3f48bef75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9a5980255be14d9ea5820109ac94e924", "region_id": "RegionOne"}], "type": "baremetal", "id": "492998b179464e9cbc73ed9bd3d4461a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "420db824531e4580aebb2e2c80846d62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6a42c0d360e94e5bb31d8b81fdeb7e34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "048cc747e63c4b5ea8ae125a9e075987", "region_id": "RegionOne"}], "type": "bare-metal", "id": "60b80f69218448bd91bda0688b8367ef", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e1cc4d8d97054188bc1621b645ba1359", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8cb909d11ae84ced82a4d8ff0c97e7d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "cd19b1da04994000bb1f62b134338a3e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1f71abe9e53a4146b1c002c429be5f05", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3ed24524190d4d808348a0c501f0ba0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ab5fadbb35b4497e8fcf3cff5032ba92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c60bbcb85e9a44cf99fe783c3634ff4b", "region_id": "RegionOne"}], "type": "key-manager", "id": "21ba2658336a46c4bbdc80160d88326c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0420bfe1275e49029232c9af3991b40a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8842c52b9f6e4670aaa6a11f7f186991", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c2686f8f46994363a2ec514eb34857ad", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "3148f96320bd4c6a888c0ea79e3dbfd4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b6a15964e1a24df984bf39b586938302", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "284a441337604c9ca44efafddadf6f06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b92765c152794da9a2e50c91ae601edc", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c6554b78d92942228170da2441041fa7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "87da36f34bac43bd900cfdf49f6046cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a2644b980c2e4865a63eadc3c951b147", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "72c5b4736e5f435a94814d4551251290", "region_id": "RegionOne"}], "type": "message", "id": "c29317e8f307433a8f6e0dd7d2cd1100", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8faca4c750c44eeab54cbc228650f5f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0ec6128998e54fb6ba2bd31dea4af365", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5b4d67bb4c094e9c9d7305dc9a48f081", "region_id": "RegionOne"}], "type": "messaging", "id": "c653ad2ea12648f48ee8bed0547273a0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8372270d14df45cab051e57f9f89db07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c25341d8c59041cabf002afd2e76b1f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ee1a0be7fc6940fd8f86ff63c0f2d5cb", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3515af39b3d44f6e98a3fcf542a6fc8f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6efe4def1df044e9ab0a3cfdff779248", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2431e1fbefe942b69652a9595536e3e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0afe89b347234b71b841e6ba10c8bdad", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a5c01137bdd4429ab986f2204c0954cb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7c293fd8167f4e7db632cd8e99fa0b4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "707c9d1cd6bb4fecb9951ead4af722ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "da7d50e3c2d6422da015612c80671b05", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "89e9f6a5085a4993bab920d6c7196795", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b9e8faecbb14885a4cbfd279fc17011", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1f5a8b4185db41879f854d2c77d27d73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a9c055fb5ec84cddadc3812e1eba4876", "region_id": "RegionOne"}], "type": "container-infra", "id": "473ec8c284144c27b53785e7654104ae", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c26b37417b654b9c91db22d5a1087522", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e3c0da31ea8e40f094269a2b02ec2ab2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "779bd4e32e884519a16ea0ebb610845d", "region_id": "RegionOne"}], "type": "search", "id": "8aa854b79f3247c38c93edd6092fd79b", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "da193082a9894ae9a1c858c4bde58409", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "5a872e9a372d401c879b0977b7b7f4a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "759cb969fd3b4f21bd6e8acc9aeee4e6", "region_id": "RegionOne"}], "type": "dns", "id": "891e2a71310a47cc8fd5659019e1449b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3952667524094f67b15b04b556b1c2ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2d08feaf155647f18a09bddadbacb946", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "546393697c0b456eaa7764763892287d", "region_id": "RegionOne"}], "type": "workflow", "id": "b27db4b1fe294ee984ffe535911b0fcc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "28a34428c7484fc28295f3e63fe120f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eb7978a1206d476799614977a9c71736", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1d7a53c9a32f46d0a8b99997be392092", "region_id": "RegionOne"}], "type": "workflowv2", "id": "148b2de1ffe74ef5a773db7a562e2311", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ed7d27cbfbc84616ab8e0d7a4241d2fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "02e8eb6af60e459fb23ace94c9d130b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "335cb2b31fa84224b868239e554bea33", "region_id": "RegionOne"}], "type": "rating", "id": "db122cd528414558bd4a28269727a0b6", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "268eb9ac33ab47bab5980a2a616f6fd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "103afecc6f4e43c1baea2ecc49961de2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2b3f58955dfd461394d9dbadb414771e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "2bb17182b96b4c48bff6d9cb98fdb852", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "035fba168c9d43359428f03bc0a378e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5203c4181b03496ca8727ea8a1751826", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "48d6770084e749f59d1af2c741269bf2", "region_id": "RegionOne"}], "type": "policy", "id": "54ce7c612dc54f5d976fb60c3cf484aa", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cf616796b5f944f2b27e074290b30cc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4a2cddee00d74c7f8682090220548124", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0fa77fee23754f68bd3401b38a215f6b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "35f9bdb9c80945b883bd57447e0ecaf6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7a89ca22b1ff4c4eb5b92fb9b9c181e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2c4996b71557430f8a1ed5f3da6bec23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "67a7797f8dfb40bca60c7dc2f70c1017", "region_id": "RegionOne"}], "type": "sharev2", "id": "8002b449555d40c3b5910d590e0ded0b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "93331979289748859e5f9c4fcff5e3e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "75c2f3d6c5ab4c7e8274a12dd0196112", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4ae3d11ec02d4f88bfb322e44a32dd8b", "region_id": "RegionOne"}], "type": "share", "id": "a2bb9587df7d48869e355f22c9fbc6c9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c955fb814a3e444d9e1c9da3687add21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8c3e9991ea6a4a058553bc08b8eb3a19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c02eb12281104ff78629c98be8ee1b92", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "11ac5d97f8ae4b099f84ee6dfdcb2a7b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea8c788e79d54592a94a3933f9971cc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de8078fc4b594b6eba8789042012dbca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fd00beb7e9b4c05b34083b43bae2af7", "region_id": "RegionOne"}], "type": "orchestration", "id": "fea0f6888cbb4f07b2ec3e1c85912fb5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60603195a0234d20ab48953c361c8434", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "972723f8581b44efa857a7dcf455184b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7cbdfc9d7ef242988183ad2eeef32cc2", "region_id": "RegionOne"}], "type": "block-storage", "id": "deda9604f0f6486e9da9384d150dc217", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29568a44d53d4d008a48f9e8b9fd2bc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07ea202df66b4d27aa48b7cbc7885659", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a38bbf8d4d624128bfecd8cebf1994c7", "region_id": "RegionOne"}], "type": "volumev3", "id": "6fa1a11829684c05a4f6b3711bc7b13e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f12f314ec9f04af6b302963e3f2047b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97db12b8c4a34c60b8b1a93add71272a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98997831d0c14a5bb3a8aa839292ae15", "region_id": "RegionOne"}], "type": "volumev2", "id": "ef7322f72add4542ab9e24275bb72f86", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5bd53daabda94e7482798d01c75d02db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c288da86ba643b1add62e408c4404e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3a71af55b894b7c97d2158117ea086e", "region_id": "RegionOne"}], "type": "volume", "id": "d014f27aaedc477487ef7b455f26e6a1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db027e010eff48a6a5badb2ffffa3b92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "282d26bca34543eebfd4d1e78c110c09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4956ffb2de78418788aad9e32190b5b3", "region_id": "RegionOne"}], "type": "block-store", "id": "9bd87fbec1314f9f969122561d705647", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0dbf752a007a47eb8a87edeac8ba2ce0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "38a832f89c1049548532ca2a0f707cde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d3738226af164085ba716c915801a995", "region_id": "RegionOne"}], "type": "alarm", "id": "917fbb1be9774f70a291c4033e59bf56", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b9124caa6fef4222ad5cc19e59e0516d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a5f74b59e7d047e89f11396f107e21be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2c219fa8c5b54d7d83791849d3b3ac31", "region_id": "RegionOne"}], "type": "alarming", "id": "aef5fe6b1fb6404cacaa3403fdf66566", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0edda1658e344feeb15e865738c60730", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "145aa4d5576f45c5a245c5fc59fb11b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5fcee392e5484737b0e60d0beca8b8fe", "region_id": "RegionOne"}], "type": "meter", "id": "8dbed5f13124464e90b3887d6a56ad10", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "60fea78592064614b24bb54c045fffd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ae4c477681e049bd99f4196facd2ad14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c7c397831b074c57a2df4993e1be1ee9", "region_id": "RegionOne"}], "type": "metering", "id": "1992dfd88e2543ab892bb3d5be0d24b1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f29ff191443c48818e167ed1ed02d1ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "23d0ca81a6f74a80ba710ed29d338257", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "277001f1de9c47a2990053501da7f4da", "region_id": "RegionOne"}], "type": "telemetry", "id": "7087ec6a688e4a5b96f3364adcd7befd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "160da9d7d3f040df826d055198968c0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b89a9f38ff24437bbdcdd24614ba1e38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "68cc8e4ca8a94f48a8aa9a1c51f4fc0d", "region_id": "RegionOne"}], "type": "event", "id": "f558dc27965e4494abca945b6e88775d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4c5a5d43ef55424b965c8904f6453306", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5f358f0c6e55480e9cb6972d9990b325", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b8a369a3393249119b7de9b1494b526c", "region_id": "RegionOne"}], "type": "events", "id": "cc5b20cf6d0f48d7bc816a832019832a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c00e48c9cfb2426fb28c3515a1e58c53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7e9e6eae1c2c45fd9deaaf8454e9eaa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "85b497688a9f476e8d0ee0835098a3bb", "region_id": "RegionOne"}], "type": "application-deployment", "id": "5ae8d4ba212941ecba48b6aac9360719", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7390213453204e7eb7539d3897e5382a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5104e1814cb046c385cff426fe402d00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "61d577c2d7134e3bbb824b583cacb717", "region_id": "RegionOne"}], "type": "application_deployment", "id": "158cb018d28946688d5d0d2565fb47a9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "df1893d2bee54850a0cdd861c7d175b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5c0596e50bce4f448784f95492b87176", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5a3681f879bd4c85a721c71f8e22bcc8", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d72b4117ce394f78ba801a7a84b89947", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3e5c2e2f771b41e58d028901ebf3eaf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0be06a162f964d478eb99c06afaf7631", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a6b01bd4334c48b4859f6cba31232907", "region_id": "RegionOne"}], "type": "tricircle", "id": "1455e702952b4ad5a418c45bf2e552ea", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "60824bbabde949b580bd4329b3faeb8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "4e8210fb9a6d4724a992ef18c7d07bab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "09686addd27647c2b9491251bd80443b", "region_id": "RegionOne"}], "type": "database", "id": "f69e8c13f6d84b84ba5563cc59ab5b08", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3902b7d3e6b848dfaebe40ec4d148162", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "53907d10f9e047708aae1d69cc3e38d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e298f8eac1944551bbbfe1e738a322aa", "region_id": "RegionOne"}], "type": "application-container", "id": "37aff4ae13954eb08cd60cc6436aa8ca", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ca35e44ee1874c3fbf9be6ecc75cb156", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "97b4ec2bc76c44e396190d2d46e78c19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e37bc26c2fa1429da698a9d63cdb38dc", "region_id": "RegionOne"}], "type": "container", "id": "478b0b7ba7d64b15a52a46f196a97e6e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f65f0f714d1e4e879edc80664069fb01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c80a8a97ef0f4131ad2f5e89de0ac069", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6df79e1e3b8e48129851d050ce855bc6", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "0274ab7a833641ed80497b3e13e03a63", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "52e5eaa3f3f94ee2b7e636842b8ac86a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "23c19f2970774d10809afdf2ec70d926", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "43a48404cc0d4a119687d96f8337397a", "region_id": "RegionOne"}], "type": "rca", "id": "0e471d5d3a124e3e90feb5f13e4987f0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c2deb60e8441483784ed60069bfff13b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "820b7f4a4ba74712924f4f1746263c86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "069740ef09cd483ca2fb1bc9d4e0e440", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5619f9798c6d4892b84526e40fc621fc", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e2621f69c0ba4729a6c81c76edad1460", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ccd33e6bb9d745cabc80b32cfc00a2e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d5e73603057b428eb1eff28625800e1a", "region_id": "RegionOne"}], "type": "network", "id": "0b18e8bcc88040c7bae5b7ca4d0ce12b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5eb82ba6287547f5a629719e1450d304", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "71f99b99f54a4f3abc47878e2cc27f4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f44e31f9c4bc4f109caacd27f0b3dc37", "region_id": "RegionOne"}], "type": "backup", "id": "5c0bcfe92ca14091b804ffc669a83bcf", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "786f09b9b8e44e1c87da0bd00d0eb882", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f30928d96c9c48d4a1e8eb6c433577cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "74b9e600767349d9b7e5b05150648ccf", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "aaed165e800c4aae876b6c8269dc1437", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "217cb70adc55461980fc127205751a92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "09c40b3b687a445fa32fec8e798d594f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "de735a78c3224967b186e8ede6ce1005", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "071e0cb9e1ca461eab913897ac9995fb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "06706ace92c14fdc8234e3ddc580f2fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0ad8d82a13694713a1d80c15d024a923", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a61eba1f4b6e4b38a714adda414d6c4a", "region_id": "RegionOne"}], "type": "monitoring", "id": "d398fce4e623430e8295acfbac52c299", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b1487100900d4086aa2d8fc15bc31a7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5af4c9ea178c45269f84c1d58fa40d82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cda538a8c08b411796aca6eb1bcfcf98", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a6855cfc9afd4fcfa355c2523ee3baef", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b7d8f4f804d449df9260471b79505ae9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c6cc5438a7824f979b5130e885390123", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "2858e4db3ea84b29bb5c9d2da897ce7e", "region_id": "RegionOne"}], "type": "placement", "id": "a414f7dea59c4cada07c0ccee89d01d4", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8480cc747f7d4ecf8949fc52707a9697", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f04af06e48514101b85312c450352a73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d4afef0434d44a5cbf1d137217f478a7", "region_id": "RegionOne"}], "type": "instance-ha", "id": "480876e32e40460ba6ca967e499424fe", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "235f4cc45a4f4e768d3a69f641908b86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e1365ec18b9f4947b2df831f99728cca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "33a1b0f3dacb4a2388a5edb714ebc2c3", "region_id": "RegionOne"}], "type": "ha", "id": "0e3483f845984dd6b9f01a0e94b3429c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fb6dc3c7e7724f59b2a2e5677f87a1e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a5607143dafa451fba0408fd687a280c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bfc6d945a271449cab870f9270405fe5", "region_id": "RegionOne"}], "type": "reservation", "id": "858c3264d2c64c5da51dc3bc89144ad8", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "87bf783c11a044ff909db50e1fde3046", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bfba874e3929403fae19e227000afa4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "af01028738694d968ad612e339209b64", "region_id": "RegionOne"}], "type": "function-engine", "id": "4c27d0398a4e4567b402e75c5b6d34c8", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1c9eb1b3d10e424aa465df390cf229fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "398d1b901a10415da40d56eacc558135", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c81b1f992d5944bba356879a59f8559d", "region_id": "RegionOne"}], "type": "accelerator", "id": "f89394d551224c5abcf66ee8d882856b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1d16bd151b104ef1b89dfb19fae9d21a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "932e901271e740609dd921b64c172a86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "099434ca2711420aa9efab83890363f5", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9aa91780c3de41a89586881ff7b7190a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0d7cbf55ed9a4978982a25067a8b53bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "023093a3d0904fd783f37c109c0f976c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "20aee576a6f747cab866b90a7719d60a", "region_id": "RegionOne"}], "type": "registration", "id": "7130b50c4d654e7da630f64ae4fb0847", "name": "adjutant"}], "user": {"domain": {"id": "bb6211fc65734786b73a1a78317080c8", "name": "9489f4c82c564b158224d8ce3d511655"}, "id": "9cf58ffd9ade4bb2b892523b1c91867c", "name": "a8de03f71f094082b5484d0d128eb7ed"}, "audit_ids": ["90e13e8bd65d4e7dbc0131f9f4986d51", null], "issued_at": "2019-09-19T09:04:44.956844"}} 2019-09-19 09:06:45,124 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,130 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,133 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:45,190 keystoneauth.session REQ: curl -g -i -X POST https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"volume": {"name": "vol1", "size": 50}}' 2019-09-19 09:06:45,196 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,199 keystoneauth.session RESP BODY: {"volume": {"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}} 2019-09-19 09:06:45,213 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,218 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,220 keystoneauth.session RESP BODY: {"volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}]} {20} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_user_project_v2_wait [0.432063s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,057 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,062 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,065 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,069 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2019-09-19 09:06:45,197 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}1ab73362b2182ba05e4132957db13e8b87944b1fa2dfde7a25169da829a5b4a5" 2019-09-19 09:06:45,203 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,206 keystoneauth.session RESP BODY: {"roles": [{"name": "2d734a05354743c09d643c9a8c05a154", "id": "4ebedec4bfd945b191352064a6eccfb0"}]} 2019-09-19 09:06:45,233 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}1ab73362b2182ba05e4132957db13e8b87944b1fa2dfde7a25169da829a5b4a5" 2019-09-19 09:06:45,239 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,242 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "191ddc8480704e1e8383d0b27dfcef1c", "domain_id": "627f2322bc7443b1a63c2bde525ec62c", "name": "username-3"}]} 2019-09-19 09:06:45,282 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}1ab73362b2182ba05e4132957db13e8b87944b1fa2dfde7a25169da829a5b4a5" 2019-09-19 09:06:45,289 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,292 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "fee1df74c6b242c498849e12663f5177", "name": "projectName-5"}]} 2019-09-19 09:06:45,333 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/fee1df74c6b242c498849e12663f5177/users/191ddc8480704e1e8383d0b27dfcef1c/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}1ab73362b2182ba05e4132957db13e8b87944b1fa2dfde7a25169da829a5b4a5" 2019-09-19 09:06:45,339 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,342 keystoneauth.session RESP BODY: {"roles": [{"name": "2d734a05354743c09d643c9a8c05a154", "id": "4ebedec4bfd945b191352064a6eccfb0"}]} 2019-09-19 09:06:45,368 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v2.0/tenants/fee1df74c6b242c498849e12663f5177/users/191ddc8480704e1e8383d0b27dfcef1c/roles/OS-KSADM/4ebedec4bfd945b191352064a6eccfb0 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}1ab73362b2182ba05e4132957db13e8b87944b1fa2dfde7a25169da829a5b4a5" 2019-09-19 09:06:45,374 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:45,400 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/fee1df74c6b242c498849e12663f5177/users/191ddc8480704e1e8383d0b27dfcef1c/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}1ab73362b2182ba05e4132957db13e8b87944b1fa2dfde7a25169da829a5b4a5" 2019-09-19 09:06:45,406 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,409 keystoneauth.session RESP BODY: {"roles": []} {27} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_find_with_filter [0.065680s] ... ok {27} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_ip_availability_get [0.064120s] ... ok {31} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_instance_delete_ignore [0.061834s] ... ok {5} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_override_session_endpoint [0.101773s] ... ok {27} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_update [0.062296s] ... ok {12} openstack.tests.unit.clustering.v1.test_cluster_attr.TestClusterAttr.test_instantiate [0.056931s] ... ok {3} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_host_create [0.067098s] ... ok {4} openstack.tests.unit.cloud.test_users.TestUsers.test_create_user_v3 [0.216528s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,950 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,956 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,960 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,964 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,979 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.888316+00:00", "project": {"domain": {"id": "7bc59e66e1384187955e9ae95e478b1e", "name": "62faf8edd93942be8c454373c6fb6ebf"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "90893b832f164d31a78a8902ece4d49a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "7c917c51e9104846912d22e752517684", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "1eb106b4a2944d808b5741e43f707753", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "83a367ac417d471ebeb1e2548ca1f641", "region_id": "RegionOne"}], "type": "identity", "id": "1f0a83fc49be49eaaf60ed87a01720e6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7fdb55b70af24781bade1a50e55caa91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d22f706289a64c26a96d7a009eb5d528", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ef10d3c915174f069ff03409c2ed10ed", "region_id": "RegionOne"}], "type": "compute", "id": "be3b5f83e00d46ca8b73c057fa3ed517", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "55a734af2d9b4a79a6823f833718b1a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "9a64933b9b744ae68fec079f26130fc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c15afdf53fc9474f9417a203a21756ee", "region_id": "RegionOne"}], "type": "image", "id": "c5073d8a022243aeb0b14dd0c045f357", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fc30c2c4337d44c788a8beb788c49692", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1c006b0b002d414480dda884305023e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1c98512032bf4d2787d8a75f9ff76165", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1ed5f95106cd44bdb9137ea667804ea5", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1fa9475dd70d4d5e88fccd9eaaf86ea2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f0d3e9b74574f12ba745772e7ad80ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd4b1ed7925a4bec9b17df9d2376eb5e", "region_id": "RegionOne"}], "type": "object-store", "id": "332a3232100c40a39f9f5be2ab25baf6", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4b9c19f8bd4d47b0b18b74848294a765", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b71786f4c8114c8f8eb58cb22de52263", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1eee456965b545e39735fffe9012f108", "region_id": "RegionOne"}], "type": "clustering", "id": "0a9f7eb2f398437aad47e7367c77813d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6bce8d4bd0ff46888dd364a61d776bed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dca3cbd88fb846138deae0e4215d5e2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "407a66f315684210b0283710756494d2", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f9355541c61545f58c100c328905e28b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aa50f9bccdc642f4bc33b041d9ee3b51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1c481bf9682a4c989c9dee576f90e13f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "38ffd71029b3468caf8c904436266e12", "region_id": "RegionOne"}], "type": "cluster", "id": "c615a94796be49b4814f4117bf404578", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e60ed9df3a034e1196e53e6bff44dd03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "86102024599d40d6b07816a853ff74c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0cf3dcf4b060486ba097184b2c05d21a", "region_id": "RegionOne"}], "type": "data-processing", "id": "dc7afd162bca43e1b187683f16e1c779", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "86265b0f79d04690ad71d2246129f154", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4bdcd8e6f6ec473f8c3278f7ef53f07d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c28db91b97e547a39a81cea8ef074d3d", "region_id": "RegionOne"}], "type": "baremetal", "id": "c82d77e578c04cb4a00aa7c5a9cd5e28", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "95a40c62e47141fc9b696ec16fefd837", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "678df9f7d4534181bb80d7ad8f53fa34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fd6d7aea9a164fc9afc3602655b1b421", "region_id": "RegionOne"}], "type": "bare-metal", "id": "0eaf4aefa8014305972669cf9355638e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "740b43c207d74aef9df01eb718f2ed36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ca318047ca134dd0b0183a32a1aab751", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e6074275dda749d49bcc388335e37246", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8be624a9068a4c148f576284238425d8", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ecf7cd27169248dc86c692fc28cdb179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7d45701d19274bd69783fe66b00d3c58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "50c1b677e4bb45fd808c14a5aa939e4f", "region_id": "RegionOne"}], "type": "key-manager", "id": "f74e3c2c6732445eac05dbb0d2ac4017", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9bafa39174784c5493f2ebda272a0aee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ec3cefe04bee4355879aceb688c4e411", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ed09950e8fd64d45bed83bc8923f7124", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "84e4a605d9b746f1b3e3d81b68493e1b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d50f9c67dcbc4962b5a32a75b378c68b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d9218c1204694961a993e53a265a3561", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "317c990d51044c4688f05251ed0e5fd3", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1087c7ce3b764dcc8d201c3fd46ddb89", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f6a44d48bf7a41f4936c272938ce58d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6d6619feddcb4c7291b23e627fcae652", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "017cf5d43f3e4609a6bbba29547d241c", "region_id": "RegionOne"}], "type": "message", "id": "5717758321e64169a39da725094c2ef3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0c82e0f389294c20adecdd14c6b230a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "30b4f3d17a174e118dec0aed8419961c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d4be24d487a749f8909d78eacd84f063", "region_id": "RegionOne"}], "type": "messaging", "id": "de39a7a4ae2e425895844ac6c410f8ea", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "98d2e82dcfba42c693cdb0b60787dbf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a8e2ebc918da4e6bb5f15d222e96dd87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c0ec60a3bcd94767880fc7f3156b53da", "region_id": "RegionOne"}], "type": "application-catalog", "id": "315cb476ed3e4dab974fc15912fd3433", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f6a78f05b4054a21839c3d965baf7735", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f7357c71cdbb4c0baaa7918907192790", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "250ca9176591427b9570e3d9e9a625c5", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8f31fe6350324e3596d06204174828ab", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1cbc923592794effb31bae45b2f5a39a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "14836ea7ac1e4a74acc172c92638865d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "10f2f4ff3d514f1ab7b6a6afb82ad356", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b83c237fa4cd43c0ad72089e0ea18780", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "56d86af422bb4ee78cd8d60d989cbdcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "de82037fa8df432d8fb68b71f00ffd67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "041a1d5ab9aa4deba2d0a99b079c1e8b", "region_id": "RegionOne"}], "type": "container-infra", "id": "850c1094532e49e9b842a063cc56be84", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0fcd550db154411e92ed1fb86533a330", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9f6b216b2aa0453e84dd6707cdb10488", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "439fd0aadb6c4bac8158cbee38dae36e", "region_id": "RegionOne"}], "type": "search", "id": "b6bc9256dd03459da78e4372fa692289", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5645faa66b8e432bb3b6268358cfaa31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "44e81b40b3014ab2ab6c16a94f48a2b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "10a83d72086f457fb07474a241b63da5", "region_id": "RegionOne"}], "type": "dns", "id": "f256ad6060e848998b0c3195adbe4a4e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e6397fce70134435897b9125dedd799f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "52c35c62d03247b5a7cb130def35946d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "59b6e97627374c679f1c236573e24a93", "region_id": "RegionOne"}], "type": "workflow", "id": "47a772edff5842efbad291d3f51c9972", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f79326ec70c741a2bd917575298d551b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "76e74d0d84ec428bbb057a521088f7d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ed3d25b08123424eba116932e4037ae9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5a71a3724d3a4a1199a1ee658025606e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9aba79cc763b47799f4582d93806c8f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e3e45f813a244bda99ea7c294e7eb0de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "5cdc83e4dfc94c30bcb4a311c72d1940", "region_id": "RegionOne"}], "type": "rating", "id": "3c8bb41bc9124adca2dbc07476e58085", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d51b4a9a14b64ae197d2cfacefe53908", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "56d23d325b7d45acaf874726b5140e68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9e08c42617684aecafe69e8c96bf8378", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c559b667f7f54a169b5f31f2b671f0fd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7e7036da58f94ba1b6f8608b8519a208", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3e83032204424e19a1d53f93db7ed0bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8f5ef440bb3949bdbbd040edad888606", "region_id": "RegionOne"}], "type": "policy", "id": "165b4e2ec0684c7db70c0c21fa99650f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7897589deb2f4ee6bdb823dca0a4b8c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0084abbc12494b4294dc6e6f4b95306b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "eeda6014e5874e218065f44db086c587", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ef32202854fc41d6a22bfed6c5905ae2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8691cd09867748d7b51d1dc2b4205fb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6fe58da8cfce479f8499ee99c1349e44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b276c4a25d844deb960327bd6aa485e7", "region_id": "RegionOne"}], "type": "sharev2", "id": "de91998392f5477d9039a06f14d2a195", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "76c3b4fc2635477282a40682e734fede", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4b4bc0d278b04ec3aa9fe03177f513e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "527d6cf71eac4c17a6d2771ce466afe2", "region_id": "RegionOne"}], "type": "share", "id": "74d1931dfae94675a50d8727ccb795b2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d8b9ada01a9a43a9a42bdf962a2b2bbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a1cadb5d3745426ebffdf380582ad5cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4afdc2b7ff174f4e8afa148feb4ee564", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0ec87c101a6e43dfb9a1704ecb7a47b2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be61ac241ebe4162a1538e462188b0cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c2ca3f7dada4ec281fc9a522245c1ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8aa7b71aa19540ae9481d4a44f0485fe", "region_id": "RegionOne"}], "type": "orchestration", "id": "bc807656ee61480197d6d2a9ed9445c5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d9f06084af04ca7aba15ba2080e64d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "996364a62efc4400a86930322044dd38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab5e95ae82a2461593a2a987cda20250", "region_id": "RegionOne"}], "type": "block-storage", "id": "cefb402ed1b342c2b50ed40381eb66f5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93341799d7954bd3a9bd9f9310d443f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96886eee4f61479887080cb78b9e432d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee22fdd3dea642169f96be631e4949d6", "region_id": "RegionOne"}], "type": "volumev3", "id": "3ca82b8b464d413cb65c0b9d3dd56941", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7172d4ac1ba0404694b5e63533e24f54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0a1155010f04e4f92339fd8b9b86015", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08e10a13e0e64142bb62a5ab0b89559a", "region_id": "RegionOne"}], "type": "volumev2", "id": "b20d180f0af945eca0123295f7eebdad", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20dc47e039224524968deea0703c4524", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1bbe8df71a064fe5b2efdcc756994751", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0d1a202aa1a41f98b4924f3750786de", "region_id": "RegionOne"}], "type": "volume", "id": "a461131eae0c45c0b697ebaf6fc762bf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd63b3560ab04e2d8a88e54c3dd7a355", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f91cf6f5c027409c9884842216c5f217", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cc003f75b7e460f8b8f1c9d8d02550c", "region_id": "RegionOne"}], "type": "block-store", "id": "a7f3c4a7cae54da996f3cf4555cfcced", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "176015ae239749a2a5193c5b8c1c6537", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "65293f638109474eb75433f1b33c1147", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "52f3deda3f7746d0af12c812ab60e700", "region_id": "RegionOne"}], "type": "alarm", "id": "64831573803d4b539516ad233f9ec847", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3ac318bce81a49ffad5e9d79e0a10111", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "69b462a96fe64847b66fcd4b8de68b02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3c143771eb8243de8058135c4620139e", "region_id": "RegionOne"}], "type": "alarming", "id": "548055c211714cd69e8091c5cfdd5f6c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a893f66173e24be08fd06e48ec3d7508", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "05e5c8f639304e2585f42305634556cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9b70266b15e94771877d8f4843e807a3", "region_id": "RegionOne"}], "type": "meter", "id": "e7136c3289c442cca080fa0979c6b6a6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "14ed5a56c505495d84998cd9c957ecce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "98b43c3eeea140cfa0a6fa7d49bc149b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "462b217e73c541d3ac39de68519fa335", "region_id": "RegionOne"}], "type": "metering", "id": "562fe38ed8a141319bc64c8950cc520f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b11b0d0cf3d549c9ab82d5c5a1c90c34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b0b5cf27ab4a4e8aa22de043ceda7e1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "39d661a338bb44aba83c9bbf7c6e7f79", "region_id": "RegionOne"}], "type": "telemetry", "id": "4b6bf181a01f461da1f8af310c51a553", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f42ba3710194472f83dad4fb1a21e945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fe136663eec74db9afcb7501c7e3d6f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e1390a295f3f4ddcbd689ffc9867966a", "region_id": "RegionOne"}], "type": "event", "id": "3b6e8430294a412d87c027a0cd377678", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "11d9543376af4e0d904a9f1056e29816", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "74c7d2450e2f47ad8ce0e93ee206a6a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "842a6b76c7544e7faf8707089aaea4df", "region_id": "RegionOne"}], "type": "events", "id": "cbb60fe910564238bc39a267ae3590a9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fde3d45e84354f5cbb964773a97d61de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ce0b02a3b6a0431f94c95f6e46d00266", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b60f0db8576a41ed8b1eeb1c4117321e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b9346ae5e716479194da3a686f87fcbc", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "af54efc86ab04c089c4173a2cda6b6b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9bcf303af8df4b138793f4218398c77e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bb650f38b361454dbc6078ebbe2fb372", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6e5ac5dcf9a64146a1432eb171ec219d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c2cb4acd07e64d8f833dd90ab4d29c3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fb5fee8b2cf14e34a143b7a49b2baa64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "81a06e4db0794023acb6e4a93f6b0dd1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b0953e7fc18e4676a5692df21cca2670", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "755c7fed39094027bc1825cabfdaf0e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3bf564f9dfff4f55870821bce3803d5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a98a6766bfb1467cbcd70cbb9188e534", "region_id": "RegionOne"}], "type": "tricircle", "id": "b9575cfe4e1249aaa27c7e603bf38440", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b45d162ba79d41f8b4604b00520a36cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9ff0618b89374a898d86d80c8ca68a7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d7d7aa40338542ec8ebc9bfe472dae31", "region_id": "RegionOne"}], "type": "database", "id": "97653f7b41d24449919f65e8e3e04df6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "17bf3ed9f960439c8e66b2c2dfa7ef0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cca1856a417a4ac8aaf659d653bfd734", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2b4bdf6076434451ae54a470d5001b20", "region_id": "RegionOne"}], "type": "application-container", "id": "e881e66c791f418fbfbc4a37de999d32", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3640396b6bef47a2aa37a32d3c01532a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "afea29d6ddb44b0892629a04a7459f89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "81f0feaf7336407b96e90fe04477eac1", "region_id": "RegionOne"}], "type": "container", "id": "e67c76501e3b40b69820817938f60043", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1a3607cc82c54d0cb543a9d1ff2f0280", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "055f7892a9c14715a6b0b55612c6a27e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3e997abd7bfd46c6970e98314a55135d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f273cf91458844aaa81b1f99f01e8b66", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c73f1083c1f24792a6f9ca8e703afd02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4d32c9d2523040f8a8445094960d0f62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a9eefbe83385484baa2775f34b85be92", "region_id": "RegionOne"}], "type": "rca", "id": "887ce44653484d4a9a7309da1e5ab89c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f378ec6fbdd1409e9f00b340d8505ada", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "736d3542488b457ab67cf362811f9623", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ed232839cc084ec5b60a82202d2b4d32", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0c4310b092444b3881d3bfebbbed4812", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "06345d536c944cbb8578a843dc655c7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "8bddd11f988041e5a9b9b73da067910d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "24df4bfd5e1e413eb39a237b80d56dcc", "region_id": "RegionOne"}], "type": "network", "id": "6575ec71cb5544ccaa3e4d9f463e7a24", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "700dadc40a514b3b83a2957e12782418", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2964753a2549478a8bad741814a8dbc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c591a46f55ae4ecaa4848c022549c153", "region_id": "RegionOne"}], "type": "backup", "id": "28b383d5503544c3b20e1a1a5c094b35", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b9c16415557540dbb1652fd94df730df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d2271b9a6f974e90ae1cd28ffa17bbc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1a775a2f2b58469b9f14aaa3c7e1a46b", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "426cb5cf4afd45d1bacf5a31cc583734", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b008194deed34228a45e79ae71209b47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "78c18d4b3a324278a9c6142bfb4b4bbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9483d8264bc94a208edc6c00ab5ae858", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ce6ab3c7a0114b0d91b60bfb4217690d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d48a467abc3444ec9d43f35fa22b51d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "613c86ff24fe44b38c63c537179b21f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ea2be5f82fe143a4bd5c2b76ed146931", "region_id": "RegionOne"}], "type": "monitoring", "id": "cdf461c9f91949a0a24c07706fd5b6a3", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d5b18e04b5b14d2e986f5074ecf0a126", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c162b730cd1b4befab874860e854c2a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6de2ff9a70b14e7390a1092d92f1fe07", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b214f8c6425e417e8e1f7602c45e651d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "51ec1fab139449429d2b36f2dfac79f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "82c62d207f1c466bae01caaa6c8c7500", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7d3cd6d5aa2c49e4980a5e0a8115ea11", "region_id": "RegionOne"}], "type": "placement", "id": "ff7a11a65c324e4b8e9d7403545b4726", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "aefb53a2dc6641579d4102eaf56f8634", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "988935a91a9a4247afaeb6f09a54abda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9ad538e953a84b4d89906a9cfa0491a6", "region_id": "RegionOne"}], "type": "instance-ha", "id": "47553f9042734015a9c8c65d0723d20c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b74e8e4a2b20451d971eb6106600379b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a5fdbd50c9ab4f948b8a42f7bc7b7f69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ad01b0f816b34c0995b09801a2c59284", "region_id": "RegionOne"}], "type": "ha", "id": "ba592bd98a1d4f6986d689ecaee737cb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "aff89080496b4bf3bf9a87f0210bb658", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fb4e3494a7b848e6980e41eb533dc183", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "67a1cba5fe984492a371160b5660f169", "region_id": "RegionOne"}], "type": "reservation", "id": "fafd965ad5e24362905fc68476ac3993", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e1115ad53482407e96e07125010ee031", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ab0b0d8f9f124c2c9ea5d4e22ddc7e16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "adfa996e0cbd4ec4aa1b6606001b922b", "region_id": "RegionOne"}], "type": "function-engine", "id": "f9944e81af6e4ca7a38a1570b84c822b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "854b94f7aea141cf82323f23628d02f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6c7d59c38b514570b7acc0a7f8b669a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "90f88d0bc4e945e589c0f5dbee96bdba", "region_id": "RegionOne"}], "type": "accelerator", "id": "79350aa263104964a772a203fa4362da", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8d04a44ddcea42058ee8b22b7333a38c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7dc8c4884e4c43418e315e43922c7af7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "01ea8301b0604fa09339029c5fcc8735", "region_id": "RegionOne"}], "type": "admin-logic", "id": "828881855ba843049ff150f89424f2dd", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0b33453238b44dd08c570c503235293c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7f8feb9b294547dfb173ed6c3fcc91b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6981aefb808f4695ba29af92d72bde76", "region_id": "RegionOne"}], "type": "registration", "id": "2b1d970f72554daa9a165afcebf045f3", "name": "adjutant"}], "user": {"domain": {"id": "5c67c8dce7494774a1fdeebf1205e981", "name": "78c37aed9bc64d458482f29bf41c2862"}, "id": "e26d3304613344f59fe1ebbd53552788", "name": "1acc6bd13cbc4617b4f50a64a4a736bf"}, "audit_ids": ["e9f554d2ceef4604af9d2398ff219d96", null], "issued_at": "2019-09-19T09:04:44.888316"}} 2019-09-19 09:06:45,087 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v3/users -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"user": {"description": "description-2", "enabled": true, "domain_id": "f9e1cda28da342f8a323497be09a0b37", "password": "user_password-4", "email": null, "name": "username-3"}}' 2019-09-19 09:06:45,093 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,096 keystoneauth.session RESP BODY: {"user": {"description": "description-2", "enabled": true, "email": null, "id": "cb48636ea5a64c15bc034fb1fff3e480", "domain_id": "f9e1cda28da342f8a323497be09a0b37", "name": "username-3"}} {8} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_delete_security_group_nova [0.231533s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,990 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,997 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,000 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,006 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,021 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.917902+00:00", "project": {"domain": {"id": "49ca0a03c5b24f2abb05a26c8e3090fa", "name": "da6c05352d0e427ea68b342e54a375af"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3f15aca2853e49ff95502ce294a6d005"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9b49943c3e624648acc8156c4f5b5397", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b7e780b0209344f4a65b3a07cb7db2d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f289e923c6e944a49b99dfb483264f2f", "region_id": "RegionOne"}], "type": "identity", "id": "385eb3fc90d44ad9973efdea3a911559", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1361023079cb4c61aeea54775d236944", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "eb56a7ca2e4c489983b223a3ea091b88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "63205a7bb04146bd81f7ff648a8953f8", "region_id": "RegionOne"}], "type": "compute", "id": "43b46f2f50274b969463c23eb54645e1", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4927554a53324838a4c775ce2dd4d4fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "fdc0d54603884c41a4ef9f3eb7c6a611", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6fd10c5cb5ef43dabd6f53f8a7d183ce", "region_id": "RegionOne"}], "type": "image", "id": "7932d2ef12574eb1891af1a0cec44493", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "045d3f71a78b4d589d0ce5fa7b3e513d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "517cc6f11a2f45909b6c6d7ce6a234ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a5818b904acd499c85610dfba6a1dde6", "region_id": "RegionOne"}], "type": "load-balancer", "id": "653e5e7cfb6241ecbb5d61e94fb224d7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8159c73d55ef4e08a9bef04e1e03ff8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd736bba9f314f3e9bcd10cb70b89f90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6bc84dad861c4721ad63247c978d8e45", "region_id": "RegionOne"}], "type": "object-store", "id": "3ebc432730694fc588d03f651cfd980b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "04fa2a36b01f4b1895a8279cf4181bcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "08a7f70c5cf24764aa4b8b312e2a8f69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d28ec15806e942dbaf0f6ae79d046f08", "region_id": "RegionOne"}], "type": "clustering", "id": "c50a3baf001a4a06b7464f009419e6f1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a666d55052b4446aadcf06aa47cc1b2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d7f28edde74244dd88aeeeff03440e6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bb3147a0475c409288cfaed6ec042617", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "deca3ef209b64cae91f8115960f2524c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3cbe50a86d88416da128894ed2931bd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3198368b9c81434489534511ba2b12cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5c20a9c94f704adea78e4e6d2b6a9e6d", "region_id": "RegionOne"}], "type": "cluster", "id": "eeb22536cff24cc1a81c8b9ff0d3e2ef", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fa84ad434f3b4bb096b47734e68debc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4e2c8dbad2cd40dfa85d6f369bae419e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c5bf9bda45034f4d859cc037f9863e9e", "region_id": "RegionOne"}], "type": "data-processing", "id": "b14ee1b7cbc6400385fe772fc2a838bf", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9fa77d08670b42a9a7265f5f1ed7efe7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d6b3290217764601b69972a61fd91ec5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6ab05b22807a45149b7d2e63684bbb49", "region_id": "RegionOne"}], "type": "baremetal", "id": "69eb779c51244dda849d1d9eb03374bf", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f8cf8c4b8972407d892c11a0470d996d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "eb8046fb977849bcaffdf72976182f75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1fa676f1c27b4a87bf443c2f15210ba7", "region_id": "RegionOne"}], "type": "bare-metal", "id": "5fb5e7daf2ba4759840d7e32003da480", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2e76e9e91b434e64b8bd7e4232d0d5bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9673fdc774f74d069b0a2742188c3d01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a586c1a1bbea401f9f1e9d62ebdcf408", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "030afb23339f4802b2644260a8c2c086", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5c50a70acdab432fa699495734cc50b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "dbf84187ef6747e4a41b9a49edc9d0d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b434b9b8f852463fb65e02fa13f86e16", "region_id": "RegionOne"}], "type": "key-manager", "id": "47d1f9618a464ddf97a122195c975ca0", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9b8f42fba367402487c0b8a3f59d6622", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d4d377a919f44aaba4665e55cb29edf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a06757e725cc48f58b68a2f8407a30a0", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "999d378381444dad92df9da47cb0cf70", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c856a415060249ff86475942b2f662fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b3ad2ec62ac5456587f6712476e5528f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "73c277f7262c427ca63ba1f811a02c42", "region_id": "RegionOne"}], "type": "infra-optim", "id": "93f5a5b8893f483aa5de33e2bc008f43", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c497c90f18d14b129ab1ad7194aa0153", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "fe4c633fbafc481b82b5ab25d1937890", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "331d13f2cc4b4940910168f47ac0df76", "region_id": "RegionOne"}], "type": "message", "id": "ed72425ec0e5454abc079b4c0f5a0d01", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5c19232a53864b2baa417064abf365eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a091f6f3b77d4d42b4d55ac0fc567229", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d541f65aef664c6e8210f1f9813ea129", "region_id": "RegionOne"}], "type": "messaging", "id": "596f822d20bc429ebcbd84299d0e8115", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "351e607272ea4f93a5265c0ec3b11638", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1e1ca86361164862bf0a3367fa0bc225", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c47556654d284140907caf85c57ee532", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d90a3a5aa309484981a92833efce5d61", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "83fcf3291917413f9bfae82a8a2fc51d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3ed10dcfa7a04a1698e45dd2efcc4c99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "47c074804b7749418bb9db87e5ea9f02", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "bb5e84bb953f4aeea1ed784448cc4694", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c61c3832b8142d0a77efa0191588db4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d7b9d5a41438477cad8724d88f3dd65b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "91341473604344229e298d1ade0591a9", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "fa756ab03bfe49a7ab8d2b2e3710dbc4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fc4d1682333c445998de53104d446078", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "39ce7cce7b684f449085521b6180cc85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "84833c4af3eb4c09a7b1766e9509307f", "region_id": "RegionOne"}], "type": "container-infra", "id": "4fa031767a0e4bd19d1a4dec4fc09fa4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b67253ea572b4040927862674400b30e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "71a58734774e46b483842f6f4e61ccf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f4d96b4d636142989d237ea3c6000b48", "region_id": "RegionOne"}], "type": "search", "id": "1be9490c93cc4bee82c73c68399eb299", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b49bd5c621804a6b93f555b834b4e532", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3d67bd4ec30a4a55bf35af7a0a9550a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "bd5afdf3ad4949e8aa687f675654aacf", "region_id": "RegionOne"}], "type": "dns", "id": "703b7121545c4c05abd2e3d0286d4aaf", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f69e5c2b3d784a00a74685b337b4248f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4328bd6f973e46cea36341dd33b2c593", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d7a8e0fbaa5e46699cfc0d43f712f339", "region_id": "RegionOne"}], "type": "workflow", "id": "7bd732c0cb714a6f91e1977b61c95899", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4c09e55e40904a6db7f3474fa9959c24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1b158393def948cebd690a3c58b0da15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5e7aef7e55b940d29a660da4c547ca4f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "bb5a4584c4334dd19869f5a9f9145fad", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ed860133d98342df805779a35891bebf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ff29878c06ad4f8eb6f26ec8e34bb601", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b11204d5a062418c9ae7e72f5635b622", "region_id": "RegionOne"}], "type": "rating", "id": "2909318a540140d587528f8b0827b340", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f12cba2005bf4b8c8bf4b393fb1ff01c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5b795b85d23641b9bf0552346d05293d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "221d0ac2f8444db0b50938829c59a264", "region_id": "RegionOne"}], "type": "operator-policy", "id": "408da806867e4be68adf6f12ad60ddd9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1e51284ca3ab471ea079bc9d6a239d31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a7beadcf035d4c3389ac1e4a5194bbc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "594688b38c0a46c08f546830642b4757", "region_id": "RegionOne"}], "type": "policy", "id": "57bb887f37ab45d2a2bd990412ad75fc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a8a8da52aa274cd6a4a492ec2159d6c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3b01b42f704d4558bdd3a6cbef48af1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3dd249014b9944e492571790e43b7b04", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "4529fe268fd8472daaba37a793b9d9b9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f4ad61a3356a4e95bc0a6a9d4a418e74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d3792c78f70e4e46bfc08e9cd776553b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "02577acdbbfd4db38112b99a8b094d92", "region_id": "RegionOne"}], "type": "sharev2", "id": "d99958427f7643a79d5e79a8a1e7a581", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e3f02a6391624595a3172b972e631141", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "903a995a65ed40fdb992530c120219d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e4e7ec3ff05b42eba4fdffbe5ab9a927", "region_id": "RegionOne"}], "type": "share", "id": "25f907edefb34b2280a6da8a0b4c955b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "13213a1080e8446aaef67ebbe8f0fe0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f5ef1bc232ce41069f571a3ce1ae60c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "09364e24086344eeb218fd5513f8133d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "2fb1958ad7d44f0e9e3170789569b7f6", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62472e7dc282453b8d0f3656b337a0eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45669094939948f7a0788cc5d942a5d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd9edb0fe8724453a2f8d00efbfab038", "region_id": "RegionOne"}], "type": "orchestration", "id": "baec729ee95841ad90f1d422d7025fda", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a89f8a397464af29fdaed42308acdba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a06ace273bc44230a20aab6c86b55729", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47523d9454e047298fafe20480641344", "region_id": "RegionOne"}], "type": "block-storage", "id": "cd264e9dd8324debbe5fe677e82cf17f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a55acccade04b5c98f91732081157f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c84d5d90b7c248f89896ce1efa49b322", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e4b660697f14219a05d64ed8a02afbe", "region_id": "RegionOne"}], "type": "volumev3", "id": "b15a3807ba8a4b20960348b8b215bae1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58c55b432a0e4a3c86587c019f724ea3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f878c0e892f64da984466250154f63ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f371e363dc464de49bc6b21c66d6bfc4", "region_id": "RegionOne"}], "type": "volumev2", "id": "328073d453e048c7bec2c65d15550058", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "286a21c6657c4a06923a7b2eb2df21fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9520e94cf7b4b50851e614fa6f17043", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2f61c2ccf3147bead5ecc95bb1ccf0a", "region_id": "RegionOne"}], "type": "volume", "id": "e59164390a0c41b584d77e335bf0e8aa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d2f391157a7c47608d93f8965372cc14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e53bd7eea2c2427189b27e3402ba442b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "503b098434c54c85868c8a5635212eee", "region_id": "RegionOne"}], "type": "block-store", "id": "3432fae220614c8ba708a813147a17b1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0b8bb22ff9f04d47a7b7ba5ff69c8c34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cf1e14c1e2f44c0a90f70dbf924ab2da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a65d798016904c4e85e3d9c42cef25cb", "region_id": "RegionOne"}], "type": "alarm", "id": "421a5ced7b10403a940a2f482f2075ac", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f038a3bf433e43e0b8aa0016133da4e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "22d1475e18154356a7adfff2a4d44dff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f62485ad8f07474c9d9210f00b40b9f8", "region_id": "RegionOne"}], "type": "alarming", "id": "27a005a6c8a247e1953f913dc5734592", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "879d53504e3040359f7cd1ae21daf939", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "320861a3fdb348daab681d0902bb2326", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f2ff2cb90d0f434589fdff0a70ff214d", "region_id": "RegionOne"}], "type": "meter", "id": "a4e0c541fde24c34bac1a14848994076", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1ebc529823c94bad9a92425cae3f51ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e8d742757de94a3997f8e48176e284bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8eeccde4676f4aebb1d0f329ee89cc0d", "region_id": "RegionOne"}], "type": "metering", "id": "1d00e2cfffca43548df021d742157ec9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d7d574da971a43cb8592a5cb8985e38b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2e8cac74c5df4a1e8892ef5f4fd4c606", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "40b96ab7e9ef4834922c6a7bc01a5c28", "region_id": "RegionOne"}], "type": "telemetry", "id": "6ea33990a039486d9240b2cfbbae39fd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b2303aec3d914260ac4efcb37280f79e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fe3f2880de09410a80e3ce5f3156851a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5c328cfc096b4ebfb1e939f4bc310e71", "region_id": "RegionOne"}], "type": "event", "id": "f73195fe6efa4838a274478e2d7c7887", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "68b7449a8fb345549c08a24e3afdbad2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e17d28658dea4df189d73bbfeb7ad205", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "de96351aca6f403eb1d4472a9e25a799", "region_id": "RegionOne"}], "type": "events", "id": "3b04c5b1809e4cba9dddfb0da0fad819", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "746c324f05d748ccb4b74792e4086bea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7330c58af9964085b3da59cb7731efd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e4bc12aee1624604b1a1ba18c367e033", "region_id": "RegionOne"}], "type": "application-deployment", "id": "72b76d1736594ad8957734c179e7f1ff", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0a058efb12ca41d4a9928380f17f3b29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "939edb5125db47c0b66b106510f23886", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3de8ce734ead4000887a5d68eb088a56", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d9ea6254c6e14532a15eede587e3a237", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0cf74a8c00e642d5a9de4246188c41ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9da7383f6a07453496fa35c9cadbf219", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "874ae5435fb34348bcde0a99dd96635b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "44e3a868a745499e8303e08a4f4b2c94", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7be5561615484e44b27917c1af111d83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c16c875d361c4b9382430cb4c1499aaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0dfa1e1e9e564a16a8d41ed01d080245", "region_id": "RegionOne"}], "type": "tricircle", "id": "f8a5105dd6134b5c9c546316454a8ecb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7703c50394cd45a98c86eb245a4d291e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ec37703103c441f3badcf8439ced85c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e20fbb386ba24f389f0965bc8eb2aa22", "region_id": "RegionOne"}], "type": "database", "id": "0a34317d1ceb4840b49dff7167edaff2", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ad9490bd7d084646bc0d6c8e8b372014", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "48ac08e3932449d2836834cfd06e5ce0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8bcb02855a2d4cb6b3d93344094a16d5", "region_id": "RegionOne"}], "type": "application-container", "id": "6a2ca876f8734310b298b86d3adbca96", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1a7c1516309b44a89d92483672e1abcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "77edcfe42aea43bf8f31ff17b242cd43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "360cf293add5436495a696a1a8f2fbad", "region_id": "RegionOne"}], "type": "container", "id": "1c06f3e4016b456f9fc22557fbe1df6e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4522a776e4a24fa2b97462c47dde8297", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fe67199514374f6eb39de0297d03a71a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b3b71601009541aca233b4241bfa40aa", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "5f84004856cf4a0688c022e9ea95d83a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7d82d3e6b5554291859c58aa9cdc334e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cd25d518e92641a09f8d9fa8e4c7b65b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "62d0f61193f243a0b0b7112e67db3eb7", "region_id": "RegionOne"}], "type": "rca", "id": "416bd73b3d5c4818a6a2f03b9f071008", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "160a6d1ad8f34c1a95ff43dc1bc21fa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "30bd52caf36e43fca1451248245cee9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1a02d92113aa421a840aa6d10853c297", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e4a763acd65a4abbb03d5758d0a2be07", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "89f97dba918241728c6ea487d0c529ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "829b2a0499c04e57a8be75753bc60da5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b57c3b427a6c4c8797b8dc98f6089850", "region_id": "RegionOne"}], "type": "network", "id": "25c503d3fba4424bbb388534ecd498fb", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "839d2a4e14b340a6b49bc818c4eb91b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8a71c8d1caef4cab943a1daed0e471c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "592e397b0633435799e5b2ce73e8e45a", "region_id": "RegionOne"}], "type": "backup", "id": "4c5ed879a5564eb99f749e1525380f98", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3300fd4dab8c4612bf4a96baabab912b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dd709c449c964840928688d08f699db9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "60371799735f4e2ba6c0c510349332f5", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "82daeb78bae84510b685f53ccc5939a7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "243a8bd018844e2c852fddc2a9495be7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f410330333a34ed0a8146319857ed2ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7277a30d5b1c4048887cc537a0bcdb74", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "fd7d4e52c0344bada210fcf368d4edea", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "80f27cc91b2b41cf8904fb363e01f19c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "867a39b6a6904386ad2d48fd0b2a1d23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2663910c84524cfdbf7c966d58a6d9fd", "region_id": "RegionOne"}], "type": "monitoring", "id": "5574a7ee32fc4031b4ee721961cc31f2", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4650092d26084a208685a41e2e43a4a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6cd491cc48b446f4b30fa39c8eb66bbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "2b5f4a8ccf05407ea6009dbc008e298f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b6872d0549f54c7892b897adbb8024d0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e1b4827914cd4f45ab80f4dc1a870098", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "76faf57d53e74012a40c1bde03c683a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "668bbe0f6dbf44b29645d80861a36b38", "region_id": "RegionOne"}], "type": "placement", "id": "e9b3c59685fc41fa84802edc311ef9b1", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cd33909990a44b09b7fe28d65f1d6c46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "152c3432c07f4f26b2174823d5a533f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "274f65a156624a139af823bcca9f8a34", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a76f647ac8354c6b94a0652fac4af9e9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a55ccfd728be449d967ccd8c67453db4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ded27a0ab493494d939bb891b5a3e76d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fe826a7067fd4330bbf32677a705ceac", "region_id": "RegionOne"}], "type": "ha", "id": "fde5a4ee350646bfab7c928ac3610517", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e1cd8b07b18e4205b77af65fd1ad5d91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "47e2d66bf4bc4721a7c4dd9d6c906394", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4e5988fc549f4aa5ada5afa70e76fdbf", "region_id": "RegionOne"}], "type": "reservation", "id": "3c9808ca914749679db6fe749c196cd6", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "59292c07f02141559b64924338a14b23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "52031cc7ba934ed4950a8d5523595685", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d42a6bc649b14f44a3cd5315d8db7ee7", "region_id": "RegionOne"}], "type": "function-engine", "id": "5b77734a39d74117ab124f34eaeaf6d6", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "27eef9bbfecf4dcea96e304b6fdfe01f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a7cb8edc8a2a416b8f96c08faf6113cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3cecb0bf3cec4186aae7c8420cbddc35", "region_id": "RegionOne"}], "type": "accelerator", "id": "e879b65ad6aa44148b62e51588fea2c3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1b3911c80d63438b86b337b7422753dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "477ab70deb924adc8ab0af020670b3d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "87141bb3890143058992d5ceab81e1d0", "region_id": "RegionOne"}], "type": "admin-logic", "id": "88ec48059e814680b94bf54d436ebe77", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0128db223f124f55b0fb21f5af8bcb5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5cee0eef50954609aaeb8661db1e0e33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "650824cedd8a45bcb778a8a2a8a8276d", "region_id": "RegionOne"}], "type": "registration", "id": "b4dbcce5461349bb9c8912c987800a1b", "name": "adjutant"}], "user": {"domain": {"id": "83242a6f804a498cbd469b00bc38dbb4", "name": "ca471fd27e3a4d68baa4d2bcdcd52445"}, "id": "55c0840194da4ba1bfaf6eb2574b696b", "name": "139c6a2f67b74889940f420fd9d51176"}, "audit_ids": ["192a01f1abb5454b8b3e08dfb189b45d", null], "issued_at": "2019-09-19T09:04:44.917902"}} 2019-09-19 09:06:45,102 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-security-groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,109 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,112 keystoneauth.session RESP BODY: {"security_groups": [{"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "Test Nova security group #1", "name": "nova-sec-group", "id": "2"}]} 2019-09-19 09:06:45,134 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/os-security-groups/2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,141 keystoneauth.session RESP: [200] content-type: application/json {11} openstack.tests.unit.cloud.test_stack.TestStack.test_get_stack_in_progress [0.190317s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,048 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,053 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,056 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,060 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,073 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.977316+00:00", "project": {"domain": {"id": "bb9da0ebe7784d0bb98d6ff083491318", "name": "cbb8ef0096b54634b93043adadd5b6cc"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b99f3c1a19ff4e49acfbb91d6859ddcb"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5370a4fd532746e1b5b62f58bf663874", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "30763b6ef7ce4914a3516eeb3cdad751", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "966d672abc274ba6900770700b612265", "region_id": "RegionOne"}], "type": "identity", "id": "058e4c1ac5bd426baf7f88b436d1b774", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "58faf8c5986f414599e8129d6375fd11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bb9045c963fd4813ac7b659fbc0d1ec7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "bdbf080ffc3443f4be8a2afba70e6243", "region_id": "RegionOne"}], "type": "compute", "id": "c72147a8a6364c7fabf1122d282f9856", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "01cb52a9ed9944f8a18e48ee5d3aed48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "49e23aad991f4cec8cecb6bd2489653c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "42b9b6f20a6b4de59e8fc1d6d3c9cfcb", "region_id": "RegionOne"}], "type": "image", "id": "c234393287c8464c82a935316ec666e6", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0c7c7423693a41d5b245ff3425335727", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9d89d61f929249c7bbfba4b9e340ec99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "37a195888924417b852159a474b5645f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1b97c4dc7aea4bd18e1dc8d8e05a06e9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25575507db9045e1ba03b8d3d2698690", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e4333fddab24a17b37c0e92cc8e6986", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b72d0d495fc407c97f9bf5381e5320d", "region_id": "RegionOne"}], "type": "object-store", "id": "e584fe327a304ec8aa6e2aec6484b6c4", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bff503992538401a95f1bec31d9f77e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "43d7e0a59a4e472a8944bdce9a1a4200", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d7c93e3e056b4371a745bc63abe70d10", "region_id": "RegionOne"}], "type": "clustering", "id": "d0ce95cf46f641d29cf3f96de80c4cd6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3882b5212b1646b1bfc4f7a78b142a8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c8bf3418f21f4d3fb805bcaf05eff3ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b38896f574d54c8da4ec092f779baa5f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a5e90fe177c1451d82185f3f7e918b82", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ec25eaf4f6724175942361c039fcfb6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fd380dbae5dc4e049356d1c46b243844", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "64b3f4c84cc44a8b91437b36ae402023", "region_id": "RegionOne"}], "type": "cluster", "id": "731e7e25504042ec82d742b83cd9843e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e0366282ee4c4c5c8605448c97546e0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fc06386c3b334674a17772f6b77400f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2f52b0045fe14ad19b9ae5cbfad73706", "region_id": "RegionOne"}], "type": "data-processing", "id": "6be90157645a4d1b95dea17d02f168c5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d25e15cabc5c421a92389c974da11a95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "baa7fe5cb7704da8a4cdc10af42ea371", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f132267d211240f2acb2b6cc1f9423c5", "region_id": "RegionOne"}], "type": "baremetal", "id": "6761fb00d13142a182f8c9111b99a463", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d3f87cd18eca437bb402ee811a41a408", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "eea6d16ad0b14fcf85b2426bdf2c499e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "dd78af80fdff4c73a72487bf47b652ca", "region_id": "RegionOne"}], "type": "bare-metal", "id": "fcbb833d563046e8847b7c7dc75d1997", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "71a4d8f98f7545fcb2ab0fde025ac9cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c64aafbd71ed4097aaf88a78a6d17d41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f850793d92314b73a4ff4f8c912038b8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ca8254d28e6c44de8784fc4332ba9bc6", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "36a61669c8594a5294aa1f4b437eec55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "514b2750584d4e3ca484a4a00a16ab8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "bd1145aa29a14955bb79dc80cf664ff3", "region_id": "RegionOne"}], "type": "key-manager", "id": "5d215a74526245dd953063d5812b749f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c56f85d373754d71bea642a1b84e2258", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "68f3cd018b8344388331357cb115a4d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5b15d748e5354f91957bdae47dc86ce0", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9591e85bf2be4326975188b6b14a960a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d8aba2b9e0624c3291d858785d7d2235", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7389394f3c9f4d1c9a5bf6d43f260297", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b4a57f92d7504d0197acb1cd7f1bcfe1", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f2d7fe970ea34a7299a0b1392cfd6c90", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7416880dafd540a0ad6c7f063d8a7f04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0ddd4140989c44d1a25b486edfff491f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bdc3ad91d3a2482b98655a76b5bf60b9", "region_id": "RegionOne"}], "type": "message", "id": "72ce6c7aa712414bb636eb09d368527b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f6bf592715d9484f827015dff85bb901", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e0471d6ad8e7466aad2963f384d492b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1787d40d706c4de0828e3bccbfb1970b", "region_id": "RegionOne"}], "type": "messaging", "id": "e9104bb12bbd45179b9e7a9ace047bda", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0f0b38ec3ee042ffb67da0deff0a37f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "33bb7a1a147b4fa5a85442954ca6a332", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2d95dc8337ac4981b3a72263e07d89bb", "region_id": "RegionOne"}], "type": "application-catalog", "id": "206f60782e8f456f81b6c0e237099fdc", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0546f650167d4f679f4e0d4b565d7663", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e9752e3dd08466fb28c5d3192a221c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "02f42d985c3f406ebb9f751dd270a4f9", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "bd38e7dfc63d4d6db084e9fb12818d94", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "997c64205def41f8b35a628d0dadf405", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b8575b86250b41848cd299924f52efa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1b740b86631e4870a5f09d549b8e9c43", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5b267d76891143f6ad540a019d83a26e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f5af742551204fd181552874accf40ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0538817f041849388d5875076962ff67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b61eea11d56445da89fd0089e01777f", "region_id": "RegionOne"}], "type": "container-infra", "id": "d9e3895943dd49fba8e0afb879172f75", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8e65e66623bd428ca7a4aa7e967b8e47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d29ea835670446d5979ca07275fc83f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "11e65efb83bb4779bf322e2efaa9e2b1", "region_id": "RegionOne"}], "type": "search", "id": "8ceb674179284d57ba3db90259ad1c4e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1eaa4167aff247f38354b4c0cb0a662c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "826cb67addf24c458edb352a7ab2f006", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "91bd3ef8ace7434da22d08c94baf92a6", "region_id": "RegionOne"}], "type": "dns", "id": "1df07cf7e5ab499f9c5c1a3100ee8409", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5037877ee0fc49b19591d7975b190241", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4a1aaf40b9eb464b8dafbb5a18c9684c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "40793a0d778549fba89676c83683ce9b", "region_id": "RegionOne"}], "type": "workflow", "id": "38f5e7c97d6d457cb7b3ca4f7f1d4d46", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "52b90a95737d416f88de71224a9b4540", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1ccdecef3b5645268ece1fdbe0cfe161", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2371a6545d874d03bf40d055f5f5eb46", "region_id": "RegionOne"}], "type": "workflowv2", "id": "39951abeb2d445c3b46058b2f9c0fb96", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7efa1af9b10e4671942fbbb8b85cbff9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "de30a197239d460d821f8184b861139f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1cd633aabb3040d4a5ab32e47026d45a", "region_id": "RegionOne"}], "type": "rating", "id": "7e35a7b129b34b90998487d404857bdf", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "be018ec2c48140a08429ffc679e45f5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ddaf9ef2f98242079deae11161aec038", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3fb51880d2184def9571d04990b00a9c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "066c94caaf5b4262a86a2e9dde5a5561", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "00af2e9b08da462297cc3fba1ca3d0ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "31e6315220f247b7918be886a9731a66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7a3795bab94446fcbab433f34d68bd00", "region_id": "RegionOne"}], "type": "policy", "id": "9190794970854baa93306f32734ecb49", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "98c59ba13d1a4d2ebea816338bea03d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bb0332ab71324ca1b238b087ce21ede7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5d8844cad7404b5a823ab177e5218773", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a6ef2dcfff3943bc8fcd0a6c271dce8a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ecee1b744ef449858f432ead48279dd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "769c48d52e4e4588a5f70797b46a2296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f85027f7c9714edab1aba1733154bbac", "region_id": "RegionOne"}], "type": "sharev2", "id": "6cea4829b0e34a9688ddd725b5fb70b1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1342c4f5af0c4d54afd2333d8c100744", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c26a31db3c644ffcadebaa454523b1ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bec269d6ad63407ea1cb073e21f3779d", "region_id": "RegionOne"}], "type": "share", "id": "97ab29f0f274470099efaa610185b114", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "79e0018fd25f4aeeaf7ec3c2dc2110f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "755d2cc7ea994ffd90a2a77edb8247f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e9c31f035b9a4396b2036c1ca379a626", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "fedd868dd9cd463d8a8cc9e50673553e", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c47fec27b9645c78841c5e88a6a5ec1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d3cd8b8468245d9a48a686c8696c94a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "124c22ebbcbe402aac525eced260b302", "region_id": "RegionOne"}], "type": "orchestration", "id": "d70a7b56df09483ea32df00299cf74cf", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2cb70fe69c124129959d5781bd4effd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "734b816e583f48f8a454c7fadaf315d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f517e540d58542e19ebe3a5e15180d69", "region_id": "RegionOne"}], "type": "block-storage", "id": "09999b4aee6e42819111d3ab9ea261ea", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f132f3d3690a4d8d9c379b6ac75987d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45506644cd4f49a9bcd98cfac6ad4d6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f77e01e6bd22437396ffc583df10b5cd", "region_id": "RegionOne"}], "type": "volumev3", "id": "b111015b1de1493586b7d4f37413e42a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b281dce9086441e913f88eaa07c2d79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9109d1b17a164873910b558b9889ce55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07dec8dc7ae44103b00fe92047fa76d8", "region_id": "RegionOne"}], "type": "volumev2", "id": "8b84e5e3ae6147a68dfb713933622248", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c939f47b5e904a03a50c8ec21c939950", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3ab4cefc4654b47a4a4aba9d9dd817a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b36214529157473297167326a3f2cb4b", "region_id": "RegionOne"}], "type": "volume", "id": "2cfb35f1377545a59c60e2a4d7292f94", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5957417eda1a449dababd5d4d7863a73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5bb49c6f927745059d904e4d40d744b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fa2c156694f4d5c9478dbdcf2c6c816", "region_id": "RegionOne"}], "type": "block-store", "id": "0731d8331b97470193368eaa3bba0c83", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9ec7017969be487696e9fc17542f2e24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7e21212eaa0b4893ac47993549e49cfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b5e62e6d0032438aaffae1125514a851", "region_id": "RegionOne"}], "type": "alarm", "id": "79893757664745a08b13cc608e60175e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cdf734e0143945e8977898377115e391", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "179121bafd154954bf53ad4cd5b9a8d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "451f9cf449d649be9fb6a640add31293", "region_id": "RegionOne"}], "type": "alarming", "id": "e39f881c156b49e5be3687b3ad053453", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "966de2bced23467eaf235d37d70e1191", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c50ddb516026400da00fc602548770ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8b03a3d20d3e442d90dbbcde048591da", "region_id": "RegionOne"}], "type": "meter", "id": "ff89baef089c4a80bda0f0df2a50fd67", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "76ba72bb66a5486abd8c0eefa96d8d08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8379fc4552204111ab9abac4144cb3c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2010197eded34f57ae5d77fca0413e2c", "region_id": "RegionOne"}], "type": "metering", "id": "f171ca98b18a43b38983a31ee6b591ef", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c203435608d748adbb64e1025218c3df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1d8aa0fc2cd143fba8e633928faf7a09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "604346a2ba234a3e98f4dfd2f569ebc4", "region_id": "RegionOne"}], "type": "telemetry", "id": "afcdf28d5332484cbefc2917cbf6868e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e55febb896e941bc8341fd67d32948e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c738190ab58244088b11a08b47bf6f5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "141d438753704456a6dc246c92c8cb55", "region_id": "RegionOne"}], "type": "event", "id": "d3efcaae4636447b8c75e989e6de5966", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2a9116c86c78496f8f090247b1b964b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "32751423401b45439f6e3d9eb0490888", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "94e6241c4e094978af74ce702ea58cb1", "region_id": "RegionOne"}], "type": "events", "id": "33518d8d438e4695a5dd11a0f6abfb93", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "56f3a2a9f38c44febc74bd0cf1cd34db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8e720263ce594bdabf805dd27d2fbe20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "44e99ec2daab41aaa8d2fdf58e428727", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0460b7b674544ee4a6d490f57fb4857d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b90f628637de4eeeb8c8a0035c89cba4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "119e95953cac47868639c550752bc88e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "02318c3fb5b24262819e408decf82b4a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b4925463ed8e477582117c66e12644fd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "df44d7010a0f4c15a0749a24de59ca14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f61c548eaf1a4da2883df02beac3faae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "449357a698c5495586d9074cbf774848", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3b978af4320148e399fe3d7c7c06bf0c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "16e2b058b18a4147a59bc0f842ff7c90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "385aacda7fd64c93be371a870332dc27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "710835d4b9334e1ab7ad13b553a42f82", "region_id": "RegionOne"}], "type": "tricircle", "id": "fd4c681006ef47c8a2bb0095ccc7dfc7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c20c9b8eee1840dbbb838493306ff5ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0727f0bf46e84d3aab57e96d6ed1100e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b501a2ecfc934b8fb30752210df541c6", "region_id": "RegionOne"}], "type": "database", "id": "1e85c1195d3e491bb4c17a83f0936a3f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "97317849bf15417487c59208e6e0708a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2aac7546be7a4eccba3caede78e35ca8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c53e9e950d984476843235a1dba5bbcf", "region_id": "RegionOne"}], "type": "application-container", "id": "9376b58abc1d4752b87da355a48fd996", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c99961b502db4a659714f9c2f79f1c54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b099ec2543944e009c3c73f148bfa7b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "07015e7c6a454c4e962963db37bbe3b6", "region_id": "RegionOne"}], "type": "container", "id": "3040e7385c0a4240934765c67c984725", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "db643290b4a24affb124cdb8d65979f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1a52d6c61d8c4bf6b47190ab43f0587b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2d72936dfa5a46f3aa0799dab8cdd786", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "32b1b24cdada49648dbeddcd2e27f60e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "99336152fa14419b91634b49e7d8696f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "df8a377bea46413ba74355c5df0dae99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f2b4fcd819c64895a4c96a01f8ac4ae5", "region_id": "RegionOne"}], "type": "rca", "id": "695e5750d96240c492200a0c3593a9a0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "089ab9a086f94513a06409917f519844", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d94bd57f7f344613b08f36f71e24a7ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "289cac8131f447148561dc3c25600b32", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1503c7998768401880ecd33ab4ee7880", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7d3fce66360245dd85af295c318fd77d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "163e1b06f2b94331b809166c9d846083", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d6b75bae08134566b07cf1577fe05d41", "region_id": "RegionOne"}], "type": "network", "id": "ba00738fc5964a4f9b8404d227664507", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9ca143549e4a4322bb9a063dddc3d91d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0263ba8dbec6481390c04951974b4be0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d38eebaf3960463dbc8459c9d68ed9d4", "region_id": "RegionOne"}], "type": "backup", "id": "4a65856d07114cfb9b9baf77490e5b4f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a8d6702739334baf95b4f3abd0e5eec9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1e9d2d364924466a9b688b71e070c6c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "443aac61b61045aaad16a3e0f89a65eb", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b2cd97fc76d7405f901d1cf5c11d9dac", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e3f32ec5101e435b92a908a05b3d2a37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b0992afe27494ccca600c8aef63b8b7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4c505f65d304414b9cfac82fa9f45b72", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "648c6c170d2f4693979fb0753a2cfa57", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4812d36a6f8840a0ae71088d5b730375", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "72079d658d04409d9b852455f777aeb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ffce879cc4b34963823402df4d585a2e", "region_id": "RegionOne"}], "type": "monitoring", "id": "c683acd74db94d83b0d457994c5631fe", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0c089ca38db84b0bb19a3a51c2da58b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "68096ea2f91a41d196dd760d8c7084a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "01ed8142939341118df7d174beeca732", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "741a978a0ebe438eaa4ae7121d6fa2e7", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ec410d9d872840108b819572a5d51b63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "607cc10ff3c84291b37997de8e7fc5bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "642c11d5e5c844bbaca110be563c9ca7", "region_id": "RegionOne"}], "type": "placement", "id": "e5d53c4f152c453b8f3d5c61038ec9e3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cfa819933b724bcd929ffbdf8f24da78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7a681181778c4c9e828bb4da822d46a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cd3f562aada5437387e216dd85dbf1fb", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4709713366d443d6b4c0082b82b4316d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6674a13dd5634356927876a977558f9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d3f4db0c404047999a8cacbeefc6a06c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dcc18d74bbf0467cae24135f21a4d912", "region_id": "RegionOne"}], "type": "ha", "id": "a63aa12a653b4055806fc7f34836291b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "86c6edd42b8b483798037c842b6e6f48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ab40184a8c924057bf06bd4bfe4e53f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "e9f6550651234488912be7395d876bcc", "region_id": "RegionOne"}], "type": "reservation", "id": "9cc4215c3e3c46bf99f3ca3e307a8c69", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "869b2cbf65254a59998fd66c06e5e178", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "022b2a3225be4dc6ba5fa577c17f1847", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f69f641545b94a82964a904654f1a237", "region_id": "RegionOne"}], "type": "function-engine", "id": "4004e7cb8de44653b2049e2e5840177a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ef3c76c592584e7b8d41b85de2d4d1f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "010c49d1fc0049608bbaecd8b52995fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "062c00f87cdc49d28b4006bf35470a5b", "region_id": "RegionOne"}], "type": "accelerator", "id": "eb12178526ac43b0b2437430a8cda265", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a554448692184f7cbf6e5b1bc6be264d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "99c0a3a7817f4787b3f0ed56a0b8ffd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6e2c5cb9587740998daab26d2027a2b9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "17f8d259232e4de194e777eb2c1617cd", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8dd789d80cc9442d82e91f9d5fd974b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "82e915d226744499a3eeacd7ae970530", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2f6cfa944ea14c31b18809d3a9c2c27d", "region_id": "RegionOne"}], "type": "registration", "id": "f78630278c834aecb1a0dd5506a44f99", "name": "adjutant"}], "user": {"domain": {"id": "461b049cf09040a7b636cb5085b9f428", "name": "85808393cdd64cb3ada7e8422776a90f"}, "id": "5cb015743b944e3fac03d1f9bc11497d", "name": "7fe55e189916456b9b625594e2dfe7d2"}, "audit_ids": ["5a5b401712aa45c2bcfb4bae4547c7d2", null], "issued_at": "2019-09-19T09:04:44.977316"}} 2019-09-19 09:06:45,143 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,149 keystoneauth.session RESP: [302] content-type: application/json location: https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2 2019-09-19 09:06:45,154 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,156 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "deletion_time": "2017-03-23T23:57:12Z", "creation_time": "2017-03-23T23:57:12Z", "links": [], "updated_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "id-2"}} {18} openstack.tests.unit.dns.v2.test_zone.TestZone.test_abandon [0.066780s] ... ok {19} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_image_import_no_required_attrs [0.066730s] ... ok {31} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_instance_find [0.061234s] ... ok {23} openstack.tests.unit.cloud.test_volume.TestVolume.test_detach_volume [0.210758s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,170 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,176 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,180 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,185 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,200 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.108073+00:00", "project": {"domain": {"id": "acd37ceb79554a54a30666ba534d36d3", "name": "fdb4ecd3cf6e4dff8a5a197f6c18058c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a9ad171cd1114ca6bd3288f1d1917eeb"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "da49fb9dafb540d5abc36e3b994d2a2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "31b63e53bce24edfbfc2656c31eba5d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "fcf7193a8e0947de9d3927a31da21586", "region_id": "RegionOne"}], "type": "identity", "id": "7711c3afc53449c8bec4247ed0da569c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "afeddc5989f24fbb8362fcc1674fd563", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "de6b3567c86b4cd58f9b4ea9f17331ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4288e95cfc394745975dd888c7a8a61c", "region_id": "RegionOne"}], "type": "compute", "id": "d36d0ae6e7544655a1e949c58d2ae011", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "3faee24a107c49d1b580d471a92f83ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "58969b94ad254b1ba61928e2a18220de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "58aa45c72dd140be812ea23c5d42b375", "region_id": "RegionOne"}], "type": "image", "id": "4c92f3d4007d48cc9389ce86d9fc534a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2bb824ff915545ebb33ab514a8c9f384", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "072252c0214041f4a44dcb4c95672400", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7dc78f206c5040dc8653e260ae28c1ec", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e3d442a8550d46518b64431be5852e7d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8d165b1f50a45309a22f82b19572def", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ae923188c2444f98490f6e5fbd7da82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcba1036db3a4a2b92b991abc01123fa", "region_id": "RegionOne"}], "type": "object-store", "id": "da46611159564bdeae7ee4b87d451c1f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8205bc2106d64b43ab9c4c9a4c789725", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8a76eb6309f24d839aa2a55472db118a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "be1193efeda34619a127081f710a23c4", "region_id": "RegionOne"}], "type": "clustering", "id": "c67d06eeaf49451e89b6a98ddfc6ae92", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "38c770a70e0440dd94fc037765c7043e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6f8bccd0a0154cd9ac9a16eabd45dc29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d619cdff304b42dc89470f6857e0f5c8", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2153552a7d9340d08ea18c2fddbf3171", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "45256eb29dc54b8ea7030440794c1397", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a98f600fcbfe481989eec43253bb1274", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e3d95edef8a14aaaa805fd916b276b04", "region_id": "RegionOne"}], "type": "cluster", "id": "7fb109d59eb542139b3b1de24f0548ff", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "60db4f1e207e4241bd655fbf0d20ac20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8c17011888394af1b1bb3803009ef147", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2b8daf62a64d43c0a38b364343a64693", "region_id": "RegionOne"}], "type": "data-processing", "id": "612bc713ae634b1e865a79cde62e1200", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cc239ce7178346ca8086e7023f6eb51e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "09c316b077864e4cae386ad5b68a1eeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bf13c2be721e417ca1d4f23d396c3756", "region_id": "RegionOne"}], "type": "baremetal", "id": "e3d880c0714848a6b6eacb3b767c9fd0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8e14785c4adc4415bc421509c22b48d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bb64aadfcd564cfc8a6b988bfe8272b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c9479cee0afe4c0ba5e2f55ec3d1fb54", "region_id": "RegionOne"}], "type": "bare-metal", "id": "20aaff2f535746db9294c5db83a10f56", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d649ab2f06334f47abad6c0a27f2467f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "87227fb4c6f64e3fa488ef91d249e728", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "920cc44f108e497c894d8af44e070c4d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ff9f2e408359491ba9decf46c0c34902", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "86aef7127e544a81b1cdd4c27cffa152", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "23b324055ce04ba8ae0c160eab982927", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "726446ead18f4c168177370f7979325b", "region_id": "RegionOne"}], "type": "key-manager", "id": "b420e98c7e044593b152b0a571af27e3", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "09ea48be3b7149b591e1a3a0dcb26065", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ab6012091d49432193d2a00ed89dca9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "22c18f9c7ea94fb396c134d6ea5f56c6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "eb799455f59e4b268a9af9cdb2e31204", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "501f23837f91424bb9af98ce32993411", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d1028361a3134fec885280dc4be85627", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "da2edbbc482f434cb55e517724a929a6", "region_id": "RegionOne"}], "type": "infra-optim", "id": "7351bc01c0e54da2a9948321446a9691", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "dfcdf464c2df4e24a101362fa7e8290e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "af8d838a72bd495781fbd375e989ade3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4c91638765af42cb9a6e67bc85cf1700", "region_id": "RegionOne"}], "type": "message", "id": "b7abd55cca094f5f910c02d3c79c104d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9e005f46a2aa4bb8869288932204bccd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e24c5fc1e6964aeb8c018452a71be947", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "51b6995809624d66af2ea01c767a8a10", "region_id": "RegionOne"}], "type": "messaging", "id": "298393c4f5fa47669dfb5e733e38fb96", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "61650fde708e40c68c11d8bc626885d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "184f0b3cab9643259d0107bb19ae0ec7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "82331558bec94b5b8331d48cfbbfee4b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "9cf9e697e1984eb8bb4f22e77ebed3ad", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "833efdaf8828465c943c5564ce76e5b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fa87f42142524a659a62bd655b9c1913", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "389314ef17f243fcb19825e4c4b7adab", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "862eea0e23864f6bade807b3c6277445", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f118efb2acd84d3991f20f1bc6dac003", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8032073930cd4a88a8ce62bab4838f51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3ccb116d772543308f70ae33c94042b0", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e18d07b681c045edbefaa73f7198a7a2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8a1e87efc0ee49aaac23ee0b82b01706", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ec480d36819244c7a22be8b2f8043790", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ba89fd1a615b48df80278e0b9971fc1d", "region_id": "RegionOne"}], "type": "container-infra", "id": "57273fdf31184576a2769f6e18d8edcd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8247651075814f7580e2a25b2a9750e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "69681427f4ac4f0683cffbd028740f97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "522f5fbb8a654d15b6fca138189cd381", "region_id": "RegionOne"}], "type": "search", "id": "968250dc9fc9478c952537efed4e7a77", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "43bcd1ef292146679c9e93508896e0c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "55f688b323e2495f87136c2163c8edae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1f8747362aad49408172b775d0d61410", "region_id": "RegionOne"}], "type": "dns", "id": "f6b05857d8004fcd832e415bf7fa887c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "231b4f5586354f278e1374425cc3ec1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a9133ad97c5449f68b3c9c58b7f6cb9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b7ad9b2be4db4da3970ed7df0783bba9", "region_id": "RegionOne"}], "type": "workflow", "id": "15edbcb140874c448b7894a932189729", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "51398b89c5724fb7b1c7b5a0dea3a517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "940d38faac4d4bcab1e9243a42e5b4bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "aa0c16a2948f4333ba7cb2f65c441fb8", "region_id": "RegionOne"}], "type": "workflowv2", "id": "662e2543f2b94648bb914a6795463018", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ccc5096843f24ee08ed12b1ce02d9a97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2fb501cc1bde45a881502077a8cce46b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a5aa107016244732a08c9a6c545d7f9a", "region_id": "RegionOne"}], "type": "rating", "id": "55129f71240f466285861a02d9e3627a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c88fd246cc8a471f86986fbc27973292", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9a5edf1946ee4889b1422e139da41f65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e1b6300baa104eeab8d00029058593d0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "3cb1c58b2bdc487ba6d65786f0b60b15", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e499f5215dba41c5b4bb1f09e9a9a490", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9abb7bcf7e0c47799de329e8c42f8421", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6f3377b91ee04a7cba7b4ccfffa56456", "region_id": "RegionOne"}], "type": "policy", "id": "7d841dbd36bf4bce82bd19c55744ed5c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "acb0e2a4be33491c9a36b2ab932d4d15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "92f062a74e3a4693a0c1d2ae29c3165d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2909484b0a494c11a558668845553f79", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "404c19d1a5394dd1a19fb6efefbfc943", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f58c39618f544b91bbb103c7719f494e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4a68085caee24e30ad208b5595c19d30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "93222822413c4c95895e88be489cacb3", "region_id": "RegionOne"}], "type": "sharev2", "id": "4067a636a7224122b54d85ee400b5e70", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1308bb28ae6c44cea84ea65ec85d15fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "75a6629a46504851b5336cc831adb15e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bdda59142f134cde97d86c2e9a4f39d3", "region_id": "RegionOne"}], "type": "share", "id": "8fdf1a4dae9442bc88f04bdf6ad17b1c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "cfe057bf5337445cbc0ff0b4f7cb6d51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "09cfbac70de54c0da022ecf057ab85b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "fa451572b979402fa485186f2f548f0f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "858ced832f7b4a80b31cefa39dcd9989", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72ef0a22f5f1422084ecc4f7cf3ffd30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f68e5868361411ab86fdff55d48347c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5286d42a37a44ce5816caa8dd809718f", "region_id": "RegionOne"}], "type": "orchestration", "id": "d42b111c24fd4fb2a2d404bd46911005", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06e662b666894e6f90513ccc83750456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d4a5a60640f4767a32d1da3911a5e0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a07438de9a14b799915b1b59b85773f", "region_id": "RegionOne"}], "type": "block-storage", "id": "d0a1d14503d2497eace97eb05a7c9186", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "328506eca3824c7f962f69b7677227c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e30bc62322d14fa59ac50f59e49d62c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb0f1f05b55e47a493612aa9f1272c12", "region_id": "RegionOne"}], "type": "volumev3", "id": "29280df7cdec49a48125f7953ee64dd9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d06d5e039ea94dc18a8bca13599d39e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ed120799ee34565a9e83f7996c17c8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59badee50e214c1c9847263bb1d9d83e", "region_id": "RegionOne"}], "type": "volumev2", "id": "8da22f506c4f4797a4ca88a3a8ab5e89", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "498e524d2e9145298e455bfb741db027", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef499ed10b4a41608059eb8e5151d69e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1c96c9f7a9843c99bdb17c829427fe0", "region_id": "RegionOne"}], "type": "volume", "id": "913b9dfca27b44fdab108b11b14cb16a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4b0f2721d024994b745d2b31b990dc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a38af7798284ea4910020ff4c46aa28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37facb30d2cb4f1e9ec00eff73b4e2d9", "region_id": "RegionOne"}], "type": "block-store", "id": "26824aa3ecbd466e983839d8653566b5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "922e7d34592b47b8be7cc9fe85ff186c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "64c249e2ce634396829bc6d98de617d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e43ed403a9dc49a98a6243ac18d9c2f2", "region_id": "RegionOne"}], "type": "alarm", "id": "844a4709ef694a2b976b6fd7c3e68d3a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4b0116f92f6e4478980ef7bbf496d151", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d69a024b6e0d4e9d9424af2f77ee944e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e607377551da4ad0a976fa82ce168e28", "region_id": "RegionOne"}], "type": "alarming", "id": "17783338552d43b8963dac01aea9ed39", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e04df8ad9d3045ee9ed13202c91226bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a73e3d2d0ca549968d56c4c20900c520", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3198a475de084dfe978554857d38e4d3", "region_id": "RegionOne"}], "type": "meter", "id": "6c71b948b56644f49369c01101c244c2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d5f132901cc9491b92248427d6bb5587", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8a0ae08c0ded4f1fb94330eb619edcf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f8e32662c25e4bba9d050f7607904db4", "region_id": "RegionOne"}], "type": "metering", "id": "3366a98c6e234429b573740784a84f84", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4e7e73928d374aceb009fb2d9aaa8f67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f9268dbd37ae45dbb172f46dce2f19ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "126d5cdaeb794030a51bf4df2b66c31a", "region_id": "RegionOne"}], "type": "telemetry", "id": "f102f6681a364e3cabdff5010c710778", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6505020cdf65426cb936da5ddedde1b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "affd82152f8c40669c3b26b5f15a1b38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7a63c1f95ca741b3b82feb6d69c808d8", "region_id": "RegionOne"}], "type": "event", "id": "55a382d6cbc7436bb845e0152c2f7ae8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b23354c6ae494fe6a9c8ec6a670624bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7b5735e003344f3ebcad6eed9a87a951", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bb06021eac754ff794e1bafa55149988", "region_id": "RegionOne"}], "type": "events", "id": "34ca0db7da2f41d1948d8b21697fe132", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e101aec3d7dc4bfd8395411803ec29bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7f5a8f1d59604651b89fcd278b67ddb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2af4ce5b62e04807805b47f108f7e248", "region_id": "RegionOne"}], "type": "application-deployment", "id": "06c1acf87753428f9ee54219f0fe5c82", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c18d02083e7f4ed489019fabb2931251", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "360e835792534153ba7ef004ef8a62ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "320ae5db62ec41e5babc089eff383e0e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "de07b34c30b24753a8a29c719fb2c43d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "199551a4676c4e3ab6cd4c4d5744c793", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ee1dcd39292c45eaa784950aa07719f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3e37cdccad6242eda247488e247d4935", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "fb982bd76fb74a2e99b83d9b19a0147b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b7603f7b5b6b4579bfe54f3f5ea819fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1531f762993b48229834fa306977bc2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5c64dd7d2cc349a08b402c482dce15e8", "region_id": "RegionOne"}], "type": "tricircle", "id": "fdc52720be664f9fb30c97bd856cc0e6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e497f6bf8f224eddb5ba2b62367f7c11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e3b708368c4347ddba62b3b50ac85adc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "be65a6905fa5497b925c0014524daa0b", "region_id": "RegionOne"}], "type": "database", "id": "c87fb6966f78419790596ce4cdb8bbf4", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1017801ab1634408af2d212728604546", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "10a49de806464b39a2617f3451f0de23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "24d47b41e1b14931bc09c3a731d762b9", "region_id": "RegionOne"}], "type": "application-container", "id": "5f1f20d3ed804629be6e4cafce65b561", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5cc61801cbcd44b4a6476513286d5a46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cfa4ae4af37d4ac891ddfc4b67980bcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3a67a17325414a55a54009281f2855db", "region_id": "RegionOne"}], "type": "container", "id": "38e53f7c9c5b4aac831154da7e267836", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bcb6eabdb5c24a189442940137300b6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1235940185e04bf5bc2d6f702c91e28e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0c1544c1c9764a64ba38813689ef95d4", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "147a8647d5364da1876078b49fc765f5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "da97430e4a0d488bb61508d12bea3e6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a6d2e3ba50bb439db967d7af12f25a79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b44a8ed0efff4a0c8cee8cb3e6692a6c", "region_id": "RegionOne"}], "type": "rca", "id": "7ccb45194650460f88c5ce1de26109ea", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0b61809a106e4e23a2a575fb9592a364", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "02d0ff83f050470cb949280df8c2be56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "027849d424a44e45aae4fc933a8d7dc4", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3fdda35c2f684ab6a82d8550bd69e2c2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e987fa2037164d74920d81f269163ad9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a5ae87e26db64244816d2e6587e66cdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d3dd1f577363455a962e7c1f8d6b1874", "region_id": "RegionOne"}], "type": "network", "id": "6953ac447932423fb7ab39901494c572", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5c76e9c500354652a8c5139a862ca436", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "40bc129a1df2467e9e52061da0b19dfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "3f810288687f4be1b288674d6e3dc963", "region_id": "RegionOne"}], "type": "backup", "id": "bdd9fbb76e904134a5d32bf0f6dc08ab", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6ff158e0f4e54b8d81bf4083143853b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "de62cc6cbb17454c9eedacf95ad36a6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4810407321a04775bf1514883ae12fba", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "3b8a52f0512c418cab78a593fde0d6c0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0f5081150bed4554ad4a470154c8e480", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0f58bb0ce9c14ca797385089292c5d82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "98036d3f343242dc8056b9ecb2629360", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "7585118dcdfc44dd90f3d4c7bf7a0c24", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1ce8f3b7c5a64b948ed092485cfc3b45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b24bafb007e04de7b0b970ac8675ea89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "d7ca9c0d7d3b48a1b41b4256fd371aa3", "region_id": "RegionOne"}], "type": "monitoring", "id": "af784c60a5f04bda88917874fb3c00e1", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "146457abab5c4dd798a0ad718fb7ad9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fdde579c43b94d47a2d8ab81f2c6feee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "27da87b66bdc45c986eba68f54637116", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3d94ed1eda5841e3b4a5ead3bbf12538", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a69220832446431cb8e72bb24b7d5ba5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a9643e6c71f64fb5b3ed337aa47adf43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "bcfa77f95bbf4eafad3119ff5dc47437", "region_id": "RegionOne"}], "type": "placement", "id": "e45d3e6ad0754e1da73bc139e392a1d9", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cc37c2e3d54545aebfe6e005f0d93c93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "360428e1dfbf473187fdbad4a12ec75c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f7ce259cda1440ddab02b9fc729a5c23", "region_id": "RegionOne"}], "type": "instance-ha", "id": "24c1bc3a2cdc47f790f1e3415f46e2fa", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "de3033f27f024abab157c0e2e62b3820", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4f521e997d23447bbd544a503dd9839f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "71980a30aff848ddb16c890fea62fa2c", "region_id": "RegionOne"}], "type": "ha", "id": "cb83095876c64f65ba66eb325974b204", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "13faa0793714482586efbfca7c05ac27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1774886a7ba14c8a945970d3748da9bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3ce9a817cde745a5a0a171c59d6c50ea", "region_id": "RegionOne"}], "type": "reservation", "id": "1ac05167c252447eaed828b86300c377", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "59fc633b1e4748ebb1eb126acca5972f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8145a9070ac1474ebf81b0018c10fa12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f5a983f1e74f4cf78c62702529688cb2", "region_id": "RegionOne"}], "type": "function-engine", "id": "83750f1f8c6e441da501773a0e56d16a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e5ebf4d0692645628a0af37bae0e2de6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0f95a51cc37c400bac84bbc6c91b397f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f235391ba7b545929c28707ac6a21c22", "region_id": "RegionOne"}], "type": "accelerator", "id": "f23927fd45c149bd9695e4ed1526b36b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8245ab075c12400f87741a4f303f53dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a2006f09ce6c4bc3941cb40e81efccdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "28ade764c5fb4d84a2fabba6171fc7eb", "region_id": "RegionOne"}], "type": "admin-logic", "id": "5672783835ee4a3c9741cb2c7cf51a7c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5f89a361d13344a783cba19589845521", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4ccf2caccbfe4ebd84612eec68cca5d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e9f5b467c58c4e79a159db88bbe030e5", "region_id": "RegionOne"}], "type": "registration", "id": "022e14ccad224120bd0d4a73863f0f47", "name": "adjutant"}], "user": {"domain": {"id": "70875d9fc15449ff9f8f8c4a06e51c31", "name": "4959f5d2923144fabf63cc4325c6b3f0"}, "id": "79d86729be43432db5d69a4be6909563", "name": "a28adfe01a7d439185c70b81fc5c8b59"}, "audit_ids": ["f76f65d7510a4360a3f25d6a19f1ae09", null], "issued_at": "2019-09-19T09:04:45.108073"}} 2019-09-19 09:06:45,304 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/server001/os-volume_attachments/volume001 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,310 keystoneauth.session RESP: [200] content-type: application/json {17} openstack.tests.unit.cloud.test_shade.TestShade.test__nova_extensions_fails [0.191112s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,157 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,163 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,167 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,171 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,186 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.088002+00:00", "project": {"domain": {"id": "3256e0ebdc20485490dfb2f8a02d66bd", "name": "6abe6940ce414c5ca26dac88e2065d4f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "59fe87e3e2bc4c28940a858314100c2c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5cf36e92b3614ce587fbad5674d986e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e96024c6c7a345d5a7ac68ef820a0f69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "59ad2cc173a1490884dc739b7e1a13b0", "region_id": "RegionOne"}], "type": "identity", "id": "868e1d7a42184af8ba21e84acf605835", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fbdb5125b87d4b129fa434830b8d85ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6299e5eb1c4b4bb5a07e674a0ab8b42e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "35b3e23502554eac90a3821bd1eb7e6b", "region_id": "RegionOne"}], "type": "compute", "id": "15aba122c19340d9b5c7a4fe6cb510b7", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "909752fa1f5147438dda83249744ab2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2d49437051924238b5c5ab826941c742", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a9c6f626bc274e079143471787f2fff9", "region_id": "RegionOne"}], "type": "image", "id": "adbe22b3ac1444f789801f6985ffed3d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "106fba1e51b84a819bf5bef6f975636a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6909b00f91f34dd1a8e133e9ae33bda3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1a3af20aefbd47a895f0e89bd085c5f7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "647b79722af241a78a26c846342fdeeb", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0992349fea874bd9809817d0f9e6c2e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91167e990a1842ff8785cbe8484dfa88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb8f9c49e009452e93560b6e9cad0e46", "region_id": "RegionOne"}], "type": "object-store", "id": "35b86e13c59348bdb57ee54f9a5ad077", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f42a56d9424f474fb3abc73b376c9c57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "00f54936564a4899a1e04a5f6b383468", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f536008769ef4732b8210c90773f5888", "region_id": "RegionOne"}], "type": "clustering", "id": "760482972c744960be3582c46157ae6f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7ac26f9a678640b3b9a631e91378a1df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "688da6c0000948a69aadb8748687f9af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6daa1e421cb3421db5ab71df7990e448", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "dedd264e82d54e778c9995dcebeeed38", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ac8f91f63a504f51a8c9b9c4f844ce80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "12e7b733028749a8a6f836e6462c9c6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d8d1d974ca6a4eddbf1b3cc9763dd97f", "region_id": "RegionOne"}], "type": "cluster", "id": "f6c1baf4b3d54ec0ad6cb992f436506a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2866b239a8bf4abab15e8f36eb835fd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fb989fc525644684b5bba5f29d5cb976", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3cd893da58a94be5b4d05bf14c654f48", "region_id": "RegionOne"}], "type": "data-processing", "id": "353891a6684743d9a3f15565b252357d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "edb3003ab3fa4d189c4c28319f9fb4a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fc5a3688e81e4fcfb52d0f8f770be5b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "833f242e0fad44b58f9ebafe08a4a7af", "region_id": "RegionOne"}], "type": "baremetal", "id": "f876b896dfec4aacb0991b158323472a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ec14f964282842e38f93d0abb6ce6b14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7617ce5720a6482283164396ff17504b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2d96b01e353549ec81834223771bfea1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "365d58f467b54dc8b8810b5ec609a436", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "deecb24093c442a49311bd1228188f41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2fa464eeba244fe2af8b1862c0a8badd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "793188811bd144a4b6095d76ff95b7ce", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "27dbab52d69b4a5c8676228f0b3019f8", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9c113736dd7440a99800c4a33cfabce5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2c8350b9c1264df3af202fe805862af3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "23cc5a7fb04742529b36cf87b53dd07a", "region_id": "RegionOne"}], "type": "key-manager", "id": "6801d739aabd467db1320e7639a9946a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ae9e57771ca2414eb3349252e668c821", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0eef04083e494e978c248094afb85a00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "06d396c16dc9450fa6547adcfb424284", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "dfc4578cbd574a6787800844007951b3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a1b3a7068e004c99a725bbf581fca577", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ea21274183574bd4b572bb27a84b0046", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e6d12588597f447a8e58227ef4429748", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d84878bb70e349b4b59304f2a2cdc4be", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "59f50375f4f14f4b97e38375aa16face", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "af5bbb074bcd442386eb895f827ba913", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a1bf531025ed44b0908172c2e76d3521", "region_id": "RegionOne"}], "type": "message", "id": "73f73b8502474a0d8ff99a226a291c08", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e8f8d12d84d04132882785fc659dd131", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "420127afe4b94371ba5052c73dc5bf66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a74f62f67dca48c7ba4b66b9ea64433f", "region_id": "RegionOne"}], "type": "messaging", "id": "716c26fb7ba4440e9e9cd6301935089c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "59d1e2b37c2e454780e3ec04f32f01ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d9fb776de5714485903cee6a5af7fbed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a8bc53d9334e4013a5d016630e876f7d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0ce7aed504664f34bba754912287dfea", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "90a21b2a5aea41059a6c7e029a3b1461", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bfb6cfdae02b4a67ba18750e32816886", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c92047da8be945d08a16f39f46b3b94c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c07f5b17acab40a1b5ee52f6a5a1259f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eadc66c0ef054240953b200a264cbd2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4377eb2d54324531bfa6dfae8ba5c23c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be8776cf0c4b4eda98b0c885bd7b9058", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "251953fad9ed440293947d24df1a3d0e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a96a872313014a6798a4eb4bee67cd26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "30f574f6afe3449a94793e9c8b9081cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be495fd2af7b4f9c9724875862af3b9a", "region_id": "RegionOne"}], "type": "container-infra", "id": "565882be2ba5499f91befbdf0f61ed2b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "bb5489ae2fe04165913483e6218b3456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "1002197eaf094620b27324e5249d0c84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e63d3d108a2146d5a729262cbbf4da53", "region_id": "RegionOne"}], "type": "search", "id": "57c6f19a8605475c803a8993afc19139", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5c4e7680648643468920bdd748f3c3fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "431e54663b79486fb18e5759e4e97a2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "8935818f245c4605b8e808488a4faa36", "region_id": "RegionOne"}], "type": "dns", "id": "2a2544b39ee24a36911f83a5a3b7e132", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b000eac224c34e5eb17cd67988a7243f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "88af5ef42f0c4413b439eb81258ea9a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d0081f583c984c948be6f3ecf2e3b89f", "region_id": "RegionOne"}], "type": "workflow", "id": "fa4d05a8c02946efa485cef8bac5fbc9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "41a30ea684e94eea966127dc7d6ec88f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8ce4c01f5635441eb4523d0386a062a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4224da86dee44c3c8c818c81d9945936", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a6ccc48a591f451eacd169225981f415", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5e25bc70e24b4d8c9f48af70b2e280ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f4113ed5ea3f41658850a166688af37b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "dea58d68963f4ca8ba1caaab000f44bb", "region_id": "RegionOne"}], "type": "rating", "id": "614f52f6397f49d38576d7dee088d172", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "42b3961ed18f46e0b08cb57eb69af6a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "407eb8e9af864bc887688d50770251d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f980cd73a9fd4ada8cee1d3c2302be77", "region_id": "RegionOne"}], "type": "operator-policy", "id": "eb90d3c603314e0cbb2e24ae9a686e31", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "065e39e9696f44a2ac88b6b9f92aedd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ab0f198f20b14a43963fbe1745cf4d10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1efe8590cda54c3eac55944ee846f20e", "region_id": "RegionOne"}], "type": "policy", "id": "2e38703f245841b0a2e8212c3f969084", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "98ca2f4ba9d04f879dd497fc447eb599", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "18e306a73e7b40ca86e21dd36e457f10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "de75be3b90be4a7aaca4967fcb146ffe", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f50efaebfadc421383511ca3e30e87c7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2fb06475002749c1884cd4446cf284d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c9d751e3bd3444339e0d2497c7e340e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e19f0395c6e44e068c8742c015f4f40b", "region_id": "RegionOne"}], "type": "sharev2", "id": "c5dccc5e2cc64d05a4ba7895bc144234", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f0b47366d02445d7aec5a219314b3d7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e43676b3944441478dc824ff70ae5ff7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "58a3d60165af49e690fdd866f1ff14a6", "region_id": "RegionOne"}], "type": "share", "id": "32ceecc4b8534b299ed2c04a5e92696e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ea0bcd76abfc4cb683a7158b2ba26e4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3351fd69044b44dabff167c11a5158ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0d4bb088a60c45918963bdc7414de2cb", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "624bff9344f54260b2711fc62bca52b5", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ad6a954050c413fbe3e72171fd39eae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34a3e0327f4b4991805f10542efe4753", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "faab4dc58baf4df7bab372f9d9f6d08e", "region_id": "RegionOne"}], "type": "orchestration", "id": "2c32691190ae4307931c1cc53711d1ba", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11376e06bbde430a8927aa3559cf87ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0c2938e312442cca37a6f4e3ab608bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf95f720308e4caf80f171b0790bd912", "region_id": "RegionOne"}], "type": "block-storage", "id": "e2a32db412934a7eafe91b2a12cb5d0c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c13e5d23c1564f90a754fad69df60923", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bfc4b2a5ede4d7d9d8f674f92cb6a86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f2df88fc420468ca28689f4bfef575d", "region_id": "RegionOne"}], "type": "volumev3", "id": "b231536c01db4e1f9a882f1611b13ff9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "391e6cd9fbc34658887008adf230185c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a12d07c2064445f0bbdd79cc06130ba6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fe370c8cb0946bb9e93b7c33261eeac", "region_id": "RegionOne"}], "type": "volumev2", "id": "672cb3bfe7144897bb68d81e775b27ff", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "023141b5b1ff42c3a30f956b5bb60470", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c1e2eb420fa4a8e995afd800c4f9c8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfec08387d7d40e6b64f5155cc8c9ac2", "region_id": "RegionOne"}], "type": "volume", "id": "bd5deee4b22d4ffa9f24e33b751f850f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83e1622aa7494e89b8f41ebfd0f5504b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76413b4b45c74a61b7954dd9f21d1c8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c03ea5beeb294736a4e97a68a87f0f62", "region_id": "RegionOne"}], "type": "block-store", "id": "267e275dee80448997a60bb65c1e58b1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bb66088a74ab4c0785116e82b269cdd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d53d31f2fbfd4c8e948cdcc728c63936", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fff86bc96c7949cfadbd1e07f0f5aeb0", "region_id": "RegionOne"}], "type": "alarm", "id": "b91127dffed1483bb1dbe80a642008e0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "538644ae781d4f8ea07fb216c0bfcfc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "58362978b208491fb8f3ff3b117942e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a742177bee3147fc8f8c6935ab7c8552", "region_id": "RegionOne"}], "type": "alarming", "id": "6abb049c1c7244cda3d0cb53c28e1367", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "92341a81a1d14d5fa7ee0353f0f1d962", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5b91d297422048859150ffb3ad22a30c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ef73795d47f1469ab5cb3d9409dcd35d", "region_id": "RegionOne"}], "type": "meter", "id": "b0fd9f8a4d6f4a67ba126579be84016c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0b698648b76b4a00b7486e50ae12a2b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b340666451474332b97e78bb375790b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8a79ae7e5dcb4340a876395581a532ba", "region_id": "RegionOne"}], "type": "metering", "id": "3e80b56a138f49d9aab7542d23367db5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8e7be80f98fc4160a373e2d1d1162cb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "08aecb459482467e8beb0393caf3bc7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "344f944d9ecc4ecfad332ad1114892ff", "region_id": "RegionOne"}], "type": "telemetry", "id": "151535f1043e44fe82150ca5d335f99c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1033faa5da2d4f3a86ea6ef59d739a14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "65a387307fbd433e8ab664853bc0c919", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "df3520fbb7b14f4c8cbb1d874024cef3", "region_id": "RegionOne"}], "type": "event", "id": "3e5c95c53fbb422d94c22400009a8169", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cd4586b3edd242b9be7e2bfd33dd23d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9cf111c429dd4562ac2499f306edd72c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "95886f32e33e4e7baa8a5de4c86b3d75", "region_id": "RegionOne"}], "type": "events", "id": "9b2d931dd5c44e94ae705781a8dd532f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9f778057841c46169997c13589c3a444", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "39f419b2d1254a9c814f12be567fa5f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f7d640ed9d7948a6a58ccf5f2a611506", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e6fb6970fc674f98851f633956f765bb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b7b04f8d6e9d41c5b440c92fb9eee96e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1865046fb0654465b2a995aa48a2e8ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e36d23ee608745268ea6d3368f47b09b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "7bcd875d6d474509acb0022472271a65", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e643aa867851450bbca9c5f9621a7189", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f4c14ea1a9114b98b61d646cb9979ef2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f690f49fcb8444f1851431d6008f1629", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ef14d9586fbd47458f674e0cd88a649b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "129871e37399455eb4a499ddef92ea70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "34f55d7b0a884b0ebfbe4afa0f738cdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8fcb72bfd4164ad8a5a2490dc489507d", "region_id": "RegionOne"}], "type": "tricircle", "id": "1c46d3164bf04fb69c6f40dfbc5b4ac9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ae7a5737adcb418fa475ad647d0a47c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a236587c9d3443f9ba59e88dc9fa4bf2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f32071f9e36747b1b6fe0646f844fef5", "region_id": "RegionOne"}], "type": "database", "id": "747235f4832548d38ced62e31762e7fd", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0f0a9fe951b1470996cea9c6a422a923", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6d62a007eac243bbbfa59c4b562f3f4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9732be6770f84c8f93f29c5da925342d", "region_id": "RegionOne"}], "type": "application-container", "id": "746bfb44749a48dd9b4fc2320a1a4d4c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "79628b92c6ba41cb8d6306cd3965521a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "563d54d45efb40efbcb582115f753a66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9be704b050814a0a8c6d9135abc524e1", "region_id": "RegionOne"}], "type": "container", "id": "91b9d2c7a9f44f3ba902df389ac6f912", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4dde2fc706a84655b14457bf3959250a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "37770781566641c5b3a557cf47dfb61d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "014f1cd12c76437cbdb5777ef3db52a6", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c0bfbdd248384266a19fe6c6c069c00d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "156d321ee4da4461b3efe6ba711c2a57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2fedc95d56404474a351027504f4411d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "736ab238e27547fc8cd9389970d26f50", "region_id": "RegionOne"}], "type": "rca", "id": "034bd1dd546e4acfaf66beb282ae9586", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4ea40993c42a4f87bbb91061422aba88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5f0de93fccf3436aa73c5574296c7ee7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "041715107b3846e5b7c8389ad0d08e76", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "91bc5c890707467cbbd7367e5f382a61", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3fdc896c05244fdcacb7a9e14c618de1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "130aa146bc8648c3b281f22242fe0892", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "acbb8729ccc641d196e8911507124930", "region_id": "RegionOne"}], "type": "network", "id": "67c6a38de073413786686477553ec9ed", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f1d8e81084ae49fea2f5e27631a5df57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4b6dc7d312324243bb35af649c77e28a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "90c56ea1e1144b949a81b529428451d0", "region_id": "RegionOne"}], "type": "backup", "id": "c2a8cf2751d7402e81f94440d069ac1e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b8916c3946fe49a4a04d71a4b26ea2bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "38df7b3f682f4278a4b33eec977c95d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7993ccb409ca47e1a0bf4a49bdb24fa8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "16c84f28865a4de980add9e8e80983ac", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4b9729a2acf946d5bd45f2d91f815836", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "89676497488d47e0a63deab33b22ad50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a708e384c68146db8703bd262c268420", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "4b1acc0951d94559a0a652b0a3c1c25a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c06b0eb9aa16464b950c2260155efe75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7ace5aac86864875943f8133e56b369a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "32dab89295f749a0b16dd5d75d40595a", "region_id": "RegionOne"}], "type": "monitoring", "id": "fdf23cdf6ec242699a7ae4a5b689fb0f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "76e45979098c473aaa31054e0f5e0ee0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fa78cb1448e545c9984337e9534d6e7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "bff3873a899f467d951a2f336263f050", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "75676313e67b436a9426c1a86ec3983d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "23e1ceef0f624cfb93944c6929feec18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c3f5faed8b6c456ca67ab8de626dad59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7e1e88fad26f41dfb85b25fbe6dbb8da", "region_id": "RegionOne"}], "type": "placement", "id": "4657652e05aa450687dda046460387c6", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cbb6c8d9ea3b4a5082d2ae106ee93419", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "60942e90a7524ab186d9c2ecdadd32b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6edbfb6fcb5d4f569a1be850ec75411e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f3cee6b4196e421b9e5b9cab5b69a468", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f9f187bba2ce447f93b00f07016f7b00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7f40f06bb6af4230934bd8bde40db701", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ab61e1f1758149ddab5d70eb8dacb707", "region_id": "RegionOne"}], "type": "ha", "id": "2d4a1b7bf01d4491baa1c4a76b71137a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a12c30e9ec05495f834a9a6ce19d2fdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ceffc404181d42dc9cea1eda1d3e715c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4155d2a3196846f093692bbe2ac57149", "region_id": "RegionOne"}], "type": "reservation", "id": "4ad16f5d3aec4903b98075f4fa389fa7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "55abe748596d494a919f8f7fb8abb524", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d9e2ec02fd504bae877272c7a133c4b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "17c6a9bf288b4b07837100ea8ea0c704", "region_id": "RegionOne"}], "type": "function-engine", "id": "77e943d0d35b4a1aa21d9cc3e030b244", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "daba15cb158b4e34969929c913a39c7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2f2c3112a4684698ac8a00815614b2b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f61c47ed0adb4853aa20ace894c33efe", "region_id": "RegionOne"}], "type": "accelerator", "id": "a5696e5adbca470b9a01904262a92088", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "280da9194502489babff3f94c90e2b77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a7aa738eecd146b89be6944f578036d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cbc0f4137bbd4bf59695fdb1a6705ff3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "bfd5ad636de34ab2811c63abee680e7d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cf66426c1aa84775b86d5aded2cb31f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d8980fa950344bd987afb3c305562d36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "988a9f084f54427b90af0d9d722408a9", "region_id": "RegionOne"}], "type": "registration", "id": "164e5b5c458741779435adab6ff7d3f3", "name": "adjutant"}], "user": {"domain": {"id": "25f4a257be82478b8e6fc77e5541533d", "name": "9c417d8058ff43ee9ee8d3a76a97b69a"}, "id": "5b85aae264e44f78b397d8cf76951456", "name": "d3ba86ccc57b47639f983382ff2e7486"}, "audit_ids": ["1d0c22472e8f41bbaff36491ec251461", null], "issued_at": "2019-09-19T09:04:45.088002"}} 2019-09-19 09:06:45,265 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/extensions -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,271 keystoneauth.session RESP: [404] content-type: application/json {9} openstack.tests.unit.clustering.v1.test_policy.TestPolicy.test_instantiate [0.067766s] ... ok {24} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_flavors [0.066756s] ... ok {5} openstack.tests.unit.config.test_from_conf.TestFromConf.test_no_such_conf_section_ignore_service_type [0.067102s] ... ok {27} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_port_update [0.061749s] ... ok {1} openstack.tests.unit.config.test_from_conf.TestFromConf.test_no_such_conf_section [0.074857s] ... ok {12} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_cluster_recover [0.066488s] ... ok {0} openstack.tests.unit.cloud.test_volume_backups.TestVolumeBackups.test_delete_volume_backup_wait [0.322152s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,100 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,106 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,108 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,112 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,125 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.033821+00:00", "project": {"domain": {"id": "fad21663588e4b0aaa0d3255f4a1bd63", "name": "22f7519d3d6d4a47929b6f8607ce78bd"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "332c78b0527646799a117c05616e99d9"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1944e0df9d914cbf8406c529ce10136b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4c3f9b6420624bfc94124cd93da17abb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2f10d5d36a234e5b8e1145a77a537320", "region_id": "RegionOne"}], "type": "identity", "id": "fe9c4086efd94debb771f434dc92d136", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "575d6730352644c88658df231b30ecd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f0aa051d3f99484f8b18b572efcd900f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5459d41a2d4c44e3933680363aedbf9c", "region_id": "RegionOne"}], "type": "compute", "id": "819f9751ccc14ad896f5696b0d290145", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9514210dd61d43dcbb4336225acea273", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c9c7f1a36b0144b9ac7f4112846e5804", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "619c8ebd05934e48b43122236b6286de", "region_id": "RegionOne"}], "type": "image", "id": "a22cc88fee7145bb9b9389b522dd33b3", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2299f0546a6c4eaebc184799b607d8b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5947f855d30a4a709518854c87fba203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e00b85ee6cf943acb034fc628c82b4ef", "region_id": "RegionOne"}], "type": "load-balancer", "id": "03981aea711b40b9959fd0765f5f540d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3d0794de20045b9949a0c867242feac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67013251de524d889c3bfad1f2b5478b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7d8e97c9e2f49e3852e3d16ec4b69f5", "region_id": "RegionOne"}], "type": "object-store", "id": "8880ff1443ba4f978869183466a231d8", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "265537c1f4084250bb92b0ce4f04dd17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cc0cb06107ab41f5896b6ea1a4e84443", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bf13fe750b1843aca5c545030b4861ec", "region_id": "RegionOne"}], "type": "clustering", "id": "b34cbd69b883487b83a33f5a81a3acdc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0c62dd687e42409bb99d458ff893a347", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "446978cfab9849ed94f2b0ab304a44c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5c43988899fb4a81b06934f3557cee07", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "48d44198e9b4458e9819b2f9fecb1deb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b491df4fecad42519cfc72f21a80bc9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cdc9f195c09a42b2a41a5c46e302d6a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fcf8af9fd2c74067a4f7b8f8fde67272", "region_id": "RegionOne"}], "type": "cluster", "id": "98835f9ebc774c47bd8ff26d5bf4ca60", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fdab9d556a33473f8b3d9dfc42169bfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "65683664fa834db78207e5abb5904b83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "4b83a169e69341f782c10a07acdf9d00", "region_id": "RegionOne"}], "type": "data-processing", "id": "1738cf061b6e454ea3ef720cdc72905c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "613facd1f7c24fd698b6afa7d65c526a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1a5c3eecca0a42128bb4f0648a83cc8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2dea97348b594daf969378f35e40e216", "region_id": "RegionOne"}], "type": "baremetal", "id": "dfb6260f3e09440c811c0a47985ad937", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bb466fbf9b264cb08ba54d7c019a5091", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0af93220132d49d4aa4bf1fd73f54e3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9a77b183e6264b998f2666ecafc78007", "region_id": "RegionOne"}], "type": "bare-metal", "id": "1fd20eeae66549d5bf6752ed8b480735", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e1d3a718b7c84127b01608ba9549c2c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6e8f5fca43714e8c9daa6ab37840e182", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "329f4db88af84bb6bbe2018829b44781", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ddcee988c56649c3b11e7b94b4ba1fd0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7a32d1b251f5413ab84f9bf43ec6335b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e0fd5b86cb6049a79744475323f109e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d77444d5aedc439d8e120d0861f2a59e", "region_id": "RegionOne"}], "type": "key-manager", "id": "3f06e6711a9b40af83caa4e4f734f528", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dfbe6c018956405d9db930dca6d2ea50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a8c9effe2e5845fda314a2a670a37b2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "29a059a91263413d9fe7afcfc98148e4", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2b627e2a2d36412698dab3b688c131a4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ea7fde04f65c4c59915de33b9e3e717c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8d36158d869947ca9b872886c97f4a57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e2c9c27951cb4f48844f48f164ee6f24", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e36d2967ab8442b89e7ded817e1a54f6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bc9ed9d87549474195698802c6416780", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3520bb36286845ab96ad1a8fdd46c976", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d4b57409345d497ca386e701d14a3666", "region_id": "RegionOne"}], "type": "message", "id": "b8cd30f7d909421cb406be7d7fbe5931", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3d57caef80b844db9003159232364fab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f89622fe5e2b4096953c29d22593870e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "37b0bfbd975343a39a75efe9247e1978", "region_id": "RegionOne"}], "type": "messaging", "id": "324f842df9134162b0e497b178b4da62", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7821ac0e1f5c43219f834a1a7042d8bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0b2a4fc7b56841ed8b49ce400bc8ecc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4ebd078049aa4e0e9249c93ab315e33a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "415a52aecb01454ab9e258241efe23e7", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "23028dec063c40dd99b4cb5936d11483", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c04f95d0bdbe442a84d779a441b4287c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8a5934da1f424eb2904f7cea62e26a0d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "aec38def71074fea9fb70f61e8558c49", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "357fdf2e98804576a749fe2ef03f8351", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a3a85272e256405fadfb44f0bd024558", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8deafb7468d6407a8eac12b1de517055", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e633b1e7330a435ead58ded70f66de21", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "abc1375f6b4a457aa02610c4f97400a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2c61aaaa9ab74b30aa4ffa22bb0507f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7c170d81d15a4570b13c96a587a1c19f", "region_id": "RegionOne"}], "type": "container-infra", "id": "87330a89ce0f4749969a97d00371ca5f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "3812ed1663ff4718b3d5c4d38fe6aa97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "80ce2361d6f84db2aa77c9e5acdad381", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3aa51e647643455baaaf3f8129930f8d", "region_id": "RegionOne"}], "type": "search", "id": "bd75042e3ae0475e9105c86d986d98b3", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "80ceef1ebe99420db6b808b166481d28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ce936cf60d09421db90236f0af7fd8c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6616e321fcf34a2ca38ab9b1fddb61ff", "region_id": "RegionOne"}], "type": "dns", "id": "8d9d5caf48334a5385a841cbe15e1680", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3cc30eca96824248a5b70534545b0ab6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "139585670c9f45c581bd8958260c8e8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "34be3de78fe94fdeb51cce17e9663869", "region_id": "RegionOne"}], "type": "workflow", "id": "71997f62c51f456db57fba823b421442", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5ac86b2021fc41bdbfed1620c3a900af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e94186acdbcf473489f1d57ea0230acb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7a39a81a271147f993f90416d684a080", "region_id": "RegionOne"}], "type": "workflowv2", "id": "72d9f6d26bec41c4bbe0404e2d6ebf2e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4847c66b38db4278ad3897db89d0986a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4b73a9fee22548869970c0475bf24117", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "971065d5a30249b0bf8eb7627444ff86", "region_id": "RegionOne"}], "type": "rating", "id": "d4acc22af50d4b009d3b4b8c96434d2a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "91b02847513b4673893daa29e86f0f3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a649bb6d3c314b85b272bd9fa4098dcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6ecc9cdf8f294030b455eb8d85ad451e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5b25ca3877a04923a4ba6ac21bd6e8f8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "de8c4a4613a54bd097a8a600bf9ee280", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6bb3bcc25f6545d786fee23579fb7714", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "99e9e2ead353482da2be6f685bb7957f", "region_id": "RegionOne"}], "type": "policy", "id": "fd79d61efbc5455b9e936b6007b4abb7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fe69b7c79a954325ac167c89144d5352", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9b231d6dd1334d088488eea6aed16725", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a1ea6fb6aa35429b90e7876edc314990", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8b75eff8d02c41f282d1c9ab29d4a723", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "63614d8bc2174bc1a3da513f722e9548", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "64921ff6ed5443c4b0c3f14a87fd0913", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0defb3131c884a9791fcad1822990a89", "region_id": "RegionOne"}], "type": "sharev2", "id": "a5f66b0eab724591a51ead40aa2832fc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "69853748526f4dbbbe516f53706a6a44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ec9d6a23db894f1189ae62e491a501ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "780103bf20164723828a8ef477ca8c98", "region_id": "RegionOne"}], "type": "share", "id": "9b39f4b49f1a429b8c04c4dbbffffb1d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "31fafc1aad54498a9631f05e51896ea1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b677efaab5ff4dd9a459cad2b1a69a88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "8a7bf6e75a22440d8e0a5096ed323e99", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "47b12d83fc1d446699a548b717fb25fd", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "215d0bf84aac4f8c9d0acd0085e864ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2feaeefd66f243eab1a024ee21785d3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ca1d5ae73a944ff93941ab9d2b49fbe", "region_id": "RegionOne"}], "type": "orchestration", "id": "8701a59bf6cd46ad9eab180fa6b3518b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "091950c7168345e39d8b49a69ef6fb0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e4c7d8bcfa346868cde9d29c900c792", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cddf4659f2be44f98a3bcedaff044824", "region_id": "RegionOne"}], "type": "block-storage", "id": "48573f9f9e8b4f80999c049b1671f67b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5fcab6a3bd04c80a40e3983dad391e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6749e93e2c494f5e8462717944fb27cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "466d6db4dc8247b18b6b3bc7be05f063", "region_id": "RegionOne"}], "type": "volumev3", "id": "f3e31780cb1c4baa87b2f496a3ccfbb8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91c91e5e586d411489c4fa091ab07fe3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "711d7a76056747f09d400b0968902fcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0af82aa9f2114287941091b0cf170da6", "region_id": "RegionOne"}], "type": "volumev2", "id": "ab3398660416421ca492df24fccafb94", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b57b7aae0faa4377b98fe31e5d868fd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4cd072d88124efcbf86f645dd1cf158", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7bdb379b90c484f89cba7ea27a83a38", "region_id": "RegionOne"}], "type": "volume", "id": "1a6a71d416b64e51a722649cb58cc2f6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25df4eb93e334f8f99eebbee939778e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dde1e0fa79344e10838789ff6691563d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d31f29d37d644f8eae13cf1b5b498271", "region_id": "RegionOne"}], "type": "block-store", "id": "ebd9c6c980a2462c93b9e8332a39973e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "90863c8123bf43fd8d556a7444ffc58a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0865ad4f14c540469de7499f398ab910", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8814867294274e9aa22703e52a25bc84", "region_id": "RegionOne"}], "type": "alarm", "id": "6843e1e6baad4247ab86b3e6dbc87d41", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b427d349621f41a2ad4430641bd74995", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "879cab0458524c06b19e1cad0739abab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d66aab599b7048d186e3cae53fc1670c", "region_id": "RegionOne"}], "type": "alarming", "id": "7a87ecb6e8864b049408142b37d56f07", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4438c559dad542d3ade6ad1ffdc1a4ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ebd7fb115807451c8f6e45e08b8cfd56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ff5f91b542a34df989057689a9e3a572", "region_id": "RegionOne"}], "type": "meter", "id": "53e2796ecf4b48179ead2b5edac978b9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "edf59f38dd0448968414854be9bb35f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "427943bea8844a3a99a02f007e7eb37b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e5f9b19a66c24e70b223ac64043a1676", "region_id": "RegionOne"}], "type": "metering", "id": "fbe7538d7630433b86c3e2ec8645c3bd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c6d89c15602d4a24b56cde704a7b3156", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d797ddbd9f78496b9890d68d0b7da433", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5d417fe7aecf404a8dc166523fd0fab3", "region_id": "RegionOne"}], "type": "telemetry", "id": "105ba4ed891049cf8a640ad3ba285b0b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fd6b680b51284dcbbc25a6d13717ee31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4729dce577764ac1b8629581c3568ddf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "abea9039ee77428fab1e92180a14c5ff", "region_id": "RegionOne"}], "type": "event", "id": "3452b78f4a20498bbdde8a2353d8a09f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "13a24eb0f6794d94bf4a7d9c3390ba6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d78cf30e78ad44269e05ad933b2bc6fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6494747a55a24c3b920f60465ec21c09", "region_id": "RegionOne"}], "type": "events", "id": "d2a0093b099942dab4744c3c7e5aeed8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "91cf0967e00e4b6ab2efccaa3e4fc49b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a94c6e1e174e4f6fabc6a8b041d8b209", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5df63ad5d51d4cfe8a7cdd4d69632be7", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d2d5b1c4f17042b6af8c404530a64398", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d3601e0b980349daa96186137a4946d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d33614d02c0f4b1ca588ae2ad770d9ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3a71bf21360344c3a8dd034a8ced2f2f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6730b091d3de4f5786b42df941c14d11", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "35f8eb7ac437441da3d375e6777d1d3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7d9b8cddaafc46869601974a4a09bb3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4afbf45ba2b749d88db95531a386200b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "597e6d27b74a431d914d152cba825012", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5e0e0906cd5046e6878c4ee9b0e4decf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e0ebebc1d67f4615a00ec752cea4c372", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "67d55edd61c54223811ffe054bdf154b", "region_id": "RegionOne"}], "type": "tricircle", "id": "27efae52bd4c429b94f5a5a3690d7d2b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "eea705e4ab194f009401a6e06489ea92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9cebb3543e7b433ca172dd53231a8c47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "58342a2bd3064762909dca2b5716d499", "region_id": "RegionOne"}], "type": "database", "id": "7d3cddf08a8d4b299b297e2c6e975712", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "190a2992f8f4499688c7496bba3f25b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2101d4a87aad479993469204f96e480f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e8c16f338ed74ee1a2f32708daeaae84", "region_id": "RegionOne"}], "type": "application-container", "id": "3df7fb43bf7d4b52a3996a2efab29742", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9536ccad7e384dea916c122a0211caae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "78ba137f70bf41439c9d4140be7be8a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cf482e4c5ac34606a008c2b6abb1c8f5", "region_id": "RegionOne"}], "type": "container", "id": "d2b7267f07d346b494b54545a1f227a4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "66fe3b37caf5488f84a3e497cd3bd99a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "43a32bb9399f4c5ab41e0fdc95b15416", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b57d6bec66bd4afeb8315ebc314c647f", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8a9178395855455eb2965415916bcb68", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "864967a21bef4337afaee47795b11f25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "af59649f42b34c83afdaf6aa64ce124e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "57652e722e8d43cbaaca7fe67fb0b1cc", "region_id": "RegionOne"}], "type": "rca", "id": "8718745299124cd9aea1f936561782fe", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1935ed0b5e5a4e1c9787cc0cc5c42881", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e1fb97d7a30547c685a90806b3d54909", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "97622f32510b4c78b4f24a43077bb2c0", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d7beec939e2741a3afc88fdbe171cc44", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e7d17ab3f32c425280e91685c093cc34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "435a0ab3ca3e442cb2c7c5c87d19288d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "16075e40efb84116ab65227afac9845e", "region_id": "RegionOne"}], "type": "network", "id": "274caa9275f84516920e7d899dfb4b02", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f68c3b415c37444fb6aa386aa67b92b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "683b4d061ca6463cb0709ae23086cf12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "fd726cfbfb8143079e90a825f8081499", "region_id": "RegionOne"}], "type": "backup", "id": "7f55b1af8cf54d87b95fc7081cbdb983", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "90415e6486a7485ca61bc91f7d60de97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2b320ef91f53465f99db21cbcadd0c4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "07ef19797edd464b88d7ce35814efac9", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "2c124420ebe84f63acfc3838c352de91", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c837b6f8d9184207be4b9604c54e2394", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d5b529e554d54f53b68a5075e3ad5ea4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9b49dc762b674b13adbf558dd067ff98", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "93178fd5a9b848cebcd05307c2aa781d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "93d1a72d0b7343b6a16f4acd0677dc99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c8bc240c8a204b05b77b2268a6be4a6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "df9cadadcc4448108eb56371f25d09e1", "region_id": "RegionOne"}], "type": "monitoring", "id": "7a3a0a34d6a84385b7a18247e30cd9e5", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "73a2c957e63b4142ba25c0e631e011db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6c9abe4706c84a3ba5f33754f486d1cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "075b6d7641a34e489e9b2f94e744319e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3ce95efa8733444781f9412a5ea5f28a", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ff77d624496d423e99f23bee020ed416", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "97a4a9f69ac2436dbf7d434b19bbcab8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0d61c11b406d46af972617bc0a59d079", "region_id": "RegionOne"}], "type": "placement", "id": "366788cdb76941c18698f0df8b90a755", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "74c4a8a4e5484fbba109b7d6001c7c8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c966188622d24881924003287b73103f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fac4b581ab0e46419d2af38b7d0a7793", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9ca205ffb41d43f095ac21676b236df3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "00aaa4eb47be4b79913de50aa7bb35b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f86bf4da15f446489fef62a1693d4249", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "684dd28cc61247dd91fdeaff32a56672", "region_id": "RegionOne"}], "type": "ha", "id": "a95bd3cf693b4c38baf1d0402da1bb9a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ae2e3dae27154d51b20998324cacd486", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e9bab3ef32fe43a28b64af6d0dbc919d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "869f5cc38d694cd0b47d86e71ec02445", "region_id": "RegionOne"}], "type": "reservation", "id": "b40283405d8146e89585986cb532fcc0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8f134ae6e95f439aa8e373ce9522762c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b44b36c84aa744d48e9e0df8ea1808d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "32adff6b0bc44df5aaf14cd444d70094", "region_id": "RegionOne"}], "type": "function-engine", "id": "122cd9846a7f4030913be55f33d3297f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e04a9462af4d43839cb26f7c8f130dfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f2a39409e62b4fab91d14b80fd2baaba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "fa77cae45972473898fb4e059caa5680", "region_id": "RegionOne"}], "type": "accelerator", "id": "e7ef539c72104791aaa1300ee809229a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ec116ec6c9414d709591ca1321f7ef96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "09c05dad7e7345218e49ce0e82bba9b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d015726c9f1a4f72b2870ace59b9a050", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c238f599ea654a29a5ae81be25b3a6c6", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2e63dcdd5f25492fba434a111ac957e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2e9d36b8e375480d8a3a490a3c63b18b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "93c912b2815740c2b7cf3aea9bffa6cf", "region_id": "RegionOne"}], "type": "registration", "id": "74db405207034066bd82b5a2aaf50f32", "name": "adjutant"}], "user": {"domain": {"id": "2076919468db4cf9a9a3c8f987136e3a", "name": "49fa59cc174543348d5286d38e0e6a86"}, "id": "c0d81a0fedea4394b6a658b025f6417b", "name": "c122e7c2dee3441c9944d5544864ff9c"}, "audit_ids": ["630c758fd16649bc97dcc3d6b0943d36", null], "issued_at": "2019-09-19T09:04:45.033821"}} 2019-09-19 09:06:45,217 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,223 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,225 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:45,257 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/backups/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,260 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,262 keystoneauth.session RESP BODY: {"backups": [{"id": "6ff16bdf-44d5-4bf9-b0f3-687549c76414"}]} 2019-09-19 09:06:45,280 keystoneauth.session REQ: curl -g -i -X DELETE https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/backups/6ff16bdf-44d5-4bf9-b0f3-687549c76414 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,286 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,304 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/backups/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,308 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,311 keystoneauth.session RESP BODY: {"backups": [{"id": "6ff16bdf-44d5-4bf9-b0f3-687549c76414"}]} 2019-09-19 09:06:45,315 openstack.iterate_timeout Waiting 2.0 seconds 2019-09-19 09:06:45,338 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/backups/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,344 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,347 keystoneauth.session RESP BODY: {"backups": []} {28} openstack.tests.unit.cloud.test_stack.TestStack.test_delete_stack_wait_failed [0.320410s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,111 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,116 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,119 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,124 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,136 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.043041+00:00", "project": {"domain": {"id": "1c0e1c3b50e14db9a370425b3dfde915", "name": "4635cba2b048449693bd0525ff824afc"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f1718b9d1da94046968fbf4048e710cd"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "fa962999482c408eafc68afd93736bdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "403bd6cd247e4fa5bff48b3a838d703c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e573b3e18bf74bbcabaafa1acc9b63ba", "region_id": "RegionOne"}], "type": "identity", "id": "9189bf775653493398f753176f48de38", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a7ca45a8a631401aa817c57ad98a671d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fc069229f1e9454ab170b7992774ac83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "283199fea7614b5db788f1a6dfb303fe", "region_id": "RegionOne"}], "type": "compute", "id": "38124644c9a741999d2b450fa7704617", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c03f82b93a2c426fad2c9da053d9d3ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "478dc03480884819b1324776f3bfe1ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "20a21b06a7d84467917afee9e3613e73", "region_id": "RegionOne"}], "type": "image", "id": "7210622f4844409a8a2f69aee3297f2c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "06695edc42e84457bc3f67d3e88ba366", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5299a8acefb646b5b9490e6da6e3763c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2d233eaabeac4939948a996c5af4e380", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b030ea45c8664d16bce8336bc745563d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c94b5c9d1f544894810245794da2053d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac44d6a54866410183871688ad87b994", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3adf2032ceaa403086b74e7e541e3fd7", "region_id": "RegionOne"}], "type": "object-store", "id": "b28b51f33867404ebe311ef6b23d4aa5", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b626ea9990d0438e81ee640d4f7a63fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e9317a47ad954f579d38011be2106f92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ecd7bd5b665846f1a37502934c58404a", "region_id": "RegionOne"}], "type": "clustering", "id": "0f546cfc4f904ea68a342f6c9b933f2f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ea34a3856e894ee8a759ea5d0f0b1da1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "99c17ef446b64aa0a7e13e900e16fe4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8e5a7972d0054a67a8b7f229de56e4c2", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "36d0b7f6d5e744018df5d97edbcffdaa", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8f7f2f47fa32496f8f979f29a82330df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "773155fb07f44411a1e19e75880254c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "227b5a41c7e74153abc9cb145b47ff5e", "region_id": "RegionOne"}], "type": "cluster", "id": "989d6dfe1b69403db81a86c0b50efa83", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8c90a4f170154ca5afae2c6fd3009f43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bea66aa8c5354a6ea174cb0e83ef8a4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6d27af438a7f42499eb2b2efb7e4c5b7", "region_id": "RegionOne"}], "type": "data-processing", "id": "ac9b8b6419804764b772994b2311c148", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "31be8d4219a3488c88dfead6853e1fab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c43310910b9749559f572b6c734b9146", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5f0aa994bd024a7299b0e2cdf852545a", "region_id": "RegionOne"}], "type": "baremetal", "id": "f5e3b867306b4a81b8aa55e177944468", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b45066cd171c4960a9050f49cab9c6c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a5fac1daa83141238abe67af8ab61902", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "50b4d5a1af3b4d3f88303f11ae8b0a37", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f2a46cf016864bb1b874fd4381dc3961", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8fd5e7beda1742d3aadf849883a5f927", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2c8a5fcfb9f94856ae9c8d979d592648", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0f8d3a691cc84eb9a7b00393505cd189", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5992b5b4615b48ff9d1eead14754ffaf", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d3269b0218954021a077c7f2d10bac48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cf41f08b49394465a52b0a79260d4c38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1f0bc1f1214f4f8cbd8b7c24b754bfb9", "region_id": "RegionOne"}], "type": "key-manager", "id": "9cbc42778c634e66aafec184c0754b26", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "75c81191778744249319a378c2a65f8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0a8593c4976647ac85db0e51ddb3baa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ed797fb1ad734c44a0e46ceeed892fb5", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "30ee33959a7040feab0045a00ee37ce1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "31ab06723b504873a8a5d97b859210c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b5d5bcdb16134d33a811ba1778aab23e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5742727fc1904a9c96ec45c3ddea2972", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5bbd529a24d142e3b1aa9814d5333ce1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0ac57508826940209278f2a8766ab002", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "adcb4dc179af4b87affb3a49e24244fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cf03cf4aac8e4e368cf9e7c3f3d7fcf1", "region_id": "RegionOne"}], "type": "message", "id": "8d994efd0cbd427f92f2159a5383f25c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "339527d6e1e9488a9190c637cff47cf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e56a73e899b640b29c0be26c6b51d973", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "54b7b83fe8d34753bdbfd427af620f8d", "region_id": "RegionOne"}], "type": "messaging", "id": "25501e1da3bc42c28c99be6ad4e052ee", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "327370a9a7834832a3e6a2522881cb48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3205f22a8da649ddb280d6ffe42dc915", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6700fa5cf00e48688229d396937c5108", "region_id": "RegionOne"}], "type": "application-catalog", "id": "5d4ff634225a46b49b0ff72b1967d938", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3a0e85b51f404596b23ca55149159847", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f2c8da2ba754f818d3d3d948a02f22d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "723b2dde7adb4601993d672579b0f25d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "bf1c9222d84145f79c912a7f3b18c081", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "124b4f5e7c5f405e9e66baf13c9b377f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a68f59aaa1984f5babdf67943762f670", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2513decaf63947cd9c7c76f7ba0c3d4e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "97ab4c6ac7364cd79c7942f363554e8f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "75ebb38c661645d5ba0c6a373b3183fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a3edf03bf4e54a5c80b4ff2b6aa10d00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3ffb0f7f630e43d9927d1ced54a9d069", "region_id": "RegionOne"}], "type": "container-infra", "id": "00a0979d22b04cc791264528dc9feadb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c9143c67da0e475dae5a216bc4bf0e55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "3d29aca2740f47719ed3dac10394c024", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "edfee070cb06477fb56ebdd7050e88c2", "region_id": "RegionOne"}], "type": "search", "id": "540a6fa5db9847389bc34580d33eb331", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "739257679a584d7a821b150c797fe0bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4345a3932afd45de998cdfc97f59dc5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1bff58bc3b0446809533d15b92368478", "region_id": "RegionOne"}], "type": "dns", "id": "89c6622768234e55b1c5bd63910f99bd", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a16459d56e214804974ab7f28be6628f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "460f3371e2a147349b8a502c909ed58d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fba1b8c02e184bc78af36d3739ba92a9", "region_id": "RegionOne"}], "type": "workflow", "id": "61a79981aadd4cdcbe640755ae0a395f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "489b42d062cb4805b9af6b4d5a037344", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9bba0e1671e74466bfb3fb0191ddaecc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ac4d3c8da44c487ea6ffadd161f569d0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "098fe805e80d4494983f2d713a515b16", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "51bb8c7cd6094f04bfac12e6d23a4e0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "73efdd5519a342b5ac51d15b7b03fe75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9c32ab7690a4486c9fb7f7828ace2d31", "region_id": "RegionOne"}], "type": "rating", "id": "51540d5cca7645ee905ef3761967bd67", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "43a94abd32654920b2ca4410ed12a0ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "08a5a9773e284d6e81ab298c9b87eb32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8043e350f1ce4b8fbace00a73b8c13fa", "region_id": "RegionOne"}], "type": "operator-policy", "id": "7ecef5315db74016a48b197ec5af3f0b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bf7a6da7bd0b49168fd711d4ee37a914", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0987c97a3fac4da580b3d0dd738cf164", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "340fa581118c414ba1ca99b1c8c13d6d", "region_id": "RegionOne"}], "type": "policy", "id": "5c5f5a209918434a90d60d9b3b2fbbed", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8b2af33cd4a44fa98219e0a9c11ee6c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "150bca3647144122b38100903c956e8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1f00cea8c80941af84f9dd07c12d5016", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "673313cfdfb646b7a2500851c315aca5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "10c1a696a88649549c6d8402ba05df60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fcb7d8338b1e4b88acb6fdc116e209be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4d6e30abd4b047ea9e6b720d67148863", "region_id": "RegionOne"}], "type": "sharev2", "id": "4a10be1238fe4269aa271207a0e49765", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8ef60c0ef10541478643d39e2bfd043c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "730f3a85b4e3419f8b45b29b6e8a09d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f823be2cc1ab4050b90b2016ac2ed760", "region_id": "RegionOne"}], "type": "share", "id": "59f45ac9b262429995c44ad88f8b9b96", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "83f7da9b4af2434082a858d71ed1d710", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c77bbf8459694864bf5cfb61c8b76d5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "8d285d120be94426961cc910af8faed7", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9c51028f1b4141758cfef75a02598246", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "596690a71f56459e99a71f9098643027", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ecc0ea25170e4448a42d8cb2d1ebfc5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd7dbf87eccd4aa186775645ee4ef9f2", "region_id": "RegionOne"}], "type": "orchestration", "id": "b716e4c452f943be94de643f60a0a2b8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32dc3cd6e74f48adbd6d800b24a8324b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3dbe1cf562740a99752ebc498c77750", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56a5593dcfb04179b99881d1e49c933c", "region_id": "RegionOne"}], "type": "block-storage", "id": "3d69d7e4e5044f51897bba44ca689b2d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "882469e2e1af49449c17bb37de9a60f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a51432b60d2480687722f9d9796164c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "480b4459859242408c197e1b51b7d98a", "region_id": "RegionOne"}], "type": "volumev3", "id": "6b34ec095e8e442b87739c9245fbfad4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3b372afd6c4484aba28440dc00bcf0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "daf6b23375c94802889f18ed68bac8e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9258cc070156496d80a4b0b9577c3f4e", "region_id": "RegionOne"}], "type": "volumev2", "id": "ea4c0b9f07d14329a0080a271d95b631", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d12db945677343e7b1593b2506df8b62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c1fe4454a444337b6288347ed96a612", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73a8b1aedc7a4cf984db010d19b90554", "region_id": "RegionOne"}], "type": "volume", "id": "5a4daba353be4862aa13a27bb0fd223e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b982b11caf524680bfe6a6a914d38b28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5f14167bb7b4a20abbd9eb57d04d763", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7fee5790ea846c6be0e351a14b96d67", "region_id": "RegionOne"}], "type": "block-store", "id": "1786c303c89f49b29b12dfcfa6824d06", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5f34914921474584ab7351748bd78c38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d90587e575bb4987b2ae7ce3ee20af8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "85d4011c9bab4f78bf0fc6faa97259d2", "region_id": "RegionOne"}], "type": "alarm", "id": "b074745c141b4f7699d16c656dcc59dd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "03f77132f51243a594eed2cad62a8b14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9754642f7aa94e5ca6d1be7b06707f42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b046cac0126e4a728a8e5ae1c420e70d", "region_id": "RegionOne"}], "type": "alarming", "id": "877e31d149ef43d2baf8b733f18e0144", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9fa4bb98f791423fa02c2d5007a2e6aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dfd6004d36e6444391d06ade5592f750", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "899b64283e794a70b7908d8c430fa56c", "region_id": "RegionOne"}], "type": "meter", "id": "2f69d8d6724e404da08cc89a36fb5a12", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b6202cfd4bfc480baee4f02dcdfaca8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "67fc42ed27004a5fbeb0fa956a427d80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4ed9734156394f8db25653fe14c85b4a", "region_id": "RegionOne"}], "type": "metering", "id": "386ac666a9cf48f5a7218680610e9678", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fa088946c5514856b4a72ac76bcbf671", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fb4551690c74466aa8b45a4903efc03e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6f64ff3ef18443e1a4c176bdf87b43d3", "region_id": "RegionOne"}], "type": "telemetry", "id": "9fadb8f1b64c4490a54b2d0691234c79", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "84e2cc4baea249ceada2b08437517539", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5744dfe6afa34010bc5d0baba1868ae7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "184d6815ff8f428e992f6e169d699093", "region_id": "RegionOne"}], "type": "event", "id": "b669f742a1914416b07ca4d617c19d1f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "794bc349f6674ae59560262719ac0233", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d6f5a0788cda48e1959bcf51e0d3f79f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7c2253775f6d48c7a891e3609aeb1133", "region_id": "RegionOne"}], "type": "events", "id": "d492b27c019c4d7e86c23ce2c7a31024", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "80299752b6654afb8eb3c0fe2fb98fe4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a78d6647e231404bbf9757ee9163f95a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "382fa7da2bd44b189b6407156e02913f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0ce37f42fb47457785eaf04c10226e70", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "355032e1aa5e45229708b283f23ec8ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9928fa8f27744ab5b65ac814c1a46462", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e40c973479c24cb5aae3db150e61f5bc", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9f7a14160b13444cb355a6158225c841", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "43d20b66b4c647a7b752bd673855a60c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9808172f4d2845ed8bd810ae5a048d47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "87a1794df85c4b86941af8da54d4dd6c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c6d08918f56540fc9177cdaf7a902e0c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "26410a28004d4f1191ae4c666d99a1ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fb3ffafc3a83478cb4fb8f72866cb947", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "84d12679b8d54a43a218cd0b014c9048", "region_id": "RegionOne"}], "type": "tricircle", "id": "bb4d54cf0c8d48589862886f7d5f6950", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9aed0774f76f4660bb03d1c9a5e4bef4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2cb553a257d54496806bd0a01d7f98a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0a743c5b95594eb8ba50882687f3a4e8", "region_id": "RegionOne"}], "type": "database", "id": "f3a7028348814761a764a0aba17fb512", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3c25db0497cd469ca000f83eb28efac2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6ec81d6032d547428bd0a5c7dd9988a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fe92e114c3c243f9abdb2ef1e65d6b2a", "region_id": "RegionOne"}], "type": "application-container", "id": "0849633cf4f045148a986b769a8a59c3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "48ad0d84495d4544b6dee172f2f54015", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cda12e89d2b14c8699565640e05d6cde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ccc0d8ce78b147f3a225e5ec8a61273f", "region_id": "RegionOne"}], "type": "container", "id": "c95bb3a1f1f24d46bb298638b85d4ee8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "de0e5c67177a4cb5ac4b0006e204e72f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fecff104af8943988e47aa890ca68c32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ebf6856340b2497ab96c317894790d4f", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "711697dd165f413f901270d5a9305441", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "17c5ec8b49564186861470510565f9b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b21ff1ad3cd0426d8c54d2531afd33c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8550e41cd11e47d99cd11f38b43326e7", "region_id": "RegionOne"}], "type": "rca", "id": "8a722120634442dca3e8acaf04e88ff4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ffa60a77e9e3463ab169824b5e6e7753", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "cd9042cea63342bfafb47e1708efe783", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "69b9d343fd4b4c748641e02d62d8039d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "42dbe5ffe12f4eceac3b29d5c1568bc7", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "62fc0d215fc648b4ab36f5cb6f82bddc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3fe502433df340b59fff1ff0d0592c5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1ec56e5f9156464e8053781332dfa4a4", "region_id": "RegionOne"}], "type": "network", "id": "4cf8e281ef4e4439a8e2357def7a266b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9771bd46a1844573a53b5e2382cbc918", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "24fd15dfbc6341f1977ae9fc06eb5a79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a9439d4f879e4ec48caddbbcbd3a8074", "region_id": "RegionOne"}], "type": "backup", "id": "20cc6a2a510a4ad1bebd5ca8374de0e9", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "91bf4ebf3dd642738270ef4f1066e54c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0afae1ad015e46afbca4f31f07cbea68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b85bce8956144cc28313a9c9d489a258", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "681d02a81c434caeb9a142208e6850f6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5721102e44044c6281e3b4e648c8a760", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d395a2cdcbea46e89eb35419eaf44033", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4ee3ea48d7094f41a3e3fbf30a559544", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5b59f0abbc674a3b8819454c0b3e4477", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "057db1cfecb6485783ad25e393ba2200", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b677178cc0f34dbba5f1fa77c7887382", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5935a1a99c884362b1a1a175e16b89c8", "region_id": "RegionOne"}], "type": "monitoring", "id": "fcb80bb13ed24fd8b8452a5d46558a83", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5323115a49d541fd9d28db5107ffd305", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f771a3ef03ff40abb2a2516ccc537b31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "887c8c424797415096c9fe1f73d35f53", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ab81e208592049b28ebd8818ba8b5859", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4de4612b625449e9a186a334413dbb6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2e25bfd37b0448a69c1f2a04dfbae630", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "88835ad95c2e4049a2b39425edd293bd", "region_id": "RegionOne"}], "type": "placement", "id": "b92e6a479c5c42a8b77242bc36ab721c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "84e9c5f6b27e4049b25a25ee498a501b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "912c7632e70349e8ba103351e5eab451", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fe63c20ea15e4f3182251835b6516a2b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a7979771b3a4471eb13716026d16021c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3a23d6f1429a4ef78bba38a951faecae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a6c9f98681fb40559fb4ec480e828eeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "119a501255b642aeab7e2a679685cb0a", "region_id": "RegionOne"}], "type": "ha", "id": "79249862cbf34878a2f15692329faf00", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "66453ff2a5ea439cac5a291dfed85adc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6cd277ad67f848c99ae019b6fe265a5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "235da670f44444bf8a862d8ea983650e", "region_id": "RegionOne"}], "type": "reservation", "id": "163514917a7540efa652200d5a21bada", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a864054a14ee4fa4b4d8204833420a9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cc802a3ff896483591de4533874e3c20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "830345a9fefd47bfa5cafd37c9774ec9", "region_id": "RegionOne"}], "type": "function-engine", "id": "d11edfed17e94834b049292720f3e7b7", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "070d3b60131d4f1aadadfd21ad8e8e43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9dc73f1a904646828beec02bf4eb7564", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2d702f19288248c6beb5709ccbbf0cff", "region_id": "RegionOne"}], "type": "accelerator", "id": "1b734d3c683c4685b94a0a3bbf1022b9", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "965aa85ffe8c483693b98894f8845300", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b1dc4ad59f00499f8d2e72318241f72e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b1994484fa794b12b062ae0b712deace", "region_id": "RegionOne"}], "type": "admin-logic", "id": "06c75471d2ca4d3181253bc1187b5d47", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c4fe51681a3b4610b40fff8d4eea15b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1eb0e45fb4094345a712fc03ec70e045", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "80113f978cdc463fb5d900c1b34d6e89", "region_id": "RegionOne"}], "type": "registration", "id": "91fd32ada0374766b483592816f8d74a", "name": "adjutant"}], "user": {"domain": {"id": "5a983efb20284a3084c5b075f141767d", "name": "10405492f8f84f31af179985547a9465"}, "id": "44fde792e4b641f29bed42b83001e7c2", "name": "1daa4382851f4dbbbc61f3a4dfee2d11"}, "audit_ids": ["fd76d4e335db4af881f19533ecc1760d", null], "issued_at": "2019-09-19T09:04:45.043041"}} 2019-09-19 09:06:45,208 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2?resolve_outputs=False -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,215 keystoneauth.session RESP: [302] content-type: application/json location: https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2?resolve_outputs=False 2019-09-19 09:06:45,220 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,223 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}} 2019-09-19 09:06:45,251 keystoneauth.session REQ: curl -g -i -X GET "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2/events?limit=1&sort_dir=desc" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,257 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,260 keystoneauth.session RESP BODY: {"events": [{"physical_resource_id": "id-2", "resource_name": "id-2", "links": [{"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3/events/382e6d8d82d9435fb8002b3095d154a3", "rel": "self"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3", "rel": "resource"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2", "rel": "stack"}], "event_time": "2017-03-26T19:38:18", "logical_resource_id": "name-3", "resource_status_reason": "", "resource_status": "CREATE_COMPLETE", "id": "382e6d8d82d9435fb8002b3095d154a3"}]} 2019-09-19 09:06:45,285 keystoneauth.session REQ: curl -g -i -X DELETE https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,290 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,309 keystoneauth.session REQ: curl -g -i -X GET "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2/events?marker=382e6d8d82d9435fb8002b3095d154a3&sort_dir=asc" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,314 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,316 keystoneauth.session RESP BODY: {"events": [{"physical_resource_id": "id-2", "resource_name": "id-2", "links": [{"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3/events/164ffaa9c1694b2b96948a465b114113", "rel": "self"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3", "rel": "resource"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2", "rel": "stack"}], "event_time": "2017-03-26T19:38:18", "logical_resource_id": "name-3", "resource_status_reason": "", "resource_status": "DELETE_COMPLETE", "id": "164ffaa9c1694b2b96948a465b114113"}]} 2019-09-19 09:06:45,338 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2?resolve_outputs=False -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,344 keystoneauth.session RESP: [302] content-type: application/json location: https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2?resolve_outputs=False 2019-09-19 09:06:45,349 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,352 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "deletion_time": "2017-03-23T23:57:12Z", "creation_time": "2017-03-23T23:57:12Z", "links": [], "updated_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "DELETE_FAILED", "id": "id-2"}} {31} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_role_create_attrs [0.061501s] ... ok {3} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_order_delete_ignore [0.067042s] ... ok {9} openstack.tests.unit.compute.v2.test_availability_zone.TestAvailabilityZone.test_make_basic [0.061981s] ... ok {18} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_tenants [0.062129s] ... ok {19} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_image_schema_get [0.060942s] ... ok {0} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_cluster_policies [0.064819s] ... ok {27} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_minimum_bandwidth_rules [0.065015s] ... ok {23} openstack.tests.unit.clustering.v1.test_action.TestAction.test_basic [0.069065s] ... ok {2} openstack.tests.unit.cloud.test_zone.TestZone.test_list_zones [0.298704s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,183 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,189 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,193 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,197 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,211 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.120195+00:00", "project": {"domain": {"id": "55178251cc8a4a4ea6fc14f324fd5b15", "name": "a33a6358f29a40fd88d9e1d0caa9ee23"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e062ac2bcf2e41a6ac7ae41b606a3765"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "75584b9b37d74660bcb3de16e19e839a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5750562ad9f24faa8bc32a4dfb8b2141", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "544426b3b3d34bf8b07840eca69268e1", "region_id": "RegionOne"}], "type": "identity", "id": "78133d4ce1e9411b940733e0aac10832", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a157a78d0a464a3bab1d65b0be59d52b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2b5c9c8d7fe94b69a0806d07e5332f04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "195e5d16e40e4b59a1d703c29b742761", "region_id": "RegionOne"}], "type": "compute", "id": "e7b22635d0c84151b7bf878b95b7efed", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5d0c46c8935046f8b178c5d4bbb27601", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "44c0c504870c464783668bbb9b9e88aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "213c58768a2444618d3a6cd91d5f5e70", "region_id": "RegionOne"}], "type": "image", "id": "7acc52e905604febbfef09f11cb98578", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "39758463bf07465581f429ef1b841599", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "93b9b5de5f7a49118fa0bccebdf0566f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c256cc5f5fd94e04b86fa6c6bcfdc769", "region_id": "RegionOne"}], "type": "load-balancer", "id": "5a7801dc6da145c6934039d617f6385c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ea39d39206949f0a3cb6ca9be2cdf27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09f38060d6234a2caa236452d0cebf4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e6690d91799472bbb8cdd951077840b", "region_id": "RegionOne"}], "type": "object-store", "id": "1a7a8970afa54a2c8e0e403c7af178ed", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1faeb925e27e44aa8edbeba95a56fb79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bade4e81ffc24701bb49cd9ab4556874", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9ac1c6fc7dda49a6b4991ea3e1b3f369", "region_id": "RegionOne"}], "type": "clustering", "id": "841ec3dfd1f9465897ee8d6f4952dfb5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "585d351bcece48bb9f4a9098cbd557c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b157d40751eb45bc8dbae9e376cfcfd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a7d75e2b0dba49a78a0f4b88f5951d74", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "21a91e0637264946933c862c6313e86e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7623feddbe854a5884a0d64d57f33103", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "30bf98eb840a488592fdec396b7821a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cc8b0e09533340af97f36a3a652f2773", "region_id": "RegionOne"}], "type": "cluster", "id": "3d9a485545c44e96affad0c49579d6cc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ef55186be1e640bcb8fc988eec2bac8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3d9a1a8382924595842042cf05f36826", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1163640f1a8a4506a119ba74b67b2e88", "region_id": "RegionOne"}], "type": "data-processing", "id": "8ebf4488d74340e894fac9616335d0f9", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9cbb5c7f0dad4e45a57832bbcb76b871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4b243b6e00be42afa60d9d831076a06b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "edf56776e40a43d9baad36dfa5da254d", "region_id": "RegionOne"}], "type": "baremetal", "id": "a7e1c372a83843c59fe1cb97d1a19e9f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a631bcd65db246b8a974bb1a47310d94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7bcb9a834d6a44f2ba763109c1b0aff6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bc5b3f8e283a445781a5af4fc573763a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7f3ad218f9cb4748ab8d5751c3938d08", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ee828632931840febb01e552bd438d88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "38d2d6394664474a834ab0667ec96df6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "59d122c305fe41a388d5351b86f9b004", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "3ea3f4648fae42838d69bfb29dd27d4a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4a580f5feb7b45e984150931ec0ebd2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0765d1faa2f84dfaa0d53088f27abd57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "64773609707c45d08ad378f9a094d24f", "region_id": "RegionOne"}], "type": "key-manager", "id": "d91e4fe336ca41e79ac1690185ece4af", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "98cba348654f47b38a5c1cb7ba8ed699", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2c3a5faf6b8e464cb6c8a97c426916ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "946a62de3dc9482b9c9ec09bd0d6db4d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "4350d8355d604097a355a922ee034ecd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "107892ec2bd045a8a756aa6bd13d71c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b7512a2a65a94b44b9d85fdd15135536", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ab9b748e181b47adbd60e1936bb6a1ff", "region_id": "RegionOne"}], "type": "infra-optim", "id": "55d58f4483b446ffb988474ff57fd3ba", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "360a61a4f02542db8f8634e0db1c3c13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "00acb8b6e6f340d69eb26fa7fbc4e964", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "db44d003382f45b2bea40394bb07b3b9", "region_id": "RegionOne"}], "type": "message", "id": "57d80e793f2b47a583ebebefc3abf4ae", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6a4e8fec8c4348078ed39d8e75083818", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "175c9b499efe40059d0301deb9608489", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5b572b12aeca4054aab3145952d36512", "region_id": "RegionOne"}], "type": "messaging", "id": "908dff2f3c8745d5a89f94c143d12430", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "63b35e94f5f94553ac37d58d385a9108", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "695e5d2e25ef46ba8326206b6e0adb1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8a31ceddc8e74a00a55a3ace63949b3d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a56254b05dfe46a3a2e924aa07a7f7d5", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b35d6f9bcea74626b6158ddab4a9029f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "78baee59fdf5448483187fd2a8c681bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c5adbf72ec1491e9aae499f3c0a6694", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "045223054ede49daabee740849878d77", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d0b9627eca40415c86db5669c645141e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0b113a9e697c4594bf94a26d8e7c58c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9691048c053941ff8d85f0e36dd190a9", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "cfde1a2434f141ec98a775977ee05c44", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d25319bdab04490ea58a1e719c3fcf23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f63acb28ede54f3ea25c5b5020a465e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "981776f617064de0b26a018b1096353c", "region_id": "RegionOne"}], "type": "container-infra", "id": "ae0867c5f1834774835545651c3dc6c5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "da09f661c5dd404ca148821526d14dc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "4bb0e1ddd23c4cbbb5aebbe66add14bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ded7cfa1302e42ae9bb44dde89e13f84", "region_id": "RegionOne"}], "type": "search", "id": "240277d5ddd94259bb89577cc57a54b8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f29d8144acc6445a91a6a29f52c60569", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "16c3a7a21ee24ea8856a312fdeeff0c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "db1759f1ef1d4a8cbb58eb14639324c3", "region_id": "RegionOne"}], "type": "dns", "id": "b968abec3fc8492390218bd6f2d624f6", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "19a705e87b2d4cea8538083728f483ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7b72788917994dbcbfa191764a6c546f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9702708b3a0141c2bbf1c37f331ca08e", "region_id": "RegionOne"}], "type": "workflow", "id": "52a71b82624b48c5b76b855b589d1c69", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9e6545b640de4b43b32ee489f009a182", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a1ea9aac460443368ab9174979e623df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9c200cf29a7947fbba673c0031f02414", "region_id": "RegionOne"}], "type": "workflowv2", "id": "804c96154d7147da8a48cc4fb72aff7a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f56aaed43467424db3594d77b888d493", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "961c03c050c74c94b48322b42b378d6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "fcf248a975fb4fd3987c75d25fd44ee7", "region_id": "RegionOne"}], "type": "rating", "id": "187716055d0a4323852612e60f2a7bdf", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "aa2eac688fff40a5ba87051cd263b324", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7b68d0b2577c40e9819a828bce39c89c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "89cda9e0429043e5817cb3a3fe959896", "region_id": "RegionOne"}], "type": "operator-policy", "id": "975954b49bcf406bb22e589c1d12757b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "25a5785386a34d31a4840aa906a07038", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d1e49d2063f642dc86d0484cc8d6a0d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "edd5221ed9a745f39218799f0f7ff62c", "region_id": "RegionOne"}], "type": "policy", "id": "dac7ea03de9244bc8e95726e02c0fdac", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7d355e37808b47a7a9d68425cf4c2568", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "97b5e316fcb94f36a3a25322a663150a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4737fca80a7e44539da443d026d4d6c0", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "76d962a91be3448785545b3845a7d0ee", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "de99e38790834d6ca24de43a34922815", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "64539b21ebe045ee847b3fbe8c8082fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0798bc1a52d94a76a1dd9f8de4fa7072", "region_id": "RegionOne"}], "type": "sharev2", "id": "6f96d3f0dbd1481f87071a792f9ad92f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5940400708234086b8208dac9759fc3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e09eceef54544518baee46f81aa4df94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d90d071f0ead4c7abac9b35e5de69847", "region_id": "RegionOne"}], "type": "share", "id": "76cd713b75334fcc851ebbcfd58c6703", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4682272b3e4349b2a67dc6b9a871e826", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d6a84a7238ee43b5809696e03bac4051", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "05754337920e4ae69b43791c5f3d9322", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7e07d821d4bc4cc3affb455c0319d31d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c431ea0f436145719df9f5080d1dcd08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87ce3e1a96fa47cc8886c30ee728a70a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "624a67b12ea740ea96d3db21085b4d3c", "region_id": "RegionOne"}], "type": "orchestration", "id": "1eb1eb6618f54f79b3f1c6a554d5885c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3980f9a72bb1478087320d37b01c453e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7c745a4731140ef93150e6d1f32ffca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "485227687cfa4602a79b267340ce5aa6", "region_id": "RegionOne"}], "type": "block-storage", "id": "479fcdd6aa3d441f9b01ad55387bf39a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9473fd77fa2240a7ac0b278a36bd387b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18cc9e5b77cc4ee9a2c54ca8f3ece8cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6cd516f52062433d93a50a89a0e5417d", "region_id": "RegionOne"}], "type": "volumev3", "id": "f16f98b5fff04f1e8b2dd0c111079794", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9def92e58b764ca4b03a418357722f64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "892819dd62c54af39ea1c7f1729e2db9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06a18b4624454d19aac4b91d5d1501f1", "region_id": "RegionOne"}], "type": "volumev2", "id": "a00d2315ef6b4119af6eb2c39026876d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31b3fea2e55c430abe9184dec03d3f05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1739ab623ff4beca37342008ab1d477", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01463e61b8c944e19c60b7a7dbb7a2dc", "region_id": "RegionOne"}], "type": "volume", "id": "49f8f957a6f8497f97fb8f0d42e53953", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eab27a978c9d4f2d899a1471cb407adc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93f860ee4f93424f9b3841b6721a629d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7833458f875c4e98b342817a40047745", "region_id": "RegionOne"}], "type": "block-store", "id": "f781326b869143f5a697be927c49b9ea", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c3759221f84643ab98cbca09db331e5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0ad192fb5c0a4ceb8284d0945c828066", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bbdb71067bee4b10a72ce2d672498d49", "region_id": "RegionOne"}], "type": "alarm", "id": "25d4c79367fe4fd0b3f237bc73baf0af", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7f7f92c0282d444a913b1ddc98cb0fae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "70f6e284442d49acba45042825f5f47f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5c674635d2454974a38f2b94d381e0bd", "region_id": "RegionOne"}], "type": "alarming", "id": "ac2c6c201ab34ee397daad3981c39f33", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5df67c93e6ae444d9593045f7c4cebfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a55edcce3a924fc0a2266ba1f11d9159", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "521243420b57440eae8bc1d3cfb0aa98", "region_id": "RegionOne"}], "type": "meter", "id": "6a32d92250d347198f90730304616991", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6260cb437ef4433f95c5827a9715e6e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1d76cf05d7f64d3f93f9b37b4814c88e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "56e45c0d381b4544b94e0d1671e06570", "region_id": "RegionOne"}], "type": "metering", "id": "43c0ab486be246c4afcb9ada94f3d10d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "521f9b3bc29e4daabe6494af70e8da88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fd22245d5ce340a981883c2a8adfc678", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a513b08fd33d4a919ef1e95931f054ac", "region_id": "RegionOne"}], "type": "telemetry", "id": "c57a4a7001d64e709a2f4dccc5deb013", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5d4ae6069fe54844b2793dbbc7dd1662", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "23385ee12e2d489a8200eb2df4ab4a13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c64ca43a2a2946baa81900f9a727ee25", "region_id": "RegionOne"}], "type": "event", "id": "b9648145b86842f2af597e293d46b01a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0940cfe7a6fc48a2b57c72ac02238935", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c8571112e1454147856ad3701398810a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "eb9e7546687c4fbb8b7f4594a06777ba", "region_id": "RegionOne"}], "type": "events", "id": "b31dd61ad7e24d5da62e5012769d4dfc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a41a8b9b94514ca5b01781b48f10db92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "13c22d3fe7a6415394970d7891bac460", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "efffce16ad9b4b4185c23f2a4e63c95b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "77baa88aa4f7457cae7260172e76b3bd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9e5f49edc8034f68b80e5bba1ef989b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9662094e578b4017a7b99e6eb93779a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "61d2bfc22bcb45319dcb841e974f1e07", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1c532e2e90704d558e39e6179c3ea159", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "84ed01991d194cc08ce4db302949348c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "59c9c3400df7441f8c525b0dc1fab6c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9ecc0e0d39564f00aea932e81b2a8298", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3d6c23bb49be4d60b28a6b1ddfcae624", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1a13fd2848984b9ea08b09bb440875ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8f384ba496d24bd59adecc49f20eca09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e89a5c8aec334a629b31cbfb40e399be", "region_id": "RegionOne"}], "type": "tricircle", "id": "78b5203e13d041c4be519fc63d10e76f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7585dacc0798494ab07bc76fece9d49a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "8d8e32d5647d46c9814f816bd592fa02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ff78ce6c0a384ca78ba161e11efd044e", "region_id": "RegionOne"}], "type": "database", "id": "b99ea562c27a4b70913a0db4869788a9", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "adaab378d673434da9ecbd2c5cd2d6dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bec9562125404297971d43ab4712a703", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "45f7cadcbc4446e8abbb3788ab53f6e1", "region_id": "RegionOne"}], "type": "application-container", "id": "2c9d775df49b446a96d159be30fce5e8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1d5bd848f94e492a9e4ba6ca7da55ba3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b1186cd84e3447c88bad1c4bc119560d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4ec26d03c57d4f64b2e7d024872ff136", "region_id": "RegionOne"}], "type": "container", "id": "400df260b65d48f0a348af269268937d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "316131e0fa664cdfb4a4eef8929aecef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a1f72ff1693c4b20b07bc14d4a5dc266", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9915c61c99fa4e7ba56a6b469274844e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "404f829c3e9b46349265e41f777625e0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0531a313f4b84089874881b62c1f2d72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9305bd8d893740789c0622312ae0bef3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "407588af8e7043669c094634b4ef01ff", "region_id": "RegionOne"}], "type": "rca", "id": "06de12c415ea463d8f7210d79a62f100", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a77095306f3042489b15efda1a0b4285", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "eb80ead1536347cf938f80d6d09a4bf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e2ed292ed82146d3aac5892b9e6e8394", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4192a445735744cfbb0c75b989014eb9", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ecc614e4eaa94c33b6ea18a0fd011b81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "6820376c0cb04e5fa90a77bb74bcf3b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7a1b684b81514976a940f0c4f97f6cca", "region_id": "RegionOne"}], "type": "network", "id": "7e4d44105bca47828dae505ba25473f6", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1bbb16d8d8214346b8cf01454073af49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "6750e096f41e4a398d93d61529c26d32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6527025c31814e769271fee9b037c8da", "region_id": "RegionOne"}], "type": "backup", "id": "c87218b974b24fb4a973dea637197ac9", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ca142f0ec22d429799fe65ceb2fd3fd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "36018742c371480488321f378ecbb2f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "be50a105b02d4565a3d574b3bf83cd6f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "3273ed0e0f4846f88fbe3d68ec46c66f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e28e306b652e4416abb72d14db534f34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f557fe80ea3e4ec199b4b9697ab45cd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "212ebfb9ea3a476887b31859dbe85234", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0214717846164b09ab2de02cfb3214ae", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e33da37c581542368a9c65e45edde44d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "38c6fb3489424f08a5609bb422f5ea17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "84b104e769c943f78a23cd8841367d67", "region_id": "RegionOne"}], "type": "monitoring", "id": "e6b27d2394e147cc861dde79f985da86", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9b6d5c6a1240497589afce9c2c5e8af0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fa10a29e7b754b65917528fa0cad5847", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7680d06a677b4861a3af2010d158c6a4", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c43c703966104f09a2fc74528cdf5936", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "7c40b8d7e9be4f1184193c603ea0efc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b1b0acf83bf5439f8040ef790d7ad192", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1398dcfda0224ef3bf35fd9d7915f23c", "region_id": "RegionOne"}], "type": "placement", "id": "6931facdf7b6416596b133d8188a7077", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "78872526225f4c558e068051735d718d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c7ebeae38d5747d59f32c5f7cb216d04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9ca8c334874145329606f813b773a4b8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "faf8b87d1b924d1181a0797089b2c3f1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e3ef083f5d2c40599e9028c926ac37b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "125f01654bcb4cb5b0e0fa2d5e9757b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1bd6c2f6ace443b8bea1722d0a1f19a4", "region_id": "RegionOne"}], "type": "ha", "id": "ccae923dbf394468a28cea68f0230a6d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4aa04f556b5d4befa32c31e005c9b8a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5856994ba2e14b8786d88c5603e51d0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bf21fd1d75ba4827a78e24fbc796cc56", "region_id": "RegionOne"}], "type": "reservation", "id": "d3222040982e469180667bae53a43c5e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1bff7066364a41bfb46afa0c449dfca8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "93d345024ecd4c60bef21b263a7a0626", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b7634c00846d4600b569c72b10e54468", "region_id": "RegionOne"}], "type": "function-engine", "id": "ad68f4f925124738ac4f248e959e2c06", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4e04c74d74ec442fb99cbe3a36a9e223", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f0db66c4eece41be95e63fcd2174ca96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d3e740190077437ebcc877545cbe2ff6", "region_id": "RegionOne"}], "type": "accelerator", "id": "f2fafc8e255041c59fe678e4c23c3806", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d15fa91fc85445819c9678bb9c663a44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dd5861252f4e4971b3096a6716c52df1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7435827e024742e79a0fa1dbf5b060fd", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0c97d316962e42e9aea37c30e53b0573", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a9f625b268354315b3b1655854a449f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7873814f9ffe46dfaaef96523217b491", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a987afee7a1f405ca7295eda0bab4f03", "region_id": "RegionOne"}], "type": "registration", "id": "87842cddd4e342698fd9fbd3efc2013c", "name": "adjutant"}], "user": {"domain": {"id": "6d20355a21b54a0a9051a8a3671c6bd7", "name": "3cb9b82eaf434071a1ce6b351601c5be"}, "id": "318b9468baef41b291d1cc687feaf218", "name": "e8feba73682446c0a2c86c6c72ad168c"}, "audit_ids": ["c8d3c6d54a3a484cb54c4c6ae9e31da9", null], "issued_at": "2019-09-19T09:04:45.120195"}} 2019-09-19 09:06:45,328 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,335 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,338 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2019-09-19 09:06:45,381 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,387 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,390 keystoneauth.session RESP BODY: {"zones": [{"description": "Example zone", "email": "test@example.net", "ttl": 3600, "type": "PRIMARY", "id": "1", "name": "example.net."}], "links": {"self": "https://dns.example.com/v2/zones/?limit=1", "next": "https://dns.example.com/v2/zones/?limit=1&marker=asd"}, "metadata": {"total_count": 2}} 2019-09-19 09:06:45,398 keystoneauth.session REQ: curl -g -i -X GET "https://dns.example.com/v2/zones/?marker=%5Bu%27asd%27%5D&limit=%5Bu%271%27%5D" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,404 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,407 keystoneauth.session RESP BODY: {"zones": [{"description": "Example zone", "email": "test@example.net", "ttl": 3600, "type": "PRIMARY", "id": "1", "name": "example.net."}]} {24} openstack.tests.unit.database.v1.test_user.TestUser.test_create [0.068140s] ... ok {26} openstack.tests.unit.cloud.test_volume_backups.TestVolumeBackups.test_get_volume_backup [0.229962s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,204 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,209 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,212 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,218 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,232 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.135002+00:00", "project": {"domain": {"id": "be827572536f42ddbf1f7e224b3deaa4", "name": "dc1fc7d9036e4a0ea6f5617a2224a0e9"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "fd1c8a7599c14b5b8a734d4b3f94e2a5"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9eee95a3f3b74319ab691eb428da4636", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "01a39b96b85444bd8916d85bec339d6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "249e8fc8f004409cb6b2b2a56f2cecc2", "region_id": "RegionOne"}], "type": "identity", "id": "7322872d46bb458b9344e841f434962e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "41316957851a4154bee05bdefd47e831", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5a817c12d09d4dc3af83104db61d3c1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f494a6ceaecd41a2b1c89a828bfa9d71", "region_id": "RegionOne"}], "type": "compute", "id": "e341398aeb3945b8856a949e667f3c0a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "62a84e62f3c54ad58964c7cb5bc99743", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5d674f075e5748b8b76fcf7e0c9065e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "178a873849c24862965903ee888031e9", "region_id": "RegionOne"}], "type": "image", "id": "f7c257a2b0dc43d2892edf77411d18e2", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "74b0ae6c0d9c4be8bb1c7b295707bbbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "74c0a8784a744cec91b84ef470a5d654", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c1cba9db2c814992b2f645b196eafc32", "region_id": "RegionOne"}], "type": "load-balancer", "id": "19e79aa6401d4959b49281defd0e83b0", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c36b535b6c2a4c56b744068c1965feeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d345616c92c14f899a3eecc6fd9ddd11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4336febecf334b9ca676fff1855a2e8e", "region_id": "RegionOne"}], "type": "object-store", "id": "64edf6b922cd4900ac7475430faa270e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d8da1646aaff45e7af1212fd0773dea9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "60ca56374e7549a380a6a75ad0d7b4fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "beb687e54341433ba3791ff7277e0612", "region_id": "RegionOne"}], "type": "clustering", "id": "20ef290e0dbf4607885df53622a12972", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fc7b94a076c945bf9445e47b127de546", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d375c54215744680987de5e2532383c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7fc576291f3e401a96db767a5907896a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2cb132494a9e41efb1c1f42380cc09c2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a9b1d853e1804426a049ef85a387f232", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f58b9d2b9fd24617becd78c76ac542e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cfcb54187f7341b89e5bf9e8bc9b6dfb", "region_id": "RegionOne"}], "type": "cluster", "id": "f4dbdb2d88f74476b21cf3fc1e32739d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7ae2a3c8ddc44f8992482f923f048260", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b92e5f7103ac4b0a81dba28e566a0519", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d4ffc057cb9748dd8941f9c7bcce3857", "region_id": "RegionOne"}], "type": "data-processing", "id": "32de39005cb64441b3ee582104552ee4", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3b55e0a369974a48878f64183ffb0167", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b77d6eb2794b4496833c8a020f2c38be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "006d004edede4eb4acc8b73ab16f7a50", "region_id": "RegionOne"}], "type": "baremetal", "id": "97892ca8adc24ddfac77ca804f06d60a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5e3fcf3debf14a6a974b824708ca1cfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7a3bf7c527ed4a7e9ee1dc610b5e45b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1d6adb15f0c9488a9c44fc7164400c57", "region_id": "RegionOne"}], "type": "bare-metal", "id": "9bac32041c9d459ba74d37d0dc69f02d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "47ac93ec238f4d2aa85626039fee5145", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "abec3162698c43ad8d47c8cd90e71d1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1f5a08af9dad4ba5ad504c91bd76e833", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b121c5eb7f2d4808affbb69c781184ff", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "536fcdab8bed402e8bd152e94b651acd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "524786573d0b4a76a8169297252e82b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "3b281702649744e39ac7ade8de62d48b", "region_id": "RegionOne"}], "type": "key-manager", "id": "83afaa840b4742e39a8f83ad0be37e64", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0d64fa2439b1430798264dc0f7e712dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d1133ec7b221475d9a2d58e7ade55733", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e408e77dc8bf405d9fc51c7f20698196", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5f8963763f1e4f4f8d3d7a40e1fa760b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "299bf23ffb844791a356a786f7a0623c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2a175307fee1487abe52e1efc876650d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "83a1a6e8ab5448a9a9847d2c3d7f3600", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b64d88278aa64f7d943fa34afd15f49f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fba40d16ece043eab426d49f896ca538", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d4ef7477ad3c44d8906845c757ff8fc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2f5772d9390746ad82e3bf99d0360347", "region_id": "RegionOne"}], "type": "message", "id": "fcb35ded9b3844c9b2a339a854118c00", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "79df23101589480fb741010f03b4f6b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c8f8b3f0e32340b18a36558960b78fdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "998674c4c8cb43a58b192659d975a1e6", "region_id": "RegionOne"}], "type": "messaging", "id": "b2855e3624b1431fa667d8b7fc5ef530", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b940f4463e0e4ce899ac62e4d59f36dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7c663bbd621c46259edb89c162cbc3b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "fb9ad770a5444e32b645a7219e323cec", "region_id": "RegionOne"}], "type": "application-catalog", "id": "39a6f64d2bc341d18bed47f03ffc77c6", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "50b5a9bb9a8b4d9394e3dfcb98f31180", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "77fc2e2eb7794b24b89ca17a7b2c4342", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f06c6fb696a24e7c8835f8338505beb6", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f86f426cf7e641039c0a3d4b8d3c0cca", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dc60aa6aa2a44e88a19139a8308f5cb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fcf8bd523325498d814469672eac3195", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "899261c4eb35466ab1c8aaaa297676d0", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "82c255946ad74e1594ec538890857646", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "10438fc1838e461f9e90e16282ae0c46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3c55ff988788446b970676c3d4c76ef9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "da16ec86dc424741b9f806970467cdce", "region_id": "RegionOne"}], "type": "container-infra", "id": "9d291321f5df4abc97f24d6e5b3ddb29", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4de496b0165d4411a405185f590b9abe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ac92b6f9a05b45f9b470dd962b0abd88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "93e6cc3439ac4a559bffc9e43b9c7c58", "region_id": "RegionOne"}], "type": "search", "id": "c822cbca1ef24bc6a4d1b885279e26a2", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a63878891987457c82cff2ec9cf60451", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "556c4368225a4f308bbbc93819b6e687", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ee9b45b2fd184901ba2ce54858eb06ba", "region_id": "RegionOne"}], "type": "dns", "id": "33d40517ebbe49a09904efd0ccd26c65", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d1364b5bd71d49e380efd01d5cdbd366", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "804c799d8859422086fe00a4372a3ce3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "55fdab40266943119b23fa21a3f5e60e", "region_id": "RegionOne"}], "type": "workflow", "id": "a44f38fea5174870bb3af7d45ad5ca97", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7601653fa27441dcb93deabadbc96392", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c13e4d2aee554a3c9c8679732efe8d49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ce4a633482f54b83ba710caa851e881a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1816bbaaf6814350b6e5e1fb2d4ad39a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "c80bee77d5f64c15944f77959774ea46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "225eda5eb0ac4ee3ab61de2babb52f2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "10e5aa8dfa2847ff936ad17d37709790", "region_id": "RegionOne"}], "type": "rating", "id": "815e432991284be8bfe138d31e81368f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1f0d1645dc69401eab8e3f650de8d15f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c9c6c6dfbf8e43998aa0c4b86187c571", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fbeaf83e2c6a4541b1e523ad662199f8", "region_id": "RegionOne"}], "type": "operator-policy", "id": "817871bddcc94e2d87287c18a8f37a48", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a35f0f57814540628e9e1e80be174a0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9b0bc1c3f5cd4aa198732d5a7810b57d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ad588f8e4a794b879e308572dc6983db", "region_id": "RegionOne"}], "type": "policy", "id": "c02f7ff67d0a43d090dc9777372eb8e3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "804cdf9860464804985c53cb8ada188e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3538163d126a49089d30e88cefcd2c6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a49cfd0b3f8a4f859f9f95cac4c7279e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b6621fda4b464ab093705b8b8258e869", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "103dfa5f94a349a09d1bf13658b4dd20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f79a9fa6219740978761ec3e6a5025ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "59a47b34d2df47d495c59972d08add23", "region_id": "RegionOne"}], "type": "sharev2", "id": "095eedc3fd534ac28e4d85441ec76f9f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a3122bf83d9f4b7280e5bafb47c0ced4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e1d614cd013643ffb4659d6511c98e45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ebb3fa9bc27e40159bba9095f11a2cca", "region_id": "RegionOne"}], "type": "share", "id": "89c7541c286f4796aa5dd1277e73788a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "57edbf3925354e469421c9de59437d9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b985baa9cff940cbb8ceffe119102c80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "02d5e6643b5b4024bf9b6b12a5bdd21b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d662c488d7084ce1960f322f3e2384b3", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7dac923609ea46f3bd8c58075605b7c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec8c516d3e3e4d89b48ce1a1f745eb9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d752b44909d41759eace6d7a8f78bdf", "region_id": "RegionOne"}], "type": "orchestration", "id": "c8917f48e2964c8caefd5f75f14166e2", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "813b3212418241b2b302df42da9a1d1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "135c9365aa974278b8a195dbde57a8b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fd28d25ef6046a582f6def13f16c7e7", "region_id": "RegionOne"}], "type": "block-storage", "id": "36ddfa0812474ebf8e4f3c37bca6650e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d34845bbf68a44ee9a24da2b187201fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d51bcb86ade647f09ac07259b89d40b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eaa45ef4b3e04456af05da4ab6b4ccf4", "region_id": "RegionOne"}], "type": "volumev3", "id": "153f5319fb964d98b5118bc66b4c9fd8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f2be132b9a84083835c1f7149f5daa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "705a5bcf971645c0ad5fa65e16a13f6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aaf3a9bbec76431c81b21e68a7a1a1bb", "region_id": "RegionOne"}], "type": "volumev2", "id": "73b4036bd0ba4b238c2c265a027d6551", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a80174881cea48a2b6be72c748dba3bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc9c14dafc2a4167a4ee3d64b98fcdbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03e76f78f4e349478b10665c0d3b9664", "region_id": "RegionOne"}], "type": "volume", "id": "bbf75c8c03234f308ef194d67575aea1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8929766a119b4cb392bc7cc6bcf7d1e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a923b6bd84e457fb375297e8d9e3133", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85f88ec72b3a4b77a76df47e2bce72ae", "region_id": "RegionOne"}], "type": "block-store", "id": "e594b780324b4c75bb2ab6df53da78ee", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f546c4c691b04c8189adbfc5c7a5bf0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b219d358f0c94fee88da4605b2ab1c2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "54477a1aa64f47e9b3c1b70651d9fab9", "region_id": "RegionOne"}], "type": "alarm", "id": "f90b28e5c0db4f3b8253eb5c67dd7398", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "630d0fbaacfb4949960fcdc8f8ed8a8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "85bf367e20164972a2b3c186762f2b6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a9a62d179a86474f862f8eec740fc302", "region_id": "RegionOne"}], "type": "alarming", "id": "1565a7b612454aae975a588fa4425c86", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7f7c8e26a4e845ab93dad98f6e1ed76c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3ef4370484cc4052bf6bf9e41253eb71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c12268f470034603a38b81dabb0c7fdb", "region_id": "RegionOne"}], "type": "meter", "id": "45d2539afaff4c348ce47f8ed1c5a4b0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5fb12064f41c4a2889cdcd80685847cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "815244a6d9d348c98ce7fccd0d584c08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "62fb67cc64ae4d30b47a7d9824bc340c", "region_id": "RegionOne"}], "type": "metering", "id": "7a03509462464ed29b7737192d925d05", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ad9aec13245a4d6ab04899b567baf49d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8130fbdcf5aa400bbbb0458114d4d05b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ff7467fc924049219951280e1f5eaa55", "region_id": "RegionOne"}], "type": "telemetry", "id": "89c1290327674bdf8269504adc8fe52a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5d27bc0305a4434081f5b8f1e34eb939", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "388231ef77d944aa80b861815799f787", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d7b5b4f08205487c8b8914cbb260b079", "region_id": "RegionOne"}], "type": "event", "id": "519a0b8a55364ebfafbdea31a82e8ea6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c169f8a426a24ff185d4985d52508ea5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fdea15a5eacf4bc8be18865d038286e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "40f9bf71d8c643b9a368a37711792d33", "region_id": "RegionOne"}], "type": "events", "id": "cbcb862dea824619b4631e207ee161ca", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "01b405a4588140abb844cab59823e0c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "962162b34285414681e3bb5fb6a397df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9917c59fd59b4b34ab4a0bfc6b3b3d5c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f682e74fd6094145833859204c365b73", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9f79229952494a779f3b55049bf79a60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f3517ada4e5c4b5eb3fbd1be8b90b345", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "401bb605ca39478d8a03bf1bec60beb5", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a946e89cc76a4ec386dc4a27cbdda41c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3349cfe16c34436abfead801922c1df0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "23ef1033cdfc4231947714a561600c59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3fbc026e1f924235bf59c389288181bc", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b372a931aaf446cba8eac674b83749bd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "80197df64dab428bb37b1b282fa269f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "254bc76087d34c6ba8b873a562ee2ba0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e1c565bc570c4b0eb8b966d918f345a3", "region_id": "RegionOne"}], "type": "tricircle", "id": "f45f39fb63484d62b481468a6145d82b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "94372c07cd544a1e9ff6ccb9359467b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "abb36d57dbfe4ce69d74ae73885409eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "15800eee531544839446440b4731d45a", "region_id": "RegionOne"}], "type": "database", "id": "8a64801b10bc45e9844f22f4550e002b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bb117fc5ef484cb981075586aef68f05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "42c8b50e8c4b4c9daced0c2c0966c5f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "966e1b52cee844bb9d1d67b45f0e7735", "region_id": "RegionOne"}], "type": "application-container", "id": "a195b4b801be407fa4db0356e68b188c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ab0e9fb49468410f8627d01f6baf52e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "87f06c2e5baa4c38bc2acdee6008dd8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "260844965cf94205a719ecdcb5984645", "region_id": "RegionOne"}], "type": "container", "id": "26768a07d42a4fb58e621ebf00646735", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8ddca5e4c9124235989f4e089ac8f56e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "207d595ed81049d7b644719d43c39af3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6e6b76d08aa04c649d91151dd9660083", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9ec1027279c64ae0bd30f4d20abd737c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1b6b3339907742f081612df23691412a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "faa1a8dbd5f7472eac7772a1103667dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "229c3a070de64c71a41114896d67dd90", "region_id": "RegionOne"}], "type": "rca", "id": "aad2d61be0e14b6183aa75799483d8ef", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "69d6b70cc67449a5b672a1a2ca7f1ae4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "df50dad891b444e3a5e3f3b460bd711e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ce3ce6e94ec64d2380210536da1d638a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "11ca05e025674cf1a15000cc3c2f861f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "2bb48557812d4ca489632be1325c5135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "be0750b28bdf4e8c8306fe9ed848570c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a1b79155658546e7b069725ed946f0a6", "region_id": "RegionOne"}], "type": "network", "id": "49082b19b9e64ce9bef4e7e2fa374df2", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2015f40ff91d4e82bff42892e072b19f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ddfa4d41aa7647548b886bc12ee18286", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "87bd4920cb384423a167776f46cfe7a7", "region_id": "RegionOne"}], "type": "backup", "id": "cd5a7d58d3f7431ab711a411aab41aa0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fcc23c2d88324619815afa638b4f98f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "153b85e1ffaf4cd9bc2b4deda1e8c1ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0cc09093c3214e0fa09fcd5a584eb2f9", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d551c34b44a7458fae194c6ba7407967", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cde669da32704d66833d663b5c242a3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "75e68eed07ab4c3e9877d59a35f2c6ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "22cc6de734754741a04cae49f09859fb", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "374b9be5fc7c4c5ba27b21350e7ffaca", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a45b405ed8fb43c2972b500c2e729c86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8609f70ae9db47d8b90f01401e6ee828", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "13afee8d05d04824843d02ab12492b1b", "region_id": "RegionOne"}], "type": "monitoring", "id": "c4ef7a34479d497db6a441e8f1b9e72b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "057a860ba4ad45a5bbb82675a0b29960", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3391d025374f4e23b163b726abb71296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b64d6f9a33c54d9ca8474c224b2e9880", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "0e34c8fcfc85472488a88c8e9c964c82", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "70968c9ce283433894ca45518c4772d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b4ce2b08038e49aea0503ec262ead29a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "aa6fb431ddd4403c96943457c5fcd832", "region_id": "RegionOne"}], "type": "placement", "id": "3e157731f48a43a8968e80e832ec9a9b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9e0b3ede7658402993ff77ada2097119", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8d9bbbe1698d448498c338bbcf16ebe2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "81db32af751840b3b28378a044049dfb", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b43c9ac5c99f4b739b22a5645279c810", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b1f9bed97baa4f34946783f477c29474", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "12b8f1091c6b4aa49b09c6bc3111b11d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6fdd803e4db24f348cdb8b5e7cb92227", "region_id": "RegionOne"}], "type": "ha", "id": "b88dc5785c33436c84da0aa69454f052", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "516683c774304e3097801945ee0ed94b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d6dd03452e7e4f22af6d0f7f829d0c98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b95d8efa210149fab3ada88fb1ebbcd6", "region_id": "RegionOne"}], "type": "reservation", "id": "22e5dfdb902743eeb1c784c992421728", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1e85bdefc46e4cfda98a86d148975429", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1c312c51939848fea870148907a6ad9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "280a4610b6aa49bb9b98aecab679a0ca", "region_id": "RegionOne"}], "type": "function-engine", "id": "b888e04f897141f7b333b4d6532d891b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6823ac81260f41e497b8b5fbb3e35b35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "58a70e2567e24c71a68735f55271f929", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "80851640498147c2a26e0cc27803c2ec", "region_id": "RegionOne"}], "type": "accelerator", "id": "1de729078c3f405d9e75ccf1cef39ef2", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8fbcf0f481e943c6a6ac2ee0aa44fad1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bd75ad5ad8a94ba7a108ba38c2d8a097", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f8762e3861694696933fb0a7c6f1a2c3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ff1443ecbf3a4187bc07e6e83d3f0d28", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a3f5df0a077445199d725dfc573675c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "28fdc49f0ab04658b94886ba8cd7bd03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "71aeecbb36f44121932a2aa4a96d7cd5", "region_id": "RegionOne"}], "type": "registration", "id": "1065da343a264eb08d6445e1db318c22", "name": "adjutant"}], "user": {"domain": {"id": "1a9619ddb31b474090be024fb6b5f0a2", "name": "9c431463f410451c8b3a2f20d906af85"}, "id": "f3e72843c3f448a1ba2212e1cc81f033", "name": "f9ca4364ecdb4be7a66d7d31ffc9f0dd"}, "audit_ids": ["94c240d5262443969c59422ab63c8c5d", null], "issued_at": "2019-09-19T09:04:45.135002"}} 2019-09-19 09:06:45,294 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,301 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,304 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:45,344 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/backups/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,352 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,355 keystoneauth.session RESP BODY: {"backups": [{"name": "Volume1", "availability_zone": "az1"}, {"name": "Volume1", "availability_zone": "az2"}, {"name": "Volume2", "availability_zone": "az1"}]} {2} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_policy_attach [0.051863s] ... ok {0} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_profile_create [0.059657s] ... ok {6} openstack.tests.unit.config.test_config.TestConfigArgparse.test_argparse_default_no_token [0.177357s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:594: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: region1-network and routes_externally: True key=key, name=cloud[key], external=external)) {1} openstack.tests.unit.database.v1.test_instance.TestInstance.test_basic [0.063602s] ... ok {19} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_flavor_find [0.064946s] ... ok {21} openstack.tests.unit.cloud.test_shade.TestShade.test__has_nova_extension [0.190089s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,211 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,217 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,221 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,225 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,239 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.139076+00:00", "project": {"domain": {"id": "b35cd5eaea6544cdb4fe5b8c3defe5af", "name": "6aeaf74379da417e953a530e3f4cfc34"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "5eeabb499b9b41339a974fc2749a9f33"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4910ead458344a318a233e0b2099892e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "11ab1f7117da4d6ea837ffd393b6308a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "abb4d7c62d4249118c39d29a89d254d1", "region_id": "RegionOne"}], "type": "identity", "id": "c8fbd55ecfb447708c81ed88805fcd45", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "dbe74785a73142bbb9033cc68ea273d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e449a922877c43279f83d3f16029c0bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9d5ffe621bde49fa930bc25126abb33a", "region_id": "RegionOne"}], "type": "compute", "id": "3d55c02980ad45b293c64cfc31c7e253", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "18b5ec6d657546ddb350305c328c2a74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "de3f7ecd179d41feb11ac070fc3b3c33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "591709b9590e4f06a99ef719be246a45", "region_id": "RegionOne"}], "type": "image", "id": "64a73e720daf433dac8bff3d951f0c13", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3c2cabf9d6e345eeaf0ed7e2c5857d3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7662ebde29924543a2a4b7bcb63f9a47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "312611e8e6634e1e951744e969cf5005", "region_id": "RegionOne"}], "type": "load-balancer", "id": "076cd563ef794eb2b7321acb7dbef015", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5458ba3cc40421bb28951220dff2f6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a148a27d9714ab0ac17409b3287c90d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "534d841db78e4cf3aa67d154392a82ac", "region_id": "RegionOne"}], "type": "object-store", "id": "e3617b096aed4156a6d9b75b74e28ee5", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7aeb61b57e114b759c96db9d5c888abc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "580ed4b32a6a4d5fb2c0fdd400b3af49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5238f1f8e8854572aca0f6a4807048d4", "region_id": "RegionOne"}], "type": "clustering", "id": "aad9038701bf41c58a95679c8d58d26a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8c830021d535435f9fb4805545291131", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c10d4b09a3624cf38fec4c452b00116e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5cc1df6eb90244529a1717c5117c4ed5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1f9f7fe46a8c495886e711ed5a184f40", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b29c99053aa84a97a63e7a0f9c043f43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b2a86405197242fba927ec8d6af81226", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "37587cdf68c041728fc65db7d3b66822", "region_id": "RegionOne"}], "type": "cluster", "id": "2583efff5a7a4fd189debffa4d75351d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "90d412081ad14a8f8d2b7c5227ed4fc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "294ed00252274f09bd3012bf2eda7c69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2947e16c283a43ec95b2a157fd77c357", "region_id": "RegionOne"}], "type": "data-processing", "id": "efcb801fe5b6412baeb7cf86a9cd2d5b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "87ad1e3a1b08441a937825556e31ada8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "63c8009b20d641bfac6b12a8cb6badaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ef944d4667a347b2922d16809a8eeb31", "region_id": "RegionOne"}], "type": "baremetal", "id": "23918663ce424e8bbe643cc1ef482935", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3c3867d5380e4708a3dcaabafc459244", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "50e94b455a144d99b3ed99d40b4a1851", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "87ab856fc174416b964dbd2f07355a8a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "9e264037c9d4420f8671af880a47bc52", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "22251afc896549269d1260f4ecc35c5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "51363b340db64f16ba700e626a741ef3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "09bbb82c9ef04986af5f9a1bc7590415", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a5cba4dc48154dd78a760b6f7b46afcb", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1c9cc68e29e34558a04d4535d293cfc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "995a8581996c43da96039ae006d9656d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9fc1288a461d45d189fa38af182b9a7a", "region_id": "RegionOne"}], "type": "key-manager", "id": "7b17f7feef2d4e3aad9b2bceec344fde", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "78f7f77e8df642199ae31330aa2849a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "376a5b4271f0490ea210061ade3c6021", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ecf1ef0f81e04d79a4647b5c4f527589", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "8ab908fa363547e0a415f310db9cf36e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0bce3324f78b4ba792c0ec1c16a82816", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4e198f0e14a844dba6ee703923d626eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "80eb4ff505684a83914f2a0365577686", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5467050933b44495b60fc730801db794", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2aaeb3bf8db74c7e9c5d21dc4a3ef545", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "17b86933dd5c448fbf34e6bc4af4066f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0f7a8d2fe0c5487b99256b36e1d05c18", "region_id": "RegionOne"}], "type": "message", "id": "116c636a27744c3f93b66d0838f1d83a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f485563441624157af749971f00625e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b7f9cec882a94eeda1a7265b89c9ae60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5e7e7874bbfc4c6cbc54b7e50e70d737", "region_id": "RegionOne"}], "type": "messaging", "id": "db45f48445ae44c29647abae5f70f6b1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ecff336b70ba46a4ba19f694d558cabf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b9d25806e584456683439dde2f5169ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f071f411cd634947b3eab950921af7bc", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8110d03277f2462a92def94009df53be", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "87fb35cc79e246c2bf1da50bd5924a44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a381d08958e747c2ad5dc604233125bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "55e3c80fe6ce47bfb6da34aa09928b7f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e261a3f9d5494e3eb7e819702a019753", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ea884789d161439a9269f9ab720284e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b93b8b8717ae44e793fbf43e0fab6796", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "854df67f5c424c57b003638586081ffc", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0a8ccd4f18df43129f7d55692b770010", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "520b8b93962e445b87a90db06dd0b498", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "89d29496c6c6493eb72fecbc075d93ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b23a26a4baf340cb8c663a254867a93c", "region_id": "RegionOne"}], "type": "container-infra", "id": "e027a81da6a14ae39735d580062aa9a5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7fc60050329e4cf5a50b4065e2ceaab0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "65d7a01471514786b0c985eb9d81fdfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "1107b2c9277442419dfcf9821178f138", "region_id": "RegionOne"}], "type": "search", "id": "704103ad30aa4ec1b3540460e874fffc", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "7ce951092f9c4581b7dfc4fedcac00de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f7becd500349484a93f12323ba14859d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "63ce8dbdcf6b48ba97599e2727fce9a9", "region_id": "RegionOne"}], "type": "dns", "id": "dd6f7579543e44cfa0e07db948000629", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "04225da9896648b78c6a65fea9da87a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d2745030602248b4aa6d1dfd0118fc1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "586c397378f9411d9efb47eedf570e71", "region_id": "RegionOne"}], "type": "workflow", "id": "253adffd919b409eb58ae8a368ee8ed0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f5ee99fdda98417b9b5588b37403ce20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9f21b9167483475b8271ff67d13f7ddc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ad1e2834a3d74cb9b1f95433bcfe341b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b453ee4f538a45b5bdb492181ad53a07", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "55045349b489424795bdc4692e33d218", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "13706b21cb28403d88664c40b3344e82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "88d120d481e94395998f4b20b7639f62", "region_id": "RegionOne"}], "type": "rating", "id": "5520fcdf86294b25b7e115710d332b7d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "342a07f07a9b49299b5bd7c3c8ce4fc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fa7407fb695a4a41a21183be982bd3b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0f944ecda092416d881899a8e11b902a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "72b4d732fd284effb0c1b7ec10dc108e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b9965c7bb987404fbf51515d087796d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "59f302e308204f2eb85cfbe9e9898939", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3ed22094027f4632aad76ed6d33dfc5e", "region_id": "RegionOne"}], "type": "policy", "id": "7f2ce5ced6854d5b8da580eb5e9b1d1a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e2ad667b2689481683b0e8413295b8cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dabe441c8bc7406cae39e80bd1a53327", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "57432b4a5fd147b4aa6e8c80e312809b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "68fdb98408a84ca6b67abc660e486f98", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c7f5e8a9b8b74243a61579748e47e1dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6efb45bae02c44e8ba6e5a317855a5f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c2bc5dfdd7164058b4918c97e32bdf90", "region_id": "RegionOne"}], "type": "sharev2", "id": "0fc2cc73bccc4e1fae9ac2d1dcd0272c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7955593a7a554b6ab38c5e3f6d806e67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6c9236bcfc27487ba8897679de9a9a4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4004d29c3b204e3b90f0196b8890fe5e", "region_id": "RegionOne"}], "type": "share", "id": "0184471f25cf4ecab40cdbaeb2cf5096", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8439eaed083c45c7b322445a24af0701", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a071ab3d46af4c0487bb596c2d25f8a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f95866143a1b41798ef8f37145a9e7f0", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "952f447db0f445428220e3ad9aed4a44", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc19c99838d141ee8f1ccf0d39ac4c19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a96406d9dca49318e43e1f5bb00f2ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13a7943e567f42489c0b9ce94c5aff89", "region_id": "RegionOne"}], "type": "orchestration", "id": "2145094af620489fb31b56c47b42567f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66682400ecbd4346ac4de4e34efc1037", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "283dd31278d04782a5dd5755ae434fd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "adbdef9834b94de1b0b079ea1f4db3e8", "region_id": "RegionOne"}], "type": "block-storage", "id": "988f8024d3274b70b9e7d15e5151d436", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "caafd77a044f470aaac3e22b6478d5be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2dec0e30a7e4e2cba7197839764b28b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "142bbff40a9248dbad42d3fab315aa44", "region_id": "RegionOne"}], "type": "volumev3", "id": "4f569dfbff5443c3b21e14ecb50360e9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51c748b5b148468d92702ba81105b8d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5a519215711448aa16f1b8322cbceeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1906dae5ae714fc98c13c89c680c3074", "region_id": "RegionOne"}], "type": "volumev2", "id": "8cbd64d0876e4e8d9ba2966a26eee217", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fde092404884e159014b511de8bdb16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04ebef36b8474745a0ebb8ac0a7792c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b36e28903fc42cba5fdee4d87a47c9e", "region_id": "RegionOne"}], "type": "volume", "id": "a147d6bbadae4189a24f0988eb673c60", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f55e6f18eb13433f9eeeac99ecd963a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fff14db763e44cc98c6638a6d89a333", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63541d582b4c4edaa924f73485aae881", "region_id": "RegionOne"}], "type": "block-store", "id": "9793a09fcbdf4bc8b56e5b65f60fc23a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "86d344029b1c4ea08f76c11c16cbc60e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9590d384423248d49da1c0d3e6ca2c76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2442a51a54e84e76acf91d2e284af1ec", "region_id": "RegionOne"}], "type": "alarm", "id": "10f091644cad4592bf82743126fffae7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1156f373df5f4943b55362c6dae78a34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4a8558749a52456fbf50d33157f0ad76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9825e09486854380aeaa62139b1bf0c6", "region_id": "RegionOne"}], "type": "alarming", "id": "249154fa27354343b8b2ee8b6cc1729f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9f873c8afda44e99a0d72555950666c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dfc87a668d3e430486adf7cd4b3e6521", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "dd6e7c2d37124d50acf0fefd8bbc05e0", "region_id": "RegionOne"}], "type": "meter", "id": "852c7b0817db44da83765f291028ad01", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "339c1b25c98f4862a821a28f06a39b76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "368c3459f3ae4e65a82ed3337eea71d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d4235f9ecb844e9dae528a5c4c89b6c4", "region_id": "RegionOne"}], "type": "metering", "id": "2d97c8b6bb05440dabd67b5241964f31", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "91b2c51b005b490096ee79996bedc7e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6b4528a488134e4197e5280470cb80b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2da050cc5a0d41af940ceb19793707b9", "region_id": "RegionOne"}], "type": "telemetry", "id": "4b906279419b4e07a528b22e169cb629", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a0838bf495484a31aa1465d2a3747630", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ea530017371f4f83bc56f8121d1d50fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3b3317a1ebd54ea38025b17fec4b7a73", "region_id": "RegionOne"}], "type": "event", "id": "c12bfee0e5414119a8d69eff09d9b213", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "58b0883dbd4d40be8c24c118107894a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "61960414fdac4a25b65e623d6019cc27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "60ec35c61be941199314eaf0a8c59cdb", "region_id": "RegionOne"}], "type": "events", "id": "68887b684e9347dd8d75f1dad1f2d9be", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "da77a44ff8f343a7bd5a1b3db3327848", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "964d5dfba6a04d1c861838a2cbd8c5c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7d7cbf39cc164f4db34db5084e650615", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0f24e9b1865a41e89482ff927b3f6825", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "29d98fd00c4b482d978f2e5d91bf9916", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0889305562734e93ba873eaf4c725ab9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "652d26e35884452eb0c37c54c2e056be", "region_id": "RegionOne"}], "type": "application_deployment", "id": "89b8f5b3b83f448da46c4f43fdf714d9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "26251c0987cd479cb9fceb372c760dea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4978a002bb2e4a118eb387795bca6d82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fcc67c25ca5d426e9638df41cb52ddc3", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ddfa76d9a24b4a599b9418d7cfebc8d0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d3df518d258a4ff7b80fc8102ea86fe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b038b13085d84253b5cce4ce73349e75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d1a63ee9074549cba074fb29dedb23a4", "region_id": "RegionOne"}], "type": "tricircle", "id": "2764e6e2250845d581b7c360ceb085ad", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c29683bae2fb40599c9dffcef5e6eb2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6d35c2c617bb4d51996d1d2a5f1117c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "071619be5794469e8ca0886d721c18d8", "region_id": "RegionOne"}], "type": "database", "id": "a593fb98e269468a89e6af7bc0fd5819", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "493869923b684858a1294e0b3193117b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5820c80ff22246a2ad5645297546e6ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "37fc8609d9b74d3c913a279de1abad4c", "region_id": "RegionOne"}], "type": "application-container", "id": "0abb96ca852746c58dc0f10ffa1033de", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "13783348868c48479a6f61f0d320ddd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a1ef9abc16e542f8825d7d82b04e1a75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "52460392a2ff486290f0e9d21c7c43e9", "region_id": "RegionOne"}], "type": "container", "id": "877c71a5967b4e479e2c164506e287df", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8c6355023e32490fb293a8a202d7171a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b8703ccb394a4eb7a039982ce245a562", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d4b6aeb6850b4531b32ea2a21ad2ff1f", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7bb435bc6c2d45a79e3e3086697f921a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "83c5ce5c8ca24004ae5a7fd2472f6467", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "aba3b54968414c988448e8ebf84eb67e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4c7f36992be64ba0aa9b8763d8980e6b", "region_id": "RegionOne"}], "type": "rca", "id": "750da305017a4187b7ef5835d1313826", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b2b4a474da8d4946b80778c8155833d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c2e9e3d5f89141a2ba1c125ce39d7176", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f96a838d1c3d4fec99180254452b5468", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "640fddeccc854d969cb711531b2b0e7c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "2e2a525582bb47fea0203df64facf9bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "6b9e60de1b174e1db7a082362f0d6211", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "396d68b451764ccbace0854b892f0344", "region_id": "RegionOne"}], "type": "network", "id": "e87ee542df0f459aa519867c47d76b98", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9a8bead09272437596fef39853111cec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ed8cd4ecb4154bbfab0deac1f3933a34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4ccacceb999a4f649863a67a2a972c3c", "region_id": "RegionOne"}], "type": "backup", "id": "6f24fd0c7dfc44e2bdd4620cb337fe5e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0d618e52c5ce4295865126cee419a6a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "686d311f4274409da0c3e66f5092ba1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ed557462a2c14715b70af9173fb5aacd", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b83a5feea8f14a9b94990bd190f06d34", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "adaa945aa13a4da68d9c7d52b248d406", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d321c6c82ca4453da5c40f9804ac6153", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f566a21a80f840a3978811f6e692f12d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b12377768a264c32acc3dcc93cd69322", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6b2c201b91954072be01d6a6772fab98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1a54791d00c8418281c9bb533fc480b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a6413a2b15ce438ab729c10e32734cb1", "region_id": "RegionOne"}], "type": "monitoring", "id": "b65022bdde2646f1a6bd3e9e3200ea2e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bec40d37d4454c48bdcf17f8dc2aa008", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8ddab69874bb4f58866da8a84cc39e81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7abdc04dfd504985b7fb854ba8f5c767", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "dd9bdd5392b049be9405df79f9470130", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c3ab310d642744ac90b2260d1cb97b79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "e967feefb9974ab9a9a70c42a2b6b86f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4e0f98a00ae54466bbd3a980a30e2233", "region_id": "RegionOne"}], "type": "placement", "id": "ca4fe4a660eb49a0a97d74894f39bcf1", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "da8e0ef3b58447d4ae340ca9bbc560bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6a2245ef89c943bcbe5cc45f1ab26d8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e48f019c013549c8aa5926c491e86b38", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f9e66970e651458b810ed09299cd6ca2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "07a5587ea94b4f62bd53bc4ad3a177a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "71ae0d331de8421399b92d70cc10504c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "99ab1ffab20f4b60baa2e8104b865715", "region_id": "RegionOne"}], "type": "ha", "id": "45d7072b353c43caaf6783b747eabe97", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "640c8f0367984cd5986431dc67de3a71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f7510f7a7e08403c946cc01c979e9a50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "9f0ea33f3b5d4a98a0ab30536a897e84", "region_id": "RegionOne"}], "type": "reservation", "id": "17158f6a675d4c4999ce360745557359", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b8a037b1614b48529d588bde1dbfd5f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "37a3b49045d9424491c3dae521cd7628", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "26a17023ec554f08945b257cb9b46daf", "region_id": "RegionOne"}], "type": "function-engine", "id": "ece2bb65d6fa4adf9077e99a8ed12877", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9cd0b27014734f1fa3029df38824706a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "85702c4b57f241b48b687378ca6af052", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "4d8b592603904cf9901294ff9f8da11f", "region_id": "RegionOne"}], "type": "accelerator", "id": "ca254698a83d49e285de95595333a900", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3ad646380631497fb1329e6cef286d7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b948c5ac5edd404cb0915dd6cb46cfc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e38352b3f3854660848f278be10e3907", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3cc655b6e153457ab5a26678cf4a8240", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "94fa50de489c4a53afd56fc7f182e571", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fba24beb89c34587bb70df7c07fded30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "52adc8582ee4411a8c28fbd6390619d9", "region_id": "RegionOne"}], "type": "registration", "id": "640a578743e549b9b0912d2a4a9e5540", "name": "adjutant"}], "user": {"domain": {"id": "95b155d8f9f647dd856e702618c7efcf", "name": "59b5244a80174bb4b836f4a3ac883b00"}, "id": "4504f8b7dd9441e786e1fd5a98db2a7f", "name": "221ec6a3616a479e9beefd71836ba6fa"}, "audit_ids": ["af6ab10c1cdb4bdd9fbe79f5deb44fce", null], "issued_at": "2019-09-19T09:04:45.139076"}} 2019-09-19 09:06:45,312 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/extensions -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,318 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,321 keystoneauth.session RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "name": "Multinic", "links": [], "namespace": "http://openstack.org/compute/ext/fake_xml", "alias": "NMN", "description": "Multiple network support."}, {"updated": "2014-12-03T00:00:00Z", "name": "DiskConfig", "links": [], "namespace": "http://openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "description": "Disk Management Extension."}]} {12} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_node_get [0.042964s] ... ok {9} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_live_migrate_server [0.057970s] ... ok {18} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_credential_get [0.060645s] ... ok {23} openstack.tests.unit.clustering.v1.test_cluster_policy.TestClusterPolicy.test_instantiate [0.064153s] ... ok {24} openstack.tests.unit.dns.v2.test_proxy.TestDnsZone.test_zone_get [0.066543s] ... ok {5} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_database_create_attrs [0.064150s] ... ok {18} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_endpoint_get [0.044596s] ... ok {31} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_tenant_create_attrs [0.055083s] ... ok {31} openstack.tests.unit.identity.v3.test_role_assignment.TestRoleAssignment.test_basic [0.060224s] ... ok {30} openstack.tests.unit.cloud.test_shade.TestShade.test__has_neutron_extension [0.185078s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,307 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,313 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,316 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,321 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,334 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.247648+00:00", "project": {"domain": {"id": "4a0bcc43119b40b983edcb721c34c6a9", "name": "4f7d2a7e2d464a05b3b86bedf5acb7f8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "de74680cbb75433290ceabdd428d0a1e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "371e295fdb1047969b8b395ce33c89ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "63899f395b354e12bee7cad34d454ff5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1360d679bb334f9a9558a186c2bf3d7c", "region_id": "RegionOne"}], "type": "identity", "id": "eafb49ab30604c71b8394f5aa2919450", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c80faa3ae0b84d158f08e3ee82849c62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "050818eadb70467292388485efbe607f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "10679998aaf14466bd4da34d0a1869ef", "region_id": "RegionOne"}], "type": "compute", "id": "0e9ee58513b04a0b809307177a4c2c04", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a62b51c2ac7c48b3ba9da11b06b18330", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "6883b38883de4dc59431f08e3e4cbacd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4532d04d8fd943f99ea9e784acb94010", "region_id": "RegionOne"}], "type": "image", "id": "3d8285513b444f3287181637b5f67578", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "126a3590ac3741d1aac1c376bb521e86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d1ff2965e9c84f8ba9b18040021a3e51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5e17b0bd8cb8481793215f24a2b22fdb", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e44cb5b9ba8542e5b7931680148dc150", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1ab59ee8bb54ce897877e5c43d18f16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "387ab88ad7bb43c3a7477b3f3393c287", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e41073b0659421ba0f046c6fdba4bcc", "region_id": "RegionOne"}], "type": "object-store", "id": "00e05c53941f4ad9bb545c09a6df5c0d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c252b2752fc042d2888a663bcd795317", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a96620b556794fe0b9ac1252292de48b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a560e1ee4a7c40fd981bd8de431a4495", "region_id": "RegionOne"}], "type": "clustering", "id": "ea909e0ebbd941d680467102d06ace4d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "518921015b3f412ca21b2ae8d699bdf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8a6d46bdf847474a805f1ebfffc30b1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "78f6f0e2691648e9a115066978b35b25", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "29b49fb8b28e4ec8b0f5dbc4454419eb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7b80ad7c46bc41eba4d88024062dae2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b8d705c5cd10400aa15e813e00c217b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fabdafcc3b524611b2c33b7ecf864254", "region_id": "RegionOne"}], "type": "cluster", "id": "b7caf0fe958643a597212b881b65e7d2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "412234b9f86048d399b51b675f68203f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c01f6669662b43b6bb30fe2845e949a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "bdadc9ee620c440da55a4d071af57347", "region_id": "RegionOne"}], "type": "data-processing", "id": "b6399ccacc964cf79862f4cfeacb5c10", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bff684ca3f1d40869b93108ac74f744d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0517cc6fd49c43349597e20008a6baed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4b3df14f53e74bdca63aa55d7cde2430", "region_id": "RegionOne"}], "type": "baremetal", "id": "3aba3f4ee61540008abd1afe4e8e6bc4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ddf99094c3dc47df82ca0954ac73d0d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9dbcba79dd604c919e26c27d1563fd6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9355be12501f45c8adb957e1d495ad4a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "69ba964d8ced4bc8a73218d717ccbed1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6f5825d4663948ab9d5ed25642d60a84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4d7ef8fdbb9b47f2b3367e616686d15a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "555030c59d0049dc92207cf8f71de63c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "099c52ee7431408e8df0096ce8f32fd2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0624ebad0ad2406280011da68e30d4e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d54a0d021c1248448176f5bee580a7aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "45647f0860a84460a7f578ccd8436ff0", "region_id": "RegionOne"}], "type": "key-manager", "id": "a4919475e69044819cb3bd0f4522af55", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "211b1826583847d3bf8002031949ed3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "697dd37393e84400b7947e03f9401256", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9c9024fa19a743119c0133d04c74cd4a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ee11e199aafa452a8140bebde219a99a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "117099e40d074c1b9875f91574939150", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ef8ad8d9e9ab471ebf386adbd5dddf02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "453bf089f52a4da5a7594a364a5a40b5", "region_id": "RegionOne"}], "type": "infra-optim", "id": "bd1fcdbfbd42435eb2c571f413eb51c8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e754f4b5c9c242aca530022c88a0fcc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "483032e3a5eb4b66a12077f0fc98adf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6727ae72788a40338fb4da0b34ce8897", "region_id": "RegionOne"}], "type": "message", "id": "d42c5f6286fe4a158c03aa56cbfb282f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3ffec12bc5a4424eb35513650f8485ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "935be53cba62423099065215fb52ea89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "95597530bf384de3a25273270edc3523", "region_id": "RegionOne"}], "type": "messaging", "id": "be07232d5b3d4d27b8960d4703af371f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6757c1e42d4f4318b80695a57bde7534", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cc3cef242ff8464c91fb98b1f28b8656", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5f221c29fc604de9b7a3722cec037217", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4810586979e7484181fcb4f5108d5bfe", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a78aef0bb64047fc958dd62005632baf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7289730e37184c47a9328b85d72cc32d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6a636d13e12c4c0abeaa1d49a445067d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "bdfc86ee723d421baddfa94995bc2391", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b08982986d184474b804b12ff2c6b7c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f4f71588c3b641708c0c9e2fabc82f7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a3591a04dfb848baae859ff7d7bae600", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "46c9bd2da04f435a90de27e1b0a303f5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "41ebe6ad0fdc46f0929e08dab6de0c20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c3419adef7841c9915a766e14a092dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eeedc13db4224a60a31a0f06b9311ac3", "region_id": "RegionOne"}], "type": "container-infra", "id": "52782169b6024425bdc76692a09d2af7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "394c615f19e544ecb3fcbc0fbbf62ec5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "65045b3cebad45bd8b4c5a675a8667cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "41237bbe8e1446499855d83a548cb2ad", "region_id": "RegionOne"}], "type": "search", "id": "db0d8cde60144a39a80fcdff9f4e5fe8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "7369efcb09334c9d90c97f297fef3b65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9a69f07b5dd449caa4e1019536634f6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1c4b2054444542479e60457745ead197", "region_id": "RegionOne"}], "type": "dns", "id": "e96cda5345e341f5b0290613b4cc69f2", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7577efbddbcc4744898611a7bb7e3dac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4ba2646cf2d94462a676d1ec604e4373", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "45a7711dd7424cec880a0a0822fb8ed5", "region_id": "RegionOne"}], "type": "workflow", "id": "f705243ab73c4e59ad67970c50cccca8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "031ff0f4031d4984900f71484ac7331d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f916b090a1784f45a135039c029ed0c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "98f0bb51697b4eb381c8af44126467da", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1608dd1755ad4263bcde39bd017653de", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "39b39b494b4947dc844066482fc9ec83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0021608e740240e382358a9d550030da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "df808fab3ca3413dbe80f76d1dc237f9", "region_id": "RegionOne"}], "type": "rating", "id": "b1cb1f6cf7774a41aac2489edb319cb9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "97c138eccd47426f857fa114ee09575c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8821f93ba7774a05843a19b4d8a4e78d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "038d3602ce39462398b1fee27c7bc6b8", "region_id": "RegionOne"}], "type": "operator-policy", "id": "9255a3d883fe40dcb699bfc9034d6089", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ae653864313e4a168df6dab8d66df1b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7d7fa69102614861943da035ab1123fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0b96daac018a4ce98fe284c83703b3aa", "region_id": "RegionOne"}], "type": "policy", "id": "ac577974862a49b6a3f180239437456c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "422a35d799394980a6ee9c3e4e04592f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9a0147048c2744acae0d1014b48230b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4e5e3e4eaf1245b5b2767457d6f11d3a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e28dbbc6eb4347e4996ca8a5da86fcd9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2b66ae2d20884926a9a084635d787b38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "39c61c11369943979b7c0be4dab2fe73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "00c4d6dc35a34f088497bcafb3cb3fd9", "region_id": "RegionOne"}], "type": "sharev2", "id": "9492762cad434bad93847051114e770b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b8fa5f8ad63f4a5b86a03833c49f4436", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e9db8b7e92b54dce818c72f163234505", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dfff1f1f0d324fc6883d4aaf63842383", "region_id": "RegionOne"}], "type": "share", "id": "31297776418a41dcb165dc01d9dcfddf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "269bde3aaed842b4a531b0eb2aae2646", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "21854e8221ae41bc8ca8cd2080909be4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b811a12f54484b41878e54092bc51619", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f8e9c90053ee42beb30e46cb1ba13683", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de82a89b890849ea9296e5ad1389310b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "657400ebcd2546a0a48c5d217a2f88f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20e49f836a7a4057b0464ab77ad15ff9", "region_id": "RegionOne"}], "type": "orchestration", "id": "b38cc994a19745a58580380300c93701", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac7725212b79434f83e14993d40db5c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "437450544c8a4a1abfdbd628e63c0f03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a03abafe65e4766af2306c055a52251", "region_id": "RegionOne"}], "type": "block-storage", "id": "6d8b2d68c1294b468a2ff843d0d1784c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2fc459a44ecb4ec79d743124488ac34c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "023018a29497499b84ff375c86cedd87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be9abdce10854166805fe227b3beeea1", "region_id": "RegionOne"}], "type": "volumev3", "id": "ce7183191b6c418d9b783d70cca6751e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe8bb0838e0b40f9b8760ad4864dab25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e94c2e7c31b74124931a868a0ac5f485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d52b5dc1eef449d895b9c864b4a3cdc", "region_id": "RegionOne"}], "type": "volumev2", "id": "e2918ccbf94d4370a714254f5fe9eaa3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "301bc53dca794ce3a6ff79bbce6e2b10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b9cdcaa126843e5bc9f5be8f4529012", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "047e6d1de6de4f358e6dd748534792ed", "region_id": "RegionOne"}], "type": "volume", "id": "71cdb103626e42988b324da7217b719c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1fefdfba5aae409d9ddd298a04ba22c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c0481f805e34098896b57cb899deb4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "959b35a99e364ee2a9a9228dc077e531", "region_id": "RegionOne"}], "type": "block-store", "id": "b20458a721ae4a648558bff8597e860f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fcc6ccc7e0784ac8bb726fa61668cb3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5a81772d0026486d8ab99ebc6c469f9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b6a23171016b49ea930fe9a5a8479d09", "region_id": "RegionOne"}], "type": "alarm", "id": "00c667189d6244059d68b0fb3ec0ad67", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "be2cafc51fb34b68bdbdbc91037975b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "08ae3640d063441583f4a497a1c2e409", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cf82411eae594095a2eb6fd3616aef56", "region_id": "RegionOne"}], "type": "alarming", "id": "219ba9b568fa43d48f7a9a52be125876", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3fe311c8f08c4901aa8c8a1f6a0e01e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5d17a0bccd564729905ca3f4634ce6b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d91434ea478e4259a438eb1b9e18fe50", "region_id": "RegionOne"}], "type": "meter", "id": "ba639f6fb58e463a89abc9099641c324", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5afe5d58282048469d92453f732bb106", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "02092f2355294dbabb32c19f504c1486", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9eecd56aa9a24c0392f603cc3e93311d", "region_id": "RegionOne"}], "type": "metering", "id": "4eac2dc18d36426686ff0699451d3005", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dae5ecd1e1724688bf188ca882a38d27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2d39c92fd61c4f59a101ac0e3d41c6fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "00245f6829ca4c0fbbfc4c48bc083cc9", "region_id": "RegionOne"}], "type": "telemetry", "id": "2482980c641645bba57adffdc7bac53b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1ea76789eda043758ebf47d91955d884", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "88678bcccbb045488f6c3e12fc06204f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9b1f8439f2f343d9b812a71ebe20c026", "region_id": "RegionOne"}], "type": "event", "id": "23b8f85a187143668f970d0f7375a62b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b0c513483a7d489a955fcbb98689c01f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "10aea5768e9d421d901d9b863f59fdd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4645b6cbcf2f4f86b379a4fe83db0633", "region_id": "RegionOne"}], "type": "events", "id": "037775a7012848028d97ee8cec00e35c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9a43592235234040a95704579ee75b7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9143c57f06bd4b0bba9784f7b5dad2af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7da245a444b54e4eb7bc0d17f7436bee", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f1081b5d6d5648e18013381aa7b6de8e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dc97b5e5f6af4e4aa027864bc9b7ecf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7b6e5e7240534997bdd62f2da975a182", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "96931194ac3d4c29bc7795c0d3bf0749", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8727f89facb643ce99377d6a1d901691", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0363f06a6abc4a8cbf674263021c41ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "55377df876ec46bdbe064298130f386b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f924a6b059c442ca9300a762c45c31c6", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8293db46d60a41f1bd376906589c4926", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "629eaec5de984643b19de1e2dd45ffc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3dc6607f23f14aaabfeee754f9f36ca2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c62b965c9b80478c8cf57597079f48bf", "region_id": "RegionOne"}], "type": "tricircle", "id": "31b4862ba92d467ca30553b31c454345", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9fa541088f924035ae95a17f66dfea19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6745d4d75ae449d680aeae77517469ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c760906e9e7449fa907f39934f80236e", "region_id": "RegionOne"}], "type": "database", "id": "34fc14a73d9746168f32059c160ddeda", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c7ccc18704be40aea8548959369b3577", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "442ceabec4bd41f48e233bf63b3172b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "34b107d45391406099244a6bd4963ae6", "region_id": "RegionOne"}], "type": "application-container", "id": "304fc3321a1d4c09bf008355ff6287a4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "11dcfcd8583b4d1cb409c9fb9cef8d59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "35e34acdc7194d51a86ac792c60571c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b32efb7f7ca1456097db061dfcab4a2a", "region_id": "RegionOne"}], "type": "container", "id": "e345d145db4e4ed2a608918e4fbdec8e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f4ca7d3ac7904e44a2f73a31c7a3dfd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b448dee222b248789fcd25c8263d185f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c35bfeb1c77d4637813370aad59190ad", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "44676669250f41d4bfd42b9b4b69db0f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "250dc02b52464e83be8e7bebb63ce5f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c9b5a237c8874cae8bb0bc6976ab737e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "66dd032bb75c4681919ed86ac99d3f7b", "region_id": "RegionOne"}], "type": "rca", "id": "7c401dbf26a9458ab0d782d94394ae30", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b7c66b4d58ba48468eb83102fe674792", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4cf3b76e985248deb6ebefffcc7875f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "86fcd4d732084758a5ddbaecfa67a482", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "87e84221548c434f8cb7090f0472ae81", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c24b2026316141f88937fdd9304ebe86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "df097f2ca11b44a98393ead0fc26f89a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "826b7675977f4436850e072a37e16192", "region_id": "RegionOne"}], "type": "network", "id": "4a40fac04891480ca3cab800f707aa07", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "68b047856f5b4b50abe93968adf36547", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8d9703bef1134089abbef9039c5d5b87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7f16cd7b585642f6be92334b9229bcac", "region_id": "RegionOne"}], "type": "backup", "id": "28806a8c2dc34adf826cf8fc596420bc", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "019a2196f20442be8a0999cdaca61c94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "317432f0335e49758655d1ee475b4f8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f5502fd9d82d409d9302eba5125c8546", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1d82b4d781894624bbf3cb0eb3f34f32", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "910d3c7ca295447db99f5a0430a27e5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dcdec74a315b497faac59978e7391258", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "78257bd2602748e2a88f64c909f2cd5e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "7ff20d66a01d406d8c8319474361f7be", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d3dfd5d2828e408a8f8ba9c7ead8015c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e5dcdb1cc0e2488db5e8f40794c77a92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "d30e1dc5f5d9442880ca8b7870bb2597", "region_id": "RegionOne"}], "type": "monitoring", "id": "13f21a35705a4082bca9651df5a506c6", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "902b298e3b874b31b588983f7a869a61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7d96167fff68405b95d0ab05486f815c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f0a4f693fe524c43a9335b73b7c6b801", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8fa4d44ac1144bde8c1df80ae0c56b9f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8352a3727fc14b1484d14b7d586d449e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ccdc06b6707543ce8ba9185ba06d5856", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a74078d469b84087ae7992b5d9e18ddb", "region_id": "RegionOne"}], "type": "placement", "id": "fde80ef5415d41438f1b31809d192dca", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "60013410bb5047c78f30be85d5a8650a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8e0d76d02763457ab274747598c44d6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b917f43b082347ac8f0c6ae341323c2a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "335ad7af39ba458c9e377d8dc343db83", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "71dde52498484abb8d109c752864a2fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "58efa577642f4cef9abac14dcb740027", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fe0f8a12d31c4881bd5e2eb2d695433c", "region_id": "RegionOne"}], "type": "ha", "id": "0b32e5e4f76741d6b217abeaca697cf7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d2ffff5992a940aba7137c4b9cfc3267", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0c7bb91b7102487bb58aa3ae8cd9cec6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "66cc09ed94224e678d047ee684492af4", "region_id": "RegionOne"}], "type": "reservation", "id": "b7c5a3295aee42ff914ae3e85a6be796", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7255d64bb1a6437bb60694228e24018b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "452d9e1580a24bb5b5f8df8e598b0eea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1847fa4c8a834af084049b2abbe45006", "region_id": "RegionOne"}], "type": "function-engine", "id": "353f38cd7a374eebabc32b3778d0d276", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d21451280205413f97379e4587d36d40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bce330cc330b49ce8e6f1dc4684e035b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "fa260b6dfc7448beab023801eadfd80a", "region_id": "RegionOne"}], "type": "accelerator", "id": "0c6999989e3f4be78bd951c640909ceb", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a78fced7b8de426dbb6587f3fcb5dd97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5f49cb13dabc4ae589dace160600f1c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "63d4886c4c694d8e93957c0075212002", "region_id": "RegionOne"}], "type": "admin-logic", "id": "72687186c672455a893c2ce065c4361e", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "771499cf80a94085af22a38f18d5ec0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "207eae8b2e24413fa9e7828529189df5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8a0c7476503d4630ad11864307550f3f", "region_id": "RegionOne"}], "type": "registration", "id": "8a75bb811c1a4e41a2729cadb6e6cba6", "name": "adjutant"}], "user": {"domain": {"id": "e94c32bb75c24d84895bb2edd4a5e062", "name": "8471be5c11a8429497b5b9bea47187fa"}, "id": "f6bdaf5550234b588cf40b6c8a385fab", "name": "9fb648ab2a8b4ef79ec0dea9a13a9db8"}, "audit_ids": ["73dde1718b6e40649d78b183b14520e4", null], "issued_at": "2019-09-19T09:04:45.247648"}} 2019-09-19 09:06:45,421 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,425 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,427 keystoneauth.session RESP BODY: {"extensions": [{"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}]} {5} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_database_get [0.058752s] ... ok {14} openstack.tests.unit.cloud.test_update_server.TestUpdateServer.test_update_server_name [0.381447s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,945 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,948 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,951 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,954 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,967 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.890045+00:00", "project": {"domain": {"id": "64c5e25c9d5a4859870cff49ca4bf851", "name": "cac998b6d18841c48df3059387f85798"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "de71874b6a334a918c2cab42b8c3d668"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0ab2df7bea6f4f3dad4762f90759c81b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "30761d6dc42b45ff850654ff150c94e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9574acc5b7e7434eb3d35c3b86bb8b93", "region_id": "RegionOne"}], "type": "identity", "id": "bbfaa31a06a44c629fc2285f476fe2b5", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "be8879b441f44f92adfe9576da881d54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "98ad66facb704c00babb5a79df34f86a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a489a3d33cfa409ca38c3008814e45d2", "region_id": "RegionOne"}], "type": "compute", "id": "34feedeff8b84390b8cbcf1d58512988", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "43217c1573124756907598e5b351c069", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2fa52ec4ddd240169ed5ed389f327d1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8464359e99fb49a68718480bfdc062f1", "region_id": "RegionOne"}], "type": "image", "id": "55588abadaa34aa99ab9abe2e278d318", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "30d073347bce4117ac15edccfdb849b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f79b16be1004419a9b0b97da68d304d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "98499c82c2a248e298ed55ab97fc6ade", "region_id": "RegionOne"}], "type": "load-balancer", "id": "6cd0ba66ace24fe8ae79ca945e19957e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76a3aa9e91f44e2db5bdc13c433b61ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b8032f05fa1447685464aa3b66d24a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0076157e062040448511018dec623019", "region_id": "RegionOne"}], "type": "object-store", "id": "2d38cbdb9dd645269b189bb6f2dbb9ba", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2033f02e061d48ffac791d890f3ab3fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a4f6573f213c403aa74f4014aa3761a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ce264499ee0b45819e716488ded4ed68", "region_id": "RegionOne"}], "type": "clustering", "id": "1d95fe3d56014025b571a6bc7d2e5ff7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ec6925847b5446338105a29691faf9ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a47331c08c6843fb84c6b8e82dbc96c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4f232ece9afb48cab8472784ab556b3f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "aa6ddfa068934a2a89b81722b9c969c4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "41c59e4c2db44922911f8c55c38f5285", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dc015ef44c7b4b24a11082155fe9b651", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8c8b58b89faf4c1eb7525cf774228029", "region_id": "RegionOne"}], "type": "cluster", "id": "4cbcbc0881964bfba6f4edd85b4ca101", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "572357cac0f746fba2b78460a310280c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "153835020f1241dbbe0cf3ccc313e330", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a77255b090d54c6da3c0148e6983a445", "region_id": "RegionOne"}], "type": "data-processing", "id": "2a4bd1af076c42718d6e41a0d4a8993a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "649f153177d148b3994edd95fec292e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8cd4f36e31d440f590dd30b5e69d9146", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "78bda687636141cbb02977280e2e7ece", "region_id": "RegionOne"}], "type": "baremetal", "id": "922c1243a45e4251bba5129d266ffafb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "13f6964d749241e0b6af3978ac9584b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "92b8badf1e064291b4643ed0b3e1e5fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "160da8192fae46c2a9f53ffe4b15c7d7", "region_id": "RegionOne"}], "type": "bare-metal", "id": "833665f68fc44a62a987e29b44b90a10", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4c6b6f075c0c442f81a0564ce99a2c26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "15f67e996db442a591fec5c13eff787e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "fc184f30459546cdb853f50804da7a87", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "afedf77aa67d4dfc9cae176b66ac5d67", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "39fe190b70774693aa6eec76bbd294ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "944d04f4ca70435091152418e4437de8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "010e08acbf544b00944db4863352a8fa", "region_id": "RegionOne"}], "type": "key-manager", "id": "a2ac46a115f040f58dc467f29e61ea32", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "887e68bfb8ca41869fb27e44b1e1f0ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b6e6b1d7b5874a7d89685162e3eb3b97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "88f0d3b5f4814ca9a01e6ed4d95d984a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b8ae777b724746d68c253db1d59d0e01", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0cf224bfed304a2fa4792f8a8e83a641", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6bc3df4da17c4d00ba2cf9e170b0b9f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9aedc6c8b1b84783bf0353403ea8e638", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f9cedc2dcef34dc5ad67aa7f16c46805", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c6ec20044ca1467f9ecc494fba8f61ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "832510770df84a6e94aa57554dbde2d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9ff22b358b744e93b093cbd67e24e1cb", "region_id": "RegionOne"}], "type": "message", "id": "8b439f45f0774d19b06b6a77fd19547f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5c15f0a2e219467eb5862e8ca46b432b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e2a8e4ccceeb49679f839faa6811de4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a9a5993146dc4f0190305ac0e739e27a", "region_id": "RegionOne"}], "type": "messaging", "id": "2564bff769bc4475b49b715011b1bc92", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "94ac8e6da0ea40d2ac3fef6e82270383", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "90be148ceb0a4d20834a08f238bac2b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "7b9014bf631b425db9c36d8a85d65998", "region_id": "RegionOne"}], "type": "application-catalog", "id": "315d8f1496e944629f0602356f8d2464", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c5349f869f954176af191f71e031a2d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3af5a0dcf11f4ef4960ff7be206d05c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d47a943d04e94bd29c7047c2df6191e0", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b975a5487547466fbdd09d37e361ece1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dfb1a848314645bfbad6463b84375aeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "01161b9cb29f4877b3804f712bc7dc34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "abdd62489d354c9faf6935604090b292", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "62637b8e095a45f4b8954bc6b93fa2d7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "80c9ea45960d4ef889d38cc538caa579", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bd24c94ec95c45f6afed584b27c0377c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3752e028760b4b659540f983b1f71b59", "region_id": "RegionOne"}], "type": "container-infra", "id": "8e135851053e4dd5af7be90a37287819", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8be6266529dd41809da2059976abeae5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "65ca68afa29c4b79b8096f8b721ff21e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3bdf7db657134ffab145c4daccf8221b", "region_id": "RegionOne"}], "type": "search", "id": "8cc1ae974ff5428595f16a0b5bd7916e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "03338ddb59f84f878446e0e35ff01088", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "628f9f9a60334400916acdad87cd8dfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c3e224c93ee54685b28f3ce49e154e9c", "region_id": "RegionOne"}], "type": "dns", "id": "bb11c7fa854341cdb101df1b87221477", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f67e09decf1f4882a7dc04c5068b2a45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5c20916980d2483094a38e4177885ceb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "53d168364a6d4490a5875b962c56d417", "region_id": "RegionOne"}], "type": "workflow", "id": "a0f25e9c86514936ac6f946aa6ee4b37", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a00c582e94d24be89b58ceb8e1bfafde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "44db8951de944ad2acc9fa321db80550", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7227086452ef46bfbdf3cb3d88760ab9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f342119ea3cb464cbc9a8e765bf361db", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1739100448d74542ab28be31330a05b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5d66510cea2343b290415715c3a79773", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4d2d42eb871d46eaa39cd866dad5564c", "region_id": "RegionOne"}], "type": "rating", "id": "7791474d75c34605aae909b40fbd89ea", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "787496a0964c475ab4ab0b00b6eb86bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "849f130f8db744b399ee2df285af80b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "92879af6ea874069a6e5181f11b2868c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "871fe2ce326b4f29b17f925aeeefdbca", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "969c90f6db454441ac56e054a8425299", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1cb8647fccf1496bab7ecf17c51fd94e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "616001c61fa3469b9e86c89365764589", "region_id": "RegionOne"}], "type": "policy", "id": "23154d25e9b74d319d48e58b2bc576ae", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "223ec392418545b59bb7e6e2669c4f5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aa314dad9b6d4f87a356050e908deafc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5e7523b240724fad82a6797cb644dbc1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "46084476d19a460b96e924a32906defc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9bbb538d7012472db9ab4400b64f463f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "15cb637188654ec89a05fcb06744f951", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cf1d5552c369489088e973329400ca75", "region_id": "RegionOne"}], "type": "sharev2", "id": "f4bbf4e347b149718bca3f07cc91dfe0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9bb4c82358684057a91445583e37af65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9b224349ab494293b98dca328e12b495", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0d3c635f91b14f15b9fda90c1fb89335", "region_id": "RegionOne"}], "type": "share", "id": "ec33f5008b734ed0895a970bde125c78", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ce90438b3ae9408abeeb41738f1a4d7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c5dc2934f4f240c4b43f932c922338af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1035cfc73039453185aeb9834fc98767", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "acf1d1c88efd416cad21b4c61ba7dea7", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed2ad87c83fd426f874ed996a5156348", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d553abad0f94242b5fc2bb406b79450", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c47563a834741c9853b21b2eae9c224", "region_id": "RegionOne"}], "type": "orchestration", "id": "11b4ea4e40304d20b438b9c869dda5b0", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c047fa387124a538b8f2d3319496c1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4fb61a4b59684dfc90aa69c4c2f4c674", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8f5b8dbad5d4fa5a19a2c866b0038ac", "region_id": "RegionOne"}], "type": "block-storage", "id": "7e15f02e96344d019abf83371377157a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ef67de80b414c0faaafa1cbce1d48bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9012a30364f4645bbe72c5738b9ae18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2bd13e56a9043ebaecfdb8d894a2af7", "region_id": "RegionOne"}], "type": "volumev3", "id": "991f4566be784746953d0dfe821a987e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b83b7b88316841658d14959c4acec13f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "adfbbb100f32463e9357f051e266d8dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27a038c518aa46af917188afa237f54b", "region_id": "RegionOne"}], "type": "volumev2", "id": "750d3096a66649baaa9f27c6f7b70a9f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84630a85e306449496d6d09168ba935a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da7561e6dcc24b77ad17adbb7503ee8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df0a7331e52c439ab15daf1e7ba07ee9", "region_id": "RegionOne"}], "type": "volume", "id": "4e6e0765e4124dae8ff14f0881eba099", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "633a863c57374004950d0e99b2147aa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc97e365db234eada35928576d3a254e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "634b211334f344f79a9139f9459e53e4", "region_id": "RegionOne"}], "type": "block-store", "id": "6705f86d2c924a468e5b7e124b1f74a9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "436e860434e34513bee14b19fe3434e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f769dd15c09c4f7b9d7dcce9f42d031a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c9c1fb04401642c2962914e80250b0f2", "region_id": "RegionOne"}], "type": "alarm", "id": "a54c36bea7114c8ea6b69e64a74acd03", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ae2bd4ec30ef4c43bc3e72735a51d943", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "67cc4b07c7274207bd821f7ad17267a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "327a2c3c23c34533a944acf14dc82a88", "region_id": "RegionOne"}], "type": "alarming", "id": "5c0c6cd6e3de4b2796d678876ca58e27", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c01109ab140b4cdf9ad9d9ae379e98bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e283b8d2273041469ccc3bd924d5f6c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7046f3584a0447e0aae0159cc73e85ce", "region_id": "RegionOne"}], "type": "meter", "id": "85ce3d8a08bb470093b3ff1dd3d8c228", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0756cfd4be2846aa8b971b0277147e27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8013164592a94172801c8db0c7bb594f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9fe6b5ac6c6a4102bef3bebd65756d60", "region_id": "RegionOne"}], "type": "metering", "id": "cbce0939353d435b988e5021bee4398d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "559d5f2db9ff4f77b83c0094201b00c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e8d8b801a6b04176ac1bc446c5756fa8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8501b42a717940f8b73c42dbe655cab4", "region_id": "RegionOne"}], "type": "telemetry", "id": "f9fcde8fedea4079ac5450085faaacea", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a4ef9ea11515414c98524a8f0b013fd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7bf2290726134ddfb2cf5aa62b4c5cd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e2884805accd4267a2a63a001843fadb", "region_id": "RegionOne"}], "type": "event", "id": "66438c5aa4cb4a61b9cd3b09ba20b7a6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9e227306f67e403680843a63d2ade8f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f0e34784772647e0bb7e1d378fea5dc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f740b40ed76d4057b5401ab3c3048f02", "region_id": "RegionOne"}], "type": "events", "id": "75d72190c050434f962970a539f89c86", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dcb163460a9c4e86ac71802c888f090a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "556de3d63ea94d039a1148a14b3ce7ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e9ee911a08bb4e1da9e5af7b7e2e7daa", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c434aa9ad2d949d69f669a4cb168264d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "636ff3525ab34dbe8954eeafd860f923", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c1c3f48ef9104eabafd17cc86988d892", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ac45937f95dd4c3c9ffaeb89fb02c4e3", "region_id": "RegionOne"}], "type": "application_deployment", "id": "4eed724bcf684858af27062927d9ede6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2c2cf551f13c4a7099210fe15cacb8e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "af63b091a52b453dbbfed38464a63bf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f3beac5f680c46218fc2c682b7684f42", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6e58f79d09f745c28021b1aedfecb4a3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4ac7c3a9d81f4007aed751ac76ad7f21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e3303a4c149d47338b4b34adc9a98868", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6848879ee51f450c878498acd167fe02", "region_id": "RegionOne"}], "type": "tricircle", "id": "bda787bff40748eb8df395cf136f3d69", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "115a57bd3ca940758727a0ffa87341ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "223abc2213e44b2188016e560559c248", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2ca4f80c3bdd47ac970be566ca873545", "region_id": "RegionOne"}], "type": "database", "id": "5eb11e2ece6b47899543314413e9a6ed", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "24b6eb1ccc4a4f8dac2a12d65a4398a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "779c704728014fba86b34cd090c929bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5395c342448b4357b7d13341d5e5404a", "region_id": "RegionOne"}], "type": "application-container", "id": "21f91b1026514a8e964cea46ed913a71", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "87173bcffa00413eab2fa8812884039a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f83c6c23db5a4e69ab766bbde4ed0722", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "eec048d08e8a40839e8a174d818c5dd4", "region_id": "RegionOne"}], "type": "container", "id": "b2512a3393a7422d9380a014d024aa10", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5e61789c09e5491fbe6da4ed4c7a498b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0adf65ba728c468b814d72fdb3c17f6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ec78fc934156460fbf5ac105928edfbf", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7d5614418a3c4f058b8d3b8684e73b38", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "15b2d4bec22e43609151abcfe8a5bf63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1471fb6810a7482f9848709f07f600d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "15ade555304f4b869d596784c4f1159a", "region_id": "RegionOne"}], "type": "rca", "id": "ab4062382fb04269915779d5fbb3a5ec", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5a4caf5f16f140e5b46939f1477fa6c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "88d92846f1284f84843e653811945372", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1444b6dcb9e7424b9cba23daa1615787", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1fe1436cc89948df897bb8e78534d9ce", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9477a8516f4a448a98a275e4e3eb7410", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1736d49d93664fcfa57b88e741df3945", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "42124c85411a42eca03df580913adcfb", "region_id": "RegionOne"}], "type": "network", "id": "79fa9bd778804016a976d3add4f64cd5", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "504617300ac54786b374a4006b462870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8a04a0e032cb4648b50b2b92453b9445", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "3418de49f7194f07a4fedd32c259b025", "region_id": "RegionOne"}], "type": "backup", "id": "9bfbd993cba14aa280d72d4a9046e36d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "af662dca0b7c492a93f69d1dd7375c56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "86e29d947af94fcbb85898c6d5bc6127", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d2051d5fe1b14c8593eacbdf1666c9f8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "538130ed2b34417a99a4b51099231f19", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "adfb0d700b6d4b6cb1d0b96a6e2caa7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9f73be66df86472dae6c745c4335326c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4a8485ed2de54eb99807a4791582a131", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1ba5177819b240fc9a0d74f82e903a2e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "70b611ea06d2483abea89534b4e0574a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5f07201b9828420a827f612d60a1d8ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "d5a3c59715994f819e71d757909da8d2", "region_id": "RegionOne"}], "type": "monitoring", "id": "8daa04224ed9494a9ce9daa525f2ad68", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1c7dd85b9a714afc949490fa1911628d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2e3bbecb650a4770b97f5ef6c2575301", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "202c2fc6242949b2972721ad11881f8b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f9ca45eb8fd548ca988373bc6f8f7b65", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ad46c0aad24648268175a89b841368a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "fb48229d6e9b40979c76a9eade0f8fee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "3e7535640de34db284744061aaf47dcb", "region_id": "RegionOne"}], "type": "placement", "id": "94b7185b0e984048acd02682f2feeed7", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d39af634eda74d7cad3ef55c6e1a99a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c023d2d5a0a34fc4b622cfdf0987f1c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9e5b919d8e694ad48cfd50a7f167c283", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5478ef3b63c14337b89a84aca37abded", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "65fd4e2a91bb493ab3f7940772b3507d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0ddc904549924a2c84dd6a889785d360", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b3bd4f0148aa48ab946cc9bc75428286", "region_id": "RegionOne"}], "type": "ha", "id": "fac30a15b908424eb4ad724143d0dde7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d7c75935b0774e008b16f1c9bb96bdf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9a76e8b44a5b4ad3b5e0cd33be0acc54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5f39aecb8d3f44c594d62ddf826fa51e", "region_id": "RegionOne"}], "type": "reservation", "id": "c901cef30a8542daa06542cf94c1c564", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "88bb87ad6914401689fa882439e73d26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e24118c488084ab9af62b9d273ee267f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "bf2194db76ff4b4ba4786bb7854f9b97", "region_id": "RegionOne"}], "type": "function-engine", "id": "17346279b7b746a3a4a9ba9dff5c4a83", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4fe526feda7d4e59bf87560181c528da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1e54e5c6f77543868737935f7ff86c2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b05689f0d9b64537b048a89a7ead906f", "region_id": "RegionOne"}], "type": "accelerator", "id": "ff2397e301a0481a84e2f6a8708d20a6", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2ce04c90afd04b529acfd6af94f48c32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ebb6cde8f6b043209718a45e6dbcd85c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f607635b2e13481890bb99e93827a222", "region_id": "RegionOne"}], "type": "admin-logic", "id": "92b9ef61084545e4bc181863277eeec2", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "75365e1b23714a389b5861dc27cdaff3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bd4ec15ac0b84dc4ade8a9cdc06fc187", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5af485a460054b638a1eacfba3ee6b7d", "region_id": "RegionOne"}], "type": "registration", "id": "31582a86deac4722bfb989acc189a886", "name": "adjutant"}], "user": {"domain": {"id": "5e23446823ac46298f6f0c6864461a55", "name": "7947491268da4e96afa2a34c0d55b680"}, "id": "9de3456a8431411bb09bd870c7518e6b", "name": "71b1d0cc5ebc47f2ad1d229800702999"}, "audit_ids": ["11dd206c554249f78fca91290d954588", null], "issued_at": "2019-09-19T09:04:44.890045"}} 2019-09-19 09:06:45,059 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,065 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,067 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:45,093 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:45,099 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,102 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1c71a86d-4013-4170-82e5-e14b098ac210", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:45,147 keystoneauth.session REQ: curl -g -i -X PUT https://compute.example.com/v2.1/servers/1c71a86d-4013-4170-82e5-e14b098ac210 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "name2-3"}}' 2019-09-19 09:06:45,152 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,155 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1c71a86d-4013-4170-82e5-e14b098ac210", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name2-3", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2019-09-19 09:06:45,254 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,260 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,263 keystoneauth.session RESP BODY: {"networks": []} {6} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_user_delete [0.067093s] ... ok {9} openstack.tests.unit.compute.v2.test_server.TestServer.test_add_floating_ip [0.075003s] ... ok {19} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_listener_get [0.060811s] ... ok {7} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_remove_security_group_from_server_neutron [0.411585s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,221 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,227 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,230 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,235 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,249 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.159637+00:00", "project": {"domain": {"id": "77636f38775844a0b085db585476d8d7", "name": "5266842574d9436d90f861e9d3ed85dc"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b55c7edbc31b493ca2920e76ef57ec55"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "b8a5fd54ac4f46a895b5ee4b0526b1d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c75dd0fc8a9448cf8f4cab8022fc53f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8fc7284c61014675aee1734845156bf0", "region_id": "RegionOne"}], "type": "identity", "id": "97e86d9c6e414846bdafe10214096a02", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5093956cfc1a4f79982c6c2e1b9fe51d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bed57b497f404d5cab01aac2809358ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e54ac48c8ca3434581f306892b2a62cd", "region_id": "RegionOne"}], "type": "compute", "id": "687dae4343974fa7b8525a04f45d1cd6", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "936c41208ca940e38d153e24e651101b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7acaf4c2e3a34c57a7188bcce4a4b7d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d79613d66fb24822bbaf28d9b9b9c418", "region_id": "RegionOne"}], "type": "image", "id": "d92b2fe7f85d4dd5883a2e27f45b4998", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "418e39a2950e4805a0812376de17f346", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d8471f129fd848b3a3e1ab1a7f60ff0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "69ebcec100a94fbda312d90a39714c82", "region_id": "RegionOne"}], "type": "load-balancer", "id": "01eec94f1d524ee9878a435d2a8fd199", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "231fefea6275462bbc7e6a5319f06cc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f605d2621aa840839eda1d8019a8f848", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1332e99968ae4b46a55e3dda35a3c2a5", "region_id": "RegionOne"}], "type": "object-store", "id": "b24fccb310b140e4bb5eb2d57282b8ee", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e3b7d7a8871b4a26b7672a2a2dbb642c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6de7d5e66c0f4154891cda7f3ceedb33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2cc3f62502194beaab67c88923f4c8fd", "region_id": "RegionOne"}], "type": "clustering", "id": "527159dab5da4d3897aa87f24ea78c0c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e79e64d52d2543199c6a9b04cece913d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9cad3e8a9c5546c8bde6e62773d394ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "205ec33f17af47cca8d150818fc69ee0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c10eedd8046b4ea6b41864b5de39e8ea", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9fd6f68b4953418aab53962b5dc65b7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "003e132a1df2429b9baa6f33f9290a46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1976cc7848d54fd28920ad3837c65ac4", "region_id": "RegionOne"}], "type": "cluster", "id": "fab03b0731444c74a684a32654e54d6f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a87d51bacf954b48ae59c8d322464d2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bcca4d9d36434db8930188699f7d091c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "881334b00e7b4a138ce83aa904010f42", "region_id": "RegionOne"}], "type": "data-processing", "id": "68d54406e50b4358b996cbb1a94d18c7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "47ee4fb4ff41486b907980f1dcfda5e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "035bad0c914b44d29b65adca495322ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c0d7f3ce22414fb1bfbb7a4a7d1e2893", "region_id": "RegionOne"}], "type": "baremetal", "id": "38f8f87a9a9349dd8ea3a52616010148", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b4b9318ce81b4a9e8fd4b2edbe595321", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dd3df11835454f868cd4755a04abcf5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d2e5930ba0374e1fb773256e779ed5c2", "region_id": "RegionOne"}], "type": "bare-metal", "id": "709181fa5ef7445f931753652a8c4097", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1d3f4f0274f24ff6aa52ec277bf7aca3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4670d8415cf94b7b85b06624679df6d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9bd1ad81de584c1587ddb4e2e6a13f06", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e6bf8ae2ea3d46418ca9eaaafd2dbcc9", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7dcda640ea9c4fbf9d70f9174bca4eb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0305d97368bd4d7f86a697c96eab9b4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "6435ef91a8cc4196adbe619e07ad6b1f", "region_id": "RegionOne"}], "type": "key-manager", "id": "ef1ee1e78c094fabbcf4b8a1146ee9d3", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "48f1d115b8414df888f215b92f6d8ccc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "806f2df675e44b5fb5037c19f04a24ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5b41c550c55c4bb4b1ffa156a7f8113e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c62da16825e1462ca8681a159c6435d5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b3ff89b761734468904f0ca294d4c680", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7478f65ab7794f52ad666aa39ea535b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6f05f4d641d8446f9ff6ec0825d82b40", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0a18a2389c1a46e6b4a3cc90a35276f0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e347111b429649569b1899b3724a7a1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "73a132d9db5f4970ae5ed1caa4e97f58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "10c042da44f847178854e6d6cbc90557", "region_id": "RegionOne"}], "type": "message", "id": "2a3b52b49c194ea086fc68bd357db3fb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8059578deea7469f8c418a1a751f4e66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "73804f9333b04d4eaa27e5bb2b97cced", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c81221c4839b4010b52d29b33d6eafe4", "region_id": "RegionOne"}], "type": "messaging", "id": "9e20b9b2835b4107bcd54c7a2daa8bf1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "05ab56edb97e4537ac8c5d2d98c810fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "73e2bb65f00a475eab1dab384bb74ac1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e116103a3b4143e5bad64b505aefddd7", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8df2be08252e49afa3aa542c6118df84", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b4654d0f662a49659c1d6bf8ea76c38b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "64ba5d58fab2400686d48f831a1083c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e29ea9f6498749b2adf59cc36e3623fe", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "5809e26f15004ca5bc42376d916e6b3b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4ea1218376224de48534bf569c48ab1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bd75f5014e6c48d186bc4d6477cf310e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4a804ea0f6d4490b9199d9209621e0c6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "3a9492aca6b34a0a9d27430fd5df0442", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "328dfaa15ff0475e9bb06f64d2e32e99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0b818a59e26f402aa91d3c2f87010fb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0945c25253864d8dbadb63ae154e3804", "region_id": "RegionOne"}], "type": "container-infra", "id": "e1ffc9c820914630b457969eb82b9930", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d9564edca1b84b4a842fd7f7ad038caf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "338cb757ab49498d8169b204bb3752e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6ba0fcf924a44ca3a400cd436d17157f", "region_id": "RegionOne"}], "type": "search", "id": "f7b4a0e0ba0a4587b6589cca6bbf4e2e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a38cab053f59415f8d4cd8827f709328", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "96479fc62cad4262845c6fd51e1e3546", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "99743503767c4af4ad34b428835fb271", "region_id": "RegionOne"}], "type": "dns", "id": "cb5889a9828b497db0fb16d132d14c0a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b1aa9089733b48ceb336d96b226996ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8e31552332114fe59a17b6ea21db73d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7ef103c32608423eb2c11346af2d83d0", "region_id": "RegionOne"}], "type": "workflow", "id": "782dc192ecfc430a83dd0018b36b2b56", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ed4bca90c2614d859715b268cd60007d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "79c251d0e2a944e5822af216bcfed22c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "485cfb8e6cb840228fe535da676ffaae", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6e40fed0db1f405d911f19f74dff1975", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "bfcac8ad17f24d3a9fcedd109a3e6917", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4a61b8de88784e78836388079f550483", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f0692baa802f403baf122c2c1879923a", "region_id": "RegionOne"}], "type": "rating", "id": "911622c83c1f43639f96fe3d75dd65c2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b185f8642a134166818baa97b0d93f0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1e676f65862745678ede46976c6d4e6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6f6a384c67ae40eeb07deffe012f31cc", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5b65dc25718b47688e999394bc742fed", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fc466ed2f50c488992c88ea912201ffc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a8eaee1bac6a403f9fb28e7827c91ffe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "18b99c903da24bf8b611f7618d39ba0a", "region_id": "RegionOne"}], "type": "policy", "id": "11771bc405fa4168af85cd39fa59af7f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b363d5a848844b4491e8efe131a529b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "29325c73dbd94ae396afc34b017096a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "36e6feb3ab074699bd2d2fdb08de2a3f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5e5384ca9a524517b24d0b361e36ded1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bea85b6c9f4049c39aa6cacf45847a70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2e0c225db732425e983362ef79abcc8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "98e0f7fa63fe4c5b92282b81a93cea18", "region_id": "RegionOne"}], "type": "sharev2", "id": "96e243cab65d4159881f62332ee4d543", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "490a2c3c5b2e42148610f8aab44d06ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d880e47a952a4eacb4c829e8a460813c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5ed23b12639246e7be1d5c1ad31870b7", "region_id": "RegionOne"}], "type": "share", "id": "620626c0cb4f465d82a766788a581451", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "90f2f20ef4174aab987e052c73708b3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "840a16a6fbd24b21919be74473bcd5d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "69d89dd644624333b11f79229caab561", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a17bc8275eeb4d4d8f860df7bf5399f2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "773fc7dec6464d1687883a8c25050802", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3fd1ce290384996a7ea0c054c940fe2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bd080dd8c4b40cdb3e1b5bdea268535", "region_id": "RegionOne"}], "type": "orchestration", "id": "51fb88ab7e104adaaa24f00699841004", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05568deb04ea4377b9d3913e5aa9bed5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c376b439808841f88f08a9426a993a94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4350836361434b88ad6d1d910aceaefa", "region_id": "RegionOne"}], "type": "block-storage", "id": "4d0805dce14c41d2b227aecaa82e9a56", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b63b077caeb349c39176a02b5d2da279", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "210a26e751124e348520dc75edc7fa37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc0b82e0eb384580badac0a90684723a", "region_id": "RegionOne"}], "type": "volumev3", "id": "8cbb475450eb4cc485d7719ec53579f8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "593250477ec2446a99cff82f1542de4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0bc16a12f1b467e9e7ccf87cf1ed0fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fda63ece5a9248638782b072d122cf53", "region_id": "RegionOne"}], "type": "volumev2", "id": "15452bdbb10741db9ad5a1d48cfac690", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce5cae3ca100424a9bc5a182fcfb7688", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "012eaced7a0a48e1b5d3c4ac32b29dbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55c9b6da86f246c58907a166492fe6c4", "region_id": "RegionOne"}], "type": "volume", "id": "5e383d10d6d74f19a1e180d13489176a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bbbf998794744501a03a5f67ac3c0f46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53ff05a8f7e74815b62179c3ac232174", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "438b6363a7f042f7a97c443ccd3ab4bd", "region_id": "RegionOne"}], "type": "block-store", "id": "cc55f36bbe424555b36d96e4ebf94888", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b2bf2feeb25d4dd49ca4e7b2122db3b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "18111b193a984d879d0912b4b21a521c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9b63fd8b4a3c42c3b71d2ed8de8439a1", "region_id": "RegionOne"}], "type": "alarm", "id": "f0bacb76dde747329be765c2fe656af2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0e658879db0c4d0193b4a7c73d1bb484", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ff4a3d067e6d4550869927a610e8f909", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a03a88217b944f8abec58231c9ccd8e6", "region_id": "RegionOne"}], "type": "alarming", "id": "31d34573485a45c18368be1a5a279be4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8f7432ae7b764ed3ba5e7592e35d26f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ac216f3fd3444316a434bed8bbe79a35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "eef5a7f14e0a4baf877dfee10c44c60b", "region_id": "RegionOne"}], "type": "meter", "id": "b96bb8c1cc604b16b1b4b78ad2cc4d02", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e6d83e88bc4243909d52fb9c12d8cb3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "eefd2c210bb94abab6a86a2f4a084059", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9dd203fe0b8c44958d425efa57eb8a91", "region_id": "RegionOne"}], "type": "metering", "id": "dd2bab9437ed4220a759dcc5a899cc75", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3723854428c44687899b9c77e62b3fb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "12ac43ccea7b4f588fc470625b647dcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ff53747ab6b34948bd977dcc6d4cfb33", "region_id": "RegionOne"}], "type": "telemetry", "id": "a0f146d8993c4060a57495f4a20f48b2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f4222f295fa4493293696b5ad29975da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "41d9ffe8d7b94fac8560c214d8eab147", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c4dcbc0648314c89b172325bb9c70a09", "region_id": "RegionOne"}], "type": "event", "id": "688c0220e1b34a6ebcf26b51654e00f1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1136aa3ca03c4708a7921ac6321a4a93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a608bd904c8c446b82792543968b2e7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0f29adb627b44e25a5256757b75d8195", "region_id": "RegionOne"}], "type": "events", "id": "f4b64f55208342a39c5680d076303231", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "76d1e2955da64f75b443f46a42c245ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2fb42d7e9c394fa59d8c68a5a85f0223", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "592cdb00374144b993c9fc118db2420a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "7ee036e369a04203bf02eba1f77d3ebe", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "69c85796302e41a2ab0dc7cbbab1d435", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "759d277306f44370bd8715a6e6eea071", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "37fda6cf1a5e43ada44c6c6a4ed55cb1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "41784d5e2db9495286376f78fa71420c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "20dcd40f9e2e499886e54dced209e61e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f143b2235b6447f5aaad099c62d07188", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b5c64aa233114859b79759292bc715c9", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b86b206aa99348ba95e50be5a5cd9fc4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8a77210d27ff4afa8996243e3f8ec24c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ae1903dd0d3b4348b692099d78075f62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0a05cb40ac9e41728aa3be3aa0a7adc1", "region_id": "RegionOne"}], "type": "tricircle", "id": "1ec0b89c34ff47d3885839d4fe673234", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2a7e87201274464c9e444829c3a84897", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "4c90a3ad4ec5422da6408c419fa5e60d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "01b4dc13e19f4122bff231e12965d95b", "region_id": "RegionOne"}], "type": "database", "id": "4685b809c1df4720a2fa2787db28b172", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "74ba4599f6f14dcf856b299239e4af4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1960afe682b848a2b9d5238a0791064f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "060c139029794088beec8f3866091ca8", "region_id": "RegionOne"}], "type": "application-container", "id": "f4e4b6af416f4a0a88092a024b4e236d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "06c2e6d80da24f298f7e703a9d2fd647", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a5a0420b6ca94416923c02312956d94a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1d059991abe946679fe47451c00607d5", "region_id": "RegionOne"}], "type": "container", "id": "70f810908d034a678dfd68c67c9de731", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2ae7f69497e14f388f8c9e78f3ba8d0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "aa9c927ab39d4de19097599f67c91be2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "157a3983e6fa4764a9477a14d70d0ecb", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "11360519f32947ffbc938ca0bc68b066", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0fca3dfcf4cd480ab41b4cce1f8c7230", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6966c4ced9034240a187b8cbce507240", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b4dcb4288bb54433bbfab40c27bdd3d3", "region_id": "RegionOne"}], "type": "rca", "id": "892eea33cb2c4a45a8200e4b513192bf", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7f5a8f8587d3489eb5382dcde4b531cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "44ddcd0537be40cfa3739a27ae3ca994", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f0dc03fea63046d6ab03f2ad9f705eec", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "60a72b2d93be4a1da5ca16af430cd331", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "91dbb642582a4c4cb348334bceb06739", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4c7a82dfa9b64dbbb5156fe6767feadf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e51aad49d8a2486789fd2fc9aa6debf9", "region_id": "RegionOne"}], "type": "network", "id": "a977283c13d34cc3be2dfaa2255c0960", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "878b0af79e2c49c59015fa8e757ff727", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "6da17876a7564800910f6735bb0191b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "957fa4aa982b4ca387afe5b1c80e97d9", "region_id": "RegionOne"}], "type": "backup", "id": "ec3770a8a39242a19a77cf33386542fe", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "256e5d3b24574813a7cea63b0d2786d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fef9d98fc7234ca9a5c10392cdb24f88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "437647ecff0545d5a6e63a7164dc0f98", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "85afa2796f334644954c5b1a471dd3c7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fcde843981f04393b7ed7e6dbdd0c253", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b05d20f86b144b6a8f6c43459c68ec23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "53938e8456ad482fbfc753347b096b64", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "35a5e050b9a44f1ba324e31afa4d1023", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "72ec96ef862c4e46b0de6fa7a1552767", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7e4f39a1241f4c0db73cc1f4fd21122e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "16543d624c914296b639ff116ca19dc8", "region_id": "RegionOne"}], "type": "monitoring", "id": "2204af21d6e543ee9509f2d86b129a8d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "aa04336992ea49fc87eb08f3450293bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bc0a954fd1ea44cc843b43d3bc84033b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "dfbe9406053740c988364293cbe04a06", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "bcd97c1d7fbd455f86cab3ecd3553f6c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "04d10736e6bb42799e2ed250701f8d6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "aba99462635646c7a04f26b3d3f56cfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "14f566f6592e4e8fbd458bc01b1a55e5", "region_id": "RegionOne"}], "type": "placement", "id": "6ddd1eb281674ffc83d0c4c6ecdecaed", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0111cacb3beb45da92a79fb6029a9cf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3cc50ab42aa644fb90ac5289bdca71a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9694e37012b74afe865786a40132b64a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9921e41bd4ba481297f95e32a346fe95", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6c853e0863e84fe6b0433630d9c8f29c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "27bd0c3d12f843e9b56861e6f26af7cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4c31d011f8444a098781dbc4693ebd98", "region_id": "RegionOne"}], "type": "ha", "id": "4265a39947f046598a57a8a03ac5083a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f18d53d5b1874b7496e68954c4ca0ed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b22b4aec58c44afaa776a1cbaf4ecaa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d4c253a8130d4be88d94a4a4666a7fed", "region_id": "RegionOne"}], "type": "reservation", "id": "444193bc789b4af5b9eb8384587d5cca", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5a961b55fa08469b96d5513b2f899629", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d9e0ea32b2af4b3aaccf692e3627c86c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "392e3defc50e41b095314a70aaf3d064", "region_id": "RegionOne"}], "type": "function-engine", "id": "29971e1045b64f20b3c6dc74c83eeb42", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5fb004b522a64252aabafc9a766f1fc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f69e6706cbaa428eaff0c37461b670ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3f0bebad0cea49a5adce249963764dbd", "region_id": "RegionOne"}], "type": "accelerator", "id": "3a9b0c4cac5e4ff299bcd637760c28f1", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bfee0d65de1f4bd29ffa2d9752f43c8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "68fd0770b5bf4140a113bdf6867b9cd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4102a2b324da433ab9ff21f9c1896718", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4afe0c1cc6594d73b739a52a38e802bc", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e53a0680c4804b278cb8fe76f1835a60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e92ec245fce44d9fa38e61678546b11d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b50b416637c14122b436500fc004615c", "region_id": "RegionOne"}], "type": "registration", "id": "dc463be634e24d1db1f5e22e267495ca", "name": "adjutant"}], "user": {"domain": {"id": "0e5abf44a67f4735b266a1a224c3956b", "name": "d7dc6c1bdf0e47069b11c351d693f498"}, "id": "3dbdc0cb43a64af9bf83552af2ad8916", "name": "22a14dc7aff34d399b816bf3d05b4915"}, "audit_ids": ["a3573dbfefdd437b95f1073038695beb", null], "issued_at": "2019-09-19T09:04:45.159637"}} 2019-09-19 09:06:45,367 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,373 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,376 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:45,398 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:45,405 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,408 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "server-name", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:45,495 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/security-groups -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,501 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,505 keystoneauth.session RESP BODY: {"security_groups": [{"name": "neutron-sec-group", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "security_group_rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 81, "port_range_min": 80, "id": "1", "protocol": "tcp"}], "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "1", "description": "Test Neutron security group"}]} 2019-09-19 09:06:45,556 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/1234/action -H "Accept: " -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"removeSecurityGroup": {"name": "neutron-sec-group"}}' 2019-09-19 09:06:45,562 keystoneauth.session RESP: [200] content-type: application/json {3} openstack.tests.unit.load_balancer.test_load_balancer.TestLoadBalancer.test_delete_non_cascade [0.070086s] ... ok {10} openstack.tests.unit.cloud.test_stack.TestStack.test_get_stack [0.213578s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,336 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,342 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,345 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,349 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,364 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.263799+00:00", "project": {"domain": {"id": "3432638b61c0489a9905c983549c9e43", "name": "2137d9b221514894a41e927c2aec2e06"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c65b3330d9614d929e8e018d5b9562d1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f9cdbd47d0674d27abf97cb268cf95ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "64408d12eabc4106a9d83de43bcd066f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ac4a4af60d714eb68990f62690ac1444", "region_id": "RegionOne"}], "type": "identity", "id": "91dfe8d8dbc9401f9098ad8d55f6d6c8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "00695ecfc9bb4766a9cb815ffd331959", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2ccd128845e64412901e13192942a231", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "1e106444f9174250b60027b06b8800ee", "region_id": "RegionOne"}], "type": "compute", "id": "bdf463e1243d4bf7bdb2e99b5eb87164", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f9964f6ee62d47e3a69d9810435b80c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "fc7716f810784225ab9dfe856cb64475", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "16735677613f46e8b23c768c6641f2ad", "region_id": "RegionOne"}], "type": "image", "id": "6bd4fd49331549aaaa898e9b119c6b4c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "aa80db0232db4ea79ed3bcb3585ed62a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1dd519d2022e429b9bcf5ff9746f006d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a7c3b2ecdd954ab2bc02900020fcc5eb", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f5fadea5e7e7468ea1e430792d78a3d5", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2ffc5c3500145c4b97ef0d3222bcea7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b20b72bbb194ce585d81caed3c1729f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fa9804419a54634b344db9771c1b8b4", "region_id": "RegionOne"}], "type": "object-store", "id": "1219676d7018428ba4deb2641ad9b4a1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5b20879bffce4111a6a5b37476f46b0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "148d8806fb484adab14e7766eebcab1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b9a38711db22433a9a2b0ede886d6f04", "region_id": "RegionOne"}], "type": "clustering", "id": "f1898de874204812bd3c6e5999d98ea4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4461dc107935446d89408b92aa88838e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "22ba1c05c2bf4937818a74a1650ddaf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a287ed590c0a405eae894178b446c52c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d695dd67872e40abb96760643d82f158", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2e8614484ed6459db17200dd67604e28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7d98afecc3a548318aec9f68d97e01a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7a4134ddfdb84db68fdeaceedb23adb8", "region_id": "RegionOne"}], "type": "cluster", "id": "16b07c36e5a14ff3b1df7fdcfe4162ab", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "115a145b1054471d908968f4fe09f741", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5b3fc6ce300c429da5c8f4c10214a827", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c4c903e63f974a7b99413d1a83d5ac36", "region_id": "RegionOne"}], "type": "data-processing", "id": "793198044e284e81b5b2adce62ba978f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "87b94204b9b447c495b6498ea8de2beb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d7efcf8aab9448448c47d0b9381713d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1a111e6096e9454dba19ac158bd10068", "region_id": "RegionOne"}], "type": "baremetal", "id": "226c1c862b2841fa85e59c5641a48668", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f40d1fe26cff446686f93a5907b0bbf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7810e8b990984ea894869e52dcece312", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8e7a168393be4315b96473c340e96082", "region_id": "RegionOne"}], "type": "bare-metal", "id": "124791eea6c54143a9d815b743ead135", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "62138187105d472b9e6a4e69a436ab1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "24178a15917d474bb2ff222add34be0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "61ad685cb3c042db90d96ecf40fe1586", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1031bd8d3a834803a76b80d34fa9f315", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "352c9af2a8394ba8a3b339e4a60d9e2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ee05026051974258af6dc3f5d52a8897", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "2f154241e7e24e20805099bcad33a50a", "region_id": "RegionOne"}], "type": "key-manager", "id": "c31c9d1b253443f3b6c8561ed4712a6f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "99e66df18a5b4074ac2a656b6cf758f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "09ac69ecc400428f8a29d98123020901", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "05ec8acce45b47e0b875b6d8578b58d2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0cfbbc05c0a34f1eb126163373cf72d1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c9ed19db0d384511b12078af16072e8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "998e038dc4b640779387d098a805f7d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1555565cea1d4e4ba598d7b429e3d38f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "bb881260b66f4d38957e79541a309a6d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2dc1ef0596dc494c906d16174b080367", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a02f543b931e49ddb61f17e7fe0e5ee3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9eeb7ffb72274f608b5d0f9fca91947b", "region_id": "RegionOne"}], "type": "message", "id": "5c755d957c2c4e89a84ea6a487f2186b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8ec20cb98f2f49b3abca6f28e7c51f28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7aa38fecd1b34968a4629236ca8d7c55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "892f79f9546344339f4b7887ef826526", "region_id": "RegionOne"}], "type": "messaging", "id": "df96e25fa4164104b1a22cb655925e18", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ec9a4e484bdc40e48a6af357ef5beb14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7ec199324e56444c9fece5390a44a756", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b5c846c8f39e488d9d1a2cdfa42c152e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0be3f580058149a085f0c57d1384c886", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5548f7d1155a4cfca37f580cf2b72081", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e132e8440084788a2ea35f186950717", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c26e3c8d8ada46c6bc3925e6658910ce", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f564db5f3fdb4d259c1f88a060f5c1db", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f5db9a7f4d14ddabaf8e6d62717a27c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0cfe149683fd4834b591d48a8ddcb4be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "04f11c013b5f46548b5e4cb2f8fcb0f1", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "91c4d2be2a924804982afb59e6c0695b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2344577d5ed040d0839e2bc768bb8de2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aee99b80b0af42309ea0efc409dc6f69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2df6b3afd1c74501947a5f4671903f2a", "region_id": "RegionOne"}], "type": "container-infra", "id": "57a14334a5d24a59b072fb1d526f8706", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5c251d86581c4ad49bb44883a65de476", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "28614eca88714405892c9086f999221c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "52c304fb90c24deb8f782d7f686429cf", "region_id": "RegionOne"}], "type": "search", "id": "3e3852c1f7cd4a55a29585fc13a4bd6f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "be2ec49b7bd040a288abda43029d1fd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2434c51297eb48a9b389705389840522", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b2ab30ade7b74788ad48bd58c765357b", "region_id": "RegionOne"}], "type": "dns", "id": "53ac5c531b5d44ebb517e5426ac5c5c5", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cfc320e0228e4975958c79af164af719", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "468e37f50d1147f9ba8285a07a917f45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "49a963d21ff9419ba57150a747e05a29", "region_id": "RegionOne"}], "type": "workflow", "id": "5dc8bf113c4c4747a1257727f1734ebf", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3293fcbe25b7440c8a0eae4b7a902d25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0b0f7cbd2edc4c7bb79fcd3e1063547d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ee01f865eee44655badcd8b0415b8efc", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e942c9fd30524766a5603071cb08538f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "85273b50b31744f4bd4ef0920ba2d4e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "99ac5390e93d438ab96cbd5f2942180a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "15680956c3b242498c8425bb1dc2320b", "region_id": "RegionOne"}], "type": "rating", "id": "2eb1edce5b96453d8b8e46461bdc3930", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7c32a26b10cf463a8e9371ecb6040520", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b3e6df0a91c5455e9957c212d2bcf2f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ca36038fc4db4458960b02d9cf652eac", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c135dc5e32fc499f9cb75d4f88608ff1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a69048681e4d4fe7a8d1ecdf5ae01c38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "59a439f353bd471fa373d34ec8b20c68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "55898f971e5f41ea8a40f7831434d2fd", "region_id": "RegionOne"}], "type": "policy", "id": "e30558e20c554cff9476467496294130", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "77cecf83bc1b49b9a162d57411b36e63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "78896a4e58db4505a79f3a8d8655f827", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "db92992db90345f5a4b04873e82e0a0e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "3a483c81f1b84860ae538c62305d22c3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d6ee814cbbb14b09931e9fb6e2f37a29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cc13bc259963402ea06eee29591be1e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8bcd077044614698986e358d70502f17", "region_id": "RegionOne"}], "type": "sharev2", "id": "39673b561c9046698467688b721c8b97", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5a4a09eb982a4957a6740f3474161c11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5cff4f18be40457e8c60720bfb8eadd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "09f10a4c3326434eada719e945a3bca0", "region_id": "RegionOne"}], "type": "share", "id": "1b2f91aa7ef54abb8c52383e6f332f7e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bc595d0197e147a4a8c3a9e2469636da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "51372c1b290b436aa6ef1cc132a99e51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "60f581aa6eba42c6abf5fb287c22de76", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7f2507fd946149d5bd713c63c324abb5", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a540a2640b304f1cb241faa88af3ff5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7773fe2e5aa4a4ab8f9476dffa60cc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae3c4fee5f394d329bd12fc0fbf87526", "region_id": "RegionOne"}], "type": "orchestration", "id": "482106c0cbf94a5eb8a6e1f79f64b34c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62dacc27647f4e7599ec719a06e2b0a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb1e57c582f247759738ce1fa60487ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93d4ee35d44e47a9a01bf5e69d70580d", "region_id": "RegionOne"}], "type": "block-storage", "id": "bb3100b6ecf94e21ac89306dd1c88112", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "926567992d4f4ec2b1eb58d48afdaf82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b4987b8434c49a0b1ee9657b13ecfbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c156538e55494471ae052f53f1c38ac9", "region_id": "RegionOne"}], "type": "volumev3", "id": "54062e59f2324598836687ad78aaa1a3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08257f457bfb45ab83408f39f456c522", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e9fe2e0c11549a69891764524d4e410", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2162b8f3203949da8582fad9e8f8aa75", "region_id": "RegionOne"}], "type": "volumev2", "id": "413446d336464bfdab12026e67425eae", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91241ad6c9a04414814b14ad29f63a23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5e22dbf6965450eb2347fd2f4666100", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85134930becf44b3b629a7923beffbf5", "region_id": "RegionOne"}], "type": "volume", "id": "ac84344e9226494291232c87deb0d10b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a353e63f5c542f389006682f95bbe52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae36de7f9c5c43e8b47e10551f475c08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb01ff292cb14be3abca8de89bb19d91", "region_id": "RegionOne"}], "type": "block-store", "id": "1ccc78e002d443668c4f8bfb74f7fd15", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0e4eb69053894918a227600db66fc77e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3a04c94384814f229ecd10f19e2e5b32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e6ef2bd7a2ac46cbb36ae932675633b9", "region_id": "RegionOne"}], "type": "alarm", "id": "9cad9f3b568d4ab799123713016be0ed", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "da51c08810774b778b8fd136f646f14f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "22a845919e87450798bf28d71c580555", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9d42e5e987d24b01be0d734ad7373b25", "region_id": "RegionOne"}], "type": "alarming", "id": "c07be731e5e840908929d196f40991a7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "be8b7c923cc745fdb2835c8b1cc35ac4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c0c86bf3172244b2812e79a06f8f3ad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3ce2a11e1bec4672af37950bff6d907a", "region_id": "RegionOne"}], "type": "meter", "id": "fc340e90f1254260947239f7efc53285", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "80795c0af05445f5a5f78a9ba0032a1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bc4d2ab36ca14dbd90d458a422e9eeec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "052e306f0e824a1e80f3170d8d0fa669", "region_id": "RegionOne"}], "type": "metering", "id": "e551641e75c9484793cd9cb42454baf7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e11da79581d040d399493a762a833611", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6f76f4acc5e94c0c87fd6ed0d2a88f2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "497feedfc7f4441ba7116f2adcf3d205", "region_id": "RegionOne"}], "type": "telemetry", "id": "f2fb1c7b80994ea7a135548ff6a69316", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7ffb6a9f6a2245aeb6cf4b74bcf026e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5e3d4aab12994f62a8720e82ab40dab3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bde06c2d22e64ed6938026a78bbd9eb6", "region_id": "RegionOne"}], "type": "event", "id": "41c52e01e6a240d1a3e7743ea9c0562b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d34669c361f34719a153473a4ff504d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "551e4a63a5364bdb9e1f963676567fdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "84b15d4522694b43b374ff217213ccc8", "region_id": "RegionOne"}], "type": "events", "id": "895a81e80f824016afd4ca27bf2a4f06", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3ec08b18f94749528176c64774e9f0b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9f17808da00c45b8a10511869ad35a33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9ef10a775a0a44f5ae43ddbff219e97f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3a18b9a154be4a05ace477436949ae1c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "75f594dfd86c467daad1807a2ef80c5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8b1a64f8f75e4757a88f1f37b8ebbfc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "07a0a313271443598bfc369434c244ec", "region_id": "RegionOne"}], "type": "application_deployment", "id": "68a2fe37b4ae4bc48843e22c827cdd60", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8ffc94937c9b4a91877a83641fed46b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a79c7a2e03be4af7af0f0e1a045824ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6a17bdec197e4552a3fe90a9e67312a9", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8e628dd6939d4a679d963bd3d51f7409", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d1c07808018f4869930a4e9c3a0a3aef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "933d393db1f347acbd4b3939baab956e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1a7d7e9350c947d985096d2efbbcd4ed", "region_id": "RegionOne"}], "type": "tricircle", "id": "2730d2fe231b4e73af869608715da943", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c7267fe8000945bca73596a7b9e97648", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "4c4406d9f4ea4f79bbac85caeafaa9f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "95302b133f9d4897b83a226767183ebc", "region_id": "RegionOne"}], "type": "database", "id": "880cde0a3bb54fcfa6b5b7d39af5c7a7", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e8d78c1919d04b9998157fad7c8cdefd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "35588677cf0045fea4f5e09ba205e695", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e8c9310410fa4ba5bb6669017f7564d5", "region_id": "RegionOne"}], "type": "application-container", "id": "177ea43f23a44ba0942efd1fe27f2bd3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e13cc2d020df4e07b4fa810bd217e85f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ea87b82d24f441ce924ad7e80ba30e49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1e51c2c3fca54bc8a3b6cb7298789fb3", "region_id": "RegionOne"}], "type": "container", "id": "c44664e402d64d969f686f631f0d5604", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6780ea2e33304e0791b6f0666abba503", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4cb7e169dab14bfb88551834d50ceaf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5962506652674b6eae8a958b59698372", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d5fb1aa9ecdc463a9689c92130b462ec", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a84919775e5f4ce0a95fca9cbef56c12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7411e5e9486c44fb918d5d28dc2e52aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "26a7f6b203124c2fb0f696b35b0f95c9", "region_id": "RegionOne"}], "type": "rca", "id": "2f93fa75936142799e23a287858c3786", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4345fc0f1cb7449284daad8400084d59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5b485a01523b455d865a2ed27f6d8a60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "60eba060683f43b9a9dfe5d489583536", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "cd3d39152c064bb7b373a32be861fb4f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "eaa4dd88f8e840dc888b33b2c3459beb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "af2dad2a99bb4059872bee9eafe51262", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e55743afd99c401d88564d773f316209", "region_id": "RegionOne"}], "type": "network", "id": "634ad79ac23b428cb939b94350581ba4", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "bd1b5273cdfc4dd8afad1087fada50ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e9bfa05f309c41a7a17df2fc99861258", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "839b28af178447cabde53b1d876e9275", "region_id": "RegionOne"}], "type": "backup", "id": "f6335cd8774e4071820a8227943c9fd0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9cddb4ff4fa149308b91a01ce40e9b6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ff18feb4b97e445bbcfc92e8f7914386", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "998327de1dc341ffb91fb7099e1d7294", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "179ddd89bd104a699ad07cbd6ad4d24d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3fa1fe7044fd4e509a49b84d508ba1b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b812100998ea4b9bbd71e69c976cdad0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7b28c6e479844c5a8acbab80fff4bb0d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f5ed68acf2b0474497d09a99c5f4e94e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "85204690df5149baa4ece7196dd14985", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "905114f257464d9ea1d8d88c9663bd3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a6e3246e0c8d4e56b15bf717a4400c96", "region_id": "RegionOne"}], "type": "monitoring", "id": "da64d68affa341548a5d38375fb0e30c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f9a0a698f95f470397c3a77d6de55c12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1a8b99ee5f0f400684b43f390a1cad1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4819194536bf489791fe2e577182921b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "1b955d179c6941bf88179dadcbb1e493", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "fb08a3131f9445f1a23de188ada31fbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8bb9fc6674764160b6f425451e3c4290", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e6ca8289bda943d3a75d4cf08c000f67", "region_id": "RegionOne"}], "type": "placement", "id": "a045cc541098411da37aa42fdbc5e96c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d4d9d5c432d44666a63ee1a3bd8a40cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5c24afdc918b4d7dbd04df9f8ca6d28e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "deedd27bf5324326abd30dd7f75daf14", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9e6f87da160143c3b8a2019de4dba012", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f1ff5119064748a180dffac6cb105524", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9e9e2f7626764f49a00f94fa0b78f60e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "27b3e17023ac4e6db92fb383f7e95907", "region_id": "RegionOne"}], "type": "ha", "id": "f0a5b449c554499d9a81828f82bbfab0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3c5de0fb71df4d99b3fbad9a82460da1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3f0fc88c6dce4700b576db37a3822b07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ee2169c172194e679659794166b99c7c", "region_id": "RegionOne"}], "type": "reservation", "id": "1d2adf11da394cfeaf3ab580986d7016", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "23bd81261ed844e89d141867cd5edc3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7394cd4d32eb4782ab1b054a5653b395", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3ef4f47cce1142cda52d33cd16b8fb2c", "region_id": "RegionOne"}], "type": "function-engine", "id": "8176ca46bfa342558941ac9f4eb36c85", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ff6b359548b340349dc6e8d652d2ddc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fca94e1b4d56475ebfdae3513b6cef3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "435fb30eba5a470eb6ede383b64a2b39", "region_id": "RegionOne"}], "type": "accelerator", "id": "80665743a203441d8c564c9bcc7cff82", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "65e687fca59d4125acd5211ed0281c0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4ed64c3f64d64ee6863fc8e262276058", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "dc6c21c8b25c44399ec8f14fc3775174", "region_id": "RegionOne"}], "type": "admin-logic", "id": "36690a5e1b774c8999df17c356525ef2", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8090b7241e1a4f10807b685b59929ab9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "928a5004b5024fcba6539baca4f10fc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f7f12b3e7ab04de9b9f6216d1fd56071", "region_id": "RegionOne"}], "type": "registration", "id": "a2ff0bd14a124a519b9a563875dccde1", "name": "adjutant"}], "user": {"domain": {"id": "166748ba645347c980a6754aa8848372", "name": "7b4f350a6c2a4612b650db2bbd9c6ab6"}, "id": "fa2523d3221e417a8600d6725a3f8460", "name": "e279057e6ec44a459835012a447269c5"}, "audit_ids": ["2c43645359a84ab9bba81681f4ea6c8e", null], "issued_at": "2019-09-19T09:04:45.263799"}} 2019-09-19 09:06:45,450 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,456 keystoneauth.session RESP: [302] content-type: application/json location: https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2 2019-09-19 09:06:45,461 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,464 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}} {2} openstack.tests.unit.clustering.v1.test_cluster_attr.TestClusterAttr.test_basic [0.063879s] ... ok {2} openstack.tests.unit.clustering.v1.test_policy_type.TestPolicyType.test_basic [0.064087s] ... ok {7} openstack.tests.unit.cloud.test_shade.TestShade.test_range_search [0.064738s] ... ok {4} openstack.tests.unit.cloud.test_users.TestUsers.test_is_user_in_group [0.310580s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,237 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,243 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,246 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,251 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,267 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.174721+00:00", "project": {"domain": {"id": "b5e2a0a07df142bab007441f41674a96", "name": "d46cf6aec7a94c24bfa9ba7be5dad831"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "17529acfb8db4c909ddd5fd1e4168816"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9632a6417c494349b96b69ccc192bcb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "6c8a49bb725c4174a0abd50ef7bbc583", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d1356eb408a04d5c901d16774f1a6cf1", "region_id": "RegionOne"}], "type": "identity", "id": "13eb58884c874c84ae53bc13b1612fcc", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "69ad7d52cc01462798fb9e1f9c9a21ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f28fc1751bfb4479aee6210fbd4c8cb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4aed9882d31c446db6551c063155c72e", "region_id": "RegionOne"}], "type": "compute", "id": "31a0cc9736e24d4aad846caf05a484f9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "43f5dfd0f10a498384ee87d5844d0126", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "41cc8de843504f1ba6d26ecf86f3ed25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f1b0e85caf25434488af690693195a8a", "region_id": "RegionOne"}], "type": "image", "id": "51441e020fe64e47931e4345457c0abe", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "36eeade6b924411a9eee2c5122335dba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "211b063c55f54725a4fbb606939ea05d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e2e22492dd7e4012ae53ac461a055a4f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b5b093aa3fe642ab830adfd394e6b5dd", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb7aee1e73c94236937a82443e2895fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f04f0cde3d4046bd842812c4eb0462f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5372cd4b044541d4ba1ac13bb2cdce8a", "region_id": "RegionOne"}], "type": "object-store", "id": "47bfce2c5e4f4ab6ba3bd8f153f23121", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "94003d83040644389f880979ce908f2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9999775e231740bab582e5eac422641f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "61bfc06bb0b842249d33a8b3f67cedc8", "region_id": "RegionOne"}], "type": "clustering", "id": "4c556940d5f24701bab1cb1369c34aa7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9f74691241f2466f9b144e19e3809675", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bcdbc0e5594b43368254a688938fa449", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "94e349fd6c344ac5ab5702e9fe00e9e1", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "6e577ebd8f0f4be5a3e66be007d01b46", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "397f186dbfec42508d7a2ddc766a6395", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "095bdd2f4e9543d8b04971edcfa90ea4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cd2a69c7cb454fd7a50f2c751bfd0374", "region_id": "RegionOne"}], "type": "cluster", "id": "fb0e1f4041c7490688932ccd14724e41", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c3387b4e5e6d4528a8b8a50f58eb3e91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "90aba3d727a64f9d93bed42505a88d4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "13ad3e0742c04891977c3c23c637f133", "region_id": "RegionOne"}], "type": "data-processing", "id": "4998b3e5ff134c51b253ea0b1dbff8e8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "80df133cc0bb469791e7a17aceb4f4df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ca08c4f7802c464e8c557b5ba6cdb365", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a34925183f36464b8a6bbb8c80b69bf8", "region_id": "RegionOne"}], "type": "baremetal", "id": "422754793f60405dbbdfca261a0af5ef", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bc273207127a427eb34caec24508ccfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a7142efcbf1342d3b2777c8344b4f240", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1c56ae31774e4a1b94ad7328883dd058", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c95cab52799a417a8de56a196c38401a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "17f0221018434dc98a711c7c3bf43f2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6d96a0097d8e4bae92057b0763a8d817", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "37860a5e3d754b2688f2187380bd9303", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "86603d0e25ed44b0bdcb1aaff41ffa00", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ef857a64e40b491397582b45194f0b7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f2074417dee84b7e8318d5200283a797", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f5aa5ba91bf647beb0dbf98dbe8cabb9", "region_id": "RegionOne"}], "type": "key-manager", "id": "96fda5f0061c4499b620195c48a6f773", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a203110b123d4d1096cf08d901ae49cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fafdab5fb1b043da9b812893549d89f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4b0e2ff5cd0042f2bfb2accb845f6bd2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "3a4b092daaf940bfb691053d7b3f2f8f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7a375a619c5240cc8b910c064248aca7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a4ca18cd13284e1e88ac9a1ba2c5974f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d704b9ea222d45f384b31e92d80740a7", "region_id": "RegionOne"}], "type": "infra-optim", "id": "92f2c2d0fe7e46de9812365b7c7c4399", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9dea1d89ae204c02ac607d3db78606b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "60f539f24de64ac1a034fa5333b69dc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f284e9cc189c43528ecf60316fa166db", "region_id": "RegionOne"}], "type": "message", "id": "9aab00d82456400eac9c3d28fb10c062", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "03f63ba484db4f5d9c1f28ff1b22b06e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c1bd1ed94f2144b98fe516342a324986", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "060010ab481b400b8cfd65f9b0c9b09f", "region_id": "RegionOne"}], "type": "messaging", "id": "ac09da0994de4137b255472d9c5f0d4e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "49229f2225d14176af5618362672f42f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3eba8eab230d471e86d38de3c7744716", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "20e0f01b3e15459b965e7c3c3c68ffc4", "region_id": "RegionOne"}], "type": "application-catalog", "id": "97bdd562f1084a52aac03ee53d9266de", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0e91a21d4f3c4fbea8332a60ff774a34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "84a0a7443f9f4ff1a316a1a789200c2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f7ab704e82d74eefba11e63ce6ae41cd", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c181122078914f4a93cbc1ddbc8c0a3e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c88f4fc91e954e0e99899747aa7ff8da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7af85d80d639427e8b17c3515d58e359", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "de9ff233ddc84f479adc07c65440c720", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "119f0f403c3449afbc56383757281480", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dd141b0984b642059a5080695840a4c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a84310225aa04981abf1fd6e7edb95ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aec8d6164eca437fb24c67451d374ca2", "region_id": "RegionOne"}], "type": "container-infra", "id": "31ab82c97f03461db9ffdc6f59afb626", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0f9f8f9f01434d0a8945ec926a6959b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b4f33774cf9a44268a7ffaed5b803376", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "16dfdd3708bf4a47b935d443279b2e15", "region_id": "RegionOne"}], "type": "search", "id": "660b35820394483a938552eaabcadb75", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f1af9bb7406e42fc803d0b85e9212e2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "5846741441a84b6791099f5e1ed11b70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5767d4a046c94d76a8b329bb3bcb57b6", "region_id": "RegionOne"}], "type": "dns", "id": "d02e01e8d6ca45c294b20b2d1ebfacd6", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7d9b08ebc96e487c90b386cce23cd8d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8e8ba34d385145b780889a34b8be7938", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9b5a9896515440378e70ad3c9faa8be2", "region_id": "RegionOne"}], "type": "workflow", "id": "ae541f54c5d6436b932e6fe2d8516895", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "88c9593f3bcd48caaf606a05fc72ad56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "320599c0897146989a92dfa299c439f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a440aa9f128e4f6896358ac72ea00df9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4d6932210a2242fe9762989b1b9c7772", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7b03bc60ddc849d78aef639b42c87541", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "268dd1adeab44bdcb1c7fce466d29e52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8f4394b36ea849c8af3a4d6b83629886", "region_id": "RegionOne"}], "type": "rating", "id": "a4d5d1b926b649b4bd89a84b4b083443", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c89e8d5aac6543b0b7f7b600b289e3f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0ffc302e726447e0bfbea44ca9a3128b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "512c454bd54748f39be91df482375c23", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f7ea2836bfe64c438d45d2e0f45c8d19", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "75e1e9c3e63b473a83b671a76829b2e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4eaf75ea9208414689dcdcde9063c074", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d99b8750f2534c47921cee1af30ae148", "region_id": "RegionOne"}], "type": "policy", "id": "bc205fba5a45451ebf9ef45129f179e5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7261a10918704d59bc935c3f13574806", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1109c1ad3abe4adfa9aced361ef23f2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "619e323185234fa6a017d0cdd18c89e5", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "11c0d5b42166406aa81ea3b3964f805d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "453987a3970d461898c2b2a116f64d59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4add6a0a7d1e4a43aaab8584bfbb541d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7fe083f5c6d04a57aa5a28e6090dc0ef", "region_id": "RegionOne"}], "type": "sharev2", "id": "30836076549c43f99651bc57bd2dc547", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d62d9028240d4b89a1523b9568e865e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "39d6e2eab0104f56b17d32b649228393", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f37cdcd7718c421489cfe278b97afc6e", "region_id": "RegionOne"}], "type": "share", "id": "104e3cbc69c34a21bc2061b7f616c1f3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1607447cb90a41b18b92245532f804f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a827a5171d414bf8941aa83fe3d4446e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0ea49c1ba0b2420f9813504a6d247da7", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7b4dd94f21994d1eb41cf7a7a9ecd50f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca88380d4cdd44a595c94853ad24482f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24c69b498a2546c0a1f228cdfad6ecbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e09ffc7fc67d47b3b201d1fe42bb3a97", "region_id": "RegionOne"}], "type": "orchestration", "id": "8b2561baf45744c7a0728064274f8363", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73f7c93171704bb588263f8357ace2a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ec08bd4ea844339a7082f6fa8ea1e5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4f4ca2eb7a54810ad3c16501445e6c6", "region_id": "RegionOne"}], "type": "block-storage", "id": "64a2e2088c414317956ead5b963a97cf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a585f8d03ee741578a5e6f9045a4fb6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2efec7aee2a541c1b90504379dfb9a24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec58420486bc4190a54da4379f3c4256", "region_id": "RegionOne"}], "type": "volumev3", "id": "8e1533e784be490c94bc197457dc5be1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64df2c24cde246918473fa6ec3b29218", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd356b3dfc7d47a8a105b4d921f03ba1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7cd5325739444857ba261e7f752abdb3", "region_id": "RegionOne"}], "type": "volumev2", "id": "ac6816f7c32d40dfb93076767c0229e8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e71a8b78c63b4f048f24643b10ba2193", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2be96bbde6964a8a9de5b5e3105e5b3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95e829c40ec1499493ec59d3c00e0744", "region_id": "RegionOne"}], "type": "volume", "id": "32e0c33a2ddf465995ec1c0f52a46266", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31889b654f98402d97be81d48a20547d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b444393f60cd4c169288cef2e8e264fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c8f89ae9bbf429984d3e87c055ca1bc", "region_id": "RegionOne"}], "type": "block-store", "id": "aeba014be5d14db3a2da588bc127d064", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e88af5d20f0d49d399de89c7fb824de1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "740192bb4f854f12a5647cb99a8a54ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "946aea8395234160ba19ae67daacd42b", "region_id": "RegionOne"}], "type": "alarm", "id": "a590bb3a1be24142889f4eb8bcf56912", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "500a4d5db9c64249b8b9e499e79e84c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "174f5aad1d01459c8543a3ff48b6124e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7ef5b70e5eba4633a1f370caf445cb27", "region_id": "RegionOne"}], "type": "alarming", "id": "40b0edf4aea74efca6b85004e4004aa1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "20cd185c62f84e93ac988cec34d45a47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "30b517ad912b4b2eb36d0715b1ee6a99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4d3cfc545a9144e19d29af8d5cca324b", "region_id": "RegionOne"}], "type": "meter", "id": "2378115954fa4eab84aef60b4a5bd72b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "036ee1760c8d4df794bbb88cc4e72611", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6c630d3a1a064839a7a3eb7dc1e53205", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "095839ed973a4ee5a4799dc4dd466f6b", "region_id": "RegionOne"}], "type": "metering", "id": "bb62ff7a06a94d2990d6004a512815b7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1cf2601fed6e4a1cad946f5ccb197e8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "22848bd75f944bf5b84709fe6db26f17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b81dc87772e84bdf9dc552a8a6260755", "region_id": "RegionOne"}], "type": "telemetry", "id": "95b2569957c44c3abbf60fb214e8854d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a8914e426b6e479ba9d3b11a4352621b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8837abdf94e141339aedde0f931792e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "93c46289a76843649a1c3c3496e0d3d4", "region_id": "RegionOne"}], "type": "event", "id": "585b3fc1295a4beebc5ac5032174163c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a2a9128415784a3fbdedc50a9ebcdfd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "34bed21086234c9187db572bdae99bed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "41707fd49c574150abf840db2f41b854", "region_id": "RegionOne"}], "type": "events", "id": "ba5f8fa3c407491d8d3a92c70f7c0760", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c94d4beac617453f9d51e3cfe424022a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ee0a1a5943004160930c940bd96d62b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "13360e249d3541dc9e720b8bafcadc73", "region_id": "RegionOne"}], "type": "application-deployment", "id": "969fe43597484e2cbfc1477cffbf71bc", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "28feac0be88940a88fbeadd358b16735", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9ef9bdfb210c44b682dae12997fa5539", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "61b8acae841041528ffbc6a497ce6cc9", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0de3fb2b31df4d53997dca357f7b2829", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "517dc14f26b8463f83388178a8df75cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "840d18e46ebb4978a7f364f6e48330e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b7b9edfe71164c9ab2bdefb64cf3e17c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f965b2e3dc5542bc8c6c411b32b6d57d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "43151bb0c7194712bd9ad135a8191c23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3fa2a0719880484d9caa7f722e54ca5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5733d7630b3849e7893d408592a374dd", "region_id": "RegionOne"}], "type": "tricircle", "id": "095e83bf429b49ff90e9d1289df50f9a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "874c8c409981441583004dc4f25bb001", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "750be41ccec04b0eae0063feff26bd7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "87b400de1bf74705929753a8d3d347a4", "region_id": "RegionOne"}], "type": "database", "id": "ea9e3502a50c4277878c09f7a14d13ad", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a61a26974dd747958a6212e573b81f6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bc433e60782b4adcac729667349a5423", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "646d947b07a44981a4f1277e57c65736", "region_id": "RegionOne"}], "type": "application-container", "id": "1f5b8cb4436b45c3ac0c1f12394a86eb", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fd416be0250e448e8422fd0c5ae5b803", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "91f4139f9e4e4bf8b5364f40b195598e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5c1b7ca8b8d24b43bad6c944ede3c831", "region_id": "RegionOne"}], "type": "container", "id": "32374f01f2c841cfa041efce0f45c200", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7b1c10ceda4a4dc7b038c54f82388021", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "219b82c86bee4658bbce1dd5eb382b8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "abc8d9b5f2f04075ba7745e82fdc46fe", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "24ebc91d39524593a94fbc31b27c4479", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "84aa9bc2a1eb459d8915440e80d946b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "91b57cfe0f624c0c998316af6c1779b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e68855e8ce93469cae013e612b856753", "region_id": "RegionOne"}], "type": "rca", "id": "89b852d1687d41c6b551707e7c3b1bf5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b919bf5f55c44cc99bed673588dc0bf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c78ae906c7c54322a64849aa26e51305", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "894201ccaebd440483d90e8f1a498dbf", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4fbd95deed764c1eae5d65bc514f3a8e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e84080773adf40a5a752ce8fe3a20c1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "0bb8e7f86bb047bcbf32430a2d0a4793", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "395be74d07b545ee8d849ae111862855", "region_id": "RegionOne"}], "type": "network", "id": "3589e6f995ca40649af51b9b59c90e61", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "15acd8f47c974eafb54324aa5bcaf7c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e7ba7951e7824954b3a9520e0c958a87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8431a5fc9ca24482a015940e9fc4d64b", "region_id": "RegionOne"}], "type": "backup", "id": "34316547c783485e9d18ea2baa7f500e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b968ba665e3c4d72a82229ce8146c804", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "486ec5a473564b2daa931fe015180c5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1350ef7af8114a7c96d97198f7c99e37", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "30b30431604342fb99498d94f10d6974", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "db2310ce559a471ebfde9083403cc146", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "85f471a84d34483a8f8c70ccf7060150", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "454ec82cd2f84db0934c33337407ec36", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e1576808c53b4a40bf2ac29d807a2451", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "64dc21c8159245be9d66e1a5d1294d7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9bed29dc2ad04d42a700987ba2e1e7f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "4781247499044819b97288fe4f529526", "region_id": "RegionOne"}], "type": "monitoring", "id": "7ab8b9647ac246caab671cccfbff5042", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ce2a21be87e24c229970abe4f4194ec2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "81853eb898504b6ca63450dd064e5999", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a1dcc5ff4b6c481db6a75c1ecf5ef4e2", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "93b0fef5be4442e1901a1e9506fba784", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e305fd0dac1c4880abc8a3d0c9921d2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "685d2775b2f0479690deac13e1c4b23c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "345470dda1ff4ac2b0b2049f355adee3", "region_id": "RegionOne"}], "type": "placement", "id": "907b177d5daf49709f52828b3d1ee7f3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2ea9eb6d2ee64044a69662771f2b6db4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b4256b7cb4e340b1839611deda9a3480", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "92ea274760ec46c5b8c9f9c07cdb9163", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ff1ae549db7b4b99a7d0ab6c3c721b27", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a15548b524bb47e48e3db293c8f8fae3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e7608f8d166c414f93ff61ea78064400", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0362e56d807742f7858cb7c9ee97681a", "region_id": "RegionOne"}], "type": "ha", "id": "78783253f73c49aaa0ea980690b23b61", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f9157fbc73c740009597af1650daf45f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e7fdb30845354ff6807fe501f97bfba3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "51899297f06a4b00833c832cf0659159", "region_id": "RegionOne"}], "type": "reservation", "id": "9ea3b421124c479096ec8505753b4fb4", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4261e960420a4a1fa5fffa8f1a478885", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3b8185d1ca8e4da68099628882ccd201", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "43145dc6534d491f98b2dc1c995a7726", "region_id": "RegionOne"}], "type": "function-engine", "id": "28fa5e04498a475d849301612549812c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d8f5610d18714c9585f2305a8f380657", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0a62627356924d23997a0236d60a8846", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5e26f78ba61b4e40a6f060a11d0fc3bc", "region_id": "RegionOne"}], "type": "accelerator", "id": "05cc4bd51b1049b7b761829dc92b764d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "297f737473584fb588ffc2ed52b3b54e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c3ec45708eed4de19ae1e14ce67a2e2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ff45bb7045264887af06adf17426f567", "region_id": "RegionOne"}], "type": "admin-logic", "id": "497391a1247a41a99a0f2b20efe349ff", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ee19a9a5639840cd9f6f571a0748fe0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "47ecd399e34745509ee6f89bbe599d67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "996dd61b096c433c86d9e3aa70b1e2b0", "region_id": "RegionOne"}], "type": "registration", "id": "39b6750cee9c44a18d3d8196663329d0", "name": "adjutant"}], "user": {"domain": {"id": "a5fc69fd6e4543778028efd1ecab431f", "name": "773b5b153d824afcaf3881dbdee8a1d0"}, "id": "893478b1ea964588a05a7dfd534cc447", "name": "9ccf0bda3d20468b8022c885a68c43b9"}, "audit_ids": ["39278443c84a4e45b23230b960f10696", null], "issued_at": "2019-09-19T09:04:45.174721"}} 2019-09-19 09:06:45,403 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,410 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,413 keystoneauth.session RESP BODY: {"users": [{"email": null, "description": null, "enabled": true, "name": "username-2", "id": "4703af8395634dc1a79ebc1f5ca27db4"}], "links": {"self": "https://identity.example.com/v3/users", "next": null, "previous": null}} 2019-09-19 09:06:45,436 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,442 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,445 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "006435867efb4a229dc76cd1120d826b", "id": "ed21ee0e100d41cb8c4f5d3d73eabe93", "name": "groupname-4"}]} 2019-09-19 09:06:45,470 keystoneauth.session REQ: curl -g -i -X HEAD https://identity.example.com/v3/groups/ed21ee0e100d41cb8c4f5d3d73eabe93/users/4703af8395634dc1a79ebc1f5ca27db4 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,477 keystoneauth.session RESP: [204] content-type: application/json {5} openstack.tests.unit.dns.v2.test_proxy.TestDnsZone.test_zones [0.065685s] ... ok {12} openstack.tests.unit.clustering.v1.test_service.TestService.test_make_it [0.043186s] ... ok {1} openstack.tests.unit.database.v1.test_instance.TestInstance.test_enable_root_user [0.063837s] ... ok {31} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_images_schema_get [0.064198s] ... ok {24} openstack.tests.unit.dns.v2.test_zone_transfer.TestZoneTransferAccept.test_basic [0.067591s] ... ok {9} openstack.tests.unit.compute.v2.test_server.TestServer.test_get_security_groups [0.073136s] ... ok {8} openstack.tests.unit.cloud.test_shade.TestShade.test__neutron_extensions [0.196912s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,232 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,238 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,241 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,246 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,262 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.170101+00:00", "project": {"domain": {"id": "4b007b89f5294574908c24e556e7653b", "name": "013819cca11147c59aec0a8f48ae5815"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7d9ac0243a5048258b30b151f936f9ba"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "038204d5f1214c3aa8b54200fbceb7bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e72601bf795e47b6be43a4394015fc57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9b9db5864dcf46edb55147e255247af2", "region_id": "RegionOne"}], "type": "identity", "id": "6341d5b2c70b4fd79f2549fe25daa126", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8d60734cdadf4eb5a05ac399beb8c6f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "54f54c74a0e045c2aa47f17873d9be94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "da0fb02495d14dcca4c7e84553ba7663", "region_id": "RegionOne"}], "type": "compute", "id": "4e646d3e42474400b697dd33ca3c502f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "599bae0d8b8a4858b4682a4c62372fe4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "9065aac3aa8341e3b914b85862aebb3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "102c50b131e248f2bc4b3be87f733b72", "region_id": "RegionOne"}], "type": "image", "id": "507afb2ddf354a8696438eb27079fc66", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "52ee74711cd84a1989a1bc06b4a8c59a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a7180f40e6bb473c99f65341fdb9c540", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6f243a753f394363a5ad813532f1e123", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c0d07024af22403eac812e75e019b32c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6aec51e885814b6aac111c50a4383c5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08066b46bdfc4e20ab7642474dbf9400", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12797e934f984f3b9d3f521ed3477e74", "region_id": "RegionOne"}], "type": "object-store", "id": "6c709625860d4007a4e333fa924e7deb", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a078aea6e73c44cbae77bc6f848ad11c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1f6456da798b4a8689f555168a3c611b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "196c819776b6410bbad7fa1c5ca812bf", "region_id": "RegionOne"}], "type": "clustering", "id": "50b0f9d1fc3846ccaa425f363f26fd4d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "40f526d4a8b5426c8c0b1c3e9ee42373", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2fa472f608384e08a8b3a173ff361b33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "52b70505708141998581ff9c8a1f67c7", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "5e3c9e95ea0444f4bd45bf0c787a9b7d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b54801b845d543b1b5a58a7aff69b9c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8e3502fc984646ecbc0d88683637d02f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cb787b97954d40368a2340bdc3b4fc10", "region_id": "RegionOne"}], "type": "cluster", "id": "dc9f4fab97ae45e4acf7d4222f0c3192", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "543b9ab0eff8410b9ad0028c0d5aad98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ec4e3d17956b490d86a3fc533f057375", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9adbe130ef174c7f8ea5bf53bab7474b", "region_id": "RegionOne"}], "type": "data-processing", "id": "92327860d3ae4ef8866cbfcff49c0e44", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8473c5e50f494fddb2dbad37ae745409", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a3480e93294f44f4b3154ad105573154", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6d30a72ffacf4b55b9d90844e495cf6d", "region_id": "RegionOne"}], "type": "baremetal", "id": "586166acefec4ef2b8ca7ebb9557cb6c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "210e1eddc6084af68f7668c7820382db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9e491f8200f84f48a433cc0e1ebb3ee3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "31570fb9da674b12b515121cd94e65fd", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b78130f4c12d4c639d36fbc710310396", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "807bfeaad583467395caa76212fa709c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "81960617f5c040b4a66f2aa3a25aa190", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7ee74b18345a4a34bdbb5f5b18d71163", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d8191147efd042d2abf1d0eaa1fe763f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "83125a2b5d3b4b02ae7c12a5441dc980", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8747fed503d3418aaaf2628930e2ac03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1c78fed4c8184e9fbd317549622586ae", "region_id": "RegionOne"}], "type": "key-manager", "id": "1e8b99074bc9458bb6c0168a8266a4da", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a1bf206439ee4b24955517695fd7c7c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "da5f39905d324b5bb4cc1e6260149f5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "24b1a80785f5400e9fec3247aa99a75d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5771e82df746403894581aadb7c32075", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e97f11dc6bd14f6ab236c55df8ddd9a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "403b1fe054584d65a87649f942a5e77e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "aa0d9932dbe94f7b8f41757b98b65857", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9b80319f83ab41d6a2aa7f6af7382cf1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d6b189b6a2f8439aaa70831b1e2296a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e7d0935e7b9341f198fe9c7605821330", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "be63f416c36946af8a816409e37639f6", "region_id": "RegionOne"}], "type": "message", "id": "f94dc6091a98480f9e5a527548a0a89d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "13101561c4554276960d7b9a2f32927b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "34a3ee60e06747b5b5e58b7e33acddc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5fb954a7e07e485793871b0fb079fe97", "region_id": "RegionOne"}], "type": "messaging", "id": "dbf1afa8f9cf4d5f93e3a2cd3de0e37e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d949d60a700043a4ba6d9ccf26fbcd90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "16e98abad0c44990a778f151267c60f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "94f5eefd9f524de8917070f0e1321171", "region_id": "RegionOne"}], "type": "application-catalog", "id": "be44d4dd1e334f74b5c557dcb836a394", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ad24652d6e814e92826419cb45bd2fdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "57440e38811342d8972ee3e2b001bd84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ba7dee5af7db4f33933c8bb60c7efc41", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3a3857d336874285b8955902aabf22b5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "10d6a786a0cd40e4b15008696119a0e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "37f573ed13e046eea40cd30e87cf6d7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3745e4e65387428bb301b7af99ce0b39", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ac0092e6247240bb8ec754454b211f06", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "052c8ab05ba84b46829cc802a54d6bb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1a7fb94bcfa64a67a5ec86921d7aad0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8e36d4b51d3846288982f04ad0b5b918", "region_id": "RegionOne"}], "type": "container-infra", "id": "a09bd5d43fd744adb95704ea2e0d66bf", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "23fbdfbf98ad432e86e4bb366fba7e24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f23841d74b104eb5865f3a69bacf0e45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ca0d1bc427f04ed08da002b410075dea", "region_id": "RegionOne"}], "type": "search", "id": "29434a4a25ae4831a9f2cce11e714309", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5edd98036cb346b7be357a8fe8dce99f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0ba9123a32f54167b9d3b223a074ca77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "8b51d963c05c48e9b7eec402705fb835", "region_id": "RegionOne"}], "type": "dns", "id": "36635dafb62749148879eeb9482f0bcd", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "744e34f3d25541de9f92ae633eb1973b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "67d200cb5d2c4675996834a1d1e3d38e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2fbdb48f847b441d93c75001b22af4d1", "region_id": "RegionOne"}], "type": "workflow", "id": "1e331bafc240477d9b570ba00a602b8e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ffc630625e12438cb7c779bdebb3dbcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "73516b97cedd43e1a8977dcb785b8ad7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "98eb7c45e58c4ccf944ac55af2476aa8", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1c29aeece267477abc4314d5ba25e0a4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "3c2fd0c8eed04f97a71031d09cbd4e5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f78810632a2d44028a8fd0c7571f8980", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0f5c0aedb81e4526be682957e4f78525", "region_id": "RegionOne"}], "type": "rating", "id": "49f0c6c242134e87ac73130122e036b1", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "be1426570bf84c60913c03ee845e2351", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0a701c7292e84f509bf37e81257f91a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0167e61f403a47f8a0823dc98b2951d1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "b031277489e945db93e96307c4364a75", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "854c506a1e3d4f539d121cf0a5bdca90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cb6f488eee3c4bcf9fdded14353a79be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a20b7cfec5ea43029be59a8f4cea12b3", "region_id": "RegionOne"}], "type": "policy", "id": "a9bba0b767844cefbad944f0730edd85", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "29ba96ed0972408b81e5e94f0cc03d33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "de861eab0162417186c5f6ceca4da320", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d7d2d86ab85047bc94d251e0ebf859eb", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "26c876553f0a466fa412143475a05b14", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e178e55ee0e048ecb209be9e07b06c10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "05019ae4783246a99d912856747d7d11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1b2d7de5684e4697a1b45327b110494c", "region_id": "RegionOne"}], "type": "sharev2", "id": "00f5097c0e87498b82d018466afa0b4f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ebc18b181db541508571b87d870dd46d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fa472ff9b31945c5b5e2284f882cc0c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2a4e0960e8f6417bae2562b482ea2746", "region_id": "RegionOne"}], "type": "share", "id": "e6f095dcece8454ca087ec7c064748d4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5db0c14316df4aef83a7adf09dc9710d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6c18dc7dc9f340c396ea42e71818fe24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5b4690d5bbb74e38a6f304fbf6f0ea84", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f9c06c52417b48f68280b5c73231ae76", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07fde3011a0b4e068579c9b713da774d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afa6e583afd6439dad1e70d9f42d6d09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "730e520ffe194dd6b3dcf19d3ceee78c", "region_id": "RegionOne"}], "type": "orchestration", "id": "4ee8ec5cd7fc4338927df9b32cad5d40", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f55b1346cf2645a19b283cbadee72b32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bdef0ad2f84b47c58706e686926f168d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b22cda3d92d44a83abeabc1cbf08a201", "region_id": "RegionOne"}], "type": "block-storage", "id": "0c11dc8b0cfb477e80ac7d539c63bfa4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cba08e6b93494d87b837d27ae4d249cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8efa6cbd2dec4a0784d95a78d764d800", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09e521d247c04a829554f712b62baa0e", "region_id": "RegionOne"}], "type": "volumev3", "id": "926ebcae665f483da30e8d2daa26b22c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62cb70b0b507477cbdfe68890a47a203", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d27717b537f64fab88c8701f63be1367", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c4d02797f364c288c8046bfa28a82c6", "region_id": "RegionOne"}], "type": "volumev2", "id": "f766b252e8ef4547b22c1340296afb2c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ddf46c82735a4dcfb400a9b75777a270", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cbd324b0c0a14b928b787ce33d7803c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d42bab778d374927aa8517568779c48a", "region_id": "RegionOne"}], "type": "volume", "id": "c94a832af03f4fa885b482381e699a8b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "448536177b4149dfa48270d2002970dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bdeee820335c49b6959aa3d59ee0db47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c20330e4c9b34fbc9d714fd6ea08d33b", "region_id": "RegionOne"}], "type": "block-store", "id": "8e08bb4abf2e47b28bc5dae061904340", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "28e5b201b41b414abebbdcc43e5084e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4433682a84fe49ed90285c86a7e4fc3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "064759b2270a43d1b41398a5f5462654", "region_id": "RegionOne"}], "type": "alarm", "id": "e57a632cdcb74395a36363cc439fdae2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ad689238beea41eeb0caeab5437e241f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "08f8c83eccc6484ab96dcb1fe5032859", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "553d4b0928484680a15df8d3ad7fc574", "region_id": "RegionOne"}], "type": "alarming", "id": "f878d418ce1045c2b3c918ee1c4d1049", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d3439d7c4f53473bbe75cc7990d05a4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "44a976211460481b8440281ad108c001", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "85a43adebe764892aa16b11eb4d69f24", "region_id": "RegionOne"}], "type": "meter", "id": "54fb641935cf46049b8cd06f9423dd29", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7c2263b38a4448e9b31b0533f365eb73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e90e91b6b9c849ac98051505f0b13dd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ad16d79a8e8a49819b1e9d04ebdf5b49", "region_id": "RegionOne"}], "type": "metering", "id": "6c122c54c1a64566b01e237aefb3e438", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "95b5ce4fe5f645e4a4d5f96c7ed3cdfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3a1cc626267b464e9761b663dbd2bb61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "95c40b6cf29a4e34a2744dafb79054b9", "region_id": "RegionOne"}], "type": "telemetry", "id": "e36dd401fcac4bfcb70a0a7477ed42b7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "26163ecea12f4f3bb5199c4f55130c52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3f06e5505599474d91e5999fd8adaf86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8ec45ae7d94e4513947b9625d596ee1e", "region_id": "RegionOne"}], "type": "event", "id": "05737dcfe1984551a6ad1fcbd4316535", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6670dc6bf98d4ab9a94bd608db61f198", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "695915ed8ed542fb9e0197678edd119c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6ef6e55312764cb699161acc3740303c", "region_id": "RegionOne"}], "type": "events", "id": "8afd6f0e6e1a4603a7a07bf5515e486f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b7aabaf403784bf4b73d5fc0f2996598", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b9dda3a2f3a34f07852d12e31b988c52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d670a0ecc1224821bd7e07b4794ef831", "region_id": "RegionOne"}], "type": "application-deployment", "id": "72512d0c830848d6a9695c8d354533ff", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d879f17aa05b47abad9cf02f36d9518b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "da3709e002244547941d7d04fa129e91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2b766588029b482aab259af4aa566ca4", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f687a13823e9456582fa9a2910ee95ac", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "44cd18ff1c6d4a3a8c5e56cb49fa64ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e4c41e74a9a643159da180e3623cf85b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "18beaa8818864270beba70e39b097fd4", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a59006456e3544dbac54390c48084d4e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "61981b1e3f564ea6b3bd3d8f51e731db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "495a8b853db346beb1e0cfe3bfb9a358", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0fddf5a5205247cbbcc5670dd79431dd", "region_id": "RegionOne"}], "type": "tricircle", "id": "5a97286190ea4ea9804f0684dd665b1c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1d2d6f52a7554c539ee840d234856f18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f12672ebcf724e5995bfdcf456a8df04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1cde0fb137f04f80aa3f859844d87ec1", "region_id": "RegionOne"}], "type": "database", "id": "4e5d9ab2b6824e97aaa45d9c41b9d331", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0764cd5058134a9084db5b40abaa6c46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5294b6ecede747ea9ce10269e105ec03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e7693edc138e45009a43541a1b6b0f6d", "region_id": "RegionOne"}], "type": "application-container", "id": "f8ef44e471f246a2843e141d77011854", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5b15b5d363af4ad0854c9f951929b19d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cc7e333db80a4f4bbe5f970ca38cde77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "14c88b42493f466b85a2ae98e707739d", "region_id": "RegionOne"}], "type": "container", "id": "40a931a8ebd44c56a355a1bd8a19c2eb", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9c818d11758d4dc4822a68624aecaaa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0f20606e29a44e37aea0777e2d902a4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "74994b12651d43709effd2ebc4837b97", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6160111f2dd24ad2919297ee79feb0b9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7e7744119af848bcbed6c708ca930558", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8857c2ef9a4e4e57b6885d13120dad57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e49757f7430a477fad586f8e8c71ff25", "region_id": "RegionOne"}], "type": "rca", "id": "3bfdb874ce5f4730894caacfff72a224", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6dc4befc06bb4d6d8a83a46bb5e8f7af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ed744bb68d4c48bf9075784d6e54f86d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6495eb888fd443b3bb9e19fb3fb2073c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "7b46a6f33fdf4b57aae16ae4f867c6e8", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "79c84d33fc774ab6a7c9bc6cf47b8a4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5ddc240d3af94a84b0ddb0047725fb70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "bcfd31dfae37450b813ddeb74e30548c", "region_id": "RegionOne"}], "type": "network", "id": "610544c28b994d8e9f4738aa2cfb8c71", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "df6e281c6e894a9583adb85be11c3750", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e17a7082ab984a80beef7cefcb43c78d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b52e7a3759ce464d912416f61633e845", "region_id": "RegionOne"}], "type": "backup", "id": "efdc9f2fc8da4a9d9de90b20ade30f38", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "85f8c7057d5647f08c4a80acdd96b0c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d73c64d7a13545b5afa613028f8264a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9a0d9e7562a64032acc6e57c4ca10073", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "eeed9ddb189f4c9aa196c7429c8ab0b5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "816a47a3dca24e7ea0f4d87542516785", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d9bd45ac34a84f869ec2a2ed12827971", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f738ab8b862e43f4ae4319b3eb0b31cb", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b28cdbe2453644518252cac919fcadec", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c84d1a5e56dc4463acec626de18b86b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "32b3494a72e64ebbb7612c2f3fc0966c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "be8f1599418f4259af10362a9e4fa4a7", "region_id": "RegionOne"}], "type": "monitoring", "id": "2254d3d1daa24233b1f22239bef01eb0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e6b9767e45e94598af5ace89558cd253", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "eafd164d9b684a85a347087c6846b443", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "de205b7ed20e414bb9705c5148731ef8", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2d9276894fd9441eb8a9534667731dfb", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e4d0f0ac2dd146698a95e2ee6063ec7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3fdd90e8b108405984655374a4c5a516", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e790d608f78d443ba404c2ddf9c0da5e", "region_id": "RegionOne"}], "type": "placement", "id": "50da63e66e5d40e9a3ec856435f61c5b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d0ae56352b7c4ca7953bc87129098913", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "de54c0dbdf2c4ce09047adb6b6dec2af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "845b0cbaa36e485d84118998a7590a0a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5fe3871778294f85beee23927aeb97e8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "de969c3e682840699e4ca7de4563919d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4e3d0d63a83e4dd09f86eaa9a042a437", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "390734d3b29a4857ba8e12d2bf9b1c36", "region_id": "RegionOne"}], "type": "ha", "id": "03f5c1229d5c4417bb46e57db7f3d895", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f828b964c5a641eb927c2ef29d0c2013", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ec4d462bc2d846c79edec2004e05b6a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d6397da7823c4b748e985b23ae3e8458", "region_id": "RegionOne"}], "type": "reservation", "id": "231eca53be40460e9315ed7f0d72b7c7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ecb01e69e5dc47e4973beaf122ef34a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "94cf941476ad477fa6002054bca201ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "ceaf5288a9e846ee869c0c873df0989b", "region_id": "RegionOne"}], "type": "function-engine", "id": "954e8d727db34b69adf6763c6753e851", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "15948e07606a4c9dbcd79d440827a9b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b1e5f6c500db40378be76466a6c5cc26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "88c8ce916af5457699d9e9138366b55b", "region_id": "RegionOne"}], "type": "accelerator", "id": "e15cf201cab34df3ad661862f9a83ae7", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c9530eb9eea14b2fbecc848a8df017ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "92cde4eb1de140a486cc0f76c8c40b07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "30691264252b46e09cc30a8e413514c4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9b820cf04e5443afa6fe5bf886128554", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d9e4cd3651364e5d9aae789333132a90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "edda3a1b62744cf1969e6dec1a9edb18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6691583e49334fdb889098001a846bf6", "region_id": "RegionOne"}], "type": "registration", "id": "d2bb17103c1e4102a0ab86b5610306d1", "name": "adjutant"}], "user": {"domain": {"id": "3cbde22cc80645eeb539e37ab790d196", "name": "1707968f0ff94eca98557a78809bc5d6"}, "id": "97afb93a7cad4a84b3b94d9aa0e8d17e", "name": "d4a438e478ff4cd0894f933020796b7b"}, "audit_ids": ["f2feee0d921a466dac3a93af87e2afad", null], "issued_at": "2019-09-19T09:04:45.170101"}} 2019-09-19 09:06:45,348 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,355 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,358 keystoneauth.session RESP BODY: {"extensions": [{"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}]} {1} openstack.tests.unit.dns.v2.test_proxy.TestDnsFloatIP.test_zone_create [0.051870s] ... ok {0} openstack.tests.unit.compute.v2.test_keypair.TestKeypair.test_make_it_defaults [0.062402s] ... ok {3} openstack.tests.unit.load_balancer.test_load_balancer.TestLoadBalancer.test_make_it [0.072206s] ... ok {31} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_host_get [0.060866s] ... ok {23} openstack.tests.unit.clustering.v1.test_profile.TestProfile.test_instantiate [0.064945s] ... ok {18} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_role_create_attrs [0.053709s] ... ok {18} openstack.tests.unit.image.v2.test_image.TestImage.test_reactivate [0.053470s] ... ok {17} openstack.tests.unit.cloud.test_shade.TestShade.test_get_server [0.284156s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,346 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,352 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,355 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,360 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,374 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.281363+00:00", "project": {"domain": {"id": "e406bfb92d95454c843e90c91749c025", "name": "6de6c3ed365246df84730c08fcf733db"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "bebd76aa0634430fb620077792539865"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4932cb4dffee4c2bbc474d3d79e11564", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "00d41afb25e04698b2b1a399bb738177", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "280cf32f18654748a2577d3d479d18df", "region_id": "RegionOne"}], "type": "identity", "id": "8405bd7944524228be2d279789c0aa4d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "44d07fdd057e476da79e56de0f7e7f6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b4e6841c896e49788b6f54a5c0c32637", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "bd3802eb21a4461eb8ed083331a4512e", "region_id": "RegionOne"}], "type": "compute", "id": "9894b348c75b4957a0a4a9e8898290a7", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1d8957c30c504eb2ba2cb21a372a25e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "979b5dd447fb4fc8b140702a485630f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "61bf23278f624df8be241e5df35dcfcc", "region_id": "RegionOne"}], "type": "image", "id": "da4e0b1214764828b905475cde76f827", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3b8d96af17ba4687ab5b45b63cced132", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b2ebbad4989248388273864862f82550", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "68b57618d89f45a290ddf5f96cc5d161", "region_id": "RegionOne"}], "type": "load-balancer", "id": "eecc9500f87144d28de90d3e7cdebf09", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5749ecf822794fff8bed083a58be9e8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "018a4df6183340f59aea33f8577cad64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1092440666ab42a596dc0c4a85573d2b", "region_id": "RegionOne"}], "type": "object-store", "id": "f7e2570ffe704126aec815375b7ac942", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bfad8f607784473b848a9979ac4d07a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "948adb9811d048dd9d5af1d2f1b1c2ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6d603900b72b4fd4a197a4221f4591c8", "region_id": "RegionOne"}], "type": "clustering", "id": "ca152de56e1342ee9eb47638aa0b0254", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "33b171c3e24a4e79834f9f8ea8dd7fa4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ff7eba36b93346d293c3a58469c2e319", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2f602427a45b498a81965ffd235a33a9", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "efbf2ef7fdbc44a8b060a8959f3e6334", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "959cf61fe48f421daf020e08cd9f26a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2c61259f33a94e13bf45939dac7410b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8326fa5b015d48c58f65c7383de6b39c", "region_id": "RegionOne"}], "type": "cluster", "id": "a6db53ddae1c49b3827f16af0e26013f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "39c26fb973794fdf834f021932cf7295", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1f46b6ed2c5f4513bd0fa436770ecee2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2b2a853e625a43b792d79c77d55dd82c", "region_id": "RegionOne"}], "type": "data-processing", "id": "a0380f26b7464d04b16693fcb982dcb5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "030770418f2d4d239b0e726ef5965087", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f6b257d9568148298415496b2dad8244", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9d4d10e8b02245f1846ad90b6ecfa8e4", "region_id": "RegionOne"}], "type": "baremetal", "id": "14331e36fa3f4d2c990410e29f22d64a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "95aa8b96128449189a2961abbf8fbdf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "82762a78da634a09998332bc734230b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "90ee23f5e1134d8ea175ff154a8e2733", "region_id": "RegionOne"}], "type": "bare-metal", "id": "68278298b3b04187ac0fab1a2765888c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6060ce7609e84082b057fa04efb60830", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bb1c9d9db70e4da680695172a6250fbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "94087021f86f4a2790b4b07a5b530f90", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "16785b31e6844be7adfb098c8ec31724", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "34c5f7bd104f4c349726a9f99591aa77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f71ae2d9868843b38033b3659ef7d961", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "6a257372a2174e25abd72bd9313ee4f9", "region_id": "RegionOne"}], "type": "key-manager", "id": "0d20665ef9b34b08a4b929caf837b2c6", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e4d7bd5282ce4b5281b82d25d3c6ab0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5858884f6353499cbb72f239b64c6180", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "574e051f97364951bdbdf1e5d542079d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a6817b89b363441cb709ac97d7c94e70", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "14944ecb4d604393aed43c4253da7ab7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d322f79acd5b4949971870bcb685e176", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "966818b7f55a419dac491464fe0022a8", "region_id": "RegionOne"}], "type": "infra-optim", "id": "685c4e09ce2042bcb284c81d3fb51974", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "57008ce0b0b04deeb1911aadd55c8fee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9dce20ddf6804772b0ad155cf1fd1d63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6444b659a4044c779fff747bbf91cb0b", "region_id": "RegionOne"}], "type": "message", "id": "127fea90d7544c9aa967bbb0a008a3cc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5176ec2449df473c847ef82c9577e4fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b60a59004aa844dc8478d1a2ec2d43b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "95e151a29bea4fc9afcfa96129403b4d", "region_id": "RegionOne"}], "type": "messaging", "id": "6abb03813f314fb5b70877b0cedf29bc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "41ca2dc1ae39446492ad1ffdff01aae8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1fc47786e8904ecabedf8e46c1822c6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3f15545858c34091b0c7f01a68542261", "region_id": "RegionOne"}], "type": "application-catalog", "id": "52f93f7e2c6a4b00864255cca6f2042c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d529ee46009e40a29766e3940b3b2b42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7116b3b871394bbc82648d497dd0088c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "44c82b77b8f54f4aa55ce1c449a418c9", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ddc3ed1c35d645caaa02d4373b6d1791", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "510f175242934841bdb76b349ab7dff9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fc7a4b77d8bd4cf09c89f2439e40626b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "92bfba995c26480e87d05af7b3b4d09e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0ffca3b3f9ad4f5086de64d84eab9fe3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca780f689c36428691c7d5a0fcf840a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ee6c14ff13a9438b8154ac4f6fe99f7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c713c164672d487fa6e0b803dec3e0ef", "region_id": "RegionOne"}], "type": "container-infra", "id": "e77881b0a5234e67b5ad2cb76c721d02", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d7b1bd1bd72448908d79e60b3e2372fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "dd31c6e5981e464fa4c2b65c20717a5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2b9619e10cd74e45bdbea2e71200fed9", "region_id": "RegionOne"}], "type": "search", "id": "6a802fb5cf3d4c61b75402fa23c1f802", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3215d383d54d405db35d70e729a9f3b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8f89bfbdafaa4b94b14b9c4c89eaf985", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7fc6cbb9e3674a91a0f8f200af28d8a9", "region_id": "RegionOne"}], "type": "dns", "id": "59c6997a5284455ea861627308bdb011", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "664810f2c7594bae90df9febd8e6eeb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0cfc3f7140904cbf9559a14940d64471", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "561d8e8edcda4ce59420eb9b986d755e", "region_id": "RegionOne"}], "type": "workflow", "id": "768a177cfdd14903a53654757d731c0c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2a3ad4c3a6c14b759307e154c9f348ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "07fc269c2ab849cd83834818e6584bd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ec974081889445a6b8882c122aba78e2", "region_id": "RegionOne"}], "type": "workflowv2", "id": "37c6b37bfa2946a08581f947076ae226", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "96a482bfda5a430c923b9b2fceb30df8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3d316b2f4d014a20aec763a71683ce97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a67f30bb20a54da4bf4ae1ec6b217efa", "region_id": "RegionOne"}], "type": "rating", "id": "2ff0cffd24c84280bedf9efce9d098d8", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d76625473c3a424d841a9c0509dc3600", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "28d9f96ba6344156a524fa3ecc48fc25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "43f3ca334ba14ed99d65aaba15b314c2", "region_id": "RegionOne"}], "type": "operator-policy", "id": "8d3645281c92483a9c5a519550fd9a11", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a58629883f684bfeb4901b28d152153c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "db6c590108414ba8bc9d0ab0397caa8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b8189b607c67465bb1c22424c0554f55", "region_id": "RegionOne"}], "type": "policy", "id": "9c41e2fd06544da6b159de8ca2363046", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "85375c1326f14761bc745d15c64e8a83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "41881bfa50e6418bb31f31dcff523fa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a5d85e9e75c2446a9a1e632a28e9fa12", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "882ca9ae49e141bd95c72618b0595004", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "590ceb9405484badb6c80f4e61b65402", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "26692b4500174630a1c8e6dd58982602", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "221d2ef647304b2399fb16eed1208172", "region_id": "RegionOne"}], "type": "sharev2", "id": "a75b6f3ea79e4ab6a9d24df4e459b098", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bd0bac20fbbe4b2891500761ef35c07d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d63e37bb26fe4191ac821aaeec6fd1e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "63df62e2aae149e3b24cfb37496d4650", "region_id": "RegionOne"}], "type": "share", "id": "31410fb6ec6147989a5dee9c749844e7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f782d7c98267483faee23f1d9668505c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "09d57a08e9544ec3998586ddcfd2f01b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2c55a63c79b04b56a0a9b222f2b1b222", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "38dbbf76e6f84762b0b602a5a977308a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba49248a965d48b78021eda8d23a55e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0414d7b88e3643698c51b6691387c2af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cda5f72ec7674ee4906eb79d2b9ef90d", "region_id": "RegionOne"}], "type": "orchestration", "id": "512edd4da8ce43dba1a4907bfe39e9c2", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a34b0a45f104b9e9b678790712eb826", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1b5f52eda8144899e7c974bdbe2f688", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d03a31b3b70848dc976376dfd33fe0d1", "region_id": "RegionOne"}], "type": "block-storage", "id": "2a9a679b76594e0ebc0ebecadd4bd4cd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afa9ce9c870540b0ac63b72bfc5c5c75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a9958d533ff46ad920e8b41b3e04cfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32b0292356544fc1b22a6c8e625e98fe", "region_id": "RegionOne"}], "type": "volumev3", "id": "777fc455242e447498f2e5fb8f87034c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ce77915f4be41d596be922ee91249a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "875e753acd854573b15ef4a31a6892cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7ef8aed96c44ca68c0aac85f3a85d8e", "region_id": "RegionOne"}], "type": "volumev2", "id": "5028316f70fd4213b19390fd2e3fd01f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37e7b94e87d44b13aaa7fcbed6e99f34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b4563afd33a4432a79889e0e810f7cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5dda843516294d6e9e7b8f60718b1365", "region_id": "RegionOne"}], "type": "volume", "id": "5553195260bf4a1590f1526618b6c0f7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "adee21982edd4c259aea2f097e2b4372", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ba0c30b268a4824b9e7b964d0ff6596", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85a3e5fd2b564ba0a5894fb47775c6d1", "region_id": "RegionOne"}], "type": "block-store", "id": "2bfb30f530d04f27ab4e1c7106f8f61c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c37f38f2d10a40aea0048adecc9dac34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "03a1d3dea47b45c9b069d4464cdef8fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6d18ae00af294849bc3780b138ee7a24", "region_id": "RegionOne"}], "type": "alarm", "id": "96da4f295642489cb72af3cdb4eef961", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "73146c0595ca44bf8ff4f9393c43cce8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "01ec60b23d0a4a788493d8b7d214f0fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a82aadc8f4e14f82ac68ca734a8d5f35", "region_id": "RegionOne"}], "type": "alarming", "id": "b7893b0d5bab4b08b2d24d5194c8255a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0e81687d74584a0c8e47244df4b31768", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "928177686a7c44b09e3dfddb3654eee4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7414a4cb6919430b902533ede90f9ad6", "region_id": "RegionOne"}], "type": "meter", "id": "e29897bd838c4a3c8fb2690efae09b08", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1ad7b936cf964be983ffe4e76e1d2401", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0e6e9bd8e34f492caf5f65e86191e893", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c265970c05e64f6287ef82b513d148f6", "region_id": "RegionOne"}], "type": "metering", "id": "93a3f286723c425ebefa1affc1783996", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cafb41108b7f43c0ae3734f897aaca05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "770829c743d349d7a8999f6f87841efe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "86eef2d805484e50b627f0fdc6feb9e2", "region_id": "RegionOne"}], "type": "telemetry", "id": "fc94f81fe0914ab584af9d17a5fab3af", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "10535b953db94537b52c17ad1a7653cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0c5b2c4f6f1c42bab85cc2a63bc888e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4069f46abe9541669c02ff69e891f0b1", "region_id": "RegionOne"}], "type": "event", "id": "7616c43ac9be4cfa8d7efb03652576e6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e7c316fef92943a5a66d85300e7571b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "643c2de4d091486db3bd4aba66b28d86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cd14944f97194d9d9b3defe9e9a627b7", "region_id": "RegionOne"}], "type": "events", "id": "fad2e219954b4c28aa5e67050fe871fc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7a43afb63a2d4f90857775a6457fae78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b90068ea0b0a402882f97237dec16d08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4e4e8fcda1aa4babbd8791287146d3c3", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f75b779204e4430ea479f9fc039dfc0f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "db27639ef9ac4910938f00bd9764d3ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9b7e509af02e4520a35a712c9eac1511", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2672474f2ab24ed3aafa1d586acb313d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a2e4666d2b8c40b59e3de9e161dcad41", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "555dec09a2624b118997bd282b1bd0a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "18031b21a69a4bffb6fec16d0777229d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "545795b3727141d8be26a1e963ff4958", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "19e5b5fc625d41228fdeb697bd320913", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e32667ec4e584b649de8b94d40ad4053", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ec82c475a89d4657b62b11ba4a4e04f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2525baef50af4f1ab91c63bf4dc1f8de", "region_id": "RegionOne"}], "type": "tricircle", "id": "f05d14d4261d4061aa7f278ecbfcf86d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "82bf2748552f4e9fbe7d68617574eb09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e87b94af6ef04058a1499d650059778d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "9ae8738f501f4185945240489e2b2cde", "region_id": "RegionOne"}], "type": "database", "id": "8c2a455899124b279e9668f2cc67e2d7", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a2e1b54202004ece93632f79e3d055ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "739f83a26c7c4492b5d87eb192fbb381", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5838f77c2392443d978864f554016ec0", "region_id": "RegionOne"}], "type": "application-container", "id": "1d402a576421404a98deb14f63f699c8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c0a8d5037d834c09a044d1769ba38947", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6a0eab61fd404a10a918dfd81e3287fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4af775840e3749f38e3dc5c5c0b36fcb", "region_id": "RegionOne"}], "type": "container", "id": "8dfe93c450a9434a9b29c4642b7aeea7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ea93fce78f1a48fd898431b354421582", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c88593d7a35c49b0abfb8ef682b411a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "de794b31ab354448ac7d7a5a1b784114", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ff1d06a471144a9eb785af098348acf7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "98c19956b09148dcbe4ba8de79f712bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "803e62e40ee4452a82d0225a73232209", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ec4675f770d1473c80ebc3fab93a32c5", "region_id": "RegionOne"}], "type": "rca", "id": "d454b3e53b224fbf8f5f290f8c76a225", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e3c92d3bcf104f17857464c6ac92e7b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2a712ac43a40467b95b210334275702b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7d845ec0c39b4b0cbf30d4ab9028d20f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1f5bf7a9ec764052bdc44ffefdea030f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3040944f333e4d919ee54a48f3ddeb72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4a822cd86c7547669b23f3a86248208a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0876f7b26680447fac39b2502b72796f", "region_id": "RegionOne"}], "type": "network", "id": "83b34c194c3b4ae8bbc846c28c163be1", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5fad8e4bf9c443648c90f24c4d88b249", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1795d829fe1542ddaf5a5876eca36fb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f217e4f56f8643f79d41f6cc9f4daf21", "region_id": "RegionOne"}], "type": "backup", "id": "da5823db56714318a8c05e17b3257bc2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ed23b0d3173041de9fe1056b7d12c271", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "20a9eae46c184a9ebfa993ef30fc7b9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "db88adeda6f6463f95e73716e55fa9b7", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "dedbb0b1cf3249c28dc01e1e014aef82", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6755f6612460417da69c816c042404e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "902a949493934047871b253360b18a30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7ef77685c3924b44be40651c242ba867", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "588d38b0f023404dab1bcc995c7b3548", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a09ffeee6e714b2fa72413d4232ca49a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6dab09da2b41433c92fd19eb3283f063", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5bbc94035cff4518b5a47417e3bbcf69", "region_id": "RegionOne"}], "type": "monitoring", "id": "de79e31aa6514ef4a92c29b9758e2ebc", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1949f20e417d4a40afc3181ab9d45bb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6545af5dfa6f4bc6933fb633e3294405", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "91ce61266efd4ad79b4f1087147740f4", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b9475465dcda45d3a086e0d8dbd8a5b9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5dfc43c653d34c39acd7d62006d0d900", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "71b88cb3a9bf4c85a319b02df4855ffa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "350db8dcf0654f37aa3a5c771706b3b8", "region_id": "RegionOne"}], "type": "placement", "id": "30f7e765a4ca476398294df2ec3baaee", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6166c60730124590892b1d2e4b8105d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f15f0c4599c0476d98f478668d6f7518", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7f081a9faed2474ea6a6aa7b3460f687", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d84f6fb4eca047749acd580b55307d11", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9f1476455a864948891c1c33de58e898", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1c759c2019d34cf1b9e6386098d0dfa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e94ccad3294c445783f091225d6d96ee", "region_id": "RegionOne"}], "type": "ha", "id": "56920780445c4c3998ad2c3e059593b1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9eefec5daf484f468d21757b43b3f5c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b24312ba62594abe8fb842c0507b6323", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "175e8d7cd7dd4e1689fd4768a45246cb", "region_id": "RegionOne"}], "type": "reservation", "id": "48d57a5f8a9547338c7cfd8c486959a7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "80d4929ff55544d6bef88849f9eff67c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2210af121d0445aa8732d8de767bfb14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "0f3e81533fc049a2af12a93c14ab6f25", "region_id": "RegionOne"}], "type": "function-engine", "id": "8f605035c3364f1d9185f2afc7476a9f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9e2f5d5616734a32b0505b20d305f17d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "95bd929486434c799b663a4fcc1599c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "91d9762867d04bb3b2e6ecb987a58fff", "region_id": "RegionOne"}], "type": "accelerator", "id": "122ce1d674924217983a0a8fbc4d723f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3a707a3a5c6c447c86ce186f800c0726", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bf0276b5573f477694a9edea239cbaac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2e650f1e15514632910e6b0af18c82bd", "region_id": "RegionOne"}], "type": "admin-logic", "id": "520fb248155942a4b87cebe15d4be5a3", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "82c91199eb1b4e4085262cadfa7ba055", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "344e1afcf4fa45929ce8a6cfafebb65f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7187b4d91c264912906781d947ba04ab", "region_id": "RegionOne"}], "type": "registration", "id": "43209172afaf4aafb34c5d3f145371bc", "name": "adjutant"}], "user": {"domain": {"id": "c5a5f14e7b2f45339c9458f0a9233ff4", "name": "080d45f4c85a46f4ae0c89d42f9b24b1"}, "id": "526fc78b5d154ba2ba23c8ec9c36595a", "name": "d059ff008af241a383664da92fbc4fd8"}, "audit_ids": ["f0b57f60694049708e1fbe02372cb4a3", null], "issued_at": "2019-09-19T09:04:45.281363"}} 2019-09-19 09:06:45,477 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,483 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,486 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:45,506 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:45,512 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,515 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "123", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "mickey", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}, {"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "345", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "mouse", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} {23} openstack.tests.unit.clustering.v1.test_profile_type.TestProfileType.test_basic [0.064880s] ... ok {2} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_cluster_update [0.059909s] ... ok {2} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_get_cluster_policy [0.065807s] ... ok {6} openstack.tests.unit.dns.v2.test_proxy.TestDnsZone.test_zone_xfr [0.068498s] ... ok {5} openstack.tests.unit.dns.v2.test_zone_import.TestZoneImport.test_basic [0.065356s] ... ok {22} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_update_subnet_disable_gateway_ip [0.236920s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,357 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,362 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,365 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,369 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,381 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.288654+00:00", "project": {"domain": {"id": "9ce170a23faf4995b321d5ceae13946e", "name": "ff2a842c794546a68dd7e5fc1c8185d9"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "99d61cb1cf3844789b6cc3832d1ddc7a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9ebce6eac6a74aeb870e9ba63b349600", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "212daf4536a845bba02e783b1e0c84fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "276f82c39aa24b0fabdc324bf1d20ad3", "region_id": "RegionOne"}], "type": "identity", "id": "328eebe3850442dc8bb61f11d7bf42a7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32e8e87ae1c54f91b78a38bc656bcebf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e75bb2723ed4409bbd8dabcbc5bb296b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c25b4866d4794d4a9d7e9a1876b522bd", "region_id": "RegionOne"}], "type": "compute", "id": "a5dc84fef2e8482b8fbc763b869ba645", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ddc1f177a38e4886ab2e6e1000ce9b18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b51a01dab8694c53a3a4e55e01dc2b94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "44e729177a364482b7ee9e550711ac57", "region_id": "RegionOne"}], "type": "image", "id": "d35d56ce015440b6b3b08c3d03e6d50e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "89d6bd4aefe34f54bab22f33dbfc90e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "24ec73aae3af4f5db9f40975efeddf4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "bc363fa888ad430caf2663d79acae541", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f07d5f01651e4ba9a58d210d237b88f7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb9d968ebc2f40819700dc7b7b756afa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "369c87ac3d04484b9837eb2724bbcff0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ebc747c901240509c822ff5e9c39cac", "region_id": "RegionOne"}], "type": "object-store", "id": "cbadd11695ae4d69a6e8c0d01ba6cd15", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "42e7e92a3e9d48329d3a6cb741358bbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8ecc0fd0dd824eb596192cebe653d7dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d66d94d6667647ba8acfbbedcaef0918", "region_id": "RegionOne"}], "type": "clustering", "id": "e0327b002750460aa442d29b9d28644a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "852a6ed6be4542f693603ffbde84a77c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8e97f5d302d848489d9f49bedae6f234", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "84f8b67b862549848f7e5c760b76f321", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "01ab7990eb644f1085f8c66c7a6448ef", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e3781cb5ad08467ba1938949d443927e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a072bd9f98f94a1e855093195857dd59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cda16da6d7374439bf5729319e46ca79", "region_id": "RegionOne"}], "type": "cluster", "id": "246471e6a72e4bfca9514b8b36b928f5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1524a2f0b8084ec7941e0faea062ebfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e8bf063dd8864df2ba404ade9d36fa6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "55e0ba7207cf48cba304f53fbbb59353", "region_id": "RegionOne"}], "type": "data-processing", "id": "546887231d5c46c998157502f2c8a213", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ce7a2eac1a3746108afeda655bf2c8b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d3a7cfea3a834c33a9c6e0b30700d2ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d46ee2b44b8d463eabbd9bf9197c9c9f", "region_id": "RegionOne"}], "type": "baremetal", "id": "d629588c61064d0ea39f015806354794", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b46189bbeea94f618e800870ec6cff82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7236865e80a046c2a4d8a4429f9fe3e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b247d3c8430d41ea829b3715bac204f1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "51c08b245de84aa0b8df33e6afb91bef", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "88ee6d63a13e451b87eee2109b936463", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ade2d7f499c84de5b35fdc3f6648d8e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1e7516ebbc654657bc96231616853e3a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "af1fb47066ac4dffa47f8bb960780e99", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5e9a768af15149c9a28f4c7791f953e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7052a3ed42b243d78d5bc2c2ab98eb01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "fd02aff13d4f442fa3b8a787a24c8926", "region_id": "RegionOne"}], "type": "key-manager", "id": "6e9f423675f34e61a175d6fcaf7d21bf", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c48d9f23ee7b43b694175e979b444207", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "98aaba32012c4ed3b715b7ea37f599d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "053528c663bd452f973ffc59eac46043", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1fc4e2b5004a472b829e648126a2ec28", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7e7bff3b5c044745a38e6513181fea08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "92b911a8c8f84709b352ccab0c68c829", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6bc9de7781e94081b52a655c6294b667", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b95e1c049980456fa2df630843cfedad", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c5f521d9f66a44febbe2111a53a4ca98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "68df415f344e4cc9a6915afa8a5008ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "aaf2ce31f9ee487db4120ae43c6dde94", "region_id": "RegionOne"}], "type": "message", "id": "ef4c0afe73e34b4eb02503fd87b035bb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "221e5535d5744369aa5d45ca8f871708", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "04336474e1e24ec3a63f44a0208be496", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c7fd3d1332be46c497dcd158bc8cdf0c", "region_id": "RegionOne"}], "type": "messaging", "id": "90d948ee195f4bafbe066f6e96d218fb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7cc5fd10c74a4895b7a1f6c78184e3a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ca8815145cfb4c0a81f249a05c362946", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9ada083d5100413a8edcbc34d311052d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a1e49c57a18c4f93bb38b8f894e7dcf4", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "623f4fe5a05e44a3844dbcc28fc246a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3ecb0668d9d6419ba770d43f437c30b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e0eb7c518364fc689f7ceeb4f826a13", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d62f31d641454b4d93514d389d6cd158", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c1c017434784d01ba13990c2bdb1c63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3887f9ce05d74804b4f94fccc36c0387", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c5d16498b71a476ea2ca96b715ff5a08", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "48432066a14642d9a097e0b5d2530b9a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a985534cb71e445cac95c6c4f7790c3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b5333130f6cf4ff7b26fdb88375e25b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e199b91061fc41089f82c65843efee56", "region_id": "RegionOne"}], "type": "container-infra", "id": "db75e2ee95ab4dbf988dca23f21eb269", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "27dddcab46ab4b0f9ed8786f775e26a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "73e3906dc676450980816484837a5092", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3e4ac7aac6d44d7594f51286f04f109f", "region_id": "RegionOne"}], "type": "search", "id": "ce12035da1d5450493936fa8977a2903", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c88ae2f71ef642759b378c917f2a64f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9e3f1050f85e4246982933b66cb35ef9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "92c457d7bef247c09382fbba29b3138e", "region_id": "RegionOne"}], "type": "dns", "id": "f0f8cb205b7842c8a8b9275a2db4bcee", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "38b39ad7f219433cb1cc0467dd2cb29a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b3216046884a41679fad96ea35eea5b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "23ea93180e2e47af8085d453610599f2", "region_id": "RegionOne"}], "type": "workflow", "id": "8f84ea4efdcf446f88d44948c6dab87a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7bad726ed8354f1fa4a2c6b41c176832", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2dadc428396840fea91d1f4005cb363a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "23affc1cb8e54bcea697ca8ef60dfcbf", "region_id": "RegionOne"}], "type": "workflowv2", "id": "187d795440a14d798a99e0c6b133dd27", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "69d6a95e239c4113ad9f1837aab2b915", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "54dc4cb501644fb493e08609ce5ef995", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a875a901325a489d9120a6737160c300", "region_id": "RegionOne"}], "type": "rating", "id": "4ed62868bcbd40eaa07a06ecb1e7ec6a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ad29397f923547159532b732e1bc4b40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c161d8821f504fbe930e14a7e9bba785", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "446dccd98f8b475eb9550001ca974fd4", "region_id": "RegionOne"}], "type": "operator-policy", "id": "76bfb90392174a13836dbb0bbd596dbc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "667d6a5cc98d4963a263a7ffb7832522", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "df6e1e533c0d4d6788a5381d0dac3c2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f756568d816444b6941b720bf913c783", "region_id": "RegionOne"}], "type": "policy", "id": "2b82c3c784ed4958910a1c94d0ec6e12", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "25bbd525b2de4581951bc62665c57202", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "76258a56f57a4a3b80f1413facdd5fe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "97ceb09538fd471491cc499440cbf169", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "42c1e10f299e4c98940f2dc78eb739c9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "402fc5a53dd043b8b74d7a6fac5acdb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "55d48bb7cf70421b9b1cfc63d313c63a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "aa53089e3dc940cf852aad47b7ba226c", "region_id": "RegionOne"}], "type": "sharev2", "id": "5d2f909ed6964753a38bc72db842439b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7c7283d573a9428db5076187f4e3c944", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6dd8ee920f0a43f899f66b895ee9a3a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2686ecedd29a4f4ab0264f1b77e8e709", "region_id": "RegionOne"}], "type": "share", "id": "21a39924cb90442abc92d7d4bdcad8d0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d17c36f722454c80a4cfbff55a551be7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4bbf0e2844f34a948a57a0cdfff84416", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2f5ee1612cd947fc8b650a322499edd1", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "747c7cb9f50f4a12aa84f48247ca2a28", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb91cac197394f61817ed8a60080a64b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e04b45524e0a4361a3f0962197c6f59c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1662b44e2ff54a639feb89b744f8c82d", "region_id": "RegionOne"}], "type": "orchestration", "id": "c098441a33f74c62b3eb6917d68e8511", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "180d23b799a64a219d93864b03412407", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b26deb1b05d14e81a18458e471b3413e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8503a9a578f4d3a8442015e56eb7603", "region_id": "RegionOne"}], "type": "block-storage", "id": "ccd947202c224cac8035e13150d2d7b7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49297e2bff104253964d5b33eaac778f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "286a042ad093477a9eed35ced19fb775", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fcf2c07149af46bdac0e6aba47323ad7", "region_id": "RegionOne"}], "type": "volumev3", "id": "d28bc821e10240ad9c7b63bf8d4c51b4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f080e9f28d324d9eafaa614a163c07bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ce220d26ccd4c37a56210f623bf45f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9948290e780841748e3af02c4b999a8c", "region_id": "RegionOne"}], "type": "volumev2", "id": "478840adb9db4d998e8dba5599c314fc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "821f3c0eb6094990b6571af3b48682a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d7b1de468d8408d85c8aa882e31ccce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58148afebd04439ea6d13f11b9f7e094", "region_id": "RegionOne"}], "type": "volume", "id": "e2d455d1ef8a4d40bf07aa71fa869a0b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b753960fb66344ccb7c69ced0fa675f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4a9ad41533b4eefb265fa749bd7a2fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9870d27cfe504f7cab2a5791072686ac", "region_id": "RegionOne"}], "type": "block-store", "id": "108d021904084059b86ce30386e55549", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7049779559b7416b90686849f0141e4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cb45ab5ba39347e0a09f3f598d74e86a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "37d34a0cca574079b37671ff7d66515f", "region_id": "RegionOne"}], "type": "alarm", "id": "0ac2ba1cabe649ef8c0cdb89b95776bf", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "be4ee99a533144da86a6566500831516", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "36bc63b93a994a39b22a972c48787369", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8b780738261f4649a8ba4e954c74f2cb", "region_id": "RegionOne"}], "type": "alarming", "id": "b7c5bee51e63498a98fa30e0b7760b34", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "38a5130be124439bba316bebe93fe60c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8db2178273d34781953aba01ca232f3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4eb5c1fd7d7944138d75c5e65fafbd05", "region_id": "RegionOne"}], "type": "meter", "id": "2c377e4e9ff547168aaa968a2e403027", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4f3e45664a8e4059b49807ea721c81e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a3f8910dd8974a668f42179e73ee40f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a588f14f4bcf47ea98ec7d04982d9622", "region_id": "RegionOne"}], "type": "metering", "id": "907c1abb32fb4fe7a70135af20a53f3b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "116170bfb7d4428590736cb18baaa13d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "09ea6f70c7de46feb0d89878a70e2a11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d620539602104b6db8cfec06975efbb1", "region_id": "RegionOne"}], "type": "telemetry", "id": "594b3e41fd84483da83bceaa6e2bdb54", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c8d16590696f43bfb48d8a7fefc3f3c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "995cd1bc6f1d4c27a4f866797df84305", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8d1c4aa813f64a4e89fe18b6b05a51a5", "region_id": "RegionOne"}], "type": "event", "id": "26e93cf9c911426ba12f72a759c27ea1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2ec89079ed4f4cad8c60b024d2f564ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "de7953577f294b17861a72f7bee7bff8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6bfe179873d44152bba982595f049ad2", "region_id": "RegionOne"}], "type": "events", "id": "2a51927d0a9243f0b82c3eb5396ef0dc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "063f8a6804fb45ac96c2b0d6bb7691b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "086f6d0ead7b4e5886c300fc7a7d94d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7c48d937ce4048389675dbf866148bc9", "region_id": "RegionOne"}], "type": "application-deployment", "id": "adc46b5defcb450a9893853f99b411f9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b7d4d74fef6347fd81ea86b0109f45fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "765fef18b1db4439ae3368065dc21f35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "63981a973fae42039cd45b99d8fcfd83", "region_id": "RegionOne"}], "type": "application_deployment", "id": "95dd91333cde409782272a530fb4a58b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f28d2d03cdb946a3b766d64a1105b460", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cf074095c1ee487198129f6d5b91e67b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f1e7f9e8adb8480096a09048d6a17ffa", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "557d8c28701249cb8eeb73654db3f553", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "59d69c59c643432683715e27501f6cba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "594ca984113a4edbaf6f81305a4c62e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3e7303d4f4e8411083529739164a8078", "region_id": "RegionOne"}], "type": "tricircle", "id": "be4ac1a97797478aa0f9fb1857fcd447", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e98443f4a619424980417257bfeb9692", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "4c2aac9286634c73b942efee6146a8f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2ac1c1d34efd471e8d013880cdb22763", "region_id": "RegionOne"}], "type": "database", "id": "7ba9006127c64a17a3b0dc8377e79da9", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7e9de855f7e745a09b9af14827859113", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ae8a5afd764b4267bbae3e9ad4682155", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5a93e0df5db54d6b849b5c53e4939d26", "region_id": "RegionOne"}], "type": "application-container", "id": "637ca3d72a60440395439267c15d7876", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f7dbff3a53dc4fb7a86e7a8248c953ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4c89639c6a9e4485a12698b3cb9f33da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "26ddd33e0cbe43c4aa811abc754a9054", "region_id": "RegionOne"}], "type": "container", "id": "0f63d496d95e4cd9a0ddd3079585f6e1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d10da9c2316f4b83ae2cc4a8f60428cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d98ff4ad3c604bbe816ced493f0fe491", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "67c2c072ec2e4806bbaed5e0c08ec055", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ac28b511703e4dc6a3030a48c256cabc", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "64cc2d5dd1b247aeb2bb0fae8f7fe1bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1fbc091c8dec41ce9e8d85f1063024b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "59e762d1e0924a36a07ca7d1162270f8", "region_id": "RegionOne"}], "type": "rca", "id": "5c793b92d5cb4acda28930e3174090ed", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2a97328e8aab40978030e67243c56c46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6b048f9d5acc456891777c58b4fd7e61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "3b980dff9a3048d394071fb07f121b95", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "dcacbd53113546f4ad061e4a03a8d970", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7c84aa3810f84d0594835317c1187783", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "df50d20e396945cbba5cdf8d364a1dba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b0a8b2b89ab0423d9d7e6483b774f13e", "region_id": "RegionOne"}], "type": "network", "id": "01e5a79da6924468ac0b13e8c44cb014", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f41eaa730f4449a9b3507d073a756933", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "25c30b55a7bc4493b488d6815adf8e79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8c001e0dc67741a0bd50b5447c6bf6b1", "region_id": "RegionOne"}], "type": "backup", "id": "21648b6828a54516b0f624f195c65f91", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d38b602aa94342bb851c3d06359fb7e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "af6a411ee0d4472d9a74093b5e70a7a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0e73771a1ebe4ab28002bc2aac015044", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1edb8c37dceb4a63b69629affc793c95", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e3921a1a3faa417ba0b362d4e1ee7221", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2f5f7a941bcc4443b5a15224bc566789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "28241b2c2a1e46cbab0f85c5cae551b8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e29f6f837a6948c884cbc29b333bce0c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "608ed57157164795b8d8c020f4cc3fb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "da1c519932a84ad48a05b86de1cfef88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "face2458e1264b01b48d9c526565907e", "region_id": "RegionOne"}], "type": "monitoring", "id": "efe68e47372644e295cc8754150e5bb6", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ebdcd801eb124ddd958aa5cfe9f0d948", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c47321fe66a3489faddbf788a9fc3873", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5dcdd3e90d85451faf28cebbc793cd42", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "bccc320457554e3f837a2ca55577e93d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "29e4cd62a6c949ac8318a0f83ca938b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "72c78932cc6e48a7958ac5405ee4dffa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d550a38ce2414c459a9f5bb29a61a389", "region_id": "RegionOne"}], "type": "placement", "id": "99cdf70a67c44fd6afc1833cde6fbbbd", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "304948c0d2be42acbdec03ac12cf382f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ae4f9eed96d946728a5303851fef27d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ab603599f4ce45d39f878d42af986c87", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5462aca9487246ad831317e9bbf39b23", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d341d281df4d4df3a7ad73d224ba050f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6e528ba3458a46d695fe5c84f4255fdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b0082be57bc245a8b546d4b23f7bb6c8", "region_id": "RegionOne"}], "type": "ha", "id": "42c7bfe6fa1740fb91f6d0af0bd07e86", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2aa8db4e5f664626a0c6caa2ab4131d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "71037b37d0c14bf38f2e79216978bb18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4ef5abffcde145248f4d5039f26fbdc1", "region_id": "RegionOne"}], "type": "reservation", "id": "a4de871fb6e649e1972462456cdd5441", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e48ed9c37073454ab976e4c90c5189db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c1fbcfafb3c7441681869edb4c142857", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "94afb13cb1de43fbbd66b72e3f03c437", "region_id": "RegionOne"}], "type": "function-engine", "id": "16b8269298a0470d8b8c37dfafbc2107", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2ec9dcbf83b748a2a2c88930526f2996", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0ba874aefeeb482cbbb532c0acd60939", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "8b83a7eaa525407da27fb8cbe7ecfcf6", "region_id": "RegionOne"}], "type": "accelerator", "id": "c662779731b34cca8157415fe743eade", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "54706a3b264f40c2940d5e63cf3fe1b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "30c9e9e78419425db5bf3ede4346d75d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1c50b13869a54e7481d9acbacc7521d0", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d74b6dcf09b44329a88226dfef9ffe21", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f059d32dd5cf4276b709a1356de9e60e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ea6256e424d348c98d0d53fad83bdb2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fcd2d321cc064a078fe07b66c0db5e9a", "region_id": "RegionOne"}], "type": "registration", "id": "a0ebcdd568084a2aa70f93113004ec2e", "name": "adjutant"}], "user": {"domain": {"id": "ca7014adde0f45d0b59a1240ac2fcaa6", "name": "2ff8b7396f71455391929f321ab721c2"}, "id": "d9adb1a3018b4b489e0e0b2aaea04226", "name": "29c0ce2d2b1147c6a9005c43732568a7"}, "audit_ids": ["fc2213a937044f0b8bde76cc3ea812d1", null], "issued_at": "2019-09-19T09:04:45.288654"}} 2019-09-19 09:06:45,496 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,502 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,505 keystoneauth.session RESP BODY: {"subnets": [{"service_types": [], "description": "", "enable_dhcp": false, "tags": [], "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "gateway_ip": "192.168.199.1", "revision_number": 2, "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "192.168.199.0/24", "project_id": "861808a93da0484ea1767967c4df8a23", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "name": "subnet_name"}]} 2019-09-19 09:06:45,510 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/subnets/1f1696eb-7f47-47f6-835c-4889bff88604.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"subnet": {"gateway_ip": null}}' 2019-09-19 09:06:45,515 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,518 keystoneauth.session RESP BODY: {"subnet": {"description": "", "tags": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "host_routes": [], "revision_number": 2, "ipv6_address_mode": null, "cidr": "192.168.199.0/24", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "service_types": [], "name": "subnet_name", "enable_dhcp": false, "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": [], "gateway_ip": null, "ip_version": 4, "project_id": "861808a93da0484ea1767967c4df8a23"}} {0} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_get [0.060845s] ... ok {0} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_groups [0.061223s] ... ok {0} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_ips_without_network_label [0.062070s] ... ok {25} openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object [1.812153s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:43,698 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:43,704 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,706 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:43,711 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:43,724 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:43.631433+00:00", "project": {"domain": {"id": "698bbf98f81c4e9e92b37d32b21d338e", "name": "21685ba5235c4c2cabf84208f5d68b6f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4478787d27a1485c86afaa87f7b1cd3e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9d6ab855fca9434bb4c97412b1be8a28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "51398b0585f446798cf9a594124ea9c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "361ee1e080b7485e8e40ec73d272f4a7", "region_id": "RegionOne"}], "type": "identity", "id": "50ee1ba0146d4a6b960d0871aaeb07ad", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b577d4b157334f57bd1e602ad833e58b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3ac9e19fb75e4d8d8856f06c5466fed0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "dd036937babb42a4a2a0fc3b5d7b60a2", "region_id": "RegionOne"}], "type": "compute", "id": "21ebc19a7db1446dae79b06a2dd9d781", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6be060605dc340769ef31dd2cd44d8e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "aa8cb2d16a324d73b4fc0eef74f03f4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f4fa88b82f9d4497b81a8af4e3066a4c", "region_id": "RegionOne"}], "type": "image", "id": "7fbfcd000e0c472ebcbf2e8b82d7687a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4495441104f94b899086f1d196fff743", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f1511da0c961440bbf593ea5617b4506", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "159a6d28c76f484d89251649f06d95d3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d5b5cfb57c6147a1ab9a5e28c55d806b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33cec68fff154636b28c6b7ae36d494b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f04da66889fd4bc099934e6991b4a129", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc68ce1dc1e9434ba766539e668373e2", "region_id": "RegionOne"}], "type": "object-store", "id": "3958c57b0dae44bd91a701a614721a93", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fdf82c3e35094dfdb49a0553f8731f35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6c9d7a2e233b482abf1b4085a35cb551", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b8a84284d2c544d7964d231f9f00d6a9", "region_id": "RegionOne"}], "type": "clustering", "id": "f43ad936220446d3aec92c9e7996d349", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3cbc8ad742634f1f8c2ff2ce7e2e9c13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5359a2923c7349898cc07d0a623ce09b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "14abccdd125848d5aad043d9216f8e92", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d9bc288a08a241ea84f97ce803e807b8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ddeaab80ab1042318241473c948848b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b177e379d11a44a18b764aa51de18fb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7cf0d7cdb81042539714d7e57bc3494c", "region_id": "RegionOne"}], "type": "cluster", "id": "ce237dbc9d9e41989555ac2340fe0f88", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a3369a718e95491c9cf0b8fa5e5c756a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "29d4501aa4ab4b1d945c25e0b177072f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e82592944f414771858bee49124712a1", "region_id": "RegionOne"}], "type": "data-processing", "id": "257c85a9e9b443fe93b813b7b217e1c9", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d72572a01459443191ee2dedb6f823dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3ff08819485a4627831bf2784983d7e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1c51a84d72334b1dabc2aa12098a7b60", "region_id": "RegionOne"}], "type": "baremetal", "id": "ca9195a507b14b7dbb9d5f531c572133", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a6b26164211a487e9bcb779eda56cb50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a032ad74ffbf48e59a55c803dc00d3bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c58f7edcf0744256baebeb2d1cf19d77", "region_id": "RegionOne"}], "type": "bare-metal", "id": "9e7080b9f39c492681c4afe0fac14821", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6bb5c0919b5f4f54b801e3efec113f0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bfd8638f52fa4c1585c7d07c91e58e18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "86eb3444bba24b8ba3d53d10f35cfd33", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "67d7de8d4f5a48a4b35972cf04e2d77c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9c9958ba54474288b2d97da448ca57b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1bdf36e2747149548014aeab61adf245", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "85da185352c94606a32704da2f312446", "region_id": "RegionOne"}], "type": "key-manager", "id": "88785ce17e044ed98a6dba54d16ba4a6", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0b00f182b20e4c48bdc6eac31ff3c0e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5ef1e68b9c7c462aa4804b997c374756", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0d8f35145c034ee1b9fba09dfa99ca6b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "21fcb89649844df1bb94a0880d2af0a0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "67388dc268444042a1d46d8006e8288d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "61706f2bdef749eab31d2818b40a3533", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ae3f9ff53d654b32b57d11bdaf648131", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f8334e727ae145ffabdecabcff04d1d9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6d9695b2534645069b4904f1f2ac2b23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2450aeb3d3d0402ea8eea5bfe7035400", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ed2242ded101498ca0b38be038f65bd1", "region_id": "RegionOne"}], "type": "message", "id": "ea36de4108d24b0c98b50bdcd03ad815", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4e797aa5063043d4b01e8cc14371fcfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0632e029b78b49c0b88ff7d058ee57b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6616d60b0a544472a5efae851eb988d7", "region_id": "RegionOne"}], "type": "messaging", "id": "53c97f4d67654e37a9d228bc2fd41019", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "031e0b0b809f412da74e2a38c2a89fe2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7f116ff65c6c437fa98e1c49e671e28d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b4fd4231556544819eb202c951895e14", "region_id": "RegionOne"}], "type": "application-catalog", "id": "15becd8528284591aa91bdd1de463e8a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f0126f5a063348c4bb39f160bb992221", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "90fa0f7648484016a340a801f57cdac8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bbf5e67aa81b483780adfacce14f7f7b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c0a339d1b20c49dab0c405145da9be9b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e0af154923ab4613afc6f0b62af2c796", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "800f915bb10e4f2f957ab745d5737a40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f4f4bf6af274c2d9e39f5102356657b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "75374c22d90e41b398f341e5de943305", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "135956265a194e5c9b3ed13d0ddd2b12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eaab98df5a3c48e89c51aa05879887e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c1d820137554451a92a18e234733aa05", "region_id": "RegionOne"}], "type": "container-infra", "id": "6b71b8df9edb4eaa9ab7948de74a81e4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "3d38b11c6ac94a96a61b2a3ca17dd6c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b0b2de3c587542dba3f6ca0eab160d0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ea01c17a7bb247bbb74cbe156296933f", "region_id": "RegionOne"}], "type": "search", "id": "217015e3abad4560956d0dfc383aa2fa", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "612bef9e786c455ea0e77c834c1b7e6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "139c442730344456a97fbcd1dd84fe4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "cbe3c52814674005840ab06b539f6870", "region_id": "RegionOne"}], "type": "dns", "id": "49cb17ce880b41c6876e94ee43586e00", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aee06c57f7364069974e68c108258a0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fe5d2fb7936e435d8fbb9ffb0defbb7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ce57ea16590640fd9bc25d21717497af", "region_id": "RegionOne"}], "type": "workflow", "id": "d516b757af0c471490c91aee36095729", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ce5fdd6ee9d14555ba2609fc9e283403", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eb5dfc4ff9d44f3fb42f55a0a9eabbd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "932f141471ec41bcaca898d0e29194bf", "region_id": "RegionOne"}], "type": "workflowv2", "id": "09a4f046107f4c5f9e9de9ad35f6acad", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4a36efcc7b9147438bf91102ff71abbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "aecba94f38d24f269f84e9ba8c976715", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e3ea2091233846ca9d5b6fb75326db3f", "region_id": "RegionOne"}], "type": "rating", "id": "b03e16e2355b4f55afcdd518c82c50ab", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "46d2eae189b246f3b410a7e1b960e397", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dd4a38aefa4d4fcd854bb34d5c7c14cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6e2a7f0c67f043d5ad373564381c9897", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6821796638f8420f84ea384fa8eed11c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a5ee6226c0de48dbb2498c61ef8d5c48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ebd3572c3dfa4c528654418b1666cd74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "47c4040205f4466b96a79465be2064c4", "region_id": "RegionOne"}], "type": "policy", "id": "1e47876f63684bb8b7cabf7799b0fe81", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "477b85e77b1041cb92b8922f56acd27e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aa27cbb5c10640a8aefd5aa2d22e0514", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3aa95e936ba44f5f81cde13f8187c9d9", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e660d36c30b4429c8b28db78eb38af56", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "476e8c72737749dbab84f41f832a3aa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7709df1ca33b4058962009479d10cad1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2c321515f82a4c8bbb22aa8484dff301", "region_id": "RegionOne"}], "type": "sharev2", "id": "06f4cee85b6c4cb69adf275121a72a48", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "998461c1e9504e38954b1b48075372f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ea4f6ede09934e76a18b186e4f7975d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3ff3cf43a1f34739b7720716862d702f", "region_id": "RegionOne"}], "type": "share", "id": "6232de0b3a1e4fc1a4f84d4b72568588", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5497dcfeb44047e1953088421bf0aadd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0a84268d36c7491aa023de305ed8336e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e8952dedef4a43dba4631d1f66254494", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e353ff8fa9d1422c8ac60169dfd25ead", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e39e8a03491e4a26ab80d1362cc10f8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6a3ff2e1f314191b735ca57d761fac7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46e9bd4329f44ff284d18abce459ddfc", "region_id": "RegionOne"}], "type": "orchestration", "id": "6bee89ef433c47f8a6e692a14f90acb2", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afc60486e5b84dbbaee4297a3760fce7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04bc410ce87c4a2ebd14501a9d3ff748", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3db586d0ea24f5486390b7794454c68", "region_id": "RegionOne"}], "type": "block-storage", "id": "b06f3a337eb34ae680ec02277342a504", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d50286ca32824b129adfc3eb68fd962c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95f57a5376a449f7a96cb0b1a709de7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3df0c095f324486b4cd729eda8c5efc", "region_id": "RegionOne"}], "type": "volumev3", "id": "a9336742855c4ce894345b380ce86112", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d2d3b0b789b4b18953fc27a41525508", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13f5901876fb4300b1c3b31d02025aa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1bac6ab35bae41a0868af4ef12e2ccb6", "region_id": "RegionOne"}], "type": "volumev2", "id": "eed4c81e1b2f46e6be6ff944039c848d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f7b6649b26e46679ed7f57d75c3a8af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9e105c5d0f0464dbb038e127f8ac45e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d2ff01b1ca3f4c4fb7054c205bb87741", "region_id": "RegionOne"}], "type": "volume", "id": "30f307f028ed4afb8442c9bad1e783ea", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5823d02dc6a54c90bc3012645b3b432d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56580c48351d467aa00be1e8d51a2d30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ad601426d164b57a3216ede20189604", "region_id": "RegionOne"}], "type": "block-store", "id": "b996a2bb0e6b49649bc0b02db8b42ad0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1fc649876b9543ec82e1c5c9cffb06ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "803ab96c6ab048ccb3d9bd9e7733a81f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b89c48f0570645419002b37751075fc6", "region_id": "RegionOne"}], "type": "alarm", "id": "e79c1bd64ee342a9b2eaaef5696509a0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8a4ec1efe3b049909e0ca3e17ff35576", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "962e41e05d834bbbb4c1e6ab8e68f2a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a4d61bc0ab114d469a0ac960b7db7528", "region_id": "RegionOne"}], "type": "alarming", "id": "d38b4802686c4adf9e48db88b3a897eb", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "165e5c3871194b8591350b17040a9b9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "346b06f224aa420d969c2dcdb3732902", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e01e206b1ff94f0d8a44d38cc83ccbd9", "region_id": "RegionOne"}], "type": "meter", "id": "fbc6d49ba7c54a919e22374e62cbf4a2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0e9eb2023cf1491eb9711853c7aa6bdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ae4aae34341c48d1a4ad8e709f31a45a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cf2e93cf7c404999939c73b05b9e4a7d", "region_id": "RegionOne"}], "type": "metering", "id": "235076aa43ef4cb69d9662348280f1a1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e6a32427c00e4dda8b3ea940c92dc93d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0acadefb863a4371b5b5163f4e314951", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4feb1d9dadf24f0c8e0d0da840a6e650", "region_id": "RegionOne"}], "type": "telemetry", "id": "713f0f905da74900be918672e398a129", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b93d23d4e60e4af099468f2d1af4b857", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "01d4c6ae64174965917d386377458ed5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "326f0b2ef84e4cd795e1ff144ec4d5a2", "region_id": "RegionOne"}], "type": "event", "id": "875a2995525e49ebbfa0d3ffff7512a1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e3abbeb540a84cd59f71c3826046c992", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cc07be0ab5bb405fa6c763003108bcc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bce9a6e79e874278a170d3b19dd42be4", "region_id": "RegionOne"}], "type": "events", "id": "bc296689481d4cc48b27635096337912", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "af3840737781438599691d33f0bc07ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2be394da44b94a8c92bc3ecb3f3cbd9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c625b83f6548494d8078eb7c556f42cb", "region_id": "RegionOne"}], "type": "application-deployment", "id": "13de3a46c39d446a95596ad2c25be0af", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1bed5bd550ff45ada807c186a62c3119", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "19cf2bc593df451a88ca5e1dae50e744", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6c75e09566d0487d848ad9cfc02957a2", "region_id": "RegionOne"}], "type": "application_deployment", "id": "204cfbe7ed4b4b12b0bd0d06496023bd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ae0dd35728bb436cbb8dd189372aec36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4788857ef94d496eae8e8f5754488e88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "43d0182691ae40809fe1d388ea1cf4c5", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "1a31b9a7518344ddb698d57f15d29a4e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c4001f66f2794115b63f61a783695623", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "917c1abc73954f0a97da179c034e21e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c664575689284e7a9f4e461bb6d943cc", "region_id": "RegionOne"}], "type": "tricircle", "id": "4dd56a796cc1481e9787ec6e866aa968", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "56006ed8f9634c6eb2bf46f16ca468dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0d077183fb5f4d2fac23faf7f372553b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b58b3e0646734958ac9945bdfabbe162", "region_id": "RegionOne"}], "type": "database", "id": "9fc6678cd0e44c57a7b3a89049f1a4bd", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f7d4661c46d3468a8b02e4ece97010cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "66765b30626e4586ab4ab8d0d44a1ee6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3218d85bca4a4a29990bd6f4c4350c90", "region_id": "RegionOne"}], "type": "application-container", "id": "6c67aa3317a5444a8bab2ebfed7e3e88", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f9d18a6670ff46ef8ae9cdf5f816008b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "830eda3c675141e09fc5cbdc8c4e1b27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3b313e065ca948719a13d7068a004b8d", "region_id": "RegionOne"}], "type": "container", "id": "c86e0bb9a64d4a2b8031103ae46f1285", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "70979b0887d946a093bce5802bd86599", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "29efc28ff7474d8b93825cae7ea42c20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "58133a760792470d892b1769ee7a8039", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "34ad02fbc83d4ebd81621a8f629d04de", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "959cca7aa59e49b49548b0d1087b1349", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7b97d1578b554252967a8963429ecafd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b93ddc50f9e54eafaedff20b824c9213", "region_id": "RegionOne"}], "type": "rca", "id": "6c15321119704c7e9817949440c32de2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7963c79a27334d62a3ef66bc62eb4978", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6916aaa17fbd4336b69fd084542eddff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "32d20744aa8a4dcbbfee6720a7955208", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "17c7d06d41c04839861b8127f834c44f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "bc2145dc796545fdb1ee4024c5e8bb3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "46a679ed1d064fe28ced1c9e5566ebd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "dd142cf595cf4f1e89bb8b2eea73577a", "region_id": "RegionOne"}], "type": "network", "id": "e13a187f98464b74b4f896f540fed8e2", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d7ea8c78ba2a4cb8ac6a0149fcaf1168", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "dfa29e17f3064f82aef980d17cc3c3b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c00da0a0d26d412aaa8577f8f5777dd6", "region_id": "RegionOne"}], "type": "backup", "id": "f7805ad214644dc0bf840890c84ba820", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7c86f93b6c5c4f5186557c1027c7a724", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8462ba75cc6e4b718b100415e67f65d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0841a6a3546c41abb0a4d5452c608b29", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ea71c2ba27b14b828f0a9e80e6289138", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b7d0f20c69634b749675f2af31d66dc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f6834f10c5ef4e2581324c873d328de4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "77c220c29acf48c4b5d593bb145590c7", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3edac3ec56f7414b896ea7532e0d4c0e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ef663f13d5054df789d979f14f6fa306", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3b251267abc9490a99647c4eff517624", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9fb07292d02942d2bca2c5f8a63a6698", "region_id": "RegionOne"}], "type": "monitoring", "id": "3cd65ef6e80640bca4d62605554db9f7", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "16a5c793d9d04e608b1cd59027794f35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8c6e8a2dba424d9dbdca7ee6425d97c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "611eb770672d4da5ac20e817431b6628", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b7850fa963244efbbf9f57817b76ac99", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "128261159ebf4f64bac8527e386c3116", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "80cf86a132c94c2696e9c6b98bdabae1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "cdc38438352f47b48dc5c7ed9412cf40", "region_id": "RegionOne"}], "type": "placement", "id": "ed3d446bd35f48c79ceaaab31a13feb9", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bf04bf60cb454653ad09cbbcbac47629", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "33260d1d6a034d6889d101ec97d8aabf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a8b1d3a0e1e5440e9067894203aa4c07", "region_id": "RegionOne"}], "type": "instance-ha", "id": "52206c2dbc6e450a844851a710af14bc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9b989975f47b43258d90efff9912eb8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "521c89f2859949459e77760a1bfe5709", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "be49de5c994d421c9c57bd213bd04eca", "region_id": "RegionOne"}], "type": "ha", "id": "abd62694455d4213acc6e8a5127d5cc0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b67df37562c64f6ab4ec77a9ece17888", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7eaa0af6cc0a4be2a993043661dbf527", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "aa831167d4f445e697e192da9aaaceb9", "region_id": "RegionOne"}], "type": "reservation", "id": "67f5ae9c6a7e40db8b6a771057b7ea8e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "10be347c11e34f3d83a2c2e6ccc499a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "65ef0bd391ea48f28eaf26c1fd00ed6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2c8a182866f94a9dacf3e212ba6e7362", "region_id": "RegionOne"}], "type": "function-engine", "id": "9b939c430cff4962912663d710fc2950", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "679ac3d66cdc43878bfbcd3ba0585116", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e80b1a2fecec4977878de993689c9478", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "318929d1bbbf4f4183c6ab905fa1120e", "region_id": "RegionOne"}], "type": "accelerator", "id": "b83d6d5d093e4ae8b14c5d02b2d707b3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dc880c54ef7a42d19ac2b89e56009a9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6115a74e964b4d8e885aa17c5215ddd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "67e308fde2d64ccf9da806c9f3b97727", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8fa13b566a024526ae27f968f5436b92", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2eac76b4569f4365a0a40fbcc8e2c39c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e449e5f82f2e4e53b8214522bbb6892d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b41df1cdf6ec4f5a9253a51b439b7324", "region_id": "RegionOne"}], "type": "registration", "id": "5dc747ff9e034b4782ee5c61d49d9c0c", "name": "adjutant"}], "user": {"domain": {"id": "8656147b268d4a88a1a84a13a5b47f04", "name": "cf5ce81d7026479587664e8452669110"}, "id": "7a048550b59540b5880d2ebcafa7f539", "name": "6d21bf586ee949138212039520c1a81d"}, "audit_ids": ["902f117e223f4ba393ac16adad602155", null], "issued_at": "2019-09-19T09:04:43.631433"}} 2019-09-19 09:06:43,754 openstack Calculating hashes for /tmp/tmpuBsBHm/tmpnRZTp_ 2019-09-19 09:06:43,757 openstack Image file /tmp/tmpuBsBHm/tmpnRZTp_ md5:24301766e9efaf7334d1aa4e85d26ef9 sha256:0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d 2019-09-19 09:06:43,844 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,848 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:43,851 keystoneauth.session RESP BODY: {"slo": {"min_segment_size": 1}, "swift": {"max_file_size": 2}} 2019-09-19 09:06:43,868 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:43,873 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:43,875 openstack swift stale check, no object: openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3 2019-09-19 09:06:43,877 openstack swift uploading /tmp/tmpuBsBHm/tmpnRZTp_ to openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3 2019-09-19 09:06:43,902 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000000 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:43,909 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:43,934 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000001 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:43,943 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:43,968 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000002 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,026 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000003 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,028 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000004 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,032 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,049 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000005 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,057 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,085 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000006 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,119 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000007 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,124 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,129 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,144 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,164 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000008 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,225 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000009 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,229 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,235 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000010 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,255 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,270 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000011 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,278 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,333 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000012 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,285 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,317 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000013 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,345 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,374 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000014 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,402 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000015 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,432 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000016 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,424 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,438 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,444 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,481 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,474 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000017 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,478 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,501 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000018 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,560 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000020 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,532 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000019 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,565 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,580 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,588 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000021 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,606 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,600 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,643 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000022 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,646 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,658 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000023 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,686 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000024 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,723 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000026 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,696 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,745 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000025 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,748 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,753 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,785 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000027 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,816 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000028 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,829 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,836 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,824 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,809 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,868 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000030 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,883 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000029 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,923 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000031 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,967 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000033 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,948 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000032 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:44,971 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,988 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,978 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:44,998 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:45,018 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000034 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:45,022 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:45,033 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:45,104 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000035 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:45,126 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000036 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:45,147 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:45,150 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000037 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:45,161 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000039 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:45,228 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:45,184 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000038 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:45,205 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000040 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:45,207 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:45,249 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:45,259 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000041 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:45,265 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:45,188 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:45,322 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000044 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:45,329 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:45,297 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:45,370 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000042 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:45,355 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000043 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:45,387 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000045 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2019-09-19 09:06:45,395 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:45,401 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:45,406 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:45,430 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-Object-Manifest: openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" 2019-09-19 09:06:45,435 keystoneauth.session RESP: [201] content-type: application/json {31} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_secret_find [0.062144s] ... ok {12} openstack.tests.unit.compute.v2.test_aggregate.TestAggregate.test_set_metadata [0.068617s] ... ok {23} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_profile_update [0.064424s] ... ok {11} openstack.tests.unit.cloud.test_volume.TestVolume.test_delete_volume_gone_away [0.253984s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,294 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,300 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,302 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,306 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,319 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.233295+00:00", "project": {"domain": {"id": "846f0df1913d4078b410cb37b9446d46", "name": "e5065307d1a14b8180a2f7a397dd6e08"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b3c856c7ffb84e0b9e6af1c084fc7f67"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "cdef5ebf4e9f4336a6fbaf6672e1e8d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "fec7de98426c4b34b012aa081402ba7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "3da6cfff5d374bfcbee74e7769ed095a", "region_id": "RegionOne"}], "type": "identity", "id": "e75704888a314afe921fa9a9622828f3", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e658c5216e074fe4974c18f075ba669b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "65819c03dd3b42f8b25f66ff298d3e7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a2d56bcf68744b11a0b1ae4ae4c6fc12", "region_id": "RegionOne"}], "type": "compute", "id": "7529929246e449e5a29aa905a08032c9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "45d9da9104854ce898a8881e8d07e116", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "40c4af280d59432c85bf40670361aa17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8ab9447c00db4df7b635690b3c0a7e1c", "region_id": "RegionOne"}], "type": "image", "id": "9e0401a497a24ca3963b4ee8adbb73dc", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "30ada09da246411391f057f2b0bc29d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3eeddecec73f407682bf5f5c83ce0d29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "44939bc0f615416cbb65f0512249ea59", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b6285af940124606b8d8402d31fc4189", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba95a4030f5145d2a5568ddbba36da6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd0689c8b8e640c7a5391f12bfa62e6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8c1a56e70f143e7a5af7238167d2b13", "region_id": "RegionOne"}], "type": "object-store", "id": "dcc4288f4d3440e9a700f51e5aae1693", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d53cf9aa089a4439ad8764780cd729fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a3daf67f82a84371b996019077b15f30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5e7f28bc802b4724855448deb953c5e7", "region_id": "RegionOne"}], "type": "clustering", "id": "f4049b8d2240488e9bb122e3bbcc36be", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "93ef301b74774817a9df18c2cc81351d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f8ef6755267649768aa64e74eec35974", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5f48725b0b914748bc34630e5f71a710", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8f3119ffd91b47ddaecde0a756a2ebb3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2e038f6d39e547689c6a097172981bf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "83c0eb59d77e47a28b7f9a754499528e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7487ced6d7bc4d8599b877a8507f6943", "region_id": "RegionOne"}], "type": "cluster", "id": "15dacda866544c91b4ebbdf78e3b803a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "907b1ce7571c4bb9a794c2fa8283de1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "786aa9515824413b993b46d92d30ecf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "36f8da35b3584b85afa87e7bf3877790", "region_id": "RegionOne"}], "type": "data-processing", "id": "2017286fbe3045b98bb5a8847e0f4673", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "36e008b9363a42a18f862b87b48817dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d860e6a3da8a48cf82b65b38efc6ee36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d368b69edef74fcf905a9b167fff9a0d", "region_id": "RegionOne"}], "type": "baremetal", "id": "a3ee2459595947dc968bfbb3c1c31083", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fd1746abf0af47d690d2fc67c486f9e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "821f49978cf24f16b094b34ee3b73ab0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ccf4d639ae9c4632af4a49dccecd26ae", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7a29d71e0fb942a399a2dd6b9c5548bd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f7a0e98391a641d0b3408b651c2ef7b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7446eac55aa34b1c93c7e1c47e5f24a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3caa2f6ed06247dbb2fe7cd1d4a43ced", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8d82637d37c64a3c891ea11b2d6a9db5", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0be23ce628a749ed9d778476e79a2c1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "dbc1ce27e0b2419cb6b560e1931fc99e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8ea36072c20343518aaa59e8d76759b4", "region_id": "RegionOne"}], "type": "key-manager", "id": "ea0718eba4c4448b93f7f87520cdcca8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "02ab5ed45fc741ffa7a5eb00675059b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3b75e2679ec9438b8c961ec52b447300", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bf7eac0b83084ed7b3830a54f17d3519", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6a36b969ad24490e8c6c84b0c728a57b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e9718633a0da428cb6090cc7780699cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "678b45573740477b92ffcf6c9c4b3dbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c812fce1763f47deb7f79b673f2cc38e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c87eff0071614e0f9d8fa5efce5c5945", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "993521f3a059496aa8e8aec11d780077", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9c662f7c733d4775aa86b5e69ef0936f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "55d79cc7d4c445f99e198660ae480458", "region_id": "RegionOne"}], "type": "message", "id": "51bbe6a08d724885be646511bd77bcaf", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fc9924abd817412cb1966219fc6ec2e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f31f79c2591749d6a0e70d28de862ad8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7dc5448e39b64c82ad05dbc8cf7bf031", "region_id": "RegionOne"}], "type": "messaging", "id": "2472d6ac58764d67b6b064b4adb70663", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6485fe936ba64a36b703da20128f3248", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5b2218aaab534d0b987e807eb75c8e4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4e0e7f0c4cdd46e9a73963f4c8109cee", "region_id": "RegionOne"}], "type": "application-catalog", "id": "bf7171b94c924ba8b0061c5fdd0d4fd5", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b4604a1b1694f46a10a4ec0e222f8e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8e2fb40d8a874b59a8915fd77012be63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e56175ab47b14c7d8de98d0e11de220e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "07a64ef1202d4bafb4e49df6dafd6b72", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "45b2447bce20489ab110a4d87ee8a23b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ffd82c1b782d4f3b81bde62bc917601d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f31e98474a8f483dbc88ba52d5424e22", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b83ccc3d8f2d48e096b7e13ee273aee9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "736735cfacb34366baaa079ce9ba0f2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "60a107dbe4254b94bad3961824341527", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "abec3a8e1d574ab6b51d1eff363f20fd", "region_id": "RegionOne"}], "type": "container-infra", "id": "35662d16860f45bcab4a20cb0e89af99", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5ffec2e58ab6411e9f2e726ef26622e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "46e1684c054640ddba1790ab9b64a673", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5e46d1b822cd4f5a958e80acf25805e1", "region_id": "RegionOne"}], "type": "search", "id": "d34bd4dfa575433288f583d574207e51", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "81cec9e01e1643669265e75dec8b8977", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e9d639c1495848dba17faf69cd8f5b09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "bea688271ad2408f98c9476e44e5b1a4", "region_id": "RegionOne"}], "type": "dns", "id": "a0cb630546f1428293f08c0a6befcd2b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fbc445640a8c41379157402116c0df94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3647635785674f4b95f2212b7449f0db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a245eef89f7d4cefaaa28287715353e4", "region_id": "RegionOne"}], "type": "workflow", "id": "80c7c9e99bb847cfb27498ac1cf47646", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e17351e1c3624e93ba2e435f99d2dd30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0a17e6b1ef934438823c117d8373cc12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "36fdc7ad96c64eceb6cffffc724ed502", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8532e5d241384cefb6aec8e82d1b45b8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2a6dc94f341a417a8040ebdc11d7c547", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "16bbe4df79554578a592ad91251d6dc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3b302978a2ef47398b384dc81ce77aae", "region_id": "RegionOne"}], "type": "rating", "id": "cc0a0630dab1444ea234be23280bc276", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cc79cc955c1840479542a3fe50947498", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "23399bbb2b21435cbfe287174af016a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9c3b7bcffb4a44b6bac9597b451fbaa1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "fa61853ddc7043b88cd607a938b7e74f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5029dcbcb83e47afb13f3bc2c079056c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "465e65181a584742bc91a5031c7fb622", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "92ca1940a00646b2b34fde236f8f184c", "region_id": "RegionOne"}], "type": "policy", "id": "4733e572d2e4408793e08f3fa2ef77f0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f7d4fe02aa124cbebc1016b719c417ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bc4a7f44466c43f68e597cc054f5a337", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "81cbf9f23c2c4954bb7eecee19c82ee7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c1c86c5c771942e9bbb073c9a5ddac5f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7456594e47a147679c11185f4196b163", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4b2f9d77ae7249bab22d976dd6a1f371", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9ae36496848d4630be989022d4142a47", "region_id": "RegionOne"}], "type": "sharev2", "id": "9f2b474c975a4b719b00585fa5f8200f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "295332717ae445c4a94fc21a8d88d6e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3e51018fa87f455ebe7bd876ac8dabcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "44feb12deeeb45fb9f386510deacd031", "region_id": "RegionOne"}], "type": "share", "id": "8cfeaaae8f8f4706b472e0fc8da37a59", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a3c64604540e41f090abc187914b2420", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "da86615637a14fdd966f9b36a1648610", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6396ec8111a54c98acf38a39e3d30b66", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d075edb2559843c9868037fbd5e7741f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77aca5016d904d6cb4089e5b742f3bc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20ed7a24607949bbb56ff383c9613c4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00ecfe9d5b0c496aa134df803c8b20e6", "region_id": "RegionOne"}], "type": "orchestration", "id": "d20a4efc79434b6cb7df04d48852e1a6", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a67e7efab1e4de7827112421da1653b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00c98d69faf3452eaa3f1c044de0db40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd1ae2fc6f564a4d8978a51a77577f80", "region_id": "RegionOne"}], "type": "block-storage", "id": "3d477c3828fb4bf48f6bcc6fa23b8c1b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc028a005b014ac3ac0e2aeb5c80d545", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15d24b6326ca415eae1baeb99637f85e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e227828afb96475c9bddc7f53c54c38b", "region_id": "RegionOne"}], "type": "volumev3", "id": "dbec34df16b14becac46207167b533af", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01c76fd2fe56455b99e57a55450dc4f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3890b2976b44b7b830e53b9898813bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ffe9f5ab721e41d6b335aca029dcf5c7", "region_id": "RegionOne"}], "type": "volumev2", "id": "25c99e06676f479ead42d9f03ce5ae4a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "701c7d4163e34bc2a4432d0b07212ea0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a38d7f27227420baac9d910aaee29ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05bb0a8d44a549a581648fb3d96f91b1", "region_id": "RegionOne"}], "type": "volume", "id": "9f72d65126b74258a5704bafa2b0b321", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc109b89697f440fbe98a5f652f4aa82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35d6207cbd204d6095e645a92e7406c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d9f240039b6453c8ed055fdb9ae3b44", "region_id": "RegionOne"}], "type": "block-store", "id": "72153ec1f8914307917aa201962f0b55", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3ff63f1f296b4841bbdd770da1362241", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1867a9dbf2824103a1e0e16c78240480", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d86674c59b784251847ef11f4635f54c", "region_id": "RegionOne"}], "type": "alarm", "id": "3de45b5436a54f53bed998be1b19f9e8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dc9d322d0b1f4722a28a2c248746daed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5239e64abc784c209fe2d1201dfd8244", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "00024e1c8e38492caddeb3974a9a58e4", "region_id": "RegionOne"}], "type": "alarming", "id": "b949e4de90ab494d855a8db22bbd4dd0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "43a432590b3b4ce4b69ebf1d2551bd80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "34e5863bfb9f4bbab34d4a0c98100889", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1eb9f795da12401ca89e986aeb881a4a", "region_id": "RegionOne"}], "type": "meter", "id": "915ffe22ccdb47c4ab830037fc14ddf8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d88251ad893d4001bd079aaaa66bb595", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a8b8d7995d344c3093a04439e4aa1c3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "81e8faa97da44cf6b716b9433bc3a5a7", "region_id": "RegionOne"}], "type": "metering", "id": "ca785ec2209a4dbc8944e42d8dca85af", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0354f44dc24243c9bb1b9f3a05c5ff96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ee543b1d23c143bd88cb4cea10f31daa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cde38a8cadf04d128b52cb543f5b5849", "region_id": "RegionOne"}], "type": "telemetry", "id": "f702ddf981e2401cbca9421e3f2f299d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f31d9fa48335417e99c824576ffb54f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c6409c475085470884c35db6dd9038be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "467367f7298c4bd3a2e105b09ea28de2", "region_id": "RegionOne"}], "type": "event", "id": "217945722a7e479dae9ee01c348ee646", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4d9974a5446140cd9d0238315147aa75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ac7de07fd8774b2d8af74247740386af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e8a044449f144b62a022b2f437171104", "region_id": "RegionOne"}], "type": "events", "id": "3e8eb6a2f1b943fabdd136da2a14eccc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "66349a116c244620859cb8a25a385aee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b37acef38d0543da904325b40e94d02b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "52bbaef13e4e46b78e6600bbe639cebb", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3994e51962cb4b3a8426249987f0293e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9f429293f8d04a55a6f100ed3afcf515", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "28f4047ac6dd4379a2958bf1470528ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a5c1f911590c4e12a0c3112f721b319d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "adad48a22ad149c0981c886dfbec75d6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "63fe236bf7f942d3813e2eeb9e269aa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "73e7d52f30ac4dc185b4c15c256970d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "16e77b43a06d46ccbdba16e3b4010669", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a3739233efa045f39758d1e93ff8187e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6840f6659331476a880373cebf5a54a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f0e5d35e346e4a53b9a19d4874815beb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d10cde4f4a1e4327ae013fb83eb34d26", "region_id": "RegionOne"}], "type": "tricircle", "id": "5727cc8417c3492fb108f9083ca257b6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "bdd87e178ec04bf1972c164f0b695f05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7bd34cfe4cb04b7f8db2c9730a5a76fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d0efc47e706041729753a5e9ba46b140", "region_id": "RegionOne"}], "type": "database", "id": "eaf859d8cbb54f1791af997d48203835", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bb4597baa4d04501ae69c334b672da97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3933b430758d4a518bc4133e2a05cff7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "80ccb38b963044e89e7b458fe0df12d1", "region_id": "RegionOne"}], "type": "application-container", "id": "b9b83b534c04464abfd97bc23e650f9e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "01ffe2f67f694182b3bb204a778c431d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f13efefda0ee45cb9ee5652036221b8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b4da12409d3c4b89a899ce781ca3ce63", "region_id": "RegionOne"}], "type": "container", "id": "2687c0b087264c1a906c3e116d0085b8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ec85aeb7cb2549baaf2b31c1495a9d3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "60489cc05a4e4b729b322bc78f3ac92a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3945f049ae75452aa14fa29df54d2de2", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8ce2c2af6b2a4c88ae9513d8c51e001b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "178846af5e7e43488eacba1887e2c94d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "08d48fe730844f79900d58e565553888", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5d775f7491034c2cbf401b14e1b10c3a", "region_id": "RegionOne"}], "type": "rca", "id": "77de9003ca4449eaa6f8b7d608b1921f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "dcab010a3d684802957e87e98f56d020", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4c328b18849b49048574ae7a3b74b46e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7c4305fc343346999ce49528d1a0718d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "9b23a60c17c240e8ad7f9921ce869261", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d2dc506799f74e9595b6c9aae38aefc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "84fad243158d4aa1b0ca783441cfff0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "dcdf8adbc4c44beb9445269922f50c95", "region_id": "RegionOne"}], "type": "network", "id": "a1063b002a544305ba3fd4f711a10ec8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a87b0c64771f4d6d8233386492f8e0d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f6f9b3e7859d406c85cee3711c75ee1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "3b30d585a3cc45a59aa683bd9271eae3", "region_id": "RegionOne"}], "type": "backup", "id": "36085b47b4c34535ac82070cce3ccc7f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4884084d88b341b8b1d7aa7c93c67ad8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a5f34d41987a49a2bfdb56975cabab9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e2622132fa6d46ad8afdfec030c5d408", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ab0a825880c04743bf72ff3f682328b9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7349d88aa42f4e4fa674393a9724e6bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a9bd3444851f407c974d2be601a954ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "afe78870d82944df94ab97c41b9ad39e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ad9285b0aa434006ac339715812e9aca", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7c35e553d11f4bebba91dc78e1658039", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "93c3aefa5deb40e5b7d32d8f6fafcb1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "059a57233080434dae4ca5d3b3b737a3", "region_id": "RegionOne"}], "type": "monitoring", "id": "102711351ab64d3aa50c0563d759b1f2", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3683414111e942068a04019270e8dee0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4e3ffc16c6da4dfdb6bbc13716dd6c7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6243daffb9b44d08a8783aae9c2c6a12", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f9f8c812c7c24f86a78fd73f3191a7c5", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6c3048c2f6244442aa77d1776454e508", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "077498dbb4514bc09441e39f24c9c062", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8454d0c631b04eeba65162593ab906e0", "region_id": "RegionOne"}], "type": "placement", "id": "9dcdae5708f649c4a8769e044027d46c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fed358d5c3f64865871c3c11e0174491", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c196204990ad4592b155a4025a403d6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c9d6bcaa288b416e8b62584492cf27f9", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1b97e2c0817a46ffbff9003936fed507", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dbe481f4ebc74d5691f9ac8fbe8fae7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "08ca6c3de98248e8aa249ed8bbccc57b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2dbe0f2936eb4b1e825a54fbc002d80e", "region_id": "RegionOne"}], "type": "ha", "id": "c5e37a1f741a42129a47f1c29bf84a40", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e4084953a6424bcb94df50b9d25948c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5e73432bc37744fd92f20f38d69eb864", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a6886ac497cb4c8e85b1a28d5f24f4b9", "region_id": "RegionOne"}], "type": "reservation", "id": "219735fb26b54fe8a95afe01bf23e83d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "987bff413dfd4c29be96243effdb9a57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d11a54f2bcf642c1aeafcd89ca19d6d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b9b232f79b8f4c86b3b44eefdee87f9f", "region_id": "RegionOne"}], "type": "function-engine", "id": "61dcd325a9824e14b46697d9aa662199", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d18f7bd7648b47dbb33caab4360166d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "49c693fedd9d42f3bf3dc91217594eab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a0770cf728fe4d0081150da470930fe1", "region_id": "RegionOne"}], "type": "accelerator", "id": "edd07fc278884df7adf6ac410b841caf", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e80762d1b5b4442392ad798c7fba55b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7779efe6edf640a89adb019b56bbbbe8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "59a144bac4394a4eb9933b6c5e59d7ff", "region_id": "RegionOne"}], "type": "admin-logic", "id": "74c2f5a6c06b4868a1a7bc5339492091", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f1b6b17ee73940c0946dcb9d6dcd530d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "29d11006992a4ee3ae7df2d5e429f1c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "342840c47c294211aa80767e05a5e892", "region_id": "RegionOne"}], "type": "registration", "id": "8c78e41268454d728d488c42f652d49b", "name": "adjutant"}], "user": {"domain": {"id": "c2495b39948f4fb7af967ebbb83b1a33", "name": "4311f0ab82cb4880857749aa2cda19a2"}, "id": "a85a1f93cd1a4c4e93296cbbfd7dbf9f", "name": "76bd0839f7cd48039235012e0d7e3875"}, "audit_ids": ["2e3e818c5f4b48ffbb3ab778b1b6d3ba", null], "issued_at": "2019-09-19T09:04:45.233295"}} 2019-09-19 09:06:45,392 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,397 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,400 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:45,443 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,449 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,451 keystoneauth.session RESP BODY: {"volumes": [{"status": "attached", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume001", "metadata": {}}]} 2019-09-19 09:06:45,471 keystoneauth.session REQ: curl -g -i -X DELETE https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/volume001 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,477 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:45,480 openstack Volume volume001 not found when deleting. Ignoring. {27} openstack.tests.unit.object_store.v1.test_proxy.TestDownloadObject.test_stream [0.267308s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,362 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,373 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,380 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,388 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,404 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.296434+00:00", "project": {"domain": {"id": "d48da0399a8f4401aec344501a82234f", "name": "215be194a8f045af91367458f988d988"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "228e8db5a2ea49c3b4d3567a6c2acecc"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9f47c0b4882d4e20bda90e3166056441", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "89c7de32570c4e50b771fffcd85b9820", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0e2ede40d2bd49a38224ed0f96d8be46", "region_id": "RegionOne"}], "type": "identity", "id": "4ad580a77489469db4cc1d06ad985e44", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ce8f1cb786b542798686a57086b1d6cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d8264ffad77e42b98647b16437428248", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "eb7968174c62400591d6e7a4523e9589", "region_id": "RegionOne"}], "type": "compute", "id": "48341150fbe140adb78519d1135d1f47", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "cf64d452593b4968b66e56e08aa767d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "281403684a074faf81db442c1062e4c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8c266bddcc5d44f69276b7422bea50bb", "region_id": "RegionOne"}], "type": "image", "id": "24c7eeae10414230a240b582a67d9603", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0cf652a6f7bf4f9ea84b1c7d3be27e50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b4d453e0f5ed41f798fb2e1e0b0abfcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "bcb8a746d47c45f68cc3e033b89b45dd", "region_id": "RegionOne"}], "type": "load-balancer", "id": "aa437144231348bb94b2ef63851c7376", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1fcd31544fc4797b0992bbce52ea490", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56e75efd737449888b9b1da88b1eecfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90353f658ce54481a8c5bcda5946b4e7", "region_id": "RegionOne"}], "type": "object-store", "id": "df5897b6c7e642949749cc74cfdf1286", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "82cd87d211d348e9a48e439ae46e0cb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3e3a129b65274835ba216792964840d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8a4fa2d1690c4741ae1af6d9a4661baf", "region_id": "RegionOne"}], "type": "clustering", "id": "61bec9fab4764db2917f9dc4c85f0961", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f771586a2b9c433ea460c99b48847549", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "165df22d2a8e44218a7bfa3040c6f260", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bff3a83a663a49cabb02b9a3feaed72d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "929b53a8982c467fac10647a63e73e13", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "874027651ddd4f9ca3687039cf62ce8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "baa633f5dad4495192c4c7c272d22f79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "90126d717ffd49f1915eae6f5008e21d", "region_id": "RegionOne"}], "type": "cluster", "id": "81af73cacaa3411b92ac4c267096eda9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "98f274dd36504271a373d3616adf1361", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6bf18877c16b41829753f172a07f9ff3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6a7422d53f6c4051bce87d0ff9bf6012", "region_id": "RegionOne"}], "type": "data-processing", "id": "f227c51e8b4747008912069357b0a0ca", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6a633dd6d7c64e9f815bf270fd8db9e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "76051e4382214964b6365ed50b35a4a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "058ae2ea459b4226803350d39e342d76", "region_id": "RegionOne"}], "type": "baremetal", "id": "12219dd7d9b24daaa2ffbb7adc6f533d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5d41c8454c8e4c69b548954d4a6388b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f8d3e7cd34e44521b984526c1dcff070", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ce84e6984444443bb0f608d530d7defd", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3a42d1b11b084d02944e14840741c1ff", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b032725c15fb4cf39afcc63b675e471e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "59f42b06b5e543f4b26706b79be47dfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e8dc8e5145c44786aae7973f9e7464b9", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0230f2cad2274731b1b1218faa66737c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f637ebfbec344372a27e4ba19c687870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "add740808f5844dab12820fd7ef5edce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "413e431cacf74be88253f1b7db23fd1c", "region_id": "RegionOne"}], "type": "key-manager", "id": "c17e5fee9fad4134825e3136ad447e9e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "32b0194882194011972b32995633afbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "987f7b75d6704bb3be80c71501ebea2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "377abd6ca5444c7a80f769c79ea8716b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f31ac2f375d6443ca1ea418ec056cf6e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a98a3999e2e6454da381a67d67df1cb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3639958674eb41f0a6ae14f742803b0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f0d2700b41b74433b8318664adbd43fe", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5da6f1e4d00f4609a1ed6dc1ec866193", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fbbafb92ca664a409b5c40a77d61b885", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "117af927910b46248eecfaa40f2329e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a641fc8fdba842138a59cd6bfedaf477", "region_id": "RegionOne"}], "type": "message", "id": "513d11a440d74bf0a28520b5941725f0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5a4138a9615a41f68c4171f006b2305c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0bfa3984f95a4c3cad7467fcf7bb36a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "46c5a99273154469928bce7c671adbea", "region_id": "RegionOne"}], "type": "messaging", "id": "a0b8af205d0c419ea3d003d95242a04e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fdbb481f744b411eab88290459a265f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ec2e1c60a63249919fa145758f12abbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4aa0b5527cfa4e55af0097893ef4da31", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c7c0d4d863ae4fbb9dfb74574e5ed0af", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "095ef894c4554b2c94f1eef41609c4f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "05d7c73978cc48f88825ec64c403e17e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2cbcd96950204da684452b1ac93b54be", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4ea1693444e74af59768c79a6441d961", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aa82b94d1d484062a6d79f60db89861d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5059f61b42594718893dca8f8d064372", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7a14772f3c7e4920bd2d46f11220a494", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a49d055e4dcc4a88b7562ebb32b9722a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f49b00a25579428fb0ed3689d4a1bf95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "07533188dda54b8c9d363322c492be29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ade96acbe4f945339e2597c73e20a063", "region_id": "RegionOne"}], "type": "container-infra", "id": "05bd34d1fee141428555bd8d0e2cfc70", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "639a8e4c9dc24e4ea80283358dd90a8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8079d1fc56784f8887f677dd93b1ad2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "09e22eed8226406da7ee5664dc63b63c", "region_id": "RegionOne"}], "type": "search", "id": "ef23e3d26a7b45f1a81b3cc235e9bbcb", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "89033aaf8cf64be5a87435f1f0f7f8cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0c55275f7b3249b89d5367e359bb8b49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a9d896b714c64d2087ef09b13e0610a5", "region_id": "RegionOne"}], "type": "dns", "id": "38be5ee1b89641a4b907f0f9d765ae9a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7a03e5ea139f4abd8b1bcea7f9d6a03a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5d62a71eb4ea423e98baa264b016c245", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1a75509223cb41fc92a11a5309511c8d", "region_id": "RegionOne"}], "type": "workflow", "id": "92eb30879efe42c8978892272a4596fe", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bb670b3a23e34043b5c82dd061ff9d60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5af9c6b42a864836895666dafcebf9ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1555dc7d4526442d9bc9f6fd209c725b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "808eabb0c44c47cfaf4c8c541e3f0398", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "15bedf3572224ee4bda84195e036bda5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "060465546bb74a149e679dade4b1d793", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ab56e419033e40b9830ba0068d8856b7", "region_id": "RegionOne"}], "type": "rating", "id": "b5dacf2b0eed43a18acefbb0ab370fef", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7ad9cd61f2324d1c880e593cf55f488d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "191000f12e1a499180b9f4897c4d519e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a77f679ccf9b437ab0af84c7b35adcc0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "81e1c45f305f4e929191f338d5d66423", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b2b6915d974b476b97700036d823c790", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "21bf157db5e64637a100377107937eda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "44137e9a8b744980b1d3cecfb816cc60", "region_id": "RegionOne"}], "type": "policy", "id": "e615b1a4e190476c95dfa59ad842ec46", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7cafc03277c144ed8fe1e1f18517fa76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f5e3835ae20e4b29bfa2f7795397dfc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b9971eab528141c6aa088e4786ccc23b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "54e048bd14f44ae7822cda68ed966b39", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9ee33c430d734184b480cc97f3794d0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9b20d1ad9d69459ebbc378eb8aef382b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2437356c5fe64920a6a444af7d9b0b8c", "region_id": "RegionOne"}], "type": "sharev2", "id": "3f23cc3f574646f6bc5cd636cb7da35e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "403c1881104d4d46bf2e5c86542377ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ae1ddc46515646349d099f6114cdd5d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fe3a85205bed408185a4ef963d5f5891", "region_id": "RegionOne"}], "type": "share", "id": "02afdfd45b9a426397227c8b62386b90", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fec5f2f87f164f7a80cba5298b05441d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "98a2cc089c654dc4bface8c091fe0cb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5a9395362662401a89e58463dae81455", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3137f07753a74dd7815339848102a9d1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e8ab0f211df411c8c8a41db0cd881dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7fc486b6b1146078d610839c23ef357", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a382edceb4124654b9816c3224b1af62", "region_id": "RegionOne"}], "type": "orchestration", "id": "694f605508814035ba35df8bb32068f6", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65ad35982bff480aa7e7c943a38f1340", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f5ed6c5de28459c843d19fdbd006c8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6cf15427bf234d7d9888c511e9032758", "region_id": "RegionOne"}], "type": "block-storage", "id": "16686374ae47465dadee220153858d88", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f9b1a1f85434f008066d72d21fa0885", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58e1a64f684842d398377b03213a8efc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d67487e6e4c649f680beb35b8ffe38ad", "region_id": "RegionOne"}], "type": "volumev3", "id": "154e9416f6bb48b2948bfc82c423eec8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da7860f5652e477c9114e16a87724fe5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d51533ecaeb14e37894bb2267f14ee68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e67c194fa6e646358e838b95a4a17cf7", "region_id": "RegionOne"}], "type": "volumev2", "id": "e5b9e16d02dd45a49983fe983dad652b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "456dd5f134cc4059b5e5cbe37061cbfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9302d5e2552142c988636a77772ebb76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9f4b32be6584b5fa3acf518e4f04b33", "region_id": "RegionOne"}], "type": "volume", "id": "aa17fd85a1a046258a27ebc1049ddaca", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3eead254a6084d4d91bd3ba97ed95dbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7ba71b9b34244409e1274af55e93138", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1ce3efbf5784b178a760dbf4a6a2a2d", "region_id": "RegionOne"}], "type": "block-store", "id": "af46e4a2c4d74071b219e1c8ff30a0f8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "25dde0de356f4f9db340bf40a086e169", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b715de5bd5984ceeab0ec1bbdc9f56c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c5ae8ef7765642759881102e53cb5baf", "region_id": "RegionOne"}], "type": "alarm", "id": "44f14029e9eb4c75b56b5510578e16a8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0a24735293b44f25a3ca6c78eab558e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ee1103abddd84210a69ba56d0b169b48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a8811529ae0b4eed92aedf093cec37cd", "region_id": "RegionOne"}], "type": "alarming", "id": "36a4fe1136f54a1cb5b8fd5b4f170438", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "55e377e8c3844e8eaba1d4dee2566ef2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "358a79f3195a4913bcc58fc29b3907e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d527c10e932744d7947fee95b5414dbb", "region_id": "RegionOne"}], "type": "meter", "id": "0c5758a4fae546c1b99903f1787ba50d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9811bac5fb374c2692faae14a48575cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c75fab36032343ca91e3ee7b94cf0b26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7623a7736d40419d8cc281d27c31452e", "region_id": "RegionOne"}], "type": "metering", "id": "29a1afb6e565460783a78be8c06286b5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0968434b0ff549d1a743712e52b8710a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "31579e5d8442488b9000fbf88cfda42c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "606f506fc8f149b9b2a5ecdae3d21a70", "region_id": "RegionOne"}], "type": "telemetry", "id": "d98b39e324fd493d8211956091431c26", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b2f94b8d9c7740779ffafc7572769c2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "25ba194302fe4c80a9af2044241e23b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bef80471ab4c482d873a34b34fa0d427", "region_id": "RegionOne"}], "type": "event", "id": "11ac1a20dd9c446bbbaa9ea5fba83006", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7b1a860edeb04db693d0e0088d2b93ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e626936236984fbda84cd7542a9aadcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5944f224f8554bd29e0d03ef9767f390", "region_id": "RegionOne"}], "type": "events", "id": "0e817f0bcd944a6d9791e1bfd4dc93f2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5e07b1e0a50f4cac8dc8729fa76f743c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5b2db097dc6844609d23c2c0e47ebc62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2033aa4cb437471da681c663c2cca8ae", "region_id": "RegionOne"}], "type": "application-deployment", "id": "28a151792b48418cbc4e157387c7b64e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "089d6a91c7a54072bc01225c49998d14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "39de5e02c0e74e7eae0956cb39b5b110", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f4251cb9880b499fb7994186b57a877e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ede60eccea8a4993bf1b0b81348c2488", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "40e8c8d1537f42aab9d4f3d4f8a522f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "701a486328a344aa97272934912ea7c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "571de11bd53c4789966d60dd85c192b1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ee3b7f183d174a31b76b3206a69749f2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "83f4f8aadb2f4c26b8f42e833b60026d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f7030826b9be406eb9ed05b644c4b59a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b59d5f9a0d2c4cbba0ebaf8d33932d13", "region_id": "RegionOne"}], "type": "tricircle", "id": "bc4d5fa0c6254aed91deb13d61d9e563", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0937a675de7541e6b144aaa26aed5c28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c3adbca43f7c4118bac3ce31ecc94e2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ae784f1086984a73ba68c5b61c1fe6f2", "region_id": "RegionOne"}], "type": "database", "id": "04205a67d31f4332bb1e9d4121c72b2d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "092bfa0da5e947cda41685d01e82080d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1d0e6a9fe56946219d015a4de5ef8bf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4f22204cd65a427bb81a81cf4b3418d3", "region_id": "RegionOne"}], "type": "application-container", "id": "e4a578e825644b45b88b097e086e3263", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f52d01c286574e7d80aed4e430bb929d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "41f37d241dfa4211a28966169594fac3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cb5ff22389ed41bfa7080e2d02154bc8", "region_id": "RegionOne"}], "type": "container", "id": "e70550d04a8140e99a1c8f3d507affdc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f3af1a7bc0b44ba2b5f733779f6c1f78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "60138e4976f34c299416a70073bb757d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cca44ff70c3545d2addd96a958b1da91", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1f28420e96a34e62a31052987208ee35", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f6059a3a574148a09b079ab2760a8dc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "539dafecc2bf46d4b2f7dff462d583df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "39142a66c1294060bad984b4ad486b46", "region_id": "RegionOne"}], "type": "rca", "id": "609bbfaafb2c4de5aa71721f7b4b8b5f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ddfdd84b5ca7404aa5d6214266f587fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8f1a97d1449a4f78a30404ac588df3a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "11d2448e54904f208631cc6a97e95018", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "964f887f58e24ad388062a2fd2cf717b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "664a25fd0ce44d3b8c4b796f508ea741", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2058b606a6ba44a7a4abf5b83ac65c90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "157e9099c1b440d7a388d07467a71da2", "region_id": "RegionOne"}], "type": "network", "id": "7dc0b33ebd9e4a1491883ba333ea717e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1659c030e3394240a5ce891f037ae4ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ff04bb98945340afb96862b39118171b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "260e24b73c0845529ef0f86cb62d7398", "region_id": "RegionOne"}], "type": "backup", "id": "ac0bcd4dc30a46ab80b9b0fa8fe71b04", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bef9be238fac43d9b92e238168438c85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "50a6cd125cc14d8bb5e36887e93f5e2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6e254b67e9f84decb80c5e49f3c9cf9a", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "aa1cac62f1d2455092bc51855776c127", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "401e9c3fe7fd4796ac8ab5b376b20564", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0a3581464cec462db284f91bf2f21209", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c841cdb75d5c482a94f5f5451e232c81", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6edef395e05c4506852d707aeea82eeb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ffad0469d6654432909bef0f37001efd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8a7fbb24aa6143a88fa1764b98e86398", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "dd69e8b8b13240b6ac5e581de150ebcd", "region_id": "RegionOne"}], "type": "monitoring", "id": "a70be9238b81417ba0dbb1229a0e0012", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0b79570590d44f3185e3a673be14adf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9a14dcec618c4b0887d296b1da82eec9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "41ca7950a7814f668a5be1b7053ad25c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f4b32f8a2dc7436a880275ef23a588c8", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0e799bff823544ada38a8774cd286ddc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "d10a60a120c0477790e9df26605cf87e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d912a1b8a9d8490bb6a868cc54dcc3d5", "region_id": "RegionOne"}], "type": "placement", "id": "b6903c2b85e34449aa79aeb8cc531e41", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1b564c5c62224a86b1d73a67536eb3d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e84eab35ecee49df8ed736cd5657586d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b81c8b9193c446a8ba3f2a74098e0d2b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2c44848ce78c4d66a506082fdc4c48b4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "507aa655e320483d82deaf1b3f533e38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1efff06b898740a7b1149d0590c29381", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "adc356caa7504cb6ac08af59080154a0", "region_id": "RegionOne"}], "type": "ha", "id": "e44601243bc44b3b863e23bfefccd06c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ba0dd4a3084c42369621e0d81851c0be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "60244f6590394a458719b2019d3acd98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "255a6cbcc09f4b5687f3c20eb4c78e2b", "region_id": "RegionOne"}], "type": "reservation", "id": "193160ec424540f19f444c61db6a844f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ef1cbd98ca5f4b428ffa3c1195f496c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "877e4d5a70444cf7a7def89406bce58e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "fb80484194ea4915b669bdab3ea6121f", "region_id": "RegionOne"}], "type": "function-engine", "id": "04d17da5095b422596c79f0ffae27227", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4b398b0088a345f5a5e1bb90194c49ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ca4c3733d29a4267a7b0460c606d5ede", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a4ae3969141a494895f58650323f709a", "region_id": "RegionOne"}], "type": "accelerator", "id": "fbed8a06a46c4fe6bd82128fec429ca3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0a3481936a0a4882aca9a14d07022847", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5b80e9a900aa490aaea698f630f88452", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0657e3b96de848bbad644949cad7342c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8e892c2454934ed9bda015828598a614", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "49be64e425784cdcab63531616991ea2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4651abe2ee2b457b9c8fe72578380dd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "33344cf66d0b4ee1aba2ac02ac86ea91", "region_id": "RegionOne"}], "type": "registration", "id": "e115d134d1b747019176fc01aa3b11ff", "name": "adjutant"}], "user": {"domain": {"id": "231c664674724d56b2af187db1531e78", "name": "a809ad92d95742b09207102591c52d38"}, "id": "ab6fcc89964848268a3bb3026181a747", "name": "66a9d4fc8809488ca9423f2e1557c637"}, "audit_ids": ["f24e410d16ee4238aa80fd9d4ba234b8", null], "issued_at": "2019-09-19T09:04:45.296434"}} 2019-09-19 09:06:45,538 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_proxy.TestDownloadObject.test_stream-2/openstack.tests.unit.object_store.v1.test_proxy.TestDownloadObject.test_stream-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,548 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 9 Content-Type: application/octet-stream Date: Mon, 19 Dec 2016 14:24:00 GMT Etag: "b5c454b44fbd5344793e3fb7e3850768" Last-Modified: Thu, 15 Dec 2016 13:34:14 GMT X-Object-Meta-Mtime: 1481513709.168512 X-Static-Large-Object: True X-Timestamp: 1481808853.65009 X-Trans-Id: tx68c2a2278f0c469bb6de1-005857ed80dfw1 2019-09-19 09:06:45,553 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. {1} openstack.tests.unit.dns.v2.test_proxy.TestDnsRecordset.test_recordset_create [0.066827s] ... ok {16} openstack.tests.unit.cloud.test_shade.TestShade.test_connect_as [0.288963s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,219 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,225 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,229 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,233 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,247 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.159366+00:00", "project": {"domain": {"id": "d23021f9938e478598a997acfe6cae21", "name": "14aa5259754d4fe382f55af08f629019"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1d6611badecd43989b33f073edfc5ab1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "875f9e848ad44ae1901e69d28f16eb8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3cf1d739128e43ec9c3b843f679fddec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a4e47cf9692c4cf7961994d6b3cfb0d8", "region_id": "RegionOne"}], "type": "identity", "id": "4806b50155594f0cacebd5e48705bda9", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7afa38e593cd45149d0620c94f760904", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "50770a3c193441abbad92f4396fa897d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "2a26633e485a44349d46fe27d382545d", "region_id": "RegionOne"}], "type": "compute", "id": "7dd51924eec94f50b12bedf930b098ab", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "48b10d42d71b49d5801ea30a12bfa928", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "87a2ad9e238f442da01c1c55e75fbb2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "81999b06f0cf474e9639c199cf92acb6", "region_id": "RegionOne"}], "type": "image", "id": "b3ede5d1c3694a5db80ac83ea5eb9451", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f36f284142df41c58759348a004cdf93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f980145701f04e3baf41c62abed56007", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f9ce2864bc2f415fa41f0dfeed77e273", "region_id": "RegionOne"}], "type": "load-balancer", "id": "de6dff8cfb224b4e995539823a7a4fc2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cfbf1a1c2dd64c66b474f3990e9b1a4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca170f5672074755a0b6c0a7772fbd0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50b1f936d64a4d428162bae55f28101d", "region_id": "RegionOne"}], "type": "object-store", "id": "a82b150e05bc406cbefbe5a283414690", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "430a816b9a064369b319f95cbf363e17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "03424d80b3eb4471bfc36a1ccb1cdf94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8105566119104347a605775168ee220f", "region_id": "RegionOne"}], "type": "clustering", "id": "bdbb68663ed74eca94cf84c4460e3630", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "98c3397c2ffb4636afa9fef3b2922dff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5a7bf34b8a6d4f18a3849e06c457263c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "591802edc05b4457adea70a284c9897c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "37b401179c5f4596b0f17a116611a146", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4c25fcb3a6424230980b6a2649672e25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "096dd7d6c02a49a69b913c90be94ec02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "76baed838c6d44688e54a889cf6dbe63", "region_id": "RegionOne"}], "type": "cluster", "id": "1c3027836af04d69926e2b2830d179ec", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f15d8f9c1797448d9182dd82c11eb49b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f884b324445a4bd889c9eb9a32726245", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "06a119c36d91406f9f055259cec0d5fc", "region_id": "RegionOne"}], "type": "data-processing", "id": "77700baefaf04c81be10e920c976e39f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d9e35b747dc74a038b5392e77a2e0829", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "758abfb554ef43059e6e989b6bf380d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c10ef350b6444136983491d57d0406de", "region_id": "RegionOne"}], "type": "baremetal", "id": "7a50b082dd1142faa002a518dfbb8ab3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e614b10900434e16a0d8a0eae4aa4666", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "03388b1369e042859a7f2374fd3fa5aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "95e26a9dd3684d3988954cb09b3c5351", "region_id": "RegionOne"}], "type": "bare-metal", "id": "66233518f0034208b7ede9ed8769d6f2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2a95c5bd79f648bda67c35caadcb0b40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e60600fe87da42798f582863a19a142c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a98b3ef4262547b39c33dcd6841b9b36", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "43df88d9a40a4996876cb7845ff3e1ba", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f6ad0d7c8c7b4a20bab4dfeab10b7091", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "02b89ccd622d4cbcbb391dcc3499f3b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "db0f8a5558b245f7be84b70680854c1f", "region_id": "RegionOne"}], "type": "key-manager", "id": "ef3dd570775049529c1cbedd4d2d5371", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e4c5717765194462b66b81a17a59b9c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cd1ba98f150348959edf8993e072495f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "af0286e4007e40c7a2187952f9137d8f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "cd2e8430119b4bf8a6745f443ad5a483", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "034aa75ac7434777a69457dc7980d778", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2860e657a46a4028bc1c926c6c4bff78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d69929b0d6464c93b8a145e4fadfe196", "region_id": "RegionOne"}], "type": "infra-optim", "id": "cbd426a0638c45abad94abe6fb013456", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "31f8a8a16de3489286a5c91388b2eb20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "26f96fecc55149098b33bc4c9db14689", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9036fe414f4a475faae500db401f943e", "region_id": "RegionOne"}], "type": "message", "id": "86cf6c8c24c3475ab2ae4b854050e695", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fcde686e677a4921b4950e92fb571d20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7c5fb39f577444dc9d79bacc8bf0bfe8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "72e1feb624fb468289a2cf67c00d01e9", "region_id": "RegionOne"}], "type": "messaging", "id": "6827abc029454c3a877bcfbbf9fbe1df", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "340951fe57254ac09281565f09b8cd7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "376bfd871af3413bb28d4570c801b03d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e8e6d6c7cb85409aa9a3ad38cf6592bd", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a6006afebdec465d928fc92699a0d80e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c4384a11c36e454381ce234bb902709d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5f0c93dc0610465b9c55233ad6cf1c15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0370328eddab4c96894777147c6c2b7e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c397a0be512b4fcc8818fb9a462df1cd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c5272aa1b31145ffa6676acd567efefc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bf1954ce152740aca505cee9c640b90d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "33b4b8b1d37441d6aa51ae5b0ac87211", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "72244ce9c239473e9e64478dcbaaca37", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "47aeeb34386545d8a9a7d49934b8af31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ae916e8856fd4955874487db1f54ea57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5764e6e0843344f991af5985e36a65ca", "region_id": "RegionOne"}], "type": "container-infra", "id": "792fc623809845499c7d534952658164", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d2c442f15823449e96402522fca074e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ddb11901c5cc4c368b13d5bf2088bd8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a7ec1a349c97434ab6c19ff8cc358ab6", "region_id": "RegionOne"}], "type": "search", "id": "5da64ef1b3ad4c89bfb9b3f64492e283", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b57aea4488e546b9ad2f975019869778", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "66ecd66353c64c84a6a5095eb187e406", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2649e869ba984b88a16fe9ccc62833e9", "region_id": "RegionOne"}], "type": "dns", "id": "580430db738f47d8960afb2a7bffb6c3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "81e8c97f1ca5490287e6f5831b93ff02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "616a21cd44524cd08af72c529e5cd8c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "58a06387632c4130a3a1fd331ca576b8", "region_id": "RegionOne"}], "type": "workflow", "id": "9f827f3b984b409c8bc23d4e7129b508", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "70c4fcd1b05f4fe3982b50526e1fada9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7402b867bd364989a18d700f1bed550a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "70e07ba104a94861846920d268d3717d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f7c0bbf42eaa4ea3a321a75bdc86dc81", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "71c3c848616147d98ba722a2f3a324d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e4e83e6c838c45a5a3810d4afbf6ddbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "64a17a6adbb341d4943dcf48270664ec", "region_id": "RegionOne"}], "type": "rating", "id": "d371dc8388f649c79ea800f428c18e5f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ad0628f46bf24942883cc66dd4a0556a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "08bb3529f41544c58947c6149663164e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "62d2f747f41a4a0b8118c081222a0926", "region_id": "RegionOne"}], "type": "operator-policy", "id": "8679346d964a49d0bc89ec901bf7d967", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dbab74de65264114b4bc8afacd398e3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "574b13be2b4b47b78bebdb11caa18fcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d59da228f65546f2a7599fa183c3213d", "region_id": "RegionOne"}], "type": "policy", "id": "840606851bd645a0bf07795b96a54db8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8ab726f31b0447afa305353e0a5eb1ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5310091c3e104f4e87a0d698ed4e0b23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d367c87033334ee28ba20640a40849b0", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "280946f9651142b8bc2ab665aa1a6b15", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "410aedf0359d4855b81ab6d4d286afb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0c516c24b4c74b019d40dffa27065777", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7251cb3d41f04ab291aaa63ee113a2fc", "region_id": "RegionOne"}], "type": "sharev2", "id": "ce526da8da1b4fe9af9144ff8ddf74e5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "efa6c61b92b94d57be29494acf11c3b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cce2c0b7e0424b368dfcebb13c6b41c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a4bc077602ea4e878050ccdc8f1e6cb4", "region_id": "RegionOne"}], "type": "share", "id": "5210f95bfe64425397d8b666ab171092", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d969b56b2ebe4444ab1ef943aaa23770", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "59a9d6c748ce42139fe7b78a437f2e40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0594082e189e4dbd9a979340c32f0274", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "126fc438b7544485b75f5261162ec6d2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fbf5d83f38745c691f5622d43b6a8df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0be1ab56799a44e98978a01086f44c9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "481f51a030e7408487094949d38255fd", "region_id": "RegionOne"}], "type": "orchestration", "id": "6ff7b0b79fd646d6b07f2e30e658ab36", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71842d79ce964b9ca1bb01bc9eb5a0ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe9c1903d1c9441db1bcf1b85cf9607c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3fb5c3e140f4d9ea9879dcd422c1165", "region_id": "RegionOne"}], "type": "block-storage", "id": "be72181635bf4452a5a9e3e39d485f6c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a68c6c398594874bb07a8a41029f8d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e52fda6125be40feb0ebdc29ca6eccb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e388262fe4b465bad53a85922f9253a", "region_id": "RegionOne"}], "type": "volumev3", "id": "bcdb7cea576b40af828922a285f1b40b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "141c436f0af2423eaba1ed173b0b9929", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f52f89c7f16456eb1202558abe4c085", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba97b6f6aca44b87a0e4119610a4eb36", "region_id": "RegionOne"}], "type": "volumev2", "id": "b2c856356e6d4d5c92101bba2d64197a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2dc0b74ed8df4a12ba14e6c3d27f96de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e0ca7269234474aba9bbca99bef5219", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb58980ed99f4eff8ce59faf8783966c", "region_id": "RegionOne"}], "type": "volume", "id": "65941513b44d46ddaa2ba84fb24e84d4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9cfe1ce563a48bf89862a652ea481e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ade36b78b8bf41589c5515eaa0332dda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32fe24ea915e4dc0b9cb0e453b590d02", "region_id": "RegionOne"}], "type": "block-store", "id": "d4872c5ac84445848a1b7a7239f524cb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1fcd696fe64b47ea9dc5c31b6f52a3de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "44f04cca508847bf9cc3bb2ae80d81d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9573558eb70647ef9a67ac4c3b5dc21a", "region_id": "RegionOne"}], "type": "alarm", "id": "4d3e4a3cae5040f28917d460f4fbf1b2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "46f5d6957b9045499c6c9496e153f4aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a7aa4221fb1d41abb479898199ffb8b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0cfde849047048638914fdf0b174ef83", "region_id": "RegionOne"}], "type": "alarming", "id": "6b68c699e1c84f3ea0479db9dd6b21ac", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "818cb93c24594c748f133c747dc4bd79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c86508114d814a9392e1766fd2bc8b0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "88fceb5252514d8f90ec008be5b40265", "region_id": "RegionOne"}], "type": "meter", "id": "69cc1efa86cb42c9bf0c96e7d3b6f71a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c63bca2b7f58490e8205aafe52c1513d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1e4be0c4e9ed492d84be97667d5037f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a2b92ccc8db34105bb003e5206b35f60", "region_id": "RegionOne"}], "type": "metering", "id": "6ee3e55c15484cb584bea00cf263d42e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "990e588f162b4ae58693240214111062", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "139578c5a0e8420192678a53e3364e8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "342553724d204536a9a71181b107d63a", "region_id": "RegionOne"}], "type": "telemetry", "id": "64f852c19f3c4b0bb5fae07c19740364", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "07accc8f690748039fbb95160f5c4e47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f552981c96514368a96991e8089ef54b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ee0494a68062499b9ecb2c137c7b4daf", "region_id": "RegionOne"}], "type": "event", "id": "01a3a2d0ad3a46268937e8f58a50a554", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "35c029b571e94137b9ba1ab1a635e5d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "68179c0940b3436ea18bdc873ecc9eef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6738981f6e8f421ba2c5d426912766d1", "region_id": "RegionOne"}], "type": "events", "id": "dc1d7777c10c49e38ca584a3c02135e5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "60bec1763eb145b2abde2d8bd2cf9af2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7c420ddec2c142c296eabe453a4d7bc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6df2905205d24c23866ea72f816fe627", "region_id": "RegionOne"}], "type": "application-deployment", "id": "128c8a923e5f4cfa8d2ce5b55202aabf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b3dbb55ac683496d94fd29e05ff26ba9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a7008cdd93c940c4b1a9797670ecd228", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "659fcb7947ee498b8703c6beab34852e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e19829691be242759c90fdc287e3f55a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "10974916dd6d4df9a684b8e0ac515cc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1f1bedf6576c4724a6a4db0f6ca0709f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3efa403fa52f482d94391c2285f5b7ab", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3b08bcfb85cb47eb81a28cc489d55fbb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2feb1cb3256c4991af55eb572baaa1d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7940a53b06824a038c3b2c49dfecb35a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f48df88630464c95b0d3b6f8fbd4f4ad", "region_id": "RegionOne"}], "type": "tricircle", "id": "81a623c54ee04d3d97cf01b5a48de5e7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f6efbadb9370400b86f84964b86f943c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "65e99aaa3f3142de86cec9d82d908581", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "4c020f016fa24acebab5b706b702e76b", "region_id": "RegionOne"}], "type": "database", "id": "2713025dc18c4a55b2949dd5f3e62255", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0ef1079130684bdfa0d816066ffbf661", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "75b4befa980548029642bccf0bbbdf3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d0cc58561fb840b1b3b9c84b28bce635", "region_id": "RegionOne"}], "type": "application-container", "id": "d1fd5693f2a84cac9d5604c476150f9a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d2f5c106e79f4698bc6268f87a58024b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a794c9dba1064a1a930d5c490b59b486", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "aee12712b7cc415aba12ef9909ee0446", "region_id": "RegionOne"}], "type": "container", "id": "2e2fd27e83bd49cba9325c19329c5122", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a543b2f77f8d4d949232efab40f292ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "98934caeb848450c9a92004284a5cc4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a598bdbc5969490b900f98cf1ecf1056", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "398dec11a13f4b529a96c64e58eea8ca", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a0244e31ea2e4c00ade71395216d6f2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e3f2f1ce44794381958ac6ebe1e74c59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "29efd0ec824049998d47247e7b7f13bb", "region_id": "RegionOne"}], "type": "rca", "id": "8be74206d8ab4a89b40b15c7533bb9b4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7b0e01f3e23a4bbfbb7c65de2ff52176", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bddc623067a0441981f6b4e0d4b4a977", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c05b998e3b9c4a13bda123e1111d545f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3875ea29d8cf43e2a1a003d238b89fd6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "1c48cc83947443de8da6748091020804", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1e78e846850f447480979ca4b5878ec5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "5dd04c6294c94bd39e745633242d4897", "region_id": "RegionOne"}], "type": "network", "id": "530b496a78d54ce8b2e7fa11eadb9dad", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0bc27ce8019f4a648af31b3c8c019a1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7cda8e89ef2047dc83bc3a5995e126b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "abdc7a5fa9ec4b078b34c021a9798f18", "region_id": "RegionOne"}], "type": "backup", "id": "b49d60c2fe7e43ebbe9b86ba19a44299", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dccfd959071b4de39e9c741728265b61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cf14cbc88d2640ce8959f2e900e046b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b36bc280a09d443a9d208d99a1259252", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "48e43096757a4f90b30db2c848ad1619", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "37bb0825b26542cf94d94b3ebb228968", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "126d43a1e52e45968c9b44f59fa67392", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "eccbea14530f4157bac5be7c99716ff4", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0a83fd3a95204ecab665e03194aff304", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5b28473e802b4a3b928da18d1725e31e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "24ade030c056404bae591839775b0a51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "758ccd430db9452e994ee8f87fc1dfb8", "region_id": "RegionOne"}], "type": "monitoring", "id": "c085ea40e1294786982bb20dda96f480", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "217e69387a984e529516dfd1b5ef4618", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7c8756edc72043cab2637d0fca64b7dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "531c8e63e196445a9162beefce2f5a51", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a0bdf3cc19fc4b32b73fa1c3ecc8c5f9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ce9b29a07bc34e3e9ad425b84e289250", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7b7e00285b754b09a34860ab0acbfa58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "586e1d98e5bf4ee586b98cc7b42788a4", "region_id": "RegionOne"}], "type": "placement", "id": "ef2e8363d7f844fbb76536d39d0d5fb5", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f486344720744b2b86c7456a4498481f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5cccee53ac874ff990eae1b725065286", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dc4693a3cdc4490e87c49f0761f050cb", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9bab198ed0274502bdd4e0c2ddb160a3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6c4dc05477aa48078cc832fd14c0cd95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cbf49d480af244bcaa8c29cf771c694e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "db384eea00714769a2b93a186e90399c", "region_id": "RegionOne"}], "type": "ha", "id": "a5b1cd74ed6a4b02ae6ad4f7a4e759a0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a88c7c7227884dfa90a610ef02faea47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "47f313592a24465485adc27bbee1c762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "fba8f556627845dcba90d14540d8b623", "region_id": "RegionOne"}], "type": "reservation", "id": "788d294ce42e44568f0c522f149ee750", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "75eaf578be3e43378c0ec929b80d5a8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e5f69c79eba3428ca9bcc1a8940f79d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "aa5a80eef35741229da716b14a41122e", "region_id": "RegionOne"}], "type": "function-engine", "id": "867b2b1930534214acc37b7ada25eb41", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5156c0893ad84670801e6f623d17ace0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5d500d0439e1445fb3109e72992035ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "643b6df00903420a953f3645864bf2db", "region_id": "RegionOne"}], "type": "accelerator", "id": "6e5eee2809b64df6a70feb92d4a85ec2", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1cabd58d47b7464cbb05c7b1f0c5733e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9b72238508d14eeca57a538e1e0c4752", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0454d3d5f00c4d77a7e5eb9ac53c2706", "region_id": "RegionOne"}], "type": "admin-logic", "id": "cc8e86a2ca2b4c7cb9d51305f54159c8", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "21e534a52baf47f89cee5af27e6e3533", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "429d8b316ab74b9d84347c4604d18d3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7d6e5b88134f4674adcbf76e80eeeb48", "region_id": "RegionOne"}], "type": "registration", "id": "7a9675d978784159b7ab48858d427fb1", "name": "adjutant"}], "user": {"domain": {"id": "0d0d6c1a2652426b9c1a74102a56c1f0", "name": "3114e8e76a9f4526946b7267573c9648"}, "id": "daa8e5412e6c443f83773f659a129778", "name": "8db6a536fdaa48f48f91bbfec2d83b4c"}, "audit_ids": ["b20b29b0bd274f91be0646312ce72bdd", null], "issued_at": "2019-09-19T09:04:45.159366"}} 2019-09-19 09:06:45,298 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,311 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.159366+00:00", "project": {"domain": {"id": "d23021f9938e478598a997acfe6cae21", "name": "14aa5259754d4fe382f55af08f629019"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1d6611badecd43989b33f073edfc5ab1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "875f9e848ad44ae1901e69d28f16eb8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3cf1d739128e43ec9c3b843f679fddec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a4e47cf9692c4cf7961994d6b3cfb0d8", "region_id": "RegionOne"}], "type": "identity", "id": "4806b50155594f0cacebd5e48705bda9", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7afa38e593cd45149d0620c94f760904", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "50770a3c193441abbad92f4396fa897d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "2a26633e485a44349d46fe27d382545d", "region_id": "RegionOne"}], "type": "compute", "id": "7dd51924eec94f50b12bedf930b098ab", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "48b10d42d71b49d5801ea30a12bfa928", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "87a2ad9e238f442da01c1c55e75fbb2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "81999b06f0cf474e9639c199cf92acb6", "region_id": "RegionOne"}], "type": "image", "id": "b3ede5d1c3694a5db80ac83ea5eb9451", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f36f284142df41c58759348a004cdf93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f980145701f04e3baf41c62abed56007", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f9ce2864bc2f415fa41f0dfeed77e273", "region_id": "RegionOne"}], "type": "load-balancer", "id": "de6dff8cfb224b4e995539823a7a4fc2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cfbf1a1c2dd64c66b474f3990e9b1a4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca170f5672074755a0b6c0a7772fbd0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50b1f936d64a4d428162bae55f28101d", "region_id": "RegionOne"}], "type": "object-store", "id": "a82b150e05bc406cbefbe5a283414690", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "430a816b9a064369b319f95cbf363e17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "03424d80b3eb4471bfc36a1ccb1cdf94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8105566119104347a605775168ee220f", "region_id": "RegionOne"}], "type": "clustering", "id": "bdbb68663ed74eca94cf84c4460e3630", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "98c3397c2ffb4636afa9fef3b2922dff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5a7bf34b8a6d4f18a3849e06c457263c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "591802edc05b4457adea70a284c9897c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "37b401179c5f4596b0f17a116611a146", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4c25fcb3a6424230980b6a2649672e25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "096dd7d6c02a49a69b913c90be94ec02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "76baed838c6d44688e54a889cf6dbe63", "region_id": "RegionOne"}], "type": "cluster", "id": "1c3027836af04d69926e2b2830d179ec", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f15d8f9c1797448d9182dd82c11eb49b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f884b324445a4bd889c9eb9a32726245", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "06a119c36d91406f9f055259cec0d5fc", "region_id": "RegionOne"}], "type": "data-processing", "id": "77700baefaf04c81be10e920c976e39f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d9e35b747dc74a038b5392e77a2e0829", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "758abfb554ef43059e6e989b6bf380d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c10ef350b6444136983491d57d0406de", "region_id": "RegionOne"}], "type": "baremetal", "id": "7a50b082dd1142faa002a518dfbb8ab3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e614b10900434e16a0d8a0eae4aa4666", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "03388b1369e042859a7f2374fd3fa5aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "95e26a9dd3684d3988954cb09b3c5351", "region_id": "RegionOne"}], "type": "bare-metal", "id": "66233518f0034208b7ede9ed8769d6f2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2a95c5bd79f648bda67c35caadcb0b40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e60600fe87da42798f582863a19a142c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a98b3ef4262547b39c33dcd6841b9b36", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "43df88d9a40a4996876cb7845ff3e1ba", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f6ad0d7c8c7b4a20bab4dfeab10b7091", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "02b89ccd622d4cbcbb391dcc3499f3b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "db0f8a5558b245f7be84b70680854c1f", "region_id": "RegionOne"}], "type": "key-manager", "id": "ef3dd570775049529c1cbedd4d2d5371", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e4c5717765194462b66b81a17a59b9c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cd1ba98f150348959edf8993e072495f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "af0286e4007e40c7a2187952f9137d8f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "cd2e8430119b4bf8a6745f443ad5a483", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "034aa75ac7434777a69457dc7980d778", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2860e657a46a4028bc1c926c6c4bff78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d69929b0d6464c93b8a145e4fadfe196", "region_id": "RegionOne"}], "type": "infra-optim", "id": "cbd426a0638c45abad94abe6fb013456", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "31f8a8a16de3489286a5c91388b2eb20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "26f96fecc55149098b33bc4c9db14689", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9036fe414f4a475faae500db401f943e", "region_id": "RegionOne"}], "type": "message", "id": "86cf6c8c24c3475ab2ae4b854050e695", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fcde686e677a4921b4950e92fb571d20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7c5fb39f577444dc9d79bacc8bf0bfe8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "72e1feb624fb468289a2cf67c00d01e9", "region_id": "RegionOne"}], "type": "messaging", "id": "6827abc029454c3a877bcfbbf9fbe1df", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "340951fe57254ac09281565f09b8cd7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "376bfd871af3413bb28d4570c801b03d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e8e6d6c7cb85409aa9a3ad38cf6592bd", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a6006afebdec465d928fc92699a0d80e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c4384a11c36e454381ce234bb902709d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5f0c93dc0610465b9c55233ad6cf1c15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0370328eddab4c96894777147c6c2b7e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c397a0be512b4fcc8818fb9a462df1cd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c5272aa1b31145ffa6676acd567efefc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bf1954ce152740aca505cee9c640b90d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "33b4b8b1d37441d6aa51ae5b0ac87211", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "72244ce9c239473e9e64478dcbaaca37", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "47aeeb34386545d8a9a7d49934b8af31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ae916e8856fd4955874487db1f54ea57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5764e6e0843344f991af5985e36a65ca", "region_id": "RegionOne"}], "type": "container-infra", "id": "792fc623809845499c7d534952658164", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d2c442f15823449e96402522fca074e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ddb11901c5cc4c368b13d5bf2088bd8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a7ec1a349c97434ab6c19ff8cc358ab6", "region_id": "RegionOne"}], "type": "search", "id": "5da64ef1b3ad4c89bfb9b3f64492e283", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b57aea4488e546b9ad2f975019869778", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "66ecd66353c64c84a6a5095eb187e406", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2649e869ba984b88a16fe9ccc62833e9", "region_id": "RegionOne"}], "type": "dns", "id": "580430db738f47d8960afb2a7bffb6c3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "81e8c97f1ca5490287e6f5831b93ff02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "616a21cd44524cd08af72c529e5cd8c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "58a06387632c4130a3a1fd331ca576b8", "region_id": "RegionOne"}], "type": "workflow", "id": "9f827f3b984b409c8bc23d4e7129b508", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "70c4fcd1b05f4fe3982b50526e1fada9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7402b867bd364989a18d700f1bed550a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "70e07ba104a94861846920d268d3717d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f7c0bbf42eaa4ea3a321a75bdc86dc81", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "71c3c848616147d98ba722a2f3a324d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e4e83e6c838c45a5a3810d4afbf6ddbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "64a17a6adbb341d4943dcf48270664ec", "region_id": "RegionOne"}], "type": "rating", "id": "d371dc8388f649c79ea800f428c18e5f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ad0628f46bf24942883cc66dd4a0556a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "08bb3529f41544c58947c6149663164e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "62d2f747f41a4a0b8118c081222a0926", "region_id": "RegionOne"}], "type": "operator-policy", "id": "8679346d964a49d0bc89ec901bf7d967", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dbab74de65264114b4bc8afacd398e3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "574b13be2b4b47b78bebdb11caa18fcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d59da228f65546f2a7599fa183c3213d", "region_id": "RegionOne"}], "type": "policy", "id": "840606851bd645a0bf07795b96a54db8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8ab726f31b0447afa305353e0a5eb1ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5310091c3e104f4e87a0d698ed4e0b23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d367c87033334ee28ba20640a40849b0", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "280946f9651142b8bc2ab665aa1a6b15", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "410aedf0359d4855b81ab6d4d286afb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0c516c24b4c74b019d40dffa27065777", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7251cb3d41f04ab291aaa63ee113a2fc", "region_id": "RegionOne"}], "type": "sharev2", "id": "ce526da8da1b4fe9af9144ff8ddf74e5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "efa6c61b92b94d57be29494acf11c3b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cce2c0b7e0424b368dfcebb13c6b41c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a4bc077602ea4e878050ccdc8f1e6cb4", "region_id": "RegionOne"}], "type": "share", "id": "5210f95bfe64425397d8b666ab171092", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d969b56b2ebe4444ab1ef943aaa23770", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "59a9d6c748ce42139fe7b78a437f2e40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0594082e189e4dbd9a979340c32f0274", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "126fc438b7544485b75f5261162ec6d2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fbf5d83f38745c691f5622d43b6a8df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0be1ab56799a44e98978a01086f44c9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "481f51a030e7408487094949d38255fd", "region_id": "RegionOne"}], "type": "orchestration", "id": "6ff7b0b79fd646d6b07f2e30e658ab36", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71842d79ce964b9ca1bb01bc9eb5a0ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe9c1903d1c9441db1bcf1b85cf9607c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3fb5c3e140f4d9ea9879dcd422c1165", "region_id": "RegionOne"}], "type": "block-storage", "id": "be72181635bf4452a5a9e3e39d485f6c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a68c6c398594874bb07a8a41029f8d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e52fda6125be40feb0ebdc29ca6eccb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e388262fe4b465bad53a85922f9253a", "region_id": "RegionOne"}], "type": "volumev3", "id": "bcdb7cea576b40af828922a285f1b40b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "141c436f0af2423eaba1ed173b0b9929", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f52f89c7f16456eb1202558abe4c085", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba97b6f6aca44b87a0e4119610a4eb36", "region_id": "RegionOne"}], "type": "volumev2", "id": "b2c856356e6d4d5c92101bba2d64197a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2dc0b74ed8df4a12ba14e6c3d27f96de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e0ca7269234474aba9bbca99bef5219", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb58980ed99f4eff8ce59faf8783966c", "region_id": "RegionOne"}], "type": "volume", "id": "65941513b44d46ddaa2ba84fb24e84d4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9cfe1ce563a48bf89862a652ea481e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ade36b78b8bf41589c5515eaa0332dda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32fe24ea915e4dc0b9cb0e453b590d02", "region_id": "RegionOne"}], "type": "block-store", "id": "d4872c5ac84445848a1b7a7239f524cb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1fcd696fe64b47ea9dc5c31b6f52a3de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "44f04cca508847bf9cc3bb2ae80d81d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9573558eb70647ef9a67ac4c3b5dc21a", "region_id": "RegionOne"}], "type": "alarm", "id": "4d3e4a3cae5040f28917d460f4fbf1b2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "46f5d6957b9045499c6c9496e153f4aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a7aa4221fb1d41abb479898199ffb8b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0cfde849047048638914fdf0b174ef83", "region_id": "RegionOne"}], "type": "alarming", "id": "6b68c699e1c84f3ea0479db9dd6b21ac", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "818cb93c24594c748f133c747dc4bd79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c86508114d814a9392e1766fd2bc8b0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "88fceb5252514d8f90ec008be5b40265", "region_id": "RegionOne"}], "type": "meter", "id": "69cc1efa86cb42c9bf0c96e7d3b6f71a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c63bca2b7f58490e8205aafe52c1513d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1e4be0c4e9ed492d84be97667d5037f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a2b92ccc8db34105bb003e5206b35f60", "region_id": "RegionOne"}], "type": "metering", "id": "6ee3e55c15484cb584bea00cf263d42e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "990e588f162b4ae58693240214111062", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "139578c5a0e8420192678a53e3364e8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "342553724d204536a9a71181b107d63a", "region_id": "RegionOne"}], "type": "telemetry", "id": "64f852c19f3c4b0bb5fae07c19740364", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "07accc8f690748039fbb95160f5c4e47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f552981c96514368a96991e8089ef54b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ee0494a68062499b9ecb2c137c7b4daf", "region_id": "RegionOne"}], "type": "event", "id": "01a3a2d0ad3a46268937e8f58a50a554", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "35c029b571e94137b9ba1ab1a635e5d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "68179c0940b3436ea18bdc873ecc9eef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6738981f6e8f421ba2c5d426912766d1", "region_id": "RegionOne"}], "type": "events", "id": "dc1d7777c10c49e38ca584a3c02135e5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "60bec1763eb145b2abde2d8bd2cf9af2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7c420ddec2c142c296eabe453a4d7bc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6df2905205d24c23866ea72f816fe627", "region_id": "RegionOne"}], "type": "application-deployment", "id": "128c8a923e5f4cfa8d2ce5b55202aabf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b3dbb55ac683496d94fd29e05ff26ba9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a7008cdd93c940c4b1a9797670ecd228", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "659fcb7947ee498b8703c6beab34852e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e19829691be242759c90fdc287e3f55a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "10974916dd6d4df9a684b8e0ac515cc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1f1bedf6576c4724a6a4db0f6ca0709f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3efa403fa52f482d94391c2285f5b7ab", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3b08bcfb85cb47eb81a28cc489d55fbb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2feb1cb3256c4991af55eb572baaa1d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7940a53b06824a038c3b2c49dfecb35a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f48df88630464c95b0d3b6f8fbd4f4ad", "region_id": "RegionOne"}], "type": "tricircle", "id": "81a623c54ee04d3d97cf01b5a48de5e7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f6efbadb9370400b86f84964b86f943c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "65e99aaa3f3142de86cec9d82d908581", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "4c020f016fa24acebab5b706b702e76b", "region_id": "RegionOne"}], "type": "database", "id": "2713025dc18c4a55b2949dd5f3e62255", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0ef1079130684bdfa0d816066ffbf661", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "75b4befa980548029642bccf0bbbdf3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d0cc58561fb840b1b3b9c84b28bce635", "region_id": "RegionOne"}], "type": "application-container", "id": "d1fd5693f2a84cac9d5604c476150f9a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d2f5c106e79f4698bc6268f87a58024b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a794c9dba1064a1a930d5c490b59b486", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "aee12712b7cc415aba12ef9909ee0446", "region_id": "RegionOne"}], "type": "container", "id": "2e2fd27e83bd49cba9325c19329c5122", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a543b2f77f8d4d949232efab40f292ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "98934caeb848450c9a92004284a5cc4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a598bdbc5969490b900f98cf1ecf1056", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "398dec11a13f4b529a96c64e58eea8ca", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a0244e31ea2e4c00ade71395216d6f2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e3f2f1ce44794381958ac6ebe1e74c59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "29efd0ec824049998d47247e7b7f13bb", "region_id": "RegionOne"}], "type": "rca", "id": "8be74206d8ab4a89b40b15c7533bb9b4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7b0e01f3e23a4bbfbb7c65de2ff52176", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bddc623067a0441981f6b4e0d4b4a977", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c05b998e3b9c4a13bda123e1111d545f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3875ea29d8cf43e2a1a003d238b89fd6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "1c48cc83947443de8da6748091020804", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1e78e846850f447480979ca4b5878ec5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "5dd04c6294c94bd39e745633242d4897", "region_id": "RegionOne"}], "type": "network", "id": "530b496a78d54ce8b2e7fa11eadb9dad", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0bc27ce8019f4a648af31b3c8c019a1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7cda8e89ef2047dc83bc3a5995e126b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "abdc7a5fa9ec4b078b34c021a9798f18", "region_id": "RegionOne"}], "type": "backup", "id": "b49d60c2fe7e43ebbe9b86ba19a44299", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dccfd959071b4de39e9c741728265b61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cf14cbc88d2640ce8959f2e900e046b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b36bc280a09d443a9d208d99a1259252", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "48e43096757a4f90b30db2c848ad1619", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "37bb0825b26542cf94d94b3ebb228968", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "126d43a1e52e45968c9b44f59fa67392", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "eccbea14530f4157bac5be7c99716ff4", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0a83fd3a95204ecab665e03194aff304", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5b28473e802b4a3b928da18d1725e31e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "24ade030c056404bae591839775b0a51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "758ccd430db9452e994ee8f87fc1dfb8", "region_id": "RegionOne"}], "type": "monitoring", "id": "c085ea40e1294786982bb20dda96f480", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "217e69387a984e529516dfd1b5ef4618", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7c8756edc72043cab2637d0fca64b7dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "531c8e63e196445a9162beefce2f5a51", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a0bdf3cc19fc4b32b73fa1c3ecc8c5f9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ce9b29a07bc34e3e9ad425b84e289250", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7b7e00285b754b09a34860ab0acbfa58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "586e1d98e5bf4ee586b98cc7b42788a4", "region_id": "RegionOne"}], "type": "placement", "id": "ef2e8363d7f844fbb76536d39d0d5fb5", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f486344720744b2b86c7456a4498481f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5cccee53ac874ff990eae1b725065286", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dc4693a3cdc4490e87c49f0761f050cb", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9bab198ed0274502bdd4e0c2ddb160a3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6c4dc05477aa48078cc832fd14c0cd95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cbf49d480af244bcaa8c29cf771c694e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "db384eea00714769a2b93a186e90399c", "region_id": "RegionOne"}], "type": "ha", "id": "a5b1cd74ed6a4b02ae6ad4f7a4e759a0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a88c7c7227884dfa90a610ef02faea47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "47f313592a24465485adc27bbee1c762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "fba8f556627845dcba90d14540d8b623", "region_id": "RegionOne"}], "type": "reservation", "id": "788d294ce42e44568f0c522f149ee750", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "75eaf578be3e43378c0ec929b80d5a8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e5f69c79eba3428ca9bcc1a8940f79d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "aa5a80eef35741229da716b14a41122e", "region_id": "RegionOne"}], "type": "function-engine", "id": "867b2b1930534214acc37b7ada25eb41", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5156c0893ad84670801e6f623d17ace0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5d500d0439e1445fb3109e72992035ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "643b6df00903420a953f3645864bf2db", "region_id": "RegionOne"}], "type": "accelerator", "id": "6e5eee2809b64df6a70feb92d4a85ec2", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1cabd58d47b7464cbb05c7b1f0c5733e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9b72238508d14eeca57a538e1e0c4752", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0454d3d5f00c4d77a7e5eb9ac53c2706", "region_id": "RegionOne"}], "type": "admin-logic", "id": "cc8e86a2ca2b4c7cb9d51305f54159c8", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "21e534a52baf47f89cee5af27e6e3533", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "429d8b316ab74b9d84347c4604d18d3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7d6e5b88134f4674adcbf76e80eeeb48", "region_id": "RegionOne"}], "type": "registration", "id": "7a9675d978784159b7ab48858d427fb1", "name": "adjutant"}], "user": {"domain": {"id": "0d0d6c1a2652426b9c1a74102a56c1f0", "name": "3114e8e76a9f4526946b7267573c9648"}, "id": "daa8e5412e6c443f83773f659a129778", "name": "8db6a536fdaa48f48f91bbfec2d83b4c"}, "audit_ids": ["b20b29b0bd274f91be0646312ce72bdd", null], "issued_at": "2019-09-19T09:04:45.159366"}} 2019-09-19 09:06:45,397 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,404 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,408 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:45,431 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:45,437 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,440 keystoneauth.session RESP BODY: {"servers": []} {3} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_listener_delete [0.066755s] ... ok {26} openstack.tests.unit.cloud.test_zone.TestZone.test_get_zone_by_name [0.205168s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,449 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,453 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,455 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,458 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,467 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.395437+00:00", "project": {"domain": {"id": "a233a4d0ac6f407380428f1cea4f2df8", "name": "085c1553543745ed976daec5d86566e4"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0b317e3fb28240279b39321ee2a4ab79"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c5233ff1d26d4263bf704b3a796a2d06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "75368d7c975b4d8c892cf3f7c497f373", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d7865cd934454c05a4d074b4b0648408", "region_id": "RegionOne"}], "type": "identity", "id": "a774ca1f98bd4dadb5df18d76650289e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3cc78f67d88b48e885756347d189c70f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "83e6c22ed0514477b6eeac5ceee6816b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "96053b2488ba4fb7a115e925b3d05a31", "region_id": "RegionOne"}], "type": "compute", "id": "510c88011dea40ee81fcdaa67ec9f025", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "83d23c1cb0404621b3f2cd7b8bffff46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "9bea267e2df84cd5bd10dd5fe036d40a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "edbe86ec88c2401dbf44d243eea71456", "region_id": "RegionOne"}], "type": "image", "id": "67849bb8ea56453185de0a61f17ba195", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c19881ba3c4c49de8a180c2cef032b0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5bc31eb63d5c4c31b805d7136793d4de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "dbd81556d2bf4b31a0ba7690a5f84e14", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e73b84f728504819a40ff90035b2e704", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5478e667f2014a94bd3cd3dc50eb6c18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "266bdaf77e4f4083bc20b5bd9dfd3490", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2929dfaed0bb4783ae64e3dcafb673f0", "region_id": "RegionOne"}], "type": "object-store", "id": "8b2556c631614220a1a9c38505003b0e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f8da3458331348e2975479c011b0aa8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2e6aace98a3b44ddb4dfe1e6d24e3bef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "374503061fc64d0fa918729b84be636d", "region_id": "RegionOne"}], "type": "clustering", "id": "930a3231a785429583db4132948b30e1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1a28cb69fc4541c288a7915dcaf63b9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "738649277fe44266a22be37f5ababc02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1e23a42c2cf74885bc2a0b325ff26671", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a4cbffe6bf2a46279daedf8b5f3ae1ed", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "58b5034191db4d0db717003a56cdc6f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5a3563648ede41a58e23cf979b9555d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b3902651b9b848889910ad645da7e29d", "region_id": "RegionOne"}], "type": "cluster", "id": "005c2de362794265bc7361bc182a5ab1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b22b6dfd29544fa090909986f3ba108e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "dd3db4a767a64649ad980ffdea555083", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "88e3cc8308c14b88afb418e530e3557d", "region_id": "RegionOne"}], "type": "data-processing", "id": "8aa78407c31649b5a90ca571b3e869dc", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a31a45776a8f4cb192330bf44e527fca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "74b82cb9a32c463a94db5c09d5238374", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0b2ac81192154d3baa02c6f344cf8f6b", "region_id": "RegionOne"}], "type": "baremetal", "id": "b0e3b7eb88e24eb295b95650105f42a7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5236372165fe44c99d494ce8b936501c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b76d3430de2a442ebef72ec972e5ecf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "28cf1d245ad140a1a99379ef3a46eab7", "region_id": "RegionOne"}], "type": "bare-metal", "id": "07ac473123ec4609b587b51725c73a5f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3707d16e34ca40948f6c62d7ef9a7bde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ade9eb8fb6404ad695af1e2536bdf468", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "2371178a27454922ae9ac5ce016a1018", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "208a5933b0c94ddfa9f5ee0896cb4dec", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ad936f3677e54e70831920e82bc8ff01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fb6bbde9e5314c588905fc9592f745eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "49527242b39c44528757accf87a808ca", "region_id": "RegionOne"}], "type": "key-manager", "id": "745dbade1355491b821455d361f8e8b5", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a16ca43c93b34337b84f2758f72efc91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fc2a5f90e6ec41d6a4b1ede0cf2e33eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a789f92d6f384c5085ba2deeb7e29033", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9a2d89bd435e4ac3939556f15485cb9e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "17de609f88524facbe61c6e65018b207", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5207e59c871f491abd2c2617a26efed1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "dc26049057a842faa84f127c1c25759c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4b4fcc4a2a584926a76cafb376fc26cb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e0ce103850584e6998179284056d7dd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5325e6ee8c58415095694122d2544fef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f48133f1e52448e8825c97fdb832c361", "region_id": "RegionOne"}], "type": "message", "id": "5d5b38b477824eec9c493d25f829264e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a98b3bc8fbeb42b3b80878e63e2b33e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "610579153bd34540b5fefebe5ada8cd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3598083dfdac442b93d064e0b78ef7c5", "region_id": "RegionOne"}], "type": "messaging", "id": "740bdfcfd8494534ab966f197b56d39c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1697216ad9034b049b66ab29cc19b822", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "16aaaa6222b645d69219af1cbf65252e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8f5796896cda4fa18a1b74563a512784", "region_id": "RegionOne"}], "type": "application-catalog", "id": "adf496e72a734960a918085d95f81e79", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fe2a6453af2d4e0f8714db4d8eb24272", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b3cde6102364815a5bc6955a8215ff7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "41ae960a1a04409e9f524e5704db56ac", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6abb50dabc80494783a13b77c895de33", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dfbafc5688354c02a805711a4fa65194", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "832d727f207e4a378328e5fe03df5635", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "72dcc37cd9f34efbb47a8459c74d6699", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "71f35e129e1544ab8f2ac702d68b70aa", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b4cc33e88f054722836c6c8355f6c067", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "936027e894fe40fd8404a36db16ccd25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bca6b504835c4ddfab3baf2f4d82de85", "region_id": "RegionOne"}], "type": "container-infra", "id": "3aac44eb433a4a53b0642027537295f6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b2034d5809424e5892ee1bfeafe31472", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "0522d17a22fa4157a7a2f06b0ca0a4aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "bfcd79d5c667443cac7d02fdf82211a2", "region_id": "RegionOne"}], "type": "search", "id": "6670d5472ca64ed1921900bac3978d9b", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2d79bf36a8da4cd5af08784569da40f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b585d47a16c842c88b8342f932ce7811", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "245784af8bb540198bbbe5d8306a4296", "region_id": "RegionOne"}], "type": "dns", "id": "afc78998d83c407897c34f64eda118a8", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0da0cca924914f728c761db8d5727201", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9e0bcd3b999e4cf89c0168ce16c79862", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cdc781dc7df24d0f9fb6371baea21a43", "region_id": "RegionOne"}], "type": "workflow", "id": "7120453913b84fa0a8efc703182209ff", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bd5275cb2b16469e95571fe94763e863", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "078b370e6d554ff084c6cd1d774ce571", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5c8df8299e0f486493e4c39be6a38c37", "region_id": "RegionOne"}], "type": "workflowv2", "id": "61efa9a8362447a3a63b5d84c0f79d8f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7cbeaa88fbe844d9af2b6ef4ad31fa53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "812c83ade8734949ab24f511d8a8dc78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "743cbf5616b34fff97e12a4fb822bcc0", "region_id": "RegionOne"}], "type": "rating", "id": "58143725168b4302add70bbbbbb0a113", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9c4b436ded1946d98c3b67385bb5644a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "75bc569e0b4c458587fd8cc6acbc32a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4e43d4892e704ce584b93c81a5ce69b0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "2d9df107e3e64c309a7aadd3b6282057", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "593f89350d1045c6a3dc1c8b7ce65f3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ffac9a92b0bc448589a613e7929b4184", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ec52b18443ed4849acc669aca8b51ae9", "region_id": "RegionOne"}], "type": "policy", "id": "21757dec50b643b0bd2393993e7236e5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ff4c6de232de459e999e6e902bf0b786", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "af74a9b30e8f420cad143e780d3ee982", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9dcd5a12b9b44dfea2a82c3a666194af", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2b66bd36c1934244b737faabb49815c3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1fd30811d4394c6eb7a2488cec52be9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c455ff6175f0486aac52bdb0e4c9816d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "620eb4b6f1614ae9a6c53bff57acf047", "region_id": "RegionOne"}], "type": "sharev2", "id": "5d03ec5be19d465a9b941ec036d8a555", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "80bfc3ac9b6c484e8e4aa67cb1e4421c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "be361d0bc63249d795e28f52f1712c77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "98dbf932a5454991995524f085343c7f", "region_id": "RegionOne"}], "type": "share", "id": "86eb3728026044ac86dff5a57143fb03", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d2c9fa76817b40d58406e377e94710dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "12440c1d821c4eff97b51777a807adba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0c95b012504a4489890a6997f3a5543e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c432ca8b77d84e84853b1e8755233996", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d268c4df3b74f8f8f621edf6f87f0c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe6343310b484d0cb951f12d38c30e11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3de4415d2654411ea35b255d6935a5ea", "region_id": "RegionOne"}], "type": "orchestration", "id": "8aa5f0749c644bd1a80d05d4de58c633", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "254186f5bf9e4c23ab105f5c9ff390ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba5ed882ef9c4b0580be949d132c30e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f7c4c406b5047d6b5590c1dac424ff9", "region_id": "RegionOne"}], "type": "block-storage", "id": "ff6034655f614e3081ddc61a35c053d1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50aa1d0aad884e11ad9f722fdce096ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e86e7ae14b144a988963a677624dbc18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d51427bce3f24e1f9a9bf33e324eabdd", "region_id": "RegionOne"}], "type": "volumev3", "id": "7bf14d44e69d45daad6d6159beeda3ef", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37ef271661de45feb22a456a06c782f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1557b4b9af4e4c2ca9b81ceb9fda89dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd6a3fbf73374cc8882d8f4db9de18b7", "region_id": "RegionOne"}], "type": "volumev2", "id": "d2fab83501814cc9a85901c0be04fd44", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3d8be072a36468ab6c9f5017872f821", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "deb1ee9bf28d4fd7808a7e939eb0a6da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "744838e8fc6f43ce948c0bd80793f59b", "region_id": "RegionOne"}], "type": "volume", "id": "d5a0616a0f6b4952a73f4ae81ada797c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94ad3a35700c48aba70edfc9a5621767", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf84fd2cf33a4539831d051fb0215748", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7408e11d45e41a3b5925aba5ef49d66", "region_id": "RegionOne"}], "type": "block-store", "id": "7d57528280b44c05b857acdcc982abfe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3cacda3511cd40bfa012cffe8a94a6c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3cac0fa01c2a45508176ac5b0c3f2e4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7c8d6a77d384437c9a1a677abee9036e", "region_id": "RegionOne"}], "type": "alarm", "id": "ea6b6aadde184fc6afccd46dcf85687d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "04f042e6efc244a78b6984fce9c68c17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "723b1f698a5c4d4ebf19dabf1fb0fd18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "65f7865f49124784ab12df1b59ff9308", "region_id": "RegionOne"}], "type": "alarming", "id": "0c2aab539e7f47bdbe7babe03d0af04f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7168e1350bbe4f1cbcf530db13dfef34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "eef794f29da34aa48704ae0d6f13c8a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6b59c70011b94bde82ef1eec49b35657", "region_id": "RegionOne"}], "type": "meter", "id": "26e3a6a15fa2411ab35fba831598abf2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b7bf509d968f4ded90c9911f1b4d5d18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8d30ad63841f4517ac3257ae7c63d9eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "15ebb659c2be4724b91f37646b354a90", "region_id": "RegionOne"}], "type": "metering", "id": "57cdf8f3c8ca40b7a0a200fe15b29f66", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c7c751bc91614c53915d5c02df7d9b0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "65bfcde92c4e45d387f8417b594e13f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d62c005a4be7478687901652f0fb625e", "region_id": "RegionOne"}], "type": "telemetry", "id": "0472f112c5fc4a50abc9d4692fa9fe7b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e55064f8f93249d8b4cea7f05d2fbdc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f0dc0279ff4b44d9b2e5f719ba3bb914", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0168682a1ebe4fed9ce26293841ccb96", "region_id": "RegionOne"}], "type": "event", "id": "20a11276bad4469cb5a91f4acd9a1009", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "dd4f182c5b8541c69d937d9c1db99520", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9a832fb956a3439ba19f05a42ba659ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1ffcc5ff02954317b8c6354286ec0f9c", "region_id": "RegionOne"}], "type": "events", "id": "628e6d96b6de407c9109c5f317e6b0d7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "071325de0bbb4a139f485e8722822ac2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "97d050934ea0464a95b01e841abd7790", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "708d7493a77c46e09050ba47f012ec1d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "da19b9bc68aa48c099ef3ada076b6887", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "22220f9fa6f047e28a53966dff576f22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4a5ae9399c87411885706fe3b8e639a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "176ef7761fd24ec98f11d686b209a547", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6d54354925b14d23820eef2db2f31c7f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "95a660ac86b44906be2af2646c6443ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cb237abfe58b465ab657e6c88b65e2ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4883210224a4420187948b3544d42668", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5a5b76400da64190b200bbb82ff6bfd0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9e3f9a3bcb7b4182be4aa8d6824ceefd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c24b6b741aff406a8eb1c90739d48493", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e33d4ff050b547e6b53d611afb62bdd8", "region_id": "RegionOne"}], "type": "tricircle", "id": "45b7b49bc5874e458c85875a89b471bb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "239bcff3d6534c7298ad1376ba66ac9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ab7398d429144475921faf6798b06cad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "fa722e25df984d278e8252aacc92fccb", "region_id": "RegionOne"}], "type": "database", "id": "fba9d823295242609d424e90f7bfab1c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3269829ac77b4f71808228357ed9197a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3e1ad5e1dcd544c49a34221ee1378a65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5d3898f2dd624e52b93cb2ad8ad24e54", "region_id": "RegionOne"}], "type": "application-container", "id": "2ea708b52a1846b2b251c1b06f9bdc7a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c745c322af4f41b39b6e4e13b1fd77a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6742b2379ac84052a85e524a62f6828d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9d9b0f8eeed5494b97995a53adb98c6f", "region_id": "RegionOne"}], "type": "container", "id": "9ae4faa0bb0f482ea82b7097388daa3e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e8e556e456114d53b38aae87d625cfe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5c75cf73926e4e05bb91fa0191246244", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "92704523df1e4d1d9168ed0501a0c2e0", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "47e322a3fcc24382afdbd88d41c1ee98", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f113112fa21a4913a97c776e686a6a5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d83c3ada81074da98184d3605e7c03a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d2ffe44ca7a34e99a4ac67c46c4d6913", "region_id": "RegionOne"}], "type": "rca", "id": "4d0e575b38504a598fc2adabe0051fcd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c47fba10bc24475da88c4d4a54936a20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "42d25525f6af44389a230028133c3214", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e6acc19e210a47aa8b5b0f8ebfba9297", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "99ea2c52bb1141389f11027b6220ebac", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "16efff5222854333870afbd14266deee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "fd6fe13105934f059503b98889ffa465", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "91d1c912dbd44e9c94727a349e07d2b9", "region_id": "RegionOne"}], "type": "network", "id": "97c825015d4f4bcc8c4f8d7b0bcbdefb", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "330a33b55e934a09bcad7de3d2f57d12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "bd8ed3be6ea24794a988ccb22c198df7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "cb81edc885c84a58b6375d37cf6c0a57", "region_id": "RegionOne"}], "type": "backup", "id": "175e10a88bb74e44afdd2d3deb398d20", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f7a616ad403c4530ad108965673be1a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e8a2e567d58e4f4fb8abac773c2d0bd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "587953c6103247f2b75f6270ce7f58f4", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "530006afa10e47f48d89ec1d4b4a1f56", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d3b71bf6f2ea4d81bbcd313ad720250a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0da096af8aa54d579b88e303731efa68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "13c5521ab8b3407d97c073d3ce0bd394", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e5e574039fa3487095cecf44a47e8fd8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f824d933ef0f48f389f4f889b7422aba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "44db5160158945efba9f0ee4b863d289", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "04e41c6e22ad4575af2c0fa1e6d67889", "region_id": "RegionOne"}], "type": "monitoring", "id": "24b4c79c12c745e0b2cf351344f1eb66", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "03a866a95e474253b97d75cb119bffb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b47172370bb94f51a070ccef6d360099", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "2b5e279f72bb45198a1e7dff8d21da6e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4fbf3789ac7b418bbe8eef7bd9c0396e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "930523d3072b4e9987c70b086e46cc9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2f19f349255a4d46a65fb1bf7b2ff2f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "3feb80bc64cf489ea48599b6e4d23453", "region_id": "RegionOne"}], "type": "placement", "id": "69bdbd859bf94dc3ab663c7bd8dbbcf7", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5a4bdf61006949ab817bc55bec3cffa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3fc552d41f244588b83270c9ffa69070", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "58e754ad1e6947b3809476a1ede506fe", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d08886ea5b7d4b96a0db130f00cfd976", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "82acc0b6c7ad43539a17e9f92728e605", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2d36ec03db9a43c8980e9aae461fdf9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "407f0c763c3043caa375c1a83a63aefb", "region_id": "RegionOne"}], "type": "ha", "id": "3af362c56d4f4251aaeb6dd89445bc74", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c10c8aca2cd4496b99c5743c77947b6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f0c2d265d172445cb53b13fed7ba4a30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "2665684423914228b93cab67e9b9499f", "region_id": "RegionOne"}], "type": "reservation", "id": "edeac1c819704c6a824d6832ee10e9ec", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e1242155b97e49999821c497c90bac59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4873050a032940dc89aac9c070ee1fd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "91937622bc41459e9bba5a1ba215ecfb", "region_id": "RegionOne"}], "type": "function-engine", "id": "962aa83700af4f1098ebfdbb5343676c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "19cab243a9b94766814a91f8aaf4fbdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b9deab31dfb745a0953fb1a128c46884", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7532fb6d69544432bf9facc1655d0dc3", "region_id": "RegionOne"}], "type": "accelerator", "id": "0ff77a390e914dc389e59a57324b1fec", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "88f9a670b7664a778648407233074103", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "067c8e73883b490db64f7646381d2679", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "677ac0a93df9418c8dc6813695087537", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a393c7e2900e42099be0952ccaf6efc8", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4bbb8608179d4dcaac9a96719b45b08b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b1d25f7518734237b01c83d93cc89d24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ef2de6bc3a474628b60c979ddeedab52", "region_id": "RegionOne"}], "type": "registration", "id": "a2ad4275b44e4c529f66175f6cd62b5f", "name": "adjutant"}], "user": {"domain": {"id": "c485ab0af09f4de097252553b5ab1e0e", "name": "a428224a21cc46a187f937a39953b4e2"}, "id": "13d2c143e97441a6a2bb8e5d7d4c1e22", "name": "a6ad88cda07043ee9ff9eedc172bb40d"}, "audit_ids": ["67c23c2f533d42629c4932dbcbff1e71", null], "issued_at": "2019-09-19T09:04:45.395437"}} 2019-09-19 09:06:45,523 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,527 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,530 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2019-09-19 09:06:45,559 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/example.net. -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,562 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:45,578 keystoneauth.session REQ: curl -g -i -X GET "https://dns.example.com/v2/zones?name=example.net." -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,584 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,588 keystoneauth.session RESP BODY: {"zones": [{"description": "Example zone", "email": "test@example.net", "ttl": 3600, "type": "PRIMARY", "id": "1", "name": "example.net."}]} {26} openstack.tests.unit.clustering.v1.test_event.TestEvent.test_instantiate [0.065343s] ... ok {20} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_add_security_group_to_server_nova [0.243304s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,488 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,493 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,497 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,502 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,517 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.418571+00:00", "project": {"domain": {"id": "44fea2b699134cd08a37b9aa9ff320de", "name": "fc7f336da26848899b17de4762956c7e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d439ce323a1e4b668485f2f5e1f85db5"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0c6ab8d714dd4570b2d4b0b06494994e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8d1c185e81764d7eb3be06a057de584e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8851254d491044e0870af734912ff17b", "region_id": "RegionOne"}], "type": "identity", "id": "4b964df57e58498190c5b766f6601e4e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "762ac78725934d6a9262bc6191eb5850", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2ffde491bce5440295866b4d6d915cd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "442d3a1d9bf04009b589a883103b0d3a", "region_id": "RegionOne"}], "type": "compute", "id": "604f16e955384d9fa3ae0de3dce1f1d5", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e75dc46e85044d4d8a32e2a822597f04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d0b9b3691ebb469ab30fa43a3d68aa7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d211df08d3944434b3f45b21d89c6302", "region_id": "RegionOne"}], "type": "image", "id": "0ab7a2fd9042469b8bfa78cca256b593", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "074a9524a0bd4cc08170bf99eec303f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "adf69de3a32845ffb76272d27d57409d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "14478efc5af64466abbf37de2396dbb3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "81201f1c352f4e0c827f772d83df8777", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce1d9bda15794502aee99b2cc4df69f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "037871f82fd54f428d1b0577d83a350e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e27858552184cf68428cd26949db1e8", "region_id": "RegionOne"}], "type": "object-store", "id": "45fbc86c46f1445f85205657a2b955b2", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "90ecd02d8bb545b991c5571136b72aae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dcde9d2db433421799d2f86c5d6110b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "76a5818537fa4fa2a07e848cd9f91291", "region_id": "RegionOne"}], "type": "clustering", "id": "94f7fd17e5cc40a6a94ea42c87c67efa", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2226cc857ba343539d2999f4285017d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4e5f2e4852cc4296a1d8423cb62df582", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "31c7ca2c05244c1fbb5cf1673575b459", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c8cad25bb09449adb6e25f72940a4d94", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "15c9e54cf69542c5a82aa065a50b0cf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a7b4497a6c7e4140a94646c019cfd8c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e4f1f5632c9b4ac7b6a26834dae9bfc5", "region_id": "RegionOne"}], "type": "cluster", "id": "b9c634fdd923468ea81792a350144205", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "117a23252c604907a24f51e5a8709a8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fdf05af1481f49d380d10486c4b7be9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1ea0835f64cc4c498496d2ab6828d15a", "region_id": "RegionOne"}], "type": "data-processing", "id": "c4a6722114e245399d96f36007f451be", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a36aa75b58974c3c8fc3e4ad1cb1c0a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "af4b7ac3a3e9411a996b2b33059b1d24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e3ec377c106445e984150988ff7c2d9a", "region_id": "RegionOne"}], "type": "baremetal", "id": "48dbcd9d990643788f6c87dc29de825c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "08ddfcda63f840b3b90c828b83579a7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a40a2e00e1e940cba5565ca7a4cec7a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c4f2c7afee274ddbad4c1534b2667933", "region_id": "RegionOne"}], "type": "bare-metal", "id": "537e4b9d6b4246e0bd34fe897ace03eb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a0b9e41e817643cd88db357a54ba4b68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f70f23aa4f8a456ebfc2ea621c5447cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e68f5c93023048c893e204005a92d386", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "057684854b024da5a71266345c861a94", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "148e8eb8c0944e2f967edf8e7efa6ec9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ee80835f2c4a4fe0ae2b32a56d3d6594", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4725933b786c43c69299fb96915cc01a", "region_id": "RegionOne"}], "type": "key-manager", "id": "274b468b402a42488582d7034fc2a08e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "62eacba8a1694cfea8b20efc80354479", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6e501602341641939cf18da03378d98a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c8cdbac5252b46db9ad808482ea6b47e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9624aa84622d41f3a7a1b611ea265df8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7e1a330a4ee94383b02d7513c6a36e59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "efb40fa2c66d4209aa1c892a6fd89b47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b5a78528562543bfa53ce207098a6d80", "region_id": "RegionOne"}], "type": "infra-optim", "id": "82b273b173ea48caa93e5e36431f8321", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "915ce11b0cfa4e89976274d5f0187be3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "75b4a19bf57a4928a0708ffc49b75ada", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6c3583f2c92347c39dde5df58c586141", "region_id": "RegionOne"}], "type": "message", "id": "76a262b801344eacb908807882f3675d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "eb09b53c1bbb47a194e07bd04cf4cd91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9b134b7c363b4f4e8e145ace0302fd2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a3f827964d2c477cb1e9f04620636b40", "region_id": "RegionOne"}], "type": "messaging", "id": "4cc7c728de3d41ff993676ea7274fa18", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5ab43d4ec2a747aa9234ecc1492476d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "df623611270e4f19bf53ad94cc554cde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1703a0686ea6495c9b4725af54063c2e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "fa2e156cab4641c5ac45f7c290ba211c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5f036bc9bd8d4723a24feab0d0fd9a02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f286a8911cf34ddd9b62348584b135da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ff31cc5a1efa4611932ba2bca6c18164", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "504b2c67db9540d98a644c72f583fff7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f11e95077fb4e84b701d79e70348347", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5932ab2cd9544004bd53d44a46a2f066", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7702b52ebfef4e9aa30df86b552317bf", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0e14150b732a4946aed7066809574200", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dc4dd9a7b5434a2bb5168932b66d0947", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "061093d689544eb7a9fcfaa69ace05e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "78340980c67c49a3969fd842f9a775d9", "region_id": "RegionOne"}], "type": "container-infra", "id": "7fff5f4f39d4482bba8e3ce7f9d1129d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "fe9616880a0742bd8345b2257f82a5bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "02de02f42b074ba09da022fa5aee1c82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d9d7865ec0f046228e71c11d9048be29", "region_id": "RegionOne"}], "type": "search", "id": "4b3976582c064961b7285f83ee716017", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c05e21b844734f1d9d937a5d47e562b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0130ef2437944467a4873d98b39bae03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ac1723019f27481da9a502b4411320b2", "region_id": "RegionOne"}], "type": "dns", "id": "e0ad8714033c4db499d2c06ed69d0c89", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "70743962478749be82b40922ef372200", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e3824cc282ff43c2828a34e038124b55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3db8b7c451c34bde92984d738c5667e8", "region_id": "RegionOne"}], "type": "workflow", "id": "4ef3997c8f5e44529312add6e2320522", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bb23cf42d290437699db049f9e64d257", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d8b2d7247249475abc1d8676d4c2cb7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d5306c5923254c9098e3351d712f42db", "region_id": "RegionOne"}], "type": "workflowv2", "id": "023c403e668d49f38bc7acc7c035cc6e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d8f5677037154ff4aa90276dee737cc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "332ff68fb1e24e7f84683237e13011cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7391be0e92a840318d0764f852b1be20", "region_id": "RegionOne"}], "type": "rating", "id": "dc0808f618a1481d910476a5d1b84887", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "792ae1b1865149198c4c24d0e8bfc477", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "224d26748239480ba1a2aaaaeadb6e1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "030591c09d514743ac541dcf590693c0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4bdcf26af0e348988e9dc38b670add3f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8cf8803dc1b44ca1aa3cf180486a35c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b2d8a48320f74a168c0a67b6cac6c7b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c164e3d40e26425a91f1deb044caaa06", "region_id": "RegionOne"}], "type": "policy", "id": "856e119bf7bb4db5835f07ca555feddb", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "997c7aaed40a413987f4ceb816003b3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "30ba221e4f47436ea93f52165600821e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3aa36c5a62844ded8b637e426158e3dc", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "21bab51ff34244ae910efb7445cf599b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "44cef58a77794e1da724a9a0efba2b51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0a79783901ca4d55905b325a015bfc05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "032b0eaf5c5c40449e0046260195d7eb", "region_id": "RegionOne"}], "type": "sharev2", "id": "4c4503f40e5b4907a3765d69b6379473", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "587b1755ff5f4104a04bc1721e692e88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ea304fbbbdd94aeaaff6b8dd2eb74063", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f9551213dc26453f8d5f75ad2eb7f640", "region_id": "RegionOne"}], "type": "share", "id": "0e600ae2826941d7be3c4d7ed19ac2c2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "240d2e44bc544999a6096c6a8d564aeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "41c3f9d7fe984a8d9c508dbb274a89d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1dbf3215fc9d46c29635a5990e516e86", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1d9b409ca7754c019756325d9c4f86d8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77bc2ee12f2a40f898f4e64f022110ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4dd6ed4df2964588985ef6720d8530f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a359e73009a840f4a03de648356c6256", "region_id": "RegionOne"}], "type": "orchestration", "id": "90d3c58c3cb84843bcc1a9621ab04032", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3e3f2308c814403801d421402b428cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bcabb6548a0140b98a45553833ba0342", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e08e58d11efd4353b949d14c087d55f9", "region_id": "RegionOne"}], "type": "block-storage", "id": "f3a2d9eae4df427b9a5e2a672c1691ba", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d698f5a5209e4410bfaa6ed869df18af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0cef9f725334d53a8566cda35657bac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06b27ef151f34f8ab60d763da0f39da2", "region_id": "RegionOne"}], "type": "volumev3", "id": "aff6346525b24b8484b5ea8edca93f0e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44b1674938584b2fb7ed8de07cfa83b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "673d5cedc65d4c8aa48d80142fe2e84f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "208c7874d3d849fabcba8ba5a6a5fd8d", "region_id": "RegionOne"}], "type": "volumev2", "id": "74513db2445f466fa3f303cf6ccc2ab7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0a04e3dfabe4787bd0d8d927f6bfe4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9872ec52ab264c478d28524a4e3318fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3903409e892f49f7a28cefa7bcef18f5", "region_id": "RegionOne"}], "type": "volume", "id": "26f3f6876e664bfab70ebd76e9180a3b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e19526bda184d94b5d741df20310f45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0785c82b25b429ba3bedf9287abe83c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e698558cd73f4dc8828a8cf5a99aa922", "region_id": "RegionOne"}], "type": "block-store", "id": "e4add7c90ce449ec89b30b902f474fba", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "69dd5d5e03e843b28e9c7cd68ca942c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "781ed67cce554b2081fd975927e368ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bc22a182f3df4151a7bb43198d1cac2f", "region_id": "RegionOne"}], "type": "alarm", "id": "800626fce29f430d9c0fa7fa9706bc9e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a6043a0ed9ae431bacbcf0ef19b53bfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e6c24180569845558ab11e37aaa81d88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "84c993fde5e048d089b7062d54b98ad8", "region_id": "RegionOne"}], "type": "alarming", "id": "ebcfa0705a094f58aba1c8b47588c642", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "13d1bb287a5448afbe8951162bccd885", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9a953368f9ef49129022f2850aa27da7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5197098253554621afd2860eb3071e5d", "region_id": "RegionOne"}], "type": "meter", "id": "2387dd39777e4501b2a1eba6f137f3a7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dc63be013ec34af9af3a06ec4d824daa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fcd19808d35b48c4bdaa909f2d20446f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fadaf35e43a249c2982c605048a29165", "region_id": "RegionOne"}], "type": "metering", "id": "02f7a303ad1a4d7383158387bea5d525", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "495a0aa89adf4497984a71d9e027a366", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f243438ecc684bc6b16bccc508fff425", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8dbcb7e402884dcf9105ea80040e1787", "region_id": "RegionOne"}], "type": "telemetry", "id": "7222c81484db4d10b8426882dd0d56e7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "37c752a6897447bea73846a59365d08a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9cebaabdd605417f8139c0bc3c384984", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1ce49624d0704898bc244a8beb806af5", "region_id": "RegionOne"}], "type": "event", "id": "b4a5433856ba4160962c31c60b16d25d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "28b7e59a7bb14f79ad06198da6e238aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3976288db78a48c2b3f13c88871a9737", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c24c8adc9e3e42cdb80365a7914997ef", "region_id": "RegionOne"}], "type": "events", "id": "d0569933cf044419b2b7f9d803a7be5e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c97b7f822ddb4f97bd9695659edf5997", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2b5a143c99a44fe69e5369befe5b7fec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3630ba010f87417db8e1ad98ccbcc151", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b1c30e7eb80d4032b8d3f40ba1928494", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c2d53cec7b9242c097583a4cce1282cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fa66a7d614f54868a3b3562f6353d072", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c4a3079d6500422d93e30a7fc05bdc05", "region_id": "RegionOne"}], "type": "application_deployment", "id": "7f4733a2449e4485814f2d5c54e211a7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d51537077c8746338cec9bf408e053e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "291281e5fd084542a5dab08b47705aa2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "415527f320484a4c83a7c5ecd9fe0776", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "efe334af3c464dd1a4e8384c60fea451", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7be988ce8f5e4f77bc17f0f5e9669b12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3c6431955de74d649b64fa84bb1630af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "502a81e770e949c6a3324caa5d07bc5c", "region_id": "RegionOne"}], "type": "tricircle", "id": "9d5a942a29bb42d49232f551ccedf12b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "33c289c79bd347d9ab86a84c0117c98b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "8bf276616f6640d28f086171580ee5a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ac8ce9c297cf46fd86aef46b5629dad5", "region_id": "RegionOne"}], "type": "database", "id": "192aab9fb3104e59b68d9ecc70054b52", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4270bb9b66c44aeaac9130aa31d1cc87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "92f532edd0af4f25aee0ad35861cbd2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "234a12dba5f3473b81d755ae52fcfca7", "region_id": "RegionOne"}], "type": "application-container", "id": "7a2585c4ebef418f9205ef0388ebcb18", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2131526e26654e61ba1868f1135d1fb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d10f577a62874c63be46bba7c3713468", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "23dd3f30a4e24bfba7cc57ef738aa33b", "region_id": "RegionOne"}], "type": "container", "id": "9d81baaa0688444eb8fd538e45a82a5f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6a282eefe3ef4213b124f009c044cd9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "945dff94fd714a0ba6539a063449562e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "41ce623f6cb641ca8cffb4823a5c1457", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "3ca634f891ab437ca70e4d1640372382", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "277f8a5b1cea4bc3922e01dde6bbc289", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8ded401a0df24d73824bf32bad451552", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5043d7b9f54042c4b5d829374317cd9d", "region_id": "RegionOne"}], "type": "rca", "id": "e8fbffa68ecd4bb4bd31ef95abf25294", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b7e68f22d8f944a981ed3b2107ed6771", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f892366bf75948daa45d3d5cf41573b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "965c8da366724b35b1dc24a9f36a4ccc", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "38f74d11373d46c7af661b96a2b01753", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9e07c1f7c709476c967f0048dd510509", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7328c03e69f14f8992cf0e8fa693287c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1c0f0806cd5e47f2964a68a760fee068", "region_id": "RegionOne"}], "type": "network", "id": "b9ca8557e7524867b1d34dac2733997c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e1dcc4a93df34595825b5640872d217c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "6225bc39dafa48018a4d6e671d31e8d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ea2037bb7e3f4d8481c2257913119cf5", "region_id": "RegionOne"}], "type": "backup", "id": "b915e0f4877d418c9709a4c480a06ff0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0b2c2af8c557415996b6ba120ea038a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d495e68fefff4c0d9faa4d46c2234990", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ab3075f130dd476ba1578f4a2e84f349", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "903692d2850b4e62bfd84d48d684af48", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2a26b409a25645619e4a698ad9cbd337", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "131c324bffb447b896c71a40e7a50f27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bd81111f809544f9b55e1affd889f781", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "58f9fb36e4a34456982b72fa7a96341c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b9ff06aca69b4dde850cf53808a5b9c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1874eeac6b824ae9848842668c1800e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e3b61634798c476f96fcc2d2ffcd12a2", "region_id": "RegionOne"}], "type": "monitoring", "id": "831e0c610492458cab123ce73ae1f534", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2214a6e202c842208ea9896f4099231d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "08ab22fd2d8d451d9068b18a59ec5ce6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "52e74bbd6fe845a988d739cc3cdf0575", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8131c3ec306e4660a5a7ed527f738cca", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e9bc8ddaba1d47f59446c176c45018cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2ad2fd49f30048589250daf4bc8e3529", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b370f15903c04c2988a7f700ec857fef", "region_id": "RegionOne"}], "type": "placement", "id": "2fc99741e2e74dc4930a78c2ab9919be", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "740b1619ae2041d595ab2b34fb807c34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7bd55bed22054c959849e9ae9822f962", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2dfe859273574a3aa7ce1c2799b86f64", "region_id": "RegionOne"}], "type": "instance-ha", "id": "fc117e1e1bb14027918c6c2fe6078703", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ab64b20d6d3144bbaff4bd99781166e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9cc3b0c822af40178464667787dbcc94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "760d22d60b7047b782c7622513495d02", "region_id": "RegionOne"}], "type": "ha", "id": "974cade94c0b468e9abc974abfd882b1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6bca652730534ca693afbb55dad86858", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1b770b418a1441cb9edc24dd9f663a01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "845f2e3a62504713b721e9b2d4f494fd", "region_id": "RegionOne"}], "type": "reservation", "id": "72df07bb6f4d4c9981d46ce5cb82a3e4", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1e3336342ca1445e8e48e8e227a5ec10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "498605243f604c2abcc97868d9e40619", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5a549fa240674a7680338857656ec9ec", "region_id": "RegionOne"}], "type": "function-engine", "id": "a7747f0a168345a2a40e91b2c8dd152a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b3a5ce0017dd4874a2221d6ef0da9d00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5dc55d4bbcdd4c4da9f3a20deefce0bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "69e3a0e264824ba28a79d1b58f693d2d", "region_id": "RegionOne"}], "type": "accelerator", "id": "1e576cfbc4da4e1e8a97b42f71917f5b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "db775e64a6ae457683b9cf0a8d987009", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4f0aa8264cd8453aa983e3ac1c7d3e77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2218cd447e214796a45425ab5187f001", "region_id": "RegionOne"}], "type": "admin-logic", "id": "326c27d39e9945cb846a2d0e79f074b9", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6650565cc9b4458caa648f2b418b9710", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "12963671e623462a94e3d7714da0c85a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2de7918006d9499ca2efbca9886139c5", "region_id": "RegionOne"}], "type": "registration", "id": "fa68fb2ee6c84efc8e4c3a5cb9d7ed0c", "name": "adjutant"}], "user": {"domain": {"id": "7b8dae2f15634dc288b519d7ef426279", "name": "d59427151296442d80f9bcb6fd8c922f"}, "id": "67b5894bd51042fc88170d3a264abbb3", "name": "2c5db204e86044888b3aa855b5eff549"}, "audit_ids": ["cf5d45e619764d1eafa4bda3108968f6", null], "issued_at": "2019-09-19T09:04:45.418571"}} 2019-09-19 09:06:45,600 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-security-groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,607 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,610 keystoneauth.session RESP BODY: {"security_groups": [{"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "Test Nova security group #1", "name": "nova-sec-group", "id": "2"}]} 2019-09-19 09:06:45,647 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/1234/action -H "Accept: " -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"addSecurityGroup": {"name": "nova-sec-group"}}' 2019-09-19 09:06:45,654 keystoneauth.session RESP: [202] content-type: application/json {20} openstack.tests.unit.cloud.test_shade.TestShade.test_get_image_not_found [0.063828s] ... ok {6} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_endpoints [0.065055s] ... ok {6} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_service_find [0.062955s] ... ok {19} openstack.tests.unit.message.v2.test_claim.TestClaim.test_update_client_id_project_id_exist [0.063652s] ... ok {19} openstack.tests.unit.message.v2.test_queue.TestQueue.test_create [0.064530s] ... ok {19} openstack.tests.unit.message.v2.test_queue.TestQueue.test_get [0.073208s] ... ok {15} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_user_domain_exists [1.095881s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:44,689 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:44,696 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:44,699 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:44,702 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:44,716 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.611518+00:00", "project": {"domain": {"id": "c42697b869c84d85bbb7eaa01e3129c0", "name": "33580dc9f7744bd1b20bd941406f52d6"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "fbbdc5505abb4dedaf561e544f64f6bf"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6ddb784f4bdb4c06bb2c86f84cd31217", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b1c85fd8c3ec4e7bbd56021c3b87d043", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4d5b8aa55869400fb81721e493d21ea1", "region_id": "RegionOne"}], "type": "identity", "id": "9433d75ab193424c98514b8b7f2bfe05", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "76bc3e29f8c145ce9701cd0ee674c706", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3c309834fc524051859374462cd3b8d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "fa7ebe7285a045ef971000504b3a4b55", "region_id": "RegionOne"}], "type": "compute", "id": "6546463bbd18495e87e897a9acf6f22d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1d922ebb15e046e5945481ae1ce98812", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "10ac8b1c13ff4d1d9a3191a315a352fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d0b583217bc6442f935dda4b26b2139c", "region_id": "RegionOne"}], "type": "image", "id": "94405d3b53154e958c67f03aab7325de", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7c8a822405ac4ec0a1c3c252a69e9c69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b3cb594e072e483e882315e1428edbb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "74266b084f3e4d0ab34e9a95783810bb", "region_id": "RegionOne"}], "type": "load-balancer", "id": "76bb081f83dd41a5bbff3c8012f8c598", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec26b4cca4394f6895dfe7965878f014", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e2c0eb243db4e7eb2f951f00aae95ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52a18340d8c447159f6668a8a92962ce", "region_id": "RegionOne"}], "type": "object-store", "id": "5369c1a619704d8c8b42e47bbef9ae99", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f94e9e0cc2474b00b5e19391d86eb4e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "564a48a7e9d74a40aeb3b7ba5b69cbb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a473ba1a178e4ac88a6b7ba247799c13", "region_id": "RegionOne"}], "type": "clustering", "id": "33934573b6e84dd8b3a0ee059a8d6545", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1ec310f2677e4969a0a802d9199c904a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "032ce5492d7645eba134aa16cea7fdd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "392520230b3348aa937e2ce4882d593a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "16fe59afced94c87942bf4e09677ca79", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1631ad4e7c894c1da1915e791d5abfcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4637f794eb004f0d8d406f3f648df3fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b754ec6a26204ac08a50b3f2d0b1931a", "region_id": "RegionOne"}], "type": "cluster", "id": "e2eb1cf96f4e4b13b3b73bf9a748bbf9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1c49745f23504e419945fbf54fa8648d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "618b989f96e74c6988e1b6b5fc934120", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b25f6104352c48afa18d955ff339ab94", "region_id": "RegionOne"}], "type": "data-processing", "id": "95a07088a5134b74b94b5f7ef85fa7b4", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b83d646ae4b8416aab8678304c3aa438", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4cd9e3f984fd49e2ba60519d8c1a224b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7e18b23342e24363ae48baafccfec531", "region_id": "RegionOne"}], "type": "baremetal", "id": "2346b797ad3549e39b8152df5c89d7db", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f7feec0f212e4ae786b90d9a3e250327", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "02da4d4be7c84be680445303daed979e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "680f22ab099d4c668283051beab11428", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a16a7dbcb8aa4ec8bef7552a7239a346", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ed836dc086f143a8b89dab596d8b2fed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e1a0b1dfdff14d049230aa8e4e2d9cc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "57ee743c53724a8fa8164912cd0d8fb1", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "901e96034518471e899317e51306aecc", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "dbae05c38ff44c1ba38956b2be2eddc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a013fe891dfb4279a4ddb3fe89763421", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "6eb8cb39745d42d5a165ca201fd26a94", "region_id": "RegionOne"}], "type": "key-manager", "id": "f42a0e31b05043db93e77968cbee8548", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "de9e534d61004872a99d979bb82a9b81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "388727237cdd403e896f8f614c64cb44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "85fd7fc1765a4136a693a28993c6454b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ebb3723650a34c3f9a9dbbbd6a02574f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "67a4b2cfd564444bafaedad2deb4bf5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c44be05917354c6e8777e928279dc87b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "210b9715d3bf43598cd1612e58e43e84", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0fabfd8c86d346d09c1ceca039dfb542", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "56c6743f896f4e8e9eec7748d696e242", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "cf90853f12004ffd910cb9929fc5daa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0c035fb60063450cbf90e34f4a6a65ea", "region_id": "RegionOne"}], "type": "message", "id": "40746db7a3c247e6b1dc1a839eee0b2f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2a3bcd3abc604ba2834ef6344896325e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2346a73bca3f4a908dd9ac5c782e8410", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "660c69c5d91b42e98bdf4c3298f3e1e9", "region_id": "RegionOne"}], "type": "messaging", "id": "0db6fc841e0449f38abba9ab9f946600", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "bbeb5b05791946f9bfa8881ecbedf996", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3e68b44286a543e4b610afa83087f6b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8ac03eb8328846fda311973d7646509f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f09d316300244969abc21d387acd0c9a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dd2a3c9369a0419fbe45a831285b55ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "165a4b9b12fe4a9d8e6b58ecdb078a5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7ba239a4630e4e6c856986368321a864", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d7fb891e64794c92986870230f834ef2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "197176ea0ec8434393fbd5bcf3459718", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d54c6b9179664c67a4bfe38871d4a2e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5057d9a30e1f474ea5083b545e8ff2b0", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "536b6b3609c84225b56a990e590595e6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "00a76be33c3841308bcb5382758316a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aa5ff29ab71643a8b0993916dc3f0b13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f0206615e1b411eb7639c8d19fcd6f4", "region_id": "RegionOne"}], "type": "container-infra", "id": "c1c84a0a723a48b6b57844f79536fc03", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "9929cb74daf745e89f58e5e71441c23a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "13dcc76454db462abd3e8a6978bc6f55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "05e4350e066d41e4a3340303a3a33ea0", "region_id": "RegionOne"}], "type": "search", "id": "092d185be3094c299cbd339c2d0234c1", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "26466f778a244521aa9bb7c0bfcc91e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8017f71e49c04403a009fe5716e40cff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "246b4793a8fc4ade896b387418ddb3d7", "region_id": "RegionOne"}], "type": "dns", "id": "38796504167f4eb09e2d329c6a6364b5", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c90eb853fca349dfb615fb0a5c1e19f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "546ad2e5dedd4347851fa1765c769e67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f788f6d101504bbdacbe3ae91b82ddbd", "region_id": "RegionOne"}], "type": "workflow", "id": "e233f64fb66f4967b8e79c854da92b42", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3786dd9773a34735898d647878bf120e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b67641c663864b3bb149411c7fada7ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3a585b7d2a9a41e6b6761317f374b734", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d9f03f9bb7cd48f7a8d17976b514147f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "419e37fee7074c1f896a8391811c3c59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6429d6cf873d42c799c5151b53272a6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "42f26fee73a541a1b3fde1e8cfac0b06", "region_id": "RegionOne"}], "type": "rating", "id": "adaca618f83c49388bafc7a2882977c4", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1222f941ebd3487891bb57cf3d506c15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d9e7c056b0214359ad60223353110789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fb70c6939e064c74b8b96bc55710b66a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a1a8d4edc67246aca7bc6c3507f1eadb", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "18200ae42cd1483f95f8c86aaccb4760", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ea73382156de4a2894ec00616f64cfc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5f7e25c5e087407b96dbf96e8f28bb0b", "region_id": "RegionOne"}], "type": "policy", "id": "e0b50e17b60e4b84b2220981e82be738", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3831ed0ccdee4c41bc35b5ee88d1aa57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "22fd2ba895d8450ea078f0cfea61a105", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b21e8fc98015488f870279f507373238", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "396e17338c7d4ac19e7370b20e8edeeb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f1ff67e6103c46e28796cbb0e695761e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2a6086e5b1ad491b80c5a218a7e492c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "da5252ddca4f49158b8625ab0c493724", "region_id": "RegionOne"}], "type": "sharev2", "id": "5a86cd98decb4c5fb56d5465fa390251", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f27cec758afa4e088c52c7e86e5219f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7000c5228b1c41b09b60fa3fd71f0e5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "20802069fc5342a0aacf349d7839af40", "region_id": "RegionOne"}], "type": "share", "id": "413b4d8862bd4c2b8788439529610713", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d26f8f8bc667402f9c1a1bd28a9afb4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bf15fc6567b84b44a63b7fe798fbb1fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a94dae7221c54f1888ad3d8ff7df15f4", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "96a578bc820e49b987df99dc2826c7c8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4236a1a80124f48813f6130758e4d0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4f38e5a11914006ac1040898080dc89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14ac38884e6c49b38b20da4f9c0795ba", "region_id": "RegionOne"}], "type": "orchestration", "id": "4fa5b2ce16fb4e179d0e8cea40224d0c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f906ef1b57f04f5da329384ee400d167", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "346c43a4de614bcaaaad4e0a55a4fe0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13cd91d02b914324893fe45c0d4b460f", "region_id": "RegionOne"}], "type": "block-storage", "id": "08fbb5ac6e004986a9e1e575e8cae59d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8d1c163547a4bebb2558350caa87fb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d89037b412b41d8b05a6550dbd0e0b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c90f398b8ea49b49fedba2e12ac0c5f", "region_id": "RegionOne"}], "type": "volumev3", "id": "42794eceb6434fdfbe4bb3a6caebcf25", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe301744a2c746568f65e0afac26d9f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e6688eac0874dc7aa810a8ac367b2dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c852dd65f5644a6b5b9b36cf976a770", "region_id": "RegionOne"}], "type": "volumev2", "id": "5f1bf210886542a1875bcae5aa9cd266", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d773f6c1e16f409ea807d46f7c2c24d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ef81b9ec77340808d4a2bd2bd4cdee5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "259da89933a74609b8acaa951c02e25e", "region_id": "RegionOne"}], "type": "volume", "id": "0ef5cc84aa98470ba49573b4d09bc585", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84be441c348b4dcabef6b05910726d1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "167a533c22c441eb8bda8bae71b407c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ecedded6bed4155821fc7e2b8b10fd5", "region_id": "RegionOne"}], "type": "block-store", "id": "4e875008dc274f288f210efb52d279cd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f416c7c2978a407d942f9df622054e21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "52a5a4a89e064b59a93a8f3cb6f1c043", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8af55a4b16b846d8bb0f06eb902c0b0e", "region_id": "RegionOne"}], "type": "alarm", "id": "3dfb3ada93054d9aaa612f270d5fbfa9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "616a907ab87749a4ba4dcda6737986b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "65a5da0a10944c708bbf17aa6060f672", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "84de462395e64b428cdd1ed521f33596", "region_id": "RegionOne"}], "type": "alarming", "id": "794f57651be04a25aaaf8476566f5835", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5cf9462b41dd404cb573f808223aa4d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5588c4f05b6349caaa06b8ddb01b8d42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e5ff63935a35454da7f6e150ce3f4f97", "region_id": "RegionOne"}], "type": "meter", "id": "3b2420eea76745ca91aab8b43cfed94b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "98c06e676b03418abc148f4eb3c29f04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "28030211ba8a4939976664fbcf2cdd01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3498b991143443428226031af2de1dc5", "region_id": "RegionOne"}], "type": "metering", "id": "542d341cad1148d8b93e895b315f35a2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "76c714bc1a2d4da485110074e101ec53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "be308331e2c54e4fa4cc70b4cbf3b23c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "863b7622f2c34d26aac453af391cbb3e", "region_id": "RegionOne"}], "type": "telemetry", "id": "9e5d23c395624c6eba8ecb1a5596bf50", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cb7d5a0eb0244821a8850d9cbe29165a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f5c9696b745541f788cb5ea876d8aec1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d2e3dfbb08d64277a49365dcb1f8282a", "region_id": "RegionOne"}], "type": "event", "id": "017c8d20b148427db16354d17f31d06e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5929e21ad1984bb7b8061670c7544276", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a1de1218013c43139fe5764f85f6dd0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "542d40bcee4b48eca515f14db53e2eb7", "region_id": "RegionOne"}], "type": "events", "id": "291da39c48ac4986a054483e113b2fd3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "54b5c30354b94c73869e9e2334cd6492", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2b3aa9e80e6f4728b661428e59b19fe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "09a72e26cb654b78bcf0e06dc38b5d72", "region_id": "RegionOne"}], "type": "application-deployment", "id": "6d53b66108bf431897602fc5f7f2caaf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "31d20327b70c4e808e893b5aab7fdae0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cbfe37223196426a9a8048938d04dc00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e26e225dd5784cbcbe8690145fcac358", "region_id": "RegionOne"}], "type": "application_deployment", "id": "52eae0fa59ac4c38996988c8ddccc3a0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6a5dfd237f3048e189f2cd512e754342", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fd1e8bc31f954978bd3762ea2df7cb65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fb76bdc85b2e484a92f556d615c8ea9a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "91a1b5d540134c68ae0b7d70c40ae125", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "15c4d16da1e1455cb09aede8ec3e27ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3a87d789aadf4ff38b51ebb0e0c4695d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c6af3281c5ba4f2c936ae5ddff2f98d9", "region_id": "RegionOne"}], "type": "tricircle", "id": "8fcd6ceff5404073a43069a317adbe09", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "98dd33aa5895466ca0fb4dcf3789d69e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "746a7bb4b978440c8783d788ae314695", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "83356770c8e24ba6b5898393968bb84e", "region_id": "RegionOne"}], "type": "database", "id": "11b34df338d4488f9fd787454e2a3b95", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e716df8327bc412184ecdaef9b9a763c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0bd2424a8dc34b79b9b013019d06d902", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1e7acf842eac410bb6c2dbe49db9a80b", "region_id": "RegionOne"}], "type": "application-container", "id": "343714b5d2fc4f299b34792d7fc26c53", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "adf5285b8c15423381ec56aed6113442", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "03934b22d3d24aff98676e53b94c494b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b942aa2cf5b64ee1b280a6bf2ac7efef", "region_id": "RegionOne"}], "type": "container", "id": "6cce88cccd1543b1aeb7c13b1c4c4529", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2fef6d6a15754c849f90021c3b1144ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "83493523bcef43728b80fe89a2a83b08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7f10511251c34382a9fcdabe530e7418", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "35f271023aa24358ac46686732893791", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c07d7961b24f47d09b7cdcc4b6189ade", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5a9425f6db9b4e12978fbf00b89db2cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9a51ac2eacff4512b40adba36f33f51c", "region_id": "RegionOne"}], "type": "rca", "id": "2278668c7d144c65852130ec803ed849", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b2bc3662e84b4881b293011c18cf1ddf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a069a0be951c4443b5527abcc1516c73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "58a8f39b505f427f80dacf374ea51b00", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d09dfa199d1242728beb99afb8e27b97", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e9a1091a4be84ac0842ab291862c751c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "242789e753b54aa0a402cfac4937d673", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "51985c0a23c14b5c91011c34f797ef54", "region_id": "RegionOne"}], "type": "network", "id": "9e6ae46e6f0b4d8b888e68fea8623b14", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "68094a86695d4ec8a40c4e51aba3fb0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "34fe3499f3bc46bda04d59265b9e65c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f62d52f43f17443b8aaedd70dbb7b349", "region_id": "RegionOne"}], "type": "backup", "id": "5f0ee213cbe649bf82e5a2c0be561c2f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2d2181e8bfac460094b0f7e976f572d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "995b3d1a5bf641d69a02f49d5a597032", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fbfb725213fc47838497475fba765b5d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "070dfe45b0d44ba19f6bf3b9da8a8dc9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ecc7e9636dfd4853ba170eab02e0ddfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "39d64c0250b1433e818e9c0e3b39118e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "599e1fe7033b4ee59028079fd9f943fd", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d84b01af20a240048113cbb6195224bf", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "49f2cbfd0d9748ea8a65feea41992945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b20e210eaa914a58853f03edbf87536f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5b31ae09813b476094d2ef294ea9a2a3", "region_id": "RegionOne"}], "type": "monitoring", "id": "8bb8230fd8de4ca696c16d0a40c206b0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3b82c9b79115460281ef59f6ffbf00da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "78a536e7ec064737b57ee5b0602b5155", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "044cad90c3db474f89e2e96a2a4275f1", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f3440f1e6d0e4af18c2c58e048e32359", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "86a4825bf5d04148bf9eaf6a4a8012ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "033743d5b5ed4274828d0b45448752af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d7e1ea3631ba4f69826c1b419610444e", "region_id": "RegionOne"}], "type": "placement", "id": "6e3aa575dfec47c3957ccf4a7627220a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5a61266167a840f4a86de25cf3094838", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dee75001192d4a68ae6d47a7105628ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ea223954c4084f37a8c804e503596213", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e3fd48f552b241f3b7fabaee1d5d8c38", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "13dd478972644be2bf836a6c0f53786e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a2cb5b2f1797407392487a1849d3e323", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "12ea4ae4fe5247ba9261c555664e4f47", "region_id": "RegionOne"}], "type": "ha", "id": "825cb270f10247c2938212198a454328", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b0cf7fc6b5454e16ba76315096ee8670", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bb194d6c097c43aeb7fbf49208968b27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a4f19388dbc64b5c9676965f3fed8ea4", "region_id": "RegionOne"}], "type": "reservation", "id": "dceb6e2a1c574969abcf16a17f2a8a77", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4a8ab4b5ea54485f9dc62bbe5b60f803", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "382f5a9f59754345a766f4b3c8f31c12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d0bb1085d2014ee5bc67e67d29269eed", "region_id": "RegionOne"}], "type": "function-engine", "id": "617a0b25f57442c0aec33a047f8c0913", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7ea9cb07f2ad4aa28d8302bd604e3d0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c82ac31ba0714d49a72effda38167026", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "8ca5037d719a4686b54c4e83cdbaa607", "region_id": "RegionOne"}], "type": "accelerator", "id": "3ccf030a31b34717b553ed872a464b3e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "97deab8bd51144509b4a471707781c6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5a8af8ff59284620994f842febc16d34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "08f3819401d94b17b4316dcb23428b9a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4b52ad0cac0546208eae1b5a46c57a9e", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "872e51e8df0948df9e79048358802cf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d3b14658ccf54aad9655933724be8166", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4194e67e44364123982e5fc53c8ab5b4", "region_id": "RegionOne"}], "type": "registration", "id": "c44db7ca5e794b17a8b50eed3c4c8d77", "name": "adjutant"}], "user": {"domain": {"id": "d99d2968f7004373b1180a2820e4f77b", "name": "9e8a99e8846f492a9f490b5b8324888d"}, "id": "36bbdd8bc1314e07919737f3e2764c71", "name": "32444f4970594dbb87df181aeee0b17c"}, "audit_ids": ["1c67f941e590440184ab439ca120228e", null], "issued_at": "2019-09-19T09:04:44.611518"}} 2019-09-19 09:06:45,067 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,073 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,075 keystoneauth.session RESP BODY: {"roles": [{"name": "e78a0925e8e14f2cadac14aee898c903", "id": "1c68b1976eed404586430d7e7d824337"}]} 2019-09-19 09:06:45,111 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/0be50107abec4e44b39b5cb5f909d716 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,116 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,118 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "0be50107abec4e44b39b5cb5f909d716", "name": "domainName-2"}} 2019-09-19 09:06:45,138 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=0be50107abec4e44b39b5cb5f909d716" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,143 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,145 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "dcdb77dea15a408caf317981b676ba7b", "domain_id": "0be50107abec4e44b39b5cb5f909d716", "name": "username-3"}]} 2019-09-19 09:06:45,186 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=1c68b1976eed404586430d7e7d824337&user.id=dcdb77dea15a408caf317981b676ba7b&scope.domain.id=0be50107abec4e44b39b5cb5f909d716" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,190 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,191 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "0be50107abec4e44b39b5cb5f909d716"}}, "role": {"id": "1c68b1976eed404586430d7e7d824337"}, "user": {"id": "dcdb77dea15a408caf317981b676ba7b"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/0be50107abec4e44b39b5cb5f909d716/users/dcdb77dea15a408caf317981b676ba7b/roles/1c68b1976eed404586430d7e7d824337"}}]} 2019-09-19 09:06:45,194 openstack Assignment already exists 2019-09-19 09:06:45,222 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,225 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,227 keystoneauth.session RESP BODY: {"roles": [{"name": "e78a0925e8e14f2cadac14aee898c903", "id": "1c68b1976eed404586430d7e7d824337"}]} 2019-09-19 09:06:45,269 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/0be50107abec4e44b39b5cb5f909d716 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,275 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,277 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "0be50107abec4e44b39b5cb5f909d716", "name": "domainName-2"}} 2019-09-19 09:06:45,297 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=0be50107abec4e44b39b5cb5f909d716" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,303 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,305 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "dcdb77dea15a408caf317981b676ba7b", "domain_id": "0be50107abec4e44b39b5cb5f909d716", "name": "username-3"}]} 2019-09-19 09:06:45,358 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=1c68b1976eed404586430d7e7d824337&user.id=dcdb77dea15a408caf317981b676ba7b&scope.domain.id=0be50107abec4e44b39b5cb5f909d716" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,363 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,365 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "0be50107abec4e44b39b5cb5f909d716"}}, "role": {"id": "1c68b1976eed404586430d7e7d824337"}, "user": {"id": "dcdb77dea15a408caf317981b676ba7b"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/0be50107abec4e44b39b5cb5f909d716/users/dcdb77dea15a408caf317981b676ba7b/roles/1c68b1976eed404586430d7e7d824337"}}]} 2019-09-19 09:06:45,368 openstack Assignment already exists 2019-09-19 09:06:45,403 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,408 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,411 keystoneauth.session RESP BODY: {"roles": [{"name": "e78a0925e8e14f2cadac14aee898c903", "id": "1c68b1976eed404586430d7e7d824337"}]} 2019-09-19 09:06:45,446 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,451 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,454 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "0be50107abec4e44b39b5cb5f909d716", "name": "domainName-2"}} 2019-09-19 09:06:45,472 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=0be50107abec4e44b39b5cb5f909d716" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,478 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,480 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "dcdb77dea15a408caf317981b676ba7b", "domain_id": "0be50107abec4e44b39b5cb5f909d716", "name": "username-3"}]} 2019-09-19 09:06:45,510 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=1c68b1976eed404586430d7e7d824337&user.id=dcdb77dea15a408caf317981b676ba7b&scope.domain.id=0be50107abec4e44b39b5cb5f909d716" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,515 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,517 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "0be50107abec4e44b39b5cb5f909d716"}}, "role": {"id": "1c68b1976eed404586430d7e7d824337"}, "user": {"id": "dcdb77dea15a408caf317981b676ba7b"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/0be50107abec4e44b39b5cb5f909d716/users/dcdb77dea15a408caf317981b676ba7b/roles/1c68b1976eed404586430d7e7d824337"}}]} 2019-09-19 09:06:45,520 openstack Assignment already exists 2019-09-19 09:06:45,547 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,553 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,556 keystoneauth.session RESP BODY: {"roles": [{"name": "e78a0925e8e14f2cadac14aee898c903", "id": "1c68b1976eed404586430d7e7d824337"}]} 2019-09-19 09:06:45,597 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,603 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,606 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "0be50107abec4e44b39b5cb5f909d716", "name": "domainName-2"}} 2019-09-19 09:06:45,626 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=0be50107abec4e44b39b5cb5f909d716" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,631 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,634 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "dcdb77dea15a408caf317981b676ba7b", "domain_id": "0be50107abec4e44b39b5cb5f909d716", "name": "username-3"}]} 2019-09-19 09:06:45,688 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=1c68b1976eed404586430d7e7d824337&user.id=dcdb77dea15a408caf317981b676ba7b&scope.domain.id=0be50107abec4e44b39b5cb5f909d716" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,693 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,695 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "0be50107abec4e44b39b5cb5f909d716"}}, "role": {"id": "1c68b1976eed404586430d7e7d824337"}, "user": {"id": "dcdb77dea15a408caf317981b676ba7b"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/0be50107abec4e44b39b5cb5f909d716/users/dcdb77dea15a408caf317981b676ba7b/roles/1c68b1976eed404586430d7e7d824337"}}]} 2019-09-19 09:06:45,698 openstack Assignment already exists {18} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_segment_get [0.059406s] ... ok {2} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_node_recover [0.064390s] ... ok {14} openstack.tests.unit.cloud.test_volume_access.TestVolumeAccess.test_add_volume_type_access [0.376766s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,370 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,375 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,378 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,381 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,395 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.304396+00:00", "project": {"domain": {"id": "89de204e3a744a73bcf95a115d0ae17b", "name": "2ada46384cdc4e8b927a5e5165f4c343"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1177e37635894142b59924d7b04bd99c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "28dec0d7ba8e4c9ea10cc178678c5359", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "02342c8ed7ce4a569ac00fe6bbb5910c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a4551be736a749d39e1931c9b742d1a3", "region_id": "RegionOne"}], "type": "identity", "id": "00047b4fb9724361b7a9e73c6fcc8d5a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8e7001bbeff148bebfbb13e361976f9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "610d7f822d8448b0bc6b212bc40fcc2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5b38afe59ad44d529c96c987575e3f9e", "region_id": "RegionOne"}], "type": "compute", "id": "45cbcb2a101948b0a10195d9d3947501", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "dea8bdc616bf4cf3ac5f342407ab48c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "4b7ff12f4b4444669d0b415421fdcc89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3f8ff98f69244f17be18dfb7a292abef", "region_id": "RegionOne"}], "type": "image", "id": "4a1d685c53c84a3c80c545b1894dc271", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "dee3af309ec04a98b1bb688c83dfa815", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "db0feb5942d841e3aefefdccd4cce9dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0bcb8cc7c10249b79858de479218eeaf", "region_id": "RegionOne"}], "type": "load-balancer", "id": "52c2391d857f4d438ace79ba6c062e27", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fce784a86eff4a64bf1ac605a3ed749c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0437594b349f43cc878ba71db02c968b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e08b5060fe03430fabd949fead53be0c", "region_id": "RegionOne"}], "type": "object-store", "id": "2c7ee424b9ee4a6d979d398a3d501fa5", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "46d2406d7ee44d21a90b63db63a6c60b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c72796a4fde94750bec1601ddf6b637e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fee1bbfb21ff4ae09fdcc41e5866a254", "region_id": "RegionOne"}], "type": "clustering", "id": "893f0da9201e4483b07119edd557a6dd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5355a2588d6f4c478ffd87142f2e668e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b18d14bbf3394d52842ddbc807cb1d40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d5604015428d425c8aded8bd71c02e66", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "81ea887614c44719b732a6ecdfef6fc3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ef30ebeaab8a49c3bddf523791c4ecc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4ff127dfe05e4a328af87578035acc55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6eeb7ee18b7a40948e349b1926fe4bda", "region_id": "RegionOne"}], "type": "cluster", "id": "03b54ee0b0dd43b9a2d3104850033318", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "795ed6f8b89b46fd91c27d8b3249ec29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a354fe5a02a9456f95106050c16d3b05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6f2935ba1c1d4b55a33b15379915bb95", "region_id": "RegionOne"}], "type": "data-processing", "id": "ae15b87c02044c46a6f552047bb93a41", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e41c89724ec145fe935ca2ed982002e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "042840e70db9499f964570ef4a7c663f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "27aadce6b6764ec2b9600f8832ac3e88", "region_id": "RegionOne"}], "type": "baremetal", "id": "7cf56127bac64c268834514fe6f25182", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0f4fb26517e441789ded2d3f7b131cc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bbfb517d1ac5498eba60003da9f286e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f73cb4b77d1f4f799d22c8c61bc68538", "region_id": "RegionOne"}], "type": "bare-metal", "id": "633b5fd6d7cf4ca09ef005667a38ce7a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "62a81b34036f45ec9ece2b6e9dc3e212", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "453205ca91a242f88815a900c209b207", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "27534e03aef447969cf8f505b257fbe0", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "954b2217873747c8a40dbf1a78a79e16", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "088e7234319a46858deaa479e9b03bcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b0e3d1a51ade42d8a23a05c8bce0d12a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "92b7d12b491c4db1bc96e33a23673dc7", "region_id": "RegionOne"}], "type": "key-manager", "id": "43e1c66d2df54b70bffb189c7ad5caac", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "404ec3f099bc4e3aba2553a0cd112085", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "262eb6a4b8ad44febaf9b5d214bad2bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f81d4a45d5a8406d8f29a7b549941455", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "cb458efed5924f1fbee2ffddeb3936b5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "02522be72449463cbf4b8c6ae167923b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "03b17e8124f34fbc9572b631eaba92f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "465c45cd96784fed8ffe43c4021eea59", "region_id": "RegionOne"}], "type": "infra-optim", "id": "52b79c8953e5477abdea8ea0c3c90677", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a2e84817ab174b9a898a681dbec62368", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5aa5dd4f44df49ce9a6eb67b06b67ee3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "85306d002f0744dfa7e98457243ceac3", "region_id": "RegionOne"}], "type": "message", "id": "b7efa41543174fd3ae20ed6f755984b0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6d1388dd974643ebb193bdfe0e4e08cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "78de37ec50324f46ad929fe360d33f5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4b9115a4bd344f8184d5e5c9edaf518e", "region_id": "RegionOne"}], "type": "messaging", "id": "89e82e47087e401bb030fc965ee9e9aa", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7b5ac88eceac471db1b165a4c1ce0213", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d551bcb169734ceaacdb136b32d044fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "801c7545ce314b7698ca3f513563c688", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d08e8bec1e864acaa0ce661112d992be", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "003e5c6f7ff54567ad65e53dbfd83e65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bb3a6599b73b4827b22e0684bfe5d437", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6acc47d6253145a2b45f95194cd2d64e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "5a78434f9b5f42b7815a744b4ae71f52", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b04418cfb3604a7293bc322737319135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1a6f3f9c18f74d36a7190b99cdb42bb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b0da5d0d67b246eeb988bee09b159f5a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "3bc45034250c4d30b268063b7eb5ac2a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1e28f99aa41348928d0d571e253c0fb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c088cc418280467a916e0d79662a2bc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ec31cc68ac6b4ba1b8f09c17d5e94d0d", "region_id": "RegionOne"}], "type": "container-infra", "id": "fc49cb9bf4484f43b9c0a43ef7d2bb83", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "de795f3f65d44e9c94c062f4201af144", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "4ccf3c4be3014ce285320791d9280264", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "228007d22c6541dc84c825c7d4ecdcd0", "region_id": "RegionOne"}], "type": "search", "id": "2bc37eb39422464bae82a0259fe93022", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2bbd198300b8482d8d3101810ef8bfdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1be9862f157d4f598a055e77a6056677", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "48c89acba9ec41ac96d882c51f582d01", "region_id": "RegionOne"}], "type": "dns", "id": "7444eb657a2849848151a8ed4cb4aedd", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f16451441ba84953acbe96d9d37e65ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e92b51fa4ba740e5be899e2ad8fd87e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7b33d7964e0a4508bbc9c261fde896fa", "region_id": "RegionOne"}], "type": "workflow", "id": "03aa3ff38b6641d18f15b2c8cc6a071a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4a8a16b3426a4549b2812769aa05a920", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dfa90f6ce9084812a34083384ffb643f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a2075c56b34d4536a3fc0c2270c8ad2c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e5c4bc4d988c4341b42b3c94433f5790", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "fa67b41b7a694987b6720ac008adbb67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "992a1e11c29848ee8db060161fb28120", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "42f97368b5b7499db248e2a36222604f", "region_id": "RegionOne"}], "type": "rating", "id": "4d1ff78ffd59490399efe6f0a8dfc4de", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7b517fb08fe84134bad51f39200a2b0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "03bf2746eb1c4d5cae57f12d2fa65276", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6fff755bc7984e878a9dea146a53c5d5", "region_id": "RegionOne"}], "type": "operator-policy", "id": "2a82a05fdbf74aefa98368063a90ea5c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a552696923f24eae8d2416014df2f8ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2722c4867bfe4526b576e70ad2ec2914", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "216c320a4ebf4675a7aebc68fb73720f", "region_id": "RegionOne"}], "type": "policy", "id": "f995e273cfa7464092597561c503d70f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1a974b3d5eb346e49696a5c0d3f46234", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2c0035da2cfd479bac321720df1980d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3b757fb7e7394523bf8d834729d75edb", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c47bacd8f33049c29543969fa20f5e74", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "efde40f253df454e8b61539fac398a28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "06b13746bcf14d4f893297b16c22b227", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6d07107fa9094c1590fb49433b8eed1f", "region_id": "RegionOne"}], "type": "sharev2", "id": "8bb13ce70c644763af2d4823a51e1ebd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "44c4a0dfe81c4cdfbeed427d9af66137", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e7246292fb0b48738e3279795bd6ccfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c070fbd9e18b4cdb9e2b56cf96bef46d", "region_id": "RegionOne"}], "type": "share", "id": "50aa1a0532a241ddb577f9e91ac3bba8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2c7e79f25ce24453b7a15f73e2758f1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "88352e3de90d493286253f42a8fc5ff2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ebdeebacc91544d8b1d5f3cf73580aeb", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e993ec1396094258bed58237afa0bbdc", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b0e1fbb39234329bee9224a8c267335", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd02e0a8b94c4e6b99330d2944c4a673", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a3207a6c03246bf9d9ac02dea21d02a", "region_id": "RegionOne"}], "type": "orchestration", "id": "9a5d8bb85121493e9989b4a9cbd4e3ba", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc54f8975fe145ed9c4dbbfafe22ba53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59cfd7debc8148f5a70c29500129b743", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7831cf415b584e80b3dce39150a04fb7", "region_id": "RegionOne"}], "type": "block-storage", "id": "977057581dc24bbd957ae052f9377d9b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3afa54f0cf28455282c5876105c3ed8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cdbdaaf9883e4c16b3fa87058036e062", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2cfcf6c160b0469eb4e6ecf9f6b27273", "region_id": "RegionOne"}], "type": "volumev3", "id": "889ed08b26cb403192675293d6d52de5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7a7fc4ae86943f29b68fec14588f00d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75b526bf01374c418ad11e9fdf19e5c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80e90ea7439a4b6bbaf1649bc07d3fdb", "region_id": "RegionOne"}], "type": "volumev2", "id": "43eccda8cf384e4791cc81af95f68a53", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f04b069dc544c2db07fc486d7b3e174", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af2aad5cc73245408e7481feb28fdf80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b495a9539a194d3a8e71631dc334fecc", "region_id": "RegionOne"}], "type": "volume", "id": "a28a83f4b2384e949f86fc097dc36267", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de1090fe122c47cfb1455eb0eed2f988", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "543522ffb6b44a87bf65a4250e602257", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf694a98f731446db9a4ba16efa081e8", "region_id": "RegionOne"}], "type": "block-store", "id": "e2dfa9958f5a4ef39541a2a9093a6e92", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e023e6b2e9384f5d9a77ca535028e0dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1f78a3c1e8f841f3867de7ce630c0590", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "720cc4de093b4429931b9f5a925d6bc4", "region_id": "RegionOne"}], "type": "alarm", "id": "70e7e32ac50a4ff48160bee7c62b7125", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f5c5f2b5e6844dad8487a1e4686997d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6fc4cc9b06f64a9d9e8133a77e447465", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "26dfb58c2e1a4c4dba180b2dc9f5ce6f", "region_id": "RegionOne"}], "type": "alarming", "id": "8c6059c36c0f48fa882af7ee14323428", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cbd4cd7ec05940a7adc8787a78ac4c65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d0cef13d431d463287f437fa6c9d38ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9bd6a8f3b3da495a93712ce07f376f6a", "region_id": "RegionOne"}], "type": "meter", "id": "bc5e78db479a4fddb9e1ea1f12463e66", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8ab4bc9e95cd41f8856f8b083dafe062", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ff2fd4ab69434bef8af762d68eae44f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a0a117022a6c40daaf2f9f91146cd83d", "region_id": "RegionOne"}], "type": "metering", "id": "0abad46cd97f40cf935d2820f8abe9fa", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bbd5880f2c4d4b8dab1507850f86b705", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f496c61facfb4de98502ce3d1cccee15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3d2a2bd4236e4805ae77308ca23080d8", "region_id": "RegionOne"}], "type": "telemetry", "id": "5129ca0ae6c840fd9905dbc47446ca6f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "983988caed504264a248293d0808239a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d27b635b748f479a9f957d67b84cdb81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c2cae29ad8d94bd8b1135ecb4e73b67b", "region_id": "RegionOne"}], "type": "event", "id": "3dd422da721145bbb983a54dda3e1376", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1ee82e249fca4b1da11c75352bc9e94a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d46b50b288034e8cbd73ef846ec9c663", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fcbc4a9e87d942be8b902cc28b1dcc1c", "region_id": "RegionOne"}], "type": "events", "id": "b3bb40cd76cf4c4396897ae889c5ee29", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "92721f00a72a4a8db945961b3261a437", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "edd401a621a34a02a98292ad51d0b2aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "daa89978de25473bbf0b36338b4c79b1", "region_id": "RegionOne"}], "type": "application-deployment", "id": "895d84dadee949a6aaebff7f20fee1a5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ca380a6103aa4b33b99c4a4382230b46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "06a5675f725c40e094d8236c16fd6e3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "89ea5288014440119e455ac01107099a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6e4bbb56a6cc479ea7c98e2e3b6e61ab", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "542974aad3d04157a1a81ea87721cb73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "284547752c7b46cba8ce6cc0a4d7206c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ca2eb20fad094525acd4556b5e3b7002", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "177f22fa9a6947799ccb5460a6a42e12", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dedcdf9b483c4cbab259f86ee79470d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c293a3db05a44436a69896f985c2f461", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "48a7668f5f70422f846bed8b10a6e806", "region_id": "RegionOne"}], "type": "tricircle", "id": "586e02bfcfc7444cadf23afaef875fb5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "3cce23c0d2cb4439a159be6708e30744", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "324da569c85747aea4533dda16a542f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2affee79a4c54d688d6a1ae9a586ac00", "region_id": "RegionOne"}], "type": "database", "id": "62d9672ee9674be6a774a7c4ec99023d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6c6a5e645b304fbb9ba06bea3faf6867", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8f8c4a993f1d407b8e379e28e0fbd96e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3160ee507dd7462eaf6c092e1985bbe9", "region_id": "RegionOne"}], "type": "application-container", "id": "069a2d5a4c444ded8ef3fb60460703c8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "caa63bb8f7e84c328da71be392d6dd2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2ba3748d8fa443518d65375bf37b6da8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "579bd6c286d94fd9a9e169b52fd48988", "region_id": "RegionOne"}], "type": "container", "id": "e52f5984c601417b85afacf1f08765a8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1527aa2373d9489893108d6b1ba6d44e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9aa31856bf6b45e1b23a86cc497c0f47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "62b89f1cef3a4fce98a315a5bc107fa8", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "84e150cd518e48c49f8fbf5ab7532727", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "27c034e7cf3341bbb90800f94ff1680d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "da6ec295112b411e9f4be4d771f9e968", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "738c82b1de5d4baa855e71f7c4c43470", "region_id": "RegionOne"}], "type": "rca", "id": "8817dbfb76714e0b9adaea69dab97f50", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "89667900168b41879fb49a9ffb6e0eff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "aca24aef2d8442b18fc66d46ac36cf99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d738f232e3444ae9832a1f578f6cd549", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "34b4ade3daab48af8fbd86df270cfb1c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "edca32d3cd4a423688c9cfbd8c458f9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f474c96587ac430cba686c5d25f0093f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "71a837e606f8441abbdfd20f0701b8da", "region_id": "RegionOne"}], "type": "network", "id": "9d1a1fd3a2294396bf915797d8013cef", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2ad40cbdc143439b9f3e5a8259f2ca10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b912c7b464d5480da1d4de6acc30a956", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ad8d18f153a2448c82b5b432a058271e", "region_id": "RegionOne"}], "type": "backup", "id": "9adeaf327b3f428fac7e176676065b3e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d80566b0ec5747a08fdfa687a692ec17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "104c2b6b24124b93b7b490cf70da56ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0db863be969f497f881023cab1b56a2f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "811df64449624a848f24ebe645082b92", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e1972c187a174e469d84f5dcbe4f4adb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0c3badb0d18540c49f9e5bf495032070", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c8a1021ed56642aaad5e45b198b705d1", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8fb7414fc27745b99360205d85a8e008", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7acc960018154ad1b2117be415861efe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "365391d5196e409097aaff1262576131", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "307c7ab72d0649fb9f541490a3821d80", "region_id": "RegionOne"}], "type": "monitoring", "id": "d1c605b0319944468b7c990e6008eefd", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1a335e838a6a4fd29662ff10a7a1b226", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8f12b3726a5f42329454a386a28b23b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "418756fb10134f49ba2b47b389289185", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "1a5c6594017b403fb5479c169f1c7a3a", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "61258acb35944f6981efdedd3bae034d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "d79e2f5888194e52b163f5eba5386e8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "6beefe0831ed4f80b252f45c5d5d0c6c", "region_id": "RegionOne"}], "type": "placement", "id": "909eced3a4674eaeb1de1203c278d786", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "487b5a40c4fb4777b509e3c2281a3394", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cda890271d4144b8ac6c15d9c6fd2116", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "34699b6f39974c6ab7fed3270b575fbc", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1378561fb32845cdb202b5b6e86f71e9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fcffd6c90aca4f4399439e28b00da9d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c19af1e11c1c4bcc834fbdc1eff4ee1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1a8a93cdcdd74630ade172ff39a752ed", "region_id": "RegionOne"}], "type": "ha", "id": "2eae49c42b9c4fbabea21ca6e04a6388", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b23702647e034805820b08078fa907ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c76a5aab287b4de0a355b551f3145cb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "e5d961ff34f54432a47f1351d86d34fb", "region_id": "RegionOne"}], "type": "reservation", "id": "ebec24e8d784452988a631bffcb075aa", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4ead6af7573d4fb0b36f85e99a34c352", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "02bb23d2b33e43ca8cf82652927d838a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f53c3d96b2ac41bb83857f744c0ce4f9", "region_id": "RegionOne"}], "type": "function-engine", "id": "64b5dbd2f17842ae8c269a97f13cf64e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e2a2f2f7c8344335972172c6546e387a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "eea04c8704084227bf9b44f1af120f1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ac9b98866fcf4e338f815d6c79bff5b4", "region_id": "RegionOne"}], "type": "accelerator", "id": "95b9fc1a6e914674bd0bdcf9007ce510", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dfe998e2df304b779a510403527aee10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2eba56b4bd85432babec525c33a5d569", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c17709cefd3540989e2e5cf063db8850", "region_id": "RegionOne"}], "type": "admin-logic", "id": "35160ff587c241b09272049e382cc84f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ac05a81502454294aec27d90f28131b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "94be3de63f97400883a7cdce25299b54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "402b5656ba2e442695d60a9c4a12f607", "region_id": "RegionOne"}], "type": "registration", "id": "25b100faac6748dd9fe24f9ff4a459c3", "name": "adjutant"}], "user": {"domain": {"id": "9b56282fb8b34fb897418fa8d7864639", "name": "26543adcc10d488ba266457ba1b8ada8"}, "id": "dbd491d9ddd24ea2b5eaf360ed47784c", "name": "b60852ffca2a42718057aafab225bd62"}, "audit_ids": ["62954ae595404ec8a36fc32ce87c7b76", null], "issued_at": "2019-09-19T09:04:45.304396"}} 2019-09-19 09:06:45,514 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,519 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,522 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:45,570 keystoneauth.session REQ: curl -g -i -X GET "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types?is_public=None" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,576 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,579 keystoneauth.session RESP BODY: {"volume_types": [{"is_public": false, "description": "volume type description", "id": "voltype01", "name": "name"}]} 2019-09-19 09:06:45,602 keystoneauth.session REQ: curl -g -i -X POST https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types/voltype01/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"addProjectAccess": {"project": "prj02"}}' 2019-09-19 09:06:45,608 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,611 keystoneauth.session RESP BODY: {"addProjectAccess": {"project": "prj02"}} 2019-09-19 09:06:45,631 keystoneauth.session REQ: curl -g -i -X GET "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types?is_public=None" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,637 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,640 keystoneauth.session RESP BODY: {"volume_types": [{"is_public": false, "description": "volume type description", "id": "voltype01", "name": "name"}]} 2019-09-19 09:06:45,663 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types/voltype01/os-volume-type-access -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,669 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,672 keystoneauth.session RESP BODY: {"volume_type_access": [{"volume_type_id": "voltype01", "project_id": "prj01", "name": "name"}, {"volume_type_id": "voltype01", "project_id": "prj02", "name": "name"}]} {14} openstack.tests.unit.clustering.v1.test_policy_type.TestPolicyType.test_instantiate [0.066546s] ... ok {14} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_node_delete [0.063747s] ... ok {24} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_tenant_get [0.066285s] ... ok {18} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_amphora_configure [0.060786s] ... ok {22} openstack.tests.unit.cloud.test_volume.TestVolume.test_get_volume_by_id [0.217529s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,597 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,602 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,605 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,609 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,623 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.536691+00:00", "project": {"domain": {"id": "79f109a0d85740529ab80f83cdf404c0", "name": "606383d2b47e421eb6dd88bb7c28b33f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b2d385cf838147caa19f7babcf670123"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1ca6660d66264b2e950784a50ce65ea6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5262670298644e74b852249fab4611b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e520afc36a5a49459cab957bf69ea863", "region_id": "RegionOne"}], "type": "identity", "id": "d1b07886d6624c11a879672d3f46af4f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7022ad107dff460595ab2f5b32d11fb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8813a2175ebb43d3932cf97903520ed5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "12509b60f1e343daaa046081df959554", "region_id": "RegionOne"}], "type": "compute", "id": "d490be76c1854570af45466a09b6e859", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "027c8c65f5864031b680360e0c694676", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b511871d54ce4056936dad1515bd9b42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e6c76d15979648f3b29dac8c378dcf35", "region_id": "RegionOne"}], "type": "image", "id": "b967a88a11e94cb6bacf4b7cd1f3f034", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f3e8f681a51f40159077c5a68c0c4f16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6ba37ed7958541c49988ab604e7e3210", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f8288284d093448e81174b035cb78850", "region_id": "RegionOne"}], "type": "load-balancer", "id": "2118a616238d4489b5ceb562aabcc59e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a53c86510b2488aa5d9493ba2eeb690", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9321f44097a445ea4fc1f126752356d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13b3274886d34005acee40763e908e00", "region_id": "RegionOne"}], "type": "object-store", "id": "6427a2df36e8417583c73631a66c680a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "554050a4e46a4e24a4283f1ace41daf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "43d7cf0928ae462e9289f68b9682dd72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6da5ae258775498b9b333013d8adcad3", "region_id": "RegionOne"}], "type": "clustering", "id": "57b88400f2fa4a618e202886944691ee", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ea484add72f74861ac02c67b68f2139a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1b5ff0a5e8fb45859acac81d26462c23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4bea52dd756343b1a62a2db4f55ce2fc", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c07f581565224baf877e225c949c7ef8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "773ff7033d734fa8a918608ee55798e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6b109b31ebcf4daa87d27b1d2177b76b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ff1ae059f953436a85a407f2bb39506e", "region_id": "RegionOne"}], "type": "cluster", "id": "8a17bccee1b948d0923140406d383774", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9598be8f47534f279150c09e7ab60572", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ffd5648979ec47cba077b55b81908bfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "77077ce9253841d5a6a50e7685668421", "region_id": "RegionOne"}], "type": "data-processing", "id": "b114e5fdd8da431abecf0e13e1ce0715", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c9eb35feff414893a4e5605a97770e46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "36aed3504f5548c790a8c9174044d8c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "53d062c511d04c0dab5609905dca9ad7", "region_id": "RegionOne"}], "type": "baremetal", "id": "b490c4dff5c24390b96a22ee493c8f8d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3ed2cbb8b8744c67828a25adf1ec34be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "11533bf72ef541b78ca379aa32ae1375", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "26e37d729d0b41eeb4d922a1a5b35688", "region_id": "RegionOne"}], "type": "bare-metal", "id": "1fe716fbe8c04d138865e8459c345a7c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "32168dc0d55940c3af964e55633576e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f91c945e64614bbb8d0fb58cdd1b39e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "aacd90757fd44087847b4b77a20b4ed3", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7f6f3b5eb9c74bc1b69281b8f8a5f6f0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1c4be3ae55fc44dda4d46160e273e239", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "42649a6841be4f7d88424b509f750126", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f58d0db5b57e4c88a8093437891d0923", "region_id": "RegionOne"}], "type": "key-manager", "id": "e5c30f8936b547859a8a7353ec343e56", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "80cd32d535be4e0fa542de31366179fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d3ed8d7c38a14ec998251dbd76edb6c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2e35b60e3cd34b578af0a0027e015fe3", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ea36f5e533de4b0ab731f97da46f9673", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d72b0ef9fc5744c193ae1593518ba38a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "160084b8337c447ab90bcdc9f88e7e80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5b95a7eb2a264106858564e75eddbe21", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8f64ac6443974bdb9b48b46263a41586", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4056a0362926462fb98208c3153a75b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0bc9e616878549b283e2d170d2153b6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f46f1145080a42ee95f46d5bc843a8e0", "region_id": "RegionOne"}], "type": "message", "id": "04bcbb36177147e4b5c01edcc65b9d74", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ecdaa384901c42e3b03b1443c868e98a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c1945e07ca33483180c1722a76aeaba9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5efb4ee349be45a3a978bfe35609cdc1", "region_id": "RegionOne"}], "type": "messaging", "id": "6ddb86a19d984353aaf3896a75f8affc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "054e43eba2154ee0b03ecc42b139acd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a3916942093f47f4b5a2c09292b76f9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "bab0495d562a4b719e968128f9ca2ad6", "region_id": "RegionOne"}], "type": "application-catalog", "id": "859e41587e614d9a9c0d6ce0440dac48", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "022171f4a25e4690b68436ecb75e372a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2c3265e1986445fc8e128a88c4ced42b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "93a777cb6cb84d24a43e06975a542607", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "692e4b0f650b427db9746b3c0e4b2048", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "818d3d6309a14377969ebea4c8220a30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1fc3a65502e24efd8dd8c05d187330c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "facf305859b04f5da74d0d53d2b8efd4", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "06715a726a4749fa999b55c529f990e7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "54b4dd2b5d2e4beda06b6d13f2f37b9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f83307627fa447209d37ad3b267aec8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18cec8b77cac42e9bb2c6b489309f63d", "region_id": "RegionOne"}], "type": "container-infra", "id": "12d4563b70be48e68a0a73677f44006b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "67eafd7725224a6fa727cce6e893dc2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "4141eda67b2f44de98da60c31ab3b695", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "fb0d09e30fa9439e9d6e28b3dfcef9b7", "region_id": "RegionOne"}], "type": "search", "id": "1dbec170d0f24d59853d4162ee81042a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c5c8287be5e54505816f6c712d7676bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "30e1f37f23404f41b3bf0fa2658ab067", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b9f670bb4aae4da0add25ced066ce9eb", "region_id": "RegionOne"}], "type": "dns", "id": "43bf1dc8c6534c0990f95042e5c35d0a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1a9ee08e036842259b3259fac55768f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d7aedfec09e84e3a92102b5968838cb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fb23da4b732e4574bd90c9eb0af40447", "region_id": "RegionOne"}], "type": "workflow", "id": "f8994d6b19874b66bc434357dcef4a09", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4da9c97fcc204611925e66c8df6ff6ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7e47c299c2fc4c0ab6cbdea4535eb74f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9dd9785a3c42460782018735c4c2205b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "822a6a1f49814573873f68b1b8f2ca29", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6eb4115c3a0f401397a9b673b9b3e426", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3ba0132197374d9eac6be1f728be0590", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b084031a933f44ecbe61bb1dda3e57de", "region_id": "RegionOne"}], "type": "rating", "id": "faaefb8a22764cad8a8f460d135f5c0c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9a42c9f4deaf4b789f8161af6d1b8760", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d70bceff074d496c8880fc05a16dad16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "169091eca2f545e68f5b5b0805344547", "region_id": "RegionOne"}], "type": "operator-policy", "id": "08c165ab39784576ae413b5d24864e04", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6c6b85019534424eb24006f8e4aa4e01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "af2c185e1c274528afcdf3a877aaa42b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fa7f7f50f3e74a6eafc65ba756c1ba48", "region_id": "RegionOne"}], "type": "policy", "id": "073acd6d163044aa8fe01d75b776781b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4ba85bfa715f4036b8f58bf687769888", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6b83303cf587466a8b42b6f74714ba4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4f59a40d8b524d10bb554389df3541e2", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e994f80eb9ff40438b6c386d548e39e4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8dc51b1f55744472a6c1da4ab874cb52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b445862aa23e43f790191e9e351340cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7aeb1ec8ff7c4a488cb936b717625633", "region_id": "RegionOne"}], "type": "sharev2", "id": "a21d12799e3b4138a9017587b5593a39", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "98449409cf954ccfaabbe072169ba6c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1d5e732c595a49ed8908f7f7224fe59b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b864be0e1eee45cc8dff3d89338c8ccd", "region_id": "RegionOne"}], "type": "share", "id": "f422cf822ba74416bdc0126ab2d20744", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4b3b2f09932d471e91b9ff8ed7a22bc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "23edbda403e447869b14ff7761d6effe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ab976a6f2cfd4990b9556a73746238a8", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d97430e5c0ef4ca6a0c03486d846fdb4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33cafb8d541547a28a56f420ee6c8ce9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90b8ca644eee44c38a047d0dd8c471e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "272b0bfa77fd4203809a76582eaeca83", "region_id": "RegionOne"}], "type": "orchestration", "id": "7df160495d704b98ba872f08ae3e5c62", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e835b65e05c24dc79f7148051382b96d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f3b1636596541078c8e2f4c278a52d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9154c0238251464aa0fa0481341a09e3", "region_id": "RegionOne"}], "type": "block-storage", "id": "b127afd586b647ca8d66dd30d2564b9d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5991607798344e03bfcde172e7461f2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d8a3489876441698903660354898ec8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1554d42dbc84c83b3e649be6dd5d873", "region_id": "RegionOne"}], "type": "volumev3", "id": "16103aace84e4efb8d3c24af8714588d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be3496d8d3204acc9f4d518e99b635f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8a93d54a2e04ad985ec5c66ddf1dc02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d089517794247869f772572952d1bbd", "region_id": "RegionOne"}], "type": "volumev2", "id": "11d0479e5d3b45bea39ff0fe4ae65a55", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ae64c37acf64e24b299f7640eea4477", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b5cb1d3cb9142b7916064baaf04af79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7f1b0f7f6cc4b5084c0908d4024bb3b", "region_id": "RegionOne"}], "type": "volume", "id": "16b3648e15bc41dc86cc705f2bcf967c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e34aadaed8704ebcb3c2165b180a0aa7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43dd2ee9b237409893cf45ca7c622a76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b907b5fd4efc4af5afe70ac4284e378c", "region_id": "RegionOne"}], "type": "block-store", "id": "97d98f4ba5db46a8a60af0594d3e304f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d2c50e6a8e3246d494ea28066c6051d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "527a9d20066b498e85f98c79e0c59e5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a7e2a2e946af4ea39243e76281a87dc2", "region_id": "RegionOne"}], "type": "alarm", "id": "a7efedb022f14f81b6c243f96bdf6f8f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c4a1987aefea45f0ba6f65f466e98b45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "713ffb4a666847ea8adeb01e4982cbf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "65d42d884f2145b08d8a85b0dcc074c1", "region_id": "RegionOne"}], "type": "alarming", "id": "b85bb35e41a84de2b2006f809781e45d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "49b8b81a8a77452cb6a30139f3065600", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4c7c4ef9a36445389b66e23d2a08cd8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4ceab344f72a41299bf0fb3b3b547d78", "region_id": "RegionOne"}], "type": "meter", "id": "5b0e6b8dce1245f9b496d7c4ea18e025", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "04d323ae70c049a3ad4087837a9ef9eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "795fa06074e444d3a277b4f88d8e017e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d6e95ee2f4f44850836113a721a515ff", "region_id": "RegionOne"}], "type": "metering", "id": "5a7e5a3769954299971b1bc2c13bc63f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ced9013664b740939de1675c3e5f1ef0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "63a34b45f4884aa6aa7b6bbb5d23bbc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b224dabd1621411699078733ad23664d", "region_id": "RegionOne"}], "type": "telemetry", "id": "911f2ebe43d0424b9f8fb3d874cb8948", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "53496dc025424f9cb012cf4dea6aaf69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "23e7866d16d14d5cb1c9d6b9b9d5967b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fe772d7ffad94cbca546b6e08f6cf80e", "region_id": "RegionOne"}], "type": "event", "id": "3b6bde05ac54425bb35f8f00df4e1b9d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ac7920ef76c44ac787b5f1fca89be4e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "93438877517c49b28d43e9a7c8cbf1af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7f8ac082cb2d431b86f4f807190f0ac5", "region_id": "RegionOne"}], "type": "events", "id": "a9a4a0e3ad594b6d966fdc06091e2854", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "344a4acf232449a99117fbe7d60a0ea4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "73090b84fe454cd4b7226422af97fd5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "96be4748f272402b90c101440bf6d6fa", "region_id": "RegionOne"}], "type": "application-deployment", "id": "67dccd9eef0e4d83b8afbb5227a8c5ff", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d31666291d614b6cbe49cf7750abb1ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f50082cb7015425f8a5901985ef63fc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "18cf736da9b348f5b7f23e9378e24441", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5c27f114488c4261a893083e71070d4d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c3f850e0817747e98ad025d010bc2b95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "791994a14ae84de78c3bf481592c13e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f9bc2df7c3a246d3ac941e832f8bfb7b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "fa1f57541e9d48a1b9f33f3562d75ac6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fa20a303df084b0eb376102f24fbdd59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a9e581da708b4a71b8d67a812d6a3c41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7d4d0e6bfab742c19137f6b605d943d8", "region_id": "RegionOne"}], "type": "tricircle", "id": "aa57c72a13924938b2d9023e45325d7f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0b13185d4c354c7ab11d1cb7f5aa0a09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7c563f5719404edeb4f912f77c846166", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "310915835e994076bb1bdb82bfd21b79", "region_id": "RegionOne"}], "type": "database", "id": "25622b28f677486896ceceb495e59089", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f103f52f8b934f12a8c09faf1efa5568", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6bab81f9440845d8a4428afa77fbb3fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "19c0b8234951492faead0981ccf36937", "region_id": "RegionOne"}], "type": "application-container", "id": "8d58f542f9434b8dad33fc710d8c016a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d0db25763f8d445ea9fbb7e8385243f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c0623711111e4958846104ecb79ea504", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "df9d36a8a3eb4e2ab556a36e663ec725", "region_id": "RegionOne"}], "type": "container", "id": "004be54d4fcb40dd96521b85af9578fa", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "662c5c947ef94efaab333960c7c4fb75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3dcd761e33d14490b0900d7e38de9d65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7ccc6e4eef92464e9f93848cead2847f", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "fbe7322de05f424a8cfcdd19ee8e7b41", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3fab8e52a10b413d8a3019c47a098de3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "69a4d9a4fc4147e6a71b7d036c4c276a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7d8888c9a389431580699af454c1adc5", "region_id": "RegionOne"}], "type": "rca", "id": "ab04ef477c9c4e1e94dcf23354e09dc5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "59fe0c03901e40acaf5df4be69451261", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "62c20739fe4c412fabab3c793ed06ee4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d94821750c5b4f4993917c89ba22467c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "922f46412ad64b459734004301e03bd7", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5d4bea3bace3417b9f6da72670821544", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "12c85fcfb93c4743a836c566cf1e53e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "91ee88d24590443d929876ede7958619", "region_id": "RegionOne"}], "type": "network", "id": "bc14c0e7007e43ccaf4c2774f73b7a1b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "65319c22bd894e0eb81432fde440ac43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d33c4cdc2ac64e0a971ed6d341a1f55f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ffdee9348a4f48d1bfb47b7887c2bc54", "region_id": "RegionOne"}], "type": "backup", "id": "98aa79756e9e4125be048177acb20a0d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fae54ce7e79c48509b5b6dfb2ca4d7ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "74912bf67b314e7399ac35c4a86f0ee8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d5ea73042ff94ca6a7494e1f7fdee8b3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "73f553f46b56418a9bd2390b0919481a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6523b7a8bcb243a1a84891e418febda2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8efc85e6ad8a4fb397e333fd5b72a497", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "22db620307ef42e4bdcdfc98745ac284", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "79ce57831f534d4b982e235f5651485f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d3ac91cd730f45279d2c0ec917698c1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0dc3e50b81b944fa896a314a391ba635", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2406e324d5294ee7a3dd51e9da54a265", "region_id": "RegionOne"}], "type": "monitoring", "id": "b4b6bb2413914f8b91847c5170e4d480", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c08ad8154610431ebed15079dab94a9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "586e8e9999824346b5eeacd66eb0ca8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8508295b420644cab99f08e9799e8deb", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "53f186b7fb7b44eebf692a9cf4ecd801", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3dc50407a773412b9e058cdb388ebabf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8bccb0ca98d84ac6889526fba4a02b15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b3195c917322441ea64197c9358c9d7d", "region_id": "RegionOne"}], "type": "placement", "id": "13c3b2e9abc7449b92d2853f536ead9e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9448a4f451284d509baa208d7faaf2e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "03529e51e4704d8e8af8dcdda819a1ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c76b75ef7baa495bb67800e869f4a1da", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5f528a13b827457286b651fc2f6271b4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "11d6342377414ad4a8658c75166a3980", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e445f305ccdd4f62ac4c77446c23c5c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "95fd3cf45e044c379aaf7c7f0d616ed4", "region_id": "RegionOne"}], "type": "ha", "id": "aef7e03801174b98b9df457b051a48ad", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "88f0a9273e5043ee9f1c94c1f3e008ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bfe427760add47c2b4180d75d470595f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "146bdfc9866144a5b32e5c3c5c825cd5", "region_id": "RegionOne"}], "type": "reservation", "id": "949bc079166345e0b2b8d4207641e61a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6a0923eeac6f45d29bc444d668bfc015", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ea00099b242244dc8c1743b5248fc8c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1d567d9744c944cea6747bb57284ef7d", "region_id": "RegionOne"}], "type": "function-engine", "id": "c72b4ae49a264918aa4cd84acda80073", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "77c4cdbad68f40ebbd1d24e7033338e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "03a1d1ab728746ad85d166a4a4263407", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a7fcd55ec33a4f00b1b6f340c918c130", "region_id": "RegionOne"}], "type": "accelerator", "id": "0e4f0ff1f3bc4390ad1708c80edd4d7d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "de39b5f5b5604c65838b95eb58ea52a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9221c793fc544afba2a4b4036b07f2ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c981a89d9d2646feb5222c44cb6e5704", "region_id": "RegionOne"}], "type": "admin-logic", "id": "bdd4e652373e48f99216b52815b75548", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b78fe500bc9f4fc697ac92ffa4fc5380", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "df007bfab9724577ad227ca5f72b9ae2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d7a4e8c9cb8647f38b0ec5f990c66818", "region_id": "RegionOne"}], "type": "registration", "id": "8c84dfba5c7e49528958f96cf6502a4f", "name": "adjutant"}], "user": {"domain": {"id": "cbd9028ba1a640d5833e94bac22b49e4", "name": "d3217015e90b404e9dc48408e8100d44"}, "id": "34edb443a9a84b0ba618a939f2383774", "name": "93a83694a87a43af91a7d77cf732a64f"}, "audit_ids": ["2b9254f240a14abdafeef8859c7d870d", null], "issued_at": "2019-09-19T09:04:45.536691"}} 2019-09-19 09:06:45,683 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,688 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,691 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:45,736 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/01 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,742 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,745 keystoneauth.session RESP BODY: {"volume": {"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}} {26} openstack.tests.unit.clustering.v1.test_node.TestNode.test_force_delete [0.068096s] ... ok {10} openstack.tests.unit.cloud.test_stack.TestStack.test_search_stacks [0.215730s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,572 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,577 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,580 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,584 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,596 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.499063+00:00", "project": {"domain": {"id": "cf6e13c5eaa949a19e7a58ce480a4c8c", "name": "3e908c4e426d4f4aa0bbf510d1e47f19"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f5dbdee1ced4495bb3f705af085370ea"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a60c802460aa4284a8bc46043ef32039", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "be6735d9a7f04464bbb250c63327b58a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a686f875d66f456cb9f4c34d18a77815", "region_id": "RegionOne"}], "type": "identity", "id": "50729ef169104ac5af117ecd3222ea82", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "39c9e97ec9384ca480e9cd43ac551f84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7fd8a08387f14fd9a1a458b56f3bb641", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f447bf301d65413abe3ee4d8b0064328", "region_id": "RegionOne"}], "type": "compute", "id": "3ad665ac837c4319b91a0096df768ee8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "8677924b0a6348c9bc84a59d96def905", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "4a6673572b1c4b55952df931cfc004ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e4f23631d1574bff898b8c9cba866eb0", "region_id": "RegionOne"}], "type": "image", "id": "b5748e93162c49809467479f1c08e18a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6d7712daa6b34f19b2ef681430e47e12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b49b0c296b764d12a86954e9abc534ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "cef5c70a19dd48e883c35b345b52f857", "region_id": "RegionOne"}], "type": "load-balancer", "id": "61b594921a3c4124b8a7c3f2416d79fa", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a5bdfacf11342f697813210be413e53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ba920c35dc5479b886175fd4f45d553", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e15a07921f104ed3ad33d8d6a2cd846f", "region_id": "RegionOne"}], "type": "object-store", "id": "6431362b235947b2afd7b55c1b20d3a6", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0e85f561172a48b6b49bc6bbac055793", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f982a53362f644d9bd327edff9fb7f89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e157b5f0c0b544c0830f0e9b493fb752", "region_id": "RegionOne"}], "type": "clustering", "id": "8ef9f241a3b14179a7808e24bf919e7d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4df6322bf5374e67815d349155e39918", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "880e47eae4634762b2610f5ca737e589", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9d223d0e8cae4af0be6917b5a0c3c90d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "cf7b33b088a34c848d24c9781d0957d0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3a010eead88147f99f7bd143cc5c26e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "419ef4e6b13b47d6b425294a234b51a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "85d3d5823e4545cfb4ee3a549f86eb72", "region_id": "RegionOne"}], "type": "cluster", "id": "8536205baa2d46a09abddd465e0b9f82", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "286bfb9d8119483395e505a38bd9a395", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c2af1fb2739a4611979e764c9527922a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9102270f9cd748948eab268283b17f06", "region_id": "RegionOne"}], "type": "data-processing", "id": "5d6a88188ddd4822b2cbd5bd55c6255d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "82cb634b6c104056a6e6b7e5c98d7584", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4a97004cb1574aebb3901ae0021a0536", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f663c7d2493f421781f5f9a17ba822ef", "region_id": "RegionOne"}], "type": "baremetal", "id": "6d94d059004b4416a7af1bbe733f5ddc", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c77e5e2fb1d849bba3ffa9df3317feec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "56692eb318fc4e7394186fd7e9f5d5a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ac32bf285aca48ffa6d79861b896b2b0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "9342c2a8d0aa4de8958498857f157229", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "88bbdf06d8f446bbba0397d0a0577836", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1532e190dacc419aae9bec2e33d9c492", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ea2fa06d1f97455f9703e2968ac1d19a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d3539bb031e94656ad42daa3003ba0b1", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cb91891ba97947caaa4918838e9b8f85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "40f32e9838c449c2977f2b873d0498e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "db24b373574742c6b072a8abc69ee2e4", "region_id": "RegionOne"}], "type": "key-manager", "id": "6debf3ef99fd4b93a9f173e379107412", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e115abbe956b469ebf3f0e6ad015ba8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8902f87727ea4210a025e505f5070b2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "871380102a4044de9dd8e91d79bb5692", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e41d23e55b164cdbb829e6293d59db54", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e743276ca6444a5096996d29d2ad966e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9bd549acfcfb481e8f4386eb87ed1e00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9b1e4daa4cf84979aeb5538a05d7faa7", "region_id": "RegionOne"}], "type": "infra-optim", "id": "46e3ac5e818d49be9bd4861de3635e68", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9f2459c04134419c8d72849137ad0ef4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d9e9018076b0402cb8bcd51a3f7c37a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8d8621092d794e6e90b3a30593ec09de", "region_id": "RegionOne"}], "type": "message", "id": "fe82a6af50654ae2a43f06714ba44b5c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5dd2a790e2ea4419ae672322c216ec42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "10a0fe4d68ef4fedb7dd38eeea79bbb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ffea4270f71a4a0d9e57339857c5d2c8", "region_id": "RegionOne"}], "type": "messaging", "id": "dbf546c9ac4c498696432fe696f13bab", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8cce41de99f344c59828780d4857fe68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "006a47df6c2c4ddda234f25ad7f8e523", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3043c79e78b84788aed1835f078bc0a6", "region_id": "RegionOne"}], "type": "application-catalog", "id": "acb06f9ac2674531a32fdbaa3479a247", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2f7a76f97a624135a3477ad65000e17f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "23e5d084c3184cd1955a7f3100de7f92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "648a21a632a34235adb0e9b2bd638af3", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "5dec972df16540f6966c849c71a45702", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cb0271f2f1c4402faca0add26a1637e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c57360d399b84f6a92be933ad04f50a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "43bc2dbb033c45d99fde434950742038", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "1bf42cffa4e842969cb8a3e257233d22", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fb681cd4026c47959732d4d84ec29373", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "581e6ef134c74747bdc6c5344687a656", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "23ea7c3bfc1c48f08720b1756cce9270", "region_id": "RegionOne"}], "type": "container-infra", "id": "114bf82ae3a146e198304bb8c3052603", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5b2a215741a74456981ff76d0eb292ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8d85f54524ae44aaa28f702d12d53e7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5a55296a9b5549f58957c9ec90708e4a", "region_id": "RegionOne"}], "type": "search", "id": "68c5444696504cc7bc30621311343753", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "cecf6aa6bbdf4029a13e6b8ba637a191", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4899064a0a8d43b88e5cb969394023dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ff40741aaab64fc09daad5d4b688ef43", "region_id": "RegionOne"}], "type": "dns", "id": "3a648ec7cbf24815a5ab83cde812b0cc", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "710197ceac9b49dca85b43e1bdd2b34e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7bd14719757d4892b2b6e10df0ab0e90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9b15c96642274fdb866c569e9e32fc92", "region_id": "RegionOne"}], "type": "workflow", "id": "8a7bf8b4fb734e33b7266038d59c0d95", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0246aa6a8a0b4a4f9f69f271336b393d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1617afc07c22414d8f7369db3152d320", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3de99cf1f90e4577ae9fae1a723d02b7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ab67055e05c14d708a9e2334b868181f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8b0b6e685d3d4c8e9f27f9fb06494a3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "15fbe538157841108a3ef1f289b26058", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c6e645692bfc42449e69087555bfab6c", "region_id": "RegionOne"}], "type": "rating", "id": "301edb819ed347a68ddbb129be91d6c4", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "327b180e5420413396669bcb4d0ceae7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2715137616cb43649d1d1577b3594c91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "21191d42b8d549278b88bb2cf83fc60e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "dc386b657a644b729b68a2e97021bb64", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "24faaec8f807473cadec5ea2a7f620c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b9bc8c96a8974cbda04f30b4ee286f1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9086913e65b24397a1d3784d03d3ecf4", "region_id": "RegionOne"}], "type": "policy", "id": "cef99753f81b4b1e9accb5babd1edb90", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ea1c87a5c5f143f38d4971814f3d3070", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5fb563a6c0414a308106f76b522a08ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "76156d727dbe4027b81be8601291dfc8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "71e8e2ff90454512adbbfd8800975bc8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "02547a8cd0d445ad80deca7e56e9b607", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "56f224db1575469d9bc4641026f929e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c1cdd3a172a84e2384521cfd10056e16", "region_id": "RegionOne"}], "type": "sharev2", "id": "f8d1076d25f34818b4582d1a6a3d3938", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1db9ee31457e43b0a0346764db4be64b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "766f5c3bb5c64986aad2a001d0f5ab16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9f27b52edb364207aee402690aed30b2", "region_id": "RegionOne"}], "type": "share", "id": "c025b026a0b74fa296bfbb886cd80b45", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f67269ac8fe64100b1e1020b5a824137", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "134568d0ee334596b279fc048730088c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0a7cc6bb343a45e7bdb1cdf2088588c5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "273a1118c0344fd0a969b44e4dea9fc1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "156433948be54a2291d4d4ea76459a7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "016f75052a424bae946194dc6e44d831", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4ade0192edf4241b3780b7c267d1404", "region_id": "RegionOne"}], "type": "orchestration", "id": "1493533b7b384715acfe565f8ba67eab", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0dcf2bddf0eb493a8e5913d1f437063d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac3dd220558746c7ac92b38249775627", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb8796c166eb4288a1169a95f39d8212", "region_id": "RegionOne"}], "type": "block-storage", "id": "05b7b8db26b846dc9a738b26c8fee13d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "581a0e0c78004dedae38decc356b600c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e7b2485620d467aac93cde5e65085a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b8a780d964545e098bd8bdebfbcb565", "region_id": "RegionOne"}], "type": "volumev3", "id": "f72fb66c74b044a8ab37694aa535cc28", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2c84de154f3449ca01c53a24fa3cc80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40645cd3a5894d65a003ae839645724b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "625deca5997748c59a75add7131ac0de", "region_id": "RegionOne"}], "type": "volumev2", "id": "5989234d547c4b7bbe83969bd122073c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b40429c05b849588869d8c29a2e10d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab6868c629cd4e2d80ec424f039b2741", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3174eb0c2da45828f57d7a2ca7a60cb", "region_id": "RegionOne"}], "type": "volume", "id": "492697f514734bbba6c4bff3843d02d4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "026c46e5593a4a69901ef53bc0c7c317", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3854e9144384424d80a23a0e85fa4413", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e15ef84ea60d4b82b4af230f9ac69566", "region_id": "RegionOne"}], "type": "block-store", "id": "06180a8495a640a2a5f08169f0a8902f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "657f0c46758c4feab9e37fc7c9b1c540", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f80214c0d13f4daa91056a3c1be518b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b472896836b3421a99df83254dcde13d", "region_id": "RegionOne"}], "type": "alarm", "id": "768111f95802432781b4db9d4b81dd03", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6e7c8075d32546618d297f9af8152007", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "04030fa2726942c5a60caf865ff055bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ad30c72ce0e641469009018f6c47bb41", "region_id": "RegionOne"}], "type": "alarming", "id": "90e0be69a7e346bc80ae2fccc02ce6e2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1e9aca3ca5c94ba2b394d5b2d9db02ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c58b98d98b644c1587b71f72d51c839e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b077ff8d0047488abf68ca732f753faf", "region_id": "RegionOne"}], "type": "meter", "id": "7526a1dda9bc4ddeb96ceee63e56fa83", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e1865c3d68584db88d42bef95a2a8314", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "230e6c7d3b5b414291a112c715a2b8dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "131d50fe9e8a4495a85010cdfd2a43a6", "region_id": "RegionOne"}], "type": "metering", "id": "ff60f4fcb2ee4ce7bf144bcd156c74e6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6811e079fbf34124b826118313a14116", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e20eb1931f95492cb0ec7fc1fe90591e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "79eb049a4f7e4de7acb3fa20c63cf47f", "region_id": "RegionOne"}], "type": "telemetry", "id": "89be47163433405489a2a2a96e2c294d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "280bbb00e9f34cad94d7a0ed4a7dab15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "82c7a48a58bf48c69bb21149f3145d1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "41dcf76dc5c7462490ae65b891c4f394", "region_id": "RegionOne"}], "type": "event", "id": "ede5eea430d74ea68e715c9619fb2f43", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "442abe90ed2b4386974597b10b948f6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "243d4463ed2f47ff999d707d9aa0b234", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "571f20248e6f4d938753bb8ed6f640e5", "region_id": "RegionOne"}], "type": "events", "id": "ba59ba2cc012491997297266e3beb579", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d65d3ce2ad344a9c9d054f534ca75644", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5db3a733bb024f2087bc25266a973edc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "74a7885c481d4ed38742ba376f165839", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ed020739d0df4f26964a443fe0eccb4c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d70b18e1bc1b4a61a7bf5c72bb66df07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "57106b0d8bfd43d89002d3c3fb3483ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "87f1dcd332b84a0ca61e5f36b4d8d4df", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8ad7a51bcb6f4541930c41fb8aa28d80", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c5ede4249e244d1ca2e8c594e39ec30e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "72d4e56077634325b1929346f5baa7ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8ef7a7f93f834e42bf7fcb1073a4485b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "0c6a8d5dd3c94fe19073b2820b10695a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5ff8a0b96c094ce1b4d0430cd0d5c09f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e9c9d9fb865449f6bc791a6defddcefd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c1c93fe5242c4a498a21e14be36a94bd", "region_id": "RegionOne"}], "type": "tricircle", "id": "09888ebfd43949b2b0aeaf2995ef8a62", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1cc88d9efafa4a7f8cd56b509932f9fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b548af31b3a04070b1e023684ffe15c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "075ff4095377420ca12e3511fe326119", "region_id": "RegionOne"}], "type": "database", "id": "d86774c83f8b41948f17401e58a086a6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "524f3cbe81a842a7b7cc4d92369805a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "412f035df9ce47e696ad8443e21645ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "18975ad4aeb9444a9b31f80c0ce73b03", "region_id": "RegionOne"}], "type": "application-container", "id": "843f42a64556402fa7ebe54769e75902", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "94860294d59748ceace83378447e0587", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f8174989285c46bca8a2229f24e5c4e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a06a3a3ffb5442ddbdd8c62998ba3a97", "region_id": "RegionOne"}], "type": "container", "id": "be79c4df1fce40fb9236d53f1cd15081", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "16d704edbabd4c9180a5c21016058f54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0d78734fa0bc4ff1923d6e6d06fbec73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1ed2e8f8df8f4eef89006c05fc24d706", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "08297a629c1441e488ccb2da400ccdd0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "01a7c57e44bb40b3883d07a18cff9de6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e88bcf0733df481896767b6d8b03be0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1552be334eb34b91980f063aac11f9ea", "region_id": "RegionOne"}], "type": "rca", "id": "86d8e9ba94e04462b05a285d5f0435d7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4adaf435496e479497961b62020f2b30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "df41b50c26944d41b01f15b567c1a42a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "78ae6709f6fa4129b11cc0fffcf7db29", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5712202806a940cebb41e1ba0e86e788", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "8dfd1ca8f1be4528923d6572eff4875e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "8aa9c3ba65074e12b2dd680bed515560", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d396380fc1bd4aee99cd0c15b99f2d2e", "region_id": "RegionOne"}], "type": "network", "id": "964907a5da69417395efb5631a86e931", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e71eb27b63e44d63b19cf47e41cb7588", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0d5cd514bec143ec9267093a55086cd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7f0b33eecdab43ed93ed1a74c9e5bb5d", "region_id": "RegionOne"}], "type": "backup", "id": "16899909b8fa49289228a5e8e9548838", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "77040460222a40be927e279f5fbba2d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0914c42eede14319a324078d0ae78670", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3922482293c548afaa68e02bde2ab2dd", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "3ed1fb10287b427ba59e29f9addfa0c7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c5b5db5ac35b4ed08f4eb4682c079ecf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f4890863be9a46e1ab650d20104cde14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4704aec35d524c78a43641b47996077f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "7523be22ba294c0f974ae878e9abba96", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d4d8c226c8604785bf2f95a1e933a46c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c0172915ecdd4a94b7aa679fb47a1aff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1c367de94e3d409dbc821099fbf4e575", "region_id": "RegionOne"}], "type": "monitoring", "id": "918d7f35836245c3aeec4574c24ffc03", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b71c48567fd74b2982f2c173b22e9fd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f20819651c9c4002bf774994997ce1df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "19ba4ffe31b143a9bd0db3152103d39a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e22087e24a1445bbb8541a03aa72e99e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "751ba8a6af1c44ef85ec02c0f5308f39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f988198fa29c4a3f956dda0994dc8258", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "352c39a0d09347e6b4bf84646c943107", "region_id": "RegionOne"}], "type": "placement", "id": "93413ba5e4334094aa62090e67658c64", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3656b31701d1401db7148fc33515efa4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cbc042e7868941a8abdd15062805f408", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b7d388bb60794badb3b114d26ba384ee", "region_id": "RegionOne"}], "type": "instance-ha", "id": "79238bb729714c428c0313c1a802f4e1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "63d6c90aaa2c4bbeb94267ec99673fcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "474f82e4dfcb462f83d67f18132fb082", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c53cbd0951604e90a1a6465a1c12565b", "region_id": "RegionOne"}], "type": "ha", "id": "d1e97461f75d4358baf906772f2cc07e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "79ddf34af01442c2a9348ee29f55d499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b49a2761261d4eb1bd703ccc470d2d2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b4cdfc564073421cbcc94995a9dbd9b6", "region_id": "RegionOne"}], "type": "reservation", "id": "5840019a67424f5eb0fa9184b22be301", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2a18d7906395409c9840d6320e8e6a1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b15a9a9e8ba8410eac482e5d93048245", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "ac67eea514284bfcb8ec290068b1f3e1", "region_id": "RegionOne"}], "type": "function-engine", "id": "fab10491e7f144219be4c4448fa8e6d9", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2896538f9358464e8d0f62eb041f5778", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c2bc11c948e640a6b545c9055f075ea3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f5985a556c464165a88019512b0a24a4", "region_id": "RegionOne"}], "type": "accelerator", "id": "015edfb02d0844548467c16de209d4b6", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0f8e20eb88c54684953ed672a089b54e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "96f5cb98e5c846b5b76190e552939694", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f1b9d16e78fd418e8d1f019d038ca39c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "08585b0f47154cd6ab88402519f3c473", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6d1250048fde437394df6a8c2f4e1805", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c6a0bb53b5814f3e80842de023812d27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1d6fa4745f6e4ec49b5d639b5e0b7dd0", "region_id": "RegionOne"}], "type": "registration", "id": "653300dcde694467bb3059814f12c91e", "name": "adjutant"}], "user": {"domain": {"id": "aacaa80995984ea4a782131343d0403b", "name": "bdb15e72ad2944f98e3a3025ac4a44b0"}, "id": "b1f9801df7c746c19af81cafe67e63de", "name": "909e7d965ad34ff9af3c484caef0916e"}, "audit_ids": ["9bc90774546048439cfbf5f416f21c8e", null], "issued_at": "2019-09-19T09:04:45.499063"}} 2019-09-19 09:06:45,676 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,682 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,686 keystoneauth.session RESP BODY: {"stacks": [{"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}, {"description": null, "parent": null, "tags": null, "stack_name": "name-6", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-5", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}]} {31} openstack.tests.unit.key_manager.v1.test_secret.TestSecret.test_get_no_payload [0.067503s] ... ok {24} openstack.tests.unit.identity.v3.test_project.TestUserProject.test_basic [0.067829s] ... ok {23} openstack.tests.unit.compute.v2.test_metadata.TestMetadata.test_set_metadata [0.067421s] ... ok {27} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_account_metadata_get [0.203188s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,666 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,674 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,680 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,688 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,705 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.594864+00:00", "project": {"domain": {"id": "543b60ec6fc04a16bc79015834d88fe6", "name": "6c2f3883a93b435ebec5e03fb9160afa"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ad15746d5044471cad9422e31e524f8c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "59ac07e83a2742fea311ca0a4b2a4f18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4c6b0a4ce98f4f4492ecf44215c27487", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8609d8d416054adca347698a91633390", "region_id": "RegionOne"}], "type": "identity", "id": "3d008489d4a341dcb67498dcf170d4da", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8960753d55944f4694c801e0d9db563e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "54a4db5999f94beeb0daad087f8c5640", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ebb36304136f4095a2646d72a8de9b7b", "region_id": "RegionOne"}], "type": "compute", "id": "029d667a07384759a25c944ac132b08d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "3f93f2e9287649e6b221157e475baddc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0bd6e75bd27f446d9ce83f51b87734b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6710842f1fe5485893d6e22e481b6449", "region_id": "RegionOne"}], "type": "image", "id": "4c809fa292c1403fbe38f6c780573b5f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7b8dc68292d14d16aad3d72cbf4a10d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "42eaa54080ac4cd6befb1c894a7ffa53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2be2db0ed9ca4da39072facfba841fd2", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ffbd74c358124c7d9e22ad9e4b361e3f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c34c4f9c77644555a8abf1be5c03e9c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1a0a1dd9dcb4063af4b32f53f08a95a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bad86a00a9fe444cb0ab192d46a71f28", "region_id": "RegionOne"}], "type": "object-store", "id": "0210598124c944fb8647cb510bdc6d30", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e74676772d0b4707b854a03cb254ac80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d7228275bba04b419be45c12dd274713", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e49c1fe28cb245d2bcc9eb4d9d672b17", "region_id": "RegionOne"}], "type": "clustering", "id": "578fae1e61e24ffc9400c49d8aafbd10", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6a16e5bb0b2a49ab84b4208085697d4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "96bbb5360d8a409cbb631e1822ac785c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1831c0566b4d4ddabfb016dbfb6acfe1", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "0c5fc9fb26994164844ff648ca91f377", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0118731f102e4c219b442d4810aefea4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bbb9a815819347eeb559af1ffb23337d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "87e2774e31df4af2bb4eca130b34dfe0", "region_id": "RegionOne"}], "type": "cluster", "id": "39e89d093b924e2b97826b21065a8544", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1d3e22cb9605440fa9e3be5b5b3ca220", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2d9e5a1052d7454f82512219e0c90826", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c7f9e4f9f39148bf91695e4f38f182da", "region_id": "RegionOne"}], "type": "data-processing", "id": "93bdd1fb1b9448d7bf931b6f635893ab", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c4ca3c5868824e29905489a6e4febc47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "74d627a80abc421e8239ba73f36f8d6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "815669d1bb474bd2b24371638250cdf9", "region_id": "RegionOne"}], "type": "baremetal", "id": "2aa26f2f083d41cf8a0f3e6eb1863509", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "54e9ddb8fe884ee4a6f127feaa37eab4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "649ae82e7ba24eaa95e63dfafe8421b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "536636c9b36e4519ab59ed4a39c2834b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c532dbc4bbd84506883079615b50dbf9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c34afca2961d4787a66706d15c0c77a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "84ea9bd4ee79449d96c487bb6f1e410e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e3329bae77984f828a3feacbfd7ec0c3", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "51331450c3504c6ea3874965a35b8563", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "61787d0e49d8497d8047e4a276c3d871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f333a7d0d75c44ef9dd2ae6435d9a2eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "454b80b9279046d0859b564ec1d83922", "region_id": "RegionOne"}], "type": "key-manager", "id": "380c0786da9944c5abff4543344c0ad6", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1779874a87e14aa4b37a77f4aa56d0d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bc56d518cc424621911be6994dbd36cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e89094605f34485d93aadcc72b8eff63", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c9ab39ca5ade495c8e860dea8ab990bf", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5aa91bcd067642fab7fd27f00c623f06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "55343b25d6234135977b26b8a9665be0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "57ac3caa14c441d3ac544a7bb0f471d4", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f8ab8b7d71cb4af48c6dd48a241e8922", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "21db323caccc43c3b8cb912ee3d1ad7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9f70ee37badc401b8e50cce813e170ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5c9ea01ff14145669577b0889bdc5e3d", "region_id": "RegionOne"}], "type": "message", "id": "8ea02767c5d34fe586656fa073a6fcf8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "229397183ca143209c5c41428409eb44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ab301390f0ee4b19bd23836b37153df0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "217fc653e84e466ea4f53e61b865f9a4", "region_id": "RegionOne"}], "type": "messaging", "id": "e851e2df90644e74bca5bdb185993f6d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f1ed316a145542bb804882e6233009a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cfcfcc89750548f993e4b36c11152a8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3f1c174f7c41460e91468987a2273b14", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c357f915f66d457a9fcd69f461691182", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "899bf6d9d00b48beae27ee5a0fad2a44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6d08e110586945b8862dcecc8f47f924", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "994e5b90285b483586c74eeeff690772", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e15907b5c5814d7b8bddb51ad191c5bb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4d69c61a06074f78b28b507dbd7da8b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fb973848d1a9479b8e5841d7575b3c0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b7cf3cb1844849fead3f2e9d2bb6cbb1", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a17bf0ec26dc43e9a520bafeebae590d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "28e52d2c7f6a49db892cfc350ecd7305", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3ad2b7982a28425fa0967ff1534a69ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ad9635fedc242d3a607deebc4e85013", "region_id": "RegionOne"}], "type": "container-infra", "id": "1d6369b464db4ab898e6c7df31472f29", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "3fc6718134b540dcac4fc2805fa0411b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ac16ab7d816c45a49ece90d2950926fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6ed8cf952fca456093250a7d04f148bf", "region_id": "RegionOne"}], "type": "search", "id": "ac50c489cc0342ac9dd5cfadf3fc67b3", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4c30a14456214e989aa5736d1a6b133e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "596e72dcd8954d359cb53b396eaf48e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1055048cc4fa4bb2835a69e16c4f4bcb", "region_id": "RegionOne"}], "type": "dns", "id": "b60cf6244d33497b8d3c80c82bdf5d4a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fba100ebdd1c4e8d8d2b2f31f67eb66f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "27a2435a5cb647a1b3f07bafa4be7edd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d191e0f3cc3845eaae9ffe41a1c8364e", "region_id": "RegionOne"}], "type": "workflow", "id": "0c60364f7ed7415695290e118f1ec044", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8300a62636944f439060a2d0222c986d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7873c6edc1d3464fb991e7358a53d291", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0ffee03194f24f4eb3eaaaa3300cf0d6", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8dcd5268a14c4055a4fd9f05fe103fab", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "61936da7add74e82843a8c30184f16b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "34166e71476647f8a1d45a0911b695b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "14bfc5042d28418aa71c9e13d6e2fb10", "region_id": "RegionOne"}], "type": "rating", "id": "7cefa6563fa049ff95a9209ae175719d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e71e308ea84142f99ecfa3368e12f3ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "79fd6b8f0d78475a98f42128bd071288", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7e918700772745e6ac93cb0efbdaebb4", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d185e57b352f4f9f8394225f1ee6acfc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "520320b040d6457e980ec318689e43cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "366a0ebbb1b84115987337165e37c16a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "12449a5e84b44d079c50af14065d9503", "region_id": "RegionOne"}], "type": "policy", "id": "d8e68c7d70d94819ae874dc84874cc9e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8f3bf91e54fe49e8913f71db61ac8846", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "35ec89fd62674c658f228608ffe52f20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a60f8e41343448289af7d103d0aed1c1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c67d7057c96e4a4191a08fa9b3374847", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b0036529b60a4e4b8e9c0f8826871e14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8f208c8f0b8f4e89850bd0f4e282af5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "339322d394b144c6a0d6e36d325e8389", "region_id": "RegionOne"}], "type": "sharev2", "id": "9847fbe9cfd646cc8389d0067f33fc44", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "62351d369781414588f3bbc0ea326e6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "02d1d99aaafe42d1b5373b78693ec9b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b79909911a5344e690a5ef38a1361f2d", "region_id": "RegionOne"}], "type": "share", "id": "9847db5e688844118296d2a66a0806ec", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "371372c980734a18b178bbab40921002", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "15bf6f6eb50b4ed2b42d6379d5b29596", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1fb07ab09b57489dabbc84f36a355794", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f3f56f6bfbe247d5849a16e7eeb638e4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d0bf4d263e945e5b1311c01969570ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2bfc972580274e52a3773a33151243ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e21d63ea38b4f75969a6ee266649c25", "region_id": "RegionOne"}], "type": "orchestration", "id": "f6e48db9e5f74f2ba2ace955f7b31d30", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08a8ec05bc974e69b8041afebbf3a4d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06affedcb6e84e538150c0d20a033b4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a9071f1202645e6b93c04524d33f41c", "region_id": "RegionOne"}], "type": "block-storage", "id": "03cb2e64a29647ce84a834af8395281a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "140951964dbe46f3a96168cfa768e347", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fb85786ce084bac97104c22a908d38f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18d5b3b4890146f2bc956ee15aa2195d", "region_id": "RegionOne"}], "type": "volumev3", "id": "02d9d93f8945415194f0c7edbe120a6a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "382e8f2648fa47e08d66235bd5051c49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0e8e7dee72148e5b66e8cec34fa21ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "edca4b6ce8034ed2b5ab918d840c8713", "region_id": "RegionOne"}], "type": "volumev2", "id": "c1daddc6e2b94739bf34e1e495397327", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e618787a6cb24782b5406c786a44537c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e37c89a259584cc092bf9403574444cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cbd633e5d974dbd9bfaca4c1e290911", "region_id": "RegionOne"}], "type": "volume", "id": "682ab6d7d2a2429f99da5effb5f12b6a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5625faed285a46f291f643694557c741", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10cb7330c3ff43c5bc1bad84b23a44f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2965cf18694b474fb43e10159d56f6d4", "region_id": "RegionOne"}], "type": "block-store", "id": "e8a1d2ecde254f7994c3aa3abaff6d47", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f99d1ea96f0a40f9ba3902753b6689d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "745f35db7bae4461b8fcb59a153deedb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f428dfd586ab4a9298d2db6959b5e7ec", "region_id": "RegionOne"}], "type": "alarm", "id": "163defeb8f5f46b6ab80858ecb253f69", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2e6624a5505c4517891f7b4e57c44cbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0805ff8e6d52495faaf595f1fb32bf78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fd30755a327f4c3aa8b05a5b405f3ddb", "region_id": "RegionOne"}], "type": "alarming", "id": "212897cf3b90464c8b78da4c638187c3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "33499c6c0c6d472cb70c36302cad698c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cdb23fb4084e4662ab93d01a796c07f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "33dec26d08054504a2d2cbcdcda06466", "region_id": "RegionOne"}], "type": "meter", "id": "b8045a9d202e475cbff40a6e2aa9bcd9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dd0b5e20558c4d1693bd8a16f4501be8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8af09d755bb5499db5bef149c1241826", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0b848e37fb184dc68811dcd9507af89f", "region_id": "RegionOne"}], "type": "metering", "id": "e17999c953e9483c939fe0b6c203159a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a1b7ad30841149dda57bf47b1261707b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f9ca9662df9d4d36b349d0cc16f7cd2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0763d83e56534c1e8d85a7377529e64a", "region_id": "RegionOne"}], "type": "telemetry", "id": "9271bd2fb1844d0ca86f7b7341606f98", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ca02ae68cef64f0db24c458bd01dcab0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a33027bc3a084f0cab7911f48283a5ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "19e2ef5ab2c0408b9c1955782e63f312", "region_id": "RegionOne"}], "type": "event", "id": "d144fe885576464e89ea9b7f6c90ce70", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0e875f345c854e86bbf3aecd2df17521", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "749b8e65b4064ee893b5eee860aeb4be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5cad6a5b06054ca3a1e5b8e6985a778e", "region_id": "RegionOne"}], "type": "events", "id": "19ef944804e24cb8bc8847d52279d043", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c394a1fee2c747a1a35ba9167fdb8d29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3252e91adfc1426c8f0ff0a936beca9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6118870682244e02992755b70cece1cf", "region_id": "RegionOne"}], "type": "application-deployment", "id": "6700f7a8c4fc41fe88e15e0c61f6df2a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ab018ad13efe44efb56762f02a2ac8e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a178e21bf25540db9270fc8cdcb8fc7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "238706c4812f4a1880340c5c97503df4", "region_id": "RegionOne"}], "type": "application_deployment", "id": "316bf20fe6a3439fa9ffb59850088054", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cff918990d19488d9ddb4d80b8a21008", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bc9a46529fe0442fba3ecb286d4467db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d0e80e78b0294cf6928609d47c0c176b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "9a43fea685c84d409b360b94d90ed6a3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7698014e71f94bdbbc789247c4ccfc73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3e121b3f56254e86b3e007504433c0de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6778f6f7bf924f9bafa769d88a05495c", "region_id": "RegionOne"}], "type": "tricircle", "id": "eea544b9dfa343b5a3394ecaf77601ce", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "14b72c14ebd341579afe1f09faa78b58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "4e6f58abc6c24fac80ab65584fa311b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "be6ee7d76a2741d5aac739f63f8b5ef6", "region_id": "RegionOne"}], "type": "database", "id": "0eb5f4190c5d4ee7aa4e1252db0793de", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "aea461c1af9f4ef6bf9fde5d1b903369", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7387e650377048fab91881b4b639265e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ea6cd050274848a492fc61e591e190a2", "region_id": "RegionOne"}], "type": "application-container", "id": "dedec454fa064073b8ef30f87f39058c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3ea5422eb18945a5bf2acb891f360eac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2ab1b54b55604dcfa7195955f70c8533", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "91c247c9d1e64182bb421a5ff3ce60d7", "region_id": "RegionOne"}], "type": "container", "id": "b21e73886f11439e9d5230c46051606e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "403f5568a6d94ee08cec82b2dc7260af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "21fea0e443f24c00bd7daffe6d6c469c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "43c7e348454a473c89f6f57ee43c1470", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d5d66f7db5e946b3a1f6193681c3a0e7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d5a34fef35a947168695f4a8e6ac9485", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2c663b0400214cc28c8adcd1aa6ff7c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "40411463b8e640e4b3e4ce93b7cc40f0", "region_id": "RegionOne"}], "type": "rca", "id": "a007a905f14147b9ad9cb5a88d32bee7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "24521abe04a14fbe875fda1d32a3f6a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9ae8de6989d74eeda8a9ca1952adb863", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9ba9092cfa504f9fad6115bb732748d1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4ea16661587746949956a5cc44f69d23", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "831653b021444e72a2dd3112fa2c6a0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5d0a29c4eb5d47509865e5cffa1b76a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ec197673c6dd4f259dd93f1176503c95", "region_id": "RegionOne"}], "type": "network", "id": "8204a781a9184b7b9cc068285b8367c5", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a4a49f6074664ec583908fb3afb78a08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e7ecaad41d344a988b8cef118c773dea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "fe4599b74d094e7c914704fa25366154", "region_id": "RegionOne"}], "type": "backup", "id": "a7b665c6030249aca76ee94dd523ac22", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a1cce3774fba48ec903dce355e595b52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2f2d43c7080642d9a8ba01189944da8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6bc3ccb97e8944c98b147456e1988ea8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4c15d4c4c2a34e74aa8e7375f49ef452", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fb8a00b014b540ef9705736fce9dedd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8fce30eaee124cc3ab22d10f8d842952", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c4c7a2c04fce41a9906f86e0fa9956fc", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "4e53de643f5b4ca88f8b33bd003ee74b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b60bf87d5beb4bf3a1b6c00624f6ffb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4aa49c60f81549c2b09d2522aacbea0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ca806da70fd9469ca9ab4112c783d930", "region_id": "RegionOne"}], "type": "monitoring", "id": "9acd4e6e45fe4d54afc8fc9ce303ab4e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d69261bddcf14d349619b8e2192198a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5e245249cdd34d8ba50c5ed26ab3602f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ac8ecb07777d44b59c542886a57bfaab", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "0331604c5b70413ab6dfc63619b30fd1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6c3186f27fef4f18ba407c8dba4cf829", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8790c9df5cdc4481a8cff8deae4e2b91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7316aa5cce8f46a5a94dea07fde90dd8", "region_id": "RegionOne"}], "type": "placement", "id": "4b84fc13a0c94db1bf2a3806ef4dc3d9", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e6845b8f900c4e398bcc3f03adda639f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b6a3b279d21c41d18e969ccbbd659498", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7a57881f2e324f428530c42282c3536c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e5dea82c0f734ec4a6efd27d5a0f2c16", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b3272d580e0243f1843460a8406feea2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "57589612a1b849a1810e34d04c438a8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "60b2d09f10054d35af7576e3ca7d6e69", "region_id": "RegionOne"}], "type": "ha", "id": "2b69901a66434649890a9f9b95023025", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8351e23d8b1e4a5583f9580ed1b30ed6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ecf09146355c4b05a0bd043d8feb3b33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8423f737ceba41cea0652cdae13e2d7a", "region_id": "RegionOne"}], "type": "reservation", "id": "84dd5ed2c99e4bde9043811d6e227edc", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "25aa0e3ea6a5495ab4f49a50a5e975a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b20a02a39bca4fa38f7f77369705781e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1d3e54327a6c46bead72f942374c19d6", "region_id": "RegionOne"}], "type": "function-engine", "id": "b4cede7927754aa0a5cb2d108ddfc528", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8f8ae23b500943d691f6d7024798cf64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2573790e317346f0bb355679f9032395", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1ec8eb41430a44c3bc597068e171da22", "region_id": "RegionOne"}], "type": "accelerator", "id": "f9957a9d34f848ed89285adefd2787a5", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "aa7232c1a2ee439793ac9bfe0c257c62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6936814b9c694f369646e4a357adf866", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "85a4e322702147d4b94cc24f897ec855", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a44d9bdd202340cf8e53f2d784f6d947", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d83e0064920148c2b5e2cac09336b018", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7d27a4ec88f54dccb5903422334b5658", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d32da65fb3024ef3a4acf94f2632fe9f", "region_id": "RegionOne"}], "type": "registration", "id": "261d33746c3149b88f57d5061e001088", "name": "adjutant"}], "user": {"domain": {"id": "fb0e8d54163140259b196afb036083bf", "name": "4f944ed8cae14bb9955ea25e94f12fe8"}, "id": "97f81654e6ee4ebb9748deb901353252", "name": "05e85aaa125a4fae969c21d52dc70593"}, "audit_ids": ["c42e3fc8b89a420dadcfe35ba426d3ac", null], "issued_at": "2019-09-19T09:04:45.594864"}} {11} openstack.tests.unit.cloud.test_volume.TestVolume.test_detach_volume_exception [0.182045s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,630 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,635 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,638 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,642 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,655 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.559024+00:00", "project": {"domain": {"id": "b149f9c032734244bac5e523435ab340", "name": "2aca8ee175c042db99b8ab3d44eaac62"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "fe2d117a064b45ada0d79af53092bd28"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "7acc6afb6eb241ad86a89ea033f8a4cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a54171c6d05846b78d3deba11e1d37ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "24a843e8a740425a8e33ea5844bf06f8", "region_id": "RegionOne"}], "type": "identity", "id": "3d0f3e31b8fa417aa330d80a6435c82e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c05b82a6290a46cd9a0d025cb9d731ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7df8d0f055d74373b011d6c180c81fd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b644845fcbc148ed89ba2c7187f6e4cf", "region_id": "RegionOne"}], "type": "compute", "id": "2e3df66a841d4250bc35c55ff01a97fc", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "8de4edac01c843a483780b9320fd4ac1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "69e58c6879cf42ccb419ec7257522c87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ae696fc05b7147de901878183713e280", "region_id": "RegionOne"}], "type": "image", "id": "ec3a4639de1c46aa9014b09cb0a0bb94", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4a559684ea2942e4b6ddec68ef75688c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b63711a4ea3c425e99dbac644bdbfe29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5ae6159f5b7c4deabba5cf14682ffbf5", "region_id": "RegionOne"}], "type": "load-balancer", "id": "577bfab5b4cf4653b4420e874e245635", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6158cb574634c2aaa7973ca8f1bdefe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67eab3a1faff4abd9a6f56cac502c53a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b416dd09b32b4a61a666e7bbb86a3f06", "region_id": "RegionOne"}], "type": "object-store", "id": "5f0bbd386c14471c8d59b5ec581dad1b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "276204535a2c4fb28ba1952ee0698f59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f95ea04c52874a1e89ab2422cf9f27b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d78380dbb24441c697b9c61428a42792", "region_id": "RegionOne"}], "type": "clustering", "id": "3b6f9c21de0c4ccb91c6808753b73e1a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a4ac49ad2bd64fedb04f250a75c00693", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "620d11eb5d2440a794d41af16dbe4b95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1c8126a727b0473e97d8a54d1fd08fa7", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e0881850f198439190ec7eed01bcb483", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "210fac0409d84eb3936cf805e2c0ed9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b8874351ef67490fa07c6086fe5c2901", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "460f96972b834beb89ce9e8295ef9773", "region_id": "RegionOne"}], "type": "cluster", "id": "0a4a9712d7a34f39b01e78f9fb47524a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2515490b7bea4428ae747ce2d1744d48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7f7243f96c1947dc841e634a8c365733", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2fafb15aabc740dc875d87e2b273d846", "region_id": "RegionOne"}], "type": "data-processing", "id": "5438bc76a4924f38b56ce1c72c451e0b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a38528d0494e46d6bbbcd662b1be9112", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1d7bd24025c74b65a3c7b486269b7345", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "acd287b0dd4d4c02a7a1701e6212cf58", "region_id": "RegionOne"}], "type": "baremetal", "id": "88e5cb2d3a3543cea516cd7eee712838", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "29983ca45f1d42ab81def85fadf7ae15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "72a0179a1ffd40d0ba376e56626d2018", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b4808a9bc2a84c1286a7ef03b315c94e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "861fa27bcf1743ecafaaaac670f993a2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2a9b7fd5cf104bb99c87e8c5886cf616", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "18b343867a604124b209f3e7840fe1c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "07fc22e7bdb24d0e84534d6b97215dca", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8bf008ad8c104e278c2862f86c36aace", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7c93d52dfccd413dbdcefb1745d767be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cf9c519b34af40189995f045121e6754", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "dbe9cd3cf39b407f8c1a07fadcf242ef", "region_id": "RegionOne"}], "type": "key-manager", "id": "fa1aef8c43be44adb1c5c685b9f851c2", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bdd7cacd0b5548bcace24b66a9301f5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0b7f2872919c48f7906809b025ec5f13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "319ee268ed8a4b2496ce1d638634f440", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "316d435252554f15b13790b8e358b222", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ab395bed7eda4a2f84502b55aeb287c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3785a82fb7cf4f1a824bfd7665d2218c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a3b41316baf74623997fe072b41ebd43", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a5f5c42f730b455c8bbe624533f99e5a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bfdf074d11aa408bb093a7246aed41d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4ebeb5ba0640423bb7e1c2ad7daa8081", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5a7cbc2a8c0941ec90022203d7261ad7", "region_id": "RegionOne"}], "type": "message", "id": "7cdec129dae44dfa8cafeedbd75b7ab2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6e5d10738110423d82172cfc4281e10d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f0929417a054498b884ea6ad624a62f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d18c1729a6f0401ab7a16f7ca2b2f1bb", "region_id": "RegionOne"}], "type": "messaging", "id": "9e9bb189708740ab982c59a0e0bd3e09", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1229b393ec054055aa1eec1d000c92f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5764942dbf4c4bd5b556f0a352dcf8f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1890791b5c464c2494019eb34dea115f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a8ed27286d9840618adf47c0f6190c8c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "69bb404a4e4940bd92c2029d3bd9e165", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "30a104092f8d425a93850c3f0b9d7243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "27365bbae60f406bb9ab6e802fe2c22e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a20f73bcdd694121b9882e25a3b32a7e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0ea76e92fe52478ea51859722d3565d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d73e5b52c2847689545695d4249b9df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bf5fb45adceb478db720ccf8e6308a6b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "84296baa3701457995a1737e39b18a48", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d6428e982bb4272b420532ae9837da6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d4e6b775ba704f2892ee013e4611f313", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e2417b3607104eec936fc98cfe9c29c5", "region_id": "RegionOne"}], "type": "container-infra", "id": "138d1274ae184af5a8fcf245600e52d0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "85ec40422844498198362195f38f9171", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5ae2d2e6021d4b3485a99910e4798685", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c4fb2398021843cab485351afb2cb5d5", "region_id": "RegionOne"}], "type": "search", "id": "3749c18f8f294aa0bfcc581b7bffcc30", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "400ae35aa1ce4ac9ac57529a3f09b128", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1e2673ae0334438184a66151e77609b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "af10ae2a19db4b3098fc0efb6aa5cb32", "region_id": "RegionOne"}], "type": "dns", "id": "a54665995dd74268a7443f0e999cd355", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cd8ea397b37b41939eef3e5a76d98b87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e60be5b44daf4d0d833d46c85e5363ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fe4992347e5c4d5c87f95c99805afdea", "region_id": "RegionOne"}], "type": "workflow", "id": "d795825eca7c47769b9cace85d47c45e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b520ec09796b4ab5a5b478e906c682f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6f0ae54d63f94d80a9f831155a1762d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e8a63ec905bb46acbb7ee390770fc70a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "93ce03b253fb435d9510a2ef17c7a7d1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f8f6bde3ba864f119706eec16543f729", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "db985e11e0cf44b69694a61ddfc37b81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f9e68406d3c84474b9f22f8e264c08f4", "region_id": "RegionOne"}], "type": "rating", "id": "beb4c1c332d84f31980114d97507c237", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5f76ee9cc0434ca1b69aab51d9587f52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5779d9e6530b4b64b4dd66395d296210", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1a66670c5cc0482f9efc71b17e1a8c14", "region_id": "RegionOne"}], "type": "operator-policy", "id": "66965f7834484455b995baf0bf6cb6dc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b0d6babe55ba44cbbf51f16315518c44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f01816e527c449fa9736c77ab04a1bbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d332254bc67243a4a31bb80492cd9587", "region_id": "RegionOne"}], "type": "policy", "id": "b3a0f7c26f1a47588c9f1831fe93bda1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6f923ba53a484409946b0d09ecd1032e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4ddf0d2f207941a1906d199385feac0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d7beb5687fa24e549811d1cbc3c795ab", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "57ea403dd2c04f7db07cc124cffb3ebb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cc1566d0f07246ae8a3df23ab1d5ac28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "139775b6f8a34cb38ebecac4edb02329", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dba88cd49ef843ffb3b3825d0959091f", "region_id": "RegionOne"}], "type": "sharev2", "id": "b0569b3a9985465a862aa7751a1b12b9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "854139b9774e4002a8bd1363bca9d2a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e99c7fe841fd468b9c71d0ecf97512e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "758c6214f7554794be21ca747f628edd", "region_id": "RegionOne"}], "type": "share", "id": "a0bdedb0ee8a4a0fa708dabcc6469c5f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ed0741d14d594241a689ffaa3348e553", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "db8dd1a4a8bd42e5977e31c66eec3996", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "fd2c24e9d77b476bb2434693c706a40e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9fec8bfd38cb4a34ab4165c80ce93e14", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a851ae95f9249c9892bcc4cf76e3343", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "910dfa1dd370456c90fb35bf56842b0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b792f6e1846b4bce8adc215e191a331d", "region_id": "RegionOne"}], "type": "orchestration", "id": "f72c2e2647774c27a2cf87031f0496b0", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f67f9542eef3496698a0da4606d1124e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65e2d0f171f9465db37cd014cc9290f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb8a98c4bdf148dabd74ce1990447515", "region_id": "RegionOne"}], "type": "block-storage", "id": "c896839223e447f997804db8d71b21c6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "703959f1caaa4e098a5a51cb21725408", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e19fd59b8fe4e0ab10dc7626aa6e124", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4449684c20a34eb6a4ad245db972a6ac", "region_id": "RegionOne"}], "type": "volumev3", "id": "1bd0a2f382b14b5b876bf898ef5b6efc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cab1faae5f3c42d28ca35acbb4dc7488", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0689774bb3524119b597b22ba0673c7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f7c78ce59db42399710ecafd8bc5c5b", "region_id": "RegionOne"}], "type": "volumev2", "id": "bc3c9f9a860e47d69550b7e07464fc2c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c3efab3112541fcb7db1234aae9adac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "688b10f45843480d90378a85b5a892fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d46cf1a572ad4de3910d4104920b7f0e", "region_id": "RegionOne"}], "type": "volume", "id": "c7fa68aee0e746c081c914dffd81e0cd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59a0cd11a4454e8d9a534ee01e381fff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91e7461c66314697afc8b6dd1ee3c310", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf05e3beca094df7a74584e74e31dedf", "region_id": "RegionOne"}], "type": "block-store", "id": "3af13e07d93b4543920e3f6a5705ea93", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1f7eb0e7fb3d4575ae836343fc85e2a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ab837c063d404dbf848ddd5e7ea24c3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f102949a6e974416888d6de356eb4544", "region_id": "RegionOne"}], "type": "alarm", "id": "06b24915799b4fa7b433d46ba33a3a84", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "91ddd6477b644be998fd2b30fa5b03b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "91c3eda8698a45668d0eb9d4e28015e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d9b7702da5bb43718301fdf40577b529", "region_id": "RegionOne"}], "type": "alarming", "id": "957feef9ec9b4a719c2061f5061f390f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ff136591ad9e4bc6993eac37b432253e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b9b5d3c15ba34efc92dec21ca2204412", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ac39f1c1d9fd4682992fc7a8781319ec", "region_id": "RegionOne"}], "type": "meter", "id": "d729e45088c04783b9c6ccf623bbafef", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d76413f8a2364812b36294a13b776cc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0fdbbcf1b18344fab8a14528eafe3b92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "13a9c777adfe44de96d8945419b69c84", "region_id": "RegionOne"}], "type": "metering", "id": "300a627df03440e6bdc7f83f23dfde19", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "06e654031c7c40e49d135317b90b9089", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b38aa68974e44f25ae78dc6c60ead0ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "271932fa9d2a4445a2913f3cbf7f445a", "region_id": "RegionOne"}], "type": "telemetry", "id": "c8cab03c98d24571aaf075f114fda8c5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "16d1fca3b55e44d3b0b27b7dd67ab6ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b8134d79273f4c21ade63d2ac024688c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "11e0814500e244808d79c69a950c935c", "region_id": "RegionOne"}], "type": "event", "id": "90c6fadfec3249d29fd2d3a402d95367", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3f77feacfc3c4d9f88e557ca31772c0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "927458b958c34864b4451940066f0d64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "04b20ce57ca849ebb59a0e8a0c79d9c7", "region_id": "RegionOne"}], "type": "events", "id": "e68f70b0ec9b4212996a41dfc78be5d0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9be6fc5a2924461db8071d84363645ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1c96c3028f0840fcaa0de70386486b50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b7b32825af6b471aa0f072461c0a1820", "region_id": "RegionOne"}], "type": "application-deployment", "id": "950af3b4971d4d7eb6ff7d3ec2580b3c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "86ada2d59b5b47fc9c7b779e8c6e2a60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d8ef4e84fe284fff9ac932797d4a393a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fcaee753cf764c33a7f586bf35cdb842", "region_id": "RegionOne"}], "type": "application_deployment", "id": "cc2edea90acf4a4a8c375b279846de77", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b2ea507f08ca42f2830f543118e0e8bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4c888e9398e8414e8597bde3b741e6b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3c2a73fcb7134bbe856042b0e3bdb630", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "43b81d4f54bc454c80b14418061d19e8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b1fa90abaeec4d13a5624e2bd87c8585", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a5d5d66c2ccf4843a1d22d26cdd9eaa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a5eb2187f5254c46aab2606ffaecc464", "region_id": "RegionOne"}], "type": "tricircle", "id": "6402a7ba918b4f078148a9e4817b5408", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9bdf0d85dc04412db4e2d84ea9a57b8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b2a3656aab8740ca9950d60ecf392ab7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d093e20d026b484b87f8e0e5a71964fe", "region_id": "RegionOne"}], "type": "database", "id": "4649a8ae15ad4751bd25e1bf2e11dc6d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e9d08e1a7f86435f8da0fd2d30221cf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8bfd5814bffd4cb083d9749f537d4a93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5ad6ff25a19e4e4ca940b1e37fe1baa9", "region_id": "RegionOne"}], "type": "application-container", "id": "87195d28fa3e4a4cb817b8eb7a12bc1e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b16a7f5a89834d42827891246df170e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "acdbfac90c4b42c0ad6fad6445cf63df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c533f948bdf5492cb88c211329a8476b", "region_id": "RegionOne"}], "type": "container", "id": "79fdd064876f4d6694f386ab1dcf1f68", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "94791f01bd3b475eabb4802af8569ba8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c0b51b78e49f41a58f69e331af7b52f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "45a05c0be0334d97982465b5946e56fc", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "337a74294eb34e79a6fd073a405b9fcd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "83070883b02541ad9c21bb397e6807bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fcb8e91602e249969c7aedbed94aa1d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "91970dd80bf44f89828c75af5ee8fcc3", "region_id": "RegionOne"}], "type": "rca", "id": "e8d755f9c85042398c2e4b5b5b6291ad", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c2702c8b3fe9485d9ee89435387d705c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "159ed98d1afa476fb2c5fcf12ffb7621", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a9afff49f5e44c74a641a3dabd14d174", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3362b90c3e4442c58f6c8bf5935739ee", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6394ecb4d8a4498289d54ca527b2abd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "fd1c822771fc4a3e85751f478192117a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7b26891ce4de4b4a9f55eea990e22548", "region_id": "RegionOne"}], "type": "network", "id": "a74f346ce3624e15a5982177bb06b750", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7de9b913e253429eb710953dfef36bf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "92a250a61bd542908e098ddc01fb7096", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "5c1d68f3802c4e26a7ce4c726c354134", "region_id": "RegionOne"}], "type": "backup", "id": "d09821cd688d4249bcbd45817418dbdf", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fc905d6544c249f8a4be827a2502405a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "04e9570a14aa497c9a37a3540d8f9185", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f7bcdae6a99a408a8f50cb7a8762d970", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b03e0b8177a24ba89aa9de28d47ac9c5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4599b196f6024d8ab6bec908efad8317", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9a3fdc07e34547afaa5b60dc7ce5fafa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d8726678ce5f46cd88d147a2c1bdce23", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ba8188cf412343549b4c43e1256a9507", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8e69ff411e734407841019d584ac17b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c5767a797e5d400e9c446225a66eca6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1b1e7196bfbd4c0997cf85459e3f305a", "region_id": "RegionOne"}], "type": "monitoring", "id": "8fa98e8ea3a34eefb3bbc7a840c15bf0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0fe07315b48d4b55b23c8afe3b829a6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fb4f4cee9cab4fbaa041adde1e503885", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f37ca42d6dc141d3b48a9a9959864241", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "00abe5a6e4584f0d84a838239b4031d3", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "099bc3558b944764a35f21d22f35fc1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b0edc4e7e2f84d30b7ad64ad75cbc19c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c2d79520bb134ef78d058d71a97f90ab", "region_id": "RegionOne"}], "type": "placement", "id": "29bbb28710744250955c82682a852ee0", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cb9c9a711ed54ec9bd25806ad8372ec2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "34429d6b4e894eb5afd9e54684244972", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a24c5e6731734d9c8fc16604303213ac", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7f47bed121514979a5ca73acafff1098", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8004160f3f5d4a6998ddad1e5ad28865", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "800a59dda4234c1881a1be859774a9b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b61a5d40972f4562a285bf15da682bdc", "region_id": "RegionOne"}], "type": "ha", "id": "01460ab329264c9982da25151ef13b51", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b4b81e3184e74dd0b759e8a7c897b4f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "42f70524251e4d57a7721be582e0b4d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3f74157f37a844e895de6a9203dcc70c", "region_id": "RegionOne"}], "type": "reservation", "id": "45d5e69483064295972da60958d2e53c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "53158f0db8374de499e6495b108d649f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "687097a51fc04451a7abf87d9c0b3916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d2e5919e5daa4a20854aa3def4b92f72", "region_id": "RegionOne"}], "type": "function-engine", "id": "d557198fec3448e68f7f458b6fe3a8ac", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bd9d452932b24fb09f46ef23e2d6cb0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "26fbcbb1aa2b4eabb6eecaba69906597", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6c1e01f1ece146b5bf63a72bd5bb1582", "region_id": "RegionOne"}], "type": "accelerator", "id": "ff279fe17e5343d687b857c980d6a633", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "adcbb6b9d0764737a2c443a88c78d5a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4676c64d86ad4d778f7d5abc97191478", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "942bdae402134b64912bf517a01e2242", "region_id": "RegionOne"}], "type": "admin-logic", "id": "17a4db5bb32c42ef923835266fd2c396", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "26417d3174144141b960abe2df48330c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bc6817ce87fe4b0f99e5c473d8e3c4c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4c63fdee95f94a98819ae0a124627ff1", "region_id": "RegionOne"}], "type": "registration", "id": "a92813a0ea0f48a29a6efdf959a48e68", "name": "adjutant"}], "user": {"domain": {"id": "188fe7d847bc40f58967580f4c850243", "name": "d2b728bd1ca641d4b200279b949af94e"}, "id": "d01b4de3309e48908d27b1a7fa8b0b78", "name": "8b3f86bf2fca45b5804952de365489dd"}, "audit_ids": ["69fcd74003ef4094b949392b535719f9", null], "issued_at": "2019-09-19T09:04:45.559024"}} 2019-09-19 09:06:45,730 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/server001/os-volume_attachments/volume001 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,734 keystoneauth.session RESP: [404] content-type: application/json {14} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_node_delete_ignore [0.061474s] ... ok {23} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_iteration [0.106581s] ... ok {6} openstack.tests.unit.identity.v3.test_region.TestRegion.test_make_it [0.067082s] ... ok {18} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_flavor_profile_delete [0.059221s] ... ok {12} openstack.tests.unit.compute.v2.test_metadata.TestMetadata.test_get_all_metadata_Server [0.066469s] ... ok {3} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_members [0.070416s] ... ok {13} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_group_project [0.900624s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,025 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,031 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,034 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,038 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,052 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:44.959698+00:00", "project": {"domain": {"id": "3e1c8d60f64e41e5bb0d5ed77b5105c3", "name": "d5267db541e145aa855f48b2d30f4f42"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f74edd894392454b993b86b8960bba6e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "132ca9787d17418ca933ff7fc6800b9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9d46ccd93b6e45cb986a561f0c487766", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d2b712ea398f46fab4e531a06a599998", "region_id": "RegionOne"}], "type": "identity", "id": "824fbc7466cd4b45af4393379360424b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9a933759cd8e46029102e47d899a87be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2c0c163a83d049699abd1c840cd910f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d6d18bcd935845b586760815ae9fcfe9", "region_id": "RegionOne"}], "type": "compute", "id": "8d4ba413e4c443e0a655e36567d78d1c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "699569e9bc414073b03762651169234a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "77f2f04e5a5048408abba72b2089369c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "65ee71e10a464729b6c26f0eed1fce48", "region_id": "RegionOne"}], "type": "image", "id": "e727585cfc944f0e8c93283722bd7142", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b9127657913c4a848dadeaa8f51e52d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3a218c7de9474707a41f3a1e768b5a72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d18dfcbb33364a399c783d4ecaa556e1", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7edd034949e946de970e0e64b3505850", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03e8a4896eaf49908b7c3b10168eea50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d488962385094574a15b99a9bb53ba2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15222f81959a4e1c902f1385e2f17cf8", "region_id": "RegionOne"}], "type": "object-store", "id": "011ebee1166848008ce6afbe5f6b5b4a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f4e4fff9ca6f4a7e98b658947e3a5912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d31b55f3e0824b0f93c403a04e604984", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "27d8f14bdeba43f6987ca2fe50a1546d", "region_id": "RegionOne"}], "type": "clustering", "id": "40e1f25708ee42929dcc69da990c04fb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a36d9b3cf0bc4daa972860eb47e1d056", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4ac7a892f0864b25967cb3442b63c95e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d95374b118b846bc83c31ce276671657", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8e155a32b57b4f13952b1481b6c97664", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f870bdecf663497591586cdb25033567", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f76b252dcd2c4b219f3488fc1025227e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3e224518ab1d49b1921efda73c0b9f4d", "region_id": "RegionOne"}], "type": "cluster", "id": "f5b82f1d56fd4847bc25e3c672b6320f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a3ec1b41caa3421888c28b51590f6b3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "971bb5d5fab94ad68ccd13941fbd93d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "13fe2bd8d9f24661884910a321b8e083", "region_id": "RegionOne"}], "type": "data-processing", "id": "f1666b2106f44653a6841071be7e90cf", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6a62238060e24b90a1b5455d081d2261", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fa7f68edb434491eb40e29e7e8ea7409", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "daea9308bbd64836b3d86f403f2ab674", "region_id": "RegionOne"}], "type": "baremetal", "id": "e64fb9a2a85d4924b51a130ac63e9b83", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "97e74da3358243dfb10ac81d539f267a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ba9ba29859d44e49b3b249b259022554", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "af28a0e7388d465b9c31ad439e5b8eaa", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ea2dc150f804427bae38900a7ce66611", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c23c3520db7a494b909aede7e71c098e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7b1a8496ddf1464a976c0fdd07b12145", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9cd89cdee8194ef9a7d0b217a5ff77ad", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a6c55a07dd6849978174873c3850000f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5194a86ba4234426bf78bb3079c956b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e7bab55baf08465f9b8bfcd192966ccb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f919f54e095c425a8177532d50e05b4d", "region_id": "RegionOne"}], "type": "key-manager", "id": "6df272deb8564f70a5850dc8a2dcd0dd", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6cdc9cbf139d4594a2781dd657061e49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6f4be3aa31ce4a1e8ce3f6dfae875d85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "06fded69c56145c0adaf3347e343aae3", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ab4abcffa1584a1898c3ffc8021ea7de", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f3cae81171004a0d8c5ce18c7156cd95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1872ea30f9ef45b79caf682b9a3a88da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c9ffe32863474f30abe60764e2fa8445", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c1e0dfa7da5d467a95301502f877f31d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c056ccd9e28a4c20a8060090f8be6df4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "58d4a042df2344e981957aca9e05fa05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5f69537942a149129ec7dc067cd643f9", "region_id": "RegionOne"}], "type": "message", "id": "cb08040a3fb64e339d20f263a380d676", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bcec443b83594a37b191a581633752cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e5fb595e03ff4317a4273e76d7148f24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "202b0737f3714d3dad6c5d0666cd5a52", "region_id": "RegionOne"}], "type": "messaging", "id": "8a9113d8193c4a56b5ac2e219c4ac5f9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fcf0b89390fd460987fc04ba28be6acb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "58acdf32f2ae4af0a00a8d16775ddae6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b1db4e8042da46689b65ba9390c769cc", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2bc61e1dd8a84e78a5645bd19dce6c96", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5bd3c20a84fc425c9dbd121c8948f12d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "385fe65b3f76402d90adac8bec7ff810", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2bab3605420d40ca9fe7bdb4c62f2ff7", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6a020e8ab21b47c29512aafe551b9daa", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "890d808bdbed47db8dad36d54280eb24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "36ce10c0449944a188c901ec2517b67b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "656574d7eabc41cdbec2f87bdea4576f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "70145e25a3ba40129e554b0f495e8ae5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8c416555fa3448008a5cc801492936b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fb36337da986425781ade4dcb734a934", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0693612e794e480295a3f8008e1b8fd4", "region_id": "RegionOne"}], "type": "container-infra", "id": "27fee79f37794562b07bd9fb3bf8adf5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "29ada00320e2410fb0f80fdaa4b5797d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e01a18b6e5bf4b4e93e14275398fc252", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d23bea1a92134fc6b5c556010babeb17", "region_id": "RegionOne"}], "type": "search", "id": "840702f66dd54da8a1ceb755e7018e14", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f50c429339fe4094ab229e2369967a94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "39ac50a81c2c47b088453fee1271f2ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6ce9baf3eda349099f6bba7b8007f887", "region_id": "RegionOne"}], "type": "dns", "id": "bc78b4a127914014b58306b8d965cddd", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3e495d57eacd46e490b82041495da5f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2d19bb5ac47b4b53ae28e784c5b9d4cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f84f1be2d8904e85ae72c5f2f8e782de", "region_id": "RegionOne"}], "type": "workflow", "id": "87eb40a42e9b41f286a001b80916f493", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "49d3f5fcc6814f6493ba0042d55dfa18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d7f8d3d6f18140349d2c259a9d81ed68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b4c4559e335545849bafa317177835df", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7cbdab97b926447ab446b913126cee9d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "e0fdc2e31add4faea928b683d9795b86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b4ea1dfe316e43c3978bf19b07ea631c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ecb9cb2a86c4445d857f9addd6d07d02", "region_id": "RegionOne"}], "type": "rating", "id": "fbf52fa049d442079695fdbdfeef191e", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ec853d95a41c44078eee2d237d1d47b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7fc8831342724e64be430acf45850c06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "525fc611eac647b49c780d14cc6a7bd5", "region_id": "RegionOne"}], "type": "operator-policy", "id": "eca0ca2774bb44bf88e40d0e7ee1a2d8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "13ba076b11824adaa472140f31422a76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5c08e58a2fe8451e9cf3e7a4f55aa38c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "aaf325df00a0487b96133fb41f3eba3c", "region_id": "RegionOne"}], "type": "policy", "id": "a0900d46f153429abff738e9d22e6cd6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fd07eafdd06940caa56fc1c42dbdba44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ee8c210a09ad42f9806b9b00d55797fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d64785cccd7a402cac40d1a54218c727", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8af8a7289a0c451985aa28deedab8100", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "38b69f85c66248588be016e611f82d0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "00f56c3ee1bc43328d781f15cbf9262c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fc06d36671454a2ab176403cdc4a4c71", "region_id": "RegionOne"}], "type": "sharev2", "id": "6e47807957db4de89e15847164a6ca8a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "df07ff61083340328ad04fc5671e3f59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e95549f1cb8145b5989dcfe765139eb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ec06169e038d4ffeaed2a9b4c46cfe50", "region_id": "RegionOne"}], "type": "share", "id": "fa842232b2ad4a1187487d348db3f67f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9d6148e2e9be476eacb7d07c14fd5650", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f0cd186b042f4ed19b9bb46d6836c88c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5847c60018cf47f7af36177d2f6f0014", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "48971fb9583f43b38f71a93b7e3668cc", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ad502fc556544b19cded4bc4d53dae9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2df77b89bcbd4f618bc85ebafd5f572e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1bf7a06a3b646b5b052e95feb512d7c", "region_id": "RegionOne"}], "type": "orchestration", "id": "c08e705adaa3413899a5c741a10cf03e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f26d655b9f048839a561e3c8bdf471c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3252143719b40ac85fdea059f617449", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e56f71559bc45d388496b32ae064192", "region_id": "RegionOne"}], "type": "block-storage", "id": "248773bb5c1042b4aae7924ec0861ba3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd9cce02b8c243789b4a6934aea1853e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03944f152d4d47c7a43484791401b7f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d39c3545718d4731bbcf2dde4b9ca17e", "region_id": "RegionOne"}], "type": "volumev3", "id": "17150f2cf8464930aff662b6c4872fb5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6624f1c358a43ea9aa663ce0f1ed488", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e480ac39c739434b87c3ca730619cc83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "680c3c4b2d6f43619d5c6a42ade78bbc", "region_id": "RegionOne"}], "type": "volumev2", "id": "04308d30f86b4bdeb5df713698d2ecde", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb35edc51ea24f76ad788ff2fd2bb06c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af9daf86603041a6a21a1bc9edf634c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c881163e4b24ab98257852adce5a3ae", "region_id": "RegionOne"}], "type": "volume", "id": "b270eaeab9ef4da08bfe71f9a28460f6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0671422b05484a5ba2c3237b9567b9a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0525c800396402dba16bd16686a4a3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3628be66a2d04d97a26c961cc61f8056", "region_id": "RegionOne"}], "type": "block-store", "id": "7bbec1158d3c4a7ca8c94085dd5bf3a8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "71f2d75e812943e18717f3e2c498b0c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "73859940e8cf449a97c5b723c1cc4e93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "82fec08234c04a36892f2558df92c1a8", "region_id": "RegionOne"}], "type": "alarm", "id": "60b11cd71ac64007a7fba7345ec160c4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1be51aaab2f0447a9e59c9fd390e2d81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c5437dfc8f164286b1280a7d911a7acc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0818342795de49059c823c90254780a5", "region_id": "RegionOne"}], "type": "alarming", "id": "e30b4aa09ec54e638a028ca83b8c934f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3ad6ef4a68fa4607a95824313204efe7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "feb229cb06ad47d482586fc8cc005d59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "927161eff2d64366a1a36c8c0433d19e", "region_id": "RegionOne"}], "type": "meter", "id": "2d246b15121f4f23af6ef0ca615f9520", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1f388fa1b40b448fbe88ddaf6a6cb486", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "970229bf22434f74bd16768f9c09dd58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "26bf1b39f95e444b81ffc29544688724", "region_id": "RegionOne"}], "type": "metering", "id": "d41c2bbec2b8402e8cf5a537a4d11902", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "484bb620fa294111b9382215dc4b97ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c279063486bb45eba52ca637ccb896f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9e8be105ed8d4da3b8b6a0020b6fffa0", "region_id": "RegionOne"}], "type": "telemetry", "id": "25a0ceb5548442589cc2f4e211623f20", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1f102dc8beac4a289b59fa182c3bd218", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "82696cd9146141faad8ebf6e3ce6b2b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "81698d06d3c7473db3ed8fe985474a62", "region_id": "RegionOne"}], "type": "event", "id": "1744946c06cf4f7882cf4a24d88a833a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "44b16f271d5f4652a2eb2fa09eeca907", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4faac5750f2d452f985da5b753e29a10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e1110097973b465ca37a615d98ef866a", "region_id": "RegionOne"}], "type": "events", "id": "0c776facb882403babf609904b56b973", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "32384e6021b9470d8ea174f7f1034847", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e8c64bc028b447559a9f71cd951d2c27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "71aa9ffdccea4e5aa230706be994cbd8", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e3db62dd6e574de7b3b5158416ebb00c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8e78ca757c6f4010b00fb78a89fa28e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b8e4d0e40fbf4db3839d7a9a9cc29d2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "19fe860fe4464a9eaa7825be59d2c089", "region_id": "RegionOne"}], "type": "application_deployment", "id": "42ae3e540e6d4deeab51ca6754950833", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cec99b377af64a4abdc34ff483335fdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5c27212de8214f04becbbfb60d2d08a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "723b2ba27ee04e46ae724134217466a7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5a6c0b7888694d6eb9c015df5c941a6c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3b7b9694bd054f15b346592af428bf1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e6307e06e08b450f8253ce7e4d314735", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9806c128bfe9466f83f3597bc9c9c03e", "region_id": "RegionOne"}], "type": "tricircle", "id": "f7c1dc79d281401e82d6831fc5affda3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0fd08ada5f534b6599f5c347e0261ad2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c4363c5f56bc4b17bcc842d7319f82be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "068bded6ede948ddb8eb9dfc6e3fd90e", "region_id": "RegionOne"}], "type": "database", "id": "d9dd58d2ea5a4ba4b031607236d0f5dd", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "837a7bad17974ebfa40f0ee761eabb58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fc701b2ae06f452e841a74b7eb2eb932", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "02582e409c1541a4a29e4f292646f337", "region_id": "RegionOne"}], "type": "application-container", "id": "6fcac82e6d194245bd8c8bd66940e977", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "37c487f35f434122a04bc51287ad2e6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9e8e9e25bf68438da5d9b99c4162755f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e7c106a5e1ec4cd29c9cd91def5aa8ea", "region_id": "RegionOne"}], "type": "container", "id": "cd22207135d240cfbb7b6fb20bba8895", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d92dfd8f243a44a39e7570d889c05654", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "65a3c88d08294d60a16f09aa932d1796", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ef4a73328b01401db3ee655c36aed697", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "da3b1e56b5414c7c8436221e2f48749b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "faf2c583f6db4f19b8c0cfc10f37f130", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "75b7ccf527d6472a9590e39b26a5a911", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "586b05a33e644141b7cda8cd456d0c31", "region_id": "RegionOne"}], "type": "rca", "id": "fb8b96adec7141ab98a631dc82975071", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "931d5cc1a0df4d28b7dfacf8eb3245b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "011be033a5b84e8092bc522f533c14b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b58874d21f3b4d68838ea1a72a68014f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "37a8f104bd4f42f292f3b1662a00cf9e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d16b6fe4a02f4bf7aa326005b45ddfac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5c8f8e47920845cd94353272668b3656", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0d38332e879c468ea60ef6ef1ec5c8b4", "region_id": "RegionOne"}], "type": "network", "id": "f4a446b83b4a47db8cd710843b18e2a2", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "85611fa35d304ae5a5e6e8d1225c23c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "87b1a8a9e01b40e5b1b290b96f70d160", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e7d20c860e484972a69db815a7de0394", "region_id": "RegionOne"}], "type": "backup", "id": "51882e45b71b4d5e8b4154aae43dae59", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2702ae0f8a5c4af4b005b070917e5b25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9afcfec1b2a2475cac868dc7d110b57b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "78eccd7d6fa2475691e08326db00eb33", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d8f409f1ee8942a5a867f7136b748e7a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1e21da29aeaa4ff6961dd17c7580e433", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c0739de295b6481cbc75aefe46578834", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b5a0d89baf0f4e26b339b3ca5710c394", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "48971165bb8d42299c02127e1d1268cb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ee3412f3057b44e19ec882df151223d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "10dd178c9ae44a5e9fb02a547cd204bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "49615c4ec21540d9a300da3914cc282d", "region_id": "RegionOne"}], "type": "monitoring", "id": "e994fb03b1aa4931879c476eab020bf0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a5465e5237a44b088064ddc9d8102776", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1cabbc51aa4a480cbfe3439e82d527da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e49536674bfa45cd88afd8b6b48e51e5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d938e253cbba489ca1c81ea312e3856c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f2858d3b1ef64818a942300cfb09893e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "85912157b8e14dd49ab9bf6efc6c9bf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "68a0340a1d4f463ea4fdec7cd943153b", "region_id": "RegionOne"}], "type": "placement", "id": "e7d58f53ce7a49a0ae67f9c56db93fc6", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5e8b02290a474cec8222a9b63bc763b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ab40d30d58bd41468684a5325ed0b8b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8008c6d35f084d70b004221f16acd936", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8d5afe0e38ec45cd8e2381982dadedc1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cd3cd9c1c5734020935e731076d0359a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "328516a43c9648d299cdca22d48a1baf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "190325d3bb1047839e8b4be22c4c41fe", "region_id": "RegionOne"}], "type": "ha", "id": "33ed93b521fb4ca1840d29d8a8f25f2f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "611cda9155c647efa41ccf918fd55b2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "eefd49371c294167bf414543de8936f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8a0382402d5e422c8a991fd798df5f1e", "region_id": "RegionOne"}], "type": "reservation", "id": "7f8e19ffe5914dd191eaab0068e9085b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e8da3a55b8ca4c8bb2766a7b27a345ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "39369e3019864f1fb9a6931c00d52915", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "9e3d2e76f0274ba5b539da4b6634e90d", "region_id": "RegionOne"}], "type": "function-engine", "id": "9df3f105346940338968555a1db24e32", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "459886bb9d284716bc6fab283ed8c590", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d53714e4611d49cba2711ba3e0d33df3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "96c489fea4b74b8fa87aee7239aa4aa5", "region_id": "RegionOne"}], "type": "accelerator", "id": "fb87cee95a234f48bf9c9f50dbb1dd02", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3ecca75f044047e48852fe3ed9c292b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "81a0bec769d24e91bb986ba8382394ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "99444c63eb434f0087013d0904d6f2db", "region_id": "RegionOne"}], "type": "admin-logic", "id": "51efc041767b4662af4708d9aa4ae117", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "075ea0dfb66c4d1fb308ccca58af5998", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "70991cd9b9c24ccc8670c10037e9b832", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d52c2a064973474ea27646423d856ad2", "region_id": "RegionOne"}], "type": "registration", "id": "4efc5c571952468fa8a230c0ad817dc3", "name": "adjutant"}], "user": {"domain": {"id": "f244c4c9a2d047fb9b0a393448da817a", "name": "a314b5890ada40a0ba99544712b2a5c5"}, "id": "593473d5c8fa448fb4efbe5214c83e32", "name": "a6b43d9c2bed48aca92bf99aaa08296d"}, "audit_ids": ["b1163d1e8b6b459e80547e1e4a7ad10e", null], "issued_at": "2019-09-19T09:04:44.959698"}} 2019-09-19 09:06:45,319 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,324 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,327 keystoneauth.session RESP BODY: {"roles": [{"name": "5bcb1505d5f2409b81e31f406cab4686", "id": "be474e10e1094419837d85e8f35bcc7e"}]} 2019-09-19 09:06:45,402 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,408 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,410 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "4e34e7cb635b43c399795db72cac346a", "enabled": true, "id": "214b22f0d4e54906a1a9850b0ab17a27", "name": "projectName-5"}]} 2019-09-19 09:06:45,434 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,440 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,442 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "4e34e7cb635b43c399795db72cac346a", "id": "88aa71c132fc40c58d7f69f6fb6992e8", "name": "groupname-6"}]} 2019-09-19 09:06:45,508 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?group.id=88aa71c132fc40c58d7f69f6fb6992e8&scope.project.id=214b22f0d4e54906a1a9850b0ab17a27&role.id=be474e10e1094419837d85e8f35bcc7e" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,518 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,521 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:45,561 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/projects/214b22f0d4e54906a1a9850b0ab17a27/groups/88aa71c132fc40c58d7f69f6fb6992e8/roles/be474e10e1094419837d85e8f35bcc7e -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,566 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:45,606 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,612 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,615 keystoneauth.session RESP BODY: {"roles": [{"name": "5bcb1505d5f2409b81e31f406cab4686", "id": "be474e10e1094419837d85e8f35bcc7e"}]} 2019-09-19 09:06:45,693 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,699 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,702 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "4e34e7cb635b43c399795db72cac346a", "enabled": true, "id": "214b22f0d4e54906a1a9850b0ab17a27", "name": "projectName-5"}]} 2019-09-19 09:06:45,724 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,729 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,732 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "4e34e7cb635b43c399795db72cac346a", "id": "88aa71c132fc40c58d7f69f6fb6992e8", "name": "groupname-6"}]} 2019-09-19 09:06:45,793 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?group.id=88aa71c132fc40c58d7f69f6fb6992e8&scope.project.id=214b22f0d4e54906a1a9850b0ab17a27&role.id=be474e10e1094419837d85e8f35bcc7e" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,800 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,803 keystoneauth.session RESP BODY: {"role_assignments": []} 2019-09-19 09:06:45,844 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/projects/214b22f0d4e54906a1a9850b0ab17a27/groups/88aa71c132fc40c58d7f69f6fb6992e8/roles/be474e10e1094419837d85e8f35bcc7e -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,850 keystoneauth.session RESP: [204] content-type: application/json {2} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_find_hypervisor [0.060842s] ... ok {24} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_endpoint_delete_ignore [0.066411s] ... ok {5} openstack.tests.unit.identity.v2.test_extension.TestExtension.test_list [0.067769s] ... ok {23} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_override_session_endpoint_override [0.108831s] ... ok {0} openstack.tests.unit.config.test_config.TestConfig.test_get_one_no_networks [0.169895s] ... ok {21} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_update_subnet_gateway_ip [0.237967s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,478 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,483 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,487 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,492 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,507 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.415220+00:00", "project": {"domain": {"id": "efe8be8581674fd38966cfbea346984f", "name": "648c6215054f4ca6963a97d95c2b31e3"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ef43b84751664e1c9208172f632b8bcf"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "84b566c8ae1241a08c2c3ed25f2d8d71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2d2b51c17ce54052b7cf919a6b761014", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7e7257e0ab284388b09f0ba6e9e7657c", "region_id": "RegionOne"}], "type": "identity", "id": "d15e33408e214d6584ab947990f6d5ab", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ca3c215f5d054d0b9218efdc23939121", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "43e7afd1250c463b94a53a8ba38a88f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "1cf5c8c33aec4f26a0a3cd53aea26506", "region_id": "RegionOne"}], "type": "compute", "id": "f421b71069ab424c802abddb2a8934a8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "92e9f74d2a724b2481983afc2e88957f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5657827af2054562aade2b6496ccc378", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "320bf3772fe14241b3fcacdb284d7fa8", "region_id": "RegionOne"}], "type": "image", "id": "abe3543199274f378d8f8d7c5a985d7e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bae4d996b336495a9bde53bd407627a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4389445410a248c2bfa0ae80ba65a5e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "34bb73a90c36492e8bd395dcd0210b90", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ac03084337cc4c2cb560e2a828438e34", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6fcdc6142a9409fb3d8793f532dfa7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "867b7f12ee62471fa43182f38908133d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b5f4a3e29044e848db6627b446ee602", "region_id": "RegionOne"}], "type": "object-store", "id": "6b09acd67c16441db2052d3c2a671b7b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ee73110fb58047b5bbda687d006d0c80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "86e6fd2c45ec471885572773b3aea405", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1b0bec5b112f4dadb2cda6da5205b0db", "region_id": "RegionOne"}], "type": "clustering", "id": "95e19a3341f74ad3a94bfe1b544d25c2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2d924eb4e8e64f7199ae660a6861d8e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0dd2b38769cb4eceb7b9704105f29924", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "880ed63d006644c1b9156bc5d8a40243", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "bbe5c7f8bc56405eaeaae2583d1a5a45", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2cc6052966e7470b999cca167c8eec00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "884250c4f9dc4884805f8b4c20c4e521", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ddfa0406703c47438c36947b85dbf906", "region_id": "RegionOne"}], "type": "cluster", "id": "8dd2c5243e474f98bd7e699348412885", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "be354fbd0a344c3eb1836cc9dbb061dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "55fd405a02204ce7901bb1648e92b1d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8c5428124bbe4a6b83959462af072347", "region_id": "RegionOne"}], "type": "data-processing", "id": "587ca555cbd44cc5960b4b0a0e45d725", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d9897391d7454365ae9eddc9fe374708", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "39ae631024ac4b9f948fcc60546aaba4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c3ed1a91faae45ba9dafbf07553f80e3", "region_id": "RegionOne"}], "type": "baremetal", "id": "36a1424092084752a256f8133a7476f6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dbc4d22c4c6b4c94a463226f62d10abd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5c9c862a20774238b82e52bf3c117ef4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "274b39b698cc4d34a534cac1af3788f9", "region_id": "RegionOne"}], "type": "bare-metal", "id": "17b92ecd48e24d488139d6287d43d090", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "356341b4470b41158ba3dd448e7eca7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2b826b911eb74b05a472e65370a3a66c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "2de30c2a2e3e4f4698ff1250fc67d955", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5186e23916a6419a89733975f6f792e5", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6dfee98c188a427a980768b7d6157476", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "aefa941a0bdf4fb8b258b2fdbed15eec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "67aeec32e4614b808995fbc0bb0df5e5", "region_id": "RegionOne"}], "type": "key-manager", "id": "4e1df127238945c287891689b8f5ca6e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a5e6f5bf66b54fb6b1b49363a72e48e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6c100906e92343d7b61f80c88792470d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9e7512554ef2476482ba951dc7ccf997", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "18964ef8b371470ba57f08c7286ba192", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c41912f025284416b084a0700e5f51db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0540bffc6eea4147989093ec9b43f8a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e7071173bd964ef583dec85b929551f2", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6d93c71faab44c98bd9a1bd5de332267", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "aceb2fffc58a421c970e3563e353d5c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6d5f39f07a61451685f5db6df6e48bd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bae9f351d72d49b980913d7e820cd48b", "region_id": "RegionOne"}], "type": "message", "id": "8b7618f253a44643a1e5bdd2df4c6aa3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4686ef349a014773b3f18a6879fdc8d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "82afb8b69df440eaaaa7dda2d55326ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "075143e65d4a4604b1ba8d8bcfd531e9", "region_id": "RegionOne"}], "type": "messaging", "id": "18f948b1ae494276adcd32e52cf0eb7a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7f42bc7923dc4a33a7b975d18046fe0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "434f17960f88486cb39f87a4ba0647f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6ce9adcf83214af987651df7f35e9c9f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "becebb12033d46a7806cee54a3a8d76f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1dc00434047e4b22ba32d67ffa979454", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8aa538c562604851af8d9be0734ba52c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7507d8654de7446d82575d7eba03c4eb", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c15de1f3adae4dbe86192f90c74179b3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "460855947e90427f94ba489ee0090461", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c137fa2500704e80a1ac072c3ab98353", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9d3aee60df0646e8b3d7c9a11ccfb73e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "fb4c922a70c940eda51d0996f5199d8c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "229bce12f56340de8907c6fb0ee1b0b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c9f603b303e94804bc68c006092a0b3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "80f1e4399ae149adb3396c3c3be8b3a7", "region_id": "RegionOne"}], "type": "container-infra", "id": "2be2e996b53b45c88468d847fd13991d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "3ae6aa3742ea4c098a33cba1332d5ae1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ea735f1ed36a4e1bb5607c57ad6cd90a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "59a4d5efddf941a9bf27853b2856c9f1", "region_id": "RegionOne"}], "type": "search", "id": "84863643642c4a9c96afc982188d474c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3b8c7a53d12e4834b040ed645f7f247e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b6f6ee74ec974311a8f6582ba75383e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d148dda73a1649499ab4b7934f5df2d1", "region_id": "RegionOne"}], "type": "dns", "id": "9b0109cf55094aeab5828bbec51f57b9", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b3b05b0ac3ff49e7b0e3986ed8ccdb4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cc1bf57640634783b0219e6d94349160", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8a5ddd80d18043e48b01d079ee21514b", "region_id": "RegionOne"}], "type": "workflow", "id": "6b3e62d1556a4c9b93cd6f01000b2da5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a64785abcb0d46bb9185212179c11eb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6019dc70b25640fba338b614e535f6b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3a95eb936109430eb834854fc7c285b7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7305b30c1c4045cabcdad102f477057e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "23ec9e208f9b4ad49613adfc6e394fac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "8e3a878d31344da19b52d91bbcab5e2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "37c2afee13ad4c02a3ff79c9e10c5625", "region_id": "RegionOne"}], "type": "rating", "id": "ae7961b4f4624958ab7001839aedb4cd", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9c796d53b85844b4b24539c7de9142a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "18484ee7d9e34a18aed204b25fd5a1a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7ca81a4b7b3644fa9ac88e24958dfe38", "region_id": "RegionOne"}], "type": "operator-policy", "id": "00754b2f37154fa985bd1980cf9bf92c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "929ac47203254f78aee51a99dd83c39c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9ff0e6754f574039bed8402f9366dd62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "22a3c9ca8d1843b9a3153a98ce4b4bd9", "region_id": "RegionOne"}], "type": "policy", "id": "b637d97c3c184b08822ae78fff61e253", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0990802ab78e439797e7a1aaa760d70c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c5ce2d9843e9416dabcbf44c534a8255", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a695b8c36807409bb131c17baa972b44", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2c553e9d6d3544ccb3cac6d52239664c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "72b5a85a462b4c468f5290d7abb5934c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "45578d507b064f3c94a351c256f75b8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7203787d6d424aa7a122ae54cf64cb9d", "region_id": "RegionOne"}], "type": "sharev2", "id": "495212ea152644f19abdcff3a737178c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b2a8a3f0d9624612a13d2dfbbd87ce97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "36db138c92d04f8a9fdffea60da2b63e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3c74a7cdeca64f6b80127026d2c9230d", "region_id": "RegionOne"}], "type": "share", "id": "6fe72818f28b4e9bbf0ac14fa1440112", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0110290c6d4f4724a92f36b686a9e39a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7188d6954c8340589160f3849b792f98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ba63a87e20ab46e396d75fc4fac31b00", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "05c5937917c84aa480b9700739ab2154", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ebcfe290fee54238b5fdd81d4be757e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e3c9d1f3d2b40a0bbbdde0b1ad6d387", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e2c48c411434daea7d22be8633e6419", "region_id": "RegionOne"}], "type": "orchestration", "id": "1ae7c4fdb40f4ca8b38bd1cc05ec1228", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05fa91b6fb8f44a3b11c5ccb11ad60ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac95c89109594f40a1536c978f2c8241", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f364461f36f4e7bb50ebf722abc23f3", "region_id": "RegionOne"}], "type": "block-storage", "id": "6c8508313cfb40989485222550ab145b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c15b8af56f1407e89e54251a7320466", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dedd3d623b2d416eb37a9698f2b1b9f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2876d810f6e048e3996e9af14624f9cc", "region_id": "RegionOne"}], "type": "volumev3", "id": "b54f873689d54602b6b29bdb10fd105c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ef97b7a13d94aa68f74878becd39d56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d741fe1e3884b5dbe86e8a458b2b06c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0850502cca2d438dbbfcd2ac624a0179", "region_id": "RegionOne"}], "type": "volumev2", "id": "1906dd9bd9d049fabaf1ac587b396d1d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "abb147d0770c455e85f7cc6ae4e8ada1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa1296f526924c4480b790ea77891de7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9638a575ac684041b2affe9b8ad4d3b5", "region_id": "RegionOne"}], "type": "volume", "id": "40e5edeef0b8473cb0bbc04a172ddb16", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d29e7d9992db4a81b07d0fca7ca61b7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "300fc238b34b4d03b28a70d414ace8a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e9fa33deaf346eda16924de819b5624", "region_id": "RegionOne"}], "type": "block-store", "id": "8cfea62f7b5a4aec94e052272fd47c63", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3054ea68fdab47ceb984ce7fafc41771", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3c94066532c44088975b4d50091b1b6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "48d9dd5263b342e0912ed26f40b1bc35", "region_id": "RegionOne"}], "type": "alarm", "id": "7d9e458f98b84a2ba9b6715d1579ba4f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4fd72a59691e4c4dab62004f75fa40c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4cf5cd3843be417b876d3513f7174648", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fa2e2ebbeabf4da690de2b6c30f44fa4", "region_id": "RegionOne"}], "type": "alarming", "id": "50a483fd9175416c90b01975517768df", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2105e2be35e34f1bb891175e8bd6faeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "eaf5e65c293848a1b558f8e11c040af2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5c2b350a24664408a41f4f7bf292d5ee", "region_id": "RegionOne"}], "type": "meter", "id": "4138627ad4b541a6b2bb2faba9e4c9f6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d92909406c334d30a1ce99b6a111603e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e645da33dd1d4915ad45f427cd075911", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "158b27ab7c4b49f2acca09a630866bd0", "region_id": "RegionOne"}], "type": "metering", "id": "ca28618b24ef41bebdae8a0dd07df51b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6602f742e1ea417286eee0cd77b84f30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0e35a96c43434012976e0bd6c50e0a80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e8702649f4314b78babdd84581735408", "region_id": "RegionOne"}], "type": "telemetry", "id": "165fe4318f7c4db28e6de835cf8ebea8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "94e0b894ea7443818b4f46abbdccca1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "faa5e3ef84bc455c995aadcc8c7a3be4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8e0a7d9ac3cb4baaaf706ec3531843b3", "region_id": "RegionOne"}], "type": "event", "id": "6c12e63b570043ed900b358e3454917f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3ed8e939b708470d896ccf971bbfa1a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "62edaae3fdb84903a7cd5eab2610e3a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8e7bbb110cc7425fb8882dbac6594fd8", "region_id": "RegionOne"}], "type": "events", "id": "1afd49edfcbc4fe786d052e699928a29", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "54cd707fd3fd4849937c10676c9e5125", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "30eb998980014cc4a8a8bbf14395e686", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b71daa67f79443b39dab0370b9f6d3e0", "region_id": "RegionOne"}], "type": "application-deployment", "id": "7282871f570b40958de622c027520c6d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bdc7e436e47841d28f150cb3264094c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e80ac0366be3426ea1b0267e05f73878", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "903d4604315846939a7e8f1507e4545e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "16c59ec9a62948df8d1f21c130133b38", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "75cabd733bc34ecc97ee041083d61a95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0d800e4a05ed40a18ab32cf0cbfc987f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9efcff00d60649baaac62ee19843ca8f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "76cdc967ebbd40caaf4bf21e4210ef15", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "517d3f615ccc40e7881230f6ec40c5d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dc984dfadfde4176aad74a85a60f85f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "16f5a6cf62d2471f9a37af9e9b9952b5", "region_id": "RegionOne"}], "type": "tricircle", "id": "a0d057b622e948ecb3ce7af314eb9f2a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8e161cbac3c64e719f6c571084014e70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f2c6b2d2c0864576aad77af45c6eb4c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ea35ab71588d45e1b5f7b796a9718df6", "region_id": "RegionOne"}], "type": "database", "id": "27ea6e1f5ea741b3a0712d62b20b472a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9fef6969fb82430296bdc97ea2de49f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "42999eeb8dd649e5a8678cc6fb3393d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "50b9fb8083714106a6b257e45a864cfd", "region_id": "RegionOne"}], "type": "application-container", "id": "61ad11836d8a48e59e39e04e37bdbb6d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "517c8dfb65fa49679138979658726cb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "beabf737ddd94e3ba72a6aecf40b42c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6915578bce8349e69b35a00fff76a9ef", "region_id": "RegionOne"}], "type": "container", "id": "cee4b49443ba479c87311dee41a57dec", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7b085f4abfd743c9955651a67178294e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7841dc338d814cddbed9945302ba530f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "20c28ea85055448c8daab924c1337fcb", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "948c64b6eb6844b49e02644ef8cf8bc5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bee8346be74043a39034d8c55dda0677", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b03a135f37d9453b857ea3abf548f1f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fa91d8fd3a5d4345afeb272fad1db36d", "region_id": "RegionOne"}], "type": "rca", "id": "b403dc618623494f90df3fe169507057", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "44efc0bc9d95409da5d7c38a03d77a9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "69b6f9bba01f441196fef8dd4ad2e18f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6767f9ea9288405cabc321558714d86a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d29bd2f6258743f196c3386f1ba85770", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5cc5d8ecb2694db7989f7a769dc05427", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cedf4c2786a04815a038f2b2e349d6de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b4113cd5dd954704bb22baec134efb9a", "region_id": "RegionOne"}], "type": "network", "id": "96f1d28bed4f493781c196f0ba11a8e9", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c1509e5b7ea04372a604a0bc87cbb8b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "df7071c9a1284739af2b6e52f22fda07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f11f85aa6ba14e5893a79f472ce2a947", "region_id": "RegionOne"}], "type": "backup", "id": "6762d892de274e33840b5c9d634f215a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0415dc4a89f546e9ace02dcb2b48d160", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b33edf19ad534edf99ac600e07800d92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "495eaf947bd34771b67567ac653d8265", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "3d4f6ce003294b4191da6aa133b85570", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4b0ce7dee3584492b83a27b4b7ec10a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f1d41abb676a412994ade4e62ca6da0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "59046213f73041d89998ea5c3178a3a7", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b4720cbd6b434d4889dff516383fd5b9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4c6b133056de4c1ea98c6e2d913fd1fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "20443b982b9f4f24879dbb07cf006f62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ed4b956aea7f4f9fb18b362d92245ff9", "region_id": "RegionOne"}], "type": "monitoring", "id": "aa493bd3a2354213b3ad111075e7d09c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "785c14fcc1974f689df76af1753ab088", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "183e170f9008464697a780efa083cc32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "dade7595abf046788aeb9074768659c0", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "33bfdea821fc4bc3abf680c54f574cb8", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9de7c412063243f5b3870a89184296b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9b70aaa96e244a2bbf09259f95e54b67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "6dc754b8973b49f4bc06c1bd56000315", "region_id": "RegionOne"}], "type": "placement", "id": "c8d4da2ec6be488d9c8a9c89c12fa2be", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bd4f2d122c344d258ecea24bfcec7e14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ce33cd5dc66544e3b3e0df328a3183f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "17f78b978c4a457095b8a43df8a41433", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ceae447dfb894b0c8f8da6d019bf6a56", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ae5499e5093b493a931d115ee7bb21cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fd89157b118b496cab5c6c84dbdb053c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "77d77fdd04914e648a29f368b1281811", "region_id": "RegionOne"}], "type": "ha", "id": "ceadebed0ff24cbb83248d985a1af3e0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d7c252ea17c749c491c409d11ec01764", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "450dc2fa6344438491c85305e2672e3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a981a11c19de42ddb0499b247cc8423e", "region_id": "RegionOne"}], "type": "reservation", "id": "99dd41f2b2fc494ba4af5805b2769f05", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "55e463bfad4a41f7b8313d861fecca3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "439a46b1950248a3a15c8c9de56d6f7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "675a48c1fba9494dad8b88d1fe93a188", "region_id": "RegionOne"}], "type": "function-engine", "id": "54bd40f9cc254243b6b3abc08d85a75f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1147e9f0db1a465cb026519132eda668", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "957b0b7d390e41919b60baa7f80c7960", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1166037fd01845118472b9dee70379f8", "region_id": "RegionOne"}], "type": "accelerator", "id": "e6e39826692740559be31452a90d1748", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "49c46122ad30416dbf9d65055148ce92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "01e0da633e834f30a365b0dfc942359d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6b0582cc7f5e451092dea651aa5a2797", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7d2e0e642bbe4f5193a3406c46e38d40", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9464b65e672744208e2f2b9f91d55642", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7fbe76a957524a8f87fd1c3f809a8946", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b1db3d71c7a04515a2647f4f7b688ef5", "region_id": "RegionOne"}], "type": "registration", "id": "24da76e190794c6ea250ed98aa1700c1", "name": "adjutant"}], "user": {"domain": {"id": "43508c67cadf424e82b8d9fc6ba83ed5", "name": "eeb36b98921440b394f490d1274b1e7c"}, "id": "f611a21385ad4e4eb09a6db833f43b87", "name": "48bb42a96eb3423dbf3877189133ba4a"}, "audit_ids": ["0e32b6b72a2c4e46aad8673df8dfbd57", null], "issued_at": "2019-09-19T09:04:45.415220"}} 2019-09-19 09:06:45,626 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,633 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,636 keystoneauth.session RESP BODY: {"subnets": [{"service_types": [], "description": "", "enable_dhcp": false, "tags": [], "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "gateway_ip": "192.168.199.1", "revision_number": 2, "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "192.168.199.0/24", "project_id": "861808a93da0484ea1767967c4df8a23", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "name": "subnet_name"}]} 2019-09-19 09:06:45,641 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/subnets/1f1696eb-7f47-47f6-835c-4889bff88604.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"subnet": {"gateway_ip": "192.168.199.3"}}' 2019-09-19 09:06:45,645 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,647 keystoneauth.session RESP BODY: {"subnet": {"description": "", "tags": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "host_routes": [], "revision_number": 2, "ipv6_address_mode": null, "cidr": "192.168.199.0/24", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "service_types": [], "name": "subnet_name", "enable_dhcp": false, "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": [], "gateway_ip": "192.168.199.3", "ip_version": 4, "project_id": "861808a93da0484ea1767967c4df8a23"}} {26} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_cluster_get [0.064500s] ... ok {12} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_ips_with_network_label [0.062569s] ... ok {12} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_servers_detailed [0.062193s] ... ok {14} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_node_get_with_details [0.066076s] ... ok {3} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_pools [0.067014s] ... ok {3} openstack.tests.unit.network.v2.test_agent.TestAgent.test_basic [0.068701s] ... ok {6} openstack.tests.unit.image.v1.test_proxy.TestImageProxy.test_image_delete [0.063532s] ... ok {2} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_remove_floating_ip_from_server [0.057729s] ... ok {21} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_action_get [0.064113s] ... ok {3} openstack.tests.unit.network.v2.test_firewall_rule.TestFirewallRule.test_make_it [0.003236s] ... ok {18} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_flavor_update [0.063608s] ... ok {2} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_pause [0.052451s] ... ok {31} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_l7_rule_get [0.065017s] ... ok {14} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_profiles [0.066559s] ... ok {21} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_collect_cluster_attrs [0.061460s] ... ok {9} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_ipv6 [0.105362s] ... ok {1} openstack.tests.unit.dns.v2.test_proxy.TestDnsRecordset.test_recordset_get [0.068018s] ... ok {18} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_listener_create [0.060826s] ... ok {21} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_node_adopt_preview [0.062595s] ... ok {17} openstack.tests.unit.cloud.test_users.TestUsers.test_update_user_password_v2 [0.246897s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,644 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,649 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,653 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,657 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2019-09-19 09:06:45,745 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3441ca4e9ee7250ed19e667bae3bcea49821cd779030fddb37c9aa771ae9fb50" 2019-09-19 09:06:45,751 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,754 keystoneauth.session RESP BODY: {"users": [{"email": "test@example.com", "description": null, "enabled": true, "name": "username-2", "id": "b7fe031119bf4678999772cee8523f35"}], "links": {"self": "https://identity.example.com/v2.0/v3/users", "next": null, "previous": null}} 2019-09-19 09:06:45,780 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v2.0/users/b7fe031119bf4678999772cee8523f35/OS-KSADM/password -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3441ca4e9ee7250ed19e667bae3bcea49821cd779030fddb37c9aa771ae9fb50" -d '{"user": {"password": "user_password-3"}}' 2019-09-19 09:06:45,786 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,789 keystoneauth.session RESP BODY: {"user": {"email": "test@example.com", "description": null, "enabled": true, "name": "username-2", "id": "b7fe031119bf4678999772cee8523f35"}} 2019-09-19 09:06:45,805 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v2.0/users/b7fe031119bf4678999772cee8523f35 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3441ca4e9ee7250ed19e667bae3bcea49821cd779030fddb37c9aa771ae9fb50" -d '{"user": {}}' 2019-09-19 09:06:45,812 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,815 keystoneauth.session RESP BODY: {"user": {"email": "test@example.com", "description": null, "enabled": true, "name": "username-2", "id": "b7fe031119bf4678999772cee8523f35"}} {24} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_trust_find [0.067662s] ... ok {19} openstack.tests.unit.message.v2.test_queue.TestQueue.test_make_it [0.059548s] ... ok {1} openstack.tests.unit.dns.v2.test_zone_export.TestZoneExport.test_make_it [0.066008s] ... ok {9} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_no_override [0.109127s] ... ok {12} openstack.tests.unit.compute.v2.test_server.TestServer.test_start [0.063828s] ... ok {12} openstack.tests.unit.compute.v2.test_server_interface.TestServerInterface.test_make_it [0.048204s] ... ok {28} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_delete_subnet_multiple_using_id [0.243311s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,464 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,469 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,472 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,476 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,489 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.398336+00:00", "project": {"domain": {"id": "65bdcc69ca8f4f8dba38151b2be4135c", "name": "47aa188ac1c44c6ea1e1c1c104253d2d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "9055457b83124c109f624d24a61beaf5"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ee6f1a62dc55456eb984e6f2cef6de33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "dbaf95456b86403c9ba2c199342991f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8aa48440159a42a0810e87795a9302fb", "region_id": "RegionOne"}], "type": "identity", "id": "8572a9a458df4107b25c29bf7c2d7b77", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b5f2781a266f4005851630df4e19ad8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "462b096f45e442c197b6cc4ac68e5913", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ea6868a826094d078717c4ed882a0cd4", "region_id": "RegionOne"}], "type": "compute", "id": "6f52998432f841feb8fef8a6c48adff1", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "32a78651e8cc4211a07b9e7bb18994cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "9e7b892344ae47adbc0db83943c3cbc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e5ccd76776664df5b0d63ef44bec1a82", "region_id": "RegionOne"}], "type": "image", "id": "dcf2d122a5454e3a99b96c428f637958", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e78ae45e2bb24141af89b167485d9929", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4e9b15714a804a2fa695f11621890a96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8076b53ac0d044e1a71e1cd7d1a83878", "region_id": "RegionOne"}], "type": "load-balancer", "id": "426aedf6728640c1881cd8fd7dee5ca8", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d28e3574ee764811af209bf984e8770e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "260aead3d0ab4b1685ac64a5a9a33f5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc61886f1a6e47a7848a9a5670cbc56a", "region_id": "RegionOne"}], "type": "object-store", "id": "6d3e64def31e492aa3c33800e21b1c77", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "571b4794b4b9492cbd5a9104b5365208", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "604f81e39e9f4d6f8695c05d2b614b04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0f5e654fc0ec4f1f8fb18ba5885b3cef", "region_id": "RegionOne"}], "type": "clustering", "id": "49b976a18bfc4a1f816922e434b57fdc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ee15b3f0df94490aa6537513e55aef91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5d8ef3658c604a46b74053f190da146e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "04295a9b61a444b5bacf81f652bb91d1", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "5bc27b1b231a48ebbd12dead60d63a14", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d48025b259d1484c97e70355ab81384f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ecbf421d01e544d6a76ffd933de4e340", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f09d898fdcf24a729182fe71036bc525", "region_id": "RegionOne"}], "type": "cluster", "id": "db5c03587ddb47988839246d2cfb2448", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "db1e35b2d50c4adca386f10af04b50f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3ebe5abf62dd449bbea2087928ee3f2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "25d5cf757112480fb7cfaaead8898229", "region_id": "RegionOne"}], "type": "data-processing", "id": "5502769f3de049dda1c3e54bb7c77330", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4138772ae9bd4061987657f39e8f0525", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5d39fb7dd7ba41548a2492dfc766c9fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "04723b95a8f94146b82b9bf84bb11948", "region_id": "RegionOne"}], "type": "baremetal", "id": "c8db0205c7f847538586da084aa2b37c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "762febf6a82e484785d48c3ae99a5981", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "52db4baf57d94eb294942ed9bcfe3f04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2a3e089960d546f08f70be23c97f5f14", "region_id": "RegionOne"}], "type": "bare-metal", "id": "5f1690678b584588b15656cedee582c0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dee9db8bf7c043cc80bba31509048efc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "040a80f754514dc6b82b2c66d8638602", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e60da5965e204517bcf7c72695c3f96f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8ec60999ded94589adba711352db9b5e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b951a4db8a334f22b3f3a24260cf1fc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "190279e1598d4fc6b656cb72e4779d7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f12fc8bb1f6140ca91898d42b0200390", "region_id": "RegionOne"}], "type": "key-manager", "id": "95b4b9a5abb44d75acb244ffc521085b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5777fdf05ff9454c95f5b58fead13681", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "90fb61a412774f9a8171afbc62537b24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "21d323820cc3499f97bbb798eee47a8f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "3998b74106d74f669b11c73754e2fff5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c8d4763537b947a996d1827fa0ef48cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f7762d02398349b2b24ac27167d8395c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6fd0a7c303a140c4a0392eabb56895ea", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4bc0714ede9b46c296282f22c7e29dd3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9053bb4b3f8c4067a6533909a1dd05c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1a34147df63147da9efb5a7be7e7312e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "464ef2acbcce4904ae6b5eaa47df5efd", "region_id": "RegionOne"}], "type": "message", "id": "c4df855c3aa1494aa6aa940af3517fa1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0b2eb71d5ad14467943380728a45f4e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c779475a511c4f5b95e83350366a448a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1e036091e79149c190d49ad738bc5f6e", "region_id": "RegionOne"}], "type": "messaging", "id": "2ae9a6d6415b4ad9a494faa16e285b91", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a12f6649120446e4875df86ffce128bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4cc38946121d4a0a945d1de55ff7eaed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ab82043413c048c5b5ee72152ae9d547", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e680d147a3c74b858f00b3ddc0861f0a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73e88978e7154f10ab887b48ce1571fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d803c9f1c535449fb01185425966ffcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "00a785b127aa425487bd4d85695c32b8", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "dd5153341aee44faa0c222c319f2513c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1955a5e590674ebdb43eb96cb199707d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c84e8d999bd0468c866978d77774c9c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "43a8214dee22441ca948abff7722a4da", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "bd4c3465f82d464da9371cdbaf405e5d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "310800ebb1d4438a85413300f5ed0d56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7f880192ad104f1f8bb995cae02786db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "785ade6a8b4347939e39cb32c6edc693", "region_id": "RegionOne"}], "type": "container-infra", "id": "9e2ef3957df94a6294c965e95d07d003", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "cb4724f59fdc490281b7890a45499487", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "1065293d143d46fa91ec351a65c950d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "755d74eabfb84d03bd457c53da62e0b3", "region_id": "RegionOne"}], "type": "search", "id": "2006595dcc1947a98929a31c7b992cbf", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b90f667b8a1441089cff6077a93d829b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6cc16bce33b5459ca54a2572fb845cca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4016e91ff5074c0e8174b042394bf083", "region_id": "RegionOne"}], "type": "dns", "id": "e6c9b7506e934e319f552c62bf447891", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e1dee54d01974d41bbf13dd224eb0c5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "19a59e9164594f048ca1c03af6d3c785", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "233022df21644e29bac622902ddb3475", "region_id": "RegionOne"}], "type": "workflow", "id": "da8fad1164b143559eed12a0e1d3dd57", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "03fa6bd4364746f6b0d610684d816989", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a9378a27bb2b4e5fa345761edc7b79b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c3d76c470d874de8a224e38119d9e02e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8a6ae5f40b074d23a3c7bf9e65a54f33", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4e9f9c3abd854cb78120f3c034c4bc71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f79589ec096a4cde94d6661b823ac5a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "27af3e818a2940619680e542e5bd1eb4", "region_id": "RegionOne"}], "type": "rating", "id": "2d38970e42c34a21b6835d6f8a5d35bc", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9721a7fa0f4a491086e53f88495b70ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6fe35440b39f4ca0a3f1defc35ffb45d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f0b4e5ae81bf4446a3161916e4f1e37b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c1f6ad55cb4744febe7bf9b238688ace", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9d5b53ec4abb48d3b02cbd8602078723", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b588ec80c0124ab7b3aaa791a2a7adc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2adf3b2d5f7b498d92bf78521af27028", "region_id": "RegionOne"}], "type": "policy", "id": "7a7a5d71c72541a7ae9c06c50ac37c2e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d883357c411e46ecabeeee134c5ea20a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3efc5494b509410fae67058c4f62418e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ffbd634ecf1f438e87a970bdb9e169fa", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "16fd25a2798341c196a3fe312fc962bd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5b8753cfad5b4629bebc026f065140e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fa82ffbe756b4418887f9e3ee18b3eed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3579891e748b4399aa1832a419951ed0", "region_id": "RegionOne"}], "type": "sharev2", "id": "30541070955141048bce77707be92e5a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a856ca89420e424eb178736fbf04a487", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "881051ab009e4fadb2fea1a4377bab20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "748c0ec0ed8f4a8e9ecd1d0c1823ae5a", "region_id": "RegionOne"}], "type": "share", "id": "fcb81e5e8a6548848c0a360002b2f3a7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7ca33405c77f4bb88340d1ec09620fca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c7d127c6c4ad438db40803fbaf8127ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9b35cfcc83144b24b64d0555a8cb980b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "61f555380a1743e6aff775afd72982f2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "544605cf6a3a43f1b443c6ba4547a506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ec65cf0783441809102dd3331221979", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb1abbbf32d64b578b04d1e7326ebc4c", "region_id": "RegionOne"}], "type": "orchestration", "id": "7d3ab3e242e443178960121add411162", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d02d795f08fe441782eee6790cc71ce1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87a61fd25323490398211d358bf3cde6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ecd8cd8065a4387ab84e95cf6490462", "region_id": "RegionOne"}], "type": "block-storage", "id": "dddde22dca5341a5bcc96ce5a63456a5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d7b4c7e263340d4ba939ed6bf99bdd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d395d5b6f8224e5d906f7ee98e3d75b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e63bded03e54049bf3b24621ed120b0", "region_id": "RegionOne"}], "type": "volumev3", "id": "6ca6b1af003a4a31b79beba56e819219", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab1f9a46e872462380a3cf56f79cec82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09c87b9fa87c4526a2eca171b06ec0e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee20fe3b9ee24358ac7a1e9f7b3bf2b1", "region_id": "RegionOne"}], "type": "volumev2", "id": "8cbb8b9eeef14ee0b0373b57fa9bbf21", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9195d9ec19384e2a9abdab42eab458e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6b8d69bcef04d7a99ae821a9f67dce4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ceb17671e0f7447d9ded9c521afe95c3", "region_id": "RegionOne"}], "type": "volume", "id": "33dd9925d0b6409b8d94295be56983db", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f06f504c52e4f9f8eb3765fb2c6b2c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e2fb3e4ad3345f49bec2bad8e040c54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "887f5a36fb7f45ecbb9055774425bed1", "region_id": "RegionOne"}], "type": "block-store", "id": "d84078d3fa5e4addb899c0ffa8ec38fc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6a33bb2c1a664fee95a36fd9a2c4b619", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8e082ab33f56437a919b24f8c321975f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7e11e6a5784e4ea3a1d24438d7f624c2", "region_id": "RegionOne"}], "type": "alarm", "id": "c4e7aa0863c942db8b66faedf91ec8a1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d773c6e62f594c95b3ea2bc44a49a6f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b41789782b01417396cee7b219144d4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ba423036474847f0be7ae93a5db071d2", "region_id": "RegionOne"}], "type": "alarming", "id": "1654a7b782d84644965bf949911f7e7a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4849124a832f4832af8b48dfbb5611b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6890b3072cb3495abb956df669e9da76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "64d408f603db4f66b5b96a363b9593ba", "region_id": "RegionOne"}], "type": "meter", "id": "9be141bd0de04a2db2cc4d5d633a0106", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4ee01caad7ed4d698f0469c4cffc4fd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "febb51ca57ea4ce48e84df895a721a4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a246c583828c44a1837f07e17a2c44d4", "region_id": "RegionOne"}], "type": "metering", "id": "b00836ef6af74b96818402f27cb6c03c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dd877e8608eb41349e8fd55c20f97bb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "eb222d9d1fcf40678bb72d8502da798b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "536dec5a63994c01aaa17253a41f4edb", "region_id": "RegionOne"}], "type": "telemetry", "id": "47bf905f9f204d6483c875d64a27fad0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "146735742b9e41a684e6527f996de336", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "aecf3933ef744d51abe1626d4d8ff116", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "80ae85cf45ff4b1181baee800eb33a15", "region_id": "RegionOne"}], "type": "event", "id": "7820200e6ea64636982ef439995381ae", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "dcdfb512ad154dc889a8857e7f3ba348", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0e5a4aaefac843fd87d1b64f6f95e099", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0be1e8ae44224dbc850c8bc056a66610", "region_id": "RegionOne"}], "type": "events", "id": "bdb246eb3b274472890d9d2110287ce9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a223e47dc8224a3fa2dafff9d9074c7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "491e8bcef4bc4b1d89994d6a15203996", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2a5feedf7c8a4d959300089922aaa146", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e1e012659d8b48278c0a3defc8c18bc4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7bd6d2c51a5f4d95aa4997f0c7f7ea8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "09d959c8a7874755887ee8d08521c2f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b3f136b1da084f928ad842ea71b24c01", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d0025c597cb546e481dc0c5494f14be9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dc68b9f65bd6432da814648cfc6ed3a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "35dd806a79d942ed9773b1e304477e5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8fa0386cef7b44c2bcaf8dd02559d3f1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "1fe1b0eca327403fbcb4d67b8c37ba0a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "49e6f82fb12b468ab3f2dcbe5ed5fee5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0cee5e56750c4256b510e126d32d00ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "985ff5f7ff6a4509825840f93f940a1c", "region_id": "RegionOne"}], "type": "tricircle", "id": "766702529ca44c1fbc5dba0a88c37963", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "95af90ee0e26421e8433883e309e4c97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "3ceff3c55a4642f7a24209f4b9256823", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e42075992fa14046bdbc8413a282162f", "region_id": "RegionOne"}], "type": "database", "id": "c192aae08cf74deeaa4e978c87fec5ea", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e80fba01b3b441f0b165f6fb7678d400", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a0b8db9da25b4587a4170529ffeed885", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "45b570a7e3f54bfb9380ad0e515eae6b", "region_id": "RegionOne"}], "type": "application-container", "id": "089921a65903447088e3a86683280878", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "879eeaf32651488797e70a5f7c8dee6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f4f28586656b49a98489fc540f22288d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fd9ba4a3583149c0a116c8e4a77a7bbf", "region_id": "RegionOne"}], "type": "container", "id": "daf41505cd85414e8da731193705a990", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e68265fdad18489eaea9f50ac2153906", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "33645bdc11fd4948b44eb0301dc28e58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8d011fa725cc481889673d9e3b6e1951", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "38c8830948d2433b827bb7c71769b0ab", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e896fe3847a84ad1a4186f0e95c4bf10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e18698c82946460abfa2a76357b30393", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1f256b8729314435b5e805c6b770920c", "region_id": "RegionOne"}], "type": "rca", "id": "514bc3a009aa47d18480cbed94085874", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "197fa75b3e08450e959ce778cee56d1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "835952ffa8ff42ec841bdb0186314417", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c102ba2958734eea852fd9594035c8e3", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a09cde28045743cba0a7c90bddc09d07", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0a4a1a72c42d4501b7a4119dbe35edde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4364f65a6672404b8c0683fe69067c26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8f2b23656069417fa67e87ad3f4157f7", "region_id": "RegionOne"}], "type": "network", "id": "f456c40d5b8d4aec8a51a7afc0d0d966", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "b17c44c4b178489eb79ce5a05994d712", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a8254f8691e445c2ac6f24dabb738eb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0ea8907be4c14fb0be2e2e6d963e326f", "region_id": "RegionOne"}], "type": "backup", "id": "206a3d7e83d246e6a33a7587ec8b3e39", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1238bb994fc848bb91890ce1a8ae82a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b316eefb2583474fb1b7b5d735de1cb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "649a20d314e544b4a003abe6472b9fd4", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9417d1bb106f4c2080bb0596db97a365", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "00cc667044534992a3303ef9bc343fe1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a8fb0e1fe65d4315b962553c922b92c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e810672487134bea865a82871ac5bf55", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "95dc02817ca54bd79b9add12a0f62c79", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "60e2a67a47224bb09a8d04c94b18e72f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7f5ce5cea99941e8881dfa7aa42111d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "152b06ca7c6246e3b705b871cf22b7ff", "region_id": "RegionOne"}], "type": "monitoring", "id": "4800b7b0f7194473957e795762bafe2f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5879b23f0a394117800b0aab6c1aee68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b4a117c003e346aebcab91803a5f7121", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e6f1e40062914df2a7d1a202671712e1", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9329953462864d9a973f554b2af96bed", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "43efa6c9e8ad49e6bc972358ea93d001", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1e193032e94e43b5bf6c72ebb44678eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "895d3655b48f40318946eda70691676e", "region_id": "RegionOne"}], "type": "placement", "id": "fda555a77ada4cf7b6a5d3ad59d8f0d4", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a651bb322b5f43179e719add05f2f6f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ab30c0ed52a8410486ced83702343cb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4f91ae63c1704c1bb48e0ed4116d49d7", "region_id": "RegionOne"}], "type": "instance-ha", "id": "0cdeb5b310934604ace957d0468332e1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "810ddc5e7c0e4f529f193d8dbb0b1cce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8bb963bc31564ba6918805b02935120a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c0f625361bc0415ea2e1fb112aa48138", "region_id": "RegionOne"}], "type": "ha", "id": "f1b24f43e27f4b768339b7559d719801", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "62238b21c75146e4afb3bf76c26ffff8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7b766745e59e44bea44e196c425e7fdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c4b0e0511e8e43db9c6db184a1237ba5", "region_id": "RegionOne"}], "type": "reservation", "id": "90c7d69f609140748e2c62287ddd7b47", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6328384e799a42c3abf21887db75c854", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c268a8f9902d49c6821a784216589d58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c482f3da398f41b596d9ffc4dbf7dc27", "region_id": "RegionOne"}], "type": "function-engine", "id": "9689e961bb5f4102ad7b554d95a8c9d4", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "daaaaa7fba5f48ffa9ac4f0544e23e31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "21760c968b444c9a8e3c210d805f046b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "71bfe8dff02748daacb84503972c788e", "region_id": "RegionOne"}], "type": "accelerator", "id": "05c97be5fd014969904da611d0c08eb1", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5abf98ca3ee949c2a3ee15991fee03a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2b3ccc0ec4ed4ffda930ab0835e0f422", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f584094b9213462f924b81bfbad71d4f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4cfa915b149140288801f37f1c82ed41", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "239d2e5534074028abd5d225ebd7b898", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b5408945d9c24a89b36319223568bdbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "71ad162257d94e60ac6643928c332827", "region_id": "RegionOne"}], "type": "registration", "id": "f68a07087b54464db5637ca51eb3dcbf", "name": "adjutant"}], "user": {"domain": {"id": "c9ea780b85904009a3ccbf7ae6dbdd4b", "name": "0029980f7fd442ac91d99efb141390f2"}, "id": "c505edb140224ee6acf3aaf9dca646c0", "name": "ca8ea3b03ca7431b9020c337d5e8c3ca"}, "audit_ids": ["8cf6a621d41f44e5b629f2d9e2eddaf4", null], "issued_at": "2019-09-19T09:04:45.398336"}} 2019-09-19 09:06:45,614 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,619 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,622 keystoneauth.session RESP BODY: {"subnets": [{"name": "subnet_name", "id": "123"}, {"name": "subnet_name", "id": "456"}]} 2019-09-19 09:06:45,626 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/subnets/123.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,631 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,634 keystoneauth.session RESP BODY: {} {5} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_role_delete [0.060536s] ... ok {19} openstack.tests.unit.network.test_version.TestVersion.test_make_it [0.066973s] ... ok {0} openstack.tests.unit.config.test_config.TestConfig.test_get_region_region_set [0.161164s] ... ok {31} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_quota_delete_ignore [0.064185s] ... ok {4} openstack.tests.unit.cloud.test_volume_backups.TestVolumeBackups.test_delete_volume_backup_force [0.366998s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,579 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,585 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,589 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,594 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,608 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.514554+00:00", "project": {"domain": {"id": "8d67933953ac495ca214e7c994edd940", "name": "b7d2d7cdafbb4947bc4dfa5a8d2a3c29"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f859ae9eb26d4ad5a03129252c390585"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ccf8cf3b3e7f4f8cb50afb5491c911eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c6145c132ffd4620a3896fc7a7868a4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "60e97cf0a02846158cf7e9b7f6104669", "region_id": "RegionOne"}], "type": "identity", "id": "179266120bbb467aba8ec5893eea18cc", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f5e716ed203a4aadbc37ea35c9662a9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "705431eebc374ed99db6e936874c6081", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b5cb81377fe34adbaf11f0f0bcca789a", "region_id": "RegionOne"}], "type": "compute", "id": "6407d144384e4e3bb7c7e29d231db993", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1e0649fcb6c049e6b1cbf963929049c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d6ad1d7dd4754b5691d5b2c0a3ec516e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "545fa75233004333827f9682493301e7", "region_id": "RegionOne"}], "type": "image", "id": "967bdedebe35498793dda2a4f6bfaeca", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "af7aa43a47934263958d66f42d3c9acd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1abeb633f20a41489453f540c7883277", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "de4349585e32488d9deac9864ea376be", "region_id": "RegionOne"}], "type": "load-balancer", "id": "5c638ce0a86743168b24af3b4c088be7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de36a70684c745d39c5afda9f58d230b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5e7c9fdbdb24f86989a6303d9ba816c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a3b2f28b6404af7b183b1e0293a658e", "region_id": "RegionOne"}], "type": "object-store", "id": "72243a981f4f47d2ac0b03040aaa57ef", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1e62b9dbeddc4c55a3697e19df9228dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "85798031c8b6493e99271d569dc9146c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5a2d393eb8da4ef9928c3e9ad6d9e179", "region_id": "RegionOne"}], "type": "clustering", "id": "b0d2cfba51f5466d930f9102eb1d0938", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dda6abbda4eb49958e8dec7659fe3082", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0c8cfedbb8544d689d9e23a0b32c7135", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a8e69f0bc0924296b962699ad088f7f5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "fe191340700e45fbaa7ebafbd94a2808", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6b75a29cff354968aada44975d94f433", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9e325cd7ce5b4344b1b3312b5b46c6e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "572c70a257e9434d9c24d46f61d38aee", "region_id": "RegionOne"}], "type": "cluster", "id": "4fb5a80fc89a4f13b48d10b819b8391d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "40c035cffe5247fd9a5133bfe79c548f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "17db4aec0fdf409ea9dc5088b1d648f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e41bf75628a14ea8be3cc0024a261083", "region_id": "RegionOne"}], "type": "data-processing", "id": "3a02e4a8dc0640539900150c50e16e81", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "35956d4356cc45c5abf5722a8b45d5d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "979cffe1e9194e9f971cf602c12ee695", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1ae76fa7aa0e418daa160f2849818f84", "region_id": "RegionOne"}], "type": "baremetal", "id": "415b394877a441cc80b808c10a3db3ac", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "80b85e3c632140cda58c059cb534dd6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "17ae9336ea8e42efb2b334b13a0f5c3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "58da9fb60de54657b8cce0914fc84c83", "region_id": "RegionOne"}], "type": "bare-metal", "id": "706cf9b236334944a8f7d3f81cd8d4ed", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "621783f2f693475fa1c392ee6a56c622", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a19d9374df864428beea35962dc5f2da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d26b4bf050e1477cb81b4428da150d77", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "28fa5e031be84e258e1bf689c5e3887c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "faeda54d29094e2eac01a7ba88be3c5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c40f33e7e3404e50812060c585384b4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5a0f9154c42c44db942046113c5dea26", "region_id": "RegionOne"}], "type": "key-manager", "id": "e30d7f673e234facb7527a6fef00a61e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d65d102e936843dbb730a8c498bf9128", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b31cfc53809c4f26b59e0d620bf73715", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3f467577cee443b3ae9a81bfb61a9c52", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "aa7afb1ec7c54c2f9f6c313b11b68fc7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8f59d1666d974bd6b0a98ac8928df4ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e3dc11b8e52e4bd786056565cbfe31aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7046406d53e245dbaccd70c163069f9f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4810c9fd2cfa4947a6d7474d592a14c4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bb8171c300194e558ce8eb5bb0ae712f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "442b9b0e542843f6a2ac3208eb3a4814", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "31660aafb2e74f5c8842f36c09dbd08b", "region_id": "RegionOne"}], "type": "message", "id": "10441a5d06d24baa959fd7b2bcdb0513", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "dcc584f3b67b4e91a2463e8f6298dc73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e09aeaa0df89453eac84b0a91344fa62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2c3e419ad1554357a616424895886d28", "region_id": "RegionOne"}], "type": "messaging", "id": "d2d8153cfbeb4eb4baae12c4ca8a272a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "de8a3b44af5142f2ad143413bd78c7f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "687e538205e043dcba91af24ddb363a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3e2e8db377264194b262588d6175ad5b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "fc00d87c1a2f4653bde6b83f95703ca5", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e1173513a5f7437d9eb29938eb9a1541", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1eccc95712f94e4e823e82fbefa32e9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "44753ff555144762a3b0a6d09a36ebc3", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "7d0235ba874f45a0b20f7732de19c6d4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9bddf8ede4684d7d904edac7d8b20424", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ee68277c2f5f417e8fcf71d34d680198", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4109ab092fb94b518c93da87a5816c78", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "653b46490e90427c9486077321788dc5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "018f2892610e458c8d6191011cfed1e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "070d15677c4c48ad95270fd768c7cb3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7e0bf51f187c43ab91612712b8c60702", "region_id": "RegionOne"}], "type": "container-infra", "id": "4021d5492ac04641b2c1d70a8efc37df", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "03b0fc83b371477fb9d656a4061bf1e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "593c664bcf394afb822516152f72beca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b782641b44474a95a883ff4b5a9d35f2", "region_id": "RegionOne"}], "type": "search", "id": "6fca76cfeb59471aa1a11eeaccead85b", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e7be078e8d8842d29441ef7caa3df431", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1879ce2660634d64b9f8a6e433313878", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b0099da52d8f4f95898da61f7e652c3d", "region_id": "RegionOne"}], "type": "dns", "id": "bc8ca4641dfc4b42b3d4a259d5d7e4ba", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f1b877228e6845b58e6b26bddfdf76ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4b035494aaf54f1095ceb52b1a045d05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d0f93afd3bc04f039a707a09031fb4c4", "region_id": "RegionOne"}], "type": "workflow", "id": "1697e61e93c64b86b97a6409b75bfc0a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5c86d4197a874197b5c5363acc5b801d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6c3a36897cd1477a8b1de65b6751f3be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bcc2e9da2bea4c93a44f3fbcdc08f9f5", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4acf85b8b07f49ef8f134a1d130a9987", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "846b790dc59842c7a696cfa220693572", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "eddc30dbffd24f6a8bccac0a15cd731c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "54345306984e41c7a6b386185df311f1", "region_id": "RegionOne"}], "type": "rating", "id": "41bad1d607c34b0c9ca663bdc477b081", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "78297249a9874c94a9b8a0e6fa97d7b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a2070e67009b4035bb19e0866f1699e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "745818a82adf40b7a4c2ae3839d04301", "region_id": "RegionOne"}], "type": "operator-policy", "id": "3ff77f85a1904378900c116f5ea18fc9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a880e893655e4f9699f41734f7050085", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7314d8c9b2d64f7a8e31110102aafc0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "456c3105f76d4de293a539d0dd28a0ca", "region_id": "RegionOne"}], "type": "policy", "id": "7843cdc26e56438bb57d6435ecf98dd3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "21ffeaf6ea844963b05050b2b001535d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e3d35cf13bbd444fbf9005d306d728bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c5acd03c02804441924501574364d718", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ce6e6eff07604e41a708338c7f4ac873", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "be3bcfcee45f4f5f9f7702b1fa3831a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "537a81095d98467d85be2ae1ef8e9895", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8b8a65a5c11f45548b2a86756ef92e63", "region_id": "RegionOne"}], "type": "sharev2", "id": "6127a51d5a444e1dbdda62d54a7dbb34", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f373adc571124f748044e2a2feb08cb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "542c71772075400a88af1fcd9be93b83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b9830b09919e4885aeca546fb37d4263", "region_id": "RegionOne"}], "type": "share", "id": "48c898fa04de41a1a88e485da0ec6a6b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "91c1e9d5f9d84d1dbe3ccb350f4261c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "37fd0b81c8a144b5a43f6f02128b179e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "799366d249764b3996ea496d56d08276", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8818931f8c424831a8539ba4da7d995a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "112e9ecdbb604f1198977941e2d27b21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd610fce388c4a309c1ced33eb14189a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8609b06675048aeaeb16fe8cbcc1f3a", "region_id": "RegionOne"}], "type": "orchestration", "id": "73442dee9fae4f679cce0ac3b2414a96", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d366a875c894f69ba62248cf62a2372", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8dc65a1dc594c429b1075289bf4f7a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7213d905529e43a2901c93a144e17279", "region_id": "RegionOne"}], "type": "block-storage", "id": "34b2065a1eea4c1f936f665d0f7bb1c7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48daf127a55e4289a1c5813f24a340a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc94170a4ef947c0b995f719de2f66fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "373589bae9cf46869aa205fbc7ad42af", "region_id": "RegionOne"}], "type": "volumev3", "id": "249b911ccf1145e4bcf214195413aa39", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "379e5617bdb44e0d9ec0fe3cfce2c44d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e2ee131b52040d8b0d951105244c86c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32d46f4ec41e485d8167e7d1d4d96959", "region_id": "RegionOne"}], "type": "volumev2", "id": "0fdf2ab20fe84b6396449f2a8bcc8a16", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c928f78024748d587d4be3d1c74afaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7dc0ce1e415425c8ad2aee912d24f53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "78141708293f4f699dd0ed8f527024df", "region_id": "RegionOne"}], "type": "volume", "id": "27eeb37f3fa04f2092d13d0684af6bdd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f214fd6d187c48ac943ddbaa286c0aa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db3de6643f75432695406a1fc65dd9b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a65a36c18dd445bdb1867af7570a74f1", "region_id": "RegionOne"}], "type": "block-store", "id": "4e7bd7b17a464d38a152a9227594c12f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "aa3076ccbd284cc5ba3f0a3c8edfab46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "293c219dd2cf4b31833c1c8b7f468ab0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f09fdb282d7f48f6849daeff78aa952c", "region_id": "RegionOne"}], "type": "alarm", "id": "c5edf92084ab4a7aac77fa4114e42b13", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "52939174adca4082b401623ea6d53368", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5390b8e3833a48eca8bd000401b188c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f0c43c89ba0e44278fcfbbe459f51442", "region_id": "RegionOne"}], "type": "alarming", "id": "b63161ff649e4b1db07ae14506a5b902", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "68cebf397564444eaf5def9a33558bb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "56dc9be0e374403aa6c24cba4cbbc61c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "213a6bb203444e82a538284b771fa977", "region_id": "RegionOne"}], "type": "meter", "id": "8b9e55993ee645b9a80b4f992b531b87", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a124a7ec82af4e84a734bc5ff795369b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bdf8d565524b4b72946df7f8173e380a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0742b2e84d2d4e1780e46f2296121c1f", "region_id": "RegionOne"}], "type": "metering", "id": "62c8ba0d04c74befa44b32065adc36ad", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9e8848a618484828bf3b9ea68a8ba077", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c0c200cb49e149b8aea4f19d770968af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "410cc6b4993447e59370b55f65913a18", "region_id": "RegionOne"}], "type": "telemetry", "id": "d59ef0f9a2b14172ad89271718945185", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7361fae3519a41b5b2854637c8fbbdd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "de0c708a0822464884d7c65bb1570405", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6905034dce9c4f9e87e69cadf4ebc944", "region_id": "RegionOne"}], "type": "event", "id": "c202515787554cba877e7b6463756176", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "26df8452528740019b4d64c6094b35e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b1d18b50005a4fa0a4277d065040449f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "443b57b795bf4362a250c24594215c50", "region_id": "RegionOne"}], "type": "events", "id": "142be2d1798b493b9803f0481ae7bab7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2f35e527c2bd4dcfb0573b264178b6c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9961b2f7c19647768b4d644801f368fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "128caaa2486f4af39c7379f44303cb26", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4e13190370fa4440b6314299dd11d5b8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "de21e224f57648c3a40451397503026c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "989dcc29f1b74726b807921c4160379b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "67af88bb5cb8409b9660a0be6fa93509", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ec4b327c01f242779f6d546e5475affc", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a9eae88a4db24e30b96d169a73b7c8c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a0e9814392bf41daa525b2524b7cc0dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "281d3ef9b4714e4b9d00e8e01cfca2e1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f3c7ba316cdf4ddca99796a96051b602", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "db1b5c10b26f426aa395c1116d8946ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2f97e6f7acc24d18913f3d5861b022c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8af406185aac445cae76dce33f35b3e2", "region_id": "RegionOne"}], "type": "tricircle", "id": "8019f227d1354d83a05dd81744e299a8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "097d92556f63407c9cdc097a09b4017f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ebb67713275e43b7adf23f4f8876f9a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "71afb4faebf545f28ca4403bdd810e07", "region_id": "RegionOne"}], "type": "database", "id": "0196c80c736041529423c0d84db82bd1", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cbd2dbea0f9e44cb9a867c9ef6fe3eb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "69da662401024b8195afbbdfb976ac24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "aa98fe23b8fa43dabf731f3c432099d3", "region_id": "RegionOne"}], "type": "application-container", "id": "674b76328f4641d3ac05315683f508c3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "213a0f1b6c334fe7917c97e299f17593", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c95833d6d63246639c3f0a187d3b7a3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4adc2a6b88684b7e8696d612c01cca8a", "region_id": "RegionOne"}], "type": "container", "id": "d1e0fe9d243f4c9187e67ee2093748fa", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3f0e5dbe193c44bc8e9ea15bc40aa141", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "58d1e143ada648dbb20ac8ed1abaf81e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "24b7bcf461674a0c8f19ff437d687444", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6edc7d80149d4309bdf7a715aeb7c789", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3e6ac2787708463f995454e79676d0fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9a9714442e9b472ca4c5e7dc60b2a19c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "14e330e5315e4a9e9528e8865321aea5", "region_id": "RegionOne"}], "type": "rca", "id": "b722c2c848c044ccb49efe43381cd7b7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a64b9c4920ae4d749520adf2c33ca324", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c03579b1c40a46eea52468a1fa640f11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6907e4c929b14dca8cc6078ad4c79df6", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c872c52d12f04a54a80a5ea0561e9a29", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5ab1092089d64f528abe567670856a62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bac2083e23fd459abc178e382b01ef56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a4e06ecd8f364fbd957fec90944ece3d", "region_id": "RegionOne"}], "type": "network", "id": "444cea4147f1483b9962654dfde6238b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "64129f7649474c429a35ed7727817841", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0f67dfb1926e44079f088b1da0e6e8de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a8e5f13f9d9447aab1b1526aa5da5d88", "region_id": "RegionOne"}], "type": "backup", "id": "c8ff13d408254eb783ea32cc61a4b650", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6d1ab5fadc8e42b4b935522d5ea63f59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b23ce7603c6d4ccba47ea1ef90daa061", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "438b3c2ee5c0414aa7fd135f7ed6d899", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "2afc3b4fa3aa4c23ad5fba5c334d10e9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "669373b72a834e4bae096928df07c04a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "34405dbeef434e5594bc0b27c3a5c491", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ed7f7fd630b644a99e968d1db7a97243", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "8e38835935d64b1ab260bc1498fa9135", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bfedb2544a154152aa07ab652141b6b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2de9aa505b22463696a653c4f4d36834", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f96bd17a003e4ee5993809b7884ab09f", "region_id": "RegionOne"}], "type": "monitoring", "id": "965000e0569b462594e5bb07f9bb1f02", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2e0a1838e5ec4703b74446f756b78724", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b247ea17496b453da1132f774bcc822a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "bce3d6f4f0e44439a24d06fd5df17fb5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "00849558e2604d9aa75500df231a5bdb", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5f2cb222011c47bdb776bd613504d6cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "789935638d6a4d079b619d7d2c61a9cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "dfccd59cc17e4db189600f82369cb7e2", "region_id": "RegionOne"}], "type": "placement", "id": "d3d12318d1134cf3803bb86e5491905c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b97d720fe17d4f1d9b1a7f3fbc5b083d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "480a3fe86d04416f83da6b9177801020", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "946aa398c5e74b34b68491e703940c5d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d68c8fe9164240768d6c469b5064f215", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8cba045d555a4d4ca325f77fd2b9f1e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "79459c5c5b8740a58e593d557571aff0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7059de94acd946d69c0a249d3cac4805", "region_id": "RegionOne"}], "type": "ha", "id": "4bd15854ddd44a3abc7279406eac5004", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "55ebec04134e436495cb205cb2108e8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "039b12f88e20420fa1f2ff4f449a459e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "df6a6f31db7844d5b0b18ef1a05d8f8d", "region_id": "RegionOne"}], "type": "reservation", "id": "b33bc65f259d4eda9eb2810f9bbf224e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bdfc9ec486474a24bf21d01002f7f199", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f2859a5d592e40149685ca42e96e173c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "eada9f979d284ae8a88af0415c543142", "region_id": "RegionOne"}], "type": "function-engine", "id": "f1fd113ff4534087a665275cf940429c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0151f1056d5f462eb40764b3e1c5fba5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "283714d2701249eab96a831a9d7c749f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "758b8b311eda4de3bb8bcf01396e6160", "region_id": "RegionOne"}], "type": "accelerator", "id": "42b7368406814508ba06ee8fd891f195", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a42e696336f7415c9db9f3fc97a5eb95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7c6cad710be74956bea470ecb77512fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e8e226ebf5e74c78a1ec84b9d49a5e13", "region_id": "RegionOne"}], "type": "admin-logic", "id": "22b6a12c1c824bb98f15277c537c875a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "620eef4d44a7407394a08c08470247ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5385e9b6a73a416e93d3ab395e625b33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5b048d302d57465a9ec97485fa5668e0", "region_id": "RegionOne"}], "type": "registration", "id": "5cf0bda63fbf4ea3bdd6dd8d29f9ecb4", "name": "adjutant"}], "user": {"domain": {"id": "a0f54c490c5a45ab879ac98875e5a867", "name": "68f0ec0c57d24bff8d81dbdc11ad1001"}, "id": "843da62ac73545aca816d09e440b159d", "name": "5ae9206737884352b85d005c91378eea"}, "audit_ids": ["b14bfcabf49b47019092a50a9068a2c2", null], "issued_at": "2019-09-19T09:04:45.514554"}} 2019-09-19 09:06:45,725 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,729 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,731 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:45,758 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/backups/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,762 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,766 keystoneauth.session RESP BODY: {"backups": [{"id": "6ff16bdf-44d5-4bf9-b0f3-687549c76414"}]} 2019-09-19 09:06:45,786 keystoneauth.session REQ: curl -g -i -X POST https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/backups/6ff16bdf-44d5-4bf9-b0f3-687549c76414/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"os-force_delete": null}' 2019-09-19 09:06:45,794 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,798 keystoneauth.session RESP BODY: {"os-force_delete": {}} 2019-09-19 09:06:45,824 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/backups/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,830 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,834 keystoneauth.session RESP BODY: {"backups": [{"id": "6ff16bdf-44d5-4bf9-b0f3-687549c76414"}]} 2019-09-19 09:06:45,838 openstack.iterate_timeout Waiting 2.0 seconds 2019-09-19 09:06:45,859 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/backups/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,866 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,870 keystoneauth.session RESP BODY: {"backups": []} {4} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_profile_types [0.103670s] ... ok {23} openstack.tests.unit.config.test_config.TestConfig.test_get_one_default_cloud_from_file [0.117576s] ... ok {19} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_delete_floating_ip_port_forwarding_ignore [0.066512s] ... ok {14} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_resize_cluster [0.067079s] ... ok {2} openstack.tests.unit.compute.v2.test_server_group.TestServerGroup.test_basic [0.066635s] ... ok {29} openstack.tests.unit.cloud.test_volume.TestVolume.test_list_volumes_with_pagination_next_link_fails_all_attempts [0.631362s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,220 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,225 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,229 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,233 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,246 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.159593+00:00", "project": {"domain": {"id": "994ba9ebba58417a86bab300a7255899", "name": "7cd4798edbe848a2aa559fe671380860"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6752ac7489a04ff9ac342f38d65a60e8"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ae37eafb715243a9a21cdb40f4d0a851", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f7c61f2a48a9424aa4cf8598587097c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e9875cdc8e36455ea1835fa785fe24b2", "region_id": "RegionOne"}], "type": "identity", "id": "b223c9e763cc44dcbea37f7470c91325", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "04028bb1d05d4a838acd13ded0ba82be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e32758203e8c44beb7da2ae3528aec98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "78593135ae04489c99d700cdbae45d8b", "region_id": "RegionOne"}], "type": "compute", "id": "c8f545a0dea3489c815503f84182ac2e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "15a199932c5e4f488cde670b4a629bed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "81a4b8cd69204f99ba7b37cae5a3d994", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ef9dcc801ffd440dbaf912a05a72d123", "region_id": "RegionOne"}], "type": "image", "id": "6577ec20ac7446d4b8d50663ae382af7", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cf996b0db9454e4da0ef727c6f33bfbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "25d7bc19e99f41ad9fd2bf3969dc4a4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e4edb2d3940f4ec78ed158d7b276e90f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "8dc456190662475d987b968d1ffb3581", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fbc91b34afa459f87dd5297f4bd17d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd87c069755743d788c7173aa0e0c95e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5a3b6fbca7846df94045934ca89a1e3", "region_id": "RegionOne"}], "type": "object-store", "id": "5ef99d186d284d6582ea15e8217beca1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b9e867613fc84b499a18b8ca7097e135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1d905ae6c03c4f9baa1b71bf1809872a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d7f46fa5b4664059a59ba74c8ba625c8", "region_id": "RegionOne"}], "type": "clustering", "id": "1c2a4434a44947c09c8299a84d6a62d1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7c0411019ac045ddb6a93b2164393daa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1510a503eab3461ab5138f1ecf1d0e81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9adbc0822a22458e969625360da348a5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "55897d53b81f4ec897e9c87ed3edcbe5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d540586fcb7941fa9802672b6393bb07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7b20560e7a2b4f2ea0b84911500292d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "102e7fa315bc4b0483b68111d5dcc56a", "region_id": "RegionOne"}], "type": "cluster", "id": "985632bb737541588ce0d2d17517a128", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5932eaf39caf4bbd836674731b0c4806", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f4fb65043b4242a986079a08eace2baa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b56dc881818e4597ae59ddfeb1133d19", "region_id": "RegionOne"}], "type": "data-processing", "id": "237d1c3a0a8f4960a35108f2a2206389", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "365807b0f3a94da2907c4d0ae3ecce84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bc60284106924ecfb0c26da6db5a74c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5b4272b9f85e48ba805a6625bd337a66", "region_id": "RegionOne"}], "type": "baremetal", "id": "5638e839dc104f0ab95156b30cdf75a4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bb50c1492f1f4c589fc23f4d8123ec89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "20c4c3899b84492487765e9384024e2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "841657057627446db854ce479343d3cc", "region_id": "RegionOne"}], "type": "bare-metal", "id": "9eb5df4759724d89908f54903a85f713", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c2588018263045f19f714cec8e893da4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b28d3c7ca2934e16a9eea398f839be41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c5f9d281d8fc4612b00948cebb67c99e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "070638fbe6434af0b70dfa5de6c32db1", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bda6ec010af24b148109454468a9abf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ac6bf413dad8410ebe2fa8bbaa495d4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "fcc036f68fd24ada82d7e6c1651f8e73", "region_id": "RegionOne"}], "type": "key-manager", "id": "f57f03e9cc1543b1ac9ffbec33ac35be", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dd086613852e402297d451357054d592", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9d5fd85633844f449f4101dd724f5e37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "21f355dd265e49ccb05200b46bd18f43", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "341bac7a6bf84e68a64794c58a8cd576", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5828bb306ea0486c9fffdc6e5e5054b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "532b109248184f91ac5a4437298c4627", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ed282b74f6a3485194f79710b1f3a156", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ba5f7f9c98b54b659738ee21ad91c7ec", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "241c963b13f54762acb240a514d07de3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "74baebd41b3e4087bf7721266306b195", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "138f7bd69290460d802acf489c34c352", "region_id": "RegionOne"}], "type": "message", "id": "8f075d6997af4cfe8720a33f2cbdd976", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "88f726ed7e624314b37be07a6b830718", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0eba5df2ef0c4c849e533cad319a6662", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "716a941ccff843b9bbe088974b41c07a", "region_id": "RegionOne"}], "type": "messaging", "id": "ec5ba872e8684cbd99fb8812a0c0d25b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "969ff5ac6aa94fcf9adfb93fc8889f98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "97676771379d4c509ee289f912891f1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6c7a6e05bbee4b568c13ad9a67bfd8d1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "01c305d139424537a43a8e60b304ec32", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a8f719377bda4d45bc52c176a5aefb7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7f59dda357e24b1a91247a47d9252c52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "69acbfe77c5b49a89e24efbb4cd7e432", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d401ef07b6ab4e8ea626ae77ba08ae19", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "39edd2dd130a4ebf8b65eca1c248c78a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1b8bc8c83f98401197cc9937ddd09cdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "98cb375568204bf5815442b8099e79ff", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e75564afd3e6461081c33e243139dbac", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a53d0a4a615c4aa8acc13cdd5d2319da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d84ed1b3472d48ca9985d7d6eb5556d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c9ff9e565f504f9489fd638d4af3c73d", "region_id": "RegionOne"}], "type": "container-infra", "id": "473afd8367a440e582bef35923f2031d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "24e16f5687d34749870ead744f49aae2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7a5a7ded31ba4af0b1840de83a2caa16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "07c2a8b68e71446a84c6c830a556951a", "region_id": "RegionOne"}], "type": "search", "id": "1545eee64bcc4fef834474ed1ed2579e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "fa702d225973437481614e6a15142e7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b398f67ea53445f6acb52c447c840b4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "876388b42ba841eb840ab055a9a5245b", "region_id": "RegionOne"}], "type": "dns", "id": "be340964eaf44b27bc28d214d863508f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "122d9385857b47e2994dfd26cb0d295f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f1ebd0de98cd4c68932a4376b46abdc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9a0e3cc703e74a63b9d61b4e701442a5", "region_id": "RegionOne"}], "type": "workflow", "id": "7f827ac3010d4e3c9fd925aa4b8eecad", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6765e52bac714a16bf51713cf07dec59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f180156ddd734e97ae523f3f03080b38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0f080b68fbe24039b06fec82b52cd98d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "98d582a3225b4751aa45a580cd246828", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2421dda5e73a47f9864d86c48869bb5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "64bc9267a34844448a4db7844c8d2eed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "966b24cbde124675a4c39c1b75327afd", "region_id": "RegionOne"}], "type": "rating", "id": "c477e486f9ea40e699f3e8490f9e9923", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "15937927473a4b77a1f8501f57d89969", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cf4d5148dff3410ebac9e9c447a1857a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8db5b54183b9414ab4f7a460f18ce91b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "7a6a7b952d804135b6c8a1b40cf23b43", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0ce73a91edb440c587d247f3febecd0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a09811b679f64d89bed4cc5ca8e42d99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8675619095a3424dba7b684b006b77d9", "region_id": "RegionOne"}], "type": "policy", "id": "c2b2255c83c94b1f8e4922ffde1f4255", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "75963bf46b284601b398fe69a2a0383e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "af8e3980790b489988f798d6a78388fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "02c6fbbc12b7471894250c47cb1d6770", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7274f8e7cf4e414f80922e9e92ffaf3b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "55822dc561f94301b9a6438b7a3afb0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a32284f14735432a896448a36210aaa1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d6cc20ee27834057be2f1dbfacc55532", "region_id": "RegionOne"}], "type": "sharev2", "id": "b0aecfeb8e734cd0a63e8d444d1bb213", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fa42889c07424ec4a7d5e65ed6513b64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a7234dfe890d4916919183289bf2a110", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6938a18aff4341f580cb9ad811fa840d", "region_id": "RegionOne"}], "type": "share", "id": "f2b2c66b23894441935c77440cf20890", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3a0dfefb877240a287c6b792a9501cc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8f8bfd3aacde4371806ccb284a7788fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f24e8247da8d4d5db6d259d926af0fc4", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "945a20e7fdbe485b8f77f978810d7f18", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82104a2cfceb4e2f9c75ab5b68b7d74a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "508b9031e8ea419695196328c1736893", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1d292d50635482094f881d85aa9fec8", "region_id": "RegionOne"}], "type": "orchestration", "id": "b2a732d2cf204f0b83e7f34c7d678311", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed191726e62b4eec85edef17892d6eea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66cd41072a924d1aa7c6dd542eef5789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec7266b0277a45a1b9632aa7f970923e", "region_id": "RegionOne"}], "type": "block-storage", "id": "137c81425d6e4fefa00b6adb542d0372", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "487c81d25caa48a4a44765619a8ced97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bcd0af2f4fb4fae9ecfc28820088cbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7881dbe7c214196a927367a22cfa6fb", "region_id": "RegionOne"}], "type": "volumev3", "id": "40f7660777924c91bc7f5ca6133df93a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d398c551df244289d7e3df609d3d99f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "196d1056e4664a628e22952e5721056f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93d070f3e6dd4a4d80d6d2f353f4c78e", "region_id": "RegionOne"}], "type": "volumev2", "id": "7b9356a580184fd5ba63cc64639dcbcf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27c7109a97f54f1082a8d1ad4fdb6b78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a501a6ee1e4d466eac79dc9bac4a1248", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "728e8b96c591440f93f33e36c5bca47a", "region_id": "RegionOne"}], "type": "volume", "id": "747d61a096d9454eba82b4ae40a61ae8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df90d120070d489fb76a1e6426ec96d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d7fb648adcd420fa8ecda5810bae238", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08b444ad7b1c48909dfdaac1ba5129eb", "region_id": "RegionOne"}], "type": "block-store", "id": "0c533ab2b21c4e09a20c4f3a36b44d4b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8b6c80f0a1934c09a6ecb537c22aaf5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "24f580199335423da859685db80c2914", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "12e49f76b3da408b8d7deb36360da5bf", "region_id": "RegionOne"}], "type": "alarm", "id": "684a5630cf3e47c7b7d1afb5bdf1790f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b7e40c42050d4f1fb59f5fc4b32af406", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d943bf088dce49aa94d8a62f62474c10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ff604c22919647b9b40545755ee8f233", "region_id": "RegionOne"}], "type": "alarming", "id": "4801027c16284c07bc7968aa0faeef32", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "48b0ed8224cf419d9220eea66bdae0c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "188d80f57e024a8fa4f9a64d8deda962", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e7a34b2026084257b24745ff0ab0df92", "region_id": "RegionOne"}], "type": "meter", "id": "65ba0436d4e543bbac285adf67d0f23c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "55f319bbef3b4fed959d783aae618aa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ceb8986c5de14086b4e49ef341f03c27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "75bcf7da85e141e8b560bb12e896bc3c", "region_id": "RegionOne"}], "type": "metering", "id": "2b4ad8751450407ea2383ee3f314702b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "661dce9e913844a0a1ca9e6b4ad3ae4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0c5981c667ea4190a7caeda7d6210488", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bfbc5ad1813446c39245b963c4aee36f", "region_id": "RegionOne"}], "type": "telemetry", "id": "23c6b25975c243aeba577de45f9df6c4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d83653f5718c4967b1cfce1b36e99c57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "64bd0a16ec4244b1835727ff34d38562", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4051e70cfea24f5cb258b2ec706dee48", "region_id": "RegionOne"}], "type": "event", "id": "0fe08e9b845f4af6a719b60b83158811", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6db9e219702041389404c7532992d1a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f9b80e3094e34f0b9d9426bdf725e17f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "282af4a19e4544b481f0b2e99f3b0680", "region_id": "RegionOne"}], "type": "events", "id": "4986751f193b4814ab49221bd702cbe9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dc0c34a8584c4e9395625c0356e37a6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ab168bdb00cb471890a7ed28b265a986", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6f17d6d4c6364fb9b155833a34405d6f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e3fb642b77394f52863b66f55a8bba29", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5993b16bdc0b4fbf9605d92ed97d8284", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "60af91b3ef4e4f3d998bf9a3ab9db728", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c9ca5b35ce614863b1f27d761a84ef41", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d18dd60675a243359e4d0b8f8f495737", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "baa67b3487c0447c8b71d1713a04f908", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e379bc3bc113429190f541512b1e8725", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2e52af28fb3c4975a59859760f8fc683", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "bfade52d96384b2aa6106b6c55734d06", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c654279d90004738a33872185fa933f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "834e04887ec947b1a57ae040c4d4b827", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a9684a335ccf40b3a033db4b4ba2f454", "region_id": "RegionOne"}], "type": "tricircle", "id": "aa515b1be5664c98bac6763c0ac30a9b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "659d2a1432274956884f0fca2d0b6460", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "add15eecc5ec46b797e8806b010f0f36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "5bf6c217b06243519f27f89d99f4ca57", "region_id": "RegionOne"}], "type": "database", "id": "9c03264463cc41cf8abe6deb18f65f24", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5a69cf5080e3479aa2ab5ed1acf52552", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b5270021ab4a4189987b38892d39deb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a6be793f961649f393232ea133dd7c4d", "region_id": "RegionOne"}], "type": "application-container", "id": "2d26e27322994ca98b58b671de9c2619", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cdd10f9c663b499db93d17b766f01c7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8b2057acc223427da39a571216005bef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1c442266e3ca4f52ba34c9888d375b1a", "region_id": "RegionOne"}], "type": "container", "id": "55db6b6e66ca447480785ea221ff6c24", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b92e69c4ac1c4e0996686587baead698", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a5c007a34b904b4282eac1891b2c3aee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e24b01a397884a0eb09a6f8a247d3532", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9dd870d114654dc081e9c2deb756cdfe", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c0455f40b5144dedba8cfd0cb07aedcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "62d56b9975dd4d15a3e1976a3830b02f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b9aac13cb77a44ebbc6647373ecaa2fa", "region_id": "RegionOne"}], "type": "rca", "id": "4aa66ff640ef4208bd1b2c5bc0f0d87d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c17f1036e68a4d29ad0df29d5e0b59ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3c52efc0be664fb797cb8d0499e500f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "fe5f3d21917243ac9d0a95e1158d199e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "79e07240ed634afbb20861353a6ca572", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3f6164b8d372450d82b88243115fff1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "812ad64f13ab4d26b45c2d791db32c5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b63450505f2547dfb267508faed8bf27", "region_id": "RegionOne"}], "type": "network", "id": "274c66f047904b28bb35249ee5fd6e8b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0244c631d4eb4d25888fdc8b19939193", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "cf1c06be01b642f28743940c42b2005c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7678eaa2bf4f4a99b3562215082e15d6", "region_id": "RegionOne"}], "type": "backup", "id": "7748cf065ab5416d8760329297146365", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9218f3081847437fbe980b326cc76df6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7930c8cec64f473ea80a304e91205c18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "97a671cc7ab641878de9ea31d3d75a08", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5c31a676e2f249e9b561b0a278163c73", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "018ef09e9de14e0fbe0bae6da1efbb07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3e1c7a26666f45f8aa108e15a89c752f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e1d4d7ddd7014879b6ddd9d43feb4ee3", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f8e0d4e1e49242bda40387ecce6fca4b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ad450a788bd84dc8a17f6f757c3bd61b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "14e7b00f34694a2fb31c2b866d47ae65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "6ed50976582444a1a43eb5a78114bef2", "region_id": "RegionOne"}], "type": "monitoring", "id": "3b47d5b126994819af9c01c5f79650d7", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5f7673a7a9b74172ad6ef131814d011e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7780bc5f378747fc989004a073d9cdd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "fa450a91107448a6b6a5d8e01e95f3e7", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c3afdbb1143b4424ac44b37ba8f77239", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "84514acd26104668ba0bf5aefada3cc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "e96019eff1344458a897e8a0c20c7dc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "689188670e924440a5573efec683ad8b", "region_id": "RegionOne"}], "type": "placement", "id": "0efffcf55d054339bbb4f8cfd2be2e51", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3637be9de503472296d580e7e2a59ff0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "45bfad20667c4bd3862067fb163f2146", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b56676bca49a4d72990d0ed694163c7a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f8cae0e310d9439599da9f95f832c675", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0d6c898364b345fbb1dd859d0a10a012", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7cfbe19a01e74978914f5e9cb901904e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "89fea11f4c4a41d29ad8c8ac1b27e55a", "region_id": "RegionOne"}], "type": "ha", "id": "b18f8e7d920643638a0f3e4e5fa359f4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4bbba2988615419994626c29b4fb76ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c003fd8f48ec4e8f8f66098cec3e740d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "cc942ac0061e423fb5465b1df4f7f9ff", "region_id": "RegionOne"}], "type": "reservation", "id": "120472c9c3d04b23aee60897aa45f5b8", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "53d86576ee184097b43ff0f96a6957f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "92911328691e4729bdc523727ae36b3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4dc0891f80ee4e459c5ee78fbdf4f4aa", "region_id": "RegionOne"}], "type": "function-engine", "id": "39887d7e0fbf4fe0b1300a7f8c893ca3", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "86dfa6c584e149b4a3e70772fcc83b16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4aae0aa3961247d6bbf7838df02ccb28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "de354cde7d5d4349b27e3d3c35fbfc25", "region_id": "RegionOne"}], "type": "accelerator", "id": "05ad5eb273b34b8db2733da7408bff4f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e14bb6ee476c4a769395c809d2c9b21c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4b922081622040d3981b13fd646325be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cd7d40b2a23b48ffa69c8289c9fa6769", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3090c4615e7d4cf6a03e1117f9dec7d7", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d52c47cf293e49bb8e9f3bb012c0d2c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5b88dc74e156429cae87344c96e5fc79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f588331c73404b3cb64dcd177b474807", "region_id": "RegionOne"}], "type": "registration", "id": "bb8594ede73f48b7a4fb3183064ae92b", "name": "adjutant"}], "user": {"domain": {"id": "a6d2cefe72e84386b4b38632d07d152f", "name": "63c42ca9cf7b422d8f9e32fbb38957fe"}, "id": "6951e693205d489aa3552c6b77ddbcd5", "name": "c8312bbcbf754217875a8f3ad1143df5"}, "audit_ids": ["4ebf137b94494dcc8fb7abad2eca9f9c", null], "issued_at": "2019-09-19T09:04:45.159593"}} 2019-09-19 09:06:45,547 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,554 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,558 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:45,606 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,612 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,615 keystoneauth.session RESP BODY: {"volumes_links": [{"href": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01", "rel": "next"}], "volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}]} 2019-09-19 09:06:45,622 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,627 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:45,631 openstack While listing volumes, could not find next link {u'volumes_links': [{u'href': u'https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01', u'rel': u'next'}], u'volumes': [{u'status': u'available', u'name': u'vol1', u'availability_zone': u'az1', u'created_at': u'1900-01-01 12:34:56', u'metadata': {}, u'source_volid': u'12345', u'attachments': [], u'volume_type': u'type:volume', u'snapshot_id': u'id:snapshot', u'size': 75, u'id': u'01', u'description': u'description'}]}. 2019-09-19 09:06:45,651 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,657 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,660 keystoneauth.session RESP BODY: {"volumes_links": [{"href": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01", "rel": "next"}], "volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}]} 2019-09-19 09:06:45,664 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,669 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:45,672 openstack While listing volumes, could not find next link {u'volumes_links': [{u'href': u'https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01', u'rel': u'next'}], u'volumes': [{u'status': u'available', u'name': u'vol1', u'availability_zone': u'az1', u'created_at': u'1900-01-01 12:34:56', u'metadata': {}, u'source_volid': u'12345', u'attachments': [], u'volume_type': u'type:volume', u'snapshot_id': u'id:snapshot', u'size': 75, u'id': u'01', u'description': u'description'}]}. 2019-09-19 09:06:45,692 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,698 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,701 keystoneauth.session RESP BODY: {"volumes_links": [{"href": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01", "rel": "next"}], "volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}]} 2019-09-19 09:06:45,705 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,710 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:45,713 openstack While listing volumes, could not find next link {u'volumes_links': [{u'href': u'https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01', u'rel': u'next'}], u'volumes': [{u'status': u'available', u'name': u'vol1', u'availability_zone': u'az1', u'created_at': u'1900-01-01 12:34:56', u'metadata': {}, u'source_volid': u'12345', u'attachments': [], u'volume_type': u'type:volume', u'snapshot_id': u'id:snapshot', u'size': 75, u'id': u'01', u'description': u'description'}]}. 2019-09-19 09:06:45,733 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,739 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,742 keystoneauth.session RESP BODY: {"volumes_links": [{"href": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01", "rel": "next"}], "volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}]} 2019-09-19 09:06:45,747 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,753 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:45,755 openstack While listing volumes, could not find next link {u'volumes_links': [{u'href': u'https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01', u'rel': u'next'}], u'volumes': [{u'status': u'available', u'name': u'vol1', u'availability_zone': u'az1', u'created_at': u'1900-01-01 12:34:56', u'metadata': {}, u'source_volid': u'12345', u'attachments': [], u'volume_type': u'type:volume', u'snapshot_id': u'id:snapshot', u'size': 75, u'id': u'01', u'description': u'description'}]}. 2019-09-19 09:06:45,766 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,769 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,772 keystoneauth.session RESP BODY: {"volumes_links": [{"href": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01", "rel": "next"}], "volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}]} 2019-09-19 09:06:45,774 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,778 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:45,780 openstack While listing volumes, could not find next link {u'volumes_links': [{u'href': u'https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01', u'rel': u'next'}], u'volumes': [{u'status': u'available', u'name': u'vol1', u'availability_zone': u'az1', u'created_at': u'1900-01-01 12:34:56', u'metadata': {}, u'source_volid': u'12345', u'attachments': [], u'volume_type': u'type:volume', u'snapshot_id': u'id:snapshot', u'size': 75, u'id': u'01', u'description': u'description'}]}. 2019-09-19 09:06:45,782 openstack List volumes failed to retrieve all volumes after 5 attempts. Returning what we found. {29} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_recover [0.067513s] ... ok {6} openstack.tests.unit.image.v2.test_image.TestImage.test_import_image_with_stores [0.078364s] ... ok {17} openstack.tests.unit.compute.v2.test_metadata.TestMetadata.test_get_all_metadata_ServerDetail [0.067413s] ... ok {18} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_listener_find [0.063436s] ... ok {26} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_policy_validate [0.059177s] ... ok {3} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_extensions [0.067533s] ... ok {5} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_tenant_find [0.069285s] ... ok {21} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_policy_delete [0.063832s] ... ok {4} openstack.tests.unit.compute.v2.test_aggregate.TestAggregate.test_make_it [0.079019s] ... ok {12} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_get_region_name [0.089808s] ... ok {31} openstack.tests.unit.load_balancer.test_version.TestVersion.test_make_it [0.063052s] ... ok {14} openstack.tests.unit.compute.v2.test_limits.TestLimits.test_get [0.145523s] ... ok {8} openstack.tests.unit.cloud.test_shade.TestShade.test_list_server_private_ip [0.411340s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,578 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,584 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,588 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,594 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,609 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.513982+00:00", "project": {"domain": {"id": "735d9f3395ac408ead9817b812bad5ed", "name": "35db05fb93934976b32b95b2b0da9b67"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "88e8cae757fd4d18a6e717a701fbec68"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "73b49563795f41dfad8ea36062e2ba3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ae8454b073b34138b1dde147d6edba21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f24e171cebf5497083b8f1e49c4bc557", "region_id": "RegionOne"}], "type": "identity", "id": "43fe39ad851a40fbbf1be7690ac0cc4e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "461bbe9e9453483285bf119f8a907938", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "62e39bcb82594b2195373a7ed51a075a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "145c372cece249088244339c12a1077b", "region_id": "RegionOne"}], "type": "compute", "id": "5f052fea1e67400da17699c97111c920", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b707bc7a28a647f6aa82a5137609c55b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "616eeb902eb74a0e8cddde412e85469d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e179c146c6684dc6a0c46bf9fb17b1a0", "region_id": "RegionOne"}], "type": "image", "id": "cb16f866fb994fb6853a4131c5e1bbed", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0cf73ce9c5b14b7b9d975c5077535e11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7f3066924d58410287ac136a06a0f9f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "db542b6dcef240129a289fa92b777a0b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "5866e881751e4e358b6b99087cd524cf", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c9cf255314348a6a47dbce40de832c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f9c45c00d9243dfafb97fc2faa7768c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67d8dca8781d465c8708836effcd7666", "region_id": "RegionOne"}], "type": "object-store", "id": "c9cda9e03465421296537ac3bc76adcf", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fb90411e93024c96aa2a0e0677562e3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "77449c4a0089476c81b4187019c42410", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fabc937e0de34df0b15205054c3c8e4a", "region_id": "RegionOne"}], "type": "clustering", "id": "d67387194b0746a3a5afd1ad885d2ea1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b34a167edd664e38ad383668f26f7cf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9ad6dc06f5d345cc9a2b5342835805c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4d29101359b9440ebd07b40140dbeedd", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b121a36e44b84464a617891f49830602", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c6965f3a06ca488186408ac205dc5f16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f3a7cb02bf3c4fdbba818e2b732b56f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "72acb4b09e0f4eb08e438e174988fdf2", "region_id": "RegionOne"}], "type": "cluster", "id": "6b0271137baa4ea98cbb67455d806e0b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "09869a1e24c24e1d8dc0d7b66c30d5b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "85543f9b22e74460a0fd7f6b4e6e3923", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ede1a2d5e81f447a8fd4c4f6dbd5e81c", "region_id": "RegionOne"}], "type": "data-processing", "id": "f200d16c607d46c68c6aa6d4975b6470", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cd8aca60c6cc464ea2fb68990994a7fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "418027c7b865488996374fe99695c6fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "76b07678366342ca8e27620ec2a88991", "region_id": "RegionOne"}], "type": "baremetal", "id": "ee1b393824b04d4bb648dcac39d21b70", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "935eb5fef6354fda916a876ae5400c59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f1d7626c74204601a30b5b59972142a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "888a3c42542c4c32a033430654b85115", "region_id": "RegionOne"}], "type": "bare-metal", "id": "76acfe21fd3a456888b458bc7108b98d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "21178a0b94164e188d47b20d389b6cbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4a266f35f1104431bde85cdde09dcfc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7f920f5385c04beb9f520cff620fe944", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "038658aac3894722a1c5dfab383f6947", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "71b5ace6866b4938bb8efcff1245f6b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "195f69084fec4a11a32c10a16971c900", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "49d7b60001264fb191eab4b5ed346347", "region_id": "RegionOne"}], "type": "key-manager", "id": "18d52f3c60da4591bd059548f705c745", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0f5815ab8fbd41c69798d99a1868eea8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4c5d32bdacb944f980a68ab97fc0c35d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2bd636c2ec2d4e698819cf660d10c0c3", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "070df22e138a4d98ab9e09ce411a6a90", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6ba6a310ebf3417db46dd9e992b95d15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b5cd49348aa547e586ed2a6e08c96621", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "916da6b07d3b4d8896d5a42f348ee24b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6aa5531e72994085aad9254d906af204", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "81222ee08f08461582ec7b27597f78cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bfba570daf4b407ba6b971f962460f53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b69652f6b6cf4ee280488b1d588d2953", "region_id": "RegionOne"}], "type": "message", "id": "9eaf81f6495e4931912587ef42017fb0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d5bdc7cbef514b27875980445c408b5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a63a6b9bd022474aa7f21b99bc7dbf5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "de3eab37415442c48b3ea335ba9b14f8", "region_id": "RegionOne"}], "type": "messaging", "id": "653e770754ec4432b5027f055e246144", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "97f4511de906445c91f6a62e78196855", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f0a399bb51ea40d18fd6daebd83ec607", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "388aa682364f48f1a7cc3293c6529544", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3a40c1bc7bc74ece96842854637cec31", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c2e4d05a48764ae298e3ef9dc5a25ea3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c91bf9ce3f5e4f2bb7b60d1ecbe297a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e57d2527d32846e1bbda1966c1aad39e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "31dfc05acc2846f8838f4e0d34614e20", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "72d9d73fec5348638cf223dfe720ecdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a99c601851f14994bad2603815017199", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4894ef46921244f9915e11ccf19b9576", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7b0b86465cc34c22a7fc63284bf70b07", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca8e0d4ef0d04616b2c233ce90fd9d38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "97b23cdf5481478d8f95e84989552874", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d6ebdebb1b6b4a1ba296f9d26da2d66b", "region_id": "RegionOne"}], "type": "container-infra", "id": "aa4aa5a238ef4f15b2cc41668e6bc1c5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "90035197639042ecba7777e569f3807a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f86fb5918fec42cfb5bb3c013b678f24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "09e34c4183a74bebb94f5f9a5ab099f2", "region_id": "RegionOne"}], "type": "search", "id": "4830e49b524544a6bb87df583fa96a09", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f225475b9362402da3b70cb22ad639ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c94da37f8a0f46e3bda5272a283b45b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "be09159b448f4775b1d775799670e31b", "region_id": "RegionOne"}], "type": "dns", "id": "a08e473df18f4aa7ab99b8a255a08288", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f83a10f9443841e5b358c07bd22d9095", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "14cf6ab3fb9e4ee7b77846ef4825b75c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "91677c1b917a45309dc07263e3f4b758", "region_id": "RegionOne"}], "type": "workflow", "id": "f85a0f7d8be74aa9a5b2571cc67bee6a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "afefa69845a34d528c45e179b7174f2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "23d95ca2c34c4b7a80267108887b0c46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ab03b28294594013a8e038ace47d8ca4", "region_id": "RegionOne"}], "type": "workflowv2", "id": "08650e0358b84b9387ca513af5701c59", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "50e70d9d04e74eb8b250f3577f2facad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ff6f346797204be4965b43cfff51a597", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "659e8972d4534656a0c63c27e94a519b", "region_id": "RegionOne"}], "type": "rating", "id": "8f2cc7e14106450587a10d5f147e5e28", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2839a631366944b8a591f57199cc2272", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9778ff4d2c124b0d9e99a478bf428c0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "18b196cc0acd43dea7d71ca430cf46aa", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4a7ff7ccfe964e4891739da1f1bcc826", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "47b4220f0a324bc1a712288e3f734ae1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "98c8019652e347128c6884a2a39c1ed8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e916408009f94ab3a74de42609087baa", "region_id": "RegionOne"}], "type": "policy", "id": "8a7b1418caf34b2eba21ca8abf7b706b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5c8ba2b82256490c8983b31541dfe361", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "55714828b64648f48be9c85a5bae7f4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "acfaa052c91c4180ac2810a706ad7e7b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c781f5b34a4043be84c899d74dcb17ba", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "926aae9dda2d4fee8180ba87a6982c3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "32513e2dc24f400aa3617adbe7a8b0b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4f9e3ff64160441496e3555c155f38d8", "region_id": "RegionOne"}], "type": "sharev2", "id": "800e84e7f89d42eaafd604857f39999d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4658aeafeb3c47528d902578f7c2a951", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b65f30fb6fa54222b5909d0dce9b960a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "77eba65546a44816807ea31a24f99178", "region_id": "RegionOne"}], "type": "share", "id": "f259ba75eea444e8816a9d29d2abf3e0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bbfe8073a85a4a1cbcc281e4b2afabbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "647235e489484ebb8c3be18fe78ec584", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d58ce5129a914cffae0d2eceba6f31ca", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "df8e071d6ed64e2492e798d6a6a005cf", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7cdc273a304d4106b9efdf322999af7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "faa41c7cb0f347f8ba1355eedc463c7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c9f79a27c6074176ba529b0bd39a385b", "region_id": "RegionOne"}], "type": "orchestration", "id": "e88c3dde1a58416cb8b47d890f3dd3e4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77adad7a04964d269967f5154a3bbb12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6778230c3fe04fabb8687211607d083d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a03238c9f784a7b8267ad58cf267619", "region_id": "RegionOne"}], "type": "block-storage", "id": "206ae8290a42451aa116c871735460f8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf1acf873eb5428ab51c792fc8262350", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd1d06816d1643cb850c2f2b996a9f16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ec33d285be248f287bc158acba11407", "region_id": "RegionOne"}], "type": "volumev3", "id": "c53526f14f2c4e089239b9260296344b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f62240012474c4480fcc5ebf550733f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b291da2cac154a37bc4ebd768e26b698", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14e8463257054648affc7155b8fb3eb6", "region_id": "RegionOne"}], "type": "volumev2", "id": "301fe1b928fb441ab6379ca5935948e0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1fadd04f2f02492c8ae5c270150df0db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c88942dc43374d619a2195ad31cbcd07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c9aff15361e40018dbd85bfdb865ba1", "region_id": "RegionOne"}], "type": "volume", "id": "8bb49e61ead24d96bbaaf42211dc8649", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "727ce2c7ab044cabb342306034a70c9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d03e740a1ab4b088a84cc8784450c1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aaffab4360c9442a8a37dc08eef48ccf", "region_id": "RegionOne"}], "type": "block-store", "id": "3fe251bab6614550a53e2e4a00b632e8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fb9abcaa3f55445e9f00d7488b1b492c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ef16bf42ddd945d5bfc38e16c8faf2a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "51d8ff3f6d0a46cfac8a39190ea57930", "region_id": "RegionOne"}], "type": "alarm", "id": "c7acd9c3a38748569981e2fc001b7960", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1c1cc0d6828f499d90d55e2499375f40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b77423163302488cacdce3b6e949ea53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "796221cb72c14da3ba975863c07d7714", "region_id": "RegionOne"}], "type": "alarming", "id": "686ecc5613624ce09b3968c84fd276cc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e1d6ee2dfcb24ebb8cb9b59a90579683", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ff69cd25245f4b1dbcb3137d2075e319", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1bef5ad1fdfe44dc87cb1bf780030c9a", "region_id": "RegionOne"}], "type": "meter", "id": "aca053a65748466cbde048c7cb39d7e0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f2e5da0699a946ac8b49910ec24c56bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "633720cbaccf43349ed01f282e21027e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9eb463f114084e7596ace532e6e7d313", "region_id": "RegionOne"}], "type": "metering", "id": "571c9d3e3c094925bbfcf7990a2090c4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6d35b03823924492856d4aeb6e368aea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7bbecb1eb7264ed2afe7eb81cb09a4c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1299fe854d2a42609b5358e21caf1e62", "region_id": "RegionOne"}], "type": "telemetry", "id": "682d97e5a84d4431997d384a0eb03717", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c9172673405449de9dff3c6fb543da02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "375462cb1bcd45cc9b65bb3ac75863f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cee62faf9f04481980d12b07a078c8a3", "region_id": "RegionOne"}], "type": "event", "id": "47d48970ac404328a33244ae1dafa840", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1705112974d24bde95cfaaefd193c7ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6995c16f96f34106b243498776d8d95d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c93a342ccf944299912e88a7efd351e1", "region_id": "RegionOne"}], "type": "events", "id": "bb34cd92616a4f3ba61981f2d672e794", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e8d670f2da314dfd8bed14e579a710cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6c9e388942754b298c3da9ad08bfc05e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "aa1f1d74fb324763a9a565583849d5ad", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4f5a1addcca24b058746002a77fabb53", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b0a448cd8da14d2e97a59d2ebd51bbf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8727df54a0b84e11a91cb994e59f82cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fe4f16f63ccc4c6db5caf23dae0c01b6", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f1b009c2ab52451a8b7631d47bc6ca1b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "92feaa6a3ece4b278172f6ab7b4c82a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f879bf947e7e4147872b70357b963a31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ab07346dd4754836a89af98b73295d36", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7ef1ffdbab48467abd1dd19d6be99232", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9ff68f46e2104730b05977ba795b0ba6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a2fd775adf484feb83900d336257aa12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b992ddb48fde424da8ce37f132cd3d41", "region_id": "RegionOne"}], "type": "tricircle", "id": "b7a3cd2825e045fba8db7d52bf136029", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1a44dc010d5e4fb0aaf653e8feba6385", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a9a01df54e7e4f37893a497863f01ddf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "47c7bc29acf14ca7962305033be95658", "region_id": "RegionOne"}], "type": "database", "id": "da3e86c395a748088e8069019ad0c831", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1795511689b04a26a58c002c15968faa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b729b87d6a0d4218aa8b3774220b166f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "efc2ab1f48d54b7e8301effad9fc425f", "region_id": "RegionOne"}], "type": "application-container", "id": "c26acd8631914792ac85816302d85380", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "16a9209b1096458ea348f053bf62f384", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b5d3d501640a4e9db9b05b360ed89546", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d8c9fb8eab1748609793b157dd81700c", "region_id": "RegionOne"}], "type": "container", "id": "263c50333ac045c68d3df2aa4937b97c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9cbf934bbf2c4c168805c9ead5c9f079", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "35d617929843493fbd15c9442aebf65f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "eae61da4a4924fb691f90c1b33b221f6", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6d9d2c27818c4112be749e866c4b5050", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cd3c26cc3c094116bbf9f69bf3ef11c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c097b5747acc4730aa1bca5ff3e5d4c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4e08ba1b0c5741f394a7dcab3d98c6ca", "region_id": "RegionOne"}], "type": "rca", "id": "535c7b304ffc43e2825bfde7548faec4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "cbd82199f195472491a94d663e6e3d44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "38688d81d95b44c8b021a6f78af07f04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7385485f2606433194810c6a3614d860", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4cd5eabac8ab4b6c98afc5bc7dada2aa", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "82eb21f56c654b5fbe8e9f3667ab35b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b00516eb74ce41e4beaa20ce6acdd11e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8514cbf7daa9400197eb5c405ec03175", "region_id": "RegionOne"}], "type": "network", "id": "490b44a85c4d46ec8dd3d7b2e7c53e71", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3c92cad7f6394341a85199467bdd8222", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d10854fbd6ef47118a2ae996872a81bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f646b2941ccd418fa407215e9631a669", "region_id": "RegionOne"}], "type": "backup", "id": "b88d2ca02a644cf9aaef4b5c70e78810", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "021fffeb098f4272a613cbe7ca16624a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a5db56bebdfc4b0b93910c36852d9b52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7c159962d474437d9f6ef704cc07beed", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "03ec2d0ae7eb4fa0b031a3197f2e838f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "51885ec3a35b4a68bd86e4f652d6cd24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9f7cc9caf1414fa4ab7227fa31524332", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "cfdb16c7d8ac4245839f8b22619aaa04", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b4eac16593f44495a4ce5db698d4b820", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1042546fb89f4bcea3af6943011a633c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1ce451b787cc477d8e1e7e528e0b1aa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "0cfccd457a184a73b994f74ad0ee5c9e", "region_id": "RegionOne"}], "type": "monitoring", "id": "3f3a28684f794ada9d60511df9496d24", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a5885fb41ce74aa59f0978bb30effc27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f3b5186e96744180a0ecce811da4d3b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4c0bfabcbb84440eb081a1ce5a0e259b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "781159f79cbc40bbb38aac803e7ac405", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b2f78ae650de4d4e879160d17ae73125", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c7682b2f2c664a859886f557432923b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1e0e9cb2c7124619b2dfdd11a55721cb", "region_id": "RegionOne"}], "type": "placement", "id": "66fd9f6c189846f190a7c88cec8d4c8b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1d2d40a5e687401f88e5b5ea35dd4c58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d69cfa1d20254d21a0cb4f339498b3c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c04c3fee34144bac8362a17afbc94693", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f945a806c69640cd85496895ad631bef", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bf663b6619504f34a45e909159e8957e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dc567be255294714a9587ec8030ef21a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f27943eb73904668ac2e490edcf39c77", "region_id": "RegionOne"}], "type": "ha", "id": "cca9b3ac68b84045bbee3aa208e53a9b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9b0b9102db614100a51855cbc05a2f61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d048477bd6cf4bdba3ce7264425d37f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "e20d8444fc8a41928202761bd4d50d0a", "region_id": "RegionOne"}], "type": "reservation", "id": "f817d3bfdb53491eb2e0acb4d166a41d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "10da78c5a7f14d548eb000123151d993", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8830ce19797a49febe575cf9f0fcae61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "741ef1a988db4d20965be0fa4c3f32cd", "region_id": "RegionOne"}], "type": "function-engine", "id": "afd132c193c74da8a116b65397039ad7", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4dfdfa979f68407aab02452166ba059d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a5cd79eedfde40dab79af816a96052c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b3176979a86a468daed36051e2e70c1f", "region_id": "RegionOne"}], "type": "accelerator", "id": "cf602f31e5ae4d1db01b1c44bfb1dc0e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "286b80f1b7a845f0ac3b994d48a31970", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "25ec7ab93c6b424f870b330a66ccfbc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c6512d0c68594708b016801620c32f12", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2c2d7f84e4ae48e9a0a57a1f098067ec", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ea805603918040d5a5cab1c5276a723c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "47559ee3e2274cbe9b1e196ceb5d29e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b27d9fc177634f988f12113d685b424d", "region_id": "RegionOne"}], "type": "registration", "id": "93cba9ebb0ce4fbe8099408a5b2290c9", "name": "adjutant"}], "user": {"domain": {"id": "3bba17e914bb4a4cb342ee6c79784265", "name": "1750239e76924cd5bf3a21f9c30c23ad"}, "id": "57b8452b692d43e8b6085bea2678cac7", "name": "cbc16ae6e0b2497abcfc41ce7115da79"}, "audit_ids": ["afba68bd995146478297c366c17d9fc3", null], "issued_at": "2019-09-19T09:04:45.513982"}} 2019-09-19 09:06:45,753 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,760 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,763 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:45,788 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:45,796 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,800 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:a3:07", "version": 4, "addr": "10.4.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:a3:07", "version": 4, "addr": "89.40.216.229", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://example.com/images/95e4c4", "rel": "self"}, {"href": "http://example.com/images/95e4c4", "rel": "bookmark"}], "image": {"id": "95e4c449-8abf-486e-97d9-dc3f82417d2d", "links": [{"href": "http://example.com/images/95e4c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-03-01T02:44:50.000000", "flavor": {"id": "3bd99062-2fe8-4eac-93f0-9200cc0f97ae", "links": [{"href": "http://example.com/flavors/95e4c4", "rel": "bookmark"}]}, "id": "97fe35e9-756a-41a2-960a-1d057d2c9ee4", "security_groups": [{"name": "default"}], "user_id": "c17534835f8f42bf98fc367e0bf35e09", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2018-03-01T02:44:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "mttest", "created": "2018-03-01T02:44:46Z", "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "os-extended-volumes:volumes_attached": [], "config_drive": ""}]} 2019-09-19 09:06:45,885 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,892 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,897 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "router:external": true, "availability_zone_hints": [], "availability_zones": ["nova"], "ipv4_address_scope": null, "description": null, "subnets": ["df3e17fa-a4b2-47ae-9015-bc93eb076ba2", "6b0c3dc9-b0b8-4d87-976a-7f2ebf13e7ec", "fc541f48-fc7f-48c0-a063-18de6ee7bdd7"], "port_security_enabled": true, "tenant_id": "a564613210ee43708b8a7fc6274ebd63", "tags": [], "ipv6_address_scope": "9f03124f-89af-483a-b6fd-10f08079db4d", "mtu": 1550, "is_default": false, "revision_number": 0, "admin_state_up": true, "shared": false, "project_id": "a564613210ee43708b8a7fc6274ebd63", "id": "0232c17f-2096-49bc-b205-d3dcd9a30ebf", "name": "ext-net"}, {"status": "ACTIVE", "router:external": false, "availability_zone_hints": [], "availability_zones": ["nova"], "ipv4_address_scope": null, "description": "", "subnets": ["f0ad1df5-53ee-473f-b86b-3604ea5591e9"], "port_security_enabled": true, "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "created_at": "2016-10-22T13:46:26Z", "tags": [], "ipv6_address_scope": null, "updated_at": "2016-10-22T13:46:26Z", "project_id": "65222a4d09ea4c68934fa1028c77f394", "revision_number": 0, "admin_state_up": true, "shared": false, "mtu": 1500, "id": "2c9adcb5-c123-4c5a-a2ba-1ad4c4e1481f", "name": "private"}]} 2019-09-19 09:06:45,902 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,909 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,913 keystoneauth.session RESP BODY: {"subnets": [{"service_types": [], "description": "", "enable_dhcp": true, "tags": [], "network_id": "827c6bb6-492f-4168-9577-f3a131eb29e8", "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "created_at": "2017-06-12T13:23:57Z", "dns_nameservers": [], "updated_at": "2017-06-12T13:23:57Z", "ipv6_ra_mode": null, "allocation_pools": [{"start": "10.24.4.2", "end": "10.24.4.254"}], "gateway_ip": "10.24.4.1", "revision_number": 0, "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "10.24.4.0/24", "project_id": "65222a4d09ea4c68934fa1028c77f394", "id": "3f0642d9-4644-4dff-af25-bcf64f739698", "subnetpool_id": null, "name": "foo_subnet"}, {"service_types": [], "description": "", "enable_dhcp": true, "tags": [], "network_id": "2c9adcb5-c123-4c5a-a2ba-1ad4c4e1481f", "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "created_at": "2016-10-22T13:46:26Z", "dns_nameservers": ["89.36.90.101", "89.36.90.102"], "updated_at": "2016-10-22T13:46:26Z", "ipv6_ra_mode": null, "allocation_pools": [{"start": "10.4.0.2", "end": "10.4.0.200"}], "gateway_ip": "10.4.0.1", "revision_number": 0, "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "10.4.0.0/24", "project_id": "65222a4d09ea4c68934fa1028c77f394", "id": "f0ad1df5-53ee-473f-b86b-3604ea5591e9", "subnetpool_id": null, "name": "private-subnet-ipv4"}]} {25} openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry [0.522355s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,629 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,635 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,638 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,641 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,649 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.579191+00:00", "project": {"domain": {"id": "f06f717317ca4e219a01e97ca5bdc765", "name": "7e3a961b33b14026863de54b87f4a7d2"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c28afcb73c38425e8e0b880e4b5335ac"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4a4fb61d97a242309f94e7501886c9ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a594755987134688a04364f19f9bcca8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d6ad812c800d4412b178dc3ad6500323", "region_id": "RegionOne"}], "type": "identity", "id": "51912b5cadef4fb68f06e9cf3d84a1da", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bd39c10f7eb1428ba44875c0dbcfd7b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "79a1fcdac5b54eccbc5c8fb2087ae4a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e7f8d1194f9c460fa0836a9c19640282", "region_id": "RegionOne"}], "type": "compute", "id": "7771cd44bbae4272b6d95890f91191a8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "2a4789757fc04ea7874be59119697db6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "cdf363508a3647e28829d66c30ec5567", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "aa22b4266ada414f801f16f6b78add10", "region_id": "RegionOne"}], "type": "image", "id": "73cab484cb2f482da01566eec73fc8db", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "17a886b32157449cb55edb3463fed11a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4a3cc6da76d74086bffb1240ead3fd1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "27dd0c8bd83a4abd822ff8a21004b282", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b4e4864371d14a27a73a1a1eee1eab25", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9bbe3e4c798f4095a3cbf61dbdc76e24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05268e7e2dca4503873f677ec655d40d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f10735f37df348ecbbbdd876776ef573", "region_id": "RegionOne"}], "type": "object-store", "id": "c720e963d1a74c74b1a9a5e90705075f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "896abf73f7a04a2ab48edd638d71a060", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1cdfd63c4d9047418dac16c7e32b5665", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ab20111c743042b38f731faf8ac4125d", "region_id": "RegionOne"}], "type": "clustering", "id": "3191ab97e71a4e73b255af2155f06ba7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dfd8f4bcc4534da3adb119264133401d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0a7f8dbdd82d426395912db8c1f62200", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1916f56417934febbedf4892a5ba0cf5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f156622f04634c8cbd9e0a60503a34b4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a826d69946a54972b95a1e455a3b03a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f5e5c241a07648bb8f2affa91cf20927", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "41477818a79f4321b07b60640472ae21", "region_id": "RegionOne"}], "type": "cluster", "id": "6b2f8abc48034675887262bfd1c850cf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "529c7e0bd90543e39ba2d8173424d400", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c9a641d905d54ce4b9183d83d6d09b1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7e8b068401ca47e79839500eded26a47", "region_id": "RegionOne"}], "type": "data-processing", "id": "0632312016eb4874a7fe2f5454cc1e98", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "090e296f89e44e5c9368973d8c3bdd05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4b861d519d86481e932f33ccb32598f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3b04971c7ce34a50be3dcebda2d2199b", "region_id": "RegionOne"}], "type": "baremetal", "id": "2052b6c5984141f6bea0c790452e04f1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "85562f0cf5504f34b2a22f16a7eaec66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7151ad2ebaca4fdb82d35cf6d9aa9892", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5834165b2a4e4ba2948dda63ebd6eb9a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "5bf1d8dc62d1415e904d693deed7bd30", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "626e992f42fc48cab819ab12840e6b78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "18533a9e335e4eaf9015760ff5fe5d25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0dedd68ccee14c41afcd570a2470e6d5", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "4cfbe776cd064ea8a4f9a8af09eaf7a6", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7bf56e48580444f7a44dc2f5502e960f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7c886ae278c94b2198b876fc1acda8e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d70c1b1e601c44aabb22cce3e2e029bc", "region_id": "RegionOne"}], "type": "key-manager", "id": "294bf54c66ee40a0bffe19f9607d269d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9156882e1e01493f87fc9e8670994309", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2bc00b7c37f64211889b81c0b598539e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cf16cc6000ba4521bc061eef29d7e6f9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f194ad1957b44328953c33ed574a439f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7a9339bf7b07418b8fff2667c208350e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e3ba6b7ac29d4327b9a54a136194669b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f2d5488c90b241b986d83b5b03ffe39b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "3ee45f7a79f04d828e40fea97fbd26ca", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ab0c20272de849fbbf228bf3fe8a96d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "fd322fba3fc64f15896f37fc36488e32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "70b804a6a33241c4aae3aaf85d5fe7f7", "region_id": "RegionOne"}], "type": "message", "id": "4d3c6637a83a49e0a003c2371ae7bdaf", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4a4a1e9300e24b6aa9807d670f9208cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c0057afe286b4e09b5454777623cbb8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9ba7b5e5e4e3468d95b12f83d39981ca", "region_id": "RegionOne"}], "type": "messaging", "id": "49e8c487945d4b2c88274f760cabfe2d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "de275d780bce464e95d4094c8a23bac5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d83b49c96fdd47e5a479dd27a2d6eaa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f4245749517240c8a24151aa6f63e108", "region_id": "RegionOne"}], "type": "application-catalog", "id": "01d066327bd04eadb760ee609f164a72", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "67b252e751a840a69072231d60195ecb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d1c3519332e748bfa89aabdc99966f36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "58d3da06732b437b875c8c28c09871e6", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "79c723d2b8414930b170924a0012d109", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fa405c11e16640969bf8f6bc8f69ba5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e4bb221aced54895b027510eff2549d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3ad2ed1e021d4367a03c2dbe9d3d7979", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "bcd58b7bb0d04b5bb6d950f1da8a469b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f33ed099fe6f4d4db1ab378aaf0f3f9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "02051b7db5d94031924b8375de262513", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "19e88420493e4b059c84e74b4706dfd0", "region_id": "RegionOne"}], "type": "container-infra", "id": "b08f3e85d88d4c0d86e864c99011f08e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "26880c50a9cb4c1e8092054812f18338", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "1cfb544834c84b93a816e49647eaecd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9b098a117bd04e7c913001d654de4d02", "region_id": "RegionOne"}], "type": "search", "id": "20ba9157ca1f4588aa5c9c5ef277117d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b33b7b7261c94ddebce3a08cf9d1d46a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4983b7c6d63c48eb97fc08c7fc571024", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f07731579bf34dd99c278a559aefd157", "region_id": "RegionOne"}], "type": "dns", "id": "35bddb65a65a44caa3e4ef4cf3c9fd87", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7d98acf24ae84a06a01e41fdc4ae7174", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b2b7be1c5b3f4e65b1f8d692685b30de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fdf7ab2fcdf64b07916c36c29f09a1af", "region_id": "RegionOne"}], "type": "workflow", "id": "d3133d13b40c40a5947b48450b2e54eb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cc497a4c92d04df0843d7f9125936a7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e485d144750a4e3d9fc70c4205af2f47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0c652a3ef6154d419ee45ab2bd6b26cc", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3e9ac05b7ebe497c982943353a767c4c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "95f5fbf02c354ca882caa3868189254f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e8b57ecf161244a296b04db2a0c4ad29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "373248f3f0a245969203e93055f44cb5", "region_id": "RegionOne"}], "type": "rating", "id": "a4e0817342c34e55911566bba793891e", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0d08fb9caa9f4647bbd1d5de3748e7f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a4f055b7e4c443e8a90753cca535200b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b84c3aa54d3549859080ff80f45ee848", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e1e8cd2f9bdb46b28fe48e21a190fde8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "aef3c519c37b4fbcbbe01eca6511222d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d98fd6e628934890985100f3590c5c66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "486e3491185041c7ba9c89d0dcc839f4", "region_id": "RegionOne"}], "type": "policy", "id": "2223ea34b6a049a39bcc713f9d4daf77", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2621a76158d74b299be76468a06d06ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e93a54f29ca44e25a9df9ca01ec07442", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2fceeb9cb2a8415493f048eaa37e237e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "46bce3493ed14b20a88302676acabacb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bfe08e207c2047d887ad838de92e37f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "60f6dbef67624f019a2b9387a7deec5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "69520e2f60284688abe4fbdadd247aae", "region_id": "RegionOne"}], "type": "sharev2", "id": "76a9b332c39a491cbf7c03dc2b1a51f0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b642542e6c1549a08dba313a9de0e773", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6b3759ab14e04592bc2580efee158ea0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "13c888c36a21496fb470a3910cbcf795", "region_id": "RegionOne"}], "type": "share", "id": "687d41c802164f5ab59f2e7150f64081", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e39f066b4a8b496eb1953d76d10c6e7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "15f82a49b0be4addbca93559067cd2e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3682bbeea90c4c9fb57816c84d07cf88", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3b775c7a9b924e2c80ddd5974951a485", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "652e9d75ce7743d9a377125927e041e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f47d51c69553453abc290d7fcd3229c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6cb2daea49cf49389cbf569dd06eab1b", "region_id": "RegionOne"}], "type": "orchestration", "id": "5e6fcd188cc944379115fc5360dd1390", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6bbdc33668e94ad7b01e17577c7d236a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "321909a0ab81437dac5929ee11b7d9de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea16194241b84e298a6ad9ff72c1a46b", "region_id": "RegionOne"}], "type": "block-storage", "id": "8f52f7245adf44c19cfd3ea8af8b167d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e603b1ce3c9d413eb150393705824d05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ba0983fe7314e23949ffd65b911cdf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fbd61c452de042e390ef1b0111a7c743", "region_id": "RegionOne"}], "type": "volumev3", "id": "a1ca81a272c54eb989896ba664b4e144", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab61c56aab8444d69362102fc4f0d27e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d590a7b2ea6432e894f3862b330131b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f99153c640bc4d9cbd270e9aff423684", "region_id": "RegionOne"}], "type": "volumev2", "id": "8ab3ef7a808d4da8aebfa700a6c1cbe3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e85b2a2ee1f409f87549cfb270ac6c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "033d0270fa4b4b5a99a6fef8125dedbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0d24affa50946b996b8535db0b9b801", "region_id": "RegionOne"}], "type": "volume", "id": "12ae239738ef443c839ecd9a40938aba", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e041876f5f0944ec98ba3a6090d45f67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a1fd49a39de4467b55b5a6d3a687854", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a6f3e3d9858445f91e098c1cfff2fe0", "region_id": "RegionOne"}], "type": "block-store", "id": "63eeb3b487604aee921a5cf3ebaa7515", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fc6972e7c702404e9e18ee0893ff157a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8a2afd80231d44f7a0d42d4d2b9617fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "03e92b29745d4fcc8ef8e34dbe265cb2", "region_id": "RegionOne"}], "type": "alarm", "id": "a5b212e299f248fb8691f23ad7b53230", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "120f54a67cce46c1aeb8b5c7a097e5ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1b002f0e36064e51bf48515558fe1dd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e345f65c984d4ab393f8dc0546fb8c89", "region_id": "RegionOne"}], "type": "alarming", "id": "6ca2e559245e4f7a8f7630df6f8c1684", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8ba5111df76341b4921a42d4afb0e4b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3067a612dc9a44fd89809749c17e7bc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "02c75106182b49aeb7ec9daac3f9e607", "region_id": "RegionOne"}], "type": "meter", "id": "45ac6df80d004b3c87185ddca41b1d7c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1f8f22693dab4bbb9c76134376949cbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f1d5ebb9b50c43ceac1d48c2a15b6b14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "56451bda09df472f94c90db9f2acd754", "region_id": "RegionOne"}], "type": "metering", "id": "9a5c4752d2ac49c6be9bc290ad582685", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "40525f02ab9345949b300d6cbe747334", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a0775ea142d04bff9154dcfc87132468", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "101cad34de8c47cb95b40124c773a9be", "region_id": "RegionOne"}], "type": "telemetry", "id": "b6c875d2fa284b609013d21a78e93f04", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0036aad7421e4671ab09b83a379f718e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7a101cdc1d30475c9a3caeefd080f90b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "72853495bff34cf0a7b822be55ffe42a", "region_id": "RegionOne"}], "type": "event", "id": "197872ed8eda49e18f57563a7789a473", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5990fcee5cb049d9b4ce7457750d2a47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e1660ecc548540bf868ae8b8a720e0d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7ba80d7c0d894a27ac84eb67a7b76dc3", "region_id": "RegionOne"}], "type": "events", "id": "b2253ba744a144f9b7b6a379a54747ef", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ae099048095a48539c243a0405b51c93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4c9744b81a784705852899fb4fdbae98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2ef43da8cd0c43f6a7471259f7dca1fc", "region_id": "RegionOne"}], "type": "application-deployment", "id": "913b6142234247468e8fa00460765e98", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fe07ffb691ee43b0be2a4d038881d5e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3811465164fd434aa419c5ef40bf8a19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "08b72930dd6a4772b0fb6d2a3cf99ac6", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a4c757240317422ca0257f0d2ef20bd6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "56fa35506e0f4c8aae642c8adee5994d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "696824670ae44ba7a3bcc69466a9f508", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "dc9d8375e4df46bc895ad8d65c51bd26", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b2e628d5d3904cae8c16e5202aea7063", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f5091629514249a78965f4d92c1cc3b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f63ff1af7e3443ba89277536a5bb69e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "dd9c1faf745e49a99eb403bf7de0ada3", "region_id": "RegionOne"}], "type": "tricircle", "id": "d33544f4ec624b1fb9bd36f5fd65f8d6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e47c0ee8c76f4c01b7e42a4b1ac3814e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7c294f9106204cddba702a258c76e64c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "56c5663f5faf421daf648f1cbc0677c4", "region_id": "RegionOne"}], "type": "database", "id": "b0c5025284964227a1938947c6ee6006", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c79b9401bae347e29decd769bc0fadc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b3ad33c5c40e4fe7b35a7711690b592d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fd01c5926b194036aeb2626396d5d722", "region_id": "RegionOne"}], "type": "application-container", "id": "8d89c7e6cc804cbebcf46430e6e73282", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3257d6ef81994c37bfc5835576c95443", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "db3b708cda2a4b709f4f0869b7ecf0a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "79d68b0115984dfcb435593512912398", "region_id": "RegionOne"}], "type": "container", "id": "31f12effd6df44fea656710b3e44b48c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7bdd374e193b445fa4350ec7dfa5eeb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1ca74ee3172d4a56a1ea07701773b29e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f12de7e15ab445b39e10ccbdfe68f735", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b697e4432d5a4384bd062f070b204606", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d2866fc8357543cbb4f5da740c86b55c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e5ee0ffc51c04282981cf7280da5063b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2cfa758277a54972a9c92daf555b6655", "region_id": "RegionOne"}], "type": "rca", "id": "345cf48974a04ebc9201da3068147915", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f144e8b5a0d446b2b170afcf3442ae75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4e8ceab7dba94798981e509e08c273a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b8149424b0734ae19718b29c8e01316b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2508d4e271cd4a2d8e4df21da5af1230", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a6646b87cb824e588c70e26add72c1d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7fd300f33aea4ba3841d7a5c2f2c7803", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "46b4bc1707c1444c83aad1794e7abcf4", "region_id": "RegionOne"}], "type": "network", "id": "a5fa4ce8f3ff444b81e2cae33a0cb46d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5f9fbc0048784ec3afe166d448201cde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "6992cc9ae6044a7f8123896f6cd5381b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "5ad489ec727b4974b85619a7e9fd7d65", "region_id": "RegionOne"}], "type": "backup", "id": "d395164095a4490e8f8a44bcb5b5d004", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ad1a8b46e20b44e3beed65b831989150", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "35e6fc19cb69480986c9beb42593770d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "68cbd47bc30146b08634aae4748566b4", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6ae2e6656ff94ad1bc9fda8c4a6b6f9e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3244f72b87aa4bc39175439dbe3dcef3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0693a399ab07472eb00f4aca3e8892ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "77ee79dc84864ef6bc68cbcceb0b2066", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "7bbccd75e90f4bb38566138ee7d1ae22", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "793d61dcb49b4d59937f876c39a5c28b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a499375281d6433d8d88e6ec0e7cc29e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "0ecaced79f6a4c64b0de293d43120388", "region_id": "RegionOne"}], "type": "monitoring", "id": "c5afb334c074440a84f82509dbbdaef0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "24b6ece6c36c4d769f9f9f0c2b1c593a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8e95f99204ec4d97a885e6e0ecf70de4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a5bf3f819ad54b898a056595b562354f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3987bf68ed54465cb289e633df02e50b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "382ed379fdfc4c3487bc16128a77e617", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ecf7a1cbbb6a40c486c5f04aa9fad8bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4e06cc1eb2774ab7a7526261591ff589", "region_id": "RegionOne"}], "type": "placement", "id": "15e7228bda764939b04b8591d9793272", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "edb7354f711a44ca877b1b43d387c372", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8a4064befc2442d0b6dc0bb79b7aac7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a0519b3895d54a6bb59ce52cb64e77ed", "region_id": "RegionOne"}], "type": "instance-ha", "id": "79922a73a0634e5ca7e878c663a4a7ca", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "906e61d404624c7a8bd3bc2d7b195a79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "faa9af4d8d354c90a850ead88f493bc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "16fba5eab385411ea376f1d6db54c2c3", "region_id": "RegionOne"}], "type": "ha", "id": "a533767745cf4d59985362d04f7422c4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "96f3ef4e4eb04b53a50a4ca9a14bb60a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e974908b3d9a4058a87cbc09f9dc1e93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d1a1fefbbed74397a1cfb1d57bca1a37", "region_id": "RegionOne"}], "type": "reservation", "id": "c69c14d535dd4c48b2c1a900688d2a3c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7abfcc5a6dff4508bc1b3a27c2d03c79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "501262310c5140999609f2510eaf7ecd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "6cbd0275706541c2a1bbcce9b1bb3dcf", "region_id": "RegionOne"}], "type": "function-engine", "id": "6a2e45cbdc4a4036993da74178397f49", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c241b9c5cad542b7bb14022607157794", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d5cd41406aa0490ebb956b77073e153e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "fa750c27eb83409ea72846c0fa1e8f04", "region_id": "RegionOne"}], "type": "accelerator", "id": "cc2a749c5f4d43e4bcc7a9eac6332551", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a1ab3bc046b34ee98d9ce472c8e68771", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3dc360fc4e04417d824dd043b846cb7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e73456ca0eb6490ab8d35500ded139f0", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f64a8347a98b498ebc93c05d4bca1bf4", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ffa64fd2ea7445359518319b8049fb5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "65aa4b4aea38412a85a1d465e70e6a1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4435f88318d5410e98aaa8360180628a", "region_id": "RegionOne"}], "type": "registration", "id": "d78156785a714e2386f0d1335c9fb49f", "name": "adjutant"}], "user": {"domain": {"id": "025351839b174d329d24a006686f0ad9", "name": "8ec74a38c43240a9b9f84bbd762bbcae"}, "id": "09ec8cf9e7114f9f94439db46a6d7617", "name": "17241b634d6b43169e65383d65c34bf1"}, "audit_ids": ["06549162edbe47fe8fcb36826ad65eee", null], "issued_at": "2019-09-19T09:04:45.579191"}} 2019-09-19 09:06:45,672 openstack Calculating hashes for /tmp/tmpWQwjZs/tmpP6ZaON 2019-09-19 09:06:45,674 openstack Image file /tmp/tmpWQwjZs/tmpP6ZaON md5:f98ad2d865b209a4b69bfdee8397e227 sha256:f39d187afe28caa4ce1de0bb56860b10ec60634a190a0a281b89524981e9854c 2019-09-19 09:06:45,765 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,771 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,774 keystoneauth.session RESP BODY: {"slo": {"min_segment_size": 1}, "swift": {"max_file_size": 25}} 2019-09-19 09:06:45,797 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,802 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:45,805 openstack swift stale check, no object: openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-3 2019-09-19 09:06:45,807 openstack swift uploading /tmp/tmpWQwjZs/tmpP6ZaON to openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-3 2019-09-19 09:06:45,829 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-3/000000 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: f98ad2d865b209a4b69bfdee8397e227" -H "x-object-meta-x-sdk-sha256: f39d187afe28caa4ce1de0bb56860b10ec60634a190a0a281b89524981e9854c" -d '' 2019-09-19 09:06:45,836 keystoneauth.session RESP: [201] Etag: etag0 content-type: application/json 2019-09-19 09:06:45,866 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-3/000001 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: f98ad2d865b209a4b69bfdee8397e227" -H "x-object-meta-x-sdk-sha256: f39d187afe28caa4ce1de0bb56860b10ec60634a190a0a281b89524981e9854c" -d '' 2019-09-19 09:06:45,899 keystoneauth.session RESP: [201] Etag: etag1 content-type: application/json 2019-09-19 09:06:45,925 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-3/000003 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: f98ad2d865b209a4b69bfdee8397e227" -H "x-object-meta-x-sdk-sha256: f39d187afe28caa4ce1de0bb56860b10ec60634a190a0a281b89524981e9854c" -d '' 2019-09-19 09:06:45,928 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-3/000002 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: f98ad2d865b209a4b69bfdee8397e227" -H "x-object-meta-x-sdk-sha256: f39d187afe28caa4ce1de0bb56860b10ec60634a190a0a281b89524981e9854c" -d '' 2019-09-19 09:06:45,940 keystoneauth.session RESP: [201] Etag: etag2 content-type: application/json 2019-09-19 09:06:45,944 keystoneauth.session RESP: [201] Etag: etag3 content-type: application/json 2019-09-19 09:06:46,031 keystoneauth.session REQ: curl -g -i -X PUT "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-3?multipart-manifest=put" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: f98ad2d865b209a4b69bfdee8397e227" -H "x-object-meta-x-sdk-sha256: f39d187afe28caa4ce1de0bb56860b10ec60634a190a0a281b89524981e9854c" -d '[{"size_bytes": 25, "etag": "etag0", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-3/000000"}, {"size_bytes": 25, "etag": "etag1", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-3/000001"}, {"size_bytes": 25, "etag": "etag2", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-3/000002"}, {"size_bytes": 7, "etag": "etag3", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-3/000003"}]' 2019-09-19 09:06:46,036 keystoneauth.session RESP: [400] content-type: application/json 2019-09-19 09:06:46,055 keystoneauth.session REQ: curl -g -i -X PUT "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-3?multipart-manifest=put" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: f98ad2d865b209a4b69bfdee8397e227" -H "x-object-meta-x-sdk-sha256: f39d187afe28caa4ce1de0bb56860b10ec60634a190a0a281b89524981e9854c" -d '[{"size_bytes": 25, "etag": "etag0", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-3/000000"}, {"size_bytes": 25, "etag": "etag1", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-3/000001"}, {"size_bytes": 25, "etag": "etag2", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-3/000002"}, {"size_bytes": 7, "etag": "etag3", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-3/000003"}]' 2019-09-19 09:06:46,060 keystoneauth.session RESP: [400] content-type: application/json 2019-09-19 09:06:46,079 keystoneauth.session REQ: curl -g -i -X PUT "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-3?multipart-manifest=put" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: f98ad2d865b209a4b69bfdee8397e227" -H "x-object-meta-x-sdk-sha256: f39d187afe28caa4ce1de0bb56860b10ec60634a190a0a281b89524981e9854c" -d '[{"size_bytes": 25, "etag": "etag0", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-3/000000"}, {"size_bytes": 25, "etag": "etag1", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-3/000001"}, {"size_bytes": 25, "etag": "etag2", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-3/000002"}, {"size_bytes": 7, "etag": "etag3", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_slo_manifest_retry-3/000003"}]' 2019-09-19 09:06:46,094 keystoneauth.session RESP: [201] content-type: application/json {2} openstack.tests.unit.compute.v2.test_server_ip.TestServerIP.test_list_network_label [0.068995s] ... ok {24} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_trust_get [0.066512s] ... ok {23} openstack.tests.unit.config.test_environ.TestEnvvars.test_have_envvars [0.173345s] ... ok {6} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_import_info [0.063538s] ... ok {18} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_listener_stats_get [0.059739s] ... ok {9} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_session_endpoint [0.113402s] ... ok {20} openstack.tests.unit.cloud.test_shade.TestShade.test_list_servers_filters [0.252167s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,808 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,814 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,818 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,822 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,837 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.747204+00:00", "project": {"domain": {"id": "8cfe8e13b4ae4a6b843235c1c5cc444d", "name": "b8c439d1972e4db2b0de1dacd7628ace"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "615fed4ed8674ba3a349784c040e153f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "40557f066d784c29b40c3d1e5422b1b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ed679d19799f45cc828cba80ffaba468", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "079ca3eebd5a41c881edbb6e40fed76c", "region_id": "RegionOne"}], "type": "identity", "id": "6b51f54590d9495dac47a55ffb81106c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2b8d9ad024414199a4b2cc9d2438a81c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c3df1d84020c46b7b7752bab58b100f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "94118748ad72471bad5b3c614f6e7906", "region_id": "RegionOne"}], "type": "compute", "id": "1d0e54bed23640e68c487c39179a6d38", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "fb20604593d8452fad12a59349b56354", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "bf42a461b93446a490f13ef72eb1f3f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c01e9455630f4444a7a2030a11377de6", "region_id": "RegionOne"}], "type": "image", "id": "46db05da1f934b6f9af463dd19d503a9", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "09d21565127c4da48111b30364651497", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4153616ace1444dca4d6afb133553784", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2c3f30a4351e4cee8f73cecd66d1568e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "93408a99b1324485844d725a44dce5e2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96abb42735e845eaa3446cecd2c41006", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7b6988ce7b94cd8b2e1dc7d9a5a6cb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11e6b8916222438f976867b28efe23e6", "region_id": "RegionOne"}], "type": "object-store", "id": "091948dcf6b540dd875fa67e230b8204", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d8217bc5204a4dbaa77994f09904db1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "832d48f1947d41de998ffc7a30fb270b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "efc3b967a29e454b98c8c6a506900386", "region_id": "RegionOne"}], "type": "clustering", "id": "e13d3de3baad476784e964d3c92b7ae5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cc406aa8ee59471e9da1687510184f7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "74270220e67649f0ba15f4d470a7db33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ebb92a2d48c74459ac08bbbd8a516db3", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a6355673a9ca4ad79d5663195f02a819", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4e29d82f9a304218ae2aebecbfec8311", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "11bce86f4aa6425385aeb8e9cacd59ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "23194a47fcdd4a5698c6e105e07c9f08", "region_id": "RegionOne"}], "type": "cluster", "id": "d23c2d45b92f46e2b73589e4d3e79f2d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fd0cd1c463904f94b2d75a8f951dc280", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "39219026c25b42ee81561f76e7cb8bcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9a65429c33814a2a8a98820401ec5bb8", "region_id": "RegionOne"}], "type": "data-processing", "id": "466071bd829f4e1fa329b46685803d6f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "31e33971427341f2b56f1c51500faddd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6bc920d24d1e4df9a4d41513e7e259eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1e1feebb1d094886883a15a8917c9a9b", "region_id": "RegionOne"}], "type": "baremetal", "id": "56d80b780cc543689802d859bf3a070c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2624a68bc1044c86a4f99128d2660eae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6c321d8412434e3aaee5d9528209da69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "517a4b4c1ac14bbb9ca0a5d28926acf2", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b1806a2c00d54bc6aabfe95aeafdde0a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1d9ba65646234568852c1948dc977ef7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cc58509cef094ee8a3be9835ce987444", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e98519609486466180351a044ddc1fac", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e7f494b8d3184e0b90b6e9691d47e24a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "24888e0ade9f4ca0bfd4ee897f625be6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "487f4f2105af414d93106622f795a42a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "cdb5e4fafa9e48489b00df3ac002992d", "region_id": "RegionOne"}], "type": "key-manager", "id": "89de5eaccc3743588ca6fa522701c2e3", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0d60a4585289482caa31ba5bd5ab0675", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c8bba948334345029545fc38a76eafa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ae9b48238520414f94783086becc7af2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "667bc81a296c45aa8e8d08700bf7d875", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "63301acb46334048a60f8f9da0be1471", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "94392b9fc3fc4facb2b9e914fb900675", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "033225ef4d5c4fc68f72f62b67484349", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f22e8604ba224d6db2d7bc70f8d634a4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "96588190b2eb489faab4045a032db5ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1ab6341328ed4c5b857971217c4a1de5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f51886bcc8fc45c9ac3412cfec332be0", "region_id": "RegionOne"}], "type": "message", "id": "6b999fd995584b06ab8db02242a6e1c3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6a4f4170bb3244ecae6a4fd616fe1f2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "cfb1985cbfcd4756853252287cc5c1f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c146ebe4ebb74cbf8d6c20391861b075", "region_id": "RegionOne"}], "type": "messaging", "id": "eeadea74b838497ea6f14d8038910ef0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "00b011702bbf463793a5df8437db8f95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "16b996b9c4444778aa1484d53286084e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "762f6f90e95c4aff94a3ac79d02407c0", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c9173fa3b7bb49e4ab796ef46ec12a8b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c0fa951ad5c41698fef64974ce341a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73e41b6115d145b8973f0bd6e3887fa2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f7f47d0eafcd45e68c641a7414afa52b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "631ccd8472a344c2a98d100aef156aee", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "97f60401f44c46e9b787c252a7c883c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "df7d3f5fd9c7438c842fee7a22ecabc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca71ca49bbd444e9889d80f8c4fa0b8e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d5cf0da8b1a04164be1a16dd8ceb7a79", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "df18b88a25d349ae9396e4c5cc82d6d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c5218c31c0ab4717b8b837c26fef3262", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ea79757c44664ce9af953a2afae589a4", "region_id": "RegionOne"}], "type": "container-infra", "id": "7381c047a28047f884ce192614fe0358", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "10d0117f5e19411c8410db8cd4c61d54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7f309780911446eb97e764c340713cac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f08ad427b08c45b898520571a2d352e1", "region_id": "RegionOne"}], "type": "search", "id": "e51790f842ec470da5cb72590f689efb", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "34b009b724c54e239cebc53fe5fd2783", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "5baead70859e483388df949a314d2471", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "31947465acf04eefbea48989bdb4b2d1", "region_id": "RegionOne"}], "type": "dns", "id": "d09a328f6ac545dc8a8c86785be2f857", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dea229ac9e674ff18f8cbb94393d0d24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "115d93021f5347599c23f33b36a45bd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c837614ba51847cc9be6bf266fb3557e", "region_id": "RegionOne"}], "type": "workflow", "id": "1c563afff7e54ffc8f5a0882302f48c5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3272b2e21626436b8ff4bfe4a20e68ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "49742eb1e88a453d9660ca07e3633056", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "20febd15ff3c48db9db177331d8d841e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "288e660de302444e9d827780a9f7e013", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "02ab619bbd6a47579a24888fab18f1ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "af563a240b6f4c9a9a6e92703685f15c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1152e886185d41e19cd3b8d877877933", "region_id": "RegionOne"}], "type": "rating", "id": "812d9505bc3b418d845d5144518a1c2b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "01bb3abcc90f48ba9ad3137f477290db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "42ce0e770b8d4d19b51ce6fad89ade8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2d4a0ef81e884e1c8e039b9d95bbe70e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "fc485f06c7e6440cb3a76798a6eb66e0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a4f14c47282d416aa5e3b08d52528ab3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dd1551e6e8174717893d446b66eb0c4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0bb32fd6304c435ebd7a80dcac56a629", "region_id": "RegionOne"}], "type": "policy", "id": "66b4e574972b4f2f8438a7190eef3b07", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bfd89afa144944269a8fa396005600db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "274efea6c54040c8bdef0b43833e0155", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a63264217ead4e33b70615bf8de2f992", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "160b2241ea7341c2835e5228eff721be", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "001bdb747fc242cdbcfedab024cdf22c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e0e4be3ed6b74566814fb3134c570159", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b854cd1fedf24e20ba603f6b5e8482ca", "region_id": "RegionOne"}], "type": "sharev2", "id": "c2f3a3055db34ee28996e1f3ed982250", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2471bf0e69b9478da390ddc4cc527030", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e134842f5ed44afcb1187fdec7aa8010", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1da6fdbce27a4d3dab806cba161f1ebe", "region_id": "RegionOne"}], "type": "share", "id": "80597737dc204a0db31f6498e766990a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "22de4786084a4e27b25f15da66a5556f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "42d774161a12445ca38943afa5879230", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e786f874d80941b092f8e47b81385943", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0f67897638a945619b87374c4234448c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1624dea332a942df91a62eacee5c566c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd74884549724c4bb9720622e02be062", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a38e7e21aad145bbbd4e5ba3d1ac7e14", "region_id": "RegionOne"}], "type": "orchestration", "id": "7819aff222954224ab892aac018193e4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca5a86ba438045e087a0407622f591c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91b1a9f8cdeb4827b39b150bb7684249", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f42bbdffe784bd38aed52c4bd78ac58", "region_id": "RegionOne"}], "type": "block-storage", "id": "fe95f512049d4f16852c42100dd0d9f7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b76fc072d3fb4da4bb3ac8b29701feee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c795d4feab64ebb88f39a1da4a31410", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c3249c6d8784c99b8f799c24f88b4b5", "region_id": "RegionOne"}], "type": "volumev3", "id": "c7a9fbdecdfd44feba443f8a4938dab5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ae7a72a709f408b8fc95ac0fbdd6dc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c665247a25d04a389e53ee9d522f64e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "936e47180ce54375841a942faaa52f58", "region_id": "RegionOne"}], "type": "volumev2", "id": "2cbfb410fc8f4e3f9415150b09a3d0e1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6fa95bf650140cb87bf77e83f4e4962", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5bacfe591356449eb1079df6fc5423f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bff44f0f21de42be944aee5d80d071ee", "region_id": "RegionOne"}], "type": "volume", "id": "6fe20499fd8c4a0a9fc2bd09122f163d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b0e3e8d576c45c68dbdec915d764665", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e296022e62294e8e9bb186a4c63492f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ffc26c46fc14bd39b77b263db1b1f3e", "region_id": "RegionOne"}], "type": "block-store", "id": "bf5fdf6ab203403d857b352b5a9c2d8c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4fc2c6816ac64d07aa72e0ac9f9728a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b31fe8a825874c76ac2f767fd04dac94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "27b1b6213ce94185858d74f2aee1aa9d", "region_id": "RegionOne"}], "type": "alarm", "id": "24f79029f82f48ecb6bc0618617d02b7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a1c0cc0d7a1c4390afc21a7fb15fc4aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "291d96c8dbce4ddfa488614c5a0434a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "35b78d60ebb34a89ba3299bbcd1a9a63", "region_id": "RegionOne"}], "type": "alarming", "id": "0cd327d404ae4b4283d9effd78840f13", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bf15b97e50be4d29b230b07bb6c6773b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b9fd885a694d4ffcb14472c49c5c62f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "558510ed24544a489de5ac8cf2c3d821", "region_id": "RegionOne"}], "type": "meter", "id": "79fefea643624b47b513fd33d994c7b7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e252f2c51fff4071b59afa94e55bc2d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "476dfaf7fd2442f3aec2b53177174700", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "35fb80e588a146cca1cc25abd00eafe6", "region_id": "RegionOne"}], "type": "metering", "id": "407deea1e1c24a9c8aba2a8dd15659e8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e0c8471fb739438289925957306e0c42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1ae864787115478b914fcb7c14a73f04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "181ac7e74fed4a2aba763b2f25abd51e", "region_id": "RegionOne"}], "type": "telemetry", "id": "86abb634ff6a41d9a2d06bf1c5cd1e42", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c059f837e8be4eafaedb20ca85fc4bbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "de55a6c1a10f4230a7968f0ced3d19ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d377178575954c9a90eba0b780f755a0", "region_id": "RegionOne"}], "type": "event", "id": "4dc2c9c5759e4fdbb0cd597f2b41b996", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f11cd7522032443295636faafc2b0dff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a0456718a83544eab61f242b1b5d46cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b02c79d349c948e7b0db98eae31579aa", "region_id": "RegionOne"}], "type": "events", "id": "b748d98c81fc4fd0babdab095f8493f5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1dd4c37aa2414ef2b9020aef99a7e0ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ca7be1473bef49e6ad7dd7ed37f8bd15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b3e2bbd11ac24a31aa554e607e643017", "region_id": "RegionOne"}], "type": "application-deployment", "id": "9a7a12d3e24c45e6972cd7bd1cc66528", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b14a6ca95af34a3f8b89199ae263a3e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0954cb0d721844f2906d0c1a394cd17b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "13f1359165554547a4d03347bbaee6bb", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ce6642a8315f420da3b038d90b153188", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9324fb59be0347248e812b8eba6617f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8b0645b569cb4587addbcae91f6bafec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e774bd47326943908bf26037bcd10141", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ac558b0d5bb74c3ea86cfc834d29cc43", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "caa303bf23e94159b244aa108c64a040", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b5ebe086a8304b479d860fde3ed55a67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "887c2752ba8d40dda9ec0a39bdb231eb", "region_id": "RegionOne"}], "type": "tricircle", "id": "e578209bf7ed47e9a13330a33ec9b076", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "671fc617d20640dd9e88a88c7d3be93c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "32d68d58db0f43d2ab323d8675d2dc03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1f7ec55f3c55496787be09c608ec7ee1", "region_id": "RegionOne"}], "type": "database", "id": "bc3868ebc60848dc9b825330bf8ebb80", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "66491ea605d74119af10a4da07acf7e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dab19418139241f79b1d00109c4c0b0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1517ba7e0b264cfdaf8c758f347c60cd", "region_id": "RegionOne"}], "type": "application-container", "id": "dde103a5e0ee46c1909a0a01c8fbd7e1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "41f9ec9036624cf18aa1efbab60f0d12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "713abb6c28294ceebc2e2a4b04ff8e08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "454c563d00ea43f8b0942f2f20afa7f4", "region_id": "RegionOne"}], "type": "container", "id": "f7a529a46da44f2f90ac7fb53626f4e3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d629dd1d46564b84b9a085845db3c966", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2361da65c17b4674ac7ac5c9d8c88f29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "66b45193a4644f949e276fc642dbba11", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "5af5302f229e4eac8c36eb236780d453", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3bf5ea5a03fd44788a5ff22fa6bb1d56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c4ce1042837f4ac6af126473b9c1ecb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d8eadb4c63674fa1988c5a03dac8b7e5", "region_id": "RegionOne"}], "type": "rca", "id": "8fa1cc54a3c44401b4b0196b14ffe4da", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c4c8c36d709b40ec8404582d243c6e68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f2387791598f4beaa45ce98b1491c30d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b6bbe05ddadd45e0b485112629495655", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "bffa6f56b47241868cba7507cbc44eee", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "dda1f86165b04eeea2e5c19741928d53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "741f1ab277a64f5fa717e09e44e25276", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "5c95811386da484f9edd730a7a196d8e", "region_id": "RegionOne"}], "type": "network", "id": "ef0744806a12421f9e6c015ca47847e3", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "775134dfae394c818b3b313597eaf7e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e49e254ef44b44d383a0d49be14d9df8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "680365ee93a94481b07e36b17f8ca2d2", "region_id": "RegionOne"}], "type": "backup", "id": "f98a4406589e4cbb863fc8f6cc139106", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a78591ed0863470d9335d9312832cf26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "315066c0beba4b0884bb5ca6f3d1131e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "566a0d2ab9f849b88db396e1c74aad1b", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "375efac4f722416eb312871a4de8c097", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3d846f377ac842ceac68172836ff65de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3abaae91627e48e7a286dde74d05f482", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e0372a1963d544f297738f51adacea3b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d6956c3ff4c8448186870ae3baf6b479", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "814199500d974b6c8f16be24c66ce74a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4543ba7c01074d7ba1210ecfe2c6788c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a3dba1a1189c490e9a48556712d31540", "region_id": "RegionOne"}], "type": "monitoring", "id": "44d4a3b96202429982efdd75ef867b9e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1bd0ba05b3144a91ab74b9874ecab8a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d9b1cdd0c2f843e0abafde5885ed5485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "99e33495b49c47b194b54f5d59c63e16", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "5903cf21073a4c33805c57c9e2bc0a16", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "54ca3979899b4a4a920ebebacf3de64f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ffa6b8d8d6764235a4a1653da2703dd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f1a966ef4acc4d9e9547dc3d777ffbd2", "region_id": "RegionOne"}], "type": "placement", "id": "bc645d4db6a144e0bd502fd009d2cd10", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "24bf60f348f4455582a86633e73b921c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3778fd9fb0f44d65a3374c1a8b824d1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a284746018d644668a501cc74ed0fcc8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "aa07563ee74c40dbaa70b62723368c8c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "25a75e34e7304a23850d40037e85470f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "322b8a7c176343829360f453cd48d0ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "187d464bfb9d410fa1932b72ef4b727e", "region_id": "RegionOne"}], "type": "ha", "id": "eb747afd3e0b47559d9bf8ba98970017", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a09b6217443845b0939fe674c8646433", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6d993d853318437aa3679580c3fd047d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "640278a4e8b5458082f05721f6bf7331", "region_id": "RegionOne"}], "type": "reservation", "id": "8b3d3fcd188240a591ffcd9f10353271", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2f18f0ec8cae45aab06c3151d40e85d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "dd578e8345de4cceac39594bfccd085d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e85e83ee13294aba857ff036e0654c5c", "region_id": "RegionOne"}], "type": "function-engine", "id": "186ce034dd774276b490a16ca725a719", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8b2bb0e84450410a916a27559f61fdc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "195c1433bfec4e8db53c362745dcb92a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7d72b5b816314662b64d4591fcd7c26f", "region_id": "RegionOne"}], "type": "accelerator", "id": "179d5aa8af8d4a6e8403f298dc0fe088", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "83d20febe97d443f8c39a74d533211a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5ab04e264ff84254b0a52a794b91d852", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c22189fb45af4f20930a7101a965e7f4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "29fd088f192b4e1a97645f097db8423c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bb21d00870f54cf3836eb54574785211", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6e846d3584484cef8c29b72e1a9b7640", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "15548fd5996f4a44bda2654bc5d1aecf", "region_id": "RegionOne"}], "type": "registration", "id": "738fdc8b95ab43cbbf63bb612ff1dc13", "name": "adjutant"}], "user": {"domain": {"id": "8dd41a69b5cb4d298c5f23bbff8c097c", "name": "073eec16b7c34460964113a9da1d8570"}, "id": "f15216436a8c415a988824d8f2f3cd60", "name": "b916dcaf808947ebba0cccf9121aa6a3"}, "audit_ids": ["f09986ae01ca49638492853c28dd167c", null], "issued_at": "2019-09-19T09:04:45.747204"}} 2019-09-19 09:06:45,946 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,952 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,956 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:45,981 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/servers/detail?deleted=True&changes-since=2014-12-03T00%3A00%3A00Z" -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:45,988 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,992 keystoneauth.session RESP BODY: {"servers": []} {29} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_scale_in [0.063828s] ... ok {19} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_bandwidth_limit_rule_delete [0.063342s] ... ok {1} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_group_delete_ignore [0.060422s] ... ok {10} openstack.tests.unit.cloud.test_users.TestUsers.test_delete_user [0.261162s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,808 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,815 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,818 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,822 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,837 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.748904+00:00", "project": {"domain": {"id": "16b73374683b4a80bd6e160324ff5cda", "name": "20da146b4c6145d3acbc1ca841d09649"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7a57be70b57f4e5bada0600fd9f67737"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4085bb0d89f64cb3a35713a6a72110f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e97bb7cf35414feea78f9aaeefa4c910", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "de2c26b77a674953991cba22fbb1e186", "region_id": "RegionOne"}], "type": "identity", "id": "4b821233edcf4145b0e593635e48f6b0", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e1b67ab2d5304e0da4688fc64caaca4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6ff93ceca7144387b0b3b75f4fe8d5c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c9cc2e5a5b1445eaa27aa6ce207f25d6", "region_id": "RegionOne"}], "type": "compute", "id": "160112c633b24feaa92904d4b03ac3e0", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6d7b769919fa492b87d84fb693576de5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e11c6c1499ea45e3a17dacd71ef894e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "34d3ae6610d44186b1c84b630620627f", "region_id": "RegionOne"}], "type": "image", "id": "6ee245012b4a4e84b0f625f6e1c0e6d9", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cd141afa11304d689f551784675039bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b3bc79beb21946d981121d2b8aea0dd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b79d19fd4e7941e3a577e188833796b2", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b9170b6a7d8b47ba99b54d9a428356ae", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d76ef492e4640cfbebb3b2f4cb0be43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac465d8674624e4e855048630f21c611", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34d29a515eab4d5dbfe003c9acf4c724", "region_id": "RegionOne"}], "type": "object-store", "id": "a34e46767d5c4e3ab10ba295121e5fa9", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "00e8dc49a3c84d07b3a92db3d5747e20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "77c3f689933c478d8396f08b3bd80e90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "67673d7779a84a08bbbbc0c1890e1eb5", "region_id": "RegionOne"}], "type": "clustering", "id": "2ffc9e1287e749b7b4cdb9c346904fb2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "87a0bbc4ca1e4d18b31267964e6d7ebc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bacd891f14104506be0cb9b3154aa502", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "904c3ee4e6994b0ba8ac29da79a02a30", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1059d581900d43eba781ec77878c15c6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4682259303e041b8829ad98978fb24b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6e347bfb735b48f18c75737822a35d98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7803b7f3299147d1805e1ecf131a2450", "region_id": "RegionOne"}], "type": "cluster", "id": "a55f545068a140ab8bb84ddc0f42647e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7e16001572c14567a08693fd6fd6c8ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "77e60c7818f04f898c6b9ed60382397f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3bdb1d83d49c4df09e18dd902d5f69e7", "region_id": "RegionOne"}], "type": "data-processing", "id": "0de60e71e0584462ada1e625782aecab", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8f224169ac8d4bec9f80bf081789a8b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "802aa212d2444f0abb05eb2cd8945b74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "db6e8a2a2dab4650a15cfa70f2605bba", "region_id": "RegionOne"}], "type": "baremetal", "id": "f9888f38b0e842289cd9bcc7a9c1a595", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9103547f67df45daae1af9128720898d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9b29c358ae2d442e949bc15d1337175e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5780e40ff4e1478487287889698c449b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e2da8d3a111c4454823f8d4e47cdaeba", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a9e695a4fb264c3eba13daa66486d597", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b553c13aaf744403a99255b7df488ed2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4b7ec770ed7f41bba6350f62cff56021", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9646ea5960c3435bbc58b19da79f384f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "08dc76aadce54478902ad1e6be84f246", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "422d60dfc2e5454592a68275b9ce4a20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "3c19801bc1c147d18282b982e14d7fed", "region_id": "RegionOne"}], "type": "key-manager", "id": "581509daa23148d79717d87d1d73e2f1", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b3abe58b2c2d4c6ab4b3e64f096aa7f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "23e865e8b5554446be70f21ed909f67a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "712d4be3990f42bc9d22dcf3c987195a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "736b2aa79b4b4cee8acaed4edbe61ed2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cef71de7a5734ed58ce2098567a679e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "93d91c042ed7409c84bbca7bd45c8128", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "06aff86b22354c038b1311348b5a53cd", "region_id": "RegionOne"}], "type": "infra-optim", "id": "404003f307064996b6554c9612606a45", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5d241360ba1f46c0886975f7180319e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "dfbbcb9867d74346a25078706a7e5357", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a7406796b5154f80a91d3a0baa28a4ae", "region_id": "RegionOne"}], "type": "message", "id": "233c08542afe405f956a6014e5018ea6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "922a517d52864287aa81e9def7049802", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2dbfb27459b6427383a208b40bdc2d8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2693012058de46ce8edfb44d95de9106", "region_id": "RegionOne"}], "type": "messaging", "id": "86383604f3f54807a2d1de3f7bc7fd84", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b5efbc789a814ed2b4d73225bd401d73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "92678ccc1a574db9a7c648e1d2af5ff1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2863ae8c5a8940a089e17c9de69752eb", "region_id": "RegionOne"}], "type": "application-catalog", "id": "52ec2dfe255842dc92d8aaadc7afc4f6", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c6228c5be7f84eecb69ad46f1500c12e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8ee86f063a0a4af681981a9513904195", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "98279c047b864a8d81190274613b9784", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "9ec4f42ff51d47589250a43bec2968f0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "427aaad3db554aa78d1641a532e02ea5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2eaaab4012b44e7a8a95f2bb6614c988", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bda7ccb01aa24dcb889978ebba9b6fad", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "64391877fa2246e19156f0f69604ebac", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "204387c5006645a6a585dbce426c96f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ad4da5b75e048248a304470a5743076", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9fef4fd09ca14b5aae61b71126dc5ce5", "region_id": "RegionOne"}], "type": "container-infra", "id": "b44cd2849cc64c5b895bc3f10eedbc8f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "3408ce64dd7846f38dcab80c5408ce6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5f5aa49ba1da4f6a8b4e844c12e844ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ebf0ed685efd455cafb089e5052878fb", "region_id": "RegionOne"}], "type": "search", "id": "5db0003a17f947df85956658a3161853", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "45687ec72e0644d3b044f872a7085d93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "dc0f5f9402d548a590eb40c0332fee19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f03fce018a58438eb3e4f469708926c1", "region_id": "RegionOne"}], "type": "dns", "id": "61868d975b734a90a6d6a9b2970fd574", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0493c92908d54348b88ac779aa57d113", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ead710fa5a6a4a2a8598f8ee2d02632d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7c4cb70472ad4f298456557a54c13ec4", "region_id": "RegionOne"}], "type": "workflow", "id": "25d4c96d113e4bff8afc75230536deaf", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5589c1a3ed134df3bcb361a8db288089", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c23ce8de07424bcab9334960c1ffcca0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9b32b32c737e4a85822bf9865d5f4618", "region_id": "RegionOne"}], "type": "workflowv2", "id": "485497f5e4764f77b4aad7a30f9df799", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f79b4082d20b45e1b2dfbef6095e613b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2a7e27845b2a4a4cbb403829c4fe6e2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3e548f4f4a9e4767b1d4efa2d9a8f2ef", "region_id": "RegionOne"}], "type": "rating", "id": "6f3ea3f24ef04f709c25f653742254ac", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5ddadc76a4ab4fe7975f58533f56d923", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a7e338b141c44d7084bdea4031e4a1f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a253af72caaa4e5fab5bb0f8ee99b2e8", "region_id": "RegionOne"}], "type": "operator-policy", "id": "73fa9531eef7418ca576da8ed43fe722", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "55317b4ab5b34e619f949c50ecb7ec53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9af3beb9840744d59d872bfaf02e24f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4fb9814fad1d43efa89b268c81c44340", "region_id": "RegionOne"}], "type": "policy", "id": "ad57ae0507764f23bb0bb41c6d3adbb8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "07e4fb1ad80c416c98b887e56b35ccbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "226609f1eafb433783f851bf34b22b14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "63cfc54630344c5394859c6317e412f8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5345079396764cb1bfe0ec5802c9390a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5569219d541245ddb02fb3f2b9eac233", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1d637660298e454d9d8a2ad4e6be6484", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0d5faf579f55455bbc62627e7b2aafca", "region_id": "RegionOne"}], "type": "sharev2", "id": "1f135d2d56134cc2be779e66a55ea96e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7eba883bb22442fda355253e5a121987", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "047004e057804ef68a289df3f68c5e4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "63660ce950364eaabf8007916b97cc64", "region_id": "RegionOne"}], "type": "share", "id": "082fa3ed6d624ed893d73ad016a7e531", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "930d204e398b4bc28fa5154daa50f171", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "02e346731818401caaeb15afb52e9b2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a6ededefcf6d4f66bd4d99fc6ecd7b08", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c02d98c735c74634abce25598265a6ea", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1fd7ebe029144f090e1e83a4004ffc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e38ee221427e42fbad9b84521f576ab9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84d306e0a2d548ccbb395be65759fca6", "region_id": "RegionOne"}], "type": "orchestration", "id": "417211dadafe4c5a91ac5add73cb16ab", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6717b3154a7b49fd8c5e404b2018b39e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6746e0c4f52a47fc987aa3fdfb1c25d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d450e7077fb946a0808d547567c25182", "region_id": "RegionOne"}], "type": "block-storage", "id": "e311d4fc6f3441d59713715909b32e4e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3eb86d7124cc48d8a9c73ddac88ecf0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "57ea9db53c21424bb0424501789d50af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c372651565b47e8bd2767bf7da47c8a", "region_id": "RegionOne"}], "type": "volumev3", "id": "91b2dca0adba4dae8a09399e54b0d7cc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb67366d18984a5699e49b54db507e23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b57fb8c45c884eddb6df154a1546f9b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d4a0b6b93054a8d9854f18274ac9aea", "region_id": "RegionOne"}], "type": "volumev2", "id": "807feb51d47a4b75a6dc219aa931a90a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b16f4ed1c4e49fcb928a18973b566c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90821b3d0e044bd68f2c534399f2ee64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce11b8e29ab4455292aa7fdfb6d93002", "region_id": "RegionOne"}], "type": "volume", "id": "1c643df232624867af47219dc37caa42", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39081b50eb1d4456bcf90776a1cb7509", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "236d32cede914deeb0ac8896112f7848", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ebe763121a1492fa6cf506aaf3a57a3", "region_id": "RegionOne"}], "type": "block-store", "id": "4c58d4ae1f364eb2b60f0198d54baa61", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f4e6f0fba5f54278925ad1ae77222e47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "98761827c771424a8c23350c03a96994", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b8492e8899af4dd2979154178691472e", "region_id": "RegionOne"}], "type": "alarm", "id": "50be1cf4dab3425192bf163e0a17914f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8816c3430885454fb0c9b3dca36f528c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7b125a2e97be43c2837cf247eff67010", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "aa46788adb7d4782b858d4f2db8efee9", "region_id": "RegionOne"}], "type": "alarming", "id": "a7cbed822ff04ffbb1ecb5f4d40531bd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "94102edfafbd437bba7e6e361a80907e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0231b0382f3942e4821405c3b95115fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bbc30a53db3547059b889590cbf80d77", "region_id": "RegionOne"}], "type": "meter", "id": "524b8c8291584b59af704b7c165e4631", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c918f1d7af26471a88058df8700a1c56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7c08069a0722433e9b2fd4b9e8cd3562", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7ad502812efc4cda810aa126749ca270", "region_id": "RegionOne"}], "type": "metering", "id": "75995adc33d944b489afcdc47045e91d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "05a38b20a74d4da3afcf84ec233646df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "af7ec0b0bd534296ba736e902b4f9010", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "105878e537a04f0da2dca6c4203f204f", "region_id": "RegionOne"}], "type": "telemetry", "id": "ad21d7bf9cca429ba598892d49a841d1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0137dd9688ba412d86daaf8cf629cdd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6ba2c0b29b15478888a612d4492cc595", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9296f914c0784a148bc5c071553603b9", "region_id": "RegionOne"}], "type": "event", "id": "307d6f2c1e154593bbb89a71e1374e0b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3e7bbac064494d9d84466ee5841d4c37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ac346a2e6ca84b8ab076ae5f0c34902a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0edf505e597c40ffb6c22f6ddea01b11", "region_id": "RegionOne"}], "type": "events", "id": "1542209e5da841e09661ee6ee6860ef7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "311e60dced1746d787f71ba01bb5e2f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e40567dedeb04e778d7605244beccb44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8bd4132760c143c9a6cba0a6f03aac14", "region_id": "RegionOne"}], "type": "application-deployment", "id": "82f3eaa68214481f91e42d667c13a599", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a25861326b3040a1b1fa86422aeb57cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a84ffdbca45449edb1c69f23003cce43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "27cd51a0a24b487a9148abab77343d54", "region_id": "RegionOne"}], "type": "application_deployment", "id": "71d6bb64fcc745bdb94009ec6d02c7d0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9255dbbc03d34b8583340642299dbc6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3cc795ca36f54cf0abacc74a899593a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b2ea0a3e5bb74885882b2fa1bdbdc52d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5ac2ecfb76864187ad0b080a0694d60a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bf7deacc63204aefac582a64fd02d671", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1a0f73d9e08945209bd24ecb044ee8f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "39ff408e03c549e1a5500576df37ddb6", "region_id": "RegionOne"}], "type": "tricircle", "id": "a38d3bb7dbfe42fb961d2197d2b2c83d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f0ca11b1cd1a43b1b82b9dca895c69e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f58016869ff74c0d9926222e34482118", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "cbcdc1ed07ad4763ad9a1108ec895702", "region_id": "RegionOne"}], "type": "database", "id": "f27f90dd48334fd78ddf05bfa84f1b22", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "63cd725b3cf14d4aa6d2ffdabaf1a6c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "61b44f9552554fd089ce9c7df25440ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1439d29f231c48dea8cfdb7f185f59c4", "region_id": "RegionOne"}], "type": "application-container", "id": "62a53db7e0eb4db691dd4d4c349e39a2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "968595e084c34f94b01f3bb0d02167ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "97df3fb78d5f4c2c93d285fa942c3551", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0943b6761903487a9c6a9595b4e184ae", "region_id": "RegionOne"}], "type": "container", "id": "27a4bae35d5c4ddcbc5694d2a529c6f4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4a6668ac1ec14f5f8c9e36e101ef3db7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "314ea6b64ded4f7cbfadf70a34b63e38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1533f574c46b429aaeecce3ec3f31cd1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f7765824a2014dc58ee384d6f4ed4343", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "65454a7faa5b4592886093fe1da75d01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d87270c032294b5caa241700919ee4d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "27e8edb727d34a6fa45c00c6dec61e35", "region_id": "RegionOne"}], "type": "rca", "id": "1ebb6d6d8d5f45649133b5979995c8c7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ffb3cfda5ebf4e2a9b2efbc0064f4682", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0fae1b27670a4e2dad241327399423ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "909fef9c3f464f46b1f00f0af5a09564", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "95a4fc53a0f8436195a722b31dfa2bcf", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4adebda76ac0422088046dffdef8fc7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "57f877a187f94a07aa1cd68ed7cd6c1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "040c0426bd644bedb2cf1fa7aa5389f7", "region_id": "RegionOne"}], "type": "network", "id": "a76e57ac2c1a46ad9ef40960b37cc09f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "715b6eb8f2824ea6a4c58ca7632c7b1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b8be308f74d046e499a0ff1f3742901f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9ce2c5e5dd804616ad18918be105249c", "region_id": "RegionOne"}], "type": "backup", "id": "0385b55b06d24eb99656161b88fada97", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2e02ea4d2100445ab29ee39d7d33693d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d1cb0c5f65754987be54207d405d8788", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c812f110068d4974b3c6eac88fabecdb", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5e62908306f14098bf389bac1e7a9cc1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "458293afc732438c9ddb9e643928b537", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8292fe5376984f648f2f7bac2a8c8c0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fb302d07ea8c444296a04ad932dab60a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "963fd795ee2148edb1c35577bd6170f7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c95edb5a4c5f4d0a893b98b292a09f2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a2d1f1640bc5465c8f212924d305ba2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b252f07e440645e3a2c3373ab9bec0b1", "region_id": "RegionOne"}], "type": "monitoring", "id": "fb9f9909872248848519936b64ab12b2", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f6ec1aed2a4a43769d7df735a1de345f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6c0bf18326454f14b1221fb73e227139", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1530df4518a94153a203722a6b334723", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ee8e04e3333d4975bb9ad6717870f0a3", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ed4424a7f23741bf973a2b2368559045", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4b565003259f4f3b83260a5ed3333c65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "85ede3bc51254855b95da8e2b67102d7", "region_id": "RegionOne"}], "type": "placement", "id": "bfb2a16d0f544233b1381021e72c4652", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7fdb027ae87748e790dc84728ad33863", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1a923421c1374803b9a54e77748df2dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1414d271dcd640389b62d48ffb9e3db9", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2941dc54a26e4a4eb41f7114ef0a2444", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dfc717d34fee4d4da0b5762f06421b62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "af45fd5767714620a75a730c2166d8a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "20d63b197aff4e1d82ded3d2cc94c30b", "region_id": "RegionOne"}], "type": "ha", "id": "a0840062490f4bb09f51f8c12bc0348d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "715f7f2a75e54603a59a7a9a5afae7ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "234fe6fe8f834220b8df81eb1cd53d11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "16c9ab8be0a0421a80feadda78257766", "region_id": "RegionOne"}], "type": "reservation", "id": "f4f9ce24c50342bf9df934f85fa07655", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "467714cf0d39447c80392f6f5db294b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "131d38228f6d44d682a8f501d430220c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "703c0ccc18a0425abb1f5a270380c6a2", "region_id": "RegionOne"}], "type": "function-engine", "id": "1fd1c5ea60724a0f84ab7b4c9354b68c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "82f69620f46b48d1811512e954df847e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "29a0fbfeae9a4008b96dc24ddb53ed34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a27433151e4945c182fe8f89ea4fc896", "region_id": "RegionOne"}], "type": "accelerator", "id": "dacae40e588545ac9bde7838e9cedb55", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6d0d1796492547caaeefc251dd3dd40e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "92539ef5f4104fa8beba97ee92b67e01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0b1028bf2cf64669b94c6e647f7af97c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "82d7422833a144babd9ae88b10d7ba38", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ff9335c945cf4815a9a84ab5f52880ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b82e94614e1f461b834fe42f4a45af7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5cc683c0c8964827ab03ef5fc907920a", "region_id": "RegionOne"}], "type": "registration", "id": "22cbe0f3c772432997558a5328ddccc0", "name": "adjutant"}], "user": {"domain": {"id": "794d98d64832456594e2dae126071df6", "name": "813d1e00b3cf4e1e9b39a48a2690bd7c"}, "id": "0741c2c283db442f8c75dc50c537c4da", "name": "e531aeed27594f7689b1562a83730342"}, "audit_ids": ["54b57251f51a4bac88bbd403ffacf1e3", null], "issued_at": "2019-09-19T09:04:45.748904"}} 2019-09-19 09:06:45,941 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,947 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,950 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "67283a45816a4596b6296adda9a6697a", "domain_id": "b9b8393fcac74238a5593d20dc1e3325", "name": "username-2"}], "links": {"self": "https://identity.example.com/v3/users", "next": null, "previous": null}} 2019-09-19 09:06:45,970 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users/67283a45816a4596b6296adda9a6697a -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,976 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,979 keystoneauth.session RESP BODY: {"user": {"description": null, "enabled": true, "email": null, "id": "67283a45816a4596b6296adda9a6697a", "domain_id": "b9b8393fcac74238a5593d20dc1e3325", "name": "username-2"}} 2019-09-19 09:06:45,999 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/users/67283a45816a4596b6296adda9a6697a -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:46,004 keystoneauth.session RESP: [204] content-type: application/json {2} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_no_yaml_no_cloud [0.107394s] ... ok {26} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_profile_get [0.055796s] ... ok {17} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_keypairs [0.067255s] ... ok {3} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_policy_delete_ignore [0.077926s] ... ok {5} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_credential_find [0.064919s] ... ok {0} openstack.tests.unit.config.test_config.TestConfig.test_set_one_cloud_updates_cloud [0.190315s] ... ok {12} openstack.tests.unit.config.test_config.TestConfig.test_force_ipv4_true [0.163465s] ... ok {31} openstack.tests.unit.message.v2.test_claim.TestClaim.test_delete_client_id_project_id_exist [0.068833s] ... ok {11} openstack.tests.unit.cloud.test_zone.TestZone.test_create_zone_exception [0.211255s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,856 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,861 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,864 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,867 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,882 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.793069+00:00", "project": {"domain": {"id": "306142590f5e47f7b7779979b4f6c47b", "name": "1701c562ead84195b18360ae346c3e14"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7736969f94d6460eae7788c986bfa3d3"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "daa3df6fc88e47c6bb92b64cff0c7770", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "654e865f0f774f708023e74985604ec8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "88c90de8e77744278f428289cf6fdccd", "region_id": "RegionOne"}], "type": "identity", "id": "e8155cba57ca457e97cf877257044236", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9889a17862a44931aa2b5597c13cb9a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b14a51c56ff743d6b816aafa8ee83ebb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "84dd6f54e69a4547a14b34c9c20d9b2e", "region_id": "RegionOne"}], "type": "compute", "id": "83e3296a3bc84fbca847e00dbeb4649f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c8ed5496e87f48d9aa83f4976069fd0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "11b204d731254622982648697fb3b090", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c34d7b42a1c04d60a13a88d6ba819e6b", "region_id": "RegionOne"}], "type": "image", "id": "1da759805d3f4c86a90218cd800071ca", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "de29f9b097904486b9fe8f87f653c84c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "81250ab080ca47b99bc6d4adc666257e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0407c26548e34a7a989e8e9c9e0bd677", "region_id": "RegionOne"}], "type": "load-balancer", "id": "3e58d7ee70594995862e51c881f5e06a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afa45cc4a53c4adb93c30d3b18f35ca3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0add0db59bf949f6a3a7252d4adb82e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "437c3bdea5f240439f57d8507ce1c126", "region_id": "RegionOne"}], "type": "object-store", "id": "8d9f7ee763bd48888878b33434854a91", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bab741b049304afdb5d75b31f983001b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0a936bef2c9f4360926babb05f7fb234", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9752b67784bf44b7b38cc6f9b0de7543", "region_id": "RegionOne"}], "type": "clustering", "id": "234fd5aaa2694b9a8a6ec2818b10f74f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "85ec8736e37344499ac5fa1d50fe811d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0aff98ff9cf9418b9c3ac98ddaaef1e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "41f05f83ce06496587141c07368e7ad5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f5dfca28e1e54ab1a954e735422d90f1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f18400a2d9654902b84f771de1821823", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3486152c8bb2499a8a559eb28fdbae93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dada8441c40c4d0ebeb89576a22af669", "region_id": "RegionOne"}], "type": "cluster", "id": "fe1c300c9224483c9c5ccc0dfbe3b382", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b05e9929a3764c84bc7ae9160a3372a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "75a0d6fa1cbb4b629f44d657e28aa846", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0f79e29e15414858bf70ac924b89460f", "region_id": "RegionOne"}], "type": "data-processing", "id": "14b1247d308d49cea2e68f01521dad9f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "28cfb1e3ba78494fb80edceca81c0b28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c7a71b3f0f36476ea9afca0c4834defe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c9891af0d4af4ddfb8bc319ca94b3dea", "region_id": "RegionOne"}], "type": "baremetal", "id": "c6b82d6e52ac443dadf6ad998515fb4e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9a82575fe6c54c6d995fa626e4187b04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5fb761f11e704b9eb1bb31c3ce9677a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b0a830770c7943edb7d126b8d4ccddd1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c60d1cb254584c2a9cf7958543c5e6df", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "83684b0f47d94a2692742e8830f7c237", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "446b095b59304de38bad83c879ba5b2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1ed5dfc75066443399a05c774b8e8b0f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d7ba3bc86ac644d7894f8343c0fd8159", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5441c42dea4b477585fd80ef5afe79ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7e1891b6249b4b159a22071bcdee4a51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "243d1c96c7a94d66808bf206ece994b2", "region_id": "RegionOne"}], "type": "key-manager", "id": "e97b2e58a4b0404e9265dd43298aee9f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e75f4c8703b6475e8e4f6b1a74caa6c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1e727ea8c6e14a90bab2c65b6716af26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d4cbb94a9b9546c395ac5679c6b08570", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f186477c274a40cd8a82bcd9c83eb59b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "78355b43954447d48c30bd4458ff4955", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "62a6ec8bb8c045108771c885471fd2e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b793bb55add640b1b9552309653bcfc9", "region_id": "RegionOne"}], "type": "infra-optim", "id": "70081c0d72a4485a951da67a02694f2e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "707fa2e75bfd46509945108b862a6df2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a7b4d582aa0148c0aa167a13e7ec7ef0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2e8115f72db1445a980976f9e5c1a09a", "region_id": "RegionOne"}], "type": "message", "id": "4c05646ce0af486eb0dc503f86249994", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "13fc2486907a4f8b8203a9998b976f4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9d2d50a7ba5148ff83a99d75ade2ec0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bbb9a262961f4471b597210bb65d0f90", "region_id": "RegionOne"}], "type": "messaging", "id": "89a81ec2627747b2b56080da4de4036b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cf0c43d99f314d4d982cb95bb1d21da8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9490a566feae4a108a14c212befbbdca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b3e7188021b34c169d27aee934532e63", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ed72daa175844ab0b65da4393107e686", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f62534ff088040809b82f8d0265b0832", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "204d32554af649d1b5928ff427bf5a5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "02ff32fdacc34bd8b4605383ed83739e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d22100a1c6414ed994082a31f912585a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eda960a7f7b241cea2ccba8780fe1d9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f71a256ffd5f471ca168dcf30de71c98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "50847a1d81864f339806a40795281547", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b97168df9b204a33be6ec3445b27436c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "32423db4f9a5463c878bd0d5197699c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "00d42f2f696e426aa968d86d7a50ff05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "31aa58dedb714a9ca30abf93f4ae0891", "region_id": "RegionOne"}], "type": "container-infra", "id": "3215bf8f826b4995ac17548edc2ed142", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5843d0f12c144cb79b94a20769f366b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b32aef85564548fab42f130085557345", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "dfd1da7ee6364290a44a38c19820f40f", "region_id": "RegionOne"}], "type": "search", "id": "600ca277a0664611a4052c0274df62e6", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "785b0721d0c6448d980ac57d0bb771f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "17ec1619bb8a49d4975ed2b609a7aa94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d99c4e78dc5c41c79c959d9c6740f93c", "region_id": "RegionOne"}], "type": "dns", "id": "3648139014864f04be1c37a60a4d2612", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a0c55d0463764ba498e6359ede625293", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cb272f3096254e11b9767825ef3df77f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "acce929d22f84c75aa412b270cdae4a5", "region_id": "RegionOne"}], "type": "workflow", "id": "0ea05e1b46974979984ee6631cbdb3ac", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "316d2478afd04a77844bfe22be015aec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a3dbe449e5514624b72b6a6160408f3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ced827110a8e4937a9c6e39626ee3ae2", "region_id": "RegionOne"}], "type": "workflowv2", "id": "167822031a2540289899b6fca571c27a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f2f415ba6cc24b1f8db6ac852205dc3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c48a66daa1ed49dea79f0ecb7d96ee30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c676aeed912842cfb94e14341f429a87", "region_id": "RegionOne"}], "type": "rating", "id": "076c40d46dea482793b189fa909a414d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2434088a34d1427ab0859dd02444804d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8d02f591e7724b92877fecdfd546946b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c9ad8e2b4a4043b3b2b05ab1a5b7f44b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "3b6a31666502499494aaa79e53e935fd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4c1ea214d5ec4641b566bfaca75fffed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "af8a7d824b824abf9233b75023821e6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c50658e5e540473aade8ed63060a3551", "region_id": "RegionOne"}], "type": "policy", "id": "aae8b98fb75e4473bd441806cb39a5a7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "50f6b281383b4637bee20b3e55d87249", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5c91ab10714f479595945e1da0927f93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "19e9b2a632014a48910116cc4e118c1f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "642b32328cca4429abc366e5b179d1bd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "887197ed79e1412ca11dbc30dcbd5175", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fb949d3976e04aa5ad525762e45dc446", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cf99404b9c2d44f2be18dacfa1d73190", "region_id": "RegionOne"}], "type": "sharev2", "id": "d9d538b30f824d8b8f16d24b9d9b5576", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4973fbbcaeb04fc382049f63870f0db6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "88c7355b0c904130b4fce53e5c0358e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9919c5c4291641179c4f6f60d87e029d", "region_id": "RegionOne"}], "type": "share", "id": "ab7b91021f8e4c73b87ca231fd4a262d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c38cfddec42142fc8e374153c9abc3c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "75a4f351f1bb4717b4526ab38f340240", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9c7c76b9a33d43c9b04a83b59b54aa81", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "bbe6592f12824cab99b7362a7a8c7d8c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63da3aad856f467592f47c6e86eac649", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0dce25b9609245c19a95b8266c6ba167", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6dbc2e7d01324a1faa7313a3c93d34e3", "region_id": "RegionOne"}], "type": "orchestration", "id": "b2b03e65598943e9aaa16bd5a066b915", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "57c3cd03d34d47baae74ef1734a7bbf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b25dabf19c994b589c32074caacc1a75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a0f895c1f264927903b6f78185424b6", "region_id": "RegionOne"}], "type": "block-storage", "id": "0e6b8354eac7439e9d2ef3ac49dc76fe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fbbe430305448a2babce0160543e979", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c25f2270c384ae39a778f123bf45990", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "769ec5000007447f8c767495395e5424", "region_id": "RegionOne"}], "type": "volumev3", "id": "bd0268c74b16472f8f9a5637c1163fd8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1cbc3d6910e740859c92def201ee3ee3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e2f124348834339a4a3e078f39bd02b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf2695278b7741e9a2c746185ec98fd7", "region_id": "RegionOne"}], "type": "volumev2", "id": "543cd5e9b5f5459e8e640f2c4c16c9dd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "216069a2533a40388b0e4f1991f5a83d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "718c920396f348328fad41d6203f309f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da5520666ac54d3ea3322fb44928180b", "region_id": "RegionOne"}], "type": "volume", "id": "24063a4a8a1942ad9b705bf780b41d34", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80e3805095fc46c081a18f5e96862ca4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c631a330a7634fc29c6c742a86c7a767", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a067e14b285743149bd9049a2eaa86b3", "region_id": "RegionOne"}], "type": "block-store", "id": "193af7aa818d460a81578feba5f3cbeb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "534d15358c1c4419b5801c22d92b0166", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3763748c55ae4b2ab4e10d8953e11d43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0c8f544511294c8f8a9297a2375e3cb3", "region_id": "RegionOne"}], "type": "alarm", "id": "2ee5501c34a84cb1a855a05618e669eb", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0e102befcb734506b93eac188b5f7b7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "811cf3086a834fd28f99f8e1d6d9a5c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b2bc74df19224f19a4a438772ef2b424", "region_id": "RegionOne"}], "type": "alarming", "id": "199735ed53574acea5d2cd7650b8f0d1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ceea9d24e7154a33b7dd93a2f3ed1882", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "33df89bd7f934302879edde76d803d6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9be41722240445b1978ccdfc1681ae65", "region_id": "RegionOne"}], "type": "meter", "id": "5d2600fadbec4295b904be4205b95657", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "10f2df433f2443d4bff1039b5b9f8117", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d3ccfb88ba924ebc8b1199a00b2e9655", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5d11e6750c104f9eb425aa1ca91f2d8e", "region_id": "RegionOne"}], "type": "metering", "id": "1ce10230f78c44be83e8426e9dac9e1e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0e3bf9f638894b1e9e63e064f2e66e7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0a2d0417d42a4ecfa029d84f7bbc39c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e80441401d604babb2ba37ff7d0dbe87", "region_id": "RegionOne"}], "type": "telemetry", "id": "c7ab8c692dfb49139fe85dddfb3c1a08", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "01de2142e4e04616a1db1b4241c5ce65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "574c5021772d45d2ad42fe5186c76393", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d996af358aa2456b95b237fe4da6e9d2", "region_id": "RegionOne"}], "type": "event", "id": "2ff84ba5c7e243a18e2fc7041a561ea5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "19f6fcd426e5411ab06311a5c1d7634f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c4e7912fa42a4db98290126e8c3e6697", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "562a9ad774374ec78e859c5f0c620028", "region_id": "RegionOne"}], "type": "events", "id": "c76f28f8f1d74d6290535bcfb238622d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bdc87eca32a3485ca91400319be0daa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "036e2399a437402faa337ffe7304d461", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f85072974e8b4d08af45198e8c53a7d2", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d87df31086cf46129a6097a8f06641b4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fe71b5f507a048dc997bac4c00a4ea32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b15d5779b7344005aa79be90221b1ad1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3049bb7a14354fb8bc674673624f647e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f87369cdf9a144318795491cd34c6d04", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0ee4bfe185fd47a8bc3b486127911e5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "afa36d89bd88413c90ea90bbf6ad2882", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "89e63768109e4ecd832fb59a126b9d75", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "20f05834437b460fa5ac3e12552580d2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a42fc19794e04d4ea6db4b7764c0bea1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6a4e54930099430da52d231a0e77c5ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "92e93144116d4fdc855a29a8e71766ba", "region_id": "RegionOne"}], "type": "tricircle", "id": "7d97bba6ad104a75b0ef04a9dcd542cf", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "67073922feb24c8cb8ab6b313f0f4e4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "96cc1dff7b5942a0947dbe833e33f1be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "9cc83176634a48ebbb58259492650eab", "region_id": "RegionOne"}], "type": "database", "id": "974e7e159ef04b068a51a058a707f307", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "56ac4c576d16455ba1a28ea3454f151d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6f1f953c25bd4c05904a45cb78994415", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "310aaedf0e3b42b7941d0c1e13cec6cc", "region_id": "RegionOne"}], "type": "application-container", "id": "871915ff5dbb4936beff013f8800d2b4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "899a6d5be35a42349df96b3e6788ad60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "84bae38782104a39a97dc8c9272fa190", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "31e82866acf74011845586a86d25eb9f", "region_id": "RegionOne"}], "type": "container", "id": "8c6f3d6d130a41a68b2055cc17a363cc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0f6a306f219944748714faeef65853dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "75a3bd7c0d7b46ee86461445980f2530", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d88ac5756e9d483d8592b0173158d727", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "5e16eb7be3f94b68bf9a870d46271d98", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3896b845532c4a878217457187b5967e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "35f45cab7b824565a4d5580a2318ed4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ceb82f09954a475badf799d5ba8fc020", "region_id": "RegionOne"}], "type": "rca", "id": "90160276b29741c683f3e658fa7194ff", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1b483bdd5c5842fe906473a3fa3ed35f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e04b7db2487d4fa39a2fd11dc9a91c98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "0f551d341586442b9e629870b48c5d25", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b2c5341edd254ffb83443af79cfcf646", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "b951d3d8da6c435cb5cd3bec80069177", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "8496626cc1444cb884368c223a0d3634", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3c3525f65b4547eaa9e76bdc0e3d6e50", "region_id": "RegionOne"}], "type": "network", "id": "06185b07e695401199f2b7ff4021f9c6", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "b7835ecb47a149b7a5587c4dbc96a1de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "3e14dec941a546d09e5c1227aa0036c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0ed25b704d1e4dbfaa4b85ab5993834b", "region_id": "RegionOne"}], "type": "backup", "id": "2c1599894c8d4a62a0eab2c94564deda", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b083883b6bf8482fb010468510d62aba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "13de50ebe3674e128e34fa5a20556cef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fc4d793b2e0b4d4f984bb7fb28303d04", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "cf17d50fed9f40e6b9650b0b8ddeb81b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "faba76502bdf449ca4aa883a05c8e520", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "eaa36f2f8bae4a47a4062c2b0ca79e36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1276c75604514f24aacbd33494d9fc90", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "11a63ba130d2499db45242f78be9290f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e86a9c177f2346fabe6f6fbe2517f7ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1d609f31a848466e9b04ffd2fb29981f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "aad089ac0c5243d1a4f43ff6eda81070", "region_id": "RegionOne"}], "type": "monitoring", "id": "238aba7824da4a0eaf142eb743ea0dd8", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f24355b2117d42bb9e8e6290975268ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "36ba2505770b4689a5570a6cc3b77df4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "bef789076904485c9f0b02f61774c9a2", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9dcc442341f845558e53cf34ab27a9a6", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0dd20beb559749b8b10756bd81201735", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2d41e32c3f5b451c8ca46bf8b0d217a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "2ef0ad5b8bd8465884b8ca93a8416bfa", "region_id": "RegionOne"}], "type": "placement", "id": "86e103b89ec7483388e17c60fe23ad2a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "29c215c17d904f368f6b3086624d8ec1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ba6fecdd5dae4d6f9fdefb66053f6cc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "161c7c73b51249809bb2c8f1d7210a2d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9d13d83b07be4a988d9cd060eddaa3fa", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "48ba9f64ca954325845a6d22efcfa262", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ce8fd076d3b044c8af806424124ffceb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8f0cb05c75014798be6770c9fc45bf8e", "region_id": "RegionOne"}], "type": "ha", "id": "b2f2bfaf64004f469d1a45eb58db9fa1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d297c8533c0940d68023b644c77db437", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "74edb05a992f48fba3e4f8c0cce5e432", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3bef6d089b5b4a49a9f6ad5c88a5a047", "region_id": "RegionOne"}], "type": "reservation", "id": "5c054ae642734636831168bddfbd9b0a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "46bdd7f2299d4019a8680b86116ecb6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "21bcacddd6f3415bb09758fdab22749f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "64b29d423303405dba7f771a748a03f9", "region_id": "RegionOne"}], "type": "function-engine", "id": "ab71173f15da456baffb6db88068cfb6", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ee8bc8f354894afea828d84295ca8826", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "00a68c57029740f9ad5ec2794cb9379a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "219ecc1c38c7406aa6571bf05d298e90", "region_id": "RegionOne"}], "type": "accelerator", "id": "05df95143e6641ff99ed13f8f51a053a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a79cdfff9b9c4f1d8d569a6ea934d311", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "072f083730a8423da83762f63d8045c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fce6abb621894469938497bdaf2f6692", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6109516ca161481eb9e6168de7f8a7cf", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4522649be39d438390674e1451ce1ac1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fa184c987d3c4c10b8a9005ed96d2176", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "08d822bc062d41779bf6235d1c327947", "region_id": "RegionOne"}], "type": "registration", "id": "9c23c40c48884ed09f4e886a1c86baca", "name": "adjutant"}], "user": {"domain": {"id": "4b420a2bfad84bb999cb2709afa17ab2", "name": "f94b2ea3b75a459d83638f8a44cdad66"}, "id": "3870df7751ab40569934bdcbabc7a07e", "name": "1d080b64213947d684936c8479ad6dd4"}, "audit_ids": ["4a42a464ceb640f2b5b69481fb00fc85", null], "issued_at": "2019-09-19T09:04:45.793069"}} 2019-09-19 09:06:45,936 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,942 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,945 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2019-09-19 09:06:45,991 keystoneauth.session REQ: curl -g -i -X POST https://dns.example.com/v2/zones -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"email": null, "description": null, "name": "example.net."}' 2019-09-19 09:06:45,996 keystoneauth.session RESP: [500] content-type: application/json {8} openstack.tests.unit.cloud.test_shade.TestShade.test_neutron_not_found [0.066511s] ... ok {30} openstack.tests.unit.cloud.test_shade.TestShade.test_connect_as_context [0.290757s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,537 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,543 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,547 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,552 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,566 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.473274+00:00", "project": {"domain": {"id": "47713610253144ea9f1163b50f19d455", "name": "d9681f8e78fe4a2e8bdde6307c422866"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c58ed23c20134f8b81fc285cb2da5b29"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "675c2da629644f89a62a5fc886cad8ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "658b7c0811fb4d32af59ca1966cdfa8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6ccca2ec8ac14572814e178ce95931a0", "region_id": "RegionOne"}], "type": "identity", "id": "c77fb91d0ad04c67a7f6d78d20c92ca8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1ca827e19d724c8081688b1cdcaa135f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7aecea0bfc2b4d8ba533616b4a34ecff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "61097a0dbce947d0b63ba8f2e833ace4", "region_id": "RegionOne"}], "type": "compute", "id": "5223400c1d2a4c3bb073d7b08ba804d6", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "dbf4598b7734436cb0ea09544d75c3f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "9002724598ee4e498af6722cce6a7877", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3e2adaa0ada24e67b4672d40291ad8fe", "region_id": "RegionOne"}], "type": "image", "id": "9781ec02f7a34e0b8e5472ab9ceefee8", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c07c020a3b414f3f8b170a4b295ceec3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "84c88aba1f484066b3d652c2ecf4d769", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "deb9046b13cb4bc7a8044c33b5d9b1ea", "region_id": "RegionOne"}], "type": "load-balancer", "id": "839a0a27059e49a7a2bce8558b4c1394", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b4c32bba1c845b4b7bf5ed8bf07ea5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7317cfa8e40549c2bd348d2cc9ba4baf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e4d620e44794d04a5a90750a327ecd0", "region_id": "RegionOne"}], "type": "object-store", "id": "cb7cb2d3872a49d58d55b54b2d818164", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d37d9d54c64946d293b97426dfe35749", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4c1146f967ff45b1acf137b4f4a18904", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "72a7327dd3ff48a2b62142e15005624a", "region_id": "RegionOne"}], "type": "clustering", "id": "9147a7899e1a41e995e0a6b62921b671", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "89b23e29e54c4b8a9fb8ec9b08fc805a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9cf037b744de446ca36596477af20ac5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2ad56ec87e1e49d8a5fee5cc6f6dea9f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a0806b03206b4d05b219e2ceba9632ae", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "236c87092ca94088b38375b0ba9469d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d1ea4d6b31d74a1fb4b1842a8c06c44d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "df90f682585d4c6797d0ab6a0923c011", "region_id": "RegionOne"}], "type": "cluster", "id": "582182f525f24240b0d53ace8d2ee732", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "da30dc3f1dfb42218b7686714afca5ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0eece48da28f4c9d9b1d381f77286020", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b58c8d3a41f04c25968e4e87a9bad839", "region_id": "RegionOne"}], "type": "data-processing", "id": "2533c13fee03477abdd57ace3324ad4e", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5ce9db1ed8bb4cf4a581839b285eea2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2eb7be1fc24a4d66b4ef9bd6dd7f1bd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "39089e79fc7c468aa5289cdb825fb8ab", "region_id": "RegionOne"}], "type": "baremetal", "id": "c05facc6aa0e47bc8c84152b2941cf84", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ed41fdfe53cb402c884d511dcfdda26c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "480affc8cc7843bf985bff6db6aa4b56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4844b784226c413aa06584b6b2e4d028", "region_id": "RegionOne"}], "type": "bare-metal", "id": "bb1f2838b5b1493f8b545eb1c99a1077", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "04136ea0940f480894121798f845b100", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "46b4e761af42476289ced72342aaca48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "2538c22906d7454a87bcb0c374743860", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8717cb1a5cf1465489817d96ff29ec33", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a5f1f56f0fc548488473c717ee6b0bff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "00d566b5ea664c8f91fc8997b6b266af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "6ef5eaa1424e40159f09f5ce2fd865fe", "region_id": "RegionOne"}], "type": "key-manager", "id": "526a4386bf0f44f984d1422c7e2dedff", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "87768a6ac3d24aa88122b5ccc3307ccb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "055def9ad45a445fa793356daff23c82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ade96671a68e4b2f90fd61a21c30a2b8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "425ca281b9eb4457a5c03fce1e73833b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d10cc6b288a24756a081b6ec88be9daa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "04f1822d11b148abb3efdc7f0b1081bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f96769862a614aca9c06cef1560e56fa", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0b71dab5807144e39181954c2cf09ad5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "089b157a6ccb407592a6876dc79c9960", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "fa876b834e964995a99add05437ac18f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4005155ea2f5428b86aa1e27ca445011", "region_id": "RegionOne"}], "type": "message", "id": "8d900d4d4477415bbcf326bff710fc31", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c54baad0f3cf4cb39f7389578a80ac00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f92a94ba00804fa597ecd3bd6ca89e6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bdfeafa461e940dc99744cab0e16b1b5", "region_id": "RegionOne"}], "type": "messaging", "id": "e792264268a04cbeaa12c4894bc6bd76", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "33942ca9285b44f8aa707e1a9b05d748", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ea66c9665d65442cb055b8ebba43c241", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "27a598cade684b058635ba09d050835b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ad93764a520d40b29194777710bbd9cf", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bb8883c3cb0d418f86b901d71bee92dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "21de6e06841a4164b60ad9a4a6214505", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b4bc3459ee8f468a89dcd18672b82c1b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "72702577a11e4ad3aef57c38fd84c025", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "839f7c0f9369410d9fd8a21a17ed37f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a9d36678b5a485a8712a7a8762c8bd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6590f9d953824211ab5ea7b484dd7292", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "045376e8664149d8a3f2fa9de7369837", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7b77af7f243c4bd0bed6ddf1ae957dac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "363bc163bac14602b6d5dd23c86f47b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ad6bd8a4f0b4540b4dd89ed108a54c7", "region_id": "RegionOne"}], "type": "container-infra", "id": "49ec3f4c81b34c3798bf7f349a59b2aa", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6802a32ad10c49678d2604be8cf488a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5dc4a0644c574cdb9047bf87d038fa15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "7fcf6ca0ff9844f288995c2f9796878a", "region_id": "RegionOne"}], "type": "search", "id": "b5831459c8214e759de499cebc11bfd2", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6b7568d63d744f57a195935a55585037", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "cb80c6b748504c94a414d8a098d96eae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2c74ae01c0554e07947209ee611d1998", "region_id": "RegionOne"}], "type": "dns", "id": "9ebc39a41a1b4119a677747877e05d3e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "598b4ff9b73a43329ffc9ba006ffc5da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4927b8ca179a493798cb12058075c47a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cefa2e1292b246bdbea2c04dcbbe4a97", "region_id": "RegionOne"}], "type": "workflow", "id": "da0a2c14309e47efaaabe130379036e1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4e845f89f0ec482781f634c02d148f2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4e032ae6e3734197a1e338d2ef9c7373", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4a293f20d9f24e3daedae87cef4f5a72", "region_id": "RegionOne"}], "type": "workflowv2", "id": "76b1ca5f6e4d4b73a75435594e9f5ab2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "bd0ab8be650a44dbb71d052697b5aafc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "634e5a04a2bf4724a68f5a950b653489", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "98a25ebb49814b698b093ce2b44b6e58", "region_id": "RegionOne"}], "type": "rating", "id": "77dea9dd4e51455d8cdd5192eb4ca0f3", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "edf7e0d5fff44b968492c94f19c8eb7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2fb2078d7db04ae08adc70f6db737387", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c671d94d6d5e4dce91aed6493527dda5", "region_id": "RegionOne"}], "type": "operator-policy", "id": "100c4837d0e54d6ca0598ac7bba3ad9e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1f9848f1e9f84cfb84729372a593061b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c98afaa05755476b9a0b3e9e74c1ee65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7d81063440a04457bc627d832ad40599", "region_id": "RegionOne"}], "type": "policy", "id": "5383c7266bc94afe8aa9fdc6d215cff3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "22efb478bb1c4096bc1a4be1c4afc2c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "431681cc3d15472eb0ed55d9c9828391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9051a1b494a447a0bc3cb8ea798629c1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5de984d2d99b40af9b89c89c55500a7d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e6587dd6e9884a94bc347d2a2030f45f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1e075b1e5f114dbca4e8897f39e6afeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bd93878d87564488a78156c01005951f", "region_id": "RegionOne"}], "type": "sharev2", "id": "796fe3e87e7644a0988ce37d4e94e70f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a97a8037390542458b74db1d328de9c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d9bd51563c3345d9a374ef251539c839", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e8bdca62d0b841c0acaec579d555d3df", "region_id": "RegionOne"}], "type": "share", "id": "a464747b20d847f6a4b089a1f5191ceb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "643441ba98cd4b5981e1969d6544898a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "daf61deeb7d149cb9ed276badd4aa9d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "76e8ed6b0e1c41879179b3e8fd3b68cb", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d9682f33272246958be16f05a462aaa7", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "662e941828e7408284f00da8d6d046af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43f5101b9a1c4fafbf770f36b9a43877", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "282d5c75e2c4459895037203a25eb200", "region_id": "RegionOne"}], "type": "orchestration", "id": "38da46b72e234fce855b3b26595ee593", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43b3e66bc39a4241947fd4d8d271dac3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc4dd4c195c34f6a9661fb22df2f56c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e6a2d0ffd7e4cc38665de50254000cc", "region_id": "RegionOne"}], "type": "block-storage", "id": "09b63807a27c4b5ca8247f7b60488b07", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f4438ea1a13414dbdfd2b32d8340807", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ea629471ac4490c9d81014dc4996b69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "689ef12ee8e04f4ebee9444e5076ebc5", "region_id": "RegionOne"}], "type": "volumev3", "id": "10da9df5a3404f9493b94fcbb1302745", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a60e353d1f3f4fc9888edf4f0ad20d34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "077d72ba1ad14dc1bb1d9a03848c41d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4f442a597ac415b9114b412298c94ad", "region_id": "RegionOne"}], "type": "volumev2", "id": "d6d33652f1a545f9bb532be3c373d45c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77d0a45b5cd94ee9aeec7d65dd31f637", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e23f7c95a761437a8de89fc4b7d9bfb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eba67a4dc9fe4239a4baceaeb2148e41", "region_id": "RegionOne"}], "type": "volume", "id": "b895a8899c63425a919dabca5fdf991e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8d604f091ad43d48d63beb880d1dad7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "caff403525f948809a4e77e2148fc811", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b2d37358cdd48ea98847e41e3306a8d", "region_id": "RegionOne"}], "type": "block-store", "id": "b060a5f550644f31bedd1e1486f90287", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b82184c9ec854200b857e94a2fd8bcbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "abc70352d417432599e5ce6eb8ad154c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6a3421898e6f4abc861b0546c87833b4", "region_id": "RegionOne"}], "type": "alarm", "id": "4d4db1f093264c3ca1ae8dbc06e6eab3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "02eb19ec3fa84806a9b4fceb398dfc2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "45113ef282304b8d8c7cefc45cc659ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4bfcc23d90c3455aa319d41420ede2d7", "region_id": "RegionOne"}], "type": "alarming", "id": "39d9ee2db7724c71807e625b9471f1a4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "58f3936f804d486381a9e4b27011098a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "293a10dc74ce4c2d8d424a3cde5932d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e6b6906ce92a4b74946e59fb16b1da71", "region_id": "RegionOne"}], "type": "meter", "id": "dd343e54e44d48b28ae8027b9f1b9527", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c550f0d92ead4c2392ad9d1f5ad105c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "104abf5e7e534f8da31c1ad7e441c4a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0efb6ebb2f204ef9a2746afa37b27f41", "region_id": "RegionOne"}], "type": "metering", "id": "a59705c98f7943ea815bec9d6fd3c8f6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "df4b6bb2ff3c4fd5b6fa782025b604e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f06dcf8ed4894919958f06ea1273197f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "42491aa026fc40ff914c579d142068e0", "region_id": "RegionOne"}], "type": "telemetry", "id": "0c6e7500688c49819a3604c1d5e5dbda", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e025619e945647b8bdcaad32922b2c2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bf954365b8ae46c88c497e55b553d1f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c2cdf1ef066f40b3bd2dbc7223bdd5dc", "region_id": "RegionOne"}], "type": "event", "id": "5d9b6e84eaef49f4895057e5bb9c410c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4809cbbbcb7041ad9a9cb3570784b3c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "53ada59ab931411aa52e01d6ddfb49b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bc76e26399ef4444ba13e87f4fc4fdfa", "region_id": "RegionOne"}], "type": "events", "id": "4fad4d74954a4d7fa978ff311f3aef92", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8a3093a3903e4e9eb48bc781efac33b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dc6b00e351af47d9bd649366a5b75cac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "dad18d030b414a02bee92ccfc294164c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "bccde121773e48e19d60ca38376a23c8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "02d5b7b2ba9e4d8fa0c395b0af082273", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "845a613e3cd649a2999960d2d2bc81f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fbdd0a67b92d4927bb44a278f19f46ca", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3095cbcd530e4fad984776199ac8d779", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f4203d14fc214dc29287afbe4d7f1363", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ef8b93bb8a7f4137a1efa139026d2b97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ecd30326dcdd47c484c37f4ea42fe820", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b260eb3760204a558670ceee382980f5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b7e77ca70a634e449f1f880afaf092c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "418da5de0a0b4ce898bbe5160bc5c817", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c5e057c328a24defa83eb5ffc35203b1", "region_id": "RegionOne"}], "type": "tricircle", "id": "a3d63a9f1fde45bf807a0eb6edeed639", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8d58b276f2c341c68d17ef6589cba5aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "362eb0ac09d04c768d6051c62146008f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "216858111347448b88e278988d80f81f", "region_id": "RegionOne"}], "type": "database", "id": "bb2b3b84a7584618a81becbccea4eaf6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "046704705f8a4155af305bbd775fdb8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bec10f169975422a91aa34a62a6073f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8b26d020f72c434cb7c78256cd85a69b", "region_id": "RegionOne"}], "type": "application-container", "id": "f60e318657a04c02a936c1082e05b2ef", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8bba9b2b5140406db6bedf4e986cad5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "420062cdc4184d838ca905d4b30c7f15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "594d97eb4c8c46f2bbff1a297a4c38ed", "region_id": "RegionOne"}], "type": "container", "id": "c640048e924b4dd998712fc90d732721", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f6395ef37d5741a6a97882be4b321718", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b12f0f4f2df04513af3376caf391db7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "93eb217277e3452e9341cfecd0859f8b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8e19582f7a2048ddbd21976ff5565d55", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2411afd269d546e48f49fe5088c68a0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0407077a34c34a9698207388d4b0473e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fa00beb8ba74401eb35654f318a39a7d", "region_id": "RegionOne"}], "type": "rca", "id": "cf2dde1dc6a84cb6a06b7616de984af5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1caf73e69f55497bacc66e5e09d71a08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7a48b55d72b04f98aeb161854201bf02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9422c84de1864ae6a70851556c46b35b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "19302a296d6a4045bb3aa057f497a348", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "111cbc5a8f8d4a4e8b48915cff5807b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "39e18782b9144e26bf98eeea8b1c7c51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "924ac4018eaf41e68e2445eb080a9f30", "region_id": "RegionOne"}], "type": "network", "id": "f0a67fce0c294192a355cc0994c8f475", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a12dff74b18b4e9b9336b138552f696f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "895836b8f54842c7887b89ec5a502036", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7daa30685c7f4993ac65c6e3b335124d", "region_id": "RegionOne"}], "type": "backup", "id": "100fbe97e7f0438594d36be061cf70fa", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "22d8053902964b598dd5c28a6b420f5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "96faaf931fb14806a3e0911a504fbfd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "421a7424bbd24d919e4fbee0941737e7", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4f83f229de004c8c98222cee791e5fb9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "27aa23c8341f4873b7b181f3c63e5d0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f5c70b4497694c10bb78348a55886561", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c30a792dcbd84d57b57f377ecd57e619", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "fee20641a6874cebb9a58d0b7d7cf1a5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "405dcdb7eea840bf97b54c2f36e028d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6dbd71927a2249b8b876d2ba6b9e25d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "6b214ea5fddc46168f7b7e8b7b2bc0aa", "region_id": "RegionOne"}], "type": "monitoring", "id": "45d79a0d045945de92cb4c10770f699e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f7157891851248ba9f9ece52dfe89885", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a7d3afae530a41c492b7f7a827c15b04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "2117a73c0c41451994a77195eef68da9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6bb646deb8d64baea2943f2c71364ba4", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b1661163528749438433e7cda136e304", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "33fdcaa58fef4c73b4ecbdeb868fee39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9195018b1f014d5f846d9f74141f73af", "region_id": "RegionOne"}], "type": "placement", "id": "6f7c2dcc2c5d4607839d4e42b17636b2", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8f054ccfd77a482ea367067103cef14f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b1022c73abf849b4972385e7ee3430b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4135282347fb4f36869a2e5218ebfbc0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2785a71b3bc640a08e49cad963546e08", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "857c5e885f1348bca9d99a3fc63ecc74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "010698772e8b40c1b03e576fc3644789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7861e10ede13410082bbb4c3a02fef63", "region_id": "RegionOne"}], "type": "ha", "id": "113e0476243d4805b902d388474ad2a6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5ca55914cfd5452dba1bc00be9718d57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "66243690f7854cfe980d5e172cccf60d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5112718acd3e467ea85106ff8d17d1f4", "region_id": "RegionOne"}], "type": "reservation", "id": "dd8dc2a9856f448cb2831be8c5f33a55", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "518e0b720b57474e80b0d28b672fda08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "aa4b18c66ae145f6abf4997e653bbee4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "af0cbfa1a34f4e678352c4076b22ee29", "region_id": "RegionOne"}], "type": "function-engine", "id": "8c807292a5c74c3bb8a9b31cdc8d7c40", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "081dac49f37b4aa2b9027471bd5f4e34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "333a63716e4d490dbd6506fe071a14b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c0c8bfc3cbd7409cb3d5623dd95588c8", "region_id": "RegionOne"}], "type": "accelerator", "id": "1e75d26026004424ae0e28c12454471f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f72f13ea4b73402e9ddd0e8afc5f98d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3db009ec308b4f049c6192eee861e512", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "40d8280cc1be43249ed0be5719ac568a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "369dd86f261442abbb9bfb6c90941290", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "557f3aae76564497a6aa9e2b4a5adc91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a4912198257245f68fa3497601e9d639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ddcfae3c8c7a4ea7b67c71130744548e", "region_id": "RegionOne"}], "type": "registration", "id": "6a817b496c574940aa9a5135f7ff4df1", "name": "adjutant"}], "user": {"domain": {"id": "bb8a92862088480c83587b996f40fa46", "name": "4cd2a6a571bb4396a8a37d5a2def8cf4"}, "id": "0d764f92d3b2441888b43f62edb9fd25", "name": "8bc79e975ace4eceaeb0939d3bc4bae3"}, "audit_ids": ["3f32a2ad2cb64d3d8f36aa88fcff012c", null], "issued_at": "2019-09-19T09:04:45.473274"}} 2019-09-19 09:06:45,617 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,631 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.473274+00:00", "project": {"domain": {"id": "47713610253144ea9f1163b50f19d455", "name": "d9681f8e78fe4a2e8bdde6307c422866"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c58ed23c20134f8b81fc285cb2da5b29"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "675c2da629644f89a62a5fc886cad8ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "658b7c0811fb4d32af59ca1966cdfa8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6ccca2ec8ac14572814e178ce95931a0", "region_id": "RegionOne"}], "type": "identity", "id": "c77fb91d0ad04c67a7f6d78d20c92ca8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1ca827e19d724c8081688b1cdcaa135f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7aecea0bfc2b4d8ba533616b4a34ecff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "61097a0dbce947d0b63ba8f2e833ace4", "region_id": "RegionOne"}], "type": "compute", "id": "5223400c1d2a4c3bb073d7b08ba804d6", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "dbf4598b7734436cb0ea09544d75c3f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "9002724598ee4e498af6722cce6a7877", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3e2adaa0ada24e67b4672d40291ad8fe", "region_id": "RegionOne"}], "type": "image", "id": "9781ec02f7a34e0b8e5472ab9ceefee8", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c07c020a3b414f3f8b170a4b295ceec3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "84c88aba1f484066b3d652c2ecf4d769", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "deb9046b13cb4bc7a8044c33b5d9b1ea", "region_id": "RegionOne"}], "type": "load-balancer", "id": "839a0a27059e49a7a2bce8558b4c1394", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b4c32bba1c845b4b7bf5ed8bf07ea5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7317cfa8e40549c2bd348d2cc9ba4baf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e4d620e44794d04a5a90750a327ecd0", "region_id": "RegionOne"}], "type": "object-store", "id": "cb7cb2d3872a49d58d55b54b2d818164", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d37d9d54c64946d293b97426dfe35749", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4c1146f967ff45b1acf137b4f4a18904", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "72a7327dd3ff48a2b62142e15005624a", "region_id": "RegionOne"}], "type": "clustering", "id": "9147a7899e1a41e995e0a6b62921b671", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "89b23e29e54c4b8a9fb8ec9b08fc805a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9cf037b744de446ca36596477af20ac5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2ad56ec87e1e49d8a5fee5cc6f6dea9f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a0806b03206b4d05b219e2ceba9632ae", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "236c87092ca94088b38375b0ba9469d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d1ea4d6b31d74a1fb4b1842a8c06c44d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "df90f682585d4c6797d0ab6a0923c011", "region_id": "RegionOne"}], "type": "cluster", "id": "582182f525f24240b0d53ace8d2ee732", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "da30dc3f1dfb42218b7686714afca5ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0eece48da28f4c9d9b1d381f77286020", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b58c8d3a41f04c25968e4e87a9bad839", "region_id": "RegionOne"}], "type": "data-processing", "id": "2533c13fee03477abdd57ace3324ad4e", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5ce9db1ed8bb4cf4a581839b285eea2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2eb7be1fc24a4d66b4ef9bd6dd7f1bd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "39089e79fc7c468aa5289cdb825fb8ab", "region_id": "RegionOne"}], "type": "baremetal", "id": "c05facc6aa0e47bc8c84152b2941cf84", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ed41fdfe53cb402c884d511dcfdda26c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "480affc8cc7843bf985bff6db6aa4b56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4844b784226c413aa06584b6b2e4d028", "region_id": "RegionOne"}], "type": "bare-metal", "id": "bb1f2838b5b1493f8b545eb1c99a1077", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "04136ea0940f480894121798f845b100", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "46b4e761af42476289ced72342aaca48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "2538c22906d7454a87bcb0c374743860", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8717cb1a5cf1465489817d96ff29ec33", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a5f1f56f0fc548488473c717ee6b0bff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "00d566b5ea664c8f91fc8997b6b266af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "6ef5eaa1424e40159f09f5ce2fd865fe", "region_id": "RegionOne"}], "type": "key-manager", "id": "526a4386bf0f44f984d1422c7e2dedff", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "87768a6ac3d24aa88122b5ccc3307ccb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "055def9ad45a445fa793356daff23c82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ade96671a68e4b2f90fd61a21c30a2b8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "425ca281b9eb4457a5c03fce1e73833b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d10cc6b288a24756a081b6ec88be9daa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "04f1822d11b148abb3efdc7f0b1081bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f96769862a614aca9c06cef1560e56fa", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0b71dab5807144e39181954c2cf09ad5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "089b157a6ccb407592a6876dc79c9960", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "fa876b834e964995a99add05437ac18f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4005155ea2f5428b86aa1e27ca445011", "region_id": "RegionOne"}], "type": "message", "id": "8d900d4d4477415bbcf326bff710fc31", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c54baad0f3cf4cb39f7389578a80ac00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f92a94ba00804fa597ecd3bd6ca89e6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bdfeafa461e940dc99744cab0e16b1b5", "region_id": "RegionOne"}], "type": "messaging", "id": "e792264268a04cbeaa12c4894bc6bd76", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "33942ca9285b44f8aa707e1a9b05d748", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ea66c9665d65442cb055b8ebba43c241", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "27a598cade684b058635ba09d050835b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ad93764a520d40b29194777710bbd9cf", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bb8883c3cb0d418f86b901d71bee92dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "21de6e06841a4164b60ad9a4a6214505", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b4bc3459ee8f468a89dcd18672b82c1b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "72702577a11e4ad3aef57c38fd84c025", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "839f7c0f9369410d9fd8a21a17ed37f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a9d36678b5a485a8712a7a8762c8bd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6590f9d953824211ab5ea7b484dd7292", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "045376e8664149d8a3f2fa9de7369837", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7b77af7f243c4bd0bed6ddf1ae957dac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "363bc163bac14602b6d5dd23c86f47b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ad6bd8a4f0b4540b4dd89ed108a54c7", "region_id": "RegionOne"}], "type": "container-infra", "id": "49ec3f4c81b34c3798bf7f349a59b2aa", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6802a32ad10c49678d2604be8cf488a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5dc4a0644c574cdb9047bf87d038fa15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "7fcf6ca0ff9844f288995c2f9796878a", "region_id": "RegionOne"}], "type": "search", "id": "b5831459c8214e759de499cebc11bfd2", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6b7568d63d744f57a195935a55585037", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "cb80c6b748504c94a414d8a098d96eae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2c74ae01c0554e07947209ee611d1998", "region_id": "RegionOne"}], "type": "dns", "id": "9ebc39a41a1b4119a677747877e05d3e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "598b4ff9b73a43329ffc9ba006ffc5da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4927b8ca179a493798cb12058075c47a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cefa2e1292b246bdbea2c04dcbbe4a97", "region_id": "RegionOne"}], "type": "workflow", "id": "da0a2c14309e47efaaabe130379036e1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4e845f89f0ec482781f634c02d148f2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4e032ae6e3734197a1e338d2ef9c7373", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4a293f20d9f24e3daedae87cef4f5a72", "region_id": "RegionOne"}], "type": "workflowv2", "id": "76b1ca5f6e4d4b73a75435594e9f5ab2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "bd0ab8be650a44dbb71d052697b5aafc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "634e5a04a2bf4724a68f5a950b653489", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "98a25ebb49814b698b093ce2b44b6e58", "region_id": "RegionOne"}], "type": "rating", "id": "77dea9dd4e51455d8cdd5192eb4ca0f3", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "edf7e0d5fff44b968492c94f19c8eb7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2fb2078d7db04ae08adc70f6db737387", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c671d94d6d5e4dce91aed6493527dda5", "region_id": "RegionOne"}], "type": "operator-policy", "id": "100c4837d0e54d6ca0598ac7bba3ad9e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1f9848f1e9f84cfb84729372a593061b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c98afaa05755476b9a0b3e9e74c1ee65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7d81063440a04457bc627d832ad40599", "region_id": "RegionOne"}], "type": "policy", "id": "5383c7266bc94afe8aa9fdc6d215cff3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "22efb478bb1c4096bc1a4be1c4afc2c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "431681cc3d15472eb0ed55d9c9828391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9051a1b494a447a0bc3cb8ea798629c1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5de984d2d99b40af9b89c89c55500a7d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e6587dd6e9884a94bc347d2a2030f45f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1e075b1e5f114dbca4e8897f39e6afeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bd93878d87564488a78156c01005951f", "region_id": "RegionOne"}], "type": "sharev2", "id": "796fe3e87e7644a0988ce37d4e94e70f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a97a8037390542458b74db1d328de9c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d9bd51563c3345d9a374ef251539c839", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e8bdca62d0b841c0acaec579d555d3df", "region_id": "RegionOne"}], "type": "share", "id": "a464747b20d847f6a4b089a1f5191ceb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "643441ba98cd4b5981e1969d6544898a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "daf61deeb7d149cb9ed276badd4aa9d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "76e8ed6b0e1c41879179b3e8fd3b68cb", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d9682f33272246958be16f05a462aaa7", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "662e941828e7408284f00da8d6d046af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43f5101b9a1c4fafbf770f36b9a43877", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "282d5c75e2c4459895037203a25eb200", "region_id": "RegionOne"}], "type": "orchestration", "id": "38da46b72e234fce855b3b26595ee593", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43b3e66bc39a4241947fd4d8d271dac3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc4dd4c195c34f6a9661fb22df2f56c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e6a2d0ffd7e4cc38665de50254000cc", "region_id": "RegionOne"}], "type": "block-storage", "id": "09b63807a27c4b5ca8247f7b60488b07", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f4438ea1a13414dbdfd2b32d8340807", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ea629471ac4490c9d81014dc4996b69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "689ef12ee8e04f4ebee9444e5076ebc5", "region_id": "RegionOne"}], "type": "volumev3", "id": "10da9df5a3404f9493b94fcbb1302745", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a60e353d1f3f4fc9888edf4f0ad20d34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "077d72ba1ad14dc1bb1d9a03848c41d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4f442a597ac415b9114b412298c94ad", "region_id": "RegionOne"}], "type": "volumev2", "id": "d6d33652f1a545f9bb532be3c373d45c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77d0a45b5cd94ee9aeec7d65dd31f637", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e23f7c95a761437a8de89fc4b7d9bfb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eba67a4dc9fe4239a4baceaeb2148e41", "region_id": "RegionOne"}], "type": "volume", "id": "b895a8899c63425a919dabca5fdf991e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8d604f091ad43d48d63beb880d1dad7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "caff403525f948809a4e77e2148fc811", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b2d37358cdd48ea98847e41e3306a8d", "region_id": "RegionOne"}], "type": "block-store", "id": "b060a5f550644f31bedd1e1486f90287", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b82184c9ec854200b857e94a2fd8bcbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "abc70352d417432599e5ce6eb8ad154c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6a3421898e6f4abc861b0546c87833b4", "region_id": "RegionOne"}], "type": "alarm", "id": "4d4db1f093264c3ca1ae8dbc06e6eab3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "02eb19ec3fa84806a9b4fceb398dfc2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "45113ef282304b8d8c7cefc45cc659ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4bfcc23d90c3455aa319d41420ede2d7", "region_id": "RegionOne"}], "type": "alarming", "id": "39d9ee2db7724c71807e625b9471f1a4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "58f3936f804d486381a9e4b27011098a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "293a10dc74ce4c2d8d424a3cde5932d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e6b6906ce92a4b74946e59fb16b1da71", "region_id": "RegionOne"}], "type": "meter", "id": "dd343e54e44d48b28ae8027b9f1b9527", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c550f0d92ead4c2392ad9d1f5ad105c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "104abf5e7e534f8da31c1ad7e441c4a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0efb6ebb2f204ef9a2746afa37b27f41", "region_id": "RegionOne"}], "type": "metering", "id": "a59705c98f7943ea815bec9d6fd3c8f6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "df4b6bb2ff3c4fd5b6fa782025b604e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f06dcf8ed4894919958f06ea1273197f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "42491aa026fc40ff914c579d142068e0", "region_id": "RegionOne"}], "type": "telemetry", "id": "0c6e7500688c49819a3604c1d5e5dbda", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e025619e945647b8bdcaad32922b2c2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bf954365b8ae46c88c497e55b553d1f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c2cdf1ef066f40b3bd2dbc7223bdd5dc", "region_id": "RegionOne"}], "type": "event", "id": "5d9b6e84eaef49f4895057e5bb9c410c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4809cbbbcb7041ad9a9cb3570784b3c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "53ada59ab931411aa52e01d6ddfb49b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bc76e26399ef4444ba13e87f4fc4fdfa", "region_id": "RegionOne"}], "type": "events", "id": "4fad4d74954a4d7fa978ff311f3aef92", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8a3093a3903e4e9eb48bc781efac33b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dc6b00e351af47d9bd649366a5b75cac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "dad18d030b414a02bee92ccfc294164c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "bccde121773e48e19d60ca38376a23c8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "02d5b7b2ba9e4d8fa0c395b0af082273", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "845a613e3cd649a2999960d2d2bc81f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fbdd0a67b92d4927bb44a278f19f46ca", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3095cbcd530e4fad984776199ac8d779", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f4203d14fc214dc29287afbe4d7f1363", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ef8b93bb8a7f4137a1efa139026d2b97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ecd30326dcdd47c484c37f4ea42fe820", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b260eb3760204a558670ceee382980f5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b7e77ca70a634e449f1f880afaf092c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "418da5de0a0b4ce898bbe5160bc5c817", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c5e057c328a24defa83eb5ffc35203b1", "region_id": "RegionOne"}], "type": "tricircle", "id": "a3d63a9f1fde45bf807a0eb6edeed639", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8d58b276f2c341c68d17ef6589cba5aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "362eb0ac09d04c768d6051c62146008f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "216858111347448b88e278988d80f81f", "region_id": "RegionOne"}], "type": "database", "id": "bb2b3b84a7584618a81becbccea4eaf6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "046704705f8a4155af305bbd775fdb8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bec10f169975422a91aa34a62a6073f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8b26d020f72c434cb7c78256cd85a69b", "region_id": "RegionOne"}], "type": "application-container", "id": "f60e318657a04c02a936c1082e05b2ef", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8bba9b2b5140406db6bedf4e986cad5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "420062cdc4184d838ca905d4b30c7f15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "594d97eb4c8c46f2bbff1a297a4c38ed", "region_id": "RegionOne"}], "type": "container", "id": "c640048e924b4dd998712fc90d732721", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f6395ef37d5741a6a97882be4b321718", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b12f0f4f2df04513af3376caf391db7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "93eb217277e3452e9341cfecd0859f8b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8e19582f7a2048ddbd21976ff5565d55", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2411afd269d546e48f49fe5088c68a0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0407077a34c34a9698207388d4b0473e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fa00beb8ba74401eb35654f318a39a7d", "region_id": "RegionOne"}], "type": "rca", "id": "cf2dde1dc6a84cb6a06b7616de984af5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1caf73e69f55497bacc66e5e09d71a08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7a48b55d72b04f98aeb161854201bf02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9422c84de1864ae6a70851556c46b35b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "19302a296d6a4045bb3aa057f497a348", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "111cbc5a8f8d4a4e8b48915cff5807b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "39e18782b9144e26bf98eeea8b1c7c51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "924ac4018eaf41e68e2445eb080a9f30", "region_id": "RegionOne"}], "type": "network", "id": "f0a67fce0c294192a355cc0994c8f475", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a12dff74b18b4e9b9336b138552f696f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "895836b8f54842c7887b89ec5a502036", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7daa30685c7f4993ac65c6e3b335124d", "region_id": "RegionOne"}], "type": "backup", "id": "100fbe97e7f0438594d36be061cf70fa", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "22d8053902964b598dd5c28a6b420f5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "96faaf931fb14806a3e0911a504fbfd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "421a7424bbd24d919e4fbee0941737e7", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4f83f229de004c8c98222cee791e5fb9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "27aa23c8341f4873b7b181f3c63e5d0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f5c70b4497694c10bb78348a55886561", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c30a792dcbd84d57b57f377ecd57e619", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "fee20641a6874cebb9a58d0b7d7cf1a5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "405dcdb7eea840bf97b54c2f36e028d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6dbd71927a2249b8b876d2ba6b9e25d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "6b214ea5fddc46168f7b7e8b7b2bc0aa", "region_id": "RegionOne"}], "type": "monitoring", "id": "45d79a0d045945de92cb4c10770f699e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f7157891851248ba9f9ece52dfe89885", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a7d3afae530a41c492b7f7a827c15b04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "2117a73c0c41451994a77195eef68da9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6bb646deb8d64baea2943f2c71364ba4", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b1661163528749438433e7cda136e304", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "33fdcaa58fef4c73b4ecbdeb868fee39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9195018b1f014d5f846d9f74141f73af", "region_id": "RegionOne"}], "type": "placement", "id": "6f7c2dcc2c5d4607839d4e42b17636b2", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8f054ccfd77a482ea367067103cef14f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b1022c73abf849b4972385e7ee3430b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4135282347fb4f36869a2e5218ebfbc0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2785a71b3bc640a08e49cad963546e08", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "857c5e885f1348bca9d99a3fc63ecc74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "010698772e8b40c1b03e576fc3644789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7861e10ede13410082bbb4c3a02fef63", "region_id": "RegionOne"}], "type": "ha", "id": "113e0476243d4805b902d388474ad2a6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5ca55914cfd5452dba1bc00be9718d57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "66243690f7854cfe980d5e172cccf60d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5112718acd3e467ea85106ff8d17d1f4", "region_id": "RegionOne"}], "type": "reservation", "id": "dd8dc2a9856f448cb2831be8c5f33a55", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "518e0b720b57474e80b0d28b672fda08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "aa4b18c66ae145f6abf4997e653bbee4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "af0cbfa1a34f4e678352c4076b22ee29", "region_id": "RegionOne"}], "type": "function-engine", "id": "8c807292a5c74c3bb8a9b31cdc8d7c40", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "081dac49f37b4aa2b9027471bd5f4e34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "333a63716e4d490dbd6506fe071a14b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c0c8bfc3cbd7409cb3d5623dd95588c8", "region_id": "RegionOne"}], "type": "accelerator", "id": "1e75d26026004424ae0e28c12454471f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f72f13ea4b73402e9ddd0e8afc5f98d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3db009ec308b4f049c6192eee861e512", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "40d8280cc1be43249ed0be5719ac568a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "369dd86f261442abbb9bfb6c90941290", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "557f3aae76564497a6aa9e2b4a5adc91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a4912198257245f68fa3497601e9d639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ddcfae3c8c7a4ea7b67c71130744548e", "region_id": "RegionOne"}], "type": "registration", "id": "6a817b496c574940aa9a5135f7ff4df1", "name": "adjutant"}], "user": {"domain": {"id": "bb8a92862088480c83587b996f40fa46", "name": "4cd2a6a571bb4396a8a37d5a2def8cf4"}, "id": "0d764f92d3b2441888b43f62edb9fd25", "name": "8bc79e975ace4eceaeb0939d3bc4bae3"}, "audit_ids": ["3f32a2ad2cb64d3d8f36aa88fcff012c", null], "issued_at": "2019-09-19T09:04:45.473274"}} 2019-09-19 09:06:45,710 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,716 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,720 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:45,745 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:45,751 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,755 keystoneauth.session RESP BODY: {"servers": []} {18} openstack.tests.unit.network.v2.test_health_monitor.TestHealthMonitor.test_make_it [0.070792s] ... ok {1} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_policy_update [0.059740s] ... ok {16} openstack.tests.unit.cloud.test_shade.TestShade.test_get_server_not_found [0.287592s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,642 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,648 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,651 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,656 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,670 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.543269+00:00", "project": {"domain": {"id": "ea8d4aa9e5724aa08b747b6aab53db30", "name": "a5db0aa6e335460daf0939d66a7f618a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f5ae68f4b60646f887cfefb3d44c5592"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "115e336db2d14f26be97b5bd7d1ccbfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "1f59546f3d504c13b159c4e0d9e4c26a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9110fe136393462aba1a655cf1ff03c1", "region_id": "RegionOne"}], "type": "identity", "id": "c41f5c4be32b40eb8eaf655d04e63575", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "59bf5b0e74b34946908218dae7fe571c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "57000af7d4504caa824dbfa5f22b6f5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d9e4691270224ff1b0974cf3629efe47", "region_id": "RegionOne"}], "type": "compute", "id": "8c6a9b77b3064bd68e740d648012926f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "181b300839be4c3880b44b3ef6ba1083", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "4de63a03ad084641ac7e7c06ef729d45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "671f6c0ff55440d4b35da08f83b8a312", "region_id": "RegionOne"}], "type": "image", "id": "0ba045cb50f246f0bb1e5e2ae2a36371", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b19e5aa438fb4358b1eb5cb952c427dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1af4a24634534d63ada295308e3b8003", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1c986a395fac46bda38e5ec0d912cb9d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "94aa1a68bae14994a6609b105056a9cf", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "928625f7a4f1470bb4f661a35ff885b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd079225b8c3465eab2cb8147c0a18ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4f0c5be22f54415b3637fe685d5ed5c", "region_id": "RegionOne"}], "type": "object-store", "id": "ca1a29835bce4856bcf4fd8893ddd468", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8d3df80220e34e468b12bb91e2710e9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b1e699f3e8fa4b9c92d9035a7782216a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6453164d48cf4db8b12ce0a2705ac07a", "region_id": "RegionOne"}], "type": "clustering", "id": "be5ce5dacc8d42468bd4d270292eb056", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3a037726f5c3480cb50c601ddc9331b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "98f820dd90374815bc1f92cda6c4c412", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8d96a3d1a56d4b6894969d54488b0cd2", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d3e16d0c245346bd8a8f53c8f1034213", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "77d44aa65130432eaac56253302b409a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e0a9e305a1514e72869cb15b1db93c12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b59c94feb80a42b7a7321d4e9680764c", "region_id": "RegionOne"}], "type": "cluster", "id": "54ecca0c7eaf422f96cd8b5dd1b1c50e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3a9150c1f16c4eea82f40d1a127774d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "04041f9908b84e348d64067fe00c9bbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "476c3c5014804b32a7aa5af6147559c6", "region_id": "RegionOne"}], "type": "data-processing", "id": "42a6826a104d4fbf830ba094f4c76b55", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5b0dc704102c4be2a71761d774a4c5df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "81f946121c0a4d5582f122f424f1a57a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0d1ac02b78c242cca4fe93022be3d0cc", "region_id": "RegionOne"}], "type": "baremetal", "id": "1ffb24ec3be24bd8a41129906f5c2492", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "73e9568dc0664fd0b6d38f8786555ccb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "69dbd215b5e0413b89e09321dcca769f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "94bd2b92af664205ae134c375b06d561", "region_id": "RegionOne"}], "type": "bare-metal", "id": "5c703ed0fea34f298c959d155a26f997", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "95de268757f341fc94dc47eb7943595c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "64a0294b88ba477cac2f29acfc5b3700", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1974e0078d2b4d66af2c798c37c8da01", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a876951579cd4e0ca5105f92e46674fb", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9c2bb8f6d1c647e982610510192f9c91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "77e5d7711a0a44d3a0708742320e001f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "a0bb2c92a097414c915cc33fc1510e07", "region_id": "RegionOne"}], "type": "key-manager", "id": "b5c39404f7ef49f58c9bf406c6582427", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f85812a560b048efa754518a7b5b6485", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "388ef67df46c4645b7ab4c7676cd6cd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b0ecd88f3d3a4c6ea6178b1acdc75a6a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d59ef9044ed049528a40ab378d93eaa0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f983b2b3b770403684d30ab6f343e4f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dde98c61e0804ec9be6e602c1c58b6e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "36d818a2de9a48eca3b91e13ddcff59c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "7d00603ae2094e3e8a08f4bfb4137b33", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9a3b17c5da864ec5b4a880c0c81dd9d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "707d1d9020944b6faaef145343eb07a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "87cb8417b4d74ec7a0f6162482fdb325", "region_id": "RegionOne"}], "type": "message", "id": "c13e3c494f164ea394de7310c34bf456", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b28daeaca36e4bcd8270b358c5054c51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0f3dd36b81214f72996679a5f488bd0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b93757fb5f6b4416a5ad0ec30a97668e", "region_id": "RegionOne"}], "type": "messaging", "id": "8bbc76bc4f1c49ad8a042c4108b4c7ad", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0e800f9cfde1469bbdf3a31ae9c69cdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c618e7c04a3a4bffa51e2f662e9dc01c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4fa6aab87149445eb9845b985f68e625", "region_id": "RegionOne"}], "type": "application-catalog", "id": "1b5163e7a5ad48b3bf6dc0b8e46ba85b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c187da3c77a34fa08843ae72f0834507", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1e633edff1664024a56a452f43431e7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "32b11bceada049a5b9be546c94639050", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4c503884ecf648da9d2710b2b33c4b2d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bcf468564ebe4e47b082c8933b5102ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ab63bd1406745948c02b99536435210", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71ac15f3ea5543559924e7ad2b80b90d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b97704be404240038b2fdf0ca6c95f38", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "737b72b1f15d45729df0e257efac776b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "103512537728477fa1f023ac946d0824", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bdf3f331416c490cad7f9ed6b7c1b977", "region_id": "RegionOne"}], "type": "container-infra", "id": "097b64bbe98240ffb36f537f84931433", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "216ccf8467ce4c4c9586e2e7b41d815f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "fb1e3427573648759eb3f0825d527f47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5f1f6ea7331343b1b98f1bf57c9bdc47", "region_id": "RegionOne"}], "type": "search", "id": "7175fd581a0848dbb44a019588dd4ee6", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "685dde5155624132af83256fd368a2b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "7dc8558c827d4942992aa1d4401d5655", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2529dbd0544c43bdac3f69af9411ff42", "region_id": "RegionOne"}], "type": "dns", "id": "a8c43f39a93448aeb666f5c9169a5077", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "13da79d9f2984b93b25fe743576c0776", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "036b2459e3f841538721572deac43e44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2701d60f6e9b40a8b0612bd396f48355", "region_id": "RegionOne"}], "type": "workflow", "id": "6664846534f148b5943b418bdc1cb0e4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "91d89ceb2e8244509a069de5869af1ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9c69813f17174d44aa639f7490823a32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9593564933484bc9a10a78e563fe2157", "region_id": "RegionOne"}], "type": "workflowv2", "id": "04df82f4e4bc4c799e91a61a8c92e464", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d0ddcf4e50a349dd806230c2f3d85ea3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9433037737e44a6db17b7bddf50832f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f2f99fe41efb4a6d8bb9495a7810fdf1", "region_id": "RegionOne"}], "type": "rating", "id": "6a4045e02e3f4819bd857366712bbaee", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8289e95591c949ffaa5847fceb4516ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "276da02192704908bf36f370d56a003f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3a22b54f07e7487896c77f8461f26ce9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c6106872d7f849d3ab11730f3c49eb37", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "93106e38027d493bae6e36c3124a0cfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "be7daec70dae4ba0b9b822adb1a0edb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "288a7fa32c9b4402a9ac5cdd472e6e2d", "region_id": "RegionOne"}], "type": "policy", "id": "1ff2d4337fef491e99d018533e197731", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9bff2756783f4d198172ee1080b9f96c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d0d79e0c8e9a44cbb75e9af84548818b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9a8642ddd43b4427aeeb5d722d2537b0", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "34cef584ecb544bc8bef5cfcce4a18a4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "12da4d8b7b504d13a9f07d0c2921a814", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6a210477c1f344019ab1a98bc52a34d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9cb056f2802347559f1c7141e59ee767", "region_id": "RegionOne"}], "type": "sharev2", "id": "7cfc8c6b6fd64f309a0f61889d3e75e4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "93472f5921a248169e5669b73ba59fbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4898e1070e8a4863a42e932cf5c2fc2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b39ec924f27d4551ad02f5b15c90bf64", "region_id": "RegionOne"}], "type": "share", "id": "e907413a8b1f4f9a9f27cc3e84a0fcba", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8e919c16d5b74169a7a1fcee13babe48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8e8b133bbfb84ae196be23af76f86eef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c3700e7daa004373809a84b2b520e72b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a2be91a0c4174c2fba5344a36c6acf83", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cff76b66c8d74b419d4e05f07db53c2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d76010650efc4e1c9e0e89a7246b8ae5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19806a1671cc4665af17843a1df8b997", "region_id": "RegionOne"}], "type": "orchestration", "id": "46cefa3cf9234087bd8ee197ad648853", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9098eba91d1c48f1afef4fcd1db34975", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf3726119c0e485288a5eebf838b8bfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b55e741618d4b0e82071b736d041cb0", "region_id": "RegionOne"}], "type": "block-storage", "id": "4ecd9ce3b6654b3e9f490930acd1f9a5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5883150cca84863b7f446f361aeb7c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e72912f0a4824129b21027b3a586288a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16e31e1a4b924a4fab808d89f18ca667", "region_id": "RegionOne"}], "type": "volumev3", "id": "4248017fad014ff5ac0793720cb9bf86", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3dfe3c4e07f44182a4621207f3f54788", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "334d7766fd80483ea0ec973f005aa194", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7ea7ba1db374cf3ad4e16a5b9f039ed", "region_id": "RegionOne"}], "type": "volumev2", "id": "f57de72b3d414af2bbc45da300032ef8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "343b0aebd68840cfa326d5b03f527881", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54a75677a0764a1a82bb5784c18a09a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e6ec297c7214d98a45b97746d59eaa1", "region_id": "RegionOne"}], "type": "volume", "id": "08e714b96846409588f34287d5d77235", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "847521adf050487d97bf296c6177574e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75d088fc213f4dc6be517f51b025d442", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ed0ab7aee774600a1358cb15dc8f5d8", "region_id": "RegionOne"}], "type": "block-store", "id": "cbceb2f55ec04d6dbbdecda36e294bae", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "80a4b5d143c2466b83e73a315bb2f370", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7f390427733d4d8a906973eb37ff5852", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "376b3800d9924bfbb740471265c537ed", "region_id": "RegionOne"}], "type": "alarm", "id": "20f69995d7e146e5920c20a49e97620f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b215e1d28eb545b58fe076236ab8e2bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fc7073b4c4de484a877433fd8be8e44f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "eeea421ec6d745f8a7381ad672995dc2", "region_id": "RegionOne"}], "type": "alarming", "id": "4c98b6acf3164580b670c8a4495d3fb2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "091eb8ed42bc47bd94f77f0ed445c424", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0029c09505d94c6882ebea5e94d352a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "efb490cea83b49e48e2436b952076b42", "region_id": "RegionOne"}], "type": "meter", "id": "dc2e10cde765420d8baf9315e86e9c39", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7d5db2b063ff4161a4e12bbb0395dba5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7dffce99760744ae97ce3f665e872b2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "63407b2537f34906a67285dc785b862d", "region_id": "RegionOne"}], "type": "metering", "id": "51b96f42446c4ca6a458efd214ec4d33", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "df38e3f7a9534758b0494a9711065120", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bbf5a4f66aac4f55a15b15cb3840bbf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8e0ecde3bb404377ba02a35b7da2a10b", "region_id": "RegionOne"}], "type": "telemetry", "id": "eb7cdef648f3426eb146041a80013ad9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "94f2b487c961450d9aeb3621c03ad240", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3f93adc5b1fb4872953f2d8aefb2d134", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cf93b96349f14d97897e1d233bd2de61", "region_id": "RegionOne"}], "type": "event", "id": "a83b29ae1dea42309087aaae482f9a88", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1335357256d54545a605fc33f95a9fbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3da315420acc4e0d9d19a8cc9c34c4b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9c6bf26275f24f9fb1506870d92c640f", "region_id": "RegionOne"}], "type": "events", "id": "1a752f8c640640cabdfc10616994ffe6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "920364db5aab461693c25908c0a84394", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cddf66f566584208bf9957411b728d08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6749e4ad49394531a81cbe9375cf377a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "13a70ee217b846249b4ff19915cb0d79", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d9fe0e66f3b544cea116264095cb9ba9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ab8e5282266a41239df3da51987b23de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "596ae35aa2ef48f78b336fe587fec3eb", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1a58ca4c4949466ebff7d4593673b9eb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f46432f3d3a04ee7a6bce9b39e179266", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f411a6b9f1c2480b9f9f7abe181c6786", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6666a33a2e0e41949903803d2659fc90", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "29338e6fdced43948944e6aa94ff8dbb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ae8a7f7345244bff97c3737095107ac5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3c284d89b14e4ae898917a5a8264f3df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "193c852de8944d36bcdccd429cc3c592", "region_id": "RegionOne"}], "type": "tricircle", "id": "39ad894e176f443d96ada9fe5dfb75a3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8f0fa85ce8074d8db9ebaedb15996102", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1c23070664cd4072906af8e783883131", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "54887ff6b9ef44109a22cdc11939cca7", "region_id": "RegionOne"}], "type": "database", "id": "5344efa498cb475db3ff69854fcf6d3e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b5446a0dceb4483aaa1852271b878d09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "94763acd282f47ca9aa89a9823bcd650", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b0e71d8cdc8f40a386674e80bd3c43cd", "region_id": "RegionOne"}], "type": "application-container", "id": "4407d3b479434de2adb646056a46904a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7af6465d7ed446e09f46a8852da24016", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b8fe4d3a7ca442839dd972a9bbb82aee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0db89b23df3a41ad929ee3747a9af900", "region_id": "RegionOne"}], "type": "container", "id": "e7a6ad2209ba4dd99357e8b4d7ba236a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "72547f9853ef4291abe6e77a2d0284bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e2a3210b133e464d864955678016120b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1775a135496a4231939c51605dd743fc", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d2806b5cc66f4832b9830dc539b664f7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bdfda58b04cd41eb9f76a86cd46a39fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1616ad73ec95497b857f03d22de89dcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "60c756bf17d84cff80e73615e5053d19", "region_id": "RegionOne"}], "type": "rca", "id": "5b952b037836472da251f012b2fee604", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "acb0f84b5df94471b4f9a5185f8da428", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "73338c8e80d34d47a2fe829d0ec2e76d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8b6b4c0d74b3443889dffd3e41ca3ba9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d2ba2eb7ea784d7286f8eba96932ffbe", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7b02385f452f40f2bd696c0cb3a57401", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1db8a5fef87f49d5a119b4792d7125c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4de4b174e48642569ecadaff57a1ce60", "region_id": "RegionOne"}], "type": "network", "id": "f84ef833d11c40e3af5c80f1e9cf2b27", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a81a7be95ecf41d48aa84ae4e39a4d48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "90bb140c6e4f493caa536909ae7b7773", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "29d446b740a74375bf693a909c05a975", "region_id": "RegionOne"}], "type": "backup", "id": "44aeff5eea8f44d38c2b049966f44755", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cd573c48ac4a49a5bca470d945805d34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1bb7c23b9052499c8aadccc485cc264c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "220217d1625d43ddb7479b5dcf8e4c49", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d14e3401b74247b99ebc462be40cd457", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a0a0a5d82efd416ba47c8c24fcd02ead", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "08954c831c2c4f73a54a82b31c7f9be6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d1a209b3a4a54d449993603f3b41cb4d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "428b827a1ec940db85fb5b7dd8e3e8ac", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "36f7501370b94cb7abfc68b211033b8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9b637cab14d54b669100e806d9502a2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "57a2416aac1d4afbb559a561c624f551", "region_id": "RegionOne"}], "type": "monitoring", "id": "4383481d1a054604ae1cc97594b7fe58", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2eb156c5dcba41c3a383521ffefff3f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e0679d0c4fa74fa890a53af621cd8563", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7eaa9f37833a478394c3183e4509e367", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3de37896f8e34dd4a22ca930b7a0c8b3", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "dd87cf6454974ab59e1b233884051c74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "fa9c73df5e0e42c9b64369e9accc4441", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "03e75034dae742568cebaa68435757b8", "region_id": "RegionOne"}], "type": "placement", "id": "f2aa9ed0c327431e91bb30818f0e0952", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "428dd138d3ca4987bb869ddf9fb36164", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9a482ac5a9dd4c6f988ba26f9c06c654", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f5900a18d40347a19412b7b3462545c5", "region_id": "RegionOne"}], "type": "instance-ha", "id": "245c5584e66a4d28adaca48ed0a1b614", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4ca4a80ac7fd447091b804cde01dc586", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5e3efb00ebd7467a87aca2ab343f9d7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a8defb3518274a91bb8f20544f0077ab", "region_id": "RegionOne"}], "type": "ha", "id": "f99dd28df66b43a49f7c8b220b255bb7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f01f95f678ac4a8baa9e2c913d7b4e3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "274756d0e44045049ddedd3ceac0140d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "426ab2f09c5d40d5962d647a7fbbc023", "region_id": "RegionOne"}], "type": "reservation", "id": "b157d4f23e2c44c2a7be9adc6ad8622a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "29a7c3d8aeae46e5ad570dba4d8ed15e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "08f66779697741fcadd3a8f729a94dcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "0928a240d82044499957980b3bb13a52", "region_id": "RegionOne"}], "type": "function-engine", "id": "99a89d6a9fe147a2a645ba3e630368cd", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "dd72836611a2415c84f1c0d29a8c9450", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e6e25d2f139f406785a38d1fcf102d8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ef38185c4ae64d0a9fdb0c263aa4747d", "region_id": "RegionOne"}], "type": "accelerator", "id": "1089108c8c594cb697997e7d606072b6", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "946ff5fc805c4dbaa84ff9e88412be18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6ad1599cbe464022b68e3c13c027f92a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cec6fca1e98f4d35b6614d71a466192d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "346b9fd7d492481ba1a8b4bf9c5b3b33", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bc313c71b77147c6b26627373eb4409c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0e0dd117df7a46e893d239c64406cfb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "71b7e59626e0412e8274d3781c11be7c", "region_id": "RegionOne"}], "type": "registration", "id": "ff6fccdb6ddf4e2d8ff7dd3b98ce1397", "name": "adjutant"}], "user": {"domain": {"id": "91f052a085a34ffd9d489889b1b3fddf", "name": "c160d6a7dd5c48f2b9b5f09539174d69"}, "id": "e573aa54b8254159a58d4f464287da68", "name": "092d43b67e53450da7e59ca953346d40"}, "audit_ids": ["ff3fcc49333b4461902e9e8bbbeed027", null], "issued_at": "2019-09-19T09:04:45.543269"}} 2019-09-19 09:06:45,777 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,784 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,788 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:45,811 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:45,818 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,822 keystoneauth.session RESP BODY: {"servers": []} {19} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_bandwidth_limit_rules [0.051624s] ... ok {4} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_remove_security_groups [0.076018s] ... ok {6} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_member_create [0.065084s] ... ok {9} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_session_endpoint_not_found [0.110225s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:46,111 openstack.config Keystone catalog entry not found (service_type=notfound,service_name=None,interface=None,region_name=region-al) {29} openstack.tests.unit.clustering.v1.test_node.TestNode.test_recover [0.063889s] ... ok {5} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_domains [0.060304s] ... ok {24} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_member_delete [0.068970s] ... ok {11} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_cluster_create [0.067107s] ... ok {4} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_delete_ignore [0.064788s] ... ok {26} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_receiver_find [0.067664s] ... ok {21} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_profile_delete_ignore [0.065340s] ... ok {17} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_interface_delete_ignore [0.059830s] ... ok {11} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_profile_find [0.064696s] ... ok {23} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_flavor_get [0.066008s] ... ok {18} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_agent_update [0.060722s] ... ok {14} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_flavors_detailed [0.063797s] ... ok {3} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_flavor_delete [0.043981s] ... ok {22} openstack.tests.unit.cloud.test_volume.TestVolume.test_list_volumes_with_pagination [0.338936s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,854 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,860 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,863 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,868 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,882 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.790867+00:00", "project": {"domain": {"id": "d2da6b4978db4a1f9a37e926765c5d28", "name": "fd53f0359dc140ca865407bb48fc79e2"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4f0fd6c8b381437a959303365d46b83b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1c27a095b99f49af826bb6d8cec13e49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9693e06f0ff5433688015c61be15d66e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "03d170b87d5a4499b6ea797444b771c7", "region_id": "RegionOne"}], "type": "identity", "id": "26cb51023e4a4812a08aa2025a609c5c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7b2b81af29084cfeb06acecd3c4410e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4b9866bbc4b04391accbaee522a0438f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9d8efb5fb25b40a6aaded54beac71fd2", "region_id": "RegionOne"}], "type": "compute", "id": "d370a7d3c6a549a1ad4f9952994bcca8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "0bbc059fa3a2494bbac3d73e88ec5c98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "61fa90d1d1b143e19cae5bed19368079", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "7c0cc93a840044fcbcab17cf8eb37de9", "region_id": "RegionOne"}], "type": "image", "id": "1e9b9dd714b341cc92ba3ee6da901744", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "15c0486f4f9c410a94d53bbaa266d1d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d6d8e4233cd84454bb5efe4493e49efe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4314e028e7834ef4b03b822d023ba879", "region_id": "RegionOne"}], "type": "load-balancer", "id": "3e26455c98784b858da7d18185d765e8", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d03d31c67584315b6fed0a402275c9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e7450b5f9f047cf94f48cbf061c6265", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed4f26fea58647e9952da4618a925c20", "region_id": "RegionOne"}], "type": "object-store", "id": "afff01ee0ae64417837baf26a6dc7900", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "78d647b1fd7c44558ffbf9e720f6ba54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "80fba4fcc3f347aea2b954d25fee5fe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a85fc9a4708b4354a0f28995eee639b9", "region_id": "RegionOne"}], "type": "clustering", "id": "b5279c99824b4c948495ea795f2165de", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aa9a32f35aa4443cb864c7691796dd8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3558dc2c01af4a19bede1fad3f7fa559", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f799ad7281ca492099941a224806b059", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d2d0d82b4ef743d8a13e5ce311e5a43c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "78697886f010450f9037e1445b40124d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "20f24c46faeb4f679113fc93cf42b795", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1c71eff33f884cc3ac9706f3fe1cf3ab", "region_id": "RegionOne"}], "type": "cluster", "id": "b41c92449f8f4caabd3659a7eafd84a2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "581ce39cdb3f49b7910f52cb6b0bf497", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "93cea0673749445d910d6a5399d7ea53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "97dbd29c22b84e7dadc83f91b5dee53f", "region_id": "RegionOne"}], "type": "data-processing", "id": "c469b4db36c94ca4bc7abeba9bbff657", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "71b5eea0b88d43e783edd3e5d50ebab9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a675f58f89cd4fa8ad0ee94c0ab51f7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0c7bd5ad5c6846169be2b220a268d63a", "region_id": "RegionOne"}], "type": "baremetal", "id": "114bc9db651645d796d160e9d65deeed", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f99e3e34196f47339b9479f9548e9fe9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8f03f782b0dd4a0f966092058c7f537b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7af30b3c783c4d1c8a7199ef2aaf3439", "region_id": "RegionOne"}], "type": "bare-metal", "id": "340a270f8f0d42c5bbe0ae26df62e21c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1d081b6cf1084653ba5082ccde21df73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a16b151e48074e738ae770fd6861fffe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "fd3f7d3c9a5645d3b8cb2844d1f0855b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "811de66765354de3b1c9f439d50ec1df", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "da5b16ed462e4966a721b2950e1c06e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1f1e9790868d4676a2a930cc3cb5583f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "25e89d9e5d854d49a9dd7596b7237b26", "region_id": "RegionOne"}], "type": "key-manager", "id": "d12f39a3bfa943c69c4b6b23d02c7172", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bcae7dee58b54cd1818ecc3379f68cd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0df1636269fc4213aaa411e74b483bb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4b50d4bc91e344258361ff1e9ab8d4d9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5db35aac26ea46de937c2d70eab65685", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3f7e63975ea640b9a437095b9efa8dd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "99bf3ac29fcd4a5ab47b0f2605456395", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4f87a97d2cf44f3ba974a9c4ae395fdd", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e1dbe5ce94244b428ab4a461c9837f05", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c93f01e7524b452f960c645c5488dcf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ea798a70bd554a0cae07f4bb6b451049", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "101711572963477ca074f029255b3a46", "region_id": "RegionOne"}], "type": "message", "id": "85ab99c85e7c41078a40b7817ac07799", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cfc95d66299d4469b35095ee6b4825f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "07e0980e36744176ba45f436de609248", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b8e055d0242740a59f69748f784554a6", "region_id": "RegionOne"}], "type": "messaging", "id": "3ed36aa8c9dc4b90b475b1a480593217", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4710eecb5a4a48cb9aea455486baa374", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5487a5370ca94c22995b6ee1caf06062", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e520db57fdda40ddbd99aa5d381d536a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "569ea5feb9974f8dbeb0da0df52f27cb", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d6dc5aaf859b4c3fb05e5b911e490cd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d0ff991fc62749b59c70e83592ba06cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d31883d63d594b6d890108e9711105c8", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b0a9c0cf2a91409eb138735ad42468c5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "07f168ae1b3f4c67b46c22ac26138c3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "931b39b8859c4f759172bc83757c1df5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7bcc1a4c751d495fba742257d151334f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "70b7a000a9fd496fb513a17840abe552", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b225c74ecd574ea093e9e0d783a7312e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7c67a39849ab45cbaf2efe9527917ab3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e9ddf077cb3c4274b72a264b9328b823", "region_id": "RegionOne"}], "type": "container-infra", "id": "ca6e791497ac43e0819b4db1c7c0cec7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a4c8fef98ea145238a9b523b7073618c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "3ebbd91eba274c57b66d886d66c87bfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "0a31d3ae6a6c43d7a31c4168b0cdabb3", "region_id": "RegionOne"}], "type": "search", "id": "5f83cb25e93641129d01a46c90d3192a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d37aa87dad70488fb757d09a32d090c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "95aad0d8a3e943a292672e48c2e110b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3def4118bc7e4d2fbc00751c9f355b9a", "region_id": "RegionOne"}], "type": "dns", "id": "ab83773ff0414930a4b552f41da76cdc", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "17d995cfac6a426293d53bd2c0027802", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f607418d5a174f52b7885735324085f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7b0bb3b985db44278c7961959eaf4fce", "region_id": "RegionOne"}], "type": "workflow", "id": "f2fb0184f04b49f78b0826b73fe65c4a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a1366549573f4bb98924c99287f28c11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2b76b45ab6b644018c9cfa5743565ce6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "966c6a17a7c14bc7ac16cc554563f12d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "df0c2873ea594368b9a94b8cba93029c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "325ca8b2b59848eabafec798f64c0bac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c3ceffb710084390a9f44b44f2ee7111", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "513d924f413c4d7aaa222d3d5bf6cb77", "region_id": "RegionOne"}], "type": "rating", "id": "e317f05edd454445bf7ab94232470041", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a0bf0eba7b9746119298043911ca95c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fb7a6b06582f4efebc016f3ee311cc5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b2043cdc700b40dba2b293dc42c389f1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "767a6f83107e4f31a4ba5647929bbfb4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "40507fe486664a92a9c45716771d3696", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d4ad6cbe78ea42eca43e27cc58edf5ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "196b19a4e33e4da2bb6213919f78b851", "region_id": "RegionOne"}], "type": "policy", "id": "0c6a72fcb5e9471caa654195d15ea98f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f7152e3965884e21b886afdac81b77ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2146ed0edfab49f29ef4e77b3295fe31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3908ae28d30f42578e18aae380d7423e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b9fc41994f9543988d7e5ccc9701a9b1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ebcd7ae0563b434197bd956b05cd7ebd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5305ca3a0c2147d7b28f7b5f338d0bfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c05418675ebd495a96f9b4ca1dfb3128", "region_id": "RegionOne"}], "type": "sharev2", "id": "58290df8fc9147a3b38211befb4f368a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7655d4895fe34329a1c5a19104d8b5c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8a6543a08b7c4e559da0d52af473d446", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cae3b09f5a5e4b2a9acd2b8e5c4b8753", "region_id": "RegionOne"}], "type": "share", "id": "ea7ae43a14cc469ab81dbe01590abf9d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9ecd0136cac245529d64af198c1909bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bf062c491368469a872536228804d615", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "580267e8c12240a78bb20d3574f292a2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1b00422fd05a4dbcac68e401a3d20ba9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62576890634c42cc82c44ad836f12846", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25a332075ac548b1aa462b90fd2489de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "845104ecb29d4241856f2e36cb6b3ae6", "region_id": "RegionOne"}], "type": "orchestration", "id": "bbe7c7eb2abb49549a7aa38d10ed8fba", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b89c418aa10143c0a31240cba38bb995", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "138e0d8b3fcb4794879017a4a63c0475", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "200576b3ec5d49d283614e0f65baefb8", "region_id": "RegionOne"}], "type": "block-storage", "id": "955790b852864721be63723d0d56c746", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03ff7aa2c1fd49be8d3d465adf9bfd13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0c81e77cdfb4fe4bc499e1585e8ab28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e087a80604c3458f8e366e749e4893cf", "region_id": "RegionOne"}], "type": "volumev3", "id": "cf675a2abd1d410f88c9a4d81b25d5ce", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "441697d9d94842c198526e0153763707", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de0e54b2e6ae40af987af9cadcaab9ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2db7dcc3759e4dd8bf91c85c47ec488b", "region_id": "RegionOne"}], "type": "volumev2", "id": "f375259c1fc84c4cb397c1c4a8a34613", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4560712721f4c9a87174cd4ca56b5aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ce0b2cf10f04983a39a35b0d849a6b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f975006258c4b919c469999fb796c8f", "region_id": "RegionOne"}], "type": "volume", "id": "2983f3aa3cd541b9b7001a1761b102bd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0032205563fb4ab39b5eeb60d724cf70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03a7de2e55b24205afbdb28a3bc42521", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93e9fc78fc094aa89191217bc9961a91", "region_id": "RegionOne"}], "type": "block-store", "id": "709a617e621e47b787585a9a568aca31", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0112b23c5cff42c79f57f019232c7aa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "94bde947ee2249b1b1b3902967e0e8cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8494130a5ec840f1aa28db3b6d75b5a8", "region_id": "RegionOne"}], "type": "alarm", "id": "ad961f2677cc40f9a7ce56c09dd0d405", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d7bea4c734f24074a39cc391c12474f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0f66fbaf6baa4e708fcb14e9bd2efcfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "647fc2787c2e4e2bb3e353e1a6fa20a7", "region_id": "RegionOne"}], "type": "alarming", "id": "ed7ba52f2caa49ac8602d03fe364bc65", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1a715f39aae14be6963f8ca210a3e4c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "08182363a83944c589b5cbbef4772995", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3d6bfa0cb001469c83bc41b5d4334e9e", "region_id": "RegionOne"}], "type": "meter", "id": "0515f186657b456d8edc9cb5f7ff4cea", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "83e065fc4ea74f89bed6d5c03235e03e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "691dab4932394cdaa56565024d92e257", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "558e0da73ae346a882925617f9af8ae9", "region_id": "RegionOne"}], "type": "metering", "id": "51b570b4a0ba45bbb7197e48a158ca4c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "02d72f5dbcd34cd5b0a4fef8bd13a0fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "92ee8fc6351a4aa9a08dc2eaf8a97f93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "081f4b138f2341feb542a8f6b2a82d8f", "region_id": "RegionOne"}], "type": "telemetry", "id": "54a2ae21cebc442d9798eba0ebe8ef6e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9e00f5c853a84b749022f394dd156f50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a6c9bc6f31fe4e3081316559d6df65a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b32c319b9ade499697c34f19c186d179", "region_id": "RegionOne"}], "type": "event", "id": "81d49229382045aba0fd5f92588dfbb4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "79e4543436324a08b500c09c4be522a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "84fdb6d7cb524ca5b80be8793696f465", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b7680910b3994fdf8889947884c16f99", "region_id": "RegionOne"}], "type": "events", "id": "479c827318e940fea93235980783cd16", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "41ecb3cce983418582576931f63b2258", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "aa820396eb234739a8c6fcf5e7b920af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e2de9f13edfe4a1cad4bda00363f3bdb", "region_id": "RegionOne"}], "type": "application-deployment", "id": "466b04d8affa44a79676dee045ad9b67", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "28ec84bb98d348289bdc8dc508cafa9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4ea2db0a7920431cab08d938cf34ed74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c2bd0830535e43e9b2088fa058563563", "region_id": "RegionOne"}], "type": "application_deployment", "id": "02f67f7df4df4490930d7dd63f4bc128", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4c335d07785d4f38b660981da03f03af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c9a3e998fee5479f8b43fa69df574260", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6e577ac797be4cdaac13a1da86ddd713", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "0c0507330d814287843874fe00452b4d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0b4f9e74fdf943af96ea800952a37170", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b7f8c1c874914dbca315b91139c7efbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "91b4b0dba82b4a58953bd101b58c350d", "region_id": "RegionOne"}], "type": "tricircle", "id": "bc31737fd14245bcaf75d7c353dfb4e5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "202f897963484044abdea53283b855d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d778d532d74946fe85b3acd4b72f177f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ec13870d358049779e31700ceb8dae49", "region_id": "RegionOne"}], "type": "database", "id": "a8718fbadc014186809c452b28158d25", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0e7f8ebf54ff493e8d74657cbc559ab8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4f5d333d2359494bababd543fbc80123", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d63d72e1724a436493e009353370c8b2", "region_id": "RegionOne"}], "type": "application-container", "id": "8762017af0244979892bfed4c3b301cd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b0e571caea124a519906533122b4f525", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "26666337830748b68c9904f32d48814b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fac07464b6dd48e48953db726e44edbc", "region_id": "RegionOne"}], "type": "container", "id": "11cf1ce1a4df44a0a203f9538b6ac347", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dedc25a6d313440da98a630f6745e2ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5426f95062294f8a804bd54ba3c854ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f69602fedd5840ba83aad41e1ca98722", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "cbb60732470f4d348a53cd6208180cbf", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ca59632cf78a4a98b6fa9442d30a8fa4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ebd53e5ecd9e423781a4292b6dae868f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3ee15281767247fe82da877d6d55f3ad", "region_id": "RegionOne"}], "type": "rca", "id": "3c19027b0d6848eab12c31fb8a5a4d9f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "639fa707fb8a4d3aa5690d3ab3c82e61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8dac68f70b88405194c23a006c1d5e36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ef012dc714494998922ad7fc620c6988", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "aa7e0e5047dd408f859707e28a94bcf9", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "29d6d7feaf2b411ca8cbf9790d5609d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f748067302fb448eaffb781715003228", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ff7e8211f3f54f7ebce444526a920edc", "region_id": "RegionOne"}], "type": "network", "id": "b3ab6b6e219843efa29021a4efa8d1a6", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2c98ec84f6124b18aeec69c240867803", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "64b0e0005be24defb64df7defd030b24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c7a240a4aa994eba81d392f5d8d06dfe", "region_id": "RegionOne"}], "type": "backup", "id": "bcc0c8cf28d94220ae8ac382202a50a4", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "82cddcb70eb645f4aacebcb95dcb6dec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "edd92e8e72764af580e695dd3f7163ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "23b90644cf304e878c1dd40043d3a390", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4fd2c531c5da4eb793f5e07458c42bd1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bd3ebadce2a149db8d981ccdd3a38d25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2520393082cd4d74ab6e279e13c44f75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f8a731f332b2441b86c938c7d6bb59cf", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "4607b7984b054898a53c75059eaf0767", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4e21f51bf3ae4664b11dd5dda16139a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "163ad6aa4b1847c392779c4f1a9151d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "20d2ad70787f43f89057b6fb11915978", "region_id": "RegionOne"}], "type": "monitoring", "id": "573176d42c724a068047ebb23ea4ed21", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1254f45ed58a4bfc993a99e377864cdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d47b9003a65d4496a145b05518d229a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "0c890fc092554bb0ae4c74140dc686d3", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "fbe99f8c8a0942c48382001d7c8a9bba", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "fadf2b33fb774de4b05e08a4e2a2d5bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "be669d24ee154943888edbaa5a785f44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "07920c2bb60845039e3b292d74a06d97", "region_id": "RegionOne"}], "type": "placement", "id": "d40267894b3b45fd85a83fcac953f78f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "110b6cdb1a4f489a9ffe2fa095050254", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c8ff58e6b78c436d8bc6666b32d39b83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "90f74b65111640d690bf5b22d8d46524", "region_id": "RegionOne"}], "type": "instance-ha", "id": "368f903d5ad047e098fabb3ca573736c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "698611903e7547fba3a9f4aa6971d1e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cac7902073764e558d7c057144fdc2e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3a392b9212824599be4fdee6f67b40c1", "region_id": "RegionOne"}], "type": "ha", "id": "f1fdbc85853a45bf931988ce88ecb711", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c1fbd599a705492cad98c4bbfa495416", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a08b0f5a509e48959a0127236c326d1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "55664a87c52b4ca6bbf6763cfe5f8169", "region_id": "RegionOne"}], "type": "reservation", "id": "0fa0dfc02171401b8a70a893b5b1fc3a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3869d8f46e334e19b944e195df0b9013", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4ed2eb664e284d87a713c0d8696e6bed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "71c74aeb826d4b4aa0647d2c70043ebd", "region_id": "RegionOne"}], "type": "function-engine", "id": "d2c6ae217e7e46cd93358099945d8caa", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "07b8bafca81b4b5bb6b15d277248c37a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b77d0bf5622c44c380798f161afb069d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d992a86d3caf4a49b17cfa26d8385741", "region_id": "RegionOne"}], "type": "accelerator", "id": "0af39eda6f084b6b8c1e888866368656", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3b136bd08a334b6c89cfbb67086d9b6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e6a11a8dca4b4a3a8634fadf8fbd2958", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3fc718ba7e3847dcaee92272fe8fcb70", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e19fbf6f8ce8421d9ec1d7fb7efd192e", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "802b5e5ed748456180bc8ae8a479e6f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "eb8d132a56f84e46a8582b3b87d4179a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c9292701f90046c9a0cf566474872192", "region_id": "RegionOne"}], "type": "registration", "id": "5b04ad0948534736afc030a6c7ce0c05", "name": "adjutant"}], "user": {"domain": {"id": "ce40b51d0560492197e2a35f02dec13e", "name": "bd239aa2c441484181d12ac9f7a763ca"}, "id": "324f8f7648d54e2d80998912a769464e", "name": "e447afc45f93478ab49d0ba99070964d"}, "audit_ids": ["ff6585a92815431087bf8ed2472f96a5", null], "issued_at": "2019-09-19T09:04:45.790867"}} 2019-09-19 09:06:46,023 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,030 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,034 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:46,082 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:46,089 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,093 keystoneauth.session RESP BODY: {"volumes_links": [{"href": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01", "rel": "next"}], "volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}]} 2019-09-19 09:06:46,097 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:46,104 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,107 keystoneauth.session RESP BODY: {"volumes_links": [{"href": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=02", "rel": "next"}], "volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol2", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "02", "metadata": {}}]} 2019-09-19 09:06:46,111 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=02 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:46,117 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,120 keystoneauth.session RESP BODY: {"volumes": []} {5} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_project_get [0.061909s] ... ok {5} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_services [0.059058s] ... ok {5} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_user_delete_ignore [0.045078s] ... ok {5} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_user_update [0.051180s] ... ok {11} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_receivers [0.060416s] ... ok {26} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_resize_cluster_with_obj [0.065789s] ... ok {15} openstack.tests.unit.cloud.test_router.TestRouter.test_list_router_interfaces_all [0.330048s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,841 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,846 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,848 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,852 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,863 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.778409+00:00", "project": {"domain": {"id": "b743866dd5ab4b09acf2b01e5369ab4a", "name": "966d425ce70544cba3f9e63fa2bd1e2d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "5e215c97c8c4429cb7e0dbb7f1ab78b7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "83729ebed031429ba2369a3db8f191ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8e4a264f75334e1a9ed176064437ae97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d8c2a7a1f46b47e3848b6422d1af3fef", "region_id": "RegionOne"}], "type": "identity", "id": "0a752e7ba36a46eb9f8b2f3c2a2f7ad9", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f11d0cfca07047b4b8dd647f768d4a2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "006dcb2e997a48efae85962d783a4b3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "060fd9c0bb5c475592a64accd2b233a0", "region_id": "RegionOne"}], "type": "compute", "id": "e863a0122aa84f2e944b8fc125016c4f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "72d64736f02d4942a1a17eeb153d83b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "31dde2682d444845b992a67977a5ea25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "700d4d39328841f29544cfe5a6df6c33", "region_id": "RegionOne"}], "type": "image", "id": "d2ac4660f44d4826b62ca5a8358808cd", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6a69ce3daed74a3786f8015c17865877", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3b75fde1291c4b598538882f168f250c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "47aadfd54d014b7b8c470df8121ba29c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "cdae86caf1f643f7b243401732e3ff71", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef81fc8eafdb418d85bd2d2a1b8d321b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "389b54f34c1d41719904185d22944f77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be56050abb264f549d2d89330d05c072", "region_id": "RegionOne"}], "type": "object-store", "id": "7cdec9298fe44a518620711684b01829", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a711c497cca44de5adf091d76dbf6ba4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8edb18e30ae0488abc864e4e77c68d08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "12a3662328f44a5993e5d09cabd11d3e", "region_id": "RegionOne"}], "type": "clustering", "id": "1fc48a562628478c9dd9d154bc36b2ef", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "831a568444a940b78a99ed52dbcf22bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f0df0f4fb3ea4eba9511d8b2e86b2d4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7f331d766154457a84345cd2d310c23c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "523a42e11f69419e84b04d22ede26e73", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f73f58a77c684a10a267a272771eb62b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9ca24596bcb847acafd9c7b07f6f0649", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8d31270f1b5146e486906671dd1a2561", "region_id": "RegionOne"}], "type": "cluster", "id": "552ab918d5a54dd78761538c1d6f4227", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "591e4f32927b4b1497d830ed0016b4e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "07b149b2f8b340e79ed6f0a49deb4d82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2dc0c504a77642ed9e05973345d43aab", "region_id": "RegionOne"}], "type": "data-processing", "id": "03e5239be9654aa3aaf4395192e74e8a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ec4a5e7f93f548368f20c3fe490d9699", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "56506763e1ea4420bdd14d222b4bbc8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fd46a18009464f0cadfc7bdd0ed59db8", "region_id": "RegionOne"}], "type": "baremetal", "id": "0f352dad24f2494687a8fd90c6a2969f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "672ef44df1844c43ae82e33427bbdf48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e528b3897c42463b97fd1cf9e3fb75ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bcda74aa2c8d4db581c2ce0c58d24604", "region_id": "RegionOne"}], "type": "bare-metal", "id": "df2e7aee38834fbbb198ca9df1bd66d8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0b07850ff0dc49b18e22605e19c176f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "364e2436805d4b979f2904749ed72130", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5db0c621621d4893993793a3b48e6513", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e922d5785719471a9c2e4d28eb7927ab", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6ad61c4a565947188a2e6faa128306ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bfcd84f327084ad8a2fba3774f3a7e28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "6232d4c490924123a26b0630f673eb77", "region_id": "RegionOne"}], "type": "key-manager", "id": "496f9f0e014344888a10f1ad4e24c4eb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8dee12d21d7f4c89882b5a1209a85cad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b09ab183a4be45aeacd3c7426ba51f08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2f9877747f714cf6bb5a72e36574d460", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a2474fcc938c47a0ba463fe28e4e1087", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9f7261d33bea41e892d72db6ea53a7ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "af377f70cacd4f28acc493d0903209a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d227d71640614a06a2527ad35091bf9e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "380df365e6fa4f1c8e6beedf89aa82ba", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2922aafbfc5745b69549b08bef976999", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8be87f69209e4bdfa1de573af740d4c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5051157eeb9e41d08506afdee485ee6d", "region_id": "RegionOne"}], "type": "message", "id": "5ce9cc785585499d96b3f9021224cb50", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4d39aba2a8534750934edec794150307", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3948871f2ee64babba797f39eecb9fdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1c44e48690d941328682fd5c082c520b", "region_id": "RegionOne"}], "type": "messaging", "id": "0057ddbce78d4c20a30be21dcde0f9b9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "de0abd63b9714c34b51c535831515278", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "807ec115eb0045588ef8543a3af9513e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "31a18f2eeb9748e4bac129219589dcda", "region_id": "RegionOne"}], "type": "application-catalog", "id": "061473375a054aab88d37cec5ae8f0f5", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "23b356f249014d99b9aa08f5d01e7a4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3055e8dc6e8f46ad9fd4dff3872e828a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d6b13f63040a49c7b0f3748cf6b84066", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1093b3ee181f4d529471f0bbbd26810d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c82e3affb29b4676bfb5511e095af7b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9ef5938801cc4c31a2849d202dad700f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "00dfbf234f704ac4beb5c2365183e92e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2a524c69db9a402c82535c9fbf51c669", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b011dad3e1554b6dbfe6bf3a72dacbd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e9cafb1fd31a4623b964f4a0f8629eab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3d70f027915240c2819cb10198d52239", "region_id": "RegionOne"}], "type": "container-infra", "id": "b9acaf7e518446228c601103f40517b9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "4ef85c66a02d489a9cea1244e392f836", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ef5806088e1b4dedabf6b4ea41c9e710", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "7f50aa37d7d14ba9a67109d73d11aa96", "region_id": "RegionOne"}], "type": "search", "id": "c699a7d6bfae4e249302d8c3e82111f7", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3f686f9cd54945e59cece4920ae9c7f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0fdc9727f3174c2480185c456651cd7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "766fec42a20e43439a6e61ccfc63c282", "region_id": "RegionOne"}], "type": "dns", "id": "7db543e461ab458d86dabd1b29f50ea9", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "43bbe8cb09184b978e1f205af1c7d31d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "43a3de827cf64797b2fbe2b827b06b13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d8429f841aba48a184c19737801dee4a", "region_id": "RegionOne"}], "type": "workflow", "id": "e9258d6cb3b547c2b39e8fe23d9479a9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c64f7d2ad6bb4f0b92cec0db64b9426b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bfceec5e439a47afb7d4342dd0f1dd1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f3ab2447a9ef4f81abc10ed58fa0fd22", "region_id": "RegionOne"}], "type": "workflowv2", "id": "bbb6c22c82bd4109a144be6c5cade8bb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b8553457af204f839224f6771376676d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0969c9c1690745c4917f4302bc4e55fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "cae8b6509b564e37a622c9199132d506", "region_id": "RegionOne"}], "type": "rating", "id": "41e14604623d4f27b7050ccb27de9338", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e5e5346507b54f6a8662d302ebd9c470", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9dce02cbd6774820b16503598f5227ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "dc76076805d3470eb09ad94a33d0d980", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c49b16795c28457ca078731a231e7b38", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b1f2370fb097497ba1d0eb098395f3f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "11f416da6fe14edaaf1fa39c264ef87e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e133ed51e58c4a989afc4de7a09c1f47", "region_id": "RegionOne"}], "type": "policy", "id": "a416aed6fdb64f77917ee8dca2e3b236", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c5452ca7aef14a6284db273c4f13844a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9692b05ed6cf46b4b7e59c292f7b8b37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ee3d511145704427ad337f5988000c10", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "807bf00fc70c4cec8a27ed14e68ba789", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "660c23dc311747209162a21600cd21a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2c19939d8e5d47799456935224a5e18e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8f1fa70943f745b4b8cd50a03cbe230f", "region_id": "RegionOne"}], "type": "sharev2", "id": "113665d6b2ad42a0ac1c9403a7b2cab8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4ba489709ed3464797db156c41e1f8db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b1fb9e100b02465382520e5f2035f69b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6e0c1197b89e45c29527ac46bddfce2c", "region_id": "RegionOne"}], "type": "share", "id": "d550e838be19434aaa5bf7a3cdce5f33", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8348ec5d82194588be707263bada5fa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1dd3332efe7e40dfa52bd2486be32518", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c47c2034221640e0b25d140427e2144b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7de09fb0c75341dba0118eb0c9f875a4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2629d57871854fc3acc325fb9f8dd2cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa3d6939ef124ae5b5aec7485e7f548b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "682760ded72841ad85eaa90e0d26ca58", "region_id": "RegionOne"}], "type": "orchestration", "id": "e980befd60094369b895ea471e75d4f0", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c8928e1e61d4546b90b7d26e8863270", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6054d43b0ee4ca0a26880a359b6155e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f219e6b5c2174a9f965fc6ebd2faecf5", "region_id": "RegionOne"}], "type": "block-storage", "id": "a239325300d143cc969005bc15bfb5f5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a06710156b7d4336b7ab0b2e804af3b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7d42fd1d3bd42fa83730046be23aa60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e71c68f05b8646d4999b37cb8773bfb7", "region_id": "RegionOne"}], "type": "volumev3", "id": "b2d155dda0e34faca01f6b424a2e0533", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8b2aa83d1584b769390912cff0d9439", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a69a9271cad941fdbaf5e0fc63231028", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d903ce32ac24c2ca2f156509e32c2f3", "region_id": "RegionOne"}], "type": "volumev2", "id": "2827454d651a4b06bf87d1c2e63c0c7e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37a68c8ccf5f4b659749ebdeebb166c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f592da8a50643f38a0e6df045c9a011", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1496bf9e32d347599bdc57052fe5dac5", "region_id": "RegionOne"}], "type": "volume", "id": "04efd914fd544a79845cb2c14df2d7cd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8bb3a2976059417c93fa5cb6eba1af90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a845bfedffd485aba362d42bfcd84d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "859376a18aa54be39a53162041999d5d", "region_id": "RegionOne"}], "type": "block-store", "id": "b28a986b50cc4031a5e5ecabb080e287", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c3f9463e9faf4c2a817b9e26ea9a08cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "53ce1be71a734532b7e1d6479e043ed1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f83fb54a8f6a49fba4b510d373eaceb2", "region_id": "RegionOne"}], "type": "alarm", "id": "91906872d93540fe8af65dc974378c5b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c8d06ae059d742e090f574da20926daa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "068a3c16a08145ab8d0d2879a1fcd7a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5432d850924c4244a680b9b96a806e04", "region_id": "RegionOne"}], "type": "alarming", "id": "ae755a30f52f4dbca3ec9d77bcfeef64", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4bd7b87d2e30489784714120162049da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5f6d003c68ed42b0b08a81441ec68356", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b686cfc1dc8c4b209680ab63677176f5", "region_id": "RegionOne"}], "type": "meter", "id": "2d61e4cd70734368bf6d5cb77950d1f7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e190e03e39c24b9dbf811483b156e038", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5b2e9bb720034a6c8fd52fdf85975aff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7cf35883810c452dac9386c57a22cb02", "region_id": "RegionOne"}], "type": "metering", "id": "be26273b0dcc44d59b745660287e24e7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "369d5d7c4f4644e9923dfbba43f74a0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2cd5f208a2264ba0ae85c16d9ba004a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4e367f55a8f044d28d9f5c36e9f25f77", "region_id": "RegionOne"}], "type": "telemetry", "id": "5e75efa528344a1d82d0277cf31629b7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ac554d08b914498b8b0301277a52389a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "99bca562705e476780b61643e459f7b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cadba58f07134b08983b04d9d658d081", "region_id": "RegionOne"}], "type": "event", "id": "75c325dfc0ce4a3282587034179ff271", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "90c10d3e914a4e349bc12065dbc33599", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e67e7c2347224c05bbccafb8489a736a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "54ab91da2b274efbbbe68ead907e6eee", "region_id": "RegionOne"}], "type": "events", "id": "c9b42783cda24663b34477a203a59467", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cdd97c36e41340c880eddd2a6177b888", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "61f859ca16dc462588ae44d26913da99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b3f32a130d224c14b7cb9be98b3f019a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f6a48796be6249b588bd8d33a2d83f07", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b5d324fab68c42fbb74f275ec98202fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2ed479ecf9e4431b93d9fcf673909521", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fa220fb3b77c413888f1f4187c43fe5a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "88ed597370e542598cd6746c624dacfe", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5d041488d46d4178b05f797a116b046e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3f66b6dbac3b4c48907c531de6f69e3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a7b6bbe7ed5e43ebae9a6a44f807f8cc", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "0312c15943e64faf936344a628c231a4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d0903288a8984cfaab4204de0de87b0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9e1e3d1a1f56455d9cac4e8970f80ee5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3bc372adf7794fe8b810ddfc9996d3ef", "region_id": "RegionOne"}], "type": "tricircle", "id": "44488f31f7ad4441a4bc9e8fee58fb0a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c83a572957804937b569a273892d1374", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6516b214d089446faf19bea42905f094", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "04ea4b2442374ed3bbcf0d897e5fbc86", "region_id": "RegionOne"}], "type": "database", "id": "bcd675d662754e5db63e3978e932d820", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b3e47518cc2d4c7a8e311efc071c573a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4add140824a8487fad9e826b49dfa0ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "19d6b7e9fee64584819b5240fd7b8cd4", "region_id": "RegionOne"}], "type": "application-container", "id": "b0b37ed5c7354364bbd43a3f105520a5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "021ddf92405c4f469fb8c635aaa3c299", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1c0a78a8ff764f769192be2720b74119", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6455cb20e9574e74b296ad880785ee0b", "region_id": "RegionOne"}], "type": "container", "id": "8c44c175f2d0436d9c20481ea58ccb42", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6efcf30e1c384a1fbed56ffebee35cda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "04c2a5c6e2a84d87bd1b1855a62564ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e07f51c0fd544f18b310018347fb9de9", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e274d76d5c2348c6ba1fbac166868a21", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "857ca1c108cc4059962648224cbdce6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fee091a1d1c74531a2b0a6c3fe88538b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a6627310f20b48b19bb165c4f2012b15", "region_id": "RegionOne"}], "type": "rca", "id": "03d2472098a14e4dab11259f411c0df7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0372ae54ac6046b4a1b540855a8262e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bf33bbc721bd4bff80ef8c9b0d2de89b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "22817e653a4d4e0b903a78f384fae968", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "7a06015944db4bb58a9202da77595aa5", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "bee670f892bb4ac7af2231aa55aa0cef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "53ddfa00da2847ed8d4fed2ab436191e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f34cfed3ba0b46e993f161529591a94c", "region_id": "RegionOne"}], "type": "network", "id": "02422a06f35d42de96bd6d3b67c68ce2", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2bd2bb4bb69d4d7ba63149cc02b8d346", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d69f36c478694e3bbbd0c29118f686bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a139958731814af8b36b84514f360a20", "region_id": "RegionOne"}], "type": "backup", "id": "e71c688562504ee9b856728963bfecc4", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a7476f76eee2450b8d724d1eee97b7c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bb36b1f344c54dfd81958baa10a1532f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "fc7f24e5ec074101a7dd69f211a176eb", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a8a7c2ca3c5f46148ea8a651fda8c544", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6167101014df4782a64f902215acaeb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "248584570d764971a4e54c803e9cd965", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c8a05b533f0044fda54fa06bc9664d58", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6a99c4f6081c45dbabd3416467e4e4ba", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fc5ce3090a534e8d88ea6343fd3c9626", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a8fdb13501b14e4cbe691a1b80aa25cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "69561edfd3e64a82a6cd96620f87bbd8", "region_id": "RegionOne"}], "type": "monitoring", "id": "45e602ba4fd443549cab2e7efcfc7b55", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2d51a221a6554b48abdce697c4d6c265", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "15eddb1c3f0b44f8ac8150ff7772e65e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c5f865ee905549d2b962a598b80d7de3", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c1e38d8f3f2b48eb96258f221564d922", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ed8accd90f3741399f88add55a3d1881", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "996140ee307a4c63922a8a3f3b44e6f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9bc263564d5742a69bda16e16c8712bc", "region_id": "RegionOne"}], "type": "placement", "id": "3493728c5e434b1f931ad3ef8bf91e8e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8402233ce41a4d5bb726f500f83ddd97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6187b75fd63745d8b9c0e9d2722a4e3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ec9754da4fc04322afb17c8f4ac4a682", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c89c8ebc65c548c489617ba6801635c2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f97bce6f52bd46bbb0a90bb49789f99c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "282be76bf58247a1b5fd632d10018053", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e5c63cbe9fa24ae29f11128fe5adf66a", "region_id": "RegionOne"}], "type": "ha", "id": "ecc038e5c96e4f01aaeff7c45b942625", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "96ebb8fa2af643f8af99a189bf72362a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5edef5cb99684238ab1113fbee1783ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ec54cb17bbd24c86b8aa544abf80da6c", "region_id": "RegionOne"}], "type": "reservation", "id": "bc55e5f2e80342e7b16505b4c7990fc6", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c8404ce581044104a07d318bd2000520", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d510f61c03d448eea8713d2282d0726b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "9b53868b3d634860989506f349e6244b", "region_id": "RegionOne"}], "type": "function-engine", "id": "f80de9e1ba82434aa4aa8658b6c74b41", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ffebccb542194e9b9431054d4a342bef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5514f97af3a14c029e6db05dda7c4373", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7117564160c64391bf261be24bd62db2", "region_id": "RegionOne"}], "type": "accelerator", "id": "b008e661228243ef88c46a91c29a87f1", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "78e21fc4533d4f5db482c57aae55ea70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "893d184f7b4d4ae48594e071dc00d131", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d734a0081a114242b49f5fc8603058be", "region_id": "RegionOne"}], "type": "admin-logic", "id": "fe6b57ad1e484e498398901f0dcb3ec0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "76c3f99fd68e437e948427053dc76457", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4a23547c4be145159815cc47dcf8494c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4815de6cfe8d4f50a9a5fc3194723de2", "region_id": "RegionOne"}], "type": "registration", "id": "4b9d17e5cd524974acd713fd58711814", "name": "adjutant"}], "user": {"domain": {"id": "be3911652be54f4b9d39579e16668926", "name": "38ab2679f57941559f85b41c1996139d"}, "id": "36dbf5f8754d433bb669493591620a68", "name": "1faec499f4fa430b9ed04f5f1b149676"}, "audit_ids": ["5f82ef136b7b4e9d8834039874cc4e0d", null], "issued_at": "2019-09-19T09:04:45.778409"}} 2019-09-19 09:06:46,014 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_interface&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:46,019 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,021 keystoneauth.session RESP BODY: {"ports": [{"device_owner": "network:router_interface", "fixed_ips": [{"subnet_id": "internal_subnet_id", "ip_address": "10.0.0.1"}], "id": "internal_port_id", "device_id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2"}]} 2019-09-19 09:06:46,033 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_interface_distributed&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:46,039 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,041 keystoneauth.session RESP BODY: {} 2019-09-19 09:06:46,064 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Aha_router_replicated_interface&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:46,069 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,071 keystoneauth.session RESP BODY: {} 2019-09-19 09:06:46,093 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_gateway&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:46,098 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,100 keystoneauth.session RESP BODY: {"ports": [{"device_owner": "network:router_gateway", "fixed_ips": [{"subnet_id": "external_subnet_id", "ip_address": "1.2.3.4"}], "id": "external_port_id", "device_id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2"}]} {31} openstack.tests.unit.message.v2.test_message.TestMessage.test_post [0.069164s] ... ok {21} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_receiver_delete_ignore [0.066492s] ... ok {3} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_delete [0.042625s] ... ok {12} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_just_kwargs [0.167647s] ... ok {2} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_instance_create_attrs [0.063281s] ... ok {5} openstack.tests.unit.identity.v3.test_user.TestUser.test_make_it [0.056467s] ... ok {28} openstack.tests.unit.cloud.test_volume.TestVolume.test_attach_volume_exception [0.207017s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,722 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,728 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,731 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,735 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,749 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.659056+00:00", "project": {"domain": {"id": "cacd916e63954e9891cbacd052962d9c", "name": "023fa9ebc82b463c9e41fc7659992437"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7f6779ba0bea451a861853e73f42631f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "be2fb17384ba4b16956ef79326bb56c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0502021184024bd49238a90d124cf8f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a2de9f4777b94bd08f21bb5326d3c0ce", "region_id": "RegionOne"}], "type": "identity", "id": "10728f418796497482a9a4d73ac2b0b9", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0703c7fa854d45f79c7c17bbe148228e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e341acf548c44cac8d70105c574997b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6a8414096f96498486ba25ebcce1b065", "region_id": "RegionOne"}], "type": "compute", "id": "015dbe01538a447b85d7cc79e895963f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "2920cb45c83144e49f4fe5ba22778d68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "273562ed3d654e24a6d46edb80ff4542", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b64ed140b1bf4e3ca7641524bbf6787f", "region_id": "RegionOne"}], "type": "image", "id": "63ca488d6dad4ee08000fff64a6934ff", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8b6b3b2e3e364880ac1c2ef98e47d398", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5db816f2441c420395932d03d7e0d8c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "567eddbf78754c7794bc5e94bb568a08", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f85c13b86d9143808ff92b34dbb254fb", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a86a0aa70754302a7a8b13b077f7037", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afbe2bb49e21489ca2b42e196654c6ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6b1f1fbe7ab4152b9330e54dc501318", "region_id": "RegionOne"}], "type": "object-store", "id": "5334df4328ec4a6a901b72920371c888", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "85d4369552404aa3b4eb3c712443214b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "adfaff4faa774390be75789d942edee9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "196020f50ae54b6e8e628c87196cc473", "region_id": "RegionOne"}], "type": "clustering", "id": "8e566a34f3714e948120b0f3d19d3378", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d5910d3b84bc4f89bc334b23c9c5a993", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7d37f12e89d9438a93ba777436367a34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4a3239addd594a81b297cdf60b057e7a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "35749c46a45c42019f283a8f4ee792e9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9ef32ee75d5e4c88ab4852b9d4a11cb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "38f2b494beab4eb19c7d05b9511db097", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "38b11c28aa894d5ebaad139d6237db5a", "region_id": "RegionOne"}], "type": "cluster", "id": "557b0ec8dc3244ac86e714b0e9ad3869", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ec2b1af8128442bfaccef0a8fe4d8386", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8eac8a7308da47e694d303e6807d9d72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1941d7b97845482fa1aeb9c43d2d02a7", "region_id": "RegionOne"}], "type": "data-processing", "id": "37ba76e6ae2740e3b2cfe240e4fc9f96", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "07eafd9f3f2140bdad4f7fd75dafb00c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "30257e5db0ef4885bcfe86036ef77575", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e4fd8fd6fc474aa1a75c40c6c209ab8b", "region_id": "RegionOne"}], "type": "baremetal", "id": "6925c4d496704c4fb7967d6ada58437b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "adf337d6945a4cbb9be5f2e234ece097", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "93c66e30d4ae42b89278eae982517a45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "579189f0057c40128d797f2f45426ab0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ec256aabaee940f3a326375d4d01ec7a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c17a1a28f7294c529fb2601124476505", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c5c07fe1e8fd43088b9dc66c5a983789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "de68612a55714cecb4d953a942da42c2", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "df379564d2f448708ed053f71f38805e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d2f2d225a3914a0b8500868192a24949", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d866bf7689a64b23ae2a82c31c78cd36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "947ede11f0644511a1b594b802352798", "region_id": "RegionOne"}], "type": "key-manager", "id": "b78aaa25ee3243fcbf76b6383e888615", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4d33e4200389476486afe2966da4e80a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0305000acfa64b239d5459acfa4f1652", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d181f61da0ae4175915d3f7337eb99c3", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "50736e109f7b4f118b425c1f0d0aa437", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "aea6113731cd4c4bbcd7be8b391e6c59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6e166a237a184c16b44129011e01e2b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "246990f94bc04057b27a2edea8682ff8", "region_id": "RegionOne"}], "type": "infra-optim", "id": "96c3ec82a75d4de09bdfbe7c8b7c487c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bd9a849a97924fedb1fb807dd2b1de4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d54a8c2e0d254ca7bce3f063b8453c29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ea0f6d0368bd4abdb7734d65e729dede", "region_id": "RegionOne"}], "type": "message", "id": "6f78aaaf197a44068263cfd1f7c6c827", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "81e37eae5e5144d4838b0cd4020f6923", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7bc7e7553cd1465187ef5eccea8bfccc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6b5cb90692054be9bc548d902d02589f", "region_id": "RegionOne"}], "type": "messaging", "id": "527f4ed128c04041b8a7634416d3e2a4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2d4ad12d44964e8caa6d2bf88ad3e0f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c3c127b2d46d40ec88bc4d322db0147e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c4ee0e85818b44bcbe7e9db16ecb2340", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6e5bd203d2494a9e8d5ff0017963acff", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "41abc6a77c2d4756b7306c659bd616ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d0cccb4754034605afbdefdcdbb3a6b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9809020b3d3f4f52a36f38ede27e8484", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3477b6b4da6e4adb9d2c348c1a9da561", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f9cfd063d24143d7ab1f9ab585f7f743", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5d4fe336c71848c6b94064ee03904298", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "160422d84123420c8895220d7c34c80f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "79f01d17c1434840ada5f4d55544b4a3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "efe7b4c891e747e1aa49fe3f82e95ac7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "07da5692a5b744dab77c964830167e14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0d52bad1a2d145f99ade85a9f61d8e46", "region_id": "RegionOne"}], "type": "container-infra", "id": "6ac76cd5795643f4a3ece54e0d85e887", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "9a6401e830de4e6188ddd447f0fe9a05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d39b5bc65cbb428cb4c7c9335cc1ec49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "bcfac5b8f5e048ac859a435a7dd5111a", "region_id": "RegionOne"}], "type": "search", "id": "7986a9b075db401d9b60a1b545afac21", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a48f3a4b4c7b493e9a5b38e6ecd18b73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "12df8a8ccf3e435ca7d94a1b265700fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "265eec40b03c41b0b9bf21796f5535d4", "region_id": "RegionOne"}], "type": "dns", "id": "a37e9e1f1f6c4b348e88355a9762d269", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2196ba8b42874c5db3d2656ba3cf5cac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2a440757236d4b27ac13f972036d1787", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7f71723de872457bb407cf8104983f55", "region_id": "RegionOne"}], "type": "workflow", "id": "0eb66e5c33104538816da9628d16d8ff", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c0a82bf046244203a2194a991417d378", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cee55c57c35548e28a146fb4fa0020a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5ad6e979de66425b80a035b6038995f7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b205f188b70e492698b52b85ac37edf2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "09f1e61e8a6540d8838a442b735ccdfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "8893adaa56d2468b901d6dc5830f672e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4354df576c9a46a396b4e08cd241056c", "region_id": "RegionOne"}], "type": "rating", "id": "b1a71c84fd8f49f9827a9ebba379b46a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b4244eeaf1e84ef09768f9c07b71df51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b64460935b2e4b64b358d79dd8eced49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "18f7eb19712941adae3be95279c8f552", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ce07abbcdcd342f88fa5ced9e6517add", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "30e64301f62c4c6bb784411333c0ac09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a2d3211024434d82afde7d9b6a680662", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2289cfea387841549683121e3f92d056", "region_id": "RegionOne"}], "type": "policy", "id": "5e92e95041ad490eb56d427ca567200a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3713a9c301694da2a0b955649cc8359d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8b48e21b3c194552a217ba88c8488a0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d7c4e794834348ba9d0e4189e856534e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "3f345da5c1be460592ccd1d3ed421fd3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "243f7f8159774961900d445a92840133", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ad1bfa800fcf41fc8bbc6d8f1205744f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f131c2b55dc34134878b7bf3181bdec7", "region_id": "RegionOne"}], "type": "sharev2", "id": "b8d65af0181a4d9497a2b6123feaed5d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d32df0a00ca548c8ad02977f288a782d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f61657771b95400b8cd4500a8ccfe040", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "aed424d1d8094e6cb8fafbd24c3bdb43", "region_id": "RegionOne"}], "type": "share", "id": "3838394a52034429a24e50eec82b0183", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "249ed9c2618d4f4ca00aa6a745882d85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b77ffb061a0240a79cc4eb7533be3bd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "acbdb41cf9ce4278900d55dd3ee11347", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8bff18953df048f4b3b6223d736cf258", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97b58cd6eac94336bbd27bd5dd2dda4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2a02bd7793d48309c0ec1c5ada7bd30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8194b7c1cdf9481e80b227a3d34390e7", "region_id": "RegionOne"}], "type": "orchestration", "id": "994270ef4e5941d0ad98cee8d394dc9b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b10807418cb54b4fba0dca5efb2bb04b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "355fd719930b49ef9d9c528998f8b05d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0e0d3197e5c4c099bd653cb6be19f75", "region_id": "RegionOne"}], "type": "block-storage", "id": "971cbc21a9c44d0a9e750d43f205df07", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c13884df27024791a255d45c7082c71c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8198779a52c46c79dacef74e4945edd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07fa75c97fd742e7a371e0e891a2f45a", "region_id": "RegionOne"}], "type": "volumev3", "id": "cbc557524a1a4596aed47b4afa954398", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b076ea51156448338818b8568da7ead4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ebd4bed0b622411989d9089839e386d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf73827aa1294a45a9c487715a7f89cd", "region_id": "RegionOne"}], "type": "volumev2", "id": "fe0c4da02e3a4f7a9bbb61b45c35e54c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8551dae1f9734c5db850923cc9e543e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd632d2fce6b48408588032bb877bd87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db67f8b3c20c41fd9f3134328d518d61", "region_id": "RegionOne"}], "type": "volume", "id": "3977f110734e4ce7b18140e48bf0e843", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "425d9ed6c2ce4e70a447fda54596f22e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "513a9fb7c8144cd48012eeed009a246e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54a971e8648745ad9c5f50394c91e9c2", "region_id": "RegionOne"}], "type": "block-store", "id": "9a07d6466e4f415f8d6a991f536e3a39", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dc3e36584ea94760bedf4aa32c44450b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "51640f97cc044c1299f47348b2e954d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f766a066fa84485ead1845407e069d4a", "region_id": "RegionOne"}], "type": "alarm", "id": "f5f8657019d140edb557889355027d32", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3c0f9ac4f2b641e399d04af0d6d88075", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cae4e984df9d4cbe86436abe857f3bfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8a1a049788cc4068b9d8d272fc7fc111", "region_id": "RegionOne"}], "type": "alarming", "id": "4d9e3fbdf73e4a4fa1ca2b4ec2d8a272", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2a4e5d4e4f414d93883fd93f037a7194", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6fd27dfe16da4f73a209e7e8a47781c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "33695dbc56ef46da963d8676b9f864c7", "region_id": "RegionOne"}], "type": "meter", "id": "8ddc2dc8df924c4aa0e64e15b0e20c36", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "88841aaee8b7493f84fb2344138ddb8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f162f3014121449f8eeea41c2db8d508", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9abd3cd939964accb815c4731041ce73", "region_id": "RegionOne"}], "type": "metering", "id": "abaa265d12c84a87a2e83ebb291269fe", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b7eeacbf2bca4f99a1c027be1cde877c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f65e0f1662c141bca9381376a72e9b1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5897a666a15848a2877e00249902b0da", "region_id": "RegionOne"}], "type": "telemetry", "id": "02f5e59c31b64ea4a220846f4900a7ce", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "abdec5a4650c427aa72812dd35abbc66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5b1ab2c0ec334ac1bfa67b7c5cbfc00e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "03f8f8d161344d91adb927738422e5c4", "region_id": "RegionOne"}], "type": "event", "id": "cae6b8be425144e2ac956ba020bdf4dd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2850810e233449888736166eba6dca46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5a56a0b39f4447eeaac99c92cc2da241", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6b44d8519f934443b9776797e75b6d24", "region_id": "RegionOne"}], "type": "events", "id": "41219869ef884dd09c894e87d83b2058", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "28858618ffa1485dba63d65c271f6aa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "132b55a6f7aa47ecbee564af793b596c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "db0ba734de07466d846b7677e6786f64", "region_id": "RegionOne"}], "type": "application-deployment", "id": "9783f2b7fd3b493fb7c5d1c655d6751f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c4b62b49111b4249af48028cb7c39dd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0588d6a870d845bf8a336909cb0b8bbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "427c54986f3a436986a9703af00229a2", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0b86193d1f03486ba017bf84599c2dd2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "18c141b485d04bf2b02f679c737d849c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "130f5a8ca8bd4d8ab2d86647ee5000f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e30c5e602ec9407ab51f7ab9702997ce", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "fef2f93f9df9409482b0f8dfe8fcbf4e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c43607fcdade46528e89d9ab918edbc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1a76c8abb8d1478d853b11914e46410a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2257296371454ad4ae069fd37e387c8d", "region_id": "RegionOne"}], "type": "tricircle", "id": "23292472ef2e4f07b742836d08a94d16", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a091a2b6ace94c4cb5d52e4d94885132", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b8fc4b1fd20547ee986114d31558b9d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6c654400cf5248db86cd61ad692f8204", "region_id": "RegionOne"}], "type": "database", "id": "25a4ce8af48c448aa03bc81eebc47a75", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "28ce8636833b477d99bba6e00e148ad2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e793745c9afa4915a3932a103c84e30d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bb026af515aa4742acd751c883b0c72e", "region_id": "RegionOne"}], "type": "application-container", "id": "61928e370ae5491a98a8c035887870be", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4cf298dc5a064507a175f10a2843cde8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f6fceaab6d294bbda2f1a720cce16ab0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d4c9014742b548669dbbb0a1da480245", "region_id": "RegionOne"}], "type": "container", "id": "e5226316710a4eeb848ecd39d1fd9287", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "550f5963d0cf433f9256d762552a0e88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "335061a96a82433abe9d478f39fe4258", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "682665b5481a47d6b2aa2377eaa6aca1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "747ae609d4f64329819962f6fce74c33", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "41560b2980a64ec192783f40da6b5c8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "543f6bcf882a484ba457108b5cb84d3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b38db16a8d3543798bccd1ad67b38076", "region_id": "RegionOne"}], "type": "rca", "id": "e98c4340656947f6811aa183802551b1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "45d084a1ad264ba89862700360df08bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "dbf12580f38d43fb840f24c6b8faf1d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "03fefcad3d8e4ba1b9c7c434a91c43ea", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0c0a26f618af4f02a1661ee1f176c822", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "1709229f505d44d393f40b5967810f77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "445ff7f41edf441d91e24434ec4cf355", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8531c698a64f4f46a71222af8d306ec8", "region_id": "RegionOne"}], "type": "network", "id": "fd26709bf69748d9b7d623fa200aaf77", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "07a73672e7214125985b193edb667b95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0f5068dbcc3f49c98693eeb15114c98e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0cbd3710088b47709e66c075cebe5e02", "region_id": "RegionOne"}], "type": "backup", "id": "599407d71d67414ab8718716dbd499ce", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4aae203821454af48ffcd41ef5bb26cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b9a9d43731974f9d89e286135906fec3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "95a3a9fc006e4017b4ec342250baef6f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f0c56c0de8ce477e98897e5316c37293", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a19aeac076224f238e531832afb032ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "01a8f7c6f38e4e4c9248cd14dac0b68e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e5d372445b8c4777b8c6a5ad7dfb67ed", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "114c6c02df7d4e1d8945a950408b4fa6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c4002c28483c4b19b8153a3f4789bfd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9d1d859a45d0452e8a9e3c6351c8a391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9a264fe3caec424282305bca4d0afba7", "region_id": "RegionOne"}], "type": "monitoring", "id": "b936316bb459470bb06eb7c458a71ffd", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c67d7139a02341a3a0cbd4491b12c81e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "dc0f1bca681946c5b03a3b1dd1238f63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ac92c1407e1c4f62aead739927d530e3", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "0eebe406ecca40e1af9f9961e7a27339", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "898252e19f80400cb8d3fd8b5e247a6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5670f3d9e0834b9494e7934f547d36a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "796736fc7527417e903cef81e67e7a94", "region_id": "RegionOne"}], "type": "placement", "id": "cdd0f195dc404c3eba4fb610f5cde6f7", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4f1d7984b6234b59a36acfeaec85ee04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a4d276dd125c4d88811d7e71b5fd53d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b91240f76cfa4dc084b2d61c95b5213b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9f5e936d4ebd4939889aa86e32722c04", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "38ba82d8e58c49009afcecc88a5e3a54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d4d3f2d2cbe947a4a4c57456987dc6f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "194040a8264245268db19f89d651b7de", "region_id": "RegionOne"}], "type": "ha", "id": "c6e839181a4f405882cdf17ed495a39b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "063b3b827fce4c20b49fbc86b3df3dbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f1311ce2b8784ee0811596a4aee295ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "865a7ce82e7d4296801a994c165c6855", "region_id": "RegionOne"}], "type": "reservation", "id": "b6df57e6b01d47429be2974cd92c46d8", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "91298bc10d6c487abc49b491dcb58585", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "75483693c6624a548d83cca74275cbc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b31dfd2f23ac4f1f994e63f8d9cba018", "region_id": "RegionOne"}], "type": "function-engine", "id": "0057f872255a4da592fcb9e3c135264a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "35e8cc5f268347febda5cdf7853256d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "57bcb2953d3641fcaf6e593c97f56eb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "edfd86c2a90d44d5ab7e0dba296160a1", "region_id": "RegionOne"}], "type": "accelerator", "id": "7df51579ed94408695afa842b6199dc7", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a6b4a0c3f1c64215a555335f68cfb166", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "72245ce63e79456988accfc4ca5663ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ddd21e40ca3a41fdad5a469be122cab6", "region_id": "RegionOne"}], "type": "admin-logic", "id": "dc2d4529a6344dbab5fc1602d374caf0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "78a3e2e8e2fb4496aa75cdd96f8fb30f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "48e4c9e4b7df4f89a3c6d04436b1fec2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f9712d6b9eeb4e17b467b6ecfcdbbe29", "region_id": "RegionOne"}], "type": "registration", "id": "4e05c8c2ca694921bfc3b006b817baf3", "name": "adjutant"}], "user": {"domain": {"id": "6642ed27a5b54802b1fa5327f8af8f93", "name": "ac82d484faf64fa99bb812b89d98a714"}, "id": "88d8b6eddd9643658881a5b56bec9914", "name": "c4e90e1515f64affb26bca2fd1bbc477"}, "audit_ids": ["83b343b1b108463caa53eebda4a59da3", null], "issued_at": "2019-09-19T09:04:45.659056"}} 2019-09-19 09:06:45,852 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/server001/os-volume_attachments -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"volumeAttachment": {"volumeId": "volume001"}}' 2019-09-19 09:06:45,858 keystoneauth.session RESP: [404] content-type: application/json {18} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_agents [0.048447s] ... ok {14} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_image_delete [0.062804s] ... ok {27} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_container_metadata_get [0.223635s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,871 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,881 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,887 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,895 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,913 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.799445+00:00", "project": {"domain": {"id": "6ea83c1a5da1446cb75776ff749ed524", "name": "3b38e458a9b3465ba57e5eeab6d47516"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "19ebf559dbaa4cc7a893cc846d7342a4"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0ed355dbd9bf448db1d96f7e1ff4e1de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b4addb97ecc14063a560a5607c40bd58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "819f1260df9543129a3e73ff5c7abef1", "region_id": "RegionOne"}], "type": "identity", "id": "e79d7faab4a44a25a4e874ee7fe7eeb2", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1c1f8c25901b4445941f89201d189d5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ffe3b4b7c3dc4f89895d4e91cc434622", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "10789479bd7e4c15a78f02553f94eb4d", "region_id": "RegionOne"}], "type": "compute", "id": "e3fce8998d4b432398cebc2d6e5e19fe", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9ca025f1fa9a4ae29510218c9146340d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "124b3ebda8c74318bb88ee9112bbcb99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2d8035df99ec4941ac7418d930927d56", "region_id": "RegionOne"}], "type": "image", "id": "4c072a04e91a46318e93458fef44aa61", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "eaebc0da722b43ad960eb97b390a22d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5e9c80741e444560909f2348874587c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b9a21d8754c74c948dcdad56ef84d075", "region_id": "RegionOne"}], "type": "load-balancer", "id": "cdd86479180b4c43bea42a3ea2dc8166", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6be6ddf23e8a420dbe998a2cec60a36c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "786bb36284e54754a56475481f597ef1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3b16c0dd82b4f4dba8976bceb595150", "region_id": "RegionOne"}], "type": "object-store", "id": "99f3a73d07ea45498fad373c0bdc8a40", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d9057585629849b1990f2f892a416599", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b2758162ad184136a702297bde6b65e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c6bc15218083426fa7136cfab3c4ed1c", "region_id": "RegionOne"}], "type": "clustering", "id": "ffef14637d434df4a61504dc71160e6e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b1cbcf134be54f4892ce75f0019e0ea8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a4a85c430a4e4dc391cb36684e399bc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "34dc342a87d245bd92af816534661a8a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "49498aeae0054bdea01a0ae038dc5e21", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aefa6050fd3b430cbe63b5f38475dfb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b36f26290c004041ac9e1dc725d95b5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "33ef995c7f514c6381ed88fbf265be27", "region_id": "RegionOne"}], "type": "cluster", "id": "6c875495fc474204ac3c2662d06090ec", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "774033d1ccac4a6d91a4a2529eb0d3d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0d356561b8184206957aa95e4df550d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "5f9be4afb11644f9a14a5376a24d0552", "region_id": "RegionOne"}], "type": "data-processing", "id": "6e9b2cb78863454795787c99c54a2695", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9ba87e01e6184468aebc40622f4d8e73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "698a986bcefb41a083df591bd83ac136", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a471f440e2f54264b0304a980705789e", "region_id": "RegionOne"}], "type": "baremetal", "id": "d90783673fe64e829fffa7f8df1caf2a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9f7bc8566ee24490bf8fb9b3063dfdbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "821d311a22f54de6986529505eabb725", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d51d4923231f43c08301bfdfe40c767c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "49457b45b59a433cabda69c7561d2cbd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "061df7d316074f86b1b9698358861120", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6b7deb8769334f648baf0402cfe22d80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b508ec321d6543b1b928090ef7987bce", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "055b99f7b51143469c683f7d460cd495", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6858e6f9a84a4a54be02b955c51ac5a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "12718c798cad4cf49da09a60aa2faacf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "217042cc6a954aa69cc9de4f4e6395de", "region_id": "RegionOne"}], "type": "key-manager", "id": "371e1ebd919f45ebb6effa55cbb8b6f9", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "509f38f8685844d3ab0d9367614a3103", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ab136d0c237a4f278cd1830da5e64bcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7508e44470f64be9861508566941908c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c002fe441cfa442cb9099bd7b432ba3c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "827696470a60495cbc14fb6a0c8db8bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "10cf7397723044bda744f1924e0b9c9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6e1811ab5aaf453e96258d367b32ed2e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e7de56c3b84f41ffb373d750c01407b3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b92f9f72c71944548700ba21b0ab0a8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "24fa27cfa8c241758c760af3a5f0cdfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "069d5d199ee24825a18b468aa771f3c3", "region_id": "RegionOne"}], "type": "message", "id": "ed37fa94df424428ae9f7e4748c7494e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5497d1f86afb4b82aab35e04c6c6347b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "07fbc2b5bdc5428da1c83d404bca9325", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "89a70836a5b64dd8b3c09ce77d93d75b", "region_id": "RegionOne"}], "type": "messaging", "id": "575696efa65d45989a33d3f611e32096", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d5f10075663d425191b810124f964a7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "48addd118971426796fc173dbf94a683", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3ed8a3015dfa4d2294b653d09856c097", "region_id": "RegionOne"}], "type": "application-catalog", "id": "54e37bd42ef843bba91b3c385f187b93", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e909cf3ace024057a522c0ed40d356e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "65d15b0d536c450b8d41dd46fbc3f7fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fe244c0fd3584eac87c3de927ca0153f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a5193cdfa0e0421391376b8e45c528f6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2322daf69de54ed2ba0bc6071bc82d02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c7473e49c6440428a3e401d911e01b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4c413421b11847e6a3de8b774882b3e6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "16e1b2c022084c61ba3f1e2141444ada", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "97dec47f610644c38545e240d2a4be5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c11d25929fe3468bb908162d122efbe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5df5d5c3acbb47b99cbfeca5457df0a2", "region_id": "RegionOne"}], "type": "container-infra", "id": "2c74dbcc8a8f4300bed6d21a7502a008", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f574f70f203141cb9d5c59c9f9b47040", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "3b89481b953f419a9dc7a7f82d2ce80a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4be039653c02478298fd8b2baa244277", "region_id": "RegionOne"}], "type": "search", "id": "a3d3682965dc4035b498a8bc93146210", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "61c55a163689468ba6acb79d41dde348", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ba609b2b355f4e17ae9c1779b3576c63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1012f7c184274486bbe6744f1449f870", "region_id": "RegionOne"}], "type": "dns", "id": "ad76c4d295564b71b3bdfe5f3c27856c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d1008c18c40343dea7c71898f890c327", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ae6e25bf048f4505acc93a0d87733afa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fd51e3d98ff5471fa19ed78da85d3a42", "region_id": "RegionOne"}], "type": "workflow", "id": "96b4fedd9f9549749549985ff36bc8c1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f64e8577c9a34509a8a695e77f91f410", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "96a5dde3e0a6457f9f21e191c511310d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "05e15e8d5d0041b39f1ed83123fcf223", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a603a6bcfa2b4043ab97d2893fc88929", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "eb9a82771ba54832b418ebf7c720adcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2347b2c4eb58478099fc758bc81414f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "668f5c5c200845e89062a3beda7c4120", "region_id": "RegionOne"}], "type": "rating", "id": "9fb9319015644901bedfcf919ea63237", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "310a7327be5a41818979e35b8458c068", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "305d36567052490d9d72c17d42adeb2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "16285fe6f90345138f8ad4802a250c06", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c5f775569e274b47a10ee39a9b3ab274", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "47d917c2a3ee4b31a33f679f88fe151e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7b96d4c0e62b4f9cbd7a041bf13f6469", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "062e5cffed074bbbbd73bc65039612c5", "region_id": "RegionOne"}], "type": "policy", "id": "4ce7d5decf4145ca85bfd273371d2d69", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "abfd3e8a8c164617a492b11466b3d4a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0df5a99650664cf29996b5253ae85445", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e61e82b8439542159a74f5d045ca9d90", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "395e3ede978549a4b2943e73ae8be446", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b4b354595f9f4f3a94fcffe19674c2ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "13d18aa0373749ef98313f8c2a345648", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "779e3d4bc72d4fcba0e1d6ce1824a43c", "region_id": "RegionOne"}], "type": "sharev2", "id": "085c235efd2b41d8bb09e60a730f4c16", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bc2efb6aa0fe44d782ffaca54fda7106", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1f21ff9bf24e4f608e34879635a7c61e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6f9d581f16674de486d8789af66a4cb1", "region_id": "RegionOne"}], "type": "share", "id": "6430befa8c4b403e94820dd93f64b1f6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "433b0eb4a0d840fea596f13864d1e7da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0ff0e55fab4b49879e459927ba5df2e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "038f6d7b27a242008683ec74feeffecd", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f2418266297b4042ab427b868a94bb89", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce970750c4644406a1fb060a99150578", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0df859ae94a644128459a5e3d8fd723c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94273e90027b41a4894677bb6afb740a", "region_id": "RegionOne"}], "type": "orchestration", "id": "92d1f62bdb384a3c90f650de0c7465a7", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01f01e3ec7154e3a89a783d24e559dec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b69220b261b04907a59b8a504e0eb80a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32e647b9fe2b456bb18470196ad74e3f", "region_id": "RegionOne"}], "type": "block-storage", "id": "26e11d178e564e4b862ebec66c0cbdc6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc69866bec9f4d23b3af558572c978fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc103c6a66fc4d2eab9b72ea7c0e158c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e52d24c220b470d89b3452f28a0f545", "region_id": "RegionOne"}], "type": "volumev3", "id": "9c091889e7ef41ca9f80a5a79f9b3920", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "016e76f7b1c440a89ed79882e6f0e9bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eaa22f27af4a49428aa93c95eb0310f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d67dca5d2a4e45c2b94ccdd91a802d3f", "region_id": "RegionOne"}], "type": "volumev2", "id": "c527458b0502472c88ced9ffcd3cadb1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d59a8477fb2042b6b2a8958e2fd50db4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9c5b88ad8314fa1a20c63a077197568", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fcbe73c21ee945ff90a0ca51adfd87e8", "region_id": "RegionOne"}], "type": "volume", "id": "0e9b0de031a54838a0d56e504e184a50", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d866dd6d1d4e4f528bcce731cc38cedb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38df5919402c4abe8bd687923c170a3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3dfef6e1525442ef9e7f8c86a8325ac1", "region_id": "RegionOne"}], "type": "block-store", "id": "8cf61c608c4f46f7b5c32ebafa19b00d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "53d1c2034cf841109bbdc4bda63511af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2cad92ce529b4ae5b95bb3bbb1a220cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0a9e6861adbe45c8baf2acfc1fcd6fc0", "region_id": "RegionOne"}], "type": "alarm", "id": "8ba9ab89fbb245429f95983b1d36ef3f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9881565d633249ea9e1a7634d1ffc805", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fad2267553184165b64aff0517ab0499", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5ddb3dae73ae4868982f5306b4e0430d", "region_id": "RegionOne"}], "type": "alarming", "id": "093e67588186472a974c47d291ab3e9e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "569deb53d5594d55bf85db5579ef1dc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ab2911af7c5e47f7a966ff4fc4c25da5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c1424e0dabfd446280439c57bd8f3498", "region_id": "RegionOne"}], "type": "meter", "id": "6c25a75007e0447198253b4fe515956a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fe3a4f88231e4b17aaeb81747892e679", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "28e243fba5fc405c8b404214e43b69a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "92c5621e41104dcb8308d8168ecf4c6b", "region_id": "RegionOne"}], "type": "metering", "id": "c0fdf0a643b445138b45fc7a4c05d760", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "caf9e3865ac9423f9a0425b924988c33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2c0daceb8dff4e7d849456990196847d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d2d7133ec29840068a6dd621e18095a1", "region_id": "RegionOne"}], "type": "telemetry", "id": "e68ff948af1f4036b73b874521477383", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3a41e25a0bbb438b9c1ed9b39b3ab33f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f3a8910ed76b4c9fb7593581fc5d96ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "85041600b31146ed976a413bcd734221", "region_id": "RegionOne"}], "type": "event", "id": "e1535c4f5cb640d6b35d1594af63368a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "bb5e254267204e1baa8d0dbf08c92b1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3e14032754c04604ae42028b3f586cb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "799197dc8c92456987644ec9ebfcad69", "region_id": "RegionOne"}], "type": "events", "id": "2bb9aeaf51df4bc8a498528c55bc2819", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fbefaed8144d4c3085446c123a828abb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c27bea49b705443b8dd79f8116879f4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7c6d45d7c72f483aaf42d460fb7a913a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b5fef928beee4206acc8f29721d4631e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "40cab979210d4d13b6cff861a8565ef0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "891a0f4c011a4fafa62b096159890109", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f247612d30214af784022b3c5242ad0f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "30860b22625840fabc1969759065a36d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4631f2e097f6467ba4785362758b6a38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "eb71720681e149a5a01c5448f5541905", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e207b123cfa34fb5b87f1cfcc179ac3d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c626c1a9d1a1414eb92a1a3e9cb39aaa", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "125df6ad7b2c450393317154a1a67e58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7fb015a5baa642c5b7922a4dd5ecc816", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "72620020b68048e987ac24fc84d7a2d6", "region_id": "RegionOne"}], "type": "tricircle", "id": "6da518db134045fd9f06185a4e253372", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c001c4f8798042068107b158303eea2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9c7de11a34ac48cc90ddb9119c31f339", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d16d5617434a4f74acb09f6c8bfc78dd", "region_id": "RegionOne"}], "type": "database", "id": "214a3972d2114e1f9a72afbc91305217", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9718399074e24d2ea5eb005e77575f0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "47c223645fe640d793a339a1f1425416", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "855eb8feeee448e1a51c8e0ab17764e1", "region_id": "RegionOne"}], "type": "application-container", "id": "da1525a0aee243eaa3cf1d8857e21f0c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3fce3bccaf2445e5a7b6fbc6eab03b76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5b5699ba28b44d3496ae713a057461b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "26477cf172fe42fba927c7733e43af7f", "region_id": "RegionOne"}], "type": "container", "id": "f9237770d6b0460281576c9a5093e37e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7cabb371b8d84bf98f4eeabb4cd6352f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3c82e2a70e8449c9856de67468e35fc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7f3ac2ae20034011b7fa885605a4c77d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "54d2e463cc9b47c3959bccf06703f8eb", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "372795396a54485fae844c1d0bdee750", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ddbae56a046d48489a329ba750da0b4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "786cfaa6b58c4256948fbcda95646de2", "region_id": "RegionOne"}], "type": "rca", "id": "b7d1d717adc34c8eb403afe8c3060f4e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7d9894b69c16427894aa1f4728ac1bb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "67fc483f80df41079328d09b724c3a42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8e9f30ffc8ae4995adf190161f17badd", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d335e567d90642b9a6be24cd918f6bab", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9f30b2c994a44114bc69922eb890cf17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bfc066474f66444085d3127853a8b945", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "957526dd68df4bd8bb2b173d2a1d5331", "region_id": "RegionOne"}], "type": "network", "id": "0ca72c14679f4193a035640d7c5330f4", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "866318857f9740f59f88106b5da7a9f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "fbac3e1ea7934fa894e844ecbe1615a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "454f69abef4d4e8985814c994aa15620", "region_id": "RegionOne"}], "type": "backup", "id": "fca6de406f954c3b8519fc4c39c8ddb9", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1709b57881e74987a230690a331d4f46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bac0780994bc4cff8f662b95ab8ae316", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "563a34ba2e1d4481b35e9b4ca28084b7", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "31a42c6cdf094fcc87ff9967cbf9f6ca", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1cef0b67136f47ba99ef050dd3c3a97f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ee4b14f73d0d4efe825b2707a304088b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3bdc7b036da64c0c83e471e08ce0eb5c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "24c458acd25e4530aa81224a03168ca0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9dac6c929d5040dba3676721e1857347", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b9d8528238454c5785df7b9c6d578020", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9adca34921f847a487a9284b4fd6bdac", "region_id": "RegionOne"}], "type": "monitoring", "id": "6f2fc62924a34fc3a2e5da3648b21308", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7d6c0468036142fea87a4ae479f6b769", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "27a2a91f9caf4387b755d00c11d3affe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c666a4c874b3459290d06864afbb3acd", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e23e8602a8b0453088c2e5492d6a86a1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "06b2bd67f45542e1a5e0ac682a1edca0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7aedd14e1a154e0aa2ac9d981492d2c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "994d1ae469b242bfa41446a4fc5072b2", "region_id": "RegionOne"}], "type": "placement", "id": "13c05da56e454248af7c7a0d4955353a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "939e465fc66848e3992005db7034df9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "983354e1dd184b899ba672a2edfcaf4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7aac67186b2a4afa8e9d1703d92ddaa3", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5dc09143127a4344953e1dde54e0689f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c720f1210e164f4cbaa4b9572ecbe1d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2d1f258be37e446182caca9cf4dc0b9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0e56dc1e5ebe4fd4b64ed733944f91e2", "region_id": "RegionOne"}], "type": "ha", "id": "de2c7599b85443feabb9f4d150f5eef3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "08e0472321674eecb9d9dd7ccd22da9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "11216a3782c049b883d5ba1badec643f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1e30823cafa9454ba4b9110b820ae23c", "region_id": "RegionOne"}], "type": "reservation", "id": "88dda2f14369463c9c11a703d7353a05", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e8990b151d784d438c2231858d6a9836", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "199e66d7ca864e338eb7d88b3115a48b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8f56c93b7c0e4a3995bbd6aae2843ac6", "region_id": "RegionOne"}], "type": "function-engine", "id": "5569662d8ee447fbb34fc7f6346d9488", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "01e65a5b2a3f47c5be0532bca775828f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "88f2c189991846c4853c8ff4ca3b9295", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "062137d1bd1b4e92852938fc7e476089", "region_id": "RegionOne"}], "type": "accelerator", "id": "ad68a31a7467451cb523c31f38d3e9a7", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "696c16a5ca7a45559d039ea4a86ae2df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a6ff8137ea0c4353bf638635c212efdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1ed4d4f6b9bd4b30971020d93c6eed49", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3e640edaf094418989f1de6521da12f6", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a31e64313d0d4b8baa11bfe1a3407706", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "eb5a861acb824b26846e0eded94d1606", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "99b066cefc5f431782c4af4f692bbb93", "region_id": "RegionOne"}], "type": "registration", "id": "9c393aebaaca49d9a9d9bc087fa90c4b", "name": "adjutant"}], "user": {"domain": {"id": "8baaabf2b3244ba089d0d89687df6f88", "name": "6520eeb1e44b43d4bdc67c1b65701b09"}, "id": "5662c4c89c4e4dd7ae6c27600073aaaf", "name": "6eafc5eb94bc4e1984c3e556fa5d8d4c"}, "audit_ids": ["92deeb0def2d4033b5d8b21ea4dde6b0", null], "issued_at": "2019-09-19T09:04:45.799445"}} {24} openstack.tests.unit.image.v2.test_service_info.TestImport.test_make_it [0.070058s] ... ok {11} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_wait_for_params [0.060135s] ... ok {23} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_user_delete_ignore [0.069872s] ... ok {19} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_group_rules [0.047684s] ... ok {19} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_service_profile_find [0.064767s] ... ok {19} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_delete_ignore [0.063344s] ... ok {7} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_create_subnet_bad_ip_version [0.228675s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,714 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,719 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,723 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,727 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,741 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.650184+00:00", "project": {"domain": {"id": "61b16da4a3334b62becf5340780095e3", "name": "cb7edb6dfccc4eb1a21cc9b94f2a406f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1ace92c4b3f242b9beecf40185f21760"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "dc93cde69c694549b2b8cd2f16061822", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9af1061f27e6477e8648baa0cc75f9d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "dac3d826b0934a9797422699e439130d", "region_id": "RegionOne"}], "type": "identity", "id": "4e0b124f83fc43f59a30b7d92ac60ffc", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b307b0932f6a4fe488dd281e95b54857", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "16b64f3eea0644599f16339b3c202e68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c2602b3f03974d30a25a101f73a14ddf", "region_id": "RegionOne"}], "type": "compute", "id": "bd92c4bc837e4c70a0e70b612b45f2bd", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ba5d491c3bf44c87a4fb60d10c826d69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "cf0bc90214294488b6c7e4c5bdab68e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0b6cc159d6a649bf93f0ec51abc9e56b", "region_id": "RegionOne"}], "type": "image", "id": "3b0f9e486cf7429c9599a9f91558df0e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e32f2e993f7147399392f362571c51fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "92b889a215ed45f68bfb954658ea5645", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f3a8944c586f4d27a2d3d2358dcc07bd", "region_id": "RegionOne"}], "type": "load-balancer", "id": "05f0947f5b754ca182b0bdd7d4cc7395", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55153d24660f4b44b52789e002911be4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b43b3543aced4fa4b373fb99a3ae286d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67b0833bd5e447b9955b0ba67990f43d", "region_id": "RegionOne"}], "type": "object-store", "id": "d1c3212ae88c4565aa86ed05b82e5dbe", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3c9f6f74c81948d1b05bc7b62a34b24d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "199e19ceeb0943d79e9df109195623ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c92082f6cf784dd79c3ad6dcf096f510", "region_id": "RegionOne"}], "type": "clustering", "id": "4d35f6c7fa384a0fbe4013229a9178a1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c73cfbc3ab0f4ced99a0291f55170903", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "19e65b651d7f4840b7ba6d7f437b83ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "601be9707107415badf27b18ae048d8e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a0cf9b1499eb4f18b39ed1457cc8e602", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e2fec5d77c3446539ccb4d1a4e7b3ffc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7508c95fee6244409f87e3beee09eee7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "33b4ac8e5df841e8968323e60991d4c6", "region_id": "RegionOne"}], "type": "cluster", "id": "7f6565a144a94667b4c489abc3db8540", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "770d7136106f414e84b512fa8a0d5d6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b16ef530cb0842cab6a6d31f87e1a60b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1063588cb30549139526692c2ad1c95e", "region_id": "RegionOne"}], "type": "data-processing", "id": "244c277f1fcb43b5912d49ef4d425a46", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "16dda2d75e734c088a18fd69d209921c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8ec61ffbe3064415a56c567d4a84d642", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8f31b4803e5f4b8d9f8d5ad52e78e590", "region_id": "RegionOne"}], "type": "baremetal", "id": "deaa47b158f54f3aba1214c7369e6e55", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9d6135c1304b4dabac85c112c9aefd4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e56965eb751e4b7eaf597a51b7b73a33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3592911328e84235a4a2a128f7ffe610", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6d08061201724407aff351b030f3c4d5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6651b36475a8412bbefeb622e0cf84d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7c255ed207294b1a8a8599ebe13b713b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e6efddec274d47dea6b44ae9cc3615e1", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2ffa8e0974064fc299209d671bbce695", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "76a8e6da11d442868617544dbc9ecf7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8f1c7420b2e7452e95cecbc6bd12d837", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "a86a0e67915f494084428465ec8bb186", "region_id": "RegionOne"}], "type": "key-manager", "id": "c7b24e6109c4410c923c1c44e2d59981", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e80b423c3b9d43e6877c23a799bf6fc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "882fc6519c71471aac595a142d43fe55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3acd504dceda46579b1293d8b6864cba", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "b198d37584234bc3857f03d9fc0079fb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ff4093a25d664c45b09cf976f524140c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3945f36b69544dacb6e23ddfb2206e1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "41000706ba394f11945dd7f57478d8a2", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4f21e96f382648fb99609b20b307103a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "13b6409cc9ef4e2ebf0e73fb80189e97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "094d96e2328d45688d7616f1651d3213", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "eda30960505848c999c63636af137bc3", "region_id": "RegionOne"}], "type": "message", "id": "fcf872c38db04b889c67d957618c8669", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b83e01f26bb942f98667c1622fded698", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "aa567707a5324103b6208550d3766ff5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "34dd1fb3fc604248853b6ee96694ce57", "region_id": "RegionOne"}], "type": "messaging", "id": "a05b4688b78a44358a92294cd836a2cf", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "222eb96b236e4082805c0c31b12b4ead", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "51bb49220f804cd1a882aede484f3243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "335e5e6edc194536876709bc41cd50fd", "region_id": "RegionOne"}], "type": "application-catalog", "id": "12691b881eed4ec5aee4bd4c97ef7f87", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68ff972a755f4b828fcaf32e475c09b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9228fe64000849269dd86a220afda8e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c7a3e961bb6744c3b1a06b72c47817ce", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4096ba23e25448a29cb34c506de8182a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4ea2922bf5924e488d23044fac0c5ca0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d1f2b4663ecd4aa7be266576f66fcd54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "060268f6c9054323a7ba9ffec8627db7", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d89026d4b5224627b5f048c892fe9f49", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9e2dcc91fc3d453b8359484801970cf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "45960b2c41654e52b472e5ec92ff3ac2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "45df810638e94c5983e74a6f3bf0a09a", "region_id": "RegionOne"}], "type": "container-infra", "id": "ce897c6dd832422f8ff6e2dddb7aceaf", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "894563fb4f314797b2061672a2c8b778", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "323340060b0d447da5db32a58554c850", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "adcc793a23e34617839676ca2e5abf7b", "region_id": "RegionOne"}], "type": "search", "id": "afa58b987789409b82c4eb9576d3dab9", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b893215c02274deb8918a434b5b205cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1e6f05e8a8b94cbb940c80a4bcdc6200", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9df2f44f523449778fe1259c9ce79860", "region_id": "RegionOne"}], "type": "dns", "id": "63aa3ed577f34d718452f540f469d8d0", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3f768cb0ec0e4f52a64dc26050ef046b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9f725a79ae14467d949cbb74b866578e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3927a67a908d406090abe5cfa423f858", "region_id": "RegionOne"}], "type": "workflow", "id": "aa712d752d0545a38a753f9b08c29677", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d5f49dff8a5d44b58b244e44e9f57670", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "46a01c6250df48b6bfceb09acd63a638", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7efce7a8881440048d7615c37fb05760", "region_id": "RegionOne"}], "type": "workflowv2", "id": "30c7ef4d3f374b40addbe407e9bcf459", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "91fbc4857b96458b96e85428e403fe9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "deb5dc7c886947afa9af278c2e327001", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4f1f34b0c01a44eaa0e55f73a323fb6a", "region_id": "RegionOne"}], "type": "rating", "id": "91db7c0be8bb4713848483c9c6617ae0", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7de27b8955c14031b4b6d726c4d6a448", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e906fcac4db749b39f4ee7300bec7458", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fab1326cc1e44f18b6d559a91ef99590", "region_id": "RegionOne"}], "type": "operator-policy", "id": "407325c82b784014b29784afc52ed085", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d49056f28ae44624be360a16bd1943a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b1fba67da48b42f695d260bc72d0e737", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "63b40900378d4f1684417fe44fc81173", "region_id": "RegionOne"}], "type": "policy", "id": "2ed019a8329b422f94f6423e45a3408a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "62c7ad15ecd440968601830b66694ac6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ed8958284e7d42c5be16af045f428cb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c38fe4a8728042ddaf39c03fad6b9519", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "654951d5b04e4538964afa32a0bfb97e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "33f1592ba26c453f82b8dc725263b1be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "511611879e0d4a8ab1bb7971c44c7860", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6ac748af3cbf4992914fe87f45de7ae4", "region_id": "RegionOne"}], "type": "sharev2", "id": "0d68da919ec846de9240f835a25bcb08", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "249310fc6f1447aca834cd8c0d787a5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "34dbe192bcde455ba21eb3329662cdf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3c9d3caf42f941889f3d7bdaea30cff3", "region_id": "RegionOne"}], "type": "share", "id": "1ec4a8b92edd4ecfbdd9682027664263", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "058c21400c0d4380897cc938c96549d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "412e95280973475e99723d638edcc506", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1ec97c490e7c46acb6241e9bc5263e51", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a8113faec0cf4bd08269452abdf09a5a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8790cd217c984f39a55134ea700dc9b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dee162598b454d708a7fd007d5c63a41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f291cd50ba5e44238c3c800936a0d6c9", "region_id": "RegionOne"}], "type": "orchestration", "id": "086400860f6a4e69a77490852672d4b4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "923a58fa57924fb381baacb4af4d4191", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8ebd4149ffe4d2493cfae45fafe3d36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32da5b72008346d8a14adcee3e292b27", "region_id": "RegionOne"}], "type": "block-storage", "id": "3d6b2fce35ab43f88e6c64823fce2009", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed17e80487ec46899126fe590445ce23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67e26cb1905e4c34b54635c14ff9044c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3705b7a6d3474d22ab4b4b5eafd192e7", "region_id": "RegionOne"}], "type": "volumev3", "id": "a7942a935f544623826b6775290b223f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f36c51a86344431a3199a94a350b1b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e8865f69de24fbdae88f804ef9438e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4d68b1743e145b598694472670f30be", "region_id": "RegionOne"}], "type": "volumev2", "id": "c132a46196b3454ba35ab6c1cd0f0711", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8e8e2250f7d4f72b8b12fcdd7eb4c72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f4dab8b14a4443ea49514c256f0756d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dab30c36fb0b4f7cac0c942f4cf6436f", "region_id": "RegionOne"}], "type": "volume", "id": "9ec8763fc973474f8bdca7cb226e10c8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ab8150c88914ead84908e0ca88998a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f3239d2703b47808ad041274f645b67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c8d20a5ecb84b68a9b21dbe13f512d8", "region_id": "RegionOne"}], "type": "block-store", "id": "33794f2dfaec4bbd96ccd27e2b5a2018", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b21d317d1b424bcfbd683ba113b086e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7cbe3f410911441084b86e8324ae5894", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "35300f3526824d2eb2eedcbdeeba148b", "region_id": "RegionOne"}], "type": "alarm", "id": "aa2e48b46aac43afa71e0550ea30c64a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "71c5aeaac26d432a9ae44217fadd80fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8a5c2ffab348440cad4728475d61f019", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6bfe5f944fd04361a23e9291c0d150bf", "region_id": "RegionOne"}], "type": "alarming", "id": "ecc937c7f4e9475daa77eb9284e3e598", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ff629edd8376438890b5d5d0c6c63d40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f6bc7a53cae948c1b86e4e8b324abe87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f0951898f2ae4a5dab86186a37f60b3b", "region_id": "RegionOne"}], "type": "meter", "id": "6cf473401e9046349551674de46b6d4f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "732cbefdbfac44888f5e8242ef4a5601", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b383bb30cc78420e926f19b71d43ff1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b0284136a99c450baba7f94acc6235de", "region_id": "RegionOne"}], "type": "metering", "id": "437c32d012f242cfb532bf7ff57468d7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "02d7ee6d2564447c9552cbeafcb5b096", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "db22aa6f2f18492d97817d6a2b717640", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bb2bfe5b5bb443b3ab0b3ca9a76045db", "region_id": "RegionOne"}], "type": "telemetry", "id": "cc6e508d7f634fefb6b7c1027dbf94b8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fa369fb35f1942fdac9844085c2279b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fcdd3127f9954616a816e696a35dfa16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1b994cccaccf4a668bb7e6a677b5ee21", "region_id": "RegionOne"}], "type": "event", "id": "669b02b0790a449b8ba03c2e9476334e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a52eac4ac6534b53b4ba73413924a011", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ee8a081b0d3a4c778c4f184acfe37ec0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "78a45226e54d4509be3b8fe0f72ae902", "region_id": "RegionOne"}], "type": "events", "id": "5084582c83f646be8e1ad1a5a3d81801", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "51d19bf5c30f40688544bfbe50985c48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fdc492c871a94907947f0cc6a1645212", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "baad1c4e7ee64a04ab7ed4687c6085f0", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ee4fd6745b224bedbbe2e6ba7a3ee159", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e14d17751d444aeeb43ecc8fee2771ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e9ef33bf9cb64a37b7e0d2918f7d9471", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "adc33144166a471885700a1b84ab78b3", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5f70fc0dcfd44e20b7c31c6611e8649b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6ec0440ac7d94500bb6b599c36adaada", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f7c2d72102e84d3cb3631bc8649c8262", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "285179b229404772ba6352c7792a8a82", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "adf3c1ceb8a349f9b366ec007f5b0c69", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c20322cd68ad4ede9c8835d58cfb43ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d9868e87ad2d4619889927d6a2765a05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4d3ff1a85bbf4cce83bdac6b20d500ac", "region_id": "RegionOne"}], "type": "tricircle", "id": "51eb834f10124e1d8918339969bae25d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "af217eb8d1a04defb422210258cff8b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "cb460048fb1b4cb6820c2fb3e3eadcd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b2167b7d39c74460a8559270e8968c03", "region_id": "RegionOne"}], "type": "database", "id": "002116efebb843cca9649b7bf2434e4e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b0f9c872ffa64a28ad54858e47d86bc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d1f0796671864d9f834c30842dcca040", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f3d1b18008174de79402f15525d0ab88", "region_id": "RegionOne"}], "type": "application-container", "id": "dcf93518d8bd42ccb16337e70cfc64fd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5776ac29aa794dac91874d95a17dd861", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "74bc6b0a0aa5476ca7b67f225bb5e12e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b032f87adec74ef98a6b71aacc27b2f2", "region_id": "RegionOne"}], "type": "container", "id": "93b84245860a4be9a347b4f5dd398051", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b97e08dc2a4a42ff8645c58ce0ebc372", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "72c78bd28a3f4b4cb322f91a0d719838", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d1a0cf3d8119418ba96787bbf4a8c20d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "abba9de5d9a847c1a8e762ad9fc5f5c3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ed1d597e4c9f43568fd0b3686d15d014", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bcc17a9cb0c6464bb40ef50ba6f35f8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cddbbf375cc4462b88ef89158c3d7097", "region_id": "RegionOne"}], "type": "rca", "id": "8b163a3f592542a394ee53624cfb883c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "21086ee4fe13401a8cbd13e75ac86ea6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0119e4bcd6fa4d82ae6cd0b58de64f02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1175324553604cf0a9422089ffb8aaf5", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ce314cbf485b4682a4605a54476a6029", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "b79dd172ddd0407ead9247482664177e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cb0e8594024946cdb0b1948bd05adc00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "97ae068f1d0d4668a2288fca55998baa", "region_id": "RegionOne"}], "type": "network", "id": "8ec26a29f6dc483ea0c0bfefd76d9646", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a00a62bc873541ff92e3bda216a205d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "055cf26db1c34242bdef685a1adcf60b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0afff571f5964a4abc349e73767b8000", "region_id": "RegionOne"}], "type": "backup", "id": "9b6e5a207c4e45a5a8badc20979a51df", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d05517c26f95442a96980d5a266e4f81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "40f284ebbce9499e864f6acacc3c89af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2a3f1a13460644d792dca3ed04e3b558", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "40d65798d7b643d0ab27befa20cf887b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7182f5c196c6422abb55117a213cca9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "48adbea8562c48c7b35787ac1ca9cd49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6d3629a43f6e4b79b59721bfbd43d574", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "372a0ab44c464f4484c875f82217c078", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7d32751e3b6748b5950fe2d40d86afe6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e7327d9d03be402fab961741bf75107c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "919c5ca738e9493c993f4cd9cb0028ff", "region_id": "RegionOne"}], "type": "monitoring", "id": "ac6ad69999414d1a865eb2218d154c96", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "761a1dcec7a741008307c1cac2629099", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9da27d9d65a840939811622fd897ea0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b0ca58a80a18421f92bb23928fc5f81e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "5bcb5d194da4451e80cf94cd56509c9f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c4e4d0175efe4c3d9847d7817b4baf65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f61d7ccffa54477999deac9913fd2e20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "03bf3001195e4a17b4f6a04355ba9f3d", "region_id": "RegionOne"}], "type": "placement", "id": "888e15d7610748a8aa4eaf9da8512c90", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d2ee63d243a74b18bb9f3f613b41eb5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6a44ce1dd0be45e6911973fc09e6fefd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fc47454d6a0b416b848dd76174d6c436", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b7d0cce8bebe43bdb60e52106a5f5cc6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "01f3def2f22f40c8849876478b05f968", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cdc0aa2f500d4047b42630df1e0513e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bf547f0ceeb04cb5b23cda34788fbcc8", "region_id": "RegionOne"}], "type": "ha", "id": "16b5da2114664aa6820a9e8f171bda08", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9fb4e27f62554321a22d7aabe951dcc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "309add9915014f3e8d0dabdd89b8405b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6aedff8bb8d24b548e23816039df12e0", "region_id": "RegionOne"}], "type": "reservation", "id": "cccb745840074ebb99a7db5ad5f14c5b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f6bca3d17b644bb488ce0c93d4ec44f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f6748b5f66f141fba20d94f0a99d169b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5d6c1b79809f4f5a826d23d179326e78", "region_id": "RegionOne"}], "type": "function-engine", "id": "be3310c704114843af56a0405a0a9006", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "dd1202541abc4ea19a53dc20c339d671", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f90b20511839437da1cd1bd1709e53ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "dc2a14f95bcf40a391ad155f0d8594ce", "region_id": "RegionOne"}], "type": "accelerator", "id": "129494ea601847bba50a917ebce5acef", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "78db7f22e0ee4f0a8b42507bcb9b60b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5d894d7755c541b3950f19675b6d21ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7a964a4197994a9e85ae3c4cfffe0b76", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2f6997b3ec484add9feeeb7715ce09ce", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "458aceea45c147f181a697be36224086", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f8a934c8bac0402f944e4921b4a3e60f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "93fe50ac567545df8ac139e273109cf6", "region_id": "RegionOne"}], "type": "registration", "id": "24edb728fb504114a0e394d82a8734f8", "name": "adjutant"}], "user": {"domain": {"id": "938747dbf01d492a830828f9f57859f7", "name": "80a420a1e0e744d6bbe50ce1d19be364"}, "id": "8876ef91ceae4ee4aa9796b01cae9f4d", "name": "8f9aee7ba2e64e0d977485e87bc4da96"}, "audit_ids": ["85f0c1e1cf5e4a8a8c0d6f8d972f0d62", null], "issued_at": "2019-09-19T09:04:45.650184"}} 2019-09-19 09:06:45,859 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:45,866 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,869 keystoneauth.session RESP BODY: {"networks": [{"id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "name": "network_name"}]} {24} openstack.tests.unit.image.v2.test_service_info.TestStore.test_basic [0.068627s] ... ok {24} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_order_update [0.064804s] ... ok {24} openstack.tests.unit.load_balancer.test_amphora.TestAmphora.test_basic [0.065151s] ... ok {24} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_health_monitor_find [0.065162s] ... ok {3} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_segment_range_get [0.043321s] ... ok {3} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_bandwidth_limit_rule_update [0.050615s] ... ok {3} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_set_tags_resource_without_tag_suport [0.050653s] ... ok {3} openstack.tests.unit.network.v2.test_router.TestRouter.test_add_interface_subnet [0.042931s] ... ok {3} openstack.tests.unit.network.v2.test_vpn_service.TestVPNService.test_make_it [0.064188s] ... ok {25} openstack.tests.unit.cloud.test_port.TestPort.test_update_port_exception [0.253136s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:46,227 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,233 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,236 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:46,240 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:46,252 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:46.160589+00:00", "project": {"domain": {"id": "db28ab0f9d164b5396a947ecbe8dc136", "name": "792f8328b67a4b3cb57c96be63b6e0d2"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6cc507bb9cac4a2e81def5bf4b960c06"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "15013208dda7472c82979c964bc6b22a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "879ff1943b3f49bea6b71d6a05ea3832", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7ddfec69be114013b770e954fd29ce3f", "region_id": "RegionOne"}], "type": "identity", "id": "3d9aa0ad9e8d46d7936e663bb528522d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "72952ff450ee4d0ab8813734ecc4169e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cc5586ce9399400db7720108986e9500", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "25469693422040e59e761e03672a00d9", "region_id": "RegionOne"}], "type": "compute", "id": "ff69b815c7ef4b8b883914f0a77791bc", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "325caca2f38449b6a6a66a8aa9259ce5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d00a504d4931408dbea7444fc745faba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b5db4102126d48279da2e90cc325a9de", "region_id": "RegionOne"}], "type": "image", "id": "9626c89ca86f43b2a85fb03206901ba2", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "38c255f80b49462f8b99347b3677a666", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "928f0ecb3d6744b48405218f2dd235d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e55f7096edac42af873aa5a1e0283d97", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c92412b07a714d1582b23c86106056a9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f483e52f2da34a7ea7b80b6bfe7ec716", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8099e4eb586444296c4a6c916d508cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c24b3977114a4132ac0aa84e36bf1e72", "region_id": "RegionOne"}], "type": "object-store", "id": "ea8e144ceba449c28a94004b69e8313e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0dcb038d3c9848378b3593ec6677eea4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f345d179973042448ef09b52baf048c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9c9cee60a8174f6ea543068d5cf3113e", "region_id": "RegionOne"}], "type": "clustering", "id": "a690150f56e6465c9b25e640e4f02c1f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6f84554888404625a12a2cf05ded1d2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1107526533be4821b083f2716abcfe6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "57cfb2f4c0ef49e892f3e8f6299ace6e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f23a6608ca804567a1a6eb7e8b00c054", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6f958f767153490883bad4c2d1edfc37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6bb71d26b7b243e093c97d20f3a19bc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a28599d2e7d6431794a3cd52aecd1acb", "region_id": "RegionOne"}], "type": "cluster", "id": "d13b828c247c48e1ada39cdb58e21f1e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7e0dd4816aa6452e9f2811e5328b7ca7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "82853a8a4b74454a8001559d1af38949", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ec9ba80a92824639bce4d8d1f1a23414", "region_id": "RegionOne"}], "type": "data-processing", "id": "b97d0b99ba9e4e548ec44e3d7ea6f9f7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a60ab4d40b6f4dd6b7ed56ce780a5b07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0b90c9571c2d43c5b0efe6243685beed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "130317c72646488ab04a49396dd88546", "region_id": "RegionOne"}], "type": "baremetal", "id": "3df96a89c0414e079278847cc9479349", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "78dc7f50349d4313a1daa7476c5a26e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "987086d39ccc4b73a0e7b3ee5f816b4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "38b54cfddc5b4320b94b17028a668862", "region_id": "RegionOne"}], "type": "bare-metal", "id": "0944832bd93b47829d8691a0551b626e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3035f5d915ee4b31bb453b172c3d4d09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ce601c6d4dbe447583d709ee29ad5107", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a853f4e08b1d4c7e8988cba5e974b0bf", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9673a6b06b69477a9738607c57ca8146", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ec5f74f84fb64ed486770d2a07248bbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3a12de9b8ab74eb6b086c7828baa1c8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ca406733fed84e99a2b06cb938a68afe", "region_id": "RegionOne"}], "type": "key-manager", "id": "faa74c484b684a13a47c75d104e83539", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "345640709c7647f3b75ea4f53f34950c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d92aa068778a457f970d3686bf325af6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "99c32d432a25450ba9c66382e0b97fe6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1d883d5f6e4a4ca59435e63ad08cb429", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "741fa9959044406dbfc7e86f666e444e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ec3249ba7d9c45d5b18cc7daac5ffa3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "81334d07d7a24c8682410d4d7c222c9b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "7429b2eaa1034877ab73da98a57f04d0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6d081d20e66f4549b69fc7c59fc4a518", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "aa0ab883b2cb4ca8add8025f479415e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5020a87e2c044aafa4eac8136757ac5f", "region_id": "RegionOne"}], "type": "message", "id": "207a7d2b525d4f9f973dbe1998943fcb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2f38eac588ee4b9486f5ff137f382e9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "14e1a2fe78fc42dfa0b900501b895ee3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e829d6496498484383b998b368bee4cd", "region_id": "RegionOne"}], "type": "messaging", "id": "d57ffab9774d4b92b17afea446b6efc8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f888be7ffeeb47acaa3b7bb4a27cb832", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "074ea60b738e493eae57dbf1b89bc4c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "be188f82fcf24405ae0c21d6dec5aa3f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "69e99966734447e195559dbfd05d6475", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a8d5ea871e034f0aa66699c216726be6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b89b0c3639d40489a5db9e419bc704a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c2756a2026c44ce0b1eaaf46ba918ada", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6f3222e46fb44567abf63a1caf8dceb8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c2037639900490b869015fd813ce4fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "98eaffee663f4ee8aab1732c260a078f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4bb7d19f5a0d4c7081f8b2a55c326871", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a7243ffe1bc848f29f9f7d7f51078723", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8eae64a8551140238cf23a132f7af959", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68b53879440044a5840ba28333d5590d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "13ec9bcecd4c41a5880a742ef74bbe02", "region_id": "RegionOne"}], "type": "container-infra", "id": "40dd0a6b5b3c4214a19d69444fdd8f4c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "95913b4869484d1085c14487186f5067", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b44e92305d804d2e9826d88fe8eacb09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "491660429b6a4cf993bfd4245ca63ee3", "region_id": "RegionOne"}], "type": "search", "id": "987244c4380c48478802d52c4e741798", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d97a383165264b019470474a2c58d390", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9f6790cf5dec4be699f71849ff7f289c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4e2d6d97a47b4f8b9ba96d18e28182b2", "region_id": "RegionOne"}], "type": "dns", "id": "75a82428872e49b69def0859f29bbe41", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c89c80a4f5ac497085a10a36247121ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1de8a475ea1640719d6fe3490e44c4b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "114e5bc756654f6c8ad0b9985797a9ed", "region_id": "RegionOne"}], "type": "workflow", "id": "1a650c29c4d148c9879e545877f71bca", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "58ee385acbb54b6fb82a8d28f2aab72a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "99a2507cc6f447d6b265162e65140f73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b58a4e492cfd443cba4d3843b51ff771", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f3b1959cdab241b494436988e36a41a7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "bf46f938dcd84db09aaea69b3a974c0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "678748ecd6bb44e1b7b74d8090f324b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ab86726729ac4c96a6d7530d656ebfb6", "region_id": "RegionOne"}], "type": "rating", "id": "4c229e1fc8d144bf833a8e1d6ddf5a0f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2e3079a6797042018426076757da793d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ae5c5c5493944798a8b9869abf9aca5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6dff07767bd64ac08f8fd77ca36b0e73", "region_id": "RegionOne"}], "type": "operator-policy", "id": "033a0d0c89c74674a163bfcb1dd6759a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5fcc56b213b24155b925140e03255554", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "993c2b99da604b149cdfd37797d54c04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9f2115ebb09340138025f164d334e4eb", "region_id": "RegionOne"}], "type": "policy", "id": "b9faca25c9b947ea84f01553d59bccf0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8978accddeff489ba8f46ab7f6f5806a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7eed352d5f6849d7a065f49f2a9b48d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d903315857f04dedbf347a31dc64c66d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e832d878b5d44104ad3d51f9d7913d89", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5b4d1774dbc04cdfb3b8e12a91a3622d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c1babb905cc244e7977093364ee4248f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ea7b8b24f42c4e11a902d2a42f444ab9", "region_id": "RegionOne"}], "type": "sharev2", "id": "79bd574da22b4520ad620f9923081d22", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fa01d1abbc734849a1dc0a328981e58b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "880619964b264e91ab225d3fdc7e5214", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1dba91c036c14fb1b83810939ae2e32b", "region_id": "RegionOne"}], "type": "share", "id": "85461c820cdb4a20b5ea3b1df686dfde", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f168b45997544f5496e451a720a57ad3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1dc2bfc9b35441e3a72bf788861ceb20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6cf4171056c6442dbf12c08659fdcebf", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b0d629b10855448e8d184e936f0f822d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ba63cccba544b6f98853a25e4d587e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de238cd52af44b58b360029258c10ab4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67ab1dad5be447cbbeca0967ca245605", "region_id": "RegionOne"}], "type": "orchestration", "id": "8ac75727201d49ff9b7ea40716737f92", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7a89f18835948678ff98c64a665e579", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e27104551b14321a05a34813aa6bf55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1ae6a597c2544ac9b77a885b1afc685", "region_id": "RegionOne"}], "type": "block-storage", "id": "951cc594fc3a4e96a89942373c372b70", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d00d8c289794ee98c1e05ac9315ba77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "acee1f7fcc69480c81bc7fa7459c1714", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2926d0ff22b24a4fb11297bf966f3f14", "region_id": "RegionOne"}], "type": "volumev3", "id": "160fe06788ce409a98394e1fc506be94", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c9b6e6fd3714b5e8e8cb05b09fa226a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05276d87dd2148c2bb201cb1b6156dae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aef3d9f9877d4d08b9ede577276d4b24", "region_id": "RegionOne"}], "type": "volumev2", "id": "4ea2948cf76b44a4be1cf34c3db74732", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7adc606064343448c894cf1bf26cf02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b7f5a612c164da49acdf0a2f7a15baa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8d123635adb447db7d1be00ac592a0d", "region_id": "RegionOne"}], "type": "volume", "id": "5f2cd0ef97d440c69ccff607dbd5614c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf97121427e349e49f3d96489273fde7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c0c82cc84904f2d8d3de52d6d9fbbe6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7577e50c9975434bb79141a7c83dad10", "region_id": "RegionOne"}], "type": "block-store", "id": "8448cb09aad74c6990eaf26bfb0c3deb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7adb5bb0942d411f863bdcd67c1be102", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dc060ed43367404a970499c403554871", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "be84cdff82b64ab5b35fd73194be1d9c", "region_id": "RegionOne"}], "type": "alarm", "id": "aa619caaf42546dc947442fe30e6a7b4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3fbcb0c1f1a84582bcd1ec571a508bea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "71e51beae86742debe01ea1801a938e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0abfb14c6773445c83de726ccccbf1ec", "region_id": "RegionOne"}], "type": "alarming", "id": "203c591c604d44ebad1d7c85767a70b6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c449f101f5184762a6a77f6b123b6b48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4f4e209c3d8b4acea480ab4a96f4d4f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3638b52211134740977634b8a5a8477f", "region_id": "RegionOne"}], "type": "meter", "id": "353fc1614d7c4e36ab61f1f6bc8fbe34", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1b79a202a5d445efa82b4a6bc6e250c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9872bd4eb099461d8f5e7085d7d21e2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4946d9cd01eb41f5b3fa9f98a5398702", "region_id": "RegionOne"}], "type": "metering", "id": "c6f338dfd7f44029abe12bd4a53d89f4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "38807c367c9548fb927fa8b8def84f2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0b3fb75d62d3410b96aef581825fe94f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "89a2ea7262094410b93193a3e27e0f33", "region_id": "RegionOne"}], "type": "telemetry", "id": "d0c017a9b6d94a66986195b3a814be96", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7679640862a14d068ecf2d23d19be330", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0d75de7db53f4ffdae4897ecf918c2d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "037e9cbddc374135a2f26757df8dc447", "region_id": "RegionOne"}], "type": "event", "id": "c599f0fe459f4df9bb30df0b8178a7be", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b866df1f10b94b1789d99fee10bc972e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "93b6d402cee344dc993c652fe314e9fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "92cb48bb7d284659aec0d0480442e63b", "region_id": "RegionOne"}], "type": "events", "id": "6a61de1ee79f460a9508dd3287d185fa", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e63484a88fb748af8fbd323432390350", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1d19fdc1170947df94280a49a9d3951f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ed043e26d2cc4f6bbebd0e5282ebf947", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0bd1cd9e7f6e4f5aace6b649b82c8ec6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "45886aade6454b229ee7f9443d83d7ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "22f4c2ff4a4d461eb870059ba86c4aa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "44d58a95d5c34970b3d5e2b0ced94c45", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ea14421481db4da58e3ba232e2780e5e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e0dab597a17341efa0443d65c64230bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0521a7782cc546fabb14163e45ab5206", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "249f1c8f3c3c4dcfa7e427131f5861db", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "50137f0f1285494ea3dcd5753dd305da", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6c3e822a0c9b4658912eabb1943651f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dcc1cb0a870240eb9e0ac9a536c5f754", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a833215b261644859a9d0fb40fbfd0bf", "region_id": "RegionOne"}], "type": "tricircle", "id": "f833aa26d98f4c26819659bc363e67fb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a92595fae86b4cfe85d0226a905fb7b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b755429877974c3d9a9b3bfb9019371a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "fda493b9d1cb47969bcbe26f31b43411", "region_id": "RegionOne"}], "type": "database", "id": "0a60e24687d64795ba269ebdd1eb3fc9", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d4da7bc7f5cb4e28bf481f8afdc75773", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5b8f8175a2f04b5ea8c9480bc1204a73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "01c215784f124a019fc3d24a3e2c0410", "region_id": "RegionOne"}], "type": "application-container", "id": "c726b558e9754b19a689becbbaf20db6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fbaf84f823d64aa18802e15db373bc61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "83ae3413e22740b9a584164b744a6e8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5e0756efa9cd451b8da10d4d8e79ce55", "region_id": "RegionOne"}], "type": "container", "id": "816c16ce115a45cca7bb5d6fe25e883e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "794ccef6da284ef89aa171e878111099", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8b6cb30f27494595a545571ae99d8199", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5748de0fcdd246f3a4947bd4d20189f6", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c00ca53eecb5464ba667ca9681a49b02", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "56c9dcd291ce422baab4da4a82536765", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d25f44792dac4f8289015c39f8f85c2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "636717c23f944e3c9266a179ace01935", "region_id": "RegionOne"}], "type": "rca", "id": "1a21505e9239476190edce76ea49db95", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "87207c96fece4234a9bbce48cca86361", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a45d66ef07f84ff28ae308da48af9104", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "faa17f97c97141859cda6c728ac9557f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4bf1f32b65574ebfa426a902c1af6dbc", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "39213402c201410fa57c0522e53e98ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c7f7e310f91a4f55a2452e73d1c5cdc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d0915a0de5774f1ea76e0dd424ae0b9f", "region_id": "RegionOne"}], "type": "network", "id": "6b0e51e81767440cbab9476870059b07", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "fbb7b7dd68094d2c96f8e1667d3937d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4143a7a67a114ed092815b7226ae0035", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "21a27f8ef516447f8550970bf6b1eae3", "region_id": "RegionOne"}], "type": "backup", "id": "4b0f277107ec4b17a68d0204b9892d6e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "39a4e539a4cf4ae08026ebc2a70e035b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fef6eb40bd434485bebae60d2d1f37d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "84e9fb5d16cb4a3a9da45415f05b15d8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "58bd3d48a4034d3eaee54d4cf75849f4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1c9603ad87db4841b4a44629272d4d88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "aeb6fb0b100a4fd1b59c868dd76a2b3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d9d517c65988429781f51b70f311016c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e813d30150404d029d2721dd6bc7055c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ca6cd49f4d7a4ef7a1b4993711325099", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "02088490669e49caa2c3cb4d45240c80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "501dc69712f146c5b42ee181e1edf9df", "region_id": "RegionOne"}], "type": "monitoring", "id": "7310aa3a996f484db0a80bf1f8648e25", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a3b9c7a422d94add932c8d49d240cab1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7bd9cb2f174f479fa1fd20ee75c56b39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f89edefd05614a20aa5a45c586d03343", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "69ca3547aa9045fd8e3caa0637e2041b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5c71eb7dfb4f43799f9dde60bf231529", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c2f6c8bcdf234f97a56b6ed8ea64e525", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "76d71aaf92e74fea8929b0d0eb72e50f", "region_id": "RegionOne"}], "type": "placement", "id": "7189643475924d7bbfe13f4126cad8c7", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "51cf64a47dcc4cd1aa6602d3af338472", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a8160aaf2de14f5f99d4701f3c44d5ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "659048b3a85e4265b051477f90943a99", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4adc9d9d9e3b4bc8837c4cbc70e6b506", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4090808ec77544eab73c06ca1ca27ffd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "74ebcee6e1e54323be81ce05e83c8869", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "41dcdd4a7c6e484ba516e8ee8bf9cf6c", "region_id": "RegionOne"}], "type": "ha", "id": "551935478304439cb916af0ebcd0ec01", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e4f50c4e863b414bb5afcd36ac5af8fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "824d05a3de194cd390d379df8e93e497", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6feb4d6c6d8f45919c7b40c6b72792b8", "region_id": "RegionOne"}], "type": "reservation", "id": "00048f565a3742c8a6b1e62b6d0a0030", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d964224cf6fb4714ab0cefe18aa04387", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "14d52c0b695041afa632cbd13c187c40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "0a548ab92d6643b583559bb3683197d5", "region_id": "RegionOne"}], "type": "function-engine", "id": "bfcb188525f24fdfb3a33f178a8ea76c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "639610412f4e4e008b3b78d24bd93cf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "cc9aa7b1ed6d4dc0b08ac643cfd50da8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "677ae783188543078643cb4b2ebe03c2", "region_id": "RegionOne"}], "type": "accelerator", "id": "bed427fd7dde46da979ab5fb2727a7aa", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "577bec203db64028aad7073ebab6d81d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4bd230a1f8d94b919b4101424fbf7d16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a6e833a7361649bcbd3a30aaff635161", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c9bf4ba4b98c486a81c7c247dbf13722", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "34d903915d0841a5a2061600358cab79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "df2451647e79410484aa776be9f0b572", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "28b10e9f20bd4ae0b484709d81111350", "region_id": "RegionOne"}], "type": "registration", "id": "c9da86be74124a418f2ce62b4e0c6f1b", "name": "adjutant"}], "user": {"domain": {"id": "45bf5df265114e7a88df9b42967db0f0", "name": "4669886f046d446bb29ffdb206f0062f"}, "id": "734fccb05a2841d09f1aadc85c70e654", "name": "9444e73d6b2648e9b40d14eab929ba0a"}, "audit_ids": ["709626bbdeb54d75b9cd7b6d6ff8e88b", null], "issued_at": "2019-09-19T09:04:46.160589"}} 2019-09-19 09:06:46,386 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:46,392 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,395 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "binding:host_id": "devstack", "name": "first-port", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "70c1db1f-b701-45bd-96e0-a313ee3430b3", "tenant_id": "", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_gateway", "mac_address": "fa:16:3e:58:42:ed", "id": "d80b1a3b-4fc1-49f3-952e-1e2ab7081d8b", "binding:profile": {}, "fixed_ips": [{"subnet_id": "008ba151-0b8c-4a67-98b5-0d2b87666062", "ip_address": "172.24.4.2"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}, {"status": "ACTIVE", "binding:host_id": "devstack", "name": "", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "f27aa545-cbdd-4907-b0c6-c9e8b039dcc2", "tenant_id": "d397de8a63f341818f198abb0966f6f3", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_interface", "mac_address": "fa:16:3e:bb:3c:e4", "id": "f71a6703-d6de-4be1-a91a-a570ede1d159", "binding:profile": {}, "fixed_ips": [{"subnet_id": "288bf4a1-51ba-43b6-9d0a-520e9005db17", "ip_address": "10.0.0.1"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}]} 2019-09-19 09:06:46,400 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/ports/d80b1a3b-4fc1-49f3-952e-1e2ab7081d8b.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"port": {"name": "test-port-name-updated"}}' 2019-09-19 09:06:46,406 keystoneauth.session RESP: [500] content-type: application/json {30} openstack.tests.unit.cloud.test_shade.TestShade.test_global_request_id [0.274778s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,963 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,968 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,972 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,976 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,998 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.895702+00:00", "project": {"domain": {"id": "e957fd17bb7d4192bc2281aa69b2f144", "name": "5a5347c624eb43529b81938380d0217f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6c275a72626a45f796ea13017eee3303"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a513fa652d744800b6ee334bd203a0a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4f62db3f51fe43068484c9205c2fb884", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0e93ccf5dca04f8fb3d025e610238e6c", "region_id": "RegionOne"}], "type": "identity", "id": "cb8102400b624e8b93cdffad915eb224", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2456f68fcb97426ba16103eaabc5e0fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "473dca5cb1d949fe8ed1914496efa33d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "aa7a9f06441f4d6daa02c70d9f7ac9f3", "region_id": "RegionOne"}], "type": "compute", "id": "49e9287ddbea43909dbe88ce1ea6fd3d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "78f823e538bb4bc5b8d938afb953afa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0a65cb39e9a649dbb34146aead4b5ee1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8f4c39257bbc4c42876d1e7ddd2bf237", "region_id": "RegionOne"}], "type": "image", "id": "ea561f834af74b749b010535f7d0ab2c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ef7badb8578b411c8fa85d2b4093961f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fa4a391520bf4a6bad3ae0d4493d38fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a863066194b246d5a5d57b4d87fe1a37", "region_id": "RegionOne"}], "type": "load-balancer", "id": "bd013d56e24c407591a532b9e349dca8", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1ddbab3c5944f808334713f242bf066", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b136ea4d5d51487f9dbba0356ccaefb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02a91efa41ac4e3dadd64f6ac3dda373", "region_id": "RegionOne"}], "type": "object-store", "id": "3c5514dcfb9747c2909ad268321dc9a9", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1f595dac3bcd4519bf31b9a82f882cfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bacb85d98d6b413298abdd02820a7756", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5705c79cc4a043b18d528f96ecbe6e8c", "region_id": "RegionOne"}], "type": "clustering", "id": "6747959c22ec44f48e7d41ef5b151f94", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1238cae04ddd44b1b9b6ba9d55056780", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5abc98b7ae0743cca9fc464611444519", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6bcf9c45d55147ee97c6832945b6059c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4da8f546633d4b24b9446d0aa4db8153", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e1c5f9b87dff47d7b053dbea47afee29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9aa253790d0942029501a773a58c789a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9edf29ae66424fb38bd23bac17eab9c4", "region_id": "RegionOne"}], "type": "cluster", "id": "9665c302a6634b50aba5290861698c5e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8cdfb15d5c054e6387480857de4530e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "66ea2b4ab9fb40f2bb35afb4ba968967", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "885ecfc2f0ed4b23be5d7aeb7701ea09", "region_id": "RegionOne"}], "type": "data-processing", "id": "20bfbd53ef1440bcad236b5af4338f48", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0f9ed1a5491246f1bdd4346f03108aa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b3db895727014804a4c5462742d00829", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d750a027cf5f4e038a5e3f76fa6f8671", "region_id": "RegionOne"}], "type": "baremetal", "id": "e78b9cca19084258b5781e5f4b02cda5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3eb899bf252241a3a98a8d661607bfc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f49b8d96999c4d76b07e7d624c8bf2d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "723c3f34ee46496fbfeda44715af6e8b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "bf2dd5fe9c284d8c8eb25a4412e97643", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "11d430a27cfe462f91074bc8d284473b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "48296a14246c4132b70957bbed658641", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a2bc4f501bfd4cb5b31109f10b9d692b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a9f22866683549f6baf73d34a6fd2b11", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "da7c9945297f4311a3173a76c5b66f30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2e73cf27dafd41aa9376a967861b6f0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "57dcf7a92c8043778f8e8792737a59bb", "region_id": "RegionOne"}], "type": "key-manager", "id": "b6d821b19a334c6e980f1e8d89a64f08", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a99361870cf0464a8562a76011521b1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4e1533a94cfb41899a3929aba439f0a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6434842e609747c2a136543dc65a0519", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9ed690f9582b48f88175da720abf9ab4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "27ab499af92d4cceb8d10eb7448ccc19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0593aee70def46e99fb2d827b575a1d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d2bdf063dcd941f5b38a4dfdb1a396d0", "region_id": "RegionOne"}], "type": "infra-optim", "id": "04b92b14debc40ff96cca507240f12a1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "50552f658c974031ac05c145e63e54fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0e0f632daa0e4f49a89934f4d22e7951", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1e83b6b1de884fd5a76a167af8d66deb", "region_id": "RegionOne"}], "type": "message", "id": "23d81cb1a8374ff8b070f551a21be3a3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "285160a4c97a48baae7464e9991f5981", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ef86c0a5ac2f43ff8a312742d9691aeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2ca9c60dd7a740cabef42201fa234b3c", "region_id": "RegionOne"}], "type": "messaging", "id": "213f3ed55b61495190a82fb9bcfd83ae", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ee11fd090bee454cbc7639c1d67d518c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d1f3ab41061d4fe9bd36078a6112e88d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ac8d8d95eb224932953d7a70162c55c1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4ca28decd0e14310bcf8cd341a30eda1", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "721045ad155b449cafb701768759bbac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3ccb9ecc3e734f719805ff6a774ba125", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "22cb0d9d2ced46b6892e96e4f658fb85", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "69c4b2b768f841a585e2eafcafa76f1a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "57ea07b34c52438cbedcc5ce7cd83436", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ab0fd42500eb4928b18b965ea3d8916c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f6f074e6e5f045e9a9d0626242bfb46a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "cdad0e04bb7d4110a3825dd0d8e1c817", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6bc41cc22dbd4bfcbe0958e3c6f03786", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "460ac39005cd427592221a1ef5487143", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bded607875be44089de20e17f17e091a", "region_id": "RegionOne"}], "type": "container-infra", "id": "90470a9f6165448fbc0911fcdc90f97d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "25cb99d488494f3b92001b0ddf31b8df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c4cf5069e2854b0a9ec06753fd83e1ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "19c8c603103b438d9ff6b9d815b9a407", "region_id": "RegionOne"}], "type": "search", "id": "e9821c31d288498ca8eada852f452420", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "86cf781880a44f45b4188c98db39cc02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e0781954442f47ddbec8140b89140191", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "66755b194b684b7b86c35ddac6698778", "region_id": "RegionOne"}], "type": "dns", "id": "eead60bf2dc1416c84ba301c2195a362", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d50d811904c64923a973d3fda8324e96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "63452ea694764f178cd1e8bab55a51c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c068bda1d1ee48f583fb80ff207159c1", "region_id": "RegionOne"}], "type": "workflow", "id": "ae7245c1fdde4c30b646acda95fc66b3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "17239e7177204157aeb74f851b30028f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a52fb00e170241529855680e5e6eb5fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d4685aaee59644009bbdb4d522f85f2b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e80cc0e7cf32465eb6e318fcf3a25693", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "0a9609576df54986ba5b002d884e013e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a29bc477aafb4a1898ade2d766ecf2ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f49bb12001564b369273ac62316efcd2", "region_id": "RegionOne"}], "type": "rating", "id": "000be58c86e04a1894557e7a6e0c97ea", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5c9a045098cf402dba9ade7ca874582f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9c56fc0faf904cfa887f12e944d67258", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2dec989c0a954e9f8e20e1ee0aea800d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5ac9a70296924135b89ba0aae9ae9632", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2f3d537de15f4d83b56ce3dd9498e811", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4dd53d4580b149cfacb02a5ee8b97b05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "84f68d3ca7bf4416bc64d133fcc5b736", "region_id": "RegionOne"}], "type": "policy", "id": "8848d749245b4ba99bfe390d7efe8070", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0607ed9eefaf4ee7b6f033784b46c95c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a9b4d4c5e55f43d9a436dbe615256f3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c386ae73f4ac452e911376655785a58f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c17f17a76b5e41a69317f7814c5bd621", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "793791e3ed6f49d1a6d4a4cf4608031b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fc6067de27ce431bac693dca9cc8d3b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cc7db4e21aaa4d919cef99768eefb5aa", "region_id": "RegionOne"}], "type": "sharev2", "id": "569af89906d44f3d811e09f943f8214e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "886f9a89afa24e2f81ff8158646a8a4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a127dee53eff46d88c85dffd3ee09148", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "21ef6c09e16e48ab9d8bcfe20d37bcd1", "region_id": "RegionOne"}], "type": "share", "id": "1a2f618515f7413581113ec84a6d2b18", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "886701196dc749748dd6bd50da19363b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ae00fe344f534cbfaeb5932508e7c104", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ce804843a0c24742b0d6a6322a059cd4", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9b1dc9fd0ad4451bb38a32a1561f0b73", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c678dcbbd05489ea6128d207ec7ea72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3ea277ca3414706b31f1cdf918b909d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b2f4edc5ed846abac830cb663cc7e88", "region_id": "RegionOne"}], "type": "orchestration", "id": "815af98117e34c76b0434bf286f5fc22", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1cd09d0390c64e8ca020c880ea75d8e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80c2a58491e741138d4c80a8186325e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db6ad7b668a44871a56e0d2eb7289835", "region_id": "RegionOne"}], "type": "block-storage", "id": "c6ecfca4a2a44cf682c78a34c5c7b0f0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6aaf9dad7064acba715c08e73e3086d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9edc38d896f14a549de9d1cb58a681a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69c580cdbe174e749532eabef016c42c", "region_id": "RegionOne"}], "type": "volumev3", "id": "fc9ec4ab5da144eab072a690c0826b51", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88b1898435584fd3851d985ab38e8ed4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca6db41928c14a959d40306ce698cdd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f623df0bbe94413bbe2c91037f0a9632", "region_id": "RegionOne"}], "type": "volumev2", "id": "16d4f1af2bf948df91feb5d258a364b9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1aa6057991ac4ec294bbbba35ba31bd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "465b277ad90244a7bd16d0b192a4a6f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2da2d6098b1647f2af14406dcefcdcac", "region_id": "RegionOne"}], "type": "volume", "id": "fcfde0617bef415e942918b8ed0880fd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9de390da91f44282848f3f2019b93ffe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff5f37ea83a644dba661503131c3b5ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c041a32d48b54d48879e98d4266d8d2c", "region_id": "RegionOne"}], "type": "block-store", "id": "66e58c6fb67d4019ba9077302dc78eac", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6eeae4cc076d429f9da3398139399626", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e52e9d25de06458ab7320a51059de012", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4c0caeb3e63e4435af206af25c12d678", "region_id": "RegionOne"}], "type": "alarm", "id": "25d2e03f302c45f9ad567cbac6c3ab1f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4f65aac319154b7e891d52939d0a4746", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5c79dca18fa448cdbcd13d30829ba94f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "21c73d46a21b4afd9b7dc13a6bbcbdc2", "region_id": "RegionOne"}], "type": "alarming", "id": "3499403c3280421daef303a426f75c5e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "70ecb9b8a7bb498590d710d0f318dd41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3f9e7db96fd64c7aa0f8435f33085be9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ce18251286194d83a05a82ba5436dedd", "region_id": "RegionOne"}], "type": "meter", "id": "31cb1a051914403394d5c1736b326e51", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8a03b1d7ea77482193ce1c616c0c32c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "13c86a3127044b29aea14332c2fb4159", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "64d25a5ba76a4deab0e916afa1cf6855", "region_id": "RegionOne"}], "type": "metering", "id": "546c9529148d4aeba835e318011ebe80", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1e81dc5b6bbc4e6e930d4d849a1f702c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dad0ce8524484a63ab3606a090bf1eba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6caf2f4b768849b1a582beec2022eba3", "region_id": "RegionOne"}], "type": "telemetry", "id": "2b3650834f8b46e8882573b9590781e8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f3d7fa0b90564db6a53dd8ed22facb23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9c18122f3c09495d9e1c99c29d961702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1be8980d679546f5aa8355c1eb46e6cf", "region_id": "RegionOne"}], "type": "event", "id": "86ee4bf9484d41288c838e8373be429f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3b27c8190d754fa5b1c57758dd31be41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "aa08d33a1dc54812983a1f587a3a3324", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9a94d5eaf2344fcc81efec66a901eddf", "region_id": "RegionOne"}], "type": "events", "id": "dea5c6ec64144ba39529cad00d7c0594", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "af0b7ba9d1294a1298dd6c47a753ca05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c59d4e69d24e4b3fad8834681287424b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8fbfe72d115a479ea4623f565298f625", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0545b6451f6341738847ee053de3ce6d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ba8cf37ced174c6ea11b56d746615521", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0fffc90b299c42f5b0a277d7db9c8226", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e1b7348943ed4a89bca5181c9a980e99", "region_id": "RegionOne"}], "type": "application_deployment", "id": "fc41044926a64fbfb1e42fca7e753d48", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "907b12b9e9fa4375a3613afd284e8561", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "37d1aca433da47afa71990c8f3b7fd6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e7ba10e74fbe457fbc300d10fe62756c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ddaf449bf2e54ab587084369486baec9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "13846324749c4064b0fc0bf27000734e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "38d587da73e24502a158ad70475f4cbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e35b5ff21c7c4e86a77f94ff0bb865e0", "region_id": "RegionOne"}], "type": "tricircle", "id": "bc5ebff69efe483a9b73878d1020450d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "74325458ac2044efa17de7468af2d543", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "e9eb432deade4bc6af61c22b554c9711", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d276093424bb449eba36ad4543ba9f41", "region_id": "RegionOne"}], "type": "database", "id": "60f27ac7ffc64ee5b1339348fd31d793", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "279c3202c16549a09eb00a3e45e1a74e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "32a923f5455a41138563dc083dc61aea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "08ec2bb27e3d451b9c3a71b823e70fdd", "region_id": "RegionOne"}], "type": "application-container", "id": "d6ef92197b8e459881fd88305e835c84", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c6a6199163824868b7fc3b1ebf1b7d0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4291ff98350c43b2868f54e9f1363eee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e10ad668ce5d4021831d0e91e1cc9edc", "region_id": "RegionOne"}], "type": "container", "id": "c2a0918227374172803dbb23cf224e3f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b54ad1daa40a4d2e8cd1282c04fcc9e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "06296061c8c54441b57d46ec2ef5fb1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e9ecfa6d82234db1b3a4f06f754092a8", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a99d12f6bf234f2c8c0159b03c4645a8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "69ea451e63504cb9a3f3e7196ccd70dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ed48a39692ad453d889e208d034109f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4c8b4e0c7e044814954af0be9dbfdc89", "region_id": "RegionOne"}], "type": "rca", "id": "6545c16722844768b6422d9e0219870a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ed936e3636fc4158a5d7a2b110649898", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "205ca1505103450bb8f2fdc1569b4460", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ccb79bdbc20446aa96a9b30ef9433b2e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ff21a269d89d4edea17d4384d5f2b073", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "093b74e412e24a7e91dc7b3c12644afd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a7a096f705cd4657a36fee73e2aa4ca1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "dce86a43e9374b46a99c3a5e5e3def44", "region_id": "RegionOne"}], "type": "network", "id": "526f3c817ff8403bbd121975f3a19e24", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6894adad7fbd4f7ab22aa16de33e2383", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ed115cf2c7ca42e8946ea1db236f54e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d690f8265870493782e2169f8ed92553", "region_id": "RegionOne"}], "type": "backup", "id": "0286a2d8d29a4db888d28bb1e396aa12", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9183d3eb522a47ae8094f2a736ec8717", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "04d24ad8bc08406f9916bbbd582b846b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ae9a33b54ab64a989aa866af189cb4a0", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7f328a32ed054d2ca293c9ad83456c1b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a6e9e6bd8d9a436ca331c5ec73688409", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7b9f9650e28548cca5cbbe47d67235c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "025183c407aa423199d3f4eb18bf7bca", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e47529d13a79419090651114ae440ec0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0754428d7fb24f68b4fd41c6d6c669f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "804799d1185d46afbe7e2000df0fa12b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e6874f94246148f9a8c015bb31d2754d", "region_id": "RegionOne"}], "type": "monitoring", "id": "f5be47e779fd416c9e5474bdeb95fde9", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5b3bcfdffb9c4de58fbd896a1469b59b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8cb648ff3cd246c991d3d422f06f0acb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d0778b4ac29d473593005e9267b62db2", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7013abe289cd445f8ef2301f7b18838f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3da95f7a9e5d4c37abab2575953a6b1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a29230e4f9ad418d8774dbd9a4ea754f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0c3c105a16364396ac05d9a71177dac7", "region_id": "RegionOne"}], "type": "placement", "id": "0773597e3f6948b79b1367f20bd5bcdb", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e104f3257aa04ed581fb599ef77d5547", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fd60a33c775b48859ac3f35921e2fbdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "920755935e4243fc8db6aa0d83c714b5", "region_id": "RegionOne"}], "type": "instance-ha", "id": "80ca1150892341c99d7b770db87d80d7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8a302da920b54abea521aedc5ae14518", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c80e9ae658d54d9cb0880a6d66d158c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b06134d8f4ae4f75b8386b6cf5095594", "region_id": "RegionOne"}], "type": "ha", "id": "62d21ad11929402da402991a5de91e62", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0c8e3041ecd042de83b187a65862b829", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "863fc08f87864b05a9fd734c0863ba61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b0499b5d83a44b7788623d472bc216fd", "region_id": "RegionOne"}], "type": "reservation", "id": "e9227bb33cb848a59c1c2c5eba7712c3", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4398452203914c2c80ed535711a4c251", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "12dee87b9d7f49b39b3fc5c261624749", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "6dded55c88434437893ae3bddf8fc7c1", "region_id": "RegionOne"}], "type": "function-engine", "id": "59cb3d26b4d74207b180fe43c8defa1a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "99f68e8a52b645958b81a7914412f5b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8a54db7f0a0945d8a0ba01597618c8da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "02a558e067fe4a5c863144802f1fa83b", "region_id": "RegionOne"}], "type": "accelerator", "id": "6d0f162da99843278b9fb74f2795053e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3ef6e9ef36a7479897ee24af0e726296", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2616f4c840ca456c85f016202712d3f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "acf9d56f217b42ce8b70b6fd6f07a59a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "75dec834b2f44083af40ea363651070e", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "eae23b3a64b6409b91ec9eac01415502", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "43c111d577b64ef6a18824093ac1dc51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ad792c18a69045be859f1dc5cbe36ea0", "region_id": "RegionOne"}], "type": "registration", "id": "8aae3dd9379d429c92c516d4611ce5e4", "name": "adjutant"}], "user": {"domain": {"id": "cf537f330c374d63abb4358965704011", "name": "d721ec6926b5416a928cb3ae418eae5b"}, "id": "f3362d44ac3f464a9b0d0c4cc5a91bdb", "name": "c531eab7dd0d478591ddbf8bfef17baa"}, "audit_ids": ["7997801b2daf405ebe8af036e146532d", null], "issued_at": "2019-09-19T09:04:45.895702"}} 2019-09-19 09:06:46,114 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,123 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,127 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:46,150 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" -H "X-Openstack-Request-Id: f8b9b619cfa9413882544da0fea491b0" 2019-09-19 09:06:46,158 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,161 keystoneauth.session RESP BODY: {"servers": []} {30} openstack.tests.unit.cloud.test_shade.TestShade.test_range_search_3 [0.070683s] ... ok {14} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_keypair_delete_ignore [0.061861s] ... ok {19} openstack.tests.unit.network.v2.test_qos_dscp_marking_rule.TestQoSDSCPMarkingRule.test_make_it [0.065032s] ... ok {19} openstack.tests.unit.network.v2.test_qos_policy.TestQoSPolicy.test_basic [0.065670s] ... ok {18} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_rule_create_attrs [0.041895s] ... ok {18} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_listener_delete_ignore [0.046263s] ... ok {18} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_listener_find [0.052934s] ... ok {18} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_rule_delete [0.061687s] ... ok {1} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_trust_delete [0.063821s] ... ok {1} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_image_get [0.055570s] ... ok {1} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_reactivate_image [0.071016s] ... ok {1} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_container_update [0.066096s] ... ok {1} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_order_create_attrs [0.065631s] ... ok {1} openstack.tests.unit.load_balancer.test_flavor.TestFlavor.test_make_it [0.067711s] ... ok {1} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_flavor_create [0.066071s] ... ok {0} openstack.tests.unit.config.test_config.TestConfigArgparse.test_fix_env_args [0.163973s] ... ok {8} openstack.tests.unit.cloud.test_stack.TestStack.test_search_stacks_filters [0.224469s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:46,096 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,103 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,108 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:46,114 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:46,128 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:46.023371+00:00", "project": {"domain": {"id": "d1d523265bfc4abf9bfbd0c67f5aba21", "name": "0c9727508b6e4e63807420eff533d2ca"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "5b7d23d25a89492a80b32c96e9767273"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a8cc3c1701ac4f5ab4f91ef766c06b09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0e62831e01e44d9f9e71c7fe8d1cad6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "645e560966bd4028b011875c619c7ff5", "region_id": "RegionOne"}], "type": "identity", "id": "a5075c379b9a4d2fb5ad7e3d6a60f6ae", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b61acbb06de04874b6d5521291b5edea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "dea9446ed31d4a649a850db7c48852d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "357b88a633144cd99c81af0e3cc1d763", "region_id": "RegionOne"}], "type": "compute", "id": "fb4cb4af9e3e4a88abd7adb062aaede7", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "93585f9c58c74e29827502ef3851c22b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f638316c3461444eafefce11625652c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "95bd18bca409439eb0434a1c428ee673", "region_id": "RegionOne"}], "type": "image", "id": "f34983e175ab485791c67d60f985f744", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "95de5ec4e88d417a80cc0fb1f181eef1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "93c08802d7e041a7a39faf2794ae5e33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b3f4086c15e042848abda3843f11903f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ae72860dae3a4d66905840d05986fa71", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5655b70bf0bc4b7ca819d7bc8a4a9d1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1d6ea22df7d408bb2867aea23f4608a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88af8556ad8e432fa62e1651e729c668", "region_id": "RegionOne"}], "type": "object-store", "id": "f814e71a9a8a42b7991619280cc5f085", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a47dc6736c2543c1b837295805e040f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "29b4fb72b2474c489b47a94f34691a87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "320a8c6791814201b252b7e7eac418c7", "region_id": "RegionOne"}], "type": "clustering", "id": "84791fed800943df856a36fd804dbda3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ae455523c36a49078cd93385db999506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aec031a119744a109b2fd25c1d0138b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "680fa72b8bf044958aa19435d88fe5dc", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4ec5924099874983b21adf145e1980de", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f86c7b5dbabb4465944649f62d4c1cfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1bfaf46c07da4e2288fa8e63ba550fa8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "429bad08981045268232375ae35df64c", "region_id": "RegionOne"}], "type": "cluster", "id": "dde98116319e4d9982d046f634c5dceb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9a9135d9078043fdbfac111241335ed5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "16e56bcc910443809f13bb3aaa9ec2bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0619692ca583452396ecbe7b073c125f", "region_id": "RegionOne"}], "type": "data-processing", "id": "ff2a7ab3953a410bb3a2d29456170249", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "761ac899c9af4392ace05a286097d0ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c525e8767c1d4c2f8ad4c10c560dc25c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a900a14e09094835aa15a29959847306", "region_id": "RegionOne"}], "type": "baremetal", "id": "6d6e78032ac8404094ee3f61b64eb03e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "db15798dee474cea8a94b2a6341dc304", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9b815c6d3dba4cca9f3d7c4722ab9d1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1cf2eaeccd79448f8b01dac1eec69fce", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f9f2b52c39eb48128623496c086e179c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f963768625574765af2f306cafe6f05b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8df38e4dce434bfdb29f1f0e0d92f911", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "fafed4a85934491cabf5d728fa4b1a84", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c7bdccbe88204bb78f524f600c6f5493", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f43b70eda515454eada061286d7c2d06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "03bdd5ed4b894734816c247c0d5418e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "046ed398eb75425aabd7bda4dabecf65", "region_id": "RegionOne"}], "type": "key-manager", "id": "605f702087a8499c8014584865537b74", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0ef6d4821fda4f469aaf4e3f3400bed5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "957196af3dc0423ca8a334c5c3d97a7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c54cfd8eb5bf4b15ab5e5c7bd6bfe42b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ae510e55b0664abe91916b532c369c38", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "db582ac5ccff443cbfe0653c74add2e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9455b70f7ecb4e0188ebbbb9d62f1816", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0bb7c3f3d4f64239b2218d044c67120b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "199f25f6f83841499d4538072f428e9d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6e31143fff1e48db968b882219b12a88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "61258bb394334140a4d192e749bd0281", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "663796273a67421a94fa08decc06e853", "region_id": "RegionOne"}], "type": "message", "id": "bc2ea64ec5aa4d688a7011d6f4e92fe3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "603bc9129cff43caae852377e231c870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d84ad441f8e843eb80877082e5c7327a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c52a6470e47c43179e330ffbc4fd813d", "region_id": "RegionOne"}], "type": "messaging", "id": "ecbab80692434b0dbc4115923d6abf2f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a71cc96d0a72433b97d50624138d1405", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0351778c01e44029bc930531fdbd0108", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2a570d34a86a4ae4872dc4e3941cc887", "region_id": "RegionOne"}], "type": "application-catalog", "id": "91191ed22c3d45e7a8e33625906cf97c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d958a98f3c3a44d1af1879224eb143ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cd7c2760cb50461fbd804766a8fa12ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "00fa00ae78c7436ea9fab272aaa2bfed", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c4470069cf744be9a8dcb046f2deb940", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c5b91dddeb044012a9196bb6e12630d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "85c291f3ba1140fc90cff1181213f01a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e6bb25777fb74dd7a851ac86bea53a42", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "8d4bf7d15ffd488a85a300ed67bd18f3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b2a15a3aa8274a23b07b57c89ddb76b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d1bdcb5199144ca97fa1db51b8a17ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b7221e1c4bcc4db395090b1d7a923330", "region_id": "RegionOne"}], "type": "container-infra", "id": "4b01d0bf11324d9e88c9a16d84a83452", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5b2abd5896334f81bdf9552aa7e5a448", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "88248ef6bc414a078be87f533cb1e390", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "57bfeb07bde94a9faf14661597aaad19", "region_id": "RegionOne"}], "type": "search", "id": "a52ff0fbcbe04ef38547268deb23fa33", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "19a793e89835497e8bc845999548d03e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1a088c9bfa604880865405e7ac2a4357", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "248eded0aa124b27a734fdd2bc68d920", "region_id": "RegionOne"}], "type": "dns", "id": "a00916b08149462d99daca1095e3fce5", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c9fd31e451874e07af9b48b3e13f69eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6ec73ef8495244ac8daddf5c3977c623", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "261268b77e82444d84110e7ae30c7414", "region_id": "RegionOne"}], "type": "workflow", "id": "0d9fc91105894a618f23879745da0af0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "884f9b73c229403ca0067992cc8be0be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fe465536dce94e37995a2b6e172c4c4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f5ddc650e029407dbe8c323fc594670d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "18df544c80994a19a6da80d5cf14576a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "592a6a20808142b680fa58392fb8543d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0760df685b644f6f94425e48c885b239", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3b877376ee0f437a8d585e539c4e340e", "region_id": "RegionOne"}], "type": "rating", "id": "3fd60f248fec4b68a30543e4100e030d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5df5680199d94eb597d4a156b771cded", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "58667ff17de741ccb816b8b6d1db5262", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "41847a0df6ca4d959eda42b987ddc9cc", "region_id": "RegionOne"}], "type": "operator-policy", "id": "985de53864a74625bc2a41094c67a78e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f0cc7b83c69543a3b3e404a4b4e88de1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bd4c73716dd045bcbd717c9cd10d7250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5eac349cf39c4903b1a542b00377ed5a", "region_id": "RegionOne"}], "type": "policy", "id": "1a0957817107457a9ab7fc5b99285898", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f6c2dd5f033547ffa51aba20ce740981", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fb933ee807d1498d978cdabbaad47563", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cc86a4d8113340aa8ff1bdc94df21bec", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1722ddbb8c3d495c9386afeb4009f0b8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "71312b361e504d7f897c029f0ae7c634", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "40abe5406a0f486b8e3e135c94bb4c3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "196cadb1e84b40ed80a7beb713ca0a5d", "region_id": "RegionOne"}], "type": "sharev2", "id": "bf401b77dbe6473dad05e2c2e82b8756", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a326086cdba947c490014c91c5a6480b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6fc74cdcfc524cca94fa28f313ba315a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "38f0e27a8eff49c2aae76d0d093227fa", "region_id": "RegionOne"}], "type": "share", "id": "63824a50284442bebc0234a00b4134bf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "134cf7fe4c05414eb5c2a5bdcb0da30f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f6749bc642154a1e862092a4c28f349a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "95b75f741fcd4984b672a260678ff8f4", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0c6348874ec54bcd9a9259488dca45c4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50a692f9f066444d8f82eb9749dd2b0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e93e51b11b214ad1b552976542dbc919", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10bb6b362319486e9e7a5c0130fe28e7", "region_id": "RegionOne"}], "type": "orchestration", "id": "4f7bc0a1672b4a34a822f3e1f3f5ffb7", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "976a5ffe182640d99a7bf55a8e497262", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a13cb9b19e2c488ab2f70753d0cdf96e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ae362b84cd54ca7b4e72c02e770dc87", "region_id": "RegionOne"}], "type": "block-storage", "id": "b6a18cd5639e414e81ad1fd04d1c140e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9923a41b50f42019220a3df3ddd3c18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68d1da2b89aa45c89890f51e3e6058fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18f158ee297d48a8b15fefb35aa08b70", "region_id": "RegionOne"}], "type": "volumev3", "id": "5254ebcc919e422099584ad78459910b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f6479d3429b4fb6b7507f6cad1528c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0053f368a5cb4850a0ea4b1edde3a451", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e97b584a8b64b79a22a98451099a84b", "region_id": "RegionOne"}], "type": "volumev2", "id": "44ba94bad8d547039a2606f985a2b28d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e68205dbd3bd40488eeeeb34a357031c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff853d1d05274e14893a0772d708f6b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3469567347b48098865a68864df1dbe", "region_id": "RegionOne"}], "type": "volume", "id": "9c3a7ef928834710b002187aa0ca263c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f639bb9806e044c797013f4f975f95b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c59a9887cf3340c29468fef7e9b3b8eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e46aafcacf9f4360822931e23c46ddba", "region_id": "RegionOne"}], "type": "block-store", "id": "de0ae6d8899344fdb192fcbc38809aea", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c481d25f34424839928019adad6b672c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e480302f76c642349aff46265b669ac0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bf0038cff45a41b9a95d80b67910a1b5", "region_id": "RegionOne"}], "type": "alarm", "id": "de8aaf6bf83d4b5abfe16f596e953191", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f263b209c2c349ea8f46a14e83be8afa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a9288d9f794f49b2b31255b634bfd7e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3d983ea814ea4bc0b31df398151d5bde", "region_id": "RegionOne"}], "type": "alarming", "id": "e82df3d395504c6097bbae5bf0d36dbd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0f318f6c849f4629a815f0a7a425ebfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3e1f51a136d8435d896a4b60731fbb67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0a9a159ef4d847b0a977fc2d9175295d", "region_id": "RegionOne"}], "type": "meter", "id": "52584554870343c5a980572dfca52195", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8cc4cbd36058485a9d11e733dded3cf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "70afb4a023444122843763dffd8bf9f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2d0a5a7915f64ad9a55f1a072e6f6689", "region_id": "RegionOne"}], "type": "metering", "id": "cdfb30c2c8eb4c01b517b7fe532d593c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8f7ce471b0f94a71942923ffda6aff7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5d3c6adecacb425b949a6b9baeb45ff1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a6cf50c4622349e88935f74b4abca6e9", "region_id": "RegionOne"}], "type": "telemetry", "id": "caadd8d9dc0d40939a69dea8013759ce", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ec7713d7d98540db8d2307410de40fe6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0fe0b15b6a264cd48c08f0aee1f0b224", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "98509ed3f22d4a73be576755b9b42c3c", "region_id": "RegionOne"}], "type": "event", "id": "1172440f6d8343f4a67d4c2cf31a8075", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "dbd69878548f4f1e9bb2257fc660395a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "de8e9b440c774d2aa5a606f4a15f64aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a13ccf87935040b1ace329a5f0604907", "region_id": "RegionOne"}], "type": "events", "id": "b872c9a5fef84768933c428300069b60", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "61ff9764e3b2434980c238419db5b45f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "38693b0eedbd44ddbb25edba0e4762e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4fde3701a3cd428f9b5d71cb3307da9e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4febfed92cdf44c0a3eb5170165747f2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0c300b14697640e6963e3440e664b6b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8a9467a595004dd991a345c3132e6582", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8e1c29c0839b428f981694ac38d82688", "region_id": "RegionOne"}], "type": "application_deployment", "id": "aef14251738342f5a4dd69b5cf9dde67", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "26e5b78266874962aeec619bbabf087b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "23de69f213404f159d4aaf15b0cf2608", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f14753be98e04a8586d36ff6a0ec3fce", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "eefb4aaec00149b5b4b559f29de01d3c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "34ce749990d14e4d82eefa71f4474e41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5a1b433c8c0e4dcfbc6422ec1fbf3953", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7c31bc7bc15548aea6b59bb4e5c3bade", "region_id": "RegionOne"}], "type": "tricircle", "id": "f2108116b58b488086be9165df90f773", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "59354529a83b4074b0e8d086d3778216", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "127d1a97d52644b4bd2cfcdb09ae6ebe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7edf2709e35043d783eb4dee2d06dc2a", "region_id": "RegionOne"}], "type": "database", "id": "e971e8d8de204514b509f4e4ca70b01b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bda3320bda914ba1b460058f2f2047e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "73aa651564f443818c7d1de11a3d37a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "866037f951144db1b1714814ea585a09", "region_id": "RegionOne"}], "type": "application-container", "id": "5802e654daed4cf2827bf6cebfdb87aa", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2a76a5f93b134329b630498a0e32eccb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9079b02e7934418b98475f3dc6649455", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "51767536d0f0483d8642ada6fa2b9498", "region_id": "RegionOne"}], "type": "container", "id": "7be53b56869a406dbc0a40d061c37278", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5f75fc95ea4b4ed39d051e16f9969b67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cb3a2db147854d2282d12eb5521b4759", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f678c11bd40043cc97021666add25e2a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "04ff9efcc3184bdb9842fe8509800330", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9a3c78b611a140b68de4c520ce1f4041", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e9a90b11a9f149e0a839bc2f877472b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0e85243cdb27476cbcaba215a33251c5", "region_id": "RegionOne"}], "type": "rca", "id": "d70ad3ddd97b43ef8712d3b53a01fe12", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4d7ddcf28e854c088efc1feea418a040", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d66a8ab529af4a66a690e52fb8e27fd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9869ce29fb094a1a99243ce15926bb06", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3da6650236f840dcbf1623178e862c20", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9e5d10f824cb4cf2a07958f755ccf35e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b9e89a0c313948c49571c2587c3846c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f9fbe9d5e4f747ec9a951a0423797178", "region_id": "RegionOne"}], "type": "network", "id": "69522f53d41346d19df2f3fb3daf8488", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "764b13f99d6d49f69a6d51ed987d5da0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "57ea8e50588d4e9c9cb11f06c5302be6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "35caa7103fc9484a85a7b50db69d0c7d", "region_id": "RegionOne"}], "type": "backup", "id": "25e5214a208f42348d1ee6e4c5f370a6", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "022689cf0ac24d3eb3e51d7d653c7762", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3c60226b389c48b99dfee9ed91e040b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "94b65d6b75fa46e9b31a245f9c231003", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "038a1dd472ed4f008be064a81c1b4336", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "419cfb27b31e4df28d12d1daf3c88c5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "eed585295e044cc3a76af7e22b32b770", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d075c2d1c0074e229492a44a17baf5a4", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1c75cac060384a35be6d4b14bf0cc88f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a823073fbc874c4093892d538d38cf7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1a552fba10c141a5bd729d5be2c24be8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "beff35cd3ea84731806c55fb1ea4718b", "region_id": "RegionOne"}], "type": "monitoring", "id": "be9a9e8ddfc64dc4a75117e9e0c29807", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c69ffff7e2c143e9b271d78f3953d940", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "50f1b3df24d841ae99de7827263182b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "df1c207f2bdc443e9edae03cc881e745", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f5c2f22e83314e4ab60d5474c91f311f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "22c410a8208943c3a0a6bbfe538c634b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "815aea57a1d3455ea93ccd311ed919a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "170a1dbfcaf14184921506f7e1ff1c2b", "region_id": "RegionOne"}], "type": "placement", "id": "b3c750471f054133807fb3a617ac0c86", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f9ea9a69e26540b888a9691054d55ea5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cec26e7bf12343cc8f70d5fcee6e6c8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3a6332e486bf4f879f93ddae628163f1", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2f7f08c290be45f581bcad7a25b53310", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a9b72969220a406bbe9ab3f4ec8275a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6ff62fcfb4984539b4f3c96e4c294443", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e60f65ee588f4d8fb8f3c7c691d84a72", "region_id": "RegionOne"}], "type": "ha", "id": "bf914381686a461cb2d7da74c6981ee8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "12087d64c5f447a68d6eea10dd4c6954", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6c408cd46dff40f89cdef69260ed0882", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ad7ff9274b7241308919708f9b53c7b8", "region_id": "RegionOne"}], "type": "reservation", "id": "41760dccad964c46880db532e1371301", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cc6d17157b684a20aff3e1b498813948", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bbb9e32dbf0242e4a08e99dfc1988126", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "11181162e2d84766aa697d24fe0e4843", "region_id": "RegionOne"}], "type": "function-engine", "id": "fe160db5a4124021a5734d7e9565c455", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b5996b4b4e7a4bca9b33e36104ce6b4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "886ad2d375ed4a88ab9550043b25fb28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "88431db351864ed88db850368090a149", "region_id": "RegionOne"}], "type": "accelerator", "id": "ac7d1cd470284491946150faa59804b4", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4bfd180723d446f3b2a69f6fe29e38b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3ac1d33dc847407d9463da2c8b60a230", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ed7f341df57041b6bcf9be34ad80c097", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f9d2d01e5a494382ad0546e3ef96e85a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a49c939c7e73402185ab2abb11d556f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2e02f40056c142cf9c154ac54109b6d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1c3bda9b1bd84640bb83a85b4fd49616", "region_id": "RegionOne"}], "type": "registration", "id": "b2f7f1288d0347beb7d88d737dfe9c3b", "name": "adjutant"}], "user": {"domain": {"id": "53398b38f4d7422d9ec129123f282cec", "name": "0074b959cac0438e88a416a2426e1dcc"}, "id": "12dd207bac8f4df6819039206e540510", "name": "a5af9fb9d5ea4ee28fd948dc3c4f22b9"}, "audit_ids": ["86d3a4686dc5482896e865fefd9236aa", null], "issued_at": "2019-09-19T09:04:46.023371"}} 2019-09-19 09:06:46,209 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:46,217 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,221 keystoneauth.session RESP BODY: {"stacks": [{"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}, {"description": null, "parent": null, "tags": null, "stack_name": "name-6", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_FAILED", "id": "id-5", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}]} {26} openstack.tests.unit.compute.test_version.TestVersion.test_basic [0.061495s] ... ok {29} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_cluster_delete_ignore [0.061269s] ... ok {29} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_extension_find [0.063620s] ... ok {29} openstack.tests.unit.compute.v2.test_server.TestServer.test_unlock [0.060371s] ... ok {17} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_shelve [0.068701s] ... ok {17} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_unshelve [0.068626s] ... ok {17} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_wait_for [0.063389s] ... ok {18} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_segment_range_update [0.064817s] ... ok {22} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_resize [0.067996s] ... ok {22} openstack.tests.unit.clustering.v1.test_profile_type.TestProfileType.test_ops [0.065276s] ... ok {22} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_cluster_delete [0.062020s] ... ok {22} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_profile_validate [0.062284s] ... ok {22} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_find [0.061569s] ... ok {23} openstack.tests.unit.dns.v2.test_proxy.TestDnsZone.test_zone_create [0.079560s] ... ok {26} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_delete [0.054565s] ... ok {26} openstack.tests.unit.compute.v2.test_server.TestServer.test_add_security_group [0.043342s] ... ok {26} openstack.tests.unit.compute.v2.test_server.TestServer.test_basic [0.060542s] ... ok {29} openstack.tests.unit.config.test_config.TestConfig.test_get_one_with_domain_id [0.168024s] ... ok {29} openstack.tests.unit.config.test_config.TestConfig.test_get_region_many_regions [0.165702s] ... ok {4} openstack.tests.unit.compute.v2.test_server.TestServer.test_change_password [0.078775s] ... ok {6} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_stores [0.062715s] ... ok {23} openstack.tests.unit.dns.v2.test_zone_export.TestZoneExport.test_create [0.070641s] ... ok {9} openstack.tests.unit.config.test_config.TestBackwardsCompatibility.test_backwards_network_fail [0.166416s] ... ok {2} openstack.tests.unit.dns.v2.test_proxy.TestDnsZoneImport.test_zone_import_delete [0.062115s] ... ok {4} openstack.tests.unit.compute.v2.test_server.TestServer.test_resume [0.078064s] ... ok {4} openstack.tests.unit.compute.v2.test_server_ip.TestServerIP.test_make_it [0.067237s] ... ok {19} openstack.tests.unit.network.v2.test_rbac_policy.TestRBACPolicy.test_make_it [0.067166s] ... ok {19} openstack.tests.unit.network.v2.test_service_profile.TestServiceProfile.test_make_it_with_optional [0.068898s] ... ok {4} openstack.tests.unit.compute.v2.test_service.TestService.test_make_it [0.068106s] ... ok {6} openstack.tests.unit.instance_ha.v1.test_host.TestHost.test_basic [0.067168s] ... ok {10} openstack.tests.unit.cloud.test_volume.TestVolume.test_attach_volume_wait_error [0.280001s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:46,072 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,077 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,080 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:46,084 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:46,099 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:46.011450+00:00", "project": {"domain": {"id": "378a7c254dc14d6091b815ddc52c0dac", "name": "800a17f02de54387859ffce794c2554e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "740b9e1d520e4a8ebfa1ab46267f53df"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "b4ebb5d6c9364bbe9f90d6cc91cd43e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0993b2b6a8bd41f0986ab041e2a2f9e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "888326264dc04d5a84ab01f7acf30222", "region_id": "RegionOne"}], "type": "identity", "id": "fc993b7123a7435192f1568ce26ed06f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9181b86e8cda460ab0a652898d1d57e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "89c19abd99c64e5ab780e85b8499cd07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "09c431db7aee488eb7946fb5be518518", "region_id": "RegionOne"}], "type": "compute", "id": "2037e92a52cd476789d82954e8d4ca54", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "28d15570163e4af1b29281b770b6dd8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c0f4bb651324438394512ba8c46cceb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e31c105180f94273be3e37a015b57764", "region_id": "RegionOne"}], "type": "image", "id": "65ae00ab689540f1a950cc07cdc90d00", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6f16ac619a2746e2b056dd48175b6917", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "25cae011a2f749eb91235459fc7dd543", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e942ed838e704084950335e2086c471a", "region_id": "RegionOne"}], "type": "load-balancer", "id": "89f6d60318b64545b89bb19c62a7cac2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ab2528351b4453c8007bcd72f48d854", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fad1210bfd90464eaaa4b1aea4e77404", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b318498aaeb41f9a75a73ddac516c9f", "region_id": "RegionOne"}], "type": "object-store", "id": "6b093db579484a0e81c2d2d05b03c662", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d2295c3bd47d4da9b1e04cab24890463", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "31602eec84e349b0917d50ce38be75a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ce57924aeeea4ffd80adbad00cbd000c", "region_id": "RegionOne"}], "type": "clustering", "id": "8d824015a3714d28967b18b711bf30af", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e96e4c50bfd0461da9c547fcde440631", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "230512e2b7cc4387ae2995c1ef0ed0b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "89f7545a976a4733a263ad25e46da4fd", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a8516589ff9f41f3b37eaabfc6e3bd85", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1f2c0d76675b4301aa871eb50aa06b2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "94052b3aa99348c9a6cae61c922c0eaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ce48ad1a5a45470689c3d73aa7f9ab36", "region_id": "RegionOne"}], "type": "cluster", "id": "4ef8992593a34163b51ccdce4d6098db", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6356bbdec03641a6a21498f5996180b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6a5a0ea44cdb47b19caa4b1dc880e502", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "76edca3730f84bd1b87bcd039d467236", "region_id": "RegionOne"}], "type": "data-processing", "id": "ebdaafca9abb43a68521a1695afcf9c8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bb8eb9e23baa4a4d94da2b02e46bbba5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3968aac5fc3d4d54a00e6c4f024f49c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "abfc5c2950fa49f0a721e34a98b7de60", "region_id": "RegionOne"}], "type": "baremetal", "id": "71974d6c4cb94f19a0a3b042b12aefe1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "015ad3bc5ddb44aca4b7136c1db17784", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "12e4c48091bc407ca119e312c303f060", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "03a4da5cadf6484b974c23989720c84a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "bb8a9510bfd649f487c4591412fc3d5b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6f5ff6d98d8f4a6d8c75915124b1a527", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0b28c42acbfa4f61be62dcaa73462b88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7d8170b3ed1b4a6e93171bd09e97fa4c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e70c2dd7e3444f1ba2a234cc8b859e58", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cca8ace1d54d48fca0733950178110c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5cbb8428b7984ecfbd4823b9c56a9f8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "130ebdf02d304bddaa8a897bfa44f073", "region_id": "RegionOne"}], "type": "key-manager", "id": "cacfa453c93643aaa41b9a5b500a729f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bfbb377e9019419ab190bab9a7248d7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6c874333ec164a199bdcbcdaa3d09c8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1f367c0b68d6461e952184db6d61ce36", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "4f3cecb6c7b847eda0ec09b270769198", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c3d1669678b3421eb8c04043bcbc2eb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "974ccf17f28640328d5f8ebd8deb577b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "572b174b864b426586cb459b6a5d0404", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ea106013ea2d4a288603119dbc47c8c0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4b83beb3559742bfb6af2af6fb0f24c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f0e90cfee24f466280ac74dbdccccbef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ff2a2477dee34e80a46fc7c5e7df0eb5", "region_id": "RegionOne"}], "type": "message", "id": "11706f1970c74bd1b4c1415a4933253c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "52dad0f98bfd40cab5d6318a065e4ac2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4d33409bac8b49f6b71380b2e5685ebc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cc70b6daa25845aa93462435badaf2ac", "region_id": "RegionOne"}], "type": "messaging", "id": "a7c04a0537d34e25af7e9297ee7857a4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a911a93ac49a4c4585958cb82154b6d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "caf15ac7acbc42919f68df249a60fac7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "869e5e123a69447493a8788e99f56a38", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b5b7f96f1e3a4177a019c9183e07decc", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e484916755e44abb91c6a7c03f381029", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "949999dcb78944f1840ed7a40f28ab4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a52cb60220b8455991c1d43e3b8be0ed", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "04876c41b7204b528e985011650eb59d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "547716cac5d8472b8a1244d554841ccb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "69fe0a02132f420793f1bfa5eef5115a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "14023f49047a49b6a66e1405922f41d8", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6da707e60b144f9b93ba0ec1a7d2e3e0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b0613a4da28540cca9a67a457fcd5138", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "49b6ea5e4968490fb4a7e29467cffd20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "22e4194d0adc442ea7d1500e70ffedd6", "region_id": "RegionOne"}], "type": "container-infra", "id": "52799b49d8de4c12a1d23c21c3dea9a3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "af461896c1374e88b26a5ce320647c17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "57f62c7a572942d6a67a1b9af5162170", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2538b751470a4bd2b0fa18f67f065c68", "region_id": "RegionOne"}], "type": "search", "id": "ccb244f0634d4d1f91fc54ded622637c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d5a17f59e6724dcd996964953cb16e15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a8d6030d745a40deadb06afcbe11a354", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6e28c9621ea94b8d953e9d96f2545490", "region_id": "RegionOne"}], "type": "dns", "id": "5614a811299847caa63708a9e5cbcce3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5dd377598b004a099d537bfe77249df6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "26461b7088c745efbfbc438970dd1096", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7adb8a7873324ef7a0e28733fc57380f", "region_id": "RegionOne"}], "type": "workflow", "id": "e0786c78d6b44643992cb775e76bf678", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e21d23e7f47b4abb8f070dd5594178ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2c1e9104aa744492bd82c0b5165161b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1737988e9f0f48bea9386c2f90a03f45", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ebda76b6953742f8905420c65412612d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5304c09e57a740bbad950c641b5bd9d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5be57290759b4272b31433aa05d267e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "34b098c2fdab4390be2c939bd1f5374d", "region_id": "RegionOne"}], "type": "rating", "id": "c5360e67d8984ec091d73c44a37146b3", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "35321cd836024a588f05baffb4c67e71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d21d0b9025db4f4f95de94dbdd3bc289", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b70cfa8cbd64408d844d9324fbe38517", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d67acf68e61644ad936c849b5145f51c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f7036b0aa7c04f7da5f41273001281db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "594973e116dd41d09d3a7928278e29e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "41c2c2a3e80e4bc0bafba3275e5e4e53", "region_id": "RegionOne"}], "type": "policy", "id": "bbd86e8aeff3498794528c92eaf8b8fa", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "005dce6249ca4463afcf82c0ca84f92f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "81cf37fee6014791829c8e9aee419fa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d14d186b3d96408d9fa818a63e0da58a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d2393e2d50b543d8afc832007a46d553", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "778844da6b6a4f43bad8d044b1c106a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "027e586693994d11afad0f898d3c68af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b2ee56a86fb843bcb7b500eac0525d9c", "region_id": "RegionOne"}], "type": "sharev2", "id": "db4c817c844f474c90f60b28ba42f82f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "df0d41b917f84620aaca3a3813decc9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cf124fb2ac4f4d42a5a9619ab232dedc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b04aa7707a62472a8b15e8e17f14c643", "region_id": "RegionOne"}], "type": "share", "id": "0ba19c810fd34bc3813c91d4d6ea2818", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4681772ce6584d15b018a6dfeb082b1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "78e5b491f6fd4987ba3f09188cde2003", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "17c607fe910b477fad75b9b4dcddb0b2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "2a9663264d64446fa85f2c7ddb19c9fe", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "78db107b802040bc8e69a731b42c2956", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7cca75012763461aa7d46b174c2722e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "958a43e014024c46bceb70c18618af2a", "region_id": "RegionOne"}], "type": "orchestration", "id": "720c56c28ce34b9a954b992b3e01284c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a5b2ec8e47e4142a18e147217a52e02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "834d8678d0ae430c827527ef45417a90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7cb7e2498060439c94924788bc88bda1", "region_id": "RegionOne"}], "type": "block-storage", "id": "1d55ea9645e3412aa94629f162664207", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19694b0a4b374914966bc9b185290644", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26e74b4a3999413aa2d514070766f686", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5cfb6b129c564cc2afc17e9e21d83ead", "region_id": "RegionOne"}], "type": "volumev3", "id": "9474269657374f2f828cef2072c45ac3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2785936e2e934c30a406ff281e074982", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3207530be90d40ec9fb8544815617213", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f769efff7324862bd3f8e6afdc620ab", "region_id": "RegionOne"}], "type": "volumev2", "id": "39f254c451c24f929d65dac9eae61c14", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae77ea71e68b45d7a6d839e916376f00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1f67fe6c4e04a83bdc6690f4f229a12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d47d5f8ae0d34b20a54b2080370e5041", "region_id": "RegionOne"}], "type": "volume", "id": "dae356ffcb1742928b183dacde93337e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1647f41b36e4d2a9533b377a6b67895", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ada13af7200e4b818259d4ea57f93e44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50c362d6f03246bf8ef40db8ca690e55", "region_id": "RegionOne"}], "type": "block-store", "id": "5504040c32dc409d81521116afb44f7a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6e6a9cd43b364a238753811676deb8e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "74de0fe416724ef786079f77aa5d3c61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "62cd6f364d594bdea20e1d43065885ab", "region_id": "RegionOne"}], "type": "alarm", "id": "a9d0388446d54e418e9fa3291e66a05d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c2e89a16a1dd4e8bae088e9bafcce483", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a844facd283940f494884f96d46212f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f422d9d6ef9f4b30ae6a1d6301fa3dd9", "region_id": "RegionOne"}], "type": "alarming", "id": "68239842444c43cb99d6004449dde33d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2a4619b919cc4fd5997447706a7868b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "612decb126af4d7ab9c9aab93cad72b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e28fa2640eea491b9944c5ff9de055b6", "region_id": "RegionOne"}], "type": "meter", "id": "7682660fe2914cdb95126bc69c5d73cc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2a54f0b087b04381a8fc7d5f18f38020", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "241448e7f4a74997a7fda7bd209499f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c0a891533058498880ba9e75f45a2cac", "region_id": "RegionOne"}], "type": "metering", "id": "51ef9b68f427490fb45293eccf736c46", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "039bca67bfae4e4d98865ed3128b6586", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9373f0d1cd6f4567b6d94d284de0fddc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4c15408f086744b49cd441808220509d", "region_id": "RegionOne"}], "type": "telemetry", "id": "e358a684a3cf4fc584fbd22cbf0ce256", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b194bb01f4f44da9a5d6389642f35cf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "51b2920ed7224ba2a23ee8f1a59402ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9ade6d1566634085a5feb72256d8a1f0", "region_id": "RegionOne"}], "type": "event", "id": "818c5ca6756f41b8af6acb2e0ad529e0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "02fbb9bb97f6439db6a1aa6b969d3bc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9732b0ea8b2d4dc484b612d9908fb525", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "337aac4c767142d9badde2bc929adc7c", "region_id": "RegionOne"}], "type": "events", "id": "46044e3b3b6e4682895bfd8b92d60f38", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1ff12bf6cd794d28b46532a3048a47c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "06db4494dad94852880e338c72a0f125", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "cd6b7ec531ad45009fea68f02fcf9158", "region_id": "RegionOne"}], "type": "application-deployment", "id": "7fa1a83ad9f54ff69af34dd863280fab", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b0035be46a75457a8d9eaa539248bb2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "250a9435c67045bc8cf6bcc490365d98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "47a61228000c4049ad8ab36da6ce5da3", "region_id": "RegionOne"}], "type": "application_deployment", "id": "058cd312a0d84e3d99e27865ef0e3d60", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "086f8faae3294218a3d388d6d74d7f4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "99edf73032a44a768bccdfcc9496ab57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e9cca37fac0c47a5b2276f0029069738", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5f60b154f6fe4b10b878ed95e6c968b8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "42c8a230197d4d8c86f57092ebfbcbad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7474c2b48cba43618a765fe8dd4dfedc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "76168820e0074a10b56f6b7a2485dc43", "region_id": "RegionOne"}], "type": "tricircle", "id": "c10e3d6b568340528ea347a777d57d7a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2c8c84e80d744e308ca01a76cf6b9783", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "81dcf5c039ac4a3294d8e678e0ec7f59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7e7e4d8138c2492488619dbb5aeb2927", "region_id": "RegionOne"}], "type": "database", "id": "a7bc8211ffad43f897c38fc1058346ae", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d15a6eafbd6449a59a0167e97155bd86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7785936c1c184a8ba8bcc97996da059d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3201d475744b4560a4e71b351513dcfa", "region_id": "RegionOne"}], "type": "application-container", "id": "ab0f3b6f7ee04b7db45d541f17629184", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3a3ef2b929ad4d7b8533ba224eb7c0b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5761e8d84cb84e5995fdc1a8fae62d4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cdf5ccc12944468684876c2ed7f9bad3", "region_id": "RegionOne"}], "type": "container", "id": "47fd6667f21f46a89c1282f80c8f037e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "da23eac38a4e4ed0ba708415198d5033", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4dece54659654e8f859b1ebe5ec31831", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3d221ee3859b4c319962466796671a49", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2a16f18e74c4442b871d33d8bdee61dd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "36e25b15e7b14eaa9ac2ac20cc13845f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e9054e3c83e74e048642c76da58ea335", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a0513e8d694d41cb9a739710a526c20e", "region_id": "RegionOne"}], "type": "rca", "id": "b3798537cbd6433fa9ae96cdc8f1a119", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "dcb45ba57e524cb2a44314cf9c1cc4b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "157e88a0e29c4c6a8212c8788fbee9a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ed383ddd190643df80eed5358c7db72f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5a4e8062ef074e66837f078f1b25d07e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7e8de27aae874d1f96f3d8e4874f4c98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "14322f464a484557af8ba320b7d1ca3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "94d9d95c398b484dabd1953248e99c75", "region_id": "RegionOne"}], "type": "network", "id": "2b5ff2c4f7d9415da373c5ebaa9040b1", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "393493c0aeac455c857f7c74f9a4bc9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9eb4531132164e94a48a05e554bd9e40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "33b60e4d9a804540a7ebe62e6675fab8", "region_id": "RegionOne"}], "type": "backup", "id": "085b39327bc14f5abcf922aae5831762", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3275c16cca2643d2b6718e473d49b85b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "61ca0086b31f451e9b495839a1be33f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6a4e2a68677a4e11ae7cbbedc23d98b8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "954cbf8d9949422ba4bf04b909980cf8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ef13590d57c14339b465f622934b950a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d06bf9fef52e403b855afdf618956bdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b4e7f82c91ad4da1b2b7f6c1433d1773", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "24aee4ac3638405e82bf55dfaf2a9bcf", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d5e3e333139845729b31fe539f558c25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d25ee0647d4a48d183c0c893b0f1fd52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "30d62a69e5744feda06942efc21f0b48", "region_id": "RegionOne"}], "type": "monitoring", "id": "d904265352dd4afab57b7b417dd54009", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d7173a7a5d464a01a1a410d582e6b083", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "25bf0ca8d8ab41a597c4027e1b18320c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5c47980ab64944f386ad0236aba694d1", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "66114f2832e747e6be85760382df59d2", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c5d3170daa214fd1a30b78732f95b2f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "73edec0b3c644c5c865dbee9eacee363", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "497d2c6b39d9486f991317d37c6adab8", "region_id": "RegionOne"}], "type": "placement", "id": "340f25486bdf4395b3f822605fca8d8b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b57be58189664483a506a8ae36b45910", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8de3fe100e814016ae5e119a7f0f2ea6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f69ae64928e643819f7dfb49dbdff4e5", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d6e222b0999b44d082184d9a55018378", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "93d39ef164f441a3ba65ce4b5a3e46ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3b59f74c1de44d74803d485b23c265a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3ec819fc1bf84470a980e9b4fa88f923", "region_id": "RegionOne"}], "type": "ha", "id": "f5967fc1d106447898145a51dd49f6c8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "28945b6c2aa643fc9e3dd7f070c158d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a0d36c2d8c424c399b9dfc87a865bf48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d0b38aaf246c4fa08e42322d30389fdc", "region_id": "RegionOne"}], "type": "reservation", "id": "1a04578638c8471aa678e54e773bac1d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "acc397b701584f0a91c64333248b6a10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "742e50b60ab84f09895c4f14a4f15545", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "84c56af2829c431289fa3e4ba4fff198", "region_id": "RegionOne"}], "type": "function-engine", "id": "655364f8e4d7467b8ac4ec4720f111af", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "775c43202afd40e0bb6853fb1986f589", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b708fa4be59c4dfc80e98eded84c9a29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "64acfed4b359405b9132e228a75d25d3", "region_id": "RegionOne"}], "type": "accelerator", "id": "cdf66d23d0fc449cacbfdc3ced33ee84", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0ff9a17798e743fbb0e3e452408d6222", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c8c1c97862b546d98cf73711edb0e060", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "24c72fc117474091af59b0e84fe68390", "region_id": "RegionOne"}], "type": "admin-logic", "id": "577cf53aaede4afa8dd4c076a8219380", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "29cadf5c87404ede8c19ed207eb45ba8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4c262df0a97a4ec0987a5cb14de033fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5381b28ee5a64e7badabb19f37049191", "region_id": "RegionOne"}], "type": "registration", "id": "02abf1fcfe4a4ce4943bea6acd1b5368", "name": "adjutant"}], "user": {"domain": {"id": "cf14d8b5af7444e8af1b8ef58ab8dc01", "name": "7120141bfd88482a96b0d1b854bbddfd"}, "id": "9d99d1badca04116847684e33afc5312", "name": "bbf275ee38ab4af481a3f0165b62534d"}, "audit_ids": ["fa36070e14e24c9da89abc135df77a67", null], "issued_at": "2019-09-19T09:04:46.011450"}} 2019-09-19 09:06:46,211 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/server001/os-volume_attachments -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"volumeAttachment": {"volumeId": "volume001"}}' 2019-09-19 09:06:46,217 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,220 keystoneauth.session RESP BODY: {"volumeAttachment": {"device": "device001", "server_id": "server001", "volumeId": "volume001", "id": "attachmentId"}} 2019-09-19 09:06:46,249 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,252 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,254 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:46,279 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:46,283 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,285 keystoneauth.session RESP BODY: {"volumes": [{"status": "error", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume001", "metadata": {}}]} {10} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_del_nodes [0.066606s] ... ok {10} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_instantiate [0.102644s] ... ok {10} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_build_info_get [0.091176s] ... ok {17} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_servers_not_detailed [0.046222s] ... ok {17} openstack.tests.unit.compute.v2.test_server.TestServer.test_create_image_header [0.048242s] ... ok {17} openstack.tests.unit.compute.v2.test_server.TestServer.test_evacuate [0.071485s] ... ok {17} openstack.tests.unit.compute.v2.test_server.TestServer.test_live_migrate_30 [0.076085s] ... ok {21} openstack.tests.unit.compute.v2.test_availability_zone.TestAvailabilityZone.test_basic [0.060688s] ... ok {21} openstack.tests.unit.compute.v2.test_keypair.TestKeypair.test_basic [0.063495s] ... ok {21} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_flavor_find [0.062690s] ... ok {21} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_keypair_delete [0.061194s] ... ok {21} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_group_find [0.039145s] ... ok {21} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_rescue_with_options [0.049631s] ... ok {23} openstack.tests.unit.identity.v2.test_extension.TestExtension.test_make_it [0.068401s] ... ok {11} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_create_attrs [0.050493s] ... ok {11} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_resize [0.068933s] ... ok {11} openstack.tests.unit.compute.v2.test_server.TestServer.test_create_image_microver [0.074793s] ... ok {16} openstack.tests.unit.cloud.test_update_server.TestUpdateServer.test_update_server_with_update_exception [0.313357s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,949 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,955 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,958 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,963 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,976 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.884227+00:00", "project": {"domain": {"id": "655cfae5c609409e9d89a400c22ccb32", "name": "06a8396b741d4f4aaae1346cf1507380"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "2128c47321144f76ba56e7cfe299bd22"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1c25e0e42a6b49139c5399dc3ac3065f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e8d88ae4797a4f37a7570ddfbe493834", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1c66a2728cb24f7181125bafe1fe712d", "region_id": "RegionOne"}], "type": "identity", "id": "a037b4a662b4495c8cbbec7db617a0a9", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "dec9cea8f30941cb9c2649cd12b834ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0c923af0ef78454f9554a36449e0671e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "cf9a9095af3f4f5890d475ba850812dc", "region_id": "RegionOne"}], "type": "compute", "id": "0c9facc7e4ce4e8ca7b22df06a400b17", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e99aac73774045a09b9ae901f0d5b4eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1a6851de47c74386bf723f79ea2f1cf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a1f4ff5b749d4660bfe452d557c30db7", "region_id": "RegionOne"}], "type": "image", "id": "dd9017d934a843dab11c8ba2273eeb34", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "21f5ff45b15d4e6da3faf05d983de9dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "95c84ba5b3754a54b72394c8909f323c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "cccb14d76ecb413bb76dea576474018b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c4ccf82b3eac47718ba7e7a7f532ce1f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f03f819c24a24ef5999414805a09ef86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6df6f9085f494ad790b4b7988bb9d35c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35a4c6925ffa4c53a011e043317dd9ce", "region_id": "RegionOne"}], "type": "object-store", "id": "adafbb4251574f2eb2dd03f2506db284", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "26b8730d6d264eb4b15f0c82030e5d23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6774e69dd43f43eda4ef75338ba28919", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c50a57b8012048dabfdc8532603ed438", "region_id": "RegionOne"}], "type": "clustering", "id": "0716508c585246dfa7519b67e394fda1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bdaf0dd4214845fa8d424ce5fee0ca27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "629c92aeb7014d14ac041da0b12d9fda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2ba974b783b945e08edc1ef85ffddee4", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9b41ea91f11f4cc4b48c99a1f91e1bf1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "de65f701138b4457ac9fe34ceaa6d50e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ce0228dfbce146258e60138b1aed80bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dfe76c3368eb46e5bb235fa5aa2f3f85", "region_id": "RegionOne"}], "type": "cluster", "id": "96065c1c2f46435f93c6ae52801a6372", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b2f33318da094293892d8018ec379e8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "520eb16b2faa4d0aab8146ad63437e80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "39d320bda8ad435486bd378f2920d110", "region_id": "RegionOne"}], "type": "data-processing", "id": "f9997007b7fb4bc4855296162fef95de", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8fc66672bb294d12b3c973d4f2693b94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "404c11e6e2514daf8e22e19d1ed5bdfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c844307efd1c4633b3f152007ac25422", "region_id": "RegionOne"}], "type": "baremetal", "id": "23cab0f1dd544a66826f8103442ea084", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dd9a7224f16f4c6da25ff753abc2c0fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "73a08295c2a04683986b990310047396", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d9342122e4b2464386c7cb3b33c2806a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "52a891dd0d8448c2b940cddbb12c6d8a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7536e5a4665244dca640a856bdaf6a4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d7d049be8ca24631aea9c44bdbc14edf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e923b36520e64779ade99d81379614ea", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b477b79cd3ec4034936fd087b087691b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "66112f4e547947dcaa92882cd7c7722b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "32ae604e07fb4171a653f228a89b477c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b9844d3f89514efd8eb4f90b6e424a84", "region_id": "RegionOne"}], "type": "key-manager", "id": "114da35fa0a943d1926590951f819dfb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4443ad051e1640b1acdd0049280b541d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "01d8ec58d5684d9cac05cb0351f3cbbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0ac86dd534a24012abdd514df44de02f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c309b90a555e41dda140108dc9997c10", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9cc76ed449ec4a5dbd3e22b888c98aeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1b43f9e7b46046fd966339db25ea1a6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5a6327ef71e54e988de88af1c90400c7", "region_id": "RegionOne"}], "type": "infra-optim", "id": "64e08a1daf2d4ff68fd7146f20efcd8a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "86ba0e924ccf488882ed5b5056b80280", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c1b581c5438d4ce4a0f4280b440ce65f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b18e7573510e44f99b78d108dc15a0eb", "region_id": "RegionOne"}], "type": "message", "id": "699d0fbd82e24fccb5ba6e489c405a51", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4f8d769a540b4a859a790ee7ad9dfe47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "36a412435ec04779b6970b9e6600a83f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c34420174fae4f77b0b61bd84b6ca899", "region_id": "RegionOne"}], "type": "messaging", "id": "b7664720a0af4581909c53d05804f1bc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c5c8e3795c49413ebe56539f12d9573d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c133f67467514dc09a1291f12ae4a32b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "244052fc6b894234a74881457fe4b6db", "region_id": "RegionOne"}], "type": "application-catalog", "id": "b8251eaa782d42e2929897733ba7e478", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "062088cfc8954b72a344a7647fa39dec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "27bde02babdc46d5bb0c547ff83ff869", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a756b0c6fa8447ada81535afe02a2898", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ac1d0f16fa1847b2b05840bb0c149da9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9704762c315a4c67bcd072fabdabf5c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f7bfe6bffbd4455799868514183dd494", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "542787ad01764ff5b98bfdc83b041f6a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c009edad74ae45358d53685f7c12cfd1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "184f35e09bae4685b8bba5a0442af8e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e77be0957dcd42d299d08409a609a59b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8ab9e2373f0a4e24b9d82cf1ad555a1e", "region_id": "RegionOne"}], "type": "container-infra", "id": "41ee4c82527e4471b69ffb39eae4f6f5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "da9e29ee44304cd899871ea435a44fdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "40c1698d09d64808b8585e9ed6d52064", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "98c3d03b37d143ccbb12dd8e856eaef0", "region_id": "RegionOne"}], "type": "search", "id": "a0ddf031a6d54bf08c2d089b036d6b2e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e7138d31f7b24ce9aa760a75917fca1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c865fbfef738473f8f73360064a7a1a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7464eb7929734f8d8434836d76f71825", "region_id": "RegionOne"}], "type": "dns", "id": "e94be10b180448b1b524940f56cb0770", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7f864d1d375c4663bf62fe09a5a60a74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "533118f7cee948d0a53093ba745174f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7bbac7b967af487ab81253cac69cc6be", "region_id": "RegionOne"}], "type": "workflow", "id": "abd060fafe0b4d83b65007b517837c33", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9e886c72544c46c883a55a216296c1dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d64bf5cc82e64207abafd735e21a2bef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e3dc12f038ef4ec2ad8123b5e27b7bf1", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5fdaebc639294b83bf76cc9ec75ddd6f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "74ffec9ec91642f19eab1427887dd605", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "cb046d8ff5784cbc81490758f04f54fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ec78d45839794e6f8c625f4e64ba8d58", "region_id": "RegionOne"}], "type": "rating", "id": "70bbbef465f5482aa8145e0415a943ce", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ae220bc2b3034aeaa304820f6e92b140", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "37871e21f0794ee0833594af138f3c27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "32f967cedac84360abb0c544014aa8f8", "region_id": "RegionOne"}], "type": "operator-policy", "id": "011e6d968808413d8c4c9d942ee87cd7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4e6323c9a89d4c33a1f734b99d9b38a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c9bd50d4929a4e72948cb816e697443e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d0c40acd724b4c03ae447b2cf7a41d77", "region_id": "RegionOne"}], "type": "policy", "id": "9eba6bffed564409813d973b81053ae4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "34f57a0b9058424aa7876640cc4c71d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4e266d56139f4fd3bf360521c753e140", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "eb5e20d145914ba7b1db6f1d951dda3a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "03a28a43b0ec415691bba05e7f5861d5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fca9bb7971af439192fd1951f61ce774", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "410260aa83304e8685c3be0fd780aecb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b3dd17be7cd24652a9bd18e60d2f9332", "region_id": "RegionOne"}], "type": "sharev2", "id": "2bf11a1fe8764f279d326108c1050afa", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "451eca6c44664e11964c1463550848ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cf0f02e556934570a35e2bb9014a7da5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fd0c5979d5a94d44bcb7d7ab48b31922", "region_id": "RegionOne"}], "type": "share", "id": "f923a5caf31246d6a252e04136e9cb70", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "53914f421eb143ca9d8db9cfe56c673f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "35db656135874e5985bae6e8579ef69d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "340cfcdb808741a1be55ca7dfaac2471", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f5ecd6c2170f4cb7b518e0620c17348f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91d68e4163f24b658af1d833a44fae41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b4d44caac5a4c2ab3e602bc9a53e8af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c12f8e4a255420486ae0af4783f83c4", "region_id": "RegionOne"}], "type": "orchestration", "id": "fea6f16aefad4286b79045f3a4443caa", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6b838d48830451e8871acd3ed04955c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44488e0b8d7742b895264b117942b101", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5f21e20d83d4190bee405536cd046a8", "region_id": "RegionOne"}], "type": "block-storage", "id": "95b66bdf55f146a8a8e4e9dcec3a8255", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90e22782b99e4f0198a71bfc66e208af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87ef6e6b69844782a96b83e679559a68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c5c8ee4e86949f38ad73e334a3abc35", "region_id": "RegionOne"}], "type": "volumev3", "id": "0fce9961d5464a5e9a045d790704b9e0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f94c6cfaf74740509111fcd6950260c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f7a1a5bd4f54ac6a91c228f440daef1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5323a2196cb64cccac82c49e6f950db5", "region_id": "RegionOne"}], "type": "volumev2", "id": "b8c9a341cf634985bebf7712290bac8f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51511cc71ee64c3c91ae1d1364343c36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8789c81ebf541e59b80d53cdbe0d8d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc964ed576764e9e9796dc419934142d", "region_id": "RegionOne"}], "type": "volume", "id": "55d79904512943529ddef445e24ac728", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "564b9775c6914b3f83bd64e06d1afc5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36270b6c05034d2686d28756371de296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d1960f5776c49248d38231294935ed7", "region_id": "RegionOne"}], "type": "block-store", "id": "95559c4e968b40e29dd6ac4bad22ea76", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "eb0fe7e9f75549c88315841f8084a2d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "82fcd64557d74e6083e509103ee80789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2de8b752d3524c4fbbdfa378a29d1cb8", "region_id": "RegionOne"}], "type": "alarm", "id": "ecddbc824e2d4c70a1e3d4c21e720131", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fcc43aa13ce34d41ad1b229a5ce61d0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d6c484ccd58240da90960880ef8b249d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9fffa2d2ce1843328c616faa6a41c232", "region_id": "RegionOne"}], "type": "alarming", "id": "0e4f3f6313cd422cadace5a6a4437211", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "00085dedb65e472d9d5a63df5c041ee2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6d5cfb2bfcd04a3f94a494b6643881d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7dc5707ce78343e490a34bd990a318dd", "region_id": "RegionOne"}], "type": "meter", "id": "2a29090ceee44d9c924d4f18ddc74315", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ba9448bd4d5049979e6857e4e7554dfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "862d06fb59d84e68b6107e0f25fb9c22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fbdf32d11b1b4750af07e609d7e268e8", "region_id": "RegionOne"}], "type": "metering", "id": "516f77bbbd4b41f7ace549f15d96b2f0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "593f1d903c2f45a6b518d1bfd70f6bf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "af3ddf88b5eb407d807bdf3a50691812", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1981972079134fe3b613dff3db8499e4", "region_id": "RegionOne"}], "type": "telemetry", "id": "1af36e7279ef4460be2a4143f2552bc8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6748e580bffb4758a3b842a4cc2ee9a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b54a51946a3d4f7b8c87a2759196159c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a14d53d4c92d4bbdbdd3803a345ea04f", "region_id": "RegionOne"}], "type": "event", "id": "dab15b0615fd411c9402de7776b2e38d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7dfc92b656ab40508017cc85bf5e6ef4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "402c77b21dbc41d1b23ffbec66f64d94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1b628e4c9cda4a3fa48f11a105aa6b26", "region_id": "RegionOne"}], "type": "events", "id": "b67f3dd36602466895bfb241a7e4609d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f6e0bf32c6ea412f9c8a3371a406dc82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "053978e8cb294235b5a2b95b90db58b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "42b94afcbcd34c5294519efd5b64e690", "region_id": "RegionOne"}], "type": "application-deployment", "id": "50c32e5890404cf890567cef40caca77", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9c6ee5baea7b4cc18f96fcc627d37638", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "964b0a20afad411380d8b26d42095c98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d49ea7a01e0940ada1f36f06ad5fb275", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d0a303f650424334b4e7d9cb97d39531", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5b4cf94d899e4c88aceae6b29ca9aec8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b2093407235849958bdf21eb64e38d3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "991f3ff024b143d9bf70ace57b46f568", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "63065c9bbf5f45e0abb0de32dd38fd6a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "22cc2e4bb99d4bb58f064b71ebc9c77b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e09646a292004ae7a96ac74b61bd3057", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "27e0a7bfbf534f708735546c5752df32", "region_id": "RegionOne"}], "type": "tricircle", "id": "7455f7fb453f456b9937807aee266404", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "6133bbbc1db045cca8a5dc52b03f61fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b44d60da146443adafc5f29ade9391fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "52a93ba1cf894379bf9aeb1f79444748", "region_id": "RegionOne"}], "type": "database", "id": "688ebb1f458a434f8bac338915efbcb9", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9479c9e2d62a41cc951d3ee3e3037b46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ad5f6ed9f7cf44c3b3353f098ace9a96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "144bb8a2e0e5441f9a0994b84cadf774", "region_id": "RegionOne"}], "type": "application-container", "id": "d1fd2156a6814dc9a3270a99bca6e954", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "544cec370be34567a3f18e9f66850acf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2a6259a414c84aa38e4669e6fe0d27c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a8a69f20660448e2a8505b32cbfbf53b", "region_id": "RegionOne"}], "type": "container", "id": "2c72a5456207417d9b396b79a454c42a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2ce7f14c06574372a0dd6692459654ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d2620ab87fc040aa9a31eb6c86a09ceb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "07dfaa0b9cb64adf9e56d1cfd8eede53", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b93e383485424afd878d9550db1ba4c2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fdd06ae9677947be97a7f96c0100fa34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ef0fd018099940fba93d6bfe4f2e41b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f5a420f980c84b02b6788a5fb8786938", "region_id": "RegionOne"}], "type": "rca", "id": "21258f2b3c4a4dddbc257c096383049b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2a6a95b4f8884139b6763af383304037", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5d8175e7abe1483bb5beec4b891e3506", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "0aa376d92a954a05ad72f9699dd54835", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2af0fdf482e04bdd83111aa7953a197a", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4ee91c172edd44f485de95be26b7906e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "aa8bf4e8053c4080821b58d40d123152", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f7eca36b08fe4460b0f2f857a596a0b4", "region_id": "RegionOne"}], "type": "network", "id": "34c0eaa612c24fe998ac39aaec09f2cb", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7ef9c3895aa7460291fcd81bd9b56036", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "642507bd13db4a85934006c4bf490036", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c2f338d951e64b6f86aea256d279e42a", "region_id": "RegionOne"}], "type": "backup", "id": "29a96894cacc4b1f8f5ef6e342c42b27", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ca13d1a73f7b44e69ec8608e699ba80a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "01d4ed49f3e647009058d17f4077ada6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "922492370ec64dcf9cd3aed55e79d194", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "49b2c36a9dc74f9d94b2bfb5c26cf755", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d6eb83654b9e4db09e33f6393c2bb9a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7e90ec88eb334d0f835991d0a667b099", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3f3ceb8316e846d0b3d06132442f87a5", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "376423e8f5014f739aa961b399de4471", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a0750b18cb5849a095a27c15baeadb0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cce357247d9241a9b09d6efd90433020", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a51d8f4bf8bf489db76c4df73392aa96", "region_id": "RegionOne"}], "type": "monitoring", "id": "26a43e473a8b4e17bb889fd1c9a40bd0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0c46c1258420463191f53d976ccc52e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c9f47c38df8447e9b8ab38b1a1a77aab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8bdb7612e92c41fe80e5e0ca2af6cba9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "fc0c258ea22f449889e5449df1ec8887", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "bccc986e2c59427a9a58e5c19ec8d8fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5cf20710ee97410fb12bfa84d7c77237", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "97bace1c4a2b491e8eab7db581a5c514", "region_id": "RegionOne"}], "type": "placement", "id": "5e141c58dec74a43a4bb4e0fb05839b0", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ec292b81ecb84797b754f90dda3cf859", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1f77c7dca22042659daf7340ea94de79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "047e7f57aa1d49d593aea96d8ec99b10", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b56ca4dcd00e40c083bfd979517be1a5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9ff005239b224f2991c421f4b8d1c71b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4d4f05a56d66467c88a738f00cf1985a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0e0821d1c0e24fc4a424c4433661273e", "region_id": "RegionOne"}], "type": "ha", "id": "8f6ea9c1d80f4124a40deac5901c2c0d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4fd595ab58654b6ba2b9ef6a07a4b8c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ff0cdb23ced44669bb2f7eb0bcd404f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5a7f5f603a3c4fd1837b6c97d51423f9", "region_id": "RegionOne"}], "type": "reservation", "id": "d8ac9baf08e54e11b8e53938cc8279b4", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f69dc679e02d4e90b895f41d79dd5af5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d9ee730c4d734553a9f36b9966265b98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b7792fc73e7d4f9eabefdc70e3d46329", "region_id": "RegionOne"}], "type": "function-engine", "id": "0db118c794144c22a9d4aacac1682bae", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ec23c5e0618544f8a31811b532083bb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e858313f9b7348cf87e14b376240d91b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1021c017fc0441bb9fa51636aa68451a", "region_id": "RegionOne"}], "type": "accelerator", "id": "ed364a93fdeb44808b544735fc4249b3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7b131bd5e0554b6ba417d86cf4f26d24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7761fe4c4359415a93c26fd1ba7cb970", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "795729716d5d47939a4c83178f826263", "region_id": "RegionOne"}], "type": "admin-logic", "id": "63ceb80b2eb24c368aa0c2d4392d9e96", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "76dd21cc0e8d4c6bbbc1d6eda7ded144", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b19e566a62af480f9300a4c2a93c91e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a8e537c7f15c4138b44df74ca29e9121", "region_id": "RegionOne"}], "type": "registration", "id": "8d826313c15b4080845cf42edd66620a", "name": "adjutant"}], "user": {"domain": {"id": "ca203e663f27494ab5db485242dd9aba", "name": "e557d27c74ba4ff88e8772d3852642cb"}, "id": "5c80d1a3e4c0420ea3e409a186b170dd", "name": "69cb6280654949f4922915dd1c4ba6d9"}, "audit_ids": ["8ea9e57c5eeb4a5ea835a5fc8a7f0eb1", null], "issued_at": "2019-09-19T09:04:45.884227"}} 2019-09-19 09:06:46,091 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,097 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,101 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:46,125 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:46,132 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,136 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "c9bd410c-87bd-49f1-b765-df27cf443f96", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:46,181 keystoneauth.session REQ: curl -g -i -X PUT https://compute.example.com/v2.1/servers/c9bd410c-87bd-49f1-b765-df27cf443f96 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "name2-3"}}' 2019-09-19 09:06:46,188 keystoneauth.session RESP: [400] content-type: application/json {16} openstack.tests.unit.clustering.v1.test_build_info.TestBuildInfo.test_basic [0.064202s] ... ok {16} openstack.tests.unit.compute.v2.test_aggregate.TestAggregate.test_basic [0.064300s] ... ok {16} openstack.tests.unit.compute.v2.test_aggregate.TestAggregate.test_remove_host [0.068237s] ... ok {16} openstack.tests.unit.compute.v2.test_hypervisor.TestHypervisor.test_make_it [0.067954s] ... ok {9} openstack.tests.unit.config.test_config.TestConfig.test_get_all_clouds [0.228523s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:535: UserWarning: Couldn't find the vendor profile '_test_non_existant_cloud', for the cloud '_test_cloud_no_vendor' name)) openstack/config/loader.py:594: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: region1-network and routes_externally: True key=key, name=cloud[key], external=external)) openstack/config/loader.py:594: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: my-network and routes_externally: True key=key, name=cloud[key], external=external)) {26} openstack.tests.unit.compute.v2.test_server.TestServer.test_shelve [0.075001s] ... ok {26} openstack.tests.unit.compute.v2.test_server_ip.TestServerIP.test_list [0.067815s] ... ok {26} openstack.tests.unit.config.test_config.TestConfig.test_remote_profile [0.112244s] ... ok {14} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_keypair_find [0.066539s] ... ok {14} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_evacuate_with_options [0.071871s] ... ok {14} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_group_create [0.059949s] ... ok {24} openstack.tests.unit.message.v2.test_claim.TestClaim.test_delete [0.069080s] ... ok {24} openstack.tests.unit.network.v2.test_network.TestNetwork.test_make_it [0.069757s] ... ok {5} openstack.tests.unit.image.v2.test_image.TestImage.test_add_tag [0.068957s] ... ok {5} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_server_create_attrs [0.067236s] ... ok {5} openstack.tests.unit.load_balancer.test_amphora.TestAmphora.test_make_it [0.071407s] ... ok {5} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_listeners [0.066853s] ... ok {19} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_check_stack_with_stack_ID(identity) [0.064652s] ... ok {28} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_scale_out [0.073626s] ... ok {11} openstack.tests.unit.compute.v2.test_server.TestServer.test_force_delete [0.071277s] ... ok {28} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_cluster_force_delete [0.071021s] ... ok {1} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_flavor_profile_create [0.066795s] ... ok {1} openstack.tests.unit.message.v2.test_claim.TestClaim.test_create_non_204_resp [0.067329s] ... ok {16} openstack.tests.unit.compute.v2.test_limits.TestRateLimit.test_basic [0.065677s] ... ok {22} openstack.tests.unit.compute.v2.test_server.TestServer.test_add_fixed_ip [0.077723s] ... ok {21} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_update [0.047740s] ... ok {1} openstack.tests.unit.message.v2.test_subscription.TestSubscription.test_basic [0.064170s] ... ok {12} openstack.tests.unit.config.test_environ.TestEnviron.test_environ_prefix [0.211684s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:535: UserWarning: Couldn't find the vendor profile '_test_non_existant_cloud', for the cloud '_test_cloud_no_vendor' name)) {24} openstack.tests.unit.network.v2.test_network_ip_availability.TestNetworkIPAvailability.test_basic [0.066271s] ... ok {14} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_resume [0.064892s] ... ok {20} openstack.tests.unit.cloud.test_volume_access.TestVolumeAccess.test_add_volume_type_access_missing [0.223441s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:46,094 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,100 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,104 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:46,109 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:46,122 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:46.027189+00:00", "project": {"domain": {"id": "dcf03c0d2fba49f3bd361a78956d5d5e", "name": "b311e2263cc840f68145b1d64354c13b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "eb28c9cfa30b48209af202649be11d57"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "28a38a2b490d45058a7910a3e217f6d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7a9dbc68d2cd49e69e72213627da16ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0e04bc4958e342b2b29b0e398321833f", "region_id": "RegionOne"}], "type": "identity", "id": "f0b3dfb30d64422cb34a57cb5fef27a2", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d9c7e2c0d1b843fa84ef0fb4980e1b4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c8c4e803cc57447caff0a4fe05b20736", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6df73e6048ef4d77ade72b2697a984c6", "region_id": "RegionOne"}], "type": "compute", "id": "63fce71a5b4e456e97d0cf2cb3a473e5", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a950f1a4c8304ee28d578e01cbfd568e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "6f7771f097f9417ea46a1620e05b5cfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d2118552481745fa8acaadd6305fc304", "region_id": "RegionOne"}], "type": "image", "id": "1954cc84de66418a9453d5b9ad0a8538", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ec8b3326547a48b2bc3cafc05bb79958", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0ab1c452a9a8417fb2b9a13b7ce268dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1e407b6957fc46da8ec5855443732273", "region_id": "RegionOne"}], "type": "load-balancer", "id": "72a3201a13334e7aa46ee5bdcccf114b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c95fcf9be76498fa815709526ab9085", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "458de8016f644566a730b4ef459ebe97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8236cb37380f48ce9686fc3200e6232c", "region_id": "RegionOne"}], "type": "object-store", "id": "5a50c2504e534c19aaf29a91ab6cfa4f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "668fdc6ddd804ab381e0e4ae15d7ee12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4618646869844da7a8e3a5fd66c68b7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b0187a4a206f4fb6b8a3ba3c1469c82e", "region_id": "RegionOne"}], "type": "clustering", "id": "e69127514edc4da191105308fbb769ac", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0e35c53893cb4273949793f09bbe0474", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d5e2a3d6741942fc9c2507dc8e4de5ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ad42bbb2343e4d3781ececcea70bc9af", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1e12e7ccd80941e5ab06536130040717", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e93048492c50402b95dc23b3c7bcdb8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "daadad94b2394d15a5169669b54861da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "59a400b07ac341549300c15c922a6d5f", "region_id": "RegionOne"}], "type": "cluster", "id": "2a9953e5ae4347e985a088c56dd32fe1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d7d3e1cac9fa406090cf20494f4ebf1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d7998aa42036470c9a85ea37e1409c53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "4905ab7afad7407191b3d41e9f551f15", "region_id": "RegionOne"}], "type": "data-processing", "id": "6e8636a3fd0d44bcb029539efee0055f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a30be8a97a694ae68ae954fc889f484f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e27a9f50a8e44067b4102422304e7577", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "420a0e3466d64a47a583acd79c5a0fde", "region_id": "RegionOne"}], "type": "baremetal", "id": "30eba09468cc4b7bbb1b2b74c72c60db", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "41e49dda6cd24087a72032a9d5ea937b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cc089646e0324ed59e7563dfb486c365", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "38b06b9dd5694576ae7e2aceaf941881", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a702ecc593d84bb3bb530e5548ee2151", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c818db6396b14209b93275a1cb538597", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "621e6ca773d24c8a850a1ddabdfbc7c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f74be07d4205466caa81d49abcae1f2f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "714af504ef2c4646ba270d76aaca9c53", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2bf560b487e949548129eaa6c2ec4237", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f3d1c5a21bc549f1bab950dc1cd23e86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b4b24e5a1ac64854a99f13d35250870f", "region_id": "RegionOne"}], "type": "key-manager", "id": "3a62d61e2c484d889b8ecd09ec2149f5", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b3d48dfe158446d58560c73edba472ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9a53cfbb04d0473d97e28eb0e5c16f5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "24c7b4cf42cf4514a6ef21b92bb145fc", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "58c90c84155a4a4daee78b86bc5e3c73", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "269c721b4a304a28991f328e3c48f5a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d3322b2777fd487fb04993db1ee115a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d04b4c5df6ed47c5b557acd52b795a22", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e4d10e623b5f4a67b578f501f81cafec", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d47905a2472a47789a4ee8d5776875f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "523064210653453e8907e08c279c8227", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fc9218a53ae8422aa28bdf44219e1407", "region_id": "RegionOne"}], "type": "message", "id": "c1a5f33220f04efda681ce4bbbc7cdce", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b43cb6ebeed64c448d4ab4ed605a6521", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7035427c93ed48deb009bb124f75f06f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "524f22f305bc440dadfd3451b9870341", "region_id": "RegionOne"}], "type": "messaging", "id": "45d6c133438e470695b2993e4d9841cc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5d248d25a1074625bb30584cb6eee192", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "dac6bf00d8eb497798a965ec188913b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b3ec4c25eaa549c0bd0058ebbe6dffd4", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2fe9430159f04500b10b8e811590a9a6", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "59418d833a5943cca4fd8ba5f9197d2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b80973866a96408da121356501f7540f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ff41d2b05ac541999addfde1d1f1adf0", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "54d546d229d644138a46465108c773e6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "db8bd28366984b43a3326d2b155c0aad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "433d618ea42247b79e4d57041d3b337c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "07f366132f37477c826e45ec6ca6f0cb", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c806b76b91834a6abd284e66cc19df31", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f02514a501e6465196573bf9f5682230", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cf690fcad6ee499e962c5a23cf449fa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6379edd5dfd24e1db8ab7da23884a9a8", "region_id": "RegionOne"}], "type": "container-infra", "id": "6d09491a9d4d4c0dbe81626450d01e4c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "450662fe71014e889b830e0676989eb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "82337dc267a04e74b7269d8fca7566c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9910fb8bc7b6486bb5c61f17de892019", "region_id": "RegionOne"}], "type": "search", "id": "605d43d5fc63430892bc4f1807981845", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "fda38064250b49afb07db6e71f318b6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c3677c391672477eb35feb2e082ed9a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ba93ffb7d29d410ea17b5fdfe83df986", "region_id": "RegionOne"}], "type": "dns", "id": "e94e134381494a92a71401f07bf6b8ef", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1359aee67a724ac2bc934a7359fc5456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ac86058ad5af407c863afc81aa863857", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9f1ff81262a0479695ce44d6ef1850d6", "region_id": "RegionOne"}], "type": "workflow", "id": "5929526a9fde43a8830552d68ee0b25d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c95846ee5f19416592c87982c60ef2c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "aafb38f8dadc4adb9b403ce80415f9a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e3fcfa7310c548fab2fbee5b72f12ed6", "region_id": "RegionOne"}], "type": "workflowv2", "id": "23139acb942144fd822059e05d46eb29", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "10fd538b3ed74081bfa03af1f4e49145", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "dd7e8ecabf0048669ef6dbdc1b126e8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f501caa8917f4f0bafebfa08cd0ca6dc", "region_id": "RegionOne"}], "type": "rating", "id": "e122fe24eea44b2991c7ff7cad94c7f8", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "aba4efe1516a429792f64b36614e9a5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bc01dd243508456a97889a8c0380724c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8af36921afe24c558edf2efaabfe57ce", "region_id": "RegionOne"}], "type": "operator-policy", "id": "05c589d1fb4d4335bd0be8cb7faf00bf", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1747bcb52a2947f6acec7ab83110d90e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6fbf04b4540d48b3bf66a9c7284d661b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "88aed735a7ab4717afc7cee320b50983", "region_id": "RegionOne"}], "type": "policy", "id": "bb9a606ff7054192888a3b67329f343a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d5e1ec41ad14416f90f9c0a00aff046a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3fdab204a5d54b3aa8293351b907ecf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "71e5232fe8ab41779b55e8b7a377fab4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2612322ba5a547dfbe9148854b38fc86", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ace61736a8f044fe8ac40a4624f4e688", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5a8b755ca98741098f4ab9c8951d46b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "371ad3cd944445059ed6fa7d59888fd7", "region_id": "RegionOne"}], "type": "sharev2", "id": "ba62bfb5ee174023b9ab5d0fb59b4747", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f382d667091348288d21d097e1803e9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "59b970c6cbf14edeb632bfa6dbf5765d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a61c892e32934e2088570c652d6ec8c6", "region_id": "RegionOne"}], "type": "share", "id": "d5bc9629a0ba432996adbc308405cb2f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "75f3ecc0d24e476296d847253668a112", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f11beca3bb964d6e963f75b19dbe5b01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ec5e1cf4e9dd4801aedd6d6e1e8fe54b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "29b3e0060ef8467fb2739de65c27fddd", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51f2e218ed48438d83da24447fac6168", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a712addc49840d5bf680323010866e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb17a1a30d6a4d2ab3fbaf1d371253d3", "region_id": "RegionOne"}], "type": "orchestration", "id": "ca5913601e454274847a6119fb727f2f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "444eca109bfa4199875cdc048b29be50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "406bb165d321467eb2a5b90956688f90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75b3050626214da4a7920b0a74cf5e74", "region_id": "RegionOne"}], "type": "block-storage", "id": "3086581be80f4d469b4d2108124490ea", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2057c27a56d24b8ab6659c5856d7a0bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fbfddcb395df49b69bc63c9ada1842ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e01aaf5df71845f495d97c91e274d9fa", "region_id": "RegionOne"}], "type": "volumev3", "id": "6556266c35894972b281e9881b7c5b90", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3865a058fa14b60b42d3c3a212a81fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39ed3bc0cfa94170aed666f5edecd141", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "618d4d620340446db40fed9a1db86c24", "region_id": "RegionOne"}], "type": "volumev2", "id": "4d9131bcf30d4293ba35ad3ebfadde46", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31362b019e6a4055a58cc59bbde8f6ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c548a32d3f204b0e825815a42687a4b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4c9de502c4745dbad1f0269846cb460", "region_id": "RegionOne"}], "type": "volume", "id": "65d4b857ddde4e13bc5ecb5532bee32f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ee74a2e0f85459782cde8810377f25a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a381e6f26a841ea999ab80f0e74bc19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1766ecc8fc544c393473cdb0e7e1374", "region_id": "RegionOne"}], "type": "block-store", "id": "333e8ea843b642118d07468ea3220fe7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a035cdf3edb843aebdb10e7bdf4f2a7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4c00eac72ae844319e82991d777389aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a22201ee36cf4e20be622393f02c880b", "region_id": "RegionOne"}], "type": "alarm", "id": "9b32348a531b4340bb65eb26348aab37", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "441e92cbc6c34be6b9029315c17c154e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "485b229cef934d42b2650c0671ce7ffb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c9db74655bec4bb0aca9d92655bd52bb", "region_id": "RegionOne"}], "type": "alarming", "id": "c5b107c616e44a4f8655c823ca0935c5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "eb2b00a0e7354a738ae069c7dcac4c21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4a0060f3cdd14ff0ad364bfbfc246550", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d2343cb40b744d0b92535737ec172637", "region_id": "RegionOne"}], "type": "meter", "id": "536d6e2e6d0e4db88ad57aa0b39ad7ae", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ccde2306b8f54e6595359806827c52d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6803a69f0bdb436094d47cdd3da9b2ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0f1443b8d9364f139c0c476903c4cb2c", "region_id": "RegionOne"}], "type": "metering", "id": "b1c2777d21dc4b24b60ffea3ad243a3e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "717f173abdb94806bf19a0be75b301bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "02d6ce59b99d4847bd99e1d11a53ce40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9dc1baeef4784a35a65b07cc5742bf96", "region_id": "RegionOne"}], "type": "telemetry", "id": "b06fe6df950f43ba8252287a12e42e39", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0651d6154a614131a3cc61fda50b582b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9ef4df1d97614f3d8c1ea0ffb6840061", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f53f794af5b343d7aa8f1093f5c06489", "region_id": "RegionOne"}], "type": "event", "id": "81942203e6ab4ca0a3d68c112163c6b5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ccc4c0acc2754d8ab6b3fcf5e75a5812", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d3e31b3fbaae4f949446793f8af7ba70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8563f3e26dc5415bb4a959d1d72953da", "region_id": "RegionOne"}], "type": "events", "id": "b0691bf234494fb7bb45b368c345196d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "41c82177c722404fba8ada6805cf8cc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ab0bf25e2a1a4a02863701390fc1bb39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "18d32fc088d245169a7450e6884d4ded", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3e7219e0f4d44d2b9591a9809b148306", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "85f81307768a4be4ad4b79e63a8c0f67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8f5c1968d5df4484b3ace2f3264e8638", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "42e0eb8aa75a46bc88640d4c55bf93a9", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8c305411f0f544089cd48bd62daa9664", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "643b310abcfe4b5680143b70ae721308", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7f3f5f95aa8246009a6d5edd0acefdf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2d79d8617c1d48ef8f0833e863fb04a6", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "438095341be24a5ca5f2b42e4df02c42", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7669ae3d2cfb4cdf92b5b85c8368ebf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f0ea29e2bc5f42c3b12941747ce8f1d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f914c022166f4ba19ea88ce704e3a076", "region_id": "RegionOne"}], "type": "tricircle", "id": "bc7fdeb386904387876823d3d7b66f65", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "cd446b800e29425f9014b165333bdfc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "93f4017c5a9746258e1c36f445fb60d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "30354172d3884736b6a549b68505af0f", "region_id": "RegionOne"}], "type": "database", "id": "713aa1711e314b558e2b1d8fbec191e1", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3e641d52abd145099b37bda0242bf532", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2b3685623a854359a4ce9ef5ca574ec6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "823ebac22e474120aa674be63623725b", "region_id": "RegionOne"}], "type": "application-container", "id": "c9d5cbb743c145328eb98dcac1c6acff", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3e18499c7b1348df92544407523d0166", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ec9a2abe55154cef9d75074e41520b2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "06e14405217347f79b85f9a3dde82efb", "region_id": "RegionOne"}], "type": "container", "id": "e5e89ed013fb45d893f093a6d8b7b6a3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "baa045749a0b446cb0cf4ff8f5d2eac7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "655dad23349048ffbbcef1a41516988f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e4cf43a3047c405a8d9e7ba42facb4dd", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "995fac297364480f98276a6a6c3991b9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a6147d26d4a945de8ab60159756c7f1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0aeb35caf106452a987a4b5c3b27b8e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b648da3a693f4813880d48718c95120c", "region_id": "RegionOne"}], "type": "rca", "id": "c8d6a1b83d484ddbbd735fe4617e10b9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bd121301135a43a996fe938114581d36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0b04fb0b291b4f06a1e695a0d96c7b8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "56cdbc42420d4bcda0c55d52c96e5958", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "cb6179abe5504ac187cf357ad6eaf263", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f8c7b9212fc449e3a43dc73cd01574ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f4b1f099bb354adf87e6233e00b70fc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "37a6f4f16102483aa4bad2f0c5a7c9c0", "region_id": "RegionOne"}], "type": "network", "id": "c00bc36f782347ce9c5116122c5b20ef", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1a69c6f63a194d52ade6d46fdeed423a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "79ee8cf062264f3ea6a8e7298cbe9228", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d619c0da6f224297ad088ee5ab960ed8", "region_id": "RegionOne"}], "type": "backup", "id": "c1f94c2e347c4e9b85f119de5f6c5689", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "55ae88f64ebd4661a7d25431b04993c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "eb496b667ad84b4ebf15f2a241977473", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8a8f945b94b241569c2e7933a6d277fb", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "095f9b1db97d448e8b6ffb774ada1ce8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "292aab6724084497b76b45bf2272cb2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "abffee765eea4fedbeb7a0ad1df0d5d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8057ec7a090a49c1a3bcc705f21599bb", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f3de816b65044734bdb36691bf9150ba", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "36621a5ecfac484a8eb4c8447eb3664c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d022df1663bf477596cc8c8e87a1ff8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "11477d9e01204e498913f4bc33bd3f16", "region_id": "RegionOne"}], "type": "monitoring", "id": "4e71cdca95ee446da27d831b1ebe3916", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ac3cd316bbc24ddc9e520774635f2839", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ef71226dc4e24804a26f75eb2ef25905", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "11defaa9989741c38d44914b284f172a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "cbbf32c77f3d406094e935d3135291dd", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3da8d24c185f483ebf24614d6540f702", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2335bbbab0414f56a27187757b048675", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c0f60813421a4603b301fb3946bac290", "region_id": "RegionOne"}], "type": "placement", "id": "0c498dee518e4dc5bebccfa3d51bf809", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f24d0a2c7096480f85ced7e424152ee5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "43f404fafbeb462ab4a24e1b8422baa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e4644230c1134d75882f15fd0266e6b8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c38c7b644ccf4917b25592506968dac2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "64bd517bf01c42679b0f1ea830d0db16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7439300d49334fc6bea3a6f1897ead24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e3eca2714b694db28c7d1d0e43b7df07", "region_id": "RegionOne"}], "type": "ha", "id": "0f0c8ba833974626a476d578986366b6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0d55ddc18d1d4ad195d3bba8e7691d91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a9f65d52f1384ee0b4ed5761efab1747", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3f172dd056da4f589ce6b29d90987acb", "region_id": "RegionOne"}], "type": "reservation", "id": "ae78052d8ca2432cb63d9479052aed0a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5a376c41939a4a19b77b1429c20ee3cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1539fd8acbd642e6bafdb41a9e79f4fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "269d89499b8248418f878b007808a885", "region_id": "RegionOne"}], "type": "function-engine", "id": "94ae18a48a984b6ca43ea16acc665c68", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f49ddd9e28d34d12b5e9b07058718b40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "31d7be3dc79944448f235bcb542e73d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "80313cd9a83f405d9d0ef9449c4aa491", "region_id": "RegionOne"}], "type": "accelerator", "id": "d3de36e45885416ab445dc24ae9dc871", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "162e04cd2be6467aa2b39571c560e170", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "efe8c577d700478e8f2d2b46ed827d9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0621ab5dea674b1e868cf790ee476145", "region_id": "RegionOne"}], "type": "admin-logic", "id": "282aef24305a411c912abcc915e5cbc2", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "070c95a0cc744a04b5035f172dbf980c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "845fab3770114ff59cc88cf43c8e4d94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6d9b91a310a84234ba4053107db89c6d", "region_id": "RegionOne"}], "type": "registration", "id": "5db7da1090ca4bb88fdf7aa4ac303036", "name": "adjutant"}], "user": {"domain": {"id": "07478f07addd44c99a6716c830a36add", "name": "aded8d9ea7e649dcb90fea70ce373911"}, "id": "297e6ce96799428fbb50effef2671509", "name": "20ef0acf69624e7987dbd1203aab234f"}, "audit_ids": ["183f44ec8afa45c4a453dde86d298678", null], "issued_at": "2019-09-19T09:04:46.027189"}} 2019-09-19 09:06:46,180 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,186 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,189 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:46,232 keystoneauth.session REQ: curl -g -i -X GET "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types?is_public=None" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:46,238 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,241 keystoneauth.session RESP BODY: {"volume_types": [{"is_public": false, "description": "volume type description", "id": "voltype01", "name": "name"}]} {15} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_update_security_group_bad_kwarg [0.344083s] ... ok {18} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_member_find [0.070552s] ... ok {17} openstack.tests.unit.compute.v2.test_server.TestServer.test_stop [0.078172s] ... ok {9} openstack.tests.unit.config.test_config.TestConfigArgparse.test_register_argparse_password [0.175129s] ... ok {5} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_quota_get [0.066768s] ... ok {6} openstack.tests.unit.load_balancer.test_pool.TestPool.test_basic [0.068353s] ... ok {28} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_profile_delete [0.066467s] ... ok {19} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_check_stack_with_stack_object(event) [0.068022s] ... ok {4} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_get_config [0.124252s] ... ok {27} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_object_delete [0.221183s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:46,094 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,106 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,113 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:46,122 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:46,140 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:46.025299+00:00", "project": {"domain": {"id": "61081e1df824430cbb9a4d3a95151cf8", "name": "d3c368f39ab04d498d88249060f705dc"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1d66df8e59bd4fec97a92d8cb0156fed"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "7b5cc811f21b48f18c79a1b02a6fd4eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0ad200cdbfff44c693a5c7f7de3c85de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d3c69887330f4733a7333013ff474c40", "region_id": "RegionOne"}], "type": "identity", "id": "cb769f8b3937459ca940c9560914cec5", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "083354fb2d394ac39ed0fdbc81ad38f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "746703eaeeb846e789e594b6bb72558e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "86d8c0875e0d4c6baf89d0dc900fe3e0", "region_id": "RegionOne"}], "type": "compute", "id": "c63644d20cd2483b8d4cb01ec74cd566", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "dff659e03e5240c1aa9f86b3e04f8431", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "14514467b26342e291ba0f8294822c6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "bee2c0764db6481f8cfa5f038803b755", "region_id": "RegionOne"}], "type": "image", "id": "a41a18bd9f0f403cbecf48d4fb357eaf", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5368b20eb15e4b94a97370ea148d938b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ef618c6c02ec4624994779c6aed27c25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "3a150c9121e34f98b2bc5e3bed6f1249", "region_id": "RegionOne"}], "type": "load-balancer", "id": "353a623f02ec4556bd239fa7811535c8", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6aa118a1ea2247c592f5ce9d35f344b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b9d0aded3854e9fb399c583acefe717", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33437d60f23c4661a8b0398caf5b5cbe", "region_id": "RegionOne"}], "type": "object-store", "id": "b540a612d7ba41f99b69cfbf8ddf6fe2", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "730cc225fc2b4bfb98d21c96ccdfe3c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "19ac815e91f04b9eba73bef93f9ce101", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "798d52b6bbd644c99b846c908abc35fd", "region_id": "RegionOne"}], "type": "clustering", "id": "bfd39dde9c814f2992c57b425702d374", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "07e8e195de014f65a4ed913dac23ac7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f6f4831d112f4e8290bdef3a52e0d44c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "35a6cbcf779a4513badadc9e28af84d9", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "550a6e4a66c74adc875657419a3ba894", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1fb21ef56dc846599c3821b6a13519cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1b9281a5b64b4c429c5a560f4348d859", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6564f2a02f9a44eba7269a6fbd590c52", "region_id": "RegionOne"}], "type": "cluster", "id": "d9e98ef2775f49a49ebc487e6b9fd760", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "76a9fb1187bd4fc5879d548e26dd7ed9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fd6c6a763dca42d18feed2057f6825c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6ed7b597350b4e1fa0c8dea73ca91cb5", "region_id": "RegionOne"}], "type": "data-processing", "id": "40d13c45730d4827a2482dcc4eaa8e3e", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "74b66495a3bd496cbdc7a440bb3a22c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "efe3d2806cb84d2ea2438849c32ba1b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4f521b83d4ed494a9ef8a8d5c2285191", "region_id": "RegionOne"}], "type": "baremetal", "id": "fbc3784ef3114020aceecb1d9f0502da", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bd85a358d8c64c369e40edc0f11982f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6eea2ce91d46436d94b745dbf0d7a5d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "41c3ee5e2fe34c51964182277e078140", "region_id": "RegionOne"}], "type": "bare-metal", "id": "0ee95872210f4d39895a5bae96ad547b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "812fdfe291a9409987fd0d5b4e9141a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e745d61baa994927b50751cb50c89aca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d620a66fa428447f95470779a3c0e1e5", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c448bbc27e5d41608cd7db1cd1c81597", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6118e9a0b4c148169100c7ccdf16890f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "74bc5eeed8d64655bb0b71d8bed495a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c288aad4ddf74d2d878dfca0df043dc7", "region_id": "RegionOne"}], "type": "key-manager", "id": "6d978f8f6c4943d4afd4d6aa695ca579", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "93148a01d2d44eed85ede7477d5a7b03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d67a7c8f0f0c49558d2be5317a2b8af7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4d9dbcccef514d7fbc822272ab6a83c9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6ffc3e26c5ca4d9381072d212567a3c0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d4847625938e4ff1a38bbf892ccbbe56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "aa3801dfc1e04b96b638b63dc1e62a6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "dda0210c2a544d49aa2c2b4682454368", "region_id": "RegionOne"}], "type": "infra-optim", "id": "19a32bb826e44429a75a5257d1803f23", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "38afc2ffe6ef45ad90959592409dd4fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7d2b281956784f9aa05eeaf740ecef70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "120e13638ebb4323a07ef940eb6e2d95", "region_id": "RegionOne"}], "type": "message", "id": "3520e249068a4c879c787b3e55e8e141", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c459b05b7a5a46858709ae85c764b6ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0c4eda2ae037483ba0c2837e19329e9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "120dd92ddb674af8b66acfea320ecf26", "region_id": "RegionOne"}], "type": "messaging", "id": "032d7c843b5a43a88af7840594def816", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1e2a0a4fef98414d83edc575a49fbcd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7b1e62be9aa6416aaf2b408c92ba2c3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2c254acf8b684c07814ab2658c065e52", "region_id": "RegionOne"}], "type": "application-catalog", "id": "5deeeef922dd47b6b82f456ce127643c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2e846bca00484e7b8c29e11ff5493442", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0a005f10d33c490c9788e675947745e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f74fa95f2c06415bbc6068d5badd5291", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "bac2a8109b1c4cfa8c31a2538d600f43", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a7fbbc9914844b30a519bb4f17caa8a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "60d105db5b354b94abc1d4dcb8638983", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e8eea1f13e574b36b7a20f610cb81c85", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5ca8267156854684ba634a488a658707", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dda44a317f134d32b952b9dc056cef85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a053c50e45d14351817d80cdd1825a08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8b7c0410e70c4874bb6f077cab0ec861", "region_id": "RegionOne"}], "type": "container-infra", "id": "1b9b588887c249c890eb6d17a57288fc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ebf3d54aa4d94cefbc4a17f164269ad6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "1cc5fb8b6f084843a8edb7eb3740b17c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "d0426c817f844b96aad2df1c507ed491", "region_id": "RegionOne"}], "type": "search", "id": "f780169f014347ce878e4971c0e36fba", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3430eb1f68cd4d59b8e75a2a055d9f21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "735a1f542ba348f099946892a515d90c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c29fcd28bfd24403a9d75f772a860492", "region_id": "RegionOne"}], "type": "dns", "id": "4be15159632f4b75855bb7ea68de5cb8", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "02e937a2f469415084f97a9e7197a9f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "430a0e81154d4aeb99c10848edfd9434", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1049397d90c04c69b7c3c19fe89723bb", "region_id": "RegionOne"}], "type": "workflow", "id": "95270c5d4ede4724971579660cc24d66", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3cc99fa41f1d4b2dadbc58ff1f314c40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "add2b51a504443e699b6906ca26b4d80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ea682ddee1f244c7b2de905c9eba19e8", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1f3fd06552bf4145909f5c177563ccff", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "741ab3b8cca648a2ae6fb778c16b857e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "8ab001618eeb4401bd6d738392451a7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7571fcd0daa2462ebbbe1e8c837acedd", "region_id": "RegionOne"}], "type": "rating", "id": "2c149894c1bc4fcdade7a957d2b65b39", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b117a5835e864c3eb8d139d003d1f742", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2ea57be993a846848dd62f11c38f3b3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ca53e69b3c124505adfe93e58c3435fa", "region_id": "RegionOne"}], "type": "operator-policy", "id": "cb0229bab85a4a0f928f9b6b728f5fd6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c36a2cc5b59041c7a5530d348d3950d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6729f8387abb43ccbaf9794a84183a67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ddc81fd967c44486a739f8fae4726ff6", "region_id": "RegionOne"}], "type": "policy", "id": "e45e47f121854763ab8ae83e60ceb5ce", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7935961bebf94c9cb5dade446982a990", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dda39086fb424da8bc791aa1c8404e20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0c3784fdb4924df7ab49086be418e697", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "957d72013f9847b6ad6060f55054bfd9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "59c14beb736f427f8ef2aaea9c36ff50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9618825193d345fc81ed07156a22ef22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a41c102685724b23aaf961db31895173", "region_id": "RegionOne"}], "type": "sharev2", "id": "bea8aea857f44f04a7b00e6689b6572b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bc866e47956a4880bcbc37c4de983164", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bfbabb8e21f549f0a15c31f99d3e6e94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5c53729a5641433f9a3151bd005037bb", "region_id": "RegionOne"}], "type": "share", "id": "79be6e6214594640b793e922bfefcaa4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "de57d2a187384173ba1c41b0a873e48e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e14144478102481190d8b61bd56c92e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "44d2c5de01bd4a6087f3d1b87ae30244", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4e479a7693e74e4dac083ce84c72c16b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07b09f71ec7d40d4b51a8b6bbc7874bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c49eeba0aae6419f8445dd6b9a22685d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4af9cc7d48946e5a69947c05dd04ad0", "region_id": "RegionOne"}], "type": "orchestration", "id": "367fd327377347df87d9b174fa80d6d5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5a3033ca2e04e98a181717c4f8510be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8494cbcf4e1c40b9a4c68fd70823fbd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "719a4971c1974166b6819fa04410a1a5", "region_id": "RegionOne"}], "type": "block-storage", "id": "dc227f50417841ff9fa6ecec9923a153", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a54b65470e0d4cf38d48a1368a52df23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53def00e1f08424e81225bc11bf89102", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d54f4dcae79243bcbe5bf8a6d50b7b52", "region_id": "RegionOne"}], "type": "volumev3", "id": "3b9b15d0d4e94230aba58eb1de5b66a1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf0edf3326614e2281c12fd1d0e8e4b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "525cc6f9e0aa45b6b5e0847f4bb3aead", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17517d3bc76646bb82090d8116c40111", "region_id": "RegionOne"}], "type": "volumev2", "id": "9aa3084c532f47a7b41d968a484a55cc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2cfc24a50c7f4ac48ca6abdb29d34cde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3810d870b0444e09a12f60249ef392f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6bd653e813714d83816e035064e52921", "region_id": "RegionOne"}], "type": "volume", "id": "5987d8e93da34169b3807e8eb2d901e8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4e4ce4ae08a49cdba13f4a7b83119ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de01dc52a6ae491bb8d81f43b37f95c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcb10f062c7d47cb9b5511b8ce356d13", "region_id": "RegionOne"}], "type": "block-store", "id": "f5522fe13fcf465594cd632dc9d4fc4c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c70f3e4328b54da18c997a691901670c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ccbe65528edf4cefbaa41066a15a8031", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "276c2621fd594515b34cf51e36ea1f66", "region_id": "RegionOne"}], "type": "alarm", "id": "2f0b57f335994f87b9d48f94310512bb", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cc0e3229725a421aa8f9ab377d136f02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "13c7621f2ec748be949e50dc05c7356a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d2a3dd339fcc4bffbcd4be1ecca6f8bc", "region_id": "RegionOne"}], "type": "alarming", "id": "fc6270dd490e431dbbf0aafe81b99370", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ac1caf9ff89542c1a2a45164a4173bb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2b0d8feaaee04b11acae05735e4a470d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2e080f0f6b1c4f37ae89d7b42a525b89", "region_id": "RegionOne"}], "type": "meter", "id": "da414ec709244f48ae8562ccbd850ccf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8364a1f3c5c54e1f9ae702b2d4da53fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5cc0dfc0f660428b875fe879b46918db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bb4dde3c5653471c8c65f609b4919c9f", "region_id": "RegionOne"}], "type": "metering", "id": "c4f824a518ae4e99b4b29c0cb3660b8b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7c942ce516f94697949dbc48a41aa70c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "84c3b42e15944ed4a34bf2cfa401ca58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8a98f779c5c04f3f86baa0430cd174f8", "region_id": "RegionOne"}], "type": "telemetry", "id": "fa98033e149348cf9b3a2bfee8d2c143", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ec67409afc224c349fdbf6c0a136c8f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "83825f7401bb4fdf8230911e9409e614", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "eaaa276b72954c67a4593394b4c58320", "region_id": "RegionOne"}], "type": "event", "id": "0b7b9443327b40e0a1f0f6bc934b8248", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9bf3509585b54b1c913e71581c16ace0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2b3fbcbf8a8e48c5bed5ad7574eefb42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bd13a66891574c4f8ca80f49960bcc78", "region_id": "RegionOne"}], "type": "events", "id": "174452237bc64d888c2288a3b04f9648", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2190269a72d047fb9c4c2353d8bebc87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3add78fede32453ba4b0fc69122e205d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "052f00b44a9c4ef39bba0b02887835e7", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3ae0e75d1bf74f469cfab3f261f2205d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d25521b699414ff98202a7227e2e4f73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ce4f6a8112264088a25651a12d002434", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "eda882fbc01240a49cf6a3d2779996b2", "region_id": "RegionOne"}], "type": "application_deployment", "id": "48abf316aef7455ebbdf9d23ce315869", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "934b23199c4745c9a7b41dd78ef9436d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6337e9be68c14e7f9c0a2efc60826e72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f389205b91564430a2e9db105cfc442c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "071712d953414c5a901c82f97cf5410d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1dc5867ab7a7425380026ec4f61467a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7c0a9343b54c42e39560c724678112a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f02c413dedb44ef9a8122520faa98dc9", "region_id": "RegionOne"}], "type": "tricircle", "id": "a4287bd4cb1f4f7c9e07ddf3e0f7c423", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a27769c2b05c48489b78c3f78fff2538", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a7ed68b9c73e434bab89aaef1fb06dc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0d33811e068e43fd83b9f5fd48497728", "region_id": "RegionOne"}], "type": "database", "id": "500af8cdcb9547948f1958aac08a2f0d", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "071619520cc542ccbf324db6196dc79f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "68d07a2de501441e9cbaf6e6b1df0ef9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fb5797e63fdc4fa7815dd80c23e51b00", "region_id": "RegionOne"}], "type": "application-container", "id": "1ed525ff81ea4167bf02feb4728c5843", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b5e03b4f830945928275a9d3ca29e610", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "be86818915ac4655af2a545ed905be1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "494ff6dc7de948caaaa3d57ed04a65cf", "region_id": "RegionOne"}], "type": "container", "id": "644f604f162546ac8f4e4d6694cd4946", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fb183ea52d034347897e9148372eafb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2ebf29c8524648fcb7ee84e0a4fd8b0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d92a5f67343d44b0b209fd7cade33151", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1d6b350910cf47ff8b2d110d6b913081", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7ab0c8c4f338406d9f8e7703b6c5badf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c053d517d0964581992384171c38ac41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9382114a36a9497e8fa28b84e78efcd9", "region_id": "RegionOne"}], "type": "rca", "id": "76401a98948c443f9c32c0c30a52253d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "218ab769037f4482824c56427fa94590", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "49c1cc8a0c6a46cb9c9026a34b2ed7c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b58d3d5282f848d4a61860e32de1eac7", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2593fe94472b4acc8b7c8d941c67f983", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "55fa47e87cac4196b0c1969e7022e134", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "672079114487484daf00d2fbe92c5d66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0ca2c24882f04b558a45d28532b1c82c", "region_id": "RegionOne"}], "type": "network", "id": "6f4d2cf4ede4424b9602285371b78468", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "545cc1f6f26a41f39677cb288a8a3fb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "6645427925d74ba490e8d244e4cc99fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "daa9fec3c8c74de89be3813c7f6482eb", "region_id": "RegionOne"}], "type": "backup", "id": "3cace3360129418e822283248144fb8d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ef0b88e08d2a432da0824c06bd548d2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fddee1d99f584de2bcdfe307865aeee1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "77a994309e774bdabf94e4017692fd5c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a35f248a6434406d85cc494c1b023fb8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "79653728d00742189dbda27844a7c332", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d2d4215d1ab64546b221a9168e62748e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "516760eaf91e4710a69fd1788df88ff5", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5b2b8b7348024d32869e48daf839841e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b0c2b17925594152ba9795ae847b9d20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "02cbdd86381546cbbb754f6e78fedeb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "db6d53ee4f794bae9b5615528ff525c0", "region_id": "RegionOne"}], "type": "monitoring", "id": "fd7e5ddc016b4c3682fb21313615023e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d3752750069749119171d92394d0c9f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5810e42b4f814e74a3574f620a7d8318", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "9d2d51f12c9b4c8db7c07cd0349076e5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a77db81fa69b4bb6955da5e4e8edfc62", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8c804873a2e34f7681361e636bd616ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4b8aa6495f1d4f7ab72d734325b5f973", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4164828d1fcc4fc184805d2823e46f58", "region_id": "RegionOne"}], "type": "placement", "id": "ae9e0e88dc1b4ed2b87bfa88a946f8a6", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f357c9a680e744dbb078c3fca45e5740", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4f4899562d6c4ba297c6cd5b7bb07c8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "36041560444347ad8fa7dc916f2cd7fc", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a458e2780aab4b88b354693da414369d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7b6702be15e442c3b338d227b98992c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "04eec39ea7fc4b3bac583c21aaa79b52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6bc0e0c9b05d4bf8ade263b9f17816fd", "region_id": "RegionOne"}], "type": "ha", "id": "64cb88d924e847c1abcedfe0532db88b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a38f17743eb44c3786cd6fee7f17ab6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "146f2d1ce7dd485f9e63cc0e02b9d7a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1a672bc7844f40ad88351a0142315208", "region_id": "RegionOne"}], "type": "reservation", "id": "23f7841242924d2ebd2744b3d3320018", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5d5bfc70c4684791a43d9cbe71da1a42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8993642dea22458fa737ec4e082cefb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5d2537b17b11408e888116f5b3ff8450", "region_id": "RegionOne"}], "type": "function-engine", "id": "e3a8aaf328b641d497c6965c85660656", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fa8f2a1881074f2b89449b87cc8d1211", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ab4bb923feb244a1adc70995df5f0bc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7e8e20bba0c44af7b9584b4b7e5b4ed9", "region_id": "RegionOne"}], "type": "accelerator", "id": "a8590e3423ec4c1397cf5baa169b6c2d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1463ce130f5541aeb1e7f29e5097798b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0f2c5099d45c468c905f380172f8d84f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3eb122db0075442097bf524aa9626cbb", "region_id": "RegionOne"}], "type": "admin-logic", "id": "bcd1f55937fd4ab092b966c9bf08903a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b1853b7a7bb84670bfbcbc2b6752b10b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "71f88d2d554744509f6cc7892108c9b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "97788634683c41c7851b758acc33feaa", "region_id": "RegionOne"}], "type": "registration", "id": "fac6188517be4a60b3c799de328c238c", "name": "adjutant"}], "user": {"domain": {"id": "877d08235f1e4b6db237bcea7ee45706", "name": "bbbb5dfe0cb6499d9509afd77d64a327"}, "id": "1d1c18a933414be38941f9eb083cc795", "name": "8eeed78a24884a2a8a19f59d3b2986b4"}, "audit_ids": ["77925b2cc09342da98adbc0e686053df", null], "issued_at": "2019-09-19T09:04:46.025299"}} {31} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_message_delete [0.064805s] ... ok {2} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_credential_update [0.064772s] ... ok {2} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_domain_find [0.066388s] ... ok {24} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_add_interface_to_router_with_subnet [0.069302s] ... ok {24} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_address_scope_find [0.066066s] ... ok {11} openstack.tests.unit.compute.v2.test_server.TestServer.test_live_migrate_no_microversion_force_true [0.076736s] ... ok {22} openstack.tests.unit.compute.v2.test_service.TestService.test_disable [0.064558s] ... ok {22} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_getters [0.117387s] ... ok {21} openstack.tests.unit.compute.v2.test_server.TestServer.test_confirm_resize [0.062010s] ... ok {21} openstack.tests.unit.config.test_config.TestBackwardsCompatibility.test_project_password [0.153467s] ... ok {21} openstack.tests.unit.config.test_config.TestConfig.test_get_one_unscoped_identity [0.106851s] ... ok {23} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_roles [0.067097s] ... ok {23} openstack.tests.unit.identity.v3.test_credential.TestCredential.test_make_it [0.068234s] ... ok {6} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_health_monitor_delete [0.045242s] ... ok {6} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_l7_policy_get [0.060636s] ... ok {6} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_l7_rule_delete [0.069078s] ... ok {1} openstack.tests.unit.message.v2.test_subscription.TestSubscription.test_create [0.068604s] ... ok {7} openstack.tests.unit.cloud.test_volume.TestVolume.test_set_volume_bootable_false [0.292144s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,948 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,954 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,958 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,963 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:45,977 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:45.883958+00:00", "project": {"domain": {"id": "9b158420fc1c465daedbe65b05700d58", "name": "4b25635cccf74ec1a90b3177fdbc2c43"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "127dc68ef0c54681a322aaaf7d38fbdc"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "49510b14052144cd8bfe58f256529040", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "391d5c27f0ac47ec908350d5a665c223", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8e117da5d8b94018a55c95217c2b25f2", "region_id": "RegionOne"}], "type": "identity", "id": "1f5fac4690cb4f62801a59fc1004e7b1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1945de1f0d714f0fa0e11767e79fa179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0dd283308cf244d6b2a222da27f80302", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "7dd3f0f330454c37b9d0de01143382cc", "region_id": "RegionOne"}], "type": "compute", "id": "7f31853f68ba43fcadf4868f3c839bc8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ba5cc2473bb543ab934b465ead8cb46d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "868843fd48c2434ca3c8224cd2ad6545", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "359552b70f354989b5a4778fefd685bd", "region_id": "RegionOne"}], "type": "image", "id": "463ef28787cc49fc8d6d430533018692", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7fa63d5032fa4fd1b90fa15b6f9797b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0e35657f548c461fb90ca3a645fa8ecf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1b01f50bf0cb46c3b009cdd5ae2d3a80", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d978a713791c4379a37d94e4ba74583a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1ff6c516fd44d19a84db4e36b11e67f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7375fe5fe33e41dfafd0b11323f8531b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66838235531643f6aaefc48df791962d", "region_id": "RegionOne"}], "type": "object-store", "id": "a1cde251fcf84ba6a07f2421d9b7f823", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "135a7e4196714524904758d7129c4a64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "61d85abf312e41c589dea96761d22a62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "70797ca07c224bfcb9c728d558338734", "region_id": "RegionOne"}], "type": "clustering", "id": "30546f581af641c297d5e3b90742e861", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d1866227ea2046bbaafce9dae786a54d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "226c5565f7074b5faa7213b2eda0866b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "807da87d91e24a9b97f3deedb4f169a5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ef77d785718c450e89d1ff6757f1dd68", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "797965f02b0946ebb3b7e4f29bceff9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "23ff13663a1a448da350ab0c9c6325c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f42d57f6c6c04fb6a0aee31a44a8891c", "region_id": "RegionOne"}], "type": "cluster", "id": "b5888952264f40bf9b23bbae5b5583be", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "438606d925314bf8a30cb6cb1858427d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bdaa0f33aaa2445f8a12c8170dcc7d95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "35d31f16cec4451fa6435fa56a4dd405", "region_id": "RegionOne"}], "type": "data-processing", "id": "25873d65ad6b418f943d872195160af5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "119f3dbd0f1640ec8c207e5b8953bb65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d41a3ada97fc4103bbd8e0e360e68a08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6545ed875d194b9390acc1566ced922a", "region_id": "RegionOne"}], "type": "baremetal", "id": "48f2532804264d27b3b2f849b705bdad", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9ea0e90f9c874a5a97b4fedc2844a036", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d50fda9314d04f9da2dd996361eae86b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7bd8da4f7c8e48d09963c693f53a8ef0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e04da38cbc6e4ee3ae93461b9d7366d6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "16b39e9b3f5145d5b515ed8c301920ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c3c00b0ff2064c09bd461d87045c3d28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9fe63391e5574621bfd38c2483aecffd", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ff4bd97be0674367a2cb3d8ce806c0c9", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b37e6f0202304ef9877b966b539b48fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7896e1cff4014730802ae833e7c870d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d693052f47ee4fddabda8200e1ab03fa", "region_id": "RegionOne"}], "type": "key-manager", "id": "f7fc4101b36d47ceb4997d6ba9be9f55", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ece8524232694c4d98954ac6a14a83ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6013ed04890d47d2ac0b6535dee8532a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b207d6ec5a5442bf8d9cbf276aa81f1e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "38bc37db8b58498cba5bce88fcd2653a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4b86dae2d147420eab143d710849895a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "99729974fd044343835e26555750da6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3e72cfce671d41ebbe53b527eb459ebe", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4c4f8ff12d12406eb9595deaf4b49ab8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a5437cd6d58448b091d6932025f0fb3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a9ac4ee32be64c889e448e76ecf8d861", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "50cf1ffcba874a9ebd134fb8dade81f0", "region_id": "RegionOne"}], "type": "message", "id": "e014e3098e664523971d498803b65f4b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "05382b82abe34bf2b6fe8c3e6efd0d48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "85c35d2da60e479b92c7e359166b78b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "96f2991f716841f1a41a53728f1701af", "region_id": "RegionOne"}], "type": "messaging", "id": "ef190c1c6258420290e947449c18306e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "69ae38475afd4126949e13b8255ec12e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3ca492fde03042eeabfed8a43f9ca813", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e2e6774fb4144bc4a646de5433284b0b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "80233220c0e74083aa9302300e2a3245", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dd8550ba7c5445f5bf1db8e6884b72ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "45198d964f1f4c0bbcb85ec0a05e9d68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8c549ab22daf4d318b0940394dd8efd4", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "bc5eda68277749d782bd2fa8f1dbe233", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a8c33a0f68034d32ab0fa3a33e6c949c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "31932684c3bc4ce2bd819890482b3563", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "441be7dcff5e418e8bce2e9032a40dd3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6f3f50033c8e4eceaaa494c27c7b76b0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "00f2fa0c75b34ca3999d3df613a99441", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6ab5d4540cb843788ac60795cfc149d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "863c292ded664763addea03427729539", "region_id": "RegionOne"}], "type": "container-infra", "id": "3bff8f762b36415bb96ef31b4850e7f0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "54f98883a50c4ee996331471beac8d8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c721f1f438e143f9b6c28482241da2cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b918da4bd7c0406e92d1af9febc65fde", "region_id": "RegionOne"}], "type": "search", "id": "e39ed335d46a4d3dbd5973eda5b5c2ac", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "88c98a388a0c438a963c0845dab0268b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8d65c4ace9cf412690bb0c51b26bf508", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c25c11f8c6e04384a408104fa6058bcb", "region_id": "RegionOne"}], "type": "dns", "id": "2d3061b7f8194962821cfca286af4213", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3760cc708f484f9e994596aa6a25dcd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8feb6ba55fc14a25a772b9e8c227f129", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "54b23e20d4ab4ccfa55f4cfd4bdbefea", "region_id": "RegionOne"}], "type": "workflow", "id": "120d936b79854c34be056da2f4049f7a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "895a163c3252499188f64917639d5bad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c24d553e38e94480901981749189250a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "80b6c710f458427a8c4f56c3c4bb2a00", "region_id": "RegionOne"}], "type": "workflowv2", "id": "439769e653cd4758998a3301652351fc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "42164eab2ea242cb9d97524ec920fa90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5467726f14f849358fa909c0477a5774", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "523266940e1a4433879f158c46eb8004", "region_id": "RegionOne"}], "type": "rating", "id": "61c1412a2b9540998cff82310805f583", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5c7114fa96ac4428a628501fe5a56391", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "be75834a470b4f7bbe309a542d97aa11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b242b8d095ec4a778d2a9c180ad96161", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d29a447434eb4d689b6e03f274c81bda", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0b9500c29f604eb385f27e7868235381", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f92fde2b4ada4e3f95e7c7927ba7e9fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8420f5838ac14174aba4cbecd2eafe4d", "region_id": "RegionOne"}], "type": "policy", "id": "78605d703b3b484da849275c6e920d42", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "72ec858f0d274ed7b3744d14bbb0a030", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f08becd469914c9a8751b25e10526e0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8a6f00cf9e2a484dbf462b93481c7485", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "cf1fed510ac849c2b69452c3c5550664", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "caaacc7f32944dbeb8406abd3e67cda0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "249319b4f44246c084ae90a02867b01c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0ef2f52438c740359595478e5c79a7ae", "region_id": "RegionOne"}], "type": "sharev2", "id": "d5d9c8285db44b52a645aa220649ebc2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "49e01bd30c0d48c0bbf351ee3e0812a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "06b81eecb1ba4c0eba3d5af0071a87c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2f3f96a33cbc478799d3ac0f45b9623c", "region_id": "RegionOne"}], "type": "share", "id": "b64319da2f4847d292c4a0aeeccbd896", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c5eb6ee3df82457e8242643d70b467d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a93309193b944ad3a74b9b25bbfa71e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "17117a57e1f54796b6827b8878970926", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ee3c40aed7a049ff91056eec06004086", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a58599cdf5af498895c590899aef606f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3a1450effc14cbab149513dca162dce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bebb84bb881a49e6b0913b97ad5d3d3c", "region_id": "RegionOne"}], "type": "orchestration", "id": "b2763b5119f3417698bba3072422e462", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0d107635fae4e7b86d3b5230af558ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7cdd002b3a844bc4ae14c2039ddee9fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "238779d39b31491da4026227987b1eeb", "region_id": "RegionOne"}], "type": "block-storage", "id": "9a74cf89eb7a4313887f631f569f3221", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d2732a000d104cffa418e2c4f39c74c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20feec98625e4600b0d828c401c18ec6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "384c557fc117484fb81819f13753c252", "region_id": "RegionOne"}], "type": "volumev3", "id": "e7fc7d8f8ffc4056b8b62f3171d455b7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b23f5436a8c48f1b37fa47040893cf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29798bede86d41d2bf016333768eeef2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "791baf1f906b4a14b381a32a8bc43015", "region_id": "RegionOne"}], "type": "volumev2", "id": "a83438934f7a474ab1ef70a191bca61b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17b0066d3c1b470fbd76dc24840fa605", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4b6a5848f8e4c6c841c35edf2d70581", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1de7aa6a4ade4ffd8c90511791750acc", "region_id": "RegionOne"}], "type": "volume", "id": "0f8df2b889e54e17b7c938f1b29786e1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "250706da0ee24e23a25ae55de479569d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3e149bda6bb47978f194953d7459c67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "295c390349104fe49914dd1832651b29", "region_id": "RegionOne"}], "type": "block-store", "id": "c158ae389569478f8e839cd18057b3c4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "006cf3d735a74262b206f8fede1fd047", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fad6a7536a4d4ebaa92825ec9560b513", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "373261d7a6f54fa59b2c7212edb64531", "region_id": "RegionOne"}], "type": "alarm", "id": "cbbd5b70e27449768787a75bf1ca3235", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f733bbac9bec4f948ca44ff9be0f1530", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9a17e8f255754f0caf8f48993b9a600f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f1d9074a3e884e11963b94e1dada3558", "region_id": "RegionOne"}], "type": "alarming", "id": "755d9f1038a842ae926dec726e56e2a8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b2ae46b554494bd8a41797abce56d844", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0d26b0f09790406f9d29eb7004d27f36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "04093425343f40bc9350fa4b2bc108e3", "region_id": "RegionOne"}], "type": "meter", "id": "a43c6f3ff6f34a0baa2b095831f01c4d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ed6c830b182844e0aece8b42af3ba10d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2eca6fac92764fdab17865eb8c6a52e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "65241156ec174864985d0a192614f7f7", "region_id": "RegionOne"}], "type": "metering", "id": "cef2b16d4f7344c4ae26ba54e033ff87", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1fc5deeaabb642b49f24686c82d3c779", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "06f3c1f0d9fd405b94330487f0f6064a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "53f6b82af97643f98e54ebe5145ea4b6", "region_id": "RegionOne"}], "type": "telemetry", "id": "d138265bb2df46ff983f00a4b9d3c568", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e119a8c065d44200b92ab84759875c3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c11b80008c2e47489688634ef26bd478", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d66ad5edd18d4cafbdb461421bc2366e", "region_id": "RegionOne"}], "type": "event", "id": "1f07839b61d84f429a38a1d993326b27", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "110a3ee46c774bf3b0786792588b25ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a677709fee544618a0beddf02b84a2ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "32d1146223cc4f95bd5f2f371c028ed8", "region_id": "RegionOne"}], "type": "events", "id": "cfea24a41f624b7f93d098e1e2808a77", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bd53409dbe604bcda5f7dd5b3c5d4f80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "87b82451ad2948e68e1cd65cb004e5c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "99ef5221f66948e79a7ca03d2aac1201", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3cd66bdf50cb4983bad0e671a19a1ff6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "da58cc7315c643f4a5c2cecd91f2d240", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6ae11d1187434a08988b89929b4100bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a4c49c38c6b94d4d9526222cf07731c7", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5695fa5159b44842bf76a9d93e08a90e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6266dc2d5954478facacfed057450cea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2ca90dd21216498b84fdb2a1a0e80816", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6986f677a6194eb4afd6193c602246e0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "92bce3a7c62c4cef9294af65f522a073", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "710ee040a3bb4efd8d63933c45c862f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8311e6b7f7bb4066aead33e5b9944e37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "145e42c2da6e42a8b4db509910351725", "region_id": "RegionOne"}], "type": "tricircle", "id": "a622a2f3683e46e790c8b4cb5f3db018", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e861aac0b1f944b381f538c7aad1e56d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "41163b0395944d8cbfa1865b81cd850f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "af1ba010260c42a283f99ae447caa349", "region_id": "RegionOne"}], "type": "database", "id": "b86d153bbb79430a8dadd70fa0f0528a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "299304bb221b465db3525860a0f33d51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3cd4d28be8ff415388b75c0a2bf4024c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "646302226ff14d21b644071e34cb947e", "region_id": "RegionOne"}], "type": "application-container", "id": "4a3bd855ecb148e19899efa67a4e776a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6dd181228e954baea84c0e60c5b8a990", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4635e0b9b17e4352aebdbe4b97ed136e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8d89054cefe1478bae9371c91b7dd900", "region_id": "RegionOne"}], "type": "container", "id": "4b28ab9c8d6c4a41b7ff59cf3f3bf59d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "57e8d6bfb4ae4d2493566f071956a84c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "398c5b509e1e40c79723f959da04829a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bd89d97fd1ff4aae926ef101304d8785", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1da7bc7aa9034cb088d1cf6cd8e5d281", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ad3ce562cde64853bbc513075f0c9440", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "49cfc53acac442dfb275ce55f72ce267", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "15f3e27b0e494a539a44e97bd5faf042", "region_id": "RegionOne"}], "type": "rca", "id": "9cc99e18548b438d90bcd062e34686d4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "94ca9af3896945ae937661b09e61191b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "cf9e7cf3a69e4f9bb8680487767ee053", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "952165bc02214f01b733959285497d6a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3589f3b1b69c4acdb19b76c9f26b12f0", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "01cc391003394671883b6e73361ab138", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d20533f86a53465f976c339038f80314", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "eba2a56e9fe44507afd4050957db6958", "region_id": "RegionOne"}], "type": "network", "id": "33c2e7558e9c4fc2987a87d78f1cc9e5", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "429a533e171446569efeb3c9b7c3c4ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "332249a3c4c740fda03e0bf2d97b78ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "fdd5ae836a6845ab94749c671080b433", "region_id": "RegionOne"}], "type": "backup", "id": "051615646304424dbd72b877d85af6f4", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "72dc8bf77afc41479dbde038d5de57b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f8647eb56dd940f1814712b56f99514a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1c39b88fba40461d933a6f23142ff4a9", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6cdd133f54484e02b41ba90ec257c075", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c7a2e58781a5479682b986cc53fa6ea7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d3b0e03be6de4af5b0ba0052816b7cc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ecb5d6da95d04b8e8801f20543fd828a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a1d796ff159b45409f0cbb8681301e2f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bd714dbf23ef44a0842dab201f308372", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "36969edcd734414d9cff5ea3c8e2e7b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f1feadd7e892432eab31bff8f47837fe", "region_id": "RegionOne"}], "type": "monitoring", "id": "b88f9c3bf0cd47a0a8b0071a9452545a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "623b9f510add48729b3520ce8b0bf293", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ad99e7aa25ca4e4a97469bcc09e794d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "9c849e0514154fb68ee23f4419d493b9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6cb57a23860b4ac2a4ef80f42471d0c1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0841f9c64c31473c9a17d4256d2f468d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4385bc8577be4d068c1b711f82eb3af1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "db7fd58d4581448fb90062b34fd55e7d", "region_id": "RegionOne"}], "type": "placement", "id": "0c30605d41524040acdf6024062d7cd9", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5ec7b390721c4aecb2f43eff69a53e4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "27e8011bf2e843788ee9f0d3646bc0f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "35e265a047f54340b8c6d1bd0d87d9f4", "region_id": "RegionOne"}], "type": "instance-ha", "id": "3b67fe932329412ab9113b110c0202fc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "445edc6fe6864d3099308af6a29061a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bc6b62f4a35843a089cee1546babd9f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "192ab0f146424621aee5a083aeb270e2", "region_id": "RegionOne"}], "type": "ha", "id": "f94e3c9be65342cdbcdb994260179ffc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ce56bc11c691487cb106838968c9054b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b63b1fd00cbf43aa875824cd4540a8a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "357c69743ce0425396e4bfcd9b70b89b", "region_id": "RegionOne"}], "type": "reservation", "id": "f1e607af2a25469893ce061b90d59e71", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "736e40a709fc469c8115c4ffa70aaa63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6186354d8cd14509a664e6d934cf1728", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "db00567718de4898813e77d397f41018", "region_id": "RegionOne"}], "type": "function-engine", "id": "8ad4ddf4ceb04dd29113eca97e591010", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3c556e27470f4202948dfaa13f39cecc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f25b0069d6f6484192043494ff528c33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c32f001f786c43db8363ff6c3bc51448", "region_id": "RegionOne"}], "type": "accelerator", "id": "4a4ade052e204a03ab89bf62cbed220a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6d9df55b1535498c93d95c6ef71ae8f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "737058520c584c57bc6e583f840d7f3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "566b8adf66ca432094023a01ed598c31", "region_id": "RegionOne"}], "type": "admin-logic", "id": "53234f29ae15472b96ed317032e1176f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "16e569980e774ee9bb28b2e684438dc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "adc0dd81ef134e479953f05f50eae567", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fb1e06516428479db4994fde81f49b8c", "region_id": "RegionOne"}], "type": "registration", "id": "dcd92d2009b74a5b8cc0ea0b2b1167a1", "name": "adjutant"}], "user": {"domain": {"id": "4d6096e6f0c648f4b14f3691bfc8949d", "name": "fec2e399edca42be8810beb07cfcd549"}, "id": "5024d8ac67204040a811be0b0bd7c4cb", "name": "f5293b5af23a4c769b20e71321d7f23d"}, "audit_ids": ["01dc3cc56e9545d19c72d2c271372cec", null], "issued_at": "2019-09-19T09:04:45.883958"}} 2019-09-19 09:06:46,061 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,068 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,072 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:46,121 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:46,127 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,131 keystoneauth.session RESP BODY: {"volumes": [{"status": "attached", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume001", "metadata": {}}]} 2019-09-19 09:06:46,156 keystoneauth.session REQ: curl -g -i -X POST https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/volume001/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"os-set_bootable": {"bootable": true}}' 2019-09-19 09:06:46,163 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,166 keystoneauth.session RESP BODY: {"os-set_bootable": {"bootable": false}} {29} openstack.tests.unit.config.test_environ.TestEnviron.test_config_file_override [0.171507s] ... ok {18} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_router_create_attrs [0.066492s] ... ok {16} openstack.tests.unit.compute.v2.test_metadata.TestMetadata.test_set_metadata_error [0.068388s] ... ok {16} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_availability_zones_detailed [0.067760s] ... ok {17} openstack.tests.unit.compute.v2.test_server_diagnostics.TestServerInterface.test_basic [0.067309s] ... ok {17} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_client_config [0.170597s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:594: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: region1-network and routes_externally: True key=key, name=cloud[key], external=external)) {29} openstack.tests.unit.config.test_environ.TestEnvvars.test_old_envvars [0.159119s] ... ok {5} openstack.tests.unit.message.v2.test_message.TestMessage.test_get_client_id_project_id_exist [0.072842s] ... ok {10} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_profile_type_get [0.064198s] ... ok {10} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_interface_delete [0.067792s] ... ok {23} openstack.tests.unit.identity.v3.test_domain.TestDomain.test_make_it [0.067501s] ... ok {24} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_group_create_attrs [0.068511s] ... ok {26} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_bad_region [0.168250s] ... ok {9} openstack.tests.unit.config.test_environ.TestEnviron.test_envvar_name_override [0.171408s] ... ok {5} openstack.tests.unit.message.v2.test_message.TestMessage.test_make_it [0.068467s] ... ok {20} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_policy_create [0.062838s] ... ok {8} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_get_subnet_by_id [0.219471s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:46,384 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,391 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,396 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:46,401 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:46,416 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:46.319133+00:00", "project": {"domain": {"id": "b202da8423ba4f9eb21199a04465b18d", "name": "14e1b85c0d5c4737ad143dcffab294dd"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1ae99e3a66bb44498c5c7b400bd7f06d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5680b47317af45e29582937d7a69a669", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "1cbf3121c185409bb7c6c0f24e200ec3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ab6c1503f0b8438cb8f857a0a126a1a1", "region_id": "RegionOne"}], "type": "identity", "id": "23108fc0d05a4b739a6dfdc4dcd30343", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9ca5ad9c53a74f3681377bdd28847945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1d911a0b0e284b78b86c49b6e3ecf185", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "154d79abc9c74e3fb40f177cac942d12", "region_id": "RegionOne"}], "type": "compute", "id": "62555194b93842798e44cceb8b0057bf", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5c6e847719de44d0a4cf920f33d5cdfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "aa669e37b43e4df39de44f429ffbd3e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3e302fb108cf439e860eb6be09f15335", "region_id": "RegionOne"}], "type": "image", "id": "46c188cbda694d42b2733b29d60b7639", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e2e15271f75a4abea9a4c431a6e63460", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d7ad82aca2504db1a7c39ca7124fd2e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7486f4a19a3449e4a497dd9273207eb5", "region_id": "RegionOne"}], "type": "load-balancer", "id": "def80f3f0e734b79b85ccc8d1467d080", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d77ae2c944684dbba8bc248eb965a7c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab152253ffeb41ba8894bda983a77902", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9dc8f570f04b49af923036b52a895d1d", "region_id": "RegionOne"}], "type": "object-store", "id": "08f50b51f9a5452bb65a735e6a217dd9", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7c04f644c7cf4d3484b5cd15e6fbf6ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1519b1ce72234ce2b1a2c6a5acfcd38d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "61f57098e29040dbaedd6aae6be26a87", "region_id": "RegionOne"}], "type": "clustering", "id": "c631fc8228c24901a3baec6b25972a6b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "75cad5c9af71409d808b2891d295b068", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "57b3508b566f4a3e882d8c7830606137", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9d0ef943c15a48b6a3dfc97a4db463cc", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8c0444bbf0c44ca2870d631c1a832a9e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4e8156ea89224679873016e4e63fdd31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1c8df8fa5fa84dae9fb0bd0feb3e3f66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8e139eb1fcd6476396273d5e679fbfd7", "region_id": "RegionOne"}], "type": "cluster", "id": "22b02456766547a6af0e0f8458c1aebc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c3002b9a58184ccbb9125b2388914c3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cdb589966c584a00bac884e8eb4f8eaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "072b1cd952fa44b28873d1fe0f8ea3d9", "region_id": "RegionOne"}], "type": "data-processing", "id": "430eaf8b0bc64effb64ec186b7afba35", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7006b776963a481aaa549ed94e50077a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5dd8dd6e6f8c476da8fd0d1948bf1bc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "58f95abfdaa54ed5a05a4be4fef97311", "region_id": "RegionOne"}], "type": "baremetal", "id": "195b9ad053dc4313bfce2d9ae2574c42", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "63ab55ba28484980a6bfa445aa5517db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7e1c6dc22a494868a51b9d64139cf698", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "083c71bf6e464cff91c94720427ec2ce", "region_id": "RegionOne"}], "type": "bare-metal", "id": "534fa5f19b6a48f28e3901a902472591", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a016557beee44cdd876a24bf22b1513a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d73d9456c7384b60af0814a2c9e4dead", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4bbfce056f734c5f8a7c736434caf99b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "df8eea4f7b85494fa774b846ef88db97", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5c4889f550994b2ead07ec5d55f14d43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fc0aa44f8c4e45848065d719a395ac06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0fa6dd1b6cbd4879a2150a7d22d97555", "region_id": "RegionOne"}], "type": "key-manager", "id": "fa94affad33c43dbbc285cdecca91b64", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "94bd38673c8343258be96de16098635a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4965f729828844a29b1faf65ed556635", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "15d6e9c11fce4489af609309a82b2d4a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "07d27a98d0134e29a6a6e1e5e3556c82", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5efcb2962f604b50964385a2dd078377", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6a39aef5a1ce4880882bc9229d7c0fb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "79692642cc284e9796655e47ba64d275", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c53ab3f39405406c87cdf835220a1bc4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d1b3363e033e46b28a9ec2ecee2cf049", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5aa309a22f92450fbeb609ca3f9cf1dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9c51ba560c0247f29fbb8ff8b46e8e81", "region_id": "RegionOne"}], "type": "message", "id": "cba50076b80b4c778cb4821f96e7f068", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5922049a33984bfbb626689528c16fdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "669c2d82d2254bddaac6b039e154ac71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "93dd7ff2c0d04017b303802c12574977", "region_id": "RegionOne"}], "type": "messaging", "id": "232c580f6c2e486d8cff3e57c49667cb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2e781aedf0ad4677b02d4f1c22f9b3d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "174a812577844bf69cc02c835b24ad9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "471937fce0574375a1c7866600faec41", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2d973ee1a0904c059f44f4489308c511", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4800db5bdf4e47d289bc7b289310dca6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4b0f20bdd785479ca4b0e9b31f133209", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "159ac7fbfcaf43b183a36601e7a0c172", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "00fb8bf516304830aaf7ace11d50587e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bd980e2bd8644a708728d8571fc5f8c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c84a27ea60c450b8c32bcaf422913d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1c0f0ea76829458784ae771851f7751f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2d555f6bf0fa4d4484d4255e367f5680", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8fa927e964864efaa3d3ec6a91ef0bff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5f89d23b968a467fb7aea7e178d2512c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d4d6f7906364d21b3d3a8100cbfc9ab", "region_id": "RegionOne"}], "type": "container-infra", "id": "1757f3254c6849cfaf20e450e800c535", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b6f1cdb550ef43249006ba52a380b0b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "fb2b721eb910427eb9b66417a9d10cf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ef41d43f0c6041ce9802071ed866cbe0", "region_id": "RegionOne"}], "type": "search", "id": "87f5ec0431bf466c8a41af3ead20e08b", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ef09a8b629294b4992f66b6f2d9cfbfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "18a41e27a4a24a398d9380f20bf6531b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "8f153ce37ce04184b0758d2ca4f6a116", "region_id": "RegionOne"}], "type": "dns", "id": "4c4f3fa18da644d8aaf4dcea8664d01a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b81ef437a6e8419f9c4c914ad0890883", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "74b9384897ca482290377b3ad2da0cae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d734c723ede24123ae8362a677f401d6", "region_id": "RegionOne"}], "type": "workflow", "id": "fd41ce0d7e4e431790fd3bfb1fbea69e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a5121cfd45aa48b580196eaf9a85ac4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c142d0359b5f40b9b89ea013b85b578f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "604c4ffd4bb548feae07efaaf18b57fe", "region_id": "RegionOne"}], "type": "workflowv2", "id": "18ca229308bb4e6cbf09a6237716a9dc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "753c410c3294483ab7c577dc0749991e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "bf96d426f8404a45b3846e08a7a3d48d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7f574cb2e1eb43a39bd8f2f84aa81910", "region_id": "RegionOne"}], "type": "rating", "id": "41566a310c1042d4a4d3451581a5e312", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2bf84328e7e54356b7bfda1de6e5eadd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "736ed75138c54c70ba36ef43f694851c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f9e08a09f7874e5298e7f5b84686e9cd", "region_id": "RegionOne"}], "type": "operator-policy", "id": "491ca5ae80594754bea5c2eff4bd3cfd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e17e849309eb443090df3280debbb851", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e1560236c7ac430a91f2bf4149dfdfa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3fc6d15b866e4a4595b0bde9f5e0aa27", "region_id": "RegionOne"}], "type": "policy", "id": "70ebc0a89dc344cbb8f3eb7c97ab32a4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "55a67c18f29c48868e6948de7874b3a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b665587b93a943b09ce988c0295ca26b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3686cedd8bbb4a128468220ddda598ad", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "97dded91e3944100b6dcc5e13cc48d5d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b89621c5d9b444bf8b057308b490ae31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9439ee8220dd4d4e9f73ed49a0ba074d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a2fd179e976a477996a335182e36e67c", "region_id": "RegionOne"}], "type": "sharev2", "id": "0db41f8411364955b2f25e95af169616", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e719803ca4e2465a957ecadd03e10493", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3134673365dd4b56af0020e9032ddb3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7fe8e640142246afb027dd9695ff5f2a", "region_id": "RegionOne"}], "type": "share", "id": "85a9d37ac0424c079a296cfa523475df", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "38228b27a28b4209a050525981b4675f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e7edee47def44c24a42ff3e21051fdf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "bb2f17eb7e8e4e77a9d637a53e83b839", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0defa7e3340f4fa3a770882f57dec74d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "589e31e0f33c41e1956ecb72d37896be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "806474116995484c9676634eecbaf01b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13933957656c40b6a6e0869009bc5a5f", "region_id": "RegionOne"}], "type": "orchestration", "id": "f16b6334631d47e5911bc873867035b1", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4989c4e3cfbd449790a731a9f1fa9d55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8783a1dcd7842a68fdacf29edf5b584", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9554e3379b4443798643615e59d1e7b0", "region_id": "RegionOne"}], "type": "block-storage", "id": "37b235b074104b0288601059145e1176", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef91c0d2ef5640d8825b88f431ad2b5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c87e9efa35345b8862f79c51e057587", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e224fd327924e5c9cec234e30d1a514", "region_id": "RegionOne"}], "type": "volumev3", "id": "e673c98567e048bc8c2d03b37e188a38", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f5308be9bb140c4b7e5f8a5c8d30a14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec8fe575fdc447728ae3dba73058cb05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6caf6ac73f64483f802efd02007569a0", "region_id": "RegionOne"}], "type": "volumev2", "id": "a65c4b4d09d742b1bc9074303c2c8eb6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51e4a95f59bf47c7aedcb352d81dafa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5658be4b69b8453fb6cd4e77c24946e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a22b72f5cc8474b9b2b09b1a57e15bd", "region_id": "RegionOne"}], "type": "volume", "id": "73834c6e63384cc0a0d8cf4b5c2d65dc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38d47fbe0b1744fb92c63fa14a894e23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a410cf8066242dcbe3fddd1a6e490ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18b4aecc4dee49fb90dc11c54c44429c", "region_id": "RegionOne"}], "type": "block-store", "id": "f3f4af81d1db44878556afe5f07d7c5d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3b15e7d5086244e4824045eeb90cea74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "09418311d6914908b94c326d821ad1df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "48767aeb120345b796953d74ea9aa4c7", "region_id": "RegionOne"}], "type": "alarm", "id": "eb7f99ea04a9474aa66b5dc660fb2282", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4e118b22b02b4c89a3fbc7d73793e0d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "25e91e37db3549e897252c58cb00ecef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6c20d3eaface42bf888f945145e32ff1", "region_id": "RegionOne"}], "type": "alarming", "id": "726969cc70a44d0fa2d1f7f86ae05aa6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c27e6932864e40b6a9001375a52e490d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1db69933f46940f4bd15a6eb572a3e7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "14441a4dea85489ca6aedbd1d5cdd2f6", "region_id": "RegionOne"}], "type": "meter", "id": "eac8552ccebc4b28a988b3cfe536ab24", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4083755a180c42e88f0d8a1d5eab15d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8663e0d21d2f409482f79905585893e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "973ec50302584ccca317cb351b7df0cf", "region_id": "RegionOne"}], "type": "metering", "id": "18427aeb80a6465dad38cf5664994fa0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3c1b79e09a5240dfb959732d26bff097", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c6b4cecb8ad24d6c9bb8f818956ce8d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "eb13ef88c6c64ee1a37ef0a64de8a909", "region_id": "RegionOne"}], "type": "telemetry", "id": "2be4d2fb757340ed9583cbeafe1e70c7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6b7e2a14adc34014a24ccb72ece9ce2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "36661a7b2dc54b1e81a0d74796829e55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "76e1e3289e044d06ab417cb3f9465737", "region_id": "RegionOne"}], "type": "event", "id": "1c8552a4212a472ab800f662ae5eedb4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "91431887921a4d2e84d786a18e57dd21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5e9b534dff424fd7b703669b26c55b69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8a7a5943a40e42d692518dfe210fc3f6", "region_id": "RegionOne"}], "type": "events", "id": "fdc9ec3b7d5a4ce18174646e419d495d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d4ab8cf35d7b478aa0e4a7ae43aedd9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8408b9a94fe243609346244410ad0e22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4145e6b346b2419990c5b2a5b71323a0", "region_id": "RegionOne"}], "type": "application-deployment", "id": "64b7816fc6a0413e9ce248f1af173760", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fce4f5feac5c4cfca8f7a4b3f7f020cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "34a40be1e9e04f3eab70efa299cde0a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "840ef35a8dbe467e9f40dfcee7931968", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e55983041fc045439c914ccb221b22cf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ef400117662e4ba1ac5c1d1aba5ae394", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b8884efc02a44ea7acbad8c58f84ed17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3b9958dd3082403689575f88a2e7453d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "825e6bde255f4937ba64cdacf8b290c1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "13453408453b48628ced015f9ad31717", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e2d8936e9dff4e56888fd34b3c0c8247", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "996a292f4cb847b68c1b132f14eb295c", "region_id": "RegionOne"}], "type": "tricircle", "id": "75d86d3724eb4b4cb216d0422bd18eef", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "27938a2db6484dabaf23acbe1eca5082", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "401f7c9e2d44486780eafa9d41a17d9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "99067d0cd764421c9d8e3bb20dec727f", "region_id": "RegionOne"}], "type": "database", "id": "f2d368e468b44152becf03ca7c704af0", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "19305fa0ee13455d9bcd44f42c1c52d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0eb330b31205461ea0c945b341c07857", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "66ec0a71b84e4073912e38c80b2c3daf", "region_id": "RegionOne"}], "type": "application-container", "id": "a6f70df24f4145089698f9c148265bbe", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7c6340f17745406ca7741a4a4aaad45e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "58974c71bb504cbbb9e3151bb34176eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "94405b6eaddc43a08e5accfb18fcb4d0", "region_id": "RegionOne"}], "type": "container", "id": "c980c89c5e874ebd9dd8c39fefe4e2ab", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c06940a6ac754f80b36ec82921239909", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6f0e5a908ebd41bf8c0ab2a49c9a018d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d1c8143a30644e3bb5f7fae633427fe6", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2d92b0b3f2224b5391aee3f646dc4440", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0ef11ea7182b4a6487dd55072b2601ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0405b96b62374a4fa7b7f3de51645eaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "683b30d717a14ca293a375d0b9fbce7c", "region_id": "RegionOne"}], "type": "rca", "id": "2bcdb55d0c4c493491c744e4f4a678d6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e5e045a4a4a14c9c85012b9c90b737cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "273369187f5d4205b913dd35eaf04ddf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "67a33b24b4fa496cbe2c67e768bd7225", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "930d929a308948d8995d119b558d9aa5", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "35bf8084469d4b73b5041b6b5cc244b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a443e0c4329f49939aee2e6eb78211e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c4f4599f859f463aa51615915e440859", "region_id": "RegionOne"}], "type": "network", "id": "d5a4f639ebe147dca3225931c394e56f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e7313fbb0ebe4fb0a2266d7793a0fce9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4a33ecc3e27243c1b7bda0951e9e883a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "31cc07f10b18452385e62f68c9cda947", "region_id": "RegionOne"}], "type": "backup", "id": "63aa3a1f81e4423e827f1c89dd0086b0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dca1bdb8732b41cebd77b17ce1ce9efa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1c54db7e5b3c4813bec5c9f8fe55cdc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "dbd5d4ee2a374a86854b7fa7e7c866e8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ae1e737f15c84563a28ba935b96e3d70", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "90534eccf041472d854a415dd7bc62fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6c1090b99a474f6c8d530b0e011ae0f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "15c393367527427f84a44adad9d165f8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3f7f4daf66da4996aea9d9e4bee6bcfd", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7bce47215c58470f990377cd89fa410a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c85c11e45b834f98b1646636d6d2d45c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "29129c79c38e40298b105ff91adc079e", "region_id": "RegionOne"}], "type": "monitoring", "id": "e942b4b54c9a4c999447391bfddd9bb0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ebabcbd525384231babf7dcce5ff3ae1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "19b3b5573ff54830912d8bf00263868d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ce2841836455483fad54923b9a317255", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "564ad483790f4a5881c413142cb06003", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "93c931a6690e46bda1bd87713d352aab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "dd7452f734214fe2afe81b2ed3267a33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "60ca3bc6f3704172a589a51902849c50", "region_id": "RegionOne"}], "type": "placement", "id": "2fe09d28e14042e8aaf1658d619dd636", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "60d4e9ac2ec54d828e690dc82d7609a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7c6d0db7b95e42279c0eb095332ad0d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "df98949a087f45c28637b0df11b9ebe0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "3c228e43e68f4063913349b30a099a47", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "15734a8865a0457caffca0ef638eff08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6f951802627a483fb209461cac3a5f32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c31491aa0d874e9f8a1d529d4cf2b4de", "region_id": "RegionOne"}], "type": "ha", "id": "dedcc13e93c34a5495d469bfa7814e99", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b820bae4a0904092984cb6280c364ba5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5249f6914f434009b13b457b09f5b3c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "380b2914cb504bcf975bc0c1f0ec6e80", "region_id": "RegionOne"}], "type": "reservation", "id": "971c6676451748ada3ccca70638966f1", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6f5e7f88fc0849dea7f5a12c9847836e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "162001e1027e45e8810f976cd62cbbbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a196ffdd58c040fab3af34112bae0350", "region_id": "RegionOne"}], "type": "function-engine", "id": "e41797661e694fd6aa7dab4d08225f3c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "765f0f2947434504a3dc0dfc0b7861ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0c884bd972e7413d8e00c97355046bbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "482d6034994446eca0bdb74f00a0e122", "region_id": "RegionOne"}], "type": "accelerator", "id": "e30b5ed8ee1c4b98ac1897a79621756d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2c8ef0faaa51483aa1e499f549a9e8d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "79cd729f38c14636a645c93fe2be3d3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6dac7db1145a4b3eb44f5c9fc5e8f898", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e28eec15939c496e8545c3b4af410c3c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "934ff6f1e827446d8b073800365c2355", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d7628767946c4c4c8f45ad88f7f2328a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "86c751c96a354c279d2ceb581cc41e8f", "region_id": "RegionOne"}], "type": "registration", "id": "d8f65d2cc8c448a78a370a04a30e180b", "name": "adjutant"}], "user": {"domain": {"id": "f06f585120964541ab168bfb91bc948f", "name": "9221de96625645dc8858f5fe16d3889b"}, "id": "a03c0f390e3b45349877d49c877a8abc", "name": "aedddf85822b4cff9a25c04eb5a5a393"}, "audit_ids": ["8affd2b113004c40a9f353c8eb4ac43e", null], "issued_at": "2019-09-19T09:04:46.319133"}} 2019-09-19 09:06:46,516 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets/1f1696eb-7f47-47f6-835c-4889bff88604 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:46,524 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,528 keystoneauth.session RESP BODY: {"subnet": {"service_types": [], "description": "", "enable_dhcp": false, "tags": [], "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "gateway_ip": "192.168.199.1", "revision_number": 2, "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "192.168.199.0/24", "project_id": "861808a93da0484ea1767967c4df8a23", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "name": "subnet_name"}} {4} openstack.tests.unit.config.test_config.TestBackwardsCompatibility.test_project_v2password [0.154863s] ... ok {2} openstack.tests.unit.identity.v3.test_role_project_group_assignment.TestRoleProjectGroupAssignment.test_basic [0.066084s] ... ok {2} openstack.tests.unit.identity.v3.test_role_project_user_assignment.TestRoleProjectUserAssignment.test_make_it [0.043047s] ... ok {22} openstack.tests.unit.config.test_config.TestConfig.test_get_region_no_cloud [0.158022s] ... ok {20} openstack.tests.unit.compute.v2.test_aggregate.TestAggregate.test_add_host [0.067886s] ... ok {20} openstack.tests.unit.compute.v2.test_limits.TestAbsoluteLimits.test_make_it [0.068100s] ... ok {20} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_create_image [0.069185s] ... ok {20} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_floating_ip_to_server [0.067819s] ... ok {20} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_image_find [0.064364s] ... ok {28} openstack.tests.unit.compute.v2.test_extension.TestExtension.test_make_it [0.068353s] ... ok {11} openstack.tests.unit.compute.v2.test_server.TestServer.test_lock [0.074257s] ... ok {11} openstack.tests.unit.compute.v2.test_server.TestServer.test_unrescue [0.075000s] ... ok {16} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_fetch_security_groups [0.068098s] ... ok {16} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_limits_get [0.062923s] ... ok {6} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_load_balancer_update [0.068289s] ... ok {1} openstack.tests.unit.message.v2.test_subscription.TestSubscription.test_create_client_id_project_id_exist [0.066976s] ... ok {1} openstack.tests.unit.network.v2.test_agent.TestAgent.test_remove_router_from_agent [0.067112s] ... ok {1} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_floating_ip_find [0.063594s] ... ok {5} openstack.tests.unit.network.v2.test_agent.TestAgent.test_add_agent_to_network [0.069688s] ... ok {12} openstack.tests.unit.database.v1.test_instance.TestInstance.test_action_resize_volume [0.067765s] ... ok {18} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_group_delete_ignore [0.064591s] ... ok {18} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_group_rule_delete [0.068907s] ... ok {18} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_segment_update [0.063680s] ... ok {18} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_find [0.064398s] ... ok {18} openstack.tests.unit.network.v2.test_security_group_rule.TestSecurityGroupRule.test_make_it [0.067934s] ... ok {14} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_unrescue [0.068625s] ... ok {29} openstack.tests.unit.database.v1.test_instance.TestInstance.test_make_it [0.065178s] ... ok {29} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_instances [0.063276s] ... ok {12} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_instance_update [0.066001s] ... ok {8} openstack.tests.unit.cloud.test_zone.TestZone.test_create_zone [0.268272s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:46,709 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,716 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,720 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:46,726 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:46,741 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:46.624447+00:00", "project": {"domain": {"id": "887f24e2773d43c1bc54f1c4a7d6103e", "name": "25de9f9fcdd747dcac52ed1642aad21f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6a0ab3b286e44bde881de5f1e3727931"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "566624af288e47809cba94460f752a02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8c77897e1d2746768c79b2607ab9a405", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0617ed38219749328a5335bfa8a0cbe8", "region_id": "RegionOne"}], "type": "identity", "id": "a242e1ed17034612af64a0a54d0e1cd7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5e641ecee5d8439da20d5550dccacd42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9fb398d7c4334cf5801dd994fcf21b37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "efc78f33866b4017ad2be71394fa9025", "region_id": "RegionOne"}], "type": "compute", "id": "8122b9136d9f46418b375b50542dee8d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c5c72147e793480d89ca52862ba2018d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "31b73eaf3885466c844e9c4fa4cbfac0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0817acfb43a642ba9e0c0f17cf327f0b", "region_id": "RegionOne"}], "type": "image", "id": "9737a28447b943e3a238b0445677128f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e30b54b652574d2087d954d4d4860529", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "59a732fa7fba4e0b8b56b2824adb73e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "74870ad5a93a45849ec391dc3b93801b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f6ac6e18f643474ebde4736ba64a4ce0", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b45da0a754446dbafe7813a22698956", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "660194c7b9af459db9e0c6595b2de74b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db2d0608db30496682a2964a3c6a596d", "region_id": "RegionOne"}], "type": "object-store", "id": "9c3f2da1ec804a1ba8cc1b3d972428d6", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8352509440484849846227905e0680bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "156dbc8f579d42f1a2b6273e438aa7c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "11cfab1fe02d49d58ff218070471047f", "region_id": "RegionOne"}], "type": "clustering", "id": "47e5d6195c5746348c62d21ac6c0edcc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "981ad82a7c0f4b87bb7b7e9aef939fff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "61c6004a88f14a338aa2884e0045ffbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "419126ec34434ab4b2e1ed5e90ad2806", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f1033b16e60d494a8deb7c326e8ee300", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3f265cb1a1f845e7b07e54d156f14c04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f156650bef8d436992a1ce6d6319bb7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "091dc094662542709cc1a9ec672b4dc2", "region_id": "RegionOne"}], "type": "cluster", "id": "ab26c6824b334273abb4c9d41857c81c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "554870256e4b434ea0595f22e042b239", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0b0b16f7e44c4db2aea6a50d55c17bf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a2e49c52d599469e8c74dbe846eefb1e", "region_id": "RegionOne"}], "type": "data-processing", "id": "2fd5eb5bfca143b895f1469a240aa669", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f64cd11f4b0f4cbea5eeb9dfd25c9864", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4f8c5033213f451490ecadf7083e62d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "92680d754f2446d6a8b832ec656fe9a5", "region_id": "RegionOne"}], "type": "baremetal", "id": "dc068a07822342b3afef1e6b0894b6ff", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2184bfc567704ba09d1392de28ef31d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "472572e0209e4060b05f9860b8af6504", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ec0bb5ac2b0849fb9e0b70f0ec435fd3", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6884c804bb0c46ec9ecd6436ffe7cbc7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "25706ece48ee4fb188e818e76a84c7b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ce4b94e52ff44767a1341928aaefe762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "2277dc03546943c48c47c4f4be721220", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b602ee3427b9467ab55512d4b1d1f598", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2e916192641041959a91226e2659f2e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ad444aeff14340f5b16979545277fd74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "be966adef3884ae39029a1edced11baa", "region_id": "RegionOne"}], "type": "key-manager", "id": "60f8936bc9d64b1e94a664ed92a051e8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "349f4b1971cf442d8cb97e7918ab12f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "59ce6803f4cb4827aa234200513398e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0635d1e3bff24c16b646965c9130f08f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f308842e5ebd480ebdfe3aa963921fcb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "39df52523b934718856c0b337d3f86e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e6ebe327543142dcba60ae246aac4012", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "78f4568e083b477d8c90b88da612aabe", "region_id": "RegionOne"}], "type": "infra-optim", "id": "cccc90b6521947e7a6ce3a610681c883", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "122338d6ae4e4347beb3568ea60e5971", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8d0d92de1ec34f5f948280e480a093d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "72ecef5e749b4a5a88f34feb71c5a529", "region_id": "RegionOne"}], "type": "message", "id": "a9ff1736d2fc48d4979321e5678e428f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a6697b5c37704c839286cabde456d1e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a919456b647a4daea4bb4a3047b081fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4ddffe0ed8074f4cb4d7e78b7e7cb2d2", "region_id": "RegionOne"}], "type": "messaging", "id": "2f9a81ad6cd94cddb8516c3287c63b3d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "590e3a8492954d398ebe41feaf355bd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0ec52bb43ca246d68d743748f59f6206", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e2b83eb85b4c4d02b9afbe755bfff615", "region_id": "RegionOne"}], "type": "application-catalog", "id": "9db3b71648024adca0587f03ce9be569", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c43a4589493428fb0673e64ce98b879", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "968a194aa94d445bbbedb1a3de251055", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f443590917744144a816dcad64c8e141", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "dadf38dfe1c447be8b7e264e8d64ec73", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e5091537321b42f48c398f10470c596c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "925fdd32043b410e9530bc2547b9d3a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7e59cd56c54f42a3bcc918b9b11086ea", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0d996b8bcd424c58bf5cb7ad59f76b0b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9e405f5be1cd41acb6e57ca49d4fcc4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5dbee63f34024564bcbcf47f005da496", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cc87474316c9449c91aad919df3a5f4f", "region_id": "RegionOne"}], "type": "container-infra", "id": "b2f881f906d04c3f9d49b6903851912b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "16be620a762d4788a1276d385d8713c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "823d3edff34f4a1c860b425c7bea3a93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9a51f835542d4de4bdf1b904aed8b182", "region_id": "RegionOne"}], "type": "search", "id": "aa62733056c24135816a7ea8789b9bc4", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "33d1a9bc535f495c8e0d87b6179be56f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "261a2ce6e8194eb4bf4f919d546011b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f6c66fc085c8469099f32b1de3935aa0", "region_id": "RegionOne"}], "type": "dns", "id": "be84539b949645aea6a0c6f5de4a77ab", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "95fd90b0ca504760b19619e6477a9a21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "72706449f372438f8b0e6675abad7abc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f632603e82334bc1a0f5dcab7a19f0cf", "region_id": "RegionOne"}], "type": "workflow", "id": "3e18ef13f35c49279e8731b39a9349ca", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0daeab5c701a4ac497399e0e6daa2b49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f0c443812da94f48bce37b4da9d4818a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0e49800b8ab048d4ad09a8ecfee872b0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7b67eb0e73aa4bc6a3028178e55fd222", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2e28959b3af8499da54fabad9dc24299", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2ff75ea599454401adf79b732bf953c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "2155798a56c14dbead1ebcee65334b7e", "region_id": "RegionOne"}], "type": "rating", "id": "19d16d1f3f1d4c92a31a751279ab309b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4e96cba6ce71459e98531b88265b0742", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "22cad03aff8240cd857643d5f034745b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "feb309250de44b0ebc7c40d874e9a7d1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "57328dff524d4707989369cc6d5c411d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "805cc5954915417d89e129d1145ca897", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d7482fe2d2b94d4db0f1a68240a712dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3101f1972a5b45f9a36d773445a66c16", "region_id": "RegionOne"}], "type": "policy", "id": "20670dfcb2a6457190de0474b9e84495", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "118caa3a3c2241d190b1b8c81dd4d85e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c507e18f873c47b493dde2718f1425a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "aff40c8b8d75431282fd5cd8467b70aa", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c8d851a375314fb299534aa86d06ce80", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4a58579755a04594b6c1090166554780", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dde6d525d43144679aff537925ca6cd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3a8bd433c91843a0beb510983cf1a75f", "region_id": "RegionOne"}], "type": "sharev2", "id": "1b041fe8f2c141238ed09649a70ce0a5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2094e6da04e24711baef7f2ada360f35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7acf38d7306c481cab182672c0ecf1ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b184dd11ba3f4f9cbd1333efc9ad0f3e", "region_id": "RegionOne"}], "type": "share", "id": "6ca431b58ec54831b141c032bc56412b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8f07b37370cd4b6e9cbc35a786f9ca29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4ae4c9b397cb4cf9847f49b4aa4714b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b270c2f14fff4a0c91ccd387880870db", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "65b94bb63f6f4aa4b10d0d14a70325fa", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c136aa0d98674769a7344cf4b8276ada", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b89fe50966884ee7be60b7a4d8804445", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8160d9b581884b5da00fc61c4a8bf336", "region_id": "RegionOne"}], "type": "orchestration", "id": "12874676c24d4dec9e0988d677d2489f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "505b5bffbc584494a312c7cde502d84e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "963a24a29e0a4431babd3e311d114820", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89b2e3e046964dcc8f9b323ddf7ae151", "region_id": "RegionOne"}], "type": "block-storage", "id": "c410e1b6e6fa45b589942bb186e0d1b9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b809abd39fc4b6eaa7cb5215e0f0234", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e012ee51a76d4fc89d2823f31989b850", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "587f9c6034374fa2a240ad0def7d3168", "region_id": "RegionOne"}], "type": "volumev3", "id": "dbef3cd7340948cfa5d9cab4aca67fa2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b52dea29141a4d8bae7941aa6a45eebd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1abb4bede3754f99b34382e7cf4bdc51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a3448b2eadf4685ae18670f32fe06d5", "region_id": "RegionOne"}], "type": "volumev2", "id": "f528a134b6254c6e81cb1485373d62d2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe03062b8f55472fb953ec2c33a66006", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88e66e64d8e84bff83535a3f1d301d1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a79190bcbe8469ba76dfad4f1680680", "region_id": "RegionOne"}], "type": "volume", "id": "0bd658cde49a4eaa9230c5435fd620a5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22c48811bb85406eb0a0d178825fd092", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "979d65ca7e154d8082b84318b49d524e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aafcd351beb941b1ad416940708118b7", "region_id": "RegionOne"}], "type": "block-store", "id": "eb5e6f0b6ab64c6a8a41ba5553331dfb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "75a4cf4f915c4a2988cf4973670994de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "eae22189965c4a008afc51155baa9c69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f0d322d1bfaf469cba73aed7f09250d0", "region_id": "RegionOne"}], "type": "alarm", "id": "79e93a785a6144e4a67fcaf4406126c1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b0307405394349a09fa7b2bb119d49a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3eaa2ab6ff0648f784c08eb36a618972", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cc89f512be614ceb986f937d53ad4f17", "region_id": "RegionOne"}], "type": "alarming", "id": "6afc3e17041548a79f183ba9a966d114", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3817608c96ab479f81a8400511292a7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "15e43f0d31e548e6851c6cb691dad375", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "97dfe7ec07b747349ca36511fb793f13", "region_id": "RegionOne"}], "type": "meter", "id": "3f3bef5380d24af59365507b787d3635", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4eb5881eb86841c38b24c70d9efad059", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2409509544ea47fc984d3f8dd9dedd2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "39762a76a5c24b7b821f49b55beeb383", "region_id": "RegionOne"}], "type": "metering", "id": "f85e9a9738104b469bec8855967c3f6d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dbec863b350843c7a7cecf6df3ebbfb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3bf9a31d4df1443c8865ecd37ccf9ccf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3227b0e7231c4485b1192a7163e31423", "region_id": "RegionOne"}], "type": "telemetry", "id": "006b2a70a9904259a5714043b7d9d9c5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8ba24cc2799646e5838cfc7bd53e43ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a013a74f8c9248fc882a6f9c57ed1988", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "07ce636e660d4709af4adfea447f1654", "region_id": "RegionOne"}], "type": "event", "id": "65f1417650bc4747b7d8ab7a5c90b0e9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8c3a61f0644443c4966dc661c2b0d749", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "462cffb23fb64ba3a5066ed09f506f80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "35343accbadd4ff4bd6448a056f5bf68", "region_id": "RegionOne"}], "type": "events", "id": "4a9be1748f774cdfa6cd4924c537fe25", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ee62d8cc387040d18c7d941a9f7bd806", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8375a68efc9b40329e394c68f041db47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9c46fd085cbc42d6ac8d22e9d8b0a644", "region_id": "RegionOne"}], "type": "application-deployment", "id": "81af604ed7644d088d9cee5344900e64", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f9ace61a00b74cd8872db52d8683a5c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2094d7379ced474090d95fb08f2c466c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2e44bc12273149e0b0f0dd66f490449b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a8b637d703614a60a7a12dd5adb21281", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0b8e26cd2fb34daf996e6d03dcc82027", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f7593a4cbe834fc5ac151399cf4bb6cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "18f26b97611f4dc397ed16d2bff89fc3", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "35bbaf9200114235a99d6b963147d930", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f44f6682ac434ce9989fecf7d4a86f91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dcaa344e1e23496284992f8a6bbdc4af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6b95b94fe6a44e9ca2b18dab250dba4b", "region_id": "RegionOne"}], "type": "tricircle", "id": "7f570f34ea1e4aad8668f6a1e1d3d513", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b26dad0fa52445a2889e6ca761634864", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ff270a1425e1483da0a1909984895b97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d63ae648e3fe4ab5ba4ff83d2d9b5160", "region_id": "RegionOne"}], "type": "database", "id": "e21bfdcd57bd4949b915b2bfc3dcf1f9", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "10c30517d35945178188f236b4f80654", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "028e1e57b6204e919365aeb188e723f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9e388116b7a843ec80c9c0721c509ecc", "region_id": "RegionOne"}], "type": "application-container", "id": "5f2a1e755c53434b8c2ff528aeff9cad", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "46e23d1c0bec49be9a15ff3b45462bfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "99623377ac5c43d0b9ed73a9d857355a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "68332d6a82f247fea8f06cdb86745426", "region_id": "RegionOne"}], "type": "container", "id": "6176fff064ed4dca9ac9150789b83a38", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ee6f6bc852624e03a4c8d2e070e0c4d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "002031be9125431cb457e3ec3833165b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8cdd63108a444704a9ae86ab83667d8d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d7bf746c61e84d60af94be35c1e7b319", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a9798a1b433b403bb53e7d49a5e8e529", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7773f1dce49448c8b26c425ee9109e3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3b0e1b97a8c74abdbb48908daa8ffd62", "region_id": "RegionOne"}], "type": "rca", "id": "9a3c7fd1820a41e6920f2e23f92bda39", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8fffe4b15ade4c8983cb7cbb8dcfaa72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5ec9ddc16f3c4a8c96d933baabb717b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1ddd7a1ceec64e1ab3d431e25c8b029d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c09b7100db2740f8ae4abdfb8a44d1c2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c2b107f65f784de187eb74228c518e4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b20db4a6f77240ad909d8c8c252ec6c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "142f7a937b1b4d8d8430cfc5d557cf08", "region_id": "RegionOne"}], "type": "network", "id": "02337d96a1b44f41a67e6f0228377e00", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "4d18e4189c274aaa89a119be6a74c679", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2977ee9022774ad79873dfa6c831cd72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "de82abfed55942daa8eb7ff27661f5e1", "region_id": "RegionOne"}], "type": "backup", "id": "53e2a8015f3d4acabe0952748d0665aa", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dc814041a9d144258fdf7d8eb9c41145", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "33036b1b36bb47cbb5fb8222dc874b46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2ad14664963741429891b821810b295a", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a0a58606e9d04761a524fe0a508b75ba", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c06e9df489ab4349b9c7e00898cb5dbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5c4f589ae5524ac2a85c8536cc49218e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "db8626379ca4445cab8d90c9a5d29e18", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "7f141daede9444e89f1c3d76d50e155e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2ea5c4ea630341aba5ca25ed47e440e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3f6777a7f9794cac893dbdb07590f74d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "33e9b3b3f13f47cd87813ad94ca4a8ee", "region_id": "RegionOne"}], "type": "monitoring", "id": "bc7e87c43a7e4cc38fcf530cad14e72d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4098224b95144852b3534ecf1af059ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "66668587315b46eaba8cd425443076c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "815200a60daa4db3bddf0c92ac4d5014", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "174df23c014e4312a7bbfb6c1b8b9a7d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "73a3e405118140fdb7c1e4724761782d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6351101b6d694ad48b16cbf719156b29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d29e4f67f3344bb4bcb92038375ab51a", "region_id": "RegionOne"}], "type": "placement", "id": "4817f93af8974343a96923daec0000cd", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "11d54dfc7e104401b59de847246fb9f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "996a1ed9a3484ffd936174e7b991b81d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e7877f288c7644b5b761a15cec52080d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "28b3db5bb5de426db731d27463a4da1b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "209ae88f7af64a31b82bb64ffb7f8254", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "24146062d89b41479de9f2185e2847a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d66ba3ffc1d64938b6bc859f8ad99413", "region_id": "RegionOne"}], "type": "ha", "id": "bec401ad12c04abea8114400e7457922", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4b0eadff4141417685ada37d6b1d2076", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "81f5229823814e4081d07b7535aca32d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "aa07b14d27104235be6aab88e740bfbf", "region_id": "RegionOne"}], "type": "reservation", "id": "75d5374fdc814e30b6d9b6b937f9c4e6", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8e797a9a9f2e4d47ab50afcc46091178", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9e0f19e7567b470381b3d7d991ec50fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e36fa5ef09094f5aac560d5f954d6a6d", "region_id": "RegionOne"}], "type": "function-engine", "id": "17b47073cc39468e83849da9204561cc", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f62e11f5517f4afca119ee6a2e230a0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2a28ad26afcf45ed9fb5253acf9e93f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "abb3d98d955c4d269f5362957b5b3f90", "region_id": "RegionOne"}], "type": "accelerator", "id": "237b108615cd4876994fd545440fdd56", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6dfe0d3a053b4981aa5ab57a4cd86d8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "42772dd316074b2b9c860cd7271fd7d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8deb7ed8e6db4777818aa012c8aa0e34", "region_id": "RegionOne"}], "type": "admin-logic", "id": "afcdd3807a7d434f93c89c171b99d87e", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3bcaaaa38a5a42e8aa7d4748c5bb931f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "06d2c635d45047e78decab87b64369d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "540f6a3be06d47368a50652aab7852e8", "region_id": "RegionOne"}], "type": "registration", "id": "fc9bed8cc63e4300bccdd32608af236f", "name": "adjutant"}], "user": {"domain": {"id": "6be44b2801cd4dfbb39f1fbb1183111b", "name": "f8cf8605a78244fa915d444b249d5bf5"}, "id": "fbf043dbd5844bd7a832b55c3750e5ca", "name": "461fd6ea530c45ab80af2ab1b029a2fe"}, "audit_ids": ["0e00a0d26ebc4079a42dc4d7cce8b12e", null], "issued_at": "2019-09-19T09:04:46.624447"}} 2019-09-19 09:06:46,807 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,814 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,817 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2019-09-19 09:06:46,871 keystoneauth.session REQ: curl -g -i -X POST https://dns.example.com/v2/zones -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"ttl": 3600, "type": "PRIMARY", "description": "Example zone", "name": "example.net.", "email": "test@example.net"}' 2019-09-19 09:06:46,878 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,882 keystoneauth.session RESP BODY: {"description": "Example zone", "email": "test@example.net", "ttl": 3600, "type": "PRIMARY", "id": "1", "name": "example.net."} {8} openstack.tests.unit.clustering.test_version.TestVersion.test_basic [0.066380s] ... ok {15} openstack.tests.unit.cloud.test_server_console.TestServerConsole.test_get_server_console_dict [0.177303s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:46,582 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,587 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,590 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:46,593 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:46,605 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:46.515668+00:00", "project": {"domain": {"id": "a76a466c6ebf4c5e8c34db6072107adc", "name": "bdce4e6747f346e4afd04e4424634be5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6366964818f04375b131ed33fbc05038"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1f7e8a09e3eb4264a9f7513533781bb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "cc1c2e21fbaf4af6acf5b096a91f8b2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "26917eefbc2348d18cbe400ad9d296ac", "region_id": "RegionOne"}], "type": "identity", "id": "c05d2890f41d4de8b532ccc0b9412acb", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "36676f7771c24df5ae518d1b30003a7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6358ba659f244b1d9c056f498a602444", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3a0ead11f4e64dc99fdafe8cd49da421", "region_id": "RegionOne"}], "type": "compute", "id": "ad091c41e0a34c3788caea05e5e445ff", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6794987eda664372ac6c3d47791cd590", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3b2598e47e80428487b84ed39d14ea2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "9f99d3f4467047f396717bb21df40d41", "region_id": "RegionOne"}], "type": "image", "id": "acb7290650c34391926a7c74344efa64", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3a77a5e3d01b424eaef5b7bdd587e5a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "becf9710f3f14f53bfad949b245d3376", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b48aea2675c64139bb465d5581e1a6f6", "region_id": "RegionOne"}], "type": "load-balancer", "id": "8abb2fa9cfaa40eb97f6499e4ac2847b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2951c3fcaa9a4d28abbc91d7800dd8aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2adbbfbd6c24a52a9379efd738a7c8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9219f96f7ebc4abea8ec5896ccb794dd", "region_id": "RegionOne"}], "type": "object-store", "id": "d9a8a681e4e5490e8c69c6b25aa99617", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "71b3694f6a4345289068b6b5dfb329ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e0eccd2a34a94c0bb8dc8d7be972fa2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b78404c9ab434becafd3f2969b30a92a", "region_id": "RegionOne"}], "type": "clustering", "id": "288c74e382624378820636ebcb4678b3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e771f857cafb490a890070aacb5e362d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2a4a818a350c47a58b7e7051512a6c02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bb665b6f822d48b9a9292e46058b8fc8", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "bc51ddd283b340cf8c0a0c407379a17c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "628d43f76a7246d5aa103d02eb3f3627", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6163d99c2f1b4cffb822f5e3f358d68b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4be2e95f855044ada93817548acc815d", "region_id": "RegionOne"}], "type": "cluster", "id": "efdda9ab00ec4996937604ee999d3b65", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d5eaa1ea5f494e01bb8f08e8e2af2f98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "68a9287a457b44e4bb7fc64308f7eab6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8ca97bde98eb4e95ac26a61280d55244", "region_id": "RegionOne"}], "type": "data-processing", "id": "04513afefade4f1c81a455576c715e28", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ae1a2e5c98e04af6befeb76236d50c9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d051009e2b224d21992284cc9c33c7df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "cf0c03a77cab4ac99b3a3aabf277a04a", "region_id": "RegionOne"}], "type": "baremetal", "id": "b5f8c2cb4e634abb8ce4e75940a772a2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a7f99f23e2474c9d93a16f40555dfca9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "58bb98a32e3e446e82b0afdfc49aac03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c191cfa2c62a47a08631e287003ad2aa", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6b678cb354064d7d9b27e5653b7af4db", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d96e8e61133045d5a91989e694afa44b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "088ae8bb9d2446c38364501e860c8e1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "eb3e141f67ef4dcf942dd4f771d94099", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8928896fc6eb47539845347da092347d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fe0a971da5004fccb9f7caaabef57f07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c26f13938e0c40d1b58f109f9662aafc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "21fc793d1d374c84b7344bd7a9483a2d", "region_id": "RegionOne"}], "type": "key-manager", "id": "e172ba0e8bf24269a9f8e9c7ca182672", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ce741fc7cccd4f4c87623c2af3296046", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6ed215c3369a4a1e9260c2fdee0bde05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fccaaaa23a734c60ba2f1df3028b2e97", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "271e58b59c694b0094f161ad6c0f7722", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b01ddde05c304160abdb077ed18aacc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "42b65dfa0c584766879097b3d00ae19b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "de35aaa9e3bc49e5b734f7e66251c4ff", "region_id": "RegionOne"}], "type": "infra-optim", "id": "3098760315f3483488ef4913ef6246f1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5364dd50741c4d71a0d6700de30bf0ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f79fa89c1c4a433ea858fb2f475c57f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a9384f5834184b50ba090c6c0f9ca66f", "region_id": "RegionOne"}], "type": "message", "id": "db1e30437e914de5803fcd87d05edef1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c38e5cbde246404dbf46cc19f94ec7cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0426d7b59eff4eaaaae940cc8934af0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9a479d18221e48f3a4901d59c27cfbe3", "region_id": "RegionOne"}], "type": "messaging", "id": "6ba04315cad945b1bded3ab44d5ec883", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0f73c9869285430fafad63af887df7d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a5b6bc0cc162484ebf1367361a9d2bf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "802fc1dda31c47bd91d8c8e9a2d4bf4e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0757a6e568ac496fa8af2bf955261d70", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "026f73b747ec40a79c13912b763d0ce3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "58b3ce68aa014dce886fd683977db3e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f099593f6ca744c89775b0e4ea59c3ca", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "01850a549a774ac191d6fdcde945e75a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a45c2db571ca4cf795e06b1f1dd6c92f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3a2ea53912b84436a388898544045d7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b146797b2b664e2e87319f98a4a20296", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d5a05efdff5b4a10882ef2d0e9fa7f7e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c9e0af42007c4ffcaf97f3a136a375d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "010bf0d93e1043bc9e83658f85c5404b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "84c86972f93a43a09f6ed92b368e6979", "region_id": "RegionOne"}], "type": "container-infra", "id": "6a19e568b8fa4f3bad14e019a489fdee", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "825b95c321f84b5ea49ac9e708d13570", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f4abf25b42bf49649ee8f1c86d84c261", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f87f27afd2a44d4f93837431c85d6ab9", "region_id": "RegionOne"}], "type": "search", "id": "1c310096f055484480a5cc841562eed0", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "92771d8755c6485db602d0e84e6f4de5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f86eccb096c44cc68fdb5156cf494aa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "aeaf70e0c4094e259db8232d1480dd17", "region_id": "RegionOne"}], "type": "dns", "id": "f567a7cbd5694046b2816a700f85ca5b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8856b3ea21de42548de1a19f9858c3f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "34e92e9f1c4a44319747c7844eb84544", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e4054ec92cdb46bd905ac5b16f35bb29", "region_id": "RegionOne"}], "type": "workflow", "id": "e325c9a21e754fdda471557c67a326c0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a9ac494c53bb41e29a9dfdc82db13aa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "51b00adf2b284c11a2d3cca53395e0cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "927377f856ae402d83ac663466e2141b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e85aca0ba11b419f8c392e6ebb28a5e2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8b6982caf76a4a1382908825df9b3015", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "38cbe1fdcea446f6b3d22ba60e9950cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "985948c5fec546ffa76681c4b512ee14", "region_id": "RegionOne"}], "type": "rating", "id": "ec9beff385c24037bdfb691fc7362034", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5d6b04469cc441568e4c7376846b82f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9218730b9a4d472095d3ac519086be54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "12a09ca1cc5c4d148e5a6d8995cbecac", "region_id": "RegionOne"}], "type": "operator-policy", "id": "698c15df90234eedae0557281f75ad3b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3e48ce45ac704096833f5c0faa87c5ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "441ee4721242486599c44353538191f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "399d9a78bbd4457b815822f337ded088", "region_id": "RegionOne"}], "type": "policy", "id": "ed2caf72ed574cb2a87289dc4c68da87", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1ca990c58d74417fa98000f06d4726d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a1426634d3534c358b3995a07e60792d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6d4fbb61fc654e36b71ec92eccda43c2", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c6a9aec6e010489b925d86003d971a23", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0538292233054c98ab4cdea944c5615c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cca74ad3c2024d4da79f262ec15063c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "57f589a18be14a49b7b5479358795a4e", "region_id": "RegionOne"}], "type": "sharev2", "id": "ad33f3fbe6294f9787dc5d62f693a445", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "33c29b2d85ff4992a425c3f522530ffe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "03d3ed0055264f918aff0a754b51aff8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7c83050d599e405bbe8482d9960e14c9", "region_id": "RegionOne"}], "type": "share", "id": "1ebf9344e45e4c378ee16fb85569949d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f807e226a9264d93855d4023220b5572", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f0a3257b67194d79b58b3a44b8bd7c76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "89485a63682c46d6ad4980ddbc8b5d86", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "32a71823b48c49c2a96c1ab8cc90d889", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "635be28c5315485f8bf27e7903857296", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3b7ac00123a49a39a2d8eec821f58ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac758e4bd7e24ee6a771b94750646cfd", "region_id": "RegionOne"}], "type": "orchestration", "id": "76a06ef75df4493686257459c9b2f4ee", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3131ac3d1f544a4a9dd1c792a7de9a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3010ee4829b54d53a3cc7e47d1eaeaa2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef8445f6aa8d451d92b97fcc7fd4e0fc", "region_id": "RegionOne"}], "type": "block-storage", "id": "3d4a166782dd49ccbab3826c13a06fe3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c4a40134577436e9cb57eba6b3269ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70ab6b9ad9444606952b53b845e1c981", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c20eac00c1d4827824c8450f627834d", "region_id": "RegionOne"}], "type": "volumev3", "id": "83378583cb2f4ba7807cb3b931791106", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67fd93849875492c8a49c9104d6d128d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ee45f4c8f6648469596d39102489303", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fb1235255984bc4846f6c5e3f5fc2e7", "region_id": "RegionOne"}], "type": "volumev2", "id": "e96aafbb69eb4cddb4a00fa9c7e8d498", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f61a460b1bb54cc0b98761b2f12c1ba8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e656655e4f346d8aebe6142fd06cd3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b3d050f59c94f44a3ddb1e8f74b123b", "region_id": "RegionOne"}], "type": "volume", "id": "147057faf24444b3a88d42ae7dc57bdc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd099d7c2684424e9c4a978b46d1359f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e0d753d167f4d95825dfac914173e8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc1ce88c3e4b4e03ab61473b6c73d040", "region_id": "RegionOne"}], "type": "block-store", "id": "70c55b1ecbfd49f489b4396d8dacf675", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "130b705285914e13a4d8a0d635f5e21b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "127f475dff2f4f99a3164e4737ddb9e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "251306c679724b288c089702fe0a1e1e", "region_id": "RegionOne"}], "type": "alarm", "id": "b3d03d7f19ca41cdbb90329bffa788e5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a83cbffd171e4c23a3e595d0a51d7a10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b86b23efe1594d459a18a25e31edd9c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "46c9288d64bb4315b888b726eb752da9", "region_id": "RegionOne"}], "type": "alarming", "id": "b6b88545202247f184f00a820ff25131", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "45ad8c4c3995462aba85c2613c73eb10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0c300eb6cf474df69d18883e41561167", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2dc76b86e42a47c49bd22a329a31515c", "region_id": "RegionOne"}], "type": "meter", "id": "210ca8e8043547318ca3d3d4dda0d3e6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c2234812a5cb459da58671bbd6108abe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2f319fc7ecf4479297f71599ad31c4cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "51c32fda842946fbb70b23926ad8449b", "region_id": "RegionOne"}], "type": "metering", "id": "e1df9be2e58d4342940a14fa766fb97f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "11f524a482da4b6882917d58e9c2a749", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c3cfd78fe81f4cbfaa7f0f91c5eeaef5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4e95b66dfaab4ad9ae884dc1c71bf7a0", "region_id": "RegionOne"}], "type": "telemetry", "id": "1aee98914e504fafb878b32a3bdc4c76", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1d42a16ec8b74134a89b943396643129", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e76f905b0293451292404d8a66917f68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b42d1cb3fa3a4fe0b63b73244a7d3093", "region_id": "RegionOne"}], "type": "event", "id": "dcc57349586941218e414d9c1460c8ba", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c69aac1a7d2f4db29b5151bff18eb33a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c10410475b9046098067f4e686ed4701", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "82da659cfbe0404ea07097ae099b5dec", "region_id": "RegionOne"}], "type": "events", "id": "f145a4dbcc6e4dc7a69323bd44ea17db", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "221d771dded741b0bf7666112aec69ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ac1ec72483b44f70a63c182b2596689f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "094d43d150874b08af12323182216fc9", "region_id": "RegionOne"}], "type": "application-deployment", "id": "db09fc899c79424aa3fb87425cce8065", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "056fa58ac5d44268af334253a773b754", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bd5cd211a5f44006ac44df45be5da7db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e38f24954f31404a9f3a00f4d96aa541", "region_id": "RegionOne"}], "type": "application_deployment", "id": "aa414c92f0c04730bc5229bacf632090", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1b454e81926945c4947b1834714067f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "13095e2ffeca4038afebd31e6b836ae8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "392b0e4ad3294283b87d9a5a3c966ae5", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6dee673f930a45fabb77f7b3413a2a2b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a9cc98761ffe4fd1b36d5f7de05a82f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1ca0b1a5668a4b3cbeb505b7bb387d13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d4ecabc7c95d4245a25ab7b2bc7e1d59", "region_id": "RegionOne"}], "type": "tricircle", "id": "fe5f33be455c44f7a653195b90aa5f85", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "cfcac67329af4f45a653a4f897f3d80c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b12d146bf30d4585941ff53bb504129c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6e2a957bedc8463eaa421a7c9fe4b41c", "region_id": "RegionOne"}], "type": "database", "id": "c691655eab0a41348f817e07b5190191", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d3c204d7b49e4280995e816745480f1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "86c87a075a4d448893ee39af03b32627", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d63f96d270d34ab8a3600a9af9b38a72", "region_id": "RegionOne"}], "type": "application-container", "id": "3566c1882eac4d5d8dd073ac8d261d98", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "15bfde9d5d9444638342d04e28b700bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f01ed0726eda4e24bee324704852bc34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b174923d1795474888d1b72aeab9318c", "region_id": "RegionOne"}], "type": "container", "id": "31b2603f72ff472ab36a3ea65d9f9f8f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c10296fea5544abf9a838900356f6a87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9deee4a22f6c4872938567d71810158a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e4f8a174ca50444aa484336ee74019db", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "03c8b173a91f4f59b7769cc1fd693efd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e73578ddf3c947acb9ead4705f4bc8a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8860afcfb0044371bd0e492cde9cc914", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d9cd6032f4d147689dbb763d9ce79e94", "region_id": "RegionOne"}], "type": "rca", "id": "75360376c41342af937e35c497018884", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fd5cc72b03a04139afd82afc6a61a540", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6e0dffb0aee043b3b55eebb0ddbadd6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "cac07d9de3c14fcf94064cdda0211a14", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3899f00a5bfe45cb9340b432a53ac691", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "84d43b70bba140cbb3f8e8e7ff3b80fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d347e9c1dd4645b8a35059245c617d76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a7f3f8a9c1364c9e9dea387b5f4e2044", "region_id": "RegionOne"}], "type": "network", "id": "1a4a0134470e40c4948e117e202b67de", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "73aedb428cc2448ab84be697dab42497", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "00998e0fa379423496347aa4f4e04f02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "611b0c4fa0bb4388ab0d273f255a88b1", "region_id": "RegionOne"}], "type": "backup", "id": "bb4cc9aa571b474495e12aee62d88150", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a47867e9d186464bb56acd08d0ce713c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1f9291172241412daf6acddb632897bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "915ba8c494c848e581e920e3159e1ce1", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "906ba29c132f4f88a74c316930c5ed73", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7b55c89cfca94946835ef2dab7f2dcb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9a8156e44bc14245989c0454cb284411", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "eb7424f225334e00b0e3128cbe298db4", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "07e682a9db38430f9c76adefc1ee00ad", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "29dfc464e1d54b9496943b12faf6d2ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0ef9a29d30e84e7c8e24bcba9c495e6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b8c90d35511e4182926ed9a89cdfbc0d", "region_id": "RegionOne"}], "type": "monitoring", "id": "2a11b494853741acb14bbb33a43bbd55", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "556b2382166c407cae205ebe727ff252", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "816c35d15e5c475ba2d0141297280ee2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f0c6a9f1e6a64623a7129e9c251c5d32", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "5bc6df6870b34dcc8a0860dac1c9e467", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "11a701012dad4edbba3fd4eca12edb5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0cb2ddd0f8644ddb95062f41fb07a1b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0ebdeeef744f4c859189efefe5279c4b", "region_id": "RegionOne"}], "type": "placement", "id": "7fa29ec11c064d5d92292ecf3155e974", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3cd0246da8ad4a989ef2bcf48f9fd024", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4daaccc31d8647af9192e8d5f5480a7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "11ad7ccf638e480fb4fcdb6d2fe90d47", "region_id": "RegionOne"}], "type": "instance-ha", "id": "53e5b77b10e84925af5cb836ce660457", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8cce5700f4f347d0a364cfdd2387fcba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3d1cc0b6e69b495bb4900423ec204020", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ff02486dbe094c04a04daa3eb05109cb", "region_id": "RegionOne"}], "type": "ha", "id": "43cba4016dc543ffaa1c50dc021c5d6f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a1be13c82dc54a4a8e3702b4ed19c144", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "88f779d4fcb74a0f8962091ac301b844", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ccc82841bfe44887a70398747bbc064d", "region_id": "RegionOne"}], "type": "reservation", "id": "ecdeef9480b34ab79b1e84d50b936259", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ca171fccad014a92b207977e861be1b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3f508764908e4533844c9d2c13bdd3b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f27b4ff98a194ef4bc8e1e8b18c67efc", "region_id": "RegionOne"}], "type": "function-engine", "id": "164f76b9653241a3b672a9026869a842", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b58b07cc15944cf68992aa180c0d606b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bbe9e8f666e94433af40247b1784e8ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "332e04a936414d8fb7bc6682316f74c2", "region_id": "RegionOne"}], "type": "accelerator", "id": "dd28bb9a0da84b45972136b22fa95be6", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "85b9863d6bd64d1583b9d801e4dade6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "222d0f068cec446cb48f35b3357e93b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "38a0e0917b164139aaaf65e59b16a4e6", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0b05321880f4423faa28e04aee1247d2", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8e2e02f55a824068af63c9496d6c651e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "75d406e27ebe4c6da32c70cc70fd2462", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9d28bb3b01e44ab7b0a00d8bbab05458", "region_id": "RegionOne"}], "type": "registration", "id": "b71c7ba59d7743179b79f027bcb7692c", "name": "adjutant"}], "user": {"domain": {"id": "e4d47bf340a2463da767090ff741a410", "name": "7d8ab84d81514898963614f8afd5b4c6"}, "id": "a93fcfa8aa15498e8c8dc5e6fdb1d1f5", "name": "713b27125b0c4ea5b3b9ba2588c50496"}, "audit_ids": ["2f640eeb14a54224b22949ca67190875", null], "issued_at": "2019-09-19T09:04:46.515668"}} 2019-09-19 09:06:46,679 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/ce9be34f-8168-4b89-a856-a56646663d8c/action -H "Accept: " -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"os-getConsoleOutput": {"length": 5}}' 2019-09-19 09:06:46,685 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,687 keystoneauth.session RESP BODY: {"output": "output-3"} {0} openstack.tests.unit.config.test_from_session.TestFromSession.test_from_session(no_region) [0.282976s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:46,513 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,520 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,524 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:46,530 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:46,546 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:46.448762+00:00", "project": {"domain": {"id": "d6ccfaf183da4ac28bae34b9a59e5b21", "name": "35db5fdcb58748ccbbd414ffa1055879"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "aeaa8cc955c141a49e82753896966e5d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f7cf0991b24b47ffb66d321da726efe2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5f6c3f9f545f4696a9bea970be27d537", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9780eba105fc4972b0a66fa2d817c968", "region_id": "RegionOne"}], "type": "identity", "id": "9fac0befa05b46d6bdd3b5b3991f51c1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0fc8031ec5d84fa6ba06091f0442311d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f4d3320fe86f4b1781624ba979d91029", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "80e9e078b6d74ca588f92a8c6e0b57b9", "region_id": "RegionOne"}], "type": "compute", "id": "1243f1cceeae4c4b847b6e5546e0f844", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7dd77ee859ce434a9d20ac96b0423f16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "171423b8ae024c18b5d1a62825065458", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "57e8c75e371b4a76b0d4828ac2990c2e", "region_id": "RegionOne"}], "type": "image", "id": "7b665d49adda410ca7398a6530aee07c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ab51c91293574b6282e5a572dccf5f03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "de21399175394f47b4e93cd264a6f444", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d2c1427aac2e40598294471aeaa4e3a9", "region_id": "RegionOne"}], "type": "load-balancer", "id": "995127b251204297a733071f8f715b07", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7ee062646964317b952ca22682130b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38876eb86dcc4d4f80c55c31e6a9a356", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1c5e19ff93043fba6500f313e8f962d", "region_id": "RegionOne"}], "type": "object-store", "id": "5624b5b5c85241a4a682a5b41be08b69", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6506bf6279294a6aa0babcab6325e6eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "65eb4bacb26a4c74b0fb97632d4af536", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f29998782117418eaf9a8deba049a4ee", "region_id": "RegionOne"}], "type": "clustering", "id": "d106b3145fe14f2698ac7e44ea877b9a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a3e9ab044b634c60968afa70a5d69d37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7ab652164253477484aae4114dbd7fcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9fd660c6f0a244a292ef442a84a8be4f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f8d2b970b19c4f7bbdee3bc6ae13a680", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1f60b81f740c473c86a96636e1140a7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bd11af0b2df6411f952f9af134c46bd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "059c4aaf07164ba6bf5a045fbef9c9d8", "region_id": "RegionOne"}], "type": "cluster", "id": "6997eff19b354686b9a674a4aaf1f2f6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "24333d1573e54631aa87544928edb35d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "594b188275974696b9024ce0a90e2202", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3ad98d42d3e7404d86b0820b08203a9a", "region_id": "RegionOne"}], "type": "data-processing", "id": "0afaa64d395b4d8ba7273897ca6e6816", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4f9e9e071a6f430bac9b1728d4c17a60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1f265f19437049459d454c0cfe76c34c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "598967c761904ee994dcc23859d9d3dc", "region_id": "RegionOne"}], "type": "baremetal", "id": "0c666c1b72d54874bf398054ff74a745", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0d2a584785144c26abcc87f73d04c932", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ed365d22ab0a4abeb8fbff814342a641", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "816bb6222206405c93a0022ddc7bd43c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "30f28427f52b4a569b28b5828d96208a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d8afa75717334d35b9f37cf4bf18ae0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6c0d1f4bd84f435a9e7af0000052d3d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b0c967bf73ae49b0bac21daeae91ac37", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9466a4adf08549b89c76e32f2ef0e689", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0cb36799d0bd42348431e28e4bdff659", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d9a05ccfbfaf415d96f7c945c02e5ede", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b907ca6a7e344555b115a2f3728dc489", "region_id": "RegionOne"}], "type": "key-manager", "id": "3898233612184b4b92704d86a0b01d1d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e255339e70344545b685938a7561ad8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "89b7847afea748eea4f77b57c6b4e7f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bd1f11d35ff64efbbb28f0c7528a5ea8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "3cb3e40d76d04b8396fe37bad72af3f5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "74a59b87358c4f569ddf7a90bc57d649", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "380531b9697b4420b4559893c32b05e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "02224378d21847ac976658558334e98e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "080a88d8f96a4651996c5fe33dc3f361", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4b04e4ea816d4aa69844a3ba5e1fed13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4d5f0e60cde4469eab298b2118b0f345", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7ecc5281a40f46b181c648a0a98cbf77", "region_id": "RegionOne"}], "type": "message", "id": "f56e8bf9ad054f889e5274c0073c019e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b9911454b75848329badfb69a966d6da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "cbef4eff1a674c2987232ffd68c72f14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1ec25af5db0946efa7890d0716ccbd10", "region_id": "RegionOne"}], "type": "messaging", "id": "e1b3a112d8fb4ff487e4b6b6628a7cfd", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1170c41b2e964831b0094b56d4f310d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "33b35e771878480f9619ec4b587ac143", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "818ca370d6a44dda93a8cab8e907ba25", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6eb61637b47f4bf2841ea1fd6cfab559", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "51a08bfb91cb45859658f18f395e0706", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e80f114313304e94a93a1be04746480a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2d1246952f7d483888c51cd1f1f56903", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "fcf98f7876be49e091203911303f5e79", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7b1e3a81db3e4310bbecb66faafd1898", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "75fca286cb1c4105a7f089ea88da2f83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9b553c954e4e4d089e1befd8ebdc3331", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "fa5555fa95e14c8eba7eb123eaca6d3b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "25c6606832ad462e8c283fc019335c59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "562a3ed9e679475aa8702fe8f26ca6c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "75dceb4bb7ff4280ad9f2c45bd053404", "region_id": "RegionOne"}], "type": "container-infra", "id": "9f7f0c34893b4bf2b194382d82ec88f6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "194f8128f78a4797bbfd84f677a0f307", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "468b118abc484e63a02745088f3b6aa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9f12ab46107542efaeba3f5920cc13a7", "region_id": "RegionOne"}], "type": "search", "id": "26f1a10eed214817929d1805b2d3ecf1", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6dd1acdcd3464a7b88a9d7d42111b6e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f037d441c8d745938ca50294050f4cbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "519b5797c2a545ef810dea8b72f6e37f", "region_id": "RegionOne"}], "type": "dns", "id": "b852474fd1dc465f8d348362f44a3e6f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e6e9c77f83fb43f4a3bcbefdfa6c3d9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fd4ee991890b4b37b67190df7ac44330", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "dd6c5202e7444e99af643f4f713f6d83", "region_id": "RegionOne"}], "type": "workflow", "id": "414724569bf84b699a2cf972e151a121", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "197bab1b97b540aeb86058b06b060b38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1286334a98b44efc86d5053595b77c9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ec563d74d6fe41eb9cf1d0333b3013a4", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2cf2de153a6c468aa2a966646b191051", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "26d5c43951e744929d259987bbd3be0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "58a33d4045424caf884eaa0838c95e5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ef355437d3ab42e18a4a8cdbaa8cf449", "region_id": "RegionOne"}], "type": "rating", "id": "8739ddb64c8341cebda4b0aa220f49ab", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f6d43774535e4aab9c3592afa7983e49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "747c5ed1d9a94c6892c76ebe55e47cff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3b1e41a330924f47b01ffd8ec6bd144e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5ed03d78ec2f49dd86554c79f49741ef", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "34177b8d82f24210ac7431f9171199c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6b8750ca55ef41d2b67d2b9f26dff096", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0aff641df733462bb38029b933c0ce0e", "region_id": "RegionOne"}], "type": "policy", "id": "980d374c18374865abd0ba7cd2706796", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2edf4db675044aae978c3ff8c99424c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "21dda4f7f3f24e8eb0af4ac491b72154", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bddfe343120140138cc361b41dc9f68d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6d34d621bb1742f1a6829fe85dd61c3e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a72abf6a9aad400ca582e1034371b78a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "405414c635cf40feab32b339db92dbab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "789bd7e9b0e34714b3aca578792ef902", "region_id": "RegionOne"}], "type": "sharev2", "id": "88abfcdab72d43328c1ec6ed757b17e6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2c10f57079724ae7ad88c1382bfc3078", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "087c3ed4b92b4ba28a5390d6c838c555", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0cc885d294e142629534c42ee4f8f0eb", "region_id": "RegionOne"}], "type": "share", "id": "31ea91bf006f44c09e9773e237a29798", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "af13ea19433540008415413b2d24a6e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2893392d5dda4ee0956010c96c87c74a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9a39c59bc3134b45bdf4dbf2cf578a12", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a9caa6e195654a028428d32a792338fa", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17c3d99e7a484e9ab034f062eec9d845", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee3f120ad2bf4b36876bb1400610a0f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c5a72f3a85047fda0a6b3c0e712c691", "region_id": "RegionOne"}], "type": "orchestration", "id": "e4cc241230e646bbabba29d12a142503", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90c0e1abde524b9d8a883dd00377c456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88a94c14212842b39f80861a37d65c16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d19541b16ae240e7a02bb5438f92ecae", "region_id": "RegionOne"}], "type": "block-storage", "id": "37017d608e894f4ab8ea1ff5be5ff3bd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "511ba6e491ec40b8b57517afdeae48b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f903cfa9a05d4138a173148dd29a3805", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "884b878934864ac7b69450724f9ab7a2", "region_id": "RegionOne"}], "type": "volumev3", "id": "5eda80c4c7e34a889e63eb1809f2b106", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d35cbc1501b4c319d495ce2335678e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "303b9dfe2bb94c1c860c3ef3f91d31c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e6b31716f8e4266915435186d50f2a4", "region_id": "RegionOne"}], "type": "volumev2", "id": "f81285d407e4405cb5356e868cb78dae", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6ad24dfe71748bea5bf6afab34b80df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fbcdfe17eb2c4d10967aa66392f1f22b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83d0017c1ab2492db6f00903f578346b", "region_id": "RegionOne"}], "type": "volume", "id": "071215c123c44532bb1e2a22b5ac84cd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6157ce755e64f3d97e6f033e055d994", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f74622d756e4e229b3515e9115d5bb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d05a9839f3348bd8609e5198a86b04b", "region_id": "RegionOne"}], "type": "block-store", "id": "81af4fcc0e2b41aea5014be2056dbf17", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "82108c6e79c44966935e7544e7e00b1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a386f4ee46ac49e3b5ce79eb8fa49297", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "294da25f50654b879e0ddae0ae2c69fe", "region_id": "RegionOne"}], "type": "alarm", "id": "5c554b1dd8f34e5ab04b44213c97d8e8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cc63ee73307a4e76978f4647b0c1dda4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ecb0691718294aa69cca3a1020ff245c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "041d41467349442a86c23b46a14fb0c5", "region_id": "RegionOne"}], "type": "alarming", "id": "52a8a696c9a34981b35bf3f50f5ed3a9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e5e6ba6c7d33497ebbeb42978c4b8b3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "11fa334a48734361990e143eda2d5b65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "861b226f879845f6944d880a29dd26c0", "region_id": "RegionOne"}], "type": "meter", "id": "acf5505c5fb24ccc97cf1c3f409768aa", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e8c392155f634aef92aeffa2f7b482a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1c32594cf2dd49799de5cccd3eb6f969", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "eaa8707cfa44427aa4c748cf5f193558", "region_id": "RegionOne"}], "type": "metering", "id": "36213efec86c4285bea4b0d59bbe2beb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b0a167d9ae47438fa12248667e23e81a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "daa3dc4b4b314e238aed311105cd2a9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0048b616ef244460bfbfede54ad6cba0", "region_id": "RegionOne"}], "type": "telemetry", "id": "11680fc856e949fc89ee42864b8ae0a6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ea5c5cc762b949ceaa10c79be67359b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1315a0b4c29d45d080a28811ed8d8cd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2812b3135c2349dbbda58ae34ecfd28c", "region_id": "RegionOne"}], "type": "event", "id": "f3c790e3a5b24be29a8ad4ab5c186d92", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7a39d0c866e34ccd88c3107aa4b01dde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "91052497eed04d86aaf9a4db7f9f172e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3dc02ce1fb86407881fc93ef4535d3c8", "region_id": "RegionOne"}], "type": "events", "id": "22e7a96080be4266a28e6da7434bf174", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b52ae1c48e28492ebba21c002eb7bbf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a9c0de463fa045d1a7a0285abd32d0bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3910ec8f54724439bfb01479f8bd7151", "region_id": "RegionOne"}], "type": "application-deployment", "id": "16fb07da8709473d9eacdbeea0d6da02", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9882c7adc29a40c49550bf372f46a90f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c2ef90577d234d64a48a9e1e036aa0bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1eba3247705845bdbcd0e4525bf2adcf", "region_id": "RegionOne"}], "type": "application_deployment", "id": "fb5ea8df91704788ade42ff0a0fc00fd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "da30fd85f59949fb80946776d98d40ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "84f58509fa584b6c872d97e1dd3041da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8f41b820e1444c7e8dd7217a8d1a8f0f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "fb0a69b27b7d4128ae241de37897adec", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5a947e652afd476a93e257122aa78de7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f615ae2902c340eab616fcd1a93c82e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e291e26c041f463badfce64d3c723812", "region_id": "RegionOne"}], "type": "tricircle", "id": "a258e98468d143fc8af60f21f6473366", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2e40056d839940be842b007a79f1de26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "515013d2ffe844259fc080f22c476397", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b0344c5998474f1ebea1b9dedfe99a13", "region_id": "RegionOne"}], "type": "database", "id": "6f4684b1d6cb46b29be700057a5f75ee", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "924ea572beb744258045beebbd8a1e2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "eb06f9db79714c63b971c3e3060d1a5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6a75641550a248cdab7e733f4dc91d23", "region_id": "RegionOne"}], "type": "application-container", "id": "0495089bac9548aab487de6c8b4d3c83", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3cc3ce7cf9cf46908f62bb988a86901d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2dd2fd91449441ebae5cc47a5bee6059", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c15759d4aae64d2daf0fb655420d8ccb", "region_id": "RegionOne"}], "type": "container", "id": "963117af12e34734afb96f837e8e98e0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3e916cd7dc50493ca068b1ac4282b8e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0c5ca3a159c1428c8121f2eddac81882", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ad7f258a03794b558e525e116dc6d5c0", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f5d7a1c5b3514794967239fc9b6e3c54", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "da854498147b4f26853fb7fc1ecac1f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a3e1779641104bd689a760e7f5370ed3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5bdecf553fed44fbb176a2db5f6fbe23", "region_id": "RegionOne"}], "type": "rca", "id": "7e1f571669874157b36d1b27c869428c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f5df548309d84a659d8f75ebe9d117ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "55eaf3d0d8ea4fd487b795f95562701f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "34113d2711494f15baa353530caac8bb", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4f41a92ecb984625b3d88ecf48bc87c6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "1e8493903ea4492889fc1ac3bdad92bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cb9259c0cc28465b86b880bac18cfb76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "bf0054606361498a873e20518a28aae1", "region_id": "RegionOne"}], "type": "network", "id": "fa9727abaea24f0f87059923036dd9ba", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c9dd04e5c4a24a8e9992c7e24508006d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "acb67307865f46c3aa6e2fe59d9ad31b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "38f78a6884584002a8e7c64aa082a8fd", "region_id": "RegionOne"}], "type": "backup", "id": "4d25578fe93e4dcab4f95fcac2cea48d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fea2d368f1f440029b65eeb003484a56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c7cbd4bb2c2b42e6b3ecbe162df1ae4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f7ca35061a2f4d4b81253b9edd5a4e42", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "79586986861c497bb8756461dbcad4df", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "17821f7155c84544a45ac7002d0ef08d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f91e8b0bc2ee465f9652255e43db71e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "81a1772ea2b042759b1b6b5804e0df16", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2be724d25471416ab3297bcd395a6df7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cf40d245cbf84edda83008924f347e61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d59649443b9947d8b4615837290435cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5ff7ac7d04324880bb76b68f85fd2994", "region_id": "RegionOne"}], "type": "monitoring", "id": "68dae5dacb144751b62e95687055fa0d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "da562938c5b9474ab35a32c2a225e324", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "850d66f8df974c7d9604a85b8c40eaf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f117be5116da484f8457622b72e43e36", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7e930a80dda340ba81cbaea8cd6c4f36", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "65cbe2bf3046497b887d750a08027e27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "fa39951e301f45dba4da48b1cfb87bef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "142fb3d0c3e645cb9dd86ad325a123e5", "region_id": "RegionOne"}], "type": "placement", "id": "1f6714d68eea460fbd38b1a0669badf7", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "daae62c326bc4788bc464c6966e6e2b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d8246db1c51a4dd4989612c12da34faa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "803c5fd5f9844d9e99f2c435ec24984c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f5a8503e42d6496cbbe13756125d6df4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ad4ec5dae6654ac59485d11d3383121a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "39c9e4cf63ee4d00833d093f1650e732", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0ed98dc67bd1423290cc7c99aa267e9b", "region_id": "RegionOne"}], "type": "ha", "id": "bc6108e6d0d04c64b9895338258cb3f9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ebd7fddc930248c399b12f474eb148b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4968a910ef52473183ec018c64393743", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d536e059cce4452297433196a63a8ae4", "region_id": "RegionOne"}], "type": "reservation", "id": "61c28e459fca43c9a55b7ac5f8f1675f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "974bceac02864e8bbd4e19652582462b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9048817733904ebcaf0b1f8af782fdb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e74573e3e53f4569bb8466ef8b9f12e7", "region_id": "RegionOne"}], "type": "function-engine", "id": "a84bc4a202e54702ae35805ab49fea6a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d5e237f89bfe4f2595ee2a0b5521c3d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "77b6431801eb445ea3cd92e2a8c56bea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a25de0e06a114784ba602ea98d9f6d7f", "region_id": "RegionOne"}], "type": "accelerator", "id": "0913ffa6de0e454089af6307566e2e03", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "585858c640264cd28deead1710ccbcac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3fde9ffc3d3145b99f32f628eeb6cbf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "39772a43f3f74c1b96bb8057b566cfd4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "63c8334e30614364a17957704ce60481", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a3b193d6506642c99716f995881bf503", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fbf80e38b12842a089757a4bf9d83378", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b3aec66209cd4ca18fb87c938e70bc4d", "region_id": "RegionOne"}], "type": "registration", "id": "a31034007da24736820df1b3115c473a", "name": "adjutant"}], "user": {"domain": {"id": "521fe51fb23549ac95288df6b95f1168", "name": "e44bbd7be5754e6cb58143f09b5f8087"}, "id": "30fc54f5c5184928bbb9536a75286eec", "name": "fe499b42cb3e4ad9abbe3cc2e5254988"}, "audit_ids": ["da48381c40574328bb40755c7114810a", null], "issued_at": "2019-09-19T09:04:46.448762"}} 2019-09-19 09:06:46,660 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,667 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,671 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:46,693 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:46,701 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,706 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "0f843b8c-30d3-4da8-b738-bc4d7470a209", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} {0} openstack.tests.unit.dns.v2.test_proxy.TestDnsZoneImport.test_zone_imports [0.064734s] ... ok {28} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_add_floating_ip_to_server_with_fixed_addr [0.071528s] ... ok {28} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_get_all_server_metadata [0.077737s] ... ok {28} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_confirm_resize [0.071258s] ... ok {28} openstack.tests.unit.compute.v2.test_server.TestServer.test_rebuild [0.076693s] ... ok {28} openstack.tests.unit.config.test_config.TestConfig.test_fallthrough [0.112736s] ... ok {28} openstack.tests.unit.config.test_config.TestConfig.test_get_region_by_name_no_value [0.167006s] ... ok {17} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_network [0.172309s] ... ok {7} openstack.tests.unit.cloud.test_zone.TestZone.test_get_zone_not_found_returns_false [0.300690s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:46,540 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,546 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,550 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:46,555 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:46,569 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:46.425976+00:00", "project": {"domain": {"id": "2524f8238b3842be84d8b855e3e87426", "name": "4a45fc0ea5474c3e9df25e3d84106b9b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "87ebcff47de8434a8db1fb9ecccaebd8"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "80440ccedcb9463a866ce5d0b5199a03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7bf17262a39d46428120b707b195a009", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ad3b0feb4bdc494ab2bc3425468fec6f", "region_id": "RegionOne"}], "type": "identity", "id": "62f2670da9984919bb833c9403703fda", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fd2fc2e73f054d21aa5ad09358cc48e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f4613791a333455481be55bcaff2d55d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9562630ad2f74e30a506dee9cd4af924", "region_id": "RegionOne"}], "type": "compute", "id": "d43f37b7ba4c43f38f45b4311be8b7b0", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7c8672e6abb24c87aa6101385b46e6c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "8c9ad6bd5e234b929254c0699e589de6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c4a93c3efc9940768deaaade20f565c6", "region_id": "RegionOne"}], "type": "image", "id": "cfcade5ad8d74648bb29b4311440edf8", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e414207b19624bca983d647f33cb6c4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ffe24babaee8401cb88ad01df64d5f06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "eeecb615abed4673a74418e70d3a62c7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "84d08e29fa3c4d61805c02c8fd1d1d78", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "588f4328fcf3424d9fa56de4255a9c28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2920cc3fbc464ebca55f90a7bbf2cf98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa63f8694bba45df8aabf2462d6038cb", "region_id": "RegionOne"}], "type": "object-store", "id": "233e161f08ab4818ad8b5dcd99dd9a70", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6361b869b0984498b82695ea3f6ff894", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4b365738ed104ae3995315743a0c41f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "77d029acdb524dd89b7d18a0f2c0b619", "region_id": "RegionOne"}], "type": "clustering", "id": "b46b758c13f94f50bd1a5925f2e128eb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4bc9a748afa740d5b8d8c2e1e33de57b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "716206c65bcf40fa9a10dab278dd052f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d32c2e76a3cd4b2389e7ff5645ee22be", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d4d9a2ab0f5d4dd893712bba94eb3c5f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eaa6b42cb9f144b1a036cfcd7d492a40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ecc4fe5baf744a2597363853b467f3b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "61a2c6c7253140788e4556adefa713ac", "region_id": "RegionOne"}], "type": "cluster", "id": "6bf64c89f8c34c41afefaefdab77ac2d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "470b8a55e5f34bab86fe4a4aba91e4ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1090697df24b4058936a4a90de381cd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f55ae11b11134ab8be0a106f7072c7f1", "region_id": "RegionOne"}], "type": "data-processing", "id": "e4bc207f1e7a4aaf935395b3ef7e7645", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2eceee0b1c0e48ce82afddaccf44a089", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e7933eb27b904f74a3242daba0acdbe8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d1f6dc977da448a1b5107cde20a319ed", "region_id": "RegionOne"}], "type": "baremetal", "id": "6982891a94eb4031a3804d1a4502b1cd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "58da2164f7464e7f93428f0e19f983a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "074fd93f512547b9bae35947e7d2ab4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "cac6eed81b3b4298843f8f81f903e7a4", "region_id": "RegionOne"}], "type": "bare-metal", "id": "188260b1ec7547618855a47c82217320", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c7503d031b834e469013b188c8270bf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7e55b21ab5d44dddb76df932057c4ad5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5cc873f68c224f70b1c73f120b11eed5", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d00cc78617684be489b8bf7e39da081c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b4d60ceb30af4fbf8fa107267985d305", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9e05209fe37e4d2798cc0c7ad2ee8f2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0e56119a72f248719e62d38ea3478671", "region_id": "RegionOne"}], "type": "key-manager", "id": "0ea7423456b54f4d848d9ffc1ca78b8e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bf4e9ff596a749a68e82cd33541133a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "70ac1aee745e4b98a187cb6c294845d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e35f1f4e0a9e466b8b46e0985e508056", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "4af3cb0b0e1e4921a5bf1fd94eec9050", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "109a0395179a4acba5326cdc49975482", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8caf9fd46afa44518dcfa1ffb8489964", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "56ba8840a4294d33b3f1fb7f90ac75be", "region_id": "RegionOne"}], "type": "infra-optim", "id": "7143b235cc084976a2ce38dcdea51d8b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "564a9ccc63ef489abe0d8c96ac272d80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ca75eac47b2046af8170f9dd6ed1ea50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "67698a6a1caf4cbb9c21a82f080dc102", "region_id": "RegionOne"}], "type": "message", "id": "eb9d9f22c8c646ac8ef5247692ba6cf6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3417c1bb3b6a4d10af096f3e2f99d8b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d3ecd0ad2b604d7d92e3b4c5f00e4103", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9a447c7bad434710951f20aebeda0605", "region_id": "RegionOne"}], "type": "messaging", "id": "3883581d5d9642188cb70a7a4bfd8673", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "424e3e25fd504933bc2bb96a1bef53a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "84de7bdd493e44a9b63d686eeb9ff86a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "78b6c4000d4b4a7c93614867a17ff07f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3921aa5c03b643268842f4d279885fd0", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a6b20874a68242439f523ce40efcf99e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "752df847aed24721ad7ef4a9bb004a33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d7ba3ff491b4feb9b745e73dfbcc535", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "90b474d6884446a3ab700573471ead75", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "76536052820642079e39b012deb8722a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d406768f32ca408a9f9d5b47562bedc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73114d972be1447b951e0e54ba76cb39", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f68922948fba41afa000f8bee13c1bc7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "64b6f0e3b8094e668c37dbd6a7be87b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5fb525a1126e43b8b322f5aa73434838", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "287df911cac14e74b484ed50071dacdd", "region_id": "RegionOne"}], "type": "container-infra", "id": "eba07a9d49b24b66ad67dda8ee22aeef", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "145ad9d205ad4f54b2e33683883977d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "4b1c648c49f2478a91e5b4f4c5c3c378", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "642c1a619420474299c13c2496539ae1", "region_id": "RegionOne"}], "type": "search", "id": "f6e6d5f7c9ab4338b37c68401cc33c96", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "05a5faa287e0426b9f21661ce6b9bf30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "7eec0f62bb6f4b4f943c261b0f9d7410", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "62c3ddb3df4b4fe3892641ed4d82301e", "region_id": "RegionOne"}], "type": "dns", "id": "721475275da846b7ba140e12c73fd799", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4e782bd2998c4bd7af4853737372eb28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e9e76edfc7ba4ca18578386c0239ac36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e5cb7bc30e574e1684f323595e777f4a", "region_id": "RegionOne"}], "type": "workflow", "id": "8a2b61637b844abd9e5b6b67f89d49ba", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3ffeee999ab24654bc5808a8519e7491", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "01d7e7fc82034b6fb7d09e066a7d478b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "affae20601d14c27ac9bc6f63f6d11dd", "region_id": "RegionOne"}], "type": "workflowv2", "id": "cebc8ada793041028566cd6d929cbfde", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "037fa7a970754201b79bd94633249042", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "27f4bc8a621541e785ebc786e02603b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "bd65f1ae78be494db25060af105ef0ae", "region_id": "RegionOne"}], "type": "rating", "id": "e2e3a1e432e64294a9018e4853373d3a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c6559145942b42dd9b63fc9b4603a14d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1a4464b5a884489598baefe266d83e58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a955f22cf0634499bc631fe7c1336801", "region_id": "RegionOne"}], "type": "operator-policy", "id": "270b0f9315614e01bd181e0378c56fb5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6e1c154e1bb5442d8d71fd72106313f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "35295d9c0b4c46ef894342e8a75dba85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1c80932fc47d4c17a1ce338232af532f", "region_id": "RegionOne"}], "type": "policy", "id": "dcb877eb9ad64bd788feac6ff5eb0512", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b5a145951e3f457683219c5f3e00280d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1a0e41604adc4f729f32107aa19ada8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "82fdd18ee1ec4ac895c6ae0dbf1a46ac", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "744f176e37814df4b87f9095db1e284c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ce874428cfd34b76913a285fac99676d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2be7538d24ef4bdb8e7c9a248a9db312", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fbe2ac1ecab240cd812156ad6fb938b8", "region_id": "RegionOne"}], "type": "sharev2", "id": "16e588b5d6604380b7c8e8a13d2c7a6f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d3517c2f617648e799c2282b92eba8c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8fcee7ca524a4e2c80346d3b664fb7d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8013e7120a5844dbbfc57aab6ee810af", "region_id": "RegionOne"}], "type": "share", "id": "bf35ff7db7f6469995a83ad9d8a95f34", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1f7a48083d7f4c31b1ea82dbb328a2f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "385209ef557f4b32ae627a8df33ec809", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c005b6e3042442999060d7b749b35eed", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8c2487ab0ded4f79b30d007e788d34cf", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "30f93b7610e64183b625d1e4ffca1ade", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d7217ad03684cbe90d33b0f80c8df6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "038db0cc4f14487f86ad62a6d5b2137c", "region_id": "RegionOne"}], "type": "orchestration", "id": "f286656154b34528ab5d56eb4dfc0bd5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d156e58893744d0990d4fabce5da8153", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a62c99257d1d4cbcac26bd9adfeb577e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dfdc2c25d8f94704b66942e24240dbb3", "region_id": "RegionOne"}], "type": "block-storage", "id": "686eed897873430cafc7ccead16f94ab", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1ddefb665204fef8b691382333080b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13e29064d20947a89306c378b810225e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc71c317219e4efa9030fd665639440b", "region_id": "RegionOne"}], "type": "volumev3", "id": "16fd07f872fd438f9d542df2a6c42c13", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f1cd44f1b894ff3845d5eac11b21608", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "179cf86baac34416994cf54e3f173a20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f57c7c81a92e4009a2b93e88fa994fc1", "region_id": "RegionOne"}], "type": "volumev2", "id": "7d6e1ccbcd5b43c798aac5858ad39075", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8ff24c22e8842d78475259db8ee0e61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bcfbe9bedecd467b81240aba33f185f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5cc768862eba4c5d8fe59a1b790e8c6f", "region_id": "RegionOne"}], "type": "volume", "id": "3f7a3d37ed634c5abedf0d1f75c853a7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "907c11529f364effbd3d8809214ab72a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c78e80fa95949dda507a1145894e0ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76cbe2ad87194cf19b4a6127a8ca736f", "region_id": "RegionOne"}], "type": "block-store", "id": "8d199b7481274235ab3755d27f1be587", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d3a168facad94840895c888a40ce77c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a74526aa8b654aa9a8910b1469cf5f1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "df16bf1911614cc586e1b21a52548221", "region_id": "RegionOne"}], "type": "alarm", "id": "1058be3e4d4247c68fff3544ca246a6f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "56355ec84e134f0997055fe18d6a35e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "978a4f210ce94953b55898d8e757e766", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6193994e463442d8a5f010b0fa498f84", "region_id": "RegionOne"}], "type": "alarming", "id": "f160d0721eea4bef92c788fa3a219267", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fa70ffcfe4474142973704afa356279c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "84b10aed20c94308ac011374fd513789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cbe5f1bc39bd4df18dffd163e72ec052", "region_id": "RegionOne"}], "type": "meter", "id": "3b7085c5344a4652a77f3dcdfff52ab7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cfcf25cf3cd04867873aff8a97c5e35e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "efeed12c54c94059957f2f4892695889", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "182efb0eb15b45b8bf341646936151a8", "region_id": "RegionOne"}], "type": "metering", "id": "989a7fe88c5d48d4baa1040b53a1dd56", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "524f31c08b034ef0a3466527526fee8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "497a3f51b2f24baf966337a7fc2c1d12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e50b42a02d4e4adf826dfcfbeb7b4fe8", "region_id": "RegionOne"}], "type": "telemetry", "id": "e8933e8468dd4086aef18b5751f8491f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9a9eff7c9b4b4df2bffddab4882f96a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b9e49327aeb8484885f484b1e9b7e8ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c1eb71b37a184337b21ef0184223ca94", "region_id": "RegionOne"}], "type": "event", "id": "6245ba5a64964ca087912cf2efa20ce6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e33c6e626700465c9c7c574c328a325e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0e8412f1d49248f0b03f1eda0c9fb928", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c103b6a5856a4114a7a7f8dca2aa4597", "region_id": "RegionOne"}], "type": "events", "id": "c7d4acd9bbe1414f82cd2f84ddbdfed7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2378e70fce6347e696a82be15bc0dab9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "66f005f3b9294e7490ac7cba67f2a09f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ab75ce132f0b4a9a9b4510a559f99f55", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0c74028a4b33438fb01008b68c8cc979", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "421b1e1d727f41e1a22db31758c470f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d1cad8f8cb4042ab8c4cd38ac362fa2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3b314271f4b74a6bb484e68e57daf1cc", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3594fce8c3c84d5d8a8dea254e65d041", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2beae9e04a47442db49a0390ab4b49d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f5fa5a7006814369b62c980d20da1c02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0d405a10a92d45cc81c14ca563bb71d0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "71b77f81cae24f62a228175e1ed64d5f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dd47d864424e486588d5d0311eaa8ff1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "63ced658e4814891b14cd75ae75cb2cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "83aa504a92c1448eb695c82902c758a9", "region_id": "RegionOne"}], "type": "tricircle", "id": "56635ac2578e449696b82e99c110c208", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a6d7f7349819441680bc066ea2eb0457", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1e14839e6f7f4a6494e29f42f7c4a6a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f858cbd8a9374470b7bdfbcae6219fab", "region_id": "RegionOne"}], "type": "database", "id": "a83dd37aef054b6b869b3b7ad8f06f33", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4453b913123641ccbccfe2e87c9a3e53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e3f305c6076644ffb2df278e74f803fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "636a7c8000794a3fb8ff8878f95be910", "region_id": "RegionOne"}], "type": "application-container", "id": "888b1b984c0f49c2a44efd0d08babef1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7a73e284d7224a11b7d5450faad80c53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9fa063e28038423ab3aae18c1d51465a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7bcd0a7d3cca480cb666d7eba1567526", "region_id": "RegionOne"}], "type": "container", "id": "849288d422b5433b9745dc7baf650690", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1cb169666d304c3a8aca79d36f7b5bf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4289a0a956c241158acb9ab387bcdd29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5cd72701018b49cebcc428dcf039f782", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "00e71c94450041909d372ed0d1423ba7", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a188ce9cd90b4681b544e9fcb872f71a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "da6006f595e844bcb1d080bd6c9d1f43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b324438b781f49b482e76de8f61825cc", "region_id": "RegionOne"}], "type": "rca", "id": "c849b8e0dbb448928451700099c6dd79", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "398b7b0b683540c4a968a867a23f0a99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "979681963021460989f6088823785cde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "08c6c60049a240439f28bd41c3a110fa", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b7b39a53968944f9a13bacdf613ac317", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "56a4c340b8ce4e08a8bc554320e472b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5df782d5c3bc463e97844ca281009cec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "945be384997c46dc9deaf0c58e520cfd", "region_id": "RegionOne"}], "type": "network", "id": "05ddabdc4940426fa22a62395ca9de43", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5a81c20bceb9414dae68ed7c20ba598f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4b34faf5384144c092fa66c80a222028", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f0412afbf27c409a8caa477d354e5396", "region_id": "RegionOne"}], "type": "backup", "id": "5c802a73e8ad40279256d007fd7e20a5", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "10945468c4bb41f4bc191ee5d4a90372", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7dd8881d4bad4e3a9492a60c1b01bc26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1293f5917c2140b3b3a4522c0010b2e1", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "11e86a36584a424a9ffc91e74d36379d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0fd9a5e7bfcd4ac683e7a3c647c81a74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ca479791151f4d20bb4a4c8c57633e01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "efadea11a0ec4f069146d2956c7ad934", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "260980b0bf944109950ac81bffe66460", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f10bdd9b4c23484e9d6b765d08f2877c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "41a6bc72a4554c028384ec5bcf5817a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e032b41d3a9044a7a9e5275dc1d6cc84", "region_id": "RegionOne"}], "type": "monitoring", "id": "3724aaf9f6404818ba827998dc4077fe", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "14a1c987f496449c9ff85879062de641", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e1b9d828baff4a4cb4ea18496f5efea5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "540c790f752546e693888cd654a4f0e6", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b4c8799551844c85bb0890d35c11616e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "37570d644ce4447e8525fdc16697f2ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3f75e93ab22e43a194f268b110a2a5ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "37ced37916c04972af9809dd9541696e", "region_id": "RegionOne"}], "type": "placement", "id": "0e4574347f9b48ee8c46161cb35fd99b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ec471a09f2f74842abb5209b25a14aeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bae8fdc83dad45a18cf24b78079a3cea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "adb8331b864849afb9bccf5dc0d1cafb", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c38cdb6e33ce4dce8d402747521d4bcf", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "85f6436ccddb4e7fbf44c7ffb10505fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "30c10652826341d985b984c5c30fba4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "80a0856efcbc4d7797b0661f4031d04a", "region_id": "RegionOne"}], "type": "ha", "id": "e90f654c999a41999d91b56f7264633b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d3d25c9d644d4c8f934bf6be73bfdc4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "278f84bc5ac64ca7a57ccd64fd1af227", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1c4dd30944ba44928155ffca7d200fba", "region_id": "RegionOne"}], "type": "reservation", "id": "85f3f445e6924f658fe157407d76d86a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0357a568929c4736b2518fe2794d1871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "95e274d9230d44a794b79e2c6b9638e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "42b4560378a14e0393767b27786782d9", "region_id": "RegionOne"}], "type": "function-engine", "id": "b1556a81a49c4bc985f543483e539e74", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "10ecbd40530e451d8f8017c9de4ae1cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ced7b88a08f0436eaf8c31ff2706c681", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "8b975de8d2334cb29cda304906cd6f34", "region_id": "RegionOne"}], "type": "accelerator", "id": "2c1083d4acf446058d3cee2875b2bf33", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9565b84f7179441db4392ff890c8cc00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e692f2a77891455f89ebe23266a574c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "73d3fe1b35c64dd49674a1fd4bf4cd14", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c0de173b23f44f9abc75bdd875efde0f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ba8b0c700541420d97877e60753aeada", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5637934c87284196a49d31b657b2104a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b727f34f73834c35b3d23b5e32680c1e", "region_id": "RegionOne"}], "type": "registration", "id": "eebfa869d1f44bc5a5b1166d039a8147", "name": "adjutant"}], "user": {"domain": {"id": "d50bb56f6bb04153af553fe78cc30e06", "name": "2489cbfbbb8e44f2aafbdc2f58a8d575"}, "id": "b8cfec203ba948ddb258d8313bbe1fe3", "name": "bb522c06af5943eeb47f1dab8da7509d"}, "audit_ids": ["622e6ab30d764d819209608dff1cb51f", null], "issued_at": "2019-09-19T09:04:46.425976"}} 2019-09-19 09:06:46,647 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,652 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,656 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2019-09-19 09:06:46,698 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/nonexistingzone.net. -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:46,702 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:46,715 keystoneauth.session REQ: curl -g -i -X GET "https://dns.example.com/v2/zones?name=nonexistingzone.net." -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:46,718 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,720 keystoneauth.session RESP BODY: {"zones": []} {7} openstack.tests.unit.clustering.v1.test_node.TestNode.test_operation [0.071824s] ... ok {5} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_auto_allocated_topology_delete [0.066917s] ... ok {6} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_member_delete [0.064624s] ... ok {16} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_lock [0.071207s] ... ok {31} openstack.tests.unit.message.v2.test_subscription.TestSubscription.test_delete_client_id_project_id_exist [0.064239s] ... ok {31} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_address_scope_delete_ignore [0.062212s] ... ok {7} openstack.tests.unit.clustering.v1.test_policy.TestPolicy.test_basic [0.061530s] ... ok {7} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_event_get [0.060166s] ... ok {6} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_member_find [0.066579s] ... ok {2} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_image_download [0.075150s] ... ok {2} openstack.tests.unit.instance_ha.v1.test_host.TestHost.test_create [0.064539s] ... ok {2} openstack.tests.unit.key_manager.v1.test_container.TestContainer.test_make_it [0.062581s] ... ok {2} openstack.tests.unit.load_balancer.test_listener.TestListener.test_basic [0.062476s] ... ok {10} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_interface_get [0.067044s] ... ok {6} openstack.tests.unit.message.v2.test_claim.TestClaim.test_get_client_id_project_id_exist [0.052451s] ... ok {6} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_queue_create [0.065022s] ... ok {6} openstack.tests.unit.network.v2.test_network_ip_availability.TestNetworkIPAvailability.test_make_it_with_optional [0.062719s] ... ok {6} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_bandwidth_limit_rule_get [0.063586s] ... ok {6} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_quota_get_details [0.064973s] ... ok {7} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_policy_type_get [0.060022s] ... ok {3} openstack.tests.unit.object_store.v1.test_container.TestContainer.test_create [0.272915s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:46,505 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,519 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,526 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:46,535 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:46,553 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:46.432491+00:00", "project": {"domain": {"id": "07d74ef7b06a48cd8977071daa835f34", "name": "ab5fc313983f4dbab767c2b58ab663c8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a289089e6b94448d8905fe23e417e39a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5327b8ca82474cc996de6d996d193008", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d7b0d4192f0d46bc9f52cb9ca70fee1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "db453d1945c4422e9d247b07ab21d306", "region_id": "RegionOne"}], "type": "identity", "id": "020471cc3eb44f79986992469d70abc5", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a6062b8be27d416b8259d3e86fe3b61e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "49023d7f35a3458f9473eb6afaec4165", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e53c36d958eb4b97af2bf5de8bce0147", "region_id": "RegionOne"}], "type": "compute", "id": "68477c33650e4f82bb86c36e1a76b698", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e64ed18352f045b59e2989887f7271bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2ab7c42d0c8d422f88bfd39ba0c9dfa2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "92c236b7a0a643e3bc374aed86a1540c", "region_id": "RegionOne"}], "type": "image", "id": "595f8cfd117d428cb18795ef416af149", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7578ae0196e64c7e9ea1a19873de799d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e83d925dc1dd470db5215f1a4a9e5cb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1e810ab8d128435281e448833d12be03", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ab03e28fdac347d08a600d26f7ffa71e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab9e995c7c704af98d0d56dfa1e465cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0070a5236c04488946f2f0df84f7778", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d281d7587c7c4aaba5b2d588e6de3d23", "region_id": "RegionOne"}], "type": "object-store", "id": "a268accaf3244f53af7fe00fefe240c7", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7a6d0b50b2464650902e5543947b1217", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9bd3c14504734d80bc57fb9666cc9222", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "49f676be2be846c291597a4cc056aa12", "region_id": "RegionOne"}], "type": "clustering", "id": "e666c9b192c542008e64490db4371c9d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "68fa0009a3a549c3b95a903453c78c01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d8df2732f6f94d2bae715ac838922b1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "be27643393514525b884a60b0e32c327", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "908cbcd29db2470fb694a947131732b0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "109cb4413d244992ab68c1c034ce8053", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e88a4b24f39b442a80c02bfcc5f88d2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "20142b2aedfc4dbd9ef4198233dba8b0", "region_id": "RegionOne"}], "type": "cluster", "id": "eff7ef893c994e78b891a081c1c6bfc1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "394642bdfaf2476e898d3111ad2c581e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7424ae6d89fa41db9d0e7d7db3bedcca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "cbda537a083046279dd89ae318f21418", "region_id": "RegionOne"}], "type": "data-processing", "id": "6c26105a537943db9ec126e1be2bcfae", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "aa29ec24e4c44413ac381cdb74d04c74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "22039a67415c4297b7d0bea4c6ced79c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b472fbb6ba7842b9960d0d0c151f5714", "region_id": "RegionOne"}], "type": "baremetal", "id": "fc8931bd4ec04ed79d4bd694d187eeb2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f93ede2bc60d41a387fad50072d2e6d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d87bac34f9e047e1ab097e9b294ef746", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "90bd9875ef81461dbcdca79f429c6a01", "region_id": "RegionOne"}], "type": "bare-metal", "id": "1ce6ac48d18c44a9a4e8ced5b46f3bda", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "de8f75f4369e4a08a921f2776772cb78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "755a847966d84bc383a395a03920cbeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d285d99f1ffc443c98afa04a259e28ba", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ce2a03f72c3e4a6291e6fbd2f0ab038d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7a3431b7459f4ddea6797e1f2c4265ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6df294e54b7247279a3aaaf3e3a31777", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d100029606f845f0a2122a38b46ebf66", "region_id": "RegionOne"}], "type": "key-manager", "id": "e60ada34f7cb4a1fa5b30b319126d701", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1df39d550e6643b5b5f85961864e34bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4fd91c14bf624a37a247df902ec5d7a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "79c582a7eca745fea60dabc237175093", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0cb8bf62643040cf906f1e5d0a58b3c8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "64f3934590c24c05b8b06a18d9e3fd64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c20164938e344c729da3e4a06d5bfc80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2bb959b75431434993b447d601d9d123", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ab2283be16cb42fabc8aaec58aeda3cd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c14566ce875b4e489c557be3af5cf499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "716ec51de9b64b42aa8ac2b061f6885f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b0b299d9316741109d967a8344712124", "region_id": "RegionOne"}], "type": "message", "id": "9dabc443d3354183aa35d5cdafcb5677", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "dba8ffa67e734c6d9432c8dcbdc75595", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4738e9ecf9584c64a4f3f980acae5538", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2c8c694ef26349ffad3a6f74dd7ba682", "region_id": "RegionOne"}], "type": "messaging", "id": "3fd1584c2b284ef2ade09298b8c1b04a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "eb0317a813dd47eba8543a55729a6b19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "76ec1fe3c5104213a511234815d3cdc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c432127e344d46f286113e955d0955d5", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8e1baa929ab545349502e0cce42fa665", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "564a00af7b0b4dcca1f124722cd219eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7764339b65f742a8a0bc8ccb98390878", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "157dc1751cfb4e35b1ac60d390c2cfab", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "dfbaeef13d90418ca70383a06770a3ac", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "34499a44b95c4a1ca06f73760bd29a0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a123b2e9826d4787956bd03ccd0daa71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eb4770f2ba7b415d9788c341819a2d46", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0da70570e86847af96502d1b6c80215e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dfc27fdbc6dd4a9c91fbc1307cf6cff5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "74acc9b4c674495681ce8b8366a89e9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b4dd26b66b8b44a689158ee097cac01b", "region_id": "RegionOne"}], "type": "container-infra", "id": "29aeff382fb747379f97e0c6f6998754", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "11b0f1107c074fef815db891f09f7027", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "62539de80e35467297878d25f698f909", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b765359970124beb89ff44888cff9e01", "region_id": "RegionOne"}], "type": "search", "id": "c4eb80150cd642869b78066145e1c8fd", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ba522420770c43b8a135197f8d3c0102", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9e71c47245c142ea9e0c3ff2d36dfb8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1e9fc6855e894837b847be3c3739f2df", "region_id": "RegionOne"}], "type": "dns", "id": "d11178932ce0406db6e6308028279db3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c1aef88398184d23a4f0cf71e8be9413", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "427611577f524739be61bf208bbd937f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8dff08f6f62a4e338c41b4fd369817ad", "region_id": "RegionOne"}], "type": "workflow", "id": "f2f3a85c5af446188ef07509b2a32f95", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4ce998799970454a9467609fa84455b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "494e543435cc42b2a49dd7daea93cdeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "eb1095100c2c407886ae30e883852582", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b36b8ed9a89349d79c6a5431ce25c7fe", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "88479f0e01b1477199038830116f7f23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "729c0800104f40feabfd8d81316a8746", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6666231a4e1f4832a34e9107ba7b88f5", "region_id": "RegionOne"}], "type": "rating", "id": "65b39c598c2541c18a2cbb84e05bad56", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "15f8733a87634e4c9977c4d0abaca8f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5088235f25414fb79b16a34c73f1cd9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a3fb32ad3d8146e5945a387d62605faf", "region_id": "RegionOne"}], "type": "operator-policy", "id": "468b7a72f83d49d3ab969d15d30ed331", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3dab0820537c403f8ee1acb03f206d81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3f2c59bab6394fa7b3f66240f1ed5914", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c302ce1119dc43368b77c6628093063d", "region_id": "RegionOne"}], "type": "policy", "id": "8cd28b23001444ae92a8c56a0d50276f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "abf380c248d7476f9eaff16c8c561671", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cd29901c58e74c51b7ed83d3ba15cbc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3132aa1a86484cfa8ee8b9399651ae38", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f4c08599df7345c1b16ddbc4ea592df2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "75333ce8530c41d094134519829895b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a9c9c1e78c864203a57cf8b6b70388d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ca696277303e492dab11d280f7dd5809", "region_id": "RegionOne"}], "type": "sharev2", "id": "529f2bbb37174871be6ce4fd8e1bc5a9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1ee73d3f838c4194a6f152316e90a052", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d69ea65578eb4efba1723539c61ae08f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "439b336324e34e80a64f1155791205be", "region_id": "RegionOne"}], "type": "share", "id": "8ac254b504a24f3a892a482cbbc95525", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "56f37c6856bc43609bbc80417b09b12e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d1e030f258b14864804c47536ed0106f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4ac1ebbbfb6743068d7db8a2b8393a6b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "94c5488cb0be40df8ac8c07979272c9c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2aa84f1eb3e4347859dd5986e17e3ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b9447d856404b10ac21a8b02a3b099e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2b9bce14e394c1d965a51f41e3d4079", "region_id": "RegionOne"}], "type": "orchestration", "id": "00d2fe6d1a4c48cb927d292392e3a191", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "224cb917bdf74ca29c140885ee6433ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0bd152866074285a3d157e1ef9ffa46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7566b9e0af6400698116ae95590d77f", "region_id": "RegionOne"}], "type": "block-storage", "id": "551a74a2131c43dea440d6c76f4c3511", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2da7444dfc6f4456a377cd9017d9514c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f061019510c494a88673e3035d5de40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f3f92478e6040d18ee440de0249d257", "region_id": "RegionOne"}], "type": "volumev3", "id": "abd2bae7ce314b259f33c81f9e7e54c9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61512b7c911f4f3799e27e178ebfe165", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dba1767e3294402aafc45a020b10ffc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e7822072b044ff6bcaa93d9d379ffb6", "region_id": "RegionOne"}], "type": "volumev2", "id": "1f36aa91e5184960898eea9d00ee1c66", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2481c9407964e7589f6c071cb747d3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae7b6b6fd0f7460f918668bba064ce68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "30e73807ed1c4a56932b23c7f9ca5e57", "region_id": "RegionOne"}], "type": "volume", "id": "9ed383696c8a460c8005b007973f6ea4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55b3061f213b4240b42db89700685edb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "adac5cdf92b844fd871649ff49f61acd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b7c0a87da954e82816afc4e17be0a06", "region_id": "RegionOne"}], "type": "block-store", "id": "4487e50bb7504189b0bb128a265e6087", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5aad83af042747fa9fc35d90c7ed3e29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "eb1f9bdb8aa24cc99fed2caa5d368d35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1a9323a2c8254f768a5c59dba07a36be", "region_id": "RegionOne"}], "type": "alarm", "id": "8708f62f56874711941ec6b538e61200", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "84719c2e3c0145b49f23390b30eb4be3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7bc1ea9e9fe249adaddeb6da6292273d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a475b5514346448ebf2f00478146ea74", "region_id": "RegionOne"}], "type": "alarming", "id": "1f5c72076eef42c1b3020ea556490067", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c6f281da94f849e3b6312af25231bd6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9cc3657953004355a0790483de909b0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "24271a04578a4fc8aa4fa979861f9d44", "region_id": "RegionOne"}], "type": "meter", "id": "82d1e05981e54a108a9673f3c1a67499", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "059c6d4e90fd4fdcabd6ab3210c52790", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "aea066c140254911a9a8ab69cc3a12a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "58c7d2ece9d74d79ae22ba852053590a", "region_id": "RegionOne"}], "type": "metering", "id": "2f439cc62fad47bd89c75631104c9f67", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2c8ed8396a5445f0af27f914b9e5bd41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "60769be129dd4255913f51cd19a6647c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c86c41427a5640f1884a7efb19b6b153", "region_id": "RegionOne"}], "type": "telemetry", "id": "22871e4822484e00ae49eeb7ce213428", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c97ac101b71543778bdca9d0f43b273d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "87c6e6dae9464ba1ad6a93810344fdac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f9f53daf55af449ea3901a5e88551b59", "region_id": "RegionOne"}], "type": "event", "id": "bc16a143ee1441888bf17440f8c4f0c2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c0184b5d250e4ece9f254a1306141328", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "57fbf8849d204ff8bc825b4456e4bed2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "091ac4189f8a4e7f822f0d93ed65edc2", "region_id": "RegionOne"}], "type": "events", "id": "4fdd333ae6ed429ea535a2904a1c5ca9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "938245f6415a4d0d8413ab270534f593", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cde0bba27aac44178580edbf00c77302", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "52aed22501aa440d964f485b83fefd5d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "94ab3a16daa64bc1a69025232e82d118", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "06b349393400476381f830d54ed55104", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c4a4134e0ec5456dadb802e3238233fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bb7a32bb5e254a0088d040630a50654d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f534a353b8714709bf89f81324bc7b95", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8d0c6f9ff6664517a8e94714d1419570", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "320ba507fe254c5fbf95fd0bdac116b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "25d2447cfb4d43c781c563f14bd367ba", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "05277618036d45aa9051a4434c2b3bc3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a50715938b564483add72935794d6756", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a76304e83698464c9e1b1a307e4bb184", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f08e0667df8d437bb400047cbd8e7543", "region_id": "RegionOne"}], "type": "tricircle", "id": "d1257d35d1ae4f7cb9679f0a90d83693", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "6ee0716cee344b9fa389a6b4b67f218c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "bc4b3b864b3e4e9aa5b9313ebb900c55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "85154e3cc5694c3891fa2e9013551da6", "region_id": "RegionOne"}], "type": "database", "id": "30c672425c724eb5b6247755bece35de", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a93fb9becf88419ea31f2eee4bc356a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "516dc911236243cea39f7ff464a0a68e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9f7437df967842998e790d31d9f43762", "region_id": "RegionOne"}], "type": "application-container", "id": "52cff79eda4d461b80cd824a12b0ad68", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d8361ceb7d5d49df94a26c959d787566", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7f95515a3b4a44daa49bf4ac5c1d0a02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "718f11337417417cba073ae978385c7d", "region_id": "RegionOne"}], "type": "container", "id": "e5a0d5c9721e4c3a80738840cf8b4539", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "01399efcf37e485095cabcae0cf15ebf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d640726c6acb4957af8998fb161f228e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4cfd45eb4e2f4d8aa196943ff9866e68", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c0a8eef2209344399dafe87d50fe018a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f043e01a6d244a5da9340baa0c6f2800", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "496ebaefea3f44f489ad41019b19c1d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "11f713d6e1824d32a74e1d5d2e81cb76", "region_id": "RegionOne"}], "type": "rca", "id": "891b627e7ee44ee682f6d5c1241ef071", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ca54c468d1d94bd9b0a11919ecfa2565", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "557d31bec1bc476a9360aadce8ccd392", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "85ab0ba12a4f453f8477db0674a48b4a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "80c7e51d1f0d4efda695223ca4af8b98", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "52fab30906724670b80fd896da6922e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a2cf162b40514438bba4024e9cbbc37b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7b6ae18cad3a4b3c90f1ca75ca622e03", "region_id": "RegionOne"}], "type": "network", "id": "eefecd6e9e7549a2a63fd9838f0e19ed", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "34c79530d6ac4d72bd074b275004e9db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "943f41516a4945288e5ac13acbb0da43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "3f44d006451c43b0bcc81fd4593f7273", "region_id": "RegionOne"}], "type": "backup", "id": "7aa4c731072d4de7ac058d11be6eaa04", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f20ab6d3c5e34cd28ee71523be0f50ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "878826d90cbc44779304cefe833a8e5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3f9d74c1162349319adf7f0e1b12b57e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "59df4d171c7b41fcaa13c5dd9dea1d28", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "18bffe681039475e9ec2f21919a41b08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a399996c3a2447708d8bda1863bfaa53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3d021ccf39b6434dac117e71d4218e3e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a9bebad0547e4bf38314aeabb9386aff", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e3b88a5cbae84ddc8072a65c9e7a002d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cf8c5d43b20446d288a8afeb68d2a39d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "bf3fc1cccf984911ba727f7590175f3b", "region_id": "RegionOne"}], "type": "monitoring", "id": "48aab76b609140c5a6a5cf359de83ef0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d0891d3b857d4abcba195dc932ea3e9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "44cbfe3d88d94b7b96951eaa538d35d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "73fef50afa8949f99651d83155cac3c1", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ba5ef4811bf64495b5154a81e687a752", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "7a46f77187064049af54e4b432c673fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "36ef01321cfe4f3baf44f6487f5b063a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ac66cf6d48f74f8aaac48bce5854a279", "region_id": "RegionOne"}], "type": "placement", "id": "607b6d16ed25441d83e0e765991a8e5f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "262d44c58c924dabbe3e6388af589fdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0ba39c1f9ab14636bf81538f068a12ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "da097a8231a84274b30c9eccac4aa313", "region_id": "RegionOne"}], "type": "instance-ha", "id": "081255f49c16430d8a535ef0338abcc0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "12cdaf42180b4169ad68f9c92da229ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a200d7543d2944a89f24e5275085bbeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6138be80b65941ce9170a55a6fe33f92", "region_id": "RegionOne"}], "type": "ha", "id": "94be4d88fddb45c08848ebba8cf61df4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a6caac0628174ae8a4a3825313800618", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "de2cf6dd649f416c847d1e930972ce45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "0516e0c3eacf4488845dd1108e0ef19c", "region_id": "RegionOne"}], "type": "reservation", "id": "8b5827dd33a940afb2d2c08fc151bc92", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1669c66ac86b4ec186ff47e896626c99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ab270786f7e948b7b9f0e618a8061eaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "41ce58a8eeef4159a7ed0727a2c1fc02", "region_id": "RegionOne"}], "type": "function-engine", "id": "f087e236a45d4167a1b3480afd889e0a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "249313255d2f4a28b0d7a4178923c165", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2973072b0f594c36b0cba05e9b99a6b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6524204e0e3042ffa0173d56498f7b68", "region_id": "RegionOne"}], "type": "accelerator", "id": "444cfea3631b442bbefdc47efc16f836", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d69a6bfcaf8744f7bc0f58d5dc9138a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1b8050d5f0bb49e69f74c76377a7eed0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "06a021efad004f17923e81233f8379bc", "region_id": "RegionOne"}], "type": "admin-logic", "id": "135773ad4e624dd2a6b133b0f4356909", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "30263709bda046fb9b40a221c7d14915", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "71ef90a1989f4c08b339959266ce41d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "564c09cfc20e41a58f002aa2b9df2ed5", "region_id": "RegionOne"}], "type": "registration", "id": "ca13053f2f2e451e8fe3af08bbcdbdb4", "name": "adjutant"}], "user": {"domain": {"id": "db6ff904555040fdba58ad23fa1ea596", "name": "918c40474f4042e39f5e2c46fee90890"}, "id": "df8a5e2d0e5e48228873a69a2ba10701", "name": "bfb2af8a27a149c68970125cad839daa"}, "audit_ids": ["74f3c8026fac4b89bc887b064397d401", null], "issued_at": "2019-09-19T09:04:46.432491"}} 2019-09-19 09:06:46,674 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_container.TestContainer.test_create-2 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-container-read: some ACL" -H "x-container-write: another ACL" -H "x-detect-content-type: True" -d '{}' 2019-09-19 09:06:46,685 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,692 keystoneauth.session RESP BODY: {"count": 2, "bytes": 630666, "name": "openstack.tests.unit.object_store.v1.test_container.TestContainer.test_create-2"} {23} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_domain_get [0.067198s] ... ok {23} openstack.tests.unit.identity.v3.test_registered_limit.TestRegistered_limit.test_basic [0.070533s] ... ok {23} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_member_update [0.066814s] ... ok {23} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_tasks [0.066891s] ... ok {14} openstack.tests.unit.compute.v2.test_server_diagnostics.TestServerInterface.test_make_it [0.067940s] ... ok {10} openstack.tests.unit.compute.v2.test_server_ip.TestServerIP.test_basic [0.066364s] ... ok {10} openstack.tests.unit.compute.v2.test_service.TestService.test_force_down [0.067579s] ... ok {10} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_get_session_no_auth [0.104665s] ... ok {30} openstack.tests.unit.cloud.test_stack.TestStack.test_delete_stack_exception [0.262322s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:46,526 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,533 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,537 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:46,543 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:46,558 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:46.454404+00:00", "project": {"domain": {"id": "73a71dd5b12841c39bde75463271349c", "name": "03391b9be0b7459992cef2c9289f2fdf"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1e2163cf537d4a4694427832c9eeccad"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "bf02bdd47715489f868308d7d18cd229", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a9fe20b72f434784a28cfae44700739f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "b8a129dc69ac42ba91d5c9ba2dc7df8b", "region_id": "RegionOne"}], "type": "identity", "id": "ce083d8dd0504c6eb9cefd41c9f6dd21", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "89c84a52283542b286168146dd50f1e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b8e1e73db69b4089a58068014da033c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "da03228a91b3428286fe6af5afeeea27", "region_id": "RegionOne"}], "type": "compute", "id": "5c8ce350a22d4887b0d867ac5279ca66", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e221023a4e8f4bd8862e6613ed6d68cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7ce5555425bc405b90147c3ba61e3b10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0a3d14345dea463a9b9c5730c1f33bbe", "region_id": "RegionOne"}], "type": "image", "id": "1a89e9a395e94138aaa61c18db2cd472", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "845c4bede4c049c2b7cc5de71df5a821", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f09de8770e5b4098b854d0fc812881eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a928c2dd66db4178becf3368e4a12204", "region_id": "RegionOne"}], "type": "load-balancer", "id": "90e11efafbd34f60b9de7532ac97c2b3", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5b272f252cb414e9f7a87aeeadf6608", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a157dd515114d6cb01c718a498142dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e75c3faaca0b42758adbb410386ac623", "region_id": "RegionOne"}], "type": "object-store", "id": "90836afdb08e4ab8afb6ea69dc8ef98b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f51fa806e71d4c2f8b0d9f2beb5c525f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6cc6144d586f4c6ba96afb6b7021b60e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "760f57f761964b2ca1bb901a66be8621", "region_id": "RegionOne"}], "type": "clustering", "id": "dadbcf9391634866bb0df9f5199b6146", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7602884d1c7c45d697d09fdd90f49833", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4c2d24f23319439093ebe1d3d718c4d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5429784c0474427394bf3a3ddf76f917", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c2586aa144bf4757b1a4aea0fbcc9461", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2139f1839cd242939edec775fb8e6680", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2a3f29649cf742a2814c4514c732934e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8e2fde78e8274ad59fca03a74780783e", "region_id": "RegionOne"}], "type": "cluster", "id": "14cd496ef724418790d5b6fc15075d49", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ba28b0d657744cdf8bb64b4d2e11c268", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6f567091a3e34cb8a13f17f54ecfecc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "04334cd1772f4c4aa39c3256203e77a7", "region_id": "RegionOne"}], "type": "data-processing", "id": "2ea819ebc17b4d3787adac7b954211a0", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b18c96423bce464fb7fb1f8b06ab8cce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ae8f1093809b4480986299b3ddbb3422", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "caf5b90e92aa4023a2b73b4052474fd0", "region_id": "RegionOne"}], "type": "baremetal", "id": "8003f59e7487454fbf5ee7c5e7e3243b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3ad30ae2208347f487d6d6eac112506d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b45a30b882f149d2853190fa67e31934", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "20328711cf2f49fb90610310c8ef45e2", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8488073117c149489ac36b386abde9d4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "74e749e11ca04cec8135817eac03c7d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6c3cad1bc7e14d73bd9d4d22ae8db3b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "508c25aa8f9344c7aa065f6c6e1e4d7f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "88f2a546ba9b4611a6e06b543e1dc12b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ba78e0fd44974dbba62b50252564c9cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0aed967614a544d3ae2365030f5bdbaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "dd13e95c3f82466ba4ed91f6e46a2b54", "region_id": "RegionOne"}], "type": "key-manager", "id": "e805a7356d754fef9704b5cbf9da893a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ff3c3a33253042fdb9335003a099d883", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e2fb5362b1314843963d16a2955be639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4dc639e4aa714437b04debca72256257", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ac57854189ed4d0eb4c3d2105c431165", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "561751b0d6034e42a0074a373724444d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a059c2255ed8450489582ce3ee199d11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7bf8c5c9bc184632b450d29bf6fac6e6", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ef30fe9787724bff81ee465005f9fc10", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ad984caac4f94c93a25c5883bcf4793e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "42d94786c88e4f65b0d0f38e8677007e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c21098aa1efc48d5a5f2ab85c200cb1f", "region_id": "RegionOne"}], "type": "message", "id": "185aca44a8c1469a985da2fd5823ec51", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "dc7e0a8e32ba439c8a913a477895cefe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "fcf9a8de7291438caff8ade3a42f9a30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0766983b1a3343fab56814dc674eb0a5", "region_id": "RegionOne"}], "type": "messaging", "id": "4ac84ce8a5984b7e82db1b303ce84faa", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ac92e908e0984a70aafa3a515e046855", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6e461b7945ad4234a2da89481f7de5d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "67c6cd3c12e142998e110ee80daa0c7e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a81f77175e80470281a617b988854326", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "95fb357c4ae44be49fe248b2d3c2a168", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c3661fc73ff74f77ac663d9241a0bfce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b389c1ad1cd4df1a1472f40b23ac605", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2c6223f8e56d45cdb93378085a75dd2d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8ffb946034c44c908ae2de78a6047351", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "10837fe5c5e1417a924277d5467b359c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "67c8c379386a49d0b26739e5e8c89248", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2457d375beea4879aebce13b77604068", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7fea4d481e534df7a604c88dd07484a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5b250702fb934cbbab9d4e55abb61200", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3442b9c7d9ca44ef832c8871c6a4f75a", "region_id": "RegionOne"}], "type": "container-infra", "id": "3161b1e567da477e92b2eef13d0af4ff", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1ea66180de5f45499679d85482d29d4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a215c96fe43148ea97c40d3ac5f669f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "12dcd4a8406e4e2798ca51757f08d8d3", "region_id": "RegionOne"}], "type": "search", "id": "49f6e5dc3cfd4e1fb40c6bb1225764ef", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "93fce59e2c4444d4b6425276dde70231", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "90448ceacd714436a0bf3fcc83b1105d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2d9c76c1099c4244994b39e646cd97ee", "region_id": "RegionOne"}], "type": "dns", "id": "2c4fe76fe1c9459abf490f9b7bc5de55", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0d3ff37040a54d6d9d0c85604720f7c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ebc8f067dd6d40deadb858d4ad0f656f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "af047473693d4cb3bc85fd4367cdc016", "region_id": "RegionOne"}], "type": "workflow", "id": "17edb1a37faf4b9f9b0cd0794449ca02", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5abe21e1452a4099acb13ac0350bfb23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e0da3d7570024a578ce041512eaf98dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1bd1949e41c14eaca847ac9537f5c969", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3ac6596082064898ab333814bec7bf50", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "04afa04bb1cc4211a66af435d6720d0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7ad6d768e2be46968a43f3f3d63f1459", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c3521d0cec2a45efab8fe99082f1db66", "region_id": "RegionOne"}], "type": "rating", "id": "f80a83405e5e4c1c99d4a640420c3cd7", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f8dc0e208c53457ebc732de01ff0c16b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "855af09180a843e68c4681d393ae608d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b93318b9c7a0457d9bca80362f56e509", "region_id": "RegionOne"}], "type": "operator-policy", "id": "16b6baa60d044486b0b2517927746b38", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "70a36ee8332b42f2bb2ab5da45d8d4f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "831888bf27144eb3b4aab7539ca7eafa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ceea6f0a69b24a8fae9fe294b366743f", "region_id": "RegionOne"}], "type": "policy", "id": "c52e8bf6166840719446defac29256db", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "281a758c63ee47e2948c8f4ce329914e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "242f4281d7bb4f1f9d17e47d10bde172", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "50a6523b5bb54daba661ef7c633929d8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "01d19decd776475992f48649a950673c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "45cd1418febe43f68484c933cabb81bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "94a98d87c6f2496593c9fbe1df1ccaf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "94265e3405a14830a8a6940d24ad9917", "region_id": "RegionOne"}], "type": "sharev2", "id": "9bfe98a277fb4fbaa1730df68aea02f9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a701824c0cb84200a8275065de938144", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d291500a6b184c48979e957b1fece973", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5ddab41066ab4e7496a54f556910d213", "region_id": "RegionOne"}], "type": "share", "id": "5c06f2d1a91d4ff3a7ea04ea5af8df27", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "420427110ca045cd9565166c58567eca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a3299374c7a0457dbcc7248e17a1394d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6464aa483fb848d19f50bb7aa237febb", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7d6eb592a52c43c4a8ed3c26f25117a0", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c8f469a6a344c5d8ab3b1d141320f85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f8d4ff249e94e83b9c33dd0c6dfb85d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89b17da6ada1499a8216474f415b4ba6", "region_id": "RegionOne"}], "type": "orchestration", "id": "7402c75e6f03486ca344b6106b4d5166", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "629a9748a595493096ff92378103e021", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cab71505f5d94767828525bf9faf625e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d91ce449501c481681839e613ca6a174", "region_id": "RegionOne"}], "type": "block-storage", "id": "19789503b6c94729b7d9ac4db17e4d4a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f455df1cbd1b4b198713f13758adbfda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "517b28ce41244647810101f5745d77f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d2ddf074998488dabdc50b06f4f0af4", "region_id": "RegionOne"}], "type": "volumev3", "id": "663b59053e014ffbb8c535b998a3e9be", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f45a1ab61ee54ea2a4355cac473b19d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54b73f0d4df8422b933b83977f222816", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "010b018508774e87a106144dc9d0f9ee", "region_id": "RegionOne"}], "type": "volumev2", "id": "22fa364d3b214fd8b2bd5f3e2af47abb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7342d4eb96c4fc39d75d2ed86950549", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38d58e9e290643679883ecd9495cdff9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eec40f074bcd49a08b3b31373c70d499", "region_id": "RegionOne"}], "type": "volume", "id": "80f73af799764f1b86be3f44fb1b661b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9343877a6f314fca9e78b35b95f1e1bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f9b50d4f5f24ee3846a6a0423a7d310", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6b1544defa8482ca77f32df594971ac", "region_id": "RegionOne"}], "type": "block-store", "id": "30d5eff3694142cba81860748dfa2a67", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8705242a92694ad88b5be588b350fcba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "68dc0b06034d401da51eeda750999322", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6b69a2b977d7449188bacf7b0bac263b", "region_id": "RegionOne"}], "type": "alarm", "id": "e36eddbd1d2c4e53a59dfe54ae88aa87", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "42540bca05ca43a3931539b007b729b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "535a89a080744786b5db5f8fbb0f2953", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d9624964887e4583967b30cbd452c18a", "region_id": "RegionOne"}], "type": "alarming", "id": "96337b5216d74678bb582e602d19a851", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5347437476214785bee54ed640cf5b72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0d2fee7f8b9141429936b2681fac6e7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8e748aab4d3c4a36acac5a00aa5de587", "region_id": "RegionOne"}], "type": "meter", "id": "fcb0821e03ed44abac795f6f5b4c6590", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e98049cc28bd4d18bbe2e390cb914a9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1e2c1037698f4562bcef1127254a7939", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "47ab0e833bc8491d887d3fa2524b9a57", "region_id": "RegionOne"}], "type": "metering", "id": "6a127eda5d8c441baac8845fa0b0b4f7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "586befca8c35444b88744f96dff68c73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0b5b83b8b2ec4f8fbe07aefdc98e6306", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f3216b8ed2a54878ae9d1cab9c43f126", "region_id": "RegionOne"}], "type": "telemetry", "id": "1ed773fbb6ae48908b954b93d53f55f0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "94b955e531a746edbe3b07aebce0d400", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "68ed0011dd654133a06f9de0e2917288", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "20b951257f254d2bbfbcbcf847df15f8", "region_id": "RegionOne"}], "type": "event", "id": "a4c0470c85034ff98a5548d41447bbf0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6e87fb6f3af74321ae178ce1dc653e1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fec76284f4af42e78729e05385804e37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8bc6aa7ada454bbab587f6ce82ebd563", "region_id": "RegionOne"}], "type": "events", "id": "df64525e876a4fc590ad1b6b8d12e6bf", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "800ae3a4a99b46659423dbb8ca57ed28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "db3953b6d1c04b40b38da4d7b291ba2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "81cb5fb13a5d4a0b92b29b64eade34ba", "region_id": "RegionOne"}], "type": "application-deployment", "id": "53fe1d1bb767480b89a2198127807af6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b58aed1185514d82b3627e61b5cd39e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8247e53ec4194ff6be432ca3c3761bcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "10d7d68e323c4b35abe273ee66ed0e30", "region_id": "RegionOne"}], "type": "application_deployment", "id": "4ab39f3ea69b4478b1380b9febf6e4b7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f8408110c0ae4d5fbb70ada17d6ada8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "384eb6ad604549a4b920fed66071fce2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9cba32217552412da4044e694ef5631e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f350f77d47144f8e8db549c02ff7986b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fb1b17c0972f4714b357df94e77b1b5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "088fd22d4a9a43bd88232398322cc60d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bdeede793abb47278a25743d5d7ad258", "region_id": "RegionOne"}], "type": "tricircle", "id": "aeb7d40a18e04417a91c4732abff0f2e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5bc169e9cbd24d8fb2288d48f84133a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f2c06ef3e7974526b0535510113e3e8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "496df9dc7bdb4190aebb5bc689443244", "region_id": "RegionOne"}], "type": "database", "id": "cb5d66f539aa4ab1b06f396c20ba0edf", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f308ad189adb4b50b684f37985c7af95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "32c0fd096dc44fee9b877440455ee4f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "63cd1c7967404f57a32492ac8cac71d2", "region_id": "RegionOne"}], "type": "application-container", "id": "08b0419cdc0e4666a535941f3deb6ca8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "55655e1260ee4e2b8e18475076ed8040", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "39e674d00b09496da0263b82751f9593", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "af3d2292c36f44048739d9fc030764a7", "region_id": "RegionOne"}], "type": "container", "id": "a24e71d418ed43ae81cc22330ef561b2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d3e885b980494434b0c118407f54fe48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9196285ac95345f9b529739ae796730b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "22ff3d4494d448c38c66c6e127dba66e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "797331e07ea649d3ad7570938e0565be", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e767f362202f44e5a3ce599f45a967e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d36834e9030f44eba92f750240369039", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d60303c4832c4ba2bd87d50ad170e8e2", "region_id": "RegionOne"}], "type": "rca", "id": "f95b1ccdf9774448939ebf147ba4e2e5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3b17e49388054a7da9ad63135af38e86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "84a9bb44fe5849a6aabc35c698665928", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "682278d13ba248b0ae094b06581e4f79", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "573352d417e249ed9050f584e91aa97d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3ca195d759a4491a8e459793274a0114", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e2bd85c482d44a5dbe0aa9417a764ef3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "bacc37a9a1fc4bf38a08fc02dc8d495d", "region_id": "RegionOne"}], "type": "network", "id": "17c2e9d5feb549ea896552c49fe33bf0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e15c09de8c5d4f839942fc8c7df43b50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "fff7f651a66d499182bf58a93b674180", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "bd6703bacc254515b3d946ed8d65b47c", "region_id": "RegionOne"}], "type": "backup", "id": "a95c82fdd14a47079ee207b457ada0da", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8071741a063b4aeea4565adf050c540e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5b6b8319db324b5c9ef503a6a2261db7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f239950068c346a4b9197f5ce2b40f18", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9b4ac25d088646de84b342029cae6a47", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "415e9f1ff4bb4d909bb2e5195f4ff1be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ff9e3ccdd87b499c91f91beb6e515a22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6579a17c4f084a0197c516e03cc9200f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "df3a74b064354c3693ac0e1021ed4c27", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5fd72a9b67614a68b259dd3ced2465e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7a96952da9324b30a15e313dfa7a3044", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1e53239124fd419d9cb1873a7c763182", "region_id": "RegionOne"}], "type": "monitoring", "id": "8a2250e5bf9343478d32a1bbd65a2dd0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e394569999324b8bb5989841c987cddc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "21e04a51a27243eea98c6a65fdeb0d51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "9e544b62f9d04d7a90b008b675a3b07f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "74e8409b3755409e8ce77bc277099fa5", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b194316580954185a3661e89714b06a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "52601d69a3eb448da9360181bba40f36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "24d6e0a90a154eb8845a04aa444afe5c", "region_id": "RegionOne"}], "type": "placement", "id": "9e8e307b78e743b1b7811b29e2176250", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3c3e901b4fda440cba79a2a639058506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "04296aae6eda4942b770a226f8dc8aa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "02a1459aad454e2d8b3b4c2eec996885", "region_id": "RegionOne"}], "type": "instance-ha", "id": "14b93c9f5f3d4bf29b92feacdb4762c8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c9a458392dc64e258ed197a5673a7b4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ac51647a77484c53a269f16b5dbd2c96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e470707d4cd545f399ed41c2d4dacb3b", "region_id": "RegionOne"}], "type": "ha", "id": "3a7fa9810e7048f2b6039b1d5737c3eb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d733635c344643adb87df0d7f01f2ebe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "03cfb98e1d0441aeaa0117fd15bf35fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d53b63ab849b405ab76db44be8d349a5", "region_id": "RegionOne"}], "type": "reservation", "id": "958fa04f047b4107b25c2067d2dd141c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "70e7250808764591b3065ab56c39398c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "174c912525024254b68cb2741aedb6d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5683401177c44414904859fca50bbcd5", "region_id": "RegionOne"}], "type": "function-engine", "id": "3b70e21feeda4e5ab4007ac235d3d12f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2d724d1b212f48d58952b574b4acf02f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "42d3d6b8045e4ff494685c85e4cc24f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6b947af76593450da803a1a211d8bce8", "region_id": "RegionOne"}], "type": "accelerator", "id": "84fd63bf975843958280913671cfd456", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8637cfe4c2d546e79c756e3556155419", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fc2087c46df041d198be1170bd6930a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1f4ebc7f2da34638bea415ad59e21534", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c1c5ee86255244c1994beb40fdf4d7da", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "589a0ddc47cf487dbb3619eccc52d0f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "51af8e56c46347d1b684891bc03526c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9928160d38b04a68b6cabc452de47a46", "region_id": "RegionOne"}], "type": "registration", "id": "82c39ec6af0b449cb55a895cba708334", "name": "adjutant"}], "user": {"domain": {"id": "a2da6992176a4edb871772fbe03acefd", "name": "ad94849f885044ca95f0fbc61f82f84b"}, "id": "518750b8119541b18bfebc64d1fd202e", "name": "0636ab01d5994103ba48c74d88f698ec"}, "audit_ids": ["342a669c966e4e8e92b59ba5b7e03687", null], "issued_at": "2019-09-19T09:04:46.454404"}} 2019-09-19 09:06:46,650 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2?resolve_outputs=False -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:46,658 keystoneauth.session RESP: [302] content-type: application/json location: https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2?resolve_outputs=False 2019-09-19 09:06:46,665 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,669 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}} 2019-09-19 09:06:46,702 keystoneauth.session REQ: curl -g -i -X DELETE https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:46,708 keystoneauth.session RESP: [400] content-type: application/json {27} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_abandon_stack(stacks) [0.071428s] ... ok {27} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_abandon_stack(stack_subres_id) [0.068992s] ... ok {27} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_check_stack_with_stack_object(preview) [0.068370s] ... ok {27} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_extract_name(identity) [0.058487s] ... ok {27} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack(stack_subres_id_act) [0.360557s] ... ok {24} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_group_find [0.067631s] ... ok {22} openstack.tests.unit.config.test_config.TestConfigArgparse.test_register_argparse_network_service_types [0.175549s] ... ok {20} openstack.tests.unit.compute.v2.test_server.TestServer.test_live_migrate_no_force [0.076043s] ... ok {20} openstack.tests.unit.config.test_config.TestConfig.test_force_ipv4_false [0.113626s] ... ok {16} openstack.tests.unit.compute.v2.test_server.TestServer.test_remove_floating_ip [0.074172s] ... ok {3} openstack.tests.unit.object_store.v1.test_obj.TestObject.test_from_headers [0.166387s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:46,800 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,809 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,815 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:46,824 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:46,841 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:46.737438+00:00", "project": {"domain": {"id": "f5ec0f2388c14a9eb9f71daa7b9c1142", "name": "15bb69f16bb348c1ac2f62ae7c8c2702"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "96267e513cbf483abcb9c59b62302454"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "57d0cf3255ed4a42b4108a574c6d3a74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c8fe4a0f072d413db0bb4fcdf295ead1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "36a2816288a0446da97f544daad55e09", "region_id": "RegionOne"}], "type": "identity", "id": "2b19c3067d8e4071a4435fb30614d113", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5bfe95a4ea6d4f929db60e4b9f4d1d66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f9ca96d879e44bd79d2af62d433b332f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "0f7516d19c4045d0b24eae8bd687e330", "region_id": "RegionOne"}], "type": "compute", "id": "747b4166234d484e82e56265112507cd", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9ca756244f4241fa9df5c494525a7e7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d412ca0cac814a5292c7ac09878a48ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "dee3e7d3b259481ea0de9b178774d66b", "region_id": "RegionOne"}], "type": "image", "id": "831df96699274096ba36d90da833551b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4b87cdf6711a49b186becbfc5b42b51f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e2a171f3ffa145eea71b764d5c2ea0b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5afb198c5a6b44c38868c807a4b6f1f6", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a10d1c18a51a4db3a993c7589ebb7cfb", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44cd7be1e58449bc919f8df4b6e6703b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88161af582e3436d87b31e2af1cb74f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "879160ef6097400e976788facae99514", "region_id": "RegionOne"}], "type": "object-store", "id": "3975c835517b46a8a0abc4d8d80b8a10", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "90e29c2fc2b14932a4abfd747f64bff8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "70ad62a754e246f7a045e9389e63fad0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "af5324643dca40f896bd92e44dea05ee", "region_id": "RegionOne"}], "type": "clustering", "id": "78b34183da804f93a606faf44f0c8fa8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c6cf05806d5744948aa88aeac710eefa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7dc68168138b48c89c206183afd4da74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2eaca4a392ef49b1879dc35fd5547abb", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "fdeed102b28b4464a75a3de85dfec237", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "68678f554c444f518fa9953175858c39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bffdd752647e4052b04508224b28a9c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0b354bfe5087462291143d129f5bd370", "region_id": "RegionOne"}], "type": "cluster", "id": "07a3d240284a4ef79f6be2658fbc5e26", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "463b9455e73148969f2df9520b298b16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "98727c74d1ef4ff09eb5dbeeb04cd009", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "26d13f789d9f4be4ab4c4073eb0dcd05", "region_id": "RegionOne"}], "type": "data-processing", "id": "53b7100565064061bd2a22087cd78079", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "421e1991d04c4395b8a11dff86731f34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "05a69149ac044d87ac6ac4100b83fef5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2e18d60fe50743429ea52fe7f6ed7209", "region_id": "RegionOne"}], "type": "baremetal", "id": "714946e8e15e438788bb24caf64a85cd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "11ede9ff485945419cec1d07b2d54e50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9f0e7f0dd58d4b36a52e600a056dba12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d2b2b5a59ca64b74ab9165214ccf1aa8", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8f51b03b68b348e1abf10921a73d8638", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "80000581b4c340da834412b61d19ee25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "09fe3aa0aa5d4465828babe3bf74ef3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0231a396c66d4834abc2871029ebfc31", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ca4d627d13384115801fbdcad87db26f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1b106bfd9bb54c47a8747bd7fba2a997", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "685fd49dfa7a4885920dc48562de7d4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "aeab28115c964738a6ba2570c732f7c7", "region_id": "RegionOne"}], "type": "key-manager", "id": "373f20a8b743487f868633e4471b1d4b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "97a4d60a5cc74e87a41d649769b9e7c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "067a71fda2fc47218c746b4d0f55ee89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7d595dc45f6943e38dce6f3a030387fb", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "4a51806321ac49e58de5a7d5ccc4766b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "91b6162162094441a187476d21b9c383", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "db14ed08999c416c932504ca8c039f85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8c8d343ae42f4e6d8b103dfa523c6eff", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d446e2fe364e4d48864877494fd105e2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "17c26615a35f47f9bd97de6b59104099", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a89a544f2c5d440bb979d6225d7b7292", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "01d13431aef64e67a2a38026caf29f6f", "region_id": "RegionOne"}], "type": "message", "id": "92ec6f927cd245efb0607f1b920d1a03", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0e0ce924e52d40389f80088d0adafd04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "aaf70216b81a4283b388ad678b8af544", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9aadc46a066c417ab35576235085fdab", "region_id": "RegionOne"}], "type": "messaging", "id": "f8785e841d88436391e58fd7f8ee8e41", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b2512162944f4c4fb4823a718c81238a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b4d8732ff2e94ed590a11c7f5582358c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "11844245b6bc480cbfd415a7ed107dfc", "region_id": "RegionOne"}], "type": "application-catalog", "id": "410eb71e676645af83229d5146664534", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3e9af9e2ebe447b08d233942c166c7fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be7c6a5bf65e4d61839462d3107737cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b4d3fef63ab842db8a331f3d0d3ded14", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "5b34a53e34e341e89964a82fc7a679f3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "23f951d627824b12a9c4e4f24b053345", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73e797a3d8a74da6acfba82b4f938fe9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6673a637390b4df1997bb22955ba8154", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f8efc182eedf4fc49d416c477513830c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be9f7696f55044ca91526b091b2cec3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eabaa4d9619e467dbce9f127cd45e702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "91c9b91dbb7543adac130e0e4185b9d8", "region_id": "RegionOne"}], "type": "container-infra", "id": "67091386d71d4103b10c184611f23f04", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "648e2545196842a9b8b5561be5e5ad48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a93dfbb0cd00417c9a4104304e36004b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "0609c23093b64a96b899d1f53f431963", "region_id": "RegionOne"}], "type": "search", "id": "f1e97f8def2d4e9f919936495f6dbd57", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b80b81d980834c469fa5b3ddc1bf342f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b29fb3679b03426c8d1a78f3b025e039", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "da99130e009f443d808536fd1a51d8ca", "region_id": "RegionOne"}], "type": "dns", "id": "ad7a802f7867419da7cb31fd2e2101fa", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5dbd3cd9d1f84ca2af235a2481af226e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ec237ca9f0524948b21d6ea26f1ccaf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b71698b4a6b740c585bfdad7f50c7895", "region_id": "RegionOne"}], "type": "workflow", "id": "49de4896eb164c7cafc0be020d06095e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b7ca943a72c84e4db23f1f095867fc58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e051ea4e58374cd5a5bcc70e7eaea99e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5cb35ca25500438d906269c942ff53fb", "region_id": "RegionOne"}], "type": "workflowv2", "id": "58221fa2f3a74cf8b9d44249c59e511b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "e2deb6a3004b40dc8b175549d1d5c000", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5aad328f058d4df5a7dc2230856beb25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b63a8c006317478eb9aa7e9bfffa353c", "region_id": "RegionOne"}], "type": "rating", "id": "bb939167e771407ebcac2ae25118f686", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7fa25e84307a4d9a9f752d894f33111d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7d2b9cf9e58b4f75967ad58b6f52102a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b5109b8e6a0049f2a3f6387167b917a9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "835727fddd4b400992a923ddbafdb406", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d62c77f87582415395d5de1187f68b07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "815e1f2c9486433ba5a29708c97a58fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "79c35185c3774d8481d19e1923b518ed", "region_id": "RegionOne"}], "type": "policy", "id": "2541e0a334b04e2db665b726f96885c0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "260249a86c504a058154bdd37100790f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "96ff9d0c70fd47d89d74afdd253d3486", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2710cf0753c14d38adf57eb6a5123f59", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "631c5e332a6746c5bdfab296d07269cd", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "49622daf10514f9f8c123be5a5f8d500", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ddd6496235cd41998bf1b1b3555ddd83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "18060c40422540748aca478d28a30e91", "region_id": "RegionOne"}], "type": "sharev2", "id": "98b1cc5b7fec40d38767fc8a3a860aab", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "237be2a0a76d486180cfa12cae91f1a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f20e4a9016b044a4a3e78309c28f7230", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6a0be1dae4da484293732932a63346e0", "region_id": "RegionOne"}], "type": "share", "id": "45c5dda917764f72941d26ecc0c5ad74", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fac640d79b20459f8f77d488007b2b00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1c04d33a05c2416a93e6401f776e86c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2e835b33d5604dd98970b04ac64e3d07", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3f53f1ada8394337bef18e7ed10208ba", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d80845f2ce174b228d6f557f85b012f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9bc3508e816d4878aa2c70a119833dc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34176b56b8d74661ba8e5f0cac18441f", "region_id": "RegionOne"}], "type": "orchestration", "id": "12c38aeef01d4f01af6991d0e0a3fe19", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63bcc3eee0054d27aa3df5aca739bf1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ded84402efb349af89cf098f522e32fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49a4b35db2c947abaaa7a38fe8a8773f", "region_id": "RegionOne"}], "type": "block-storage", "id": "cb855c0ccc6d41f4a14c9b14ca6297e1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2dbfea42b8e247269ac9a1eb31ab08a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "379b88473064470a8a55d66a069ab378", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2ec808a339a43d29d0418064592b297", "region_id": "RegionOne"}], "type": "volumev3", "id": "3b9e0f94fbf544fb8aaa17ed353a22fd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3357c36d4144d76be53678f08c28bb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "308e2b492b464edc98a12c7ea5863f33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c9814fc168a47edad509864d5361b3c", "region_id": "RegionOne"}], "type": "volumev2", "id": "ad1358a4fe164e86baa98e5d5004acd4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20ae43d6f9f544bcbeb4139d4db2479c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90deceb4a13140a4b86bc3c9f7093ced", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8bb40ffc14874c2aae0065ed8bd2caf9", "region_id": "RegionOne"}], "type": "volume", "id": "89d6cba2e3234d38b80f3877bd3f8b15", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f73e9a6a9afe4ef6bdab122be34064f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e61fda720fb4a06bcb62912a778f4ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2aec0f277ea148f6aa9af0d7c6b6e77f", "region_id": "RegionOne"}], "type": "block-store", "id": "df8e6fb270b94a99a521436ec28df5a8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "95fa40ef3edf4ec89396f6ac170c9593", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0c391f2eac154831ba4a274a35b178a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "12933a0e6f60404a8c1b00878c278028", "region_id": "RegionOne"}], "type": "alarm", "id": "3ea371c5d48c47338a21b26258c01921", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c521f007130e47ce8c00287168fa2d3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "50aa054d577041ab94aa9b9aec35defc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fb84dc2e1a284963a943061a2eee6843", "region_id": "RegionOne"}], "type": "alarming", "id": "f4574d7c77df4e36ba47eb30791997c8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1cfa39f7b16f4ded91c549d2152bfcb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "da6dbfebfb4e455a90a29b3f03df30ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "61c6ff8941ac43b5bd29201e1d2a08a5", "region_id": "RegionOne"}], "type": "meter", "id": "954ca1ee7ca945118062f1806526a74c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7d898a94dcfe4c778256998ad2f58c7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c7a4354749ad418da685b0edb9d6bd8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d5b6fe8fca9447189372614e2724ddc1", "region_id": "RegionOne"}], "type": "metering", "id": "7e7184aa6ff943039a6e4ee6f9430c71", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d30b29cb12224361a88c1c27fc315e06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "555edb2dea2a445ba430d50bd0e24d66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "70c9217e00d146babf05b97cf1b4c6d2", "region_id": "RegionOne"}], "type": "telemetry", "id": "42f74f34c81b46f5a61f43534e98e7a7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "86fe6b7df3964aaa98c528fb3db2d665", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "00cc9e457cde44a18cbe7212450bfc1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "77b5b1f5ecd44d74958e0eeefca56e26", "region_id": "RegionOne"}], "type": "event", "id": "07fa94af8aad406ea50b5358080ac0e8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "830c2403ba434c8d8bd9f90db0c71ee6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "22d80ec015fe43ffb44df2ac43089137", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "53b69b51488b4c7bb96f9a9c8a5098e1", "region_id": "RegionOne"}], "type": "events", "id": "0af547b06010497abee481b5c81b74a0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f063c2f51aa84b1c9db57310891f5e6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6c6aeffb6c354d03af62e6546582c8a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c8ba263bf70c4066a7e98848fcbacf1f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "6ce06f1165e54c6e8e611f2bdc7ed488", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d3826031802d49c6bf0bc943bea4940e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3b289d52a8cb4f2482707e4fb997a83a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9c8014cb5718425f97ada1d22eadb04d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "7c4a1ad1e32d49de86ddfd8c3b831a56", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "360136816d28413ab6f794a017448a5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9cbc45242aef419d8ab362dacaa671b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "37a003676fdc4b438af0db281fc6d070", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "188a60981f58456d82b7cfa34794daf1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ce7dca5bf4da4dc3b7ddc125b5ba710d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a528be88a37c47a79d9abe64eb3eb4d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "70042bda92cd4e92a2ef201d34df2d5a", "region_id": "RegionOne"}], "type": "tricircle", "id": "ee02f3f0845b4a3882ebb6a6cfef3c26", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0b737b6628a84a55b74976e391f2166b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "8fb83806579d46deab4d37302830b8fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "795e4660f880467997d4e2c45d61406e", "region_id": "RegionOne"}], "type": "database", "id": "25f2bc6ca5ec46a4b2146050c0a146b6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b5a0b2d9182644bd9746900d19f4cdfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1edb2d7f146042378b45476245ae285d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b8db853432494df5a2f441ea89b6c9fb", "region_id": "RegionOne"}], "type": "application-container", "id": "d97a3200cbe9462a8d47ba71e83cfdf7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "617c6ccde70c4d948974a6803a43038a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9d2d0973b78c43dda3088b58da8c2074", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3bf28d725c1d487e809f149ae44fb21a", "region_id": "RegionOne"}], "type": "container", "id": "84e26726a24a43e0a622ff7b7e814bf2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7e28f29d74994c0183460cd76554af4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ebb91ce51db9408db35ee161d660c9a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5749334c6dec43e78f31a74b655a0508", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b4b81770762c4183915fb87054ec2982", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0bed2848f60d4e23aed31c43a4fe9a29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "48dc24e9e0664137882c7d7dd67e997e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "54193f72731c4896ad3f5a3b08acedea", "region_id": "RegionOne"}], "type": "rca", "id": "1f97ea592ec54f3aa4d12b005f97c52d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2ad3458a338c4cbcb322da2d4af76861", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8239a883cee44fccb809a42baea754ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e9fedc56b4d94ddab20bce256c782238", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "860c696bb5964738b30bbba502f38a37", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "59009e6abcd54b50907043fc0319079b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "65c21f047b484e8a9e9486b66ac7e1f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2894c4d4ef9c4bea964a7f437da5a116", "region_id": "RegionOne"}], "type": "network", "id": "d6bd452a32e7480abfaa42f80d8ea66b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "484a0054f8c34b4090b551b8d8d3d07c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4ed2f7125b6549d6a2f7ab23344c41c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a7566e9e8f144346b2cb01845376274a", "region_id": "RegionOne"}], "type": "backup", "id": "53160bcd4f4b4d098145d0246bc9d1bd", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "67f77f1c68694ea2ab4b6a8ab26f7322", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b55738031bac40d0b722cd396b09c341", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5b0aaaabfc7a42a5ba027350a084b031", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5b7aad7721664058861e7c2c7239fb75", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d9cb06d11aaf4cd5872d2811ca5401fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0b2da4d611854a6aaf65e7f12f44b480", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6b8caf9eda6143f3ba8ed035c8a399b7", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ff49caabd2a74afebbd9bfc1b912569c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c2c6598ca03548efbc5388ae9f54fe77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6310ff6ff4424db0b2a4b3dc94495f46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "0108198bfa0f40dda8bed13d681b4322", "region_id": "RegionOne"}], "type": "monitoring", "id": "b9d29b74325d46aa948aa2cbd9a246ee", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2ac82691762a45839af4133b9217fcd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6b7ae17be4d0426e90a9309715ce841c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e8b82118187546f393f5e974efde8203", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7e45aaccf637437eaabc7f47e2bdff90", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b82a6b265a3b4b318fbe9cb440bc7e9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ea51dca7dbf24292b5b79a46d6729430", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b640165f425d40b6a04cd59bfa73d72c", "region_id": "RegionOne"}], "type": "placement", "id": "0a570d3af9ab46f69ce75c9246f99096", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9450a0084e5040b397439d146692073f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "782b3746b43f4945b3f4575291f3c3c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f61036e26de64b788ec8fc6c7b10f776", "region_id": "RegionOne"}], "type": "instance-ha", "id": "fabcb140440e4b9aa7f7584417de3a10", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "95642f7ca4be48fa8e0789cd7fd06b09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8b52bf9d2f3043e1bcc8412e55c4a9f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "78927bb1aa2a423ca17083d820475f22", "region_id": "RegionOne"}], "type": "ha", "id": "9be884a6db8345dc865ef579f764a44f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c71a3683bc414078a2c00e7a299caa7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e21d48616fd049eba37cded9f51ee98f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "74c8e136b5b24bfab0caba1961c57560", "region_id": "RegionOne"}], "type": "reservation", "id": "329753a48f4342dd97cb05c9909e8537", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d139c4f21b4e48258d7de628365ac4f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b86488d69eb046948a4f05c9c408fd4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f8bee695373949a8833502ba1c235f3d", "region_id": "RegionOne"}], "type": "function-engine", "id": "12f935658acb42f9af2d3bbf8f8a490e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3719d232a1fb47538f6bdfad8b38e5d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "71147cefd01f4a2e89172af377bb6b34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9354b5b7b024473aad70876852bb9dc3", "region_id": "RegionOne"}], "type": "accelerator", "id": "a15d878d8e6d40fe8f92dc578aea3ce2", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "04fc7de6c0dd4feaab5b606da5c35520", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "09f74fa256d74f99bcc648ddd981099c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e6d0cd607a0d4483ad3f6ec37fafac26", "region_id": "RegionOne"}], "type": "admin-logic", "id": "fd4ab57df74341379ac9849400f5298c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d715687e4177433290936150547a561a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "629cdea9d64643f5a038f0b127af51a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "59f5727104e6416694402e2b29852e53", "region_id": "RegionOne"}], "type": "registration", "id": "fc21dc7c19e94295879533e427f41a59", "name": "adjutant"}], "user": {"domain": {"id": "82cf858bbcb640e7873c06a2d468c5df", "name": "a75302a1f2cb46f687e484ff208fd5a5"}, "id": "9b797fa1c6b54712b53ff23b8bb756dd", "name": "cd9690fd25f64cb6827c4f7f9c92a399"}, "audit_ids": ["c343b0c1799248a4a1454f5505d84f53", null], "issued_at": "2019-09-19T09:04:46.737438"}} {10} openstack.tests.unit.config.test_config.TestConfigArgparse.test_argparse_underscores_duplicate [0.111382s] ... ok {21} openstack.tests.unit.config.test_config.TestConfig.test_get_region_invalid_keys [0.107628s] ... ok {21} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_bad_region_no_regions [0.154652s] ... ok {19} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_software_deployment(preview) [0.064775s] ... ok {1} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_floating_ip_get [0.066407s] ... ok {11} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_arbitrary_attributes [0.090632s] ... ok {21} openstack.tests.unit.database.v1.test_instance.TestInstance.test_is_root_enabled [0.062825s] ... ok {29} openstack.tests.unit.dns.v2.test_proxy.TestDnsZoneTransferAccept.test_zone_transfer_accept_get [0.061610s] ... ok {31} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_address_scopes [0.060636s] ... ok {23} openstack.tests.unit.load_balancer.test_flavor_profile.TestFlavorProfile.test_make_it [0.071750s] ... ok {4} openstack.tests.unit.config.test_config.TestConfig.test_get_all [0.212674s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:535: UserWarning: Couldn't find the vendor profile '_test_non_existant_cloud', for the cloud '_test_cloud_no_vendor' name)) openstack/config/loader.py:594: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: region1-network and routes_externally: True key=key, name=cloud[key], external=external)) openstack/config/loader.py:594: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: my-network and routes_externally: True key=key, name=cloud[key], external=external)) {8} openstack.tests.unit.clustering.v1.test_node.TestNode.test_check [0.068236s] ... ok {21} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_user_get [0.066847s] ... ok {0} openstack.tests.unit.dns.v2.test_proxy.TestDnsZoneTransferRequest.test_zone_transfer_request_delete [0.064923s] ... ok {19} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_stack(stack_act) [0.065223s] ... ok {7} openstack.tests.unit.compute.v2.test_extension.TestExtension.test_basic [0.061631s] ... ok {24} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_rule_update [0.066096s] ... ok {6} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_rbac_policy_delete_ignore [0.062171s] ... ok {0} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_tenant_update [0.061970s] ... ok {4} openstack.tests.unit.config.test_config.TestConfig.test_get_one_auth_defaults [0.151086s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:535: UserWarning: Couldn't find the vendor profile '_test_cloud_in_our_cloud', for the cloud '_test-cloud_' name)) {17} openstack.tests.unit.config.test_environ.TestEnviron.test_envvar_prefer_ipv6_override [0.174711s] ... ok {8} openstack.tests.unit.clustering.v1.test_profile.TestProfile.test_basic [0.066057s] ... ok {16} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_verify_cacert [0.109087s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/cloud_region.py:344: UserWarning: You are specifying a cacert for the cloud test1:region-xx but also to ignore the host verification. The host SSL cert will not be verified. full_name=self.full_name)) {31} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_policy_find [0.061978s] ... ok {31} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_rules [0.064343s] ... ok {31} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_ips [0.062484s] ... ok {31} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_rule_create_attrs [0.061156s] ... ok {22} openstack.tests.unit.config.test_from_conf.TestFromConf.test_invalid_adapter_opts [0.084389s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,161 openstack Disabling service 'orchestration': Encountered an exception attempting to process config for project 'heat' (service type 'orchestration'): interface and valid_interfaces are mutually exclusive. Please use valid_interfaces. {27} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_environment_with_stack_object(stack_subres_id) [0.062040s] ... ok {12} openstack.tests.unit.dns.v2.test_proxy.TestDnsZoneExport.test_zone_export_create [0.070544s] ... ok {20} openstack.tests.unit.config.test_config.TestConfig.test_get_region_invalid_region [0.161832s] ... ok {20} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_databases [0.064083s] ... ok {20} openstack.tests.unit.dns.v2.test_proxy.TestDnsFloatIP.test_floating_ip_get [0.061982s] ... ok {2} openstack.tests.unit.load_balancer.test_load_balancer.TestLoadBalancerStats.test_basic [0.048591s] ... ok {14} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_get_session [0.108114s] ... ok {14} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_get_session_with_app_name [0.107077s] ... ok {19} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_stack(sd_metadata) [0.064425s] ... ok {29} openstack.tests.unit.dns.v2.test_zone_import.TestZoneImport.test_create [0.069884s] ... ok {7} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_flavors_not_detailed [0.063689s] ... ok {7} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_revert_resize [0.069031s] ... ok {28} openstack.tests.unit.config.test_config.TestConfig.test_prefer_ipv6_false [0.172254s] ... ok {27} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_files_with_stack_identity(stacks) [0.064383s] ... ok {31} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_segment_range_find [0.066400s] ... ok {5} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_auto_allocated_topology_delete_ignore [0.068050s] ... ok {5} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_flavor_get [0.077263s] ... ok {9} openstack.tests.unit.config.test_environ.TestEnvvars.test_incomplete_envvars [0.165267s] ... ok {5} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_flavor_update [0.069143s] ... ok {11} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_equality [0.082679s] ... ok {24} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_floating_ip_update [0.066851s] ... ok {10} openstack.tests.unit.config.test_config.TestConfigArgparse.test_extra_config [0.164836s] ... ok {9} openstack.tests.unit.config.test_from_conf.TestFromConf.test_no_endpoint_ignore_service_type [0.075106s] ... ok {8} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_node_find [0.067198s] ... ok {20} openstack.tests.unit.dns.v2.test_proxy.TestDnsRecordset.test_recordset_delete [0.061298s] ... ok {12} openstack.tests.unit.identity.v3.test_group.TestGroup.test_basic [0.076276s] ... ok {0} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_user_find [0.063696s] ... ok {1} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_listener_update [0.063310s] ... ok {17} openstack.tests.unit.config.test_environ.TestEnvvars.test_test_envvars [0.160666s] ... ok {6} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_remove_interface_from_router_with_subnet [0.070693s] ... ok {19} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_stack_ignore(name_id) [0.065226s] ... ok {31} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_rule_type_get [0.063308s] ... ok {23} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_load_balancer_stats_get [0.067228s] ... ok {29} openstack.tests.unit.identity.v3.test_endpoint.TestEndpoint.test_make_it [0.066791s] ... ok {24} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_health_monitor_find [0.066883s] ... ok {28} openstack.tests.unit.config.test_config.TestConfigArgparse.test_argparse_action_append_no_underscore [0.119762s] ... ok {13} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_user_project_v2 [1.225827s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:45,954 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:45,960 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:45,963 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:45,967 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2019-09-19 09:06:46,300 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d5a0ff6f39d2f79bfbccbc94ac0da37162a4426f4f0355f71725c560b0171757" 2019-09-19 09:06:46,307 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,309 keystoneauth.session RESP BODY: {"roles": [{"name": "2f0dff3facf446639bfa852991c112af", "id": "d954e1697c5843629464386fba3dbe1a"}]} 2019-09-19 09:06:46,344 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d5a0ff6f39d2f79bfbccbc94ac0da37162a4426f4f0355f71725c560b0171757" 2019-09-19 09:06:46,350 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,353 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "b8e6491191ce48f4a58461449e74d84e", "domain_id": "bf9d894c769d4d9096a20991ca438b1c", "name": "username-3"}]} 2019-09-19 09:06:46,397 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d5a0ff6f39d2f79bfbccbc94ac0da37162a4426f4f0355f71725c560b0171757" 2019-09-19 09:06:46,403 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,405 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "713eb52b256f49cfb9437dbadd454392", "name": "projectName-5"}]} 2019-09-19 09:06:46,449 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/713eb52b256f49cfb9437dbadd454392/users/b8e6491191ce48f4a58461449e74d84e/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d5a0ff6f39d2f79bfbccbc94ac0da37162a4426f4f0355f71725c560b0171757" 2019-09-19 09:06:46,455 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,458 keystoneauth.session RESP BODY: {"roles": []} 2019-09-19 09:06:46,487 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v2.0/tenants/713eb52b256f49cfb9437dbadd454392/users/b8e6491191ce48f4a58461449e74d84e/roles/OS-KSADM/d954e1697c5843629464386fba3dbe1a -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d5a0ff6f39d2f79bfbccbc94ac0da37162a4426f4f0355f71725c560b0171757" 2019-09-19 09:06:46,494 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:46,522 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d5a0ff6f39d2f79bfbccbc94ac0da37162a4426f4f0355f71725c560b0171757" 2019-09-19 09:06:46,529 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,531 keystoneauth.session RESP BODY: {"roles": [{"name": "2f0dff3facf446639bfa852991c112af", "id": "d954e1697c5843629464386fba3dbe1a"}]} 2019-09-19 09:06:46,560 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d5a0ff6f39d2f79bfbccbc94ac0da37162a4426f4f0355f71725c560b0171757" 2019-09-19 09:06:46,566 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,569 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "b8e6491191ce48f4a58461449e74d84e", "domain_id": "bf9d894c769d4d9096a20991ca438b1c", "name": "username-3"}]} 2019-09-19 09:06:46,607 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d5a0ff6f39d2f79bfbccbc94ac0da37162a4426f4f0355f71725c560b0171757" 2019-09-19 09:06:46,613 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,615 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "713eb52b256f49cfb9437dbadd454392", "name": "projectName-5"}]} 2019-09-19 09:06:46,653 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/713eb52b256f49cfb9437dbadd454392/users/b8e6491191ce48f4a58461449e74d84e/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d5a0ff6f39d2f79bfbccbc94ac0da37162a4426f4f0355f71725c560b0171757" 2019-09-19 09:06:46,659 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,662 keystoneauth.session RESP BODY: {"roles": []} 2019-09-19 09:06:46,691 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v2.0/tenants/713eb52b256f49cfb9437dbadd454392/users/b8e6491191ce48f4a58461449e74d84e/roles/OS-KSADM/d954e1697c5843629464386fba3dbe1a -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d5a0ff6f39d2f79bfbccbc94ac0da37162a4426f4f0355f71725c560b0171757" 2019-09-19 09:06:46,697 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:46,724 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d5a0ff6f39d2f79bfbccbc94ac0da37162a4426f4f0355f71725c560b0171757" 2019-09-19 09:06:46,730 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,732 keystoneauth.session RESP BODY: {"roles": [{"name": "2f0dff3facf446639bfa852991c112af", "id": "d954e1697c5843629464386fba3dbe1a"}]} 2019-09-19 09:06:46,759 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d5a0ff6f39d2f79bfbccbc94ac0da37162a4426f4f0355f71725c560b0171757" 2019-09-19 09:06:46,765 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,767 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "b8e6491191ce48f4a58461449e74d84e", "domain_id": "bf9d894c769d4d9096a20991ca438b1c", "name": "username-3"}]} 2019-09-19 09:06:46,810 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d5a0ff6f39d2f79bfbccbc94ac0da37162a4426f4f0355f71725c560b0171757" 2019-09-19 09:06:46,815 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,818 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "713eb52b256f49cfb9437dbadd454392", "name": "projectName-5"}]} 2019-09-19 09:06:46,855 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/713eb52b256f49cfb9437dbadd454392/users/b8e6491191ce48f4a58461449e74d84e/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d5a0ff6f39d2f79bfbccbc94ac0da37162a4426f4f0355f71725c560b0171757" 2019-09-19 09:06:46,861 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,863 keystoneauth.session RESP BODY: {"roles": []} 2019-09-19 09:06:46,891 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v2.0/tenants/713eb52b256f49cfb9437dbadd454392/users/b8e6491191ce48f4a58461449e74d84e/roles/OS-KSADM/d954e1697c5843629464386fba3dbe1a -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d5a0ff6f39d2f79bfbccbc94ac0da37162a4426f4f0355f71725c560b0171757" 2019-09-19 09:06:46,897 keystoneauth.session RESP: [201] content-type: application/json 2019-09-19 09:06:46,926 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d5a0ff6f39d2f79bfbccbc94ac0da37162a4426f4f0355f71725c560b0171757" 2019-09-19 09:06:46,932 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,934 keystoneauth.session RESP BODY: {"roles": [{"name": "2f0dff3facf446639bfa852991c112af", "id": "d954e1697c5843629464386fba3dbe1a"}]} 2019-09-19 09:06:46,961 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d5a0ff6f39d2f79bfbccbc94ac0da37162a4426f4f0355f71725c560b0171757" 2019-09-19 09:06:46,966 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,969 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "b8e6491191ce48f4a58461449e74d84e", "domain_id": "bf9d894c769d4d9096a20991ca438b1c", "name": "username-3"}]} 2019-09-19 09:06:47,006 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d5a0ff6f39d2f79bfbccbc94ac0da37162a4426f4f0355f71725c560b0171757" 2019-09-19 09:06:47,012 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,014 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "713eb52b256f49cfb9437dbadd454392", "name": "projectName-5"}]} 2019-09-19 09:06:47,055 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/713eb52b256f49cfb9437dbadd454392/users/b8e6491191ce48f4a58461449e74d84e/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d5a0ff6f39d2f79bfbccbc94ac0da37162a4426f4f0355f71725c560b0171757" 2019-09-19 09:06:47,062 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,065 keystoneauth.session RESP BODY: {"roles": []} 2019-09-19 09:06:47,092 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v2.0/tenants/713eb52b256f49cfb9437dbadd454392/users/b8e6491191ce48f4a58461449e74d84e/roles/OS-KSADM/d954e1697c5843629464386fba3dbe1a -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}d5a0ff6f39d2f79bfbccbc94ac0da37162a4426f4f0355f71725c560b0171757" 2019-09-19 09:06:47,098 keystoneauth.session RESP: [201] content-type: application/json {26} openstack.tests.unit.config.test_from_conf.TestFromConf.test_service_not_ready_catalog [0.374965s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:46,870 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,877 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,882 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:46,888 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:46,902 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:46.794398+00:00", "project": {"domain": {"id": "75d3b42965504524a9e204cd5b02bf10", "name": "430f9e49debd45e28284a94977d2e240"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "70726bb7e0e04d4a8fc76ab035b3f3bb"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "888793a878a94c8fa3d65a3d52c5c871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "fdee3dd2750e4ab1ae1bda6716ad7a7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "05178529c3ab4884b6805bd462f60e9e", "region_id": "RegionOne"}], "type": "identity", "id": "69308c82495247608624f2946c936c40", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a52dfb5642a448c984d4ce67f33b6394", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "aa80c0f1fb3e4c508bb2e37b4e884622", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "90402d6044df48c08adf710b7d3b2c24", "region_id": "RegionOne"}], "type": "compute", "id": "8f021d0552224b32a36baa0fce72bf57", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "23dde866785e4213916b8306b2420b91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d727b637e14a4c9d96a72f0e0bbbcdc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "1958bbb4c8ea4697842f24445a58e234", "region_id": "RegionOne"}], "type": "image", "id": "9bfea916e5924b409341966a6d8077b7", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a4c43df6a3594dfa9146eaa54550ebbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0caa5237ccfc4f659c41007f9bd78f90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6073f8b96a51432b8dc2cde32918b313", "region_id": "RegionOne"}], "type": "load-balancer", "id": "febb66499526438aa029122d6593fe97", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7890cd79d864df0bbc7fb80ecf6a468", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c7ae43f896c447486daf37d12a0cacd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1f7d3916c07485fb03ea6e2a5e0ef78", "region_id": "RegionOne"}], "type": "object-store", "id": "179f61c56c0f42ac8868784f03aec8ff", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "908b55200c0d463e8817c714c2518a1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "23a55395f9184fa9b388cf65792023f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "14d06f30887e434d843bafa00e73bfc3", "region_id": "RegionOne"}], "type": "clustering", "id": "3674863e801f4d578352dc72bd8aaa0c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "59fbbd19957847c0aba74a9da378bed5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b79704f8244441148ffd52919cc4a5de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0a0445630457438c9f784c98cb5e0de4", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "93e2f0d4e25f4a3ab112dbd22c63e51e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8cbe4edf5d61418c95270524cb929acf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7ae91519a70645c9beb9dbae7cfa0503", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2ccaecbeee4c45dba2d2dbfb9ed6ce22", "region_id": "RegionOne"}], "type": "cluster", "id": "ce132aa120104e2baaa049bf7767fa04", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a29ebf66d09946188806f0c2265e94f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "51062fabd3cc452391a9b8df20ada7ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "85f5fad6ad0f4956a4a321f63a50b2cb", "region_id": "RegionOne"}], "type": "data-processing", "id": "7c391127b58d443ab009d45676062d51", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "82186258007b4bbb8a27e453e0ceaa3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f73e1a5c3eed478681f7c3267560b1b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "15f76f4fa93f4f3587037f018bd542ac", "region_id": "RegionOne"}], "type": "baremetal", "id": "ebc806b0fcb64b90aa2efefea1094cfb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "80acb9dc612d4ef99e91d783061e7c89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9ea00bbdaa94465882eb69380ca46dd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6432322e7bd34665a3080510925d3a69", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6aa2b9f47682430591328569603876c3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4dcc62cd9b4d435aa03b62fc4738e410", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ad820869b31e449e8ccccd9114711b5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "93126c0711ea4f98a37d18720768cd15", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "69ab3e78446946ddba402194a31cec09", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "595b2ca4445041438bdf9fe43eee4bfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ee42f5c302ba4163b57cfd63d3107305", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "116694dc24f54757a078137aba9a8f21", "region_id": "RegionOne"}], "type": "key-manager", "id": "49c1e98012204044961ca0ae0f71e58f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1533892d79ba4d28970fb2304e409396", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "aa8c781d3ab9419cbc4792aadc3b38f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "96cddb3077514453b085a3df648aee60", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c569ef0f3efb47b3a638779ad829983f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9e185932bb1048c2a3e85769801bb3ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9bd9084e85bf4fa097e0adaf7ece5a25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7eb018b8819546928b6bb26678c5904e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ae892f1db22d482a8be3663ba363f0bd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "350f86fb6a7c405e80ddd0967630238f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "85a3226ec2cc4094aed1b2505f2d87a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d508981ab3a04250b707cdd3d5620a92", "region_id": "RegionOne"}], "type": "message", "id": "7d7a1e02c6b84c0f8c9eedae6461918e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3c3126a4f0ca499c823120dee4e056e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "662404f99c544f8a9d1918e2c7c53797", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "905b94577bfe4e3a9081c62580bec2f4", "region_id": "RegionOne"}], "type": "messaging", "id": "5d4cb6a12e184445ae174fb7b299c3c8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e75f9d842865469687625b3e21ac718a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f8fe9d21616d44bf8acd04d6b86c153c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "edab31c3b5564b699952d28848272afe", "region_id": "RegionOne"}], "type": "application-catalog", "id": "258f33be5eee4557a6156d66f60d8cf1", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "64efcf84588140ddb57053ab0109c7d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8252d86948a647159c42944b51f2c117", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "efaab40cefed4acfa99b1563f2605882", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "079a2d8f498e45eabb41a5600f86908e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1b7db5be3721419781b29438252c3c86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4db6b3eb50124d248ee967e0cb46c497", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a07810ee70a4284862ba1d0436a1d52", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "fda166ebc6fe4d78a7760a20cb930a48", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5974231e34674059956eec5178c4504f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2de10bc7c98f4b8ab1f9b2352112c043", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "87b2b1d9f4964825bfb58676dc495050", "region_id": "RegionOne"}], "type": "container-infra", "id": "4410484fa3024493b0e42cb587431e4a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "951c4d7577b342c7b16d54132f29b3b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "cac3c77f9a4b450daba08c060b850d80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "081fcb4c8bf0431ba6af69526fac90cd", "region_id": "RegionOne"}], "type": "search", "id": "3e72d07f0efb427a8212f61d9c80b620", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4179972c7c724d4c8cf86845f27ceffe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "56cb85ad202444aabfab82bfbc3aace8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5a6bbf5ceaaa4f239be9966fdd0e4c43", "region_id": "RegionOne"}], "type": "dns", "id": "2961f1070d2a43748c411c945f64031a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fc3d0594e40e46aab8285077fcd0534c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eef6f5bb8f2e4269a43b7a515c003fff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f6474aa07fae4208bcad3beb6f6807be", "region_id": "RegionOne"}], "type": "workflow", "id": "42215aa3bede4df2a89368308dbfaa23", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5aa62210426b46c9a5db19b55d360294", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0706c7059e074262a7af648cbafc619e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a2329455c084455bb4b759fb76fb5e89", "region_id": "RegionOne"}], "type": "workflowv2", "id": "232dc5f57627479191be2df2d47144fe", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1b61bc4e956b495a95e51f7576e92682", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "10986d92a7324a9fadeb9fe26be38a1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "505a2a3c25a1445c906438c94966e622", "region_id": "RegionOne"}], "type": "rating", "id": "323ce7295a9049d383b0bf47fc926f89", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b32be6510fed4e6981695c5206b17a7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "05e837cf88eb4f70b16464ca52b269ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "dbba0136ba7944afa65905181e62d58e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "28beaf48739e46cc81132994af50d191", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c1c784ced9a5484d91b0c72cfaff7544", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "75dc5a18c12a43c198bef57a08267504", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "bd94bdfd56864ff19bc2bdd31bb68907", "region_id": "RegionOne"}], "type": "policy", "id": "19d365a588474564921f557a90644725", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a7a3c9c70fd44b80b769cef4b4a25e58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8e83cdd2c90b46f886bffa03edb222fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3b04711142ef40dc9b7376fb141dac16", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ce96a3f827024405b11a1a1925acfd32", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "76953ca0d3124f55a094e81c3b9a79f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0a206b97bda34c5cb7b97ef97059b7f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b78c20f11f1c4b8f91b7242dda6a2763", "region_id": "RegionOne"}], "type": "sharev2", "id": "b39df01c16e34fca98e3d41dc5235bee", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f75e410979214b57b3ced4e886e8746e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b8a200026a484f0f80fa404066e8c6f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dab3e145d52647558324fc2a75426167", "region_id": "RegionOne"}], "type": "share", "id": "2e0bea87fcc24510b3cb92012a49d47e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a86460fdc5b146f895eeb7307bd277b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b344e566718c4911898bb359dc8bc5f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f234e3a720f7497db24e671122af77a1", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "2ef08e3fe54e4ea79de4f96df9f570dc", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c39b364aa7534ce983905ed1ee1c1f73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41cf117485d1435c965f292b4a1c6fd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fdbfa14a07b40cfae78417fa4279e36", "region_id": "RegionOne"}], "type": "orchestration", "id": "5bcd36db0d97432386c8583c98ded2b7", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e22618ca2ff44c58a9a7a65dbdb085a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c5fe9c6995f4f93b658505e0bc99391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4166aae05cb4d90a789dd24c993b1ce", "region_id": "RegionOne"}], "type": "block-storage", "id": "3bd8490a6fad4fcc96be5b9881234d70", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c1b3aa1c92446bd9eab2bc6a8b2c74f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5fb2b20da774fbaaf060e12189e0cdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8c258d75dfa42d9b4c8418111a6a6c0", "region_id": "RegionOne"}], "type": "volumev3", "id": "ecdebb1f774f4eca9f69bb8504a724a7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe5a72db2ff34a5299f9e445bc87e473", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "430082a21a1840e9a771a87b10620bae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f1df19c24c8460c91575ca400ec021c", "region_id": "RegionOne"}], "type": "volumev2", "id": "e4357f902fbe4fdaab2feae96b307631", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6eb580c1c8e443fa9b01c995d0eac307", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad7b3d991c31429696c71195b904c2b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "983efaa7bba3457dbc1c4d0641b53645", "region_id": "RegionOne"}], "type": "volume", "id": "6fe463a680ff407cbd58a8514590077b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6279a4b7741a49409ca4ab78b104f670", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5186e3472c4e485097cce2f3d7580925", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64b39285996241e896de3f6ba2bb6307", "region_id": "RegionOne"}], "type": "block-store", "id": "0f876e06d03541d3b67557d765c436a7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "064c1d28cf654045b2459aaa3608a7fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1f6232f58dbf4d9aa916d5a573a20d29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ea5baea503b94450be84d8058c7078d5", "region_id": "RegionOne"}], "type": "alarm", "id": "4543ede8a9054f94a806b06baaa5f5b2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fcb4b28dd9ad48f3a5541e2638ee987e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4c096c1f6a6a4dc3a96b5dc5a9ead887", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d4635c09e94247398462872f60335a19", "region_id": "RegionOne"}], "type": "alarming", "id": "741cef2a515c4f41947fc792cc8eb59d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d0f2b7eb8ad248c4bef538882a2dda2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5381340325484434a7c69d222a8b6abd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c93b6bf8bed4405a857afb2714810924", "region_id": "RegionOne"}], "type": "meter", "id": "72be71c24e664f3f81f7f11ccd600770", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "eabd470629c74865913be008227fed48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b23ae604198148f789e5859140a2dcfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "80a98eb541994779b2e623ecdec34831", "region_id": "RegionOne"}], "type": "metering", "id": "cfe80b09668f40ea87ce2b7fc8d4be1e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "040d841af3af464fa754fbc3dfe4c6b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9bebddb376384db8984ebf0eda29f15b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2766d01987f743058e75dbce37713fbe", "region_id": "RegionOne"}], "type": "telemetry", "id": "131fc54af7fe46e2bd8abc4fb29687db", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "72fac274aff44481bb7e1a12730d39f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "414511105a9940408e3fa0a95f026cb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bb24b9471fa848f194db9af3ded5bd0e", "region_id": "RegionOne"}], "type": "event", "id": "5e44c83f98854f80a818e9f346f6ef81", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "445e0146061545d69d4906812acc46be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2f55c78425c948f99f4f8e844b506599", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "286fbc6e0d9f4f84ac4aef5561a486fa", "region_id": "RegionOne"}], "type": "events", "id": "296c653b3128433191c8fc8ee7033259", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "97793d4f56f148b9a8d9ad0542a798f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6ee990adf6ae477d951295bf7ba61acb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6ce92f081f944bb18f4b64a4948c6b87", "region_id": "RegionOne"}], "type": "application-deployment", "id": "68c3e29a8c0a4efa8142e2b0b623175f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1ef9df3a23b84f38be6a03126404f2aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f16be6aec0a442a48aa07b96c92c02d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "28a3987eb8344e4cad2fd7a3a4469052", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6aa62f50227543e39decfc01fc20d3ef", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "11f3cb3fe4b64d7b98752d9231b1085b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ad8886e504944325906f7b130811ebba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3b71d1cb650c43a6a4ccefb9b1c4b2ca", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ccfc25e073b64c96827312c8735a0713", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "01fede7d5901472da6fd94755a1d67f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "42cd897c376c46eda9acc39e758b19a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c5db34b14b2a4168a3fafff2660d0c6c", "region_id": "RegionOne"}], "type": "tricircle", "id": "129cb8d6f8f448cc97827a31bc435e58", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "215a214ed371409c961303c6b856971c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6fcc087a38f54680b22f568c483f45f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e631cc3a884d486fbe14a1140a0acac0", "region_id": "RegionOne"}], "type": "database", "id": "9b6e0eee61c8426081f58cd17e60c6ab", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "42002e368a53493c9e40be9cbf9b2e4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ebb16ebc7136490d91fc3419db82373f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2a46c9bc026c40c58dc2426e210a6919", "region_id": "RegionOne"}], "type": "application-container", "id": "24053def2435409a99fe857f7c3a6f4e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2e277d7d05ff411d8152a960160fdd97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "38a1acab8c9a4e04afd255ec30bef5a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1e00f530c2b24a1b99f6969a3cb7c3a5", "region_id": "RegionOne"}], "type": "container", "id": "39a924eed5eb433398be651ceee7d425", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "776239d65c7b409d8419b6edf89daf0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dadaafad220c4f7da98621b876f5aba8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "abb6b5d96414421dae862627547d1563", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ec82336cd9cb47468e7114a4e6627c85", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0ada0fb67b7a40ff84396ae3fe9235ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dc9aae4f62274e43b68a6d6bef656dc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "90bd627f3d5c42358bdcb14b9e817186", "region_id": "RegionOne"}], "type": "rca", "id": "2f8b60f0898e4382acfb1ce7655cac28", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "059f3dae4489415f8c5747347734fcf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "24b6390da9d3447d9d4dc6076cb6dd0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "19c45326045b411bb882dd0b373b6250", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f72535414dce41859197a1b14fc1e81b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4b29d0ae8d934524aff1a352d62cfd59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b6246e9576f84e3e8bd216d534b21062", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "9d32afecaa1e4967bb74a5df5aeab990", "region_id": "RegionOne"}], "type": "network", "id": "ba76e586b827433caf6152aa84ce401b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "bb7f45ccb62a4e96894f654beb309e40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0d9b4a6be2ee4a08ba823c8526c27c83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "07b6722a823741b0b5c474dab09448fb", "region_id": "RegionOne"}], "type": "backup", "id": "6a79550358c242da92cea622b79457d4", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "85ba08cf34b64826baab549537bec292", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "30b996a306be46d7a282639d95d2b2a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "73e07fce42994791b69c7c0c05a95351", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "30d54c8e52cb49aa8affdd96e1d22fe9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "24230af07de64ef8b2e83f8e03235b68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2e43b07391e643e59e2b337e736fd3f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0f549f692e55471fac02b5577df5e8e8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2e116d74884a41e6a93b8333e17a2c75", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c14238c6d6d74ae6a4b275ad8718da27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "eba4d0078a6b45eab01418ddcc52ff8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "6d9c0dd38c72483da6c63be7cb7a1339", "region_id": "RegionOne"}], "type": "monitoring", "id": "5f158b226356447786ec34ec27d44233", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "761dc9b3841d4bbd9825e7da3f72c544", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "89bfff0341394e5f9b3e297b71e1c769", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ffe1f0d1725a4fa98be30658d7d8a19c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4427fe72f8db44189e7631c6571c248f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b4d09fecac694c9e96615a90ddb0555c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "642aae5355b14a07bc1bc10c7264f50c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "3c154a618a8a425c90239e23c373f9fa", "region_id": "RegionOne"}], "type": "placement", "id": "bd7748cf9fd34f9faf6e8d39a19e7e83", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "47ebcd78e0c64d91815ba0cb96c2e293", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "59c7a1595d37432ba18cc80acd46783c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "49138d3f1fd84c9d80fd09c552280e72", "region_id": "RegionOne"}], "type": "instance-ha", "id": "511cd199454b4c24b2b23b5c7805f72a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "30b132ee1c7d4570aef944f44c47ed5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8cbbf3bc6e494174bad60386fb8df313", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "03cdf6dfabfb4bbe85d4160330dac728", "region_id": "RegionOne"}], "type": "ha", "id": "4823231e960c4afe91549f7bbe5c3ef9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e4a7197e780a4d92994c8e3aba7f5c8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "102ff3d7c469421dbd776cec254c6ba0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "e6094c3fd2994dd7a88798451196f4f1", "region_id": "RegionOne"}], "type": "reservation", "id": "5c03f43c9ba2431783825114be01f799", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "932164509d0e4c32b7c6180ef8cfbf53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9dfa68a31a7349309eb8687826614905", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1cabae23bc104f809aba3c4b0e0fd60d", "region_id": "RegionOne"}], "type": "function-engine", "id": "3b23d43957974d69934a74661674f3af", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f643ccbc3fa54a73b8892f084b02b70f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3da849fe87f44dd9905ef68e77c53912", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "08fbe39124094bcaad7ff15d98ba341d", "region_id": "RegionOne"}], "type": "accelerator", "id": "867ca61776184a3ea9db8faad91dedf8", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "00448510539243bbb1fff2859bf68d2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f2b2edd0105248e6b17cc7bac25d837e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "eab27f6abbc34363bc2d08f6a8121dcd", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9ed82b0bab62437e9de5246ce10261b1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4548c02227944e60bdfcdd2d49f65eb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c2f9970774854ccb930c4fa774e0d4f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "acfe70e57eb346fb94d00b8963a79ce8", "region_id": "RegionOne"}], "type": "registration", "id": "7c1c3630442a4d2c8d2db22bce4d0d1a", "name": "adjutant"}], "user": {"domain": {"id": "c099ce59f49b47fe95c483f8d341e194", "name": "a079740c542744b1aea8c5f55f0f0c40"}, "id": "28f5d4c572f843d98b0d43f1cdf1de94", "name": "17f79f71450e426f8d4f7ecd8625426e"}, "audit_ids": ["0310eb55b804462783c1bea5c4a3eabb", null], "issued_at": "2019-09-19T09:04:46.794398"}} 2019-09-19 09:06:47,011 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,085 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,092 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,097 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:47,135 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:47,142 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,147 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "dc805c87-9ad9-4bbf-bfb7-67be3ad90096", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} {2} openstack.tests.unit.load_balancer.test_pool.TestPool.test_make_it [0.068279s] ... ok {14} openstack.tests.unit.config.test_config.TestExcludedFormattedConfigValue.test_get_one_cloud_osc_password_brace [0.167085s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:594: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: my-network and routes_externally: True key=key, name=cloud[key], external=external)) {27} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_files_with_stack_object(stack_subres) [0.045374s] ... ok {8} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_get_hypervisor [0.065276s] ... ok {5} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_health_monitors [0.067345s] ... ok {22} openstack.tests.unit.database.v1.test_user.TestUser.test_basic [0.066697s] ... ok {9} openstack.tests.unit.config.test_from_conf.TestFromConf.test_no_session [0.067751s] ... ok {20} openstack.tests.unit.identity.test_version.TestVersion.test_basic [0.065992s] ... ok {18} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_copy_object [0.213423s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,035 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,045 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,052 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,060 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,078 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:46.966441+00:00", "project": {"domain": {"id": "58571ee695dd41c2a42a5450fe010e4f", "name": "e0b4c02d7402407d96ad07eb923915f8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "43c9d50910e2477892ebe4fad4033555"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "63ea18b57c86455f912dcd538ee5d844", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9c0b6441901a4d27ab7cb8f186ddfdfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "57f21070f4c84dc8aa445105c0505d52", "region_id": "RegionOne"}], "type": "identity", "id": "64ba0604b2ad46f1b8b39ba3148ac2f1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5571aaf3cb054ee6a9b05044e163c20c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d48bac69bc764f40ae60b80b96173a87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "fb49236c716548fb91ba49c57d880fe2", "region_id": "RegionOne"}], "type": "compute", "id": "b8a99cc0e8774ce2bf37ba12ad9d3e53", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "224e7fb685bc4fdd9c664562b681c64e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "6a7970f67100480f8a3f2202dbaef2c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e20af70062ca49dd9695d6e1f95e082b", "region_id": "RegionOne"}], "type": "image", "id": "e3e4c44e08774a12a092ce28d7f470b3", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "507ad7b7feea4587955c30b341991884", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "928368ce4ef0448a8dccd3158a2b0104", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ae18a31d3cd149599a235807185af813", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e881d85479364f0b9b5800166be6c93e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0362505d507746dbb7f4a0075f831de2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2df105ad8ebf49619c96b13f4ee44294", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a9192f8502c424bb69cb846e3c0b9e5", "region_id": "RegionOne"}], "type": "object-store", "id": "7554a84d390349f28ad4ce3f7a1a85aa", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fde3e22a87b74bb486f8fe7a0c84665d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c00b08b2fdfb4fd6b9661bba1e7dd35d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3ee3d20e7e83432380adef09dceeec45", "region_id": "RegionOne"}], "type": "clustering", "id": "3d70fe6575fa44d0ab4dddcb60781875", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "81fc548e21af4a618101f6a839d7f0ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0307011ccae043fca9ad60a1b9e93e7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6802ab02d2dc4a74bc5d9dcf0ba9a2e6", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9980e21d7b5741988c6dbf3586f1b9f0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c5cfa8ac1f724687859adc96f2eec5c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a0e47d70f4a1427f9dcdef13ae6229a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "037143da278846beb6fa9cf540ad640f", "region_id": "RegionOne"}], "type": "cluster", "id": "a7b0ce99e1bd4acea48b14920ddd8529", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c5da0a6f7f6d4aacb895cf41ea33f157", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d793e30e55d749db8f3076f332d7cbfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f25d776d978b4e9db6f3f73884f9df49", "region_id": "RegionOne"}], "type": "data-processing", "id": "52e2f3b0dc394ef4ae9b678c08ded61f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "70ce458a5f514f7581c4e521c5d02d08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6350a234f0bb4d9082a214b43580d6dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "cdff710aaab04575af8014a325f9ce8c", "region_id": "RegionOne"}], "type": "baremetal", "id": "9e74cd14f31e4e64a6bfaf9ec151ff3c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0a3e8eaffb9246a98bb5ade466a3c2f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "830d7deb32964aaf917acae28d089cbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "02756e6b965440288516c59f4c598487", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6049993edb454db6b9a64dcfaaa229cc", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "144e941a142249ab96d60da860cc5b3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0228a707366a43f0aba8e3acbb51ab57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0fcf9d562abb4fc7ad6756ae61075b54", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6e0ef1bad6a04abfbc6e1a9cbf953d75", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "77c8d1a2b93944b5ac4c690389b6eef6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a32f4765f8334ff6a9c73ae5a5683597", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "63ff9b1ca52e4053923bf7753d294482", "region_id": "RegionOne"}], "type": "key-manager", "id": "b527fd46e96b4c0c84f76ec28acf265a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c9395e2db65142f9b3052c552fb1eadb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f3cb27d13b7240e0995c9c8a9c672806", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "357b2b09a0d741269e3bae57bc9fd107", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d6f6d3a49cb64abe8f74918f3f4a4dfa", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "900309ec399548b3b007e07686c48812", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "79ebc4d55bc64b22a78450ffdbd3ef81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b759337ca1a444b58404b6c606325dc8", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ea1f16229bf44fe7b3b5455fbc43ca56", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "936fd5b6d9854a358669886024738fae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "83468f8b01af4a23842780d6611f3e91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "10dd6dda69044c85a2b9d493fe06002c", "region_id": "RegionOne"}], "type": "message", "id": "6b743746986847cfbc81ce8793a1c160", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9027c255d74f449fa5cf83f0bf9798b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7f416191278a46bcab717f5cdc2ef413", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dc1c08b2bcf04228a5a7df2fb8fbe1f5", "region_id": "RegionOne"}], "type": "messaging", "id": "108a97a480ad4fee9cebaa0d3c8c3ae8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "988c7a23026a4a68ab5b7ddc70d65e6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "718ca2ea7be4414fa673c7fbc1639336", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "721ead6aa6a64c6aa677a90773c00163", "region_id": "RegionOne"}], "type": "application-catalog", "id": "21f89cb808184ba6b9e936a072ab874c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0dd4257eaeee432fba602cfcca85823f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "31e6533387e14e20982e2a15dac7b187", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e3a9883648d645188c932a246cce22cf", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e906711f4c0246a1a1a3298ffd540d8f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ed2a72e166a0467b84d1e44c6c854ee6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be4e95554bf241c59941c50b112ac9ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "726e1538ea334fcdb96264389f54f542", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6bba42761ca94a49af3839cab670488c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f850562163204f4494682ef50d302fa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5adb49764fff460fb30c607530c9f8ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bdf94d3de5c34de0be92a97f756ef535", "region_id": "RegionOne"}], "type": "container-infra", "id": "c7b487bda8714044adc155b195b64b9b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "388ee4e75ae545aa9eb1fa57dd00ce1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "eedd60849c6a47f69d25b6193efeb9ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "0dc8787e1fcd44a982aaecbb2cb2c4ec", "region_id": "RegionOne"}], "type": "search", "id": "a0e5657979ee4c4ba21bacebf8571b54", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "86e2d1bad27c45ada5b5bf0e62fbf6d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8e75cec5eeb64594912ad0a6ad987f9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "106c22e22f2a4c75a51b614424018ce5", "region_id": "RegionOne"}], "type": "dns", "id": "5948e473f02348e99821ecadeb79d243", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cd59d0aa03cc49578ab11b07a94f1638", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "81220c6b899d4970aec9fd7136a6b7e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4726f30121f24a968514034562ae0384", "region_id": "RegionOne"}], "type": "workflow", "id": "cdce3cfb86824d9e80f548904791de4d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1f74bcce40cf4265b23095c116c71991", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a1cf70fd5b1e4badaf08ebbb21fccb62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "eb22a6cdc4f946ccae8bebab5a3b5e36", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f4d6ba4f2186464581cd830bb864717e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b5ee08ff3c3342f5a5f0b348be5c06c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2b2ffbf13dd340e5bb817f8806473823", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c1e9f80b8c504891ad0881edfe3f8a4b", "region_id": "RegionOne"}], "type": "rating", "id": "fe79277a00b44066955dad1641956699", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b5faf836c99e4f1fadd915b01ad9ed08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "af16cea27c954b778bec9a28092c5c18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3aca3caf759d4a8d9c6512ebcbd9fad6", "region_id": "RegionOne"}], "type": "operator-policy", "id": "556bf68cbedd427c8cce3173b2bbdd57", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "906df2c882fa425fb1213d1b6b668087", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f187cf26e86f40a185940eddca227209", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5b128f3542d8489c922a68b2fd9bbf40", "region_id": "RegionOne"}], "type": "policy", "id": "426991b1c91e40b09db15f2e098b4576", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "62e600163c1a4f7f9d496c4f385cabe3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f8402ed2531b4d6aa53e0664b4189323", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d685539429a84172ba0b46c7627e15f4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0b2652a5432a4ebe86bb9451bfd1d13f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e346d4eaf8a346c4b31de47bb02417de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b2de965b55a3496aa5a922fb65e91eef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "09d559551115490c858bf766abcf324f", "region_id": "RegionOne"}], "type": "sharev2", "id": "9b5b170f4c0347bdb198dd17b5120516", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "68d5320619e1457a9c866ff03e052aed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0d23841349944416b746eca56d54945d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "101ba92272184ec5988df068855fe4b1", "region_id": "RegionOne"}], "type": "share", "id": "d52a9c3e4b9141f0bb82f7bcd2aefedb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "616647aa61614449bd15dc6200acdac9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e872fbd1fa814334be4b40cce7895fc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5fa221fc5edf45cca45c98aff9a18266", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "58bdeb7f8cfd477999b3994cbc2b0736", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60a16c2272604236be08a0916005585a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5be3d3c7da994bf381c06e1be6753eaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0b1f31ef73341a1a97bd66ccb8bcc51", "region_id": "RegionOne"}], "type": "orchestration", "id": "d84a56998c844b8ab4bf2507c0625067", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6decb7e825714be6a0e337024ba9d65e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0cafccaa2a04477989e23faff28a4b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6c4b18eabeb4ef292d2d6c78e975a91", "region_id": "RegionOne"}], "type": "block-storage", "id": "4ea4d85b166d4e3185df3fe4045d509a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18109dc0fc9e4783b6327a94954cc677", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b423fb671c141aa8921992bc453f742", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86888204a54d4d12802a659e5fed15aa", "region_id": "RegionOne"}], "type": "volumev3", "id": "605f4b24354d4f7092d6faf64ac096f6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bc9b28696d64adfbd84ca4fd9a6310b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c68f8843bf344e28ba1b4efb34d77d2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd1ae3a12dae424db96d08895b38a75c", "region_id": "RegionOne"}], "type": "volumev2", "id": "85eb08fb7b844da8b74a543065a6d3b1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0297bb320674c38bb5c204306d93795", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ced0708fb43541b58773462d84d86cdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "913a1ad3f792438a90604d9fdef02147", "region_id": "RegionOne"}], "type": "volume", "id": "e8ea716af9c84517831e6ce1126cc746", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29f8b1d914df4eaebed8cc4ffdf16d47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e955de6344c94beb9c4c51e11ae3876b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12a4d15edc8441bb84ee9bb2d56b4702", "region_id": "RegionOne"}], "type": "block-store", "id": "59bdbcadf5714d9bbdd870453002e87c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6d832e6657d0474c9a5ad1f1258bcd8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "66602d03891443bc8d55e63eed1abf3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f7e7b02972e9409baa3898660bf056a0", "region_id": "RegionOne"}], "type": "alarm", "id": "b427419625da4eb092cfee553661a21f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "30b41670559d4575a9a66beaa6018fa7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "838c3e52c1a94180acec97eeec3193a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "50df832eca714dbda63d31a77ea9915b", "region_id": "RegionOne"}], "type": "alarming", "id": "8bca19b8cf7e453aa928d5bcc24eb9d4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dabbe792c31945f2931770fee8b29522", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "25c10365d23943b19aceacaaa539f2cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "93b3623022d942e9a55a1e74de050dc2", "region_id": "RegionOne"}], "type": "meter", "id": "925c725f6850428dbce47c6b193e1307", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "158b664f39da4ee995ea3f9b321a34c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "241569d2b21542b28f60d634863b2bae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7244d0f215764cb69ef631d08436a437", "region_id": "RegionOne"}], "type": "metering", "id": "83fd2abdcde84a11ae922dfd3a720a39", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a43da462933040f4a0f535358b8a06b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e604d4c4c5fe4d0b94c0d5a158ab7128", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5a735b2837954915aa4ac9f47c361205", "region_id": "RegionOne"}], "type": "telemetry", "id": "8eb86f2abf5a4549a50446fef786b8b2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a29d4b5422494462bde233c9c004c519", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "aaa8196309704ed49e993f7f36dbb4ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "19bee09a895b4114a6132a6cf4cb9248", "region_id": "RegionOne"}], "type": "event", "id": "49bf63e5744e40f8832a92a59913cf8f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "80b6c6e8986c46c4b89c7aebb1e84053", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d1da254a21ab4b758b3d9fdbbc7d399a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "68554205ffa54e37833902bae0291e7b", "region_id": "RegionOne"}], "type": "events", "id": "9fb6d84befc8483ba76c03405c45162d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e2eb9391e0cb492196e69b17586316fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "16881330a21f4e809524749d99a35b50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "78ec0a67405a4113b0317a54483a0b5b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "979fb681420c45a5b0e64d55f917d965", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0f5cb0295d14478a8aa180d2d5c13701", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "24b141fd24fc4ac9962ea71aa041d5d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4492f0ce7db54063b098c66f97efc7a9", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b2e0965b6aad48659c149165818a83bf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d8a649dda67f49a490b85701a3099102", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d05ccd3362074b7a80ed604154056644", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0c38ba8869a048ae8120c2b9f7ccf31c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4494a85a4c8243eb91ceaa5db5aebcdf", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "08fc094881ed49d898c679a19ce65b66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4849501d146e49dab85c6c53c8c848de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "026cd27f80074ce98ebb0091ef6c9b2d", "region_id": "RegionOne"}], "type": "tricircle", "id": "ba128f238b0a4961a5f5ebbbc0d75622", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "bc5f5afbe59f42db8f3c11aee9313861", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1772c6a9e359458cad5d7c288332c086", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c517eeb5ff1b465fb24ab7f07c8019c4", "region_id": "RegionOne"}], "type": "database", "id": "b759ce496d09468b93bf4479aff800d4", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d3e3a29e27c842abb6738b529ef28d00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "835b395e34d94560803265c8268b036a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c70392b880ee48ab93e760f0d3fad658", "region_id": "RegionOne"}], "type": "application-container", "id": "fd16ee0f280c46999a244fb0e91933b2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ff384152dc464e5291a06fce88d74af8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d257f4c0c85b4880b20257b88faefd7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "74516670ea694609a0b6f3a1143b33b6", "region_id": "RegionOne"}], "type": "container", "id": "0f50c07357944e97a4dc91f17b79e783", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4228ee81deb2430695fb4f27d37aea07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "60c1e2b60aa94835b0d70436bf0387e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f9251af56c774c269975d669a0515d4e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6458ba76991040f98247d2533e37d478", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "04846e6a15d942509cef1d9b55056488", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3e8bf06749614430af7a2efd28798ba5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d3c1f3eb8248402c8bc0534016089215", "region_id": "RegionOne"}], "type": "rca", "id": "c574b2d20b6b48beb83785a03cc00a56", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "34a75edb9ea146b8a9b734b17d0dd844", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "626cd524f96c4486bbef5928ebce1179", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "29f6c7c958074816abcac8de58e147f9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a5c735305001486ea8cd72a8f585f8f8", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7d7273b16646445b8b2a1aa0fb09258f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7da98648f9e54e76b024d41724a44fcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e8d2e86808b1415fa23546dad0b0001b", "region_id": "RegionOne"}], "type": "network", "id": "05b2e09ab91241e88af85aea55e47683", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "887757c85dd54b918d5a9d382abee731", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "3669098760424a45a75027eb3e718b37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "de2c8345bc584e399cb5684235c46447", "region_id": "RegionOne"}], "type": "backup", "id": "59b45f41217849539d092e19c0524fe8", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "aa7c82a35cd941d09b21f0b9a9855910", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "debbd17c5b564b9da3f96269adec58e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "27aec8b4305343d7a327e0f56d233ee9", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9e11e0440cc44bda9dbee261a13013de", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "859a36a042574144860dd2723b7d4c99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b67d36e471e74249a4badab66cdf9e3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "56dea80eddc64660b6925ab84b53ccd6", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "7c3ebcc742ea452992304703bf024b5b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d0248a108719403d94f6ce69ff784a2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "72eb69752074413eb2172d0b158df20b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2f12ed1fbdde4d66bfd576ef532d8fb2", "region_id": "RegionOne"}], "type": "monitoring", "id": "fc3db1a8c74c4b90a1bc5f70a4ecdfc0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "367f257eb97443738d3c010308f47c50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1af9390f1b284916be0fb8af8717e33f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4864d866d3f0497695f2e20ddd74f323", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "1cb0c0b41f054521afd70eac44238e4b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "775955ef580e4fd8be9e2bedba260cbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "23298d7e767d4aada469229a697eca63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "04e5187b7ecd4914a149fbef1607240e", "region_id": "RegionOne"}], "type": "placement", "id": "9184e70f487e4e179982dc67cf81975b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5eaab5d764024558aec4a70a95a92791", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e3619d87fe074c74be70a1c4b65e2e8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d49a0134b04b42b48551de42a746f472", "region_id": "RegionOne"}], "type": "instance-ha", "id": "3d615719d05343acbb27646a8f87262a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b8736e7212144fa088f7711f2e182b30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bcd62c663e854fafa252c9319f3fd669", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a18d733ce7614c95ad5e407f8372f34c", "region_id": "RegionOne"}], "type": "ha", "id": "258549ad605d4506b5890885f2bf7461", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "76dbe720480a4af2b4db52b2fc678066", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1f36f74691664b5abac4b8ac811cb522", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "43f93ac0f5fa4fa3bf8feafc169e4fd1", "region_id": "RegionOne"}], "type": "reservation", "id": "32a88522e5144a718abeb7b778445414", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "83529ee57dd1494b957e24c64fd43d96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "14ee5f4032a24aefa699f140acea7ba2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "693e43ff9fa34f57aefd09b1841425b6", "region_id": "RegionOne"}], "type": "function-engine", "id": "8bb8ab5d17154c7fbf3434e9659f1387", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9506609d90ae432eaed1b854d574bf3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ca92aeb5a13f458daddec4816619e014", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9612553a7d494578967fc9b0646bdd03", "region_id": "RegionOne"}], "type": "accelerator", "id": "52004a451790460ea31ce790c3bb11d7", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "244221c28e3b4123b400a616110f653e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7fa327d2b7ff48c78464327ed367d6fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4c23aa5274584050b6dc4b72646123e4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "308bcebeca414caaaa4e3f89a93b7cbc", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d9fd56fee6f8441698feae2c2f3a3cd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0f7a5c773db94493a7b03cd4a719c9b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c6c886e1ae514a1d8d409bb900332bd9", "region_id": "RegionOne"}], "type": "registration", "id": "e8dfa9e990ab4f63ab11dbd18d7c1d92", "name": "adjutant"}], "user": {"domain": {"id": "5f1bdf76ae9d4828aea649499850a9e5", "name": "2b0c5952805a4ca89cda90955c0962fc"}, "id": "218f00bd797c455f8af078bf50482f3c", "name": "2fd090838aab4d20ad574e6ae7598d62"}, "audit_ids": ["ffe8880e2bf14d35aabeb55048d4368e", null], "issued_at": "2019-09-19T09:04:46.966441"}} {30} openstack.tests.unit.cloud.test_volume.TestVolume.test_attach_volume_wait [0.402842s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:46,811 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,817 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,821 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:46,825 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:46,839 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:46.745730+00:00", "project": {"domain": {"id": "a3797338ac10428b9188de94bd509b80", "name": "072fceb883eb43b5a643f5b0df28d0e6"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "40930a7bc9524bec9cd3ba63c735656b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "dbc67668bca149aca6af5f198e50077a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "cb0b74dab47a49b39a0157c7a001baf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ecce641baeea4d1c8925925cd1f82b14", "region_id": "RegionOne"}], "type": "identity", "id": "c6fe225b1061412596bfc8e46eaa09cd", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2d341cc18d0144dcacb4c23bb25d3099", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2b534ab31e984664a1e812bfc0ff0c25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d55e0aac7d774c5fa4e49e6a2a95ca19", "region_id": "RegionOne"}], "type": "compute", "id": "9466496c0ccf4f98b18e825d0b5e81c8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b242496761624e9a8b87cad0b3e2b674", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b53f55461a1e4900b04d187b8816e99f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a2c6ff872cef4f2dbe98944184866307", "region_id": "RegionOne"}], "type": "image", "id": "03549de6a16c434fbd9b1149497e6939", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0ca38fe5b6e344b294782e56aa03a937", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "342c41e7a2974338b37d5379273c84be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "30f650107cc74a6c85594d9e8f5eeae4", "region_id": "RegionOne"}], "type": "load-balancer", "id": "14e0ba47508048e28d5ec45e3de4e1b4", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70ebdd0ea8f14d8c97bb9bd1bc75fae9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3b2edab232d4585a6bfa9b25575d1e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6540038be24440d394f6afb768900933", "region_id": "RegionOne"}], "type": "object-store", "id": "4308fcf9b3f34163bbd3e9de340a98d3", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f94ee3d37f8d4682986f506c6a32fd69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4b2736bcca2f4dd3a726e35ee5abd839", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "79faa519c40f4b6fb4555267f9d59732", "region_id": "RegionOne"}], "type": "clustering", "id": "5f26ca88965c429b906a41977b180544", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "42278d195545411aa49130da7f781e62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "46ffa73c207642fb99b39991b653fb38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "724c373c802d4718beee38225e416b8d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "605618b180f34571b377b963f655ac35", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "af4f728a0e26461fa6fe74ebf618cd91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "514ec3352b0943d0b5b89a09242a487e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3bbbbdbaf6d542d89d76634b9b7ff643", "region_id": "RegionOne"}], "type": "cluster", "id": "a9848505ace54cae846793c695314cd1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "63300553cf9241f3bf572e58ca0e3187", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f3ae1803080b459496f90d98f3eb8da0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "14ced87288864b148c1f52797ed78d8d", "region_id": "RegionOne"}], "type": "data-processing", "id": "f58cdc612c3f4987ad3acab2bb66218b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a2b8778a84ce47c18438d258a0dfcc18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2089760e580a499aa64d52ed2c5dea9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "52740f5e8e474afd9907b9319ece4d3c", "region_id": "RegionOne"}], "type": "baremetal", "id": "8c20e0b3b13b47ab89793fa04add522f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e647f5e6edbb48f08c0c0d79842af21b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f4e4cc162c204016bf57944baa11ad85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d0d95430389345a8b74f45a70d725465", "region_id": "RegionOne"}], "type": "bare-metal", "id": "21d25496e40a4bb7b1a024a4efc26847", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "99d611fa816f4e5584c1788e561225c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bf2b4550905245b7ae2724fb07e8478c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d68bd5486ffd4fca8d236d6829b53d04", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "32a77987b4a44b5f93a7927e23c68540", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7a93cdb74f384ac0bc652706906cfd4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a44f0d82f3eb4418bc23a3b9e2bde122", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b6149fa2b04d41e0bde7ffde55d5e69a", "region_id": "RegionOne"}], "type": "key-manager", "id": "2cdac1d7060e4d148b2a82daa3120790", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f227038f8d054f7abab3d70bf68bca23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "33b2b6509ba0484e9f346af6588cc1cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ad38d93d7fa842e78ab6ed4e79c5b3ee", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f112a30507ca42b88526579be61e5a92", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9084e60bcfdb424d9b1a571de207a56c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fada8360adff4270a920e07408d66e88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9c67f19b5d654e378dbafd7d485a54a6", "region_id": "RegionOne"}], "type": "infra-optim", "id": "16c15ab419374b968bb25ae08853224e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "174b1b42fb754090a5230f8e7da1eb05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "661f8c5b8e2b4e64841d80aee3eed98a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bb8115dc36574ce480753e26159ae7b7", "region_id": "RegionOne"}], "type": "message", "id": "2f27d1954bde4646b5e29311ac5d17b6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bb666373aeed4536839cc3a6bb42cc85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "17e20499b2cb4c7db2a1134480068b1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b05a796e454d4d889fc8e2a007f3b50e", "region_id": "RegionOne"}], "type": "messaging", "id": "e96bcfe41a8b4c9a8dc905b094f324fc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5765cb0a27cd4ec89a61d7a8bf430696", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "06a1429e6f644c9080e2cfad1f05cc71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ddfb2c192a384413a7df4ce0b45268e9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "05cec5f0fd9744ed88cd842d18c63347", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e6b13f58bffe47c0bc6d38cd69482f1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "29d3f88ce6bc4fdf853b8e662a401b16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "93ebf96b71ad4ffa832dfdafdf8916db", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "fb5c3ee7b19542d2881657f8c7284956", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "16056c5b0fdd410784954eac5aad9813", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9add2102beae47f2a4b7e38529b1ee32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eabe9a12fc944c30bdf7f5c8fd3f76d5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "06c5f59090c94e0891c79dfb4ffd7369", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cf811ee298994ac9833b8dccca1ba33c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0a3e70846b7348fbb7669bfe8fa47790", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e1e06492287a4f74b67212e5625ab002", "region_id": "RegionOne"}], "type": "container-infra", "id": "8e78f863aab94cc8be47a7ecea08c313", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "904ee0718d6b4fb78f11227e632d0480", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "33c4fb64b3e841ba92d93262c6cc4965", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "06d88ed87d734fc08c1e29309198aad9", "region_id": "RegionOne"}], "type": "search", "id": "bad7ab0af1dd49d39297172ad7bfb8a3", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b2e1c1c073cf4e18bed35d14b3de3e9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "964b4eecd667491abed2f06542d7578c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "cdcaac46e84240a0a1b6a4157f710c66", "region_id": "RegionOne"}], "type": "dns", "id": "55d561dfe49244e0af34dfd0c4195f63", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4a2833ab413a4b31b72acec299396f80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7422d6b717e14e029213c393c98d21ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "08c69d2f44404d11a816ea64da5cb6a7", "region_id": "RegionOne"}], "type": "workflow", "id": "e89c3940e9bf4f84b254630f2934167b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "703ade7870ea463690d425c6beb0d8c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "09e7bc6c1c5d414ebdc283c0cc867ff6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a08473b555b14e0b900e7c61acdd108d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "36ae781d421c477483c01e75dc3e6eee", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1c55b5e274c14a8fb6993afeee2dd322", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "94b6a0fd42614920b39df5aa63ac849e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7699ced2295a443c89a45ddda424ff00", "region_id": "RegionOne"}], "type": "rating", "id": "088bf6d54fab4cb9a80170cfde93375c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b70ec57ba90848bbb14b922eb57f308f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5589035cad7d4daba4c99e1f6ba3ca83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a2cfd275a75d4d0b9fae5622be801ba1", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5dcb075e44934ffeb0681a2cb44dd3cd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "30afa5b48c22469ebab4c704ee82512a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "74cd599596564e81a5778ab91eb5112c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "daa7d9494aef43e3ac79a46ac7fcbe0e", "region_id": "RegionOne"}], "type": "policy", "id": "cd52c7eef12943b4a0230e0421159557", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8748630e75db442eb349424322381b0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "db0b3394e8a34e589e655569b8d503ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6d45ce8437194a4c969bbe3a53468d5f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "aa3b853b3b8a412b9c6c72374ccc0378", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0ce2b53f8db4401ca7c2d74aa7c11ade", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e1dbe10f1c6b48d3ae8d2c544fdd2e7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4b7d2b00b0cb4b47a85681875ff13d52", "region_id": "RegionOne"}], "type": "sharev2", "id": "13d8f35f93c64583a423f4c7e7bcf346", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1f81889387fc47fc800483ee2ab15c38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "34d53f04750c4259b6b286b909fdba8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "41d568d7018d461cbfe79a91acb24374", "region_id": "RegionOne"}], "type": "share", "id": "ca2b8bbd98a24b32bfafe4ccfdc45482", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3c98c781ca1c4315bbcb460e7c680cfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5497c3f297e041d586a7b2af50420016", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f04f9d517bdf421692b2c729d54cf0d6", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "00f8fbbb23b041669669e1d2ca7aa745", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76bf18d0c6f74fa7bf102cabda5b7a2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08043f496ee44b4a9b297ef51104e692", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ec5fc24eabe4ad79fa091cb1d699d71", "region_id": "RegionOne"}], "type": "orchestration", "id": "3f61acdc62094f6eab071df196362316", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf638437cac24edb98b9dde9c9fd8699", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00ba91ab99b84720a546f10b86f92c45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89fbe429978342a59374c66ce3ccb84f", "region_id": "RegionOne"}], "type": "block-storage", "id": "047f7815a7474f38bf8ae52205a78049", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e486959d6bb4d25b8a6c12fb45a24c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50aaa94f99424c8db72da0beab27c562", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec3e6309acb74e8397418d65c0efc9ed", "region_id": "RegionOne"}], "type": "volumev3", "id": "e9db4ce620ec4142aedb8d3863dd7c9d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87c8a5c440d14d1e9989e9fba482044c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "816144e3c6c64279a9541ab76b378db8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39c0fe3c892d428b80f097612161df46", "region_id": "RegionOne"}], "type": "volumev2", "id": "aa48c497ff534cc3a10b075fdbd8891c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2dc7c2496f94995a3786307903b64da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e64bd912274047118b9a7625eef720dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "464182758e6141f2bd064c2001064aff", "region_id": "RegionOne"}], "type": "volume", "id": "a4251070ff0b4caea57ad24c3934568d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5585f8596eba42cd9f2e2bfd73e6b528", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f09dc9a6c9c6463aa145739ff50b378b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71e030fc7bc64b1ba5f62fe21ce4a0ef", "region_id": "RegionOne"}], "type": "block-store", "id": "1c4d96d8c2c94c6da45f90155ec4a45e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d931b4006d744a89bdb392a65b24d796", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "527f6b011b9e457dbfcc17f1660e9fcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cc63cb98f76e443ca800f75deb443c02", "region_id": "RegionOne"}], "type": "alarm", "id": "df3de522647d4786a821631b73c9d7c1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b71f9aefbdf242299b0995191fc15462", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7354dfac6beb41348cc8b5f067ef968a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a7b4b2d77e0346e78ce9d9b20929f045", "region_id": "RegionOne"}], "type": "alarming", "id": "28b3b84882864c0f8ed0ab08cef9da6d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "60d03d3842274b8aa9a0973ad22c60ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b53b7f0c18324b62953c7a75a68fdd5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "531006d2f7ae4293b7b6e696dff87d38", "region_id": "RegionOne"}], "type": "meter", "id": "fe6a9057d9284aaf8375b7668b03906a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "39080841e2b94b27b374bf42e95ca6ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1246449e878c495da33341a41ea01cac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c1b7f18506ac4b7289cdfd87976204b6", "region_id": "RegionOne"}], "type": "metering", "id": "9526b5881f8a415f8e3effb6d91f2e3f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9cb0bfc906b14ea7a3517f0e8c81b6bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "41ee01e606754743bec2afa6c03a0176", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d961bf7236504e1a87439e9468ba599f", "region_id": "RegionOne"}], "type": "telemetry", "id": "1b25cfebdbb84d18b3efd3dbe85e1a9d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b5beedb58c514930bb1ef2e2f7f4f4c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4fb00325807d47c090bbf00c7690f736", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cb48615d43c84cf8ab96dd6320d21fe4", "region_id": "RegionOne"}], "type": "event", "id": "1f86272c8c7746a4a5a02bd7fb15b42e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "770f0ce8185547e3bbe1d7c198b53181", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b7d50b74622c4a379c93597c5771310c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4411121a15854c4089db2c718a5db6ae", "region_id": "RegionOne"}], "type": "events", "id": "d40ad8f8efc94624af8ec841515ac2d8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "40c54ef38d0044a48c48da2ac69f2c27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c89bbe4e1ac8428c92af59bfee2ca982", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "924f7eccc0484577b7bcf8979dbdd948", "region_id": "RegionOne"}], "type": "application-deployment", "id": "644ba229ef5b4ad8ae7d07203da4e618", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "427c6bf573de41179d91c7ab0189f58e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "614a77cd4a604d1a999d8de34485ded8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "59f7604421754812a4243cc16a6238f8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "5497838abfa94ca093616b4e53d5a740", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "23ebd97d9cbf43738f04eb2ce8027e44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6b8caa51cef346618324ed0874e95cbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fadf07545cd54335adfaa4360d1f68f8", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3d1ae21440374a16b8e652a76892d86a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f2c4b15a92fa4e959220c94de681bd5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2a772277565049eba0ead870f8edd742", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9d832170b3bb4b8db4bb49189dbab08e", "region_id": "RegionOne"}], "type": "tricircle", "id": "cc43a760fdc44c4d963fefe356da4780", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8d2be40cd4a643afbc9bb29314774c5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0a5485ff18ad47c29c75c0ccb27157e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "36297a1fa13243b3a67736bd2814cc1e", "region_id": "RegionOne"}], "type": "database", "id": "2428d73a6fba40e3992cbd74ba53b939", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "be6d317adc8e4476ba94a1cb0f82dc13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1a89690b171c47baad52cb493db7bb2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8559850cd5e74186a9818cef2ecaa11a", "region_id": "RegionOne"}], "type": "application-container", "id": "b9b8db91abe04a099ba44109918ad873", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8946add2a5e24a97a14850103be1bd75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a8f2109286fc4503b22c872ce920319c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f768e8c0c3264de88eabb9174e51638f", "region_id": "RegionOne"}], "type": "container", "id": "8e7772ac126944ccabf95d606cc6416c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "83e30a5aff8344cd9f59c6f3b9184e44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c07bffda100c4cc88baa5dcb490fe9dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4cf0f51ed4bc4be0abc711914aa632c2", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ebd4b0283fa14c1a88f92a19e098902a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b92e1bbd6031498a881ba1c2565b2a90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c7b862cd4999425aa5154c1d077ed299", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "13642f047f824c26b53aa51fd6341c3b", "region_id": "RegionOne"}], "type": "rca", "id": "3855dee4efe94dd0b1610ceca6a94cb9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "433cf23a4c7c438b82f829e5df19d07a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "320c244d4eb7479e818f4b8d35bdd2ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ac2862064a9948b491ca97090a0ab432", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "90f8adb97d604fcdbb8bb01a8cc02d4a", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "50aca8a510ae4ddabf7c80272caf8ee1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1914fa9869944c228fce23a1fc4119f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6b4041b472a7448ba35a420ae1ab9fff", "region_id": "RegionOne"}], "type": "network", "id": "decbc973a83e42bfb4d42b34b4d29f9b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1f7d22acc2c34ac2ba2e9e070ffb287d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7e449ee78de9476b80220621666a888c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f33b2b6f28a54a38a9b3ca1949a48740", "region_id": "RegionOne"}], "type": "backup", "id": "6c55de4fff0243a9b9b2eef1bf921d09", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ff56aa2fb9a64a96932a11690861ca54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "21493d25f72d4caebbb56c266a3006fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b97669bfb22241a1b7e379d8a2dfda5e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "cc5ef97c6956414d85badff56126c40d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "22f23da4d47240f5901e1160023342fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1172006253c94df0aa5e20f4efbb8e44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0c87a384d6ec43fcaebf119c4a8bc0e7", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ae53d9f8477e4cf6b6e286ee00839a3d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "63d9948520c54ff4bdd5415df4b1bd23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "819c0280706347e79d3e735504db0f74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "df216994dab64f41a2b1ce81d017aa69", "region_id": "RegionOne"}], "type": "monitoring", "id": "34672ca45c97455d971a183817dc2579", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7b20bfe5355c4c879b37ee2c546b001e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f65509f818024983a04cae7db795678a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "df22f7b5ce0441a58bed9331cd8bbdb6", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "820138c8a9b44b63b5763ad47bcf646c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "dd7e3f92e770498d88e71dd5c1d366c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "70d8e2ac86304c6dbceee23fa409db79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0db3c94abb5c48619c7e463a11b44a4e", "region_id": "RegionOne"}], "type": "placement", "id": "3cd35235108a4346b2916c237e3b0830", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a644a36422784ad4867183b18338e2bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3a1912cc3ec54cdbad3e4ea95e45ee0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a7f5f41d2320429a80c0d14372fef8c8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "bf1de55d85f94cc79fe81c0fb74dfd71", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cef7364a2af94a2b8a2b857e6a6deddf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bc07916fd52540ca8f3e1dc71d919442", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5a68bc3cebc04e4faf534dccd624b7d6", "region_id": "RegionOne"}], "type": "ha", "id": "1a6fc625f17e4b24aeeea316d1c8101c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "dc2b4bcc2f7044b2979a33197cb3e2b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b5c6f5dca5f54a3494124b3a58ceb2d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f55e4b71dde743b1beb31738a33057f5", "region_id": "RegionOne"}], "type": "reservation", "id": "446e32474be3480ea5c3d8f28ea190e7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "738d411fb0d84a1194b8c45e4f623e61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f9d5af0c635e4c819e777d2289124c18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1df17695df3841d1ad1c2c86619a28ff", "region_id": "RegionOne"}], "type": "function-engine", "id": "0c200cfb4c8b4ca6b1138cf2a1a16250", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fad6ad72365c41e29dc367a202c0a7e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8a29c0d677e34548b9173d543b91c9cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f909e5bb67b84ddab0a6199adde6fc7b", "region_id": "RegionOne"}], "type": "accelerator", "id": "28846248d6a145bd92f37e1b9c45518d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f6ae7e74a4104c0ab80f2a03afbe6205", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c219425d47d74d67a25321c3d77f2336", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d09206bb39f94dc892f7e99ab494e347", "region_id": "RegionOne"}], "type": "admin-logic", "id": "02699ec761a443d58d078f697a6f2af8", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f92e961fbe69454bb9ade9781fc77b92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "603815e5dec3417db38dd57b54244469", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e548b8f9dc7642c5bb7e762d20309dec", "region_id": "RegionOne"}], "type": "registration", "id": "b88ece34d6f64c3cbdea4607ea15a81d", "name": "adjutant"}], "user": {"domain": {"id": "e3a17683438d415baddc85c719cb5091", "name": "4881c404891a432abc0f63abd302d2f6"}, "id": "021dbdeb3af84e6b8e60c620c37cc301", "name": "1fd5e1bd1f714ebea01b3f61610794ed"}, "audit_ids": ["3c451b5356be4a34a7ebaa29e67f0775", null], "issued_at": "2019-09-19T09:04:46.745730"}} 2019-09-19 09:06:46,985 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/server001/os-volume_attachments -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"volumeAttachment": {"volumeId": "volume001"}}' 2019-09-19 09:06:46,993 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,996 keystoneauth.session RESP BODY: {"volumeAttachment": {"device": "device001", "server_id": "server001", "volumeId": "volume001", "id": "attachmentId"}} 2019-09-19 09:06:47,028 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,035 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,039 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:47,089 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:47,096 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,100 keystoneauth.session RESP BODY: {"volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume001", "metadata": {}}]} 2019-09-19 09:06:47,107 openstack.iterate_timeout Waiting 2.0 seconds 2019-09-19 09:06:47,129 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:47,135 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,139 keystoneauth.session RESP BODY: {"volumes": [{"status": "attached", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [{"device": "device001", "server_id": "server001"}], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume001", "metadata": {}}]} {6} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_group_rule_create_attrs [0.065449s] ... ok {19} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_environment_with_stack_identity(stack_subres_id_act) [0.068875s] ... ok {31} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_routers [0.062204s] ... ok {23} openstack.tests.unit.message.v2.test_claim.TestClaim.test_update [0.070880s] ... ok {29} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_credentials [0.065640s] ... ok {24} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_listeners [0.065425s] ... ok {1} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_segment_range_create_attrs [0.065720s] ... ok {18} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_check_stack_with_stack_object(stacks) [0.069067s] ... ok {26} openstack.tests.unit.database.v1.test_database.TestDatabase.test_basic [0.063527s] ... ok {10} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_user_find [0.068863s] ... ok {2} openstack.tests.unit.message.v2.test_subscription.TestSubscription.test_make_it [0.067364s] ... ok {3} openstack.tests.unit.object_store.v1.test_proxy.TestExtractName.test_account_metadata_get(discovery) [0.197836s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,162 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,171 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,177 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,185 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,201 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:47.089569+00:00", "project": {"domain": {"id": "69c9d7fcfea94f2e83ead152673866f5", "name": "96fbafffda1644be98b30929e38d3185"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8b9a4689173245d796292f18a7248922"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "97140d15392f454d92f209badd83b79e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "6b0d5c184b5044de889f16c7dce40bdd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "dcc43076a6f54ac1a6dac1c196c20903", "region_id": "RegionOne"}], "type": "identity", "id": "c57e0472e44346c29721e722078715de", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "eee2216f0652440985dc2feae3d6aa4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "78463ce1cef94321ad2722b23a52c41f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "02e6fc48d3da4a0b94d0bdbc63dd1604", "region_id": "RegionOne"}], "type": "compute", "id": "a0cfe3268df44a979112fe125fd03b76", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "45436a2925fd4d178caf9f0e4b4c3e0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "7eb148e216aa4fc2891f2b4be5c53fce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2229f2f9eb4a4431ba710da1619111ee", "region_id": "RegionOne"}], "type": "image", "id": "2ba07f1d05b444aba65fdf828fcf8684", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cd020a9c2d8d49d18cf3e44c9e60b499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "521906b7839b4b6f822be01668f4e7e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "47bdcf90637c45f7adb98867867b4754", "region_id": "RegionOne"}], "type": "load-balancer", "id": "4b5f7e571a1840238f74d19dbf658c69", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d13231b5f37448d78ecdc138ea20d99a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c139bff6daf34587a0778a834da4cfb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cdccb7291b094fa8a328ce5ee351a7a3", "region_id": "RegionOne"}], "type": "object-store", "id": "9a8a56ab95e24961bc14744fb59179a1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "20fe0225036c4e6384df02ea72606681", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f0848d2d8f824563a4fcb2299867570d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4eea2be318ff460aac0fb6b0be662fd9", "region_id": "RegionOne"}], "type": "clustering", "id": "2d65c2af10844b4c8f8bffc3e53fbdd5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c5008a0448024e4eb10fe91f3705ca3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "44674bf04167422c8a03dbed25311da4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "24a470a30365403593ade089fa68db67", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "38bb7fc48ca94607b8d6228b35aec104", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "29a1bca8add549adba45dc203a2abaff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "347e6c6e29604f998b3c2c4bbf108277", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "05e722407d944616ba40bc85e1d08089", "region_id": "RegionOne"}], "type": "cluster", "id": "d58dd81002e746a8bc85a5dccaa54f3d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e4a90354b1b043dc91346222f14b9a0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "263e1efccc1d4202a67a07d96aadf42c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "70de247fedc9490989c879c8af77b253", "region_id": "RegionOne"}], "type": "data-processing", "id": "6bec41c31c26425096feb514a40974b9", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7535a4f6bdf54022b3cf6e2755e19ab3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "009f8c263f8f4bebbeb89275b301a443", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a129cf17b660495d863abdba48a12914", "region_id": "RegionOne"}], "type": "baremetal", "id": "ed99fd8b287647adb21e09e2151d9948", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a5b3cf3376714a7b8d74291de005f945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1ad93c7d619649cf879e8ca97906d505", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "50c25f7352c044b9b3889e8992d3c800", "region_id": "RegionOne"}], "type": "bare-metal", "id": "defa0c3b252b4f3e946ad1b2bb011410", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f961083f83164008a4e51585dd600aa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "523d4199cd5a40568e269058bbda1e22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5ff5089727fd420e971522582fab99d7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "fdf8f76985964dd8b057c3aba0017f22", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5879677a0f294eb6b2ee892f0b40e980", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4827bbd5139043648933d5685e9d037d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e11fb7baef574eeaa3d66123adab8a51", "region_id": "RegionOne"}], "type": "key-manager", "id": "2ba0b2abc7854aab85520984b818d715", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4158e5bf519a4e21a84a726f496a70ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ff4cb9835b844c1384388d92b43138f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7ed535c553094e739efdad496b69da7c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ab1b7035fa8e43dd898ddc658028cc15", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "44f3ed16ee2749afa6b5dd6c6985f5d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a5004268edd1456bb07e9c9e0e0e1baf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3c8a78bb63c34445aa8836c3e46a3935", "region_id": "RegionOne"}], "type": "infra-optim", "id": "16c71a9c2e72401989b4c443272590df", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "93547da0cfc344cca3b33c159593e271", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c2afb41d4b974405ba9c1662ac9f2e51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "00d20018bdb847b5ad4b69284914c7ea", "region_id": "RegionOne"}], "type": "message", "id": "fc97fbff57bd4a2385d2c477dfb13e07", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6306ad8232054c0f845bd1b16fd55f28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "dd8258d99cec45cb8008a32d10bf6ed3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "10026c482f6e4de28a6cc26165705499", "region_id": "RegionOne"}], "type": "messaging", "id": "ac3881d0ca9c469eb79192cb42371914", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2b65ee3ae6994c148cc484f78efac03c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "984b7a7f2b6147318589984aa38e3371", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "cb3af03e870d4dcc8f5f6fd683481e40", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f5723ba1604d40aa8b816aa6dc15b7df", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "04075472ed6d4f63a5352688a1a4be4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4db639688d7d47708506d6d09695f095", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "87beb8f345c4452aa84c587aa55fd16a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ac2a3bf475174058a52a88d2c0a854f1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18c0ae56ffd14966a3416caf6d99a32e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9cfcfdd537f24f6a9c54e99e4adf5004", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "27a3f14912684c179b2909c1ec6f70f5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f6b625a8c7394eeaadd0eb40e4022226", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "056e6cec52884686b05f6da90ef875a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d0317a8ee244210bbad1bfff5936d0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8fdbb831442d4a8d95c2dc95c8269014", "region_id": "RegionOne"}], "type": "container-infra", "id": "9f0144865184485a9794417ecb41daff", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "3f017247456c436c879dcc67b56a8132", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d5268562d873477ca859eb679367c818", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ccdd882442a044958fb1a5da0c9aef4e", "region_id": "RegionOne"}], "type": "search", "id": "69875522d2f74d988e3dd2b2c84bc1a3", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2cf748650fd34f948c1a7405a93121c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b6827d346c874f3d9866e5c62db9780f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "0bc0f4c69b814ad1afd86847d4752ebe", "region_id": "RegionOne"}], "type": "dns", "id": "da3d22cb361544eb905f8f5d534501aa", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d197ce44af4849128fbeae520c88c0fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "947c7e02661f43a9b1d915b544f2b090", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4dcadfa34b1245fe9a1ce361279fe860", "region_id": "RegionOne"}], "type": "workflow", "id": "f613ff6490f0400abc9df7f876b1af74", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f73d908524494e8dae4ad5a52e0f9419", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bd2335b3ce1f4b54af52eabc37b1acf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "eb618a7003b24cfab455ae358bb56c6b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b5cf3ea050e74535a1a35aecdb479736", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ebde7aac3f774db0b82b4f0f8b4709b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a2ec79c90837429ca7779d579246ce8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0dcece4cf75e4b2c87ed75854b27add9", "region_id": "RegionOne"}], "type": "rating", "id": "7e7c5f8112d149da82052bb976b42c71", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "25198fb2f72d4bd899123e4e29b002e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6bc1506fcada4532b216e87a87e95008", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f1048ca696424e08915fe4b3d43dc9ba", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6e946f4750c645c6bb0fc66c5999df27", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "38b61e3052a34e0a9f144dad8d340300", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ef16ec8939ac40c3bc8a6795701862df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "67672f67421848ec8d555dd08ff7afb8", "region_id": "RegionOne"}], "type": "policy", "id": "df0667c8d3b944b6ad06ddf26dbe1ffd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7b2a2415a5b849d1bbfcaeaf226faff1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f2206cbca0c2462085597ded788050fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "12c97fb3aea9407baffb63bd45dab581", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "eceb3fabcd384f09abbd8d62329f77e8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4cfb02d7f6fd4ea7b9112c9f8b056514", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2a98a0006e3c4806b6f382f233e7fdc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "be1c055f1ee241858504e64ec63b96fa", "region_id": "RegionOne"}], "type": "sharev2", "id": "151d45531bd8455a90529d7503214c9e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fd6ad0b347cf4bfc8bdbb01444aa2b38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cf40c65482fc4ca392649b337cd8a09f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d800cf104e3b4b89b6aa2c600e92353f", "region_id": "RegionOne"}], "type": "share", "id": "21c81a39a56a47958a9c756af2680f29", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a3f786082bda42db8a6efc11a4cb03dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "370b835f03b04d2898c0e3321fcfbfe4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "78400f3246a349fda487959d128d65e8", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5fd5b7f450fe48b9a36d02a09a6ce3e1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22f574c1a2fb4a3a9a0c16ec99198f7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ae91a5b0fe7498693a3b396ab9dc8b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "971db9582f0b4b5092297f768d14208c", "region_id": "RegionOne"}], "type": "orchestration", "id": "35de94f859514a99ba5393f87e1fa011", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27b2f2c2f0574777b656978b01d77054", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60dd853698964c6bbfa0e19398d9bb5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7dd5420ac01347cf8c285505c4cdbe68", "region_id": "RegionOne"}], "type": "block-storage", "id": "0f70896525334e43ad3e64dd2072c4df", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e9ca5d38460413498f1294c0a3a0dec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2a3c3969d6e4a2e8448154ef97bd84b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e188f01762948a889f9c12a471fcff7", "region_id": "RegionOne"}], "type": "volumev3", "id": "49e3b99e7d254e019504bb306fc587df", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92518add67ff40438a88f69852b3f171", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e969b9b876d43a8a0a1f37630dce503", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52449a912d5f450cb575c507d03b34e3", "region_id": "RegionOne"}], "type": "volumev2", "id": "3db4a99b14cf4eef8b426ceca5ac9965", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71891ab796d7444ab59969d62f68d606", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a44d6c985ee44be79f3ab601a60e9316", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f05b13bb44664cc1a7a2c0fbc3c0343e", "region_id": "RegionOne"}], "type": "volume", "id": "d2cd48e8622b4c98b56f6c172037ae3f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c724b04223fc4217b85b25feeaf919f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a066cd66aeaa443385e778bbe8411ba6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "749f926f5ada4df9a3e3968707193cbd", "region_id": "RegionOne"}], "type": "block-store", "id": "3090d6f573eb4fd0ab5cbcf9b3fd9644", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ca402eca8d3b4a8794cf14f215b2f9aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f04e2ca595ed4cf28f0847eb8fbef397", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1fc6e3f6f33640c199a5bfc84be70397", "region_id": "RegionOne"}], "type": "alarm", "id": "5937b4f0f19f458694030a6f7f9df928", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "31751ad451104a4a910cacb73300149c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "95782a28024b4748ba423dfc6d99bc33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "63cefff76aa2441fa69fedbd78051538", "region_id": "RegionOne"}], "type": "alarming", "id": "1508d0f05818453a916358cc399f1452", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c4a30fa1b4684c42ae72a6444cbd2b1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b65e690e98464bc7b477881b2283233a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9b6f809b7b3145b69ab02520f57cec72", "region_id": "RegionOne"}], "type": "meter", "id": "c881d628430e4b308a6fe02ae43bdb94", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1d6e097b0bbf4be6ba2eb47bf78c2ecd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "625082120c8e474aabe7ea39a41141de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8a008323a7804ddf9a277adc9114df6b", "region_id": "RegionOne"}], "type": "metering", "id": "38a043ec93f04e9292972dbbe42a1290", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "50a6d1d922aa4c51bc7efd3944ac077f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "38481d895c0341129364a37d840827b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ee56a226c0da411f9f4fa9da9a42048a", "region_id": "RegionOne"}], "type": "telemetry", "id": "4145639c042047b6b196b8900c0c7ef1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "065d21ce37bd449e96008053f21b91da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6e7173c8d1b24cedbcf0eaec5b9055a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ad99ba9ad6d74ff895e9637f4c6dc00d", "region_id": "RegionOne"}], "type": "event", "id": "5ed3b5ab72864d0d835a26f76c75e084", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2aa086a13a504e5b84cbc1100b2df233", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5975bf39da9947e4b9bc2050c29015eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "23f6d481f37c4986939ced08a93b909b", "region_id": "RegionOne"}], "type": "events", "id": "03963ce2372841b0bf0f4063f93d847b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1cd8451f313a4cd592db9ca79ba5e99f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4e527a6b08c1481f97d7ad74a614f604", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "79c296caba87456e8d30627e572f5162", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3d3508f7423c4c83b9ffcc806d50e7cb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "191781c9cf3c4450b2112679ef6f4ff5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "37de15aec3fa40739b2ed00be3d64511", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6391a74de8c348909111c1d144ce2a09", "region_id": "RegionOne"}], "type": "application_deployment", "id": "86fd132b94d24b2899bc26ad6dbc92f8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "410e269bffe741a8a5f3608c3981832e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d98cade0b35646cab595a88a87a60370", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "53e3b23f5219400a9ac74ad92a81ee58", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "bc6623db67124690a5c4e2a4db97a1f5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6aa6c294fe98479fa821ed79e7d173e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3fdd709964fa4790a876791f33197d30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f05f6728aeb647e9a7dd7ca3962cbcac", "region_id": "RegionOne"}], "type": "tricircle", "id": "6d5436adc85047cca829ecddb5fa0fec", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8aadba6018c748fc895d3f733feb10ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "23967edf40fd447fac9ccfb688843689", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "11c01beb710b47298835b7188c60f7f6", "region_id": "RegionOne"}], "type": "database", "id": "48c21ca7fd8f4dbc9ab469002af23b15", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "46f6ea66064841e7a09a8751d7c2cd4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "73ab2660e8404c6d8c5365ab890537ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5b55cf301fbd49a590f31db3a49f8635", "region_id": "RegionOne"}], "type": "application-container", "id": "d8dd2b118bae44588bf50c702641bd81", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1d1cda1aa11947f39ec4928909d13813", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "54bb98739f34483b82b8f8d4c21b454e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "78a7da7a80264a528d04bbebdd3c0a43", "region_id": "RegionOne"}], "type": "container", "id": "647ea385eea8433f9e127ea1448ac738", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1f2be803cd2f4fa68d119e6cf3362b19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "307a6e9e49e44ce58a615435de6d89a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "534d86d5b3824dd2b4c8b7c2025561bd", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d564e474f61141e391c2015627ec53b8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f3e2523d44bc4d66ac7d319b2b216d1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1393605cdb9441c38903c7e92ad3145a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8c7e7156c801489e9a0b47a2487c5424", "region_id": "RegionOne"}], "type": "rca", "id": "d00c7dd27457499680e76734b3b1d293", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0e5b36c8ebc448f9b6145c3d4ab76765", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "82abdde4dd1946dfa901a74fadc998d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c7bf43de251b424b83764a4640f3af38", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4c15ef2736ca494097b77b1ca1a8e675", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "33b624e4109b4d04b07a95d7e6914ebf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "0dc35448feed488486d30c0427bf994c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "fcf2c3c6c81a4395a28a63743ebd9855", "region_id": "RegionOne"}], "type": "network", "id": "cf635d018172464287c88b0911cf8ebc", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "cc05b6e0b29949ad8f91ba8d35b59e0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b597469405244b6f89d4d1d62acce0d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8d864ed66e2748c38a65f7a5dd2d2357", "region_id": "RegionOne"}], "type": "backup", "id": "4b52f311635142c49a67338b1fa7b4bb", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3b0860c5438945c6ac2affaf334f2c25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fa0c9206218e435ab814e466650fa06c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4d47fa64e8074527b135c156ce6a530b", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0101a16c2ef44264a3bade797aa761b1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d4ea0b902ca64429981228f3ac752b8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "64c44a4affc644708d0b468f61c13f85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e75dff5fda184a128b61ad0a33f57d8f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "960eb711222047e396a8aa89fe6a2df2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7095eb74cd61481ab0aee37bc112f53d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ddc3e0c72c214f25a30f2d65db5fd9a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a3024b33b6f94289b524e5895e58a069", "region_id": "RegionOne"}], "type": "monitoring", "id": "ee00ae43bb8f4a5ba5f4c73e0d8042a9", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3534be7270f142fb95690e57b8c9211f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "31048ba23d7b4e3c845984cd76f50997", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ba2e236e948846acb879f3f861a68538", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4011f8865de44f61bdf72e57d8888ba0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0f924e94881b4c3aa377d9b3776dd2ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f668ab4548c54853a09a04e5f1fb6192", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e9e05ff9f92548199441a045f846a363", "region_id": "RegionOne"}], "type": "placement", "id": "3e2fa3ff509f4b4ba6d1b75b9279f2b1", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "355165fa25844cffa8501bd0e8495c03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "47981a50942840f496e5f9f4bd30616a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "17262041b0ae45fea5aa63fcda626724", "region_id": "RegionOne"}], "type": "instance-ha", "id": "dd7f78b3d2784ad4a89a7ba1734c2ad3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5711200188b549419a831a6de16c2677", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "86bc96820347482392722ff1ef8ee42e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "44d9fa211f7a4d8c9baf398acc22567c", "region_id": "RegionOne"}], "type": "ha", "id": "48ccf9616c5e4b9abb6ce874d99f3c62", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0e779dc10d264c2b944f9eeb25cc0ef5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "40ef9b7676164bd48844177774ebe2b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8f6a656b4e63458f8d7c20241b743d92", "region_id": "RegionOne"}], "type": "reservation", "id": "aa958771e87c4498a25e61ab12f0db46", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "af62fb088b3042c5a7350c1f0caa33fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a0027577f11444cf8ed939bef8cbe4e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a386578f3f834891a678a52d6555374c", "region_id": "RegionOne"}], "type": "function-engine", "id": "3c18674b00424d829a99c30c313b2301", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "970ca93605af4fc3bfe64e5b49eb0dc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b80c3267369e40d4a482d8d9053f6eb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b186c891a93a4db6bed957d0cfc45734", "region_id": "RegionOne"}], "type": "accelerator", "id": "525adc7acc1d414d89de76ee943d6307", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a93691994d934f5cae8ce66285ddc106", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0b5c0cd462f54778907768bcbe8fd56c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ca9e7436570a49f68913e96fc9fa54b1", "region_id": "RegionOne"}], "type": "admin-logic", "id": "adb652fe7817444ab2afac1b3d1bf832", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "69bd3ecd008b486389e32551ae10eacb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d3804e770351426397b48334581125fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "755aa9010b1d429990dd70c9ec70657b", "region_id": "RegionOne"}], "type": "registration", "id": "5298947f07cb495d8383c72a41f0de81", "name": "adjutant"}], "user": {"domain": {"id": "0905718caf2a46a7b21610b12942fd58", "name": "bcda531a3ecc459dac373fc5824a6b4f"}, "id": "1e39681c63b246a9b4804354562fb16b", "name": "79f3bdc782524fd6bf459462e8b124bd"}, "audit_ids": ["4fb86deab0fb4404ae7f36ae30e29527", null], "issued_at": "2019-09-19T09:04:47.089569"}} {12} openstack.tests.unit.identity.v3.test_limit.TestLimit.test_basic [0.066532s] ... ok {5} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_load_balancer_find [0.072569s] ... ok {22} openstack.tests.unit.dns.v2.test_proxy.TestDnsZoneImport.test_zone_import_create [0.075559s] ... ok {6} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_update [0.066048s] ... ok {27} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_with_stack_name(preview) [0.040490s] ... ok {8} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_suspend [0.069633s] ... ok {15} openstack.tests.unit.cloud.test_services.CloudServices.test_get_service [0.394600s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:46,824 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,830 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,833 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:46,837 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:46,850 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:46.761718+00:00", "project": {"domain": {"id": "d35d5feaa10747caa95969f9285cc72a", "name": "3ae9c33db427433e997e6320748cd3b1"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ae14b693d7c942ceb93d0ae789a921ac"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "505c462e0aa14c5ab7313d0cbc05d641", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "bea1b6019e9e44df963e2677bd5c00f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4083ef1bad4142e891ea7ff6d2135809", "region_id": "RegionOne"}], "type": "identity", "id": "5466537ade4f45d0a196553169a53a5a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "26ce003a672741ea8c7524685f23c384", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1f770fefe65f45afa7b1cf050ddff544", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "55c714049839422bb56373d1e38c3f47", "region_id": "RegionOne"}], "type": "compute", "id": "7109a6e1b6a4476fa52caaf419875306", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "8dd1ba739cdd4f4d9c62ba25df5725d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f9bec0cb660045d6a57cd0aa2e08dc05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "eb7354d538284042a987ccc3a25a3553", "region_id": "RegionOne"}], "type": "image", "id": "0572a6fa489445ad8ce6abc276ab7291", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "dd7d1060f8ea48368e5341a9d6a5f8d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d506e62237f54f4a866447f6f234d42d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "73d7a16f678d45d7b499dfb84adbaa2b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "633a1a96f6f14f4194bac834948abf28", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "803cd1418cba4ea1b80c2d419fa496f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f1c48a5c8e249c4a764891263854971", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53328c50728a4699b1f21ec23516fec6", "region_id": "RegionOne"}], "type": "object-store", "id": "055c31d9f8944eeb81ad30fc8480adc3", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6ec574e3e2814c1ab9d7001efccde72d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "41c9038dbd00407d9a7ec5dd74599b7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a8277193ee75459a966203f695427e8a", "region_id": "RegionOne"}], "type": "clustering", "id": "8251b1218dd34df6a5566c84459d5a56", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "492ce8b3e6c44e25905e1979be389ccb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bcca6b3cb1b746d3887c14aa9dce163f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "00cc9af038f941ae9ed20a4ea566972d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "6060d09335ce4ac89f8d5454400bdf44", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f491e1c4943a43fbbd5155c114649b19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "20f771be00df4d19ae575ee5bef516d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b58f8bb49765458fb4c837be2dadb04e", "region_id": "RegionOne"}], "type": "cluster", "id": "1aae23a09def4343957e11995d33b2c4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "02019ad2de074a42b6f2f989543e3720", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d6cd9d0a923a4a5c846134627938afe2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6df3dd00187e4b39a22d7b092a90ba70", "region_id": "RegionOne"}], "type": "data-processing", "id": "71850feb094848a9a669410be5a58834", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5effda1dae734ddb8084e40e097e71cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5855b995e3df4807b042b7c367e88c42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "109d96b8d9394dbd9470b17a4eccb53e", "region_id": "RegionOne"}], "type": "baremetal", "id": "588208a27f314796a2e242d8bc467e9f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a1c2e9b5644b43d2b47b54560d6a75ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "159ee2c9150e42168c15b038d51b0097", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "abe08f6d357043d29d1a735cf1d39522", "region_id": "RegionOne"}], "type": "bare-metal", "id": "78cb0f2f56c14796ad029e9a2d8182ce", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5e2607a933a941b78f5a7a819287a35f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0925d45b60024b1da0df5f3cc9ace901", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "2bff9b83ca974b2997768e1a05e1bba1", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "867c263969d24cc9b68d1c2c5a2f1b30", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "081a7ce20242490797fbd2c3cf8af537", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ab673db0efdc46b39bcee67a8e5f40dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "49b168e5f4104c8798369bd515f36438", "region_id": "RegionOne"}], "type": "key-manager", "id": "f82a2907217a467db5ae49bffe0e3ee2", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9176942ffd57463db0f0a9b871098511", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ebb1bf6f8c9e48fd8770c42b6b402ff8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ccd01a94c7694a1387d9b85046e58260", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "76eff09157254ee68fc744f21822d644", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bf6ffbd5b6804152ba0841228a40ccbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "30cd7183fc3e405f99deef42cf848edc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "837319541e7f44d4a6c98f12c6a43205", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a1e36e0e5c7342809e5290c4e3a78d7a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "78d7f1878fa74433b48f82f936bc1b40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c0f97b430b0549b7ab7f8227554dc277", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c9a63553a0ba4396b82dd0a93becba4c", "region_id": "RegionOne"}], "type": "message", "id": "2538bcf2ab3147469d0dd8f8725b6263", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "98001bc7c98c4e4b83182818c9ba529e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c334dbef8f234fc789bca6a0340d818c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "568448a3805f41cd93463c029bc04f93", "region_id": "RegionOne"}], "type": "messaging", "id": "a3a5fc1d7b664d6d901658bda53357a3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "65391e301cf74fc48485aababb2f15c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1854d12024ba41ee9ea6c191c63858b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c415bc21902e4fd2a40d286e4cd0be35", "region_id": "RegionOne"}], "type": "application-catalog", "id": "12d24b1fe1c74d3b8571b5f19cf41bf9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7c5c8654e2304984b2555fc755690cd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e76e7dc8c1b747daa3cf29bf30a0c27e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "27e5070d533c4c4b9f0e6bbba63b4946", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e8bab9f6114648dba6cc6928acb15ec2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4fc20d79ef9a4b9cb0f5b554fea366a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9ca345979cb2492e8081e86adc87096c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "de3acaa166c24f40957393cccd3aedd3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "840aa84f25b648b9b41ec96d04ea1e1f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be827e37a30e4c4096c17a04dbc02b64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f3e169912e144bc8b93cb7c9214c0daa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3656a0c7983c4601ae992cb9d63bcbb4", "region_id": "RegionOne"}], "type": "container-infra", "id": "639ac6da521e443385e04a78168b1b09", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "56022630b32a42e5a1031a08f6925766", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "bf2e29ffe6294dd5a33eeee7dc59f643", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2ebcc189c1134ff492b6ac5aad550689", "region_id": "RegionOne"}], "type": "search", "id": "c7914f19617348c088c8e96a12779dca", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ef6ff3d4df3b4df093dfbf8c7041e913", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "45902082a95d421590e2a4cacba34f70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9bf1f23e92b54ebc93987beb5b0d838c", "region_id": "RegionOne"}], "type": "dns", "id": "743fe36170b04eae887f35821ebfe42c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4d8d01eec2984062ade22cce6eba3264", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c96487bd3eb44f7a83a5c453c247451c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "36362f101ee44dbca830ac30c664f96f", "region_id": "RegionOne"}], "type": "workflow", "id": "7b47c4a3e73b409eb9341cba841621e5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6a73ea7be9984a318ce3841bde4c03cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ce2b9d6056ba4041b7ada2e592d01b0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "37eb36e6ee5c43c1aeaef16b7806a0cf", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d28f27bb812747519c49219ca12c50de", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "0526021a8e414a47b522f18df0ae272b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4531d735eef540fc8036e754c51f4ae7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6ff969a772d34fa781bec15c96220362", "region_id": "RegionOne"}], "type": "rating", "id": "932d5c84a92d4f498b40ca768fc0f1bf", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8620aa60d3e94f6099171e338c47b76c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c850c50266ed4a04afe742ba7ca40604", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c08cea85381c4224a6f4ce6c8e3c76cd", "region_id": "RegionOne"}], "type": "operator-policy", "id": "86144d6e4b8c4ecca36efaec08554c32", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "eff43cdf90794177b7d3b944b1b30d73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e34729b1506642ef8f747ec3dec4f70e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b4175399235c42438a8e5539d21c4e6d", "region_id": "RegionOne"}], "type": "policy", "id": "4caf5768155f43e2bf9b7be28ee4346c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f5de2c15a02e405b9ae57c2aaf43a186", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4e51dc22147d465fa469ca30f0c63552", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2b58fff8b5d747308ade6f938397a343", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "91a23ec82016458e8f9aa33c20ec77b6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ee26de611538407bb8f2a8da5511f1f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "40e0457a2ef84e848800bccb49815004", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "20af3ee9fd964037970ec35a90f3032b", "region_id": "RegionOne"}], "type": "sharev2", "id": "0ecc6672adb5410091b2c2207afeca77", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0213b5e6dd1a4656829f48425e7d234f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5268976784a946779c13406501fa0573", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6ad4ca6208fa4ad28a5fb2f22a4a5268", "region_id": "RegionOne"}], "type": "share", "id": "0be48450eaed4a2384dabc3586b7b927", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "da95a9191aee4cd1b8afdd96d3247215", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5767ecc8a439465c9803af27467d888e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ac4db00e28b34df2a86deb124e0ea22a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "bbea28c3b19a4e3db569d72ec97a1dd4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5e79314da064d6cbc1279383e25a01e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f476c0eb997458a825f3cb80cfb7403", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b91b856a0ce422c83825025012a0b2d", "region_id": "RegionOne"}], "type": "orchestration", "id": "5fed2fa9b3ca41edbb90c7a4957f7e6e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6e653edd05243fcbba60b729692d7e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3062d140e5b24c1c86cd467c34106ed9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8997fe32a24b44a4a8912f660394e49f", "region_id": "RegionOne"}], "type": "block-storage", "id": "db952128b4744f299a2b4bc04cb00bbb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46cc989a05c540e8b6248af39dac7b40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb29565dda09472a9179f2212be0ea04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f882d605e344d639bd620a71cc038a1", "region_id": "RegionOne"}], "type": "volumev3", "id": "d88629d4f2db4f549fbb8eeecedd67d3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "479a3c26b37e492595400f1c1300b89e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e93ae7bfdd7749d98b337251060ca250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b064b94670c42ad8a55b250bf553344", "region_id": "RegionOne"}], "type": "volumev2", "id": "8b3a69fab3c641478599281bd06c8e64", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1a3129edb10455eafd06169b45583ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9469f0f8234941348fde98f11f5fe24c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2ca7014ab1242279c3e2e6aae2b4701", "region_id": "RegionOne"}], "type": "volume", "id": "81bf37e54ef441889dce78ef1648ae8e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8431ad1c761b4047bf59dd8866747f4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96ec5316eb474ef2b2b63bc4c2775494", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bcb7c8561fc4e3ea31b53f41846ac93", "region_id": "RegionOne"}], "type": "block-store", "id": "4bb2b4d8873542caa44086092897bf8a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "20c2f1050ab24a98a32501ad9ca15c9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fa24bf5476c64861bcbd5b880322ccde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "96f467cce32847beb1c374b9199e779e", "region_id": "RegionOne"}], "type": "alarm", "id": "396d4921a08b423fa8e491f53045ee27", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "19ed6839657a4ef18e212656f9a758fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d2371a8881e14438a9ad1e9c3aea2583", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "66ccd5a34e2d4daf9120b847350311fc", "region_id": "RegionOne"}], "type": "alarming", "id": "11d33e91aa144c0c8c949603e0c69078", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "abcfa9abebd544cb894937df158fd943", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6e6526cdc4774ef39e67d188b12f8b35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "15d0bcabe8dd4e1ab43a17e43017b117", "region_id": "RegionOne"}], "type": "meter", "id": "60a1fd1847084f56bccc28a7a1d3252f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4fc908b9dd2d467ab9ac9b4ee960c278", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "75913eb81cd9474fab2a5dc6a827b040", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a0313c186bae407fa97ea38ee1719517", "region_id": "RegionOne"}], "type": "metering", "id": "9243755cf2204ee1b960d308c6a6eb37", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "86f57f01cfae4d43b708e64f1bb2efd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fca53fc38b2c480e81053de54cc7a082", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "df35e90f83bd4a2db0c6d854f099d61c", "region_id": "RegionOne"}], "type": "telemetry", "id": "fe5d2880d4b944ef96b2d85bbe7b3f9d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4b72e04f504b4e278b38bc6094364a9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8ccdd91326ee43058d7b5f331ad4cc2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "39601cd4014145a69fc6ecad0798da71", "region_id": "RegionOne"}], "type": "event", "id": "af6b08544e83494091858e1745b889a0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "98edd1a28d0f438fb1e1eeb2bdf145f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7856fe10a91e43869b7201e5344b1128", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c31727a829fe49acb8f984e60a8412b7", "region_id": "RegionOne"}], "type": "events", "id": "515d908853ab45eca8a15e6afd2433d7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "469e5fe24b004ed698cae798445f0ed5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "abce6e9dfc294c62aafc60981e7892db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5ed849b9eb914de4b7d3604550eed45b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2d77646232804dba903c7e8fdc99f316", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9af180aac3b644dcb3528448dfd87851", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cffa3e8bb70c45018403caaf4b8e3e6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0ec26e86db9649bab5c8647cc2c1dcc0", "region_id": "RegionOne"}], "type": "application_deployment", "id": "52b0a1cff28e4b9cbb5829bee6366077", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3ccdb311b22f4d368b711e88d02ca985", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b4bf0ce9011846ef9d4b37db757d3b99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "484a72095f3e4befa2f81d5e2e8fc251", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6e8fa4bdb23348f4bfc0b7806764aefb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7e0d86f762a74283b212eb0834a36345", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6dd95db94e1d4cdf9747a991756fe493", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8c9b323b8e8e4b7c8459fe6a42740728", "region_id": "RegionOne"}], "type": "tricircle", "id": "92a63cfd3064445db541695d9319df06", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "80fd3004c91e4884be889a866270183f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1305ebf5c3f34c23ae6f4abdaa9ce1b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "51fbb5972673442ebb9466bb038a0c30", "region_id": "RegionOne"}], "type": "database", "id": "37faf79e274c48379f2e5854dc4dfc24", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ea09d922bbb74ac284d3d567ebb8e963", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7f934f7ba13f466ca04742e3d9ccbd8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d7fd7d978dcd458d9ee005027495081d", "region_id": "RegionOne"}], "type": "application-container", "id": "79e4b9b9151e410a99b73815fa696128", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f4f2433cbe4e448289cae58a6f3e627e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "66e9411ea1394982a2975f87df8c2485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a15a1e8326eb4865b0e23e2d4b10ed3a", "region_id": "RegionOne"}], "type": "container", "id": "fa0fc03ebcd3462580057c7f8955a249", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "323f25007e2744739d771666ce48ca8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7b6b947f95384b60b2e182b8430410f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "650e3d1f870f429e9755cd7bfe79a954", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "88144670ec674dde8725662ad2864799", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "575b34ce6df2436bb16b744faf425203", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ecfccf5a629b480a958725077f22c9fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "46e817b476094de3876ae9cc631f6575", "region_id": "RegionOne"}], "type": "rca", "id": "3d48dde9b0824325b413c415973458dd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3fd774596313491f921149a4032d72f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a1330cb4eb7e45589cf00eb4b04accc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1d5041396c3640c5b5c7b13dfb62f126", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d184cd9df6cd4b7e88cae996e5adbfef", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d9cb3d7728774f148e795d1551f47d43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "52ab22d3607b41efa9d6b82bd4c24282", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "631986d9edef487db151ef8e08d67a58", "region_id": "RegionOne"}], "type": "network", "id": "c9a001b8a6294f8cb3ab18ac5e6fd861", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "feced436e65d4f958bfd1968ccecd9a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c53f8721038c47888c593288380810a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "abc8f9bf3e414de386c5a43056c3d992", "region_id": "RegionOne"}], "type": "backup", "id": "50697b22ffce412889a255910281afed", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1d53f2318cc7477880fa7c5ceb231e83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a44ff9e8d3b24cb682165ae8f484676f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "034b32c033374062b4dc766a78b2a493", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d62980bf2e1d4c2ca03b6d6f7c1b3f00", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "02ae53766eca4b88b705d1ac9f74657e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3c3e93721a5b43fb8cc1bcaf63add894", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9458d4853a0c4f0d8e3d90eadb528904", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b397b122064d467d882b0afeb1661a84", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4216c55b4f064ae2921748f03dc48da3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2cddad9769ff4af2b03fad3f26ea1d2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5908dac838e14ded916ceb099334f740", "region_id": "RegionOne"}], "type": "monitoring", "id": "c5f884c7a43448e59cba4290539caac4", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9969f8febe5b4584a8991185daef2de2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4164af18403a423dae179e0634d47adc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f6fec30136764285965b5256f2737985", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "11e8c8477f8c439c99866c64bd233bcc", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "66e75593032e4205966058c67765bdaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6212f4803ac34ad39730aa94c9eb29e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "435e9732106f4e3a8e14fc412a955f5d", "region_id": "RegionOne"}], "type": "placement", "id": "7f520fb0e70642e08f1e3dbc5f9b9f59", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f4ce6561a7474fd28cf6d8978f0be608", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f26718c92c664ee78fe6ad3002057153", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c0c284faba4e40ceab7abc010cf37ef3", "region_id": "RegionOne"}], "type": "instance-ha", "id": "de7619462a5b4442a4133dca5e9f5ed3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4ad0ed3f490a42cea3ff4ddbd00c103c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9a752e9563f8433aa863f106939f7f43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2f10008f2a444d7685981246b7d2b60e", "region_id": "RegionOne"}], "type": "ha", "id": "c92928e6dc7a44a69fe8f26a5d59a12e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2ea610e46d8848149dbf2a0d97ae5772", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e5ac5ecb8acb4869b1bdc27bf31302e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c190c1656996419bb7999c6a9d03fccf", "region_id": "RegionOne"}], "type": "reservation", "id": "dbd19d0a8e04404a802809ed11bd88d7", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1755ca13358e4d12b1670d9b534ccb59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "adfa46e4febb49b9a5f901b37df2d11a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2fbad27507994401a9ecef6a54f93e65", "region_id": "RegionOne"}], "type": "function-engine", "id": "1366d8367de54a66999bdaf492d3dd80", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1a271734f40449beab9de5a77edf174a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bbbe6e0be2304105853001337b45d49b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b2778457b3da407aa4073e40ce82e239", "region_id": "RegionOne"}], "type": "accelerator", "id": "47275730c94244c084b7d234bab4f9a2", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "70d713c4f4cd474cbe3ba752ecfc2f3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "573138a217a049bfbce44d0c223e1f92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c117520a2d2b477b9c0c26c719c54819", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c110d01453d54603a7d74d2d9696fadb", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c7cb36f2848f442a8861810e487b2095", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2fe1c0e3eba0497392425a16166a1b9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b6f48b93c3264fd0939d74693a5b15b4", "region_id": "RegionOne"}], "type": "registration", "id": "041217c8526e4056adca10d11a8cd628", "name": "adjutant"}], "user": {"domain": {"id": "d8b766fca47f4bbeb6f1c43e73671027", "name": "f46d3b74cc444c0b805b4b9f82bbc8aa"}, "id": "87d2a589f32d4ab28776b7ecf4c21e5a", "name": "61c8cf8fd386447db23870a7d2c7c117"}, "audit_ids": ["68ce9bcd267b4ee08b82b7a81417c899", null], "issued_at": "2019-09-19T09:04:46.761718"}} 2019-09-19 09:06:47,000 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:47,006 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,009 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "type": "8a6a9ba9b3d24296bf025b3f8c19be53", "id": "c8e00e7800a844a4a04637b075cdfb0b", "name": "b0c90d1c639e491fa6c1fed786a43ccf"}, {"enabled": true, "type": "60c552e8d72f4ba79618be8ad132ad05", "id": "a558a7e4b74644be9b49741c9b0dc3d3", "name": "501deb5ce2864ab08f6efbab86f6da1a"}]} 2019-09-19 09:06:47,049 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:47,055 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,058 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "type": "8a6a9ba9b3d24296bf025b3f8c19be53", "id": "c8e00e7800a844a4a04637b075cdfb0b", "name": "b0c90d1c639e491fa6c1fed786a43ccf"}, {"enabled": true, "type": "60c552e8d72f4ba79618be8ad132ad05", "id": "a558a7e4b74644be9b49741c9b0dc3d3", "name": "501deb5ce2864ab08f6efbab86f6da1a"}]} 2019-09-19 09:06:47,100 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:47,105 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,108 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "type": "8a6a9ba9b3d24296bf025b3f8c19be53", "id": "c8e00e7800a844a4a04637b075cdfb0b", "name": "b0c90d1c639e491fa6c1fed786a43ccf"}, {"enabled": true, "type": "60c552e8d72f4ba79618be8ad132ad05", "id": "a558a7e4b74644be9b49741c9b0dc3d3", "name": "501deb5ce2864ab08f6efbab86f6da1a"}]} 2019-09-19 09:06:47,145 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:47,150 keystoneauth.session RESP: [400] content-type: application/json {16} openstack.tests.unit.config.test_config.TestConfig.test_get_region_no_region_default [0.164833s] ... ok {1} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_get [0.063941s] ... ok {30} openstack.tests.unit.clustering.v1.test_node.TestNode.test_adopt_preview [0.043281s] ... ok {30} openstack.tests.unit.compute.v2.test_flavor.TestFlavor.test_basic [0.046486s] ... ok {30} openstack.tests.unit.compute.v2.test_metadata.TestMetadata.test_delete_metadata [0.067500s] ... ok {4} openstack.tests.unit.config.test_config.TestConfig.test_get_one_domain_scoped [0.156155s] ... ok {1} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_dscp_marking_rule_create_attrs [0.068876s] ... ok {1} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_group_get [0.063890s] ... ok {1} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_segment_create_attrs [0.062931s] ... ok {24} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_ports [0.064649s] ... ok {24} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_group_update [0.064610s] ... ok {24} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_segments [0.064743s] ... ok {8} openstack.tests.unit.compute.v2.test_server.TestServer.test_reboot [0.076963s] ... ok {25} openstack.tests.unit.cloud.test_server_delete_metadata.TestServerDeleteMetadata.test_server_delete_metadata_with_exception [0.313681s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:46,503 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,509 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,512 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:46,516 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:46,530 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:46.439104+00:00", "project": {"domain": {"id": "b3cb65640d164619bc3486f7b9370512", "name": "99bc683103924993b3cc7f2e46b35ecd"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "fad844da1314410f8323178348551e5d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "37b0ae4dd3dd45cdbc9d0f8791dbc951", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4741e6638d054407ae20ac91952bb81a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "029869f2e70c4d96892f1fd7246fa189", "region_id": "RegionOne"}], "type": "identity", "id": "119c8d9da236444c9e09e4f1cb63aab6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7b15bd5912f64ff88cfcb0a5e81a21d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "49dc3e70dbeb4aa88e81f1c611711109", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "aab441c644eb49f1be3ee6773c3e2cc4", "region_id": "RegionOne"}], "type": "compute", "id": "6fb903c994da4b5a8cc74c851d1273eb", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "843837f9659442cb8958fb66e2647ef5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b6f977a241254aad84e73d71c224921e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3729b26819934a7caa314cbd1b36dffb", "region_id": "RegionOne"}], "type": "image", "id": "f2c7a2687e424a7eaf44545711b573ac", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "35cf4eeaafd94035b1941b0847cc0626", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bd4190627db54b12a03c2ef3f010b362", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c533e8fe40df4eb98cda5b651419dad7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "6b5404555af04b54896dbe070765c4f9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f0fa43406244a65a5c7db1477039623", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cfdd5ac5efd44ec393e2ace9ecf8d5e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ca6685af62f4173a21e18c15aa0e665", "region_id": "RegionOne"}], "type": "object-store", "id": "bb035bee46004727a3f16635ac01a292", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c91157bc01644fd591a96a5478e2b1e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f88b8122ff9742c6abfa9d0e4a87b128", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8bbb7f3dc12c4e3abc599848e6dae1f0", "region_id": "RegionOne"}], "type": "clustering", "id": "ad0f696131f147a0b2f4194521572a63", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ca790a8b77114cc9aff4df3f0ae01cc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7324bb65f7744848a07f6bc05039dab2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "29bc52324ea747aeb6c470e4a9ead3fe", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a4a8dda38e0443bd8aeb30d1f51d259f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7ca679c9b6074e139f8d4e65dcdf89eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "50a8549dcc74467e8e6812abcf4a3321", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0f3f54c76d0d46e7b84674393850c642", "region_id": "RegionOne"}], "type": "cluster", "id": "6665825f7a48408e9059dbf3050661c9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e8257605ed534e7680eaab0f7d44aabe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c583efd4ff2140caad397dc2be34c3dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f28966ef4ad04dcfa67ed4235c9eaf9d", "region_id": "RegionOne"}], "type": "data-processing", "id": "aaf5d37039824ad7aac8a8f2d65b9a16", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9f2d6e1e0e5841db89b8ff6bcdc2db62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8e96d9d472a14c7aa6369fcf3bad401b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "daecdea7e09245eea354326f36920f79", "region_id": "RegionOne"}], "type": "baremetal", "id": "2a29d41dc35e48b2ad33a941ebad36ea", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cf7aa2992cda4f68a4088603a268683d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d7200c87acf64466ae4b9a8c4ab02ff5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e284fd2fbb73408b92f0d820bf2a8736", "region_id": "RegionOne"}], "type": "bare-metal", "id": "9487f0f0e16a4b56a1d3c8bee692207a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f16ddf398fed462abfa39e630ad1332c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b6d4cc5c240f4dea95c997be2f416938", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "81705b4f011a4e94a0e71772d0f5c6ad", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0cf7bba3198a4d76ab330a121246f9fc", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "078f1931f4f3449fa4890a82a06c3c00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "15586536dbba49a3a1c76132695c76bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9b136bf88900430dbdde313dfefbec18", "region_id": "RegionOne"}], "type": "key-manager", "id": "a9b8627d15894690aebbe24bec58a778", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ceb2a2d863a147d99415608f86ac864c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "097fe1ab83cf4896aced3daf043da581", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "21a4c836e4524465b34e774f4e3e23a4", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d2ee3f021e2942ef9d4175a50c0f8ebe", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "41da5c3995634dd7ba18899219c4bc29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8c374fe43d9044f789953057025de78f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "65bd241bdfa149daaa3ea610b8625263", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8db11f27278142798e0c2db318e09a25", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8de1053065f44dc78d1eefed34e5d1df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3b06122061ae4a1cb5d206d57ea5adbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "58ccb374d1494bc5b9c76fbb8ded89fe", "region_id": "RegionOne"}], "type": "message", "id": "1736eaf062e44fc894302e4e357993b0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "30e9b48f17574110af840b697636c506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a81160d4ad13478b884b2eb7508e6ada", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b5aa9b9be82545d4859718813e20f236", "region_id": "RegionOne"}], "type": "messaging", "id": "f94fb902b6a74d9f859e785ffc426e96", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f1fd2647c8eb4851b02cdbf6885cc7bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8a93c3dc20e64bf690e793a5b582e10f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c6de9a4b1c704acdad1c7d3749b1dac2", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4d2d93bdc6a74cd8b962e84f29d63e4b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cd8eb8999d5d4605864f28ffe1fd640f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e867e0477c6e466ead1d90560535e2f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "818102b493a3483fbf1a57be7554771b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a0b8b53d73c1453eae9fe1a46419ce02", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aad270c846c94896b210de5aa1b9609c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a70de37262204cd6bc7d3e1d75d2e8d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "98d12107a12b44e789f96f2366ba5395", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "53c803eec8744a9d9e659d0f25d60b4c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a30e7b6eaf0d4f45aacda9aa6da9570f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cb0ab06012e046ffb8df9304e7d00018", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "22573875fe424442b42a121aacc111e8", "region_id": "RegionOne"}], "type": "container-infra", "id": "bfb138aea4054aedaecd91c5c914783c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a1803847fff74a14a64cb081373dfd45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a53fe75a30ef46a892d26ea4d004a14e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4ab12ee27b1d42cc8d4e1d407215d360", "region_id": "RegionOne"}], "type": "search", "id": "f3dcec563c1e4d5eaeffd961c1d6f7dd", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "da7c6eb900e4499d8dd3245fa628d1d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b4a637da579d4b13b49337bc17976dd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b47081b1f0084ff081280214e00f42d0", "region_id": "RegionOne"}], "type": "dns", "id": "bcba317ed67c41b1b2c8268a00062e63", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3196eddd256648b9971eced347f3aaf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7141a2efc539491b8ab756d771b680cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cc4d7b3054df4717874090be0b3530e8", "region_id": "RegionOne"}], "type": "workflow", "id": "bdd087d653e042e682b00ba6217084aa", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1608be49d584408e80b6fd46f0ab700c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "750689d66e8e452da8c5b48f5de328b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "36551f402ba64233bb4a595230ebb945", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0ec38f4215de460f872d68bd2c0c1de9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "bc99cb6270f94ddfb699c308faeb06b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7ae13a6c70634c04b288d2789c35939f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3a2bb6638e4b495aa83450771f3ae276", "region_id": "RegionOne"}], "type": "rating", "id": "5a5a226498414db9abd03b6915986708", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "56c049876fd04e86a47d6a87666e1061", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "71a9c346a64a4730a989e75396a19ee4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d5caf25eb803428089e472876d1d2bca", "region_id": "RegionOne"}], "type": "operator-policy", "id": "3fcdfb929d75413b986001c0bdd55984", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0a29a464eb4749c0a35875325a899a2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8406550f1eee49969379b5143eca534b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a5b057bcc9d94dd585daf30cfd09adce", "region_id": "RegionOne"}], "type": "policy", "id": "0feea42e81ab41419a6268e96e4caccc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c5ed0d318c9b479caa0b1d52215052b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2a5b7fec1a5547ebaa7a68d2bdbaf93b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b5aa29e292754ca4919284ea4907911a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "df8b8408992a45efb12969c5a4566884", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0cb50225d1244476963e1cede8333aba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "882725d10f944b46a2d7c2bb91989cd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f4f975f0d9ae481e8b6fb029f59d4682", "region_id": "RegionOne"}], "type": "sharev2", "id": "d8bc9beaa20849fca616cba582e8c662", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "68dca938020643babf70235fe10948d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "49ad564885184bc69bf522ea448c00a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6ec6fcbeba524d98b2cd052d3e77df5a", "region_id": "RegionOne"}], "type": "share", "id": "e3ddba9f1bb94b03873bb29f7cd25a38", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d069e647b46b4a63b2f92a3c7a27124f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0461f647ccff4754b4c34cdc196c4221", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "18f25560f3aa49e49e167732011621a2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "dddc9015d74244a1b21afd5b757e60da", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f530d558e55442bb10f5214bb097cfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20bfea1d69da45e6bcbdc27fb4121e78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e8d46bb1044450fbfdaffa3db5e999b", "region_id": "RegionOne"}], "type": "orchestration", "id": "92149d8cda534ef29b9731c6d4f88357", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9183529c312241a5881d4d5a56a08ea0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2482945994e41389378a5aecb5a475d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20e9b0137ab242229cc1e0347e296fb5", "region_id": "RegionOne"}], "type": "block-storage", "id": "7b714ecc118d49a8bd09f391fc3ff251", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c52e5a1b77a1466fa92b938cb7a8b084", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce0ff3e0d4c040ec86d1956e75f2e3a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "03cea8318e604aa69280fe8ecf8f0d60", "region_id": "RegionOne"}], "type": "volumev3", "id": "4370d16ec32b4f8386f2aafc68664a0d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d907bbc9274a4a6f967b40bde6e4a390", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed09a8a6c6574d16b7241ffc931b9c84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4649790ffde47c28638b4e4b8b7a800", "region_id": "RegionOne"}], "type": "volumev2", "id": "3d5696a79de648368c090a13bc70d5c3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c3b97373a4f4bad9823e4afb64a95c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "492eeff615ee4d42af06b509890c30f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad1691df092a460bb14a4a36c2aa2183", "region_id": "RegionOne"}], "type": "volume", "id": "0ce8420f9c684e8da3c63d57bc6dc3fc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ad1d6c1cfd24ed9bc9dbd1a02f37549", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21cac6f4a3a740529cb30c109509f5e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef6ea7cb0d2047e3bbf6eb7d1d3274cf", "region_id": "RegionOne"}], "type": "block-store", "id": "ea14479e38af4036968f373abfbda2b1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3e4d0f03957e4087b36a02dde5ddf17f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "49090a7cb1a74a91a8fbde7b9572fc39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0fc8b5c5000d4872acdc5a139af7d480", "region_id": "RegionOne"}], "type": "alarm", "id": "9991ba2ac66a48f8aa90708ab995d9d6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fa5058fa9f8c40308838e0a8f914fa3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fd42182825ff49de9c6d58301d855e74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bdf9665e5b1b4354852fbb1a000c3ef4", "region_id": "RegionOne"}], "type": "alarming", "id": "3739e0e46bf04c6e8a3180fb8a1116c4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "da2e509fa8cf499e9e48368b94bf911f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "58106932e9844c9f876d3e4e452ff6d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ea0f21a430354f1ca0ab3d967df0c96d", "region_id": "RegionOne"}], "type": "meter", "id": "ebfa154ddd534d5b9779cd9fa3e2551d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "36020394356f47c1a7452b1252b80a1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1d0b15877f1b4e2ba1053c3996bb3c3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9b1ccd330bf4455aa33e388839090b92", "region_id": "RegionOne"}], "type": "metering", "id": "a26c4aaeb780492f9b6de8d23c8449de", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1e68b97debed4dfe9d400a196d5fe1b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8f686ad040ad475ab83641560d4ab386", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "589fee4cea2840ec80d65bb46c75c559", "region_id": "RegionOne"}], "type": "telemetry", "id": "8d622b40290d4980803e46cc4b1fb503", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c3c62bfef4ed410fab6d724251523b7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5b5d57c8438843cb9c24e8844b906875", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "29d789d4f5a54476a765665784eae7e3", "region_id": "RegionOne"}], "type": "event", "id": "05feee7a60c245569904c3c062ed4e83", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "46644cc4e315454b90a79966eea3130d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e5bfbb6ff4e749c5afbde6a1788b7274", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a89f9a6c9683491bb9cc1c9f69c83a37", "region_id": "RegionOne"}], "type": "events", "id": "02369dea41574e26b7c6028a9e178d6d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "24f71ff74d2448a8b985fa750d78d12f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "649d2c8c47f444e2bf26ddad12ca5990", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "61de238a6dd746ffa919ff29b9db5542", "region_id": "RegionOne"}], "type": "application-deployment", "id": "107b910677cd426dbbb42ccbc6f55c0e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "18c33e7f25624573804d7385a008cb87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bbaff4cc9ca249d0820f1440d09d6392", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "aa1546f9d965434d9620ffcaefeccc40", "region_id": "RegionOne"}], "type": "application_deployment", "id": "25477444b0754ac9a00ef8633e0b4c81", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3b4a3a4d5c104c6a86231c9376fed770", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e13bccc530da4f6e81da72227780c9bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9de5d171237543cf8fe7ffaa976e8f59", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "21329953769e4484b2e63f062cb7bf38", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8dfcf09e02da49289d3fd8ceaab3f87a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "437bcb52cf1b44eb9f3db5257e84aae7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2733cb1e9e084fbd9edd0bf19a51d63c", "region_id": "RegionOne"}], "type": "tricircle", "id": "f676d7b81a3e4282a81e7509fe347b35", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5443e7c36d354e4d8ea92c02256c5c0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "88b70f81030d49ba81269738151bc530", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "cccbadf128614ca9a2f5365bab218294", "region_id": "RegionOne"}], "type": "database", "id": "e572a205e9844212ac55abb191729747", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fdd20f44ac5742a7b4510dd7f8551c4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "23da951340c14f45a1fab9beb3282689", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "86c8568881414d09b7121692d9a67ec4", "region_id": "RegionOne"}], "type": "application-container", "id": "d27cac2e86a941a29ab625816cef4789", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ce5fa29652024495896bdcf0c19b4da1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6508c71cbee6477d91b21c5890da556b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f05587d702bc421098118e2b4f7ad9bb", "region_id": "RegionOne"}], "type": "container", "id": "1e9a0da2ea1744418d3a67d94b1286d1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5965124b1969420cbcd82ee5f610ce3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d683ef84adcc4ffabf46300dbcd2e4da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "15512b933c9c4512bccdd9c7e616d9f1", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "92e861913d4646648cf75c130e8603dc", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f076dac4a661455798fe113e440f1c25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "280e3aa545f543d89c650efdc74ef11d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b01427dd708541b48179c00f8e2cf3a6", "region_id": "RegionOne"}], "type": "rca", "id": "ad62edd8e19140bb9fcee0a27ca053fa", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9d4e35d0fcc845f7b6ca6960a3477dfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "82ab30a175764943a18fce49c32add94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "0ac3cd0beb2c47989b4d4475595c9d1c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0b09cc11d6da481fa98f02458d4a8271", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "8237901d9bd0410d87cbfc755fcb155f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bc9ee998c4724ed98a7ca84f19b68a92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7be9bdaa5ba54b10b7e65764d6e309f1", "region_id": "RegionOne"}], "type": "network", "id": "b024fd3537114fac864a93fbdd92beb9", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "b15bbb6bc1f54f09a323111fdde340b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7bd6bfc5f804498d8ccc89034fb7e455", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4d9c065bc0e74c8db2dec7d316b9d63f", "region_id": "RegionOne"}], "type": "backup", "id": "21d5734e6b2b489ebb7f8abf0b50265c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9e282e7def3e4d448c1028f3760815a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b9025e195784454a98427f6744a64ff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "681c699b8ccd4d1e9855711d48d3b0dc", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f9054196d4484b5984197f1d3df695d1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fcf5e8c3b1554608bc5be66477948df9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3ece1ecdb53849d9a3577a987539ab30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "24e2c599669c481c96a54aa4c457bbac", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d9ac88eee86d43f3a1e021aa453c9e7e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8219a7e9b342435baf8e429f74183bd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "493beca1536249cc94e7e841d2baece4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "d9a3a632880a42fbbdb1c1cec516570d", "region_id": "RegionOne"}], "type": "monitoring", "id": "7c9feaee73bd462ba405091b024b1d8e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3a0978c55e504e42be3661d6579e4c03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "526ca77ca2184623b0eb406c42145686", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "064f08e49bf444c08362e7e08d71f2bb", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ad45e9b1826348b7abf5762aa2e6e218", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "34f8a8606fe54439b4dc86be7db8295a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9158c92b8cbf44f289b0b86d17349fe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "653ae3b210f34e1ea86463ff048907c8", "region_id": "RegionOne"}], "type": "placement", "id": "a383f8eafc82477da1a480a892b1dd1a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f54b51f833664c6281d6c2999272357a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c8f3317727a44aff82331c045916626e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "933d7465e6c74366ab2b2e7ce6e563c8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "50c42508bda74b46b88ff10d2c6f3108", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "837b900eb3b04e1485668db94599bc73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "43731a1f75a74700b5c2cdebbcce553e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "82a8f48a092347da9d17f652cea9ddef", "region_id": "RegionOne"}], "type": "ha", "id": "017601a5acbe4679be931f4d27edee18", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b46c8038381049ac99ced251fd194c98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "fda04600c75a406b80de6babad80d09b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "2c15e3dcb8aa4e13b2d6254cad063554", "region_id": "RegionOne"}], "type": "reservation", "id": "738eda66fbb14b71a5c416854e6a460c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "aa6013afad6c4d07ba0977dc94061e7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2317aafc8bcd4c5cba143ceff16d1969", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "bc7f109d42034ab8a635b3685f2fcfdf", "region_id": "RegionOne"}], "type": "function-engine", "id": "77e056b6819c4b81a3f38e534529ec2d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ca1cba55a2e34f61a35789e62916a0a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b0a3027d2d004f688777b2aedda91fb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b8535cad4a5242119900b2261206347a", "region_id": "RegionOne"}], "type": "accelerator", "id": "4a00d7ff89a24b4a971965b61e2aca5b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0511d748396146f0b2c2a877d23caac5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e2ecf1566ff04d2b9ec3c4d31ad9ec28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c0c5e2497e5f4a6a8fd42fe28074884a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "edb7bb9bd25c41e3bb3b6c36598f4684", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a521b63079974714970080b793d10277", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "89e21433e4784426b40bb1be3f2275a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d54b916cd2c64415acaa122fa959bcf9", "region_id": "RegionOne"}], "type": "registration", "id": "da8582b654a24758a55a4e24a8421e1b", "name": "adjutant"}], "user": {"domain": {"id": "50c0707ab8cf4d5aa0139a202abce44b", "name": "104ab205fd0f41bd9ebe5813338c7118"}, "id": "f4a5b8104255406b84c20eba4e975ecf", "name": "75496bfe845344669684a1505df3584f"}, "audit_ids": ["ced25f2128f14befbe683bb8758fbc3b", null], "issued_at": "2019-09-19T09:04:46.439104"}} 2019-09-19 09:06:46,650 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,656 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,659 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:46,683 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:46,690 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,693 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "97d6d72a-2985-4be1-b7af-b030095378fc", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2019-09-19 09:06:46,739 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/97d6d72a-2985-4be1-b7af-b030095378fc/metadata/key -H "Accept: " -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:46,745 keystoneauth.session RESP: [404] content-type: application/json {14} openstack.tests.unit.config.test_environ.TestEnviron.test_no_fallthrough [0.168331s] ... ok {2} openstack.tests.unit.network.v2.test_address_scope.TestAddressScope.test_make_it [0.066244s] ... ok {2} openstack.tests.unit.network.v2.test_firewall_rule.TestFirewallRule.test_basic [0.002107s] ... ok {12} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_endpoint_create_attrs [0.064225s] ... ok {12} openstack.tests.unit.identity.v3.test_service.TestService.test_make_it [0.065585s] ... ok {12} openstack.tests.unit.image.v2.test_image.TestImage.test_make_it [0.076893s] ... ok {12} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_task_schema_get [0.065428s] ... ok {25} openstack.tests.unit.cloud.test_services.CloudServices.test_delete_service [0.396716s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:46,831 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:46,837 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:46,840 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:46,844 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:46,857 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:46.763905+00:00", "project": {"domain": {"id": "209b85a419c04b7ba7ddb7885d068e94", "name": "9c9d48886d8e494199fffdc07560c577"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "cbd09d120ad1462aa7fca8354c0f4efe"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f2d396d52af943888800a4823a35df17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "60b6d9b97c4942a590e6eb6962d86d67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5b6ffd1e1e414f20800fbc2e2f2b4c3d", "region_id": "RegionOne"}], "type": "identity", "id": "ce4964e471094ad495578503498e59f2", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6605db4fc2ba43ee869bb1f35ebcec48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ef11492729284017be8b1bab4b74d027", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "957bc2edfb0942f0bda96c99587b5060", "region_id": "RegionOne"}], "type": "compute", "id": "bbe3042ac3c141a3ac29a70c3176166b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9db175c0454d49bbb6fea3b427eb7448", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "28cdcf18fbc847f8afae7fd0456fa197", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "7753557b6ab641f79f3618b62708cd2b", "region_id": "RegionOne"}], "type": "image", "id": "bd07933bca9646fc9fbb3f14bf1f408d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f0762b8cab9b4fbdbc0df47736f1883d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "302d91923cb14220a1fec3f33a7cd01c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "92846cdd12d24303bf87a873f664a786", "region_id": "RegionOne"}], "type": "load-balancer", "id": "08e6405be322462eaa615fc7efb09397", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dad54c2ac6974180bfc6f3008b5af810", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12283ba836cd463e86ceab61e38bb400", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c9b70ee5d514aaeb9c4f97bedf1a9a7", "region_id": "RegionOne"}], "type": "object-store", "id": "72c420ecb4754354a0e6d93803cd41f1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5990c7dce05d45f88506c341dbeafc45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "02456552c983439a9044b7446d1ef6ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "05a4cea5e898437e8b7241fa97efe5ec", "region_id": "RegionOne"}], "type": "clustering", "id": "d746923263804f0992e38d6a773cf68f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "63bce972dfc743fe8ba9841f76cccf20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a3cb85fbef2543e99f3ad45ac440719c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "010769b3de1c4bd7a84a27a7ae24a8df", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a8a85647d7b24d9794b98aff6e475ca6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c7fd20a95eab483584ede894c3f729e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "08de878c179f4d4198b24351be512cec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e657f57057e94ae0988f4564de6b0379", "region_id": "RegionOne"}], "type": "cluster", "id": "f091c214649a4a51a413f7285b1df72a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "db37b12c21fd49d7a8f80e6f9206dd1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e4b273392c0e4d01a03ede83eaca1108", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "eccb133e1f08410788377c76f88c92fa", "region_id": "RegionOne"}], "type": "data-processing", "id": "8a8b30d028754a6a9a460c79d2c4a0cc", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b10c8a1a16d049298bf85ae225142fb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1168ce17127a435cae7f2b45de73ddbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "526dff2be47c43e8a14329787132dbce", "region_id": "RegionOne"}], "type": "baremetal", "id": "6d6f1821ec76482a8c3419a2f5b0df0a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "84e8552eaaf94678a91b5f72d9437adc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f110de0128ec4f86888bd74eb9f69f42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f88f32bcf5f3489a8909cfd3f08409a5", "region_id": "RegionOne"}], "type": "bare-metal", "id": "232971e9127a4909a763c0093f64d10a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a3418a2de426417ca2c1cc48049ed8ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "373d2512b5464641a15482ca1185b611", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "62a040e20d9a43999b552a5f32a12259", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5e6e08a203484bd7b7c87a2707a91417", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e3e196acf3f64567826351eb1bba4225", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "50bdd1f8a54d4fe59a56ad82fb6b0085", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "6a655500789c462c89737ca80b5e32c5", "region_id": "RegionOne"}], "type": "key-manager", "id": "4f2f1c2d8ec246cdabd881cddd88edfc", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d34a0683e54b42d887d2415f603962b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f9b815d44ce747d69ed044905747a284", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "02faff70cd364e23be8b05d3baacc428", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "8f5da2f07ec74f21836c250fef6b9820", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c16846f45b4a438aa751d714789cb065", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a72c6845e2644e84a8b62866e9d3f928", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cf86c55119174d5d935d6edcba648d35", "region_id": "RegionOne"}], "type": "infra-optim", "id": "7b05e4b26a0e4f0197e8056245504808", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4ac185e6139846e589972ebc0a7e8f8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3020d1f40224405186ec939eef5cc970", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "481ac482f22d4a1987cb498c8821559c", "region_id": "RegionOne"}], "type": "message", "id": "870c742a79b6416f811cbdf56cfcab9c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a5ccacb85e7947b4ad3013889335e1d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4e8c401dfbdf45fb93292e41cbd5bb78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "83053b6c66bd45f1be88450a57819a21", "region_id": "RegionOne"}], "type": "messaging", "id": "f7a68dbd42784b60b57476c68bf38899", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "65f92811f67b450681c0b62789810874", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c8454eb8ac774472a1e9772103c8fd78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a04771c90a204f1780473140e8f5d8bc", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f24b42eb1f3e4ad8a4c72a21e8646e5f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d9f572045ec471a9ef7a119068a43f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e9c54d3fcc4a4232aad41f2af95d7436", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f537a157bdb94d1989a5adb2b184a17e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "77203d45fb4248dfbbb55b84b0b254bf", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "122e8090bb5b4794a1c50e4b633441bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1627adbc1cf649679f9cd1f9c4fdc3d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b784ef0f540b4753aac87b3de5a19ed2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d030ded6c739416a99306fe847bcd88c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "06cbc274643449b486a0705d0226f536", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "00b0da66c21d4c6e8a43cf2cbc467860", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "163b6acd876d4dec8c7736851242f288", "region_id": "RegionOne"}], "type": "container-infra", "id": "da1a3820f6da454d8aafcc8c91a7c0fe", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1f7d6296801545b4a8b7c9b83c0731c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "79efb01c03cc4e1a9cfa9792ac7b2e0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f8db560d99f548d2bd86ceecb07cfe38", "region_id": "RegionOne"}], "type": "search", "id": "13a30c82850f41e0a673b7ec2c15b2cf", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6eeb81df1e8e4479aa3d4e08a07c98bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c6af393d20554b79872ee36dd53f4c45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f08164515e0f43d0b072e406faf8f22f", "region_id": "RegionOne"}], "type": "dns", "id": "4b31781ab0704adda3af61b94a0c1ec7", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "68404071bab54453b5112df80015f695", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "737cacb9b50e40109b617f78b5697aa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "234e90b3b1a04ffd96600fcb6aa2694c", "region_id": "RegionOne"}], "type": "workflow", "id": "f6377a41a8e44989af922cc8301c4238", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a05de38ce5d54fe082d3d60c4e0bb456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "65c695578a32431798aa75356fd3d76c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "97a3494261af433fb52ceecf4d8c315f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4f4ea746aa2a40dd87d09e784e5c3f40", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9afcb57061594d0ba06d582c0f3f8293", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a2d334eb3975427d928cc381d786400d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "efe8b3ccb75847e09a4cddd00b95691f", "region_id": "RegionOne"}], "type": "rating", "id": "8c7a443e43924bd99aa8ea30a8e35167", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8ed3ff36e00f4522abc27aba07bf9336", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f9a1aeb87862496da3f717f8c50ee157", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "875c18c5398a4ddd975ff8379db09c91", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4bdf27e7e1c844848d27f5b05d86a6a4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "008adbd8e1ee4180bf15673d8ee7cf4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cc4b3aa3b40745ec852875ed116ea9eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "aa9d7608789046ee9988b46dd740ecd1", "region_id": "RegionOne"}], "type": "policy", "id": "ecf19fa8de9e401ebe3e53755fe1577d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d6a89b55961b4a63a4c44c0ad58fab4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a8172288d1f941a19a2b447de7507c6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5538b88bbcbc47c98a86d38eb8cb8ffd", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "18e43fc8ebc14b64b5164988ad267afb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c5e8800dde284df384c6b0331e84d6e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2f753f2f67624179a3759de584342a2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7be2568947354de0ab942538535dc872", "region_id": "RegionOne"}], "type": "sharev2", "id": "4a068c3058f34fbcb0cc9add9edad237", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d143c8535221458887862935bd67c9b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3da93087e56f4422be81f684fcfd896e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7f3a2f831e3f4f34870bc8429b0fe0ad", "region_id": "RegionOne"}], "type": "share", "id": "657a3b9dd1ce41a084caa9441d87ef33", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f21ca97e8a7642a7be8bf64cfc07e7fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8bba4e766a58444b84a39b68f8dd6c54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "91552578ef8e4574806015904ae9e65e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7fce34a910f346b793c5c49d81893de7", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61520b1984934fcda024d75e5cc88509", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65886b5206d64fd28c4b4086737efab7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a71aa66b18504bd0a020b88bea99bda4", "region_id": "RegionOne"}], "type": "orchestration", "id": "ec1738ad76d04aedbb5693239910ff9e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5d63ae0aaf64d389f28a19c04d7f9b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1d81ce03b86443388df33e489688557", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf1dd4a1aaa84f0787703912afaa8ec1", "region_id": "RegionOne"}], "type": "block-storage", "id": "e1e5e1a88683407ea18a824121593071", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f5f2bd92b7a4346bdbc0b4f2832a1d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74c6dc7141624d8ca22e47a75a18490f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c226376fee74cd68ae08eab413c8af0", "region_id": "RegionOne"}], "type": "volumev3", "id": "aa70482f770543d189ff635a5b7773f9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66da0e3fe96b4af9b28b8584e3938961", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "033797211f9f42cd9f20230accf0249c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8345beb60934eadb36b2f6056a0f8dc", "region_id": "RegionOne"}], "type": "volumev2", "id": "b1562e88b5bd4f03a6b8d3421bda6f27", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d38029340558432ca8c5056a84d04ad4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b056fa1c9e04a2fb89316d242fea2e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85d59edba5d946e3bc795bfebaef2d8d", "region_id": "RegionOne"}], "type": "volume", "id": "ad203966cb0c49868e532c6b5b57096c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6e357361807465a8de18249e4207bf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb8943c1fa384305add69b0c5b149bb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f59989ba58a345bbb105c9464031545c", "region_id": "RegionOne"}], "type": "block-store", "id": "3d4d9f9fd0594aecbe94e7241a3fc653", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d784465ff24740349e65afbc0027e306", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "059e289fa6c24029b5c3eacbc087f31b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f0d948fa3aa340b99b7378616d2b4eb9", "region_id": "RegionOne"}], "type": "alarm", "id": "eef1cd078cd444e39029e405e914bd9e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c239589518e5430abb0e4f82b9246b28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fad74e38776442db9adc8759ea774dcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "182cdf11269f4055923bdb2669bc5ee9", "region_id": "RegionOne"}], "type": "alarming", "id": "30c6286796404aa7845f6f90de359119", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0501ce9adf774cbab58dd8b63648f634", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e38017a7177a4b4ebeff2650dffafd58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "17e9ec18ea614ac0a38e01156198bfb3", "region_id": "RegionOne"}], "type": "meter", "id": "232d2050a9dc4707bccfc3550170c91b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "51a4be57b70c436aaaf9699a468e9ca2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "84c2358e08ab4c27aba0ab7122f50b48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "69f763e9ad104cad81d08489915a8b27", "region_id": "RegionOne"}], "type": "metering", "id": "7830311250004490b0732b18de44165d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8b192d875e894764a9d968290d18f94c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9d655bcd66d64737bc0cfbdaaaf7c060", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6ffc389227a140a884ce7a2c14afcdf1", "region_id": "RegionOne"}], "type": "telemetry", "id": "8171a5b8be034eb28216f810df0ea8cb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f535a821cd4044e0b0224d927a95e685", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2436cfc6b1db46ba93e6278acaeebf5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c847061b6c294eaeb13b3f573b3d5851", "region_id": "RegionOne"}], "type": "event", "id": "ae09249d00074a3b960927472e9cfddf", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ab12fe908f4a4e81bb85779bca1e70a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9555f3e6db63480abb2ee41643b34304", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "81c22f677a774348a604d275ecdd8c29", "region_id": "RegionOne"}], "type": "events", "id": "3e54321c636443e1bc8e5cf15fadf319", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f7adaec45d144c8aba46e84e73334d6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c6150f82eca94794aa29d08f1aa8616b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "843fd6fc5b994a5d9481f74ea3bdb7b4", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3a9a5feb43fd4a92973fac37e840ea5b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "561ebd58064846818b3646a98133468b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9f356e7aca69491d99acb4387234d910", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ccdbe78002cc4ffebc2ea7f93bc430fd", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a2dcb8e7f94a421f8eb66d45e4426499", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e6e1cdf4fdaa4cf9a951a9f34005b74b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ad73497d8dee47449ef90ec60e436b17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "090841c87dde424383cc147fde9f2ec7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "fcd3fe4f5fdf4628863581eac2df3f3b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b89b783be4114b99b8d8aaa27e16f71a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0763cfddd3fa401e94bde42377c53eb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3201475e19e34520b4174e75945db371", "region_id": "RegionOne"}], "type": "tricircle", "id": "6cf0684f21dd425b91b3020f51945438", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "bcc9f4095b4c419ab4035b36c2dc2374", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "38a638b47c92439680826b779c63cce2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "203594e20f624412a32ccdd5c829aa23", "region_id": "RegionOne"}], "type": "database", "id": "b02dba2d63f04865b2b3f11c95dcf5f3", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bbed1cfa3a974c47b13103d5cbfe1901", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1d93c078f5644cd6a9f31d2e3a8cee8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c8858cc0488b487897f441c0bb568cd8", "region_id": "RegionOne"}], "type": "application-container", "id": "05f7826df8d9456e81ba12df52ec5873", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "198a988946dd4eca8a21b64166438ea6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "aa54bf297a0e41dc80769e7b88633374", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5cd05a1abad7483692906410961b9e38", "region_id": "RegionOne"}], "type": "container", "id": "ef21239db4124ddaa8a41491cd6862c6", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "efcda99e3fa84f4d8ae218c5ac46b47c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "771b0c6f03bd47bebda6020d1ee09f50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "76de92806f4840238dbda645929774cc", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "28bd19b4bd224c959fee7d790d74093a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fc6a6d220e2a4f1a9fe6a74bc3cb4f48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c584ebb4e09d4365b4ed64ca19a4f49f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "53e1ce0699a748bd857a4b8384caf716", "region_id": "RegionOne"}], "type": "rca", "id": "adf0c2a6582f4815a73ccb0b07fac6d1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "897d50f2df5b41bd96370b019e327508", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e8013ec25863448faff1b1ca0726c3ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b7e431fed11445288aa932bfeef2f8d2", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2a9dd78032d241f1a92f6fc38ee225d5", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "501bcdb154e540669046ca381cd52435", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "86bed2514c094c6a97a5d6f4a431d6dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a00521ac75d54c10baeb42b6442f4e94", "region_id": "RegionOne"}], "type": "network", "id": "8d0689f3280b40e8ab6a734c00a5ce6f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "39160af410db42fe9f2be11db8830964", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "02cd46c9da3b4ae5adc6bf713612f4b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "fc51ce1d351244adaa39c7eb0bf0a906", "region_id": "RegionOne"}], "type": "backup", "id": "f473ea0d529d47de8f10ca03874cb8ec", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6310dc21d813467aa92c8aba0b4c42bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a6f0f3d4b1974f3db662faff422d8674", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c4fec7be9e554348b7a13db09a57247a", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "dc136855032b4e40b397cb8eaf46e026", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0dcaa7f23aa2468f94d2a077c20e4ea0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cc5025fa6db1494e8143ac502ef7c764", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2faed78f7425445aaf005eeef5ef5e7f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2e8c7546d5004af59793b0b4cf19dce7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b8a2963630c345e6b5ef9eed1123e060", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9d33e16c6d7d40d3a30bc4494dd0abcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f829d8b3fae74e5587c1a6bfa7932665", "region_id": "RegionOne"}], "type": "monitoring", "id": "f5bbb3d2bdf4463592e32994b51da1fe", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "660872d5143342b3b48df3ca9d78c14f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a0f722e042e545b08200082f402b4c8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "58fdea2d4bba4401a5b46efd3e908a29", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "22258c4165104b9db4d00ca19f48dbce", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "56a0d025cde140c59825c5663c8122c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "e383d54d210245df88a51684cb36da2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "246505c2a00548639d02327c5f244d33", "region_id": "RegionOne"}], "type": "placement", "id": "60740fdce5a3426d847ebd4982d051fb", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f0635ccb62a54f19a0d8fd71e0ed8690", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "64452d3bfbe442bca566d0a8b66a576a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fb33771886f349ecba200ab45eb319d2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "30947f3c495b4eac8b5cee6a75f52e68", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "14a47ff7596a470f9ff47b9ccb17b935", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c0275955b51d42048067fcfd3710c2e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2888b1829c3647068cae2a2dfe1cfe17", "region_id": "RegionOne"}], "type": "ha", "id": "730709d5bddd4883bb3fe1ebe2a39355", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "324fc04b0400472a837fa5e2dfc2b9c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "264298413f274b809c4f29b4a56e2c17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1752396494b44376bc07674f141af8f0", "region_id": "RegionOne"}], "type": "reservation", "id": "9a7599279cf84a7e8faf9aa7637391b2", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "95871921a70d4c3ab956023b2b52fe5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "05892ded744746849d4d7e60401b6279", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c8e17832164e457fa855051f94497752", "region_id": "RegionOne"}], "type": "function-engine", "id": "2afb6c6ace9b4f49bfbabbda3a9e8e33", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bf2fe8e536294746b0f3ab5a7c08d8ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "47d2dc71d45040a0a3641d0f1f5fe179", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3525e406c27a46feaf95558907386180", "region_id": "RegionOne"}], "type": "accelerator", "id": "194009514fe941909749de85cfd0b1aa", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9bc62145d095476d9e3239f410924f7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "633c260f3f7d4d5b992e0ba95388d6c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c031c755bf7f4fecbe7eb947fd4c5cec", "region_id": "RegionOne"}], "type": "admin-logic", "id": "5e28d36ce55a4136888996a54836ce63", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c2f7acbfb09b4776883768d16d51d11a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d33e6c2968064d1da1d52afce40016c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ade9339db1624df1bc9a8d5e2ed30799", "region_id": "RegionOne"}], "type": "registration", "id": "3fedfe042e144982a5285ff7bf960737", "name": "adjutant"}], "user": {"domain": {"id": "0ec2d655fa624c949cf5d3aaf011762b", "name": "b5967979cb6f4e17b4ab10b12c91cea3"}, "id": "4c3dbb4aa13d48bdb619b70e1b565808", "name": "e21696935acf4d71bd47260f6cb5e132"}, "audit_ids": ["dc72291409d142fab7a69ae0b4636fa9", null], "issued_at": "2019-09-19T09:04:46.763905"}} 2019-09-19 09:06:47,003 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:47,009 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,012 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "type": "fd54c2cac53046b5bb9e4c232e070c5b", "id": "226579bd3a0b4ddb82b61d6542e14221", "name": "03bec28cc7784bb38a745dde1c990e22"}]} 2019-09-19 09:06:47,054 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/services/226579bd3a0b4ddb82b61d6542e14221 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:47,060 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:47,098 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:47,104 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,107 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "type": "fd54c2cac53046b5bb9e4c232e070c5b", "id": "226579bd3a0b4ddb82b61d6542e14221", "name": "03bec28cc7784bb38a745dde1c990e22"}]} 2019-09-19 09:06:47,147 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/services/226579bd3a0b4ddb82b61d6542e14221 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:47,153 keystoneauth.session RESP: [204] content-type: application/json {20} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_user_get [0.065773s] ... ok {20} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_policy_create_attrs [0.066228s] ... ok {28} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_bad_region_argparse [0.172930s] ... ok {28} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_database_delete [0.053727s] ... ok {11} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_get_endpoint_from_catalog [0.243495s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,173 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,180 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,184 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,190 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,205 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:47.055005+00:00", "project": {"domain": {"id": "c3ca68bc9fdf4f469471ca462a8dcc3e", "name": "e27a404fd4524cd5931bd786f9ef8e98"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "06f8f05dc0fb4f4ab9e9b0d989ec32ce"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9c916e29b29643be91a377027cdf3a93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "733e0278bdcb4b3b8aa4ba1ec756f2ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f45ccd1dd8c544b08cb0eb5d798545ca", "region_id": "RegionOne"}], "type": "identity", "id": "64c4d2ea5ef948ab801c7e7541a0d410", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8f0e0aab1eb94ae3bfc13709ab94a666", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a617e40f891e4b32a2c180e8b35474c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "9bff4f4038164e8192ce16edeacfe432", "region_id": "RegionOne"}], "type": "compute", "id": "ea81b13fcfcc4eeb824c7af852c10408", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a69ef6ce879d403dbf5c47f9b5e352f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "52482e4d2df9438590c061052be37502", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e2d6a6ea27fc4a9e9d25d4d170b60bc8", "region_id": "RegionOne"}], "type": "image", "id": "1b6ba31f30e243c09a6e45d585b74d85", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "031dc60db4c94537b6c7ae56be02faa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a7e86b0b433149049d4c3924e94f166e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "df0617c80b584b29bae0859f617cadd3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e24a372117ab489b87f96f7f4c4c8b12", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73cf48722a8845519d074ced2ef323da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd4402fa9b6f4372b0e2c70674e17c52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5166513183004835ab031d970520f15f", "region_id": "RegionOne"}], "type": "object-store", "id": "2091a6c99d9a4617b7c35e45c5ccace3", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c694ac1a043d4ba2a03a9cca558fb484", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "002c8f6d530144dab68decd7bdfe0836", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "74553f8eaffa41b09754f5426244ad65", "region_id": "RegionOne"}], "type": "clustering", "id": "b5bef95736f948f582b153ff4a6e037e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1787c93c67c94e09943fcb1ef9c7b8ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "16fbfbf8a770418ea8088828017c52df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "304ac86cb63f4b4796a79961d5607b68", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9d1f189550b74287b70a286867df979b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "478fd8e8c52240daafc1c56ab9bc2661", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1a4899d04b994f66b14683bd7fcf7b29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "235d96b105d34c88a608d8cf91c922ee", "region_id": "RegionOne"}], "type": "cluster", "id": "985f6a283d3b445793bec35878adb977", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "290a2d5e0a7a4458b89ab341c7f53330", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f633410e842240558a441106fb9a5ff3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "001c14644bbe4d21842697f759e3a6f8", "region_id": "RegionOne"}], "type": "data-processing", "id": "b77b37e1e26f4cc3a7bee39fb2e4846a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "de9799ee203b4f8a8b3c7be82c3d5e16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "040d0dc0237b420ea0dfe962ef76a8a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c1077ccf2ff94fbc8c95db916d1eeea2", "region_id": "RegionOne"}], "type": "baremetal", "id": "576cee1e375e4b4b878d72ff34aaa119", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9ef93043b80d492aa14ca4f5b8ef5b46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7f00542072f147508d1c182227c7cceb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c9113addebc04682bc77cd5bfc49dbcb", "region_id": "RegionOne"}], "type": "bare-metal", "id": "aefaf1366b31469aae09cbde50dd8bd2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b7c76a813b4042ddbe0685ba972de8e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2fd9d4d6089d459dbee26eb60fc5a980", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "168d47ebb7684d1c8ef31992b5e0481e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b2c0e81f38394e6885a3058f600954c4", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "677b7f456c4a4e71b2263b352476cc8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0610b8191f1945a186cc7253857c7d22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "89038dc9e274439aa400205da2e7a40a", "region_id": "RegionOne"}], "type": "key-manager", "id": "9a406e4a4cce48c889b2b9759b7aa7d8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cef0674492174199b34bf16409dd4773", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "80c2c3a9eb204b45b961081d6fe2a251", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "33e5206557634bcdae38b0effbbbf317", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0379de21e29f489487adb4d863419481", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ebb529019a224c5aa1726b35bb227c31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "42c6d2f03a3348aaa244b820bfa5e66c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2ac9957c0ad747d6ad6e4d5473ce7e7c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "690c88fa90e54c769b2395fc7c1b3648", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c163340987484f4a85c0afc602560de7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "15afb3104adb47bcb466ff1af44a1887", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d3c25f079403465d87e35efc18050192", "region_id": "RegionOne"}], "type": "message", "id": "4be90976487c46098356e362b444178e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fb4bc919646142298e52e48031523628", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1af87f85d636400cab765e56f4b596cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2d9ef6f0a242442f9984a5668281dbec", "region_id": "RegionOne"}], "type": "messaging", "id": "a0ffc73ed5df47f882362b362244769e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7ce6bf63020b49a29c2671a0f8d5ea6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3e2a81380791432092dfb22fe1e58c21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "df41e477d20a4060aaa37cf69fd51c76", "region_id": "RegionOne"}], "type": "application-catalog", "id": "beb9659ae509441fb6fa0ac5a86ddbc2", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f727c76b69224fbcbc73a54886362913", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0861f3a6fad34d339c5df34a23a81583", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8933aa8c537b4b529d872b34b60ba4ea", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "405e36144a4a41a4874f759e9a3b28bb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1111e00de5264ff79d870578de63ce82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f3ae41e6553947918f5456f45dad1d20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "16564e8d66bf4a0894e9ddba24ac4fdd", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "42cf6650ad024ffc947bf217aada2a07", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "864f88222acc4abd911f28fd21c9ba75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "15535613b7df445391317f7597cc1398", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ceded4cdc9cf4a088b0905a2be8aef26", "region_id": "RegionOne"}], "type": "container-infra", "id": "bade3f3b0e4847998acd495005042be3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e0ab81cbd8b6403598fd9951f68668b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "191c245e7abe4cbfa6772b84039173e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c23eff44eee048aea7872b8e4a36e921", "region_id": "RegionOne"}], "type": "search", "id": "e89f3b91305e43c1a5d115e050ea56a0", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6e46fd06bf59471cae2bf8c14ac1116b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "272ce185e7bc4664b86cd4d56ba819a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e811b98b1e2f44fb914cbb6f90139473", "region_id": "RegionOne"}], "type": "dns", "id": "69c60ba3019f4fa0ac22c4eac5ff1028", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d497bed19a87476595014085b7fe47cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4e3fe6178b7a4f02a48735c264e4170f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "912e3863e2964a3894c66b451c424f2c", "region_id": "RegionOne"}], "type": "workflow", "id": "40652876d7e34707bf22a30ec8542361", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ab9da48d3c2d433fb1386bad9cd57044", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8003bd12cb24490084e101c2124f3e0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6d8775f7c257446d97020bb347655d22", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c12b366bab064f91ab0864a96b89e037", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "10ad15deb22d4fb7902cf62213aa0b70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3e97931a3f2a4398b077ed7ca8081741", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "dd911a0110c645f3879b7d9c903dd6fb", "region_id": "RegionOne"}], "type": "rating", "id": "e9d5ed92150d4263a252f7e4c4b658e9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8b639d07d9474991a617a87ae1198e67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "112671ca5294420e91dd72c8a4a822b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a544182630764e78981f27d5cb301af5", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c1ac6019561d4dd29ded3782580e621e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "22ec0a447bb14817a6f53b768b6ba52b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fe93cfc04f8a46a790f2925507578598", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "db7e450e06df4434aeef87b818a013cd", "region_id": "RegionOne"}], "type": "policy", "id": "1de3ab738cd1423cb348595698375969", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5d55377509954dc5a28e25140935596d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "62dfdce60aa64c0f93863b91168ba20e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fc5e676c4de9417db60a632403724180", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "55456e80f84e447094c3a533738dbc95", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "753bfd07d7fe4eb990cf7e58dfd99c88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dab6af1ce3b2405bb15eb5312d109ba3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "83bb066d487f472a9fc2b440d4dfc3e1", "region_id": "RegionOne"}], "type": "sharev2", "id": "b98ac8022687428486928e6b9ce4de5a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "46fc861a303d49f6bf5ebb91ec68238d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3f86a46709e74a668aa82960d40125d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d7d789e8155349e9b4ec6baf0648544a", "region_id": "RegionOne"}], "type": "share", "id": "b2860b53286d40db9730df4386a5156a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "678927bc8ac64c6cbc61a99daf4ca7af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "07b5830819884a5bb42dd596db349632", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1f1a2b78db7e48abb859af0b72f0c51e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0aec911760c54f56858787140086e575", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9040ab1fa99c4ac68ec771cae0bdf2aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e86bc44f4171425d812a5d909e18e7f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c95f9b2932646e09e44836c20d16178", "region_id": "RegionOne"}], "type": "orchestration", "id": "877798157eed4636aed719e47754576f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b20ca842dfc4420b9ce53c09deed284", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "516637bba44644cea8fe88be3b506558", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c3d423b508240a8b53d37a8bea4e725", "region_id": "RegionOne"}], "type": "block-storage", "id": "e060cc1267ed40d4b2dfc5c636dd314d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25c79d2fe4f84bd19b8f9c4318ab1d2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db6ebfcca9634e7e941b3e5821cd0b53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37992e7a36ce410c9ad22de210fe9e30", "region_id": "RegionOne"}], "type": "volumev3", "id": "aaf6a8b29873466aa0e5243a2117a8b9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ba157e94c614d4085149f9f902f9c39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a3c6a269d044de189a9119586d69b6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a48b7ca760f94745a5cc1c1db1e5b3b6", "region_id": "RegionOne"}], "type": "volumev2", "id": "990d9ea98ec144688c6807ffc0a94b00", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5511a61c145e43e39dc4381a7e5491e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5cf1fcff228486b8d9aab1729fb1be6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f80bdfcabbb14c6893b6e422f1cd2020", "region_id": "RegionOne"}], "type": "volume", "id": "3286cb6eeebf41018c77f589a9de8542", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f788a47db7cc45a3b92ec9afd233ea22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf6dc7b907a44b07a42a55d7c4cb7149", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51b0c58d30e242b09723654216c16c23", "region_id": "RegionOne"}], "type": "block-store", "id": "017f0910e47143ddbd77fc58bab71fb9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3c3ff27ff1b246ae91aac55e739e6c5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7df57494ddfc4d5099fa9fcf88cd7bec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fdb3e823acd7487abd1a090a18c92ee0", "region_id": "RegionOne"}], "type": "alarm", "id": "6666ecc7238d4ac08de2b712dd2064c0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f62caeef77ad419fa4f9b9c0558f4659", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f4458323a11c47dc84841888923511f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "47135d7e5e88484c830e19812b92ec35", "region_id": "RegionOne"}], "type": "alarming", "id": "4097713bdb83459e800369f940038010", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c14caa026f9e49ada673e312e0912540", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b6472b9a91b74f36873c491f8126c6a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c1984fc17d61422d82b206d15a32f6c6", "region_id": "RegionOne"}], "type": "meter", "id": "af2729e620664426aa00a4392853a4fe", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1c289241cf80456db58a1f39a9746a67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "760af5a63cec4f3da5e2d7e2a8ea0a3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8c654561ac84461ea1355be01ea536ed", "region_id": "RegionOne"}], "type": "metering", "id": "ecd164d6a15a4f16a3a236c6e159e1a6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "eca3c706dc6e4fa9bc516b11b6e91a6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c504a6b82d2e465cae158b989c610be5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d848ce1a7483458d92fc3e93fb1da5ab", "region_id": "RegionOne"}], "type": "telemetry", "id": "bd516d0ba23647959ec0e8474b35fb2d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d38eaaf337d841a9923b97713dcab418", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "eba5d764a2844906bfb6af34547ebbf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a60d15c9c8e04feb938e1494eb9ba15c", "region_id": "RegionOne"}], "type": "event", "id": "5ab3b5fa29564711944c2c2eda2429b3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "18d801d7eb2642529bd866ed9e11af84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "039caa54f60e445c8a2211d3d0eabad7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "da086f18d187418989caffb1b63ad799", "region_id": "RegionOne"}], "type": "events", "id": "501ba03726174e08871c8fc78f2a56a6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "adc6c16561c24e4c91f67d5b461a5fdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6773883a307f4478aea4f93c32d70973", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "32a0d30ebdda45e49ebf61452fc03b4f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "07368180f9a44e9f9f6aaebf4480a831", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f4c9c3fc9b4d4ebfbe571ace20228f11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8a68021a8fc74e3cbbb1b289bea3266e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2c81766c47844ce29481ed1948d35453", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e8f9bce1a1104f529ee7dcf432d1a570", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9e87f4479c0a4d6e8bcdffc17aaad708", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1e9bc61aab6b44d2b2efd79839047092", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4e31bff80824429292197408e6dd9f37", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "44791feed3c44e15a775f4d8b07a1664", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fcc6ed49ad8d40c08c21e1af164b2fc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5770bb537d1a48a58a3e4e9ec283094c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a9d73b2df12f4748b143fd87304e160f", "region_id": "RegionOne"}], "type": "tricircle", "id": "f82b9e0e3a0d44f29eb018a4465dd42f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0c182e36675c46e3b1c851852eb2d883", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a03cbcbe8e8340fd93ffe6cab86e5813", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "65db81306edc4d0fa21fd3c2ee998f61", "region_id": "RegionOne"}], "type": "database", "id": "9f414a7fa1044ca48df7bdf83c8045ef", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4d5c7f830ce2420c89b98b651bf04f23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f77d34920a124835b6d7d5cf0f6d33ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "54d43f818dd047aeb443b02daae1006a", "region_id": "RegionOne"}], "type": "application-container", "id": "4a8e3f15b39b4245b64c1f1bcb694b67", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5d115dde0b1c49c9a63159ccd8be447c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6f785cf20e0f448a8554999c289d22b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9192491adf9a46dca91ac05cecd5d793", "region_id": "RegionOne"}], "type": "container", "id": "652c6d0d19b044a8a91258bd59be7c35", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "57aa96b1d0224004a557b21adbab3465", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4d06dc1c674b468aa1a7e80280d83be4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9625207a7ab94996ba4024fb5ae49c4f", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "fd0dec61e7ed4a5b9868122ab6a993c5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "adc0a0cdb7ed4a2caff4b312df8fe3b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e316a68212c04a3883d3bb60d25d9762", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d3dbbf4456ab4d41a652fad00cf2e084", "region_id": "RegionOne"}], "type": "rca", "id": "b6552a405db64083976c7e4460589550", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c87c99cf55d048579c0af53cff4d40f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2f787f23619b46679fc7fbe013da52a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "2cc777a8d9104ce2b4f285e41b0735ad", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d2bdb1ba3f244186835b0dd93b4e2f9b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "cff29f42d7f9435a98e416f4705776f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c2dd5ed20381498a85d3ef087715a061", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "36a8a2e296fb4c42bf4940404af07eec", "region_id": "RegionOne"}], "type": "network", "id": "42f2e33dd5844dc3a09d68f354a9df5a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "230ebe9558604a9ba29ff46819f7d0d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "e502f06a36ba4515ad96a6387b0f7d14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b12c3a4d85aa4ce7a7c1ed70db281032", "region_id": "RegionOne"}], "type": "backup", "id": "a2d8ac2bd95e48ecaf1a59732592ffb6", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "503d1708a0c6473db56d562122a449f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a62bd2ada537499bacec8ebd9eb02522", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d28bed1f9d014a5d9a95c5ab48dae010", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "758bee4f4921434fb4193e91ba6bf3d6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e86f96c801194508a2b0d4abb5388b8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "493b79d66fd34ff0b60e84c6fa2a09c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "79ff70b069794ed2991a9de0acc35786", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ff1bf90125ad4544970a3efed7568e12", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6a618c3fe7774266b11dc3c43b2ebda6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "63e3abbba35e45a8aa1ee662da4aeb38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c3f2790b40134dab839dfcdab61cc751", "region_id": "RegionOne"}], "type": "monitoring", "id": "b20888d1a5bb42229c4eec6c80a9c42d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "39a2298ac8c843578899e3b4e397b89b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "00085167394d42ca9fc746247adf6345", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ddb12b9648994b5a908ea1337601de21", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "5c09e51ff9ea4cbaa11c4fbe9d36266e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a7f6e1c41c7d4d09a3e9098cc60332d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "3e9b21e45ca74697b00721241c4eeaef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "61721d9f7c164e5cb55f5eb28ee453fe", "region_id": "RegionOne"}], "type": "placement", "id": "7a0797b2736a4f799745dbfc17608096", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "de75b2cc32fb4b469648904b12351918", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "26dfa67d01f748cf8640404d287e0c76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7d9ac0bd5870412aa9cbe3937d80789e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f6c16dabc5124e5299504276d61f4d44", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "966e74da043c45ba8c6ea2634c121576", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3d4a3bfc013d43ad9371d72599fd4de5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4c6c058f0990467da917fb61ea2191eb", "region_id": "RegionOne"}], "type": "ha", "id": "5b8a35d57a424152ac9d2eb5aeaf00ba", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "710040ad11be46aa9fcb4f609dd9b5ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1aae3bcb6110432d8c26f31794dd6abe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b8b2c895f46a498bb3c7da491a3939e8", "region_id": "RegionOne"}], "type": "reservation", "id": "e715e54599884bbeb50a33c3478b7e68", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d0aca07005314e2389ad1538ab9b9878", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c3cc0c51491946548a98a1da20c9688b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "0e486915f2614f8294b331ff4a5a4c4c", "region_id": "RegionOne"}], "type": "function-engine", "id": "d385a1fee3244af3b43d787158fea75f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9d19571bc88f4a91a38bdd1f1ad99abc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "975e9932076a4029815b0c2259a84591", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "01a62eb812d4434aacde67d9b6b3b9f7", "region_id": "RegionOne"}], "type": "accelerator", "id": "8acfe75cc6a4488fba0877eb687dc187", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c116fc61a9894eba947397ddd06b916d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5d99d2b58def4b06b0c1d5bd6c2ab391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "fb836b0ba3b34126af5abbf2af99878d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "671dea16e08442de89b52256ea010ad5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b885964ed21740de9380a4c2cef87e03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bf6e32d338144b6a986ff35c47d26540", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "304fd1bbf0214285b720c801dc94745f", "region_id": "RegionOne"}], "type": "registration", "id": "d763441cf8f84c1f8214f56975b9a8d6", "name": "adjutant"}], "user": {"domain": {"id": "25ffbb8595d246948d01f3cf20993327", "name": "61cb710939da4e7693a8b902a515a7c1"}, "id": "886489b9cdf84ca793ec01933791183f", "name": "c9f2e0fe79ed467dae06d2703479d242"}, "audit_ids": ["61ec2b83313d44bdb78a5fed676aadfb", null], "issued_at": "2019-09-19T09:04:47.055005"}} {8} openstack.tests.unit.compute.v2.test_server.TestServer.test_remove_security_group [0.079119s] ... ok {0} openstack.tests.unit.identity.v3.test_credential.TestCredential.test_basic [0.064787s] ... ok {11} openstack.tests.unit.config.test_config.TestConfig.test_get_region_many_regions_default [0.158432s] ... ok {19} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_files_with_stack_identity(stack_subres_id_act) [0.070436s] ... ok {19} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_template_with_stack_object(stack_subres_id_act) [0.067312s] ... ok {19} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template_no_env(stack_subres) [0.070530s] ... ok {22} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_users [0.066031s] ... ok {0} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_credential_create_attrs [0.061503s] ... ok {0} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_project_find [0.061764s] ... ok {13} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_user_project_v2_exists [0.396457s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,177 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,183 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,186 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,190 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2019-09-19 09:06:47,311 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0a855eeaec6ea5d649e2a792653b9b5f00e352100430f6afa5b93c2ffcbc7199" 2019-09-19 09:06:47,317 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,320 keystoneauth.session RESP BODY: {"roles": [{"name": "5a2f6ecd6bb24185a0acf58428138730", "id": "10d14f7169a34d5993baa4b69a2ecdde"}]} 2019-09-19 09:06:47,349 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0a855eeaec6ea5d649e2a792653b9b5f00e352100430f6afa5b93c2ffcbc7199" 2019-09-19 09:06:47,355 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,358 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "04c195e285b640d994e70c2bf3971e95", "domain_id": "457b7d7853e24d94a67e0470f9ed8bf0", "name": "username-3"}]} 2019-09-19 09:06:47,401 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0a855eeaec6ea5d649e2a792653b9b5f00e352100430f6afa5b93c2ffcbc7199" 2019-09-19 09:06:47,407 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,409 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "6a91c1fa5a4e4583aa2418a56ef731f5", "name": "projectName-5"}]} 2019-09-19 09:06:47,453 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/6a91c1fa5a4e4583aa2418a56ef731f5/users/04c195e285b640d994e70c2bf3971e95/roles -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0a855eeaec6ea5d649e2a792653b9b5f00e352100430f6afa5b93c2ffcbc7199" 2019-09-19 09:06:47,459 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,462 keystoneauth.session RESP BODY: {"roles": [{"name": "5a2f6ecd6bb24185a0acf58428138730", "id": "10d14f7169a34d5993baa4b69a2ecdde"}]} 2019-09-19 09:06:47,491 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v2.0/tenants/6a91c1fa5a4e4583aa2418a56ef731f5/users/04c195e285b640d994e70c2bf3971e95/roles/OS-KSADM/10d14f7169a34d5993baa4b69a2ecdde -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0a855eeaec6ea5d649e2a792653b9b5f00e352100430f6afa5b93c2ffcbc7199" 2019-09-19 09:06:47,497 keystoneauth.session RESP: [204] content-type: application/json {12} openstack.tests.unit.image.v2.test_service_info.TestStore.test_make_it [0.065499s] ... ok {12} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_notifications [0.065730s] ... ok {12} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_container_delete [0.065483s] ... ok {12} openstack.tests.unit.load_balancer.test_flavor.TestFlavor.test_basic [0.065869s] ... ok {12} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_pool_delete [0.065354s] ... ok {12} openstack.tests.unit.load_balancer.test_quota.TestQuotaDefault.test_make_it [0.066555s] ... ok {10} openstack.tests.unit.dns.v2.test_proxy.TestDnsZone.test_zone_find [0.067562s] ... ok {10} openstack.tests.unit.dns.v2.test_zone_transfer.TestZoneTransferRequest.test_make_it [0.068555s] ... ok {24} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_service_profile_create_attrs [0.066403s] ... ok {18} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_software_config(sd_metadata) [0.064287s] ... ok {18} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_software_deployment(stack_subres_id) [0.063992s] ... ok {18} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_extract_name(preview) [0.063989s] ... ok {4} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_just_argparse [0.169810s] ... ok {19} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_resources_with_stack_object [0.067537s] ... ok {19} openstack.tests.unit.orchestration.v1.test_stack.TestStack.test_abandon [0.067874s] ... ok {23} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_claim_create [0.070801s] ... ok {23} openstack.tests.unit.network.v2.test_availability_zone.TestAvailabilityZone.test_basic [0.067923s] ... ok {23} openstack.tests.unit.network.v2.test_network.TestNetwork.test_basic [0.068851s] ... ok {17} openstack.tests.unit.config.test_init.TestInit.test_get_cloud_region_with_arg_parser [0.114088s] ... ok {17} openstack.tests.unit.dns.v2.test_proxy.TestDnsZoneTransferAccept.test_zone_transfer_accepts [0.062423s] ... ok {17} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_user_delete_ignore [0.062400s] ... ok {26} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_policy_delete_ignore [0.061584s] ... ok {26} openstack.tests.unit.identity.v3.test_role_domain_user_assignment.TestRoleDomainUserAssignment.test_basic [0.065055s] ... ok {26} openstack.tests.unit.identity.v3.test_service.TestService.test_basic [0.062446s] ... ok {26} openstack.tests.unit.image.v2.test_image.TestImage.test_deactivate [0.075824s] ... ok {7} openstack.tests.unit.compute.v2.test_server.TestServer.test_resize [0.077441s] ... ok {7} openstack.tests.unit.config.test_config.TestBackwardsCompatibility.test_normalize_network [0.173111s] ... ok {2} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_address_scope_delete [0.065553s] ... ok {2} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_delete [0.064952s] ... ok {2} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_minimum_bandwidth_rule_update [0.068320s] ... ok {2} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_rbac_policies [0.062847s] ... ok {2} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_delete [0.063135s] ... ok {2} openstack.tests.unit.network.v2.test_router.TestRouter.test_remove_interface_subnet [0.067719s] ... ok {22} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_group_update [0.065361s] ... ok {22} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_groups [0.064856s] ... ok {3} openstack.tests.unit.object_store.v1.test_proxy.TestExtractName.test_object_get(discovery) [0.193150s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,340 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,349 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,355 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,363 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,376 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:47.288133+00:00", "project": {"domain": {"id": "43586449f7544f6c849a5290c5b17173", "name": "158da426bc94460da0965e9e7f2c4d89"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "367ac38334dc4fdb8737535f6fd863ba"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "80d88cd8df1649cf97e4a89cf0af8536", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "eef4cbcc951641fd809da7ba20b062c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a6cf0914d4a44e3da0ddfee8233034d4", "region_id": "RegionOne"}], "type": "identity", "id": "fc97f050f98b49bfb8576f5889a89f68", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f094b61bbe524318a23216c84a7f6d05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bb8385e9df7e4f91a7e2ab4ee2d8ca09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "eeb8753b28ce4c48bf70ce5f03cd1779", "region_id": "RegionOne"}], "type": "compute", "id": "dead5ef47a27482e9fe947621a5a95dc", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b0bd694d7bda45af8fa93f0af6e4bad1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e34010296d344c12a78c9ed2e212520c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0ec86d4ff0744e6191b1234c401c6f0b", "region_id": "RegionOne"}], "type": "image", "id": "9e291751ef444d39b59787148bf9cf19", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "db0e917cabfc43008bcb1f9985290c42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3c75934d3d9c491a8f8feaa974be5725", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "05e60fd1b57c447b86ca593a680d286a", "region_id": "RegionOne"}], "type": "load-balancer", "id": "8b9e01bc32d44c149443f9defd9f2418", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b505f20c6c3f4eef9037187cb4921857", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2ac5d83f3f74b78b4cd727b56b57a67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4f334f5cdae434aba6192ba4e2462a3", "region_id": "RegionOne"}], "type": "object-store", "id": "7fce0ddac4c346b7b3e4c01d5e2d8a4f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "43956123f0d24b81b8d66f5f653b16f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5d804c48782e4d87b7a7ecb4cd761f7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a79cd3fbf43840a494f4333fc800f91a", "region_id": "RegionOne"}], "type": "clustering", "id": "233b0246e8a54bd6bd0c79e8d6184285", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9bed3e0e20434ab6857bdd0c9e666770", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "af3e212107d94e3287bdf01308acc83a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "65fcd3f8866142428f7bb3a1fe1914e4", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2c84665c49ff444fbce2d3a9d21eddcc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "646657703691439e8d6e0d99d71af123", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b870b8d170414228953de1e5b1165462", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dfb5a8f0c4ec41ccb7794c1b2e60b243", "region_id": "RegionOne"}], "type": "cluster", "id": "8b6c5cb0dff74b05ad5d1870c6a6d501", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "55de6c7f427941b99eb5f93ca016b15f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5185427aa70f4529be7e609e9a06cc62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "838e2c314c254085a57a7dcee220b96d", "region_id": "RegionOne"}], "type": "data-processing", "id": "90888a1ac67a4e06b3fc81a4ecdeacec", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ad335a150bc84a97a372f8531a2c1a65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4e8e52218bd747aa9130167710228fbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "82634c3812ca4741a4df70080987c4db", "region_id": "RegionOne"}], "type": "baremetal", "id": "ff6be458dcc147829e234a717be35d8e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "88f19df2612b43e3bbce11642b6b8ddb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d6d2487fea104a4ab60104cfc6ef97cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4fca88f5bf6545d987bef9417f246779", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2ef8ffa323ec450cb4e736edb1023045", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f42bb50359854bd78c8efc0291a64a2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "63868bb501a2480daef4364e428d4f9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "28303b5d90384897af7cdcc3b2a2242a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5ec56eea1e9d4bbcb6fa5f10011a5a1b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "895af109b68d445794ee1bef56913003", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cc0793327b8842298eb5b87a746f56df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "110d1eb85cee410d8dd3c26a2d4ab36c", "region_id": "RegionOne"}], "type": "key-manager", "id": "b061829a934345509ef4a4e32542b9aa", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4177c129c6f7411f9c7964a1fbe7cefd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a7a68c6941f24a04873d64ab988f1ae4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "70b16a6d6fdb403e8c6a8bac4bb9cdd5", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "37cd29332aef4531a6d151940cce7583", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ba7533a30a1c4c16b638074b9a244c85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8e8881e6029e494ba065c9fae8a59a0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fc6fa9df17b04f4abe49478cd3011536", "region_id": "RegionOne"}], "type": "infra-optim", "id": "3d5d242e781c45d380dd8475cf7103b8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "19ef35e5fa4347a88eb37c90cefba5a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "453e665f21e14a0eb2b76975d5e60936", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "625f0043d0e94d0aaa59e235980cddf6", "region_id": "RegionOne"}], "type": "message", "id": "8cbf9fcf3ad340a59f274cd25b9f4413", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "81bc55390dc04db383b16c8674324d0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f8bf48f928c4463084368534c298e58b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7a56765099fa48ee8b901ac1fe1ab2e9", "region_id": "RegionOne"}], "type": "messaging", "id": "d95b47f6727c41a2ae74c6b9b64c4f29", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b4d29d6899d84134ab61ab579add5d66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a4cbb1bbaf0a40d081acc5b0f883a1e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f9a05c9bde294dccada2806f4ac50054", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8692cc3006454874a334649fe4bc6383", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "af6fb16fd66643b4b8bbb6955649b509", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a9d65b3ae564603b499f8e9fdf80904", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d0443347f683453ab657954566c0c135", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "40313c6ad5b54ecaa93fc3b95ff3a747", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2d654b8aeca04e8c8bac6e16c8d3f503", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "96ea5b4e9d424c2bb48e37178bd5e933", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "62005f648adb496185835d526c4b4c39", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "12dc7b98c02e49fcbfca3e1cbc90e930", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "180b03608f8847e39c2cbf1a1b1dddbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f5ce7bb7022c4d0385483fd5bc160950", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "69c7e2f8796f4a6b957a275e02cd5d73", "region_id": "RegionOne"}], "type": "container-infra", "id": "3ead51ba709d4ad0aa4967317e84d1be", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0aaa2b6476164db0b1cfd6f3ae676793", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "421c7c6470d34368833f973301d2cd8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "bb6c34a7414a49a4b944e3f7422f1647", "region_id": "RegionOne"}], "type": "search", "id": "d649ba6428fa4cf1af01f24c7d0d1340", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e90e6f6a74e6472ea6273c00b05aa74a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6bc1e56200204b9b95b26d47a2183f0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "efbc1e10b7c34890a33658c30e1ac3bd", "region_id": "RegionOne"}], "type": "dns", "id": "2ce7406652324b53b1295308d89606e2", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "87da384cda944526a2a37446bb8007b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fb2a7ef28db842d098a57c40186d44e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "aba7589bf157448cbe37e9209ef77a1a", "region_id": "RegionOne"}], "type": "workflow", "id": "86f066f1e89a40c7936b8f89b7558d98", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "04b5a1c72a514b99a5527d438828cf91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ba5db6b42ea64b06aca20de1bcd307a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cdac4c3fe4d04edf9a67368714ac272e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "77a0d1cdfd004c2ca1c95adf2bd17ef7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "121b6d8edeed451f8da2ba604b46b36a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "25a8237e1fed4aa89f9f1736e7ced714", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f3534732c95d4d229cf9c7cf4371059f", "region_id": "RegionOne"}], "type": "rating", "id": "fbd2bbeeb2994a93994991e05c632910", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6f08c351a956432c8dd1fd1b7fe7b929", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dc0eb6ea21f04b229f28de40237ec475", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1aa588e0a1a148369970b3013c784d49", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ad6a309c3ce1446faf2f75f7f91adbfe", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6fad96e156a04093a909bddceb7f2d02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ba57094c6a0c44d9b4bb7a2a450961af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cfe2ffddfff94a019e8d820640469cbf", "region_id": "RegionOne"}], "type": "policy", "id": "6f87a258e91d4c2797397c9a3ec6cbe7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c1b75d140e054a22b0e4323776c4d9c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "43cba413ce204e0292b12c0899eef5c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9b5cb10b75de4ed8b387bdbf0965ca84", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "fc74db99b6f0442797e3982e1f3334bf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "720c310d092f4105bcd43ff6c8d3e366", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0e1dbc6af62947ffae1a4a0e8b5d5583", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "de9c42dae6454ed7a17f2b79ff9fc643", "region_id": "RegionOne"}], "type": "sharev2", "id": "e6d9e681958c4c59813ce610d10daf33", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b31b165c1fa144faadef8305f0df5ece", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d4aba528d49440e0bcd17ee3c729cd30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3ee00a15d7564f53984ed124155120df", "region_id": "RegionOne"}], "type": "share", "id": "5ab3517b5b96475284b36f259330852a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2f025653e0c74d999bbd0976d4f4be13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "38ebe9bea5624341a68ba0754dfa7b5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1859bc598b7f449fa9db9d081465fe5a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3b20b1fa05004beb95c8cf385fa65b21", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec9d5bf9febe4707b763b71430c44514", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "713f10741ef24a5c8ce6729fcef26613", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89fc9d7f9ba94bdcb2ae07ff3a9acabf", "region_id": "RegionOne"}], "type": "orchestration", "id": "2edc38f779de4999b124420c31e75aa7", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9990ed8a60844dbbbd88206b983745e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77d007d2a67345c18d5d24951be367ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "244485c08c4b471895b3a8da8e5dbdfb", "region_id": "RegionOne"}], "type": "block-storage", "id": "f9d0d560eb4e41e4b20ad4823949c13b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4661a489c4f64485a6e678daa2a50534", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f516e62cd984fb695805db96f165301", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "141ed09a7c7e4cbab164267917f8a989", "region_id": "RegionOne"}], "type": "volumev3", "id": "a3af2db435ce4082998aae80edd959ed", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40f67c70e06c416b9708c455bd923fb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b8e7917baaf43579540237083548fe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a56b88e0dd24c4690b261d36f5e8836", "region_id": "RegionOne"}], "type": "volumev2", "id": "2855ca81da8e422baabb414ef1998269", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7b988d279234b928800859ac3b3f551", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bca8cc5ab8ab4800b8b14a3a58c6d43d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36fd272d90204bc6a18a84c542179d0b", "region_id": "RegionOne"}], "type": "volume", "id": "bba2d948a0014c749a8b935c0103254c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4193b315d5d74db88844b0c268a1d303", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "854838c695cd4a27865c710e727daf4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86d605d9eea1494fb252d80310673cbf", "region_id": "RegionOne"}], "type": "block-store", "id": "e2ac4bb293574193a41220fe33cc7d2b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dae49382977a46329e7d3315c67bf4f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e961d749d23d40fd97cde94e8d1f8147", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "30e6f7961f114a9d8c96e27e66b6c731", "region_id": "RegionOne"}], "type": "alarm", "id": "b67581446b0b433ebd8fc3a80f6dab58", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0b6b66ebaa8c4d3b9b4228d23cc86af8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9b13dad6113f4df0a7e020e5ff4546d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "91f3b85024aa412181ffcf8867dfb58d", "region_id": "RegionOne"}], "type": "alarming", "id": "8d382bdf8f3142238e124e50224eff94", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "dc02e4a60362462286d36aba693fa7a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8827b7bb42f94e85b145610862ecfe65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c8dfd20221ce49e39171225a1c252158", "region_id": "RegionOne"}], "type": "meter", "id": "c549e640bc06420dbacc9954e2a9f0e0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3cb14c42704345edb410ba5c6ea04d9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1420e9475e0a49568404238046e1036a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ab70407a115540a386af3df90962bc77", "region_id": "RegionOne"}], "type": "metering", "id": "3c4af00e74af4ecd919970bbbc03d81a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9406823ab15f435f9c3a28ce5b90fe3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "717ddf226ac146dd971363ed84e65f64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4f417d1355de4692befed2fe6497b094", "region_id": "RegionOne"}], "type": "telemetry", "id": "0d0a51968cb04a0ba537e0926bb56fec", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "39e2656b99994efebf3a012ea1aa286d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "45413f4fa0fd465d87fdc5c52bfabd6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b972b02a4c394e8cb372985117a0b713", "region_id": "RegionOne"}], "type": "event", "id": "d37a02f7a7984c4c89119defaa089b97", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e252b23cf1794c38a77e730387202880", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e3759f48777d433a812168611eccb9d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "66da6b132ecb42f1927396423bec4f9b", "region_id": "RegionOne"}], "type": "events", "id": "1e53dfd1575542a6bb389df39786bbc0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2acd22873b0648338202b9d724282501", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "70622f85d5d84516a79dcb8140afa28a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4a107051e57f40b7933513e339dbee1b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "cd4a1c70efa34c179fa917d70d16a005", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b38ecb1000c04bb2a7f25d15e7b2a0aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "faafc5eb14fb4f85b54af672647f1f8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c32c059337704db7a3c66ada5dfc6c92", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f7cab51a4393412792388000f920a98b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6f5725770f914b2f8c1c477af3574874", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9fdd5beb658c4b56be237d2bab0672b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1d8f6f57864948a0873d84ea5ba7275d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "96ee413ab77e4cfbb0b70370245981c0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "94c213b909b84e869682dd1d2cc6c501", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f6ed59ac451946b1a45f91a0c547f2dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b42a2c305dc6454f8decdec212d6d563", "region_id": "RegionOne"}], "type": "tricircle", "id": "7bb403248eb44b2d92bea5ec85553452", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5d81160ce2484103a2370434ac85ff08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d07722e912ec4fbe85e26680db523227", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "985c82433b9245c8abb5bac521c644aa", "region_id": "RegionOne"}], "type": "database", "id": "1ebe1d61246e47cab623253901fa779a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "06844288ec74441e92b8952f310e37b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7284abd774674cf7a497bd9f859a01b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "282ccf221c6b4162ad711acc5e08777a", "region_id": "RegionOne"}], "type": "application-container", "id": "5f62159f0e1949b881c877d3f79cbc74", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4176590252be4a70803e3ce833ac47da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0e444a40185148f08b0bcf22966b0268", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7523d85ba81341d1ab2af10513d9cec6", "region_id": "RegionOne"}], "type": "container", "id": "1bd3137054924485b2671d51ee543b2e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d71cab75799645da954e3e17b76a14b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4eb03ef15000470493ad8dd1c2b313e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1adf7d60145c407dac29f5bc3864daa7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c63d5356b5254a148978dfe29f95c841", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "39c54af8d2d245a59b26a6403cf0f097", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "564ee08643db41e4acaf0d6b17da6389", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "22af76d50577428cae8b964f0a6c0359", "region_id": "RegionOne"}], "type": "rca", "id": "a728c29b45f540d28b47c05e3da1fdff", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e551251ecd9444e5b0ca2d373690e4ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c6eb8c49e53a499bbd89f72202bfec30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "826c43ce17234c109ba91301a755a719", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0e6299aafaf04b2881dee15faeb95342", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "2036fb6d1b144b03b8e8f04028cb8033", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c3551c2449054349bab3779c5038749e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4daa1fcd06e84e14a41ae0e65ff2e0c9", "region_id": "RegionOne"}], "type": "network", "id": "17e131eb52cb471d91861df36dd03c26", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "26f104291e0d40819cf093e26bb0f476", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1929b3c8274e4f39b0366286295bfa1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9568ce94676544ada93c8adccdfd0b56", "region_id": "RegionOne"}], "type": "backup", "id": "c7c5b40cef164328a2a69ba91cf3fe34", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f402203f547e43818595ae9eb567dc4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c327a0e4b83444c3a05863a4198a32ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "79e82a55dcbc47f9bdd78fbec9acb50a", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "17ff8e709fab45c9b379ec407d0311af", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "84bd383c38bc466eb574295d230ac1b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b14fcecdf8dd4593b3f6b8fa24c2e21e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "26ddd6115b074b138025383fc8569c57", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c4350369aac6441db372fe02d554ab9e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "45ecf25546674cce922ded91b774aa39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "26d49ebdccdb4b67abca3defb05b4517", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "0378ef64b4084bfc9d08e796d72a7737", "region_id": "RegionOne"}], "type": "monitoring", "id": "25e8c50bc80a4e5da493745ce52031c9", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9272c08a480644b5a167e6cc78cce3f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "15435ebb34164b27a1617078869e9960", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f9374690c01142648779dcbe09881a03", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "14c6210031c44056841faaf5afa1fb5d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "815fa1da8d5f4472845c1748ec5d70da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c87c53338ae849ec82d1d9c03546dc48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8b1460e7713e4d9593048332536bf50a", "region_id": "RegionOne"}], "type": "placement", "id": "160d9667812b4116b3f504b0cba949f2", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0c6fd969030943ac931cf6efae02d44d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b5b4723573f84c75a32a7c525db1785d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a9bd03551eda47af947a0050ce0af140", "region_id": "RegionOne"}], "type": "instance-ha", "id": "6cdb0481b3914fa48f81b7b63f120b5f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7c0875acd3cb489e875570d5e3be71cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "520e21d19fc1422f94ef0c64c4398e03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ea6aa0e06ab2484fb45f34721ed2cd75", "region_id": "RegionOne"}], "type": "ha", "id": "114e96e7d6b346c48bd0258423741cc4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "75685b55ef9c49749f4607834bd5c633", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ebd677a76aa44171b0fbf90fffe0b5f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "2a5bb6663eda4c4fbc2a380cce65d018", "region_id": "RegionOne"}], "type": "reservation", "id": "38da0802939a4e7eaf2e02f7355e7d18", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4b174e29abeb422fbd4da1696de63b69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "031a8d8a1c4b4e72a164965803ddb5f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "ca1bd666133643e4983cdcb702e55c37", "region_id": "RegionOne"}], "type": "function-engine", "id": "86fbe9526a0542ec863f7711ec82d438", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8fc17ee8a8d64dd187565b0c5998c2a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9b71111b13184315acf02ba295c4e489", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5e33e0b88f564c66894d2f965d0001c4", "region_id": "RegionOne"}], "type": "accelerator", "id": "15c44bd3d1434ee9ab5915d6ceb15973", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "de7bccda9ade422caebb3fc7f2a44062", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dd1fc7a39f18461bbb9ba32a4e0958a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "42ced5f9254a4b6aae629669ed3b49c0", "region_id": "RegionOne"}], "type": "admin-logic", "id": "af509ee60e154e28ab0d6bc60ce78484", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "73f42692e6174996a34b45d141de0d73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2f100d76776e4bb0b190e54711049452", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "893193ceb46e4c13a3d82f2c8bfe81ef", "region_id": "RegionOne"}], "type": "registration", "id": "80d999e9b7e64dc5a6c154e84b1b8838", "name": "adjutant"}], "user": {"domain": {"id": "32e93ac3acb74381991de2b1d10352e3", "name": "861134ed65eb42f39c60ec2058d26098"}, "id": "2a5ca0982fbf4eadaa777a4af103de89", "name": "42515928b465455d907c4b86cc4a74b9"}, "audit_ids": ["8d77a8f308de43c7b03cca8dadb82c28", null], "issued_at": "2019-09-19T09:04:47.288133"}} {15} openstack.tests.unit.cloud.test_services.CloudServices.test_list_services [0.200196s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,317 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,323 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,326 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,330 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,344 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:47.253505+00:00", "project": {"domain": {"id": "c82096e47e924886b9110260971d3eaf", "name": "08128d29f5864402b5484b0a67f5d37b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f9256f9b9a1e4dc6b85332515dc63242"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0bdce4ddfea041e392798baa9c33a736", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "274a15c185a145b295015d4a852d3727", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ee0cbd1abef84541beeb223d07be8638", "region_id": "RegionOne"}], "type": "identity", "id": "bfe218a4102d4d96925bc7829d9ac7ab", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "72b5f391b1ef4a60ae9eb4070547f289", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bef01bdf32ab43e19befccfcebf4ea79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6f14742839b14f6f8ec1e36900423d76", "region_id": "RegionOne"}], "type": "compute", "id": "a2c9d80ccd564c0885be2192b478c176", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5b8169b381c2446f9eac14cc9ac51e72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "605876b759644f94ae9e3a91418f0168", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "74c2f38c3b6e45d0a99909f0533e000c", "region_id": "RegionOne"}], "type": "image", "id": "2a8e92da626441dea9fc414854f591bf", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f952ac85c1724ea784908676f7cac521", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ab0cb98e330d411aa692d91e2aea73bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ddf7c72b8c0b45918df997c1dab335e7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b25a4475794e4f7eaad2d8993b88b0db", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ccca1be252d42dea0823ecbb09595e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8734bede074e4568b71b996680275ba4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87de143ff6f14f95886bbba8f204034c", "region_id": "RegionOne"}], "type": "object-store", "id": "7179dc1772c249b78a99343d82274dcd", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a05236b0db9d45e7875b47ee316f4eb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b8ebceac3d4b4237b8253bb2a99e5f8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a8e115f49d9c488baec0b6e3682602f7", "region_id": "RegionOne"}], "type": "clustering", "id": "de403112e48f42fa907c3f7ab13aac8c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "096ed459d289432abb9d0b6bddb3fc75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b9c94bba06284619b7032321fea5e9f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "af44aeb2ecdb436ea7bb7b0500961360", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c3c7e7444cb84404875f7821911fec5f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2ce92d7ec9b04ccbb72d5b164e20709b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "303c394064134f75ac1dcd3067d47bf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bbc9859e65d54e13bf2a3a37f75615cd", "region_id": "RegionOne"}], "type": "cluster", "id": "9e5511c5295d4e20b1c3aff5abfc3f07", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d1b32987f76f447c9c4b086138bf888a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a307b06899ee43aebba9f15207c2062c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0043fe285e364241bf396037bc688a33", "region_id": "RegionOne"}], "type": "data-processing", "id": "8e128f15ddf94d838116d3f3d7ef75e4", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a86b4df0f8574eed9df73d82963509d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c4af82e91a53498ca425bc69f79b5e9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6bf45fc9ebe94605869697d9ba45fca1", "region_id": "RegionOne"}], "type": "baremetal", "id": "95ab6a78928d4d0f95a9853e35f1c34a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "50adc4dbb08245e0a714306c79e7bccf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e8f84c6d87064b6fa289e14408ef884f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "063b2dbe53fd44c283425838b90ac5bc", "region_id": "RegionOne"}], "type": "bare-metal", "id": "aa133840c25c4506b0e654e5f6f602b3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7b01a858c1c74cc19028c9f66d09c932", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a4962fc4dcc94f7a96226e3c271471c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "208cf324ad154837b98ddea6a7e62733", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "79c25651228d4dc0a61148cae476e83c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "43c4186c959e45ecaeca5b59868a6844", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f601a9c74bb24738965b25f74c88a695", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "066297f6547a408eb45850b63185a761", "region_id": "RegionOne"}], "type": "key-manager", "id": "be5d9289dee7462195fd8c6537602fc2", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "68cfe32d9c9c4eab8ad3d53ae8839a03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5787ffd47c114367898d1ed6c3f4e5a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "61478bee48ce4247baa114b2c8d09e2e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "87aec734a1994a578413692c935c6d6b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f13f1f9f18dd41dd811882040a278cfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c4d0fedfdafb4424a315cc6dee7b7d0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5999a3c481a54cbfa073972108b0fd1f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8bee18349fa84c6d844a1a0735ee7a79", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ed1568265f3d43929df3fb719103cbed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b3920ca4c5c04be3a9946beabb054d9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bfd14c15724f4e95a5a44f16914a27c7", "region_id": "RegionOne"}], "type": "message", "id": "70f28cce43c24b2ca9fd419144f280ca", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7753414d7b154c9082e7e1e690ea064b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d9cee1ec5e914eecb9b85ee9220503d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "359efac5653e4f488e873e501c4509c0", "region_id": "RegionOne"}], "type": "messaging", "id": "c03ee7cb0eba4aff87263d7665aeef88", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cae91a938efe4852af6734344ebdfef8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c12fbe34ffe5402fa5f54cf5cf10a014", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "7995bbb6a9ea40b6a81d1d6f1acb0edb", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7c7eeb3797cf427b9f3215a5da4aef8c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a81398ed9d324294905327425736e791", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "204c75f2dd7d432ea78e89cb7a548edb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b87e8606ce7e4f83911408782e21e6b4", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4bfc08aea77c43da9763f01d2040582d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "16c0d032fc8f45e38c3c81e61ef24b3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f9df806fb1a44c439a96e8c4131bbf4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "04c92778e6054568898041cfee3a8344", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7b0b39896a3f4ad099c57cdb052dae36", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8d538a34c6974039b91589cdc5b3e69f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1a393afd66cc4a7b859aef239bb50169", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e560a11f82947a5bce84dff2194e9a1", "region_id": "RegionOne"}], "type": "container-infra", "id": "bfd7345e1b5246a1a0406cbd7a37e925", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5317c361cb7f4cd7966e2b9ff528702a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e86f9f0599b74db18749b41fad472c31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c9e1c933df894d4ab3a1aa5d2c799862", "region_id": "RegionOne"}], "type": "search", "id": "b803465b8c884de4b7f9610eaf71c2a6", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "af02e03b00224f868ab68bb68aacfccb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2f58b084daaf49fcb9aa88d4c0071c4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "794578a8c795475990144b89be3ce3a7", "region_id": "RegionOne"}], "type": "dns", "id": "cf14d0c09cf14ead94b40d44375adcbd", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eb67456b27904abd9fc72c915817c1b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8169dacfb81a451ebceb938d1652bf47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "99155799740f4e20bbfcd3508b2bfe28", "region_id": "RegionOne"}], "type": "workflow", "id": "bb8e0311956d4ba9b5f3ae72c7f4aa26", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9f594678cfc746e1b5650d629d16eb8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "18f5acc202124aa69f2eaecd38d7a563", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "71948ff0e13c429c8bb6b004a59b0208", "region_id": "RegionOne"}], "type": "workflowv2", "id": "201d547e737a46f290497432591c88f9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "316927b23aad4ee99af8a64f50be9b30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "bb7940be7e484abf830afa241ae5416b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "22e1346b8b7d4d409b876403a44c7e57", "region_id": "RegionOne"}], "type": "rating", "id": "8efbe88c489d45759a02920292c773ee", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b1a2f1b3d45546a7af09eef983148908", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1fb251f4fe5b43f4967b46b096a95cc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4718e7994b04462f9c9eefa79ce93436", "region_id": "RegionOne"}], "type": "operator-policy", "id": "31a67a33630944fdbe28196b267e93f8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dfdad30499a74bd1bcc1faa2f655b88c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "453c229d4cbf4549b8a50c1daf3ef363", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8df5632a08f74c6592b0d2f63b84920a", "region_id": "RegionOne"}], "type": "policy", "id": "d9ca55f1dec841379db089b0143d9646", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dbe2edf712ea430ea8311da7c7c26cc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b6eced55599947d6bcce2b4e2db69cb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9753be1ba8c6429d8ed1878240c9b155", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a2ccf3d0ebbf46fea13b4abd19049ce5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2db1fe5e6da14bc385ba22ffdda731ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bacf8326415846fb84428afe5c72e67f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "300f90dd4dfc4274898e659b49a68e34", "region_id": "RegionOne"}], "type": "sharev2", "id": "31f1cd0b51c34481a7025acd87983044", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "51ec086ec0c54b3c89493ea77139dc16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "72f4cf25d87b4f818da41a47a142e931", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "82ea5f8ff6384b758ec39a963b1a18cb", "region_id": "RegionOne"}], "type": "share", "id": "d02d612107fd42f287f72950b9f8bb56", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f791ac97f2b04036ab860e9775614962", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "446d79d9a995442f8863fc2584679eb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "fa9d9dbc57b64ac193124b4f7a7c6ce8", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "2a97b65b446e4f3baf641969f8dfb7dd", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37f8a11ca439486c8aa10e5bdcb1d489", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "445f903b3bdc4bdc9a317f6af486c1cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a97b11f8b474c91b3a55b758bef8978", "region_id": "RegionOne"}], "type": "orchestration", "id": "d71d200ae8ad425281861b9d20409c2e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4598b80ff00541ddb61b51c1d7467015", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89de3a1934dc48799581798b9e59e3c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "303bd301836841a2acca8a3a42bcbc44", "region_id": "RegionOne"}], "type": "block-storage", "id": "33f59f0c909b4a0b8f0ee8032617e044", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb987cc4daa84e00acadd74814a7b327", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "800fb6d4c2ad4af1be04468085448314", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8964b425eafe481b845872613175b86d", "region_id": "RegionOne"}], "type": "volumev3", "id": "d6aeb5a3c3254c309e6299e61fed13f5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2a20f6d3816477a8c56590226d8868d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20a00aa3c9924004918cff4ef876f07c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7be7c332b1c4cbcb8b35ddb6eeb8e95", "region_id": "RegionOne"}], "type": "volumev2", "id": "4dc77ce6f72b443ba3902c11d5e15840", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec3bf33d96ba4ea1818e8dd4eee3024f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9122fc45e4cb4ed7a6a7f55d68810738", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58167fa80d1e40f9bf778e4a15368f9e", "region_id": "RegionOne"}], "type": "volume", "id": "92a35744f9c24211b3b5b507145a77a0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "933e0323e01b490daa73d4940b0044d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b547cc035cb14f3db36f3d5cab758976", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd4ec1afb0ec44728e9ef6825f438301", "region_id": "RegionOne"}], "type": "block-store", "id": "a6b6ca66961542f9bb8c5841a0d49053", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "69f96fbaa0744103bc5acd9dbed1d249", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "529dc1c4cb5d4255bb2dc17e8cabd830", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f716a66fb3194442abcf44b61038ed80", "region_id": "RegionOne"}], "type": "alarm", "id": "39e3e9f01e6847b6b22d95a04dab55e6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7de9ebb48ae0436cb7cbd2fb0f614086", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6363ad575e5542c79e9c391ff479f311", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9ce3e7dc5a184c8aa87550755718345b", "region_id": "RegionOne"}], "type": "alarming", "id": "edd6eedcafac4a9c99036a20924ddbff", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d9b44362e1224af3996146a1ea4a81d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e50a9343e24b4246ba241f90c05f27de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2cf29ca5708e4f1f858f9d9e6d69bd68", "region_id": "RegionOne"}], "type": "meter", "id": "92d53c64a1434fd0ba8cd766d3ee3f13", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a93f1b42d7c04f3b855bb9e56e116799", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b727db4bfebd4ff996157213d5b860fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "866f4e9ad2b241d580faaa545cd64b7e", "region_id": "RegionOne"}], "type": "metering", "id": "b396e060bd86426dbddf7f8fd92ad360", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f844fc8cd8e641509ae6e118785a2912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "060fb0b56b1047af9328c8222ede5db8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5f462c0f254e4a049e18dbb8bdc2a86e", "region_id": "RegionOne"}], "type": "telemetry", "id": "f51d1e5aae4549a98bae8eb7595d388f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3555e4e0f07d41978ec5775184ffa4d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d24c0a4591094ce8955798507d4e456c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3b8cbffbb4944e21b0bd70bbf6054eb3", "region_id": "RegionOne"}], "type": "event", "id": "50231dcede1b4bf181a050b39253de40", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "bfdc10ea429c488b991e6480c377306a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5d98a591f5c548fdad7b6ef02be034ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3cadee00b49e4587b4520bcddda878c0", "region_id": "RegionOne"}], "type": "events", "id": "c17bae030c0c4d6bb0daa4d36672a6f5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "776fe9ceea62427f92acf0051c18f19c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f7a92e86c788408983ddd0c50d1d7c04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "908e296e13e54a14813a25f798e60ab5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "79e34352cf4d4a8c9df60362db04eac8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8c27b8a6bf914dffbbd6de189badb66a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "84b9f8168f254246a7c8d62824f4c75a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "318ffb0df9c5456b8552082426530b13", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d4dd276daa5e495183186953788cafdb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cbf75980c41c403fbdb63627dee41b41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f4c09e9e879a4e459d06221aec86e30f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d8e2ca28bb4a4eb6aeb5b654e1b8b451", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "0d07bf99a2524991bb5bda7207b65ae8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0384d6fc016f4880a607b0b3ef9fff6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "db8f528721be40a1a303b5f80242df13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "171efcadde6a41cdb23c5d3a03fc397a", "region_id": "RegionOne"}], "type": "tricircle", "id": "512639f8d7f8482b81eb35490678efcb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "bef46099a65b435f88a57fe8d4caeff3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0b51158a5a064aa78d050d4237d1d747", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0bbfc2bab3b443e6b0109fa046eb54ef", "region_id": "RegionOne"}], "type": "database", "id": "cb9dd54b2645417084aa6ee87e081dee", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9c751eea076445d19c443559ee65d301", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3f2d810ecc6743afb3b37f7b5d517e6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e040bd290a3640d087a2af39c4bb849a", "region_id": "RegionOne"}], "type": "application-container", "id": "184877018e07463c9e102dc8c34220bf", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b5447b5a2f44443a9d05cb212863a891", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "755ac92cb71645f292099bccbb8fa25e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e6c38f7800bb4b49a4660a6f70ed579f", "region_id": "RegionOne"}], "type": "container", "id": "ae7311173df24ada8687367bb13a9b32", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "05c295fb14e24e0dae782347627b4273", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "45096e8a9b66421aad04aa2f5537862b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3337159182f74334bc6db394e1b144e9", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "876d766669524270bea6731a5dfadb24", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a2c98df583854e1ebafd8181acaa0d0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0d58d7406068416fa9d4d35b3dcbe32d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f761341b2c384e78bb13146fe43d98ae", "region_id": "RegionOne"}], "type": "rca", "id": "286ad466f52b441aa809f546a90103f8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "20e9c5d9ab6744749c0a5bec338c9179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "96a665ab8675402abb506352b7091667", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "09f5cd8711d04af7b9517ffce5cfd2f3", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "566db509ceb44c18a4c3f45d582c37c0", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a8a9d15c60964bd8bc211b43f3e672b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "0b93bbd7f6a8487b83ebd5a084fbfd2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ee5e4785bc2b4579998c5af2edde5598", "region_id": "RegionOne"}], "type": "network", "id": "2909d6a1f97848849b67404e3a74f0dd", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "315f600519764d99aa4d9ea9514d0287", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c633b4792bbc4d249d48ee24a1577ec5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "de2aa64d659f47c4872544a197ea24ab", "region_id": "RegionOne"}], "type": "backup", "id": "578f08fd4d714297a39e92b0b8d25e78", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0a637b7bd62245479a7b88e6d3e776ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dc953c675ee0446a8f41ea26ffc200d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "14d8acd09ce7449489f697c4c93a559f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "55ec6994b1884511973f0a8ef4ae1dec", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "54f1d44be7bd4fc390e46515c1140444", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "920ba3aca8e64a0ebaf7c509ef73bd45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1a47f4b13ab14423ab4da708411433f9", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "387721f294a84f4d84f2628566ed5da0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4fd93536011143b891eb94c7cbc84510", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "90074452426d477ba8bb22eb51b0f364", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c54ac181da084b56943472446e3b551f", "region_id": "RegionOne"}], "type": "monitoring", "id": "5e800c8a46814593b65e9f3bb53c33d3", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c744237d36ef4f78ad3814bade09ebe7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b13ae1ae09404069a3feb9d097ecaba0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7f4544332f1849e8b618c624e44d66df", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "afec4721f94540928caf86bb10179759", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ef100ecb902343d1bac381235770c55e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "d6d38f78fbf54d5b997c4ce2a091240b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a71d4030110f4fcbb0637e7afb102fed", "region_id": "RegionOne"}], "type": "placement", "id": "2435b7c7d95d48a49c2c9c789ff1a9c5", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "44f6849c4ccc4a788b36aedaf487d54f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "83cd6d2ba3264168bef67f770fa79f6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0c5bd80ea0d84d549e89f553b138f19d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7e8d5ce8289b4edd8607b079bba44739", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2f3e2f809562436181557cbb1b31ac5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4e6517427fbe45ca8e16203ec95d401f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "44af5e855cdc4abba994d1cd064c849f", "region_id": "RegionOne"}], "type": "ha", "id": "fa6d82e0c0c94fcfa73f121f412a1892", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "088c21869f974a52a09ac553d3d25948", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1b28cc2c7d19408ab3290b61d9595bdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "56959eb32c924951a1b8a4d5574d50d7", "region_id": "RegionOne"}], "type": "reservation", "id": "c4fe727c64a74710b6b56dac8062ecca", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c3cb9d7b22e047189f9d791128c1bc0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3ac06a4cd28248f0bf9c7e10fe3c85f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "14f79bf9973c40e88d6cb93af8af60c7", "region_id": "RegionOne"}], "type": "function-engine", "id": "1a8b4a99f98049b0aed47e63537f4795", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "39038dac6d654197905fe23f6361590e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "377f99537fad427f998a713b3ce2c191", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "fef73fdc70c64dc1a049a0e6bd2b5abb", "region_id": "RegionOne"}], "type": "accelerator", "id": "fdd787b781c64969a50197fa915a9e75", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "19502b906ab84509ab2539ac213acccd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "415cc2cebeec4d1bbd8fed3510db4f95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "269f7bbf1b7a454195c4444c5ff52afe", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a07d06d1714e48d4ab524e19f08cee1d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a6cf77ca80cc4b7b936902f557890322", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8425c95665b94854ab9b4a96eb8824ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bb1bd3c4f9044bbcae9f01ab3967475f", "region_id": "RegionOne"}], "type": "registration", "id": "a36302c091034ecd8b075b1e072dbd57", "name": "adjutant"}], "user": {"domain": {"id": "c24a98b745574a008fd0acbd9b5996ea", "name": "976f8ee2a30148b0b622cbb612f3c2ea"}, "id": "ec30c1ca1c6443549fc358cb3f71900b", "name": "9e92b52dc0754784822121cf38c184d5"}, "audit_ids": ["2e01ce2c27a94d6988574b8e617d79c8", null], "issued_at": "2019-09-19T09:04:47.253505"}} 2019-09-19 09:06:47,437 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:47,443 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,446 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "type": "f67f40807c154953a8c58e0a9fd4da8e", "id": "1e22b282397248ce80eeb164983a1b19", "name": "c190e387534746eab5bbb580e7907f74"}]} {30} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_delete_server_metadata [0.065706s] ... ok {30} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_disable_service [0.063875s] ... ok {30} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_images_not_detailed [0.065019s] ... ok {21} openstack.tests.unit.dns.v2.test_proxy.TestDnsRecordset.test_recordset_find [0.064878s] ... ok {21} openstack.tests.unit.dns.v2.test_proxy.TestDnsRecordset.test_recordset_update [0.062393s] ... ok {1} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_service_profile_delete [0.066921s] ... ok {28} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_user_create_attrs [0.053485s] ... ok {29} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_domain_update [0.069606s] ... ok {29} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_region_delete [0.066687s] ... ok {29} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_region_update [0.065245s] ... ok {29} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_roles [0.065236s] ... ok {31} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_service_profile_update [0.062342s] ... ok {31} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_vpn_service_find [0.062374s] ... ok {31} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_vpn_service_get [0.055591s] ... ok {5} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_delete_ignore [0.067109s] ... ok {5} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_bandwidth_limit_rule_delete_ignore [0.071305s] ... ok {5} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_dscp_marking_rule_find [0.072027s] ... ok {27} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_software_configs(name_id) [0.042388s] ... ok {19} openstack.tests.unit.orchestration.v1.test_stack.TestStack.test_basic [0.188470s] ... ok {27} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_software_configs(stack_subres_id) [0.045085s] ... ok {27} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_stack(preview) [0.059746s] ... ok {27} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_stack(stack_act) [0.052042s] ... ok {27} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_stack(stack_subres) [0.052834s] ... ok {29} openstack.tests.unit.identity.v3.test_trust.TestTrust.test_make_it [0.067555s] ... ok {28} openstack.tests.unit.dns.v2.test_proxy.TestDnsZoneExport.test_zone_export_get [0.065452s] ... ok {16} openstack.tests.unit.config.test_config.TestConfigPrompt.test_get_one_prompt [0.199858s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:535: UserWarning: Couldn't find the vendor profile '_test_non_existant_cloud', for the cloud '_test_cloud_no_vendor' name)) {1} openstack.tests.unit.network.v2.test_router.TestRouter.test_add_interface_port [0.114583s] ... ok {22} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_policy_find [0.065905s] ... ok {6} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_vpn_services [0.066625s] ... ok {6} openstack.tests.unit.network.v2.test_quota.TestQuota.test_make_it [0.065888s] ... ok {5} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_policy_get [0.067898s] ... ok {30} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_evacuate [0.066642s] ... ok {7} openstack.tests.unit.config.test_config.TestConfig.test_get_cloud_names [0.177578s] ... ok {23} openstack.tests.unit.network.v2.test_network_segment_range.TestNetworkSegmentRange.test_basic [0.068177s] ... ok {31} openstack.tests.unit.network.v2.test_qos_bandwidth_limit_rule.TestQoSBandwidthLimitRule.test_basic [0.057958s] ... ok {14} openstack.tests.unit.database.v1.test_database.TestDatabase.test_make_it [0.065260s] ... ok {0} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_role_delete_ignore [0.065700s] ... ok {0} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_service_create_attrs [0.063094s] ... ok {21} openstack.tests.unit.dns.v2.test_proxy.TestDnsZone.test_zone_delete [0.061816s] ... ok {23} openstack.tests.unit.network.v2.test_pool_member.TestPoolMember.test_basic [0.068887s] ... ok {23} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_address_scope_create_attrs [0.070573s] ... ok {24} openstack.tests.unit.network.v2.test_qos_minimum_bandwidth_rule.TestQoSMinimumBandwidthRule.test_make_it [0.221304s] ... ok {29} openstack.tests.unit.image.v2.test_image.TestImage.test_download_stream [0.079441s] ... ok {29} openstack.tests.unit.image.v2.test_member.TestMember.test_basic [0.066940s] ... ok {10} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_group_find [0.067770s] ... ok {10} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_policy_delete [0.069814s] ... ok {31} openstack.tests.unit.object_store.v1.test_obj.TestObject.test_from_body [0.163375s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,170 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,179 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,186 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,194 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,211 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:47.106386+00:00", "project": {"domain": {"id": "87c15dff22fe4379a40999bc652fa308", "name": "5b5e8776daf341d39e226af76c020b64"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4c9fb7fde79641e0bfbe62f570ef2b72"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "df060a33f4ae475cb2e7cb1cdc6fd40d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0ef7c8c7f4584976a2d1773522303ca1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "399e0e4aa44c402c8e9e691a8eeef4b0", "region_id": "RegionOne"}], "type": "identity", "id": "7cd40b59bc0c4cc888661693e8575861", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "21566066f3d1472fb4a4e43c5e514ed8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d839c8cb83934422b56702b55d5616e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4c65e9d96b1a4301a3af55c19aeede66", "region_id": "RegionOne"}], "type": "compute", "id": "a017d4dbff774476b494e0c44b7bfcf9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "cc71de8400414cb7a42959dbfa5ef09f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "11509de8964546e39ba8b243b9e7a346", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "40699a50f446474db470930e00d9416c", "region_id": "RegionOne"}], "type": "image", "id": "393db54f6b444acc9952648f534691ab", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e7fe4a51f8ae4d6987c605fb9c69790b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a87f1c84607644a49b34c955818696b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0d931eb7fce64a0783ac5e17a564dd47", "region_id": "RegionOne"}], "type": "load-balancer", "id": "3f27d8dbf38944359c0684551a4d9946", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2be7d625e46a4178922e8ee291de80b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "039c9a3536304c618b75c3dec29b86f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b66549aae2424abc8fd4226ba68256c8", "region_id": "RegionOne"}], "type": "object-store", "id": "79cd7ae91075445d8fae8377431f0845", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c9c05d48831d4c94940def5c4fac80cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1e50903f8d0c4886a9c29915092f6b46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "26197b91191f46a484505c48d3b44bcd", "region_id": "RegionOne"}], "type": "clustering", "id": "1a9f68b48b66433cacfd18dac9ecb4c0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "abe7f1601d5046aca2473493f5322b5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6ab1b2d1bc984977a41d8c9ca75d7bf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8584cba5172a4749904f54954c3164c4", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1b03c4a7fd3a4121a0a3e5e6dd36db64", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6d058ffbd86e42bc8b8ed7e63ee5dc63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ed3f627659634dfe899cb21c01fe6670", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cf464660cc2442a4a8c6794fe71f9bbc", "region_id": "RegionOne"}], "type": "cluster", "id": "96393f8106544043811c7344c1d8a8be", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b2c281582e4e49eeaacfbccdf2b2636d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "df041f327f104beba243a5fe42e360e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c2c055834c414d74965fe163eebaaaa8", "region_id": "RegionOne"}], "type": "data-processing", "id": "9e3235d931ef4d17887cd65d0b7c45c7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5244401043664c82b7dc61919fc89ef8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "71154842b00540dbb2b4ce648e7673c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "54018b9edbba42979fd943021387508b", "region_id": "RegionOne"}], "type": "baremetal", "id": "2f947eb5596d4541afcffed54ac9b1ae", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "56650bde4bc34d3e9f980fb8e9497abc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5dfcad0571b542ea954027e0fb998263", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4cb309e4377943eb8aef01ac7999b591", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7b8fdc6cfca14dd0abcee8d40a1535f3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d1917126c1c74ce68cdbfdc497872eb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "abee2bd21f21409e87a672e4db5366d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "cac91823509b47018d71710b3fcd217e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f28fcc7fb7da4123b5ede70c4c481021", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9bea3c4b7ef54845b50fec44abe20ea4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "553dc7a62d8f4caa96ed15b78e6de1e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1892720b5cf64c68a30e8e21ed4d4df2", "region_id": "RegionOne"}], "type": "key-manager", "id": "24eb224e41504a5c86c4d9b92daa2ef8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cecc59c747574bb4a1e596db57116a34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8a4acb2f6ef84724ad612a1c3c0d6204", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "884dea76eb00426aada3e59b93f96e43", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c68c21c69fda4e8c96a8eeb527e4c7ef", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3f1dbfdce3bf460a955520b31baddfe1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "76b5f706141748a4ba289b46539de484", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2e06ec4c89de4fd9a9d05c968bbeff6d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8dae7d6002c64701875bce20ed3dd5cc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bd9c71d6435e45399f0cdb4fd7b12073", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "90620c45856f4a2ba96788516384e16e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "23e358bedb3e4278b0e8bcb9b0d1b1cc", "region_id": "RegionOne"}], "type": "message", "id": "286c4ff911894395b8d8e169abbd25be", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1ba7410044fe4b3ca11a5d0c25bb25d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "89fadc5db0ec4255bf0331ea0283b815", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b3cf71d3efa847f39072f76ef47a7fac", "region_id": "RegionOne"}], "type": "messaging", "id": "4092f09d21ab46198b96997e50d8fa3d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6f9c79fd16084edca99b3950844b183d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a6482fe95e504888b75544d634f4e40a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b698bdb3f0a6443b9e3799ee22f1bc5b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "acf46a60b41a4923b004019b977536ec", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7dd5cb898d5d4c7db48dbc6fdae07c8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1787a0c50f1a4e4c8ffdcb2c216b99cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "27947914923d43ab9e77641acbfeff79", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d50d440f5cf243a2ba9a33afcee6592f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "72893801f74043158d066827c3407078", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "08d8305c56864b00ad7dc7f2add8955c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5d470999cec341ddbceaf4598a65524d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "8fbd53be63fb4d3a8dacaf1ccb13fe06", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c716090bdf1f4564996efb5aebb1b34d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "28cb8c00a27449aeb63d35fdb8daede5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4dfed595c69741759e1b4799c6495789", "region_id": "RegionOne"}], "type": "container-infra", "id": "81b8fc0d12cb4805b0a2bf8656333175", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ff9ac0090d12427aa95f7302583e4bff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "099c70a3f8854ab2ac556f986e6b2ac0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ab9e7eafa7c644ffb1f1b4fea1f24c9b", "region_id": "RegionOne"}], "type": "search", "id": "897ca428e8ec494d92737a48d30ae777", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "33834b46c6b34fb886b517201d917ea0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8effb7c2257146068e51cedd4a7c1a48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c8e2670c0cbc4ac6a9bfe3dee9a19805", "region_id": "RegionOne"}], "type": "dns", "id": "386ced641ef540f38d4ad5105307e87a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a86601ae7ba54073ad54dd0d6bc709f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e20cecfcaa4a48f48932f10b4e6eba3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d2916a5fc86644eab094c655c96cff8e", "region_id": "RegionOne"}], "type": "workflow", "id": "e1830581d1bb4e6dbc8beeca73326c1d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bf7e12a3a30e4d6d8294ff9eb224de08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "df2e0e9bc7bf4f9491e5239b9cb264ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "24b7ecb0045e4cfba47547ce079e9060", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ede1470c3fa64255a08d87a2fadd347e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "e8b777faefbf49ae968cee73ec4bbf8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b9db898abf294e1c8bed1b6c5f3c00a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "844b5c36766248e18435db88463d319f", "region_id": "RegionOne"}], "type": "rating", "id": "1bbe9c8b7fb74ca2a17904fdc318db0b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "18c2080ae05748c5918773b036d3d323", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4105a21d6a8648c5b3d10bcfaa9a625d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "50c40251d38048489c03a2e4efc1681f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c992ebb5685f403aae1f166df35a3c26", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c11228aba9704fafac3c9642269805ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "83e2b96e17114dcfbac34fcefdf45ce4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "76d31c31bb7246a6a5ccadef1273db1d", "region_id": "RegionOne"}], "type": "policy", "id": "0620c1e2bd144c47b7f7619a336d780e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "64c2ea83af224cf096dbbb687251e394", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f9e7b2958b1340469eb87bfa30275c47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9420d2fa208a4aaa867a84dfe1ce16a0", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1463ed75680d4e83a40948f5e9136c6c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b16f096fda9e4b6a84592783b4d0ade7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "05a88885359b44fbaa0049f44c7e5374", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "be6eb2e61e744ce290204aa6a496b0fb", "region_id": "RegionOne"}], "type": "sharev2", "id": "f6f3ae1474374edb8373fb3540f34640", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2ec2c508a969455ea5ae2311e72257a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "92aa8b4ff767455794fc20198f60e732", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "621fa511026847e8bb16176f486858ff", "region_id": "RegionOne"}], "type": "share", "id": "b296253afae34234a3268abb1fb0866e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "70685021014e403e9ddc5906b0305fee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7ff1e42cf92c4abc824921ac12df3be8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "23febafeb3664ecaa34eb21f59f0a9b9", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4fba318d928742489110cadbf9534df1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3f873e0755040b3a49a60abceaf9609", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff1326ca3db646b4bd6b22b78f89d154", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "953b62b19b3045b5a9052ddc1f176c6d", "region_id": "RegionOne"}], "type": "orchestration", "id": "091f7679da444dc9a84af3ba6b7b769e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d28dba8cd294d06b3ce0dea3f950c6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d6735ced3384e06928614b5ef848740", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83c49b50c68c4ba0ae230cc0da5d1f8d", "region_id": "RegionOne"}], "type": "block-storage", "id": "973e4b33c9394e51a8799a0ba3468136", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c05a20be82e41d98abe210782de6357", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "874da142d8054a83b984bc23875faf92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c6b152cd7c443c08c193b6182529b1e", "region_id": "RegionOne"}], "type": "volumev3", "id": "a5ab732826b54ad9b71c41ad4c3b1ce4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd16ffc40b3b498ca0c9974c15e02939", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d3404331df44851af9786b1c68a886b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b960ed19119428f8459aa391b20aebe", "region_id": "RegionOne"}], "type": "volumev2", "id": "d84313ceb2a147af9833a10858e56a0b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a01c6398c4ab4527bb0c8c528a501ab7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "812fc5af701143e992b0cc8690686936", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ffa977f97404cf290deecfe8cee11fa", "region_id": "RegionOne"}], "type": "volume", "id": "3583a30a6530480c90b676e5b5828a23", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a1537c0b250420a8c3dcf19bb6ef404", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fd1c231553d42e49a7a4e3e4566937e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ecf77fb145124fa99bede206f8b6e4ec", "region_id": "RegionOne"}], "type": "block-store", "id": "cb6cf566c9db4ed98224d8cd78a8fee3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1eff1b15d04446bb8a27c43e676e3dd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a88436804acc4f4586cba7792f4fae33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "68a1bbdf84aa4f52b0db623b5e8e9b13", "region_id": "RegionOne"}], "type": "alarm", "id": "e6ba74aa0e9e46ebbf310b8cbf6400d5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2ae62960d65341a3aa676dcdbf9ead18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "76f73105b524458ab5c72d8410602648", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7e8741b8598640f59e4300a11e103bf8", "region_id": "RegionOne"}], "type": "alarming", "id": "895e37be2c6f4f0f85d0df46e5cef65f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "67ca7f5cce7248c0a2a35cc583bcae05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4cc5f05a0c424ed8adcb3472dbf15a42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d5431f40a9004782bc3d3aa34148e2b5", "region_id": "RegionOne"}], "type": "meter", "id": "3ba92d60b8ab4c7d89294b09361a9a79", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0bd6474536b847dbb2c8fbff98953d0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fc5ef2bbe86d415c8c7f7421cd4f7dc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8996560adbce4bef8c2d1a4f4a831719", "region_id": "RegionOne"}], "type": "metering", "id": "08b91c3b935b45ce8105925e10875f40", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7c637dd6e2004d5dadeda90b7a7ab87b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a0993e27489642629f9ac90e95d0db57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b07fbb5b80d34e898866dc32cd00924f", "region_id": "RegionOne"}], "type": "telemetry", "id": "d95e197655124912aa3630dba80ed3e7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "435954a7ecdc45dd927b60138e38ffa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1e440fcb891f482a943eff78ca435282", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9a97ed72469548da8ffb20cb5044b943", "region_id": "RegionOne"}], "type": "event", "id": "0d571f185bd94ca49eee74079f3ba159", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ebd9c84706b64fa5ab36f61fbb45e0f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "308bf2c47e97432d98f39cb581ed5b60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "34a4ddfc3aab4863b73b59070d58e61a", "region_id": "RegionOne"}], "type": "events", "id": "84554d8bfd054e4d8b558de66ed88394", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "aba0a07656b940a48d7d6e4d762c5b5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2c1a5f5ff0c04fb0bede07d294bdd3a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6bc9fc98db7542c9b95e8b5dde7983ad", "region_id": "RegionOne"}], "type": "application-deployment", "id": "13561c4469ec494cb2b0f28e1aefd2c7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "50a70e7a59dc41958f83379e424e9ff0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "acd30035b0a34ac99eba1d0b42ab5bbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1240a9b1d93b4f4480ea14b0a26414bb", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f3540f43d363426e9f2977304add6388", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1a5173473f2a410c88f22e1f17c59f70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f08822a74ec741de8490c40bd5f83884", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3a3160bda9284bc6ab5b35c78cda424e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "9ce4534d65484675b08fd94ca97f7215", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bb80ea2765ca4a5a93506feaeaf0d7f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e4be7fc82273407db8ccb9121f82b6a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d988b51580f14778a61173e8f010bfac", "region_id": "RegionOne"}], "type": "tricircle", "id": "6787014f3dbd4d0e858ff836ef1db446", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d59ee8001d5c4d20bc07c3d598db5eac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c902d1df94434eb1840772f06e8c820e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f93c41a3410c4d18bde7f635a315a184", "region_id": "RegionOne"}], "type": "database", "id": "ea046edd3fcf402d887fa7a1fdb987d5", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a7e6af674710479c9a4b583068c3a98e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ad3462c48ab645d09cd8d9781b002ee7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "02041043b54f4c16ad606cb05c49e000", "region_id": "RegionOne"}], "type": "application-container", "id": "7ed58467549543afb1e76ed6916db978", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a9c4c3d2f3c845f5ad9b2265d9258f56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "20c49a509d134b89942d9f2d2f5a5142", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7a32326476f14d7ead09c38f22e028af", "region_id": "RegionOne"}], "type": "container", "id": "820b58ba533d4ae288d2296c0a596c1e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b00503346e1144c1a4b6dd8bf9eb4289", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3005482caf594267987cd157cabcc7ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "37a181e5e034476dafe71f9ee79d5325", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8458aef1e1584c5f897833d952dd4f15", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "37f4f5e11dae47c8a42cace4da30c5e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ab15f0422a454ac8bcf76f078f73e8da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2c1bd871af534f7ba4f4b72e0d7085d3", "region_id": "RegionOne"}], "type": "rca", "id": "3959eeb96ad14425bc44f878bd7a06cb", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b644abf26c9249eaac98277bf122f5e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9c34dcefe1864d5eb4862b6657ecfcb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "795e4e8f2b724b5b865574ecabd009c7", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0da9313aa58c4d6aa546e37cfde71f9b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ee7eb0ab9c144f03b19aa5673020941f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "569ecff0dbda4bd9855eb39bdeddcd92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c4913664b943468d91c675a875bc3ccc", "region_id": "RegionOne"}], "type": "network", "id": "e6a21c6b39a74508b62b9a1ef2489fa3", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9c8f71e3c9b04c1095f56b56e2699e34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4c43710c37694e27b12bc728772d6282", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "dab49739536948c980b8104332231c51", "region_id": "RegionOne"}], "type": "backup", "id": "d2d11ed82ccf45b5a21b27a3ea721934", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ae60f52ea1424a7fa08341502d422ec2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a05896f210db4e6998c61c42adfc5fc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6b41d69791344d3db5d8c059aa536188", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a75f205bf21e427f871394311e70cbd8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1f9d3f31d7ac4a018879e4340806e78c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "928f17e8819d4bbd957945ccac425873", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a85e33fb5d53434e95fab46008203a21", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "81e9059a8ad14cf18635e1f8a497737a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0e5ba2b505e64612acaf43d984e4601c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a33261e866fa44d492a10c5d2b0bbd4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b01e8316f82e4bb8af44d7342ad690c2", "region_id": "RegionOne"}], "type": "monitoring", "id": "f4d28ec737eb4f0084368ddce4f93269", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4ecb2f3c7b694d2784d7364861d3e106", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "741a64e0b81644d9a76089e9ee07600a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "3afed64535684eef95b5de8838c7b202", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d2eb270322ba4d49b4dd9a2185c9bad3", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "05467cc96ebc4de9aa2b0cc3e6f652c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "117937dbfd5d41ffa0dfd06380c431d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "e33c9741f215450ea5d23cf1415e7efb", "region_id": "RegionOne"}], "type": "placement", "id": "017f0cc0b92c48f69036f6fac984e209", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "57094ac43ad54ba6b7a04e035317f0cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9113ab4073f7414cac96ce30fadeaefc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f92bcfa2255144748b247d82b85af29c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "07695360db81403a91bc10f37fe571fe", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4a153a3ed83e449ab2cf4b96db9346f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b09feb5e401f46398f87e2b002cad0c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b2009ae988ff427b96de9e57c6635527", "region_id": "RegionOne"}], "type": "ha", "id": "8476b04b7a9649afaba6aa3b7df76b1a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "695f878303b24c12b8e04305293fdd86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cfb1d847d06d46d48376cf6095be3fd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "44dbe4cf444142b388e81411c864583e", "region_id": "RegionOne"}], "type": "reservation", "id": "f393e481d6204a11add100ffe046a830", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "28ddd7c05323491b8b2735320852f16b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "de89ff2852fd43dd94a590f69fb773d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b288548b03674250b311f3b8c64f31e5", "region_id": "RegionOne"}], "type": "function-engine", "id": "d584cd550e7d4c10a07d67021bb1f1d0", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d193e5ec342940d393672e9c03b6e338", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "097d324c154f448a8ec55d41c0060099", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e0098cfbe77b4e908d766fc639d6e976", "region_id": "RegionOne"}], "type": "accelerator", "id": "2514c738167448e3bfee24bad9938578", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "44a278f92d964fa9bc54fdbd74e6ce91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5e160c9a44704579967cd1353d456634", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "600ac0f8da6d4e55a422f3fbb7bf48c5", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0668e9a13a0a49219558c8b9e9a34b2a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "36b3c3f46ee8487b912c417425b6dfc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bbb554f8797f4a56ae37c098389d7e82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "59f3fd0ab6954906a2364542b0d813b3", "region_id": "RegionOne"}], "type": "registration", "id": "f1744185ff4e413388d1c6e9bbb728e8", "name": "adjutant"}], "user": {"domain": {"id": "c7e2029e37254a4f885d96e0c7c805b7", "name": "fe797c0ddd1a47f38b9f10ab2eb76237"}, "id": "c5e01a1bff944072b18369de91aa8afa", "name": "cb0ec12044974f398f1d63491541a650"}, "audit_ids": ["6e8a059884b94bbca3bcf9bdeb24e327", null], "issued_at": "2019-09-19T09:04:47.106386"}} {26} openstack.tests.unit.image.v2.test_image.TestImage.test_download_no_checksum_at_all2 [0.188272s] ... ok {5} openstack.tests.unit.network.v2.test_router.TestRouter.test_remove_interface_port [0.071280s] ... ok {14} openstack.tests.unit.dns.v2.test_proxy.TestDnsFloatIP.test_floating_ips [0.063378s] ... ok {28} openstack.tests.unit.identity.v3.test_group.TestGroup.test_make_it [0.067527s] ... ok {25} openstack.tests.unit.cloud.test_shade.TestShade.test__neutron_extensions_fails [0.189957s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,534 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,539 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,542 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,545 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,558 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:47.469446+00:00", "project": {"domain": {"id": "7dcf4031fe214372aa460c3926f259d6", "name": "2aedd856c3444e6b87df4d4f09006b5d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0491cda81f974cd1b8a1aba75420ddc0"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1baee6328a2c4e7fa187787ffcdbb006", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5d584ee24bef47fba09e1e1eee2afef9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "76a8c467da81452caa5eeb95dc72d881", "region_id": "RegionOne"}], "type": "identity", "id": "e39bcd9ae6504d36aaaf6710a006a4fe", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d2b5cbda62044106adff07eef9885311", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cc53c7180b00477e9e6e6fb928ac253c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "10fa47c732474f818221b00dc4313743", "region_id": "RegionOne"}], "type": "compute", "id": "56966f1cb6db40a588d825455d7bf3ff", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a48ce245312740d3823fcf4502de4325", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b665347c46754a57836d60de92187349", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "3157898d4c9a4d328806e9e0cc2dbcbb", "region_id": "RegionOne"}], "type": "image", "id": "174d99d1d7eb4e8fae99dfd34f954df6", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "39cb9f0d142147db8d7433d85899d26f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "edc6c3239b384b209f6bfc48a93c73dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "25a856dd7bf249d4a2a5a3903c45f83f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ba1dd40e56ac424daf94ff6107b53601", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a4e593770734731b01f23116905dd95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e06bc231509748559715759615f194ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "158807c44afb46978ad2d925cfa04eae", "region_id": "RegionOne"}], "type": "object-store", "id": "0176b5ae7e894b2aab80760908d218b1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "261eb5bfdf8248428d8a50edd45bf8cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c199e5a7984948218d0fc83c827c6c9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7ba5fff441d84e8799f2bb3bb28bb1e4", "region_id": "RegionOne"}], "type": "clustering", "id": "0d0722d9bb13472b8af0b64665141e0f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6b5228d4aa8646f28b2c900b0aae437d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aa79e98a74b846a9a4fea3d7365c2e5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c3ce267293ea4d6c8040536ca620f7c1", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a7d52081b967443494af453b7e860b72", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b279d70c43074ca79344ab0247463c90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "411c8e947058431fa91d03f4423b2170", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b98230e65a3c4ad6a2bea68484e7e06f", "region_id": "RegionOne"}], "type": "cluster", "id": "c28d033eee4744fd9f75cac9394f572d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "645ae7c85c85491e936a305f7ddab675", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7e94af0428274a08960704bd0fd99901", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8cb8a9c6506941b686a50c8feb7a936b", "region_id": "RegionOne"}], "type": "data-processing", "id": "4cd0b521c3034c9e834c6811d9a7602c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3dd8c6b2bae84af29e45bd90094d2ee0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1b03493aa266449b93be70b6c1e93d35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "42a1fc790aea46aabde330f91f80b509", "region_id": "RegionOne"}], "type": "baremetal", "id": "f9f1bbfaa13f46bc986c0c4011fa6be9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bff19b91c4ce4f87b2c7d3723ceb3362", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "eef3b31f01b54d0487a4d924c71063fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fe1e0753aa6e403e985e5615e5a8c7f0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "25880d7b1bd8451abafac7a262c69455", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ae5400f84454442799fd53dd89181687", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "512db08943e4461ba830c02828f3d56e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0da67bc642e946eca5793e39f61f261c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9e2555d106a946dead26f884ae97978f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7428b1cf27cc4edeb6218d0a61e06df1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3b9a9143666b4d8cafca9e5aa354a194", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1887e9bdfe3e4eee92fd17b3304b92ec", "region_id": "RegionOne"}], "type": "key-manager", "id": "ecc4509993aa4880a0bd5271bbf827a7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6529ef6d59b44a8d92e83ca20273d281", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1e350bc08bff4521aebdc4091481ca39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ccb47c38ab604eb8b1c50da951f31bce", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ca8331781d54407a96f4420d20c9db26", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "22cd0a317b3d4799a6678ca5dc102663", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "34f5de01a33c40fc85bb4eb6f06d1b21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "709734e5e3e34011a5440716ecd94b0e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f927484bee9e46b2b8445d347ef93184", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8703bc6085e04eb7b250e269c5917dfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "69ac3c91db9b4621938df57410341863", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ab5da2a3ce7c4fca8fa5548b73815bc3", "region_id": "RegionOne"}], "type": "message", "id": "5910a8b432174d24934bb60e41fd3f68", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0bf1ce4a47d347b3bae99dbe818dfb0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "59c5ff6e6eb544d6801a5bedf1f4a3ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ddad2219fcdd45f89e3ea319fc51fd7e", "region_id": "RegionOne"}], "type": "messaging", "id": "71759f87ed514408b12962b718fa9246", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c1db24be33d346f5808ff89065f70f95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "bce656db73df43068c141aed24853d67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "04f47c5642dc4fada1b2999c9900205e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "bbfe53782b9841ed9831a0001672d5cd", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "84af047285aa45959bec7ae32996e422", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b2171d5d706488686554e8a4a0db6f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8480e83f535945ba8e5167191aeaceb6", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "295e05f7a1c9408c92d90b5223c0979c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7362dea4d95746089dfb671ece2c3108", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "797f6db79e124a49a043fbd6d89c12be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73324223eb7449ae849034e1146f25a2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "af458ba2e600484f824a35ea7fce2c1d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2735e639befc44dead47725099845240", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4eb34ed3fd674c3f8f6ae186d1e30067", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e908b0843aeb460d8b5e9eaf8433a1c6", "region_id": "RegionOne"}], "type": "container-infra", "id": "78797ada0feb42ef853932365bf9dd89", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "72e07e2bfa6a40169b67d0ea5437030a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d28ee47eb1a24fc097b5ac3509eea69e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "27280d51cd594d8b8d4e3ab2d19648dc", "region_id": "RegionOne"}], "type": "search", "id": "54b365f13b004325bbe8b6d4c72edbb2", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5ac818bb097444e5958bb8cb9a4b67d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "672072fc5995478a9e013e2ee5927a2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7a30db522f764eef88f6247a24c5152b", "region_id": "RegionOne"}], "type": "dns", "id": "86c09ab3e18b435e9b4e07cbdf359a25", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "898da525239a46df99ae60e6cc7f71f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b07ab72858054b69b51326f0c168ca2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "518907f0dcbc4694a39ccb58c70de250", "region_id": "RegionOne"}], "type": "workflow", "id": "c6d28356a5004fcaa0bb8b008fb4e512", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b0351c76a84c4182a4afb6e7049c4abb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bd91f360e5724b048e28fd6d46317137", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8605f03e790043c3a7ad1e09a93c4581", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3ac6b33c584a424cb4779b3b668c75e0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "934c30aea5d74f5fa85d1b8d02f15491", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "92ad8b288a8444b2a4100a83fec978f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "96447c699fa049beae29e2015d03ffb4", "region_id": "RegionOne"}], "type": "rating", "id": "9400fcb11e7f4f0aa5a526cc983eec73", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f1e12a0a7b65493ab4ef1606729b2a68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9f241b0512a441bd9a88b0f906c543f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6e07478513184b1ca52e99576a802d2b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c5de614d9dca448db083cedc0487df62", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1db3b4e03f8543f0af27a68a1e371b34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "87d3f8b794e14bcf83218c7fd49280df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1aa3d6c3e4cd4346a413bf215f2fca66", "region_id": "RegionOne"}], "type": "policy", "id": "38b25cf981784ccfb4ce2c2506f3be91", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2b9cef27b684414ab5a5c949b20936a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0eef26e748684da7a6d4b217c4e93e85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5a89d4abd1cf4d4da6f8edfcbc88a591", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "be8bd7157da247d990e3f187c18ae870", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8a313ea7aa854bc9aab6a615d94c9e1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a38f9bd51246494faf3998f42e81044f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8dbd54b31df84e95985609c6fc4918be", "region_id": "RegionOne"}], "type": "sharev2", "id": "40cb6eaa02704addbf8b2ccd8f2c8fc0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "be02a1f635214f7f870d8c71da97b517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "af6ca6ce9b024a0c82bf98f0aceda94b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "61c5c46b65704699bad91a47e37b09e2", "region_id": "RegionOne"}], "type": "share", "id": "d3eb58d1a05f4f98a1fe862e23a26241", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5c8b3b21f28043ea80d030c469163689", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "11ad1fdf2551490697d88da05af8bdb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "47daa8754a9c4aedbd6574a897894957", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3eec3c81d0b2448d9d105289706def32", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49683526a2894514a4c60c47ff2e6e8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74a871e4939d40a0a345da709396b17d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4cca525cbac40c8abe672703bf205c9", "region_id": "RegionOne"}], "type": "orchestration", "id": "7eac4f5625d44a4aae9ea25f2795de97", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed7fe2c5e5fc413e9141dbd1a15a16ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09e742b5eb3b4ba0b77a24968fec0d3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2db1ee7358dd4d4c9e69032604e14dcd", "region_id": "RegionOne"}], "type": "block-storage", "id": "75a450e5cdcc406d81f22ff66c004d91", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aebe7eabfda741ceafc84113c0bc2dbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1258b79a723145b8978ed9214ba83677", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa6307f5252f4500b8ca16dae5256d1e", "region_id": "RegionOne"}], "type": "volumev3", "id": "47fec8f7209844f49d311387e355f6b5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68ade8f9274648a4a109db3322aae2a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "388b4ad799ab4965bf744040aa7dfdde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4dd3520d2d514f798eaba23bfb1d478d", "region_id": "RegionOne"}], "type": "volumev2", "id": "440e55af636e436e8f61a477a969a7f4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2218d27d80449b8b101bca62f5f4075", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1a9bdda485f454f8d753a69cdd1e309", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0c737736d2e404facbb2c8498c66d75", "region_id": "RegionOne"}], "type": "volume", "id": "bd2ea351cff64f6faad39327f5457de1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6ded4a96e1240e496d6f59a69351f2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0cd9a0386a0540d68e1b267d51c421cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6b1d867666247d395ceaaa9f40f7a86", "region_id": "RegionOne"}], "type": "block-store", "id": "9885d45e6d3842e5b59760ac7f44c66d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0424d917ed0648d38f5831f4552946ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5bbdd2d409784171b6d3d7231623bfe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8ee208d9d5b44d45bb47c7d52044fae6", "region_id": "RegionOne"}], "type": "alarm", "id": "1bd7169e66204f97929ebc31802182a6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d58112dead73464fb78e80dd06c141d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b09b02c2f6ad4a058e26383bb2da6605", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e6449ecc8a504d0b9f38839f2750e486", "region_id": "RegionOne"}], "type": "alarming", "id": "91d1eaa79fa746d39ebcb7d14ad80f31", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a313b9fc22c04e969f6f2b8780c1fd1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "43844754b9554b48b7ae872b4ac22106", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2aaa8148393e4f50b8e3fcdcd686d042", "region_id": "RegionOne"}], "type": "meter", "id": "0f9d5d8eb4ce49b89b176faac4b5ee9d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "07753b2ef126434aad4044671c5d6faf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c36991b4ed294239ab356d274c0f8de7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c534d7d085184bbebb8bc3aca980c1e0", "region_id": "RegionOne"}], "type": "metering", "id": "872e8e28529548caa850a89ebf677176", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "33a6244ede324fe18f1548d8d4f262a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f409b21e67264b87887c5d447a12b299", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e8ede87c27bc4f719e2431954b36fd2c", "region_id": "RegionOne"}], "type": "telemetry", "id": "f521c9423dcb4ce69bee29cd77bc7c40", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a01e2d68ce134927b63f0a2a9fc973ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1c26e3ab8d8e4e5794602f579e7a52e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2abcd63daf6a47dfaf43da5071db0e98", "region_id": "RegionOne"}], "type": "event", "id": "11c31820427843b3bc60dc6955ad4043", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "61ebfec8e6304ad1ae6496a7dd250c8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bf9e390eeb884eb4890b3ca1b0b64591", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3d3632fd32734954b71f8cd0fbe66125", "region_id": "RegionOne"}], "type": "events", "id": "46a3e40689d54ca88fdaa691a8a048dd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "522ffee72d08470ab8d690d0052e354c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0e00598c1bdc468ead6479a22bebece0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "acb0dcc798da48afbadea7201f678eb6", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4721dbd60f63454a92f998fba9714381", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "afc73f0507dd4db18b112c5dc037db03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5f43aec0cabe49bdbff7297aea6d3da3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b88f33cd4b7a4f7d9ca02fd85dbb0fc4", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e314f17de5904cd09a0c6721b51df39c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9a859a96f02e47d08c03efb86db3593c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a11be2cb3c854b08b2f02cadb8a641c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8479d339e6294e14852bb00e69453437", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ec4baa89a65c4f208828e739431db163", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fb359d618af54bedacee626beadf1b69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f382a91ba4d741eba0519c204a1975d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2e4416d3776d40fa8eced8ca0aa25d46", "region_id": "RegionOne"}], "type": "tricircle", "id": "138805e2007546d28e1eac3b39004eed", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0e33de431f4b4190b8bb830eba9f2617", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0a9b12ab11304006ad8db29f4717c370", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "35efd3bc315e4d31bb01bc3cf725b2fd", "region_id": "RegionOne"}], "type": "database", "id": "54969c2522cc45c6ad03bbd439f57e59", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f274793d92ed4d79a584d272fb8dc9f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a0c111e9ff3143f48f20acd30a577814", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3f52f8512e814c2d9b091ccf1b5ac019", "region_id": "RegionOne"}], "type": "application-container", "id": "f0c0f10d61f949a4ad1c83fa4c562200", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f58725fb93384ba3b833b46ab6b9ceba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "995152e501cc4971b20fe99ea4007834", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5690db3402a944e1a38970077624f6ba", "region_id": "RegionOne"}], "type": "container", "id": "84c3a2301f564d65a6297f773b1e6cc9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a5fd03c1d4a243809bcecb627268065b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ed7a977294e4441ea79ab27f1e4c2e46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f37e8df5fc4240b1a10bf23f24596625", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4e4f5aabdf34406da5c386232eece764", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "994cbaca0dfe4dbaae40d3283ef3904e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "180d996e01844e7fae9a5ae72d8935fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3e1b258a26ad4fb8b9756fe4d8061d68", "region_id": "RegionOne"}], "type": "rca", "id": "10a42773c6dd418d957f0273dc9fa0eb", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "008bec3f655b4b34a3e9b2b5560d0e11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9734d6a0189b4c9da9598f0f990a8278", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "69ba2574cb1840419890b9a0a865fa4e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "6d44132112414501bcad0326c9bc9ecc", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "90bc726a51064c419197bfcd400edd0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7dee6c4a39f043108ce710dca59b6273", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "97026a2a6b414469b7005363deef2fe3", "region_id": "RegionOne"}], "type": "network", "id": "bd8b320e1b5040fa8f2576372e4bf5a8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "b0977adb057d480885e6550c9920605a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "3d51e5ec85414b03af3efc79aad8284f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d6729ab123204d37aafb99176df8bee9", "region_id": "RegionOne"}], "type": "backup", "id": "fdff3f4f560749a388a1bb1f219a71da", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cead4a825338429892260ccdd7a3f73e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c8a25a2521eb432a9c0210f91eedadf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4e707ca81078452886d8b57deec205fd", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a004332852a846f5bc55bb408573055d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e3752168800f422dab5b0154492f1fc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f3e8b0a5afed4273980eb0cd90ed3b12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b26ba18ca57b498b90f0105d8304e79b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e114e5848cd743e59a7d89beb74c7972", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a5dac33d4a434949a216e8f1fd35cfec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3e81055f6bcc4041acadceb4dc0e186f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a40a19fad9284bbab8449e365ed9a9e2", "region_id": "RegionOne"}], "type": "monitoring", "id": "46c2a101692f4e0d9c79c1241f7c0582", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1d4f97a713954d79a359cd35e92be0f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1987ad5dd1d04f04adc73f91cbcf8687", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e473e238da114ff7b3279cfe267bf2e4", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "cb986a6a3ab547a9b91dd80061ada8d4", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "bf086fabc8c94e56a43fdf38806f3369", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ae0ce988f17247a0badfaa400edd65e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "386033ff376e408da938fb142d187a99", "region_id": "RegionOne"}], "type": "placement", "id": "a3939a2ea1bb4cea83f8a94d276ea0e9", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6d5fc25614784c7bb69298ef49858e78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d33cbda955ed489a8c5677ef785ff131", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "31b15137132e4fbc9bf4793adb24041c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7f0078f6f883417ca7affc15f5b07f55", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "691a855fcdb944bfa3882a5c13816828", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fd9683afe6d94a868afc6a61a69b80ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7ff1e23146244fdfbb0dfbd28caa65cc", "region_id": "RegionOne"}], "type": "ha", "id": "651b4458f32145b0b30d17f274094bda", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "68cbf8563e14426d8359bedd9cf88b74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d55144da701d4d5091e57a0206b7b244", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "cc1edfa15a834a19afde77cc8b2d82d5", "region_id": "RegionOne"}], "type": "reservation", "id": "e644c8cfa2dc46b7a6ef6fdf56556bd0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "137861baa70f4d009c50ab1cfc2a104d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1181bd0568e44bdbae9bef7f5834a66d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "fc880fc462be4211a834029a9214a8a0", "region_id": "RegionOne"}], "type": "function-engine", "id": "49be71853d1242caa61abab473a2143c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2dd5763476654d2b8f0f94648b8c0404", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "af68a8f351ae428fbdef8bc984f95311", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5e838223ae5641bb836be1f04e1ce698", "region_id": "RegionOne"}], "type": "accelerator", "id": "1f4ad57ecce34892983fdd4ba8a92003", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "abbb2d49213946019c7a87f9cefe9e0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5ad7eaca5bb546658f7ad6b4e1cc748d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0846ad2532644df58deb9f60fb7257d0", "region_id": "RegionOne"}], "type": "admin-logic", "id": "5a204717a7954b66a3c6013796345167", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4056d571055b48aab6524c4914457bea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dfeb65e6d5e94536b077c3a014b6cf23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "79fde94c8adc493f82cc41116c4f4fb2", "region_id": "RegionOne"}], "type": "registration", "id": "3b4ca11915d64832a743e7fc25101896", "name": "adjutant"}], "user": {"domain": {"id": "8d4247a103ef4bfb843b608b839831bc", "name": "760ad9e3bce749138fdb4456663d4a13"}, "id": "c872d57eb73c4b0f85cd16474de73234", "name": "0eaa82f7c21144fb98b2dedb4c971439"}, "audit_ids": ["7d125b34f9324150a146b813b81ec545", null], "issued_at": "2019-09-19T09:04:47.469446"}} 2019-09-19 09:06:47,647 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:47,652 keystoneauth.session RESP: [404] content-type: application/json {0} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_service_delete_ignore [0.061900s] ... ok {0} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_trust_create_attrs [0.063312s] ... ok {0} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_trusts [0.063167s] ... ok {0} openstack.tests.unit.image.v2.test_image.TestImage.test_stage_error [0.074935s] ... ok {26} openstack.tests.unit.image.v2.test_image.TestImage.test_import_image [0.075144s] ... ok {26} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_host_delete [0.063222s] ... ok {6} openstack.tests.unit.object_store.v1.test_account.TestAccount.test_basic [0.268326s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,538 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,561 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,569 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,578 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,596 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:47.438753+00:00", "project": {"domain": {"id": "2138c18a8a1d483095f6fa23e95de7cf", "name": "0ca2eb8137e74800a0be684029fc7b81"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "35002f976b844986a0dc680b0d12ac7f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2891e102f72c4bff97371e014a6428ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b32f8943aee14ff4989ab1d4fcb51909", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "110eae4c23364be9a64dfc7a0e663fc4", "region_id": "RegionOne"}], "type": "identity", "id": "b388eeb8018641d78d3965b16f8e71da", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9276e8c96ac04ba7b7e16a60c351949a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "efcc72cd40424cc3a02696735f6f579d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "62db6bb19b1646a3b19882121b5edeea", "region_id": "RegionOne"}], "type": "compute", "id": "7cf31a7f654049188359f2e8628e1d16", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "98c27fa5129e4af99e4e378130d2481f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "9bdc6fba90434fcfa8469fc2080c7fbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "86b0cdf001c54d9facf1e2269e649da3", "region_id": "RegionOne"}], "type": "image", "id": "bb34ed139a5c4875afb9faab23fc42f5", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8a0fd9f229f54e06b3c2f350cb6d1a61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3ad44021c82b42e49d4d8179ec267bb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f7027190fffe4bcba8b71ed7e3cf73fa", "region_id": "RegionOne"}], "type": "load-balancer", "id": "cf95c1df627b4a65a32c0d09356a010b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b61b4ab56714632ac130beae7cf9046", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da86a3dd8f15411daa33029a96619354", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f226542def864f2388fb93e43c44bcd8", "region_id": "RegionOne"}], "type": "object-store", "id": "e79256f75022465f8ecc16f9dcb2d129", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "09564d9dcf8443d38c099464d0496622", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6ae0bc924199426394fef50ba9001d25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3414f39565914e4889f034617edc7a8a", "region_id": "RegionOne"}], "type": "clustering", "id": "4947477860004c0a9c574c6d885f3bc0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9f4296b7f5824bdbbbde073ab4410e00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "caacbb811e8e45b6ad4102f5590ef6e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "37467658097540678a12d13870413784", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1f23104c07204e2d920d8fc96b3448cc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1b7a921b34184f8f9a506e51ba9109c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "21b646e637bd496f9bb87b62ef4a7883", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2d175ae0ff2f40f1baf273dba4a2d553", "region_id": "RegionOne"}], "type": "cluster", "id": "6ba74b121b784159810d66fd267f7d00", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7f3720c2fc8b4c00bc92ed6500c15168", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "85ffea45c4f84f1689d7fc1bb6c6f0f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b8f50fcb15d14aeda275209090d43011", "region_id": "RegionOne"}], "type": "data-processing", "id": "7632e5d86efe4000ad533346bb679178", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1bcc8be0eff64d14a6aa76df61a4fdb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5680698b48754c9e90623b11215fec70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "45be95d4564a4d95999f420c0e42def8", "region_id": "RegionOne"}], "type": "baremetal", "id": "b6c99cffbb7c46ce8f948fe52324120f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ac9dacca38864a558249471150092236", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "774ecd556fa44a248491a5174285699c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "210f10e18a7f4ef59aa2aa53299d4848", "region_id": "RegionOne"}], "type": "bare-metal", "id": "287afebe6a1b458d96e7c480644162e3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1512ad5f9951477899da0256e14b144a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "55acab521aeb470d85c836ee5bb7914b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "cd3f803950b44aaebaa3e5c1173199ac", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "edf13777e1604d62aee909c9efeeaf6d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0ab6c1ff7e6a4f62b497e2e8f8b60c3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0c09da53630543fdbc47bd41fd82ae21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0885fa96f1ee4d28afd44deff6308280", "region_id": "RegionOne"}], "type": "key-manager", "id": "545f96a1d35b433f80022abcdc2b9090", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "562ca100f06b481997e7d408975b6374", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2ed7e3f59af448b49667cef1ec47d28e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a1481f1f4eea4ce688fe3e5cbff0556c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d0af0045596d4f70aa14e9121a2c3d28", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9576f07318d54e7b84099b245fb0474a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7fa9099f9c874b2b8ef28a7c92bcb220", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a501ff7fc35b477ba6c11664cfaddd6a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "481909f12536485d8218d0f8fa4332c8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "39d12e340b0c4ac8a328048c51eea749", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ffa1e4f320be46cab3b69a6a0269f0a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c3c8026e1b0342418bb1c88d18c61dea", "region_id": "RegionOne"}], "type": "message", "id": "7c271c3605c74846b67c6883a7f4bddb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5826bc9bd6614db3a5b72de1ed116d45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1599ac1bac0a4bfc86e07ba5ff9ef6b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5caf5710893e45b8bf0c3df91333d56a", "region_id": "RegionOne"}], "type": "messaging", "id": "476418c6f7894260a721a3bef069e82a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cbca8b9c63d44e78ad8719d66923060b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "46ab0913a41743ec8c053026c33364a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9b1d51afafcd4fdfb7922930affd2ec5", "region_id": "RegionOne"}], "type": "application-catalog", "id": "87f40b9fd2fb42ce86ce56e8be4389e6", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0d3664b4c2614f2090880784b7753cdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "92981cea303742ddb0bcc6a482493181", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1e8bfd20fd254e7db7ccc25e9da47acd", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1cb6578b64f54c90a79f3f3ac21aba6e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "15a34bd1cd144855b76e9697e592171d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2d39d4ce734e44c693a8c7d5b974d78d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "79de4d0b1eaa409eba8dcf8b292b692b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4139ee414cd34f0ab0797afbec71362d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a5f14d4ae671463ab99085e21235b7ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "51cbb0467edd4b49ab989b271d42a836", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9212064a15d3437299ed8c5d33bcbe58", "region_id": "RegionOne"}], "type": "container-infra", "id": "b1a7cd302b8d4a6f8df1bd73b86ec0d7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "490bff102f774776a9d12f5dab8aea47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "4b68a614ebf54abc825abab72a00c152", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "19b02ebe9fc84da28286b020e7ef62f9", "region_id": "RegionOne"}], "type": "search", "id": "1d87324f552a4ff7b13c5894e44dc8f8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "551dca648c2e4472a34eb719f44d4b2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "52db72efffeb4bb5bc1a655117938058", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "46b6269026ab4166bec0018ed3efc723", "region_id": "RegionOne"}], "type": "dns", "id": "ca3e2a8e55db4e67b6e301294eb4cac3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b065850361344c16b502b91efe7c94e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5711aca888624e7cb7475a668d15d6ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8054189255ad4b8ba02dff3fe5673ac1", "region_id": "RegionOne"}], "type": "workflow", "id": "2f6f6a2efb7e4eb09a1ea00c6127d6bb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dcd2fbbb24dd41beaf6af41f413e33ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "52e5c4c9e6b2464a8341204c908922ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7d41cd87d493466a95ee40386ab67dbf", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c798cdaceb304ec3ac7b36cbbf4cbb0d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "fad9fbb8170245aba8b81cd5f805cb8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "58f470ae612b498a9a8ec3151fac4c2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ce6e4d9bee574e36a5e1c3b534578a8f", "region_id": "RegionOne"}], "type": "rating", "id": "f9b8573fe78c46c1937360166eee010c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cd078960ad9c4a5b8cb05c32d37a412f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1588c293a20b477cb47eb706e9aa72c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3f4fb8295e1a487f812257fb825de082", "region_id": "RegionOne"}], "type": "operator-policy", "id": "b4a4d3ee3db24d48a1fc006824d12e05", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "72ceefb468004cccadb870ed3af74001", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0cc68dfb7ec44c6992ff12dd03d195ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1698ebcce99c4dd0a0794fbcf9303c8e", "region_id": "RegionOne"}], "type": "policy", "id": "47284ae49df140fbb800da6649c765cf", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3f94055512634e0797d31d37d38af2f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d19ee1d6dbcc4ec78a5a4a28bf1ef78d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0940af042ced45a5b7ea29fa947a9f8b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9201251414f84e1b9b251ec335d21c37", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cc6127725c584f58ad6cffae99a57823", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "27b350b6154a44288071d5d27c0d9149", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "04737718c66343cba1796de669f416a7", "region_id": "RegionOne"}], "type": "sharev2", "id": "702bfd73bc5c4026b560bd3a7cae39f1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "be3bb5e9cf414a2182842a28a8c3a450", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "246b75024fde4885b4ba26c3b17b7253", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1659be23fead47a49e4f8b9bf0f9e10a", "region_id": "RegionOne"}], "type": "share", "id": "9016d75415fa42dc9fcb8e197382c57e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dd1b581fe0d54c5786eeeb2d95f82224", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "53c871843884435e9b3b6927df6dd752", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "bf52ee207b104bc7896ed29ca33c4ce5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "095d8589958447bf95b03a0474e437bc", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75a3f9648411413b972dbd66f14f55eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "079fd05756254ce2bb5c2727a7dbca4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae7dab0ed8b0479f9702f271b0c60169", "region_id": "RegionOne"}], "type": "orchestration", "id": "82e09e28adf6494785e3f96b20e8692f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "209c5147de9d49e5a339216a2213d793", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "569d9825da9a4b87be230050ab5f9d0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f56cb7a6a13a490199af6aee092e39f6", "region_id": "RegionOne"}], "type": "block-storage", "id": "a640544ebaf946b889b171a0d811513b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97c0b881bf924b8e982c77ba0719fe03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2456f05d046454abe8a5d860ecf3055", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64a586ee25aa4a6daddea9f2ad21fe17", "region_id": "RegionOne"}], "type": "volumev3", "id": "dfd887b1ffb34b078347993d9efc45c2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b633826207142459a5e32e3968d1499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76b5deb781d84dbd953f5a9625308c7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "277ec10677364e07aeec8d8a2c65e78c", "region_id": "RegionOne"}], "type": "volumev2", "id": "81075cc568c64e00b330948e2383eccb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74b935ddd93a4d838eb3aaaddcd3e99f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48e966103c1d4353b93cc1a03f33ec91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13033a599204494b8f6143de8d9b4564", "region_id": "RegionOne"}], "type": "volume", "id": "a00d0b1a7ff34ba1be9f2a56125199e8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "871811be7e0c4f2ba3a59da26366685f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24b478c55f1f402c85a2cd3249b35e6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "780b27ce3bfa4175932dd656545d2494", "region_id": "RegionOne"}], "type": "block-store", "id": "3d2594f2530f40c185c55e7847e0106d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e387cf3291f64848ae2b5c90d84bcc66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e67210d26e134cc2987d4aca9b5dd2fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7b1ae0df221845bb876092729022d2f6", "region_id": "RegionOne"}], "type": "alarm", "id": "73c38ee2e8344661bfaa5ee399c16e0b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "aeb12a462054449685e14a0fd3caca78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "993f6db2919443e6ab40bf7e9b63c7c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9533a70cb22e49d5a0427a1cb5dd7660", "region_id": "RegionOne"}], "type": "alarming", "id": "73c7b9187f294415927ee80328575b3d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "88d0b5e542d14c40a399d6363647f9e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6bd254bc4c80431e9d6bb885a2b55eaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "870842b985f949648bc5006059cdcf17", "region_id": "RegionOne"}], "type": "meter", "id": "2fff3c2b248c4750a7fcba470a2cbbda", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5c42b3bd205a48898c76eb5dca312060", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0a8801d877cf4c188785cf9e26084519", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ca393d98b2a14ed5b9bb8b041b289282", "region_id": "RegionOne"}], "type": "metering", "id": "28583ba0953941f3ad223a4b946dd4c8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "570f2cfad9944a478130cdedc283e9af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2190844ee3ed41399b267825afd4f297", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8ca754c342f4456a9f0197175b10ba13", "region_id": "RegionOne"}], "type": "telemetry", "id": "8ddae77cb0df434585b3932dccddde04", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "bc2bd3d52c4041508dc96037af1193a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9026f421652d4be0a45ad21d28bc51e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "389230f9e7ba4e6fbd19a30d201a276e", "region_id": "RegionOne"}], "type": "event", "id": "e5477cde764b44878742fdbd60c75f35", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cf95e627eba445f698c7f3c3213f6c5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "88f5e0945d464b758d95fd0715d293a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "def218c7136949cb87a4304d1c1f75ba", "region_id": "RegionOne"}], "type": "events", "id": "f7677c16c48d409e95836ba2cc44fb82", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4838db00515c4588a11614988156eb4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "236ed333701d4eddad8ad2cd1d0027cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "50ec6da5783d4e07a83f965852cf9f2b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "70f105fbc1aa431397d0f9f5e5ef163b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7774e76914fb4bc8b21bc504d65ddd4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d50ef19230864b7992d9f1b972db0258", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c64136bac0e94e64bc904276c6c941cc", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e2ad58a4df9e47cca667f3cec147ebca", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a8eff4ecbb9a45c6a5628a42e38c7c27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b03c3e9a7c114f7aad912f7f83ec3062", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ca805d1029754e58887e264cf2dfcfa7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "1b01cfe5081540c5a736b99de92347ba", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9943d25f5a3044a9afdd68a180145d83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6474b3fb3e3247538a6e1a2f4b1b9c4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5a9bfe96334f44b2bd0f8d7c7b044709", "region_id": "RegionOne"}], "type": "tricircle", "id": "baff3806bbc04a1688fa15c58b51ea54", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "44b35d0240bd412a991bcfa6918efa3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "98421028b43b4a658ae01bcc74027040", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "16ccdbd2e629421bb67bb6e2478e8b27", "region_id": "RegionOne"}], "type": "database", "id": "c8876a4e05e14165abdaefbbeda3e45e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0913262b45f54e6f8259e21c91933e91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "480409ceb9df48f7ba862a9b7845ca95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e778f466b17748bfbd723b62f871e22e", "region_id": "RegionOne"}], "type": "application-container", "id": "b2b734dd8fd849c18e1ad9ff6547f1b9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b0c9c1abdedc4a43a72eb4d9fb31c1c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f1f735d42ee940b0a928006844cbd11b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "babc8298a3044c25bd41420be9329b1d", "region_id": "RegionOne"}], "type": "container", "id": "2791e5d0531c4a1d9bdc8de72f2be23c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2399c4fd03f6436983d8e67695d74cfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cc84404bf9a4422e988fc8eb49093515", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3da0241ff0254d68ae9b8de0c66f5e36", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "27d361eba3ed4719a1ff088712ea1291", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "606243558a6d4b129a887e492cf345e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f4c2232403a64271b09203a49be866d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5a5cfba507624a6ba712b3d6de7bbe75", "region_id": "RegionOne"}], "type": "rca", "id": "30deece9f2114a1e968f55a15d25e84d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2f56654d66324971854e2d79239ecac3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d67e0504577945298c09c54d0979cac4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d108e59bf6494591ba9d6c549de57f6e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "33a46aa662b1413fabf52cd19e990254", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c64c1ec037684b9396d08c498adf32ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5686f8df22a54c0c9dbeeb4742d0cae2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "21a3931dc3be42a98bcc60ef64f639b9", "region_id": "RegionOne"}], "type": "network", "id": "3d63024b2c8f4a8aa3db7d6b7e1dda87", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0f6c7409311c4380bd81793b278cdc4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d68b5b1cc098421fb98ee65c1130b7b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7fa841528d2846d9a65d121d09e8512f", "region_id": "RegionOne"}], "type": "backup", "id": "171f01788c8846ccbe12bd6d98486d79", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "871a71e689d5401fa49886eadd148df8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1f87ea9009d74c66b10eef7b6c9bad62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1ca56d8cd873467581719920fefad76c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6f73dc01140b4455a5cab0b7d0e2972e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e9b4d30619bd463e97f1cb24adcc8160", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ba1cc9d09c4242d7a96eb7f613fc55af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6c29a2edc82c427bbed2cfdc2bcd98dd", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "7891960cb3f04b79b74991aa5b2e5270", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f2582bffa3d3420d859fcd42e3ccaf3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d1bcc61f2dfb453ab3f45a02a58dd5ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c42e74d7d691489884cdf13239864b8f", "region_id": "RegionOne"}], "type": "monitoring", "id": "c0668939e8214f278dd0d8b72084815d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f5dd6e482d0b495f80eab3952945ea9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c136368459ee40acbd30c5fc18396f09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c7bfa6593f024b1cb43edb3a6f9796fe", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "5b7980d8e5db430d9623d72448915f62", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "88156b9f195a42989e3d608d596044bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0fe5d3bc2b3a432db5b717d0d63990e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "87a3a579e8124995b3ba4c140c03a897", "region_id": "RegionOne"}], "type": "placement", "id": "fe2d15e535f1489ca319206d07587a10", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8a3023719adb4f4abe2be07d73981327", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7b9521e6743e4ca2839858b1723deecb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fcd5c14a78ff47dfa77af882d9630eb2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ceabe00c5e1c4410850c982c38c06870", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6a7686ca1e4d4076b4587a59def683be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "706376b749ef4ff1af12cdd39148871d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bc8b4ae1f448470e9411e8f79683d9dc", "region_id": "RegionOne"}], "type": "ha", "id": "06bacf2ee7734b58b25a67090154b5a9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3de76c2a466c48d49756d737be862166", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e0643625862a4ab5bb1f1118424571f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c7fc41e8d28f423d86a7242fe12590ee", "region_id": "RegionOne"}], "type": "reservation", "id": "05b5055a1ee84c60b83703c26205c070", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5902ae374f3740cb927f7e0e56d06545", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f72518725c3c4b26971b56666cf7601f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "439741a744e54bc3841095363f501613", "region_id": "RegionOne"}], "type": "function-engine", "id": "f5de9aeead7848a28a02a0ec1396ae3d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1c1aeeff8b1a44fc9784d2ebd7872e7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "365a20c23fbf4dc8b81207a05fba9558", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "88578305c6054363bfa1ef424bab5204", "region_id": "RegionOne"}], "type": "accelerator", "id": "8a389053eb3e4225935192e30067f7ac", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1f771efcfd6046ca84dd344ff6c74676", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f8dba7159b70400e8b05deb9b2abb5d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c5497f1802484e1a9b702cf049f665cd", "region_id": "RegionOne"}], "type": "admin-logic", "id": "39eecd1fbb65463798bce50c260adff0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "faef2bb184034e43bd09d6ddb5bfdb53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d24915ad52bf40ccb092ec397403c728", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f005958b2edb427987b555cc9ceb4f9e", "region_id": "RegionOne"}], "type": "registration", "id": "a2e38e9b66d843809c899562daec0684", "name": "adjutant"}], "user": {"domain": {"id": "d6f8e31dca424d9aa0f3c72d75d2b97f", "name": "9b901b254d254f669da87ebe88a507ed"}, "id": "20ce3eb65a0e4bb4a7b56e11aaad4cc6", "name": "2cfa4f5f35cd42098917352fb0a5707c"}, "audit_ids": ["2f17fe572cd64438b1afdfcb480a41c9", null], "issued_at": "2019-09-19T09:04:47.438753"}} {23} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_auto_allocated_topology_get [0.067160s] ... ok {19} openstack.tests.unit.orchestration.v1.test_stack.TestStack.test_commit [0.070616s] ... ok {0} openstack.tests.unit.instance_ha.v1.test_notification.TestNotification.test_basic [0.065820s] ... ok {0} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_segments [0.064649s] ... ok {11} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_no_argparse [0.174532s] ... ok {11} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_no_argparse_region2 [0.180586s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:594: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: my-network and routes_externally: True key=key, name=cloud[key], external=external)) {7} openstack.tests.unit.config.test_config.TestConfig.test_get_one [0.166938s] ... ok {21} openstack.tests.unit.dns.v2.test_proxy.TestDnsZoneTransferAccept.test_zone_transfer_accept_create [0.061881s] ... ok {1} openstack.tests.unit.network.v2.test_router.TestRouter.test_add_router_gateway [0.068537s] ... ok {30} openstack.tests.unit.compute.v2.test_server.TestServer.test_live_migrate_30_force [0.073128s] ... ok {24} openstack.tests.unit.network.v2.test_qos_rule_type.TestQoSRuleType.test_make_it [0.068358s] ... ok {8} openstack.tests.unit.compute.v2.test_server.TestServer.test_unshelve [0.077554s] ... ok {8} openstack.tests.unit.compute.v2.test_server_group.TestServerGroup.test_make_it [0.065215s] ... ok {29} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_deactivate_image [0.071329s] ... ok {22} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_project_delete [0.065735s] ... ok {22} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_projects [0.067494s] ... ok {22} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_user_create_attrs [0.066014s] ... ok {22} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_user_find [0.067049s] ... ok {22} openstack.tests.unit.identity.v3.test_role.TestRole.test_make_it [0.068084s] ... ok {10} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_user_get [0.064023s] ... ok {12} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_claim_delete [0.064708s] ... ok {12} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_queues [0.065640s] ... ok {12} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_subscription_delete [0.067512s] ... ok {23} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_delete_floating_ip_port_forwarding [0.069989s] ... ok {10} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_image_stage_with_data [0.073965s] ... ok {10} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_secret_delete_ignore [0.068637s] ... ok {10} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_quotas [0.067756s] ... ok {27} openstack.tests.unit.orchestration.v1.test_resource.TestResource.test_basic [0.063298s] ... ok {16} openstack.tests.unit.config.test_from_conf.TestFromConf.test_no_adapter_opts_ignore_service_type [0.074423s] ... ok {20} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_image_import [0.076555s] ... ok {20} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_remove_tag [0.082658s] ... ok {20} openstack.tests.unit.instance_ha.v1.test_notification.TestNotification.test_create [0.129020s] ... ok {20} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_segment_create [0.065397s] ... ok {12} openstack.tests.unit.message.v2.test_queue.TestQueue.test_create_client_id_project_id_exist [0.068017s] ... ok {8} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_get_session_with_timing [0.103438s] ... ok {5} openstack.tests.unit.network.v2.test_security_group.TestSecurityGroup.test_basic [0.068966s] ... ok {3} openstack.tests.unit.object_store.v1.test_proxy.TestExtractName.test_set_container_temp_url_key(discovery) [0.280668s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,554 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,566 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,573 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,580 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,595 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:47.485169+00:00", "project": {"domain": {"id": "d48994b8fb6e4510a64acb26828df6bf", "name": "fedfc0aa1e9f4b3ab942367ef29ac36e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4d32c5a6bdcf45a09149296c63aad0fa"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a7729862b44c4416a3c1a54b66f204bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "da583783d58c449a8a790c9b91844f73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8f475f12d9ad4eec9d2824eb74eaea9b", "region_id": "RegionOne"}], "type": "identity", "id": "ffa0b70e9797442b9ba2f18947d4fccc", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c696a61f4eff4470bb887c74684e61d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b78e79fa7ab2403cbe18091ea9251a8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b02e71dc7f824301a6291e9089c9381f", "region_id": "RegionOne"}], "type": "compute", "id": "25526b5332aa4df483bf3c4f1f2dfc3b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7554d707761e4da2899346612cd4722a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "cf5728b5caa44f38bc5b84db51ec7945", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "924416210402499bb8c5d239b74093ca", "region_id": "RegionOne"}], "type": "image", "id": "07ad4036cce04bd2b87a5f256946a978", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a24ea4e74f1840129045b8c0213cc553", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a8c91d623f724bf5b715cf296e66187e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "05c8b88cfd9440f28a6fa3504393a04f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "51d9e07b291b458da791113d9eeecbf8", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95f01241c5874abb8eb64a030aaf4d6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b9ddcbe18424716bdea65f9d94b39a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a899d3085d344226b582e3d6da79c394", "region_id": "RegionOne"}], "type": "object-store", "id": "fb423e5c238f444798b6767284013e83", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "448d0ff62f1c4334b18aad5242fb9c34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ff7dc961e03a47ea9b777ed95beb434c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1466e8dad1954928869c572a7766665d", "region_id": "RegionOne"}], "type": "clustering", "id": "19a19fa772dc4e7386163713f6a167cd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "33b6b524935840549d84d0be009dc90e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "46e8416ab1164c87a90629748aa67059", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "892689ec782a4524b3ae626914e092ae", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "3bbe1682535545ed95a9be1c1a1edc71", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eb8f268d5fee4c6193f773dd0cb01989", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "07bda893a409492d80d5084a8ffcae5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ec03aa0fe380482ab62757ac0cdea6a9", "region_id": "RegionOne"}], "type": "cluster", "id": "65cc271392844fa097f64dc656f6e0a4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "33e2efa473ed492b80275a160ca0ad23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bbb218c6713e46bc8f68b53f07a95b40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d53638e754c94fa58948178cbec964f6", "region_id": "RegionOne"}], "type": "data-processing", "id": "5777d74304bb4d31aff3d687e4f54307", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "36a46011fad746ee8c5484f536cfc947", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a1021c2a647c40b6aa448134ee654a75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "55d4351937ba4ea9bdc48cdd8e68bb97", "region_id": "RegionOne"}], "type": "baremetal", "id": "723e213d541b463a90066042687658dd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "57b3a3b7678449778744eebfab5ff37e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "09d1bd06c23f4abca289b8e32db20fae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f7fa757f8e5540a187524f270707146a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "0b57e30e3c0d4dde83ead34c1166af42", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "37dc64e9752e4457801b7e9f74ad4162", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8f21b4b8b8a4481f9dd08a2999142d48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "8b726532de3d4901aabf512ace94f0c3", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a62b43cbf13d42648f1708c9240c288e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "aecf1524850f4ed0b2a89d81c3484852", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4f198227ffd740f9a01b47ce90ce2552", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c49ecc4fe7f0426991e5a3c4f6ec57b2", "region_id": "RegionOne"}], "type": "key-manager", "id": "233a365f185b44fca968f8f6c36090fb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ee165d76340e4d48ad7925b370897543", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "03f5192117154b4f90f05bfe13af5349", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a1b99c157f12450d964f7b089b9e01d5", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a49069cd4fc041b895fead272e73ee3c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "53d7e5626dbb445b9b1b4c64f546f718", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6910dce4638a4cbc8974d0862b743416", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2f9eabb214634ef0a6783351509ad6ab", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4abd7401f5f64c4cbadc1f7c0d6827a3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "aaf559b595a7479e853abf95551e2591", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f17d9c6d39f842858e008d3c197b923d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "749d0ddc540e44fdbb1c6f4e84a1bac8", "region_id": "RegionOne"}], "type": "message", "id": "f3539546749248fea9401b3bb62ef383", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "93cefa0dad3f4c6695f39f7d94b850d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d2f29b1bb7b94fbf91a09edca9d19c86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6d9e515f5df94a989197a2ba07ff592b", "region_id": "RegionOne"}], "type": "messaging", "id": "530de1eb0167449fa9064d6350542fa5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "92aad3e22df147ce826c61e4409e62ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c8c7c8dfa6914394b439091932bb2be9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "519f6d28ce1d418a83b3d4306dc1a23b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3d6292490ed84f3687b31d108ab9c015", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "58e60136941947fdbc0fc5d0e9ea7f4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "918b67d0c7a74af4ac7d8be2b499f17b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aec70d8c6fc240c3ba5ceb734297dc9a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "33b3135909d1445abe41f832406ce959", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8b3788d8eead4c0d99b448bc75582cf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7842818e99d74d9eac007f6a847af035", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "66a063b8213a4a1c86035b051c862bab", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f8c2b5c1cad84abfa7bf5016cf25c724", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9ac48ecb8e554dea90f83382a400dbdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "795c38fe68f34f39b202fba136255e91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a3bee6db01bc47de9b362ebeb355cda7", "region_id": "RegionOne"}], "type": "container-infra", "id": "82f7f4c576a94bdbbe6f74e0bc0666d5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5f46ede78f564143ae9691b391c50281", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "4a26e22ad37a478c910265f937bf5c1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "bc9b1096919047499e4edd966e6ff663", "region_id": "RegionOne"}], "type": "search", "id": "73afdf9e20ce411792b9a0827d414ef9", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "cd5c0d7cd97a4705bb92e4c828f12e2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3f6b570ac61a499b97a20e22798d5679", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7522fdfc1382493597b717f555730c34", "region_id": "RegionOne"}], "type": "dns", "id": "2735c917a0de48c4936a7ff529d08445", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6fcd5ff6f4bd4001add54fc7a8d02efe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ebddf126a6884ed98267fdcc7144bb45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "41a13f73989f430bbad93d752f8792bc", "region_id": "RegionOne"}], "type": "workflow", "id": "807039ebcd42439fb06acb5f46dfe7fa", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c6d11d4519134c31a8f7f80657129eaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "80db37597286468cbdefda53476c6b9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "49fe5bcc270a46f6bb82b92353993444", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f5a3647a54a2409e97f243377ba3f632", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "dbe66cdee68a462a88c02d93900c9bc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e2c3bb150ec445d0b29116bada103a70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9f9fc03fcd1d4a0294b33e336f64e7f1", "region_id": "RegionOne"}], "type": "rating", "id": "bb7bc0c6ff7f4af88573a27a17db1b58", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3549fdbc5da84a169fedd20d96e4d636", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7bc70cdc5e0a45809182c7bc423bb0f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9ea8884b22d14be29a4e5ac7aa0d9a51", "region_id": "RegionOne"}], "type": "operator-policy", "id": "756bda28e7154f73a2e15bb3a9b59a3b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6632b6c56930486a88f7a4e6c77f8e38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4129387e5e554fb6a04c9f4d156d40b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "09914e1a898f42e4a1a9ff8e1ca1d58c", "region_id": "RegionOne"}], "type": "policy", "id": "c6d4227ff44d41359e3bf4f9270a8b24", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fd84545af1624548a46d646cf9c3d095", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e8ef10f4bad545a1ab2473244a3c971c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e98249cbcf54461fb93135c4eb090499", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b9658ef3309343638774ff86bddc8010", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cb05afdc31d34c1399083aed6a15a202", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "51b609e64d564b05aa133167fb38e17e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4bddc623b1a24f9780118535dcf6f833", "region_id": "RegionOne"}], "type": "sharev2", "id": "f692eb6c9d68495aab722749271c366f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "db482f7f87ba48ee993d8bfcd238cdad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "22f0be1c8c0c47fabf9d71aec67c8b7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "846d34bfa5c84358b6fd748482625d92", "region_id": "RegionOne"}], "type": "share", "id": "04495a9cc51545c6bbc85d9a3edf2da4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "324e70da4a294b7cad27ccea0fa3b41c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "48bf18da7f6945d688d902fbd412cedd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e6601df8e94e40959a9825089652944d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "25018ab5c8d0487db537243c788c08f8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "782e069155054a87979b305ab8015b93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "366221a162254270b16f83f0436a6b0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18a85045a7e64009af7f399cdf8ee2c9", "region_id": "RegionOne"}], "type": "orchestration", "id": "a8d43889549e4e2d8e33b9dbe175dd3d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b903970eb434e009b6918abc96bf8a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92a9737e27d64aff94b62fffc3c28877", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afe7d1cb0adb416abb474dc82fd0a9ba", "region_id": "RegionOne"}], "type": "block-storage", "id": "01275af16c7f473f8373f1ec3271049a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cdb47b140ac445808eb80442eebd5f53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1659209763546dfb996a76d5b2c5ca9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "430b6439178c475f9c6f1b97a206a974", "region_id": "RegionOne"}], "type": "volumev3", "id": "4acad152998741c3bf4687fc8d4fd92b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91cf72f3da634f8ab8a6261b1efec47e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f675a756dec44c0cb0d7ddf63018f02d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1bf21b983ce84c099eea79790ad68ff3", "region_id": "RegionOne"}], "type": "volumev2", "id": "934ead396bc640b39175780a2de3ba4c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d51d28011364e10aa59ea2e2602ef9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4c7d08d78224088a6feb45e1290a43b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "822171d8bda9489aa16bae4325bbbef9", "region_id": "RegionOne"}], "type": "volume", "id": "0e81ee7fc7184f0096524e9f0f8b4b78", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dad3d1f3784644e4aecf04df4300460b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1210c2cb00194a6c9261a6eebfe5f820", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ec4ba78dd2542e3ac2e2d7eca1a86f6", "region_id": "RegionOne"}], "type": "block-store", "id": "d169e336c2cf40828fe0c85d0c179453", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "91718da06769438195fdf15d862bbfbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "092ff57e29c8430aa688e229a66bab19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4c558a86f9f44e9c88eafd8fc3094895", "region_id": "RegionOne"}], "type": "alarm", "id": "3a445b44d5be4c20a4b8230253ddf0bd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "828020c2577845fba33d8958ed1ccb14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5160d5d1c5a84ab7947831092ecee600", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "467065ebedf845c187c4d5a7c8b48710", "region_id": "RegionOne"}], "type": "alarming", "id": "1a9e984c445449f29c2d59a3cee7d223", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "251eddfb0aef4d1c9ba21be15c297006", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "417ee821d0224f07b07f1cb71ec57c68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9ca27698ce5b447985890e304c434877", "region_id": "RegionOne"}], "type": "meter", "id": "446d476fa271447186cbacbaa3c10f42", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e69fc211c73140c1bca43893c49e1161", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "876fb2d7e7d14aa1babe534bcb3c038f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2fe5121ed52341dca3d1578e66fcc172", "region_id": "RegionOne"}], "type": "metering", "id": "29016e339f5d462da1e870738635da1c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e1e03be12f2244408a8d368c77e00ce6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7b73f5fa2ea147ff9f76c5dee219bb22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "21cec3e2ad8b4a8a9c39a907767479c4", "region_id": "RegionOne"}], "type": "telemetry", "id": "0f98d39d5af74796aa7e556a1aa2f730", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3affa00c7fd94d789073e3c89821e3ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4e99fdd5db1f4805b9d5fd23209a8c3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "781a85fef8ea431f9a9c45d65d13e00d", "region_id": "RegionOne"}], "type": "event", "id": "8008b15569024144915f8b80cae71caf", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ac5ecf7aef004566b622e28eb6002b17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c164a112df65466ab124701ed6d6be25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5edbb4f2a75147c08b69be1a99f17185", "region_id": "RegionOne"}], "type": "events", "id": "4e35f41a88374a589a808144b3ed4885", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b64dd96997d2420eaa3c81560d5383f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "62ce5185bc034569812ba1da9f8a2a04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9285915716da44019c513d91a6bcaf1c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "032ea11b62e149e09d565c715ba41e9a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "42fa264542c549adb0a280ddba310a64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2b51d1f64cf145928aae8a75f0f63ab0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c40e9c6441aa496caf3ae2d06ea2baf6", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8b8910d21700417b97f402f564ecf4b6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f22829bec5c64190af1890eb88ecbb10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8c7f428dbc21415a98e23d7dc0bff3c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "41de98b3b8d34fa9960b91c935a83f72", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "976eab7987464c7b8d19321cfd050b27", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b17d072585714b1da1aadc5b0232da53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cce9c34a2dcc4518a23cad6fa2ac2bca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0cc6938675524f5e8f4d3beaa966d0ff", "region_id": "RegionOne"}], "type": "tricircle", "id": "d72b04940f744957b3d5544c30784a9c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9ebb39533060477c8d9fe89b8ad86676", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "76e8fb1180b64d44ba4c88660f43d375", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "435a98325a264503b15522eda3c2dada", "region_id": "RegionOne"}], "type": "database", "id": "55ec110983424856a90df396d0ec6078", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4de0ef0538534cabb8b4e619eb23710e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "db670223411448c6beee5ee3d70c3f1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bc449dc9acb44220942048807e26f90d", "region_id": "RegionOne"}], "type": "application-container", "id": "ff3b937475ce4546b98547f1c4ddcf97", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5e05604267d84b23b08ad30d40857c30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d796ec4e122648dc89762970436e4a18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f90087c87b744351979e9bca7c858a36", "region_id": "RegionOne"}], "type": "container", "id": "5297729f55f042bd8b12e3f8d400428a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4f22ac2abaee436ab19081beea0bb9e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "152057a34df648f5862d3f6013e2557e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8bf479b291a24e8b8b5b5b63a3762142", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "79dd4643d4614cd790c471eb56fc0b21", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a443f81977004b91a25f3a41b9b4d1fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d6a5665cf9414dd889d0cec77e29934b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "49b2f6aaa9b74a918558760efee6ab1f", "region_id": "RegionOne"}], "type": "rca", "id": "cc9beb8c77394313963b030f48e76ab9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a5703c284e6e4a1a9126b9cb486a3d02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5d9ac11e50444a66ae0f2999d8d74ea0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "038d19d70fa34938b4aca71efa0cda90", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "077913669e2b47ccb56e909456f4220c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "860ea69e9487430880c6ce7915127aac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f68f07d43a524ae4905e766a11c83c27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d3a6d01fd031464f9cfb9f0ae8be5abc", "region_id": "RegionOne"}], "type": "network", "id": "837605ad3cae42c1b12905dd9337be0d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "56f572bb154049b1a4a6703a6dbcd0f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "3d2b6b9e21434ab683d3b5e30b29adcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9bf1cbb09e114ae6a414bf4d7c2b083c", "region_id": "RegionOne"}], "type": "backup", "id": "cc952eec93d9481d8a26624ea60f2272", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fc0d13ed869c465ab23766b943a3b4a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6541e1a94b164f018a98e72e5ec3a203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8398aa1925a7424da0c7e04e07fd694c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ec441280dc6e4bfaa59395e892cd4bd5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "807b496197f7450395d637d2a9d97f58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2e6d300d20a547c3af82ccd58250fbe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5ca4b82f67c74108b63d0a37a8ec7b08", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2ecdb1c3bfe04f45ab21a87160826def", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6be4d4ce99b04b12b5dc1d79f9fd7b9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7260c6d8fa814c8686d6314e5cdddb1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a6238d3e4a9541198661daa02f2c165e", "region_id": "RegionOne"}], "type": "monitoring", "id": "e4b893c281664afeb09d723ffbfa429e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0f2d0a140fcf4d61a2e238eb1c39b8fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "99b6e79fc6e04a27ba863c99f1748010", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "2ba8f9cdb3af462f86c26ac2bc45b638", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "23427ff9bc8146c8a275258ccbc4c137", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "406f5f46610b46df96509af6aba68c3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "cce42797b52948a5a30b37ba11677f9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "acf2dd605fd84a1e9d57ede97e0ae57f", "region_id": "RegionOne"}], "type": "placement", "id": "6709b6dae90b4336b691410666436bc6", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4ecb68b65b6043bc843ce935b92116a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a96ba5eaac9f447f99a1f2820c7aeddf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b5875c9d3dd74328b8a754485ea3714d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "eb23ab4df3ba455cb9fb868e296a6759", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "251f4ab0423f4d249f0c00d1dad39560", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b6190f3f12c64d0cb7d9f8db36bafc4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9d7f2f0036df4a90bc8d00de1eb5bba9", "region_id": "RegionOne"}], "type": "ha", "id": "45a012bdf7204ba78a0fa9afc24e1677", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e80ae1da8d27443e99477e24ef885bc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0cedfd53ea0a431ba9a74f68cf137d3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "f6742d0c4a9343ae9ce173b93949ce57", "region_id": "RegionOne"}], "type": "reservation", "id": "b79c49a1854944e9a779e938e1e0930d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5f84fad96ab24530a75193b8761e0f2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1b33709f6dd44495afc66ffe8a5b5ae3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5b7e0d52e5bc4956bc73ac2d2bda317f", "region_id": "RegionOne"}], "type": "function-engine", "id": "20dc01563a224bdcb6d197f6b164fc2e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "891d4fed338147b5b975b2c0dd1bcaf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3ac2c36e7957492a9f88d59b79e04c14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "856d9ada0e3d48dbbdefb3c8464f7dd6", "region_id": "RegionOne"}], "type": "accelerator", "id": "01d0ea6bf4d140858cc9da32283d8101", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a871f623738e4465a8f5cb93af3d7731", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "05e6e779fe85472c9405dd41fe54a586", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b290d7c3a36f42528ca5407d1721618e", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a29a7b23a6e942989480974b4dfa4d60", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "eb7132f881c0445aa84cbc7d66774e7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "76137e59f5584c8d803da3ec904932f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0132d0f84f46424e90a2e4e38777b5fa", "region_id": "RegionOne"}], "type": "registration", "id": "93fcd1c4b487410abb692db681c3d51c", "name": "adjutant"}], "user": {"domain": {"id": "9fedc909fa5543c9b7912e51043dd0f0", "name": "eff344d9c4fe483bb3c5e9fd4e33591a"}, "id": "3cd6e3a4030b4ab2a3bdd0d96a7da025", "name": "1a41cdf88d2c45e8824e70f4296eafe2"}, "audit_ids": ["e9ac143b92ce496eb1770828a3189d1b", null], "issued_at": "2019-09-19T09:04:47.485169"}} 2019-09-19 09:06:47,709 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_proxy.TestExtractName.test_set_container_temp_url_key(discovery)-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-Container-Meta-Temp-URL-Key: super-secure-key" 2019-09-19 09:06:47,718 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:47,743 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_proxy.TestExtractName.test_set_container_temp_url_key(discovery)-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:47,752 keystoneauth.session RESP: [200] content-type: application/json x-container-meta-temp-url-key: super-secure-key {27} openstack.tests.unit.test_connection.TestConnection.test_create_unknown_proxy [0.160176s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,626 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,641 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,648 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,658 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2019-09-19 09:06:47,684 keystoneauth.session REQ: curl -g -i -X GET https://placement.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,695 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,704 keystoneauth.session RESP BODY: { "versions": [ { "id": "v1.0", "links": [{"href": "", "rel": "self"}], "max_version": "1.17", "min_version": "1.0", "status": "CURRENT" } ] } {27} openstack.tests.unit.test_exceptions.TestRaiseFromResponse.test_raise_no_exception [0.065013s] ... ok {14} openstack.tests.unit.identity.v3.test_policy.TestPolicy.test_make_it [0.064979s] ... ok {14} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_project_delete_ignore [0.065196s] ... ok {20} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_flavor_profile_update [0.066889s] ... ok {3} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_abandon_stack(stack_subres) [0.051618s] ... ok {21} openstack.tests.unit.dns.v2.test_proxy.TestDnsZoneTransferRequest.test_zone_transfer_request_update [0.061757s] ... ok {30} openstack.tests.unit.compute.v2.test_server_interface.TestServerInterface.test_basic [0.059257s] ... ok {17} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_endpoint_delete [0.066676s] ... ok {10} openstack.tests.unit.network.v2.test_extension.TestExtension.test_make_it [0.068771s] ... ok {18} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_software_deployment(stack_subres_id_act) [0.063792s] ... ok {16} openstack.tests.unit.config.test_init.TestInit.test_get_cloud_region_without_arg_parser [0.110721s] ... ok {30} openstack.tests.unit.compute.v2.test_volume_attachment.TestServerInterface.test_make_it [0.055281s] ... ok {19} openstack.tests.unit.test_connection.TestConnection.test_from_config_verify [0.129903s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/cloud_region.py:344: UserWarning: You are specifying a cacert for the cloud insecure-cloud but also to ignore the host verification. The host SSL cert will not be verified. full_name=self.full_name)) Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,746 openstack Turning off Insecure SSL warnings since verify=False 2019-09-19 09:06:47,753 openstack.config Turning off SSL warnings for insecure-cloud since verify=False {19} openstack.tests.unit.test_connection.TestVendorProfile.test_hook_from_connection_param [0.102257s] ... ok {15} openstack.tests.unit.cloud.test_shade.TestShade.test_list_servers_all_projects [0.246160s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,520 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,525 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,529 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,533 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,550 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:47.456407+00:00", "project": {"domain": {"id": "ae8a7b1fcd524355b6af5410f45b97f6", "name": "689d0908792046fe8d8671269c659721"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b0b2fe4643eb4309a842eb52ae529c1e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "69eab8fa092c46a48874ba78865d7d65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0f887b755c204cfaa94ad577a6b7a415", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6a559ec3e93a44c6abdd3a735c31418f", "region_id": "RegionOne"}], "type": "identity", "id": "9bc4b1b4e598447ba04ebae39af85d46", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d8a699a15cf34c54a65812b8527a5755", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "dbc1253ad3b44ebba2fd43f77a00a83c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6d3323dadc614fdaa605f5ca3ae3b2ff", "region_id": "RegionOne"}], "type": "compute", "id": "f800b199f8c14cefaee49d915ed0f574", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "8d5d87ae4f52415186d701046577f259", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0956c7494d4b480d841a42bfb2ea5106", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b1c41dd4af814069960cd3e15c9144db", "region_id": "RegionOne"}], "type": "image", "id": "3f56c749fe50466c892f858cec9cd28e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "109d83cff2fd4baaa7900b9680ae80ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d92ce40df3a64dd5a93bc56dcc03c22e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7776f44051a24dfb90ba040d7d7388cf", "region_id": "RegionOne"}], "type": "load-balancer", "id": "df6a5b23dea94901ab1023643d37333a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "414fb1d6a1f24559be22a520f5f4bad7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b210d257c4554debabaccb84c9c0b593", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df9f19b1a4464ae1abe142b4a22b0d7c", "region_id": "RegionOne"}], "type": "object-store", "id": "b58095acafcb43c98031627a4e6df5a3", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e62f0f9326d24d258e014f7a33f8faf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9350d138b5454dcd858fbdd8ff252585", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4cbccadcb2b74be182251c113499e0d6", "region_id": "RegionOne"}], "type": "clustering", "id": "654a43b8d6444b289b8361a476d9c761", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e39daaddbadc4b4e951a964fc37ccd2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2caf51475fb2452a970d51e40689fe76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7d933e26897245bf84eab17c5b6a0ce2", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "593e0b5ddfba4b00b076ddc37d2500e8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "94f51671055e4475abddffc68b83025b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9f03aacfe0f14b9f873bef134921b579", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f611329d95724153a4eacf0d90dcf814", "region_id": "RegionOne"}], "type": "cluster", "id": "8361dfbb0cdc49548199eab90adaac31", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8cff72c94843487880c302c9d16b62c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "eafd0f743d6940e89cc264b0058a6114", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "aff70328fc1b45f4a3cbf58766998ea8", "region_id": "RegionOne"}], "type": "data-processing", "id": "0775af64903748549870b17c33cf1f77", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "28200e43742e436698f0502f7d32b493", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8c4b52c0c22e4656aafb3b185f01b79c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "869599991746433290c54e15ce6a1c18", "region_id": "RegionOne"}], "type": "baremetal", "id": "fbed2ef657764c9c8664064a85df6035", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "323abcd60f9f425589eb1009dd141b11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1ce96da6ec024ea4b03423238d362e0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "33f782b9706a4dcc8ecec78577af902e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2b961601807644249fbfcaa0b6112e1b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cc10e1b3a16c4feea9d2cbce584728b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1238d147d38345d6bae7e423a4da1a19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "46bc8f178aa8433785f52f2083869e55", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "642a14c212e94f349f615a0a0d9a7f88", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a0f1461848a14bf78713aacd473f7c94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fd8c3e146e0e42c8a32b39a4c4b04fef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8ba5487bfa114f848f8f02f72a56a4d0", "region_id": "RegionOne"}], "type": "key-manager", "id": "0c243ee2291740d0810cbc28533e9e00", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "183a1a64f1e54d6dbd86ebac47436099", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b81b1fea423a4216b312c8a46e128a93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "92b1a03755d647119ea091edfb1ce75b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0a7762c437e24064a8c1df9898861bed", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "433e296185f94ca4a5170f34bc9d6447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3ecca7f360d94c9990f4f14ca0276452", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7e36eca7711742618a29fc047fbfdf7a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9a695184e323418f9bb37256ce930788", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4e59842cd61d4689abbb44d0fa734cec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0f7ce78c83134807aa00bd0dd4daf81a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6ce40400c1de4ec3bc38cbfd6518cb0e", "region_id": "RegionOne"}], "type": "message", "id": "40bd2e4f96414e00b26935e1ea8bfa76", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8c4aa9cc831343fab480c5fd8a8c4199", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ca4bd4022c374637bd1755f7c6af27cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f9a91aac25c4429686130833578b6759", "region_id": "RegionOne"}], "type": "messaging", "id": "39b19df22bb64f478952ad2c9ef4cbb2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "957ef5ed338242c899408f3ec69e5665", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "bd653318df584995b57dae62767e84e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "89448e7d4ef24a35a37e94d94e809b66", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7a334ac06bdc4dbfac5245f7a35a3f69", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "962a8cb5d6ae4ad69a8e78f81c738377", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7b39ca6f109747b389567d0018516c97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "db3aeb1a19364ec48635fe231df0e672", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2f2cb4184ba84f8ab96d8d2a0e27a17d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "61d5b7a1b6b242ca8b8fb5d5df0b1334", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bab305c6925349958dae51d33a0f67d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2b02d1ec75814de48f5d2303a698934a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0c7ed3da2bbe436d9198cee4d75b734d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f3828cf2ea254e21a5e94d208b86f72f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f797c25ffb6b4cf880fdfecc1087e394", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "53c1ed9425a24240a57f6c7a8ab4dc26", "region_id": "RegionOne"}], "type": "container-infra", "id": "708d9fbbd6504efd98d897d01b598685", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6632f739127d4c9abf98b3e0c8147a31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7c372ddbb7ff4e0c81d94a8976ce8a0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "115c3ed102ad4ab387a96cecb081cd2f", "region_id": "RegionOne"}], "type": "search", "id": "a04189ae89f9451f9e56683020b784a4", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9b69ac21c9d94658921b37026cdc169d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "01cfb1ee83c940b8a13abe76f7bd324e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b6e50b9aec934c3185067ab1c26a8de7", "region_id": "RegionOne"}], "type": "dns", "id": "d80af7095d73419b80a910ed795f72ed", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8800b68a408346efbfaa6108e58d652e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "08bda50ef92842969fb260000b30ed9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "59ff80abcdcb4a8e8798d488ce630c66", "region_id": "RegionOne"}], "type": "workflow", "id": "879c9c1fa43e482fbb10845211f5fead", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a8fd15baa6c2463285bedb9375fe160a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "589b982d4cb44d2fb545c53fe81cf77c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "30d7f7e360a04583942b089ad7c578f9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5dbeecf1f51945a1bd730efed3893f99", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "0d2e2690f759420eabe288a1dbb4d059", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6623e9ecfe9e43e4b749816190e2ec0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e298d277a26249cc90d9646e686ada1d", "region_id": "RegionOne"}], "type": "rating", "id": "3ac54d489afb49febf7935b8c1b12524", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7fb18e5cd4b14b8da7802b9f4af5c8e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a73d9694616042cca6e1bb89a85d8726", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c016ee124a504e0c9cc831ca4b2d7526", "region_id": "RegionOne"}], "type": "operator-policy", "id": "69c55c380c984ee8b92b5ff0099c8e2e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "51a081c09d7a4bfc8b5b27f2704c0170", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "70d8fd7ac2a042a58ad14ef180ee1f5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "336abd0444e14724bb13270237a4daba", "region_id": "RegionOne"}], "type": "policy", "id": "367974714d904bfca663f936c4d16838", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "202c7eb97e6a492ba34ad797639a6d03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "82b176a8bf594e6a85a37aeba74717ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "66a5970034ca4b288665f9cb100db841", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "56a951afe7a14130a651461f02f6b4be", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d87765e8e8a847c08a425d7bd19d0ed7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3c08dabf17874e5ebc423055acf3f521", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cec32a6c7df84bbb8581331946f8592f", "region_id": "RegionOne"}], "type": "sharev2", "id": "9a938442ef7441518ac21dcc56198252", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4ffef5ec725e4531bf204df2817ba371", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4bca69aed3f140109baeb1896ece9940", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "164e44dddd744d629cbf5f47ae00d8ce", "region_id": "RegionOne"}], "type": "share", "id": "7b52ae6785d943e880dd723f464540bf", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "92d40d2dfbe54f7caefb7c0dda947c62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9e7767d1c577445ea8d5d527bbb5f63b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "93c765fdbf3844f5a08d303992ca08da", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "27b86ece722444968dd5c13fda29b55b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be1a49632c684414ac9c044df280c976", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dab166bd4e0d4fe291199ad6679a1f2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63818e89900f4295bf0c807764bd59ee", "region_id": "RegionOne"}], "type": "orchestration", "id": "edf454fe522f45d0b5e30c2ffd7038ad", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6edd2c2ac6734cf59d71f5618f4ae12c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7f9008cf3764571b36268086d3b2629", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ecc3cc37e9b24b348b6838cfe104a1dc", "region_id": "RegionOne"}], "type": "block-storage", "id": "7a9efbeab38341d49366c8cf4863dfd7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fca06f5926aa427cb336b3d5eb2c9def", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fc4033448a247c1bd2d60e0400d3ca0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59c2a695b03744489de87c1cc318bd1d", "region_id": "RegionOne"}], "type": "volumev3", "id": "55f8dd6163c24feda0873070ce1be37b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f149905162a485594d5e67a2c43c631", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82344669b2614b52ac729158cba5f682", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1549ea7f2772422ba79d5b062c5b8bc4", "region_id": "RegionOne"}], "type": "volumev2", "id": "b92b63e42de64397bce8d3e8b6bc9789", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f12cdee88c75419ea413e52762bd71f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb8841c3c02849ffae9c12e42545560f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87df82d4455e447f98adfd6e4364b28e", "region_id": "RegionOne"}], "type": "volume", "id": "2bfd19635342470aa9e84e1e00115b16", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c60834d0ee4b432997cd28bfe4681e1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e398d6f7b14483baeee8bc18c913216", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16d4656b69ae445f9b968a03fd608466", "region_id": "RegionOne"}], "type": "block-store", "id": "29c8a163c51549b7b3dcbdda17241f13", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fb27ec8b7fb5412b973dc783040a3b29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0870fd6a49394a839a1fd2f8e7bb0872", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4a177a815b8348a7a0aafa28c5da3be9", "region_id": "RegionOne"}], "type": "alarm", "id": "66a73f9cb3d84f87b54111016f076d6a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6444a2e8be7940898141ab59ca7ca6d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1560c7ec311a412fb3567acaa432c807", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3ae1fff3733a423181428e69cc62640b", "region_id": "RegionOne"}], "type": "alarming", "id": "b42b9e7fb8be4df39b7aafd246d11f47", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e9d59504de734be4bec41186b6a9a9be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7d5ec384d4f34d61bac2ff1429434bfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e04ccbff92e94b19874e16ec52d3d26b", "region_id": "RegionOne"}], "type": "meter", "id": "fc7f94fd708d4b0f8f9c2da42d665bde", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a28e9909d15245d2a2dbc6182a63620e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "77693cc1cd604d0a8d61b341329d22e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3f1fe0e589424d278df38e14f1dddca3", "region_id": "RegionOne"}], "type": "metering", "id": "bfcc274e340d4906beebd272e8fe43a1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8326fadbe67048d9ae4fe3ed5de2625f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c0721bbbf6a243e8a84eaf17a317d193", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "09788107c6974fb0a0e833918853b883", "region_id": "RegionOne"}], "type": "telemetry", "id": "7319be37dcce4e1e9a5e02a898a56c98", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a9fb7d1a16c140bf9f000dc28bda14a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4da9bec91e4f47c2b005ddf315d3e07a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d24a9fd6cc374689ab79e5ef84564ab1", "region_id": "RegionOne"}], "type": "event", "id": "618a60b0f4c645ff9e0afdab1f476598", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "71d994dee31a44cda50c73694baa2c8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "04cf5e16a2da4cbba552bab988d584c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0cb30226558e45faba4eca4866a622c4", "region_id": "RegionOne"}], "type": "events", "id": "7543fe0c7eba46868463842ffe18fbe3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8d7933ff1f0740399d5120225e8518ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ca832eeffbde465ba8facc4f778f04b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6c9c067dae4d4e0e97813dde07cfc461", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4723c21e50df4aeca2ab9ceb12fbe5e5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2f71737512ca40e1b7d92f5e8d89adb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4e277e1e6e514e67bfe7c1c191029256", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ddef8229195546398414a880b7e7e4c1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c33d53b0d4bb405ea184ae8c3fdae19e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2a8b38fa19fb43e88eeb7cc5364f9da7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6c25963ed53743fdbcbe028dd14bf5e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3191eccb652e4b88a5b100328ba7d626", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d856f6dda9d240eca0e5a226d6c7ed36", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "09e321a5c0ef443fa75a285428610829", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4572f485abdd4518ad51eef4dccbe825", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "eea25013f1f54df99e01712be8236f69", "region_id": "RegionOne"}], "type": "tricircle", "id": "f62f1bc4dc5a4a0da89c4836ce1b4d1c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "55cf254da2f94195b0b6035df20d6f78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "09396ae859e4405e90c529e029048481", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "40b7edec5f994f528eab01bba0cedd99", "region_id": "RegionOne"}], "type": "database", "id": "bb5ec900cbab4f4489c048ffde56b4f4", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f2a000dce89f4063b04a36510f8bd130", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c23f6f0c8e5640dc867f4a6a8890e1f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "85aa9ba683ff4b18846ecc17f8da87a4", "region_id": "RegionOne"}], "type": "application-container", "id": "cdcb154bc5164f398e3439bb12e96730", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dc07e25564fb44f78e45209b3d0acb44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ea4e82694aa949e99bc145fd3e7ab414", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "00c7409515944e2e9f2f04aa4ba0ab05", "region_id": "RegionOne"}], "type": "container", "id": "a7c9bdeb38484712b0c6b08ecfab6c7f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e799bf0590be4a2e8c1b3714768eef70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "53bec2882e2a49a3b09ff0dee9a8c31e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2199d66710df48c3ae4a43f5c77c88a4", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2cc21881030248a5b7c51d83fd50afa9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4715cd6174964b558cd35891a4313274", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "be0b1b14ff6e40b88471d32ab6083251", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "be785bc345cb47d783928f73e664a045", "region_id": "RegionOne"}], "type": "rca", "id": "0992b375100e4ca8b000c47f4f9f6353", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9bda931377eb42d3a1104d6d2da68fa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1755b0e054f843fca4ab73979ca6c518", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9eb494b7de894da2a11c2211af80dbba", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "17cfad40bbcf454bbe5325169e7d12f6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "20fc2b38b6a04fcc85a50c667864d9c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "37785a1192764842ac2add6995e3525a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6cce4b9da5db4289904f1b78abb12905", "region_id": "RegionOne"}], "type": "network", "id": "d7e287c41d3647fcab521e5918b95156", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "245096154d3f4bb6a1f9320847fa408d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d8b9f2bf046548a3978668588af7ca23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "2b0f0d8c163c415fa8a5084cd428f0e5", "region_id": "RegionOne"}], "type": "backup", "id": "53be451c05dd4962b01434b5e4d04800", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "23e38ecf7ea241ecbd54725b25430a1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "166b5c5df2a44fe0a919865d7e330d46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bd469044787f45a5bebdff487a44931e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d3c0cd69c8324557af02742f78803f3a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b79986a2bae94a2196f38a1dd16c676d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e852873b832c4395a301f93ca4e460f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2ac65484d0c14bdbb01fa05e04d8f38b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "70f2b6aaa2ce4cf2a3ff00506131a658", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ad591ffa18024d0dbd4fd66764dcb09d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "57512f91294642d693dc5b1a344f0966", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "54c28af22fe6455d931a9dc6b16c721a", "region_id": "RegionOne"}], "type": "monitoring", "id": "4010f8b920884cc78da57f9554940902", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fccafabbe9204cb7b82c2b76c7f1c791", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cec67af5fefa4ab494216778ba0ab3da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "2f71f2847e214d6e8091f1f5a8d14a81", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "503a3fd94bcd4ad28f49694d35c23ce9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0735f793f82a4ae39496bc12d88b2098", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "e81180028ca5424393fc8016b88dbad0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0f1b5e3068d24f689e532eb570460874", "region_id": "RegionOne"}], "type": "placement", "id": "63d6a05c01c24009a85ae3b9b6f45871", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e48b0c592d36422f82c28c9ac8e98f4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8a83442dbb934d7eb869895cd3fd9aaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e78682a979d343c896239636b240eb27", "region_id": "RegionOne"}], "type": "instance-ha", "id": "efbf63ce44674b45a6d579a3732bc91e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "45d7bb1d813146b496d60452329dc599", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fe1fa1b4033c40ac86fa81889f72459c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "56bdf64cecbc427aa94263c8515f4d4a", "region_id": "RegionOne"}], "type": "ha", "id": "4bebcfd132364b52893bd0d18fb0b87a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "75421f9ed768400f9e344b080bcdc3c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1061483eee3b4e0ca25d8737f6dc7916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b57c848df5b5435bbbd58c6687d81b12", "region_id": "RegionOne"}], "type": "reservation", "id": "2c3237281a394bbf8031a89615f44d3e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e99d9230a9614904a40eebe0e32c5a59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7ed1e514ad75411ea6c8beec3142d04d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "7d811ce7754f49f1a7f08652ce487b9e", "region_id": "RegionOne"}], "type": "function-engine", "id": "d639c1eaa65346dc8ca4daa5ffd15e37", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7719da1077f3445a92c0e951bd99eea3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "005a4897de0a4f74a0482e3b1ec908c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "eb9e0ccb1d67458ca036f84309e428fc", "region_id": "RegionOne"}], "type": "accelerator", "id": "a4cc94abb0aa4c3699b659d3e621b80f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c45c9675f62a4203a69b096bd48e848e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8bacf3d1bdb14afca90950fab822b74a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7495f70a42004f8b9b3327f71bc655d2", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ed8bf5b22b4243718af2c8be54a1c5f5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e2d4cb690f4d46e78253a30c35763c4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "37cd828b5af34f308cec9f44ee7ede54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bd9a5e73544449c8a6718bdda2cb8931", "region_id": "RegionOne"}], "type": "registration", "id": "f315cd428a4b496fb091c368922020b9", "name": "adjutant"}], "user": {"domain": {"id": "b9a60d86c51a4fefbc46564ec81f2811", "name": "a0ff11f6874a46b49d70c14dfc211896"}, "id": "a0edf2813fd545eaa7a4f188a6d43b87", "name": "b561f32c7a9b4b35999b05094774bc44"}, "audit_ids": ["226ce0ea1de345f290afcfd0d9eb8c4b", null], "issued_at": "2019-09-19T09:04:47.456407"}} 2019-09-19 09:06:47,652 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,657 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,661 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:47,685 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/servers/detail?all_tenants=True" -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:47,691 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,695 keystoneauth.session RESP BODY: {"servers": []} {14} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_role_update [0.065299s] ... ok {8} openstack.tests.unit.config.test_config.TestConfig.test_get_one_cloud [0.153712s] ... ok {8} openstack.tests.unit.config.test_config.TestConfig.test_only_secure_yaml [0.107237s] ... ok {20} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_l7_policy_find [0.067125s] ... ok {29} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_image_upload_no_args [0.067254s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/image/v2/_proxy.py:126: UserWarning: upload_image is deprecated. Use create_image instead. warnings.warn("upload_image is deprecated. Use create_image instead.") {26} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_container_get [0.062290s] ... ok {19} openstack.tests.unit.test_proxy.TestProxyUpdate.test_update_resource_override_base_path [0.065814s] ... ok {22} openstack.tests.unit.image.v1.test_proxy.TestImageProxy.test_image_delete_ignore [0.066383s] ... ok {11} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_precedence_no_argparse [0.175305s] ... ok {9} openstack.tests.unit.config.test_from_session.TestFromSession.test_from_session(with_region) [0.292595s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,241 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,247 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,252 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,257 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,271 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:47.177969+00:00", "project": {"domain": {"id": "6a8e36fe4aab4f68b410b58df725272d", "name": "efaee4856bac40728e4bc2d54d32fdbe"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8fe7b82766634e2b971beb01c674892f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "aca59b97393043a6932255d3d2475dd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "bd733511a5b748a983fd9814f0a7b8bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "dd661eed834e4f5c9b3d91e416f98935", "region_id": "RegionOne"}], "type": "identity", "id": "8a8bacff0eb94e15933876339287d565", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "dc7d926465934895bfb0089d85d563e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b3868fe99ec4441ca61a16d5fde24ca9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a611939f899f4015ba150001bcde2aa4", "region_id": "RegionOne"}], "type": "compute", "id": "21463535f89f4215880e0d33643019b6", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6b7e2eb1789f4e5a96831d61aebe86fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "aca6275c30a148a3a4b03d6f58aa96bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "4411476ae27a4429b07d208d66ce7064", "region_id": "RegionOne"}], "type": "image", "id": "e7fe9e986c81401b9ef92d1e475d3b61", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0f1616e4460a4532a02470bf3135dc0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f091c49f3b2e437e9140ec04777e06ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "80143a5b84b84862960a6079275a3bdc", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d3dc2a0942e44a1b8d79ae5ce6dcc6a5", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f61170e329b439aa92b6ec181b4d28f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d768f1802605424c973a1d1f8186ed36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc1eecee7b204f1ea1974a7242c83cd8", "region_id": "RegionOne"}], "type": "object-store", "id": "92482e75f8154318bb67eb219e7bcb19", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9b37b322655c4dc9bb5b383b40d9410e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e9c103967b354aeda9b8c990047249a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cb46e9f8f76b44b3ab10256b008141a6", "region_id": "RegionOne"}], "type": "clustering", "id": "91963fca006e4dcaa35231f440d99521", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4aaf2963e1fb4c7bb1d88cb710d41b15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2707eb0794e44832b104d5dc102d4c3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e20b4b9bc0ac44d6a23176d413ed2827", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "436b35eb6e844b90a1bc447ca2dbb141", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "40e2e5d259874a7ebbd24a220b0a419d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6910e7ddd1e44d39b3cc84624800e321", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2de3df9e3bad463ea8e15043ba957e7f", "region_id": "RegionOne"}], "type": "cluster", "id": "1487ab71705b48e2b4d3acb48dff17be", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c17ed92f669447769206037b884503dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a566fff52abd47649b0f81dfc72432e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "bcd590c63559493d8aa65056f464ff5b", "region_id": "RegionOne"}], "type": "data-processing", "id": "9bbf9bce6e4e408282ba6c4ed62f7c03", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6956a7f3a49d49d6baa7ffff2b2cd5d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b1d74542ba4e4bbc8ffbef634d282556", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "55fb146ca38c48168892a761577df4e1", "region_id": "RegionOne"}], "type": "baremetal", "id": "263b319e28934f028ce292741bf6b6d9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f47a7e68124446e99264c04d06c416f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "633cd3b348e046f6a84f4306fbd9c570", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ea0cfe39fa1448be874e871f7ae1838b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b0c714349bc04165bb445426e8bcd345", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "875ddb933efb48f28f8d2f1a4e361e44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "52dec1f4565d4dd592ecb988e8344deb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1a3797c6d7474fd1ab5df6be3b721387", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "44b5eeb7f06a44ff9e34c85595dd96fb", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "355462acd5ea47f8a68c293269a7164e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "813ae9ec5820411487f17943788271fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1543267491034888bb5c6ab6a04e383b", "region_id": "RegionOne"}], "type": "key-manager", "id": "b2c9e0d1fedc4f7f839cda68444c5528", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a6e1739df2c048b883202be5b6d9f7b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "30680f5113cd46a0a2a4468c9a9d95f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "99732431193f466dbaf0b2cb0456fded", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2bf565b1b1c943d3bd1bf583d01a33cb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e4ca67cb6deb4b698e2e4c087b92fea2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ea2101ca0fe04fa0b7e646bcd7a55cb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "715e44246e24490184ac7021e55a7979", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f354ce8aac474043816a69a6b52f9a50", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "41acfe2e28bf4fbf9c4660063e28f58a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "938e3068e1a04e5b84a8109ca1fe2601", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e2670b8495be4cdf9c9e264258165de5", "region_id": "RegionOne"}], "type": "message", "id": "c4b309e8f6f5474f83191b5db1f9dd2a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "88498cdd56294d1d9ab9b92a372579fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "95f2b914b78642c0958257077c1c7b49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "eed05d00a7ee4752a470860695d3e0a1", "region_id": "RegionOne"}], "type": "messaging", "id": "7c8f82b6909744e9bd4fb6d1e56d1d24", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "30ca38e9caaa4f58b3c1b525e9540326", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1731468d9b11426384cfd63058265515", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "39ca61f6c19444859282914a65c3d8f0", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f3812ad50aaf4392ba0b8771f4aaac35", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6776e0fee8b04ab197a740182a3871d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d48b8a18ffa445f9ba4d3b09765afd68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d0d9449eb764642a01e9a7ed41ad586", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "9115bfdcb9c1441bab8d05013be0dbac", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b07cac5e90dc49d5a39bfcc85b8dc12e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "97cdae4fbd104497a4b18a0fd3ae35bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1ff00ad1607a46dfa3b2b7392a374d08", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ce3e5b9b0a3e44cdba4df312deacb4a1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6331a1330e714a1295c1cddd7d7f2265", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7a9cb76339c447e8933c147cd415d0a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d99a9e321b284c78818f5e502555bd32", "region_id": "RegionOne"}], "type": "container-infra", "id": "9c3794087d0e4c439f32868f10c66afe", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1f4a2ef2f1a64a4f8841ffc6f0f09515", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "2aeff249b6e2422da4ed695e2d52f6e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9c8611f339784e89806942dd43b1215d", "region_id": "RegionOne"}], "type": "search", "id": "3e7a289fdea04678b226360115c7fb34", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b772873ea5c74a009c5c05d57ca1c099", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "bb61bafaaa2b49a9a17ef054060c86ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "245831bf270e4ebb83516176ac3010c1", "region_id": "RegionOne"}], "type": "dns", "id": "7e8dc895ec2046d598289471d6d8700c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "58f6315fef3e407db7e92b5ab504b4b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d4ddd79e3777469fa982b31f1726fe34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f79419758a8c44cd977b2053397383bd", "region_id": "RegionOne"}], "type": "workflow", "id": "545e540e76f149deb4fe14e3171b991f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "70fc9ac2a4cf41588243e304dac12e66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9606fe0c1ea9490aaa2a2f45ad673f69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "43e96f71e09b41d7ba88110e25dc1ffc", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3068533207c749329cc7062cb405f485", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8ceaec1c1f474150ab18af16083cca11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c439d6c314be48da853461df3bfe6e72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "39d5875008df4e64a40c2bbbc1b492eb", "region_id": "RegionOne"}], "type": "rating", "id": "3bea4081b5ec49aab7571ec3652e81c7", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e3d3d505220c4c8187e26871e690a4e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "39672b6be97347e69119dadaa8ec3abd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e4ba42fded5d46d9afded04adffb4d1b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "99ad2162f4994d3abf487e49cba009ad", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e0d07dd29ddf4198a287a5f86b6ad867", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d628b0e0d2e2442185be7bed4275da22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2b6bad1deb8c4181b6371076ca753b9c", "region_id": "RegionOne"}], "type": "policy", "id": "40ba73fb05e64c5d8dafa8db9c02e94c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "66bb6825d9c6464d9a19f327a71f521c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "de0b84ead85b47e1b62b96c7993d6b88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "11127abc055f4eca899d40081fee2162", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0476d70c064d4a158643e0bbb30bcf0a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b306700efc7b4793824fa203eae57f60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "413519791b754ba09abbdbb23b80e53c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fc7c9825076448dbafce346202fe8af5", "region_id": "RegionOne"}], "type": "sharev2", "id": "f047653bf4fc498989a9387bcc088fe3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0b58edbc240d4aa58cf7a99115be7d82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "057942a3bed14332bd5e853392827d57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a5a53d84c9ae4352b43305b6ab891638", "region_id": "RegionOne"}], "type": "share", "id": "ed4aef5b0b994256a8a34af56d7ae1b6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5fbd54f245b84a80b65ec680c9035f80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b593088dd46f43ff9840ff661d116c20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c67f47464357428789b3d04dbd3dbeca", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ca1b98b9d7074acb88aa53007c42fa2b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43504528d194452ca1d6452ce032245e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f350916cfa0d4359b8e162eafec5006b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1d1fc673aa04e97a2082f93996d497f", "region_id": "RegionOne"}], "type": "orchestration", "id": "baed6c9cd8924be69c957f22bacbd97e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "433fc4a64b6f4a248a9e69e4c7278c3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "100b8c13b7d54b3fbf96b33630e094ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f34255be876b4d24ac80db16cb765e00", "region_id": "RegionOne"}], "type": "block-storage", "id": "38b0bfbe3a4e47b1a0e54c9b56731d3a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1dec89340435402e9e5204525a50eb6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7b682b7be3f46ad8b0fa2f704b44578", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c9b642bfe9464e18bf29e8532e7bf914", "region_id": "RegionOne"}], "type": "volumev3", "id": "c48468e8e3094c4da89bfaa204b5352d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b42354872534b1ba588887ffa59efc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "30d8b49694c94714ac8d9189ef41ebf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5edc83f01c74518adb28af498f928ff", "region_id": "RegionOne"}], "type": "volumev2", "id": "2e0a2d955d4645368800701af440a7b0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ed7c43d16a448548ad95facd8172b57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69a88b7c61dc4f7a9aa9bccd6b7d0d01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1097cdd845ea44d5b8842b58d1d7e6d1", "region_id": "RegionOne"}], "type": "volume", "id": "44d98162befa4e58ba155a885626ca95", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a36c236f0e149f0aa82e1e811728815", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49c1c862dcbe4829a9c61063b8b71a58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a91c844670d484786082e0d7f94025f", "region_id": "RegionOne"}], "type": "block-store", "id": "9b506ac2573c45fbad55440062cf33fe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "714b55432dfb4e7ba66277a154ca27c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cc301a6b643b44078d621a657d04a498", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3effbc2b57bb4b30be5bb81477af51ab", "region_id": "RegionOne"}], "type": "alarm", "id": "12c7bab38ad14e9da71034540e6979fd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9bc8f50ca103472fba1b40fbb182f4bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b93f452ffbd8412fa12c7f92966197ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7999515bfcb2455992cafe9adee0d126", "region_id": "RegionOne"}], "type": "alarming", "id": "917d2eda51c646bf90e2e0107df2c463", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9cb4f57f32f64fdf880373d147924dc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8303023072954d8eac65af6b0d9c505f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "29634a96c6fe4abb97b78d158ff094c8", "region_id": "RegionOne"}], "type": "meter", "id": "6317b83d032547de9ca41dfa16f4b36f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2ede98ba7c514b2ea42b509fd22e8a65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "acc93660067d438588b93d967b0facf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f073e8906bbd4f89b43687b9bdd242e2", "region_id": "RegionOne"}], "type": "metering", "id": "388cb65656924cdab2262620dcbe9b82", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1045aadeff0d415c90387ad1366b9c95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d45f1b43582d447d936b87b7ae515bc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5a750a3475184a5ea9d48a84f805184b", "region_id": "RegionOne"}], "type": "telemetry", "id": "369b7aef03564b05ba86697f5d49ac66", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "47d5936f6028459690a92e4d006b27d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8646b2e215bc4f5a82c802fe15e076a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "21de03e61cd843ec894986d265944e07", "region_id": "RegionOne"}], "type": "event", "id": "40301589fad64278bdd1d81016f78118", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6d93ba091f554973a1f1bd1b8363a393", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3f83362f2bca40dab9f502d9e8de25d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "62630d81fc0344e9accb0d3a92914752", "region_id": "RegionOne"}], "type": "events", "id": "12a7eb9967d142758d08a33ee5ba1ee8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d94ccd93f6794702b33b083940ce0831", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "23ddf4eaacad42ae80db48774fafea0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "dd177fb79d1249b584f28799106c2258", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ad46a383c68140abb8aab5e6e7f72483", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ba1f6836a4bc43d49ba8f7f11fe43cb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0407bd87b2184ddb812ea20ada0c0fe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "44e68144a2ee483cbbb9b76c61cef568", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b5bbaff45c274814b3d8db1ac6074a9c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "38571969e26f4c9da1bed7f2937f2c9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "494de38609164f6ab947d65da94d4e42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c177c538d6cd44ab981f47ef8f3aa60e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6b0c4512ad9346d4a1a3922b1441dd1d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b83a67cd0104486dbdad3ffc89c63a7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "88895d6502bc4c109b42e7da6de1a432", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ce4a1844421041b6ae04741ad7446630", "region_id": "RegionOne"}], "type": "tricircle", "id": "fda6645cd5a24c29bf8cc5326e745bb1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a4df5afa8820485e96e5603b76ae1f5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c5025ca6944c4539820f69153c0b60b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c811c70b171c4954bfcc7ff89c52b30d", "region_id": "RegionOne"}], "type": "database", "id": "f6f2e9bbee9245c78f569b6dc1a11c0c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dc2f99206cc148a4a47775b6d1c92d9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "951bacb87ec648a28c3cbdeb24ad1e26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0fcaaf156da64017a58de0ce27b2f2d3", "region_id": "RegionOne"}], "type": "application-container", "id": "13e22234498442459b0071487d28c0ab", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "429f751802c64b15a6798ed464443f20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fcf32e5474594d839d3e30b69c6ba94c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "376020a1051647679aa64871d2d09c72", "region_id": "RegionOne"}], "type": "container", "id": "4dfa8931ad964819b914e989a1e882d3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d6d9834f6a1042a9b4f6e6fe7e5c3f40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c0d1ce98e1b545b38bb7e07537503f50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "671dfb4a862f43a0ae1df1d3641ad679", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "454da5bf534b47ccb2093f15aac838ad", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bf361cd5a9e34857b8e358db7bed2230", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "654b2e88bebb462aa17b087f90c40932", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8519fe4adb1343b591054e94858f8871", "region_id": "RegionOne"}], "type": "rca", "id": "476fc2a218e84fb09039bbf81c1c4596", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "441bfa98cfcc4b78bb253b325ef6e58c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6dc9046f74f8413c978f5d1042257441", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "86d684b83f7444b18efb39ceb9d77f53", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "bd0cd32bb51f4947a38cb0764cb979cc", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "59f5c0f383194b5cb5675c1cfd864eca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2ce33e7c1e70498fab5c180440f1bbfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c7459205a7974c488bf8ab068fac3123", "region_id": "RegionOne"}], "type": "network", "id": "6fbbe0b4409e4e368117e3efb5b6b163", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "472c24531ee8443e8b2d4b994ea2a774", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d63b75d6953c4c6aa0f83986194a8aeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f7f27e47345340e8a995bd22291977eb", "region_id": "RegionOne"}], "type": "backup", "id": "5e0ca65d1e6c4cfe80ce1f0bfb5466e0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "630c706338244dcebd2dea70d40852f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cc07c8fdbf6a49ed9484a81e3f175f8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "db64ce58d5eb45b988453ef2ccae1e07", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b0cb357c5b0648f5bfc1abefe7e37945", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0604dacc89354ab1822bccded5c49106", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6c6d5b2caeee4d17b8503d1125b33bcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4d821eb22818492a99c6eaadd9e66841", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0622c0f90e2c425cb5bfb77895b54ec0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "74697134ddf7480489cad8e636063aa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "33c4f5aa207b4a45b7791ab350725707", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "78b27ff8aab1477787e4a2f0507bc283", "region_id": "RegionOne"}], "type": "monitoring", "id": "035de2601898405eb40b3a5c05a70e41", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0713b6a89263461b91ca3d87c6f07c30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f422679c4d534cf7a9b16ba1ed4a3388", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b705887ac798424ca972333542c28245", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6d9538ad35f54a87b7b17da8ada89c3c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "bca3f86edc584e728f6d6398d239815e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0bc0779a7ee54634a17b4978bdf17f63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8ded91ed6e324728821dccf50a84bf8e", "region_id": "RegionOne"}], "type": "placement", "id": "69872e2fa88f459ca0ea57b018493642", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d8b4d9df0c874d03b486711670bf3c4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a9d33dc7e1284587b4834678073b567c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9340acc7893e41ebb1e159ed099c42b2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "545328a7844945cbb5e9ab820775f09d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "65d9a2708fd8451d8b3886538ff8fb43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0a9837eb92fe47868178076bee0cbeac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a0fe5aa8b30749e29146fa177d46de08", "region_id": "RegionOne"}], "type": "ha", "id": "c02f949249334f218c2b25d1f64a7658", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2557e3a18848452ba2d8a84034cd11d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "418b77cc4b2847ba9f6a2239e7bf2587", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d00ea40e2cfb4e668cb1f150029a910b", "region_id": "RegionOne"}], "type": "reservation", "id": "2eca4234412a48a39e7b65bec50c3668", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "52280b7abcc3458ebb865a2efcce1bba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fa92a1069539471e9a641cdbcfbf687c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1a0d999a47b04dba9d72b40a068cd426", "region_id": "RegionOne"}], "type": "function-engine", "id": "38404d2813b14dc681b0f1cd12a12a37", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "84c2ea0c0a184bd1909b9bc7e99277ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9a23998b74ed4faa886b55fe6171347f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "11796894b52b4d4d9c00a7e557424afd", "region_id": "RegionOne"}], "type": "accelerator", "id": "1a7f3c3fd2a34eb68256619bf13786a1", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dfa39c2241f244f190a1207dc81a700d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "eccf7299b29a437d8c6dcc57c869b4e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "07da8c51c84e4447a73c395f3019a291", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8fd6758511f6462da04ca93c660f279a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ae25d98a59e14c2ca244d0941899794a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "92b7708ccad34bf0b52c8a5cd3d462b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8abfc686e2594ae7b764a1ac3ead70c0", "region_id": "RegionOne"}], "type": "registration", "id": "03d20ff56c0a4f428f39e1f498db1044", "name": "adjutant"}], "user": {"domain": {"id": "c14d5e3cf8d74c5592988c9da59791e0", "name": "275c7bfebc9846cc98adcb2f37b80a3b"}, "id": "49133406f75c4be7a2449d55770a8293", "name": "0c95a743af8647d5b7988c0f1e358762"}, "audit_ids": ["432440715db742c2a0c2ab47c65b36e4", null], "issued_at": "2019-09-19T09:04:47.177969"}} 2019-09-19 09:06:47,384 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,392 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,397 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:47,426 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:47,440 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,445 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "f0c91152-2d4f-4c97-b7d3-41e991f76016", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} {18} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_environment_with_stack_identity(stack_act) [0.067816s] ... ok {13} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_list_security_groups_nova [0.195497s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,581 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,587 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,590 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,595 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,609 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:47.508078+00:00", "project": {"domain": {"id": "42d90462224d4d24b73fc0e9a1d05ba5", "name": "effdf4e6f1c04d5fb97d9ebfb984faf5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "5ec90e82ab6041f586047bb916a5b512"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "85f343e9cb684d6f978b44ab8972fd80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5d08974437ee47e1ab7ae34093d62bf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "8bd06236a8384e32ad26fa75b34747ca", "region_id": "RegionOne"}], "type": "identity", "id": "9290c22455b645b7bfd9b1b6c6652c2e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cc003cbe8b934d0f80d69d5ec83435c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1ab56d8e448a41c28bb86050ac409399", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "433d81ea65ff4fb8b5659a12766865a4", "region_id": "RegionOne"}], "type": "compute", "id": "dc7e87fc71314a6094009cdc89bba362", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c6765f0bc8694c8d9b58320a6809b39d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ab45679706324dcd8701388cdcc6cb72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "52da2fbe1c524757be366b955c05a0f3", "region_id": "RegionOne"}], "type": "image", "id": "fa1ee68dc90d4d23a3597d2d18a42296", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1dbeed0d7fda4d5e9a9018c5dc104a8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f9e1ca3073314e31b986ce1a7d4e71e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "329a644dce124134b024c6a8bf6e97cc", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c6e5bb8839bb409aa28c8746f0a07f4d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2db4453ae86242f395fe2e59d3c26b77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13f732825a304f7fa086c86dc394efd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a56d8ef90e6441f7af7f421a965323d7", "region_id": "RegionOne"}], "type": "object-store", "id": "33c9c0db68d24941ab3556775e6c5a23", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c9219bad2720419b81ecb3a833e689e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a45dbf2783b74e218463f6ed1cf648b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "abe591b30ba943d18695668e62c92f48", "region_id": "RegionOne"}], "type": "clustering", "id": "570d8063d64d4e4d97ceebd0660b7c47", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a53f72cf457846d79ea5822b7432d085", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7addd7de51874ec1ae970e58c53c3186", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "32f34591eabc4bf5804a233fe25e6db6", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "cbc6896c15594c6697277823713c3505", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0651f9524d484b67b6d065e36e62bc86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "001d24d3dd974264a420e3f0d8f62dc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "23390aa4d0c24c7aa7e8b55822f6529a", "region_id": "RegionOne"}], "type": "cluster", "id": "13046d043fc0412ab7122e893df15ff0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2a3038837a494ad487152249f7b41350", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5255cf2a5a0d4e429044482ac2252044", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "74de643a386d4b8ca5e25183c196d3ce", "region_id": "RegionOne"}], "type": "data-processing", "id": "0a871475286243f0acf99ffca35c2924", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f7ce089b36164c5491da1edbcf6c3393", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "14abc2dc3bb14d2297ecfbb6867d2998", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1a45dc71f51e4886a725ef0fd52c6ede", "region_id": "RegionOne"}], "type": "baremetal", "id": "83cc2fef505b451fbc7499813e289fa8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c4c14dd76be740369be1e0e9e6b75f73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f5e7bdf0054248ef87d8d466fb70a04b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b92591873e364620b9a70e60ede95044", "region_id": "RegionOne"}], "type": "bare-metal", "id": "0332c4d4e423449dbd4b3c24cd2e1c13", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "21e5f4a717e04cc38cf3f2521a40896c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2f265652edc64e5a8ea6344e07d41818", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "353674d3659143b895f0072ec228c6ed", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "72340c4194fb43d5a9b82e2396b07455", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "815b90a964b64332abfe506ab1480ed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2964a32cac934ba0bcee294ee7fe8861", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "951a78cdb0384119ad626cab495b0de5", "region_id": "RegionOne"}], "type": "key-manager", "id": "bb33373f4ae647588657893e49e7fb6a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e98bd48d9baf49ef8e09c0ff7193eb91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "322c0a686de24e24945aefc9256ac606", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d7c364a73e7a4128a6c3c0ada0349d28", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ce12282468934aadbb2e106556a4feac", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "780b7a93579d48bf88b524dceeb11e36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "08b8f95fac8a4ffbbf9d6a186b56cd9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8110b29c426a4f428188ea7c21f41777", "region_id": "RegionOne"}], "type": "infra-optim", "id": "53cc6c3ca13543bda43d463b08580e20", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "379bad47ce2a4be4a44652692efe9f65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c8969467229244c79d25494872084cfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d3e0d3f78a07481199d3081203942ea6", "region_id": "RegionOne"}], "type": "message", "id": "44f85c5efb0848f688fa89e5ca9d3585", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "745eda09831f40bf86a40fc6e6f24628", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6d971e3cc4cb4aeeace1144f4c18bd58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "22ecb2bccebd4b6393d0cb6e539523c3", "region_id": "RegionOne"}], "type": "messaging", "id": "3ec1e754759f44f6afb08901b957e6f7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "572d603aa43542daa7b7894b4588025e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "56ac36901e824566ab92c9732e9d532d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a9a4ceab652f4b28bf7179d6a72a6a0b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "01c603302bc64840951b72060189337e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "db573f890da744098187118c8f679823", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fc169df307144328bf8b66e9d10e4eea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dae9a0a5942a42b5be4e4d601d3c7877", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ab9cbc652e594f4eb91d0b81ac89b683", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "90aa6096032d438eacb9b4b083d20b28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2b3d113d0faa4756a0d872fdf1fe15bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "41434ee3219c4a0f8cc4d2f9824efa88", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d8c9de35ca11458ea10abfe4b4a1ed0b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a31d297fb07a4a0aa83869eac8b87a76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d02118d181474a5c927297c55d3ac38b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "037f42f5c8684219a5af399a255b92ca", "region_id": "RegionOne"}], "type": "container-infra", "id": "c19897252f5545949c28238b300528d3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "fe2bb02761444e26881bf2cf5a8af57a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "73e5c54ad8314afdab627b9fc9bcfa46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "038f82ba8385407ab4948df421a0f399", "region_id": "RegionOne"}], "type": "search", "id": "60f413bdd6994284b7ed1eb2517ca916", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6b195bfedafe4ff69ff0091acb4cfa12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d62e83f105d945c4b37b9025d0c2e581", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d923ff455dee43e09226e989a03416f8", "region_id": "RegionOne"}], "type": "dns", "id": "67a7c05ff86a4566800ba7c6d847021c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "381236a18930462e8f7dc60c5046f6d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9342e2d1d53b4003a2b72c35b354d69d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "41327ff47b0547a487e9a2561ee58c38", "region_id": "RegionOne"}], "type": "workflow", "id": "9ec04d46d6ed40719a434e31923bd4bc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4876d0a5aa6c4da8917fe2d48dc7930d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6b2206e7a83d431cb86170fa0642586b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1fe0759b66d8449889416e308894523f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b9b9b2dfdc524338a506e6cbc8798921", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b6c813a05320416aa1da15cb16a820a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "185ce2416e8247d5a32dc8b784d72db2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "57ac18518a15445cb44954801a57a986", "region_id": "RegionOne"}], "type": "rating", "id": "63d8fa1a4cb44840b7b97dbee59012fb", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ed8391a64d0e4c11bd7fddd1f707b871", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5d42611d6754472298533cf5ac19d972", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1e1a4760b05b415b80826bcee2d66d22", "region_id": "RegionOne"}], "type": "operator-policy", "id": "90f86d26bfea47f4a7dc6ecdc95ba26d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5dc48f3de0644802a9289fa83a2382ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "84da9506c0dc4d99ae394b572cb0d648", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c5e473ab72d84ecdb6b419ba479df567", "region_id": "RegionOne"}], "type": "policy", "id": "60b3f1871fce4a78b5c154e1352b8985", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "63d1773c1d0642e08a843917ec40c0d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d451a01d5f38410590f746daa97dcd4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5947e73599844ef5888defc77df17cac", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5a38ba7344b84bfb8985794b9e6a3cb9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5f0e8df62bb44bb1894ce7f4c68c646f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0ce193df0b5f4e58810b717cbaadcb77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9a1ddcd95c574268a1c94a3883b68a52", "region_id": "RegionOne"}], "type": "sharev2", "id": "a1a93ac5d3fc44dabb2fd62f62691b9a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8d7a05fa9d0f4f8e901ea69b53638e09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "91d9447720474f6192ff3c46189cd4bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5f5dead5367f477bb67551cee8375628", "region_id": "RegionOne"}], "type": "share", "id": "92fcd6f7bac24c3f8f15b0c2041a78e8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7368181f58b742dfa1b265eac48d4661", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "010d1e643d6645df8eb82a2471b0c06d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "514ac21764fe4c04952cb49af6560ea1", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "570f3cebed6f4dd1b9d3884777de58a5", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b594ed6c208443efa229d83fc9e72f88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ca99b6a9add403eb1f181a4b369c3b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4eb9c7904124724869fd43aca6ae69a", "region_id": "RegionOne"}], "type": "orchestration", "id": "9036bc1b44594750a3edd5bbaf535b54", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "377be6013152495e989ac1d91ef75c8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f497dbbd26b4e97a77c37eacbe4da94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aed915b7032d40be80f11ea7392a420c", "region_id": "RegionOne"}], "type": "block-storage", "id": "81d8649eefaf4799b69fbe0230cc2851", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14227594ac644660adc59abf13f642d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "970f786fd0db48b2acc2f120fd9b146b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1c5a361c7344ce891a6d1a1ebe1250b", "region_id": "RegionOne"}], "type": "volumev3", "id": "d6aa4df0173c4cfd828bdb10e4037760", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d326ac6f1f94b58aaed5342c1b7dc56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1eb29219813e484a89572ab008c579dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "203d3cf7d74e482dae7cba75f2304054", "region_id": "RegionOne"}], "type": "volumev2", "id": "411419a8f0a04a1a98d45e57a2722c28", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a65f729746534d5e843d44f0faf29c28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9858c6d871284dbdb9e531d7713307c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b59dfbd77a54ae98a3db1aee9a898de", "region_id": "RegionOne"}], "type": "volume", "id": "8f9ab6627a264f4992f91955703387e3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8090f7421b75499b80d12828318e90f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ae9fa7acc5c483bb799da5895a8dfa2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e2340af9f30495eac17a7e7c0d2bf31", "region_id": "RegionOne"}], "type": "block-store", "id": "b737aa61388c44da92a91a7191e27866", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1012baa7a8b64cae800de170cf878046", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "be997c99d85943b1b9225085e439ad99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4f994a58d1754586a6e29f59e2ae98ab", "region_id": "RegionOne"}], "type": "alarm", "id": "3e80f643847e417dbcd9f179021ea397", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "55b401574d664c2a984dc653775d824d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d99f29f7c565408eb6439ae008934b42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c2e388ef6c234450b5a0ae18d53f262c", "region_id": "RegionOne"}], "type": "alarming", "id": "e2a24e6dbce14f62add3891afaea6725", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c1406794dc1e4dd395cd2c64526cf0b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "14cda879434a4671b6c8d18fca7b227f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6ef02206ba3944d8bc68c0d10f64cbfe", "region_id": "RegionOne"}], "type": "meter", "id": "2ce8696d52004730a7ab35f988ab9728", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c80c508f33a243479010ea0f2240c37a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8204eaa435dd4bfb903502efb597d64a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8577bccc9c4e4dbdaf9f40608bb1270d", "region_id": "RegionOne"}], "type": "metering", "id": "7f69d133d4cf47dbb778272e062fe3b6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "16da4d5aa0bc49ba8043198e39f21cbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "893bba99c00444b881c1887d66b2e8a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7aaa58669aaf48b699ec66ba698ff229", "region_id": "RegionOne"}], "type": "telemetry", "id": "f381b351d06c4030bfc321b85aa627a2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "efce19caef4c45b4be327c68307778dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1ed64732235f42a08ade3b8aea0c013f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "18908ef3bb3a4861a045955452b6dbd2", "region_id": "RegionOne"}], "type": "event", "id": "71fc91e90e7c495c9c486442e11b925d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fbec191389d94f3f9ea93280c2d9e895", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "10df95aacb3640f69affe2a6e37a3b33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5075b5052fd14b9f8a7ac4c32f70cd36", "region_id": "RegionOne"}], "type": "events", "id": "d58b0ed5cdef4fb19ce3b9cfe774c72f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5eef88c04bda43309cd715496b1ab0ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dea464b3d5e04840b33d262d5f1b3aef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "798b8ce3d82e40ebb9ecd0bd0c144b6b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d15f0f8a060b4167935e9e36559b7a56", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "82c4b1c125b84edaaaf49d9b8e13bde4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5b060d6d52154358a7923d8c743163e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "de6321a5c25c4cfca887a1081de2f690", "region_id": "RegionOne"}], "type": "application_deployment", "id": "444b2ded565348e5b9b79014dc3244ba", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "06f864167b7741c78486fc53efd4d258", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e0ec72543da240fa8dc514dc601ba2cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9b5e10af76b54e428513a8ece4104b64", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3465a008ac01473daaa7a84f7eb136f7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "86e5d516a1564b4c9d751f9eebc4edea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "40e64780c70946848a0b09e22b31da4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "82e7f1606aa74555a57427342fe2d80b", "region_id": "RegionOne"}], "type": "tricircle", "id": "37dfdc9674104e2c9d7df791e3c22f61", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "01aa80539c1245b18a7c9210cd5713ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7a7418761a174e40b5c733b334269ba4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2ebb6a3ea11744c59cf54ca56f807bf1", "region_id": "RegionOne"}], "type": "database", "id": "39c8cb1db49d48c38e94902304045182", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b612598740b748f98caada25543c3838", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ef52c2aa47624f1a91395791b5f6c79a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4d643288d5b740719fbc97be40b2b6c7", "region_id": "RegionOne"}], "type": "application-container", "id": "461fcbe8df4946e69786298df9459b6a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "30c62514c3ed483db45b288be3e33ffe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b8eb806e949a4f26b88c3524eda75ee6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0a7bc9f7f3c24259aa01d2890b89b49a", "region_id": "RegionOne"}], "type": "container", "id": "8a339a4170234d71b46f805385fa8d86", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "03a3dd7e7e34486fac3a701beff2c954", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8e736c97d35a4c929930abb7a753fa64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e5b2b8d2a8be4470bfd17662e49d684b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6ebe9beceb884f9c862a6b5d64ef21a0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b5b24a67d24f4e07a1d8f31c2d4a379c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e8a380f69a1f4550a502bc18c64df67f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e7e7492d5e524a6f9d54f5a5db9d3b6c", "region_id": "RegionOne"}], "type": "rca", "id": "2235d49562c0485ab6c1efd9e813f292", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "02906b68a9c846b8b4622e6dba323be8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fbb9664cf00e458a8eebdacf9cf3a3ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7b70048c419a4d14973a581525e4e2eb", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "c2618fe068fd4ad78db4c8c905ccf525", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f16e7e75c5e64bfcb2ead612f1e398d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7c3cdc51e73646ec96f3b2ee1a488596", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "41146bf2472f49f1a590d57ac65a19a4", "region_id": "RegionOne"}], "type": "network", "id": "afa8a062a07c41e787ac6f9f2ce1a6f1", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3759f50aa439453da3fe82025a20d953", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1707d9d89e974295b80536b35e5ac83a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "cccb4c6961994c77bb68f620ef33dc00", "region_id": "RegionOne"}], "type": "backup", "id": "74e9864dbcfa493ab4a2211cfb7d2b8a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f7dab519b67745e9bc12e5aac1056f3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d3220ae4f5c549cd97f7baf52891e9e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4dbb613e8d1349f6bfb9f698084736c8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a44197bb05834cc3b8cbd79acc088581", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8fac11dfdec744608011c476bc06b2af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4eb45428165b49ab91943f87b2a3ce80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d0093f6a7f064203af9c7276b44ba40e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "830a1955e32442f792c95ed15fc34cef", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "579b11af840345fbb8982f389cb07ac7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7229a9d14bf045dda40e2288f8d7610b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "cc16bfe1ee6142bc890adb75a6d9489e", "region_id": "RegionOne"}], "type": "monitoring", "id": "93eafbb6de1c49498314d20539c166a0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "444cb048e28f44f5bc132e422f14e821", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "db833d034bbc41feac202cf691293a95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "700446edee44465d9bd006faeeb5401b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4dd51e543bb945359dad66ede859f854", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "47edaef394bf411b8e03554abe89ec0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "af99200e52524a4e86d1bb3a3b80435f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "978652a38a0b418fb36aeeb77dfc80fa", "region_id": "RegionOne"}], "type": "placement", "id": "95003d10bf244aacb39ec6ac9b30dd5a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f4a9635b9cde462c88278cde3f4fe6a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "613c2b6ae33f42559f3dcd8a595aa883", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "773c21aa90a8470ba97a3aa15b1c58f0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a99ae9736b1940bdb4ecb33215963fd5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e013fd2c8f1f4688af5aee26ca0f22cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a293279882a94e19946946627c42a374", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e555ae0ce8574eddb508eb6d8007ffc5", "region_id": "RegionOne"}], "type": "ha", "id": "084005c73fd748e1972375fcd0cae1ae", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "eb758fadb3d74d5282037eb3757893fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d06ab849c0bd4f3d99b7ddffb37e1b25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8fda72aa74884f2095ad144c42d3b228", "region_id": "RegionOne"}], "type": "reservation", "id": "9749a504a83b476894f7466f5f15dd11", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "dd6e3ce19f814cd1a5674ab13f5a2d20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6d5ce89400e74952b68c502ff480b01a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b752b547b8084c9c9b8cb596987d31a6", "region_id": "RegionOne"}], "type": "function-engine", "id": "016bb51e4b804404b3eb56e2884ba285", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9caf8c92b5464df28735e09a2dfe1347", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "dd77553673c74a67b1a554e40b328032", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b1a5ba9cee22431aa0cb25f515d9616f", "region_id": "RegionOne"}], "type": "accelerator", "id": "4ff8a91a44284565b95b25dea9aee804", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fd4e355a52e04f079113e9886e378423", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7b35793f21994fbb9be88a48a05f4e0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "57ec7f8e60b8426e85b3df55b29f4c18", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ba3dd1eab2984c93bdcb99b724c6c689", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2ca6797c6694482cbd5513784182cd2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bb000a729928485d9ad731f6d63cd212", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a91f88ee17334d6487eea116d64ee3dc", "region_id": "RegionOne"}], "type": "registration", "id": "bfce0614a19e4ab08946cd1436f00101", "name": "adjutant"}], "user": {"domain": {"id": "da4d7e8fcc2c461191fcdfa5a29a5122", "name": "63409182dc29455caa70d8854ec8399d"}, "id": "68665662a58643b3ae4587aa92ef5c02", "name": "4339b5a48502426c80f584de88ab6514"}, "audit_ids": ["5a372f3a20fc4795a49ccd526224ebef", null], "issued_at": "2019-09-19T09:04:47.508078"}} 2019-09-19 09:06:47,688 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/os-security-groups?project_id=42" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:47,694 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,696 keystoneauth.session RESP BODY: {"security_groups": []} {7} openstack.tests.unit.config.test_config.TestConfig.test_get_one_networks [0.169175s] ... ok {17} openstack.tests.unit.identity.v3.test_user.TestUser.test_basic [0.068503s] ... ok {27} openstack.tests.unit.test_resource.TestComponent.test_delete_name_doesnt_exist [0.075046s] ... ok {26} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_secret_delete [0.064395s] ... ok {30} openstack.tests.unit.config.test_config.TestBackwardsCompatibility.test_single_default_interface [0.158416s] ... ok {20} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_load_balancer_delete_cascade [0.066281s] ... ok {4} openstack.tests.unit.config.test_from_conf.TestFromConf.test_no_endpoint [0.159217s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,587 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,594 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,599 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,606 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,621 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:47.503865+00:00", "project": {"domain": {"id": "7c040f37f6de4a40b01bd4be87d402c3", "name": "7aa72e7accd1468ab1edd5aec7e1c0ad"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d7cb5c5a81b74354ae350c7df126dbeb"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "93b648019ef14dd6a2b8bef83451b201", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "53892bc7d93e4c2e919e213b7e2dd6e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9805c22fd3714ed885b1f98d34b91b0d", "region_id": "RegionOne"}], "type": "identity", "id": "253ba29d6eb642b0a984866641be9f58", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5d99a05014d84850a87e4d24c13d47f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bdadc4bae1aa427bbb41c3eddb88ed59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "68c719d2979d470e938a370bc0ff600f", "region_id": "RegionOne"}], "type": "compute", "id": "e20fcdd039994c6a9d786c2ae84e0653", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "09fff3776efc40e09334287561f0cc71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "18ea198984dc46c3a29579370086840f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a12dc5b4dc4344a4a531e1a142326137", "region_id": "RegionOne"}], "type": "image", "id": "874ea9a80c584cb398dfcf6420247d95", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4b3d24d56de44085827acccb21c33328", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "74f53e89fc2c49a78b60aca781d11420", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b42e866e2cfe4a5cad0cd0581f575f3c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "6fdb282730c74857b2e1586694fb8b7f", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ae7f08d8db645ce9656e4253bc68a48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55a7fe00d17c4cd1a597cac9b84a9903", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fdb5a7efeb1433bbfffbe553ff07e56", "region_id": "RegionOne"}], "type": "object-store", "id": "14bd05fc5533478f819bdde9e987156a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eeaeff0c8c024bffb261fbdbecbc6955", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "01f44c4dff47469c8156f9cb9d30bd8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7ebd3e1528c646de91e8ae5627735378", "region_id": "RegionOne"}], "type": "clustering", "id": "16a74f602fbd405c994305c878d34d77", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dd7528b6f54b4114ada141083103bc4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ca4e161efe784bb99e80ef6dd7617981", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4f485ad75fa0418eb1811cbd9c979c95", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9e57ad8c4c074946bba28903e9f9b6e7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b45b88b4b25548e1a9af527403e2c741", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b9740268983c462388a9d73bdaf3f63c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c38ea6db20054399943464e0c5de9acf", "region_id": "RegionOne"}], "type": "cluster", "id": "846aedecce60426783f2b15ca8fb7ce0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b576367df0764e628781121abb10f408", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2ef62ec087dd432082a7c4014043b72b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1a03d261e0a840c8a591d105d31c6e5a", "region_id": "RegionOne"}], "type": "data-processing", "id": "687d9d16c5284b089402a159b61dd745", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8d8287adbb6b4fd489d3a5b4e3202ecd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "90c5ba6a65474e0dac14fdef303b28a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "23e40eb38d984ca7b6b58342be1a88d1", "region_id": "RegionOne"}], "type": "baremetal", "id": "82dee58ce81a4af8806badf760d0dbe2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1056b83eb5f14fd7a25e4bca6413a47d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "71fd2571b9b74e218d290f32973662be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fff1015dac5c4c12bcc6cc5be2dfa0ab", "region_id": "RegionOne"}], "type": "bare-metal", "id": "51b502d7cd7f44f292c45fad79d58f77", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8ac52cf3ca2d4abd95dd5665831ae73d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "db92f6edaaf249b18c072ee9b5fafd5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1ad86ead6b6d4ccfab1786059628d2f8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "364ca61ad17744feab0b03c93a441c4c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6ac107a11d5b4a2cbbcc89dcdefb7ea2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "adb2520414ca4993b7ee2641229ad73a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "bf024b857ad94b80bee9f28232048512", "region_id": "RegionOne"}], "type": "key-manager", "id": "c60ff6740e9b4b839e58d258ce0aeccc", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d1796451e26e4d9ebbeef26910dfe48d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4afc406744b141ca874e31ef0b67e000", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "86457e0af58349daaf12f5a993201740", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2223c5b9264b452c851cb810f8e098fe", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fcff41c8c2f146c2943dfafebd2e3d5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3daf47dcfe304e21930fd22444ca83df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4c69e695dfb54df59a876dcff2c7e6f6", "region_id": "RegionOne"}], "type": "infra-optim", "id": "de6088c7fbfc446db9553eb9ced582ff", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4e671c260cda4f3c9ac7f2ad48740baa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a541e8fd8d4d45aca7aa8f2acf467bba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "44627fa931b045f2a66212f92b115c3b", "region_id": "RegionOne"}], "type": "message", "id": "58e9497ed6f44ede9adf03473a846327", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "98af5b5e54314f43a56978e0fc5a1cff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d86819ef5bbc4f84978c6620a2e392b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f3b105dcb6654a8eb1fcbcde95287577", "region_id": "RegionOne"}], "type": "messaging", "id": "c5ebf96bb8e241b6b3a9549ecc57d231", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "580d244365b54f44bef84ca02dac2330", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "64c0bc4eac36432aacdc81a22d1b9990", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3fe74b026dd4407aac8e62e29b6706c2", "region_id": "RegionOne"}], "type": "application-catalog", "id": "97edce189328413a8e399ff344b5ab47", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dc5e42d1504d44d2814136f084c25a67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3a90d4475aac43c4b6a3d25832041618", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "228879a403d34d458cf3415cf2541331", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3802706fa60947388269886f102cd0db", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d31884fc563a4157bd0f9da45650ebf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "96cf9c6cc99b4c8a834f4df43a78f7f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9d7243ba5a754ec3a874716c567b3b97", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5d1bb9aecef1454e9efa856a7bbb9a9d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0bea62597e01488b951c6b8f6435b8ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a55fdb39cf7f4345b4a432a463eddccb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8a276530184d4b16a98b2b713b5b8858", "region_id": "RegionOne"}], "type": "container-infra", "id": "46f48e5a530b4892b1df89634a9a2ce4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "748f08497d9744bb9722be59b4448b1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "73afd4ecb9ef48119d3ae4e7d67bafa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ce64fda4ef284bd4bbdf0071a3d02ac2", "region_id": "RegionOne"}], "type": "search", "id": "24ed16a0d24547bf921242264c917cd4", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f49dadb40fcc4e7681e4a91d5e8afbdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f6dabe9fea8749079578c843d651ec25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "510a49ec7a7b4c65925622c1002f1826", "region_id": "RegionOne"}], "type": "dns", "id": "5597a207df09401891c07b05bc830ff1", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b969e140198d41ec89f86d2591da6fe2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "25196e37b4664ebb84a59afaedbfce44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "aa5ea440f6ad46feae3db482af9140a8", "region_id": "RegionOne"}], "type": "workflow", "id": "adf0bbcaf6a7482cbe2881eb9bfd603c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "377531a29bb54ac585cc6645d18b573d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1a268597f55c47ffadc2f68a1116a368", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cbd8cb8f6e864eca8390489b679789ec", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8f79a27e138b43ed9ebb1d1072f6bc87", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d46b185b9b56495b85dca660087f00fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "215d6d0b3c5d4f8098f69d6e8d445841", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f26d5631642e4e3c9827f312cb1f8822", "region_id": "RegionOne"}], "type": "rating", "id": "fc513dbc87ae4c6fac4ee0b4430c5d90", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ebced81a2c1a4b0c828b15136ccd4c4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c68c5d9db0154c779f634f21bf7dbe2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0d7082c7d8cf4dc297b11b28c5842741", "region_id": "RegionOne"}], "type": "operator-policy", "id": "63416925a6f14fa58dd14cdfeafbe7ab", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ac96d97cde654c099695cfbfc2e28f4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fc2f8c89e2fe47f0b3dd8c6ab02901b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cd9e5e4e333d4af79040a23ef98a1c1a", "region_id": "RegionOne"}], "type": "policy", "id": "89210d338db54128a803316dbb1555d9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "880357c1068545c280814bcae73f355e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b37f6941f417453da32b53019ce9732e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4b08a16fb6074f6f8eac81baabf28e02", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "15ef82ff46744daab74ad7373f5dbe20", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4adf0de0574d48cb83be5ef7b7318230", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ce37184974bd4f4b9e7bf041663aeba2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "333dbacdc16b490cbb4842dba3fb089a", "region_id": "RegionOne"}], "type": "sharev2", "id": "c5ec04bd800343938549c5bb60571987", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "620581dd33d840e288ba1e4935bd070c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2fac9c0e041d4b43996526efadd2e0ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8323f40914924d689b67901f5e720288", "region_id": "RegionOne"}], "type": "share", "id": "a9fbc1c457ab4d948ab9ea0c9d2dbd67", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "afb28f503f8647cfb8bde918a642d64f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "757a18a7b9ba48f3ac13720034d78440", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0c4dea2215484091b0049fac568aea92", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "872682e75f074cc7bf088607404ae63c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ecee2d509d5d4e7b86dcbb862ed9f852", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c67f43e5f95947f79d6de856da00b727", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8132945e7f5744fd9e0e6434b9c0eaf5", "region_id": "RegionOne"}], "type": "orchestration", "id": "96300e53d5ec486698d1529cfb83d023", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a260045059884964b50567ced666abbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8e6a874baf94c479c9591e5528c0edf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14ab8737b29c4c779e9f67152d2ef079", "region_id": "RegionOne"}], "type": "block-storage", "id": "7f5747ac1d9d421fb2487d469f7c9f44", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01b79face72d4026b4a155b03bb0c5fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "baa86bffb1ed4714a74e5a5609b6242b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6356bfc594ed42cb9c2a5670102806d4", "region_id": "RegionOne"}], "type": "volumev3", "id": "d7d527fdeddc4b24a9de8bb38867a787", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "139155a7d19d4c24bc048caf2ed30d90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a6844530dc9416ea775dcf88bfd1651", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "abe9df41fb724aeebe72064b25116513", "region_id": "RegionOne"}], "type": "volumev2", "id": "a4c80ea312f64bd7b5a8aa377bf3ac99", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ec63f8a977d4bc6a09b445ad3a2f022", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd6fe23a818d4b29905abb6b72fc76fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fc22cf773524fdab9c44d8b0e0ca231", "region_id": "RegionOne"}], "type": "volume", "id": "b770fa57483b45bf941ce822c09f96e5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e30f030fb8ce451ca91ee61dfd432c8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86a9795f24b94521af976bcf3cac7484", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e284b363d4a4d72830dbbd0f5e79c57", "region_id": "RegionOne"}], "type": "block-store", "id": "8d8dd555021849d980283a79988485d2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "09522a8551f84569ba4b731fda91a152", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f1839e6129894818ae1556490d4fb4e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f5875648e5754c3ab05debf217f11714", "region_id": "RegionOne"}], "type": "alarm", "id": "792ad8edc2a34c9ebfe6cf275f767c1a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c77f24f33fe7406cb0bc76443a7511c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "da13501d0ee64857bbc783afc086f874", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "24baeb9e291d474d9c288047296d4d7c", "region_id": "RegionOne"}], "type": "alarming", "id": "b8755923d48b4fbab69beb0b3f7ea0bf", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "00165feb785042e4923c21bc4edf861a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b3d1ba7b1f88433ca20481914178640b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "15c782cb3d1946dfbe6414a748246ae2", "region_id": "RegionOne"}], "type": "meter", "id": "51dfe90fc5c34e24a0d79915e7e25d34", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e80e46ed61c442de94884ce5be44b617", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "825a3347896f4375a05a5a0b3c2a4f22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ca9a13b97aa14964915e9b020da53da2", "region_id": "RegionOne"}], "type": "metering", "id": "e905186f5c1144db8ccf0776a9c6fac3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "43cb6d979b8a43f98990aa3ee231d5e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "072244dffc3d4289b3295d5beaea06c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7e2c03daec444e2fadbeef098b678bd4", "region_id": "RegionOne"}], "type": "telemetry", "id": "c4167f679c184461b1ef49baa269399e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "793271ba8e8e48efa60f9c49db1ead14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "79740ee0b8fc4e95ac92a3f69e2503f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "40f1e97a45d3449cbfbb390d36270fd8", "region_id": "RegionOne"}], "type": "event", "id": "b8e4a187ddc845c698968843b74c2008", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5735eb5ed4c543598522a2d9072e0279", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e01ee706854a478da2ad24f35be5bf08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8143ccb92c284c5d85608822045b9993", "region_id": "RegionOne"}], "type": "events", "id": "8125a897adb94c5a9d438860ff3c4166", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f257ee559f6d45a898f73db7dc96c158", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cae216d4248946e18064dc6663e604f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "80a4defedbf54325915887cc06728fa7", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8ab79da06c17487f84705d726050200e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1c17f4e56bf64a42ba04011f716321b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "72f4aadf9d344f65b8a573024b0cc347", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f6d9e2d442d84f01972ee841babaf4e8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0ae21535f91b4fba97a32bb468063969", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5480d50983e140df84bdc4bdd427650b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "89fb4a7a64b14a33b24382de2e47b8df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "012212bffeda46a887acc1bef7114f1a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "e7163957e98749bdabd0c21610d6c98e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a72711f0fce34ce2807acdf9e6f74b34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f1117808f28c485b979e6e59b23883b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "904b244a19234670934bfe39bf1f036e", "region_id": "RegionOne"}], "type": "tricircle", "id": "6a83bb5ab2d547ca98d6a24db12d7132", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "053c32a33f794910b8b2a12cc4d59445", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "98fdc307030040d8b1474c935637b26e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "285956b4d88b4528bfc77f4fc2df0db8", "region_id": "RegionOne"}], "type": "database", "id": "4a34e27a8da44778b45ed536fd4eaa8f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cb8ff67a833346ae8bd3949e2d0d0e76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "963634b990d54200a512f0b757db5548", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9665a90f03544d6ab3bb2566ed4aff80", "region_id": "RegionOne"}], "type": "application-container", "id": "7e07d7cebfbf41a28e83264a16de1d56", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "13df1652f6ae4fb1942b665e3bb797a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d04269f6acaa4fa0b1cb38354c120242", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c61e3962722945c792ae39efd16d5ca2", "region_id": "RegionOne"}], "type": "container", "id": "7ca92f37d0e84cbbad0811d5424c169c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0536c35ed24c4dad96119f29dc442777", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9fb6517ecc1844f380066912e05c2992", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2a4d91c469f74df6b45fb14eff12e1ff", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c5124fdb3e9349cab0968f6bdf2d39ef", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0e4df8fe47ff4fe38f619c90e9a5f901", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ea96859ef55644ddb540309888deb92e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5c5a896c68a44f008ff2d57b72b784f0", "region_id": "RegionOne"}], "type": "rca", "id": "b048437309474fbd839b6d75bd26e9b5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2972de0866c54127b46d4d0e6a84a474", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a0c1689edc3142058ce05d0e4c3f6494", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a2e865b5a8d6443184ca6738a4c5877f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5f9b4ea4ca6844479faa09be6d6557ce", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "908ed3b6377a42ca92af2dcbe984006b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "385efff2d03d4857a3a33fc27ca67713", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "39d5612f8fe94f0ab3493960aa03587b", "region_id": "RegionOne"}], "type": "network", "id": "d5bcf890711a4cadadfd038298de4d62", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2583cbe2aa584ecea74e38ff9ea9e29b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "637225db2442419597f6b3b0a3efb298", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "d676eb82669144408ac89c13991a6cf4", "region_id": "RegionOne"}], "type": "backup", "id": "c94ea3425f544724a97f7c4a4df6c4d2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f698a2e279594c0b85839c0e54c96b7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ba9f4a54a9d1441faafdd8e5b7f7952a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1c3a32fb675e447bb997aa1824925632", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "cae31a319c0343599769df80cb8bd54e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "369b2806ba1d47f6b1e65794bd0fa93c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ab4063c7760b401a836ee5828573407a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7dae304f99a746809aa73529cc16f8cb", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "72e77fbe52184b0794bd2892d6b98909", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e9bcfbd9f2fc4706b8ec952a5254d9a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2cfe02b009a74e45aa27a267464f5135", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "55880b3489b94ed39df6317c06a325f1", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d3b0064b95d84732b8e5272fb4bd8308", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5ba88cbf2c0a410fbcfb0ddc8d8590ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a88145f194714a59bab2d908ed1d88d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a200d61582e7456594a4dd30058646e0", "region_id": "RegionOne"}], "type": "placement", "id": "6d95013e1339432890eff8f4963d7690", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "867a1c5de50a437ab90d29433a747e11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9abfbdc03b9d4831b072d4673b51cf68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c9a57bef7de2491f8f9f5b3f58e7787c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "bfa81b78f21241a69e59bfa653194e6d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "28412765b4de4031a69d213f3e4e0368", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3141bfc9e5b5426d9eb510c25be0a062", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "80d68e6f14924251a34ef59dd2932087", "region_id": "RegionOne"}], "type": "ha", "id": "5a2e8ecc6c014f1780ab7098fca4d1f3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "16da0dec997343538dfe43470539c2b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "93b7f3da870647f3b88edaf263bfd6d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5e509e28ff5648fb861de8d1fc735b7a", "region_id": "RegionOne"}], "type": "reservation", "id": "2bf85d7b4f1e48809ef7ee7d3bb0d899", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fc947660318d4760a8e3dd5004be975d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5683bacf6f6c429e8927ba6bf53c9d73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "93a38ba3a8984bc4b64f68af05e57e7c", "region_id": "RegionOne"}], "type": "function-engine", "id": "281ac1a51e0e46fca71dea8578ab14c4", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "351fe9bb715d4e77b140f7ea88756d6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5f0070c47dbf448ea9ed8dca59cbd702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ba36b5324955464fbdd3a67c81b69c5b", "region_id": "RegionOne"}], "type": "accelerator", "id": "1f9bf47dd446479f8420193c0c8479de", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6166409aa342482783af18d082ef79a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cc0d549c6e794c3dafcc39f04a70241f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9ca2d170fadb44e9a9baca84ddd317ca", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c8aa5f50be8c45c7af6fe28988d29f2c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0dd0eedfab1c4c958ff95d39b3a276a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "94debfc2e4874b42a6bf317ed63a8d29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8986d1e385e34324a33b9e36862f1800", "region_id": "RegionOne"}], "type": "registration", "id": "de2f09535c3d4f6b8cbcccf1f464464e", "name": "adjutant"}], "user": {"domain": {"id": "e764e9e4d37f4d98998fbda087c1e3ca", "name": "3fb6c414a97c48ebb486bd6784581eaa"}, "id": "6e184f8c93b34385a32c693c8b37e2f6", "name": "d9ae1a28be874a84a9246dc4f719ad84"}, "audit_ids": ["33cc664faa4a46d9bb899b72ec61eac0", null], "issued_at": "2019-09-19T09:04:47.503865"}} {10} openstack.tests.unit.network.v2.test_flavor.TestFlavor.test_make_it_with_optional [0.068966s] ... ok {12} openstack.tests.unit.network.v2.test_address_scope.TestAddressScope.test_basic [0.069307s] ... ok {17} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_images [0.062893s] ... ok {17} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_member_delete_ignore [0.064148s] ... ok {28} openstack.tests.unit.identity.v3.test_policy.TestPolicy.test_basic [0.068294s] ... ok {25} openstack.tests.unit.cloud.test_volume.TestVolume.test_attach_volume [0.167124s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,722 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,727 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,730 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,734 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,746 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:47.662250+00:00", "project": {"domain": {"id": "12351ea4aa994c1ab28414ed93f4da4d", "name": "40ca730bfe81443b942f4d269305eaf4"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "95ce14aa643044b18c51a7464169a4bd"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "19b608ef0b3549e7a858614ee2feeee9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0199040eff5441bbb46b7a602a138169", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "83612ba344e141849bbeb86dcda65b15", "region_id": "RegionOne"}], "type": "identity", "id": "fd3c14dd18174afab492075de89b9e5a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a23fab41a4874a8c81eba1a590c874d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5455179736ae45b19c87201626a522b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "67bda64a4b43407b970b37bc2d8c235f", "region_id": "RegionOne"}], "type": "compute", "id": "d4bc03be3f9749d4bc0b6cba4d4f208f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d6df2f027e13451e953ef239fa39436d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a20fed634cd24bbc8b9545ec8035bc14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "67b9e1daf2144e5a9f86547eecba6f96", "region_id": "RegionOne"}], "type": "image", "id": "e70d5a9e945449098509caebc3845f85", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7a15d7b2ee5c4785ba79fabd6cd0f6c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6c47a980725b47e19985d2920501ce09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "27f4b79a8e8c44ae8b168c3ff6a29a84", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d41549fc04e64093ab53589f5ef1b8f5", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24eb0f51068542b780f720ebf7ab58f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61cd9f08ecd5439495efc1289c6d472e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf712dada35849eeb5bcae09e19f3155", "region_id": "RegionOne"}], "type": "object-store", "id": "de59c9344cba4b89849471bf75336b0a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0e3dd7b9f38c49999bcc440ddbc213a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d47ecf07272b4d9a804d4e39763990d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "05cd9f72e76549daac498b772769a700", "region_id": "RegionOne"}], "type": "clustering", "id": "867b746286fc415ab640b4f293462d04", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "80adcfe02b964128a9ff034cc84718d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "81d53aa6e69f4fca89496ae86fad1a11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "92594daebcfa477fb63f376e952e6291", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "93afc3e3db0d490dbab194a3473461d3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "413f0d3747294d558a88fd46f3a785bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "58dec7200ebe4d32b4ee5b8cde81d5c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bf52bf3f4d1c4ed495e4cdb927af64d8", "region_id": "RegionOne"}], "type": "cluster", "id": "582dd081837f4169a10070977722a3e6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6f1b4553ff9f495f99fa7d61f9ef534c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e74303e734924ee4a944c92ba71b541b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8b7713157eab485196f9550fb074690a", "region_id": "RegionOne"}], "type": "data-processing", "id": "d0b3fe3bed754ba8b05cf825839ccb53", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0e87838fdd1d4d238e0e89d85901667d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "247da500555b4db49152ca16f61d9486", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9464dcb1aa18405699bee7d9168fc824", "region_id": "RegionOne"}], "type": "baremetal", "id": "af44d7a8e3704267bba2601c641f11f3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b0a1d628cd9d4a79bfc079246eaafd3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "467d568353214fc280c6912441fd0701", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "87182250733449db8b1255f7d8a1a4e5", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ebb258701129450dbff585517d61e62f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d2f7e2bb2a714c508f5da0c498c5c1f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5240cc4b621c480ea3a81fe70b777f88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1f4f5162b90341cea4d1f42465a54943", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d86e9bfd89394bb4aed7492580b3ef3a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cc8ab25e3a1b4239a60c20b08bd69660", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "96b1017d1f794de28d3d875e5ee42cf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "20a075d308594132862f62552f60882f", "region_id": "RegionOne"}], "type": "key-manager", "id": "a0435d3809f349a58fd6185973947495", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f7f1fed3f40c410c816edb381b40a887", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c8fd87c699534116a2a982396f89a03b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2b4528118cdd4029b65e241a7216eab6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f0620343978242a6be4264faaa4f8b95", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "66ffaa3602e94d568b9e78b4cdf00b47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6ea58bd9345c4611bf4d63afbb72ac61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b05cd54554b845f7b9c28865bf253cd7", "region_id": "RegionOne"}], "type": "infra-optim", "id": "cf13018a9d8740b89b2b5a0f6827d8e7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "869948b95f5c478c9441435fdef1631d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0dbf7f30442a49dd975366c9e72259ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "43cbd1b2849b40288a34176d557fc9f6", "region_id": "RegionOne"}], "type": "message", "id": "3a87a471085d4dc4a3daaf7903a055e2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f719069f905348a287dc3b63880cdacb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6a9ffa8a30e44dc696a2a2cbc45f7c8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8c002e7c143c4bcabb84530d2232a1a9", "region_id": "RegionOne"}], "type": "messaging", "id": "37616f967cb349b8893713b66636e9f2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "153445ce89654aa7a3c78bf8e30758fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0055a44704b24a998ccbe0ca3015e7c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2fe45d218c6c4bf28407507f9f892a5e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3e184a4a83b34e18a7dad8295576e173", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "af1a0619595b4b8caa008e1d2f521740", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6c1288597e4d4b419c2ba378d7f69262", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f40c58ee7714348b11d7d6375f0e3de", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f02c55e97e5149a28a34a81bf78d8466", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "241d8b90a43449c3a78ec47fc68aa6d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4be9ed6c58a7499ba00265ebccd6a1ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9388b8d02c6549e1b5f3d1bc676327b6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "11a1c6edd4dc4974ada46afca8c8aa25", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fe8681abe763420e8b2ff324351a960f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f3e528460bc74f04873e9d920dfb23a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1495a5e94131402fbebf9608a5471220", "region_id": "RegionOne"}], "type": "container-infra", "id": "e4a39a0ddab442c2affe785ea6da3367", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5300eae3ce614b888797f3a21cade704", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c82fb427d367478982a3bbfce5863666", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "560ee8a75d8f4da4b5b33e421ee68e27", "region_id": "RegionOne"}], "type": "search", "id": "33cf89a660bd4ed2bb43dda310ef8f78", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9d83e64ab40543b18bdc007a7aa831e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a97dd635296e469fa70a506d207fbdfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e700e23800e143bd9fe67f85c768badf", "region_id": "RegionOne"}], "type": "dns", "id": "e6fcc91def12452a85df057eb3fccf10", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ac7e2d99d6f24c95ad17e24bf5495e02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "baf230e0f0f042d091f355caf4c11e32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7ea55506caa5443ba0f2a72e16771c96", "region_id": "RegionOne"}], "type": "workflow", "id": "17e72e2967814802860130b36740c021", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9fe7215428e141bfa7b9fe8c11dd8dbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7087933248414f88bca258ae8a1b5b90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "cf994cb4f77c4c4681d1216de01909e7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "838dd141d1b64f3088f03f572744ec82", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "0450e94e4d5446e8be5cec3d1c9ba391", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c8301d6f733a4a17a55bbd8808485a5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f3a6aa466a164232b266411b81eb620b", "region_id": "RegionOne"}], "type": "rating", "id": "06cd1f950e3e4408bd6d01bac51d0c09", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2d15fb939aae4e809d9c59fec45061b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "574d33eaee9e49e0a2877776898b3ff7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5360ebcb7a4048b2a3999c7de4bedf51", "region_id": "RegionOne"}], "type": "operator-policy", "id": "eef06a3ccc8d450e89f1b72ee032f119", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2f61061673644fb7b181af6e2a33fed4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "82afc07870034733bab0340b9c82c202", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1c1d1c9620f74489b3bf7544416936fe", "region_id": "RegionOne"}], "type": "policy", "id": "01a97db2b1384681a3402aef6339c3a6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bd05217a8b7741aa9f53eac8b1bf2c6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c16aed2609b740b982eb5b57e0dc7a89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "727315c234da4d87af67ee3819b01c26", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b793a5b35c9c437183745cc4313cb903", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eab49129cdd74bf8a8ba296a826307bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "74e298700b564eccb4edc23b5a6e51d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0e491bc12def492db6162c18f9e213a1", "region_id": "RegionOne"}], "type": "sharev2", "id": "dfc8a84699fc4d95af054a141ffc5b5e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b94fedca0dc0469880bd2b105c7e5523", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "784c99395b1e4c739534331c5065e8ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "db2b89668d254e4a89601ad005fa7f96", "region_id": "RegionOne"}], "type": "share", "id": "656369c72fcf4faaa2f8730ff0a6c301", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b97b2ecfec0246159dffef4e31c2e231", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b6c91e2d1efa494f9ab4868e7b7a6d1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "fda72a0bb66a4c488a1715772653ada3", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "093822a102494ebf870b5ee9a4cc2100", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1f4c91600f140e8aad0f5a99945489d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04e467fc7f16429b917ae690b7f72a0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae22db70facb40c198d5d8d4f082e2aa", "region_id": "RegionOne"}], "type": "orchestration", "id": "31e025810cb349dcb2c04fff4b9f9cf6", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09b5982da4f0458fb07eb78032416ec1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "264d6393b8694f2ca877c849449eaa20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89a0063c28bc4093bee869c9a56b2c7e", "region_id": "RegionOne"}], "type": "block-storage", "id": "92758cf2bf684c8586949bd5a017ef19", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0c8a00502b54c70862ae57be675c812", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9443dbeff03e47bd8381c0aa386d68e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66428891efb346e68ccbccda2fb9581c", "region_id": "RegionOne"}], "type": "volumev3", "id": "21f1d52ccb0442cd8b4bb9327d6428e8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93bc6e0bc2b445aeb8edb268359c66d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28ee38d94d8049989cf05eea46c5acd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f387647bd58a47d2a3586d6feae516e1", "region_id": "RegionOne"}], "type": "volumev2", "id": "4628313237cd4c29846323ffb2599340", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be69e1f9295c4747bd5605ab3a8a25cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b15ed9c6504a4343ad4c65ff898ae9be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "012dd21135ad4c9b89cac7e2e9266b79", "region_id": "RegionOne"}], "type": "volume", "id": "6383d18e64e847c49e59f606547d6316", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8126d05cd85047d6b709657f3ed39a3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbdc0039846d45778e34bdde9e3ed0ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e28ec634d43e449982cd142522a1c0f1", "region_id": "RegionOne"}], "type": "block-store", "id": "2461cd67f3e649c7b4d45152d1c6d4b5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "95aa45a0ef49448881b734fc53ee009b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "308ca41a46cb4c5cb3c46d36c1e53272", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5b11dcdd40564dbeba7e3e48b4d97339", "region_id": "RegionOne"}], "type": "alarm", "id": "b4bd8671e2544437830fac2df3766965", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a45f559a779d4e4291f21d2c2b0bc28c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d8b5c5c1416e4d80afcfe3ee9d0a306e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8859ed952949434eb3da9f22cc96e8d3", "region_id": "RegionOne"}], "type": "alarming", "id": "07a1728b6f7344939cf06542d6d0cd7e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ce6b67c0b7344a0a8039e6a19697ec6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "400ade61ed844809ab950a7bc4db6b0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ee5d17dc36dc44dab07a5c4c0b964a61", "region_id": "RegionOne"}], "type": "meter", "id": "ca9b32ff40de4e0a8e41841ab2763891", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2e0f207305c44e9f9685b3265b568c09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b3a69cf5f0ff47d394d82a2d4fa2d37e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d56c665f90904f95b7d4f327d9a49416", "region_id": "RegionOne"}], "type": "metering", "id": "af2bfe81d77d4753b97a83ed919e008b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d2ddf11354ac4f91b009da7ae2d6371d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "53f486be72ba4c0ca564279c52a3dfa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "10a44ca814994165b77ab88c045e3865", "region_id": "RegionOne"}], "type": "telemetry", "id": "38c391257b8648f4a2ff35c1e7783e78", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "29168fa399474abba9a3272b74884250", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6e990d6e594944beb5e576ae121951a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0939cb9f80b6493daf22728f67a07768", "region_id": "RegionOne"}], "type": "event", "id": "6b29dde8b24443eb95fe95f91bb6cdd5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6b9ab8bd5eb04e09a31b1ae0fe59fc73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "534bb04204fa4362b9ad572772f103f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ad8c37570f164b09ad0b3fcc651fbfa5", "region_id": "RegionOne"}], "type": "events", "id": "193c151a7998456aaddeb01a80d0b476", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a4075952bb0f4bf291bf5af53973b71b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "708037a1cb2441a7bba0c18eb21e9331", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "57250b7b5c0f47d291fd3b6ee3ad1bde", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a5e5e7b91cd44ac8aa7d75a4e4df3f3e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5622009c1a1944f4beb6690f54daa314", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1207bf6139c349dd89fae394bc5b2b71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "46e447871b374be59404fb11d75f2d11", "region_id": "RegionOne"}], "type": "application_deployment", "id": "638d797c01ea4030b387c77ea5858ef0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8daa3746d18d48648fd09f00d0624983", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6707fa1e74984680bcbeec78af4078a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fb1c6d862a2a44f49e3f0d043cac9e68", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4db5c78c708a4c1ea73a38b6acf3ca60", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "50fdc8161f404a4fb10987e33837887e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5cf4ca52d62c48d99a4aed13a9a178fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a74469b75043476ba01a678e57405f17", "region_id": "RegionOne"}], "type": "tricircle", "id": "c1e3602d74fd485688516047a422f974", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7239f914fb534ad6b798504672583f3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "4ed6dddbbdfb4c7ca1cb08802de8fcad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1aeaf032ec144c598ac2dc856dfc5cf8", "region_id": "RegionOne"}], "type": "database", "id": "a9c9608def1d447bb90c91fa7fbf8c8e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ac0161250a914316b6d35c8749f9ccf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8502740462cd42ff907581f2e66e3093", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "daadc8ab7be04f36a5f7c5f34ea0b890", "region_id": "RegionOne"}], "type": "application-container", "id": "3f05be9739a34507b557b4a31fcb32f8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "348dd5167fdf44e78b5c865a91417437", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0f0d8353a2234206b478b58a60b83e4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2a662167bf9749bca3abb08c072a59e9", "region_id": "RegionOne"}], "type": "container", "id": "68adc99133e341b895368cc772c2d6f3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8d83e4d526c24f348462e229347f63a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "490b2a5a7a374e3e80056505e34bee03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "261d9898e9f247adaae35449220b1d80", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a853d909c19045858e885cfbd4d269c5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b734ebdd2aa945bbb46a26a8aa7a260b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6f0d5cef98b44e80a2d5620322d25027", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "dfa5d8184cc7407aa1f9142c980d4f54", "region_id": "RegionOne"}], "type": "rca", "id": "3ed4a02f02dc492ca6c0cc488ef113f8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "90fac1c9ef3a46ed83d6e591263b6087", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "578da32801a1427395c3664269d4e38c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "562e9f204c064efd9b4b8dc2d465b250", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "14f15c7640b64007a4a5185b52ee6801", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7e441624ed1d447392698d76dbbe1411", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "605b2708ccc74224b3fa51eef678b262", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "13291136963e46d6816035961b795c4f", "region_id": "RegionOne"}], "type": "network", "id": "3247c0ca07254e7780e2ca0385883899", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f9a5817370804e178ac38d48d83891cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "331fa3806c27465dafb5d8b66d6163df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "363067b00bab48dbbbebd058cae013c0", "region_id": "RegionOne"}], "type": "backup", "id": "725df3420dbc4071bf8412aea3cbd241", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9c43d285cc12448985e7093f73cf646b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2619808d55b84421af564416be729933", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0356fe8817d24facb45e5911c1f06fa1", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ac65858d7a374d8abe3d4936073b0772", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0bb78bb5d3a942d982ee1c85aaaf2406", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b11b07cb010145308ab0f5d6722daad5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "79a8ff16668140578cc4fc9b93eec570", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "55595a8788974fc2b451e2459ac5a5b0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "759299fd63ba4bebae81800d2567e373", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c25e469c3f314425b98dcf6c7df636a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "dab3e49d7375452e8f66fecf8c837a6e", "region_id": "RegionOne"}], "type": "monitoring", "id": "8906b2cb8e8e448dacd632268f02ab12", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "10c839c11b3c41058d0cd80b66831307", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e0bddf5bb4954d8090e6db2410f19cea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "87fc9bd12f904858952cd402d587ac93", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "0005e59331d44987b385b3809aad75b2", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c1575371d5854bfab5e274d8f603c395", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5cd5629aa5424f62bdcb8545fa322236", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8d611b7f3a814be8a11ac30bc50327fa", "region_id": "RegionOne"}], "type": "placement", "id": "e3335e4b28414f67bd664515cc25a31e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "34a2ffc6215a42daa6057808602db87c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "92b5ac787d264fca85bc745dcf57cb52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a1882ecd608249cebe89fe6683b16ccf", "region_id": "RegionOne"}], "type": "instance-ha", "id": "cc093a0cdda84d34babd0c2f92805a19", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c682c9a77d9b4b4f88a2a80aa2c22e48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5d6316355c2c47cdaa58beeb6f280b6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ccd298faf9e74f1782c03bea655ad4f5", "region_id": "RegionOne"}], "type": "ha", "id": "7c0a1b1785064254b4bf4dc3c0b3ca7a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "848ec417c969441aa105ef3b66ea8e20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "27681ba6add34383adc97a8d883d936b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ee5a71598876460d8c4af60617377d8d", "region_id": "RegionOne"}], "type": "reservation", "id": "4f942703b8a74870b184dace59a1d766", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "63effe9c5fef480ab26dce345ed6192a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0fdee28ff68e4d0298743b0b10aec33c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "6964024b17a147baa94137ef6d594b7c", "region_id": "RegionOne"}], "type": "function-engine", "id": "e1030d48ae074f9a84932b6ecae4a5f5", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "edc88f64b28b471388fe1fac633b8ee0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "80d660fa84504bddb89f034f3254c91e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "db77775c1e414e71808c0251b3a85637", "region_id": "RegionOne"}], "type": "accelerator", "id": "760616c6256345a5b0f004d7a1c40c88", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "26202019f7994321881bb57f6ab79286", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0dcf3e59b71d4499aabf03a1c2db27fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "503c2e147a7d4ccc9d7cddae4d3dec8b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "5b07277f24be44c4878e9f6248a5f51d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1ba10aa7bf4b4987a8f287c59c13bf9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "554ed523a72c4d9e8ed9e79ffb265bdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a39da0c7c4184fb29a0f35cb1efb46c5", "region_id": "RegionOne"}], "type": "registration", "id": "44783d716cc34e14aa4d7ca852043600", "name": "adjutant"}], "user": {"domain": {"id": "619bb44a741a43d3b85bc80da21a6a64", "name": "c8c0e5bdcabc4c7dab4e1c096ba35252"}, "id": "44c4e39378b14565bd723d2269cd1b62", "name": "0f518bc2a90441e0aaa044751e97a935"}, "audit_ids": ["292808e155e0441ea6be3daae8e110fa", null], "issued_at": "2019-09-19T09:04:47.662250"}} 2019-09-19 09:06:47,811 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/server001/os-volume_attachments -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"volumeAttachment": {"volumeId": "volume001"}}' 2019-09-19 09:06:47,818 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,821 keystoneauth.session RESP BODY: {"volumeAttachment": {"device": "device001", "server_id": "server001", "volumeId": "volume001", "id": "attachmentId"}} {14} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_trust_delete_ignore [0.065316s] ... ok {23} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_floating_ip_delete [0.065444s] ... ok {19} openstack.tests.unit.test_resource.TestComponent.test_set_name_typed [0.065212s] ... ok {29} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_flavor_profile_get [0.067012s] ... ok {21} openstack.tests.unit.identity.test_version.TestVersion.test_list [0.072362s] ... ok {9} openstack.tests.unit.database.v1.test_flavor.TestFlavor.test_basic [0.093495s] ... ok {16} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_users [0.066796s] ... ok {14} openstack.tests.unit.identity.v3.test_role_domain_group_assignment.TestRoleDomainGroupAssignment.test_basic [0.063172s] ... ok {11} openstack.tests.unit.config.test_config.TestConfigArgparse.test_register_argparse_network_service_type [0.169047s] ... ok {22} openstack.tests.unit.image.v2.test_schema.TestSchema.test_make_it [0.067741s] ... ok {3} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_software_config(name_id) [0.060247s] ... ok {13} openstack.tests.unit.cloud.test_services.CloudServices.test_create_service_v2 [0.163488s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,774 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,780 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,783 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,787 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2019-09-19 09:06:47,853 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v2.0/OS-KSADM/services -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}52b889604888af4aaa3da0b625ead79364b3cff0a5b5d134e60ac630163919ea" -d '{"OS-KSADM:service": {"type": "network", "description": "A test service", "name": "a service"}}' 2019-09-19 09:06:47,859 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,863 keystoneauth.session RESP BODY: {"OS-KSADM:service": {"enabled": true, "description": "A test service", "type": "network", "id": "bd1dcf84fe3a49979d34b47bf398c41b", "name": "a service"}} {2} openstack.tests.unit.object_store.v1.test_obj.TestObject.test_new [0.171100s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,621 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,630 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,637 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,645 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,664 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:47.555005+00:00", "project": {"domain": {"id": "23efdb4c7d94426e833cd0ca734b023c", "name": "1371d6b016bb414f80afb812d5c8d420"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b06200df03b04e43b1ac4a7f2524bedd"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "b9fc6bbf665849ba80c304b8d899823c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "189b4e8af1f640c2a4cc805b61dc5c39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5680865157a442bcb58b96f6aedbd29a", "region_id": "RegionOne"}], "type": "identity", "id": "ab00f614eb254bc2a0cbe488857cee6c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3acf1b19dc7a456790df09bac013352e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "11154550ed894d1b8d884ab7b82794cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "29266a4adb45492399adfecb1cfb7a1a", "region_id": "RegionOne"}], "type": "compute", "id": "17ed772abde3444ab92ac717bb4f9e68", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f765f0748aa6487d8fb5aed64694051d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "39a515e2ff2b44139d724d757b7f92e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b93ce395502f4ec0b48d59d3dcdb0710", "region_id": "RegionOne"}], "type": "image", "id": "e14242212c4c4b24bd83a83dcb082fb8", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "570619faf36c4bb8849c762fc2fc1d5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "31102c949f3b4fedb10dbb639494ed71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b60f3904a4af420cb39ccab2c528e07f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c87375ddc88c4bef9ee29b2131982d5c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f038830d58241bfa362a2e6a8fa8f3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84a49b4f2f8d425a9bb4a6ca65e711c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3b0ced3bc2346edb157d313bf7b91a0", "region_id": "RegionOne"}], "type": "object-store", "id": "2709ff4b9dec47d685a25035d593af11", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c962fbee61de4dd2b9dfadfdba6f8ac3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e017375587004badaae9027e6a6b17c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "479c205686a944618ea5edec2a3330da", "region_id": "RegionOne"}], "type": "clustering", "id": "724b11d60a42463789aaa947cff41945", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6cdc30eee3054eeb91ded616d62560f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e5527612ad224ec49d16675ebd9a8409", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "892e49eeef124bc7b6246401a57cbc8b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "28ae5a7f45664c349d5c460574ba8ccb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b80e8acb444748b69bee843283280dcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "571dc48318934510aab9ede19931b927", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bdb272bd65554c3291669b2755bfab89", "region_id": "RegionOne"}], "type": "cluster", "id": "8114ba376cc04631b172270cf448dd1b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fa53879ae1704f3b9a294a619b9e3499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e2707ade9cfc42078d9f3dba73f7558a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "58a3ea6585c74165bcedd2cbfc3229d2", "region_id": "RegionOne"}], "type": "data-processing", "id": "27663428c3d34f9cbcfca8ef5dfa1a04", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a04d9ec975c94c47967564b626f8fafd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0daa5b32481945279ae402564226e29e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "69a1b8328c4444d9b0438d186625e969", "region_id": "RegionOne"}], "type": "baremetal", "id": "16f156f1a29f45f7a47df35e0ebad20c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "eea269d36f464db29215628dbbac83da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2beb04a505a34b4aa7fc286e547fe90c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0dcf8e9c9abc4eb08983b2d3872dfe7e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7b768865a3c4490789bba21c1c2db267", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "072bfb2d764047ffa92f1b8018097311", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "47c334bfc9ab4506af5c9cccf554e895", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "022aeddc28064a059a8ceabdf9201a05", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6d3530cf8f5145cfb0cf70274376549e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7ef3f85cca35427cae081cb35841bbaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d875af60cffa45019c0fe1d8a6e9ee67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "65e60d65307d4a9d9dcc1a37d2d23f4a", "region_id": "RegionOne"}], "type": "key-manager", "id": "2e6af84563014cce9a5714e60f2a882d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "aecf989da1504030a68eb9002a6cf1c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9cc8b6defd994fa1972d4ee5e9c6db56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9f943bb4c2d648fd84559428bad88187", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6f5a23786377415eaae92a95f82ddcb2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7407d3720a214a92a32334352a8093a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "67fa9678cfd241b9af644eec87f505a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d74c5b81a02f48d39352ca1e772ad8ec", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4e9d904001b4423c9489948a9b47717a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1d0421dd511a44c99c0b11e8c7a702a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9aa4596c41c34522b82a1699e72a47f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5b1f2c3e4745434bba20aa39928efdff", "region_id": "RegionOne"}], "type": "message", "id": "c2edf23cb01e435682a28307e83f24e2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "23f59c288683490bb2fa80f8b10d94be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "93867c85c1fe4c73b521b9bd62c18c6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0a3a0106e97a424c9ee605c085ddcbb5", "region_id": "RegionOne"}], "type": "messaging", "id": "22a49fb3f75b44f2ac0d35a55bdc60f4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a33fd374bb904279b5af589164bf2e0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "75520166a4be495299294586969c56fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c07095398bfd4e69a11a1ba07d5c6bdf", "region_id": "RegionOne"}], "type": "application-catalog", "id": "82e239f09bd54c29a66683e56a98ac92", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e37616b8a6a2424da0ca302d70cada5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "74b4b4dfa9d54c879494dc3ac45d7625", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1f92cd57d73642d6b568b6ecab8c6523", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a4673417282e44fdb883d10e2d4f9b69", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2537c74367d547779eb522a21daaff67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "98c292fd1b7f43b1b47c25d36ddc365d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9e949e6a848d4066b2469cffcfa18815", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "9e52b17bbf734a29b96e5e0ad49f3046", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2dbee298fefa4062aaa2f5c1fbe0e1f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c21b49f04a0a44f490fb59cbae6fc19b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "348eb838eb094e2fad7ebd37451712c3", "region_id": "RegionOne"}], "type": "container-infra", "id": "424e0e66fbad45b0a248bc69c25faf78", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "575f683e7976403eabc784e16283d31f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "138ca2a4067f4fc7b79fe7a3b0dcf2bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2c7a31a971ab413b9d80e72aa2acee5e", "region_id": "RegionOne"}], "type": "search", "id": "b7721b9136fb49a9aff61f9b06cdd77d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5e5dfe39b12e4826a008145a76e96bef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a2ae071221ff4049b4d0fb65c74c65b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a696cfae73884acd9f8f501c9c9611ce", "region_id": "RegionOne"}], "type": "dns", "id": "936e5d3a00e445cf935df401990b2793", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "abd54667994d4b0cbd96efdcff1dd729", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0b4c860b46964970a10c60bf4d244643", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6d9ccf60ffb247c8a246462085a97d7a", "region_id": "RegionOne"}], "type": "workflow", "id": "1e9ec096dadd41a490f04db19ede4310", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e6ed791370db42eaa1bceac81796e9ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8e3d0ce31bdb420080a26020f2eb2811", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "0f61341b38354e4bbafde63ab0933694", "region_id": "RegionOne"}], "type": "workflowv2", "id": "fcf570bfa73a45b0b2148012345fe86e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "86490ff47a4f403a8ce06de8d55c6a48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "557a307db366490c8be6f14439e791f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8542d4482b1b4d8e8a279da3d6e91b32", "region_id": "RegionOne"}], "type": "rating", "id": "21f0a7d7936c42789dd10a381a1ed7fa", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0da39a3ecc91437f8316b97df1e7beee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "96b1d7f53b664af89ead01b1b7008bcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "63f07eb41f01474eaf9abd58f1fa3ef0", "region_id": "RegionOne"}], "type": "operator-policy", "id": "621273fc4f5f423bbee5c64b617a6025", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "76a461e946bd4214a2e18938d12c2554", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9b88c63cfee84223a419c564fec044cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0605be93531f40aebbeba104dc66a412", "region_id": "RegionOne"}], "type": "policy", "id": "2ad0edfd769141719d2461a3bb4a19fc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b62c0f46030942a29a40aae9e7220c5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a62eaccc0c4e4e8a87d366aeac98f0d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4e4ab32680664562a00e00099e13db4b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6d3b78c24d1c47cf8f5ad44795d30de8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "26c5ab4bb23e41da86cb0a56b5f53a6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6e68fb76ec1948ff9cb9a29dd9ccf721", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cf7a275b059d441da86f4af2fb644aa7", "region_id": "RegionOne"}], "type": "sharev2", "id": "21224cac928f45a8a64dae37302f8fd4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1140b93f4c554a68843cbf44b8f12ce8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d31612ea6327486cbad35242d8e944e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1af9a8282e8b43c9bc5e49e9d79fed92", "region_id": "RegionOne"}], "type": "share", "id": "806eac4d99744e6fba379acc10e87237", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "04058a510a53423390b1e33b7b981eee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ce048c8f2c5646cd9a4d6fe08f137404", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c9f9d8e2ddf64780aef78c80be780f2f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "da64ff0490094214b188a861f7d97cd2", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2af85069880b45c2becdc2d1f5eafe6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea840202ba084098b6ef1ed9af711ffa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75b8ba5a7e7840c98a83c5add41ebd3c", "region_id": "RegionOne"}], "type": "orchestration", "id": "37783e8a6c74415c88224c7286552ebc", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc8da8f339c74ba3ae03bdc6d3e0179b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3304854213594d1ea4ac8b2e5242eb81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "133269c8a2f94d2e843aec1f7be8a88a", "region_id": "RegionOne"}], "type": "block-storage", "id": "f48ca0c157104ddcb94a56f348b13cb3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d03c50d8eb824a878b518224751c2397", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5f379ca0bab490887cb0fcec4c38793", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f7e2cdd8ab44a72a95fd5aafcc310b8", "region_id": "RegionOne"}], "type": "volumev3", "id": "33743de1dadf4fb48adb3cc859764c2e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7c034d3879e4dadbeebdb5d4a363e5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1dc0f251f9374b69a5866ccb48509750", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65ed451e690a44f4be8935b55a4564b7", "region_id": "RegionOne"}], "type": "volumev2", "id": "1f5373b15c684ed2b0a2bde67af6d325", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e363b734d4e840f8a2a65e5e6f582b34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61901776bc36464892ae5ec34316bef7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a83e029438754256a10ed81619114494", "region_id": "RegionOne"}], "type": "volume", "id": "c9050b34b7e9484cb40ebce89e8af575", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a69b3d29fd6468482f5ef361e536b2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d292be2d7be40c2b3691e5de931d32b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba6d77f1b6454b09ac3b860229b05979", "region_id": "RegionOne"}], "type": "block-store", "id": "e87f0151f5734c748e4f1ca867ee28d2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4f6d4b7e296643db8d469a51bb20627d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1440aabe0ce54c23b9ce4c074b1631f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4ef36df0bb8b469b8be78531fd72e78d", "region_id": "RegionOne"}], "type": "alarm", "id": "2f793a4a9bac4d47b7748e6eb94e0a33", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c4c1f31d730c45b3988cd87bffbfb95c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1636853f2b8b4dcb97c60dd64d870c9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "22f7217456fa4a01af0bd55b000c70ef", "region_id": "RegionOne"}], "type": "alarming", "id": "47eb3421251e4790a4bc570b97a2b921", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "64ee1874edce44fd8887f9256922b232", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4f672a9c88694575bdefd8a591c2e169", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3b4f0b57516b48a9a33fa94f28c5d6b1", "region_id": "RegionOne"}], "type": "meter", "id": "26fe1ad3dfa5406681f923f4dde82c5a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ac2de7a72e9044ba903d15d373832ec2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "74d12640550f45ecac0ed1c16550dc48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "604e3d846c8549d2b6c3767f8f88a91f", "region_id": "RegionOne"}], "type": "metering", "id": "32304aa2f5fe4383bc8d6fe18970696d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8276c2270c944efabe0ebe541d50b04b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "53694a7a152d465a8d542577c89e9281", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b40d42796990476e930ffb10a1355ad3", "region_id": "RegionOne"}], "type": "telemetry", "id": "17b679a0a3834393a14e0a1c9c70d4de", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4e714f10bdd64fd2b5a277dce9bdf47f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d300bd8f7de248d4976e2e574d53b0aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "88db9660976c45eb8770fe442d68b692", "region_id": "RegionOne"}], "type": "event", "id": "9ea4fd2c3ed149d3a1faeb633d1dbf1b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0673f2f2d3f944bc827aa910b3eb559b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "90cdfc8f3abb44f69ee526d37cfa58a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4ad4c62cdf9344838bda7dc46e617658", "region_id": "RegionOne"}], "type": "events", "id": "e0f7ba64a14e470cac552d49912ca6c7", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a94e03a20ee747c78e5dabe0a1fcd33a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e6ee2e03cd144fb0802055382376629c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6487a3b82b7c4d73baf95ee8570b229b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "6d2b618c35914dcba9ca54ad4461ca49", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "55fe728e5eba4acb93ca14121385225c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6592e58bdab54f72a4db2a441b1dcecb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9fe6584c54954c76941034cbb9b0f8b1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9b8add19a5d341d994321d1eab1d6ce4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2fa97bcfe55b4e7998bc75969c587a84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "897c2d691da3401d86eee2d4e1805726", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "93770a1f66764d2288302171720e4c84", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "866ca102cdff4c05921eaa82cc2b8832", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "59fa9d8f1a9d48a2bcf219afb9952cc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "64494e57a93141d9a9da68d4a2ede659", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c1b0d5c2d50343d69f1d7c577371d3f2", "region_id": "RegionOne"}], "type": "tricircle", "id": "af39f7cfa27442658b2278b970ecd62f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "bd59db17b7764a518ac7e86fe49cc5c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c02788be07fb4547beda72ca67cff1ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "4ee053032bda407a8cc3ba8b644dbccd", "region_id": "RegionOne"}], "type": "database", "id": "fdd5e8298e6149abbc591b1a51a694b4", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d153b184bae440cab09f13fc51ac9916", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "80465af852d540a090952ec347871831", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "871612268154437ab973fb1cf55cbd86", "region_id": "RegionOne"}], "type": "application-container", "id": "fa7be0575add4b2a857119abe7d3d514", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cf82eb21efcf4c6485b037b3e0a221cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "40f93c07825a4f92a56fa6a14e464c37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "935ec973300c49efaa3c03d2a25552cf", "region_id": "RegionOne"}], "type": "container", "id": "fac363fc800545318093fb56b7976744", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e0e58ceb9a79436aac65d89e1c0931bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0ec24e94d0a2440295657597bfb780e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f3f03ce2c2e5474ba9c20efe8f4c76c5", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "7bcb3027dff94f14849051611a51c2a3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5d13a9cd7e6149bc913285118fe0af61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "03cd5927cc9b405193e08cb17559eed3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4bfbe0cfbb6d4aed8a80f5e4c244762e", "region_id": "RegionOne"}], "type": "rca", "id": "d562a64f33644ded90f14be8a708448e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d076e6e3f38240b9b9fe412ac91537cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e7dd636077c84edb8dc9fc5ee9dc6203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9920f89ac9d04987a6a704c455ffd490", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e121b81734fa4dc49fa57fc58f86e9a3", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4ab5ca279767493ebc4e4c84f3337956", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "83b3e34be564430cadcd7d2f14cfa77b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7f6880490ea24ab3b0acd12f9378f968", "region_id": "RegionOne"}], "type": "network", "id": "458dfc30f0054d1281ade97c303c4acb", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1d9ae85f5a594141b15f93aa0453749d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b6fe55dc66ab461ab6bcaae537e37d28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7c851dec22b04e8e8601060a3e61c5c2", "region_id": "RegionOne"}], "type": "backup", "id": "980b7fe39a604e2db7d14f0d378b7020", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "79d5fa2e1a2248839f60a2d727108a29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a1b7ea344c3144c58f8166b86ba81f87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a510118456634d28904b7a56de719fc5", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9a49051aaffd46eb95d59ee7446e201b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b5ffde11d4674e46a682eb41c7d78754", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2bfc52607eb14b4d9a7de711a7eaa69a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3364f656dcda4eeebcf6426ba1ee07d3", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d6fcd320cb584405b6487f898871d9a0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3d7694263d684253aee877a079a831c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "79de03c711c949f0a1358d85ac134b65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "695c7e054c854b739e0a592c9cd083d7", "region_id": "RegionOne"}], "type": "monitoring", "id": "64012d5699104489bb69675357c0c224", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9eee34f68830499394d29ece92221923", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fd9fa6da059841ffb0c8ae4874b63eb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4d39d8ed344e499f8dcd8a9f0c561cfd", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9dfd33e26fb3443abe997a2c71773328", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ed56f39ffe8a4a07bc88e9a1d136e65d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "e1cf8038a60f44109cff1aa0290f2b2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a82fc544ffc9433588af51e5679fe62c", "region_id": "RegionOne"}], "type": "placement", "id": "b18a30c251bf48d59970c0a4ea286124", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d498a5a70dfc4e4d9237de552b0e6892", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b338a9a9f4b14016957b9e1ce0e3085b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6d88f5aae72748e4a7dec6ad8631c7c6", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f1a6f5f543c544cf985754fa9964c4fd", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "27b32889bc52425598b0332a6296c6cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f48251ffbc5e406daa5ded7df880d5d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "20f7fa1a9c44413db7363817266caa39", "region_id": "RegionOne"}], "type": "ha", "id": "baa6f07f107d4ce79936cf18b664d7f4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a8c0e9fb30e748829d0a0598ec6eaaec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d3938daacec84635bd508fe5f89e1bed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5458ede8dc614d43adced2ec8ae8a781", "region_id": "RegionOne"}], "type": "reservation", "id": "d780601e646b43b4871078ed2a4518cb", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cff93047bf304d5ba477be5392bb304e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5f3fede428054ea6ba039689507eacb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8af5926d744f4eb99ff31d9ab7191233", "region_id": "RegionOne"}], "type": "function-engine", "id": "5f948cc7b0674795b71faa26a688e3f9", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b10556416eec4f49920b79ef1f1dbe81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9993eff018754e9c91cfe31085d6c8ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "53427dfe8b0142b19c84fe00823050c2", "region_id": "RegionOne"}], "type": "accelerator", "id": "3ff02c74656d428394b88f2ab2b1e49f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d441ade7e0f34a16bdfb7e7667ac62c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cefd7f2ca36a47f3a919e94cc83f4736", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ddc8ff8a157b466d96f00da714f9609c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "40e608fc14b449f7a74f223d5ad41bff", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ea3207b5b2cb4bf5b54e0e4f54bf4982", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1156540fdd4c45569c0a0d325bd380fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "59f8e37c73a54062a33cefdf17277693", "region_id": "RegionOne"}], "type": "registration", "id": "decde46a678343f8b184ca426b5ca204", "name": "adjutant"}], "user": {"domain": {"id": "0c6ff846799a4f0890403842a73771cd", "name": "7374433c423245e49cb1ad66afe3a065"}, "id": "36dbd3cf3e684a18bd31284e1399c7d6", "name": "997995fa13df4c7fa5bd386a5ac79417"}, "audit_ids": ["cc2f146fa4ba4358ad1e722919f55843", null], "issued_at": "2019-09-19T09:04:47.555005"}} {18} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_files_with_stack_object(identity) [0.069571s] ... ok {17} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_order_find [0.066013s] ... ok {28} openstack.tests.unit.image.v1.test_image.TestImage.test_make_it [0.071257s] ... ok {30} openstack.tests.unit.config.test_config.TestConfig.test_get_one_with_hyphenated_project_id [0.153625s] ... ok {23} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_health_monitor_delete [0.061325s] ... ok {20} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_quota_delete [0.065698s] ... ok {1} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_object_delete_ignore [0.252686s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,752 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,767 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,775 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,784 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,801 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:47.670224+00:00", "project": {"domain": {"id": "77fc352c735140bfaf42f90526a7810f", "name": "504a8b30119c4b0a83c22c0329dc0872"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d42cea6eb703482fad1a26cde57b74fa"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d92fbfb23b264de5a085eb3848fa8fe9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c58a80c1150c46ccb963e42619af9503", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d7cde197a8aa4a228a8d23c3a26e50df", "region_id": "RegionOne"}], "type": "identity", "id": "7c349f5d9cd144b18936de773ed83617", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f748e03a152748a7a0eb1f4f72f35b6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b8d8b182391b4925b671e336ab537338", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6410c1cb5d734898b333ec9c17c0fe11", "region_id": "RegionOne"}], "type": "compute", "id": "82be41d8d1ef47e784b059d715b5bf22", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "171f5233876e48ec80eaf7ce2723cb17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "58774d7eba8244d3a556591cd3fd0472", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "fba91b674d574b378700ddc0c5a82658", "region_id": "RegionOne"}], "type": "image", "id": "01c77ef7f51f4d35a94683bbc538335f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "900a7694f7b341ed9b552fe7db80749c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "907c840c1189416abd0fae33e8c3d876", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6d809d47cc234e309f5db257b4d5903b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e11e7167aaa84618a52c452ebce66637", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cfe63e47fe344952b1276415505d878a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4843008bf90a4fd1a6bea3ad9ec0d2e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62a164da32594ffd85d56056945004a0", "region_id": "RegionOne"}], "type": "object-store", "id": "d469937483784007846ead99ae8820bc", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c424a5ed7d14441a813684980a181606", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "de8ea17cc72042a78d9fa157bd7ba87b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6d79648a197d48969f9543f620ce664c", "region_id": "RegionOne"}], "type": "clustering", "id": "dd03bc5bfb44448d9218345e00ff1fe1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "57f726f33fbd4a59b4760df704468496", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6594353f1038442087248ac3d53382ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5cf3b5446d7141d49584c219d058cfe9", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "50707eca8b354716bc74e2a381483002", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d0cabaa6e8814bb2a3ed21770fb58f1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "772bd1c977cf41c6ad84b1550fbf34b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "af99233d024046a682a6b99f2aeebef8", "region_id": "RegionOne"}], "type": "cluster", "id": "32888a914a18421d9757103bdb45e73f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "306546bf1a9f4f6f885037b25373c652", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3666d5dd770f4e3d870c9555e010f039", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "36e43b5d368c42b2acba6068f4b61bb4", "region_id": "RegionOne"}], "type": "data-processing", "id": "98143cab6e1c4d64b8e4384a0e21b536", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "15254f2f35cb482290a60be4faaef5df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e573889bbd314824a393f69f673b4f0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "07982c5d105a48ee8c67998b07db6bed", "region_id": "RegionOne"}], "type": "baremetal", "id": "112ea304f1374d20a72112cbe0c7fb13", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ddda83499021435e9bb6ed4c5ef80f5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f27667a3c49249188d7788eeb533a84c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3d74d633d00b4522be0f4fb1b2dcfec7", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6f57e517539f4843a5c75007e28e1f1e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2b658008ed354f5d9c5fd89887af4fd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f658c90d32f4422bb759f34b23ea0b51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0707df2131894f1994e8ff7a01f76fe1", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c708995f84584f8ea797ade564525e37", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "486c62567c8744cdbfc4f09921ba0506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bd8550a7714c44e9b244daafcd13bf45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "753475c4fc304fed892816d4d5f2eb9b", "region_id": "RegionOne"}], "type": "key-manager", "id": "678483ae81de4755bc445b10131e226b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c63e1d1be7234fcd9702aeeebb008609", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "37a5b8db0c0d409893ff268c57a6662a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2030ec03118a4022a4bfdb3bdd1a5a6e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ea5fb4ccc35241e78f94420613d253f1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e8743afed928498ea2e3d934bc40dd90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1c18862afed440648bafae3ef2a2f965", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2b974f428d18420da1d956a18814503c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "39c3d912ba344187952fb4c83a05b411", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fb363c90847348aabbf0e066c1926691", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "96fae22eba334561b2e6f617bcfec7cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9d35c1b6bfb343428a0ca829071989c1", "region_id": "RegionOne"}], "type": "message", "id": "0790592f68754bbc85fc63b03e7c2388", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "69c25b41ff504a8ba1832c03e2a3817c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "21c9719dd10c4bb2890ef72fee9d4d0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5d3a463d517d4079be0eaea5547a9b8f", "region_id": "RegionOne"}], "type": "messaging", "id": "390cb817052042b6adaf083c337f2dfe", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9520cc6ddf9a491badb610074bae0a40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "92bad6b5004144d7815036eae424541a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "033142e351114abe93dce2de94bdd69d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3b57662df40d4aeb9da006c931f39402", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "09e72c5860dc466eb5ca42d0b4367ac0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5272bd3061014f1383ff4db54b899ccd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d69f8b719b614d8e9b1869736c5f0192", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2f40634e6fc94e64a407529d04d69c50", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "15c4c1853c1c4a8ea0146cb7a54751e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "55cc68cb09cd4697b9a86be83c5b4f6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8d6f4e01ae5144da9bc1d458db530a24", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7f423fe208f14a2ebb954667ce98d2a1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bfbf9f16b22e452dbf016c7da409a6b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2754581695ef42678a97a909f1fcf66a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9d5ad8881892411f8e4c77e474dd4e56", "region_id": "RegionOne"}], "type": "container-infra", "id": "8dec2b9f0f1d4ec79add4ab1e91a9215", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "521cc33b00904ba5854c65cdd966c6cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5f92c95ffe3c4b56bf896807bbc7ac69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "de69674f2edf4f1d9e4d2c51e0b5e2ea", "region_id": "RegionOne"}], "type": "search", "id": "1d6aac17482d4f62bdb059cda45841b2", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "29ad0ea390fb4ce994b9b7acc8aa1562", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "dbca2f9c605e4722b5500f0d358e476f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7ea7c8d3d8c646ef8d81ce94749d3cc9", "region_id": "RegionOne"}], "type": "dns", "id": "7f4fd53db94c4547a8794da419331b32", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "82d471c4494b4672b0abf7fc5411b759", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fee8ecef53fa460b9cb12c0926399817", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "33fa62fda1b0472d8ad9f3bba543b4d5", "region_id": "RegionOne"}], "type": "workflow", "id": "51640bfef7134dd78269609ce63bab84", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "75f47b4eb9f4458d8223f995f173b61e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "682172bcabba49ebad5b49c576ea5fdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e8cc8d36addd4869996093b0d77ed522", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6893c8e0199043e6abb96f86497df544", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6ccd505fe2a54031a20c58fd8de3a643", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9ef5e8e0c6524709bc39f76b288e615c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "29fce3d6316b4861becd062d3abcefd6", "region_id": "RegionOne"}], "type": "rating", "id": "d7741de5e9064c4288e69ea3402f68b1", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ce19696c214c431c84ee4f2f37131f29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bc4b79a6f6a94d979916a2330307790b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1cff40e966864dd4b6c129b1b1b12479", "region_id": "RegionOne"}], "type": "operator-policy", "id": "47db1d0837f641ea9f445454b3c787cc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ab1ac9ab9b0745dc9d23d2c1784e9ea4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "40b54e2fb2ef4c1ebe65ac9eb569bb17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fb621ccb5c59493296854d79b0cbdeb3", "region_id": "RegionOne"}], "type": "policy", "id": "b8ff54e14fcf4c5c8bf36b895b0f7e2e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "78b1b9d68f444e94b956f49cb37defbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9a1793cf7ead4758b3a3849d66e53169", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "da48ff790b474f47855459d8db79eb19", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "2269f6b80c8144838d40d2645f0967a0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ac67794422404e99992bfc1c61e2b074", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "35cb2c96bd1c4f1dbd0dbb49cd69692a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "544e555db4d94cdcbd2c32ffe0be351a", "region_id": "RegionOne"}], "type": "sharev2", "id": "0c3086ea6ef44cd690330cd0ef3ff248", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "016528dc681849b0a68f36f19abe460e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f5827ef5fe26447ea99720ee6ac5fe98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3f84f7829f4040e0bc6e816fc2008643", "region_id": "RegionOne"}], "type": "share", "id": "6b35e47cf4bc49c2bbbaa5255ebb7afe", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7eaf9365598a48c0b1df2e1f58639574", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bb541d7d27a444198a005b850d93e9f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5806f913438a41c9a9229d70e5bb58e6", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "22f8130c8bd141bf806f81b5a3d68166", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "657d2e9685a34419adccc4f2b6052f7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "edc332783ae740b4a4e1671ce70c5cc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e00ec20eab2443fabf822577d24101df", "region_id": "RegionOne"}], "type": "orchestration", "id": "27db4de44ea747a895bfa23574ce6e6b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c13e02046e50487eb2d5272cb9458327", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d19ea3bf9c744a87810d06fed6698c21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0e7c05527eb4880ae5fe0ad9f6d5170", "region_id": "RegionOne"}], "type": "block-storage", "id": "7b894a070aee423d8f3e8dfb08fd5f39", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a3711579c194aed80cd2dc367526191", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8e38c43a802415498b34d027bc04df3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1299b2ea9694b90bfa01b3615d871b0", "region_id": "RegionOne"}], "type": "volumev3", "id": "1734744201df482c9c34ddf401cf0058", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04427959c29d43d1a32d6c8cc10a4a7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7696d51ea3ae4bfab0fcea9fa718326b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ce09eb85ca445249c3210d40ecd4d41", "region_id": "RegionOne"}], "type": "volumev2", "id": "97303cbed74543469c33bee6301a1542", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9f2b49a094e44aaa3ee7b4df1461440", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff8b385d03c545538e48dc8e4fb4cf53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c286f3d5704e43058c61e33c4c31b9e5", "region_id": "RegionOne"}], "type": "volume", "id": "cb1d3466e04f4b53ab80b0c062d06a60", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b748049a6b3943d2a2df65d19de7164c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cbca2001e2ef446b847e2714bbfc6070", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e822368801d4a499a19461253d81d62", "region_id": "RegionOne"}], "type": "block-store", "id": "4f18123a31aa48bdbb3f86fdbb0073c2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3e8ab1b8b7fa4c25824f81ad050aed58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d5815a14460d40e59752dd7030f6e057", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ef85ed1128324ff6a776459d6f5b211a", "region_id": "RegionOne"}], "type": "alarm", "id": "ff090ffb1f384a3995a2469ee8a411a2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7afb72d3013147f788b9b68c89bb625b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f63f66db74964117991a6a3fd83498a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f384753bbbd8477f9cfd7df0cc9b5562", "region_id": "RegionOne"}], "type": "alarming", "id": "a288d59677c041689f94e2afb58db0ea", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cb6b0571c24542dbb7bf7c3bbf3b8e8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "43e4399f7d3b40a29facf35343aeda6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "74761b9df0d74f30913f42f282808323", "region_id": "RegionOne"}], "type": "meter", "id": "d2d18bac14fb4ab9b90335b42abd78b0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bfaa252fe8304c648e9533defb79775c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ee3212f70dcb4cc0ba7eabc346f4f2c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9bfe41dd3d054041b0be8c8bff3a7ade", "region_id": "RegionOne"}], "type": "metering", "id": "0b81e4eeb8cc4ddaa7b69a474fc81619", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c864af4e67194e2480efdf75c5fb0695", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fd4fc35a541446cb914a14e9a4ba1967", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "598e59b0cc4b42638850771145c655fc", "region_id": "RegionOne"}], "type": "telemetry", "id": "8e86bef54cf8435cb386a6e3f77fa3a8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "39bc9835792a4a7b8ade9142cc5276d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0a8ae9a535f7437796ecf5bd8825607c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "95978c10f70f4efc880847336c50f4d3", "region_id": "RegionOne"}], "type": "event", "id": "c160088734504cafae48288e94f3ac50", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8f5c51a03b82459ca99f0c039eb2faf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c0d0c6b728bb462e9bad9d5bb54002c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "60ee86786ac24cb3a57dd88b68ea6a8f", "region_id": "RegionOne"}], "type": "events", "id": "cd19545b336b40ef8dfe0528de123151", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3a219850e6844bafaef66ec009ac5579", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e48afa646563460485372d5ab4af8278", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ca9f44be28a743d689cdff26e2b8e42a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "238453b38e1340a789010162a467a044", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d54f80abf39641d3baacb43661143bb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "acca32c1dba248b3a04a6de53dffe019", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b07d82d135e048e58deab384705d902d", "region_id": "RegionOne"}], "type": "application_deployment", "id": "aead888fcf704204a1ac4b3b84d08227", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3b754febed1547b8a2d6fd03ed1ec730", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "79562b56e4a442a39d761c2d62d5565d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "800337ff24954a8ab7230b3d014c141a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "68dc5ac611f74816aa3d29570a9a8cd2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "53417b941cf141ffbc4b1b722b4c67e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "83e07178b4a549ef9c75292b47f3978d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "83c08e100f8443be8c4c949442d368ce", "region_id": "RegionOne"}], "type": "tricircle", "id": "8cc84de3839e48b9a2b848d45853af4f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c51321a254b64eadadf11730d11a5004", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "fb401b88992542e7b454cb883b82041c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7acaadcde992477a93cfc2adb436aacb", "region_id": "RegionOne"}], "type": "database", "id": "6e9c808e68f44803b92bb7dc60d47722", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "401599bbd760418abd427cc919fc35ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5f8ddeabf43541e8a736853d7ed0f510", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c3eaae2d24c749c3877f2d566aa4e995", "region_id": "RegionOne"}], "type": "application-container", "id": "2c6ab0a2f8194c4bbfdae5a8a09a6ee8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9836d364aeb24ca896ece46b5b96975c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "68824d6774dc4484ba58c2772c044328", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5cc7daff58f342cd97f75d22162fb1b7", "region_id": "RegionOne"}], "type": "container", "id": "8fe1879fe3ed426ea23849d7888623c3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6110bc9d479f4e5cb912ca3c8487af1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7edc852c9f924c19a7505930fe1bc980", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2dd02a61bf8e4b04bda0ebb5cb31f4db", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "fd416c8968c44b8786b01232ff4728ae", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8c5aab6d508340da86b03d6ae37f7076", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3bd88efecee54f7d9db8ce9ea2e2ccf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "813097080810463fa2ab94d637a2adf6", "region_id": "RegionOne"}], "type": "rca", "id": "26f4480da451407b8e1fef444b8eee62", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "74695654f94c4b4b8470767f905deea2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "aa56453b584544af8d99ce7ac975891e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d830b1985df04e6283291cd42e8d2dc9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fd7a8fa0827448d29effd9c37ba0debe", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f823a0ae21ba4922bc491c4f86105061", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "aa59f24e7b1649d988a0ead529a570e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "213652090a6947e2bf5ca05f2f8dd176", "region_id": "RegionOne"}], "type": "network", "id": "89801b21d82b4dac800e28e9cfa7a068", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "4661d487ecf44eb19f75639c36a92742", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "5d5d436a26ad45af867a74d62e8198e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7a07e10f7490428fb7309101484cac04", "region_id": "RegionOne"}], "type": "backup", "id": "4f2bff3a72fc42d7ad1899758484150a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cc0e5c28d1c94827a690a565cb139a57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1ac6a993e9334de2b49a33502510948b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0ff657fd978e4683989162191ac99928", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5c54328840794c95870fa4ab8cfb11b0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "619336a65ace49538696d61e2d45c1f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "21089d421ef547ba87f2c518c1884b7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3fcdeb5733d64e2d88591385065ae797", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "baa86266f62546928a9b3702f0bd8ed0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5f70f60a1da84c44961245c80d25aecd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "144053c6520249b9ac3f8ddd79ee722b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8e813709b27d42f4a12597ffdb369a35", "region_id": "RegionOne"}], "type": "monitoring", "id": "988134100c924188a39b16922df081cd", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7209a12969c04920b032bc15f5fc9456", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b2fb603bdec64464b5e62d37dcd47f86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a4075c534232475eb17cf8383ed7b1c0", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "554afb7b8a234be989fed2e4f18210ee", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a85d5dc9edea4a459e9b8cdbe9271719", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8e57c744c45c454aa698d5912f0ca20a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "3268681bdc60447da09672bcd2a6730b", "region_id": "RegionOne"}], "type": "placement", "id": "8da6b6581ad64591b60d3db689b336a6", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6cfda6c4658d42e0b5607838f627b9f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "009f812ac03148b88d2c627d8833a9c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "13f19912aa384c45913673bc13c8b886", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4faff17f1ada4e8384febea55eb27d84", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "654ad44c81ad4938825397d803b3368a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "708ae1addca24d6c9265068e0964046f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "11bc221ed5b843d489ea7f70f2d0ef29", "region_id": "RegionOne"}], "type": "ha", "id": "a1c1ecf4edbb43db97d956ec37d1d5c1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0bd0a043cc34484dbabd986082467811", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0f1eea73e08a4419b2549b32a9c8d65a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "15cdb69e8d90473b975074fccd64aac1", "region_id": "RegionOne"}], "type": "reservation", "id": "9e45e37c9ee444d2a29d2546c6fb7452", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0cf4e56a3b604b4aad6fbcfe332053d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "60f36d4183ca4969a99d8dfb6ce368a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2ff3107c67df433993e093d4bc789792", "region_id": "RegionOne"}], "type": "function-engine", "id": "52ac0d70ef4a40d3a619665c89d09e1f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3385d98ace8a4d8cb669d045fdf76cf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "663f8985c3a4466b853bfac0e9b473af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2936ef716e9e4d6d8c71d26d82cd5a49", "region_id": "RegionOne"}], "type": "accelerator", "id": "7d64866b0ab44c82b9b7489b1296fd3d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f720e079356a40bfba80a2eee3c2def4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "42262caf950947bd9704deab8ec6c58b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0edf183e98c74114aa08eb0124313b87", "region_id": "RegionOne"}], "type": "admin-logic", "id": "628be030874b4cd986ed1ec3c764c532", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0a8d55911cb3441b938e44a0b8451f07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "16d95ed17dc3490398dc0ba0a347258e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1334c03f6d614d02a34ece138e5575b3", "region_id": "RegionOne"}], "type": "registration", "id": "4a242431f3a24d5c853c4a23175b71a4", "name": "adjutant"}], "user": {"domain": {"id": "d8a3bd8c162a450b88dcbd117d8559aa", "name": "8635762283214d95895d3ab7887c63cf"}, "id": "aea22c12ec78472087e0b01fdc6c127e", "name": "ccec9c4b02c74d79bab85286cfc0b6cc"}, "audit_ids": ["a49a282f0c7d444791356733989ac1c0", null], "issued_at": "2019-09-19T09:04:47.670224"}} {12} openstack.tests.unit.network.v2.test_extension.TestExtension.test_basic [0.208011s] ... ok {12} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_create_floating_ip_port_forwarding [0.065992s] ... ok {17} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_order_get [0.065202s] ... ok {5} openstack.tests.unit.object_store.v1.test_proxy.TestExtractName.test_extract_name(discovery) [0.233497s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,835 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,848 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,855 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,864 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,884 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:47.759845+00:00", "project": {"domain": {"id": "835d793023b34caeaa78150559c71c1b", "name": "f981b915ddca4386a9840adbb25227fc"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7c1a727645934f44be4c20102300781f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0ed629a1db204db99acbacd67e47c187", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "34651126401e4725be3124a5008e1caf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5f4614cea5d04ba4a94f366b70fa4f35", "region_id": "RegionOne"}], "type": "identity", "id": "3318529494f145a1a853ca3eeb90895b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bccf8bcfbfdb46ea9ef8a3460d67d012", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0f234482cf1248d9ae07129ec20fb103", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4b37da1a2e2c420aa82df1796c6cd7f6", "region_id": "RegionOne"}], "type": "compute", "id": "fa68e3559c3349c29d5a255804addbcd", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5686d72187de4674a2d76fe594737961", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d07499d2267c4e5cb29bbb01ffb60130", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "50708c050c114247a6a2db3e8b184a62", "region_id": "RegionOne"}], "type": "image", "id": "112be006a26c48f5b88b080a79fa9cb6", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "470f77bfb0db48ca98e597f65dcca1bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "01a8262aff23449cb01536275db59e00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "feeb33566acb48969c3a0d52ef59e5ba", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f9105c8942bf4bdb9f2f2edba9bb7ad5", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6193e8e675634d948a35084725330bb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f9d18db04a440aaba58d88bc45d23c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "162a0d6ebf394158b859b60c5392bf21", "region_id": "RegionOne"}], "type": "object-store", "id": "e138e85b6796435e93fd631c7a584dc9", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ed6c5aec054e4946a0ad247cf295f169", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3a4c6d45f8b244b5bf72dbec153380f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cc966e182e7d4d38844a1d461471cb9a", "region_id": "RegionOne"}], "type": "clustering", "id": "0846bd879116484aa26db6df76aa2386", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8a827959979946f8ad86f37a993ae4b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2ac9cad2202a42cd846f131f3de791bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "caeffdfd7d094152b491e6061afd1bb5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "dd66d9108c094fcc9c9222c658981c1d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f4f09ca8efae4d559d332557ba83bbf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e611a88ef9ee42369e9a113a3e7c4d43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5f98b548f80b4e88a44e1a9c1aa68a56", "region_id": "RegionOne"}], "type": "cluster", "id": "3abd347b4c7f4d4d88e2850ecb930909", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4347f24e0af1432a9ab7b71c1ecace10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7ee53324aae84d739d15d2a69aa317ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "cb99f026209840f39129144e571da414", "region_id": "RegionOne"}], "type": "data-processing", "id": "341b5566148b4e98a26ce9f736e3e314", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ea48748903f04150ba6828c6416d257e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4ad5efadca234839a47137c7bf4c1b6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4bbdb4c0a86a45eaad3a2d3b7f3b590d", "region_id": "RegionOne"}], "type": "baremetal", "id": "d43d6c03dcb744d5ba20b29a996f257c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "15560fbf83bb4c4ba7c3296c14a4f519", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "433e126a893948f2ad1d0a91ccdb3df8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "464e33bf9e5a4950b69b487a8d68820a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "9c5c3239b5044c90857d190d3272e859", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f301d10c3e31452191f7e61154e9a62b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "43a65bc6c09c4e6b958794d9e5e8bc5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ef84e70360fa474caba7183989b54ff7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1f70482e7b98455692689aef85663499", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4148acb2044c4ded80e56b17d51ab5da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bda13eecaf1a41f8a410086a44a80fd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8af51863018343e0bed1fd4d386e8589", "region_id": "RegionOne"}], "type": "key-manager", "id": "a9c8f4d76ace439980deb2b2735100a5", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a826bc8f258a4e48a743843eb0343faa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "835c6a21e9854d6f99482b97632ec944", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6b715430361c42e4a98bda33f37c930f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "95c632fd048e4bf8a9835f9a3414a928", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5d528e4db96844cf8770b54bf16f95bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "03adde29efad4bff9584f30fc083044f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e31371349cb24e528b77a1e883b78498", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5d07b5a7f10c46b196dac322326501ac", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a4d0d3852f6a4585a139136a49642c81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1f473bf36b864a3d9225c4d4c1c4b5d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c3518adb664444e290e0c17c42a2a986", "region_id": "RegionOne"}], "type": "message", "id": "57fbee41ba0b459792a534fd21eb8a8a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5ee90bb7ab5c4025a77319fb8ed9f531", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e33bd1abc21d4b0cbb4d9fc6b4d2fb8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "54b49a5538474539b7cec6d0b8d8d10e", "region_id": "RegionOne"}], "type": "messaging", "id": "897bce91a3804aa5935999e831828771", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cacbcd2436d2456595dfe348fc2bd95f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f761541c59424071b3cb722c410372d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0e507e2daf654edaa68174b6f74584d9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a50b0d35b81349f79775f7b020025239", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ebe2e6bec90143388e2df26678470a89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "733f1ac0950843d1bb57053ef62e740d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a20d7b49d4f440f69438e6d108bf4187", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "fe707563be604979a946a4d916b0be75", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "514055d383af41a58958a13b1ef645e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8b6763fc5df94b16a9bcac8120add46f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73b9a24bc1334367888498ece2ea38eb", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "90e10d11325e4bd58f38fe7fdee90d42", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "92c4cc65bd2d4d91a120f2555f0401ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce571e1b49ee4f9f955eb4b5fed899fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ea879478346b491d80caa646c7209b3d", "region_id": "RegionOne"}], "type": "container-infra", "id": "1b783c264216499fb48b430b69fcbc9a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "66ac962b63a14175b5ccffcd46b60785", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "abcfd01e18b84a068f15b718fcfee6d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "80b36540e4ef4c9a80dc3e2cacac4f75", "region_id": "RegionOne"}], "type": "search", "id": "f2e927469f0e45b39a3f71553978df87", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "20bb646ec7c4405f84b67c0f57edd6dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "04b3f0e411c64dedbd93b955ea77911d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f191e200c8e447ea9434cf8b493708e4", "region_id": "RegionOne"}], "type": "dns", "id": "a08e0959e6d14114b30baaf85998f3b2", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8541b8259e984dc68e7bd65625e76da8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c6192998e326453d8c2b44125fb76003", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "da292c4b3946448b908e36b528ab1e12", "region_id": "RegionOne"}], "type": "workflow", "id": "9f3f4fb4ee2d4cf89b13320de820b8b3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4b97c6e32eea41dbb2800abe94c7a845", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b57b859c6f72450181e64d30b1501414", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3ffad3215f1c42d895732a279d1d7f31", "region_id": "RegionOne"}], "type": "workflowv2", "id": "fb25dfdc205e4835a2eb4baf4309b380", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "118d6e3fa3384142a2a9e8ddcd8915c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e8773ba0045346868c2d9fe6d1392dd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "78f1225843374f8181cd66297f329f41", "region_id": "RegionOne"}], "type": "rating", "id": "933e9a9a4bfe42398851d7c707a0ed00", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5014b9382fb9400fb548f5edbe5e2c23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b8eb7aa2c12d43658a80c15e31bcf398", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "eaa0c94963934050988097df1464aeab", "region_id": "RegionOne"}], "type": "operator-policy", "id": "31a9d0c4e0c94d6e8319c8addd1c21cb", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2ffbda58be6c4b54aabc26cff43c22b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7ca9be5f2688439688927363a3450592", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3b0b940cbbd144c194ba9260e01dca50", "region_id": "RegionOne"}], "type": "policy", "id": "c56a35563a2d4145821c281a58ff86ce", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b769045365e04ab3882378fe79a49c4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "73b1248415e74479b9ec449ddbc98ccd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "482fa9b33be444cb8e1ae855e36e8d7a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "3c46d800ae304a9ca7911c36d778ebb2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f8550746b73a43889b18afe9669aac49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5f042edb68a745a6814bf6f57b61eab8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1ac2f7fee59e474b9dd461d61b8a81e0", "region_id": "RegionOne"}], "type": "sharev2", "id": "59b5f71148f14120ae76e8466cda3301", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "66b6a3bd00474f43bfbfdb419027b2f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "794b201844e5485ea3bf27833f60f8f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c0fab394d46647578e2385f625b5ab51", "region_id": "RegionOne"}], "type": "share", "id": "0087cb27e90044a4b6554fce3f88f586", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3e3eb37efb6741d4b326b028a37daffb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f202077eb2124292b78cd2fe5a845eb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4fde7d66ce054b0f84e36e46632b8a93", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "98d1c894fa4d4948b8bcbf324dc702a6", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9bf1b2fc413d4aa0b5dbaa9d5fdb5cab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbf0d4584de94a4888307404f4e2c4ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c84dbbaca2447c18c5f09575c748ffa", "region_id": "RegionOne"}], "type": "orchestration", "id": "238285faf98c4fc58836b23fe372f8eb", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ea46d5fa75d4e8bb27d60c782c75dec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19f900d288ca4ad08877684cca050103", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8a559f18b304b4fa9854755ac29c0b2", "region_id": "RegionOne"}], "type": "block-storage", "id": "8981e8975ce14c95aeb453f7f36d24be", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "453a6b1f4f154c85814ae0caf75ca097", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84b075b9d5d14102b45d16ed60e209fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b31e5215b5bd4fbfaad3d40673f7e486", "region_id": "RegionOne"}], "type": "volumev3", "id": "35204ec466a645c4b407cc20e7de0b75", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15745c5377c045929f25e66229608121", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84791020dc384d41aa5501e8d7e955b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c1a792b81e84921bf892c30f614e427", "region_id": "RegionOne"}], "type": "volumev2", "id": "8484b1923bf84aa784e00d0c7d458546", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5ef01aa9dbe4ccf8f10ca5e4ea38803", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2980de9b95ab48feb55026404721d98a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52ea0697fe2e4ac5a6e4720d92f29f60", "region_id": "RegionOne"}], "type": "volume", "id": "fab796bb37954ae29a5a3fa89ef3224e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4d53fe2acf24f34bde469a6d1451bb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6bf789cbcdf4f008e15fbb012c289b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66c9e6d646b14bf7894cae53a70d590a", "region_id": "RegionOne"}], "type": "block-store", "id": "308c281b07ef41abb557751a3de16449", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a6e9fa1d1f4740ffbe0f6ed7a2d6661f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "afc9b1e7b1804dffbc57d4adec2ae6d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2b6c688bd1b24accac2ccfba12d9c10b", "region_id": "RegionOne"}], "type": "alarm", "id": "7219401c4f0549c3b5846474191285d7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "89c6135531434869a4b3ad8a5f1d82cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "eebe88989cd446b1ad6fab4b01fd84f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8fcc7567a0bb42369a4d2a165b4f0a8b", "region_id": "RegionOne"}], "type": "alarming", "id": "054343e5d2d0495880f975e5e65ec35a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6329770d530d4c808f44a45e50cab9dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "686372a5b8ad4a1b8eb12d360da9253e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "535fbba2bc994e4b9e82f2f2a529332f", "region_id": "RegionOne"}], "type": "meter", "id": "9bae6df4b8ed46d8a43fc7758173f047", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5c99661adda74692815fdfc3421b9d3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "53ee9034e12f4d27857757ec7dfa292f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3e46f10ad97f4c1f82a961290772fa57", "region_id": "RegionOne"}], "type": "metering", "id": "1c2f0b78bf91424c994306d1dbd763f0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9dc2405852684335b41274cdb50e4e53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ed482968b7f3472896cc3af9996f6a4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2640ced134484feaaa587838714a3aec", "region_id": "RegionOne"}], "type": "telemetry", "id": "7d868853d20a4a3f90bfb356df1d8c92", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "16857d104b034543b2be2b099029b2c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7da59b8943e9473396ae53030b9da8c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2760e7e27c17494fa9b383164af07bc2", "region_id": "RegionOne"}], "type": "event", "id": "3d5dc175647a4d62a12537ff7542022e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "73846c746d2b4e56b4c2e620eeeabca8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "01243a05e9c2464da78d9497e2728a0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "dd3f3200317541a59a76642e9681e255", "region_id": "RegionOne"}], "type": "events", "id": "a47999c2d3fb4675954043a4368fa099", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "48fb7f19ed034842ad733faaa83354ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f514b1742ad74429936c556233a9ea8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "378a62efbb4e4cbaabbfa87e48b3f06a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "87ef5f8838d4432e910a7df347d15790", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c25aed86ddb74edf852e33120d784262", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "86aa130936204ee58fd6239f4f888cf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d5d9733b8c3245f9ab5629eb7a43f247", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3665fb7c97aa49e9bda202962f845fc0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5cfc12e1051f48509c2fe992e5538ffc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f07d048871614207825919f0fd45fb26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "72644f647b174c23921213a6ffb0844d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "76b29f31fb3342a3bcc3dee9848fdf65", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3013f2efa32d4491bae636bd18e5488d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "93df451be2c34cea90fcb262223adc5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c3e9714523d0457dab4b29cf307b3b5a", "region_id": "RegionOne"}], "type": "tricircle", "id": "ac47ea99c9464dbbba5258fd19e3f5dd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "6d81d0fc21004f88b8fdc0dfd474df1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a21951d1de834bb398c9ee27f3b1a36c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0bae587ca7e74ef68d48d5a41269f1c6", "region_id": "RegionOne"}], "type": "database", "id": "2ade52fcbfee45b9bdfb4d482ad33c3b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3c5ba7fb046440abb44463d9cd37616f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1daf8b3a37e948b0844388a6b34b744d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3a2f7a6d4231451297530dee09709ab7", "region_id": "RegionOne"}], "type": "application-container", "id": "10555aa2603044c796aeb8120696fcb9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7ed9c28cd9fd49428e69e54ff0dd2295", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a4e76ffefc874d1d9b6f96bb80e4cd2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0a30870dcb944502822f799fdd9dc773", "region_id": "RegionOne"}], "type": "container", "id": "2fea9b8c778a48339c83912e23284979", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "85f04fad993a43b691923c7f8dd58336", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2ea4e7e7a62740b8962f5ed9285ae16c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e478582d98064459be48f2b34bfa8778", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "545259797c5541288e9968e070ab7025", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ea9461886e2a4dfbad430c8c3945253d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "58d4f6694a0f4360b4fcaced828efb42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e6a69ac0270b4ffb882e5c52affb7247", "region_id": "RegionOne"}], "type": "rca", "id": "3e909794bc88471a80114d0461cfcd31", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b909d0ecb18240c991095ada2958f88a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "99ef27e6e6924becba17f8d6b0fa699d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9e4b4556ef8b4a609a348fcaa4070799", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2d47bb63dd0641b6994fa90bb13a9e8b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "849472ad18e34b1b878f91ce33345f5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "85fdf063b36645478c48da0d61548604", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4377183c3edb48a3b1824b58830a9a80", "region_id": "RegionOne"}], "type": "network", "id": "e37a90a5dcc842af9e844c79e4b18e4d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9921775d102e4c2eabe590ab93660cd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f2191a38caa6460293986ade2d11e839", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6b6304bb8dfc42eeb9f125275732f2f5", "region_id": "RegionOne"}], "type": "backup", "id": "d96fc89ce89f4c359a38c78624f81e10", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "885e64938e50420a94e513b87ab93c6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8435e7473c674d6f86317447d2be65ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6d6efd52dad84426a2500e85da9d7a85", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d61cfc5cbf954befba479d02d3bc2170", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bfca77dd543846e083fe5b0f92e54f1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "54e60111fec14f5699b21ff85555b4fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "08186f24fe1146299ac82cbfa934a527", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "21c6cf4ec6b347c5afd7c45aed853d28", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6d05e59b948b4570a6ba1a5ece3ae6c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ab7c1c09770a484380e6bc789742cc3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "23ef292654b142dcb3e4be7017e51283", "region_id": "RegionOne"}], "type": "monitoring", "id": "78f5e392494e46dc9b87f19496c60b1c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8fbd60e117ae4bd4a67a808836f1e558", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0bb1478ee8e94d1ab83d968d7f03d9e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "13a94e6ec2af4beaa15b7947595aa946", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a1d9fb72a4424b0c8e6a4fd0c8fd1ff1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "176c79e8939440d4afddf85f9734ac26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "bb74323d66f946799928f777469140c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "cabe8c04ddd44b3081af882039faca99", "region_id": "RegionOne"}], "type": "placement", "id": "872baac6042a4732b0129b6d5a700bb4", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e82dfd0f68394def9f31fc04ae339608", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5acc5b86c89b41e7be9493793074b448", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "23eeee99c6b34464a1eb7ca8d87ad542", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a5073277466d4955abae27432566806e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "21028e9371f4456fac83f2f69a278a66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "acc855d9f7f34a7bb0e9727d42bff5d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f3be0f393e8349b18d57f6a3b8bd7bd0", "region_id": "RegionOne"}], "type": "ha", "id": "14922178b08e4212b99ee18dd1c3812a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "586b921ad215419685eba76a12b3cbc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "23d2e0c1b4484ee783674d7dc445720c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5cb6028ee5354089a868c08d89f0a04d", "region_id": "RegionOne"}], "type": "reservation", "id": "f7c02188bf1248b4b7f32849ef3f8514", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3807849b92274aafbbb3e4923cecc81c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bccec7cb83b34e2d8f46ec058687620a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b3b177d82a6849e6be6aa226a2a02f66", "region_id": "RegionOne"}], "type": "function-engine", "id": "6cbf18ed536f403d962d92e1b35d924e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e028fdcf82834f7096309e731939d917", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a80425521ca84413a43523998f644a6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "757229d9e3b94a0d87ab0755833caa52", "region_id": "RegionOne"}], "type": "accelerator", "id": "0038dc6a8a294cb599c6532d0189ab38", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "927ed75575ce4bd39b036831d98d1560", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6ac506e1bf534d97bac5eaf09d951b68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "91d279625ac8487a9f9660cc241e4492", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6efb5106b4d1439b963e818fa67a530a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e73a4208521f4384915079898779e777", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4d267df91013495494ee21deed3ce549", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f036468d20e648e081e5b388e43b8893", "region_id": "RegionOne"}], "type": "registration", "id": "ebb6bc5994b6439a9b5c4fd20fe39fa5", "name": "adjutant"}], "user": {"domain": {"id": "18b5eec1deaa4860bf881850658e253e", "name": "c741bc87c3c44529a4a59dca5ad6ee03"}, "id": "4e3e14038ace4957a2a159f729c35d0f", "name": "a6ff4e7a8ddb4ba7b8b1398db297eda8"}, "audit_ids": ["2501a8fa013b4412b191d0e877623816", null], "issued_at": "2019-09-19T09:04:47.759845"}} {0} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_secret_get [0.424700s] ... ok {0} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_quota_update [0.065516s] ... ok {19} openstack.tests.unit.test_resource.TestComponent.test_set_name_untyped [0.064610s] ... ok {19} openstack.tests.unit.test_resource.TestComponentManager.test_clean [0.064650s] ... ok {8} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_role_get [0.057748s] ... ok {24} openstack.tests.unit.object_store.v1.test_proxy.TestExtractName.test_object_delete(discovery) [0.222826s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,764 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,776 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,783 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,792 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,812 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:47.695040+00:00", "project": {"domain": {"id": "592448df3dab4840887511f64f685e52", "name": "3bbf7f99f0bd4a7a937e0657d72168ca"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "9df64f800dfb4de49cbbf71dd41e3561"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e3c388f395ac4f51ab4fc0fd0fc0411e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "be6c336892ef42d1935311e3aef80fd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0d1805360c4a454d86562d445b95a738", "region_id": "RegionOne"}], "type": "identity", "id": "4d6b3618ef03490ca104453f4535a558", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fd8925430d7b42da890c91b0773b1340", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c07222137d2345b9a429f597c2801185", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "dae8e1416ea94c6e8dd1351fd8c777d7", "region_id": "RegionOne"}], "type": "compute", "id": "15b706114c93474dbd38d3238ebec266", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a578483cff0a4642948a78885b453534", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "14a4b1fb81f6451eb99b1451d6c174db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e59d765af917439b8d807a0fca34a26f", "region_id": "RegionOne"}], "type": "image", "id": "b1400f81449e409a88ccc1d971ca9a1f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c529da1eaf8d44519586decaa6803e77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6e6e1eeb85904a3394c6959abd18ff2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "41f61e876d4948a292448289acb313f7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "dbeee36371064fa0b4e9658462d8b851", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67c938c065f64667bd1d68eafc484fc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17e03151646446eaa166502e4e0b6627", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28d2fc6e298a4e868d758a2a477a6d5f", "region_id": "RegionOne"}], "type": "object-store", "id": "66e933e46af1490eb6a798f624db375e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aaf6a72771514f548824e8a94cd407a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f5cc87d9050d4b3f9aa96f792f79a4df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8229b594699f4625afe8f258078f1ca8", "region_id": "RegionOne"}], "type": "clustering", "id": "f2a6b4b3d6d14fa9a3e4224c62d99447", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "43e7b8b9e01f413ba163d01c9b8b55da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7f900661806f4969893e61472ed2159e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "840dc6204cd8426dbcf1743ec147d577", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "450c0b9f8af043c994ea4071b8d19ec3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "270c8ecabe5243ebb44fe30886f34eaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8f97a6f9a8b34bcdac3ef7a16dde6c59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "78953fdfa02c473b9428029f21c26ffd", "region_id": "RegionOne"}], "type": "cluster", "id": "13423c7de8544f1a940f0240e14a4a81", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9dc0598dbd7d4fe391f4ff6943eeb127", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "29040106e0e74869bb96ea0ee74cbde4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c68f9605ac3d46fcb87820391508af94", "region_id": "RegionOne"}], "type": "data-processing", "id": "43261b0fb87d42d2979acdef28b48848", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c054fc80c0b443f186b0c4651d9d8d7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "95d673e2b66e406f8d310e9c41f1a2c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8b08adecc4804228b63360020158e382", "region_id": "RegionOne"}], "type": "baremetal", "id": "fdc3608d59444240b93ae2772c033669", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "31ad772ebee740288588049a33866007", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "701b189cb02d4b149a0a7f8229ef3244", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a066da208dc34e0a8960063e88090d88", "region_id": "RegionOne"}], "type": "bare-metal", "id": "718dc8f841dd4fa68fd6b1189b9ac1b2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9a5d98f16cfb4d509cc34e035531d720", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d20008c571204875bab82762d787169b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5963c1ab20b24df3a75377856f6d979c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f152193879ac4409aefa101e7cfc58d5", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0207daff1ab84892939bda57daa0ead6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7117d94a61104460b6a10f29483a7ed4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5e17c80afb814fd7875e0d68c85166a7", "region_id": "RegionOne"}], "type": "key-manager", "id": "72799fb889024ce1bcc7e54b2eac5e8e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d327f39d73a747bba2a2dabbe4dd0270", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "288d0fcd0ead4a4f8d109803c5604ce9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5bf9988b58fb42e9ada3a18b9d543dc9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "4fb6a37d9157476f92fe455319c63bc1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "00950bfa4d2f4701a07c88126c4a656c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9a08d04e2d8440208954123add620e26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b7d79faf5857485b9115fff4be5d2bcf", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b03a193e03a6457ab3cd5970db2fd5bd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "25fbf0f80cf44ff691a2278b6335c699", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7eabf889dc444eb3aef007d212faa25c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d59fd181ac7c44e29e9bc0bf0c3fab38", "region_id": "RegionOne"}], "type": "message", "id": "febf1e50e30049b69143dd9f0b49c36d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d1c344d98ab94d89a795a9db58557fc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1c88866dc5f342f1809fd63d66b0b3bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "125463e54e514151872d5a0f814cce38", "region_id": "RegionOne"}], "type": "messaging", "id": "2683f68222024a1cabba8fce6d77f981", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0d2c9780b0fb40ecbfaee5ea118bfc12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4563ce3dd5154685a789d0b0d564302f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "df6f345ab02c4f8a832fbf5f0f7dd327", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6fcdc5f979ae4e398744bad30130e371", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "83581e3d9cf54a12b154ac148c071137", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "62da8d84025049b480dcc771cd90f75e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4e4211506c6c4f78ae2aedb692cd6240", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ae5dd21d66c34290a75ce2cde0ee42d6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18a799d614964be5ad5b657d0b9b7c78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a842d4e30bb3467498cd0665b2373e3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b8949a835880418c9faed8fee4010872", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "067cb99f8bed4aefa9ad6c6778924f47", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "33c93765c8c04cc38c34529442dbecbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f0c70f011c6c4d73b69484516dceae51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b929111b4d1743b18148a0e1c9662bbf", "region_id": "RegionOne"}], "type": "container-infra", "id": "5e542b41c066451bb868d5abebfe7d68", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "9d37ebcf242f4d96ae1df8108d19e310", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "0e680027f6f74a6c87a7be2448c50658", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "31f1045e0a424245be7bde025d8cda40", "region_id": "RegionOne"}], "type": "search", "id": "28872722708a412aab55f9aa4c37fa12", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9a54f456f1944d05940b7e09046f5cac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "29e3b6a784684386b71709c6840ed22c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a8a8788683df452199c8009e4aae5c68", "region_id": "RegionOne"}], "type": "dns", "id": "1de6503cd17349e6b62f7d98fbb7e3df", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4bc2029382e545868d972b13a46801f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dcc79c36b7a74770a16655ef0b883fea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b9b3a17bc54a48b49c8e97142f8406f3", "region_id": "RegionOne"}], "type": "workflow", "id": "de7b133e4bf5461db0cf21676b46970e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a712e64fb35a465c9ffc3b405d0f52bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "abec4df94c7f4eb88c189cb22b15d7a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d5f2f863d69745c5aa8fd6cdae885232", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e4b83320f8f24cdc85e61ccb469050fd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "45c66e7be8c246469dfbdba215a2fb2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d03294d435144027975ed2b9da47dbb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "135a792f7e634b508fa8413556f98c43", "region_id": "RegionOne"}], "type": "rating", "id": "e324bf2f93c04911aec496b9605b3b2c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "835b941f8ac94fa78c7019ba2f3ceb43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dbe346ee63d445ff97c3f9903bfe89b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ec0f90f2148f483b97d0880f70a7e3a5", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e54c9c3f128040e2a701662f60499a9f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b665aac3caf940a79655ac1fb06255c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b68afa57513f4e2bad66ea79e960b5a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "52e94e2ae591429783c6b66f1d3aa2ee", "region_id": "RegionOne"}], "type": "policy", "id": "a41135e526c3453894c3afc4844159da", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b390a1d9f3054783a892b4144aa55c29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4de5835433334690be36dc4ee84acb5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "935bb805888340608cad7f47fdc0bcd4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "fd28a83a34744710ac98a7d40ef5148c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "26b79546c0704c6bace6f7d182b61163", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f3f8a73d584e43d190f2a96b7cda96b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f639ead466f543bd8505aac0bce8513d", "region_id": "RegionOne"}], "type": "sharev2", "id": "9dc623e5cf1d4b07bedecd8650f190fb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "175007840d7f4fd791abc7e9ccd9c0da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f8791cd51fd14ec9ad57ceab0de6c6fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5e7fc99ea42a42a48410ef01f624d85f", "region_id": "RegionOne"}], "type": "share", "id": "1f604267d5ec47b69762bc3dba99b298", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "49e63596695e4809a7b5305a0545cf1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d56065368cf546c4b296191c86fef14a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f6d25e79f6f94638bfc6cd366d6013e6", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8cae29029f96459cbd5475f053652ab4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88929c7cf2d04ca6b7780253778e2621", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "461bb077e7a043cc905c6033652b1418", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f84f93dacc364838b98e348c761ba9e2", "region_id": "RegionOne"}], "type": "orchestration", "id": "fc288a9d76bb446fbcb89498b6728e4f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0989fa85fcae4f32a287153c9692eef4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6365c18e12647c8a2f01e1fe30a8b19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9c39b6d41ec4d8091b73c75d37f3f69", "region_id": "RegionOne"}], "type": "block-storage", "id": "40ee3b056f854c7485fd672c7777e8a4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab2a4776f84b4653a0b3a7995d9a63f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83f1e977b3da462b9b8899767facd2fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4578a1aea39409daef1f31763a7756b", "region_id": "RegionOne"}], "type": "volumev3", "id": "de6419f6c7154bbf8dc6c64f9f6fd0da", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd34bab3bb5643298e6cde475744ce3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a69bae8891442c280a77292396cdedc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "633915eb9aea42a095e4687b739202f3", "region_id": "RegionOne"}], "type": "volumev2", "id": "3911ff8276224bf89df316ac015456a8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c226a8222b6f4df59f72871d7bc0f55b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab6d55b261214d6985d47b9faf336ae7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7465b7a1b9694426be934d200017f94c", "region_id": "RegionOne"}], "type": "volume", "id": "1973582bfe68486f94d20e1deda55f2b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "959548e12272494aa04996d211a34e3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "000ce907294d4296bde91c23fafa652f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7a942520cad494eba20bee949d58f71", "region_id": "RegionOne"}], "type": "block-store", "id": "816cbabf9f3d4f7c9eb9af906cd8873c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "353f5a0046b646999bb0e8860c58e81e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "49470860e1e541adaabdcf00663c0fd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0e088acbf7374cafbbaf952681b2821f", "region_id": "RegionOne"}], "type": "alarm", "id": "69b7261234f340729108ed38a9d3b648", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a642dcda9f9d4960a769acf2437530db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dbd6a88beedf449dacbf0f84497a79ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fa4e414bc1fe46fe92e6790159e6f50d", "region_id": "RegionOne"}], "type": "alarming", "id": "e499b3d2b7624d30ac1464b2aea34f50", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0c88766bbc824040a319a7665fbfd80a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "35e48675a338400dac664c1db3323f61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b426f032cc7c4c558c6decb397e4eb52", "region_id": "RegionOne"}], "type": "meter", "id": "429173dc92f446989cac863209f60135", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4f346da648424a9393e107a1611441c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a650176efbf8460ba5bcf41243c15e58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a6a4ee50338545319552521718067120", "region_id": "RegionOne"}], "type": "metering", "id": "d32824de6f8f4db0b83a65ca925d8162", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "332fc410a2ac45bca00910288c7013a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b3fb565bd57a42028a619c2e9ac11696", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "aab81cb2999e4666b118b8391a0ad64b", "region_id": "RegionOne"}], "type": "telemetry", "id": "861ee8cbd138408abf1067a5a8dbd3c9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9337695b6b7441b8ab48fb491cdc74ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "00568de7a8ad4352922e3aeed72ec27e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7e3a44bcaa734767922313b3b1f1890b", "region_id": "RegionOne"}], "type": "event", "id": "0a353b708ae648ec9b1929d22fe4b06f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "dcac779d86714a7cb1873269fbd8a7ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2b3b308d20384be39266e276f929a5f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "78bd4f9a8c314289bec396695e14714b", "region_id": "RegionOne"}], "type": "events", "id": "ece3986695034180bc610c4e5c67ffec", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c7167cd851d145a4901f5fc8862e2bd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "384a5c4426ef440ab2f5118ed74473b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a6fdbed9e3de40d5a84c609ec6587af3", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0f647953678a44549bc207794a0ce833", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "741df2a9c027470caea175bfeecb8140", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f3eb21b594194a6f9b530cdd0f23765f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "84bb8e91e2654379b80e3f57fcf69e02", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1fd0e790e5ae4588ba3ddd2d49f278e6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0e7db25a624f4056bf13ccb1ebad39ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3afb848566a34cad805739d7cdb5d477", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ef58b5ba953e4f5eb08c51766db46278", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "1a46e50e593c41edbf9e1d4a73084a59", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "506b25a2fed34ccf9dbe29e9c945bc16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b44b6bcf25fe42da9d841a27bd9106a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "48bcb121f8534f50b4f681315d9723ee", "region_id": "RegionOne"}], "type": "tricircle", "id": "3e4c349ad5bd47e9a2f3a20896b3c507", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "dc79e09d51d4421db9fd31d5e8027a3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "cba1fc3c5f52494ba7ff23ebfee5264c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "57145de4d5534bfa8dff8090972dcf57", "region_id": "RegionOne"}], "type": "database", "id": "932aa8f108014779a5d0014a4bdd0285", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0eebb9cf82ab439483de60acbf75d62d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e09ce9f0b44749d49a39c8724bdcdc01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "caccd68459814467a09d12d5f70a3895", "region_id": "RegionOne"}], "type": "application-container", "id": "c3d3cda009084f3885e8b299b72b2c14", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ecc039d38fef4b1ebe8ad85157907ff0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f0a2b193d82242b3824da340e162ce1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d73b31b8d7f047a099588d85e20e87a2", "region_id": "RegionOne"}], "type": "container", "id": "5723ecb4c4114b2e8c08a0efd4cb37c0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d1bdd17eb31a41bf8f34195cc2287ac4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "77678840c17e41db93f32ce143b1a5b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "de321ccca332492d992bc0f3ce53fe79", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "291339aff618411a91dd286118bbd97c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e20c132530dc4811a9e8e5e21ce14a42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a4c348d2d0f04468b994f60d61c2f609", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "556efadcdaae427a843e095ba733ddff", "region_id": "RegionOne"}], "type": "rca", "id": "de370c4ce9e64618bfbe9819c3c90396", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1808d4ee14b8435791fbebe00af9d911", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "960830a54155407eb9af0873b3cede62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b14f3d4a0a384b5aa795dd312503bf84", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "49722b67e5ee44d0ad67c0a111b0c955", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0b3f2f5c0ba24a6ba4934bbe9aa2accf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7545cce9f03e4a759a64004ae02fd786", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0dade89589a74ab084453c5496f86043", "region_id": "RegionOne"}], "type": "network", "id": "a3778da18fbc486da26fce12c87c47d4", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6fd2575187214b43a074f32a2b2db586", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "dfbb86fcbde247b3b64c2f8a7f61147b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "dc80979c66df461abc3bfba23d360f84", "region_id": "RegionOne"}], "type": "backup", "id": "155e8f2c72f74fef9ab5cd1f1b50e61b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6764313e6f3943f98740e62bb75db368", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7c3ba9e695664434b79e61caf5cd7815", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8f253b18a3ec42268fc44975fceefd09", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c4c8d806178d4469ad68aca76dccd3de", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b0976f2b3c11409ba0146294735f089c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "970e0d1ccb1242b5a433e73f17bd43cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2803ea3fa30b484d8163abfa1caace88", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f91dc5077ca2422d80621f76fe92e0d1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b9c992e1593f4bc6a4db4caee09be598", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "98da74176e5447448f17b9e0a9140780", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "38bc9bb6997f475db5f7777b329599cd", "region_id": "RegionOne"}], "type": "monitoring", "id": "ef5c0b2ea242419682c1b3ded4666c1e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2b7f9920beb14a1ab84dcf78d0edd2de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "73835a5a01cf40bba752939eef1c80ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b696fe3b55d142f380b79513c6ba6364", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e066727d70da42f485a40f13ed6357e0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "805f597bf2dd484a9444ed1aaab25c89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "96c99ab6d65d447fb80fdef3d64b4f3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "723fe052e86c4a618e9444c81d636c2d", "region_id": "RegionOne"}], "type": "placement", "id": "f2db2f3f420d4512bf6f585f630e742a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "504f53f8ac8d4c238b6b23b379ebb42a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e42d88ccce7543fa9f37262896605804", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f15c8f72343f43b29895ccd818a17316", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c63b83bbc6b843fca0849efcf532fe5b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "41eea6df2d2d45559e27ef590dadadd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "65bb0fede75a498f81c7ab010b2075c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5825bc0a59534dcdbad4b633e86eb5d2", "region_id": "RegionOne"}], "type": "ha", "id": "89c43bcb380a44638a7290402cffbab7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4fba108e43dd42df82161b8449bcb2b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "83d8015641b24107a6bbcb1f70d449da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3bfcf54d30284c06bab1373f2b0e5b7f", "region_id": "RegionOne"}], "type": "reservation", "id": "f0b4cdeb41fe4c6ba1aaa2fef0e5f0b6", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6e352664378b414cbd74332b7de08995", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1564c9466a0549308f3d910f03e45dac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "51326d91bfff4383a1d59a81a25c7cb4", "region_id": "RegionOne"}], "type": "function-engine", "id": "b6a385f8954947908aae9a57f099d260", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "816eaf7fc45142ccaabb71ec21a60f38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4f8908464077410fb004a87f320e60d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "dbcce1cdf48d4ef0bfec45aa9fcabd88", "region_id": "RegionOne"}], "type": "accelerator", "id": "b7c51931a9d4403eb3173f8837f18fa9", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9c4d0b0733774968845b79883a7a7f32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a84ed72205c74f0ebd91890191f7153f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e0c193fc049e419c99c347cbcbc00a0a", "region_id": "RegionOne"}], "type": "admin-logic", "id": "20f12334a27549bdba3ce79e4dafa0c5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "35d395b3d5514e94830679aec9552a5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bbf9a25a96d740bf97a7ede7ce89254b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9cb504df35a94984b7c8bcfd4ef2dca5", "region_id": "RegionOne"}], "type": "registration", "id": "0bfb6870eb8f4b0a95bf3da60842e88c", "name": "adjutant"}], "user": {"domain": {"id": "1dafb104dc0843f19005500948c5b78f", "name": "c72662cf4b794c1585617cbbe1eb15d5"}, "id": "86e1f6efe69c40f198800b59782de2ff", "name": "92a08e4f04634c018b524564866e367a"}, "audit_ids": ["cb892d4827b74d6a88111167c44502cf", null], "issued_at": "2019-09-19T09:04:47.695040"}} {20} openstack.tests.unit.network.v2.test_agent.TestAgent.test_make_it [0.067175s] ... ok {3} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_software_config(event) [0.064729s] ... ok {3} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_extract_name(stack_act) [0.048293s] ... ok {23} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_listener_create_attrs [0.064243s] ... ok {25} openstack.tests.unit.cloud.test_volume.TestVolume.test_detach_volume_wait_error [0.347582s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,939 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,945 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,948 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,953 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,967 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:47.866580+00:00", "project": {"domain": {"id": "65a9e0c50b07466e919ba7b18318959d", "name": "9e1ea78b19f54793ae983710b5092e70"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "bd7d1affa8184a08b236af0888dd82b7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f6088360300a46b9bbed1c7a2287b81e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0268ff1c3c614c8bb34400793f27ab66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c35e1194144f4d6eb06b77f68b10a1c7", "region_id": "RegionOne"}], "type": "identity", "id": "709d6ae5bafa447f85ac4f7e84cf8a4d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7b0b5ddc8fd744b3848469da37dea61b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4ebe1081fa9e46f083583dba740790c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f4030f9b4739479c932345f188d7927b", "region_id": "RegionOne"}], "type": "compute", "id": "3b30ad265fde498fb593c599b53cd8fd", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "bbb4554a365c410ea64ed9401934b0cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "4230a65fd88045298cac128efbfa1ebc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d11701b39fd64fc49a47e08b48e29097", "region_id": "RegionOne"}], "type": "image", "id": "2323c7f623944942aa1e9cfca6d0e3ac", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1f8ff5e682ab4b0998a601aabaab89bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3a5cbe5eda2340d388e06a02b51a2e27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "41610a11f6e54517892f4e464ea634a8", "region_id": "RegionOne"}], "type": "load-balancer", "id": "3fd4ba2bac0642e2b96940b913bb1c20", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0cc80a9468614af481559e64ce47e7ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32644ce89b70419b9bc3d1e6d5d2bda8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c898d39b67a412eb5bb2fed5cc6d0a2", "region_id": "RegionOne"}], "type": "object-store", "id": "64739df6c67f42b182821d3a23b380f4", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8ac329dbc45e49adb8211de3b7c56cc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "495816776dc14314838e8c905b0cb725", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "58f6c106eacc4df6a43fe48d09ddc1ba", "region_id": "RegionOne"}], "type": "clustering", "id": "6e923ae4ea604395aa8e5b85bd1e6814", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4f3bc3a36fed45f0af673c9771178a09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3362a4e1a214471bbe1d26c8bc28907b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0d4cb3da0b3d49188e55e68e1dad3963", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "3c541874171f4f95aac5a0bc2e0be0ca", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "93019fd23caf459fbb8afba9437a4319", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "752bf6057cf548c7b3267719285d1928", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bbfa21df97bf4e499cfb1457ee71a07b", "region_id": "RegionOne"}], "type": "cluster", "id": "06d2aca8a7e34a9b8a95776b7c95eb30", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6910d942b2ae4bf3bc1015f9cf8fa437", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8e60555c02584c6db2ec8b54bfa83608", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "cadea5d6811f40699683f6adb01f2907", "region_id": "RegionOne"}], "type": "data-processing", "id": "6b0a1e5016f44cdd9ac0fc8baca72ec3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "44c791cbce5c4d7fb8d03fed1ea5d684", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ea03f5c1e642426486eee59827bea4df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "364ca805075d410db10f17158b5bbaaa", "region_id": "RegionOne"}], "type": "baremetal", "id": "575760b297184fe48eef1c64e2d51e88", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ba0e3b0befb3404bb9bbb02094c73526", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b0cf67d60f7f4c839072b63975246ef2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7172894bb1ab47e497c188f64a663ded", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8d446ec697784e13ba589ed3bc09ab3b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1826d3b80d1a47e5a9ec775d673f22c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9b2f23d084b44880a4e5cf884a7979f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ee0c5f48af214370ae3f63346c9b6d2d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "bcb096aa75b04874a06f2e3861a0c22b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b4dab64f075b485aa4f622fe72f651f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d865c99dd8884a02a11819879ab3aa00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1c0e8851947849388c8cd7e11fff586e", "region_id": "RegionOne"}], "type": "key-manager", "id": "2b246dc9870c4dd5a8e051cd6669c5e8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cad075ea86e047a2a18c70e56ca0b3ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "aea135335a3740fca80faedf5b5fe4ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "98177242728648eba3cdfcfaa812c062", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "619f60d0d3f44ec88cea9e7c68b6f272", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "303aa53b6cb74af19bd897d863c58214", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e22db6705a9845e79f214b9be084bbdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8e9ceb21d47c41129b759d16863aec46", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e799b1c234734f4285760ffc9247f435", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c39be9edd5a84dc5abc1adc06da96419", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a8980634934142f0889c77302bef2cbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cf1134bf4c784ac89dd66f170994bddc", "region_id": "RegionOne"}], "type": "message", "id": "9ba87982bfee4183bc602506f830a9ea", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3f9974928de24d719b18d029b9460bde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "459e2677e67a4ebeb36532056b1bbf70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f15b748293964da196850d51fd602578", "region_id": "RegionOne"}], "type": "messaging", "id": "c0d372c6332343e49d54d927458de488", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "07466f97bba74186878c84519d332562", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1b108fe7b9174d759e613a4fb55f0c36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "553e3758497c4830aa05c94d752441c6", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d7a995ed386c40d8bfb929ecd5f4dbe4", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b18da5ea9b434515a8aaa29b77a3c625", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "070caae8e75a478ba6dff82f4f94ecc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "176f75eb39e24671a967791ca339613e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d293083298d445f88d7c3be9c3c539fe", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b0244a4a0ee04fc0b179202468c17546", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fc7f7a19e413403a8e7b6915b8dfc273", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b6151245ab8d491f83dd6e74b666f752", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c2d11d1719884cbb9948dd012401ce76", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "972fd0e8ba8c4c3b8e6ed6eb3e123836", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c77b0625ce704ea8b0a71bbedaf7966a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "87f67008c9124a0fbc592ff698813138", "region_id": "RegionOne"}], "type": "container-infra", "id": "afb0ed0526a3400895b04369c95bc58d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "49f4ffb0ea1e440dafd0b98bd692c5f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9b52b68f418d44aebbc9a44caa305d9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "8a35bec9c36f46318a36974b5f34bf39", "region_id": "RegionOne"}], "type": "search", "id": "d1659965dca04cc5ba015f685e243369", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b2cb7cce7c1e41348cbba5f377e8d40a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ca14f132c4e64660972cd236a19bc438", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ea3b65d4e06e4ea89ec86882ff9eb53f", "region_id": "RegionOne"}], "type": "dns", "id": "25ed4ec946064a4ebb4f040dde89df79", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2248becad2d7462b93febab50dba3023", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a37dc6530fc04e2c9e6630f382c2e3f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5c159db1f636417ebf0ba5ac9343f885", "region_id": "RegionOne"}], "type": "workflow", "id": "61f37fb89aad4cfe9446b1d17f69a498", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6e0385d5eb924de0a7376a7364b307a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "09135e5f70444e70a9a61b08c6286b37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7b94ae3b61e946dea9001e82e1167413", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a851ed8015f54c5d8add6360bddab3cf", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f342cb356bff4d839bedd9ef9c4894c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4bab7be9b59c49909f53001d3aed7fa5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "06f5e210e39b477faa08bd21e2a87b20", "region_id": "RegionOne"}], "type": "rating", "id": "d3a65bc8d30740729f3ac7d70c4e4948", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "41418e114b614f5cb21996e95a3667be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bea1f49e5a13448d8ce24443599bca26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "af6b6ab168bb4a03b1117c8eb422bf12", "region_id": "RegionOne"}], "type": "operator-policy", "id": "65fac2fe54b942b6bb037dc86f7ce0d4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5180a85b629d4d03beaa90a705ae64b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4200623d0b0d41a6aa88f43443a3e16f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "bd0bce73a5484f868b63f950fda30850", "region_id": "RegionOne"}], "type": "policy", "id": "a2a70f6d193d494aa98ed6a4c822f73e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bdd0b3ed48754cdaa41cd63ec5c04821", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "02207889824f4a23b7fa61b65479fb46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3de8a32c322e43afa1600f12aac2fbff", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "eeddbebee82e45ef88075f57d33b3cf4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a8d5b824064c439ca9c6dc03b5d1b272", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "31d65e65b7644c74993c43d7dcc221c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dd3a60db8b8d450494aa3b158b4f7054", "region_id": "RegionOne"}], "type": "sharev2", "id": "fdd5706112194bad9901dbad6336c77e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5cce119ad93e45738e3449123311df4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8215c72d812b4cbb9a51285fc3d18235", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c562c4a49e3a4ca3872d3261004e1ff0", "region_id": "RegionOne"}], "type": "share", "id": "606c0ff11b1d46488c7cff0d8ef94e60", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bf4ae93d0a174261ab799ae275723075", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "02f07761d829469c98fd9afd7ac374ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "787b5d8685e24691907215db733f29e2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a02c70a25f0246178d0125b530663a28", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47d10f5f9f92485cbdc74565810a09dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37a6231aa70b438f93f33bd45575e73d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7b29f281063423192ef085313a314e1", "region_id": "RegionOne"}], "type": "orchestration", "id": "de9f9f5137a34cf88ef00364267027ac", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b8ec55125f144f388ed185f25dc92f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d643c685ea584ef593dd2bb3b9b546b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64966e2e3ee74a6783221892735de8d5", "region_id": "RegionOne"}], "type": "block-storage", "id": "d8ea681b12af435281f3f9139e195b48", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c03c05a0d9b242dbbdc6a531af35896d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "861d4c92fab94567bc4b7ebb817ae8df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10f7df3b49cb4cd1b6f8b392bc2c8177", "region_id": "RegionOne"}], "type": "volumev3", "id": "532a4ad79dec4461a58f307712cbfddc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d02b29450cb4368b3e8dab173905939", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87dcd5366ddd450f9d2230a452d258c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a126e69854364cb99500e6ea6777b8e5", "region_id": "RegionOne"}], "type": "volumev2", "id": "240915c572db4d48876a0118a910599f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2720293dae24e43880fbf29fada7337", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b946027ceeb4126b7f8d9ccfdf139ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86f890e76d8c43968848a94a88249187", "region_id": "RegionOne"}], "type": "volume", "id": "522138d06dc44b4d8b971ed8eff09053", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7e65a3dc7884568b7a216d368e77613", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c35c38b835d4f88bd650651c46ed66f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17b7f8d88ff34506b38e32aff06d518b", "region_id": "RegionOne"}], "type": "block-store", "id": "c9340621c103407e89f0126e00c7e1f2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2fbc468a1a00482daa2f50ceaa7d0dbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "802ebc5012164b42a0eeb11f85ac7f48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f6634f2e49a24c579d2fc0ca5e8310b5", "region_id": "RegionOne"}], "type": "alarm", "id": "e3805b26f88946dbb67c7d35dcbac7fd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "872431dc5379429a89cc095843b45aba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8f67dcda453c41d094deab63d3b8a100", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "72f94c3dbed4402fb8396748582db649", "region_id": "RegionOne"}], "type": "alarming", "id": "fb061839a19649e2b6d6e72f1df5297c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2f544142e049428c9ad4c4fb923dfae9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dcd2b516078244f08a6068e36a914698", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "32a5fcb7643c43c8954f4a958d128a4d", "region_id": "RegionOne"}], "type": "meter", "id": "cea958dd076144338585097e0d7d2cea", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "30b07eb22ab44c148a7e76ae5e6dbe24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2db7d577f2b6405ab59ae8813fec25c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2b201a8eb1764bce8e32a9eea1591d50", "region_id": "RegionOne"}], "type": "metering", "id": "11425e980b4e4822951d4a2de54424ce", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f72826e284a24bea91101baae64f435a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1b4c7bad15c74055b74d9831c1745fff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8e2321f301ce431699fbf4fb276f81d4", "region_id": "RegionOne"}], "type": "telemetry", "id": "90f0d3da2d7d4da9a045d37d97548fd0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6cf663ce665a477bbefcfe9a38090ccb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7cbb91308b4449c7bc3d55432a59b47e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "542d11eb5cbf49fb9a59f6756029da68", "region_id": "RegionOne"}], "type": "event", "id": "6a643222d16f4a36a21f52a215ef4d35", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "697bbad230bb4030bd4625fdf9ded688", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2bc5d73ca8e447979a53c3adabaae4f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2e44ebe546154fa7946bf156a3e61919", "region_id": "RegionOne"}], "type": "events", "id": "dcf0bfe7f4364d889852dd07f6f2d6de", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f3e5eb6eda6f4af1991d1a48719c0b42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "451bd94f193a4b5b9c90039d5fb2eeb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "10c064bd720c4f9396c65349a443cab9", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c8cb05feb3dd471682f327fa4ee4b09e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f103cd8670324d31ab83c12c2a5d6e19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c49e0de33ef944309cb89c2c059d9915", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "25ac0d5cb02349708c1d9fc523661730", "region_id": "RegionOne"}], "type": "application_deployment", "id": "920bee3376c942b5bac2df727e913663", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "595c994609fd4ed4aa2e35340a435823", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "08b17722532e426094f78ebeed461c2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "70748570c87a44eb8f67cc87752a4f81", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f9371c08ce334b99a933ab85afd09fe6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "32e00cc971ba488a8c13a72bb54312b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8e19b9f27e6b4479a1b53e1bba893055", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9570f154cbc54578b9c10e544fc48f12", "region_id": "RegionOne"}], "type": "tricircle", "id": "b40c9d7699484c06ae6666c55a071cbb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "622a70e1842e41839b7b9d4335ef402b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2d8b9e1569a54f59bd26bd4f2ea64145", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0f85a9e7fcdf4be890c52e84fe864860", "region_id": "RegionOne"}], "type": "database", "id": "eb76bbf5629343b6a03735097a78b11e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "03217a5ba1f041fa9bc24ec9db7461a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "485b174a003c48bba1058388dfeddeba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5567f4b11cfd4376aa06942568033508", "region_id": "RegionOne"}], "type": "application-container", "id": "5e9763d860c24289959f9f04fad14c03", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e608953872434268b32362a1025b6f78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cc0c71b258cd4caaaf97843417f34e60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7649b0acfe1246569648a7e69fb00ac3", "region_id": "RegionOne"}], "type": "container", "id": "76b67f5f517042058b93870729b336b7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a0e48c443b8b4614b55390ec1830e2d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6a87892f06ae4bb89ff64c0004f7c024", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f469b8ee218f45a39d417df16efdda34", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "871486982a9e4ecea18228748d42f411", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c485237fb496413a9ab8888d5f615e88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ba0c65da9d6c487b9d276ee4c0de5574", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "52fcccb8a5c54e58828af9560d9eb8ad", "region_id": "RegionOne"}], "type": "rca", "id": "81d257503c3d49a3a1ee4475eb9dbbd4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9a63c866e16b4c4ba1982d698280854e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1c12fa5295d04d6081a7dff03f7deabf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1771d3b9219b4e6c949813df1f889710", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "53feb306e6434fd7bad8ded63f281087", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c46a5a6b30dd4231811d65582e01eeed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c21526df61914cdeb9b54a5122aa82d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3739f3d9b7ef4c48a1ebb29b67200691", "region_id": "RegionOne"}], "type": "network", "id": "0b8603da703245ca9b3a9d5cd9b393d2", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "156599b676ce45ac877b4a91a3829ea9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d99b55325dc94b2d8c6189d42dbd10c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "01f64bee5ce84d1796e201349bda1f3e", "region_id": "RegionOne"}], "type": "backup", "id": "1ce8d8bf51d341daade90ffe6487292e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3c97fee406804f6ebe020a2fd84b8bf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bedd13a834ec46ddadbf829fe9d6931b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "963a130d9c3c4f8b91d9821045ba6983", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e9ae9e87a59045b8a15ec2d9acd8c158", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "05983d966413479f853f050e059ac567", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "990393f4b80e47f29da9013b88ff864a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b229ba9081e4485b8e1ccfe64961dc0a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "4cb13e2f97e948cbbbadf94f0da0bf66", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "660dd98f2cd54b2c9f6fd48f1adb873c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6c858571e05a4245a1c24199c595f9bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9c5ee86ef3da471887e4430bf79a01df", "region_id": "RegionOne"}], "type": "monitoring", "id": "d726d219fb3b4c1e86550a50ce6271d6", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "dcfad7aab0fd4d8cb8df82ceafc45b74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "17fbc6babd454ba1a825c782f78d32a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c3ad367a25d34e26913d943f84551e4d", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a98ce4d3ac6f44e5beaf121c13dd184c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8cf5993386ff49de939f1ebdde629934", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c6bccd4678b043f5a4de62e5d80000e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "fa2d1f269b70404ab0ca28ef702f4172", "region_id": "RegionOne"}], "type": "placement", "id": "6d25d74a44aa48989a16f738189aaff8", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "928c797bb6674380bf8c5576fbce3f55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cb594dd779104ddea2c632ff6ad6c31a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d3f2e19d40994f1c99b44cbed7d30829", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d3aaf443da5943eeaa960bc8f56cd827", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1b5eb8bbbed849e4b7ab74503da41dbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ea8eac70e5514f47bdfeee6c9a31c80f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "41510fded3db4d1aa46b65f3e2cbe8d5", "region_id": "RegionOne"}], "type": "ha", "id": "9553e71fbf754131a83309374f6970ef", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "971d6a92e6ec415c9ace0974b0a26f56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0feefd9fc9074f40bcb4a72ace5cc747", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "197575aa481445a9a63280f8012a6c19", "region_id": "RegionOne"}], "type": "reservation", "id": "191975e20ca448f48c7c698df3611f8e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2d9a96ba1189438b880ccd35cf9608ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1cf752260599487e8e9273fbd364d77a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "95ba9793c53443438ee65d07fa6a0431", "region_id": "RegionOne"}], "type": "function-engine", "id": "64770c7cdffb4ba4b9cb07366795228c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "34cbc8047bd84dc89ebfe03f62dbb9a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "25247d33ae3c44e09632abbf4f513672", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "14f164c2ee0a425fa2acf84591267b6d", "region_id": "RegionOne"}], "type": "accelerator", "id": "d690ee8467624da6b25919ebe0fd0ca0", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a6b12c4dc9ab4089ac4f25cd6b59bc4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ffd6aa893f354dd486acb5c126f9ae52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "badba6e4235c457e85425a87eefdfe14", "region_id": "RegionOne"}], "type": "admin-logic", "id": "690242667a624dc081ed5cf9ecc4e206", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "53966fefef754f10a13c02b8b45681c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ba3cc51711d84273a7d6f25033e13404", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "35b74c3f5c204075b067d76fa391ce10", "region_id": "RegionOne"}], "type": "registration", "id": "edce208983444f6784fa586bf4bec236", "name": "adjutant"}], "user": {"domain": {"id": "a78c8b87011641e09c12d85ce5a45f56", "name": "05fef16b7c57452587a4c5d867754e8f"}, "id": "54c8f99cdd544aa5b4e4549c5d379cd8", "name": "f5ae41f896664f78be15e02399dd57a4"}, "audit_ids": ["b25d7dbc012e451ea14553876424dd34", null], "issued_at": "2019-09-19T09:04:47.866580"}} 2019-09-19 09:06:48,097 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/server001/os-volume_attachments/volume001 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:48,104 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,137 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,142 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,145 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:48,196 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:48,202 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,205 keystoneauth.session RESP BODY: {"volumes": [{"status": "error", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume001", "metadata": {}}]} {3} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_environment_with_stack_identity(preview) [0.059131s] ... ok {9} openstack.tests.unit.database.v1.test_instance.TestInstance.test_action_resize [0.071829s] ... ok {30} openstack.tests.unit.config.test_config.TestConfig.test_get_one_with_int_project_id [0.151714s] ... ok {13} openstack.tests.unit.cloud.test_shade.TestShade.test_list_servers [0.208913s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,918 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,922 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,923 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,926 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,935 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:47.869067+00:00", "project": {"domain": {"id": "0432c0ac45074877879243508d9361a4", "name": "1377d7cfff78401097aa0606aab29a0e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4ec90a7348ce402abd10273f80f96d81"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9743ddd2c5624057bc28b69c39397584", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "067d15ad98dd4eabb7379d376c245eaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1f803cb7512c40819b645a19eba96650", "region_id": "RegionOne"}], "type": "identity", "id": "4f30fd0129f94867a621045c6e62bcc9", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ff23f87e657b4a4fb3be6fe4e93fe6e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5fcad764e0274ac59676960fa674f078", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a592ea843d62432cb06faed64770e603", "region_id": "RegionOne"}], "type": "compute", "id": "a161dad8fdca46da9c0a6ce2a8a02701", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "812df58c55644ded852c434f11d47081", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1105343500044f9b8caf4679c1f6b617", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "20d0d79644d44ceea4aee67ee42d4207", "region_id": "RegionOne"}], "type": "image", "id": "ae61ff6dab4548b58ce8eeeaa0879c4b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1bc8b78497ab4bd0b7c100d5ceca25c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e68c35c7f62248369b23626684797ea7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5fefc2fffab249c8878a86cac8697012", "region_id": "RegionOne"}], "type": "load-balancer", "id": "7517d4c9647846e181f81df6509a2bc0", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80d3e78b04414d22bd22fb46586d9f32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8a81e266a2d4d2daad753240dc62e4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "183d72e8d5b3421abbdeb3d7b1d01fbf", "region_id": "RegionOne"}], "type": "object-store", "id": "2fd3ab49b909410090952e06c01487b8", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "96aa4765082645949928cf76dff51f47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f066101c517b41819b8b7bde90648213", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0ef3db04d3c540f687b668461936c98d", "region_id": "RegionOne"}], "type": "clustering", "id": "e8251a0f0a2145d394bd0da24edf146c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "487a661e99fa4f67a65c714608726f39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7de60fbde552422286112f2eed5c9163", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1cb9c5235d474a91b52d9b10a62eadfe", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4eb32c311e2c4560a3f2d2ec5d50ce6c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "66a5783753e14422a12e0c6f75db70af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2e623905413248abb9695555271cce52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "135eb766edcb40f1ad06e2602e070134", "region_id": "RegionOne"}], "type": "cluster", "id": "c0062cb5d0c1472986c934ef34067b5b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "82c032d1a0dd4f548309bb4788dd7dee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4030750433ab481a9f080b9311f639d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f8d4cd30e9944d71a96357d8b6615250", "region_id": "RegionOne"}], "type": "data-processing", "id": "23c44e2e6c2341a6864abd355678adea", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0be437a591bb4128b16167ff7f3a79fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "429ac0e1057441cd9f9e0d8a80980f92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0edbd6b9e6fa48598713c8c82d61c86c", "region_id": "RegionOne"}], "type": "baremetal", "id": "6cd8e36c354d4db2b3259c585295ca7a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cc7b86f465474b29aa459d67a6a28123", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "80f01d6982384e55afe8d94620a906d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "51eeab92465740428f46a596b456d61e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "587df023a97e4449b294dbc207defe19", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4d384033a7024b0a91e7822970f57ae5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9eaa7dd2533a4edf9f9e4005dcd023e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "6e048a57433649ffa5aee8dcb81e86d6", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "220340b7eb994615b05db00aeca5821b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "464044c0b50749c3bf8c42ad8bb86c8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "9327113ee4f640a2b9f26cfeee927f28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d0c957e89a914e1da41f5a609ffa992e", "region_id": "RegionOne"}], "type": "key-manager", "id": "95212f57ab304c3f9887bea56f91b009", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "26c024889fd34193842794972beeefbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "982f09a3ec1e40b7a316aedee99621a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "564ca82dc43d4d9380a4e585939697f4", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f646e9fbba36479581f52d45e45a9d21", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "00eb4163c05646dca0bffc83d8e6a1fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3a4eeb83eebd44e0862db78a1173555f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9a11050bebea4502b129278210f8c46f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "2b4f50077b594c56ae72ddebc2341021", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "372b754d117e4642b07e9d07fc859798", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c6e9c2d6e8454caaaa566141cf146791", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d03111f1e390405cbd6b8438ea09730f", "region_id": "RegionOne"}], "type": "message", "id": "0997346a2208413aa270a25af18447a3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c202a190dc044dc5a4cafa1843699ab3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3d0b8154a1c44c56a17bc0b90f95e5a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7f6ce7cb6c1b4d60bc3b371c784d49d4", "region_id": "RegionOne"}], "type": "messaging", "id": "038f106a6fda4fb988ca2d5d63a4aa45", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9d49251a9d214ec7b70e39f2dd532deb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "881b3f64ca0f4714b8f0ea05181b8faa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "d3c80072628945c6917713d5d3c8fcd3", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e9ab82a221b34a988d7304a0e66b1163", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3ac2d0943e9f46c3b85a4f79e7104796", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eafefda8c3c948b9b6574f049b588529", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e9a91e85b28348d68adfd7d857ce81b0", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "eb60a918765e485e8c201cc547647e53", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "90d99984a06648a8b23bfc1144637340", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9d34935c15b74397919359173855fde4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cd3430fe5cdb4165ab337f93edbeffa4", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "820ed5a833464fa1b1e5ae60d6f60bba", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "04c608747ca6444eba002a0aeeb506f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6cead92c447948cd8be6d03c522ec694", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "053fc771db944ceb805c1ec1d7ed9a6d", "region_id": "RegionOne"}], "type": "container-infra", "id": "a825cf0f3ed948bdb233be1e011b23bf", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7a9c52fd895c4bb18e6f95ac82ae0a36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d7da6dcf6f2948309e7f710f926b166c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a0d64ea882de47b29edd6c8f7b567acd", "region_id": "RegionOne"}], "type": "search", "id": "e84573a313df4021a25a405f12bae549", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "491c380219d8469c8eb58158d6a53d00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "224b68d47b8e45e7812e3828b449b468", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "05709613ec2d4031b0acc7d9b5fdbd17", "region_id": "RegionOne"}], "type": "dns", "id": "25f48cb1449745dca04ed5928adc7c10", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4f6dbaf9ccd1402ba5c199ead5b5da32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bce790d718ea4a00b82f24af119ea5e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1543c658751f4a8c8f84874935a3fd11", "region_id": "RegionOne"}], "type": "workflow", "id": "db3d4a4fabf44b37a7cba5774a44113d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e94197bdf4a646b3b3cb505189a4f082", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f09545be94a64eea88002374738ebbf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b7f3d69766494b9684c4840e175df9a5", "region_id": "RegionOne"}], "type": "workflowv2", "id": "bee2a8fb4a39447195f33a57fa65c4e0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9c1883d940084d129460b10595148f73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "982d998ddadc4109bf522af696ad08bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "dbc08ed5e9204f51a69f6bcfb684d22a", "region_id": "RegionOne"}], "type": "rating", "id": "ade28a9654864d7d9403693dcb6ad493", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9ca6d305011441b5aa4a360519112aec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9f9ed0dc923e4ec681d5a1d2af41bcbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e0e65b30f1a649c5ac9b9035b879b1e2", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e50c9e35e29c40c9af81abe8d9b0b28b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b29a99a4d48f449aab2ea0d938199af0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f2ea6e61e561467780b38113b6e9bd97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d95fae4d34e14726b4a64a5b00c7f2da", "region_id": "RegionOne"}], "type": "policy", "id": "5740c0e881e24624a4e94e6a15d61751", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1f0ec43d2821476dbdd033d5f8ae3023", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d39829a7aa204ef1a6dac2f26f3713ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c3305777e2b34e2882b0307f77884b77", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5627b903b05f4e34a7dc07735ded734d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bbf40a43ab8447ee894cd55f50f47cf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ed15e44194f348998d0bd3a45767542a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9b4b8aab0a8d4f12a4f74ca7cd76db94", "region_id": "RegionOne"}], "type": "sharev2", "id": "48a93aea0e314e649b72fafc576098eb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "98f12bbc113c41439d2ca9c7b4884c68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9e88ffa9ff14436dabd278408e67ebbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "522c39dc7aef4d6f917a0521bd8346f3", "region_id": "RegionOne"}], "type": "share", "id": "8e1ff50a87844927bd628a333a0e6d8b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "516c167ceebf48e2816da35b221b4682", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a166bf4ec01643e0969a33a1661f8b16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e321d3626a6c4318be439d0f49bba047", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b3b033cd12f24ac9b09327ddd7267c63", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25f39259a43d4d38ba89df8a7b066d5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "022da88e0b9b4fec99aa79e251f1fd4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18f8170158e444b3b559fdd2e99ea3a5", "region_id": "RegionOne"}], "type": "orchestration", "id": "0ca8a1acd4704b1b9326065251577f1c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3f80a332a50440389654adb5f7127e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f14a0c712a83435486b2c9221b705f11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd5d32246e374ccea77ccc0945aedd6e", "region_id": "RegionOne"}], "type": "block-storage", "id": "96363074ff8441e7ab3d7ba8bb642170", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe33d753dcad4bb99a9617cb4bfbbd40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43723304946347edb40de6b8dbd41144", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31e49e9f91b34a20bae8b0edcdddc980", "region_id": "RegionOne"}], "type": "volumev3", "id": "bc21880ecde54a3f88252b46a6d91205", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e405b5a4b3724182a057e649c2754d7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7aed06ff49ab48c89ca8e8e572574a26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25e2b7a5a86d4a47b8620a4e176886e1", "region_id": "RegionOne"}], "type": "volumev2", "id": "3df1a2fe0a824594bf783953114818ba", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4e21a9c7f9b4c7d97c6af29dbdfd8b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a26853cb6c7a49829f9ec8ec8e145353", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12d35b1378854005964de6a1e16defca", "region_id": "RegionOne"}], "type": "volume", "id": "9eed35900083460ba8f308a19965354f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d1053cab5924e2794a3391691887b6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e839aab61284c2e89694331854d1f4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99662e24411a4df2ad11930df46d943f", "region_id": "RegionOne"}], "type": "block-store", "id": "a5e083b5530845868c20b265d9018342", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4f35c214670b4fb8b59339b514228c30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fdba0012d2284496af821c00a807af42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a6a8512b38a44530832c60359d81b584", "region_id": "RegionOne"}], "type": "alarm", "id": "ce2598b1b9764b348cdf478e85fe6690", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a0c8a40aa318436c8df246e5d588cf2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7f0f986b80df416ab17feddf409ff8bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6a6771c070c64707ae011b3d20dced7c", "region_id": "RegionOne"}], "type": "alarming", "id": "f4220be9506d4f04a7627dfbe73bc75f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "02dab06413df4f70868a7dd7590b7d39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "98014f77fded4b1cbdc4e1b4baf060a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9d3284d713bc428b8e33eb5126afb50c", "region_id": "RegionOne"}], "type": "meter", "id": "70a3555c7afd46f3adce511b5d4eccaa", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fda106df3eeb4e78ab9e4cbf724f254b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ef26741eac644f0daf17937482144ac0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c529e46172af4aaa8dca5835b7e11f80", "region_id": "RegionOne"}], "type": "metering", "id": "269d60533d0041f2ae14748eca821f57", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0e2b4c4ffc6a4b78802413ac2f681176", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9f183e65bfc54a1b8f75591ed2c43194", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2fb6d018d19a4bcdb259f5d91ef803b6", "region_id": "RegionOne"}], "type": "telemetry", "id": "e19d48d929f44557b1da8e2587f7ae0b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "03a03f29415a4dc2bbe031bc8226a3ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "704f931e1d9042beb090e27be8eb8505", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "41ae2b89227848e19d2fac855ff306d0", "region_id": "RegionOne"}], "type": "event", "id": "680e5cfe8e6745c487fa491d0bd5ae82", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a0c31b0448144572b8a558ca26592b4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3fc9e9db1d3f404daffae3f381b28e72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "22cd306b729141d489ae4f6a2f5c9360", "region_id": "RegionOne"}], "type": "events", "id": "9960fad1fc40442291ec4708c60f847d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "74ef5922409e4f27aeb8546bbef96b56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2c4e936de3d149f4ad71528553a3b54e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "50d93575f2c94946ab5ad26cf2e631e4", "region_id": "RegionOne"}], "type": "application-deployment", "id": "31b1e5fee75149b3aa9da341b1e4e4c2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1ea9b1ae67c5447d9af768f688a4431b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "22c4253e535c4f3c9f9d2ea5adfa7390", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3639fc7cc1f84cb582eb39a8275a3940", "region_id": "RegionOne"}], "type": "application_deployment", "id": "84df25c5635a4767ab1a4441ec482b83", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d11d48839ab1459fade4bc624f5b37e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "75fb9ac9b1d84d22bdacf70947a5d835", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "00052e974f7940d9a8b669b02bbd733c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b48b909052b64b2098addf261ec5c0df", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a0c4d78f7dd343ab84a73c060418e7c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "19905c30910f4dfebc0747358c287f8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e63d33e0b53140a6a5ca39e88d1376d6", "region_id": "RegionOne"}], "type": "tricircle", "id": "23fb072aa21242268dd880ba5513974c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "066213c610404011b36ec1c3b4239517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "398ad00907144b9394916113748c297d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e48150d85ac4438d90a1c2204233b620", "region_id": "RegionOne"}], "type": "database", "id": "2b687b1b10a347d2bc277b42baf5ed8a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bf0d9f4dc0614a3894f87bac957886a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fbceab97172e4af49a497474d2600ed8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e9b13fdd1dca4b69be4946ac248424b6", "region_id": "RegionOne"}], "type": "application-container", "id": "9de56d6cec6a47c3a10d4948c3bb64ba", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3af840e155f94d0ebf0ece00dec3708c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "69aef07a24214619b6268d3008a20ec7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e81c347148e0436ca0e0e2883b45d8bd", "region_id": "RegionOne"}], "type": "container", "id": "2282f13ebbf945ae99e8d4530d7b489b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "43fd3c5ca091427d8c98cad9a4dd4995", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "64b1add9e0e2438bae08e5d60c387a8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6655c67e5ecc4f669be5d3ea6fa2c077", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "03d508e5cbed491090d8356319891e8a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f02b324c0ff4457fb7ef06f69f4481d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "376cd116c1464bada181a772d6e56b40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "731a9462983f488da1362eae83fd93f0", "region_id": "RegionOne"}], "type": "rca", "id": "4de1c6c7b37c48eca4152adbf4c084ad", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "bc3d2f46b6a24ef6bd2ef8a800bade75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c8d55065c1474f409eb4f338db323383", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "771322cb01a24d7b9b8837619ecc7322", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "9bbcaba7c8354bd9a3f4e0236d75710a", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ab77fd9743d64a4a8f2eeb12230faeff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9bdf7b84e939407296c02ed49cbcf219", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2eb7c3f82cd940a0840e1912277c50ea", "region_id": "RegionOne"}], "type": "network", "id": "5172e2302e9f4bafb869c194e57f4aad", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "00e5b03c010b41358c250f0ad22c80e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "78640415a08b40b29edf94884391d92e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "06f062c33b2f4ff5b19766095b955388", "region_id": "RegionOne"}], "type": "backup", "id": "1511e8d571ff402d84b1a32ab8182c51", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "84039f3a42924e4792e025412f9d7e50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3d03be6033ac4ac0afa6e08326aa9950", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ef4bc2e80aee4c27a21344508bf877c5", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "060bbe43343746a28084a71885d2d124", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2e14e2fccd044ac297765ac2a72405a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b65ac3bef2584464912a5468e106c299", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f36e41852f27408dbe653695415512cd", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3844dae3b4bc4848ba5ae4830e532c56", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "eeba3531892e4d9793c4a2c1f90fc8b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c375c0aa92c44179a5673d796c0c4690", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "4b56a0b491ba4a098725f145b6f39cea", "region_id": "RegionOne"}], "type": "monitoring", "id": "2ec12c3e4d7d4f618bf7adb050565ccf", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6cba0e3e3cc94eeab43c76af1a3f7700", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8044c29979254e69a7124aa88cf3b79a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "40624cae5e91415f9b887306276009bb", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "443c6dc5ac6842bab415e4fac73e308e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4846a9a952df4a2c96b73b5b9bd9f078", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "89561950437b4074b08ab190f2f85366", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f3c46305ee2245fe9dde26fba73127a3", "region_id": "RegionOne"}], "type": "placement", "id": "d6f3b2eb4fa349f0be4e6df376953ded", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "29e652626e314113806aa81c564cdfa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d940c63878b4468ea0309b34fb8f7313", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c3785b37563043a29e03b231ad71972c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f55ac6e3d5a34d06af922c05799b676f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "57fcc23b69d64fa597a06429925e5a88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ca38345672b54de9bdc6248354b239d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e03f71ba4f824939a99d2a06616e6667", "region_id": "RegionOne"}], "type": "ha", "id": "dba9bb3a0fca4e738c5aea882525a0c2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a79501ade25846428a4a4a0b5c56b64c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9be144c64ca74d26a0d785f8a3442fc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8a6c322f54f14bd8a1af1d194dd83d7e", "region_id": "RegionOne"}], "type": "reservation", "id": "b9d8f17fb7704067a71558b4f65d6d53", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "63ffd8ee08f140b09a35805c5f8eb043", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c2e18fd7c9a14fcb9d53df6d447f0c15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4fe305f4ffcf4af291ccffe375edd569", "region_id": "RegionOne"}], "type": "function-engine", "id": "e560af57502b40f2be132ab4ee284316", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "61f067da153b4355ba408c27ac20fa4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6af8d4cf8b554015b61263bb82220cc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d68c70b9319841c8ba30db9a33832cb8", "region_id": "RegionOne"}], "type": "accelerator", "id": "71dec3c088624b24a8e3ee0938945c3f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "97fe39735e124fe29ba3fe8c5cecd76d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b32da268c7fb42439d537096c133636f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "af90ec22564b463ab7dda241826c3d7d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "64aeb40295c9446c963c195d1683ff11", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "94727c86c9134de1808415b4b9c811a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e6ecd8a7551a417fb43d3e5e9bb85f74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "40f958d2f5d64049b8d7d6d0c6408dc8", "region_id": "RegionOne"}], "type": "registration", "id": "b5407bcdcdb946a5823f3585df5cc48b", "name": "adjutant"}], "user": {"domain": {"id": "1f21eb04e27b4d91b56c6e8d552eb316", "name": "6ed5b6581e024be6bb2717f7cf1635c6"}, "id": "5e0643175f404747ad752981caff6719", "name": "82d83f8785504ba7b9a83a80bab52431"}, "audit_ids": ["5341d5c9b9e144cc8d5e10c5dd3f2d7d", null], "issued_at": "2019-09-19T09:04:47.869067"}} 2019-09-19 09:06:48,002 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,008 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,012 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:48,037 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:48,043 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,047 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "89039453-004b-4fc4-82f7-54129a90cfba", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} {19} openstack.tests.unit.test_resource.TestComponentManager.test_create_basic [0.064289s] ... ok {6} openstack.tests.unit.object_store.v1.test_container.TestContainer.test_to_dict_recursion [0.387090s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,788 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,797 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,804 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,812 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,829 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:47.713779+00:00", "project": {"domain": {"id": "0d01bb00aa4b4d959fe1de07cb75741c", "name": "4674ec17f0b4465a848f46b989a9b1fa"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f1c8cc88069e49458f199277f0863c01"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9dbc6ca830894b17a7bdcfbe2a005062", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f6d17300aa2c43dcbda7ab5f21a09301", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "b84f5c30f5534a8bb70fc8b14184d311", "region_id": "RegionOne"}], "type": "identity", "id": "0a7150d2d4ed4ff08851e01d6598ee4e", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d75c9bd1746847839e9d935a9f94da57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cb7e8cce3380465f9aa487d9c634d626", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a785f2483ac54a0197a325bffcf016ad", "region_id": "RegionOne"}], "type": "compute", "id": "4eaf3d7f13824babae7adeaae5b3a70b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d91133152d324e168ec6780f3fd45497", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a572917148774188a60217f4492cc7bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "070c6f242f0e46f887cb2ce96288bee6", "region_id": "RegionOne"}], "type": "image", "id": "635b8a469b21477793dbfa2dc9c430d1", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "10eebef41af44fb6afc61c03f372c261", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6d88f7c23bd94259ae73efa9ca0f5fc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0a9861eda7eb43aab8a21b4f86af24c9", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1aa8458a6b6f41e0997e7fcddc99e951", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c42687ced4741bcb0f3033ae89c828b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67c21fb5b9e34e9495a06419dea93935", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52d4ec193b424b329d1758d5e38b8985", "region_id": "RegionOne"}], "type": "object-store", "id": "0b306b9d69f049d5bad198d9202328a4", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "01bc7ff8da4945c19405f93289c2cf48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3f3677eca840477f96d8f165f4010ecd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f43ea3926b2c4732816f13eb2437ad06", "region_id": "RegionOne"}], "type": "clustering", "id": "1b77aeb18f65474f9762c9277e9c5100", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "226d8e81cf1441a0888599eab2adb076", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b3ab2cb9c4bd4b55af961f41c6f5f70c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "58bdc4bd40e048f6b0db68d67d0e661c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e4641b1b6ce94119bf553e5a5ec61e89", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3a732319a15545ebb045bfd1ffc584b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "008f1fc76c4b445c9afe73ff62afe80a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bd73525cd17548f2945afc9f2fb85deb", "region_id": "RegionOne"}], "type": "cluster", "id": "bcfe27d407974f2688b4bb5d1f7e5eac", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f6d31c33757944bc98b1dab10803b53f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3f1f10fbf4b44525ad66da43cad1fbe4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "60ed0b599d2143bfa9457218e0565248", "region_id": "RegionOne"}], "type": "data-processing", "id": "6942772eb6a440f98a17ef6ff11ad9fd", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cda817d1f42f4eb8bb64e1c9c9e25497", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ef988e1177ea4b3090625ed5581a55d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "953633a3d891439da55af34dc9ee0d46", "region_id": "RegionOne"}], "type": "baremetal", "id": "373adbbb391944678814f6929c974750", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "26484dc9e648460389b8e898b27e7887", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8bcffb789bc64480b6b29a20f6faf580", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9733bb3eb7584982be2fa46b7ddd3d29", "region_id": "RegionOne"}], "type": "bare-metal", "id": "97293e633caf4f8c8db4a4221117bed4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b0d7cb15887e4d2d9908e2ac2ddc9451", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "02fe1f0afa114e58890e37f4e8e9e07a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "425e2f17b9404834a6b8ac4a9c81aa08", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9290a7e3717347d0a09dae067504ace3", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "985d08a8a7aa4eeda4b81aeb7194ca57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8830ca0962664e6db28d2c0f5335c57e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "84e1cf3a79b944038a027a28b6c4be73", "region_id": "RegionOne"}], "type": "key-manager", "id": "6e203c53591e43a49c808bc81c9e0e17", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "363ea597631f420788a86f39c50dae19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3f9e9b81b4154ed389a0be6e8304c04a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a1e8e81fb65a458a950083b39813dfe0", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0f29d12bf9a4478981cff739ad19df81", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6ba94fd61c9a46b98825504ccd52d6d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "97df9045a0cc462a919a0cb778301e29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "67a6ff8a07004fc7a00b4c9d0ffe9867", "region_id": "RegionOne"}], "type": "infra-optim", "id": "329240b187ad4046a70cd55cc02f33cd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f3ab2304457d4f13a4c1aa37b2c0900b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e0c21f4964a04f5993feb9ffc8e7fdbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d2ae84b75b2f45d7941dd394e83fba36", "region_id": "RegionOne"}], "type": "message", "id": "644fdf800a9144659b34d8f0178874f5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b3e0213fdaa642fb89dac4ce62f6db3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ceaf59cdd0974b1eb3fd08098e5683b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "21376368f590409b9868437b35e13039", "region_id": "RegionOne"}], "type": "messaging", "id": "5c9af2bd708143ad880d55003f15434f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "838cf3eea22d42ee82bfc15d9463d0d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "31c8a8961688456ab8f20dc1cec38097", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2c325a9ce71e44999246ab77381dac47", "region_id": "RegionOne"}], "type": "application-catalog", "id": "35c93132821d4f63b7615231e2b81a66", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ee8047ad39674adca5fef5eac9706037", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ca26ddeadea4f5f96146ec74e34fc3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "34d2923738b44ef59dd262e53cd36f3a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f3b5d2f5b6aa491194019388f972c11d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "40015909db7b45219c951ca6a2eb4978", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5154eee772244db88d0edde66051b24a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cc911ad487c940639391e6ebf230268c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b6e914e04f994e7888ea32cbd79dba84", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5a9d1f0c890e4cc0862b95af6532fda3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "57fa33ebebac47f7b82c8b73db871ef9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9d369afe6e7d4187bfdff96aeee45ba8", "region_id": "RegionOne"}], "type": "container-infra", "id": "fd5b60c4708a438ebca337dd966797d7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0a5c2d7359e545d484bbc2a6b0aff73e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "2b4863a6d975494abe7e1d815be3d188", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "1c6d76907ce448be83f7dbcd314d91c0", "region_id": "RegionOne"}], "type": "search", "id": "481e981083dd4fbfa4f48e5587109ce8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "5b757e8032124342b63081cd2bc46227", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "83b3b453b305484688c60fa69dd20474", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "807c1658d88d45d894df08ad5066d32d", "region_id": "RegionOne"}], "type": "dns", "id": "3a5c6bd3f8f143f1a326d880143e9756", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "54c7f00b2f3f4027a39ec1e110c7c22a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "85dd73e13a704df0ae06de0268aef672", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8c06b383d70f4274a766b9cfbdf0c531", "region_id": "RegionOne"}], "type": "workflow", "id": "947fdcb5ccb34bd894e29d447f283d51", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9928dd22f8e946759c455a021dc756f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d260e7e2626040bfb758bde26c651b00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3e25af1f774a4e59bccfb86a74328a88", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8125c8eccb3a4b05922f249086d05a66", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "bae5addff36b43d697cf9767500b635e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "56a3e2e05aae4cd484afb9604c619c80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f017865fce164b18acf2842fc12d8325", "region_id": "RegionOne"}], "type": "rating", "id": "51a049da60904943866cd4d0c1d7c68c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "13a0e5decd92458dab6a343de48eae1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "47816f3d7ecb4b86802ec22fd54044f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "69b8d7e96ce44f958a27f87576f4bf9f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "dc9c2649ced2428b87f077f713fa64f7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0b6317b08c4f427c819d2eb30a9f381b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7c2abda1549b4a08bce25a635829061e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "19899ac5119b4d8282476a0125358442", "region_id": "RegionOne"}], "type": "policy", "id": "b16412ec49494bd4aefa7bb74d456d92", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "90bcac40cf2e4b23ab5bc777f2b37f66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "45e265573dcc4bdf831b427f9cdb9eab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7c0ba13e0dee4f3796c3a3e2a2230c05", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f75cbee8056645e48f601728a338b234", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b9fda3207a894f73924b9645e59bb6e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bd12d815a8754d73a438dbce5aaf5b9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5f26457720d9486fb7b0faf18f966cb4", "region_id": "RegionOne"}], "type": "sharev2", "id": "b55ed966b9d6423eb1c899a5916016d1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6b450b29fc0743f9ae51ba0cfe2f5de7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3917253844e94a35b7f871f17c30e1ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3eefd20938c94ac0859a7572a36ef2b3", "region_id": "RegionOne"}], "type": "share", "id": "76ca6654c5ab462bb4ae1e69dddb1671", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6a0bfa931d18460fb9b3507edbea0517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1c8b76f4a880419d82f0a2723da6e8c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3f0316bca35c408797123776a646c560", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "2a5ee9b5f9674454a1104c67314befe6", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77ef1caa2f4d430eb1e3ff5a0de023d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4943d5cb6a9e4b90be8b375eb21aaf0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68ab5f100af2443b8e758c3c6a843ea0", "region_id": "RegionOne"}], "type": "orchestration", "id": "2fae0d87e9614c7aa29986573a499882", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d34b8635bc604d14a869e675a6360f94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81cd9ac513284b33af3390989b47161f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e42efc94c9e483d8e31def14d5119c8", "region_id": "RegionOne"}], "type": "block-storage", "id": "189081ddf82142d5a5ad8f658ae9b09f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a29c85fa54704c2e9747483b4ff6f0b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28aa9a334bcc46a4aa053f7432f13726", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7de58eb08b364e329239a439283153e2", "region_id": "RegionOne"}], "type": "volumev3", "id": "773fd70c88e248acb89490bec3d9f264", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "023915ea3c4b4846947533b688623734", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5519bc8cf71643a2966e4ffe00d9819f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc681cc3716b4b1faa633ccf624c2b95", "region_id": "RegionOne"}], "type": "volumev2", "id": "cc6a31114bdd4ceca6ccac2896f9c128", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "873a90dc0fec416ebe121658043deb82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8570bdab80494302883964f289acd192", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e5bde7b8fc5423784dd15dd1c5fed3f", "region_id": "RegionOne"}], "type": "volume", "id": "691456fc2c7e47c7b7481b69224fea2b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b23c85b3b5d4e1fb268a43412fb16a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d89fdf319de471087d7ddeca59c398b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10ad172ef4b54de6b82f4e10f44efffa", "region_id": "RegionOne"}], "type": "block-store", "id": "1d5658fab661446b829d64e08f3ccd25", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6c405eb525a04c5485bcf7bb5cac983d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8e1845640d814741ba9108bad926e5d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "262397fa4294483fb7c8db8fe7548106", "region_id": "RegionOne"}], "type": "alarm", "id": "b34ea4feb01f4476b7dec692b7538039", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dfe80b736a9c427f8c82363d75d650c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "29df48a3a2af4c90b1dd80832047f3b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7e8635eefa564f70bb046fb7a8d27691", "region_id": "RegionOne"}], "type": "alarming", "id": "72671da0794d435cbf7e5ad7b4833040", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "af1e04c9ed8d48119941cc0ccd72e0ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8d5e84113e3f462ea70e54fa3dc64920", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c8809632f03b4fd0984cc9610aeff6d1", "region_id": "RegionOne"}], "type": "meter", "id": "2bafcbe347e847a386ae760ea3dd2fd2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bd7130f5e4174e0f85e8850f7e010156", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "56db9997de7a455ea00e485e5574d417", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6a806cdf825f4673925301f396fae979", "region_id": "RegionOne"}], "type": "metering", "id": "ea0f12c32504440e9fd0c56d24ee39a3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "470e9f48b8c442c383c008bc455e1e1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a6ace82d45ba43bc864b44feefa673bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "953f0879debb4dfdaec32bd1e06c3fd5", "region_id": "RegionOne"}], "type": "telemetry", "id": "05f3a605fd8242a5af702eadde18c340", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b8a782b00ae2426abf258036c30162b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "43e3898d4ee24a969a97d4abea2edaaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "93406f302c134066986b6169978a82c6", "region_id": "RegionOne"}], "type": "event", "id": "a290620cf6ec4e689e480bb6d851b68d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "32b19e30ab2b4dd0aab68f3ba4998b0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2ba4ffe49fe443559a7a41321b432d4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fa300c6f230940b29c5b51887e030765", "region_id": "RegionOne"}], "type": "events", "id": "4072b4f9eaba405db8331f98bc9dd9f3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b0bac4b23e4b42619ef793865ca72ec1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2b420eb88d8d4972a23b2bf3d560b4a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4c5915c7527c4faa80f0da0cf63e78b2", "region_id": "RegionOne"}], "type": "application-deployment", "id": "03a92e0f41204b0ab6af6ee9fb320964", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1832c68ee8e34b0ab9197983fc9dc87d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "850c4ae6608947db93d705429e14658a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2fe8638fec2b428aa502bf75b76fbe1b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c60c51fc5257404794bdc6e042984986", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9a077b5454604c108b54e5813fe6fa68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d47b20d487b54df484d92bdd483a2f9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cb48ff4ac09f4206b206924154670a8b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "05860c480969456dbb8223d1a6f0025b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a40e844e2d2f4496b889005735aff778", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0a10d35da27a42eea492bcf179a4c9e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ada5386b27694e1c91468c46221991d6", "region_id": "RegionOne"}], "type": "tricircle", "id": "4bac8dc504544a27b8883e3227dddb61", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "14c83da99bb14cc89dec85d0658cbfdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5968d01bdc4d4a119d3bf3371d6dcb66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "317548e920a5474ba092087abd0c1502", "region_id": "RegionOne"}], "type": "database", "id": "02238bd558d540b7b967075007449cbe", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ba9da7d5010b49938a10773cf9568151", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c22663aac9784ee3baa049daddbf0533", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b1cd64be6b4e479d90422050ed727f2f", "region_id": "RegionOne"}], "type": "application-container", "id": "3ad6a398b4244a15a9ad06203a93036b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "57102972139544af918e61accaac694e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0e6d45c4c4bd4346b17c97117b890035", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2a4991925a3a4ed9b68eb97106c2088e", "region_id": "RegionOne"}], "type": "container", "id": "33475e875edf43d28e44dc9b99a276f3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c9ba06f719734c56ac23393b18643f5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "71ec54e48c0f4d2097eddf66c6c32348", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "364b1940ce4543279d0485106e8ba249", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c5e0fecad92d4e82a8927c97a011cc41", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a8e7946e4da0464e822a2ea0205d7ca1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5dbe421895bb445283d7f1e2561b6cad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "374658f456c3499ea5295fca3fc89e93", "region_id": "RegionOne"}], "type": "rca", "id": "575589afbdd24149805e9b2a6f675292", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a38537c15bad4229bd9154b9288ea41d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d3e4458f688e47f6bb405fa899da8914", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ac17c6c794474e3c9c2a3d6c343f3df3", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "adad05fcb77548e7bb61823695117df7", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6dd46cb808fe4b75a62c2d3c3f0fa072", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "66d51584a3214cb892c3f7b103b5ce1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b5a1074b5c0b4f4d80ab2598c808f73a", "region_id": "RegionOne"}], "type": "network", "id": "1166358b6c0043539b5d4c8fcfabe7bd", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7d0da4fe316b4e8f90fc5c06f5a64475", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0523bdc523e94cae8991948edcb891d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "149b2e889a8c486ba8b1444733600758", "region_id": "RegionOne"}], "type": "backup", "id": "905cb711b6e34c98a442fca50557cb87", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "117e0ea638c940bebb31e7970c7cb500", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4830a5755bd9490d9849c82e3a4a6266", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3dd0e3e1ed4649f0be32566d78ca860d", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "000b00f488304980bd122af6d884439e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dd2fe877a76a4100ad9a8164e00855c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "602fc561b3bc4391a34115ebe4b80ed2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f16c128536104a2ba5b8a103b5894db8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "98ff1dedb3f442cb957d3558999b91fa", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "17c425eddf7f4988a8b6feb744f664b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "082c71610a7d4c2a8553dccc6edc2fe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "3e60f0886b454875995cb3c6cd78608a", "region_id": "RegionOne"}], "type": "monitoring", "id": "3d06f8c8536a485caf8252a115d6e7cd", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "96d92d5305fa4277920f956b4183d28c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "00d177ad9e074da49e53c881c4111e7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d86df55151914f31bd1bb4f0b35b6f64", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "85a71a76e5d44e0eafef8b241b23875f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "7fb12ad5fd244c7b9808d11bb9ebeb01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "573218b7cfcc4fb480c82172f3e13df0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a02855e593c5445c8c26c238ba948cb2", "region_id": "RegionOne"}], "type": "placement", "id": "c38fd61e0bb24ebc9784f16cc873d62f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1a64604b58834d8f8f7ccd1c2c8a7447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3286f83723434c9e8c2fa0118c152755", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dfbcc93329a44b12a43f78ac4746672d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7fa105c456dc40f3bebb425d62138354", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1beb0bbf7d744cf49d454421c4811698", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "37cf0cfae098458384ccc287232b6c8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "371d1b21f4d14333951d56116eece805", "region_id": "RegionOne"}], "type": "ha", "id": "284adf6040674260a0e1c775e1dad73a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "798ff89b59964ac0aad797b7adee2b49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0e1c102c2d0b4381b99b6d0dd40176fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c02132ecc478463c91bfc9cc01f48bb1", "region_id": "RegionOne"}], "type": "reservation", "id": "0a96520fa9ce46fd93f402c9366ce4d5", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "16b90d31419c49ec8e01a9cf9766259d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "da5310325da84b5c959b2888182ab109", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e0ad702e6f2d4d8c885cf849920964c8", "region_id": "RegionOne"}], "type": "function-engine", "id": "eea0842629c14b238f51b2110245bc55", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9ccfa07d685a4b6ab425cec88dc3b62d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f083aa7036a045a0847dbcfa569cb007", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1adedb8aac5040a2a31aa3b896466020", "region_id": "RegionOne"}], "type": "accelerator", "id": "7d06422fb2f14534840ac93bb6160643", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4899d15a233a41349aa6f5e521c53c45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "56b45c08189b468682cb81e5cfc53574", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "622300c109b34bd4b8dce4c4bf9a1fa9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2de622c0a62c46679a53e2fcb6b634bc", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7b19039f76f049168af8c6141a1a6523", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3b04e84ee56b4d0ca64e407a5a2bca41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "62474da26f744fe49b296237e9037580", "region_id": "RegionOne"}], "type": "registration", "id": "6ea4316feda1444e8f5d15b8a76b128e", "name": "adjutant"}], "user": {"domain": {"id": "f0a9456576be4dca916ac13f6e493def", "name": "84f37cd24d7c403ca2bdeaf2c80836ae"}, "id": "e7a2a9470ea4446a8638da526a49824c", "name": "ab1724197829444086ac73ebd8980827"}, "audit_ids": ["00eb91619d8e4aa3abde3c421303f0b6", null], "issued_at": "2019-09-19T09:04:47.713779"}} {17} openstack.tests.unit.load_balancer.test_l7rule.TestL7Rule.test_make_it [0.070698s] ... ok {0} openstack.tests.unit.message.v2.test_claim.TestClaim.test_create_204_resp [0.068053s] ... ok {7} openstack.tests.unit.config.test_config.TestConfigArgparse.test_register_argparse_not_password [0.167450s] ... ok {10} openstack.tests.unit.network.v2.test_floating_ip.TestFloatingIP.test_find_available_nada [0.068733s] ... ok {8} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_user_delete [0.061869s] ... ok {22} openstack.tests.unit.image.v2.test_service_info.TestImport.test_basic [0.066470s] ... ok {22} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_container_delete_ignore [0.065249s] ... ok {22} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_secrets [0.065885s] ... ok {3} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_stack_not_found(preview) [0.063667s] ... ok {5} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_extract_name(sd_metadata) [0.065718s] ... ok {18} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_template_with_stack_identity(event) [0.068309s] ... ok {27} openstack.tests.unit.test_resource.TestComponent.test_get_name_untyped [0.066602s] ... ok {17} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_flavor_get [0.067143s] ... ok {17} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_load_balancer_get [0.066142s] ... ok {28} openstack.tests.unit.image.v1.test_proxy.TestImageProxy.test_image_get [0.069537s] ... ok {31} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_set_account_temp_url_key_second [0.288651s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,462 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,473 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,480 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,492 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,511 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:47.398116+00:00", "project": {"domain": {"id": "5ad5a39c426f42d08a304b1044684c2e", "name": "ea17e83535b04e1d821802b513b9a868"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "57d705146a9d4e9cadf0cad4de83dc8a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9783ca7ed60e4de993118669c78c72d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "cc4125f333304af089dbdd27b767f7ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4da8fbcfa18b436194a62cefe43f6bbc", "region_id": "RegionOne"}], "type": "identity", "id": "334024641dc24fbab1d9c6e8b08fe8af", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "78bd87f8eb9a4235806c7677556d32ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2e47b0ecb0c64c87a247e7c2161527d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "bcc84f74246844b9976ee3ec86579c5a", "region_id": "RegionOne"}], "type": "compute", "id": "511f97c252694a9f96ae1d14e8d03757", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a6e918c7645648aab081450418b07c0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c531ef1b735d4f9a9037bbe4b5762b3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a0a6803da00d4a03b7ac49774f3904ba", "region_id": "RegionOne"}], "type": "image", "id": "203db942549442de8d7ef02e956fe0ac", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "26e5d7a0c534464ca071c87e8a688e72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f10c23ee6afe47d0b4cfea2125449bb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "89e89a9af06c4e31bdf59a0c634ba7c1", "region_id": "RegionOne"}], "type": "load-balancer", "id": "742de98c89bb4f499c227438b583c4ef", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "402c68fd402a42ed88a750e22adac2ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93ba3da46130408ea8afa275e0dfdc5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52c309e569fb4f92900c464dcf994a74", "region_id": "RegionOne"}], "type": "object-store", "id": "0e7acdd95d1549fb8a4bd8333f5c4b78", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b65a2b0ff84e469b8423d4d8b94793c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "38864845204c472e956d83671337e24b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "11434503e7424f249e6c03922dafe754", "region_id": "RegionOne"}], "type": "clustering", "id": "c7fafef482e742c199530a9c48cbffa5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "11350f85c1154138b3f9fbd95e5a4880", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b03ed770046d4abf8521f44fb1914ba5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f716222c19b44772a70796146bee1e9e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "cf99b2b23bca4f5ebb023e759872a53e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8440a938d06b449bad84b0d5ca0e34d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ae897219656b441eb9910ba343883d7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fbab86b26597442fb9bc339c3a82b688", "region_id": "RegionOne"}], "type": "cluster", "id": "53777876ce984abe9d24089c2813874f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1e82e743954f4c2e8960e4990f7f4d4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "daa06c66df294df88edee99e44ae5c57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1eb493f533ea49e6a6cfabba351f622a", "region_id": "RegionOne"}], "type": "data-processing", "id": "c6122a9c57bf445a9c54a00f8c74f4bf", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "826be5fe719a48398d95c0f2b1a3a12d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4a55da83f4894e8bbe56f118cd6c0690", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "327325bec6e140c89fa38531ede86802", "region_id": "RegionOne"}], "type": "baremetal", "id": "43d3c48d5d5a4c8692ada26cd6927c62", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "16a166b419154546b81633e26b741e84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "45e6a105d060470d8333f9993e63ce8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7880772328eb479ba169d6c07c6188d8", "region_id": "RegionOne"}], "type": "bare-metal", "id": "90761396f0274f8395b7616796f3318b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "822ebe0dc66b47128d57d38cb2848ef8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f7cb0d928d0e454c885faa450fbc1a0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a34cd1204be044e88b11febc0694decd", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8289501a7e0a4454b4a3c5578c7da1cd", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cca7db9bf6a14d6eae164312f4f0f566", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8d015fd01c8647358023c1d23421e9f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "cf1b7c168f6b476097a0a0c31856be68", "region_id": "RegionOne"}], "type": "key-manager", "id": "5771f10caa5145a6a8eac9ac5e4059b9", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d1b3aef98b624a7e9bee8917917c33df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "310cdebf4c73471a805ffa8fca80a2b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7e5acc619ace46988b61f601e4d3fd54", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "3568599b7f4e48c2ac6b71775f48e90a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "97160f44664e4d7aad26c2b3b54c1ef3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2ed9b3b2177142a8b54afb76bd1b1bff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ecdafb114a294f789c363e5e9dcc91cf", "region_id": "RegionOne"}], "type": "infra-optim", "id": "284d5f1de0e5421ba5d9e92d800ce8bd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c41cc65552f942bd9c442701378525ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "07a23ae1878e40a1bd86870764c48c4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "81b78450f435435d836e5f7b2378ae4c", "region_id": "RegionOne"}], "type": "message", "id": "6007536253514607af031cac2390dc70", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b620aa29364f4ef9b2656555fe14c182", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0041cd2095084ed4834a94b11a03b54f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9de78c80ebb0440d90b9e13e9afcc514", "region_id": "RegionOne"}], "type": "messaging", "id": "452fefe3869a48b79416fe9770881296", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5139e90c871c499db1a6fb6e0cdac29c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8a938083421349cfb08854e4a61d038a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3f6ec7cd009d4886901d1f36aaa512e1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8632731ba23442a4b8b86a7200323174", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cf1e5400516740848abf93f4476446fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ecc37bfd5dd1485998e7543e94c08fbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1132c2d5c21e4c3ab8674a4eb180ced7", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3b9410f7c6d3431b80ba12ddd0a4c48f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1f69a022d96c4cfaaa644d99b69b67a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9aa0e5e6bec840f697660e9874055d44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "116c896526c2457387a72c106ba23513", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "83875e19fb484decb93a7db4af7d4bbe", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cfe60b37f3274ff2829b8e4a693c2c64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b6e76fdff6a1482096d6133daaba5fb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "70f7b5bb7e58488da9ca7f0db1f85fe8", "region_id": "RegionOne"}], "type": "container-infra", "id": "9d8467661a74478389bca1c28b456ff3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "0c96993e722f4f89ab07c33b40a28511", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "103c10f97aef44a19b828e8b6a86bd25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "8e72febfc251423a9cda14246c1c0bd5", "region_id": "RegionOne"}], "type": "search", "id": "4fe62ddae7be474e884a42cff08d8dbc", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "fa748c03118046df86e659ca7a5f1da2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "20fba7cd086b4d29bd16678656908170", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "11afb5edf2bf4b1aa6f3647d7c2a0b74", "region_id": "RegionOne"}], "type": "dns", "id": "0853f97652e648e585bbe01a8d37b702", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b1074ac5554e41bdb4c932f95dc6b76e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4aaa60984166456ab04ce975391468bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "90532f0554d44087906dc4d6205088dc", "region_id": "RegionOne"}], "type": "workflow", "id": "90596c9f7a984f20a7c85b88d7cd8977", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "06f8d03b05314a5a98df3f786d276fa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "62ba45a486e64bbdba4c9dec276a0a0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ab207f0c917342c2aa79d8b4e47a56b6", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f2e2931673764b93813eedaeec0df3b3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "539a6f967887462eb665fb3bb810f16f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b42f1f4f09de4a9c8aafa6f95ebfaabd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "beaea9608511487ba4bcea7d8fd56e9a", "region_id": "RegionOne"}], "type": "rating", "id": "b16d52b8f6954c2db965807b142f12f9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "87abc21f1da3492da4886af828853479", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7f8fad9e630c45b5b68ab8d8c56446f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7aa623e06e2641acbbc36cd4b58b0b0e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "055375ae03e540f9b6102180ea8577b9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1840daa7a33746678eb57fb669e6f7e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "84659f5007f941eeb8d179672201cef0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1ee6a02167ec4ac792147206cae9b9c0", "region_id": "RegionOne"}], "type": "policy", "id": "9839e2b8ade446208414c9137ebc4fd1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aa1517acc3434a3e97ca7562415b954e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "957b5344aee846b7946818bcbe9735c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5a8e385195da4cc484e481fd380839bd", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a71f6689f2b64b668afea492381bd747", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d01969a757804036b68adee2c4386803", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1ad7069fd6e54f0499652e7842b93fc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5dd41c78e7454e76ac7a28748d3d4531", "region_id": "RegionOne"}], "type": "sharev2", "id": "e4cb160a22b04b89a0383c182edfe994", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "487629e76f8d4702b3e53ab9acf0d031", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b90f212a15d14403b67732c9f564a603", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "edf830e2bd0f49ac8babaef0239b6a40", "region_id": "RegionOne"}], "type": "share", "id": "7a53a8fd8ead4ddc8b583527f0086b8e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b691d4eb7baf4b17a5ad49b8c901f296", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2c4df6dd059a4019acec205f7e0155c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "67b79c9ebe174af390c6274ce091ba94", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c47cc7fd914c4461b5a18cd905a4f764", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f2b27076dd54d83affd2701577a16eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc6695b5c470403ebff99c61b7e5fba5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "264d2d53c8a64220b8cb18fc0fce0fb7", "region_id": "RegionOne"}], "type": "orchestration", "id": "ba984e6448f5474cbcc876b8f924d513", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20c988d1c13f4b808a78adb8b9376203", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5233f9f20a264e07983cec597295fa84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "853a95e7eb874471aecbd421206828c0", "region_id": "RegionOne"}], "type": "block-storage", "id": "0f62878d574e461693789cbf6f2ccbc3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7354812881345bf8d4ddb9de2597144", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1e22a4a8de7467cacd25555afef7ebe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82fb40b0aff54d55acbdd369385677ae", "region_id": "RegionOne"}], "type": "volumev3", "id": "5f103e03f6a640089b0fd0acb8d66ca5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e44eacf442a4ddeba6bb73ffda4dbe3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fb03d736699403099128126b99c3cc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1d832d21ba144448a8f0db6b3fe9465b", "region_id": "RegionOne"}], "type": "volumev2", "id": "ce1fd7668ee44beebfc62023da6df382", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51cf9e14387e490aaf8e5c1f25172843", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "676eab3e3b1f475487091f67ebe11b8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "308ea2ce6b5c4ef890aa3481f4ada0df", "region_id": "RegionOne"}], "type": "volume", "id": "1eac71c718494ad69ae51844ff1cdc5b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9743428410f84781bd4d9a554f559c6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "308ca7d084e540ecbb913ab9aa1378e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2dcd360a03a543f2955c9e5896010a84", "region_id": "RegionOne"}], "type": "block-store", "id": "4302bc2cbc864fc8a6446c5db325aa2e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d712b2876a444726b2fd48b430498c07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7b5864f9b01b4dc1a288d36b3d588cac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5047bc28614e46fc9a60f0ff7aaaff8e", "region_id": "RegionOne"}], "type": "alarm", "id": "2281ecf7f44744e6ac0f65343ab4a368", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "794a6e01bb5f4511b8b75981b643159e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4755e64eb0f04cc9a9d71d782b18d865", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2a188f1263c34ba0807d26d0c743e1c1", "region_id": "RegionOne"}], "type": "alarming", "id": "8b79ff35c1a848b58071a939394b3507", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fb9740b651b449b3be5f71c23b5628ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e775169f0c314c9992a2ba7b6f04c292", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "169e5be9aec246c5b1ce3b26d399398b", "region_id": "RegionOne"}], "type": "meter", "id": "0437591ca939413ca0b8191004bbf6ad", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e17e4dd0a41f449287dda2cc8c0a6c5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "12643140b2da42069235f8c4002d1381", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "371fbd7c3e5a48e4b61c97a7fe4a7ce9", "region_id": "RegionOne"}], "type": "metering", "id": "99162d95fdde4f98b7ca40c19f2b4d06", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "afc9b173c84249728b5c70476674e5af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c4af3514e53740e29963346ee87d2523", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4184b1ab637a4d928b023fcd1be98fcb", "region_id": "RegionOne"}], "type": "telemetry", "id": "b2ef6a49fce148fb959b9712fe8a6442", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "16aad46a2302477baa09408e556525e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9ba8f3daa0b34dc2a80e197795f210af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5f45ce98cd5147e0bbd0a59de8f1c38d", "region_id": "RegionOne"}], "type": "event", "id": "f30483174a4642cd9d9f156bd5ac9910", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "da84206fcb9541b1a6cdc3902d8ffb81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "04417f1379684f14bcf890323b495e77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b1520e1b511b43fd87c5019e730c7da0", "region_id": "RegionOne"}], "type": "events", "id": "9990a27d310e494d99b78b1f982350a9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c7f6c4ffafcf4fc58e717b8326e6b299", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "334788eed902484d9677e4a28a794dae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5f925c86b8e24cd5a430ca537427bfac", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4dab1288bdae48a281e7b04c957db72f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "28dc98ae666445108b19a0fd20fe2249", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f347eb5bea654efa9da4518513ef635d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "822c0d38cf7f4a79a7e9080e2c1ed849", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8022a741530d4465a63ed3a371723fd4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "136bf467c4d5455fa1a74e5cfbd23753", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5a392fb8747e4c18a3488ba56acd8090", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d0dc5042b95b4665a768e4e75efb9dba", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "af565a6af9224cf883a78812e488ab8f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d0ba460ce9554c928b29393a25571dd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "78f9a0a874e14ee6b4f015237a245b1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3da334543be94d83b78545ca9742d549", "region_id": "RegionOne"}], "type": "tricircle", "id": "fd873804ab0145a48ce3a2d943131d9c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "627fb37bdb6048cdb74867006d28686a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "26a7c2a8a3024414a791b268fd9a69d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "447625590f894cb59d34f3dcfff28ae6", "region_id": "RegionOne"}], "type": "database", "id": "c235107b6f1a44f7bb0db043ef969af5", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c3a1b226cf2b4c2dae7d14f13aba9947", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "54ce68bf1ed94a27bb239af3fc7cd9dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4ee77543abab4b6197886e0d60b199c8", "region_id": "RegionOne"}], "type": "application-container", "id": "732bfa2f6fbd4bd387c6570bdf738e97", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d212f2cf4cb1437a858d604f59303afb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "aa54f99f4a9947f79c57e585f3d6e0dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "de5420c702fc4ce5b53685e647187617", "region_id": "RegionOne"}], "type": "container", "id": "8774f1c8dc6f47978671593606ca226b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ead14cef7b2643399664445acca3a167", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "973b719a591641e6af8b974da3e42f3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "76c7dbc312b047baa2636112a65471d0", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2a647c4725354cbd9cc7d7dc886fccd5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1f901300a946463c90a4ab6521593f33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ff809b90c35941ad9850c5037b157e32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7f593bf6d8b94edebc03ad38dbace085", "region_id": "RegionOne"}], "type": "rca", "id": "6679071cdc1347a48474dd745e1c3233", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "49c8981b583b4eb1b5c87e6603b879c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "48685961d4eb4e28b000874f42f2d62d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "fb49e9327feb4ae095abc95ceb78b0bc", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f341bc95149b49b7aa7bfea0aeca4fde", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "45e3759532794f3bacdc01dc22d81cc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7488115476044f45a7a1bc9a0f0a8c7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1c51cff53e5941218695185ccbf1dec2", "region_id": "RegionOne"}], "type": "network", "id": "a4c226734f664a8d938e194c1f2a2e34", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5b849bcac6b34f8099bb30e887861382", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c69eb4f6536d46c5bc14f42453f5d9bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9646d37c69814bee8b1bcadc074d4684", "region_id": "RegionOne"}], "type": "backup", "id": "881e6fd3b4044a2b9685e49113d8c4f0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ae4c815b089e422bad0580b7ef0f05b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e9d3727a3caa452b87193ecc701dfadb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "94a767601f9942509ab90adff95ac752", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "62da7e0e9a4244b582eeb37b7e4d0c85", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4dc18d25754647839062a8c4e62c8930", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "247cee940ec1427ebcd9d4c604c0f489", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d77e1baddd8f4fb4a165cb71d9c539c0", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "420000efc3ed4627ba09d023459f3629", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "326f36ed0f3146e6891c6d65304654b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2814aa5bb4c04dfcbc67d776ccf9cbff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "345c8db9430a431aae26e20a320ab4e6", "region_id": "RegionOne"}], "type": "monitoring", "id": "6e6db75944824200ad5e63dd3b896bce", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "47ac82011f9249b4a39e37a1e6218962", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ada34c88cf074eb488e81400099f5a54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "632ec3823a21409f80ed36d6a2e59aa5", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2ccf9796d3804dc19a9251b371064502", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "cf0c49c6304e48b1900e326461f38092", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b3053d50ecc1465db5eb87060cdcd316", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c9903c15327f4a7cb57cb3ae48d2d1dc", "region_id": "RegionOne"}], "type": "placement", "id": "0ea486d19acc4ad38c008a6f26555c7a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8bc69991851e40a6a1096ac1ab92a52e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2154396403c1438a825020004974ae0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ed6ecb433c164fcf88101898cf3ddc92", "region_id": "RegionOne"}], "type": "instance-ha", "id": "51900d3ddc8444c2a82ba6aa63400a20", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2865cb8f39784e2c98b3c138e02bf070", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0c2ffc6630d247ba9fd052f0dad48a14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9be5d8e5dc9144e896bb47a9962153ef", "region_id": "RegionOne"}], "type": "ha", "id": "dea3a4777ae34c50be09537009c4a0e5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "04ecab52e8cf4a08b2cb2467931edf04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2ba68566f70942879da9f816d7563a58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "72c5eb0acc614bd3b96d802e2b338c67", "region_id": "RegionOne"}], "type": "reservation", "id": "824548719fc742b1a6b00dcc225fe895", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c27472ead3454dd8b3767106470d6263", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "68d2062f71e84c73b66cada61542a4b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "51f3d486135b498291b09c497859e291", "region_id": "RegionOne"}], "type": "function-engine", "id": "33b8df0100dc4fc8b2727dbc22b4952f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4c1725a2a64f413083f04ce01b90e511", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bec8796fc812488bbbe594f2b2d82961", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "fb89c89841cf450393b427b6db763e7c", "region_id": "RegionOne"}], "type": "accelerator", "id": "21ceff1af20b47f38f8f92fcc1663246", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4e26c72ea0514f259adf666b729b94e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "77ced4826da14dab9572e108bf2d207b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f42d7cd229ad4e5088022885155e2489", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e4c99787e3f046e49eb14b5d35c0b754", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "97d702e0b6064e919c342bff566a47b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b02bff4182b8483abca7bb3e708132c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d622f9eeca304556af1a17dbc78f0969", "region_id": "RegionOne"}], "type": "registration", "id": "2dd84df43a1a49ba86a40035cc8433c2", "name": "adjutant"}], "user": {"domain": {"id": "23d555a9350442b28431259962b80b61", "name": "c3242807a3eb4ec391b00f949cae58ff"}, "id": "d5dbadccc6bd49dcb90961e3f6e25270", "name": "3b23734d2edc4f62b2608db206a578ab"}, "audit_ids": ["4db3779921b14dc6afb8c970fa3de179", null], "issued_at": "2019-09-19T09:04:47.398116"}} 2019-09-19 09:06:47,627 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/ -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Account-Meta-Temp-URL-Key-2: super-secure-key" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:47,639 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:47,665 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/ -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:47,674 keystoneauth.session RESP: [200] content-type: application/json x-account-meta-temp-url-key-2: super-secure-key {10} openstack.tests.unit.network.v2.test_floating_ip.TestFloatingIP.test_make_it [0.068219s] ... ok {10} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_groups [0.099617s] ... ok {10} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_create_attrs [0.067835s] ... ok {27} openstack.tests.unit.test_resource.TestComponentManager.test_dirty [0.065316s] ... ok {3} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_software_deployments(identity) [0.060424s] ... ok {3} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_stack_preview(sd_metadata) [0.055779s] ... ok {18} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_with_stack_name(name_id) [0.068540s] ... ok {22} openstack.tests.unit.load_balancer.test_l7policy.TestL7Policy.test_basic [0.066876s] ... ok {22} openstack.tests.unit.load_balancer.test_load_balancer.TestLoadBalancerStats.test_make_it [0.066921s] ... ok {22} openstack.tests.unit.load_balancer.test_quota.TestQuotaDefault.test_basic [0.069717s] ... ok {19} openstack.tests.unit.test_resource.TestResource.test__alternate_id [0.071016s] ... ok {19} openstack.tests.unit.test_resource.TestResource.test__attributes_iterator [0.072034s] ... ok {27} openstack.tests.unit.test_resource.TestResource.test_unknown_attrs_not_stored1 [0.068131s] ... ok {27} openstack.tests.unit.test_resource.TestResourceActions.test_commit_put_no_retry_on_conflict [0.072672s] ... ok {16} openstack.tests.unit.dns.v2.test_proxy.TestDnsZoneExport.test_zone_export_delete [0.065324s] ... ok {16} openstack.tests.unit.dns.v2.test_recordset.TestRecordset.test_make_it [0.067402s] ... ok {16} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_role_update [0.075203s] ... ok {0} openstack.tests.unit.message.v2.test_subscription.TestSubscription.test_get [0.070343s] ... ok {10} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_dscp_marking_rule_get [0.068122s] ... ok {10} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_router_update [0.064621s] ... ok {15} openstack.tests.unit.cloud.test_volume_access.TestVolumeAccess.test_remove_volume_type_access [0.489677s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,810 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,816 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,820 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,824 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,837 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:47.744247+00:00", "project": {"domain": {"id": "41bcf803906d4338ba13bd7fe3af994a", "name": "3cb6dfe0070a424497fcb3a9406abde9"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4e105dcddc62476589db015155e27653"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "346547dab00f4256bea4393e427791e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "dabb5677bf0744db9a358b35b2e754d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "31a70c613b374da8a741147c9ed26063", "region_id": "RegionOne"}], "type": "identity", "id": "cf86c26dda784b3aa0a55afe24b52aa6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7c6afce068514b83a00c47d433cca739", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "671e130fdaee418daaba0ee9591166a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "120e8cdef48b43dd8b541d4570db9481", "region_id": "RegionOne"}], "type": "compute", "id": "6ac2e388100a4279ad059493c4ec447d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d0565364c43748d79e7ebe74d2566628", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "8b2f058ab7b449e2bd02626d989826c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "20597de42d3c4311832ec610d4e30a36", "region_id": "RegionOne"}], "type": "image", "id": "cf9ab66e4f7c471baa560fe04f2df9fe", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "714be6d46d194bfda00738fcbe0501ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5dad708582dd4aeeabe3522b4e7546ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "dd779bd146554fcfa71435403eebfac1", "region_id": "RegionOne"}], "type": "load-balancer", "id": "13f3d1938bfc459fac5dc25ca3f92d04", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d3aa608361c4983b3a6430476fb489a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "56cbb0565f694ebbae7e1644cbbf90e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c60e5faefd864524a34a93c597f4204f", "region_id": "RegionOne"}], "type": "object-store", "id": "859a275fa66b403ba16a6a9aa39eea67", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "87bebeccf2b943ac8517e62c02830825", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3998d1cb8f9147d783849197ed74ad60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "955ba51a7df243ad976672a1005e32fe", "region_id": "RegionOne"}], "type": "clustering", "id": "4656ee704cfc4aecb5c2d214315461ca", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a930a2a95d57464394f59fc54572d297", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4ec065f5db694829a800aa1f60f50262", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6a45a96cd7e74b84b854e9cf7d561385", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "0e62950b92d844f68c6fcca2e979b56a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2ea185da55d34ac4afb9eee31031dba7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "580fd22ba0564a89a10c9abc0eebeb1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9011a9d069144cd99f131e4f4b82e5aa", "region_id": "RegionOne"}], "type": "cluster", "id": "be307db6bcb4410ab1e1ddd1155e8f97", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0849a4aa5e454b25b835460c2f7d49cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "dcf7da03b4754183ad4c2ef073c2f0ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c50d19419765474fb6d1ef1aebea9ffc", "region_id": "RegionOne"}], "type": "data-processing", "id": "ef1ae8357d214df9be6f97c701476e2b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bab08a6858384d6fb3ebaaf003b0eff2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cc1722cf469146dfa870be5700f762e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "84364999b0844164b222d85c23dc1768", "region_id": "RegionOne"}], "type": "baremetal", "id": "4379e3879e5f46de8983e918bfc012a9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0521c442642a477489c637ad3613182e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "31d355454caf49a8bd7e456767495625", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "210d4f69d4e3476887188005723f4f99", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8af43eb2aa6f4251bffa7c1fecabf7d8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3d6e984c8ee94c4aabda33c3d341bcfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "43060edcd2e84ce69da746350f4cd287", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "fa4e04f48e6c4bbd9300f380f17cdd50", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0122366c22884171ba75c27d47b6ecd6", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4f202a40be334853aa669b3f28007799", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "767c1c7f14284d26930a6fc57f166909", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9ed065df2c254c3a84f2c921dfb17f28", "region_id": "RegionOne"}], "type": "key-manager", "id": "141a5ba8a19648aeaa9896063fbd4f8c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1445f68cd6744127b82fe51cb5150ce7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ad393ae794ef4f40b084c4301862a1f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0ece25c4ed054295a9270f95aaa5d78f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "43224dc220eb4b3a83ddee356346e83a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "82a6c2aa01a84af98f69ff01912ac32c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2d101c5f509a42b8a719b29a2a1960be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4b41416e84fa42d8b501dc8971139bd3", "region_id": "RegionOne"}], "type": "infra-optim", "id": "2f5aaaaa41f94cc6a7f7376942bd8adb", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9185038d1b8644ffa34e1bdeb3322396", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "923452fe48d94503b2b3df696699fcec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c31409d4c4fe4d57a804a22af2be40ad", "region_id": "RegionOne"}], "type": "message", "id": "89718c20cac946d6999dc875d6b264cb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "89bf6791df86417b8f4528d1d612a086", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "988ff966605f41bfa2d644817855971f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "232fb94c0c344af7a5df09ecd0829e25", "region_id": "RegionOne"}], "type": "messaging", "id": "560457d359f44121821dfe32db467c7a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4f8198931f4b4e588d7b0df6d5ab54ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "494e88e342904868bacedaa3cec63800", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5ccab45d092043129e651d171b928fb8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "56ee0af0632742d98ec1434ce92f5a40", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cf9e44f242ea4e4ea196a60cd38dac7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "221fe264687d429aad5b1a61db6ac7cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3fb913cda8824302808ed41aea408384", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4254cff60cf34031be4ed6a7f9d83cb3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "62b9b6a5f46a4e469d1ad27a79803803", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f9223434e2345e2b4cc3d4fb2d83052", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce852b7d3efd428e912c9bafddb3579d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4c4945b57ea646359da781863eed94ee", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a816a3dbbc5d4c03ae2e2147cf41443b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e8a05c9fb5d54b80b84b37294cea7c1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d3f3f007856e474499b3a214d31e50d3", "region_id": "RegionOne"}], "type": "container-infra", "id": "8240563f3c3645a0acc61b4480d141f4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "9c2802b9494c4452bff6a9c137fb6bac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "71d712d8bf744752990689708952a43b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b72981be6a584f849fbe64780ff87f08", "region_id": "RegionOne"}], "type": "search", "id": "bbee87f8727f4e1c98488dd24efcd7bf", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "85aea8bebd1d4396ba01b19443c1c422", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "81977801dee240e48f9a1cdb8f76bd21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4fecaeafa1ca451eb7ae8bd6fd9cc56b", "region_id": "RegionOne"}], "type": "dns", "id": "b26b1caff86d4ed3b8c71cbc6e9b3cf4", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0f57b3559f914d9fbd05a1294d5876b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "03db5771d6774f57ae304680499d8f78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "63e9d1bd96844f30a21c986e679e036d", "region_id": "RegionOne"}], "type": "workflow", "id": "7ec875eb86fc49e188d6141a346b842d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cbbe98823f844f1ba07dfce150af3fd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "53e4c37ffaf244b8a71dd29476a5a265", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d7a384e4a51745f7825e53666299fa6e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2c730e5f8fe84c33ba94f8c9de1355d9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "28c6ab97b5fe45acbb80d2ec5cf8e85b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "24f14925593a4f1f849cd424f5ea6a45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4e4cfe4d5a1a416e931c44a39b88a99d", "region_id": "RegionOne"}], "type": "rating", "id": "6d1b55f8cb0f4ded8ca61aa9d6361593", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7a1564ff64e64c15adcd5be9b246abc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "838bf64eed61452cb6d81a2b92c139e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "dd4f5070cc0a4036848b1c52f88df482", "region_id": "RegionOne"}], "type": "operator-policy", "id": "9d778b06f43c4958a6db4aae26f26a2a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ef6a637a5d7d4ef4ac116be2a4a4dd5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d5393ae986894f42991956f2a06596d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "33811054de34477b86556c77734eb703", "region_id": "RegionOne"}], "type": "policy", "id": "74ec03a8080f4f3395fe5e98525e9a0f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1d23ef3d801e4309b9898dff3feefdb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fcc39cc7ad5c4cdc8d96313ab58a28b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cf16ee214e834910a98ca141e4f0ee52", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a59b7dbc89ff4731b069e12b7f0b9381", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "84b9720b707d4bd39f8e04c67655c0e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ccbca66d5faa472e848f7e04de46f523", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "785716e11f8a42b6b1594aa898e9cbfa", "region_id": "RegionOne"}], "type": "sharev2", "id": "3e0bf60edf9f45928005c888bf5b02b7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c10ed65424964a508ffc829302ce1e07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "66dfbb674a064a4ca52e98c57b6951ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ed8eba6f2d794f23af6482d1c5644cf5", "region_id": "RegionOne"}], "type": "share", "id": "6f68d1dd3dc145b1868fd9cb3fa4bef3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1fc7ea33427f411eba857605394de365", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0807e3da3d2d4127a0c816893137de72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e5b50699966e478f988f24832583a1d6", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3f16ae2d4fad411ca2e6647dd226906d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "008b2e9e80a342cb956314f47936c52a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6e44eac37e344a9af4c935122577cab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e0da687300f4e458c5c28c8ce6002d4", "region_id": "RegionOne"}], "type": "orchestration", "id": "669b40f2d7304ca78a3b1a4237e82246", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "442c915007d1480c9d9f24ab8fed18b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "216e27bab02945868ef468c08f48ed5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79b0202348974142b07381b709b32cd4", "region_id": "RegionOne"}], "type": "block-storage", "id": "8c415da1cdd443a0849b7325072acafd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1058afff875c4ffba6795db7b318c9a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d609f21695ba4bceaf726cebb9b0bea0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "660d4dc4d1404f31bc141e5be5732348", "region_id": "RegionOne"}], "type": "volumev3", "id": "bf53cc5a195e470a83b3d33d1e674945", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4fc80329cc454f7a870d1f7cbb782b6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b91128616dde43908dc99e90952cfaf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1946f18842ba44c1b56e6136ce55db02", "region_id": "RegionOne"}], "type": "volumev2", "id": "6f80b8f28b964a3f9111e02cf379f9db", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf4e0b1867e84dfdbc20dfaba580cede", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f6685927a2f47f281a2f21f0a37fee9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04c0577fc4194dd39baa28324de69da9", "region_id": "RegionOne"}], "type": "volume", "id": "50cfc9dacf414ba2943aa78c5cdd1e16", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c37c084faab4407b36cb0e764aa2839", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b9d2b6f51c0462289da79bc68c5db4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f3818e5096f438f9dd751e7e70ee804", "region_id": "RegionOne"}], "type": "block-store", "id": "f9a090a7047f4064b0a36f5657f61180", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3d3f19fa204d4d3284eca5afce1a692a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "aedaacba5cba4e84a88a3c9236c84d79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b77b31a778b54103a6d398d8e3752e68", "region_id": "RegionOne"}], "type": "alarm", "id": "707a1c9e2be24741a55efa2a0c3877b5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5fae3f6b78454805ba53a58ca9985040", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2276f2b0b1d646c183763a5e061dba4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8325c31ed2a64f95b163efaa8df775fe", "region_id": "RegionOne"}], "type": "alarming", "id": "2f5eed13e179412a891ba8306bbe6926", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "392937a1fceb40b2aef461ca3ef5f801", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "741af56ca00f408693f735d866156847", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "08f6f0b9213540dfba04d4f379cb842e", "region_id": "RegionOne"}], "type": "meter", "id": "85a9f4a21e1b47d19419ddd020c710ce", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7c0e3e29f73846d3a384dfffc41c66ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "719d9e3f81c24a2ca7ff51a5840ab766", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5aaf0368b2074798b5334790bfb7ec11", "region_id": "RegionOne"}], "type": "metering", "id": "8f40c4c9cbf848b0baadd4a83e809cf5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "039229778a0e45baabd27f4f4f971500", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "02371c770582492e832136b7a5cfb0a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "55c3f74799734ce6b3008852344b8c46", "region_id": "RegionOne"}], "type": "telemetry", "id": "363af2ff059d426896b44115b6300944", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "da818e6739294dfea600a7dae3191c6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7615db7092e04cfb85ff58e3a6627399", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "976a98f281be443b94fadb962135a70b", "region_id": "RegionOne"}], "type": "event", "id": "24101e2351a447d78c818650b02a0adf", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e8ab71fc9cca4946aed63d9e21b4c6ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "719b142e133a43c18b7014c030e2a239", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "63a9ae67784e41bc87d15dd30144b2f3", "region_id": "RegionOne"}], "type": "events", "id": "38f438da59484bbe87a4c4c5059c68f9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9f54fbccbf3a4ec9be5e2077a524ccdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ad94bb958ead4a1faf5a3b34ecb58d76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "792df844b50d41869dafe0a7c6db4837", "region_id": "RegionOne"}], "type": "application-deployment", "id": "7484757adcf94385a72d32aefd126db1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c4dd6a4d838542c9aee2b44ead247ef0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c53690d267da46978daf09c2e85b0959", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6a9a4ba4777448b7bad52ed440047753", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d503a5c5272e424594072d25faee9ed5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1d7d74bf10c84c87b3a3decaa092a447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f0098d0fbbbf49e881cb16fbd67e6767", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "be2e00dd3d2248328b8a51081d87fe55", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "be3a07a401214e26bfd3a54a9dae4c01", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5ed5cf8a1e884ae0be091a08d024cfb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0fe639d4efbf4d46a237dbe0f526016b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "13fbd8a6fdb34883b7520432de952518", "region_id": "RegionOne"}], "type": "tricircle", "id": "f6f0005e2e514919b095167ce3610aec", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "fa4217a640c04b3b9147c9869496611a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ed3f2a1f35cc482081e47c28feead434", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "9d90fc092b4d415dbf01931a2facb39e", "region_id": "RegionOne"}], "type": "database", "id": "9e745689407247b1a560763cd04534e2", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "25d8bbd6d030498f8bd8983683ab4dfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5bed2af5b5fa42e0a755e26166f592b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7b481938537b4064ba28de7041f1fa97", "region_id": "RegionOne"}], "type": "application-container", "id": "ff8d5624995445e4b90a1043534e6f11", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "88787ac6d6ab43b387ab21532da53e5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4c3be337abdf484fba7f4baed7c6f68d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3dc1f0859de941459a30d724e8b5cb12", "region_id": "RegionOne"}], "type": "container", "id": "392b20495fc4447489a902ae76edcd86", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cf06be899b434d67bbad490aaef0cade", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5c082717d5614b0f9054ab2b4755a00b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ba0d94e48d874536b74812be89a225e9", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a65a9919b3c14a86a04cf7f84e9e33ef", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "232cea6af15b4c10a14ba26bf0eda05c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9b7f5f28678745e190003732c5158d31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9917304f390c4448bcbc845e0847a60c", "region_id": "RegionOne"}], "type": "rca", "id": "93e4eabdc2734d919736236c26a56696", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "03c88ec2af714430bd8f56da1f1986f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "237f3ab0a8ac4384b7cb93603796234f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1dd07bb762d34317af0ad1f289392e67", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0c775dff047d455cac84a83874d1443c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c7a5f6ec2a7549f8b8ba8bd48a517a98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a6ddb7a62dcf495fb78ea4571420cee7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "94eeed20f20a439c80ea3642cbd7614a", "region_id": "RegionOne"}], "type": "network", "id": "71177e0c16854189b7c931d3e1f7e6d5", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "865f025d08e6416e86b828a1b9fc3830", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "208e8ef7376b424998e5d667773a2382", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4398c3b7710d4ac9b210ec20c77dd88a", "region_id": "RegionOne"}], "type": "backup", "id": "e4d7c8036ed849b589c7133f11667e2e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "17d3383f96cf492daf86ed403d3807a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b0d6008d13ae4f07ae090a115f0c66e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5a3e79bf12074daaab9723a578c50f21", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "312031f3657248ec8f0c5c78d592d13a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "70b34f04c17b4c45be824ff66ad0ac91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2fa395a52c634719a439956e9b9ed194", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "af99ce45857c4a9bb9c2202bf71720d9", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3fac8b1485ff49c2a1a617ad81c991bf", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "202925a0e2ee482a8e4af7b9d7d68db1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "adc0229a009f400ba55c63606996edab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "7c5aac211c8a4898a64f58dbd21407c0", "region_id": "RegionOne"}], "type": "monitoring", "id": "3ae9ddff988f4e1eab0ccf7577d77cbe", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4d4de0d38e3c448eb20ca0d5e4a52617", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4822c051e1684071a353a3295222df38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e776640d4e4c4f6c8443b11003272d55", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "fe0d1bb2ac5f4288a90c4b1ca6005f2d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3222278579c74e97b8fca521481fa2cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9539ac06d9dd4f859f61c7b66bfb93be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "369976dc548745b0a20437415f45d4a7", "region_id": "RegionOne"}], "type": "placement", "id": "7124b05801b549438613ea06a240c26f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f6e8ff44c95c40f69b9b800197314eb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ce322574a16344cf919407db85e397ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b9e5253bca184990816622d9d6258854", "region_id": "RegionOne"}], "type": "instance-ha", "id": "55d3c58ff3de451c81449375b8a51039", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ded69ec1b14c486db6706f39900f8f41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "733eecbd12c6451f8a481eb9b6f2e8e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "25672db4300c438c9aa7832784143486", "region_id": "RegionOne"}], "type": "ha", "id": "7edcd56d982c44219dfd6bbe2922bab1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a68d812554364be6ace2b9837f689521", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "55f3aeb67079428f9784ac9e16d32f09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ea9f68c7171a4a1180fc80a75c817e19", "region_id": "RegionOne"}], "type": "reservation", "id": "7dd8349f69aa4f45850c44f6933761ca", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "726c01f923e24856abfda83675da9d32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2a1006520eb24e2392f67010def6e605", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f6fe9d7d59f84074a05c7c301cee4428", "region_id": "RegionOne"}], "type": "function-engine", "id": "1918c8514d0341218b8c1260ee7651b7", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "34eabca6665142a1bac5a39248200660", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "17e871587c5d40c990258d9db5ca166c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "bfb20a2e31f840c181478f3013bf46fd", "region_id": "RegionOne"}], "type": "accelerator", "id": "d4dd24282aa840deb2d85a581ed6a276", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2a99a0f2f80e44e98cf496839dcd8c76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9c6ec3969b3644d7a749cfa4dbaa2267", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "84c6ccfe90204baba0e06e5f9505c658", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4be8547c0b5e4497b777b65ecd65f811", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "032487271086445ea837793bc5dfa93e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "238d092840ae47cdb51618dcf5ee23d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "74fa4f3ffa734f6891d5a1079d7e826d", "region_id": "RegionOne"}], "type": "registration", "id": "42d147d3195b47c29e194dd571b8f847", "name": "adjutant"}], "user": {"domain": {"id": "b427984c51494481bc139288d387d13d", "name": "8fd7bc58c83d422984102cb968928ca3"}, "id": "62beaa34d9984159b44f4d4ed7667144", "name": "322b2a0bc9de4e699f858a9250db85f1"}, "audit_ids": ["6659fc20986943d496352624b2318ca7", null], "issued_at": "2019-09-19T09:04:47.744247"}} 2019-09-19 09:06:47,999 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,008 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,012 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:48,057 keystoneauth.session REQ: curl -g -i -X GET "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types?is_public=None" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:48,063 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,066 keystoneauth.session RESP BODY: {"volume_types": [{"is_public": false, "description": "volume type description", "id": "voltype01", "name": "name"}]} 2019-09-19 09:06:48,089 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types/voltype01/os-volume-type-access -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:48,095 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,099 keystoneauth.session RESP BODY: {"volume_type_access": [{"volume_type_id": "voltype01", "project_id": "prj01", "name": "name"}, {"volume_type_id": "voltype01", "project_id": "prj02", "name": "name"}]} 2019-09-19 09:06:48,123 keystoneauth.session REQ: curl -g -i -X GET "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types?is_public=None" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:48,130 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,134 keystoneauth.session RESP BODY: {"volume_types": [{"is_public": false, "description": "volume type description", "id": "voltype01", "name": "name"}]} 2019-09-19 09:06:48,155 keystoneauth.session REQ: curl -g -i -X POST https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types/voltype01/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"removeProjectAccess": {"project": "prj01"}}' 2019-09-19 09:06:48,160 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,163 keystoneauth.session RESP BODY: {"removeProjectAccess": {"project": "prj01"}} 2019-09-19 09:06:48,183 keystoneauth.session REQ: curl -g -i -X GET "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types?is_public=None" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:48,189 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,192 keystoneauth.session RESP BODY: {"volume_types": [{"is_public": false, "description": "volume type description", "id": "voltype01", "name": "name"}]} 2019-09-19 09:06:48,213 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types/voltype01/os-volume-type-access -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:48,221 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,224 keystoneauth.session RESP BODY: {"volume_type_access": [{"volume_type_id": "voltype01", "project_id": "prj01", "name": "name"}]} {4} openstack.tests.unit.dns.v2.test_proxy.TestDnsZoneExport.test_zone_exports [0.065139s] ... ok {17} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_pool_get [0.066402s] ... ok {17} openstack.tests.unit.network.v2.test_listener.TestListener.test_basic [0.067267s] ... ok {17} openstack.tests.unit.network.v2.test_pool.TestPool.test_basic [0.067717s] ... ok {17} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_flavor_create_attrs [0.081965s] ... ok {24} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_check_stack_with_stack_ID(sd_metadata) [0.068182s] ... ok {19} openstack.tests.unit.test_resource.TestResource.test__consume_attrs [0.065134s] ... ok {19} openstack.tests.unit.test_resource.TestResource.test_to_dict_with_mro_no_override [0.063860s] ... ok {21} openstack.tests.unit.image.v2.test_image.TestImage.test_image_find [0.152098s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,631 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,639 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,645 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,652 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,667 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:47.561374+00:00", "project": {"domain": {"id": "2e23ffde03d441a1a2f0a7da7e3c2709", "name": "32b6054e428a43009b59484284660b53"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "af128f90ef604316a481a7de79da6262"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "7ed917a1631b4a2f9e26f9248894bce3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "13281c44c8a64331bd8de3b45baa4567", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9e5e09652c0f417daf07d1ed2007cea5", "region_id": "RegionOne"}], "type": "identity", "id": "afd677a6b77747aa8e26df7da2405de4", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1496fd52becc492a9d1d08c89d6b5104", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "84c77f2a20b8463e9d1d80529972b6aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a81d5cb3c4324e48a185d043920f388f", "region_id": "RegionOne"}], "type": "compute", "id": "50ce8903a7df4e3cbc50798098dd2ef9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5be3d7ccc0eb46d28f4688a48626615b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "54df73b75619482e87e599cd0da062e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ef3e39f53f70433eb59f0093af936f58", "region_id": "RegionOne"}], "type": "image", "id": "0b0de1087b264d5892d19646ffc40a49", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fe0a04719c284d8d8c67677e8086bf80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5bcad3d4ada24eb7aebbfffc2e2974fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1c47031868614c69b906c7bdae06c73a", "region_id": "RegionOne"}], "type": "load-balancer", "id": "9179e7c4a7664d8db111a5b0d514ef25", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ccb4420719dc437ab38f7caf40b7f0a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5bfc9c489f1a4507b62738866c74f8e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5db86a3172cb413ea1d65966daf414c5", "region_id": "RegionOne"}], "type": "object-store", "id": "cb1ad7247f4d4903b7b9c688a60de134", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c471ff19d3fe4958bf555ef6ec405765", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b2e41d551cc64953ab473c04d53450da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d1787aa05cf640c9a1ada7bdd2ea19bf", "region_id": "RegionOne"}], "type": "clustering", "id": "96b399b838b94c3aa28fccbdfb9db966", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f4d0552d15b04679bcb1c322dc7c27c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bc8ed07a2b484600bc24230dbc017e8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "34dcd5f3e9794c778e44b243b040a343", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "10c7f12879f54e87a9bcb4ff58653b42", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "107cda68a9784ba09c6f44b9f96d42ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e362636ea2fe4fbaafe736432057f0fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b25ebf32fa114827a0cc613e5080d4eb", "region_id": "RegionOne"}], "type": "cluster", "id": "02cfcef76a454463a1c825e8bdef4950", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a10ce75e181345fba2534d3a3f3b453e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a5a9c16573ed4d729fff4c1918c70b19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0097ecdbafaa4127ac27fc4b92da2494", "region_id": "RegionOne"}], "type": "data-processing", "id": "2013396343424fe9998564c73e49ed47", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e227c55ac43a4e83a841036993058d2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fcce845dc73642498b840d18172bc969", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f6d26796e5c94abab4abcb7c178cbe81", "region_id": "RegionOne"}], "type": "baremetal", "id": "a0ab61206cf24f82ae412a4ca9e5e0f9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "30a477cbfb46400a80fe2b94986bfd4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4685463b0ab842c2b68b23449bf016f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d54b194083a44a248e51831ca38f226f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "310090fa911142f6b578ca0a19fdffd2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "78fe7cba2a5944a0ab495b8bc0dc1a36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2af12a68b00740e9afaec2cd7774a4d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "542296fefdd24e50b60d935be9f0f41e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c09b39ad15f145889c91553d8a68560c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "659e90f5ee5b41efbd1941d2735fafe9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "60610b47108545019ff7021a9bcaae6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ee559a60d7024a33a143467acd3a8ccf", "region_id": "RegionOne"}], "type": "key-manager", "id": "430e0887c4634cfd9874a96ec9314540", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d80315fab43f4ef19c02d9a794fd4c53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b5d7064713b14109a59cfcf5a729432b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3e8ea371e9a840c795b650a41acb1f24", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "7ea9ab9a2bd64126aa913cc79cc35375", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2385aee960a648e9bd82ec8f817ea26f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a3129b32aa4c4ad8af011dde1351f4ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c988092668294526b8d62567d5a1107a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d782eef9c6884f32af33be8c66edbb85", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a4b40ae87f0942acb8b668ed68f88dab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "edea0baa0a634eb6adb83fa626854505", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "71f5fecaef7c42e0941f0064ddc17419", "region_id": "RegionOne"}], "type": "message", "id": "ba80dd808fb649aebe386c5f4e8d06fb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9d032948396a41a48bef0006ac56ed92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4ed2782cc3a442ea9eb88960e338b993", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d939bfec76c74a9da45b804376c47d62", "region_id": "RegionOne"}], "type": "messaging", "id": "d25096d737c04582b26f184480b11a59", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9b450bc5da024af6b553602405d856de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a7e1a0da668c4ea7ab93f9c6f896fcca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9a83c8ac3f614c0e986d43f6d23f583d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "14e4f3917cdb44419c96ef61463b0335", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "de9edd21b2f1470883f826b5c12da959", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1dcf94ee9f8d4d15b5f7ad33ddbfdcc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a3e2dbb417f0477aa1205e01abe05516", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "02e9ed7019c54e08aeb248e9379a8ebc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "452cd54ade7b4f078b733dd9b14d3c5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9957f6706f2045fbbfcda53f99f94c9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1ebc611555774f19bacf57fe96070e59", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "fa0df62c037f4a87abbc5dbd969afe8d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "31e04f6ba7134f5a8269e5b92cddbe3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73cbc578d1014da2bd0d97aadabc0284", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9ac4e277c32a4de0ae1df77123fe795e", "region_id": "RegionOne"}], "type": "container-infra", "id": "f9a6c81709164a73a5bdbe902c5d0415", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "351f533183124656b36c104ec91b4d6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "06d52c4efb564e7b850f15cdc7675a96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "229e2f8a72e54b50894183bd22790ac1", "region_id": "RegionOne"}], "type": "search", "id": "d64ead0557834d399bfc6981c4c77b44", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "bb2ec72c86e643a59645f3b2943c30e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1ebd0f762ec648828cd885472b4ac747", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "224b730b39c6451e9617f91aadbe0730", "region_id": "RegionOne"}], "type": "dns", "id": "dffeb876337e45189e091269b7664dae", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fb020a2fa16f4d4496b787936b1d4296", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f35689c02b15435193a0450d2a4c6261", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "61fc25cb3eaf471c9dc7f882d353b2db", "region_id": "RegionOne"}], "type": "workflow", "id": "cd9d0c9b0e2442e8a686a2ef2b27a5a8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "31518ac6c1714f7f8af4985374beea1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "388f89257b004b37adf706592d82e26d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d3e7e711b7a24bcaa9707da32900fbd0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "eba5d876e4b74c43b89f22d6c2af1fcb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "cab48259e152499d918ab0a8a92ad771", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9997a3e9a241467d95e5a7d4c73a6e79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "46f1a01be10349e986ef81a838286499", "region_id": "RegionOne"}], "type": "rating", "id": "ad2a13f0e64b4723b8338b4be51db5e6", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f2c93970d0ce43f2a9d713bac1aeb234", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4fad24964f13412bb1dd2791f636ff68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b697d659b3034c7485eb89ad1b9211dd", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ca834c6a780a46a3b4a99051efdd10a1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5729963be129498eb4eb28b6ed0d8b6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e07d056dc6364933b909077a48b1a4be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d8af13d5ef5e4f6698a1d6a8c4d01d5c", "region_id": "RegionOne"}], "type": "policy", "id": "2579dfe77ca347eca79e2c259ce847e0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4f4ce03ebd7444edb00670ada48291a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5727afad9d6946eba01ff73f98fbc56d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "338fa892a5934bd49fd3bd7d56abc414", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "bea18246c4bc4888b953f921c44f5b61", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "84abf52e683b4ad0854a22e796b6b715", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b82b1d91d0a74e4a9e329e13b9c05f01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "39f537103e5b4bb080541030eaf9181b", "region_id": "RegionOne"}], "type": "sharev2", "id": "fd425801ed594fffb7378f9af00de23b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d2602ae9c3fc4f77b4f99eb248057ac6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "55e5fcb4816d4ed3964cfc623c8a4f2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b8c4940b3de7479bba59ed8d71ed7c5b", "region_id": "RegionOne"}], "type": "share", "id": "e7d003f6d22e43cc959fdf63e8bffef3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bf10f91c0ca84c73a452b3cc534841ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0c154151d94243409ad5cfe8c915900b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "819862f8ea7b42eeb327554dc38e9a9a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "c94c6fbe52fd4aa7bae7727532962747", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c808826af11c4f068ebfc7a10917fdec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b9ec346014245ab8ddb4ed79392aa00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fffb9626539a499094a298924920877a", "region_id": "RegionOne"}], "type": "orchestration", "id": "58dbff6311084871ada3018d8e79511f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bde65c42f68a4438b7697df28f8d73bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48fa9b0e73034f6f82abbb425afa34a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3d412854e4f4d8a8d964e24d31ec8a2", "region_id": "RegionOne"}], "type": "block-storage", "id": "de117b2bc3c74185a5cdbf85d111dba8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d27d5e588f9e48d99b556019babc1eae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24f0788b84db4de9a4b6004ab0214553", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c532daf4ab4f4b0487eaa214ed0ae98e", "region_id": "RegionOne"}], "type": "volumev3", "id": "db9e8b6c484a422bae493a68887e9866", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06116eda205f455eb3b0580a44a6f858", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e50b3f96e31e4c09b12bd2876ee00733", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0100164d3774ff6bbc7972b72def47c", "region_id": "RegionOne"}], "type": "volumev2", "id": "64b199a589214bb8b50852e2cb7bdae2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "722a8b8d9524404cb2128299f6577316", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd2f23267a5d4feca828043bbf23b1cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d56635aa3314fcaa8f2b4163b8e6b8b", "region_id": "RegionOne"}], "type": "volume", "id": "51b002537862471d8ec4b33d594bf7c9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b480ccbd972f468893cb6bfee978f956", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0531812e54e47dc9a02e0e3c367f39e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4471f9e0ee164992a43f2e1a1252459e", "region_id": "RegionOne"}], "type": "block-store", "id": "df5d7b6f8e094d85ac1af3d540f8adb3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a755882423644e68b3609a8515b7d9a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "50273f35dad54fe5ade844f2e8834a75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "65ecf67205eb484e8822a67c891e1aa7", "region_id": "RegionOne"}], "type": "alarm", "id": "18d13262bd3b464c81c62b470e6fe47e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "70ba1ce63f6e46198e8524cb43953d99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7d89bd6352ec4529a9de87cebbc01d1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "858c50dbfc274b6997352a606f21d033", "region_id": "RegionOne"}], "type": "alarming", "id": "f5920aa5af044b43841a54d874067eeb", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "357d16e91f694831a5705100a73fa969", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "80e8dbc858bd4ef58628aba80225ed58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "38b9edfd01fd405ea925395e9c959c6f", "region_id": "RegionOne"}], "type": "meter", "id": "3affb86429014ba1bb3751bb5d0cd3cb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "280344c0f35a4de8a78978d59794f0b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e601196ef37b43aa83ad916927d0f51b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d9686301c17248228e5b338cc463f490", "region_id": "RegionOne"}], "type": "metering", "id": "9ea19cd5f7a84054924d6867bc524a6f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "af346995541545b4bea2c7deda52a2cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c68d8e9154e441418ec1cc0c52cbf4ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "dea76b006eec498b9f696d2c76f06246", "region_id": "RegionOne"}], "type": "telemetry", "id": "4050d588d75f4d63b08c6596b37afe09", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "edc60a8f297948ee83fda73d5046f8ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d430e349816d4fa2b0ed7dd0fc3053fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d05e18fdd1044f538225b3a2783fc94b", "region_id": "RegionOne"}], "type": "event", "id": "bfa3b4a7e24240eea4d20c159a6ca9b4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4a1cfb5a563146f7b3c46999da70e681", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ef26cc6d66d440739799dda6148ed0f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "64da7e39a01440c7964c410d1754ce78", "region_id": "RegionOne"}], "type": "events", "id": "cb636dcfc9db41beb10635c911702dc5", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b3af642fc9e14f2c8ef0eaa12b0e0873", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ae238221d1c141fc94fe20d89c6e2f59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3fefefea5006499fba9ce5d26f87399d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b24b7439a84e403f96367948a38a367e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f0cda8e796514ec3b4d6312cee7eacad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f7d346b34adc4c13aa5e2b46816d0cd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0df6bd83c58f4d9b94333f94edd57ee2", "region_id": "RegionOne"}], "type": "application_deployment", "id": "cade27e7e13045ab8f8cbec268945069", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "19f0969cdd95420f8e06a7fd0922e6f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fb514f83ea0441819b2d67558ff1a879", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c2395feba0e4424ca1a0b625715edf52", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c87e583ab37b47cc841180a3d5eb9738", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5bd4bb512f6d4fb6a26aaff7708fea19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d588bd083d4a41b18959375cd8be12f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "197ad3458e3a4b429e02e7f8bb68844d", "region_id": "RegionOne"}], "type": "tricircle", "id": "140cd31acd794597b1fc56fe7ee6edb1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "3ce799cab2cb4fefbd773f6db5245cc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "3d2ebe83239540978048ebdbd917faa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "efbca53ef97240ffa812637619214fa7", "region_id": "RegionOne"}], "type": "database", "id": "3b944e4ccfa04efb9198e94af5dbbfc7", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5c81c84418924bf69dbf135efa23ae38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8e5b8a77d0854ed6a475051917195fa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "46a493e4eddd4047aa9e0f3c3b3d75d0", "region_id": "RegionOne"}], "type": "application-container", "id": "04d0a9cda2b74cfdae32d7f551907077", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "354083b47d8a453e8a8c4f9d83ba90e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "81519b2a998e4e9d9b851c56979a83ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6e8b2bece19f4ec89ad3edaf8aa0bb66", "region_id": "RegionOne"}], "type": "container", "id": "6e8c4ded395a4fc59de8413daa114957", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "70f484c8ead74681b92c4da625bf563e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "58a7ff6b7ed94641a7bc260d532cd0ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a907189ee0544607ab63f782b81f5eae", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "be9442c12d474376ae4a056bf16c1004", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "45f76599ec9040c39ffba8ce902c7732", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "07b7d5b8f8a24c65bdd341a93eb788b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4eab8b651cbd46ddb62fdb9c2e1f06ee", "region_id": "RegionOne"}], "type": "rca", "id": "76792216a75d476fa0e0b7a06413956d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "dd8d54cf7ab24ab69c05c36e51d1dced", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d3098791eed14c44b8010161f1f6f1e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6b6182299daf4587a532b62016b8af96", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "19526ca8c9954b0ca615d43aceaca34b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a44d4809cd7b480a88422a85a8486a2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "52dbd18ce2ec45b7898a058f7ff3fe89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a7591c53933f42528ff41d5f2dbbcfad", "region_id": "RegionOne"}], "type": "network", "id": "8fe13c81a60f4f45961da73688654838", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a2ebb6013ba34b19b4253340bd68b76c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8bb280eeb21745629faed23651af61ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "11b46b1866c94e909d27f8d1c1932d5b", "region_id": "RegionOne"}], "type": "backup", "id": "e2531175831d47789528362f750f109f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "56eb6093422244eebb04d3f19ec7b869", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "08f9198886f14a50aa2efd06548a9dc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "523eee5c2da942bd8825180b22fda23f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6a089e1777a74aec9a0a0312f078c2f1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "23e7bb2b240d423287f4f675f1b7aaa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9ed04b71b4d641ba97340e925385dd1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f640d493ecf249178a2bde14895d21bf", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9da598d4016542afb8f3b64aaf42f9ad", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fed7538cb6664c659e8f649f044e3b71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2628473b383f4551993d94edec12b72b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f8a907ac6c004ebaa0988cd479ce64e0", "region_id": "RegionOne"}], "type": "monitoring", "id": "ec690eaf45a54bba952fe91bb7e8e767", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "de3a02046f314e35b087db778b49a60e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "58723491c68f4bbd8b648a0b7ac71739", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "22c1dbb322944f9daa5a8453426e7589", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "518f598c83bd4899a1b72b62887d83b5", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "34f928646c884e4391ee73a3856eea30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "d64adb8119bf462881768d46b18a18ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4f81b9fe37a348c4b8ecce28479c6b2a", "region_id": "RegionOne"}], "type": "placement", "id": "881335cea9194920b1dd30ee0159c4a4", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "66e5829dc83e483bbaa6851266cb4deb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "30684c08b4b945149649cdb00bd842f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ddddef535be94a1890ecc5a67077be3e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8f6c8100be254874bf225d78a6fb0584", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dcc8dfb63d3b4f7a98cac078d2254d85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6849fe3d931b4a67a19b72dcae9fb716", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d11448caf80e451a9f2948ec251251fe", "region_id": "RegionOne"}], "type": "ha", "id": "20847f14bfce4fc79caf200d21b9c3ff", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e7c3b6f66901470497c1078b26373527", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5356e7c6ccb74c3392e2df8f8d7ac37f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "25dc8aae1de24c3c9036f947fc91fc4e", "region_id": "RegionOne"}], "type": "reservation", "id": "9776b6fe08ac44f68d517164bc6d785a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1c06c86a89f84f9c965b959208314c0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d2a7e7f566ae47a68b0f0cb6e26cd304", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4daad6a74cf548479775c20c8106b6a7", "region_id": "RegionOne"}], "type": "function-engine", "id": "bd6ed331a55f466e8e5265e8afa8b9f0", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bc40ebe4ea2b42c398e28b655f2325b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1d55c0d77ae3408fad5ec9a3023c232c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6fda158998fd48a9959715f17402bb5e", "region_id": "RegionOne"}], "type": "accelerator", "id": "fa74ef7608b94774ad8e5a07edec18ae", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8a2fad3ce35042e095be683cde5e5447", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "81520fbca7024e4d91c9df94c5148220", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "98b28e3a867f4cf89c5af0321ff01a9f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c9571b60b4284af1af06d8463722fbd8", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e912bf2e9a2143af911c59fb3778e7de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "38fdda12e1c14e799939d65c9bb1f492", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "65cadc682a5b4ce8b4ddf23d1f3e04fb", "region_id": "RegionOne"}], "type": "registration", "id": "6742ac96b37b4caa9b7f46edd08bdbc8", "name": "adjutant"}], "user": {"domain": {"id": "46401264e12f4c61a3e8763b25ce6ece", "name": "5fdd5758d31f4d02a296b37e6d92cd38"}, "id": "537919062a744f6996189789911a79db", "name": "cd75db18dde64daaafb3bdcaa2473b18"}, "audit_ids": ["3baf977b170b44cb84f35669446f025b", null], "issued_at": "2019-09-19T09:04:47.561374"}} {20} openstack.tests.unit.network.v2.test_auto_allocated_topology.TestAutoAllocatedTopology.test_make_it [0.065592s] ... ok {3} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template_no_env(preview) [0.211856s] ... ok {3} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_delete_stack [0.054473s] ... ok {26} openstack.tests.unit.key_manager.v1.test_secret.TestSecret.test_get_with_payload_from_argument [0.065280s] ... ok {18} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_stacks(stack_subres_id) [0.193016s] ... ok {29} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_l7_policy_update [0.066999s] ... ok {5} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_environment_with_stack_object(stack_subres_id_act) [0.213398s] ... ok {31} openstack.tests.unit.orchestration.test_version.TestVersion.test_make_it [0.069797s] ... ok {1} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_check_stack_with_stack_ID(name_id) [0.206930s] ... ok {1} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_check_stack_with_stack_object(name_id) [0.069084s] ... ok {1} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_stack(preview) [0.061715s] ... ok {28} openstack.tests.unit.load_balancer.test_amphora.TestAmphoraFailover.test_basic [0.068819s] ... ok {28} openstack.tests.unit.load_balancer.test_listener.TestListenerStats.test_make_it [0.068866s] ... ok {29} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_load_balancer_create [0.067220s] ... ok {29} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_member_update [0.072402s] ... ok {29} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_pool_create [0.066578s] ... ok {29} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_provider_flavor_capabilities [0.066484s] ... ok {26} openstack.tests.unit.load_balancer.test_l7rule.TestL7Rule.test_basic [0.045595s] ... ok {26} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_l7_rule_update [0.048231s] ... ok {26} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_quota_default_get [0.051039s] ... ok {10} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_group_delete [0.070105s] ... ok {12} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_group_delete_ignore [0.063994s] ... ok {12} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_policies [0.064903s] ... ok {12} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_rule_find [0.066425s] ... ok {12} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_load_balancer_delete_ignore [0.063726s] ... ok {12} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_segment_range_delete_ignore [0.066136s] ... ok {12} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_member_delete [0.069819s] ... ok {12} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_update [0.066726s] ... ok {1} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_stack_ignore(stack_subres_id_act) [0.061181s] ... ok {1} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_files_with_stack_identity(name_id) [0.068831s] ... ok {2} openstack.tests.unit.object_store.v1.test_proxy.TestExtractName.test_container_delete_ignore(discovery) [0.332879s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:47,904 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:47,915 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:47,922 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:47,931 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:47,950 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:47.728040+00:00", "project": {"domain": {"id": "c2f153983fde43499094f0bf94da8abf", "name": "f7219a8f9b6041bfb235351c886357cb"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7976891e6b2d4058827502d4e865b59d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "64661a818d444effbacba7db61e6549b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "78198817512648a0bbc049cce2046f87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "73f6eaaaf8bc445db1473e7e06993df3", "region_id": "RegionOne"}], "type": "identity", "id": "0ea1ff0fc38f47dfa9ad3e8bca3ffaf6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "31022811309c4a43812bacee3f424dc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0ac6a924004d4d0a9d357dc71bc7d75c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "73c9e659853f43289050a49e7fdfc505", "region_id": "RegionOne"}], "type": "compute", "id": "3767fef612cc4c17920e516a7a4a4504", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1a2dcab1fbec4918bbd2f222467ab008", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "307e73b5cf84453a98adff37d95fe66d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "34164d5633b8438d98995f644232d0ff", "region_id": "RegionOne"}], "type": "image", "id": "db3f4063d41b46f3a14da52f709f4738", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1da4dfada4aa442c8f424af18ae3ee26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "dbb8272172954d08b70ea81b1e70d630", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "31e8bb73669340b3951949c65eda7dc5", "region_id": "RegionOne"}], "type": "load-balancer", "id": "41fe5985cf2c4270bcfb1dbee9217511", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c88df87944bb482f912d41b918a63687", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65d6c50c0a9b41c08829a73c255a86fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9a46790365941bca54d8100186683ed", "region_id": "RegionOne"}], "type": "object-store", "id": "fb5dc9a6669d498fae3533a47671aa8a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5a08e4f666604004a99edb9ffde431f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fdfbed6a321b4e6b97c1b625c59fd822", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "71265bf857884fa3be164af60abcd5e1", "region_id": "RegionOne"}], "type": "clustering", "id": "59c54bfe68a649f18e4134f70c8769af", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1deb37871fbd48f689d441a58c41fe7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9a81834fbc244362b4e787828e55b4aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "053a7685c54645168ac06a28fdbec883", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2411f322211a40e5bf2e38bf3ee8541c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "04968fa9fabe4990a58f060816251026", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ba0a4a05ef8d4801b0ef1268bb1e9a99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6e1603e25d2440228f78381580f7e2df", "region_id": "RegionOne"}], "type": "cluster", "id": "38f3e785aa654553a3887c394df030dc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "67fd2fb224a544d096213bcfb5268e62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2081dfa488f64428bb9101f1c8a11dcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7a9fd8effcde44729be58cda92867236", "region_id": "RegionOne"}], "type": "data-processing", "id": "f139d3b17cdd48c4b13bb416328e5da3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d875941ed7d04f8092e910d5ffa38736", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e3cb25cc2f57446190b04ecede306234", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1f90019fcbbe49249d22a82b4daed22f", "region_id": "RegionOne"}], "type": "baremetal", "id": "31b8d8754d9842e0ba689e1c6fe1afb2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e9ffad9843c24d4a83f5ff0a97938bb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "65fa8c9704db480e9f56b5beef99ac26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "eb1116c5e2a44b1f91845d164514e372", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e4b0552720304ec2a12c53d6f0007248", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "36e0a35caedc413d88d220d8fbdd8f7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4bc04a1209e544f4b5df608875650468", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "8080431ebd424a9cb9b99baa2e316bf4", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d369c32ca4bb42f6ab300e5d2d7bb5e4", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7ccac207f4cd40588d86c40b1e5508fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cfd009d90fd74785ba410de591abec3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "297b2e5d989142daa46ab8c7a1d94951", "region_id": "RegionOne"}], "type": "key-manager", "id": "76b7f5cf0d884d0d928a4d28a4d92dd2", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9bc1f06e26f142fbb9c4ef9359e38b03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cba075f94cc444b69b2794f90e2d437c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4b701e2b709348c780bf0a55cb747cf0", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "44b433a2941240fc9bfcb5dfe2d23b60", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "11bbe6b4cbab43aa8b1097eec74069d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5257e5224a6245bcbe59d89179004041", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6cb6f4e0fbd74b229be8c3611540f4f5", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1e8bddc0f66547e09ebb2c11ae50a26e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fa8af4391fd0403fb4641b0b5b05d283", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c2d7594a7347458096f7750d1f18faa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dfc7ee93c7324a42a99df55e31874e62", "region_id": "RegionOne"}], "type": "message", "id": "5601cbf0c0fa4cd9889210b74f367767", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "1001243150384e909bc83bc7c31b4f2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "91b12cc527384a5abd85672708225672", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f46340c0280c43f0b9d05846e0f533a3", "region_id": "RegionOne"}], "type": "messaging", "id": "276814f1dd7d4d97b0cff407a662831c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d20247d457384cc4a18fb008dfe133c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "41a3c7951cdb4fffb01697e69f310137", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9f6d65744e894ed381f74a46871b0584", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d40b8dd0afb5437ba6dc55c1d00b46f5", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5042905a8e854f239248464becb323a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "12e48cf65a4348658b00b0210bbf9d34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3aceecea29a54f7d98afac9a341ec42f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "dc5ad4c4ba1d4f95ac5c0a033629002d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a023ace1fc2d4073add4b8c8fb0f05f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ab4362bf5e64809b0c36b2870be4400", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "48b017f43f244cdbb317931775262ca6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6b9c4bc3fbd44bca80657ea1a184f436", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b0dd747d01ea4fbea62660aad0acb22b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0d47730324f349549a5616efff79796e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "21dc5007f2294999a850b37a507d2f68", "region_id": "RegionOne"}], "type": "container-infra", "id": "1552a770556f4b3abb37d315776f0620", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "53961678d7fe4e4494212e0500c66467", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8b7bcf5cc0c149adac76d7ff40a17f2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c7dee7acc8e64abdb96a82a730bfc341", "region_id": "RegionOne"}], "type": "search", "id": "722ccf3725ed43469428b26a5938edff", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "6b6744bba3a04aa89e035f75d60fb134", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "fe25d5fea5a947dab2bcf0bce1cd761f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "8b01b18df71e496dbb4282324de74dc8", "region_id": "RegionOne"}], "type": "dns", "id": "029fc7e4ee96447e8b2268310eb0c17e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a94926f3dfa84e4cac24b3ce4fb25ba3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a3e34d96b02f489aa486b5de33024630", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "885f9a9e18354c4f9722e74a5f7cbde7", "region_id": "RegionOne"}], "type": "workflow", "id": "09a7494b13c74982b3cd046b001e41c7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5577bb4448c843febdf0eca64d5ab02c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "13226d715ef44bcb8ee0e75046bd94c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3d739bf7005e4cdea7175e9a21ada775", "region_id": "RegionOne"}], "type": "workflowv2", "id": "300fbab88de24450b3fb812b24de5370", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "861c6aeee6974429bca6e5b6084197fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ed0ff93d525a4cc9a91887240f837a7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c95f87f83b034735a26343583413ab69", "region_id": "RegionOne"}], "type": "rating", "id": "d3c0a36c576641b4bf4e4917ec6cca85", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2ac83231366f42e5a7c3c4f74bf89843", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "919f3cee1b744e1bbe84643452fd9c89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b2d92fb18f3c485a8ffd49273afeb1cc", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1aaf09d96cfd431783673f3b1711605e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0a655b3c3a9944cb966e38bc50090938", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2983d21da3d6440ebcfe9231bef8050a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a91046209f9d47678b5381ed445c684b", "region_id": "RegionOne"}], "type": "policy", "id": "50ba75c4e2e54b27a8465205fb68aa37", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "79f236c23ffb4f68919f00a1d7e8324b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2014486dbd604156bf12093554487c63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9abe4fb2510245a7b89375dcf2268d69", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "03f399663ab94b588905314d05dc5733", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "936c51af0a8c416794058fe73799d422", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "14780b96b42b4ad9a87bf40615fa4454", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ae79c18a08b54003b8d95cc64afd6da8", "region_id": "RegionOne"}], "type": "sharev2", "id": "99d9b204a64b436898a78271765e447d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "74fd6feaf59546a5af4c7043853d1905", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3d1a39f7bbb44acdbb99d4b8a7acffc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1013700b2c0a47f4a33859e23831cb89", "region_id": "RegionOne"}], "type": "share", "id": "74809b9c2b434cd086cd6757f7d75eca", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9bfd4b851d044cdd9a4843764c6fd201", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8cd2334df38d4e64a25462236533bd7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a18fe771e17d43ae80f3505ce97989dc", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3327bceff6034adeadd9f39b0c363664", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f20bff70529f40438e1b7ae43a761bb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ee94ce1625b49939db20717b03584e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9267a3485c744ed89f8b6871f2dbfd08", "region_id": "RegionOne"}], "type": "orchestration", "id": "944593a77c444875bd1f401c3b0348ae", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ce46b4f614d44d7a44b7981a18b126f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62de0bb3188e46d687abd165c5395d72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16e1a6028ba54929a5a648323467d05f", "region_id": "RegionOne"}], "type": "block-storage", "id": "39c65293684949a0a9aabba9c783edeb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6adccd841294fcb8db9a2ddfc1d286b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0801eaa0e8da4bdc8b2e95788ae90a60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14a0e86e303f46e6aba37c31e230782d", "region_id": "RegionOne"}], "type": "volumev3", "id": "8194470db5734c089ea022ea92db9d25", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "256e30ac2c6c4e43aa9bddeb97472c2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee0a870ddd9d4c4788ee627ee4ae60fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47a2234c0100497d93870f3ccc1b69c3", "region_id": "RegionOne"}], "type": "volumev2", "id": "1ea4e74805d04981b4e9700adc1760ae", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6dc273025d474e0f9c93a0c1d0ff04bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c984b86c6d5b4e4ab0bb6bf1a8392157", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e91676ead075457c94f251ea8bf2f77e", "region_id": "RegionOne"}], "type": "volume", "id": "bdd376dcfdca46e7b5aecb97fda50a3b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "355dc779fcad44f9a88919a66a043eae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a982bde113b4133ae33fb58e1cdfd46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "914b7fdcf7944ccc915a67b83af25c22", "region_id": "RegionOne"}], "type": "block-store", "id": "d05a1f99e64c43e4adb963d667f10414", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "77af2d09bdaf4c60911f443871ebc326", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "efaee47fb5a8419bbed7f01258f5968c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "beb90be142a641f780cd3275e67b35ed", "region_id": "RegionOne"}], "type": "alarm", "id": "3177d1e827b34cf3b2526a4293c71300", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "914632f933d44f2aa0d11df00210c14c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "57943a1dc180411393331821a9e9871f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7e3edd9430164db5ad763504741f421b", "region_id": "RegionOne"}], "type": "alarming", "id": "71e0dc5af9ac46bab86caf1ed8d5321e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cee7a9f5770e435a96816366e95c791c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6a29664a4d8847a3b3990cab644300b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "eeb955ee961946008e869537372de5b3", "region_id": "RegionOne"}], "type": "meter", "id": "16e85e89f2bd4973833ea0d9148e74da", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "70c8b064517b4bd8a9fc9e2cffa4d437", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8eddbc58f63c40b3a4db3a8f80ac318d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f4862e14a803462cb831846c44323aa8", "region_id": "RegionOne"}], "type": "metering", "id": "b6468e2df363433ca5d758bfef60a3a1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cec8552c9fa24c92b5ec603fe66744f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5313c86862aa40f5af90d30c86019401", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "10b7605924e5474b94d44a4e2525a275", "region_id": "RegionOne"}], "type": "telemetry", "id": "b7f03e07dc62471eae4e5aeb9eb2af1b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "46cac018121649cbbeec80b7d5584eae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "16d93ec774c84460a86f06ae69066ce5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c2d932863a1e428a9fb1afaaa9d397e1", "region_id": "RegionOne"}], "type": "event", "id": "2b88fed459e142ff804a71c744900599", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ef799ddf824e46d6a4acea2336ce0450", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c5e69baeded548c2b3f3ef322eefd797", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6f4d28ed7ff340cd827c7cc7963b1202", "region_id": "RegionOne"}], "type": "events", "id": "6a06381922a24e3c89c83ab48e24e797", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4bc78ec06c4e4876a2a5829bfe46dec5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4bbbb9f545294a0f9a334bd9e9a80958", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d646dcfba97241a9ad065e90e79ca093", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ec2615cefe9543d6808ae4c074240e4e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "18a825ec047b4edd89de5b5d1de829f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "01294fa40f4743cbbdf8bd1c27a5ca7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fe54e5f3c33c4dfe8451b856584770c4", "region_id": "RegionOne"}], "type": "application_deployment", "id": "029ab5062d7e4c518aeea4d057acee26", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4b22163f86e1425ca7a4db3fc8ec5542", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7599c20a3c8146b2bc792471c6e08b4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "16313b3fe8c24ecd9ff6296c1f7249d0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "963ea27cb7624f40acd403758be44be5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6fba689d166746a6b6091af82c9fd4c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d666b165130547debcda1344f1bfb0c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6f6e69307d67461c8180a0ecd0bfef8e", "region_id": "RegionOne"}], "type": "tricircle", "id": "e9022287539d435b8e46634db67f6f62", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "4903c8adf5a34f4e88208a4ae342d3da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d3b8ff7f15d54ff6acf8148c5d275f08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c202b0b656ee428a8ced37813c12dbde", "region_id": "RegionOne"}], "type": "database", "id": "4d34cebe047e482483beae074511ffc1", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7e6688a1d3474ed190f43db5150a2e1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3bb95572cd2945f0b23c21f24ee27853", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "332873c3e80646b1a780b7f46e7aa41e", "region_id": "RegionOne"}], "type": "application-container", "id": "aba2688f3cee497481f723a4e2ebd8df", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7cd60d202e2b42118d1ee27b83d89625", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "262c0ebee87d49ad8be871bd56f3faab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f95e53ab96f741f598a93a15d87e214d", "region_id": "RegionOne"}], "type": "container", "id": "df3355c1c6c844cc93c26c9b61c7f63f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a717a2f353984577ab98caddc94ee13c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f882309c485047479c7b6c78a87cd4e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2cabe4a5b2424a8c97201638d47b1d26", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8f2235af3d31452ab8d2e91936fc023b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2fed21a18ceb4c809f6c7c73473e6194", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "30b9cb738b5b4e70a1c133f3d78deaa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "49fe53ba60ef4a6799f74796a99ad6fc", "region_id": "RegionOne"}], "type": "rca", "id": "e4e41be6f3b045b7bf0679c36e9b0ef9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "92853fc32521417f803e275aa0cb21c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e208ccd957324a18810ba866c60f94ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f01c6e00ac1d49e08461b5e72522dd20", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "6b4d9fd80bcd4773bf8f3d920792a296", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "2d8adde71c9b48ac8e0c1b5a5cb8af80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c5db3b195ba64d038e35597b890ce09e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "2cef05b94248466486ef1e6a47809efe", "region_id": "RegionOne"}], "type": "network", "id": "b4f8edc940544bc7b39fb9a870afa5da", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "72686311cab6413283faf15ddd607587", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f4155ab74d4047a7aaac4de6ac9997a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9518e8dc7e9d4b20ab6186cc6f656a33", "region_id": "RegionOne"}], "type": "backup", "id": "9fb0ed15f6644976ab7cda80840032e8", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e69e507f841a44569fdd1a4f0044373f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cd67515c5ef84af89ea6c3e566c45414", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "92162f055d4e4b3aba4774dbba4a7cba", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "08c24d99e6354aa4b767a9100ef82efe", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c44e7810306a41269e3175e8e2b06505", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7c984a9ccaa448b6b0b7a65442bb6347", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "912ba97ddabf42b89a1f52b79be6ac94", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5818582fb82140a59fcee44255b22955", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c2a574ee9d93490f9b36f62d30f20607", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "737822add55943639f2fb8acff78df87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ea9efedce0f04fa1b9ca14ddf5d133c9", "region_id": "RegionOne"}], "type": "monitoring", "id": "4711f7a789f140d5a69801c9d8b02cf7", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "24a7dddfed6c43f981e4129e8be69bc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "78afb548d14a44efa61121d77b42d80c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "32d31652d9a343e38d68f70464667a37", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "774cf6df0c1c4056bb45bf4e639d5ee3", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3a99fab1659f470d839c43296751e875", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1134c0d264414c95897b2eec7a147eef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b94f1295d3da4c3cafd94ebd3a316427", "region_id": "RegionOne"}], "type": "placement", "id": "e81e6ef8a7834ce89595f2ac3fe0551c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "66724729eeb3400b84761dc4a1a36930", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "31865472d88d474db017335c21985ecf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "447098315c7d484eb86c207c56b8bd0d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5e28c29a7a194d0c84ea46a5d1415fb5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1890e230c864482fac25d38e89d33237", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1d2fcb2f7da54a02b43677b5d553aa67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "55112e7bbf3842a1ab930da0966c5596", "region_id": "RegionOne"}], "type": "ha", "id": "2faf73d1e4064f0c9a9c0a5ab5b9ce18", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8e27121b51d74fb0abc65b250738fcdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "66f3e77f9dc1498ab47aff3850c3f926", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ed3714f9738b4a87ae27fb5b20caea4a", "region_id": "RegionOne"}], "type": "reservation", "id": "df25df16aa6d4173b8da9de628c1b52f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ae5e4e27b32c4ac2af614a53fa98e322", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "daf8c47b48244dfdb5bda149b634e76b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "cf0cebb057b2452094ef640e3cf84db7", "region_id": "RegionOne"}], "type": "function-engine", "id": "299f45855dcf45b28efbd069a5c7b12e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e2451682d82f486987493dc5e4f7a27e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "326966e550cb4c219eacdd126eccb93a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1aafd0b466ce4a45b7985f41a62af67e", "region_id": "RegionOne"}], "type": "accelerator", "id": "7dfc41fc5de245b191457b9f67d6c0fb", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e81692ebb6a3492d807cc1fb8f7b7e62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "78dd40bfe5134ea4a201fb297c05f0f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f0a3e46f66d7402f98e27f699b016a49", "region_id": "RegionOne"}], "type": "admin-logic", "id": "db06df40bc854cdfb01011bc69e8fc87", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5f1251c83e4c4acc8545c0c346fb7975", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4193cf5fc2054747a39c670100a663df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "28d306bf2c624e8c8514007f8184f235", "region_id": "RegionOne"}], "type": "registration", "id": "ca55fa27a519407c909e2691ae86d993", "name": "adjutant"}], "user": {"domain": {"id": "42b50fd122f34bd19c8ee832d2f2f721", "name": "b465b90c158f4e03aa745e6757063357"}, "id": "c4ed108801724202b2ad6ec7a7456dd0", "name": "d688a8e670214ff1b3ee539f8b5c5103"}, "audit_ids": ["7936718c7444481f9eb880acd55c0f9a", null], "issued_at": "2019-09-19T09:04:47.728040"}} {2} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_abandon_stack(preview) [0.073338s] ... ok {2} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_software_deployment(event) [0.106307s] ... ok {2} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_stack(name_id) [0.060581s] ... ok {2} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_stack(event) [0.062346s] ... ok {2} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_stack_ignore(identity) [0.063696s] ... ok {2} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_stack_ignore(stack_act) [0.062242s] ... ok {2} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_stack_not_found(stack_act) [0.068776s] ... ok {31} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_abandon_stack(event) [0.188863s] ... ok {31} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_check_stack_with_stack_ID(preview) [0.065607s] ... ok {31} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_software_config(event) [0.065452s] ... ok {31} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_software_deployment(stack_act) [0.065755s] ... ok {31} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack(stack_act) [0.306660s] ... ok {4} openstack.tests.unit.identity.test_version.TestVersion.test_make_it [0.064909s] ... ok {4} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_user_create_attrs [0.062997s] ... ok {4} openstack.tests.unit.identity.v2.test_role.TestRole.test_basic [0.062740s] ... ok {4} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_project_update [0.063727s] ... ok {4} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_region_delete_ignore [0.068945s] ... ok {4} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_region_find [0.050075s] ... ok {30} openstack.tests.unit.config.test_json.TestConfig.test_vendors_valid_json [0.109156s] ... ok {9} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_database_delete_ignore [0.041497s] ... ok {28} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_flavor_profile_find [0.070124s] ... ok {23} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_load_balancer_get [0.067996s] ... ok {29} openstack.tests.unit.message.test_version.TestVersion.test_basic [0.067389s] ... ok {14} openstack.tests.unit.image.v1.test_image.TestImage.test_basic [0.069601s] ... ok {26} openstack.tests.unit.message.v2.test_message.TestMessage.test_get [0.066169s] ... ok {1} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_files_with_stack_object(stack_subres_id_act) [0.071415s] ... ok {24} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_stack_preview(name_id) [0.067792s] ... ok {8} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_credential_delete_ignore [0.055216s] ... ok {30} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_database_find [0.065098s] ... ok {20} openstack.tests.unit.network.v2.test_flavor.TestFlavor.test_basic [0.079454s] ... ok {21} openstack.tests.unit.image.v2.test_image.TestImage.test_upload [0.084655s] ... ok {28} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_pool_update [0.066560s] ... ok {8} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_domain_delete_ignore [0.208934s] ... ok {3} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_get_stack_template_with_stack_object [0.067574s] ... ok {0} openstack.tests.unit.message.v2.test_subscription.TestSubscription.test_get_client_id_project_id_exist [0.070967s] ... ok {16} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_service_delete [0.066036s] ... ok {18} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_validate_template_no_env [0.070216s] ... ok {20} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_flavors [0.068027s] ... ok {9} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_instance_delete [0.044091s] ... ok {5} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_files_with_stack_object(name_id) [0.071617s] ... ok {4} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_users [0.043819s] ... ok {17} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_rule_delete_ignore [0.197736s] ... ok {29} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_claim_delete_ignore [0.066503s] ... ok {26} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_subscription_delete_ignore [0.066343s] ... ok {14} openstack.tests.unit.image.v1.test_proxy.TestImageProxy.test_image_update [0.062771s] ... ok {20} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_create_attrs [0.063309s] ... ok {24} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_stack_preview(stack_subres_id) [0.067080s] ... ok {11} openstack.tests.unit.config.test_config.TestExcludedFormattedConfigValue.test_get_one_cloud_password_brace [0.167356s] ... ok {1} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_stack_not_found(stack_subres) [0.063836s] ... ok {30} openstack.tests.unit.dns.v2.test_floating_ip.TestFloatingIP.test_make_it [0.168605s] ... ok {23} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_load_balancer_update [0.062883s] ... ok {5} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_template_with_stack_identity(preview) [0.081013s] ... ok {21} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_task_get [0.063194s] ... ok {12} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_quota_delete_ignore [0.068937s] ... ok {3} openstack.tests.unit.orchestration.v1.test_template.TestTemplate.test_validate [0.071845s] ... ok {0} openstack.tests.unit.network.v2.test_agent.TestNetworkHostingDHCPAgent.test_basic [0.066873s] ... ok {9} openstack.tests.unit.dns.v2.test_zone.TestZone.test_basic [0.043182s] ... ok {18} openstack.tests.unit.orchestration.v1.test_resource.TestResource.test_make_it [0.063842s] ... ok {28} openstack.tests.unit.load_balancer.test_quota.TestQuota.test_basic [0.066509s] ... ok {25} openstack.tests.unit.cloud.test_volume_access.TestVolumeAccess.test_get_volume_type [0.247051s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:48,332 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,340 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,344 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:48,351 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:48,368 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:48.258059+00:00", "project": {"domain": {"id": "72771edc65334b4b9399d84294a25854", "name": "46db83fc8873413fa1fcb7ebae2caa45"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7ad2a59a4cf84f19b2cd01b30dab5529"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "14d963124cff4d09a21efc1705f431b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "fc0253971f534a0292f0c48fe08491a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7a8413cd97ea4b06bcb05cf87d05ee89", "region_id": "RegionOne"}], "type": "identity", "id": "3b7cd62109f74cf9ae749a0c13d9093a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8d01b340215d42aca5e3fe5df6425193", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8707e0d08f1343ca8f8af6687815e3fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c0e8c6736c33416fa207f9c2f25c65f6", "region_id": "RegionOne"}], "type": "compute", "id": "1923ebf3169e43e2941303aca19ab9ba", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9d1fe6c912e649b9808e7dd887e25c87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "24f738dbe7524d40a2efab37a40b9e02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b655cd4f30294377ba356950283e3af0", "region_id": "RegionOne"}], "type": "image", "id": "0b89e42934864325bb356806b48ebc40", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5e7931bd852744419f317489998e7d06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "93b64954fcc84e56861b28c426f00d01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "64ea3f3e879a494888f68267651f6be5", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c511500b4e214ef98b102bed950e4305", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d980f4f4845e47ecae87f959b3eba2e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de40bb188500439cb2982cef7c93434a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84fbfd8d010145e5bd1c1bf5b4ff4ffd", "region_id": "RegionOne"}], "type": "object-store", "id": "ffdd6cce9f734aa3aab6b06780db5ed9", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d31d986faee643f8bd3556bb73301e60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "358994e9555d44c6b6b6ebd8e1adcb13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "140c95220def4b2c9c8ea20a7f20fdc8", "region_id": "RegionOne"}], "type": "clustering", "id": "447cb73a3c6a4a94bf9e60300c952f24", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "35b2cc1e40f048fd9e24cebfc680ce17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "64726987d9624a0280d51f031cc7968d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "905492192bcb45879be50ff59a313f5b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8431f83f0d6c4c60b0664b95217369e2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f3eb5e32adff4167b7477221e1c5b7a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8b819ddf51384c2daebfd011b8c51362", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1eacc04bfcad49d88c4e54d07e1b02d9", "region_id": "RegionOne"}], "type": "cluster", "id": "b8de27a88cfa44d4991cc0473cae4291", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "893a1f11de11430880abca9905dc9850", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9aada7235043455aa27b44ba7c9dea11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "34b3bd61427a4da592f271e221eb9203", "region_id": "RegionOne"}], "type": "data-processing", "id": "a7b6008bb10d4b5a854a3c25a13e0b54", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "10b3cab1bf2f473f9a1d97a467d465bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4c722c5bb2d24eb6b6faa4db58a959ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b2322415ab774b34bc11683777ba7467", "region_id": "RegionOne"}], "type": "baremetal", "id": "b3bd586a71654d7b98a6d8a88627d71f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "34b2df9578034a46b0568a1d86754881", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ecd22d80ca254c2caa16568e0fcfc251", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "05d34d498b544543af3667b5316841d7", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ffa083931cb54d2db23792e9ec6a4135", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "08e485be85da4ebe80e034fbe5842259", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d52e4e8832c440ea8d06ee10b0ce11a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "99b8afbe526641b8bcbd68c344974c27", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "23ff5670d3804866be8d58dd3d2f705c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e5ef93b5c1f443829ecaa68c0cb80796", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0f78f402abf8487ebc1f9c49451f8c95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "24f5425ecea14d9bb1108f198e0a28a7", "region_id": "RegionOne"}], "type": "key-manager", "id": "76d1839bca98444d8bb67803b919c2ac", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8f38578f304643cc803bc020bc15d82a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8cc7ba97a45c4f41a2fbe9ae0920f842", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "86c030575bfd41ccbb739ca9ef3c1c33", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "13e069d9eda34e939c481664307571c9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2790bd0bd9d044f6880cb858686531eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "237d73d2e80347a1ad114c1a5ed12dd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5fc87f4fab6a4b94a5c26aaf794c7e10", "region_id": "RegionOne"}], "type": "infra-optim", "id": "76c48ddc14ab4135bc63ec2569d5f579", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "35e5a163ad004f30851e08fd0ba9cb8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "eb4b79d520bc4c5d939c847ef91ab063", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ee69c4973cb0464b87f0ccd7e82104c2", "region_id": "RegionOne"}], "type": "message", "id": "4742ea54ca35421795ce79fe552c7f73", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "707e43052ed04134b15bf23966d681ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8fc6d0e2b1f14d498d8da91069e4d9c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "19703613a5d64c3bbdfa7a00ef438e22", "region_id": "RegionOne"}], "type": "messaging", "id": "bcc491eef7ae487a8696c16e9f221f13", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "484d98db869d46668662a14ffc71601c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1791a337dff64772b43e51d3328b2031", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "eb86992384db430da345ef6c6788c3a9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a76ba57f37574490aa93f51566eed8ce", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0e7cca194f7047ada8f0d053140b2fde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b45807a2e35a47a5bf370137867c328b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a2715b45a92643c4a471e27d4696cd9d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6c49b672ca4a49e48b867d99cf52c177", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "479b163e99184129968925848c437174", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0936535961834832b08460713f94a74f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "140aad4092f04590a3fd9a5075ffc24d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6567f498b1a246a9a758258ec0209097", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9166113baa31408db97bba679a21b022", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2c0771ce6a3541989eab925bf1056243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ed24a56ab1fc4cac8f34d9581bd09089", "region_id": "RegionOne"}], "type": "container-infra", "id": "bfa449dbc00b4be0a3d023a08153ecd7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "bf0b012bd2a947508740651853b4da99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "cd73c89ac1b74a7d8bf9885c8793a57b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4e54a6259fee4fa7a44129de23802da1", "region_id": "RegionOne"}], "type": "search", "id": "712fa6968d6c4307b477e45fc0985821", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a29bb29d57d14dd99cb28cb449302f54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "83e6ff9c19c5489fbcc6663831eadc9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "ff8e943194df4a6994bd7824d0059fc4", "region_id": "RegionOne"}], "type": "dns", "id": "ad198fc852314d4ca1787c4c83ffd1be", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "21028059a43d41cd877995ef0f55440d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3498a94308da423eac3bff607873b04a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "60ee542b451e457a8edeaf37dd58fb02", "region_id": "RegionOne"}], "type": "workflow", "id": "84e2da75bcfb4c08b6fa488a178958ad", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d2c1e927f6b944f68f780cdb38e391e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "04fdc95dbbe74df4b4e48953fd216990", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a718883d6d934acd87a056302661a3f4", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e1b33f58916545b1bb7e22f9fe54cbe3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "08b209e426e743de9090c2f7d26aa0a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "263c15207a5d4bfe972289b44963d9e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7bfc67b003434b0ea2ba5eb6229df191", "region_id": "RegionOne"}], "type": "rating", "id": "2bfbd54f6277411dad5c89d5106fc3c9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8ab07442f15b45048becfaa19acaf257", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "43e312016eca47258e21e4ee32337dcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d975074c7ffa42018ec214a81a0318cc", "region_id": "RegionOne"}], "type": "operator-policy", "id": "11acef7afac64ea6ae61d898e5a2e4b5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ca4a32418cbd4620822f73c6437cd074", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0a07480953304f3c968a76c9b76a4e17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1e689538bac14315a39d28bbb7d995d0", "region_id": "RegionOne"}], "type": "policy", "id": "76d4abe4c26d407da67a83e45c155011", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cdfa3b560f934c94b0570905d7b85d79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8fb53bc5d117416db01cc82b6f582665", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "36e6335495af4f69bc65e860f189d363", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "386e993fc10144a19525166f582a4669", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1302db1e7024484288d2ce7b1dded6da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "09f23ad5136a4b44bc5d985334f81404", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bff564041470464e803b518e78bd73d7", "region_id": "RegionOne"}], "type": "sharev2", "id": "d5fcad5b11494baabef63964b7d7aded", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5cd521a31ca34f8791b389ba2c7ff4e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5c77655d71f7439ea40d6c31aa4abad3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a306d1e654cc4b428ebbc5d72ac5ed3d", "region_id": "RegionOne"}], "type": "share", "id": "8be61dee475f436d83693bf3b37b9187", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "da5b542e7b87478cb50ff2d266ee4253", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b6eecd27bd9247fd9b1f9cc34ac231ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f138787c41c94ce591e36684a93a7ca6", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5d8ec3cd34214ee48b60328d04ab8606", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4cd2b4ae23264f8ebafedac45330003a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d2bb7b3cfc2464488cf84ce1fa7b798", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16c6b2f9c110450f8f7e6e48b8c594f0", "region_id": "RegionOne"}], "type": "orchestration", "id": "dc029a346403418886789d80c395f569", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20a3b3e94e8b46cea848c8881e90f70c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d9b015ed86246489cc87cd84d278a0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ee8571c456f45a78f03582295fce8c9", "region_id": "RegionOne"}], "type": "block-storage", "id": "9fbd4010135c4f5ba69a246ee6afed43", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fafa7aedfbe4ffa83088fe866181ddf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7436735edfe34a0e9892a04e2d7d10a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc14e4458fb44d3884e9d009ab941a95", "region_id": "RegionOne"}], "type": "volumev3", "id": "7d6ccb2ae4e641408c4112c0c0719271", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3cfe736dd74c435881c7a5d97a09a3ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95c4c75ff5c34d20aa5eea460bb5e7ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ae17d2784ef4b44b3a37ff8a2a651bd", "region_id": "RegionOne"}], "type": "volumev2", "id": "415e38b0f04e464cb7d7b8ddbe361aaf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08c1bbc2484f442385c5be46d1b2bd67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "859ebd4165394655924007489d234e30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf884f1939e04f27b113eef9fc7daf7f", "region_id": "RegionOne"}], "type": "volume", "id": "7e8f36139cf3412c9233ae4a7607cf54", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d83f9fb2521f44d79772e2b8476e6472", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "111b2b0651aa482cae6176aba0d8f717", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39d49b9ad3f84d4e83b24718a3ea516d", "region_id": "RegionOne"}], "type": "block-store", "id": "d34c268f718d4ba5bb296ec0b6c9090d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3a858bfede2745c3a6ec81e29bd863e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1fd95fb7b49044a88ddf74bfd1b0ea00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f3804a26d93640968a6ad7f29e827cbc", "region_id": "RegionOne"}], "type": "alarm", "id": "e3f9b48976354a238c70b5d7dd367d8b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b8475de7f09f43acb46e5d3dab67ce70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fdd6c54d9ebc4fde93592017dd83a1a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1870df7140b648eea4f83944b04be534", "region_id": "RegionOne"}], "type": "alarming", "id": "21ed5167cca34bcd9519cd54c405b3c6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "92b2d0b8d12c47f49806eda18aba425c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0a6c8ac9230242dd8a7115a8064d47ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "627ecadb5c824b20ab202776e5aaaa37", "region_id": "RegionOne"}], "type": "meter", "id": "bffc25f2da16438d86f8498ee0926b23", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "96784f7bacbf408eb7c7471bdf75e453", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9d9de836e9c248d2ab26a8d35d4b107f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3e676dfc728c406784eb12776b4e0d85", "region_id": "RegionOne"}], "type": "metering", "id": "e248081a3694412a95066c51b26da8be", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3d8f595c3a7349018f13f7071e9facee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "aa81f108a9624601a330aad60cbe1989", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7e2622ac7a4340b4b5ab4b4bd36ae5a3", "region_id": "RegionOne"}], "type": "telemetry", "id": "5df2d6bb42dc4f598eadb9f2a21534af", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "42f30e0c58a54ba69f71830522f43a52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8771a64e6f6646d0853857e6164dcb3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f38602e96bcc494e850d2541cdff62a9", "region_id": "RegionOne"}], "type": "event", "id": "6eec4863269d414cbc615cf38966f9ae", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ca51aec9f6a54b58ad88e07facab864b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "775280dc9de0475e902fd52eb5615292", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5df669a368b64ad5a225cdb30851ba5d", "region_id": "RegionOne"}], "type": "events", "id": "5faeba9ac72b4c3390d8ee2ffa897e05", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "36d7e29e88274572ac5d9b056b279959", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "01f363940d4243e1bfa6042e1885cc97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ac69dd7ba4234382970c6e384cf03267", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ebab8903e9764cd4a4a5d3e8f54bfccf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4cbf14d1161a4b92be5ee3b488b0d964", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f0d648c179344b70907fdf43080f811d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e076227a65664fa0a977281d4c08e663", "region_id": "RegionOne"}], "type": "application_deployment", "id": "690632a4a5e64f33a6c22a7b101fb109", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a0140c01bd244831b112d21b3c353ff9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0dda571e69a44883a2e4d32728a3de53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "608bd05b3a6c43c7b42a1c70e1c8c467", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "9d19560f3e804e41a9953d514c2dcb9d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cdb34cbed38e4f4da6b7b6db3764089a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "26adb4fde1bb4f8598c77357921dbd38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "85c39911d45d452ba08c040cf4a37a34", "region_id": "RegionOne"}], "type": "tricircle", "id": "ac6245eff3254f6fba4bdd95ad6e900d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "12141428487e4fae9381f1db44791460", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "03253496bbaf427aae349e3790ee9447", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "29b3136c4fc846a19d9867f24272493c", "region_id": "RegionOne"}], "type": "database", "id": "a0e07fbffd3f418084cb658f07e0e553", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ef0971f00a964f09bb56f4bbd8577bf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "40473f31fbc74eb69dbeedbad72b855d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "072294f8b5564b0c9eaa7b8bbcd949c0", "region_id": "RegionOne"}], "type": "application-container", "id": "0bf93389e63441cda37bf60f2c5047fa", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "952da1d68745421ea26b0f062c7305b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ded6ce27b5434e4b9e234972311bb8b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c2c5dc820d224dd4b23ac18837fd92c4", "region_id": "RegionOne"}], "type": "container", "id": "fcad3ef6bb674e918abe72401226bf5f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "26f6fff346a44dbf9ac6d5ff6b917c06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "47d7c428803b46f1b460b317555c7db0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c3fe268a8954465b8d79b93fe03e58aa", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e22e7dd6fa874795bdf1d2fd94d1a8a3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "88b4b9a7f2b947abb75797e3b7eb9faa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3a9a421be4c2455887f0d8c4650c3b26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c3773827f5f84c04b4223f39bee50a5f", "region_id": "RegionOne"}], "type": "rca", "id": "a187efedd2604dfba886ae521abef451", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "48b1f58f65094d6bb485eb4c89d12dc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4627f929580d4359b94522fe920eca5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ab3df249c68749eba5cc642a25b30bf0", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "55a0e2edc0e74260808e78b99f450065", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4abfe140476e44c3b0cc18bb12fe2bed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "6407a56afc6143eebb1c08cbb5aa99fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "da7d2adb528f44c298284c002669177d", "region_id": "RegionOne"}], "type": "network", "id": "c38eab7a7bf74a4fa54ec5f95a2e2fdb", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "064c5390b94147559dbf40cfee65f629", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "5a12855cad064962af237800195a83e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "641bfaf66b6047a7b873db74d7070ba5", "region_id": "RegionOne"}], "type": "backup", "id": "1c9a86302fa5408ab868d06b50c7d8ff", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fb7c7d2bf8894f459e06b06b1523b824", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4330e49fe62d403a8e123c294cc2e729", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5c9dcc401dc44fa496d295b6e65ce687", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "306af27463984672885affd90b33600d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "293d65258c5649bfb7f5d74ed05403b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "270266507dcb4ec7bcfb2efd615a3d45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "361ac0196bee4cfb8634eb7b36865eb5", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "29857b6d12d740abbfb8b282e6d43ceb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4083e2f22ad04a93a7b7f50a36ede075", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "37c6ee110e3147b080bfc84eedaf13b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "30604c047a3e4516a1d078db193020cf", "region_id": "RegionOne"}], "type": "monitoring", "id": "adfa77e94adf4a71912bde15610b19cf", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a86b8c26a89d4e8284186b35603144a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a75735fe4b0948e6853986b684936fef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "72dc20cec6c5451595e83ac897b0ff26", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c23b1e99d2744f159c5e88703a1a095e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2941b210727f4c3098e8068d6314ef1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f7ab33e4ed894e569ab2d07ea36fd01b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "644fdb25ee4943dfb378af65eb87f197", "region_id": "RegionOne"}], "type": "placement", "id": "bd248e3c349343bb9b57229800b66530", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "45b9d04f3fb34937b4d5cea05d4691c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6581bd117a8a4a698049bc868a0a4bad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "125ccc552afb40d2a7ea775c1597f65b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "76f3ed6cd414403986c06493c5cb4b23", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "07010c28e7f14d4d91a6c692967a85f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0adcd70beff3498a98fa28516d54aa40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "15a9353daa8b4625976c2cbf631b4155", "region_id": "RegionOne"}], "type": "ha", "id": "7b92cc4517814694b3d138bb25847efa", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c78921ac1b1a4cb79505a00e6046f8e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6b1c61ebc60347dd86c3693d02c64783", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7162dd3d587d45d6b042534d0ce902df", "region_id": "RegionOne"}], "type": "reservation", "id": "3938b25a44824452a8c37277dbc1b87c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "74d9d6876f3149e4bb48a3460a364bd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a74ab6c601bf4c30bbb2005751af0dc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "88f152a8886b4799940b84b422e0162b", "region_id": "RegionOne"}], "type": "function-engine", "id": "02c65620cd1c48eab103ecd2d8c75d14", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3933fdd1eb5d4310aabadec216beed8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0f3328d885724f4faa5da4c8eded0f0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6243a4c1cb1448b0a7cb9233ac2f0a85", "region_id": "RegionOne"}], "type": "accelerator", "id": "a00632917cd2464b91c0c27aa5f0890a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "68d773d91c1041d0a9382b5397812b15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "487f6ffc44284abeadad82fb2d16d333", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ecd3620e861640d6bcd3657cd59c6c37", "region_id": "RegionOne"}], "type": "admin-logic", "id": "5ebddecaf16447359805ffcbf6c3bbde", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c5f27709332d466f94277b684eee4528", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e058cb6cc7ca4509bf14054ea4cad102", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4b685204010d41e19f0c1e9f688ff73c", "region_id": "RegionOne"}], "type": "registration", "id": "adcebccba854452cba75892bb41c9a7a", "name": "adjutant"}], "user": {"domain": {"id": "0348010c8cc44d9d9fdb3a3f0c9409cc", "name": "2b1aca0831534205903c8cfe08bad353"}, "id": "effd6260411c402381fe27e1045ab693", "name": "d0ee18acd43a48399a8826457636de51"}, "audit_ids": ["4df3a6bcac6844788aaed5ba921ff56c", null], "issued_at": "2019-09-19T09:04:48.258059"}} 2019-09-19 09:06:48,430 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,436 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,439 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:48,487 keystoneauth.session REQ: curl -g -i -X GET "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types?is_public=None" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:48,493 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,497 keystoneauth.session RESP BODY: {"volume_types": [{"is_public": false, "description": "volume type description", "id": "voltype01", "name": "name"}]} {10} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_segment_delete_ignore [0.065674s] ... ok {8} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_policy_get [0.064218s] ... ok {29} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_message_delete_claimed [0.067681s] ... ok {7} openstack.tests.unit.config.test_from_conf.TestFromConf.test_adapter_opts_set [0.182111s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:48,275 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,282 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,286 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:48,292 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:48,306 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:48.192177+00:00", "project": {"domain": {"id": "4a84bb2ef7d341c09204d5a1a62c8382", "name": "2b515c3559f94d1dbf70a8f856a070db"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a1f30e0924074dd58d959c4000a39810"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5a579c9e98f84d40919178c275516cb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "21112bbe92fd4e88bdbf073ebdeb111c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "fe607a97486548af83448c91aec774b7", "region_id": "RegionOne"}], "type": "identity", "id": "eff51456d9914457846786f9fbbd48f7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6b8b9a9f5c5742ab91a3ab121a3322ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b1ce267ae21a48d8bbf8dd26a41bd0e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "d3c6de260a834206b97f2d319e3a54cb", "region_id": "RegionOne"}], "type": "compute", "id": "3d23a3d01c9440e0b0c12e5746472bf7", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "04fcedf7385348dcb2742f50697bd10a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "f6647b4dc3a24ce8869fbec482251b19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "26c9b808b6f642df9d980ed539180fc5", "region_id": "RegionOne"}], "type": "image", "id": "a50f85d6cf4a466faedad104bde5fae6", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0522ec70ee33457fb2d29ed66e162e22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cc9dd932f823495eb0c465bb7ccbd8f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0cc28a8c2103450f830b28569fe0ea87", "region_id": "RegionOne"}], "type": "load-balancer", "id": "23f6c01c6da4475ca4544f62154ce4fa", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6338bc99777446f19e3cdada7d79e6fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "106e80264e694011956beeabd47f68ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4d638cbe0554edba6fcddb1a6f91961", "region_id": "RegionOne"}], "type": "object-store", "id": "da53227337914ddb9eeb7e87592419e6", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d10390c1c2eb4409b590f1ab23dc113f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d850c1f312424743964e6ab6a263c8b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "51c1214040e941ebae676399521117e6", "region_id": "RegionOne"}], "type": "clustering", "id": "786ba1b33948468f91a23164d4ae7c98", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "21dfdce4c98547c9b30ad69155313599", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b8d7fbf78bc845e49013347e007d1737", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6f33c65da7014516b9e9d0df88ace8bf", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "be853b93a3f84eff98edefa861225da3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3c4b11d0dfcd405ea33a370ff46b0c2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7085463297fa4529af75305c14a6eec7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "df76e7afc0d344fcbd1bfc158846e966", "region_id": "RegionOne"}], "type": "cluster", "id": "cdc046e477ec47508b172557924cd24a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a4ba2156727d4f7384f1f68b23ce730f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e4e8f55390bb46878c3759046ac0a3ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "eef4244bcd624387acdb47b00d45b003", "region_id": "RegionOne"}], "type": "data-processing", "id": "c710dd62718a412894af773daefc1943", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7e000b635e4240bda7ae056408a3366e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2f4c51ec2b6a42ad973725d30474517f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b97b49afab1d4dd99d201a7e65716b82", "region_id": "RegionOne"}], "type": "baremetal", "id": "7e57e0806b1749e0b3ae90c3dcca1d77", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6a8f1ea8bf2b4f7bb30e2a66e8902ebf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7a54018d2aff4ca1be5d19146a4a0c55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a1c25e0cbd0e4dacb0b34eed0f9bf253", "region_id": "RegionOne"}], "type": "bare-metal", "id": "969087935d0d4f4bbe67ab8e54bf65fb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "69402d39b6e04c9b880a3f0c31a64931", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "13cd88cdf8bd470996ef090a521338ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c64aca60fdce48f5a20f9a3289a2bd5f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5f67360951f04038b510a73615088df8", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a13002230fba456aa9edff93480dc430", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "62ebd2cbfbb24da89661fe1f579f6961", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "a83cf69f839a4efc860c22fcf27d7840", "region_id": "RegionOne"}], "type": "key-manager", "id": "606d4231b8f049c194238d0bb5784866", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f4bb0193ed404fc5956c5ed9f8c2716e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b2bf8b8b389b443589ae2f8badf09279", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cf65483a9b8540f5b8fd7d8bcdd9c776", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "013ae15d8f8d46d3b254fe59bd72c5e5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "71ee79f7cb804c268e542e7f88bff4c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "71a90f6d5a47490397c066df23ecd285", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b0dc05bb91c84802acb661f6ed3c2c46", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5fa17498c1e842f68f45bf42e0f4c023", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "538dc5266b2f4765bec0a41531d2b0ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "93dad97354eb4398af7a8eff9d4dde46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d96c95789ed84d2a80c1c45b5ca08d3c", "region_id": "RegionOne"}], "type": "message", "id": "22b71cf92e954c268f7ef3134207ce0a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "edac2093baeb42419c71e7c921fe54e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d631fcf545f441758efe99c6f3fd313d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "19ee028fe2144be794a6903097f8f1b3", "region_id": "RegionOne"}], "type": "messaging", "id": "8977843a0dea49b0800211d20ca9abf8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2c72aed2569949b9b146c11ffe8b1d0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "62c253d723e14f4e81eabcafa7ecc184", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8847837931c443b0b6e8c7b9024e7c6c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d2d773c4fed74438acaa233a0fd7f811", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "af5e1b1f789047138733ae1e6042cee9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "03c12fc8c990448aa2d7b033f6555c3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6a4e89fca6824cb0b3082ed11c9e9992", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "886fe2a143ea49c38e139d0da0407475", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a15a72ea4284412fa186d7749f59e762", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dc15f6241ef1499abaacb522e58e04e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eb2a6d250bea4bb4be6b947c0febb47e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f9dd7add16774a34b28aa3559bbce729", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c60caca43dbf474e8c12622b323c41f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bee6438e5cd64937bea72ffdf26b40f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3ffed0b5e2204df78708d896df996853", "region_id": "RegionOne"}], "type": "container-infra", "id": "49affabe645642d593f53f7fbc30da24", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "02c419e03bf344b39548aa2ef24fed84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "6430d9f9872e45ea9ae867e9824b830d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9d99d3a913224be78a988598cbd7cf8f", "region_id": "RegionOne"}], "type": "search", "id": "81eb75f63008488c93922b41282497e4", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "0bf73baf5bc14544ad3dbdc8fca14563", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4e5767763555428fbcedc17612b35470", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3ecbc049ab5c4cf598e38d8092179a2e", "region_id": "RegionOne"}], "type": "dns", "id": "ead57401e44d45bba8d4474052a4a300", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "43f48d8b1d604aeba3459e2815ef5cf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "731a5230d6b24fe59f49c56ef5e0bb72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "133b0508992a48619f7d6ce5dde045db", "region_id": "RegionOne"}], "type": "workflow", "id": "b12ad56b6b10442ab4e17d45739b080c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "30e894348840437195a11133ec0ff89b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b823d4d155fa4a7eb2c929633e960d0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f0024722cad14e268805f769458d6f48", "region_id": "RegionOne"}], "type": "workflowv2", "id": "5fce94555e26421ea41fdd57be13ee0d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b18739b372b249bda4618bf6ac8904b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "319b839d02e4437fa09176628d47c964", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4c6c4585a6f247388ec20ed98ab7d1c0", "region_id": "RegionOne"}], "type": "rating", "id": "c27f58044eba4656bc9cdffc5b8b0c5d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cc964135016c44808d1ce1c6a8fb1c51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "de400043418c4e419c8afa6a182b260a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "788038f192ac4832ade5973619a15526", "region_id": "RegionOne"}], "type": "operator-policy", "id": "037002deaa93443bba2d15c0105505d7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1b6c1bae8b1e48de83bfb6b97ecc9df5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "816f311d6fcd4809be507c0b331b580c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "154e466c279f4140b5ffb8f66f8f684c", "region_id": "RegionOne"}], "type": "policy", "id": "8de4fb803bed4c5ca3291f4ca1c7efe6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "173a77c18e6b455ca29b6bec073aef5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "edc2162b48094fc38197b9c5421d8d45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "933f2df491ff42b9b3c3285fda59fb1c", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "651f153d48974dc48ce6d91b6d61edf9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "339c36faa12d40ef8dbfb209d57b38ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6073adfe04b74c98b2cefc603f215da2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b163c4b236bc46f4bdcbc1e87a0b5328", "region_id": "RegionOne"}], "type": "sharev2", "id": "be61da6f8a394bc7a215984d6a89ca3f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3383e7c8590744e98eaf19ccab5603f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c72c6d1d630d4e728e072777f2f946a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "20a0e905521d4fad84f4a160fefc6033", "region_id": "RegionOne"}], "type": "share", "id": "746baed0060e44c3ad17c6a2ed5d73ef", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9da815cb178c42ae8ae70aaae5681e0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d72d329e18254adfb6f648de5e75ee9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "13bd89ca33fc460c8118c985c1036c82", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7b323591db774f4887baede1f62811c6", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7123d16e8c349e48eb270574fd49be7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4739b89a29c0495d8345bc33fedad0e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2756829685ee40fe929bf960afc05275", "region_id": "RegionOne"}], "type": "orchestration", "id": "9b11e27299ff4d69a522d9a969797abd", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "754f56c6aca5410793c64e3ba2afde65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ab7890356b3448eac7cd782f79bedf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87125a70889b498d8a5ae38199bda681", "region_id": "RegionOne"}], "type": "block-storage", "id": "ae9e28be145f499a8d1c8a09b428a72e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9dc605687e5a43ec8aa9b60c9574afe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c030dd2f9a7485e8ee92c77ec150e1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b29d8fd76f84251b6bd837c1a150cda", "region_id": "RegionOne"}], "type": "volumev3", "id": "5a55a574e5db40ca9ae7d808adc4a4c2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67ad8da2ce1d4fe5845accef4ee2a13d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7c25ee49c94404cb2904b4faf0434ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db3802190b4c42d88ed9bef56be30321", "region_id": "RegionOne"}], "type": "volumev2", "id": "a354dda2d3f0495f8814a26f057fd0b4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "965a3f9d5bcf4612bd8e5e8ddded2ac4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9230d69d07c34885b748191bf5549340", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0290b40a1909477aa5da9583e80d28a5", "region_id": "RegionOne"}], "type": "volume", "id": "13d5d99eb77d4ad3acbb4242d624d013", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab06a38427544c1eb3a2a8f817c102cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91249fe3b9a34044b9d291a157eb18e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d31ea1785a404c3ca9fabec3d2e5f180", "region_id": "RegionOne"}], "type": "block-store", "id": "2a2464cee1ca49ea99a4ab459ea46484", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d8a5726670e943cdac740008c99e3839", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "137d67a52eb942d687888990d7eae427", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1b3993f687d044dca5acb879ca48c708", "region_id": "RegionOne"}], "type": "alarm", "id": "d656536e720b4f92ab28cc0eef27bab2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "796dd4ef8fda4b87b62f873225d57009", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "10140e9ef9bf4f00a6f63713df486fbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "100b6f4fa591469b9c17b3b7f399596f", "region_id": "RegionOne"}], "type": "alarming", "id": "a1eba764da244d49a16ff9088f73f210", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2926a09ce7d04a32bec3a234ea1779fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "74ae0e63953041bc9bbe1df5e785c933", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "345560db9ed1471b968759fd33a7aab9", "region_id": "RegionOne"}], "type": "meter", "id": "c465301b7e6047bbb614436dc716268d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "60f42ebcad0a40abb62b1647bf0b47ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "21afa09187ae4baab4aa39b2b952f80f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "87e745fc079c41f790c1e7b89aa9b053", "region_id": "RegionOne"}], "type": "metering", "id": "aa2ddbb4d40540798a9b03c91b32b85f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "995e6a3e36f642c693480f74a9e77111", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "52f1ec03ce744f9da6a3ef9fb04e3c9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c3c4f6d05c324ae5b4b626f2e448d8bd", "region_id": "RegionOne"}], "type": "telemetry", "id": "6c800322d0594201ba71bc15eec23e78", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ca93991b0a824be591b301c6808984ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c1d14445950144f29667f786880df5c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2cb5835d16bd4f6b860c656df7890b59", "region_id": "RegionOne"}], "type": "event", "id": "0102cf1a57f5470e8161a3026610f263", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "af6cbc5958ce434d9ac8a5f241348309", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a38fe7f050d5458890005c63c77b3046", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3a151cfb20f34a32b096b86196e9d539", "region_id": "RegionOne"}], "type": "events", "id": "8e13113bb47741fbac893023eb739f87", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "442c3c7e4f264deba6641f6f843c2c7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "131d22ceec5b4991acd662265704d0ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0db1773479824aa385901aa03c1dbd91", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e83400bbb5154319b6b9343ab39bca5d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d24e60a7cb694fc69549f3fc9de89b31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4953c5e0534242758a1629e206268446", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9bde23b3d441404d9162a24b02665f58", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0b8d79c7950b45ed96a15adb23cf52fb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2bbcc1db9c9d425ebbb4ffb1720ff26a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "343366282fd94265b4fa70556ec79413", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a0e68ed1a3eb43278b65f9b9780d1928", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f2c0819d972c48eeb7fc41946901060e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e6cb290f31ce43f1bf27751fbcca92da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "01c1f8f1024747479b49c939d2498d5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "61e3e57033c44958b9200ffddbbe8ef6", "region_id": "RegionOne"}], "type": "tricircle", "id": "57f6b165d7954ca3a80ffe3393d32aef", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1750d853cdcb499496ec7de1b92a6c0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "83a73b984d63440c9359ff8d5cd9099e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "470133690ae74652b5331510128cf354", "region_id": "RegionOne"}], "type": "database", "id": "b55d8c3e56034334bdfcb98659d04240", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "71527a30c304474bb906931cb7e20043", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "23ea7f86a10a4d22a8f27fb7dcc0bda1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "99fdaa1c27d146bd8e2b6a133a558ecf", "region_id": "RegionOne"}], "type": "application-container", "id": "8201863c069240ee848d2fe12cae2bfd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1355b87599d340cfa85f38396fa8db9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "58208692cc0c497e9404db60f7423329", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9671f8c943bf47318e22a6c900b0b87a", "region_id": "RegionOne"}], "type": "container", "id": "1ad791164a174e56b639aa440f25995e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "333c53f907d54578b682349660aee34d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c9dfd9093f9a49b48a2cb6ca431291e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "23db696aeb694233b14e7662cf3ef232", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8ba045a1cf84430e90e92e6009ec9ca4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d98d1ead62fe46a495619bb93835dae3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6f4deee5c04f41d484460e8b2963c555", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f282f0fb4b974a1b8fb8476fb2611252", "region_id": "RegionOne"}], "type": "rca", "id": "52871c821456439e9f6c8fddd51e603f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "27c8a9771634444e9fd4b9a5cd1aa87e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a1661947e4f342798fad860e09812506", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f045a3f7aaa04437bcde7660aa39c38a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "61b51e180d4245fc810d7e02153b67f3", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6ca2771401f94cffb2fe0d87bd5d9bd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "79d5ddd4b78440a7ab7a1efed65b355e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "a6c3f81458e54c03a3c114cc8962b212", "region_id": "RegionOne"}], "type": "network", "id": "d4832070f0ea48f68146f6fbc85ff853", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c9c4ea219f704df1bb3c31bf8aa7e6e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8d80f3c306154c21bb7c1c1b0e32cf4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0dc6a8e25b4d4471ab8d2f3e99c49d40", "region_id": "RegionOne"}], "type": "backup", "id": "ced8eb7e0622449692dd978b5ec8409b", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "35a8c98e745b41b697d580d27f5072d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2ca5e67bc33f4bf29ddcf77fb2c82abf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7cf7d80ca42a46c788aaf436ede7dce0", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c973a8771f0a4c1d99beeea170382dc8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f82caefdf76b438e8e7101fd065fed45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e3c3d2cc5db9475895ec32a462ae4694", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b8789ee0b65c4108b938ec1659d2da59", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c2590e7eeef549d49c4ebd64c3432274", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "75c357f61221468b82665eb70787c72d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "28f4d5fc40f04181a5057ebc79c21da8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "91128c8398e043fe875fdfddc4bfc665", "region_id": "RegionOne"}], "type": "monitoring", "id": "c8d1c80ea38241faa77ae2e59bb07edf", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6722072f394b4147be7ea301ce190367", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1fdd7a24d1a5430190038afbe0aa3a0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "45eac2f396eb4f319f191fb508d85b3e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b5aeac4f90c449b38109144f51964089", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a010800dfb84421d94c5f8c38a00015c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b62b81dfdadf46098d115a0afd9992a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "16673ccb8c1d45c1bad9cf576d9aecd8", "region_id": "RegionOne"}], "type": "placement", "id": "0f6b417f46244b7f9f72121980dde86d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c94fb05bfe754593995b65e71444f3a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ec4e2cfef054487f9b4cefae5dc9748b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1ac5407803464391bb5e954be60519a3", "region_id": "RegionOne"}], "type": "instance-ha", "id": "587029641b8c40e39513a50d667c11a4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fc01bf9a41b9456685e9d36281fce495", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b7a9b342f754402aa0bb4f97e7c3ce99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dd3cc651de914f77965920d11707fcd4", "region_id": "RegionOne"}], "type": "ha", "id": "a3e9150a6f9a42b08aa5fbabb814a6cf", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a285ff9347a2461fb0d361e4e50db1d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1ff3f0772fb0467fbbbed2ee415fe796", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "112bcf71eed941379bce8d519639b320", "region_id": "RegionOne"}], "type": "reservation", "id": "d34847f7b4244a1a9ec2999f9f88a84b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b575b52194454527a579a5abd38210ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7f9c4009a9034ddca6ae5dd28a213bf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "6ff066c934eb4759bbe0bbeb2162f595", "region_id": "RegionOne"}], "type": "function-engine", "id": "639d93b058df46adb9ce32749235465b", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9798ddcf86084e6b9eb0c03b25f23c0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d82b98e947c04cd2ae5b151a3571a385", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2fd0a2ae8b4c449f99b8fe054b50eb41", "region_id": "RegionOne"}], "type": "accelerator", "id": "724344254c2d4f18ae5fbd131d13b0fb", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "facf9eec63d2439794a4123e75c22df1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c7b8202a99774d59bda111aaa50f9994", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "616ad2b57ffb42e5b9ef277405e10d81", "region_id": "RegionOne"}], "type": "admin-logic", "id": "72b9d4df74d142f2bb658fd33fef893a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "308d66bd10da4a33b35b5511a46e94a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "edf37b7d3dac45a3bc50d3244313a9dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ecd01099bf444ba8a5206f0e6fdceed6", "region_id": "RegionOne"}], "type": "registration", "id": "67cc2f7dd8384a708d7cd2feabb17b62", "name": "adjutant"}], "user": {"domain": {"id": "e6993e2b635046b0aefe96605570c9f3", "name": "1085f40162d848aaa22c974c5bd947e5"}, "id": "426ca4d451144757917f5b6550f6f16f", "name": "b1a862d849cf416cbeb8a9a73585dcd9"}, "audit_ids": ["eafd2e07902342f988676173052f5539", null], "issued_at": "2019-09-19T09:04:48.192177"}} 2019-09-19 09:06:48,331 keystoneauth.session REQ: curl -g -i -X GET https://example.org:8888/heat/v2 -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,338 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,344 keystoneauth.session RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2019-06-01T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.heat-v2+json"}], "id": "v2.0", "links": [{"href": "https://example.org:8888/heat/v2", "rel": "self"}]}]}} 2019-09-19 09:06:48,351 keystoneauth.session REQ: curl -g -i -X GET https://example.org:8888/heat/v2/foo -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:48,359 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,365 keystoneauth.session RESP BODY: {"foo": {}} {4} openstack.tests.unit.image.v2.test_image.TestImage.test_remove_tag [0.054382s] ... ok {24} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_software_config(stack_subres_id) [0.067761s] ... ok {22} openstack.tests.unit.message.v2.test_message.TestMessage.test_delete_client_id_project_id_exist [0.197772s] ... ok {19} openstack.tests.unit.test_resource.TestResourceActions.test_fetch_base_path [0.069551s] ... ok {16} openstack.tests.unit.image.v2.test_schema.TestSchema.test_basic [0.067586s] ... ok {2} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_software_configs(stacks) [0.064766s] ... ok {25} openstack.tests.unit.clustering.v1.test_build_info.TestBuildInfo.test_instantiate [0.076916s] ... ok {25} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_del_nodes_with_params [0.072415s] ... ok {24} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_software_config(preview) [0.067146s] ... ok {24} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_environment_with_stack_identity(event) [0.085669s] ... ok {4} openstack.tests.unit.instance_ha.v1.test_segment.TestSegment.test_create [0.071566s] ... ok {4} openstack.tests.unit.key_manager.v1.test_secret.TestSecret.test_make_it [0.070397s] ... ok {4} openstack.tests.unit.load_balancer.test_health_monitor.TestPoolHealthMonitor.test_make_it [0.063518s] ... ok {12} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_vpn_service_update [0.066120s] ... ok {0} openstack.tests.unit.network.v2.test_flavor.TestFlavor.test_associate_flavor_with_service_profile [0.067807s] ... ok {23} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_ip_availabilities [0.074926s] ... ok {14} openstack.tests.unit.image.v1.test_proxy.TestImageProxy.test_image_upload_attrs [0.062920s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/image/v1/_proxy.py:41: UserWarning: upload_image is deprecated. Use create_image instead. warnings.warn("upload_image is deprecated. Use create_image instead.") {30} openstack.tests.unit.dns.v2.test_proxy.TestDnsZone.test_zone_abandon [0.070441s] ... ok {30} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_user_projects [0.059866s] ... ok {17} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_minimum_bandwidth_rule_find [0.069699s] ... ok {1} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_with_stack_name(stack_subres) [0.068446s] ... ok {27} openstack.tests.unit.test_resource.TestResourceFind.test_find_result_name_in_query_parameters [0.232510s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:48,213 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,228 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,237 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:48,247 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:48,269 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:48.140222+00:00", "project": {"domain": {"id": "771ea9fcd9ee4067a05047c69e799742", "name": "f04ad7ef50f5491b86013445785992da"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "cd0aed59f44144a1b1a62b6b457be61f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "db2844d46aad4e52b9ff610192e7742d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c1d81e22ef534f3cbc2bc6d61b29371a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "27496a10ecf64e2a862192039a9916cd", "region_id": "RegionOne"}], "type": "identity", "id": "c79c6138dec8413b94b6ace04f69baac", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "102de349eb8e4b59854017a982c2f998", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "09207e0a77d04640ba7edb026d46fc7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e97f8895a2a447b597c61e24e7a622ff", "region_id": "RegionOne"}], "type": "compute", "id": "19060d03e9114306825bafdd672cb524", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ee3d4e060b58406ca691f2044e7de7c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0b1b3d3feac14455b1dda5462aaa2cea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "fbffa3ecaaad4c4c8dcbdf29b6e6ae60", "region_id": "RegionOne"}], "type": "image", "id": "cb13f0a5a0614e1584a7c14e6e2c0977", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "11cf77ef5e4a4c35a55c6778a80b5f74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f723dd1fe5714b24b40836d7203d26b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "77ddf1babef6490aa5bd00aa9a423b8a", "region_id": "RegionOne"}], "type": "load-balancer", "id": "fce73ef16f73499ba0d3a411eaf4442a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e11933d954c34116b8638ded20cf7f04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c9248340c5143bfa32550aea670fca9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5531cf2d198d442d9dc188d263c2a3b3", "region_id": "RegionOne"}], "type": "object-store", "id": "f297fb2d95a848ed855dc3c4e2041221", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9025ce68d33a421da0907be9f5c6c78e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ca8bad8b2f404b9c9884d088dffbb00d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b04985259eb34851801849d7282a267a", "region_id": "RegionOne"}], "type": "clustering", "id": "3ca341ce3c9a4eafbe298e146cc9a963", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d1d8c8e2dd5d4243ba6ae4376bb69015", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "81f36dc3f52c4ff99fbdb91acd88d490", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d335cbdf18224826b993081ed249cc86", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a01adcbb058940af8358a14232ec45fb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d52f2fd36ba74b64b0c24af02b2bf573", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d86e32028b104341865e389b0767f48c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "90cab561c9534a6786bcc07e336c95e2", "region_id": "RegionOne"}], "type": "cluster", "id": "939c5fcd44b244ad8590b68010027ee4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "af58d591496e405fb1b58dd8bc14f006", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b67f6137637b4fcea20165f3942eb8f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "525b4b8b286e4a8fb685039d3d4974be", "region_id": "RegionOne"}], "type": "data-processing", "id": "c4b1ba330859468b9d4583c543b8828a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "189cf0e32ec84b819327990999e14d49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4924e09804f242d0848c8044e4dbf59e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "94abc5d28add46cd8a7526cec5b01eaf", "region_id": "RegionOne"}], "type": "baremetal", "id": "f836eb3b6a8249b198e3291c70f81f58", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "446c24711ca34e82aaded6404b6ec285", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "576469ed584a48a2a98dd41cf84e139e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "01a70617461540a4a6c24488e089efdc", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4002b82bf3b54fe7a6b2eee7d69d865d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "06c5fecae34a47359d9c02b6e7d251db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "714ce5009ab64e75b26677dba0709427", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3e2abaaad8fe4442803a111628c993fa", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "19b4c9e5170e4988a50fb62080e2cff7", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8d4d0daaddd94447982a10ef0ba1c84c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "72f727a9700846c1b99e52ee0c2799d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1e371c0a68fa4480a7c19da19546f0d8", "region_id": "RegionOne"}], "type": "key-manager", "id": "03b0888e63724fd48c0d4f21865d790b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3a31590ac80a418fbd3575dd26490e36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0a2ed08250fa43d2b683c1bb3b34ea75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e2e551b14801408ea81e168ae99a0cf1", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "74752b30ec58498abfda95fc4c3995f4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "26732f86c62846b0b49af34ff622a0d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b7d8e7eb97e24e04a7e86e3e8f2ed868", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a949284a8b8048418e3cddf110c545e5", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c75511822b074425bb182bd4836eeff0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "acdb2a34511f4b3ea4a8454543d0f2c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7b486fa36910475686968b20bf24b99e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "226d8e7030364c37b409b62503ff4c06", "region_id": "RegionOne"}], "type": "message", "id": "29898ca535f54a1b9181736e9cb61c5b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3c63dd4ebb6f4bfa9e2ed582cbffd090", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e608fdb19c3145c38ae0dbd1f9557a18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "50768d849ce14739a712c14e4a277d68", "region_id": "RegionOne"}], "type": "messaging", "id": "0488bfaa56e54c98bd76df19ccd843ba", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8d706ab5e08b4970a740c96fbcc04d3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "30774a958f474122ae346a7b5bb71b53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "28b9afdcb4884f9ab4824badb646daaf", "region_id": "RegionOne"}], "type": "application-catalog", "id": "10dfbfaf97674ff78ec409647ffba694", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ac93093ed6384d76ba78c1406c927869", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c40e9731c5fa45f0bc18e0f98655d0d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d11037900bce41d4957d9124db581c3b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b79bfbac924745c48566ee47440ea333", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71baaf7ffbc445019ea0b50fc1f40022", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "45ffc1da359f46dfa26cf75c4ee8f300", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "391ebaedffbb4c6899cfdb4f857b9640", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "13494a534a9b49c19b4e176368d3a10a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f4106493f47d42c58902b76cba8ca202", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a618e517b7454c52a372a9847308e4e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "97afe56f2dd5467f91f2060191093525", "region_id": "RegionOne"}], "type": "container-infra", "id": "2c3dcdd433ea474aab5110b0ef5507e1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "3c985f60399c457c832aeac59a85a933", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a1e1604c7fbf430e9e3710cd66efc6a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5a8d344a0e124a19854ea4759cd57344", "region_id": "RegionOne"}], "type": "search", "id": "0e49a8b366fe4db087f88a468b4d5623", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a32772e8d9ce407491a7f1f67f45889a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9597035b4d544c43842935aeeb1b2d46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3b83a37e50864be58d0402cbe6163358", "region_id": "RegionOne"}], "type": "dns", "id": "29a06b54fe80412383548bd16de2933e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dff27b0fb3b64719abe1426ec5fa86f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bc77de1caa3b404d8941aa14e20fafe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2a97cde66a0143a8986de182c312dde2", "region_id": "RegionOne"}], "type": "workflow", "id": "9cb8fe1a8e61429fb9ca5c434cbd52ba", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "352e099a4e7c44748a3a7bcc2904a35a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "172c18e8c6d646a2b99eb9edd90e4f13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "919e3f8870d84838880b71525ca858dd", "region_id": "RegionOne"}], "type": "workflowv2", "id": "45882b11b5f14ff89521422c38597be4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "db699f2502d04697b2701276481fe6c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "78dcb0c52f8e4d1fbb97120d8c603052", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8866a490b1b542689295ab7d863cc026", "region_id": "RegionOne"}], "type": "rating", "id": "09b81676dd564627be06d23678e6af73", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "da819eee5864493b8a775275b96c4c76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9d77a730f1244670acd0f414e90fb847", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2b0ccc0f20fa4cd0b69031b26430a9bf", "region_id": "RegionOne"}], "type": "operator-policy", "id": "af5187587f5f435d91c23410490e9be0", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bd986865387f4990b0f40674176b3d72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "aba3190c01a64232bb61e41d548750b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "28b161b2738e4d7dbdf62efef49954dd", "region_id": "RegionOne"}], "type": "policy", "id": "accd3470f2824349bb45ea31a4126793", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "adb49d83498641f1895fe8314ca3a814", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6d1c235f88084d63b3b629211f37b98d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8c3b24f6d98b493cb1aa99cb536556d1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9ab790268464411384ab25dd0e32cc61", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a722301fa671479cb1dcbe5335406a4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d8597fb6302f49c5a359f910c7aa221c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4261e4baf83848e3b1616c2ec7679ee3", "region_id": "RegionOne"}], "type": "sharev2", "id": "2c433d4bb17c46258b0587076a810569", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aa065e66c612438ba94c5ac40164e859", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "504a0e8068974e0ab0978a07945c4444", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8c5699e55c95498b92f88d3c72b46f46", "region_id": "RegionOne"}], "type": "share", "id": "0d974ce53664412f9fb2354a38da82b8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2f599b3113ff4f3c9a59f6c087acf092", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ebaa64c446804881b52b823781680339", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a9c24cb389b6494ea47df502bbe9b9e0", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "302a7a240fbb47d6b9fd957cfaf3076f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20f2fd123f6c4cdabc1de1be3b335a71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42591577c6bb4624ad70a9023d4187e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fbc481cf475f4501aaf89b9de35e17e0", "region_id": "RegionOne"}], "type": "orchestration", "id": "56026911fd494f5c8f3f4af100a85960", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc3e2ac6822346b9b4208bbe4bf2b3a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d587e694233e4f309adf768799ae3703", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2386e1a5b66843779369caa838785e60", "region_id": "RegionOne"}], "type": "block-storage", "id": "bc0f8f1bf0d34798b84976cdb9c66cd9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fa56c12082245c3bf769fa19fed23b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25c524efbfec4424ab1f31011fae1f62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e84f334a42f54bdd88fe1205d480363b", "region_id": "RegionOne"}], "type": "volumev3", "id": "cd140dcbe4784445add913328a890ece", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e25b1a7a8b24b1a99b86772f1ada295", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9fc9c7d26ee4d89bec8f873aac34b64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c881ae3accbc41039af094ab4208661a", "region_id": "RegionOne"}], "type": "volumev2", "id": "e2674526c32d4bf1bdfd278810329709", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f2863e363044f64b24e8c2ecb41dd36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7daa823438a48f08d36009e605601a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61c2be7b592c4eb98e316ca5ab7c2240", "region_id": "RegionOne"}], "type": "volume", "id": "45e4244401e74c099faf46980a5c0b26", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90d0f32928fa449a885b8ef5ff7f5630", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "992d6e4be1c44bcbbe2d85a978f38aa2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f50195e90f654e36abe83f55fe6bee5a", "region_id": "RegionOne"}], "type": "block-store", "id": "781bd9fe5038470e95e4d77b58e85678", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f9e60bfdbd0e412ea7e222157e90f93d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ae0b9cacace34b859610b4c66d06a990", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ee5cc29a07d34136a426c8be81b666c8", "region_id": "RegionOne"}], "type": "alarm", "id": "beea3b3a13cf41558921d7c107a76a28", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b1abaa4c311c4c6e88d0f70c60765a50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "422f9bfc1fd54d8999f6941df461a5fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ecaa129270f84ada8ea0fa5b815ce558", "region_id": "RegionOne"}], "type": "alarming", "id": "b5781bd497ca4df0925083f1f9424e70", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f7d317875e55423da21fd435d75ead0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ebe86a5e6975417f88fcc23f11996854", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b5ec905cd1d3431fa735e7394692dbb4", "region_id": "RegionOne"}], "type": "meter", "id": "4812d7780b9748c4bc1d14fa701b40c6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3803f9a19b9641d09add81d89024c214", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "943cda9b87cc409ca482f92a8fcadefd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a1ebd53ff7b6459895bca4353950803d", "region_id": "RegionOne"}], "type": "metering", "id": "8e22b574eb404a4e8a46243798847eb9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "468b211a8d6f4cfdaec2a2a84e6fb9a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b931b9f043534fb99097921bd7a79468", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "495511ea9cb34b5888ce382daf386c26", "region_id": "RegionOne"}], "type": "telemetry", "id": "dfc31bdac4f14debb3c1add5c7be2678", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "69343c5a6d964361aa7c20524b868a70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "22edade0323141f0be36d675bd8c660c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "59ddc6643e384339bbd7778e317f451f", "region_id": "RegionOne"}], "type": "event", "id": "c4f83cb509c448e99cc8877f4835507e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "546eabb800a04c99b74aa080763cf500", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "529f91f801fa4ee795f7eb67c01cfcc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "31b56be0787248999315d299156099d1", "region_id": "RegionOne"}], "type": "events", "id": "0836a6dd474c4a8581a398913e5dd03c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dec1c50655d04e539b023afc46628a4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f14c2790efcf45c493007368cff55e02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c4dd671c54f34f2ab304fc4217d13691", "region_id": "RegionOne"}], "type": "application-deployment", "id": "fc4beca9a7da4eeeb8837de44df77ea0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9c7cbf80b6594088850486712fb38300", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8f2f8f7c14ae40c898d0c23fbc72b995", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9a0a325b20a442b29eac3a67dfbcd056", "region_id": "RegionOne"}], "type": "application_deployment", "id": "eb88d4972a57436280afa9e8a9766ffc", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4dff5b0956a047a49d299e65286086cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "06b6443de98d41b283970d8f7105e5d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "baa136c98f154057b9b6d5283c08b759", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3b4c084a7a734f25acc05f25fdfa4e02", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6b065b167146428086d60eee217a0333", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d3c22aad3fa74c6c836862fd4bbabb6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8ee424550a144f218fbe3eb13bacff5c", "region_id": "RegionOne"}], "type": "tricircle", "id": "f5b5a7dd8c8b4ffb9a775e8a710bc95c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "cfb317e296ea4a1aba28a7b87622abaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9a8459673b8b4f6faca3688822bd2489", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "26c0936a96f946d29db4622893cec7cb", "region_id": "RegionOne"}], "type": "database", "id": "ddc8a20f1d0f43448feb8351b16437aa", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "61918848bac74becbdca4825fbc617f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d5617615fdf04e078e4d8916c35b2ced", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ce9eb877f1c046cbaa20c630309859d2", "region_id": "RegionOne"}], "type": "application-container", "id": "1f8828b4c2064cf1a823d09efb10e632", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e08dd8d03a1d46b9b6d4057ffe15dec0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cc3cb1b077e846aaab2b186f7e0745c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b3625be8f9214c7b8b0d827dfdb6803d", "region_id": "RegionOne"}], "type": "container", "id": "15ace94a9e4d4156b7d2801d3f114da4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2f23eb9f6ce94321b1d26b8c69cf33d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "94f9d5c3bbd64ea8a33bcc00cb0b4fb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c0082b55809f4ed49a3e4af65d62f4f4", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d4b880a5f0bf4188ba2e611125f2b998", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d44c8422f9c34b50b5cfd741d1cb13a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d5cdf619926248889b0bd70ea7770e8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "daa22635cc5e47c1ae355f6e73e57fcc", "region_id": "RegionOne"}], "type": "rca", "id": "933b823cd6a440cd8a3d12be7bd7faa1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "058bcdaec7654994b3b943648dfeaa51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "dc48c0efc68b4fb091a0535062aea115", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f8322c74b93146ba81c7dc083f6f7bde", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "45f9477ffb044561b61152f00e72aa83", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5023a010221e43a7952df4921cee06f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c7091f6a4f14487bba4c05f31db12e53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "106b9991e8e944f394e7e892e2d05347", "region_id": "RegionOne"}], "type": "network", "id": "9409214d507b40e88995e5f380ad2be2", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "4e3a8f275d7e49d88dd95a453dc9b077", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7ebe7bee285540e4af5adadc718b61ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "46276d89c0ce4e83a3cc709ffe84d9da", "region_id": "RegionOne"}], "type": "backup", "id": "06d76e6e53c0482f93a8109a30d2f2a3", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6d9d6860f6cf46f0a33f6f889f2b65c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7ecdb1cdb39e41ce9a7cf6d1b63c481f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1020915febe143aeae2d46b9ea1833bb", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4a8f993795744f9eb91ed5dad3c5845b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7acc7bcd2940484fbf32ae22bad429ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2f3b8279f1c94ee4b247e73ab26b7d21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e21de6e17509455c9d72cc67e4990358", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "fb6c91a4fc344a6aab735cac09668176", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f8d5aa7e444e4fca853cd0097fe4abfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e021e97c6cda4cc9abf7661e02d8d34b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8ef2b17dae414ab28a0a13179f227fff", "region_id": "RegionOne"}], "type": "monitoring", "id": "7b22cd7c561744daae6c23b5e1db1d71", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b7afa0f56d5247109320008127c404e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f3a052ad2c6543478ee34900dc8b7d87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "efbfbd889d1d4fbdab9839b425d47d17", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "bdd1f61b675e452bb04fe487fa6ec187", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5416747a2e7d447bac5ba252bb2f8e13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1aa059bfc7714f7796274ca08dbf670f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "78189def65064db18b70c110859adee5", "region_id": "RegionOne"}], "type": "placement", "id": "f4facb601f5343d0a2bb843a14e8a408", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d715b3ad3e45486db560b85ee18c833f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ba1f5d4bcaa9442a814a909d330d77b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c1ab4d6dd2654cc8bf598c027f41ddac", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e3c549c85b3049178a92041df1628183", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "05ba5f8cd0e648749f47fafb28c1a2e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a79810e21f3347a29d105f3c3d3e7d1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b6ab09dddde9437fa0ebe711b7471d9b", "region_id": "RegionOne"}], "type": "ha", "id": "f6f21a7882db405882fdc4ed7e56627f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "06a73bb5767c4dd8bf72ae34c09af906", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d5240992e8234de2b6338b1037c36a74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d2485a09c4354caa9cff5c457f6a7306", "region_id": "RegionOne"}], "type": "reservation", "id": "f2b1d9556e364fb2acd3d8e0365ce25d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b61ae1f2cbc84c34adcd02c4751e2557", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "35f40103d3fc48c297a54d54bf5e3290", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "09906e913b99421c9a5849f823a9bc03", "region_id": "RegionOne"}], "type": "function-engine", "id": "b5559de0a8984402873041eb7ef107bd", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ba6d5c1c39384b0999d0d69b4a6f1e5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fffc07097c284b279ad1ea0cd919142c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1fbf1d7de4ac4cc4be4fb84c8c00150c", "region_id": "RegionOne"}], "type": "accelerator", "id": "db522da97d4f4b628e567b6a20982626", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9296e0b9cd024e018d0425add65a2775", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4de2939b1ad3472bab86827a6f4c8a7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0a997402b98b4dbf9f5a6108dd77ee7b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2e317047368d44e1b93993b5596fce47", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c296cb9b882f4e7aa0bfd490d598d068", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a91b6e5e383547aa8f5bb80cb68b3d09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0292b7bea031480e82aef1306728b6a7", "region_id": "RegionOne"}], "type": "registration", "id": "3dac9b130a7941439831c92266fea5fc", "name": "adjutant"}], "user": {"domain": {"id": "ffdbc58f422f43fd84ecc9939037b123", "name": "3d2b4938e32046fe96c2d3b742991322"}, "id": "6af893abd9e647f69d3bba97ea0def53", "name": "553ad6d627434a1ba2f8ba3efbf100c7"}, "audit_ids": ["7412d2872fc645c793288a4764158dcf", null], "issued_at": "2019-09-19T09:04:48.140222"}} {9} openstack.tests.unit.dns.v2.test_zone_export.TestZoneExport.test_basic [0.052130s] ... ok {28} openstack.tests.unit.message.v2.test_queue.TestQueue.test_get_client_id_project_id_exist [0.069535s] ... ok {11} openstack.tests.unit.config.test_from_conf.TestFromConf.test_no_adapter_opts [0.083790s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:48,402 openstack Disabling service 'orchestration': Encountered an exception attempting to process config for project 'heat' (service type 'orchestration'): no such option valid_interfaces in group [heat] {13} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_create_subnet_bad_network [0.235207s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:48,280 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,286 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,290 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:48,294 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:48,310 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:48.213833+00:00", "project": {"domain": {"id": "4df60624b5f641a498caff8c0f6e77e0", "name": "b6bf0f961e984acead12695b2e52281c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "9fcfec5ae73f403ca837409b183fbf43"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "73b39ff2f8bd488c83af36e8f6401c42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "9d2bdd8769f946b2a3d270b4acea1b75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "042193abf2874d2a85afa33a6194597d", "region_id": "RegionOne"}], "type": "identity", "id": "7fda2a5eaa9f49c5a96d82096ec324cc", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "01f651b43c924813a69282c1ae99b518", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "dabc2a726d1740b0aaf9953074f7f661", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "1390584aa39d4bf0ae577739603e5f63", "region_id": "RegionOne"}], "type": "compute", "id": "db35801a5b364bc7b4d20129172d9e08", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "eec38ee4a0ea432386632c2d80e3638f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "eb7a3b678a944d828f7b7e58abcd8baf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f1aa816107ee4cb3a29152ae3f4a0d51", "region_id": "RegionOne"}], "type": "image", "id": "1a15d4b746be4ae5a18b36d1cc24d5e6", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cd99c47d72c14c74904f034aee94cf44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f3b4342e2ff249108ad1bd98491dd15e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "47d03e187dfe4e70929deafd2fa8d4e8", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a12acf7c334f41bdaf309fdaf5aa9d5c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4ce3cb1745c470e8ee81b7002cf2ff8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a91703ac07f48eab4a40835603dfcd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6284b57aa3ea4a2494c49b521e8045ef", "region_id": "RegionOne"}], "type": "object-store", "id": "a22c74cb062341de983fc9239768eb67", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "08f6db00c7ae466b98facf8f2afcaa4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "736baf6130dc49fc939ebd6b9bbd6d00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "11f7a6d4647e47e38a82f5767776d5e4", "region_id": "RegionOne"}], "type": "clustering", "id": "becfa8e0e9d14c97ba731a1626be9242", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "caba564ff1374a7981df3342779171dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4cc3df064ba445699ed762db41fe9dc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "01417f4866464f8f848c64396c61767d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9f282cbfc2d442e7bac01a4f7e673fa8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "45fa0b532a464303a2a54e47dd9a5163", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "534017f9863b4b7ea354f4a592a95233", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3957b175796040d4abe74d0e7a473592", "region_id": "RegionOne"}], "type": "cluster", "id": "6523a21cdb974cdca7729caef4b8c328", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f90c137ca9554b05a1d91acf851c97ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "48add67d1d754cb3b156278ee1e6e6ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b5530ca2cdc94fa899dccbb06ac31602", "region_id": "RegionOne"}], "type": "data-processing", "id": "be172dd31d2d459f88a7b64cc44d21ca", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6a0db011097a46f5aa91acca90d5c948", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "24b286940d584e6caf9ad27acae56f78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "93c2753f1854464fa221aba74ee5d98e", "region_id": "RegionOne"}], "type": "baremetal", "id": "6449789d7e444b64966e0e9a53852e13", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "58d78a33241242ea92ca2b8e358501b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0e150a7c38b14c99b9bf7306e848f704", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4b71123d76d041d6916ced76b2d22436", "region_id": "RegionOne"}], "type": "bare-metal", "id": "fa707b1a0fdb48379a768f14e292035a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b78e44a74cde4b62bac02b257ced5862", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "12d11f48b6944b76be01ff31f493aae4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0c4711a82c784a21aca2dee189b24b9e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7d4c8e6b6340457a8bc1b7e26f870051", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "aeb1a64de7f041adb71dc75993bb7f46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "082a94fbc9c547a2997039aa7c55bd0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "cc1890ba0b4247128c3b0b90b78e9024", "region_id": "RegionOne"}], "type": "key-manager", "id": "a33bd394fb814fcdaed70bb4097077b4", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ee78141cf5b44d358d9a326ddde27d23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6e1525cf57fc497aa1e541ed8d7f9de5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "52c0ae94248047b7b04ba1ed751a3bfa", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "99ab0e9799f7400abddedbe83617f988", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "53ea7f9fe1e14cef9304321045879b74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0fd48cbe5e2749e6af3e49371c60322c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4d44676cc6f044dd9c5d1ad37554fbc7", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d3c7563c0f1a4d9499600ce39c2cd377", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cccd49ebd0e94ecaae04f80b8b4c75cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f744ea8ae8d44d2b9f4aaa65a782f289", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5c17381e14994b48815ffa6e309e59f2", "region_id": "RegionOne"}], "type": "message", "id": "4a5c0410b60849c290c6dd2507c1683e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "510d59bc80674a88a5b50359259be546", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6152bc986154442ebb7f861a5042bcdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5e74bfc7e3f14486b6f7cf6ed15eb91d", "region_id": "RegionOne"}], "type": "messaging", "id": "4e3f6ccf017949bab690d866c120a356", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "bd48a6063dc14b80a7b5ce2d829df13d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "27f4971898994eaeb97fa5d37287862e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "610d6bebb2db4cda810bb98dca41384f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a6428906aeab4810b4e842dfde2dc5f1", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8bac1024d9434da18e3d30e98fbfcd38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d6995281d68499095e9bf3ef379f6a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "89be51bff6414f1f9e02638b57205b3e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "dd617ff35cc144b5bec53b457785db5b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fc75443ccaee44c9ac3f249b16265e68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c88468ecf1e4efbb0220959aa4d9751", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "49948837cb5549a9a9bd2b18de180879", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "8b41fd35d3f24c64b0796ad3b1bfc19d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e8f551648b324d1880d68f51076c08d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f5461e3237c40ea8addf57c0617b45d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c3e3277d5d344a9e9aa179aa891c3e4b", "region_id": "RegionOne"}], "type": "container-infra", "id": "643f7729809c4b7cade35ba993bcbfd7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "366016770ef44712bdf8efeb176ebaa0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "61d8667607ef45bbb30eca15fe0519d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "68bac6bb02fe442397ee5c7db286e296", "region_id": "RegionOne"}], "type": "search", "id": "edcb4b337a634b17a4a644207aa60c0e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "cee9117fbeb049a289a569c4fb12ddfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "cc36f71971904a698aed9ec5148d71b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "af8d852ed81f44abbdce97edb29169ed", "region_id": "RegionOne"}], "type": "dns", "id": "d54f7a1466544ce898ea8c15a046ed4d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "537baa8c32a6494d8a7ae3b4b0f97b32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bcadb3bdaf6747259f5e25889947f7d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "141b25c84c45484090e9aef777e366ad", "region_id": "RegionOne"}], "type": "workflow", "id": "2746841f9da842e199bf37525ee8e14a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a4b0684b736748d2aa5e3c24cb431384", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "613c9dbdcafe41d182da7f44ffd24bdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "87443f8c92d54cb58abccf7ea45a71fb", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d8b1f33212fd4e3a8a5d0f1b1dbbea97", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8572ef0cb57a4f04ad4352087ff6dc47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c1ddd711e11b43cebb9c02d1ce67636a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "94a5fbab7a4d450c881ed16876ffac8b", "region_id": "RegionOne"}], "type": "rating", "id": "b5361d575ae643b89b34cca67cbea7ce", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f7dde61a91db42469b10f7111af6335f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "20cbfe0e10014c79ad9c84b9fa8f9f93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2b8bb358cd9d440b9e20d9b110cb7c0a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "82f8873cf21d468886d587ea54f887f5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4bca5c8a8eb549ff9b84de221a26e97d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "667b3157f87441298c4937069189638c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2105e22d23754abbab5a6fd499ede30e", "region_id": "RegionOne"}], "type": "policy", "id": "7dabdeec1a6640118824d9989dc5b83f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "864703b2d693406fa7f41be878139c19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "39a873a884e14762bb7f325b0df0fc03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5250874f87c0421e846b1f604b41f7de", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5a9a6253a40d40e6ad4b81d290506cad", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4bfc1c49a48644a4b529cb7bd6914ec8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cedc0b2965c044789dd305fa2cbb8ac2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fcc61b8fecbb4df7bb5b500541b553ab", "region_id": "RegionOne"}], "type": "sharev2", "id": "e70cba9394f0479f9b55a2cb83938767", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1a16b56b03d040fba4d78897d3f5e3e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fd252725d9224ba6954e6f184e9df8cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0f06bbb80b54422787dff14f01a3bfaa", "region_id": "RegionOne"}], "type": "share", "id": "c63e55085a76482ea774863e5885118c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9993af8bb1524e7eaf2a2ecd46fcdc73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c6a0316c96be4927821a6d89e6703eb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c5b240a3db94427ca5f6960b02a31e44", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "93720b74bd7749c29bd597e233379c51", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a47b08312cc4c7d9bf3ea2f3cb4cc5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1eff74e6125e4132862434cea0fc75ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2a762fa67e4463aadbd4cd24c82da77", "region_id": "RegionOne"}], "type": "orchestration", "id": "7fdcc3a533de4bcdb12c8173a849ccea", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9aabcb908fd84bc6a6e6bf3afbfff2c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a86be8aff3bf4075a839412e522ffa83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fbd3f04ea3247709a98c92a2a0d575f", "region_id": "RegionOne"}], "type": "block-storage", "id": "dd5866c2ed3248d38591cfabc5a2c9cc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2aadba32324b4236b14bbbb1514e9bb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8104a1f2d0bd46e89ef870f43fb1e9be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "942c9b8a26d74eeb9bba3ecac8824777", "region_id": "RegionOne"}], "type": "volumev3", "id": "43318b43cc064329b78c637959b0b700", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a496ae78a69d4082a815784feae05da4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae43c6c3f98c4dce85e6a86d5a33b83c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39609c5596a148268bc03309dcbd5e7a", "region_id": "RegionOne"}], "type": "volumev2", "id": "69c20e104e63438e89b8f7a2834be943", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1244060381cc43cebcccbe044295df97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7eb982d60be44e0da81af7d905ed3085", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d63d2310902486aa4452bcdecab66c4", "region_id": "RegionOne"}], "type": "volume", "id": "60dab33d3df943c08c688f9854a2ac61", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d8eb068cf1a4afc9c1a9429392dfb6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c0e5a76faf04aa297a3cb78ec5cd0f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fef417239c747928b885abc48ad8d8e", "region_id": "RegionOne"}], "type": "block-store", "id": "11ad72462e7b427c88f39f1b6abbf562", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "966d22108e4249f1b46fde26f53cfa76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2b5a4bff98a44353a2e58a9e92753c7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3fd9841c9d4a43a4bb6338b13a288a07", "region_id": "RegionOne"}], "type": "alarm", "id": "9976a64a15094b8eaac24ce345c69daa", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8c7d7003d4104f5e8e0af90c1e25aa43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "180c690d5fba4693a3183da9827c584d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cbb23cd1b6d2449c95d3026fa4d90b18", "region_id": "RegionOne"}], "type": "alarming", "id": "d051f5fdafb547c6b87169806da553a6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bff2585eefb54f8cbdb5500157179c78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bfe1154118f747169fbccd188845f7d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "36e0e57d946548279dfe7b82117dcbd3", "region_id": "RegionOne"}], "type": "meter", "id": "cdeae526eebd40f78c0c6e8927594745", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9f6cc384d50943cd8fe1e865b4fd2f27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b7998ad38f0f43208b205b9c756bd9b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4e52cfb88b0547589342697062463440", "region_id": "RegionOne"}], "type": "metering", "id": "45b5a79b91284fc69254a25d38067e76", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cd48491713a74cc2a0ab4d497a0041ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1b7cb07b1b6c4c4492c20d891e92ab87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e88010c040e84143a1a14a16221d092c", "region_id": "RegionOne"}], "type": "telemetry", "id": "a98248aab2b244d8b867afdc1d6aabaf", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d94b6aefbe16403b8b847ccf57a78926", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "dfbfca2aba85412cb4a4da58227aa3f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "301e9db7f58a46058a028703a0831089", "region_id": "RegionOne"}], "type": "event", "id": "41bd1d16ce474ea384c40fba4f128267", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "93cac07f7575471b8da83332b7f2e5f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a504a2bd88684f9b9e4e8863168c6616", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "15e014decfbd40a2a620e4f2bc6998ac", "region_id": "RegionOne"}], "type": "events", "id": "abd7c70f72f34ff2b3355dcbfa6b98d8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b24eeef6b8d74d32be4468b9510d2f6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dfc9c1de0d31420b80d377539ed8dc76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7932b8ead6774dd0a111c3bb4f5ada05", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f48bf8c56f924dc6a40022de5f22c84c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9876317818d147c495ca9229a3dea7ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3b7debc328114642b0b0c8319601f5dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "db2900422c694f5f8b0dced55868ba5a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a1e1fb9779ec45ad8f8bd179667382cc", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "afd94c2cac384fb683ac2c303869f42a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9f09865ce8ee4609af9dd7159028ad4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3f8ddebf55514ee5b8951574f91f8ac2", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6e7bcd47a5e242f495fdb7b5dc093a2c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b1eb91331ef14264aaf20c4ad8ddf475", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dd03b3726eb54cd88352c883c05d051d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "52777a08f65a4c9e8d80dd590e0ee7c8", "region_id": "RegionOne"}], "type": "tricircle", "id": "92f5a70832f4402297143286aed5198f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "21f3cfcf2e5749ccbe2598c67c6609ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "61d398e03805437f9c2d1a40a899bbff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "528d3aa0be074bfebea79b7bb570bedf", "region_id": "RegionOne"}], "type": "database", "id": "26951e1be1374c4caddb3451e8cd8be6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "52e9afa471464e1a99e13cd25bb0d809", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "acebfede47134caa8933cb029031da3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cf1bc7e2c50d41aa99538fcb93b5bc3b", "region_id": "RegionOne"}], "type": "application-container", "id": "35e7c60295bb458391223c9279536dc4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a57de5a4144e42aa904df6281359c593", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a3d3f3a68ea44cba9275f5316e289282", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1267e8637bdd45ab8b8bde90ff695f58", "region_id": "RegionOne"}], "type": "container", "id": "44ad72bfe9164df4af0978109c764f53", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a2ffc438e09c4f8b9f857e39d28a91e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "474c9ef815ab48e5bfc969e0eeb4caef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "46beeb063b144117bb1c65a68300d218", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8dc7b5e6a0d04e56a6c417915e0c4423", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b06cb5b3999d46288b66d4d4baca69e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "887fc500370d4a678d7c00081fab83f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e91bf7334ecd41af822076a3b9a02063", "region_id": "RegionOne"}], "type": "rca", "id": "01e0db99f90e44d1b37515b0c9dc7183", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7d16e0f205914c00b88b1437cb81ba82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "62d9e2deb98447c1a3f7fd517d7d4041", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b5de4f0104b54d0998130377ec2776e3", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f1517d97ace143d49546c384db0de3e9", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9f982fbbb48f4493b31b706c90d13d53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bece9f736a054ceaa694c87c505431e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "09754b89f9324cc997811132abdb1afd", "region_id": "RegionOne"}], "type": "network", "id": "f70fb0dc44e541e99ba2f539407759cc", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "0c381f28df6745ba966d5239290c48b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "668f9c094d8b4a5f8eac70460ed4f3d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e9305d3e92134d298c5e74338a957ebc", "region_id": "RegionOne"}], "type": "backup", "id": "e105b170d2374b10ae452a66ff9be9b2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "428d419702494f788faa701e6624301b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e9b05ce9038c4223a13805892751b1e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "36e5919a42334ba7ba041389c417aa79", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "cab7cd338dc04ae6a2286ebe1a8e8201", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9666d49a699d4faf918cbf8c6974571e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "96f92a16147e469eb4986aaeebffbfa1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "48b489e9c2024b44b2ffb579370483e2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f509cc85f4ff458f8c5d50c4a9746891", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0b7f11ad290342e1b4f14d434c686835", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fe64859506654f23a216ee05110ce770", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2fae5406eb2a49a7ac1f2ac95194fc08", "region_id": "RegionOne"}], "type": "monitoring", "id": "0049b3a19e39485380bb481fe394bf91", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a31fc19bf5c542db9274d82398f46288", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d175d8d2cd844b8a9b026ec14d9ca6ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "0550819a72c7465c90750ede5399b244", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e0effe6141624f949f59041581db2a24", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "fbaf3dc3a56040b699e163734f6f4dab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8df5af133fa749daa95a80a41a8fe3b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "183a39f50c2643448c5282d63fd8a415", "region_id": "RegionOne"}], "type": "placement", "id": "33c0a202546149988406118a78946a29", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "37a6be9d828f4810adce11fb41a3790a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6309364977434d539cc6b8f91e057e1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4d1762ce1a544aa188891a4ba148e7a0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "daf268a9aa0d4c5d9e00f417078c13b9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "57a677f95caf41f8af4ad7eeff8f2b6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "00c763db1a134cd7aad1947fb586c816", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b59f4c23c83f4d69b4b872941ae068a4", "region_id": "RegionOne"}], "type": "ha", "id": "b1ac238278d4469b98d1a1cbd519fb1a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "228a7f7dc05a46dab14b30ad874f51af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8b2a1a30c2ab42f9ababea82603ff6e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "02853b6522b449cd924b9718c1e37db3", "region_id": "RegionOne"}], "type": "reservation", "id": "830af590aefe4f6fa45021755253fccd", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a1cdc576541f47d2a16f42307848e37a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "66cd2c09564044c0aeac4eb7fa5fc4e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4d367a4d592d4fa0a1e7f4c254bbb536", "region_id": "RegionOne"}], "type": "function-engine", "id": "b3df267f8f5d4caa8272af7357a432b1", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "04b2f8c359b54e1a8eb2247edd29c4d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2736d75a813c4b6abcabe64d4537b4e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "00198a0b156e4166b3b8caf21621994d", "region_id": "RegionOne"}], "type": "accelerator", "id": "a378badfb7624145baef4426934603a9", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "25c82849dfd7413bb31dd5d2b1b0e678", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5cf8d89373514bc3b7135e1b03b596ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "dae684fe85ae4d4f98c99215649526f9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9d167f521473416ea35e898084d0bb11", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "81b5242041f5470bb7d8d1bf13f00244", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "256a7c02c57f4202979d045b798ef7e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b55c5ebe8f3b4d21b2ed15022a7a1efe", "region_id": "RegionOne"}], "type": "registration", "id": "a79a482ac2e3452a95a546273a8b3998", "name": "adjutant"}], "user": {"domain": {"id": "b28f7cb64a9844849e14fb9b72ff76b7", "name": "4741db25aaa841eb96e3bcf44a224431"}, "id": "26538407e6c742209880d69951505481", "name": "4ea69318919644e284e2d637a8b1a659"}, "audit_ids": ["7f9e66c68a2a41baa842edf0a69fdabb", null], "issued_at": "2019-09-19T09:04:48.213833"}} 2019-09-19 09:06:48,431 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:48,438 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,441 keystoneauth.session RESP BODY: {"networks": [{"id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "name": "network_name"}]} {1} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_software_configs(preview) [0.061399s] ... ok {1} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_software_configs(sd_metadata) [0.051134s] ... ok {1} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template_invalid_request(stack_act) [0.059603s] ... ok {21} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_orders [0.066754s] ... ok {21} openstack.tests.unit.load_balancer.test_member.TestPoolMember.test_basic [0.190021s] ... ok {21} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_health_monitor_create [0.066681s] ... ok {21} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_l7_policies [0.059507s] ... ok {21} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_l7_policy_create [0.062592s] ... ok {21} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_l7_rule_create [0.071844s] ... ok {5} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_template_with_stack_identity(stack_act) [0.068393s] ... ok {5} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_software_configs(stack_act) [0.062025s] ... ok {5} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template(identity) [0.069058s] ... ok {5} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_delete_stack_ignore [0.066867s] ... ok {2} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_software_configs(stack_subres) [0.062994s] ... ok {2} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_software_deployments(event) [0.065527s] ... ok {25} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_node_update [0.065083s] ... ok {26} openstack.tests.unit.network.v2.test_auto_allocated_topology.TestAutoAllocatedTopology.test_basic [0.060032s] ... ok {26} openstack.tests.unit.network.v2.test_availability_zone.TestAvailabilityZone.test_make_it [0.063431s] ... ok {26} openstack.tests.unit.network.v2.test_metering_label_rule.TestMeteringLabelRule.test_make_it [0.064374s] ... ok {26} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_floating_ip_create_attrs [0.061518s] ... ok {26} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_ip_availability_find [0.059924s] ... ok {26} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_rbac_policy_get [0.050197s] ... ok {26} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_get [0.043608s] ... ok {26} openstack.tests.unit.network.v2.test_quota.TestQuota.test_alternate_id [0.048754s] ... ok {15} openstack.tests.unit.cloud.test_zone.TestZone.test_delete_zone [0.298697s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:48,329 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,334 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,338 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:48,343 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:48,357 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:48.263023+00:00", "project": {"domain": {"id": "36be0f3765574f4fb869f0947c8f9ba7", "name": "48e25944041a469bb012942ee0c4cdee"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "90722e8ee8ec41bbb919ac87646b8283"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e6bed39feea5490fb90be6f32e0e0b92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c8f758fbef764a28a4834225e5418d6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9d232f130b6842ceb5e89597764132c2", "region_id": "RegionOne"}], "type": "identity", "id": "17036b834c2b47deaa56d7d81687d6d1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6a1f73f727d94699ae8db668dbb7c83a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "df3edc16a31e445ba8474d22b0d9c0e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b0791d5a8e684695a41dd3b06ba8d07c", "region_id": "RegionOne"}], "type": "compute", "id": "6017007c8273432d805fdbf7790d6a8c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c76c0fcb8fd240aa99d7c0700ea2d352", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "05b72d29bca442ddad22aa4f14b08f1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "36f5b83ef09b4a34a27f039d5f25e95e", "region_id": "RegionOne"}], "type": "image", "id": "a11ce64bbede49d5b0ad18071a45db6c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5679fde0832a49c9ae1a75543b5ff9ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "61af6c93b6fb439cb92f3703b6e1e63b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "add5487f9f964bfc8c10739337219717", "region_id": "RegionOne"}], "type": "load-balancer", "id": "29a62d7e4c9b43789a2c069b8751786d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63c802607b874602920f4384eca0f6bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87fb977f9564422094e20ec622ed6811", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e97b36cbd4c24bbfbdc348d0c2d12610", "region_id": "RegionOne"}], "type": "object-store", "id": "afa61f03b54e4903ba1ed1404e60c327", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f5c8ba6308fc4516a874e18ebd593055", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "87022f0e8cfc450984ee3ea07c2c4d5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e2a819e9dc0a4eb68c68cc5d8b7d2454", "region_id": "RegionOne"}], "type": "clustering", "id": "05c265d2f0604ca8a689f4f68c0af3ca", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "95a7796a888745adae5e4f7b566a5e11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "91231e00cfd34d5094e6e41dd030579f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "beb6cef4974d4602a3b9545ae830bab7", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c5abdb6ce0fc45e5956bf987e3282309", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5c6b27f5e93340698777329fcd3858e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5ad60f86d0c446659dcf979b49439aea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e4fda6418ecf4fe7a71b09b95d626de3", "region_id": "RegionOne"}], "type": "cluster", "id": "a270e7389804411a8b06ad24dc93af4f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6612209bb89844d18d3b512e2f275882", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d120d747f74b44bcb1be5c82bf90733f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "843ab889cfc648ea9299d0f8b6f56fcb", "region_id": "RegionOne"}], "type": "data-processing", "id": "713c1ecd9a5a466a880f4f0cdf925fac", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fb4284ee518c429a94f84c89bec7eca6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b3f6b1e618a04ecc9ba13a080e411a6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "80a654b20a9c4f798981ff792d27a2ca", "region_id": "RegionOne"}], "type": "baremetal", "id": "6573bd9f9dda417c83ca2dde8c1c31ac", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ed71b002b55c41919a4180e6652c8fcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f9cb1dea87354f44b15dfdd669c2f91f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2069a469e1cb45d3b12b43b371de0be9", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f53b5e5f0b65431a83cbf01577097414", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9a2a773da78146528948653f84c364a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "41e06021127c49dbb96ba7f6ca6f9b66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "38ad1407bb0549f99344fe211933be4d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d0b0c543500742088d2894b110e41fce", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4ddd4dde702d4047914082c7ddf6afc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "92f9743ab77f47b1b010e1053055ed2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7594a228db814fd7809594ae98ecae50", "region_id": "RegionOne"}], "type": "key-manager", "id": "332cbc826dc645f699ca6cfed0ff12f2", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1a24fdf355e343b9b2853bd3adc0c368", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "493385ebf8de41079d65637b1fd54cd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4aac3ba23d4141ac9ae66143fe237f60", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a583bb93214843689b201448725d5d1f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ca215ad2125b437cbd7b35b6bb936946", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6d2470396b754892bd453d24ea1489a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "502ca1f6185b4d4da94f9741ce9e99c3", "region_id": "RegionOne"}], "type": "infra-optim", "id": "050149a55b0a43efb8e21d2a052f6182", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9e921457471b437bae6876e167f618e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2efc4a0ef9bb4fc6b3ed60c49094b68e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "13de7cf5ba74471bae18b14518ea37db", "region_id": "RegionOne"}], "type": "message", "id": "2b053bdee4aa476ea69350222fc3fd49", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4e50c0dee7134798a6018dfbbe57483c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f9d3c89fda6f4aa9bb40bf2c89b60eb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "564c92a70a064aaca96fbeeaa0ce842b", "region_id": "RegionOne"}], "type": "messaging", "id": "5c49f7df37bc4fd885fb1c722457fcb4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9095ec5a1d6d4815ae118107ecd4f5b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cb838a07d77240b3b3c93cfed47237be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5f6428c0b4404bfb813c6b7a4a4f605e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "109d020b5f2b4051a87d1f0042ebf122", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4fb68b0478d34aaa80c1cee9bcf119b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b76d125b43e94847a0706d911caf7dc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b6df525d1031416b8482f3084d196035", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e2edbe2db69e4832818ae35556c3d153", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "11575b9bc16549e1be5bb6526f7915b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "11b86c0a1b754ec3a100b2749a5eff1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f3f5e035756a4069886e4e77240f1aae", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ce280db48a5047a295de09eef6a0f51a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2f7a6ce08d394189ace0920098b5ce09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f725fbb4a494656b6da62c91437e977", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1bdcaee930564f6f8033638063e02ca7", "region_id": "RegionOne"}], "type": "container-infra", "id": "b2f773473842405ea0c8d274647558a5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ceb07d406cad4e3e9fed36b54dc1a2f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "2c89b8f165394291a4fa9364f75dc746", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a0982c17bb494608aebb5b1d4dd6fc73", "region_id": "RegionOne"}], "type": "search", "id": "fae00c4344b6454d8269743232b53c2c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4cb8992a777546d39c621088b69c5ca4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "fc65a30ef2a44e7291c49cf0e76da883", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3cbbbb98e6224215b5c71a990f4a162b", "region_id": "RegionOne"}], "type": "dns", "id": "ac58481eccf54023b38bcf38ac72fcbe", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9c4438987bba4d9f800f1de0e791754c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8c062230031847e58526145f5eae1c19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9664340ec0cc419d98c8bd36c82d8cb0", "region_id": "RegionOne"}], "type": "workflow", "id": "09a51b44e1634a02abaeebfb9ae015e5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b96b576987234f3fa6c4a54e203a5122", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3cfe20268fca4500a9b9f13cb276f152", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "67a0d60b2d7f444996cf635cb7bcdae1", "region_id": "RegionOne"}], "type": "workflowv2", "id": "545174e7c3b24821847e9dfe0975eb7d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "3ad4d927be414eba9f76f7a14e49ea6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5a0c0e7eafa144e0a51c9fa0d0b8536c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8df95b922c8c4acc81c86ab94db4b61d", "region_id": "RegionOne"}], "type": "rating", "id": "e4a6b286c00348b984699a569295a8be", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6a35ef51ac724cf7b18d9eeaf1804105", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "84fcd84eb0ef44b19b3599f16f7bcfb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8a04a35fcbf743eaae41f374b54d2e46", "region_id": "RegionOne"}], "type": "operator-policy", "id": "646655d1fee24b87a67f71ab1a98d4a1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "873aef8ff927467eb3e0eed08bcd3c33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9c0d22d100b74a6ea526cd6315a2adef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "27e04dde92574ab3b743c2d332db4123", "region_id": "RegionOne"}], "type": "policy", "id": "559a7104ac6d454da3bc1f0fc7928213", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e5c4c896c13649eea7cfcbc1c8dba2eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "208f19e49c2443d3acce0b18a906a77b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "dee51a31e2844a19b6a164ba25cea999", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "296ca071257d43d49dd791159e7f06a3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "89626ef31cfd421a9178ad6b0fceca11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "85b16b4de7cd49ab9d412260098e6f4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7032351b623f4961b22feffc24c945a6", "region_id": "RegionOne"}], "type": "sharev2", "id": "22db365890124a6c8691ca1a541c40ee", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ce429f0e5cdc4091ac60310bc240b233", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b900dbf5e5b24d5fa388bfa57485b8f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6f2d3d44e9da403fae739bc03b82b6ae", "region_id": "RegionOne"}], "type": "share", "id": "c1fea57e56e04edf867e6c33218df830", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "36c5e45428474129a4ac99591da54f2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2bd7a02026dc4745b8976a25e9f39912", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "fb38d1e3fe4f44a89b4b42da15d6d1df", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "434374d30e394f85b63b285ec187afc4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "317f37b2c04949fbabe35eb3c1b55611", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4824c65e0beb45cfb8042c2c63fe3c71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50ad79e268af47f49a0c7a24d7a22dbc", "region_id": "RegionOne"}], "type": "orchestration", "id": "9b25b8c1cb134ead9153510aacc6eacc", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "baab07852f6749218aaf7c42e34da788", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1236d4e94584c3da66eb8970f9eabf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f026417c5a94cc599a69ddb74d8b927", "region_id": "RegionOne"}], "type": "block-storage", "id": "a43cef702a2c4b8f97eefda375dfb61d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "880c3b998b6a4e87ac733bba6486b4fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "470a969551d44506a86bcb3a89da63bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ef7970ee468438c92bc410a025064f0", "region_id": "RegionOne"}], "type": "volumev3", "id": "5da3c5b472134102978fcc6c76c06647", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f38cb4e5011949a6ae731e9cd59fdaf4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40d45be3294f45209727d8e7dc098eaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38e61a36020d40349e92fbc79b28ac83", "region_id": "RegionOne"}], "type": "volumev2", "id": "8d7d36bce91e4c1a8b37adbdb3055d38", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2b78c3550364a438da532695c3f625e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bbd710294aa44c7998c7c67509588e72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e948de62381a48578e1ad31ae9860a36", "region_id": "RegionOne"}], "type": "volume", "id": "ac285f663ae840c29ab73d6ff93358d1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "507399ec93cf476eaae033e5d33e6216", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7f5c7785dce482ca749da014b6a1701", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "361681dbbe804a6f9659501045ac3965", "region_id": "RegionOne"}], "type": "block-store", "id": "3a4b365b49134a4b917449b2fc23b69e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cca0c8f3877e44939249854349c4bea6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9e77f0de97534c69a6a5a6e1d7d4f697", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "feb8391ad2d847009eab660a2cbd9d25", "region_id": "RegionOne"}], "type": "alarm", "id": "5e54db4b3cdd449d88a3f038fdb99447", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0406512fd4ff4c0f958f90340363bfc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ece1e82ce90246a48d506a29e6e780a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a6063211cd154f6f80b5caade768d59e", "region_id": "RegionOne"}], "type": "alarming", "id": "b7ba2e58b8174622b69daba67cbcfefe", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2ee02ae3030e4fafa5984b9b9ebde577", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9830df7e89164fe0b294ea740182bfee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9cfb7b2b945f4a099fab8382dbf7c9ef", "region_id": "RegionOne"}], "type": "meter", "id": "57730c89a31a4dbdbeaec0c32930dfe9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "95794f8af48c42349873252b69c8f626", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "126c614c69fe46f4bd04a090c8bcff90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d1259adc047b45c1b65cf29ad710c859", "region_id": "RegionOne"}], "type": "metering", "id": "d9aedd8325974a5c9149390980ee4736", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9cdd5ce879a24ea5a6f2cc4fdce5253b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f2e6b849f9b64807a806d53224c9b7b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c858f88d189b4401a66383c14d4a385b", "region_id": "RegionOne"}], "type": "telemetry", "id": "6e39c58143744897971f1c0fd13221b2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fb7e6bebd53744d3a3359600f14236a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3cf76139ca9e49a39237f1317f85b96a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "53bda8ce3e89496d9c9f49d9399073fe", "region_id": "RegionOne"}], "type": "event", "id": "41fc9f6479194c3aaecf8211020fdb33", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cff34ba392c1418d9008e710e04a8e2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b61cf4f065f145e5bf6cdac24870984c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "65321d6f3ff9426995ae5b01fdb0df27", "region_id": "RegionOne"}], "type": "events", "id": "39b3b9d5648e4a3cb16e940a74673e3c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "76d9e5f1801842a1b5b37422c4e5768a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b01cea09113146339d03e8921d590909", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d6a8a86a9d584d19a144d260fa704196", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f6bba5c32dcb484fb6fb0ad46e19b081", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8c3bf202bda648d0a604469062bf4bfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1c47a12c607640c7903ccc39aeadaac3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e598e6fc626041bd8d0ecc9872e05c6c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e726f33aed384651abe30c44d9ae357e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "260069d35d6f4b3fbe0255e13ec5dd65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c2de7b79ea0242a2b43418c1e29b8445", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "22c67298df92467f9e2bb78e582df255", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b4899781d5894506bc15880b57276508", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "576ccd903e144b9ab501f1bda9846f84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2c0c6b7610494fee9672e82db10cfe6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9d139c2806554d05b5dea60ab87bec31", "region_id": "RegionOne"}], "type": "tricircle", "id": "65fc09ac15754f7e9440f4832601dd60", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "15077ecdbbfb4a4db6569392acf27389", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c7923026b7af4185bce2d190d80a4009", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "8b6330c75ec64244b2e4ffa127d85187", "region_id": "RegionOne"}], "type": "database", "id": "b9c7cac76e2647aab66f9722ae8db95c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b11de0882ebe43e299187eb89ca2d575", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "635e0331101444418cbfb33d323cf616", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "062152dd0af648cc8f59ffee293abf1c", "region_id": "RegionOne"}], "type": "application-container", "id": "c172959fc1e64eacb32095669837d0e8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6f1f14664a0040c2b9e815507feb9d56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c3841602209740a3bb4053b0f919b62a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9c5f3003cec34889a4499b91a99193fa", "region_id": "RegionOne"}], "type": "container", "id": "a1c9a5cfb6104394a2e5f5aa16390d58", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "915b9347522e4cb893ce2715b3fb149f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "56e9d549d6144b5294c38fb12e18471c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0c5908c75b5d469884f986599af00d8a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "eef8c253020c4d9da731177becee01a1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ea4867bfafc8499bb047be87d501ebeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d43ec2e7aa944d3ebda13730b1d90611", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bef036d9fefd478eb602c16f81ca2778", "region_id": "RegionOne"}], "type": "rca", "id": "94a1fe13b9544c62b21fc3b7f4b76aab", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4911fe309fe54332822cb056b1d3a729", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "af6db66e7ea84042a2f976505169063c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7764b8474c1946459cbf1c0667c4908d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fb30059e441e42bd9f2af6a325f77833", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "61d5d3cf7ff940d58ef4d47a6bc28cc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d923ca88ffa845248f5bacfe32d47985", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "616d1a13f3a348cfb61e5ba701396b7f", "region_id": "RegionOne"}], "type": "network", "id": "565bc1930f2d4ae288ec3afd9e7409a0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d251f210c3864910a25c31893e593283", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d736ca43a53a455085240bb21d8d9e24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "88236cfec2ce4ae0978d1b483065de63", "region_id": "RegionOne"}], "type": "backup", "id": "92b63fbe006248fbaa4d5b9c605e6073", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c2aca5462e424ce19936e67dbdd41fcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0a3c6be61b92436a9b92619f301db105", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1b4cbd7948484db18ff20a1c438315f8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0bc5821ef1944fa691749ef4b9e8cb38", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "af105c048f5d44ebbd3a30b90f7eec52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1d85cfab08af45c0b134b199674ecbe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "80ddab6558ed4fd08b90688ec12277bf", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e68f9a7feff7413d8897fe4cc0e1071d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "080a2b077b3e4d6a884a40d2541211d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "01803cb3221b43d3acad7aebda4ca7c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "00ede9ab167c4baf9f7cc1c27754c080", "region_id": "RegionOne"}], "type": "monitoring", "id": "f0f5cfe6d74a4d5fadcf47ac9e9b777a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3c833c94c9234fc1b487373fc458b031", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7625e06cef94470bb80f68c492eb8bd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1af520ae4c694b33984cd53e6b2648bf", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "23eeb86166ef4183b84606be006a0773", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9322f3f66d104de4a3ed1f5ebc9e83d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b2879790b0914186af04acc2ab24f803", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "258d348aad50481f8cf9f18911746a3a", "region_id": "RegionOne"}], "type": "placement", "id": "b5073d83b7e34dfcb0a39ed7aad17830", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fcc069f34f31421a89ef0d0a6e5f51b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "12be308898ec472a828e0c8d604f2e9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a618b03c71384a799b81fa32588a9eb9", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a84fbc888a784239b0af41b9ebe8e9d5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "926f33bad44c431f9d50fb3c56975960", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c0c9f356e7384c408e58e73fea39aa2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "55185c11a62e4a6e941c655d9ea01ca0", "region_id": "RegionOne"}], "type": "ha", "id": "e92bcbe8b8cc40fd8ac18b9afafdc73d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1599ac46ddb142e3bfe6368084f76deb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "21d8b08c07f04735b6d73137608111c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "95ceccadc3924ec28ebdceeb1a5f11d8", "region_id": "RegionOne"}], "type": "reservation", "id": "df0aed9070f4457eac3e124b3760a98c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b2589d0c626e4d2e8195cd7a69e5ef0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "dd83b63b8bd349609f01237e3fb66780", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d8655dbd6fb744e59149c502cfa9d25a", "region_id": "RegionOne"}], "type": "function-engine", "id": "51589b1462f149f4a74bfc5f3314d616", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "073241a4e45848b4b071a5f582ed7c6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6de781aaa24f4738bbbbfb8c987bc830", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "61c892f1b13c414a82531325fb48e9dd", "region_id": "RegionOne"}], "type": "accelerator", "id": "9aa02ef6a115469a96adcdd6c05cd25c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "073cc2d3f76b493ba2db0b1d64210eb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "75b21fc83c4b4a3db59fa6c6c4804a90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "112c440f5e3a41359d14cfcb9a42ab53", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a481dfd3ccc34fc7916f2ffb624ecfe3", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b37a7b7206f1432a9060dc9c8ef059c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4b1461348d774814843dea4677c851da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cdb13ee540be4b429dc7c61dac3fb37f", "region_id": "RegionOne"}], "type": "registration", "id": "afe22f3de0e8496582911b97f8c6a73b", "name": "adjutant"}], "user": {"domain": {"id": "5b7f16032d684979a99d6a74241a6c8a", "name": "8e2b41e6446b44f2b4dd564896e7f537"}, "id": "8072011f7da7404e822389b09b43f927", "name": "016a9e856ced4014860f7da117ccc281"}, "audit_ids": ["8ccd190d59e74d289b7e9c55ab2172d7", null], "issued_at": "2019-09-19T09:04:48.263023"}} 2019-09-19 09:06:48,442 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,449 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,453 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2019-09-19 09:06:48,508 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:48,515 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,518 keystoneauth.session RESP BODY: {"description": "Example zone", "email": "test@example.net", "ttl": 3600, "type": "PRIMARY", "id": "1", "name": "example.net."} 2019-09-19 09:06:48,545 keystoneauth.session REQ: curl -g -i -X DELETE https://dns.example.com/v2/zones/1 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:48,551 keystoneauth.session RESP: [202] content-type: application/json {15} openstack.tests.unit.clustering.v1.test_cluster_policy.TestClusterPolicy.test_basic [0.070238s] ... ok {17} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_set_tags [0.068770s] ... ok {8} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_role_get [0.062632s] ... ok {8} openstack.tests.unit.identity.v3.test_registered_limit.TestRegistered_limit.test_make_it [0.078612s] ... ok {8} openstack.tests.unit.identity.v3.test_role_project_user_assignment.TestRoleProjectUserAssignment.test_basic [0.066598s] ... ok {27} openstack.tests.unit.test_resource.TestTagMixin.test_fetch_tags [0.067456s] ... ok {27} openstack.tests.unit.test_utils.Test_enable_logging.test_none [0.075563s] ... ok {14} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_image_update [0.090408s] ... ok {29} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_messages [0.070771s] ... ok {29} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_subscriptions [0.060200s] ... ok {29} openstack.tests.unit.network.v2.test_firewall_policy.TestFirewallPolicy.test_basic [0.001819s] ... ok {29} openstack.tests.unit.network.v2.test_network_ip_availability.TestNetworkIPAvailability.test_make_it [0.067431s] ... ok {29} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_address_scope_get [0.068042s] ... ok {15} openstack.tests.unit.clustering.v1.test_profile_type.TestProfileType.test_instantiate [0.068572s] ... ok {15} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_cluster_check [0.070010s] ... ok {28} openstack.tests.unit.network.v2.test_floating_ip.TestFloatingIP.test_find_available [0.061444s] ... ok {28} openstack.tests.unit.network.v2.test_listener.TestListener.test_make_it [0.051860s] ... ok {28} openstack.tests.unit.network.v2.test_load_balancer.TestLoadBalancer.test_basic [0.053476s] ... ok {28} openstack.tests.unit.network.v2.test_port.TestPort.test_basic [0.064371s] ... ok {3} openstack.tests.unit.test_connection.TestConnection.test_from_config_given_cloud [0.091725s] ... ok {23} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_minimum_bandwidth_rule_delete_ignore [0.074934s] ... ok {23} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_quota_get [0.250777s] ... ok {23} openstack.tests.unit.network.v2.test_qos_policy.TestQoSPolicy.test_make_it [0.067734s] ... ok {23} openstack.tests.unit.network.v2.test_quota.TestQuota.test_basic [0.067449s] ... ok {23} openstack.tests.unit.network.v2.test_quota.TestQuota.test_prepare_request [0.068157s] ... ok {16} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_host_update [0.066881s] ... ok {16} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_segment_delete [0.070294s] ... ok {16} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_container_find [0.067822s] ... ok {16} openstack.tests.unit.load_balancer.test_load_balancer.TestLoadBalancer.test_delete_cascade [0.073333s] ... ok {8} openstack.tests.unit.image.v2.test_image.TestImage.test_download_checksum_mismatch [0.076492s] ... ok {17} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_pool_find [0.067669s] ... ok {28} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_get_floating_ip_port_forwarding [0.066574s] ... ok {28} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_labels [0.067634s] ... ok {28} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_hosting_dhcp_agents [0.073247s] ... ok {28} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_group_create_attrs [0.066832s] ... ok {28} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_pool_get [0.067788s] ... ok {2} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_stacks(sd_metadata) [0.065135s] ... ok {4} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_member_create [0.070756s] ... ok {4} openstack.tests.unit.message.v2.test_message.TestMessage.test_delete_claimed [0.191633s] ... ok {4} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_claim_update [0.068085s] ... ok {4} openstack.tests.unit.network.v2.test_firewall_group.TestFirewallGroup.test_make_it [0.002981s] ... ok {4} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_add_interface_to_router_with_port [0.067503s] ... ok {4} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_group_get [0.062427s] ... ok {5} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_software_configs [0.066607s] ... ok {5} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_update_software_deployment [0.066119s] ... ok {5} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_validate_template [0.069992s] ... ok {20} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_delete_ignore [0.064391s] ... ok {20} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_member_update [0.069379s] ... ok {20} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_members [0.067805s] ... ok {20} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_dscp_marking_rules [0.066091s] ... ok {20} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_quota_delete [0.063427s] ... ok {20} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_rbac_policy_delete [0.063959s] ... ok {20} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_rbac_policy_find [0.068874s] ... ok {18} openstack.tests.unit.test_connection.TestConnection.test_create_connection_version_param_string [0.194979s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:48,224 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,234 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,246 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:48,262 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens {7} openstack.tests.unit.dns.v2.test_proxy.TestDnsZoneTransferRequest.test_zone_transfer_request_create [0.054583s] ... ok {7} openstack.tests.unit.dns.v2.test_proxy.TestDnsZoneTransferRequest.test_zone_transfer_requests [0.059070s] ... ok {7} openstack.tests.unit.dns.v2.test_recordset.TestRecordset.test_basic [0.056499s] ... ok {7} openstack.tests.unit.dns.v2.test_zone_import.TestZoneImport.test_make_it [0.051913s] ... ok {7} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_region_get [0.053157s] ... ok {10} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnets [0.063308s] ... ok {24} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_files_with_stack_object(stack_act) [0.076880s] ... ok {24} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_template_with_stack_identity(name_id) [0.067465s] ... ok {24} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_stacks(stacks) [0.064885s] ... ok {14} openstack.tests.unit.image.v2.test_task.TestTask.test_basic [0.066384s] ... ok {14} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_hosts [0.065209s] ... ok {14} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_segment_update [0.065947s] ... ok {14} openstack.tests.unit.load_balancer.test_l7policy.TestL7Policy.test_make_it [0.067979s] ... ok {7} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_image_stage [0.063600s] ... ok {7} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_image_stage_wrong_status [0.071175s] ... ok {7} openstack.tests.unit.image.v2.test_task.TestTask.test_make_it [0.065353s] ... ok {7} openstack.tests.unit.load_balancer.test_amphora.TestAmphoraConfig.test_basic [0.063299s] ... ok {26} openstack.tests.unit.network.v2.test_security_group.TestSecurityGroup.test_make_it [0.065579s] ... ok {4} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_group_update [0.062282s] ... ok {25} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_receiver_update [0.067236s] ... ok {25} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_wait_for_delete [0.065116s] ... ok {30} openstack.tests.unit.identity.v3.test_role_assignment.TestRoleAssignment.test_make_it [0.075662s] ... ok {30} openstack.tests.unit.image.v1.test_proxy.TestImageProxy.test_image_find [0.058230s] ... ok {22} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_health_monitor_update [0.065223s] ... ok {22} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_load_balancers [0.064322s] ... ok {22} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_find [0.079180s] ... ok {14} openstack.tests.unit.load_balancer.test_provider.TestProvider.test_make_it [0.067536s] ... ok {23} openstack.tests.unit.network.v2.test_service_profile.TestServiceProfile.test_basic [0.067151s] ... ok {1} openstack.tests.unit.orchestration.v1.test_software_config.TestSoftwareConfig.test_basic [0.063701s] ... ok {10} openstack.tests.unit.network.v2.test_rbac_policy.TestRBACPolicy.test_basic [0.064019s] ... ok {8} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_members [0.065439s] ... ok {8} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_members_schema_get [0.064826s] ... ok {11} openstack.tests.unit.config.test_from_conf.TestFromConf.test_service_not_ready_endpoint_override [0.242327s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:48,503 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,512 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,517 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:48,523 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:48,538 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:48.417979+00:00", "project": {"domain": {"id": "99fde390d77043ea9d2dd92ea51fde8d", "name": "55dd17bd947741c6a679b14e74db6ed8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4fd1a9ad96e54ce798968ff0cfd275b6"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "b76c855d8a9245a4afcc3134dbe4e6eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2f0cf53ccca74efab950042f8296f775", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1538e6338e9b4f73ba22afd5912ae4b1", "region_id": "RegionOne"}], "type": "identity", "id": "6ba21481316b4bdd9cbbe54d7ea79d09", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "674b2ed8597f4cd98129a312aa65ebf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4c067fa47b6b43a3b22ea0e2677e50b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "10eed3bd73004945bfa2921baa72cb42", "region_id": "RegionOne"}], "type": "compute", "id": "768e5c462c804dabbb63b84774cef301", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a0c55be68059402f888202eb7f7c4e07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "04f3c91fe45c4f15a84a7499ed788316", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "54c0f49a8e8e41c19b90d628cb42104d", "region_id": "RegionOne"}], "type": "image", "id": "378f0a6dac82497a8c079a69c6012907", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7fda0a25f34d4a079d069e3efa209316", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4ffbcc47e7b543c1bafcda8ebe85ced2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8b4e97d048d84661bc83402042062c33", "region_id": "RegionOne"}], "type": "load-balancer", "id": "9e5d053253b443e29b2de03a4218ff75", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4569f1221af84aa2b3c44f22f59e2ac3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8d970f902784cb2a8a70cc81a120731", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fab673ec8e0441ef92db08f99bef27c9", "region_id": "RegionOne"}], "type": "object-store", "id": "7816fef5b3ff4687b38a56bcd926b605", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b4ee4ba315d14d10a7779bbf821e8137", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b5546c068aa44fa49045c414e42156d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7ea4a0ade6b342d69ce81ed53c36f51c", "region_id": "RegionOne"}], "type": "clustering", "id": "e0eae1bd2ace473087508cca23d9b0b9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "efb02981cd6e44b0ad0536adf43d40fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e54b3cd8a2464a91b0c384a9570a776d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8a228e61628946cfa25a7e2b16f7cf25", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "87ffc1d9146a440792b4fa4f28fcc71d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e605bd1d18664b00971152a65c08e643", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cf143114eed640a6a24cadbabd0d6d07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "396be0cc53e8435bb0a7ce8c5b2566af", "region_id": "RegionOne"}], "type": "cluster", "id": "f8869513c78644148b0e221ed4bb5317", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "93f09c943a2d4d3f9d7a3e46c8dee620", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8b572fb35601412fb11f56be5bc13260", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "400ba94fb0b64521841b52d18ec11768", "region_id": "RegionOne"}], "type": "data-processing", "id": "ca504f0b5a114a0f891e4a2626ad7e11", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "72cde8365d0b4b91a1817043788ddb66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3a7f953d804247a889995676f2bf775d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1ca5333651754a45b2bc41044899294e", "region_id": "RegionOne"}], "type": "baremetal", "id": "e21b611e6ea646b69da36720a6b5c11c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7db340fb782d45ed930128ce71e14c12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "51afd293bcc045818e150647e41b1589", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bf0cfe8d14654f02aa9c424155804dbd", "region_id": "RegionOne"}], "type": "bare-metal", "id": "36a8ca9c87eb464fbe37f24e844b3898", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "38cfe8117f17430182dca77081f6f575", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "84786182ea4b4f55a93def93584ad768", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ee68b1c026ee4532ba7dedd8f470ad44", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "84247e1c86ce484bb57a412b4a4e51df", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "885fb45a4b254ef891ac7d686283161c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4b7fe5f7c95944d98a4e0774743fdbba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ca9452a1fd32482589824af0d858071e", "region_id": "RegionOne"}], "type": "key-manager", "id": "29d6ed81fa664051b50eba544fec0bff", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d902a7715ff54126afed8f0d82ebb69c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bd82a7d2868c4ccb95cc1590f3e4dce6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fd9e619727eb4a43a158afdeafe26251", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6f36c35cea2a4ba9a901377e42d7489e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "99cca6a25d224fc7aee282d265866b22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e0f5172393594d97a7129244378ddabf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "10f7265dfeba49b7bae20b53071c118d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "bd0c948649e740ad827aed2bd10f5a86", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e5bd7b0a99a3428481d015e26b601a60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e01ffe124ff5420899a8b961a645faa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c6928d26d7fe449ab979b140a19601b1", "region_id": "RegionOne"}], "type": "message", "id": "3350e68d8599430a80a56b8c783dc12a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "04d216b174d24f38aab453af277c82cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "edb3ad5eef16497daed636be89f792f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dafa8e22fa8845b58de74cfcc1491d7b", "region_id": "RegionOne"}], "type": "messaging", "id": "049e62f7a3f84420940f6e1ab0f1314f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "725033c9096f45e28f598e5de13ddbf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0743a83dfddf4ab5ad44cb6a529b3680", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "67c66d22faef4f0fb6664eaab0082bbd", "region_id": "RegionOne"}], "type": "application-catalog", "id": "541f1a2c5785472996952d8e12ca4173", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f3a0bb5713e4226b86cc60afdf2375e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "49be1bf7ad7c40499aaca041deff8215", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bcac2f56ab1b486c85edd2c3a7019ac6", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "58e846e61849498c9af422f91f6b01b5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "238c16d794624ff6a4a5e7774b5ec0a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4af7d5717ba746629b5eb342786cf613", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d42207a6181c4f508230625183089c9f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "88ba0fa252f9407c901aedcca9b0ca1f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c0fa446f04c41c6ab6727049dd4a575", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0146371adf20432d9a188cd8dfaf9fcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4ca4cb633be945b29c94292edc14f0ce", "region_id": "RegionOne"}], "type": "container-infra", "id": "b0e71009f1ce4f55be0fbcb2eee3ee97", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c93504f634e4439f85ab3b1a6e32ccdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "dacf86ccd0fd462e8c1e99f01b14b811", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c715409fa3ac43dabb53214e02393c83", "region_id": "RegionOne"}], "type": "search", "id": "a71b2f728fe745afa1b96f6f110a4fec", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d5224a58b0ff46aaa46afa7eb821b1cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ec2798967e1b484882ee6fc2320eb7ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "db9539c10a9b45819167ce96fcfa4751", "region_id": "RegionOne"}], "type": "dns", "id": "3a44937a5784454ba90ef723260a5aa9", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "84b0b19f0f7b43e1a9bd4583cfa70acd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7049f87162df4aa7b7bd4b8095bc4052", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1a4ab09e19d24c38a5f30ea50d54c646", "region_id": "RegionOne"}], "type": "workflow", "id": "f4ec37d8c88f42e38d3363af1d055ab1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "56af4fec39944920952234a5d8b2382e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "845a95d03988433198c98b749feedd00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c286bc56c88c49acbccb6ef9559b0d19", "region_id": "RegionOne"}], "type": "workflowv2", "id": "060f76516cb74eec8c43d3c56a7bef75", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "866e0cba3cf7414487a8d31c11c2dd18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9b526c4230fa4adab698ed062592803d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ae075b8f0d9f4b5780c40bf550e361ab", "region_id": "RegionOne"}], "type": "rating", "id": "819cd859550c43d0bea287e383037086", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "53f0c071dd6643668b633eae86e34698", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cd0be9c73e1944c3ad4a603cf191c536", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "bbf8fb349ce54202ab7720ba464596ab", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f0f61991f3554064b4363fa74b0b7e9e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d0cfb37ccb6945b6a730d445d5b7da68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "836dcffc5bb149d48d5eae54486e5104", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ef53913fb08e4e0284d6014716547b80", "region_id": "RegionOne"}], "type": "policy", "id": "03f3cc19b1af4e8585b35079eb6de935", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "08b38618d0294b828a46dc1f51937cbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8f81885e667d457abd05e25fe05eff79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7244cf46919b4a119dfb66b2cdf6b75b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7095e930935e48ae932ae3ffcd787c0a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d2d191e208c74c5b820a84f7ea56cc48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9e4c982f266149e3853704221c689df2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f7f84e5d5ceb49e0a9b74bfe71654c3c", "region_id": "RegionOne"}], "type": "sharev2", "id": "a4350171f5ea4d4abd9fd1faf91ec472", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c56d79fdc14541ba8cc8bdd9e6433d5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "24b8f39ac16449fe979375ac4c27a5ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d783920ed8ec464db8abc3a5192a1724", "region_id": "RegionOne"}], "type": "share", "id": "cce8a2f845ba465d989a8f9c017929e5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6941592005124eb183ba25d51878fe57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c15cd66adfd649bbbce62b72a9c40471", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1c351292f33e4d52a0fe11b85cca9895", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d8dcb66f3c644708b6cc6c8f543d7822", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2fd186afa5f4d77947a1be8c45dbd3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f309469963b4b2da7066f1482be87d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b199dc99e5684b5ebba4999f0f453238", "region_id": "RegionOne"}], "type": "orchestration", "id": "3ded883f7b374b2ca905fa7c4e976fcb", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91c237421bb84d6aa9def034934ed957", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5446ed0549ac46239de8f85e6e39625f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c7154d03bbd4c75a6972eab7ee7d30b", "region_id": "RegionOne"}], "type": "block-storage", "id": "502a0fd8052c45a9a9467b90976e7701", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d301ce4a98a46378acf24bed10ef3ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0f20a3651474686bfbcc51d33204d20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d97fa55ca364bf1a584b9e2a5d9da21", "region_id": "RegionOne"}], "type": "volumev3", "id": "49809cd68be442fd917923dead69001a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35d069afd65b4ffd91fb6fa035b437bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fca361eebba34f7d8f84f33f7e52899f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92b8fc083acd49088721ac7848ed8d46", "region_id": "RegionOne"}], "type": "volumev2", "id": "fe0d1705c39c46849b32a5054715c31f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "274f9b344e56433b87ff9104d6154820", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d51f2fdd82641f8a788f667acd33d22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65eec74d00944d3c8d41a58d440ef147", "region_id": "RegionOne"}], "type": "volume", "id": "5c81b438ef7c456994a37fc3df16ddda", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "088cd475f5084d428eb409f9c5a860d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f93ac14b2024935a33878cb220472db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8dde84472ffa4a548baf60e7f73cc191", "region_id": "RegionOne"}], "type": "block-store", "id": "c2bbfd634e6c4388a5a3844ba4de889a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3a707613449d423592938f16a2b614c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fb20f8ca21a746e793169bba59e265f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7cff908ffacb40acafed6a78a842c353", "region_id": "RegionOne"}], "type": "alarm", "id": "5022923f936e4014860626ca51a7d43e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "07baa741911c475db56d33df231e6bda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "064038fb7be6467ab76078864c24c909", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c323da542b17417c900c8dac67889d5c", "region_id": "RegionOne"}], "type": "alarming", "id": "fc9e2e9bb8c5487b9898d7c5eb100bb1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3355f3bae7e842a6a11e234ebb59ee96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bd037200451647a395fefbd21ff93f2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3611a2af29504efdaba1683deb07ca0c", "region_id": "RegionOne"}], "type": "meter", "id": "5bd8d45595504d9992a9470c54c93914", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "98e10bb44e3e425b9990fdd898560765", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "45f3f69275594a8b89107ade953a2d41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "66ca01d56e0d4a75af949ce2d1ff7820", "region_id": "RegionOne"}], "type": "metering", "id": "b48809504c0e4ee6a522144becd73d6a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e5b6fcf6fb854a07b0f140e21ad32d80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ad4f35146d014aa38621d69fa07a11f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1e1ef6a6cf034981a5d29ef44e3bbedd", "region_id": "RegionOne"}], "type": "telemetry", "id": "d7175134f90245f3966061211accd509", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "de907525606d4c70978e2a4a2025a750", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8834af32884343a0bb24de6cf39b00dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e869fb8f1f7c484bbe7022ad82b1b772", "region_id": "RegionOne"}], "type": "event", "id": "8ffbd53475fa406abf95d4f6fbb4ff15", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9822aa53c9054bc4b2006a7d99120df2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c011e03ebc3c4743b59ce4c26390be37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8460f07cb2f746b1868b8623b4890e74", "region_id": "RegionOne"}], "type": "events", "id": "41bf8646d8714a218c37fc0e38a2d8a3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "02a80ef2e2b54130b14c2b39eaef01c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "50846da579ce4d1fbd409dfb52b99d9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9dc12eb80ca14df6b4d6db860c717001", "region_id": "RegionOne"}], "type": "application-deployment", "id": "910518f08ed4445bbc3e6f0e19bcf7cf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3a7f8d95f94840ff97487164b0ba4d1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ea434f3fe99d4e6d834152fff77f4eb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "58ae606b5d584e98a7e0bd0d7f5b6c10", "region_id": "RegionOne"}], "type": "application_deployment", "id": "da648e1926444c5fb0d5f469805fac69", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "05580acba2f741fda3549a98332f3629", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "aa5d1a0cf0e04674b84301b5e6fc51c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2dc25d6d0aa04a3398de4dc6819e6233", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "008b36e5ba2e410c999c27f6455a2c70", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c9f9ad00e04b4ad6a512df8b67a63e9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f6f3dd2dd9b64929ba3fd2ba5868f861", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e8139baaee77424ea1a2734ca9272f61", "region_id": "RegionOne"}], "type": "tricircle", "id": "36e380c9b76b4149960b1be21838bd5b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "59773b8c845b4096b173b58357fd9da8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "fc06a684dc354cb195c1e81704338750", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c6d664a8f4a041a29912cc4ee0c285bf", "region_id": "RegionOne"}], "type": "database", "id": "1b97fc9eea51448aa20eefcb18556d58", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4abb5defbce54eadad894b8cdd0dfb27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d1bed9227f6646ca88d7ed8a97b8dac3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8c2094d12e58406ea36ef5dbb62ddd43", "region_id": "RegionOne"}], "type": "application-container", "id": "80564e7f4ccd4157b024a4563ad4b4a5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4c5ce2cb52a747a5aad4f0815e6c0616", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "eda5d7a334664ac0854b36111f61ac9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1a7d501f5b954995b0877ec1a051c02a", "region_id": "RegionOne"}], "type": "container", "id": "395fafce24814a0fac0d1cccbf824fca", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "02282da0f6e84a19ac9715d8560c8191", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "96c8dcf49b2349558d60f26df9cb6476", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "80d932e2d5a34e0ea2844f25405128a9", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c23fc12c4a9f45d2a79ffcac9b5b64a5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "49301d4493fd44e396e12f7c469e22ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e648aa436d4c471786b188b93aee11e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "df9c1965491446cea52f27d1482a16da", "region_id": "RegionOne"}], "type": "rca", "id": "2d42775c6c3b49f9a378bbb3fe032e4a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "64ca13c3719142eaa662bf85e7975c0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "61425c1bb73e4896b3d037f9d2c6525f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "59f5abc263eb423181b7a8eb6eb34d7a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "bd81491a02f64194b0f96ad167aa7c33", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0f676e2c4a3b48a8bbc31517cf43648a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9c94a2feadc84c6d936b385a792ffdf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "be5ece69a329441abc8ced7316a8b798", "region_id": "RegionOne"}], "type": "network", "id": "fdd1e2482a1c4ff987d4fca401e8a3e1", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6c136ddf6d2441dd95054b086d9b5dc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "fc2f01e526dc47e0925ea735ca8b7f53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "323537feeba54bbc80197d61b17dbc7c", "region_id": "RegionOne"}], "type": "backup", "id": "2b06c5836cad4b04b288471f0d6fe6d3", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9171e2c168e348d0aa61058c6a8ac9eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c3928d159d244c029a18ea475afddce1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "799e5345a7e642caab2423a28cd9486f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9e3cfcb2f438466f8140f55337623c83", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ac5bfa0d6d084f5fa3716b6782f9397c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "95b49e1495be4924bbf78b6fb7aacd2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4f4bda09be2e4e6f9a88111c124299ca", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "cb39c69bc9ca447599cfbff8b0076a7d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0f0c6360086d41c29ead36b08e2f4889", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1c9f864bf69c401d85958902ab09f9e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "db8559fd3ee94572916e2c1d7f9e9137", "region_id": "RegionOne"}], "type": "monitoring", "id": "f632b561c41e4846a36d5c5b0df284b7", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a68ca15507594aec849a196fbd997709", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d0d3826e2e9f4b9aae8f47456e807516", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "572e42d3a4c74d3db48239c8aa7aa53e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ab0c3ae83a734455ae132b1f0bdd76c6", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ef2f51eb172f4c86ae3699d51d9ab6ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6c35a91b96d342fe87a2ac9f5e0cac03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d70398b46c5c4f6992898af4b9b33f01", "region_id": "RegionOne"}], "type": "placement", "id": "44869f2bf2c6454197c6d65602471351", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c4c51044ec1345128a5e166d3122648c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "51687e1f8e9f4e56bfd252480725be86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4e7ddb900c094fba8775300c625b340a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "28f2a67d82d9471db92c1bfdfe2d0333", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2ddce8c0a71a4c9fbfd7e65c3e2584da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3e73e9be4ddb4536aff6ddeea6c3b280", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "80bdf42422784acca8283f06231b748f", "region_id": "RegionOne"}], "type": "ha", "id": "7fae727fd9334861b147b114888c220e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3b7cf140ac574c3588dfa989c861d789", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8ba29b6d84c3454da9c83a2c85f9b6b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "67a691e8ef1c47f492df6d32bbcad508", "region_id": "RegionOne"}], "type": "reservation", "id": "b94980841a9848a8bc8dc05f7d01d0f3", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "816279ecfaa44ff397d63028486c27e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2800b7f388e14c7cad9962f7f06bbf10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "9238622fcd064081a0299a2610151df6", "region_id": "RegionOne"}], "type": "function-engine", "id": "48b389deb78046ddab8a1ad6c901aae4", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0f8d0e0a9e2d49fbb852651fdc7bc154", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5bb9d29d9d4848f8a0dcc95444a9d401", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2fea96862a744a5a909e60c6e6e44cc3", "region_id": "RegionOne"}], "type": "accelerator", "id": "32e3d60800224bccb0125c94e44bea3c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2a9d8270fb1a43ab827e2eab8f9fb956", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "643189d2d4e94544a11ff91553c75401", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e404d34a48df489d8cc3407c21374dc5", "region_id": "RegionOne"}], "type": "admin-logic", "id": "1562061e3f9a485ebcf2dbfe055cdbc2", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "09e8c91a04b14cd68b7bb018418049ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "71764d3845a14a05af9011af9e434700", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5646fba9794a40f08e443295da822282", "region_id": "RegionOne"}], "type": "registration", "id": "9170c590b71f42258965dc7828438457", "name": "adjutant"}], "user": {"domain": {"id": "66a4e43baa5249b498e4a58cd539a5a5", "name": "6f9833670dcf4d8bb625efca6b81b9d9"}, "id": "1cc502e8cd0a439588eb5465213bfe3a", "name": "7d8373acfc184018badde5cd359fc313"}, "audit_ids": ["a8db943ec4ac4cdf80d59dc2070ae4ab", null], "issued_at": "2019-09-19T09:04:48.417979"}} 2019-09-19 09:06:48,571 keystoneauth.session REQ: curl -g -i -X GET https://example.org:5050 -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,588 keystoneauth.session REQ: curl -g -i -X GET https://example.org:5050 -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,595 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,600 keystoneauth.session RESP BODY: {"versions": {"values": [{"status": "stable", "id": "v1", "links": [{"href": "https://example.org:5050/v1", "rel": "self"}]}]}} 2019-09-19 09:06:48,614 keystoneauth.session REQ: curl -g -i -X GET https://example.org:5050/v1 -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,622 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,627 keystoneauth.session RESP BODY: {"versions": {"values": [{"status": "stable", "id": "v1", "links": [{"href": "https://example.org:5050/v1", "rel": "self"}]}]}} 2019-09-19 09:06:48,637 keystoneauth.session REQ: curl -g -i -X GET https://example.org:5050/v1/introspection/abcd -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:48,646 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,651 keystoneauth.session RESP BODY: {"finished": true, "error": null} {18} openstack.tests.unit.test_connection.TestConnection.test_from_config_given_cloud_config [0.092262s] ... ok {18} openstack.tests.unit.test_exceptions.TestRaiseFromResponse.test_raise_baremetal_corrected_format [0.066901s] ... ok {18} openstack.tests.unit.test_exceptions.TestRaiseFromResponse.test_raise_compute_format [0.066452s] ... ok {18} openstack.tests.unit.test_proxy.TestProxyUpdate.test_update_resource [0.068617s] ... ok {18} openstack.tests.unit.test_resource.TestResource.test__mapping_defaults [0.068476s] ... ok {7} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_health_monitor_update [0.060127s] ... ok {16} openstack.tests.unit.load_balancer.test_provider.TestProviderFlavorCapabilities.test_basic [0.069948s] ... ok {16} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_member_get [0.063692s] ... ok {16} openstack.tests.unit.message.test_version.TestVersion.test_make_it [0.067664s] ... ok {18} openstack.tests.unit.test_resource.TestResource.test_json_dumps_from_resource [0.070757s] ... ok {18} openstack.tests.unit.test_resource.TestResource.test_to_dict_nested [0.069163s] ... ok {18} openstack.tests.unit.test_resource.TestResource.test_unknown_attrs_prepare_request_patch_unpacked [0.065767s] ... ok {18} openstack.tests.unit.test_resource.TestResource.test_unknown_attrs_under_props_set [0.062027s] ... ok {11} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_instance_get [0.065004s] ... ok {9} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_role_delete_ignore [0.064570s] ... ok {22} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_dscp_marking_rule_delete_ignore [0.067046s] ... ok {22} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_remove_interface_from_router_with_port [0.064181s] ... ok {23} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_find_stack(stack_subres_id_act) [0.067336s] ... ok {23} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_software_deployment(stack_subres_id) [0.066156s] ... ok {14} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_flavor_profiles [0.066167s] ... ok {11} openstack.tests.unit.dns.v2.test_zone.TestZone.test_make_it [0.067669s] ... ok {11} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_service_update [0.064944s] ... ok {8} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_containers [0.066298s] ... ok {6} openstack.tests.unit.object_store.v1.test_proxy.TestExtractName.test_copy_object(discovery) [0.220360s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:48,168 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,178 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,185 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:48,194 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:48,214 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:48.100911+00:00", "project": {"domain": {"id": "83ada6007c594ea1819cc31564164abc", "name": "a026917e36874e29839f98005c114e94"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7b6fb1a8c59a49b69491b1b230b9d793"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2168f3ab4e0e417f894d2e69c2d3b8a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c1333ef012b04d069f14d5e7effbea8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1cc70e7a017a452a907273aaac43c3cf", "region_id": "RegionOne"}], "type": "identity", "id": "7a734130219244948e1931c7b8c1829a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "264dd5caa91845ee88a5c9598d5e81fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "833e9762353d416280264d02a3956aa3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "1a041c5132e54a32af18b45ff7262f47", "region_id": "RegionOne"}], "type": "compute", "id": "b9675d237c6b43779a08ae1e837745b2", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "fe4b77f5533c4d34a836ef7aaf59eafe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "cfd4639a8928483f8c2d577850f54159", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "18b7cf9471c74eeb90bb2e525702b76f", "region_id": "RegionOne"}], "type": "image", "id": "c735e6fa85a144ff892ceb5c8fa8ebff", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7b86d8653fd841ebb6d3fdb4a4d9c08e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b2f2b3ebb03e45a89b2b904522bd5f2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "bff340ed7f5042f0b48802737c33118d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "26419fac702c4827a329d401a617b646", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35c3f845a08040638b5a5278ce207e38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "950fba440c314e449d17cb0a2c7ceef2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e9cce97badb43b0bcb51cb4ecdda388", "region_id": "RegionOne"}], "type": "object-store", "id": "cd10fbc78a7c433a9d8560a5e926914f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6394d654e8e44733b073bb6cbd759333", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b826074bbf9d46609b85d72bf4176773", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8448e1bdd1414326a1f6fb5dd960ea86", "region_id": "RegionOne"}], "type": "clustering", "id": "b20c6977c18a4423be472f739ca424ec", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3329fddc32f14ab7a57574f91b26d22b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2496d25dac63410eba4a4bb28fea66ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "01acd8aca257440fb3dccee9a8f82e08", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "724232c094964050920b16c96eb617d3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "945df503135a49baaa3cc369eeb4862e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e6538eb4cf2945da8229544445eb762a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "54b1d3fd5c8b47d9bf4d2d514ead4246", "region_id": "RegionOne"}], "type": "cluster", "id": "4bd5e4f41af342e5b3bd90502c9aa552", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e1cb230843784deb89b9a8b638a5f1e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fdaf59224ae24332a487bdc1d9552e7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "be1405234f474f60b5b50a45a4225cce", "region_id": "RegionOne"}], "type": "data-processing", "id": "f3a7b4ee2d1f494bb64a278179f6e381", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b00e17e5fc454a259a3ffb1183b9bdc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7027838e8abd42bcb6df8c4a4e5de9e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a8d02e417d624957a815dbf35e6ab2a2", "region_id": "RegionOne"}], "type": "baremetal", "id": "db6f3e02a91245b8a8b70a86b945fedf", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7623d65a49fd47b3b08131fca84c3509", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dbe2f17e26884a9bbc02bebb52b0e226", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "fbaa33a363b8400da9e13f6703cf5b09", "region_id": "RegionOne"}], "type": "bare-metal", "id": "043b908a1db74c40bcda499f2744cc86", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7623b6840bb34bed9cd427e0e3ec773c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5b237b5759df41f496d4b3989441f90d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "de1173be4baa447a91ab4e1c6d7cf80c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7922a128d0e14bc5bd5825120412cbad", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c96d057953784ed6adc5e4f878991555", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6d44ba28a3cb4b6b91a82eda9f917639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0e4037253b7f4386a5ea4dd17bcbb91e", "region_id": "RegionOne"}], "type": "key-manager", "id": "d591ae1829224c49a3ccb2c42e664606", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0df9474d754a4cfba5595f03b848d615", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7ae86ed560fd43d2a11c92790c178c82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ce99b35b763a463fb150ce6ad7451033", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0932125bae7d49b38fa9c11951bdc4f6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0371d1d0b66e40398b8ec680a6c4a65a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a1f29d3ba1dd467c9dc73dfb7ccb9dbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "25ef86f8e3cf4ba6a13a5402d0433ec2", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c13880815302480c9598a83b5ab57053", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "13ec5c813e1a4662af9e618acd6b8af0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "03db15574f2b464cb1a0bbe65ab10d1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "36c1f50a342f4a1d9c768ec0778ec90d", "region_id": "RegionOne"}], "type": "message", "id": "b19ff466d02541149689099d7155f355", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b12c161157a341ef88b03d9cc516b486", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "27ec00bd7b9c4eeda8dd09c0aeb8805e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "919e244c95b74c878391abe94581854b", "region_id": "RegionOne"}], "type": "messaging", "id": "9212d80c13ba41f9baedf71ef9899c47", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3ee6100bff9d4c10bb79b667b150d044", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1bbbf2570a6d48e9ad3fe37f20e3f453", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "22d0c98256f14965bfd1eeda5dc2839b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "1e395f43ffe94e6ab94ace367922c648", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "662b1e24687b44bca8b5386c141f7684", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "77164834bcd641548abb0d050a347af1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4139ba407e4d4f41a26604f96dd6ac6d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "5ea55d69b31344f9a3ce038f69e0528c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0e08f693e56b496c8ed3ed0e68aa8f74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4ea43952403d47a38fc03e9b33c81fe9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f6a7aab89ba419782a3319a12464713", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "2d46a4b5ff7c49b58405d6e66aebd8bd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "27693b4dfdbd45829b5dc3743882d949", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9aab69f6802e4e2c8c4073a54aad4514", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0231b42b083f40adaf24859800abc2d2", "region_id": "RegionOne"}], "type": "container-infra", "id": "3d6b207d6d6c4b798b7fb188f4be7ad4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7eaf27cc130841b4ac138e53c5490cda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "2818c4efd32d405991de6b294f07fe5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "37ad7dca00804ab59297ca87f310fd15", "region_id": "RegionOne"}], "type": "search", "id": "5c2eaf8eb76d49a683f3ab7c32a12716", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "092627d7c9dd4cd4b2ebdb0de27de6f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e3fd0fe0d40c43008a2587818dd411f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "73c6b74cd2b84ce180784d1dd3f82b6a", "region_id": "RegionOne"}], "type": "dns", "id": "3245ebbbc0a047e5a64caa9fe0e5130d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e4246ece291c4aa98934f1277b1eeb86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5ff6e778ad154e80917f55e354aa307b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b38927da24484dedada4c559749159e5", "region_id": "RegionOne"}], "type": "workflow", "id": "e4c27dbbb11b4bd497805583f893769b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "59e6e9d962e04f149a4db6d54872c9c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1af0b27dd8714e259e7cd78b918fd45b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bf81cb0ec6b248afa51b950293142f1e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1bac71f078634eb8be63600e0619200d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "375d9ec5eb474f3495e5f6063e3b5be5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "575c4ceddbbe479989ddbc743277a1c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "42a8863d08584cea8ca403b82867e7d0", "region_id": "RegionOne"}], "type": "rating", "id": "bd1db039c9ea473ab6326bfb7c977b03", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "956f4d772e284178bb2fe3280a72d945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3456bd316c67493d9612f4a9ae0ba59c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "bbdbbbb69189409c8a3c0d262ffb1bc6", "region_id": "RegionOne"}], "type": "operator-policy", "id": "b992a806858148afafe4d4386e93ac41", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c428c0a58fae468ebbb201080c506ec7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fceb63fdce5f4aabb36e05bda5407388", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "dd3d9ccc0adc4badb13c96fec1c25ff3", "region_id": "RegionOne"}], "type": "policy", "id": "aa22e8f2eab5425ca0f4b5f01758d762", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "234bcdb0a587497fa9b2c7218dbc1668", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9581eeb328c14dd092c4ef8ab485982c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1a4d8210200f40699ffda663402cf712", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8992c8ed71ef4362b5c11a83241d0b76", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a77e90acfb544f6b8c9adcb10060dc16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d9d04eb2d4d247fba737b95b4f5881a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d9919fabab314f9dbe222b15727eeca5", "region_id": "RegionOne"}], "type": "sharev2", "id": "41cf2f96202c4651a01c304f5d0e9dda", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cfc19e784382444c8eccd4c2ef560275", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c0a534f4e7d249f98aaaa1fe693c581f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "056980bb6aab4fccb6bf9f4cf91340c1", "region_id": "RegionOne"}], "type": "share", "id": "5f041f9f18784b908457e973fe114dec", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ceccfb7aa9a9491aa689a6c4ae2c440d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0ddaf89a42c7438583799a715655cb5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "07a67dd2b0db48d1831874f02f86740a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4b32d62f4f0f4560903c1b4017ddded3", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9c4f19cfdd14018969163cb5b1f82a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9f55c03374e44408f6dbe6b2a4078e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8913c7ad0e904258b0c71b4b2c8800d2", "region_id": "RegionOne"}], "type": "orchestration", "id": "417f5b0042a049c2b5f668e85cc2d608", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "069686aff7f64a3c805731736ca9541c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "856d807ca50846f8850d1ce1b6a31243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c333e4aad26b40d684b03d63b20c4a39", "region_id": "RegionOne"}], "type": "block-storage", "id": "f47cd8c02f67456faef96516b8608ac1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9db930265c2c48e382b9d3c6f7929563", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25cc88559e5a48e09b46f29f7c30953b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c864ce0438e42858ff641f8b84c696b", "region_id": "RegionOne"}], "type": "volumev3", "id": "887ac8bc2eac4383a9d70f30d23e1d7a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70198b714b184adfbde5c9f287be67c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9346806b1ce54f11b87beabc1bf794d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb149fb3f3874d54a1a35658ede7926d", "region_id": "RegionOne"}], "type": "volumev2", "id": "025ad28aa4e445db86d0759f712dde6b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f62480d631c94ce1a958afb18a339bc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "465c9bf53f09402bbccc7c716e258c2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1eb8ddd34c5842d58859d4f8096df64b", "region_id": "RegionOne"}], "type": "volume", "id": "54092929130e4dbfb6683d84363a5acc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "207066041c69463d8164064fdcdabf52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89209aa66d8f41b684c29f2cc49047da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e7bbf74dbf94fe183c185ee5d46df5e", "region_id": "RegionOne"}], "type": "block-store", "id": "3baaafdf1801460e833d133c64cd4422", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6216b5f679a1408ba71aa5cd3e2dd4dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b2fdac37743444fba062073f49f3e7c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1c9031eed2a54895b20657975196b6ec", "region_id": "RegionOne"}], "type": "alarm", "id": "123f44a6bae84732b4f32ecce0872036", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "35ab51e95ec447368508ee75e7d62689", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "58acd68b4d374db09c25eaa0ba7ed65e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9863ec29979445699cbd10f9111ea764", "region_id": "RegionOne"}], "type": "alarming", "id": "ff35e275f46a47ae9a0ce67fc514c164", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c456892d5cd14f10aea70cb2a8b2527b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0bbc2bc132454bd1924803d89e74a1e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3d7d097832ed4690aecd415151d2d62b", "region_id": "RegionOne"}], "type": "meter", "id": "016a2279fca64623805760476c524f3d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0187b51aabb04da3b50dc71c78fc14bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bda759d68f034015aef427689dd5594c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cf7196ee3e0a44348b2813d1b5e7c2d1", "region_id": "RegionOne"}], "type": "metering", "id": "d8f9aa72ef394043b68ad582a3691bf5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4692b10af3924f9ead711c043c6cdd04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "82db66d2be4d42198753dec67d1913df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "877011cc49f04013879fcbaffdd99e41", "region_id": "RegionOne"}], "type": "telemetry", "id": "122d3606751d4c6ead8c8a6b09eb8c3a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d82830857c844badbf6b98ddac088f71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a93aad3eea8040df950caec25f9fb05d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a387a11007c64884bc02df4fca4d31bd", "region_id": "RegionOne"}], "type": "event", "id": "bbd4ed4d98ee4affaae28bbc01bac145", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4d5902e4adc4489db195de7f143a5b29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "000ef8ac66734b1bbaf049de918acea8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1588f00f245d4d22baa300dbd784433e", "region_id": "RegionOne"}], "type": "events", "id": "ccdce868de8349bbb935b68a42368b57", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d8d2d357985e47c29fa08beda9e87bc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "90e7d036658b4b7a9331bd4e4373a4e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4becc37756ad4c0b948a7547c753d762", "region_id": "RegionOne"}], "type": "application-deployment", "id": "85a85994fd9945748f422a5405ecc93c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "028ca83c646d4751a27085210bb33221", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0434d6dc94834dd7824ad916af921e64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6698b5e7041c423791922546e6d6cea3", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e58c31ea7aab46edbee2d6fa2e206e1a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0594491b83204177b31066f39accea28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "26e86ab277254307bfd0ede99e4fa745", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "57602d29a826421fab7b3ca657bbae41", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "10906f5b41164fdebe9369e7faefcfa5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c4ae77fcdd7c4038afa60e22afcf8118", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e19f907be6574bbfae5d25a613711feb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "29d02b8e7f874523b206c77de9cdbc00", "region_id": "RegionOne"}], "type": "tricircle", "id": "f3ccbc3f9a0e48a79d81896556923c46", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "33ddc7ddfbb248288b1bdbc5c47828d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "3f006f0890914c808011237576e537e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a32f76a400bf4155abae8851ab135d17", "region_id": "RegionOne"}], "type": "database", "id": "6d29c0bc7a9c4ed9a17216cb14ca9959", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "beab27cca78b49b09fa39ef9eefd64e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2de12d5ddb2543269f88b7ed7a8a1354", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "63c48aaa69814e23abf82bada9ca4f76", "region_id": "RegionOne"}], "type": "application-container", "id": "10ac8fe19f0e4a46a254a0ecd0fb3db1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dc8b9250fba64576a905a173b7f46360", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "481d4492e9e84fb08e40850cc5871d1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4cef0d450f3f4bcebb4c42464e988cf8", "region_id": "RegionOne"}], "type": "container", "id": "cecf2847b744418ab63a7024e2714963", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e75b38bb4be44ac293fae25d4503714f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "021fb5a58ffb466191e47bd50dfc5391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "daca4bd235654d0cbfd96dd474f3aaf6", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ec254cbc16314125b8e82f7310f85810", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7b955a0fa51644e9af8939d46acd607a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2ec10c67403f4673ab104aebb133967d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "94216b8f0e674d90935e9fa19f4e517f", "region_id": "RegionOne"}], "type": "rca", "id": "8b4148cc1ae745859d5be65674958777", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c4f31473e51c42ec8bd436179f18b69c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f0506162f0d243aa9f9715b31c3657af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b56ac2338f32430c9477ec105c01de2f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "658ce29de72e41ee844154e5b0fb2ba1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "aa12c44a866044f28a60f19c0e91fc1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5718ca2cd28e4f36b60c5fff9e5ae1b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e8dae13a83944f1aa08a73b528951bd9", "region_id": "RegionOne"}], "type": "network", "id": "b4eb66c3cf9e44f694a7e5499a116924", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "8ffd887764db46a58f34439341fbe760", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "cd4c5dc5d7534772bef5f6d90b56f142", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7bdc8d6ef3b548389b68c1c709ab82b8", "region_id": "RegionOne"}], "type": "backup", "id": "4ff8ac7442804e68a7a3de56049a10f4", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "68c1fafa63d2426a953fe6ebb936bf96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "581a5be7c271477db05dccafcb021cbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a6621ba078124056af831897c58abd10", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f6ff76fbc6234218919ad6782dd4adb0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3546390097dc4f588dc537cc841ac34e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2fa5c113f3bf486a93a622c0cea6abd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bbca6fe9d3a24c7da344cd90a1e79416", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "75d9877570ed4cdbb44bb9eea09011a8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f8095d565bcf419b9cbf6beb6e390553", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8c97415f85c044da8b3374724be0de99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2ae0ddd0104540b887a7e22adbe4fd09", "region_id": "RegionOne"}], "type": "monitoring", "id": "386c9e9fbf49442ca5cebb84db77e40f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2ced6326240344c683ac3f1eefc84f49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5bf3d2e5023a4b7aaee8c20f525d910e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "299751ecfd46453b8c64063f246edfd6", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "230a3688e5d6444cbb2ba5ee0e73de57", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c7292401354440999fae2d5d80661d80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5bcc8022a6b5420b87164e4a63b0996c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1c7adb0fc94e498192f23827af1959be", "region_id": "RegionOne"}], "type": "placement", "id": "b08d93e535d549909ba364e64f0e2014", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "948b99b12b614108b7a1d6252981befa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "aa66f7c7526c4a2ab46a64622ed4c2d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "be20d1e738cb4b7e970bd4d3881c5ef4", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7c455bb2e4bb4be29eb9e27728e3b9b6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "04086d13a2824bee9155a72951fd8845", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "497b225e869040319a19469144c12467", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "20780b7a388344e18f9829f255c63217", "region_id": "RegionOne"}], "type": "ha", "id": "27ccb8ed9cea41008e02c04b66c921e2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "262042f8aaed455f9019cd35b95159d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4006de1da8664dc99f6aa8ee8bafe964", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bc47714a763d4e65b6d1c52e4df13c1a", "region_id": "RegionOne"}], "type": "reservation", "id": "551f7173ab9f45499018fc114d44fe98", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e1a1bd536c864fc2be3c1d00b4a313a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9c938988f4b1456a91b945b5fbfe8307", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "25296e3ce37b4a0a9c451c0959406f4f", "region_id": "RegionOne"}], "type": "function-engine", "id": "3b66cf73e8ac49239a4d2c7f622853a4", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d577ba2fdb614e2082cf3537553f27f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fea11fadd78149e381cb383d05ef8654", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c2fe21438fd349f588efbedb8813b2b4", "region_id": "RegionOne"}], "type": "accelerator", "id": "0747cb3575154056a3829f513066e31e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "41646b3277f64b3ab13a3b78741a2920", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1539ec9d4c22438fbbed2f8fd694f13c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ce18b21710a54b3ea6b8764812f04644", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ea1660be8ccc42fa99d32891b061e3ff", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4d59e88b83a749faa5639b39d67f64e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "485191583f9c45339bdf73f9bda48baf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "efd9f46cd1f047ba8819a4e100e7d4cf", "region_id": "RegionOne"}], "type": "registration", "id": "5d730a899215431ca419638a0b80d76e", "name": "adjutant"}], "user": {"domain": {"id": "5287fe40ab8e46e38ad0019a074e7c45", "name": "959e7805ce5d4df7a7d83f7b79077169"}, "id": "aeee6cfb1a96463993c896069168da58", "name": "fe7f46b4bdce43d193faee903172a643"}, "audit_ids": ["af2601126f484ee0ba4362be13a859b2", null], "issued_at": "2019-09-19T09:04:48.100911"}} {1} openstack.tests.unit.test_proxy.TestExtractName.test_extract_name(slash_servers_arg) [0.062836s] ... ok {19} openstack.tests.unit.test_resource.TestResourceActions.test_head_with_microversion [0.071199s] ... ok {20} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_pool_create_attrs [0.067092s] ... ok {0} openstack.tests.unit.network.v2.test_flavor.TestFlavor.test_disassociate_flavor_from_service_profile [0.067008s] ... ok {24} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_software_deployment(stacks) [0.064436s] ... ok {31} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack(sd_metadata) [0.298246s] ... ok {2} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_stack(identity) [0.069445s] ... ok {30} openstack.tests.unit.image.v2.test_image.TestImage.test_download_checksum_match [0.063874s] ... ok {30} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_image_delete [0.057215s] ... ok {15} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_force_service_down [0.074258s] ... ok {15} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_stop [0.072757s] ... ok {4} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_policy_create_attrs [0.062737s] ... ok {1} openstack.tests.unit.test_proxy.TestProxyGet.test_get_id [0.064287s] ... ok {14} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_health_monitor_get [0.066662s] ... ok {30} openstack.tests.unit.load_balancer.test_provider.TestProviderFlavorCapabilities.test_make_it [0.067946s] ... ok {5} openstack.tests.unit.orchestration.v1.test_stack_files.TestStackFiles.test_make_it [0.069968s] ... ok {9} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_domain_delete [0.068660s] ... ok {7} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_providers [0.063305s] ... ok {12} openstack.tests.unit.object_store.v1.test_container.TestContainer.test_commit_no_headers [0.226777s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:48,801 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,812 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,819 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:48,827 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:48,847 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:48.728486+00:00", "project": {"domain": {"id": "f12aead2b0ec4b5489bd699fe8f9b596", "name": "137a2c78ca744630a261835814819f69"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b42a943e3bd44d06be01c0bd9ebc0902"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d3d5acbd93794cff96947cc02d45e47f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3ce6246ba57c4ec0b8e13fe254c0d5a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9fa170a0773243b1bf7aceb5cc70cf87", "region_id": "RegionOne"}], "type": "identity", "id": "7334e719f4e44dc187ec39406c385bf8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c8671ffa1ff0443c8ee5eb5815534e07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "aaadbe1c1b1b41e582a255732fd97425", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "829c15c69cef492a82cd065dbb26310c", "region_id": "RegionOne"}], "type": "compute", "id": "a5b6074a3ca845b898644c3e6aa4ae50", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e59164346184403f8bf77666a427720d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "40508cc023b24dbaaee3b51ce42d280f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c5aedf183b1647619f6b907ad962e664", "region_id": "RegionOne"}], "type": "image", "id": "e87acc2868824541936fa76ce7d43b5a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "940626f5866f404bac1ecc2cfc6b3a03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f1129a10e7f44c55b517cc9687f9db6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "36cc024ad9a649ca92e5ea9ade1164e0", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b11396ab6e9248c9887fae4e3944a608", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45dda2b5f9b84ab0be3c734c1de0ef94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcae61b8721c455d87732577c1f6b356", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b29299ae7a04474ca2c5f57b43e720e2", "region_id": "RegionOne"}], "type": "object-store", "id": "b2c016ece80e4ebcbf8014b5be74df77", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0b52056082b140b9994d75a658692ee0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7a5ac9d803d54d3c9bd94d9d068f068c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "26d3bc8daad24d35966ab086db8a0c7b", "region_id": "RegionOne"}], "type": "clustering", "id": "28bfb758fd0b4f5c98c700958deb4986", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ec3deb1d272f40e59afd472e08f0e5fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "95e614e49d044fb8bc798c2a70bc2912", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c7b366a38e704511959d6e831559c164", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b671afff338b468eab5afea381104888", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "204deac8bc174a36b9c41533d4e8ef95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2d5c78dd251c446bbf25e5a282e17f8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2698f564e05a40cd98eebdb30e015f74", "region_id": "RegionOne"}], "type": "cluster", "id": "c42be56654154e6892350dc6d71f205f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8fbe6916756948788721a0052dbefd7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ae2b8a266a4b416c9e71b1a1a4ab38c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9ceddc2965304ee89c7366bf2dfc88c1", "region_id": "RegionOne"}], "type": "data-processing", "id": "f318f29b4012418db37e0513c1a9c5f3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1bea42eac98e4dd19f29aaac1eed425b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ed1f7e520ba44fb38fb64751aa0e4662", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f76d89bf3e974b669bfaedce61af5680", "region_id": "RegionOne"}], "type": "baremetal", "id": "aab89ad3082841a59f497858d4a3e67a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a3e7757263374986964208f83836b53d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "21bb5fcdb7434a90b62338fc31c6a52c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "afc851392d4f445ab70ea56e6cbdd21b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7048325790504b2cb18146cd64859b29", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e2c70685103647648be255344297ee7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0e7a3fa0f0cb472aa59ea656c38ed119", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3d3a1992b149401a9cf7e47184e89bb7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5737acf067914b47be4a9e030d32bf52", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1c6fd8eb9b104bb8b0d4db6297495a84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ccafc235840a48dba0af5a1ab3ece426", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0616a74252df4a93b5c41d3980ee8a93", "region_id": "RegionOne"}], "type": "key-manager", "id": "9f45b4d1edb24623b6fd83d7ffc8f4be", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a7eda4c72d4f49d7b0e73ad5ea006edd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "217e265cee354ec4b08a1c11847ef77d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d902a55c43e441aca3c1bc1ed13bd36f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "04cb13a2bc7f42da9bacdfc56104ae14", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8f7cc23d3b144a75a0b093ffe96dff17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3326426170aa42599966bebb7bbbb270", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "daf8ba4361b34f8c8a5110ccec1e9ed1", "region_id": "RegionOne"}], "type": "infra-optim", "id": "32538d40f1ec44fca7a19742437fbbc9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "123e4f8e028b4bf382ba3db94505b880", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "30fc7753381044ec848a5ac6c8903ebc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "62f6b8db1a5345cdbdadad62d4597e7d", "region_id": "RegionOne"}], "type": "message", "id": "2a25a6745afd44b4bdd01bc8f507e81f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "78429cab518242298f5d4e5b70452558", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "508b69ac99d74367a7823aa9529403c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "757ec560c44c4765b9a84bc933ba5a9b", "region_id": "RegionOne"}], "type": "messaging", "id": "97a4b3644acf4a8fb6edbc3b75a139e5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b8535bcc6e364bd8b989de714ccfba8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e53a55fa670949f0a1c0b5ab7e2ff3cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "efcb5d9e58a1407fbfd9364c64be7d08", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6424806b42cc4f54beb50627d2930611", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c91390b0806404d89d5c661c84b3f76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "45082fd10fac491b862205fb695506ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b9333fbba5c84fd6ab98940ce5f41507", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8970934abadc4d57be7a5ab9adddccdb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f7d1d8f60b4444dea17366d18d6a784c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1e8d45ec8de047e385fc0dcf44de49aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "07d0861b49724bb3be5b5a941e646829", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c6908570e0d6481fa236c9a5fc1c75fa", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "17441899033f49c98cfc8519835f9495", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cacaf73c95644cbfbb5d6b2c1a45e7d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "42b6c6b7e4684519a9e5b1066328ed4e", "region_id": "RegionOne"}], "type": "container-infra", "id": "1ca9ce9f11384333a04a691558bc088d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d05e8d108d9d450d81d50ee6ddb6fe53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "97ed0b25d9e2485ab1b2ae1dc8953dda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ab9cbcd8df9b4f9a8a3ebb68e89764f6", "region_id": "RegionOne"}], "type": "search", "id": "d767d8d558b6454298906d76d01bca55", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "0a5519cd418345a9aa4fdbd364b28d9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3f4050c373d64a93a1198c155043fb8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c101ac7e2eac49f8bea82dbed8e0edc9", "region_id": "RegionOne"}], "type": "dns", "id": "042ba16f0b7842f0ba82980c534f5d5c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "98cffdf73b894ca99bf67f0d7b02598e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3f87ef76144c4016a9e78034244fb3c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c4139801871e4cf8a4227b23b9c3150d", "region_id": "RegionOne"}], "type": "workflow", "id": "7f2941e140494443beee378b09ba2817", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b2b90a89774244d2a064d4e71512b222", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "012dfe47ef504f5ea06a510e9ccd3b17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e470dbc43a53417aab0e085737c871fb", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6745e8490e2e4afe87d6d4dc46b7a075", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "07bf43ce8bdc4663bd90e14ed19aae30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3088a428ffd34a5e94ef1e74ca489742", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "826f9f272cd5499dbcdb17267032b3b5", "region_id": "RegionOne"}], "type": "rating", "id": "7fa1984e14a64d80a95cf838580e0541", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8ae1449cf86249a1bc38d5aa52770ef3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8c28cec90c59427f94a7beb0450c3baf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2f3c5ee338f541c79dd121a7dfaede66", "region_id": "RegionOne"}], "type": "operator-policy", "id": "b1820edf481e4df5aed65eddfa462414", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c69ec2e4c42243799d3555a2241928e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "391ead47f12840e4aa11d7404ed0cdb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "787f4f8961e34fd298bd03d43b24ff5b", "region_id": "RegionOne"}], "type": "policy", "id": "f8dd557a7dae444c97d1df020bc2f1c3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "17139955a3fa4059b00f70854e131dd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "82179203ca144bc5b80343b671ebad90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "45090f6cea7a4889a315664f1a48fa86", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b840728d1fb04025bbc94384aba3cbb0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a2b21a1743a444e8af08dc2c5f4c1630", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4c47ca3b68a34452a6a41a5658e97373", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2d16eadc331e48cb8d330f0ad01fa73d", "region_id": "RegionOne"}], "type": "sharev2", "id": "923bcf88973f40b2a430c09641808dcb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cefaad3823454d6eae4d188ff1b3b8bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a0419b8487054edaa7763cd014c31ad4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "41acc4a884b14d4d9109763d6411b72f", "region_id": "RegionOne"}], "type": "share", "id": "64e749e78ddb4714b4d3a75be7aef53d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3a3414cc119c4b2faaa39ac44a5098d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "5ff64d5b4a3c430b93db883c2e9a9b96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a5073182141441c1aadb056cbfa0fa52", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6c0ff85533ec43f9b0f2e86db2d9c992", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f710bc17cb8f4e89b8887f9c31cf1143", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06830d65fdd346e2ba45e6bcd195bfb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "608fc4e47fd14daea533f2d4f12749c0", "region_id": "RegionOne"}], "type": "orchestration", "id": "8f5f7681bd2c418e9857d1c16f079bf1", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4fd0ab04c184af08002811f2f883e98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fffd38c534249fe9158b57f17bb8e5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04fa1404857943ad9619fb430b56a5b8", "region_id": "RegionOne"}], "type": "block-storage", "id": "16b3332d6cd945bb814eccc3c53f159f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bf913e6748145739e59b03d35adeb08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb4b34cad12d43a79f6af333a515b243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f8c90d14acd4e2e94ffc23cf249b76f", "region_id": "RegionOne"}], "type": "volumev3", "id": "f74a3b5a36294b5b9b4a7d5a1b9a7e93", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dccf02be0fa04b2ba6f039d7108726bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c682be091e6c4575a8e2e9c19fec20f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87b1493c7ce94a3387813385af62c52b", "region_id": "RegionOne"}], "type": "volumev2", "id": "3e665d79f8104f8899b1660c73510416", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69efbf92bc99441186adade5feaf0814", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a129c6b058a64a2f903bab1366a692e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81b32a364fb340fba4d251d61198f196", "region_id": "RegionOne"}], "type": "volume", "id": "9b43c181359d47b295084b9276ac4986", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96c30eeba93e40f9939cf89b8502299b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f24ea65426048558c4d605adacefc0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35e6d46f26bc46e7b371cc8d134fad42", "region_id": "RegionOne"}], "type": "block-store", "id": "874a2dec2bb044919ca9cf6bc469a91e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a559e8b379d84a8e9ab53155998601d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "706fa4266e8b453fab5b80a26e2aa326", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8962b5bc03064904b07752c693b790c1", "region_id": "RegionOne"}], "type": "alarm", "id": "f906f46bd88b446187a2105583882353", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "213e49ad10af4827bc12a45edb35d8f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "709ea34a6dc549fb824ff4647f7c9954", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "637108d4b115425cabe06568965896c6", "region_id": "RegionOne"}], "type": "alarming", "id": "35faa26b3cf74872a3391faf0a8c8688", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "22f5694291c4476bb51138aca1a5d706", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5e0325607adb49cbb8809b3be0ea0a47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "41985941d8f74b7a943a876cc3af8db6", "region_id": "RegionOne"}], "type": "meter", "id": "f70e8fd7bf6449dd98aa140db406e8fa", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0485a8b7eb6e4e168c39fc71b668d2c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "216a5e78027341a583664f7eabcba366", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "079cf68e82474068a4a2a2e3b8273b9b", "region_id": "RegionOne"}], "type": "metering", "id": "44a98d79366048ec84f134399ac8f06b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "26a1047870d149c584e87ce3e4ea82bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7c3b3c69b3a941388c36c5fdd88d5426", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6d000fd33d794e68b7a853181ce4ca43", "region_id": "RegionOne"}], "type": "telemetry", "id": "174fa99e7d1e4325b32f749b6416431f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b0ff060a16504d938122c0be375ec982", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5e83c71f6f2b41ac94c9c8cb2a50ce86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "be9d1140c48448fea0a6e3684b85686e", "region_id": "RegionOne"}], "type": "event", "id": "a36ff009fd394d0da1611ef299881f49", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "60dc729ad5a147cba7d5baaf45b782e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cfa1170423f94d1c8cf498930957aab8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "eba278aa3206435d80de81fff37dee86", "region_id": "RegionOne"}], "type": "events", "id": "049bbc7cf7324a9d9b3ad9cabbd9aa03", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e4dd9cb33d32424f954371c31f54244f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "81a76fecf67b458b86b8e398557b694b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1ced8c8781a446cf8035fc0a04c2c974", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4e1bac95e5814c50abeb75fa3cad77ac", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0f84a07b8e08456282b63db8119747f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fda88cacaadc40fe99fb9e0f69cf3088", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c092e7a227914dc18f30b6a7cdc2e616", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a0116c9966e04a80b65508950e217e4b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "676ce2bdb8c7466fb464af6cf5c192ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ed43d45a722e4d9bbd82a7a24a06919b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8b4569a3d41b43c6a894b668a08c537d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ef842cf7e05d45d6847723f2e284e255", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e930edf3e8b94307b7b69d9f8a84c8e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c633c364d12048c694a6715e88fddbe2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c0444b98ec344ad4a67602e5550d3e6a", "region_id": "RegionOne"}], "type": "tricircle", "id": "1d80b131df044a19ba72f01157f8f930", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8fe763ac82e04c65ba6c002fcc2b227f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f01a85f2a5d04bb7aeba4f46565f0dae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c5c03b2c1daf491fb8c48e3172d7aef2", "region_id": "RegionOne"}], "type": "database", "id": "3164f6b4dc2844adb8e7a6c41ec90eb6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9149ba0809684062b5164e67ee10dfdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0b932fbb0f564e498579410769224fdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a214e7ace6194feaa49368fdc282538c", "region_id": "RegionOne"}], "type": "application-container", "id": "ac58f5bd5b9142fb8750f6fd569619ff", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "236ddcc8a9884be0b5c219368f91b84b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c62e2fe59825430691ecd8ca56a3a0d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e9aa256906664654976bac87521e70a6", "region_id": "RegionOne"}], "type": "container", "id": "05306db17c1548a6ab6154681de05bea", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bff88e3d443842d0bb10cb51a6c37004", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ab89811437924e66b559b2c3517f0401", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3072de410e254c888230d0ffb18cfd77", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f4b79e750492431eb66f9eec29ffb5db", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "61a1a24376e84fffa1ea43f99893dc29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "268d1aeac8f843c3864095fe7cf9e3e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "664ccde8716c4f5ca8b3e1e0a8ad6620", "region_id": "RegionOne"}], "type": "rca", "id": "324c46664f414639abfb025775dbe8b6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ee2fbe5ada084eb0bc3ff4e24959492a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2211352d9f97495cb04af296058da898", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c2c1a54e583b4e12919265d8f7b9cd13", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0bd5130c84264fe1a77d24d4f88406d9", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "08584d8c596140d69757885fedd111a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bc168d17735d42988db72fb5b54f2d13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "44d7d8017cb140128a5a87a1d58c2ab8", "region_id": "RegionOne"}], "type": "network", "id": "765497e8451846acaf595cfac595d045", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "749e77d65701468aa92c782141df11d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "31d43c58b21f4df8aa26faa42e76ff21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "6372cd22c04442e48ae18625e8382066", "region_id": "RegionOne"}], "type": "backup", "id": "f0f552d13b954a189a39d8d8fd5d72f4", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e1ee0109ceda47418a2f95c7c49e056e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9df20b4f5cc24b17961fca235190c8f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "13db0634ada0412cbc00257d5af4aefd", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "645900b7dbb14bd591fb66f41cd7fcdd", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "53972f189f4c4b4b8b197a70fb992231", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e80f87ab99f545fdb9ce8f0470b0c153", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8057eec699a94414bcb393a1934064f4", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c9f1f9ba91654e58a62888839aa406aa", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d0e8ea98546e45b0a552658163944cdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3f39ca59a2464d568b325b7c36b9d8f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "70625fac2d484cada1dbbd0d5a3a1751", "region_id": "RegionOne"}], "type": "monitoring", "id": "f6af4281be7341f38e398b09d024b769", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e1c1ff2708454073858ff394719cb6dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c8f85341ba684dfca8b8e928c5f65e5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e3d80f75111b42a2ad9ed8e6a4137d31", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ee7ed2bb39b44e82aeacc70ecbd194d8", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2c96a5d5eab44bb8887007a2323fcdd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5cf2143d042b404186116cf1a29ea0b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "dc827be495ca422d8e25556d72b39ccd", "region_id": "RegionOne"}], "type": "placement", "id": "d248e0f26d1e4c219d24b703b279f5dd", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "16f4566aefb943cfab1b1d40047427c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "20c54bd2e37b4c199f1805a1eccdb596", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cf7c58f5597b4d75874c9dcc3969218d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c3f7be6f5a684d3d97e4afaa278274a5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "77a6551f4b774a079de82bcf92980ebc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e4271e47be4746c6998554a0c9573bc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a6c2ae003eda447294d81480134ac7b2", "region_id": "RegionOne"}], "type": "ha", "id": "988b5c384f2a4686af2dd720fb439375", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c5386916df324b2e81f602be4edae574", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a5d239f2aa2f450aaaf28c7bae1719c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "26ca634995294eafb6dfa900cb00859a", "region_id": "RegionOne"}], "type": "reservation", "id": "06385cf8d55542f0821a61083b682eec", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3a4d0f3a106d4c2a93432fd8e269e2d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a2097594257e46c3bd88af3d1b8b8d06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "bee84b00a2c4411095f2dfe446c1849b", "region_id": "RegionOne"}], "type": "function-engine", "id": "dc99673f83de448c9434319b57e92529", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "54c32d79def149e78cbc47c18d867f7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "18ca21555495466c827bf8d41c871c8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "91079150a28a4cf385667cc72665e059", "region_id": "RegionOne"}], "type": "accelerator", "id": "c456fe8ce51e43feb69c78bfccfd0892", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3331b888e4424cd08641afd36ff63eca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "57634022928f44b897a6110f856fb04c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2fcf1474988f46cf830807acde609bd3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e5f19a1e31844ca68f80d6d1585db881", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0ef17e5c430a4e0b86637b85db6e0dc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0fa740d0a2ce4cfb84b2f27f474b33b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5a7708f054d941c99b04cc7eadd81c48", "region_id": "RegionOne"}], "type": "registration", "id": "2712120c44d0499fa8c1d9f21da2d6e2", "name": "adjutant"}], "user": {"domain": {"id": "c6c61f0bac6240c6bf10733d7eef51fd", "name": "77c5420bb4ed468185427394c3dd35b3"}, "id": "7ddb753d4b4a485182cba853a17d41bd", "name": "0b5103c5154a4b7fbe705f2c53c727cb"}, "audit_ids": ["a089649901eb46978b8818d9ea124abf", null], "issued_at": "2019-09-19T09:04:48.728486"}} {15} openstack.tests.unit.compute.v2.test_server.TestServer.test_live_migrate_25_default_block [0.067094s] ... ok {15} openstack.tests.unit.compute.v2.test_server.TestServer.test_rescue_with_options [0.053411s] ... ok {8} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_amphora_failover [0.064998s] ... ok {0} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_rule_type_find [0.066565s] ... ok {29} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_listener_delete [0.252626s] ... ok {25} openstack.tests.unit.compute.v2.test_flavor.TestFlavor.test_detail [0.062878s] ... ok {28} openstack.tests.unit.network.v2.test_service_profile.TestServiceProfile.test_make_it [0.068964s] ... ok {18} openstack.tests.unit.test_resource.TestResourceActions.test_delete_with_microversion [0.070645s] ... ok {24} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_software_deployment(stack_subres_id) [0.064678s] ... ok {24} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_software_deployment(event) [0.066882s] ... ok {11} openstack.tests.unit.identity.v3.test_role_project_group_assignment.TestRoleProjectGroupAssignment.test_make_it [0.061573s] ... ok {21} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_claim_get [0.290465s] ... ok {21} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_message_delete_ignore [0.065096s] ... ok {30} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_amphora_find [0.063960s] ... ok {4} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_policy_delete [0.064660s] ... ok {16} openstack.tests.unit.message.v2.test_claim.TestClaim.test_create_client_id_project_id_exist [0.068448s] ... ok {14} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_pool_find [0.069428s] ... ok {7} openstack.tests.unit.load_balancer.test_quota.TestQuota.test_make_it [0.042035s] ... ok {5} openstack.tests.unit.orchestration.v1.test_stack_template.TestStackTemplate.test_make_it [0.068766s] ... ok {31} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_stack(event) [0.071284s] ... ok {18} openstack.tests.unit.test_resource.TestResourceActions.test_head [0.074728s] ... ok {14} openstack.tests.unit.network.v2.test_agent.TestRouterL3Agent.test_basic [0.067540s] ... ok {2} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template_no_env(name_id) [0.075684s] ... ok {29} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_load_balancer_create_attrs [0.066332s] ... ok {28} openstack.tests.unit.network.v2.test_subnet_pool.TestSubnetpool.test_make_it [0.071211s] ... ok {4} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_networks [0.065424s] ... ok {24} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_stack_preview(identity) [0.067790s] ... ok {1} openstack.tests.unit.test_proxy.TestProxyList.test_list_non_paginated [0.068302s] ... ok {25} openstack.tests.unit.compute.v2.test_flavor.TestFlavor.test_make_basic [0.065891s] ... ok {9} openstack.tests.unit.image.v2.test_image.TestImage.test_image_update [0.072395s] ... ok {16} openstack.tests.unit.message.v2.test_claim.TestClaim.test_make_it [0.067871s] ... ok {29} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_member_get [0.070135s] ... ok {21} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_group_delete [0.064849s] ... ok {8} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_listener_update [0.068345s] ... ok {13} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_delete_subnet_multiple_found [0.234350s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:48,517 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,523 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,526 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:48,531 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:48,546 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:48.450839+00:00", "project": {"domain": {"id": "3b63af18915c47908b754ebf41be887d", "name": "b8e628c291b145cbbb4db349f96dcdc6"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e7603c77c0474f12a970a9cb65cd98ff"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6728dc32275346eb8d43424a67b79634", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4e54560d16964120965366a149b7b7bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e584c40872134cfcbe53090aaead47c9", "region_id": "RegionOne"}], "type": "identity", "id": "662142184c45465997e6184b987231bc", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "07a444cf04754b5fba3919c27f43c4f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "14253d32defe4ae0b7c6159ae4ec3100", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b52030e6c2a44a50afaed4eb597f78e1", "region_id": "RegionOne"}], "type": "compute", "id": "35f6b82cc9174765998e490ae228ec11", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "acbdcc2f4ee24dd787ec28bf3ca52aea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "dd554364ea1c4d54af60149432ffb4de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "dd33b197087f4a48bacc89b34c45bc20", "region_id": "RegionOne"}], "type": "image", "id": "86fd0b7a2ccf4a31a2e4498db37c429c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "56b068b303e3450d90d2849971aa5597", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "536e54dea5834e07abdafd3e407039ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1e8c9b11fde4439cb989ecdb24a0c789", "region_id": "RegionOne"}], "type": "load-balancer", "id": "71e91d19aeb54a958e066e027d5e4134", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc3767f5f06746049b9a6fad42c5f85d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da454343db384fa58db7ac673e498de3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f292a204e9a46c0b23a333d3251d8b6", "region_id": "RegionOne"}], "type": "object-store", "id": "be6e55b288d84a34b9d227df8de82917", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4c4de3d4631b49029bb16f9969439eb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "506e78c4dd6245cfa8e6f4b71b2ab305", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8ba3582740d6408bb6571145a986f874", "region_id": "RegionOne"}], "type": "clustering", "id": "7f0865a35a7c42b0a7dac791c1378b95", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "88f9b5576cee40f1be985d7301ce7e29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2bdb7c75a4ee43bbb703f6f990d8eebd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cb64e6171d574092aa4906f5aaf96fac", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "74c8e4e3d399459bbe928e279f4df166", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4ea6c747488748f982bb37f830e39e24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5a521cec0dd94dc2ba7571b2b3556f89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "acddb9f07f8549cfa94ebd7f8c7b99f4", "region_id": "RegionOne"}], "type": "cluster", "id": "85f9cd326d9a4fe7920bbdd0e7da9139", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0b3677b4b1634e4f815e8e3869bad64b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3bd89a5a4c1d44b0a449e4a3e412ef6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "fdd0b09a3cd749f88222937c12c4d26c", "region_id": "RegionOne"}], "type": "data-processing", "id": "6e9a149947b741b483d0032b9e1c6ee5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1adb5d2b513641b5b7b43f7c6982e3e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "262defc1b01b4e22b6fda3a9788d548f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0e72462df6dc412cb77fd03e153d2e5a", "region_id": "RegionOne"}], "type": "baremetal", "id": "22cf4528f75442d79b31774f6b5cd8af", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b2ae107946c847b2b57a0b5ac86d2455", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c9575ef1ab634a84a4df79eebd8cf445", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e00ceffcd6d545478e8f7ebb65a56981", "region_id": "RegionOne"}], "type": "bare-metal", "id": "216e575ce67442e29b21df56b00da8f8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "867f5a2063bf45d98b638c0d0e8228f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "13e90a70d51b4a839544aa306ee6dcd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "8c8f1abf384141eba588263f7d398903", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "764b3eb36eb5484cb9f36f01c0f9b87d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bf14fe2e4b7a46b7a0733765aa1ffbfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5df6125e58724d7b986538adecbcaf11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b638056731c84be4bbc1094d980ffb88", "region_id": "RegionOne"}], "type": "key-manager", "id": "167d5aca64ca458fb5ede6ed768aec48", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1aa616d149914dd6b385715ac2a464a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d8a20a58598c4182a90edf6911c1c619", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "abee9b474ced4b96a88b73c090e4f088", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5e2e6290688d4c948ef62a831d092338", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "76a2966f5aa547fab3e65c9220d032c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a832e29cd89145c9a87f506e612fdd2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3ee27ffb1afc48d9a19ccd0150d3791a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "801155f4b20e45e480f3df170f1b4abe", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "64aba1837e6344798c662339b6994189", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8092d5064ba24c73942e74a0f4386695", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7cf3139ccb9c48dcbdef44c23983ede2", "region_id": "RegionOne"}], "type": "message", "id": "fe29d1c7467846128caf9c8386c6ad3a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a3cee43552194111813816cdbe033c14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7b940c9354d94cf1a192437e82b3d187", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cd6ef156d9614feca6ab6f9ab8849205", "region_id": "RegionOne"}], "type": "messaging", "id": "7dd773aad12d42afaa22c33090d311af", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8962018d65164c00bc7149957b96e690", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fbde730a02c44dfb8b3d4ab7af98b442", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3df8c2b68c7748d38c73c35e056cec62", "region_id": "RegionOne"}], "type": "application-catalog", "id": "be9c4d343036477f97a6e36ee06b558a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "62d9fc9b909a49fabbd56e8cb45d9b83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8810aa57925943febac03e7fdc5bc68f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dcd3ab3e6d5147e59f1245721eb3c1e0", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "aa996eb58b15418ba5588a455fb9c346", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cc0dfb9066c046c1b6d3fc722d626550", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ee3bfaab9a3444b3993b465ffc69b263", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "76ab0d2db30a48e68a6595aa99397997", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "67c945fcf91043d9835fda0d5829483f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "12d87723cae64acca7a453a7c9ce129a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9b5b60cae1974768b28b04efb1a170f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "730accb177b04849bd08ac0da5c7cce7", "region_id": "RegionOne"}], "type": "container-infra", "id": "db6cb96b786043e99245e975cfa92b6a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2cfd1369467c4e709069fff5da74a384", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "71c86df3ca764b9ab03e9281cc20074f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b5e9cdedb0b34275a67027596bec3bb7", "region_id": "RegionOne"}], "type": "search", "id": "2fc7b1161a35471691f1f55fe4eee82a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "03bbc1d7e6404736b41eeff06071867f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "24c06feabb9f4e23aca7d64dc1075d8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "bdaf538a655c48a190dfa031f2a60ca4", "region_id": "RegionOne"}], "type": "dns", "id": "007278aa65214b2194c089ad180d0f1e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2ea590b700aa4f90ba42598abf8357bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "14d5331019fd4bf9beed0fd53f5bbb39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "664a0b83997e475e8ccff2b247d1c708", "region_id": "RegionOne"}], "type": "workflow", "id": "47ba865ac17f459fb32a2b949738093b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "77742dfae80c4a79bf3209abb257efa9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d78f84306e10480e819f8771ecb06d8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "06a893d725664de09ef138e6d40dfe74", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c62cd936ea154e968f91b427c115db28", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4c41f8cbaac443469fd8d598899b2f90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ce7b510fcb50410dbcd7a173487c2ea3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f1591c09c7b640218cb50c2a71d14f39", "region_id": "RegionOne"}], "type": "rating", "id": "2666c9d2c28e40dc87cc6cd2999fc6af", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ff08c3a186564061ab810b0693f4fd5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2126e0fba84e418b842176e5c61d0b9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4b582a2e4f414c5885c886b37c567200", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a0403e7e983c42178aacb682c0bd8198", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9ae22882218a441d9352284197552754", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d1b316616d184c5d995d233243905fbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b90e3b49ca8e49d2a62c66b371d58e7d", "region_id": "RegionOne"}], "type": "policy", "id": "d00daf2a694a46aba02e10d181f094b1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "118bd4a71f1245f18720f7d35f043283", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e680c4cb04fe41e19ead6dfec26a4b7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "312b9d649dc84814b697cae4a4fbbacb", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5af4d806986a42fda9d073a3bc35c825", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "432a457181e34229bd515bd0c2cce897", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ffb921d7f6b2471f9b439296ce5a69ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "28d39cced69e44f2b08b51a73447aae5", "region_id": "RegionOne"}], "type": "sharev2", "id": "8100467eee774a45a946a8c034175839", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bda906c4b96d44a58c72b65f4f3140f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e97f0ebb84d74e38afaf679014192948", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9b2ffe7f2e4b4b8cbb312d41e06361b7", "region_id": "RegionOne"}], "type": "share", "id": "0d0dc21471c747479dcaf151ec55bac3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "723f5b566e3741519c9597bef71e888d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0c0553c35bf749eebe42758a4c4264d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "8c8e5eaee64c4a58b3c5d4de05d2c5b4", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f48bb798c560408485e425bff1685cdc", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "abcf8102db8f4946be92ec7306eaf68f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15dbb5613a704eb8ab261cb80289a107", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7817e6f67c7646f88d2387fe9b4b1e81", "region_id": "RegionOne"}], "type": "orchestration", "id": "e0582a89195d49929e0d932925582b33", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99ac9e59ac5241138d85ee40bbc77e1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fec1944ccb4944ad9c5cdb3615c96cd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aec2c156c4164b8aa9a8ea054ca7220c", "region_id": "RegionOne"}], "type": "block-storage", "id": "2aa2ffb3aa944a92bed082c841d09d1c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5fea522ec6134c12804271a32197d4f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4298ce9745f14d76bcc9ad046b229112", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e810dfc618d46f29d105501ee86c084", "region_id": "RegionOne"}], "type": "volumev3", "id": "9b90f88727034bb89609438ecab31020", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "094522641f9a43939e038f576e212f6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "30056e47a3b047a499fbdbed14bdb4c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ee21782a62a40228e27514f7130435c", "region_id": "RegionOne"}], "type": "volumev2", "id": "10ed1830418f4867989f043af4945387", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7027605c72414be69cb0dd8ef730ed41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5ca40104ae644f6a5c53185afb12c01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7efce12d502945f7a683087f6aed8beb", "region_id": "RegionOne"}], "type": "volume", "id": "c00ee8ae56174029bf651f21dcde3a2f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bec742c7bbd44e687647723f32e4a71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c032e083137c4cdabf793be48db5913c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4abb92a4941406f89a61074afcacec4", "region_id": "RegionOne"}], "type": "block-store", "id": "902d3406d2d74a79b0c994319bee4a83", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "810301be4fe443b79a95345aac0b3bf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1d2a305365ca4426a39ce564bf91470b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "410b40ecdc6c490eaa1f6ea19951a13c", "region_id": "RegionOne"}], "type": "alarm", "id": "d841971975be47c7821f7a4af2d1fc4a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a3053701644b4855aac28d92918cbc14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "053148e6fe124e638fb3a68ee8ba73f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ce21bb0d70304d518b5a00a82c8dc8a6", "region_id": "RegionOne"}], "type": "alarming", "id": "e011efc3758d4bb5a6c4b0a9b0c860bb", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9b7113e97fe142dda58b4aaeb804ff42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "644c8e84659141fc9830649c0102c49d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9bf00f447bfd4de7af6c47233df1a8ed", "region_id": "RegionOne"}], "type": "meter", "id": "57edf30c60d84518a231b87cd48ef39a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e8babd698dca43609bf967da6c034521", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b077fa8a89084f149161658ded88cd3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a370e97b627e460aab428bf3f5854d55", "region_id": "RegionOne"}], "type": "metering", "id": "7574c7659b89458fae0ecf24b5d9455f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4cd62c1b33504c49b56895736aea4095", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0b15d14464254ef8b2d79ca3e192884c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ac556a0b73e94f00ae4e3368cc7e1064", "region_id": "RegionOne"}], "type": "telemetry", "id": "3d6cb3095fb94998b721807fe26eba58", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "822ccdcf86444c039e09dd9003495ca4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "eba68bb3e37a4b7480052de674884a81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7de1c0c6d9ab46c28d7518810fe26c81", "region_id": "RegionOne"}], "type": "event", "id": "971eaa797fb34e39b1cf55327b4b6faa", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "bcf4495b0553450684035e7292233528", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e646a4b396774dcc9ac969ff750943f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "394455fa95a54661b838380a3c516908", "region_id": "RegionOne"}], "type": "events", "id": "5ca8912ba61b41cfa0effcdd45771a30", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ce406fce178e4800b0d24d81c5a17240", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "21e30a296d2f4ed580e92b85fde9e571", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "98ea086656034535b58d294e4ed2240e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "36ee7708d1b847f3ada4377121d1579b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d7257b1460c94e2cb7962a1aeb168424", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2c037735068e45e78a003ead395a7249", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "52e09e8343f246d19c5830a6fe0694d2", "region_id": "RegionOne"}], "type": "application_deployment", "id": "93f984e14ede4be79b8de4ccb809574f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "05f8d73809d54d0eb296ac807a2e30ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ff6e4bbcdba144eb8162332fe26c40d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2d050fa229d64547a539da0db676e020", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ba3b4a379c774ffea9c5944124e77230", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5b9016ada483407bb824cd0a936ca8ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4b73ea001ad14f6387a621b2864fd9bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0865632eadd7480f8bb08242d46d7b07", "region_id": "RegionOne"}], "type": "tricircle", "id": "0e005cac197f45078604485f31139197", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9a1010450b2643bab4b1dc84f656e6cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5a4fd20c485944c2b5de1831238c9ca8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "5bf0d0adb9e7435b8361be2e753170e9", "region_id": "RegionOne"}], "type": "database", "id": "b0c758fa97eb47c4b5ecbc72e04caae6", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4da83da2b1e64815b1776714afc345ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "82c164d7a82d4b31b91963495b004ec7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "91bad8c44acc4d639dff069d51987e78", "region_id": "RegionOne"}], "type": "application-container", "id": "3a5254f53b6241b4a472ece7c3df1d5d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7a4be2ce7e574afda2c5199461452422", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bd4b4a69f32841639b5f28c969a915a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e247bc203bae4c09b80aa4f63433280e", "region_id": "RegionOne"}], "type": "container", "id": "e72eb0c8198b40e493da2007c91acf01", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0f63ab2ef7f14f559ff7706ff6fe57f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5c1ab7cf6eda4ef281f0a9e354c8397f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "949f3bf0b97b44b7b279e1a01c11dc47", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d830afeab19641eeb14497d34b4e7bda", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "243a8132509c49d3bf6a9bce6b535ee7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7bb64021610d44e7b8d254ef3a028f2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "93b58cdb5d204b62b00860ce5d52a126", "region_id": "RegionOne"}], "type": "rca", "id": "c4957c0c3211494da72d3fe297960620", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5d1061e26fc54363a2b4685e44025e24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "58871638bcc14ca2a1da1b2277380274", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "79249ee4eeed4a92a120ffd5ff783983", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "210d436f734c4581a3e3e3f6f788c555", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "505137e3de784724a83f35d851d2c4f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "56007ad3f6654ae480cb11fb08ef6926", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b98afb4b2f764cf5938dbad411b40c99", "region_id": "RegionOne"}], "type": "network", "id": "c1a1bcd980a54cfd99ee21cdf4dea95b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "03b04f91e8e749cea3b43511360c5aa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "03eda95486d14c2ea3115126234d96d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "215beb35273a4a3c8895ff60aa8e5081", "region_id": "RegionOne"}], "type": "backup", "id": "e23bd47ffeee41ad8968b561f28328a9", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e4cb2bb21ff445a2bf909904bec94e2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "63b48badee874124b6b230cd17d0ba2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "666c68bc829d4460ad845daf1aeeb80a", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9cd0425338dd4db9b499d3c6b3e0f4d7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cc39fa44701f44c8b1fc8bba82c8aff4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7f294c11872a49b7a4d5e7b6fc25be1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f5a303839e424f269e9c686e9ae5a461", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "df1da9a205934cf98f8a62cedde9ff9c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f641b43ca5a643bea45eb09b9564bc2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4aab2cd3d4334be4a03e3c8b1f11a901", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a0721877ed694d8593ec1865975f8614", "region_id": "RegionOne"}], "type": "monitoring", "id": "3f1f9ad4bd124a8185d502c0022ba28c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1fe17f67e34b4bc28e1491c30e7d7406", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "828ae8cd9f184c3185e4b053bc6134a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c1aebb3b0b444c1b8562b776d6917aab", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "5dfc1dbb8bb54b71aeeaf5bdfe826cee", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c06c67fb9c4a4e749a6fdaed971c0ec3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0eb669a1c70649cab6a9c5845210779b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "35ca7d99b0784a5491c9bb1a794df944", "region_id": "RegionOne"}], "type": "placement", "id": "a046fdc4d68b40dc9b99836cb8475f73", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "245f56bc7ad745108647079943a1df8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8939c9ed9c8f43aeb227f84555bfd9cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2e6b722076564070bb06892403c1e729", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4cd47d4fd8154c4ebf7283fa705d630f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a4959e7398e74f4e92dfe9c206892deb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e55646d3c8ca410e9831f5e949b49979", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "64cd2a7098d4434183513f2095b4b8b2", "region_id": "RegionOne"}], "type": "ha", "id": "9a8b749a767b4d93b4d8a1c55f0f5b60", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f74807e1417a40859f3ed1ae11f3817c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0080acf5692c4239a40523b46e059ae0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d4d5f9d62ea84b4e95221e56daa805f0", "region_id": "RegionOne"}], "type": "reservation", "id": "c2c5d26c1e3e4d0ea54187fc29acca98", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "de779c31eea747d7b2f791add8125d81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b0ab6874ea2f4d7d9df909c2e46b113f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b50d05f77a6f4a2ba114d085fa15babd", "region_id": "RegionOne"}], "type": "function-engine", "id": "419553d459cd4261a456d407b6c615c4", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c3e32f6a6a6d43c984257046b70d83f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "36e94bfad7d948b3b95c4ddef7deccff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3ef46ef319c94778a0ab604c31df3d00", "region_id": "RegionOne"}], "type": "accelerator", "id": "1eacd70780474b448b6506a36f725997", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2def685427de4442a194c3a53238bc19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ee2e487320c94e51baf7b0e6aadadd7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c7b4cb4bac7346d28242967f88583642", "region_id": "RegionOne"}], "type": "admin-logic", "id": "511fe68226f04d8b870d553fd49d2131", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a426c478511a4bcda8e313a87168fe3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8fc9160ee5ad4ca4a357eb7188d82b78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "dcee2d49130047d8b1e1bca1ce6fb5df", "region_id": "RegionOne"}], "type": "registration", "id": "df8d19fe2c224c72a2912d0392ab7658", "name": "adjutant"}], "user": {"domain": {"id": "5d704f5ffd8747f8b6d86ef4ad19da87", "name": "da4d9c7c5b904d9c847639648dbad02c"}, "id": "ea0a143e2c094c74bf54dcaa656d23d0", "name": "7555a74493264eb2bcdb2722ef58cb2b"}, "audit_ids": ["357eed0f32e64d69a01ed3e0e6576381", null], "issued_at": "2019-09-19T09:04:48.450839"}} 2019-09-19 09:06:48,666 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:48,673 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,676 keystoneauth.session RESP BODY: {"subnets": [{"name": "subnet_name", "id": "123"}, {"name": "subnet_name", "id": "456"}]} {20} openstack.tests.unit.network.v2.test_qos_bandwidth_limit_rule.TestQoSBandwidthLimitRule.test_make_it [0.174735s] ... ok {0} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_router_find [0.066461s] ... ok {2} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_create_software_config [0.064680s] ... ok {22} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_segment_get [0.065138s] ... ok {7} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_queue_delete [0.051589s] ... ok {31} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template_invalid_request(event) [0.063196s] ... ok {18} openstack.tests.unit.test_resource.TestResourceActions.test_patch_with_server_names [0.069464s] ... ok {14} openstack.tests.unit.network.v2.test_network.TestDHCPAgentHostingNetwork.test_basic [0.067468s] ... ok {16} openstack.tests.unit.network.v2.test_firewall_group.TestFirewallGroup.test_basic [0.002035s] ... ok {30} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_l7_policy_delete [0.064471s] ... ok {24} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_stack_preview(stack_subres_id_act) [0.067997s] ... ok {22} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_vpn_service_create_attrs [0.065576s] ... ok {1} openstack.tests.unit.test_resource.TestResource.test_to_dict_no_body [0.063000s] ... ok {25} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_flavor_delete_ignore [0.047365s] ... ok {11} openstack.tests.unit.image.v2.test_image.TestImage.test_image_download_output_fd [0.077281s] ... ok {9} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_add_tag [0.070902s] ... ok {10} openstack.tests.unit.object_store.v1.test_account.TestAccount.test_set_temp_url_key [0.308836s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:48,861 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,877 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,884 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:48,893 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:48,911 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:48.787201+00:00", "project": {"domain": {"id": "cca0f8ec603c46f0be0bcd9a628f2b60", "name": "ce52992c0e264e5a8f35560b44e2610a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "35d0bed974bb489598f3be42667a85f7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d61155d1604a4fa083d64fe2e839169d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c6d2b63b0c014824bc74ae92f02c5c48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7bc87432c2004e759f2c9d2ae4d39554", "region_id": "RegionOne"}], "type": "identity", "id": "872eb3183a5b4bacbccf3597c8acc354", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f946cc61cbef4121848866cc537ebaf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "eecd31d4feda497a94c94f4d4db841c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "385ad79bda6045c4867f8062bf5dd91a", "region_id": "RegionOne"}], "type": "compute", "id": "335aa166ea5a454ba5a8a07d74537754", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "58d62a4d286245268ab57e9ba041419e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a141247fad1a47568543443d23bbafd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "be4cc5c8a3a74f5c8c4ae138434983be", "region_id": "RegionOne"}], "type": "image", "id": "82275869dde74719b21b5de0fa7cd8ae", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6625191247ac49599fa3624a38262a88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "39bba7809f564940ac2b2ad363b318de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "efab591eb4064785a294f7c8c39967e4", "region_id": "RegionOne"}], "type": "load-balancer", "id": "56e7e3172e464a52b81fb10cc63e4dae", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a0c1315cb4d435593b0aa91b43b0139", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ab3b46482f67467d9e4bc47e065795d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5edbfd55e6d049d5828cc0eae753ff01", "region_id": "RegionOne"}], "type": "object-store", "id": "6f86763eb4f243349ed062e67884d325", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "53f49c8b12bd47859dca71c81d8d5688", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ff9af5ccdc7240d0989396398d5f31f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "34cc18ce4e784b8cbaf387df4dab3bbd", "region_id": "RegionOne"}], "type": "clustering", "id": "690512d770ad452c866319b8a965d5a6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "95a4170da5604a90a3bbda618faea71e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9b7105f66a1640f68e00cd8c9d95181b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5639da2f4cf04ae6a06f27d17c91943b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "76ca289cc65d4861947a7d81fa56f40b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4479c197ab9c4b3d842454b5437fd402", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "97c48bc6e5b248d39422c25c9ae2219c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fc1e9af0e2fe40fe934eff7fc33840a2", "region_id": "RegionOne"}], "type": "cluster", "id": "cb97885e0557467cabe38a500a964feb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f926c98f20d946d88ad1e545a682b7e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3d72054ec08a471187ef414ba21f3907", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b511fe5eb1f640ea8fcd9bddb6bb781a", "region_id": "RegionOne"}], "type": "data-processing", "id": "7b308eb4d2304246ab7e59b02b202fc8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "035a55cc719748ab9570cda5079b9d0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ba0a27e1fcca4a148f32bcf0c2db354c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b1854029505241b38383237222cfcf50", "region_id": "RegionOne"}], "type": "baremetal", "id": "7619d411c6cb491daec3b3b1730c98aa", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cd73375f37b2493786273882fc5a0f87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "08da3b7e65524c5e8b6d56ac8b572a50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e4d2241b65e74ffe808d21114fc208f6", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ece36783826645eb8abdd40b183b9eba", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ce5dc5a306db4b83b7b70c98353abe45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "01d164832c024844a0e64b21d10db5bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e86ea13599cc44adaa4b2037d3bc10f6", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "363cdb7e792141e2af03691d7fba2e32", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "62e28853c10f48068d987107c9ffa0f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f638aaefbe3340b3943e1ac2af1cc0be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b9ad85c214dd472c867977b05c0aef3c", "region_id": "RegionOne"}], "type": "key-manager", "id": "59fe4fc6938b4e66b73fdb18d54d17ed", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "99ddefe11af5468e88922469ab64e435", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9e782f7af202458e845d609ea18f6608", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4004aaecec4040e78e40c865d0db70ee", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "2567de5f6b7f40ee9c5b8b17456a3b01", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "686a39d9e6f44fb39589a4b83bf673ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f27f310a46ef49be8b6c672e8e98aa1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1be2e77dd19a4ecda4b7a145c83c1707", "region_id": "RegionOne"}], "type": "infra-optim", "id": "200bcfb4944c4c1fa43bd282340d7b3f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6671b783cb2f44b0828f5e453efb8fd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "949bd58a1b9a47f28cf15395e478e7e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5f3fc2d9894d4232b3a3be1694efa42b", "region_id": "RegionOne"}], "type": "message", "id": "6c1e834714244aeda39e333ef353bd96", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "28304c2a72bd4ebe92ec51eb0619da86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f586080c1d7240888b3db360ea511ecb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c1ff2440ed9c4c0eacf52072371b518f", "region_id": "RegionOne"}], "type": "messaging", "id": "bee297aa24c1444f97bb2a8be63430a9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1ab6f81f25e641a88d40ede770626634", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d68b727367814322a9af0ece139f467f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2501cfaa35064e4c8f956b1936431d9c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d1e2004690d347f8b19155e023efb173", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "430209b8f53b47fbb6fd20fd5908856d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "778608e86c0b4b36a4f3503f8b8f1ef0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2d28b4d049d94031ab3019644639fe7a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "73b020253db24f1fb53afac30a458871", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "376bac3f137b471e9cf581b1c11f48fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f3adc37a63a348c49a328644c2c3ca66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7fe56fcbb6dc43bf9d2616718e1168a4", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7aecb80deefc4cba8f36043c8a351f0e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a7dea77ae7a14b6e87253d0cc53ee3d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8a9a7ff8994e4fed99690db431e53f09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "10c0dbca00574f75a3f928260cc10caf", "region_id": "RegionOne"}], "type": "container-infra", "id": "ce668ef6d5f840cd8488d0d87482a465", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1649e7290bc14c988392ad40af907135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "04acece912e44fa790e4bc107937c58d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "3107369481d1438895c94015384d8a13", "region_id": "RegionOne"}], "type": "search", "id": "3bb49463d1194115b68dd96a266f20ba", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "0c6a00e11d124843aa24ca7bc4cf16d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "629af4264cd748a58cd7c4e10cf490cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3483dc5b636749f2bd98c9f7192a0be3", "region_id": "RegionOne"}], "type": "dns", "id": "4641d821b0674931a2c2a6c9698386bb", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "44a514d68925479eb89d9b938e133a7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "68658974bad34e7d9e8be07a54a18d03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6711e6542eed472a9e12d674cb7a4db9", "region_id": "RegionOne"}], "type": "workflow", "id": "e8a2734921ec4f30a6dd19d6aead853f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eee8243e2ac8447783235f4740342524", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7da9f5fe28a045369f7516a859e674e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "22d28740ed06481aa4666190b400e081", "region_id": "RegionOne"}], "type": "workflowv2", "id": "65a3207f95c44436aa7d47f5ed15fbb3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "561822004fec46bb98a5247a655d596e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "56bcef02c03046f0aff61e9d9674e0e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9471dcc3e9dd4808a2df9a3c3e7c4b6f", "region_id": "RegionOne"}], "type": "rating", "id": "73e091e92c5349b6af5c2218981fe317", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ef6ab917a745457585e5b4f7c7d329a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c772b24afc6b4e638e3052d404f3c183", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "06a060466ec14761a81fb9898f85d1d7", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e4e445727dc94f17ba829bb3b92aaf9d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "65a18829b8e44411901939c7ec8344b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "479eb5a3a2874f07b34e4dd5a0ea3e59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "db4cd0f9640941b39c7456cde1bc6121", "region_id": "RegionOne"}], "type": "policy", "id": "ad272af255bd474bab178a8fd2b4ec2d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9ccabbc8d3094b02a5aa4d61f19b4021", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "115483cc09e54c3bb2db9e937d5b69c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "aafce2f8c7ab4d8680e536ad5854b09f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "76754c4034594b1fb7452c0f8dd69f7a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a8887acd3a134fe7b501baecd343608f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3dfb689e6333422aa928ac17ae5c2309", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7cf4ef16962e4bc5849c24ee86b0048a", "region_id": "RegionOne"}], "type": "sharev2", "id": "6c7dd319e89843059e6c2a395e172a03", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "05af160d92204012baad7d178d71e02b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "abff1ed8b44443f08877391c68f420d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "91b811cb5ee742d386a3d0b2dd59131c", "region_id": "RegionOne"}], "type": "share", "id": "15d591c187f14dd28646fbc7c4703e5e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dbd54c7eedb54422966a7f11b34b4add", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "44220b00aedf47c7b93e7c0e379e49e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2e5a73cea90a4e97a47d033e39411db0", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "eaa5892c2dfc43c884b1044e397e4d8b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "070207854f7148938aded21c5b28867f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "605a88ba05d24739ab4139f52b47fa20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8011d5fcfce640db95fa691e62b5be50", "region_id": "RegionOne"}], "type": "orchestration", "id": "1244824b36314f929606fa1e236262d7", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd8e7a841a7b444e821a94cee5c9aa92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e3279aa7ed94e6087f07a27aaf65407", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "173d46f5e31c45568e2b743f2e9606ce", "region_id": "RegionOne"}], "type": "block-storage", "id": "ea91fd085d74473080fb26b17a175772", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75a3de2d83df42cea8fc5ec5320a98ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf145426b21844b88b6817ac9089aa36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53ef24b56a9d4a338569edadee92a794", "region_id": "RegionOne"}], "type": "volumev3", "id": "07b37cb689d44dd7b474cd52cdb97be7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6121dac6ca104be5b85b34057412393f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09cf4bfd4292470ab711181c26e10f8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae1255d267a44f039e9515e94e52af0b", "region_id": "RegionOne"}], "type": "volumev2", "id": "ecf21813c0244b338e771d1b60cf398a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60941743b23d4a26bfa8490813a5b6b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5910478e195146508a55e8d3264ccae3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a1274aac6604cdaa423667ffb928ca4", "region_id": "RegionOne"}], "type": "volume", "id": "ed717851ead04a7f84100713e2f31701", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "913477ed53bb4db79c6530bd005b50ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33d9c65336d44732b5ea9dc9319f1457", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45a4ece402224f55a3003499ef954be3", "region_id": "RegionOne"}], "type": "block-store", "id": "9ed0e75ec43f44c7a654fc6b8a06f487", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8af5ce29cbf2461bbd0773f6ca3aeb0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f18788aca64543f1ac76e74364f890fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a266d51415dd412baa959c199cb793ff", "region_id": "RegionOne"}], "type": "alarm", "id": "95ad1a2eed174ece86c2275b68334983", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "600f3fa5700b46f3892938d62ce7ed0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3f73d8fc099b46ac889332f85b68c267", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "429d7334b07748738039cb18bda33c6f", "region_id": "RegionOne"}], "type": "alarming", "id": "619c0c9dcbc34d0583220eea044232e6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "13ba160d83094aa29ff9529223cd78b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f49269ebe18c49c7824aec118d5ecd46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c8c02f1f10094a3da69dd813ec3ac563", "region_id": "RegionOne"}], "type": "meter", "id": "579685db4b41467e91fcdaf11bd5036d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "48f74675557d46d39d18abc699a90d31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3ce29b0b1e2144cca9d79c4eebe947ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cd8a3756841e43d8b45aa437b6b7321a", "region_id": "RegionOne"}], "type": "metering", "id": "dd1d99c534f54e73a156fcf53f30899b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e06de3e66e6a4e2096676a15f4176542", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "98d1f909c1e14581ba0eab89032cd5d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "475a78b5d7694eba964300de9e338364", "region_id": "RegionOne"}], "type": "telemetry", "id": "06f948028d264129a68a3a92aa060066", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8f935434f98c4122925ce782d36bd381", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a803986487454714a60737b9602ef39c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a4be7e78435a4380be036ad0e0093c9d", "region_id": "RegionOne"}], "type": "event", "id": "36931a0358d24e53804c694999839c8a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cc366f81405c448985d49e69b029744c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0e1b18093fd740c7977a6738353205e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "525883226396444d97445d15ebb41f5f", "region_id": "RegionOne"}], "type": "events", "id": "10ec05cf6e0740a08eb38a2414b2e59f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d8decf786480466e96fbd764c1b6092b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "711f2b453e824f7e8c8faf5f4dc5bead", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "909096a044464ff69787e994f9fbe582", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a5d134be02454847ad6732c26e13eb60", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fa110f4da3c1475e81ab627e1d0c946f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "92579b2651b94121ab01c12a30b777b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6bf5c898f37044e080c3cabce3c1f969", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8318960ea520453bb7d18945ff677d36", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5abd03916c7d4f6fa9cc364f774031e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a8421bd557d14ed281f3a9a8055b080c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "179b534e3d5f4d0a9e9200e9bf08a7cc", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f74f6472598e4da988fde4d754ea3c07", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "581940e7788e4321bbb23739646d0b45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5c08af7ca2574afca9182a9bb5262024", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "46402bcac5bc44a3bf59ba1169529144", "region_id": "RegionOne"}], "type": "tricircle", "id": "4ae54f53a02043829184568b3ead4201", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2d628b1682a44fe58e4dcb5cf613929b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5d1c58d53b5546e9bc3412d75442bc4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "fae7f2f75ead49e48a1aa40543cdc7ca", "region_id": "RegionOne"}], "type": "database", "id": "cad3389a3abf46638c29226d13e9cf81", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6f15954fccc745d0b894a1c00e4cd767", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8d9a3fb1f96a40fda0fa652dc132d84f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "efbb7ae755904f559f615d065bb4d4fa", "region_id": "RegionOne"}], "type": "application-container", "id": "39f79dbf419c4fbb920242cfa1591122", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5ace21fc7587459cbea2c317d6be6d10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8dd63665d3604c1db53b42ea8caa8d5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6a67c202d142456c817dbe1741682342", "region_id": "RegionOne"}], "type": "container", "id": "587f0465e4ea447e9ee859d15e355267", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c96a518f04614718a156af91b174607a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9da3181f89b64d199ab8d40e6662ebae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ca05e9c529da42d1a358ac8086a35dc9", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ab675d760caf46b896928792698277a5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "06b167443dc141a6be6ddfb660fc22f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1ad274e139044eacbab7f4aa2895109d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3e57646cbcaf4a3b8e92af0d2cda50ee", "region_id": "RegionOne"}], "type": "rca", "id": "d181d5e209f644a2bf0421e094f6f512", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "675901baf38946818d11a029915eb9da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9116224e1de5405a820794454e3cb213", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "664e11abe5d345e8ba0fd50b76e45114", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "351874f268e149e5aaac09646680d1ce", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a044d5264dcf4f9a9ec6d72c3eb0e917", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2d7dee6c9fe34dee9a78b1516f80d2fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e1057ffd9fe9431292807204a3a4db1b", "region_id": "RegionOne"}], "type": "network", "id": "f03c62c39abd4d2da284b19f330ef704", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "58046a7b6a104a918f7a8996189488a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4b024482768949b8a170675f172c975c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "82825e2dd21247769c893e4d1ae82c45", "region_id": "RegionOne"}], "type": "backup", "id": "122d8a07ec734fde98add57131eba026", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a3d35300c892436fa012af0ae7f0a393", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8f434c7382414cd6984090d6a0a5bf3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6222ab0eddcc4934aefe7eb213eeae93", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ff11d9afc720490083aa27b620936c48", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "caf01752007f4c1998b021b064865f4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "11fa88bfd1e34411b157e6a030d04f9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2bc80a34603f4fdda090f871e62255bd", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "97bd7fa01e1d4186a8f2c403d4088875", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c71a3195c2a547e0baadd47e58fa769f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "6eebf1bb0f674595852e7e4929c00e2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ec00d5a7c7fa41c98f47803d048b656a", "region_id": "RegionOne"}], "type": "monitoring", "id": "b06c273dedb94806b5336e58681397bf", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "01349fa5e74f4120b58972a775bfb6c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7f7b5e4b07a3447580fd94ca2eca611f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e60ae1bbedcc4dfb8e3b0d4da7e96f73", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7ea8f1d8e00743b9aea2902ce4f824cb", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0210aacd17934ebf9853247609095fef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "606aa39244c14ae0a535b12a31c21b5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "cc547b1bf5de4c05ad2ae81227149cbe", "region_id": "RegionOne"}], "type": "placement", "id": "eccab5741e2e46a78c0d2a70fb581c5b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2c9fe640a39e4ee58710029f38b68fe3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "96e7cd2b6e804d89a3687cbd4fba4f91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f666c3a300294467aa5f133b1bd1d925", "region_id": "RegionOne"}], "type": "instance-ha", "id": "00380eccffcd4e4abf5002d839f05959", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d2ac06f0e6cf4e4c977c9585a9b03daf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "850baeb0f0e040908094e2a58a2f4317", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "21cacf0f3c2f4055952fe3794c9d9f24", "region_id": "RegionOne"}], "type": "ha", "id": "d84f53cbbe4d493883884773d07b0198", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "11140efa6e7c403598c5c08cc5eab096", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "bd1fc10a142f400f99db1059f22ab699", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ad04a1c84fa443d58629215ca685c0b1", "region_id": "RegionOne"}], "type": "reservation", "id": "86d967fff3434216ae39f8f26db1826e", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3dfb888aea8b4911961470621307449a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cafd511aba304672a27f0ef1956069ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4d6ede5b03284f86a83fee4e030ff1d0", "region_id": "RegionOne"}], "type": "function-engine", "id": "31655415066349deaeb4620871d3b1a7", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f089b57678f84858819cfed49e870270", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "12276d1338e948fd948c62bbe4dd77b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ce7b9d5b1da54d0db307e01b3b1ad51a", "region_id": "RegionOne"}], "type": "accelerator", "id": "92f70ba57fee4216a9a7779e808739c8", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a9effac756a94d41a966a1bd1a8155d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "405946634f8b4baca636ab0556c04fe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c6bf2f5d09b5405cad11030687fb1bee", "region_id": "RegionOne"}], "type": "admin-logic", "id": "caa353cbee354625b758dee3205a1177", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1a7710bbef474b2990f3342c9565bef0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3d5dc445411445069991aff11d020647", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "06e359bbaf7540a4b2ce8d52cef75dad", "region_id": "RegionOne"}], "type": "registration", "id": "54de7995c6044ca9914be5c14b33f957", "name": "adjutant"}], "user": {"domain": {"id": "a722266f8f1a49419691c9c2aa9f2a89", "name": "4e14d4b120844e5fabbfc2cf7218c6d7"}, "id": "c15ab7d2b6c842768bae32200421104c", "name": "5052c639e94d45df922530b350124059"}, "audit_ids": ["21b671b2af23437c83db6ad318c237ab", null], "issued_at": "2019-09-19T09:04:48.787201"}} 2019-09-19 09:06:49,041 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/ -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Account-Meta-Temp-URL-Key: super-secure-key" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:49,051 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:49,077 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/ -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:49,085 keystoneauth.session RESP: [200] content-type: application/json x-account-meta-temp-url-key: super-secure-key {8} openstack.tests.unit.message.v2.test_claim.TestClaim.test_basic [0.065412s] ... ok {26} openstack.tests.unit.object_store.v1.test_account.TestAccount.test_make_it [0.221526s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:48,935 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,945 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,953 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:48,962 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:48,983 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:48.865653+00:00", "project": {"domain": {"id": "233b684c4fe1433ba8a1095f1f3f9504", "name": "32b2f40f96e64c218a284a1ac74bfdac"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f85e8036027e4c5f85164f6257b93963"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ac636ed2af044d32afafc3a7cc528b13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "46a06525ddf84aebb694058829af67a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "96f0ad31c0f245cfa60f543579595b95", "region_id": "RegionOne"}], "type": "identity", "id": "3e5aa306f1e14114982f52c92c670697", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "89821bc6223549c9aa1c5447584c26e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "061f7b591ce94437a9174b8e194e0eb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "18f2703a094940f7b640e70396e2bc5c", "region_id": "RegionOne"}], "type": "compute", "id": "195511c31ad54af6b3c8e7dafd48fb8d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "6c76cacebe7c440d9442024d346bbf2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1fec07f9b3f94a89940188a9b0742dfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "94f39e16bc5a4ec8b81ff860e7fcc925", "region_id": "RegionOne"}], "type": "image", "id": "d9566b1ab5894ed9a8cc0499ff9833cc", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a1761b6b4f29451997f2469a207824b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "55da3b30ace748ec96ca5e3ed64a64e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "4c7f12ad12a64fcc85cb8d62ca278d4e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "4c1ca6039d744d3782204767c559bbc2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0085f7d1f34e48138d751d19dd832140", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86e8f59ad8e34cbf81f5cbeec4b61895", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f28a58153b14c2ebb583b5cde970e79", "region_id": "RegionOne"}], "type": "object-store", "id": "06cf2878d5d5440f92e96100d83abce0", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ef6d994a9c0945ca9fa5905498306ca7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f5c3b5a37dc6441e82fa74618b84e468", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "465350901c5e49efabe2ad7044371940", "region_id": "RegionOne"}], "type": "clustering", "id": "ba64798b1f6d4f7897189a604a45001c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bb4176e7fee245a591cedd501f4176ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "671c0f77a292434da94112f9ce9bc97c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8d47a93269fe4fd5944d33887768b941", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f41df9afad2c4f78a8dd8653e2e4b501", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3238e482a84749e29017c29efdf7b85d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "63a6d5735a2e478e83bea3ad38c9fd11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "306d4882d86e45de8f3e4a87e393fcb1", "region_id": "RegionOne"}], "type": "cluster", "id": "c4d3add5c8a04fbe8a283071174fb676", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c6e5dfea67484638b6b7cbf82873b7da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f979e94131e942fa81170c151a513b34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e0a34e8e791f4cb8b2c67013d0f00741", "region_id": "RegionOne"}], "type": "data-processing", "id": "0f4b33c02d2f4e27865d7afda47784bf", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3076f322c02d41b094f845693fc274ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "206ceecc246e40f0ab0bd82774eba0b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a3321f895ef9406c8dd23e3c1be4da75", "region_id": "RegionOne"}], "type": "baremetal", "id": "763d04f671ba4d0c9948f12445f4f044", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "88b76b8adba24cf298719ebbfa02559a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d1050c168e124003908ab9c5d5c4eb9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e23c2cf7c9b7455b80bbb52e3ec9e50e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "49f22bff7bc84372b23cfaeec2c27614", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b330973fbd0a4085a3985ca5fa04aa66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "720a3e475c2f4277b2fdf8bedef6658e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "fe7e0b97c73144bab485b2aaf065594c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ba05768d896f47df9c024b3cb99e73d8", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7cefc6f655bd4faba0bfb5e6c2114b28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b6647f5226eb4015baa5088e6943ceb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c585b20e9d7f49f7b0a5cbaffa31a017", "region_id": "RegionOne"}], "type": "key-manager", "id": "3e90d9d210074aaf9d70aa74e0537c4d", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3ca7b27683a74cf898a7ac23246031c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2ebe2692712041d3938fdc1981a6264c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "505e869fd6c94a9e968a236c905f12fc", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f1de17c14d9643ee967d7a44d70d1027", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f8834da62538455c92871001e56d74f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ab7a9d8a9a62432c863f0ebcd388f456", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1311046dcc5b42a8b71588f8f8294cc6", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b7608bbbb8444f5eb1d89b6cc1e5cb0d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fae7d6d8ef9847ef8f87dc79437619ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "902ed4f665004456a6b2c994a18faaf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1b015903d26c436db96e3ab58869dee7", "region_id": "RegionOne"}], "type": "message", "id": "eec0f7f40d8543c2b8f363ab271ec6fb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2de958acb8ae4952aa9c7c2789a76cd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9460aef182dc4e9ea3bd7a0bcf28751b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "39517319ff7b4796864d7d1ba63fd7fd", "region_id": "RegionOne"}], "type": "messaging", "id": "2fcb2a45d88e4f83a121c43934260f0c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "56e9a0213db84c1eabbed381adf644e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e062ed15467e474cb809c4a1a3a29b50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0ec83bc9ca314ec88bcd7d856aeb3d64", "region_id": "RegionOne"}], "type": "application-catalog", "id": "823057798ac341ba8c56598cbca65cb8", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e5def75a032b4557933eb3307399bf7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "79b937c1b7934f9b8af3184371cac8a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "372f4a78662548c48b49ce4f38b03f41", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0a55e014095147368434fb31ddcaaad9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9f1f8e286f144530a59a10bfc9dbd1dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f01d2c04ea1842ff8c93fbc0ca8d00f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b09f5c1cb7594b84b313e26b4329dc9a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "1aea5c8c329d4cb7ad2729e46bba174b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c99d68f41adb42b9b3a8b19dacfd0179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "267431a9c57249e4974080f3622800fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ffca185575184c709dc147175b6999af", "region_id": "RegionOne"}], "type": "container-infra", "id": "82fad251df8f4fe8b284080c2c54ac90", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "343244d9c4764172925b703962e8457e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d33ea12af00e407c8611549fe5d402b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4c632d8608b14c27b98af3535b1494bd", "region_id": "RegionOne"}], "type": "search", "id": "7fca3815d5e04aaa9dcd53149096eb94", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9d8de82abd7f480b8c4e49e967901f90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "642339bd9e294d2599d5151e9be4b40f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "aba4cfb866a34e11a2f57b4d9fa6e689", "region_id": "RegionOne"}], "type": "dns", "id": "36aaecd022354402a9a42e85e5f446b9", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "36c1fb38811f4ab7ba45f1c8a6f62b36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7210223f1a8349a683a64cdefb53db24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6a4087b5f53d4144ac60eb492263f6c8", "region_id": "RegionOne"}], "type": "workflow", "id": "46c78da459bd44c292a21656f8490458", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ab654f19ea264684a2f593a60b7e2101", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "911f80d29c4a41ce831bb268df6b9aa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f44b9cd7045c43e1ac016a93a2c3f248", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3e10421546be4d65a58c73dd29a9e165", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a029339fc3c548a58b674e41b4229917", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "022c5007c20044ffa422db1c896ec7f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6a314337d5254bf487b5cf257a1ee556", "region_id": "RegionOne"}], "type": "rating", "id": "773ee9413cad4e45898580fd7cbcecce", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5d2fff5f48bf42f4877a39719e1e0f21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c5f715a030d8463d907cf9b3638a0007", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c1283e8eb38c455aadeff3f822681103", "region_id": "RegionOne"}], "type": "operator-policy", "id": "7ebfdbfbdd4f4427bbf263b3100c6e37", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2cd30017627b429eb4562a2762ef2b18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "83c830d67c574ce8ba6a3bc445562b3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "bc3074aa3bda475dbb124eed372833fd", "region_id": "RegionOne"}], "type": "policy", "id": "35c917726cc54fe4a205fe329213b434", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "72d8acb922e4432eb5d650d25c9cc03b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "807742a3d7ed45549472c79be73f6809", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1df07566d62a432f84b23a575e0aff65", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "c01231836803432d9039639f035bc692", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c5b3f24c15874bfe9ef4501df7c31d87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b25b867ec7604605882aed0a9233fc5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "17145471319541d3977a92eca9a8a235", "region_id": "RegionOne"}], "type": "sharev2", "id": "cc811b4b92b34ee2b72dea31f59913f5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "be2582e71549484d89e719c892746130", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "edf65c3366d24424b08cefd680257e1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "85118c8899094eb5bf46eee0077851ab", "region_id": "RegionOne"}], "type": "share", "id": "720d331229464e17b529a064bdd652ee", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "96afe580724049c9aca26be4a0174f5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6cb8093d4dcc47b8a35e4b0af65ece43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "dc3e05fca2634d93bf50b8d30358a65d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9d8783d779f7469d81578139f23e3acf", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c64be275781f4f5ab3779034a2f373b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ed34700c0e042b5929501b53c596b8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90780df7e84949568bed02b935ae167a", "region_id": "RegionOne"}], "type": "orchestration", "id": "db22cbbcfad94d5a8886b35727f93ea3", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d16f68f6efc3400999766ae7f0a92805", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2046acefe6d84e10b149929116fc40f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c250c664bb5147748c77e41fac19c93e", "region_id": "RegionOne"}], "type": "block-storage", "id": "b34ce9fdede4448bba2816b788d514d6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ad84d1fc2cd4507a970274342d59607", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d39f06a5201d4c0c86f4368ce455816b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "945c8a516f5340fe9c0beebc2fd03982", "region_id": "RegionOne"}], "type": "volumev3", "id": "3ba54c3a7eb3407393873c9ac16cd741", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "066cb0d0125d47ee9fa4201468e965b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84aac035c9a549fcb7f1b42969c2dfe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0860e16e4a814818b7cff959799692f7", "region_id": "RegionOne"}], "type": "volumev2", "id": "52582eef200447f48b71d78201db5afe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "515479fa458d4a17b33a16b66485c85c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6ac8d0599644eea88efb5ed5573882b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1a932d3c046468a9f51e3bc15985945", "region_id": "RegionOne"}], "type": "volume", "id": "82ab65cec4f54cd98983715525feb853", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "237046f652954017b0f8b0e0841724db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83d60addcd1d482f8ebcd87dfa9419e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74efee42ed524a11ad5fe87b7b88aea9", "region_id": "RegionOne"}], "type": "block-store", "id": "adbcaf1c2ab04026a8d434edfbe23a7f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1d6a69f11e3047fb93ba6807acbfbc5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2b5768b521314f83b173f947c331ea5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "86b96b90c3e14092b8aee51eb20aab7f", "region_id": "RegionOne"}], "type": "alarm", "id": "369f66c114414c5880f10f5020c32e35", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3c88210972624836991399b782c6fda2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5db130e4bd364aaeb79dd2361f698445", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1ef3a1289b114aad802f5fc5a458d301", "region_id": "RegionOne"}], "type": "alarming", "id": "1b001270e5474a928fa3a76126c51acc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cb5372a45e494ea590963359909253e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "858e7d66570c45f29dff3fdc8118bda4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d28151acd6634e548bb7c28ec20a1429", "region_id": "RegionOne"}], "type": "meter", "id": "b7139fe6a219443d8c4ececb86dc8218", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "55ff2f1af4cb4251b7b6bd91b164dd70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "653169840044472a8ed726314b68c4e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9b57fadf7ac84a40a2d2f1ee8a27e7ee", "region_id": "RegionOne"}], "type": "metering", "id": "09bd201773f4443e9508894179b8fd99", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b4e2a1bc0549479b8f2db652d28e5f0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "714f67d2ff6c40cc822f16cd33307169", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b54fbd17d48e4fdf846de4f078d3f9a1", "region_id": "RegionOne"}], "type": "telemetry", "id": "f9b0a574972c4a81a957f408305737d3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e4c0ee1a29454200bfa149f1da09f0a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2b8e11d0aed44585ab408ac7e5d48a8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0f6d3534fc5c400199c09a06dd9fb137", "region_id": "RegionOne"}], "type": "event", "id": "08a16dbbc971486b8943f12f3aabfdcb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1a546275b59c41c492685840ccb17f7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "80e0f5fcfb244d86933c034cae7ddd8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "db35f82a855f4439a1326295a89c622c", "region_id": "RegionOne"}], "type": "events", "id": "d205c87d659f46e488b99aba6a57b50f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b7d8c961198940789421b35bd82c5ebb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "09c9d44233f841b49f99cdc99c726daa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "11ab9c595c02405889aa583718651209", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1c7e0efd7fbe46208f4bdcb4a6db9015", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7257f5a1ccbc40ce93f1f714bbfdb0b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "70dd2010a098483787228bf1e3348493", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7b757c2fb41a4035907cb3cf21bd46db", "region_id": "RegionOne"}], "type": "application_deployment", "id": "742bede7ba3d4d04ab548f80fd84e64d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4d98067313d5475b9013725225473ca1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5b065278e3e547e8a72cf41f84c53991", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "890d127f0c1440c2a99e9a4941d841f9", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "858d665e7bc4484eb4fdb803c3b3c59a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "aec029c21a0b48e483b4c3975af973c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e4ad8dcdc15a4f3b9911a9aabc7660ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fcb1487d2d4948ee99f012f63c8da478", "region_id": "RegionOne"}], "type": "tricircle", "id": "f15eeeaa64cd4c1397919a55d32a3fae", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "549332552a014786bf5ae94780f72131", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "296a078fff954a589ea87919b09e8f38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ce63bed95311440b818b00398e2a248b", "region_id": "RegionOne"}], "type": "database", "id": "e73f4339859a4cbe8005d65bf5702491", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e358e6c0b3604069bbd8d77648c501c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "31147c0d877b4cce9e3c3969af0fb547", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "70b466e3a6724f8ca8aedf0b60d6a3c3", "region_id": "RegionOne"}], "type": "application-container", "id": "991bd98f442b47de97f309beb1547886", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6edb3391981649ce9829237bb80ae2a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d53b1871aeed4550806457d76bc26ef7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e9adbcf94efc4a1b8d65a44c14a22617", "region_id": "RegionOne"}], "type": "container", "id": "b691a81710fe4017b3f951ae98407079", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bb6f0679a81a4d0b802e878aa91600ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f2a7f550058a43bcaf04d86084c15033", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b7a9ea584bb34f759f29f6bf786c6c5a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "578fc0f95f894ff593717adc52849b4b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "beb0e03fa8f14aed9c58e26053585592", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "01edb77b251e4104a8cba08ae64ab543", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "34f516a383ae4dbc960ede106663c678", "region_id": "RegionOne"}], "type": "rca", "id": "0ca42af0a16442ffbff8e47cc3c592a0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "691dc393584f4377b3217607e5bebc9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "81d3b58af41b4974819be511e3d8a939", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "162dea6c54a34ab2b629a3ac20f06280", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "873a55626a8e4e5a9780b7c634ab3594", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "b909b36c70be493c9797e01b048bbfe6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5d87b5525bff409abf601acced415cba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "bd0dcc5611f344e1a0440a64815910ce", "region_id": "RegionOne"}], "type": "network", "id": "e64fbc946c30413a8e166129263aad62", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1417de6aa0864d468d7d7b5054d56fb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "10c398f5ab4142379407fc36bbf822c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b79eb04c37d04a40b1da353735444567", "region_id": "RegionOne"}], "type": "backup", "id": "c23a41e754464aeca6b32e4e888f2f2a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e4fd3580197a42319961052fd6c1fa33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "675a087c7d494a498fad2c1fba16d5b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "930414189a44439d99acee1a6ad96576", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "88d3d3e95ecd4d82ae212ba4db005ed3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "31d3cf023366424baa5ac6b12118dc1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f2e702ad7345407493b37a9dbe23947f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3ab604e652134b9fa10b1cdaf2b4b85e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f2367609ba4d4774ac743571c7728bda", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "272139ea80724914912e0b932366cf8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a62cfe58a3f1468c9e68b5f829ea0fee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "cd72441f45664f59945f47802e0cad57", "region_id": "RegionOne"}], "type": "monitoring", "id": "43e7845c35f7497caccd34b1e8cd9034", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "65f6053218ca4bb0a4a95849e62b6867", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "64e4bcbb0c7342f4a6cf4ab90eda46d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4a78cfd9fe4045239369abbdb41e3c24", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "daddc629271f449c96d4da3af57d7aed", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "be150f2dded14893bf072786af031fa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4bb735c5ab864362957d4b57b5f0921b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4453092370ab4b76bd413667ea010b4c", "region_id": "RegionOne"}], "type": "placement", "id": "95c2f93ed81841bcb7f40b35bc33fe31", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4bb83f5c04cd47b9b20899045b0c76d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e5069338998448dea166666fa66b2328", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "622315ed5ac04ff79d7f95284531c7d2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ddfcc04c0fcb420f8477d73b19c16dfb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6b5a2f82005e47fead2a880530be9bcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6bb2876704b240cdb5855b515a48050b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1181a22ac09d43b9bd95170b4c75e1cf", "region_id": "RegionOne"}], "type": "ha", "id": "c0a67004d88b4b999c157544055baeaa", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "507b98e53ecd4aa29551a783309a95b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "15ddfd5ae9f34a449dcca27c42dab11d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "43963bd6af264156b85f710554e83ed2", "region_id": "RegionOne"}], "type": "reservation", "id": "1b719ff670554d81a2621bed1f0d43d2", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fe26639526ab414da30b6cf0373a221d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fcb2480363ff47228c66542457b33765", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c15b40d19fd044d297435cadc3672342", "region_id": "RegionOne"}], "type": "function-engine", "id": "20b56b55e3554745b7a114cf4592f88f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4e1f63275ff9494388b24fb8b62859c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "11d5b606537143f9a8f25da7c5330b7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "8476ad399f314c02b3507af276ce05f7", "region_id": "RegionOne"}], "type": "accelerator", "id": "84ccf0779d714fdd9583783dce63be9a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "be88beb013ff43b888b8e08b418811e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2d288e7dbcac49d8812442d2923daca5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d6955fa633d74058bd448710e77509a0", "region_id": "RegionOne"}], "type": "admin-logic", "id": "183759a312084161b079068f208aa466", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5f5c949590b64590bc09977a315207cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fa6b070b4330486fb498f819f119fba1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1dcb84e53e54447da314bd3e9a84a9a9", "region_id": "RegionOne"}], "type": "registration", "id": "b9d35f712ee64a62b434c91302b80ff4", "name": "adjutant"}], "user": {"domain": {"id": "5ae3e098132f459a9cebb908be1b1079", "name": "5308892a03454f51bd906f0685bac33a"}, "id": "8512bdf40d224962addd4e272ebf5d88", "name": "e43115978ab843e3a72e54697bf0c5b3"}, "audit_ids": ["e179f087e36b4eccb941077e9fe16b37", null], "issued_at": "2019-09-19T09:04:48.865653"}} {4} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_port_find [0.065723s] ... ok {31} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_create_software_deployment [0.064016s] ... ok {20} openstack.tests.unit.network.v2.test_subnet_pool.TestSubnetpool.test_basic [0.047766s] ... ok {7} openstack.tests.unit.network.v2.test_flavor.TestFlavor.test_make_it [0.056009s] ... ok {9} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_member_schema_get [0.066956s] ... ok {3} openstack.tests.unit.test_placement_rest.TestPlacementRest.test_discovery [0.297067s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:48,852 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,864 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,872 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:48,884 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:48,904 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:48.781969+00:00", "project": {"domain": {"id": "a3c79573a94d4a58a03011766a178b64", "name": "4084eddc28f84fd69757263d580f9cf6"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "cde65225d75743f988e0961b10903ad1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1f238a852c484df48207c91849d549f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "bfc39ad92f294340b3511da651937f94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "dabad39984a94da4ad09f6ada0e5a996", "region_id": "RegionOne"}], "type": "identity", "id": "0e6b409024e2461f881d5d7c0e3458d3", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2f27a57b36f745bbbe199d0489e3afec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ca6eaea213524cc18c85f0ea987db6c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c31dceec53954b81b5d8b0c07321e153", "region_id": "RegionOne"}], "type": "compute", "id": "47447e29f06247d9b2de8edba5e4412b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "27f8c24366704bc9a27772f8ce44e64c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "cc3bafca46134c79b53dac74c9f37624", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "01a51e047a55467bad345bae906ec0ae", "region_id": "RegionOne"}], "type": "image", "id": "9d55b1ee3f57473eb660449629f86c4d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "677108f663934a58a8c4109c946f4cf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6c5eeaa607134339995304a61a27de3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "02240a67c5a240649fe70b570bad6978", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1c345de216494881904c7533bc2d72cf", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcf3e639a1ce4a13bf975667f631b141", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4081371e8de48008eb3115e844acd8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e66a28a97cf3480897748702ecd728da", "region_id": "RegionOne"}], "type": "object-store", "id": "77b3ea644ae44761a0733c69930aa1f8", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "94208b3b67754f05ac3cf7b6d8378c0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "49b8f61a9dcc4ee58c51196177ba7e1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dfa26583a5af447fb5ca3568ab3894b5", "region_id": "RegionOne"}], "type": "clustering", "id": "d197d5b6abdb48489a0f074ecffe4353", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "433ab4b3adce41d598b320ee27d90506", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "afa69db0fb1547a38b3e0f526aeda892", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e76de60e54a34feb82cf38e45f61ab0c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b4c8f83ff5904376a200469d5a1e6dc3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "054c06061ba04028946e7d9aec8bfe3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d2858375ccc54254a0762228450f5f39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "48c0e562c1de4b61a174f7017615ea54", "region_id": "RegionOne"}], "type": "cluster", "id": "5e1689b4b62f4d4bb100ea0d6769d45c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "64dfebad6d6043408d8f580595794393", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0f4d014187364bf2b03a5ce249e0f473", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "567879f9e53b45358873f56a96a7a3fa", "region_id": "RegionOne"}], "type": "data-processing", "id": "253f239955ec43b7abad6013e25d1318", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "51ce92f8780d41089e6bd8165eb6fa40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5ea652be0f724fa0bafbd045756172fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9b59e3651c9942fa91da1c1351f45a3a", "region_id": "RegionOne"}], "type": "baremetal", "id": "6a20c8f7fda74c369659408aa219057b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cef5cade04444ac1a82806c4bbeedece", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e9f7e5d6721843548f39bd7d39d97e1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d4ce041fdfb6406192c67ceebcbaac97", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f20611d01ca04f57808c7b9e8973c77c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "85aebb1cc56e42b6b2bade11799a7667", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ecdd45554cd7424e988f7c0f534308cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0253fd6f368144e389a93314e91794b9", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ecd37ff7045740d9a00078f9841a9107", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "81e694a9cd644ba7a07d0ef5e72bff5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "62598647ca484a779d05395c3b7dfd64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "312f941b835e4d938d212168330cb20a", "region_id": "RegionOne"}], "type": "key-manager", "id": "3f9202b2347b49148e9631a29131aafa", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7128af8228cb44b7ab1f8e2238306df0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f5941593c0284795a16bfdb2ed5a37ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a09373221a9441cc917a8d6b3a7749e1", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ce5a8d87c1fe4ea6a829561d8fde8634", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8dad347e0c3f46e3a384acee94518a12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5b6e4ace8983447183e1c12ac23c4205", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "591fe3a805d0424cb747e6b4a64eccfb", "region_id": "RegionOne"}], "type": "infra-optim", "id": "022f82b1ab6e44e1919b6d337d077eed", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f07109ead58f4ccbb75b0fd5470d1f2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9c13d27738824557a782a96367936dac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bd74eeaa8fe040faa6a8e1ebeb577b54", "region_id": "RegionOne"}], "type": "message", "id": "5805e1f4b6394e40b3bef75c04eabc2f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3e1a75ebe6c341208a11a3a34459bcd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4d95c94b035d49bdb6a4164886b80de8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d2cd704624bc41328d8d3e1b293a65f5", "region_id": "RegionOne"}], "type": "messaging", "id": "2ab7e36c806b40098f7ea1ba68422e8c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1b502a13cb7e4399ab704f17eae2a4db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c5f79d878647477cb6dd416d83bb5214", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4630eb727d8943909e3c6fe9dcf5110a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4344e2075e5341b4aac871032b29c4c9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7973ef30770e41258d40ec37bb97d98c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "42327fc2a987452ebea16f832df7f724", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a9f2c9114c364b078e4658214877e818", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c1533ebc4a4e45b784cb5c14876a0cb0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "46ec97d442104ff3835c192b2a59fd02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "34e914145b4c4b2cbdcaa4765a320f87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "993d19d5a8a1426abd44824b2dc431da", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "9ceb254753c14714a9588201ea29a72c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cc7c037d6e1349f492c8c9452b44b9a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "83b29fee24d1440c81d4ba92525b6569", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2741bcd15118447ebe9fdfa85ad28457", "region_id": "RegionOne"}], "type": "container-infra", "id": "873d98e3eda941bc9b955e06ce2859ea", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "669e6edaf47c4726b573a90a89c8b989", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f7bc80c75fbc4bdc8bba826a10210ec7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5a3de9a232984f3dbe904ef6419efa1e", "region_id": "RegionOne"}], "type": "search", "id": "12f0ecc52df942e98ad16d6dc0fb92c1", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "31a5eeb317074d41a3c22d7200c26513", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2244a0e7211441b7bbed0754e0810430", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5714bbd5522a4c5385ce2c241ce0e320", "region_id": "RegionOne"}], "type": "dns", "id": "843af56ccfb04014b554e7b83228c29b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "59522aa70e324ee8b6900ac2500c1442", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f3bc1a9f5b8f4ef586ce382418b6a3b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4d3787fa09644d8b9ddac5aad6d98f41", "region_id": "RegionOne"}], "type": "workflow", "id": "638481b8397d4802997d7f8e916fb94c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2fc44cafe302404082f52390ce3983cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f10d586abb72405f9cc8f22723e990aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ab27930b5eaf44ad94abf02cff6a5b91", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f31ca1c0109b43d18c976452a717a0e6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "89cb2f824b034c7d96a59dd381ef84c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "519b9dea16504f5c99265bc255e67a28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "888a76aa724a495c81ad5277b2949322", "region_id": "RegionOne"}], "type": "rating", "id": "b4b72eec082941f3acfa48cf5da753a8", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0877a5a941ad4bb1b38aca79f11bcc65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "48d9dd0cb6b540999e07980f52bc9635", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "dcf4dfaa086e471eb061fe7e35813ad3", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5ebe3ee36d1643799ce8656402d16162", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c0a65553fb5e4e8cb2b8ad6136bc5945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "899eb746997940c194480b4586c96005", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cfd9482032484188ab25fd0bad1f28c2", "region_id": "RegionOne"}], "type": "policy", "id": "e9d845fd25974c45ad8556722240cb3a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eb1226455f8a4f808f94087003fb9055", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4497249ad38e44f288979a3a54af16f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "68d7062f4e0f42febe8e4f3c15243fc1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "356f8db6e36b40858858556b3f500bfe", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e48d4b20b5be4299b839fb0aae1bdbb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c79dd4092b404ba2890fdcd6895474d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0e9a3ce8a3dd4b1b82b3016564704a30", "region_id": "RegionOne"}], "type": "sharev2", "id": "1333b55ba9254449974283efa9ef6601", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a6a11df30c524c1e827f79c5798a920d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "94a448959aa543419f5cdb7de391aee3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9f132e060b254acf9cdd2f4b1f88cd96", "region_id": "RegionOne"}], "type": "share", "id": "2887448512fc4030baaf5c78be11f728", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f0f36fc24ab54fffbdf40d6b516dfeb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c8d4d6efd21c4e75ae71b2778f1338ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "99fffab71f2249b4a369b0c18723ad26", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3902a6e268534f9c9906adfccb4939a0", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "943ec6a427f945e5ac3c06277f3d2b1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31c1170d992241adbeefe88dbce2c31f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82cf70dc29eb42cb9eaa00332b6bec5b", "region_id": "RegionOne"}], "type": "orchestration", "id": "493ab00a81e44952950f9a731c0102de", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37c0dc1e7eaf4ddfa0d02b067f380108", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c74ae3117694593894fc2dd583cc90e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c99128c76f95479e96a85788fb925351", "region_id": "RegionOne"}], "type": "block-storage", "id": "eaef8a455e994ea3829e99109903e153", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "340a4d1c271949c6abca6fa0ca4d1fc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f6052161f3f4c0fbf0b27d6c9b104c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9814c7c720dd4872a2259ad78ef64a0f", "region_id": "RegionOne"}], "type": "volumev3", "id": "7040708e5107482c98236c30c4e18c8b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f43142d2bffd4e41b33c0f34f6791f0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4cd91572abf044d98989c0dfb29e2c06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "575873ba7a4e4ca0baadd7cb0aa8a11a", "region_id": "RegionOne"}], "type": "volumev2", "id": "15631c784a5e4615841ad82e25cc265a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a1971fb925b43af903f2004c8661423", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f127d3faced44d03b91368d26f7fe35f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0562dc63e0d48659b5e265f64996688", "region_id": "RegionOne"}], "type": "volume", "id": "5380082c1f7d40c294802cc3fbb8e925", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee0f32cf68154ce38ad540a30843cc07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8dd1e40aaba44d1a8f151f598eed00d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff256a26cf0946029fe160924c09a355", "region_id": "RegionOne"}], "type": "block-store", "id": "13ba5c03f53843e7bec5a54e5655e375", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8f67e8d29d2446f9875c4c5b81bb6ced", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "453e94047c604899ad48462e11bc0125", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a92f4a9556514b4ab63a765d6f2b1284", "region_id": "RegionOne"}], "type": "alarm", "id": "c3442ec05b58439a8b1733f78ca3de07", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2069a90e050d4701a6cc3490a41601ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "36b9797b7bd84cf798fda87941eac73a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e490efdac0344bc0ac37f3271502ec6b", "region_id": "RegionOne"}], "type": "alarming", "id": "856fcb4074b64a5394a225130c41c0cd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b6cbbdcd2fdf45b3b9c09f55dd405c55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0c8f96cb269d4d44a8652ac4623286be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5123fcdc55ea485fa6918385313e8045", "region_id": "RegionOne"}], "type": "meter", "id": "d349fb04eebc448cb2f2fb18a28d1065", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9755ae95c5b4424dbc1a09578fa6d794", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "45b41ba278994723aa4ec9746546ce8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b4fb2f37bfa44df586970dd1fb4c92d0", "region_id": "RegionOne"}], "type": "metering", "id": "9ab2aa3136ef411aaa9bb2f68c7871b9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "99d88beedb8642f1b5b2373309dee699", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8cf89f5da519484c96a09b9d490a93ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8b9655b730954009acb51316b30cbb53", "region_id": "RegionOne"}], "type": "telemetry", "id": "f5dc750ef549432c8a23f683b3cef43f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7d429d573dc34ad38b1faf826a6f896b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3f12f86b654b405c907a7c697299c757", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7d28c9d0714044eda7d49b9688d6b44d", "region_id": "RegionOne"}], "type": "event", "id": "40fe315a7e114000920edfb71ab55dbe", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a4ba8b311d3c486fb17c2f44f3a479d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "545403c6aa2c4bdb8b87038a7e14d953", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "935794cf03374c208cd7bdef2641c555", "region_id": "RegionOne"}], "type": "events", "id": "0b7b7c55cc47492caed425e22aaa9f27", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d9597625e5e04928810dc2251a1fde99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3d8dd1fe3c774e61ae092cdf1b4e9ebb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "62e713ca69c841ef931b5c4c6df90fee", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8e53c031913f43aaa90c413d82d2af24", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e8f22610bc8e4694a35d9108e8725dd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fa773b078d244e4891aff12ae2f07f9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "364cdfc101ae4a2e82f82563a6c60125", "region_id": "RegionOne"}], "type": "application_deployment", "id": "7bff4a814fae4d97b81a93b42fdf1b5a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7bd492cd7d094a138930be3aa2f7be1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b674c2f94cd049308b45f02c83fe9af7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "05c056ca2b8a42069c1182799fcce980", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c84a756d1e554eecbc896e5d17505824", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c86f2d70ab594a4dbedf6cb0c0da5fc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0df0b02b1a5c41c9bbbb11a53905ccf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "82513e4210e147ffbfbde24e58c09900", "region_id": "RegionOne"}], "type": "tricircle", "id": "6400ad749b65445a8b719e60f6b03206", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f85de46ecceb4154935e8f4c73d933c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "152eb7f35b25482c88e85917223ef4bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "631ae2c10a054b6db61eab9040b2f42b", "region_id": "RegionOne"}], "type": "database", "id": "7acdf7cbb0fb47fa8d3dd1a1656dd4b5", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f7fdb6cc2ece48db9df116bff2b95591", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "93d77652f6d44b6f932de9fd8cce344a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d097c94f77be4ef7a65b14758c5c3d75", "region_id": "RegionOne"}], "type": "application-container", "id": "ef615991f1304a84977e51fa15e05690", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "47dc7d9b203c462992999fa7174f2b34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4162cb4f3bac4ae8a5592365fb718dd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8ff116ee4a1e4ed0a00ab7b16a247f2c", "region_id": "RegionOne"}], "type": "container", "id": "eeb95c1c771a4d5ab75b650f7c80d303", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3a46a46f1952407aa43ec06f55a8b210", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f5c3e3f0334648b9aa5084dac411f037", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8f74f41bf2bc4cf89fd2ab1b9291b933", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ae1e9823675f4df9a687e32d071ef82d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8d49e7457b6d43fe9a50529822aca994", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "aeadccac64924229832810c8e120e004", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "10810ce0367746bca7ebb840b610d90e", "region_id": "RegionOne"}], "type": "rca", "id": "8c125d5e4c3d4d0c915f152115ef8167", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6422881d9d094a2495a9fbb8a677ec90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "42f985432aa74fc28c154c0bfbda0258", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e7f29858bf4f4edab4ce91d1334d0b8f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b309094f4e2a4876bcb35cb9b9e7c29f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "aacac7f28a83451a9839d99bc2a81983", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bd071c4eedb241979eb26784cc58dc49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "5243f117f9eb409585641323e60ee37a", "region_id": "RegionOne"}], "type": "network", "id": "4d2e69f55a444ac7b4175666ae225486", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "60680d3e93b74479a1a556704ceff3a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ce9de828ed984384b44184fed37d2d09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0ae3d41d4ae24af29847fbb40977bf91", "region_id": "RegionOne"}], "type": "backup", "id": "aab1ee602f4042728b313e12a01b270a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "effdb819eb5847628404ec8b1961f3bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4e00f5cbf6e647c8a1150c58876ccba1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f335e1907b3a4898908fc373b2f5bade", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a53b11e28e7a43528db8f7da8844481f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d7d0bb3070d24fc2b62024d87d330123", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "58430664ce57453480aa93d63564df5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "80077f358918497d8f5d88216339f588", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2e3cfcd41fa04b49ad559a951a416c06", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b1efb48f16544e65b6b6e1084d05cf0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a136e1be91a44a54b0646c4fd79dc60e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9418ed5f9186463bb0df2d00fb03cae8", "region_id": "RegionOne"}], "type": "monitoring", "id": "65d799a2d22044bc8609623072ad96db", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "190d756ad61246588aa787dbdd0d0124", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ea04b4498fa144f590240198ad86b9e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e618cf9c0e9d4624b258b1d62ed5e839", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "1277a296fbf74d25aef795169c9e46e2", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "52de18a6b45a44bbb260d0d5da223b71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "81d1785838644eab97d7f8e59376e72f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "cf66d33d2c814134a9ab7289e1e39931", "region_id": "RegionOne"}], "type": "placement", "id": "af851524b42f4e3787ee729f9a380402", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "85a255289e344327bf718ec6c7b3716c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cedbdac2854441e692b68d77bb4532cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b9fd5499b1384c5cbe0b5ebb9a5bbd39", "region_id": "RegionOne"}], "type": "instance-ha", "id": "632ccbc81dca4bd0942de170f93d61f4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "25f9edf9335f4aa4bef3ec82fac743ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f3e6a1869e8d4413be6e857fdd69f6f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "125c9009af7543289bdd20318bb3d4f4", "region_id": "RegionOne"}], "type": "ha", "id": "5fb9ffcd27b74a63b7a04ccd2a0a18ea", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6b4181d3cf0f4e4ca685b76ad963ef7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b81cc458e0994767be1c53ac50673d11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "07c126f95ffc4ca39fb8e420517b3082", "region_id": "RegionOne"}], "type": "reservation", "id": "765c09370c9f43439be78d77488c4574", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6029b716af0d4b1f9cf0ef5d2e95d2d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7d1ec1dbbfda49f0847e0eb4f24ca9cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "097efe6e721d4c8ba172d284d2d5c254", "region_id": "RegionOne"}], "type": "function-engine", "id": "9fec997de1044f42978d62e376a1bf7e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4a1ad058b7f74262ace82621800b7058", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3e03e13ee05849e9849caf3935fb406c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6b0c85041c1c475aaddfeb05ec0f4aea", "region_id": "RegionOne"}], "type": "accelerator", "id": "44d0debbf2954b939d471e499b569c5b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6fb057ecd8084b44a6adda3c6c22eb03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6be9160e5bbb4d87b048add934392167", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d7584d8d347a42f18c1418478131dfdb", "region_id": "RegionOne"}], "type": "admin-logic", "id": "74b77e1e12cb4480803ea43a4b30d455", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8fd14e3180834b3eb96b73f646b6e4e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dcd248dc79424cc780f70984e3456e2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "708052f22ae34d8c991d714861ca2280", "region_id": "RegionOne"}], "type": "registration", "id": "3a977b8d30b842aaafc36cb416484910", "name": "adjutant"}], "user": {"domain": {"id": "312e9599f1c743dfa3c57513cd221497", "name": "4bf76993440a4b1eaa9fae70ee596bea"}, "id": "73690f8845b64fdc9d0d96ec6d6f77f1", "name": "e6c10c5874ff45948617c804ce824f40"}, "audit_ids": ["a30a3ec2f51044b0b61c88a5a35acb22", null], "issued_at": "2019-09-19T09:04:48.781969"}} 2019-09-19 09:06:48,996 keystoneauth.session REQ: curl -g -i -X GET https://placement.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,010 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,019 keystoneauth.session RESP BODY: { "versions": [ { "id": "v1.0", "links": [{"href": "", "rel": "self"}], "max_version": "1.17", "min_version": "1.0", "status": "CURRENT" } ] } 2019-09-19 09:06:49,047 keystoneauth.session REQ: curl -g -i -X GET https://placement.example.com/allocation_candidates -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:49,057 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,066 keystoneauth.session RESP BODY: {} {2} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_get_software_deployment [0.064352s] ... ok {19} openstack.tests.unit.test_resource.TestResourceFind.test_find_short_circuit [0.191390s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:48,710 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,722 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,731 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:48,743 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:48,754 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:48.640150+00:00", "project": {"domain": {"id": "ddb5b0adff104fe193876bc0d97e9412", "name": "77f15eefedf040f7b4148a0a0e11758f"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "522178ff6123478d87d94b11bfc33c98"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3c89d3339320421583dc76e3ac7eb7e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0f4a4323b6eb49169c20a2078e2e4f06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "bd90e230eb3a4985ba522e2f69fb73d0", "region_id": "RegionOne"}], "type": "identity", "id": "bfca141929e4439b9f727954858a790c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "eebc644b28e04d9ca510f62858ef5297", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f80bcc7077d84ad3a70fcc45ddeef218", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "df0ba9ebb5194465a366af380075618c", "region_id": "RegionOne"}], "type": "compute", "id": "5919d4209cb04616a31c939d7b344cbf", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "11d39ec9169f45efb2463fb87fc0cd30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "dc69a395ec9f42af82a9630658be75d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "5b54168950de4aaebdfc4a3866af87f5", "region_id": "RegionOne"}], "type": "image", "id": "5d795bf26ab240768c3d90ac43f48619", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7252120b18e24a06adef48abf072da55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a858ae744a64428e8e6b9d410ef89f9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "41556e18a4684ccb88d174b8eea7ae4a", "region_id": "RegionOne"}], "type": "load-balancer", "id": "5b2d12b680044a91ac572d354edd61b8", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7f8f94137363485193e3c38eb5973991", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ff90a3e8aa842a096774b2dc229cb1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00f13ebd1199495bae66c47e978d9e5a", "region_id": "RegionOne"}], "type": "object-store", "id": "766ab0d7d01a4b6ea7b3e352e51db157", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2754a00e7fbf40b0a9557cd9117e56b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d98e37681c9c435fb0bd0ee866e6f5b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "96fc2c73589543b78f1bca0babdb2acd", "region_id": "RegionOne"}], "type": "clustering", "id": "cdad922555f648bbb7d84230560b2746", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a9e7d83fbe064bd6b50f29685e558deb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "419c90d0ad8e452a87614ff3191145e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d9f77f09f4a04bcabd18457f38c0d251", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f10578be25354741ac1cda2e531b390d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f5ba58b93f4e4f20bcd9831245c3749b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "10916705832f44b192cc3794f803c80e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "654ff0be3467446aa44b5dc2b86983de", "region_id": "RegionOne"}], "type": "cluster", "id": "0faefc9978c34514b8f3379906611d6a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9cc7a3ab403c493cb1b8994eb97f152e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "950a5c09db26479db3802da5ac4fa90b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7311e75bd08d46d6ab2796b1f9d459be", "region_id": "RegionOne"}], "type": "data-processing", "id": "ff8d105eb737465389a1b57a21e43ec8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5384c170edee45519651acb7f3e582e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "62409281d135423f87744e663655f72d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c76791626fe54acd81cbf5bfbf78adb6", "region_id": "RegionOne"}], "type": "baremetal", "id": "e9efb2e8e6e94bb082b03df8a7016a5d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c7f2cd98252844fd905e4e00b47bc6da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ecdcbf6a8e80469c9defbed18eb9d50a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8e29919683c64f4cbafb39bbcabe58b9", "region_id": "RegionOne"}], "type": "bare-metal", "id": "cbc60d89ee2d4e13842ee975d707e6d7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ba3b608169214a0191cbbc8cb74445fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8b40b99034b24593813d313a55201509", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "826c92cef7b24617b4c85a6565a4e22c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2208944750914f6f945c64e38be32a55", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8ebad007552140aeb2fa4cfca5427e21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "56a4120f6b15460382e87fb62cb6ab9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "55e98ec31da541c097a77e920e1b99ad", "region_id": "RegionOne"}], "type": "key-manager", "id": "dc33acea9267472d8486bdf6ed249161", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5af3d45ffa6e4b8797001badd3fae652", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f22598dfcd4247268070f423bf2dd6f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0d5850a04f46410584beaac0b142a31f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c45f37edb39648c49f5b21ab42a22538", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6a7d4cff9c324505a3450f7da1b0ae5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "db2a5b8ca62a4d34bab0284f0890933b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c0ec296834a743f6b3993c103a8ffe00", "region_id": "RegionOne"}], "type": "infra-optim", "id": "3de4ce641b2d430eaab9aefc251f43e7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f74c3e60d6694f80b9ff721c3b7f69bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0c85dcef31524d76bb48cfa3f84501fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9f5bac13bec64d9facc9ebaf01f58a18", "region_id": "RegionOne"}], "type": "message", "id": "0c4353f0d57346828ac19b95374fef9e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ab98053aab234099abdde11c28b4a2f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "191c82decf3d4e188509fb25769c7099", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "92c357add1a348bca834064808b0c489", "region_id": "RegionOne"}], "type": "messaging", "id": "20347fcd70394a08b6193ed1a12bde0d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cf259e97036842aa9e72327dab8dbd73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "028bee3a7ee64873a0008c8619091180", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "31cfdbbb171a4b5e99475037a269e5b0", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e7335dc0895b4f18baa1d201b31aa5eb", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "765baebba628410c8eda4b638245e056", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e1fed06585084485afe4a4ca57d6b7ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "415b57632f9e436a9e8ee1dd89d8bfbb", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "59d00d915129428ea5c1a547fb074da4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a6facafea54941b6a5f33dff9c8e65c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c20e797e2244d27ab8fe31ebf94840e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8df7c6ef03234402b8728724c94306de", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6ed19cabcfbe4a25bf70b55445fb728c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0a6eabdc73d64081afc41663de18e016", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d303345480d41c0801cb3678a9f54e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73bf02f6aad54d71b8181b519b66fb07", "region_id": "RegionOne"}], "type": "container-infra", "id": "6bb6b20cb289468caf3b5c381177f8d2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c6a16d0c06734c449470981520dc23b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "86c718bb046f4500b428bb0f26b132ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "aaa1ac97daf1487b8edc8f5fefdd62e1", "region_id": "RegionOne"}], "type": "search", "id": "3d72849c9fbd44db8322ce9e109cc0ea", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "cc13833469b2459ab784d87efeee55ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d51002279e534620887fbdf7d3c5e04d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "97cfa280bd504ed388c0ce45e7e10f64", "region_id": "RegionOne"}], "type": "dns", "id": "1001d64a400449808c692068400d2ded", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c31cda133df5435b8afa4edcf13bead1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a787dc987bd34eb7814943e7f44a076d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8c1688d5db1d426a99b206067fc38994", "region_id": "RegionOne"}], "type": "workflow", "id": "ede4894c01f645f8875ad99f37624632", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f799aacb9eae48c49ffc86179a132b86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b9864a389e084122aea5f1844f669d3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "39e3be3daca2479990f6273f7f64c864", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4b594fc94ef54f1c8678096970a63442", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "e861efa01a7042dc941f1ecc5a866260", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a8157f1ed6db4a8e8930b4eaa6d13e20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f3fca6e868d74e4a80d8c910a538df63", "region_id": "RegionOne"}], "type": "rating", "id": "e4582269aaf841f2890933c591bf118d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3b61da02531d41ca9ec07b36374a939b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "44fd9bc2f78247bea4943abdb890d640", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a806ae45fecb4cbf9bc58d1404de88f2", "region_id": "RegionOne"}], "type": "operator-policy", "id": "64a5783b8798431b9b65d3d473941302", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "eea16e5b8be3445e9d58de493847aeb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ec75ccdcbc804978a0bcff54c63a4146", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "088ddabb5cce43de81d0b18abc8a3683", "region_id": "RegionOne"}], "type": "policy", "id": "c8aa1c7ba912429fb0370be1bc90d780", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1891d6d0ddf449f69c47275a588c8aea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "482213c070a547fc8d3ba109e5d109a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3d7c8e16fccc42efb00ffeb0391b94de", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b645a1552f9e47e184792527c904001c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "40af42dad0c74cf1b8b1aa2917e5c03c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5ad8c7ebaa104c53b6b5cef5e4220e27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "91f9d334ffb64b7c9ed749666a68254c", "region_id": "RegionOne"}], "type": "sharev2", "id": "990164ceb1f4421590d46e2a8824bac8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b8d3fd47d6d64ac3982afdbc82456191", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "15cca73b4f144c11a96939400a259138", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a7ced9b2d20b469bbbf45988fa536fc7", "region_id": "RegionOne"}], "type": "share", "id": "d8d3fbe02a1f4bef96fc76294503edcc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "aeb13bc6a3e54a3992fb298275572df4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3b6123b8aee54534a93e4d40d9432727", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "cbc1d07695ab47a6b86e299d382945df", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "eb1c5a2509fe4a738bd15c95e33b608d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4178af12ffc3481fb0b3f5f3ee819cea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6bf101698d804cdb943a25494e31f38f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fdd42e8258e54307b970cd0854dc8e6b", "region_id": "RegionOne"}], "type": "orchestration", "id": "e845512495d74f21b2993a5dc496d423", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48a54e4510b6473d9cbc15551978cf2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "495c5845fe2e47df9c5513b2d046531b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c19d73279f4b4bbc83ec852165d48a52", "region_id": "RegionOne"}], "type": "block-storage", "id": "f02be2d3380944078fba3441c468b0f4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "609d191832d24618a208977de5446d8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7289182fa3c845d48a342b57734f9dc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcc46866d5f04af9916245a3290c6290", "region_id": "RegionOne"}], "type": "volumev3", "id": "3b0490c595564068839435b88f5c9384", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ae083ee58174f70a7912b326aa66133", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59f1eaf4984b4f1cb2c2ee522b40b66f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e7f3083e8984052aea64387d6501ff0", "region_id": "RegionOne"}], "type": "volumev2", "id": "9cf18300a4984d948731e61032c35864", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3716b325f9e4497793a791b01b692e0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "270a7423e04e4011b79a067ce709f675", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9d94189ca514a35a4e6a1554f43e373", "region_id": "RegionOne"}], "type": "volume", "id": "79b4a66968264eaeb2956427cb64b422", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "639fe7b5647f4456b6938e31c1217e5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "082f72fd5b744306a65aebfc6d2ebd1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a808c7737a0446e7b070b3a3afd89a93", "region_id": "RegionOne"}], "type": "block-store", "id": "a933305bac454193885be55e02cf9f56", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "35a33b3ec8f842259c94d84815d8ebb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a9eb030b844c4c288e60490512cc089e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c6ec7a2fe46a4156b8cf21f89dcde586", "region_id": "RegionOne"}], "type": "alarm", "id": "88fb496d68284502922197082b25ee89", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d73c2a666aa048daa7fbc778e385b901", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1e95ccdd0f324dc082f068a96fa65282", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "df56ad46a7da4e81a8b00996a8d3e96d", "region_id": "RegionOne"}], "type": "alarming", "id": "557cd9945fa2467fadb54c78a0c8a20d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "226a2c6197b64353991f6dc014629079", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a1c49c589a5b44eabc327fa17473b2ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f0d7126564654483b1de5cec490a58b5", "region_id": "RegionOne"}], "type": "meter", "id": "dd96d98b04c44b92bb749cc9e48af128", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7f14c15db77f489dbfb23431184d1ade", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ef386a307b104ce8953a0ba9d26d2875", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5cf2df61279a408cbd4d4c560bd4a513", "region_id": "RegionOne"}], "type": "metering", "id": "c85382ec999244a2b4a7c49099fe7ced", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "aa3ad92a44f8462c9c41e02941af44eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c06de66db0ce4c65a5bfd3823889a467", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6d8363bddcd04e5882e09d2ff01fade5", "region_id": "RegionOne"}], "type": "telemetry", "id": "cc5105ce75e94f1aa885e956a51bbfe0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c6e7c2b95b1d4012b95c8d1719c7b1ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6efb0aac8ef2451f8b6acb9a43a954b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7a597814e760469c9881aef6e563c54f", "region_id": "RegionOne"}], "type": "event", "id": "9ac82f338f774d1ab82c8f2bbb394b30", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c41f9ed6e241424dbed628e9c00e2fcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b617ed699e7545368da802c1689604e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4d02eab308fe4dce8f28229f0351144e", "region_id": "RegionOne"}], "type": "events", "id": "d47ee10e36bb4fd7a8e682326293fd2c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "57e0d3d930d24fefb3c1368f9d5afd7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "aaebd825886b4e9c9a8b52cc0e6ee2ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8a19ec74f9684ff99aa742b66eb7ebe7", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e5897c1fc5d4465788886a692636d7b5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e2513d11e25247d398fe70e9e535db14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b32016b4387b459b85fe890d0e4df751", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c227e67ebc5e465d8e823b9b16144519", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b75c8c1209d44fde96df487effc96101", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e918649ce6224ae98f2f4fe82ade1188", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "12e7ef97142f435a82988d3c1beb6ee0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "496d5d4f63ef4d52b4cba7d26e237c4d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3aeb5a2f38ce4f3da2ed265dfeeb827a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b9eac943bdd546478238daaadb8868e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9fc562a5a623422dbba5689612d74ffc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "34fa673462ab4744a1838b4ceb6ac8a9", "region_id": "RegionOne"}], "type": "tricircle", "id": "4c4d2321547f45248a392de04a068580", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c6e5c362935844aba5b8e5f28f56ae24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7c572b7e3edd444b9407e1701f84d0e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "bd4b34ce01e6475e8cfc3905335cf7ec", "region_id": "RegionOne"}], "type": "database", "id": "8c8ae3a6ea00453a8120267d0194e34e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4f957844a1154141957f49e0c785cc0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "adac1365bc5a40faad69a83066ecf009", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3d8935d0588741768af52f6b5b78aecc", "region_id": "RegionOne"}], "type": "application-container", "id": "46f0858109914c99ac58533448339fa7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f52292a66c83459981aabae285b804b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a394ba81d36040069cadc41689dc7748", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bbe4452e99bb4461a49d7a2ac965358f", "region_id": "RegionOne"}], "type": "container", "id": "a7bf8df36d0841b09ed214d99764a9f5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ec14c56de2254a7aaa9955237daaba42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ce29aa472508442b8622bf2d12031652", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "09d8344ba6a446488ff5cc3ec243a4bd", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a0be15afbb4646069554cacc45d33be8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c8ee43a89f294d99927a1188051178aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cf7f2448fd9745879395c86b307fac0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "061a0ab51fab492fa79320176dc0afc2", "region_id": "RegionOne"}], "type": "rca", "id": "956d56e36d584d55a78408203fd0d505", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "aa4e3397cf8f434eb7b4d552c3ceb121", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a72635221d414ec6bd55b60ed292051d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f0acb27f8b26429394534dbb1052b0ac", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "156660cd5b7c4891b3ee7c93f5e76343", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ea7c1d3cf8694fcd871a91b4ec46d923", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "0fed7d12148d4e0ba55b50f434e33eb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "db77558311c0443996b38aeff8c61486", "region_id": "RegionOne"}], "type": "network", "id": "dc74884920c34e9ba01baf066737b2f2", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9e40411b0a8e4133af5089d5abaeb752", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1fc864ad419f4029bd5106b07e78c73e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "fcfc91e3b32c4c1c922cb4e3b8201d5b", "region_id": "RegionOne"}], "type": "backup", "id": "e5ff17df56854ec396eda729bdd6dc5e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2d170f5360d448ebba04e9e8592a6b6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a89ff8f15cd442a39ba660bef5c81410", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "af1e516257da4be69b0c2e67777ab4d7", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9e7eaa6cd7744a19a1bc68b83a0e2c0c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dd2e2308036c4cddb6eb4faca1bf0efe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4af0b01f29e44b68b74daad70c8aa5a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "45f01d2a5f014cf1928b5f23b6b6cd61", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "021c672d3e26435a954599f28e75da84", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "dadc75b187f84aaa82921631d18ba328", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ca9cf1c5ba4c40f89460c482229d2f2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b52f5d8910604bca90b99c150c57e23b", "region_id": "RegionOne"}], "type": "monitoring", "id": "253ad4235ef94afa8ed18e8d6c150400", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "94498cf30c1649e8b003f095971d54b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "76d3b701ec89448497846ee47f595410", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4be2e763ab354d16b6ade07b0a269c30", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4d8de0da1309401aab4a729e9b2ae68a", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "7d048ddc8c24479e8ed6fcbd1f1d3acf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "28532886828e427abac8ff62820e6dd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9abbd53f8e084c2ca089ecb26e8ef8bd", "region_id": "RegionOne"}], "type": "placement", "id": "072950e9a6e547168de153ce757c573e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6c2e7d8635bf4c5cb242dc324370b9bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "48829e4cee364be3918b21bc2f1fd7b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "81379330ae8347569c7609f45e86b438", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c7319060140c43eeb29633394ed5b55c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9f602aa585e6448489321827cebc6cac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "34adf98706ad4b5b924f0204680ce78e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3f0d3283cbe049ec9fc0be46bc6655d3", "region_id": "RegionOne"}], "type": "ha", "id": "b0d186c85a4f434791cfda5514a702dc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "433e30ef50d749e9b4a793dded38ca8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "345092aaac8e421499714f0a32b85926", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d7f4f3cb5b0b484ca53399b6864bcdd3", "region_id": "RegionOne"}], "type": "reservation", "id": "46af58d562764c7c819106c56a87ed44", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fecf72e2855c4475a4eda328ae5f47cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "de9c5d538ce84b1fa4ebfd1d4e899dcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3b387abbabf948479c27cc34396010f3", "region_id": "RegionOne"}], "type": "function-engine", "id": "f427e176fabe4c889a93cbc01c429458", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "abaaee37531b44febb6cf261418818bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "93adb2758fc343b19e9830edcacce08f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e89d8a6368f74d3f9634d8db32ba5d88", "region_id": "RegionOne"}], "type": "accelerator", "id": "9e11a533b9af4c97815d48a8448da6a7", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3d783636ae804c05bbc070237e05f076", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "579a14e69cc84dd785f65c383c5b6753", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c361b24621544807be6ae515f0bf9bc5", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0938a31da1d94d8eac365da7640c45cd", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f137f840bb714be395db7498f1ace056", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bc6e18eb3eef4c1fbe502050fdfebaca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "450f9a8a233a4f6ea003e1fb3bd42b7b", "region_id": "RegionOne"}], "type": "registration", "id": "906efb6e7733465bb42dd04951c526b4", "name": "adjutant"}], "user": {"domain": {"id": "a0ab392b01e14d8cbb25dcc68893c2c0", "name": "c6d0bd5047c64e6cb693c24bdce63846"}, "id": "453b1562291a4896861458e1f826e6b0", "name": "d81598bb36134bf3889600f35d5ad545"}, "audit_ids": ["6a41664dc49e466eba6540a812398eb3", null], "issued_at": "2019-09-19T09:04:48.640150"}} {31} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_resources_stack_not_found [0.064372s] ... ok {26} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_check_stack_with_stack_ID(event) [0.064185s] ... ok {17} openstack.tests.unit.object_store.v1.test_container.TestContainer.test_list [0.275820s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:48,936 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,945 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,952 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:48,962 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:48,981 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:48.862618+00:00", "project": {"domain": {"id": "dba4a1a93702495ca386cb153a869cea", "name": "abcec5d76e2b4f308c8fc72f4dc424bc"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "28b0cf20dcfe430d866d1eab0a15a1a0"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "284370efc6ea418d9f9fd2cfb2c43691", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "27afeef8ab714f3a973893fa9d57900b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a19d10340c684a62b709c9773b41b252", "region_id": "RegionOne"}], "type": "identity", "id": "4b9a5579b71e474182a680c673eff999", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "46f478ebcf424cbfa975393830345725", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "315d52a92fa04d49a229fce982164a5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "da4e83482bd34c9c8be229526418b905", "region_id": "RegionOne"}], "type": "compute", "id": "b08bedc295764285a814187999e91584", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "01d2f0d91f874cd691d584fc5e609fa8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "4a394b9537254ca8b832948fea3d62f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "aa612e0894ea430db013fb56b704a6ec", "region_id": "RegionOne"}], "type": "image", "id": "fe3450e7f4714cdbafc57298e811d4d2", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "26bb1554dc4143bcb2dd2a7063df299c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0d575df937554fe89b631dfac7a310e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "3eaffb88c7474752baf3182f40079a4b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a16dcd5931374ef799428ea30f1efcf2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66f0e8e4cd734407bc5dbac8c4b9083a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b77bc96c4234d358b95777e276f31ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92ce1ea3a2c14d4bb5bdd552d8353ab5", "region_id": "RegionOne"}], "type": "object-store", "id": "92b2f508d42242f48edd89342fd6fca0", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3c684e48c5fd44a9a7e645ad38554618", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "08046c48e2c84b36abc626d6b7d88b61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b734e04e4aaa49ed9b97350f2edd16cb", "region_id": "RegionOne"}], "type": "clustering", "id": "ad60878e642446d5a867b98c25310746", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cb9a020367cf4e4ca4d4be7b228700b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "558518e92dc04e548db8f12e4b5bf4f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7426778f63104247a573c1d2e042839f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2d4399e101a045fdbd628f844a35d1c4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "67d5a8cb6365438da9483547da5e97c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ad43283862e1468e92607a950149abe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bcde8baee5db416f9d7133947bcff8ec", "region_id": "RegionOne"}], "type": "cluster", "id": "308a8e9f37df425897b4ddc428c07e38", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "42e16f00a6474b6c8c6f81858eba6578", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e2bda3bff17d49e3a7ea0b63cbe7322b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "fa3bfa414b904bab86c3214a7aacf9d7", "region_id": "RegionOne"}], "type": "data-processing", "id": "58004f74880e47b3bf75856b2b833e5d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9173ca7538f840d3845e5311545a29b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2d8fc4b77e8c40d5a4737c7d130f0a4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5648d1c9a57e4d628b15bb11db99d3c7", "region_id": "RegionOne"}], "type": "baremetal", "id": "5b0ab5d7ddf14ae0afb9da70cdae9a8c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1f082408cf954030bc59065ce5819844", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dea54f2c006e4a8796eb354a76c2067f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f072e8cb2a744eb59f1371c5d6261e4b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "1d24e27baf4047edae3ec4f74fd370a6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "12e3133c42b4466d970b9a98b73f8777", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "13a40792fdc14828ab08203ef9d17943", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "edabf758ead14bb08e271ead14653c94", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e86f84a1efd5469ebd9770670beabe2a", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0291fd713e644311a0bb90ee650d50d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5856c4a5e057474084734d31e3df2b80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "488ceef63999423298ebe2015dcbee2b", "region_id": "RegionOne"}], "type": "key-manager", "id": "0521a358d108479eb4391cec8195c15a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0d38cc4d7ede4041922d553c4cf9ec8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "655d2ce476cd499f84157656fd71f535", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "acb7fc84e2f040fe82e0331c3cb9038d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f4c5b95bd31749f389f7fee46888deef", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5480e71e39c24bdd8224ce5076f06822", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7abd20863bae4377889eeb1cc9917a04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d406d43f9d17488b9a964759c322483b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "07a3390e8a0b45d5ba898f2b60a29daf", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "967a6c100dad4b329dba82adafd7ad2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "90b61be4808649f08bc5b7a12eae66f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bc35d6e875984432a9b08a0182719773", "region_id": "RegionOne"}], "type": "message", "id": "a9b0d5ae517d499c8ec134f5eb3aa486", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "061a497618cd483f9936104d8865e948", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0f3514029dc04e0188e8b67bbe4708d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0124693929bb4e4ea40fdcf42e33098a", "region_id": "RegionOne"}], "type": "messaging", "id": "1b17961b72ed4b6fad94b60e7ee72be7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0f8c2f2b184b499fad903bfc082da54c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2cfef4a5eb1e48889366f7d10e0a4308", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3f599fa6cd254346b9b9e545432c4886", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2be6b34a9e184a588f6f4da627b9ebef", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1fb716ed26f7441aa1c59cad340f2274", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fa0d168f08a442569a048d9e9d071cb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d461881b6594f3bb2aaabc4a36895b1", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "51d6b059d2ee44178c46da577b4d73d9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0e0b088c44bb497fac740164d306068f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6a2338559b314dd79a84e55f57f81a37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1b5b3e57835e4177ad139ac17b7ee149", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d1901056ca794d8a98861584930fcaa2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "22b6cded44504ce08cb6c47b5d900ad4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "46c2a92319e4422d8f254dfc7a2a81e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a362e8f90a094bbc995f408c1e6610a0", "region_id": "RegionOne"}], "type": "container-infra", "id": "1d0a6cf39b5b4fc2b5082049fda075b9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "830355946d8a4fca8e8a0032d97aaa06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "3c2c7520440c43de96eb7cc28c4af3fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c695aebf234348d59b26b2bb529c9dfd", "region_id": "RegionOne"}], "type": "search", "id": "3072833650e74e7599e03f3ca5fc65bd", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "eeb672f707c0486c884489f900ca771b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "954ec4e439734ef19f16e1a0eab0f6f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b170e1013af2488f96ee9fea79a1c7cc", "region_id": "RegionOne"}], "type": "dns", "id": "35da00ebcb5147da87550c275c097920", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "25f748f04d4c4e0bb2c5f1c0ad50dd63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b5526109667d4dc29009e27fd33b6431", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "767e35899f15457aa55feba1072a3732", "region_id": "RegionOne"}], "type": "workflow", "id": "e6280866b6c24bf4baf3b786319ab228", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9848a6f6f0b64fdd9cdac3ec8ae9ce60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9861cab51c40409da4f1289066888e91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8ebd700d049941dfa492a9fe85633192", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a294839c96f04c5ea1e9b6747262fc39", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "99ad355dd5dd4c938b8dda7336e3d034", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4ce03291134344f4b2b0c5bdbb965251", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "169954d5b4854c908e70f910c513f740", "region_id": "RegionOne"}], "type": "rating", "id": "30a53a41697a401bac6175c57a0067df", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8d96630d5bb44708b6a2f6a6c34b346a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "867b9bc37e964e5d9444354bfe8a992a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c56f7c0c9de544d595302bfeb3d9d0fa", "region_id": "RegionOne"}], "type": "operator-policy", "id": "79b8df5f755e48c3a5b570b77351a647", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "501d44ce06454705aed021cc2e27196b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "11b401e88f164c47ba7a24afe9ee7123", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7921d038ee4d4afe9a73972f7c745134", "region_id": "RegionOne"}], "type": "policy", "id": "f70cd4e4018445f9bf931f0e1b2d414e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0733544a31d54033a0eb4d788b6287ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ded36f0daa5a43da91dcf6dd0e9ea26e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1514a1c23f2f480e8823fce3fc33a6d4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "20c3057c6bf5453c80dbb0ff6d02743c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d03a8dce36e842d1bb7600c6e47fd4e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "811ac6c91edc402fbb8f0f4256ce47f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d8a23cf078c1471eba94d4275e07d716", "region_id": "RegionOne"}], "type": "sharev2", "id": "168cf451b7e54ed4bba0e8e86c0d5903", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "530d700342d846c993c63248061b4bfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b734733d89a043d380e3bd2d6dd26e89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "40efd0d15bd9443f8ee6c21be19a7510", "region_id": "RegionOne"}], "type": "share", "id": "58226c54b41e4f2682c27a5c63dee985", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7c3e2546d6bb4773b1999e77da73c8c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "57b5f618f5e14267b2237e97adcfbfda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "68cb965df55e4317954149a471e23b05", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d49c7d6fd83145f390e0330a570c3334", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b1aa5015a324c2e8694e827a3d8ec88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1bfd070404484e1f8d8fafe372dcc088", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66d2666646e444c7879f7c1fd2108ab8", "region_id": "RegionOne"}], "type": "orchestration", "id": "08655765e6214222be5f13baa355cab4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e492fa83ddb648f093f29bac6e66f299", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8aa8767099a64724b45bdd0381e5f00c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40f14a06073e43f6a4d470f0376a6576", "region_id": "RegionOne"}], "type": "block-storage", "id": "27c6ff638a3c4b979d0ee47f9851bf1d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "293f52e97cb340c59824d031f70aa0ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ab3c0d886624bae901c42fca6eea3e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "400032bdf5b540bba27faa0578de1ab4", "region_id": "RegionOne"}], "type": "volumev3", "id": "565484de15aa4a43aa5df2e3496c2d3d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2443c3641a3d4a4fa0c37536b173264f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a14e215cb2184871bbf55d1d6794ade4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6bad4f415e4d4a39aa7d4d3e1b27cbfd", "region_id": "RegionOne"}], "type": "volumev2", "id": "68a62856da0a4a6dabd49c223cf9a00f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "012ee630ef784d87aabf9f6ba6696a26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dea1bfb71b6641d0886cb9011ec1ad20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c32260ddbc6438c9fd6d40053f91a24", "region_id": "RegionOne"}], "type": "volume", "id": "65bc957a011a4392bb9661aa3040c453", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e279ca686fc647baa8334b4d3ab7c963", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8a9b69a2df746ed94f240b1ac2a0da0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53f21cf6b6434fa2852cc1e191fa4f42", "region_id": "RegionOne"}], "type": "block-store", "id": "6f2429d18b524174baf508eda1009ae9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2c1e6d65addf455fbd7edefe11a6c83a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "652125c5f0c343c5b21aa67a11da2dc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e8c8d75c5b2749c7b7da1c458e6551e5", "region_id": "RegionOne"}], "type": "alarm", "id": "7a1aaf6221d4498f9ba11ea91b7160f4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "89078a4c5fc2471a9077b03dc16d6903", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d7aaebbfa12a46ad87839a5c7b69a96a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "430a823dbf40491d811b11d88612f61f", "region_id": "RegionOne"}], "type": "alarming", "id": "72c3497d951f4ffeb89613e0c0a797db", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "34413aada62c401ea02d3fcb52a32a4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "db577d1131b64ed1a1b0ac7778ac95ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "00120afbfdd144ecb3c7b68b3a3d7c0a", "region_id": "RegionOne"}], "type": "meter", "id": "e3fba4afe7834b68847051be14599c57", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "78c602ab2c854ea1acb4b1a84ab6dd73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8c2ac891184944a69b3b9747a73f50a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "16610bcd6fc744499287ca1fb6796ac1", "region_id": "RegionOne"}], "type": "metering", "id": "6d78ffc4b71c4a078fcc1f81db64b1b1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3e7513cb6b1441f0af2262e8088f02f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c6f5a7926f1d40b8909adbf66c8de194", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6ace936258f74e9f9d2851108ac11b76", "region_id": "RegionOne"}], "type": "telemetry", "id": "83752565cd3b4b4a847ae3ca0db6327f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3e609026e5f44f9f86e5cfb25d440555", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a458b0c0f3c444d6ba5f31d6d3fe0f11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0d6c51d4900f4700b44ddaa156e9f386", "region_id": "RegionOne"}], "type": "event", "id": "2d488f1d1ef2440aac84b38d10838831", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a353db4f70d14dbdb527f41f4ad55473", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "96d56e5c57874635ba0ed5fec6a0571c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8509f791a0654a6fa5f262be5aa90436", "region_id": "RegionOne"}], "type": "events", "id": "b1124ae9a9e54171b37191adda6ffdd6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "05da2115ea804d8592289dba7a63d70f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "242cb84020d04f7da4349a48e5d3a673", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c8544a5159bd4f418b339ef92d2725e5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0378fb54e5d14bac85bc7457ffe25dcd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "58a21898f774441c83f5c4b6bd85156c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "569fe415b74d4420bc6b8807ccbf4a67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "452b5b07e3504582bf7a091f5f7e6dfe", "region_id": "RegionOne"}], "type": "application_deployment", "id": "4a093838a8f146f083f12a8c80c2bde5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0adc3d8bea0f414a84dbca81dbd9fb42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "866ce8d7998f4fc6a0f091336e5250d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6dccb2a19f014ba9a669dba908a2f317", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "637df9adf6cd42969fe4cb33dac2d9f0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "854049704fe745e1b46eb5964a2f091d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "559a113c3ed04bffbff987d1a82840fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "94cd8b1cece2457b8048a23b0c4cad88", "region_id": "RegionOne"}], "type": "tricircle", "id": "b8e3d547502a403baa46a28d99bd5c0e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "4665111f4a10433782bec41b5639f952", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "977f5c065f9f4a63a78ed740b6e74d43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c3e4df0eb1644a4f9c9b52f63e50865a", "region_id": "RegionOne"}], "type": "database", "id": "1ae6e2660a47495dacc57a549e8e6ccf", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "07cc5a5d84914631941b5994a45634c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7961a3781259460ebffb4b7156e1e36c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ccb2bed45b5440328ae55da263ed244f", "region_id": "RegionOne"}], "type": "application-container", "id": "653897c93e1e44899566e54ccaebbcfd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ff191984db354b00962ea804e5049f4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e365cbb0dada49bea5bb18c05838cac7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1509564f018e47c0a7a80c084ec57c4d", "region_id": "RegionOne"}], "type": "container", "id": "220b054454cb4d9cbf8744273ab6d76d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "de9f6ad093424883822f6ee061bc2bbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f2dc255df438482f8e71cae7103ee358", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4771f4ba23d54f3fa50b18e259f67637", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c05e2e5a344c440ba64642eb23e5d912", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9b3f5942ef6641d5a75ef1ebbd9bcf2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9f05bc20cf3741b8a658241855583ce0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e5d9020918f7426eb7e8518b7c4eac3a", "region_id": "RegionOne"}], "type": "rca", "id": "dc217fd0dfbf4f31b318f5fd3ae599ef", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e602fd547495488c9a09479be31e0bf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2d18f9b2c56c45d9bcfd557bcb2b9142", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "5cf7426a9ae043148c150db7d5fe5d8b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5e05b435121a46168fb3b6ef6e447b45", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9053d2a1e0ba4467aedf92bb3491e729", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "996f590d41d046949ae068eaaca9bb9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6329479a23d7497d91fee06282954a80", "region_id": "RegionOne"}], "type": "network", "id": "16d2b42869024c4ba4ce9b4865cb419f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "37fbc58b36f248a9a29bcb57cc53e046", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "125d084b2460471ba15152e85ec80e66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "cac15897816c4588895a66d4196b1ea0", "region_id": "RegionOne"}], "type": "backup", "id": "08d7a096fd43492984ea08c08fe2ccf5", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e1c23e7f4f3c464badc045c98a62c31b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "087fa65d254c47b8bed581782826e319", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bba5fc9f08bc49a1bf8a8c1a2c7a3fb6", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "38bcd03551794812afbce00b143ed26b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "585ecaee3a134f51917b80e3fff0205c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6afb8b25e8244ca684ac400ffa48fb4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "83357a75537c4c1c837fa1aa7cb0285f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1ce08aa542714787ab57a79a83c66ff2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0003b47290c54b99ae880dde363303a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9f0ecfdc55584c33b4ded6a2a324dcae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "fb1ab87db4a246c8855ebd20e1e62fa4", "region_id": "RegionOne"}], "type": "monitoring", "id": "9e8398c8c39b4fa4810aa28081f8eb24", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cb53eee6cdd84e91bf7c1da3241a54e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "83bbe4e0909941d7886b352ee02bbebf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c073455bb9334d4db500620fa7ccbede", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3134137d9b5945c39d07891cafa29780", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d98ff80d5c994b6a91733df1c2c2954c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "d28570937e00408ba1a1a9dd5648b604", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "af685c72797c4306bfd98fae1085eafb", "region_id": "RegionOne"}], "type": "placement", "id": "e1b3e7b2271249b39ef8f6ce6cb3eae5", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "580ee199f3304d6391b88f661f1e375d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4fa4203371c74d94b2ac3bdd23bcc803", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "786a18054b0d4b7695bd914707fe63e0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5199fae4f2694229bf50e9d519bdf676", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "670823f64c7c4de0b2d0bd3be5bf28e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "154877e84093462b86ce16204a2c14d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "876b667c158e49b1ae7e2e0a3ac6ae46", "region_id": "RegionOne"}], "type": "ha", "id": "948872ac40c745d9bbdf2424238af8a2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "aa10854f8beb4ee49f5c2d19bb42a5dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "32f5fdc99b0840e29bf293734005b0c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a6545fc5995a4214b3e34833bc6e745d", "region_id": "RegionOne"}], "type": "reservation", "id": "37acf76028a6487fb24812e19657f2b3", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0ed8eba480514bcfa755d51ef21c3d54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4ca8ca186ebe47da907db17c79917a69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a187a41294e7402486127f6bbc2774f8", "region_id": "RegionOne"}], "type": "function-engine", "id": "7ee3ada5f6fe40f8b9499a6ed171a0e6", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e4c08624e3df4ac3b1f8e88fee6571c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f5a66966b7fb4affa84bc18fe6e07a94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7f98bb11d0f440adb38af21746fe3451", "region_id": "RegionOne"}], "type": "accelerator", "id": "93ebb2d2802f4913b1353adf51b3cffb", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f5b8a439a09a482d9816eaf5e521591c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ef779a99cc0e4e77be037b624933cf32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8defa230c41b466b9a9dec58820dac56", "region_id": "RegionOne"}], "type": "admin-logic", "id": "fe59426008f54cd2b3e4f5ae6755d40b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "27d9c14397a54b30a9000a56feb90cb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b031b105f2a54afe9d0f3921a7c3e565", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6af08a0f743941f4b9951cf005f240bd", "region_id": "RegionOne"}], "type": "registration", "id": "b0a99b0446d0414fb91229ee9d68e31e", "name": "adjutant"}], "user": {"domain": {"id": "3f81ef91cf764518874ac3ed8b2e9fbb", "name": "924fa94aefff4834a4a8fad8c238762b"}, "id": "9bac91be8d794a29942b0fab4db0343d", "name": "d058400ac5da4db28f6d15ee1cc1014b"}, "audit_ids": ["c2253fe65f19481184fa14e2d464ae25", null], "issued_at": "2019-09-19T09:04:48.862618"}} 2019-09-19 09:06:49,095 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:49,109 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,117 keystoneauth.session RESP BODY: [{"count": 999, "bytes": 12345, "name": "container1"}, {"count": 888, "bytes": 54321, "name": "container2"}] {8} openstack.tests.unit.message.v2.test_queue.TestQueue.test_delete_client_id_project_id_exist [0.067953s] ... ok {22} openstack.tests.unit.network.v2.test_qos_minimum_bandwidth_rule.TestQoSMinimumBandwidthRule.test_basic [0.065506s] ... ok {16} openstack.tests.unit.network.v2.test_floating_ip.TestFloatingIP.test_basic [0.067845s] ... ok {6} openstack.tests.unit.object_store.v1.test_proxy.TestExtractName.test_object_delete_ignore(discovery) [0.241431s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:48,407 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,419 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,426 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:48,435 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:48,456 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:48.333951+00:00", "project": {"domain": {"id": "0352cd460bfe43ea918a8a89f5692ba1", "name": "3098e4bb3b1043fbad3d33635c222647"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4f76a68b5207440eb4a540da29c76f20"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5a7963e27efc418bb882fcd3fa8914d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0f52628e47804c4089c2d09da7d55036", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2898c8796ad74cc789dc027343b60684", "region_id": "RegionOne"}], "type": "identity", "id": "49c4636983d74525980acce2a0d5f2a6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "46bf125112bf4d4b8c2760a68e0eeed9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4528e8bb04f84639a2039f99c8b69063", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a6abf0eb31eb424faf094fd8b03f0954", "region_id": "RegionOne"}], "type": "compute", "id": "2704260aa3dd4343930062341238bba4", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "13e37be2121e480d83622b5041dafb1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "61d62cbc30e54e429a7df769d2632f3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "7435daaaa9994b3bac983fe251987c3c", "region_id": "RegionOne"}], "type": "image", "id": "361a5f3356ea4309b38c6daff32d9bf6", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6bfac5882e97414f8fcf0b725008acd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5cc4cc30d79d4d62a693abd2f7dbf7ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "257d6469b3044306a90e380266287ac3", "region_id": "RegionOne"}], "type": "load-balancer", "id": "fdca48cd02804d94aa656fda98497410", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "436087a5739f4c49b15224087d17db8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63219703ea1a4e67b261419feced2de8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee6960e27ffe4c1ca4f6804a5b322ba1", "region_id": "RegionOne"}], "type": "object-store", "id": "bdc6fa6f9f1947d587a4055d53f6d10f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2b1ee969a9b04d7d9af01f5e41b4bcdb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8efd429e0d9341c88126f32664cff61a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "de479a6fdb0541bab56cb93e267d5fe3", "region_id": "RegionOne"}], "type": "clustering", "id": "51e70247bcfa44c59886a5b98b7cd5cb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6ff25e33b02f4e4596ee7210913692e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5a77b7d9a3e641dcb8bdf5afa395a99d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d5346ef3ee004a67baa090b78ccc8485", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f81bae9c893f451f9c331730f7a38fca", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c3154c1049ab4d8d80e9fe6e87723392", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "78cc1e069ad3442a8110ab8a88b08795", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a9d14901811e402a88a94845d915675a", "region_id": "RegionOne"}], "type": "cluster", "id": "d9a49b8671344c52807a3ad25605ff96", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7a193a96af5c481eaf549c5a2e4702bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "744b8076791a42d6a84ac33610e8583f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d57999378bbf458997e87732b0f7f834", "region_id": "RegionOne"}], "type": "data-processing", "id": "2be4e20d4d794466852d6360632dedff", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2af7301c536e4c7485619486ad4abdbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1ed2ce225bc6448283127958b0498bc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5ceeb23a020548d5be12dc0dd5d91b3c", "region_id": "RegionOne"}], "type": "baremetal", "id": "3ad7b3f65b10429a83abcc3760b77c9d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d541be861d994f0dbd7da5e28b62e200", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f92a0a009a004ffbaf6b2d2571871441", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2214d25e7f3e4090b85349c6ac1720ac", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e6d2a53b146e4926a85bd2a5a4208e4b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f9d551da1673496bb245f01d696d3022", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1e9111e95b664575a9d70575b190d2d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e4febeb7250644d78c3ebe66eda6b8c0", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6699723edb294e59af5e47c536861639", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c51dbd4815d9458d8c734e70935f3a94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "379af870e8d448c09c38fe94b33120a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c6640fecc50a462786eb35270602859d", "region_id": "RegionOne"}], "type": "key-manager", "id": "f7c89a58e40d4331a8f47732dbae6825", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "39e706995c5e4d0a9099c54edd241b78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "32a7c39cef3144c791761987a856f9fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "53af22ae16e742118a9e9ac6e45aaa70", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "558ac5c832cf423f836ec3fd22920130", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3845e351464a496384934677036689d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "84aaef045efc4dcfa7ce236bd2240658", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0a71b1b8265145f79ac03d9d5605dc45", "region_id": "RegionOne"}], "type": "infra-optim", "id": "05a3c078b0c14306874f2b7d320e5456", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f99f2e438e5e4ce1a1345f18d3865acd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "65c1d8fd5cc14feab9e8fe183e8ba60b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ceb73c9b7bb64bc29aa30ac2ecc916d5", "region_id": "RegionOne"}], "type": "message", "id": "847777f3ea874509a651bf775ea68192", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "50fd4d51f6364885bf22e4c33971e79e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "29eb9447e1e5467894b91175527200d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "98ee68096e9e4cf98c5184b43dc5c908", "region_id": "RegionOne"}], "type": "messaging", "id": "7244bf403e894062abb1447d3897303f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d95c1468b9144216b138190d5b3ee096", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "da9242b5d039493baa9ec3d01e109dd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0e4b1c6af96543cbba863f2aa5604194", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6ecb598996624ae082046205ea5ff5ff", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "421fda4555f14cf2a328ba3f13a8b6ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fecac5603867486189079d724052d670", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "63a68b2379f54751901af175222711f6", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ca87b94538c6443eaa96af4d9260966f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "974fb6ff2efa432a8f207bb376ad27cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b07f6461179b451f9b080bfa4fc97df0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ade3a2a2730e442682faf73aeafe16f8", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "eb12221ce62a47ad9af39e04f209c44e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6480fbcd762644cf91b2abe8a21fead0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2842457288c74c1085acedf886fbfea3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e880bf82b5b14f6792bdc8d075e4c99f", "region_id": "RegionOne"}], "type": "container-infra", "id": "423c86b796aa4c7ba6fbf3bfbec69958", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "809ee37849954b6682561d69dd6170c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "81ac42b80789486fafdb7ce6bf872a05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "ba4eea452aaa4e6497f1b68d1c9906a4", "region_id": "RegionOne"}], "type": "search", "id": "ab9aa52a54bf42fb9d259a498a100f98", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3d57c5830cae41c294904968db25eb9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b7fd58cc660e4cbbb57fcadd7f083cd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7fe34db8330443078fe336d801044626", "region_id": "RegionOne"}], "type": "dns", "id": "748a6a0fd7174a5a91bab1fd7c882d4a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d3ad0d4dcf8149c39cd9cf6381bf052c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1c941a699e73403e944b2f235ab4b889", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4d2d07ff26f74e649dda0f8447e599de", "region_id": "RegionOne"}], "type": "workflow", "id": "6bc5e8c74a6c494a8aae7d340caa4a7f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "66305fbec8fa4872b68a33fb4e94032d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "38c55f8e215e4f7e86812066d7d99692", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8ae541ac155849f1b9f88719bf8797ed", "region_id": "RegionOne"}], "type": "workflowv2", "id": "12fd563e610840a8a09a7d5c94fc08a0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "563894fd2cc1447190c98fb059513e32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "799bd9c1c1a4477886bb85c00b86c956", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c2af0621585e455aa31d9f6891b2d78e", "region_id": "RegionOne"}], "type": "rating", "id": "f6c44c37499e4d7f91e4b5a99271e76d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "817daaa32f5e4f5b8fca1cec40699a95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7b695041390f448a9fe49e43ed6c7918", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8e5db162e2a446389cf2aabfca5426e5", "region_id": "RegionOne"}], "type": "operator-policy", "id": "af781538a64448c8a99e18c146e430ad", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c7ad111c419e4f77b2da0a75c2f6c24d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e86d8040d15d4934beb1f8423ea1ff42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "214dd5f6dd254122898692bf17173575", "region_id": "RegionOne"}], "type": "policy", "id": "c0396b705f8844fe81fac6eb3faabfc7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5bfd5a557a0944ffb7c635fd3d5e7e25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "93c5b20b4d9d4ec5a21a7e8cee79eb86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "179da761e11f4980975403c6164258ac", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "4f34506d6f5e43e2b0d777a22b1915f8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "32cc8b7eb3cd4b08b5fcdbfc6255f511", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4407f23254814770a91f9439cd20261c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d7a64421c0b54d239c617340e3f62459", "region_id": "RegionOne"}], "type": "sharev2", "id": "7371433872b24f838cba2f79377f58a7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "14f6f6966a8b4347b5b93d02dd49a513", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "07d9dd455a4b427086d16be8d9f0af46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "395da781f9da4451a5897fa99581f3ee", "region_id": "RegionOne"}], "type": "share", "id": "b3ecef41f7cf46f78b53530bb2dc9554", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "62863d218a304eacb3916fa80dfee76d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2497f4d7e3444eafb5f99c209668d583", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9fe47c25e6a94eaf98cb0aa36e686123", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ca8bfe7f19ee490babd46f274600a546", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ce89725dbc948c591aef079b0c0e889", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3720d8c3470646fb91a33f5c27782884", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15801b460b314c2fb55212ee52080f47", "region_id": "RegionOne"}], "type": "orchestration", "id": "1138091f7fe44eb8adc328032460cf7b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ac876b4164645258f40e8e225f7befe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d00912d1ff94cf2ab4ade02dcbb5444", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18dc4094f44643d3ade5f65ec05c8208", "region_id": "RegionOne"}], "type": "block-storage", "id": "4dac8589873d4e4194ba02b57926b1b7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a6b415bdcd34d48b1e5f8a60522d0d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00db95faf7114f57b3e80d9a91422f3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8af88cb9bb5a4cd696d42c5af4fe0730", "region_id": "RegionOne"}], "type": "volumev3", "id": "0d8b4b66779d4c5082d7b1843110819a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff05865475f84af1abfb64a8f4d91905", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7ecac29435649139730d847a35755ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a5caaa4280c4544b230dfc252d71b2f", "region_id": "RegionOne"}], "type": "volumev2", "id": "146ac00b0f6049d48206d6cb2bc395f0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27990a1b432b4441b9d491c905d90079", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a7ad6362d424e37b590c0e95e91d3cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "707bdf5aaeb34e328d56a5bab94d5626", "region_id": "RegionOne"}], "type": "volume", "id": "2c4b6a5ce8ae4346a46347c83223bdff", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f341bcbbca6f4a68b083e6d17bf23e28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "484357135e8145c9af2249e492df747a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2e3836fa88c463eb15f854d66ff5199", "region_id": "RegionOne"}], "type": "block-store", "id": "5fc19dca57684680a2c81bca7c9a951b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fc6334c86098488b99b418c6bb3e2e31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a53c3ac6736c4446a9a2de870339739a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e064a1910ccb49229e83c962263de423", "region_id": "RegionOne"}], "type": "alarm", "id": "70277644dfe9433096a043f1bb396484", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d09f964dd4364dee806fde7c47fbce37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "84ee1e580d074c5caf912bd41f4a09c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a7310b30eb1d43579ce6085d48fcbf45", "region_id": "RegionOne"}], "type": "alarming", "id": "d42cf53ce56845a8af66e202d32efa32", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a6730b9e4f7c43edb5f8ab26c2485cb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "baaf74b5ca764b739d82fb712b4830ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0159f4f72fe342b198dae6cd1f59f578", "region_id": "RegionOne"}], "type": "meter", "id": "3d5ac8117190404d99286cc43c992382", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5d82dcee41f344de95dc68c6ba006e4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2680f7a9784a468d8195aa1e18e6aa22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "749866cc1c3e4f84a568d8d6715cd406", "region_id": "RegionOne"}], "type": "metering", "id": "ba2f020c2fcd4435a56691940d86b2b1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7f64dccc51484ed1ba78acdbaa933c2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4e099566646f446eb2b6fc8dd95d470b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a95082302ebd4a599e66216a50bf51e0", "region_id": "RegionOne"}], "type": "telemetry", "id": "bda0caf17d994f63bb93c721393ce5ca", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4b02fec9dd534d8fb7c4bb1f28eef3a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a39fbf8808964abcb3290e4f19d327d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "28374b7d3a384f8db5ccafc42920a972", "region_id": "RegionOne"}], "type": "event", "id": "a84b0e49e80144ffaa4d1e2ffac3dc6e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "67c090e7567e41d48fc77f3ad59ccb55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ba64a1a3a5474cfd8ff16af6f52de247", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f66adc7ecb354a3692c676e2a65dac9c", "region_id": "RegionOne"}], "type": "events", "id": "b776a2e54ac842fe8bb40fc5e1147eee", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2654ac0fa56d45299ad2186aaf59d192", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "30f63a616f94492d8443290fe3ae8818", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e12cc70a03a04cd98cc7b3419d9ddaf8", "region_id": "RegionOne"}], "type": "application-deployment", "id": "75cfadce85a44e2bbdf683d27c68db53", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "872407a5337446d5ad803910d2641dd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e1d36269f1724c86b8d9985e6f9ae32b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "55214ef5a88b413599c9d9e16fa5531e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0846cfb8ad534c75a0e62f57acf7ee6a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ee58b73e7ed24f7fb9140cc6ba30964e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ed1943061e6a419085299990912f7036", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d8513e99289a4860b69f2f0160e4ddef", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "12f6e58824f64e2bb11b1a2cf797f30d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "73a573e4d56146be986b734960f37e27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2ca7cb96a4334de89255de571e450864", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "01808cb911b941599a6de17c9d5e0ae5", "region_id": "RegionOne"}], "type": "tricircle", "id": "e643ebb228df40cc896fa4fe96abd632", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "fa1eae284ecc4c00a50fbe22d098e9e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ffaa427b7fc2420ebf66173c74f4ed6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3cb88e277b7e42ad8861cde355f3bff4", "region_id": "RegionOne"}], "type": "database", "id": "338ff19bba134eacb15ecc884f61898a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a4364c39060a4430926ebf81504acdcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8f4420fab54a4859bb725de5bc668550", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a262c23fbeb64b359a58e3685bf00221", "region_id": "RegionOne"}], "type": "application-container", "id": "b24038ac2c51490496feab4706421077", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b08bc45e24674d3e88fe129ab8948a53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6171c69d4734443aa0865b0d371d13fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6aca3608bb3c4fd8bdd43aa743981486", "region_id": "RegionOne"}], "type": "container", "id": "f9d25e3681c64037beb11b0e33007ca4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "25d2233ca18940e58dcedef43d872f79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "80fff619b5f14bcc95ba61c78cca43ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b3a2de19020c4b81a692a5ccaed6c78b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "653b211376424f02a535790abbcc5fa6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "51b30b128a4849e9b43e6fdc23a4689c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8b1b2a9d53c545d49e53ac299ca83bf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "01c6a6012d1941548689920aa2256243", "region_id": "RegionOne"}], "type": "rca", "id": "3b5667b6d42b4d63a53862cb0a8ec5f1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ea145ed4df444f759a771f9caa7bc401", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1c046367f02c403e929108f559a15543", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "657feb8ad5a442499b022f2eed91ef26", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1959ad2000ef4f1d8f8dd6c6d06a6dfc", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c4e1d08cf89f417aa435817b93d0e127", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "adfe21e93480445f9190d3c09e913029", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "bb30a56052ce436aa7319531a9bef32e", "region_id": "RegionOne"}], "type": "network", "id": "801f7e8549604e01acd519eb13691b57", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "fc3defa3ca18496d84f36b1e694cd578", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "13bfe23b0cc843c18c4def5665447474", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "97fd535330b24357b86c641bc5ea78dc", "region_id": "RegionOne"}], "type": "backup", "id": "4a3f79bf21ac422388bc206abadaeeef", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "11b4b8a7d4c0404582c2cf09ecdc4cd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a54b597e9bbc4b69a5534e8b8a8029aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2d03b95886b14259be1b7521089d4fd4", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0d6b8b2db8dc4dc2b25b8b2bf9623160", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cdb9c6db24a14050be0232cbdc0f189c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5b83eeb262834be08374432fe73375aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bac8e068f19c43968ca82669b327f142", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "31f9af051cf34f5aae7dbf056e5ecd75", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "13bc712d552f48bf8dad00b39b4ba6ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "38e3e0f6405e4f9c96e7da0e6074f15f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ee735394eaf44ab99c5666e469f1b0f3", "region_id": "RegionOne"}], "type": "monitoring", "id": "4be9637ea026491c8df7f788ec94de29", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1ba3a1f704c14308a451ad0bb421a3ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b4596a6f5d6d46f1b24c84c49d4e8d8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6b79a716eaab4ba986e96a5b3aef86e7", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7db5689cc79b4316b49ba0862bce8ffe", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "460a690c7d4b4ffe8dd5fcb6f226be87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "281a27e75dbd4f43bd7282fbfbd93862", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "078409a739b3463aabd6af375e4a68ee", "region_id": "RegionOne"}], "type": "placement", "id": "74b51f302654481d9f6fbedc49119b12", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "75e69c53ef6a47baa93a2c50cfdfd53c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8729119fea684907aa6372a7a0c4dccc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c1f77b4d0d074e82b6fef5c84fc09d8c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f0031d64c6f140a4ba0af57b8de3f122", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3f6acc66a1f14fb0bd212a559187c031", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4103b6c8c92f4fc194f64e1012ae8b23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f59b2eb9a9994c149720a11e48cac096", "region_id": "RegionOne"}], "type": "ha", "id": "e1fefb0638cd4770a64bf5591583bfdb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "eb5c6fb1b29b4b4f92492df58bbeb125", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "76eb1247fd2e41bbac69d6ad127db9b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b5d25e048813483eb0c70b125c418459", "region_id": "RegionOne"}], "type": "reservation", "id": "9fca4174adf940378343bf7d56164618", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2a051c5230184ae58fafb548ddee63a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7f8313ddf43e43c387cabab1b7c03ddb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "583c59cfc77446298d2844e8e85b236b", "region_id": "RegionOne"}], "type": "function-engine", "id": "b4f209e659984ff0953a6aad358e8494", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "508c1c90f2dd4b94a64177cfaf223f9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "10b9f759f8354dd5afe31b68024cff92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2a061f09b1054db88317f3f2e84e98fb", "region_id": "RegionOne"}], "type": "accelerator", "id": "355a83eb5d514572b1b3c8586fc07bc4", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "08ae787cc79e4cba9911ce7287a87eba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2eb2b29997554c1f8451e3ac6b0ac916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5e8645a279d841e3a2402b7cf7aabae7", "region_id": "RegionOne"}], "type": "admin-logic", "id": "16d8de62f5fb4c0b8330b13cf757794b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c31804c1a0d84ee09b712dc88b17eda3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a731636bb8224cb88797b4a8bbb8ec3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c809e168af3840a6960ec97318458695", "region_id": "RegionOne"}], "type": "registration", "id": "03de8e44d70e4733b074b3dd931faae6", "name": "adjutant"}], "user": {"domain": {"id": "934a4320df4247b49b2ddcc91d10517d", "name": "ada8e0880b374b818d1e331b3618adbb"}, "id": "ccb7222701fe461a9b46fc536465b0d6", "name": "72baac0d0c8643868ba44cd2fe2e77ed"}, "audit_ids": ["29619db9ff3b4f61b6b8b2a9a1296aa1", null], "issued_at": "2019-09-19T09:04:48.333951"}} {21} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_listener_get [0.064337s] ... ok {1} openstack.tests.unit.test_resource.TestResourceActions.test_allow_invalid_list_params [0.069860s] ... ok {0} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_vpn_service_delete_ignore [0.064903s] ... ok {2} openstack.tests.unit.orchestration.v1.test_software_deployment.TestSoftwareDeployment.test_make_it [0.067657s] ... ok {3} openstack.tests.unit.test_proxy.TestProxyDelete.test_delete_NotFound [0.066971s] ... ok {9} openstack.tests.unit.key_manager.v1.test_secret.TestSecret.test_get_with_payload_from_content_types [0.070649s] ... ok {15} openstack.tests.unit.config.test_config.TestConfig.test_get_one_auth_merge [0.181853s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:535: UserWarning: Couldn't find the vendor profile '_test_cloud_in_our_cloud', for the cloud '_test-cloud_' name)) {16} openstack.tests.unit.network.v2.test_pool_member.TestPoolMember.test_make_it [0.065753s] ... ok {14} openstack.tests.unit.network.v2.test_pool.TestPool.test_make_it [0.068627s] ... ok {25} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_interface_create [0.063193s] ... ok {16} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_policy_get [0.063744s] ... ok {16} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_rule_delete_ignore [0.062867s] ... ok {9} openstack.tests.unit.load_balancer.test_flavor_profile.TestFlavorProfile.test_basic [0.070705s] ... ok {6} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_set_temp_url_key [0.300571s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:48,832 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,844 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,851 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:48,859 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:48,878 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:48.760275+00:00", "project": {"domain": {"id": "313d8eaef8f94bac83d8902dfdc709a2", "name": "d3534431f8e04d7fbf804315c20dd36d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4fbdc414ec6d4839b6c40d8cedfc9269"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "b6ef5de1b08a4ea2ac0eac3300382ceb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e058e343ee624bc3986432cf6d5466ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c9334d3b8e9d43f78229ae0b6fb79a9c", "region_id": "RegionOne"}], "type": "identity", "id": "0c81ee66f6da4140a49f4cf0a4c0e871", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5bb8e6048ef94eed800fe785195c3424", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d4130f8da7ed4857b2949065b8dea615", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ea74589bee214ad5a9fd2bf3c16477d2", "region_id": "RegionOne"}], "type": "compute", "id": "2d6e504996844ece9045156cface4a1d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "298587cba98349f68e36c81e7a8b1f57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c92c998744304a6d8883ab426dea822b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "fefbb5e5e162429babfcfc1804e1321f", "region_id": "RegionOne"}], "type": "image", "id": "601c4df272af4582a87ea8e489571a2b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7f95511f8f244107a0152118b6777228", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "098964a86a2345048de35b7992799227", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "83f007a3f5d645199fed921d60cf7190", "region_id": "RegionOne"}], "type": "load-balancer", "id": "4f19150dd4b24b40a3bcbc92ae14e2a7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa4713814c59489ea23d5a45668a0924", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ebf8dc38cc9e480fa3adb36a280cf2bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "794a936a774b4d2b984e171872fc2773", "region_id": "RegionOne"}], "type": "object-store", "id": "cdf303efaf434fd8aa72e35ef113a1a2", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7e4587a0bfec4b9ba162be76e424edc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dc4e8449e89746c09213e340b49a30cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b970e40df3664d7286ccae307dea1672", "region_id": "RegionOne"}], "type": "clustering", "id": "23533fe1b0b741049637a0864e919e20", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bbab47c7da3f4c7ba3fdd75e03e3f008", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0d3969d48c89465fa15c3eeda92e8583", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "72beaf4a993f436a868932494ec96f6f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9f0f41df155847b2aaee67ce081d5663", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "96479310f7ed4724af370a0970430de1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "048f4dc20bbe4ec48d9ae6d9594f6cc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f60077defba041cfa834ffeb3fb7d6c9", "region_id": "RegionOne"}], "type": "cluster", "id": "ff81a9b4c54a48769c3a828ccf42890d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3feaa42475a142f19a4ca17ba0239ba4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "602243dd11074638a782c93c783bfefb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "4df13861af834d32b6ad80b4ac95ecc5", "region_id": "RegionOne"}], "type": "data-processing", "id": "970e71ce59a445febf95a96734aea564", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4964e2298247478ba99860afa0eccd41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7e1f8effdcff494692a79ff6259170db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f58870b38f4e437ba80fa9369ce081bb", "region_id": "RegionOne"}], "type": "baremetal", "id": "907e8d752bd3459da03bad88749a2006", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "043a90b30c024bab80e7869b78c8607f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "29047a1ebb0343b1862744c2bb11dd7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1bf40682287d49f0bbdc19e6070c4823", "region_id": "RegionOne"}], "type": "bare-metal", "id": "06fe5c9a39bf48069b7eb89afdcd49bd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "af0f39ba6dc5434ca0572535c34ee4d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c6b936f2864a4476a2a741ef8a6e5963", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "58d59760759e43f79076a3c95789938b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f8235714ff3a4ae6b5da9eb529232837", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4dd7ae6dcfa54cf1b6dcdec1bdad6a45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "44a7ba37601b4c1da894750d7dc81b9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "206117ee3b274d22b616097d3aa1b182", "region_id": "RegionOne"}], "type": "key-manager", "id": "21759777cca94731a985c4c8262d08e9", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "adab90b458cf4548adb19e81f7b5bc33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e97b0168151c45dfb848076af815bd4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "52145ffde2b64e3b97b1a72797866cdc", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f50d0a53f38348308f08109b0890f8f7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c91752df297e41eeaa7ea388a7d5e8c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "64f85dedca194c6fb5aa70c09a9d4be7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d7a8741793ea4f0baa208199e9debe89", "region_id": "RegionOne"}], "type": "infra-optim", "id": "3e246adf588249f7b46eecaf966438d8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6665b11f3d6e41f79a5ec3ed3ebf47b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f525bf2478f0416ea3fcab1da61fdf8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8e7079ccff3747eea223d3cf85f126c9", "region_id": "RegionOne"}], "type": "message", "id": "7657bb05c269441cb67766b9ab77347a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "abd0263c9aa44748aa514d16b59b082f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "70959341fcbf4928b3762b091dce7250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2a21c94c61ce4fa0893b6af252333374", "region_id": "RegionOne"}], "type": "messaging", "id": "cdca383ed9f740bdaa89f05b11b155a2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e61ab3942332437785d752d671ee3098", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "60503c13e9244f2d82e050d8e7ee5866", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "634c84b2db5f486f8defb3cfb7252bf6", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f6aa3a8c1167419b8acabef6e6693f5e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "62212da90ef941c188ae3229de9d27e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5495daedca36439891ac7e7cdf962630", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "09ccbc15904048a6b3a383bb54716429", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4fbddaecdccc408499bf4e1a8f464b6a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "db07c2dd41f7493a91fad7aba74479cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a2b4d132413a40b1a82cb8c37dd24521", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ffb7d50f0a68442ca77c4364c72e6168", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f8b06cebc1a446bea736ad842a7dd71c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "118d7414c8ba458f992b7d694cb9e86c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "61b3783997d34fedb92580b1fea58fdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4cac73fddcdc4ec78898fd5d24203b91", "region_id": "RegionOne"}], "type": "container-infra", "id": "01bb6132b00b445d805d3e46f71f49b1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "00b0404024c9429e9fdaf404648095e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "3962992b0683496c84eb9e76b93336cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "717faf877c7441199573f8ef55851ef7", "region_id": "RegionOne"}], "type": "search", "id": "747f00b6608243099ff296dd42f3d8c6", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ca466faba6ae4c0fa049586057a800c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1e7f4cdee58440cfbeaba37f2efaa313", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "093511e0947b49208dcd530c0a65fe72", "region_id": "RegionOne"}], "type": "dns", "id": "e81296b446f64639919e49373d5410b8", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7b7df919ffa5443f9a4dc582c0a293a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "762646a343e041b7b0b3e2a525e002d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "00bc0f46b4504bb984fac0fdac683993", "region_id": "RegionOne"}], "type": "workflow", "id": "d0c0195ebd2e4cdfa58f0662fb906678", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2632b41f0a614d3baf0e6e5ff2e4f969", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1f6ea82cc778424691e563968ae230b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8b512b003c12429fa49a44644507684d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "389d8c79722d420ea5ecfa76c84455a4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f817ecc43f9c452f9c9009c48927f2a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "fa41b83dc8f54da4b7c2c67b027528f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "14a254c92ffe4398a65aea9988c5ce9a", "region_id": "RegionOne"}], "type": "rating", "id": "273ee7acd9454ae59ff95ebe6f2ecbd2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c5183afd22b3409899a163c158b3d3d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7ddb832a2cbf4ba99a3848b13c47361c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7df8f22a38064ba7923b53d02252a93d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "140b72826dba4243b379ac9ae02fe196", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c9edc540184f4235a539c6384db6047e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ad1ec36c2c2b4c2fac1000aa1486ad63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ee9682fa30eb4901a738d80253d138a9", "region_id": "RegionOne"}], "type": "policy", "id": "f9eb825dd20a4436967956bf0797c8d6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d909b44028f24c1292e4b2630ef209cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "97f10029c5774b8694003bad2147d59b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "da2781fa77f049f69cce969a4022c5ce", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b8db2f88f6064e0592d45dd0a1337f72", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7ff906b5ab5844058edc2b44833bfb31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "694497c814be44229fcaffeec5b837ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6a7cb5d0e78241ad80ae6ca28b9b5a15", "region_id": "RegionOne"}], "type": "sharev2", "id": "c4a3eb3600444eb9bf9896d34e510e67", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "29230990c3f94c149c1ecee19bd497d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f93ff5eb899b44d7af7841300191fd7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0718d632da1b4bf6b19f5c863a602523", "region_id": "RegionOne"}], "type": "share", "id": "2b0c05868a99488dbd7e6a7526262402", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e96d09988c83407791fd96720a3bb58b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c2e35d0467434636bb9f0b40e49c370a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d4ba3ea20cdd47a1815b137d53dc9371", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "93eede5e9da640dd85d46b0092ee612f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80bf0c7c183340908a38fbc120ccefbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1be9665afc5c477e85a9ab8510778bf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d9e5c8e41a44fb1ac7de22c4aae0bd4", "region_id": "RegionOne"}], "type": "orchestration", "id": "cd3287a542f44c259487d2300d4c8731", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "900d75f1ec0b45d7b6265f421c835035", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3257249474f425281635f3da1c3971f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2de8b30a58ef4c828ed588f8e13d459e", "region_id": "RegionOne"}], "type": "block-storage", "id": "23ea9ad8bf7e4991b0aa0c53ef87a0dc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4dc2ba62dee242498fa14a39c2b5a77a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b0610a5e9e84fd89917411c8ff2afec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c8c33cc49f04d788352ac7c1a1536af", "region_id": "RegionOne"}], "type": "volumev3", "id": "5f3bb25632104f00bc91e03eef5ea55b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba93ae6e19594e86a6683ea9d19ac206", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2675df558ef04809850567a2cebdb1f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "286806cfb4d34ca2a38677bb63582ca0", "region_id": "RegionOne"}], "type": "volumev2", "id": "2f8cb888029a49979125d0255a71a982", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2114d05d9eb45b5b93ea85e86b06ab1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0c2061b85c24b54983632c5b775719a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59f924a16f454f359fe184813abace7d", "region_id": "RegionOne"}], "type": "volume", "id": "2e84121bc756473da88f93fbc4e14cb9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1f97f16acec45fca221708d6dd2ed40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a16c85c82fd14cd2b140751b3396ff05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf1434f0d07a4a6f8e7b88527ba0d34d", "region_id": "RegionOne"}], "type": "block-store", "id": "64154f4a484247a48788fc6236d912ac", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "479552ebceea4ff89d8dc94a510fcdc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9a504a8e08844e35a82d8d861cea121c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d64efe65ccd14def9f83da3da15ae5dd", "region_id": "RegionOne"}], "type": "alarm", "id": "e6fe883f641a456994907cc1accfef66", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7ad277f19af6408eaa2d0fe5278cffde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "98dfa1bfbb434f50b9adcafc75f0b227", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b9f78a889b2141c785daca635a47d362", "region_id": "RegionOne"}], "type": "alarming", "id": "932ce2e142d041379c5b59cc5174150f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d6d3fca339354d1880ce6b5856ead90f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d45e516df94d4b0aa37827716fd4f261", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "485f9bc4a6ff46b89ba1b7be20ecfcea", "region_id": "RegionOne"}], "type": "meter", "id": "f5aeb9f07565420789be57129f28edae", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cd1b36c35bb343de85c4e8d9c6856e0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ae34cd02d1f148719ba34f2c873d3889", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5dd1e6041d524cea97a64ea3ed2311b5", "region_id": "RegionOne"}], "type": "metering", "id": "3678b8fed5444eabba69e164a335d16d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "890d6d0473af4731b7ac32fb49481341", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a70cdd95c3cf49aca6457ac7a0748578", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "def6a462d4bd4d6b96431277c7634963", "region_id": "RegionOne"}], "type": "telemetry", "id": "b3a4f9cd21324114a24eefbca4ea712f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0a21cd29f3ed4f2386bf292ed6e1cd34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "19d77077981a4328899f3f0e73781256", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2819c1b7f0bc4b34b1e1cc1257362e8f", "region_id": "RegionOne"}], "type": "event", "id": "e50d3b85d5ba4565a91334f4295ce0ce", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "17840d6a6d1b4fb9b4afd7d24aad9889", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1e14e1b57a844a768b56870fbdb23e2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1958de488d72467f97f7864cc7f68b61", "region_id": "RegionOne"}], "type": "events", "id": "c141fc041ed8453ab4d5ee1035ddd10f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f4d4be53e7e34b07811b4a8c7c43f71e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e0c4f50161674441bc65dcc780db7c3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b5ec7cf970e7463faab1b6d2f6398155", "region_id": "RegionOne"}], "type": "application-deployment", "id": "10fa9118c37d483cb0fa6b15aa2bf0f1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9d708aed7ecf4df8912143da57033fc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8eba92b580c346a2ab82153814f430cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "550d622b48d640e6bb3fdc78786159f6", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1aed7229ed05437486f226b4ac658a13", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "da53976bc3e74358aa7db76ac11a1321", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7e38b2f163fb413aaf4ccfb215132b17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4907f96d2ea74b3895cd5bbb7786ad92", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7265160a42c64b89b46b81b259f1dca9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "176adc5a236546369ebe3f4d7b6a7c7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a10c8bb769d94a0c95793531867c8d61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6d77b7cdb2934d2990b7c88323ab10cd", "region_id": "RegionOne"}], "type": "tricircle", "id": "550313544b9c4a6abcdf6c1992a9fed8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8dcfb713a5c543cbb8771f42f9ffedd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b9dbd37270fa4300a45a5360cfd82051", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1c9654118d0b4620a753b5b4138f595b", "region_id": "RegionOne"}], "type": "database", "id": "11fc9d34105a49b78e048a884580bdfd", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "46b915c1817d4f75aacf71d799411a71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "58670a72e26741359a0661aa37cec3b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6aa59e16115147a6a507e868a2a71548", "region_id": "RegionOne"}], "type": "application-container", "id": "3f8e74edc0d94fcb9c7e63d64c050110", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "82486efd27df4e72a1a1660381be10e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d931c5c61308482cbf46977ffa4ef46f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "60e8f78cf4fa4a20a40bd682e080af53", "region_id": "RegionOne"}], "type": "container", "id": "4a0e10ee55014c11b06e5cafafa49b57", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a15d3115301142258ae9ff93dd13a568", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7dd0637f93b44c6aa041796e27464388", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b1a0571e64f94a44b73e7ebe14fbec4a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2dc9b81e3d0b47d683552af5337c88cb", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "eb6bb518ea6c42eb92bb7d62ce79fbe9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fb3317968fdf42bd9eeee15bc5891d0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fe83e1c4797f48f181187247b415bca3", "region_id": "RegionOne"}], "type": "rca", "id": "3be195491f2b43a4918fa26de51339b9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c73869547a484cf3b26af36b08b6eef3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e7f55abe80d245e98e8401ba34e0bf79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8df5c11b857a464ba9b8206fab35fff7", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "dbee8cf99e59472b9034516ece7c2ebc", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "8c45355c099c4e1d83e4c638676a338a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "600ad479b4944cda95722559e4974e09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e393363102424d07a55419a144598880", "region_id": "RegionOne"}], "type": "network", "id": "6e024c79632446d3af3b904b836050d2", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6bbd8fd8c0044c58bfef58d7d691d430", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "16e066efbc82421dbc8416c2fbafd276", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ccfe8a4f50c34ccc9db06512c0977a0d", "region_id": "RegionOne"}], "type": "backup", "id": "3c6f8650428e4151a3fa9514ff8d5e9a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7c3a47bec8264b3ca37fd0167dd0008c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f8aa563a48584ea59b34cea8cbaad178", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ec61d5677e6f4b8cb48f5453c8b4f0dc", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "06c9575a6830406d91e0c2e05d739eaf", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "de804fabf73d4e51a53cedc56e99cdbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c6075612d1ca496d8df52666ec064623", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9dc04026ef024f749f1dfae230f8537f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a054009bbe204cf99cbf6819df39e8fc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "62643632a6f343e891c932b982d309b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ec3286488eb84baa9f12a7361e280ba4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8422dacab7d140eba442cdc3363c9e35", "region_id": "RegionOne"}], "type": "monitoring", "id": "ec32cb26b65c4bf2a0545bff3c78bd3a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d33bd93d361d4b408b9c29f1f2464846", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cc604f082e994415952e465f995d413d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "dea3c40da15f490ea79faf9802a0f396", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "1bb75b0f85ce402dba7fb3cdcdca1105", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8ae9a1680fa34c26a20314ffddc480e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "391be6627137485992c520f57c2a4a90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "836906fa566c435692eb5031aa5a299a", "region_id": "RegionOne"}], "type": "placement", "id": "6b5a19590a194e8d9174819e1ce60a04", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e8493d4005ef45f5bde833f47b9b9546", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "68125675f6fd4da78b54772de5b170c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "19386429323d4d8cbf64cc2297764f1d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "27265d2175b346c6bf2c02f3e944ffef", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "eef78dc752b14a2d9974d7972bd62f68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1cc251b25f5e4413ae495d45e7ee3a7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b8fb42fbdbcf438b8ab6d689cb8f0600", "region_id": "RegionOne"}], "type": "ha", "id": "f1db12e4d27d4880bd20c20abd1c13bf", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "610f8c392d2e4946aa83359bee6e0c26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5e0a0105fa4e4cfa940073086ae0e7ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "60afafbffa82414e95e928a91ce77b51", "region_id": "RegionOne"}], "type": "reservation", "id": "669f0cbf83034f49b66542264ad4e2c1", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a827113120c1405096da8c02b16e9500", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e7107c66ce244f0bba3f8ccbb1bb7aae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "25a9579db0a142e4bb092572c4b79a4f", "region_id": "RegionOne"}], "type": "function-engine", "id": "036e38d4eab945a8b52574213830e542", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "018a0e63f10f4c40b46b88fc03286a7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5d0e7fcb8cbb4d4f8b980586092bc397", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2ad1bb3de9ba4167947889d8d3fe8cf6", "region_id": "RegionOne"}], "type": "accelerator", "id": "89ce5e4bc1f34110b69d9398034de4c0", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f5a604ae7d5a40ea86855e44252a67c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "cbd4ae60bed2472f83998f77da7d42d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b83078c46ddd4586bfdf8895b3ab3cc8", "region_id": "RegionOne"}], "type": "admin-logic", "id": "82118231c30b4574adadf9036887607d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9ef2978d03274749962d8499f7723334", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "867c2878664a4bb9ba4dc2c6f5041878", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f345a785a8d449b8a5395684181910a1", "region_id": "RegionOne"}], "type": "registration", "id": "a3982173b8a64923bbf5aa99017a2dbb", "name": "adjutant"}], "user": {"domain": {"id": "822b7ff0d59c499694ca1f98ce2e83ff", "name": "9c47d15637c24ca581a6d94cb36368ca"}, "id": "49a7e6404e2040d98cbf0a37c8b1aa78", "name": "4682bf4591504d12ada0eee0a3c7364b"}, "audit_ids": ["977631e7a8af458fa989bc48c7edf20e", null], "issued_at": "2019-09-19T09:04:48.760275"}} 2019-09-19 09:06:48,998 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/ -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Account-Meta-Temp-URL-Key: super-secure-key" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:49,009 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:49,037 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/ -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:49,047 keystoneauth.session RESP: [200] content-type: application/json x-account-meta-temp-url-key: super-secure-key {0} openstack.tests.unit.network.v2.test_subnet.TestSubnet.test_make_it [0.068096s] ... ok {23} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack(identity) [0.279223s] ... ok {16} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_get [0.190133s] ... ok {13} openstack.tests.unit.cloud.test_volume_access.TestVolumeAccess.test_get_volume_type_access [0.316637s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:48,865 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,871 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,875 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:48,879 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:48,892 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:48.799653+00:00", "project": {"domain": {"id": "98fd44a3900148728417b1f38bdf3577", "name": "f7344098934440e7b01b590dc29b2ea8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a7fc40dec099452590a7d4e53948db71"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ec037b95e80d4c11b3e8aedd1606fc07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3103cd32afb742c697b1ea3ab856efb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d7405c5bf5d141ac925a6b5e92ef8758", "region_id": "RegionOne"}], "type": "identity", "id": "cb1898fb3e2e4979855e859656e475af", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "11e29e6bff0245bba1ea8e93e5f3cc64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "bf57e4d4bf424bb6b34ad166221e8297", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "0f5fbd9b8c1a4a8fbd7fa4747be69d30", "region_id": "RegionOne"}], "type": "compute", "id": "671d8cbb4404464f8ebed2e166c4701b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "3ca7ed7dadb1449c94f90252c6e59834", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e95b60e6631346d6b048464ee729e79c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "897a9f769a7144969971fcc953f9375c", "region_id": "RegionOne"}], "type": "image", "id": "4d8fec7bca1c4e90b218b6319ee6829d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "69909687d41a4c1cb245c886b8f51cb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "680566e697ae496085f6cd217b077c2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "29d698b8f6df4163b5bb9a787228caf0", "region_id": "RegionOne"}], "type": "load-balancer", "id": "92de127896a5432cabda51b911b25270", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2aab38f496284b7c98da64c072d465bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "224e9cfa46604a4f82d23b7ce9b53294", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d360f5b653dd40fc95fec2c6a16f184c", "region_id": "RegionOne"}], "type": "object-store", "id": "4d04515f2437438296ffa7348392c95e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "49e62aa6b1534616bee4874f9e58132e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4f2e9f775f6f45c5834a339298e32e69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d64f79b37ded437695bb55b0280c6fe4", "region_id": "RegionOne"}], "type": "clustering", "id": "d583019d1c834a41b7336bf40c326ab3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f94a9d103db64514abab4790d038aaa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c939957f614a4e8c856713bfefd10bac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e7bb380153c34e5c8d9c045abc20ce0a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "92d4e8dc56824074a45520c8faff8984", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d938158e480c4f868b632b026f277360", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "18a9a34006e34f6f9579a9f79ab26639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ba74572d46dc4fad910deaaea80fcee3", "region_id": "RegionOne"}], "type": "cluster", "id": "2f23989f3c3d49e9b552647903de8afa", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0749c1fc91734a188f06fc5bccd85333", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d81c26c1cd474da787a7f85abc6273e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ba0e8b15118f4e228f5456b1a8b5ecae", "region_id": "RegionOne"}], "type": "data-processing", "id": "1c17ca96e73742d4874e020d378d9e4c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bc1e1a5ec05340809483940f5f21b911", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "84bfe62bb1254ea886484b872c84c8c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2f0e4674128949a0b234dbf04830a510", "region_id": "RegionOne"}], "type": "baremetal", "id": "63c6c0beb2314953abf151c2c8a81118", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d2082cc063294bb48310a824a6093e9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "88a53f49477a463ba0ac9434ad89a751", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "17b09af568394540958172c1a46cb3f7", "region_id": "RegionOne"}], "type": "bare-metal", "id": "22922e4c5ae444abb00fc07b7aff1154", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f38334b976dd41f88419ee5901e7c682", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e9615532667442e59ca7b26b3920a3bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "04882eceda524f1c8aab950c0dfd57fc", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1d8e4e8638a9402384c0a3a5e79de845", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6ae9586c1d8c4cebb2e73e4caf8f57fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ff8d0f027c7e4b299c1f3263c6265d7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8943c23d740246b7bf0f5ea1602b8951", "region_id": "RegionOne"}], "type": "key-manager", "id": "a78574dc70374931889dace193118be1", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6b3e9b7fc6e44f43bddf16e027ff78d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c59f5dab27e2449ca6505dfbab62e1f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bfeefe9376324121b29403ea012d6b36", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "be4eeb4c27254c629fd4e92b420f52ad", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0f9cdfa579d64ee98f62f15d70f296cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "21f9eebfa08e4f2eae19f4ede0c1d0c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "53030074663545c1a292ecee95d9cbc1", "region_id": "RegionOne"}], "type": "infra-optim", "id": "882000955a42403eae2a4ae10c9f2010", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b6e81e27b2204be0924a110433444d32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "91d9cd452e704d4fa56dd8ef29137d00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1a870c4769c640f999f55b6bf86cdd97", "region_id": "RegionOne"}], "type": "message", "id": "38259fe6adb0440daf60fb4707e2aaab", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "de73b988a53d42d6931795c28da3f173", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "304f6fcf64e14ec4b574ca575d5689ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a8be3880dbb3474aaec64bb0d78bcb97", "region_id": "RegionOne"}], "type": "messaging", "id": "4378567c3a4746e28ee3a133b732a668", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "fa8a8d875fd841db924dff0a09ff3c9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b69c0d1a7df444b7b9c1c53dcdbdef53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "aa0a4b5e35ed44a7903605dbec578a0e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "31de529ec6db46f3bd90f87bef301265", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "213d4c24d04d45f38b49d97306868bdf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a83b6fac021847b199e947dc6fd4f37f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "03a89cb7cbea4dc69a7ad3f5e80f2101", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "219d7333ab64465b89b5567c9f7a4272", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "23cce9a7f2874e918886130d85b4c174", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7ec3383be28c4843b9e3ae9eff01c1f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0a8e9f1840394002ba0c5f3b3e760bd6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "41500d1bc2ad49909e384f623f86907d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c475c29897ed4b09814b6b6ae622a2e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cb88b28ac31f45c881a2494115e9f80d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "84f896b9ac8140c5beb1dfbb86f40d97", "region_id": "RegionOne"}], "type": "container-infra", "id": "55fe743ed83c494abe5f1e6f5c6995d4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "415a8c72a06e41a98a2313ca2f29c3c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "55bc33c10620481f884bd19a66590ff5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f40c554e6b3c43e79eda2af22e7a8ad7", "region_id": "RegionOne"}], "type": "search", "id": "de529d575ff0477a81516ad53c851301", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "111ecae20d6649eabb78af8b773d3fc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "10177d139e4445cc95918a7614caa94b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f5138ed806a3470db6c0d14e1171617f", "region_id": "RegionOne"}], "type": "dns", "id": "278c9034b3544ce19dea0377dc1c85f2", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0202274ef83d4d59bcea32f38d49720f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "06360db0de1f446d989bd93189a013f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "febeafc164e8464aab338ab6143f13f9", "region_id": "RegionOne"}], "type": "workflow", "id": "bc75d794bde44f7ca88c24728fbabe0f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6647d2a0654d440c98184e8d9d205cd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0ab71cfaa6e8413b8bab5206bbd5d9f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "51b7db12087147aeabdab106a14749c8", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9b473f2ec4c24159a5bdbb5f1ce4cf08", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "0f6bb877d9b84499b356c72bd8cb9b3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "1c2079575fe64585a9402ccb87058d96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "56f80dc8dafb45d2ba1e865928454321", "region_id": "RegionOne"}], "type": "rating", "id": "6d26b02634584ee5a51a478ccbedf2ed", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4624dca69dc2436f962bc15cf6d73678", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "16454349483c4997b119842e7163fda6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c72a0e92a66746d48c7250668c498a3a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6404bf4c38a84de7b5e37b2a4382e1e2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2b0da952588849a99a8f13baa77d265a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "67ae7a224762414b8ffc17781618b85c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f912fc83ac454c178892b1c8adb902ef", "region_id": "RegionOne"}], "type": "policy", "id": "62308f0968954b3cab387bfd494e1a12", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3c7bd6d0b9f7469e8e77fd796062e0b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c2c67036878b4da8bb7d36b35b8ef4a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4759e923409d4947ad1da52eb633bd11", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "64f9f4e00387434789bf0fbb9eda823f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3cb5e4e874f7470daa02a7167ca79a42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "02c5cb3dfdbf4d6b801479185b203a05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c1fadb5fc8c14d9d97320a10beff0d59", "region_id": "RegionOne"}], "type": "sharev2", "id": "117ad2c67e4c4ec79538fcf94697ec09", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9d69df5ae6be45aeb27857fa23958c5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7de0cbb0e1e3415aaa733ba9296e52ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d198b599321d478c8390de8a85e8997c", "region_id": "RegionOne"}], "type": "share", "id": "9ca90b3d5ef048e4bc9c35010cb90e76", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "33f80fbfe196436bbc10528d0d4a6370", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d2c2ddad55b142e8b6e82814d4b8a3f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6adb47c2d419412197652e2fbf5e7184", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a710141995a8469ca8351ab35cef6c51", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14e5fe57c0fb46e49815908a7c3118b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c41d4ecdcba451fb1456f41d6e676b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "493826a71bad462f857ae192e77e08e5", "region_id": "RegionOne"}], "type": "orchestration", "id": "3f3ae23a7e8c4b9cb23515f7ffc739e2", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85d3bedf7af6426ea09ada1f505d48d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4970455221424be6bbae65397d1ff253", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9803532bbed44de49671ffb5fdf4c0cc", "region_id": "RegionOne"}], "type": "block-storage", "id": "5fed781a781e4fff8d96220f30c5dadd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de4210cd40714af9aa57a7af7c6d9b3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "636280d42c484b6c84a99c8e1eebc9fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "823da06f91434f449f88cd298d3fe363", "region_id": "RegionOne"}], "type": "volumev3", "id": "ab39d6b0e048416ba56f4b23865a1896", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "214355e2264e47b38a07f28780747059", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad4608dc26524804a3468c50bf60eb4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4fb35a1981cf42bb9faa0b374979667b", "region_id": "RegionOne"}], "type": "volumev2", "id": "4c56a0a3fa774d72b6eb57f5eb461141", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0060c2e0a11c49758b0824ae8a98dbe2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d416cd8e5d0490eb60561d5a624d9a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb7692e61ecb46548b3eec68fecb3191", "region_id": "RegionOne"}], "type": "volume", "id": "8371419627b2431d855f37839a884052", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7186151a23a1419fbc66c09cf088958a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "402345895a8341bb817a4d27bb1b3b62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "299106ee29e24aceba1b6c1320971e85", "region_id": "RegionOne"}], "type": "block-store", "id": "45263d4dd1194917bfeb479c8f361924", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fd200bc1ddfe4d4c9d717daa28e00b82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "41069f86130348e7981db76950c9bbda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cf666223bb3f4e25be3d6c8b5ae44e9e", "region_id": "RegionOne"}], "type": "alarm", "id": "0e46dca4a12e4634b5e001ad6fed8253", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b6d717bf325f469e9bef18c167b7c840", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c16f2bde42874e7ebe9b07baff513f46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b90164eb6ed54c4c8a0cb954452f0c9e", "region_id": "RegionOne"}], "type": "alarming", "id": "5c4b14b957c94b6c8cd92981d323b0bc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c02b83131e68448a8036ce27ad32a1aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "96468aff33cd43e897f7b77f5bf73eaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c7a74b1012e342b1958ab593f3f16fba", "region_id": "RegionOne"}], "type": "meter", "id": "d4f55cc542744ace958bfa764a0b575e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b1b779b303fd45d88ec075e79be39602", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "deeb7082c08b4e088ae6f423a0a64645", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8c7bae8942de45779ae981e80c24f257", "region_id": "RegionOne"}], "type": "metering", "id": "254e6a43248f4476b8528ea8114e8542", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "db016c2580e24f6c8dc236b5ef04cb4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7fc02ece42ec4c938de74940912623da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a0e6a93ec2e84f93ad5b5bee7fe1902d", "region_id": "RegionOne"}], "type": "telemetry", "id": "ced280ef96cf48d98f81b8aeae5e12bb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "eda58dfc76d6495188d26acc03661f52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5f4b0851b8c64a018d4bf85ee0e6a636", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "77614ba35b2b48b3b111c25974eb6ae6", "region_id": "RegionOne"}], "type": "event", "id": "62d3d226b9d6478b91dd96e4d5acd329", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4eebcffdeec2456690d91275df73a793", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4375d5a2bfd241aa929577ab0e38899a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "3bc524e7bf594c36b1fad8023be37536", "region_id": "RegionOne"}], "type": "events", "id": "62d24fdbe4584f7ca72dc6ca8ed6fd20", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ff7bfd484dfd413eb3acc80040340d4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7ecb3826b63445b1a93c7887c0a333b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "045be16c5d854f529b71e01a3c763bb0", "region_id": "RegionOne"}], "type": "application-deployment", "id": "af1443c4488b4e69920e2bc204393959", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9b53efd7b92446ce9100f5bd243150dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bcca823fe0054b40ab198e407948e83e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "febfd62d8c7144ba9d8a212a660ba08a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "de8937f079104b0da5ebc350c8f2e605", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d07f92b54d4a41a1915fd1bdc2116763", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e603ae2ab3ab4892915dd981a5386073", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "58228de0cf634302a4fcbd03d5ede0bf", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "152dd39030564eaf8b2aadb53ccdcdcf", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "da1ae0e91d434b2fa43aafe94ff627c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "83cb4a0990c246438ec5703fd8db2a36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fa8e246ff0f8488eaa86030375891ac3", "region_id": "RegionOne"}], "type": "tricircle", "id": "1056c25fc6434bbeaf205b4d178e9b64", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e64fe1202b584406a7bb2cbe67fd57e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2297cf03d9e44cecb1f36ae8eaf301bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "9b9c31a1e64c421aab1a761fbd561e9c", "region_id": "RegionOne"}], "type": "database", "id": "b05601e313c24da1addec8cd438457e5", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c8a52eb1a06944cea5223e0fc77b7e92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "973a79c50b8f4e9a98deceb7bb3f1256", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "56142795b3c946d8837bd3d9d542cc84", "region_id": "RegionOne"}], "type": "application-container", "id": "b0fd26126f1e48c4ae628a2f1a0a9378", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "622e22e66219415b851cb5caa84ccfa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fa5b991cff3142deaf25815e5b306675", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "bf888f1958b3400ab8e72da919acde99", "region_id": "RegionOne"}], "type": "container", "id": "965a0f4e89b14277a39b589155237636", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cdfa942cb2304857860a4bef7c271748", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c762fefe926e4ef08ca823f219ea7d32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7b1e4557d8534a2b9d7ded77fd926201", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "00b376a064e949c8a8a1fd0897000c86", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2fa7392a8f8a48c1a79a1fff7772050d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "61375277f51241179345f8f355c580f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4a68da6fed6d4caf9e797db9c92000ca", "region_id": "RegionOne"}], "type": "rca", "id": "998274a213304964853719f5c86fb318", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5707c8087a8e4517992005600e757422", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ddeb2fd5fd5a4dedabc0f809f249ebf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8935f9e190404d9287944630e283e9b9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "043ded66919a435bbaa1b91252edf33f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ced6a7c89af84448968f0cba74a3e9f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "54a04f50bdd244b09ef320337ef6106a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "00766e078baa4a7e902c30c6331693ac", "region_id": "RegionOne"}], "type": "network", "id": "59d1f4e432b84b9e9473087fbe5a96ee", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e51be750fd91443f96b8af94106cfa08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "47575238bdac4963940d4c6a7dd89c8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "019ccc9d762e4b728075d8cde443a2d6", "region_id": "RegionOne"}], "type": "backup", "id": "3419097fde2b4377a3586bcc51374932", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5af5afa503924f4d8fe448ad36d06e47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a4ad1068771546f4b5f6591eb39a4cfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "aa667ff23cbc4cf1a24b6449c295b201", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "15bf53c559ef4bb4bf37a163f5a1ae43", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2bc8846836a84cbeb473150a11da719a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5b6f9de88eab40638456372daf379342", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0f910fbbd98f4d23bbf19889f4200ba3", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "728a11bab91d432fa79ad34a0928cd19", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0dd38dcc8ffe4f79a0f0d4c1b68e2145", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e429f7a66ade45a49150b13de349e8e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "d88c0dcffcce4f42a2ea7126eb70fefe", "region_id": "RegionOne"}], "type": "monitoring", "id": "dca510f217a04ec7a7e4885f0ca309c6", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4eca8d9f406f48238a48713a81e0bcf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8d2cb6812c544357b420dbf28e440e29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "18c66a182d7d478eaebcffbab8f7fbef", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "252d6025098d4eeb84f10827d94eb05e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d2ca022b10884efca0018a0de1410c14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7055aaf76cf84706ac0a6979d0251b14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c39610b1d2124290876cb7104558fa7c", "region_id": "RegionOne"}], "type": "placement", "id": "aaf0130c4181483298be4ea9c300364f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bba402c7c13c4dd8a6ffdcc5ab0f080e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e1d40403e42e45bab19720bad02ddab2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9a8dcb5f0aa24192ac74d2c315863192", "region_id": "RegionOne"}], "type": "instance-ha", "id": "fe3d1cfd710b41239b80afebd442bb92", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "78227156e906420da85ab2b1c7761a8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "466c94a5fd6a439aad7a19d9d03ded72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d2adda78a0384d59ac2db7e84824a2ae", "region_id": "RegionOne"}], "type": "ha", "id": "07afd72ea16544ab82cf443dfb56116b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3d4234200cd44652ada064c0167e3d8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a56e7944858446dd8d84d6fa124da624", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "35ad8650ab624a79968ab95c42462017", "region_id": "RegionOne"}], "type": "reservation", "id": "7f03e087551040b09be6bb08819f2cb5", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "82d8a66314224afc9eebd06615a42307", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cabdb99607dd477db29d4b9fcdc38b9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "59ff654d9c2848eda5f61817fc7ddbeb", "region_id": "RegionOne"}], "type": "function-engine", "id": "65ccd5db898f4f25ba1f3fda5cfbab44", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b37822bc224146b88bbb00f906a7e8e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1f2f5d8cea6b4bc08f9c598c9c72edd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "98f2e8a3083d42d59a562b630b0ff95e", "region_id": "RegionOne"}], "type": "accelerator", "id": "7ff51d61c6ea4ff890cfa73c31d08d5b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9a2f4ac2350249ea8d7773dbcff88b67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dd2b74eb10554c84bd97e60aa5f68c1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2286215daaed4928b9e1061b1ac98a27", "region_id": "RegionOne"}], "type": "admin-logic", "id": "67e2eb9dd05f4169b1f0c6f1069ddde0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fc9d35bee4bd4103bdca2b156cc19674", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "06bcd70faa6a4645b8c153750748afb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "05c0806a97fd41c7aca95c1f02d3d63e", "region_id": "RegionOne"}], "type": "registration", "id": "fadac1941f52426c82a1d7b87b800895", "name": "adjutant"}], "user": {"domain": {"id": "39d3bd2888e64ad98c92ffe02460f476", "name": "445da125da1f488f873cc7f2ba06b1de"}, "id": "3b7128bd2f0e41f88a20b675c6fd9ee3", "name": "faec4ae9a20042f5b47bb282c9acfa10"}, "audit_ids": ["b073150f1b264f38a1642f5ab83cf8aa", null], "issued_at": "2019-09-19T09:04:48.799653"}} 2019-09-19 09:06:48,974 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,981 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,984 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2019-09-19 09:06:49,028 keystoneauth.session REQ: curl -g -i -X GET "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types?is_public=None" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:49,034 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,037 keystoneauth.session RESP BODY: {"volume_types": [{"is_public": false, "description": "volume type description", "id": "voltype01", "name": "name"}]} 2019-09-19 09:06:49,083 keystoneauth.session REQ: curl -g -i -X GET https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types/voltype01/os-volume-type-access -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:49,100 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,103 keystoneauth.session RESP BODY: {"volume_type_access": [{"volume_type_id": "voltype01", "project_id": "prj01", "name": "name"}, {"volume_type_id": "voltype01", "project_id": "prj02", "name": "name"}]} {1} openstack.tests.unit.test_resource.TestResourceActions.test_commit_base_path [0.062588s] ... ok {26} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_stack(stack_subres_id) [0.072503s] ... ok {8} openstack.tests.unit.network.v2.test_metering_label.TestMeteringLabel.test_make_it [0.068384s] ... ok {16} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_segment_range_delete [0.061791s] ... ok {0} openstack.tests.unit.network.v2.test_trunk.TestQoSPolicy.test_basic [0.066197s] ... ok {26} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_stack_preview(stack_subres_id_act) [0.071248s] ... ok {7} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_health_monitor_create_attrs [0.065445s] ... ok {4} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_group_rule_delete_ignore [0.065225s] ... ok {21} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_create_attrs [0.067016s] ... ok {14} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_address_scope_update [0.065700s] ... ok {14} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_policy_update [0.065720s] ... ok {14} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_health_monitor_get [0.063798s] ... ok {21} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_policy_create_attrs [0.063729s] ... ok {30} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_message_post [0.064885s] ... ok {6} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_software_config(stacks) [0.064518s] ... ok {6} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_software_config(stack_subres_id) [0.056655s] ... ok {16} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_port_delete [0.062088s] ... ok {23} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_environment_with_stack_object(stack_act) [0.067531s] ... ok {7} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_segment_ranges [0.064333s] ... ok {25} openstack.tests.unit.compute.v2.test_server.TestServer.test_backup [0.079486s] ... ok {25} openstack.tests.unit.compute.v2.test_server.TestServer.test_get_console_output [0.075410s] ... ok {28} openstack.tests.unit.object_store.v1.test_container.TestContainer.test_commit [0.259081s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,122 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,132 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,139 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,147 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,165 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.052217+00:00", "project": {"domain": {"id": "a68ee645c3704ceeac5c187f789090f6", "name": "9e66a8df87d143bb9842160f2cc8e5e5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3df56b0af39444c189875cc40d74a935"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "52178923e23044ad8f59fe7aa8f85ca7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "424040ea1aae47928934f8539f5cc880", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "3194112d15d34934bb58eb81297bf4b2", "region_id": "RegionOne"}], "type": "identity", "id": "24ce4904acd54d53953a46fa8ab43361", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "62020414dcfb4835b4deb6221e945669", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fda78cb4854d4e968faf8207e6efbc09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "2af1f7ec187e4681a764ad6d27eebb37", "region_id": "RegionOne"}], "type": "compute", "id": "b4fcd8cebd364de7a57c8ef9b9ff0fb6", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b3b551d246c541afb70a085e90b68f88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "cac58d4781d345ff8f9ad02d15948c82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "91966a8a9bae465bb09892270e9eaad7", "region_id": "RegionOne"}], "type": "image", "id": "97024e0dd7ad453ba897138c577619d5", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7e18f4feee524374b5d719b098a06eb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cc4a7b2545bd4d1d9f3592818b71012b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "3f7116b8da834d7daad077ca78d0abd1", "region_id": "RegionOne"}], "type": "load-balancer", "id": "dfe4366528844ba082f37289d30b6196", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a9e577c6dda94910acf2f685b204c6a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee06cb2b99824e529623e698fe16734e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7d1c7f622074aa0a7f524641c3018c6", "region_id": "RegionOne"}], "type": "object-store", "id": "5b06092a379749898fcbffc581b69a8d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b311feeda77a4203aead02b1ce79eef6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f36909ff87874563904271d05a85f8dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b16017bc8ac64f229bcce7c79de56478", "region_id": "RegionOne"}], "type": "clustering", "id": "5ec6ef3942a440849cebc7b1efe768f7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e311e47f5c2c4144a657e30d06920aba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ab9758398e6340a8abfea4b8e9b9fb8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "faad6ebc7742499aae1b3627cafa41c1", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "52765040a84c4f2bb53132524f43dcaf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1a29e89956ef476dac26c6d9bd1161e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "34259b8a84a0498d87ce821ae89ee278", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b2c1240d5f5c4be8aead3e78ae534bdf", "region_id": "RegionOne"}], "type": "cluster", "id": "374024352dae4058beb9a3527b69de07", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1b169e5e33d0405f8c43715604a17d25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b1fcbf563d38412da513e9f69c6705f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "82480eff1e8d47898a8f8064e329433a", "region_id": "RegionOne"}], "type": "data-processing", "id": "a07ba811cdc743ac915a0f8fa50c8bcf", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c9576d43a5404add8a5710d0cd673d3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "17d6068eb056426e8053adb1ec62528d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e4fcb5166da1492d935371cf06804716", "region_id": "RegionOne"}], "type": "baremetal", "id": "b2b583f2bd3c48fb8f8cacd18fc22fc0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "565c5f19c7964887a70c3db9937698ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d9e3e8377d1e4400a05f0cfa80588d18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "db9e9c1264404a60be206209ef571e9a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "82525bed01834c52b5f70829159ad108", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4f75dc366cb04541a3f1efbca4fa3eb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "33d2d4463f9b46119ced10d524a6986d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "966982369756492e99602578f9b12743", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e8363aa3f61241bfad7aad944171530e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1e5c0eca92a54317b066ae0032db5c46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "face06b149074d239bb343148296295b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "dbfab16ca0444fef983bb84551baf850", "region_id": "RegionOne"}], "type": "key-manager", "id": "b76545a1e5c94f4bab1b61ee6dfbd12a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8dc01dc1fe5b4c99905499bae407c390", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ba8bd0a9cf0a482090831409531007fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0f5254b516014b2d85d5ba042569ac9a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ad38771b55d444efba624d51ada8463c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "34c6b2335969424b93922a56e52cb356", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "77e6d81732714655b9ec992c06e4a295", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5a8e2c28279c445594e124eb2c719dfe", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b7bb552f39f04a17803b8d37b944fae8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "376f46e56d0348268cf26e81f66f20c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3c1de7a32f914c37b6e13d70b565371d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e277cb59a55642c190bc6b9e4c4e1ba9", "region_id": "RegionOne"}], "type": "message", "id": "fd89a9040bbe4d9ba63edc892c455dab", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b4ecce3286c64b09810d839802c1e5fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d8026753b3114a67bfa8537ca987f949", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4136048978e141c4bfed68759c82d288", "region_id": "RegionOne"}], "type": "messaging", "id": "aee668a30c154bc7a2edfb495ae2d6fb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d42160a44a034c6db1a9593147006f19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e84edc99c6e54089851181f708942d35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "82bf0685280a42df917323f97650593f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "88f472a05b80457aac0b0ae5720f979c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "50f8d0bc15e34abd840825e163f301a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dbfaf9cd3e2b405b9ff2463bc29313e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "361b6e6fa5474e9993c91df664652913", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c3b9be606a6c4fa48bd464e0e8f5fed8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d0990f26979e4b6e8a8a1b44b1188235", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "63497acbc49a4161b85e224bc26148b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d3ea3718375e4d2190ea8321e67ccf44", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "067423fa587e4eccaac31bc1a17fba2a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "90692c1fa2494e2db0fa816fc2cbc381", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "51b6eab93ae84ff09d31e0ced49c936b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "22e889e8b612419288050b884792aa8b", "region_id": "RegionOne"}], "type": "container-infra", "id": "4f8bfc72fec44ae1bde36ac4fa3b15f7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1cb429d2f41b4f1eb4327aca5a139ade", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "567b4af170bd4a48ad8a0b3dc8bbf0f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "4f8b75b55e684e59a8871fc8216e8737", "region_id": "RegionOne"}], "type": "search", "id": "4c6284651a78487184796f14194fadc8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "7e7c1748dd0e4e3ba617777c0dbc2afe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ce698be76a41487aa4f695c7dc5c6b06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "bae831342bfd49429aba4e93fc8ff319", "region_id": "RegionOne"}], "type": "dns", "id": "19c166c5e98441e0a66bf2ad9d2d8d2a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "db1f0a4f35c94663b0d8917e9136a97e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "62fb4ca99a634d0790fbde66dee1a8af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8a0d6f71db6a45a9a2ca3ab77828699c", "region_id": "RegionOne"}], "type": "workflow", "id": "7ad13cdc05004e6cb32e08d85c42b622", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b4bb1c628cee4d9f9368637ff7220bbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "776e00db7c244d2e8137222406a83862", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d4f60cc6d0014542832975c90fe1d896", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0b09bfc7a0e44bfb9cc8aa3a795ce4b9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "e310573d237146fca5161b47b7f778d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "245c729c4f9f4fd69f113cb803242d27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9ea6b05f75914c3c8cedbed4a3b5c668", "region_id": "RegionOne"}], "type": "rating", "id": "4aa77c48f49c4f96831ea8ad949d33c0", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7dcaf4fea1a143e2b3bbb04aaa42bce6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cad1e5554481480882901faaa44e207d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "17548ed01afa49bf8d554d828ddc9d09", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6319fd5b65ca4f10a447342075afb88d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c419fdb9325044bcaf1d619598841731", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3bc0fd3fe765492f9bec50b1a5c07c94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a1eeece5468f4bb898de708eb7c85cc8", "region_id": "RegionOne"}], "type": "policy", "id": "48f2592fff8b450a985fae747045916a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "98e41dcc68d24a66863c8812ad7d5460", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "62dde4a4efa2436e966438914ac2287e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d5dc79e6beae4c659842e2cf46c18282", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0a1c3ed1d38e48c1a0dacffe37374a42", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3650c29f9dab450d823db81fadcbe8ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bdb23a36a52147f8bea212c69301786a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "55992ecd69d84d6bbd918500174a90c1", "region_id": "RegionOne"}], "type": "sharev2", "id": "692e8d0ce2f74ecc8db9f16f7cd460d5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4f44e7a01e294a6bb2219b5c1716c7b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "08a9af869f7c4c1092a75b0ce9d70280", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7006006f36fa42dd84c8ab224b424e22", "region_id": "RegionOne"}], "type": "share", "id": "63d72c352a3f45e0b91bd26198b35c41", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "043bb28848954af4b5c9c19eaa8e7324", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a9affde0eaec44848bbd62cce7279415", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "207e374c48754609ad67b0b8b6c62207", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6d75aba6c1334ee881c60337817eb07f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb669608d231478384e5fe7cc64ea175", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b93183eb7124cf7bf44ca76043743b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cda8ff09ec624bf1a6dca97484a46d6c", "region_id": "RegionOne"}], "type": "orchestration", "id": "874c0adee6934b318b34a77ce541aa49", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "475b9c292721440aa15e3e3930faac64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8393904727cd4e94bd1b308549e18dc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2467967fb7bf4d46b31367a411b2691c", "region_id": "RegionOne"}], "type": "block-storage", "id": "573c6c23ecfa4fb48d54a01b9c0a3301", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cbf817ad75f94f83a97bdb21aa33c843", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81119aaed4e6489c8dd5c7f29ad09f51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa40cc4d355847a6b79c5e52eea6d476", "region_id": "RegionOne"}], "type": "volumev3", "id": "e03c50cf1cb94a689fc9e4d74540f3cc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "837918ad79ba4fc1be032bcf7ee8d045", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f0a92370abc4d5981782f831c148a31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7da59554ba3a4c24928b0275353f25f0", "region_id": "RegionOne"}], "type": "volumev2", "id": "dc1f724feaf24741931a04d3460d9148", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1bd79cab4f794b76b3f3a30bcddf6eb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e39969223a394a2db038f6b4f752bdcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0983865fc534f0392e52a8469130994", "region_id": "RegionOne"}], "type": "volume", "id": "8597f38bdb3540408a6793068062204b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe1dc6662cb94b49b585b80e1fc177fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2c3a54fe3c9410bafc1efeca7873350", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f06c6ed7e1314d7c8e4a28b4dc0ca6f1", "region_id": "RegionOne"}], "type": "block-store", "id": "b53743de5a144b1fabf0f827be2d6faf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "80490f6236f74468b34191784092ed68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9eb39ab4588e4a75a2bd9a73ac4669b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "aa5203de6b8d4769ba3fafa73839fa71", "region_id": "RegionOne"}], "type": "alarm", "id": "870211444d7c4527844d634300cb1515", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8b042a3f023e4acebf69846a524fe7cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "df67922db5d941a98d1da33b561721cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f164ae74dc1f4e8e874dd50148bbd7fc", "region_id": "RegionOne"}], "type": "alarming", "id": "14871fe3031349558297f0c630906373", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c2fba017f29040b6bec3947ab6fe3caf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0e04367f443e405c9350d59002f608e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f34e09ac8ccc470c9e1736bbccacf641", "region_id": "RegionOne"}], "type": "meter", "id": "35e6617e635e4e5c826649b80dd2ce88", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0bf31e4d7d174856a0d239b58bdfefe9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "abb652be12054c53812e03c648307a7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d39c78b1ef3b4060a8f8e9040d94b83a", "region_id": "RegionOne"}], "type": "metering", "id": "cad233cb82e3492bbff43ac71bb7fd85", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8d38a40120df43df951b541d92a44082", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cf4ad8c8f58a4f2fa6418788e1ac0f45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c83acbef275a448e84bc53168d7badf5", "region_id": "RegionOne"}], "type": "telemetry", "id": "3c7e15831e8f400fb6799fab651b529b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "abb0a017690548159b057ad22bd7ddce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8e830a185a2542cd83b8acb170d4644f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "209c8ded911041e6822201022cb89024", "region_id": "RegionOne"}], "type": "event", "id": "14c93f154cc04c5b87dad6755494c0c6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "90f60bcb147844f091a5d6a4cbdf2551", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bb9c8a155e1e4d9292f88e07626ee404", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8c7f4c8866ff436ba1902547c2c31dc0", "region_id": "RegionOne"}], "type": "events", "id": "671919bf718a41e4853aad25fae5ff3e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bff52f7f46734dceaf91e30dfa563a2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "35f330a1ec6244f7a0a9b84db62e463d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "da9ba511cef14ebeb645a674dcd7723f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2cccc9913c854881beea7ee683388812", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "88b9c8b065d34b7d8f0a8d52cdcb43f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "53f59ea983af4915a1bff218260b2f13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0e7611d3021540ff93f780ad43c40a67", "region_id": "RegionOne"}], "type": "application_deployment", "id": "67d86431e4934cf8a05f04ff8e515fb9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1e699115bdcc430281b6218b3612a6bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "23fd384bf2e84241b10c93b1f1537043", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4150907aac0246db9d12851358cf89d6", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "faa9483b69be4c809fef2993dae607e9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d9f70599de474022abdd8fbb909d3973", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "705022849f6e4266bec53f5fefc6894c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "25a92e42533d4257bc62a599521a81a3", "region_id": "RegionOne"}], "type": "tricircle", "id": "d1fa32c96d1648e489d85789f96285ec", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c1d8d22d6e474abe83c7c8afc755a396", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7a08fb96bd244ad4b131d4447e28ec07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a88f1bfa2bd543d890543364193d725d", "region_id": "RegionOne"}], "type": "database", "id": "0b6fee37728d4eb9bc56c7f4194dbf39", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f1bd87ad9d024995a67be7055f100f24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ded08c1c8fb446628d8f37279e1401e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e7885d16e99e412fa07f92e0fb9b63c0", "region_id": "RegionOne"}], "type": "application-container", "id": "e361300625ad4bd68bed6bf42c279d06", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4d00c25aa35e4e29acc10318019fe8c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b49ef4a043924f67ae1fdb8630b70041", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1937041f52664e4f9a9d1a4b8c44151b", "region_id": "RegionOne"}], "type": "container", "id": "1a39a431189e4064a95dc191ee381e83", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9f9bf917c6b942a797fa6821e6fd3961", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9b8cc0e90617470d992ea324a1eded27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d217e66428264f1691689593b881ccfe", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ce574505644547d493a1c4c299ad5f51", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ca5c91bcef974e6dae49eaaaa071d647", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "82d931687dcd48b89ac7386dc08b3420", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "68752936e00046cab2b5fc0feff9ef2d", "region_id": "RegionOne"}], "type": "rca", "id": "ebbd182026ee4fdbbbb1e6f02f394946", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "32fef37638484fdc947d5cb9d15fed30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f0e140d8cad943e983257716059fd572", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "2b4c03b1d6d24472a38159e07a3f5dd7", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1a4699800f5c493dbcade14ea40aa6eb", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e9bb587f832b4d7b932ff626bfd5c181", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ab79ccc8c1ae43dcbd949307aa2a6291", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "501d9c3b65aa4daa9f9fbc6a24de9af4", "region_id": "RegionOne"}], "type": "network", "id": "2b5853290cb543bea87366a327b954d0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "8fa1ec7a33674d038e928b1ac976120f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "58faab16e2694ad9b7a28b8987172533", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c57658227d164b0d8ebadb5fd46d19df", "region_id": "RegionOne"}], "type": "backup", "id": "370266c36bb54541b9a2f8a41c9fdb7d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6a169a7046284621b5b0d6e8d115a5fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "45640fb53468464299196aca2626991b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6a1328008df34a288976005d0ff9ec6c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ed990661c46644a5b198a6bf859cfa3e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5e320deddfaf4200a0f08252fb8ab904", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a31d6ff993324d739ed020acc64109c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e46705ec00e548eb91974d09f4585469", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "307f8c6799a64dd8be63c1d7b5cf5b33", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f8ac78321a1e4774ae2bac2b23c9af20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ba6b8ddf51204a629050600a7dad37d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "945b4b53dfda46708cbbdb25ef3f460b", "region_id": "RegionOne"}], "type": "monitoring", "id": "416c10f46a60466ca542607686d3a415", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9d38b5dd6adc429d80ac8589224a19e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4ed953f978824ee299050b25705171f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e8b1e800fb1846d29979e5699e8f1f84", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a3972bf7a5204c17948ae07ddec238ef", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0e85080354174f93bb96a64282ca44b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "48d33d087ffa4274a851f48a90bc120a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8ee62a6edcb949089619ce4889a018d9", "region_id": "RegionOne"}], "type": "placement", "id": "3a45f6d2b53d440f995da8c5782c1580", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c3619e6963654d78b75ef73789c74827", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "da5da35041b048b2aa0684357d51d85b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6e2f48c8b2fe44e3a6a07930e22c0969", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ba5ea87d271c49869d124b387cf4e0ef", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c3bc210536fe48cdb835eced9d3407f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "377350433ef54f59ac274dc51bdd88d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "697c3f0dc0be404cbfd4ac654439d075", "region_id": "RegionOne"}], "type": "ha", "id": "baa86bc337ec48908d8fb9fd261cddd7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f0db2f438cb645ae97cd338ffcefaa2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "27e0e70f7e1549ceb75f433cfe5999cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7990a7a724a54cc3be3336c3c985c01c", "region_id": "RegionOne"}], "type": "reservation", "id": "2b841c6beb7c498cab8f9ab5f84571ef", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c5d1242ec4cd4d79a42cf1f36da46c42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "51eade975fbf4f37a707b95261e26b56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c67f1cba2a2e463d90f7a61a12540085", "region_id": "RegionOne"}], "type": "function-engine", "id": "ca654eb4fb4546d8a25245f8290123d3", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9dff95e44b824482b3665c39ca8c0d2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8d9cb42b850144268ddb16ef9d4f9077", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1846bca9c8fb4e81b4f8c5d9f7e7ad6b", "region_id": "RegionOne"}], "type": "accelerator", "id": "0be8be5d6c864414a7a247554ba7e493", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4debe30fe6f4412fa85cc4e614cf7d76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "703ab2fd70b14b6484cf5586e936c20b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "16d3052bf27d47cf90f75067974d78bf", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8cb40ba24d644c62b598b20077ea838c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "29ffd76411e0427eac03f3f68bd721f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5a4938fd257746d49fc58b89571783a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "520af55a36d54af6bdb6c4a45a31a40d", "region_id": "RegionOne"}], "type": "registration", "id": "e6f8c1d033544d11b2e3c752ee8561e9", "name": "adjutant"}], "user": {"domain": {"id": "267572df1a014e14bff328bfe9a4ad6e", "name": "2056d4e525f945e999a4245f00cb31a1"}, "id": "bf2f67276d4f4ffdb179366509af38f8", "name": "ca7e383ed2334404be987e7f3d42e47a"}, "audit_ids": ["5a1fc5560a5241d799c40b02241fbad7", null], "issued_at": "2019-09-19T09:04:49.052217"}} 2019-09-19 09:06:49,281 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_container.TestContainer.test_commit-2 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-container-read: some ACL" -H "x-container-write: another ACL" -H "x-detect-content-type: True" -d '{}' 2019-09-19 09:06:49,292 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,299 keystoneauth.session RESP BODY: {"count": 2, "bytes": 630666, "name": "openstack.tests.unit.object_store.v1.test_container.TestContainer.test_commit-2"} {5} openstack.tests.unit.test_microversions.TestMicroversions.test_get_bad_inferred_min_microversion [0.210526s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,123 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,133 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,142 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,152 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,170 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.054128+00:00", "project": {"domain": {"id": "06b57098bbc14e6a8878f801a6e25727", "name": "15200937d52240289ef5f7cbf666f9ec"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "cd04b41c17da43c2915f6fd8cb6bf429"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "b1425ad10f2543318512e0bc1c9b52f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "62949b5b0d174efca6e7334f195ad950", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "3d1c28ec1e5149aaa10beb6bb02a1a33", "region_id": "RegionOne"}], "type": "identity", "id": "ecee0f1414c3408caf2dd3b15b102198", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "46ab7d12336244d497d2cb618cf1d0a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2ca6e7076c854ad686dcc71058722133", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "0a144b20fd7a47c381e618261e4ed6ce", "region_id": "RegionOne"}], "type": "compute", "id": "77faf6ada5484f7b8b6e524ec0413201", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "fa129f44c1fd4a169a5b54df2d46205d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ca5c380b39f8474980becc5e6a5daa6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c47a15ccc9e542d18aeccee4ec3937e0", "region_id": "RegionOne"}], "type": "image", "id": "0b32fb35137840118dade75884befd89", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fd3930ebbc864b42ba5c5bb9d340351b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a957c8f9d57843da84dabb84c9628313", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6f0dabf04e904249932d3f812b9bcd87", "region_id": "RegionOne"}], "type": "load-balancer", "id": "157ae43395134a998c92065d4d6ab1ca", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "767ffc616c004f518a00213a6f407a30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "418363409caf495991e499abe0ed5033", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec95d901dde9451296f42125c1effcc2", "region_id": "RegionOne"}], "type": "object-store", "id": "ac4fab052c7d4146b57365b4ec58edab", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5049f734bec047bfb0ccf7f2ee9bd23d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "83751e01d57e4213b9370cb5e1c1d6c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7c9b83749f08492db7e726bcfe8f9b74", "region_id": "RegionOne"}], "type": "clustering", "id": "70944c4e3a6b46e38484a5273a060bee", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "747bc48703504c31b17d7dbff2045e1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8a52a6925c3649aa9d54d0ed75adbcb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ecd9acc8a43c44d7991664cc53661842", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2dc78e8ce8b34f33aa1e497163fc6a2f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "64dc83e783254c198d701900cf1d8f7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0bba2f72ddbd4595a4aac40ccb1fae05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e325ef3661734c2c8fb6522b2cde6ba0", "region_id": "RegionOne"}], "type": "cluster", "id": "1303b66b6a114c29b299f0ab3768ce8a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "29fdb3824ece4a78ba93e6e01f96f5cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "af6be642b4f2439783b7ba3e8279335c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "fdfd41845dc94db79d4cb2e260a261e1", "region_id": "RegionOne"}], "type": "data-processing", "id": "9655cb6349454873abba2438ed2c16fb", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fbd4b2651df04028bdde48068d9002ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b2c54fbc57f14094954f1e180b14a5b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c83cf4d22cfc4d84b0c9fdb56cb8e678", "region_id": "RegionOne"}], "type": "baremetal", "id": "865a750ad54047f68d7658d128c53f68", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cb82954e48834907b837d9b50cb16a68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "81a5c5dcfbbd4bbeadc615e0c1a3f194", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bafff4b5687841dea08dd411c19e9d61", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c764f9ed71c34406b6a86c93aa5f80d7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "967e2ebe15fe47e586f73fd3dda7cdfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "db8f55117a8240849cca851b7718c3bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3b5326bbf4f54afc8cf8e68862c101f2", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d2682ed173f843e1a9b7e9c0871712eb", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5a9974f31b524959883dcacb6fd4bc9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3c351a199c87414ca8fd0ce2221105ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "54bf13a0b2c1402ba74af9a3de22b7df", "region_id": "RegionOne"}], "type": "key-manager", "id": "9b1c46958140498e94ed79fd0fe5dceb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cb19a103295e4495a7504acb04f8d0f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "84f3e9c987d5454bb7ffb6ed280ca197", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ba732335693d484c994c8902d4fe8e7c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "eb3527d255e8484eac72fd38f1c6b888", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7f01ee1c938a41feaf55eff02bed8fe2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f83d8b95eaca4beab6e74b0c62117ee9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f8e62cfb26a7416192697094ecf16da4", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e946215b35214200bd635dd0769e4c76", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "77f5415f19cb4547a45a5017ee841e56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "01f47d7d24b444d88cd5d4f56a013812", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "23daf5641626404199b6ba00cedc84a1", "region_id": "RegionOne"}], "type": "message", "id": "c16a7aed12634b27a381b06165f74f71", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9fd2580c64d0467ea717cef7203d91bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "13ac961125cc48c796f1dbfe58417f9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b4066141d70b4ba5b724ceb6efdaf738", "region_id": "RegionOne"}], "type": "messaging", "id": "0ffd35c727f34520b1536f30d16b67c5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "21168915c21844398d3caa04ac3c9eaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "177d88f2e96343588d27c9c275ccf978", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "7904d60a3e294c4b8290eb4cfe431dab", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7421f9d48a204d05bf8ee4afd70b5c85", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "08674539dff040eab98664ad862abbb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1c0d5143d16941f0b803e8da3dd17e9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8a04df9a455d4af585a9cf1a1b1989dd", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c84d9df7bc1c4486b5d72a2e0c30c20d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1bb6f172bf474a4285947764bd544dc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1ab5866649a44485b391eb7f95b51945", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2dd4981f1b33403d9d640147d12ab63c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "3b836d21753942078fbb51b3838c1f47", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6ddc0db55cd649a1b724f53da230ecb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fe6802c570854ebf93339f955bd80249", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2047f61338ae4f96978805f916f4b5a0", "region_id": "RegionOne"}], "type": "container-infra", "id": "67ac1491a8af4488a7785dd8bc200489", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "16138a907192494f87588330819f3a7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f14a56f0c6ed4f73bd54485462ce4c49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b98921a1a3a54be0a837035c84e9c05d", "region_id": "RegionOne"}], "type": "search", "id": "6bffc570aac44e98aa9ca02b4b1cbbc8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c8ab756b88d340efb14baec0df4ecd94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "25bb2cc3f3d349778f660ac25ec8ca75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6808e8784e1246049bc1e3ddd185f26f", "region_id": "RegionOne"}], "type": "dns", "id": "a2cb557f69b64f85aefb87b3103233e3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a35c137a8fcd47db9f9bff51f408b21b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cf51fa346c7d47119e944b194ce87b63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4b34a94eae164bf694c3a681def232f1", "region_id": "RegionOne"}], "type": "workflow", "id": "89d2a39447cb456cae7d31526713a20f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ab888f167c174f52951af764a92ad988", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fa83551f2a9e41389e4306ff6fb48735", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b93ba69144284b8fa4ea06e3c86dafe9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f93aff326af34cad8e4dd3c48b4fb302", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1033fd81386648d2b73051bdc07d2f66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "448af03497f04c3e86d7f9a68d17c4ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ca8c90af10c342f8ac380231257e34dd", "region_id": "RegionOne"}], "type": "rating", "id": "cb70686158af435f9a003897813514d2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ec755589cccf4036b32f8bfad3677e96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0208ba611acb47f4a5d68e98007aa9f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f53f10d334654d59bb31ee54dc696e8c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5172e6e1874a4bcfb145893f573b6f18", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7b18aef049994b1c8aafe9c945758317", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "14b494f1362d43679b287dcb03601ddf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "580182a275be4202a12ef5202b2e1294", "region_id": "RegionOne"}], "type": "policy", "id": "43f60f52d2bb4551992d2a5a5856b0e9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "24f37a8046e94cd4b31a34f868a1837c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bbff6e1190894d14b21666d8e64c881d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4c9e9f7f5fdb43378e18d705ced65a57", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f3ea1767cf1e4138bd9e22a0a495551d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aacb758132c344e180456259d002868f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ea1949a01187471cb737866900da92cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bdc5f0636f274ccb877315d7ae6850ac", "region_id": "RegionOne"}], "type": "sharev2", "id": "a81647f4d8d44c9780c23f1b034d99de", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9e87a7c4696240249eb43e34008766db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "52e66dc4bc644eafbf9c8e8e7f23dba3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f8ed8a5d5ebb4f9096a1bbffccc99f94", "region_id": "RegionOne"}], "type": "share", "id": "7270feff9f2845dca760480d9e19b7d5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "40f182ab63dd4d84998e9399d29a11ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "33fc1a17424b45dbbfe8742ba194672d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "8c82dada7d5a4696baeb538fe0fa7c9d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "587d77ca346c4a04ba54790d82ad8b36", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3619e37f62014487bc5ed944f87f2647", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf86a699a6514205ae146b98f44c64b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2090932233d4b649cd408c4e756fd77", "region_id": "RegionOne"}], "type": "orchestration", "id": "24ad6447d77f453e8d18bbe7a52ce837", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "93785c86d8284e6dbc4e04e89cc6f4f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f75160cbe5444944b7d705976a9d0d84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9823125f7e1f4453a1efccabc4ed7d47", "region_id": "RegionOne"}], "type": "block-storage", "id": "aae6f72101d14041938ad7d5ae23fbac", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f6d8ebb05434dab9f0739926c138652", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "595fb73c36354994930be2fd6e1fd122", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "351d1cb846a64877856c85238f58128f", "region_id": "RegionOne"}], "type": "volumev3", "id": "37c2b0963c7747fc8127c00286e8707c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72c42c8b8f564919997853dcba8eedc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "416d4ad5c9ef4d2ba3b758bd7baf5281", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9750d55a9eb4141861199487eb0f2d7", "region_id": "RegionOne"}], "type": "volumev2", "id": "f9ccc439cb1d4d89aa305028849badf5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a562ead281d14972ab583bea6f9a76d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2218383d2d2145f09cf56332ef6832a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "462e06011ca949ba9ef8f86c3e35f962", "region_id": "RegionOne"}], "type": "volume", "id": "7745da2ed621466593501659edaf61a9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d9129b2f46a42258f90c0ed5521964d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b195be834bfa4953aca0b12cdc080c95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed3922b9ac944011973c78ab823db5f7", "region_id": "RegionOne"}], "type": "block-store", "id": "c6c30429cb464538964dc1986660b2ae", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "530f4234496b4ffbafebf1c46e9b42a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8af78d60f43d4426ba0c734b19a283a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3be450929ad74ad896e0cc42f7d7abf2", "region_id": "RegionOne"}], "type": "alarm", "id": "a64b0c9213c74efda936452594dd7a91", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dec09a6706104cd4a116f80c38c7d21a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b7d3a1afdf92434092ede525978fca12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e4dc8356dade401a8f224b6131b802de", "region_id": "RegionOne"}], "type": "alarming", "id": "5b143fd504f94c668147865464fcd5e1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4a4f3876b48f45d5b3fe111484e6fa19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8ac67db474f14e8aba07b867a769af07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "26f74ca60f034d98b38c496f71c4883e", "region_id": "RegionOne"}], "type": "meter", "id": "98ab5118d70c40dc826cae7731ca62e1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "631f3da562a84dc18ff426b15d2bece0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d2211faf7b1f4a27bd3ebfc50d8acfe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "26a2070a152045d4ad48eb0e58fe0d7a", "region_id": "RegionOne"}], "type": "metering", "id": "e47020cf882e4a1d85bd15bbb98d63d4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3134287cadbf49b18e53a5b958921d68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "365457d8f5bd416e851e755d9b78c01e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "90ddd65420d9465cb0304e1d41761eaa", "region_id": "RegionOne"}], "type": "telemetry", "id": "0b7e1193c2364dd09f1bb6b08a61a2d8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9d774ccec489400ca26c61ce900c834b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ab931889ae5248e3843d001572b8947f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bb6e3c670a074c6db596fb467a8d6238", "region_id": "RegionOne"}], "type": "event", "id": "b21b3ab724be44eb8936bd69ac74f842", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d7428c148fa94b098301203c0b580821", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d29c4ce789e349dda11777f916ba0c57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7ed57f0ed74f4ff78dadae30982d42b0", "region_id": "RegionOne"}], "type": "events", "id": "a551d0b85f2a402d9856b7bc4d100f94", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8bb24f37333446fb85c554d3db461afe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "217cd08a15dd441b9d13c2c7499c4193", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b0770de01aa340baba9dc8e19860c860", "region_id": "RegionOne"}], "type": "application-deployment", "id": "f2a25f101314459aaa2bc4b0ed0c9c3b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0280c529560a4934917e8de2adc0fe9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "575b9aa909ad4908a3ad94c0d7944867", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5821f65dd4c34e99a7efdf925874ca32", "region_id": "RegionOne"}], "type": "application_deployment", "id": "40ebf9724a9f4cf095360f3a631f7d37", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2afbf4d7b4f64788a00e9f9bef6837ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5b997e4d00104f639e988fee164224e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a179615e81094ff98d86935c891c2f8a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "fb73407facde4bdbaa103149bf0949a7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9d653ee6a93942138d50bdac7d535507", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e51c47f8c41c4329be40f7c11a8fec5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c6bbbddf821545039c702c0bde59b5eb", "region_id": "RegionOne"}], "type": "tricircle", "id": "b9e1bea6c15d43ce99428768dbc6a4e9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "1f629cf016ef48f4a98aaf5b8789d062", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "55bd43729471479285a814fa44e4ebc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e62f31978e634b1f8075e70f1f429ad9", "region_id": "RegionOne"}], "type": "database", "id": "c010953d333d409ebfdb325a349b2266", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b996b886bbe842a39a433c8717467388", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9d950da6a8274d4098035daf11754010", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b5d276a54a8c4e12a9031449219ef7ab", "region_id": "RegionOne"}], "type": "application-container", "id": "7c4e48ad912d4f949533b324997c8f84", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e827c6fd5e18484faf1ea46d1a354c10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "24ba944aa58e43e7819c5bf9d32f12db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "519c96edba5d4026b54aba79cec17419", "region_id": "RegionOne"}], "type": "container", "id": "04c76a03bde348f689439c2764b87cd7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6103b89199114effbba526a1f5d60a53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "47b16273413f43bcb290da6023278a5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7eb63be657344beea51537e781cdf5da", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "921f475fcaf644bdb1b9820cda88e17a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a8e06f2effb64343b6b216fa192245ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3ddefc3d57584959ae687f54df7e6571", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "010507c1b7b8465a8b5bdadc5afe91b0", "region_id": "RegionOne"}], "type": "rca", "id": "c5cd17853a7f45b4b652b446d48145d3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1e9d91f0305f45e5a7fa9e2bb07c8611", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8895d156b77541bbbea1263f5b98ab50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "aa4e0ea108a642debe6aeb36241653b3", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "bf3d5c498c95415da02345b4c11dacdf", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0ff78017ae7843cc878473fd6e607486", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4836903ef35240b4b8d5eb3b0bedfe61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "469e17caff394ddbba31c503daf98363", "region_id": "RegionOne"}], "type": "network", "id": "2bf36dea39f74d55b53583371dbc6b08", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "214781db6d044654baf6027975f45e8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a8a8c602e00a4f0f95d08de96bf17fca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7fb191c864c94a5f88b6d40ce26c831f", "region_id": "RegionOne"}], "type": "backup", "id": "9f9aaac50c254f52b4180074dd9aaa6c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bf88e23133cf4084aa057def18ae0e8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4fbf159662f04e2fb675914527f5321d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c140250e5d5743459e1a1c4c42b7ad38", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4ecbd305b1cd4b59b18e0a0aa26ac2be", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "23d692925cac410e9bb5c19e5d623d58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "397eca5ec1ef42f5bf6c3afdcc638680", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "85686f01ae324dd691f7c2696c40eb21", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "0bb957d6d3ee416eb17fda987b45665e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ca5b2f0ea7494e9e8d89383de079cebe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "56c57c4a74d741969ff25af887cf1c0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a70c935ce8ac4ede8bcd340970e74e25", "region_id": "RegionOne"}], "type": "monitoring", "id": "ee1c371edbc94bbd81335bf43845769e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "99ba5ac9d9bb44c3a77462252b01e167", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9a565698a3314863ae2fea8d222e73a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "823485dc43d14280b28f2f4f436986d6", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "da9afa9853a14320807d48c8a26ac495", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a5169dc70f474b8cac1b461f58fae0f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "71d89768cd6e4b15a1bfd4947e3fc00d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "6f8c939481ef486584f98cc4ddabf417", "region_id": "RegionOne"}], "type": "placement", "id": "03781331c6e74d52a95c9f66e0b1d247", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8872c00dae9243a0aac0291c553931df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "101cfaef3435445e8c26ce50d532871a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "937da0567cd347e680e9d5736108e056", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d151408bcb744c24b920f51a86ae007b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4b3dbe75407c48e09104a890068229a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4747b2f9c83a43c7b6608e631141e0b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e1a1c9c76c9045da83ace56264250a34", "region_id": "RegionOne"}], "type": "ha", "id": "49724e4d1ec547dc8ea9e860141c04f6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6af27c1dc3ef47108618cbb9bd49e4b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ddf176377e514fe9b31e1284554d2986", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "cf1d8fd58acd4afaa3db47167aa98f66", "region_id": "RegionOne"}], "type": "reservation", "id": "b5337ac2006e4cb2ac78f53bab376964", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4f1b0daf734f4039b722e57bf466bc76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b37090c0d74c4ef5b5279389efefa8eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f46be27693ae416db43fc8c004d49d9a", "region_id": "RegionOne"}], "type": "function-engine", "id": "f368797e102844959c3ac09a171d4a85", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8005d778b2ae4ab68e64b90aac1db3aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ea29deb049604d8fa84eba4a4cdb5d2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c3116ea51e874ec6b6afc240b6c74be1", "region_id": "RegionOne"}], "type": "accelerator", "id": "86ddc31cbba644a2b8995b5830847406", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1238dce6aab14e4597d3f35c9b7d2402", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5c1bb8f824be44c392c8381e50e28ef2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "376c5f716bee43dc9d89779ed97748f9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "177d5956b7794ba6bc14b24dd29b3cd7", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dd59e1c96fa44c4289aefc4b3047a4d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d92d0c15d6ad4c2091a8e2af9152c5c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cfd4e82dbe8d4b179117e9c72671c4ce", "region_id": "RegionOne"}], "type": "registration", "id": "d9644662e88c4ecf955fa170fa570ff5", "name": "adjutant"}], "user": {"domain": {"id": "328e37cb3e524524b8a7b10dab811c69", "name": "72a4c494f7c14545afcfb9e3405cda6a"}, "id": "15b25071e7274edfac561e7903b01ebd", "name": "efbc3436941c4b41b95bc594996da926"}, "audit_ids": ["e1e53a54b20d440a9127e6c49061dd4d", null], "issued_at": "2019-09-19T09:04:49.054128"}} 2019-09-19 09:06:49,227 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,240 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,248 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } {3} openstack.tests.unit.test_proxy.TestProxyPrivate.test__get_uri_attribute_no_parent [0.066327s] ... ok {3} openstack.tests.unit.test_resource.TestResource.test__get_id_instance [0.063319s] ... ok {26} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_software_deployment(event) [0.060907s] ... ok {26} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_template_with_stack_identity(identity) [0.052568s] ... ok {13} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_basic [0.068571s] ... ok {13} openstack.tests.unit.clustering.v1.test_node.TestNodeDetail.test_basic [0.047139s] ... ok {23} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_files_with_stack_identity(preview) [0.069890s] ... ok {15} openstack.tests.unit.config.test_config.TestConfig.test_get_region_no_region [0.151952s] ... ok {9} openstack.tests.unit.load_balancer.test_listener.TestListenerStats.test_basic [0.063909s] ... ok {9} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_amphorae [0.063108s] ... ok {3} openstack.tests.unit.test_resource.TestResourceActions.test_fetch [0.070207s] ... ok {13} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_clusters [0.064306s] ... ok {9} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_load_balancer_failover [0.063304s] ... ok {31} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_update_stack [0.069636s] ... ok {30} openstack.tests.unit.network.v2.test_health_monitor.TestHealthMonitor.test_basic [0.062452s] ... ok {19} openstack.tests.unit.test_resource.TestWaitForDelete.test_timeout [0.509964s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:48,906 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,917 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:48,925 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:48,935 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:48,952 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:48.834103+00:00", "project": {"domain": {"id": "0320e13df9934d3fa1fb62ab2de7cf5e", "name": "1a75b001813348eb9bb0224ffeacbb10"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f03b8c1974e043d49da7476c0dc80397"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "aaf87a4de40b4378abe93e163cfa27a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "38a33c6ca47c40e9b0dc5944a2d52164", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f5076ed68bb6455782eca86717962026", "region_id": "RegionOne"}], "type": "identity", "id": "e15ea3978b92408bbdf540ffb69eabc3", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8b40405183af4e408759deffbc281ecb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3f1b56aa1e3a45b2b1ef56e03b302d23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "7d5af8e47c564a3c92a77bbc58491c2e", "region_id": "RegionOne"}], "type": "compute", "id": "4c205e702efb4da8a8a9d1d7b79206bd", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "51b0e2429b144d7bb74ec57c2549b0b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "a4fb5cfa747d4ae5abdde5c91c2a313f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d83ad5c9c2b545c28da1d21a899ebd2e", "region_id": "RegionOne"}], "type": "image", "id": "a39e28e2f13944a2802585878a304f16", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "036a188f918c4d15819c7ce084231c93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3d9d10862c494a95a21a5e0bff417dc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "54d5fcf8d83342b39ac465a2c4001ec1", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c62dd3905b7749b1bed67282296dfce4", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6267c5b078514223becd9bc5868b671c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c74818b36f5644aea406b2154e61372d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fe5f4e0dee44c2ba7eeb25c77c18a30", "region_id": "RegionOne"}], "type": "object-store", "id": "4a832b8133e943249a5373fccf5df5b8", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9d88b2097f6c4dc191c23eab9f50da66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e2124f85bf9343c79f27cfdb6c166126", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "90ea2c6677324a2abe6d301c8b431d4f", "region_id": "RegionOne"}], "type": "clustering", "id": "a3185d316df94601972310863b9df6a4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dfabcebf5a0b48b9a8930b4501ea54ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "857e4b8891684c5c963c3df1d38e130a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ab276d4d26b7445d9226b649408a82b0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "60e6bdc91f46453a8a71957fc9766f9b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "950842fa454641058a724b7f58b121a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bf64f4aed17249f6a574c59a18acc404", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "dfbad86dbfe848d2b0ea3a2b75dba217", "region_id": "RegionOne"}], "type": "cluster", "id": "8fd8579da55b44c293441bdb7e80789b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "570660372c2e41fb995c256b9c2017ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cdae12d643b54ad688fcdf3961d4918a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "dec6900b23274cb093b917d98d253266", "region_id": "RegionOne"}], "type": "data-processing", "id": "a9008c73252449238782cce037e8c101", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6af69060b30a4f5bbfb6c41a7c625d94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d2555940fd0a40a08aa8a2f15123cd28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "881a541142494e7fba6002a6c6ae0108", "region_id": "RegionOne"}], "type": "baremetal", "id": "43722fa781504289b49c7172424b0356", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d3889ca14540414ab08ca7184b12e58d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0cb9e9be6f8b4dce80741781a6d64975", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8fd0f50108de4eec95f849e0878678c3", "region_id": "RegionOne"}], "type": "bare-metal", "id": "64c67006792d4ec08098b6cc6bcf00c3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "eec1cb5e5f6947669a6377a63703ebc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "62ce77a44c4a4e3bb6474e50ee24c177", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1a17d4d509924b9987f35457166884a8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b7585dbf281342219cfd5b84aa5aa834", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "08dedca50f6c41d59f99df7f8dc5a8fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "43f1756c045c430d8c88341ac0856934", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "a2a8129c249144668b68bc903d96f89c", "region_id": "RegionOne"}], "type": "key-manager", "id": "a76ee16ab73041febc5203c972510a59", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b92f249f04f94a59b924ee0329e32fa4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "00481cf9230a46d8a2b359fdd317262e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e614e8b42f234d7288d47f4889a6832f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "8e9f327adbae41cb8527477ed8e7550b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "44fa6338e25349af87a7d7a14aa3e103", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d68967c770724e30bccbff8db73aa9d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3e609363810b45e0bca97d9b1b8ece88", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8b2ab7aed8da4debbc1c516b4c556839", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "108ebddd1cab46b896934a6ee23ead28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a1828d8d5ba541b0a3128f24bcea242c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "23f685bd5b0a422991bca13e162f5f1f", "region_id": "RegionOne"}], "type": "message", "id": "6520948eb90544868ce9ea4acc08b96d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "289ac06a27f642f6b18d47439b723a79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2cca4da2b9c44138b1114032c320b856", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0bf9f81228834659aa9a519df73947db", "region_id": "RegionOne"}], "type": "messaging", "id": "d8d8e50cdd50445e896914ef38e256b1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "bbddacba130f41a189e9da68f4a0fb72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3104a1e89b6044de82814dd955173429", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "56d8da1b44564fed868f9f9f3090cb11", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d56f68dac3914ae180d5c75bc1f1bd58", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6cbf64dcf9d1444b9415e1acb6d8ce7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "15e35cc4cf5147b6baf8dcc2aef30012", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "725f56c430d842af93579625200d0612", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8088e5969fa84321b8dda0ad1184af75", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "67e1b4492cb245fdac8659f643a6edf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c69589f40a4340dcb1d2f46e4f48a6f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b0d694c09c2149d584ae0d4c782e4df3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "92e24e7a3e194346a4d58e06dfdbecbe", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "36dee7d1905a40b38115451519fd1bd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3072c9fd98554931a2fb91701757d090", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b20bfcb0f8174e11952417a76ba91773", "region_id": "RegionOne"}], "type": "container-infra", "id": "b6321148abc2497ab63f764995fb2abe", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "3cb2d18e2fb04bc0abe16594e399b4d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a7ff9c2813044618b478baed1765b19e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "24fe129dfb0b4438b52fe02575e4bcb9", "region_id": "RegionOne"}], "type": "search", "id": "00860975f54447a5b8297c012eb210a3", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e83094fbaebe4b58a6d0d5f9d4a24d02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f15ac919eb0a42fd8f0e52ce198da408", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f29452ab74c34e8b9ceef50cbe2af215", "region_id": "RegionOne"}], "type": "dns", "id": "5f6da55805014c6e945d8c0c1ab604db", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "119588618a324d2195eb7192a5af242f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e7bd530fcfd447fbb5fd7387480154e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1a406814db4442cd92c97ac916e77066", "region_id": "RegionOne"}], "type": "workflow", "id": "63fb9482ce8c4112928279171194b284", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "af511b3e22504caeb325f1433016e709", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4cc8a06138e24b0785f15c7b1ec368d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d119ebee7450455aa7a78258cdaf0b08", "region_id": "RegionOne"}], "type": "workflowv2", "id": "eaed1ad6d2a04ff296803ffd664cbb75", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "c04b9d59a9064e20af7ec9c4e42076eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "61f4da701514477f8324e7aa926dcaca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b328a092b87544fd94724d76f71facae", "region_id": "RegionOne"}], "type": "rating", "id": "66d12a71bacb40789bb00de858e3f36a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "53b735c732014f99808565911f455813", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "da3668c6897844ddbd17b7d784bce804", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5f53387b41374346b537f6ac1293ee1a", "region_id": "RegionOne"}], "type": "operator-policy", "id": "fdbf19cf19244289a4adc973ef000dfa", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8066cf0435db48d2aa87a4fce9689c0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4d4bc62ae4a545f68fa734e01c7bf58a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "92c1251ceb074f0285c54f281f43ee87", "region_id": "RegionOne"}], "type": "policy", "id": "9898754c58434d2f8c96a171c3af6a35", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ef3012b6f77347948e238a485ebe60bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9df50411407d46b1918654fc7ab5869f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8c5711ac89994fa9bfb5acde4f9b0c4e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7c44ded554e44a739b2486e2fdd334e4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5f5dd12723494279b9818ffe857c55f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0a6c9f91aba34aeba20969acfad1db44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "549c474002b94beb90621921a635a1e8", "region_id": "RegionOne"}], "type": "sharev2", "id": "90bd9d289f5f408b8df809450e575683", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d8dda58c43104ce68423c94b4740962c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "87b4a21aeb3c4cb29b41b1533d5d27a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c51677eb52f44469a4d82a55e2e6741d", "region_id": "RegionOne"}], "type": "share", "id": "e30555b6ae77445888c61236ecc21314", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0d5d2d4318cf46d8aeef0d1abe4302dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d9ca2201b0694db195e8bf36246971e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4a51d94d163d4bb8af6cdb51ab25893c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a61ebb6eec82426aa9f7fcb014385800", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7dca19abe6a84cc59e61f40a11b8fefb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41856f48b479493db70a07d6f9813ff6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb4b23bf819a472eb5b5e93ace410d44", "region_id": "RegionOne"}], "type": "orchestration", "id": "d28c71ba033c45bda0def94b3a5d1a15", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae9b1343f87f464e9d409d58b01bf023", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce7e3359b25e42089d68479c3b0db889", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e9c9fe20fca441a8d3037ae3c3e0656", "region_id": "RegionOne"}], "type": "block-storage", "id": "6a524b332f664db69faf9261f74aba63", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "999c188dd7b8482a9df43b2dfbc5f860", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d10853d646946c684ab3d0550a0287a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e09b19d1aeb5455aa2ee536cc4f54472", "region_id": "RegionOne"}], "type": "volumev3", "id": "aada4bd9c55847aab66b7c9df6d49c10", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5bfcf0edbb2422c8587c84ec90d117b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4fa1bc0857f435e8a735eaa95af88b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d5428c6e8b846eead9f702c57fdeac8", "region_id": "RegionOne"}], "type": "volumev2", "id": "3669e709a92542aa8ce47b5143fb3233", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6a532e201ca4cbc818410c02743d639", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4add6092a5fb431fab0b317a21864ce0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44a3c05d8eeb447a96e348ee380ca9d9", "region_id": "RegionOne"}], "type": "volume", "id": "c7566471025a48fcbec1a3f6acbf3d73", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e24714425e0b4d468eac4553cb08d248", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a1383aea5094e7aa70d0d2fdfbfe23c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "421041dc9a9c4220819e518cd392c9d6", "region_id": "RegionOne"}], "type": "block-store", "id": "25f746fe540d42e3a76950db39a59842", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "995406c02fa74b2a8e8ff3ffebcf218a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "95fd3ca8aedf44bfa8bd6098d63cba26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1ee991f9cdb3403f88ab393ccab53829", "region_id": "RegionOne"}], "type": "alarm", "id": "bc684c5745484433a36ba9cd1fdd81db", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0d902aa96600417aacebaa4c573039d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c10a73799a794561a4dbbc7bc0081f52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fdf95d1d75f44bf3b2ddaac8b1f551cb", "region_id": "RegionOne"}], "type": "alarming", "id": "e88fd3986a7641fd9aff755d75679483", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "99a1c2a345b34ba2a89ca1d590ad24f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "193ad9a12a3244eb88deb6a8bf290eae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b0145d85cda444cca8f967eae8de6e36", "region_id": "RegionOne"}], "type": "meter", "id": "fce469c879404060920a665a6132be65", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0d3138adf85645a19c8baa32dfff7c60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0401c440ac5b44589311b4a439597d9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4b0a589d5a2340739917e4be94a805d7", "region_id": "RegionOne"}], "type": "metering", "id": "2dc3f00ad1604eb8b955dbf7bb57f1c6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6b326c89624b4b43847170a98b3be111", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3663d92f6626489684405abb7d91d95f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8c5337b295ea4d9c92ba860d78ec570c", "region_id": "RegionOne"}], "type": "telemetry", "id": "0fa885bd37264fafa7114e52efcb1a1c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2e9c584d93c04950860d6beddd012d6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d68157cbcc584cb49220e7b3ad530f9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2c19c98b3fdf4c6b9ad11075ec8a7fb3", "region_id": "RegionOne"}], "type": "event", "id": "c52ab8d546ef49dcbdc377ef4094d514", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "12aca7e93aac43b094a09146a9d12bcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4a3493f02d5c4aacba67dd9f8a5df121", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5374b5012260467fb023b2af3f066db0", "region_id": "RegionOne"}], "type": "events", "id": "9d49a3862c724bdcbb5ef9e0f6b23572", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3d79c687ae54420c97bee2d9672e5b6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "074f4dd9e0c04369ae4920ae9be61808", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "08c4cda2f2d44838a2897321ca87b337", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0ddbeabcc2154bcfa50ec086077bf313", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1aa6038e26ad47d3a7273aec62873c3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c9ddcbcbb5654eb880f583605b0adc78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a440872f515a4f2b9797cdc83fd71042", "region_id": "RegionOne"}], "type": "application_deployment", "id": "bc610c7be1b94949be351f17dd2bd4c4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0084f22e2aef4b1da691d61ca70d624b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "24f1be0b6ed345108e8de0ccbd03abc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5b8410f2d7864a92adb8bf927fa55e00", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "41856fd5f48f4734866fb6bf63127ac4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c0ca341c54604b78b0343d911a24b938", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "94cc1bf477054592858b96bb791b7136", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "65f31c42f8b1461bb75d7ae7f968a8fa", "region_id": "RegionOne"}], "type": "tricircle", "id": "092abe119f514813a41d8e6d818a071f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2a7b51bc0b854ae9bea47ccadebbea34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5c086ea2aa9e42b696b3eab28d1ab9c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "97c7286b03d14161bdcd40bb7beada40", "region_id": "RegionOne"}], "type": "database", "id": "6588ebe2db164dfea43badce32bfd69b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "265fac6ef9b14f5489b7c7b279ee1eb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4ee60c7f4f3141f7b73a8559b6555055", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1076ceab5d5344cc8804e5457b253340", "region_id": "RegionOne"}], "type": "application-container", "id": "75fba4b081ae42ad818e3b05ac7c492a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dd70db40bd904b85851f78a08c4d7495", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ed995faa8f7b48b69471706d4b9c8595", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7aa625c276604ad3b4757f83028d4c7f", "region_id": "RegionOne"}], "type": "container", "id": "2e9dc51da5fd4aa3a72da47cb4cbfc1d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "400c4ccabfd948b89d7f875a25e05f4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0c615e208b3b40448dd76f6d1f4e3adf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f113385c266343e997a01f674cf74c12", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b5fdc01e815c4cc48dc2c29feaf2aae0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2b2cd9752080412596ae4d55519abc68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b52dec8b1eae4ee9bd243f0d1631b915", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9c0908507e2344c0867b0ce8fc5670c3", "region_id": "RegionOne"}], "type": "rca", "id": "b049082738744f8db0731527b45d02aa", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "46b4b87fba79466498165037579d3402", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5508e18bf86f43e3bd2ac960832ae7f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e8e53a3b28ce41c5a650ecdb0cda8525", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2f3ea64978b94b099f6794d285a93352", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "84edee8c88844797af607657a788340d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "23b9417c6e7743e8b5171e2dfff5de5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0a751417ad9842b0b0c12ba0eec78b91", "region_id": "RegionOne"}], "type": "network", "id": "39fb866f1cd646aa9ed9735ab93e405e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "514f8f5af9224f529b794db689b7fcb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f64e706ec023475198464e384c50babe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f38b20261079400eb0432a03312f33a1", "region_id": "RegionOne"}], "type": "backup", "id": "7d19babbfdc74baca688de56e43f052f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "271ee8f51d73450484ca885679f91cdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "824a9dcb8e2143c2b29dc92ee158d65f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a05fef793a6e4a8eb11a0c926cefad97", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0766fefbcb7740b4b9a7270ccb5148c0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "10532a4879474b0c84ee1425a6728dd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b75be5e3664d4bf2b284290830f4c9e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "dbbdb88942bc4bc1a5b2fcf20470293f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "bb19bed67a754531a4d172344d546e22", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cb44028b64ce463fba7cdf5a4182f2a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "dd4483db4fc944059f206f9758a013f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "aee890298743499e90560b6ab9a018ec", "region_id": "RegionOne"}], "type": "monitoring", "id": "2ca324e1c3d14c85976d7bad797e0ab0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bb397ec7cb6a4a9eb5bf350371bb595b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5caaa79177cf434a8e2d3dcf4b77cf21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "89cf3f2bfffd4770a8fd22c0afb77f27", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "daf4e2f227e04a1e9f47ffb0fdaeb721", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ae4855d7176e431488c48c8974e13706", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0af48eef6b3c4fec893e4088ea599c15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "6d8e956189cf44f6bcb6ad8c98472266", "region_id": "RegionOne"}], "type": "placement", "id": "bb7eac1f0c1045edb3e81abe97e65877", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "51f6b9c704804561b774436331899ecd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "645cedf22cd040e096adc9ed07efd20e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "895577316b5a4411ba6a691e99e73a52", "region_id": "RegionOne"}], "type": "instance-ha", "id": "05701a7590964111a9021ecd2a0b9849", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3d97aeb7e80144e3b6217bd35302f32d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ca8f980ee3d8455abe247bd2610995d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2b4c94e74f9b4a1cbc92965541b3ed7e", "region_id": "RegionOne"}], "type": "ha", "id": "f9faa7c93e9741f78f17681a4e671a16", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0bfc246562414b22a90c1470b7d7a0ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "af1bc6d4ff2d418886ccaa9d656ee5c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6d368b5c13334e2f9d4ff557a51d35f6", "region_id": "RegionOne"}], "type": "reservation", "id": "053c288ef47245a9983beb29264d9139", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2035ea2102a744aa840c213f107b90ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "42d03e2ad35745bb9844da18531b2b69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1c79d7fd86014b288568d3bb1f436fea", "region_id": "RegionOne"}], "type": "function-engine", "id": "5ac548bc46084ef9b55991cdf9ae1494", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "98ac811e58954a0e96b417292a8d7636", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "321c76d1d25f41dd82b4f4154c19e8ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "8b9874ad7f354a50be8fcc5ac33e94c6", "region_id": "RegionOne"}], "type": "accelerator", "id": "8e35ca7cd60e41758b23ad51f6984ca5", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9a182489f77644eeac45b1c23c2a2853", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c3e27f50a5e14bb797d43b0ac08f9a7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "86fe2703d87845bfb53119e204dbbbd5", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b4516b38c05e475991c7fa825cbb722b", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f6420e3251984dbebe18ba093be6e17d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d1d8512a8a3743c59088f9f11c807207", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e12f7a4cf8c64f6a846a3098d46f2972", "region_id": "RegionOne"}], "type": "registration", "id": "8f7411c0c18f4865a61265d05774f43a", "name": "adjutant"}], "user": {"domain": {"id": "d8dceaab3ab440b0b73b774ca99306cf", "name": "a454997c66e44efca4b8e381100e8b9c"}, "id": "c3bff93837f347478a7e6470fadb8204", "name": "393666bbcba74d81adf4d089e0025dea"}, "audit_ids": ["430bf42561894c24984f476db366ae4f", null], "issued_at": "2019-09-19T09:04:48.834103"}} 2019-09-19 09:06:49,036 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,048 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,061 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,070 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,078 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,089 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,100 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,109 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,118 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,123 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,128 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,133 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,137 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,142 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,147 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,153 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,157 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,162 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,168 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,172 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,178 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,183 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,188 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,194 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,200 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,206 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,213 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,223 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,230 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,235 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,241 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,247 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,253 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,258 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,266 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,276 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,285 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,295 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,305 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,313 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,321 openstack.iterate_timeout Waiting 0.1 seconds 2019-09-19 09:06:49,330 openstack.iterate_timeout Waiting 0.1 seconds {30} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_add_gateway_to_router [0.054033s] ... ok {7} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_member_create_attrs [0.080439s] ... ok {24} openstack.tests.unit.test_connection.TestNewService.test_add_service_v2 [0.240008s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:48,972 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:48,991 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,001 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,013 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,033 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:48.908126+00:00", "project": {"domain": {"id": "6bb3cea656e543c7a5676f7c92c38b01", "name": "687cf036b8e946a98323dcc294e237e3"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "bcff7156668c49c5b49a9301de2d5c80"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3bce2df794f847dd8a5833eca6cdaf08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c26a52759b91426ab2be593db6d214a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f63f58cfd0e648a68bc45a0c1376e2b6", "region_id": "RegionOne"}], "type": "identity", "id": "8625ede99ee34d63be9d7a30ce61bdb1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b56ff771b0f542b58a4b0e21b0695f9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4bba8ccdb33e4d3caacc92c93bbaeb53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "7128d946e0354df880e834d26d13f9a7", "region_id": "RegionOne"}], "type": "compute", "id": "038b1a4f2bc9411cb69639b29bf5091e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "3cd13a4851734d21846370b66d19ea98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "368c8f1987504b82bb3f249843e5b6d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "cf9f08a29eaf428bbfc760400c62e17e", "region_id": "RegionOne"}], "type": "image", "id": "196dc1c9936648d39aa44c8eb8733aa9", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "069fcf1d2e714aeea5f3a95e12cac431", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c3d7338a47fe4883abae66584f4e6dd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7dc17e9c8520487f8722f41b4b9c4ccd", "region_id": "RegionOne"}], "type": "load-balancer", "id": "871826b86bc441669547c23fb74f140c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3aab225c1f784ea0bb083650316ea13a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "29ba51f334a34e14a9184fb5b045c217", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8573da51d37a42bca7151f28d6cb43aa", "region_id": "RegionOne"}], "type": "object-store", "id": "6d5990911fe34134bea13bfe0547144c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0ddce5f516f14d9b9745c066192366d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b084b107a4ce4ae480f70ec205d4c1ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e2e5675c31c74936ac68f139584b4900", "region_id": "RegionOne"}], "type": "clustering", "id": "13d86d2b7ad44ec59f93041798d7a23a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c9721b8ac76742aa8663feb0ce2b6654", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e658b402ad3c4a069ab66bd17e1eef8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9b00d3faefa843d5b3c420d6dbfeb7fe", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "77e905a6c53b4f708319e5564aedfeb8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aadeecafefe640bcaeb4f678c5a5c3a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "38bee17f2a9f451a901ac0b34335ec07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "90a50c6cab484958bbeb6088645f7398", "region_id": "RegionOne"}], "type": "cluster", "id": "fef245d086af496696730e92ce7bd2f7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c31d5749d2c4479ebb1b60a1f8b3897c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "25237cd7289d49d69cd2d0eb8ca2cf4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ae3a842dd4c341ee918d378b05180f2a", "region_id": "RegionOne"}], "type": "data-processing", "id": "bf608f095a4a4c898e8f40c3d4cf1237", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ee0ee0d442a340979368c54fd7deba57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b9846920621c40b2821ca57eebf46bc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8ffa6c21880d447fb5c3c9923a701173", "region_id": "RegionOne"}], "type": "baremetal", "id": "42cb06b74ee9481ba9ec279cae949657", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d200b9acf5fb41c2aad3fa5e51bbd9d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c65872a3ad304e6aa68f5181360a1deb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "97b1bf3a8d70493db65229a12f9c1c89", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a2dede771da54705b38028a8b910b9b2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6e48e93647e4425e9daf492ef8829aba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "80608f9bd7f94b0ead0c907d0058be99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ec63a95e6b95414c9d7c02670f6527f1", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "122b12aa5b6d4d1a9d25f7d31f27cd0c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "405b8f5544e74fb1be0858131c71f0d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bb4fbf9e735944c59fbe2c14ba8ece45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c6ce3f7184ef46d98c0c3f9bf007638f", "region_id": "RegionOne"}], "type": "key-manager", "id": "0b309c51ee1549798d89bf4a4f26e3d1", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5b692f0367d24fb0af574eaa92b428ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "379c01eb72c14e89af24c3f10728dc5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d0d546cb2b3e47509cdc02f7717cc9dd", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "3d0e18180d124a8b80664455f2c55ff7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c0aa0ca4595f4a30929b450c9b105b82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c8d7170f943c4dd89221e4c9b03e1fc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2a7628dcb5114619b0e86fd615e6ca91", "region_id": "RegionOne"}], "type": "infra-optim", "id": "118ad746845c4ab8ab52d4382bf56af5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e3af858d80404a6cb3434461eecd1639", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "94fab10ded9f4afc9ffa45d2b1cdd22f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8ae552e774ad45e69134f5b175b9b060", "region_id": "RegionOne"}], "type": "message", "id": "d434743eb09146308d56441455847732", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "97fabb42f3ea43e7a5425257dab7ba51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c2d663348a97450b8d2ee3be207920cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1e223866c166405e902d179316c0bc23", "region_id": "RegionOne"}], "type": "messaging", "id": "30b1aabdbfc94276a3d631b94f862b5a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ec6ee461aef64af6982b6ff5337c2afc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "67954dc4f9ad4175ab21e6929acb7832", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "6c92b02fa29943839a4d82fc272517b5", "region_id": "RegionOne"}], "type": "application-catalog", "id": "91f741f1ebaf41928334fc65fb286f38", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bb0109f1abf9445f84f79b9578e46b97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f55c7f4b3a734808a4347de24f006259", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cf9da45cfcfd4143a9e8ec79cff22a3e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "22e7af062f6a47329f59064feaee68d8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8a708d1c9a1547a79988fe7da414a4a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "44b607098e734b24985b5d4062c9b066", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dbe8c17dcd794058b4ee9e0d0354746b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d0fcf0eca92941c2a122a346884b26b8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9e83de1213e84729bc3f7bd908f446cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "01a62de2f89540ea95e6d47ffe356399", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "96a8b18c60904ef2acd7feb3db4fbd9b", "region_id": "RegionOne"}], "type": "container-infra", "id": "2ff2c8054b454e9e9ac8cfb56cd60d48", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "24799d8a978d466099fe340bb9643fde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "648ea9d857ec4f7aa7e83987326d02b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a3d223be50fb49a4a8a801b7dea396e3", "region_id": "RegionOne"}], "type": "search", "id": "a54000b9e1854712b4c464f4be56aa6e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "43be57a67beb42b19d5e267b5105bffa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d3d2993a960f4e12999e83294a9aef01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "07fe02c6356245a88e68004e8e97bf1a", "region_id": "RegionOne"}], "type": "dns", "id": "e426bf5201a942c282831ef4bc97543d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f129f00dafaa43cd9ae174ae044f7722", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "00dcb5d6d37c44389d43194ffa56f283", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "25733cb459f64c709aad843b118a67e5", "region_id": "RegionOne"}], "type": "workflow", "id": "f06216d342f245ed91823c5e278629bb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7424986d5c424af6b3cd86846655cd52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e464150222a7419c819ef4642540c1b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "91a32f64ac2542d4bb971786b3108025", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f7ee643237e04332bc7086a1686c303b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ef4ff947ea0f4a70ae0e2ce7fd89411c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "11910411aa3f4072ba766bc7c548e1e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e1b64aeeeca141bfb5c5c1817c5bfdd1", "region_id": "RegionOne"}], "type": "rating", "id": "2bf27a7380074c5e887aada9b957512e", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e67e990de4d942b0bce9bde018db3564", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2371f02f8969455dbd5413b84311922d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1c1e3c414f164e4990161a030f2d9a5e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "729ae8b0b550492888c092e14e0a2bbd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "724a87bc99a941feb46541fbeb9a4e22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4cddd8b221b24fb5af5a0bf910867f3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d191bca02c6546bab7f5cebeb4b717cf", "region_id": "RegionOne"}], "type": "policy", "id": "b428f15d7c2b458f80b746e25c5b9043", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "13738915419e425aa31022330ab6bf77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "27b4d922a5ff441d9d6374db8e3e269d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5a7587660dd2476d800ebe8c53c8514b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "07619d4d033b4c36b075b5bcc01dda04", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ed9f79464724488fad928c7748862f58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ed62c80beb1c48a8963040dcd23af67d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6cb522fb34ec49b79e47bc2283a418db", "region_id": "RegionOne"}], "type": "sharev2", "id": "4c3e6a4ee7f84b4591f1ee6315fbde81", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "25e45d2ecf7344f7887998f0980ece7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "aaac6e94cad545e3976bf8e5c5a22963", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ce90950436354f74aed8ea8bfd0da150", "region_id": "RegionOne"}], "type": "share", "id": "fedca74028db423d8b5126c304f57be3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "716973d286b24fc3837e8fbabf7a3119", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "61f8035849ae4a54bcb29752afd54924", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3fc78a90ce3245c19c8d11a7e5120f97", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "617d82310d0a4d5a8bb47c2d7cc5cc5d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99adb39a825346e1a22b2ce3f53e4670", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c534fabcef0423fb2e1aee88290357f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2a55600344442eba2791644aaade1f8", "region_id": "RegionOne"}], "type": "orchestration", "id": "5dd1a0071d5644ca80ad8fc20d56ab27", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d81f45e326fc4bdba9b64de5b5e0b0c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d0fd2f453614c199db18632cae7b775", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d7d263056314fbd88c7f56e85f5ab8f", "region_id": "RegionOne"}], "type": "block-storage", "id": "56c7656ddcf94898812575c8184ba95e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1e4232844a2419c9acc69326e650cfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d036558208384d488a027981515b0759", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e3e4834df554c3e8517ae4f6c92084c", "region_id": "RegionOne"}], "type": "volumev3", "id": "9363c54137c1408580e2f7fc3d93c927", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7965cccde0724842b17823d3e7ef0df2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b9c3220364340179027aac64d949d96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cdd9c842740843e89c9f644a1ba51525", "region_id": "RegionOne"}], "type": "volumev2", "id": "447559631a6c4c3faf89f767939ca2c7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1d71a5b9eff4e62b16fe7fbb026760d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47ea64dd967e46b589b494a3fc63d405", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e22937bf128046fba72041e88292b0d3", "region_id": "RegionOne"}], "type": "volume", "id": "090114ef8b814c6db8ccee0430e0e107", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36ebfea8941e4f458f82f911161d5801", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e29ed88bd078408aa1f59a5dea335e44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5eedc376942f4e94a4665da1d092b102", "region_id": "RegionOne"}], "type": "block-store", "id": "3d94eceb6c3941f681ad84c54f3b13f3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "822fa5f6220349c2adb2476a664631aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6d75d65d2d3c4a4281b585b9c4916ac8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8fc8186805194fc59c84353718a24845", "region_id": "RegionOne"}], "type": "alarm", "id": "8d29e242ebf94670992af9856f0ef72c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ad21003934344f24be7897fe865a57cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3b8ac4f089c04fee90a553e0bd100b32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f72769c159d34c3c8e30f8a8a6e05b30", "region_id": "RegionOne"}], "type": "alarming", "id": "c6e70b143558430bbc83bb783b394e85", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bddafa98ddea4ac5976714ad386068c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "138044675d574ee08a883786ab1b36e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a5a21eb802d743ffbed24d81ff6b4d8a", "region_id": "RegionOne"}], "type": "meter", "id": "919f4e5024564875b1e908a7247832ce", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e981cdcce3a648529e439d45d1fca325", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "750356fab7f6487aa3b5873ba9842259", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6abde20144364499895cc2f48c5350ee", "region_id": "RegionOne"}], "type": "metering", "id": "fb4c4d7eca5f4694b2f0b7e7ded69d85", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8c629c412b82425da839f6b4daefddfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dbb17c2bfdd949c991eec2d097742869", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c4e16684c7c1448ca6d7b387e20f6d53", "region_id": "RegionOne"}], "type": "telemetry", "id": "5c49d5495e8c4109978cef9f75b9d7ab", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "34a8bd9721d94a2d9c9c763160f5b234", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f133a595d77c4447bcabd64566e5f491", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0fc26af5349e42d0823657a48a078830", "region_id": "RegionOne"}], "type": "event", "id": "dfdbb2dbb8a1478f9acc7411692362e3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c41323005f894d2c890cc6fa63417da7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "83dc5a7a94534a548e0376961425dd6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "07c036b9f63f4b4788fc1ee7fc11ac6c", "region_id": "RegionOne"}], "type": "events", "id": "18e06b0769d94143943a2567dd4e9b75", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "40877bdefc024abfb2b214b0463b38f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "367bfd6e69be48ce977c969dcc001e53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bb5a8291e5be4e86bacb075868c7a645", "region_id": "RegionOne"}], "type": "application-deployment", "id": "1f040fde69d64a52839346a7968e8214", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1d617d4970b4454385c10ba5485d7877", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "98690dc2d8bb42eeb6548214cca0ad95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "49b1a89ecb0f4caeab424afad2c07be1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c653f04c72a74a60a1695e213dfba389", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9e309acceec64efcb71a7fe8d1b7e9cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1944a4fed99f40efae10f0d2f8c545fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "049e2e2f4091472ca7c06c9e0e80aa1b", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "9af56941e504450da884d45ac6695cf6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cd628b157cef409d88ee2ad45611b072", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "00ede55061c34d8faaafcb0214b4676b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e77e9de6b8cb496a9221b5a6721cbd9e", "region_id": "RegionOne"}], "type": "tricircle", "id": "f5a9c0127ab84ce7be658f5e2eca3f64", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "56330658f4664a3d8efb596a05f027b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c1c3be51948042a7887af70f6ad01110", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "944aa18291c149119b6cc2906beb1818", "region_id": "RegionOne"}], "type": "database", "id": "20caeee27c9644ce9c36dd6206453598", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "61b1f9ae1b5f42b394b197996da68bd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c9ca8d35890e4a9793f5b17b198151b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3266c1b1e04349c3a0775bb25c69e47f", "region_id": "RegionOne"}], "type": "application-container", "id": "43dcc43b866c489c9b5df87efb131306", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7b04b13a0d1446d8ac9ac33f4c96f17b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fab7c123b3e54580802f57859ef906cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "502dbf579acc4fdf8cd1173dbf90e71e", "region_id": "RegionOne"}], "type": "container", "id": "a0baa97342474279a437b3ca1d48c040", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dce819d1e2a6400cb1880b8d7be094b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2838c1ca45e34f20ad82df7c9c92083d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3fefe5d44afd493ba0f52d059234921c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "07731817eaf04e1c8112fe522d0bc452", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5a1f78db898f4969809bf84ea026e1af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "95264b6c5ed44a6a85427c1d9d96c1cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3ee3fdf893dd4943bdb43375ad197412", "region_id": "RegionOne"}], "type": "rca", "id": "d6660260477c424dbd5ff51d87bbd3d4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4f3a260c600b423bae3b5b409edb8b86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "cfae02a1362c45d1871bf631403e2bc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c1e26cc5bf704e75b5e6d42575c0ee3a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "3eca29374518447091cc5e8be4b38a0c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "89b4adec59da4a07b3226078057572e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "222f5efddb6a4148b741a9f5278a9f82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7282d70988234feb834a56005a852153", "region_id": "RegionOne"}], "type": "network", "id": "1a3fd995d0e94f55858bc7d379725a92", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1382b7ef208146109a9d13306e655f68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "68232484919b46a58099fc2dc0d69ace", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f3b15425b9ae446f9e89b2b7374db83e", "region_id": "RegionOne"}], "type": "backup", "id": "e6bb5bb27cfc49f3bef3de641df103c6", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dd2a0209d7944ff2a46a72af309e15e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9035da674d9c43dc8aa18fba418c0de6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3c9cefcbd66b4bdb8e691ec9971c8f5e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "3c5ba0a6956845b3b4c24669eb64e336", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9f39354d9c5c48179b0e37ad1ed5d47f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2eb6ff99320a4a9198c15fde8e44be11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "39e004aae8214bbfa84ff304b8913389", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1078508aa0854202afc5fbeeb13aa7ee", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b734774045a647f1a470da16844fbf8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "467387b8972e4d719ea82fddfc8ffc89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "50e4bc5e519c455ab8cee8dabd06081e", "region_id": "RegionOne"}], "type": "monitoring", "id": "9f4a631f6e4e45c0b5efcf020b91a9d0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "747e3e40828446c5a5b41fb9681ec5f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5dfe4ad7c5a443158250b3843b23037e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "df29667dd60a47df85125506e909cb86", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "af195f10616a4be3ad648d171eb15ed9", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2d68229560104195929f62dcbfd52525", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "bf87ab09fd26412c83606ae2b2dc53f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "948c93bde2dc4467ac16f27d9c881913", "region_id": "RegionOne"}], "type": "placement", "id": "d827aba8216e40debf4a478a74d6b566", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "763e88c1a68d48c697cb788f6bc05334", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2de6968571f14e738311f32c1320de8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e65db9bfc53746c390ed9d835b18ef7e", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c94e1ee9838b40f7897cf13a1179c1d0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d0799a1f20bf4da39dc60eca73d41860", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0d268f601e5d4edc9ce0300614c5dd74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5167e6e36f1c4cd3b5699fdcc9b5109e", "region_id": "RegionOne"}], "type": "ha", "id": "cf5bab53a2524ef4baac1e0ca9b513b3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c840fe6f5a804fd488150b2de054c9c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cd8c2614571c4d29939adbd8b62c2176", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3c3327b51ab14aae97e0660df102abe2", "region_id": "RegionOne"}], "type": "reservation", "id": "6bca631e534a43b3a02cccb0a8b9c93a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b7f64063fdef40a89b1e20a0f4a1aa4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3e3fdf2f39ab4b1d85e8244ef8139439", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5bbb988ed6a24284a02929dc92a6afdd", "region_id": "RegionOne"}], "type": "function-engine", "id": "77ae65c42b9e4f24b86379d8b134603a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "39da7907e62a44b4810349fa4e6c1be1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "377b0475b5c241739c644da7aeb419ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "14ebcebdc56843acabc7f85228560a5d", "region_id": "RegionOne"}], "type": "accelerator", "id": "1c6b981b196f4928a71b22b6f6053346", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6c4d16d6310b4e3a92f7586f65b8a2a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a0ab5e746c1f4ef8b013c2b3c979d9b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "84ae09630cdb41f5b7eb6b31d6fabdfb", "region_id": "RegionOne"}], "type": "admin-logic", "id": "44c3ef0011e1485fbf310f9540d7e737", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "aa6e0aa0c8c34dc08b9d134f74cfa2aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e8d0e5b75f93426c94ffdaf7c294ee51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "da703d71ce29490b97b6c9d398d4ab1e", "region_id": "RegionOne"}], "type": "registration", "id": "c64a5da663234d67a3e487ca31749f15", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://fake.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f294d952dbe14be694f592fe9f3a8a77", "region_id": "RegionOne"}], "type": "fake", "id": "015b84c4c390487682f71a623629bb46"}], "user": {"domain": {"id": "3824fcf187c642e49385236e935bb6fe", "name": "d67fe7f1ae2b44fcb80785faeaf4cb47"}, "id": "0dc0a0d3941f43c0b9abf489f2f3cb4b", "name": "19c586ba68b641898bc728fc7414c34a"}, "audit_ids": ["e341ac627478418fb00d6dfe2c04ac19", null], "issued_at": "2019-09-19T09:04:48.908126"}} {24} openstack.tests.unit.test_exceptions.TestRaiseFromResponse.test_raise_bad_request_exception [0.067348s] ... ok {25} openstack.tests.unit.compute.v2.test_server.TestServer.test_rescue [0.077183s] ... ok {10} openstack.tests.unit.object_store.v1.test_container.TestContainer.test_set_temp_url_key [0.282504s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,175 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,184 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,194 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,201 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,217 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.106988+00:00", "project": {"domain": {"id": "6b1fa7be55fa4ddabc9be91b345ae8da", "name": "d82e2f0579b2494785d61ba9796974c5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "9569443247114e7884b134e5b95fa8a6"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9c8c4c8491f840798ab2362aba36b6c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "61d9c60f049a491da717b551b1ed4cdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f6019144160647eca7b0ef4a20dd1f3d", "region_id": "RegionOne"}], "type": "identity", "id": "810d4e58db354032b8cd8c0fdefc0c99", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "21577b200e0a43b988672a93f01bae85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "96cb4ded9f7b4048b32455c3ea936524", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "dde5f22aee2e4cdcab8e039d3e0afc94", "region_id": "RegionOne"}], "type": "compute", "id": "91679c219a63435bb2403eae8007537b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e5774a34f4544fe980ffcb27fb072328", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b21fdd7ffde245bbb311d16aebed29b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2e5fc914a679406d9209ca384b9b22d1", "region_id": "RegionOne"}], "type": "image", "id": "8d4ae43667114cbdbd65175e521e2641", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "dcace05bde264bab999f72fe6521183d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "39e776d9638643f5b2569935c31fa479", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "51e454a9feda4bb3b42c5055d3596ddb", "region_id": "RegionOne"}], "type": "load-balancer", "id": "4b9ff9fc41c5453c88c27ca998dd88b0", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "778597bdccf04e2e92465620178e7bf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee329598441c4d75b2d238f56656fad9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3304904c2782422594b61e0134b00588", "region_id": "RegionOne"}], "type": "object-store", "id": "8d902b9e46974367bdf213f1f7ba18fe", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2656fb6225964654abb53019af90f4f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1b337a75aee14e6ca664875077c9b356", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7de3fbfe136f450a951efcc04535fca1", "region_id": "RegionOne"}], "type": "clustering", "id": "ec2954ad547e43d3af34366a3b206627", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "efee5d9b2de0407fa779168f39775da8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "afa0033201e44d0cb9914aac6307a271", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5c054db524a0431d89f10dba460671f4", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "72cdba7d5ff04e89a0198547996c1420", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2d8f6ead669d49bfaea3270e8dec8968", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ae76f31bd09240d5af3b6aa3b2b00ab3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "39f31493848f449f91e5e227a491f61f", "region_id": "RegionOne"}], "type": "cluster", "id": "f89369aa844842b280c8ca3ba7481da2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ca9035b18af742c4b5ec2d9cffa317b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "37e1d72ffed046c591889997d5480afc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6f84a868eb0b46d29f714e8139511393", "region_id": "RegionOne"}], "type": "data-processing", "id": "f310586809b140288fab93ad791a6dc4", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0a485a715767453bbb6a04ce1e6ce999", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "77dd8f30790f42f88a2ae97a2b19e7b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "173356576b7e4296b55d09f73d13b457", "region_id": "RegionOne"}], "type": "baremetal", "id": "602cf493aede47a4abc5b7538d872ab5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fe907d1517e2471ca43630f4249ed17e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8c9b4637d65b406490a58eab7862790b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6af5544a291e48b78a58c6c30d622bb5", "region_id": "RegionOne"}], "type": "bare-metal", "id": "465e3bce1ff3464f8f216dd52743eee9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c1dbe248069a47e39838ac62b925c836", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b19d0d4895504fee9ea01f0967071e0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "385c1f3c4cd94295a9ffaf8305ff86fa", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "368e264f975b49739363891de45d9321", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ad35e1c5eb474fec804bffd11fcc5d56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "82f1b8e1c512488695947c4e055a92ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5ab3013419394c438fb3312ec3b76766", "region_id": "RegionOne"}], "type": "key-manager", "id": "316ede389b8948149efc5b8e5b1f5118", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7b9d8f422a984cd8a2b5500d0eb8bbe8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3512c342ed174d75965fe01bee5b42a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e6a8b12569da4e46a84f7f9ce2eb76b4", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "30f46ba264924a4ea2e21fc0f88043ed", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b7ee42b80883494192d7c3bf08dd5163", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8dee5f90074549bc9406a9d3278a0ea6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e66e4382269e4d5785244a58ee1a183d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e170876bfc6440718cbc2f9bc5bcb937", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "863c77c643f64fc69e6f5713c3d10b80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "39ae31244d2f4480904db5a28623f27e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9ebd62868b5a49fa95a1a115a178669a", "region_id": "RegionOne"}], "type": "message", "id": "e9fb5abfe13a4e49831a00bc46fab20a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4f252d25ef0744fbb8086287bf65c6f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c203810a7063468984d2937e08485777", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f34a6f52407847e2bd93f1bb1b9ae0f4", "region_id": "RegionOne"}], "type": "messaging", "id": "628dac274337484294d3fc601f9fb99a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9c81c2ccd12847d2bbbbce27a1a316af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "14e1b18d7a074e6688ec2aed578bf559", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f9f74a920ecb48e6a657988ddf2967b1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "5ea17b68848c4ad59b7897f7d3276463", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "51e9db0919d841668c66d5785d635656", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fca3d10e46944169b93b72ec5e28a720", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3cd3fab126104eeba0693c9680379894", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b03eb9324a6c4c90b90174d28c34f814", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "783bc02ddc164a88927a7acf610e71af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "859720fb339a4a5f93c4bc040f8fca4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ae48cf132d624f60b9c07a9cef9fd5d2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b30473de1ef440acbf9c542f884f6bd4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c00d21274c9b4749b34a7e60c2ae753c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a905322eb46c4b37a1512e750a6c3bcc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a046d49b0eb4b00ac36d0a708e0b24a", "region_id": "RegionOne"}], "type": "container-infra", "id": "a7e2bd256bdf4f2bb6c03e197e32ddae", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "36a8835a400a48748bbd321b1992abf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "812eb19e999041648a7db7a3e79b858e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "027342e1b75e4e2ebc6e73eda692f1c6", "region_id": "RegionOne"}], "type": "search", "id": "6332d9714663477fa2549cea1c567bfd", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "8147c7581d1f4eb3adfd9a8c7540f735", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1c4ac918172a431ca1c60f3ae6162829", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "5ce410e96ef644ed9d0a600410e61ee9", "region_id": "RegionOne"}], "type": "dns", "id": "f1b85b401cea4dd0b7a3781c4d808633", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "98f4f62722c44cb891f4241dc508437d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1ef9d7b76771467ab1cb444d1a7c155d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "250f9de7622e4ff5895eaa1138422603", "region_id": "RegionOne"}], "type": "workflow", "id": "d9495b4cb60e415fa077163e4b7595cd", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e212be9f808c4f76a97113e1403586b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1c75c0af719943d58ad0670fe23ca9db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ec886a88c739465da39031e880d592c2", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e6f64599db2245318c62d936694b9392", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "88b83aa476854798a52de2e5eec9050c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3bddf81e5f1747dca413fa8c6fee5e1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "fe7811b68a574cf4b3d9d9ee25d586ba", "region_id": "RegionOne"}], "type": "rating", "id": "a2567b9e4a144740988374cfa18b100c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2c71ffbed4bc4b5f8eeecd638eb0654f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "75c99670dfcc473f976cd1c7ebb9a3e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "61d5dd7ed16040a0a864d370b81fd697", "region_id": "RegionOne"}], "type": "operator-policy", "id": "dee76f772e9c4a38b1da429835926e2d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bada618943fd45c595490adeebd2e5c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f547c92516f144ec9b7fe84fc6fee6fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4d81958ff9584714bca3741dd14ce60a", "region_id": "RegionOne"}], "type": "policy", "id": "5b71395a641c47b2ba7722c707e4e603", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6f71c638ce754247a8fb8a66c17d6717", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3b4df47cb39d410b8534c9fa0a2ce6f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d3b49994188b4fcabfec2c431f4a1f8c", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "326dcc1210864476a02d89238dc088b2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a29f8a1dac7e41e4934c61f2dbf5cddc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6a3aaa0477b944c992324fa18e0a2439", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "743e0cef0e3940bd9707b27c9b85af44", "region_id": "RegionOne"}], "type": "sharev2", "id": "0eeb0ff0416f439fb353c70d43bd29fb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f99ab4bebd4b45b7b668370860a3a561", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3b2d01b3fc1d4355b6cfbcf0cd532e02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f6c032da1a0f471c921bc22a9a284770", "region_id": "RegionOne"}], "type": "share", "id": "b92dd44f919745ac8471a5e4f58cc621", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "47596379b0344c318837b8f4c0b0bc18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "83a800641f6f40d8b179c33bc32c88ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6e69c84045784234891280560fa80be0", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "df3ef934b5664007af7b85ae59daf66f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "373a6435583e4690b77c3756bec2afab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c80508f406e54f27b45a263247f5f529", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "30770bafbf67424285cbd98995d1b7bc", "region_id": "RegionOne"}], "type": "orchestration", "id": "08c612a8970b46cf8741f9f25f92623e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8f3c4b726f34d6d8c3e5df6fbd7dea4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fb101fd3d8d43e8bd25a1bb7a81f7ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a57ca6cef42400981c04923ff7fa248", "region_id": "RegionOne"}], "type": "block-storage", "id": "2658ee9a59d2485986d0516e28e2a14b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eaca5514bd23465cb1e97f7f7eadcdaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c702e3ffcd547328784ea883894f352", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b505f70b512c4fe39f0eefa6c1476638", "region_id": "RegionOne"}], "type": "volumev3", "id": "46f5e2e9228540508065066a5d5ad70c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d58a5adcfd1d478eb5536a17ac86b369", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f74180502a3541649170f95645b24505", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af6074db39a24f5a8875b9c1a6367386", "region_id": "RegionOne"}], "type": "volumev2", "id": "4a3915a524f2482f9a381db4d7ea25d1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad163cc4857c4fa1a3d8d9fa4010d3c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c1a2008004824186bf213b11978a3c5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9425be5c11f148f2a3cf964c8cde9074", "region_id": "RegionOne"}], "type": "volume", "id": "8fb9b73168ba41389aa6147c22dab3bf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0451e6ef8a94c9f91427c9555275b7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ef206a547ab412b9182779939c8594b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9331c2b5f0604888bc2085150721d1af", "region_id": "RegionOne"}], "type": "block-store", "id": "96e161ce1d1546f2bfcfc2c865e6a20f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1be4190f8d7042f8a937c6819740a564", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "853e397906be4de6bc8420694f80b54f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "caff99ef97134f11ba4b6de607b633a4", "region_id": "RegionOne"}], "type": "alarm", "id": "a0855fd03f934d21b8b69342571d1e19", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "56ebba7603f047f4b57a07b7c9032352", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b04543978523454dad131138968afd34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "743149b20ee54d6e8ceb793de4a78279", "region_id": "RegionOne"}], "type": "alarming", "id": "02d78a986b6d4cecbfad76d4aeef8583", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bda951ddb8ff4ca88e2c7686c18cf84a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d35f2b6748ac4f7a8a2ec82cc1c3cecd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "adf570e73db14cc59664d7ea61ec2c81", "region_id": "RegionOne"}], "type": "meter", "id": "86421a938ddb469a91df19f2604eb404", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "367303c492e34bd391270f3e51d175af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2ccdc442b41444a68821c732b7c13b7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "619e51f602c243b4a5008ded7804875c", "region_id": "RegionOne"}], "type": "metering", "id": "5c1e5f5703e549e495f3abbb32a4b9b6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4e209c0b36f2469391d802a90f274077", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "95251e16db98483e982d2bc1d14ebf6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6fe3aecb1c24458f80190109e533ceca", "region_id": "RegionOne"}], "type": "telemetry", "id": "2c6cf32515d740f9a4b1cf832ef2f264", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e8a7414790384ffdba73603013162a47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "326b41d2221b4169b98cc17541279b0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "85e77a725ad34c618de0e1598736cf5a", "region_id": "RegionOne"}], "type": "event", "id": "348e8c0345384310af6eb508f7cb058f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6d0d322a1bbc4f8ea53808945552806e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "dd10fabe76394b94b5da9ee63d6f6c4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "46fe3a3f6dfe46318d2a9c3a43add651", "region_id": "RegionOne"}], "type": "events", "id": "f75a7fbbfd7a48558c27d0a5532379e1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6438abcd24654a2b993b10c9c902512d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "16125b1c7b2e4c32ab4b99a26524a75f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5f266ef3b6454b7685fa4805f02020e4", "region_id": "RegionOne"}], "type": "application-deployment", "id": "aa06f8765e8b42afa517fe860befa0f6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "00f9228185b94190b46c42af3d88fb55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "76a775ef8ed146ae82d1657109cfaff9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ea72c674971d4ef4a46f84c7e0f45599", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ffdd103f497b4481ad22c96215a5c553", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "961af7cb91a448e7b787bb241ef00856", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2f01eb6f7eb5437eb4fc800bed38292c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ce1c14ec54f049a8bec3342931e53685", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4415b554b95d41b9b937e24e83cc48b7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dd220c3560ed43718f7ed3a9d7ac6791", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e1429083c51f49d9880c804d718c078f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6a945c2f227f427990f7cb2d76f40501", "region_id": "RegionOne"}], "type": "tricircle", "id": "72f48d990e164b6f921cbee357ede7ca", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "42d2a9671c4649bbb090aa690a8b978e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "fb441d5ac7bc412897d4b54932b9eb9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e83ee292594c4219acbbc7c6ebce357e", "region_id": "RegionOne"}], "type": "database", "id": "d6dd21390fc444909023872367b626bd", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "67e3e19d582047e1839fad8cbb71b471", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d7430bba51e044dbbc9418321196370b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8d891fbff6bc434b978fedca016d3bcf", "region_id": "RegionOne"}], "type": "application-container", "id": "8f736c295beb4676921f2a3c7e5a3896", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "519b8be4ad1142ae8b8d7cad9b1495aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c326f9efb5c34ffca00dd26ff894fb26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b02dbd4815704f33a27be95d85c08a72", "region_id": "RegionOne"}], "type": "container", "id": "9b8af06dd8b748488c017254e6fd9c40", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bcd6aa846ce94e91a6dca16dab7fa726", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "45872b57e7f04628b0bde653c6632f25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "759d2910d62849c3b7d611377d04c1ec", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "78abd61f54ce44e89bb0af374512fbfc", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d93b8484e8f04c61aca587f02c7ec725", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1a6108f9472940f2ac38fcb974f63fe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0e898b6937f844fbad5b9d1702bacd0f", "region_id": "RegionOne"}], "type": "rca", "id": "7d6bcf8d5228441fb11f57a5dc13fd27", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "05553051a94d4633a637b04f1e131a63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "709b62decd6f4465b7d47c65d716c75e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ece4d27355634ca0b61e1a475ce0074e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "6094ed08d2f3456b9c5f5f381aa0599c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "68d33cc31f874fcbbcf67cad99c6c58e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f6c22f8133ef4a698e182c5abd17ffda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "87ee03f34db246d88cd8994190896de5", "region_id": "RegionOne"}], "type": "network", "id": "5c76424b70f9412c99d2f635a873d2cc", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "42865cd7116142b2934accad8712af3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8aabca489b9541788da57614520f7b8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "1597290097a84721ad60dcd204429fd9", "region_id": "RegionOne"}], "type": "backup", "id": "0a788dc64091407fb81a900960686fbf", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "82114988f4da4638aa39d0ef40989dc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6454bb5e48604411aaae9e4ad9180d73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7268188029c0487c9792bea7c732ad75", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ade64ae146d646fcbd31eb946db88ac2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f82a81a3968641d586c30f3b46af7b21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3577be0e14c64cfd86f5578703542577", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "62dbae7d47834c42972d598e76114c10", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1e82eb298a364f95b28fdee10c262c79", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0dc6fb8491464177ab6b8ee7e75749e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "be5067428dbb4e619c4289564d0b8c11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2ce7a78b941e41d59db50d7a7d5e0a5b", "region_id": "RegionOne"}], "type": "monitoring", "id": "2fec5a12c97146a5b232494251880225", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "79851acf1c5f44ea87070c8dd278db7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d93d503a22f841fbb31e4d6b046a2cd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "412b6a6a93e243f8b1d4e2833394761e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "09b66d7f9ee944bda0a0d144868bcf93", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "6d9b7e6eeed24f248fb9a365ac9c33c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7d20e76f5f9d442d9dc0f5b8cbd1c120", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "23ce79883fa448aba0d27d0129ede9dd", "region_id": "RegionOne"}], "type": "placement", "id": "63417182ca284f36baf57a45be0dab90", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c255f892e3e64a3587f07b4cceaff84f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c2f6a096c2ca40a3aefd837990449791", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fe2a1d10778e45b9898db99442910530", "region_id": "RegionOne"}], "type": "instance-ha", "id": "7fb2ccc3bc9d4e4e9612a8f182d81a8a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "14aed4b54b90412699f880853c7bc699", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0c5442c5c24140fd8ecbcfaa2ab64f2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "198f61bfb3e84998969713f4360c42c6", "region_id": "RegionOne"}], "type": "ha", "id": "347026f11bad421380b3a81565ee32c6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4e847e79dbcd429ea94c26c7d90978cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "61661bbdbac84631a2d760d33226bbb7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "4af1fcd1a57e413aa21f2112c0263600", "region_id": "RegionOne"}], "type": "reservation", "id": "ff6ae560098f4878959a1c806c09381f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bef9d35dbfa44469887594a6e005ee19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "24d6dd67211e4fe9a668f2ce285ff6e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e4435c6c61eb496bafe9088e7a4de78a", "region_id": "RegionOne"}], "type": "function-engine", "id": "d394e1ae7096467b9aaadf0da5726670", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fa4c9de1416d42cda92ed3fc560a817e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0fb1fd76983441779f9969e42dba1c90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "cb4396b02caa4870980d5f194a66f376", "region_id": "RegionOne"}], "type": "accelerator", "id": "cb824917123049d4bd098d429decba59", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b0b772f64a964dc48560f8a543d1c66f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f1413245bdba4dee846c25f3ee92b20e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6336288e14de42ac80140ef26c846d0b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "afba240b5a72420ea0c5e3188c81db87", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "15c0fe08da0846239b1baf4309d4c9cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "29369267b06a4f27aeec0f34ef014dd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6b227dd274ff47c8917a212b91b62443", "region_id": "RegionOne"}], "type": "registration", "id": "1f98be00b1f041e0b1e2179713e4bd24", "name": "adjutant"}], "user": {"domain": {"id": "f5406977556a49faa002e59b6fc62467", "name": "e1b30f03aa1b466ba8edd12d78539f00"}, "id": "76ead8cd9e9746c2a33a67ba0e042ac3", "name": "5a1564bbec4943978728629e10374a42"}, "audit_ids": ["aa4cd257150240d8b6e41b3efeb11ca6", null], "issued_at": "2019-09-19T09:04:49.106988"}} 2019-09-19 09:06:49,333 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_container.TestContainer.test_set_temp_url_key-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-Container-Meta-Temp-URL-Key: openstack.tests.unit.object_store.v1.test_container.TestContainer.test_set_temp_url_key-3" 2019-09-19 09:06:49,343 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:49,368 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_container.TestContainer.test_set_temp_url_key-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:49,377 keystoneauth.session RESP: [200] content-type: application/json x-container-meta-temp-url-key: openstack.tests.unit.object_store.v1.test_container.TestContainer.test_set_temp_url_key-3 {8} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_agent_hosted_routers_list [0.073196s] ... ok {6} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_stack(name_id) [0.061479s] ... ok {13} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_receiver_get [0.064834s] ... ok {30} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_agent_delete [0.060065s] ... ok {14} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_rule_find [0.061471s] ... ok {19} openstack.tests.unit.workflow.test_proxy.TestWorkflowProxy.test_workflows [0.065989s] ... ok {11} openstack.tests.unit.image.v2.test_image.TestImage.test_import_image_with_uri_not_web_download [0.236526s] ... ok {30} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_rule_delete [0.064580s] ... ok {8} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_rule_get [0.061446s] ... ok {5} openstack.tests.unit.test_missing_version.TestMissingVersion.test_unsupported_version_override [0.168706s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/service_description.py:273: UnsupportedServiceVersion: Service image has no discoverable version. The resulting Proxy object will only have direct passthrough REST capabilities. category=exceptions.UnsupportedServiceVersion) Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,364 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,376 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,385 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,396 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,408 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.349519+00:00", "project": {"domain": {"id": "b4504c59b5a4430d8ee4e6d20a9157c2", "name": "58b1b7f197464fb0aa284ad6cf1cbf47"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e36915a15596452685c185526adec07c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://example.com/image/", "region": "RegionOne", "id": "e637bc87250e4adeaaeb68ee8f7d95ed", "region_id": "RegionOne"}], "type": "image", "id": "8187e572c987472091462aab04869c0c"}], "user": {"domain": {"id": "b22852f6a3314c24ab9db25c8b65daa9", "name": "78ce247318994090ac66a3b40095dd56"}, "id": "96c38f5e4ef145a786f7a417dc4a14f6", "name": "db611059ea3b4847841bec9021f8f9b4"}, "audit_ids": ["09be28bfcf814f01b667e747c021d7e7", null], "issued_at": "2019-09-19T09:04:49.349519"}} 2019-09-19 09:06:49,418 keystoneauth.session REQ: curl -g -i -X GET https://example.com/image/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,430 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:49,439 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://example.com/image/v7/", "rel": "self" } ], "id": "v7" } ] } {25} openstack.tests.unit.compute.v2.test_service.TestService.test_disable_with_reason [0.065565s] ... ok {16} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_port_get [0.058901s] ... ok {26} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_template_with_stack_identity(stack_subres_id_act) [0.058448s] ... ok {15} openstack.tests.unit.dns.v2.test_proxy.TestDnsRecordset.test_recordsets [0.064326s] ... ok {12} openstack.tests.unit.object_store.v1.test_proxy.TestExtractName.test_set_container_temp_url_key_second(discovery) [0.313241s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,027 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,037 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,046 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,055 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,075 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:48.957634+00:00", "project": {"domain": {"id": "28b46363a4474efdafd4a42b5a508fba", "name": "c17ecf87227346bab4754042f3975ae1"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "46b985ec7a9644368f42ead9b6387eac"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4874c0dcc8fd4099888a5ab84247f24e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2e2204ddb5c04542a020fd465232001f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "12f2a1f0c6774222ad6f930d1b754683", "region_id": "RegionOne"}], "type": "identity", "id": "abea7fc09e864779a5da9ea23505b112", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1c81795ee7ed46e18ae1c168f8989ac3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1ad4ed7f4a1c4f77aac3e20d263f6686", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "5b025f74f99d4386b05c260a0659ae14", "region_id": "RegionOne"}], "type": "compute", "id": "5adfcde371a9426f99cebb2467f85349", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "99d0f2659e394db1ac3f5be11db26eb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ed25bd861cf041e7a89e447f33330966", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e21d108eaf874bf98620cfd000e6947c", "region_id": "RegionOne"}], "type": "image", "id": "62272dc838f4461eabe4a9eaf5253d74", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6b8755b3b43a438f9988aca9e37b9307", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0a51b45a812b4116a6f305ce3db037d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8d25664c820c4c769c712ee36f24ab11", "region_id": "RegionOne"}], "type": "load-balancer", "id": "cdf321d58f524a62b014c483ae2b97e7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24a4ea7386cc49fe8958ba9014776ca3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ede4b012d93343f3a7bc9f410d204ee2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af0c3d0079d74b4a8134721304e59e6d", "region_id": "RegionOne"}], "type": "object-store", "id": "2f88c32a6f014f58bb5fb98b39bcf1ee", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "61c926ca9d7f48f4a171c70a27a54b4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0a233db2f8a74819ae7a480cc639d1fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "78d7abb303b148f78f4a412da7d78ef4", "region_id": "RegionOne"}], "type": "clustering", "id": "50bb3186ba604f478427280eadc6d526", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "be417a9c929e4961b6e7da47b285c32a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f61ebfa89f4b4e75be9e68ed6cdd555a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e1d840c9da12457ab4d9eb9d1d9c2c03", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "922a2392d5ba4eeaba1d106d386837de", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "23493147b67e40e28cd7c4085e3cf397", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dd5d0eae2e0b4c98a996acb81589651c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f829cdac87c040c69761ef0ff3425692", "region_id": "RegionOne"}], "type": "cluster", "id": "07f3d3844f6344b3a2675d9030b2feeb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e580bee0ee4945ba9227cfae39011676", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5fa9e5a2ba20446ab63368b2c92a998f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d004fa3bba044efda3429273c913fe74", "region_id": "RegionOne"}], "type": "data-processing", "id": "6fd324a587b749c7837e589c6be0f104", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d8b6f42e099947daaa732da7a7a11e61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5473f91ba1bb4944885e12c1a390a1bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a8d899a9af984a9d8562c7daf6fe384e", "region_id": "RegionOne"}], "type": "baremetal", "id": "ac2caa8574354e09850e3859e66cb584", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dff01a66b9fb4512b982dd57b5d8b571", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "396df90afe194441b3cc9cc78e1c469f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ab05d09f4dee46e4b81ddd271cf249e3", "region_id": "RegionOne"}], "type": "bare-metal", "id": "8c53a13aec9845bfac921101f04b0198", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "80199804bb7240e5ba2160ea8dec7ba7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0a5c73382c6d45e1940b4cc837a75c7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "017eb863d783471c85d2db158dcc2605", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "02f823c5356e45b9bb092ccd7cdb7b5f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a74aa5025cf34e8cbf0d6bbcaea92dc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "aea6cfab35dc4dc6a47c0b0b12cdd0ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d557b4d38d5646a386fee744deb03b51", "region_id": "RegionOne"}], "type": "key-manager", "id": "094fcc155f904f63a81f8891488fb5eb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c83b7fc41c9146609cbd8a1b5e389eb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4fec393ef88e41029dd550bd1a4289b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7fa4519d13974ee6bae1f46d87e4e366", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a09c666749cb4d65abf8c44b210704df", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "36bea3ac3fbe41df848e5f181e96c8c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3c9d568c5c3744afa11891f1489824a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "23d6e52838ad43e699ede6f71fe4936e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ec0f499e784d4e29adb3da573c6512fe", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e5843e28ceb04ed986254b7d8e36418c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0ec6efda0aad48839bfa8ce1f44ea9f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bfcd19bdea8147bab752b18bc3d5181a", "region_id": "RegionOne"}], "type": "message", "id": "b2d66424d72b491da121a0b50001d038", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d72e037316ff4923ac7c0b7f62c02b77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "89d3008ac43d422484bb39443392bd94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b424ae67d5de49798171710e1eb47062", "region_id": "RegionOne"}], "type": "messaging", "id": "d0deb5314f814f628693012953b42aaf", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ed6ec7521c094b2c9ad5b342f26b378b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b42e2d5db0754ab38c97072475b1621a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4ff57ebf58f74d978b03b3533060ab8a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7314402d5cbb4ff88d87ade7be6fdca9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f567ffad0e2c497b86334a492d977633", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d2724dbd3e7c4af187b2fec3ac792d9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eb236cb93a61457996e9a6e1eec8ab22", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e7054ba9d6b549eeaa70d7ff6611d858", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d2769276fec54c05b16256efe586aeb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "98a277aa8ab349f2af3fda8f1d136367", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce797644ed9f4e4a9972f4971cca14f1", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "44d108d34161426898d3bcece09dbf24", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a31c654d9afc4019b38ac1b39e2f3254", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a276916c47e64c7b9c20855f2f95f187", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f2d2f8a84db54d4285ef10028d6cc819", "region_id": "RegionOne"}], "type": "container-infra", "id": "2cd51fce377f469f8056df2070d353ea", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b8832d0b34b949aba9356d1548b28276", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "1fe15fdcd25042929aa2862414b7330c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "7e781914fff741bca6328dbfd4b0637e", "region_id": "RegionOne"}], "type": "search", "id": "5835d4232b2e4e529488a7cc70c02557", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "7b5761a904ac4cf29c0af885696944b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "96a6c50cc1e04c00a5c1e4b208ac3f0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e2ed0c29124e4f3c862346599f8a498f", "region_id": "RegionOne"}], "type": "dns", "id": "48eee8b953fa456abc42d21924f9c14d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f311ac2cf2d2428ba105366231537b7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3e9bfaa1d80040378653e5d26befe716", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7db1d72308e84688bdc0dd3e5e2f307f", "region_id": "RegionOne"}], "type": "workflow", "id": "24f0f59ffb6545b8a3cf6d7696704426", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b85f038641974bf3b8694c62a3af281f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dc3f53c8dc06416a841bab443803ec63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "310c159715f24486bc2c10ea26a82142", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b335087dcc844c96b1d1a437b43aac1f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "982f043c47ca421f9a0fdd8507d15f10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7142217eddcb4d709f77f052b4f91e96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "df0e82f4cfa94650be9758f128a93ab7", "region_id": "RegionOne"}], "type": "rating", "id": "62d9c4973d7948ac9fed381250e4a9af", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "aee0dbce406041af9d2cae97fb8cfd79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c9f239b8f4bc49af9e6b7f3794e1dd54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "41cdd1eed1b44a048c77b86433bb64b9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "b1165979455846a5b060e1925d57a83f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c72ff1f5801b428981ad79aea1f366a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5802077ddf634cc28a8a0aa3770ff278", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ba82027329a641d4b0427ee439e4436f", "region_id": "RegionOne"}], "type": "policy", "id": "e8404af3cdfe46fabe6c2d4de938c905", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "68f6c87a36f745fa997202cb99a9d07f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e04e17d7beca4d0fab548f6c89dabbb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cd5c82b88197425f90316167de2483c0", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0946f1a9f8b94044834e58d405f6a06c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "91469c77862740f1aa31e930098bf983", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f16dbe4ef500455f9a1ed8ccd642af20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "523dd8b09e0f4d92bd59f8c3e302dc90", "region_id": "RegionOne"}], "type": "sharev2", "id": "98956aa5e9a44602a1e8e0d3389fda1d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e089aa2b95454eecaffaee3a31246be7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "02023fa43fb242db83249d754a209c0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "705e5f1bf3934703a1b0b0820906e9fa", "region_id": "RegionOne"}], "type": "share", "id": "6bb18a78a20f45f78be34a95dc133d90", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4dbadb462a10461aa21032984f0438a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b8569e70616247a88365c95d415b7b3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d5a8d0e72c8a4b31a799fbb8c6601d2f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6be410def9fe45c0bd4a3f43f804697e", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9266f1c38c7944ec9ec6f15ad53bed5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c13871a6edb45bea013e9c01e023c5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "429af0cac53b4b54ae5426d3350ea057", "region_id": "RegionOne"}], "type": "orchestration", "id": "37a9700709824949a0b4b8003a0e6f76", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42160da08c87408294306734969b8160", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "641f581856fe4038a949c5ad09c6ded4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f2015357ed64b0ca0541ca55a5aefff", "region_id": "RegionOne"}], "type": "block-storage", "id": "9038dd329d08445d8776ee4d8ed35fa0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69e613a05e01493f9f80fc530a1db1bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7446ea89cbaf47bfa7d76f330eb47198", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6760b1294b994cb7852564e9d488fcb3", "region_id": "RegionOne"}], "type": "volumev3", "id": "affe17ec933847e28b725fecbe0e75e1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cdb6840168314383b93a31e69008cea8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bdfc2b27121f4784ad02abe05bf0f9f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "313aa952b7844cf78d2ce7cd790fe1a5", "region_id": "RegionOne"}], "type": "volumev2", "id": "1780ee828b0d4d5cb7d64d81fb49a19a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d9cd513316f47e4a975a6b46536a4d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f04bfac2781b41d1b37ea2fdf46b0447", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7f8600b5ffc4d73b852c78d2b5f0e11", "region_id": "RegionOne"}], "type": "volume", "id": "e8f8f753c4a94e098addf21fc40f6b8a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0c9bb3366474c2087c690e96b7665c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46433a0bc4a84e47b20fba5313757cec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8dede44ca679411e9bb717610bd3e200", "region_id": "RegionOne"}], "type": "block-store", "id": "75138af80e2e4d6fa04f8c30f6e36984", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cd36d4b7901b4cc2a26ca463c050fbc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "44694b449a254709a404f50bbe9e0457", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c335b664591c4bfd9e701a6ebaa6cd1d", "region_id": "RegionOne"}], "type": "alarm", "id": "d19c15eb02d348748dc6610b9a8a4752", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fd387d2191be44ca9e9803abd7fc125d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6f9583334c5040bc910c4c6ba7035d4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8e9e1a97c59a45119fe81da9b82f3490", "region_id": "RegionOne"}], "type": "alarming", "id": "4e481e5ceeaa49ed9dcc9490285c5da8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "00b668e0fb1248508bd681cd88d66bf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "57dce7bc05da40f093de6e12d5baa4d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8ad05815698f43298f875e37706f1433", "region_id": "RegionOne"}], "type": "meter", "id": "adbd703c9b6e433bb761e28768594b10", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d226efba61c342f78df09356a1c8edae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2ecc12e3ec7f45b998602afdefe5dc78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "32c4c54a103549219ca8aef51e9f7a13", "region_id": "RegionOne"}], "type": "metering", "id": "dcea0524a3f34e46b76badbd97b5e68b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "38dc02f153c44e90afdcbebd4ec5a0aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "00930f1a7e1d436c9e91d26fa6f78f0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b1e3bfe13b754c9ca7bfda4bd0c84c9f", "region_id": "RegionOne"}], "type": "telemetry", "id": "70d7867c03ee4d16a0b6d3a6ab004137", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e5214a4614ab4ffc96de2afe8b5f2863", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e94e583e68354aeea0e68fd240a84852", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c7b1ee0a1b094620bf547a15b5637c00", "region_id": "RegionOne"}], "type": "event", "id": "34b2e1a160c746fcb7f983778270c163", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "20de59e202a341b9881ad0c0da3ad93e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "479911e7b75d48c18e88912e58e197f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cedbc495cfd14793975742dfea2a20a6", "region_id": "RegionOne"}], "type": "events", "id": "038d4006fa384a2bb12828f5c21a9482", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f62ce3389e90420b937e996cacee924f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "641bcda16a984f039c52fa528a20894a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "cbb6c1d61db146acb2170553382c865d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "fce8fb76474143888f84b8ad1537a3af", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "33c58dde07204293b9eb3c834803d862", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "038c68b15c7841a08159580064ccba32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "88edb41f1ba04d408718a40930455dde", "region_id": "RegionOne"}], "type": "application_deployment", "id": "34a12ba4ab7f4fada7bbf9d4416fd000", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "66f2a942353d457db3c5ee12eca7de60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5660d11b51894570b8360dbc5f0c5226", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3eb22e5ac2f44fa3a55d78d6a5dbab5a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "452fed48f2214d109503abc0f128e7ef", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0cc944e028b448a0894a9a6ceeb93cdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "786ebc77469e439c86990bc49d19f279", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6caa3522bb7b4110a285f5d49ee139da", "region_id": "RegionOne"}], "type": "tricircle", "id": "7bcbb27ab6df4e00b7b63f105b82ba97", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "becd2448f3864c8ab6e7c99cbd9a3e4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a071c593c8b14dc2a9edfd5b323dd361", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "561edbc3b39a49a19688fc91206d9017", "region_id": "RegionOne"}], "type": "database", "id": "da698aaa426d456680d54a98b291111f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cbd0158cffba47c7b1bb3945d565cf5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "876e34d6085b4f87bdb719adf751818f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6a2c177e79544140a973eb5845641da6", "region_id": "RegionOne"}], "type": "application-container", "id": "d0015d28e88a4faab7d5b8a9a78d6dcd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d97516d2092a4715a7dedfa4395b9406", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "801d3920085e4442b7dd848404b401e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5f45d02c01ae4b85b3fe0328787fe5e0", "region_id": "RegionOne"}], "type": "container", "id": "e5748d053f4c4469b25b02203a5c099c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a13ba5c4b211462c81b5377d9a0d8216", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "63e7224c72224ddeb00268685fd4c3eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c26aa2111b444155b5a697947c676f2a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "267bab868af346a4837b2929bb7b5b96", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "354786589c4a406f97ead903e29ae705", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "37f6795399354047a3a71b150a238460", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "aedee240456843a9b6a82b7ce908512d", "region_id": "RegionOne"}], "type": "rca", "id": "2a3076fb7a104fd381d687d4865c64d4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5a0c13c4460740f49b12b24aa266245c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "063a0a5fde5d423cb072a480ba77c284", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a0f871168f3548f490bff47da6851212", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fa78c7ee780d4a499501f2a470933e98", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e56c398c2f7f46d6aba4fd9cb61159d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "240881a059f24191b64aea02df9e947b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6b3d810d06e24ebeb3de2fd555d0368e", "region_id": "RegionOne"}], "type": "network", "id": "9c656513c1e9484aa20aad7a0d2ff102", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2eeeddbce1fd4ccca46c0cdd239965b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "64a4b1f2bb064d1ebda697fef0d3d4e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "dfbe79c0739f49b9941f766c1c2fc4be", "region_id": "RegionOne"}], "type": "backup", "id": "b78ee7d38a604b8097d64375c9e83178", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "214b779023b64576ae41c61855b4b2a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9744442a349d4d7c9e594c6b1ccaad50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c8f9bf595a0f4cd7943c386ba1a29c5f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ebfb151d81cd4e00871e3c8b9cff9559", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e90999ca6ead455588eaf8bb95f05f2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "77db00c1fb1546669968df1db23a7a25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5046195e04be442da5f5aed4e48a678c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e33a83566f3e45bba9cd8d854b0bbb65", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0c78a790f4bd406fa9ad5efff789f849", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9be2be20df4149418a77fbe27aa853d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ddcc1dafbc4e453e9bb14fd6dfd08413", "region_id": "RegionOne"}], "type": "monitoring", "id": "76fbcd922a20468d8a6add37314011f0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "684e915b9c894d11a17981faa35b7564", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ce33f7f90bff455fa79102dc18d29165", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5d54a95941f94a44b9380d7ac141fdf2", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "886ec7fc8335425d8436b4c28fdcacd4", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "08b6e1e110104c149cfb7395214a25be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1b5c4827579040fb826ccebdd5eeff57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "804da9f158614aafb84687dde37e7bb7", "region_id": "RegionOne"}], "type": "placement", "id": "ad4e44de36fa45aea0773c0b348dca83", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4ac36066d0084ed6809ec2b4cc75305d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "33c7fe02fea54252be8e9079f9d9a6cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b47c009e7d9743d8b76fa2eb97745de0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9c28e72c682c49f0ac0becb4913f1fb9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "920638309bcd4a61b7789e6ceaa01320", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "de1b304581994f4e9f2150d629fec761", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "51c205650d7447bf9b5a25323443e0a3", "region_id": "RegionOne"}], "type": "ha", "id": "60ff808e0e5c41438d2c3e54fed532ca", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e114f4d668044f36a356277b5b05495a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "74e57c134a41431ea5e29f559e9c17ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "01c498cd2bdf4155a5c84415a26c95db", "region_id": "RegionOne"}], "type": "reservation", "id": "c1ced33287f0401c8b5b89542a16890b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "560ac12343f24f96ad0e23db75b5e676", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0ae70425c9454ec88fbbfd40642554e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "bee2b7783b954b76925ef926b1298ef2", "region_id": "RegionOne"}], "type": "function-engine", "id": "503a901a3c0b4eddb733e81018371d52", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "04333a04c047409d868835f4f707badc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e71523fdfcf54b9bae2d87793a099161", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "99d0036fb6d443fd9f21aed8d36a1a14", "region_id": "RegionOne"}], "type": "accelerator", "id": "22a63b7c1a93465ebcafb471de38dd07", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8eee2570cfac40ceb44e8933681c72e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b9c4cc92ecbf4ff6aaa6535337ea15bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e9ce1877d5c741888282d43a38bb37c3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9740963cc6d44cd583a2e2769361ded9", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2d495904c242430ebf508358f7c5e94b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "28ca1ff874ed45a78615b9d9050032e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7c6735a315b34487815386288eeef5f5", "region_id": "RegionOne"}], "type": "registration", "id": "f26351390e384967a6b9f0bf698f2d55", "name": "adjutant"}], "user": {"domain": {"id": "08f88b0f51d0454ebdbd3dc10b5b422e", "name": "6fd846e233854eb2910f0c3b3f2fc5ff"}, "id": "eed60559474a4169a36678f94f1fd692", "name": "ae02c1d26b0b4a9fbd0434045bc23779"}, "audit_ids": ["2f0f7515d27546e388915e105f21d6af", null], "issued_at": "2019-09-19T09:04:48.957634"}} 2019-09-19 09:06:49,209 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_proxy.TestExtractName.test_set_container_temp_url_key_second(discovery)-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-Container-Meta-Temp-URL-Key-2: super-secure-key" 2019-09-19 09:06:49,222 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:49,247 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_proxy.TestExtractName.test_set_container_temp_url_key_second(discovery)-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:49,257 keystoneauth.session RESP: [200] content-type: application/json x-container-meta-temp-url-key-2: super-secure-key {14} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_rule_get [0.040532s] ... ok {8} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_floating_ip_delete_ignore [0.065439s] ... ok {23} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_template_with_stack_identity(stacks) [0.073712s] ... ok {21} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_segment_find [0.066997s] ... ok {31} openstack.tests.unit.orchestration.v1.test_stack.TestStack.test_fetch [0.072731s] ... ok {26} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_template_with_stack_object(event) [0.044041s] ... ok {11} openstack.tests.unit.image.v2.test_member.TestMember.test_make_it [0.066314s] ... ok {6} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_stack(preview) [0.061421s] ... ok {0} openstack.tests.unit.object_store.v1.test_obj.TestObject.test_basic [0.169066s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,053 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,063 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,070 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,078 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,097 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:48.986943+00:00", "project": {"domain": {"id": "8477a3770bb84da7ab32ffba1b1cf1ab", "name": "01e99a80a9ea4c00af4d6a0e8218bae0"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "12c130fb966348018005a05902abd272"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8afaacf3c09846b384631ec7826c43ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "47cde447495645fd8b177a7abedae190", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5efb261fdbf44e4a8b49cf07e16cbe27", "region_id": "RegionOne"}], "type": "identity", "id": "8f07fca776ea418abf1ecc0fea3f3219", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3578bd4ee192415ab3dff15f8e1caeb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3338bc01b41745fa9170276567504bfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "334b0ab702cf4342a0a47549089c73f8", "region_id": "RegionOne"}], "type": "compute", "id": "7a86d183c2eb420883fcf58f584b6dde", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "bcfa64bf8b214827898ce7a239b2d13a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "05af47c25d6540eba8df93e0bdf06879", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "5c4843623c5d4fe481847fe07da2de5d", "region_id": "RegionOne"}], "type": "image", "id": "2087aaf1fc6442109cbddd777be02e39", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "8dc86103bcb54f31b899d6e23f5ede93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a6db35954cef48cf8d8d7ca48a65d594", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f02b37805a7d4dc280e01048d6f5b787", "region_id": "RegionOne"}], "type": "load-balancer", "id": "2295b186f9a94dbaab60ec83f09a1c59", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "144155637b65406b80f31a0d6e625ead", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6260d9c648f6440b8441a7d36812a2a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9da6432eaade485a8aecab75c0c06af8", "region_id": "RegionOne"}], "type": "object-store", "id": "f21d32707cdd4cc6adb98bf75e6fe86f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3a84abdfc0524bd1a6067f7dae46e0d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "75014a4ebcb64f68b3ae8a2b5a16e055", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2ec2190ecf2b4f99be28ca8a0093b40a", "region_id": "RegionOne"}], "type": "clustering", "id": "4f9bdbb2aa2840f999903d72a0fa8f54", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6138beb4db7d450f844277dc8d923708", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5b20a5adc5154aaca7c00a3fdfa1575e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1a7aed4709304d0bbe682370d300b2b1", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d1488908813c421a8974bab0d612d0cc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fde81d145b464629ab8e899de8486955", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bd2d918ce3ca43c5924d7e2989b8cfbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8aed27e9cc7648d8bd315a048f62a299", "region_id": "RegionOne"}], "type": "cluster", "id": "32b1bb9df8a04b0bac2c3871f61a3728", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "134efb55e8d343f4b6863c1c4163a58b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "03643a7c15414f0c91344d233b26539e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "97e3e83c211e4edd9977da6482390ba3", "region_id": "RegionOne"}], "type": "data-processing", "id": "90045ad155f74d449f01037634dcccd1", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1c504110003a4b0fbebcfbe021da2ade", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5471ab3446f14bdbb7bd107380e47259", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3ff3265b583b478090aa42602a160ecd", "region_id": "RegionOne"}], "type": "baremetal", "id": "8256bca83e454560a90637e153d880c0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e131d2a511524d919e6a5ad5a76115d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "63ea928e5feb45218dc5eea1209836b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1e30a6269e1441f3a04a1e39d1dbecb6", "region_id": "RegionOne"}], "type": "bare-metal", "id": "486730a274c247ec851207f0a171c8ab", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4f20cd9d9e9f4ef5859a27aa46185383", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "705322395669494a8f06ddaaecc5d8f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "377f782ea9b042eab28bef025c14572a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0b988b8c67d34fa5ae4daf915fe7b595", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3a68f8649ff94017a7acd3cd5ed53350", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "032c3af4d4fa4e7a8ab0ffad088c0b65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c80a91170477488cb04859bee1cd6178", "region_id": "RegionOne"}], "type": "key-manager", "id": "e478e782db8a430295ee4bf9c8268a83", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0f11efe937e14be9b30504ab579a87d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "62a00f01acb248c28351085e1f91ad29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "92525bd17da6410a9e602a6bb0694047", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e160a22f9f1e44fd8b486583f38cb723", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "23e794a10ef34dd585779bd8c2a21c17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d1ef4469177a4b5a8c72ca282dfda904", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0768afb72dc747238c1f17101e125bf0", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5e9f7bf61e074735b6eb3a1c1cc58427", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "629876d098e94c7f9533446828001ca8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "934b4253e59e4b78b6037f09b33279ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "391ad7a938e543edad97f9f7eff40dde", "region_id": "RegionOne"}], "type": "message", "id": "a18a39b267de47f0950f635d7f7d9c12", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "99689685094a42db970453e38af4970b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ce38ca43bf2948d48fe8873ee8024f6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b58fb1d56c5c4ab7a6ff65a93f748f2f", "region_id": "RegionOne"}], "type": "messaging", "id": "3e8b2fe82b244f9784f047931380ea62", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ecdeb8b70a824a348718d4673dad7a5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f55ee491d66442c29a11514d30b7e5eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "67d2ac27b5c549d9b94b49abf22197cb", "region_id": "RegionOne"}], "type": "application-catalog", "id": "05cd92c224e44db0a4abd92a873b69c4", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b3fc9857efcd441594bf4e997cd4e65a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5152488237ba4d348c0efe630599a1d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b566cdc265b84fe49c5ff9c563a4aca4", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "03f12d84a8e8402e907923bfdcb45160", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0a2e56c1c45947ffb5fc57e9fb39b180", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "704b1de66900460bb6404005c7411594", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1c5263e8f3144e96a2d07e9ff773fa1e", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b6a7d443f91d4ce4a21a98b3d8d6ec30", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b1602740ad1b457392fb7a6a9755acf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b534f1d3bc8d47709e6152d0dcafedc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a2bdaacb0084e9ca7a99f7e0d384088", "region_id": "RegionOne"}], "type": "container-infra", "id": "4d6491f0c9e943d6ab80c1bc7d55179f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "da7e8e1089184bd4801e8a4ee89fda95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d3e11f775b0748dab795f678e04b0061", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a4736ed31b6b4a0f8b754d9dc131e084", "region_id": "RegionOne"}], "type": "search", "id": "96ef4fd73dc0451b88d11fd55089a91e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "019a8e07b9e44f629ae9a5b2beafb42d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "7f816966ed3c497facc208d1854d3253", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "cb7d460e44f34dd2ac30712238d6cc35", "region_id": "RegionOne"}], "type": "dns", "id": "615edba04ff940c685ee6ecdc8a5b0b4", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4bd62ef3ca244561ae7870887405cd40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d9eb289890f94f6a9640385f1d377ccc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "178bbceeb89045fab2ebf7e66626630d", "region_id": "RegionOne"}], "type": "workflow", "id": "cc741f91f351431fbe4099ad44cd334e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "74cd001f9d9048bca0374e713c3b9865", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f8d7c0e8f22e482088d8bc4f33554ef5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6406f70602014f21b9b7641fd3d6d4bb", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9a9808fca7a54da6b3936fd3968e4f22", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "647f290c98e54d3fafcf93fd774144e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4a5373ec752f4b799f07d215a9e3c54e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ad4e34cba89e43308a912d139dd69598", "region_id": "RegionOne"}], "type": "rating", "id": "c2adc3f2a11b444e86fe2d9df3b65596", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e8ec3329c58e41638f0da88786058f71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "19b516d0dd724f2ab231e273de9189a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3891a8214b364158969f40773d5761fb", "region_id": "RegionOne"}], "type": "operator-policy", "id": "03a5d973a1c5464b8ce9e88377611c27", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "19228d28d3c14eeebacba0ac61453002", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b8b680b2ed7641b1985848c84d5d2b17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d5f40c3226bb4e9ebd60ce99932b0e17", "region_id": "RegionOne"}], "type": "policy", "id": "fbd347fd4fc04803ade921814c73971f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a4bff3cdfd984da6b51029a0cdac41a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f850564895094997b675cede6721ab81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8ed5c2a734a0479c9f49314f75ffffc1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "bd47341aa4924f9bb59849c9f066a917", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "70d76ec295e74726bfed1809636cfcd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "788d7e39715e462b97f66bd35aca11d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9dbf372282e44b949f98af4321099bee", "region_id": "RegionOne"}], "type": "sharev2", "id": "7c7f62b6159446dd9ed237582b231d21", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9b94eba7b18d45568f07b2f44516f472", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "862c9f7402304300b651ab8df7a0689e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ad0bc8918277425fb7eddf799d11bb36", "region_id": "RegionOne"}], "type": "share", "id": "b2d073f1efc24d66a5a7293328db9835", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a3ff634e19ea464d84ae2f80993d2f99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c3fb56e6e47d47c7ad9037e58737318e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "64bff153efa3405f92ee541989a99133", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "61d2b9af41804a07b387513026188e62", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2234a146e984a5ca6a53277ce549809", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b713fafb58b4f9d8b8ec87e2bde501b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae24785629ff48cf88746bc7fa413519", "region_id": "RegionOne"}], "type": "orchestration", "id": "155a38557b4a4924852a47fee145b75d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb6c87a7486944c0b2695c30544bc894", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4035440a629435384f36deaa1a98774", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e645a0742ad45d39de231c92ed41515", "region_id": "RegionOne"}], "type": "block-storage", "id": "97024003f5c8485186dfdecae39ea145", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9bd27455ebe46f7a2cff4087fea5f11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8312be07cf784668a75455188b661a3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d9aaeb96e1a4813aeac1e8b504d805d", "region_id": "RegionOne"}], "type": "volumev3", "id": "09ffeab943a84a668ba0b47df7520c9c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20274db037884bb99005ace7dc5fa1d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d939a5cefa0544e094909b49ee3afb3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a42f3d8815934272a9b360a4cd3dcfb1", "region_id": "RegionOne"}], "type": "volumev2", "id": "7f49cb1d27244997ab4c45cce00457f0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4bc4d16b50544c629a1cbc55bdf43297", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a8aa34dd99e4345a1a6d0fa9ba2b692", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c65f1ad1150748b3bd8dca7798883885", "region_id": "RegionOne"}], "type": "volume", "id": "dbd20a7225504d3e98a906d8f3df1b79", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5a7b70ad7824f4495fc4b84243369d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e696dfda726e4692a276ebf56b9c16ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb872fda6b334083a42a2deaf51d9b37", "region_id": "RegionOne"}], "type": "block-store", "id": "6c966445247b440bb7a30a5184521e55", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c0e3ac8fa1164e5baed4854dbe9106c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fa862098f8114d818f8b85878ab99cd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a62134fb4ad846779f1c03e3540dc208", "region_id": "RegionOne"}], "type": "alarm", "id": "1d4dd0e575d348ceb52252f11a6b15bb", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1028beb6d3374c9fb708f1d9c3eb3152", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b2f1f6b7299244e5ae548cae81f777c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ab0844b30e694a0ea1fe76e1d277aedd", "region_id": "RegionOne"}], "type": "alarming", "id": "30e361d2f4bb42309fa0223a6d09fb0b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "df8cd8b9d58e4c889797424a881ef421", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "33215123f817477bbfe997693a841e7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "dc47ae552055423fb1b5f268ba4aa524", "region_id": "RegionOne"}], "type": "meter", "id": "64f514ebeb7f4dd39771917e3eb21b89", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b2e4449b0076419aa7a02f3c4f395baf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f6998cbdae744ac0aa394f6fc87e234a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "470bf29612f64f66b53a43a95630a70c", "region_id": "RegionOne"}], "type": "metering", "id": "ee99c2632d7c4478a7357c61b09dc55e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2693606440d742b88fe40c540c26508c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0b547fda661b43deb459d0f28b6eae97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "46624f75377d4557ae0ea7b7ddd8e11c", "region_id": "RegionOne"}], "type": "telemetry", "id": "0e84928030d94cfbbfbda2dd3b0d6add", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "732b640ef95645ddbec3bad3920b0afa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6a1daeb7da8e4ea28c44a81a2a6e2292", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e86d0d0403644180b977d254fdae414f", "region_id": "RegionOne"}], "type": "event", "id": "b29d010407764aa2ae81873deedae833", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f8c6becec245439b843bf1107cf1fe7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6d226abc96d2443ca9146350ef2b0b51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f983c5336e8d4db2960abeb0611d4926", "region_id": "RegionOne"}], "type": "events", "id": "334a94c908ab48aab7c4406db22d3438", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "62a42b83df94407cb785418a0c4e60c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "23f4ea00660f4efb9401272952524a2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "571d247892f44442abef1b145de498ca", "region_id": "RegionOne"}], "type": "application-deployment", "id": "24b85ea7b0e948039b86ed88413b0170", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "260557ef80934451a41ed3ccf2a73ff8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "940d0c0431e2430cb76d084468908b3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ba193e69c0fb4c13ae802d499d0ec62c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "17a227a477854139b4e80aadb019f0a0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "15dfa8dbba3c40988cbbcc4f12279d34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b56ef947acef408585f56ec9ef5d0136", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ce0f85da205342ea858cac616aa79490", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2859ab2dfeb34d498cbc5ce266f2defe", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "936da29abebf4335a4bb1039d02413f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9d37310a34134b75929e289ff6033766", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cf4a6c35ce6b4bbe9010735a2036bebc", "region_id": "RegionOne"}], "type": "tricircle", "id": "24cf463f383e475c9fc9394b14236754", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2d067389d5eb4b3cabe7435a9ba340bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c4ad51467fa94dc5820282eacacc161a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "aa31a0c9911149c7a9b161a7780a2475", "region_id": "RegionOne"}], "type": "database", "id": "56a65dbe4ac449dea50b2eed5617585e", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8d5775d8a43b458c9710325f5872a3e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0bcd5e553b4e40aab47583df8efd2ccb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "efff6d0020104f88beaa140816cd28c8", "region_id": "RegionOne"}], "type": "application-container", "id": "ab21b07786914ea8896b2d943ce16c81", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b745577bc4eb48d096307da4ed84fa9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ad76cfc32b27452881f96781cb4c3076", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "915d351c3531421d87c95b802317910b", "region_id": "RegionOne"}], "type": "container", "id": "3b1cefcb37ad401ea1e858e554138a9e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d3f328001c784f10bd2f5c70cf121e66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "725e5fa13ab7436eb6c4d9ad3c590aed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8e5bdbd356a94c28a41efb84d9604023", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ee027b096a424483b2f32d70e5b86c92", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8d597f50b55840259e4c533f9e108cd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "022b48f2ea5c47189d517b48631f79ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9d5f88a1eb3344c880598d6f23738a8c", "region_id": "RegionOne"}], "type": "rca", "id": "a708de290ba84133b93d508ff82b16cc", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2909765319b749789374e7a05b65d8bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3cdba049057d4fbfa04e238d720ac607", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1e309c5b69ab431f93309633d90587f3", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "12e5eb1335584617abbbccd3c6c69f89", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "b922dbf530884be9b7096b7b5866cec8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "6dbb044ff93e471094a81d0455466d80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8ded42036e184f56a382f41a33b465be", "region_id": "RegionOne"}], "type": "network", "id": "f3590508c32943a29835a57015f9482f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "60ececdf393b4f00a0c49c9bd3a40d94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4e4f18a07d8a44fca23326d1ca7482a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f79eae5678d14d198476970eb70a4e9a", "region_id": "RegionOne"}], "type": "backup", "id": "920959fae1d740a596dc5fa0a881bc15", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8344ff38cc30479ab3069781187b83a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1a657013a6114abab1e2dd674fc6b74b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9721732bc3d14a0495cceeb5ae868794", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "f32dd1000ede41bf82563af98d54806d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bbdc150dc974432cb4e3a75f12c2ec1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9ba8caa963e84a308245d90b279b06f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c2d3335d14f242d99e1c548cfad0ab91", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f4ad6b3cb15e40029004329e1594efed", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c9d151bf2a804c669b5020afc4dda1fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2a3c117d7dc44430a449c48b3a268de7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "82b20b687882425faf1072ecfe31f488", "region_id": "RegionOne"}], "type": "monitoring", "id": "6b4dc1e8ba704c2bbbb0399842613eed", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "43a2d4bd6c26439ebc01b9333799ceae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "49bfc8c2cd044cfd9a76a10e45c58e47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8e71937b28584c9f93fd7620fe5a052e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "2104c40586144556a472ae1f269b2061", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8c994d731a394718913a723d05adc9bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1e44e1fb934342f5b57569bf982156ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8c4ccc8f886d4ba1a590a9f8306656ca", "region_id": "RegionOne"}], "type": "placement", "id": "8ceefcd710b741ea91e2fea3aab44d6a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7ea254539fc74644ac367017aa87338d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "812f6328123041b3a8cd1f78d10556b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b7806f5f4d5a4cd5842033eb134cca2d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f2e9436c39bf4656bf74fc60c2cc0464", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1d66ad49b3c24dbfaa4e9d4f50218ca0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ee60cd2c2b0c4e508c64020c568c172c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "523afc551a0b44e489214a50bbd868b0", "region_id": "RegionOne"}], "type": "ha", "id": "be919d84a73342feb1ce980e7b419370", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "69f725eda2b94dbca8be4e2d71f2bd3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "84f796f6493f4d45a8ab07b79dd07413", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ebfee90aead541c187a72cafa98118d1", "region_id": "RegionOne"}], "type": "reservation", "id": "2cb0127ece1a45f7b718eb839383d8c2", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5889a33517294389be5d9b8052884d4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1a27a9cb62d3413bb3a5ee9b0b9c5c59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "fe64348e858143b693d5da873d554634", "region_id": "RegionOne"}], "type": "function-engine", "id": "892fd9cf910346bb8ef545b1fb4e1db5", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "94d161a4243a4d6185c1a6ae53347af1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f18a43e2c60a46e3a329b58322b9bf2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a061fa0985f541bc84c558f45bfd2398", "region_id": "RegionOne"}], "type": "accelerator", "id": "8d80de0aa8a541bda176619230be18b3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c6903f2c1482487989b03ed5037becbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "71058695a41a498598614ff083d6d2b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5a8aed65a5a043c6824f37acd46d5c28", "region_id": "RegionOne"}], "type": "admin-logic", "id": "b0b98d5beebd4164a29082d8be074fc2", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "14b9a6b18fd24a43823cd3282921fce4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ca327583c9d240a780632289d37311e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2d99f894600b40d5b8a1313ede5e2280", "region_id": "RegionOne"}], "type": "registration", "id": "aae178f75a41433480079cdb3e517c67", "name": "adjutant"}], "user": {"domain": {"id": "7eee462c1bee41fdbc2d84721ec42405", "name": "e4b44ec7c9574930a85a1cae362aa7af"}, "id": "e2672b17592647af8a6dc41d95026aad", "name": "2f728507777e4dd0a922627e748f1c99"}, "audit_ids": ["5c5517235808464fb5afae8b34397cf4", null], "issued_at": "2019-09-19T09:04:48.986943"}} {29} openstack.tests.unit.object_store.v1.test_obj.TestObject.test_create_data [0.267814s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,252 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,262 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,269 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,278 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,296 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.183973+00:00", "project": {"domain": {"id": "788e55f254884af7a127f39ab7b3b5f2", "name": "79f7427c14ca4baaacbde2dbca84dbef"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "babd070e0bc64973bbaa5b8a469fba0b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "3e8959da429d40098b4052bbb56da0fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e1a8169d271c4fa190609c10fc849184", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "5366a4c7039d495c9e8e1d054a8f4f79", "region_id": "RegionOne"}], "type": "identity", "id": "0e906d944f244241b2c769920eb1fe8d", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "be1e8400e2f84106921f72be894e8cb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1b6a3fc523df41408e04446d5ede2c11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "dc6442eb1b614d188a31b1bf15a5e26a", "region_id": "RegionOne"}], "type": "compute", "id": "ccba1d7bc8d24128a79d00f5431384e8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "853efa896e6f44739238737af45b76ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e625ea96d21d425e934d2d41edcbb975", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "03360b231c2c40d085c8b425939946d6", "region_id": "RegionOne"}], "type": "image", "id": "0b1a5f45d2654fb3bf6ffb8767c3a447", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "70de1c8a47f048e887bb606c01c78b20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9800e738946f4fe19f95d23dc30b7f00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0206fad90e124cadbc1b064d819304bb", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ff648d7f88564f37bab95b2570c50e54", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8b29387d18e4811ac65b2bdd237de58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3c0743f80fb4f95b9dc01b6051491e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb36cda51f604488b6144113b78191ef", "region_id": "RegionOne"}], "type": "object-store", "id": "05117eb0821e47cdab503953ad73628b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "64a8db95ba594d739062138699d67d59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b1f1ce53edf741028adfe47234589e3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9430c268a2504324a20b1247fa2c5144", "region_id": "RegionOne"}], "type": "clustering", "id": "7f0ec16186e4456195b0200766fd5a20", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "91e52519a475458f972b24b292af6363", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e8ced08f1a2a4a88bb04f59f459a0071", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1c9c63cbafab47f7935bf21d2126d3e3", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "eb0e2e783e1541b9b23b1f6de5ab4eae", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "92d40f94303b4f5e8e082c50954bcc0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "38af354a27ee43a0801718213ec4bb57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fe60628a8c174ed1ad271ed63cbd2ca6", "region_id": "RegionOne"}], "type": "cluster", "id": "6e0fbccd797c4c17ad8720fddea9bc04", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b3096e827ccc46739b1076470308b0ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6adf81d46a9f4ac9b6429b9216f45e59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7f092c9e6c6a45f8a71e7a63cf042f2b", "region_id": "RegionOne"}], "type": "data-processing", "id": "832eb028bac143d3b519d72c494bef8e", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4a73e78a08604843864fa0a86e2fed55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a38fee0c24b444f59960bfd1045f7767", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5f0ca84f28704b7d8576b7bf2e3ff1c6", "region_id": "RegionOne"}], "type": "baremetal", "id": "0960d2f099304ce492e1fbce7f0ef792", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b777a0d87bc34d65868075665d4cd6ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4625722522ce4ebba10ef77a5a3516a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b511ded0d5c143b5875009e6f2321514", "region_id": "RegionOne"}], "type": "bare-metal", "id": "1a95502b92e4435aa6976a27f881a952", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "650200b4ab82481ea539aae71437d5bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7a1b16b59ecd4d9a912e63ffbf821555", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e123653fb15f44cc99cdf6c6fccd59db", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8478ff66a6054b8a934fd3e4b1210ece", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fc0c0cc636604aae8cb2dae024f8c679", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0aa03ffedc2243109b0d0529b687e5e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d47d12633e324872b996e58d7f12104c", "region_id": "RegionOne"}], "type": "key-manager", "id": "1acb160fbdab4f5eac3b4cbe995f8023", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b006d1fb6bbf4238be9c1a73a3c542a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7df7dea40c6b4112bc52cdae770db558", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "463b80d752aa4cd280c32d457ad5c8b8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9b0519bd41f040c89bb8b675b3af3dff", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0606c2a36dad43e58090864abc038d99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2e9e3cae66ad4a788a0bdadac3d205bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ebb4239cbd6f41169426658f619d3874", "region_id": "RegionOne"}], "type": "infra-optim", "id": "527d1ad45bfd4bbb9a79f19178478a6c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ae9bcc33074d49dda158ba21167066d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "657f74a214ae44998be8726923a5b057", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8bf355821a7f4f8797cf9a54d390201d", "region_id": "RegionOne"}], "type": "message", "id": "87998a1fd6cc4f44bb18bec75a0f7856", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e990e8e1158248b68556e542905c40f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8afb959ec4284aa4b120c7cebae73e88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c6674b9a799d440db3cb0e0e7640abda", "region_id": "RegionOne"}], "type": "messaging", "id": "ac82834669bc4993861eaa4f8c9aaa43", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f96e048fd23d4105b1e0aea9f3b26b32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4673358e2e214bf8a2b66ac933906e52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c2ef1f7d52964b099e0b0776f370f620", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0f1e287bcdd741818a0c15135122d3ff", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cbdd1301c1c845cda8bc66ceecbed1f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7da27c8f340e45abb73aac968981cde3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "051b8420300f455890108bf8291cab44", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "7740faa3d44945ceb309bbb3fb11dfe1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9d13f34202e24f64b41f36ddf44214b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2942bbd5d76549c29ec775562bf5a9a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3db0da77fc8a44c2adb23305af8683c7", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ec3418b6cb054d1a9fac3971c267b409", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f830152c826422ba97dcf25e8ded2cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fb3ea823f46549d79061404b00324c0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "656b89aeb93347bba5a10c61f8a001ab", "region_id": "RegionOne"}], "type": "container-infra", "id": "0e4452b65651439cba1004484aee9956", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e2d9c6874c1748639df4e63da8179a6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c4cfb5f78564479eafae887d49c6c4d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "fe5572ef1f364c2f8d96b7193a986a36", "region_id": "RegionOne"}], "type": "search", "id": "3a6d34377edf4a8da85882451b4f8e51", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ab7d344772194e4f80b3a1307dcd80dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "25ef75159305467b9bddb986c8eed6e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d1514e2b6ad54f85975fd31eacb32b7f", "region_id": "RegionOne"}], "type": "dns", "id": "5ac2b73ba4e74d2ebc178086f9ab317c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ca5f9ffec34d49f79fa1451b19de9d53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f0d4595e4c84431b9d2a9cf6718f4386", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "80ab305093a5442d9e15d9372523a5dd", "region_id": "RegionOne"}], "type": "workflow", "id": "dde635f3bad745feba9f8f758e78b1e4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a5c967a2ee844acab8d24a12086afde6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c794e9344eb343d890ad77e71466c8c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "26823a77993b444eabe7b8e066ff81f9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7d81763e5bcd45a8b23be960c4c6242a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "8de3b9f1fe5642068767f1670e407947", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "33760e5593384352a989abaf8722b2c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "77a65d2648ab44c0a2d98389e2147c61", "region_id": "RegionOne"}], "type": "rating", "id": "381e6c86b25b4fedb6cba82e1b60e0ab", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "37e6b048ec864b5b86502d3b72254c57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f17a26b5b17841fa9f54f40c621da9cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0c9dc5ef9f5f46f8965c39f23f664214", "region_id": "RegionOne"}], "type": "operator-policy", "id": "17d8b3cd16e44945879eb66f05c5e92f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c966663eeee44b959f27f6ad3f04e190", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1b890c162a4a424e926c0644314b0bb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e998358cd8774417b9775e7970361810", "region_id": "RegionOne"}], "type": "policy", "id": "4eeff8effc414eebbbf5bd3649e20643", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "69bcb5b08f3b4be2808b2d2fb9b1a38d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e4326a2c876843b6a1ace34d97203fda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c3ea502ccfbb4894bc06ec5b80f4395f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "4a659f5e0ec64812b684219c2dc91f9b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9df8dbcd4292441ca101f59a91578131", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "45080bb5302941379e6a2f58780a986a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9eefb6859bae4e078a37c7a5a9a7b1b9", "region_id": "RegionOne"}], "type": "sharev2", "id": "2a8dc90f37db42f7ba9bb1da8119356d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5de43abbc22447ce8ae9467997e6f266", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7249b9c7d5124f57b6e04195fec0cfc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1d5e9a48af184241b204c4cda3fc9d3d", "region_id": "RegionOne"}], "type": "share", "id": "e12b3fd1e9714d67b94e31f425d78bee", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0bcb947bd1224c41bf50f89e760f268c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "33af1b81a37446cf9775a8f5b4706f81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "44ac2c491e504b038000cab5e86ceb25", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "758cecc0e1e74dc988a2058cb33666fd", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f439ac1103b0407892ee6834716bcefc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bcba00a9dff945cd86f6fa0892cf4881", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2fcc68124bc405784584b7e3648e3d9", "region_id": "RegionOne"}], "type": "orchestration", "id": "f4318b992dec46dfabad3a71cf2e3f72", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "224c61400fc04eb2865aab28dcebe92a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d16f973d6854673936566f89147d0ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "983130ea90dd40c38e920e13182f1133", "region_id": "RegionOne"}], "type": "block-storage", "id": "bb16daea503f440b935215bb3da7be58", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5f932a8dd674fab9037b2bac5ae603a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4dd426da561b475db2bcef4713e1755b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f083c7025a8e48b9a384162dc303e576", "region_id": "RegionOne"}], "type": "volumev3", "id": "57e777cf156948648439b767f8ec9b69", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd4eb1494bd24b38a27d07ebbad2917e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d1bd4f1f3ca49789def634f89fd0406", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ebddbd396c0a4ac78b443b753a88702f", "region_id": "RegionOne"}], "type": "volumev2", "id": "b99147cfa86949bb958276896c80ee54", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6239738a38a4dd8b81c5ae31e5024ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec89ca29d8f7449bbcadf06991d49105", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "712b40d6f6684a8fbc0e12cea688d0f7", "region_id": "RegionOne"}], "type": "volume", "id": "f612c459980f4d2f9724c16c3a14dd5d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf05e4a078c64cf9b431a5d44a951622", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1e3d72c54974fcd9d785d8f20d904ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a662ed24aea4af4a76cb9e56294c930", "region_id": "RegionOne"}], "type": "block-store", "id": "90dca61f72944224900e1fdcdac74bf6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ad8ad725daa144fb83cc225b328bc684", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3117f5cf0acf4b7eb14137a56726479f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "49e1b743cbfa48e884c1121eb36187d0", "region_id": "RegionOne"}], "type": "alarm", "id": "8fa9d2693111439196b7aa5b19be0a72", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "eea65f8446e44e60b3f1040ac650b444", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "727757eebce541739b4326409b079489", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5a51a8e0a1084c32b72ba85755136961", "region_id": "RegionOne"}], "type": "alarming", "id": "029528196af74e5aa99fbe1604315912", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "76a36a4a6c0049f7884996535940e9ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f5777c6bc4754d5c9cb2a5ceb5a43b45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7d4d6cb4f18343ffb11d61f4e15cc098", "region_id": "RegionOne"}], "type": "meter", "id": "b42841da0c134c59a98701047fda300c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "86736044f1b74a37bfd3d0405ce52eff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "828a60fc64c247d68caa6c6bad661ef2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c26c16301f6a4b938de2890ed969a880", "region_id": "RegionOne"}], "type": "metering", "id": "b7cfcfdac536448692ce6aa2616794f6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "aad883441207427d929d0753af317ca1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7dbf4c6f806b46efb3aa0fbae590b9f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "af98317817654f7097937c0df966e0c3", "region_id": "RegionOne"}], "type": "telemetry", "id": "5c70535b8ec84b639838f2f59f659adb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "909ab7963f2f44b6b153605dae8a60a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f55279e7d1464ee0b8c97bb9b29d2a8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b5206a42197541c69e49caef5687a804", "region_id": "RegionOne"}], "type": "event", "id": "52e83b24e01b4089bd3912ef564ffacc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "5fc4cb2cb3a342cd9029bec047124b5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "36eea39d1c3746e8bc8793d9cee63544", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "36ce2b1ff24e42b1a1229c11ddd69c5c", "region_id": "RegionOne"}], "type": "events", "id": "c582a3e0e0034b1298bff566cf2a7715", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0bfa9371fcd446f59140b5a481ecf6e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b03063d386af405f9c0feca5ff4e1ca7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d266cface26244d2b636e00d6817437e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "dfe46e30f38d4ac0a21480ccf4a7adab", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "31944988c42047e789720fe01b69db29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "68a7d05feae94ba784a90cb595d2aca2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "053f05592cb34e09b232a6130465feea", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8e02401146c44e78bae5c271e4a6c1db", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "023b55cdb7444644929eab93d7fc64dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c938fe1e1ea14b9998ec9eeebb8ba9cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1b9feaa3764e434aa1869be5f3d46210", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "64eb9a9f59974223b6baaa8e7ae1c2d7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bbf97ca1c999452a95ff390f5a320930", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "34c4ee9026ab4e32a94ff679005213c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "89300cee776149408887addee1b26b46", "region_id": "RegionOne"}], "type": "tricircle", "id": "e2c16149ed0049979167a2119f04feb6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "8299618162d94ed888503770fe9d5b69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "931156031f4c44bfae8dd65abe695a7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "06397b56545a4ceab80a9015de61c946", "region_id": "RegionOne"}], "type": "database", "id": "3bf3156199dc4582992ac2c79207ef32", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c6992ce46fd74c639e055c2dc03db4cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "66f4d35d850d4c78983514b9fcad7f12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7ed38dd1de2948109bc531449b41ccd8", "region_id": "RegionOne"}], "type": "application-container", "id": "35c06b0394f54c278cf20b1860bf2a08", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b3d3642075ed45069e5463349934424e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dbc73df9a796434cbcc1167b9fc82480", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9a48158dd3d84378b456beb8630b2f2f", "region_id": "RegionOne"}], "type": "container", "id": "d94642bf6241429c95bc37732899c62d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "35859418d9524104a3ba3a8ad09187f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "62264da351094bbf83c3b8932b44526f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5fffbaf7520c43088ab5066ced9aab4e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a61a87396a274b73a748b918432a0a0c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "32ea902b032b483b9db6c9605e3f3ca7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7bd2927aa69048f3a984a4f51411b0a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2934aa10b3bc4cd0a3dbe9b012abeaac", "region_id": "RegionOne"}], "type": "rca", "id": "b465c542626a404ab44cc1045d291dff", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ecd3530b15104bb2b34a2ae1cd39155f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fd13f9fef582436490d7fb5e9a6e0c62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "abf89b26516a4e918cb455f889a31e96", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4f78d26ca9eb47c09cc4db6b261b9dae", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "76e04380d95f45fbab40607730a86fd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c96a91e598c34a1eb72e7f350883a6bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0f3b400e3d944b7ca643892c033d4725", "region_id": "RegionOne"}], "type": "network", "id": "92cf6c14c6454f1e9c0ad4607e6638f5", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a77fbce1e200444ba35e825167ce752b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "5d630d7d708c48b3a512298fdc33a97f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "edaba9dbb45a4bda983f5ca2308d8b7b", "region_id": "RegionOne"}], "type": "backup", "id": "787dcd258771424c81e1df2b0ad186bb", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3f80797a41ac4401b2eefdc79f6f5981", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f424d3ad571542bcb05c594e9e255a11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6351912429674e57be100bc5ac3931f0", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "17db151b77134147b60457d7b11c01a0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "075a416efeee40eb83147d5cbd298dd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1306e98a8da74068b33c1208e815d6c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bde501b461654b1ebe78c29322d08b9f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "969b801b2504481297758518d05255ec", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ee73d6b181074672a7311d0fa8f9cbb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "14cae5e70fbc40b5a6808e21015922bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "595d1837383048e9b06e29858016357c", "region_id": "RegionOne"}], "type": "monitoring", "id": "ed6e7bb2888b4b46bba63e50ebd83818", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bfe2a46e1f134ba3bafeec954a32a870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f06c5561bde24fcbb3da632e74be9c94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "83fab433ce884956b1c297a4a31accc3", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "5d68942b48f54e1b840089f587f57667", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a6592191d97e429ca19b8a4e68f82486", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7c812a0093e241cb9f92d2de79dfb1fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "bcd7207f4eff49288c6b17ea2958da59", "region_id": "RegionOne"}], "type": "placement", "id": "2b0e9990eb0f4dfcba9d450b88f469d0", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e6d93788878c4103b29673d862b41299", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "672be49bddc549f8973b1e52b7568500", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3ca14d45664944748895dcd33c129c86", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f73ddb02105a452fafe6471f1ee99fa8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "345c7a8800834a45808374be1a27d32b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "561a86fa77d949e3ba53041fcd3d6c73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b359f0a83d9047e0837df6d506cf70c0", "region_id": "RegionOne"}], "type": "ha", "id": "693e461fa53e44819fc49b7a6e192af0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "022bec7133e64e99b111ada8c8e936a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "05acb6f538b246678899e512a6a513aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "73509a1d94f7412e9c04c5e18443786b", "region_id": "RegionOne"}], "type": "reservation", "id": "7991a8018549447a98a0b90de432d2ca", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ff6362389218462e80b323cb678e9046", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5774cb85e95d4a0da3d8a0ef114100ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "6b1ce7896cc74473b2ceaa2d20b3ffc5", "region_id": "RegionOne"}], "type": "function-engine", "id": "8c56866f57fc42299202e0e001694da3", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7808914468164e949b07bfafffbe8f82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "dec0977a52e1433a94c313d1bcc07296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c30e0b0d40814259861eebbda25f7315", "region_id": "RegionOne"}], "type": "accelerator", "id": "a2f928a0dfae418db53b185f44c3ed2e", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d68df8d6bf2548528c60f560aa99d9b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8befb50dad3140c8bf1ddb546d5957df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4fa109e9e4cf42208e11d2241bd87df3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ea4c8813b36744eba9fac5e6e0dff03a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "111baefc7def4e199453c7f19ef6679b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b38095da5f944be6800adddd94d44802", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3663c8fb4d7f4130b7187429343b86e1", "region_id": "RegionOne"}], "type": "registration", "id": "861c90a6e5ae41b69ce1086a69252608", "name": "adjutant"}], "user": {"domain": {"id": "dcbc844bed734d55a98f8257705b40de", "name": "bef868e0dec64562888c0232353e0546"}, "id": "b36dc15bbbe4468a835e8fb24390b967", "name": "76bbb742a152415492dece46c434af90"}, "audit_ids": ["f2d363ce49d14bada922198f000a1ee1", null], "issued_at": "2019-09-19T09:04:49.183973"}} 2019-09-19 09:06:49,419 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_obj.TestObject.test_create_data-2/openstack.tests.unit.object_store.v1.test_obj.TestObject.test_create_data-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-newest: True" -d 'test body' 2019-09-19 09:06:49,429 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 9 Content-Type: application/octet-stream Date: Mon, 19 Dec 2016 14:24:00 GMT Etag: "b5c454b44fbd5344793e3fb7e3850768" Last-Modified: Thu, 15 Dec 2016 13:34:14 GMT X-Delete-At: 1453416226.16744 X-Object-Meta-Mtime: 1481513709.168512 X-Static-Large-Object: True X-Timestamp: 1481808853.65009 X-Trans-Id: tx68c2a2278f0c469bb6de1-005857ed80dfw1 2019-09-19 09:06:49,436 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. {16} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_group_rule_get [0.063059s] ... ok {17} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_set_container_temp_url_key [0.307066s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,216 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,225 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,233 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,242 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,259 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.150645+00:00", "project": {"domain": {"id": "40a129e86fdc46039b3e763811e23c19", "name": "f34165a8b5e8473a9653f3d66f54ffc8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "dd854f70569043a4ab01321034a4ed1f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "1e19fa42159549f8a00db643b5548618", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5139ea2db0cd4a8297c5a99f881b6a9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "d0e90366ec92411bad537f4b26d49852", "region_id": "RegionOne"}], "type": "identity", "id": "cc9294e19d11454495bcd2dc0066bbc9", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d935fa10f1224a7dac4bcea2d0cbc5da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "13734d66d5854ea59d03f9604945955f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3b0fccfb16aa47a4b0c767a3682233d6", "region_id": "RegionOne"}], "type": "compute", "id": "1ea9740a54274b98b88a8614fb9786a0", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "be824d727a924163b157524e9a321cfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "9c87c0a63c3b4c83922854b136aee037", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "82aade2a6b4e47a58567f80abd7dcc23", "region_id": "RegionOne"}], "type": "image", "id": "f151d146bcba43f3b3e62f5d7ab1497f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c44e0cb86de14020b804f5fa69c4a517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6c012b4dc22a4ea488f5d41491c04ce5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "34cba56ef14e4b6aaf8d01011214fd1e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "9ce408b1c1f44e9381c357b6c949d7bc", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8693e4333b54fc981fdbd2fa6c28bb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ac8240d7ea34d5080b0dce3d0424392", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "46ad5f606004424eb172417792c3640d", "region_id": "RegionOne"}], "type": "object-store", "id": "d8b3a51dc58648b5854bbb863deb52fc", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9f5121d2d32141cd809c1201bf34683a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "50369ee141024d759f19df76980eaa6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a2895b2b2ab7463c8b8827076ec44c64", "region_id": "RegionOne"}], "type": "clustering", "id": "6803bf4d870a4c2fb021c8cc5dfe4074", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "afa9959062fd41548aa4eff70c3c63bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d34beb1e8d6c4bd7b81cd5741b0c5e75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c9179c300c324b97a9a11b179e2cd6ec", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "78e3464d736848488097c9b6d6a2db27", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2fd3a6d1799d41a4993bc5c0f9478285", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a5b544131fde4c87b9fcde3699721aa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0419eec8aec140748782d2cd4412a3c7", "region_id": "RegionOne"}], "type": "cluster", "id": "dc7980d87b43426bb7e26f3adad75682", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "315917672a904089b982e3bb6e0fae5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9bbdf28d23064f3dae313d9b2d9efce2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "dc534a17876b470e93ccfd0d0c34c00c", "region_id": "RegionOne"}], "type": "data-processing", "id": "abf8319990334a269a1ea68f710a0175", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ef01fcface8d43a08ec6764d5704d064", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "33e08728178d45e18d275a95d887c68a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9765787ba5514ac299af2443cf89c580", "region_id": "RegionOne"}], "type": "baremetal", "id": "d71ab29479244ad1a7e2ecca1f39ccd8", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "74b774df78794aa49c03be640900823b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3ea88a9713944749ba61846cb4817dd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b4d5f71711ae414387ff627320f207de", "region_id": "RegionOne"}], "type": "bare-metal", "id": "554bbc9a3813412393ca435f777b4111", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8507607b3f9f447283aa4f02ff037fb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5646d937328d40c0a8b6af51652d1f99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ea830004979f4078b8315b45e5a645ac", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5780523c8ed141f591627d5bff4f4f78", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "57b1f94f2c5e4369b9cfd1ba0191e8ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e927dfb490be47f183347d8eb6f439d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0794b602d4a342639a3bf86c515189d0", "region_id": "RegionOne"}], "type": "key-manager", "id": "8c61d230014e4df28a6241cb86c17ed4", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "42d23272fba54dd8851d91fd89998741", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0cd0bc86bcab4fa58606fcd2787628cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "de074ae105dd4f8f8214d8ec871cbbe7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f6199d3e9a854b7e8effa4abaf576565", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6d950a518e51423b9c69d82edf7df29f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "98a433fc2b634f49a846651c0a6e52b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "21225cddd71e43a5a0ebd6cbe1f616df", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d85057ea41d54d4aacd95de57c1864f7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "044b966654b84d749f4ced1f3b55707a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "072a4a3ded3549f5a507223f7039af80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "80071ff021404a5ca0d838605eab5e62", "region_id": "RegionOne"}], "type": "message", "id": "a484e7b3fe0d45d7bdc46974786eed9d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a44f70bdaa1448b19b3a543b9e75b83f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "77ee14dbaac449e2ace208bbf2c37ffd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d2032dd964004b7cbd8affe518305748", "region_id": "RegionOne"}], "type": "messaging", "id": "128a9cf8abac446ea6749797655e774b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a93b2fe89f37401faea2f75b069560e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d41786a1fdf44b8f8867dca71ed514d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0c76a799ed0545f19421475791bc13da", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c6fa0224afb048149616bea797844c43", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68b2f86e5ecc4ab898136139e878cbf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c180840f5c7a47999124cbfabd30abbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d5f8cf40aefb4d6cb0788271a2eb7207", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4d7015227b694a4f84a11b9fac3f2868", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c9b0c1f70cf74b518f737d72241be721", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "75270ce66194457b9c3f1880c8255ff9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "da171d27a3a8450a8607d4cfcc740feb", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "31498bd6f9354a4b80fe32abe26b847e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f570724b7d5a4df797c8b6a1d753fcd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3a08def8a11f457286b79d9863b938a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8f2b5d9aee4848958d4e77a432463cfb", "region_id": "RegionOne"}], "type": "container-infra", "id": "aad11b76cb99432e831c717b5e083672", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b175efded0524e63b235e0f611d34f1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "02f2c42b4f9d45eda578e06b7c2b0b6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "6a4bd15f4f9844b9bb201508e8e94b16", "region_id": "RegionOne"}], "type": "search", "id": "684277d26e7148fa8a4d0284554db45d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ce4bf0b3a88f4143ab60a727a7a84bab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3d22cdde46d1437d8b5ccc581567199d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "18ac36b4a2644f9db929955a78e02943", "region_id": "RegionOne"}], "type": "dns", "id": "a21202600e414379a279b896b209eede", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4b2ab9b3ca6048a8926b8cb5e43ae5f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a8a4ee2701dd4aeb808abf676728bc19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3e7392750c2f4acd83df2195b5072218", "region_id": "RegionOne"}], "type": "workflow", "id": "c7ae179fad7742c4b7b1221672be90ac", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "27f27cc250224da28ce87ab5a356556b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "831f85d51e4b46f695397733a4e7982a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "27b15c4d5ead4bb9a2881b3ed9fd43f5", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e3d0a4dd89c14184a843fe77dc85dc3b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "db8198ad99db4ea78f54c69d290a28ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "de4660228676477fafaa0ba3b594b6f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0c3fc0d16ce94e5fa5c46cf82409582a", "region_id": "RegionOne"}], "type": "rating", "id": "245d87f4f0104185a039889e751c2807", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0f13c46a10e14cc4ae0eaaa3f8c4f681", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "605e253fd2124aa7bd550ce78dbd13d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4bb5550326cf4980ad5cd7ae30c81b37", "region_id": "RegionOne"}], "type": "operator-policy", "id": "6f3ec21e61c14b94aa779205b603f10e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4f6adfc4263f4c2b938363993e1fa3de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "59c92ff5b6df42efb172412b00219507", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3407e6b098b84dadb989467cae12ede3", "region_id": "RegionOne"}], "type": "policy", "id": "83997a61930344219b650f584a36cedd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1d8382cdc3df48aa8115e99e7fce1101", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b547cb2cc1874f298e330db0b2250425", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "557b1fb64b9c48c0b2f6db9918332056", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e761cd36ce5944098d117566c1c93131", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "adde87e5df6f4cda8a810514815fe7bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8fd4b2a77b6d4989b9fd5e5393ffcb53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "deaa2a50ba284d119be8491f8bb4cda3", "region_id": "RegionOne"}], "type": "sharev2", "id": "fb37d69fd50c4def854e09d1c043ece0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "04275264735d4395a96e6a6262968aeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d3600d2827c946198584be83f5f32fdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1cd60fb4d3394cd4a6d3cc0503ff413f", "region_id": "RegionOne"}], "type": "share", "id": "2a6f7652091541b3a60ff19eb8c7c403", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7baf4300e43f4d01825131e7303fe2f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "058d4fb454084dbfbaeff02ac17dc662", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f6bdc1ed83064f0bb14c39ded263f1ea", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9fe8ded66cc64342b6c3e19d6d011a72", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "831159f7055a421894ffa7ec4f547b99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0701a7f037d64f4782233f63611c957c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99c0b765bc094fc59a25e007bf1726a5", "region_id": "RegionOne"}], "type": "orchestration", "id": "b5a9dac4d1454641a1ea2ed657dbc831", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "609d04c2247b4f41811a21412dad527f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6bc2aac7f21c4a748aa0e6882af1df6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20983686b3fa448dbe72fdf3760a9bf3", "region_id": "RegionOne"}], "type": "block-storage", "id": "5e93e9538a70405f959d1dbc914b34b2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87054ad810264c0695b94b0ad9e015d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "854cbd77657b42359d0142b67236300b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3e91e350e1124f4d886c34c61311f1c2", "region_id": "RegionOne"}], "type": "volumev3", "id": "4d478c31f10a489fb0719e384f7d6dbc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c27698764bdf403b8b2f5c169cb5f770", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "675a077cf6d24850ac8f6be41c97f0db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e57d5c91331c42baa2133ce0d72310fb", "region_id": "RegionOne"}], "type": "volumev2", "id": "f9d9915c3d2148389be1478bebf51b26", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bcdac3c7a93b4c6e8bc6ec4902398c79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf9de6eae654451780cbd30b4e3fcd6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2b8d8a4e7834ad38480c2a460c83a00", "region_id": "RegionOne"}], "type": "volume", "id": "ad8d4fd87910453c8edc378c5b299af1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a90d14c677c433abe643276bcae6111", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97cade78f55e498e9e8a235e4e12eebe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fefa55499c6345698b55cc568dc9c66f", "region_id": "RegionOne"}], "type": "block-store", "id": "5af35476422e46ca9bac2412841f2735", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "450a453f130f4b7588a544be9bf2702f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2abefb6accbc4120b6e2f7801ddb87f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "651a8dec6f9a4c70989eb7051a5cb736", "region_id": "RegionOne"}], "type": "alarm", "id": "460d50019de24979a5f4aad650c2d580", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "12c0cfd5268d45c9b4efa6ba80ce0442", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7c583848c5484bfcba63b56af6ba6bc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c3ae942213fe448391d4b962aba82880", "region_id": "RegionOne"}], "type": "alarming", "id": "0910e8ba9eae41a2a512df012a2d72ba", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5c8c8abd94d542929ab2d74de6936f6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b4b5dbe265c046178da2fd4d1c026ce2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a85227713d1549cb9a732352f2ac41be", "region_id": "RegionOne"}], "type": "meter", "id": "1441f867aa0f496a95719b3f61a7616b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5c6b73d1e58b4a1689ad80ff7cf29593", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8dd4adf3941145efbd60ba56436277cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f81de89e1ab24ec882d2dc018409c45c", "region_id": "RegionOne"}], "type": "metering", "id": "846b3688ea17491aa9c3cba3cb02119c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4648dbece09b48d7a6d0b4a74b0105bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "518f2730dcce48caaee44fa0a2ead098", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1f2af586fd974b47b359de8772ec0ff0", "region_id": "RegionOne"}], "type": "telemetry", "id": "b2a648efd6ce4fe7bcb015e38fb3cdc0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7e4329d6b2be4eb0a66ec4da1968ac32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c5676432d9e949f39d022f8f7e27cd57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ac566d8b99c64aefa4c2241db519ff2a", "region_id": "RegionOne"}], "type": "event", "id": "08c8cffef7fb46638c7f842ddcd54b6f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d2d680b596e34e6eae60e3fa67a7fdac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d1f57499241742a98f59c52990868ff1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e6c0e5e339f345fea3cd6e8bb4e82dcf", "region_id": "RegionOne"}], "type": "events", "id": "5864ce9abcb248f488bf2a35b99bf689", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fa7fbfaddcde400b908bc157e0b9962b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4838841469d84fc0991ab4287e42f278", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "53439dd1ddb14e79978644b358b2851f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "bdc7eac346dd4578bce102e3159d7d8f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "faf7ff39419e45f3969535d71902e4a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6b5878a575654c11b4169c02e51b185a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c9493884580842cd93122e0046722a54", "region_id": "RegionOne"}], "type": "application_deployment", "id": "16cd9905c34240139eab7a4bfc010947", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e72b495d8395443d9e5cf0715f354159", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "48d0e1fa2e414ae3872fce0b265ca9be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "049c43298e9e445b87e7edfef0538223", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "eb7293ca5c074ee595360909a6e52578", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "981b16d419ba46d8800505a788b0a36b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "500a91c586644aca8bf4e3d7516cdd6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2e2e96efe0804284a49ce818163e4942", "region_id": "RegionOne"}], "type": "tricircle", "id": "6a846950322e4a1d99f0be637da4d903", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7ca409762a5c4568877db03f6d370e21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "ef8c50f859b4401fb3aaf19317523806", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2e0a9e9008554a0bb1273da69dc716f4", "region_id": "RegionOne"}], "type": "database", "id": "4b5545d9cdaa40f68e9a66452dc8f0ea", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1ec4bd49e4a745e1ba12d2de0f3ce3e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "51c36048120746e1be2aab923c32d7fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "86aab809e9574425b14721813edc6996", "region_id": "RegionOne"}], "type": "application-container", "id": "aa79be07ea884ee485fa20e592ce6ff3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d4dc05cbc3f44e9cbda9ef4f1e8a309f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d4a5240acadc4d82920f4bad6cb4c371", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ee6e6a3d3a0a480a9d42749874cc7850", "region_id": "RegionOne"}], "type": "container", "id": "1d8dba4b8a864109bf25e7bd837e80e9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5e50addd6c2e4b34bcfa66f3a5667ef7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b50778288ff64122a47922187f5bf5b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "30570064f29544b78ab7e57827003097", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "3ab4d24e3cb24714ba25aca1e4539b38", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e560a3d7030f492ba0bc183856e24681", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5b582cf327f34fff94ccf194bcc4e1bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f3b1930e5d3d4017a7ee781a988029c8", "region_id": "RegionOne"}], "type": "rca", "id": "fc2df07965bc4a929c1034fd3e2d6212", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e61463da09154fb8aa05c7043cccacaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ffff528b266044c58148159b42e719aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a3b8443c2fd24a31a1d5cc4434d78a72", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5088546df5ac4029bb85db766d914867", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e8d3989fe44c4dd3904d89a2f0ecdd02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5a918bdde72a4006b4e899e7873794d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0cd3c847bc084ec5a3d19093ec9faed8", "region_id": "RegionOne"}], "type": "network", "id": "06ff41ed62d8411295616fcceb2ddfbc", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "24c8b3289f05462ca25f0b4ca3c3175a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ac3210039c884b2b87788fcb7675a0a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9be1f6339bc14f0889f73271d51614d0", "region_id": "RegionOne"}], "type": "backup", "id": "bc81714dc89d4e06ab26b726b78c82b3", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "057cfa99775b48a2a1626d86b6a8c933", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "48c26d4a53074ba9bacd205c0b5914ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2602080c00824a2a84fcd8961840cf47", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "3e41fbbec8214b7b86c5afc616bd62e1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5da104ea082e4bfe86d7259f411c0c67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "835e38592b904a318c7397139abe31d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f1365ddaa4904bffa19d999ba4cf909c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "435f5dcc33184271a039d91970e30a41", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "686a0299b3fe4089a05eadfe931a8fc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "05c2f2479919476e915fc9749b28f49d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "533772cae3184accb299028d11dd1fad", "region_id": "RegionOne"}], "type": "monitoring", "id": "65d53f4eb5584ec7af867469aeb8489e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "56270ef2dbd740b4b849e381bec2a583", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0d0352a88dfc4445ad4e836b260073e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f71c0b11ac674d92a9048649cef0a29b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b240969c630444ebbe7728ae73a05622", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "7af69b7c62a9427c9c5c9db2aa713cc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9efc85becbd544988f3ee00ab500c6cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "31dae08fb6d546a3b50fcdcfe11d6b41", "region_id": "RegionOne"}], "type": "placement", "id": "0d87578a563c442fa99ebdb84acdbe1d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "103d6f69754b4ad1ab290d440f55339d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ae75328597854684aed083f04b823529", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ac116cc42fce4b66ae371a1430288bb7", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4624cd09a24c469aa728b2590cbefcf2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "91e93b7bb5324c55a36d9c11966e83ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c29be9acc8984e91b35e345bc19ac534", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8e5e1c60d2c94ed889ae6d4569e9aeb1", "region_id": "RegionOne"}], "type": "ha", "id": "4b5da970b64d44f991b6af7fe0660340", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "55723bb757094e4296bc22e6e40e60fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6d6b08b9f17043ae86eafcce3e6a40a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "74c7ac86e6104a499587b482801cc72a", "region_id": "RegionOne"}], "type": "reservation", "id": "31c5f439a4344c86997d15de065e7c9f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4e46d4d1ccab4167ac2616de35556e50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "163cd7a4198448ccbdec46e2d1b768d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "536fdde8340843268482aeefd3156282", "region_id": "RegionOne"}], "type": "function-engine", "id": "18d84cf05d364b0f8d33ca06554f8380", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "56cd730074864f9789023e0ef00a34e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "068c9844172542d5b906bbbe7bb64921", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3209332dd2504d0bad320989de91eb4b", "region_id": "RegionOne"}], "type": "accelerator", "id": "56ac61ef06664233b768362d02855c21", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a5491db5ebef47d5ac521b5953663395", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6442917090f3499084b77a8dacf0c536", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9b1a761e58de4133bcd71c8b19f78bac", "region_id": "RegionOne"}], "type": "admin-logic", "id": "79b666fa7d014a4c93761ca1b32abaf8", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2940668fdebe4b0397851ba5eafd63a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2cd971e58b0142ffbbceb4c9ceb6df76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "94697ff92fef4977b14dfa2b72b9999e", "region_id": "RegionOne"}], "type": "registration", "id": "f64fa126554944048e1f31e1e6c9978b", "name": "adjutant"}], "user": {"domain": {"id": "b0b5f87b2cce4c9b8284bd66d74afe03", "name": "598da0f204cb44f1bca78294083f6ae1"}, "id": "c5acf284084f40768a448c5f11073750", "name": "13e9b9ba06f34f078542dbfa054b7e01"}, "audit_ids": ["b2cf8bdaa10249b989b2e7dba47eda07", null], "issued_at": "2019-09-19T09:04:49.150645"}} 2019-09-19 09:06:49,383 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_set_container_temp_url_key-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-Container-Meta-Temp-URL-Key: super-secure-key" 2019-09-19 09:06:49,395 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:49,423 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_set_container_temp_url_key-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:49,434 keystoneauth.session RESP: [200] content-type: application/json x-container-meta-temp-url-key: super-secure-key {9} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_message_get [0.420228s] ... ok {5} openstack.tests.unit.test_proxy.TestExtractName.test_extract_name(secgroups) [0.065500s] ... ok {9} openstack.tests.unit.network.v2.test_agent.TestAgent.test_add_router_to_agent [0.068887s] ... ok {15} openstack.tests.unit.dns.v2.test_proxy.TestDnsZone.test_zone_update [0.067564s] ... ok {14} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_update [0.045772s] ... ok {31} openstack.tests.unit.orchestration.v1.test_stack.TestStack.test_update [0.070475s] ... ok {18} openstack.tests.unit.test_resource.TestWaitForStatus.test_immediate_status_different_attribute [0.198835s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,247 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,258 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,266 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,275 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,289 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.179667+00:00", "project": {"domain": {"id": "7518e616a4024e49be36d7faba44c067", "name": "2688af4bff35461296b4681cf2bfd146"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "56c43346c4dc466a880bcbef5e659a25"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "77a18b3822a24e328514103103097afd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c54711bfe28249008fafaf76ebc5d101", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "78e6c465ee1c4df0baa52dfd2ae354fa", "region_id": "RegionOne"}], "type": "identity", "id": "d2f57fe2ff2a4bd9be93ad6b78309862", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "639a350889b141dea1dd54aa2b0c516a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "456ef4c0e21d428895a1321fad619ebd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3c87ccab96264875b628edb7966c03fc", "region_id": "RegionOne"}], "type": "compute", "id": "e7d6c74561ca4d848308947901e025ef", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4bedaa37e6cc47c1a61bba0412ebeb48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d480836539734681974c8186a80b2b9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f388e6f4b4924bac8b275fe477d95c75", "region_id": "RegionOne"}], "type": "image", "id": "b2a69ed94ea647bf820915dcb43275ed", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bdaa6ce6c6c04b06b4c8f8290749504b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9b103f08fd31418dac4daab6bae9f8a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a7e94599d2f44ef6bee276fb6c480296", "region_id": "RegionOne"}], "type": "load-balancer", "id": "8591a2413e6a4dc3b679cc96decda23c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "548ed9d238474378bc9f68ca00679c3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e110b81fabc48748bcd5760eb1fbbd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c48d078f3f4408cb8afbd6f4e616fdf", "region_id": "RegionOne"}], "type": "object-store", "id": "5770a7e22e5b43c285ad764313b9615c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "05f129a21618440a8189663ca8924f6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "24f8372562994dea9d6e5e4ad77c45dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d22ba685171e487fa5572d5e4bec2d5b", "region_id": "RegionOne"}], "type": "clustering", "id": "21a588cd875141bd9e484e303718153f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5fde20e1e7cf496c8a25d397278056c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "15836d2d6543463aa04961181849b5df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "94e6523fb8bb4e5490a20bf15a1b6a58", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "6617d18894534962bf31b24efa140d70", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "495999ec9f7d4501b2673d9b1fe9315a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "abd1dde6a6ff47c580e31e1a9d012fdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f3800e17642b46758cf57d31ee7b80e8", "region_id": "RegionOne"}], "type": "cluster", "id": "ab621937073a4c7bac22e0ea41154ca6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "081fd5ebdf324643afce0c893329562b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a888e6ee0a64484381109a7df1aabd35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c6488bb75fa34b9099163e762785cd61", "region_id": "RegionOne"}], "type": "data-processing", "id": "a8a25b3973cf4deb914bd09534189a78", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0ed109dc2b3c4417b596f165bea3f3cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2a4c54551c0a414bb4dc3492929afec6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e6a93c378f0d44c8a4b4982cf255ab4b", "region_id": "RegionOne"}], "type": "baremetal", "id": "e7fd27b771e141639b3cdf64dd7e0850", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "471fd18af8b64af6b81312a04a538edc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1759ff95fee5436686af03277f25baba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7392f05bb3bd427ba4ecbf79dd246391", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b298fbdd8acb4aecb9c985232cb386c0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bd88e6839c2c46c1ab147ee609d258f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2c5679a4b6e7439d8a63270b18a96b93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f1635386af114e96bd2f04e33946d662", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "9d83208969234e758d0127955af22630", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c802b863f015471bb401e5ce8b78b3cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "911e07906f4b448a946b2f3ec80ae736", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "fa209fccb1a5481298543e5c85342460", "region_id": "RegionOne"}], "type": "key-manager", "id": "6e4d8c1eb7384fc3aeaa63fa879f8911", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3a624472513545b5b6a0be6a29e36929", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "68aed17384d14738a2e4cd86bb9ee5ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a1d302f854d04d4090c05d04383244a6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6422c0234ec94c19bca90221416aefa9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2abb9474c8c64f2dadddb2c8911c8575", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "57377e3b4dee441c84ec8818508a7790", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "68a253938d0d434e81b91c07540ebcbe", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a60d2a64363742678c475e1587430a23", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0da42fd96a094e478f1a3f822fc5b2c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "85b050da0e214c25ac450b71941dada1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "984ec92ffc9a40648a8ebf039fe0bb7b", "region_id": "RegionOne"}], "type": "message", "id": "0db049a61f294a0cafdef7dcd4881e53", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "88a8ee9db08e4cd692ec543dbf4283b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "faf42d200f714af9917bb8a6fc0ee69d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8d126f20dc8845cfa5cf1b14cb11cbf8", "region_id": "RegionOne"}], "type": "messaging", "id": "f667a173963d4016b52ed84048a81ea3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "485871ec30134c6586f10ac370ed191f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ce93eb0b378c41559794e05313c763fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "cacc341558bb4de394fe75b33db7ce89", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7d89cf2a80ab497b92bb7eadb0c57468", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0f39435dd8194d2bb7548fbb6caf716c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d73051e20bd0429894fc1305752acda3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f8d57de324264b6296fb8600c887dbf7", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "42785b2c37644f7bace220ad4c4348e9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "27a0f9162ffc460a869452c1606e8033", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c6d5886e20ba4339870be55e89b9cc8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e5eec8cffa7450eb078813b84f3192f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "aada0898234443b8817d74b221733fd3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fe7027b9dc8e4429beca872aa31cf5b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e5970fd90904605a4f81200cf13d2e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eb0021d6620846018b18eb7119e4be97", "region_id": "RegionOne"}], "type": "container-infra", "id": "fd2a8728ef664b2997289972970c1bd0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ca2da5dc479a41b0964a0c864be72826", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "812980a1b5804a8fabb456228757063f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "55b0598def514e92b0df4d4fde6de528", "region_id": "RegionOne"}], "type": "search", "id": "85cc20f4c6094de38d31a08a3cfbefdf", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "40d882e2814e431d839dda68615263da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "7c5b7d02b16048248abdf3223e3b41ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f9fcf791437e4b83ac4843e3053ea8ad", "region_id": "RegionOne"}], "type": "dns", "id": "739ad90d55bf4e5184568c18dde8b87b", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5d3e994117114e37abea35e2d9ef6fec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2cc6b3c0eed24a0f951814bfb7793571", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4827d405dd3a4dc485060c901d5c4ccb", "region_id": "RegionOne"}], "type": "workflow", "id": "b94ec78f76124f47919d80f4bbaab624", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1c20186a186b49dcbae0362bf2a88b56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "90fe2e399c944532b6fa2c15d4bb9587", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "99cba8cfa20f4c57a8043668491c55dc", "region_id": "RegionOne"}], "type": "workflowv2", "id": "adcfc72d9c594f10814ec621b0bf59b4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1864c3d6dbdb4d4b8ecf9bf0e44938f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "8958f6baff4248eeb37a0c666fbc02d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a5c848b5edf040d89e954df1ea621767", "region_id": "RegionOne"}], "type": "rating", "id": "cdeeae13242b4bf8b3ac2d758e195914", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7216de3a176c4dbbac3f25d239dae1fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "537f8a6a3b8742c98a6dbd8dbd0414e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e0f29265b1434c5d8b23f4ef4fc44994", "region_id": "RegionOne"}], "type": "operator-policy", "id": "b15fa79fd2584c91ac88be11c6c6ae9a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ef42d41a8572454c824d9c6c18e71787", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c14ca49150164657bd88167a98e96d19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4c8eba5be660438fa6fe6900aa031850", "region_id": "RegionOne"}], "type": "policy", "id": "e5e716bca21a4a56ad2c930ee5b52423", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fc0809ebc6b641869b57c384c8d89fc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8994207c91f041b787587d9e0f3884fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0344526b762c41c487fbec63638dba65", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ce99e71381cb46c79430c8b737288248", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d53eff5da5d04bb1a10e44b65b752092", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c1da88117e9442d5986e87e2d624388b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b0f0075a247245f7ae1f608fecc7a979", "region_id": "RegionOne"}], "type": "sharev2", "id": "9bc391d949fd42eaab0b41a226f20fb4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "759aad1237094580814e315c079fd10e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6fa34075c6d44fc4a362122e4a228643", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6e5aaefe71114da4b2d67cf977b11aea", "region_id": "RegionOne"}], "type": "share", "id": "6bab4d299f334e3da4b2c0c0f10785b9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "24acf213af164ff39882a68520011d30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2b4e5c36d14b41148f006a8e2880cd01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "7864d9f701f14b2e8cabecdcb0853044", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b7a1c44a352c461793bf253aef0f2874", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b65e7fda16b148c1ac02ab2ebd65a189", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b6c177b79784b0b93baea3234921412", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c0d5afd97c44c40890d1fb26c3070a0", "region_id": "RegionOne"}], "type": "orchestration", "id": "495fba9349a346cd90f73d54634e9e16", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb262f287e6d4016b7ab82c35f973568", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "92f685981f454f3784766a363414ef9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d301710fe3174acaba76b249d38b6984", "region_id": "RegionOne"}], "type": "block-storage", "id": "10b929bfc1c44c5288f4c1ff25a93438", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f08cff7c6ad4c7ba7b14107d02b4a21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5872adee76d046e093d75e352e4d6b19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0793181b76f14de4b1bf2a3662e0df63", "region_id": "RegionOne"}], "type": "volumev3", "id": "3ac98a4415e0402d94f2d8284199be6c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "753ada846de84909b56066d1fe5aa5c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "62225c30de1442a39c262a1b7677b13c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9444a22df5b943378abc97711f19aee8", "region_id": "RegionOne"}], "type": "volumev2", "id": "8bb58ceb6eb74b1c8ad18ef93f509d00", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01bb13bce6014bb8b210bed3ef40e687", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c31864e838ad4862b8e2058d04babc5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f7e076385f34e1fae764fe1651eec1d", "region_id": "RegionOne"}], "type": "volume", "id": "fbff55982b1649e6a8ef2f89fdacc4b4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f22fe588f329410ca5f1c328e65b6742", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "557a82fa30ba4b54a5c5af4d029a5c95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ba6b4ba8016421c85832c7b2294c0be", "region_id": "RegionOne"}], "type": "block-store", "id": "9f55ee03d3734a92a8159b517724fc0c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0e51954b668e42fab9a2b01a872ab121", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9d98cff3f9d1480daed43f9a097a9a9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a8cd94b40adc428eb417ba0b7579475a", "region_id": "RegionOne"}], "type": "alarm", "id": "df777ea0ba7c4db0bf36494fe6b73236", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f3783446f198412887ee596d61488c6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6d7919a80c53418e8e5235b0271231ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4577cca0d6d24b75b80f6be7a931eda6", "region_id": "RegionOne"}], "type": "alarming", "id": "6af6fc891a294621aa0a334c54d3a657", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7f13c5224a8b4fc88255d49deb372fc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "117376f4662f43de8fa90d511f3c89b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e727380e442d4e4398553a99f506069a", "region_id": "RegionOne"}], "type": "meter", "id": "ab6eebe7002b4a55bf7a1ff8b3a7b0d2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a58d3e82613b4151beca51e60a944dcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f906d554fb104d419946a9a7cc0c8b2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3f377d448e4d430aa575694ab6197f07", "region_id": "RegionOne"}], "type": "metering", "id": "cdb0011eaedb4cc1aae1381fdba04f4f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "78fda2f3d4904c9ea6a4385f0220f76f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3405b8ade9bc48b2b1cb001e1cc5cb58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "afa50b3835ab4cfda5a46484b9ba0a80", "region_id": "RegionOne"}], "type": "telemetry", "id": "345ce358fb3d44a3881833e607f73c76", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "53c146bdd74f48758629a2c3a5cda16a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "778cdddf2cc14a94b639859a8a2f5b2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9f32b671764d447ea147727c51b3adb9", "region_id": "RegionOne"}], "type": "event", "id": "a509dd00f83f42c298417a69445bc10f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "353114bb2d7d498b9dca082e489148c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9919977c61964056a8d5716d5c69152d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "34163e20a95344a6b0652ab3ac8b2db2", "region_id": "RegionOne"}], "type": "events", "id": "d72bc17f766a4657ace6183ae2383c11", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8f28ffa808cb4fb186327306ab7b78e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "30ebcfe2b2c046a58efbd5bbaf460a3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "bb4e340f33ee40a289fd26f6b2d20051", "region_id": "RegionOne"}], "type": "application-deployment", "id": "94aaef56510240f9b40adea72f502e56", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fcec4240994549389200395034ba783f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ae433efb318d4df4a84a9d69b14cd444", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "2a5d72b7aad341938ecf0999158da696", "region_id": "RegionOne"}], "type": "application_deployment", "id": "7547cba772ce4e72b2bc28dcf1973697", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "524928447621402792c22597888e9225", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4f345278426b4cf7aa48c0218187efeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "96ac85f843ef4940b016e4f28c7a1f13", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "49942a266530435680edbb240baa0a1a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "10af71e682ce46e790de672dce4b5003", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7395e9ec62a7487d8a57d7c15ac723c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4173ebf164b440bf81725b39b33246f6", "region_id": "RegionOne"}], "type": "tricircle", "id": "218f00ebcf5c48759aed3542b140dc2e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ecff15937a384ae38481de8079e1a41c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "27652334811a482485a35183367caeb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "aabb63991b914648a5e3ee3f891f2d80", "region_id": "RegionOne"}], "type": "database", "id": "0525941b3a5349e4869eaff49093ad22", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2e302ae04b754c74924703f253597ed6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a0849f6a3354482ba0b27761256641ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9aba0f82965b44278329302f5adb3060", "region_id": "RegionOne"}], "type": "application-container", "id": "607daa8486a94afda8accdf66811093e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "644b4e9d99214cbcb384e72cab8c46e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4553ff6c21f24e159f3b6e175c7e6bed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d40a64e8b402452b8cd2412f9ee91a5c", "region_id": "RegionOne"}], "type": "container", "id": "8240a90121024fafbbc0626d4a40795c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e0e2051adc094a20a7c120657c8c6c92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0eb6e116bd2544e98e1a0ed7b96b96c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b68723d3fb4f4a49a94e8c43d34a457f", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "56cd719e0ff5453e89a9d22280a7c1e9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f695c6fda6b648efb2486504a7730724", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a43bb4368e0d478ea2f8e8ef67b3cec3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "088c8044d6514cc4b5db1efd4ac4c95a", "region_id": "RegionOne"}], "type": "rca", "id": "e5650e8d96524340b2363e42531eb687", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "272a490542b540c6a303d0f9bc2d6a91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "aea15cc749c64e26944afd5c6454eac6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "36d2c72b3a9e436487d18dda7f55b201", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "9e18329ca26e4d98b0ce7755ed150e4d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "20a0567f1a034c5cbaf5257ec2429602", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5674db544ce1453d80e992bcc195fe31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "6ee0ddc7bd414d63bcfcc93ccf335321", "region_id": "RegionOne"}], "type": "network", "id": "1882e774d79a4a268a72ef0e05e41ddf", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "229104266aaf42f48fc77882430a3950", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b1d299c13aa14220b959f05c2f29ec5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c17c9847bb4b459c9fb343d980863b9b", "region_id": "RegionOne"}], "type": "backup", "id": "30e93bd92f924cefa7b4f495b9b02171", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d0fb829e4c2a4109aeed29b2bcfdaa8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "efd8f65db87f4707a33409fd47e3bdf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0dc3d39ec95b4a60ad8a6859c3926907", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8c764452fc5a4fe19e374d7666ad790b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "44d6a193ea564e2e9d10b1f5f059ef98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "65dee5fd1c324e6bb66c182c61ec301a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f183b6cb742f4de4947182f455bad0f2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e366a79283f448ec99269bb28b320778", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "400f339608af466ea4e835c1a4064922", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8c8cc64dfd9d484ebdd1c3f6f0900aad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "2c70ab6d68f74bbabe9303c006b6b13e", "region_id": "RegionOne"}], "type": "monitoring", "id": "33914e392007495185ed7ef3c336e770", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4fd4001b231b4bd8a409d7b0ea22295b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "50a32d589510427f9190d8e0feaad70a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6f168609cebe4c3aa2a8e1aff72a4c0e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6971dff07a034c8f8644acc545134998", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "17fc0395a1dc4605a744ad92222b9a35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "da504c77b87044b7a414580874f1cb2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ae1a0ef278b3437e97bd8b99c7e2dc84", "region_id": "RegionOne"}], "type": "placement", "id": "51022c3edd3e4e1381f63ef85a910a81", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "28b535ced0704645ac10eaf222035921", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "defa0d85a9e04a919f41a56905862be8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b45ed969ef2c41458d5c25db5cdc7041", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5d61e7b953ab4970bed9eee930c28dc9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c2de1668552c4125a364283c50de9c94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "36e27a633dd949b6896223b0f3d50295", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a8c82ca0634c4859b9c6e8f191033ea6", "region_id": "RegionOne"}], "type": "ha", "id": "237ba72e3a4c4a5a9f19ec327f7cd85a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5cd19202433341fe90aca6a5db4ba372", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "241ca5dc8fd045e8b236c98a6b0ee54d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "de8a572f4f914eea957d511d6156a6a6", "region_id": "RegionOne"}], "type": "reservation", "id": "9c4b3ce29440498f81b404cc516ba7d2", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0d9634e1ce94424ab8c70c027ab7e940", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "67dafd716a9d489695c44bf8b466a21c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1ad3293e056c474b89e5d33fe13ee69b", "region_id": "RegionOne"}], "type": "function-engine", "id": "781b5c1e69614084b16030dfddd4096e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7b0ae937c39942aebcc7456ff95dd041", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "60434110d8d04f9dbf9491e9c0aba1ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "29fbeb945b954a15b91a2ee7426a4dad", "region_id": "RegionOne"}], "type": "accelerator", "id": "7f43aa22ebb54491bed60829037f79aa", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9303ea8fcb2d4d18a35c1cec19d4c9c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5e0ec142bb2c4769af67b422702a7b76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3158239d552a4520ad66f3a13e8abb29", "region_id": "RegionOne"}], "type": "admin-logic", "id": "fd3f60efccb44d7da6165232ba7c3465", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "332d666676994a18af6f136d6c4c3764", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "34e55abcbdab4125af0928bfae575d99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "414b451ce41d4e009c369b5482cb25ee", "region_id": "RegionOne"}], "type": "registration", "id": "e070b23735644f30b1eec7abb5d2eff8", "name": "adjutant"}], "user": {"domain": {"id": "7638c15b457f4dc8852bd7622be10067", "name": "f7355a36fa1440c4a31e6f28ed3dcf54"}, "id": "7ee9f19839304fbab03cd791d8fd800f", "name": "b6195e5225b74b0c9a48fd7379fd3b75"}, "audit_ids": ["e95fbd51f31e401c970e9eb5034d39cf", null], "issued_at": "2019-09-19T09:04:49.179667"}} {11} openstack.tests.unit.instance_ha.v1.test_segment.TestSegment.test_basic [0.064904s] ... ok {21} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_abandon_stack(identity) [0.063413s] ... ok {16} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_pool_update [0.062504s] ... ok {20} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_file_segment [0.308234s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,258 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,266 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,271 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,282 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,302 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.209922+00:00", "project": {"domain": {"id": "8a6819f3f95a4e4fb7f475e8baa36278", "name": "cb573da01b504713858fcc041f3db771"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "2a36ded2d710491dbd486535f177efb4"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8d93048200ce45d6a268dfb6e2e136ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d1310fdb7e144cb8b69d2510d3c53498", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "94334135daeb41a5ade0137d78b9748c", "region_id": "RegionOne"}], "type": "identity", "id": "6aa59cfb05274c18a4598e4c73f5e327", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7e1cdec9d41a4465963b9260c4ebc5db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5f4aef158e384ef58568b59dc6e96b4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f4ffc7a852674039903b94176ee4c0d8", "region_id": "RegionOne"}], "type": "compute", "id": "dc43290a6122497daedd83e9fb5e93cf", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f1b19dbda3ad42a6bd69a8fc8346327d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "0eefb4caf4b34a519083a6eae7195719", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "bb650e3a46d84b5ab42fa6d7aef1daf2", "region_id": "RegionOne"}], "type": "image", "id": "8b12c9cf421140878d25b30330db4e66", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "95b4928a6be4442d9ee2c583eadb4e43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ed8e65df689f42ff91d838031719f51e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "bac97827b20c4e8d8a02b7d5c5d702fb", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b1f6aa1af55243d9b3c64fde5022a907", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "793716a3b1d54ad8a9552e28def99e07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2edfddfca8f34bb3a3da3ba5e5e5d609", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54b0c76130534c00b2013c7d52147386", "region_id": "RegionOne"}], "type": "object-store", "id": "bdac26dd3a204777a38b9f1489564c05", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "be0825121bb4440a95638e3a351e78b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cfffe89171e54269bb2e2b2fcb495543", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "274aee8f27b14fdeb89a9d5c2d69ae1e", "region_id": "RegionOne"}], "type": "clustering", "id": "28d023a17b9f494ab4c58de89394cf5f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e3e59f5dd34c4fa0a961112be47aa430", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6f73479ee83d432386379d5b364eba66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3f8f3159f6e540909e6ee5b3968bf213", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a21daf82685a40b7be4f91a03d0abf2d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2ea875e279804e4091da7f8fc678e071", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f93d6ed6f25b4900b025ab3dd222c6db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2180f8aeeeaf4b888f2eac38b6f6933a", "region_id": "RegionOne"}], "type": "cluster", "id": "621627a5eb174cf0b10bcb5a76ce94e3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "0c535f41381a4735a46670cc8f7619a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "eb1e299aff974e6bac7f8dd817d2b7d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "39702948329640dfb46db5de9759ace9", "region_id": "RegionOne"}], "type": "data-processing", "id": "d40b3a4d4e664319bf6180fc6ea1817c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dbc56b398f1140c8814cb44232f72a24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9dbc9d189eb84759ad7e67b85566d120", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6057677fea3a40b3ac19bcd754fdede9", "region_id": "RegionOne"}], "type": "baremetal", "id": "d3f6acfe9e934f04a4f6c8fc9075ba0d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c7de13ba1e4a4f7da2ac7d725f7ba5b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dd9c03b3ddf24f9bb0f7ac2e74eb1b75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "74e06d8ec2fb4ef8ad2a5318ae1ef00b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "08cf9b894e2f44fab1adcfbeb3a7fcca", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e05f9a3841ff4dcd8152dd4ab306699e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "77f6a11e5aef408aac7c57a88f7284ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5a8a2c0292a84e989e0c1ad534bf52e8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7552f50e6f124295b792cf0b7058a48d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "64e531efc5ae4c0593353da7f01f7b1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "83bdaa1931b84531ad621fb71173514f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "abf7ddea18214d3f987ea683ff507290", "region_id": "RegionOne"}], "type": "key-manager", "id": "f400bcbcccc245648433c743db041c5a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "91c133f3385945afb47a449af64a57a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4cebdf00ca044c509ada3c075cfbdeeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ee1d10aaf74c452ea2422ddfc55fb657", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "27eaeef5050a4d4eb43240bd21b6bdb0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "68e9d9c780d14edfbad6f85c650a2956", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "abcbf023aa574cadbdc184914c0a5721", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1511dde699ca4f19a5136f654905f2b5", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6fb97461663a4449a5541b6d3b4dea09", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8133e23a3d794963b1a861116775808d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ebcc0deb64484ea9a99ddfe66ec29e8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c4d7b7c533b84cf8a224da5ebe9ed202", "region_id": "RegionOne"}], "type": "message", "id": "ef6d809133a944aab252434cf71dd75e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "7e3ca5adbe99421c8e52b08be21008d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2e14ba6a85a84700aa6d62a7eb329d11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b04b74d98fe64abbbd81b1f7ab1f83a0", "region_id": "RegionOne"}], "type": "messaging", "id": "97a84a1a23fa421c8f0067aa180011e9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5ff1e8057c65497ab213670f81437ecc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "de6d43aeb7c74d2589e4236acf30071c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "52846f366ee345d8bfbc20f0cbddc267", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f33665d7878c4113a3a8d46acaccbd62", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ffceabac11f049e19cf69a9813acaf17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3594ac2b42444fcda88bac47dd92f049", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b6c300f1bcf4463098d3f68556a68b0f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1f6bb2a21b5b4f07bd7685af7bc92eac", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "10c9dd41edd045fb98a788a90d93866c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d7436a77605b44f0818c32e62d62017f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1f73c4303a3f4ec7a9a8290bdc924bf5", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "5c57cc1517c04c07be3493f1df81a28b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d4d3ec84c3ef4651b18476fdeadfbdde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0edcd430325b4f6793b39729c013818a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b1f184552649403f8cb0dcdcf8305cb0", "region_id": "RegionOne"}], "type": "container-infra", "id": "9676e123e7be482bafd3ed41d59203ee", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e653aab8c51646a9ab983756fdab3299", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e8ece069f49d4af88152d7463a8bfa07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "22b47e9608b443d484b347d042415738", "region_id": "RegionOne"}], "type": "search", "id": "25f507b0b817479887ca64e27b50398c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9b91a12160724f9992d23a05ed218ef2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "403d9f3af87a488a95c584ff751d4286", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d5289ac241e14cd1b14efabad6ee6a56", "region_id": "RegionOne"}], "type": "dns", "id": "a86684780c58461abe4bcf0ac31500c5", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "354c73f9789e41e0b6ede5afb378dabf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "455873f0dd9d4cb894266699799abd2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "da4118fc2d4340179a478e6349d424cd", "region_id": "RegionOne"}], "type": "workflow", "id": "5fd76b4aa8874defb4cbdba08da1b607", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d43736468f4449a591d7fde32b274d66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e1a4d4cc8fe54c8b864e7518b734fe10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "181da734e80c4655b3721b0b29fa7078", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9b90a26a99d4410da314146e47ba605d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "cc0c83aca3824e18ba156ea456a6fed2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "00155604388748afaee5e9fafcf057c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "41538af86e534c39b85400ab248d0127", "region_id": "RegionOne"}], "type": "rating", "id": "5905eeca87464363af338422dc222334", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fa4d58eb95c04146884206b867c83f85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "af0ec16f8d0c4683999d9d2ed4e43fe6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "459eee198e194ad685d9486deab88a80", "region_id": "RegionOne"}], "type": "operator-policy", "id": "103f8e68bb3b414eba6ba2885433ace5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ecf2b82bcd684bb3b505ebfd973465f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fc1d0b442e084ea3ae0119982bc6aff0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b977f81f0fbb4a66ad665933ac87ce96", "region_id": "RegionOne"}], "type": "policy", "id": "c0e31e4c7d3149438368292d2efae0fb", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1380f6a68c2f413c862a4b4a82b51f0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "20e7472400c14d7da03a38ac475f24dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "48f1e7e7405e4920b98821c7e757d5e6", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "240bf6e44f1c4a67a5b052271362405a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ec302257bf044d4b82da2cce1f319b39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "87847304b223494dae60ca89fa0feb0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c4c4ce3abcf34b5b862f3743d793ba6e", "region_id": "RegionOne"}], "type": "sharev2", "id": "ac2ea4e01f1e4e36a21cfa8836e8e343", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5d3106a4f4364976a87cfa23be70a31b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ab336548b64f49759a537ebf3ea02840", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ee4e4054c8874eff9870ebb024d8fca5", "region_id": "RegionOne"}], "type": "share", "id": "29a9157b5461414aa85331eaadc585c7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6e531a5dfd8b49a89891564f321b0cd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6c936d479654415c85280deb579128b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "140b0c54ae9e40ff937a5da28fe5edad", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "683617a4edfc40f991c61e0161ff3b4b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "770677bb4fa94c63a9d90c030a989d98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b19da94036b48b79aaedd3dab80fabf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5693ceff6b9a40468b189086d932e0a5", "region_id": "RegionOne"}], "type": "orchestration", "id": "491eab8e7f334f4986c85551ae0fed1f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b011625580544368b699a2ab73a3a93b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1ac0a2bb54548fdb63f3a65c77cb261", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4b83dce5bb9448a93917bd9facf6f71", "region_id": "RegionOne"}], "type": "block-storage", "id": "b6358ba010ac4bfab555b60099410717", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09fdecb18d674ceb85ba362775f0d5e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c8c80190c4a4e048f5eda5c9e04cf48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e086896147ea438ab6e5ee2daaa93941", "region_id": "RegionOne"}], "type": "volumev3", "id": "b38c4199c78044448969aaa2c2f2a05e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90e91a8ba83c49afb2500d18ccbfc234", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c84e5b912ba94f23a537a48d6abdc003", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf359222fa794ab1b7a0ed440ae0a745", "region_id": "RegionOne"}], "type": "volumev2", "id": "0ee197485e4745a7b26641816eb37399", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50e084957ffd47b19301351f89b0029f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2cf002f931884207a7b4a665284a5b81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e92df81423b343b8997056b251c1955d", "region_id": "RegionOne"}], "type": "volume", "id": "318c7e662ba44d2c85da4d42f9920760", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "001087227adb4371a77ddf9343bcf5c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66aa81a928474d369be807e455bb8be0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9a0bdbd0639472e990e3cfe8eab918b", "region_id": "RegionOne"}], "type": "block-store", "id": "f9b3e0bc50aa4382b5f5756282b234aa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "39252c50fbc84a7e80f89ecb8b6aa5b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "119184f2c575417e995ad3e01b57e0a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "32696ecb14bc425c9d1d99f40075143b", "region_id": "RegionOne"}], "type": "alarm", "id": "b8b6ef7b31424f6fa1f82a0946a888d4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "89ef046559cc42a9b2a68cd1da08f3a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "57a54bb9a3144cb28ce4efe1de45f6e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b7419d547f0640efa75a30b40c7069c2", "region_id": "RegionOne"}], "type": "alarming", "id": "0566e3bfecc04cbaae3a886a1ed45fb1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b92cbf0e24b74784a7b266e854c9ac1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "62fc1f300b64442690d69ed47214b1cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a426aeeee0d6478eae4ee060b699f331", "region_id": "RegionOne"}], "type": "meter", "id": "6770a06475054436bc19fd73bd7438ca", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "58bc6fefbb8b44779a565604d4848a29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d95121dbbd6d4b9dbc6da7056dc1d7aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8086d7c618534e57aced96400758ef13", "region_id": "RegionOne"}], "type": "metering", "id": "a0ac6bb6f71c41c49637d843c6a1a9ef", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "963e845866f94cdbb6549027475c9bf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4969404ea818492d95c54a45d9224022", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c960355078a345afbfa1960f186d934c", "region_id": "RegionOne"}], "type": "telemetry", "id": "8ab45d3f87064db0b101eb2fb0400cc6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fd405619db1c4381bfd96f016368119b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bc4af405ff5a48bbaf1ac803c5a29656", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "192615ee862c4bc591403a310cf390ac", "region_id": "RegionOne"}], "type": "event", "id": "7c1354fe27424f77ad8f050c2cb42b16", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c57d8058eadb4b5fb0f975835c8db98d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f10548b715524a069db2e51269d56cae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b133caf84a0c44fda27112d7d418657a", "region_id": "RegionOne"}], "type": "events", "id": "747b37b64214497ea5e93e8fbea93caf", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cb85584ea0b04532b07bd03075dc4e53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "54a4acf32e05486b96431ec3b06c552f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f6b4f1559b5c427da49cdbe71e3636e4", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2a6c770f4317438aacd644c91cc05459", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d124b8d7bec44864a2606bfd70a6b4f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5cdfb57dc5d64a5791d3b1321c9f5e83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "724cf6dc83e9465592598a40e6f66e83", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d5311ba0c916416e88ebc8955f1b841f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "78ff7013782e4c1690c1b334c378f081", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e0e6cd7cf7ff4e149fe4533cfaed5a4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3b5ad8d76e494d449567394269838a88", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "bce7ee95954648dfa4584635d9e9aa90", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "af5eddb9178c4b938d4cd03557dbec89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e4353a12fb6a43b1b000607f0e0c6eb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d9681392a25f4034b470ea1f49a90953", "region_id": "RegionOne"}], "type": "tricircle", "id": "b06215479a00464fb776a2e90b49920a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0797144bfeb34c6787fdc99146188d5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "867268bbd3e842929429462078fd7883", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "29a46262592e4d79862fbba4ee62c1ae", "region_id": "RegionOne"}], "type": "database", "id": "114ceeaff33945c8b84b95d7bc709165", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ff1e7ca6cf6a4c17b1def6c916b5f6a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0938661675404c61ac12dd240fcec30b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "837eed6a677f4b24a412e3b86957da4a", "region_id": "RegionOne"}], "type": "application-container", "id": "6afdfe4aafb645bfb07cc38795a27624", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "88fc8ad7cfdb4051949382cd76f4ea6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "434f85a00a41433fb69fb10e9cab2a3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "38b66bf67f904426a68fc147bd88773a", "region_id": "RegionOne"}], "type": "container", "id": "6233dda286394c45851cdb9c3e1bbd85", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d1f17f21c6c748b9967ad2dbc8f0a75c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7e22fb6adde44ee68df03db64bd2d5df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "88117402ab66460c96b918ce16c6173b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "baec5f30f4cb4584adf5269d6a6c5cc5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0b8fdbbaf4b7433eb9e18ee675f2d4c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f17752af0dfa4b0daf534e6221408dc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3d2af33e099f494cbc6f81749d44fcc7", "region_id": "RegionOne"}], "type": "rca", "id": "30e061df82d147d68fdb2e567e56e9d4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "cc21f4d3d79b40d8abdb0b730ae2055d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e4fd863a67c04a68bd35690ae7cd9483", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "afa134300c3d4cc286d7c9d836f4b2ff", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d8f29112a6d5408ebc494252c9b145a2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6b8ffa9d71d440f6946f30c3e9bef2e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "584cb52091894159bea6721aadde7b8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "31056d6fc63d4536a82ac85031c214a6", "region_id": "RegionOne"}], "type": "network", "id": "f54a0d22aaf14854abe446325bb86a47", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2897e6e84c714a2294d06e8388189bfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "534958fe66d84d23951eee08c89cb72c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8abcb727bc564ba4b8fcaad81b7ce126", "region_id": "RegionOne"}], "type": "backup", "id": "cce63b1d4e884a2a96b866039cf4edcd", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4430f1cc68204e94bb10aa40f073514e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d641899a8f0d4501a1577087c41bb072", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "10ce5a8a6a84424f8b833944309c3e80", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "395ad59d75cd4a0b9d254cb0508522bf", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9008b654c48d4a7ebf9245363efb73a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e37e1a0dcc0b4205bb9eab1139872227", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0e56a9664d8f441c8dad68cd61ca6909", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "fc7dd1b6a7784155b78dee087d042d49", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d12e7af3c3b34c23b7ad798917109a01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a1a9d34b0a914ba2a07ee05aac251acd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "01e279be05c44dc0a4173c0e8e73138b", "region_id": "RegionOne"}], "type": "monitoring", "id": "0fb3af9889b346cf9605acc8166f70b1", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7547f6efba7342e2b915385454f60eb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b89525e2b4a5477799101e3b8ddc6bc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "812a1cf41fa84393b6aae438b8dc31ac", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e75d0f86365c4d609e66083d3bc34614", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "38130f960ce44292a621f139b4f47785", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9942b8a8a81541529bb2cde50f68ed50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "938600cd73de48b898483f7d6c6fcd73", "region_id": "RegionOne"}], "type": "placement", "id": "c251df4fcd6544859369c7efc5aa5376", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1f6c012d60ae4ff0b43083d3f4025052", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1681f681e9d14a15a8a2c606253bf5de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5d5fddec84064d54abae81872ea7a786", "region_id": "RegionOne"}], "type": "instance-ha", "id": "390dfa35819f4e40ade22c72b6738016", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "913d7741ec06472daa91d372931089d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8f5fc76d0b544fcaa16a69d0397fd454", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a608866dabeb455688931c409fb24c73", "region_id": "RegionOne"}], "type": "ha", "id": "eadff5b180db4753a919c76e53820240", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f503b7c11c8d45958e7645f151150b07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "51f063d757ff4ba6b831c3c3128d3681", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ef8b4510972c4c74b7814d1c88992247", "region_id": "RegionOne"}], "type": "reservation", "id": "1dae17ef3e5c4c768a2eb5fb4f07188b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "62efefd8bb904c36acca0399ceba6aa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ae7922a7fecc4f8882023e4e2b5da2d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "714f265877b148f08a9c01afe56590ae", "region_id": "RegionOne"}], "type": "function-engine", "id": "430f59b5ffb74579bfeea77c49a46a67", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0c5ab03028ef439393cd9122dce0a6aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0a2a96ba7e274f8d833eed69a1770983", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "90a0d59cb455491a98b9b208d938f2a6", "region_id": "RegionOne"}], "type": "accelerator", "id": "71993d2f857246498603b405e96db8a9", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "749b0116b4be4b01b6fc7e18ce24c56e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "25071a983439439f880d49aa7f429745", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f09fd537f7b44d2ea5828ce5e319fba9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a6590a279406425db7eebb8d9f02c15d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "98cda3580a7c4f0f8eb7c701556e7bb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f22d051d200b416a993f1f13e44e07d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b209ce434ae449fdb8efafe855a9f6ae", "region_id": "RegionOne"}], "type": "registration", "id": "14503d755775463fb793100c7e3d2111", "name": "adjutant"}], "user": {"domain": {"id": "f944af8968e04099a11cec1eea752686", "name": "acba416fa81345fa944f679a863b1715"}, "id": "87dd1024e88b4af0a8e2907544a511d9", "name": "8b277cae8b274bd5a1cede2b1cab76cd"}, "audit_ids": ["f104a6a0581e42cc9b1983c4dcb3644f", null], "issued_at": "2019-09-19T09:04:49.209922"}} {25} openstack.tests.unit.config.test_config.TestConfig.test_prefer_ipv6_true [0.106251s] ... ok {17} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_stack(stack_subres_id_act) [0.062624s] ... ok {26} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_with_stack_name(stack_subres_id_act) [0.063245s] ... ok {13} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_wait_for [0.060818s] ... ok {14} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_delete_ignore [0.177961s] ... ok {31} openstack.tests.unit.test_connection.TestVendorProfile.test_hook_from_connection_ignore_missing [0.122096s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,541 openstack Configured hook openstack.tests.unit.test_connection:missing cannot be executed: 'module' object has no attribute 'missing' {21} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_check_stack_with_stack_object(sd_metadata) [0.068278s] ... ok {9} openstack.tests.unit.network.v2.test_load_balancer.TestLoadBalancer.test_make_it [0.067695s] ... ok {4} openstack.tests.unit.object_store.v1.test_container.TestContainer.test_create_and_head [0.232986s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,364 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,378 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,386 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,395 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,415 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.289844+00:00", "project": {"domain": {"id": "750d8bea07c242629a1b33de35cea91f", "name": "26b80d4588114dd68bf3e71ea5335ba3"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "5c122c099602405cab757198fcf274ec"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "8d6ea8dd2a464dcc9bcde39c5cda6c41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "35b57421c006442eaba1bb23e2471d65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9cf9016083b744b9ba6552b62032960f", "region_id": "RegionOne"}], "type": "identity", "id": "c0e3117528c84f438264c6a0070ab438", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2309fb9e4f514a41a5112c640891e448", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b2cd2f78897d43c6a3b86d5064691177", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c020138d829d42d9bb7ba85bc10be805", "region_id": "RegionOne"}], "type": "compute", "id": "2ae6da20dff24b1a81aa2f57cb69add2", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "022dab6f5b134501919a536c15796b8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "53e4b4ab26bf43e4bd2bf22de419bb65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "66b49bc5dc984fe7a577d886273bcab8", "region_id": "RegionOne"}], "type": "image", "id": "e55be26cd0544e98be0230a21ffb32b7", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f0dd25cee6ac47cd8101617bbe2a1a3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "5272ea146fee4d6b81c95ac4b55112d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "11408156e50345dca2ce25c59929e01d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "a291a6d153b54889b83b9bac3118faa7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3caa5b15138426582150a27e0630945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a587161389854b8e935e30aac2089af3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba9c6ee5b6b741e7b1369ca4a473b06f", "region_id": "RegionOne"}], "type": "object-store", "id": "a05ceb4d9d374f68a9ca2f715f8edeef", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "370a1a37871f4d87b32634c0aba3ce16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "64e8f279e6814657b8be7afbbe6a243d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b0b5fe592f5d4beeb6b3f733569d79a4", "region_id": "RegionOne"}], "type": "clustering", "id": "6a499d3579914fc1a78d3522363866cd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "50fcccb5ca034e359acbe909b591a891", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "29f5af98fc2e45aea8fd189bbd3ef467", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8b880ef14db346f79205b620b3b4365a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c17b8a8a0e1240f1a00065ea30256b5a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a1a966d41f5b413a9e00b855f9a7f939", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "267bafe4e08741989a6ae4e636a30cc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "eb86a3fe0bee43159652a89b1b534e01", "region_id": "RegionOne"}], "type": "cluster", "id": "83742af176ce429cbec4d4b230e7ee99", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b3e5f661813f4979a1d73243b1505e83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c8ac634def8a4f989ebc158f9539ee6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a068d9a968af45ddae4cbf59f8d31951", "region_id": "RegionOne"}], "type": "data-processing", "id": "0c82d777101a4d26a9288bab78e695d5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e92dc9358567480e9c4915c1d06dce61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8854043fe28148e5a8b505217cdd420f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "900c68c95a6148558ce4bea189b2c630", "region_id": "RegionOne"}], "type": "baremetal", "id": "f5aefcdce138472daab89e25b2201960", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0bc92e0f1d924f3d85de5056efbc326d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "48c452b3a4bd4fb38e8b5f191ca7e77b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "1cce50cac5d241a58be65f8293a3d37b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ccd0609f9fa04410aa02fefdfd574ec9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f2542df5b11b48f79215f933df76ec7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c1d4e7c84df94317974a4eaebde27dce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d26bd0e9b22a449ea62bc36e02adf361", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "fcb0c3f835c1421ca6890e67826f2aa7", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ebc9ae0712c440a5a585f31984b38a09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fe1d8fa9e08c4c85a297700468be8d0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "fbf171b1a8cb4f9f9d20dfaea71a88be", "region_id": "RegionOne"}], "type": "key-manager", "id": "09edda44a86e406587436bd59b3e95a6", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c8a6ea3e89bc4eaf94e28ecd5b0b97e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fff32e0e1d3a416fa7ff9262384c28dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "352e979628e7443c9b41398a9839b398", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "aab5c3cc3cba4db585d7475e7b559355", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "212f2c213e5b43a2a4d5ad0d3187d9f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "97eedbdb12a0495b9df3739144ff974b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cdd2ee007afd4e9daf7f6ff2853ceacf", "region_id": "RegionOne"}], "type": "infra-optim", "id": "07c8212e0f814bc78ae2de2f8a508e3d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "599fc3c7d4b9447898cf079a2302e849", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6f66653dc8f2430bba4a93977d8d8615", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0f3fe0ea0a1c4aaea6e12416a5ad1132", "region_id": "RegionOne"}], "type": "message", "id": "d1091dbe06ab4167acd0189ff3d2f2d1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8303b6b9d1a34e4eb67156a376b83db6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3a99be0c2b6f404abe214d6a4dd6e8c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7866de80db084d33a38a937b8df25d81", "region_id": "RegionOne"}], "type": "messaging", "id": "7832f2a7630a404289bc5890b2e81e5a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "09b5d814f35d4d1cba65842b999ee43d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ab7a7db48f5246fa85da84908921d5e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a364b5cb9e6d4865a8cc809730041ee9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6057d1c57cef49ab8f746e4239bbcb95", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "814e72b718274debaf77801a88332c0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "66ece9b1c4f24d6f9b38aef28a077674", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7b8b51c705924c91bfa957f881cbd284", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1a61b3d34131459583f4616ee3024ee8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "86c9b3a0a65b4451abdb51d98cc2a564", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "58220be282234fa5968a28abeaaacfbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "08e20b2c41574ed39b972da53b28f1c3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "945cc0a5e4f146f08219d2dea21e2526", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a8b5492e250942c1a1baf39da789eb9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b8856c2cf7c3438292a2096cb1e6d6d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "43ead0dc9d3446b7bef1b46128ccf20d", "region_id": "RegionOne"}], "type": "container-infra", "id": "ebc1543a8fdb40dcae11bac38d9774dd", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "791680075001427ebf1417c730e276b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8bad2574588141f6908c2be269f5d19c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f7385baf22444951b994d5b8e581ad32", "region_id": "RegionOne"}], "type": "search", "id": "c3902868fea746e29c063d73b56a6d44", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1db28fbf89704d98adc43d7b379601e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ad7e6dbc7aa84a379c54d58c51e56b47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7707a0747a754891b28b216da09f5672", "region_id": "RegionOne"}], "type": "dns", "id": "97d5f979ab1d407c81a074e9c0333855", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dcfc7cf49efb44259bc03235d6894de0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1357a50ed861478fb201e8fce5ee868b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "990c647fdea447d7a0723b5a9ca1cc1a", "region_id": "RegionOne"}], "type": "workflow", "id": "a8ceaa45b8fa4da68081dc5b1db562b4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "dabe21384b5c40d2b5a899fe07892a00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0120b509f8624ca8b366f3a9c2ccd9de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "eead2a4182aa4e4c88dd60d9c42eab8a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a6bb9e19e9634a659ef09604d16f1551", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "035aaa6783f4414db3c0d4fc502936a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b65e971a1530413eabad7967531f671e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "603697426a0e4548b4a5ce0964849e96", "region_id": "RegionOne"}], "type": "rating", "id": "acc3c82b3e8845bca622a64e261d67b4", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a2680173a7274d53b88f422e13e70b6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2f53894409b949d6b37df75aab405314", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e82bef84651b48298fb45c750f482aab", "region_id": "RegionOne"}], "type": "operator-policy", "id": "b675992bae7b45f2a0b0b91228901193", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5f226077370943b5a8ee9d5de0dba3a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e2645147cd9142099d92ebc67713d769", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d4ce2251a94e4c089f9c678e819e2d41", "region_id": "RegionOne"}], "type": "policy", "id": "39a20160740747658b30e31de366aebe", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b1b028fcf51043d992ec0114421ff6eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a1c0360308f14a798eb3d4b754cee5f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8ad5432825c24400b6907da8aaafa39f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1b747f90660046d3b43c69ca7b5051df", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5dd5e967bb8847d5934ebcc927c57cc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "12235fa05c264417ba4000953662f2d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b8c251fbf8364373b417b0b85042988f", "region_id": "RegionOne"}], "type": "sharev2", "id": "c3c5909469b745f9a2da95d0ea5011de", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "364c3f707c544a7b9d8cff27f2656b74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cb9b690b8fbd49d0942a4acb2a0e2c1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "db4bc117b37444b2b51a0ca53d4f61a2", "region_id": "RegionOne"}], "type": "share", "id": "f8b95aaf93a34699895fc95be934037c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7c6a34b9679248ae962b236bb057c859", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ab8b77c3a381450fab20f0a764de2bec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "02f9e76913834b47946b7184e67aed12", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b214fe7a61b1400b8e929d9572988baf", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c38a30a4acec49569fa26847fb3cad49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53a43bc0956d4b7eb67924ab4077a6d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b08a8c1067d44b70a89efa7c1f4aed09", "region_id": "RegionOne"}], "type": "orchestration", "id": "b66071c0726d4e6aa8b7c449a3c3c1c1", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0c7821e4347482ba226329479959261", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7640c49ce0414bcaa3fe518470662ed5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d13eac9ad8454e06a69e3e0d36f3b5eb", "region_id": "RegionOne"}], "type": "block-storage", "id": "2175e5cdb7894e4a8e964725204a48d5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1acc5c25198c4d3bbdd605a773cc1d4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c8abb9a856548cc8c4db63a0c2c9945", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ff0857179fe44c5a1ca1c7325d0483b", "region_id": "RegionOne"}], "type": "volumev3", "id": "87e1baaccd6441f68ece80270926ba07", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a4d3c5758724e238f944ebd0f7fa36a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e9761f0d55a412180efd0bfa923352b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f877445355304e64a0ccdfd13bb22132", "region_id": "RegionOne"}], "type": "volumev2", "id": "34b73098807444f39dba005f0198815b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77bad76efc7e404ebf7b873eb78dc404", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7b7cdf5467d462e859700393da5c887", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ccf17c100673443da5d1847d8697efb7", "region_id": "RegionOne"}], "type": "volume", "id": "58968c0c24cd4719ab3888c6ecc9960d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cddec83db32e48fd866330eb4c466ab1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96e41997ac934c57b922bd34c8bc66c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd626c9b25f14849baa8938eb5519c8a", "region_id": "RegionOne"}], "type": "block-store", "id": "9583d69817774e87b2c186941d978e11", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ce4099314a4b4e78b2884eba4cde8154", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "778c0988feb44f04a4aa5256d779d6d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "46c8f81219d74f0fa7750f5129d181b7", "region_id": "RegionOne"}], "type": "alarm", "id": "1febfb732dac49798664e9b0ddef8e2b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5b813bb8fe924926a7c5c65fe3351cae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "680360c04e0749a09cc1796bfc2d02b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "726668bbe6d240bba1eedfe03412d53f", "region_id": "RegionOne"}], "type": "alarming", "id": "24e51e48aa2f4919ab19dea590df50a8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d66896677dee46f79b3390b884f6ff04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8c59c9d1c3b74247a377df4361ce5c47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8a7af23d605442dabeb2d4660278ce2f", "region_id": "RegionOne"}], "type": "meter", "id": "ac81f2a1d4d9483db5dc813c499988ad", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f335243d54524e2093344250fb3ac1aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2f45d0b53d91421db191f2246edb08bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "63eb453e724049faa11c3333c9387bb1", "region_id": "RegionOne"}], "type": "metering", "id": "58b8a3c8cac34f0fbce7ed03a0d647c2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "66907a8539da46edb0c263095537ea38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "78f872a45b0c4505a741ba0765cf576f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c9d6bc39f0064d9cb7890f82996f638f", "region_id": "RegionOne"}], "type": "telemetry", "id": "a998c78eec4643e9a7ccda48338c25e5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cf33f32c6c2f4d2fa7701d0385e2f1f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f5367db07e904e3baadcfef6a7edc0f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0f09be6945ea43a9b3f1675d9707b79b", "region_id": "RegionOne"}], "type": "event", "id": "b725298d15014c9b8edd0b7f8e063e95", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "beafaea2961d430a95e2f57f861df9f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2be09cdf18854dc494ad593983c4cc65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9b3bde71ba8445248dd84285cb1c1264", "region_id": "RegionOne"}], "type": "events", "id": "1bdcacf4a7e245ba9f82afb7c388db50", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ad7eeebb0df8421cac010163a08fac28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "87eec27355f148c88792afdb6c945156", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "83dc4b9951b74afe8c34276a6b5a3c78", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c640715479ac47cd9b97abbc2f6b2e26", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6e34ac754e7243e89c685ff676a0a056", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1542a7c33c8e4d4185311ea694867efe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3f5c18baf44b4e7c803caede15dc5319", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0c7845a8bc1945009cadddfac1788cf3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "250defaf116d44f3be7a6a2f0d786229", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "711d53064a6b45c58b99045c32be814b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d7f5fcd6063647d2b70692079532ceed", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "44799741c0a94e389414b21fed8c061c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3a7d71a2f19649bc9e4ff3b139a17fee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6bb1d1c23aec4725a66f681f9bbd3993", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c1f2b8e08b8346a78d137efe7a9b9b30", "region_id": "RegionOne"}], "type": "tricircle", "id": "b80caf201cb0482abcd3ef36d2bd9b5d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e306750211ec467fa97495929f3451d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "45fe674a4af440a7b3aa759f823478c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3ef2f248340f4c818fb123fa49355934", "region_id": "RegionOne"}], "type": "database", "id": "e491da02ccbf4f098021cfbcd3ff237c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6726910e5a6a4e15b1116699e3473b53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a238679357344679be97e04cc3c1dfcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "51a2f58f45c4447fb4b066e6ed18d4fe", "region_id": "RegionOne"}], "type": "application-container", "id": "8bb321e007304925b085e36c978379af", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5d8129d7d2c241fabf13e524fdf02282", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "694a92ce73f94b56a695945d0e805630", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5bd3b488cd434e5abcde279b0d3d6dac", "region_id": "RegionOne"}], "type": "container", "id": "442e5c6a789f47209db302968d1af9e9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ece6369960c84b02a4e160498e4a9fd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ac0c06d4aff74734b1f39b53390bf643", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "139cd7fa74824048b2c677f2ee41c64d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "75e869f20a254e0486a4e35d743bbc34", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "364e48733b6d449f87ee5eb4ce105563", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "40c4b431a89f468f948d9c73f5de56ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2e9cb106390c45a7a1aadce9035482d6", "region_id": "RegionOne"}], "type": "rca", "id": "a474eac5b55a4ef082a4bcc181b0e186", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "93933e1aba6645adba4e186dcf0b0be6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "35d3f80aa50d45b8891d02e3768f9a45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "f555b666029a4216ad14f481176e59ec", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fed8a00c0d26470b9a584ecb2a97ee1b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "8c3b9cc977394b52a75834f58f720c9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "fce9b7884cba4d81bd540072df84ea44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "bc99c1d20ae94920b001e7c6132b047c", "region_id": "RegionOne"}], "type": "network", "id": "f70011fc15544a2da17d47fe310d731e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3c7b114f6b2d42be9b5594c8a4b4da9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "85dcd55a4c244f33b1cb0b99dadc1242", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "400edfb1b9df4830816d87ccb8d7ff4c", "region_id": "RegionOne"}], "type": "backup", "id": "2dc8a5c7098f4af4ba46a98252d28a37", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6b2564c36bdd4d07a58c2d5d8490f1ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f0658f80b85246999694f7e3aa12d405", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "babf20df65eb4f25956ddec43dbc61d8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4da2307b77454c80bc5b705d8f310d13", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4ff0b10aacff40ebb7a5d2e38010095b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0be792fe45d841c1945785dc2685e418", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c1bfaf06120e474f86085ed77bd3a47f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2b533a308d7842aeb48dd06e1e88deb4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "dce07bffec754082802d4299946f83c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4aad017b3cd24401b7a88977f28b9589", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "236f4c144dfe4cb4a6b3d002e2e0072f", "region_id": "RegionOne"}], "type": "monitoring", "id": "17b0419a1a41483e93dd9f22190fa8e6", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "867b4ea8ef184bfd9cc49d1d688ac720", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0a82f5e08d2b44d487fba89378a1d0c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "f1fb3655cc834dca83b092b5d24c0f9b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8c5ab0e386fa4d58a6617c71ab637abe", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8b658dc1a8234e1fb9159194e645d009", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "4c92fde9032f4471ba06391c191587f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ae4d927504d449819e43d50b99a31ffe", "region_id": "RegionOne"}], "type": "placement", "id": "51b22c4d945d429da616ae38172a8aff", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f3541993d19e4a86b7311f173bc8e41a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2086f0bf4dd34c1282068bffbf3a9fe2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0bcc35c8cea143b19ff0bdd6548b9105", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ba43b38c7c8d4fcaa8ebf2d7ea5e5c7b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f47acd2da136498db4a98696c0fbf3f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3b22ec29de83409cbbbb2508115aadac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "44800a6630294f03af548454251200cf", "region_id": "RegionOne"}], "type": "ha", "id": "9d09baa1d3ca450281794d5dd4497656", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "237405de54104b22be31cfbb1c81ccb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "661663f5ef154eef9dbddb2e70747924", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "91c82ca9cabe4e9caadf1a7f3676af76", "region_id": "RegionOne"}], "type": "reservation", "id": "7f0fad7df27244f289694a50d3cc0fbc", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1cfaa7404e3146bdb355bcf87526ac7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1fcfca273e2b484382a9e04e2802598e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "7d7346d1e8934b23a4b15528b39925ad", "region_id": "RegionOne"}], "type": "function-engine", "id": "2c720867d14948e385333bd6dc57b261", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b5674a988af74d1498bbfe9c47d6e054", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2aa694725af34c469666105c359ed462", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ea466908c80648c995fddfc312e648fc", "region_id": "RegionOne"}], "type": "accelerator", "id": "32819f88561e4deb96b25176fbf10b04", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "72dcd827ec5c426ea69b02c9e0262055", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "adb5a98637ad4233972f5244dbac5dce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ff78e77ebc024ff38ad6900f8ede4cd5", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0bbea8a202954305bcda270b11bff388", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9994f2bfdca14b90b1aed640e716e94d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d6b9d1411027479b89329e881fef520c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1c45e3607a8146afbfb83ffea8a46f6d", "region_id": "RegionOne"}], "type": "registration", "id": "a94762595ba64ceba565bafbddcb7752", "name": "adjutant"}], "user": {"domain": {"id": "5f96635b7f9242569bee7ef642a2fb0b", "name": "5650067507384c15b14199dc13c6f05a"}, "id": "78f4c5abdc424bbb828e1f9285226a37", "name": "de63dc251be94cc498cf9b49530576f9"}, "audit_ids": ["1f94040002da4fabaad2f05fdb780fde", null], "issued_at": "2019-09-19T09:04:49.289844"}} {5} openstack.tests.unit.test_proxy.TestProxyPrivate.test__check_resource_incorrect_resource [0.067361s] ... ok {23} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_software_deployments(preview) [0.068250s] ... ok {30} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_bandwidth_limit_rule_create_attrs [0.067291s] ... ok {8} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_dscp_marking_rule_delete [0.067698s] ... ok {11} openstack.tests.unit.key_manager.v1.test_container.TestContainer.test_basic [0.064620s] ... ok {1} openstack.tests.unit.test_resource.TestWaitForDelete.test_success [0.211582s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,319 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,332 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,342 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,353 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,372 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.248321+00:00", "project": {"domain": {"id": "24d96cbbd5a742fcaf67979d5984e35b", "name": "35a3867a240e4675b0704aa47b25781a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "dbd0673842ca4f4fa3b2f35636a5ed24"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c45f566cdc6b4db996914317357a5e33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b10d80e00aef4b38800a973eab6613e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "cbc9cc0086ee44fbb252aeb5a0d1326e", "region_id": "RegionOne"}], "type": "identity", "id": "70ebf136a9654433a504172dec712c92", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "58eb479ef71c44968c0d2d6e7ad7c07a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "03e4410b0a0f428ba21ff803e32ccfed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e02c6eb79811415aafd6d53c33dfbb69", "region_id": "RegionOne"}], "type": "compute", "id": "6b785402fac5413b9f779b25d5121dfb", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "44f846cd2bb44508aa9046076ec0de51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "1d2d4ed868ae4845bc29cf3cfa572b3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "fe4996812b3a4fe4ab0bb6669c281d32", "region_id": "RegionOne"}], "type": "image", "id": "13848fac9858457ca3cffb9b55e0b728", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7120123cb8c040d9b1a1472c03794d57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a12620a09d564c46ad94160c83298758", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "3eb0200bff0942f5835f069d77357b6c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "0e8dbb1a7012408a8de31033ff1456fa", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "652c36118da941749d7c74494f2e01d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e32e8bd1dbfc4aab95544ae25257d6dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ba48db3f19444c4be0244906b1db92c", "region_id": "RegionOne"}], "type": "object-store", "id": "7797896c927d49d08ac03726446af296", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4441a4f95b194ff983129c6fa1f7ce42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7aadae4fc539490bb9692be159633195", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b3077f0a88af4345b8d12bfa57f13d79", "region_id": "RegionOne"}], "type": "clustering", "id": "69c766e44c19489ea015678442c36d15", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f7f7166fbd3041f1aaece0d2fdf0dc04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bb37d85e281c47ad93da6b047ce3b39f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "981cc13dc05f473b8c0b351a10d4a693", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8880719763ae4c988e46079d974d1b04", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ede27c9f101e438ea3eae7666c782f80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1a42ef49842142e3b202e63d297c4b1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fc2b1be148bc43ca8c463b941d6598a4", "region_id": "RegionOne"}], "type": "cluster", "id": "29e035a6889b445eb334240d7447686e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e57d63ab13e64813846f60c72d73a8aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bcda60a9146d45e1b7e7dd432fecc103", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1f6a415647ea402d9487f59c3b0d619c", "region_id": "RegionOne"}], "type": "data-processing", "id": "fb43dc9413564dc38cb6462612659101", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "47fe25b9a8fa4746956de151c6d09df6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dddc341e849643c3a0a6d4b3726eb897", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "034f46a29c6b4498b1ee99cf9ef34e30", "region_id": "RegionOne"}], "type": "baremetal", "id": "247fb6d2f5c945adb00fb4cb44bbaadf", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "41804f75ecc548aaaeb671305b35df9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "61c4057efffb4405a30cd5deb210c345", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "25cd212a4db04db49f6d12d00912fba2", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4e3f3cd4c7834eef9fc6e4309ededaa9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f4ae8ab71d7740b2b76194ec83f3dc97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d717cd8eeeab43918c3951d02365a111", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "bc30ca64b23641f1980793a09214c06a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "75ccd041eb3d4d67a8c6cee331d4e2c3", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "98457852d3f94c80ad306258b46b0c61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2828bb6398ce4d56ad6a7122b572c78e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7098c3ce1c3541dc9396718244e19952", "region_id": "RegionOne"}], "type": "key-manager", "id": "fa2f2d9d1d994f54b155cf932789ab87", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8c4a6912a912467bb51524185da83f17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4909f6fa9a54484e932cc36b680b4723", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "991047354f4e498588651c889e5ee5b8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "410db1ef67bc47bd98bb9e5ef3f78822", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "888625998bcb4c3dbc15da7c9634b928", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d39de6613bef4eceaa0583d11c950656", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2c78bb7e09914f4ea4d678a0e44c86ea", "region_id": "RegionOne"}], "type": "infra-optim", "id": "856ec025c72946ecbe10da9edeb26b59", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0a9a5f2787f04e61869aa4792f60b3cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "70a9f87ca3aa4a1dbd3abb877a4c5884", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7d8f914eba6e44698af8291d5468dc32", "region_id": "RegionOne"}], "type": "message", "id": "4002bb7f8e934f04899d280dcf66a05d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "37265fbbf43b4b58a3f119ca89bec373", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3c76d00ad90f4453b288d4965349fdc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bbfc43f8f8d34a9c9a645c07094160c8", "region_id": "RegionOne"}], "type": "messaging", "id": "1714a6c3f44548b3b8b5ee091c4c2b31", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "985e8018e4b24359b5f76b153ebb6acc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9ddd4a063cbd4079b62608ff0f87a463", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9ef8f0981e014e5e8f8e677b3394c273", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a008142b493a4fa4b14e453eb76b8f17", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4db5e970ffb74b6c880c5e47cff30931", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "52eaddddc1d74ffdbb47fa9377771d9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2c7e0e7c4dd5414cb7fdecb038e40c2d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "63838b93371143e4af90884bf3c4a200", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "326a12597fce41c3afdb74aa610f6524", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d0baab5747e848f38077e3ba4b7c030f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "529549b49368455e893028055fa1546d", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7f4ca314b7ec4454a786202b0216cf86", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "611ed6b148b84fa5a3ad2b40d97d3007", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ac40346c62c448b38b61fa359ca28085", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e0ab431e1630422eb9ba1e8bfa128568", "region_id": "RegionOne"}], "type": "container-infra", "id": "0117113ef24749928e4e3f6a182beccc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7133c82cb7df4f5680001fe16b722721", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7e023c11751e4ab9821ab12ff91f4906", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "dcc36d609aa94828b5f65480354cef34", "region_id": "RegionOne"}], "type": "search", "id": "81229bb627a0445a97f097bde98ac50c", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a946af98dec9495cb4b18bcf0ae0357d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "434df860ca7c46c782a1d987a01da15a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "66ae6acf36b845459b9ffb9ae15f97f2", "region_id": "RegionOne"}], "type": "dns", "id": "4bcac676181d4e3a92d48144c2119f02", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b8101b6308fd4b5599fda8580eee117e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "32eb007214284babb917f6f9153d3ba7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "89676c35f5f0443391e40151422c869f", "region_id": "RegionOne"}], "type": "workflow", "id": "93aa7d945f7b44519937b1a808794aa4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5670bca874894f4bb269d87d3cf7898c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4e35e62e08904c40a7cade74e4b3e02a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e3dbb1c80645416296ae057f17ca47c4", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2a7b49496df64536b05740db065e9f96", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f1d0109aa780424ebd95f63dafad8cb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c582bc922d6a403a93f062c3be3c2906", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a3b9013f24674f7583ea702f0db52c56", "region_id": "RegionOne"}], "type": "rating", "id": "6cb5d406b218443c8626ff4e17c8f281", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5dde85eb797e487bb9a7201514540a7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e2f75f4621f14f81a56386378d6c49e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3f3b44374ad84f388b21e81467ff28a9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a81e056c6a3b469ca52071f47d44d202", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "62068c7205c74e6682d712575ea463ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6ca45d97baf74090b66b974e59351200", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "59dd53bc28a04e3da1981c5c0f0d8525", "region_id": "RegionOne"}], "type": "policy", "id": "2b99f7f142394daba462ca1780b82326", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c9df191d98d244a5961ad269db47055f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8d5f485fe5c54e618b02cc87d72aae68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4453bf67699d4608bc00f14f84ecb2a7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7b713660355441a29d1c5f847a053a33", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "17a96374d4ae43a08c2ae5587dde754b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c33d3e17858140edb2c12e40554baf9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "61bdc15127d645ba8539e36394558e11", "region_id": "RegionOne"}], "type": "sharev2", "id": "ad5a8c2daeab46e99d92497e2d20f537", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5fd960f0fb864a8f97c91a08b718a918", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d3008a25c86b41a28db225b5f454eae4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "80fc138928434415a2820b5aaa169578", "region_id": "RegionOne"}], "type": "share", "id": "d737a7556d7b4805a068e89dad826867", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d307f0208b554e4aacf4fe95160fe787", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "85b7ce09dada4bbcbfa0c2e430e9653c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "647b59ed12ab473298021e94d61b3e4b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ebc962ed2eb843a2b377a55dad893fa4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eef2a39363c8476e9dec2624a726194e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27ac13feba54439f972cbf6f7e5af4d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0108cfe21f324053a74a1e89c862fb5a", "region_id": "RegionOne"}], "type": "orchestration", "id": "d1fbeee6666c43de81b3eb5fa6d304f9", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f0ed130ca0f4777a7864553c4303029", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "008e6c9aeaf44e5c86dc2a130ef5e51d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fe673c9314924995915fac120caca014", "region_id": "RegionOne"}], "type": "block-storage", "id": "ad1ebc07439149f79e8398e470bedfe7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9e2d98d9eadd475abc97dabf6c9363ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f000f5fdf01409e95d883d77d638f55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8f2e1744bd0438f89d6668e50adb359", "region_id": "RegionOne"}], "type": "volumev3", "id": "e1e2acd40fe5488ba8f72ddc8ef3f2a6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "928a24ff3d08495ea222de58f9e3de70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e06a99c5ee6f43e8a515096ea5dbc129", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d614440677e847c894850bc0eec4c778", "region_id": "RegionOne"}], "type": "volumev2", "id": "8987c6d4cb844e6eb4ac4aa276ce3247", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f245986d0a164e599e4187130d372ca1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f16180fc25045b49e3636cce9827bd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0284c21f040a4fd1b7e0aa682b7c3500", "region_id": "RegionOne"}], "type": "volume", "id": "c6bdfd1a4a744ee889e833cea7af1228", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0db61624ca0e4b23b5f3853fb5b286aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a324a30293b748e19737e5d1dd139c89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd3e2bcc5ff642898a2602894b48f35e", "region_id": "RegionOne"}], "type": "block-store", "id": "6f6c864fd3464f3bae486151b01bcef6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "04e241c24be242299606ef6ef6a25276", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "889463f0939b4465b8094ae520efda16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9918a605e39b48f78c1b5588edbb9838", "region_id": "RegionOne"}], "type": "alarm", "id": "8a8b33a20eb04ca095647371a9df25a4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7b8cfd4a23014f2bbfcb37c4e8674b00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "05dd8663dae14800b2d838ba90a9bc36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "fb86faa1d9964d4386d8670b5d5d1648", "region_id": "RegionOne"}], "type": "alarming", "id": "e77c8d55aa5a42b18f182c6ab928cb7c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ca0ef45a44274aed9d69290eaaf6f267", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f921c474cf364df2b51f36f322864d7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bde7818b55604278912dea585f338058", "region_id": "RegionOne"}], "type": "meter", "id": "ed6cdc30e0dd4010acea56fcdcf52cba", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "17a1379ee1d74893a620dc97e702116b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b003faea2cf44d1db772b1efc7c78d18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f2651e2534434df7b9b7d0be0fb70923", "region_id": "RegionOne"}], "type": "metering", "id": "504aa1a4e22841658fc1dcfacce80c58", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d6ab938b3de949efb143b11df66e7fef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5c7c3686715f49dfacc7e99dd4b375c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5e220efd8e0244549d3232cae754dd35", "region_id": "RegionOne"}], "type": "telemetry", "id": "3c8b5333a0e84453a262d6cd2b857681", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4034cdfc577b411faf4e82f554ebead6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "cbd6362e42a6491bb4b1c03210f8d79f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8c433ab1b856464990a80b3a0c738fe1", "region_id": "RegionOne"}], "type": "event", "id": "ba608a5959f249d990bc2eecc04a2f49", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "68a61468707f461dba7200b05c528680", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "4139366378c649bd96f81e133df5ae00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c1e5a7839dec47e5b8ed1a049023a002", "region_id": "RegionOne"}], "type": "events", "id": "1685b2ad11bc411598980a37a8ace565", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4c837ada2ca44144b2aa0949cd60f797", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2e8664c28d0e4dd89d740c3e820bac26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d8cc53f5e5634011861160f82a3cc9c6", "region_id": "RegionOne"}], "type": "application-deployment", "id": "30b4efdb530a46bfbb0adfabc0971e08", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fb335f57623f4d3f81c70ae7b66bb1b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d6671f7f47754fc7b4b9ee7772d65a34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "788b56251d63401a9f524c82f872f7ac", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a30c2b4969894bf09c82f204c9b6c71e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cdfdddd2b33444f1ba2998921032349f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0f5243209c0543cf974a01182f38970d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "df52365d4dfc4e828ac3290f34b85733", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "cfc51677b1b24d6b98de270f862e8b2d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "82cd477af838403aa20b09f5b359745c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "52595c8d1bf248e38de52a0df2eca7c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "deae2b27f04e4207a418cce4162e0404", "region_id": "RegionOne"}], "type": "tricircle", "id": "a2d5b61ae48240d584fecd5a1053f6b0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f4e0f4f0b37c4945ba6ecab33ef339d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6f68ae4306674daab209e162dfe45186", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b786850b79914baea21b3167bfe99e40", "region_id": "RegionOne"}], "type": "database", "id": "a8f7626034ce4331878fcd556cf2646a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e839aa93fc1e458da5f55cc8ea2d0fc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "26353a205af149cfbbd7d36d000126f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c4640187ed3843fbac714758978931f4", "region_id": "RegionOne"}], "type": "application-container", "id": "4d2b22518956490aa6eb360da13c78d2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "eb174814b34d4bf386c525c6e7cb9115", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9789804bea07423f8d71907b094e01fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a827345826d14ad08f08ab514eca2a1e", "region_id": "RegionOne"}], "type": "container", "id": "330363e8f66e407eb1f74aca86cdd5d2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1965cd2cd294447faa143ed232c917e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "903168af42bd4decbbe57d114d2e0289", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "942fea3b70004c27826690b7c96bf328", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "08536dd3726a4d3983af90372e1d7cbb", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7d09e3fef8b84f82bef7d3c86ecbe7b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "37f58fe585964eebafa43a8693ba10af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "67fd208e297d46c5ad200bdc2f458b6a", "region_id": "RegionOne"}], "type": "rca", "id": "2e48bb913f524624bd78fab449bfe04a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3108a19ffc48414f894db9705be5b5b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "920e844e5d324eb1b7eed07147e6afed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "3c2aee7900fe42dba53798f137eef28a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "56db11e7ca0e4be3b4f702edebf6c22e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "bc34d735674e4af49dd9125a371d7db9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "421e928ebdc6420d94acedb59a6bb637", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "49e4847c77f44bc5a9aeb50bfb429fcf", "region_id": "RegionOne"}], "type": "network", "id": "41a8beff93dc4bf986bd15cebedde52b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "22684ffc79fb4786b42bc0454d86e67c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "879f48a8a2ae43d0bda8fa075adce82d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "88aac57e645a47ef8a19c42eeb14dd2d", "region_id": "RegionOne"}], "type": "backup", "id": "b6f61dac23be4bc8a95276b871f213cf", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "830fb552c53a47788ecd1d82eca4d7c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b4633c728f874f03834a3c248dbea9ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ec21d1b375b44402855ec7844271bf8b", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "386d446e4a0c46d188ab5eded77f1a45", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c8983fb2e9764343b6abd1f78b02e4a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "becffcc847954c6ab2aee515a3071960", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "de396b5318e4472ca443dc9680b4a03e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "7d35abeb41bf4c809594f44d4dd1287b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9d7f2166407f4b6d8070f7d3ebd618e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "32f179631f3444e68fa6dcd25252a595", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b8a98586590e4612b5244eee61f7966b", "region_id": "RegionOne"}], "type": "monitoring", "id": "bfe27160ae6f4b629d9929e13441b8d0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "70292615fbfd40b48c9d08578fc478be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ea9d476915a2489a996e5dd2ee9cb699", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "77d354c1cdad4f27a8a0670beb1e71ce", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "bca073d4c20b46d1be7b19a04edb0e39", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "689d120293e04f6cb21ebce54d9e0054", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "75f832fe03a34d42ab969d7455ae4584", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "fdeda71f868f4618ab8f2399fb909ac8", "region_id": "RegionOne"}], "type": "placement", "id": "e33cf72a6a204eb4b83ca9b386cb95c3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4854ec08d821446f95032d4abafef520", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c29eba224dcb4876834ade00db47eab1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7a751b0dfbdc4c119ff689973d0dccce", "region_id": "RegionOne"}], "type": "instance-ha", "id": "104a47bd5e684e5e89e9c2996b8badc4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "04c8b7b54b99492b8d996875842ff66d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b06bb8f8a74e4c6697c9a993e6371158", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e08c102f4cf54440a93291af0ea93810", "region_id": "RegionOne"}], "type": "ha", "id": "09c75536d3d645ba8aea6322f7a5270d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ff5d82fbc63b42438d2f5e27546ce0e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "619d5f6041a640e79d59999176f795fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "67fd6dfdf36847878281b89e80f766c3", "region_id": "RegionOne"}], "type": "reservation", "id": "a4701a2984cd4a70baaa249f8d73b36a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c3252936248f48108727013a4951451f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c5a6892c26b84fd2998a94a6f397b3a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "9f4bb1190ac542169d8158eb192f207d", "region_id": "RegionOne"}], "type": "function-engine", "id": "ad34343fd19a49b3bca0c9201464ea65", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fcc2440ffa3349c9b68024195a46b1e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "068fe835d7be4a1aac6f3d45116c3051", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "01b1485f2d494ad293d15a3041ffb01d", "region_id": "RegionOne"}], "type": "accelerator", "id": "10c578fcd33d46d8ad415a1299b19b6c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d6df2f4864f8461e8f4eabbdf6d53c54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e33d1909417b46b6bbd6949c342654fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4517170e8bbe4f21aaebd9019ab42133", "region_id": "RegionOne"}], "type": "admin-logic", "id": "19efd001793449309be6007c6d55e117", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ae69ae311b24415591a5fda08f82ba0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2faaec0b2b8c44fe9ee3bb4d907eb7a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b4fa1bf561d04a0185dbebabb90909d8", "region_id": "RegionOne"}], "type": "registration", "id": "efb1ec2aea6a401c8450ffef8488f770", "name": "adjutant"}], "user": {"domain": {"id": "36832b6856534885a26c81c98cfba072", "name": "7f89d03e64674c9787f7f8a945170879"}, "id": "9f74616dbdbc440d8f4fc09657da57c9", "name": "d58d2efefea5409e9b076a8f599337e3"}, "audit_ids": ["5ec33abb753843328dc5b1392eb5c864", null], "issued_at": "2019-09-19T09:04:49.248321"}} {22} openstack.tests.unit.object_store.v1.test_container.TestContainer.test_make_it [0.217340s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,289 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,299 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,307 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,317 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,337 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.220570+00:00", "project": {"domain": {"id": "32bb31969e404b4fbb486ec07d32cf29", "name": "f6a43f54a95e4dc2b6470ce2d13d21e1"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "07c12cf0cd2b4d2c92fc5115e6283f56"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "7f0dc56783b7495eb29dc2bd31a3e16b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "da16889505864aaba388d089a918df99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "dc5ebc29a18042adacb1778e0b706728", "region_id": "RegionOne"}], "type": "identity", "id": "a23b92fa23834cffb01f11fb9395bb21", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "615b808c84ef4cf280a17582e883cac2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a2ee4a048a324db499ba0f8c012f5130", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c8fd33655e0c42f1ba4b5a19c9d03015", "region_id": "RegionOne"}], "type": "compute", "id": "5ad2473ac35e40f39994eef40b67c645", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a749878c9bbd4b808631eff600e77e0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "32362de08dc645cda6947a74bd376994", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "409f5c8fe02e416b9a6716002d121517", "region_id": "RegionOne"}], "type": "image", "id": "57f6a087893b4e418fd7f427a2d9da3d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cc909858f04340819196202cd5158479", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4266582fd0fe413a96b8158f2350c63c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "ab07342aacb049739af910f7ee651688", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d111e64258b34e1f9b2faf0ba0e55349", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09efa496f9434ebd929df5fa698083e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "daf3600372334ddba7289983444ed13b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66df6f1900224dfe9b7bc0c95fe3162a", "region_id": "RegionOne"}], "type": "object-store", "id": "db9cf03106344293a6b505a75438c628", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a235b09602be4d1a82a471eb6486c731", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "023cc0b1c4864dd9a2d92879ea2a167b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2f57aaccfc4b421a917e1ad934d8723e", "region_id": "RegionOne"}], "type": "clustering", "id": "c52c8aec3b1a4d24aa328eeff858ddfa", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "916133e52784422b8cad188f1eb17ca2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "292906a20258410abfb76ee6796a92e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "64ace12e70ae4a0a93a38e6e006b304e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "3ee12e8778f848df87717aa5b4e80bb6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "284838b88fd74c7eb0d0f762268d4149", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ddfda207eaab4c009dec35464d5ea3b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8a94b16cd8c443258fa1e5145bbe179e", "region_id": "RegionOne"}], "type": "cluster", "id": "7a5a1e93028d4c5c8a766606003f444e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "288346c4f15a4dc695f3bfbc061d8903", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5c3b298680524e57a0327a74171fe2ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "65984cf0aa5f4bd4a6770b6aadb60aa1", "region_id": "RegionOne"}], "type": "data-processing", "id": "b44be04a5ae342e58e152b7c8e9b613a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1bd2a6073263451f9e1846b7658e4e49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2ae531a8787545d08032b0fdfa26fb4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "654bbcdd62db4ea4999141bb33aec23d", "region_id": "RegionOne"}], "type": "baremetal", "id": "366c18f9866b4b18a760d4a39435397c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1ba0356a6dec4b12bc9b38a07240ec49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "95497ca79a9440febff4dfa5586a08a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2bf7cd3382f345139b4d696a6427a938", "region_id": "RegionOne"}], "type": "bare-metal", "id": "9cb69a47afaf47caaeec5924f5ee7133", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "887d02a61df64df29307896eef4106fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f79bc26fe0d443a18649fee2d2ea5059", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0b3df509f08c47bb9ce7ae08f416df3e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f6d07443bbdc4c93b4b6f87cbd1ef236", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7d6c6f32e482456b8163a488f324bd09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "58bd2f223ab04cea873705c8d5918d40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9cdc8dc2135148958b7593aac18b7a1e", "region_id": "RegionOne"}], "type": "key-manager", "id": "468e0a04597846d9bb1a3af10a261937", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ab453f45e645460b9cb0cabd5486347c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "08ea16e30f0e44b6969a7d9f9c378df4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8c60d6b2c05d40ea9e6f6f020b3047e5", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "98e0441928634ce5b810c142490d7b2b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "79cfb72289d8455fb9f8fb8124d57a38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "46945dbfb410424d952bb7c4007919ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "187afdc97d7e4ff7989edeadc1b47b68", "region_id": "RegionOne"}], "type": "infra-optim", "id": "d80f2d1d29dc42a18217c65ae104be04", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "124f3adc3d1d47b9ad3cedb696e7df39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f758bd001b264b21af7fecd6ae191786", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2835fa88952343f39646ecfeb8da1873", "region_id": "RegionOne"}], "type": "message", "id": "43364f5a24ca47eba599d127966094f2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "efd9b77125414f87befa81de72d0d32f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4866628ba2484cfbacfca62b63045dff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6ec14c1668f7472fbba06d8aa4dda760", "region_id": "RegionOne"}], "type": "messaging", "id": "2141f2637e61413f9af0d3e7181cd9ac", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "48a0e6fdf90840139a3218a9c47ca23f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3e86e2fd9a814aae9354fb6d1b8591e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3723848eace3410983f94239a62ffa3f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "18a162221a014893b2237a8132ac4ac3", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3e89c4408eb145149572db9e7c9ad381", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "11a88b0d50a34ea8a9ef33f73642a49b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4ceee7d20e364c498d8e5aedf0ebccab", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "22228f3b6e8c45dea94135971f469b34", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a0b0c9175db040b9a419fa74bf879567", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "809a15df29ab4187a2e0834146c0ccb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5d8e662137df4961b65ae1f196de8532", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "007794273dd842b7b3af456af84aa6f1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d9feaea5577f47a9a5bd9d49af11ce93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6ac61df8cb9749a19469718f56dbc302", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "27dddf9b48bd4dc991a720f8a41074e3", "region_id": "RegionOne"}], "type": "container-infra", "id": "fda5a48083b5405db24b3ad84672fdb5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "98a3b0e4111b41c0bc2a6d04673449c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ab1210d3b72f47f3b436a77ce7c8c4b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "7f5f1fa7bd0f4b8387dc4385b4855984", "region_id": "RegionOne"}], "type": "search", "id": "fb43c57fc7964c9498ef674804d481b8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2fff628a298248de83be896078587c9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "3bb27d25e163466f9e35b4e67a194e9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "18d5c9c9cab04ca3a29ce2396c232408", "region_id": "RegionOne"}], "type": "dns", "id": "12704adb000b4ba780a909406ab453f3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f634d61d49b7439da7a5fc36433309e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5db11fa0030146969866943a86f3674a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3f88d7bca2934f8da45d18d31cc6efe6", "region_id": "RegionOne"}], "type": "workflow", "id": "d29c3c03e57c47d0b15fea5bd3329316", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3cbf5483ea454866943f1010cc455927", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "196c3ad70df1411090bd786f9afa2afb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "37fba6df456440a8bad9bd2413b260fb", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f7772234a36246be878debbfe468946a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "07ce837f568e483d9588de8ebe672353", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2d40f177f75b402a834f68162be15c2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "30a531c605354622ac6e3619552ece71", "region_id": "RegionOne"}], "type": "rating", "id": "24722cd219c64735ad3982f16ef69d81", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "14ff982320a747719578eee9bd6725e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f940070746e04ccdbae4cab7ecc68684", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3c1f330ecc284e54bc01ccee7753a137", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1b6196bfee844a0fbbb3a27d20247ba3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6f7682ad6e53476eb2b1a3516ee62e9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c9945b261a2e408496ec88b7b7876603", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b23f29abb956485e86696c933e19b7be", "region_id": "RegionOne"}], "type": "policy", "id": "6187f9642db8497087d653b20e09a509", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7a81c0c311204bd387ec68e1a6e83d73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "53635c1ba66c4893b97c6ed3559ab27f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a670a8157bcc4107a3292b0793b0e95a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "edd02eb87a734eeda911b77a61b6daf6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9cb576e53e9b48bcb33e4ffadb8e5969", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "708bb23bcdc344d78551458a4b4d93e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5168cdb7aa8e4d62b3e08a0f217cfd4b", "region_id": "RegionOne"}], "type": "sharev2", "id": "10c30835a3844a0abc820f64e7ead64a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "75a83bb98e8c4340a95225418faded52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "49551f8e42414a72b1a9afe7494563ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f0449953c5a64a1293680bf79524275b", "region_id": "RegionOne"}], "type": "share", "id": "971ae70151de41d4b3bb77b4dfdd42f5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3b43bbd2a6854faa801174fd216a0d6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b0ce100a196b4e61935965137a669518", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "0ba0d92bb3a043178b50ad2e15c192eb", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "29f664f5f910415ab6de63a1e37a0f21", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7ffca9226ce4ffdb53dfba6eb83755a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be549bd5c0094254a6ace8be3f35831e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b86b750fda74a7ea5ea8c205e9520ae", "region_id": "RegionOne"}], "type": "orchestration", "id": "dca3240c729c4c4799604bffe5cca40d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c3bd0d9a23141bc8ef6b35f6d8fde6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7cc10e1d89b04d5994e00c0586571c5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41fe0b8de62742a686be8d4fc0f80532", "region_id": "RegionOne"}], "type": "block-storage", "id": "9c6993daf3454ebbb2e295c1f0861331", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3d0fe334b404929915d3f80786e7c1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c0d91921fda499cb229f3bf516e0776", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97b45cd2249043a9b1f6d8085dd7cc7c", "region_id": "RegionOne"}], "type": "volumev3", "id": "db01923cc64042a38076dde46f98d97f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8eab5445d8ee48d0a8898e42a4d0a150", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1df2fc06c9a4dcea7e6ce0130bd0ca0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5510138f92094360aade05d538f97dfb", "region_id": "RegionOne"}], "type": "volumev2", "id": "d1f1ce9e503646c398bbfa8eeda7a95f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aee3410e680644e4bb33c00c60ac2157", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ddf5d2c3fec746aebdba637e9746bef5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "104a21aae62e417e9f312e0cff5cb1ba", "region_id": "RegionOne"}], "type": "volume", "id": "8e74435b7d59456b93a5cfd9887afdff", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "388541949e0e4f42b5a23455f0fac95d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b230be02fec14289be7882c6fa7a9907", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94e3b1dc254c433fae21c9cad4858749", "region_id": "RegionOne"}], "type": "block-store", "id": "5d3d23f84d2f4f1f8e73b9aa70dc12cb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8530e3a391fd4108b722f336a6e4dc21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a8621a2a270c43b2b625d78f6f300146", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a3ed9bbf66af4d6397ed6a36a769c12e", "region_id": "RegionOne"}], "type": "alarm", "id": "736b2be856dc43639b15989724853267", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "12047facab2142909b08bd569f6f7ae2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "765019878149437c915f126946e57c37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "06be2042f3864ffe99f346736f33931f", "region_id": "RegionOne"}], "type": "alarming", "id": "2263930f6185449c9d43bc8012eb088e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8e34d14913bf4ff889daef4f4fe3b955", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7b50203fc01e4142b6f3073429a9d6dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2c33e3d89d3044a9a9c47345dfeb9021", "region_id": "RegionOne"}], "type": "meter", "id": "17a583806fac4f38be94b21d12c11516", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d1c7b8cb89a94576ad5bc59aa6d26256", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e39d4bc78316477e8b655cd383066bf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f4b573b3d6664b65af7683a1026c160e", "region_id": "RegionOne"}], "type": "metering", "id": "5551c3aa5cb3421db6438fda2a7ad6be", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "768fea4543914a01834c338d65803861", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "14f168d488cf498cbc9917cfd9be38a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8e082bf901234720927555f649343d26", "region_id": "RegionOne"}], "type": "telemetry", "id": "8955e22ded1141f5ae3c6881fdf5c2ed", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "aa64119c6f564152b51c5285d905b9f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "29c484ae7a2d4dada62a803ea780b5e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "800ba1a1e0b64011b83a449864c956d2", "region_id": "RegionOne"}], "type": "event", "id": "a7347015296e476d85eb81b23d8892ff", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3da164f0970646a99736d21ade230d86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5808d45ca93a44bda96ac4c24a538730", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f30cc89ec02047178790ee6399e599cd", "region_id": "RegionOne"}], "type": "events", "id": "5b21dd350d454c459c521a662ed64f76", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2385151cf9dd46e6a9ef33431ba1c14c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3287f42188054fd99a252a703a39e822", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5458753df4ea45b680353e182e3fd038", "region_id": "RegionOne"}], "type": "application-deployment", "id": "726f0216eae64b77a12d5423c35c0ced", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "afefa6c1cfa34eb99b132b946bc5a8f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ef4d2346afbb4a66990665cf12b99050", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "732236422c5c41ba8ad4d3fbd4a494c4", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3155fdd48f524c3897efabd364fe763a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f1a384a8f0a049ffb2477d77d19e0bc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9b1bfe8f9f384f9097427d09c2c015e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a15af90d0f364b15be45d0ad3a6642a7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4533b5f4b91a4070b4f3e1c52dd044e3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ef5e19d56db448fe8d7484876bd3e50f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ef00adb5fca947108a52c7ca41e79933", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "74f2d1f725334596b5120f947d3e206a", "region_id": "RegionOne"}], "type": "tricircle", "id": "c5e1495263134a49881ce2ab94bbff40", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a979b593e288463880d66b1538c21552", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "789ebde0ea4c493ba7d0cbefc98c7f5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ca5c58856562474c9d31944a28fb0781", "region_id": "RegionOne"}], "type": "database", "id": "098d1c98a2b348808364243b80cc8c61", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "12b1d13f419d4b088cb6f07a5b40c7a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ebd6c9641bb049489157b23f636f1881", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "916713a8ec1f41ee863fd608e3aa069c", "region_id": "RegionOne"}], "type": "application-container", "id": "4ac1b58d09804ca398fe076546506a71", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "da79032449164674ab87b32e3363af80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ff316947fb3848d09a70e6c6e0d9e3ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "df7b9777c39645f7b25eea874736e6e1", "region_id": "RegionOne"}], "type": "container", "id": "d7476070546f4915902549f5e2aca473", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9b713c91e8dc48eabcfa61c689f92a84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0d97167fc121482aaf31ba182b0be9fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f980d0f58fdd4173b5cd14652bdffe60", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f828ee8e167648c981e6cc4b05ffe36e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "48c8de45fbf14ebcb85b85eed0dcc59c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "021edc997d844fe6943dbe787546b2eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5c952f42a5534142b26d28bc8f9cb3e1", "region_id": "RegionOne"}], "type": "rca", "id": "86980e340ddd47c7bc79264f7e230b61", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f3a75e9b587147d381eea87ebf2efd55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "77b04f0ec54b4ad39f0563a7d0e2dd20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d6541aa20a294cdfa0da3393cbaae096", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "87785f12d4174a31b4388dcf86438585", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5828c35dd21d4d7eb546d2b29f8b6301", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a0e53cde386343ffa062a6504ee2346c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1ba3d64dbd3a407d9955841717669cc3", "region_id": "RegionOne"}], "type": "network", "id": "c019309d515b4546966094087b7472e6", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "56daf4fd09ce44e3968e07b5e66e1e58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "215b2553d4254edabe660fa39a8cc79f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "447e37b283c84c51869d8a3ecd842f0b", "region_id": "RegionOne"}], "type": "backup", "id": "8416aeb23eaa4356849cd9ba1602fec6", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f733e423b2874418ad324ab45c99a3d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "314359c37267427a9e8a296645b8e305", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2fb43f443b34446e901634303674320a", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "352d58dc8ea34ac0938bead03e38c0b5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b95d8a6b25154f348a1290c8aa041a9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2ea67c3b4d8b4e0bb2b063ded127cc1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f3f59a65efb1483f8a50216a2e143a9b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9e683813684946f49b71d8bcb976b6c8", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "45e0fa5feb42439b85a5f47ff9cd884c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "76c8fe37ee2043cb9e7084bb2abc9d24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "acd4398024cf48c8ad4b09204a5b8dd7", "region_id": "RegionOne"}], "type": "monitoring", "id": "ec6d58c7945a46f6a0919ff5f07ef829", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7848b36d1c044674ade2000f128850f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "55872b8aa36b4dc7931dfefe53974c38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "8bfd4eff65f04f7f9afa726194623e19", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "9803664bad0d4b06a4cdbf7d6fec8989", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e0ce5213c47f4f62bf4cb98f2514aee4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1963bc8c8fe0438c8331b83e066ecb36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "bc12ee5ba1d74a7a8b70f3eba87e19c4", "region_id": "RegionOne"}], "type": "placement", "id": "9818cdd7cd624f17b13b37ed8f57ca5b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "62b2c5301f224e1895c182fc1c545fbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e34e2b162a004a5ca15bff124e843203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f529cc3f90b74979b1f77a8737020cc3", "region_id": "RegionOne"}], "type": "instance-ha", "id": "6b649bcba0ff4bb3b33618634db435d2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9a705abafb0d43269f09bf41cbf5b725", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "01db074b3b844a63b3dadbf4227378ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1f328efd34a04a808e72df185897277a", "region_id": "RegionOne"}], "type": "ha", "id": "878fc5d9ecc94a4fad4135b8a71f32a0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "86ff872efd684f20a8ca2e656ab5bfa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ac8562ed7caf44188c103d2492457dd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "9c5a73f033d0448b8f1f3ed246fb3c83", "region_id": "RegionOne"}], "type": "reservation", "id": "c51f4da5cb8f42ada74aa106b3c2e348", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7d303606aeeb4010a43e2e705881f0c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fab903d16b54410ba77a77a1842ad473", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1c9401f238ae4c5eb24eea2d131bee51", "region_id": "RegionOne"}], "type": "function-engine", "id": "c43ad2922668420fa6342c9d25506365", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2f5e344713ba4f9a88a02410b8256185", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fb71747d7c0341ad91ef2a167c180540", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ad625addd2584483ad31a2f816d0ac8b", "region_id": "RegionOne"}], "type": "accelerator", "id": "314f4ece30ae47f882cb473eeb9ef8cc", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "628b33b0942140c3be68e64aca6beb7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c973669d7ec54ed98d3ce59f6590956e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6ca35f4980ce4e6a82884439dfabf4a4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6648338f89424dfdb6dd97efaa1a0fb2", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "94c64c958c5f425ba8ecfb92b94a7f1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "423c68c1eb2f4c4e966398be603b38fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0b12bdc09a0c4e58b74e551e920db1ff", "region_id": "RegionOne"}], "type": "registration", "id": "f260756fbf464f5d86983d1f027ba42b", "name": "adjutant"}], "user": {"domain": {"id": "6a5802411aa64d71a8fb1fe4d947c5ac", "name": "fa3401e2c4374d27b36e20d068360b3e"}, "id": "af3835762d6e4cf1a3c0cb67d2f07d6a", "name": "95a56f20cd96433d9216a1acf0b20a13"}, "audit_ids": ["175fc2c9395743e298eddc40e528b5be", null], "issued_at": "2019-09-19T09:04:49.220570"}} {24} openstack.tests.unit.test_exceptions.TestRaiseFromResponse.test_raise_network_format [0.066861s] ... ok {20} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_check_stack_with_stack_ID(stack_subres_id_act) [0.074927s] ... ok {8} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_quota_update [0.064299s] ... ok {9} openstack.tests.unit.network.v2.test_metering_label_rule.TestMeteringLabelRule.test_basic [0.065757s] ... ok {2} openstack.tests.unit.test_connection.TestNewService.test_replace_system_service [0.242617s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,284 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,302 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,311 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,324 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,346 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.219327+00:00", "project": {"domain": {"id": "c8dba52ce650492e9eb7bb10622f56e4", "name": "031446d2a8d5443b80cfd3a126f02b62"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "704230aed7444605a689c9bf93c80c2a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "993d7cc1d5344558a0c6aeea6af5f620", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "db5ca2283a0e49d18f9314bdb961645b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "84af1fd92d7e41699fc32943785834b8", "region_id": "RegionOne"}], "type": "identity", "id": "609ce26c12794cdf8b9f27bb0d84add8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5abeee470ace4b7f9b66cb8db542c3b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a0a1f49de17549df9da6ba6f34088e17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ea753d376bef4ffa96bdb98ca482d5ea", "region_id": "RegionOne"}], "type": "compute", "id": "4cd10d0e22104812a24cf1dd1e680a50", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e055a52d21a34c94b9c71202dd3ba777", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b55118c1c617494588f3854d904cb4d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0b29e7f461854171be57731eb42fd16a", "region_id": "RegionOne"}], "type": "image", "id": "70ab184ddacb4efc9b0f1b8a84d94bcc", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b00c16172b764999996fc95e0988b5bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "36d07810fed24bd19d08664ab4321433", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "a7002de877204ec08d3cd90d770260ec", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f8fb3fce4f694b058cffb9d44d79cb67", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb68a9caf73b4200b3d78dc50f2a9668", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d9540ffdce9d4e7da90fb272f231008c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8040373b8994c9e86a0c02226c57728", "region_id": "RegionOne"}], "type": "object-store", "id": "f4196c80e9f64eb5b1f615a6ebf9c303", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b3f51d7d0dc8401b871bbae6d77ab394", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d8e06f5e42f44bd8aa4e35f42c12f994", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c78aaf2a49a54ad897f4e573da47e40b", "region_id": "RegionOne"}], "type": "clustering", "id": "4e548188d35247ad86ae46a81723a79b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ba4eac5389d84a5ba133aea4e2438b64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7f2e7f9ca7d449cfad4dec615be4c031", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2e8b4cb0d5b84310978973571dee1da0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "9346da9cd1134feaa5b48bcd9b67fa06", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1d5eb55f7a304a1eb599f4b5506e1a11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8be0e6af1ed24ab0baac61e3296d9142", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ccde8fa2c22e442d8047d92bd69a1b19", "region_id": "RegionOne"}], "type": "cluster", "id": "4550b19bb3e94c9fa93aa97784ac1dcd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "99ec9997755a4cfdb902fc51ec323151", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6bdfce5656704d9ca85485405531fd8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ce4f7f414b0b4a58b74d691f2fcf5043", "region_id": "RegionOne"}], "type": "data-processing", "id": "58d1a40e9e99409abaefc93fe1110c5f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "91dcec8bbe4a4edeb748cdcd1bfc3ee1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "86bb0750691b4a94b10cff3edbdd72aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "79d4f1c1fcc343dc94bf8e2bc9783d1b", "region_id": "RegionOne"}], "type": "baremetal", "id": "177693d102e7429ea56bd4c27ac3d671", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6d033533b06e45a6bdb71bd08f60b60d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "01da0804416a4df89ac2c7bb344626dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "dcb1297f021f4aef90a27e3584edb3dc", "region_id": "RegionOne"}], "type": "bare-metal", "id": "34a876a79fca454b85717fe2f639b89f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2bf15b66ed354ba1b64f2deb3f420967", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5d2cd1385c0247ad9410fad0d69a26f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "3799e259b9d64756a8f9fd963f2777e0", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "54ebb5c07f97458d926d2daa5e3e81db", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3ddb0a53b112493c83e8ee505291fc7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e19cdeece306423096c3193f2ff7b240", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "3970923f0b354b0c88ac5742c66e76ec", "region_id": "RegionOne"}], "type": "key-manager", "id": "2a7f696f94cd460f8bcfaa7ad5bd15ca", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0998fb1b37cc4b019e0dceb6d7cc343a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ddc39875548f4e6393b246fa7edca33a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3c91f06e01494e1a97f1b95422e78566", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "5b2c42375cde4068ba0de98e57d56534", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3616588354024f6a86d3a2d3e340eda6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ecb05d40f08745c6ae16cfa33adec6c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bea36bd2a68e432283790790b90bae74", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a6201af69a2d4f95ba49bfec07a386ea", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "081d1a853f2f4e6fb004608c5eb8244a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d3694ee081a744b3bdc2b66ddbb48952", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2c9f35970b4e448090736fe3ed936e8f", "region_id": "RegionOne"}], "type": "message", "id": "7c131c1620884e258cb144d9e49248cf", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "76f0339856ad41b2a02908e446bbb9d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a803b86f300b4d0fa0e504ac00d73192", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6429eda749014f0a8d2e399a44cd0427", "region_id": "RegionOne"}], "type": "messaging", "id": "96127797b55242168715174edd3d5430", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c495032bb5374b51ac386842bd16750b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f0c36583a2bd44ae83a51896a5feaa9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "fae8dc91b31f4706a953c7a6318c6de6", "region_id": "RegionOne"}], "type": "application-catalog", "id": "db3af0b6b11f4e5fa9d43a82f8fa22b0", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b9053304e5824edb8abe283641400b31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "12b571e262724570a07e6212efe13d84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b73901144c0944f3a0da9b047b5f9fb3", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b38b8b5fc6f64e03be926ee51c2b3462", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "12da80d5f37b4f21b89c538b40e74738", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "977a59c4280042fb821c8d593db88b23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7807e4fbb4564c41b4dc46ac33fe1ae0", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e6453d069c6646a487f5be8c02dc7b9b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d792606cc5744c65b81ac20f95eaa0d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "330461ab0eb04467939527e7359a55af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4414cbaddb93404880f41331a1607a5b", "region_id": "RegionOne"}], "type": "container-infra", "id": "71b92223d7d94337ab0ec36c47d65f91", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f97c0592ffe941c5b8ccfa08af80f059", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "3160c7997571414baadeb5366c20424d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "1ebadd8813fa427884e194f8842660a2", "region_id": "RegionOne"}], "type": "search", "id": "d8499422001b45a3bdaa5c0e7cd2b53f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "edb9a170f91040adba28c0f3cb9c2bb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "1994d3a93d364dd290f92e692dde0eff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "bedfb9c411d14ddda12df826d27eecbe", "region_id": "RegionOne"}], "type": "dns", "id": "1823a50ec86f46ad957c8bb75d2e079f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2fb0e1d32bb5424b9b06a71a661270d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9b62e3f763c44bcbab903c74b2ffe626", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "46c8feff7414485fb2ddcd4e64959b06", "region_id": "RegionOne"}], "type": "workflow", "id": "819484be6f054b559744d4899a369322", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ac2f7c30edce468988b6c7d9418e0e65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "22e1eeaeb5ef41e982af222b0163807e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "df0aa2f0eeaa42eb8bfef2a3de8bf57d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d2e5e2737c584e2f9b04de19034abdba", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "2ea026964e544a5ca0a2bad621c3d729", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "99c0abfd591c42eab54c6b5f77bdf46e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c3f129fac1dd44e0b783df39a964d912", "region_id": "RegionOne"}], "type": "rating", "id": "56d302896fd14f9d8a9c2a23ac9c9065", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6e79b0b8848e4909b20b9ded09e99dce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3ea5d86a1e8c4e46b9364a356abff204", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "17574d0f4ed440d3a155e9d6c6acdda9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "80052c88a1284257af5d36d9301b2416", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ec63046d167f414ea7338e35d0ea0cd5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "490ee2a67ebd492e8b53054c6de708c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "886d084c48d348239f7f3f537fe5ae38", "region_id": "RegionOne"}], "type": "policy", "id": "2d39fb3fc5ca4e6494f33bb401ab7455", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7523bbc757dd49919af3d2635815b344", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c4dc80a9c39d47e69bfbaec622ec5c8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "33335c5af4b5462f93cb026a98318ed3", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "508a37342a1b4c3da96187d6f05a6b14", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "65bc443c171e42b7b87276084586254d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fee1d66a292c4443b04a08fd67678f73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "48a120610bd84db49907f8f0c4d2c38a", "region_id": "RegionOne"}], "type": "sharev2", "id": "f348008d3cbe4315a3e9210c27ebc32d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6f97326219774b948428c04cdb734f96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c5a8965f4165461baba6160c5633d038", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9567d976a573483ca688e3da3b6e2b8b", "region_id": "RegionOne"}], "type": "share", "id": "4ede9caf8fc346ba9a150f6e5ce3f347", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ed23ec20566f4c6c9cd1af9cc10ce286", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9a6bbd0952e040dd850df5e96e521de2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c89770809e1b48f2a30f8e39705cce11", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4907605f6e344e70b4c196c7fae645d9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea0702e01b834fea8ea4132e9fe43842", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0cdc501b6e584c00be78c4236b66d90c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c83bb2e2c8114e0f9980d9913182555e", "region_id": "RegionOne"}], "type": "orchestration", "id": "d32e5dfaed1943489e27490363091e79", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0df4823bff844fddbf65671a21f44f13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f34533a49cf4eab99b4bf2b65913f61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca4c6889996e4c2e9d1d18930ff5161a", "region_id": "RegionOne"}], "type": "block-storage", "id": "1eacfffdbc864771b2813c500f9c5502", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a96c96f1f934dfd93eaaef9472ba9bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8199ac609234f68adc40375b03bf262", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb9a2a6a9b8c43148a28cc4fe1e84c0b", "region_id": "RegionOne"}], "type": "volumev3", "id": "94e8a6eb63cd4b0abaa8449993874bc4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "459305ec50744551a0e5347d957c1e17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd13b51852c14831a22ad80d49a419ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e82425384f634b728b2087494bc6886d", "region_id": "RegionOne"}], "type": "volumev2", "id": "29f30107d7694aadab0ec36410b46923", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "019409c2cdd643f7b6b1b7334e36e592", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e94a97235f842a88a3b92182cbb4be5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a957d12cf054dcf9f017750c2cca677", "region_id": "RegionOne"}], "type": "volume", "id": "f40f7101c3914270bbc4b304ae05f7f5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c66483861a274381af572d3c304008d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bd9e209e51c4658ae2f2e35a971388b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de63cad5cb8c468c9b6bd29bfa481dd5", "region_id": "RegionOne"}], "type": "block-store", "id": "4190b7a8a2d74dfb8fb5c8a8c70fe8d3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "331676254a124f3e8fe559e6f140bcd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d8d6d76d1fb6427a825d2481a4005c9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5ff878d5bb79407aac4633eff77f6baf", "region_id": "RegionOne"}], "type": "alarm", "id": "70ac2ab332014e0bbe665ec077f34082", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f5619837bb304674b2ed2d5d84574ba3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e0d60317004c4ffd9caa53c81b58cf03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "858fa4f72d414a0495c9f5c7bf20c945", "region_id": "RegionOne"}], "type": "alarming", "id": "9155580250c645ad80155aef8a8c8f33", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "89ba9b1d922a44739d0a8a0f68735ad7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3447097e47204e5cbc9642af12519483", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "318df1f4ae5e467499629e9469ae2ba0", "region_id": "RegionOne"}], "type": "meter", "id": "5beb124a8da94d9f960a22ee68c81d35", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7e8983bd2d014b818345445c67690892", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7e97f4de554846b3b3bd18843b16dba9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "207c7c4a24b14759a43007d17522efae", "region_id": "RegionOne"}], "type": "metering", "id": "1a8281fe36cd4efa8f69b3ba125ae4d3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "68c016a0dd0048868bbbd850d4fb1ce5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0ade99d3584841cf8a1a9f7545c3ad3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "110198a09551453182929026f4c762e5", "region_id": "RegionOne"}], "type": "telemetry", "id": "da4c0836e4554f16a5afecd11a03e7a3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6f8c7fec046948548c6ff4105f82e71e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bb73e196e85e4504a5680b0056a00672", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "813425570a524cbc867d8518cfcefa17", "region_id": "RegionOne"}], "type": "event", "id": "b1b9386845944d8d8ba414979cd55e18", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "90cdca89faa1472688cf68d7a20fc914", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "244b7d2cd2ee42b2a97ea982c11fd8d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "72da4e99fd2a4c95976bc49622624255", "region_id": "RegionOne"}], "type": "events", "id": "e2e15189ffb64afe8e6e6b226c9d3863", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e93fce4990e3404ab40ef08a2ea2cc54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d4d4423f0c1a451db2c73025a1db5258", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "34346a655e3149ed99fdc3d54e25955b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "fffa7c6651c64f37af2986fcb42c7bb7", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b43e57c0448145a4b363b19dc0e40425", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9976bed979244964816a49d376ff526a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6971b2e3591b476d816e39e181ab0e28", "region_id": "RegionOne"}], "type": "application_deployment", "id": "59e257dbbb174160a3e296955771da1f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "019e8b1602ca4fa496e4a1fc2097bb1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c2137f5da0a94fadbc3822f266b082e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "42b1938047684f74b8c86cbc69d19e7a", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "fe14b763a1fa471d9c2b890c9742828f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1df9b73d67e3449bac2f27c4bc1e07b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6e09bf129549485eaea3cdb7cbb6a88a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "548c7bfedd6e4fa2af03b070ac953934", "region_id": "RegionOne"}], "type": "tricircle", "id": "e00b444d3a9140cab419a202ef4fbf7e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e667863d5ae245f2a1da5a4d1a132df1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "78258af4ff0a45c284191d21e8de9543", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "97a101a02d134bb7ac1a53c90ca0d86d", "region_id": "RegionOne"}], "type": "database", "id": "6ec31450199f4816a9baad13b20b034f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a2c853ed628447a993f0ae1cb6d27d1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f04fb0d0937d44f59672c3ddcd9edea4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cd1395346c5e4ab39493518f1679ed14", "region_id": "RegionOne"}], "type": "application-container", "id": "25d0fee36ecf4cf78fdc4948ea4554e1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dffcbd85dcd841c8ba97cfb5b0d74f10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "56410efe1f1c4bdc88f631d8c8933499", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "81478b636c454d6591c026d8d08af775", "region_id": "RegionOne"}], "type": "container", "id": "1546d03836f545d9b4dc3fa6170a5fdd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f66faeb6eb58456d8cefd47a6eaeb0e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ebe589d15d9c491f8c7fb07a0cee30f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "75343f58164c43c2b7ca015dfcdbc893", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a3dc3cacc94048e99315f44f1e707f3a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "716644014ffe40b88a896b55b00e63bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "221cec0c389f458a8b980e12c8fe5ada", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1ef78d9287574b72b043b8349dc10c4a", "region_id": "RegionOne"}], "type": "rca", "id": "9d7e596ee3b5401580043bf6409d6bf9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2b0ed36a8f3c4c29be97995ff6c86a9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ceea93770885427db82d4529cd8c0d4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6304150d4cbd4c058c2cc2ef2a2ce2c9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "988db90b6bf84ed3810e5e5d5a5a6cac", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e78c2bc469bc43e1b2125d020991ea8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3b971f248f344a4397f111075304fd99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "748bf95ef950468282f34cbce6938313", "region_id": "RegionOne"}], "type": "network", "id": "3b5fa0f25be24c008ba0abd6044c3fd9", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f48817cc5fdd46bc82bc398137fbbb23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2d0971dce0b64a0a90b565b763eba4de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "4003b1cc39754741b66cdc39453ae73c", "region_id": "RegionOne"}], "type": "backup", "id": "200015c6f48b4c68a118f663ddecd724", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d62ed014d4ca40da98620271eda3dc43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f44302b3fa4b4e64885c436d7538025e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7cc85dd3a1c5467aa6fc6351f349cd04", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "468c0b2dd26b4cd19fe6814cf13bca6b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4d1bb6d713eb48c983a43b4f19caed09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f15b9818beaf4fac8c8b61e839d6e276", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c3d67b422298408787c0fb595c7956bf", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "cdbf2c8c06204df783c63a4237d91318", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9eed63f02baf478783a2a8b8b6c241a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a7c9301ba028483f9d5a238f53632052", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1e03054872704a2e91bcd3b1bfe2c2e0", "region_id": "RegionOne"}], "type": "monitoring", "id": "b19f3465ecbd469699492dfe8d45df3e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f02ee77fed0b43729df4fcc5cdedd4f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d68204e11f0642deac7aa3214c0dc896", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b11754ae4abe4801b49172d53ea0a1b3", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "5504fdb1f23d4d0b9f798392bee1fc7d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a4f26fbfac364ba9a52295ced215775f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2e45fbcb654c406083ecbcd671784176", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "420425cb04644b5aa78bc57142bb5ae4", "region_id": "RegionOne"}], "type": "placement", "id": "d43159348eef4c14995e66ea1a6cfcf6", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "12829ce8c13f4a7da7ddc8cf57a2efbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4432c69eabb84bddbe0f60e16dfd9aad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "be9dfb1899864da196b21a661bdfa558", "region_id": "RegionOne"}], "type": "instance-ha", "id": "36aee6bc469a4cbdabde74f19e367e9b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1b0f38a1d71a47478536b4e3b16ab957", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "084cf3c9f0c8435490b50341c508fca2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0c5dd410d8e446e5a4040ef6af2e6fd4", "region_id": "RegionOne"}], "type": "ha", "id": "50bbf414e02542d3aee3a75d202c3219", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "93f8a4675f724876abffef64ae76a22f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0cf563a6900d4df5a5251f0daf964970", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "0411dd2e32484f3db081e559e74c65df", "region_id": "RegionOne"}], "type": "reservation", "id": "6b5d9218d4a44fc085d11085d1a424b3", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c7304bc1ecf340f191d0ce4d113e25f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d66bed207344426180c7e67299c10110", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "497e0223499f475db58421cc663a64a9", "region_id": "RegionOne"}], "type": "function-engine", "id": "f89f1a6bb7414c6cafdb3fff57f0c2ad", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "adaea49e68034a09b1ce99ac466365c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2563d461b0e641ec9774826c79575700", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "bc1b5435436140ae89da87ef34bbf7c8", "region_id": "RegionOne"}], "type": "accelerator", "id": "24d28d61d4dd4f1fb25e9090737d0332", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c7097d9847664b1bbb75cf95419d7673", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4a7f2682194b43d2b34cbef8c3699c85", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "485bfa92285d4c72b086c8fe069f4202", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ced7fa8aaa08433da554a3b847a5f0d0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "82b7c4b464d142ba8bd9933bb88d7594", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3b3516e7c8294ce4bf3d591f72df259f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "81c7e0f8d72744a689abd459afe07c04", "region_id": "RegionOne"}], "type": "registration", "id": "d696868e2e0c47db948c4958bb5dc59c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://fake.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d672dedbd634c2d93a5468f3772744e", "region_id": "RegionOne"}], "type": "fake", "id": "0075ffcebed745e78b65499390697f3b"}], "user": {"domain": {"id": "ed607b9d64e84b8ea4f0ace81305f151", "name": "7f56c80fb0484c10a94e413f3b147e22"}, "id": "a389280fdb8c4eb09c46512f4aada274", "name": "89d0817ac0c24b6cbf21b8ab4c6c6aea"}, "audit_ids": ["b249896c44d340cd881c29d7f0a64ea1", null], "issued_at": "2019-09-19T09:04:49.219327"}} {14} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_find [0.056109s] ... ok {21} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_software_deployment(name_id) [0.066294s] ... ok {6} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_software_deployment(identity) [0.073998s] ... ok {25} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_no_yaml [0.073063s] ... ok {20} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_software_deployment(identity) [0.058498s] ... ok {4} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_stack_ignore(sd_metadata) [0.065378s] ... ok {31} openstack.tests.unit.test_exceptions.Test_Exception.test_method_not_supported [0.062443s] ... ok {15} openstack.tests.unit.dns.v2.test_proxy.TestDnsZoneTransferRequest.test_zone_transfer_request_get [0.071809s] ... ok {5} openstack.tests.unit.test_resource.TestComponent.test_implementations [0.063878s] ... ok {26} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_software_configs(identity) [0.052785s] ... ok {13} openstack.tests.unit.clustering.v1.test_receiver.TestReceiver.test_instantiate [0.067369s] ... ok {23} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_get_stack_environment_with_stack_identity [0.069516s] ... ok {1} openstack.tests.unit.test_utils.Test_enable_logging.test_debug_console_stderr [0.064348s] ... ok {11} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_amphora_get [0.064950s] ... ok {30} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_quota_default_get [0.065936s] ... ok {7} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_minimum_bandwidth_rule_get [0.249483s] ... ok {28} openstack.tests.unit.object_store.v1.test_proxy.TestExtractName.test_container_delete(discovery) [0.214979s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,394 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,403 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,410 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,419 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,437 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.321892+00:00", "project": {"domain": {"id": "2d2ee4da17f24d398c3c0184448b19d5", "name": "2808ef0b8bc1474a878acc8c06dbcfd0"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "691bf2d028ff4c8992c946c48fffd818"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d4a1ea3b38bb42f1a7a5e3b12cf1d6c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2a457655f76f45a5acea9c887c7780a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "71486d5b15ca4062aef1aa64d2d43479", "region_id": "RegionOne"}], "type": "identity", "id": "28bdd77418a74354b2edf2849bc651d6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5fae70f937c34849a5b250156d68829e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2fde78265d9742589d5dee7dd6a79fe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a5eef0e7065844e8b2276cb083baf98a", "region_id": "RegionOne"}], "type": "compute", "id": "4e467f07249448b2b027e55f953cc51b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9a73361c82ad47c2ae6e506af65dbd70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "fb76a683722140f2ad2a9386edebbe96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "2f6ab636ae5448d287e8475e4cb81986", "region_id": "RegionOne"}], "type": "image", "id": "72bd08f8390141cd94c9d4a2fb65edb6", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4e8fce7c751347e9b41669abc7540f37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e9a56ddcc4e94fc68273fe9cceede017", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2ceb1ad17e5149b7bb63c09bd506652a", "region_id": "RegionOne"}], "type": "load-balancer", "id": "220c863685c84ba5a35e9561baabf4bb", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e83d13c0ed844a7daa49e88b7c1c6438", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9bcbab0982014dea8a15633a0a0bc06c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c627ececc60147fa80284425c22f8d3c", "region_id": "RegionOne"}], "type": "object-store", "id": "45c5d0783c0b4d649813efd8109d22bc", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "69f9e640e5a04e298c4c63c8b2f6c14b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ddf3672d9e4e4016879112085e05e8b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cdb332f4bdce4630b995ccd392d009bb", "region_id": "RegionOne"}], "type": "clustering", "id": "cfbd8de0e7ae4c5b80e7bc89df2fb391", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "98bb593fb0b046acb4d4b23773dfdabd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dd7bd7d512874fb288b59074b85b6ad9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1697fc222a12498eac572af197a79361", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2a527353313c4252bc33af31b1216c29", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cea3fcd81e4e4a50a43e984ebc83c6fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "49aa960affeb47439e153195cf5bca33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0d8f6976d9884402acd480e78fa8633d", "region_id": "RegionOne"}], "type": "cluster", "id": "e7e3502607d3465b9618937174c7d813", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ff0b86c6cb1549498e6f84d64b51e084", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "642c10368c114318ba9512f3766d7677", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "137cb541dfb940b285741eedb2656409", "region_id": "RegionOne"}], "type": "data-processing", "id": "42dfaeebdddb4b688a104976ba49b8d7", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8ab583d87ebf4625b8baa76368248043", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a7572e1e0b5745e19366fe8d843443f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a825ec892bb2451c8dbf741846fd0213", "region_id": "RegionOne"}], "type": "baremetal", "id": "5a9395490b6e413e97810e85e9985b25", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "005ca0a6a245441aa5e25bbaef19f557", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fe1558af83e84c2faa1fc536754e555c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "18ebab16e06242b298a40e1fd5ac24c1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "a7916e038fb74037bb70e66aa8c7a6c1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a809c71991964790b877546eb25f05a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "40e8d4f054dd41b78340f412a0031c26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "46a844114a7448d181d98298520a6978", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8476b42455364839a2398e5b496fd189", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b3052a19392e4a7c9ba0a8bb41634cf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7fa84e69893e4121b707ed45b2955e02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "108f4ec4cdc84414b4cbf3c590d09870", "region_id": "RegionOne"}], "type": "key-manager", "id": "e732e54ff3a34eb39f203cb3c3caf748", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f851246fed3b4410a3e8fc4db33006ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "97fd106acf2c4520b7be4311efe2ed9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "55c48cda4fa849a5845708e528afd75d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "8a4a7ff01cfc47d3b396417f3084fc87", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ec54cf117b8a41dab851174357ef7981", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f98ed50edd034191a8304b653ef47610", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f0f4d515849f4a3b836ca26cc3ee80f7", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ffca008d84b14f96829673cacfe31d4f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d5bd5c196e104fafb86fb9d3a33abb7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7d22a95ef4eb4018bfe88934940cf334", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f04b260b9efe4c76a44fd9884677b027", "region_id": "RegionOne"}], "type": "message", "id": "8b0ba6456f144fadb3c88961df95a07e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "25c4174b6dea494b9f466313eb1233ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8a45c1804bca446c9e28a44796d541a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "56a9d002e45b4c1cb3a8c19efa8f0b60", "region_id": "RegionOne"}], "type": "messaging", "id": "e430081827394f2193312d08f9c8cc50", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4da0943857a4421da601e39cc88eee2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "27fb24d22f624e01bcd5705585b914c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "35f9c095cde74ae5899d74f04792c2ac", "region_id": "RegionOne"}], "type": "application-catalog", "id": "78246a2987754bc581242d669fc1a66e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "59c87289bb604a6991def392eca8f0d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d731259f7798445db63f96773018f9f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0743ba988a3f403b94a857b1438e3e7e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "3abc7850227e49f6a45d01c268b9c543", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d425fdbc93724f90b480785b3c66178a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "087d1b8d856c4b88ab13c06d8bcdd45e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fb8d2f0b887e4c949e3c5e64c168b72a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b508792f11174c9d97b96bbb52c97b97", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bb4606dce4684fb988edd801cd8b7c36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "74ae2c8fc0f94ba99f54e6b3d43414ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "14515b01e1a548149348231658a941f3", "region_id": "RegionOne"}], "type": "container-infra", "id": "34042f724a6e4e138aeef2856c4827b8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c8d8884a775f4668aae79bf3fa276a8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "011eff4a7c4142a6a1893d0e1aaca9de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "faa44affa736422ca8c5bd912a33548e", "region_id": "RegionOne"}], "type": "search", "id": "9567e99940444c6eb0f0a477bae4c63f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "423d98eeeaf64c95ac08462ab4024044", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c2575ea384d54c16bb0cd45e828780c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2237667ceff94eb4bfb1c66e5daac3fa", "region_id": "RegionOne"}], "type": "dns", "id": "6795179e45d0452aa3fed18c94069d51", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f990248368204cfea313671068a5df8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a7badf24b90345229ad98e3de5b99544", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "763abdb9114049dc832c59d61b5afae3", "region_id": "RegionOne"}], "type": "workflow", "id": "5905ca2d82c1429fb988c2af57c08dda", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "195012a8a2834a9da7f73b33028c50d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "50ea3b93d68c4a9ea90371163f76db64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1545c0b1079d41b89d0f91d378d05ac4", "region_id": "RegionOne"}], "type": "workflowv2", "id": "f823d2dcbac7436c835f9c4594a3732d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "af2d2d2340274f5bb6e3eeea73e0648e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "cebd921cadde4451931d56c0c3a4c9a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "38adcf94eea24d46b3c021d860bfe1cd", "region_id": "RegionOne"}], "type": "rating", "id": "d833d6b5dc914930b5663fc795737cd3", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fdebde397254401ba40845740c7ad16b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3de4669522cb4bd484145f592f15ba27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fa69b3f198694905a35bad3c9d28565d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "dd484c95f0bf4569b430a49d92626e10", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1a385ba327674b79941900108321c5e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7d0f861ff0394ba583f78db6cd84347e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "fcaca1fba775448b87548a476ba31a4c", "region_id": "RegionOne"}], "type": "policy", "id": "b738d5c1b8834458bdafed43d405e766", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b27bd564b3524da0bdeb1490deba82a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9b6f747cd5cb43aaa99f7963efa72fff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "986056dc5a214ef0a086bf4cf9c8027a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "938ab2ed80374d9f966eb4de8ce54834", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f9d0b92d52744162825b770d9944fc78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bcb938adad4b4c8b8ae86ab65bcc5d6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ce02df7180b94f3799c65b74bae7b47f", "region_id": "RegionOne"}], "type": "sharev2", "id": "81914f7772a5438eb3b0318e08b9a3a7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "27e2dfec4d0c4f60b1ba251a4b98f8dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1ca715d724b644e0aec897bd2d2e94a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "37583350ec7e4953b9fdc3fb56c75f7d", "region_id": "RegionOne"}], "type": "share", "id": "27c314f4524f4df1a608580f7968d5af", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e8322ad57ebb4850b3ce69a3bfe9ef22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "31d28ff92b8e4d7c887c74a7b7ca7cc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "00f37dd668b94bc4a21570eba0a1368c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8fdad51aeb2f41e4b27d8c2d27204c6d", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9a76518440542eeb238ff4673907e77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7e42241ae904a4c86639c76fd03f323", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2ba593c1206499192b5000f01535594", "region_id": "RegionOne"}], "type": "orchestration", "id": "c39ac3a3d3b44a329be81e3a2e3c1ea0", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4fdaeea7fe3d4a94ad6e7c39c7413c01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ccabc252a2704583b637c7b85e1a184c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c04da2f8c93a47a68790afa64ef07332", "region_id": "RegionOne"}], "type": "block-storage", "id": "08f7dfcb19a44bf98e1a9d6b12ea7a06", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b9a1bdf8c4f4443b84da6e7ea448fb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bdf35e285c6a44109569acaac4ae1dd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f88f854eaec492d916a9d3cd2fabe4d", "region_id": "RegionOne"}], "type": "volumev3", "id": "f0325a63d0594fdc8b9b1fcfc3228365", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d66f08d45a1543a296332b593c47d758", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3f8d4f59ce34cb7afa76f05d6863097", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "390a405411fe4f799ccbea13682060e4", "region_id": "RegionOne"}], "type": "volumev2", "id": "2ed3550117a34844baf0146e00babc31", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2d30e4d7d9b84f6590db56945de758d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7126539b3a14e42a8fe0faf3fac889c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "47d4b372a51b4934bc0ac4d5d79f8c67", "region_id": "RegionOne"}], "type": "volume", "id": "531a60e131984c6a8598e7b3f0c9d567", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6724e395ef634cf69870a89cdd86f229", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "676d61a4d23d48c7b1066bacd37bdeb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02b5b52e687348418308e0014a82bb5c", "region_id": "RegionOne"}], "type": "block-store", "id": "a573e82ca584479797ad53fb9f50d8c6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "19c9be1ffff645889f64dd2a703aa672", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4ac57c4b765d49f4881b3855dd0e0bb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e93d85f6d301437d9d91328296b7044c", "region_id": "RegionOne"}], "type": "alarm", "id": "e9e7200e7dc44357975d230419dedabd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d75eb12258af4af9bbe39288acd3f58e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "095ee0980c0c4105a46262542591c510", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "53841c433f3546fd966093021e2624ba", "region_id": "RegionOne"}], "type": "alarming", "id": "418864de9eec481495c630c5a541a0ec", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5bd4f7fd43674bb4970f84954857529d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "278779950cf94213824a1c5f22eec242", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "42139bdf50534d1fb5761cf64bd8eaae", "region_id": "RegionOne"}], "type": "meter", "id": "6870f811e970457bba873665ec86e5b6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6287848a465941448fff126b23190df6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "707721ea4f434f84a11e1420495f6a1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8e5f3e596a0843688623b80debd488a9", "region_id": "RegionOne"}], "type": "metering", "id": "d60ce202186d4070b177b70047244a2f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2697ae46959a4b1980d8f757bf7d1a14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "77de67813e1b4d1981eb22684866be48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "aa5bab2a4f4a4158bd6accef450d4183", "region_id": "RegionOne"}], "type": "telemetry", "id": "b4bb89a3bd6d4d0e827b38b5011a7d29", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f7a95fe2e4d844eb9d60d9f091542186", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "74dcfd9d5d5a494ab65390157ae581b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "df9550a1953b4d82bb1db1ec5d891189", "region_id": "RegionOne"}], "type": "event", "id": "2fa9fde4ca914998a42c355b5be5b4aa", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "967b6ec0e5774b99bc4ba9b1e6ddfdfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5486c62508174a74939f02bbf9cf9745", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6926f584451049c4a837948c029e404c", "region_id": "RegionOne"}], "type": "events", "id": "8f3b44e62542486fa9cda6b116490313", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ca76c225263f410cb5307d19d5736cc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "702cb0b7c696468ab40b659b1af7b7f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a4dade4cafd04038af435fe72670b11c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "feffb03be9594a20a3a1e2865d611f5c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9101355ba3184428a495c52a2477785d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7087ba3a607d4dfe93338f3415219d96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "875c9b5f8c51475e8f8537e3bffe8b43", "region_id": "RegionOne"}], "type": "application_deployment", "id": "eaba49e32ac74459a2493660e09db2a4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "209ccfe46608403b89a685e209fcaf9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "193a605ec2d241aa82a16be6e8bfa4fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4ffe136df2d948dfbf30bdb636f5904f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d862610d3d164764beb2295cae477c43", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "12219f4b9fba487495cf936a1f542c5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cd2a2fd61c534a62938dc1eba0a338d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3ae9ad219e0c441e99e9ee4679aec3f4", "region_id": "RegionOne"}], "type": "tricircle", "id": "d6f419458b2e4c2881dd0039de626a22", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ef8fa9e5721b4869b864e7d7b0e84bdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "cb8b7bc50c074713aa70d9c5a8d5e330", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f5626255a63045139b24a81171677d89", "region_id": "RegionOne"}], "type": "database", "id": "78556b81051f47dd939f87b2d2d92eab", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a8374fb1452942f1a4e62e0f6cda92d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2dcbe50392ff4c5d822f04287bb5c677", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e845e17f0b344aa99c7cf8c4145d3bb9", "region_id": "RegionOne"}], "type": "application-container", "id": "c564768e8e7c4674bd161699efc49d0f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fb44cb2753434a20b80fab14e475f57a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "02a7a94c888246c088fe6874cf2f4303", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4c15e71de5e54b2098487ddbf72469a6", "region_id": "RegionOne"}], "type": "container", "id": "8a08664c966a4dc7886099d0b9c3c372", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9c51016cbdc74db8b323187919cfca94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "048085f73cb04e5483a20925a4da076f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "55a7142fd969484b9230bd65512fb1fe", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "427192cfd03c4e8f86d5fa3fb1e75916", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fb3ce4f956f148929908b50d4ce4252a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6024f41886384d9186d13f0d76a1d1f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "573ce9d5ecaa45c181f9e9b601d69e4c", "region_id": "RegionOne"}], "type": "rca", "id": "fa03711d703b464bb5f958fc172d47b3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "970279c33f4340628f9fc247517175c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e3d7ddfc36f84b259b69f5c65f207511", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6e135aa5e9e042d2b65099169e273f53", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f7676509aab54c8e995d6204c1150e49", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "60836d66fb4547d989bef91df5ed6b4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "34dd20b68f134dbbaa284b52543c5f6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0f68bc62deec4735baf44fb652159e93", "region_id": "RegionOne"}], "type": "network", "id": "faafd5b7f71241b09f581eb5af7e0e83", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9450cd05e84a42569a51ae4fd2587ddb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8197e24e65834332a83a68a4af299204", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a866b69155e1404aafcadeddb068a22d", "region_id": "RegionOne"}], "type": "backup", "id": "116c5b0c68984c10bc9cd771c655afae", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "804d60d03d614bf987fd56ab0d8889a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b8e025a2755e4889bd1f856891c8be38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a922bdef3fd048d588369cad878e25fb", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "087132673dd4494aa68f7e87bf6275ba", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "daeac2b48dc7481d989a55e1f9e06dd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2237cea48a7c4187b421849cfcd6f760", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e0d0ac38ca7046dbaa13e2888566f0f1", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5c710048b28f43e6849567ebc40a8b80", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "297574d6fb0d41f590baf4222cc64df9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ac859d62931b4564bb41744293d864a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "36b0b3d918554754a4120345dc2e1d72", "region_id": "RegionOne"}], "type": "monitoring", "id": "b1bc9ae03a2d4a93b793513585d74de3", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e96af23580a1479d8d22c0a5f1c92098", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3e429f17eec9428a9be030e46e721183", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b38e4e8f99694f87b0028f12c5a1cd15", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "57f76eba7c6a4049810457e03f56845d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "cf11a378975a479daf1caf05ce5c644f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0cb60cc7a82a414e82ae80fa82c1a32f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "76790cfac114435598bb9201824a0b6c", "region_id": "RegionOne"}], "type": "placement", "id": "53fdee7db35c4ce6b37c44581a9c9f2e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b14b0228491d49728c957c4e754240ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "720ff44718e4426db86665a5eb33773b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d6b732c49ba7476e9e1002129a4a55ab", "region_id": "RegionOne"}], "type": "instance-ha", "id": "3cfbbbe5ccfd44068234b3482d98b806", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "75ce3aeee24a4a16aaae80a561a9acd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fcec9ca7d95448498f8420a7aa7ad5d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d769e4cc6ed24753a3d8f9031f2e52fd", "region_id": "RegionOne"}], "type": "ha", "id": "8965a92b551a43fe90b79c0965d51cb2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "04c645fc8822451cb3fb4226d454ee07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "805787c77f4749d1b2f9b2c39858a2e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "9bebbc3209434cc0bb0c9b95e96017c2", "region_id": "RegionOne"}], "type": "reservation", "id": "3a1e15a94d2f4943b04ff99d1fd4c2a6", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a90ad41a2cba4274973c3ea4222aff93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "effe3eeaccae4bb49ead1b5a0e93685c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "60c51ff803994de1aadeba309d8dda6e", "region_id": "RegionOne"}], "type": "function-engine", "id": "9103b5e84b1d4061a2832a7ddad771b9", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "db8802b2c2ed40bba13d4a793f8124a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "23a879a43aa644b3a685f6ac04bee558", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "abf2638a51964dc28ad18a93adecaf95", "region_id": "RegionOne"}], "type": "accelerator", "id": "ed3a6b172afc4be797ff729cef589dbd", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6dcc2d2857734579bfc66a81fb61c94e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e4d23baf744c4bd7933ecf137575d55e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ccdf08765c844f8bbd2354b3a4c7f37f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6801a55b393646ba997cdaec353a7260", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5c60bcc9cdbf4c858113078b947f87fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6e5e4874c87349acba17b26404275338", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b9fc517c5713494eae9d928d91a473a0", "region_id": "RegionOne"}], "type": "registration", "id": "c7dcb72d355144959b1b7c1261db2142", "name": "adjutant"}], "user": {"domain": {"id": "bbf6ae2b170840b4bcb9fefc307f4a7f", "name": "11050f9869de4c3fb36aef4ea5762726"}, "id": "e816daa97cf5479f95804bf5d919f30c", "name": "f9816afc6bca43ee91c4ea6643d7706f"}, "audit_ids": ["d5971579a52c46099f5446a8fcd28ab8", null], "issued_at": "2019-09-19T09:04:49.321892"}} {6} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_extract_name(stack_subres) [0.062949s] ... ok {14} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_minimum_bandwidth_rule_delete [0.043795s] ... ok {3} openstack.tests.unit.test_resource.TestResourceActions.test_list_multi_page_no_early_termination [0.179737s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,462 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,472 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,481 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,492 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,512 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.391458+00:00", "project": {"domain": {"id": "2941d642ed934cbeb4185356b917bc83", "name": "2ff9030bdb854f8385651108e3aa0b8c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "9b8bcfde68624a6880f5033a7e9d0d8c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "58f2421e3d8049b6b6607b2c854cfdb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "17d9088771494090842ffc43319cc98f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "83780ced2ea443ddba037f935af284a0", "region_id": "RegionOne"}], "type": "identity", "id": "e54d76b81e61499882d2900594531185", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0db4749ddfc740fc8b4b1bdb7481604e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a996a1b9875d49ce96cd562aee079c5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f86d559e1eea44e299808c5364d4ff23", "region_id": "RegionOne"}], "type": "compute", "id": "34eb709fe4ea488d8734be9838b7caa9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "36a641c18f8c4f25a0b3ecffe3f0ec79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "bfc16d3dd7ac44b985d47ca35b41d3a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6a39e0063bb04bceb333b7bbedc9c354", "region_id": "RegionOne"}], "type": "image", "id": "0d5698d17c024c819c6a71edb30ba76a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "79063ef0c1454f30b68c6050f4c35090", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "3482ea19ccc54bb185ec367fb2d4c73a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "9bb05aa8d1c243359b93446c479a0106", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ec358324538c4ca0b63afc5b72867ec7", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80c42ccd27bf4cb5a7fb9fd8fa402a02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4985828e547b4420bf7eccab1c7cebb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea00a65ce8984d89956e1cf8951f81d8", "region_id": "RegionOne"}], "type": "object-store", "id": "31cc35f1ce3e450d8721ec350a246ac0", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a215850025d744c4a40215034dc78dfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "60798830281a4fe29a0ddb08521dacb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2447e9ae50984e0aa1b27cb85423c593", "region_id": "RegionOne"}], "type": "clustering", "id": "96cb71cbe80f46528af5e854f61ca353", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "78857fa10fb54eddbd872b40079f20db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1352b0f350d845a5af499a2831eb17f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "58a7f0c9bd274633a09747c68788de21", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c74cf825a5b746c99fd26b8bf8ee8b38", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "50fb1af71c9b4551bf63e11584b94a16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2758856d46f04ed9bc3215b630151b80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "63d8f9d25d1a45529052d1563db280fc", "region_id": "RegionOne"}], "type": "cluster", "id": "fc6d94e83dc6411995f2b6426e5f1cf0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6a6f783f5de048d29250bf2b477755e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "11aab6aacc8f468d8167505e92221789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "096638fb07724240b49ae1b7b1189b43", "region_id": "RegionOne"}], "type": "data-processing", "id": "3cbab819c3524f49b4199204c9fa9349", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "72b1b52d60d94422838630bf73ad8844", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "be9606bb64bd4208a64173b77478a665", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "480e9cabb4c8451692dcfe0ade100e8f", "region_id": "RegionOne"}], "type": "baremetal", "id": "c53bde2b0c8542aeb4a5027b45ba28dc", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dd9a9b3f41884d0a814479ae0ca684eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2bcb1e5e166c434fa3de62c9262a6b99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4e11b0883a914dd98752ffbeb57a5432", "region_id": "RegionOne"}], "type": "bare-metal", "id": "0f51504504d2484496ddd0922ca7c865", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5fd98bf5acb94e8eb9fc8291a7a1fca1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5f939767e26f4640ab19ff260cb352a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "1b68c1fe4caf48aa82196fe0481ec33f", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d5717e1b80c247d2b333a059c7bdced7", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1f3ec24562e04f229b2dceedd7ccaa65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "04dbfb98e85a45c38d04725382fd0a45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7ce9d646cd8f4301a432cdbf84d7c8c3", "region_id": "RegionOne"}], "type": "key-manager", "id": "38761bd558bb40cf85cc18899b89c14a", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2212af2a1c4e41c3a46fe8228d4e71af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0e9b1ddedcc94943bb1a7b8ab54e6c80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d2b085808ce540ec821080deb3e33a8d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "85f3da6cbe7e4a13b847d66d286a33ed", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7ffba912525a4706b87cac02627a0048", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "50a53b12f3a04a7993994f0a6e75c5a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3657e8570bc5472297736996340f09c0", "region_id": "RegionOne"}], "type": "infra-optim", "id": "5799d393bf714504a7e0049b53fce81e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "456a7dfc3a074c66839c87e4b8f487d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6ce43b62d2814d4fa2af2a639c19bd5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "af276c6f0fde4a7ab872cfb87a9d55a0", "region_id": "RegionOne"}], "type": "message", "id": "d0f6d038a9834cafa4c4483429da5c41", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a8769847b0ff41fcbab9eece91a4993f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3bb8c280b7664625aac5e6dd97d0497d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6b8d6e77dcc147f3ad76739b2c1c506f", "region_id": "RegionOne"}], "type": "messaging", "id": "f50bd03d57c64bce8537dd109f8c2930", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "41ce6e56850a44e79cf5d631a2155609", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b07fe5f8e2d248ff9147f2bda8846210", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "fff92c885dcf4d74a16e4d66dac62cb5", "region_id": "RegionOne"}], "type": "application-catalog", "id": "9d86fd926a96466fbd6dc3c02bcc094d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e53ade80717940ab83e4dc53ee600a51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e1e1bf120f4b45dd98524d92656754af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f5c9449b20104bcdac0d4608ddf32eb5", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ad65eabc81a54262a1fcc3a7b0e21836", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2c142d3aa0a0461cb8dd74eeeb143481", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d40ea834f5e4753bb6cda6e604ad264", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "234a578f886445db9bf6442e1f8251a6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "847ed90857564013b94a993721450760", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7bbb90cd462e4120a2445910f916d46a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3061c76d17fa400890c7554673e69179", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d1fb7d228dec4194afe989350e9dbf63", "region_id": "RegionOne"}], "type": "container-infra", "id": "f45092857081400599c37b0d7ed52a20", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ae244d5d0b37461582a3bdb2e22031c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "203caed01f404bfaa214607047d3bd84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "477ee4c2e7f14f04b95548533e47ea13", "region_id": "RegionOne"}], "type": "search", "id": "fee8bd65e47b4424b399b5398e3e303a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ab71aedca2134b6585a9389e44bf903f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a39853db21c3495aae47be0c6cf40093", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d79be5bd9da1401f963c87c01846530d", "region_id": "RegionOne"}], "type": "dns", "id": "5c7be21e51ec4089b22328ae654a1e9e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "40252594269c4f6e91bc87105805f577", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f2b926517c16411994d16bb720f5e708", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5f05f40c73a349ab8aaa818aee697a95", "region_id": "RegionOne"}], "type": "workflow", "id": "5042e10129f3465e8bec1c1392f5f2a4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3f7fd0f3322847b39310c5b11c42acdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5c170b874261476d9c207aefc8b1e0da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "828f6946b0ce40e7b17ee15d1b6e1c4a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7fe37c939d2e4e45a0887ba121f716f8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "936105f512a04fa9b8508646c5e90d9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "43b708adc5ae4b7abba7eadf517c729c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e855bbc14d4e41dd9e1879bd8349de90", "region_id": "RegionOne"}], "type": "rating", "id": "bd44389a06864f0e865e291d85e748ec", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0ec6b66f8a4249a9b0d4c3536cd9ea06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "eca42ed7cc3b42b89f7b3eeabc4e7eb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4cee151fb4024c08aa37760cd9e61220", "region_id": "RegionOne"}], "type": "operator-policy", "id": "440f59abb89b42d8b4a64c8e59c8e449", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3f5a8a702b164782b8e44925ab635281", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "206101fb9054400a995d04def25979b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "757e5837458a434399cf85e51c72e888", "region_id": "RegionOne"}], "type": "policy", "id": "f8941e5ebc814aba9dffd47c671212fb", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b697dd9a360742af97a5b1a812f34bef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "05f8dfd2054a4ce39f7f176027045433", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7920873543d546d9be81834e32922a87", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "ed045600927f465d81ae4ad2624d430f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "80b55f69884e46f6b6366d9053cfdab9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8472fdd5bd324ee2a947ca0ebe1ee13b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "032c0324f71a4381970690f626b64904", "region_id": "RegionOne"}], "type": "sharev2", "id": "58409f2e35744a73a0da17edbfb0375e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6f7ceac48512481c8d84d5565c18c4ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7ca6bf3bb516477aab710a451d60f4d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b93d8575ffc64cc6890c1e47c94a42d9", "region_id": "RegionOne"}], "type": "share", "id": "018717acec2749f6ab54d11dc0d951f4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "cb27e1526f8f41c18625e5958611987c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2ef9630f743b4dd68255c7a79ad6b67a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d70c6348e8a247599a97be620e43d1b8", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "37ccfe099824490eb4f238566074af5b", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4efc353999744b11a35618f7f122d095", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d60ccacc3cbe4e75a7a6a505cac78e31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c18676dca2746819bbc672ed3e9f9d5", "region_id": "RegionOne"}], "type": "orchestration", "id": "61dd17c72df34d0f9482313109e6c4b4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2434c96845c49e69957285499d84180", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c7859483eb6047cdb5bbc7b4f18856f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22e6c28926a548acb4f692c508b4460d", "region_id": "RegionOne"}], "type": "block-storage", "id": "62bba583cde9403e95eeb20054dbe10f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b83ba4b946154c22b5643aef54f8a95a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a0cb64089d24042aeaa5a4fb6acc094", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a5b4b90c51154d42aba2a23942c9ca3e", "region_id": "RegionOne"}], "type": "volumev3", "id": "488b16876b934ee586445934794213a1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5046112be1e6496ea4bac65f3e90d257", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ac12baad7954b53962b4abd3647a84e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be4dad72a1744d72b3f969a20603a027", "region_id": "RegionOne"}], "type": "volumev2", "id": "f7c283b66fea490597251f6f086aabcd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e1d67616b4c4cb39de135bce17e503c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6f16b70d7714c6ab42275eed810bc74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9a96044a1894239a3f0c3705347f100", "region_id": "RegionOne"}], "type": "volume", "id": "85888645d51c4a7886e203e2f65ed729", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa584ee97b944c37aa3d1ebb10deb886", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19f67943aa9b432fbc1d163c619bb9db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76893e18deb845269278f1a21e9f7d5b", "region_id": "RegionOne"}], "type": "block-store", "id": "92f8ad0355cf4daaa1634926fff9f42f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3aa03db06a534749b5a03e3469d0c6ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cce3509db1a5436f9ff42043d00c5886", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b2f59fdaa8094878a556968d53a6ab7c", "region_id": "RegionOne"}], "type": "alarm", "id": "285976dff21b4f1fa6998ac8f5e51405", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0ba6246fc88c4b4c9fb535678ffa2e00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7dd179e0d6614c43bc48026a605edfad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0698f28b383244a3b3448c83773dc2cd", "region_id": "RegionOne"}], "type": "alarming", "id": "234375484e594e13a3b33c8b5cb87527", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "902f875cb0aa4f1095f7bf6c5d39a9a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d5d3c2868eb24fd48687b6a028ba1c75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "31e0b9bc186f4fefaa5d293f30cbbe94", "region_id": "RegionOne"}], "type": "meter", "id": "bb145c2e15894b4299f64016f075f8ee", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "38574839f8f44103ad49d9dfec2e715a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1bf92a7f61934bf8b29fa4a8849ec539", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b168db103d2c4c98aed10f61c13bb1b5", "region_id": "RegionOne"}], "type": "metering", "id": "cb8bb283995946cf90e5980804884fe7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "37067680d8ed45ceac3314498523d261", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2224d22f92584217bc3e6265804c0b10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cb41c72ef9d14ce7b302856e87936027", "region_id": "RegionOne"}], "type": "telemetry", "id": "59cd7c266e294d11998c0173378baef1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "bb0867d9e5ff43518873ba642ec9d728", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "df4eb04115bf4bcd95223396511dbf0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "67c2dddb2dc944f48f3881429743b66d", "region_id": "RegionOne"}], "type": "event", "id": "2f9917d927fe42c5906b9a380dc5f00d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "066198862bb746c8a69b676eab16abc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "75c13c9c8d0745b6923e1c44d27d01b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "acafbd3aef244e62b049ff66192049c3", "region_id": "RegionOne"}], "type": "events", "id": "de12aab1949740a696341fc349702149", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f6176359cad34639a90bc76316318852", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bb3a57056dea406b9204f8994bb82df3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "42c233a17c6f41f387eab1bfb3e6419f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b304540c06394f5492c60ed1fa8e1106", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "83d7b4c05e5241eabcaf79b9f77bb2ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6b3c36609b944bd98d9981b86faf5177", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "76e1b11414b54e88918ea6ef141930f7", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8e8ffe29630545718167f916028c5ecf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ac3472e244994d67a783706b839240e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4af3f9ed23b549f5989db2dd93380dcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "851a6a4c6be54eec81e50105bc127396", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "dc9baae87bed409daaef3c0f49cceba3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bc905107f5ab41f1bb5877598305ad14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4365a333bf8e428e8876280737d01e0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "902a791d27514b82b582ddbf36a3624c", "region_id": "RegionOne"}], "type": "tricircle", "id": "f4c7a3ea86a042b9b739d26ae66a77a3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5edd8173d2324bf6a0bdc761e6421842", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "feb1df8558284bf1af21ced5913672e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "04698589d18e4a5d957a53c009e6dfa1", "region_id": "RegionOne"}], "type": "database", "id": "c6004e5196474eadaebe6d193f7a5ccd", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a16697999c8249fc84ed5929a670f09b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "85e6ddce08a04309a743b3f6961b4b89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2516026fa9a6487397048d0aa36ecc8d", "region_id": "RegionOne"}], "type": "application-container", "id": "9fbfd195835d4fc99ea630a3bbbddceb", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "71a9d839023a478cb32c0240b66277fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b0b7bd6cb65c44bf823dd4e423d9a979", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9eba1a9d27b8462d828d7672665a793d", "region_id": "RegionOne"}], "type": "container", "id": "84dede3df8244406a2cea71b863278dc", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "15a1341b98374b7fa196d436a67dfb0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c6c4c0de5def4ba395acfe37e75cdf77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f63d047cdb7d4e4da53e99a76e3ae96b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "92857559cd8e4ed4846ac723fe37be8c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "160b7c3cf58b4f0a97a76ce0f3a214f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "29c9e71f98ba4d01a69c8510d1862c65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d1d4df18e052495a9a8aafc91876c4cb", "region_id": "RegionOne"}], "type": "rca", "id": "537383418e274538abe402ec469f9a02", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3e2a3261bf2547fbb9eb02a828dfc78e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "07462bb499e243319574307af4c93883", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e6110ffd2245400c894ef6428969b204", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1e52c3c520f444ec81b1e210425dab14", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "2ecf9faf0ca4455fa65364722250cfa6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "703ca32fc45b4cebae2f646d2fe585e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3d7c40e5ecb2488e91de2d9ddda6b261", "region_id": "RegionOne"}], "type": "network", "id": "06ff6e1a532546458b035ec7b62e7e70", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7ad8b96d70b1421fbd09a1ee59fd1924", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "978a3608365c47d69d223b142bc53b0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "981fe06b0f6145e0b069ea8213176240", "region_id": "RegionOne"}], "type": "backup", "id": "1a670c2caf99407a89e2695214d94921", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1ceedfc6cccc48838849d2d4eb5550a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "376b2b5277904bbdb1c3d5f057b8ba02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d94eab4fcaa740f293b9776f64793e34", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "8a1f633f08eb4266aa1f8109239750ac", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c01c289c716f427484b704acd063bf0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dad561a8c3c54e1ea41c460475f3ff36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "12a55e3b8b3f470bbee43b5249c5bab2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f9d5b090b1954236af878d189f026dc2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "24969aa3f34a4739b89cd9dc476056ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c3ce3a5e0cd2403083ae207c56a1d8db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e047d615b78542e3a05698baa5bee2e8", "region_id": "RegionOne"}], "type": "monitoring", "id": "6879c7736e394390b031732e9748fe69", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "66c1b71ae2a84d00a588ed4f40d11990", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2bfe73822d4d40ddb9f506ba2b8ecf38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "392ebb58e3ea46f4975f4714de086899", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8a2a784c37ec4af9a188b3a09f369d0c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1f9f19113353495d9bc22009bb8d0d48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "753e16ebab944040af48b7318d87d79c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7662b96c0e4646f09fb885406daeffde", "region_id": "RegionOne"}], "type": "placement", "id": "9b0cc8e65903478a95e879c1fdd7fb57", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "aa2d229b72364cba884c4938995badaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "532989e590fa433ea738d59b1f250e69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "01ff9debc1be4b19acfbfd4814a8a5e9", "region_id": "RegionOne"}], "type": "instance-ha", "id": "591c92638eb54bdbba250d1aaf0386d8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "39b96c4ebfaa405ebb06bc66dc326dc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "566ed1480dd14c9689b60ce2ac3f05ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2cc68ea646ba49dc8db8d94a6d30b07d", "region_id": "RegionOne"}], "type": "ha", "id": "2cafe002aa614980a8532f5aad1637cd", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "721f29d143ba4c1dada9f7d274a6455c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "deb81ba4191a43a681b716cce37b98c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "02fbfc9c8ed246f28d2176814fe4c49b", "region_id": "RegionOne"}], "type": "reservation", "id": "8f589489816749d7bdd4543d961de719", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8a11dab54679424fb8165805ef3aa70d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e35e530ec90f4ba081b52949b23ce4b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "d9469bcc5b1347598828b9e9c243d845", "region_id": "RegionOne"}], "type": "function-engine", "id": "7b290e5259f242c1b1e5a797ed727aed", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3d38a791a2e44fb9b86cd18c1d9ba3ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2e8f30f62d0b4eae843f2401f42f55f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "db463ecbc8ee43669e99aa90974366f1", "region_id": "RegionOne"}], "type": "accelerator", "id": "5c6a1330ee4c4aff93eeae8cd1cd5ef8", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bc5c301d6d534bec9873a92a1a26577c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "05403a485a0c4b37870d3896c09292db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b0e3a290d98943e1bb22953c6fd6e946", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3b7c5ecfac934492b5a7fc5376c8b2da", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4faa0f9c5e9c42639a84fd9675329230", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5e6757aa867c4ec1a94e47f778d154ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "667e3843f0c247398420beed3138acd2", "region_id": "RegionOne"}], "type": "registration", "id": "0e239f6ee5094124a4c075d3c02ed1eb", "name": "adjutant"}], "user": {"domain": {"id": "1a1ca7bca8ee426ba41acb9fb8f79558", "name": "4c588c64e95a4ef3bdc1c33b12d14d40"}, "id": "ba5f7c14b18e4c6e983a4cda5e4346d9", "name": "8ac9004bacdd47cca781aa6880cdc9e8"}, "audit_ids": ["53c6021c91574960b27bc28787a80e33", null], "issued_at": "2019-09-19T09:04:49.391458"}} {17} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_software_config(preview) [0.064494s] ... ok {12} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_object_metadata_get [0.236266s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,405 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,418 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,427 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,439 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,454 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.324115+00:00", "project": {"domain": {"id": "b064328f42864839a5c53faac20d2893", "name": "bec8d1f11346423d85d3c43f5f87b407"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "bbc36f2f123c4c4f887d44ba0770cc38"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4d4e2e62759e47d1b904ed7be65a8a79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "28c85b0826054b70a40528933e25914f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "cba54e8efb974cd0aa323473f2b9e9b2", "region_id": "RegionOne"}], "type": "identity", "id": "37ee3279fead457a8092e53a41d63132", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fe98c5beefe2473ab80b8dc30b49fd3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "013cc0cf2b3240e7aca13e2eb82fca26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "69c563ffb9d44782b0ff03c134abeebf", "region_id": "RegionOne"}], "type": "compute", "id": "87ce623f83d84c838c295310fb237caf", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "68d27e6bdec94eb19203ab0f79a779fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "6fbbc7f2c72c4d02a3c19f840f8f5225", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "c3000dc37a424fc39254d194e80ddfe8", "region_id": "RegionOne"}], "type": "image", "id": "e368b857821d480e8b769e8a6052881f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "fcc689f29ebe4cc586303b880585e8f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "1b16f2bf3b194112be3d69c6389be809", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "31b5113202fe4c718d890b6082adc87c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d0542cbbc2ec4a9dbe0e5d6c5c2ef9e8", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6cb91565a20c49fabe191de3fb93fabd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d05bd68306cd426ca14a7922f8a49ab1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c00c6287249942cfa65c50c67f7affb0", "region_id": "RegionOne"}], "type": "object-store", "id": "d47c26ed18de4feda83343ab3384f6a3", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a262ea37b4094b48a9c28c923ae44cf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "66f2bfe03a3340288051c5e48fc524b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4eb9595d3e7a4e4793e4d36bf3668b15", "region_id": "RegionOne"}], "type": "clustering", "id": "ce80bf5e0046440e9bab956b14d32c71", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "20e096278c5c4b94bc794d221f3447b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "92c26f6a9742453e9f331698adee23e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0576402a88cb49ed986427b9b59b68a7", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8ad0ceacc73d4dde9565d1816be1c1fe", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2da614da40ef4b28888a830561eb9d4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7f52188ac1074a06af9b14c78893ea53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "092856c1d2f94f23b93ed4bc111edfb5", "region_id": "RegionOne"}], "type": "cluster", "id": "38fd1ced9f7c4ac0aa6bdfb0c27a4691", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fcdd3dc7bab1450f9fa807e3931075d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9267d0ab70994b5f86a61deb7a2a852a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "e44f806eb13d42959293699c65668856", "region_id": "RegionOne"}], "type": "data-processing", "id": "19331afda8cf4d0ca1fd26e66be3b8c6", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ed5ae785927e45eebec5c077d64bfb45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b7e95c235c6e40278fef3763bdc61765", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "cf36b7682acd4f5a946c8cbda3213624", "region_id": "RegionOne"}], "type": "baremetal", "id": "b96657db5390486684820b1a68f83ff1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fe5fc9860347481f8e7a2dca99704756", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4644ed710dc9435a8c8b66a1252e7cf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6517eec0f3db4d97ba0377baccc76991", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b24c96c2b2dc4aa9b4a4aee1e43af116", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "90b3cd3bcd7540dd8d5aaf0e8c950388", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "267304d64ed04f999f036666e1c8d28b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4cbcc6ce4fcb4820adde9e336f6e351d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8150a79d40164e4e8aca5d23e34facea", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "135730d740db4452b53f6d897968a82e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7a7e900a5b50436eb781f96ada7ecf14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "df8ddc0e97424ebfab5036d6f360b2e6", "region_id": "RegionOne"}], "type": "key-manager", "id": "49efc20d1dfc4b589b97016994c1b52e", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6e183f731157485fad89ae3a27139619", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8204e3aeea404e1f8da4370c91edff71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "86cca2836006494c866bd5f56aa29fbb", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "fc320d713f91442381ddc9b4220c1da2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ded26a6e49f341d3a8d89c62a74bc571", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cb219e7ffa014169905971cad3d093b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1a4fb76db0d548a5b49b97d0618d81db", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b2f42df224cf4fa5bcdc1df982c35dd7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "88948275883d4543b11e7190e58882b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "87ccf20abc524f03baf1ac0589cd6189", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "8c419f7b6a2f407bb88fbabe0b477b47", "region_id": "RegionOne"}], "type": "message", "id": "9b46bc3a5fe04232be7f816a61185420", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "336e459aaf784bb08ce9070b01476e7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "edd5d639617642a1a2ac1ca5f0b4daf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2b3502fb2c6a4430862cad912202eb94", "region_id": "RegionOne"}], "type": "messaging", "id": "749b7a364a5c498db49af51a7494d459", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5213aead76ff4d0f9428b7cdc61b7f9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c1df118372aa41939e6ed6c2c825fe03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ef6a22b3aa9b49d68eb95abf330eecbd", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ff5c4e9dbc514bfbad70f48387add522", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ccb8970db88f492bb5d2522dec3043fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7c90c63fb54042fa8a65fdfc30df2ac6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "27f2b4248bb249e5b08bfeff2ac0bfc5", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "11f96afcc03b477f86974e28f72b96d6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6ccf13d730574867ab6c3037f2ec6765", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8fc5a4a0e94448199ae6d2d30c806c28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d471e3daf3db45f2b360b20233cba707", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a8121221130c4bc3a45f1b21b09c1a56", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "72e9eff5276f4800b450df8ac67caaa8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a6becdcf79414103be4a9461b3a41944", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4145eb20144d497d8da07452b40c9003", "region_id": "RegionOne"}], "type": "container-infra", "id": "a12a36c6d7f048cf8e36d69b63a9e599", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "be54447cb41447588e1f3d842bf29596", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "2310f02dff25410ea8281ce00d37814e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "de5c23db1c414f54a1221b4155a5d2c8", "region_id": "RegionOne"}], "type": "search", "id": "0bda291bf6d04883af75daf3bb8c051f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "11e00068840647c1afa7cfa8c1b1015c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b6419532b17749e48f49804ec17906d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9f060f7b3e6c44b78c94c28fa493677e", "region_id": "RegionOne"}], "type": "dns", "id": "581ec9e2c5754afd9935d97fe067f935", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "552c4b5333634711a5f73aa33b4142e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f335a4269dda43fe8dbc277401187837", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7ef5618ff93a487587dd25e82b1c4491", "region_id": "RegionOne"}], "type": "workflow", "id": "299b54c570aa4c4fa81b0ddb4a1ddecb", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "81f9963655bc498895cdda5bac138b3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fc6cf0425f40456dac8a6575d649aa53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fe39e1299c6746a6be87f40a112f4c1b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "97d7b7fe740d4fa78870f19056b63a42", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "f816f98717f24346aa499d81778548d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "10d2d945453f4b6db3e98e3c8fdea2e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "0883a31bf8d242438df0310f39923e74", "region_id": "RegionOne"}], "type": "rating", "id": "d2d6cfd8389149289827e12061da469d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e701bddef676463f98ad54f083a1ae89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e8d140ae2c3348f59e1604fda7ee16e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0ec7f9e928e14e3bb4b2344ccc32b066", "region_id": "RegionOne"}], "type": "operator-policy", "id": "53dc728b288b41329dd1a2245821ff3a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0cff9c5484eb4e52a0349bede2046dd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0e80b2cfb6f74524b277f78e7ef38923", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2acab3302e394f5cb87dc6da021cbad9", "region_id": "RegionOne"}], "type": "policy", "id": "d9f67623161f4427b66ee59ca2d1bed2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1d4ef5c467d949d18679c7d442879bf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a2498f6344c84cc690bbf7eb225dac00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cb4ca6fb5ebd477382f57a28a711eb76", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0fea7fe2b0ea4ee7a0fe33b4c1c35ae0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4034f646e102495fa853abf1b3d73b0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "73eb090656f04b21806534fa42840696", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "05db0303498346b89b027fc1761e3760", "region_id": "RegionOne"}], "type": "sharev2", "id": "16ad45bf6c02457a969ff978a3915e70", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "297e9b8a9a744774817167fda0f745e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "64df84e3abff400b9e9bebdd0337e533", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9504c84d36a4415a83b997ec26b08d48", "region_id": "RegionOne"}], "type": "share", "id": "1bdb4f10979349fbbd6e5e68ac2f58e2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8b7e3eb204d64423bc7f547fe8102ee5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a5a7a562e6154fb1b13d824ea97334e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "47f0cb5ccbb1494582733412bce63909", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "9afa2a9c19b24d0190e78a4ba785f8ad", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3baa2b301db465d98c3e550d0ef235f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66d435ba75f94284874f382111899600", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26aef71055704ff79cd75f31c85f4e97", "region_id": "RegionOne"}], "type": "orchestration", "id": "268bd9c750cd422a9058a426a846a5d6", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d58815a64594337a1c6326fe0e86776", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d6f29f2e51c147e4af54739b2890edec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89bf4a5ccc5f4d159a2935e6374a12e5", "region_id": "RegionOne"}], "type": "block-storage", "id": "f3edbb70579644a8ad0262463af3d70d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80d68a51cc96488c8ccf55b74a0895c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "04305f9ba09a4d53ae32da47bdacd08b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c1fc1dc6d8045a5b1e58dd9e0a748ba", "region_id": "RegionOne"}], "type": "volumev3", "id": "85de702dd1e341bb91acfa5842781e4e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ffc631cd906f4337b61f9afdc861d28a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d599d36e42042188746487a8463ece2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa8ac561a4f749f485a4b74195ff0a2b", "region_id": "RegionOne"}], "type": "volumev2", "id": "16725ce454c545af914d1bdb0561796d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6b65992e8f94686910670573d62a1c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e99c4cdea5324f6cbed6725e98ee50be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b8a7f1fd67f454e8b51bb3dc23241cf", "region_id": "RegionOne"}], "type": "volume", "id": "f29ebf418411417ea053098d74aba0d6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b644dbde443c46f6ad40500eadb8dd6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "364151391a68483384d92937785b701d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5935a5cac84e41519e1f4215af64bf9b", "region_id": "RegionOne"}], "type": "block-store", "id": "4906613f57074966bd73bc78b9e92495", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "61126f63cc604aa395bebb3df96985e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "356317ba70aa4d6295b407444ea0e488", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "81873426d7f54353a0cb4b8a0aebd411", "region_id": "RegionOne"}], "type": "alarm", "id": "d71fbd23774c42118233f957da93ae57", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6a62dca4b9b848a6a21e3af7849c1254", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9e5dc55c0a32429a99b3eb63b7992472", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6bd95a1c4e164a3b9d50f7bd2a14657d", "region_id": "RegionOne"}], "type": "alarming", "id": "b4657e327b1d4d06ba7ce2e7684ef506", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2a0020e922734c978ec3bb8a62021d81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "420fb78ca7844656ae3b94b24c5a2b70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3462b14b8c864a0c8098e5ce10e31c90", "region_id": "RegionOne"}], "type": "meter", "id": "3d04784f6085469a9720867b64d4023c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9526b085c97c46389fc514d913cc2f65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "54aefe161f5e480abe29770d38e7c92c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "28e5d8fff8524d828761430fb9e5c8c2", "region_id": "RegionOne"}], "type": "metering", "id": "18068bd9b0b742998f56ab9a6a8bd6ab", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7192d899f1ab4243a55c6b7c330c1a6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e97babe74a96493bae0134faa8fba7dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "91986a610e4e47dc8d71d16dddc5cb34", "region_id": "RegionOne"}], "type": "telemetry", "id": "4691c6290a4441458cf5146356032d58", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "051aa6348e2343dfa06438e51b99eb3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "8eaf30c490b54ab59360301d31730058", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "794bf99ff77047c6ba1b840f071cfe12", "region_id": "RegionOne"}], "type": "event", "id": "36bd21211e5447cca459cfcb39f3535f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c9cbc162f12d4080b1271845f335e181", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d558d598ae3a4332a16ab3001e044b9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f8ac45b85f664f72b936518b3cb33dea", "region_id": "RegionOne"}], "type": "events", "id": "d9d9fa24a9cd41879418c6597f991785", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ebc8b249b9d74339a5b3af67e9816a00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "42db3d33c14c48449f42728a76916bc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e414b4239b334f2aacf4fbc68f520f06", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0d46daa8c69945459d0ee2bcc9958b42", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d0552f5e5c304052bc7098de7c44b47a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "145d0791f4884e3eb7f79b6714b01253", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "514823f5b20e4d5a97513f7b202960ed", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6053891122c74ddbbb0f16d8a12e3f7b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3a3b9a351dd842189dda155e968f4695", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9b2473cdb7bc41bc949a73428a0ade17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "336d30ee48c34d53846c26cbfb11f682", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a630a5875ae1426d8e0dd605c3cd07e6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ecb4395a9e6c4694a4905e15750ea9cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "09425f1617a649c4aac8526699efa381", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1498134e4f6a40378b49d3b58dc223f2", "region_id": "RegionOne"}], "type": "tricircle", "id": "75e77a08cceb4ffe88949653c5294671", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "deda67f0d6f8473f9fa8f77a7d04eda6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "35bb96cdcdec48eda1bc36f2695e6fe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d3b81cdf0a04460e9c718b0a3640fed6", "region_id": "RegionOne"}], "type": "database", "id": "9dbbdff31ff74418828ceaaab10f1984", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ab36cddc5ac9400182d5938aefd3740d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9cba2304a40747178b8f0467b9b52e2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8c0d9b755a5c4ac09a98f3c40406bdf9", "region_id": "RegionOne"}], "type": "application-container", "id": "f18be0f105d6462b81cb0668458c5e96", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "65f99aef95444e71acd44fc7aa62bac3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "11ac899289de424a853d0123b8b95744", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "7351f977cccf498f84c206cf7fc30b03", "region_id": "RegionOne"}], "type": "container", "id": "d1df79c1f3494b238b6d457a2e0c757f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "721147a67c684cde8f9086f65e23f249", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "de255a75cba34329b6e4eb8775a35f81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "96317f2bdca044d4818bc1a8d77a68e5", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "57002345f6e54ce5884fe345cd13fc39", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f59956cc38bf44708f122175fe2c059f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b697798a285444199117246749f850dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0dc9d4c174b34c1f8f18cd04d3b36a3d", "region_id": "RegionOne"}], "type": "rca", "id": "3cead2e8b80547029290d3058891b1bc", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9dc614d35012419cb19a3147465e8a71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "8e4535cbd80245748f0aceded0dd0d4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c7ecd77167a1415d96d95f84a44eec8d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2cd433aa6c77405498c5679a66988d12", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a2b395ab691b48b893095df1ba847b4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c17b1ed3871a46adbf78ebd300b5a411", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7bd21d279beb49eaa4a3999fd0f39970", "region_id": "RegionOne"}], "type": "network", "id": "4401f7974edb4bd98175d0dbb260fe48", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c43607885c894b188db36055801ef0b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "74a64dd3afaa4245aea0c6a579a333a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ab1adfcb79ce4a2ab6141ca06f931b72", "region_id": "RegionOne"}], "type": "backup", "id": "40ef15b219aa4148a3bd2b8d125669b8", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "92bce9676d9d4f14a6e3143d8cee26ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e39ca5efa2374a69bbda30f1b2ee270f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1bd97c4727344c8d9318332ec778ade1", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0bda21c232ad4ac3bcd956fd2c63b740", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "501922c09235471a94752c122e30f5a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0807709daef548babf8f2e0f2f9738ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5a405b87dbbc4edfb6ff983ecd106641", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "973438611052473fb689852c3133a529", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "848c09105cf54b62aa5a1295f93eb940", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "56ac6a8aae1c42f690ae2406eef8e568", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f5e96fb4e88e42ae874ba6b5e7fcbbf5", "region_id": "RegionOne"}], "type": "monitoring", "id": "fa9224920429447082f75a6da037673b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "358480592efc41e29d59a2aac7140f16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "76b9332725fc4383aa6992804c7ad343", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7708edff47fc4b938dc81bf8e6fb961a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "5902b872fa974726a3eae26cd9979c28", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "aadc3d68bdef46b3b8aba374247015fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "0c741c0a696b44179d46d3b6b93ea1f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5ee4a8f9d3db4263b1bd99afc50d21a8", "region_id": "RegionOne"}], "type": "placement", "id": "02821ab41eed4121aa9b0c0c0c424b55", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f1253a7db31249c4810e8abffe839e0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9da962d6146149cebf699c221f08bf75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f968b3538a664c919be4d17a96c5d883", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5356135adcef495aab944489b5af8c56", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6abc9ec4af7f4cfe8fe53a6d02be6536", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "96960b06154f431daa3b349ac3706553", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2072f876311d4d35a75b1cf12c3e7abd", "region_id": "RegionOne"}], "type": "ha", "id": "d2ad2b15336e4e61884c8c77f6934719", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7d63392b02854cc0b2f3cb0311dde339", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e326883422d647da8c8da6091e235aa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ab408bffa30c4966a1ba6e32c8a19359", "region_id": "RegionOne"}], "type": "reservation", "id": "8987d8e3fffe468db8014fbb3d3da26d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b6a784aacde34471b672ad1db733234e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c5c7703b7aa04414ad84125c144305ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "dbbbf6eff7cf4d07b27257b3b2c727fd", "region_id": "RegionOne"}], "type": "function-engine", "id": "3db765065de24b3faa7226193a0d4110", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8228451e49ef4b1ab72231e9b86d4306", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d2e9f15560cc44b4a269cb1ade30bd24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6c3271d01e5547e7bd395cfe8c8eecbb", "region_id": "RegionOne"}], "type": "accelerator", "id": "9c35460bcdd74494a916c4ad806dbe0c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5a6e3bb164c14e6980b306f7c20b1d3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a374082308334aa7be2db48fc8fee934", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e8c06a7c54f343e390e3cb49bf0761a5", "region_id": "RegionOne"}], "type": "admin-logic", "id": "f87e5c0638174ee9b969a42c290266ce", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5ec377c1e0f14b769d5bddcba9ac4797", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e8b273ee15bd4cef975f7a175a744480", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2c0bec245ab94bde8809709219533104", "region_id": "RegionOne"}], "type": "registration", "id": "63e86471181d44e5a924677e20f32cc6", "name": "adjutant"}], "user": {"domain": {"id": "32ec3169fc2c4ff5b216dca51c2b2582", "name": "03896c3981fb4637aba9b947a6e364c4"}, "id": "2c7076565f05427da283c5f133cca784", "name": "4f8fd019b90f420395d36c9298220041"}, "audit_ids": ["ab3c044b4d3440b3a939712fa92b77a3", null], "issued_at": "2019-09-19T09:04:49.324115"}} {13} openstack.tests.unit.compute.test_version.TestVersion.test_make_it [0.065104s] ... ok {14} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_policy_update [0.072462s] ... ok {9} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_rule_update [0.065067s] ... ok {15} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_tenant_delete [0.063424s] ... ok {0} openstack.tests.unit.object_store.v1.test_proxy.TestExtractName.test_container_create_attrs(discovery) [0.209572s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,329 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,337 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,342 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,350 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,365 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.255525+00:00", "project": {"domain": {"id": "c4cd26924623410eb3a3f4f92515d16a", "name": "c89dba8511214620a8fa5ac7008caca0"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b94775503c2143afb77cb8dc10c37900"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2ed7a3903c3f4d29ac21480f3da4fcde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3e0006c46a694232994fbdb60dc97b52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9f208bf75b23460e8f51df79f159f66f", "region_id": "RegionOne"}], "type": "identity", "id": "204995ae2ce445a8ad0897d1e271cd11", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3df950d0bbe04b59a3ef974e82ae0490", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fb183a5fa45e423bba8fc559b8228458", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "33e82122629d45a79561cb50862df977", "region_id": "RegionOne"}], "type": "compute", "id": "8d2d80c058f34748a4323316d078458f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "3d08a189683c4b53bcec67cef9666b5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3619bf23bed04bc395f7618dd75c06ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8aab363b8ac741b7aa74a93259dfb040", "region_id": "RegionOne"}], "type": "image", "id": "fb7752803a11447bba1451063bb90672", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "730a0227f74e4049aa88944c5be91179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d3cf36aa0375444ab5d8ee870cd2f348", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1f3402607e154af2902df9d0f6c3d2a9", "region_id": "RegionOne"}], "type": "load-balancer", "id": "fc1e1044d6a24583850ffd99327ba3e8", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "905f73aa7a804089a68ce6b16bd01c65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24191f1f83394acc9b0e07cc370a4f2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5770a3af338e462eb25daa8e8aa7565c", "region_id": "RegionOne"}], "type": "object-store", "id": "cb2c52fabec143ce832f0ec488dcd279", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ba69b8911432487e8de9aa6a8b210f04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d23d262547354515a7d7dbd285cab977", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "40c0e72d82f1471d9b8c252fad89a302", "region_id": "RegionOne"}], "type": "clustering", "id": "96c9423a41834e40af23532b1934ac31", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3a06f54b22dd48df9f66f1bb053673f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fccba2485770405e8ee3a291e631cba3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f80c9ce33165441496a31a122a39f685", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ea1b951683114af2b8ed9db2fc6444bb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4cf63fb744b54bdd947b4d80c06f26f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "075d5b3c07654b13b92b7bc319426e37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "17c882b72fd84408a086359b6157131a", "region_id": "RegionOne"}], "type": "cluster", "id": "2164b4770ca54b41af11a0d92bf53749", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "944c1947160144d980691199a3edaa68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "af94bc87d67a46c89f4da4b6a84b4741", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2e7f45a66f014a4887a27609f4d0c406", "region_id": "RegionOne"}], "type": "data-processing", "id": "d2b5b3432aa24571b1f7417199b76e5a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2e704ed3763b4175887ddc8a908ac423", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "72a11e24ef514603b4598bbea028cdae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a6fe3041c74549e0986df656a29cc66b", "region_id": "RegionOne"}], "type": "baremetal", "id": "06852c469de242159aeb78427f41ea9d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a379cf8e65d945679478ed8d78cbc087", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5747dd3ff3cd4dbf90c23aa88f16acd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "bfd570d09f3b4742a059a015e461167e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "2e26874cd8ca4933a7ca586f66cfb1f5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "99cbbc21052b4f3faa89e5ed65e54086", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1113ba344649407881245987b5c6b844", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "14562a1727eb40bba3c674842b0a80c0", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "07dd6814c4cc45a19b4d1d083ff14240", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "74e096209f264c15b324e67363d176f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4e754303be9f4660acae2789fd752ff8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "bf1e40f3868647e3a3fb56dab22a3ef0", "region_id": "RegionOne"}], "type": "key-manager", "id": "f2d6747f21964c1e874e67d2db60708b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ae6ae86bfb674f209bbb89871b80a417", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4ef7867a207e4ff1ba4c05d0f0dfcf60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "689dd19ac2b94588a271b0931ad47702", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c9ebc8f9c98a42c08c4827ae8e4120c0", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dd2f71b5b9ce4d5b808dce71bae9f600", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e5efdf7ebf4b4ea39147dd5ec85c9785", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a8674e6a53c7434889210bce756478fd", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ae4bf2a4d50841a79f84697ea68c07f9", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "51d716e5ea8240089a573a9bcedd361a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b58cf233fb134255a704f8522e19e69f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f152ac67912948308eeda50c529f2ac5", "region_id": "RegionOne"}], "type": "message", "id": "0826b8ebf7e74b4481176bb319da6582", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "19ca359bfcb04566a9883200fe05d954", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b7b438e1060a4c75b772211cf8da0251", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1c60127bfe82475fbc0b8a645c09c812", "region_id": "RegionOne"}], "type": "messaging", "id": "e42da847e0034570982d05520214ffe7", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1c369a12fdeb4464a2334076980d603d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9f079f6ad39b4255a2bd8fbdfda7d29f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b9c8637ee70a408f815f9e014d2c7257", "region_id": "RegionOne"}], "type": "application-catalog", "id": "bbf6c11643364c88a2a8430a82497955", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a57cb69c03f8464c9f98b241ccbafcc3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "13c4bcddb6454f0eba1e81a69e93b36d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5be7d3b70c354384be53c6d6a0724bb5", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "cdc59a64f77244aca7b3603d33e64d92", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ef1e958acc54df59bca7177aa15c3f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2424d0d63ed048cdb33e66de8188306c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5cb2155cfa674c4c9b0a77e37a1f56ba", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e8a35a86135c48209598196ebb7dc394", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b113df1367a74a66844d4bacd26d1bb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "340a0fee446e485db086443c253d8c36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0bb99b60289f49d9987cc4b5ff32e7d7", "region_id": "RegionOne"}], "type": "container-infra", "id": "8a9fa735ad664fdb900aef6c28435e0c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a29d30ee8fbd4640866ece21d893cf47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "32dafa66495a4c0abb77536c5b54dbdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f7c3621584cd49eaa3803e4d71e2411f", "region_id": "RegionOne"}], "type": "search", "id": "6c7cae02fbd646d0a4a1000de359dc87", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b1bbd814f0bc42c9899dda5207eb1069", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f64e46cdde7f47df9756bb36929a3c21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7d2c113fa80b4233a377e5305ceb0200", "region_id": "RegionOne"}], "type": "dns", "id": "51becdae138e424d9202939a30df55e0", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "563752035e5d41fd8a90293692539bd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3bcecad447ac4320a9185f90cd4ac61b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d70bbfcd14f14e0cbcb2c188d3d3bd83", "region_id": "RegionOne"}], "type": "workflow", "id": "98d573e442124753b2dd4d15ab0f9410", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4871a1e36b7542a1a3f3e7492b66256d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6b0c0a17e8e2473b8150f27ae719ae7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d743ced2e6a44ce7a5809f145de99d18", "region_id": "RegionOne"}], "type": "workflowv2", "id": "02b3e9601cf04e82acb97efe0f8c3882", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "096b8176df254e34ad0f4eead0836884", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3a4c40aca4424d2fb1cf28e314866f03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "046843f6adf44eba9c95497e497ef544", "region_id": "RegionOne"}], "type": "rating", "id": "54d237b14a464221b2d516bbc7bf8abe", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d90f1e641fc34d01a8526c607b5b8b87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c66a24ce3a5a40c7b2000b1e27d1d267", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "09f538a350434767b7307306f5374d1b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "3edc32df5d65481eb14703162c27386a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "744adc6b666f41a6bb036d76e7f54d6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e9f349f7aa4e456ebf63dd9661968d27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7db7fbabe6084bf9bab78693cb13d4b6", "region_id": "RegionOne"}], "type": "policy", "id": "33c2f766624b456aa6305213b23fa11f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2430f43fe3ec4feb904044c9a925d31a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cdb67c178a8e4c46ad3e3b3a79f7a8da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d7e5df6510ea4fc184004188a8cb643f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "6118c8e3d12e40e4b03e6f0685870aff", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "10b7dc7e12df4a5d915f2c59fe32e862", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3e5324e11d504d7e8f36729eb77e0a2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c128c375dc5f43a9809769a0d3b8eb06", "region_id": "RegionOne"}], "type": "sharev2", "id": "c8191969c190410ab73c27f431dd59c6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a2f4509cdfec4ea1b6da73f81150a01e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "222f675015b649feaa8ca04f79f272e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "411cfed818e544c78c20eb4d48358732", "region_id": "RegionOne"}], "type": "share", "id": "04954842b8bf4da08b1e85b7cc9fd169", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "68e7af6124b94765a485113a081c8322", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "54b2b9f38e8549a09069e7287cd8ec12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c14a9819dd3e46e1b521736170f22a29", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e729bccfa6eb4b1dbec901cbc74ec3c1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c953b039c1ef40109a8263aa9bff1b42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "832de5e3308144de83fa81ce36656351", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41020c38f5c04da6be6c7dd25f8bd88e", "region_id": "RegionOne"}], "type": "orchestration", "id": "1c3adae4fd12480a9edb883ae52319b5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2878c9f9f5c4ce5898b2e23d95a1527", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "914fe23951a7442abb87f57f8f84c249", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "30825d6d6a81430b85568b8b67a94593", "region_id": "RegionOne"}], "type": "block-storage", "id": "eb449af86cbd4643a50b157d39c1a9a1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14a8e034cd04434ba0e4ec1335076030", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ded67e7a208a4786b2f155b2b35cfe6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02d03cb03b5247d2ba028e821d3880bb", "region_id": "RegionOne"}], "type": "volumev3", "id": "32260bfde899461e98b2007a90add223", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4433da5d49a44365a03f067643f4a0c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "150dd58673c547c5953d3f0a8ecd981b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1765f0c0a6f4d8ebfd91f807ca2b1e1", "region_id": "RegionOne"}], "type": "volumev2", "id": "44974cee44d84088a002ad027ab81527", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ffc2b8d4fad4173a7fa000ec215a65d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49f70052b0e943f6930cb74bc8695a0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2c7fa15f3bc415792ee0a6e8bb76523", "region_id": "RegionOne"}], "type": "volume", "id": "d57d05c3f16d4530a92d2b6b0217664d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "211d1069fedb4db2a4c371368208d3ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37583563eeb74d6fadbd169cdf9c0fa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00ae8a52679a4dc58fbe0791f9a98504", "region_id": "RegionOne"}], "type": "block-store", "id": "e130f200f6ed465a93385da26360cad5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9441786105554bf1b287b7799677fe99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f45235cc2dac4326ba91fd09d3cffca3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "eae8faa4c906432e9fcea66f08f6d06c", "region_id": "RegionOne"}], "type": "alarm", "id": "e6ea7315b24b4c808318c28a28494fe2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bec555cea98a4307a9723b84d0cac55a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e9f76864f3de4b29b3ddad3e2c45cc3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "047e858798f94693924ac9a167b60e9a", "region_id": "RegionOne"}], "type": "alarming", "id": "39ef805adaae4d8db61addfddfa7d87e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "331b34f97517427a861b5c1ee92f04c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "68ad9f45d2cb43bfb27a281d8ebe656d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a58a1b379b544e669dc7140580a06c64", "region_id": "RegionOne"}], "type": "meter", "id": "28afa1c73b484eb58f8ddf4d209df2ca", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4779d7877b1b40b29ad06b1750d7ee9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "33d9d0171a9149aba262794fe90ee25b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "26099857d94444c3b358d003f704b9c5", "region_id": "RegionOne"}], "type": "metering", "id": "e553672536b449eeaf7e5ae9db7ff838", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c4e8984292b7490282617a3da376a900", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "778b5f818aa4450fbbc304034833828a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "05af2c6cbbc14a748d3bcb08a92be8bd", "region_id": "RegionOne"}], "type": "telemetry", "id": "2a88129fbe2b4d1288fc98e47882a7a6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "84ca91f00a144f53bd048a4aded27693", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5702d49a3f37465ba16420a8557bcf7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cdd5cbe179b84f41af4c047c0607c79a", "region_id": "RegionOne"}], "type": "event", "id": "cf805594564c43929c2b74a067960b72", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a4a10afe32c14630b9bb0b82f8904962", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bd548ced93134f3eb0682cc6d1798da1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "eb4b0a7f0b6649ea8f7dbc800033ad47", "region_id": "RegionOne"}], "type": "events", "id": "d548d273f65c453ab2c34f12a04e9c8e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8b5f7279cfcd448495f1104299af1e3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1d7ca713fa724dc1b6fd8d70ab0ecb32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "10df7f4f2a144269ae27709cab6b9f3d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "758eaf8ec4274cf1bdfba1437880f833", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "92cc4fd09da04652a2dd3b84c30e869a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cc5db3743e834897a807c4002eab276f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "72dc0803c57647ddaff5c4adbe20394b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "db6d2615e81a4436a8482c8e85ec0d8b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f71b32e93fc04aeb999422aacd9fb215", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e60a30d26fac4f6cb2217be6574b2620", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cc9eb65925914744afacb990b617d998", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "169ac98eef374a1ea9fa86da5ecf36a9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "53221f520c4f4b7083a88bf8d8990504", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8e12cdde3cce4eecb32703a1cb7675a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "31bd4791d45c4220bb2ff82298342b75", "region_id": "RegionOne"}], "type": "tricircle", "id": "64ebee5d9554439e899dcd0060c9bc82", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0256424c3fd94d8b960e023079b01b99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "17acfc69d3d04c4bab80fd43493a3345", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c7b1cfb87fa94819a838d24a55366e98", "region_id": "RegionOne"}], "type": "database", "id": "75f1ccef678b4d648f4cb1c37a90dec5", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1a8a32dd4c0f4c8c967403b93eb22242", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "392385eedcaf4d43811653884a02ed2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "17deeec574d641f8950e0fc183da7244", "region_id": "RegionOne"}], "type": "application-container", "id": "996b8e6ab35f49018e666ebd8dd78b60", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "64fc502df0254145b5b4a594a9befdf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d43807ef999c4b4fb5b163b94f173664", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ae95ad9381ba4787a7fdbb02308a8b12", "region_id": "RegionOne"}], "type": "container", "id": "234db34cc26c45cbb41435f700775b97", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c824cc2212ee418f88ba5c48beda603f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d35f9286ad3446c4beaaf121c96a3d90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2477fdacdecd43d6a05c5939c9d69a27", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c28eefecc5974d6b986ee9414dd4efe8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e1343dfae81f42d384801b762355a5f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e9f1d428707a45009ca9cb897affa360", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "591b438a5df74a3fb2813da917f47aaa", "region_id": "RegionOne"}], "type": "rca", "id": "81ed93516e774f6f9ed7a26166fc92e3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "41a5c18da25f467baaab81855403d14f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1f2cae45dfc04cd3887958c32aff4f1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "189d5418b536476a947ecacc8fc29571", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5f204e51d0f941bd896343159d51f111", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4b7afe794f274b10b611b138076a88cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d3c141186a234fdfb615f99dfc346534", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "5bf805146617458f8dd419533877528c", "region_id": "RegionOne"}], "type": "network", "id": "4fb17d69d2624f8c9702001fc8619dd7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "aa38b5723fd6464e92024f331cd4ef20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "3b96774c610042c593a7df773016e741", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c3c9cfad20224bc7af7af9b1971ceb05", "region_id": "RegionOne"}], "type": "backup", "id": "483586e552e742f7b40376f8894401f0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c11a4145fc2247888eb2e2efd7ef4d4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "14cc8b0c918b42e7a99bf306c1cae930", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e23a4c8662e64aa7b0a5b7c4f9d2b8f0", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "d1d5d07c376b4834adbcca4b7a1cf677", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ebb8c8fd7be24462a4ab1bad2d32cf47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "83c99410f9bf4a32a3036dc7aaa4bcd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "201cbc3270784df48391e2724a7f35c2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "52fe2d75c1a64c63ba96f6ef0146737b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "431e1c90071f44ec9b2410dd164b3f89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "aee9bf5640d04a799ea684cb508b1168", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "d3d258bd93c84e93aea17f1f236bc8ed", "region_id": "RegionOne"}], "type": "monitoring", "id": "84f2a458a45846f0af9e475447ac1bf1", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c0ebe9af3877412bbba544383d138713", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "18a15f38df54459bbfe6c1a8e5edceb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5a9a34ecc8124b6f86d975d12bda8a81", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "508e0132e031410f8a6ac4a5517c253b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d928dd38e53640da86128e33cc944347", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "b996bdb07e1743d19a0e9dbcf032951f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "776355361ae54b30ad09d4bbf88e5b2e", "region_id": "RegionOne"}], "type": "placement", "id": "8ce9237929194d02b8fd62421a88888f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5ec8205f81d24bc7b10e03f3dd99a997", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "29916b34dc684616a305a877d2a71beb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "84498feb75cd4c10acb18f97c2ffe340", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8249a5e4c74448769e4c6e1998147916", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0e043a5114fa48d2a46c872f6837d2f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "953df86be5bb4a15a13f20a380a362c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "1aea5c2779bd4789b1167cd30bca865f", "region_id": "RegionOne"}], "type": "ha", "id": "76b0c302035e4d07951244ea957e5bc3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3809bf32cc064209aa115de322df83a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d3ee9188b4104fd4bdf9b9ee7d16f169", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "0df7ffff565c4b63b9ec725803b05ca2", "region_id": "RegionOne"}], "type": "reservation", "id": "da4431872a1940c49fce184033a3bde0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "616cd41a7e2a4b5e8495ad48baee219c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "cf61aed212df47c1b926fa0fe8d4ee91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "36282a5b45fd4683b7443f67aea954f7", "region_id": "RegionOne"}], "type": "function-engine", "id": "0fbb589dde494d60a7ae443191dea14f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8305cbdf85de4023bd59020501a62d74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "233a26518fad438e86f8aaa95326cee8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "4daf3da1e91e4c258b164bbed8887889", "region_id": "RegionOne"}], "type": "accelerator", "id": "6fa65d78673e42b7b0ee2a443807260a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "afc5c75de7eb4b90b221962153dc3e4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "32dde0ff7d214bf99b0875561470c858", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b5ca375d12e14e0daa1b9f37d6a3a615", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ab8b0d867a734aeeae2a3a01a8dd15e4", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f1e789c50d5c45739758d9a845afc742", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "028d8cba92144bffbec5d8d384a24991", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "7af6cf226d8b483192eb148a53f8bc8e", "region_id": "RegionOne"}], "type": "registration", "id": "cd982e890efd403c8eae0b274d58c53a", "name": "adjutant"}], "user": {"domain": {"id": "a2580379d8704473915b5d1071cb38fb", "name": "cf24037b86664d55bdd38a27d7c6b0c1"}, "id": "2551333e7aad4c6aad42f4a1ae7ca359", "name": "ac3fdea987dc4d6f8e006a98b70efb52"}, "audit_ids": ["43a197a5a7534dacab1fc26faec7288e", null], "issued_at": "2019-09-19T09:04:49.255525"}} {16} openstack.tests.unit.network.v2.test_security_group_rule.TestSecurityGroupRule.test_basic [0.065544s] ... ok {31} openstack.tests.unit.test_proxy.TestProxyHead.test_head_resource [0.063938s] ... ok {4} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_software_deployment(preview) [0.065913s] ... ok {12} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_software_config(stack_subres) [0.065149s] ... ok {3} openstack.tests.unit.test_resource.TestResourceActions.test_patch_with_changed_fields [0.075043s] ... ok {8} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_validate_topology [0.061945s] ... ok {21} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_software_deployment(stack_act) [0.065317s] ... ok {17} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_stack(identity) [0.063847s] ... ok {26} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template(name_id) [0.073857s] ... ok {1} openstack.tests.unit.workflow.test_proxy.TestWorkflowProxy.test_workflow_create [0.064010s] ... ok {30} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_rbac_policy_create_attrs [0.064909s] ... ok {6} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_find_stack(event) [0.062899s] ... ok {23} openstack.tests.unit.orchestration.v1.test_stack.TestStack.test_update_preview [0.071065s] ... ok {14} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_router_delete [0.045648s] ... ok {9} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_member_delete_ignore [0.068208s] ... ok {3} openstack.tests.unit.test_resource.TestTagMixin.test_remove_all_tags [0.070751s] ... ok {17} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_stack(stack_subres) [0.063327s] ... ok {5} openstack.tests.unit.test_resource.TestResource.test__alternate_id_from_other_property [0.067892s] ... ok {11} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_flavors [0.064611s] ... ok {20} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_software_deployment(stack_subres) [0.067180s] ... ok {12} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_stack(stack_act) [0.065185s] ... ok {14} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_groups [0.047547s] ... ok {15} openstack.tests.unit.identity.v2.test_tenant.TestTenant.test_basic [0.063536s] ... ok {9} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_port_delete_ignore [0.066347s] ... ok {7} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_policy_delete [0.066916s] ... ok {22} openstack.tests.unit.object_store.v1.test_proxy.TestExtractName.test_container_metadata_get(discovery) [0.212100s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,509 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,518 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,525 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,533 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,549 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.440319+00:00", "project": {"domain": {"id": "eb92ceebf842487792db5c11bdfc04b7", "name": "dda07ddaa3664203acd80ea6529345b8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "48b836a3382d436eb199e77b743767f7"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ba04279c0c9b4fdfa4cca9cbd6e235bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "bca9ae12ea8d4dac8d2a58bca0ae0e5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a2b6352bd79548e8bcaa84765dac17e3", "region_id": "RegionOne"}], "type": "identity", "id": "da7d3afe1a624131a90b4db59fb646e1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2fa6e7277ddc460291838713f5438c65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e0dda28824514dee918fc0f45d872642", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "19c90271a3814559b5e232f6750b9aa6", "region_id": "RegionOne"}], "type": "compute", "id": "b2019ec4727c4d79b79d61621560283f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e011a004e46c4030afd446bbc0072555", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5b07e4a9ae8e4d96b45940948032487a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "40d4d8f97b9e40b1b8c42de52874b23e", "region_id": "RegionOne"}], "type": "image", "id": "811d22cf2f0a48bd87158865b05b937a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c513cf9c08234be396775ebc3fc05a54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e4dc16bb46e24cbea95e7e87a9d2cc8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "26d6a9a791754472bac1fbfabadfa62d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "2d88a446c36e41d29a7aeac7b8af47f9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a36dbdc53bf54c0fa6925fe44da6bd67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b6cbdfdb784450b87f9d5b7b1991983", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f9f5461fae44126b473391f21624664", "region_id": "RegionOne"}], "type": "object-store", "id": "3fa3e9c37c074a499ebf0295a2b8fc11", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "be5108ea05644c6c9ec7ab52aec14e1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "494f57bdf7854d1ca0e8943259aaae7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e6be16cd29ff434aaa85fb25d8209030", "region_id": "RegionOne"}], "type": "clustering", "id": "d6eae1fd70be4ab1b8b85b88b2f37552", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7471a721276944e296a9a28acc3c97d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a02eb9a3c67f42088ff32fd7e39e6ec1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f721a19382044c83af7fcc8371683995", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e6806aa919db49ce91e7b471ee0cfeb9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2dd81740bf89484ba203660d3a1fda44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d07cdd1bfaa9484e93819f0af591c49a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a3f0e4fe0ae94fdea24e5097b1d57f0c", "region_id": "RegionOne"}], "type": "cluster", "id": "f5136bad279a49d5a60bbea1787c6b93", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f90acd34a7d148fb93e356255f2f8cd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ecbe4adc2488430e81d6fc24d50d018f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c0173a897afe42c7b7ecbba141729fd5", "region_id": "RegionOne"}], "type": "data-processing", "id": "8f912e3a463047968d455a66f45f1b8b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bcb7a6dec880419e9317a21f13abe1d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d63bc4ae2dc546e4a284af0eb8006486", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3ee60eb66f674a199b441901995deb00", "region_id": "RegionOne"}], "type": "baremetal", "id": "baf97c8763f84a96876107f86b510c2d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bd521b34250547c1bf9b6c66f4db0a51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c5392136a121417ab77247306f9d2fdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "aec77efa4e954c75b48d979c6541653e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ceb203fc10eb45c3bd2a6240f25944a9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "867c6dc39550480ab8805aa06fb7faf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "01c8c162f14d4c7c86d005491bf744b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4c6d126b69ab4f03a5a28e92c2d23917", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "29b97eeef79241f8af93e90958c7b618", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f048a80e178b4258a41e6c0a006de273", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0f6854cf470c489492485a949f05c802", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "391c1b8c40094b65bd8f8691367cc4c3", "region_id": "RegionOne"}], "type": "key-manager", "id": "986fea8500da4a6aacb33b50309e16fc", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b87232a858b54936a488be0e4b354a48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a32898959390431da655e036ac19f17e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b8e15ec27a5940ffa552c6a5c4288079", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "19a8ec6c75e54dcb910831947cd103ce", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eab31e93bd3c49d4b3ed79463ba77e8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "62ceac78708440e1a4777f166ce5a1c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c653023555ed4f699f1145aca5251d87", "region_id": "RegionOne"}], "type": "infra-optim", "id": "2f5f0877f7914bd0926db62efe5e65ca", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "52c0600d75944c7baba6bc0f445ebf39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5c92be57ed01403aaada0a2f43a8e20c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f0a9790ac1624f0dae2c53ac16fc4a37", "region_id": "RegionOne"}], "type": "message", "id": "722111367b9346aead864262c69e5193", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "83dbe69721e34c2a9cd69c79e6db220e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c5104db0d4e24cc894558f5255044e22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f7b5c0b400d549bf8e59895427667140", "region_id": "RegionOne"}], "type": "messaging", "id": "2a9a6d02f15c4f4b8ddc3a1de6ed7288", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "acbb1dae15444be3978fd355221fe5fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cee91b0de3bd4db2837fb930694ada30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "193c3378320c4b7c8868e11407de8bc6", "region_id": "RegionOne"}], "type": "application-catalog", "id": "6e20dd6ddd3443acbdc8571dd1f43587", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "81a67ae883594c2da8d68c3eec9df753", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b8dc1e7739244990a5a8eafda71ead76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f040e87e3bd44207b9a70ca6d210f7ee", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "9f078696d2694dd989a0f5eeb9088b98", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ffdb0afb74314f06b64e88e895ceda43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7f6462e981894466ba62fa0c5673d84a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "214ecd5d2c4a4068822f0cd9d93836e7", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e681f9e6a2284c569c8e4872843c3fd9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0372ca17c1034defb2a2ffdb9e0a49f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "35c6edd4d4aa4c6a80f38f13486cd338", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5a3d939c0944460ea2986826c7e293bc", "region_id": "RegionOne"}], "type": "container-infra", "id": "8c572d6f483e4edab51bf058619f6a71", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "57c4d8dbfc6c4c768c769bcd2d9ebb76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "bafa73311b2c483f99830909d3eb3a15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e42a8c722c924b6baca776c8a0afcf2a", "region_id": "RegionOne"}], "type": "search", "id": "c3c553ca28124c5584d9238513640c36", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "174bdac87aa74ad69225dc543bd3d275", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9e76bd4dfabd460bb82192070698f94c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "0256b15bc7184e0e936b728632570ddd", "region_id": "RegionOne"}], "type": "dns", "id": "baac6d461c564ca9b3992094285cf4d2", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5893129ad2e44d4d9a0dc7aec3095286", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "319bdad4e07043b69ff2ae602575aad4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "71045a96f0524a22bfec358e53e94b65", "region_id": "RegionOne"}], "type": "workflow", "id": "64ba09cfdb6f4356ba28725cc6446d16", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6af709fd5744493bbd77603b859894f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "df689b7f5d124c3c92148f75f3237738", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "404438b80a064e18b35c166ff700cbe7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "cae20b156935486b81ce63c8d319982b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6000017b358244048dd0d81d7e1bd4fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "83b3b2f4bf8441b79246d03b09cddffa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "99b7d5ed1d3f4cdca48654866ce4d150", "region_id": "RegionOne"}], "type": "rating", "id": "c00db420c7f2498a8a3e3cec3933d200", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d005b74ffd944b26a9df6b277316e163", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a7f2e847009b43d19d13cff8748a91cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7907e9b6e150499e885d4754dc94eac3", "region_id": "RegionOne"}], "type": "operator-policy", "id": "2f93a8f8385d47f481a40e8a99ac1642", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0bd196ae30eb4a8297c7118fd867bba3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d8688cf9e14646658ba522e34ccf241f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9131db78fdac49318016d410ed5403bb", "region_id": "RegionOne"}], "type": "policy", "id": "0bb68568c7e344d2b01463c3928c4ab1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c5733af8770c472c9b5e43d1f8e91907", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f878e0940ae74537b94d72c8b1ea69b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "49fa23d8bc4048fe80ef4b57e081ce8a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "fd5ac8a4a3bd4ee78901552d09c3dd05", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7732efbf21d44a18b72504b346b4963e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5e2059d526f84bccacf7353357349bed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "63c3b92e742d44cfb3edd7009f056d6a", "region_id": "RegionOne"}], "type": "sharev2", "id": "d933e4f08dbf4e79a06fc3427c29ca81", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d5e81283cbe440ac8c0bc17b87de5e8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6137a76ab3da407286d2f1809b8c131a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7a4b6a3013a149cb888ee2b27a61a490", "region_id": "RegionOne"}], "type": "share", "id": "054a0ebfd06545e9919f55273e06d8c2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "45d1943d8c7e4158aab91e1510606ece", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c6be2ffe3a29424993402d8848f4cf8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e343da1ba92e420b9962b87f188afdb1", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1a01d91c5a304cd6950894f0469f1e08", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86d14caf1e12458d9f8d2021a93cfc85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33dfee6fb8a44ba9b7d9e9d8d3266f62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e893db4582a640aa99524a909db7d156", "region_id": "RegionOne"}], "type": "orchestration", "id": "35e2fa44cc17485b86236b430eca11ca", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80a2c3d5398c418fbb71e234e9c35a92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c499cfe35b674852a647ab5c067f2aee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2a32ca0a5594827ac20c360bdf15319", "region_id": "RegionOne"}], "type": "block-storage", "id": "5990069cc0ac45bc9aa0f5d59f82d290", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c19365329e5c4b2fac5c545f377debd7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb9e7c5302704d9aafeee18526c0e19b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97631cf20f0146f3ba817b722fb78556", "region_id": "RegionOne"}], "type": "volumev3", "id": "848e39f94aa849efa3ee239f721dc266", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea929a467b984784b74f2c82b023eeaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "689657ad44ed45b686934b994f8c2c34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87fbcc18e4004096a5c55a9221a2288e", "region_id": "RegionOne"}], "type": "volumev2", "id": "d2484a7f2fd14430b258a85d38a32a74", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8fce855aebe742559c9c66463736bfdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08ac068497214de1b8cd8f4ed6ff1c01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "95617c04cf4e407998464527c39105be", "region_id": "RegionOne"}], "type": "volume", "id": "5cfccbe8f2384d7697813b7e13dce387", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f92bae787ca40649ccbfe379606e94c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4fc92fb8e3e4af5b4ea43c332bea25c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8ce460d64654395a5c340ea7fc3b80e", "region_id": "RegionOne"}], "type": "block-store", "id": "59bf1746a3f3491c976adb5aa333a87b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f1c5142e0dd9493886de0a457afdcd1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4d5e188b3d464db4931c5c889fa420cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2751bd50d6c648fda447df82d8a42c72", "region_id": "RegionOne"}], "type": "alarm", "id": "6f28a963a603431b9af5e44b495a0ab8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6d406eb0486a4f41b897787c2c8e88c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3301e37e817849959947cc33d6be3da7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "132257188fcc4892b1a5b5e44738b2be", "region_id": "RegionOne"}], "type": "alarming", "id": "8f7d3553e1a443729d121c9b81977e5d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3a66d6ed37784b9da75556730846c2da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d63725fd13f04bc3a5bfcc42f719a1c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ae5969cf500645aabbfe1f79a603c295", "region_id": "RegionOne"}], "type": "meter", "id": "1d880bcc2b3d402eacc29fc8a0f47fe1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2b24a22f3e014f30a5985ec0ca85e569", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bf6e932860c147959c2b6c1da2e1603e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4610640244fc427890c699f0802cc8b7", "region_id": "RegionOne"}], "type": "metering", "id": "01c7082a6f87464b8f9608d6734dc8db", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7ff2c897b2984dcaa565f8acb7f63f75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "80ecda4b706441d79d4022f719347a03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "804d65b4cf754a14b98bc6e021163c5c", "region_id": "RegionOne"}], "type": "telemetry", "id": "7370b48ffbbd44389c15fac62f2ae986", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4fedaf9f1a504b8893aa688d4f0f71cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "42ace42d0bf2400da30c848e181d9a61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1aa4c982da0a4c38bd37cece018b8fa6", "region_id": "RegionOne"}], "type": "event", "id": "85c2d8dfef5b4d64abf2df50fd5ddaa4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3919640685e547ceab997d0ab72b2d36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "05f50ae5097c4047983371417227fae2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "86db9616f36146f4a666e1d5ed8a0304", "region_id": "RegionOne"}], "type": "events", "id": "e73f9356724141ca8bbb1ef67078635f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cd0dfba4314a4ef8a1e936e8edbf8470", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f3ac5439de2a4e5fb44896c52d38f8ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "cd9479b47e72402793dedc79816460bd", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4a9beece848a4a929edc165badcf10a0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9310cb98e6bb44b58a95418e3c00b965", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1fe982241f754361bf6951277a999435", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "11012b9ed192497ca052abd39d86cf37", "region_id": "RegionOne"}], "type": "application_deployment", "id": "dce93cd61d544e1a8140db6b66717b7b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9cef67a1f67f41079dee2139d5328c2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b541c66f863c455f857fcc40d9dd0bb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5b4209f5c3c74e62a627d4f9f667dd29", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d7da8e6e1ad148b7ac1fe512a3be474a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "140a074534d24abfa6e2710fb075fc1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "77a1db5cf610452eb963bebebe0007a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2c031bbe6730434eb3ff7744ef9f9c21", "region_id": "RegionOne"}], "type": "tricircle", "id": "db098a5bf98641d5be8607ad330b930d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "4e73bb7065994739a6bde45a3899835f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "dfba18fdae464960927e1557be8ce5a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ea87910dfb6c42e4b4ca16564a05b32b", "region_id": "RegionOne"}], "type": "database", "id": "6c97bdcb090b41a2af8c68d090255752", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "da19c89c6bb24313a3c6f6a101e12c30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b7455d150cf84f32b8673cac89aa8e5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8677c5b7402448d68f2bd8b5740ecf7f", "region_id": "RegionOne"}], "type": "application-container", "id": "2eeeba2cde814eb4b2f5149779c63f27", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2f9cd0837a6a420b96bce594ec665476", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5e30534c15f44bd7a4702245c1715232", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1f44ca6d1d544b6ab927571a5c9eccdf", "region_id": "RegionOne"}], "type": "container", "id": "33154bc2ee224fd596a014947bf03e10", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ca08e0f482fe47ed90dc487b10539cb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4a7ed73bca2747f2aaba03a2a8d0df8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a24a093805fe47019effbbf0e16eb0fa", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d688bc6da2574de4abb1c1a397428c06", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5089e51322264a73a2c62793f340a033", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5b5b7e5661b848d5a6df7837e6cd418b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cb77c884d1fe4cacac39d2124385f4df", "region_id": "RegionOne"}], "type": "rca", "id": "1c67967611a84ce68a657779cf668781", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a4d03ab34d5b4eab936e1f062150cf90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "70fb64a4078e43a0b56cc767805cceb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e86c695340eb4ee684715f2045a5c01f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "af3f600b74ac4caf9408602144ba7905", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "15df4b3f6d784c129fabf13adb7a0cb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d02fc46984e7462cbfa94d249373f201", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "81078b9b50044df1a357d3cb23a008d3", "region_id": "RegionOne"}], "type": "network", "id": "a48657c34f944aafaf004422521b8a79", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e96d7c9e08714536a51518ad55fb868e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "3c0a47df16504b76852cbbefc50bc47a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "2c44e9a379fc4a4ab97e382cba4339a0", "region_id": "RegionOne"}], "type": "backup", "id": "36cad20939714e1dac33b375f5fdbb7e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0a7d8ade1d04499fa095d763272fcc01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "20f5b274745f4050a1a3d602c72bdf8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "eeb253dd22d44aa28be1307f4730b144", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0791db371bd04a7fae2c2f5ab98cfccb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0ee91de3ed8049c7a2f63e02dd4733cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "df3f56b2336241ddb341e55b12779c0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0299eada83c74eecafc8d881f97da0a6", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "5138bfa4c0bd4f9db0fbd9899a62d90c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ab7759fe28cf4f90a8cb83e531bce883", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "93defc9823514beda12ccda58cfd09af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "80ba94033b14443788e343ddfb935ff5", "region_id": "RegionOne"}], "type": "monitoring", "id": "0ce35ede3803451c95cc3cfbbcb5bd79", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4e96fac2793c45dc8d931bcd05fec3c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "71467a86b3284b03b6a19d8f4a69edac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ef80ef01ef7d483cb2b6c77ae043f101", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "68d7aaa72137452f904e99dbcafa3236", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "df5976f9530842948a0ec4dfa88352af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "84d3c3bbdc8a4512a76ff3d8a27209b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a7a9522ca52843798b498b1f39cf4674", "region_id": "RegionOne"}], "type": "placement", "id": "550a7047aa42402bbba52f2cfacd6d05", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b1542628c22b4f83b1535ff2377a835f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "49aa6bc2fa334aa6abc7e05535c83634", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "65ed4414ae8d4e5fbb3ba9a537b40253", "region_id": "RegionOne"}], "type": "instance-ha", "id": "20a35b4bb598472e84b5dd1f151cb3d8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9e838eec43744dc49507f7765316bf3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b69465b021764f34968af29211d62f56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7dc17c5b75ea4fd299b0df7ce337d833", "region_id": "RegionOne"}], "type": "ha", "id": "8d96454d875d430a9df0cd922826d136", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "97c719f9e059485f9ec3e261e48d3873", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1eb3b22bd7cc41c49ceeb03a2dadbf06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1d484eda2cf342ed8d740a53e1474aba", "region_id": "RegionOne"}], "type": "reservation", "id": "ccbf1db843824f89b442a6fcc1f61388", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a8cddec90dc7414e954a5e0e849eabd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8eb58433a7c941289fe60fac25d72d5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "6bd60f187db04fb991b333575aa1594d", "region_id": "RegionOne"}], "type": "function-engine", "id": "c8ee40d4f4184b279deebeb8b844ad35", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c384e48b029f429087bacbdf0a4a5b99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1f78d2b41ca74d4eb3448f099eefbb48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "8b0d828416cf4a6faf331fd3959ecd79", "region_id": "RegionOne"}], "type": "accelerator", "id": "963ed6e870d544988f6273c3810df155", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0e0223642e594d3f99e842ab74b91ae3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9d7d9c6bbd99495a92de0db11b53bae1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "43936bfdb8f24a44bd999a4ec619a29d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "60d9f7672b8748579e258398756dfd3c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "de040c3ff4864005aa115723f3da0460", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "adcacebe7c4a4508bae12ee207d61380", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ddfec4342b3840e18b053e3708431e3f", "region_id": "RegionOne"}], "type": "registration", "id": "42ccf615b1624a3ba241a2392a3707be", "name": "adjutant"}], "user": {"domain": {"id": "306f684702844315bbea9cfac0fc381a", "name": "041c6585aad6451ba1834aaf55536781"}, "id": "160b4de4cc22427da26147d58227b70f", "name": "884384d363894b3891be2d1c1ed1a8dc"}, "audit_ids": ["7b5361a1651d449f8447ad70f8fdde5e", null], "issued_at": "2019-09-19T09:04:49.440319"}} {29} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_object_get [0.229240s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,533 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,543 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,549 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,560 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,579 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.463658+00:00", "project": {"domain": {"id": "cf16ae953cba409c87710ec435460ea6", "name": "a219d2d927aa4b2fa5d245e0e120cafc"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0f411c50637b41c1a6f90c539f930261"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "498e474f18b748898831883fc3b1a30d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7b71ff693bf640f8b58d6f5579e6e6cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "89467b1a515040029688347d66e93783", "region_id": "RegionOne"}], "type": "identity", "id": "b8b5ef3646a84f4088dcc43bfd54bcfd", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32f21034a8b94833b8613533af438d2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1e94c4c80344418abb60cc66ab6344ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "cc58f9f5e6bd4ba09d94807f1fc90b3d", "region_id": "RegionOne"}], "type": "compute", "id": "2c2703ea02394ec49f42dcbc4dbdf2a3", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5c5ac1e855b64158befc89cc1cbf52f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "8a989a3d7656497dbc465274cc3266c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "fdd089ef45a049d5ac18fd33ab75ddda", "region_id": "RegionOne"}], "type": "image", "id": "3865780e4f284c2ba467044eb9589dcd", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "37c5dbe62d364049b27d2a9021144317", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "de202d3e0ffa405d8d58a9f377559a9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "5a1834a728e34f17b53597db64986102", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f78d5c8d82b04defaea70076736433ba", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "098dbfca218344bb8ca8d24b488a5f8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "025ad3de5c2349f1bac298de30b20680", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53302b6efd084fecb580067344da2b3a", "region_id": "RegionOne"}], "type": "object-store", "id": "5c81f6d85fb74a1c96a4a357f18e627d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9daf81270c914da38bd89f5cac491b3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1bada5bf5f794b6aaddf24688a1cdc46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "28f00c686e0549f798e3f27fcef30eda", "region_id": "RegionOne"}], "type": "clustering", "id": "f6f61c25904b4d7b8d32ba5700092ad3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7458d213c6de4a3bba426e9715bd490b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ae2c5ec58f304a7f89a0dab2d7844147", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "32dc2cda67044084a15a42183f60b733", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "8b575b67aa0f49c7be7baeb65fd1e1c5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "31aac9364f374efe8f04111e2cb41158", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bddc7c00d5484e3e8184a179b29ae9ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2601a26d5f414757a945bf432d794642", "region_id": "RegionOne"}], "type": "cluster", "id": "84b829603ea24358820ced6fa39ad878", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3c5b01b056a94e05bcb4fbb6d785e27b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bc9e6d89a5f341e6af93e06d5b6c2630", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ac646ba188d54f65a472300b658a8556", "region_id": "RegionOne"}], "type": "data-processing", "id": "106251a320f14d749bd3c53c6379d13f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e8e0c5dabef64526aec320c2fb049109", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d98c9a68ab784b82a21d6f8cc58369bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "99287e8d6f894e8f8aac9d1244f2dbb1", "region_id": "RegionOne"}], "type": "baremetal", "id": "ffa80566fba942e99479db128c1343d7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3e5c6f268f7d42f6869284131748a618", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "45cc1a2fcd67411aa6dc29765ef3c16a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c4af718519374c28b27c74a4af5a73eb", "region_id": "RegionOne"}], "type": "bare-metal", "id": "bb3414a2791340e886f5cbfa21d96443", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e4f907d040d04707b04c749151581eb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "51d836d9d3344c34b36a58a429361c52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "61e4343a64d44bf7a76c5f8bafafd9cb", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5f618aedf6094896b14a44acef3838ec", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5786777aa7bd4802b502671c9741c299", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "49132ce1c6564d8fab90d365dd5e842e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "bf2666b873b044af8b127aa777698d6f", "region_id": "RegionOne"}], "type": "key-manager", "id": "606ac4616bfa4347b75accf89bd1e9cb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cacb12fc7eb24071b5265412a2723c64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6153873e0b774403a77ab06d4998e741", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "15d8514796424318a63c3da1776133e4", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f4cf412f726a4413ba04538df16cd5a8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "549ea749f0ae4b07b191ebca26b74f47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cbb822e3fa2848ebbd430849c7661cf2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f9676ebf8111485a9e0c696aa01a6f28", "region_id": "RegionOne"}], "type": "infra-optim", "id": "85a14bc8c3c24da883188f05fee4ae81", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8a335c2a218045a9ba012d2bc79f2262", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d57455b228de43ecb7ee635705156ee7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1839a36e0b014b8aa866601cc1336d16", "region_id": "RegionOne"}], "type": "message", "id": "a9b35bfaa5c3466ebbcd1ab6415ff25b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d069b1d8b00e4339850a57a013943c29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d2ab2f6f2d694eed81af29adac205e21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7ccec4fd8a254a0d95c53603cc6ce71f", "region_id": "RegionOne"}], "type": "messaging", "id": "04eff48f05454c5d9203209562bcdfdf", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "814c2285b24f46eb9cd17b9f73dbd821", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "783f3815792d4103a89eadc0bd66b685", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "74366af6bda74a03a560b700ffc07019", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4419fa4dddd94511b8b381692936167b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cdadd4a735b64684a648b6190ceed723", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "617a7c3b92124797ae0a7bd867193fd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bb706d95f0d3456dbb80a295fd3dbe1c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "cb8c02c074694c47a0a8ebd8a1013250", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8273fa0f9de7413ca693a912ea034b9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d1dfbdb3d335471b87c599962a1b1156", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8003f0c5ee9b4c2794302fede9f48435", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "756cdf4941e640d58afc5c8ac7aa9dda", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c33068f378614e0d9550dfef2f2100c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b04ab18c32674af28223a33a033bd2a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "942b8dc78dcc4910afdc3d1066908dd5", "region_id": "RegionOne"}], "type": "container-infra", "id": "7a43e4bb6ab34dbfa51493f3deb756d1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "85f9929b328a4e43b9ad25c99fb21a49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "28f4e1be65fb4fc98a1918aed4ac72d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c782ac8cb2254d0a95db4b94468a4bc3", "region_id": "RegionOne"}], "type": "search", "id": "7f5b5e4857cc4a28965b2b352e3a2684", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b09304d804e64e0ba1c07d2be217df76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8aaa652f58a5406ea20f7f876e2ca845", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "19f4b0bf20e24d35b853c418cab9d7de", "region_id": "RegionOne"}], "type": "dns", "id": "caf780425ea641048183696b1806a49e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1d8e9ea6be4a4f9ba88ce1bf36925b17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c4d79aaf9b4246a1a752afbfb0a7307c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8a0ba4a1b55d478791dbe91ecf1cb762", "region_id": "RegionOne"}], "type": "workflow", "id": "ce905034e2144e608fd47e8e61695a01", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4aeb22a1f2704824a0027b90f4c063e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bb8238382a8c404e9b2479936081125b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "01a32f1cb6da46d3b55a9e6695c786fa", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7979ff942c7948bb9e25a278d77f7f37", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b82127271434408eb367f8a5ad0983be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c60a37d5f501467aaa5538766ea50c04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "135eaad08fc245b6893ab587f9666e8f", "region_id": "RegionOne"}], "type": "rating", "id": "4e4360bf3f96403b8db45c121596a71c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9f17f60d1afb46a38e6c5e8c095d1783", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6491d9f19b1b42609d7089ed0d7d2e13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f5b594737e2a45c09f4c0ddab3e89c36", "region_id": "RegionOne"}], "type": "operator-policy", "id": "528a7d8df5d44035baa1f0e55f684800", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ef3572f3159f4906a7e631af9f035ccd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5df8c1905cbd479fb0762839c1d6391a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "91f3cb625da94102b1d2c4208f7fd92d", "region_id": "RegionOne"}], "type": "policy", "id": "0edc8e7e1bf44ea4a6dbf7f5deb0f8cd", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2d2d9b65294348abb38ad5112fe29bbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6a3e4ab8cf464703894996c5a6c74e04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8662e8c7c46b4c04a98fbfb4caf0ea37", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b873f0028b3f4e0b8384161822d71628", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "636637e8dd7e47a194b62dc1e57cfe0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c9918b9f049e49248d2d141001b09164", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "93d893fbd2284ce28f8a68f06f5bcddd", "region_id": "RegionOne"}], "type": "sharev2", "id": "ca65510e75384a5a881cdb9c9d7df235", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "29524f9243d34a1f8209965d0a490a01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d966ee1069f246a6a69a315f77df57c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ae545ec4ff2946f6b9785555956c5690", "region_id": "RegionOne"}], "type": "share", "id": "3d59c432fd3f473eb785a4d5e7b51ac6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9f69ebb5ac6f48c2a1a5b021cf7f887f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "76673ec7586646a3b759825d01920c1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5d7f13e62ce842ef808219c982bb983b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "2cf690cb0c674f7295a830190a523c57", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33c122ac116b4cf9b0f7c8dac44762cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee49a1e4c50a44dca34a2ad61a9255da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d2189b71b35941d49ae32c477ee63bf9", "region_id": "RegionOne"}], "type": "orchestration", "id": "212b7b0d950d45b9bc83f9bfb2eb685f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24649d6ac1d14e899ed326363530a588", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "812ecaa8118346d795bb565497e9d26e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5ac7ead7f3947b6b1e48c197502858b", "region_id": "RegionOne"}], "type": "block-storage", "id": "b9c86d917bc24dd1ab9365f5b3247f9e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5fb4a1275fb4d2ead731fd7ec6ea17b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68e636141c1b44708136ae7fd70501a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0dfe9803f514e44bda2d4dab498efb5", "region_id": "RegionOne"}], "type": "volumev3", "id": "0f18b2ffe022424abba630ae670f7085", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a20f34711614818889f97cdb2fbf142", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a1cc647fb7cd4869a1de7399a64333a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4dee14cab5d4d6ea581f361c07ae483", "region_id": "RegionOne"}], "type": "volumev2", "id": "eb177515b0fe441cb6370c44cfe96852", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "18c1123d229e40b5b31013bd03480a38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f73bfaa7af74b8b8f9f9c93a114f110", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c8487e8450647a2a28c42f3490962ae", "region_id": "RegionOne"}], "type": "volume", "id": "7ae896a2e8fa42459b7cedb688ee63c1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "634da29cb100429891fd62e1381aab8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15d40d7264f04ef687052e18f9fd099f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc296d83470d4b8fbbaad238ded2b39d", "region_id": "RegionOne"}], "type": "block-store", "id": "d110eddb507e4d469cfcd99b055c3f97", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "786d86d3803e410e835a76320e604380", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a0bc0c56b15e41d8a2ff04fa5f8076ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "521a0166ebe5463a913c105134ae8da8", "region_id": "RegionOne"}], "type": "alarm", "id": "04141d56468c4565a7aacc65a4076668", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8921354480a14cbe96252b6e069059ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "571c6d17349c4b9c8eaa3e51339a4885", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d4147ce5ec6741b7970c3939b9d01476", "region_id": "RegionOne"}], "type": "alarming", "id": "57b86750bd2f4301bdce3b37ceaefc61", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "22f3509ba6ab492cac77962621cbb125", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e3952c80916747e397a4f0f233248173", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e3be3eceb49a4cafa54a21949020560a", "region_id": "RegionOne"}], "type": "meter", "id": "3393190b92284322a35535203a3d1abb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1e6f194d20164bbaace7829d796b2ac7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "60c39b15521b43c6835c9f5a040c0ea7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8b357a5f156d4ba4b21f43f6912a8a0f", "region_id": "RegionOne"}], "type": "metering", "id": "1b9af00d064044f58aa5bc4b43e43a62", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cb8b924ccdf2445593ae1d09b121fba9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e1d896a49ad84622a9d846088bbe1fbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9dc685a5566f410c9468fb9611b4a7fa", "region_id": "RegionOne"}], "type": "telemetry", "id": "30205a3f16ea427cb37297b3d804fb92", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c781c1a896e641acbb6795763671650f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "35e5261b5bf94e7396f25f876e84cc45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4d8f32b9a8f348a8aab50089f039f220", "region_id": "RegionOne"}], "type": "event", "id": "34439bf9aad845d1adc2bfdead4fb184", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "56a14d0ecca24968b134b48298987f06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6ca34035c30042d4a6bfda891ebf8526", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "914287a06cb5456d922ab802b615c952", "region_id": "RegionOne"}], "type": "events", "id": "38bfa609c5384f18a71a48c3fcc771ff", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "69c3853e54c54aebab9e98d6dd621e90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f4f9b24c34ee41bdb314b185789fa242", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f120518ffe9c4cbd8a8443cb486addf3", "region_id": "RegionOne"}], "type": "application-deployment", "id": "39efe75f2aeb4bff80910b6f5c9500cd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1e4ec9de7b07435cb16e629ede7ebd6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ce760f4bb9cb461db0dccea6224c46ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3675fe7069a6411c8d13090197823ed0", "region_id": "RegionOne"}], "type": "application_deployment", "id": "06008769966347f589e32945855aa695", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "37d219c49bc94289930bf66405622214", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "faac083c303742c5b68a7b9d3a084ae9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1d3a76c12b76416db613f8642d5a807d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "9f32b2e025c04e16a4c14fef51ed4cd9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c9e5d23cb0244606a5f17d672532b4d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "689481054ea84de3a6203507fb33291e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b7aa780071054458a31bea52ce9e3e29", "region_id": "RegionOne"}], "type": "tricircle", "id": "fa07b2c4ca0a4f708f84f3830d844edf", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b93add469c6a46eab969999ce009973c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "8a876a231a094ed3a298483b7f170d4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0f0e0453b3924bf7900c5abcbd8a1665", "region_id": "RegionOne"}], "type": "database", "id": "5698b1b78f9d45bbab286ae5c2eaa750", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3aa6ce61236440608d7041730bc7b365", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "de2b0cfa6a7645e9a47cb9a5043c59b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4294d4a619764d8ba6d1b40150046f5b", "region_id": "RegionOne"}], "type": "application-container", "id": "5a5bd1f403234e4e93d3d009d372548e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a908c60e95de462186ae93bd86994eae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bab4db5be562413ab7180b63560b83d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6cbbf376679044fcafb21700db5578ea", "region_id": "RegionOne"}], "type": "container", "id": "6c1690670df04cea9d498ff40ff4047d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0e488fa77b9c451889e982ef8bba6169", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "296054a36ae14b7cb66ea71ee69297a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "534e2836b1bc4dc38c10ee06010a5b09", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "096a0b9aba3e4e9b8c5b2f3efea65c0c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "40f9f2dd414f429e8fabce8423fba5d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1e956cc1b7614ad99e63bc05f990e35d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4ef82ce413e048e998b23bcf4215c036", "region_id": "RegionOne"}], "type": "rca", "id": "63baf08367c94763b8e06d001c181e95", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ce0e20743fc640659ac0d0d363c91150", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "41e054e331374855b2a8f0d751524a2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "bdeca710ab514f39ab4d6e14e1fecb73", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "9af4fa9e106e41138281a15f809e47cf", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d86b219794134b178cf5af04f4d1a3de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ab08f705909a40b78ac20fac40e34469", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4d2cddda396d4896bb5c29104bc39318", "region_id": "RegionOne"}], "type": "network", "id": "127f9db771a64e53ae724526d3f950e0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "83f3481890ed4f4ea530cd5f9e0ddc51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2c40ce12dad54ec49988f8e69bd9ddf5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b17213ee87be46ad979c8f5e563e4ae8", "region_id": "RegionOne"}], "type": "backup", "id": "51f985022e5c49aebf90707446322fc9", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7077539f1e9c4c89a8d894da59e16020", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8c5143f9ecb7442498d1c75500731f0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "daa08b3dfbac4d37bfbd1df75d397e31", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "78f9ca23310e4a8cb7c97d127dc6d2c4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bb6659d74a484fc1b113fee1a87ec546", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "49857cf7b8214c348fa9d8adaee927e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "29a6e7d4dd6d4894b9fc1e1f1f0b887f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c3b32ea14a4c47038cade5749506f7d3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c643b5ab91604dac8074178f0da6fb75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "19a5c7103fe5421aa536c0b2920a2516", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "ff169f9d60c34eceb2ca19b50f4dedb4", "region_id": "RegionOne"}], "type": "monitoring", "id": "6c1d0958d1ab4c0cb782e1f7841f1576", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fae9cd3489114b8fbc981cc50d53ea79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ab0ae53567314632a03931f1f627cd6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "0828b6f9ae77410cb0abc647ba716a72", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f4d7838673b045cf81f383ebe432b309", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8a60d9e60f6f46c4809c9735a01deb44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f64d923337aa4e4db1332215366f9d2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "71b8666e41634503a07fd1480f324b20", "region_id": "RegionOne"}], "type": "placement", "id": "7de17b13474748de9f283f9c66a062d0", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "db087edd4a144cc68a77da4284302cda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7df2cb3fc8924b5083ecfab3857f46d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ba016a58831c4354ae5e141132b94027", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8a7a02eac4b643a09ae8dad8e34f0c54", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "641af83140344b358c74667e38c3ef00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f61d09d853a943dcaeb3287e44b5d369", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b95e389cb5514de3a3f37903a79bed8d", "region_id": "RegionOne"}], "type": "ha", "id": "56721ba41abb48aaa225cc2ecc9b3bac", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "91fe7d0904094f788928c3ea9202a9e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5c30e2542b2a40009e2c26c55abce376", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a94b2256f0704467916da9850b76f49e", "region_id": "RegionOne"}], "type": "reservation", "id": "3b94498c1687489aa2155c633a0afa1a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "192b117f0ee449c28796e7ae4c0e7488", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "588350b207b24254a581cc357a6722ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "88ddb8bae3194629b9797a8e609f4457", "region_id": "RegionOne"}], "type": "function-engine", "id": "8e42eb5dc78748b6a867e5643be5ca60", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c73aec0e93ec44ceb6858610b194e3d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9ac28150e3664ddabedb5862c9c3be04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "719fef80a38046c58801f959c182e36d", "region_id": "RegionOne"}], "type": "accelerator", "id": "665e8571f0f14a5c86f628a3ab153162", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7a7d0ab69ac940ae8bf27880f51c9c36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5aa2a871b3a84c13be66588b6f3b3d20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "44411a373721430aa9f2e822f791eac8", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9142e99543294ff0a6a81d0bdaadb0c1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "57815fb19d7844dabbc7e4170eea8673", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "07ffb325186b422f9dbed655e512ba9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b7bff4ca1a394a888972b420682a4a45", "region_id": "RegionOne"}], "type": "registration", "id": "b3d09478d1d94a659a78c083f3ec3d0e", "name": "adjutant"}], "user": {"domain": {"id": "87526a00e420439dbf202379d38244ba", "name": "926333bf71914afd9f80236c059ec161"}, "id": "93b87669e54f4af1b5d57b59b79bb1d2", "name": "a57c603b79c342e188d0a031fdf1612c"}, "audit_ids": ["d8cd7352481f43308a25a8ccbcb46fd1", null], "issued_at": "2019-09-19T09:04:49.463658"}} {14} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_service_profiles [0.050477s] ... ok {13} openstack.tests.unit.compute.v2.test_keypair.TestKeypair.test_make_it [0.067844s] ... ok {9} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_bandwidth_limit_rule_find [0.073010s] ... ok {31} openstack.tests.unit.test_resource.TestComponent.test_set_name_formatter [0.060703s] ... ok {2} openstack.tests.unit.test_microversions.TestMicroversions.test_get_bad_default_max_microversion [0.232062s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,538 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,551 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,560 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,570 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,593 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.465156+00:00", "project": {"domain": {"id": "68d7339c454540688247f7696c876cc3", "name": "11476c867a1941849a5d03fe0b42faf8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "dfbd1a9d75aa4affb249938e0e276482"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "ff17f4ca27b643e1acdd77279d87494f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b9d73e276dc8409c9fde4b3b6c3a1cf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "bfffb3126cd740d2a73e00d699773b21", "region_id": "RegionOne"}], "type": "identity", "id": "3eddbab01f514dd29aaae57e1b00ab37", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "839c6dfb27be4f7da6cb80b95a31ba98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "799db236f7fb415b84d1cb8c0e818103", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "bfbb3bd99d554de2b351401f22e4c86f", "region_id": "RegionOne"}], "type": "compute", "id": "32346b62ae1a4f9f9bf94bd8f601e362", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "db247e0c46174694b95ca367ba54f175", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2a5ef0ad4c354dbd8b1f47999352e4a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "9cd962fb258c47f98bdd2cc6aed0058c", "region_id": "RegionOne"}], "type": "image", "id": "06b77be0bb974de48e544c966212766f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e6f71c7111f7423fb6cf44a79b0b1c21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "239b72b5402a4b5abe92d12268f3bc69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7e26b4e015104e7eb7d8a657a9502f04", "region_id": "RegionOne"}], "type": "load-balancer", "id": "217c1a7a5ef04879a4df97f98cdd776c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ee1141eb7a540a199081c8f04f594af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "603330f6b3ba4ac79fc59a18fe9eac1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1bde09708dcb44f48e7b599b2b5f8b3b", "region_id": "RegionOne"}], "type": "object-store", "id": "ed88641064714bca88428f691e394e45", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "17b6ca21c57b427b9a4d0c5a39bd1bc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "560992503f48438cab47c582c26eec11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6531805ba04d4e718518e34361eee9f7", "region_id": "RegionOne"}], "type": "clustering", "id": "7d61f627c9514aa78829cbe26e7f9416", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e014fe7bdbd94361b7553a22b2da0710", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1b5663485e37495ea807ea86eb97b8ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "25f9bf4e6a0d4b0894288fd093b3884d", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "43806103a2654547a07d4fcdaf4b95fb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "56c8fe4d2ccd4e299e47cea4566cf558", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bb8f680918dd4c2788fde45691ac5823", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4a3acd3f002a4ca0866851ad72ec151b", "region_id": "RegionOne"}], "type": "cluster", "id": "81a31bdb0df64811bf51da65e820ce35", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "340716a44bff44a98d76ddbf62a7f869", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b009634cfb32464da3564e7bb08105e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d03eb8a998c440eba0cdaeed3307f75e", "region_id": "RegionOne"}], "type": "data-processing", "id": "a1498cfeaad54a9589fa28936f9709ba", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2aea396498dc4cca939f5cdf410097a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5c3b0a4546cc422bb125881a3f04f7c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "19b4829daaeb4b66bc9e463090e20377", "region_id": "RegionOne"}], "type": "baremetal", "id": "45bbc153426f40da8158382d18d1053f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "eba3e7493c4e4c33b0ad1164305e43be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a545eb9f842d4eff8c6214ed91071ea9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b26afad9881c4af695bd11d8f4522c02", "region_id": "RegionOne"}], "type": "bare-metal", "id": "61b1828bcba04cb6bec21b9e5b48f1ac", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "03cb4dfd8e2242e6850981e3bec50396", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "8a67c09746ab4834bf4fb223f08a18a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "83a524cc711a4275b2c31b8558498238", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "6332f03e80de469a94cd4f4945259a43", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "eceeb5f6d9ba403b95e1c917af6239bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1baa9cd2e70846c4994dae6af6e0635c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "6428d1c52c2844af93178bd1a001c11e", "region_id": "RegionOne"}], "type": "key-manager", "id": "7463272e40b64993adf07e53002d041b", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e90ed59aff7c4ad7973eb392674a5d39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d353c91867594d819565f6b9b72d13c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "401aeb1354b84024afef7f58b701d398", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "35fa4b81130347698875908cd73eeb5f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7a981c53e18b456b9e69f21cb6fab4c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0d1651f7bbee439994af2e3eaa047e0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "508c861fa82c4aaaa335232593fe1981", "region_id": "RegionOne"}], "type": "infra-optim", "id": "863b458fedda443facd9d4fafa8e8745", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "07b03e3e0db04d2b8ec73412109e9945", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6f8a2e1dac1d4490a465a3d25e578062", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "76ef3f0299044840beb1c906a648d7e9", "region_id": "RegionOne"}], "type": "message", "id": "4b0d6961fbb6450a9f0f7188592516e2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "dfbbf05ad30743578bb013a301f78909", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "d0c257c2b0d24d1f977c9eabc8fbd0f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e32caf33db394a19b4cdd27b103d6d0b", "region_id": "RegionOne"}], "type": "messaging", "id": "9ab8746610644548b03204ade5fdd57e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "56ebcb3d2b0e4b66bf47135dc698f801", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "46a2fe034e2349a9aed018619cb1bdca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "91843f6399d4458b99584348d0d9637f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "2e79438e65354057addc31f7a975b824", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f3485cc41dff47a88f979a2e5ad2c133", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c209ef2fd0134ab0bb3cf67684edaebb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0087df94073c476fa8d0d9dc6d84db43", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e1981cb40a114e86b3877cdbb231949a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "91c0a19e9d804ff59749320d5983a7b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1ee9c9c357b441bb8c13c2fe118d8250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "63f9440a9f294c22ae4efe39f7a41f8b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7a6074fe8c9a408a8fa4a2f2366c4fef", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "165ebd1d1f384e569c0e888cf4b450ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "18cd3ba3a377408e96b7fff210fbf126", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6df2527455ce41cfbe2e426d1ec99333", "region_id": "RegionOne"}], "type": "container-infra", "id": "786b62af8e024432bf5af35b0feacf33", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "dd09096d34404071bec456d00b57bc49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c7cabf71e08847249128c02c6a7184ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a25a3173b719427591b0391517d33d3d", "region_id": "RegionOne"}], "type": "search", "id": "cbd4488cfaa342d8bbecb872a8e04b8b", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2d31f69ae12a47318200d4ace01afd31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9694b92be389402ab1985fab70776590", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "de54775eb242462a8ed6d333e2632b4a", "region_id": "RegionOne"}], "type": "dns", "id": "70f16f6e465a4b6a8be1d49346de94e5", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "55f508094b934d90bcaae1e781139ca1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d5a3f8fb1f3c45c896c0b291b66c8355", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a95e837fe700435f9380956c2939f39a", "region_id": "RegionOne"}], "type": "workflow", "id": "f76130a724fa480e953b4c715d467212", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c91d207dcc6b400d8550d0e23f3ef7d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b468a5b4bf0e4985a51f3513a8e48b71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "98675976df0843159bfc67116e263599", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b384fcafa37f4070b677196d7a30afc5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "28d79c378f83438d9ea61d013565a807", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "578d9b0f28a542b18d2b87061a2e47c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f2511f481d4e46d185e86045359d9e7b", "region_id": "RegionOne"}], "type": "rating", "id": "6284d166e0264743b04dc8d1fa21566f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d1d9e75e40174919be8f201948df78c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "42bdfccd23794f90b0cda27d680186a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2a54e07e5a4c41cb89e88b68e75f2a30", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d1af9a1be5c84017a60a60587b9d20a8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7b9f88e2a4134e398c529f82c177c1d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1c04bfaec17d4e148efc01eaf70a5159", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4d536acc9a764b5a93610b9d5e710f2d", "region_id": "RegionOne"}], "type": "policy", "id": "2c358c6e7ede4fe39cd4d95d31b58fa5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6b2102f1b16d4a83ba359ab1a1e617b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d8694a78b2f74b9cac920adcc1aa10e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "305f7477c3cb4ac9a46b15191bddc1fc", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "fac3db7f13494b6191f2d0acbd362e17", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bd90c495e9db44579c4d2a0e63b4cff5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7241a9dfefa746b98b2f74918a457d48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bfdc698410384d0ca7959b40ce2bb833", "region_id": "RegionOne"}], "type": "sharev2", "id": "12237fc90ab2498e831075c8af1c9ba0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e58dbc4d00974fb0936a2e9b12103ebc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cff9a83fd7eb44db93a572a95019a48f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d89995842f7f434c87ed9644003f156a", "region_id": "RegionOne"}], "type": "share", "id": "7fe66b83f439473c84f185b6ebbc7387", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4e46662135e342aeaf074c6c46510be1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bc880256e79e4b919a56e8a8db2ba196", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d49028e50ad245e2afe63f84159d29bc", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "6ef5fd71357f4382bd65af34fc57e305", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c37e48c4c494447a09d1c7b0646da51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6008d82ea76e4578ad5d11353187bb98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61e177b3c4a34c269e94fc64f8e11cb8", "region_id": "RegionOne"}], "type": "orchestration", "id": "f5771cef011e4a39a404a7ea9d4e81db", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "266f386cf3264fbc89b7acd7d79c51de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "caa6ad57c3304c18846f8449ea4e9472", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db1133a8c5704bfabba3769050e0338e", "region_id": "RegionOne"}], "type": "block-storage", "id": "c5a577f7bd82463db46aec12e6fb95b8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a6bae3bb04b439c8d528569669b8c34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6801c59d55fb413b8d9a3f16d0f2c12e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4132646349934755835fb6cffa95a7cb", "region_id": "RegionOne"}], "type": "volumev3", "id": "51a7558ba0e84e39b3346d35d19de64a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e201c539f6e491999dbb176c41307a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed9986fbd3b741ee844231f5c266d64b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df4b1fe570334456bcc58470b8585637", "region_id": "RegionOne"}], "type": "volumev2", "id": "fb2a7d029fee41f5befcd6fd4f40a533", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a66f161138e4b909041c7ba3b948cbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3004f2de12e34320a17cd52b29ac794d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c05b6d7c35f14332ade02ae6db28acd0", "region_id": "RegionOne"}], "type": "volume", "id": "574e6601284e4d66b97a0e65a2d02acf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "253108aa8dc44ddd9068d2b1d0f214a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72f12ba0176446568efde367d893cd96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3031b21f6ad478f819c8521827bf6a0", "region_id": "RegionOne"}], "type": "block-store", "id": "894e3507d446467abceea037e9016b48", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9be2526c861a408d8e76075a52d9b0a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "23e9643be2d245be8e266848175f9d00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "352a1644c1f54c72adfd7f61a2b59973", "region_id": "RegionOne"}], "type": "alarm", "id": "2fba15ea75dd429ea17fe24bf9bc66c0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "27c3629fb11d444fa4c676bceced7ece", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f5d7206b4c4546fe9ae787b7a1a53bf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b88f4d6aa43a42d3ad89dddaa865f0c6", "region_id": "RegionOne"}], "type": "alarming", "id": "e8ea3a1ae5164f9090847dce42d56a0b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "eb945f25dba5477998fb534873c79e04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1f2aecb2df2d4bec912683bcf80a71ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5d4e7c4dac8b4f99bd986b4167dacfab", "region_id": "RegionOne"}], "type": "meter", "id": "001af8c54cbc4dcc92ea5499ae954cfa", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "113123a22ce748cf9ca009a6818938f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0eca817a856948248d8af237fdb0bbb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "19b802587df34dc4ae44660ff25ce0b4", "region_id": "RegionOne"}], "type": "metering", "id": "10c0664ed90b479098f2ab70c63b57fa", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c2103decd4cd4d82a3d6be71caed1b5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "44e26e42697a438b97311a5c42bc23c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "58cc27e0e16e4b4aa759657333dfa4aa", "region_id": "RegionOne"}], "type": "telemetry", "id": "67bd42e58a0840cfbe38f15880026cc7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "048fef4943ed4719ae1963f711b64023", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0deef6e2037b40769e297f3523246916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4b2ad79bd83a4e60943b697c729912c7", "region_id": "RegionOne"}], "type": "event", "id": "92b50e6397b4486ca900a066c1186913", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1813fd023b844af1a6d5ae52ae5ff06e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "34878ec5893e468b9e19ade1486c9e70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "233864795b4c413d87485df95c6759c4", "region_id": "RegionOne"}], "type": "events", "id": "73e9dda0bd1a42858983b415aeebe459", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "745d330c918b48bdb0d65ba1f109ec53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0d82c91de89d4035b6fad25bf8dbd8cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "085547fab31a4bf29afb0c08e8774ccb", "region_id": "RegionOne"}], "type": "application-deployment", "id": "5985764c4bb54497a93ea5cd40f18677", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a27330ef54ca4ecfaec0cca410349b89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7e7efac5911848d985d02ca06fee35be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e2edc86c76c14192989136ec8ecbb170", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e5aa794b69eb4567aeac8c85295e6c4f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5fd39ec0242a48329234808ad11a4a0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c51debd659804b1aadd98afc347d4fd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "970deec1fd4a4f5a8c4fa1e37f0c5cab", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f028984857f8485088a5f75c6547e3b4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b1f03f8dcf9149aea8c8abd129a5c81d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3da4a73201c34be1b79b8dce803184b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "95e601c0777c4f308e8d0ab765756ef9", "region_id": "RegionOne"}], "type": "tricircle", "id": "3dd15af7f43a4ff78023c3f8932e35fd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "01626c7be26f45ba89c85f2bd1759828", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f5902dc1eadc47ea9efa2570d1a9a0aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e7d5a50aa7604e909a0a70e7c1ddfade", "region_id": "RegionOne"}], "type": "database", "id": "cfc444c1f39746e580d6641120b84657", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "32f712350f5c4f459121bc481ea1a30c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f3c3e67be1c54026846062b417d5a6ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e4d1e0ce1084472b876a436e320cdeaf", "region_id": "RegionOne"}], "type": "application-container", "id": "02c42656638142588d9f0caa6b6c06b7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a0efd31b7373433986aaee8ca25fd71b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "624e128ccfbe42cc8733ae7cf7fd3781", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "38a402ab404c45a5ad577d6d0783074d", "region_id": "RegionOne"}], "type": "container", "id": "7e572057d2ca49a3900ca40eb3fd9267", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f85d21f09f2a42c69d00327ef0078290", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a99aa010003e4d08adbb9f6df0d154f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e2880cf738df47b3bc6b6993df81f825", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4630929ebf644038a51ccc4678261d19", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3e55e1d0e5204d079786a1eb9683454d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9f4774fb1b704a7fb87c8a36af1ea9b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "30606fd5ea6148cca7f9468fd8e34e55", "region_id": "RegionOne"}], "type": "rca", "id": "c3c0b8a0a26e47e598710dba376dec12", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "33623931e1ce4722a6b14b1d61c3ec67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "634d4442f295410299606eff5a0af0a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "696cea8d8419473bafb9f0dde7b9a55a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f8c00df966304c95b0e641302ea389ab", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5db96c1f39ff461e8a1fd275808b2d6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b85861434a6f4ea3ad51b09060a689a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "282d8389d0ec4273aa38fb70b8541da4", "region_id": "RegionOne"}], "type": "network", "id": "4516b9b1acf643e6b6cafaf94e7ba845", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "813191aedf7e4a9e90044a7583292f35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "275a47a7e90e42a5aaef72be3d808a37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "55a01422e90f41398b55bb47b5455e70", "region_id": "RegionOne"}], "type": "backup", "id": "a7ebf80d4e0248d7a59342ce9ced56d8", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "150c585db44b4a3d94f414027d34ed14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4f91223046144caa96c1f87839dd69b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2f6800479c5549488fd2d4de5a61c26f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6c13288402a14c9790d0b8d1e45696c3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d7acb76b7fda4861b1960e20a223d008", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c3e9f55b4a514eb9a28d1ba5c35f8d87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7f32d1a3a9f14c5a8bcb87be43e2ae30", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2fca71f8472b4fc0852c2970152eefcf", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4f97db1f4e574b748e366247784311ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a8eb77f14c4c4254a274dd38be54a17a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "9161a62126e74f2aad9f2aab4e281076", "region_id": "RegionOne"}], "type": "monitoring", "id": "2d0ee1404781446fb659088a14057860", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ffe568b789034a4ba555759461fc2a7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a155b5cea5bb4c058159c517312f16e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "bc00418aa5c34a208624e2cfcb70441a", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d8c720aaf579466187de8fd8e1cbb1a5", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e91196ba63414b9da560f122874534e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7b942e88b49645f1bc434d59efa4a018", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "82a792f822d848aebb88866cb2e031dd", "region_id": "RegionOne"}], "type": "placement", "id": "946a501411334bd69a89b19a7554007e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "925b49d7450b4c95a44bca1eeaf95f03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1761262b40ff4e2b80e0bde72b900c0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6199fe4a057649ebbb7051058d1312d2", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d0cbc31027394e70841d1e57437fa688", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "87f425b803354a8c9b9dc949df975b26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "39792aea8b174558abc395c73150a4a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "43ba2baed44848da8af26a01f3a37f65", "region_id": "RegionOne"}], "type": "ha", "id": "28b75f694d0c475fb169ec335d3585a5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "06b02ba5c2564b1cbf147f37e8f844e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f78bcd76c01d4e3496c237fe06d420c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "aec8bccee923411fa5fb7bf7639517fb", "region_id": "RegionOne"}], "type": "reservation", "id": "bf202ebfdfd44354877d4b43ab2423da", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b378012daeb64d7889961733648608db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d2de2ff5bf014694ad78e11cfc939168", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "6edd79137e8d4c59813a46aa4422a68a", "region_id": "RegionOne"}], "type": "function-engine", "id": "80e93ed8647541c7861630714d5df0ae", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bcff0d2c5f444bad82273d96f7f18cf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3b2e79d5dbd64c43a41025c109fc8e83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "af89100278a4419abc68cce3b67e026c", "region_id": "RegionOne"}], "type": "accelerator", "id": "53d7f5f1217e4e67afe950bc631c2fbe", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7a8e029d9a4e4077a2c126390ba5d613", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "356389ae90354a7fb7d8c3b927ba46e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1547543e1c554b52988d9a34c396f591", "region_id": "RegionOne"}], "type": "admin-logic", "id": "030f0f7caaf24388b0ea2d9abf806565", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a4d89ed867394ad4b1ab98d0e0f097bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "156989c13dad47bca092167723c326c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "14d2768263b4495fa921178127c79ddc", "region_id": "RegionOne"}], "type": "registration", "id": "e94443dc0131456c8a124aa139bb4bd7", "name": "adjutant"}], "user": {"domain": {"id": "ea1704d04b1441018c3380d615cb36f2", "name": "c081d3f34a4347a68b5498318fb43c0e"}, "id": "33141015681248538c35c35f18a66b6a", "name": "d25436faa43447e4b58972416b94c0a4"}, "audit_ids": ["d890814345574e1399e92d8eea0ed241", null], "issued_at": "2019-09-19T09:04:49.465156"}} 2019-09-19 09:06:49,658 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,673 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,682 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } {30} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_router_get [0.064802s] ... ok {29} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_abandon_stack(stack_act) [0.066885s] ... ok {21} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_stack_preview(stacks) [0.062272s] ... ok {9} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_segment_delete [0.062846s] ... ok {24} openstack.tests.unit.test_microversions.TestMicroversions.test_default_microversion [0.411621s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,368 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,380 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,389 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,401 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,419 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.303378+00:00", "project": {"domain": {"id": "659fa00b073344f692b4aace9e4093a8", "name": "0fe6e06b22f345868b327e927fc01c98"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "331ac0eae4654475b025dc3f04963d3f"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "883dd8a0ac684a009b963da70c522d5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "48d8e5cfa9c7412b8e01a30fbbc8a3c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "204e6b6fbce246b2a440c73b66fecd0b", "region_id": "RegionOne"}], "type": "identity", "id": "f00d2d8eb4d641e8a0ad9963aacc54a1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ca445a90038540f09da3cf6d165e4dff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9c1e2e1679a34583923e688e96aeb3a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "1d847930ecfb449789bb1ac41d5a2790", "region_id": "RegionOne"}], "type": "compute", "id": "f817519a8504405598debec594e21f84", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "edcc3c277d964b9fa29424f986c7ab0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b86fca53a2ce4f1f8ce5c7893a35b6e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0e12d744897c4ae49564629e878a2e7d", "region_id": "RegionOne"}], "type": "image", "id": "5c21acc34b9b429babb4d642373f3817", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ad6003fa705d45debd68e0160e32840f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4a08c0704f4840739ad5cd99b400fec4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "377d1be184e042cdb74dff75699d9f43", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e5dfda16372742b9b71868ab46dee5b4", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f850f4dfa5c24353b220723cef3bff53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d741acbb0b24bb4a178c34691247271", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "584cdf1ade4f4fa9b109a1c715ef090a", "region_id": "RegionOne"}], "type": "object-store", "id": "e8e1db74ea654430b4a3bad85f27171e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f4f942ce853a415f99f831082f6f0096", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b7a6064e1efc465fbe3feda738d7f883", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "480bd44a4be54d3290d5364cb016b060", "region_id": "RegionOne"}], "type": "clustering", "id": "d0bd6a5e313e41dfb59b3dda295b328b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8fbea3ecc0ab4f908bbff954933cb424", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d286d056781940cebcdaeef97872297f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e2acb6d4df7c4cb6b41bb950c2a8819f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d9ccdac9b93844068708a89544d62ce3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f33e15d6b2f645d0ab270c99e75534c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bd8c4118a914476192ea178f498d541a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5858d5e1c6524df3abc7d2860290d472", "region_id": "RegionOne"}], "type": "cluster", "id": "ff99c89012d54cbb86d72a8ea18f2a39", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "87b3518a6313410184eddc0eb819a930", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "424b10cdaf044545a0add58ab36a8141", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "948802c963544c6093b5ac9bc26370f2", "region_id": "RegionOne"}], "type": "data-processing", "id": "7f8047ac8fc84b708a074cb3ac3d7908", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4cb65a6dee0e4af68fc5af2f91aa4879", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2c7dd3b1c40643a0ac7f55f6c377e06c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "854bdff49c0342f280ff41a39ee9cce1", "region_id": "RegionOne"}], "type": "baremetal", "id": "dbed7d40de874d86b413680b1547da8f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d38d62854974427d89311be8d029459f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ad04973eeb994ce2a2e1ab6be995bc72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "429ee5d943e04fe88a8bbe42bf2da464", "region_id": "RegionOne"}], "type": "bare-metal", "id": "75493f067a1d4d5ea6b36a399352d180", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6c692aa9e1db4d3eb2b7f13f6ae00786", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "bbb335997a6c420d9b83e89291cd62cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "985aa53b77b947399e5b1cf2d7c45024", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "beae5eba81644f86ade1902d072312b2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d00bd473ac144f8392b4ffd40ecda41c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0ce915bf35674b33a87fdb96f0a42c1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ea65e94279574e1e88a0b0ae149db8a6", "region_id": "RegionOne"}], "type": "key-manager", "id": "17eafd89de604f24b50fe47c28ac7164", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "29030fec3eb54269b526dbf6c160a5eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5c4915b415e349c0b2897fb0f3509c9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6f3ed070e3c54a238208f9b0911aeab3", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9735c210a9ed4d72a5558c98a05289f3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6930cd8113c24ffba93bdf5a336a1422", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "45c2cf2b9d7e41449de0b59e44eb4cc5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "17c4628e04924a3bbfebc12fd0d67150", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ca10d68a97104e8a82e8f96ed6654246", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "48dce119fe474fde8f11f2bacddd293f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "688fdea2bf454a9d8dcb7bd68bbb292d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e03237fa223945f488f4e0394fb554ce", "region_id": "RegionOne"}], "type": "message", "id": "58f0bf756cad445ca57761f8af7ff425", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "089d6f66dd1b45058b40e7edd874ae68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b050bcf83ba44338b9927155f9181265", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "772c480b626046c59688774029667407", "region_id": "RegionOne"}], "type": "messaging", "id": "e451b208befb43358082578dedcd759b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "06d9c95da32d4ab2820ef0f0e032a185", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8faad5c646b84bb9890ee7821e5250c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ee71224732a94078bc9c33983e0101c8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "646e8fef01744e7a8b844311e755fe8a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dc228b6056e14cae9c7739454bf4b564", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1683fc9069b34be9a024e762fb0ced06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f0b5f3caa52c4aef90eb8c109dde3471", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4fb1f6bb55874c8e97b2ddfa19f619e2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d2fba584b2ae42a88e7d4db5337906d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "35c8dc9052134bea86e82240ad82c354", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a6a1d3af8e0457fa79ce91ffb871a5a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "cfacedc2a6154596926c64085c3c9d01", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e4dada3a4bfe42daa4c9287b67f69d43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e49640ebd0364762ac4d01db764589fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a4f1b3c29ba41c192c208f10d01c6a9", "region_id": "RegionOne"}], "type": "container-infra", "id": "4c90e2554be94828b6864f0acebe89fb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6008820227e141c28a1aa16eae2f1827", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d8a5301762df421f925080af2274dc75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "24e60c7031474910b1a9b1e8af4f9c06", "region_id": "RegionOne"}], "type": "search", "id": "0604f35eb6c84d71a536ed144b105240", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4755a6f15bb44f8aa1af1ea3b55cebfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f744d76908e84113ad8882725d0df821", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f128fbccba10412e8e1bdcc07b9da9f9", "region_id": "RegionOne"}], "type": "dns", "id": "9aa30dd76ad341e9ad9fb092818dd99d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "11c6f703c961483492f34d6138bc01f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cf194785e70c4b6a80e95bea792bb21a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ba9343ee44824c9a930887589c516289", "region_id": "RegionOne"}], "type": "workflow", "id": "e9a61cd1ceb44a92985e49d7e4c3aaee", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9dd3541d3aff4706bcc15319869fac4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2fe12104e9fd42d2b85cfc252fe5f1de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1998b300f74942909172637f35a8adf9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "102d86d4b5e742eda228d19ac100ef23", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "c9661473fc7746e28353870b9511e006", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0faab3a2d17544779190290dcf098f51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8de267440816479d9b539b721917a3c3", "region_id": "RegionOne"}], "type": "rating", "id": "5bb22ac67bbd406e868e17b6b3132493", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ce07a8d6c67e4ee98dada3a5d92e0ea5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "340bcec5ef434af78d2dfe2b16c09607", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "bd160be088974980b13d378a80b18019", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a6c6a5dd18ac4274b472aaec5a366628", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "69629bbd48f242b096c09c720620e2f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d96a2cd068f940b38eea4d87be8acf1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8f0b417bbe33432c97c55ede34ebbd56", "region_id": "RegionOne"}], "type": "policy", "id": "456cb2864abc49ebbe3955f776de4340", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1ee292b6135a46f78fbcf868e629e2b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f7ef3bb9a3a84dbfa355a7b6b60690ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a1a67cb520224fd1a6e616cf3b366c33", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "69caa32d25ae4bdb896a0479d8949e11", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9805226bec774e81b3dcb0921e65509c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0c58499108be4d5fb1cd7cc40488c0ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "aef60be897a34c688910c7aecd1778ae", "region_id": "RegionOne"}], "type": "sharev2", "id": "d0f72d97c35e4cc8904a284a7f4d4a87", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "191271d511f84366a187cb78f600e0af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7adb37f47ec2473192ad5f064e2e7a2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e4c26dc3196c4498a6a8b2c6407a4ce2", "region_id": "RegionOne"}], "type": "share", "id": "12e8227c58944321a34ed3569999dbc7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "db4e0b30523b4620a0ae70aacf0b5bc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "30be26fe789941d589c2c768035b6bf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5f375c336ab941eaaa47c29befae4c8d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "93af9980e3f043568ac8f93464be360c", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4e11630831b4ee2bfec4dd6bf0cebbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b2f5fd11fe04536a32a84714808341f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8d76e3e8f964304bb6d2689cbdee38e", "region_id": "RegionOne"}], "type": "orchestration", "id": "29a285d04b0441f5948e3f10f46bddce", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38833962cc1748278b5dc3a151538913", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01e3b30431594e49928a0748a6ee5693", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15276b4799824d34b1a22368751ae3f5", "region_id": "RegionOne"}], "type": "block-storage", "id": "deaa76aec95b40b89f7eb17921d49d1e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "57e1d06644824f7ea1965ed937b77aca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e6532029ee845a18aae681ae5c9fabc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd3f7685c87e4439a263fc7110f20a45", "region_id": "RegionOne"}], "type": "volumev3", "id": "801111c0d48b46e7ba14a32cf761870a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b6e9416f2d647b691adc66d3099e731", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bda462a11b2b4ac4959d1183c53736db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2586095098c4335ba4196bbc962ceea", "region_id": "RegionOne"}], "type": "volumev2", "id": "61817c9e2cd0401189cf7177c8cf130f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a28d7821ee540e7b0ce3d14961b146c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da61732502ac409181f424d6e31faf43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "488f6b4979d848a59bce598ac4e93b52", "region_id": "RegionOne"}], "type": "volume", "id": "78269fb9baad478ea32b9e20839d38cb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cfff3117f881490f9903245d9e30c1aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0dfa9733c289404693ef5966c2180af9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "020a36f8de634b7eb7d7761c62fc8f72", "region_id": "RegionOne"}], "type": "block-store", "id": "718dbf95ceb84bce9d17b659ba421852", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5f26023d0d634f4d9152108c0586faea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b06f7b73050445d586d9cf97f62f95d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "45f1648898c14855ad9ddad3d1f1a821", "region_id": "RegionOne"}], "type": "alarm", "id": "3ebcbeb1113d4dbc9a9318ce7430489f", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "13ee98b553624df6bd77704f45c684ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "854270a613aa4c7e8a266b835ae06ae0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "faf6b05f03494e0598aba80b8595c4b2", "region_id": "RegionOne"}], "type": "alarming", "id": "85080c2327cb4c20a99b9dbb9c2eb649", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b5ad741fb39f44e7b4e9c8843d541d26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "23f1acf765e54b1ba74c0c1606b87bc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "81dc1d8b85404e179f6d009068fabbe6", "region_id": "RegionOne"}], "type": "meter", "id": "cc2790ac50a9416eb546eb4bb0673eaa", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "94a8dfc00f714aacb1ecc0a726510ac6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c1ffe5aa39724edda1a1b05b47c80882", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f53978b1fd2c46729702cf3fc0c1d298", "region_id": "RegionOne"}], "type": "metering", "id": "f90290d256f245e999883c910cedab8a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1445c047e2434473a1d3eea9eef0f12a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "36018fba2e3c47dda1650b1b6ac46af0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "43d193bf778e43b7979ba2033d98edbe", "region_id": "RegionOne"}], "type": "telemetry", "id": "e9049dcd114d47a88b7075d097dfe991", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c918f9cc7a814e39988548cdb5f9d64c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3d82946558634d87b6480ab2250abacc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "26898dda42ea464ba27dc590be67fdb2", "region_id": "RegionOne"}], "type": "event", "id": "32d51df5f68649378fede1c2c6dfaa32", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9d044ae491f348d89680c7aaadfcda8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e07ee98061cb443b8d14ba2f9dc71298", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f15829398c3045559b14daf2e0597b43", "region_id": "RegionOne"}], "type": "events", "id": "987c0e15a2a44d0d8d9c32fa8ed4fe8e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6c3c79958bee45b99ac5d0033f7cfc0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1354c83633c5485eb849974d6ee6851a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7aa14ecd1d1b4cada94c8c5ffdf7c10a", "region_id": "RegionOne"}], "type": "application-deployment", "id": "cf03164fbf064e7c974e15f17a5327e3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4f2cd2b22b7646b3b1bb015613c46512", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d61626d0e00842149e27f59338a12899", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7baaa94ef3f641588451c32eb30be6a4", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a54243ca1e32453ba4af060998c3408b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d420bf477686405d868b49f4704d1f13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8a601e572415470bbc1ef2ff2ebeab6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "31944095e58c41dcb3c3bc9bbd1edf49", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d64a03878cf7405bab3053886289723b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "506d863934a9445c8a9b9155530db52f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "40a1d33593d841078da2716e033d2621", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ea29c93514b041cf9f3228adf48e1322", "region_id": "RegionOne"}], "type": "tricircle", "id": "9d761dacf5dc4046bc673ca1e05e19b8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "fd33e8f4bea5406cbb41da9fc17c3cb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9e98a5a079fc454880eca977652e0ec8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "dc42d6492c3e4c3da39644f7ee36eced", "region_id": "RegionOne"}], "type": "database", "id": "30ad77a33a464a8aa89387124c9bba10", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "097f0d76289542aa8b08b5e1f1efdb7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "08f165cd93fd40a3b1e5aefeecbe69c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3c5262dc94794b1eb76396be6602f1fd", "region_id": "RegionOne"}], "type": "application-container", "id": "ddacef17337a41c88ec4b81b32afae95", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "806c5324fcd1447a926d47cae8700d3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "16bd085b5a134045b7996d77130f1c25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0af555352d2145979c87ccad003ad88c", "region_id": "RegionOne"}], "type": "container", "id": "2c6b4c53f31849ee9e0089d04f14d00c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6851ac8ce84f4aafa7aedc002f007f75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b9060a317bdb4c73afd04537d0b906a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7fc9bbb2bcf946229bc667639ce400fa", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e92b57405f0b4acbbdca1ddd04bd77d6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f7eea342dcbc46e09aba5387255ab3a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "95172428025246bba4950801f3a35012", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "47c81c67f54b41e3abb3dfc91a04572b", "region_id": "RegionOne"}], "type": "rca", "id": "309a5e26ab4f48f5b2daa9ea89c1f6e8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c608b934ffd74ce1a5dbb0158211dd8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "55141ce05cf541c6879d1b775b206430", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "acfdfef66e42493db1f32dd9f17c250e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "bbb6043f27bc43ea863bb9a3f0475c75", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "2aacd101f70c4d69acf6ed8dfa9a94fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ee2b9742cb074a8083f17a533f0e0b5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f541eb6a35744bc9a3231c759bbecfb9", "region_id": "RegionOne"}], "type": "network", "id": "5909b58d41c847259fbd5c20185db742", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "d7f1db6a78a54d709716b60ded7208a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "efca7d967ace422fa96a7b1a39659f5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f92fbcc11e0347ef81b51e9b41c23297", "region_id": "RegionOne"}], "type": "backup", "id": "5099ac484c534c95a0251750dd82f9b4", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2bc2d8caa5044700914a6f7cc9aa2696", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ca64a07100e64dcfa685507f53076e58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9e80ff79c40f4e7ba4cd5686907077c7", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "a9241215899d413cba3fdc31440c963d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b1cd75c2be854bb081c6e5b966420e18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8510ed613fa643e6bdb0cd5e7be7c97e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "006172995dc94decbdd6a07fe712a29c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "134fc25a260340b29804308f71935624", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "3754c548e1964581be9ebea9cc0868ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "615b11425d314073b023f1ec6274274b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "34373560a89a42c089895d6c8cf49016", "region_id": "RegionOne"}], "type": "monitoring", "id": "a19d99fbfec541678649f86c2cc7dc79", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2796b5de5a02424a875cdfdfe3ec1c0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3bdda48c448444038b2ba18ac8f7cede", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d41777fc78d74f8fa93e3997062a93ec", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4570a16ce26740f583ff0a6899aa8127", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "941891055b0a4e1b87a9c8eddd7bfd8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1a4d7267b6ec4942a3daeb67b8d62f8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1e98a4e547e94b2e8c407d36c1d03a89", "region_id": "RegionOne"}], "type": "placement", "id": "fd7e3521a88c4da599b03079ce1193b0", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "39fc297801c74e42a37b1aee3840f4ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "344393122b6545ab9b7fa3fda609f1eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "32aa963cc11a43018936827995c60b31", "region_id": "RegionOne"}], "type": "instance-ha", "id": "41ac3f0bb19c4809bb75830a966e68ef", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "98c2941b543a46d78b91f46457179f8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "865c5fb42bf94243bcd774471458ef0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "989473b2fc70443ea843340afa0a1ac6", "region_id": "RegionOne"}], "type": "ha", "id": "52ea0dc6ebc44b7aa9857d9bc4117103", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4ff6fd71954941019546d2568a41856c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cf5d73f2a6644ba7aae95b8566a48ccf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "599b67ad01af44c991c949d9c60ac910", "region_id": "RegionOne"}], "type": "reservation", "id": "55371b97a2fe4d9e99a0ab1c74cb7559", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3514888dc1294466810b78a212620589", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "66eb097e9fc149ee87e04aaadb5a9b03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5e17c2cd195f49b2ab52574263258657", "region_id": "RegionOne"}], "type": "function-engine", "id": "a3870dd9fd66449bb1466bc7f573beef", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "496b47891ed64956b35a2d770ef2bacb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b34d4221c33d46b0add729ed71df24e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "60e74e2df6ea44b1b854d836ced595c8", "region_id": "RegionOne"}], "type": "accelerator", "id": "6488e565ffb541f5af76747266787b34", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f06a3d6c60824ad6b81305cc8cde54c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6a8532efd5e743328d5ccaacac7d2b9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "65e18ca5dccd429d864e8c1da293b8f9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "dd7507dd25984b90a8c9f04563fd25bc", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0a2dd0b2f81d4c6083bd0179283af2a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "47bd96ad776e4968a6846671b828944c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ef6ee6b1240541f5a5816e21de9e3f8b", "region_id": "RegionOne"}], "type": "registration", "id": "0c23886dcd9a4119bda53aa7c493438d", "name": "adjutant"}], "user": {"domain": {"id": "764889a34e1d4e9cb09baf93fcb989f3", "name": "2742368a711545cbb81082f791024716"}, "id": "bdea4a2dcce84b26866aaf7ab7f8d494", "name": "b296da08e98346b2b951fa35cd92d81a"}, "audit_ids": ["a4ab2cc3258b4a2686f121b927aefa05", null], "issued_at": "2019-09-19T09:04:49.303378"}} 2019-09-19 09:06:49,513 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,526 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,536 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:49,620 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.42" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.42" 2019-09-19 09:06:49,631 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,642 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "123", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "mickey", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}, {"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "345", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "mouse", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} {25} openstack.tests.unit.config.test_config.TestConfigArgparse.test_register_argparse_cloud [0.127643s] ... ok {17} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_stack_ignore(stack_subres) [0.063183s] ... ok {11} openstack.tests.unit.load_balancer.test_version.TestVersion.test_basic [0.065199s] ... ok {9} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_pool_delete_ignore [0.065803s] ... ok {26} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template(stack_subres) [0.072226s] ... ok {14} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_update_floating_ip_port_forwarding [0.047738s] ... ok {13} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_flavor_create [0.059486s] ... ok {24} openstack.tests.unit.test_resource.TestResource.test__translate_response_with_body_no_resource_key [0.064448s] ... ok {9} openstack.tests.unit.network.v2.test_qos_dscp_marking_rule.TestQoSDSCPMarkingRule.test_basic [0.065372s] ... ok {9} openstack.tests.unit.network.v2.test_qos_rule_type.TestQoSRuleType.test_basic [0.063220s] ... ok {5} openstack.tests.unit.test_resource.TestResourceActions.test_commit_put [0.071056s] ... ok {10} openstack.tests.unit.object_store.v1.test_proxy.TestExtractName.test_object_create_attrs(discovery) [0.369165s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,473 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,482 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,489 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,498 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,518 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.402363+00:00", "project": {"domain": {"id": "3d1bd00c04e34480b0c2aee3da3dda5d", "name": "b4aafdd00e7e4883b9d25f9816273382"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4c4a70b8a53d4e54ba5736d49c28b3ca"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5f48b85764574993854018a791b49ac1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d069b1247ca146379f3363262495b9bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e4a32069741a4e75b1345c52e6f7e437", "region_id": "RegionOne"}], "type": "identity", "id": "d7653213262a42d08883b87df303845c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "2cf085153ee747ce8fd73fa663f606ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0bdc990094c04168af48c1531d43e253", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "e051580a06bd42debe3859dea9a9ec30", "region_id": "RegionOne"}], "type": "compute", "id": "cbee850fccc4454cb8da0928d7d83b9d", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "21ebf1dc75374af38d7a5cc058359e71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "64a89a796c1d4c8c92d21400a0f55707", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "820a141a26054c2eb0ec163c0f76df84", "region_id": "RegionOne"}], "type": "image", "id": "8072f705e8cb454981a9d597eb96c1a0", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7944743819ec4873b2e774e66b729dfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a3caefd737cb48b4a443d92634c9a6f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7bee589bdfa04615842a2dce3df98cdf", "region_id": "RegionOne"}], "type": "load-balancer", "id": "288b27b6d6cf4ea9b89c560b3f5a69c3", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7357b7242ef45d7a0faf5a683e1fad1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05c8c05501fa438aaea51c21ccbd1862", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f70987a2e3c148bfa721c6f63facbf12", "region_id": "RegionOne"}], "type": "object-store", "id": "73f82d49a7474f3b876272a69e5088bd", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9973aa2b30ab470f8debaa953884efff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "31ef0fd92e664f30a70e0afedf85f78c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "40420b1ef9574e3fbe8c3a0918f2eb79", "region_id": "RegionOne"}], "type": "clustering", "id": "52d1f9b03bd94b248b1d5d60791f5e3c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c0ab0d886c6444cf9e107758416b2178", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c31f34ca33f0466e96a31694101668eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4c870654c2b04ec2be5f2d2609914e10", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "62401c5cad4a4d8aa1c2a8347a14a527", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c1b661d9cd7a46df9a9978859ef1d4cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b17e776820324535912d761697831494", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "50979c770b964cc2aa8b7f98afd1de59", "region_id": "RegionOne"}], "type": "cluster", "id": "22cacac2f45e4ea488def185e0442fe9", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4a19415105c843fba28c9d04f768ca59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bce8baaf4e374c839cbd6c0869d816b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7febcd4ff65242c7bf91a3bdcbf770c0", "region_id": "RegionOne"}], "type": "data-processing", "id": "12e2151306d14479a04d345950134c93", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "646cf97600d24877817a5218f45a2bca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0df312861eec4429a7b1e0e9095ecbdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "078cf81e470a408983296e0f86fa9d28", "region_id": "RegionOne"}], "type": "baremetal", "id": "fbfdd3c1a6ba4c40b81e52d3d644e787", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dfda0a879b56459099f40da453da9baf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cbf8872f23a7404e9828839bf7a022f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "14bb7d5136c242ee8cf5f1803d5b67ce", "region_id": "RegionOne"}], "type": "bare-metal", "id": "37d518598296481986bfc340d99689c1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "38b5bd35ccd64dfdb46b233568d699f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "88931999b4774c51987afed696877e96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "78e4f264422e412dbe1efebba3cc69a6", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7899d2f0921647e380c6cdbf9296101c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b2394ee507f9466caff457bdd4a3a90c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6d7414903af148b8820c175265fc469d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b19e581e59e243dd80efbe3e6a2a13ea", "region_id": "RegionOne"}], "type": "key-manager", "id": "6562a2c41dfb4243aa7425d3f27980af", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e222f6997f724689b9f01810b13513af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ac195fb35ab24b25a2929c1cb5f82f1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "69b42a0365b848269e14a2e53ae4332c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d545835a62ba4135a222ad8e31408565", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "39e0208be3514c0d874f80d425d175c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "25ca3b531dfa494e8361882640d347e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "700c64d713024f8c82425ee5c05baa13", "region_id": "RegionOne"}], "type": "infra-optim", "id": "9b89c23bbea34b6e844f8d80fc0de0f8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "bd47de6aa23741c0ba3d38a4cd2bf13f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0811edd11ed04892ad6694a7cea9d809", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "236fa1a3543e42dbb7736e2e3539e773", "region_id": "RegionOne"}], "type": "message", "id": "112ec89787e04e89b68630aa81cf6739", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "31fc4e339dc24a1a95bef0747857ab52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5cd1e57feb224cf9a87689831682e047", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c699cc21cdd64325bb08afcaef9ebeba", "region_id": "RegionOne"}], "type": "messaging", "id": "224a4e78bb9b4348bf80ca445fab2dad", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "572c4daeb8de47ab9eadcdbc886d0848", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "165e85c99a20493392647bc3033bcd2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "cf4588ee1e7645a7b3bcc74ad9c58ece", "region_id": "RegionOne"}], "type": "application-catalog", "id": "922440aa820f4e77bb07047f7ee25851", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f6d7d3c279ef418cbc69e9cfb6652093", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "67c9c7be957a4c90b18863a494637ddc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b966d59f8cc49d5aecc494441804de9", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "abbb752748d54bfba747aa071e5e2211", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a13960de45f14933b34456f875d0ee03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "42d251df0ce84b6988cc3e28a5eac8db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "72fd7f202af34682aa48b6d496629203", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b5be4f538aff49b9862987beeb9120fc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "eb99d6fa8ddc4749abd3088d95d73669", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5d1c7104c3674c639d7821e0a31d6698", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "29cc7272f4874f6785c184291bbda8ec", "region_id": "RegionOne"}], "type": "container-infra", "id": "6e195f71147847c0b65dc909fa7c6386", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b2c5b0bf2f8242858d0484c4e04782f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "c4b34f4167db42459e8fadc594af3dd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "8327122c5a374a12ae908718cbf08da6", "region_id": "RegionOne"}], "type": "search", "id": "cb9214df4262416e87e3dd9bb408f70f", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e4cd86590180439c93d21a711c55f5cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "eb4774eae2064b4a9298ffd3d9e137a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c230d8ff2fde4a6d9ff3ff7f87a7b944", "region_id": "RegionOne"}], "type": "dns", "id": "023de37c53ca4b2696ce8d5d4dedd04d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e6d8b7bef0dc4355b9c2c669d708ce41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c85a3e55b8bd45368fe3c57e9c94665f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c929c9a7f2be4a70ab9dc403ac3d95a2", "region_id": "RegionOne"}], "type": "workflow", "id": "6a2c9a1a97284521ab5bf4e3d849ac3d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9ba7ab9d00dd4e2bbc7f78be5d9e77c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "220f122cf1704338a8d160b154f55cba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "91bce156de1c49f88794cd1318e39016", "region_id": "RegionOne"}], "type": "workflowv2", "id": "99ffc2cbffe34856b6da5ce766d00c01", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "256038b9e72c48fbbb8bf9f8fbd713ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7968b2923b8442e8afbaf122c5e8db0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "41232dfdcba34d16b58ac66afa36c583", "region_id": "RegionOne"}], "type": "rating", "id": "08dc2d4fa36f48cc84badadce342d7cf", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cc4b1991f4d647ce93dfbfdbf07b273d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f8ff4732453343b2a98cc452b74ce00c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8775f53ebf0e407b881c9ac9876e047f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "fd549c0c793049cb869984091ead41ab", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "700aaf22d20b46d1af7dceca7e7d49f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bb2865fefa984867a7f37f04fc4b571e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8f711109c57540aab328a15eaae38ecc", "region_id": "RegionOne"}], "type": "policy", "id": "bf1fe9c21f3f4865be1368ee3e158c5b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "938a10a44d8f406b82484d189d4c986c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0939e1294e9e44c9a6f07abcbe2839d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d86ff4a9088d406c8dfdd8c760f6b81a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f483536c62424219aba4f65314e540cb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "555270f651cf4b68b812c3d5ee5de737", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6fc45f8c05b64d43b293b542943e6f1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f5dfa56c5e404429ad439ec7129be3cc", "region_id": "RegionOne"}], "type": "sharev2", "id": "246262ebce364978afa530bad9437e36", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1b35516454dc4a0ea75e9487ecfe8052", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d742ea8ca8ff4ddf8f114881148b7e27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f25d1d8607534810b54a222ed401717a", "region_id": "RegionOne"}], "type": "share", "id": "42e8a3eba3664fc8af4eee9e83f2f69e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "52d528e37cbe4300b7ec0584c0dc313d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "65b45640d8fa494c854ce45b2e77a9e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6f7a39cbd4d64e86afdbed67a1dd3729", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e4eddc33f7d24bfd8ef00a0f6b4ef601", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22e34f233f094732b11694042c355050", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a94b2707ede40b9aa870f3722264d4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19d0474e239d42daab3e9b76d4856df8", "region_id": "RegionOne"}], "type": "orchestration", "id": "31c203cdae23422b8cafd72cc2bb6780", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5cefaf3e6555478c91d6741d1f55c067", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0151eaed2f9e47e7b6083e960220e4b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "acc816c13b834492b6bfa9a2577b1ab2", "region_id": "RegionOne"}], "type": "block-storage", "id": "8889b0b783934d50b872cc847472104a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "486f821f5a0340e7bf2c79f0b08bb7f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f56554996094896b69e1378fc2982e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bdcf9ea682643d9a9fecb28c5edc848", "region_id": "RegionOne"}], "type": "volumev3", "id": "cc001eee9ad24f9eb5b538d9c61de928", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b66ae78a9f0b4f21b3aa4cbcd7adf136", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8697da61927849e89be23bcbc05ddbf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "73b9f61bb0c2479d9d5cefbd61566e7a", "region_id": "RegionOne"}], "type": "volumev2", "id": "4c0ab0903789457bbad922891f2e6392", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9226d4ee0d7b4c5699887259fef179ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3768ff3830074354a0ff8f48471ad04f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8882fade176a4e9282fc41b98332bb5f", "region_id": "RegionOne"}], "type": "volume", "id": "74d44258cb7846ef87cbaea36d292c27", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e2953b90e4f473dbaf1248adb999683", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "77e2b195bfb94e67b8082db006693215", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af45481fcb6a4e1f99dd875d135db4e0", "region_id": "RegionOne"}], "type": "block-store", "id": "4a5baf4805fc428f9ce8feeaa5c80c43", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6147ad41c92144a6ae4da6a330ecfc4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "48eafcdcd41a43d8adc39af711cb2790", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8e0d2087e21d4ce688655f5e42772724", "region_id": "RegionOne"}], "type": "alarm", "id": "13f016ac91f64f679170e0096ee4353d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "511c23dfd4364ccf933a39105a610604", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3ab4d691278043218e10888bf8c6141e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "df3bd46bfc6443799b5a0d2162ce1dfd", "region_id": "RegionOne"}], "type": "alarming", "id": "3f433b0af3b149338242e8d419231814", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fdb4fe67a6f94d53bf7edb7722da95bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "83b341d3e43e4b829c412cfda977b582", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "adac37d872ff4976ad47926847d9a150", "region_id": "RegionOne"}], "type": "meter", "id": "19b8af9f96c64ab3ada121f6fb5abc68", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c6ccdb4d221d4e7fbda5c9df6e2d8bf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e432635dbc8042fc8e39c2049d72cd40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f176db57913c45fe85a57d870dceba45", "region_id": "RegionOne"}], "type": "metering", "id": "3476f678d0964ce893337ef472ba056a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "131d450a42c444529962e0fc28be0c4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1b75203600b74f839c933c17ba0dc4da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c4e184f5ea76472e893766802385bd9c", "region_id": "RegionOne"}], "type": "telemetry", "id": "af337422121f49c5a95239ebf1668101", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f5712c075b7a4c7dab000a28be47fe99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "20859b018c214e9a926d119bae14b8a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "67d513e6a4c1402f9d40dfea30ef856b", "region_id": "RegionOne"}], "type": "event", "id": "bdc088acfa4b49c0a1834ce335cd1e5b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "1a551a1d9d9341d9aa2f81ed2dbeaefa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c61f1424dee843428f7e0962675e76a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c8b767decef24bd88dc63d5cb4e6d81a", "region_id": "RegionOne"}], "type": "events", "id": "a04eace77c4e4253ab16bcfdc78aaaea", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dc484eb5595b4c47bf2ed5bdfc4ce586", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "39b8199566204dfaa5368055fc1e8295", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3f05b5c05e154e1babaead9a4cb021c0", "region_id": "RegionOne"}], "type": "application-deployment", "id": "7911286419af408c9c806cd92170264a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "72bddc79a6624f25b38ae40254e0f146", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "915e1450d9604a6cb14408097926df49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "701f78e317b041f18ceb011694b15790", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1b41196da5b2405e95aedc84612a60b0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "34117edf438d4452b1f5eca747c54e47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f4bf15dcb0194b79a0ccaf838c78b04b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4576a8feb1994bb9915820080567585d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "98b41c09170345369a4abae95457579e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a5b582f181254f5eb6013b300cc66398", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d99a2dc8aaed4808b658b44b69071288", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "72918fff842e4b0e945918beb302ff05", "region_id": "RegionOne"}], "type": "tricircle", "id": "4a5b48bd1ce54fd682c65ae41ccc121c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "3905d5854fe24865b0684e949dd0f092", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d3960ddec1ab40bab4edf3ebdbc17a33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6ed4340faab442dd9f5bc7d4cc39de21", "region_id": "RegionOne"}], "type": "database", "id": "110211732fe448fc9fefcc9ddb32069a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "afe1b0f90d1c438eb848a708a79d49ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "92b431c6a1ee4007be9e71c0ede08a15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "574a58d0520d442cb02a2d068457c6d1", "region_id": "RegionOne"}], "type": "application-container", "id": "545c66ee247d4d88bb61433205066a96", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a80ce664cfec4857bbea84d8a464d3fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "78290366dabf46f68292d47509cca6a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3aa25d695a71478797e0900dcb5304c3", "region_id": "RegionOne"}], "type": "container", "id": "393badc18aad4726b0882730b4723c8d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f53cfc9e9d014c74a018b068efa5d0c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d8420184386a4f60a6d16dc651ebbaaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2f8d62d989724d1b81e98c71178ca942", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4403cd7964bd433197b420c1559f75f9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fa615c2d68c6497994b2286e80c3000d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d36c7983bb1d4455af4d5cd58c9dbc3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "56d183131b3b41ffa1812b28905f3e6c", "region_id": "RegionOne"}], "type": "rca", "id": "903aef2b112d4ad4939fed5ace4ae63d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "52157af40b3a4662ab5f5c291b06db45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7353eb4c92c34e51b91f75f0be40203b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "920f4c378bb64c8e9a37ccc411ac4c71", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "06e86cc5a1614418a728268ea250c05e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "2e6ba45cd20d47cbaedf552aef52cead", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "94cf7f39f7184e39a1f815208e7ba746", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7b198f9f24904dc39311e80017ff0770", "region_id": "RegionOne"}], "type": "network", "id": "33dc6ba12e6a490ab1926c7c5523e11d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "964cf77f22504b55a70e950cde446730", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "bd634c3098ea462da29af541a60cdc6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "1364775c714b4981b912d2587e110ffa", "region_id": "RegionOne"}], "type": "backup", "id": "0f56aa4eb0484a82bb74eb3f560ae042", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f9f9eee38dc8417b9bcfeec5539697b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "008bf58d491442d795ac40343406050f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a7a2e11af3954ed0aca39c925d0d6b3e", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "ea5e55d49e894282908c4cd314cd2108", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d68db2ed49b24a0abcf8d01ba36edb69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "94ebb212c59f4788a93410a9fc8156e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "82583dd11d57482aa904bace848613e0", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "360dd5932b724da891c852ccbddaafc5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b1b56e20bf034cfd8f103285c13127b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5623d6e4a9aa4128b24009bf47abdc99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "13c0a3cbce5740dbb784ddd1b629b112", "region_id": "RegionOne"}], "type": "monitoring", "id": "8f90bcfbda51454ca6de5f644a41f537", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ce8920129a2c4b5d97e54480f7e2a69b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "059437aa216d4be9be17b101a65c461e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d1f265f0b9004869b316b70d79a3487d", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ec5cddb75064478fb9623dfe810aa899", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "fa7541349bce4eb5b49fc0178fd3e702", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a1bff8e30758440b97bb92f15a117091", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7d66ef938ccf45d09a268ae712a1a779", "region_id": "RegionOne"}], "type": "placement", "id": "b43add52ad9e499c9ea0859b4bef146a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f2f23cd4e82343d4a492940b6fd008b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "69285d1fdd7744f18510d84615bfa8ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "714b5839200749c5a9f65dbf9f66646c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d6733882bdb64b59b5a6d73bf7b9eac6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cbf89cde4b6a4a5f969eb39e359ef2ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "990f9c9e8575412ba1c00690f5c6c951", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "98fe67dcac774e9889453cfc96e6f505", "region_id": "RegionOne"}], "type": "ha", "id": "c64b238c535a43c684a7ec4673c7a171", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c693b2264f7244b49f8a3c9e2f4cd525", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e92a3cd9e961463baaa8495303746227", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c1994fe063b64b7884994de3213e8cc5", "region_id": "RegionOne"}], "type": "reservation", "id": "7d479bda6b15408b8e98d67ebeb7ff9d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b165afa186e4498996b2a673e9917d06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0edb6edd1acb4bf1bcd3ab3b63b5842c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "76b175185340434e9c1150dbcab0d6e6", "region_id": "RegionOne"}], "type": "function-engine", "id": "d2c84eb8a77d4222a9f5ed4b8fe992a9", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "988b18ebe45e48138758648dd73a00e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4fcb11f47d674d548667161a9abe97da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c2b68766df944d349606fb5e9d2791b0", "region_id": "RegionOne"}], "type": "accelerator", "id": "049ab2423cc04ff3951ea914f1baf822", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4b26af576d444e929882ec525084d2c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7b312637da854c7d9f87852b359f7ea2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "bb31674c980b466580f843a0b8c35d69", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8db638df77ad4da6b63b39903279791c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "635813e4353c4de0a8fb34bedffec9d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8136a32cccf0429f9bab25d4645bbad8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6b36176b87a542ed8a0d4718df43e658", "region_id": "RegionOne"}], "type": "registration", "id": "aae94e357a5648f080056404a155599a", "name": "adjutant"}], "user": {"domain": {"id": "4088e88bb8a747af9d11d8de47fa68ad", "name": "486e81c0afbb4d65881eae2c1a8df7ab"}, "id": "ac0b6ce545d24482818c51d1a7ca62e3", "name": "7748449d8b024eb1bc2d95684f3bc9bd"}, "audit_ids": ["c52ba43d29294e6bae3440c8d98ff8e8", null], "issued_at": "2019-09-19T09:04:49.402363"}} 2019-09-19 09:06:49,760 openstack.object-store swift uploading data to name/test {3} openstack.tests.unit.test_resource.TestWaitForStatus.test_status_fails_different_attribute [0.085187s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,783 openstack.resource Still waiting for resource Mock: to reach state loling, current state is other 2019-09-19 09:06:49,793 openstack.iterate_timeout Waiting 1.0 seconds {31} openstack.tests.unit.test_resource.TestResource.test__get_id_instance_alternate [0.063664s] ... ok {9} openstack.tests.unit.network.v2.test_quota.TestQuotaDefault.test_make_it [0.065764s] ... ok {15} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_group_get [0.066315s] ... ok {7} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_router_delete_ignore [0.066533s] ... ok {23} openstack.tests.unit.test_connection.TestOsloConfig.test_from_conf_filter_service_types [0.099847s] ... ok {8} openstack.tests.unit.network.v2.test_router.TestRouter.test_remove_router_gateway [0.065322s] ... ok {29} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_check_stack_with_stack_ID(stacks) [0.062084s] ... ok {26} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template(sd_metadata) [0.037940s] ... ok {21} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_software_deployment(preview) [0.062955s] ... ok {20} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_stack(event) [0.065391s] ... ok {30} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_service_profile_get [0.067185s] ... ok {12} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_software_config(name_id) [0.064792s] ... ok {8} openstack.tests.unit.network.v2.test_trunk.TestQoSPolicy.test_make_it [0.068933s] ... ok {14} openstack.tests.unit.network.v2.test_quota.TestQuotaDefault.test_basic [0.050603s] ... ok {12} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_software_config(stack_subres_id_act) [0.065176s] ... ok {24} openstack.tests.unit.test_resource.TestResourceActions.test_fetch_not_requires_id [0.057215s] ... ok {13} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_keypair_get [0.060536s] ... ok {17} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_extract_name(stack_subres_id_act) [0.063748s] ... ok {11} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_queue_delete_ignore [0.064082s] ... ok {0} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_set_container_temp_url_key_second [0.312636s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,607 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,618 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,625 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,633 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,651 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.531564+00:00", "project": {"domain": {"id": "9272e908b04248f8a2e364f229afb5ea", "name": "dc705c2c45d24925a99fc628c6cc9c74"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "cf04b7475ee142599eafcbbb3de5ff6e"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c136ccbe0ce144f8865ed1e19b2db892", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "8ee81befb54f41ea84c0de228b4a7473", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "72a2c7ee26d14b07b8c401b2557681fb", "region_id": "RegionOne"}], "type": "identity", "id": "e7072991b1fa42c785ac08a975c551a9", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "16c4c278c85b4a53bb829dfbb925dad0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8c13211b6ac64f42b613ec230f858c2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "19a3346eb84c431f9f6ff3e2b65bab52", "region_id": "RegionOne"}], "type": "compute", "id": "4861645de37f4403932ddf2984e700dd", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a4a550d3556948338cd338041bc8f8ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "669e68c98ede4b10976b981495d0981d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "41f781d1face4531859e7fe3ac192b75", "region_id": "RegionOne"}], "type": "image", "id": "1b70444af4524978a791e0248348a8d7", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e84556a8e80b459f9be06511d1cd5374", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2df9586ae51d48cfa1d18cd896e27427", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "fd5b8a6de2314ff5a81cb839594d3051", "region_id": "RegionOne"}], "type": "load-balancer", "id": "44710986bc734ad88ab1c01a3471e536", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42f27e78dc114102ab13d32f5cce3ba7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64b5c591862d41fd91e73ec18a0433c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4a6d74bb13c442a88f7651010b31b14", "region_id": "RegionOne"}], "type": "object-store", "id": "40ae9e4d159f497dbdae903c688823bd", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7d1572fa71944080b9239a9c461bcc54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fc7a00178baa40138749a4028068d1ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c3b106ffbb0940fd91e482974528e499", "region_id": "RegionOne"}], "type": "clustering", "id": "594679417a4f499a8eccd2507fcdb133", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3e066d1058d440ff9b58e581e0176d09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6e7ccc3ebdd64576bbaa594ce96e0f22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9943165de79a44698b32cb68e506fdf0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1509dff6b2874d0b913f7b6af8fe0416", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6d283b1eda8343c781f3586fb6da3450", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3a869b7c54884b48a1363c2db473f3f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9e51ffeb87ec418ebfc3e60f6a5e52ff", "region_id": "RegionOne"}], "type": "cluster", "id": "ad0cd3fc25794b3194f63362fdab8528", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "64c808ffb13d48eaa613d5b993b7275d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cfca7552dcea412cba499041641253b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d2094fef8d77429ba7bdf5294a09c4e8", "region_id": "RegionOne"}], "type": "data-processing", "id": "91e37a2652e2420e8dd5881e905e2c58", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "eff39f4185234bda8d1a53cb7866ff52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2396af8fed4343909147d835e9d98759", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ed11c915f9b9495b8b61ab23bce7a00c", "region_id": "RegionOne"}], "type": "baremetal", "id": "fdc3524718174a2f94ce56e64dcb2149", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "11b2dbb62fae4a25bdfdf599478d5830", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "99132ffa66bf4099908603ef3a6e6204", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "5936a86373a240f1b7ade89d9835315d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "90debed4f6804b1c94125581c84db90d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0716e08040ad4933b15e4b33964cd575", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "49b658019e154b86b1070b857c87722b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "fbce93724ace4854965ef831915dfe3e", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c253cde1fc6b4d43bb03fe93d15329d2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0248bc20002f49479b39fa58ea073d93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "fb481ee65de54988aabdc6b5e757534a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "dd530435a4304d5e890c5c282aff1f9e", "region_id": "RegionOne"}], "type": "key-manager", "id": "8b29147c91554cf99231e34b3d7e131c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "033184b79df6481caea93de266302d29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "11f71ee3bcd948ba83a93a0ede82c534", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0957395ea95c49f4b8d2d4be1cd7197e", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f2eaeed34cca471189fa7708f8393fea", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "38eb338120564334a82c0023012a7ec2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7ab6677f74cc4126b3c68e2e051cb316", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f89240f394014545b7b57ca5cdf27aba", "region_id": "RegionOne"}], "type": "infra-optim", "id": "7f1e499bdae642429e2a3875941cebda", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "187e2466cbbd4d90b94c6573d3575c1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "52569a0f56c448829e1aa1588f50ff6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "66194a76384d463db6d164c578fb6dd6", "region_id": "RegionOne"}], "type": "message", "id": "a4020199662f4aed9e799d8cd9d92b11", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "aa7919317f9b4a439de8a986a8fe4931", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "410603575021488d91ecbd348dfa6bda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "89d544690a354891bd965b401c1dd568", "region_id": "RegionOne"}], "type": "messaging", "id": "1d850804d3ec4b8197da2c212750dab9", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b40cb19ef6c94776ad1334ec7c014452", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "44e0c31fcdd84e4fad5950a996a70576", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "fbdd2dbd6de042eebac11c0f798bdf04", "region_id": "RegionOne"}], "type": "application-catalog", "id": "5d3da1161f114dab8a00eb3d5ee80565", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e3a69a9c6df54ec0ae4f687c9ae0516e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1ea881a964cd4bb889a25f77458a8c01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1588703a163744999d32561a54178259", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d3f8ae867b6e46738a6075cb86466b9c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a263077c3cce48789f7681d33edea6d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ebe915f3c1174d928e5d996dc6c11960", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d22f89744c424357bfd71d2a94bf3b68", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c0e59ea7a15942c8b3398a0df62f9b62", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cd61dc118440494b980966059fbdc4df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f4954202034d48488fc5218c868374e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b0949ed6ea0486093fdde08ab524980", "region_id": "RegionOne"}], "type": "container-infra", "id": "32a0ae1129364f43be80d342a47c641f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d9250499b6a74ae2bc9f640bb6aab6f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "097e070c84c24298984d154f698c2ef9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "15bcdb5961484bf68fd46f2a449cab5c", "region_id": "RegionOne"}], "type": "search", "id": "d18d829340cc44a882fc09c9b5cac994", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ca412d8b1dc74ffd87cc2fc0b8bc0602", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "71cdd0e9deeb4a2d8f44677452318a8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "142aef629ea64658b07c47a09259544b", "region_id": "RegionOne"}], "type": "dns", "id": "051ff4119de0409c9f2e5e80de2d139c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a421c88de66b46d493169eaf99b1952b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "89f46128b3d347cc8e5ac28921d39b25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b950f3b4cb9a4843b369d5c4f31412ae", "region_id": "RegionOne"}], "type": "workflow", "id": "5c403c6664614582ba9cd2643510b77e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "47abdc33d5ef4f3cb59fcdd2010b8c96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0a68663bfb9c4f16a61d8588e1f3abc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "687f402ac2264ea291850da11a67169b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "a0439da8642a4cd5bca8d108406d6522", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4cb9daeeea0a42cab710afa2a58cba77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "654e718b22e543be92847edb1ce3ff75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c2915ac32ed04bdab4ea01adadbbc4f4", "region_id": "RegionOne"}], "type": "rating", "id": "c5c6b171e1a244fbbbb0a58c401458aa", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "af01088eb0464477b40334b633bad990", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "07ec020e6f864b5497e9153ea3289c41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2b6e1a59fabe44bda7c38218df3ef117", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5c60db1a12df468cb04ead1b53bade1c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "24bd7c19dce34f5e9d501e19bc13c5fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "37a150538a234f9d83d736b5946d3eec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "63c441f58fb740e1a4640f5e9c0fffe3", "region_id": "RegionOne"}], "type": "policy", "id": "06aa87c848e24840bcc5f335c344d88b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8ff258d2edf941f3acb46cd3ef140b53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "432d0f88cd0e4b2086fa4c10f50e07d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ec145c022001475493c9a105c6b37723", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9b0f412cff2e49ac8414bca1bcc9e9c7", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c2770f2e646e43699c413b07c6dff161", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1d0b2cd191124298a2a704eed754d718", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f36d951bb6854b50a2f9067ab97a315c", "region_id": "RegionOne"}], "type": "sharev2", "id": "d3d326b51e724d77a5071c7b2b19914d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7c3377642ab345aabf7573aba9cd8499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cee1a2a81a7b4805a26f31d0272594e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b54c387152cc49298ff7134fd15c6135", "region_id": "RegionOne"}], "type": "share", "id": "f69614a6ded04738b5a9e002ffd0bfcb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4987a43af8384ee1b810b7a31537c905", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "60587a9fae994f02b01becd8c520837f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "da5e6f08752a4c3291e8c6a59730b996", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8f3d909cf5744df2a7588b763f7d4bc4", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b825d26d16614605a90e6b1d8ad018ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b584294887b24e01a02d040022d15a73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2383ae7dad0849d28d6a5a58aabee3dd", "region_id": "RegionOne"}], "type": "orchestration", "id": "faf2107a94574681abaff69949231e40", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3063b95dabbe49189165ed77518aafba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd412afd24204d23a22e459cd4faf1bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca2244e9a74a4e90842e9f018a26e8de", "region_id": "RegionOne"}], "type": "block-storage", "id": "3feafeae1914453da607bffc2a9ee169", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4637154e652493e978dc312db956d21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32739a9ea60a49dda5431fdcfb2708ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "304b3018f4964e9ca6459ada4379ceb7", "region_id": "RegionOne"}], "type": "volumev3", "id": "bdd307615e714f0aa70beb8598e80192", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "377bfd608ecc4c41b17668922b3b7737", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc045c90e1c1437d8d8ff5bb791f867d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a1ab0b004934cea8d100802bcce77e9", "region_id": "RegionOne"}], "type": "volumev2", "id": "8e675fac372a4e00ab437c855db10934", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "570febbddcd64241964b0c63869f0e70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a895724f5a6f414caf1b55495dcec06f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e7d1685d96f24aad8ab5c9b3cdfcc780", "region_id": "RegionOne"}], "type": "volume", "id": "046ee968237141d3ac6f1666feffdcd0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e2f8663d0be4b17afb1fd5c791051dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f91989e3fe2c4457b65dfd0cdae267d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae46ceb02c3b4daf8fb9b983aff3606c", "region_id": "RegionOne"}], "type": "block-store", "id": "9528712b1ec741d4b9d9a240b601ff89", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0985cba43e1c46099a2d6b3c6d0892f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "148996c710b54ba58cc186e45c91cbd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f06992bf085344aea398c31ceaa0ad94", "region_id": "RegionOne"}], "type": "alarm", "id": "07c425fa3f3b46acb57312b7a3d4d3fc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0d9f7b72ddf14b38a42d3391d0b2d5d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "adf83147a91c4fce88069791adfb4ddc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "01c4601fc6ab429fbaeed5675c83d12e", "region_id": "RegionOne"}], "type": "alarming", "id": "52d644a98eea432bb04b3f7a473c2077", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "48402a8611cb46f2ae4ba50de67b46a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b49f025247ae43d0858e584d88bcd988", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1eb521f513be4ff8a3675836fb6bbe71", "region_id": "RegionOne"}], "type": "meter", "id": "b1aeb90dd9e54e5aa40be6e572d6d611", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7f2d342c789e4a90a742ede716ca3ae9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8e46601c5b164fbaa07f83060e943376", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c941619f866d498d8291fdb47c32a3d6", "region_id": "RegionOne"}], "type": "metering", "id": "637c1f6210de4593a38003789f3fc295", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2019f99027ae404ebabe0ea9bc34a878", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "88666de5c9dc4c109f6a63cf8ea4ebbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "bd2e6ee670ea4dc7874a71b05023aa31", "region_id": "RegionOne"}], "type": "telemetry", "id": "94625052a1eb4c89b03301ec3c0ce5c8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "908599525c294a659073b49f0901e783", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c531c6d20a694bfcb2a068b5b6f2cfb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b73097b02c5e4470871c7f7793ea2840", "region_id": "RegionOne"}], "type": "event", "id": "873e67fbf3a34484ba508ff65241532b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "391041575e3f4ae6ab027ca0d038e366", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0c5a7fcf6c4c4018ac59ef94359efe7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4bded5be97394e118f15af00de544f31", "region_id": "RegionOne"}], "type": "events", "id": "91cbf91b1a184cbc9ff5614bcd500d89", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c18d19c7371b45e089461dab2e40d188", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1e675f5e49cf453ca42270ae3eeaf497", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6586a16d0d5b465cb4b6ae2a53f2ab3b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8972d4ee8eab4fb199aedc0e72fe2bfd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b0b0acc978374220a1c12afb72b51dde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ef613c95433d4cc5a63465ef8cd353f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "758b4a7c6e684fcd8ec4bb5cc8fb674b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "831769cfd382469eb6980fcea1cbcfc3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b37cbf5495eb4ba0b1d028900a5198de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5f04c240dab84323a7a6639aa2289c04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ebb9ef0d5d694250ae4b9235c05d7b10", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "80c273b6079e49afa471fbfd3a0eab1e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f92146e14795438a8d8b22d95f865ac3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7d61246b9d71434db58075488fd605a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c38482710e7745bd98f5f4a1c28c5459", "region_id": "RegionOne"}], "type": "tricircle", "id": "ae7cc8d1e2814e77a574a6f1921c69c7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0eb8292039264ffe9ade99bcabdc3a9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b17c3877d4d74180b41e05a5a9631bd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0f383619867841269513af26127145d9", "region_id": "RegionOne"}], "type": "database", "id": "25a962376b924a9bb5665990be66b70b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e2726e01c9804d02bb0505b1d5fafbe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "97489c781b214e5c8481e0a9893e0d6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "82c07bfd4c274118b9fb730e7a5bc2e2", "region_id": "RegionOne"}], "type": "application-container", "id": "09793482fa584ebda08aa7ab99f498f3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "18bd643740f349f5b35c35543fc93d6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a204f413bdf74e328fb6df28d036403b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d5b51a2693a74fe5b97e9ad8535629f4", "region_id": "RegionOne"}], "type": "container", "id": "a6f303814fdc46de95dc512e6aae10ff", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "68ce051beccd4072bfb8829fbf7ed7e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3d00f96007404003b8de62c78cebb31a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e54a1e87d8f1491cba51f1d6cbfaa51d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9109ca5f91ee4a478dabb3c54501df3a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b59f3d6f66fc447da88a18386e0afdc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4e864d4b658b407ca4ab9fda2cddb3a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5cce557bc1604fda9c1757551c7dd2a7", "region_id": "RegionOne"}], "type": "rca", "id": "f8773629bb9942769d98656fd6b8410f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "51201a1ffb964cd182dc1512c29cfd70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fcdfed5ec39c4e55b495a1c9f8add361", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "951f683cb59c4b4da23ba9241c2b097e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f38550b02c2446a2ae04ab52beeb531f", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "de3b8a0fc820444cb6be3a13eeada686", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d3e700d23b444b8a9354fbef52ab9733", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0b6dd4d57ea04e2dbe6143766938f44e", "region_id": "RegionOne"}], "type": "network", "id": "90b4517a493b4fa0b6115ac1665d8c8b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "b173e57f8d1f425e9259a821817cd327", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "81975bb151f1416fa6c47a24ae232dd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "3479b92a4a8945fa8d453cd9f70a0ca3", "region_id": "RegionOne"}], "type": "backup", "id": "a09b77eeb8b343d0b3b5b2673a3f90a9", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ce0bf8070032473497a98cfc49897d5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dd620d5d9f034d0295a36545aec48787", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "cb5090b3d25844c697ff30c5bd87adff", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7f78a02c07ca44e09d6fbc2d8f93d54f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5f2a5acc527b4eb39fae4abb6f867f9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c4a1247198e94243893cbf4bce48ab0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "56f297dba9964170ab42481e30702b9a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f0345267e694469e93977bb8099e8a60", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cddca332c824406f9e790feea39a8848", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "14d9fb3df1d9423bb34c09a9eedd3727", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "0b2cab3358f740ecab5294618998c2a6", "region_id": "RegionOne"}], "type": "monitoring", "id": "c2170efd45d4461b8e4e8dde16da0ad3", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3ede414d0169455c9bb5f1a5b0ebb409", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8253a99093894a9e95aa3ec241de54e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "02bdb4ff188f4d1c832792b8c4f0c941", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "79936b2914ce4ee081a5feb9c33999b0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "8578ef0bbd004314ba4f8bd2450fb2bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5df06ec923214698b5ba0767a7f3c133", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c5a637d6a38b435cb0d26ae621f0c218", "region_id": "RegionOne"}], "type": "placement", "id": "4de4771a7ab94f989995539877b3bfac", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d27e226a561840b19bf1536e5ed2d62e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6c0be4037647456f9ebe943e4dbb369c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "18f3d80e9c944d8599333d172fdbdac8", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e62d76b10c2948c78d34a1db42bf3ad0", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "68dc42f9e1344f1db564294b1d41d981", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1124896560b84a6c8c3a4a63e9ac7f0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "20cea65aa88742a0bfe7581f8fa0da2d", "region_id": "RegionOne"}], "type": "ha", "id": "3d79f93c7f3f4d38ad0096deb862010e", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5d311ed0effb415aae9d653827bc5299", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "814c2e95e7c040c9b5ed95c5a26df890", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7504a12f3e874ca993974bd0e007564d", "region_id": "RegionOne"}], "type": "reservation", "id": "d5be16026a9945bdaa6215ac0a51841c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "22a7926bb6ac44e7b6d4e8f1118fe30c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4086de9ecdfa43a89ff774cfbd09b05a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5fe375d959e942a6b63d15ef1bd1e5c6", "region_id": "RegionOne"}], "type": "function-engine", "id": "2dbe20d4bdf94095a5cb783204d099b9", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4fa46ffdd8c647c483c0d2950954e84b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "47a3c3ad1e7943f28890a56d8e598688", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "77d4daedce9e4f1c879b8c402ee35729", "region_id": "RegionOne"}], "type": "accelerator", "id": "df5472ad56a34e948f8a4ead1604be24", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1cfb1cce749b41a2985cf3ad46fa3bab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f96e68babd674661bc342a01a1782a02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "995977fcd83e466390cd9d592cc59faa", "region_id": "RegionOne"}], "type": "admin-logic", "id": "16cf376ceb954ebd9e4cb773bd5b5e50", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "74d23ec72f3a4b8b8b60d9afcdccddfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "97ae213852ac4700918d461bc33c69ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3e1e894d69c4447a8e3dc68aee4d14cb", "region_id": "RegionOne"}], "type": "registration", "id": "96ed7027775949a5b6263836ee1f97ed", "name": "adjutant"}], "user": {"domain": {"id": "667cd0f9ede148eb93641b2b137b3b32", "name": "d8bc18e12d93476691c57485449a4b3c"}, "id": "ff4700562cc049b3a4386d7d769f0504", "name": "5270fb3ddb1b4d939093b3aa5dc38cdf"}, "audit_ids": ["92ba9bb9b5314be1a70b9ccfc5f02bde", null], "issued_at": "2019-09-19T09:04:49.531564"}} 2019-09-19 09:06:49,777 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_set_container_temp_url_key_second-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-Container-Meta-Temp-URL-Key-2: super-secure-key" 2019-09-19 09:06:49,795 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:49,821 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_set_container_temp_url_key_second-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:49,830 keystoneauth.session RESP: [200] content-type: application/json x-container-meta-temp-url-key-2: super-secure-key {20} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_software_deployment(name_id) [0.067347s] ... ok {26} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_stacks [0.040623s] ... ok {3} openstack.tests.unit.test_utils.TestMaximumSupportedMicroversion.test_with_none [0.065113s] ... ok {31} openstack.tests.unit.test_resource.TestResource.test_from_munch_new [0.062807s] ... ok {15} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_policies [0.064508s] ... ok {5} openstack.tests.unit.test_resource.TestResourceActions.test_fetch_with_params [0.074682s] ... ok {23} openstack.tests.unit.test_hacking.HackingTestCase.test_assert_no_setupclass [0.063715s] ... ok {22} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_container_delete [0.214355s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,724 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,735 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,742 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,750 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,767 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.654562+00:00", "project": {"domain": {"id": "727c07f105f64e628ca2ef60a1ebf1b2", "name": "10d3776425dc4e06afeb8d60058aa2ad"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "a1e036bbd6c343bb949801832ddbd4ca"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "251ee5def07844bda2c0332a38e4307e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "04ed8527790f4bf1a1343d210ac795ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ac573c409df449cf936dee0c153b0e36", "region_id": "RegionOne"}], "type": "identity", "id": "6fb2b6eeeff1453e94227607195407dd", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f5ae13012d3744328f8c666c619e0778", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "28e8985982794cb0b405bd97e10f02c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "32dc63a914e0446f83eac9adfeb064cc", "region_id": "RegionOne"}], "type": "compute", "id": "b522f908e64a41569eb03dfd184fb2b9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "28cbead5e3a2469a9e61844a3a3b9a8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "4924dcc6fc224b08b499041030bc5443", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "86ee6f2f66cc406182b38797ff1e64a1", "region_id": "RegionOne"}], "type": "image", "id": "c92a134c2fec4a538e81d89d7547f3cc", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "673f7e56bad5433aa656e18d5997b06d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "bb78b73f8dbf4ff9a58d2fea87bbca76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "9d3c3bcc24724f319b31d21354e4572a", "region_id": "RegionOne"}], "type": "load-balancer", "id": "18aa96a508884bf89a8fbc8cbc8e4c85", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f7a9cc98d2d846d0ad9727c83e09b249", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b801378255634ee6a2f0d6f0adb8d85d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "acfd03a349334d4ca9ec7b43c8ec08ef", "region_id": "RegionOne"}], "type": "object-store", "id": "9794e1d1e5c34964b502f5528c4f8ae2", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a2b02536ab7c43c1b8e35d99737c06e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4b4f0f45f5ad4102821fd451af6b2565", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "82ccd616c3a74c699f38a8e6fcbb108a", "region_id": "RegionOne"}], "type": "clustering", "id": "bf4514a56ecf431c8156a0adc9d599a5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "268f79e92c074199a979ca59cf74fce6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "37628b2a3085467e8fa545a52b40e45f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "29fdea19cec448608869239deb21eb68", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b2308320778f4f9e9ffb2a040913ca61", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "44825a4b12e24ef4a28e772a5c1d7c61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "874f83319f0e4be7b77e2d7a77394a88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0ebcfc0fcbf0420d800244290e9b81f9", "region_id": "RegionOne"}], "type": "cluster", "id": "cda053c5226e4eb9aff8e18af6d87dc2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e103d3fad48349d182c431725cfdd362", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "af7f46559e1641a2b2ad72e55eb7198f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1495acf6ca694fd5a223b977b12fecab", "region_id": "RegionOne"}], "type": "data-processing", "id": "54a1625473934f74a6ba94382adf4a5e", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "662d052b48ff420cb5d85d68999ba484", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "740f02b8e160422c9ab6bba26cb9035c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "39e1459af1624992805a125290aa9c5f", "region_id": "RegionOne"}], "type": "baremetal", "id": "6bbc66e9947c43fea6f73de7db60ba41", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ec4ee3614bec4fbdba380361e1ad08af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3a6d7016560a495587645027654b2e3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f5bbd8e00eaa49528d55948ab5e066a7", "region_id": "RegionOne"}], "type": "bare-metal", "id": "7ebe319047154e29ac7931a3e978a3e0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "22a965965e43418fb7bc438b33b0cabe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4d41d26808f149a8a686b6701383fea3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b35a11946f6540ac9a1a42f11fcc99b4", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5153b179b758482c9915db5b5f0a35ea", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "bff2dae367ff45e19b892927ea9467a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6a79a54cd9264362b67a4f02b5cbcaaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "19ddd19d7f4c4ddab3dd67c803ad3e1d", "region_id": "RegionOne"}], "type": "key-manager", "id": "c4f93a85d2fe42db94f6c1044601c0cd", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "4983adf0d805408ab55dcf17c80ae97a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1ea67348514b47b78e9a73a9ac37d57a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fe3513df46bb49f99ed90344c3cebdf4", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "fc4f499b0c3c46e4a705640eee168c12", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5619450e9c1e4b76a24c5756c97a8a37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "09ac607b00cc415395886f2f2ba779f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0d77652e5ef447b1864152f5d69819f0", "region_id": "RegionOne"}], "type": "infra-optim", "id": "dbba133aba2a4ba4899444e93df28b46", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9585e32cb6784a759bb90515b2c6a12f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a94f1a48ef8c4ab985df64e284fe3cba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9247407311eb4d8d88ae0562307395f3", "region_id": "RegionOne"}], "type": "message", "id": "0f246e16130f401daa252ff0119a018a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "14165526e48c4d3bb2596c93455a81a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "48ac794b93e44bc9979ffcf6cec92368", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b4cf32e7f9a34824800d37074384381c", "region_id": "RegionOne"}], "type": "messaging", "id": "91155c5b5cb64537ad378b6b6d015374", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f6af7aa74c4f44c98ff23eb45759a026", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "23aace5722c849789011fff7e98832e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ec68b378a3c643a6a8658befbd4dbafc", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0ec2f4a6ef70444dbf4d1c9747ae03bc", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ad43367082df4e5ca885c0a5984c9ffd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0b422bbd3dd144388df6ea287db99393", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2241f463f6f74f93bda9eb3d985ec93b", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "853fe6f25ad14dc79feb12bf11628119", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d6c5f311e8c4453a8aae33070c3d7364", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2e19027d8fb44cf6a48ee7b6c3bc9861", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d352ef980d814aeea5694b1e01d40aee", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "efeedaf9cebe4024bbda110562a761eb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "274d5a46f5204e53a83c40352e4a0f92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e09d85ec5de94ee29bd8aa675343cb1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "36df73413be44230a3eda16fc8005fc9", "region_id": "RegionOne"}], "type": "container-infra", "id": "49dabb6384bb45d785ec893a16b9679c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8152b35f177540d8b54e9babf1211edb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "3cd4d0ab11a644449244ec6fd628ca83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "05ddca44601849678d50f686f88dd711", "region_id": "RegionOne"}], "type": "search", "id": "9f410981343043479e0821f5379ebfa1", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "8bb5a79ce53b40f9ae8282fd206a380b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2790ad6230d04438a86dcf01c4a6e748", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9cb805873c14439dae5bcd2241d10831", "region_id": "RegionOne"}], "type": "dns", "id": "4a65828926e6474c9a9ca012bfe88f1c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "255231316dcd42759e76e45fc39fcb5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "20f2e7adda4545c2bafa5140268ba375", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9f49aa79f1af4f1dbece63a5f571b3c1", "region_id": "RegionOne"}], "type": "workflow", "id": "7bde529a2d8e447ba934daa6850e166a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a2f8e38e00ff4f34aac84a341676fb83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cd120f782e824d7d9c6643689a05f6fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5cfe1b8bd3de45c1b69f7281c2390f67", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e5186c04fe68432ea0d1f72af8d9cde3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "732a502caef44f3cad186cd245ad773a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "03737fea14004114866e44529b9be3bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "98f07794215540789d5b60b91c646d7d", "region_id": "RegionOne"}], "type": "rating", "id": "167bf92fb75a44ddb4596c65deb9e98a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f9593dc1b1cf46cfb8b06c8053b1c9e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "51b9c8c755f147c9af10103ed03fbb8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "bccb8a721c1c4643bff016d71ac8da36", "region_id": "RegionOne"}], "type": "operator-policy", "id": "81f22670a4a541d4a27d1705676937fb", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a9dc07350488442f8bc9d9d2b5d0ca79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "eb2b956dce024d7fa7934cfd320322ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a1324cd385ac4919bf74ac56af2366bf", "region_id": "RegionOne"}], "type": "policy", "id": "128ddee9b97249ffae5e69d6dfa6952a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "423de7eb273d4d6188d07e070587b4cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "958b4ff03e0a4af49e5295079cc24aa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "299d9db7a16c44aaa4fd6710f024a2db", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0a47f2d38145420982f9299a0d2ee900", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "119b67c5706341109a3160a7ecb9ff4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d77fafebb8aa46e7b6f1a6568be56fac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2e392f5551fa41318707ce82f7516663", "region_id": "RegionOne"}], "type": "sharev2", "id": "33adafb197234054b7280105cee313c4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "79e972a5c10c4fffb30cb5f9a974883b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a982f8cfc52b4fc3ad1b7b568e292984", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a514cc8f7de643e1839bdb4c18705791", "region_id": "RegionOne"}], "type": "share", "id": "fd67dff3d2bd4f6ca881f68f6aac8701", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "04dd1dead280405ba526101a7d668539", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "10f0f3520c2245e0b2ec9ca1de6ce642", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "11a05dc5b8414f4fb6b11a4e9035b23c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b61a2d94c5ce4c53959cb2b5fa1baf32", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f2fa26e7e164b2b833225af0e4130e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e905db673fb34995bdb8d48e2beed796", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de13e9ac077b4a2bbd03ea18e2229371", "region_id": "RegionOne"}], "type": "orchestration", "id": "b339db9dbbad48adb8751d2c3ab73b3c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f9c14d63aa14db4aa8d8270ef6611e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b827a0f146d74dac94387ead356a724a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0707731839643439aa4e1ac230c006a", "region_id": "RegionOne"}], "type": "block-storage", "id": "3834ec5282594f4ebc4097f2e4ac46db", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3312f006ade426fb7ee52a5c8abe399", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8b0a745f59e4d8bb261d86aec775719", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a49115408d3e4b13b182b15dff963aa6", "region_id": "RegionOne"}], "type": "volumev3", "id": "3852623c7be546bf88b465a5d6239754", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b100cca6a3fe4d5baf459cbc1ea9d3c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e41e257e8a64c6388cd78408a9ea1f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79b155b2fc3f420c8dd5b3760868be5d", "region_id": "RegionOne"}], "type": "volumev2", "id": "93506132176844939d8319de634d2f64", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca711cf6d3de44d58aa19405a08e5ebc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1fdba5cb2d524847a64096df50e129f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ded29bc44734f89948e2e7bf698685a", "region_id": "RegionOne"}], "type": "volume", "id": "274c5ffd7f3843ba83d29af68f645657", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c09b727bce9b45f9b9e196f8259ae995", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "406600572c2741fa964b37b7e7ba30ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca0650d063a746e6aacd21a57ca2bda6", "region_id": "RegionOne"}], "type": "block-store", "id": "55cf53a5fff3477191f8b9b1be1c82f0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2add452b00264dbf959d10b0c523c648", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "966071505b7440cdb929f5c1b09dc643", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4f6b78662de64e039549d051dd4855db", "region_id": "RegionOne"}], "type": "alarm", "id": "46e7c887a5734ffbab59d0ce58dee85e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d7b650f881f24890aaea03c7fbd577d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "873593e9beb348d69a95dc72ac162fe2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "df1ca973e1f944cd8087739b26b84417", "region_id": "RegionOne"}], "type": "alarming", "id": "7c23392d01274a94ad1e7bac8b8ae523", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b2397d1779f34c53bcb0fe78b046b33a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "07b766b495c24b94b837bb5bfb45672f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "13a7892d5a2949b78dd67f6e35c3109f", "region_id": "RegionOne"}], "type": "meter", "id": "181cccf86c5745d8b7dedd16845626dd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7ecd2a48884a478d98053b0bc637241a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e31a2b11e075469393bcd292dcf7ebcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7387037612cd418c983166a10ac5877a", "region_id": "RegionOne"}], "type": "metering", "id": "1975a98ab1c044d3a6827d515cd41910", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fea0bac4b84641fcb646bff10bb0be54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4a97945ee5c94b74afc664f756fec13a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "edfd99096af84503a4b49eb08c181d73", "region_id": "RegionOne"}], "type": "telemetry", "id": "993dfae6510e4c2c8f46e134c5ce1062", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "03978a28a9b245468420c72b0a38d755", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "896935e21ca24549860033459bdb1110", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "b375874277e447c3b96faa2987b76926", "region_id": "RegionOne"}], "type": "event", "id": "ad1e60fcaef442b7a26ecadfc59203a3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "544334c36e034fb48ef98c1599cadd58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "3f8ec573106d49179991cb53323bb66f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c7353a88fada47d1bec558a8dc6a5ed3", "region_id": "RegionOne"}], "type": "events", "id": "316f939e56074c45be9806af65b224b2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "25a3d346badc4d76839963bc74c63c20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7c63e7505f8b4ef6873fe2adfbc58dac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7d221f800bff450abd6b974b57c93f8f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a3745ed4bf8546138724ffd7d3193a3e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "67a3bf54dd2e4319a45fd9a28e47d7a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "da238565c18645bf999ac48d9a7739d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "470ad193158649a8b48fc9d1a11e11d5", "region_id": "RegionOne"}], "type": "application_deployment", "id": "df222ab8a99b42d18f9168b64e87c794", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9442eb07b972460684f846f533eb55b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "be8b7b9e81ff402c9da792b928795882", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "92c1aa05fe1748bba87546f5f3c5001c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3439c4878aa04d6ab2709086c2ad729d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "319bc3ecf2744762b1b4eb4bb72efbd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d3c2b9b989cb4d3caff8c9e2b5c410e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "362665cb0a2a44f0a7fb51e6c40fe169", "region_id": "RegionOne"}], "type": "tricircle", "id": "a2f1432b815f4c73a02d47711fffc520", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d1b8abcc8557453494b95511bb69f60b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "db584d305593499e81c9b66f201249d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "df7edc4bdc4e488c9a85cb545db3ed3c", "region_id": "RegionOne"}], "type": "database", "id": "114d451add604fd7a495a403f17c00ef", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c11cfa96682540a09c47f14263252acc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d09c34b93106417dad61f1ee30ad55c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "80743c00f1e146bd861a0b2ee7221997", "region_id": "RegionOne"}], "type": "application-container", "id": "d03948f2ac94457ca5bb2e52f6d8dcf1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6881f33c83cb49ca861f4a7ecd3ec289", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dbb7cc315bb64252bce8b85aecba1d41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "21abff40590644918eee47dbd398944f", "region_id": "RegionOne"}], "type": "container", "id": "54e02e392a5f4171832742d4078ecc87", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "46b3cfbb85014ba597f7d1828c6fe919", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "85a614d306bc460aa4e6eb4ffdc9ebc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "fc1d53b6be194dfe888a60ce2788ce76", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "fd02282d9c564a9c98341172783be523", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "74e9797398e1441aba95d4f0932b6dbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2033fb526ae940eba09467870cd34dab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c781751d0d0f47fdabfc4343fedf55fb", "region_id": "RegionOne"}], "type": "rca", "id": "e438759bef6c4a2bba276aa57a9828a5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9153322b4bab4c06a3763c5595219849", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b97cd145485549528f6717747a2807a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "97e67fe992d246e093c616b897cea31e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e2bba49d65b14e83ba8506a8340715a2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6173ebfef3e74ee7841f68a892f48fb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "422aecefad554ba09a969c0a49309008", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "92f27165e79444d193d6af2de3df07f2", "region_id": "RegionOne"}], "type": "network", "id": "a42d95477f994851a618854caa60fe96", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "646449eb97164e5c9e2d16003ea02c69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "f48b2744a1564a05840f6099b2065732", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "442432a138344b6a8e3ce43e9117dcad", "region_id": "RegionOne"}], "type": "backup", "id": "8e3124fa0e954e93b52d6808cab6c3a2", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "697d4869dd9f4cfc8e0ee06a5e330f53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8be1d616830b4d9dafc7bd20763b12c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6e155690d402484fbc122385e522dc9c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7b3089c0627a4fd999e831d7c11a68ed", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "37bfb07b01e64b69b5b22224cdd2a19f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "62bfe4c5d7e04e9cadaf8faed0db465b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9883918fb2de4e99a7a86094aa5fd876", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ca867f175da6475cad25034e6f2ea919", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "41fab14eaf8d4d0999e09ebbc55e0a1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "fa5afcc2b20f49c09cd0667f10eb2c7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "55391e92c27942899ad7ee3f3d913ba3", "region_id": "RegionOne"}], "type": "monitoring", "id": "568aed0b272a4dc7948e71d12c716c02", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "84c5a6a062f04308a7fa8cc2d9acd348", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8f71f985d2554a0dad961a2f39263621", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "18ad795bf86b46b2805e4e9a2c6bfbdb", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "582160045b65479089b9e2803f4c527b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "bd9f9acdc7f845e6ae3bbde4c99a8826", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "293a106ec33944509139d88138a03d93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "168ff6901d864f6aa7e08a5c20effbd8", "region_id": "RegionOne"}], "type": "placement", "id": "7942a7dca8874b3d95deeccfca501b71", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "db90cc6d960e4869a4922541bda4dc9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7175b815e2984613911f8a33f874125e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b7062a4eff2146e380e63919ae69b42a", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5fff489f998d4eb8b73d66731383b2f3", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7f7020cb014e4024bbd708681be6aa49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1c88a34a9b924e59824f1d7359a04e08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "edb0c5097c00423ba0abde0182fe8f5a", "region_id": "RegionOne"}], "type": "ha", "id": "5d0d78741e2a468bab6bb3084f180a44", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "da2aad0bb9fe4392a6cf16f8556e7210", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "89461ca485c743c1bc95a3cae8f7d32e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b6103159e36148e8a3ca433d2ec6723f", "region_id": "RegionOne"}], "type": "reservation", "id": "a4c81fa73dcc423b9c0bceb58d4a61eb", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "003032fde023409aad6b699122779b0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0f6aab4279a64552ae0a31421b8ce3f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b760fada453d480e9f7d49e5173def83", "region_id": "RegionOne"}], "type": "function-engine", "id": "0134e41b02934cd68b9b5370d92ca08d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "00cf2c32e5e447c88b316ccf9726e418", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e598b25d52f0436cb123a244d3921a4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f8ff292d1d8640f78d90f90404ff97fb", "region_id": "RegionOne"}], "type": "accelerator", "id": "f440972ebbd74eb0842c76bd551083f9", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6b984f83d58843b7b1960ce67b42455a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "52264f75a14f42ff9c21f45459853739", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "55145c98c594435bba5f5dd5b5f5426c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c424cd6823f941f1bbcb1d5d49588255", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c6b32ac638ff4657920363642cdccecb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "49e0e1a8458a4e008fe5ef7e90972466", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "30aa01830e7946f5b4ea42a190dc7a95", "region_id": "RegionOne"}], "type": "registration", "id": "04061d6fbaed4d2994b985b9ea9f11f1", "name": "adjutant"}], "user": {"domain": {"id": "d60385581c7d455e98fd09e05608ac39", "name": "a5491e6678344ce59afb48488dfcbc4e"}, "id": "fbdbfb1f0ec54415ab54702bfb93352b", "name": "789423581dd442d4ac9641013325a29d"}, "audit_ids": ["e4c052596308422dafe904aa10b6c0ea", null], "issued_at": "2019-09-19T09:04:49.654562"}} {7} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_router_hosting_l3_agents_list [0.070873s] ... ok {9} openstack.tests.unit.network.v2.test_router.TestRouter.test_make_it_with_optional [0.064804s] ... ok {29} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_software_config(stack_subres) [0.065466s] ... ok {12} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_template_with_stack_identity(sd_metadata) [0.069166s] ... ok {21} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_extract_name(name_id) [0.061607s] ... ok {16} openstack.tests.unit.object_store.v1.test_container.TestContainer.test_to_json [0.235244s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,726 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,737 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,745 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,755 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,772 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.655695+00:00", "project": {"domain": {"id": "0f7997a105924fc6bc4a99075cad2072", "name": "ead16c6e2c5d4895b5e002edaf8d92f6"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f12329549e8247dcb6dbe72b24a00177"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "069bbacbad1f46f4a929478e67647eea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "34a03b72fd774a4dba99ee573a78e3b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a7030a75a8ee4a69bbc45cdc0735274a", "region_id": "RegionOne"}], "type": "identity", "id": "ac16882d2e0d4f80ab55e1ade41c8417", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "46329e91804a47d487b37b743931e75a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c3bdd0f4e0834b0fb8acc325619b49b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f83ef2d4ee134eaeb4d31175833608d0", "region_id": "RegionOne"}], "type": "compute", "id": "a01c5d962ac3427bb4f532d9de54fa15", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "3085b21e2b1240da93bc9e8b3fe7a345", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c7aa782452464e6190d59886e0915154", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "9076a729ac4c4cd8bf10d149fbe632b3", "region_id": "RegionOne"}], "type": "image", "id": "58cde36ab12546f684ab8bfb652e3d54", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c6c5fbca1fcf4db3b1418e1a1ce3b045", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d12046ea30264bc0ba78b6574a53af33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f7ef55cd154645158a65dd93057833ef", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f9540ef959134401a0e30233d553b83a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40d14083055b477990a9152cc5055746", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d7144c297af42f9a10c8af8afe095b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3254bbf252664c9789fbaf15c7cbc471", "region_id": "RegionOne"}], "type": "object-store", "id": "09e508112a3547edbac5f693c1de27e5", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c71f0f394bc44762955a995fe5fe8757", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e80e17df0a8d4b5ab180bd2106500644", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c2c790e76f364c85b2d6ad6756b52419", "region_id": "RegionOne"}], "type": "clustering", "id": "4eecdec6d068400d8e7ddb4594779fdd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c50e75a903ae487090e43f78013ff983", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "66fe870639274ca0a74a910efea06e7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3d7a7dd310a7432fbe8cecfaf5b28ebd", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "efa711131c40412b9f0655b814aff761", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "27df32b8950b4fa188c985a5062f6cc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "decf70db443342029b12534938c7b6b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3e2cb0f17c6145f998cd58d2e8797d7d", "region_id": "RegionOne"}], "type": "cluster", "id": "1b15b074ba434cf292a953f84a179161", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1d82d2ca8ddc4a9cb99c71ceebfe0b7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5aa10de9e7f64ddeaf185f8dd2038b27", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3dcce245bf9941568cc4d0bd82abba22", "region_id": "RegionOne"}], "type": "data-processing", "id": "106d0d13ede4493aa13705e93db1b476", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8425d925aa3641e3b9a77cbde077ceb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b943430202af476ba908e43b7ce11bcd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e67fcc9aa8fa4308bf9ebd176753be2e", "region_id": "RegionOne"}], "type": "baremetal", "id": "aa51fcabe11e433b8e4911f0e524461e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4fda200b99b1492190c48220efaa21a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dfd5ed22fe954ef0af28b9ce95775c99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "82f2f8818ebd4cfba13bf452b2c0ec01", "region_id": "RegionOne"}], "type": "bare-metal", "id": "83121ee2e0d54a2bb00fc0a7dde56240", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "97eba5b5f15a4817974a02b8ebbc4aea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "667460260dfc4542aec571a42a2bef7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "2e571a35c70e4b2c8a8e45dec83c6f6d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d234514eaa6d4bc797ffb87764add070", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "905787e6b67c4478b79325eb2327a89d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b456b35734384ae38a72218f4ecf86b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "53a6344be2744d1aa83d93cb8bb93ecf", "region_id": "RegionOne"}], "type": "key-manager", "id": "3432df6daca4466ba05fb65b8a7f86dc", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ab2bd97aeca649a2bcff508278a073a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "376fc55e3f6845c5bc3166522e1a28f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "19ca7a0f87094e428b90dc9bef8d94a9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "04ee857008cd49d2b9b27265d142240b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "80a9f749d4b44150b39a51ebd96e2bfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5658f4556fc64b6f926ea6216ece726a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "da9c8455fc3144b7ae1dfb77854bf6ae", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1f82fc81b35348dd8dd52b8b4aa45979", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ab989c7b6c0d46e9b70344ee68e4566a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8976af06f88e483d984965322dd4a331", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c220ecea2cab490d8b7940f925f54cc1", "region_id": "RegionOne"}], "type": "message", "id": "8bd6385c601c461d88766b5874e3ea11", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "71d1ab2e36b840009cb48939af8b59a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "980edff1ad814a91bac61258c87575a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "936fb2b1c1584c3ea62c1cefd666fcee", "region_id": "RegionOne"}], "type": "messaging", "id": "a764279b319647139b64c96a6ecf9e5a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8ea52292deeb40bbaea151a5990e80e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b58b14ee081148fba2ed50cd709032b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8b1863f80bad4e31a8b3d0f40abaf0d4", "region_id": "RegionOne"}], "type": "application-catalog", "id": "82658a6816f4466199eec22a99d64c34", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9f2c730b1a404a0a93f0257d74025bd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f5b3fc14a74c4b4a8547402bfb2a849a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d43c99e1225d4366a8e8381848efec5c", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "03ecce2a9d224494913f00f37670eeab", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f46ed7e40644d3ca1c96cae8f5babe7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6b427c0643cd47b38941dc0319d8445f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c32676b586114dbebb7d3be5a79153aa", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ece11bbfc5004f018e5b8c58ae70dca4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0a7a8e3881a54a9abcd307c58cd5cb7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "634eb2bb452642cfa16f8c3be93ddbf7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b48d85b0fd4945f386e7e6aa434ab148", "region_id": "RegionOne"}], "type": "container-infra", "id": "c2c74ec8b1024e11a6aeb1300ec0899c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "36df5cac6cae45f2a779617d25145c43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "08f7d49c3ee848ed9adece5c46980abb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c1a991062aef4f4a9b8667f4048756b5", "region_id": "RegionOne"}], "type": "search", "id": "b91d3aafb8be47118dc48e0e1e40e887", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "574e5af7b55e4103a510a5474755d016", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "dac588030dc64d0f807cd487fda41c5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "897d2fcfc0d248f391b9148ee496dd9b", "region_id": "RegionOne"}], "type": "dns", "id": "0dc5037781c443c0a37bf7f0b8c2a42c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a22ec5505db44c5c9009b017e4643542", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "043127c650034dd0ac6d811e0588ccd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9416c2ed092b44e9809d855db9c0915d", "region_id": "RegionOne"}], "type": "workflow", "id": "c2403b0d2f5f4fdaa5d5d397c5e0d53b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "723630c3e7804d73add2dcad2bd55ddc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ac2bf00e96194f8dae43a6d4b0ffe1f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b00081d779a344cea57a4cb563c89224", "region_id": "RegionOne"}], "type": "workflowv2", "id": "df384cf89b2f46d98c92925a1bbdea07", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "609f2412519c4f37ae196327ea502463", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4d93467754344ab5bf41f2ba4f4aaaee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c636557537be4b0ea948aa9ba2973b01", "region_id": "RegionOne"}], "type": "rating", "id": "54b58c66567f48748fb7e9b065f4bf0a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "81cc9a58f90d463d8a562422c4f155f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "799d78e639a849b88e18fc6ff5c73aae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ffce7b6b8bab4f83b4f50e296ad47ee9", "region_id": "RegionOne"}], "type": "operator-policy", "id": "73d5659611874a2081165e4f3f019582", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1f4f8965b6d5487c9b4ae1022c56b546", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "83aab9dd5c524fe78251d0ef645d79bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "eae3c560c7364c03b50f5f09188a0f91", "region_id": "RegionOne"}], "type": "policy", "id": "427932995dfb4347b833b075450c6c08", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a1f844edf6f04c99bc2cfa1e0ebb08f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f4f8ed0a32eb40d294231964a4bcd830", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0d6b5b24cd82458ca0d07088f9da3661", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "4efc1db6f58545abaf024d401f356a59", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a373dfc5949d4dadbc2a0a2019b70597", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2c22655a354449b7a39e73156b8b3560", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a1d61921f4ae461f91c6eab0113d0811", "region_id": "RegionOne"}], "type": "sharev2", "id": "f376b340c93d4aeea23dc23a8b8f5dc1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "650352291d804751ad728f1b8c4382d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1bc9a7100ae5493a90b7b7055cfaa059", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "145a0ad905eb473785b179f26af8d023", "region_id": "RegionOne"}], "type": "share", "id": "7a398cd7aacd4f47ace7d7a007387caa", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7db64ed436764630aa904b4081fef317", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "526c137d747c42e4b5e67b42efdb4dca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "d8639f2df6504795aa17d7061b7903af", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "1bfbcef5b38f4f009c3295d286d79816", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1b0333c81c2424cbeef927c7fa1138f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ddf98f6bb45346f1a398693673825309", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "412e1cf670a24695846642d7fac914d9", "region_id": "RegionOne"}], "type": "orchestration", "id": "b21cb4b237ec4847827c6122c2e7148a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9938beed493448ca91b6d21eeca1c75a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a12a059e13444ba5b536fe8dc5b69a76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d1e6be48ef9479bb28966eb1beece25", "region_id": "RegionOne"}], "type": "block-storage", "id": "f302db75893c4dcca80a0c832cab9a1c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f87805600f74ca0ac09f40e36671929", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cd206957da204b1d80d82fd907273209", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "066ca965bdc84f09b9e7354e26affc92", "region_id": "RegionOne"}], "type": "volumev3", "id": "4b9acbff499a46a18407c1586afc9b76", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b03630e6027c4a63b55a67f32d9ac2a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e862b5431a784eb2b420f960cfd30743", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "605e43a0650d425683c31a3d10491639", "region_id": "RegionOne"}], "type": "volumev2", "id": "8b97a21106024c16864c95a00788ea84", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "103cc1bc6f3c4573a8352a6bfdd6d864", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9754ee419c7e456192ed0f79f44ecdbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fefb11e87384d53bf06739d712ac39d", "region_id": "RegionOne"}], "type": "volume", "id": "ac438291a311486c8a8a7812e8a5d266", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e16c24e8b398486492365941b0462ea9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9139324d7a5e47c2839816e34bd0a095", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7ee5868fa4a48d3bfcca4528140f4cb", "region_id": "RegionOne"}], "type": "block-store", "id": "3f25cf75d56949b8b1ceabf169d19f48", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "79bf8b89b7084161b20aa445683e0730", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a6246eeb04d14a5c923a0fe404a9479a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c15cba55a8384e5189366acfb9e57b5f", "region_id": "RegionOne"}], "type": "alarm", "id": "1837713f4feb46eba6c38b002da755e8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "90dd95da25784b5597c720da2536926d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "746f1a0c4f444fcebe790927b411dc22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0d16ee862c3c4c369f00e6eb13819f6f", "region_id": "RegionOne"}], "type": "alarming", "id": "f5f28478fe1648f19696acef384f2d95", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e6ac6dc83b024fa79ef5c759064a99ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2632e398796e4c0a9030f6f4c97ef3b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "154667f51ab0492caeead403bdbae0a3", "region_id": "RegionOne"}], "type": "meter", "id": "3dd8196c23a24b4e9070f153ebcff679", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "24e6b150378c4014870b3e3547b7628e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4e7a2cb247ef4fe5a6804b76e0bef16b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "18e85888a7c54c31a0961cf49f1b4e12", "region_id": "RegionOne"}], "type": "metering", "id": "f3cda5d3b58347cc89791667d3870ac4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8c4032f2946c4f63af7eaaebe4c9bb0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c8a97faa31cb4aabb7bcff2374346c4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0e9cb7d31ba44665a690668c5bfad653", "region_id": "RegionOne"}], "type": "telemetry", "id": "b91ec3345df748b4acb05af3c6db5668", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0a00565ae23b4a8d83b9d5cbc0e41cc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2aba2b53a1a74858b3d9a4e0a57299c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "99f5810195fb468995db025274efa2c9", "region_id": "RegionOne"}], "type": "event", "id": "713bd2f15a4c48c290cbc786deb314f8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ecbbffff7bbf4c8c90abcb7a4a51ae3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "347290c231544782923690c500558799", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "08d812c42bc7425593e2529019df82f1", "region_id": "RegionOne"}], "type": "events", "id": "9b7a7f525c4c48fc9026964de03620c3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "73f9d0361802491da8914c85fbd9525d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9af1cee860cc4c39b9f37d1f30d3115e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "34cfd094e5634a518233c144250d7d0c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d2b6ec3e8c894e42a0faa280c4fdb690", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0f84ec17a2ff4911bfde08e8b30a2da3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a8b77fe369214bfca12f3aafe76987a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "089b8b9bd6af45aeaf4a7feba282d3e6", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1aac403e75c140dbb071a88142d0b2b9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8a2955246f16454ca814eec7819a1193", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a7af7b563f9945a0abc7660bb19040a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "aa93e7c028684c00ad77c5dec37e02a8", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "9936360ddfc045a78af04e931f864018", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ecb01171b85c42cea323778e07f2b3e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b74b5af972954cd985ff224b1943b76f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "88bc56b61a98490a8102a57de2561718", "region_id": "RegionOne"}], "type": "tricircle", "id": "005610394b574a46a278253d3e3a4ad8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "75cf113d912f4f44a73e1ee0dd236252", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "bd57af9004eb404f9af2726df51ee0f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f742c29143054cf3b9ff784b0d7c4402", "region_id": "RegionOne"}], "type": "database", "id": "0b5966e71bee46ffb64691d817b5a9e4", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c3150ec2c2cd4eaca2d7f602044f34ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e42ed3c7422d40d782f662e307e87ee9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2c5c792066c84529b8dd0efa5c33eb2b", "region_id": "RegionOne"}], "type": "application-container", "id": "8c42e3d58edd43ec82524d41f62e4434", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9235b43ee0ff4b95ab0313bec27b6384", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "57ce52c28ec34eadb0977193f6c2c53d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "05b22e3779a14cc19b2de09792febab0", "region_id": "RegionOne"}], "type": "container", "id": "768023e9436648d383164b31fe43cfbb", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a3f2ba1a2eb24478a29e601952ffc134", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2990445b7822418b939313eb20a7bb53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e80ea15dfab34c1fa350ff37ddfe28e6", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8eb53bc6141140169705ebf6fa6c73c8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d1fd153d1b8f4b0fa7f015fdc2b2f8cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6a3da59ad78448269f2e88821ce78515", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0aaabf02c250412b80a1f25c455153dc", "region_id": "RegionOne"}], "type": "rca", "id": "321fd1079dda4f63aeb5282494522c66", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "30a1238395c64e43b2faa9488077d205", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "49def37e06b649cda71c85a080b5f554", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "4eadcbfbe540423f929c2a6e37e65369", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "7cac73dfd4834f088f9fd13e4752442e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f1147c6f8e0340c5b764385f507f0a07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d73231a116174b7d9891e39932c31ccb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "5619987ef28744febf037a97801aa194", "region_id": "RegionOne"}], "type": "network", "id": "204ae82d557648beb1946b0a12f21a6d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5ebd545788a7463ca254ed06bf349dc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d2934532881d47dd858dee97fbe71c07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "79a2f3d728234a53ae58fd71c3f23c13", "region_id": "RegionOne"}], "type": "backup", "id": "de738bec5a64450e800378f00248f9ea", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c37139fa18754b3cb1b7fa4d0451678f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5955a5c74892428fa50b6e56c88eee88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c06f8020e3064776a8a1798060a8de3a", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "076fcf3eafe546009e152b24a281ea27", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2caf7cb0727842a09b4c21fc3a58814c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c5c47541b973470c976f17c3a2da9bb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5b3ab9c4c69045b487c206655c5d1730", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "334fb5b982064cbfa2717ff87b7db137", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c8b1a619fb1c4862bd35bd2f2fae3270", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4e5772e8a1af45de8f41ba83666943f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "cad1cbedfa7a437f926040e7c7dd9d98", "region_id": "RegionOne"}], "type": "monitoring", "id": "df20b4abce284cc9a78abf0749b68d7b", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "61ad18d77fb647a58713b0c7313b72e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "48e5b37d6d434f69b9e02bdccf47d425", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "aa4bf6ae424e4d1a9e2315742a0d3c54", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "0b98747b12b2463dae7c784fef744f19", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "55ebb4263b464807960ee4acab8a0279", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "9abc07e388ad4db3b1df4ddd2ee694d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "fc4ec27b68704a0189da36c2e28b6b4d", "region_id": "RegionOne"}], "type": "placement", "id": "7153f2e8d7924ab8ad22823e305b6165", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "836475643c4749b081b0cea6ab2006be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "41ad5495002f40c1a9412e582e643169", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4c4cfe28e7754bf28c70cc37a7b40825", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1137954892d54810b86d19e78ed49b54", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "00611ad5539e4156906ab2ee9cbe7e68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2bc3d8c0c24d4398adf47d1aebcda66b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "49acaa05a44043ffad8c24f6cf527067", "region_id": "RegionOne"}], "type": "ha", "id": "96a7d469d35045919251bcddeea486a8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "68aee0a429dc4acebf46ec3ba43c9ccc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1bc0b09e5d2f47528e7f8474fd9efca3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "6926e5f91bc143feb221d60f261b5c14", "region_id": "RegionOne"}], "type": "reservation", "id": "9a151339a06941cc9537ebde20269f81", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "095eb84e70554e97b44f562baf81de00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "697a346192324bd4b4c106ec26370972", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8ce2c75bd76247989b8b1d5c1c56c21c", "region_id": "RegionOne"}], "type": "function-engine", "id": "8bad9edca1394dd7ac5231e57100a14a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "efb68ad1be7849f5baba302e06efffc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "77d9405a0a5342258d7def71e176242f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "babf9437ffd5471e9354c5c234d4f2d9", "region_id": "RegionOne"}], "type": "accelerator", "id": "038af44b389d4b898395461cf0a94d63", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "389ccd1c3a0346ebb026cc9dc088c6f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f9a489581f124577926774031e100a24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a0ce9940ffdf4e20bfd26106a9532bd1", "region_id": "RegionOne"}], "type": "admin-logic", "id": "88768d9905fa4932b7460f453d2a1dd5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0b2825d5c0f54b759bfc714bb2cd45b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c6b375c5f9c14ef1a85c0768af1f1205", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d2922084b3544c32a5b33911da0cc48c", "region_id": "RegionOne"}], "type": "registration", "id": "c2b61402ef37490faf743290ea8abc79", "name": "adjutant"}], "user": {"domain": {"id": "ef19311d1e374c1ba2ea6e6eb32d574a", "name": "c26bcccca8ba4beba4fa707ef25e993d"}, "id": "11e4ce4170b4431aa1a1dc9e5819e407", "name": "77781cc7628041979d5aa7a303cf7d53"}, "audit_ids": ["5c04bcd6ba874d9ab1b157106b7f660b", null], "issued_at": "2019-09-19T09:04:49.655695"}} {17} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_environment_with_stack_object(stack_subres) [0.065796s] ... ok {0} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_abandon_stack(stack_subres_id_act) [0.067863s] ... ok {28} openstack.tests.unit.object_store.v1.test_proxy.TestExtractName.test_object_create_no_container(discovery) [0.359695s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,611 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,621 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,629 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,637 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,656 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.539188+00:00", "project": {"domain": {"id": "2bfb703b62f7495c85c3a9891dbdc8d6", "name": "776f5986afd4432a80989d745a1faa3c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "5890bb3ca77948f3acf2a12b1337dae1"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "a67e03ae89bc4144b6c7f4066c98d845", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f0c6aae46b794d17a22105c4a787e6f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7d6a5ddeac044824b05f1871d77a19d2", "region_id": "RegionOne"}], "type": "identity", "id": "1c98679d320342cdaba34a7bac5cb1d4", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "383e1655eade423ca72407551c43f8f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fe1fb4bdf1a342129d3163cc20f72e70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b9e5456c1a8d4482ab161704fac5339a", "region_id": "RegionOne"}], "type": "compute", "id": "d06a830b85fb4302a90061055f178c40", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7be2421ac78f41bd8528c36a96e3dece", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "41b247b02781426883b7e8b10ef2dae2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "1ea5b3445d364903bfd574150b228808", "region_id": "RegionOne"}], "type": "image", "id": "c44b631cc1014ca7aab900c64b664991", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "051f92220d574d73b01d10c04248caf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "211771815dad42e8a6c18edfaf1312ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f0861a0302cf45089bf5d68c06d85da8", "region_id": "RegionOne"}], "type": "load-balancer", "id": "428589cfe82e4c529e83a446ca2c6f2c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "359b28219abd4755b8cc83b161cfd053", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0dc7b82306c4484a305d2ad7a9d271a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e984aee115874882be9531ae6e43c140", "region_id": "RegionOne"}], "type": "object-store", "id": "6511657c4a5b4c14ba6617c5a411a749", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c1f609a4e17c4e5fb5876786864c0aef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "50b7258e26a742cea2c5ebd028b06ce6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "eb2d0510fe4d4458ac0a34000092bc14", "region_id": "RegionOne"}], "type": "clustering", "id": "53ab1c8d418a40b4a4fdd1a8b64cd975", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f147a1966704449f931285c7219c75f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b1478dafcf9c4012aee0fac2c2296e5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "35515a8a92cc48d5992ee13fa35c8358", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "bc7960caa49548309590c1098223b1ea", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "947866ca01a14d438c0a3b5a089be673", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9b9c18b6c07c4952a2550996cb04601a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8eaa00dacf5d4b1189acdb09ad349715", "region_id": "RegionOne"}], "type": "cluster", "id": "c9aa56d130ad4daba2cd334365dc4ab7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4ee52b2f6cbd4b88901d24c9f2a292ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b4b9f31b374c49aabc8ce7e336396f0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c9a46e078ae94ed0b9aa54f628ca2b50", "region_id": "RegionOne"}], "type": "data-processing", "id": "d84839f53a374f01ae76c591ae81656a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1eb6383097cb451d85567aa179a4c2a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b2e17425addb452a8a39a1b3fb89c70f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d1318ea5ee9946aa9de8d780edbb72c3", "region_id": "RegionOne"}], "type": "baremetal", "id": "5f1884b9d0a7497f9e1120849775a628", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fa82ff5bba9d4a5999e7514acb4a70d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "60fb62bddf5947cbb1c5b4883bf80508", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8b5e37adc6e6428890359c647fad84f1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "bdea888efffa49339a6f3f1d675eec69", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "378cd0ba8d864c049ff6601159ff2817", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0294d5bbf2a74f11b36dc1dcb6bbd2d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0d2446e51f684d478d490d822fe91fd7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7bc2f719bb984178bc54ebf267c96637", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "30e532394c7a44d8b5b662f51c5bfd66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c15748aecfc9491997a6aa4459e1fe22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "828f874d39824364a1f0a6cc165c5781", "region_id": "RegionOne"}], "type": "key-manager", "id": "296dd12506ae49b19de27da1cd1720b3", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "65c3cb12b7f1451990eef1510551880c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8f2fc6fc27cf44eab3713f1abe6f7d91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cb997bb8f5ab450694ddc72eadfe2ab6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "533e3d00bec24a9da4968f3ceae40721", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a0dc5ea83d884c1890921b3ada35e0fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2a1f88dee7b24d779cb462ed9d84dd87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3830616d681b4af2857d670695515287", "region_id": "RegionOne"}], "type": "infra-optim", "id": "85b820ca91184e8ea62f79be4d99d93d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d9bcc0b388c14a1b801c380e98a9b74a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2c8d316b08194267a05d16f868135b7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "44512ec056fa4b5fb3df8594673ee757", "region_id": "RegionOne"}], "type": "message", "id": "2cffdc5905324927aa3fde5486e6184f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4db93724dee546df97f3978ed7699551", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e71b6a5031594c90a066dda38b943fa1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5f1745181acc4013a35203a43912f3fb", "region_id": "RegionOne"}], "type": "messaging", "id": "11b7dbc55d294e91a258cb839efc3204", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8afc5483d9504d81aeb377c15d7dc818", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3898fe3301f2485aafd199e0ae40c671", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "619d340fb0ce4ea98dba1eff3ee7dd03", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7632d3784b34447585a6c0eb1949775c", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2e12a1ab63f746d5abfed86d4a3d2ece", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "363bc3498e594038a61535c6ee85faf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6a960e3d7c054e8d8e742871a500ec4a", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "5f4a6557164d4f99afd5c9b4a8140129", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7527a225e5a441ffb6031882d1fe8330", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9ba8ebfbe6b549669e6e5d99d7b08d00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a427bb8f7fdd48b9928f232461b9d678", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d16a639d1ef14dc28ccb5b63e49c0bcb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "08a6615550124efba51e36a3ac2fd5a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "513594585cc240dea204fa4430272052", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "679bb467c2fa4a09b628583d02db894d", "region_id": "RegionOne"}], "type": "container-infra", "id": "792fcf6900fd4c788170a25acf8d54d7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "500cffddeab5465998d0a91fe4ba018a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "0a3fb9478bd8484cabf5d3eb786664a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a0580398838e4963914da3e026e54f51", "region_id": "RegionOne"}], "type": "search", "id": "0b82eccbb14a41d28ef74673fd7e333b", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3c88adce012649e6a76ab45dd438b04d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "a4e306543f634550a0f19dbc099e8392", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b1fe4b1fa9004f289ee3f0308aa558da", "region_id": "RegionOne"}], "type": "dns", "id": "3a476ff4a641433e9077045e543a290f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a0ffc799ad9b4b909e3ce761b1ee1d7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d58c6f3110e84aaa90e373263d55384e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a759c76666ff4fcd9aa51598c7ae6d9f", "region_id": "RegionOne"}], "type": "workflow", "id": "550cc2db7df34c339729d0e538f6e5f5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7245beec855a48b49fae34c085e774ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "23c58ddd7e8a4bc0aa6c02a5afcec33e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "da0b9e24356449da93c5382b5360baf5", "region_id": "RegionOne"}], "type": "workflowv2", "id": "6c17392e5a814fd08799ae13aad26e9f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "eb50fad4d8234e19a0ce1f514256746f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f2f62c1ca0cf4a0bb7ed31b425bb7719", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3fddc162e042445da7d5abc4fd84196a", "region_id": "RegionOne"}], "type": "rating", "id": "9f881906dc7c44509bfdc26488cbccb9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "aaff8a0fe5e144868692ccab9f223d2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1f05944a6fdf4572a0c2fb1ba368fb35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "af501704e38a479b81c2ec66cd6489cd", "region_id": "RegionOne"}], "type": "operator-policy", "id": "defa693143854dba8480f0ccbd21f067", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3097ca5200e54e6482d0e15d71a57499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "17110f0757e6414aa08e37f557a5027b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cb4130d723684fc3b31805278e811907", "region_id": "RegionOne"}], "type": "policy", "id": "bb2e430a7f114fe39ccbda9c72dc9031", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6fe0298299054c1784e3fdda3bb1cc7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7c3153c01e9f4e8386604ff783eb296c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a50bb04d43ed404a855a19502b29c00c", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9374573d98b245c09ce6b18e74e4dfcb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c8b0a04f7a654552a66c33cb323081d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c890a873a75749c7ad08645bb06e4885", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a9a0deff1b374f88b51e3fde40742a5a", "region_id": "RegionOne"}], "type": "sharev2", "id": "27673e7b634745d4b44116ec404aead9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d8b98b86fa5843ada994cd0ac35be9bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "424ae3f4b102481b95d8e8c9ca97c4ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6e6354f56e13447b91c9119fb103f9c7", "region_id": "RegionOne"}], "type": "share", "id": "4069fc54faee400d92e8392da42e292e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ff07ec1808cb4d4dab655c4ec588840d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3112717ac7a749f997aafad37cf97e84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3e08797b298d44629f6ed360e1f23797", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "bcaf7555eff84d77af033ad5d15eada5", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52a82bf7b4d846b58d52c98b2f904d7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "851be95f37554514b4d41e51d327932d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "594eff9b78d2402186bb44b07d9ca2a6", "region_id": "RegionOne"}], "type": "orchestration", "id": "3693d7f36f3a4e7185566b82c9d49b1c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d11232f53f2b4bba9fe56aded37915b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b3443cc3afa4fa6967728f25f10d613", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "278d0de726474a308c7fa8d8f566b414", "region_id": "RegionOne"}], "type": "block-storage", "id": "6aa4d290b225431baeef7053dbd1d1f9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2221298146e2422789e72074c3199981", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4b18b032f33f40f48bcd4051871dae71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "38c9dbb623ba4d59aeed730963901228", "region_id": "RegionOne"}], "type": "volumev3", "id": "1720caea54e04d57bca78c5e3d24c941", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2b640df7c3e446fd9a9033deea465785", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4712e09bbf4444995c1a3741d5f7fb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d7acd6e2406448080b816258aa094df", "region_id": "RegionOne"}], "type": "volumev2", "id": "5563c733dd8a4116b3242305016e9d5f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "223a77c41c694d5e88cf65827059ae94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "906ffe2447514cae8325d97ef9d14aa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b8fc83593df46e2b0d74af398d592ba", "region_id": "RegionOne"}], "type": "volume", "id": "0c8fb86ae9ef4266b3f882dd483fab30", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4cfc4f8efbb7498cb8a6885bb06bb7f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "98edde4a5f2740b78722e874eba17c21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8077ab7b01fb41e487a779fee15826a7", "region_id": "RegionOne"}], "type": "block-store", "id": "8ef14f36f3914fb5b23505a2ef6675e4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "331b091686d64b3498ae72fa670bf5f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "942ff301cbc64eccab5b65d8217f86e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6758dd553c154dfc96fb2f33f58d32df", "region_id": "RegionOne"}], "type": "alarm", "id": "f90f55348a654bb492cb68b5677ed1d6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "35ede04b4aa142309f3cc5a5bfd7633b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a3ce9b9d81174198bf85e06f38c50ee2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7a35fb69b1f04f3c978b80b04208f10d", "region_id": "RegionOne"}], "type": "alarming", "id": "f7bc3bfdc455406e807c30cc047ebf4d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8f455d261bb54b63ba62e676b48b9bd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fbf46e8bcfe848729ef7d3ec32d569fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8650e9ee1c19451495003ea3061b5614", "region_id": "RegionOne"}], "type": "meter", "id": "a8370cdc04e247d4b660662dda38541c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a7577430abe44e3db3063da0a1124a30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cf9f2de4a3dc4e2aaf4a52dfdffda816", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5c92b0822f304e2cbb15ef887328234c", "region_id": "RegionOne"}], "type": "metering", "id": "87fe86a9935b4929b41992635896ec31", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8d16901a814c4cc9b6338fe4fd1b7e86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "47722bbab917432d9e5842e230d4aa22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9cec4d92f6314d14aa8c77f574561bdd", "region_id": "RegionOne"}], "type": "telemetry", "id": "03fd2e38d03f4e26b764c5b9f2f1fd22", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3cabc70417df4c4ebc91d42930235d0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5dbcbb508fc94542aeb6710b80f85322", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "52cb5888ba924a949ab5b052e34e2932", "region_id": "RegionOne"}], "type": "event", "id": "455e00ee2a794e369ad92c215842ac97", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9a453fc63f85417e8011392a8c04ec8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "656967810797423f8f34c7732e7dc5e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "94c0ab9c089d41f68118ce72e2d387fe", "region_id": "RegionOne"}], "type": "events", "id": "4bac76be142d43c5aa3fcb3e7b8d871b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "dc3b9c15d61041d1b9faf6a9523740a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c49cc3af3c664fb0a3bffe96c96ccd65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "edf08381963d496fb9630beb9ec16aff", "region_id": "RegionOne"}], "type": "application-deployment", "id": "57c878e9b941454193b596be874bf9d0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2926b889e6064c62ba7b4ef19eb97ecc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8129c38477634abba54d380cafc317d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4066986006ad40d9b104cd367675658f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "ae8b5ceceb01402eace3526dc8d7334c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c30dd1a19386422e9643ae11dbee053d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e33d4eab71e04e8eae7989f13fbf54e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c34277fba96c4b87b7963018056c2146", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f65a0324020e474fa8d6a1c127c22f2f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "58bdcec492634f9db293f1aea17ae952", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cd7b594d85a8458fb48cbdc3fabec10b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8b93d5d071b54b40a7897b4345487147", "region_id": "RegionOne"}], "type": "tricircle", "id": "79d6ae8881c04eb4b51a3c7f6a865624", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0666662a631249f59c505456e41f3173", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6a94f378be7d423b871644f7becc66c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d0bd76e7fb6749a3a46b6b91a09f0626", "region_id": "RegionOne"}], "type": "database", "id": "71c7860de63a40909c43b1ca2e442b84", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "70be3a508ef547619fc02f6c167fa8b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7fce9369fc6d4086a813a769c1714907", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "72913e8c5c8e40e5acb39e596d6c303c", "region_id": "RegionOne"}], "type": "application-container", "id": "b79def649e6b4469b6ce81b699da25da", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d19f9ad5d6fa4ae2b3dd20b3b19c8de3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "65a1501669e74522aaf5ed345940680c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a39acb553272498794e348bc4de306b9", "region_id": "RegionOne"}], "type": "container", "id": "31d02abe655149838da9436eb612f8fd", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0d8a4c7f2cb842dd9b98b0fa0a36950c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3dab5b914b8141e48c5cfa270e2420f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "da4698421e90426c8e0d0bd04547d452", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "840c5155d3244a8fba00632b3fc10163", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fcf3a0e13ef640ab9e41af856c89329d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "956f6fa3bcb8401a8f98b960f34f1e46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "16c802b9a9bb4586ba4e2b23b736cf87", "region_id": "RegionOne"}], "type": "rca", "id": "0a2333ccfcc841d8bd7377725bd06963", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "87f74939fb33469d94a7208194afbf8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "eb33f4d7531e47de8804dddfe26ee186", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "cc4affa9fc8e4bf688e7daaa6f73d087", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "496d41256771456ead83d512bc12d1af", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "9fba6e4ca8014c5daacbef2b77e0f35a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f85badf990fa47eaaf8dbde75ec2202c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "4523369caecd454eb3729624589439e5", "region_id": "RegionOne"}], "type": "network", "id": "027f5b5225474c049d4885deb0bd6d90", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "10970eebe4ac46949c3202712a28d7bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "68ab8b28155d4e25bd0b20441074721b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a2dd3920e068488da1ce261c88936f91", "region_id": "RegionOne"}], "type": "backup", "id": "0818e552514f40bfac574438cd8707ed", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d0bc5512389045d09306d4266b5d64ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9efcb81de8644e43bcbf715349a2b359", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1d606099e950447fa1d66df4ac5bf263", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "338f89f941624a108d1b582ce6804229", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e3784be374c04fab9a5efc5f8daa6531", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f530e79169ae416aa5d4f48e59cf700a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f8d00fd2bba64f9c941f804fbafbdd01", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "10af948d88f941528e85c7ffda952661", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "de368fbbe737422fa1da1d65c4e56c15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8e8a519e6aba49239399e39835061b3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "c350f403d4df45aebefdb68da27cc986", "region_id": "RegionOne"}], "type": "monitoring", "id": "1e8b2001528549d29c0081c1b65f788a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e1e6f6aaddea489ca128da2e1df8aaaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ccf2f284f8924f5bb7abdcca8f2c8f9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c34dbc8f25dd4bc08d8c4f0c4c7d4373", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "cf29a07a55e448808c24dc753ec2e075", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0c4dac507c774e1fbf08fe33b2e137d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7fe15f5171af49e19d6a0ae753cf79c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b211ae22a8544b75bcdbf4a6d4c6e7fd", "region_id": "RegionOne"}], "type": "placement", "id": "332d45b4fd2f4d64a28be368c5b15687", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a1a61d9a0f58417894f98c10a1553740", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a8d302ade3d04d2fa91d9afefb503e45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "765bfafb204e494689b83bf51daf3105", "region_id": "RegionOne"}], "type": "instance-ha", "id": "dea1ff15697c446f88473da413a5d232", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "70367fdc5ebe455ba2598c44092b66d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ff6471bf995e445e97b4e52ea54988dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4ca0f23d3bd34d109bc760151b8f5a8d", "region_id": "RegionOne"}], "type": "ha", "id": "607418a396104c259987fd84eefccf81", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2c0eb86967e04e449a8b6350da37ec95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "eef5a4fddaac4b9ab0f5d6e06da42d36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "caebc90ee5db43df993c3da9a825b1d4", "region_id": "RegionOne"}], "type": "reservation", "id": "8a41d506021447ee9e1d83427c871028", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0039510a21d84c70a22e1511ed12d784", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "025d90888f5b4dcda30e77ce57e926e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "26d124b9d998428585183e52162647b6", "region_id": "RegionOne"}], "type": "function-engine", "id": "b465009e678e4a7797c211a3075742a9", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "79cdf875ac424b29865a7e679cbeb38c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "86669aeda97843dd9008a7cdfda5ead8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "4066a5db89a84d90951a895e8dab1512", "region_id": "RegionOne"}], "type": "accelerator", "id": "9bcd92ee02cf42289efeb2a2f976e1f4", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ffa6dd8091c24af280fdc49872766c77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "48a52264f1e14e1392fba491fd160958", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6bfc6aee5c874feca31d45f19979cf14", "region_id": "RegionOne"}], "type": "admin-logic", "id": "800fbf7ee0ec47debc70576cea192ab6", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5c25237248a9470c9b2f03c47bc9c1f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a77999eeff6b4ba9ad9e29bbd0bd1374", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4de6d8070cc04309ad00167ef5881ead", "region_id": "RegionOne"}], "type": "registration", "id": "7a6a5c321b584c9d90a161ce145b10b1", "name": "adjutant"}], "user": {"domain": {"id": "0fad5d2c4f4346a2af2c3ceb65818c12", "name": "a6ad6f13e36445979a18c2bb2a6e3f44"}, "id": "8cc14f1f179c4727bd914f79642659ae", "name": "c01ab6ef82304cd4b1d35629b51d5447"}, "audit_ids": ["2e996f337179477f85d8a2bd08f709e6", null], "issued_at": "2019-09-19T09:04:49.539188"}} {13} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_force_delete [0.078340s] ... ok {20} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_software_deployment(stack_subres_id) [0.066830s] ... ok {22} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_software_deployment(stack_subres) [0.065419s] ... ok {5} openstack.tests.unit.test_resource.TestResourceFind.test_single_match_by_alternate_id [0.065549s] ... ok {15} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_image_upload [0.066228s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/image/v2/_proxy.py:126: UserWarning: upload_image is deprecated. Use create_image instead. warnings.warn("upload_image is deprecated. Use create_image instead.") {23} openstack.tests.unit.test_proxy.TestProxyList.test_list_paginated [0.064585s] ... ok {3} openstack.tests.unit.test_utils.Test_enable_logging.test_warning_console_stdout [0.071050s] ... ok {21} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_software_deployment(identity) [0.062178s] ... ok {29} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_software_config(stack_subres_id_act) [0.066073s] ... ok {2} openstack.tests.unit.test_placement_rest.TestPlacementRest.test_microversion_discovery [0.235687s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,776 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,788 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,797 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,808 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,827 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.707711+00:00", "project": {"domain": {"id": "8eb4e6c57dc24ef8809f09fa96d8334b", "name": "435c2c0038584fa1ab70b965d8fcf77a"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "85a6aca189b94621a642936827d1c783"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6f38b38955704bd38a6457c981536f28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3189b7ad30ef49bba53b09d2a8f0321b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "770726a7cd10438dba31a7f2260f1b79", "region_id": "RegionOne"}], "type": "identity", "id": "b6bda59419584529a14164a3cd4a754f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "367f0328c7a949b59e8b7f9dea18d0bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "70b99e7259144e1f90de07653a2637e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "887014b53b15401584fe9da8eb76a055", "region_id": "RegionOne"}], "type": "compute", "id": "decb81a49b2242cb826b0690c16fa267", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9e63969c23e54a56a7e78b86691f646e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "39265f9baed14b5dbe2ccaac01902db6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "04cd6d2d43fd4e2c94911a2552be9639", "region_id": "RegionOne"}], "type": "image", "id": "46b7770be98e45d4b9a8489db6f52ad8", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "11df57ead98a4313a22004f2ee6a09d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4ff8bf6b176342c2a28521e25eac3f62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "38afa3f8b7de40c39d434923866ea493", "region_id": "RegionOne"}], "type": "load-balancer", "id": "686c84344c40468bb95fadb3d2b1641c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d501a5f84de248a89cb17479535e80b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bff4106dbff3427e854aee1930fd7fbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3846304a773c4548ac8d0a8f6594fe1d", "region_id": "RegionOne"}], "type": "object-store", "id": "fae5a1860c0f4c5a81ad265760dc16cf", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c52e55e676294d999d12c98daff889bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3a6a2eea0f29498bb4efb0f09de6ea8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7004e6b077b041e587b8e9df81f4a299", "region_id": "RegionOne"}], "type": "clustering", "id": "67857431a1cb45bebbf8084ff34b6c7e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dda4e653b3f34cbbb1afa3d63baab83a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ed2a05d4993044fe963bb13ccc844517", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bc096af3d5744d0daca91314f3f0eebf", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "75069f9fd21f4a439ec7df329ef0c2f7", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "86b423c1e4a24e719efd2630aa8892d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1baa2e2dea6547b38d7b579f8a24761b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6b2b256178e144f18f1fe20523669756", "region_id": "RegionOne"}], "type": "cluster", "id": "42874ba0a8e84c8ebe33d431398671a5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "92e589386c8748c19908cc27dd93b1b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9079a2f6c3b5499487116bf412c09026", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "baf279d5662f4c7b86a9576fe3f75898", "region_id": "RegionOne"}], "type": "data-processing", "id": "03b13dde95ec42fcb0e7374ef7ee1b22", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "43757bcfb9a34e3d9c2aeb68c4ecc01e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "140b31c067114226a2570a0474e28a68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d594e41144bc4622b3fc396e3c302dd8", "region_id": "RegionOne"}], "type": "baremetal", "id": "b652e3ce330148c293dc88c41a6a8b20", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "23a9fe951c35478a8fcc4e5ca59d4f86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "335cad7ad8584d61bd378987dd349613", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3825c16262284c12a33e0562441d766d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "0be2b022f36744078800a569ff97ec08", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "deadd1ac93124ad0803d6ed4149820c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7c1f67ea66da46faa4c89fdb9c20ac29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a7bca6e199f241b18956d615a9097901", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5e49eb254d5b4b12b3c67841ebc9a994", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c14fd3479a694bbc8f4baee2f42cbddd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "96ef1bae40b541fdbbf00287f1e3cd9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c7d1092e09554a6f9ce8c1d1000e6147", "region_id": "RegionOne"}], "type": "key-manager", "id": "f6c31d9707814b2e9433e553a5f38428", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e3b59833401e472c84c51be41515cf3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "29d9152ab79f4525bdc27d61d69f798c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "80bdca1644d4440ab1af23a7eb73274b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0bd57595fe784bad904540886d0bc4bc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dfb3d29bd48c44fba0937fb8402a24ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "edcceebb9ea14bbbacaf5f50c833b57a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3a84643278204b0da73e43281fd84854", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a196638db4774639a327d00ec6ccc48b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e8656b43613c45fb85a51b8e9be6279d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "88fb554a391b414e872d17ad0154d3e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c554f346d33646cc8ad2d04852ff6ff6", "region_id": "RegionOne"}], "type": "message", "id": "5c05b2b60bb94b7c8343653e9ff1d86b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0295b6845036457983c5e50a13b69362", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1f5b265039f44c7f870becc8f47c81e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cc02eb2dcb084b3dbe00b19150f3efa0", "region_id": "RegionOne"}], "type": "messaging", "id": "5e9e93aef1d44ac6b90a6f2fea6eadff", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2f88a7efe7494e61997c74054270f48c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6dc1c43d3b544fe6934b0fe97738e3ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3a0aa23f30274f259d7a4a1e2e09263d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "a48dd4c58d0240fcbedbbff6bfa5b216", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4f1d3095d2fe4f72abcb92b814aca333", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b064418fcb954ae890b5123f641494e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fdff1d0f87fa4f4890cbd07134f88afa", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "28ac67e9cc21413f8637e2988a9b6b63", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bb55321dabcc4a5491fa4bb12ae9bc20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a36051ea22f34644a7c82778000129e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68cec1e9c8564a1d8735bfdbf6286db2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ee1e3764c2754fe88f77bef08823a292", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9a7ad2206f924324898f087239d668df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0bbafb23f94b49b6a1e9b0a2c5aeab42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f560dff0e70144a19a6f35edb45fbd80", "region_id": "RegionOne"}], "type": "container-infra", "id": "da4c752a031342498adec7690dfa7003", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "755f276d899548bd9833a7c1540c0ce9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "2d2670e889ee41b3afe2112661059228", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5b8fad0b2a3843f692b56e7c49ba27ec", "region_id": "RegionOne"}], "type": "search", "id": "37bb85fd3a6141eb9dab70241360ed48", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f894ec4226874273b6019bbd6d347eae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2487677d6bdf416abf163299b224b351", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "1934f28e1748405197e4995cec177413", "region_id": "RegionOne"}], "type": "dns", "id": "bec825538cd543d3afce7d058336f384", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5fa7ee33ecf1476d967b5f112d7b6c9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1f8f6bcf0d184c52a7b8da7d84180e05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d521d8ef534640fc87870c03cb9d63b7", "region_id": "RegionOne"}], "type": "workflow", "id": "1ddb1839738244a6b4911b3be6018f77", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a38ba50d4254472dbcaf5219e9c41656", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ed8df5c3b065477ba47d8525d0b6a894", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "596c6db7c8014ac59f57e5b7907c4d7c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "650df89686ff40b59c6dcbf115b8039c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9f8f04f0c9f3461aadd3c789f759c1f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "0376330f1814484caa71e55285f58052", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "8f118ff543b94925bdb469757dcc4b0e", "region_id": "RegionOne"}], "type": "rating", "id": "77751738c90844da87bcb773054ff378", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3456960b8cf9409fb40ee7f12e429b44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9d8cec34800f4674a2e63997603ce9bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8264d7ed8f0a4dca911bbf280cec1fb7", "region_id": "RegionOne"}], "type": "operator-policy", "id": "24b594632aef4dffa876ede8deb50e70", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cd8a0f3e72c24df1a6e246290d8bdd62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b8baf508b9884caea146fe88bcd58564", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "09d49aa5f5b64897801f977b363096c9", "region_id": "RegionOne"}], "type": "policy", "id": "19fe95d438594e64b804f743e64d7eab", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9bfef28d919f47ca950a7ef11c281b40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b4774a4258c7417b9a864304a4368c6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9a2bc8f315b14324a08f6cd6e8059c94", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "df4db8d86bac4e3db7ae2f9efa544654", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8b72fe88c2264b6eb08368f0ae2d73de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "29a33b90ea3b4d9abe47f5f1f2cfeecf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e143fc7f534441e1a096f9283101a41c", "region_id": "RegionOne"}], "type": "sharev2", "id": "d720b581bbd9424da0b5cc8b3ff5257a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "01881641ae114dd18e0921d760971b96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "41db160748ca49709b6d9b01b5323de8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c1743896ae1f4e3087ab853371dd4f4e", "region_id": "RegionOne"}], "type": "share", "id": "4ce5861fc7444e43a60962b8aa7fbffb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "113ae9dbd67442d28cd9ae1a4108539b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "98f954f5499f44ebae9bd7a11b651070", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e3580d7bbb4647e7bdc654e8137c9569", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e9a099ba20294674a1b917b90bcfe0ed", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fff97844982b494f89f5a15f8ce21b45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b87351ffe1646218f52ddcc3366f5b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb47d760305b42d4935d393655998c74", "region_id": "RegionOne"}], "type": "orchestration", "id": "b3870a0b28ac435c9902c5f48d54de79", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8fac8fffdf14b5cbf57b521480a4851", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "623bebffd21d4a96a291992748ef0588", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "766138eacfde4ce6aad4b967f52d0c1d", "region_id": "RegionOne"}], "type": "block-storage", "id": "e25baeacf7a24c929de13e580aa31d69", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf5edc46e7a1484792ace346c0452d5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45443b8fdad74b35bc3ea205b76586f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ec910effe93491bbd923160702345b2", "region_id": "RegionOne"}], "type": "volumev3", "id": "be99c6e652a248c085549110c97ba2f1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8896db59d8734951a4994b3595af21f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d57ad0eaa14946f7b82d4543bce2a5ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9471c0552913450ea70d813c22c8508c", "region_id": "RegionOne"}], "type": "volumev2", "id": "1f6d6a6d91844bf58b258e48a0ec4e5c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9d1a9ce7d55474aa09da8fb12179775", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f44c6da412494eea94e2e698acb044b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "125e9804dde84ce5abb4ce0da35b486b", "region_id": "RegionOne"}], "type": "volume", "id": "b7c3a2b158b4404a8b7bd37344417579", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66011ca75de14c7e95bc11c7bb7900ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41d2cf36b74e4878be4d188349e42a14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9274f791593b4bc3ac5a66481da39c60", "region_id": "RegionOne"}], "type": "block-store", "id": "fcbf448a6f474620b2e7bd3feb7720a0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a6e4d7b831f54cfb818761af179052ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6969c350bfd445869904aea96e41bfa9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b35cee5816764d4db96185daf170732c", "region_id": "RegionOne"}], "type": "alarm", "id": "ee9dac779f4941e4a883ed02a3c62666", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d18d6dd71d174f668a7f8925dd604841", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "56cb5775715f4803bf0b8ee9b2b80604", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f4d02fd49c994fec9c690fca3ed98823", "region_id": "RegionOne"}], "type": "alarming", "id": "337fa59e66ae46d18493d4a26ef31fa5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "733adca925df4ff6bb6a249e926735de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4fe20d24c3d3491282eaadfde65b407f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6c2ba5bf68264ce380207e7705f87be7", "region_id": "RegionOne"}], "type": "meter", "id": "2603a30ee21642cda0f79f569a1ff680", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "48ab91ef64ad4da39009f9f82d62507f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8bd0e3508849456fbae5e739afec4d35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "42db3dabc98d44eb954a0fa2a181c341", "region_id": "RegionOne"}], "type": "metering", "id": "a6403240924741b296a4d359e39e9cef", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9e7ff2df70e147eb89d6c59c8ea32cf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6caa7601ef5247bf957ab49a3617a705", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5d1820e63c1446938532a4b070bea460", "region_id": "RegionOne"}], "type": "telemetry", "id": "af362f26bae94d108dca38648d141b24", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "58446627ef6046b28aed89151299a8f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "aa023b0f2b2044bab344431ecdae1b4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "da7c06fb19cd41e4adb0712c715637f7", "region_id": "RegionOne"}], "type": "event", "id": "e40d439bdb0a4e5fa202f08beeefb9c2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4dc52dfacf9e4ce68ff827a36ba6f174", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a29a0f012e89401492a9c47be5aba927", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "8159a203f4424cde835f067c57d90b3c", "region_id": "RegionOne"}], "type": "events", "id": "53be751ea1914613b1b40f5690267ea1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9ac35cf0831848c19ba50344b141ff40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d4462cc228af4db29a613ecc0b738efb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "48824389ebfe4a9ca1c2ffc09309422c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b222014c6edb45bea5b682d917f29878", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "de0f13dd8db44b0880c06a5995f8f078", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "58e57ba48b27435191504669cbebc987", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a4ed4d59bba54845a530a669e16fa1ad", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8de88abea37f4825af315564c5cf4bb5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6cff2695dbd0474e9940beffd3b485b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fa0e303f127649a8bdfcb7a5e6cac524", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "869059f192e44a0aad520d0ba2c16063", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8f44265505c746c6b90799074b5fe36e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fad83c375ed94a4b871d91c71241ba57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6c6a63b627f443458bb465b97440fe4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b86031a43cd0455aac40a1b1605fe878", "region_id": "RegionOne"}], "type": "tricircle", "id": "df5e29b026bc45eea8ea2dcb962579b1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f6418c66ecd348adafdedc376474c94b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1048611e48714a1c8dccc7baf1477e8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e42045fec1c247319090de7373a8a91c", "region_id": "RegionOne"}], "type": "database", "id": "013276cb704d4fe18d22f9f6ed08dded", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "49a92ba042414f11aec432eb8e93f888", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "858c3587127d479ba80b90dff0cbab23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "777cac58634947d7a1847414af78d940", "region_id": "RegionOne"}], "type": "application-container", "id": "9d8c1cb29dd24ffe9d1e3f29a768278c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "85394209a8f34acdbb7871d5cac57a99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "aa261faa857d41a38d187c220314bb88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9a8797f52ae04553af1ad16cd2f5f0ea", "region_id": "RegionOne"}], "type": "container", "id": "60e39dc8b5d04655b852c4226c12c212", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "92e0420e63a34bf3afb304666fc3f5bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e3049414e1fd446fb80d18df6d58fd44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5f41a7330d2744018834c3c50e661627", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "eeb13945952843008a9112ffa7391674", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2bc34aa03ae74c50b448ddbcad89c12d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "32a91732ea9943eaa8e271d8a273c3e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0d0c535f80f74ee5a92cffaab35461b4", "region_id": "RegionOne"}], "type": "rca", "id": "7c356d61b77242cbb9f15197aad171d8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0293a50619a545dd9cbd201beeed5cec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "61dd21489ecb41ebafac3551ede3402a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "b19c9d0e125d4245983500370fc4ccb9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "052eabc3f7f049dd88658a5d20478cfc", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a1d291b1520b4356901f8285d014954a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "cedfa85811b64d598315302138cddd73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7d623d13be5a488fafefb6ae2ad16067", "region_id": "RegionOne"}], "type": "network", "id": "622b6de07dfa4a3bae89b26831d48e4f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "51a11d8aec944bbebd7737365a9221d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9a317e39a397422dba9214b7e60260b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "31f9cf1be12e4f4887adeebf87ba9fad", "region_id": "RegionOne"}], "type": "backup", "id": "e75702f15f3c44a79bf46c41b5988fd4", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8c41eb234a9e4d68a4ed6aaec75fead9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2220d4f106444eb0bd544b3125a07325", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bafe06d44de546578abbed064ad1af91", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "52676f490c11440ea5714d6b1c6610e0", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f9ad84544c3748eb81bcbc0a7f72c136", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "502b0caa241a42e09f50d1eca983ead6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1b15f45fcc25406aabd143bf7918601a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f2f59b6579bb4f6e9d0b2fbc92f7e8ae", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2dc37a45f3534d8d88333c52f4661e9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "54e9a6e87db94676827ae526bf8a36ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b72c5e161d3448a0b21a1db89d393448", "region_id": "RegionOne"}], "type": "monitoring", "id": "1f70f48c13744da0988073f7d464c711", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ac6f54e25b4c45278933efe27ef0d1b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "406e4c8f3c8946549e2d3e4cfd3173c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "7333387f5f2a4c2c9c1e553351b59644", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "97c9932f83244283810c80a42d13f02d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "b4df405d3586487aa9bfc6e0a9cc929a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "fd1f78c7a2494082b962bb3567862e08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "1ba4e09e9f24488183234202ea42fc28", "region_id": "RegionOne"}], "type": "placement", "id": "0313f851e84f4bbf80c3369a680ea331", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7a2c2137e4544e108b17d6ad8d652794", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4242b43280c542c7af65ef1f1dfe98e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3e2b1778166f4df6b2e8f0f033185f57", "region_id": "RegionOne"}], "type": "instance-ha", "id": "527e73d37bd24c888c40ac6347b3c89a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6c3ce7b06e45440996c1f1df306bac87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fab70135d2cb4a71ac3d20446f991a1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d303dd280a40411d80e7949569c0e2b3", "region_id": "RegionOne"}], "type": "ha", "id": "ebfa37f6dddf40fda84d014a91f58949", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7113fb1539ae43d08ad8305115194ea6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a39ff5b3d1e8437386bc500caf9fba55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "58d3f9d9051d40d09f5d86dd63215192", "region_id": "RegionOne"}], "type": "reservation", "id": "4353c9df89f442ddbdb7946554ea74d3", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "81ccc12d23b943d38510e6512c8d34d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6f14bc59d38f42819debee93ba683789", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c91c6ebdd0de4063b6e2a7a9fd7fa84e", "region_id": "RegionOne"}], "type": "function-engine", "id": "aadabb0b6bb94d13b768db5f0653ba8c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "99c63bae5b69445f846472a1c41aae89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "00059d651af7400198539eb3f8de85e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "780c9df4ec57418dbf068476eedd2223", "region_id": "RegionOne"}], "type": "accelerator", "id": "a18e4fe1607845b1958f5091b39d6b75", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "88e00d3bae344db9a17ce666b5a59477", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a312a7d76d944330b787f78376ed262d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9dd2b72aa8c243559cdd7e22e7f76d09", "region_id": "RegionOne"}], "type": "admin-logic", "id": "bc294bf2406f4cabb5bbdf3696f2680e", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fb39cbc1d0614fa193be7e1a6e89430c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "131cdf9064a64da7834fe6bd439c2dfe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "036b01cc11b6420abad1a91767ea2002", "region_id": "RegionOne"}], "type": "registration", "id": "9d604578a75249ec8d05f975cce051f5", "name": "adjutant"}], "user": {"domain": {"id": "2cfb05cc280b4f3cacc78db5465803e1", "name": "754e5586723045c5a3abb90c2f0774dc"}, "id": "adca781b0e314be6bef3aeadc89f78a7", "name": "4ac534e74d054c9cb81665265416ade1"}, "audit_ids": ["cdf7389c62e9413bbd79d75b1c91592d", null], "issued_at": "2019-09-19T09:04:49.707711"}} 2019-09-19 09:06:49,893 keystoneauth.session REQ: curl -g -i -X GET https://placement.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,904 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,913 keystoneauth.session RESP BODY: { "versions": [ { "id": "v1.0", "links": [{"href": "", "rel": "self"}], "max_version": "1.17", "min_version": "1.0", "status": "CURRENT" } ] } {7} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_group_rule_find [0.067806s] ... ok {12} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_stack_preview(name_id) [0.067519s] ... ok {4} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack(name_id) [0.308352s] ... ok {0} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_stack_preview(stack_act) [0.061996s] ... ok {9} openstack.tests.unit.network.v2.test_vpn_service.TestVPNService.test_basic [0.062723s] ... ok {17} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_files_with_stack_identity(sd_metadata) [0.068798s] ... ok {20} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_environment_with_stack_identity(sd_metadata) [0.069706s] ... ok {2} openstack.tests.unit.test_resource.TestComponent.test_get_name_None [0.063160s] ... ok {15} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_member_find [0.061993s] ... ok {25} openstack.tests.unit.config.test_from_conf.TestFromConf.test_default_adapter_opts [0.207893s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,844 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,851 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,854 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,858 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,866 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.786056+00:00", "project": {"domain": {"id": "a4aaf8c439614f578d4e76f3f8434a31", "name": "5c9533d1a02c42d783f66b3ee0cff2c8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "ad73ac7415574900957a0fd5314b99df"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c067005afb534620a0879c186043899e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "38bd132928394f25b03753c170e06670", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "093b0c7ad5dc4127a7f0e1ac59c4dfe9", "region_id": "RegionOne"}], "type": "identity", "id": "fdad4b78548441b49a5de9f14d96b9bc", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f067ef19ac4d45d096dbaf46bf369761", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "186604808b524628a1fe226d001778bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4577b2db60504bbd9d8b43fde1b524f9", "region_id": "RegionOne"}], "type": "compute", "id": "a5148f349a874d7ab200d494d3cd00be", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "78909f49d72e49e1bc1309ce6f4a38ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "cd122ea635d74eb6a782c566ab4883df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e0cba6b61d4c433480972fb605f70fba", "region_id": "RegionOne"}], "type": "image", "id": "32d0d4018bc84f7babce5cce18e2403c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "513b70e0e4654f34a6a38213c30d35a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ea1edaeebe404791a2864df183142740", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b369dce54aa54438a1e752836cf3e0d9", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f3e60bd984974cb5b2ab8ea26b959036", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "750309e64fe24f4981ce7ab9acc26cae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "208d7a04225b41ecb69a04d8c5c95ab0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e97bbf5131d4c8eb7f6ddd5e94abd86", "region_id": "RegionOne"}], "type": "object-store", "id": "a60554d22b6d4e17933bb2842984b87c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c981b757ec6d4f86868ab9af782f6838", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f30b26c3839840c890bb027f268845f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "214bb6cdddd1406abf1ada107012f3bd", "region_id": "RegionOne"}], "type": "clustering", "id": "01e9f894b5244eddbda75e78cfde2494", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d4411dcafd7945a2b7a5954eb5b7e6c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "947f194dfb0e43e5a42a56f92a447285", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "82ccc0b2eee240199cae32cf6005c8bf", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "11af15a07d1147f0814339a9013546c6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d558ebf27b9845d58a2f6b928d508709", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cc3d771a4b6a49a1a07a8cdca913d5ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "82fab258d6be4106a7b6e3e6437c9904", "region_id": "RegionOne"}], "type": "cluster", "id": "b6451daf375f440687a8d534b7c774e0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9c999ea2dd0c45c1b884d975e557c7a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cf93e72242cd4d3393104da1ffcf1bc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "eeded429133644baa97d326263c60d26", "region_id": "RegionOne"}], "type": "data-processing", "id": "5be61024835b4aa2a244a8a92a18d34a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "130a05b690f442838092696c8e0d4d91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "63df1010894247f5bd6b56c20aaa3f17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "80157b85836343e4bef28e3c3e9255f8", "region_id": "RegionOne"}], "type": "baremetal", "id": "90e5d9bb73af433c8a633481fed9bf05", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "139f03aed8c346cb96407cb711c44137", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b143a2825d9f4015839d2dacdcb57d6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a85b09e8758e45529c904a3fe1e0fa5a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "750fad98ddeb4187bfbeb322b1084d3e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9cfe9f26d42a4796a88e835f095a3d29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2d4678e1736349eba11e07db4027966c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4e6717ec88e84b46952c519be92c713b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "07daf8cd3a724ee099a9817c860e14dd", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "abe91fda393d4ba0b25f17376132d72b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "25ac8d2135ad49859f81c9b4821deb25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f016c80069f648eca97116fffc00a681", "region_id": "RegionOne"}], "type": "key-manager", "id": "e6d13bb95c784b2c91e1433ef9644435", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cae9d33ba1a5431f9a64ceeb0b5b0e2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a9613a65b07a47e599a6a622c399a0d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "abc191ff612e48a09d894f6e99e27420", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "412605cd506f4426a7cca07fa03977ac", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3a3f26b5ed104679a64d77b57e709928", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cd2b1300b21d4b9d9fc0afd4fbe50425", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a2977035f2fc41f7a41c6c2374b68b72", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b16663cc88e948fa945dff83366c4cb5", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0f14a8a122d6447ba36d41eaabd1eeba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ff50fe759e114bc0b8be4712132e9cca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e93d72e1997647eb824da68e94fb34cf", "region_id": "RegionOne"}], "type": "message", "id": "dc369e9193214b3398389bb3cb36c623", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a460e89cf8e34814ba7e5df1cba931c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1dc93460c81f4d7c89be92b90451d940", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7fed237933db4638b7a39ead6a10fd8b", "region_id": "RegionOne"}], "type": "messaging", "id": "b66247115afd428297c905d262a2de9d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0482cfa4b6c149c0b37f325822e27976", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "37287f9b660843fc854639b085b9ff6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "41af38730b184407a0c020048d61a4e8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "1e9922f80fbb400eb1e5fc078d377ab3", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cdfdb593bdfb4160b0b6bd3659bd6ded", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "24c9ce3d219e49e08f0accd19cec66cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "33fa602dc52a4702a31e3db9a06bfb1d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e15b427980ed4df898caa98fe1ea126a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73f5e1c8061947988390a4b0056f826c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "02d38c845f4940e7bb8bfbc775140ef2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "35fdbedfe6b64402b09dd354c5624732", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "002ec3648c7643c2b021fc85fdfd1f4a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "371a361361e64ce49eb0fbc7a3da0f83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cd6056021a1141cea78684dc2518837c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "387545605ad14864817631f776cd968c", "region_id": "RegionOne"}], "type": "container-infra", "id": "15eedc28abde47bb9c15048e1f4c8200", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "9d15de70ec194fc0ad662192bbb0c9c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "82ccbbeadd7a4faaa61035343bc2e5b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "69fc9b9ffce2485e856482442093aa03", "region_id": "RegionOne"}], "type": "search", "id": "d5e6399421a547ae8b01135846f0b97e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2ca344c8b36145eeaf598cd8810a4f13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "55b2b987ae304adbbdab311158ccaf23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "98e71e53cf4a402d88736784798f5152", "region_id": "RegionOne"}], "type": "dns", "id": "106eca8582634202a10ea31663c1dd4a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6cc807bdcfda4fe4a26bb3235b92c21e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d145b57d82924733b052ad8eeff0f9c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "25d44cc1c9ef4e238d586e5a9c74c31e", "region_id": "RegionOne"}], "type": "workflow", "id": "f762a6cc67254d7389574165fe33563f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "312cb59e43f84baea0e95848f0823e69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "64309d4444694fbfa43aca4bb7d2962c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "32a272450e09433d9dfc18505a7d1960", "region_id": "RegionOne"}], "type": "workflowv2", "id": "bde13c091d9c4244bdd2a9a99644a5e3", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6520f232aee9486db53d040d1cf442cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "69a66a9f46114d0082e02883d0ab1b37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "63d07939ce664c47a88e0b4557dc2c52", "region_id": "RegionOne"}], "type": "rating", "id": "753b8f6efdf3493a8696f04ebf05fd7a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6df2e96f7ad547bcb6cda837fed77c5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5f32d49b5d5b490db8c959ff33ce2b9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a9d0a1a26b5741c5bbaacf8383b8b40f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "90d09a4b45204a67a71249e579b72f5c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2e67f233af3f4056be1d848927c1a098", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a7646ab849e740f3bcd07c4e21dd797c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "87e70977625440939ea76d42ef93666e", "region_id": "RegionOne"}], "type": "policy", "id": "48ee9c2abe244ef2999ddf82c6488e8a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7c692ea5a27e496eaf6bd88dbe270d6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "81ff2573b76e43b69cfcc1cafa9c0306", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "defbabf135dc4143bb6f8368f8e43e3e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "52e736df77d145d0a6db1a2806140e30", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eac0f63a95dd46c7bb9ae9439134a36f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9ccdc86c76e1494ca385374de89f7c6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "46bb18de98f24dc3a13970ceae67db81", "region_id": "RegionOne"}], "type": "sharev2", "id": "7a62787a88744987aa6f7bbb001c9a60", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b3a23f037df543a3bab3189f5ba5aa8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1b8d5adab8014321b21d054123b46dd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ca82ec40844244c5bd95b7d5cbecabcb", "region_id": "RegionOne"}], "type": "share", "id": "0a8bba0684d34d76bdab5d8c5649d40c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "09e47138c35e4b3ca30a23db9bfb1750", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8b1a5592f4834e75b6c14ff632af3023", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "cb97153511084436b013332b1263ad67", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "bf900829993548e2851411dc819ced93", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb376d4a54bb427e9053d80892c30dbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0df87cc1829141c29aa32203ac1825d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "571700741c55491fba2822d0908fb26b", "region_id": "RegionOne"}], "type": "orchestration", "id": "4630ccb2a31f42d4ae720cf0fe5aeec3", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bceb3ef80df945e5ae90b1996fb6a20f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34b56b0cc8d5445993465608d4721c99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1eb6e52bc1624ef4a618c0ae6d16a786", "region_id": "RegionOne"}], "type": "block-storage", "id": "f78ad47916ae4edc82213b2eef8f8c91", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae16be62ab3f4dd6ab654c6beef20983", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be722531e122489bab83a8ed40885af2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "412a3c4de65c459fbd9f29547db69e91", "region_id": "RegionOne"}], "type": "volumev3", "id": "c66cc66fcfc042d4a25e93111c5d257b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0335e08f9ae64fc2bfd5a1fc37f64d92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "21b48d4d411c408e8d9087bb975fff96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0f674b0ced546a284aef67f8eae6a79", "region_id": "RegionOne"}], "type": "volumev2", "id": "fe737e7673df4444a3b85fc48a0cbebd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ce676c8840f4116927f3220bbfa5ecc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "53d786ae7e6d43d8aa242e5c59309bef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a921c375f3b4c8898cb5915602ff11e", "region_id": "RegionOne"}], "type": "volume", "id": "8a4d5f5d76974ff6b7ffb0a0cd33262f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2373de0d23ac4e96b1275e424c01be80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a325f49df7544abb7cdbce54bb5c4d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25cbc74f2a0a428b93c7181447e3ddb1", "region_id": "RegionOne"}], "type": "block-store", "id": "012d7880e31a4f12b440e1f0aac52fc5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d8194e7103034b3486950b72f96c1fbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3be64cf895724f818d3d7ce49c9cc413", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "db5564c85faf4080b85a84e530f0e0dd", "region_id": "RegionOne"}], "type": "alarm", "id": "64e306dbb74c459eb8e983fdf954b4e9", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c457b69703ac437eb3e0b1d8f775b53c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9185910908414f6ca96a24d0299051e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e7d27d82a1654a3881f4aa6dce7b76d4", "region_id": "RegionOne"}], "type": "alarming", "id": "d812fe7fbf384ac8853711d53831b1a7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ac97ba971d0f47088c59017e014f2286", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "04f4b14ecac3455a84acc4ed393de88d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "511470806ba54fe3a52a83098b6ca44d", "region_id": "RegionOne"}], "type": "meter", "id": "2a2b0068b45f4fa3b2bee176002d067e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9f11ca625c07485a9be427f419eaf093", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8ddea2fa544b44928f407b0ea36f32d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "41ab30c55e0846c69a22ff939fcfc7d2", "region_id": "RegionOne"}], "type": "metering", "id": "1a752ee5782845a3ba62a73d70133467", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "46135a8c30c146719802a88d471c0c3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f65a0447295343149f89caee7c2c0a8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5f40e5e42ae745a38f9e71355d591ade", "region_id": "RegionOne"}], "type": "telemetry", "id": "ad3b06ebc2714cbca111988e2c2fc1a4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c1e718bb16c7493bb4b54b6169f3363d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a852d986b4b84e05ad4dfeab3b2ef346", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4b81b490f25e45c68fb8af733f8680aa", "region_id": "RegionOne"}], "type": "event", "id": "6b2713140bb6451580fb64b80490ae50", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9d891dd0968f4e868bbe453114fb8f50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c6e8e9d941dc42b29eab44b2fa1c51bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "77e50421e8a04fae847c26ed2891c90d", "region_id": "RegionOne"}], "type": "events", "id": "2450d76787f046e8865f55455cec0c92", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ae81a2b1bc354e1aba82398522f84083", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ba1d315605d344b8866e50d4de1bc9bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d4f08a4e7fd343a890cddf80a5ed559f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8b97102a463a417ea6a1586f1be705da", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4c0edab395b5417a9556cc408325a881", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "290b9960a43242d2a550d47584cd7574", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "81916d227aca4af28ca14e2c4aafa2d2", "region_id": "RegionOne"}], "type": "application_deployment", "id": "4995f9780b89446f8900f9069714965e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "610d3f736a5f4504874bf0b6de2ac66e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c5f63a0389054acd858dde30068a7ccb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "475e8be8facd42ab825a818817d6e375", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "6379879d12b74676b912cca71f7df215", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8cd82194016142e8be7443f7c4d2aabf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "90d6db18d2c041bd9778fc552fc49bd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ad0241adf8e445168270e0d8e8104cd8", "region_id": "RegionOne"}], "type": "tricircle", "id": "604b3a8849aa4d7eafd7bcafa5799394", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "3cc740cc5f7c4c8d9934065f2b0f3886", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "37f741e309074d668d7058532c10ef47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "b935330296024370b4ac7519edca3ca1", "region_id": "RegionOne"}], "type": "database", "id": "d4aa652a75d24e3d8af5ac6ae299f8f7", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d97f03ee29f145e8a9b48aca3a109288", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cc84f510a75a4a95870ec2d87ebfcd34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ceb4e82735da4a2daca97a6a7bb0eade", "region_id": "RegionOne"}], "type": "application-container", "id": "20622b809f024f93a7d1760b3c32348a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9452025621154574b0a38051fa4f2ecf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0f45523c6e1345cea14c3441a2406275", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "50e9b12048d4418c88b32f498f75211f", "region_id": "RegionOne"}], "type": "container", "id": "97255afcf1f447ff92407fd6751a8ca2", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "02398e1dcb2342659efd0f1845266be0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e10356e81416419180491328867c72ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4212f7636ecf48eb8f4fe9d600cb971f", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "80c3a66f6b5e4596b18350e8739b5911", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a1d3a905eee34927893c8769274a2151", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "93ba5e99ac7b485aafdb87c832c2f7a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ca8675f752aa4aa79c97c89333a883e9", "region_id": "RegionOne"}], "type": "rca", "id": "0d0c119172f746ffa8ad0e254efde07f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ee2c160fc0ba4f609eeccd83ad31d735", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f6427b49792049b08f549062572e527a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "4dc3b5a3729c4bc3968c2d6d940c9ac9", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "529fdf788187442badc3710dcfb4dede", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "662737392a4341f385f84b2170d4e593", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "8b74d92d8ae04d77ba57a4c676bfccf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "93666f8b5eb54f18be5cc151966862c4", "region_id": "RegionOne"}], "type": "network", "id": "681893a0e15142da8651cedca07b7460", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "91110ce6d8db4ed59dd59e507a721043", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a5a74184d13f43819b77712c7e1edf81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9712660c8f8843e990ea9f4fca25fd73", "region_id": "RegionOne"}], "type": "backup", "id": "1bb91b417806446cb10cc98b5f741635", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fd1885d6ca4e4cd984224a6179fc1aa8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "52a932fabc8e4d92a20a43205a23100e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e950d9ccf97b48c98ac41fc3ef7bde21", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "224e94efd53640cda06e76742afc5ff1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6c2f61985a1741119e51fa4191d35756", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6d9c526293b24a1688b29a195398de97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c9633a4a9e5b4fa08d5c9ea5cf520769", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ecb3afea6fea4ab59076792cfcf18aea", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8adbc1bcf2ed4653a9016466ff0382c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1c7e1d0ba9384f3992d88725809dd7d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e2a82e39cc03481db6c5b65b0bc38e32", "region_id": "RegionOne"}], "type": "monitoring", "id": "1f38e5902a9f4b56b097ab3b2ab792ac", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "204487d8cb2048649343c979f1d1329a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "44133aa6c0ae41bd8422660c18c93124", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "aca6e9a31e734cd9b044b2c1d779e96e", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "50495cceca8149ebaa1fa9315f250058", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0cedc5f1b97b4b67804ab91d13ef482b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "452f847583c749138199652a37f8fa25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "10e13159ed474217983e1266ea38284d", "region_id": "RegionOne"}], "type": "placement", "id": "2fbdf76959f94ecea79253de2e88d21e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e3fdf7a33b3449209e130cc010d852a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8b669fff76cd4468a138c34e4161377d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "835a15e80cc24951a9bb397c748016aa", "region_id": "RegionOne"}], "type": "instance-ha", "id": "dc3e0e873ac749a99ca1aa1063540c69", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bff0f8337d314b159140fd89c083475c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5ae8861639e74caf9c5fd671382d1037", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2b144018d18e4dc29f584a5376a9daf7", "region_id": "RegionOne"}], "type": "ha", "id": "c48ba36555874b7bbd47b917eb53fc4f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "41770b01a2d449229666a4c99abfea3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2e21c5473a2a4aa492db43aad9c6fcdf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7b410ece4110461badd5e793e2ec72e2", "region_id": "RegionOne"}], "type": "reservation", "id": "5c40cdf9af5549208133c81d4804cfa1", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "587e604d801f48e0adebe3d30d732a1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "983d6abe6a034a5f95437858d9425d28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "5a91fcb39e0f446396234c325fb37502", "region_id": "RegionOne"}], "type": "function-engine", "id": "e16adf55f0db4def96675493c91390e3", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b83704d0e899428a8c2b3927753c02f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "89603b448c7e4ec395467fd08edb07cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "9723c5c0715d4534a3f4d62695d43d0c", "region_id": "RegionOne"}], "type": "accelerator", "id": "b28215eb20414e98ba912252f9e9e8bf", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "edb2f4a03d0b41a690340302f102dd0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3172f740d9f848a3ab1c2c676c9b7461", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "846b92f383c747c188b45914fc329ba1", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3d71648089634b15b9332a5881507d3f", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "36169c5d0e2f48ce802b6937fbc0992e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2e94831bfacc4774bcaf123097eb4f1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f3cdf90172fb4df5813541abb3d43175", "region_id": "RegionOne"}], "type": "registration", "id": "0ec0c63f37454222a56c3aca68002bfa", "name": "adjutant"}], "user": {"domain": {"id": "ce889c73d9f74dfbb052d2c494b82547", "name": "563732fd3c934bef837d8226901931f2"}, "id": "0b4a63bdf3d04d7fbeb7c560fe902985", "name": "cfded66f7f4d40508ed07bed1802636a"}, "audit_ids": ["d51fda3abd2d4a3a9498de458fe6f81b", null], "issued_at": "2019-09-19T09:04:49.786056"}} 2019-09-19 09:06:49,938 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,943 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,947 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:49,973 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.53" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.53" 2019-09-19 09:06:49,978 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,980 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "a7e3a5f9-4c59-4856-9d22-2862da5cab69", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} {5} openstack.tests.unit.test_utils.TestMaximumSupportedMicroversion.test_value_less_than_min [0.064014s] ... ok {3} openstack.tests.unit.workflow.test_workflow.TestWorkflow.test_instantiate [0.065754s] ... ok {13} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_interfaces [0.069371s] ... ok {7} openstack.tests.unit.network.v2.test_router.TestL3AgentRouters.test_basic [0.068447s] ... ok {24} openstack.tests.unit.test_resource.TestResourceActions.test_list_multi_page_header_count [0.157869s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,910 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,919 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,927 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,939 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,956 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.847387+00:00", "project": {"domain": {"id": "e7e0ba2c92be45bfac8afd2c3ef24b6e", "name": "738c7d33cf724c88802cbf53400a6267"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "76c12ea2f4eb44b1b44521eee2580324"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "043a50787c914bda97a9a334283e2e04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "b0f2dab110dc4379a23534efe3057856", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "37b1103a2c674edb87124fd9c4ffbf21", "region_id": "RegionOne"}], "type": "identity", "id": "5cfc313e9aad442881eb8f48784a0a99", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "27705e58371846fcb0829ef6a74c898a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "18e82d3a9d9c48629274eb7a1d28da29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b6a7d2dce9504775b7c0025ed9870fd6", "region_id": "RegionOne"}], "type": "compute", "id": "8657f56a0e434a56af50731b973e1fc5", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "d77ce8396bd6414a8183240331bbd8ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "62e726cc9f7741588cfe627f5d9c4b7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "b40365cb008c45e3bb4ac003f81a3edb", "region_id": "RegionOne"}], "type": "image", "id": "5fcb7487c3964971ae0c0cebe5160627", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "feb50ae4d1ca439dba1b9c73f348b1f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2410a4407552437dbb1d8fe12894d8cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "afb4bda045df479e92afd555461f911c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "931125703c294dbe9b6b2089ac92110a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bb89222fe4e4e8798dc1e4c7a8dc92d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1336fc94230442e99b2ba4bcedff986d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26fec28072c94ddcadefef2b43581143", "region_id": "RegionOne"}], "type": "object-store", "id": "5050e5e46122455b8d5487fce15a9762", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "99ecf1d621ab4e7196183669f08a6f8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4bedf01af9da469493b8c22f1c22c665", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f26e3ec3abad40e8b73ed3ce31a51caa", "region_id": "RegionOne"}], "type": "clustering", "id": "b86cf875befe4b9b8d04c36a0c3bd81b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8d51ced6c4064334bf114a1b3f80791e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ec4438a5ba0240dbb96731f79ea6bb54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d541bb91e2d744e789f2da22e07a4a5c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "aeddbe9382834c099251165fa2aa1ae0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fc2b31914ddb4c7fb868a133b77cf0e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "61e0db95abe145ae883b2a80450de246", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6154e66b9a8743a0a537156f43ac6f17", "region_id": "RegionOne"}], "type": "cluster", "id": "c6876a75eb77424bba181b59a5f7d247", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4f8f02b7e26d457d9645fdef36285c64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8e02c282ac994b8eb2240aa510a8a9d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "808dbd91dd4e4dac996b1b604b4c8577", "region_id": "RegionOne"}], "type": "data-processing", "id": "bd07d9912ab5400691746fdee01ba689", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3bc49673f4cb479ea0bccf1ec5af7fe0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c8ad7f6d0b364395bf18e85ff60af22f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ec8e011942574260a4fdd92b070d4bfe", "region_id": "RegionOne"}], "type": "baremetal", "id": "22e3b82a64c543dfa7964f90971d0f6d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bf3d77b95c4e4934906c575a40dc640f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "74c4dd7a9d6c45a0bc1ddb2cb3ceeba6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "61c457e903cd4deb9415356a365bf3e0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "ce08dbf4504e428cb53c578e13d335a7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5e60951e548d4255b98be2da2625459f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f081d4aac3c849b6ad255895c0bdc948", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "157fcae36e584ba7b41e3eee3f2af6bc", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "fdf0c5acd602442ab455e36f9b89a448", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f8af0461743447f0b4ec0e27f78c755f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d7223f5244854a1a97a0b1c02e25a2a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "124bee5457bc4b4b8617c31c6ccb5c35", "region_id": "RegionOne"}], "type": "key-manager", "id": "bc1c959c7aa7450ab474f5c010072c51", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "780e89e7e5214b5ea0099523fca766e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "07204f742bbe4fa2b1479ecc4a55bf6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cdce3a065fa943d182102a101a142eee", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d00cc46434954da19a9d2d3fbfdee9d8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "047012c4a61e49238d606a0b9a8db4f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d8108df95356460b8539ef51c2fb6a3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ffdb1f85eb58493a83321914d3276378", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f94e5e2764ac44a59af7530691fbf3a7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6398bf343a02485fb86a8c9546eae367", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8feb7dc7dc824e3d9d6b7aa1f46c6a1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "70c760cd5a5d4b00908065cc350defec", "region_id": "RegionOne"}], "type": "message", "id": "b8ef391c58684b6186112ed969fbe665", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "91f2d2933e8f407580340c41901fb47f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "21310e3c5f4d4a01bd852494b29009ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "3bc1991c88484684aa3f2983c7b1cf8e", "region_id": "RegionOne"}], "type": "messaging", "id": "66632cd3134b434d8696b70c4bc1cf8f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a42f440407124bc4be5fb83313319813", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b68c4f9d94fe4d82af0757a96692edc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "90de25dcb64d46f3b8e688b2f5957c3e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "9d4500f508e542c1828c8858a4d34950", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ead4e050a9a24301b89b7645ef477c36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0973e8eb25694e88b4617967132e67b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fab34c8705cd42739685cf116f8e28c6", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "126892e72b0246f897500251b1b99db5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cc6d93fb1ee74ee1afc40b0fa46664a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "60f3ecb36d2540bfa449ac244c3fe79a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9f4622f8aed3401892ec765495bc87fe", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d1f0ae4d002040eea3aa747e2a9929c1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a051bcd180aa4124803fb204d778b3f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d6e643b476b349178cacff9f7bb6634e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1c537e45492142a8bc1007b211f00218", "region_id": "RegionOne"}], "type": "container-infra", "id": "62ee046336444ecebdb86c8a2df3cf85", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "49bdc30a115c40d592b05355a5972ad5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "75e3256201014e3c9bcaee2fed64e99f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "754f434b50d74526a8275acfc3a5d2c3", "region_id": "RegionOne"}], "type": "search", "id": "771dcb1735e74ee5ae0b709e3906d329", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "11c0f831541541628d74ec71095da9bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2498994cc5ca4aad87bd74e1d5e6d7c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "996ecf771cb44b69910c30210f9a11b2", "region_id": "RegionOne"}], "type": "dns", "id": "5fbcfbb2103d4ef8899777433498487e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b68f2d176fa64512a49b129810181e55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "75760f9dbc294392a3123c74d533a01e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "76dde96ba6dc47b9926465b606bc369b", "region_id": "RegionOne"}], "type": "workflow", "id": "4c6b6064ca2c4c6ca7b54cc0cd971516", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "42f36d80066c4f1887f87bcb8b07f435", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b534c4ac39034eea8fc3cf26b177f716", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9d798a1e60b4435da77d60df0c5088f7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e12e8999b3b84096823543ab45c555f8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "0f015afcfdd346e3a7543af3a99f9df0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "621123ecdb9542adbdd904f0b599cdfd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9ce000f208d541c5931ffb089cb1dfdf", "region_id": "RegionOne"}], "type": "rating", "id": "e09ee73e00384c1ca002afc7b4db8c48", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d54c83885f62405ab92d690de2d27215", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dcfa0db716d6481eb7351ed3fb5470f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1788537880de4247ae4851a74be15a62", "region_id": "RegionOne"}], "type": "operator-policy", "id": "26405ddc205a44b09e6b9b6485811a6f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "14bf5b2db8b24f4cb23b123282482577", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "efc998a6df0748bcb5d1b7147117793c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a7e3d66e3a764668a00c2b914e212f20", "region_id": "RegionOne"}], "type": "policy", "id": "daffa1340248458cba1a105c81f554da", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a65d9e24494f4c89aa8bc1b889595e29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5aa0d30e7c9d4220a214d8f534236840", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3ab8556e0f734a288f5f66fc83886a80", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "fcc007bf49e8480bb100009f6ce7df18", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "62bf60f6a00f46728fa18af4f8fdde30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0c9305f935994da4b609919c82080306", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bd856e6b93f946f19d9ccb5cc663d891", "region_id": "RegionOne"}], "type": "sharev2", "id": "f4d3344feb384a6fab0a2249c1513f33", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6a56dc27246548fd883dc61acbfb9aca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bdd209c36e2443d7b56ac662e240695c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7098824df80148d2b06441361f7ddaf3", "region_id": "RegionOne"}], "type": "share", "id": "3d57d1e13dca4f998155404365f5cfeb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "44dc94048f4a4dbf8f343165dda0716d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "765d93ea3c6248deb3f4c4b3237d7715", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "f132c60a582d41bda0176943d3cbf630", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a83504b5d27f41a29854078251349a71", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cc12c5b3a954ae8aeebb48081488ca7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad01bddd2ccd418f8ce90aab548e4187", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "137414ed6c1b46b8b4bfb63bc2aa168e", "region_id": "RegionOne"}], "type": "orchestration", "id": "55b261f223be493c9c0b16afe1c99962", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1331c12bd4b74e29a0f3d77701de75b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4e54d6891a84c959bad196e2ec91340", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fddc0a2618a046abb74df230a01b0a7d", "region_id": "RegionOne"}], "type": "block-storage", "id": "45cf1cd8264041af90be640a7c1059c1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69c7bfb7b2434139b8a26f2d81a8f764", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "255abd2eab534353b7741eb961bacb92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db4b011045d3402bb97ffb8b637969f0", "region_id": "RegionOne"}], "type": "volumev3", "id": "1db97d10cdba4b2ca38c2829ee4938bf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba9c5a72fb03428ea0f0806172e0e942", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4d238cc25fa4b999427ae868ef7f171", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f34807b3d26401886329f87394ea9fa", "region_id": "RegionOne"}], "type": "volumev2", "id": "5f69229cbfc942459cf8a7e2b8237eca", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "726321958c7d4106bcd53971a3bee89d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "271481463f8b49b5b06afb1bc3e77f7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ed9a9f5169b4369b7b61e6701bdddce", "region_id": "RegionOne"}], "type": "volume", "id": "ca1bfc38f98e49048e9c69d196700518", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dcd1b594b2dd433fa22ebe1d040c3b1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de83dafa15d6482dab860e168cd91202", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65ba9efb5b9642a48b2c15019bf55d61", "region_id": "RegionOne"}], "type": "block-store", "id": "15971752b53b409a91534abafa7d9a3a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "02e232b69c814aa58ac99de1075cc77b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "68abd8b7cc854e64ac03cd1ec9ff88db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "49411266bdba47e69f034279a1e6f781", "region_id": "RegionOne"}], "type": "alarm", "id": "28631aa1b6ff4732af517d8a36c80672", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9a382172d3604b0181c53b2d845dd7f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a28341ad401f4ae38f2811845dc5bb23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0832a47965374392abc34d4108e3bc4d", "region_id": "RegionOne"}], "type": "alarming", "id": "9f3f95c2d4324a8783b275e310d844eb", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8306a9e1d8104d2881c670f9665ab787", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f8d69ff447f2446b964ff6157549a314", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "056f223b83154c278fd7cb325b9a4b50", "region_id": "RegionOne"}], "type": "meter", "id": "6e00d47feda9473297aa047f76f573aa", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ce75a7a0c58a420991b8342e15e26116", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9efafcc909f647b39c3d57e65735a874", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5ec4e8120ef54adca952e76fd4ae3631", "region_id": "RegionOne"}], "type": "metering", "id": "ee231065eda94e8898d48a990e00cf4d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "92e09a62d8924c8a87c4b5c426546951", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "edf567919e45403b9284e192a899d74a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "93f669eb73d04bbbb583a36fd7c0777c", "region_id": "RegionOne"}], "type": "telemetry", "id": "44cff266818e4c189f059026929200a3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "06fc1f18075040e8b5408c60e975d27e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b87fba16d71445dcb970c833eb7359a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "372bca6451cd4c5192636a9ca3847ae0", "region_id": "RegionOne"}], "type": "event", "id": "80e16ddf061f4839b368f16e88ef4fb6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f87c881da6cc4afd9fd6b35931d43d3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2df3427410ba473b99c83373cdd6d9f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "441b0d68453a4d9f8a40dbf553cbad36", "region_id": "RegionOne"}], "type": "events", "id": "39e5f18b6caf47579cfc3854bb7a88cc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "46d8180a1d724f0eb4ce8ef9b62560f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "43fa902d6be548bc8ae5654cb689ce3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c50b5c42b6fa469696d6d08903ae8d2e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "5aa404074b904eb4bf85cad6a509d4d8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d5096a6b6e794a9a9a2e58331ff04b3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1c96d471ad0c499a9aa85884f93a9383", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "981fc8c5a31f4590b907865b8bf9a1e6", "region_id": "RegionOne"}], "type": "application_deployment", "id": "9a85a74ca02248928d02855b51f3527c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8ec39c56ce114fd08cf536123ab648f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "93b35537a8c046709dbb6a8784ffc7ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "36f36bb186654bf69f103ea6beecd756", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "22afdad2dd9848d3ad5e3c2585f64c2b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "45a8595ca83744908ab7bcafcfb2b9c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ca18222bed3e44d69edbeea63b8191b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "84467ce0c41d4e44aa946df68ad56ac5", "region_id": "RegionOne"}], "type": "tricircle", "id": "4d972f6a7e6f4d679a6c2d1dcc3b1431", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "b6e6f1bc33294562b6d43c3905b9e8de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "28bd4b7cb7374e5aafedd93aa467e6df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "9035ecf9bbac4768b0408df83ad81682", "region_id": "RegionOne"}], "type": "database", "id": "710a9591bfdc4176af5f01acbd292917", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c415f65ced524b53b78de089ff3b128c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ecda3bb1041847d9a457921c82096549", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "522656aebad84113a35d73af17871698", "region_id": "RegionOne"}], "type": "application-container", "id": "45adf735347048c58aaef6d9742b9995", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6927ee1a398d46d1bdef4b95afdd2290", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9be35f5857aa413fa7a33e3200db2850", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "070c8203a6334ee0bf337de54fbab956", "region_id": "RegionOne"}], "type": "container", "id": "ac84295503ec403f8df6dcd1a266d5ba", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "909ef7028caa435babd4e7c715dfea2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "94455080cb014bf380936451b0655977", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ddf9d15bae654300a3f40300f13866ca", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d568afd30d0f43aea2a499118f81bf01", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b5c5be1eff5747bb9528d2a54e0aa435", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4db7fa38b1c747a39dcdc0e565c1c2a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d9991b3a146b4c35bc988806be80f06e", "region_id": "RegionOne"}], "type": "rca", "id": "c0bf9a8e510f4ba6acd56aa52b6cdb24", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9fd2b6a4048a4e1ebe5e154f81d6f749", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ee094d87554a472e8a5a5237cc447b47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "4480249b66be41e89e9383fb758aa918", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e0cf84822cda4557bf4d2fef329497f1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "03ff821bcac84ae890bde2c3dd37f3a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bcc99674e35142a2804a5a367c0c7344", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c862a43b7aa04a1f91310d29dbe4988d", "region_id": "RegionOne"}], "type": "network", "id": "478914cdec70455e86e5e77982552da2", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2c8aef54e8194320b989423364ecc698", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c1e00948bfec4eee9f62f4e23025411d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "7b55769f7f3449a39e43dc287df6047d", "region_id": "RegionOne"}], "type": "backup", "id": "81d564dab08a4a09aaf7a96d4b3d92c5", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "048954d8f72543d5828c1481fcacbc7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "89649feff7e843dd81a8fdd444b46612", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d1f3688b2267424d98301ff2187ec444", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "dd033be1215b4c1db7e69bf6f51c84fa", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "179147dcf86944fc8696dbba79804ee5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8f938f0d9f3a420aace162db1686ae8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6558ace07f4a4874bf6c04305a3ab9a8", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e4c91868672747d490a69be55ccda94e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8861d8c35af14c4ba46c64c15ded2d92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0db767bcfc374f5eb59ade379b2b72a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "dc7cc19d94b8483fbaad94b9dcd146ae", "region_id": "RegionOne"}], "type": "monitoring", "id": "4e555ed7571d44b9bf6b97370fbfb314", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "da8a065e8d30465fbba2ad49b7f26b7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6ac8511d67d5495b98127f7060e967f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "2acc9f83d91347aeb4d8610beabe1e57", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a77c4ddf36244f41a39649ad1e955e26", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "50f545561cca475ca61b32433aeca051", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c2a603d5ef6e4709a66da107f35a95b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "2a1590ad241d40029a1a117db08fd2c7", "region_id": "RegionOne"}], "type": "placement", "id": "31fd2fcbd44a471d8782dcd3b9578228", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "46c0b0fdafbe458595d1bcc78daca6dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d9faa5b3cbf240cfa561fc1d0ed5dcf4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "04f0f0226a3a4182a4085db0dc76c169", "region_id": "RegionOne"}], "type": "instance-ha", "id": "fe2e9e60da0843c49dc9b0a45455d4dc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "19257b2b4410416888dadb075792a67b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d09924800d7f4f15875e37542f3517e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "12fc0a86137e4ae4a7418934dcc7bd35", "region_id": "RegionOne"}], "type": "ha", "id": "1b1a3c6e0158412bac2bbc14f5685dec", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "baf3178e58a94749b3f77e0ae74442c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "133212c57a9346f28cff215247581a92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "e51af3853eb54b98b84f524c05a20ff1", "region_id": "RegionOne"}], "type": "reservation", "id": "2f3d771d07ad475d98ea523b52a64171", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "06da8138325d46aaa977975fbe8b0517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a9cd06a466cd465da5622598897900b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "695d467a77914f859bd259717d82c9dd", "region_id": "RegionOne"}], "type": "function-engine", "id": "742c073b94d346eeb251e1deebed663e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9b954da5bfe14b86b5ae6e8de2c10f94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b690f6e13b1b40189da58bff6a0b04dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "99c09dc3bf814e5194bbe8281be76ae8", "region_id": "RegionOne"}], "type": "accelerator", "id": "c2e704ef79794c6a9ba6e7abbf38da7d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f4cb7eaae3fc44e18637171b73d6f815", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "89bbec0def4049168055c4f9a3e89768", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1024277ced58478dbdc4be71db67e964", "region_id": "RegionOne"}], "type": "admin-logic", "id": "a029815908bb4d4f951fe90a0b84d6db", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "770da15cb6e64db58aee138affba22ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c86108f2893c4082bb5d63b2552e14f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "eff159ad2ce244b6b44901b807fe3b61", "region_id": "RegionOne"}], "type": "registration", "id": "b866dee0dee947c78f61609bd5e839ce", "name": "adjutant"}], "user": {"domain": {"id": "726e4e31f6364e8b962070cbf3a226ad", "name": "dcfb259fc9c640f8a99e7ef3f5ee73f7"}, "id": "07a88cdce509478ea18d5d3d7c86ab56", "name": "93b7b352ba8f4f20b5f60418d3893360"}, "audit_ids": ["71ff310db6074aaa8127eb3a8708b9df", null], "issued_at": "2019-09-19T09:04:49.847387"}} {6} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack(stack_subres) [0.301572s] ... ok {23} openstack.tests.unit.test_resource.TestResourceActions.test_patch_with_sdk_names [0.070514s] ... ok {22} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_software_config(stacks) [0.064831s] ... ok {4} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_files_with_stack_object(sd_metadata) [0.067479s] ... ok {26} openstack.tests.unit.test_microversions.TestMicroversions.test_get_bad_default_min_microversion [0.157542s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,919 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,925 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,933 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,942 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,957 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.868413+00:00", "project": {"domain": {"id": "b1d66460b442491489f80c37be94478e", "name": "90db2e44a584467a872dd6c7cb7756a8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b394251d8aa642e186828882012362e9"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4f6089c563d2409c9cc5f66d1592c91b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "48b2eff3a59b40048409a1c51ceee1d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2263e58c75aa43eb9ec5f293087aea2a", "region_id": "RegionOne"}], "type": "identity", "id": "fd33b91ba92f46b88f47c5e09496196f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7f678fe6370f4c65bf7ce8fd7a18b486", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "52050a7a2035447f8a0fa8ab6398d0a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "142c0e46a99c492f96e4de79a331da61", "region_id": "RegionOne"}], "type": "compute", "id": "15c134b38c314fd5904dfb09fdaedd89", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ccb2ff2891404e45baf8f42c971571c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "edce4fc77261405cba9c71ede460e1e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "5fde779001f64b3a88a2a610b5de278e", "region_id": "RegionOne"}], "type": "image", "id": "e2a8107b9ae74dbf940a44f77f5ce96d", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a9007d65ccec4b0a8d7408b768fe8776", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cb20eb7ca41f49709eabe578b297970b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c0779eecdeca4c748d11ab6363104aec", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ec3530574c9246208c17b7f7bf404e43", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0705602fc87a44b3ba189a490c4133bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61e15e541f164150be389ab6738a4c1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b20335edfe3d4ad29bc5360a2263d861", "region_id": "RegionOne"}], "type": "object-store", "id": "1bb6b69df37f44de856ac50eba8b72ce", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "21a5b692c30441fca8b4f306504e4aa4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "95a11d5711c044d4a4b268de537b8213", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "32c01118a807446e845fe385242fb733", "region_id": "RegionOne"}], "type": "clustering", "id": "67fe168928504d789921e81490b541e6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a2d0cffc40de4dc5acce590d3502b937", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fa80502a57464ffaac464672b13d54b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a812817f937d47369241e9d237e279cc", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ce8e9d7a83c9478aaaeacb59f5b68651", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cfe69ccbd6494510b683c143c6d98537", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bf1cd0028b494c45a1489034c68d188f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "685516b90512426ca366804c405ae2fc", "region_id": "RegionOne"}], "type": "cluster", "id": "6093889bbbb242be9307f9eaac78e116", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5254159368d646e6bae5196abab921a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a42ef8714ae8448da4ecade2baee3bc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "cd6906adb1904a2a9de650acbb2b54f8", "region_id": "RegionOne"}], "type": "data-processing", "id": "c79741835e764cf8bad48b8190f7dbc4", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fe7d017a99e94a68bce83dffed15610e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "67715b1cbfce41b1ab6273782bbd9b88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "43f4834c655542f2bc0841997e680ede", "region_id": "RegionOne"}], "type": "baremetal", "id": "68708f6c28ea4dc98a6c50b43cac7a92", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5b76034a861d4ebb98776e5da1b0ae9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e11a9797155c41eea0d2e1df98d6c74e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e50b64f111b34b4f8f052c0fbd43b77f", "region_id": "RegionOne"}], "type": "bare-metal", "id": "444f137380034fab8baf333619d83ae3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c7209ad8dad34f79b71c4e09d81c9318", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7d99aa7330494c8ea0c1fe3d64c5a1d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "09f64be3d3ca41f2ac327402b2bc372a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "2b30452472ab42c7b140d9c3a203baca", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f20b7352b5b74a7c8ea0186bba9b3196", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b8d6f79e7c874288ba10099faca60109", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ac8407c305c241ec8aa2f1cf2e0da457", "region_id": "RegionOne"}], "type": "key-manager", "id": "a6f3df307ed3446c9bb99594e42ded56", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b6a3be93322f4b119f647a1008282da3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "45e2119387884ba8a016bac1095da9d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "011eadbdb58e4d1285ba6a62e57d6b2c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "157d00273f2c427aa21cb267a0ce6397", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6e261d19a25842e38304d6ab52d1b2c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "915f6a25e57649c88e13107c9e237f7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4addd64372c5435da29c586294c05476", "region_id": "RegionOne"}], "type": "infra-optim", "id": "01f9fea119844c97af11fd69858a3f5c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "365117fc24354a3999dfb67cb3a44352", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1e6354c778074d66beaa7b192a5b861a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c98f730a6197485b9554654465be94b4", "region_id": "RegionOne"}], "type": "message", "id": "8c35e98b3e104d16abf243ffdc72422a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f7fef2b181324dbd813ff3bcf8f99ace", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4ed8241c41044009b0b3b356e7ee629d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "63997e1f52ba42448f2dd073dd936b8d", "region_id": "RegionOne"}], "type": "messaging", "id": "471d22fd7bcb4806ac5c18ae4c422b66", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d7fbd2b93b1e4a6da22a67205250ad71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "15844f749c8b497492e640c9b99c36ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8ecd9382da154507bd70baa22adf74d4", "region_id": "RegionOne"}], "type": "application-catalog", "id": "dd78a20b227b499dab46ef893cde655a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5dfaf86902b24700b289042d79d58e1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9968d04c6d6a4d64ab05b1170e7ba495", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "83bbb4a4204b4bf0b032870a2ccd4f5f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "1d493b69f5d94f15ba088a401c3d2b3a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7eebd38d82514f57b0b566e3ae572751", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a8eaccb444f34b0189b7a7c3b4a950cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "94e7c33a62ae4058a542097bc536189b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "252ec367f44841b996405c410db51e8f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5aede192bbcf4a7985de9c812b954d50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ae8c07271f924b91a85863ee95fc86c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c3d0b1c3abab447a9b92a7c2607120f7", "region_id": "RegionOne"}], "type": "container-infra", "id": "525039c931d74306af68cd52e31f3fcf", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e7fbe47f9f1a4136bc9112aa391b4add", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "0bdb6914d8164f2eb5506b9afb3a06b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "473c1b1d6f8a4fffbff1089fd7b7a7c7", "region_id": "RegionOne"}], "type": "search", "id": "7cd235d9d41b4a2393319fad7454cae3", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e428a07e2b8e4d618feaccb98dff9b7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "b790a26e98d24e748d6e4a47c9f765be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b76a0c3c550546bd96a7ef282619ac24", "region_id": "RegionOne"}], "type": "dns", "id": "d1e1071336d34c3198c5884f1efab321", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7347ff7bd9344fbea50c19bce192059f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9edbb56d04e74554bb9d58ce1ba6bc70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6f98ef7a04ba46b1ae74937d8a00761c", "region_id": "RegionOne"}], "type": "workflow", "id": "c8c9471c8e104fa5a9e70189337011ab", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7cac49cead5f479ea60bf3fc15726cbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f031169c95624d64bef1208c2abb29a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "86774e4dd5594623a1252b55ebfe308e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8266531b8dfe42efb28c512af7a49780", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "3adc0326f1c540359e41eb4f449ce3cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a47f8547c7e84878b4be88de779a4499", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3b88f5fcbcbc44d0a448625bfddcf610", "region_id": "RegionOne"}], "type": "rating", "id": "b4a257c561214b21b8ded3ca4ab7d51d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "868be15d1b594555bfcac3195bbb4f20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "14915c53482041b7b7a03595b47ced93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5a42331300434852bfb6e331192aa513", "region_id": "RegionOne"}], "type": "operator-policy", "id": "795e7962e5644802865b333e06a19a5b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b6b9e4d837f44e159308418f1f319c1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "684f1d8e5eff462ba13e56e8acafe422", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "835de4cee4854068986d5b476287ea3f", "region_id": "RegionOne"}], "type": "policy", "id": "57252c8fdce84c0db6380af157ed7d3b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f48c509e5ddc4e59ad3bd679366cf7c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "581cf29a471047f999477674b68d5eaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "55d004dfe83c4e939958d9efbd1e6fac", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9a85747a065a409c8c8d0160a53e709d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9176f3b4f8d2417ba6fc4027032ed0d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a0fe3a11edcd454e830d990e55bbc952", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2b5b9d810b9b43eb8b2c2774749457d3", "region_id": "RegionOne"}], "type": "sharev2", "id": "61cc9bff05774af4884f7afb2e7f2633", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "097f01f654204054a7f735cc9aaddd7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f357722decac40778df197412510daa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "03c5a3cf991343308ea0c130fd9cf348", "region_id": "RegionOne"}], "type": "share", "id": "c77e3484a3ea4936b48e67511aaf14f6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "34b9944948a94281b030d7ed5fe6710b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6950d9f4d5d84312b646bfa63aaa7b58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "b2f51ab8fd9a4e92a3e32824262c985b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "77c2028e7afa4b5ca7b1cfaa10993170", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb38b8d8f66f47208d53b08a3f2af4de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b2c48e6fed444cca85100addaa994b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2295265cf19543b0ae526eaba2a170af", "region_id": "RegionOne"}], "type": "orchestration", "id": "57a245f5620d42f5b5600ccf6357719d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4036971abd844543bdfced4fb7d872d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f5d37f1952b412795d4b1ade49305d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "784db2fa32374fce8e7c601905bf6ac9", "region_id": "RegionOne"}], "type": "block-storage", "id": "b6efc8154e204d8888390afe1e807025", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d69123b041924a9b8a0909ca1c933aa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "871e61d863a446de8e5b7be7e1777f38", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd64444d786149c8b3daf5a61a6babaa", "region_id": "RegionOne"}], "type": "volumev3", "id": "e00f1baf0fc74f7380c975aa3d379e9f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1de3d8bf9223412ea9d412a800e49c25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97747746267f4e059759cabe410f93f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3ad33c874e884571bd5935a55843e667", "region_id": "RegionOne"}], "type": "volumev2", "id": "c49ba21b6ea7493099190c3b6f04f319", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d46ae21fb5e4963b574aa9da5da1481", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "870c41e4ee224e35a377a3fe3059304a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3c81ddab3444fc48c5938dc1f80c026", "region_id": "RegionOne"}], "type": "volume", "id": "32bb7b4bcd384d11b9c509eab7517f1e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "974538e76f544222a9491e679b046e70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3f4259a20d70448382004246d8f332ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1f4e466079b4118834060d6ab55e2b2", "region_id": "RegionOne"}], "type": "block-store", "id": "f153ac04038d4013a47bdae3eccc6666", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4110cee2d9dc4b02a8305b357436fde4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "096dfe9c8afe419f8bd65d216b518157", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0e8ee6ab6d94407a8db03d08f292e0d9", "region_id": "RegionOne"}], "type": "alarm", "id": "ea812107f09344c4b3d980f38f1de6e7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "dc5bc6f5e4cb47d186986c16e5433cd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ca397ac62e3845aea1d5ae56095f5523", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5699b641990d4c18a4dc5935d81c8b02", "region_id": "RegionOne"}], "type": "alarming", "id": "d8867a70c766405eb402e7a4109cf450", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5ee395d116f044be99b62d38eb51154d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c1d5045612604344a9ebf41ddefdafe8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "34dc629522d44249abe860839420de30", "region_id": "RegionOne"}], "type": "meter", "id": "8eaedaf841f7464c85d37fd281db88f8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "13d509a2d4174207a4dc360e48a76209", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3d88873723ee4203b4d05a96a2e73c8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "db820d056c4548af83632c7a7fb1ce63", "region_id": "RegionOne"}], "type": "metering", "id": "240b074a170e43c09dbd810639e326dd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c5317d2817fa4982a332f3060d4e0979", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0e3e53de59c84a7fb1109ee5a2315d3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d9d6ecac000a4244b485cae069d3136c", "region_id": "RegionOne"}], "type": "telemetry", "id": "aa0a2fe092884ac49738caa700bf8467", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "f2798bd301f44ae99190bc520900a342", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "89dad3a98faa4bf58f6563f3987d64f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "249387414e7049409fd000972fbbf905", "region_id": "RegionOne"}], "type": "event", "id": "c0c673c6854649d493eadd0b2e7244ff", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4624784575ec4e50bf918d60917a609d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ea3c54ff95e04533aa97072ca877c5a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4cdb25cbd7424dbd84c3a4a990fc7c22", "region_id": "RegionOne"}], "type": "events", "id": "d0f1f6c32db34ae58d196a5bb55a956f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "346b24ec43e74094a82782bb3794e733", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a858954f345c41cdad373b1ec9626f0e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d2287a2c27a74b3ab8e8441659eb3cec", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ee481b99e4274994864266a3f7fdd0a5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "67ed3c584d4145eda77769d51217cb16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "632840c72d004ecca0b49a32f8203b07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "165b9acb8a9e4a8aa11678d46aa9cb4f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c6b9c7cb810742b288b87c92b2bd85ac", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "56bb25478d0b432c80b0c06d3cc2920f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "142c3abd16944eff97a52b36ec4a4809", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7b2e79cbfef44ed69f45b103092da2c2", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f1c9d27de6d2413dad6300a3a1e06182", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3600810efd104fa2a335a8f5f85f79ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e76f4be3b41a402ebb2c446588253609", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5b9ca508401840168894d2e4a9e48789", "region_id": "RegionOne"}], "type": "tricircle", "id": "279d80c3c35a4a61a7365099618329d6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "22a8aec03c4c4df89be4009ddaa8ee95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "74b696ff0b7647b5ac2b3619e4178c1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "5c1ceef1a8d54d24a56ddb7cd6d3b146", "region_id": "RegionOne"}], "type": "database", "id": "b38487fd6535454aaf9189100126f6c8", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "aa083f373f5e464897e6b8fc0dd988e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "85bb0cb8314f4e159e8c951f6803d596", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a2c052bde431473aa95e69f20205266a", "region_id": "RegionOne"}], "type": "application-container", "id": "a320e899ed0744849ac4b1ce45e1b47f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d4e01af03bb349fda80bc62d1a954031", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0e1bc9ee064e4f50a9c59ef7be50bf78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2158a932aaf940419d89793e3e6abfd2", "region_id": "RegionOne"}], "type": "container", "id": "86285f8dde6a4372be750116d72bd1bf", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fd2970ca0ac743448c14134ee285deb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "406ca4cc50374509ad82e9318fa973df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "21c2e9b5fd5b4ab98c1d24a9c589d795", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1a6736d8f17c45349c2502a66ea325c6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "684b20d4f48e4f3bbd0b07b31be1f0f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "baa35455cce74bc9b5e6a0f43dc264c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cb7c997ee95f48dfa9bb581476914f4d", "region_id": "RegionOne"}], "type": "rca", "id": "c34c055dca4a433783491cc49006abf0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4dcc72b5f4e8461488dfbc1ce8e52b9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3f244800b67242a39b3ac68ee79312f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "e5218259096f477191cb378129a140dd", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e18506a340c04f229e894afaa50ae95a", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "977eaf5cddb7454aafb30b61f4336076", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "905bd106783f47ea8c1f808114a554ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "7e5064c3f7b74a8e8d3997f271720772", "region_id": "RegionOne"}], "type": "network", "id": "de6b869cd82f4574aa30f56b8816855b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "30975913eaba46c1927a3408e5de2f21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "1024ba7b71834287a51d22e1b5137a7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "af66108201454f9091bb2c4be3a4d917", "region_id": "RegionOne"}], "type": "backup", "id": "a318f05039e74aa0893a8aa8a4b2cb32", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b63bd3a2729f4ec1ba51da7c135e0c52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bf832f72d1f249b6882bda037298b412", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2a1bf0822f0746909e3501f36293441f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c66d941c31b04aaba39871d3bd10c1bf", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7c7c68cc57b54a07aa3de403712d88ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "aa0bffdd782b4be7b0b6675dcc57545a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f245d54f71bd473ba8852cf67ede861b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "202715a3bd954221a7b1c851b585f9b2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "77a3ecfa628b4d5cb5e6daa6b9e15841", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "af9ce75e31f146eeb019387996be9647", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "5c0c1221919542ad9758c44d9d95da81", "region_id": "RegionOne"}], "type": "monitoring", "id": "5f2e19ffa6dd48a3a3d5b7c49bf68d74", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7e60efeb1f084195a6355f0f183ee75d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "22cc4e7eb69f486b96c820488078d2d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4012e658b6c948a7be602cf433590703", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "665dd6c063474ab2a9deb46029fed8aa", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "28df53d38c134043a526bdde18e85466", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ba03ee1c513e40b8aa4bd3fe7e068638", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "b46ff2f5592640b5a29898afb98280c6", "region_id": "RegionOne"}], "type": "placement", "id": "912535bc603e45d485fc0f9c7bda579d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dccbf5a5492e44d49d901aee09fdfbe7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5e344fd639df48bfa0ee36b2dabf8438", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d53d93b9532b4ebd94db01827ba924fa", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c5a9c09b6b844560ba2402955fa49d14", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6a589fc3da01435e933bd6194201019b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e85a4f677aaa4db88017cb2b686abf4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bdbc09bedbd441f3b6f07d5d5e8ec99a", "region_id": "RegionOne"}], "type": "ha", "id": "d5e09b0fce4749fab8c395399ab6cb99", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "851b560d983e40b5bace63e47d5d9e2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b5f9028de1e34ad3ad8bd6f514a4ed30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "97e144841b0f47b68ccf88f4c6de0745", "region_id": "RegionOne"}], "type": "reservation", "id": "8fb491b35eca49a9bbd26b268388893a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e2865089c8c74d389cedda2ac046c15c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a92603aae6bb4681bc53b3e6586d4d24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8b949bcb7b1242bb8194a149d5d4c3b2", "region_id": "RegionOne"}], "type": "function-engine", "id": "5baff55e7e0a41c982a6a90284d8b8dc", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "45cdd6c261e0440fbd9c4760f724f9d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2b31e297a752465a8b03ea368dddf01e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f8a1104522be4c4384097e8ba678fe5a", "region_id": "RegionOne"}], "type": "accelerator", "id": "cff2e8c3c0f64070bb77c714653516f1", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9562b86ca64d4da392a036e2acaf3f71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "355acfe316b443db8293043091d8dc25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cac5c6f667914b93b628081826435376", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6bd3a9d566cf4a54a5f14ab59098cbe7", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "82d8ad5611f1493e9e00144a59f12bc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5a19028eefbf49c99bd0a75f1e8a2188", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "920f2cb8c9914d9bbf0107a76f5e2a50", "region_id": "RegionOne"}], "type": "registration", "id": "fad9156060a7444ea31fb7f6d582e163", "name": "adjutant"}], "user": {"domain": {"id": "7006889aba084d31af729e9d4e2711d4", "name": "c0b1d92210ba49e78ace475fc129207b"}, "id": "a149e882231b4949a0adbbcf5330a450", "name": "15f7cf283763470e931c177082911642"}, "audit_ids": ["21d5142683fd4d1da9f4059f61070d0d", null], "issued_at": "2019-09-19T09:04:49.868413"}} 2019-09-19 09:06:50,001 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,008 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,014 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } {0} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_software_deployment(stacks) [0.066065s] ... ok {29} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_stack_ignore(stacks) [0.065827s] ... ok {12} openstack.tests.unit.orchestration.v1.test_stack.TestStack.test_make_it [0.063046s] ... ok {24} openstack.tests.unit.workflow.test_proxy.TestWorkflowProxy.test_workflow_delete [0.049226s] ... ok {17} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_files_with_stack_object(event) [0.070635s] ... ok {14} openstack.tests.unit.object_store.v1.test_obj.TestObject.test_download [0.209462s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,891 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,897 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,905 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,913 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,926 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.841373+00:00", "project": {"domain": {"id": "d7eb6ed9ce0742c4add4df3218e7ae65", "name": "9a95a94b181246a49bf3f4fc5a432d00"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f8d4608d6947433d99c56e5af1b7b953"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4163e723e881499daacfd3d19e572358", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0f836834e8f049ad8c68f927a54c8d22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "832d1008b0ac4374803f5a3555ddc25f", "region_id": "RegionOne"}], "type": "identity", "id": "c74f99f305c24433847453cdd29b6cd8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ef8b77a5bca34b3597a367678bfe8460", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "646e886f02aa477e9e8b6adc702cc93b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4542b03be41342979dd7ee1bbbd14586", "region_id": "RegionOne"}], "type": "compute", "id": "df987d1ff5884b7c8a65ad2022a124d7", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "458e678ebd1f4da6b368cac731cee661", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "327488489e0449a9a9298ebc6c9d46dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e68a1c71ed7e4195a2fcbef57090b17d", "region_id": "RegionOne"}], "type": "image", "id": "fddc7102e3ea49e0bc8c98a4b063e7c6", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "66fb6987180d4c4a8d20b66851605acd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b0385947bbb74a44acf712f3abdc7471", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7b1dec558079402593e01dd6be6eac58", "region_id": "RegionOne"}], "type": "load-balancer", "id": "dc27d73810ad43b98cccd01f0fe43ab8", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90b13181e8b147e0bcd2c10dabca33b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2d7852aab524e19a60c36d691a42e42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "136121eb5937411bb661124e9d55d62e", "region_id": "RegionOne"}], "type": "object-store", "id": "9a3a0d193b3f4a76a49236af5b92cdf6", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2adbe5ab9ea04f1981ff27090b3d7f8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4eb31fdb0d4d441b89daa180746f76c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "50593671e6c947448f12c69cab46ffa7", "region_id": "RegionOne"}], "type": "clustering", "id": "68429a0550844c16ba7ffd33bed67965", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "594f4d56e55c453a9a33cdee2677d42b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7fce6a0ce7eb4847ae090c1775b9e22e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "467d77acd35c43c789714f7e58e8f86b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4831b5a708514c899f6f1735c222ec40", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "49c33753deb94e20a3dc2bca1f8f5e64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3eac61e3b23743f5bb0a921cf6932f5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "096a9c10e8e74ee4b605fb30a0ecc474", "region_id": "RegionOne"}], "type": "cluster", "id": "4e56b6fda65b4a099d7d5eebf542d7fd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ce83c052358c4c179b5412d63e4b8e07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f3ed9857e03f4f82b8b32e745c151413", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "f7818747f525406fb15675819052533b", "region_id": "RegionOne"}], "type": "data-processing", "id": "9a44dd5320ee4e9585e8b40db5d59c63", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b2c73215e6974973af8501208976a57e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "deb2970ae27c4f628027c7c040325e3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "22979abe153044599e1b35c607379134", "region_id": "RegionOne"}], "type": "baremetal", "id": "4763a10c8d234722abe662a58473dcff", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2f27b4aa2ea043f29b7099b203979622", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e0749bf491fc461a8a3199fc75002299", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0f5f8b7bf22e4600a5808195f03fb99d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b5978eddf3a04869bffd6f05752c62ae", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ff84f265c3ab4a8698fdc4c5b5335847", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2d80484e6358476caa365877f49f86d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "7127b198c740481dbc93bfac6e8440b6", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "05b1e0c1f71041f7a9fa899092510d02", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "eab97c28433344e6a69a388d8f45f162", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "7d63633d31c746b9980f9b4dd5802d47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "328b2cb15fc24221a5534299acb91aeb", "region_id": "RegionOne"}], "type": "key-manager", "id": "9ea8f8d2fac44295af23ca10c0db79af", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5d821ce9494a4524988ddd19cc5200d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "270570281f404af0b308bfe9ece3cca9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "84bd5871d88f478cb0b760624954e499", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ef861fe120ce49a7965091ade13693c1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "70893b7d44e14e60b6fc559ccaa07145", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7d3012a319434e42b7717333c7471d6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bf326db1511b4060a32bd94b14a9a2fa", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ece787a9113142ff920196a1ce53b107", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2af4a3a431554c59b948afdcb3cb8724", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f3113e397ed749f5bcb22ea32e5f8df7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2a6c649d4cc847d79de963d1adad7025", "region_id": "RegionOne"}], "type": "message", "id": "2ea5fa424b0e4f279f4bd7652af7d241", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c0d76b42668b4b47bb9ebdae3e876351", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "36685af4aa8e4830ad5f6b5901c2d4a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "9aac0ce8ff164387ab3a13efc066db22", "region_id": "RegionOne"}], "type": "messaging", "id": "ba315f9dfd79494d82bcadb9c4738241", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4ebe7b790edc480cb005fe9ba012ded2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f4478361e46d4c75a12bfecebe9c3699", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "b0ad3d7b7ed6499bb1bce33ce3e642f5", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e8d11b69b5af48e0b40c809bdc9ffde1", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fefc1820f0804cccb66d23df13029ab5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d43d2ff2bd5e415784021857858d538a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5ee4abee0a9f46b0823a99c55d7a9bf5", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2557e251c6c24b9abef530f340e9a173", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cfda8acc54504b2e9986415ead0b0fd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "79a40ebdf31e4b668bc36052e94f70d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "91c2586051b147769fd8229d303d24c0", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6d3bcd7a23a3454da2f8d3f7aad417ab", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4a26a6f84d1c458ebb63f5e1a21343d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a6e38f41a4924c0db3fedb45ef240492", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5462af37b4f94eaa8c22f6454950f0e4", "region_id": "RegionOne"}], "type": "container-infra", "id": "2b6652f50ef944669433fcfc16bda9ae", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "9be62062fae4472aa9b3c6a4144bdbed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b65fe0f8bbe04996b439d03aedcb4089", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a7408a720a0e41c5aad62356dbf8c3e7", "region_id": "RegionOne"}], "type": "search", "id": "9fbde96dbea946eb97f616212bc0bbe8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b3e3197a765b4c85898ec7520a10d346", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "5bac1a40d0374f15b5c845a7520bfa8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "4b1e18963ecd41beba009a7dd5b5a89d", "region_id": "RegionOne"}], "type": "dns", "id": "757db57bdae645729c8a8e475eea8afb", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "2ca31f1aa76b4adfb44fe633d48b682d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6ca161a27bab4863903541d84b924674", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c1ad23ac67f8403c9b6c250d9f34b372", "region_id": "RegionOne"}], "type": "workflow", "id": "11d166e50f0445078971f8ac66839c49", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c99da15fef374a82b308c7576e860949", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b30e20ebfa204800b0a96de6a4e97ad6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "812c0ccca3ca4beca13c039281baa3ae", "region_id": "RegionOne"}], "type": "workflowv2", "id": "392f0a6eba2f490093e9a21fe387b9d9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a30949fe8d9b4a6e832595c93773ea04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "7d859b861a394178b9c49777eb413c95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "77e140fa8bc1451cb864ea48f59645a0", "region_id": "RegionOne"}], "type": "rating", "id": "5f4900e57bd24ab9a7a7948c80e7f4c5", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c9f32537e37544a7820004d90c9cb870", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "83a07d1fa60642cc9965f9a3673d1bc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5ec3215083e34bacbcaea68c755e0736", "region_id": "RegionOne"}], "type": "operator-policy", "id": "5c48058634784b53ab0d648f69d27e16", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "06c0be1bdc3f42a1af0b1486e480c62a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7624d0a0f00c42f4aa08a5b0ec732ee8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "48dd56a8d1f5440098dde219cbacf6c7", "region_id": "RegionOne"}], "type": "policy", "id": "b50e77e1a8c04496a9b13b3d4b4a04c3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "55ad4dc992434ec481825aa5deab4f18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e8a80e4ea5594b18bf06ecfe5acbaf40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "478ef7a833ed4018b9d72f8ca217d52d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "508fb1c225574c7099c02429b8ae3b2f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "11006fc533a24087b7b84ae0b3e97642", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "78c715923e9d49d998c58b348399eb08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "84023e39d0a243999f12b55eb9f76521", "region_id": "RegionOne"}], "type": "sharev2", "id": "e2d762b69f1541529180a46cee5342f2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d12fe148300749caaac4a1e51252ab91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7347b4c2e41c4f13aa179f9c377c9d60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "23d42f42f84944aeb3d8185e3fac0b78", "region_id": "RegionOne"}], "type": "share", "id": "77d8d424e8034d40a39abe8de2529016", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b11b8b362629467c9f62072f38898693", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f46430ae1e9442afbef4428f3d22438d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "041596785eeb43cfb8f6b24a585cc10e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3ec53acd7b3044b797e247ed9a21ce71", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b46bba63513f405b9dbf3ad1427a5734", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e21d284615f437e875f3131656809c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "853827b56cc0435a8ae6d7b53c917248", "region_id": "RegionOne"}], "type": "orchestration", "id": "4804a1edcdcb4d5ea8614a8b3fa2a406", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "58bf1343d9dd429e96d8a763e2091118", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad9e4254d9fd4cbea8fa5d40bd9daf54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a842aacb5b2c4824b2137dd133130901", "region_id": "RegionOne"}], "type": "block-storage", "id": "7d1e00a9004a4e5aa95f9524b0deef47", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b63250484368429785bfa3bdce1dac4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2940ca7bb0974c52a924f3337869ffe8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "528e1ef142264b038a0ee903694f0cd3", "region_id": "RegionOne"}], "type": "volumev3", "id": "454ce8a33d98411483aeae997c1571ca", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5967493570dd4f7d98ee8e65ecfdb843", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8dcd52d6aac34eb6922191bbe2788564", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a3f8146469bd4677b65675cbc75ad11c", "region_id": "RegionOne"}], "type": "volumev2", "id": "774b754e3f1b4b22bec69f4eaec49117", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3b8589868264cebaa78a498bea41620", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1dd28091ab9847ae84a6242dd301f081", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e2688f43f71445d8a23c8a9b29c9162", "region_id": "RegionOne"}], "type": "volume", "id": "e59ecf234f8841b98903419b5754bc2e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6045bec0782243358d6929373de0b6a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1015894ccc6453f82522f39d716b2cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e86614eaf954d558f2efed2b2a8efc8", "region_id": "RegionOne"}], "type": "block-store", "id": "3967896db7d045bcb6a5a60d38608b20", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5e79cd892fff4959bccc1ad2e45b2341", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5e7f3857845446ed9d04e47aebeea7df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c3d646c8af864e869c7de956103d3990", "region_id": "RegionOne"}], "type": "alarm", "id": "764f1934b3264f5cb02f68a203acd243", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fe3ee601900545d6b7d1b61964212720", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7087981fe2644683909a4a20d6022b4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ec131adb703b4505b326abca8e08764a", "region_id": "RegionOne"}], "type": "alarming", "id": "854a96c7bd854ef587b7a2d7b9698da7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5b1c74d575fb4d78b81edb6a4bd468f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b03d97a2e57546b48d698679a8dfaa93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0d182490ab1b4659850b7ca785b5d90e", "region_id": "RegionOne"}], "type": "meter", "id": "c815dba8b4e640b4a2bfc6d0537e3b34", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "628550c3142c415f94ac868d6017a675", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d7982765b9184fbd8d9f87bf6ea7dd7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "56610e55468a4dfe913c6a5ff0916a2a", "region_id": "RegionOne"}], "type": "metering", "id": "5d5fe57533d94e02b3ffd084e80a25f0", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "310ab1eea4dc4754a1493e680434c307", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d032aedabf6b4031bb777ecfc5e8c658", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ba0344f881704e85b75b63dfbdfc6852", "region_id": "RegionOne"}], "type": "telemetry", "id": "e75e16deb7304ecd8d1d3e76c36a91c3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b95fa55996f94815aa50db9751549594", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "61c810ec8a04432091b7f1552a46b343", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e77597d0f12a488aa1f0e7631c64dab6", "region_id": "RegionOne"}], "type": "event", "id": "65afb25ced804fc18c0d78f060331d6c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "3e39bef30f8340469cc7614b01173366", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "298f7b4e5418465c910e235452959542", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0cac274835bf4f4a8bee8937c6a7dc37", "region_id": "RegionOne"}], "type": "events", "id": "82674ee1d1564dc282b9b56379754028", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bbf633d7f09a4e4bb71e72ce935f366f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b205d4d0c8034eadbc49a28560a1f02e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f90f8542d9714bc6b1492c72d9ea695e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0af5d503f6fb4e98ac655b13556b8a32", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "67918c1397594aef8d2455003e009a17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e2502f7c9fba46bdaa5543cabb51dbea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "da2a8eac9bf3419bb646f9b84817e4ee", "region_id": "RegionOne"}], "type": "application_deployment", "id": "527c614f03fc49cf8bf1f3a08b229188", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1c3f2ce88cf840f1afd0f881e9a0522d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ad908436a42b4edab05d6195efc28151", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9da0ac6e227e4e9f8a088be5a8e95a3e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "26f3ce88ad7e4d749743ae55b9b93163", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7fa8b122a4a34a48a573236116bad738", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8d53cd33050747889d921aa97296b456", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7b93a9b37779467b8da643f9197f401e", "region_id": "RegionOne"}], "type": "tricircle", "id": "6ae8fd4ee9254c5cb7d7bae4fe10dc0b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "111dff63b254415d8d299bafe31352bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "2b277fb118824666beac07daf66b6979", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6faa2ec19a4f4e31a83926efaa97a11b", "region_id": "RegionOne"}], "type": "database", "id": "3e7d8162960a4531a88a875446a46a96", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4ad35e0c8ee040128e322b2b5dee39a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "61435c6c7cda4f418469a4b4a2e6d7b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "84e83cb7653f4c2181554adad871e074", "region_id": "RegionOne"}], "type": "application-container", "id": "70e0c40e2c2b4de4a13e499e70cd3acb", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "83a2dad927074a2fad6158e43bcf3ff4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "72bd0dd310ef46929e6f8b11a531c150", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e94ed39bb5a6462d9741781cfb8d86e1", "region_id": "RegionOne"}], "type": "container", "id": "441517d0b5d4451dbeec8a3367328821", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bea21dc86290414c9486a6bf0ead2e25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2f4aa8698f2148589f8d5050489bc0bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a2b951fc016949f3b69f2d9ed78376b7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e13a6a6f4c1940e5afc1f98dc2c3cb8e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "48e99d98a5ed4064b10d2acebddcb60d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7930226a374a496e90e90962f86cdf07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0bf432d6664c4d218f6955bc6f04f7d7", "region_id": "RegionOne"}], "type": "rca", "id": "c0b09cf010884606be9bd5f3c228c772", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "785e185464414da38836d8049a569ec0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9bcc665cd6fa49e4bb1338f6cb07d82c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8ff233df2e6140aba3d7c725e5e5daa5", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "57c1039108414305b150ab187e50262a", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ad8eb6cf6b7143f8986bf9ae55b50133", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "aee0c57ae03e4cefaecca58a2f0986f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b392a7fda6d5414a8cef02449778457e", "region_id": "RegionOne"}], "type": "network", "id": "bd0de919e7154c11ada2dd5be1f88111", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3dbfcc35249c4a61af2494f57649d0a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a34bfc3f35f64fc292d6f1b37bc99e1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "55b31da1e2a34345aaa444100541bef5", "region_id": "RegionOne"}], "type": "backup", "id": "579d57f6070841c9bdefba2d870a97a3", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5405171cf18049de8228bc80b8bd5c64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "73bdd7b64c5f4ca483713f8e8ccb0214", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "06f88ecf1cb34756b3a87c88643a20be", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1d6369c811b94c8cbd683759bd7a391d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4e4467939efd4c60be8f8d20f20d4942", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c168ef6a773341aeb3214d70d8fa2c6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4e0d65a5e95b4e97aa982c38edb05d35", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "08e5f902f27b42458d9852b0ef270438", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c9a9d740acfd4c01a7196177993993c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cd2446065156438b8c129193cbd0dcd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "693fae3fcbf54eb2bcb878ef3b7586a6", "region_id": "RegionOne"}], "type": "monitoring", "id": "6eda561167a240d594d1245c0336fc57", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "3765b2921092478f9be4d01ed82924f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fb9b6953bc1f4130a7ecaf8304fee9d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "178980778f8a476c91cddef3e86c69fd", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "737bcb82ed3e4a7987c90a843bc36465", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "14c54fe04b094ac8a331a62738751419", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c8b8e60a10314fd598623087b02f7635", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f8ac760d4df5493cb0c6e897d6ae2b69", "region_id": "RegionOne"}], "type": "placement", "id": "72f4c557811e4cc6881e52081d056204", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "444c46c5d9714d709a74aec14eda8095", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "841808c2a8d94967af269e054bf22205", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cf6c7cc072d34b3eb9100316ee9cfaf5", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c515fd881f8f4c70bf78f988451220e9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a605c27eebdb4c4a8feea95132fa066b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "acc8686571f04fd2a8784b09d765ad82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f2cfc6bde016440591a4a3963a642bb1", "region_id": "RegionOne"}], "type": "ha", "id": "e34be82223cd447cae5d256a3bb25b61", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "90e676afccc548b3ad36533007d78ad1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d65eb06f194146dca956a46d0343929a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a74d4a1c82b14903ba389f93307cd86d", "region_id": "RegionOne"}], "type": "reservation", "id": "bb555c74f4e34e6d93f2c83a2be423d2", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f4afd8e919ab4183868c64330b35d025", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "733a827bbeaf46f49052d3d1d0ee1b32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "db5b07027e914243b1d18f4a7d907806", "region_id": "RegionOne"}], "type": "function-engine", "id": "3b55bc233e504ca79b402abcf20a2caa", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8b1854068e544e36b69445017a539b13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "cf553980f16d42edadf08cb006570a20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "342ecce487094d70add6b46b2bc07084", "region_id": "RegionOne"}], "type": "accelerator", "id": "741cb33c4eba4fa9bb873368337b5078", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5fae8a6206f648c08bbfe1a190bafbbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9fc65baa14bf4c299e8d86c822f4922f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "aedbce08cf4c4ae8a3c4e05a410c8726", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6c21fde31b8a465c9f5035eab63aeb26", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3de3becb273b458e8ab1ad6faf238215", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "14d12ad9d0c548079d09fabdb919f118", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2ae7f66ae81540998e197ad4879d4679", "region_id": "RegionOne"}], "type": "registration", "id": "d005986eb0044dbca0938c94550c4f72", "name": "adjutant"}], "user": {"domain": {"id": "2639d8e780d5434abf2cb3573f2c7ec9", "name": "db7b9ed0ed97430c8409623c8e5d2398"}, "id": "c866e9eec58d46caa563b22af1c13959", "name": "8e2c64cdb0a3482d8cc2fb6a7cdab7c9"}, "audit_ids": ["4d4b56a5b68a4efb9437772c2fb622ee", null], "issued_at": "2019-09-19T09:04:49.841373"}} 2019-09-19 09:06:50,021 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_obj.TestObject.test_download-2/openstack.tests.unit.object_store.v1.test_obj.TestObject.test_download-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "if-match: "b5c454b44fbd5344793e3fb7e3850768"" -H "x-newest: True" 2019-09-19 09:06:50,032 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 9 Content-Type: application/octet-stream Date: Mon, 19 Dec 2016 14:24:00 GMT Etag: "b5c454b44fbd5344793e3fb7e3850768" Last-Modified: Thu, 15 Dec 2016 13:34:14 GMT X-Delete-At: 1453416226.16744 X-Object-Meta-Mtime: 1481513709.168512 X-Static-Large-Object: True X-Timestamp: 1481808853.65009 X-Trans-Id: tx68c2a2278f0c469bb6de1-005857ed80dfw1 2019-09-19 09:06:50,040 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. {10} openstack.tests.unit.object_store.v1.test_proxy.TestExtractName.test_set_temp_url_key(discovery) [0.287509s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,847 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,857 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,863 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,870 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,887 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.774261+00:00", "project": {"domain": {"id": "113cfc75a4c84e0d920268db3109cb6b", "name": "73e85ab31fc3466f85b033e5314fe8ea"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "61d4938e5ee242928686a1c369f40983"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6b3a5f7175b541fa85046bd8e98ce6f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "f1ce8220e3b542c9b07a3396d70d5f02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "9c696aea12e74b5fbe362751eb0c6768", "region_id": "RegionOne"}], "type": "identity", "id": "22b5aba667324c8c8508150d25acde02", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9bd9979a7db44d92a65272de0ee635af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "66a4d5125ac64c07acea259a47e6660f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "385ccf0c75824992b2dc45ae84de7c05", "region_id": "RegionOne"}], "type": "compute", "id": "8293d1ee75e847db98e6e67f6de0b109", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "0da9ef49ff1f43489fb1e6d108338ccd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "075743288fcb451cb795f19c5aec5ea1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a6cddc8cdd034fe2bbf4c968d633124f", "region_id": "RegionOne"}], "type": "image", "id": "eed81b83127a4dbf83fab491cf7984cd", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e0bd169f6b2c4731aa3cb6094fe39558", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d18731a6273e4742b2db62cf1a07244a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "9352648e7805493792b95d40f4f3d36e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "70c0ca69b5214643b5023698452af441", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "858e9c22fab44a04b8ae4b86eea3a023", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d1c2e18d2c84bbfaf441246347316ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a01886a91294b6ab2e90630ccc3ae32", "region_id": "RegionOne"}], "type": "object-store", "id": "838b467d8b1845f28a50b07a1073fc9e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "66315ea8c4be4d0b87874a77e3ec3a41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1de4b991502e4a2e9afc7298716820b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3e9787f958bc47f692e0ac91087e26c2", "region_id": "RegionOne"}], "type": "clustering", "id": "3f35f7e87ee14708aa2600b6fe938b88", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ea623fa81a4941f1acd9bd22df3e5920", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0293e88f33c348ccadde9089f8cc7132", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "800f3c20e76b4226bc749243db0ce5d9", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b41cfaab5d4149d880e9bc653aeb5e15", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6b20278f1db14bdc8364bd6fc92ee21c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b1a70bb1cc4343d99d9ec7f3893b8b41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8d76dad785da424590c7d568c26d2ba2", "region_id": "RegionOne"}], "type": "cluster", "id": "9ec396cad27b443c9990267703a2ed4d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1b582a805cb44fef883c12135153fad6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5d07dc49738e40aa9cffb6794c524240", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d763ebe9223945e7aea142245e540e28", "region_id": "RegionOne"}], "type": "data-processing", "id": "75279fd1e3c14d379476fb97b2286b10", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1cfdff502f0b412088a768e85eec49b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "fe6256a2bfcb4db9932c4a0b13a7672c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2aff3b8d8248447a934eecb1b81597b8", "region_id": "RegionOne"}], "type": "baremetal", "id": "d6ec5b4945d746f087b15f92bfa4eefb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "19940cd7153b44d18b463e00bf460a2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8d8bf3523c0a450fa1a3350c0c47ae61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "76af19295ee14c17a0f3f2104b9ba30b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "08ef90a7b0584dbf8630a4eee30b7cf3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fa9740822697436ebb37d50cb5b367b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "18087f93457144fa882d160d7f5fcb1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ad7302b8ef154c9d8b99ec545d503916", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "34784f9b788c4ef39ce78aa598ba93b3", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cb5e5319f32641fa846f617d2874cff6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a28a2057fb324ee29d4eaee8cda8ee7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "cbe5d3b272164fc5b2ecf80b4e7ac626", "region_id": "RegionOne"}], "type": "key-manager", "id": "74e034efc8004f9d91f798b1142deda8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "88e5003eb4224c9f860ade16724b0186", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e2a0f7dc9ee24d409c7781a18cf26907", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "189b104d156f4e2f924005efd0f58e22", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "02dbef9979724231b81fecc295c73b0a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1dc0e002851c4dd68845461503f601a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "90d88b831bad485a92445159f634fafb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5eef43c81610453289b1818b2beca84a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0ed43595b3fb4f6fb6e27bdb96721774", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9ecf6f87e43a4ed7a1fda2b67b8affbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "96d0e12e425b4d9e8b63bbc4a416b6ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2928aa3e64e94458ba66c50957b594bf", "region_id": "RegionOne"}], "type": "message", "id": "85e608b1669346b0be2beb4b2aef0200", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "675a1eae4e6445da8d939eaf2446f104", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9c5e2397d8cd406d9e041420a7088e44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f8eebb74fa18491299965ad2c9467dbb", "region_id": "RegionOne"}], "type": "messaging", "id": "f1680d4de8b448bb9147ba59f9b915f6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b2a9e41d0c034615b3bc26e50a3daa69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6740207704ae4ef4a197ef610b740b23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "9262f1ac420041b0aab86e395e3efb93", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3792a7f9dcb34f8ea9e28ed3d0b711a9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "08827c0f26424c10bb40ad050142b550", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cf99028dada8453181fae093466c52fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f7b2d1a4cd3e45a0b0c5050276a72811", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "d4dda13811ac4624b638165226eb72c9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "64c535be21af4b0eb16415f64ab41d79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1a72e5111f6c4cbd89be5859862b82d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce73eebb245d41fab3610d26a0dc8ae0", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e1270870549e41ea924cff36b0a9bb0a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d099e7fca27f486b905733889ba4ca0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b3f2deea2b874271a09c7008bd5214b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "780e88305cf7425fb156766fa4aa11c7", "region_id": "RegionOne"}], "type": "container-infra", "id": "dff5ef1f91ea4364b6b8b379a572c592", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "3ae76fbd14574fcaa4162c49b17d0980", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "cc32bb3ae4e844ba8ed7b89fe2d48ef0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "82f801e1cb494192abcd2790302e186c", "region_id": "RegionOne"}], "type": "search", "id": "e9c9b57d64c2448e9e37980ea410a3d1", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "4ee0762180164b8b987073d1315301ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "63859821023744ea9e3c8b7e96ba42f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c6109d34716546d6887743bec1a61b58", "region_id": "RegionOne"}], "type": "dns", "id": "626669819bc14626ab9bf934c1055462", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8725ab774e5a448c829faa5e6357174b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "68e140b26c3c4346955ca7962421cb6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f992854288ee45eb9fc35e5c18e5cb4f", "region_id": "RegionOne"}], "type": "workflow", "id": "e9589657ab3e4a56af42c34e8cb29207", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9912c5f494694e78a65c78aabccdc401", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6b93190e58ee469ba36ea3e685b482ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "29044107b6e745ccb88dd437956a3ef2", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4182691bdb9447f181a8b5fd28bb6adc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "e4ddb662dbc54d60bd83730dde5425e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e979cb4218a3400e85bae4a00bfb3557", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3dc9007dd6bc4fe28251142f587b31a1", "region_id": "RegionOne"}], "type": "rating", "id": "e1ea6de35794413fbf9e20cc2e0ca546", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4f4cafa3a7044794b4f3fcf0ca04fcf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "033f13d157d748ec835560301b66523d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0e91937396c94837ac7fb1e91ff8a61c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f42ad8b4403b4fa7865ef51231a34e44", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "622f2d9b22814890b37117c059fec3a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d777d5e7dd154bbe87189b928c26eac6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2421d45c7e0c4fd5899dff93355fd020", "region_id": "RegionOne"}], "type": "policy", "id": "f9deb935ac274901b79bd50a7cf63de9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4d4845d73dd242d8b4d416a912d550dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e2408eaef87749caaa38ea79563137dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "967f871ad7e54ff289d6152304e8e161", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "1081e9cc5e644f448b7d943d47dca3d4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "641a8e3f99f04a22b1e6fa7d3feac422", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3150fe14765e498095fdb9e01a1a4649", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "56137227c5f046449f186a85ed955dff", "region_id": "RegionOne"}], "type": "sharev2", "id": "335e0241b7b648b68d15e86121933b9a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "528d75d929c444b590e79054041c64fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "43e146e11cda45649cd04e5020acf426", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "88a9e559bc69484bb3cdb13934c99c5d", "region_id": "RegionOne"}], "type": "share", "id": "0846f98ecd0d40f9b66257ec63366c34", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c5d5a96d4085448ca948fb8c92e68fcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "c001ee8a477c447098983734438306b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "efea24f81b3040a78394be668a05f569", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "bad7a9c45353456baa0970fc1ca5dbbe", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0196866d9c5e4937a676e0d58b873cfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4c7836b16bb47daabce44dda876acff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65bf5a92a28e48a8a9c6f738be5bf0f2", "region_id": "RegionOne"}], "type": "orchestration", "id": "93258eef2f9044a0b13caecf112167fb", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a3ed30cb4a748e688c82815f005e06e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6041bb934dfe42db8d2c7f4041700fd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "335b3cdc9922403fa7478dc611d2a0e0", "region_id": "RegionOne"}], "type": "block-storage", "id": "86ec35a0e3a64cbab992e4c691ad15f7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8dd9c6e13d2d494fb7ab4402d700da1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa8d230370d7437fa8eb35e05b0614c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32eb38ec52504f21a4383e131abfe76f", "region_id": "RegionOne"}], "type": "volumev3", "id": "8cd96078a49a41d0b2b1999ddc11a709", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80d8ad8f09254bb39e1aea93d85a6e74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "636a3b7629c745b795d4d94e11828eba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b968ca298a8d459a889b6159954292ae", "region_id": "RegionOne"}], "type": "volumev2", "id": "d64e7b62963a47e68a8b9dc709fbccef", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6861af961a1d42bf9bc3bac1af30a0a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b04cd16f5534f668316458cdef9f7e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cbfea93bc98d407cb11d5b713298617a", "region_id": "RegionOne"}], "type": "volume", "id": "eebd72195b484027b30b0d57a5c2b51e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d070be3c8a84a04aff6e464158abb0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8bcdb570587e40718a46ed59dc282149", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a5acc405e6148f4a4abe316b13af2cd", "region_id": "RegionOne"}], "type": "block-store", "id": "2664afaaf2034d62b0af547ee7c15154", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d2020e67db634531906f400eb6ab808f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7f3e914e99b543e88e3afe0fab568c98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0a47686c8305452eafd401ebbb323dd7", "region_id": "RegionOne"}], "type": "alarm", "id": "02c8afc557be4d298a36e9a633ddb378", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "769dfa2b77ed4ec484bd49f3c4d35443", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f3eec5fc090d4a35a6de32ca03c0f56f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a54e7eec71204c5f9dec278423d746cb", "region_id": "RegionOne"}], "type": "alarming", "id": "4b9611c4ab724315bd0720df1b98bac5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a9509727b3ed4870b5bea126d4415e38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6c1e627255394d7d8b23f8895aa293de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7584deb29a51413598fc0d8f371abb0f", "region_id": "RegionOne"}], "type": "meter", "id": "3e0d2979d65c4e41ad95f50421990252", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1d8ac59a67d54b2bac2f94e0ec590dd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9cc2e3387567494ba6b1ac04235b3ae0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4767f33e2a164742858575b018017fe8", "region_id": "RegionOne"}], "type": "metering", "id": "b73c3ffcefa24e77b698221d185f8991", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "48623960e0c54b4fbf731dab1f275639", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3bca496f2919422788e9e65bf0643eee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6672701bfff14587ae55818c8a333728", "region_id": "RegionOne"}], "type": "telemetry", "id": "a71227ee21ce4bfa91a2d8339ced4f7f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a9902c25948844dab5a2ce832c487c47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ed9f9bbcf6f248e89b89f027820cdd18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5cf1ee9e233646d59f662bdfe7ec5113", "region_id": "RegionOne"}], "type": "event", "id": "be231f9f8b264d7297edf598344d589d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "963de285384d41978a3a4a946cc4ba46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "f5608f70427842b4a2eaed25778d981e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bdf3002066ad498cb44ca39e07a54add", "region_id": "RegionOne"}], "type": "events", "id": "8ecb3ec30e554d7da0d07c3630507f7f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "01b09bd255114775acd5b9095fbfc721", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "834131e5d2f042eda180c0ae75435295", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5a12c6c717f8436f928ef011f85594a6", "region_id": "RegionOne"}], "type": "application-deployment", "id": "636ef2ea6ad24e019d36b525c71a32b6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9ec8fe95646a48efaaf641226451a8f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5f9c4a9cb81a40cc89ff24cbb1805b19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f8c026ab65b04c3c8d0b64f191b99a7c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3a99230e56854814a7de4ea9e2b7c363", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b3097c0814484636ab119cb6625bff6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dd3e072f8d504cd492979317057c48c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ccf787a4290a4efbbfc59c5b4d1db9b5", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b6623d573d9447bea9edf7b905507d5e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6f058b141c16496eb80f172c21acd80c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9cd27339977c4502939692324b51ea71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f357508e7fda47da86c29be52b3277ef", "region_id": "RegionOne"}], "type": "tricircle", "id": "c3ee0dc7ca43476bad4861912a2fd54a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a560af84cff54e98ad3e593445bdd452", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "3eeb56fcb36d4d8fabbe20623701d817", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "72b43a5f8ee643d5be1fdf659f911873", "region_id": "RegionOne"}], "type": "database", "id": "8a7bd7328ac54f6288fb26dd654a14bc", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0b1e019d73274766a29f4245af8e5e57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e9fd7b3ff56b44099fcd77ebe076bbe8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "24c95a7c29e441fe81ed324cfe7b8b11", "region_id": "RegionOne"}], "type": "application-container", "id": "c9e88cdb82724582991d90139f5d9dd5", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4d6ad55420b645a1abe39c04bafc19e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "abe044662fbf49589d5d759271c74dee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "57992b24aa034a61bd200d13b8ba84e1", "region_id": "RegionOne"}], "type": "container", "id": "d0b01bfa292e4919ad70a39a8c4ba5ad", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "513a37f0e95845a0b834540e2e85ba09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "48f4c0acc4104dff997bdda4014dd24b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "19e5f3f1c951474b91e58ac8f91e33cd", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4513e648dc764c5db1e79b2e1d0466e3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "192122b27ecf470cab1e8824de39ef4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c0123805515e43f9a834613df7f6056e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "092ab717aa6f424aae378913182f02fd", "region_id": "RegionOne"}], "type": "rca", "id": "702004a256ab41d1967ff0cfc1b35aac", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e4bb5fa2da584809b8f2ecb12fc5aa86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a9f5edb9c0aa42bca8fc9a4896c73369", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "2abc2ea6a7564e1d933a082e31e2bc61", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "41e595a8de3b4c8aa19442a7efc6816d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3318f868807f4448bf3a5bdb7bd78743", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "60e10a1e06c94d66ab3e71f4af204ea5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "19c675b8102c4782a5e514f2d8e642a0", "region_id": "RegionOne"}], "type": "network", "id": "f9d476ffbe8542e783c81e99b8493c35", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "dfd25cf9206f4e7680f4cd801db05b1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "9609d0e72b974df3853a863cdc94f00f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "35c4e28332474efbb2bff75363068022", "region_id": "RegionOne"}], "type": "backup", "id": "c6379128432f46a7aee7b8ce97b21776", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "65948ce6ce19499080902f7aeeee04fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e32aeea33ded4268864f695eb5d7568d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5b5ce858ac2240e287974221a0c69295", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c6800a298423415ca64255b8ebce50cc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "745d1f32b8aa43d785bdc0d85bed3b7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6157d893827141ce9878f5ad67c01c41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d07df34e0b044e60bd4134e82dc874a6", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ed47ba8ad0e04ea08ee337cb0edfe698", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2b63f80bf6964ab98640474b4184a5e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1a8ef2cb305f4b968699a19ca0f6eb5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "315b14674dd04149b4a235a01e0498ea", "region_id": "RegionOne"}], "type": "monitoring", "id": "c156aed3d1d8491a8e17d21e4b1654ba", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9053f126f16043fc91f8bbf3e9f67c50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e74807f2d0b644739661cafb284ecfe6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "74fc4976ca504243a4405e6801288c79", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e425d8c24a7f4f139d2b934c8f13f959", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "896337b4abda4a35839ea4bbb13efa9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "df38a6b1006a4a3791f222dab0040dab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0f88102d0d1d4be4bc69f318b6c3495b", "region_id": "RegionOne"}], "type": "placement", "id": "dab2f4c6838a4ffaa9231494c88302d2", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "57f65ff4abf34f6d823ecd428dfafb85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "dbee3820b9d94b03ba3cd4229003c8b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e509fce3fd1b4e3c902d8740d0d2d0b0", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2aa7dfc5dbb24759a971a411fd99c0b5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6282893959294ba1a98ccf510e17e22b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3fd2b8767153413d93550e205c3d3586", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "64e343195bf14dbab06d17b90b32d3de", "region_id": "RegionOne"}], "type": "ha", "id": "e2dd68a763404e8bbf8fa0c77ab986d6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2d122a790dce479a9d0b46c1aa06c63b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ea575d1da89f45348042974f077e9b62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b00c5a8ad172466c97524283effbe1df", "region_id": "RegionOne"}], "type": "reservation", "id": "dd1048f30548488ea7e16cd9f7be016b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "84b03f1c8ee545c08f184a60edf1d14b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "690489fa51d24fa88b1dd8c50c1d4fcf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "6db441d7d5f34f6dbf3172ba7839e860", "region_id": "RegionOne"}], "type": "function-engine", "id": "ba78fa965fa04acb936576aec5ede18f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fa6b2ecd5f9c4bce995c7ea3d1617db2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d31a225692b94a14905dc12b3c0abe40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "72477c07f31346ec8edeca5671c7510b", "region_id": "RegionOne"}], "type": "accelerator", "id": "22003962003d4b52a680c39ae33b16d3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "963df0c61d464130a05c65db97a26505", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8ce4155f56ee4e378cc74cbdab87dda5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5dd28b29aaf94b9e97af415d7965a13f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6a28c35699c1433baaae98fd1610c30d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1f2e2f7445cb452f94c30a8d1ca1f51c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ee6da17539834e0db1895251ef62c06d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "56144996fd52406aa4f901cc1eb66492", "region_id": "RegionOne"}], "type": "registration", "id": "69ee78254f0445ddb97e6f90be3df015", "name": "adjutant"}], "user": {"domain": {"id": "e0dd747211ba4a46ba77cdee800c9fe6", "name": "724447ccced94436878c4d43ecad8c10"}, "id": "f871649c0f5d4cdb9cc2324d73bdc759", "name": "d670d2297ba743f8afa569cb8596c964"}, "audit_ids": ["c2a27154c8fb45378e5c0fb1746b5068", null], "issued_at": "2019-09-19T09:04:49.774261"}} 2019-09-19 09:06:50,000 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/ -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Account-Meta-Temp-URL-Key: super-secure-key" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:50,011 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:50,039 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/ -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:50,049 keystoneauth.session RESP: [200] content-type: application/json x-account-meta-temp-url-key: super-secure-key {26} openstack.tests.unit.test_proxy.TestExtractName.test_extract_name(networks_arg) [0.048111s] ... ok {31} openstack.tests.unit.test_resource.TestResourceActions.test_list_multi_page_link_header [0.190975s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,946 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,959 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,969 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,980 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,999 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.876570+00:00", "project": {"domain": {"id": "4d878de7453d49d58d594027aa91529b", "name": "30a21f7945114a1980269b8eea770ac8"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "63888f3a74dd41a396f97f9a43e92440"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6da08269076e4be598873d0e2df0fdfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "136a54fc82cd4faa8dd3e3adced606db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "3e415ce2c0924d02878d17868dceefbe", "region_id": "RegionOne"}], "type": "identity", "id": "144432a5d50544d2be817ca8e4ad28a4", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "de4e2bc45eb2484cbd166ecec03ddb93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "58675bc899eb4d9fb2b4c11ddb06e342", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "1b43e391524641ec9ebce2e92f3fadbb", "region_id": "RegionOne"}], "type": "compute", "id": "e721264d1a4042f082558342ab92a5dc", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c188c57e29fb4792aa79351de0659295", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "55ee6ffd8c9a47c5b6be390b05461cc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "48511893e13947078fc7c77ccdea13f1", "region_id": "RegionOne"}], "type": "image", "id": "77c65e95bc83462db851c2bc53881074", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "07170c921c7a436abeec961b406684af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a64d84f76cb9464291d6ad8d3cda6634", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "fc91df6053cc4cdc93f99fec6bf1c5d0", "region_id": "RegionOne"}], "type": "load-balancer", "id": "1207465ab9e14a2db39bd31515117c35", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "204087752a0c493ba6448b9950eab2d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9f51311c710428eaf2507dcc963f676", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f72dd92526f640c28deb53524af7a969", "region_id": "RegionOne"}], "type": "object-store", "id": "72675deca0da4fb69e5411d5a3932292", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "360b407b32664e078acf213f77931cee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "50dcf3be73b946fda21956ec26239ca9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4c458adcbff5436e93e61f8d6eb1f5ff", "region_id": "RegionOne"}], "type": "clustering", "id": "ed8cf5b6a2044085ad795d2eed2866cd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9900e997990c48358e29d9f19bd4edc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3a397087276449bb9ba2f49022dc1560", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "699b1ab2fc6449b69c95bb66e054d23a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "24d8d499d80b4dc7be4fc400191e0464", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7657df9a17ad4dd49753ab27cd8b0207", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "415b9fbfbbf540d8aaef38c5e50cefab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "15baf3fd0627489c835e76b892d83e39", "region_id": "RegionOne"}], "type": "cluster", "id": "a8cc4f98213345fdb664bc6e5162970e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b5027634391d48d29a8ab3425137aa8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cc0988f7b321463692b97e9375a40bd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "95b3ad282ac24b4f9de8bd00bc6a2703", "region_id": "RegionOne"}], "type": "data-processing", "id": "1163370b23fd491785395f07ae8c1d65", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a659c60c5f424210ae7815f612698ac5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "017ab97374594328914dcee24ce03391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "3b25c0bd7cb74423b37d8de391055187", "region_id": "RegionOne"}], "type": "baremetal", "id": "096c53952b844ab5aeaa3771c6fcd933", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9eec147083cf4d1d9a30a7ef5599171c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9a4300c21dd44517b22abb63ef875e7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "cd2541bcac474fec87f1d0920032afc0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "0b3e4a07342247038335d76ebd7e99a3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a8e398e6eec046c4985ff12751bea362", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cb97806a133b49508936a6cd76a560b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "0b7682bcaeae4efc846008101de04a02", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "93c4f00370f74be4a1da7668a5eb8068", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "82a5cc14ba3d40c7bccfd620ae4f9696", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "194ba6457f1e49c0a2841465cdb5e5bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7ba7b2dd9f6849f08ef8eab97d8512c0", "region_id": "RegionOne"}], "type": "key-manager", "id": "34a3b119a2ed44c1a6f8beb79f118231", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bbc1da2d32094185a395deda10bbde8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "36eaf214ef794f359bfdd18be16f82e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "82e3d50ec19e46e5ad2734423f40009b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "ff8e7e3b7fa545a99cd26001d9e6e597", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "91bdd59e2a1f457883107655b5c33761", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b2d39874640947699b9dbc6893bf59c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0ad7df45ca4043cf8ecc68b71fbc944c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "932f331d8d674ad3a2de5d743b411e03", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6dcb6ba5195c463bbce979f2a51acb4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "440b94c5b85941238aa72e75ab549d9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ea67ffa342d947f086c0dc09ac059152", "region_id": "RegionOne"}], "type": "message", "id": "6725736f39ae49e49e3d2143d06e99ce", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "71b903603b0a429b90829228984b93f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "bdb5ca518b714b5cb4c3d585d9625b6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "453eb65eb39f4ca1afb14c38cce16abe", "region_id": "RegionOne"}], "type": "messaging", "id": "2e1f318581534d70a270667ab96d6849", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "54d9303d9a9947768103aacf2e3fb49b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0f5783927b1d46fda0a8246282f00b02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f24bccaa6b3d4a53bd6f87e50ac4b3bf", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ea4738c3416a4ce4bdb69ec724c961e9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d29b6e23456f4d2c8625225acb628e8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "65a09fad5b264197bcdb22605b55ac2e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7c66511c2172440bbf6231ae489057f9", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "099b99c769eb4d6a8df30b9941f60551", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "46c7457c21464e69ae750474c8fe6620", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e978c56c098f434abb8299a6d66a18de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fc4ac452045f4989999a708156b3aba6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e34e80a272a94c4eae32f66614b48941", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ef5a8ba8d93a4245b3548752c8c8594c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e34b910200b43f982472c6863efe46e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "929fd1cca89841509130a4b07930c80e", "region_id": "RegionOne"}], "type": "container-infra", "id": "7e64af500aa54db2a097e519d62cce15", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "62afc90effe643859e1bcacf40aa9a88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "061676fac6494cab98b47d828c796b13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5ada28f2081345c6b3b73341802b4578", "region_id": "RegionOne"}], "type": "search", "id": "575c2c83a67c4173974afcef02bc33b2", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "aee728f3a1644f938cb93d59049edb2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2f1f4ab6b45142318998c1673b341deb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "8eba110b2fa84369a89485c33cce6055", "region_id": "RegionOne"}], "type": "dns", "id": "c490e54ed4584d0d849ba2a426c75266", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4062f93c5d0746f1b1f38a0cf544e6ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "21eb1a1dab9b48df9fe588345f631598", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a26ef0ee35fa4d2da2eaf7920c6b0cc1", "region_id": "RegionOne"}], "type": "workflow", "id": "dc4212e3a1b94a97a90df3db1eec1099", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c64ab17c31da412995c1e03d9eacc48c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7c8c945634864599ad5ec3766ce2312a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "456ab4e7f3894de18eab6ce6e97f69ad", "region_id": "RegionOne"}], "type": "workflowv2", "id": "9a53413a67e64494ab87fd242ddf9d7e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a7ba35a943e840858c0383200db0a64c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "08aac3542b784902a7cdc2ab4cd3ad74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e18970b4dd3d4a6096a12014cd41ccbf", "region_id": "RegionOne"}], "type": "rating", "id": "9dfa3c983a1d4d0ea93cb057ba838a23", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8a081e2805eb4922803327d640320131", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2c135c50b1844ecfb00517ddbd577f54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "68b75f8eb2054833a06f441c0e9c3936", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ebb72d6c6a644161b173716ff651f0cf", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e1543b1ea7f5405aa150b0a3c697972f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ca75b0b9caba474284c002075bf06856", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b6f60701c7794f499d1a169cbfd5e5db", "region_id": "RegionOne"}], "type": "policy", "id": "6e89bd9e56b442e18a89cf8c2b503316", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5e5de8fb97ac464db5728ae46ffff0bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4d8a750c07d14b72b8ad362b0bbb1b7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5db0474d3026441d8451d569f6b5c139", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "16944c05edd5431c8de5b4bc45624d51", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d49802c66b5f455a81acfbfb50070e64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f273bbdbafbc45e19bcda1fef0a5321a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "94f884ec01774794b6a4ea0f4e332df5", "region_id": "RegionOne"}], "type": "sharev2", "id": "b132cb7312f64a7e805578f8d749e2e9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "769db8d234544faabbd83886aeccdf24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d7930bbcc6e949b6ab59ac11bb6e019f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "386a60df960745878017e0d47b0dab68", "region_id": "RegionOne"}], "type": "share", "id": "d25a4f38e9c54ed0bd0b9da638331fb8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "01997bb53a0b42d49e1b829e335a4f39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0ba93744fe0640379c8930a901e3cb5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "28247bad2e3247229dd00ed7c821704a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "bb2f0e8da99a41eaaa4a58dcfdd619f1", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6c40b1ef18a1436b9a35cd4fce57ff5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f4a20d70dcc1446b8b27a697c101e829", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9ce5ff2b46344e5a12a935b80b0dfbe", "region_id": "RegionOne"}], "type": "orchestration", "id": "f15d55aa1a9c48bfbfba098f8c695ee5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fdb77bb3cdb94076b6ab9c2672c56e64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be90ef54b5534eae975cb821b6803243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4633bd3124ba4b40ada4256171cc3335", "region_id": "RegionOne"}], "type": "block-storage", "id": "6dc438cc0e1a402b9e291ea1bbfc2556", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afb3b2bbf7fd4a588d261f05326e7e0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b6322f98a4fb4630a979f4572df2e8fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1f034e0a0c63468d8d7895db15a3770a", "region_id": "RegionOne"}], "type": "volumev3", "id": "dcd336d351ab466e8e291acf82d06a25", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa8da149872d42dd9bc965e50b3aca69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "823a8b9f4c8a4cf1a35320dc98298f7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0add39dfeb7a41b4bc8faa8026df913c", "region_id": "RegionOne"}], "type": "volumev2", "id": "efe5af63b2434f068cc8070d7deca134", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2268f1d3ce3843f599654f72651a0e38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d20cbf057ae74418a6555d546cd057dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "335fcd010f15470b923b1f195b7d1a8a", "region_id": "RegionOne"}], "type": "volume", "id": "b4b508ac96614a6fb636c6cc35c3d35e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9210d445019447f6b329aa5f7dab3e3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d245907eee904b9d97683b2d78843af3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2afd2dadf86c4c42b383fb952b566a09", "region_id": "RegionOne"}], "type": "block-store", "id": "9774ff941cf34f5baa075e378416290c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "cef56afbfc9944e4875cc6686acf7319", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1100a8b01ffe468b8d51d5fd5a833142", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "059f4a5dd937460ab2c58ccfb878aa3a", "region_id": "RegionOne"}], "type": "alarm", "id": "a6223a2fc4034a17bb903e036717a659", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6ea2b13e47c442358461032b1da51a34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "591703b2cc21498d81f5d99b7ecee8df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5cd2e34c9fdd4fdd9acf2fc3b046d7a0", "region_id": "RegionOne"}], "type": "alarming", "id": "14a02ceabea54c3eaf28805b129812ef", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "97596fe5c8774879a2ad7c84004a7e5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "badce2a81d3a47518c4e195bed608426", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4028e01e57e247d79ad846f4276b7814", "region_id": "RegionOne"}], "type": "meter", "id": "7ceec26b79fe46d8a93a060c2f11bf86", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ed7bf801b2a1433e86d9f56339e2733c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "277b1e11538c450385ac6ef47f076a99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "904a287040b24ee18f0f6df39bd38a97", "region_id": "RegionOne"}], "type": "metering", "id": "35cd21c7f76647029aa3e593cd37c9d8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d93f3d2d82734f33bf0730f9791d191d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2dfaef3e74c942cabe3a00f8d4f89eb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "9732a2bd8319448ab477ff77a13a0d38", "region_id": "RegionOne"}], "type": "telemetry", "id": "bd40df47fbf74f64817acdfb7997f7ba", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "00ae214840f743b4a2aff30da2fa4bb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c35663e0fbdd4918b349443c43260c95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "057f228ceab04871837b1efc0ce3b0ea", "region_id": "RegionOne"}], "type": "event", "id": "49cc77e03aaa4ad0bb74ff271d249b7f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ad73f245fa7c47b5b3a0f87ddd0ea631", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "777a7d690c3a4c788f8917c4c4913dc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4eacf238f9824ebab85ec3377a7e6aeb", "region_id": "RegionOne"}], "type": "events", "id": "f1c36c43adde4655bc92c3c6b882dfb9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7a28ba297d9f4b21967dd5144cbe60e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "662783a9b25e4a16a39703966447f8c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "49630b72ba344ea8b11ba26e64b3d7cc", "region_id": "RegionOne"}], "type": "application-deployment", "id": "cc323e3d7e834682996d0f3d0da2360e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a3b188429bd24072927f5511e91cd309", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0b321913336448ad9021bd94e6b9d90c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b1ede083fdd440ebbb1c83d196901fd1", "region_id": "RegionOne"}], "type": "application_deployment", "id": "194c05dfe1db4e4b8cbe250142611c0f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b078ba44aa4e40a083a37b85cbad9193", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8206bfea98f34d5baa1812e987e291c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e857583056924b44ae4e9931aa913318", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "9d25fe8efaf04ef3a22b9daddb55d514", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bc7131319b074cdabff4301c5118563c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fc4320d9192842f8bf0e4db26b63f75b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2761280aa2d94d82905ead4130b4bb66", "region_id": "RegionOne"}], "type": "tricircle", "id": "98c46605367d417c9c6c031da53998a0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0076dcaf687449adb8da8fd08c46b3c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "10e85548134e403e9ac896aa4de90d97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d49d4ac694f54954a9736cf46768fccb", "region_id": "RegionOne"}], "type": "database", "id": "da427b06574e4ab28bdb194b965ad586", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0e38628692794abc958c614de8f7cb6f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f24323b3ebd64ae38bcf0ddf83360e7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5fa0f5adfd1d49e688888c241d886d74", "region_id": "RegionOne"}], "type": "application-container", "id": "fafe110a1821435f8bc17b5c8c2db44d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b18cf7e2e6f744c4a60d5cc0da34002d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "91641a9afeb842c5b13f31dbbd65f700", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "a010f315b26d48398ec5bae41036f058", "region_id": "RegionOne"}], "type": "container", "id": "954c559343d74bcca6743a2908e8a057", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "59b0b1790a99411790a7bf4e0a074ecc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2ce48a84887d48ca94f214b1b8dc6204", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3e775e447d594ba987e7cc0efffc2b12", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4e92ec109e6945af8915c32097144608", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b27ab88ade8f47b79f551b5095e71169", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "33c6b52ebc3843c7b2198af7973e18ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4851824668264502b9522fa494a5d126", "region_id": "RegionOne"}], "type": "rca", "id": "abf7326e45564804a0f4ef61fc5c81b6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "56453dcd10fa452a8e911758a667629d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "06ede1d2c5cb47e580cb6968f60d3c3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "0d298423b89744038545a0d83367162f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "cd03c2cc156447628ca5c9629e30402c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "eec2d9ee0cb54f6bb7322d10f932a136", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "6678105fdce640c7b1cdc067b2f78b4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "760511afa968403cb15f393d558a7f65", "region_id": "RegionOne"}], "type": "network", "id": "9d757391eac54fa1857c8d7def5c8e3a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "2504cecac63d4e0d95056599402f55ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "19233251014a4c0e9280cd23f0dcdf9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ec9eab3ee62a455d90759b17ac72b005", "region_id": "RegionOne"}], "type": "backup", "id": "e4551236a90a4b2d899e024b5823bd66", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "86935d84d8cd4e69845df6a5f641f724", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7c26b38a88254209a6571972abc07c1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a8f2fd7a2f464b4a95ba7051dff44635", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9c33085df6694c028aa8bf6adf329cc6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "481967dbeabf4228a7c912c5454c1c19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d927a5a2e3b340efaad3bcb17c642750", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ea86810c1c574561903e6f5b68ff307f", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "178870e932094c8891a0d789526b3459", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "639ee86ebb134a8ba9bbde836343357c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "bbb8e4bef35541938f39daf6baa924ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "1065f2bf02d64c7bada07767063e770c", "region_id": "RegionOne"}], "type": "monitoring", "id": "4455fc3a847641aabaf78d24db950b57", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "26aa3e01530d4f55ac4f218c8243ebb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "798967fb2acb40a188cd5f1e7529c2ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6c0c860667bf472c803447c0fe64234c", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "a8c0b7a0863049389bcf65d1f36a2819", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4c0169f052174786a304805dbdea1755", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2a32903d3ce74720be985708afc558e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "513bb26e336c47009a58e575342124e5", "region_id": "RegionOne"}], "type": "placement", "id": "b155e232d1bd458cbf7810453fd6c04d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f906b8d316af4f109a7c4b9cdbb6e417", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9fb98abfc0da47ff947edc4e029869de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "20302163ee594a7cadae762cda723400", "region_id": "RegionOne"}], "type": "instance-ha", "id": "3795460c27984f05ace40cc6627e821b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a16193a4e41446d7af8785ef33884628", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "53615616e2dc4298abe227786cc15458", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ae93f0a9ae8e4c3e91e59568ec76749f", "region_id": "RegionOne"}], "type": "ha", "id": "063236a0e6ac41c19932dfa233fd8f12", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "632c4b84548f4c28a3143aa01c1f54e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "53274a81d00d4356a7f7b88ed4c33abd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "dd52bf5a3c324cdf9a7986ce90c5b026", "region_id": "RegionOne"}], "type": "reservation", "id": "9a777110b8e5469495676bfff3753322", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "5f25f5e20ed04ecf90a98d95c5867266", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "564686b77fda4cca8f711f6c55dcfa52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2085054a388b4248bb0b09e4d786a058", "region_id": "RegionOne"}], "type": "function-engine", "id": "6af955f6253e43d6930aca69e757e2c9", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1291b4743a034d3c851727754cda19ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "72a9e3fc336f4247af0c5aa8aea3d9ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "8fe529840d1449809019d1486b3561af", "region_id": "RegionOne"}], "type": "accelerator", "id": "94dcfb9478bc40ff9e2fe9004fc39f29", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bbd336dc6e3c479fbaa8b3f36ac78507", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "80e0cb6bee5d4fa48c7c2d8d0c029475", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "403a484b720e454d83db8723589f35bf", "region_id": "RegionOne"}], "type": "admin-logic", "id": "592bfa6459474365b98abfb2945dcb3c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f18d738019f44d94adb8df1e5435dd0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "28c76424983943c4b2db86b71354d7d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "173115e0fd4448f1a01c97c287b52d15", "region_id": "RegionOne"}], "type": "registration", "id": "51c074b379b240c094576b9e05f80dfa", "name": "adjutant"}], "user": {"domain": {"id": "4bc8e10e43f44fb78b214c8ec5a79d4c", "name": "bd1ce5d9a653464abf470fde72d1c9e9"}, "id": "d7cac549b929442f9d0521d6136cc0f2", "name": "19375412a4f9438aa70e16f3a403b0b6"}, "audit_ids": ["6b22fafaf2bf4a9891523ee01a453c9d", null], "issued_at": "2019-09-19T09:04:49.876570"}} {15} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_tasks_schema_get [0.063660s] ... ok {25} openstack.tests.unit.config.test_json.TestConfig.test_defaults_valid_json [0.092930s] ... ok {7} openstack.tests.unit.network.v2.test_segment.TestSegment.test_basic [0.067223s] ... ok {13} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_start [0.074142s] ... ok {6} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_files_with_stack_identity(stack_subres) [0.071827s] ... ok {20} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_environment_with_stack_object(event) [0.070354s] ... ok {12} openstack.tests.unit.orchestration.v1.test_stack_environment.TestStackTemplate.test_make_it [0.059932s] ... ok {11} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_subscription_get [0.249396s] ... ok {29} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_with_stack_name(identity) [0.072702s] ... ok {4} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_template_with_stack_object(stack_act) [0.064958s] ... ok {11} openstack.tests.unit.network.v2.test_firewall_policy.TestFirewallPolicy.test_make_it [0.002160s] ... ok {14} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_software_deployment(stack_act) [0.064080s] ... ok {0} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_extract_name(stack_subres_id) [0.067359s] ... ok {22} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_environment_with_stack_object(name_id) [0.077204s] ... ok {17} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_with_stack_name(stack_subres_id) [0.063366s] ... ok {25} openstack.tests.unit.dns.v2.test_proxy.TestDnsFloatIP.test_floating_ip_update [0.040463s] ... ok {26} openstack.tests.unit.test_proxy.TestProxyDelete.test_delete_ignore_missing [0.055624s] ... ok {31} openstack.tests.unit.test_resource.TestResourceFind.test_match_empty_results [0.065202s] ... ok {15} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_notification_get [0.064586s] ... ok {30} openstack.tests.unit.object_store.v1.test_proxy.TestExtractName.test_set_account_temp_url_key_second(discovery) [0.282760s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,906 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,915 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,922 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,930 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,947 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.835420+00:00", "project": {"domain": {"id": "32e92097a6e141d69f8b7f643b0ab2ff", "name": "2553423b0d264edcbc9ad50d1b684724"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "38ee705486f3460ea2ba9ea8ff88957c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "d2917a83eb884b1d93c121f2491d1a5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "99939e23ce0f4fe08d63bd45d2869f77", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "dd9fe2a1e4484028a7cef1e292594a03", "region_id": "RegionOne"}], "type": "identity", "id": "cdcf7a6ebc2246e1b2b5b7974579dd72", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5552233e28c9410c9358062e7457a319", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a28ceb357aa64a5881e0bb9646a01be6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "604aa3b2179847aa9adf8bc8b108c7b1", "region_id": "RegionOne"}], "type": "compute", "id": "090aae06d5204f24a98be3afb2bd85b9", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "757c34afcc6f48a2b3f909819b91ec27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "227877785ff54238ac822cf6c0f52f57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0c77e3128046472cb9e2b2a67322dfcf", "region_id": "RegionOne"}], "type": "image", "id": "11a578b8cc18451b8d7813979835efa9", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "22b3061f8bae4088928804ad1899d493", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c1a41638476546028e6eec3fd56bac19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "fcc108fe61a24b529a6bdc99cc362114", "region_id": "RegionOne"}], "type": "load-balancer", "id": "567824963a884270830fffccb0909092", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d39ce41a67248b4b6fedc2843accb02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a411455ae7342fbbebb7678e92a2a92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d525effea1e94462ae43f634b71a3df0", "region_id": "RegionOne"}], "type": "object-store", "id": "35f0d6f2f8aa49768401a883dab467c6", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dfcf598c1b33475c94dbe9b70c8fdff1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6c9cc26f38494817a23ff744ce82f137", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "48f9ba758f5749debd6d63a127438164", "region_id": "RegionOne"}], "type": "clustering", "id": "91b4ad4a62224fd18d8c5128409b5fb2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8c07f1824b4f460ea72554f14a900244", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "282756b4890343adad4d9b7ea027037f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "419083825efe4117b0f8e968d507f2c5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "93f0a0fed3db4bc082f7cf891be20150", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e1b1bf761ebf485b851f56e62bccc672", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ca2c56a4348f4a71bd949329ee019c43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "681e43f828bd4027ad016659d8ba0a88", "region_id": "RegionOne"}], "type": "cluster", "id": "efa14225c460418f959260f99fda6228", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e65a118ae6f542fa972da34039b34323", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e3bc65f3c8ff44f89f4cc6a640188666", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "01d449c41f064e18940821d423686f99", "region_id": "RegionOne"}], "type": "data-processing", "id": "db25d4d8d2e14c628bc76a41ceda261a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "918de5f9cb7c4714bfaf46e417c7af46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5c03d93d10b34047a3694542a8615574", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "62bd8b3089bc451f9c994d4499de3fce", "region_id": "RegionOne"}], "type": "baremetal", "id": "a44e92e662144be8bbd54c23744de2f9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "270507355b1e4a04a0c585e4ec5380fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8b072ecdf51642dfa4f950c325b0ef7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a68ca46f648d41308be8c04610fe8628", "region_id": "RegionOne"}], "type": "bare-metal", "id": "03ddbdb7347c409cb32320f90ab405dd", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3d18dd485cee412cb6c8cf65eed6dc28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7e49b869a7dc450a91b2f329c2297c5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "bbccaa406e0f428c91c0711f7ff51f72", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "59542d428cd64d2a854c642a7c5c1026", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1cb9a432401a41bfbf0c9e90cb35e32b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ce6134e78fee42a7a203dfa642581f84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d98c08b3e24e4801adadefae24951250", "region_id": "RegionOne"}], "type": "key-manager", "id": "361aacf022b747c191c23470d5cdb131", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ceddf8856f49479ebd440a5be1247ee4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0a9974fd73cb4ac7817241f45b183406", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1008e360f40646c7a7ba97e22101f9ea", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "718ced7379d84fdc9f090db5907d1b16", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "857d88b8f3c94c1dbffd7bc98f7c6f83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "aa486ca93b2242a193f33ce940b9923f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "dea8670169f34f6495b3baefb1a02778", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ee31681ec2294a1c8d1355f67f092756", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c9959bb8fc254cda85b73b26685fffc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "139ed9d5bcc443979a092d9ad40c689c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5a33828543404ba195b6a28954cc36b1", "region_id": "RegionOne"}], "type": "message", "id": "2e58a00363b7449e894ebdd1f7a268bc", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3c39d228fb9c4514a785f73a3baa55a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2241b123f3134ce1a4c22bcd5c6c57fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "32be9efb214841378209c4caa076822d", "region_id": "RegionOne"}], "type": "messaging", "id": "2f8313a58446417fb9f5dc13b836be19", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "39945591218c450b82c5decf513ccc01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "64a57efca0214814b19efa45716e5a5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0046cb6385e44c1e82946d83e53681f7", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0489e52f7ebf4392b26801070a1b8c20", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a44a9503dc8d44b0aeedab408ed97cdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dccbf6db93f4441eb6448fcc99c332f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "db8f50c7410f4231a305ffd3f69fb181", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "05bad473731e4d11b29df7fd277b4983", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6a72141910414af890f27dad49e268b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c07f1c58d7a64b4ebcc2334565470956", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6e22f688a3a74dcea0cf19ad9661dc1c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "4f1a5c2e63f4433a929a982cf966a921", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "73d57c72ea6d442690dcbfc5593a0efb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d8bfb757e49341a587af747c22085036", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8525dfb024bc46b4aacffbe2b563111d", "region_id": "RegionOne"}], "type": "container-infra", "id": "f2ed8038e2d24f28ba59579ceca0df2e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "d4da56dfa738424b9bcff10efc6bea88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "cffe64b1467a44d590c42e4f30edc70c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2485f315a21947d69d048f4632d89154", "region_id": "RegionOne"}], "type": "search", "id": "5f8ec309ae3448708ad057af5cf67fa6", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "bd4da4f38139444683be512fff0b8b09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c9cabd8c3834435ab3c27c3c8fc45ffd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "22b2403616de457f85216fe4e037c80b", "region_id": "RegionOne"}], "type": "dns", "id": "a7fe085f0fc5414eb5f0dc26c9073113", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "daffe433132a4c80a109e4d5832a3cde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "245c924910bd460bad072df40ebf815a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6d638557b4b94df2b290de656e7adbc6", "region_id": "RegionOne"}], "type": "workflow", "id": "c6cb3eb282e04471b1ce5ed930644079", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1b1d179c471a49868c00347936ae61d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "54578298bbd649fab3961546da3be3e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bc2bc6029dfe437b85d7d071cefd4aab", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8c2e2b13ce3045c8b75fa6a1ae34d0fc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5f5592b3db734957abf97d1c94280a45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "a0eff1412a8d4a67b832960ffdc6d93d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f40d510648b14be0aab0f9db557e3d18", "region_id": "RegionOne"}], "type": "rating", "id": "63561930ec4a4d849b998bd2da8c9643", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "936b106f2ce04faa850156bba16f7934", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f33402d2a91044f7b527ea0e3c6e22b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9fdfe364458e4f97b891f60092a43266", "region_id": "RegionOne"}], "type": "operator-policy", "id": "720c9ceab9304af0985e03604d49ad7f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a940ef042d804f9e8cdb0bcdbda4064f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f839a5dcfb1d4e17966fef3ed922144b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e5520bda0fdb4f3d8a7126640c280fbb", "region_id": "RegionOne"}], "type": "policy", "id": "a151b9c0eebb4a80b08dda81f42125c3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3d08d9b430294ddf9ae61d0e791fe365", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f66955ebb9714ac09477b4e4c60727b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0a3cdac501a24b27ab26c7b59d7ed168", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "20fd35d71f324b18a7f1b6af1d60054e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5404b69725fd4e15b57e4590413d209d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "490adf3b096b4180b22e781673c2f243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "422e9943bcc54b9fa6e0840355fa9154", "region_id": "RegionOne"}], "type": "sharev2", "id": "0186fee50c25444fab5dbf4022055754", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "33b4eae833e24534bad36d7da39d3a61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "928bd03ce1cc4c64bc2bd9ac2c4bb149", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2161272bccec495c85fa314fbebe68bf", "region_id": "RegionOne"}], "type": "share", "id": "eefd481a2da44c3f86bef2a6a68f8e58", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0afb18ae7d7641fc9229f46630e49253", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8d5853f93789457aa9bb314b69ead35f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "5ec39aa4534e4a7487db00e6218c1fbf", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f4643b66da1a4b8681927f62fc8145c6", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7625cd49c63e411289540670ab6434e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da5401276a614e42a7229d7fdc348802", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bfe5b86e7aca42a8adb329c537478fa3", "region_id": "RegionOne"}], "type": "orchestration", "id": "0c43b649498e40c282093eaab927139b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "895ba5bd778f460c95e661b5629084bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca54bf164edd467c91f0ca738e4811d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d327c78f7ecd4e00954bb88137420d49", "region_id": "RegionOne"}], "type": "block-storage", "id": "548a084b6b8e46eebbda1ce07dd5dab3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ae0da34552243208cb7c1ea4ffc6978", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bea880dce4594421ad45ef0535ba1b8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ffe0133456542bdad42fb1f4e7aba23", "region_id": "RegionOne"}], "type": "volumev3", "id": "65fef71546bc4714af2c5c0a77a202a0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84436c548f50454686532019484e56fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f392273b1e564a39804d4dde98791627", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08aeb2bbecd2475c9d841d6c8ecc0248", "region_id": "RegionOne"}], "type": "volumev2", "id": "7e36029c96614fcba4b0732d419a15b6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea261947035a4324a5e4ed77b1dc0e6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3dd11d281b5a45be8e6adb9e668dd3c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81fe84c6bb3c4255a024892c101d0e18", "region_id": "RegionOne"}], "type": "volume", "id": "efae8aa5dc6d448aa8fac5d99d0d1b38", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a59826c6e674a438be1992bda93c1f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "31c333265be342a097c204ba9fe2187d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49de7b369cbc405fa4d924ec68e415bc", "region_id": "RegionOne"}], "type": "block-store", "id": "722345bcb1814d748b79a2ae5647b91b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "455dd44921cb4c408835e0f0c1f7a351", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6c717b58aa184eb4926db3ba6d0aa4d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c917a48492cf4d44af82e774bd93c2df", "region_id": "RegionOne"}], "type": "alarm", "id": "9bd3024a21ab4837914c1012459c8c11", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c64ba27e2c804706a2d80d8ed01acc03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "04e2439c42fd4b31ae6a371482855324", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "069a47b724844e69bc162773ebe39cdd", "region_id": "RegionOne"}], "type": "alarming", "id": "ef7f4f19c64f48c7b4b0fe6558de7319", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "54dda6aa1c4645d2a93a7625383346f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c51502e8422a42009af5a6714e27ff3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "171f50b78a2f47a3bc57be9f1d8c5e9d", "region_id": "RegionOne"}], "type": "meter", "id": "98b0ec6163cb42f481ec756fe6b9b40b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0cd2dfa7ff6941d49d3e5bcad95d7046", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e69ce0af981f44669652476775eca58f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cde4b3c59de94a2abc6b353d8804c014", "region_id": "RegionOne"}], "type": "metering", "id": "b540a6f6892b4c5293e99653006e180c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ffd8341e321f48468d6513e3d033958a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f3ee0126e5f646abad202ef9ea82ef14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a6fc0691395d45bca6483d717e197e75", "region_id": "RegionOne"}], "type": "telemetry", "id": "cb24893d28714c178d37f0478509c4c2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "22e6ae77637c4e048bc4ad533ab35cf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "dee2f9e9deff45e7935c1ffd90bd95d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d30a88308ab94e98b6e406b4bc3d7a2d", "region_id": "RegionOne"}], "type": "event", "id": "b3dfe47565e04e4da5860b9f83ed7901", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7261850af9514349afda4e006c5f3d96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d9075e11efbd46bbabdc662c4aed4aa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "58b7854ab4294444bf8f7df3d5ee3600", "region_id": "RegionOne"}], "type": "events", "id": "a03ed765a087496e8fa1830e7389ed5a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3f4bde0c41b84708b5c290860dabfd4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1bb07e6c296c4297b41b864b5df19966", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7de31be445af49eb886e392ec056ba3d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "2f3323005159474a86c797badbd522f9", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "35188593fb8448d989f5b9dd5180de4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2ecf38ef02b045d9a97221340572c7ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "748a9f99342f4b318df5da9b535cf297", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0c57866a74874c6a9d343f7ad1915226", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f56613a68c5d479b933c8422fce4a930", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ac89596c08704f0997c41460607d2e13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "312a2d8b223b49c991151174d99cb604", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f9bb3cebd3944b90a356bf0fdf7e5c84", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "df5c7e180df94a40bee1b2ebee724030", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a961407b38fd4382a58f0c0ac72fe901", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "18afe4215cdb4786ae9c4e2396c5da6c", "region_id": "RegionOne"}], "type": "tricircle", "id": "8e106a2b242a4ceab7ea9dbd66cba760", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a91020efd2374d96ba4eb8d00b2a5693", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "70be91d9a3994410b5cd54b268e1e878", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "529411f16ce8481dbadfc695bb4bf5d4", "region_id": "RegionOne"}], "type": "database", "id": "8f6a089fd7d043188a07795e2d63a418", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5537b03abf6a4b779efb2d246fd1b8b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f9c158d96e8e4b02a43094d9a9ab7f69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f700baf20b7941098e30b0c841d74e03", "region_id": "RegionOne"}], "type": "application-container", "id": "aaaa75e60b5c4c9dafa68d5dc9666ab9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1ec0ca916b9a4e079be295ba21f755eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d06e5e4e3c064529af321c819d9b6abc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b80f78faa6cd4c09b75e3e6b7c14e4a2", "region_id": "RegionOne"}], "type": "container", "id": "f8fee83ff4fc44299af6389ad5c5c6b3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "10b8efd6f5934ce98449a1761e428b8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "df543502b5804ac59c1a75c75c1c66a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "90b759a7ab5e4882b60edaad192f32e9", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e9b5137e85144d64acf750c9d0597427", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "61db2846028d4c4fae85db5a1f23ee6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d2c226989f1d40eeabe44915790a6815", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3ffae1debd3945eba6e6cd670811a375", "region_id": "RegionOne"}], "type": "rca", "id": "c541e9dddf1f4e2589df6cf48b0b7a78", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a551be96696347e1beec5186f4032a64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "69db89e3a48740d7a1816dacce466c28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "80440fa7890a4ce2b450f3f34c30af2b", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1b0b2f2d204148ef9e6a86485ae6eeaa", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "b269238eac8842f7be3531eb0590a73e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4d7e1645734a45cdaa3191dabb1c8223", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "73846ecda4494e6f96a70af627814ebe", "region_id": "RegionOne"}], "type": "network", "id": "4712761dcc484306bb159c1afa682f1b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5ab461fa4fa84d97b120c86e3aa5a341", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c071f2f54440451b9df364951f9a31f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8d52f15eba3c47729eaefbfaaeace368", "region_id": "RegionOne"}], "type": "backup", "id": "c07d4f52fe5c43e39d68d0077986bed3", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "6dcddf01e46b46efa9319922f423d4af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ba76c37643854797903606dfcae7af22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6684cdbec0fa4f23a061a9ab867823e3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "29ca105a705c486c8d7c3e21bf3d12c1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fe6d633b66714eb190c074bc17e52cd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "274d339d39d84e8f8d20ff4ecd54668e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "2df535d4d93a49129f89a9069d530cb1", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b09694085dd9410a9953c4531b2cc59a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a1f0e1ddb7da49879932023a6fe183c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8c55962649874417b22b5b584421dbc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f7cfd88d01254f7eaccd5770fd14d5c5", "region_id": "RegionOne"}], "type": "monitoring", "id": "ec8d375717374a949927807e5090840c", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4881a976fc3f47e095a196c3c385e0db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "38d7d03359ef403ba98e1911ea4a7f8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ae20a52dac8a42969fa8604b0be7137f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c59cc2af7d8e4abf87cab5f8b3f36ebf", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3214af4e5f6e41389792b5c407feec24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1a293668483241168ab1d74396af7f89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4402b03a849c450298b652829f501646", "region_id": "RegionOne"}], "type": "placement", "id": "0bfb7437b88b46e381993e7d43f97f50", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c539f5bf380d4ad08d48e19cea7ff7d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1e732f8d377d41df8ae772a4fded59f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "06fd3ffd84494253a94be337e1b62502", "region_id": "RegionOne"}], "type": "instance-ha", "id": "4e46de3454564a63b3b792781a9c82d8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6bcadf432fa74dff9159611ccffbe644", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "543389376b0944aeb35e844d24bcdfcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b2a7cd0a5e9c4b82bbe6d7076cdc8ec9", "region_id": "RegionOne"}], "type": "ha", "id": "45fd3374b9aa478eac028e4b4b59f3d8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7a7241fa652a4cb299e10cea0ae6601d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2d628ba10bdc41d2a2df59e4b48290dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "342e003c3d4942b2af00631b41cf8aff", "region_id": "RegionOne"}], "type": "reservation", "id": "e8e576e9bbbb4fa38aff65fbce35a778", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8fdf96983bbd4bfd8919b40a396e494d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9151ad1d01ff4ca3aeeafa28fbea756a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "38e4205792c547a7a8d110249b704e09", "region_id": "RegionOne"}], "type": "function-engine", "id": "1eb18f91e4e54fb08a90d50fbf844e16", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "c18862ea58e048158f85c9f1840adf1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "02cb1b2ffed644749b3052d2585a1ec8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b6ca88177e4b4f4485adf3a58af85a61", "region_id": "RegionOne"}], "type": "accelerator", "id": "7dd652868a0c47e9891dcb61035a6d5c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d2f929d2cbba453abf55a6080babbe26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6a353f978bb7433fa2523f2fc2e1ad72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f7d7510026144e568001947ab013caac", "region_id": "RegionOne"}], "type": "admin-logic", "id": "df01121db24e4eaf85245a37c80652d1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "217e5d0d0a1e4c40bdb702e1b89ad1b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6d3330004b504e43bd2d87f018519a8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "da02bca31d154667811a1ac7c799ac4b", "region_id": "RegionOne"}], "type": "registration", "id": "8c06a3ee59bf4f10985942ca60fccda7", "name": "adjutant"}], "user": {"domain": {"id": "850167d0a4264c3fad89741e03b0c8c4", "name": "2624ad5b567547598193c710d212d9d8"}, "id": "f84188a59f4b4215a482a03e64423646", "name": "3821670f978d48a8914e2da712f2bdbe"}, "audit_ids": ["da694ecc9a6a46499843864a1246bbd6", null], "issued_at": "2019-09-19T09:04:49.835420"}} 2019-09-19 09:06:50,055 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/ -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Account-Meta-Temp-URL-Key-2: super-secure-key" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:50,068 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:50,096 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/ -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:50,106 keystoneauth.session RESP: [200] content-type: application/json x-account-meta-temp-url-key-2: super-secure-key {20} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_template_with_stack_object(stacks) [0.068916s] ... ok {22} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_with_stack_object(stacks) [0.069836s] ... ok {8} openstack.tests.unit.object_store.v1.test_account.TestAccount.test_set_account_temp_url_key_second [0.297427s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,909 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,921 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,928 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,937 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:49,955 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.840798+00:00", "project": {"domain": {"id": "e803bd4e353349d7aa2cb01eba0b5943", "name": "6d8c2557802d42cb940de9f369b8797d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6886eafaf8d5401cb594226fbabcc364"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0cea50c4423143ae840aef4af8c0084b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2fbc210bd594441390bcd1d458a170ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e9b1b7378ca342fd8c29f962fd3ffa20", "region_id": "RegionOne"}], "type": "identity", "id": "8ceb4288d1a1403abdfd6bb6f355ec56", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "868d5550ea53416d9575507e4a3d9c1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "081996f684094106aeaab57ea89e109b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "3bd9cac5118f4e09b56f954ea97188b2", "region_id": "RegionOne"}], "type": "compute", "id": "8f4c3101840d4466a3c076e9403aad2b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "57bd2087bc3144aaafc2392637338fcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ce840b2d89ea4243894e7b3bb67fbaab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "08048b399f694b399d204234963768c5", "region_id": "RegionOne"}], "type": "image", "id": "865f75d614634abeb864c062da718f6c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c2a054788324483aa365d8719fba88d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9e945ab392a14f249e963e52ed4dc9d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d03dd7d65aaf4f618ec8bccc488c7858", "region_id": "RegionOne"}], "type": "load-balancer", "id": "ceaf8e55a23f4eb39fd3db93a000ed4d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c184c1795af4179abc4ba60f2fd5cec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eece4e009afa49b495aead01cbc9ccbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0de8a9de4cfa4dcfa7d09d601be24c6b", "region_id": "RegionOne"}], "type": "object-store", "id": "97577d697d8e4c6792ff216fe5b76882", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "581a42c984e3436197b49cbf70506a3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f7d6239a429142cb99db7b1e04654453", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6f8c962c6fb34712adedc7d5fae8cb36", "region_id": "RegionOne"}], "type": "clustering", "id": "865899cf6a914e8a9adb34df26f7c62e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d4e6f2ae8b8b4509bae28af3aab104ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2b578a600ca141269d4bd94c66fdb674", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2a10b6f19ca64f93a92bc3e6f7742e63", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "843c4af72df9458480e6a35b2a35cdc4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "26dd1e899a614666bfde083555fda54b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cc17d76ad79c41ce9a9e145d8cfdb25d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2e63515a051c4611acecad053ddf0453", "region_id": "RegionOne"}], "type": "cluster", "id": "2f4e318d650348d6a2db117bd7375647", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9d69dad5a8bd4e53a5dc04a9d8711781", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "1aa7392dea574e15bd77021803f5b048", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2a365cda9b444e86a275de7b100a6881", "region_id": "RegionOne"}], "type": "data-processing", "id": "15722465806943debeda14110e339ad2", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7041a7cfcecc4db9a7ef6059eed8f234", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2c39bced4397491099b734a878eb7656", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "2a8cace7657446449134b674ab9afdd3", "region_id": "RegionOne"}], "type": "baremetal", "id": "49b8a3418ecb4c6dadf214dfb7e5d5dc", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2163e7c73dee45eea31519a66783722b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "038d00c23f324642a6f8f9e524094156", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "6f308ed8fbd2465597f24768f20135c2", "region_id": "RegionOne"}], "type": "bare-metal", "id": "90ea13a9adc64e4d900352187c3f7a14", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "931e4db844244cc190a3a54432dabbf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f5f54cf8f2d144b59113673c841d5e63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ce8154fc447746d69d70ffb6a2409ee8", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "dae7a4f69b0649af973c85c96f4b94da", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "875354d256a942d1bf11e14232703336", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "65e2e3dc6864482ba574a2c7e5d8ab10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "7c88f0dfee5748ce91e4e50785bc2983", "region_id": "RegionOne"}], "type": "key-manager", "id": "5926998c863b422abcb8bb609d03c0eb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f2428ed52bfa48ac812a7d766afdc614", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0a5dbf29acec471abd4038c3db216620", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c3bd4a962b7b4fc7acb54abab97355f4", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "1467291b0dc7493b87ec5a6614853230", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d5cf2f970007469d857602b9d1b9493d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8cf747262ec34230b1271f5127a4973b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bd63d6052aa2496e8a0bb76c138d52cf", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c4cb7083d149404eb9824cc70929861a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e9935a2149614f538c8b65c7eb4a117c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "36821602777b4453936175ccf0eb4ec9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1bf9e3664fc740e2a68cd05bc23b1c5b", "region_id": "RegionOne"}], "type": "message", "id": "d8af2c90cae945c69ebc59afae5b567b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cd9289da3ba7446cbef657cd9d78d831", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8ca0a60a22114698903b55e19908a074", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "4262dd89cb8c4e7ebb133fb32cfade09", "region_id": "RegionOne"}], "type": "messaging", "id": "eba27f8eb494466baa930444fc43ea04", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "69014973caa54af1acb4d4ab448a0e05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "39225b8394e04d18ae9ca71cbba77e4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4bb9db2d23104388bd8d855e16b3330a", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8f7d24bf585047938225e4ce83399aae", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "271c30d09cdc45ef8ecb59e0ac3037a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "350d463ae3624a33bca4b5dd3c5519af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "510e624c14244ee797624dcdf3c0ed44", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "494338ce5bae4fa3b8c8e48855d20326", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d1a6590a6274d7a9a904869a886267c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c760e7ee3b1439f97eb0d9750690485", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "329e44600c5145eaa0eeeb0ba6fb4442", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a520de2061994f6b98c20d14aeafa8e1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "50173c8d4f0a4627a06cc3e342931a1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e5d87cc6c4504e8a8b8098732e1f4d51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "78e5d15352404438932cad1a184d9512", "region_id": "RegionOne"}], "type": "container-infra", "id": "b68314e6f5a44bdfae3bad0a8c88cae9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "8e08130d00c747899af5aae2f9c58332", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5044335bc0fe4f2da278535efb280ec1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e84789940b83432284e6dbbb6fdb6c6c", "region_id": "RegionOne"}], "type": "search", "id": "c47bca3c8efc4a4d904481447ac2a979", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "356a1da9b8ae44c3b1a5d81d8fed7d2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "02413801fca3492599f879a8b7a88898", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "6f971c654d1f4c43a037923efb985439", "region_id": "RegionOne"}], "type": "dns", "id": "2fd4c3f1685e4f46aec70cf7d7c617ca", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "02a532a437514f82b95a4fcba976eef0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eff69c4b8fbc4be3a2395579c2cfd1b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "88ae543d977f4848972ae82f81df5e7d", "region_id": "RegionOne"}], "type": "workflow", "id": "cefce736eaab4b88ac06bf9caeb13163", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "40d8d0a0a9c64cc99d5a170dee275530", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "94fcb944c2874312a015faf8837871e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "08c721ea903e43dfbc74598324a2f217", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0d5f4dfaa05844d199e6e1e98de30590", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "96f4069403e44ed59e80f84015499b25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5012a8a51f64482aa28a782146bd5d0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "dd60ecfa9da14b83941ca0f3fbb9c68a", "region_id": "RegionOne"}], "type": "rating", "id": "585580c21b594d1d996e5034b2988e0d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "38b566ab64e3450b94f92c167fbf1542", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cf05c0b2faa54708aa00fded530a5efe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0a98e99f1b3f4a02bf63089bb9d74764", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a3fd3ea8de3f4843beaba79dfd73be0f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "fecefa66e5b84e69a116207260b931f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9e9646e565884f07b0f333c247e64aa7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4675fa3ab99947a7bcea54ff19074e9d", "region_id": "RegionOne"}], "type": "policy", "id": "33d4db8b0dc240c38ddce5c799dcf691", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5be231a5aa06424ea3645d8799e89cb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1287ec0bdde54caf87055b7c65021820", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5bf5b579c57f475e9fde1731ac08ff32", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "5601c56c2dec44c4a9c9f5d6c3f0fc8f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "06cbc29c3a2742a1a3360f8e49b7159a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "800f1f25e7e5424e96cca79f836aa738", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d5cdab91019044d9939928becf1eca80", "region_id": "RegionOne"}], "type": "sharev2", "id": "852e6606f83548658b0b48b99d1db758", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9f0f5550ecde49caa1fcd44bf3f7f888", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bcb576ebefb54b929b1fb01a60160768", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c796b900b88244bd8f847feddca2f933", "region_id": "RegionOne"}], "type": "share", "id": "f7e7812dbe0b43e9827f7f097988a4eb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "fc6c5a616a9a489e96406d4d565d7632", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "30c006147d4144aebab617b2ce97b434", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "89858ac5dba943a899ca6f53ed21f48b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "98147987ac11400080730a71c76a274e", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cfbbeacbab00431db3bd3727b9882e4d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d51f680cf4d441e38a3be0fe3e71335e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae85e1dcfdad4428b9a17fdd3b6982cc", "region_id": "RegionOne"}], "type": "orchestration", "id": "90ae413f1ad149adbcf10f7cb190edb4", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "45dd3c331bed4c8ca08b32426973e317", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1bd2f6a92f449aaa19956cc72f764b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b950886eacdf491d8f919d70a01fe2e2", "region_id": "RegionOne"}], "type": "block-storage", "id": "c4cc2eee29364a4bb1e0b2553191ba8c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ecc87e76adf40cd83b2fbb6d6d091cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f8e5b23b3ad54b1cbdde1b86064fbae4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "66fa04faa4df4540b32fe9d34baf9d64", "region_id": "RegionOne"}], "type": "volumev3", "id": "825b78ef493b4d6bae5b71c76a2faaf0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a406839b67f4e62b3275d2dc227a56c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6f080873db94ba297a551608a491eda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "11db883f00c24743b0f3d5f9ff658152", "region_id": "RegionOne"}], "type": "volumev2", "id": "c4635810eed945f4b4eaddbf507dcd6f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5dc2ccc46e674cdc8a8f432ec36b9bf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f3a1bbf8d004534bb5aa6b5828c0070", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a30d9261f3eb46b3a13097f2d7412b60", "region_id": "RegionOne"}], "type": "volume", "id": "d40a9c1090e64eb9a4750411a2ee2a27", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "330e228560bc4bf581fc3010da21ec3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7e51a19a55b469598fb9bd220a12ce6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bddd927a04ae4029a74d3bc9824487ab", "region_id": "RegionOne"}], "type": "block-store", "id": "c88a677880da486589386ad58f50d9af", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "98e27e460da54d9698d2095061a09f77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bee36368cfc74f00b1e2ef8d20eabe18", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8fb8441977c14d67867e85ebdb825869", "region_id": "RegionOne"}], "type": "alarm", "id": "56c01a3b72834e20a65fa04a0db81eba", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2940eff0d88a4d9abe6bec948d81050b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7a27029202264172880d8bc2c4565434", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "be599ffb23f146308b922fc776a9501a", "region_id": "RegionOne"}], "type": "alarming", "id": "0847b1c47a7c4ba2a96ba0fcdf102ce3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c9472cc49cc5453aa6aa984787def2c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "912a5fd759c3457d8e59e63868c0b671", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0f506e080b9d45709d20061c03f40e71", "region_id": "RegionOne"}], "type": "meter", "id": "4e84d145e539441b82e724e300d68087", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0c19df4c12624711a15db5fe500526eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2abf8f6282894dc88e25905471e67618", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fdf9f8e621954b0fb82d2408af8a2d54", "region_id": "RegionOne"}], "type": "metering", "id": "710af4793f444bc18b4d278154932fc1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8609c1c05bdf4e5cb88823ba218305fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "123cddc4ed724ef7834cf368061c8962", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0e7c4ed1de57444ea8a7290f4731fd86", "region_id": "RegionOne"}], "type": "telemetry", "id": "a9276bd0eb7e48b183363b65343f52df", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c2982679a086486aa73fe9db3bb10458", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "54645924ed31494689fa2b7776f301e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "01207d3a3a82452db02864240e3bbfdd", "region_id": "RegionOne"}], "type": "event", "id": "5345b9a755fe4d05a25a5b8fa2dd42dc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "63883eb1b58342c3839d1ace49d19266", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "070fba5ea5dd44098fb0bf61e6d195a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "99a2c36ed2a44f3189039409ca08e6da", "region_id": "RegionOne"}], "type": "events", "id": "ea2d19f7c3d24518ace9002de98f5d6a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "21030e20be55492893abb6ecefa0dd38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "831ad02e29e84f8b9cef6dd3be982f1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7ccee35e0cc84c9ea98ea8a898d80316", "region_id": "RegionOne"}], "type": "application-deployment", "id": "28373d3409924954bb9d96d3dd1f55ee", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "faa1371bffc94bc490a2fecef00dc8c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "57f021024b864c4e851d086086ee7a20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "02938a13999c4df48cb97e0dbd7db4b3", "region_id": "RegionOne"}], "type": "application_deployment", "id": "fcd95ef43eca4df2a47f11c959a871ff", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9d85a208f04548c28f034e61a323e059", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6c71d3bbf7704e23aa05517502bc70c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8b107db4d3c440cdaa7095c94ca9feb8", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "fc9b03e411ff41748bfa21020cce22e4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "52cb3c39c09249149f89a384b42a46ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8ae4c48129db44f7a8b316bb10924327", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "926ced8c476f4fffa97865a6e57526d4", "region_id": "RegionOne"}], "type": "tricircle", "id": "80e7844584194399b08b5d5d251d38e6", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e049f882dd064f66b282f68b96c0f8cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "fe5f63953c8048a0ab6166522fa074f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7b3ea42f8d624bb28ded7c9411f0f101", "region_id": "RegionOne"}], "type": "database", "id": "180db362d7a74b14b8a0f734031337be", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e735fb3c0a274f578fac8e1a027107da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7b0782bcf8dd4de6ad7fffd1a3d43700", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cb38c5f11e1d46b4a844bc5ca6a033f4", "region_id": "RegionOne"}], "type": "application-container", "id": "7616a61de66f4aa4b2dc3f1a065c4aaa", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "36b997beef7446c3bafa53c331e7c135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "97604119539d470c9baa6e9b63a83088", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f0a404e0d93146f987a30281f5b3d9ba", "region_id": "RegionOne"}], "type": "container", "id": "a8eddad49679453cbf75e8fa9c318ea8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e935a62c36a64f7b915b5620eca20da3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e11e491824854b21aaf1c8d7b5739659", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "734169da819e437f8f35ce61f65c7fb3", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "6ebf85ac452d4cb4bf552ccad6c8ae6c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "14018252ea58427abb987336814b8faf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "30f13a2d08fd45589c06beded3fc74a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f37ba63387c6422c9695efc08bdd12b9", "region_id": "RegionOne"}], "type": "rca", "id": "a38ef1b73eab4d67a5c9b79cc6881f71", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d84c861b68084cc5b43715fe5774c722", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "907c319787ad412e82b4262b2ec3a3a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "4673a39f98da4948aac5fb89c65185d3", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "9caf158a6d4a4bc1a17be829aadc0c51", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0e35212474e842a3b7a8796fc7a54fff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ab60ce29f0c24322b953253c5f848c4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "fe6b5f03532244b3b1feb3b44f5fc617", "region_id": "RegionOne"}], "type": "network", "id": "ffea69e4f905480ca35f9c8af57746a5", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e616c506375743cea65e218d6d254b06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7632d2f007b444cfa1bab496e73ab443", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "08975565186f4d74b5469ecd927bf3d4", "region_id": "RegionOne"}], "type": "backup", "id": "8994fee9a6834dedbef7e030e7ee99de", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bd517396e70840cf883598267db04490", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a0f485434ed342919d7dce387c1655dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0b5ccf421f6545299593586d1ad12b9b", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "5f8ed1883a2841fca79497bff6fcac0f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fb7ace24f30c4dd99369e8180a9014de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f6ce43d8107d4e54a93986ef1bb2a3d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b2a0184a8dba47ecacb1cbca516307dc", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "2949aead4c184ed19f50493f5e39935b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c632d94f89f8434da5ca70529fba6dbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "897ca330096f40febf55ab9c825ad6be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "47b8ffee2ff64271b2637bd1f6623a11", "region_id": "RegionOne"}], "type": "monitoring", "id": "4fb0476addb94bf1acc37ab1a8a435de", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "608d5c8705b7450bbb8c705a4b52e306", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cb1ece1a54ca49fa8d0577480af60b08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "19fe6d281c77492fabd5f4c23416e23b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d68555c21c42403d98c233772dfdf57b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "ea3f3f69d5b342e593727216cd8e8f5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "d1ab7c36305d4f06a5dc2a533e0949c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "753ca95b651e4446aed7a82178d24a06", "region_id": "RegionOne"}], "type": "placement", "id": "7102a923f13b4f3f99195247a5709d0c", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4787a0626f4249b5aa70980132dc4939", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c8a310d10f584ea6958b74ba92405f5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d44da6fcc5d94ea499707274d0b84c14", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c96df7c19f3646638d237d569fa679ea", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cc988c12ae884f76a31a5ee9b91b5979", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d33ce6df885a4a46843d94a8cefe54d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e287c8cdc06244fe99cf6ae7e047beb9", "region_id": "RegionOne"}], "type": "ha", "id": "05bf4ed55f2b42d09a8b051adea95469", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "dee39d104aa84d2ab3e13c4c7321e2f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "49522df36f3144018d7ab9e3f3820fbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1e1dd889c78a434e8b9528bdd9fa643b", "region_id": "RegionOne"}], "type": "reservation", "id": "62a65477c7554b829ecee0cb2686a0aa", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "32a83b6424da4d98a4754ee6e365a237", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "068003b7af5345a7b29e094985662372", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "dbee47dbeb0f47d6aaadb88befee8ee0", "region_id": "RegionOne"}], "type": "function-engine", "id": "25fbd6727ce44c9ea550fcb42f149d2c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "993ec6762c184a1fa64c25ba8bdaf053", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4d0544c84485417dbc432b1fceaf4ff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "4e599d2f722644f8a4b68cd66a87230a", "region_id": "RegionOne"}], "type": "accelerator", "id": "3c316e1351424ee2ad711944f6b69c3f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3ce7b66dfaa04d8fb4d14d66e46f3361", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1af3a2753698498caeefdf947e5683ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "130fdc2674044f2ab0a2218e9a5c8646", "region_id": "RegionOne"}], "type": "admin-logic", "id": "ba1c94e42a9742d3bfdbc5d7fb9f93e1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "db7b519627dc45cc8665c7a534d0a214", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "967bf05c3436426cab982c382665a599", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e30ffb48f0934badb23f62230b21fdb3", "region_id": "RegionOne"}], "type": "registration", "id": "2d022829273447ec9d127e766142c01a", "name": "adjutant"}], "user": {"domain": {"id": "06dcce06bb1d4d7da2deaf73333b5705", "name": "bb0ab00ecbde4733a23895dca1350d23"}, "id": "03d43e6c68024a76a2f4d5308ee03681", "name": "9b7b2a940f144d40935fddaabe799390"}, "audit_ids": ["cbc4a6865d774ffc9d794bfdf683f182", null], "issued_at": "2019-09-19T09:04:49.840798"}} 2019-09-19 09:06:50,078 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/ -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Account-Meta-Temp-URL-Key-2: super-secure-key" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:50,089 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:50,114 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/ -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:50,124 keystoneauth.session RESP: [200] content-type: application/json x-account-meta-temp-url-key-2: super-secure-key {11} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_floating_ip_port_forwardings [0.053225s] ... ok {14} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_software_config(stack_act) [0.038645s] ... ok {7} openstack.tests.unit.network.v2.test_service_provider.TestServiceProvider.test_basic [0.067004s] ... ok {6} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_template_with_stack_object(identity) [0.068602s] ... ok {12} openstack.tests.unit.orchestration.v1.test_template.TestTemplate.test_basic [0.063173s] ... ok {13} openstack.tests.unit.compute.v2.test_server.TestServer.test_migrate [0.073840s] ... ok {29} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_with_stack_name(event) [0.068247s] ... ok {4} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_template_with_stack_object(stack_subres_id) [0.064701s] ... ok {0} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_find_stack(preview) [0.065607s] ... ok {28} openstack.tests.unit.object_store.v1.test_proxy.TestExtractName.test_object_metadata_get(discovery) [0.259963s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,984 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,003 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,011 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:50,020 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:50,041 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.906160+00:00", "project": {"domain": {"id": "83f7e3da450f4fac87085096140c26f6", "name": "580c6ee5e1f2458aa3bf6fd90bc1f52b"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "fc50f4ad833e449ea1973845bf1ebc87"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5ea9fdb67f4c440a9b7fb94911d89b23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "6b856184d1e04cfaa14b02006a23a786", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7a1975f148d64072bbe12471ef5f3abe", "region_id": "RegionOne"}], "type": "identity", "id": "18c4484c536e4a26872c65bc142905df", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "56bc2103a7314179944d5ba4a612f8bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c11d815db46f4e298bf390ee56ee494b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b693f016e3194737afaa2b729dac7c12", "region_id": "RegionOne"}], "type": "compute", "id": "00b8749445874131b9b80ce4407da08f", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5505bcba55854d229055bce2e9da358b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3605bb6d197f4d2d9cb5117dd0d370ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "9fc8f8adc48547839c22f0ebf94fb6c4", "region_id": "RegionOne"}], "type": "image", "id": "ba93a7f9f2d840d883c4d19c9e2d95ea", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b5371ee5fba84a80b38a53e4c60abd53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "88fe2b7e86b74f05af53e78d9780d2ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2bc0b38a09fc426b978106cbbc24000c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "49172e47490941f0984694371e3757ba", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "af27e0868322407991656d57058e451b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e4dbf3fb6b7a4209b87346420365d114", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91ace95ac0e84385b5fa844948e9eb60", "region_id": "RegionOne"}], "type": "object-store", "id": "f7b59af51a4349a7a389a8ad665dc5c1", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9f5d7e3882fe42c98a67b11b59b27f1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "691b02b90ff44de2bd35272958db9e87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0feada6a4afd4e2694303a14fab16b26", "region_id": "RegionOne"}], "type": "clustering", "id": "6012bd3c8cc24ac7b63987bcf98c93e0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "41600400afb943d9a4cea661ff16ff9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2e05d54449f04a879b591ace452177ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "35a0794a4b734eba9e08b301dffd143a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "7094ddacca964f86b421a7cde7ddd034", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "240654af6e584946a74fac783aac5ae4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f2453e30d141455ebdc37a1d256115f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7df0bbcc50754fed9d1636d706d01192", "region_id": "RegionOne"}], "type": "cluster", "id": "d913671b275f4038a015d188ce5b3d60", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cfffb912deff4f33a79a927def80067e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ac1ff917f04e4e61b26c8c679b12aeb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "89d9c924c10149edb37bdf55228e0002", "region_id": "RegionOne"}], "type": "data-processing", "id": "6573877ae17c4c88b98db8188037db97", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a95d8ebb554c4726b385da495bc9561e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cb214bd2063c4c07a88f92ad5bf845c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8fcece49f189480fafba5c9bc3ede439", "region_id": "RegionOne"}], "type": "baremetal", "id": "d0ba7bcfda904f018f37d378413c00f9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "67fbd1aca4d944fc997cb16d3ab4a5fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c638bab33e7a443099cc2f575fa659a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ffd6f098346b49938c3ffdbbe44675c4", "region_id": "RegionOne"}], "type": "bare-metal", "id": "913f09fabb96485a82c0a31360fcfc61", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "60c31d606ca84bd6b8bb6ace5094c0d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9f7f7c1471f4432695f87be65a0c19ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "180f3e2d9e144d9d9b77ba1bc2d2845d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "680f5303783a4092b73e2111e96e8c58", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f7518926a543414297cf7db2a7b1f6d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "afb2cae293a74728bf2d0be554e86175", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "6ed22f64179a42da90256bf556228d6e", "region_id": "RegionOne"}], "type": "key-manager", "id": "9ffe97eeff864367855272249200c6ea", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0e85ce170fcb4798abb2e928e99be1a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1fb19146e6e34ac8a94461c41f18703b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c2212c03ee504ca98b6381adc4a8d791", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "35a08e491eb44d8caf34535376f2c53c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f107add1469a4d6b82ecd5f732837f90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "29f888871a684df58e7402f3452750b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "98d014186b974feeba614f311c2297ef", "region_id": "RegionOne"}], "type": "infra-optim", "id": "8b8e70cce23b4f27887c808bb523fa9d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0ece436c0cf140908c05195924d56777", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2e14382032a2480391af17e6ff1f73de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5923e7c18f0c405fa98d7b735c95b54f", "region_id": "RegionOne"}], "type": "message", "id": "6d3a63f54fbb41bfa125e3e116042c49", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "716f7fdcff4a468593d96e30c6d7f438", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b6f559a050744e7b8170abaea53bcc55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "76a148db94ef4de4bcef0768288df3ac", "region_id": "RegionOne"}], "type": "messaging", "id": "2b95b2346c86404586b0bc3517aaeb6f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "8b884031c0d747989cadb2ad644f5fb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b3d3ab3f92d1477b838732c7fbad49db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "057ea7934798465fbeddbfa6e24c089d", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3fc6604b16704b6bb73b7ce80adca601", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "41dc1ce04eca4775bf4395836bcf3396", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "380914bcc59e49c3946bbe6761c5aed5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b0453b2f77645b2b93f8c9adf8e86a8", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8f05cad97a8340d884bdfce09ff0deea", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8187e17b356f429aa6a8be389f1f7966", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cb9440bd01b04e46b34613aaa8f7f886", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d0e481a3d02547c4a8f7c878ddfb0e34", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "8105eb56dfd64509b59fd928ccd72f34", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fed1be60e7be48f687c99f22ca6cbc50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4661da8a592e47e4aa63401e7289c217", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c4accc0628ab4cb29e175ed37ee3f493", "region_id": "RegionOne"}], "type": "container-infra", "id": "92c8504d1dc64340ab0ea69b339cef38", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "cf22f7c20f4e4124bff517c9fd6e6edf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d8aa18c9099d4ec1bacde021bd669724", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "97c9a561f16b4ffbacbbe9719ddc92ed", "region_id": "RegionOne"}], "type": "search", "id": "acb589eedfe14eca8b33b2f9070d7959", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1787264b42034e44a918f57f7fe31df6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d8781ab2f1354deca779a77043a4514e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "a0408ace1562448891364f414698413d", "region_id": "RegionOne"}], "type": "dns", "id": "86ccb6fb8f5244178d5851b1bfdb073e", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c873880ee1d54be1aa6c279701cfb1a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9216fd852f384ac6819d6ed63e32f8c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4a0ebbd151714f10a28ecd9c713c0b49", "region_id": "RegionOne"}], "type": "workflow", "id": "572c827989d34a1fbff03d7d14824b2d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3f19f53d09f444cb84cf8a856c6c10a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e05de833cc004c34b052df1dbac36e3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4497344e2788418d840b6f2cf05dae3a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "292cd475b5654d47970d895f5346f770", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "50221d12af584887b511047c88ebb397", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "1974e1918d4a430aa8f3e51eed18bc59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "02bbc0d635bb4b609572cf12a92060f6", "region_id": "RegionOne"}], "type": "rating", "id": "6981f9a93a184359bf0589a591625074", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b40db54d16aa4e0b94385e344adceb54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bf4e790b6b4c459da8a4c73d36f9b51a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "12cf74bbffb945bd8d410882066f28bd", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1114a0ee85b34a1586b690d6c90ace18", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0612ffbe033340238618f5c66a5b670a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "09e84299edec4d3a9857aacbbe98deb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "dd85a3695574443681dd6ddb9ed86a7f", "region_id": "RegionOne"}], "type": "policy", "id": "f57fda266bbd4559b95093c638c70ba6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a783f353e719408fbcaa4841b14cbc5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "70b2007220534770a78813725393a328", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9656176de04f4c80aa82e3b82408dc8e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "56c521dfdb0848c3b0757b006230e6e9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1630130c30e649ae82781cf54c985a06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b5dda923e8c743b8b83ddb2b951f6fb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "409a5c30ba5041f88081757a2e47ff86", "region_id": "RegionOne"}], "type": "sharev2", "id": "cd47b1c44df2440ba5866cabfefe3e25", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "114426c99a1d49018e8ce0ea1b43572c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "df85ee194e1346c1935ab9a916fdb677", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6b7b5c8053884332bdc90dd84ecaf597", "region_id": "RegionOne"}], "type": "share", "id": "a1727480ef474a9581c8d7c0d0ee2544", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "f45a8c6da910482f99f6e635850eeaf9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6af9f98944b04e91ab30559030cc5899", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "07533d4738844510a91bf48414bb6ebc", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "5bb6ac6a95fe4474af3639a0dc6887bc", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c9df5de79fa494da61785f02c1d5a5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "da4fa0f4b9914e498f9f09d6942b7113", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "361b07cbb7b34a24a4bac820274affe1", "region_id": "RegionOne"}], "type": "orchestration", "id": "51a09110c4674e19ae3ccf4b4c06642c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc15f943f8d047f2a02c47920409f26d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79157ddcfbfd45999a7939e56fd3273c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "373d4eb118d246b58ebe7a25eac2a815", "region_id": "RegionOne"}], "type": "block-storage", "id": "3359c1055c764c34a86b005d9a8f4edb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8c0525765244a56bbeb169b3fbbeada", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6af8ea88b97549dab9580656b277ac4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51f12b6ba84e4951aaf25b9007300e5b", "region_id": "RegionOne"}], "type": "volumev3", "id": "510becd0e99242baa6203dbee46e1bca", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f99e24587784151a13169887121da4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0bdb153d2234740bb6078f89ccf02ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e0cc8994ac14ddeac155ccd1653f084", "region_id": "RegionOne"}], "type": "volumev2", "id": "3aef94574f0640cf846cb6dd23df376c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1bca739df33a42df846c90245892d207", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5b71967da17b488cac1972f8a7341f23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4250aa04691a423b8d481b0389291f4b", "region_id": "RegionOne"}], "type": "volume", "id": "ac2211b932304cf8ae0b93243909274a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "365a1955d9cd4c29be02bdbc714f7902", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f6cab316b2a9440eaa3fa055d13f975c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6015a05c9d294c6eb508b10625d93b35", "region_id": "RegionOne"}], "type": "block-store", "id": "62f9b4fee58440bdb579edfb886aae2f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2540e31f69004202bf46b7a61ad9399c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d98be1bb6fd24290b930b0c2bcdacefd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bfc8a3c422de4697875c32db9c7162ae", "region_id": "RegionOne"}], "type": "alarm", "id": "302dbe3eff7843e4a39f6e1f63310db1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "25322e6c2bc84e60a2aa6b4c3c41f1c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "05c6414a0188462b8cbd4a9810e9b040", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ff4f1bab37d74045819043160794f239", "region_id": "RegionOne"}], "type": "alarming", "id": "bf90ea838948459b9ecfbbf3f9a0b68c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5a6c3c5001e84140b90e313cdc2fcec7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "59f9da68d2b54eaba856367b4c4bb984", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ff652f5e8b354cf491aa53972c39e42f", "region_id": "RegionOne"}], "type": "meter", "id": "fae84b99d1a640d8844b4ca589d90d26", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "32b37ea62e124f429b647c289f60761b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7d2dc5fead6342eeadd59d4b53f3e962", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "708d072bb8e446e091341f2c1d697026", "region_id": "RegionOne"}], "type": "metering", "id": "12c9d21107ac44a6a85ef1d347fb16ec", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "5bf1e036590547a2828d210f9bcea98e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "da253820aef14c028ddee4eac5cc2214", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8b492b4e0bfa46979c3afd9e20ce542a", "region_id": "RegionOne"}], "type": "telemetry", "id": "d4ca219f38d9449991622bb82e65b40d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "194a7ed0e30e44c7a750c47f74a6979c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "093cdd34b19b4402b000261916bc2243", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e9e13a69c1964e339ff27eeed6a734b3", "region_id": "RegionOne"}], "type": "event", "id": "b1ee61196f71459f92fd0aa4a858fbee", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "140f46f5c25b4368b65776d98286af74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a8971e9f33c240d19d99141d64340a13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c660802f6b0541b9aee8c7b3d733c436", "region_id": "RegionOne"}], "type": "events", "id": "65cdeb90c57945369b875999e89ec06e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fcf54c4fa18244b691ef674f26c78e54", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "87ee95f1dd2c41f1a0931ee86c243916", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9cefd5416726465485cf93205803aaa2", "region_id": "RegionOne"}], "type": "application-deployment", "id": "86725e0c36c24a1083667e72e3b6633f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f4f559402fb447da848ed5c9008afd71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4bfb756ff12c447bb066a9e25aec1e34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a2ee73ed01b44f749aa5f6438b1500ef", "region_id": "RegionOne"}], "type": "application_deployment", "id": "8a893c9f60714f37a7144432f7b1c203", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "42a814befe9b48e1bd4b1880e7e2a573", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "da5bfa20d3cc4a1fba785a5c1dc08a1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "742bdb39ab7143a58a2e3854fa770fbf", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "04844d56810f4fc6af8bd1e9dfa7e792", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1b35aa2063af452e9ca2019d310ede00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7d6b9676ce8944ac9d967d1dd1cc3748", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a31079ce2f90469f807bcf400bba9405", "region_id": "RegionOne"}], "type": "tricircle", "id": "f7c6634c335d45c5bd8ba094369e7195", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2deb09776c6449908832c8cb2218f747", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d5ab92e669b6470d9f04ec72ebfa929e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "53c8e6dbefc5477e9f54dbc75c1fc607", "region_id": "RegionOne"}], "type": "database", "id": "7a874181beb34618926ec32be0080578", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2c540ca9d1d64c99ade47cb56294a65d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0a3adeaa36b549d7b9b434b0f3dd058e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "52cf9a391e3c4f7e8a45e9d351c230c0", "region_id": "RegionOne"}], "type": "application-container", "id": "9bc9a8c9ad8d4eabab23aef2b48c8660", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cbb47ba64d9d41ccbc45a58fb3e57d7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "be380f7e95d04ce491a937b9c251aa9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "78674984253c4c5285a85fa245391fc2", "region_id": "RegionOne"}], "type": "container", "id": "cb91cffabbe54aa8a092f9dd5ea837b0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "76998f3d5da34724aedd98c3baf01c0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b8ee975e4a6d4209b7a09183ccb0d4f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "db31d371c2f84af4842bef52726e028a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "bf9d5162456342bf921b410824a57121", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "851b9a59654c4499b97f0c2e82445ca6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "72ed9ff2d1f242d0918650def12dc22c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "dc118206043b41a5a6b610d9498641cb", "region_id": "RegionOne"}], "type": "rca", "id": "5d75b25643de4979b0dc968b384db97c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b17403a848274f33b9799d9e8458bffe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "db82223bb99d43a9abb6abb560500827", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "cc2ef89c591f4434938b683a7657689c", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4d933364c7be408b8270e42c3f37d654", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "94e643635be74d68b45b8cd877983e33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "8359ec3ab420447b9521953e41548784", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "87ac8e26dc6148b1b049a0a0d0112b02", "region_id": "RegionOne"}], "type": "network", "id": "58d584cdece14f5f98e0fff4a5ab3bf0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "32710267790a443a9c0836702ce2c215", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "ff46e9be1e4f4be59bafadb1af08b4f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "88ceac28c137425d8a90b2c198e1f44d", "region_id": "RegionOne"}], "type": "backup", "id": "035a1a66982e44cab795c1bc4fee2e0c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a2b3b4d1852b436a8064936e856f9a78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "37c7d67b0c5941aeaa85583908535b7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bf8a15dfdf824ac3b4abef3375640a23", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0b7668d22e11471d829aeb1c706bbfeb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0d1ba6b7575e4997ad5718b7e15a6362", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "55eecc52199649a3937494b7d1f79f97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "62457afdbc1a4f2f8f454c113179dd38", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "84af9f13a5d64a789662aa5cb7aa0d01", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4a6752a881cb4e79901a786090e3bf63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5161bd7bacf64f0daedaa7d4672012e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e6c2e8ffc9c04132b82a4dfdbbf8af51", "region_id": "RegionOne"}], "type": "monitoring", "id": "1c786a3847b3408db864f0ea08971dab", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4324c5637eca4a839de630073f3e2412", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c38f53be95474c0e867285190f96202f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "70c439ace3804f68af5252fb8f0d1e33", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "32e4beceebc04211936528132a90e30a", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d6231f5823404181bf91ea64f821dacf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "cd3be3172f044e388b1697593082a9cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9da93232cda4436f8afe37416d1ba0a2", "region_id": "RegionOne"}], "type": "placement", "id": "f07df6aca3934374aa0999cdaf83c770", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6a313936491143668064b73127a05312", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "98719abf908c44699c5ff0c638da2b14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0d503113bee244daa0117198c4e96f03", "region_id": "RegionOne"}], "type": "instance-ha", "id": "244045c23eac464e8655035ebe74dd30", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6ee0ddf5704441659448354d89d37d71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "29d0e89161d44480afb910d2711522a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "af01793b210249e789a4d63604a4bde0", "region_id": "RegionOne"}], "type": "ha", "id": "0331847fae9348d0827f24733c3eb7ad", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1d3b65d9ffe648028fda71d8c65a3056", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "6a16e2a0487f4386a8dcd259c608ca1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1ba5bb6f5f7c4ba79423d09af019de5f", "region_id": "RegionOne"}], "type": "reservation", "id": "70d05689203d49e2885b5c38b3ea937b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7f56de4205ff46b386e22682e99bb7f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9bf95063e5a84ac09dba25decaab9945", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "eb9c9773ff4d4a5c91acd8779375f725", "region_id": "RegionOne"}], "type": "function-engine", "id": "05ac7e3015da42fd83e8582bdaab8096", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "73823e49342c466fb64c8f7572a6c7ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0a3ff9dbc5b64f30a3f1a9a8cc067eab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "273559f4e51c4b879deb0f02f34c9ee0", "region_id": "RegionOne"}], "type": "accelerator", "id": "55c4ca643a9546139e4d7ab3600e419f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "dbb3551cac1744c6b6c61a2ff7940e09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "16481f4a323441c5bd530e8d8dbfc649", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "57761ac78867425c92f63f2733a39c00", "region_id": "RegionOne"}], "type": "admin-logic", "id": "491a39bc82ed4baba0c8b41f076f6bf5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fe28f812f8584e2ba7a7fbce3fd2047a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8a694e1f70534d4f8414dcf942fae760", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1d2257788f354de7b3e033f266cfb7f5", "region_id": "RegionOne"}], "type": "registration", "id": "fe1a7bb283704dbd8e5a1c1bd5f24550", "name": "adjutant"}], "user": {"domain": {"id": "435921871fa3481fbbcc739b07387514", "name": "9d0c468c6e73482480c245e9fa54e417"}, "id": "beff5006e7ff44c591194ed9824faf43", "name": "4e82f3c30ce5443091504b548ef6418a"}, "audit_ids": ["a845b9f5b08243db82ac0d6b1e004ee1", null], "issued_at": "2019-09-19T09:04:49.906160"}} {25} openstack.tests.unit.dns.v2.test_proxy.TestDnsZoneImport.test_zone_import_get [0.049389s] ... ok {26} openstack.tests.unit.test_resource.TestResource.test__prepare_request_with_id [0.047554s] ... ok {30} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_stack(stacks) [0.067733s] ... ok {17} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_software_deployments(stack_act) [0.062352s] ... ok {2} openstack.tests.unit.test_resource.TestResourceActions.test_list_one_page_response_resources_key [0.164467s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:50,078 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,088 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,097 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:50,106 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:50,124 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:50.011304+00:00", "project": {"domain": {"id": "2f40542c54e045f3a0f6edcaeba3c130", "name": "8a435235965d42da8b9446dbfa7ee617"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8e790cc14e564f2792af79b1f1fd6069"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f9683587495149c98a19230fd29d2cbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "1400c411f7f84be7a125dbf6c1b932a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a47578ee737a48cabe165d1ef5f64886", "region_id": "RegionOne"}], "type": "identity", "id": "c867d088df0a46a4bf0354c8225b3229", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8b6aae0945db4a5091cdcd1a6933f116", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "138f2b4a99c247448fd0ed32b78a7b1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f235cc0817324898a09c0abd4b966da7", "region_id": "RegionOne"}], "type": "compute", "id": "e763e922240841ebb95f6e3eb58c2759", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "da4d6f62b73d46579d0ab81615245f3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5db49e72625644d3a368b152b51b5c5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "809f43c112fd4a52b66e1f3fe993273e", "region_id": "RegionOne"}], "type": "image", "id": "e8cb4d6dd2db4b1d9c627c01f7e62262", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f3615af6816549f3afa85c6b00b6b064", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b16e1ac37cb14acdaf6b28c24b3e8126", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "3744ff3f65ba4ec99f9c31c9824d7950", "region_id": "RegionOne"}], "type": "load-balancer", "id": "746f9b75438c4f5387272b839cc588f9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "65e39bdd491145dbaf88e3a96e0a5623", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3ba810e00a5458b9800af5e714b8944", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b90a7b9c0339494d9d4b3f6bec5167d0", "region_id": "RegionOne"}], "type": "object-store", "id": "cd49a7fffa914513bd18d457b23646db", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1c69d2542b7044c68bfc786d119b1f08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "35a6f63439bc4eb48a4a536c1ffc0513", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "759b6ce8889a45fb8a4a31adaa721ee6", "region_id": "RegionOne"}], "type": "clustering", "id": "b2ff9d5dafe3401a9c5fc62a978f5153", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a2c122010adb440c87302dd2fd1c605d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "66fece71c1634ef3a7c2946d68c90dfc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d91ac6df29ba4409a508d592c87ae43b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "52d94473f73d42b4be1395de2fc2c32b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4a108e805d944a7eace697ff6e9aa188", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "392e9592e0174f09a769acc8218694e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "74ee9c1b562742fe976b080e04aa35cd", "region_id": "RegionOne"}], "type": "cluster", "id": "d05123106142417ea7d7f80d4583ae5b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "bc8d6774190a41dea9536fe5646afb39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "27f9e7c7c4b04150afa3cbbf97fa32ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "41e8d0ce5fcc440498102c0b1941cc22", "region_id": "RegionOne"}], "type": "data-processing", "id": "d4165a92413e46a0b3fa47004c7eb4a0", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0ac50984c2f6490ba75387747bdaef4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3ddd16df5325486dbbca39cfb630ffc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d4198c4f8308476aad95566f83c4f55b", "region_id": "RegionOne"}], "type": "baremetal", "id": "6715ccd480ff42498ea1cc03eb3e854a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2e33e42e11444d45b88a635714de1179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "02f32f89bda34f3abc1a9bcdec7008f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "82b8216221ec40b5a0c3ec43d21a29a1", "region_id": "RegionOne"}], "type": "bare-metal", "id": "1e708b7e8375450e88ec586c7351a8e4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4b237643a2b04bdbb32e1aea5ddd5785", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2f61f896a323483d8cb6f5a00b8b1553", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "b22e47d39bb44c9da3c95f2044f61ba6", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e70a802dea9c4f3eb7417461b5b72274", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "1c17d9a39fc2453b99c7995d5c496bec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2b1b798687c24332950b8f1ab911e6a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "0df8961e1fbc43528a22a129ed2a9042", "region_id": "RegionOne"}], "type": "key-manager", "id": "8b8a0c3c633f43348c106622b33df789", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6b4c8a1f4af2478884c33486c9009a45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ebf395c39e8d431c951baa0db88c4ab6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "24f7292f2fde4ce0a1a87b29f11d6000", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d16e61fc48c649848ae6087e66852b4b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d87f2578dc5349e2bf3e237347cae72d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "610ccd7a315f4665a6f7cd972a1a5656", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "850198205f5240e8bc9092e606029e5f", "region_id": "RegionOne"}], "type": "infra-optim", "id": "11b660515918425092cfa98dcb07d53d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2e601db00bab444b89fc6621fc21069f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0699af95bdc746f094264b43488cbd5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "44d6d0155f2d4528b727bbca5f714a39", "region_id": "RegionOne"}], "type": "message", "id": "4246913cc9614db1bf3f69fca83350c2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4f7f38bcfd7a4f25892e1ed8aae86c55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "cb49b37ad10b489396de57b563b32c61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bd5c19495af14b70ade42746e95caab5", "region_id": "RegionOne"}], "type": "messaging", "id": "4d9fb2c82a194175a608e0ef4f5dfcef", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9796ee8d007b448cb76eb5d6f628fcfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9957f292d8594e2ca9402e8d86810f25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2cfcd77e19ea44d1be51b5bfb93856f1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "5d56370abdd64cd4a4ad6e7dce71f2b3", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8feb6e85675b4b63962dc8af03dee210", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "267f5529eb314d1eafbf9fe987a7014a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9462935de7e7488eb350df5ae483d4af", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c9bb4ed2f6f644948ea85750985502af", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f7ac25a696024c82872f7a19276dca03", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "02005625bf344c3490a16df9b0027bb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b61ecfc515e5431caa695e5e95238ed8", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "8677bfb5a53340fa9ef4f7a7e3ec9d95", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7108f92e2394416bacc9a0a4f1c987e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "15eb5f58342641718b935bb053f696ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8b3e9f6c2ef24adfabdd783edfc68293", "region_id": "RegionOne"}], "type": "container-infra", "id": "368aac6b5c584aae83b65e582b51a538", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f83bb6a77e204663b1ba1ed22eb5dcc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "db76aa794b384d4fad8867113ecdfb2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c028b615f0d5443fad2ae592da54365e", "region_id": "RegionOne"}], "type": "search", "id": "7265ddbe7dcd4564984aac21714ef200", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "921e3e417fed46bab77a164610c538e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "712d112dc552471c857742aa35bc872d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "77982ed7196c4c4cb44ebaa939c5040a", "region_id": "RegionOne"}], "type": "dns", "id": "7b35ba1b11b04db8b82ade7fda3440e4", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d0b7ebcc460a4f69a69a059c99150ca9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "627235ac0df245138ba159b7ca26a195", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "16ee30a8b25944099c17872420f287ce", "region_id": "RegionOne"}], "type": "workflow", "id": "20b03c8887d4427c84f206542ed558b5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e389399491e0497393351c45824f6767", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ba52b29c2b104c95a294764c182528a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c92c0079cbc04db19aacac62b6589705", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4bc1b3c16d8340b9855071878c4aed1a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6b43d6ee61224d7998e8d8fe2b8ae847", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "90afcda50b774fa4838c4636ddbdf41c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "610a1083bdb74443a0fd9545fa3d6219", "region_id": "RegionOne"}], "type": "rating", "id": "a251eebac2b64d16ade70087121e7ae0", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "501a55c0d06f4c5491b1619b7a2967e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "814800d57cde46ebb8f2403aa28df34f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4a5ce3bc5e1e42c7bb7fa25dd14d046c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "3d23e53b528442bc9ac744adb09fdaad", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "15abd31261b946a0a19a3f13412633c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ef566a6e818c47d7a30b8d238bdd1b73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "414e6450b2e7491b9fb6af1b8ae1a4b8", "region_id": "RegionOne"}], "type": "policy", "id": "e1b0399a27d5452ea2c1af41df418653", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6349b79d4e164db5b449c079604921b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "af5d757cc0c74f04a5e8250f286c654e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a605b0e512704d59a77e8ea3a22cc200", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "bf0bf4daf81f4f028f07a4daf1dbf343", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "891b63fba91949a0befcf30465e9be5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8ac1e368490a4e66a04f5d13723c69bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9eca7b1cc9ca4d9283e8d1ce8f8fa59c", "region_id": "RegionOne"}], "type": "sharev2", "id": "3823442688cc46068c450e916b302c99", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8280a9d979c745c593aff4563b84c369", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3131e7e2344a4e89992bfba74f91d36a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3b163163afb94ce890a741368848916c", "region_id": "RegionOne"}], "type": "share", "id": "6dbd5b1f4ac0478591bd5217e21f35be", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "78f43652962141c297ecbb6e0cb352e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1be2863b05ee4465aa6be9e18dd62d25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "6589ec797dcf4c03becec18ee03d621f", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "840c98a6654d4809a30e62aed9267007", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "760ea9afb7804bcebfd4ee4908c8be6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2158d53fa25472e9fd1e77e87382a55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3587e48b35ac41f688fa00267f01967c", "region_id": "RegionOne"}], "type": "orchestration", "id": "a818e384dffd44189167b5b7706661a3", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f0100232cf14cd190d1c66b183d7eeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a7774d1eefa43719af0a9f6f4c5c6db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ee743fd9b03c4455af05b9f52ddd80d6", "region_id": "RegionOne"}], "type": "block-storage", "id": "058bbe1a26864442bde7cbe43d7fd3cf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad8471fbb7174676b19a77c3e3d9aee0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4cb906f3a34c45f99a1831b29794d4e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75ec53cfdbbe44ccbbdd1db8da76e467", "region_id": "RegionOne"}], "type": "volumev3", "id": "097f93a5883c41dda09e1eaa5bd06e65", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ece3d5b45a914473a1ded2570f3394ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b015ee5c40434ec79f5a46a25279cf39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b10fdb5038b44a68c5cbba52c71a2c3", "region_id": "RegionOne"}], "type": "volumev2", "id": "958517c2e1d54e44ba15d9bd4930eae8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "caf5104810af491382516489e61fd527", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f60c1e01a9e41a88befab1d14b02ff9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cced83e6b6cd486c96b61f9e58a47347", "region_id": "RegionOne"}], "type": "volume", "id": "1826f0e4b8ce4c8eb0d393cd1377b918", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eeeb83fae04546db81b6603faa1d3ff8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "91c0302a5c3d4241aa13bcbeb2acb208", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89777e0adb2f4c7f863c67206a8d0afc", "region_id": "RegionOne"}], "type": "block-store", "id": "cf09a723ec7e490e961c2b0bbf24e80f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2895101b64284ca3a3fd24cd5fff442a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8800a08e703746a59876ddf8dc1d3d3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5c712dee20444c8dbd7c66032b649ca4", "region_id": "RegionOne"}], "type": "alarm", "id": "b40194e3f9774461a23c8afeb8b518a4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ac45b82ea026498ca246e6da7239ca84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8ff2836d64014dfa9400efd7da3d80db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "05736cc93d8146ad9de600f3cd266f4e", "region_id": "RegionOne"}], "type": "alarming", "id": "5c36cf427ab34817952cbdef9ad37d2c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2db94ad5526341d79147236e58b2c1c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3ae783d7624c4d6697a91fb7229fbc75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "138007ec0aed47d1b3b9c2c44b3a8c51", "region_id": "RegionOne"}], "type": "meter", "id": "ab9fc67d3ac04e6ab639a9cc1ac3e075", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6cbe528068ce44719b07a7034d50848c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0de77c5f572e45f09b9f1e011f3e2c2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3107e3fab0134117aeac38bd0c89718b", "region_id": "RegionOne"}], "type": "metering", "id": "464bff88ac9a43a3a199b060229a5670", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "75522799d9444cc0a155d6677d4557c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ea965ca4851243588766368698b50047", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6899cabcc25d42a9bea785de6d8369c2", "region_id": "RegionOne"}], "type": "telemetry", "id": "d65050cd878740d098e2471a8a8542e6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "0b4a632c4f3145d28c65c398a5f5f264", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d9e8e0c9fac840c88139b10c18811043", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4ae2ba5bed794890bbc90fa59829bbf1", "region_id": "RegionOne"}], "type": "event", "id": "c98784d5c81c4039b29fa21991a9ef09", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b5fb0516fb854d07b154e0fa583c39e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "78d37b3c925a47949219aa8e63053f1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "be37495f513d4b5fa85cc5f78226c618", "region_id": "RegionOne"}], "type": "events", "id": "077e1721a2f943db926ba7ac3bf7d065", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "26d2c5585b504bb99aa159bceb43d990", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "bb00adbfc6494d72a6cb56362f2219fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "dc10d960dfb748a981698cf928d8b6b1", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8928dc17c1814a66a5410f6e0a1d5f0d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7a33bfa312694e119dca090cea68294e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8ef8d5a37cfc44eba36db184b837d09d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "936ba350e5d64e9aaa2812c3e16c21f8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6a53a23bdae44ba2b95d5aeef615e4b6", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8d7469cd724b458ebcee0d081e959ed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e4ed4919909c44febcd3975256b23ed6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "49cbbb9e3f46492e9deab1bcae456d54", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "41539de9ee6e4cceb575baec952163da", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e30d156727814626ac2f426dc3fd0420", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "386b7769e3b94c1a847bc05c1564719b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4132c7d49eec4a66a3d609fca16636bc", "region_id": "RegionOne"}], "type": "tricircle", "id": "37cdebf74dd8439e855e0d35a4fec6f1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "16ed1973fdd14aefb72dcda9db1bfe6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "a2b40c965240411bb1e4814c36c83e5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "683c62f3863c487e8bd1cc1c19632b1b", "region_id": "RegionOne"}], "type": "database", "id": "8c51370bf5b241a79777f170377f7749", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a95c20facc95447e9286e93b61af6778", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ec71fe7fff7949bd997c0ebd56607ccd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3d1d2b1e0d8a43259722d5e395ce56ca", "region_id": "RegionOne"}], "type": "application-container", "id": "74cf84f8aa3a46128ea507e9b51a3672", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "23337c7704544728aed5530295c3621e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bcbf3861a03b4230bffb5f2cc32e0060", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "63fe632e79524c7d8a9235e59f4d91da", "region_id": "RegionOne"}], "type": "container", "id": "970de5fad94b4f2da2f5ee5fc523d259", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "91621369afe446bdba55b8712c3861bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d6eefce83cbd4e1997347055e7d9a896", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "4a06fc54f6fa4eb7987f77326aba091d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "d4491a70b5624d9998ee730182198d30", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3a412dd8003d4827b06ed5959cc12f6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bf925fb01cb3415290e54cd940a70a2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "822cb77d553b428aa0981fff1a75c7dd", "region_id": "RegionOne"}], "type": "rca", "id": "d361efeac99a45cebd253ede49c39a95", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5067c31ab6fd4d4b9cbc9d9e4cdf0f8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9fcb031b5337446d8d104663aaa2eea5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "067c645bf1864241b36387385396a6af", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "65c02db4806e44dd945ac4b2e9f92844", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d0fa780fd2a1498aa431218a01a97e27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2e8711aa4ad146d380722768077bb626", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e0a73b9b7860485e857d03f35f43188b", "region_id": "RegionOne"}], "type": "network", "id": "aa7957952ab843e282d1337c0479e5ad", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5e63681a8fc34cbf9dc0d58d845f2dc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "0d01362fa30648e3bc9d1daed8b9d269", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8377d21563724835ab49a939f2f165fa", "region_id": "RegionOne"}], "type": "backup", "id": "1199d1a9adf84d8e856e7debbdedcce6", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7d40d103c18f443ea93e364fa6db234c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "377520414a854edbb0e72fb577eabbd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "247effcd673441b5b06277d7b8625027", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "859eb12ec5cc4bb9b36e402d55c44fbb", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "39927266489949a8ab06b5d01223edda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4d833140780c430fb491deb3981693e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "df0a41d438ce4845946a1bb2a5c0de95", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3439d708b160417782f3ebfc8e3db2ec", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "79abbd5922b348e5bbac1ba9c0207556", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b826ec0bde074339ab137a8084befaf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "052603164377487cb0025a2d88627b0b", "region_id": "RegionOne"}], "type": "monitoring", "id": "70e219f4c3294773bbe649019444bc1a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d218c5b7f92245d99c380dfaaf5d3762", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e53e40d766e74604913bf362f790e990", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "0c85421be3494a5fa4f5e21c5b38a504", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8c91a162104e498ba69c28b52e820cbf", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "714e3d92b5b64cd3ab6346d3f1d86ade", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a12722f38acc4c5bb33bc94b49df941a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a3f721c5fa4d4e46a6e9628c4f7f9474", "region_id": "RegionOne"}], "type": "placement", "id": "16eb3ee6cd9a4a7fb93c332d56ee5b07", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "42cc7e73e69e490f919e15f32b7a644e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d5b137bdec094c169c8ada9e822bfbb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ac03b4d11e1548ae9eb6c0d6e5019f04", "region_id": "RegionOne"}], "type": "instance-ha", "id": "52c128b8aaa44d14b8118674a195cf59", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "50b40514f1f242fe8051bb89c861d49d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4f930dce05d04a228f3ec54233152c34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5d61d67367f048839cf47e9eae061db7", "region_id": "RegionOne"}], "type": "ha", "id": "183b6c7d53df4a139ee389c38a1eb585", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7ac03c614cec4fe4b9718c5a0e4c52e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "91b032b8aef040699a059ee30de79be1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "407b1a5dd8d8483695a5d7a8bcfd5ad4", "region_id": "RegionOne"}], "type": "reservation", "id": "f5db8914cd21459997e87eeb39599906", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "61b89137115c4bb39b0ab131c5a20332", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "aed84e14bab44a948b71ccb6b23a5fc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "60bfa99f81f84c8bb37712a7aa2b6a8a", "region_id": "RegionOne"}], "type": "function-engine", "id": "91809fc05de44bf2a169a85560bee5ec", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d8a09df7f205408aa5d05ac3e071de16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a8b947857081441586a998a3fc26f7e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b14380399dc74d2fb49c5c59d31de77e", "region_id": "RegionOne"}], "type": "accelerator", "id": "39ea725b5d8d4b33b94edaee98dcdfab", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3695a627adab40438803c17f5aa5c201", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "037ca28a10d84944af9960bc7509e89e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "90919b6f6b054136bac5ec5207fb1e84", "region_id": "RegionOne"}], "type": "admin-logic", "id": "839f4160b43e47baa3f99c064b07cc23", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "892bd537f43c4cac8e2c0bd184b6bf3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d125abdabb2c4474973df1a061ff1343", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "328709a74ffa499cb427a12d33a8c8ae", "region_id": "RegionOne"}], "type": "registration", "id": "03c427d1ab90418dae97b12090618356", "name": "adjutant"}], "user": {"domain": {"id": "b739c20425a0432aa6aea949c033e091", "name": "997eaf68451348a7a252e3f3cb82a240"}, "id": "d2fddfe9de374611bcb4213e5dcca248", "name": "76370388dc834d1481be67ef18f480df"}, "audit_ids": ["47b6d648601e4dde9a00eaf614d4b64e", null], "issued_at": "2019-09-19T09:04:50.011304"}} {14} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_environment_with_stack_identity(stacks) [0.044335s] ... ok {16} openstack.tests.unit.object_store.v1.test_obj.TestObject.test_create_no_data [0.289773s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:49,962 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:49,972 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:49,979 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:49,988 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:50,007 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.892957+00:00", "project": {"domain": {"id": "20a049cd95954139842f306b211dcea1", "name": "2f9de173ab584046a5fb85a63e497bf3"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "84d3b883b4a347cfb69daa956f13b738"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5d149a5affca465e84b79b84ea58c99e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "0fa0982270e34a7a8b0b063df2167b91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "576811d0c84944fcbecd6ad1bf75a198", "region_id": "RegionOne"}], "type": "identity", "id": "2237eb5961784c249616dac628b8badc", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32402bf2cb8143cf91d6f801dc4e9de9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "517e5b040a6646be8ef34829e8f3a7f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4227b2ce9fdb4f3d836e562df0198e28", "region_id": "RegionOne"}], "type": "compute", "id": "c36dc9907e27471189e68a14d9198279", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e81446676a7049dda427680722cd81f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "2f1563b2cbc14c4d9595e54dc1bfd51b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "9cd8c8e4a7124a8daf88ecef7eacc036", "region_id": "RegionOne"}], "type": "image", "id": "6a75a55a41af4e71b11230f4630affaf", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "293ab9101cb24d829a9bccbd6080cc1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c83a4f92b6774d7384ffef0773d2bc96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "14a88d31fb1f478e871fab2e92c8dbd8", "region_id": "RegionOne"}], "type": "load-balancer", "id": "113c46dfaa004a82a044041075108442", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33b8b1d32bc0493192c7b3edf1169c32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67e58b3b6e8245be8343d58bd8451014", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf845e3ab23541afb135c4a0fc6e111a", "region_id": "RegionOne"}], "type": "object-store", "id": "8679b01f4512437c908b6f85d1926068", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4cf93ce9026b42f692bfba29bf8be617", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "821251f5c9b14859aaddfb5b5b47434c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6f82bd6ed8b14c7db4fb0b6baffc5f9d", "region_id": "RegionOne"}], "type": "clustering", "id": "9dc3cef8613d4f6682b61dd0555db074", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9c913cf35897419aa76dc6d78f85f47e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "58d63055d677466ab99b535d4148186f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "670ba6638d73414bb7924f63aa1b262c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "d7c9ba6143d24671aa9c5fa9e03b7d23", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "42e5865910ed41cfa1be24d58f265134", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "31f4d53a618345d7b2caae7bdcf8c407", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "17a6200c5ec34698880bbbbaa40ade3f", "region_id": "RegionOne"}], "type": "cluster", "id": "810332adbfe9499696cc8d01b94db6cd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3fcebddabafa42d1919a584b88834310", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6e31b9924bf24dbe8db7ee7246fd6b5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b9faeed0f95f4c3097f6737ba7c23d28", "region_id": "RegionOne"}], "type": "data-processing", "id": "207d62335e074d349a4c07e644b4c09a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9f312c3fe8344a05b17a122fe1111673", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9ecabf0269f842d5a76d0193735b78df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "cd32f8570b7c4376aeb975b79369706d", "region_id": "RegionOne"}], "type": "baremetal", "id": "a725cb141e4646fbb81883a3ff7e884e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "692a9b80979c4e29b9ce9eaccfd30c7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d742b682a9554c03a048c57ad6b5bb9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7e0d3e3e796f4382bd80f0a717132ab4", "region_id": "RegionOne"}], "type": "bare-metal", "id": "fa6441bc340a408ea665f1950a415806", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "66081911ec2e43b5bffe55083cbf8c0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "488662cab0a740d9bf9077a97b1fd1e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5a1da977e16e4a839fa908458b42e94c", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "531add91636a4c0fa4cb7dcf385f027e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "35eaeff9df9d4f7c8042f07a2ab22ba9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "52d25257d59a4c7d97420f51ca23bbaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "b05e24de7a4d47d0ae8e8195b3b0b45a", "region_id": "RegionOne"}], "type": "key-manager", "id": "27652ffe4cf14836a7065b29b469ae37", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "eaae12c3b47e43a3ad56f3749162ad42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "67c6753312364647a00a3f503019eadd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "9112eff732c248048232451a7a971d3d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "fb213563534b4ef196b70bdde0b34a51", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dbebebc7aa454d7080af00c5fd3406c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5e105c6a0d8e4efe85f74bc791dbad80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "44f9548393bb4e2c9a43471d110015cd", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e12b58aba3d34fb09be655d876db84b2", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b7c4532b28b948a58b834e7a6965ef86", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e98dc2fa6d384f24be63677044f70126", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5c1f91dfde564caf98bccfda98ceca70", "region_id": "RegionOne"}], "type": "message", "id": "ca72263598d440b69e751b9273e8658a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "cac5f5eea04d43a7a19d864db8b06595", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5cf60629e83b457da32c2eb5b2bff80a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "768ce62247ca4ee6b58168d92d6f5524", "region_id": "RegionOne"}], "type": "messaging", "id": "df874c15c4954fed80b9b48f15924afb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "27599aae96a446119e0b0d0314127905", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2ddcfe7076f6442e89061455fea16814", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "1a5512acc3bc4cde902c74a41700286c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "1308fe62b4b944ea974be91762548af3", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9cb6d33580ab4cc6aa02ce49ebbf209b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1ff813a5d2f343d59acfece9769e70a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dfd0f8634b424e3284854475745752b3", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e4b6cdc173e34ae38f1ef2a2439a73b2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d81be21daa641059a35243a594ca616", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2f5b011f0c8f45a291c96d9291b5b518", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "afb972909a8348be8e9118870077644b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "46b271590bff4354861b92ddf484bdc2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6437c13fcc2a4b44b7491b34835f14f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e970b41d7b2344f9aaf43375536fe671", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7ffee926ff0a4d86a6dce6e0c724a83a", "region_id": "RegionOne"}], "type": "container-infra", "id": "034813f1c9ba4babb6a5bad0c71c9d52", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1f29d0ebeb194449b150858ab4bada1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f0d3af0096ae4cd2921e9a3d9f2c35ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "bfc57b31f6944c9db7f220c9948e48ba", "region_id": "RegionOne"}], "type": "search", "id": "f6b7c5eb099e48a4a653667b02294945", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "7473118a621c4d5f85d32eba8073653a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "83fac5ff6d1a463fa9e5d80d1896a96f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "25e40d59ab564dd3af4c52b0eecc3a09", "region_id": "RegionOne"}], "type": "dns", "id": "fb96fd5eb644438fa5febd40cea23321", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "00aedaae7b914175ad091e52545ea7cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0c341e1b06f645fe9a8f673b716ac0a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "edee190764ce4951a18691ddb855a187", "region_id": "RegionOne"}], "type": "workflow", "id": "81390a6d288a435aac8b2d4bdd049a54", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "719c1cca5a6c4890b86e2b8a863ea1a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4eb6920c56e949b69d43bde85c9a1fc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "391b534ecdc44907b5d20df78ea8eec1", "region_id": "RegionOne"}], "type": "workflowv2", "id": "71485021f7cb4f6385a4d6249a2aaf37", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "9f8cf70b825b4d86ac0f574e06d158dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "82ab941807dd43bf91db3e9ec6464fd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "51a2b954a14f42c382ba44a9e50baf9c", "region_id": "RegionOne"}], "type": "rating", "id": "e8514326754e4670af60bf7d071db631", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "dffeb4c2f22f4d6fa9988219a51ab052", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "93dad02e5c684c338f9519b49dd50f92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e86badec23444a359e514ab885fe791d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ac8db63f097f438c8e6ec6f63d59f1dc", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0d14831af4314b35b9606eca5643b2ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0921ec2109854ad0bf5511b57a79dcfa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2b5cf01a8b7d45a9a8c9520b57f7af48", "region_id": "RegionOne"}], "type": "policy", "id": "d2c2c6a88d964509bb19ad8ec1be509a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f46a87fe83eb4ee58da6f8d5f41f3e48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "beb282fb17b34d8ba213901e08f23777", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "afdf5fc813094a47bbd9f3ab69979bfd", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "28dc8e69479e4e00bd1f3fe160f3600b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f240cbe7dacd46b7aba6030385383eb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f2c21414bd46493eacf59f2ecb7be0d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "722622666f3944dcab1c19c21bcdcb52", "region_id": "RegionOne"}], "type": "sharev2", "id": "1b129bce5beb4836ba2f31ca51d48a9a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "272b3b281f26463db763d627ef540f7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "59aab3dea6de43fcb4661ff201b2e22a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d698e95b2d4e40f18c224a4d88c278ae", "region_id": "RegionOne"}], "type": "share", "id": "f5201895f5964bc7aa2d34363471849f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4d11cbce8d15473ea0edd76ef3bfcfaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e58d0ce8940b4f62b46786f1c753b263", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "e5c08a3230e4448186d42b5f6bab28f5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "f26724165e10485f8d85db29e0a7ef71", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6baf76195b75477cb82d143296a420b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43bd3f159a9347b9af02b477bd9b86bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "863fe5a60b1e44528acf4675dfb5e3d3", "region_id": "RegionOne"}], "type": "orchestration", "id": "8bba2770e70045bc8dc9ad93ae058ae5", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4169b2c4347b4db99455e3049d1b96aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e539c11096546749252c1d5effe1da8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3eb66898fe5f4b10b51e44fc28133499", "region_id": "RegionOne"}], "type": "block-storage", "id": "dc0de226a7ab468a8409bd016f1da092", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7da997b1cda14312b5a16fb9e0cd92c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "155f177a847c4d7e997c4d24dd1e09b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4ab396e2b79f40bf92512053af796517", "region_id": "RegionOne"}], "type": "volumev3", "id": "4f7c6a096ff84a61997208790e7bc6d3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f2d8448010e4d23ab7f770d5b37a760", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6829909894b94252813ba81140c2e072", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a1bcdf888784c6884c63ce55bc85f00", "region_id": "RegionOne"}], "type": "volumev2", "id": "1f169b5f8e9a4ed080e61dc6d6826025", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e6f0307005346abb411f8facf8123b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01a9ec34f1324475a34014bf85902474", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5f26e5d71cef4f429930127a2b7c764a", "region_id": "RegionOne"}], "type": "volume", "id": "7b312cbdd4a545fab258f8a9262b2580", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bce797e196ff42bd8ba1b71cae2c40a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb251796266c4911b34691cb848e9239", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "204ecbbb04e64ba0ae299dbbac94b3c1", "region_id": "RegionOne"}], "type": "block-store", "id": "e9ca32060d0b4232837ba1048bb0fbb9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f7cb35e101be4bea8447c827f4b76d94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4963eee54db840b38b67fef77440932a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f01e8f3684d24189908f23124569a8f4", "region_id": "RegionOne"}], "type": "alarm", "id": "dd387aff1e774262b1b089fedae8f947", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "af9e0258614a4c15a2abf010852e1901", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "92054c95d014455983633e0cb127b1c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d873ecb33d6b4e0cae333f11c8f7eea7", "region_id": "RegionOne"}], "type": "alarming", "id": "1e154073c8b14d2a8609e9c40a1f7211", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "82e0f75d9dc14228ad3d9c42b8af9aec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a4f16dab5d254e4196670dfb6c4f009a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b9539e60826d4333be7f42637bfc288d", "region_id": "RegionOne"}], "type": "meter", "id": "f3941a3ebd5c4f5f99fcad981e1e22a6", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9ed897494b1945228e9560527853d6bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dcad34a549ab4df0a904994e0aca394c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "81a0f64b5b91417ab2def6096878998c", "region_id": "RegionOne"}], "type": "metering", "id": "52acf8d809f84bce9ff6ef98f89dff33", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "97800ec4c80346c68d7e68eff6d83d35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "54e2c8e98d24437a99dc70a3a980e6d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8379266c63d14aa1979032b2d870d467", "region_id": "RegionOne"}], "type": "telemetry", "id": "5e46ecf8c2c4419ba17093fe17614ebb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "78ad3cd574c0401185a3637f1895a43f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "163039f532d14680a73adf9bfb671b1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cc1204b1d51e4f869eabffe70cbafe7e", "region_id": "RegionOne"}], "type": "event", "id": "fdc582d7cb3c482595450f7a5013b3a3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "6b481551e0a64ede931589a90a4afae2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ae7fc73e31d443a78ee42091c368bef6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1f72b0774c9f459b8bdfb1bb69add52a", "region_id": "RegionOne"}], "type": "events", "id": "d378469874bb4f91aa0dbe9e286bd71a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1c18187c97c54cfbb9c69e4a45cfbb2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "761709011a1b40a99c05f6d19ea00882", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "177c9d2095ae40d8b6f007332b521703", "region_id": "RegionOne"}], "type": "application-deployment", "id": "6fc7e583f97348f3a7d355a467d0dc59", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "50cce189af534f538456d5765ab9059d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3d84a997544f47e1a424b83252b00cb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6e9a4da9631144039f670d8a170ba064", "region_id": "RegionOne"}], "type": "application_deployment", "id": "afa74db6c33441f18e5fbb6b8abdd93a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f4d4174cc63f4d1686d338d790b799d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b81d0766d2674a89b3d97fc06455d676", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8d37fcee01c949088cb2af6a2bc658f6", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "26ec3dcd1a884e97b715771b3f64f627", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fbc82a2551dd4531a28da32338de6dfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c9b33a30841b4f58b54f372e53a2d1ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7457d82df0144db1823497528563acb3", "region_id": "RegionOne"}], "type": "tricircle", "id": "ee03677c48fa42bc8a0bd3e3b24f18a4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "5cb2ec9df634484eb8246a41addae823", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "771a1e16d7514873903fb4421c3250e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c874314301a44295a69555eb33bf52d1", "region_id": "RegionOne"}], "type": "database", "id": "8e2383ef4e68472681767d2e009ab80f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "40331c8bd5934fd2818ad1b494bb65b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a09a01fc2f8b422c84938082adff16dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "08aea4253a274e3fbfff796162868f9a", "region_id": "RegionOne"}], "type": "application-container", "id": "1f63413b4b934a298c7216e17e0a5416", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "34769aa972344045b693141100daf5d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dfc8885c7e984f1180106b3f84a8316a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1ac4c2c0855e4ae2bab8ec51d8a16f58", "region_id": "RegionOne"}], "type": "container", "id": "d6c1bd1f604547fb8ba944a580550905", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "13269c6e4dcc4d198b56d8e5473405a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "32745ad486454d1fbf7938a3466b6186", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8eae2ea6ce9a41f59c1b40bdc67ae017", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e1228d94ac084b13a401f95c3f728f8d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5a1eadb05f6444f999830e9fc18b50fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "776369c49a0748a19e84f75768f7af15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a9c820e877914943b597aa6f28e289d6", "region_id": "RegionOne"}], "type": "rca", "id": "229b094f2cb7484fa4b4186c0e04f19a", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "eb73b7495420474882bbd3750711d95c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c300f43e640944d38364bdedb2f30fec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "25906bee44254413af98ecaecea773af", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "12ff253b4df6429191921fcd71b2e3c4", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "c3837f33bb464e4f96779130a1559099", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "3b23cd835b39439082e010a8dfa15187", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "25168b3e999d437ea48ce2656f077465", "region_id": "RegionOne"}], "type": "network", "id": "1b1498bafe1e4903b6f86e545fcf21ba", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "fe6d54bac2294db6af180c524a840727", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "cc957c4ad48d419ab2b741d3ea960b99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "bb982ee10aff45aab1186afd666de854", "region_id": "RegionOne"}], "type": "backup", "id": "d2350e18a9f14cf2bdfa40fcdfe32f99", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d3e5ee9d5b184d1b81949fd347aaf648", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "97e4361a5162410ba5fa3833c221749e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8df9f72bfb75495da5e05207b3c548bd", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "2b80411154584afb88c0da0a30ec887a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "00164b33d26742a9a8b990ac3e689bc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "425e2d7448ee46e49ad4f404a187bdae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4ec437c88b8e429c8df74ab9f38864df", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "23a7d416a50d4f70b7d1349a3133441f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a3e2d5d17f534d629506b330f2769745", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4b9db8c320a74c60bba264555b09b042", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "4abcb12c193f4240a2977a8a5e8f9188", "region_id": "RegionOne"}], "type": "monitoring", "id": "7356c4b62e8941eabe5a40e66c927f74", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "cb854a84f1ed43188a0b849cac8f158d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bb9fa2a1a8d144b586452051bfe1ffa8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "2cc2a5a3611e46f2930d4f5fd456daae", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "50495214a2df4e14be4042bebc2d8086", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4b548569040e4caa958a51865b858c5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "19bdedc0c0d641e4af14d5d52b6eecd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "2cdac1ce10ad47069c9232f8a6cdcf19", "region_id": "RegionOne"}], "type": "placement", "id": "7f6f67f74512441fbe97da045fff117f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5ec78186e7fe4fe2b79e283467c6300e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4f1af130cbc546438e0b8e21dfb6baa4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e2dbdf6c9c054651ab2432aebefede52", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a24e2e156b244e9086aaee0d6110637c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "803aedcd4a7e45388baf84945faca29b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "88918ef0cf01446dade8faa454b2dbe1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8734a71d54d147508c86c1f6bc2e4f93", "region_id": "RegionOne"}], "type": "ha", "id": "a89fa69cfe9c41c4809f37fd103b93ac", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "09dc0e690ac54c46abe318463cee4884", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "86129c5c955a4614a524b26248d3f992", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "e412d1e5d0184e5f982f2364b79976b7", "region_id": "RegionOne"}], "type": "reservation", "id": "018bb937b6e240aea5599c1ec4c29456", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1e9f7646a5944b9483dfcf95609a3d61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3a249c19dfdb4e63b7fa425c3d2100a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "b2bd4a5a7080479589b6bbe1df19be61", "region_id": "RegionOne"}], "type": "function-engine", "id": "03113dc795964dedb45e8643d9511d8d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "150f2b5dc8f341b1af620b2a1004444a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f3cb71ba9a8545eabcf4ba070bc466a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c5c4d32f293d42959afa5334db3c8e8c", "region_id": "RegionOne"}], "type": "accelerator", "id": "15f77503125840a7a7002dc1142b9ab8", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2b584b7bd912482b9868e9dc3a73e70f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9fd8f4411d4c4b79ac28aaca68a81860", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "115db0d8780e4445ba586cd3f703e742", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9401dee8bf864d9ead099d23927e729e", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4d9b9f0d2a7643849e576654b693a462", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "842b7b61f0d44c70b79b55e5b3b7c841", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "28e8b486097b488c9180629dd431feb5", "region_id": "RegionOne"}], "type": "registration", "id": "c52cdd44c4b04f23a1db85e91ee92ed2", "name": "adjutant"}], "user": {"domain": {"id": "ad0e33f6cbbc4ebdb572986b5f39ff05", "name": "18c7dade24d443e89582a3853c5ee66f"}, "id": "a4d8e23bab504300b42edd5d40d17228", "name": "d7b29901554b46e58b6b7cefab8678d6"}, "audit_ids": ["490e0e6bfbde43909916e665d71728b1", null], "issued_at": "2019-09-19T09:04:49.892957"}} 2019-09-19 09:06:50,148 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_obj.TestObject.test_create_no_data-2/openstack.tests.unit.object_store.v1.test_obj.TestObject.test_create_no_data-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-newest: True" 2019-09-19 09:06:50,160 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 9 Content-Type: application/octet-stream Date: Mon, 19 Dec 2016 14:24:00 GMT Etag: "b5c454b44fbd5344793e3fb7e3850768" Last-Modified: Thu, 15 Dec 2016 13:34:14 GMT X-Delete-At: 1453416226.16744 X-Object-Meta-Mtime: 1481513709.168512 X-Static-Large-Object: True X-Timestamp: 1481808853.65009 X-Trans-Id: tx68c2a2278f0c469bb6de1-005857ed80dfw1 2019-09-19 09:06:50,167 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. {15} openstack.tests.unit.key_manager.v1.test_order.TestOrder.test_make_it [0.067344s] ... ok {20} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_with_stack_object(identity) [0.069744s] ... ok {9} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_container_delete_ignore [0.238055s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:50,015 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,026 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,034 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:50,044 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:50,062 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:49.942104+00:00", "project": {"domain": {"id": "b08fccd5c6684e22acd93242e3de446b", "name": "d3271da357d64f91be48c505eccb8b19"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "7fa0ea37d52b49b393a80b3b3f479bcf"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "149a3fd39c8a40f197def2ce89679421", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "94f3f46500194230a40e5f971fdc3463", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7d3c2ffedfdf4ee9891610430833181a", "region_id": "RegionOne"}], "type": "identity", "id": "ce1ad605067c492aab95044ecddee9af", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "975738fa10054e82930027959dc7071e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7bb40ebb478b4669abe327ce4b040ade", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c03df8f1128e4d38894bbec6e256fdcb", "region_id": "RegionOne"}], "type": "compute", "id": "b9bef537cd6840ec9ab2470f0be5a476", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c03b20b6100440fc87ce290d60048158", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "5fc6440c0a1747c3a26f86a031d3530f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ee8edc9c6b194d87b8169395bbcf5ff2", "region_id": "RegionOne"}], "type": "image", "id": "586bf32db79b47d393f3d3ac2f54855b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f31886ed1e344a20a32dc966793e31a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0245ba2563ac40feae716cad2d4059e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8ea9e2d3e00640f1a31b82e70ea7d85c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "190b3a06b16a482ead880d833ed3610d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70ce6dbb99434708b642da1c70932b6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "33a4e0ab2b5f4c2ea916ea4a413b1b40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4a060621cf84ddaa7c138442cbc7640", "region_id": "RegionOne"}], "type": "object-store", "id": "87168825fd7349ec899175e6b74e92b5", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7d7a528f02524f1094f9ddfc036cb50e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a7eac230e50e4156ad173bc06fe813be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "000a82bd058f4e82bf40c3cd787b9533", "region_id": "RegionOne"}], "type": "clustering", "id": "a996481e500342f19116f73571e18688", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f87cb7b0a9b34369b84f58f50ba1f036", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fbb89efcea8045a99208de5bcd12d80a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8a016541be074281957a4afb8f265902", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ef82ae55510b41a6a1d489c61c644849", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c82c08fe5fec49d39e1a67b630164a8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f3ec347a8c0c4d89a1e00436a950a4ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8bb85532166c47418df80a1265554007", "region_id": "RegionOne"}], "type": "cluster", "id": "4e9bb431f7394a838de1c6f6c5d30367", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2a576a8f8fc644f9af38a09110684a32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "31caa815be9b447080f2c6217dfa05b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3b21dbd63a34439eb5d8cc58b92fe3ab", "region_id": "RegionOne"}], "type": "data-processing", "id": "29574a6c78694808a1e937436f6d2fc5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "467003459ecf4dabbd17595936ed8c83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9d8e426a0b2242ffb42ad6a00304b38a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0343bb79f6a740aab82c1072f2a6587f", "region_id": "RegionOne"}], "type": "baremetal", "id": "b812ffc42e334b60acfc69a34a8ade95", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bb303b16ba74448981caa13a132805dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c5d57b1c921a4cfca7bd69d0f0e09106", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "e4f14d8fdbd7495980678c55de3d85f0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "78d5987ebd554f598dd88b651eb86fce", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "68b53e80655540b195128af9272ba07d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "217ba07fff5f4c2ebe247ab4b1afc970", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e0dde1b5c876458796903f5d978b14fe", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "fb96c7f6ae3c4375af9f376d9a806ee1", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c366065d68c646efb39c80a79d3e1d5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0e7c59b340434769a6169f73c56c99dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "96aebb0539c549d28b7885a2d4757e61", "region_id": "RegionOne"}], "type": "key-manager", "id": "bac3d0755b8d43a8844830f8b99a155c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a43078354022447ca35518f70bbf0a0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "29e47d82cf574076abeac63610313650", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "288695319d2c466e9ca0d3848bbb1e15", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "85a6884402224c338e1c781d247d923c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "60d89cefcd69448a854d62356946e4c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cd20dbe621ec476797eb48f856bcacc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7c8dbc53b1f049638981b00dd5ef743e", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c37529f1acfb47529ee5da66073b080d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "171f8152371d4b0bafc5e7250b341e55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4ebe371650a94bbf974ac7f03f503d71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "703ab8d23e0447bbb598e1c4f1eb1706", "region_id": "RegionOne"}], "type": "message", "id": "a0ecf5d573d4408197a4dbe4d98855e5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ed0839f17e284b63856e327a8d702787", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "750e4d33059544829d03848139d97e4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "5ff1f4e7d3d647cf8916997b72c15270", "region_id": "RegionOne"}], "type": "messaging", "id": "5ff9db36dfe24c5eb95e1c53ea147da2", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5223dbceb0e142ae92f920e3ed1581b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6784f17315fc450baba369da37c92089", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a7e4670cf0024fb78628246ecf14ea11", "region_id": "RegionOne"}], "type": "application-catalog", "id": "51e3738a54544dada396ac3c84e6c8af", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "da6571b60f114ab0b521e102d1ecc768", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cf791a60814b424e9336f38070efec9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a2a3dd51b78b4561afd6abfc053e2726", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "13e8bfa22b4f4dceb96e6cea414b816f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3e6055cbde204fd6959aa474674952f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8061ea0fb52b48f290adb48a9887418a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2b2a43cfe00a45f9bfcd1d59112703af", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "889c9bebd6004c5f884c4e833fb9a06e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7e9be1dd939c4c34aeecd705c5f60d00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f4f0d0d6c7614b80b1701e405e6690a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3005437b3f794811bcc8ddf1c2c5c37d", "region_id": "RegionOne"}], "type": "container-infra", "id": "d4d1916567ba4a39abe4122eb4577f15", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "947eceb30dd44ccbb77ebb04b9d30142", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ebf7e330e44343e0a08bc3d0784f1725", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c2cfb7817ca742a6bf5e6ff362ef0dbe", "region_id": "RegionOne"}], "type": "search", "id": "6f3e1c86fd0a474abdfc8b0a9923dda7", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "7542568f08cb4a0090fe9302a66f3848", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "ad73396d2ef244a08306f05957a6c468", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e0f00cbe4fd34aeba774a698f915c49e", "region_id": "RegionOne"}], "type": "dns", "id": "b136ef6948d84ae9b7485d476e84a11f", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d8b943b9974d4f9b8fc216702b581dbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "68b006535a034ee9953b9dc8737aae23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a8d049926d394b0d9362cf80677c28fa", "region_id": "RegionOne"}], "type": "workflow", "id": "a174e82bbf014266963d6cd39917dd46", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "df2f2e582fcd44d3abc29975251cbca4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "159d3836d2e747e1bb84ed9410d508af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d2eb8ae07f1449ef9517378384a1c65b", "region_id": "RegionOne"}], "type": "workflowv2", "id": "d0ccff64027e4f80bb809858f17f531d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "41423f9e944e4f0aa6b2d875627406c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d51306b56149440a833cab1b2e82c19a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "cb72332b20bc4bb49c3988732da42c87", "region_id": "RegionOne"}], "type": "rating", "id": "072820f13b5c4608baeaa6a88678d34f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bb3ff7e43073424c93795b8de66fa5ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1dcb7897da6b4adb961bc399ed345dfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4ca9690feff94694a27424871872085d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "bedd939485cd4c338febe49873d7167c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7ac5f1d4f66143829a0bb891d30eaba5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7554fcc1df294fbaa97dd4af8f38c8a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "ecfc20f8bee643f2a8dd566d7cba8089", "region_id": "RegionOne"}], "type": "policy", "id": "ae7a4c856f574ce497f0e99b3ffe5402", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b12c681bda424884be91b320a49fbe27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b82ddc5e2e864b239e9138c1e4a41678", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a29f9c32f7bd4a69a93185653d9c557c", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "52b99a25482b456e959e1aeb97dd1276", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ed0995f0a536474d8f599359e461cbc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4baec0eca16f4fd2a3a078cf8bbb90e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2118ff25ce3c4f409469b7f3f397407b", "region_id": "RegionOne"}], "type": "sharev2", "id": "ac38b4b3771b4dbea36e1516f23567ca", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cee3424e331d4df9857c969b52d8f583", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "31a80800f5a848ec9c90e6df921e153f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9d19248e33fe4d3da33f53862bffef39", "region_id": "RegionOne"}], "type": "share", "id": "4d4919f154c44371a9d349ef43069c22", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6d4c534d3ccd467b9e74377197d07c51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8b515b56a3c2462f92a971f3c989f4e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3e6d656b85cc42b8b67589950c375fe2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a718256a1b544479b6786c8873432cef", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "628f1d4389de45e2b190fecfacc4a214", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fbed1c3c0b044fe2aa3f9426b71974cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "720a75231c624bcbb7574d56822f3a59", "region_id": "RegionOne"}], "type": "orchestration", "id": "4a8ab4581d0644018ce21938ceb2f78d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb9eb4990e47435492f9e542c0b9f930", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "81ff8d77c27e4dd8ba0098a4fae7861b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0655db91574e45358599a6e02bdcbb2f", "region_id": "RegionOne"}], "type": "block-storage", "id": "0d315e12b7df43d9af367d0d3afa5ee6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4a080c66566a4ce09043b8a1a68c5d24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3793f0ba70a9426480d01f8b5e4a7cdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1461c96020c54712809e53c3fca8cecf", "region_id": "RegionOne"}], "type": "volumev3", "id": "046e363b178f41178a40145cec498d67", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c0c08f07ee5c4e18b96caa3885304178", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df1bef6c18074930a9865f1a0cf605a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "109606f234424a318f7214e571146ff4", "region_id": "RegionOne"}], "type": "volumev2", "id": "f28a0f85ccf642118d560f5aba7a4a83", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4104a886af144f84a1212fff84023af6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b0c9ccbbabe494da96d93feff372655", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3fa87d91b364ebd81eb6397553b5abd", "region_id": "RegionOne"}], "type": "volume", "id": "24ac191996154722891023be8f1ba5f2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d1c0a2d1e0e4a7fbd5f9d4ae3b88f9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db730357561e493fbac0208f615b71cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b01bde8747404b6cb38754cda29c34c6", "region_id": "RegionOne"}], "type": "block-store", "id": "074df732b70f472c94658fd05181f14b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "38571814a51c429f962be514febb842e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "628af758885b43c3abff12322be0bf19", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1bb53ebd271b4a60b9bcd6393e618434", "region_id": "RegionOne"}], "type": "alarm", "id": "8701d618a2d0407db14fa7d6f8ac3c0c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e7fd9a658c9949c5a1f0b71e852e70da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b2275f7a5f614c4db68a7ce1b3c2e8da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7fc9ca7dc13e4a15a07e7c89e7a0fd0b", "region_id": "RegionOne"}], "type": "alarming", "id": "9cea8622369e4169b8127c144b20dad8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "413e06f02395423ea647d4217a74ef8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6986adf8727043d49a79380e81142cfb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b1cc8bdc42734d4c9bf54adab434f1d6", "region_id": "RegionOne"}], "type": "meter", "id": "6ae40718efd942a49b084adda7f80bfb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "795a7a04b7304f8e83afa2d1e08779a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "43e5fbbfbf384249a7f8c87df7e07654", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5cb384283f404962a2021630ac374ecf", "region_id": "RegionOne"}], "type": "metering", "id": "2fa0919fec6a4917afc45f3ffd9c95c3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ecf4b595045a41839cf9934827ae7107", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7a331006412e437b977f7ec1e78b8c8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8cab8b807a3a43b1b03b127026172d4b", "region_id": "RegionOne"}], "type": "telemetry", "id": "3ce36682a716476ba5d2f996518d62e8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "428d37eda6914ca380b41dc987898a70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "25f8577e80c94997a2787f00099019b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a175037cd62047fa849e66d2289537e3", "region_id": "RegionOne"}], "type": "event", "id": "04bba7d81b5d49cd8a4fe3d2ca8942a0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c04771e7b437495eb7cbef27a11da9cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "341b57c83c8a4e8eb60bb06d4b2bd0f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2290f302f3ad4fb1a37fa66aade2ff16", "region_id": "RegionOne"}], "type": "events", "id": "31d5129a70a5458080c11aa28861964a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "49d19bddf2904c93a2ced72dc2a010f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f10f2f305b674bbf84ac6d71501d02db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "4574aa4ff15040459d57978e3cce8469", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a23fc9fa34ae4b499a662b8da5e74410", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "735407ec2533477e80cb2fa8d33b1444", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0ed22fbbaf7b4ba88f7ee713c0722a16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "afcd11732b8a42b28fc05f64dbb1847c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "96082fbe4ea448a0a417529b40ec0b5f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ba119e682bb04052b4fd9bdb8062b11d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "29510b165da74a0282b99eda21c272e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "eb3409b6eac34ba5b91e0d7e49857fa4", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "e8d21ae93c7c4564886baeec9d86c9c4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ccea6ef5d7f646438db16ce3576dbb40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f1b06e31856a4a74a7e66615c9a78004", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d11230bbbf1e4073a99ccde12f5da220", "region_id": "RegionOne"}], "type": "tricircle", "id": "243e60dc1b4f4c59b653ab2345a79d82", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "68c8e54c64f04a5e9a3ce1bb06f06228", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b5223e162da9419287aa8cee2d51344c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "4dd18c7cf6774566a1b84aa9fb73857e", "region_id": "RegionOne"}], "type": "database", "id": "8c805455bfa6400fbc1aeecbd9849948", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "01ff175a79e5424a859e318ad15c418b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "106cabc004d5474296dbd99997fea512", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "cabf76f4e95142f7842ea359bb089634", "region_id": "RegionOne"}], "type": "application-container", "id": "b859a720463c480d86518a07e54d2d5c", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8078733102c74106a469e779534ccad2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fdc6a036bd164e50b1eaa4569a5bda55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3c19033f25e14fb2bbd52460abd75804", "region_id": "RegionOne"}], "type": "container", "id": "42fac58a881a40e5adcda76bc9ba5249", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f608817bd1344413873152e4e7183497", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9be42dd30ab64993b8a163af593a34ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8f033103fdce4c1ea42247b80effb3ad", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "884052a03e1d470b88d9e127c1215797", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "fdd49f6230434e938fbd1937547117c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "37212e9367bc486394447949f6e592fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0ce49bae45f24c56a2226831d17841c7", "region_id": "RegionOne"}], "type": "rca", "id": "8ce56d8ab05d497cb10f873a4870a224", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "657504c6bb6842088668bb659cfb7222", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f1c0e6005c2148cdafb15bba441d3caa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "ee0a5af2ac0648e487bc8d11c2b25f02", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "33e9a426cf8140109f155d1e6cb71443", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "aa133667a93f4c059d7cf1f0484f749f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ae5d8df9022f496c9890dbea893c75ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "496a0d600bf045c38f6947fd34b2d15e", "region_id": "RegionOne"}], "type": "network", "id": "6da4a89a4eeb4cc5b7ce417c916f04ed", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "6df7ae8968c94ede958aa4467cb299d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "af91cf50be5744e09a308b8531aa6293", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "ee47a7f7a1ed43b689ac9ab609672e72", "region_id": "RegionOne"}], "type": "backup", "id": "fff6caf75adf468cb03d0d8af733b436", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "251eab48341b4a6b9c0cb470139db3bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e3d15b1597a247ff89494b72e9a82593", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a30cf6ab4401456bb8fb34c5c249ad01", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "93eae05f29d8454483a63fb594eb64d4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8601900375a447d8a8e162ebd42688a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "47107488824e4b26af6230d02e364fd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1c468e02220047b7bc0687c85eae189a", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d1f737ac1f0c4cd99a28c5649d37e77d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2328db5dd0fc4929a461dcfd9bbad6aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "096f49cd5d414596a64ae29671dc5fe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "d5be146a1d904b0089364f8be0f749c8", "region_id": "RegionOne"}], "type": "monitoring", "id": "03120310ef674b6eada71911d4d3c422", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8c358193b7cf440a8570455abb59a0e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e41d170b06174fde84dd293f69808602", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "86c977f56c9c4dc8b384f2492b435f7b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3debe3f7b51b4ff292587aeab91967f1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a57e29b5fe134bf0a9a6efe72f0e3f91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "32d8d540f7ba44df9fe72dd145c1728c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "34b5fe98bbb34875b94f27c64a90f829", "region_id": "RegionOne"}], "type": "placement", "id": "1b0075ad65344ea9afd13ffd7b0ffe8e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8da7356e07b04e1db6963e99f063080b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9384d7f7557c4cbcae1ccf7696633d1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b207855bc1be4b4aa7f9ea72f59fe137", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a5f2ae49734a4fc3afa4dbdfac4bd801", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f1998e05e3eb4d22b0a528cc1150e78b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "250237843016468ea9faabdb5fc7d445", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f24176135f62465a9f74beadde4edac0", "region_id": "RegionOne"}], "type": "ha", "id": "c60dbd72c4a54f78952749899aa76909", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ee6aa2d460594ab6b942df20546f1ed4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "64bf46fefc924a7f907f48219282fd1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "ddd6058c9df349aeb989535445252609", "region_id": "RegionOne"}], "type": "reservation", "id": "fea65433f49247c8a5193d134d723d6f", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "48ab2a412bc6444386f822a08f27d44e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bece65345b394672b4ba576da455e773", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2740c64db223488b87521231d9a0e6e2", "region_id": "RegionOne"}], "type": "function-engine", "id": "cebd63f34bae469b88da2ab8ec68fc9a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e7416c81087a46d78591da3cc3f9ac0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "1e040c6c03b745cca1911f91b942c4be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5839cc0e334045bb8fbe24db6ff4bfb4", "region_id": "RegionOne"}], "type": "accelerator", "id": "0471d951c5c041f2ad93fb2440b21b82", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c6edfd628da74d82b00c9cadafb0620b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "581c2cbabf934a6a8d8972c2881cc78e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "64194ebb258f4fbda8e06b5d4397eb56", "region_id": "RegionOne"}], "type": "admin-logic", "id": "be254b4f72954e24b4fa2f036adc84fb", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "83f16e8f3967496aa15b1eead22226cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f500681cc6314f67a47823375687f838", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "03cc21da9b8545299afa91f094bea41a", "region_id": "RegionOne"}], "type": "registration", "id": "f8ae8450bef6464e81fe025065f7166a", "name": "adjutant"}], "user": {"domain": {"id": "f241e92a3c704cf29d8247979c7e10b2", "name": "a72bed81a33344db81e78d5c8c82f8bb"}, "id": "98149342aded48a9b9fcfd6b1618f448", "name": "9486daffaba949abb846d014a19f0cb1"}, "audit_ids": ["30335fd64ef2443bb30cc3ba58db1c1a", null], "issued_at": "2019-09-19T09:04:49.942104"}} {11} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_group_find [0.050050s] ... ok {23} openstack.tests.unit.test_resource.TestResourceFind.test_find_result_name_not_in_query_parameters [0.187621s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:50,089 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,104 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,119 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:50,131 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:50,146 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:50.023454+00:00", "project": {"domain": {"id": "e3e6c61e665341cf8e8a72249cea7000", "name": "2c0d700072204a9e93321ff43ecb5752"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8ec616e10c6d4b09be0ccba5f531b1ae"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e39fd1c1ae4149df87b04adb5314cb26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4d43c3f667a04848bcb9aed2be42b6e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7f194f1bfc8d4e21ba0e890c8c521a50", "region_id": "RegionOne"}], "type": "identity", "id": "adccb1f47eaf4325a18c7476bfd131d7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "21236f640fd74ee7b2373b6025c6bd0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6236bb4d444843d89dbe206cc1b1ae64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f605345f47d44483b36e8792737518f6", "region_id": "RegionOne"}], "type": "compute", "id": "ac3b2b5fcae44daf91a123ff27cdbe92", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "bf62009d6c70409096775720e4a0f335", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "01274b69b58643d08c4389c6a3104756", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "14d70091d60e4370833d992ec87611be", "region_id": "RegionOne"}], "type": "image", "id": "b5f1320921d1424caec3de295f2e8cef", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9e72caaeed564ee5bc39b96d02d6e717", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "405f08b006b24eee9f1b30c8997f295b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b5fc1112283548acbfedde30c0236f45", "region_id": "RegionOne"}], "type": "load-balancer", "id": "00fa99d40fc6427ca73f7c22d79fd291", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9789885926ea420ebff880b2aeed29fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99c7cdfb223244c496f2afd89f471e80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "209e21deea7a4011b33305d4c9b53103", "region_id": "RegionOne"}], "type": "object-store", "id": "f89380a1fa9840dbb5361e8d345bd114", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "78dd35ce417c470e9b4b4930a15ce405", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7b3da205fdb545aa8bdbfbf25df5c1f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "79a075f9fba4402a9b0ba4f056a92de1", "region_id": "RegionOne"}], "type": "clustering", "id": "2d69689fe40a4c55b27bd3915c8078cb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "81e7198e15374c71ae27dfbd806eb1c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "db5f7ebee2724bf39b0d0008c8c0eaa6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "52a312ce29004ef2b9ad1f62aa735c4f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "343804c210734682a69d7d6ce758ed50", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ff260ff94a8e46eb86eb8260e9a537cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5fd6233a2d314a36a835bd4b8c2b69fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7dcb99e699af46e2bf090cb1694e6b5c", "region_id": "RegionOne"}], "type": "cluster", "id": "0876ecd73a904bf8b608a5243ed0d025", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "ab510c6213a3498e90017f093970ad83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "61c95b1d876c4e31a45b899d837b4b93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8164ad33320e4be686d83d7fafc88e6f", "region_id": "RegionOne"}], "type": "data-processing", "id": "46d1fc09c01c4b978176c273006877bb", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "47711f092cca401aa46112a7fd462e5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f72993ecc089443ab5048dfa914f57f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4be59eaa9b164189a0c0d21967f21ec1", "region_id": "RegionOne"}], "type": "baremetal", "id": "d2734c9fdc854f29aa87812540dba937", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "54db6354542047d893f570d6c9f3a390", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1626462dfdb543278fd92008ec04a483", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9e76b7b7239d49f3af8b99ef72eed9ec", "region_id": "RegionOne"}], "type": "bare-metal", "id": "010e3a470ca147a78d513d5ebe0a52e3", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "b49dbad6edf243b3b39d2eae7613a137", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "87707d8ece51439ea8f3ec9586f0b37c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "f8f3ea02b0ad469b89aa2300e6e856be", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "475491a539c04a1a96faf1d46ada6f82", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6a822ba63f384d2d9eb23a47d926e244", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "afd9d2748f744b36955342a9143a2110", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9b1fff6c4c4d4154b5310dc94d865dd6", "region_id": "RegionOne"}], "type": "key-manager", "id": "b91e881fff60443aa915760717471fba", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ff3dda832c2e4e49914276e72557cae7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6e93efb845ca415cac51b92c0bc8c383", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "2703be5e7db842889e8325e71641ba46", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "768f4c23311247ad9dd7dc88ebc92d68", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "457b4378f0944f0984f458fcf99ef3cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2e31e83d066043b7b761a9f39c72ca74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5de2b960b4584a8e8eb2e24a4164aca9", "region_id": "RegionOne"}], "type": "infra-optim", "id": "167ee2acbf8c4a8e888003ea904995da", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "eff0c91049ee491ba1ac4c5bef918b1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5167919344d84383a2c020d2441f3240", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "12c02c72d9aa40dbbdb4246631f81144", "region_id": "RegionOne"}], "type": "message", "id": "2d77b9837ebb479f9b224d0053858fba", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ce019ddde1124c52874fe8f62c7c88c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f0f88646f2154fbfb700722dcb796372", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "60544e8a86ee4638890bd9fc58912799", "region_id": "RegionOne"}], "type": "messaging", "id": "fe7d04a5c34f4e79a7c5926739043f9c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b52175c6e0c545ccbc271805981aed06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d64d08e7f28c41f28bd29139bb182128", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5ec913a21d9a44819ed697b4f7d4f8bf", "region_id": "RegionOne"}], "type": "application-catalog", "id": "80d8ad159a2c494d9384534b34718c4e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aa4258d5245f4da58550da96b803b77d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d1990e35b3b841b8aa2e15732b7e6b67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "41937cb8310d4f9a84567dbb4c64cd4d", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "39553d5f3f6b44d09f5f8a11475f84c0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7035b211a9e9442781f1b3f055322c8f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "32f28700dad745d08c627923ce6f5171", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9f8ce2e48e7347e69c65c498310a87cf", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a5b99c4707134a6896b2df66c05f4262", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "def991098d9e4d4f980968b434da62fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0f0c0337fd5649fc9e6f4ff83298db73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "33df67a5c3e9496996691ac836a27437", "region_id": "RegionOne"}], "type": "container-infra", "id": "c5df71ce36734337b5c8549d2c3c8cf1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "94514591f12b412cbdf0372602c986a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e019106922934d408d6389d034565c76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "1dc12f24a961479894e3aba08b6931ca", "region_id": "RegionOne"}], "type": "search", "id": "59bd4affd6b04456b4aab81cce08840a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3a4c282e63e243668c91a71836431428", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "701a0226c9f1423c9665abedb52bb4d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "95994fc30ce74563a4fe2344a0c8cef8", "region_id": "RegionOne"}], "type": "dns", "id": "93a4bdb6313842a2af673883565fbbeb", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3f0e8a6c9dbd4404b126825b7a948574", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "89acce74c2cf4f3c9a614afdd17c1105", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1ef0b03b5fba488faa62b12a54943f90", "region_id": "RegionOne"}], "type": "workflow", "id": "580a6687c87149e69d0a4506f933bd41", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9cddb4ecbc3940a587ad073108dc1bd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d8c81aea261849a48bc1789bafef374e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2d82c254403f45a98797489b4a3a1377", "region_id": "RegionOne"}], "type": "workflowv2", "id": "17d741ff8323474991c053e3d6a60191", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "ebdbf8235bb14c8d8a664ebb62203e22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c744008ea19341f4a675a935c156aa7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a958d8ab8cd845b79334e1bb7c2265f7", "region_id": "RegionOne"}], "type": "rating", "id": "90aaeec4b5ba4f3bba044fa7f98042bf", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e56fd9ce28864763a333894865478af7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "79f6922568cb464d86dd82f4aec34790", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6c339364176f4a72a7c41c3489d64185", "region_id": "RegionOne"}], "type": "operator-policy", "id": "61ffb15616da482eb6eaef1d6ff8ccc6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "434356e6ab6a401a8a839b96eb66b536", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "51991e39793b41ee90e2636174b7ef83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5e877d0ca17b4305a69c1a5ddf0457ba", "region_id": "RegionOne"}], "type": "policy", "id": "1b5952a00b1b4294b648cf29cbae07a5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9c195c1580a1469c9388f135325094e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "daf3b75a7aa2441b97716e4edc01bb21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d562f15eda934cd7ae511de07f9cc6e4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "52904d8b4de844d1bfe9e43d7cf29a04", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "deb6b3d5499a4843924cf9579f2212f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d6e6dca4f9b842f89bf7bd3530453651", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "24d3daeab4e34bcba6d5a8d370f0713e", "region_id": "RegionOne"}], "type": "sharev2", "id": "2c5c96f8d5f9483ea53308943d9f70c6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "75126920926849d79b8d7fee8144fd99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d2f0466ae289440da541ce27cf51cb0b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5dbf35429d1646ed909d60e72b3a8687", "region_id": "RegionOne"}], "type": "share", "id": "be71d69248494ab899380a57c5cd1250", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e178f032c81942979e96fa7bfab9581a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2f6986bb518342d390c85066db824223", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "cc98dc1f8e3c464dae3444375edbdd4b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4e177fe05f744653ab0a1931ff1a936a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "730f092015e3427a80b427eb465cd4f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96d7aac8fc94484daaf9853c40b7ed97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df506f4ae8784c34aa5de3c9f5032347", "region_id": "RegionOne"}], "type": "orchestration", "id": "ca38b1281e574cb687d72dae5511aaa6", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b58129a948ba4e50b8a2fd9e2ad497fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fa3e5f9bb1544114a16d783dd74aef60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ebfd7adc8e414e6ca6496784d90f9c04", "region_id": "RegionOne"}], "type": "block-storage", "id": "1597771e92ff47c5908a3b849574c05c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ef22c54b7f748c3a7f43064a8a18c5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d1f85a26e4e474a8065a88fe6329f6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20dfb2138d264c46b50e93eabae65a8d", "region_id": "RegionOne"}], "type": "volumev3", "id": "332e0657ce9d4da58ece196407889129", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e854fd5583d149b0b04ad7455ba99476", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3007bfcf430d49788f1b4fdebf0eda00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fbab9040d88845df980024336484253a", "region_id": "RegionOne"}], "type": "volumev2", "id": "84b1c967b91340af825f3397be21a4e9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "57ca074511e343d98fe83d2c22b31bcc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afc1e3b0a6a2453e9e63d89c6438816e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5af0ddc729c840539aebc3af1ddfa131", "region_id": "RegionOne"}], "type": "volume", "id": "8262052094e540198b710abb8956097b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e07f18aec6a24159b5dd4ac86f5d4562", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b3b2492022b64b269bbdf0df9b40cd48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00f275a39ab549d8a5d80cfbd2b0ae85", "region_id": "RegionOne"}], "type": "block-store", "id": "a042109156aa42b9b4dadb343fa4dc13", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "453ca9caa37d42249fca161f6a2b691e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "37a70e19f78c444fa4f1a8477f6fbf10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "eacfdf6a7ba84b14a6a770756fff0221", "region_id": "RegionOne"}], "type": "alarm", "id": "eb5fb6078f4c45b6bf5865ea2f2d6ab1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0befdad2aed14143830f330c0d743731", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "11f247bc9d124bafb8e3a8ba02a33a04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "23f6b34505c8436d9c993a068ba26455", "region_id": "RegionOne"}], "type": "alarming", "id": "74c3fa929f84410fb94f777753504ad2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "640dae27668f4407923390a7c36c9567", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "be23289fa56e4a62933d78498355efd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5fc85bd5289e49fbb28706b35155c2ac", "region_id": "RegionOne"}], "type": "meter", "id": "5b78bfad0e1d48b48951bd119227fd15", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bafb54b074f247b3aee3aa519b15b17b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "ee77593288d24548a6a697050f01be7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "61835c0a989f4df281aa87a064d56cba", "region_id": "RegionOne"}], "type": "metering", "id": "adce87b6eb0145d48a03a5ac2d297765", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c52a2b51d97c4d1fb1f643e33b54d848", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "eb9100ab7ab64f72899187fdc9c7f075", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a7f2ad11bab642bdabf970de0b09cc1b", "region_id": "RegionOne"}], "type": "telemetry", "id": "5b0c966d79c64fc892455c41f99bbfc4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fd7b289f8b404831a67e79b7d1ab26df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "98dc1a3f4c604a14be0fb59b5a3e247d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a0b8db3c184347fab6ab7846b1c2fc44", "region_id": "RegionOne"}], "type": "event", "id": "833987a4ef8143fbb457ea2760d8a5a9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cf06c4745da846b294646f0a341d11fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "994af07995db4d81887ea594414a80d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "16cb51d465b941f782c87fd0fc06505a", "region_id": "RegionOne"}], "type": "events", "id": "1cac30cf98ef44a0a747f84793310741", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2ba2662714394b51b9171a7b689b126b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e4ffb47948cb4aaabedd77600eefb1f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fd061504e093439eaf82b60f5e89fdc2", "region_id": "RegionOne"}], "type": "application-deployment", "id": "40bf080a6a2b4600b881037fc85cf90a", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0561c099b6144074a0a59e735d7a5cb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7a9629b3c5364414bd85de3fc2d129a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "978a322d35ed4cfe9da7d22a9461f840", "region_id": "RegionOne"}], "type": "application_deployment", "id": "79d9ada8ee3a4aa187d7700c50383f6b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "41b2f662d77648baa424fc0fff5eb65c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b75d12c80b4d43a88c24a11260fdfc4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9008016a2ebb40d7950bd6527030e471", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "49b3c1e6c096475dac5346a742b7a5c3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d8941edfaa524a3b8d618febf37b1dc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "55ee0c2a68a448ca80eb3943eb4e7199", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8bcf34355591452983a5a1c0feb7d921", "region_id": "RegionOne"}], "type": "tricircle", "id": "755717bb9f61461eae8593ec8f899973", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ffb1472002064a2494193f050b33bd64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "841733659542445ca2c6e7be8e8588eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0e868581e3f540609954a3a1260931a1", "region_id": "RegionOne"}], "type": "database", "id": "3eb0ce42b6b64445b538430ea7b244c8", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "db5886bee86e43b093532d1eb1ecee1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "eb2ce9817d1b494e9cbd0ba88cd36cd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "ca21735216c34a838942c62470ea683a", "region_id": "RegionOne"}], "type": "application-container", "id": "eb148f6416074a3d98b0b4a307c1db20", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b3967b989bdb4360b0336f4b25998991", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "de2ada48b6af46b396e1ff40eab951e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f6703b8a4abe43168b8f4ce4dcfcce96", "region_id": "RegionOne"}], "type": "container", "id": "af4ab4ac985a43cf98e3479166b63a6e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f51411c1d7de4508a44b486e07a32dc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "421afc7b250c41a2a7f0698c1b503e08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "db40b9b0e8e249dc99cb964aab84d5b7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8194d435db54403d907695e583800f41", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f2f5f7674ff349a7a9339394f5d76121", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "104ee48138ad427a936910dbc92378f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2893d18fd6d345d1bdf2ac0d59e5daaf", "region_id": "RegionOne"}], "type": "rca", "id": "b2e65d66576648b9af246424cccef0cb", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0b770dc0778844ee944026268d2b7d60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7b67c4e9881b43be92c9efe6571a63ae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a1b47284ea6f4c51925df1390e3cf811", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "a363b0bbf1dd4e7589cde8944ee8df9e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "24a95338669540c4a8ae9d2a008abe2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b65c7f3e41a545dea568e1e9d3ba2835", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ff7b4ce5f35547819ae54575d76041fe", "region_id": "RegionOne"}], "type": "network", "id": "056ca29d579c41509f6e90662080cb61", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "e64d24d765a44a98928c5e782c73255f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "62713d5955fa4960b9d21e4e9c83b651", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "03a93528c5e94168aeba5fc1bc6ca403", "region_id": "RegionOne"}], "type": "backup", "id": "5dab82ffe8d44fd09152b992fba41ad8", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ddddc82709f9488eba19c634d5f6af62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5d0cf36b2d004a1389e66f4b2a802856", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "574c61e6c03c46c8b98569133700e584", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "0ff031e1357143aca18b868440138a92", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0eb61c0619f7499b8025a3a2f3581bc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "50d8a7c6c34349d9b5ad07f9d7bfcfd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5979300c53b2489daf8563c6c9f700d1", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "6c3a8cb669f24c9089c3b9091c527bbd", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "96238582ccd440e399b8ff242b81484a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d69839fcbe6346c38f8aa91654e37d16", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "3a440538e9b0450582bccb48e3144d93", "region_id": "RegionOne"}], "type": "monitoring", "id": "8e0713dd2cad47ac8ffe5f7b945bde4e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5f7f93d34c304af282fa2aeb3c35c548", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "89adb206d7aa4dbb9be4d8d7261b705b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "e0650dcdd3eb4e62a623fa5ed90faef9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b36034946a9f493ba11d3886e0d277a0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c545102d6ea04c0db62097d39132255c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c8e382b1c92d4aba9935051fe8be2ff7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4ed036314e464248bd7c896e1517fdda", "region_id": "RegionOne"}], "type": "placement", "id": "d0c7e8a9230d43a09df1f0047f1497df", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2c4738c0e8a24bd09ffefe07deacdc8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "907a3708e2074e419c36c18606ba4e3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a017aaf74e05405ab57c5fdbc647fc4c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d4f8308702f04acf9240535164ba281b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c7250881f6914217bf493482a6611600", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5ec784e004db4637a2f2fea410e02c6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c03c7037605f4499acb9ba2657aa0175", "region_id": "RegionOne"}], "type": "ha", "id": "7199d04b30664fbd983e578850d499d1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9f41438e3d6544d4b5bb530a4189cd9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9af1cbe48aad46b983ed117b66a9303d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "75b17e8095ed405aa89eae95fd1817de", "region_id": "RegionOne"}], "type": "reservation", "id": "17d6e9a80e4849f994dc1b51b3f720ab", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ba087a0ceb1249d98823aba852af019a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bd6a55aa36bd4e3d92bbe63a8483bc05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "ccde48134cc146fdb40a2af28eb51032", "region_id": "RegionOne"}], "type": "function-engine", "id": "0e3fc8a11c5c4d9e9f02e7357d527238", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "907ee1e076a54e8b8adef717800f1478", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d3b816cffa374bf3966379cf635b7f09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5431f9a9b89d4b2791ce4dd709fb1302", "region_id": "RegionOne"}], "type": "accelerator", "id": "0eba6bc126964aab9e89370ce7371b67", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5e5cc0ad0ce34cde8cb9d9c1c100a173", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f604a9e77e6d40cab0211ce57af31641", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9301c43a913540c4beafdf3febc83a44", "region_id": "RegionOne"}], "type": "admin-logic", "id": "52b65f39e27e434c916daef2cebc1687", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8db77cdc83e6477e8b486f20b73188c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d9a6d625505d41eda727bff3db2fa97e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "1baf75b30b0641c48013b4f6e2ac69bf", "region_id": "RegionOne"}], "type": "registration", "id": "ff7169854d794863b2364a65bc0c9ef5", "name": "adjutant"}], "user": {"domain": {"id": "6413ba22ce404cafa6c77cdda905ea8b", "name": "92d715a275aa45289c6d9ccd0118e92d"}, "id": "b668185d99c346c096b4891071be162d", "name": "b47411a34a6245c8ab8fb5efe660f91f"}, "audit_ids": ["f10f7563a3114dc2af80a6e0606c3368", null], "issued_at": "2019-09-19T09:04:50.023454"}} {25} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_tenant_delete_ignore [0.042481s] ... ok {22} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_with_stack_object(preview) [0.070641s] ... ok {6} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_template_with_stack_object(sd_metadata) [0.068353s] ... ok {26} openstack.tests.unit.test_resource.TestResourceActions.test_commit_patch [0.047389s] ... ok {13} openstack.tests.unit.compute.v2.test_server.TestServer.test_reset_state [0.078021s] ... ok {28} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_check_stack_with_stack_ID(stack_subres) [0.064608s] ... ok {4} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_stack_not_found(identity) [0.062799s] ... ok {7} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_check_stack_with_stack_object(identity) [0.070366s] ... ok {29} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_software_configs(event) [0.064420s] ... ok {30} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_stack(identity) [0.051807s] ... ok {2} openstack.tests.unit.test_utils.Test_urljoin.test_unicode_strings [0.062786s] ... ok {17} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_stacks(stack_subres) [0.062757s] ... ok {14} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_environment_with_stack_identity(stack_subres_id) [0.042354s] ... ok {0} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_software_deployment(stack_subres) [0.064916s] ... ok {11} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_service_provider [0.053973s] ... ok {9} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_check_stack_with_stack_object(stack_subres_id_act) [0.080870s] ... ok {23} openstack.tests.unit.test_utils.Test_enable_logging.test_debug_file [0.050376s] ... ok {25} openstack.tests.unit.identity.v3.test_project.TestProject.test_basic [0.040251s] ... ok {15} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_secret_update [0.063683s] ... ok {21} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack(preview) [0.306879s] ... ok {20} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_software_deployments(stack_subres_id) [0.066348s] ... ok {30} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_stack_preview(sd_metadata) [0.036400s] ... ok {14} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_software_deployments(stack_subres_id_act) [0.039396s] ... ok {28} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_software_deployment(stacks) [0.056917s] ... ok {26} openstack.tests.unit.workflow.test_proxy.TestWorkflowProxy.test_execution_find [0.056399s] ... ok {6} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_software_deployment(stack_subres_id_act) [0.065247s] ... ok {22} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_with_stack_object(stack_act) [0.066225s] ... ok {7} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_stack_preview(stack_subres) [0.067371s] ... ok {4} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_with_stack_object(stack_subres) [0.068774s] ... ok {9} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_software_config(stacks) [0.038875s] ... ok {29} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_stack(stack_subres_id) [0.066378s] ... ok {10} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_object_create_attrs [0.223544s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:50,136 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,145 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,153 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:50,162 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:50,180 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:50.065680+00:00", "project": {"domain": {"id": "1e0a0686a5664d44a4b4be243a72e4ff", "name": "f3b71ad47131493397a03d784f49bcb7"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "71b96ac6c37b484c86aa242240cafee9"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4c574d81fc664375b55f0c2368cd3b51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "83be1c22bf6248009e0c67289ac9dd90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0ca24e6a40be428a87a874b3777f1cd5", "region_id": "RegionOne"}], "type": "identity", "id": "b6619c32e352477b9e3ca5e6d5403e34", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9d0b35351f7e4bafb53bcd14a333a2b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0db8fe97d3e44b849eeef402d6622a5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "dce0e58026274ebba972c9dec8500f16", "region_id": "RegionOne"}], "type": "compute", "id": "75a13c6375d74d9fa0b186fe9134a0cb", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c20ae6030ec745a5a4a2edefd636b91c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "67700d831bde49ef87411fa85487ecb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8efc19b62a3645e98ca4eab1c32b7a6b", "region_id": "RegionOne"}], "type": "image", "id": "7233b93b9622407d8124df5ec3063f6f", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "96a0032b1fe64827a9eea0180278dee7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a7205ebfb24b4911b6f0b47bd1d79898", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "418b83cd84274617b8e0fe755a551ce1", "region_id": "RegionOne"}], "type": "load-balancer", "id": "00ada956f314411db6961513948edc0e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c11cf3488a74aeb8f400c73fb02f6a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb73d8b0431847c69dd514b082a57972", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61e72bde748b4e6b996f660dfd38a34a", "region_id": "RegionOne"}], "type": "object-store", "id": "efe2da8b2e724f60a1f621a42f932557", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f9eb4851f49a4ad9a5223ba24805f6d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0e15e771dcf544168f9263977d2d67de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0f216fb5ad544879b3daeeeacba17f06", "region_id": "RegionOne"}], "type": "clustering", "id": "093758bc39b847119d953af1c5931033", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "904390d986ec49c3919eca9d6187070e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9f79ca295ba84adf9a9a404b27a9c1e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c706031188524debbeec539d323a7a21", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "4be1aa87cd2648d2b793f1970eaee00a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "02c9fa6717fe441aa9576ea626beb64c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4e410cf6957347c2b666d29bfe899280", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5fb3748defba48b89261ae01f7304d33", "region_id": "RegionOne"}], "type": "cluster", "id": "b9e787c5dfc44651a7bfb53fe3cbfa87", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d275c71917024b62b214dab1766efaf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "df49c13b4952469a93acfae39f7448de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8350a2e7102a4ed2bfd637589de2050e", "region_id": "RegionOne"}], "type": "data-processing", "id": "e4f861de047a43a7bb6e98f7704378f0", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "345454ed814c42dda04fca65fca11c62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8850e6a5bdba4b74a5a7800f1e3893f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8ab648e508db4ad29245694b8a83ad6b", "region_id": "RegionOne"}], "type": "baremetal", "id": "bb77e43d5a4342bcae6662dafe766616", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a884a5295708484ba75053bde9f2fe23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f485c09351ef4c9b98a46aa9dc82d6f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "f24111801e894f468fab4f3ad876885c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "38b25321a9c34c9cafc430070141b9da", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e1e0ba05baff46629aefe2e2e64b9af3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2d0238596fe743af8fdde6bf46859728", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "00f1efb8740946828ba367c0da6323d4", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "763f1d20587f4ac78e6db9e13333551f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e5b751a204ca4b9ea9a4578587cc27dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f58b8cde27dc4de28c7dd80bf1867b36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "28eeab833cee4a469f4e8a6fe4c08489", "region_id": "RegionOne"}], "type": "key-manager", "id": "d6f2df88cbc04b1c813c4c113ad9bddd", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "808f7bd5408347609aeceabd35d0cb3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ce2c6148e7924b0e846fa851582a834e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "34506c4ffce04cc8a954e3d255bccd0a", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c699c6948ffd4a12b8987ae00f3f635e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b8cba97ba8024275a12d2840015939b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9c600df682d84712b2a6a7d01a3d0d4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "42fb4d17c5de4d7c9cbc896a109d2d47", "region_id": "RegionOne"}], "type": "infra-optim", "id": "71c52e181ea146dbb849592b42e245e7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b28c967e15ac484da929c83571621ce6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "1cbd3234b4ad42489be840a58f1240fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b9fedbb5570e4a3caa1eefb5e252b781", "region_id": "RegionOne"}], "type": "message", "id": "2f2d8a1d906a413b808f4662bd4330c8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fc9bb6368b79459c93b39f8c0bebf004", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e3706e3609f644849d8baa9fc12a911c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "20c8c52991064f5da5da873521231e1d", "region_id": "RegionOne"}], "type": "messaging", "id": "1aff7d1fa7e4469fa9ba6379c56adfd4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cbf6615a901644b8947b44d66b47f33f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "9b8688f5d71c4568a618fc377b8760b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "852edb72534345e895d5a515943a62f5", "region_id": "RegionOne"}], "type": "application-catalog", "id": "963ff2e48b8043a885beb2484664f8ef", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e6fe2e6c10114f37bb8c814780facab3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c14b31d9cdd4ffb914c2e0a50c85168", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c9bf150c7f74d1fb64fbb20bff75a23", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8e176ae3e6ae4fb389dc13a4da4ccbbb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e975deef5d347e290562ad7ff4dd970", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "628a90e45e4b42968998d527c0af34c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d5e7ca2759b447e8ad31f164e7a80c5c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0cc46d3703144c0f90201fea286f6127", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b2fd1c42e68c4232bc9061d4973c261c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4257a375a12345e38cfd7ccd07445a23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "714bb667417743b98782694a21127115", "region_id": "RegionOne"}], "type": "container-infra", "id": "651998c8cfa7456e93b1020b739e2f71", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "33eebe0074c74906ad994718c6af1c2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "badac9c4138b45969287f32843c83ef9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c9572313437041c99b1dd4a27d9ef069", "region_id": "RegionOne"}], "type": "search", "id": "cb9d9d5870c940ccaabb5906264f08dc", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "84c09040f1c04ceca8dd688a8719b6ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "cb838d49ea884648b826997db041b104", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3b85df4fa58f4627a5ee5255ac95ddb6", "region_id": "RegionOne"}], "type": "dns", "id": "de0f927a81234bbf8b8e53b8d313b240", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "294281de4d2e4b109920db50bebd6f6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c61d2db6ccb5449c808b866f28091724", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a43447a4c00f46be8fec69f48148b8fd", "region_id": "RegionOne"}], "type": "workflow", "id": "65a797746499453eb68be358df507084", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3b2ba04e912c4c69a67225855f830ac7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6a959e903dd6419999f106adb69693b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e2bce2be4ca040658231a4670e2ac1ac", "region_id": "RegionOne"}], "type": "workflowv2", "id": "84885c12fa1c458da4d92719a899e684", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "dddc88b2cfe545609d9e688ef76e0051", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "aaa57df5716c4d99887229c28015030d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d5885a2c2dff48f6a2492d2b104da682", "region_id": "RegionOne"}], "type": "rating", "id": "eabfd15fde3e4e2bac5a29a5102239f3", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "969b45e8253543f695028c94df9102a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "66383466db7348fa8e7a307b92833847", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8e01bb58d9d944bbb58025fc7d2d9b06", "region_id": "RegionOne"}], "type": "operator-policy", "id": "44f7763215dd4136972191c1d265c69b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "cda41f9f100943129262af7b133546dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b7d9f3915ae8436d8bd1898674652ed3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cf827c99a561452987892805f7ac737b", "region_id": "RegionOne"}], "type": "policy", "id": "4896b58f3e784e13896ca928fef51a16", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4b6373f72acf46c3b898d69e22e632fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e41f5250f05c4812b54c4249d0edfe53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5204b76cf12a4999a79afbab7a5cf803", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "93318c62d1314d35ba566a537dd8cd48", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8678ade719934d3baf1f3c6b0e6f6f61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9311906e49984be28eaedf9a37a387af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "175279d24c01424796e90025c7aa99b1", "region_id": "RegionOne"}], "type": "sharev2", "id": "a6217a6559b7439fa9b5fc3fb0e05d1b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "222adef1db1742e2a2b3e009c71cf18a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "42d5c5a368204737a2b0f20a7e454c3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "01a7de0fa2bc4fb8bbfd59f10be75dbd", "region_id": "RegionOne"}], "type": "share", "id": "7337063a054447c79a8ee22560628b0d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0ee74ec3a3204ef699a30d0d989017ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0eb52f7d746e45c3bc19884c73ce5470", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3e08e9d1d6a048bd91e78957464d5e8b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e8127259944f436ea529004ac0d3e10f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5239081430f44a249cc1f3f38052f09f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5376486fef2945119e5757f4f08d4eb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0ac2a0070d64505ab38b42cb674ec24", "region_id": "RegionOne"}], "type": "orchestration", "id": "4e0d9ecdaf424a1f95d6081a9288f188", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "01e03b48f16d488c8b823c28898e50d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ff211739074498bb8057bd1569b32d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "862baba261cf41d991f135318dba7fac", "region_id": "RegionOne"}], "type": "block-storage", "id": "0d103eb44006491e9d573e6450537385", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4aa1d100d12c45798b0a018aa04f1faa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69a291c88733443d866bf0e86839b57a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ef16e2c1fc64acb9625e991b173ecb4", "region_id": "RegionOne"}], "type": "volumev3", "id": "0ef4d7d8ea494a82a1c0a731e147eefe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43a3b5fc2bd142ea8c1cbf9f0ec7245f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5b0646ac7c3432e982352c9bce020f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ae3bad35f854cd383c21178a5d82459", "region_id": "RegionOne"}], "type": "volumev2", "id": "e54a75d1836e4857b3636dff1ca7078b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "79b79ea0bf964b479af99c1f98c561c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "83c827c8881a49cab3dc118defe042d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2365d1e71cf8432a86853640794c80f1", "region_id": "RegionOne"}], "type": "volume", "id": "cfd4dbd159a548a0badffd5f29ac35ad", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e38e7ac656604df3a174c7b307babd23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "693bc79dec4a41ada1c30ce2c246af3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c6765ecd0b8e47d19f786f2e8b0a5cfc", "region_id": "RegionOne"}], "type": "block-store", "id": "5c9a66aafbea4413a6a5a8ce5068aaa9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2bea04c1531e42e98933f760f92e8490", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "73d3bf2e9f2e4e19af651491a97606f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "519924c356c74be5b8037842d42d0028", "region_id": "RegionOne"}], "type": "alarm", "id": "6adc2a187f9546a893c70036837ddc08", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9b8ff1677ab04974abe9f75228e07f02", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "729572ed31604e81b870c4f7f7f17c32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "ae615ea4d17f461abe61707bdf513edd", "region_id": "RegionOne"}], "type": "alarming", "id": "256e783ad8214890976a3ec741eeb440", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "cc2ebb8d9a0842738b27521901ed7222", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d0968f205252441991dc62d697ee1b7a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "10117283d8ad409a972b4923f7d9dba7", "region_id": "RegionOne"}], "type": "meter", "id": "f5836a1d1f5547d5ba5e57f0b9595f42", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "71068c143ce04c95b862ddb404d88ccb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "5d320af952bb486bb1b60730f3010680", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d2c66c39a6564ac09a39eb40c57f2432", "region_id": "RegionOne"}], "type": "metering", "id": "6f4e5187057145ed8b8b44041fac50aa", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ee7cde5cffbc415dae3147389ed50e22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "34c33152ec0444fbb8b83e589a8cc770", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fb72c9fb6d0d4c2bb35ce1aa00be2988", "region_id": "RegionOne"}], "type": "telemetry", "id": "2ca4ca766b8641bcab1ee9a56cdcd255", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a654f8faf9ba49c5bb88edb52391a0fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6a28643803bd460faabfe6ed47925740", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f76de1e9d158450bad0e5c4de1e48761", "region_id": "RegionOne"}], "type": "event", "id": "cb0bc8ecb4904b5b9c9406a51e3caf68", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "2882be9cbc224093a177b34a28adcfc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "dc56003646c74e48b9f4ade77371d134", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cd0ca795e2244472b9c5ed6b5a3f2e4f", "region_id": "RegionOne"}], "type": "events", "id": "fde43d251ff24939bfabbeb93a2fe957", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ff4d9a8505764d7d82a017a622444c4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "167aebe2d57f4a4bbb34ecda83078c08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e4b548508e274ecfb5ef57b9beddc6f9", "region_id": "RegionOne"}], "type": "application-deployment", "id": "a2cc91c3441e498f9e22534a86da7cab", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "955437e356aa454daaad10d359a65970", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1df272e86c7b4cbfb1ea67fa2f431f36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "702de3a59f1f4bc5b9676ef09f45ed82", "region_id": "RegionOne"}], "type": "application_deployment", "id": "afc9627e6cca4589bd329eaf74300f03", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "591f215a5e134553ac4fdef5ae0035c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0a5c6d6369a24533914bc6e88afd09ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3a5cb921410f4242972d147b6c91435e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "d082538d2c0647ba91e787fd8d048eba", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8d694f46255e4750b2d878a194ed19a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "227c0ff76bfd4f5286f11ee15d366ac3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f9daeeae85c14784bc6236b1c4e4d46f", "region_id": "RegionOne"}], "type": "tricircle", "id": "5b351ca457754ff3a85c3231280de2ca", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a84aacd6fa8944308ba8bf05c43efe4a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "8fc77b4b9281456f9ded1f40ac88e26e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "634d357a1e294ea1afa2148af617e5fd", "region_id": "RegionOne"}], "type": "database", "id": "ee2ec152c17a4d889546c6f4ef974e80", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "35b7540decb545f88ca2d4ac06db6fe6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "161a5e334e724477a87d58a65aee1524", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "9a93cdca3a1741e58acfc329d6be9418", "region_id": "RegionOne"}], "type": "application-container", "id": "43321d0f14964eb19a60f7bfd456d2d0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8097d2a221714df8affefd99d544fa75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c674ba00aeed41ff9041c4d572d4b2f8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "dc44dc7208364c469086b2a8fe3deeef", "region_id": "RegionOne"}], "type": "container", "id": "ed7521e44fab4f0db130fb352fa7fea9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ecc277f00a10412580ebe5eef030b8da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "edcf164de82f4da4afe035eac3c1e2c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1490e2ac63b24cb787be0863d8107371", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "3f387788120f4e1cb72e642ab3e8e921", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9aa1a5ebbd2546e69bff16981533013e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "19bf38707d4e46a9af30726c90254cec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cae8173738c845388b3cc0dfd1c607e2", "region_id": "RegionOne"}], "type": "rca", "id": "0054f4fe1aaa4c79bb44f51eb96349c3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "62a03fe42820499bb7d8d46a191e9e04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2bf58857792642dfafd973234cc512b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a8075dbdf17e494bae7c9bf2e6828d07", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "b4a98619f1af40df8f845a190a737931", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "2013f21a2cc740729de36d3582e92cbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7000472620104153aa2e0eb44db93903", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1f6c54697f82413a841014a2034ba9cd", "region_id": "RegionOne"}], "type": "network", "id": "28fe9bc902d149dd9582d2142615d4a5", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7f92e58d4c6a465892b5248446c5a2cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "8a49f128d06743c98c49301de3e77ea3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "096645521bcb4da09bce4b39b226d4c1", "region_id": "RegionOne"}], "type": "backup", "id": "9c79961b73c44c9490d2315f56df7de0", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "313cab30df5a4774a1d094e539e4099a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "900ce8db1ef34f50ab1814790bab8de0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d8ec5bb6a8a54ae0a57348f683d123dd", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "601e33769d5542f7bfb9d32eefa0ab2e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2169b18e7ce84aaf9ea5b51e17a4066d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cb37636844c3409bae724ab1d913f6e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "aff361af3ae6476bb4acf28318583358", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "4dcb975fb3724db29fcff21127daa85a", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7314df6479db4ff7a41b14ee90dc52bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "04cdf0dac59c437488667ee0eae687a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "65ff53446bc2467abb9232dbd22d0e16", "region_id": "RegionOne"}], "type": "monitoring", "id": "ae997b0701704218aad3f234ca78f6df", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "786fec59edc840b1a501ff2844ea8012", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2430fdcaa9a44248a940b9a7fa5478f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b3c0f3d7e6814257a12909713d9db2c0", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7d615d8204f04f7cbfbc7dda567c94f4", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "c40a876273cc4433abefb8fb4ef570e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f422e54d0af84735bc3de5a327d4e666", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a913aa2f40124243852c509cdabad018", "region_id": "RegionOne"}], "type": "placement", "id": "5ff6092ffd9f4f29b123c3acf2d3a18a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "85907a687535475ba939bb78f3e559f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "782c5f84418349dab2163439d3b1b1ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ad0cd1f5f4a54577a95d90fa38a89452", "region_id": "RegionOne"}], "type": "instance-ha", "id": "215a1208b22d49f8a55a17cd7346dbe8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "20d4504783e54272a71c2e34f342efd2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "49cbf9c34a154e679ec896cdf1418b44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8a9185f8378945998f7b02de4ae2833a", "region_id": "RegionOne"}], "type": "ha", "id": "dbc0b068fab348689f682fb823025671", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "43382456ce114c00892e91ca3b22f43c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "64a9d311237442cc8b29642b807c2d9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8cc4bc76e4ae46c3992c604088e06847", "region_id": "RegionOne"}], "type": "reservation", "id": "eee74036b1a44a71a6fadba10eb1958d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "faca4dd68e5c45f89b1d8b10614f3e1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b128a9380c234d7da03fa872af3a4ee5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "236e7a8749dd4b2a90ad180e71afeeb1", "region_id": "RegionOne"}], "type": "function-engine", "id": "6c5d65e3cc654a619094bd922b2ec43e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "75788bb7442049d5ae3cc12b52280839", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f9bb46f4e0bb4de7ab3e73948ad941d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "924cb4c1c7474a9bb7640fce3a07dfff", "region_id": "RegionOne"}], "type": "accelerator", "id": "aaa172c1522849819219d9e31358f217", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4c26a0ac566341b7a54835261157ae85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0832768e8eb0425a82c2421bfc02605c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2a4dee9f14284f5bb1f0d9a92face742", "region_id": "RegionOne"}], "type": "admin-logic", "id": "197f7ebce7874bb2aebf25f7fb6fa0f3", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d7aa5745e1c94ae4b49821ed847a5380", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4c1ac4a518e64a238299be397035e013", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ee96887799964055aa828a7da92de081", "region_id": "RegionOne"}], "type": "registration", "id": "3b931a208ed442719bcc0705684e8906", "name": "adjutant"}], "user": {"domain": {"id": "723b94b3cf284bae88121e29f119a0cb", "name": "b5f5622a0a6044d0ac98bd4036ceb926"}, "id": "8f7e011598ab4c99acb36898c5a745c0", "name": "5cddaa1de3cf4a8e92e40fdf407a6301"}, "audit_ids": ["37489420c5fb44a79696643517a94680", null], "issued_at": "2019-09-19T09:04:50.065680"}} 2019-09-19 09:06:50,282 openstack.object-store swift uploading data to name/test {17} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_stacks(stack_subres_id_act) [0.061300s] ... ok {2} openstack.tests.unit.test_utils.Test_urljoin.test_with_none [0.063380s] ... ok {12} openstack.tests.unit.test_connection.TestNetworkConnection.test_network_proxy [0.137091s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:50,204 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,212 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,219 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:50,225 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:50,237 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:50.158064+00:00", "project": {"domain": {"id": "13078658c61a48bb8a1c267672d5077f", "name": "a5456d1dfb914792bccc3312907bb7b7"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "62e913dc9ada43718532460a15a43b49"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2b799f55c85e4c938d29f1208b76f854", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ed15c3b9fd6441169569612241ca9584", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "dddf0664c7094c9d9b43bb1d5027be0b", "region_id": "RegionOne"}], "type": "identity", "id": "c60c167ff7e44918bb07c85c5b09b0b0", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "3397e831479049548c47ab94c5796c62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "d7bc15dc08e443729be9af285156b4fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "0f9590774e334fad86d2362b8b2e8d68", "region_id": "RegionOne"}], "type": "compute", "id": "503b676711584e65b87d9f702d3717e8", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "7abe104455a9485194cc133836d0d893", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "abc6c02ef2e247f2999a90687511c253", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f32da5507df6495d8041d6b5ac423bb0", "region_id": "RegionOne"}], "type": "image", "id": "0a35589a6b964765a546fcb6eaee3ccd", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "09c7b0ff817f414fb7ddecaf59caae5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4d10173b361344f3bd58bf4fe6fd14be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "400fae103a18431785c7e57139fd5e4a", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c2bb0984ed8541e08cd70a3416d1edd2", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "def1f5b10a254032a82ffbe5ee7276e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b5a90b9a397f4c25a3742ed81c2e28c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1a3e6eb4bddd431aa9bc00cc6479ef03", "region_id": "RegionOne"}], "type": "object-store", "id": "bfe3007e8083479897f7285d7127e78c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "478fc033abec45d5abc5feb94e840b83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d704c65f9be24377b221048ccdb25ecc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "00ad0f15d857429bb1e6724184198837", "region_id": "RegionOne"}], "type": "clustering", "id": "b46d26b7a9e34333814df3cd83140ffe", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "00d4d857ad9c49f5ad70a409dda6fcbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "32dbf34dd68d4f57823a6efed6dc7d9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "09f4b0383d1d4647be2f31f3e1319647", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "47a5464a52a74527a752d3507e50a439", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dd14fd8725ea4395a26d3a7563591981", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a8b750172d544c5db626e501fbedba67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0ba68dca2a0146548357a4603e7fe72f", "region_id": "RegionOne"}], "type": "cluster", "id": "6b067ea4f2904569a25fddb34e2a78f3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c6e9592985a244f48832e1a0fa633657", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "cf783af530e14f19ad351b166c9eb44a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "c26bef2d31ec4ad4909b2e303637fa95", "region_id": "RegionOne"}], "type": "data-processing", "id": "d7fb6e3257d24a0ebc9859289f47dbe3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c7bd67b3159841dd8b897343f7f31fa8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7ed5a7941a5e4a58b4f31d81b3281f79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "92e19339708347c0bf34b932de8a5e7e", "region_id": "RegionOne"}], "type": "baremetal", "id": "d47c57cb8824403ca5699f82cd4fa186", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "42769bcc9d644872b0401657c358d066", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2a3d0fe1b9424d77af94474c2c0cdb28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "56fdab388b784258ab570623424c9324", "region_id": "RegionOne"}], "type": "bare-metal", "id": "68fd8b7ef1a74ca3a7932fdd876ca5ef", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d14e9e4f11be42d08d90b59ae383f260", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "df67fde764774b09bee1292f734d584b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "73840e60f3e54f3393bcf68a35c5bcfd", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7d19ab7b42c5427398c7979ea1057843", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d497fc0cd8924db499482ba859c89440", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "aaf1abfebe6c4b94a35167ddb1fe37b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "2d6b5a39bece4ca2807fbac47a69cbbe", "region_id": "RegionOne"}], "type": "key-manager", "id": "9a6001e51e074b3db1314b18e69a5898", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7ad61164230049058dc9ffe1d867df12", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e5c844166f6043ae9ce4179104f8797b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "7e8d86d5a119415ca70f58b602262945", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "9acaa3c0bb874c73b113118631df0cd4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "30109e9f6699451fb277fece4f7aed63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3c442d47ee534549894a2034f4d83c3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0a9104d0db534d348951877712ec3601", "region_id": "RegionOne"}], "type": "infra-optim", "id": "1719ad0272c34619888c2c755becf085", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "956a2c2479e74e84a32a12e58f2e06a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2caa047557e44456bb7730876f9a7ac3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "613dfe7af93344a9811addcf88bf01fa", "region_id": "RegionOne"}], "type": "message", "id": "32d80d176c4e48239b5ddbcb629af42b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6be0ed04b92c4c9c91161a1f63013e22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "692d2f1a3bc643e3aa55028d68a120b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0e445d4b5aef458bab5df7d6f305c6fa", "region_id": "RegionOne"}], "type": "messaging", "id": "a5cf2962b78545fda42ed2f5085cc892", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0c403d3ee6174987b1b570bf876da571", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "1dfe74ea36234bdebb35e38cece0027e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ac0904da32c044a580b2f950e3ff2b41", "region_id": "RegionOne"}], "type": "application-catalog", "id": "951e362c76924aabadd547c2312c65d5", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "34bdcaee8d884110993a204f1588631b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "33a051f38d0b45a5819fad72907e9956", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b56e53897a96464e9ef8f6b4f39d5f56", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8118d11c693e4892b4bacd6bdb5f3b4b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "654b4dce166f47c1906ee0db6004c41b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "49db8268085440bca21c8e25a6a4bfcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "41b687b105c54806b0c4dac99e870442", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "f88a2ba7986f49a8b379c0854bc002e6", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8fb80b45b0224245bff23494abf0f9e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4e9d6861bf2b42e3ae4828dfc329723d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a98fe79129d4440a87591e3105da9d96", "region_id": "RegionOne"}], "type": "container-infra", "id": "41439eb976ed4aa49a25b67477bd3cac", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ef96d65ef30a48c2b02c3ab85a2e5f58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "73c45de843c2433683919421155fa672", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b190d1a08db848cc8dee314968411e02", "region_id": "RegionOne"}], "type": "search", "id": "3f5b71cd09cc4f338a4283d195356c61", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "193e268dfed6459bbdca0b613a053e0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "6fe9fbe0466044919aebc0ee2f5c16a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f745601bff3148bea9a8a44684e42684", "region_id": "RegionOne"}], "type": "dns", "id": "797592666f714d67b371f9090f5baf15", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "65a9465753a349ddada81df97751f7d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ddec50714e8945d9ac1dc62e41ff89a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f13c51e2a7f241be95c53c83b88e1bba", "region_id": "RegionOne"}], "type": "workflow", "id": "37095daafac34dc980e56aaa3ebf88a0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "553fcd9847504634b4c8582ffc3d3367", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f5811d9f57904e24842b726a34407300", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "31118ad2105d46e583e9893125a0a5b0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e8028863823c422193b6e2464a93a691", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1b02c2dc9db648c0a5b0bfea409427d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "dc23c6ac3e7a4626b882b7b3a96fba7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "1ec7148f2d6c43f8a32628084bd2d910", "region_id": "RegionOne"}], "type": "rating", "id": "8380cdc8d8b14020af508c97333fc2ae", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "713633c6fd11498b98cced1f6c98c802", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d5ab735145694197881b38cbe0adf5b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "07c1f59737154a21a3458f1d08cc1808", "region_id": "RegionOne"}], "type": "operator-policy", "id": "915f694bb637497fb568865caaf34fac", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f470a27469f04f6ba1ca8fd3ef5e8fc7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1e65ad39107d4936b8ff9f77aae64ae8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a95d20940b2a4f21a15a0db592310c9c", "region_id": "RegionOne"}], "type": "policy", "id": "bdb377537dfe460ea6b83738bceaeeb7", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eaaf78f85c2e4e259632b8eb3001e0a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "915a1049a2fc4446b05d6bed2d739995", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "171efb0a82534a1cb2f7dc7f83812720", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "241a4990161e459584a96ea02364be95", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f5a2f1eab1674d2c9fb5c2f95af5f40e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8d5414a779b34ec7b25cc09d356e58b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d6be6dc3f2a044198099df0601c01f40", "region_id": "RegionOne"}], "type": "sharev2", "id": "5c9a09d6381645cb86a6ce0b1f4193be", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ed6e147364db4882bf4fbb5f8881ab14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7ab6c3929ea042189457849df8647302", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6b88c74142724c7c94fee70494038e42", "region_id": "RegionOne"}], "type": "share", "id": "936c1d6bd889445b92ae66b66e6fd4d4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d64d68088b444cacb0d4365ab1a8c928", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "aa13b70cdcd0496ab4f832f53c8cd6e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "104849df132c4483bd371ebad9b24cfc", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "208eec6695874b93bf11ad39898a68f9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4cf61cc7d1b40b39b809d45649bd360", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0e1bb156b6f4abda48c6a7a7e87da5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c720980da8c348049fe70666ecffe6f5", "region_id": "RegionOne"}], "type": "orchestration", "id": "11edea59241741a7887b0a440e83d4e6", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e111316002448f09a27d334cc988356", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43fc688c858b4e559e684cffc8a55f37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d57f98bb83649788673456ba75e6b74", "region_id": "RegionOne"}], "type": "block-storage", "id": "667c949c04b04966a127f542517285ae", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "327e43c781aa49dc9cb98232b9459605", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "849abfe8cd78498b989c1a00c41a1a04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32be2957d3794654a73debefac26be26", "region_id": "RegionOne"}], "type": "volumev3", "id": "737458c0ab2640e0991d6dc5fcfd81b3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "50dcd93d812748e48d16f743bb2b5e85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2cf05e7113e64b30b97cf8104ba25da8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5eb60d48ec9147f3b24493594582ac72", "region_id": "RegionOne"}], "type": "volumev2", "id": "719624260ec7487a9503a400a038f3a9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e8fb678272994ea5a88a74b2af1a0e1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fc34d8711de46188051cb48256e1b37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e6f9e116953418c8215521bb1622c02", "region_id": "RegionOne"}], "type": "volume", "id": "9fd0dc083d6347ff93c18894c52b551e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "192348ea3ecd4fef9e0fb495b3eb130b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e6a9644fc8a44baea1d0793485656431", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3c448f846dd74139b53c501c86d75451", "region_id": "RegionOne"}], "type": "block-store", "id": "760bb4834c8c4adf8a0621f5ad7821e4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8fa52bce3597479d91762433e6bce964", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bcf18b80c51e44a992bba3594daf5ef8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "84b5ea41058a47e09663882ffe79a1e1", "region_id": "RegionOne"}], "type": "alarm", "id": "abbb8790d2454da69fde6778ad2b1589", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e5576cc5949d4cef845b641124df5cbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "da0ca95d60fa48ed9cd5faedac5e6571", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "70145dc3aac24e0280e255bf47a6b3b2", "region_id": "RegionOne"}], "type": "alarming", "id": "3c8edd2a32524aab97faa5395383160a", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c29da0af73c6475e966eebe31df00c97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c792b65d2c134b4caa001c4cfccfb5fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8996b57b5399402a85202fa2e023e61e", "region_id": "RegionOne"}], "type": "meter", "id": "f769034824a04dd2ad0d803af55b1106", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a946917e981241b297aefc403f08a82d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "24c72b409c2c4d8aa42053261a0f56a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0aa097b74b0c431a96a50caabb754eb8", "region_id": "RegionOne"}], "type": "metering", "id": "efcd8070f2df47b888a652dd75f3a4b5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "34696a075aa041cb8becfdb3ca56c0c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dcb231fc4b7743e6997202c3c658683e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "676b08b48b5240d0bd442f489193113d", "region_id": "RegionOne"}], "type": "telemetry", "id": "9f57934bb4e84fcf9bcc2f829d26ea21", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7bebe862edc74dcc98f51b9f2455b82b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bb567a2563c6460bb495f5a220407dab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "da34938fa7ac4b8fb20d2f838ee947ff", "region_id": "RegionOne"}], "type": "event", "id": "230798033eac4a0f9d9e247f74d0ae37", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4e2efc4c4feb4d6b847ece6483cd0298", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "250fb4ffea8841cda560d03ebb94cf2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "73e393fdd8bc4239bc21edca20bc78ba", "region_id": "RegionOne"}], "type": "events", "id": "d97e5c27c36d45feaee81b74701df7cc", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "679e91072da449a7b7c7bfef689733e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "98f3b996dfe64386a0037a3d4f97fc09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c5e78e7e46a7434f9ede9b70e1aa0990", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c337a29b5e9c4da98a3b3b9ab9e035bd", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "411f4d8e0d934501b8860fdaf55aae67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cd0031a3c3ce46878cc676d660c0d08d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "65acc61655964198b948db460b9c43f3", "region_id": "RegionOne"}], "type": "application_deployment", "id": "883e5f73f5574fe3bf190d1db713033c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "eee1b33f3da64646b20098fcfd173dc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "38dda3125a6d416e9813644b162c5c1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c890be5ab7284cc8be4ee7257943362e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2ee5488b86c547bc86cbc0bd827f0f76", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3d8f9a0172ea40f78081a507ec12ec1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ad0958cf0eef4ebc9baf5cbeab9a1c74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "65e6f75a4eae40f4baa10004bee58f0f", "region_id": "RegionOne"}], "type": "tricircle", "id": "8c4a0045d92c420d9f26c5458adbe7af", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "27aff7af1af54d09ae1ae235f555bf24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "530481a7a0b24579a9697e6647c97085", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c084c893f7ea47a4b281b0711e64fe35", "region_id": "RegionOne"}], "type": "database", "id": "c6c35bd55a4343659d6e11409e805887", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3edcac5071f84e6894a8afe60aa44ea4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "98b0a0f470c24cb899a8199edb3ff7d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1794d37b300549f2b5202b03b673bce2", "region_id": "RegionOne"}], "type": "application-container", "id": "fa3412b1e9fc4890b1c21dcc0eec791d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9ad15d30a8fa4cbe8a48a3b6c86705c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "24deeed3dd3f4f1993a79db885a3704a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "56ace2e6e2cc4303a330d0c5dff86a67", "region_id": "RegionOne"}], "type": "container", "id": "1b086fb21a5b419cbf3c9b92bb714d36", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8670d421914e427fbb5be9d614b4ee50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b083af9dda5c43dabf25c097d7c2e700", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bdeb605215814d8e9dd139d06b1e3db2", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1435df004cf7476da64245725907530e", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f1063f1044e5408eb79ac5c52b8e0566", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b230b4ecc60f470db6170aeab59a8ebb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2f84c65508b14a0e9fd3b1e3b0ce7351", "region_id": "RegionOne"}], "type": "rca", "id": "e2da5120831244868612dfd8cb55e9c9", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e9c3fc812afd4eda978850144519d61c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "09c16b6f50b0416fb54a666f320747c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "1d104d8802cb44f5bad9c6b280418ff1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1b71f79d9088496285023b43853e77e3", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "a3008ffcec8a4a80a4c131d03d58feac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "eb1d380ad8964d07b557e371fb8a592a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "63c8025c2044486087cc8851ba9e62b0", "region_id": "RegionOne"}], "type": "backup", "id": "02d0aaee805a4918bc9f3d6e7f9a6727", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e8086862e4fb493b80798c15f052b302", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5e82decde2174abaaa3b95aec62e4e23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "df41d5a3a3f34669af66b340697144ae", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6b3724692bba4a10a0a8da08470ee0b9", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "32d60184b5584054b3acdbdc5651603a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a840db3857914a1a876652dc1eb07f86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "325e769368e44a6189b03aa1adc29516", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a7073a48b9884ada98bfdc3efb28d382", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2f29e099228146a69e7b5239162e427b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0d2ea55d40824bb48a3fe5e1dbc9ffd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e302f359447c4f589b138c4dc72a56a9", "region_id": "RegionOne"}], "type": "monitoring", "id": "6e483454169644889b5151f083d9230f", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "765944425f604d59a41a29cc71067212", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b25db7d0330d40e988af1514bd5c32fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "2c5b588c79e1449fad68195106caef60", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "33ed6ecadd62460fb008546e9ccc990e", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "95b49c6cf87c4ffab977f4cb5c49d9d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6dbf57c8a79543d0a4fbc563d00e6654", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "afe814fe2cc140ce922fd57a64bb9049", "region_id": "RegionOne"}], "type": "placement", "id": "1716a3b639d941e598fbbe98d587825e", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3f5480d3220d427f8e388008a8637c0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "36380e4998554cb8a7602414e92a6d30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "66564e08cb33422fa52cc8de03dd675b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "ce60586f026b43e9aa7afa0e85399906", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6cde9fd2b9a24bd9bb234c4814f47a8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5ba0d90fd818410b844932cda1f0c087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0a2bdfb70bc84b8289ab2a0f97a1cce5", "region_id": "RegionOne"}], "type": "ha", "id": "d94e1a66d01546128cacd397692c286f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "31abf80ee38f4d4faec18ef866eeda82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8106506403314b2ba99e0cfada720db9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "190a1ea7310b468b9768c7d2cb3e3a8f", "region_id": "RegionOne"}], "type": "reservation", "id": "1e931df94187477496e1c9174f6ab4bd", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "af444f7c364c4af2b434fa66a0bc5ae9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "58ba4f23af15426ab4dbe67b8d151c26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e32cb5878b69459aa981a65f2b527849", "region_id": "RegionOne"}], "type": "function-engine", "id": "72e2f63215fb4ab4b7b9fe486464049a", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "37dd0de830ff4e70bcb15ca2f1076672", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d0ed701d184347c486b85c0f7b88b88f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2835bb118d0b4e0799a4d4e501cdc46a", "region_id": "RegionOne"}], "type": "accelerator", "id": "7b8ff65041a1418890988d282e33e41f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "82357684e63e4a2c9be2183c8dfadbbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2d75ebbdfc4f44c0856dfcaac95c3e15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9ff4ba1bd09b4a23bef88805c7b3ac72", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8bb6ec0040cb4311a99e03bbf6c56371", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6dead00acf7247ae8ffb81efd2455090", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b4a13bca43dc4a0aa8a2393b8886f2bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b75de30a309440308717e32454d5298d", "region_id": "RegionOne"}], "type": "registration", "id": "ae93bc64376b47cc86d6edd626cad4f0", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com/v2.0", "region": "RegionOne", "id": "54e543ddda224ed4a6cbdbbacb82e093", "region_id": "RegionOne"}], "type": "network", "id": "f9c136467373465b829e53b45079f0fc"}], "user": {"domain": {"id": "812e4573e75b4f1f8a615761954403c9", "name": "92541ab41c444c23ac0ea7a12a21eff3"}, "id": "0b05072ec72442bebd7564c27d439ce1", "name": "5062762d8b3044b1b2b2508d0f593792"}, "audit_ids": ["ceff2908d6384164a5922bc9651223a0", null], "issued_at": "2019-09-19T09:04:50.158064"}} {0} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_files_with_stack_identity(identity) [0.071012s] ... ok {25} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_region_create_attrs [0.055222s] ... ok {30} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_stack_ignore(preview) [0.042814s] ... ok {11} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_create_attrs [0.061123s] ... ok {10} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_software_config(identity) [0.040954s] ... ok {21} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_template_with_stack_object(preview) [0.068881s] ... ok {28} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_extract_name(stacks) [0.040139s] ... ok {14} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template(preview) [0.049718s] ... ok {26} openstack.tests.unit.workflow.test_proxy.TestWorkflowProxy.test_workflow_find [0.050101s] ... ok {15} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_flavor_delete [0.065683s] ... ok {9} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_find_stack(identity) [0.040700s] ... ok {20} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_software_deployment(preview) [0.066077s] ... ok {17} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_stack_preview(stacks) [0.038919s] ... ok {6} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_get_stack_files_with_stack_object [0.066075s] ... ok {30} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_find_stack(stacks) [0.040086s] ... ok {22} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_with_stack_object(sd_metadata) [0.067423s] ... ok {7} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_stack(stack_subres_id) [0.067011s] ... ok {29} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template_invalid_request(stacks) [0.063739s] ... ok {2} openstack.tests.unit.workflow.test_proxy.TestWorkflowProxy.test_execution_create [0.059433s] ... ok {4} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_software_deployments(stacks) [0.067096s] ... ok {10} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_software_deployment(stack_subres_id_act) [0.039358s] ... ok {0} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_files_with_stack_identity(stack_subres_id) [0.050529s] ... ok {28} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_find_stack(stack_subres_id) [0.045729s] ... ok {17} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template(stack_act) [0.037676s] ... ok {11} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_vpn_service_delete [0.063853s] ... ok {9} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_files_with_stack_identity(stack_act) [0.042652s] ... ok {25} openstack.tests.unit.identity.v3.test_role_domain_group_assignment.TestRoleDomainGroupAssignment.test_make_it [0.068083s] ... ok {14} openstack.tests.unit.orchestration.v1.test_stack_files.TestStackFiles.test_get [0.064263s] ... ok {13} openstack.tests.unit.config.test_config.TestConfig.test_get_one_with_config_files [0.173479s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:535: UserWarning: Couldn't find the vendor profile '_test_non_existant_cloud', for the cloud '_test_cloud_no_vendor' name)) {21} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_stack_not_found(sd_metadata) [0.066630s] ... ok {0} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_software_deployments(sd_metadata) [0.036861s] ... ok {10} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_stack_preview(identity) [0.037907s] ... ok {15} openstack.tests.unit.message.v2.test_message.TestMessage.test_basic [0.066240s] ... ok {20} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_software_deployment(stack_subres) [0.066081s] ... ok {22} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_stacks(name_id) [0.055712s] ... ok {28} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_template_with_stack_identity(stack_subres) [0.042282s] ... ok {8} openstack.tests.unit.object_store.v1.test_container.TestContainer.test_create_no_headers [0.280806s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:50,214 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,225 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,232 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:50,241 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:50,261 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:50.141694+00:00", "project": {"domain": {"id": "4f7c2dde3297459790c9a7cb5a3ec746", "name": "85a540acdbf14c98b3f7754079b745de"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "26d08a82a718446eb42b788c8fb7c115"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "60f8b748623b4314a865b0521dc94657", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "281f9d3bae4d4133a1e90197635d227b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "72ca3aac6aad4019af34242add3e0c18", "region_id": "RegionOne"}], "type": "identity", "id": "da2a5fc784a24af9804882a9dfe72b43", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "44e52b7543e846e7abc685a1d6d59ae3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c8f8d3d7c6474687832428e2a4045d3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f81129fe07614ad1af9d6ccf7afaefec", "region_id": "RegionOne"}], "type": "compute", "id": "7ac1005721f24de5ba7fa88fc2f3799b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "475866acab8e4e2b9a47aae0ba4d5257", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "8d9aa923e2844bd7a4b19cbc9eaed192", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "260b466f8f944c0383c9841ece2f3866", "region_id": "RegionOne"}], "type": "image", "id": "908f591fbb4841bba97d185ec5f5d02a", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "06e18d4eeb5348e2be3a9b2531adfd8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "682a9a48febe4b7bade7591526dda9d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6ebe7a6ee3a04b6db781e04a4c8d562c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "d9cf5be6a46943269b28c9563700ea2c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07267f17ed214ad58b12595e17e36f29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "319c37f6e4e84eb4b10f77cc2eb5b190", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5445b11ade104bb19e1d5637ea0e4f63", "region_id": "RegionOne"}], "type": "object-store", "id": "22f54902a1c7426891f98fd263cc11fa", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "df4f20b819684042808eafe64e0a36cc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cfc976a7974c405e8ec06e5be2e9c8d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "abb38e9568f34a5d875b52f042e1042d", "region_id": "RegionOne"}], "type": "clustering", "id": "2cde5d7766f949b89c73d5deda7e7bda", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1adc3f23414142c1b1371482c1d5e462", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b90239e5923f4de59af24e99c8cafca0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "70a24e35f75947e78944bb4d36ea3932", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "484fb10a98444013a344b54b112c4ae2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "571762cceb0746319e7b43a0a6fce025", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d561ef046be841d5adb6bf2963582b36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ffd453742deb49ba8d695b808ad0d753", "region_id": "RegionOne"}], "type": "cluster", "id": "9c731c168cf4463ca55a7c8cd0a762f1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "eae4d1ef15984e40b9bcee43f60d0655", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fe0802c34477428992d34bca7784c283", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b795ec8b5b7446758d5a43c599451c7d", "region_id": "RegionOne"}], "type": "data-processing", "id": "40eb0520754449c28f16aab6bce2c3d8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "692b579cc44f4aef96e59f3e1a6325a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "82a51b7eca9947fda7d5ac7bae8a4869", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "174f0133f41d4d6aa97cd10e435d758e", "region_id": "RegionOne"}], "type": "baremetal", "id": "12b0f085bbc4433d9ba6866a19c9e6c2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b0508f98740c459195fff5cb4c6e467c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "aeb5dfc3e4644c0d97a43744153bd530", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a6837ad31b984782b35f96f457ff4b14", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f376915a79c241d6af9463597e49335c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "acd1de787c454737b451fc630307c289", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f0996a7b658a45c4a2244cfb53d3ae48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ca7bfe413b6a425ba43a1ae33300b446", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b2781b2aac82486aa21ebe713085faf8", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "42ef3a93bd84497cb3f82bda46593769", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b2e22129ebe440228fc9badab051a079", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "582cc5eb56b245189946348df559b3b6", "region_id": "RegionOne"}], "type": "key-manager", "id": "b85b8a5876fa4cb68d8dd4b87256d729", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "606c65ff6a5c425c9740055de1b464c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fdf03c65e00e44cfb7270c66250770f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a1f0ddbbcfc949299870f37994374bef", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "901711ac95b642699acdb2a173607179", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3b028f9fb75c4369b1a217ec49784bcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "819360e2126c456db934c6099a1e4576", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fc9e207130a94ba8bbb951b3b5e3b248", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6bf7c8a985044ab4b2e5d7e3f2fa2e5d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "258fa1056ae3428fa6cffd75184e71f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "2da9f04f75ad46f48aac2bb43a97c882", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d23a9145286f46eda53db1becf8ebc84", "region_id": "RegionOne"}], "type": "message", "id": "107261af145f4e43bf7dc34007623f07", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "84a685e5a0664865b81ea295e8ee012d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "68400d4010b347688619e657a17f8583", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "10469374de3748f69ad1627afbfb6d2a", "region_id": "RegionOne"}], "type": "messaging", "id": "8dbab2a2d0cb499082234166bc7e577b", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e74d816826ef4d37a68124f9d2f5e404", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a5e15ccf4fb142eabed9c1afdeb80646", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "397aa4b5a99b4637a9efbb600bd198d9", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ed03ef81c3644e06a38af4671f86234d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3c9ea5e16d0344f685ec43f9a16fc99e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ab48bbdc2c554433b0269524e741ac03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2fb8ab0c92324224b17ef1f94cb583bc", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "538bbf4052a14f019dfd6993227477a7", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5263709528e743b3a5f4be60202d5f1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c49255de276f4dfb8ede682f168b8024", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ad0a2eb0c29449eea16fc3d9a9510dc6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0cd5d930f0da486792dcb12fa0941230", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dc75c73a678e4f389ec692f673618555", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "914ff58f363243c49e50fd4a010600b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c8463147d4a94d75816ea90b794c0af2", "region_id": "RegionOne"}], "type": "container-infra", "id": "698575d9585e48689d77abcad0924ffe", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a6bd5a7c00ea44dd8a6b6ef4e483689b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "aea606d05da34758ab5cf4e1914fe269", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "64c339c889ef44b48a742afcb1e8e1c5", "region_id": "RegionOne"}], "type": "search", "id": "2dbbb2849e3649feaca189dab3e2f207", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e83984770f0440a09ffe1676f3be2b56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "fdc39eceede04fdca9918e4dbb116f4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2bf351399f6b41e6aa24d5fa4beca35f", "region_id": "RegionOne"}], "type": "dns", "id": "35586ff296554b9f90949056b15cb790", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "590831ff4c1c43539f7e29cfbbc88fec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1099f7a018fc42fa83d513d7109d0187", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c3e9242a6cbb4577bf3fc7f5a06c5e30", "region_id": "RegionOne"}], "type": "workflow", "id": "3936f5dc395547b18f9a90b29e07b15c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c3e4d2c52ea5496da00a46aad4f2b149", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5c104793bd5c45c8b0ecdc3016f5ca03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fa633a4c493d459aa8dbc98c20a3450c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b94dcea128114cd18c95af7de938c903", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d7a08075e1624c1aa35bfa9d84db33f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "84ede13304664659902782783b743e2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6cce4452c7894d5b882ca902d4d2cb5c", "region_id": "RegionOne"}], "type": "rating", "id": "8b9391125834425887abc35cf7c4f980", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1f81f3737f2044618f872735c5d57847", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9fc2af7ec68d4d20b88a7e30209be4a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b50f22e2c762497a847ca9dfe8a09b9e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "d185f0deb0e24bbd8832782a9d18bef3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5605c69c7b7547a39bc0fe200407ef7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "be8ccd03a4274d3181b49f51b0281278", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "41844b53b8c2416f9870247c894fbc47", "region_id": "RegionOne"}], "type": "policy", "id": "dcc7b0361c0248d8b857703cf2585828", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f15d915ac6f846d3af2e54ee205ece17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4742cadf35194217aae4c9a299958d6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "96548d46582e415eb3158c479f7e66a7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "293f27c409b04d3baf5600b11a57a51c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e7afdc5972df439f9bcbd3c5f22ce4a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8823723d0e5843a9b46ff531e514bc6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c05c53eb51544d39a5a4aa794e10947c", "region_id": "RegionOne"}], "type": "sharev2", "id": "47f8e7ed789a4fd4992ed606bfce118e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4dfae86b00154c8aa5999b48dceb79c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e7c24dcadbef4fb584c87e78bd61d0db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "da4c3d191db54187ba66b71956d677d5", "region_id": "RegionOne"}], "type": "share", "id": "4781b9c834f448fc89a050ea4c81cd59", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "9e86fb8019dc4d12ba5536873894926f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "47885f10dc4a4fdea3daee4a1d7cd20d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ec5bfe37eada469fb6c5c4313843ed29", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b0b761fab0e04ddc8710539226302ad3", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd43deaccfe646f3b49c999df63a2bcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ed47d1ee44024128b3c751f64b39a341", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06417087da70423b816560125d93210d", "region_id": "RegionOne"}], "type": "orchestration", "id": "e0b962d7dfd641e6915ab3d30f97273f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9858fadc3fcd40c6b30feddbba057ce7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0b2b0e2ef69546d7862d03f3311d25a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e0bc597445cb40a0b2997224ad38e721", "region_id": "RegionOne"}], "type": "block-storage", "id": "3af6d38dad014246b4916f5aa7612c7c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c111c0ff8744d6eb20036667f30453f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d89633612d8a444fa457a255f2dbe106", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d9057e3fd7c479fa4e1d60bbc858c99", "region_id": "RegionOne"}], "type": "volumev3", "id": "67784aee0d134cca9b76aa8c4d330a45", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1002f472033474e880a5e1e3788182d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69dac58eeeee4804be043fd4fbda012e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "13b9c2dcf5b94068a05be83a7d24d6b3", "region_id": "RegionOne"}], "type": "volumev2", "id": "ff4c0754c0fb47eb91d5e2289f73f419", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3137e210f954d18b1422c5b1efec232", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3573b8f9d2234cf8a8f20c96c8eb4f0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb44c6b374584d1a9619f69dcf4ba574", "region_id": "RegionOne"}], "type": "volume", "id": "f33acbe71de64ef4a2b58e894149a542", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b7b93a83c26d499f836c68a7ce4c9397", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "decf29fc2bbc4be3835e6adfbbb6a827", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4eca8e49172b4015b3e28418e4827888", "region_id": "RegionOne"}], "type": "block-store", "id": "3f4bc2c4f1cd4e6a9755a4d829ec3685", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "29cb130dac2c418aabf7d07967d09582", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "68f4a29d19bd4e0486895c70ba33e6be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e2ea055dfcc04327a21cd4f4e4a52cc7", "region_id": "RegionOne"}], "type": "alarm", "id": "43a56d12b5594710a5b0a17729a78c43", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7b1194cc25194259829e0008f85bc54f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c543a0a0d828431e88254a70964e51d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "f008646543754b91ad542f27f96ed477", "region_id": "RegionOne"}], "type": "alarming", "id": "559cb7fd0f914f1399d85e31454133b2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "14d26c84d56f4d67827d62ce7ec37ad8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d59b97a57b024835b236088b20c19bc6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d90ca0cb8dfd43338cb6985b678c6eda", "region_id": "RegionOne"}], "type": "meter", "id": "627cc7e6478f4f049b19294638305631", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "564f6bda884449f990839ec437096f51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a498845469cc439b80859807c9d8368a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "32e6ce2133404f2fae4832fd7f0fab9e", "region_id": "RegionOne"}], "type": "metering", "id": "9867fe9694e74d6898acbc1935d6c526", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2ba75dcea6854c06a0c0ac6918984353", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e30ab02c09bd4132a691f9d6df308268", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "efa7db78de3b4a6e8bc34abecc225408", "region_id": "RegionOne"}], "type": "telemetry", "id": "05da28795d89498e808f880f82cded04", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "986787a7119a4d619286f45fa57038ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c5a1f14491bb43ebab5c23ad29cc6dd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a6173be0361c48c6a5c9140f5ae42d38", "region_id": "RegionOne"}], "type": "event", "id": "147233b65b504c62b3cb2d1ff9cfb149", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e70e41ec025e40c2b896827eb497f113", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "359511104d3c4a4fa4410cae0402fe82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fc0afb0160ec4fcca216ed7c49bce03f", "region_id": "RegionOne"}], "type": "events", "id": "168f9da0e8614ccf95c5cb87ace5f350", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5110d337996d43bea60be74b8848dc94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ac991a492e58442896babaab26edcf89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "6abd676bbe8c4bd594ea9a746599f63e", "region_id": "RegionOne"}], "type": "application-deployment", "id": "85e324ae65f740159a4c05f5b0c76d6e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "93274deea0a844f7a93956764d796bc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7328ee3ef8194dd1b9c25067bad677d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d89d4506668b4f57bb20b6b4ff86d5ea", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b88d17da277a4391878424c4d8deb05f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1168317966a949d5ad49459d112cbb25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4907987d58ed4f7083621c2a0f949204", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "152e47d46d7741c6bbcc8a5c4582f1c9", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "dc873ea0f6994968aa25bb1d1cc94f28", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a2a12b07309647c98d0f3b4effc8c0dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3e3b6d1417f44b9396b5a6acea3a80ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ab72ddbf5ac94f8791b2ed6182c29845", "region_id": "RegionOne"}], "type": "tricircle", "id": "e1934d08ae1340e88a3dfa36862acbe8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "759db784860f44da88158136ec17f72e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "46e07b9a9c0948ee88bbf12206c997a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e1fb0b5a7b354409b868df79ba717e16", "region_id": "RegionOne"}], "type": "database", "id": "01d7fc6f03134a25abc3e452b04f1119", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fdcbd527b18e4697b8e8160ac2ed19dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b76b187a82e742d9a11b620ddb0fa0c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fac36c9df3d9496fa8c2635ee5d9bed3", "region_id": "RegionOne"}], "type": "application-container", "id": "d489cbada9094d94b5d8c43c2616374f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c3422ffb322146b9910394fc14949a59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e6daf562a3c9421bb31cd6aa7dd45743", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8d8f3476605345b3a8b5f9c735d553f7", "region_id": "RegionOne"}], "type": "container", "id": "916218bad4534b748adf3d321fbc13eb", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "43407bc8f032448ab886d575831a99f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7183c4137ea3409b84f03336cf4a593f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c3b47b4b03d34f1a8cd8a506242d042e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4d4e3d34eb784bc7952d058449c3b11d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a2464c8df2454f21b71993ccbbd76c08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "8b4b75e87b084c7894763715bf6a87d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bb03c294b5e5485a825765331669237b", "region_id": "RegionOne"}], "type": "rca", "id": "f6df1f02597d4d7481c77cb548f9b2af", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0653c25677564f03ba076f8c811c486e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b57e38ed5c9f43b6bc1a2d16e3eefc87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "3fb7f7dd1ec44d2cbd72aca3c7617d64", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "55fb2d2b97c849a1a4ae6e52c523b474", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5a937f9677d141318ea754b83d74ee1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "dab075f7f4ad478bacd3970c8028df39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ab031e788de54ef88a3fa4f77f6c1929", "region_id": "RegionOne"}], "type": "network", "id": "4f4290e837244431b9ba08e0661edc2c", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "5a36dd39e39c4ce895290d73278bc287", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4461dcab45c044ec97102066345ed997", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "a1d4d5bda72447d1af5c9be39ab18ade", "region_id": "RegionOne"}], "type": "backup", "id": "d2a8f3a16471487ba96b1fcb41180218", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d9b3d8c92fb74ab7a1d1023f0596c238", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9037370e7c2e4f63adb53a78b9aabadd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "95df19b50d2b485f93a0047613b56a46", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "3fbaaf369cc547d1b8321bc5c2b268ba", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b2e96ea047594416bd6c89116e0ca0a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cbfb73082937495e9efe74c2f62e7908", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5b796b284d6f42cea2018ea68012d6b7", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "25a37203872c40ddaf501b44e2a376b3", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "afa9b45cc24c4eb0a7977dc2dc7c2831", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "cf49fbd693954be0b0604aede81c4004", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "815c44c665584ea7b5872be5185f3159", "region_id": "RegionOne"}], "type": "monitoring", "id": "ef8448c2361a446bb7541d8163f6d2bd", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a8074c138b8d406e95001c5a82a610b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "97c6171c8b9342b795219b0cbde254fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "65ddb4c71e394fe0beb57b7b696139da", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c1ff235908a94a47a7d5a44707cbf3c7", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a9ea64c32755486289a7977a50fadaf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "41f43fdc4dc545d79b93cca046eb4f4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4a6a9bedd68e4c1dbddb0d034f778dd7", "region_id": "RegionOne"}], "type": "placement", "id": "69f774c193e14bb8b5889b80c22a687f", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8aab3b61f9e14c4a98fb1726152b5f8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ca9956517df4445da54112a951440ddf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b9c1021508384fd18b326142757c9b77", "region_id": "RegionOne"}], "type": "instance-ha", "id": "35341ee4a98e4bf0be0eade4960a1263", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2a34192f33ba486cae38bb26368699ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cd8e838f89c64f7a9cd1f7846e617f92", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "0927f78b83924e1fb5169703408329c6", "region_id": "RegionOne"}], "type": "ha", "id": "5fe975fb856c40649ebdbce202c264c6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1555a0af7cc84ea5a54e8e686d23b0a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "169363fa7d80472aa4fd21e812e09308", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "243a53b2036649b280d9c8832aa0faa0", "region_id": "RegionOne"}], "type": "reservation", "id": "064be18cfc844e21be86c06533115859", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b6b599584d1c44249eb50c78482c78d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e6b792a94b8440b1acee0eb232d2b328", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "4849792b2ebf47d3acdec3096e4923a3", "region_id": "RegionOne"}], "type": "function-engine", "id": "43002649b2c04f07b78c7ed5bb69620c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "36380017d69549248d5ac6398631e38a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0a63c5f9b5eb40058b7bf7b39c476344", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "e41dfe5e8adf4d0a9d4b4e46f0ae9f85", "region_id": "RegionOne"}], "type": "accelerator", "id": "d89e2eb6dc99498b9136170186ffbd59", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d51dbcd0285f430ebf70d602481a7b8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b8c26be2c9a54d56a678807dec8055e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6754a616092a47bc92ae878222e58df3", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4bf8e0568da74d008ca46bef7514a1e4", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8fb28e1e24cf4c79a20ebbb0b35b23b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "aa0b63741ab5474abd8437713cf9ff7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6f0104c12f2a46fbaa5d13b84b912a8c", "region_id": "RegionOne"}], "type": "registration", "id": "41b82f1e9b2e4db09fc307b962b6de6c", "name": "adjutant"}], "user": {"domain": {"id": "00729a1869ea47d89fbcc678e12be0cd", "name": "2c49e9f670034a88a8cbf65481bf2261"}, "id": "5d8cc5566be743e7849e1efbf5262293", "name": "47968ce25fd04bfc8e8e66624ee3be64"}, "audit_ids": ["04e244e133d64d12aea784f1254aa00e", null], "issued_at": "2019-09-19T09:04:50.141694"}} 2019-09-19 09:06:50,388 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_container.TestContainer.test_create_no_headers-2 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{}' 2019-09-19 09:06:50,400 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,408 keystoneauth.session RESP BODY: {"count": 2, "bytes": 630666, "name": "openstack.tests.unit.object_store.v1.test_container.TestContainer.test_create_no_headers-2"} {9} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_stack_not_found(name_id) [0.042083s] ... ok {29} openstack.tests.unit.orchestration.v1.test_stack_files.TestStackFiles.test_basic [0.063717s] ... ok {2} openstack.tests.unit.workflow.test_proxy.TestWorkflowProxy.test_execution_get [0.066043s] ... ok {17} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template_invalid_request(stack_subres_id_act) [0.047510s] ... ok {4} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_software_deployment(identity) [0.065705s] ... ok {7} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_stack(stack_subres_id_act) [0.069551s] ... ok {6} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_get_stack_template_with_stack_identity [0.077126s] ... ok {0} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_stacks(stack_act) [0.036020s] ... ok {21} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_with_stack_name(stacks) [0.055708s] ... ok {11} openstack.tests.unit.network.v2.test_router.TestRouter.test_make_it [0.077193s] ... ok {8} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_abandon_stack(sd_metadata) [0.042386s] ... ok {10} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_stack_preview(preview) [0.059851s] ... ok {22} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_stack(sd_metadata) [0.055872s] ... ok {28} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_stack_not_found(stacks) [0.053748s] ... ok {14} openstack.tests.unit.orchestration.v1.test_template.TestTemplate.test_validate_with_ignore_errors [0.068995s] ... ok {15} openstack.tests.unit.message.v2.test_message.TestMessage.test_delete_unclaimed [0.068951s] ... ok {20} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template(event) [0.068600s] ... ok {0} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_stacks(event) [0.041546s] ... ok {9} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_software_deployment(name_id) [0.061633s] ... ok {4} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template_invalid_request(stack_subres_id) [0.056126s] ... ok {17} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template_no_env(stack_act) [0.063720s] ... ok {21} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_with_stack_name(sd_metadata) [0.038051s] ... ok {29} openstack.tests.unit.orchestration.v1.test_template.TestTemplate.test_validate_with_template_url [0.064056s] ... ok {7} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_extract_name(event) [0.067110s] ... ok {6} openstack.tests.unit.test_connection.TestVendorProfile.test_conn_from_profile [0.071155s] ... ok {13} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_per_region_network [0.110885s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:594: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: my-network and routes_externally: True key=key, name=cloud[key], external=external)) {10} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_software_config(name_id) [0.049216s] ... ok {22} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_stack_preview(preview) [0.053130s] ... ok {16} openstack.tests.unit.object_store.v1.test_proxy.TestExtractName.test_file_segment(discovery) [0.334909s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:50,258 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,269 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,278 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:50,288 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:50,306 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:50.187567+00:00", "project": {"domain": {"id": "32b180c2cece4c16b6f1f64003facb38", "name": "bbbff1d1ca3e4d7b8d6ed3bd7915b6e6"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "004b511cc77547bcae4eed06d155517b"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5a8d2a1b1f194228bf3b71e4370b2ab4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ba3a18112add4845b4640a54cf686abc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "e871a8dcb23846ee8e5251bb555155d8", "region_id": "RegionOne"}], "type": "identity", "id": "c744b0dcb0b4426fa156d1ef2d4bb091", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "13fa7f4d06bf432bab85fcc34bcbba68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5f1a9a3b36ca4e2fa359242d01165bba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "2a4bcfccf792464dac36bdd0aeac1208", "region_id": "RegionOne"}], "type": "compute", "id": "17e35b0dabb14f3480861aff34557b9c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1d8c56de21574b00b28c99040f11d7d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "4113f14f7abc48b989426f65504e82b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "434a72c428284439985d6d351aabb453", "region_id": "RegionOne"}], "type": "image", "id": "760649d17350469e9076f4d18d6b7717", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9a4af3a6cddc45dfa274e4f3a6bd75f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d079d5d8682545bc9fd0537e432303b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "7a977f27be354b76adeb90e12ab00f9c", "region_id": "RegionOne"}], "type": "load-balancer", "id": "16e649a98943437688ae99e5c2f503b1", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "019995f67cd84b36954b986f0555d36b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "753dbc77a05a4a9abdb77d4ecd168372", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "709551c160e54d608d41669f5f5d4fc7", "region_id": "RegionOne"}], "type": "object-store", "id": "5fc00e838f324a71965db0663c177506", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "96955f68b699496aa9d5c060a8d2197b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "29030a72d9b246b4813d30aea9a2c967", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4dfd51cc4abb4c86b9755626e3a9a0f6", "region_id": "RegionOne"}], "type": "clustering", "id": "fe4cec8a7c8a4203b73dafe938c61965", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3947c4b2e6944ef189f698d9b4fae569", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "784d00a1cb91407e9eb9741583453108", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "efcbd66d031848e88ad9a7e064182761", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c156b80b8ae74c72a9e907bfb111558e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a1e2b86d6de0482d9a0003b9f0a961ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "77b2497901724466a9962ba607e26373", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c17c514bc9024199a935b2c22c169832", "region_id": "RegionOne"}], "type": "cluster", "id": "2268b3d81f4d49d390274d9767616ff2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "2362544504174f0b84f08fc499ccd03f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4ca8def23be640238d862422aae46248", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "69df597580594a039b1afc359691961b", "region_id": "RegionOne"}], "type": "data-processing", "id": "cf1ab90e9a4e4b2ca8957f8fad04bb74", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7723d80d85944302a6231d2de6de370b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b786d892dcd24fe48cdecd66ce2ddb54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b0637b8d1e0b407c84a0ee7ee5d7eef2", "region_id": "RegionOne"}], "type": "baremetal", "id": "4094701ecdaa407585fd79587d3d38f6", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9eff2118b3904d5eba6c5f1f6e60df3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bb1d6c08aa774590a391ef143a1e9a25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "555ff268cde64fcaad0fb41348a6aa60", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3c57e3ec11ad4fda977674199cf142f0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a2d5e3218b7c480eb63377d9f0d1ba1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "db582bc2cffe4fb89cae57841bf298d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5cfcd05144cf448dbe049d2ef5633929", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1fe8d365e61e4ce8aa4e34375aaf1863", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "f0a797057e144b878e485c9d03e8ab8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e94ae0cbf71944cb9629f3af17980f7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "51fd1a8da1a64d589fb73e72bf90b357", "region_id": "RegionOne"}], "type": "key-manager", "id": "7cd1abec77ed42e78333cd9ac0efaee9", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "35de9698103c46bea05d91f0e106f240", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7f8df2bf270a43b9ae3e2d3ac5ec5eb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5ce94cfa18874dfdb15741bee8b91c89", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "8bbf4036413f4a87851e2b66f9539f82", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dca8c310eeff4793bcbd26d3ef9694bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "80b71b6b1823494d8c175dc76aed2443", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "914a6b32326a496ebab1124a119fde35", "region_id": "RegionOne"}], "type": "infra-optim", "id": "274cf6e267c44409bfbdf453bc58b30b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "32c9bf5ddc0b4c1dab648c35d8e7075f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f174ed1b85964f5c93521954d24209e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c29c69cf412945a0bff84030a26aa5ef", "region_id": "RegionOne"}], "type": "message", "id": "22d972abcbc2418ba3a4e743e8e54309", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0c0475180317437396b8167724e36db1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "28b0e35fac0b42efad0d5330e74ddda0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "010e4133139349c386c1e44a9ce2a91f", "region_id": "RegionOne"}], "type": "messaging", "id": "4b44e8cfb4f94ca59bf7dc6a1d9dbf2f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "87b604f588244c5b81a6d4d766a6e809", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d0ce3452c7004e3bb34ecea5fa06cc7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0e61eb8e040141719a4b0558c4154139", "region_id": "RegionOne"}], "type": "application-catalog", "id": "f143c34562d34d758f69ec73c244a6fe", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4953f0ec933049fd87682ca739b15cc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e1a453e728f41a6af5d020040d7280e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9d622df4f7ec4e918d35d8bdb5bb9459", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "7872cd3494c247cea1f18fa86f65c415", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d80147784a654f99a0a9102a4ffcf0bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1ace47b4d32a49739750bad0a662886c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3f9e47cf9f84446db804b3126e1c0042", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "31ee144c8ede4d0089e2857d8b513879", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0d0bf1225e7e4c4d99775a195ef2322f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "51a51381617443d1b3020102f024912c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d5b716d8557c4b11a96f801297c11fbf", "region_id": "RegionOne"}], "type": "container-infra", "id": "bc47c300a7ad4a649b4cb744272284b4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5cffad8a3a864ef9828da4ca09214b88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "eb68240041cf4e92a4a4dcf8b398d8b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "49f41d24157649ceb765230323363aab", "region_id": "RegionOne"}], "type": "search", "id": "f4ec0016c255450e85a42c7cb8a74a8b", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "41f0b834e6694da4b44fe3663a93616e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "90b435196e1b47458237e8f4a210b999", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3b312a7348fa4acaadf480a89d7f1385", "region_id": "RegionOne"}], "type": "dns", "id": "24423e4ac9c04d9095b49e8e6887ca49", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cee5086e2529441ea6169713a75ef51e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "de2074b363fe44eb996b39a979aa5c28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "46785e023e5642b99e8ff327a72fe48c", "region_id": "RegionOne"}], "type": "workflow", "id": "58583cfca8b3498b86707b3b662a6746", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "44a0d78800ce4093823ff4d5e6d1eced", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0e255533d5ef4307b326fe30ccbb56b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4c6846db43a14daba403cb272e4bd839", "region_id": "RegionOne"}], "type": "workflowv2", "id": "0166b159a23f42f9836b5a6e23835ccf", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "60ffbf1939624fef89d580f769d3f849", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "372367408441418f980041b605fec299", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "35fb07be176f4ebd97b2ff336e3bf975", "region_id": "RegionOne"}], "type": "rating", "id": "18d74359b17c40488dba1ce22ec47340", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e41bca928e7f419eb9075e2647c16ba1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b1119c5dab3c47e9bae11a8a6627dbcb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "640aee86acd94149aa24bae5da3e9d37", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a3350766124d4a1a9d6777eed845843e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "55e37060e36c4a0ba80f1d73132873f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "facead6d332845d4a4c3d5b588f611dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4789371dcc414fbca56bc631503f4bed", "region_id": "RegionOne"}], "type": "policy", "id": "a5a2eb2a615b4bd2a86df3ef2f5fd84e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "751e67ac73124f7e8e10ad95c7637eef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a7030b6f9c3f403294828ec655eac285", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6ecd3f3f6adc492a80f70172b17ab088", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "a5b4f61689484b64ae62916c0765c4fc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1e9e7ad354814b02ae835f9bd2ef24d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f8b5cec896544386bf0cf991e1ca3e59", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cb5f34223316414ebbb8b0a126a6d98e", "region_id": "RegionOne"}], "type": "sharev2", "id": "5b1a9663c3cc4c709a2ec5c8e7a9ae4b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0e436b832d27483a88c956bc82c3eb7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3c40656ae2804431aa365239d0e47cd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6747e7d345f84efa898dc0e62d220651", "region_id": "RegionOne"}], "type": "share", "id": "b113bab8c14041ae8e70478b347d01c2", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "789e7380d12245f2ab2298ff20c963dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "647ef21bcb0f40fc98f01671398f4828", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2d225e2d792840efb8c41b66526e72f6", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "74fe47a626d14ccfa28a2988d99382ac", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "02b8b746c5904da99fe644d66f715636", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6d850fd15ad74c1496247ba283c62e3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d16f4f14de584448bec38b26f2e4b52c", "region_id": "RegionOne"}], "type": "orchestration", "id": "7797f6dd324d4fe9ba4cd2017617a441", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a07e764cd53d4de59f9ce36dfd5e86aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5550a1c03f404ced8a6b70ced2d066ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1dff4ad48ba4a54bd18af4f784d460a", "region_id": "RegionOne"}], "type": "block-storage", "id": "bce9a4dd42f04d30b10e0e543c7f5eb3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a0a0949e9f44d4c8428dbd15ef0c9d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3f8bc81b578438b97cfbc63f7eb2b8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e80cd6657a964c53be6ed9124c47e0d8", "region_id": "RegionOne"}], "type": "volumev3", "id": "8589190684c34dae84ac530bc91ceb03", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "209070a97c4d4165bd245f8d48f0e7b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "417994c231c2464d9958d6ae3a53005a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "624a75f6c4eb41c7ae1a0b83593e2b8a", "region_id": "RegionOne"}], "type": "volumev2", "id": "9a974fca0bdf4995874904f90f4454b1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5aee6def8a449848404b3f9f2780a09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b7f1aa11d33453b924b4aafb672a933", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f52ef4c805f84a14b532dd4161ba5827", "region_id": "RegionOne"}], "type": "volume", "id": "749056b10628432baa2533503622b0a0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e98232d0c68431daa97fc626d15893a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac4325563b794517b3bcaf7a1ad9ced2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "942769093ba344e7891cb1687837038a", "region_id": "RegionOne"}], "type": "block-store", "id": "2f5e9f50bab74c12bb84a122d4317351", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "13794aea6b2b4559b3ba124921b4590f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5176f1926dbe46bd9f4260bcbbcda7d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6dc32b9dd2604312bf560a9a8600d707", "region_id": "RegionOne"}], "type": "alarm", "id": "1cdfb4dd4a414c949ed076c1e2ab663c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fd5747d32a9a4f2bbbb900278b1087e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2a9ef3e558d04747b299c9959540c66c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9fa2bec814e5445da438ebec2983540c", "region_id": "RegionOne"}], "type": "alarming", "id": "fec536d9489a4b9d986ff1daf762eddd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4e28911bd2ff4ed29a5b7b07052dca57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0df700a092b04db6a3a2dd9b0e3e8b88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5f73725b7b0e4482887fe573c33e1225", "region_id": "RegionOne"}], "type": "meter", "id": "8c67ba76f97141f09c5427a325f2809e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2d630ff676c2424391042fd94cdbbd7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9654677f4dd0447ab94167ee32e9e73d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a7b9e197a8ef45c686c0b4668f6b1c55", "region_id": "RegionOne"}], "type": "metering", "id": "cd6c71cbd6474fc69a58cbf293d98e4e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b1afcd04b8bd4abeb43bc507726bc87f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "35bfcebf2ff244f88ada6c95466753f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c2711fed40f74c9f85a65645f6b3fb12", "region_id": "RegionOne"}], "type": "telemetry", "id": "2ed647c3240644669d91776b6236a1c7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fd01bc10a525427588dc8bc563f64f45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0b018d31e96c428bb9bfa6fe8fd08b40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "20ed8f24b1bf4377bcce2224e929f9da", "region_id": "RegionOne"}], "type": "event", "id": "6cd7bf9578c54def81c3b6e321c9df7a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e1ef6f4b2e0147a795865bb26d019972", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "de093b0fca9f461a81ae01a93c85ee5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "7a11b39744dc461bba2561b47984c2fc", "region_id": "RegionOne"}], "type": "events", "id": "720ec266e61b40308866607afd924685", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c0bfde4d596449daa8ecb5ee855b95ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c6d485b5174644b0b4990ca1828e538f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "547dae41db114ff89e2d3ba51e58a0e0", "region_id": "RegionOne"}], "type": "application-deployment", "id": "4e99ce9616e74a7d8abe45f134486423", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "080ca7428bbc4670b27a4643af5fcf2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a55553607b3c410499d00f428478a8e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f290769efa7e44f0ad8b331112c25c9e", "region_id": "RegionOne"}], "type": "application_deployment", "id": "4be152d422444b50a4943273d5323895", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a89f319f4ae841639f2baad8b30bd9a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "92c50c48999145b2b8a0af046f912e73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5ffdba59e7b245ae870539ae985aa925", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3c5617ae0c854782b68dedb779b9ac50", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f72eee9b318b460e9744bd2d171e9eb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dc841e9775aa4fb8a34780279ad0c438", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b4d26d6b21014f7b85e21e678a790078", "region_id": "RegionOne"}], "type": "tricircle", "id": "52a407c261244ac88184b4ae70d2373c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "36fe02493c1649989b313e826c3d427b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f0de2664b18246ff942924968a755fe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f1c28ea8adb34b8d8934cc2ca4f723ae", "region_id": "RegionOne"}], "type": "database", "id": "3bdecd9d7aea4bcc9a63f61e97c6ddb5", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "90e2e16b806a4a7897ae28df3ea4f29b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7de11eb8edbc487aac4e3007f1032d80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "76fc3e7089d74244bec5884d4422c158", "region_id": "RegionOne"}], "type": "application-container", "id": "ba306f92e9984464948ac33b8ea4880f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a3d6f7ee10274050b5cf6da46dc451e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "57471aa28d7041e0a75ec9ea997073be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "26bb1b054d5544f9a1f9f8a432ff94bb", "region_id": "RegionOne"}], "type": "container", "id": "957c41a2b5844e9888088d88f2f64977", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1f0f834252d947ad9d4b98a3f15e3f66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5a02a6cd798f49778d98a8e3cde60346", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "eadc066e862f4b4a9894d19d88fe1612", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9dd3e6e94d524f65b2eb21dfb0bdc3b4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e810bcd97cca4f669371504f28af9ab8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "521c0ee9ae724415a6b4ff1b8f80ac42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "bc1fcb6fdc084dc2a09348d7c3d7ad78", "region_id": "RegionOne"}], "type": "rca", "id": "0d6a980c35a347e0b309a54d27d322e8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a45f1dcf171f4df99bb57a5266b1d682", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f8777d04a5a141f588a5978728e2a088", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "cfd5d6accb8f44738e212e23f2afae49", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "1b79b1021a014d83b8d1e03388402483", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "46140e4a7313462499a857bee11349de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "0102fff96b0a4fa280265b934a8fecd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "64188172a7154d958f83b391912517c2", "region_id": "RegionOne"}], "type": "network", "id": "96329b43df4d4cd8b4001ebbfcd0039e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ca1c97d60ea949a9ad89ba50c3963b34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "a4ca514cd7974190b907ee57f3d671ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8d4bed72f33c482ea69d6725e6fc0b3e", "region_id": "RegionOne"}], "type": "backup", "id": "074f44132eb748ceb74ca03718e2ff10", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5efa52f0313f4ce5be2e2b77e71ae209", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "62cf75f9a2604841a7f2ad7193fa857e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9b35f665006645faad8da23353863b75", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7861e0b30ddf4d188401517cbbda1d71", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a91141f9449e48049bc4e89a03de21f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0bd0012601294a80a6d576c180b86cb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "cbaa72bd3bc0415ab7e4e0bb767156d4", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "f5f4c207151b402f871fc6da34041c52", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e59829ac16734b8fb0bcf556e6a98dc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d556850ddee44d8c8d6d0bceaeeb9ef7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "43d9497f4d094295a99ed18ef4850e9c", "region_id": "RegionOne"}], "type": "monitoring", "id": "4f9307d0eff14d85b4b7afa6d899f053", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "661e49a65cad4fb68001cf44706bc68d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "01f874599dd14a15a15f859018357058", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "9c836ad1fba34a23b9fa6eba70964e49", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "f373cdd7ef3b47d1be6410dc780f9912", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "723401d8ee354bf4babdbfeb4aa84fe3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5c5d4b80f59b48f7a28b4507e96f1fd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8f8545b5b7e8404f8106422bede49e87", "region_id": "RegionOne"}], "type": "placement", "id": "ee179693a4c54f9295d4d59b20903dc3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "79437355c2544e3481099e1697b36550", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ba45a040dcd64a81877484d365f1e2f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cd9d2cbf443d47099fc805235fcc8970", "region_id": "RegionOne"}], "type": "instance-ha", "id": "99dd5c00a96e40a1babed86e99e3bdda", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "09f9537818314e229ca152de5db9bd1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1e2c19e5a0db4fe99679c6805fb60440", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a658334964b04b53bae8e902b57b68d1", "region_id": "RegionOne"}], "type": "ha", "id": "2635440fa9914392a349747c6be239b1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7ece91cac55242508f2a822579249453", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8143860e209d4e4ca3b3ab945ac39cd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "c6f8f1ed35dc4e20a4c9886e5c622e49", "region_id": "RegionOne"}], "type": "reservation", "id": "227fbcfacaf94f7fafb920cacf7e16b8", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f0b565a9bfb0417aabbaa6ff7d1cc708", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "552a8e6cf01e4bea901e83c6ded2853e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "bc4a319ceb934a5e8ae746061559f435", "region_id": "RegionOne"}], "type": "function-engine", "id": "bf836d04af1f475491a248fb3eef7a24", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d520ea9cfd7b48ef9f23032b4cbd7007", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a5e6f9a9a0b54e0ba3a7bbe502cfd870", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6e9318ef38f8437a93b8a0cb9792a840", "region_id": "RegionOne"}], "type": "accelerator", "id": "52e16e0d3f7f440c95636498d75fd5f6", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "33a15e4557da4cea8f8294c5e942e0a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "67a1f487b7f54115825dda2f2d6918ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9d67b06972fb40e6a9dbcb86390b22cd", "region_id": "RegionOne"}], "type": "admin-logic", "id": "26bb30da15c24f21befae4a16630daca", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "acd24c91d1764ce38ebf4cce0f4e2f96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8b0d2e7e15ac41ab8156f71e4edeb8ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5fa3e47b0ec34447bdd4b4f59120a279", "region_id": "RegionOne"}], "type": "registration", "id": "00c10657bb834335a2eeb64a81c620ac", "name": "adjutant"}], "user": {"domain": {"id": "18e0778c62384bb7a9259a5912f0f284", "name": "6ffb7251d3b84459805d3ab6517633eb"}, "id": "f23da70d45994ebeaf289d687d6ded36", "name": "bacb4d5ec5f64c47b065fdda794a0bae"}, "audit_ids": ["e34a9fa15ba04b449dbe0343fb08c0eb", null], "issued_at": "2019-09-19T09:04:50.187567"}} {28} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_software_deployment(stack_act) [0.061690s] ... ok {8} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_software_config(stack_act) [0.070575s] ... ok {21} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_get_software_config [0.042750s] ... ok {15} openstack.tests.unit.message.v2.test_message.TestMessage.test_post_client_id_project_id_exist [0.068138s] ... ok {20} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template_invalid_request(preview) [0.065983s] ... ok {6} openstack.tests.unit.test_resource.TestAssertMicroversionFor.test_compatible [0.039097s] ... ok {17} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template_no_env(stack_subres_id) [0.058312s] ... ok {4} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_resources_with_stack_name [0.061452s] ... ok {0} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_stack_preview(stack_act) [0.065518s] ... ok {9} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_stack_preview(event) [0.067935s] ... ok {7} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_software_deployment(stacks) [0.058797s] ... ok {22} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template_invalid_request(stack_subres) [0.041898s] ... ok {10} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_stack(stacks) [0.062778s] ... ok {14} openstack.tests.unit.test_connection.TestConnection.test_create_connection_version_param_int [0.112960s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:50,546 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,552 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,557 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:50,562 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens {4} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_validate_template_invalid_request [0.036993s] ... ok {6} openstack.tests.unit.test_resource.TestResource.test_to_dict_with_mro [0.039112s] ... ok {16} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_software_config(preview) [0.074375s] ... ok {28} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template(stack_subres_id_act) [0.064349s] ... ok {21} openstack.tests.unit.orchestration.v1.test_software_config.TestSoftwareConfig.test_make_it [0.062182s] ... ok {7} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_template_with_stack_identity(stack_subres_id) [0.038367s] ... ok {8} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_software_config(stack_act) [0.066273s] ... ok {25} openstack.tests.unit.image.v2.test_image.TestImage.test_image_download_output_file [0.215816s] ... ok {15} openstack.tests.unit.message.v2.test_subscription.TestSubscription.test_delete [0.060284s] ... ok {22} openstack.tests.unit.test_format.TestBoolStrFormatter.test_deserialize [0.036285s] ... ok {0} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template_no_env(stacks) [0.061242s] ... ok {20} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_check_stack_with_stack_object [0.064545s] ... ok {13} openstack.tests.unit.config.test_config.TestConfigDefault.test_set_no_default [0.103019s] ... ok {17} openstack.tests.unit.test_proxy.TestProxyList.test_list_override_base_path [0.063280s] ... ok {9} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_delete_software_config [0.064921s] ... ok {30} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack(stacks) [0.267289s] ... ok {14} openstack.tests.unit.test_proxy.TestExtractName.test_extract_name(servers_bare) [0.043950s] ... ok {16} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_software_config(event) [0.039826s] ... ok {11} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_container_create_attrs [0.164647s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:50,544 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,554 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,558 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:50,563 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:50,574 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:50.470108+00:00", "project": {"domain": {"id": "2f3301be48894de39d67aec4ddf0114e", "name": "b70abb7572294ef8ad083d6672804d44"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "2c19359c23fc4aadb3d90434e606b840"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "70c0419fabd94f0c923e26e0bdce1386", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "13064438b39a41d8b52e73213c6cc290", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "ad804d826e314373befad6bef0544df2", "region_id": "RegionOne"}], "type": "identity", "id": "3b74d45412e84c8a88c70d4f133534a8", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a36ccd4a87894fb5b7dca36783c4984b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f1d65ec1b91245fbb4d285a38d44ffd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8dd38e65481149d3af0226cbb94cbf9c", "region_id": "RegionOne"}], "type": "compute", "id": "10c72e339b5d4a03a5fabae790bf2441", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "09d2e50e26094869b70357c7d93ba475", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "fef52f0f60eb408994cca6b70edd0c35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "ba2287e47add41e3bae301451f399ce8", "region_id": "RegionOne"}], "type": "image", "id": "c2a50aada81f4122a1bb929fdf1e68f7", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a7ac494d9cdd4aa8a56911a2bee6bece", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4e51f7ada37f41ddbe6c876c3f18f60d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "068d9fa7103a4198a57cb8f39508f5b5", "region_id": "RegionOne"}], "type": "load-balancer", "id": "52396c7226dc4f0bb64a41cebdabd481", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26aa30f72de545d8bfc2bef44c5ba36e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90d46a41975b406ab2726104f4491c93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4e799e68c94f4460a882328ab8b604b1", "region_id": "RegionOne"}], "type": "object-store", "id": "eb405ba782a8444da55dd6b2557ef238", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8a98611b3fd64dc2be2591b22ebe100d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c707bc1ebd814347828fa4cc3c46d2a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6eded3b3c6204690914272039f80c70f", "region_id": "RegionOne"}], "type": "clustering", "id": "09271a441f8348ee81d8b0e6c80834fd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2c20e08812884ce5969c25d79c6ef5da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e8c68126956d47588747f5215a947e6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6abe9795b24b499dbb9f9aced5c94ec5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "f5fe8e5b2c0145f3a81de1dda975b5ec", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8d56391f509e412389a0e9b123c47ad1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0356cb86aece467f9ef219f1c15afc0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ce8c15c9c07a4d429aadbe8c1a060e85", "region_id": "RegionOne"}], "type": "cluster", "id": "e1f36b14c9174be087feda6d7eb93d3e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "26c6f0c9ba24439085849eb4f1c65ea0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "eb4ad50d810d4fa387221d307d077659", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "416b0489e91843869218d837fee8876e", "region_id": "RegionOne"}], "type": "data-processing", "id": "867b9e310a0640c787aad7ea05cfcc0b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "70c86639b16041f4b208defdb7455748", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "152618a88c324c96aa4658207a647fa1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8d106c70adc546e09e420fabb8938cb8", "region_id": "RegionOne"}], "type": "baremetal", "id": "0a0c0fc25fe24406b7407c165fbc8dc0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9b8267be41b24a87bf0164cd0e0110a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2d27337207b44ff0a5a38a6daba28327", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ad5fa67142fb4bde90c038e779c7374e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "844e99bd77f345168961b0a8299907d1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0ccded0f816c486c98a036361a5d30c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "78f58700a3e341b08a9bd5b3f6c8a81f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "15be6ade9d1a4452a85dd50de644b138", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7363a26b4a1a492dbe1c0a99a945c0d6", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3eb7ca1a4d964937bd7bcc4ad1aa1201", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4aea7b9f46204c418e482836060da90b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d8dc064448dd4906a51b4970daf86724", "region_id": "RegionOne"}], "type": "key-manager", "id": "94d1f09d04964a7581e68231159713eb", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "06110e9f3402442184820318a77a2aa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bc0de701a1a94fcab8b87b4e53d8ab8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "12da9b10eeed42d4b3f6653a6a408b34", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "336a40d1560d4bebad4e610c6317ff2f", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ffeab57846e6428b9fea59291bf60c04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1b7775f471b3464b9cbd1d808f1e275b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fe03d657e0b1469b98aebe57fccf0c65", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a09d8b0fa88f418188326a107f3306ea", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "05449dedff7a4dd3be04d5f446515d8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "577ee673955d4d51acda47567450f623", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "33635a61bc0540daab5e63cfcdb50d0f", "region_id": "RegionOne"}], "type": "message", "id": "3ddeda79583244ea894efc7c6ee7d68c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5ee1a426e65f4c5ea08f6f2fb75ea533", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5d88583a46134765b90a91d3fbf01d70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "78c63aac5ec74bfd8843df459f5065f5", "region_id": "RegionOne"}], "type": "messaging", "id": "379dddf0f81c441fa1794bdc74ee0e59", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b5f0cd0992ab40318ce54eed10d552af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "11240c6f0ce3432db818c02d143165c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "fb30c188dcb14cbfb726ea3d87afe284", "region_id": "RegionOne"}], "type": "application-catalog", "id": "5deb19c5298242f59cecdd105bbf228e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "205e170633594d04a3a9523269adcf97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "27874ca926b348f798eab2d23f07926b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5c38d642481a4a6daee03a2c2873ecbd", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "07e7dba679da47829041c6ae6b09ce52", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "42148e0f73e947a6a549ea028b01f8ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a1eb0d141bbf4f108f27c4934429f34c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "db946bff5e5741c38174ed532e0e24c0", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "113a6ed6dae848c4972cd9381ef6a67e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a2d022d0c6e34472acf519506848d15d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "781cacef3a764626957086da73da0fea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "65838752b14647cdbcf71e333d69bfcf", "region_id": "RegionOne"}], "type": "container-infra", "id": "0bd5152c68ad403fa621b3969178d7d5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "950980c328754152a71e167f53e575a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5e0cf480f7ba4f14b0552adfbaf4fcb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "29654039e37b430bb5e5ab3479510bb1", "region_id": "RegionOne"}], "type": "search", "id": "f452b889d1364dbbb6dd4a85c73c9b71", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a726dc85ed2848a9b58e13f9704a27e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2721c47a01e543db9dfb8fbf84af109d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f52c695d7a3748e990b775b64f829475", "region_id": "RegionOne"}], "type": "dns", "id": "2d35289034104e33882fa5a9852e7a8c", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "05639b339d7b45579fb29a5b70790eb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0a8bc402bcf748d58474ea3bfed09bf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b656e449c8064d668e252d1686ded1f8", "region_id": "RegionOne"}], "type": "workflow", "id": "e32453e0d02140bb9de17ce75bf7615f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9603a5b5d46347998531cbaab6802ff6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1202ce2b43584123a45733ea9fed5bea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "e2cbfa6cafaf43a6b62807751b5f09bd", "region_id": "RegionOne"}], "type": "workflowv2", "id": "7b11d6c36921453ea4e266836b26d5e8", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "5121118ea73d451389404988c9820454", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "544de32da82c4d4580fa6277dfed0830", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "bf22ae2a1c074ac3963a5ad866846eaf", "region_id": "RegionOne"}], "type": "rating", "id": "dbc4627354af470d874836321dbfaefe", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e9d0f8de442b4611a7914f2acb3c3ae8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "37fcd835c1074cc387de6dae8f011aca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "db1222111f8041d791be96bd00930496", "region_id": "RegionOne"}], "type": "operator-policy", "id": "2c81617ee2824f9e8d7e3b90478fd3a3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ad35e3552752415fb280c7466c2f16d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9ebcb6ac5d4b49ccabbf8691de53a42b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9ace2142ce1e472584178894bd224127", "region_id": "RegionOne"}], "type": "policy", "id": "224a8a99e541463f9b669de7efab7428", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d34e998049fa4a7b848092c068f91834", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a12255ee66414c09801b3aa9ddf4d6a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cc9821fe0d25449789a6b1fd69dd92d6", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "bf7e83327f79492cb9902322111d5930", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7e4527b37d1743eebe5d024f1fec6470", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c0d22dacb896427fb9945bc611cda981", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "31ddc06d733343b4b5ba37640fa0b33a", "region_id": "RegionOne"}], "type": "sharev2", "id": "3aa751a656764da0bafa57bcc6988f9a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7fa4dcebcfa940939c8c860984ca4a8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dabce291d0734ea99dc17fc225c4775e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ac13d080263b4cbea321225b135d1a14", "region_id": "RegionOne"}], "type": "share", "id": "8fb0fc9a947641f0ba492b1167ac4fde", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "e8d997f6f3774d7683001c65b4ac2da2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7e33f26caf204f3b94192e49509626ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "29359a1245a342a1ad574b67adb6a875", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3139050e3eb445dd84b69308d8094b45", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8802d24d05e943f694f435b520a02fc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9c29570e58ef4114a87ab8565c0802d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ddb034429b3648b8b0015d7bf6a3cd91", "region_id": "RegionOne"}], "type": "orchestration", "id": "3510e5c3442341e88242180eed62f53b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fec0e2e91cfb4e5090c8f5ff45f4963c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2af74aab8bb34affa6034f9d1cf2a2a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5badcb40b5a34eb18c4f170bb0a096b7", "region_id": "RegionOne"}], "type": "block-storage", "id": "2f317aca624b4953bd18201a065d3b8c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f701bb59c22b49a89c1581dd701321b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ebc241aa10c1474488fc91cef2fb2487", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1faba1d40d59404ea61f61e97e2d8857", "region_id": "RegionOne"}], "type": "volumev3", "id": "45a15a206d89478799db71a43624eb41", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a423d7e41c1468a859bc9c74936993d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b0d7dc192d214b10aee3e552e6fa2e1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39364363f0db42e18deebc9fb8e1cd99", "region_id": "RegionOne"}], "type": "volumev2", "id": "927f1a5d471447529b1627a4b9a38a58", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "299ed69bdc03431cb5461a2146988f3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6504ba87f4154646b38d06ba9d021d1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3dc146a745c4a36a763f5680bc36011", "region_id": "RegionOne"}], "type": "volume", "id": "1347711ff85e4753916b47775a734be8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4bb18497535e40128b7db0d61fb68ded", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1002ce52fffc45a19efdf7b49959f3c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2cb3bff81a154bdfa400d7b0c03fc857", "region_id": "RegionOne"}], "type": "block-store", "id": "9e04e87238124c489c7a214e1b7dce3c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6266302be6af400791a746b8bd522999", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6aa2c8b083524388985d469073af2b00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "46273aa5e98b46be8e321fc23b2557c1", "region_id": "RegionOne"}], "type": "alarm", "id": "f762ee3caf484382b7ac23d57b92c592", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "14dd17d1f581473e83058bbefe049ce4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f6f51303a9cb49b2aeee8ff8fb5779b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6e6352eee3be4072a5acb13f7b4207ad", "region_id": "RegionOne"}], "type": "alarming", "id": "437c7c76c6374003858a2017349c21ae", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1269c70f67fd438e890c833d5e97c5a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b4d9eeb93489450c8f0bb368218bddbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c264145f2c0f4cbba5c231ce712b106d", "region_id": "RegionOne"}], "type": "meter", "id": "25cac4d4a838443e9a04f5f5bc64b052", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0d277cefd2d34c81bdeb0f5bf0b2ecd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6e67f62321f242378d5eeea635987536", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f1a31395727844729d1e014b85d6f20c", "region_id": "RegionOne"}], "type": "metering", "id": "1616e2776e4e47c88533311dc593efb8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6ecceeeb939d4366b182ed27cd52ac28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b8c5a758c1424b529a82ec01d735b794", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6cf3da8dabe4442f9bf03cfd05e45adf", "region_id": "RegionOne"}], "type": "telemetry", "id": "382f5e1af7a84879893b38334060858d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "bb581970649041988c7a5b3254b552a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "215adeb8a0794e0786175a1bc3fdd336", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fc190ac0668c4b96be059b3006c5b562", "region_id": "RegionOne"}], "type": "event", "id": "c50252cd0d96486e96dd2ff26bfa2b51", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d8326d282c7f4d358adadcd4cfde3057", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7a45a5812db64d15a80de000c4c1bae8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "43ccbefeb4b742e8ac661f98ffb4eccd", "region_id": "RegionOne"}], "type": "events", "id": "8b9aa4c8da754369b2fd50f2597faadf", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "08ca22025cb94c0da028b42437ba7ec5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f9f79f10d78f4e1e81eccd631b90bca7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0d2cfedf0d7c4358b0712ca551736064", "region_id": "RegionOne"}], "type": "application-deployment", "id": "19e13f87311a4c829bbb2f9767967ebf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3115b90e7b1b4b8f9828dd6b772e7b20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f3d0164416e0444f81b536983e8e7355", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "49c780f62f20415d90c53fc31eaa7a4b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "1e4a59d27cd348f5a28acf26ac74d440", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e2994186626741c3b825379d6730d4d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e8b0cf70e0f046d9bbf7770e79f1dcb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "03a495ccd99342a29a5720c0a2af9c4e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b3418fc49d8349918737d4c3e1922777", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d6b36830bec244b7b706861b67c34959", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3cf66851602b44b2920a666537852661", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "eae95ff7439c42e3a0cf8928ad007e64", "region_id": "RegionOne"}], "type": "tricircle", "id": "cdea064919e64c4ab2eb90fd0b8455bf", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "db7ac1ddb38248ff814b6fbe78dae8b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0f250cc38528450297d956cd139588d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "424b2773d5b6460abee06da5c28c49d9", "region_id": "RegionOne"}], "type": "database", "id": "ca2543ef64c24925a91b20b566c229a3", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "519e18a68e444671908f6629799e37c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d9cb69c85f60449ab06f43b5c46079e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "72dfece9dab74d75b259cb320fcc3d1e", "region_id": "RegionOne"}], "type": "application-container", "id": "6174e9c92abc4253bf59931e5ef9ee20", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "15f90b39db3d4946a2962fd1d466b788", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "6f495e89995b48de8425e5af85755825", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2905746a4dc846559504358542cd2f56", "region_id": "RegionOne"}], "type": "container", "id": "6cdc5f150e7944a0b35bad1eaff32bc8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "412295920cb04669861fc8b42cb5a365", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4ac0ae9ef3424d5ca45d9b4b644e1b08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "ed81a565e870450c817744eeb457638b", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ae0c3d717df24166bb5a432757da9056", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "af6e9c33194e4509a9ae18d193b9cdea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f46534b3858443128d8e270e613df54a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "7c21f2f6150b4671a827c31292aa3769", "region_id": "RegionOne"}], "type": "rca", "id": "c9a73800fdea47ada8be518a89bf9394", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f64d92175fa74721a62ca3888098404d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "38787f81251049a685c0ccfbe4122300", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "0bfd45acc4f642c9a09c0c4e3f383c76", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0f8ba90ee03042aa990bafd652b2dfa3", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ad9525b9dcec4c589589153e803fce0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "452595a44ceb4f718572e30e4b2a85c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b485476b82604e53aa3dba5e997fd1c1", "region_id": "RegionOne"}], "type": "network", "id": "94e40958f2844754af585e5ed35eb80e", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3687f4f2699947a58d884a980b893f30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "6d978f0ac15f420485a01b7cf2ca9d21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "556fb8336b3c4b1f840d10549ffe44fc", "region_id": "RegionOne"}], "type": "backup", "id": "e7692f61627547649a06211ee1b2f165", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "43421290fa4a4e2c8bcef7875e0fe364", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dc043716c371418389ee52304c461a9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1368d11312494b6b8d39860e6a02b579", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "93b4b170e99b4e8f80a6d6da9eaec7e4", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4447068d6d7544f5b0409687b194d418", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a534957c683b45b19020546ccc47b4aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b9979505b88142198c6676b7f7d02bd3", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "98980d01cf9746568b1caaa74052566f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8f4417442ff34e8abd9b4270f0843d56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "178abb875348420db47d8b954da625b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "d9a25ea94a9c4f9da32566d361019b45", "region_id": "RegionOne"}], "type": "monitoring", "id": "b8acf70753a44eafa76157ed9f22a117", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "92db6cbaf3a345ffb75750ec0fc45554", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "c797de3db0dc41be94e3e5f09c657d70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b50acf05ef8546bdb4096cc25199f691", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "da6eccffd0a54f28871f99980452d225", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "d66adce4ddbe4a5a86f0298552ea7e7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "149bddcc00104dafb67a9ec90ba04708", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "56c76594571c4490ae4ffd99be706d18", "region_id": "RegionOne"}], "type": "placement", "id": "f45d1dbed61842698eda20ee27f4491b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1ab7251cad95408f8c6f9091bb540728", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cd9e05996c1f4533ae4994b89f8dcd49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4b5402fb916b4754bf820de1d9a75cde", "region_id": "RegionOne"}], "type": "instance-ha", "id": "d5a4111f203b47a2a53fc27f798571c8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ac37ce9a0acf499db59c953bc4a4d15b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "f227c92377714c7a8d7c155b6b4f1e4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c4cfaada9fdd4e888c2e22d5f11abf31", "region_id": "RegionOne"}], "type": "ha", "id": "d35d7942c5ea4dfa8028621c832020e4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9958ffa38b094dd295bce0cf3f50ce9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7102d70035874ec0b19b62d695018f8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "9829092d0a274ea89ff640d47297a483", "region_id": "RegionOne"}], "type": "reservation", "id": "0f07867e91114274a55eb0aa94153aef", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "75e76687710c4cc589879feececa5ecc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f463dd3d235e4a0199cb7caa785ca2c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "85aa5889f10f42188fe9450bca11c7ea", "region_id": "RegionOne"}], "type": "function-engine", "id": "6d3780c89ecd4ea4b80204fc275e575f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9f02fa520179423ea08b5ac8d1ed87d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5596cd3dfa2e4e4186b0a6d40378f9b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "566da8e04ce6486092c795f701c350db", "region_id": "RegionOne"}], "type": "accelerator", "id": "53d3932a58d94effb0eb7a6b8d242f66", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "8b08ad0a889e4a3da51dcc833d00eaca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "201ad2dfd0b248508fb11e76bf8263a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "8080ebdb4a5b4db38254129dd8bc21f8", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c66d4ff64c744d71ac5028f355435cc8", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2e6fabc88e384fb9930a341ee38d176a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "559bb8c03c4948e595d5b46c1af628ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3bb93978c9c04d22a7e2f8456540d2c8", "region_id": "RegionOne"}], "type": "registration", "id": "3adfd2523cc341eaaac3dccfe7f3fcdd", "name": "adjutant"}], "user": {"domain": {"id": "bc3429e48d0247dfaf9e2bfc1bb096b2", "name": "55663727dc174133bfb3224a1b65148f"}, "id": "46668ddc6d0b4d65bb84242ec7a7ccbb", "name": "400aa3e578204ed7898f5dc4e9087dd1"}, "audit_ids": ["bc53a2bc47094af599537091715a2a71", null], "issued_at": "2019-09-19T09:04:50.470108"}} {15} openstack.tests.unit.network.v2.test_network_segment_range.TestNetworkSegmentRange.test_make_it [0.037705s] ... ok {22} openstack.tests.unit.test_format.TestBoolStrFormatter.test_serialize [0.039425s] ... ok {10} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_find_stack(sd_metadata) [0.064819s] ... ok {0} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template_no_env(event) [0.039657s] ... ok {13} openstack.tests.unit.identity.v2.test_extension.TestExtension.test_basic [0.036323s] ... ok {12} openstack.tests.unit.test_connection.TestNewService.test_add_service_v1 [0.365348s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:50,357 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,371 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,379 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:50,387 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:50,405 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:50.297001+00:00", "project": {"domain": {"id": "9f607120b1084156a2bdec49c4a7df85", "name": "e4cd31160e734c74a3c88b66afb8e1fa"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "3b7a21fa2ebf49158cb7e60b8ae2d432"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "319ec016092c44a4a219c9e250525749", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "208f62d4afcf457e909e29d87329054d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "20261435f7c44569a6c1fd308a9e2d6c", "region_id": "RegionOne"}], "type": "identity", "id": "ad2223d2a77a4e2ab72f6fd1b73d4bec", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5176e8e5ae614dada266af25ef1225ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ae67553ee35a4328b5a03e2896521286", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8a22fa29982448a9bd7188dd5f456f52", "region_id": "RegionOne"}], "type": "compute", "id": "e94cd3ce84be44c28b5b9b5e44c67546", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1fb9e2cc7a3a473183450dc6c484c878", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "364c79b2e1924510bbde2f812c5931dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "bad15de5611d43d5b515e38198a8c7a1", "region_id": "RegionOne"}], "type": "image", "id": "59ca9b9378bd429399270824c1639a02", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "24957153e7054a6492743481df7d1134", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "9265c14d904c4f14aeb230586de4b31e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6763396d09894e3ea98a12db2261cc3b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "2aca8d811c1243c7a7ebe2dac2473acf", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55daa9535ff94d6f907f3f2008a49ceb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "37c804fc341a4913a9264650ffa68c79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f1a4d8e1d93474a826bee44e8f24d4d", "region_id": "RegionOne"}], "type": "object-store", "id": "da1954dbe00c471c8f7f7beed22516e8", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2a833ea2e8714a2e8195b527328418ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2b07283c47e34f8ba2f6032d1ca1fbba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8956820691924f0e945de14b2a7488fb", "region_id": "RegionOne"}], "type": "clustering", "id": "50298226267a47b8bc81b281721383d8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "badef6c36e974a5cbc7fbeae7a0f5597", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d6b1aacc4c314eff9f93b7db2eb44afe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a2cb45fd88a44b18abda63313ac78f20", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "0c086c8521aa451dbe79c80db709c70b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "afb36272fb264aec8ed1582eedf5a7a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "04f286d657244ec7bdc68fe40b0db679", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "74753100634c475dad46c53b6c5478d3", "region_id": "RegionOne"}], "type": "cluster", "id": "12302fa54af2404ea3c64378936defe2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "41f903a10bfe49729471a75c3cb8742d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d2de18cd32404818a2a824c004519815", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "299e6b6e6d1d44c4a9cedf03e0b5d5aa", "region_id": "RegionOne"}], "type": "data-processing", "id": "3390d267b7f84f49b623f75e0c797cb3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ed5cbe9c865446108295cafaf52edde6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "84b77b0891a148d69c2e3d569791d987", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "af8d16936fcc40f8a5b403098fe94eec", "region_id": "RegionOne"}], "type": "baremetal", "id": "eb424417d792405e9c450c1ef328dee0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dda69d6aca7f42b28c12ae5d5c6301dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "11c379e3552140b697e2e628c3872b9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "cde0e35450974ea5a9d0b5a983c90d50", "region_id": "RegionOne"}], "type": "bare-metal", "id": "176528dbc9de49e79402b43b975f3327", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "80ea67e27cc643738fe552ebd85980b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3ee59b95019141b4b14d9bf690706a69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5ed534bc687043d398ea2f0485a587e9", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c61d05f46f3e4af18690422fdae39d2f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4ad1beaeecad43e3beedf35b30d55054", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2ef3165bf3a447fca3cbbd736afd2f4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ee49f3dba6b54b70a635546cb57a832e", "region_id": "RegionOne"}], "type": "key-manager", "id": "ce6622033b6f4b5f9c0cd048da1847d8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1e8228cf6ebd47afaa63388e37bd38ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dacdc25d67a0405a8c6db78d7e28662a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fee42e18aff643fa9aa65858143e2345", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "68cdf41728224e209499879840bfa5a6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d70267afa84f4e6baedfdff39f891795", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c080a0465c2549d38f5d7a520e8f2d4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e8d13ddbf60b4fa7bf0f0cfcdf5578c2", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4d08fd7f48e04bfc88efd95b0da38f09", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d1fffeb0ef9846a78d7d477f485fea1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a3101888976343f885ac5943f675161f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "48dd33caf6ca49efbacbe17bd1d9766c", "region_id": "RegionOne"}], "type": "message", "id": "7414005d463048c4a508b17e969a64c4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6eef04bb981a4b94993480c95a2a74e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ac0b15f23a874839bcc2b55a4b2405d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "175e85dd89b645fa908e81ca68454746", "region_id": "RegionOne"}], "type": "messaging", "id": "04977c63882c46808a0cd1469e1d0afb", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b43d73c66b144bfabd10c94551571403", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e9a3022d347b4651ac013a569cd7e40b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2fb90ad5cc364adc8854b21cb621ea62", "region_id": "RegionOne"}], "type": "application-catalog", "id": "02f5ed53419146039db11c383fd9ebde", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "58c67ea1d372438185e22ce15ceed0af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "af1e63affeb346858a0b4c1b0d2d9636", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a1b50d9c270c424697988b2a9cc8a8b7", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "18db78fc204446fa80f20ae177c1df70", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b5201b9ef36e4229aa8139d6eca8c639", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0f0a80660e684895a4062b11e4b6a526", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3685ed51d7aa4e7a85911c9b42a35636", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "0b6ba7d69d3349399d4bedab5b3f3015", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "31845adef8234c01a3716d866dee5a78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6136eb28cf794492b4827bdf6fb5668e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5274988d0c5f4fb3ac63966bd8d9c153", "region_id": "RegionOne"}], "type": "container-infra", "id": "7d8fef7e035b4f12a12a279504355ce5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1c5d57b37f4b4d099d5d584f12d7d851", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "309274e8d04844508719ef8ec40a34d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2a65b4c105e44a3ba53056b9e3a337fd", "region_id": "RegionOne"}], "type": "search", "id": "a7651f7e4bf8413d88b32e20732d2c7d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "dd1334b1525f42f792769d4c7814b09f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c57328d540a64d5b80bf97959963fac4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "3b9acd4449854048b62ba7533c1ca6cf", "region_id": "RegionOne"}], "type": "dns", "id": "f9b740da1fd940c48510ff1b2c54b6e0", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6d7ba805d97042949390bbd816c499dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "48d04378d6924127aad82fcfecc6e459", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fc8b7964ab5040de8bcc3241082851bb", "region_id": "RegionOne"}], "type": "workflow", "id": "3184c4889eba4d5d91fc485fe8ff2e0b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ad43c3d3f8c948528a8c41598a544596", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "264106d7e9744c32a73906b3dc24be21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8c912b034aab4dd2b62f07291bbc96be", "region_id": "RegionOne"}], "type": "workflowv2", "id": "95d03f45813a4b3ea1a90eb50b62b87d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "d88c4c0294f84788b9d7c50aed9faf04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b93baf27a7c2463aaac05945e32ff12d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "01433dda0c5d4f3bb8e6d68e84c1dc12", "region_id": "RegionOne"}], "type": "rating", "id": "8ed052fbe8b949989093715d2e1f42fd", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6facf995fe7944f0a451a2cc3a88090e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0d16fa840c894399bf7510be5ca57104", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "666cc8adc92f40d8bbee7aac14205505", "region_id": "RegionOne"}], "type": "operator-policy", "id": "e3b904dae9a04cf5abb882afaf8a7a22", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5d0efc9fd5eb43b6b1e9fe9ea57bf096", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "26fa422766c6440793782e7d46227b7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5bc34a511c994bca92d2b2ada7f53175", "region_id": "RegionOne"}], "type": "policy", "id": "e966c2914fcf4f3097f1b16e1ad64081", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1615b74257fb4a5597303330893980fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "029b6ab27c054203846c92878748fcd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b737030982e8461a932a42f7c2bcfde7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "94b5039fa3264ed5a0bae660356a9548", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f10e4f6e98f64e8dad97726a7bfedfe2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e2faa6d7cb8744e1b5d4fddbe4b3b08c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "1b82b7d375124721853f4c0f0f1290c9", "region_id": "RegionOne"}], "type": "sharev2", "id": "ad5ead2dead843308701a2abed6d423f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6fa453fd832543dc81de5ee45f6e3101", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d2c64c692bb84f03b7e3df19257237bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0034e0e78f1643a194f205aa72cd1fd9", "region_id": "RegionOne"}], "type": "share", "id": "bf0afa2e481148ccabe954319c0bad7b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7387cb482efb4b53b6378a29fc10b5c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "38109efc1b7d484e8f4b3343cad5f78a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "abfc54b731b9413a843fd0f6377cceaa", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8ed2619e721344b3bb35eeaaac3e0c64", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ceaa34064a854eb883e3147f8cd929fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "600ee494499c4196893d2c1b2bd49026", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dccbf7af5612496bac123d83a8abfd57", "region_id": "RegionOne"}], "type": "orchestration", "id": "6ce81be5c5e54564b3b0941708f50a84", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e558d668b4074634b41b360d9b33bb4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0dae57a97dae40319f7ecc8a525b18bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2ff4306e30f04715bb34994b1ce2f480", "region_id": "RegionOne"}], "type": "block-storage", "id": "d78cf3fe70404093875b4f257a53a417", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f432fe0ba198472f9693bb6ecd1fd619", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "742e147d2f0e476a9f703c82fd6238e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f4863b277354f21b8a0e99a8b8fb7c4", "region_id": "RegionOne"}], "type": "volumev3", "id": "8dccb5be6c5e4f849ca604a9a65d1cab", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef6f58b265a34ce094b0b5b17f1c059f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0fc7772fad934334a82d170ef6edde65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e299985a9134a2fa8fb14c2d69ef5f8", "region_id": "RegionOne"}], "type": "volumev2", "id": "95d4613748b146bb871394275e85ddf7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49b8d771e0774f8182f4e1ca48049c81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eabd7b0e8e804426a8622687ff2c81d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96bab4a86cd6432aa899dc5d335df593", "region_id": "RegionOne"}], "type": "volume", "id": "a800931dcb95485ebc9520fabb7158b2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2fe7b572566f42cb8800ed3578e45e5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5aee91ce02f40b7b1ba6286548fa4e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "921190edf3e4493a970e3900a1d5308f", "region_id": "RegionOne"}], "type": "block-store", "id": "ad221d6ac2324a3f9741ef6c342f40c3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "612fbbe35f9d48cb94e42aa3766ea033", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4cfe9f995679432bb16a5c22899ff56e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1ce9caf850614b9894eaaa8b39e1293f", "region_id": "RegionOne"}], "type": "alarm", "id": "dfb056799c02458bb0ed16cfc0b3f017", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c6b2db9e256245ca967c2f39456cbd44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "82ab7660207e46fbbbca716a208b4972", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e31558c33230449bb4efbe1fab65c441", "region_id": "RegionOne"}], "type": "alarming", "id": "7c2e344285664b379dbcac3f1b2b6534", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c29e962f7db544308d4c2893627918b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c8a961b9af72473b86c162a1d35d088a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8ee4216f1b3b4119b0eb39534435d39c", "region_id": "RegionOne"}], "type": "meter", "id": "871208c677f143c1a62693d7db51b451", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "8f88ab910d0f4696b0d3de716c22be16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9aee8d72d2fe44f6b9a31ebf2999b5bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4483a92b73b142b48dcec4250b0c30a8", "region_id": "RegionOne"}], "type": "metering", "id": "ca80277e5e3c41dabc3407ca495b5094", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1f1e4199b57b43c9a0730ea71967eb24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3d846c03d7a84bbc8ab166ed6eacf716", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8ddeca847deb4763b3a0df9c9c2e6936", "region_id": "RegionOne"}], "type": "telemetry", "id": "142eb015b1c045e893c655b30a3e1126", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7fdd8ba65b614abdb8d376c0e5f3d050", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2d7c2e222b674e5bb8c3180369a3de8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ee331291aa3d4a1ea5eefbd3a8596c64", "region_id": "RegionOne"}], "type": "event", "id": "e707db95f9d649bb991ae68630fb7a04", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a35e34f7bd9e4338b319abf87cfd2905", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "009a568e53334831b5d21febbcc7a7af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1de13181f8a84014aec77956af1f72dc", "region_id": "RegionOne"}], "type": "events", "id": "eee7425350a34ee6ba8d8819eb71c37b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "58afe0ba65ef4750937d902b06adfc04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ee370204e13b44198489183d335ad01a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "dcb00a633b3f4a7aabe70d68cd5d12ec", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b4e9a5db9fda4b76837d3e5c3b5c883b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "5bae5ac195e34bdf98d23d12739e4b9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6447699645894e95ae9116977d3e87a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ddbcd8438f6946b786b8485d12491d0a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "3007918784f946449a7fd74d11617b5b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e3087d5eda0e4a1d9ce9bd6d429b9fc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "576012fbc7474e4595b74b25b42bfce7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8f4ae597726842bc824ffd072c0305cd", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a0116c703c5548fcb58a8459ebf6e583", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "829c602d1efe4db7add7c1b57d06490f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "16f3ba8cfe88495fb02c8cc5c7d963e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "05c340c590144abb8a62e19ad8e49865", "region_id": "RegionOne"}], "type": "tricircle", "id": "e8e85d0f183d46c59b96d7c5e88ff5db", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "c36b816b7ded4d13a35273cdce2afe88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0f9e70a822c6468fbdd25e8ce77b8cbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "fae54d4a88e441d6a5b39830c73127ce", "region_id": "RegionOne"}], "type": "database", "id": "15e2786801564cb592c07fbd8774380b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2e9ff2ffd87549e681eeb2c7095a7411", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1290e5be67cb4264b89aceb94162d62d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "720f2c3cf28648d18b1c199db6a73aea", "region_id": "RegionOne"}], "type": "application-container", "id": "772eb5d15da1456ea586a68a5412eebf", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c5fb2005f99542089dbe02e0f8f25a7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "89b9b95ea72b4708baac623d4de28589", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "47786e2a972b4c179b4244ede73b621f", "region_id": "RegionOne"}], "type": "container", "id": "1fc557c94c3745fc81a6470dff7a5fd7", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3ab5f60e62f54e50a4c2c03e1e7b8d48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2ee71610990344efbb428b2bb27407e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6fa43f4710e54ebc90cc21aee1c4abf8", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e6e11b41d42041feb015b8cc808bf6cf", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6f1762820166424595d8bb2e7e105c9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3dc8f67d8ea14f29bb2c8297cac62ee9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0717d85649d940a4a2f5e83e8a07520f", "region_id": "RegionOne"}], "type": "rca", "id": "86da8872a79e4cba8a4fea66a2a02fb3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0b5b258d6f244e65a9b295808651c428", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b05021194f8342129aad0526c2a01c23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "afb27d31b5a54049b476398424879523", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "adeb19e1a25544c49dc2f0c355e38b77", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e4a6dff4d0b646c98c9115f1713b19b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "e6efaf209cac4cab99bb73fc63b2a4ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "522c8caed17f4538853efba1a9b1c3a6", "region_id": "RegionOne"}], "type": "network", "id": "92ce5d52118a40a4b634765b64d4de9f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "63fa8442bc9748c0a764ba7743226636", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "12289edc86924889bd9eb6f072a16054", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "87a4d86987144f299219ac0e8bbedf4f", "region_id": "RegionOne"}], "type": "backup", "id": "c897d9f507da4d1390ea20503c146f18", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "695a3d498f3e4beaaaab764313114057", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c801bc4cd44040fe9cfe1f44149a06ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d56937ee9ed0457eaefc6a8dcf791c14", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "663ee04752704176948d053ac6e48450", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ac37dbf40723456d8c531c5c14ce05c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b3d79171e05744d7a9b1b05a2050b475", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ca335c7040c24d97bbf9e6a5d4d04a43", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1233b66ccb0d4f1ab3bafe7ff9357aaa", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "90ffc795440a4c14b8099b28e4b06be4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e1da0d2095d7405783c539bfad63e1af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "737642ab36234712b00515242c721eda", "region_id": "RegionOne"}], "type": "monitoring", "id": "498c35146bd94d45963a6a72d47db507", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "711d1ac09f9846a583831439447af061", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a15f9921915d4e0c9c4dfbd6f87f0594", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "72854a27f1a54b6bbfee656f50f63b9f", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "8543acdf632e42c0a7d43f1ec6487e9c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "80de54a0c80c4e6497f7e071572518e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "bb4fe79b35284f9592e6a81de9f044f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "0245ce43427c48f283abdfcebe6184e0", "region_id": "RegionOne"}], "type": "placement", "id": "ee14d0bc0f794454af1f587a37a35def", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b03c8c648dfd48e4906df00ecbd2fd51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4bc58639f4ec4261a0e2f8b62f80eea7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "66e6e104ab5b408091d4b38f69fb1e62", "region_id": "RegionOne"}], "type": "instance-ha", "id": "274cca7052904fb29d4ad1cc422869f5", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8fc764b901d84d84ab8592fcca8c94e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "295dc660d1f741f8b55c2395970d0fd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5e12b24f05dd46e59eed70e72e2d2063", "region_id": "RegionOne"}], "type": "ha", "id": "6cd1329a39d4430ba066c04d4f7656ed", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f88e2369c887481aa0a8751d329fd919", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c5b7d3aafdf344ed893330e5531420a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "79dfb30908bf444f95d9c25f55aa6ede", "region_id": "RegionOne"}], "type": "reservation", "id": "c9f58de550b949f48b4f000cc7998dda", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fe4948e00c12415696d74762bd00bf4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "397370b19b0245c6b0622152ee8f0d67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "1f08afdebdfd4a1ab4c54a0e766c7573", "region_id": "RegionOne"}], "type": "function-engine", "id": "895755e73c374be28522fa904339027d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "bc272dad3a754b7da75ecf7f1df1813a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a212bcaa7de24671aab987b147616863", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "d2c773e7adbf4c01b5da60d5ce10cffe", "region_id": "RegionOne"}], "type": "accelerator", "id": "370f2cc8bd834075ac7d9a054f9ce1cb", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e0ba48fee32a48ebad2a242b436bf906", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "320b46c06d314575bc61473380fd46d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "0fe266aa84c94fe1b1a8cb00af91da9c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "01d8becc8881431a984c72ef91029be8", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b16dd0238cb2437db8c7ab542c13748c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "18b054e035de48ba8355817058fc12b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5597cca0944146ee80a5bb885c77bd76", "region_id": "RegionOne"}], "type": "registration", "id": "50e900ce43ee4fec8c91b1e1652cdc41", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://fake.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2963a7d04347410fa0fa93de3dbaf96b", "region_id": "RegionOne"}], "type": "fake", "id": "de5f0f4a413b4a29b1e28dbead97cd8c"}], "user": {"domain": {"id": "95d20b4934a348ac8974c76109405ee7", "name": "6ccaae4e8c2d481984d59ad330902969"}, "id": "b549e86435b74581897f42d7c70223f1", "name": "4d36e6785d3642cf9266e7bb8877e118"}, "audit_ids": ["87676a7727934011a7290b94ba8db45b", null], "issued_at": "2019-09-19T09:04:50.297001"}} 2019-09-19 09:06:50,483 keystoneauth.session REQ: curl -g -i -X GET https://fake.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,489 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:50,495 keystoneauth.session Request returned failure status: 404 2019-09-19 09:06:50,503 keystoneauth.session REQ: curl -g -i -X GET https://fake.example.com/v1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,514 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:50,523 keystoneauth.session Request returned failure status: 404 2019-09-19 09:06:50,532 keystoneauth.session REQ: curl -g -i -X GET https://fake.example.com/v1/1c36b64c840a42cd9e9b931a369337f0 -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,544 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:50,553 keystoneauth.session Request returned failure status: 404 2019-09-19 09:06:50,579 keystoneauth.session REQ: curl -g -i -X GET https://fake.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,591 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:50,600 keystoneauth.session Request returned failure status: 404 2019-09-19 09:06:50,609 keystoneauth.session REQ: curl -g -i -X GET https://fake.example.com/v1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,621 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:50,630 keystoneauth.session Request returned failure status: 404 2019-09-19 09:06:50,638 keystoneauth.session REQ: curl -g -i -X GET https://fake.example.com/v1/1c36b64c840a42cd9e9b931a369337f0 -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,648 keystoneauth.session RESP: [404] content-type: application/json 2019-09-19 09:06:50,655 keystoneauth.session Request returned failure status: 404 {28} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template_invalid_request(identity) [0.062845s] ... ok {25} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_image_delete_ignore [0.063756s] ... ok {8} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_software_deployment(stack_subres_id_act) [0.062983s] ... ok {7} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_with_stack_name(stack_act) [0.064972s] ... ok {6} openstack.tests.unit.test_resource.TestWaitForStatus.test_status_match_with_none [0.083737s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:50,651 openstack.resource Still waiting for resource Mock: to reach state loling, current state is other 2019-09-19 09:06:50,656 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:50,661 openstack.resource Still waiting for resource Mock: to reach state loling, current state is None 2019-09-19 09:06:50,665 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:50,670 openstack.resource Still waiting for resource Mock: to reach state loling, current state is another 2019-09-19 09:06:50,674 openstack.iterate_timeout Waiting 1.0 seconds {16} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_stack_preview(event) [0.037296s] ... ok {15} openstack.tests.unit.network.v2.test_port.TestPort.test_make_it [0.038988s] ... ok {17} openstack.tests.unit.test_proxy.TestProxyPrivate.test__get_resource_from_id [0.062296s] ... ok {22} openstack.tests.unit.test_proxy.TestProxyUpdate.test_update_id [0.039961s] ... ok {14} openstack.tests.unit.test_resource.TestComponentManager.test_delitem [0.054833s] ... ok {21} openstack.tests.unit.test_connection.TestConnection.test_from_config_given_cloud_name [0.080343s] ... ok {0} openstack.tests.unit.orchestration.v1.test_stack.TestStack.test_check [0.039811s] ... ok {9} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_get_stack_files_with_stack_identity [0.069487s] ... ok {12} openstack.tests.unit.test_exceptions.TestRaiseFromResponse.test_raise_http_exception [0.040932s] ... ok {4} openstack.tests.unit.test_connection.TestAuthorize.test_authorize_works [0.106249s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:50,634 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,640 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,647 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:50,657 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:50,670 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:50.597927+00:00", "project": {"domain": {"id": "95e4b505523b4ed7940b3504edd36d16", "name": "f1ea2bbb223b4ff7b8c57933f54bd3ce"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4e41005e6c1e4b248b37180ce8d4e7e2"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0114130901aa446a937b973d75ff8465", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "521a5e6c5be04d7baa6f24fb140473b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "30c3af99ecf845f390346903a5632936", "region_id": "RegionOne"}], "type": "identity", "id": "bca4c57d0d194e468338bc4770580a4b", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ad64b0a6784541618d120f1a65dc34ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "897b425e33a2416fbf729a27f570530a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ebd8cd82ca02461eb4a6ee2b443b35ab", "region_id": "RegionOne"}], "type": "compute", "id": "0cd9b067deb04e05b2c4f0765e54e088", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "c3531ae89db44084aa580e7543e37338", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "fb78eea3d11e4193b75b59648ad1812d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "fab31105f91648e4a0e787d390467f6b", "region_id": "RegionOne"}], "type": "image", "id": "f3dc64f0bfca4e958206f4c5e2f8745e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "18a13c40db9d48509b9f694a5e46751c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "604376eb341c4b528acefe11d48b5b83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b273388c416f4a92901a498dbdd53926", "region_id": "RegionOne"}], "type": "load-balancer", "id": "40f906d3ce6a4ded8b904095999db6b9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba7f744323ae4f6db1fe968953975593", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb568e788ade43ac89be2c19bb6e7384", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4a9df962c2b4af5a2cda14c99250348", "region_id": "RegionOne"}], "type": "object-store", "id": "e28c032ced694d2fae418fc4ffa68d11", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a9c78534ca384c13adf7b129b1597e0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2d6eb82d7b804a608581d4fc8eac8c9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "69f929d29aec4036bbd82273eb643eaa", "region_id": "RegionOne"}], "type": "clustering", "id": "e526e7cddc7347e59b28f4cde6da17d2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "8ebf1ad81a804addbf4e8a9deea7b8b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c90b0a838afc495daaf1f7794740313e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bc8a3c3f8c6443a49ec68dcef8e726cb", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "1f0e449ca373414d8e5887e7d242a09d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5fb515a291374d868ca378837507f71c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "51d570d7f2da450992eeb474fdbc2f46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6207e6499a2c448cb14b086e03b29f7e", "region_id": "RegionOne"}], "type": "cluster", "id": "387ee399006049f4906d9ac03f4839f0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c879462f60b84bcabc5ebb54776a0374", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b9d77c55710f4a82a5118147c6a56ef7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "009f15aa2fba4d6cb818e1116458a405", "region_id": "RegionOne"}], "type": "data-processing", "id": "5c86f9dff3774c9984f94faae44f0563", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b4a648f923574f858eaab1702176a230", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3ea97241ef29409c8acadc8ccb4f24f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "81897687d50a4d59b24b452b715276ba", "region_id": "RegionOne"}], "type": "baremetal", "id": "0767d920ed96401b8c2e7a227c642473", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "414fa46c44ef4aa8a02f0401b96a1e24", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "98ef008957e145c480a66ba08de78191", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4b0826bcefd143e7b411039a575e3612", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4492dab6ca8b4230a22b5297b0c15540", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fa7245fc28fe4eab9fa1340690440585", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "10e9afa91dba440aa17bdd9e78de763c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "67ab9352295a460f9d2fa6dc35dd655d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "d6b6cb5200ca47e284e8e62fc6974c9b", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6916082c1938480ebfa5521c6d9a4a36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "2291a9087f284fdaad5159627697ed8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "6fafa2ed51ab4d68aea2396f1d95d62a", "region_id": "RegionOne"}], "type": "key-manager", "id": "39a5cdadb0724a06a8f413ab4cd521a0", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ad35a2e1dd0849288a7fd8e85c34ccfa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e43170d08bb94485b268574c1f9b0326", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "3b9886953bb04a619cf55027e64b5fe7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a081386289a24ba1bd3a5f3637a50ca4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "759bec5b63144c9d8f525950c243a511", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f57d5d185d8941c9a064ff8a38288836", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "5091e925f99b4d8c89e59c31bad98428", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a753966cd0f74b39a7ee1aee109ea908", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "67b0c1b71f0b45c9ba485555a1f7c55f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "00c61a937d53491abf9ee58fb14ce5d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "98f85bc38e584e92b9af638a06598115", "region_id": "RegionOne"}], "type": "message", "id": "1dc293c548cd4e92ba2a6ed145dfdee4", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "47f3380ca50444ab97ca27dd17b3fa5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "dd35e3bc4bac4fc88e3caa0f128faca3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f55e55276cbc4da7aa50d10d05f16bfe", "region_id": "RegionOne"}], "type": "messaging", "id": "aed98db3c5fd4a2a9e8afaedbe1b07d6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "66dad1a28993449d8d36b8cdc9fd4046", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5c17bb2490624500a3d00e6de49c9bbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4b662c3f6aa04c118750db4eb0f3b447", "region_id": "RegionOne"}], "type": "application-catalog", "id": "3548cf04993a41e7947a3b0f903f0a38", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "955017b29044445fa50a1bffa2239345", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ee4276c8166843edae56bead09d98270", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5a5fb83d68974224ae70ec0dbceeb3a9", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f4d3213461e74d6db83bfde8afe70e57", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "95bd957f83b74d0ca158c447130c9889", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b441714c208c4f6ab93c674f666e1de1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9e9110b1d7db45f0a36d7ec3a227b39f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ac2b2ce11cbd41a6a038eed64b37a229", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "40bfb6ac5e344191aa73b2bb97629a49", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "936e073324164399a8f28267abb407ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c8ca180b95234246acfc39105c9f6245", "region_id": "RegionOne"}], "type": "container-infra", "id": "46bb507bb8ce4bebb3104fb619c73341", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "7229eea328e74926aa770dda626e683d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "e92388b0777148c3b0bea44333342ea7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9917b457a2fa450bb29284c6006ceec1", "region_id": "RegionOne"}], "type": "search", "id": "15cdaa1f5530442cab8c1328608b7533", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2a03cc9f7925422fbae08c109b8000ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "bebc445caba042879184dfce2b413986", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9dc528943ac34da898d9e78c41ab8f37", "region_id": "RegionOne"}], "type": "dns", "id": "0ffb1c33a90e40b4a09c65df82017ba6", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "21f19919668e4f94a556dc7464c611ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bb3c156d088e41fbbfe533af41bcec0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a6fb28a14c2c44b9933d43fa1f38871b", "region_id": "RegionOne"}], "type": "workflow", "id": "e74e0730828b4f8bbcb22d07ed54183e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cb84af7ca6b545ca8980996125f82549", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a6c980d1527f4b33bfb7701fdab1164d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "3047669245ee4e2888dfab19173ffb7f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ef1c1dc778164099bb27fd3f144518f5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "24a16f98b797481595a1c77e66fc35f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "79f3003391de44a6b6a52e38761c26aa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "72a23c64e8b64febbc49635bb3207dd6", "region_id": "RegionOne"}], "type": "rating", "id": "787b4d4447684691adbeda6fd03c3e20", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8a8e0327b8a24cc890eece1980c0d059", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "41f7f8860dcb4c1580d6b2e04f5a73f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f446695053ad4238b9bd7e33490311e2", "region_id": "RegionOne"}], "type": "operator-policy", "id": "57a358977749466bbf4e77618580a6b9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5a12c60744f740248687baa5918d4664", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "549e79d38244478f825198bd7c33c8c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8c51738c1c594aa9b935e5fdb086dae6", "region_id": "RegionOne"}], "type": "policy", "id": "575f8fa7ef5d4de2b092114fa8f3f916", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "60c6042bb805471c819c7130a2859eb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "58b1fbddaecc484e989941a39c28a979", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0415d20570fa49eab81013dbc2e7dabb", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b7cd173b0462449eb05ae33b8b52c2ca", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3c9f781f283f4561a5f0681e89dbf429", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9404f6b0160e4885815f5dbf540f21f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b3aa3abf2cc14c9a8e5c2b6daa59084d", "region_id": "RegionOne"}], "type": "sharev2", "id": "375686c90b80409386bec408d4b83b6d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4f92b49631f54721af08774c68f74bc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7d047c5ab0e84c0c98415177565550c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "eefa8c0200e842b19a72d9a62f777005", "region_id": "RegionOne"}], "type": "share", "id": "22aec7ada8c74b3caf5a2e750ed95d47", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0373225743c547b48566e38cbdb530be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "253970d806314c60adf165d56efac1e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "fbda4765995142e6993c1f3a8f5151db", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b435b244830f40158071588815567321", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "172985bccda64b488f5c4b08a58df611", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8ab5dc899264674a50b0041a74755df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9f1a5ea2be0c48d38764f177ec150ecf", "region_id": "RegionOne"}], "type": "orchestration", "id": "d7f2f46f7fd84cb28ff49d9875fbacaa", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d661c67cda8c4497aad6b12fc6eeedae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9df2e5b216fa40c0bcf7f233ccb303b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bea4bebea5cb447598f09fdc45edfb8b", "region_id": "RegionOne"}], "type": "block-storage", "id": "b562c18b76c94de897e5d63126fe6b50", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "edeb0fcab19c4d8c974fe6974533597c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9d1eb2aefcf44c09e276c88deb2b468", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40e1083b4a684c758951f0b42212c6b6", "region_id": "RegionOne"}], "type": "volumev3", "id": "7034392324c24c92a74abd376d167849", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c29059d900fc4da9b66c2fcf422f63ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2673e8bda13f421d9a61d9ff62a74f8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca4a6099c36f4919a0915833b499a079", "region_id": "RegionOne"}], "type": "volumev2", "id": "9b36fdb8c888459d9900b0af3b6c1afc", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "96e165b390104e8c951f131129b20b38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb5febe5dcd64d9f9292928da42129be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c6dc87fa4d74fb7919c308408a2ec74", "region_id": "RegionOne"}], "type": "volume", "id": "56cbd75a372e4f5583a6047e6b75418d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "82d0165077eb463093f01adadc225795", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87f8da4fdf92432980915d31b90aac82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "22b8774bc6af45f594d1723f0d015ae0", "region_id": "RegionOne"}], "type": "block-store", "id": "9cbe29eabbaf45378ed5a9763d96cca2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "af034836ca504592bf9af28cb99529da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8736524a425148b1bcafd1e8de8bd5ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "c16154ccfe4c40b48499f326570a16e3", "region_id": "RegionOne"}], "type": "alarm", "id": "601f7337162941788cf172575a412524", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b7d7b59cc3414d579866de7adf5654b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "98009415706b4d1ca8a9d3b0fdd7a3d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e8ac52a8465044ea9b33d7855bb11edb", "region_id": "RegionOne"}], "type": "alarming", "id": "f7db6c7e487e4e0e81695e7d520d6479", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a794b26f0f4e446c888de27f20eaaaf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "281a1cb3e5b44579b964854a139fadf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f3a4601362ad4fd6bdcfbc60e28e5b86", "region_id": "RegionOne"}], "type": "meter", "id": "0a42c13a9fcc43969c85207fa88e33ab", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3eb1d1d096e14139913ee68b2f260b91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7868615e464a414ba42aa29f264cea5b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cd95f9a893da4cc58cac6d1473f52960", "region_id": "RegionOne"}], "type": "metering", "id": "b24d02bd99a54a99be22cfc91795cb3e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ac6c30c8ed994948b62abe2d19ebfabc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dbf214d4c4524fc3b9d2824bf527960f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4eb37b6879e544b0b5b3765c1b73a5f5", "region_id": "RegionOne"}], "type": "telemetry", "id": "3ec98bc4edc848f9b42f7babda73859f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "00983184d2244ffdb2aa545f5161182b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c5ad77c1628a49fd9a85b99b046c0391", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "e945f589470b4106a9e6f142df1e3722", "region_id": "RegionOne"}], "type": "event", "id": "35899f98a46942118878ff6a84dcf8b6", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d2b47312eb674507b6ab2625b68bdb94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "848329c1d32a421882d2b344072dcc55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "19a03f07e1104fa8aef59f958d2d3702", "region_id": "RegionOne"}], "type": "events", "id": "bc7bb48833614ef3b4e4c41c9e0f193d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0266569e2cd14ca7a7fda39ec8777cc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b8ad6e6d7885411ca776eb0966a938ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "447d12f8a8814ef1a0f91d7b151effa5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "81b810c12ff845fc9df70a1c62fb9c78", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "29ef4339f4684123a4d8f8e0f1ab780a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e1bd5daae9d9467eae79f2b6243ec8b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b1e83908f68b41afbe83b944f8150d53", "region_id": "RegionOne"}], "type": "application_deployment", "id": "90e644c7e75647debc034182699225a1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "74ecbfba8d424759b2f3610444241a19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "79d2f230a6b84f618cdc43cc14408a73", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "02d623116cb644d093a7f31e242c83d7", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7c4d46fb91eb4171b16a7a4ea3ecda82", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b392462331f945bc8c43cc28065f509a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "35352683fac241088d2c27274417cf83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0467e90a6e404bc1b3e08f2568424f1e", "region_id": "RegionOne"}], "type": "tricircle", "id": "02ea4f9ceed34940871e66474862c7c7", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "82fc8284a7764db89ad92384fd735408", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9ba99a191b234d1f840256101e52013a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "ddc5771af5ea4680ad2713eb1f8a796f", "region_id": "RegionOne"}], "type": "database", "id": "a35991def52243b692249a6381880048", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2d1d2b38802d4939a58771b02730bfb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d5bb55c7abb14c36aeadc43a6eead570", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "91acb74c467e48d89085d0bd41e63163", "region_id": "RegionOne"}], "type": "application-container", "id": "69ff2f9b9dfc46b0824997129741c521", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ad7df37e011f46dd9c2add5c7dee04be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cf7bc02802dc4492b6457fbca06d6d11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "07b7377f70ad40bb9809e00f64da9651", "region_id": "RegionOne"}], "type": "container", "id": "6f2c01ba0cf0450c8ff471b6f87eea32", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3a451964881742dcb05ffa005aee6778", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2fe8370947084e9190f488355000caab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c19181665b07494e8018862fd02879dd", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "61f7614a8925414a89760725bf0c08a0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "400ec75301dd48eb8bb2e8241e4a10d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a4f506b1013042baac0dc029469bf2c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "83fe967470644c00b032ecfa3da47c50", "region_id": "RegionOne"}], "type": "rca", "id": "e3343b3910d343bf982704091d46076b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ba4b00fe9cbd40e796d398b57c2f31da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "e9bd7cdaf08947b4bcb9e95e80821987", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "fac98100a4f943c5b68aac16d5808cd5", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2c2b6acdc09043c086295d5f9e9624a7", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "7e8296022e964072a34fc980aed4fda8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b2a9ba34b96f490e955edb0135f35e20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "3efeec6d256643a1b4cf3a5c4dd7f7ea", "region_id": "RegionOne"}], "type": "network", "id": "07c89288d7074d5bbc8c791fba2056e8", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f2f297574fa245f4aaee9a03292e04a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "bf7a7376272547b696f51955859effde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "716eb154dec64c2ba8db93ae2ac32256", "region_id": "RegionOne"}], "type": "backup", "id": "0c9b44cce00e4a549efdc9164b6ce41a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7e9594b0d5a9466f9470c8d291d5305d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "809d5a0805b94798a0da04a09410589f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "870b83b07e8249e8ac14e788ff5a9f56", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "9037d8c5c7b34aa19d31fd12f085bbe2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "03b35ea959e8437ba8f673d7d56a4de0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8f361e39b5a84379b951fead2113b197", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e7e266317c984664af4bb4c41ce8d911", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "a53fd08ce90947b9a05bf8fe62454f7c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f4d9596e911149f39e2802023579ed5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d9175dbcc33548299f3006765d7b7305", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "0da31cf1b39341f2a1ff4b24612d847e", "region_id": "RegionOne"}], "type": "monitoring", "id": "d718178370544e858e0f780630fb006a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1633af45fd0f481fb689f9c0aafafe57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f1fa507a5cf04da687e300d84eeb00d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "eb9ae33e38fb40a5afdeeb45246474a2", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "78eff49a307340bc80bd82b1bb16cfaf", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "dc1152affe94407ca36557a6346868c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "841d254f47c54f15ab4e0459aaca603d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5e8aa4451b804388af8dd97e4b3a3aa3", "region_id": "RegionOne"}], "type": "placement", "id": "2c71254865084f699db78ea6c65945b9", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c38be0f8104044339a719822b7a498a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8199d0fdd70c4986b441134f9454de46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "cdde46d4ca964bb097f00fd34417510b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c62b87cbf9934d42bdd2553aa61143c4", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "89836ff8923a42c08bb092e10db9d2b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9a9f9b227e0b48f9a6ccc469f5a0b7de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4bbbc19d7d7941499dbbddc38e87466f", "region_id": "RegionOne"}], "type": "ha", "id": "83834c30c2e3449e953ed9ba9c9314cc", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "815190cedc83407fa1fc8b8086e7a553", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3b24ca0a30b74baa9beb066b778e8fdc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5198e40958b44b5aa8a52256b8f66864", "region_id": "RegionOne"}], "type": "reservation", "id": "cc0feea955b64352a376acdbd7dfac69", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "393fa6cc7f8c493383b4d67a22b20a3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "6d405f50ae6e418f873ceb8db40d031e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "508ba17949624a558274f8302b80a30d", "region_id": "RegionOne"}], "type": "function-engine", "id": "1297db8a28a44f46bd00a2dfb251cfc1", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6d455e4d2ea6454685382abb1553d12f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e4cdcef9616a4c9498587f5bd7582945", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "cc3d639193f947159460d36cf267729b", "region_id": "RegionOne"}], "type": "accelerator", "id": "d81b1808415f4778a480b1f15f9e6de2", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "79214f7610bd4502bcf996323f67bc9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "0b1c62e6d9f04e7a905789a4cd0a09dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cf262cb42bf94def8827748561a2f6ff", "region_id": "RegionOne"}], "type": "admin-logic", "id": "46ce1a93819b4c9d8ebe01460af6a377", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5be589d9f1634b34b5b8327bbc57a77c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9d43780d91e44deba23437cbf0a9bdc0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "eba0023302a049858063f90004095ceb", "region_id": "RegionOne"}], "type": "registration", "id": "a494003cdae9407483ad846df9e5f158", "name": "adjutant"}], "user": {"domain": {"id": "2f4aa5bf63c94d0aa2d53c38ba68db33", "name": "1eb2b979e11446b4a29e9012c45cf48c"}, "id": "27714d89e0894965b5a435cb4d8e8d11", "name": "2271824576234be6a68bf2d0106c36c1"}, "audit_ids": ["0634426255694e5e8af34b60bd304e0b", null], "issued_at": "2019-09-19T09:04:50.597927"}} {10} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_software_config(stack_subres_id) [0.066908s] ... ok {16} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_find_stack(stack_act) [0.038098s] ... ok {6} openstack.tests.unit.test_utils.TestMaximumSupportedMicroversion.test_with_value [0.043619s] ... ok {13} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_role_find [0.062228s] ... ok {20} openstack.tests.unit.test_connection.TestAuthorize.test_authorize_failure [0.101599s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:50,681 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,693 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,701 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:50,706 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:50,712 keystoneauth.session Request returned failure status: 400 {22} openstack.tests.unit.test_resource.TestAssertMicroversionFor.test_incompatible [0.040227s] ... ok {8} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_software_config(identity) [0.062052s] ... ok {28} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_abandon_stack [0.068436s] ... ok {25} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_notification_create [0.062641s] ... ok {12} openstack.tests.unit.test_resource.TestComponentManager.test_create_synced [0.036305s] ... ok {7} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_with_stack_object(stack_subres_id) [0.066498s] ... ok {14} openstack.tests.unit.test_resource.TestQueryParameters.test_transpose_not_in_query [0.055909s] ... ok {15} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_dhcp_agent_hosting_networks [0.059282s] ... ok {17} openstack.tests.unit.test_proxy.TestProxyPrivate.test__get_resource_from_resource [0.065030s] ... ok {0} openstack.tests.unit.orchestration.v1.test_stack_template.TestStackTemplate.test_to_dict [0.060524s] ... ok {16} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_stacks(preview) [0.038727s] ... ok {29} openstack.tests.unit.test_microversions.TestMicroversions.test_inferred_default_microversion [0.241549s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:50,542 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,549 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,553 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:50,559 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:50,579 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:50.502918+00:00", "project": {"domain": {"id": "3cd6f775647a44b59b39f1501cd0522f", "name": "9147ead0cdf74ebf8324d9a016f50103"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6d2b96e575c04703ad7d4acfd94c81e6"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "21605e087130446993c1cd5f10d46221", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d1c7426febbf418f9634d56df4eb8030", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "55de7f1da7dc4d4fb66b5d90091609fd", "region_id": "RegionOne"}], "type": "identity", "id": "1946d00c9008465abb5af4d1ef47873f", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "68274e8aa0214208baadb9c6183df1d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "822a4ffded774441bb6d497944d5ed3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "df46eb44a48a4e5aafcebcfba858b370", "region_id": "RegionOne"}], "type": "compute", "id": "b42cf9d94d9c44b6a7488882c9474fa3", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "9576ff3fa80a4e0daab76156c39d773c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b001b28393dc4b58813c66a1acd2e5b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "5e460d19452f46b3a2a9b7f4795aa37c", "region_id": "RegionOne"}], "type": "image", "id": "81dddd401fd64a1aa801b07e687dce37", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "678a537018904d4285f1e3979cbbd00f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "045c4a6fb3fb44bab0e9104f2f24ad49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e60647c8f5fc486d9b5790ee6c45afc2", "region_id": "RegionOne"}], "type": "load-balancer", "id": "77726fe987754c0fba4249404fefec06", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d05b3401004440794bb9a7f9578b641", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cf99fecdd8534688bf41f444a5c98ff4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "963467f561f44b57804538f09611c920", "region_id": "RegionOne"}], "type": "object-store", "id": "820c913fa7ad4d62b7b280525f8f5db5", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7c292bbdd8f1498f964e6fd57e35cd8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0a212796d2004915a83e0402b31fcbbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bf2d373e04e743a593cf710bd03d0f69", "region_id": "RegionOne"}], "type": "clustering", "id": "ae370aaa7a4240beacfb496cf1d865a6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "97b46bd6c2d440f997171f2ddd284f9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c71e8a4fc2be46fe971d80beb36c5b55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "29aabc1a98f64645a35140163a9a1217", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "b282d03d5be64943980f99f3260c82c0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f21f6442b2824772a6c69e81ba2a300f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "35e4c0823c7d448b8732851c9870eeb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "23948612b078459c9e2b2836644f0139", "region_id": "RegionOne"}], "type": "cluster", "id": "f8bb6c3b67a24cc4bebc6d53cd38bf6e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "5973c811801a40ec8d99abf110bda7f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b3f8cd14d67d476699a815b64f231a64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "38b608525fec4edba30267b3505e6e2b", "region_id": "RegionOne"}], "type": "data-processing", "id": "b4f55e03b526423f84ac5f91a5fe78b2", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b6015e78bc3c40c89118596de75341db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a4d2f7ea66de476886fe079f575901ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9929abb944574a09afc038ba0550fd48", "region_id": "RegionOne"}], "type": "baremetal", "id": "a9cf1bbb4cd04eb6b6f6f97d5033a56b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4940ab84eacc42e4b54fa1ed993ff975", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8acd4e5237dc49df9353ae732061540e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8d0a250b457e4e9198ea1ef8a57f60f2", "region_id": "RegionOne"}], "type": "bare-metal", "id": "c6267dc077e34c639f623deaf197596a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dbea9e54eb674ffb81b3113976273353", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "eed945976662442f982fa522af652261", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4ae74d9a4eb7431a9e8d43df8e067d70", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "3a3413354b874c0eb987a57a23ff168e", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d14f13bc7cfb44228bc0f83ed919803e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b37252eebdde447faacb1b8a3fdf634c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "38f9f78ede6e475b9e97481e23737f5f", "region_id": "RegionOne"}], "type": "key-manager", "id": "8c8cd69e31f247229d791697c52b55db", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5f8115ae24ef439087570ea8f70ef02d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "669118ba0d0848c2945ea1f3cd5cf4e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "be687a52158e4363b2306c30440726fb", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e83e84500a564336bc8896a239b9ad47", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5364469855d84ff186865863d4899b04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "910e5a4fe8944867be540fb32fffa662", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ec6f5ba5530f4333b032669c07413410", "region_id": "RegionOne"}], "type": "infra-optim", "id": "57f9df99917e4b8988f648557d6e0b10", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d9f9d6da01b24123a3721cac82fa8a0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7345bf1bcd3d4252aa33fbafecf8cbba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c0f6517eeff24932953ef5793350c16c", "region_id": "RegionOne"}], "type": "message", "id": "d11a2ef7522a40a9bbe472c47abdefad", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8e95448c650f4a369b4403dd76af8592", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "88bbb8bfd86e48ea8f11df4e6976ae0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2239da113aeb42dab8c0eeed2c2cf2bf", "region_id": "RegionOne"}], "type": "messaging", "id": "7fefb9bed6bc42acbbe470038e126c9d", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f84370e0e67c4fa0857b6498752c6be2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "14b78d3c59d048f39c1b5ad507d18e96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5fbfe5296c9b4c6691bfbd29bd613e2b", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ee7cb75a3dd14ad5ab9f0dd8b020792d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2c1a8499b3844123b430e2efdd2fc117", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be09d63ec87d4b03b572ab36fd3d7ded", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5280a6a3f5e24f509247c4200e0969e8", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b7b6ee8b8606408898d0b381ed080967", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5f96d3e69de341cabc3081e97cedfe53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f7fb89bfdcb84630ac30c85cea03375f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "30f5830f7f444d29a23c2a71f55381ce", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "7d719f0c19fb41d3b4bdd3ec016be557", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fb074b7795144652a870a3a174b84460", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5b14b6972fa14751b650b669901d0365", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f46724aa34fa41dd9f47eef1a61651aa", "region_id": "RegionOne"}], "type": "container-infra", "id": "81bc6a9bf0c84a31b1c56d3a49f62ab0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "199ff58d3eba4980b515aff708dfc2e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8d8becb74bc4433f9187d3bfa93e5318", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e92985c0ca4a48fd88e52ed97f7fd61b", "region_id": "RegionOne"}], "type": "search", "id": "36128064bd1b4c4aab54cf3cf4b1e1ca", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "8f401f7088db45b7980a7cfc3316836b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "cacd114c7a3f47daa6aef48c07e0aa46", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "90fd69970e1d4ffe81ec6f53af5b65fb", "region_id": "RegionOne"}], "type": "dns", "id": "3032ef9a6ffd447ca47a170fb8e9c247", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d576b53dc6974454b4282385d26c4642", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a182661a77f244388c40cc2d1833c1d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b6b9720a386346d5be0006115ad12dd6", "region_id": "RegionOne"}], "type": "workflow", "id": "fcc047bcd7fe4caab3f2773c5a558e15", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ee812bd56a454fd9ba183399cc1d2832", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1c4ce04f8cc64ed5bd917a718ebd3b7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d119b76f07684150a40c563a55a9c3c6", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ded398d846524c939be6ed33bc1435ef", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "7920c9ce7a774395a2df4637a0766a1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "67a078709eeb4e8693c4fe87bc726e74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3fe91183093e4d8591c3fcc56cb327ef", "region_id": "RegionOne"}], "type": "rating", "id": "3ad72298712e42f683423b0207eacb0b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e8a7e39771494a45a5c438852bc904ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d163f3eb55c24110af599da489c5696c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7d9e38b52e844af9a082af96ee17e2b4", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f45d459486fc4ef1ba57f0ab6f470e5e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "97afb735f95244a183d9d3cf6f2746dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "67c920f6486148dea40c4a8b45c042bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f295c409704c49f1aa88844ee361d99b", "region_id": "RegionOne"}], "type": "policy", "id": "82d32aa7340b42dba8e2c8402147da86", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1eefcce8df64443181e6cc48fcbcc888", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0509c8bd32e74f988a80c867788c179f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "55ecce04684a4631bcab0702aa8a8e8b", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f45f56367aa648e28b8e32ec1ce7fae9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bab55c708d8842098f8335e6a6456064", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1a47a9ecf35648b39852923610b28689", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "51c325c9282e40c48f4382862f8e5fef", "region_id": "RegionOne"}], "type": "sharev2", "id": "06213ffa87af48f986eb0c25039ec625", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0248a11652cc49edadf2cc6f583db7f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "39d9e45cdbeb46508775c35467361e53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0b1a181236eb476f8e2bbed647e4228f", "region_id": "RegionOne"}], "type": "share", "id": "19ae84e01422474aa78c39b7cd530421", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "dcd90870db6c4402b507fe6c1661aa84", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "26c8b7a750b24b0cae87eccb9b030c42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "2f1e67cc188442d982f784e71f1cb4a5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8fa023645d0b4ed0a49b288197301173", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0165e90fc87847ceb6799b7614862259", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0c742b05475d4d8196c2eb1cd50d0ea4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c68593688b1b49ebb8087ecab229a1cb", "region_id": "RegionOne"}], "type": "orchestration", "id": "78e84f2e6f3a4d72b257b8220ac52f8e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e730fe754154d37900e4e5819258e93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0222b94051647a4a2b94ab71c5be2d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d31344169fe45b280834a106ca8e501", "region_id": "RegionOne"}], "type": "block-storage", "id": "468360545c6a4c5692b7628b29bb86f2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3f650abf4dc496981f971afcdfc87d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "263923b956734ba29467034f592dacaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7810dd012a04d5994d814b623e7701f", "region_id": "RegionOne"}], "type": "volumev3", "id": "f041e3e1aba74681904ae87e4f0c53dd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5b73e012fb54f3ca9c0936a1be2478a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "049335f3bd674bbfb7efccb6e068a0a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "abcfe005c0c8485685ead0626a9aa7f3", "region_id": "RegionOne"}], "type": "volumev2", "id": "586450484a5d4a08b27b84e6d9449383", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40f1a30777974a5fbf22a2f3dda521b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68fa94858ce64c6192ce7410a0c2ae63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b46be50176054488ab7a4bb22c68197c", "region_id": "RegionOne"}], "type": "volume", "id": "653f972891b84ad0aab9b4166356a8bf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8a8515307fc4002bbb69ad2c9880418", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55a7bc5dd8fb4053b63b48e91966614d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7794895cf22f416aaa25c096c996c54b", "region_id": "RegionOne"}], "type": "block-store", "id": "f71596889f15453bb9f8b806663c0f22", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d7e05b31527247a88d88eb8452fad731", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5b4f3e3d670b41da85ad8a37b3acb663", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1a5f307766e24e2b964212591e54dd46", "region_id": "RegionOne"}], "type": "alarm", "id": "234c09f0e2b044d29a2943d61c26bcad", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3fbc200d02444f38a719f837659a8388", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6371e4280fa64afb88a5927d5e4a03ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "55d91f37e6144e7aba57aa4ce95cbb2b", "region_id": "RegionOne"}], "type": "alarming", "id": "aef2fde7ee1642fcb4d19ec3eadf2fca", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "43fdf767aff8461da28a93ce3b875066", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "dfe37968298342a88d0775d1c4a194ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "69e7e36cc48f4fee94342218907674a2", "region_id": "RegionOne"}], "type": "meter", "id": "6d1b6239499f457a9d8dee670b57e63b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "01695123e53c4b97bf88ac8dd8da9770", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "4cf08aa1617646a5bc9737d49e051fc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "198739abc8234465b77065782a62c855", "region_id": "RegionOne"}], "type": "metering", "id": "3ceb9f190f5d493c888040ec508c3bca", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "60465f7ae55640ffbeec11ef19008729", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "343e181c9ac7478fb392942836cf1b4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "334b6d56231446958999af4894524e32", "region_id": "RegionOne"}], "type": "telemetry", "id": "54bdb74be03442f097f5353bb43cc680", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "524de5ca6e464af0b478c4bf22bf0b7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6ef32f9a9cf6445898f73d84f31730ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "1191f6ddeea948e68e5a3b17172da0f0", "region_id": "RegionOne"}], "type": "event", "id": "b8f0fe7d7cc440fe80248d5d1492d13a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "62f8e61234364b229087a91fe679e804", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "91cc4c7da7694f2dbfcf6c72589f6e81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d41a13d4a26545168e492878209b09c1", "region_id": "RegionOne"}], "type": "events", "id": "3e02136fa501485f9bcd01eee46dc9a0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "536862f6a48d430a88fd08fe0dae7aa3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0a9866938939470983a7b4d53386f4ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c29be58c20a7477b8365519855b1c7df", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3b6bd4165eec423b92a9320a0aff5667", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "820644aaffb24ad58251b9a26468643b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "365139afaff24eb88f35221b857a3dba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3fa1469ccd3240a3ba7a304489516b4b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "52649291e28e4e8d85ef643dc78e0603", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c5e81bd25c604b098e40deecd8d73f9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f8cb19d0046544d4a761cd05fbde13ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c0402e8bd74f451bb06b42fca8d92231", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3b3e2eb7331b46ba9686a2fd87b58780", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8fcab1226f8d4baa89ecefd946019ef2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dc5e51651ac54c769711d4b00a4a31a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ca280f0fab974f35bb21f46c5dc78204", "region_id": "RegionOne"}], "type": "tricircle", "id": "179856bf34d746ef84dc899f4ec8a816", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "ed4b4144de034852bc570d7a9df3ab9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "0b8ba5456c404688a4f690f3e1bb3edb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "56c5d47b8299494f9d9b79b5c10f0af9", "region_id": "RegionOne"}], "type": "database", "id": "87a200ac687046b7bb938e1193351e0c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "368b6687716d473297e221c312cbd3c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ad3a6a07b5884510ade10e6da615ccf9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1a4def78fcba452ea9f3fe98ed3a5649", "region_id": "RegionOne"}], "type": "application-container", "id": "cfe1bacf2a4c4c7eb9eb62460c0bd449", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0c901b2bd49743f88a98f78c702a281e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3b41e84a31de46fe8b67b73d63a9ddc3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "27aeeba977764b948776fdba32db2a21", "region_id": "RegionOne"}], "type": "container", "id": "3bab97cb8a614081aea185bfb8f88e6b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c673944349114a6e80989c3232490110", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f90dd329db3147e783a758610ca7f620", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "eecae885c268477a9fec061fb7ebfcd6", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "a20555b1e662470196467a6e502bf6a6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d06383828a1f4682886d7764066398bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9cc4637280814786a7df93a3b4cc3176", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f949489d6a7b4d569aef4b14ad52aba6", "region_id": "RegionOne"}], "type": "rca", "id": "7ee51d20e27142068744c2e6f8b20fa5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2766f7fb7beb4700bfb55de2a55b2228", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fc9675b41a564b829c78ad58ac3d4ef6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "82d55e6b11114d94b47adcbd6b9d9397", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "82cc15a2f03843be9fc69f9c6247373e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "80b3d0569c9b43349daa0d893c4a8577", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "a8de97acabd640d68e00d49daf9b7d9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "76f59105d402423e9a0c2d7d7691e3d1", "region_id": "RegionOne"}], "type": "network", "id": "6b02ffb9086a4722bad83c7db45acef7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "3ed883ac17a748be8c9f1ba017f12375", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "dee1d2423c5c4391b244a2b3bc235ed4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "25999e105e4647fdb2966d8f66d6a714", "region_id": "RegionOne"}], "type": "backup", "id": "a84918e4d79c4c51a5bc95335b7ca42a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "14c4453591374b3292b6eb099715c837", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "81a06a3d32a449dcacd1f0399b75d9c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "60e208e4cb6e4f479a0861534fb4a5a6", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1fa0e55c30bb4d6fa086b2c38301623e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "41e0c6b2856d482c907ca69ada2e77ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5514e2df86df4ea898d3ba50be8a1250", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "102288c803fc4d6bb450df681fd9e85b", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "3c85eeb2f8994cbfa05a3c4dcaeee374", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ace170a779024343a6dd6b340a877eb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4f47299248b14be2be4b09e4bdd75ad3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8fb32186db2c4c9e989d458af12b10fa", "region_id": "RegionOne"}], "type": "monitoring", "id": "7b5385995c3548faa13ed338670e2a96", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2e4193b9692d4c15a738d0ef3d9c5402", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ec1d993cb0354eb2b79bfa7defdda6ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4aae94af592d4923a10833f175ad02dc", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "10a9e4bd4c4f4c9785fa233f6417c2c8", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "355e87588c074d96a200bc2142187bb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "99f2341ad08b4cefad1e5f0843ffd2b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f8005c10c0704acb917961edeff00d60", "region_id": "RegionOne"}], "type": "placement", "id": "85d8dc9b2c514d12b7cb57af2c846954", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "26d2c4d0377a4b31ac144c598f1bbe62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d8778e98171748b6a3a366da746fda33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "32a2bb64637248f0ab60aedbf16132de", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8fdf5a4921c645d89037ad953aad5cd8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ccc0df900f5e4aa3a6b564aa29a48101", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b66aaa8cce1844d298ce90283ebed475", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "13e6ca759baa47169d21e426c93d7df0", "region_id": "RegionOne"}], "type": "ha", "id": "8d86f9656da24d20a1cccde9c2c3c6bb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c14d23b35bd9433ca4546077779f4d16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f73f0099d1ad4a6ba00a7c7f29cfe3fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b0164dffbb6446a3a80bf85c552faf21", "region_id": "RegionOne"}], "type": "reservation", "id": "915627abc8f74e52a66150b68f939bc3", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "527731d0f67a41588afb9338889531c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b77c5fa8680f4a79a1316a1769e6d7cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "fbb7d14828ef4b3a8e0cab648268d6cf", "region_id": "RegionOne"}], "type": "function-engine", "id": "903d788548cc48fcb276c9847552eab7", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "2653a730931e4d2cae7a4cc9d0aa1d21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "17add0f1e8be4642955cbaca9beb3ffa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "2c07a0eeec34465f82bb0fa6267e0349", "region_id": "RegionOne"}], "type": "accelerator", "id": "e562496242f44c3eafb161fb6c1bb052", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f3fd0bbe22874a188af9349b0c68d695", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bb70b3cb691049b09024a38c2f71dc41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d98d62f18b2640ad8d09b16f9193052f", "region_id": "RegionOne"}], "type": "admin-logic", "id": "91f918385ea747b0849685a4086912f9", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9e4347fc5d6e488ebb7c8a13cbc4f1f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "81008666815d447abe2184723ff5fcc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f33e42927aa44af893fcda856fad9102", "region_id": "RegionOne"}], "type": "registration", "id": "6533d10c6e894dc09b4f28c81737de00", "name": "adjutant"}], "user": {"domain": {"id": "20dd8d32dab64d4faca1609619176dea", "name": "526130b3cc644f73b25de9e88169a8fa"}, "id": "81968edf7ed84471a94041fcfd06b90e", "name": "aac28f494fee4c5492929dc4663ca0e9"}, "audit_ids": ["21ea5328109b4a689463fecf6bb7ec6e", null], "issued_at": "2019-09-19T09:04:50.502918"}} 2019-09-19 09:06:50,640 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,647 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,652 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2019-09-19 09:06:50,695 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.42" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.42" 2019-09-19 09:06:50,704 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,709 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "123", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "mickey", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}, {"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "345", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "mouse", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} {22} openstack.tests.unit.test_resource.TestResource.test__get_id_value [0.037166s] ... ok {9} openstack.tests.unit.orchestration.v1.test_template.TestTemplate.test_make_it [0.074214s] ... ok {20} openstack.tests.unit.test_connection.TestConnection.test_from_config_insecure [0.058931s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:50,767 openstack Turning off Insecure SSL warnings since verify=False 2019-09-19 09:06:50,772 openstack.config Turning off SSL warnings for insecure-cloud-alternative-format since verify=False {21} openstack.tests.unit.test_connection.TestConnection.test_other_parameters [0.092472s] ... ok {7} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_software_configs(stack_subres_id_act) [0.040865s] ... ok {14} openstack.tests.unit.test_resource.TestResource.test_to_dict_no_header [0.038839s] ... ok {13} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_user_update [0.063170s] ... ok {10} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_environment_with_stack_identity(stack_subres) [0.068346s] ... ok {0} openstack.tests.unit.test_exceptions.Test_HttpException.test_message [0.037254s] ... ok {28} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_create_stack [0.065443s] ... ok {16} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template(stacks) [0.039015s] ... ok {25} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_order_delete [0.064054s] ... ok {22} openstack.tests.unit.test_resource.TestResourceActions.test_commit_put_retry_on_conflict [0.041093s] ... ok {8} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_files_with_stack_object(stack_subres_id) [0.069742s] ... ok {29} openstack.tests.unit.test_proxy.TestExtractName.test_extract_name(servers_arg) [0.060662s] ... ok {20} openstack.tests.unit.test_connection.TestConnection.test_session_provided [0.041192s] ... ok {15} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_find_floating_ip_port_forwarding [0.069176s] ... ok {4} openstack.tests.unit.test_connection.TestConnection.test_create_connection_version_param_bogus [0.116093s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:50,757 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,763 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,768 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:50,778 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens {7} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_stack(stacks) [0.040352s] ... ok {14} openstack.tests.unit.workflow.test_version.TestVersion.test_basic [0.037410s] ... ok {17} openstack.tests.unit.test_resource.TestResourceActions.test_commit_patch_retry_on_conflict [0.075789s] ... ok {0} openstack.tests.unit.test_proxy.TestExtractName.test_extract_name(networks_bare) [0.037275s] ... ok {21} openstack.tests.unit.test_proxy.TestProxyGet.test_get_not_found [0.057788s] ... ok {16} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template(stack_subres_id) [0.041041s] ... ok {10} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_environment_with_stack_object(preview) [0.061042s] ... ok {13} openstack.tests.unit.identity.v2.test_user.TestUser.test_make_it [0.064589s] ... ok {11} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_object_create_no_container [0.205558s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:50,696 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,706 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,712 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:50,721 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:50,740 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:50.634475+00:00", "project": {"domain": {"id": "3ed251d95f684eeb861f06d0c793cd73", "name": "b48a521bd1d9453887530617392f9d7e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c26c305a68c74a0fa4a4b2b8c4c98be5"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9049961905294350a177dad9303a492c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "d383d0de449947469a74ae1f6ce77be3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "3160a24892674b1a86d935a79333421c", "region_id": "RegionOne"}], "type": "identity", "id": "071c4aec59c043efa11f2feccebeb836", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4e2a0361d91f44c48353b1582a2783bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c780efe9f72546a8882eac14390cffc9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "6ed9553794ed494c9da86cb7337ad3bf", "region_id": "RegionOne"}], "type": "compute", "id": "237d82593b654c53ace24d3c0c6f5b16", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "0a6ee9f37c5c43df960ef404f4b61f82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "24a631936fc846158487bf85883b528d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8a408193e9aa4de985afa4d037e65537", "region_id": "RegionOne"}], "type": "image", "id": "c04d82e7637746b3a0953d4927b91302", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "741b16b27ad64c66907a31a81dde60b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c625073df4764054819c4a23217a4b30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "d8f3dfd65033494096df403586cd86b4", "region_id": "RegionOne"}], "type": "load-balancer", "id": "385618e93db542d485cbd498c6117e5e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d8bf08198f834921904e7754d0f149dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c5dc9ed432b6492aaf6d24606909bf7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ba2b38c7e9e043859db475d9dcc6446b", "region_id": "RegionOne"}], "type": "object-store", "id": "280e400c7f4f4b2894054fc9ea0cecc9", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a61614763b274e75836406e7e4005295", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "7f1035a6e1184ec1acc67dc703ed82a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4140153d34cd4d6ea50438ab81ed2c95", "region_id": "RegionOne"}], "type": "clustering", "id": "fb3470c1c7634ab39226480ff7da1529", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "62bd9f75ef56494190df91c82149a645", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d32c465f789442d59a66ccadcfa7a7ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "57dd4bb3d8d44d7792d508b5df0e469e", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e7e67df247be4b8482d6f4ddb675f29a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "25f4c043d79f4e569f954fb8393cb821", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "efe25a1d0ad040569c1289b1d07168f0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "9f9e0f693f9c437ab31e0aaf38937d36", "region_id": "RegionOne"}], "type": "cluster", "id": "765912fe49314bb6aaa10cfda1bb8288", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "45fbe8eacadf445b9d7eb2d75b1c2e23", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "848b84c541bc457494f33af81a83fa8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "454a33cdcc694c33bad48ae17b6f1fca", "region_id": "RegionOne"}], "type": "data-processing", "id": "23f3496ef4bf4adcb37022376667c3e8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2a3dbb4263264ff082dfbb10e5d87662", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f984f41f9ed24d8a87c14d332a98923b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "4b53414a89644b828ea51dc84be2fe23", "region_id": "RegionOne"}], "type": "baremetal", "id": "36b694d78eb34a9b887e79318b8fb7f7", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "dade36e9fe54491f8d60826fd2903b20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ac7294da638e4a3480fb6780ce991958", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "40c4aba431de422fabb5dfd8bf26bc7e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "423913d1e5a34bbd8e7e3d7bb6ec9992", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "f440b348445547d1962199fd22146ed4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0a9789d7bad641a6a9b498a07702d0b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "a05ad68e377e43c89189bc7e2cf6db51", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "bb082e47432e4d66aed0386f152190d1", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "33394b7abe80491ab52f3c43b10924b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c53b4dab53724c258f5e6c3b5d401d98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9ef1b47843384d5fb3bbdc0a38d7a74b", "region_id": "RegionOne"}], "type": "key-manager", "id": "63f409bfe69a40d9be87f4436b4e0cff", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9b4c186ed4674475a362fb465927998d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e7f56f471e8545af886838adce11eda9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "73ce29bec8c04a959c4eadbe848ebec9", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "a639729b58714a51bf6ca2dd662529cc", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "63a1f055bb1d46bba73bcbb9da932d2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "967270eb261e4b828febacc90025f627", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "06dc268e57f045f295132adc6dde75db", "region_id": "RegionOne"}], "type": "infra-optim", "id": "0452fec9755a4285af660b6f6f128e11", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "15e67d45d9e043d489de49491add0284", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a06a413089a34bd68aa3938309367f9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1276e98247764438966bc2a8d1c7c167", "region_id": "RegionOne"}], "type": "message", "id": "db45a1a62e2c4d8eb0452e1dc349ae3a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5fa3051e69b14d2d91ca609ec16ce38b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5213bbbf92034432b604a0d90fc0d33d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "954306bbfa8b4783b898057058613350", "region_id": "RegionOne"}], "type": "messaging", "id": "cd6ec2bc8f3d4c438e421bd7a59d3b16", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5179488960c04aaa8b6ecaa0458fa914", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "5e633a5d89dc475ba5e56cc67e342f41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "c51d382d9b164da2974bab38fbc1f912", "region_id": "RegionOne"}], "type": "application-catalog", "id": "90abfeb67f5845e29918b5a0b1422ff9", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b199bb5840624e32b6b776c259bc6c8a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dafa79f8b72c4a4aa686478a621090ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b1e5f66bb6104ca695a5b1510cb369ad", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "57ace45bc1954c29b42116b5638e48c9", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "950530ea09ff4491911a10524c3ba82b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "43b9e33ad6d84dae914e889b330a048d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e0f8b19e19d47f7bfa8220ae67b5003", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "aee3d9182b104eda829babea242b07d5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b45a1b0dee53452a8282aa4721c8c9ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "55f421f8c2e6444f9ae6a0c950ff0096", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bc46360c1a204af89721f94d7aa08fb3", "region_id": "RegionOne"}], "type": "container-infra", "id": "0ee5e4dace4845df9c9653e41fe35bc0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "c17372bd33ea464690cc29cdbd23d5b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "7145c86b000d4f0b8829430bae67dc43", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b67d51ac52b74e7cb23b4257c1842bda", "region_id": "RegionOne"}], "type": "search", "id": "615a5cd63a6a4cbfac8fa3a7f692ff5a", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "f6a84908ae804f96892a9382746b2caf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "23bc7cd8d3c94f95bc23d99027624fba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e8ac3986273d4b4a8bc695f0b78b82ec", "region_id": "RegionOne"}], "type": "dns", "id": "60b396754d654ded87ad32093457fd01", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e4b76f638b2a4ac2badd6be64b45cc7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "eab2ccc427c545e49e2a5e1d4245522f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "746f5b0789204a2992ec712c34fc1159", "region_id": "RegionOne"}], "type": "workflow", "id": "eaa97896ee054b2f8a90825efcf0bff1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d85e96b8e0254c709cce15b6bb780ea7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f1a30243e5ae430288b178ea22d916be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "461bd3ccfe5a435d90e922ae211b9e52", "region_id": "RegionOne"}], "type": "workflowv2", "id": "939b8c0dcbd943c3826263e30764de9f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "e4cdfa5db78c4d20aece921e32abfadd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "776eb92a0f75425b89db14f8a56b0b40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "6a5959dea93046b08cdea1afe8f79c1a", "region_id": "RegionOne"}], "type": "rating", "id": "c4e8b1a9aff54de68388217ae839a4d9", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c8311c733c1644aab0609bf707385ace", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9f3fc6fff48a42b18e0b22cb0e3b8ff9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e8a58656003841989d686deca6394677", "region_id": "RegionOne"}], "type": "operator-policy", "id": "a2fe9539b6914685afb423e9532d7561", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "828b8c4bc37d4c22a05dd3176fd5ee6b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0d103aef7cbd4ab7a2acf2069880ae99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "7d66a38e19ca418ea0314de13da2eb3e", "region_id": "RegionOne"}], "type": "policy", "id": "acf6a8acc5364ccb8d6d2964c45647fa", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ab06af30d66e4fa280e20f708d684135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "409602925f0b411cb9057a51fb5dc4fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "90b01336ed934e319398335ea49eaa27", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "109bb1f898154790b48cbdb0296a0849", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "09a41fef8b4d4e17a0a2b373cd3ca0fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dd551a69f53f4d5998789272c963543a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "06c5603d6a0049e783726bfc65b350ed", "region_id": "RegionOne"}], "type": "sharev2", "id": "35a4ff22f0c34a76ab9f5133fd8e6f8d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "45b02a84c03945989d4a1b754d4adb97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "15d11810700546d7955481ecdb58b3a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "562b05aad1d2460fb78367c39766f416", "region_id": "RegionOne"}], "type": "share", "id": "58bac6388206457c9affbfd35ffe18c5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "89453e10e94b4fa9a4dfa17334ab0504", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "616c51c249764500bb5fb3d9fa513145", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "3c314623789144ec95665e3f8a97da06", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "a3c14d3f178947ba9dd1315f770c7b70", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e26313f4fd342b08857298533f86995", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b25f5ae3284f4f2ca7f9774dd8545615", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e9f50a8141a449959e4310a2430d0aab", "region_id": "RegionOne"}], "type": "orchestration", "id": "d28405ee492b403aa979346292aaa5e2", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e5f5ac00d9845c08025fa6ede24e16c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17f6286aa10c489e800a150b3d2bef8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c043f37619104796af9d430ae9ca2552", "region_id": "RegionOne"}], "type": "block-storage", "id": "e5318edebb4c47fbaa5761ddcc70ba00", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c99a74ee21d644ef881572428f2f86b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a3eb731d73a4212900dc3163bd0d0a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f9527a2593604e4089be6f64d5ab94cf", "region_id": "RegionOne"}], "type": "volumev3", "id": "07ef8fa96a6a4dde9277bc787df87aed", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3424010db34b4c3483ab7c17e878046b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1ef16136edbd4d5cbc39a4ed73c1c879", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6cecfd7684404d2d94fddfe62078298a", "region_id": "RegionOne"}], "type": "volumev2", "id": "712b68c0f3444b94bb6c7e5ff6825280", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99ebd048107d4a5f9d00d6272bf37fb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c72f800486a14f0185316db9e347228c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a384627eaa545398d2eb5b35e0943b7", "region_id": "RegionOne"}], "type": "volume", "id": "3d996f4ac88942f88899ed739246e493", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f3d480c681314cc494297ba40081ec95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fb3e70da16e411199423b7b26cae7cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc9d2bdac8794f0c9635bb864c36eb26", "region_id": "RegionOne"}], "type": "block-store", "id": "f8aaaa2305e04b0bb08423cafc943b8b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ac93b331d15d4d48bd261367f45268c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "48ccc87acbb84687b899ea90f8d5fa67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "36a46358d52b4683add1e2f671fec408", "region_id": "RegionOne"}], "type": "alarm", "id": "cd09bee584c54bf68acaccd12f6a0258", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "5da1cdc851bc4109bfd4ad7766f6f7a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a0fc947dde0d42e2a51125a8117b1870", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cefc88b5b1ed439cacd34853f0ee32ef", "region_id": "RegionOne"}], "type": "alarming", "id": "eac4b38018c149afa08084eaf5819c84", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7865220702a84f598170cb83084bbe96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9c45426cf61c4d15952572ab0b93b5bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "00f9bc7f7bba46a6b5e2064a87d1c15d", "region_id": "RegionOne"}], "type": "meter", "id": "883d61f41f99450887520a36991c08a7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c91ce457d46446ff9c917f6dd1ec1666", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e0e8b79e2bfd446fbc72de23358c262c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "99bb6658b26d47d69a7393934fcb9d34", "region_id": "RegionOne"}], "type": "metering", "id": "3a30f6f89bbe4d9abba3cda948c15051", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "71d3400cd20040af99f8f6183ffe4e4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "37c0a5f8527244c594d50b50cf6beddd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c64eeb2ffc73439f98aa0af4f23d9812", "region_id": "RegionOne"}], "type": "telemetry", "id": "3e00b30896bb4cbaa0a2392a10fe3a60", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "45faaa4b45e94b4a95b8708d2a2c2d4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6901d6dfa9c5499a94c942e181aa5e15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a00e65add8f84cf49abdc0e3e2476a15", "region_id": "RegionOne"}], "type": "event", "id": "baf434a24224427896e54c0234483421", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "568a6aa9bbbc44e58b6003f3a8676a4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1fc8eb9103bf476e83002ae85e36972a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "788bbcd2adde4c9991612ebad67e42ff", "region_id": "RegionOne"}], "type": "events", "id": "ec7e9997ed214aa69caa61933e4689e3", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "39f92d1eda544ab2bab8e2c13333bc00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2614096a093d49639b3fd317d243ab24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ba0defab0cd04ac0bb1a35119b25bedf", "region_id": "RegionOne"}], "type": "application-deployment", "id": "970feeb693d64e97b7e21aaedc72d8e0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "493ef3bdb5da4e83a4678d550d999d04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3d1ed55677b94398a70998de643a46c5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "908c8ca3785141509b253841222b704c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f6697a591e884035abc20f5d2c22b57c", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e250e3f34b8d4407a94c589f24045666", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0ab6df75ac224ee38a69b5e4d2d6f2f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "119d01660410411581c06eaefd4519f2", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "020ae55147f9492fb09f91e1b04eab65", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "095ab302a0a74a6795fa66aec18f2092", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d247cea74fd4405cacfa7cb59357146b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "9f96e20b9d6c4dd98631b67e6e421993", "region_id": "RegionOne"}], "type": "tricircle", "id": "5557932071a7456d99c11cf2ff25bde1", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "d27e559c3a8d4a03a28255db122e7ab4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "5adbea9ec39b4deb916f6f7c2ab1774a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "7d715cafe90f4789add81ab8abfe8779", "region_id": "RegionOne"}], "type": "database", "id": "967cb14a0c914dd892aebcced3be30d7", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "516ba77a3244447db7ac1ca938b658e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "3b8fb8546fe2499ab48703ce4401197f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e3e55410047347c4ada9f84bd3694b96", "region_id": "RegionOne"}], "type": "application-container", "id": "dc7ece02532643b18e23fbe93d918119", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1ef59924d4f04d3c9e86dbaf999a6410", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "88296668150f44798b1d183363e61370", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "24233502e2644b868ab3ea78468c3311", "region_id": "RegionOne"}], "type": "container", "id": "37103cf8911c41da9c5ba10e301212ce", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "af940533119745a5a327fabfbcdc9eef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5cda7316266446ef83c9556b09a5cb49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1c2bb23e5f874f11a7ee343380d3124e", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "0b626b8248134357ba9c472ce05fc8e0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1fc984064e254e36a30c1905693b4f87", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "64392bc2a551447caa1e19c26923e760", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "3c86c7c915b046808f434a24b080b7e8", "region_id": "RegionOne"}], "type": "rca", "id": "ecd36de8a6ee491b98386017f5846a23", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "2f1f0f34070440e9ba1e51b771b467d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fe4e0ca6261e424a91b19845b3ad90be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "472aa83e28b84f8fafbcd0f3b9fdc8b1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "24790ff54cb54a97b3174c1d9f11dcbb", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "d53ffba81cff429f9d1b54cdd3f0ab98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "f8db7dbe3bf140e0a8f683d10343e48b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "49eadbaac1d04ac5a7fd6c075d067135", "region_id": "RegionOne"}], "type": "network", "id": "3e9770899a5f4899b0d1c5f494dec2c0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "349c7088473d49a2a881ed4f815d52b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "28744a6b9eef47d1a89efc19884ea3ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c077db62a1d6442dbad066e7cd6032b3", "region_id": "RegionOne"}], "type": "backup", "id": "98394daea7604656a5bc53889bd40a48", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "acff63d3da6d482f8a14df1f03777c72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c047ae5a83be47d58f87fa2652778f2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "e9492123f2bc4f64bd1f231330686bd0", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6d840763fd794da69eb26d8f9c07332d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c965e8d6164e416ea383daed9104a724", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "89132810762049638134ed1a1ad2f8ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "17bbd49e68dc46cca7b58a53853f8e88", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "fe56a046ef9043caa00c16e86c7e9b76", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ee14e73c317a4b289d252777f1950944", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d022f24135104362923224e0c1387bd0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "47b071ce9dcf4dbca686b2213677dc89", "region_id": "RegionOne"}], "type": "monitoring", "id": "0b50e69eb7234e11ad6e8bc43114928d", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "9d1961abf7604cb282f2efe008156163", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a21f36a40bfd4bba8a001957554fab04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "fbf95f1c5c81451d98106cef76eaee16", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "44da74125ce04036be05cc397a8a0a4f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5892db35e04647daa61d9379d9dc4ca1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "8c8873b9a9604f4ebb271f9b6892a255", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7887cabecce54f7184a50d1404972d59", "region_id": "RegionOne"}], "type": "placement", "id": "f085bd0d6bca4304aa7a079c47fabf84", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cae687068b414e20b821bc182c1d57ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "55ddbac3e6c645f687a9ceecf33f1e6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "32a14e44d66e48968d97dfb3e78391d3", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a1053d43dbb0462e89145e0989336946", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "db1b63d0317147f1a73c67a0328672a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "cbbb8e34eef445f68429b3193d00c6bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "28aa0659d28344959161dfe01e9cce7e", "region_id": "RegionOne"}], "type": "ha", "id": "a95a7c98dc2349aba9504d30bd5b8820", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3ee7194202ca4d099c9620470a508095", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "018f4e4d06dd4fc0a2856536459a79ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "67426ff15fdf445f8f25b738cd96bd64", "region_id": "RegionOne"}], "type": "reservation", "id": "3f0537a3b7f94e3ab0bc36c5c8d8b40b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "869c9d4f215e4abbb816d57d7c1d52dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d10d83c736a34f939902f12f133692b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f829a7170c73474dba2bd7ed22fc2e89", "region_id": "RegionOne"}], "type": "function-engine", "id": "938e71dc5e3844dd891b1e7ca3368e27", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a8c6e8de9a72496995b856b8f7c6d3b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b17175128db64a9c8b5726acae942a9f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "45eed8657751458682cfaf57d0e5c2c1", "region_id": "RegionOne"}], "type": "accelerator", "id": "c1d03abc0db34904a0d1dedb81a6ce7f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "574e426c66c34e1393c80c8ce5373198", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "abb08ff53e2241da80d19a4adb9fba13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5e1d152be2c94b8cb6dad933c9ca6b30", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3e3ea8182fc84dd6b9b8f5dc73712fbc", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "936e493d5c3c41d2b2284c154319b24e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7525f4ca7203475fa2d1b8b0865c5163", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "869d0578b4ef4a1f98a8906e21fd5ea0", "region_id": "RegionOne"}], "type": "registration", "id": "b2e5ef5b7eda4b02a5b5bd5fa40e2151", "name": "adjutant"}], "user": {"domain": {"id": "706b532b851a4ab3a6388b9b9a4e8c6e", "name": "a652f93969704c909616f30dbc2f44f5"}, "id": "8fb70c7c62d247b7ab2b5e1b5d8bbc09", "name": "5de5dfcf7a894dcf98cf690668658d65"}, "audit_ids": ["acae206efdb64f6882cc73de04d3424e", null], "issued_at": "2019-09-19T09:04:50.634475"}} {22} openstack.tests.unit.test_resource.TestResourceActions.test_fetch_with_microversion [0.043058s] ... ok {28} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_delete_software_deployment [0.049468s] ... ok {20} openstack.tests.unit.test_proxy.TestExtractName.test_extract_name(bm_chassis) [0.040719s] ... ok {12} openstack.tests.unit.test_resource.TestResourceActions.test_list_one_page_response_paginated [0.104201s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:50,786 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,792 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,797 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:50,802 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:50,812 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:50.744759+00:00", "project": {"domain": {"id": "226d7e070b00415590b16130d267105f", "name": "c4a28f7b41ca4050b8eca884fed560a3"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "9e7e9c5a0f30431dade920747d6bcba8"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "6b764bcca0854a8c93da74d90e98b4b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7e74bed87a81494f8b2e7600ded730a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "90ee47bbb38f4716835f77bf058e2f74", "region_id": "RegionOne"}], "type": "identity", "id": "795d6c3a7d334bee8d18e640bdd71b1c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "18c1dd02d0654c58989afe7738fa6566", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0634166459c34e369ca55338f92edcca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "502298cf75cc4088861200be6a585a9f", "region_id": "RegionOne"}], "type": "compute", "id": "b3e7336f533346d2ad7529896cac374b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "3e74b65d82c642ada97ec070272cac30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "175bfbb84fa946998affdbbb65b76380", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "a07165abf6ed4a6cb6ef79cb6f80f150", "region_id": "RegionOne"}], "type": "image", "id": "76d9ada6a2194b7db274b5786a3beefe", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "e0b9f15ec3514e00a29069438375000a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7fa1380f76f4472fba0a07dc50decaf8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "026f0af4eac24c7da9cda7aff0ba0516", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b2b07058600b4cd98a5dd57f28189590", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be0e70dec1e9458980e29a38322c75de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4a945e11cbb4e0cb5e3bb7e2ae54578", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9a64261d48164f2980efccb795d163c3", "region_id": "RegionOne"}], "type": "object-store", "id": "d2067bba071c411fb4e13b0c602c8ed6", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a8cc614ebd514e05aada281a1fd30ebc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fd4bd2bbcc654c48a2c7c30e33f30fee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "81df6731c4414e5888f480d21d69690e", "region_id": "RegionOne"}], "type": "clustering", "id": "cd90fd04b7fa467991b120d11048321c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "809f2a6477264d078dbf98a0d66f162c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "de1a2e3e5f2749a7af7a51ecfd1d508b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "52fe948eaf0a4c33b99eeb8a0b97151b", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "13b487bd30bc4ab2932ffc63030874ca", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "906a78f688034b16a15c21351e1bb509", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "63675c0585fb495a8f7c370c12acab48", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3da6eec67d7042b9aa9309c59ae0806f", "region_id": "RegionOne"}], "type": "cluster", "id": "73513021dd1b443898637353c6bcc396", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "71a5da8b9d1e4514bcc18e203c6fa158", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "8f272b2fe5eb43aa911880e8dc4d16fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "d2a00c7705704520ba723832d36723af", "region_id": "RegionOne"}], "type": "data-processing", "id": "4b954610a10b4a6294a97150e556341d", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b66d4e5e29fd4ebcac15efb67f384390", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6e83f2781b684c6f9f2a253eaad2e590", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "d49757a755a0450e94f4884b2af882ee", "region_id": "RegionOne"}], "type": "baremetal", "id": "f36e866de82e42c997ad55066c3a3c0c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "868ebbae44644054886c4862197b9354", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b47919f98b1c4ed98ba763e0ec0c26d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a257bb7595404230a3f1db87c08ccbd3", "region_id": "RegionOne"}], "type": "bare-metal", "id": "109300fb4a544c63b904df8e8bd1a1ea", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "aa32e1817aa542af99b368ce706ad1ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "55747378822f4a7ca01a5cce8e717bd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "845cfba0953f47ac8695b5fa1e2db92d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8c00bccae6d649c4a334d6117387997f", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3a353d58defa4bf088f7d5f53f57f164", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "d7bbde3808824231a48c51a546810017", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f2f3ad796882477db73379e85ef84213", "region_id": "RegionOne"}], "type": "key-manager", "id": "153c298ea88e4407a221301e451d96f5", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "95a2a94beb5847aaa5b9dd199766164b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e79f47d3558b4a03bb26f527f8175349", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0d0bb5d522a4459d855bcf81c8365435", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "e9febe8de3ad44ca8c82887b19f9bfbd", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "94af39e07d0b47769106ddeb9f337942", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "23f47f52a7d3454cbf4278ab6c72eb23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "0825cf1484724197925477242395f41c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f4a172d212974dd5805a327bf48b23f4", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9083bfe9bdc341e5a90da9d2b072d6f4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8ed5ad762d8f4926b292349cfddd60a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "55145bd6f17043599b8ed8d4ecc6774b", "region_id": "RegionOne"}], "type": "message", "id": "1e4e3494f4db4d71b5224702a6ee7d86", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "23d8749ac91c4d6a92fab1fa69f7be1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "abafa016c4b449fc85bf677e1e677087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7c732a863bd0489eb2dcdc3cc221c17a", "region_id": "RegionOne"}], "type": "messaging", "id": "6a763a82ac4345d1bcd6c98944706457", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "883e373114a84f35bc5997eb689b472f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "78f71ed4a9624ba6b310b4127db7c203", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a31bac88c40442389510b37ddcb652d8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8a10e9cb50c640b284323702db31f5ce", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d6d57c5d7b0d427eab8b72b0e62122d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e66002603f8947b28ba15c21f5b7e5af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2808f97bb92043c9a71244f7f27030d5", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "6bec1384d3924aa2ac3db0dc90ad960d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ed829c4ce9c480ba04582881d409853", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ed41b02e0688457799249051747220fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6bc96990c20f4e36aa9e080dd59eb7d3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "d6c4d2ad566c49bb97fccc00d2519a98", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2d836c60ad5846898fa67519c71b39b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "09f48f0ef4154068aca7c3a9824b4533", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9ea0c1d91a294efd804c5e1654369ff2", "region_id": "RegionOne"}], "type": "container-infra", "id": "b7fcfafff25246c7ab7a7f7794f571ca", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "dafe158d557d451f9133995ef15369a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "6839f3d081484d35b8d2ea778af22161", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "888162e5afd94cd187a2efe15e524ead", "region_id": "RegionOne"}], "type": "search", "id": "60b5e72303dd4701bbd1f9f1d90e0dbb", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "99aa74a36d12482c9432e6d24f0cf24a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "093c375942ef4edaa304e61f0b5b6a93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "b003710f202c4b01a532d09ae91263ca", "region_id": "RegionOne"}], "type": "dns", "id": "3c6fb4cc0bf6443f91d5e8a836671f04", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "467365eb9e704472a6f4040ec536b63c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8b7fb70f6a7644149d3c28829548dd78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d8b4fead57de47778e7f7423aed6463c", "region_id": "RegionOne"}], "type": "workflow", "id": "512cb34d2a654b23ae8a5815013c943f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0c15a05ac33b465289fcad13d29c57dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "9e02f91d917241499f070fd47eea59df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "54d97b870afd4a0796c57cf9bfa1f0b1", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ab047a377702494cba5d824d2f231be1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "68bdd66dc8d34f13a7b9b4eba5795879", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "500b2f7d356d4dc99e552baec10a29e1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c41244581eaf4e38802956e60b8d5391", "region_id": "RegionOne"}], "type": "rating", "id": "d863b0743e9e4ec3a9548abcf332fc7a", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "30be153db4cf4066bf2268aa67110546", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e29071b59d0e405a8218b2ecd8983f41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5b821022562a424ab46225ee3d0a8384", "region_id": "RegionOne"}], "type": "operator-policy", "id": "456a0c055bf14328b1a2dbee0f9fe699", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c6f81d2601874944ba626b6ad31bfe69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9468957f7388454ba2c812dee05ab2f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6d40410c7b9649268879306de519dfee", "region_id": "RegionOne"}], "type": "policy", "id": "65887c0ea2234d4fbf85cb7b6f4078c3", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4d9b56683add4f96ad7e183d819752af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0aeffe842d3540639b10be40ad6217df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fc590731eea345328fbad917446016d1", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "bac01788a93846de89e1023ece329185", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "136b7be908444952afc1ccd9f3778db9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "24b0e9d787ce45c6b249dc46feb1d870", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c3828bbe8e7d4ed2ad42d1f908da7d9d", "region_id": "RegionOne"}], "type": "sharev2", "id": "ffb9ece5356341c1b2182923a48ec353", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "168869475ee74093a8fa7d9bafc05079", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9fbaa463ff1b4340ad38ccc7d92f2e55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "24adceb8b4af48408d1ccee42639146d", "region_id": "RegionOne"}], "type": "share", "id": "ff47f20becd54c3e8b7115c1452ceb98", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "934b2ef9f73a42128be0cc9b5a35374d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8d23ea4f4c294f24a5ba873fb7850164", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "612c9f197b714342843752ed7ba2f977", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "63d927662eb746289ee19f1452e0ea42", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a54464a2560d42f2b3a3eeda71b134ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9474d836d2aa46d7baa583ee9b52ab3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "afcf6ca8ad8b404b8589eecf707e5924", "region_id": "RegionOne"}], "type": "orchestration", "id": "b30f4a05e5984f498259f821934da6c2", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b4f4171f3c7b475fb1da0014b2613cdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10e33cfeabc5428eb4c0d6a50459d799", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c88a93e6955c4387a262d471c4349c73", "region_id": "RegionOne"}], "type": "block-storage", "id": "32e1a0f7e88d4d99aaa2f80072fc2bb4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1935e58cd88b40ff836d718c2e078e59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8e4a0d2a8e3f4c0b98f315d116bc3a20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "936e0dc5ec4e4c89b082a04b2aae32c6", "region_id": "RegionOne"}], "type": "volumev3", "id": "7ed7e265ca9646769a7f8f5d4ba870fa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "033146c5b0e5412b93fa5012b2c96542", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "09b36ee2adc348ff99fee844bb789430", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "71138f0eb2f74b8cba3411a48bbb3c57", "region_id": "RegionOne"}], "type": "volumev2", "id": "012c572be7a74cb389e69e509051336a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dbbdd0619d5e42619b1a9d86fb9d383c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "473511279b3546768fc62efc66fa4719", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8a1422001d374922abc83ad46b99b214", "region_id": "RegionOne"}], "type": "volume", "id": "8c74f78b5d8e424ba7f0175175996f18", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fe255de183241e8aa258dd09dc91bd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "005f522668ed4fe2a1b9bfd8b6e9bb42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b67fe0a8bf964b1687e6e6b47c789938", "region_id": "RegionOne"}], "type": "block-store", "id": "46178ca6476f4c3f8b1061210d7ca827", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fd940789cf23457fb0b82dead1833323", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "30a080ff17a24687b7e12682b00ea5ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d70a258627974fa294d2c2490489ef3e", "region_id": "RegionOne"}], "type": "alarm", "id": "a59fa0e275a64fbab521b9feb4d136b2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d723d53218e94491a6641564d99b77aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b2d9e4aa206c44ef80f00205ed861fab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6990cd3610794bb892ac805aed35c49a", "region_id": "RegionOne"}], "type": "alarming", "id": "c523941172854790b7ff41a3609f8805", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3b40b0e1005448fb9ced5b7d5c3bc86a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "27feae7ebfd64e1d8604d1171a398b0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "67f44a17368f4e6fbbeb4c7cf8c4d060", "region_id": "RegionOne"}], "type": "meter", "id": "fd221a11596c4cdbad3c0e6fac428401", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "46f2f99f2bf34c7082eb1c7672fb51ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d112114a76c446d58cfe9f04af83bff3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "64fc650a6b72494b912bdc6bf978c96c", "region_id": "RegionOne"}], "type": "metering", "id": "f6445832107b40a79da4d3a924eb84c7", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f39dc9112b1b43c28dbea1962636b01b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "629eedb287bc4be6895eb70720dc3e11", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ab86a206e2f74eb0ab6ce35b26fe2c71", "region_id": "RegionOne"}], "type": "telemetry", "id": "bdd00b0ac3ae47838c244ce3da8f1959", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "170c608caa334dc28092db341a47203c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9f83171dd88d4888a63c4da810a71c2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "246252810c3340b58f03992273bbe001", "region_id": "RegionOne"}], "type": "event", "id": "c030040fe3124ffbb642318f6d6f2c32", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c69fd92a6ca4427f99255f3d83e841a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7a1a05e87a354821a4292f1fd2d669ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "00c87289a12d47a4bb72b99e6c54ccfb", "region_id": "RegionOne"}], "type": "events", "id": "27b623e1fefb4b4598f9cce60ff96f2b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b09c9cb3dc7949b09e97a780fcbc6556", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e14bc346376045b390629677efd07974", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b9fdb2676a0f46c78dfc0d888c536bc0", "region_id": "RegionOne"}], "type": "application-deployment", "id": "b29936d6f9ea41f1b18575326f65ac29", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8d56f0c023f84b7ea0474a7a13595acb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3bb07d21c58b415aa52ac16a482bab49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "fd48345e26c147389b859e19a53c034a", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c377a32c700f4060875e0a023268ff31", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "da36f79d6cf84704a481c91b02f65f47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cadcc88fbde14f94be3fc56c1ffd4d95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f613707db68c40d08bedf7e67f814baf", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "74d28c2d94214704a51c0466bcba341a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ebaa7f5b73c44cd499c0b2b5a8b38a92", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b914c287bf5e48fe9d3473a1407a8f6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a460b34f0a65403eac0ed54415623fc2", "region_id": "RegionOne"}], "type": "tricircle", "id": "714e5023f9364e41b67aa119be239d50", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "580270eb8cba400791bef029239b1db0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1af5ea74afc8492187a6ed2448c59529", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "1cd47a5b9d2a41458a18961ad3aa69d1", "region_id": "RegionOne"}], "type": "database", "id": "b4750594cabb49389cabb89a28136c0c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f15c9118533549f78482cf3a6b9d4617", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "85a95ccc63bf4d13af4c25d76a7b6ada", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2db22fa1a51341a6adca9967affc84fb", "region_id": "RegionOne"}], "type": "application-container", "id": "fb834b42a0224c8bbb271ddcbc59cb6b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "52ee299016674b16a9291bed4bdc6763", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7c81365a8a5a4eaeaed6814d1e151cbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "99eb2c2ec0a74bd9ab2337cf3d44d28b", "region_id": "RegionOne"}], "type": "container", "id": "9be1231577904d7894a1efdf6f842a4d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3a2fac32b6b24b25a400289f0505cc2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "acd714c022584f2ba8216474055d43d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9e9f73555bdc43d79c882dd9f47b5882", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "805abbfd03b3447ea176efbd0bd7981f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3f6a1e3adfb04729ab7d948ed7eff4c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "dfe6c70f55074e87b0004b413841a466", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "dd9671d18c824b87bd1a82a39b8b5c6c", "region_id": "RegionOne"}], "type": "rca", "id": "a486406f90c04f77bac7bdfac275530c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "81cc9929ebfd4c958ebccc791e099436", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "a66d579b8b724d13a5d6880044d8a071", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7754718e12544f62a8d9135bb8f1a897", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "71071bd695fc46bdb555ad373313ab0d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "b82edcdf09bf4d36bdcdfd7fbd89d0e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7f78c523e90e479eae091d4dc7b883fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "ceada24d6a974470be287b5f87eccabb", "region_id": "RegionOne"}], "type": "network", "id": "02275a176e3244adab85c00a95b45f44", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "dbab8af1c67e43788ddd05b2f8a0ebab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d7e567bf2afc4799b17b41ebeb65138f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "01c4a6089f074ca481d79cbf4ac01933", "region_id": "RegionOne"}], "type": "backup", "id": "75b4045b3f694f1492f841fb6743442d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "22a59a6d14ab4f4283839d9d54c615f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a83c671b9a0540cbabfb2971193642fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "cf8a382872e2489b89b99cc576cbc6ff", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "499e79da393a4791ba550da8053e1ac5", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "acb02afdb78240a2880f02748db0bfeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "01da8bdb14544f5ab6e480d0ecc01eba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "9e8d98fbc5d1456a9aa0cdc0295f0576", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "762c495e97c141dc9724cff1bcbcbb85", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d58eba5562c44a2db9cb919b1e1491ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "8df811b219b642fea1bb823e96241c9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "40fe4b2fca594b12845455ad7072c190", "region_id": "RegionOne"}], "type": "monitoring", "id": "806a45d7384e469aab282dc8c5098907", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "023c89fd38864234b2922defa3b7d8e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4c4992c8754649e6bec3f44f9da81c7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "2fe9a8b584c04818b2aef4953ade49ae", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "e454c0618c2549b5b84f66247179c6a4", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "4f5c4905e3424f53ba02280e40f0c434", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6fca9c595ab3448097e00a7f0797bec7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "f179c1a65822446ab8b3631096e1fdf6", "region_id": "RegionOne"}], "type": "placement", "id": "c37f2121384c48c0a6f4919db18d29ab", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6b5887d352ce45efaef29baffa3dbc19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "613852ab33b94ceeb3c16bdf393ac861", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "ee08aac358eb422a88b7868bcd187dc6", "region_id": "RegionOne"}], "type": "instance-ha", "id": "8ad03db9b81542e78b746480d6ffd7f7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "45f77024253647d481cf75373fc03de0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "86f141f3561a45e1bdfbb1b4c4bc7941", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "633f846021ef4c7887be991286614c29", "region_id": "RegionOne"}], "type": "ha", "id": "d379f7d68ca543419dba76d408eb25bb", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e145dc0ae33245a1b77f234e80b7af89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "55a988a87a0a46cca9623205594fcbca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b0e40b2ac25546689ffeab14e13bf021", "region_id": "RegionOne"}], "type": "reservation", "id": "54965bcb3b1145189aa9e47b60137f06", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c2cf8a72de064c80814b1f5789c6f41a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e2478428a67a40518832caad711ee753", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "847c01cf6ec74ae4a9002fdd0e8a4482", "region_id": "RegionOne"}], "type": "function-engine", "id": "f3adaafc7c5d49f3a652dc01eb69e28e", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "b2fdc544e5ef47b0a25c3b3427d697c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9a21043e568946de80f840836772ed6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6dd906ccb5614a5b95119dd738855c5f", "region_id": "RegionOne"}], "type": "accelerator", "id": "1770a8d9c97342318f292874988f181d", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "57569f908fd84ee6998b4de19dcc17c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "416fb43505aa46318a5e97ee847a2ec8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "727de204ff2a463283f57765fab7bf1b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "194a92523f5d411d8dc082b36ec5947a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b21c00e7e0cb4e868203f5d9ce8ffee3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "e1840b1304304b7e90aaab936213462e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "596635aaf96b4dada649bd2a6565a5f3", "region_id": "RegionOne"}], "type": "registration", "id": "22c9fca6e53c4a3b913256014796cf9a", "name": "adjutant"}], "user": {"domain": {"id": "9578d9ab2f084583ae281d9eaa97bcd3", "name": "83d9dd907331407cad7bf529bdbfeada"}, "id": "07cb88a64480403cb7ec018491ab3118", "name": "ab83ffd771c24ddfa8ba8199317b1615"}, "audit_ids": ["8988e9f0e50841709335db5cd2c4288b", null], "issued_at": "2019-09-19T09:04:50.744759"}} {7} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template_no_env(stack_subres_id_act) [0.040410s] ... ok {25} openstack.tests.unit.key_manager.v1.test_secret.TestSecret.test_basic [0.065466s] ... ok {29} openstack.tests.unit.test_proxy.TestProxyPrivate.test__check_resource_correct_resource [0.063241s] ... ok {4} openstack.tests.unit.test_proxy.TestExtractName.test_extract_name(discovery) [0.051156s] ... ok {8} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_stack_preview(stack_subres) [0.065070s] ... ok {0} openstack.tests.unit.test_resource.TestAssertMicroversionFor.test_custom_message [0.041081s] ... ok {15} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_load_balancer_delete [0.064951s] ... ok {17} openstack.tests.unit.test_resource.TestResourceActions.test_put_create [0.052790s] ... ok {21} openstack.tests.unit.test_resource.TestResource.test_unknown_attrs_under_props_translate_response [0.058853s] ... ok {11} openstack.tests.unit.orchestration.test_version.TestVersion.test_basic [0.060719s] ... ok {28} openstack.tests.unit.test_connection.TestConnection.test_create_session [0.053272s] ... ok {13} openstack.tests.unit.identity.v3.test_domain.TestDomain.test_basic [0.056480s] ... ok {30} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack(stack_subres_id) [0.280918s] ... ok {7} openstack.tests.unit.orchestration.v1.test_template.TestTemplate.test_validate_with_env [0.046444s] ... ok {20} openstack.tests.unit.test_resource.TestComponent.test_creation [0.047140s] ... ok {16} openstack.tests.unit.test_connection.TestConnection.test_from_config_given_config [0.071627s] ... ok {10} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_files_with_stack_object(preview) [0.068090s] ... ok {17} openstack.tests.unit.test_resource.TestTagMixin.test_check_tag_not_exists [0.043145s] ... ok {25} openstack.tests.unit.load_balancer.test_listener.TestListener.test_make_it [0.064184s] ... ok {9} openstack.tests.unit.test_connection.TestConnection.test_create_connection_version_param_default [0.157431s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:50,884 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,896 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,901 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:50,907 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens {29} openstack.tests.unit.test_proxy.TestProxyPrivate.test__check_resource_notstrict_id [0.063723s] ... ok {4} openstack.tests.unit.test_resource.TestComponent.test_get_default [0.062881s] ... ok {0} openstack.tests.unit.test_resource.TestComponentManager.test_setitem_new [0.061460s] ... ok {28} openstack.tests.unit.test_proxy.TestProxyCreate.test_create_attributes_override_base_path [0.037566s] ... ok {11} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_abandon_stack(name_id) [0.048605s] ... ok {16} openstack.tests.unit.test_exceptions.Test_HttpException.test_unicode_message [0.036157s] ... ok {15} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_find [0.068978s] ... ok {12} openstack.tests.unit.test_resource.TestResourceActions.test_list_response_paginated_without_links [0.111989s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:50,896 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,903 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,907 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:50,914 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:50,924 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:50.850811+00:00", "project": {"domain": {"id": "616c9784179044ae82e22fceed22bfe6", "name": "8c7da31d64a74fb980ad7b149fe025b3"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "200e9ded30184b38bba8c704c7057297"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9c9cec0026f446c59c10afac2441deea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "c94e0ec651be421e92c3a99d0a2ee7f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "f9fe2f87b9724f51a1ba2c49a2649624", "region_id": "RegionOne"}], "type": "identity", "id": "667521d70f0d4fa4bd2efc9746b7a788", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "48ca2c153d774b2eb045f28cec2362d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "721ea8d1113c4d8b808074b14d55c9b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "57c686efa11b45178ae43cdc8496ea91", "region_id": "RegionOne"}], "type": "compute", "id": "a65afae0bf484c8182f72efa0905519c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "75119f6c1ff646e2acbeff2ab02c4a9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "6c789cffa82947f8bb45d2318878f04a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "37b8ec02b34e4ec79153ad9700b9c647", "region_id": "RegionOne"}], "type": "image", "id": "ded6ec5f7c8e42d7a3113017bb264601", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "aa3b9cbd73b54c539bba640afe8af557", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "41f5228eff4e4c3db5d50492cfdad60e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "e491650c8dc64e6ba93d183c631a1168", "region_id": "RegionOne"}], "type": "load-balancer", "id": "2e8c59ebf50847e68942c21cfd99f082", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51655aa3952b44879f6acff7c0a7b83d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e51912aa3164458942462ced9e6e309", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "059ff220e6f44e1881ef156cf0f77af5", "region_id": "RegionOne"}], "type": "object-store", "id": "6e5c8df2c4344530aa03618bd3bad48c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2cc547595a3841cbbcbcd334e86d8ee1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ef4b0c7bb3e9400caded1d86952aadbc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a9ecf2c3b0044c6dbc9805982cd6eed7", "region_id": "RegionOne"}], "type": "clustering", "id": "3d26c174f5eb4eadb594e03194f980d6", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9824f542211f40b7b7aa8d10a4908a3b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "da631a46f1c849cba1a7442218da3da1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "15a179f0e1774801a42500664415cd61", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e4cb19fe48374baaa2f9fcbf91195685", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a8002adc934b46f0b0267f005e9dd9bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "65fe98457240436ba056988232d8e5dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "553e2a6a76f84e38a17d2ebdc242ba89", "region_id": "RegionOne"}], "type": "cluster", "id": "9360f9d97a6b4f2fa0006b630842b2ef", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3ac70917729746fe86c4815ec484194c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "29512160dcc4479dabcd546bbb894262", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "a04c8a69e5de4c7e98cd7e8657bf09a0", "region_id": "RegionOne"}], "type": "data-processing", "id": "436e9d97325a4227806cd9661605f3fb", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3c898c18f45e492bae81d59d1125f4f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9330e674893046bf917a75138bed475b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "0bf2f880fb174dfeba839ed640f30d56", "region_id": "RegionOne"}], "type": "baremetal", "id": "5fb56628012940fca30068a6abb14b3c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7c7dcb4375354c63b4564ce6c18332d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4e7efbc1ef974b73b9ba9d74f29ad04d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "63154bb53dc04a369f83a60320fdf4cd", "region_id": "RegionOne"}], "type": "bare-metal", "id": "308dd74e87f34f1d8b197e86e72c049e", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dd496a2550524a2795d0a6dd14e75c8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "fc0a455a36464a87a6949188a24f59a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "369f1d61d7ee4616a296e308af3a6b45", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "27087ab2fc7d468bb1344525056c1089", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "256e1d5811704abf81dc6792f7285384", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "427473ca1c2e4e8182fe6af6814bf3f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "f3a008822dab467dafb588a21933b54a", "region_id": "RegionOne"}], "type": "key-manager", "id": "d6c08f831a6e4900947ce52ab0310cba", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c0fb8e8b705546bb954b4cc7815a73c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e8b5a10a4e934f439ff2e42c012a39cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8e92387fa8e54606b12c131d273cab3d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "7621f9d1c5b343b8878316464554889c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1e9854c270364f829b72a057a15bf1d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "96c1036012b64fceb538dcaa139ff8b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8fce2f200f684effbad2f85159ec3c73", "region_id": "RegionOne"}], "type": "infra-optim", "id": "630f2cee9d4b4cdaa98c227a2670829d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "fb885441b69a4b31a9f3add42803bc15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "34413b97a4604fed889ebe014ec50e97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "83bd776cd4a54adaacae9a0ef4b59d59", "region_id": "RegionOne"}], "type": "message", "id": "321df162874d420599a8853b4c47005c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6bbd252a6790480583b92182152afa7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a062882a88124c8b860b28b8824262af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6cd6490144884fb2a406c2adf4675a89", "region_id": "RegionOne"}], "type": "messaging", "id": "a78ac9906cc84855919daf0efdc72389", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e1d2193c2b9046fdb2a6f7646a9b60fa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "038a61b2964c48f58a8f583871d7a79e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "fa39e7ccaac74c1fa8df7ebfbb2edd06", "region_id": "RegionOne"}], "type": "application-catalog", "id": "e553a9feb0f54fda8f407c88d985621f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c2fc9dc0e57748afbd7585e666b68835", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "704afd5ff83c4f5e9b91eb2bafa06f7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "330b3818a6db406a99fa32f0c755acf7", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "4d4fd922d3394771911cf247e1fa546e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8c8f258ffebe44dd894fe9b47a3237f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d29d6f9980d742599bfbab71337b9372", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0b7f36081c7f4230947c4e4070120cc6", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "019e50b8c79246a78a3613d238578a73", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3bfbc599819044458363f6bd9b960b59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "238191b8eff24997a971c05e59ccd150", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "58827832de5941778a3c7c9ec9557c98", "region_id": "RegionOne"}], "type": "container-infra", "id": "132bf11605c24b9abb3f4f25268087bc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "bec70384232247618660d1c717d2b5ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "cb3dab60b0bc4ee98cd3d64bf20bcd41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "a160b75f46254e9db29ec71f1941a09c", "region_id": "RegionOne"}], "type": "search", "id": "6ddfd47583f0402b829d0dc4d0cced54", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "517a440b60fd402c83b3fe665a045451", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "41850cbe3a8145a6bce910b3841a36b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7f59fa2b006c459a92231a3e827b5682", "region_id": "RegionOne"}], "type": "dns", "id": "309d3d4f2fc84e55a75fca741e0aa7ae", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5788be4bd70d4ecca2bf99976ecdc727", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4ec60ae76ad741bbb31024a69f5d8734", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5afc2cd3925c44e58adc8adfddd4a0f2", "region_id": "RegionOne"}], "type": "workflow", "id": "3b970ea7fa444ef4870dab06b74f11d9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "af423edeb5b64fd5919efa51304c7f16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7148a8688abf4ff2993d8297f5573a1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9b79e6e465c84391a39d113d833cad9f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "c60526f483454c77bfa1406e6db48443", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "a2962d7b352446bf853a6d05ae0e30b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f8a7324774bf41b091ec29de360d79f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "09802671482f4c92a96d67058a1e368e", "region_id": "RegionOne"}], "type": "rating", "id": "1f334437f0484ebe876d95f3fd088c68", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b00f25b632b14ed68ff86d234726d770", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b50588ec7bf34dd2b7724732ac7096a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d52d2090af8549368bca98d25d6ad8d3", "region_id": "RegionOne"}], "type": "operator-policy", "id": "9f4db2baad514de4b830d1378d571365", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3d88ac8cfc6a462698cf95897694b58f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6641b191b57b40438aeaa4ea63a32653", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "65163d061aaa42f4bc4f278a25a3e698", "region_id": "RegionOne"}], "type": "policy", "id": "6be158334b254390a212b127577a7665", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1d13195a26fc42cbadea5e858e49457c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4707d57707894fe79e8eb36890cda90f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ccefd7b8b57e488182f9fccb9a93eaaf", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "0b93026265254d2c9f0a60991a6f6c5a", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ae8355757e7d4679a08ac4c62cca75e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b671e644819e4904a50ce83be22b1aaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5f2dfc2d734b4595947d97cd21f0d3e9", "region_id": "RegionOne"}], "type": "sharev2", "id": "0baab8a24eb6433f90740d51cbb7bdd5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8c1bd38e10764f7ea2c9c753caa7a597", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9381a1cda4ae432884f73fb0c26c50c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e923048c4b0640e58210b95511d9dcd6", "region_id": "RegionOne"}], "type": "share", "id": "477c212d3915431dbff462918a4db4eb", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3c7da9fe609c430386619af0bd29a9fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a271d2d8dec8471f9a369e5005f4345c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "31b1dec48294406582d78c40a6f852b2", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "94b9d74b20224e95bf7893d2bd4db21f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6afc28a92afd4ecabdf1c1f2cb22e6d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69e6c7f04f9947c195433234ced1d8b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "111ed2e9753848e1acfb9add96c505cf", "region_id": "RegionOne"}], "type": "orchestration", "id": "4bd7990e48e04b44a4e06e96538a5fec", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d23bda98b9a14814b1492456fccccb07", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b9b171daf6914a3cb7c457d135c93cb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6790a52ebe4543a98724442242b0c653", "region_id": "RegionOne"}], "type": "block-storage", "id": "e35d016b8dd64ffd994c31b0ca077638", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd298685cfbd4ea683a4f12d207fd79c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce9f56ca95bd4a2c814705bc9396f775", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9478d1c4586d4587bc2f7e0f17a4397c", "region_id": "RegionOne"}], "type": "volumev3", "id": "8a3168b204c245a993a5377093f0da45", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "49cfd4b8cf8e4c218fd7c5b9d5d1f5fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b318f785b0ad44639e49d10e7671b05f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e53bb21822b7479e813208ce5aca4ed6", "region_id": "RegionOne"}], "type": "volumev2", "id": "2860825b5d3f4ec4a9a9443a014007e2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eec9dc3d9a804eb7b24f7b3b660dd784", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d7f1f0db6c904f57a0e1eb33d06e472f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f286392a243e4787a75b597135d1d08c", "region_id": "RegionOne"}], "type": "volume", "id": "57841ef194be4f2b9654ba1ab8a1b4d0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9053db2c0210483aadfbc58e156d24c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "28b66c7328934d1eb09085cfb806885e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ae3b3cde4d0e4fbc8acbb58404d39dba", "region_id": "RegionOne"}], "type": "block-store", "id": "b1cef6632b484e1681e83ee54fbcd080", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "81843990d4ae4770887e6ff118345a32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b8cf0c4d61f640978eeb97ef8446512b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e3a4d4d3ab7241dbb72b7c13bcba5c03", "region_id": "RegionOne"}], "type": "alarm", "id": "d87b25201a8b4055b1d1514c4d4f1c6c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "9524f775ad924e07a62f8291daedbd37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "76f96c0f3e114903a70f3b8dbe802ca1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0f61b5b4b0ae4ed6aa3ea5e8f6a76b10", "region_id": "RegionOne"}], "type": "alarming", "id": "62395135d5e54c72b6550c7f540c18b3", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e1afbcd505d74b9899f0145f673916eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b3b1b16aec5c48c283a1d6589f47d3a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "61dbb20ecaf745678f8c2f1a28eb3206", "region_id": "RegionOne"}], "type": "meter", "id": "452bb114d38f4b07a7a515c51e748ab3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "2c70581968394f35b53026e908d777ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c5a5cc8fa652429da68b04e3508effe6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "472f3dec35d14f05b59adafeea03013d", "region_id": "RegionOne"}], "type": "metering", "id": "acc3c0aa0119435a9a69d438bbe3e482", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a24c7ac0e6274a359386ddeba34f22cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9b49751a679444abacf58c0010f2c65a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "89a4cab153634666bf85077fb26a5860", "region_id": "RegionOne"}], "type": "telemetry", "id": "d6a70772178146e3a6ac650cc16cee93", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cc076b19873e4b2a8d175b4b8f1b102d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0b74d719c0ec4647b60087888686dd07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c456754b562340b9862ae586c7aaf820", "region_id": "RegionOne"}], "type": "event", "id": "c1d158e81b984e89a17d9b556395b449", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d2e2ff4f133e48c384aee4f0cdbda6ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "031153bcaa5047dda50f9c20e1ec9b94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "26cc0b9945be452c9dd7fde36155cacc", "region_id": "RegionOne"}], "type": "events", "id": "4d9efd92e88f44a4bb99f9929a281909", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8de7a5cae0dc4f788dd4853c8a3d385d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7ace218aff7e496fb68244c0199b8a3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "81bdb4e938924f8c8371fa47e784cf9d", "region_id": "RegionOne"}], "type": "application-deployment", "id": "607cba9d7ba743e8a9df4b3b47eb2257", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7c099e3f0a8048fab200a30227cc1542", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6a57a1179e644d95acadb1eaa374de1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "57d66098b08a4e0e92cf74bd250df9a4", "region_id": "RegionOne"}], "type": "application_deployment", "id": "128a4ad998574a7d8aa494d67c73a056", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "078ff09286834e53834188bfdfdbede6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4a4f4550bdaf4ebf8d8c456be938598d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "52da3e9c61004b1d873a119807f5f92d", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "a758c8ca22d14f9cac3591a89cbd32cd", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ae7d754b44a741a5a0846d10923031c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a89c8ffedde54e5986e2525104219f3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "67e9590bba654ef98edb29a9bfda046f", "region_id": "RegionOne"}], "type": "tricircle", "id": "68ef57be78584cc18b375e3d8cdffb33", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a82f8582ac94427aae8ee5c9c6028140", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "dd0ab4aabda64678ba29d68521a87012", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d615608807354f18b73b4be66d588fb3", "region_id": "RegionOne"}], "type": "database", "id": "87088b5c776d41269fd9443114c5d048", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "8fac99e18d504a8d8caf1a3f7760a904", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "00ecce23e83549cf86152cb5c722380e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "16a7536be23541a4a04b926de4017f75", "region_id": "RegionOne"}], "type": "application-container", "id": "a52edd1d1a9b497d8460bee9b7740ede", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "521f69f3621c48e498664175182ff941", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "56cefd9a4be846b792e13c45ae4b9955", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "37107f55dcfd4b1192226f8d6a11a774", "region_id": "RegionOne"}], "type": "container", "id": "a7cb4d66ecf2423087e3d1e65a6b4a8d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "de9ffb588817439bb61dac30b02ea3dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "aea1b13986f9446391c54ba21454131f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5a02ead0d53f4e5cbcb803476a0f4b51", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "8641794544c44310ab42dc9f27da4db6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c8e517e3993b4b32a30fb04c994b3499", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bef110ce697646379190569e4bb91016", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "2b7bc8a4a65c4e0586dafc4c1447ad22", "region_id": "RegionOne"}], "type": "rca", "id": "0197f1144c0a44deb50183f0c1f72120", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7b0637e243fb4616a5913e6f92b6690c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "969d17b9f31a44069b7e03007a9dbb91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "a8cc99925b5543dc9a0c308fc2316dd8", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "fdad723c3d17424dba21395a927fab8c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e5c8af519c5145ef816f17446fb7aafb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "bbffb36ee6d84139a9551596ff504089", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "06ec6b11470748cc98e14cb66f16044f", "region_id": "RegionOne"}], "type": "network", "id": "0c34e6095bf24172ab520cf050c009a7", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7b20f84fa1144ca5b19204d7f31d55bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "275a16de022242cc98b6702a88b25bad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "cfd8c42a58024570bf78acc578c295f3", "region_id": "RegionOne"}], "type": "backup", "id": "c07c2d8e08ee4091bf09a123afc538ee", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8639d1a0c29c4c6dbab3fe199c151c25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e2a8c465e335461dabbafa22591e9297", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a75f0c7783f84f90b31e68ffbed8bd36", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "fade13048e61486da7c6e85b680f9ec6", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7e973736ad184b8aae02b55d5fc1b54c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4787b67143794af086b7b01f5097f4e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bdab8f1b4e704f189b8e4b454a5db8a0", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "dcb6ba03398546c294d3a19c4831fafc", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "313d6fb4013346cbb983de86a7cba1ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "eefa11d9ebcf42a59397e91b4404406e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "4ab5eea9a96d41048f2093cbe1a7f769", "region_id": "RegionOne"}], "type": "monitoring", "id": "3bb9f92b84014b378df24b17a06968dd", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ed071a15f5bd4df3a30606088271af17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "923bd9092a844dfebe8c5fdcd8b59e8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "d81f0abaf70a43b18fa0c0933698c87b", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "32c45ad75e994150b1590174c616598f", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "5df65bdef07a479185e93409acc3156a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "5fbe9f828df54b78bfd99f0a40ecbf21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "568f62e4b7e14028a7f4c532a1ee7c67", "region_id": "RegionOne"}], "type": "placement", "id": "a9495b7168484474ac293558ae8c0403", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "21d92d9443684ea2abc4e441e19adf73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0850d91b45464fdd9798828f64191ee1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7a1f1029e32c440bb4fea5b4325f7367", "region_id": "RegionOne"}], "type": "instance-ha", "id": "36590550468c4393a3a6031eb4d05e2b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b69803534e334a1b862782e96e49bdb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "fb0bd7ec21ac4f70bca181a3c8872c72", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bc906942f5e1424da3edc51f1b2bae71", "region_id": "RegionOne"}], "type": "ha", "id": "958d85cd0c2a450699b933181a5114c6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "232f6318846c47c19cbfe30ac8434417", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2b3ae09c820840eaa6bec878b19a9195", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d255a4c2264a430da2570b7320aee1e3", "region_id": "RegionOne"}], "type": "reservation", "id": "74ad48154d3b4f78b3e0725c0bd03587", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e373a51f24a74cdfbcb2d1eed86b4262", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1605ec91d2664469b856f44505fc213f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "53555b97bdfa40259dd09d3833dc385a", "region_id": "RegionOne"}], "type": "function-engine", "id": "7106dc0dedd0407986142de5301d7074", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "03bcbd37cca248bfb9cc18e96b144657", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "a0be06b7f0204668890004eb43c5b50f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "55daaf0e1b6f4bae85a400dfa7358f48", "region_id": "RegionOne"}], "type": "accelerator", "id": "0f5e2d0497b34d0ca3e0c3ea4d703b2a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c2dbe39d92a94a1cada9f81e7b50be5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fb7f86d8ac2e4e7d8a49a1131005ced1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "12ce166356c7476ba4cddfe6929eb5f9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "8784f85beaeb4600b07e50858dedf416", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "43c7db7e0e0e499e95934bc13ea6ce7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5e3f1479721a4f7884ec3cfbfc79c534", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6c7a22477aef45eb90f2b3541f35aef8", "region_id": "RegionOne"}], "type": "registration", "id": "9b20d03f214f4afc8611d39b58e8ea34", "name": "adjutant"}], "user": {"domain": {"id": "9ca698fb64044153b95b1b0596c2532e", "name": "95558b0102a94f238749e5f0b02ac74f"}, "id": "7cd91f4789c64efcaeb8f968d344fbbb", "name": "5ea7ae0b50a94865a9347b97c86760b9"}, "audit_ids": ["ed79f55dc4b04607890e91f446219b1b", null], "issued_at": "2019-09-19T09:04:50.850811"}} {9} openstack.tests.unit.test_exceptions.Test_HttpException.test_details [0.037106s] ... ok {13} openstack.tests.unit.identity.v3.test_limit.TestLimit.test_make_it [0.063813s] ... ok {10} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_stack_not_found(stack_subres_id) [0.055209s] ... ok {20} openstack.tests.unit.test_resource.TestResource.test_unknown_attrs_prepare_request_unpacked [0.063829s] ... ok {30} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_with_stack_object(stack_subres_id_act) [0.064934s] ... ok {25} openstack.tests.unit.load_balancer.test_load_balancer.TestLoadBalancer.test_basic [0.047027s] ... ok {4} openstack.tests.unit.test_resource.TestComponentManager.test_getitem [0.053974s] ... ok {0} openstack.tests.unit.test_resource.TestResource.test__translate_response_no_body [0.048043s] ... ok {11} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_check_stack_with_stack_ID(stack_subres_id) [0.042207s] ... ok {22} openstack.tests.unit.test_resource.TestResourceActions.test_list_one_page_response_not_paginated [0.129011s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:50,910 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,924 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,929 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:50,935 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:50,947 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:50.857330+00:00", "project": {"domain": {"id": "8907f93e79d5479c9533d9a56ce8778e", "name": "e5e7130b3a1e441ba564bc141f94701d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0d251ab755034096aa848ddc35bafa2d"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9b55b7fae30040cdb8367ef1cb55b6dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "436b63927e4c4efab81407085d6c89e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "60323af5178f430dadc0430f08e85c32", "region_id": "RegionOne"}], "type": "identity", "id": "1e56918e5d0b40f2be0b1737acd30bab", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a9f5fbee40cd4e3385152b59fd290b31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1df47e2052504cfca6cc548058a95a21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "0a6feed70da24df7b8d1c9e9e3adf1b2", "region_id": "RegionOne"}], "type": "compute", "id": "7f625268fd0647c995e52215bdd7abe3", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "ca5b33a756c14c718a7e30dbd64c52c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "78b55ef5e9a54f8c952129b098a93a3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "5067ea7c1009428d82c0a28f34872be1", "region_id": "RegionOne"}], "type": "image", "id": "80ac899d4ca5485c8e004538c7ca7b41", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c7f819207a294a34a78f6a6de359041d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "855be4df93634bf8866fa9025287ef09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "b459fb0f6979471c83281a038beabe69", "region_id": "RegionOne"}], "type": "load-balancer", "id": "890779dda6864122b0916d863a39240d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fcafcf134a2a40e783e707389b7f5022", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d54fa6e47bd54549836fbc19c6a68b62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "36d5718358864cd7aaf24e58505098dc", "region_id": "RegionOne"}], "type": "object-store", "id": "9ad0bb4c78ed44498a269b4638cabc1f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d6c7b013a0d34e908c488eadfd6b6354", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b3100134ef7249b5bb547c7e768e4f47", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a88688ad34a14300b790ebf46f8585f1", "region_id": "RegionOne"}], "type": "clustering", "id": "85cf383aa8be44849f0df6cfaa36c2ce", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ad2ec7ceed904bf58a75f230764f553b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d6ec31d68aaa405fb63ed871bed54347", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bcd150622cbb4ded84ae3de7a3bf8da5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e23fb17d9a8048baa51a0a4f2aa8449e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b442df1eebf845f891abb98d7dcaea3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6c27f65757c148249b3ac4c7da708b33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1678317c817c4620841779d73684fb59", "region_id": "RegionOne"}], "type": "cluster", "id": "1c1a429540394cf1aa8124bb51cf63a2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "06c3d19b794d491f8fd059a4050c6956", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "838c78f959124c3f8fd4ccfc72c753d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "08a54ce1f3984ba380cc280a9f96f3b2", "region_id": "RegionOne"}], "type": "data-processing", "id": "d11411e9515a4396a7696538a3a5fa0b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d10383d14e664eac98323e1de97b386a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cef159e2b6714aef945f5e6ed8098cce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "178c807ada1d4966b27d6c52347c76a7", "region_id": "RegionOne"}], "type": "baremetal", "id": "8f6fe7f91acc43f8aeed622cc461f00a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e3d6217a2a204ef0a9de11647572b19c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "774031bebd4741148c3b13679a7bb0f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a1c21b962cc34aa7b3f3f2c0d19f1ba2", "region_id": "RegionOne"}], "type": "bare-metal", "id": "f9e086ff189b422b93801408c938f66f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "337cc835ef5f41af9b8de68fb969717c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9e3e7acbbc1a4a5895cf0949dd170093", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "6785c17c25144d0284d7f9b875aac202", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c6d048ebd9a84c34ac52337742ee06cf", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "61628b70198c4c99b227fea520c37491", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3fff3c27e2424c8ca700c0aabadb134c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "e41ee3e34b8b4470a9d0faaf1f4b7948", "region_id": "RegionOne"}], "type": "key-manager", "id": "2a1bfb8ae5784ee2879bf4a67b5ecf8c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e1b6fc92c2d342a9beced45e0974eee3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "43a96c590ffc4d08bdc80ae23c2d971f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c48fd7ad6a2544de9823989ba1456cc7", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6aa3de1990aa44fdb4b95ca6344c9d52", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cc09f00bd5024ad99e9a61e3404b8709", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2af1e438ea2643c7885c303e02d6d1f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "097a71c734e342cd8cde266c9e3f6db4", "region_id": "RegionOne"}], "type": "infra-optim", "id": "a8f10556ff3c4a38b77d472e63c913b1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "61258120bddc453f9f2e3255c8e5adf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f9f29ff178aa4d5ebc36176a629d120b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fbb032ed7a264f269a7267f06f4c5b22", "region_id": "RegionOne"}], "type": "message", "id": "96d2faba86d94b9f989bef38d73721b5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ba473fbd462348669d8226a50da57c50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "668b2ab69fd64248845f481cac78a242", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a062a6b066cb471182b7117465f6d021", "region_id": "RegionOne"}], "type": "messaging", "id": "2e89f59173b44623a6c0562485598a00", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "6944958424004baba5cf01e09ca39ab0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "99b0a1d376704f5ca25abc1460844d8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "02067b50a13d4d0b83ceef4893be7fbd", "region_id": "RegionOne"}], "type": "application-catalog", "id": "313b204919524e1299acace25b075a8f", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a7ffb931f4aa49fba188365152f9fd3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d557e77b6354f39b0aec2b553d8416c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "61e578f087774e10aa4e8fee235ac9d4", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "941c15e16a0a4ce4b4fd80e6f8dceb29", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2b031fd56a114e9384f956f6ea6ecadb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f3589af5cd5140c482fbc4ee447fc85d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a23ea8c827ff40d0829076bcd004a61c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b56943a6c3e34754bbffd134398fad09", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "750b32addbcf4ae5a1b10f0c7dd6741f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "11858608caa64e7fb6ea218da2053196", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f11c323e2b7441f48883873bd89a9e06", "region_id": "RegionOne"}], "type": "container-infra", "id": "f36638ad938645f2b95e7b78c088d1a2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "01304bfb322f4f43878643b3090ddec4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "394bb7d149b14e1886e4c2d3a553a5bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "98df6192b2ea4f98a5a327bb1f4219b2", "region_id": "RegionOne"}], "type": "search", "id": "369095b589f24f70a75767918518f285", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "64c0882294b540059cc885957fa525cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "18a6e495dc5749d784ed52bba6be9d45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "39c9a09e00f8464684be9011bc4ccd55", "region_id": "RegionOne"}], "type": "dns", "id": "f2f6d38dd97e4a778b741e3327b783ef", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c9b4620889a44b2393c847035c48f7a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "fb84d9e3603348a08ec4e0431cb44a03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "9c6dce06ee464e9b9485947a1c7b776b", "region_id": "RegionOne"}], "type": "workflow", "id": "f890e932038047488b162a80a21898a2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "b0ddfe774e0944b5a241e3c137b80187", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0601c7222cd14fda8852f0f46a3bc71c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "259c1ee60fe740b5a955984edf63557e", "region_id": "RegionOne"}], "type": "workflowv2", "id": "1b6ff5ff3f39404c8522798277469ee9", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1f23d541620d4d13a413d376f467d60b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d9dfb1a3190c4ec691f866c54a62b77a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "4a094f4e2a82495d8892555230fb75c5", "region_id": "RegionOne"}], "type": "rating", "id": "f277c5066b0b4d94a256a5a08de854c5", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f2ce2b0782cf48d59002693c607c8cd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a6e31cbf8e024b5c9c30224ba49942d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "08528833fe784ca2be4e3c1d79f317b8", "region_id": "RegionOne"}], "type": "operator-policy", "id": "3cc196636c66438ca0f5272ab82f44d6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a4266ebc6576485e8cc6d12037f3fdb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9808102802df4144806bb00137601ad2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2093c20eb3904a80be7c544004055474", "region_id": "RegionOne"}], "type": "policy", "id": "6cdbef0fd5df441fa1e2e0aa003144a8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0e2d83da805c45f58e448bcf6fbf605d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5347dee784924be88cbbdb433ebbd0b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bebac3d9c7684490bd032826ebf9fb29", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e39dde0f95ca424da9e3fc21506caa31", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9195dca47e2f466fb1b21b079d6f1430", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6030a54b74e641888e98700b121e318d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "27e0481535fa49869db2e7daf6c76fcb", "region_id": "RegionOne"}], "type": "sharev2", "id": "dc354d33d91049ce9df8fbf2a90b3f83", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1a1d9b8a340f4cf6817f9a7d4d1362eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a495795cc92b41b084118bea29231ef3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8f0ab6fbcfcb4aaeb0a38c89a398e55b", "region_id": "RegionOne"}], "type": "share", "id": "99fbe41268574a1faf2d445dfe725267", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3056ecdb2e864ef5b7f6f55ab92f5c6c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3165345d5a144f41a66baa37f4f2f3f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "50be5f0bc9ed4b89b6fd842a92834f01", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "e243a188eb244529ab38ff4195f14552", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "651859de0b8047f9af7ea39863dd2cd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "322ab8df0fa74d8490f3a6dc273dee93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5fa2e4e404e4b1495e64d03bf76d2fe", "region_id": "RegionOne"}], "type": "orchestration", "id": "04c7cf12234745da9478b2abeb185c6a", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fc1386fcbfd47e98b3fecf74dfddc59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "799d4a777a12401dbd476491c525ee75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "12237ca141124d71935523a21829d17d", "region_id": "RegionOne"}], "type": "block-storage", "id": "4213aa5db6c841049c517e4933c14277", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4e847b70d0d4f95b7b930e2063f0d7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61998e122f284edab4e1f869c1548d76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "861f373902da4aa8872c4e156538993c", "region_id": "RegionOne"}], "type": "volumev3", "id": "fed3fb8e467a434481586cc52e837bf7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "60fdc97f9b2f412d81f1ca5da178525f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3cfe4d78d07c4bf5a7b79cd9d5a1b0a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a8c1d202ba6f4cc9ba677e6ae87a03ff", "region_id": "RegionOne"}], "type": "volumev2", "id": "d75c9176dbe147399889146f47a75db3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "086dbfdd711e4adb9d897b631fbd7839", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4f9e0c00815f40d9a06e250f78c7b39b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "feb53395b6104fb097a46ccc8da6b8ea", "region_id": "RegionOne"}], "type": "volume", "id": "1d3d125382434602abf8a428be04973a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2dc113171a4e45b1a06277ab0c3e483d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "48e1d0a4ead2478ba5207a7698c1098f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69477781adaf4b318be19dde536c0ded", "region_id": "RegionOne"}], "type": "block-store", "id": "917454e205124ca897972f34c58417d2", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "986e3e7b8f9c49c8bbcd729345c6eaa5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "57226955baa94e0eb0312dae24da192e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "409e5d4733044eae9013c1ca1cf78862", "region_id": "RegionOne"}], "type": "alarm", "id": "87d93f13c1e14004b9b60b937f43f4b6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2fb01c2dc0d645b3b88355042c227332", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f04f18e27ba644e6a7b53599823ec7a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "bbc6bb9f184b4db389b60b466919c0d1", "region_id": "RegionOne"}], "type": "alarming", "id": "1dcc31ba89a8406bbf0b18bf8c5a7f26", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b6ff0a6e349d48b4b962256fdf330fd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a86f311136d24b96a1ad8d46c479f83c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6c5e149310784a238861b65bbd34b8c7", "region_id": "RegionOne"}], "type": "meter", "id": "c18ee25a3aa64451a3098adf259d92f4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1423b7ef72f943c4a421852409012205", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "cfaf2cf0449e40a5add6c8fa76daf510", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "295e0a58a7f24823bc13846916f58e36", "region_id": "RegionOne"}], "type": "metering", "id": "3a7551728fd840b4a5978684790ab07a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4ff14df8a34b4237a034aeeb16a61431", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bc778fddd3f34ff39344443bbd3a8023", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "135468a7025a425eb9a94b4dc688d006", "region_id": "RegionOne"}], "type": "telemetry", "id": "d9dcee0d64ff40538182a485b4d2839d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "44019112d90d43e0b428173460070d48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "be20ccaf4c45461fbcd8aa83a97d5882", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0c83053e44ca4750b896fbea89b7e929", "region_id": "RegionOne"}], "type": "event", "id": "c2e166c77ea14e75a7ab0d026c7298be", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cc269f5032914b61931a94bb331091a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "437c2a1d3acd452799eb2179c7eb5c3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2d070b3e2138439eb45894c003483443", "region_id": "RegionOne"}], "type": "events", "id": "324895c4a8ec4f51a3dd821f07b66677", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3b9735966ff14ab286ca7fd73a24ba65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f8d4971d1ffb418f8d3f02c0177bfe34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1206cc6a787d4c90a3cd4fc6888d5747", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8399fd3d2f1f465f802d7f19ea67bc41", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e89f5f96a20b40e892fd172df2c329a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0122b77ccbb0470eaea1cd68f1dd0ca6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "63d26054c5264ec0993ce6586229d2ba", "region_id": "RegionOne"}], "type": "application_deployment", "id": "fa9c97246c574f078855b86c91d56f48", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7d1e726ca39f4c45b47d8dcc0f1b60fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "774b0620c7834bddbbdb19c3729db824", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e429a9cb47d047e8ab4a8cfeeae15864", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "b95104ca4e7f4bd38fdc6e6d86fd5538", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5352e63f8acc4dc5a8b233285d873d50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "934978c7324241b29d49b4873013d75c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "5160e6be66854a3f9aeebd1360c4d888", "region_id": "RegionOne"}], "type": "tricircle", "id": "62fa10f4609642f1b7ce2e1c1aec4cfb", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "3bfe4616ef6640009abc168526ccc283", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "fbc51d1f8d084e43b127bce789d0b12c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "380f2d0524c34a68b7e303383d8effbe", "region_id": "RegionOne"}], "type": "database", "id": "9230c7998a704f1388e6a7f22ee121ae", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4827f80814c6446085ad3ed7e685bbc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4d3772957c7e48ff85605746a6a4c775", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "67d3237ceec2401a837b30894f7be18c", "region_id": "RegionOne"}], "type": "application-container", "id": "30150754ce904d5983031ff905c53f07", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b8075a4edf1f438e8daa5021ad981135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "969caeb68d7e4f0eb86bc344b6878fb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b8a003f8051e49599d7627292194a305", "region_id": "RegionOne"}], "type": "container", "id": "f2133a049be142c0a90673df925a0772", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d9f863b2d917426989d69124e3622f05", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "93308383a8b94585a5b89d7168077f1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1f67ad030bb9447a9861faafb9cf62dc", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "e34cd22e058745758882b5fb845b1b09", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d6db3f650d514bc5995474b16f7a9989", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "974ddaa3e65c49758f56693d7b767d63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "0ac35e277b7f42aaa0a8af2b34c07821", "region_id": "RegionOne"}], "type": "rca", "id": "29a2d03e5ed54857b439f60b77e9e151", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "83aa6608e9e444b69a6fb7454552efd6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4ac1b713d1cb4bf38558a0228cfa024e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8a06ea7b3db448729fa11a567a1a1b17", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "f278b5c5ff4c455f9623f195363626dd", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "205eaafc04fa4a0ebc1b30b644f37998", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "6386d57b874f4973911cc1c9b30dd244", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d3374219a0734ff993d13f190e6ff69c", "region_id": "RegionOne"}], "type": "network", "id": "7b7da9019c224437a35cd1d052ae88e0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "712c637fb9a148d4a6a0cfbead830135", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "03a8d223665d442eb825b0b1748a074f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8ea9a3b2c3ba4627922600019dd88cd2", "region_id": "RegionOne"}], "type": "backup", "id": "d7ee4971900a41bc96a93a83c3e739b8", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "aa90f9d230894f05b89a0eb1c748580a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "924293d57fe44d6c82428420049d5571", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5aa2e4f2a77d485aa37cfc6d2363e6a6", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "98effe8e475d4ae78adba9a0d4266c81", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "196e24f4c25c4eee888d55b9dd8dba09", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c5e80fb49812495bb4f2c3c983eb7ad4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "da640267f097404f83eb5b0c4b5969a2", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "d18f52b948044072b544c0042b6f9229", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b932a722f4874af0b0778f628e4fae1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b5e9df0d2df5409fa714473c3a292bf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "38a51c61ae794f96a196cbe6fd5f738b", "region_id": "RegionOne"}], "type": "monitoring", "id": "a9a02d8739de4c37825f2a9d24359fa9", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1ed3212bf2724b06b80eccffd2dc9e5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "33ba052bafdf4284a69cc5e7a930d4b7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "ed4ab3a919a24f30bcc2730e2c741c9d", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "eaa6ce6278d045eea725a2c4f4cd85ed", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "3194dcec2f0a4d47bab17e5976ce9e9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c724ad5c2c8046afaed39bb39e872ceb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "cdaf28ee487a47b4b527fed22f1c5f9f", "region_id": "RegionOne"}], "type": "placement", "id": "b80cc8ec98e04231b15cddd63f4130ee", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4b81e0054d01488fb774199a7b1b1442", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4049861f8ca8415cad175e8b898b3c6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5495fdfb03f04679ae0d3ee96583fa4b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1d8125ba5ebf428aaa1a4a482b788dd2", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "4d711b747aa44412912cb4cd9d4234e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "425130d516704b289676ed9a00449df0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "abcb199362d44183b0c0b47c9c8eba89", "region_id": "RegionOne"}], "type": "ha", "id": "0fd2a7aefdf249ef85e44a2f5b92f7ed", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "417a068a0f344faa8ec37e3832078545", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "d8e6fbddcbc94e449e0c7a0d4caa7240", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "1b7ac08493274ce5a77cc63c7b341fe2", "region_id": "RegionOne"}], "type": "reservation", "id": "5da7ffd8a44d42bfa420fbf1bc205311", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "8e6c22e6beda47729d6dbb82d92df0f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "95dd9b2095df490fa4d5fa2db2076a12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "3a20f933e3204cf8b27d600d007bd43c", "region_id": "RegionOne"}], "type": "function-engine", "id": "6fe9e7c93a394e7796961cca3b124750", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "96891fdc932d4412aab0bdccb54b5c3c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0e332e9fe0ac45148a8413e61cc4786b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "7690eb175c3844f6adf2d361a349d7f7", "region_id": "RegionOne"}], "type": "accelerator", "id": "51d9813031d84776b79191b3ba473252", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9eb417d211a84a6db25686a6b6f138e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "4cb5f08faf12410d8435e1b9ece57dbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "2f8322b3f03244b08d29e0e861004aa4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "2447a6741c7541cb96d79db82549433e", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ff678b830ef54bfbba18d750fc7c1f20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "fedc4ce6b1734d6093a52e624c9a918b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "cca970ab4ad94a46bc2bfcc1feae383e", "region_id": "RegionOne"}], "type": "registration", "id": "209b7fd158014e82b056ff9a3fe3d3b6", "name": "adjutant"}], "user": {"domain": {"id": "b54c2463ba0e420a9a3e298068b23aad", "name": "0c76446f5f8d45f8b6260fd0942af817"}, "id": "009b5986259f4d4d996651eac76cd22b", "name": "fc997d572b6a4941b15e595aaca79ff6"}, "audit_ids": ["c3e240d7b0904e1184daf5f95e01194b", null], "issued_at": "2019-09-19T09:04:50.857330"}} {8} openstack.tests.unit.test_connection.TestOsloConfig.test_from_conf [0.121177s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:50,955 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,962 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,966 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:50,972 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens {29} openstack.tests.unit.test_resource.TestResource.test__header_mapping [0.066055s] ... ok {9} openstack.tests.unit.test_proxy.TestProxyGet.test_get_resource_with_args [0.039272s] ... ok {7} openstack.tests.unit.test_missing_version.TestMissingVersion.test_unsupported_version [0.098518s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:50,960 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,966 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,971 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:50,978 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:50,986 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:50.952273+00:00", "project": {"domain": {"id": "738fe0923bee448ba9913f2372713269", "name": "744170b617724953ba577e7fceddc34e"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "9ff342d970f8418fa02c28b73c9e9890"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://example.com/image/", "region": "RegionOne", "id": "411e65b645c64e578b10813b3a91d0a3", "region_id": "RegionOne"}], "type": "image", "id": "5a3b7d37ea0844a5a151a71a50bb8bd4"}], "user": {"domain": {"id": "fad9469793cc4a82b01acec36ac137d0", "name": "58e983c656d0449a8c6433a73e443de3"}, "id": "92c9a2fcd89640c6bbcd7b1aaea542b6", "name": "f9239afe2f694b659f50c95207791c79"}, "audit_ids": ["8034a31396a448d5bd5c992ae3d630cd", null], "issued_at": "2019-09-19T09:04:50.952273"}} 2019-09-19 09:06:50,992 keystoneauth.session REQ: curl -g -i -X GET https://example.com/image/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,998 keystoneauth.session RESP: [300] content-type: application/json 2019-09-19 09:06:51,003 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://example.com/image/v7/", "rel": "self" } ], "id": "v7" } ] } {13} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_endpoint_update [0.039428s] ... ok {28} openstack.tests.unit.test_proxy.TestProxyDelete.test_delete_HttpException [0.066740s] ... ok {16} openstack.tests.unit.test_proxy.TestProxyGet.test_get_base_path [0.064249s] ... ok {25} openstack.tests.unit.load_balancer.test_member.TestPoolMember.test_make_it [0.045107s] ... ok {0} openstack.tests.unit.test_resource.TestResource.test_equality [0.039133s] ... ok {22} openstack.tests.unit.test_resource.TestTagMixin.test_remove_single_tag [0.044231s] ... ok {4} openstack.tests.unit.test_resource.TestResource.test__translate_response_with_body_with_resource_key [0.040297s] ... ok {11} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_stack(stack_subres) [0.037801s] ... ok {10} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template_invalid_request(name_id) [0.057665s] ... ok {8} openstack.tests.unit.test_exceptions.TestRaiseFromResponse.test_raise_baremetal_old_format [0.038203s] ... ok {30} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_stack(stack_subres_id_act) [0.065652s] ... ok {9} openstack.tests.unit.test_resource.TestComponent.test_delete_name [0.037942s] ... ok {29} openstack.tests.unit.test_resource.TestResource.test__mapping_overrides [0.057296s] ... ok {28} openstack.tests.unit.test_proxy.TestProxyHead.test_head_resource_base_path [0.048502s] ... ok {13} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_group_delete [0.051602s] ... ok {0} openstack.tests.unit.test_resource.TestResource.test_existing [0.037490s] ... ok {16} openstack.tests.unit.test_proxy.TestProxyPrivate.test__check_resource_strict_id [0.054711s] ... ok {4} openstack.tests.unit.test_resource.TestResourceActions.test_head_base_path [0.041150s] ... ok {7} openstack.tests.unit.test_proxy.TestProxyDelete.test_delete [0.062689s] ... ok {25} openstack.tests.unit.load_balancer.test_provider.TestProvider.test_basic [0.051463s] ... ok {21} openstack.tests.unit.test_resource.TestResourceFind.test_no_match_return [0.177456s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:50,958 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:50,965 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:50,970 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:50,979 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:50,994 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:50.902315+00:00", "project": {"domain": {"id": "0ab2eedd21154312a3dbf4da6f5c2fcc", "name": "819b5270d3184368b6bbe80a47264b97"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "e155a968f49f4ad194d950383abe80ac"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f886d26df4c84f2f929a355a9fb1c8ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a6ac822448f44216a72a0b799cc329cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "4c2cd8c085774c4f876bb0508791bfbd", "region_id": "RegionOne"}], "type": "identity", "id": "955e392497f54d068b740a9f93377388", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "877e56eb55334f83a09636b7ab8b3e7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "82295ea9a7474c988be65f2f47dccc74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "fe890cd389a044af8bec04b029eafb6b", "region_id": "RegionOne"}], "type": "compute", "id": "749b438f2b6d403581e9895f656c360a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "48c5e3bb7fcb45e7a212c8478685b44f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "03ef0cd3fb234e2a91bfcc800a0fbbb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "603e51644f554f5791906308dc3fcb18", "region_id": "RegionOne"}], "type": "image", "id": "df1f9c8c72e24b718b273b41318af921", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "cbb3e139f54e49bb8a323d1fadfd29d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6159666db7ab4dd58f5e4612b34c8cf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "826f18884b274dcea7ffd16edac13a1b", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c604ee8a53b0492999a57cc7e0b991d3", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b547ba7252fd4b3aa3b6d7c08a26fd6a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "abed2a7c6b4e4e03a34defa0ff536180", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca099c453b2345b8a1f0d9b8e6b6e430", "region_id": "RegionOne"}], "type": "object-store", "id": "383cff4423554c538715fc58fb377be5", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4be17c6e0e5149089435c717fb7159b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dd1dfbd0b09a4068900f28e5a71912ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a18ebd69afa64b76b1d9dadf404990a5", "region_id": "RegionOne"}], "type": "clustering", "id": "015039e348b54fa2817dbaff3fbabb67", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "af27b5698fc04156a9f222d4f0c13db1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0a51c24a9a274abdabda2eaba58ef8e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4226d977aee64626a3edd5c6108a6506", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "e700dca11b2645ee86acc11bea46f7f1", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e983fdf54ca8440ebb3e1a84b007700f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b44fbc2c92c749e6ae5a2f55636f83eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "65c09b9c09e2454fb14125e557c18e98", "region_id": "RegionOne"}], "type": "cluster", "id": "2ed49209dd44466ca7ab7270f7462d89", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d3916278ef6e408b94ad4048316d46d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4d7c23c59e2a4ee8a508b28f617f22b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9817f059a56e4118b53ae5a7e62532e7", "region_id": "RegionOne"}], "type": "data-processing", "id": "196153b2cf7f48dbb0314b9f6de594b5", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "102713cfa98d4a3f8e1c536a79305a19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0c6b3d080ef540ce9941f8b567136e86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c299c400ce8a4b489b6fbb6d93db9c63", "region_id": "RegionOne"}], "type": "baremetal", "id": "6a60626aadc947658a40a341d9bec369", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "6de82f397ef441e69d2c5d93d98868dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4d804c0458e64d398d90138f65a896b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "aac3360e596c40b4979da7c83cceaaba", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e17ce776ce61408dadd0cb87b6488764", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "780fc491f11e49f68b4c5fc81176eff7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "121a68a933ac4e918db9eaedd1b5a042", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "5ffb52fa41c74c0099aeefa6e99064ec", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e8f160451e5b491fa9e21cd7539323b5", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5b9f18d7a3374164b1833bf29cc1db0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4fd7f9713c5a4462bcfe1716fed4d138", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "233d0233d3de4f81aebe75c10c097d92", "region_id": "RegionOne"}], "type": "key-manager", "id": "bc8fa4be3cfd46bdac24d5b051e84c49", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "deb8c80977e94b839058a15a7a1305f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d36f4b4b3fa646e282e72d8329c9ac86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f57668111fd44e5b89592f59b3a27660", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f99a5a715b3d4e0b936843c5cfece335", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5df150a52b9f4c6aba68e0296b840dcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "01d3f4aa4da14b939d64a67d7183d74f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "27052eeb8fba44c0ae0a9cabc682c03a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "947d11b7aa5845c2985a3a809642fb43", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f7cb646bcc9d41de982125e2940cde06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "28fb663add3b42608d98ffc977ed9ec1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "51c3aa0cab2647c390546234a3210a63", "region_id": "RegionOne"}], "type": "message", "id": "0bd7693f26d44efda6cb9c3d9dd527b3", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "17f8f3d7601241999a6f7701bbc051e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "dda73e63c5334280b8a991efbc3203d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "b679320be41948a29b7167d971801d86", "region_id": "RegionOne"}], "type": "messaging", "id": "dac1b7de7c7941c694f32b0e6add0608", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b3b743f6df2e440e8c7cf1486b1c27bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "0dcfedbc2bd54ca1934c5577598b5983", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "78f2fb7d8ad04825b14555a3ba33fcb8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "891b41cf9da748ce9c44dd2db2a64b20", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ca99e5bdd65c45eeb6a3ec8a8dd21a38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4e8cb7a7ae304643a47f61953ecffe64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4c46450682a64b6cb19b2f9bf9b18c60", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "2e2287b7e91e4dc391a31b969f62a856", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be00a87e0171492ea297de60beb59acd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1d34daf36249457f83ea4e68f787eead", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "77a682d0d2204b56b2883a4dd5ceb2b3", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "aff035dc2c914e3eb91423c2104236e8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2112716ee85f4fa9b71b7e447504076c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7fe6348ffaef403ba1795d2a3208c9b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d590d659f2da4b43acef222367abfeb8", "region_id": "RegionOne"}], "type": "container-infra", "id": "9fbe7d462edb41e0a7b521dc86b3ed3a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "9b6d5edd5eef4e24933b6d9e879421c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "4f32fe2f4628494681c2451c5ef250df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "bcb8d25a7f15424994a85fe12cf72a75", "region_id": "RegionOne"}], "type": "search", "id": "e651df82a8d7435e8059ba2e0af4523e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "d3f48e3c2f2449799389eb5e5306e8e3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "041d6f95a9674ae49e010699003bf217", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "0f8e3d2728624fdd882eaaabb37bf4d2", "region_id": "RegionOne"}], "type": "dns", "id": "f2bfb4b7da38451faa7fc337be97cd68", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1ee37963e64b45f6aa4005bb129c5ca5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0bd3e2929b184249b0c3e16fee6a7037", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5afd1b92b516485c9716c8c6989b16b7", "region_id": "RegionOne"}], "type": "workflow", "id": "6daf9ea4b2b341158515c4a544a11eb1", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "f1479f4c6eaa4314a02814a95dcc532d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0398ba8e77404e1ba1f62f7b597e9dd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d9308dae80e242ddb2fac3dee8bf9cf6", "region_id": "RegionOne"}], "type": "workflowv2", "id": "14a53fbf9d5e4a559f612f9e3bc929b2", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "1dcf1aa6df3f4cdc883d1c02c7037803", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d22f1ab4b2a24ea0bfeb5f96538c63fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "3547698e937549a0bd3f2d071ee1a41e", "region_id": "RegionOne"}], "type": "rating", "id": "dba61641d23347bdb025882a381576f8", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "17e46eafd0924fe292ba8850f78de0e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bc0b614a615a47edbf54d713580d4453", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "a64b68391dc34267aed55d3a05718362", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4f89736523e6484aa779fb37c49605b5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b40ee8a8c01543a693dc271c2b769a15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f1d6969bd02c49ad9290c8c4f2b6a9ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "bb401fa52643493693509bfbb00de671", "region_id": "RegionOne"}], "type": "policy", "id": "7f9fcebac1014c6ab2e5435a54afc81c", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2207a9098a974ad0a00e4dfa472a1362", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c93ca78bf1af4c17a7a0c83eb239d1b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "c6dd5ee53f5c42bb8df9edebbde0077d", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d9bd959b995946b28f46d60a9751fe65", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ec877a5c68244f2e8c9297ef8ca1a851", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bb45f7c1cd464c9d9a1d2abde24a92b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9be6e4334c0b43d9a7cd3e2f250ab685", "region_id": "RegionOne"}], "type": "sharev2", "id": "03e1624d18b64ac6b79e883d7b527a41", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5c78b4dbcbe34df78b86cdeab124567c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7d680e007e954465971805e06ae741c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "71e9ea85c4704aa5b19a12282d8820d1", "region_id": "RegionOne"}], "type": "share", "id": "3095cae02e244e57ad5d13dbedb26f7c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8b9539f716f746458291aaaf0fb0138f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "3d2b8cd713c74460bafb9d8a715a2418", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "9d4131e7e3944d3a8b7a5453e9e6072a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "8037c877070a4e51aae2a2e1cfb71cb0", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "00aa720eb7fe4dcbb7a6398fac6ad3b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "05844c20403446bb97ab834ca1c769dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4c6d7bafd6684b3ca013f1e8da1e2913", "region_id": "RegionOne"}], "type": "orchestration", "id": "26d1cfe442b34650be6c03647e3b2b7e", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80bca30396a6461489e807fe2444fe61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac09f09593b34aa2900c6488eb769536", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cc06f6ab68ef494c8f1eab4b7ed5843d", "region_id": "RegionOne"}], "type": "block-storage", "id": "16d2bfd122e34a5a8bd3eb75ad35991c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "beaa07ce37c9441c8eda95f79ac662eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e66fb1e6be54cb0baf2cf80aadfd317", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf42fcf98905436fb9b22b799405c343", "region_id": "RegionOne"}], "type": "volumev3", "id": "720fcc4ab9e44972ba1d94b6835156ee", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ddc0fbed34294c33b8f8da4969e40081", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6be16d00bcf34893b8a23768b9604ed9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "24f06724fff745fe86a6ddd534d3c7b4", "region_id": "RegionOne"}], "type": "volumev2", "id": "ecae300ead9f4b699842b315007d3800", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "386ddb9096ef49a3a5c2586a23e5ad66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e02f340049d43879316a8eea212d3da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40a70bac17e441d4949a3fba7184abcd", "region_id": "RegionOne"}], "type": "volume", "id": "3e66a97d171c498dad4649f1baee5b30", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a107b415a820465f87a681b3faaa53c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4bcbac466dcd4822b4eea903f241751d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2f951c33fb814416b1ed4ffa921bc574", "region_id": "RegionOne"}], "type": "block-store", "id": "de26a41d13f6451eb7358c28dffab2ec", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f626b882195546b0a39920a8066c59aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "28d36cb4e0e3434081795a996671b428", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0bc2296945ab4188a810e538c38486e2", "region_id": "RegionOne"}], "type": "alarm", "id": "991ccb2efe2f4df1976d1c3f26b8c6b2", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c455c11319f24a41ac43c69726761f80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3ceb9746cbc24041982cef1cd5270366", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "82e24459ad8a4eb983db0c209c5907c7", "region_id": "RegionOne"}], "type": "alarming", "id": "a635166b120446c68aa4863c6be05c56", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ed16c4a6b3954f07a90b51813fb97259", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e81f586a231a4a6cada707d8ca51ce8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f271dea85a384630844cbffa13a53b75", "region_id": "RegionOne"}], "type": "meter", "id": "b4fe5ca128cf4af18ccfd227a9ecc940", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e2bf24f28a3e475d9606c802bd0d1e3d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "62dc7e5864b54d42a6e127b454e79198", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4f0063bac2d54646ad0fb770051b78ee", "region_id": "RegionOne"}], "type": "metering", "id": "4d4df81e783646e2ad9edcc358ca3307", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4cc532126c544c03b35ed2dc459a8415", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "add01741aa2f47d69c2ee9910b007bd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "78fbb2a4c1ec4d9ab7e0e03c03513242", "region_id": "RegionOne"}], "type": "telemetry", "id": "bfa07785a763417690eb1e3522813efc", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "553c885057f049b9a4bc67d17cf7ad2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "31d27b326910470f9ae7e88a3733363d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "65a926519929456a9651c6fe84d255fa", "region_id": "RegionOne"}], "type": "event", "id": "14d035ed98804171b9d700e839beced0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "63a4eba2f6ab4ba08843da1bda494f7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c38da7f918374d578060987be885ce13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ba278d5b87654f949e3bc04f277e0509", "region_id": "RegionOne"}], "type": "events", "id": "5d629872ec8342eb9252fe62ad2d2de4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "096e20673f9540fb8ea78114c6f9fee9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0ad23798d53749eb9f4d70536ffee385", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ded83189eb584bffbc5c996dfbf49659", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e23ebbdf27fa4fe882b5671f357b8a4f", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "be367861204b42a79787825c9a243f75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cb882cc4145f4031b5d618f09f2a513e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0589c1ef8a8c4f2ea76329c1c63fa19f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "a04892f10c284f8985cf94e3e1013b87", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c5d667e8073c428a99b4b5bbaadce9ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a862931d82034f9ca420e41f873e4895", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3f668f05a1174080b2a1355ba37d6e40", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "5493ef00396146e9af0d82a0cbdb1ea3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "7782a9383dd541d3848eb8df46208086", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0edaaf01838142c0b63d86cbbf25c9f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e0997aea85fd44fc952c7125b3733520", "region_id": "RegionOne"}], "type": "tricircle", "id": "4930db5c4b3a4c75b43463b2ae265374", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "242eeacc35ee46c8af780cd7046d1f1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "f0e42f41a36c429f800df7d5cf71b083", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c05db081e61049a3b37eee7318536e40", "region_id": "RegionOne"}], "type": "database", "id": "f24cd0802171408486c6aa3b80fe2011", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7a30755fa946479a90a718d398471b88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7ae5f26314f346278d086a7b48ff926d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e28881089aff406ebfb5eec74ae0ea70", "region_id": "RegionOne"}], "type": "application-container", "id": "0f2ca8118df045e3aff15e4d52bb25ee", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c1f3dd37d40e486a8c4c97a6b8572f95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "719123ac1d334b91b67a81ce865f551b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0fa5fec516e740e7935363e3a940ad1a", "region_id": "RegionOne"}], "type": "container", "id": "6612637658b84fbda931c42f8ce756db", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "76c7e00120344fffa2626d0186fed55b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e87b68ab8c0d4757b89bda1d7ca95172", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "14067c76fe1549bc94cb2c5fa4970714", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "3f6dc6a6ad664e24a681a2d7ec23b44c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b35f788b63e549e8999ac42ab85f6dec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "faf8a9f721f54604912dd7fe306fb764", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "08ade70913ce43f1b902414f10d3bf72", "region_id": "RegionOne"}], "type": "rca", "id": "bcb0df82d3ea4d70a15a0cb9cee48316", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "1c573c84085c40ea81e78ac0962c0308", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c696e259c90d48848575b43a18fc0e0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c19980787d694bd1be9be10265977383", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "361c435fe74942f78f14a70fdb72946b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "2a745f2519444e4ebb51aeebe0ac0914", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b0e882c6e5184fc6b746c6258bf3a074", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "0e07c37c42bf4771acf8448638187a70", "region_id": "RegionOne"}], "type": "network", "id": "fa47bc072ac2423a955897dcd27e0675", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "057c9cd1ce9545ee99277b3cd4ec21d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "d33be2ae05a3437eab3ccc8bc12742fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "58e688c82faa42e39819d2154b0a1e43", "region_id": "RegionOne"}], "type": "backup", "id": "a9db3035532048b9ab2bec0dc008400f", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fbacbce80040454e86308f82dc03be79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "734e3431194b4b78b6ada20ab02ded7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4cb9371442944387a98225e75ce5ffb0", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "fe7686992cf94417bcb39727e0fa598b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1b06d0951e264de996729a6d1c0c9983", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c225b17948ed4444b3b3b46638f1aac7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d0f2f3a370a947dd9f960acc6631b290", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ca677cefc366406d8c74da47e5074709", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "dd55ee7cb8ba41da8c155a0e647aeae8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4523d689788b49f2b2e7f38dfba0d5bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "a8341a5a00a84589ae46098014c2edb8", "region_id": "RegionOne"}], "type": "monitoring", "id": "90980ce2c12747568bdc39b34ed521ca", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "901dacf3ed6f42ba933f8676a22715a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "834ae04aa27f48d9b2c225f02849b64a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a0e76ffe4fd949f59d4d5843fcdc7762", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "60a5fd63a6f74094bd821870840f2b2b", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "83c3e72206e14043a644f0784fdace1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "e53a3746c7854bccb87a8ea283f472cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "409bc4796db243b996a91bc9c0275671", "region_id": "RegionOne"}], "type": "placement", "id": "8b589ad1812e4883a3dd4654fbcb336d", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a4f8e2d6789541778468cb3243d044a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "65b3588de3a747918a5971d3d903c6d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "29367dbb226c4a1884c0d7a015e5e01d", "region_id": "RegionOne"}], "type": "instance-ha", "id": "a729623938e74b2aaf5c7ed630169acd", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "19a1a3e619404925b3bf3e4649226f96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e12edfd4d4574f3ebfd9801cafa4aead", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e67c04b487b343c1b309136f4ce6fd6d", "region_id": "RegionOne"}], "type": "ha", "id": "b5bdb68210a44c04bf245f649bc785ab", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "30d2c7fafb584b4ea9013ab60ebec66a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f38884380e1c41f3be2577dced3a1a44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "eb965c7c86e54c2e9602f1f4708ebcd2", "region_id": "RegionOne"}], "type": "reservation", "id": "6cf26c2ed36349f4beb126610c3d2eb5", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "111a3b34790445e3865953c9675b464a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "eb637626be4942ca915f3e047b59de94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "717db76f411d42a683c893594967750d", "region_id": "RegionOne"}], "type": "function-engine", "id": "f02af2fd457049a2bc3c9ec27852f80c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "83f22fd200ed4cf6a18d57ad13051c67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "69562a91e0b94788b99f3312e4358931", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "c2816de91f154bf2acfc5f212ecbe73d", "region_id": "RegionOne"}], "type": "accelerator", "id": "a13483f13ae04b57afccfd9d8152191f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5eba2d34bf42497fa2973f4e3af685d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "28b86adf3f854a2497d3e2bb7eab3215", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c5a6655544b541e3b54017a0e1590fb9", "region_id": "RegionOne"}], "type": "admin-logic", "id": "eaf4bd5490d84184bf9c93cf326c1d81", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c397969c4a124290a6ffe5f81970c65d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9bc1750cdff14fe49bffc7310a29884e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "13db6b2a32fb4087bcdd8e8ac772b48d", "region_id": "RegionOne"}], "type": "registration", "id": "90123589f5024a889836797c1950d051", "name": "adjutant"}], "user": {"domain": {"id": "a4d161671d2540638dde24531bea52fa", "name": "1d46b53489ce4f22b5f5c33899261c0c"}, "id": "8effe6385b554c87ab74d64ceff85c6d", "name": "3ac7dd0277b24f6290f9e1ad48807432"}, "audit_ids": ["3ba301d2df7c41d8af81fef900e912ab", null], "issued_at": "2019-09-19T09:04:50.902315"}} {9} openstack.tests.unit.test_resource.TestQueryParameters.test_create [0.036778s] ... ok {11} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_stack_ignore(event) [0.076871s] ... ok {25} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_load_balancer_delete_non_cascade [0.037042s] ... ok {0} openstack.tests.unit.test_resource.TestResource.test_new [0.051366s] ... ok {16} openstack.tests.unit.test_resource.TestResource.test__prepare_request_with_patch [0.046771s] ... ok {28} openstack.tests.unit.test_resource.TestResource.test__getattribute__id_without_alternate [0.056523s] ... ok {7} openstack.tests.unit.test_resource.TestComponent.test_get_name_formatter [0.049547s] ... ok {9} openstack.tests.unit.test_resource.TestResource.test_to_dict_value_error [0.038288s] ... ok {12} openstack.tests.unit.test_resource.TestResourceActions.test_values_as_list_params_precedence [0.157969s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:51,037 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:51,043 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:51,048 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:51,056 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:51,074 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:50.965662+00:00", "project": {"domain": {"id": "ad497a6615f24deba4076eeda05f678d", "name": "565ac260834340b38a4ed067f79f69cf"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "6942f66de40242c1a223b58f9056a4cf"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "13dac75b5a5544f2974382a3f45bf876", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "82a301562d824a3da564810e15146918", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "6f1ced7da63c45ef82a5346caca6ab96", "region_id": "RegionOne"}], "type": "identity", "id": "3381cd908daa47da872db1d05368e4f7", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cf4cd80325b54695be165ba48a2132da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f83137c0e981473e96ccc3a6765ff2a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "313b4c6129f0412b8d03acc157f1caa0", "region_id": "RegionOne"}], "type": "compute", "id": "5e2ba3535bac4c1dbfe7c01c3f50ee4c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a4e677414b094c8b96443fbc248c0a2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "afb2ef81702a4a1e8ef0f702967644be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "61f9cfbda59840578e4681f806799693", "region_id": "RegionOne"}], "type": "image", "id": "27f61e01ec5a45528421dd6f3a49c898", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7af61f7b0cf5461d9cef466a2de01384", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d3614b86c3b24484adcb271d97a1f28d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6ed8bcc78a44437080d827e0a214908a", "region_id": "RegionOne"}], "type": "load-balancer", "id": "e06232938ff84ac993d761ad925a120a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0696d6173b3a496aac88a44d27ff99c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "368dc56025774260a639f00b12ef7490", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "198829d29f224b88a22f6798aad64c0b", "region_id": "RegionOne"}], "type": "object-store", "id": "3bdfe6d261c44f29b37fb222a071d503", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "726be4e715b940db9a6a9c6d90ac46c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "daf27fc7b63d49ccbec608328e462cbd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "7c129ee9dacf4c96bbfb0671aba48312", "region_id": "RegionOne"}], "type": "clustering", "id": "a7c11639c23e46699014d1e3ba02de2f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a66268eb8de1411abff92207ee95490e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a9cf46c1ac164a18adf257aaefb5b600", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4c0b69d2ce4840c3879cde6f9d9cf87f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "56b9f416e5d0420baa650b6236e09ffe", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fc20599f5fd346649224d2e64e701c68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "073ace401e74415ebfac3ac98432e8d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cafdcbcadd93423599924310bff100fb", "region_id": "RegionOne"}], "type": "cluster", "id": "4b11ba983bcc40618557d697bdec67ad", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a578f6d7c43a4df5aa87c04f9807bba1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "7f1817e8d4684690ae81d352ef4857e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b1376c091f9e465ea1146ffbef039c72", "region_id": "RegionOne"}], "type": "data-processing", "id": "4b095961f3a048a7969c1cb879c5e5fb", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3c14a07324a94b398567257a49da209e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0e53abe7b4974cd98d58754703521ed8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "31c51b62f96e4649b343fa46764c1c19", "region_id": "RegionOne"}], "type": "baremetal", "id": "c1a46292a3364faeb99d2838dd305696", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f35a4bea3e2b413c9739146688c00c83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "28df3857e1e74e04950db70a43a6b35f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "636274d0786647bc85d3a694c609b2f9", "region_id": "RegionOne"}], "type": "bare-metal", "id": "34af6021ea5249bc89e5be3e0e112e09", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3af07903849f48d2ac3a9e346f0429e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "50f5785769624498b996ccbf1f0c7008", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "952d942a68b3464a93110db1f73db311", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "01044a52f92b4d75b92ba891f3aa0fc2", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4725fa7294424d46996d1330b652eb5d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "71180e6e9fbb42b09da35f3baef5ae4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ed1a72a6c24d41ca90eef673ab6da130", "region_id": "RegionOne"}], "type": "key-manager", "id": "d8c95803c14d4cd4a3f66f96f068f434", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dd94225cc44f406e867ef535ad1f9e52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ea5fc6b9afa04a89b7d3ad98f023790a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6fad3da827d8495a867f90c6027c58fc", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "bb29493536fe446881db39fa96aff3de", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ec2624e6b47747c397a57ba042e13040", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a5818a56d3e142df9afda7499550a8a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8ab8e92f9f044634854ef551ee1865b3", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6cc80a8c88b4460185d862276d3b4ba6", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "50eea308cacc43bb9fdd81d5e9eb6736", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b6f381a337dd443eba1d5286cfb59528", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "964302eae48c401699233af01e6f7618", "region_id": "RegionOne"}], "type": "message", "id": "20b5337fa719457aa3ec3b8e63e6ec9e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "97397abc4c2f4313a16b381a9e263175", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "8cbc0b96aeb741ceb970da028d488c61", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c9dfec77cad746afab8cbb3a483e3c2a", "region_id": "RegionOne"}], "type": "messaging", "id": "2627c33668744bc898d9323fd305f394", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "bc9304f75e0a4d3d82b50799db633ac2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f156cadd5acb4f218b5db0fef41f4cd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3e553f8d8fe24958afb0f502b69a30e3", "region_id": "RegionOne"}], "type": "application-catalog", "id": "002b1ea853cf4810a5a2753557b25f86", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "29c61629376446639460ba24c29e050b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8a1241049ddd48b092a0ddd6731566c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8200c31d99dc45a69de8909358e82819", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e269b839badc463c8c43c73244292ff3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d5240508cb2646f2818ac3dccb5091ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b37d36979c6243609a464cb5e37e79e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fc70dd61dcab48fdaf263a931ed44139", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "bc4d1bd998e1420b9fab55b8de60c85a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dcf32802ec564679819f23d4c8f9e55c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "11748b79666f4fbcb4af022d4619f0e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9d645026121a438191432a8398c82cfb", "region_id": "RegionOne"}], "type": "container-infra", "id": "70bb1d5a88bb41b386bd3f26ccd366b2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2edc46a1a407448e946e061319967531", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "0067be35fe494ceb9b8f525bfc5e30b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2e1c4a10460b4deab062b14c98c8b87d", "region_id": "RegionOne"}], "type": "search", "id": "69e0b564ea984e78961138eba5d2b9ff", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "bafd1b59565c475bb1d183af9e437cbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "f1bacc3cd5de417fbfaa0946a4109722", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "fc2b8d38489342d9a475a7911e786c89", "region_id": "RegionOne"}], "type": "dns", "id": "d37924efe5ef4e599c9015b62ef55fbf", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d44c4e01a8bb4830b764d52b14b3b9f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a197bbc58c6a40cd8835016dc2fb9378", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "33fc18c5751844389aa49d7aa879f4fe", "region_id": "RegionOne"}], "type": "workflow", "id": "e51cc45c274741a38b4879aac4e1b3dc", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0638e20adb5e40ca9b61b2c3a63fdc9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "93812cbfa73145f0a90863f45e063048", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "44b11a123a5849759eb633d15052343a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e534bf052026411fa18b975f42c80823", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "29703d3b9543480688bd914f822c8dc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d964f1fb800d4fec8258c523a9fbd325", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "b94942b544404a7682617f3d17769449", "region_id": "RegionOne"}], "type": "rating", "id": "2d5aa076604b48678ead3231ecdd5f52", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0c05529fe310430497a488c875fb58c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "11bb1402111f4db4ba9af07b3d23c2a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "785f13f004b74307b55a15e01f95155f", "region_id": "RegionOne"}], "type": "operator-policy", "id": "2f3cf809641f4653b7d2ed77a14a9ab4", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b5b5e39ab8a7400da5acc90b73d1a605", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9866d3cc365d41e8ae2f28cf4c0da066", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "8735729d48ed41c595226a9f3260e35a", "region_id": "RegionOne"}], "type": "policy", "id": "f12e27bc3aa94fa0b614fcc50f88530b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cf33177057124cd0a6b303eae8c83b1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5176f7e4d74943a9b6a02852b3578245", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2586e8b5bfbb415a847d4da951ca761e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9055a021c28a46dd8e3d11d01018a088", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "396f5e63eddf4b2b9d7bce1148e70785", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a6a6f1329ac043e59835f1c58bcf59ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ceb196fa92cb44369aef65087ffd2f88", "region_id": "RegionOne"}], "type": "sharev2", "id": "f97bb2eef86049c1851b9e61aa21e7a6", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "34646ed829984863a919fc75ce8e3e76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b2e12e3605c2484384913f758d2928c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d15b29b292c04e58b05b532852f63bba", "region_id": "RegionOne"}], "type": "share", "id": "4b3ebc3d77f34faa9eec8bbdd04b2a01", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "628138ff62764c0aa8d8d95747c12d61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "685519e020044f34ae9510a36c3bb054", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "8cbbf5b5e11041a7899779eefb3c6c8b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "91a35f9bdcc546eb867ff4835155feda", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc526aea277a4bf7b822eec34efef849", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27daa9b8703b4433b88d4f7143e90282", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8ea62920a7014e4da22567292ea0e738", "region_id": "RegionOne"}], "type": "orchestration", "id": "b44f3779f8474f50917c40abb6939fac", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e470869ff1d7436ebfd27673d6c6d8f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a15196dcb2949afb9f26a7e9cb22289", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e3693b4b9df64739945ec077d1f68930", "region_id": "RegionOne"}], "type": "block-storage", "id": "948cf9a62089463c8c56fc506df77221", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f88860a42ecb4d5a84168841f9b4dda1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "89bbbe3f28e04998bdd23977f6bc09ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "905ad2741da74b0b8309cc94beaf272a", "region_id": "RegionOne"}], "type": "volumev3", "id": "26b488ed0d134cb296f5db7628f42d32", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a0f8b4659d6740548b92e671c11450bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c3b6c6670b449eda79f6b18c12d32de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67520b2d75d94937b83411c05b44fff7", "region_id": "RegionOne"}], "type": "volumev2", "id": "60fd52702ecd4740ab7ee78ed8f51425", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "651b27ba43ed45ba81c8e16c626f21f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6a44d9854cde42598c4399dc93136370", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6159ef991b78455cbb6c75c0b460f563", "region_id": "RegionOne"}], "type": "volume", "id": "e389cd957ece435690788b15a8f2848b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d07e5eec1f074382bea0f0e91a3240e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fed96b6192df430c96e5223ab9d35b52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "80c316596b904240a4046d2a5020dca3", "region_id": "RegionOne"}], "type": "block-store", "id": "5d47296a64284d138da6ad015e831381", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "58912250ef0047389abea1811b0d26d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3c40a7b845964cd281e9632378d8a2dc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8d26d3c4111a4b6ea57aa50d3e55a41f", "region_id": "RegionOne"}], "type": "alarm", "id": "5a246f53df234afdbf3af57e50062420", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b580f110adb6454583a9ca5dab82d258", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "087dfdb768fa49b5a1f0d926d331d45a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "59fd829b72a540fe8805b9b408b7365e", "region_id": "RegionOne"}], "type": "alarming", "id": "db05781735f749c192b1c475a173553d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "73cf624a232645be9aa2d6534d255f66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0ba6cf2c615e41d180f8ba60de9fac02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "30a3864b32664bad8ea39269b0f269ed", "region_id": "RegionOne"}], "type": "meter", "id": "406e026064f4440aaefb002b9be07965", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a9e9b2e9ee094cf29eb0cc81862b60b2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6f8d47ddfa8f45c385c2eed2ff1c3154", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "79467bf2cedb4ee2b0c8a5ba941ca103", "region_id": "RegionOne"}], "type": "metering", "id": "8d099cb08d684f7b9776bf77408d28b1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fa79e6cfaaa243b1839e36b666b256a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fb701b85eb8b4c89b8cef8d074c09d0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "1bd558209bce43eda82e3df712ebb056", "region_id": "RegionOne"}], "type": "telemetry", "id": "0c2e4e6eb0c44eb5906d62fcfddea717", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "36698e20a04348acba9291ca10bdc512", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "c4109a2ea61d400e8f71f5d5e1c191be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cb0634a02be6463ca2b46eb3ee15892a", "region_id": "RegionOne"}], "type": "event", "id": "407ef7fe0a36414a93c1a9e756b45a73", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "052ac2d5abe84b2e98f219846fc3a39e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e370ae7abfe5487e8c26c61d37ea3157", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5939316170f64e6caabf86fff7b7b0f3", "region_id": "RegionOne"}], "type": "events", "id": "b860dd469df940548886803b49cd095e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d2a8908dcf77424f835c8ecc69e2c4bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e160939f71bf481fa0e054cb80f3abe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "226c141a72274c3eb8649dcea6f0aeaa", "region_id": "RegionOne"}], "type": "application-deployment", "id": "3d0b2d4c405749c5b7c886499d1509b8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "868de1791fb7415ebe3d3ae203071905", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "51d9edab29894af3bb865a6f2c452b9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8c9889f56c494091bfc3dda9e855a550", "region_id": "RegionOne"}], "type": "application_deployment", "id": "c32694fe837341e9a84c776d8ff24b69", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5f47c71161c04d90bfdfb4cf62f1a640", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "982eccf2beec48d9b7a1eadb581d78ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fe7755cbc7dd4c098c94e6758820acb1", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "7f91e19e98974e6097746ac2a1d4b2d0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "efb0035d480d4d0a9a84857efba63291", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4a2b1b9ecea64847b215c36bb9e45d0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7b1e1f928482489bbf696ae047e08a3b", "region_id": "RegionOne"}], "type": "tricircle", "id": "96ee7b04894f4888a543ada86095e042", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "780e877959d142859c089cf558b77c75", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "fab790cdb8d2400fb70c50a447bdd3c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "e140b8724072492b92b4db61a4a7e7db", "region_id": "RegionOne"}], "type": "database", "id": "ca919edfc6b54266a0cf5cc4c826022f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a668b3bee6584326b8018023a219f7ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "dd8814c831434383b87eff9ecc431900", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "98971e7156fe401dbbffa90d36e6b5be", "region_id": "RegionOne"}], "type": "application-container", "id": "c104c62a0b7446c18dcab4e06d61bc36", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bb2c77e4567649e5af08dcf65ba8cde1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "d16bf96074e841368b9cb4258db04827", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "378391fb41f242008f5fe050e5d0d8dd", "region_id": "RegionOne"}], "type": "container", "id": "5f03f18863e7426cb0589d98d5c995cb", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "83f7dd50a98741cfbb9343f5ce19302f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "be0f5c4e6cb44c3da431dd33bea81cde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e8e927f620c543f2b4f8935d060e7116", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "fcb8782f21f24ad983dd79852e01f148", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9a34221098a7493cb446c13d739d2ab8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f0ccbe5ad8134833bb13d50fa6a233f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "dacd88d93eb0485d9302734ca2562ab6", "region_id": "RegionOne"}], "type": "rca", "id": "0b6a78a0914f44c5982d316bb804e4ed", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f7e6cd5a63744825be18d6960f5b72eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "764bc73c39ec43a68e077b24449b19f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c465a545489a473193ea9185a0699995", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "8c96c34dd31946389f88a7ffc75d6d7a", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "486469c880894bd28d5433646aba6355", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "0655095ed90e4631a5217f3b9cd55f57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f578c3bee2d94f4d80a49bf5a1557aa8", "region_id": "RegionOne"}], "type": "network", "id": "748d39e271ed4288886c591f66674502", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "504aeaaeba354a3db6c35725da55d8f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "3739dbd036364ee8aadebd82d7c68329", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "12437a15ab104b3ba008ee5df5e2cc22", "region_id": "RegionOne"}], "type": "backup", "id": "512b047f22134c199714b5196941e407", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "080223d4d5dc43cf8900093bd07c2b4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1f59c5d1b39546b0b6ff54226634e6a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3946e788aced4f29b6167e137fe700a4", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "7a641d035ba04c43bfd83fa40ec7c692", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7307dd180356449089216ce1f626e754", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0d1d8323b9d34544ab2ae80de9fdf755", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "339043056eed4110890fcb8baa9e2026", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "69cee671b3b9496b92b1a060773d0f91", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c3763b8a7f49450c9ac25626e9385632", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "04befdd9cdbf4e87bbbfb820ed9ea396", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "74bd3369a7db4054aa589803dd47fc51", "region_id": "RegionOne"}], "type": "monitoring", "id": "cc0736d60ef74501a42e363e8038d7da", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "704d918f945b4f96b6213137d0d5a27b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "bd7334a52bd44d8d919e9ea3a1ef4a7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "a6b8963e28e545e98b40708d922975d7", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d30ed08b9c214b99b0a9f0e2716ee4e1", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "90331a8eb9cd4c01b83c6b4d12ecbf31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "abb1b8c5f68048af9b18e604a9381c21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "5c519fdcee7f46048a20f3da454bdb79", "region_id": "RegionOne"}], "type": "placement", "id": "b1c787a2214e46f381de59f38e2a4523", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6ab1af38de6b46668154f29d74e797ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "35aae4b19f2744178b990b28d2c410d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "e0276d22349547139af69404d4c49318", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1a0ea09292b04c9f8092b0fd7962e61c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2743f41f69024678aa771cb00ebc1513", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "607b42e9211e4c57bb3b820a06206e36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "42c2effb08f64efaa15424954bfe248a", "region_id": "RegionOne"}], "type": "ha", "id": "67ca822f0c7e4f75a3faf5f16daddeac", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f5660905fcc44c35bfa279253cd0dd2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ac6470b2304f47ab89f51691d45653d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "568f08263b1b4b7c87959a41ef77919f", "region_id": "RegionOne"}], "type": "reservation", "id": "b0b11eaad15e4a67b69ab9b9a946e127", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "28c634385070413898c5be26d8de4c72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e5944b10daf94def87119bbee2b4bdac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8b51c4b0cfe543e8ad1757942320c8c0", "region_id": "RegionOne"}], "type": "function-engine", "id": "223e1323869f407ca4243f903b3052b0", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "8a81d743db1f492bb43d88a7f95aa97c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "9474e5e0b0e446e5941b0019373f9392", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "f60c2ff7d6be4d04b6adcdd0712ea506", "region_id": "RegionOne"}], "type": "accelerator", "id": "c7c4857dd64e4b0fb63ea31adbd82b93", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d0b2000bc2ac448d897418388f515080", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bc6c0a14cf804e3981d819670320bde0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c6237797cf0e473bbf4a93b49f7dc360", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d2c99b6bc78c4d72aeda0149d234c52a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "557e225c4c294487a5250d77981e4fa1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "805a1d2c5ec940c3a4dbf516721d9abe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e617626cb128455cb57e7ad5e7dea2b2", "region_id": "RegionOne"}], "type": "registration", "id": "a18fb35729e847fc845b5beefdf7e6fb", "name": "adjutant"}], "user": {"domain": {"id": "a626cdcfe6b345809c9bdef78480ddba", "name": "b369d3967d2c4345bb95ad176246a7dc"}, "id": "aa0d1b645c3e48eaa62ca2b434b449e4", "name": "b522bb249bd248c394cf33366f02dd08"}, "audit_ids": ["2d46a42ea6f14cbc9bf0683e48a49282", null], "issued_at": "2019-09-19T09:04:50.965662"}} {8} openstack.tests.unit.test_proxy.TestProxyPrivate.test__get_resource_new [0.093558s] ... ok {10} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template_invalid_request(sd_metadata) [0.096896s] ... ok {30} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template_no_env(identity) [0.086857s] ... ok {15} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_dscp_marking_rule_update [0.181126s] ... ok {25} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_load_balancer_find [0.038329s] ... ok {11} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_find_stack(stack_subres) [0.045470s] ... ok {12} openstack.tests.unit.test_utils.Test_urljoin.test_strings [0.034965s] ... ok {0} openstack.tests.unit.test_resource.TestResource.test_repr [0.038037s] ... ok {28} openstack.tests.unit.test_resource.TestResource.test__prepare_request_with_key [0.041562s] ... ok {7} openstack.tests.unit.test_resource.TestQueryParameters.test_transpose_unmapped [0.036550s] ... ok {9} openstack.tests.unit.test_resource.TestResourceFind.test_single_match_by_id [0.036822s] ... ok {4} openstack.tests.unit.test_resource.TestResourceActions.test_list_query_params [0.104056s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:51,116 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:51,122 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:51,127 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:51,133 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:51,144 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:51.076718+00:00", "project": {"domain": {"id": "59cf47b07fbb41a5a435fd0fa76a28eb", "name": "b2d7822abe784180aa8b0de2387eb2c6"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "d82c485485ab4ff199b5da8f50d18d85"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "74561d1379e74f33a95ac0b4d0e65a7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "584facb1e7d34c38b9c68e2f8bda0787", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7a9e441eb1a142f6ae888606671552b5", "region_id": "RegionOne"}], "type": "identity", "id": "e605b4d066d64c5388759c42e9fc2c27", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "842f86a5d48941fa9568e2f82d06e8ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "0274290f48e244df892830a8ff697a70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c7af76737b0849938fe77150e66f4aa0", "region_id": "RegionOne"}], "type": "compute", "id": "7d4297128f5f4eb790d4d0f4c04fdbed", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f47fbd3ad13946759c00a81ecb06f1c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "350e678060524bf0aa72b16b5e71132b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0016ef75fa0145eaa64e85f5a73f2dd0", "region_id": "RegionOne"}], "type": "image", "id": "5a46dcb3549d44afaae6ebb3bf42255e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b1e1934925864bc3b55ac2983b19bf82", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f24caa14779a456aa92b60bd734375bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "881fbc00414349a2b992648f1008a32f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b3d6b96f4d034802ac90ec038a5f8382", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f0e9cd2aab33460985fad1b9361f7369", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "812653d805c247dea3bb82ea408d9052", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4da2677af77848cdbe3cc9bc4bfc8a1e", "region_id": "RegionOne"}], "type": "object-store", "id": "62516d411e11470f8d201b88de6f9ed9", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a777899d3c5548dea299344c99df5a18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "306cba0903b047b39f77c6e9ea68b938", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2e73ee1a1c774ff19450e28e3e054603", "region_id": "RegionOne"}], "type": "clustering", "id": "ae97ae4dd15042a9b4805160f77603dd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "77591c893dfd44c09776dc80f36901c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f25fd04eddc544ad9c5a9f5451584557", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3b208d7c22594a8d80f8babc930b30c7", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "3c12ec9516104f97a97d85bd5bb01397", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "623e0f6e1b644df48887782ec9c95735", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5daee142cba74760b4fbfd77fa48c000", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "311f262c773147219644a495dc06e291", "region_id": "RegionOne"}], "type": "cluster", "id": "e65a2e21ecd248ffaa89253cb00ecf0c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6c11bffdc560419185a0e051ff616745", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "9a959ae46bfd4767a76923e76d1738b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ffc6f71426bc4d158b77dc168cd1b9d2", "region_id": "RegionOne"}], "type": "data-processing", "id": "af586058084744d69d5ead66e546c189", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "09a03a12850044a1ad17a6302c5c893d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ba64c7c550c14bdb9514da00a384a90a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b452b33b4a6e4da4b3956b979e2b22a4", "region_id": "RegionOne"}], "type": "baremetal", "id": "536152e6d21e497892215e669a2d90d9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "0ea5d29e6c03443493fdea996590791b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "96cbe126067b49e8b32d8dbbd7f94637", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "caad66c9a33f4cf98e0ee9a85523abcb", "region_id": "RegionOne"}], "type": "bare-metal", "id": "dbe2a5f3fe9b4ed08a1b2a450892bca5", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1175118d8f25461fac5b597e68343715", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0793529cb76344e19699dfc82d6caf96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "efa8bdc0ffb54996863d0e80a4c86a76", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e1a6df8855a149f3b273af6f18ee394c", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ecffd221cb444977851cdf59f9b8ccf3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "cbc8c2d2a4554229a3abae368aa2a2cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "4ff1b4fa61a7405b8a1260e1bdc0a4bc", "region_id": "RegionOne"}], "type": "key-manager", "id": "ef34a33880af47d39bd3123b54c4a07f", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "319517307e6e475ca1bb55bd1d469a2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b92b37030b6745b093fd1a0d7fa80a4a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "6dce7673dc7a4b0fa6b78784f36f5618", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "71109f5650674a78b6c0e2d34f69cee8", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1a3a402b773a4d51ab0389da6d3bf15c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "fb998a803e3747fba8e169de858acc9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "305f8e735f2d4ced9910fba071c6253b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6463e0c0d0e045269075eb05f241d7c7", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "15efae9fbff04516b5587698a9622dcd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c291193637e64cc1b6bce3128e550825", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "bf9e11ba1a0e4c18ae73fa594eb3bd25", "region_id": "RegionOne"}], "type": "message", "id": "7ffa22efdd6b4099b59b0cb980db9e34", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c8766fc7486147d0ae0fa6a88af1e8b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "945e20d2127c450da842c8b8b12220a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6e7538fa0a854356b5568202ddc82144", "region_id": "RegionOne"}], "type": "messaging", "id": "75019b2d5ea34f28849b95ed6ee6bb46", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a12bdc434bb84d748d88f6afd1bbdbf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "14e4781398704e679cb574373005cd9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ff80bf6cc8de4894bc2bd3dea216e944", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d6e7143632614741895125a4e31f7c3d", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9f69edcb930b4d029d5e6e906b227b7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f4efe0b060764d53972e1dd298553d91", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ab76cd5c09a04163924dbc90db1eebb1", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "076e566e45c9463e9c1c40cbc762a0b0", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0de2dd17ae70496ab56bff83f670821e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "de55ca8fd97048a7a4f5bedf79a3d908", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "583974c45a3d4337990ba3f23e686ee9", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "dfeb009bbd884b8897fa742509880961", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ab61b1a044684027a0010d480eeb8b3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7667debcda864031817ff4e02bcc61a1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71d35820dac048808dbc06ef8b29e575", "region_id": "RegionOne"}], "type": "container-infra", "id": "a605b8006b2742ba930fa0e4c034e262", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "ff59dbc71dce40a693d636cc595f5dd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "fded02a0c1df4adbb982a6f394686ed9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c1897b5b3f7a4f1bb8a9963dd92d670c", "region_id": "RegionOne"}], "type": "search", "id": "dfe79fb5f90b499a820e50d74720a4da", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "af3e2b70e9104a9caf4e69dd617375dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0688f2c08c7f412fa932e42c5a425643", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "e46c5bcfb708496888f3778fa2bab751", "region_id": "RegionOne"}], "type": "dns", "id": "54cdec8677bc47e0b356d9fb29b803b3", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "84c41901e6c34e56ac00fda5d3cdb4f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c2161494b82844f780a12de050fe561e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c132ae8c15644ce7adda2c75bd69657f", "region_id": "RegionOne"}], "type": "workflow", "id": "c8897f1abd7d47b5a138a2f3eb3d3489", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "471c48bd9e7b450abae9c8edaec36e95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "de136bb3403a4bfa882460f788aa1775", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "4d128067ab1d4cdca7a03d2f42a34da0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "ca153068e1684217a51add84e8bf0336", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "0ad67532ee30448a9df30491a826a8bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "c145a8d52c5c43fd91ec94488df46032", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9f7118263ccd43a8b7f3b78caa959a69", "region_id": "RegionOne"}], "type": "rating", "id": "dacd411715bc490d9bf1d1674c6c9816", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ddc2e2e1acaf4cdbb5355cd34ce53566", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bead45cd7536412e885eae2e98b783fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "911a282c162d422bb4103b91e3ba8f17", "region_id": "RegionOne"}], "type": "operator-policy", "id": "8640be8923484c419e6c832219cc2d4a", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "08d5e6589dd04d03a04fac12fbe93d95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "745e1874e6854bb1801875cccd8c1424", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "1e9b4eab055d4610bb408db63cfa7f9d", "region_id": "RegionOne"}], "type": "policy", "id": "0b0b9915c626459a96b4819e9d29f69e", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "807f3b36ab244163ba8b227bda65c85b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f621c0e1eb8448079150599b1bcffa09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5995b28a988a4fbb9501d550d0b20103", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9476788280ba487bac1c066843612cd9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9e51b133a47947399b1d96508a7f4c5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "beb671e1e4a4481396b52353797c30a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "40ee9acbb01047c9a48301603a8ac5a4", "region_id": "RegionOne"}], "type": "sharev2", "id": "9499f3c94ea4441080651f247d96afa9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "ce056e346dbb488a8e407de083f43c26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b4798944d52f435baecfc3e913b1c63c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "92f70a91339c46abb7e0f4ff60214a01", "region_id": "RegionOne"}], "type": "share", "id": "20fadfe3a543412d9780a879adb82ec1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "346dd0d8c363475ba4309e4e2af28335", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7a0c52b0be224d91b73ce2105d9a2270", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4234a289ccb543a5a57d3a7c61efa3f0", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4c87d66847e74622a79180f96448750f", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "149ed7fc15c041818356a58400f75a57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1fc78273f0d4c54a44f085a9e5aa91a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3f2a67dd523461f8ce2ea735e3e3de1", "region_id": "RegionOne"}], "type": "orchestration", "id": "d9e70d1c48e746b690d853630059e620", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "136c8469b31548a3ad25e36d5f078b70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7b2fe650cbb642e685875aae02b19995", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bcd5d06df8f54e76baeba13336ece2eb", "region_id": "RegionOne"}], "type": "block-storage", "id": "c618f80e913542768f826fe6bfa3ef23", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42494879f47a452585d0eebb3b6b547f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea07882678084b6b8913bac95eee3f74", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7e06043304a441ce8e24bdb4da730bd4", "region_id": "RegionOne"}], "type": "volumev3", "id": "92979dab93604ac99a1474efa71a9795", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d14bcd2608d4b47b69366136fb7c244", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c324ea7cd154e6780fc35a015233ca6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9b1b15f9777544caad8116067541a03b", "region_id": "RegionOne"}], "type": "volumev2", "id": "f5fa8659f96d4677a671facdcbad6d79", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "396663c2fdeb47c3a3222574cf264a70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "577097e9119e42639abeeb98573b281c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0adb36b615b6497f8be818df922bc18e", "region_id": "RegionOne"}], "type": "volume", "id": "c0fc00245f4b4c2699be71e6e4b7ca68", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44f548b7254d47d3a8c260200795ea5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "340d5b10d3004d40b0b20ecdf0a10896", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6dbb7113b8c346fe937c7827cc184f3a", "region_id": "RegionOne"}], "type": "block-store", "id": "abf5ae705d544d319798f84c904234cf", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "70c8e567b3214443abe70c8dd2d558d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d9a6055e637d4a41998295822c00ed7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4a7a6d586ece4da192a09d38ca87762d", "region_id": "RegionOne"}], "type": "alarm", "id": "d188ef8259404e4d931951c2891917b8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4870e8da40bf47238bc2d9ab051a0bc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bc348f4e03d542aaa7a10a44e10178b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5ce4bb6e6a3d4eb99f579b9a811532ce", "region_id": "RegionOne"}], "type": "alarming", "id": "97da48cb6776496c99184036aabd7eb6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0f9d35abad4448659c8cdca4f76b73fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0973b664dbbd41bab8e4a5cc010212de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "40c9454861884be9a751c662521769cf", "region_id": "RegionOne"}], "type": "meter", "id": "041e23c5eceb46da95315964897ed42f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d1327d4432bb4757bbf1c8ad0950caf6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8e2a24eb4fe64261aa0a5a41c08d1ea3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "cc081d27b2094a8a9e9bda6da1d0e4ca", "region_id": "RegionOne"}], "type": "metering", "id": "b3898a4133234271aaebb558e84e710e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "afb83994779a424795eed00d5c858504", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d4b5e02ad13a46879ec96c02956917e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "e92372a723d64bc8bce5d9ef2cdb8039", "region_id": "RegionOne"}], "type": "telemetry", "id": "1a17f7510f8b4ba4b9138f1f81002741", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "014f3f55059a47c99b7c523666069f25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a09b335108194fdfb6c38d69b942355a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2465caa6539247d9942190a815fc919c", "region_id": "RegionOne"}], "type": "event", "id": "fcff6da10ff0435e93596b1d5ee0fb6f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c37806bc51184e44a413d8fd069ea17f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "6cfb777e5e9d4c82ab49dc9e6663ba3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "2cc2e8abef114c04a3aa5f96958c5b9a", "region_id": "RegionOne"}], "type": "events", "id": "a62f4d5ba4684e298b2c3f28fbed0537", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "495e6cff05fe47a7985e326382430213", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "eb74c9d101854fb1a963bf2b6eec0225", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "eb2b639fbb1e4ad9bc9b09c664f9e62c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c1ce3187ed7f4cffb445674e9bd4a8a2", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "fed0cc7c09114848974baefc32823560", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ab9cf38d5df44edfa5b97755c56adf4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "f574f4a5d43a44d185cbbfedaf87c088", "region_id": "RegionOne"}], "type": "application_deployment", "id": "f49c5d85043744db8b883672fed434d4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "22f2cbf7e2c046edba39f8cf70ea0892", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d7c93fae6a4e4eef8138b35de34940dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "cfb8a1e2398b469b98edf18c11fd40b2", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "652570b4400c4970b22b4994514314e2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "20c6c9fe0ca645dbb5617ae9cd88621c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "b619c9c5d8834945b8416606331fe00b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6c288a5dffda41aaac5f2cfa26aa9fb5", "region_id": "RegionOne"}], "type": "tricircle", "id": "6dfaa3c09d204ba1b6806915535d59ab", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "43fa27c0ec09459594f8545b336dacb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "8a89d730c02c40ae988c59a34d3419b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "6e58352abbb3451b929d3cbcb0246511", "region_id": "RegionOne"}], "type": "database", "id": "f779429334a743a7b5c86fd8ad43fb73", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a0468b0f369840aabc9ca484864b3185", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9ee2d39a55e64d5d84f50d902873bbf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "fbb454390d8c47628b984b2c675d286f", "region_id": "RegionOne"}], "type": "application-container", "id": "52f90331c3564ae68ba9644451354ca8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f5b89e56039147afbb69e06849f5af96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "08bd7dd6c43d498f8e7d2a88282d9628", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4624bd049848430597f1882dc21194f2", "region_id": "RegionOne"}], "type": "container", "id": "c4693d32cce542b79d50ab6b5215d100", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4643a9b2563647a9973398f883e0400f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "a763a616b721477792290861077cf9a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "a568ab3996d24727a40dbd5e8934deb3", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "bbec97a58c9b43e5b972370112f07e54", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4706d9dc86624b3f81052d730397a15e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9cbf6a9a66534a12a81ff350d7604411", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b9a1895e4da14974a55c1bb8422c3080", "region_id": "RegionOne"}], "type": "rca", "id": "757fa291f7004c43a27472ff13ac2f5d", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5a7191c5db694411bab8b999231fa4c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "9263111d07e949f7b750472be6c76d5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d3ff26ce4f5a43b3be175520305fdf05", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2e55a46973c94c83b91f847fe80f87c6", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "8e1d072c8b4047afa676cd241ad23990", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b3be3f26c6234cd08b67abcf8b05c79d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d4e51616575b4615a67c5fdfbff03b15", "region_id": "RegionOne"}], "type": "network", "id": "3429e295b7134478afb46b5b5949e042", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "49c6040a592b4bfeac5a6c0f53f751a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "18b42b588ede4847a16d962349aad6b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "28379761e2904e3da4d40d5663ffe5c1", "region_id": "RegionOne"}], "type": "backup", "id": "67f3750c637044878965cd5656cda239", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "22bbe0494fdf4f5b8f6970a1f94c3efb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "280da07d850b42bba112b38d24876791", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c7348938206b404db12e6991944ccff3", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c5cc7dae02964d8fbc47b2510b93619c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c1e0efc26ec64abeaa102f499162a4b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cd9976fee1d84d03acbb725636c86291", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ff14f8b4fd19443d9b0d6e38ca37a14e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "4cfbbc538b2743ca98df0daaf09762c7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ba1f0e62f65647ec8606f0b86f8cc78b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2819463d29ac4180bc5089fce84d6486", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "462a22385374422bb923d0606ccef166", "region_id": "RegionOne"}], "type": "monitoring", "id": "53914f3d1dc7447b90eed65ebe9620b3", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "f8a1abbc5e464139820caec45a421c25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b3116a86effd45cabc97c2d7e2dedf51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "673dca5c84b04fcbb3568c824e1cd0c7", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "19438cc0a7ee425cb1fa90ee21478d9c", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e938426f973a46e8afdb707acfe8fcbd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a3cfb66836194932b2c55ea28c3fac0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "17a23ca882e34b71860b393c18245878", "region_id": "RegionOne"}], "type": "placement", "id": "c1035f7388254855a0990f2e4df9def8", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "29512c26eaba471796a63123cd9c9f4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0fb64def53cc48eaa4744dc7b7f0d49b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "fab9944f72b543549b149ec679742bc6", "region_id": "RegionOne"}], "type": "instance-ha", "id": "37f53235981f48f3bdfab9d902630d90", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "21395974f5ec41118b06696c8f3f8d7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "89d44776d9264cd8b6e385df662c873c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "bf9229d5c82b4ec7bf0d832bc85e6b9c", "region_id": "RegionOne"}], "type": "ha", "id": "700d4cdd3edb4796817225420cc6cc09", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0eb1f5dfb1df47739418ca380068136b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3e96eab2afec4e77b2a1542e27ce018e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "acd5801aff474d9aa9473471ae55eef2", "region_id": "RegionOne"}], "type": "reservation", "id": "c41283142f0d411dafed7368cba202f0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "846b85919d6e43af9364a05ddda28ff5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "1cbfc7b41b9340f2a635332763585cf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "bc75ac9b0aa44638888295d44e4d11bd", "region_id": "RegionOne"}], "type": "function-engine", "id": "550d582829364d889ad4d74f9df6f6b0", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "326beac5fb074484b99af4f17a8512a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "522cdeb5c9c548b689cb8f2ce138adbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "26d9fdbbe0d345d59fd43355a61b734c", "region_id": "RegionOne"}], "type": "accelerator", "id": "bd55ab0ffc5f406183e6298b04b9a451", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "66dd7c69e32845dc8fb0acf2b3e9c1c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "acc7b4963dcb42f28fa3f56d32b44519", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "daed8dcddca24b96993b7f78fd10fec8", "region_id": "RegionOne"}], "type": "admin-logic", "id": "0011ac2ae26e4e93906df9813f2765ec", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "85183223b9dd49ab915e827e4bb4e2ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b833bbb3faee446899dc81bc4b661b24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "270517610bd9412e8793fcea12f56a9b", "region_id": "RegionOne"}], "type": "registration", "id": "a4bc1d9c2ed14a63875480639dc082b7", "name": "adjutant"}], "user": {"domain": {"id": "4064cac08c824a13b8a176e818b6113f", "name": "19f562c817944d3095ec9b05d6d3a0e4"}, "id": "e74b9aaf018640bca05a0b3367b626c9", "name": "cc116ec928594703b9914c85d0bf6107"}, "audit_ids": ["e35b8eaca2be4c38a979b99faf48f48d", null], "issued_at": "2019-09-19T09:04:51.076718"}} {29} openstack.tests.unit.test_resource.TestResourceActions.test_list_multi_page_response_not_paginated [0.121513s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:51,124 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:51,131 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:51,135 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:51,142 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:51,152 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:51.062751+00:00", "project": {"domain": {"id": "616a89b61b8c4e8ca6ad5414864bb541", "name": "7cecccc9a5aa4038be9dc4b1cb851978"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "5c3ca69dbbd6492d91bf39852b186463"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5046247882274f6bae9737d36a47dd36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ab59e3a30c90425489e51dce1319fe02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "7fe5665608f04c1ca34b83da713b39a0", "region_id": "RegionOne"}], "type": "identity", "id": "715025ac064d4c5197536448dbdfdcee", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "dcc566d7e9c44d6a884ed5fe52126395", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "cc4b8302ab7041299b1dbeefacd7d40a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "fe77c7be1cff4b78aec34cd4c85973bb", "region_id": "RegionOne"}], "type": "compute", "id": "89b10eb8b44f4f86bc6f2c630e3e7c94", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "4bfd55d6f956403d9cab9e18b1c6598e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ec647eaac7714da79c14742ccac56cb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "e7de45dd9cc74060a92c8272eabb1866", "region_id": "RegionOne"}], "type": "image", "id": "a50d106769f94a5eb2dc1a3a21fbe682", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "209dbace212845678e3d5a41b4f87ad8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "438be133eb244793b84f822c33aed925", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "46cf5833155542ff85bc5210b26905ce", "region_id": "RegionOne"}], "type": "load-balancer", "id": "433efba3259c464781da14311185aab8", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1fb33002ca5c454697b0f0203c29dbb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35a3546c130c46b7a3c3b2e87ca0f65f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c1198e4b3ce46b481e23e467a72b282", "region_id": "RegionOne"}], "type": "object-store", "id": "e50b6130399e4bde972d0597c3e6440a", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0daf1b4f51194b08bccc1bb6ed6560a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cb5027a0dbc94870b4441a22dc4baa02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0770384d046747dc8f9a29f95cf04d89", "region_id": "RegionOne"}], "type": "clustering", "id": "0a3f74dbe9ea4a2d9f5a58f1050de806", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "33e1c5a9e94c4ab6b00122a50e88b4fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "92f3f417f6eb4d579db7bcbb06ccd6e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c9b33b3a0f3a4680a375b77a3e207e55", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a73d07d0a03546d4a8d69ef8fab22242", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e2e7d3adc4624deea61bd06e62fc7374", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "16c6233a45ac4d37bcec78afb3ffd0df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a530d8bd30b7459db320adea627f9129", "region_id": "RegionOne"}], "type": "cluster", "id": "df93cd34bc414c858aee1587b67c893a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "35896407037a4447a5010ab11432205e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3bda07414d564b4e921a1af6020c3d67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "1ab7eb3c099c4c9dacae39973e673b3f", "region_id": "RegionOne"}], "type": "data-processing", "id": "9a4cf0a598ea4bff820f5c418e67066a", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "14080a6965f64f9da6c562544e1fcef6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "363761bd94cb4812b148d78a1474da15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "aa5d30b552b54813a12544c50f1d8b8d", "region_id": "RegionOne"}], "type": "baremetal", "id": "c7da415048bb462ba2053fc706faf123", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "165f57c2e38e4e6e83c4b0c243ad513a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ce26cd02c6c240469e62073fb323d690", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ac3ff614dc594f1585a676d84768ab77", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4e25cd6a9ec243fb8c2b9d335252a1f1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "a6ebf91ae0e54f9e843cc835079818e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2081958c77404136ae80f5d6141acfb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c211ad08e8e2465ab20df01ff27719cf", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7a4ef996a7c24d85bece14962437d160", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e4329aa8b24c43fdab06d24bf8bae26c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "184c6bf7193d473ba9ebc971a15a14f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d3c738b754c24ec0995e3ce9d670b111", "region_id": "RegionOne"}], "type": "key-manager", "id": "b472dc08259a45b1b4823d052c342391", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d3acbdc8f3c94f8d8a900987b5f89fad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cb2c4a30d45e490896dc9363d7845677", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "cfb615b87b574bdaa1c8b4da2c8ed6ef", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "4f2fdba3988c45f9858702ce59e9a3d1", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "573573782bd449dea3cea2d3e3b772db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "edcee9abefdd497bafd58e6c23607690", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "69c8c7724fc5445ebc390d4ce2d9be74", "region_id": "RegionOne"}], "type": "infra-optim", "id": "2abf8c234e9d424d8d0717573888a8b3", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "96c61b22e8d7442084646c10cad99701", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "5b8fd87aab6f422c985f83661d2221f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "94fa0d7a721f40a180a48caed933585e", "region_id": "RegionOne"}], "type": "message", "id": "89fb7c15af554673b03966422eee69f8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "4e4cd0d150b74f7fb9c21ac8a886d1f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "86b46238f82b404ab96d705b794fafee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "26df0b0ff7684a4cbf65ff568d8cbc4f", "region_id": "RegionOne"}], "type": "messaging", "id": "c08e684a779e48379f865ca029665c99", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a9d77bfb4c784814966ec8abc0c21262", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "36ddbdbb0d9a4b169ed8669efbc6f3e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "e3a52e2702024e0ca46c19d3a963474f", "region_id": "RegionOne"}], "type": "application-catalog", "id": "dadc582b1d9a47a6836f40e889131674", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "57b780cce15b4f6b8edd1afe6f33c98d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c81dc8e845c646939b25d02a7a2ee0b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e0f15c9a2e064daa8bf17cd47cd33517", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "f172cf33c44f4674b179bc87f049273d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "10ff0550fda74de5978dbacb83e99aa4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d7e6fa1512b94c30b14b29637b7481c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "401d5a1f835b46c1bbb6ce0a1409604c", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "957172cd03f44dd8aa1c69fcb71eccaf", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "74d5ebba6c2e4ff89e59103ddb1974c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "abee48468ab0453c95a03db753e047ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b3276672204f4a9eb9c05e7283658409", "region_id": "RegionOne"}], "type": "container-infra", "id": "7ac2738d96b94a4db1d3c1e422971269", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "b2de00d2eada4a83b5150a35b454e26e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "47a6a1567cbf4c158c2f7600787bec1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "90a0b3adfcb44e2b992448a5e9ee5b34", "region_id": "RegionOne"}], "type": "search", "id": "e88b5b6587b84370a4c42b68f0ccc7d1", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "555a67ed2cc44eba8f3acbd70effc778", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "63a6cdcf944a4b1e8e048fa58cdf2730", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "79f02978ff1547818611d305ca3c5d09", "region_id": "RegionOne"}], "type": "dns", "id": "71383d387ea04dfc8acb728637e452af", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "685fdab7e69d447fa1669f47e48d2912", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "132cbf4f4e27478bb63fd213d418eb3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ebf6e7be4943404f83d33f6fafa6c0eb", "region_id": "RegionOne"}], "type": "workflow", "id": "c8be997ba72146498c7be76a1190d023", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "99099bca8b1b4b9bbab9d6258732c855", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bbdcae60a3824db69533af25d58c36b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a072cdb8b8a74e1d8948775b8f975bfc", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b866e21bdfc6446280e7ef4845017303", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "18434c36b5a74599b925669fe7ea3119", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "2af8c8cd0fbd47b7b56af681114469e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "e4d330412dd940e6925d165504190c7b", "region_id": "RegionOne"}], "type": "rating", "id": "5b5dc545d84348f0b163f0acdef1623e", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "f40eed76063d442382aefd01834bc34b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4caa0e1bd44549dbbd0b6e4ce55aca1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "45f3c44b44aa4914b2929fa4a88a9da5", "region_id": "RegionOne"}], "type": "operator-policy", "id": "acab6f2053d74c75a2136978157f8335", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3b6bbd3e2ced416ca4ae2bb5910a5e00", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9318885bc113487b9846f39a0359d3b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d40ae897896e457b90f844548e6887b4", "region_id": "RegionOne"}], "type": "policy", "id": "3d409bf3d55c4f0db2670a9d34f6e7a9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "65d07db650574a028cfbf04f0193940b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8b3e6dc89cb34111b25006f8e101a71a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "64f0de9765c44a769052554b82714531", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "21bae093660e40328c9e132ec23b888d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2bb47c381a8849b9a8c8ef8da9560ffe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2cfba1ff4daa458091d937f0bcb52dbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b3328d7ee1eb46eba5094e01e87d7e2e", "region_id": "RegionOne"}], "type": "sharev2", "id": "b32e9074b090467b96923adcdbb15b95", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4410f40d9cb449aeb7d186f9ee84e387", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4afdf5b93fa743d0acb2a34fa72a15f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "aea3f31cbe7d4fa6a530e6d4a89b6a92", "region_id": "RegionOne"}], "type": "share", "id": "3af0014cd08349ff80f06b68e33cf5ff", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "cd0e2b02eee84669b1a6179638879f81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "78ddee4c55e24d3589e0bceb5b9b1e97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "c1d940fe22cd42e28b1ac099ef438219", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "14ba17a2a019494a8998f09fc896a0e6", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "85e5646a8cac41ea9993e25ab6eea878", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1665a8d6c3894e088aaf2a5cad378539", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84cd59c48dd04c1e9465b2490a1c973f", "region_id": "RegionOne"}], "type": "orchestration", "id": "071d60e575a2420985e83a6d54ab8525", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec0d093998aa4c329a327235312166c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "35103187715c47b0a28e14f760f6179c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d32029a3737e4651912ae33c562d00dc", "region_id": "RegionOne"}], "type": "block-storage", "id": "4b365d35e50a4a838e3eea93fafe93de", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fd6f89c1fbb1474ba9659edda3435596", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c95ae840e33f48eab8122adfd2749aca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "17b117d34ae048469fc0ad9a3422945c", "region_id": "RegionOne"}], "type": "volumev3", "id": "254bb62c0f7b40aa908e66e936e8ef60", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a6fb2ca73e8405b8e606510678f894f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a6e7ece21e4d4c56b829a94577f26e08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15df576c746a4c4bb71942bdfbfca781", "region_id": "RegionOne"}], "type": "volumev2", "id": "9148c33709cf4b689e2db3868b80b1aa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "df2510c46fb244678c0157639009e608", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f18650ece2c4085b23b61631f255bd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7fe6e8bd84014970b25ab5fcccf36c86", "region_id": "RegionOne"}], "type": "volume", "id": "293c03bd9bdb450d96788056f95a48ce", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14a3401c442e4fa9bed2a8cb71470cdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cfbf6f5d35d462dad63bc427a5a4bf1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ecef2a436dfd40398ba073012077a6e5", "region_id": "RegionOne"}], "type": "block-store", "id": "737690bf858447b0abda6714366b1d8f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a31ce7dfdaf940b79ecda5461f5c311c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "db7aa5842e2147bba63ab08d37a0c5ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "265b56438fd841ce92f7be709f30962d", "region_id": "RegionOne"}], "type": "alarm", "id": "8ff99fbcee13463381fc81e581a15ef5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ad1cdf1fda8844aa87ebaaef9305ab32", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "51644f146e904b0b8560f9f1672c90b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "30fc115ec1d14a62b5cb729d0a2d6914", "region_id": "RegionOne"}], "type": "alarming", "id": "5eddec45f1a2450094a8071112d522e0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "776260753a1f47a59a46047f52ea6e80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c3eb10499d3d4d74a2cd098cd56d9d65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "20fd076d88a04f5b92601284a899579b", "region_id": "RegionOne"}], "type": "meter", "id": "6d5e7b5f25ee4507b003e25831af0508", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c0f66588330546dc9c8d58e19a2b1594", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1867e0a7bd33420983a4ba323750cf94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6c2c29b6c0764a9c952589015882b04f", "region_id": "RegionOne"}], "type": "metering", "id": "f64a33ca06034eb79e1ee7c6cab1ef73", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "043b3712c63246309503a7fbb35fefff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7b561048e20f4b60a40586b784e5f96d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "acca387dc90544e5a3435d981089993c", "region_id": "RegionOne"}], "type": "telemetry", "id": "70195ab468284d66a1d1c1012ac64491", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b510f33b63dc4164a9f2202233a614f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "47cdd681a0d8447aa57a1f5114e46d04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c3e5a56846324257a8bcfa0c2b8acc89", "region_id": "RegionOne"}], "type": "event", "id": "e353758f160d4229a8d26202f66ca85a", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d6ffe328b1db4ae4b515d32d29f58238", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a7dffbd63f2a4af5b74bcb558b6e9371", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "d2603a14c3d64c24b7db208bbe99abe1", "region_id": "RegionOne"}], "type": "events", "id": "80e774dbb4f0401a9faf50c228e1c25d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a851020018e243d8bf472223a4e52eb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "ea7a7a59a62f4cb6a7714719df7919cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3069715efe69491494bcea7fe5944059", "region_id": "RegionOne"}], "type": "application-deployment", "id": "5d487e71e34647a884ee4ded8f4a7136", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3f680cde56474971ad110fecf15e5d06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6666e176c30e4d988e34b8b2182e41d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7be41a2b183e49f8a7633301388513b0", "region_id": "RegionOne"}], "type": "application_deployment", "id": "99ec95f5f80f494798c5f04906e190a8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2f74c7f312434b9cbb47ca6e6990547d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5dcd7dc032e9479f9bc373aebb347fd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "7fecdb4ae6aa4265bf85ce8268dbd969", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "801c67c05a7c46b49e80213bbdc5d465", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "add04043dfc24f5dae3e517d48b5beff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "31b33ed0c1754c50884eed56bd8ac9c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2833d72b8960417fae3c6a05bc8f5991", "region_id": "RegionOne"}], "type": "tricircle", "id": "26387781e4ec46dbbc0652d8bf0ee6fc", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "03a49740001042fb877192098da17797", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "c15675e329fa4fd3ae1909d9f30ae9c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "0a5e84676ee8427dadfa25d20f9ae8ad", "region_id": "RegionOne"}], "type": "database", "id": "a029f5da9a5f4eccad763c3a8da3e543", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "08d09f3445c64bae9c13427318d1881e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ccd805176c2d48bd9a3d02293f59345e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f5673b03fe3940668eb50d342db96fac", "region_id": "RegionOne"}], "type": "application-container", "id": "35fb454b14d54a5db8b070daabbca3ce", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e3d2ea082fca467db2c67351abebc820", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "682719f3e65e4b96ba2f7d3c87f4527f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "55d6086d15824c0491d5cfd42726c3db", "region_id": "RegionOne"}], "type": "container", "id": "4b4e8070a4fb48c68af11f8e3eb55c44", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "9632bf4a6e024f1bb122ffeea67c0317", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f1f2caad3cc143acbe245541232c2150", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "956a664b8ea8454a89ce8d99ed85fd2a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "4a8fd76689954799b904330fe9b5ccf6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e9d8a1e6b97b46dcbda09d0279b7612d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "235157e9939e47929c3f2be9e49688ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e3481e120a7f4522ad7aa6c2f25b14fc", "region_id": "RegionOne"}], "type": "rca", "id": "03d4512c542a4960846b20e97be1a4f5", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "54813e8e28a9433f846f4cf8b18802f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d8992ced62b3484f8cc20c8462b958f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "fa849ec71969471e8bfc717748956f26", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "20de16ddbb4844b29acaa02fc57af2d2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "a3f59f856bbc4922ac174f23ab97d88a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "ef7d1719605244c2aef0eb68aea3c8d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "b16631eb427042e4a0c97a5fa3849f4b", "region_id": "RegionOne"}], "type": "network", "id": "c257381da1284f509d858dfcfb7611a1", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "f5c8ad4ba54141dc8137dc1817128e29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "902a0e124ccf45dd87cf4305aa6d984e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "e384f2986e884eb994ce521c7e69a7c7", "region_id": "RegionOne"}], "type": "backup", "id": "a7265e4a680b4caa87b4558a4c02794e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bfe23c302cf44da3af83909d567d7602", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "be4d9ccfb1e84fa4a3ee0e1d52286666", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "380e2cff9bb847dc8aac49e898065e6f", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "e8369af9e45f4bbcacb58cbc717dce52", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0bd0a162cefc4ede9546f010a7d03b7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c546f3e6391048d8a2c7d42caffd9d55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3e7a03bf664740d8b9fd5a95c67304b5", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "feb2f356b09042d399401f3284280d86", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "d8458873770241b3ac6bcced7e10c6df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "ca3bc5eb509749598c7af0b4415c1eba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "05aca47b772d404cb70f8255b2d2302e", "region_id": "RegionOne"}], "type": "monitoring", "id": "48ddd20a6b9745218cf832631861e740", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "85f81316053f44a3a6abb334705dbcec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a1ba5e846a82404ead3de449c9c3db6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "72df1cbb84df4eb09993edc94d08afde", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "60662696066c41fda7c2658b20220dfb", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "402f5e6c78d94d7797153c4555387344", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "2767256193504bd68656fb58f5cc480f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "43d3dbc6127940c0b1ae2d28c0586d4b", "region_id": "RegionOne"}], "type": "placement", "id": "b282ee719c3e4475a09dd58004f45330", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a023d2de1a264876821229f4f913a0d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bab17a20520f439596c42679ab36665e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "64a8812a79de4d089bb31f10445bfb90", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1a91da34a6794c439cc5992173c69842", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "12edfad337ca4540b6b53a4ad962a443", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "8ea1ad528be443ec82b80e127d5c7ad4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "73fa603ce5e746a685a286a3db62702a", "region_id": "RegionOne"}], "type": "ha", "id": "cb0f728962354731a3194cb036a876d1", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "328d1d3f9ac940418c5c160c96024c94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "1c12592c193c439c8ee57e1430a96a90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3a5d715074aa4c01bc8291be96bbc023", "region_id": "RegionOne"}], "type": "reservation", "id": "4f111acc3e95413a9df5225cb2d834ee", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a7649c00ae514611adf7a075aa8729b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e66c6ade28494277907f35c53f78907b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8c2bb0ff406e415d83d64ae19dd4e74b", "region_id": "RegionOne"}], "type": "function-engine", "id": "8483ebe18e6c462d877e14c5dd2071cc", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "6774b04f69b94f0f90eccc08cb546b1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ec7d3fcfe281495c9bda08c27d9e9181", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "3c3511964c484f8a800fbb4a868e7c6a", "region_id": "RegionOne"}], "type": "accelerator", "id": "d0191ee82c7042659fe7b05fefb68ed1", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "59f5a7810afa4d7981f463a68309d321", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "c7eff25f11b84fbba3afa8ab4370cc63", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a1b15a98ce9743f3860072bd65de0551", "region_id": "RegionOne"}], "type": "admin-logic", "id": "e832225b69d44c1abea61bd206445514", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d92214844e29460db01710ca2d083a7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "88b4206267544df0904d0afbeaf22b9d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "00a1fb29e0b643a89fdee19dff9b3bfb", "region_id": "RegionOne"}], "type": "registration", "id": "66110a4c6b2b4e37b459be4afb1930ad", "name": "adjutant"}], "user": {"domain": {"id": "f06155f4b8fc45dabb705a65db345c89", "name": "f062b9a2231e4d56b1738819912d1afd"}, "id": "9f29139f4e214d1f908aad882c5b99ab", "name": "90e9dc5b8def4df9a61ee73444a533bf"}, "audit_ids": ["dd6c069de296441ab3c60fc4de990d60", null], "issued_at": "2019-09-19T09:04:51.062751"}} {30} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_check_stack_with_stack_ID [0.050181s] ... ok {15} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_policy_find [0.049343s] ... ok {16} openstack.tests.unit.test_resource.TestResource.test__prepare_request_with_patch_not_synchronized [0.066065s] ... ok {25} openstack.tests.unit.load_balancer.test_quota.TestQuota.test_prepare_request [0.036805s] ... ok {12} openstack.tests.unit.workflow.test_execution.TestExecution.test_instantiate [0.036535s] ... ok {11} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_software_deployment(name_id) [0.039622s] ... ok {8} openstack.tests.unit.test_proxy.TestProxyPrivate.test__get_uri_attribute_with_parent [0.067054s] ... ok {0} openstack.tests.unit.test_resource.TestResourceActions.test_commit_not_dirty [0.040112s] ... ok {7} openstack.tests.unit.test_resource.TestResource.test__attributes [0.037344s] ... ok {28} openstack.tests.unit.test_resource.TestResource.test__update [0.040044s] ... ok {10} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_create_stack_preview [0.074158s] ... ok {13} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_role_find [0.153760s] ... ok {30} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_get_stack_environment_with_stack_object [0.038563s] ... ok {29} openstack.tests.unit.test_resource.TestResourceActions.test_put_create_with_microversion [0.042022s] ... ok {25} openstack.tests.unit.message.v2.test_queue.TestQueue.test_basic [0.037009s] ... ok {15} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_rbac_policy_update [0.045648s] ... ok {11} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_software_deployment(sd_metadata) [0.043653s] ... ok {7} openstack.tests.unit.test_resource.TestTagMixin.test_tagged_resource_always_created_with_empty_tag_list [0.039412s] ... ok {0} openstack.tests.unit.test_resource.TestResourceActions.test_delete [0.041727s] ... ok {16} openstack.tests.unit.test_resource.TestResource.test_unknown_attrs_not_stored [0.050919s] ... ok {8} openstack.tests.unit.test_resource.TestComponent.test_get_name_typed [0.046662s] ... ok {28} openstack.tests.unit.test_resource.TestResource.test_unknown_attrs_prepare_request_no_unpack_dict [0.053381s] ... ok {4} openstack.tests.unit.test_resource.TestWaitForStatus.test_status_fails [0.086767s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:51,246 openstack.resource Still waiting for resource Mock: to reach state loling, current state is other 2019-09-19 09:06:51,257 openstack.iterate_timeout Waiting 1.0 seconds {25} openstack.tests.unit.network.v2.test_metering_label.TestMeteringLabel.test_basic [0.037157s] ... ok {15} openstack.tests.unit.network.v2.test_service_provider.TestServiceProvider.test_make_it [0.043909s] ... ok {30} openstack.tests.unit.test_proxy.TestProxyHead.test_head_id [0.054762s] ... ok {8} openstack.tests.unit.test_resource.TestResource.test_access_by_aka [0.037922s] ... ok {10} openstack.tests.unit.orchestration.v1.test_stack_template.TestStackTemplate.test_basic [0.074813s] ... ok {13} openstack.tests.unit.identity.v3.test_role.TestRole.test_basic [0.066652s] ... ok {11} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_environment_with_stack_identity(identity) [0.046833s] ... ok {28} openstack.tests.unit.test_resource.TestResource.test_unknown_attrs_under_props_create [0.043483s] ... ok {25} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_extension_find [0.036373s] ... ok {8} openstack.tests.unit.test_resource.TestResource.test_initialize_basic [0.036917s] ... ok {30} openstack.tests.unit.test_resource.TestComponent.test_get_no_instance [0.040208s] ... ok {11} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_environment_with_stack_object(stacks) [0.042710s] ... ok {15} openstack.tests.unit.network.v2.test_subnet.TestSubnet.test_basic [0.054661s] ... ok {25} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_flavor_find [0.036572s] ... ok {28} openstack.tests.unit.test_resource.TestResourceActions.test_list_empty_response [0.041972s] ... ok {13} openstack.tests.unit.image.v2.test_image.TestImage.test_download_no_checksum_header [0.064417s] ... ok {8} openstack.tests.unit.workflow.test_workflow.TestWorkflow.test_basic [0.036784s] ... ok {30} openstack.tests.unit.test_resource.TestComponentManager.test_len [0.036057s] ... ok {4} openstack.tests.unit.test_resource.TestWaitForStatus.test_status_match_different_attribute [0.092548s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:51,332 openstack.resource Still waiting for resource Mock: to reach state loling, current state is other 2019-09-19 09:06:51,337 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:51,342 openstack.resource Still waiting for resource Mock: to reach state loling, current state is another 2019-09-19 09:06:51,347 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:51,351 openstack.resource Still waiting for resource Mock: to reach state loling, current state is another 2019-09-19 09:06:51,356 openstack.iterate_timeout Waiting 1.0 seconds {10} openstack.tests.unit.test_exceptions.TestRaiseFromResponse.test_raise_not_found_exception [0.074503s] ... ok {16} openstack.tests.unit.test_resource.TestResourceActions.test_list_multi_page_inferred_additional [0.116580s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:51,285 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:51,299 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:51,304 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:51,310 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:51,321 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:51.244261+00:00", "project": {"domain": {"id": "2f6715ba49094d09830027b335b0baa7", "name": "56f91a71b04e4697b6930f5d07ea294d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "0a9d3dd5ec294a14a47031bb1eff1e17"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "bd47dadc1a184e71b2caa8766939bc21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "40dffa37466b4fc4875f5889bcb34acc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "2786050db1f84e429f3613a6f564769d", "region_id": "RegionOne"}], "type": "identity", "id": "7fe7946b73fe49a2bb36ef02e532158a", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "af5c5a7a3844426d9456ef96078b5d42", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e2c596fea36044e0bfed336e929d79e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "c41adff2c8dd479993a06e6637a850ee", "region_id": "RegionOne"}], "type": "compute", "id": "a0a1571624a247ac82afb4b33e2c7b1c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "89fa63cac46e407f81eec82fe15cb823", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "54e09bb1db2d4d3097711e43a62bec6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "15a7223e017e48a69b864ea6e4014ccc", "region_id": "RegionOne"}], "type": "image", "id": "f9f55d5a2f7e4f27a93ddd05d7f1a388", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "32377b7678aa4031a057dab17bb88417", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c3709db24a14401fa7f4d959327839b6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "dd16f70d2ae140c6be03c95acbeeea8d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "97444692e6ad4e9b84489909299ba69e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "746c2a33756e41498b6723f6d51aa3fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8f1d672f2f94435dad3780566fc09d01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "86c2d8cdb1044898bd9a4d783517719d", "region_id": "RegionOne"}], "type": "object-store", "id": "cac926416112433492e2885a3d207638", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e3150d4b6ccd4bf682eb95164fa5f598", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f606d8f87c4e4790a5e04e14c989ebe3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "0183ad61f3624a88a3f1a4aa56b88c93", "region_id": "RegionOne"}], "type": "clustering", "id": "982b980a56ee49cf829807207122f0cd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5aadf32ff17a4de6b016a3f792b22929", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0a5e8a2dfb1141b0a6dc0da7bd7d8aee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2ac0bc40bb7a4246ad86348ab61f1f38", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2fa80581562f40f98278ffc9fbdca1cf", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "5eb1ed0483d6490cb759c4c24f9553de", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "75c955a7255d4840948b5efe24920c06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c0b0c356cff84a4aaf2c08b29f14ea45", "region_id": "RegionOne"}], "type": "cluster", "id": "299292df867942b499c92bafc80deca2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a3c0b534c9a4426a9434918c26b4fff8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "29b0a69d652243138955b234275a3d90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b473756a6f964344a61bd3d931b7bace", "region_id": "RegionOne"}], "type": "data-processing", "id": "661ab3ec562045e4ad986c6be7ec8d79", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c868e8d4f5694bd99f9dd83955b78b80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bc3483bf63854afa8681133bb0edef9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c3f43aa215ca4cd0b1b5b6799a3b06b5", "region_id": "RegionOne"}], "type": "baremetal", "id": "81a15f3851594aeea96bd80c3a585e13", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4f4bf784119945c6a0afa8a63e04efb0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "5df3d8d41de8476b94137d870cfe549d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "a41490266cfa468eafcf90ef44e64e23", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b26625b6750543d087d2696e991493df", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "d8c7533e6c1c4524a834e21c6f7343b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ba842cc62fa8473d9e51ff6235d83a7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "ed21955efeb849e2b68eaf16a6cda7f2", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a7205aded9d44843be9abff171e1e218", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "299899d62e814766b8da3751c30daea8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b29c0bcb67d6466e9dcb0fd0e00a911b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "2684050954fc4f49987d16058bd9afb6", "region_id": "RegionOne"}], "type": "key-manager", "id": "d7856564870a45569261a37e1646bf45", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3b3e61b5b48c4c069b6c0a6a64fc70b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b40047cf64384d42adf61d9e5fb104a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4e932defb9424d75a47353afed49c06b", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "eeb4ca0963814266aa1c46cf2112a726", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "448ef8ac2fa1498bb5bf198544146ccf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "7cbbb9c99f514a758927aa6c7b5240fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a559d309f0ff4caf925e475621c84725", "region_id": "RegionOne"}], "type": "infra-optim", "id": "b0f9c4d24fae4948af81f4c9a1ebfe7d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "888681835bc948e79f0ba052dd1c9b22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "7a39190e861147d8931c49f575c210f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "cdc5f20681bf43a189771ec5c889ea8a", "region_id": "RegionOne"}], "type": "message", "id": "7cb6e73f62ae41518f64c710a34b2163", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "501f6abc9b0043489bb50028cca9e00a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3950556e456f431b90d966556336722f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "0317373c654f46ceb01d2c564dd512c1", "region_id": "RegionOne"}], "type": "messaging", "id": "3ebbadb0726b4b14960d791001373a6e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2f29f90ae23148f2915cac423d913e1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d1291f31557b4b328c8057fb41f26276", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2574c1dfddb047cda772af21e6bc3052", "region_id": "RegionOne"}], "type": "application-catalog", "id": "4f533a8cde27494499612ed6362a900a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "246feacefdee4d4e9e158f4f5a8088a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c8af1754f3b4730b14ee415fe37b531", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "19a05a743c36438bba8ebbc2281d4343", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "e072f5bc84494dd4bc7866e5e5ef746e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c256be818ec14119a9f091474b3a8d39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6dea15a478d44e59be107f1c05b6f5a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "196d7c61d44849e8b1062e2865c2d4dd", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "ecd0650f9cfa4592a175cd7de663d09d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b749508e018648f4bb305aa7cd212753", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2f0b7792c6404d729f43972bc6f91bdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "88be6ba9a4eb436aadbf9e885c1b77e5", "region_id": "RegionOne"}], "type": "container-infra", "id": "ac182ff27cfe417a8800a6bfa46dca0c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "508e197072984810978b8cd07c32f4d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b6489bdc7f564226b14d75f4534b3ba3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "f5e3a922a86d464e8c4fe096a90f2dae", "region_id": "RegionOne"}], "type": "search", "id": "7824c871888540e18d3e04589bccb554", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "72976954a6e14694bcff0cee673a96bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "54e891e656c84015b9ff42474c477dc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "421fabc83406489aaec314cc55145ce2", "region_id": "RegionOne"}], "type": "dns", "id": "27740d0ad66b497e88133524854321ea", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "14e403e11b0c44a4bc694d2072e179e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ce5a4201ac2242728dbcd4b922de31a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "c0064f4df6fe4313b2ef0cc778d9481d", "region_id": "RegionOne"}], "type": "workflow", "id": "a91ef49cf9304443b5860771e9771fdf", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7a027f00df6145d7b920b05283130cfd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4a6aa806b81748a1806d04fdc8c1189b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8cbed21fdc2f4ca4b677a06e7c250d4a", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3aa617c13921442590e79fa67c49126b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "c51f11dfd4814528ade89ce61b857430", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "f36ca4205661451a9d6bc239a575dd8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "d26a35cf08814be580120a667be8887e", "region_id": "RegionOne"}], "type": "rating", "id": "80dde7e6099741b8954c28ab7af3cda4", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b5632ae027e34de2a5429578bb3a8b2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0a3a73f26bf8496eb7c7de225e07acf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "31ec3e3b9511464ca4069c2fc1888d81", "region_id": "RegionOne"}], "type": "operator-policy", "id": "afd0c5d6ce7447d7adc5010ebd58590f", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5163654575f94bd58cb48cf67cbb8cdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5e462cdbd972420c89370e035f115d07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "23171f88045d4efb85dfdd906eee1437", "region_id": "RegionOne"}], "type": "policy", "id": "38af6bbfcf6a43bfb702e27e15d45968", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "020e9fde795a40debbf6d669d2193f6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b2ddf2593b0c47859e7a79a4f39de0a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "fd8f045e06db43c0b8f3a900008ea854", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f8a01dbd0076417ead797c11653a1061", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5c4cf30ea8b245efaf5385c66b105b21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "57b1624536144350b78e19c9142dfef5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "aa32aa7621c64a5abedaec03402684ed", "region_id": "RegionOne"}], "type": "sharev2", "id": "56084387e4e14dffa91e5b71e82e97ac", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7323049c5865430ba85901c32b18c5ab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d8fe0d960704407fb9187bda0cdb29e0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e35d84d93da744f797e5743812943e4e", "region_id": "RegionOne"}], "type": "share", "id": "503873f227904f15a082d277aa48383f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "bdc4149281e646b19100113f8ea0ad16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "63fb03ecae6b47d6a517f594f3231aaa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ee77dffe4ab047578fd5ea21c541ef94", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "ca25fce8a6424015904ba9d1ebd90024", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f18892a658824c6cbc966f8bdec947df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd8b3cfb0d2f4e0bae195f0d5d2aedc4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c39e344568a4116be4476e0b55b5fc4", "region_id": "RegionOne"}], "type": "orchestration", "id": "ebb02c513587484dad7096de380b872d", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b2063ec237734ddb86a586aaa9ed6ce4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "27ef8f5fd5bb4ad3b7f67e19e1930082", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a14ff5cd89e84ba0bd8a61087d1d3624", "region_id": "RegionOne"}], "type": "block-storage", "id": "c7afd7b2b419400184436ea13a48c9ce", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "023b735ca1b54b5bb506484fc8ef437e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1fdd65c6e04b4e02a10e03c8d12227d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e225d56f3dd84318977f8ce5d13a1a8d", "region_id": "RegionOne"}], "type": "volumev3", "id": "e62404acd5474fd68d60972812c5ccfe", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "791419c0905d4f94810af56f679d22f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fc11655ae38149f0977c324946e2fa21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8d5fd404541c43cba06a7237c8184dde", "region_id": "RegionOne"}], "type": "volumev2", "id": "ae868882b70c455f868ff2d7ee51a07e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "52cc4578c36848e4a9ab687fba6ac0b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "679d0459f0af4191b375f60b5ea070e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f94dd7da40614ce59e0b0a5594d9a7b7", "region_id": "RegionOne"}], "type": "volume", "id": "43271b0cd3e44b79a04fc80e14a616b6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a3006707be44a65b8b410df7978a5ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d1bb02df89f4442c9a20ec7fbc11ec70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "23e62f27e7894ad39c2440efcbb827b8", "region_id": "RegionOne"}], "type": "block-store", "id": "3fd2634ff1d04074bd84d2c12ddd3deb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "de16d8c187264cdf8a1cb5acbb7b12f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b92fe8d1f6514ec28b293fe3b40d3282", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9c63924dea7b45519847467ede5e9512", "region_id": "RegionOne"}], "type": "alarm", "id": "2230fa410e6543d199888dfc2918eea6", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7232c998f2d44b3694d622a9f7a21e58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2778294fff444cc792be9aacfc086fdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "3908327608f743f88af3f0669df8aa64", "region_id": "RegionOne"}], "type": "alarming", "id": "83293abe953c4cba9ce6556c057248ce", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6002ef1f693244dab6a2da2e6f55f0ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "8c387674b69b4d3196c2005edded751f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6fba76f1407b439d873f48f6a3fa6fe7", "region_id": "RegionOne"}], "type": "meter", "id": "bf44f9770d0642198cd8a6aa42705b69", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "6eb8461ef300494c94e0b75761d58c80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "9d89f35c43754d9abce4de21b20b248a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7462933dffd349f090747c32e60ef1ae", "region_id": "RegionOne"}], "type": "metering", "id": "6573ab7a7e3842228a96ee8363f83d0a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0ef2777a283a454590822cb0cd53f730", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "41a7fba5db13473091172d165b98fb5f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0daec5ede09b4873800ff59d3eeab037", "region_id": "RegionOne"}], "type": "telemetry", "id": "e4084685deda4d1985eee4ccc0dc129a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "57168ff711e14afaba2775e12b295c80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "7f774134a82d48d5b5233f42da72727a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "cdf42d3a82c34eba86d3bedd304b40f5", "region_id": "RegionOne"}], "type": "event", "id": "2b1fe168c856407dba255291442b6572", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "b9e1faac9d9f4a1db838607df8a1809b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "fc5d3f3719ad46dcb52e4fa641bc9f49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "0ac09b3bed094baebd4a9634116ee961", "region_id": "RegionOne"}], "type": "events", "id": "4c0c60da455c4a99a977a6962e073010", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b0ed416d4f474d7ebdfc6f2548788156", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "872196a872594126981decf647be0b90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5c0b558ddc2944faa81295d39311da96", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d0f6b998a4204d6e80309c0cc0e337e3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "77cdd72683454f59a4a82f0e4403821d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1c46ba509d82435094fdea4a05c9126c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e1d8b70ce8244e9c80cf87c0de0fb886", "region_id": "RegionOne"}], "type": "application_deployment", "id": "eee6c067f47f40248d5cebcab37d05bf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "500413a3bca44679aa061c5b2996c569", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f30b3bce79f047de93edfb479d1f2f22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "8614a8a791184d59866214788add45d6", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "670741c32dfa4f809e0627aa966d947e", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0b98c5371ca541ab9b57d87f8aaa36ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "d2a4182d160a45e49d2c44bad6f40999", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3c326c74906842a4b5d72b6b1dbf7582", "region_id": "RegionOne"}], "type": "tricircle", "id": "c39b3985908c455584dc7996431df27b", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "71b87d4f66d74a4dbdc6bfa2507b644f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "403b669deb574a3c91e9b67b2268e8c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "2b4d17efbe214fc3a5d850028c3b11bc", "region_id": "RegionOne"}], "type": "database", "id": "9fb7cbcd501f495d917aee62e65cf87a", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "96798e624b9b4cd38b3ed2f341be8b64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1bac3b139e6748d3884f8de2e9b0914d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4ba2c8c9f5084c408d90c05bf4496242", "region_id": "RegionOne"}], "type": "application-container", "id": "65f959afe5b84cabac9373616042c00e", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "98f2254ddabc44abbc8fb15ad48f6259", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0e29994a134749dcac3e999c4f32a055", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "db019cac035b4e058389ccbee6d66e16", "region_id": "RegionOne"}], "type": "container", "id": "bd2799a969724474990e1c258535c069", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "763b9dd1670849ccb807e1102b3d3b52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b5140528ec964bf6a54166d49f6b0998", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "20479f669d414e24a6dbe08c0400efcd", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b32063bc62d5464eb0dc497d7cd7b77f", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "84f19764099d41f6a59160407b160667", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "264c4c83125a482eaec9d16348117cd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8fde0001463d4798aac6d35e0b45c6a3", "region_id": "RegionOne"}], "type": "rca", "id": "fadeb5e7f7cb4cf79a86d204132c13e0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6cce396a193f4e038f2dc71bf9522c93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ee4166908e814ac0a055f51b8ff6dfb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "6d283be05586478480ec9c43e294846e", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2b270b98d0134434a860cb7f7ea7b39e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "34365f9efa5d4fb08d3ebbf685c5075b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7912bdf1f1814fadb2d9ca5b8bd41903", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e4b7e2b5dc894d2582e6ac284671b924", "region_id": "RegionOne"}], "type": "network", "id": "15492c3a32a64aa1b44948e0a4da20ae", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ce6891e244c64a079a28088e4ca2a549", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "03dc4f4953724e2383d9e16f48ffd86a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "b8fda43535bd43fdb9078a9733723f55", "region_id": "RegionOne"}], "type": "backup", "id": "72299daca88a4a53aefedd0177314dcf", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "0b1294bfc7314116bed0ea6b6d8d78c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "88a750a4bd4e46bc80db8e665b41210f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0d95f42f251f4eb2903d13085e8c3387", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4d4daf6fb7b342d185751b70976057b2", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2138fa005de74b4d8a81cd28a25beda8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c68ac2ea3c4942379f2b9ad85014e5e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "a2e343ee701a4f61a14fe13c4b3025a5", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "9d36f8dea0e741a483628badf2a2cf5e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "a446238e2fe347fcbfb8cfcd4339ed68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2a0dc3cf903f47a89f6f6128bdc8bd09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "f1f67efb134c4137b4d69a4dda8c0cca", "region_id": "RegionOne"}], "type": "monitoring", "id": "61fc81666281482aa024d02dc9f87eb4", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8e254dd4041e4a51b63e0dc7a5bfb1cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "771ca48c2f6541a4b714d4fd2b43a311", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "1fe600aa1a3543dc91f8eaaa71594199", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4e1c544e50c547dfa53f7db5f5fc51ca", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "9d0d9f0324f04922a59e9ba886a1364f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "830f6b0ab88441eba0a7fb350238ed7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "6747e98c99d74e9b9b83d000ecdc54a3", "region_id": "RegionOne"}], "type": "placement", "id": "3f8f8269f086422a8cbc3ba5648e3aff", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b28a089d18764c6397e2bb7cfbd3beba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "654a61eef6b74450b0b76964dbe0b818", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8db3512d07c243c0b4a7095c6daeb1af", "region_id": "RegionOne"}], "type": "instance-ha", "id": "c01f5edcca3e47d9916a516f92fd4004", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "ded3e1a7e36f4eccac44102589e14f10", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5a725949280142f4823162e2d7cebca0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a9a0545b0b334c03b36b380ea4982ee8", "region_id": "RegionOne"}], "type": "ha", "id": "78f5dcc244074aada4dcb481f39c62d8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4251e08c744c4f4aafc6a95a9d918d95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b7d6e2a4a9e8491595c2046813ba1186", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b4448e6564ba4e4b978cfb67ea061aed", "region_id": "RegionOne"}], "type": "reservation", "id": "0e41a2a6945d41988e886ace5f0ab2e0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "58df25320c384e78a3f8db566ad6ad9d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "63092a9ea7d344d5b938ba3fb4901eac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "8ffffad0b4634173ae2ab754ee9fc84e", "region_id": "RegionOne"}], "type": "function-engine", "id": "9fed709978a94a8a90eb78fdbb08265c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f40e667cca7f4084bed3a27567dc7cd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5f721024f01446c29f6d89f8c9480752", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5c443cdedc604a8a95fc30f9e7617ced", "region_id": "RegionOne"}], "type": "accelerator", "id": "bd1b6a25744f465e9d0e18b427425163", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b8a32f8cb5b34f86a091f0023af98bbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "29b6a83670184801979eae3823432ac1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3f6b2a964a5c4fc89ff85cdce71c1fc8", "region_id": "RegionOne"}], "type": "admin-logic", "id": "d7e0a711ef544d64a41ee9a92078d75a", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "5f463bac9aac47ddae51d7491751df70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ee7f30a8e2fd4249849d30aabff9990a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "e3b170c48485418bb8c7dc9fc133258f", "region_id": "RegionOne"}], "type": "registration", "id": "19c103ad5623412eb74c5a19def85be0", "name": "adjutant"}], "user": {"domain": {"id": "a6af1922943d45b1a08a8646c09eb89e", "name": "dab04c2a3b7647b691498025eeb9e2e8"}, "id": "8e65c629e9f04ef7b5372a0fa46480a5", "name": "2311d66de178465ba66ba8ee27f49135"}, "audit_ids": ["5403f59c98834535980c456209499bd2", null], "issued_at": "2019-09-19T09:04:51.244261"}} {7} openstack.tests.unit.test_resource.TestWaitForStatus.test_no_sleep [0.121404s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:51,283 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:51,290 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:51,294 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:51,300 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:51,311 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:51.244666+00:00", "project": {"domain": {"id": "b42dcb348744459b9dcfcff57797b8f1", "name": "a8ac0bcd3c164e8eadeaa9eabd7c4360"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "8dc3a0f8b4844fdcb756fb7d4a59daf9"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "57f8ffbb459c4db6853182080584875d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "62bc35a871b94e01a838dd7adbc16e2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "b6fa756ddb494175aad63bb9220e6a24", "region_id": "RegionOne"}], "type": "identity", "id": "84ad9bd9ebf04b10b43852114bd19155", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "4f783b9cd7df4744bcfd0ce5ef2b3bf7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b3591635d21148ad8ac3a1748f87211f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "a22d7587182141ef8f196a73ae68eb7c", "region_id": "RegionOne"}], "type": "compute", "id": "bc6aa3aa5a364a69aa0463f6b37aa15a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "f47102688d0c497cbeec87f1bb2f2525", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "542f82c4b25244ad8780448091c6e064", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "1bf7781e807047208e4d75c6daff0032", "region_id": "RegionOne"}], "type": "image", "id": "744a8c0c69c14f61bffd824315b7717b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f17a56e71af5401e85cdb1af77e03e8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "da568a2c887949c0951b2f48a8726acd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "09d7855401f3427c89a531802099e626", "region_id": "RegionOne"}], "type": "load-balancer", "id": "46082a665c624e4ab14c941ac1e3af9d", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ac57f07da524a43ad59a2688ef0d5eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0ec3a6a16f07456bad0cbbe435dddd52", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5e7e5ef8fe604806aa8e7aa9682e5c35", "region_id": "RegionOne"}], "type": "object-store", "id": "e8eac61d1efc41c187a0ea375902dc7e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9efb26bb73d549f3a04d42ef1bc0ed2d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ad467dea7b384113b91330852a110038", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e55d4f356cba469fb834b7edad620025", "region_id": "RegionOne"}], "type": "clustering", "id": "439ffc176d4f4b7a9ba1d55e34a0d2ea", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f8dafd0ab3ac4ac396561670fb796838", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4e88c07faa894525882e2e29d5c79d51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "571d30c8d454482ba8135133819dbf6f", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "0375172d789f481d99bbb870dbf3a87c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b917d8dd90f84e12815bb06f14f8a977", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9f143aa4c752429abb29848769a7f5cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6e39a24af88e40ff89c96858f82c8410", "region_id": "RegionOne"}], "type": "cluster", "id": "c8e54301c248464f999620f33e871161", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "e7455def60b74deea33ea5a8520143ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "af95749f551a47a6b88f15dbc2d354fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "cc787024a89445fbaba328571590ca9a", "region_id": "RegionOne"}], "type": "data-processing", "id": "72dabd2cb4614e429f8c4275c31a8e2b", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c3aa509431a44dc1acb7a391d45354f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "34030b3a625a455ab277cd1f59904842", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ea960d1bd94544d093a9ef9f6f765bd7", "region_id": "RegionOne"}], "type": "baremetal", "id": "7bccbec1d13249f6a0b240b0e862c302", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1f7e83f90eae40038d9d71778fb34719", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ff9cad34badd4e7190b417e028be0f32", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8ca5cf8717244a629cf45151e6eba1a0", "region_id": "RegionOne"}], "type": "bare-metal", "id": "3f9ad50fe27249b89adaa848fa4f06fb", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "53a48b73de814fd6afbbcb14a16f1365", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c88a58ceb62543499abcaa948458fa0c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "16836ffd8a2d4992b2438419a833b03d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "c0ce9c5f6674407c8146f742b55a5179", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c14ab6030c4c495f9b1a7792f397c140", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a4850fe9ba8a4fc59af384af3dd5190b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ed8d37498cf04206a5f0683e02af9e67", "region_id": "RegionOne"}], "type": "key-manager", "id": "cc8d7eeb6bd649c59084cdb28838bfe1", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "624e64ddc34e4cb88127a7a931ad72eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "02e34b68187948c29f9e4cf60e952758", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b15204a066e4489daf7053cf7a644ed6", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "f762c31fe3ee4ed78995678fb74e943e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3465d6251df14cb596182bda6f00c7c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "77e09bf9a7c14ece880cf3f00c863676", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d8bb83c5843b4b259fcf7f0ea75fcf5b", "region_id": "RegionOne"}], "type": "infra-optim", "id": "6df24e7a2b634ea69be67c5ccb417c51", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e5722e69e9dc45768d2577e51fa89cb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "72019aabfe4f4a84b14637d23251914e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dba881758469430fb98fa1091ab0da7e", "region_id": "RegionOne"}], "type": "message", "id": "5b6db38d8bad438fb8478f9ae552471e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e3d50d0c88a445e59a8afc4ba2c1ee8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "dcc89ebaf3824fffa8c1c2bef09ce50c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "6764860f5362438f85e738d423463e39", "region_id": "RegionOne"}], "type": "messaging", "id": "3f5921bf1ab74c639d3bac9cfa1b2e0e", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7a87b082046c4bc4b68099c03e6acfb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "194c95e76daa426f91876dfda7abfb14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "0c47e1f9dc914f70aef5c97de1de0c18", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8d8d4633279c4049bda7ea86d336b35b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a218e035ab3a47b6b8327f1fec553448", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "92b6e23eb7a7438fadc6bb9545225311", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0720d64bec934c228919e4035c086387", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "047bb24dc065452583f3031d73eee684", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "481d5bcc0ef54f6d96fd371b15f88fc1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "200f495b4d5b40b1954fe702758ea437", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "441e75ccdf984a698caf4bea34796e33", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "776651b1ef034031be4b04f499a0df5a", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "62dd342ab8b648b28d0c2356a4d1cda0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "312aca0c526c448695c8692dc5c8935a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "89937f084cef4215bb2f18b8aad7dcd5", "region_id": "RegionOne"}], "type": "container-infra", "id": "ffafa69a71264b41bce281173ef9b23f", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "21cce356a20c4f4c864ccb8739933a60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "66305ef276aa4fcb8b06cedec82657b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "77aa7d02500f489fa5fdad8934835469", "region_id": "RegionOne"}], "type": "search", "id": "2460159d3ae542cdb747b1f87f6eaa61", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "bc9f79ea22f747a8a3f2bf0db72a7ee5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "72b35367f4dc43b08867bbefd620b0d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "330d8c142237463aa637f48427832452", "region_id": "RegionOne"}], "type": "dns", "id": "067130387eaf40a291b41b51b2c87af0", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6174b905cdc34a889b029d72733de147", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "44f95c8f2cf44d5abdd3c5aba0353b96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "40a8c0856be5432ab5a28aecf44554ab", "region_id": "RegionOne"}], "type": "workflow", "id": "caebb2dc6b1a4458a60cf0b99553c989", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ff244cf70dd74ab8b9ad16fae16bd693", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "658c9ffb264647c5890d33852f5b9526", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "964f2261faad4e639cba92c6c94feef0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "06a9de1839f14d738409446b5da6f1ab", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "4360ae459605426dbc20242bb137595a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4c2d02219e84486a9dca22edb0c560d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a51ae632fa644591930c22d9305971d0", "region_id": "RegionOne"}], "type": "rating", "id": "a690a02b93e74a429509e37a5d920637", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c82e0bd6e5a4436f9c4cbbc058f48ae0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "37b7935899fe4a5396d21854e7f6005f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5c919f612078483cb8e5294fe75035fe", "region_id": "RegionOne"}], "type": "operator-policy", "id": "3a6e03e0ab7d4924b3a84e13a94ef7d9", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3de58bc30bb0419ebe7d1a22b2bf81d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0b10670f738a417993125856b9b2d4f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "5049f7c5d6eb482cb75c77369c13c376", "region_id": "RegionOne"}], "type": "policy", "id": "44bc50ce4338423bb45b29d91638ff51", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "127f771d925e4412840855a78af5731b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a3bdcb9ed39942f78d2e0ff9c7cbf0cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "89dfc249383c40d89a8897cf045585ec", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "05a995f0fdff4c2381e0413631b187fa", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1b4444176bfa4b2d926b6f30a2dc5c08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f90a11a87f1a4f648704fd9392c0557b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a8fb09c7ba3c46c7a0860a64bcf61e89", "region_id": "RegionOne"}], "type": "sharev2", "id": "db8ebc68901f434aa3be26bc771ea0b5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "0b5c152c02654ac0a61a1c2fa81f924c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8388ad94b4534b6da9c81d1b0908b5b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8831526c521d4e4394ff73245dd35457", "region_id": "RegionOne"}], "type": "share", "id": "9053955e167c4f86a9c7269bbba3acdc", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ff4396b5e6444820859f2df2bf8a8af0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "1f3a40a13fdf436aa8539b857901dcbe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "29adbc02f33b4f35802641520b77750a", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "aa7372bbb82d4169b4b08e373e0ba1d3", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d0f563dca6ca47809b2fdf3623799d78", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7dd3a37c23d14d61aeb2505894872a67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2fa39dbfca974774a576d2afc2cf7116", "region_id": "RegionOne"}], "type": "orchestration", "id": "6aa459f2d63e477bbe0de8ea7c376b81", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8763e60a49154313b07e5f96268cee8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b87c17e3b8c247ffb6a2f9e43f9a98be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0d645eecc53d48938b8ca69b2fbb7a5c", "region_id": "RegionOne"}], "type": "block-storage", "id": "eb816005e80342579f0901853a08ce61", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e380084c639e46e192a8dbb6fedbb3cf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e8500e445b141d6a0f4c077557fdf86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43f9ae51bacc470b926fe05f579eaff1", "region_id": "RegionOne"}], "type": "volumev3", "id": "fffcbb48ba794fd8add626a874ca592d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5301773818114cadbec7ee7c29ffad34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2c3d5a223f9a4ca59966195bef8b649b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bcd462d5b6e949edacfe15608d44f9af", "region_id": "RegionOne"}], "type": "volumev2", "id": "e42bb247de9548058d33abd9f07c94e4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0bfc6931f0b0421fa7948ceacb7f1c96", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "be7209385dad4ae987b393f2d7e38e6c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f0bc68db3f84f9794f63a88fb20e3ce", "region_id": "RegionOne"}], "type": "volume", "id": "1367240764da43f19d3b2c16ef815121", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "07bc6a78b0ee4e778e51b80731158fb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9368c204e0234a1991cee926f6f11fa8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b8fbb4221fe64fb598d46d25f292eead", "region_id": "RegionOne"}], "type": "block-store", "id": "3403063026b947f59044fb506d92955f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "29bee48608734de99fdc124859fab6f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8029d7818f064f95bec6b2ed373349c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a6573a1b750c456685d502e3bf4c8bf0", "region_id": "RegionOne"}], "type": "alarm", "id": "5557d52b72c8419f9a00bae8c3e2fa60", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "72adb90f09644be59628d10270719889", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ad3d5973b1c44441aad7bb5b73d7f79b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e9b1893dcb094f5e982ff69c0bee77a6", "region_id": "RegionOne"}], "type": "alarming", "id": "83f24de69ab34a4f9a55fb30438a9968", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b83d4447eeec4847b310af640ed3cea4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "900183b19a584d5f8d11035ef8cd0078", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "29af6f4b6b554e59b354801ab7284754", "region_id": "RegionOne"}], "type": "meter", "id": "54f3aab8d2ba48ea95148a415270bc20", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "35360163d2544d59aaa3a28bb2f3a1b6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "0a98c8abc8664ee9ab5d3df6e666ec5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "0554841a754c4521b22c57aa8adc4a1a", "region_id": "RegionOne"}], "type": "metering", "id": "deb0a1894d9548dc8e9bd1bad862e33d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "4039959db661451bad195dc6a9d7ed67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d2fafff39b524e84b590ef318b363e8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "068444bc1fee43e0bf0031b7c257975d", "region_id": "RegionOne"}], "type": "telemetry", "id": "dccfa112f8954b4c8031aff98953d7af", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "7b9c2d3c0cef474eb5adb6fcf7e0b5b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "78a4646b66c74c0d99b6242e48afc4c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c7fcc5f4a6904c928d923946f238822c", "region_id": "RegionOne"}], "type": "event", "id": "63431321f3944572b38578cb1cc09f0b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "ebc8778904ca4663a039603424d893ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "bdbc70ee844249c797b1cd0988eee5d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "86b22debb5de494f8e4eb0282055805a", "region_id": "RegionOne"}], "type": "events", "id": "6280499f98524810b5f382c0bf9438ff", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "af3323baf68a41a9ae5719d68bcb2e35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "9004b05dc6094e7382c4d42b1bc6c232", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "541099ac551f460abb9ae8495fafb8ea", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e07ad8a4e3dd40d086e2acab70241dcf", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "df28c1eeb7d34911ae1a86effd883014", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e188427198a74b44988bc5424c44155c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a7e0a6ad4b904b30a516a9febdf0b65f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "09ac10615cb3432f8bc7619e400896b0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "4826921b6af44bee9cb5eaa82c834ddc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "db4faeb051314a5281876c9e576b066c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "ce4b3efdef1a4c618269a944e203c458", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2df985e42b384a6884e00daa0be7a5cf", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f75947037bc349e6bc827538fa6b95a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3414513c69f446a08608d7304d41d94a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "89de6994da0f4d858f6988b4908b5e0a", "region_id": "RegionOne"}], "type": "tricircle", "id": "5a0934624ae04f82896f61ba49503514", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "9afa80eeda56445b9de3e6c7d354c058", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "d17101b4f04f4e10a72fee53365e21a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "68615e84ca7f4c57825bde64e696fa4e", "region_id": "RegionOne"}], "type": "database", "id": "4f7a22b66b9445d4a50789f046263461", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "620a14ef4e834f12a53a46329b6a5058", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "90ba4b2ea9804096bdc2069f34b58a69", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3a2e029adb854175b17dbb2b7abb2561", "region_id": "RegionOne"}], "type": "application-container", "id": "771b22414fc044489c9c145d32df3095", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "45bb88783f2e43829b686ba39deec578", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7317c52752214502ada227c49dae2875", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1ff0f1b445314f529e0ceadb9b0914c1", "region_id": "RegionOne"}], "type": "container", "id": "fba5fa0698694ec1b95acbec5287db89", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "53077d47e11a4ea7a4a4f0ea4ba245ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "390df9029af443389e701c26c9278093", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8a3ab5d5dbd84bcfb8b40cf7d698ec3a", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "1c5101af859d4b00bf5fbdfb1bbc4b9b", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ce4ff474826947fdac9a7792121871f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b9e61911177049edb5ab8dbff63d7022", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "35981c7a11974c08bf3cebd54dccc03e", "region_id": "RegionOne"}], "type": "rca", "id": "6a265afdd10c4990b8926746735d5bd1", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "03f3371efa904b9d9f3575b59a6e29c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d479962a81ca47389abc8aad6a4e1f9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9588a916995d42e3814ded2755e5f925", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "15e51584544a4b419a641003631de50d", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "3402fe581bd040e6b48eeb7d048e963e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4b39bac2ef524000a7cb96308bf134de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "eb5a86caadf74632b9c2eab0ceec5868", "region_id": "RegionOne"}], "type": "network", "id": "ca9676e88d1e4e129d7dde7d9aaf4619", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7d7ba2d659b04b8f8c4bd4adb2bf8bc0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "55cb1f61cc0e4d0988b5ba4d9c465ccf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "8ee9917ad44149bdb12ff8eeea640b40", "region_id": "RegionOne"}], "type": "backup", "id": "27f824ced05b4e38976c1ed9d67a0bca", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "822e247783344c3fbb8efd68d7efbfca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "145d6e84e3e14f30b97d57b22fea4337", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "6f1a79656c3f489a9947f46e41f677ef", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "4dd910ddcbfa4779803ded52a7a45410", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3b20b6fc69564457be6fe908f2987e73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1cf00da50e23494fb74ea4cb34eada62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1ebf60ba955747afae59c66b776b3687", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "772bbd863585472785721a355adc3daa", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "0f883f51686e450d96e1ad2437444210", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e3e5822bdedd4781aaf653ed6e27efc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "380b1fc8245e4c98aa413c168072e76c", "region_id": "RegionOne"}], "type": "monitoring", "id": "7e83df7e45f942e1ae3efd8097343568", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d8df5b3b4a514b5886709ce493aa50cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7eeaa09078164a0f8e6bc0fcf4ec0969", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "183b697fad8b4cc4a7851ba38d9b54ad", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "3d5d0537e409458687a6bb07f4d8d889", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "2c297e27a6df47aa885c3ca40022a285", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "672b8dcee2e74ab29c76400f3ee7424e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "d80c001b6ae04cada3f9d82ec6421537", "region_id": "RegionOne"}], "type": "placement", "id": "6ac23f1e7e6c43ffa1cbfdaaa85fce75", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bddc65f67e85426fbad0de9b3f601988", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "838c8c6986054f149b8223049f8dddba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6809b5dbd9224aeab111f6f69c559129", "region_id": "RegionOne"}], "type": "instance-ha", "id": "1189fd53e4a141bbb07dc8c73188d561", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a804f7f4ecc541cba35f6ad7eb424559", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6811b5eb272f48c392993a61fd2d1d7c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "8804d10a86c54c15aefc036417d5148c", "region_id": "RegionOne"}], "type": "ha", "id": "2332d8c796e94eba98046ed41673ce08", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e77acc378e3c4b6c9b6501278ca11add", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "4f4328d6aaf54a97b324a13e8dc68689", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "368aa23222c54ed2b0b1f0a8fcc9a0ef", "region_id": "RegionOne"}], "type": "reservation", "id": "d7047c9b17cd4930bd5c96d5948a5ad9", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "dddcd36cf09246fda21c7c5a590cf3dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "96baa127c74b4766aa9c930a6f4daef5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "2e00b7594497460d9e268c54c0d1cfea", "region_id": "RegionOne"}], "type": "function-engine", "id": "f3bbea8bfad14e51851e6eb6bb473f8c", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ecf6d9d5bf9048e4bf4cac55d34c4ef1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ccf36a68dc3b453aa2cd68286c9f0248", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b98b6f6c41c146d1a408a38804e18685", "region_id": "RegionOne"}], "type": "accelerator", "id": "4ed81141a58a46e899bb7d598cf7d3be", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7806db24d1cf44eb86274418cf0d4f4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3156fc5741654642b44a3a17e0cb657e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6eb63a48568243d9b587259eec535edc", "region_id": "RegionOne"}], "type": "admin-logic", "id": "dae8b68b92534862befadc96438b96f9", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d82b8ae08df0433385201ceb2fdf2382", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "872ea3461ffe405498a8a27176b8526b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "6874ff6fb7fa42858c116e89a09a1822", "region_id": "RegionOne"}], "type": "registration", "id": "6c7f805550604502895e7a7299e2bffd", "name": "adjutant"}], "user": {"domain": {"id": "654c30cdea224dddb23c007454281bb8", "name": "28d6ab2e03534b2b9b7824b597ac9c19"}, "id": "3c0cbbe021cb44aebffe19a2c2e7825b", "name": "c9a7270aad1f47c584e26c60ae1752db"}, "audit_ids": ["36b09809b1274a959b177211e8d65112", null], "issued_at": "2019-09-19T09:04:51.244666"}} {11} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_with_stack_object(name_id) [0.039611s] ... ok {25} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_health_monitor_delete_ignore [0.035823s] ... ok {13} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_member_get [0.038996s] ... ok {16} openstack.tests.unit.workflow.test_proxy.TestWorkflowProxy.test_workflow_get [0.036499s] ... ok {30} openstack.tests.unit.test_resource.TestComponentManager.test_setitem_unchanged [0.036622s] ... ok {7} openstack.tests.unit.test_utils.TestMaximumSupportedMicroversion.test_value_more_than_max [0.035772s] ... ok {11} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_stacks(identity) [0.036927s] ... ok {25} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pools [0.035889s] ... ok {30} openstack.tests.unit.test_resource.TestResource.test__prepare_request_missing_id [0.037654s] ... ok {25} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_minimum_bandwidth_rule_create_attrs [0.037138s] ... ok {13} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_health_monitors [0.057878s] ... ok {28} openstack.tests.unit.test_resource.TestResourceActions.test_list_response_paginated_with_links_and_query [0.105110s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:51,387 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:51,396 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:51,401 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:51,407 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:51,417 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:51.347482+00:00", "project": {"domain": {"id": "22ad199255eb4951aa563145a0938a4f", "name": "c2a96cf9d770461fa8bfb78239854ea5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1474f17fecb548d49e249ec44fbb2cf3"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "c4604a6bd0db48a3815bfab75178cff5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "82273cc16b014bc9a04204efc12f786f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0a0ef6fedde34e0e81b7c8f763e0ec98", "region_id": "RegionOne"}], "type": "identity", "id": "993d733153944c7ba4f7607ea807b3e0", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "03e5e93c55944b259007d80547e738e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "c58990264de54c4a8f8a71f442e25768", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "ade4f7851c90482e855c70f8d97fe343", "region_id": "RegionOne"}], "type": "compute", "id": "790d8f8f10ce41d18a93354d0e001475", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5ffaa283f1bf4876b4d4bf4e51ee3cee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "afdba499d6ed428e96bb32e9566e8b8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f4593e5ede8c4995a2ca90a73ede0903", "region_id": "RegionOne"}], "type": "image", "id": "67f0be14989e4e52b70d8215f5fbdcb1", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ac53198731994b6f98fa0c34c52c42bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c828b0d1e37e41c1834c92299bba55b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "298980ebb5a7409bb9826a3c3b628493", "region_id": "RegionOne"}], "type": "load-balancer", "id": "20fab228955346818fa84b0aa7255273", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44bb79b0aad547049adbe670818edd18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d01101314e174ec5a930c60947ca1730", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "78962b789284445ba36303fab89c95bc", "region_id": "RegionOne"}], "type": "object-store", "id": "6734ccd0f55f4ad49f91a723d4c7c9f9", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "d535c7d038ea4dfa9563d863f9ad70ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "dfe799ebb667458eb62d5544d9b62835", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "896761d044864832aad53d37fa1d1ae9", "region_id": "RegionOne"}], "type": "clustering", "id": "5754a60e7f0d406283f0e6e6643e60cb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a10a1f7168b44d68869477a0a16f7ed0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ea0aa1e937f8441c977ed65e2c5721b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6facfb47e11f4fef9fd76bdfe83f7c81", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "ff28d15ae3394c2f86f4f569803c1932", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e28b4751278345ad99b31c12022e8b7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ecafd7351e544285bfcd904ae430fca6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8ee9f36d2d0f420083b1b72a644333ab", "region_id": "RegionOne"}], "type": "cluster", "id": "f986c0f3cd8f40d98d297ea377473b2b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "643eb838f4a046d28935dd8d030c0cf8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "74f6fd3bf63b4267b5f390483c433f4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "b5cae12a46644a85b91f647ccfcb0370", "region_id": "RegionOne"}], "type": "data-processing", "id": "bbf793664b0441d5b2353c0bf13dac65", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "bc870a54bf2f48e4a86d25626ef11a5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "4c852f8182a640a0b970f9398cefb9c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c04db33ccd74400192f1c85cecd8c293", "region_id": "RegionOne"}], "type": "baremetal", "id": "02a39a62ff6b476eaeed31ebb23e2395", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ea2c9818d7a6495eab1a5d37ca877969", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d330964a3cce49039e6c81b35da83627", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "00f27280581a402bb0c3c871e459933c", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e05e46ad249245beae597e795af2182b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "dfe13f9ca20e4bfa9d076d967e98de77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1fdbc55a9f344894973c0395613a625c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d02bb90d2ae747e1a2a3af90d1ef6414", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "a13f174a5313429d95c6325164f60f11", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "39c93d8c5fe84e8591db0c31d6b41063", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "137993a1edc64569bfdb3bafdb2cc0b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "9ef74a3400ee43e2b43c85d2d907b065", "region_id": "RegionOne"}], "type": "key-manager", "id": "a95e811acd6144daa85da14ec662f8a9", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8ecc2074007b46628e564907939ec5e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "744067adc26f4ec9b58a427911b93afa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "59433d2613a14af5a9968636d735f954", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "435ff283814e44499b9e51d6095e5821", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c0fadddc5e2f4675b6c62ffa540843e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b9a07717b9a34fdcb232f0e3a88c1e68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "b15f7e222d6646b2940b73127775316d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "4100c629e1204acbbfb1c11955b55c70", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8c2cf8d4351343c2a7f20d183b482f58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ef449ff5065f4d50ba749b9ad7cc4245", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2ebc6b47a80140d591acc952779a7d4c", "region_id": "RegionOne"}], "type": "message", "id": "2d487d78619e4100bcaa2f4561a34248", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "86b9e9d253ea4d4986c67203379c3a7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ef2550e7812e4f4d957227b24548d1a4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "d1a8b7761f404ddaa3d91eb642c14b81", "region_id": "RegionOne"}], "type": "messaging", "id": "7b0c5ecab4cb4240ade171e9b6f76e05", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ec296a266a404008a7bd2c6afec685ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ed01b77872fe4f45ae522ca62b7c34c6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "3d05de032f8f4f57bff903dbb5f494b1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "9dd683bd71dc4fe2a869e6d512cce374", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7bbd97014a8048898805a060dd7a7044", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d8072872adc14478a13fde3cf056d769", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a43112030d58495a8515b5ef148a0332", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "31b500e6bc2d40f49f38d996c691e7c8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0c7b983f15aa49c08ce1573c2cfb564e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f3d688ea3ca44815a7a6b550ada148a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "138f8f40702f46bfbcb4f8854ef66981", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e0ab3142496a4e68b2e1ff32cda918f3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "41ceaa8095d04b6a9c3ad824e0a3dcd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "33a01270e2a147399c6c748a8719e524", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "52b13210d07e4325868c50ae16ce6985", "region_id": "RegionOne"}], "type": "container-infra", "id": "0ff7ceadf57348f6a8e9bcee66e8bf62", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5902d6fbb115401d9553dab58de04a5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "9767f11ab983499187c2098afc798f67", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "b6807c17a2bc4683bae09d43a185ec6d", "region_id": "RegionOne"}], "type": "search", "id": "3d4c06b8e20a474e9cd72d3df2341f33", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "c20226dffaeb4602b6c6a1cd76013a2f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "7a96f82d0e0945f1b0b99c41b99b43c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "0ce203e0cb64427285706dfc40f4f27f", "region_id": "RegionOne"}], "type": "dns", "id": "a15902c393e84afebf738bd1c5b061db", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "75d965d4fa394c05a8d8d163c12619ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "873c2b064a584c28a61c2c79e3c591c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1e9481cc135a488f8a226ff07f443c78", "region_id": "RegionOne"}], "type": "workflow", "id": "92582cef16994b4c93bdad98b768b0a5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "32501237ce0949aa8fb7261dbff4f39a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "59f37e1f81de44489bbfa30a4b6a1fe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "912283b1dfc34e49921f723f56e02e3c", "region_id": "RegionOne"}], "type": "workflowv2", "id": "eca2c81d7a3f4c12a1ed8c16397c864d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b84a4043c16b4d1eb6462686605be166", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "e74b1d1bb20a44cabab527944f465312", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "dda660799b444d149e0fcfe683983b30", "region_id": "RegionOne"}], "type": "rating", "id": "76476e981c1d45ac83dff109c774aef2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9240b5e5193f41419b73049a78662d04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b1ddcdf6eb0f462fb0a70c9bb7e25c5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6af17e17a5154111a79e01e5058fa70c", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4510d0a27e354420b31bf14494beb0f5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "17cb1d286c74405a9ac768f524f9b344", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "866ada6996c64cbd8bdd82e1bf6a6c90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d7e52b254daa470eb99c33e614518c64", "region_id": "RegionOne"}], "type": "policy", "id": "d04e9242544a431eb209cf35d162d94d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8c89b43e0a844935932791199a54c76f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "c7c66121c86c4b97a67f11cb54e909a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "bea4c7fe8bef4898bba7fec13cd47125", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "e8486ae69b7f4064922e24cd44a6a918", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dd9f95ca89f74067bcd311e97e2d8ddb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e6a3c3a4f47b4a8fb04e330dee864306", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2fcd10d4e4f9464d8cf3baab20ef0846", "region_id": "RegionOne"}], "type": "sharev2", "id": "1d313f87c4cf48599f136fa2043b815d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "24406e46448e4ba7bfcf39f279f57900", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f166f52c0acd432b9909c4d6ec01a8a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "77ca40b88b6b415f9cf8b6e839a324b2", "region_id": "RegionOne"}], "type": "share", "id": "fd13a8277dba453db3ea7c443c89885c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ef909efd8ce04bc9b4d9f9aaa29cd14a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "d5ba25860ed1412abb75800a98d8e11f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4a9714a8f0294650a486d722f8dc709d", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "3ce22352d66e4dc0b6d36975388a098a", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2e58288636ea429da4c69e6ec029c23a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "55e5aca4c38b4c9f94c291ba392e7920", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b6f446224504f558a503694fe6f6145", "region_id": "RegionOne"}], "type": "orchestration", "id": "fa39b608dc324c16b07a320c607a797f", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3b73b8f82f145f78b2d73d46700ffc5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d38cf824b5e84633878947e6d9102151", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9508cdeb34624023936f469337654414", "region_id": "RegionOne"}], "type": "block-storage", "id": "dbc26a2270e44c8ebb91c0122dc3187a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9fecd6fcf35c47f6844b990e68b45d1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5a5052ed111445fcaf979609000a3ea0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e2a8d2297b40475cad61c46efeac55c7", "region_id": "RegionOne"}], "type": "volumev3", "id": "0d0734ef86e743828f4481110b1259ec", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6afc18f1aefe470f8d1307b4a4f59384", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d39e4075cd24ea9983a6b8da4f02fad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eed8266cff784d94bdb360c62d489d28", "region_id": "RegionOne"}], "type": "volumev2", "id": "c00b33c2546b41278233d6096c9a1644", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e48cd5c5470a45198f0440deb52c8c0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ff5d348970f41b4a1c966a67cf27e03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84390c01f48744129b0b5acc5ca60a70", "region_id": "RegionOne"}], "type": "volume", "id": "1fc4e452431845d4ae73e26492beb9f6", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7deaa1ff37774356a79bb3e40967cd1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db5bece4ba61460c86e01d4a8d39562f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "59f358455b66481fb4d49901f581b5b3", "region_id": "RegionOne"}], "type": "block-store", "id": "afe45895db9b4f07814a9c174a32c567", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "8e551465e60c46ec8a3a29ab4c58ebc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "52b59c4a4f4848e7a7498d282d32eb40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d0bc85e1e4004a58bf21a9ea1141d6a2", "region_id": "RegionOne"}], "type": "alarm", "id": "a4d1819d12034600985efa9a55ebc744", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "41e7761130cc419795a72808f9d6bc99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "56ceab8e60a440bbbd91d84a640a23e2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2fd944e3c90f4d0685abb0eb922763b7", "region_id": "RegionOne"}], "type": "alarming", "id": "4cfce2c2af9b4347a818546409fb25da", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0456bdac3455465e8dc01027b2e0e848", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1456701b236d4f9d955978e760147461", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5df7247cf47d44ad9a394ea2b9b40ecc", "region_id": "RegionOne"}], "type": "meter", "id": "b4e57c8a8cfb4e6099d162dba4df2533", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fb89d4ac1ae645198fd87a72ccdb9db4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e94e006c98284d39b690b7378a478386", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c2336fcea7db432c9bb9886186b95dda", "region_id": "RegionOne"}], "type": "metering", "id": "65780526d7b94271b15c958c40758db3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "180d9c03eb2a47488b95ddf50923bb81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "63ebd29b198b40ea9c83a6f7056f3202", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fcf82c6c237f4c1395d817687d0148e3", "region_id": "RegionOne"}], "type": "telemetry", "id": "29d7114f694b4a76afd69701c16cb29c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d9dcb8a243074d31aaef8113d7528680", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e4ecbc7942564d428dce84e61bc4853c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "42903d69c65c417ea650ae4f530d5435", "region_id": "RegionOne"}], "type": "event", "id": "5fc79ed5f12c43509c5bbd830ee1c8f8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "edd598b2af794b56890848ec57ba01d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "76134d05e90c4736a2fccd530586304c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f38a25f55e0247698289944152c6307e", "region_id": "RegionOne"}], "type": "events", "id": "89678ec318d843ea8104b7a2c5a567cd", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "459df4b72d5c4fa6af3bee3900d4aeec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "3f70715afc944c47b70e83d27f6a9ef1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "0af33439d2e74d2b90a70691636d1df9", "region_id": "RegionOne"}], "type": "application-deployment", "id": "858be1c0a85c4b50952be36d02f47e71", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a7fc233289fb41ad9ffbc46c4aaaf9fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cf95d17a73b046f6bb1ebcfc0a7a2b79", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "549779001c4e4b429c9285feeaa6192c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d25bfa2a96fe4e05990d4744ba05838e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "44cb0ff71a2243a68b2722242af05af4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8ac1a9ccdb7d450e915cd0f4f748c4e4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "a08ec01df92141cb97c377848bb8853f", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "cf07b53378bf48bb9d9cce6ed3f0b6a0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fe4ed0c4490d47749a04286cc778a278", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6103d9b2ab164e32acabf097cba7b7d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "52fcfe946d9c4f1c997cf1a3ee934d29", "region_id": "RegionOne"}], "type": "tricircle", "id": "ffbaffbf0f9341fe8771b7ceb137d2b0", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "f2773ca3c72e48a8a7c1b5552ce8f1e6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "b5b7f1e0e8b0487ea31c932f20e393a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a238f94af0464bcd939003c2d72a750a", "region_id": "RegionOne"}], "type": "database", "id": "e300c90e22c441a78531dfa2cdc2dada", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "80c6a297732a464fb53fabf11a8134f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e51888becafa4ff48a7830bb58d109f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6ac766e63e724e12b7d005edc7608870", "region_id": "RegionOne"}], "type": "application-container", "id": "56aaf6a3ea4847068398746386bfbbf8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "f698ee041bc1449e972bb9778fbdc9c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1ab3761ede8b4d4da84360c11bae180d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "716bedbf79644018956aae11a30d0975", "region_id": "RegionOne"}], "type": "container", "id": "0422d2a925e443ba9893a1dae1b6a2a9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5b4663e4d5bb486db904eeea0c676b51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "04d630a7401343549d6a987ec41e0955", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "15ff5181077f41d0b711411075a67606", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "292ab3776435474da15dfadf84414bc0", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c769704501a84282bdd25cb32314f098", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "650ecc17b13146d9a4e25a4e1b52fe93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c13696b88a5647a9b4b9eec4f3f5f015", "region_id": "RegionOne"}], "type": "rca", "id": "9143e97c0c264090a4b47117b02fed29", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7691364e2d984f0f8f597754734ae3d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "7b80b0714f9040f1a46ede331f964cb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "24b36fe03d66405a87b974bf566aedff", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "2331d524095f4fdc9cb5bff75af68e5b", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "772ea89b6e2746e3883f4386f6580222", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "384cd8195e29405cb562bf3532f516d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "e73178bd63be4aca8acb5557fb8327b6", "region_id": "RegionOne"}], "type": "network", "id": "ce38ba34bb2f4560b7fdee36c99f829a", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "cf92dd9a4b0e4c7bb3b7713e57159a68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "2c94118dc7084213892be29019847042", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "fea87b66f9534fd983a90836643bd1c0", "region_id": "RegionOne"}], "type": "backup", "id": "fa1daa6e380c40ffaac19425a404d443", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cba21f0689324b2689eabd3977859349", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "f3a6005ca29c463792d640912e7fe67a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "4bcff964cf28460ca59116faa9431e78", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "11017271adf84732b9f5706235a0bdba", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "50011c914cfe461aaf987de1fac3274c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "71e510debf64439a876c3883dbaec660", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c9df41b1ba204b7cb2d6e2abc68e4a2c", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b2a997298d27456992801048b56dbd1c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f60dd18d81ba40a8a2b73c24060c3fd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1a99f9268f95431da111191bfbc5dec6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "8a8903c91d1d4e0fbba9468382c8f843", "region_id": "RegionOne"}], "type": "monitoring", "id": "65f94087d2cf43a8a34e4285d0f889d2", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5ccdfccc16e74d76b7047c462d3c439c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "06bdedbf64234f1c99d4c0e74b47063e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5c9b58e4dafe4a52991a754169d2cb89", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "4453f9c33d70471684e5f04f9c19674d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "02518fd79fe14088b3cb9d7dda37344f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "084288e3ecc4443b9248d455bcf489d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "323be84516ac45a6931b9df9585cfd31", "region_id": "RegionOne"}], "type": "placement", "id": "5dc8ab178f664d8cb4cc7625f5071226", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "457695c09e5e46b6b3e425e820f849a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a58394ceb036457e9cd45c42f6f6a947", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9c5d70a67a1341b8ae2c60b952befff6", "region_id": "RegionOne"}], "type": "instance-ha", "id": "0f4321a9ae4244d292c3eb2f00c1394a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2bbcdc268f924c47949016dcddbd9223", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3fd8c059213849e2a350bcd7875115b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dac1496771de4b029351dc48228924b3", "region_id": "RegionOne"}], "type": "ha", "id": "65f13c00424842a59d38b04a228b1620", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e960e8f0da42432a8f135e7d0f5e1e63", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c4178bbc0a6b4e87bac5d867b08c0d3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "b0e345e9ac424df99acaa1775f927d22", "region_id": "RegionOne"}], "type": "reservation", "id": "d18781318b464b36a70564ea3aefaa1a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "c4884397f45d4aed9df3c14cf695e2ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "bbb13a50931d44dbac6f112d9ce7f0ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "f15e391b57304c82ad7d8ebffe254a02", "region_id": "RegionOne"}], "type": "function-engine", "id": "2d15fd5b296f45628c210fae9a07755f", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "26156c231bbb4363ae972d0f4257f6d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "af7f27ed7f1448adb77bb845739bdd8d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "841ca4aeaa6c41a99c02b9bf5a565fa2", "region_id": "RegionOne"}], "type": "accelerator", "id": "8f6637b6c57648b1b2411e2dc9fdb948", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "18438d26466340ac98fe4e4ff49baa40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7ab02bebaa4c452dae530b227b0b112c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "10473a48ed6643f0b6a5769d102db15c", "region_id": "RegionOne"}], "type": "admin-logic", "id": "79cd571494c34b81ad353522699a30e5", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a2e7ff46c7874e5a83cbdf339ee2bdf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "37d71980c4b14266afdd748462f12cd3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c7544cd6b3724ff4874fb9808ab77a8c", "region_id": "RegionOne"}], "type": "registration", "id": "3850670d64a54854bcccc0185f32c942", "name": "adjutant"}], "user": {"domain": {"id": "21a404bc09bf4b269984c23e667b9beb", "name": "c5efc84d458948409752bccee3975a59"}, "id": "811abc36e9424e0f8d89f401b1c61b5b", "name": "06014c07d0f840e4863357875d0306d2"}, "audit_ids": ["2eaee0b065df45a69dd907f07c29899b", null], "issued_at": "2019-09-19T09:04:51.347482"}} {30} openstack.tests.unit.test_resource.TestResource.test__uri_mapping [0.035987s] ... ok {25} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_policies [0.037719s] ... ok {15} openstack.tests.unit.object_store.v1.test_container.TestContainer.test_set_temp_url_key_second [0.164518s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:51,377 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:51,386 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:51,390 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:51,396 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:51,406 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:51.337402+00:00", "project": {"domain": {"id": "1ef7f09de1654e2fad0afcfa38ff02e0", "name": "50066eb376974d1fa0e2557c8f93b328"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "1c37baf2a83a422cab3ca75f567b2290"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "0cea4410b0244a4d9b056472abfb8ed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "7983ae3852334bf9a7aeaa03d712ea39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "c3470064c4674b68b0f3c7651c9ea8c1", "region_id": "RegionOne"}], "type": "identity", "id": "ed9076267f444ae2bc771924cdac61da", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "df94893382454ef8be0ba6e22c92cd04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1bad855c20b44106939c2819a0fd734d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "4587ded9b61c41008abc07c2fb71285a", "region_id": "RegionOne"}], "type": "compute", "id": "e8f4b4fcce7d451fbfed70ab580dfd81", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "b195d8a864804b1f903f73d464e092d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "e9255abb3b8746f1be5f9eb7d0baf08b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "cff5eda3a7444b9a978c47df5099f6be", "region_id": "RegionOne"}], "type": "image", "id": "ad038fbb07ce4a108446b9ce4d10ac15", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "d74f1518dae8411eaedbfd56581af71b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "724f4b757bf34dbcb5beef06526bc16b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "f9940c86363c46d38ea0c226f144bf59", "region_id": "RegionOne"}], "type": "load-balancer", "id": "2070176b841247b7ba021f5d9e7a6e55", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "42a943fb07b74a8ebdd994c25fa3c153", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "637d32a6d2544c47b88689d3258a4828", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "20dacbc543374e81b5ee309fedd9b823", "region_id": "RegionOne"}], "type": "object-store", "id": "31988202fb4b4326afbedd30d5858a5f", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "623325e554e947a596ee99e4f9005a81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e8bdf7c1c37e491d8af104f7138dcb64", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "bf603827de70499288e4f2bf294426d7", "region_id": "RegionOne"}], "type": "clustering", "id": "7a2a4c7e91264617a0003eb71fc3f2eb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "72e64f1178ff4d1db709d157688f72ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "111c99f084764c7fa594de38ec9d5795", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f8c2a6104281492a9de995a9a645b74c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "2497ff126ea44df2ad80386de2e500f0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "965ede1ff5e543b38ac7e23bff9d6c81", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ceeeecb0e0134ccb9323773c9ca511ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1f4fa325b9e6402980fbf834e7d4eae2", "region_id": "RegionOne"}], "type": "cluster", "id": "b66e016337b0494990c4b1bb901d0699", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "3d8f8082b6044e3f84a430ef16f368f7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "a58af6bdc0564bea8641a93ccfbb8c2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "6320d33aa006445885b5ae5733d5cf62", "region_id": "RegionOne"}], "type": "data-processing", "id": "650f59fbdde5454faad3b70a14815349", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b83bb017af6844fa944cae5a0e57c1d8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "27342ba46e9e48cdbcf041af097b8158", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b5c53960dde942b886c30e2fdf681eb6", "region_id": "RegionOne"}], "type": "baremetal", "id": "fdb92d51a7f045219a55acba9f512ee0", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "54a7f1ec76c7480bacdc681cf8e45762", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ab1ed783635f4b538c57bcffea6a5ed9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "12bfd7001fcd405e8c5552b5293fd233", "region_id": "RegionOne"}], "type": "bare-metal", "id": "4273cd8512264128899381e546718408", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "7201026039b04ad5a32cf085223a8860", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "46503cf8f6ff4e1b8317b2edb9389f1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "4cc9322a9ff34d898acbb320e29ef4b5", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "b592765f9a2047d9b826185a70933e49", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "c8a3322756c14225b2f9b33b030bed7e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0d3d15f0b4f344178dda498234d01883", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "1cfa05df0d8c45209febafcc5bfb637e", "region_id": "RegionOne"}], "type": "key-manager", "id": "2df35cbdd814449ea48ee7c8a115af43", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a6a52eb9fc234ea19bc8026b3b028a5c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "2ab021c5bf6347e08f5780a8b9755bac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1f66248c9255498f9b9126bb3d3a5d43", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "147b743da5b94845980b027b22290bbe", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "194ed18edfad43d191270bbdf43da048", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3a0aecdcdfba4a8bad5fe02d194f674a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1db1046fbc2c4957adee7b27c30babc8", "region_id": "RegionOne"}], "type": "infra-optim", "id": "ce932ceea9ba48e9ab663bb2c50e548a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3a91bfb823674a5cbf0e7f342b8e2e30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e48cc07587c74e4a852245001149fb51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a011dc03a3af433a8a9cc0145deb121c", "region_id": "RegionOne"}], "type": "message", "id": "87a0191614554c408fb6140f7ebbc2c6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a1c10db252454221a6a009ca9c3f24aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b57c2ce595ae420fad24c274bd0e777b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7303a1583d2a4425898a3923832b779c", "region_id": "RegionOne"}], "type": "messaging", "id": "1ca58bd0d42d46fabb1337b0c3186931", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a478b819b73a421f80eca4235e780e9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "e8d885d4424c46f6ac448b67de329d10", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "852a451a4d80420fb99a87c8bc69d09c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8cdb4c305b134528a3c19c51f435df93", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8797c3f12cdd43f489edcf71e7f998b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "80981c02a951471dbf81b5264f812641", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0a5aa80ab9dd482b80cbd8a229a4f0ae", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b61668832b774cfe9124d6b6debd8140", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "4cc95246c216477087df262544e9ee1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2a72231102cb4951af50252ccc3d428a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d51cb8061d564aa7adaa33fab46dc0b2", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "20d194b71ba64597bf53101604e80d53", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6479a773b5b74c7188789621e12fd668", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a36db3375bfc4569b92c775d0ed20c82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5a5526e513db4f45ab9743c74f420912", "region_id": "RegionOne"}], "type": "container-infra", "id": "21e0a4873cc94ed0855fb5c7ce7fb1e2", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "99554f0aa6264088b56a53716a383fe5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "5e047e0ae8ec473383a38133e418396d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "5bf456c3b46b47bd9becf69cc736aee2", "region_id": "RegionOne"}], "type": "search", "id": "92d7d6cf80c24467b359fd31d1a31199", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "3f80ac83de1247ce81a94d105cef8a59", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "d9f85d34778943f79420985e5b5b2b7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "071641449dc54aec9708f9bd3bb3baa4", "region_id": "RegionOne"}], "type": "dns", "id": "d1e910b1b2ec4de58f662993c4e21193", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3d853603f4954b9d9d628502c3e5db5b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "806b09e3cfdc42f99d917c9387f98a35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "977f44c42aa5461a95d6c381bad00de1", "region_id": "RegionOne"}], "type": "workflow", "id": "152ed116e56c48d4a7538a2422b70d56", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ca9f311c38a6463592af55a7b8dd2045", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3bf4b42d103f4930b49fc5d3ebd9de22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a0dd5edeb7384dca8107963cb2fd8356", "region_id": "RegionOne"}], "type": "workflowv2", "id": "64a4a0edf4ee4264aec5fdce99e1f9d7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "44cd8058531346b99129ef225bb7118a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "b6e4e0732e814463a4ea34aeebb43b9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "a776e94658bd474e8566d1eecf72e2ad", "region_id": "RegionOne"}], "type": "rating", "id": "5a83b808143043d99589c2140eaf7e6b", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d46954a2551044349db4d53ecd0fea61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "05a99324b21f4349956bf4aba91f7294", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9792db710ffa456bb7f8f483d320f023", "region_id": "RegionOne"}], "type": "operator-policy", "id": "3b7cdc9d395f4274ad8bea6681d9a2a8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "615f68c52a0a4096b870b04a69403d53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9a3653b75829463680b5d844b01f29ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "6e6e5dcb36674a3c83484b48f47b5aa0", "region_id": "RegionOne"}], "type": "policy", "id": "44b5cca258754e6c82dd389262d66c47", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "87038c1dd85341409f5d0ae0204f47d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9ed0fc5235ba4864910926c3ebe09087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "da751b28c353433fbb98c8abe9e898c7", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "47287fb0945740c6866c60cf06ee58e8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "db8f36d8e41140ee9c2999bc3343ba97", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "328379f4b77547c1bd870d8d8c41ae37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7294f7aca5ef43a1ab177934c21d9c4a", "region_id": "RegionOne"}], "type": "sharev2", "id": "0cff5956a38641d4adf71fe64ead5b38", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "63e3834af687488698aefd9d05720afa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5b9dc600fe254365aa3478687d2000bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4776b792d47c4d02a4ab8a9f1bbbcdae", "region_id": "RegionOne"}], "type": "share", "id": "c8ded35faf9341b9b74961bdc559b22f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "928743c0e8b34f409c750a54f917e69b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7838ff3530e24a51946f9db6107ab835", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "8c4459166689457dad0b96d0b1eacd3c", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "2143607345374c62a108b7de6d9808dc", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4de59dd051d940eab4c9ca11e955b2bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8780f5f7f0043448d075a4bc63ed2a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "70f01655b05e4cadab25bc1f98f47f29", "region_id": "RegionOne"}], "type": "orchestration", "id": "7e1cfb74c1e4439682a27617830fb3b8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cce32e5fe20749d3a91719a4e34472ae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "988dd3aa45114d90b0b5650fca615539", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aa19cc9c51cd41559959ef4aeffa9e1c", "region_id": "RegionOne"}], "type": "block-storage", "id": "f892a604b5284a798e133377760d4e7f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c15c61d4a68a41faa92040e358577150", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "67ee273965b14f1fb90f6a29238096f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c88cd636873b4077aed3578e86c5d794", "region_id": "RegionOne"}], "type": "volumev3", "id": "42a4bd4929b84678b192fe7602db94e4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6933eae467bc4a25a8fb1f68dc559da2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8dcec79ebd4c49e4a138ac0ee0646fb1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63cc76fbf73040139181228561f3cbcd", "region_id": "RegionOne"}], "type": "volumev2", "id": "4393d7cfc5af4c6e8cc1e45f39a8781c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75988ef8e0ee42b2a4ff68a132e15a4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c73024488fa4a94a695ae41eb4d3885", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0a1f9d7626eb4f00afa4440b287924dd", "region_id": "RegionOne"}], "type": "volume", "id": "ba3d39aaa7324ae6b2131e6f700d4394", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7250b85f8a874c83b23bdc31bb302e7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c3266eeec0f248d58dfa357bf31e3c4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "404234d41e914939ab9754fb527c1c26", "region_id": "RegionOne"}], "type": "block-store", "id": "b30e733988a74302a4c9b3b57632082d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1d8d23c6f0f1400b9f549eefd7b721e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bf949d9054a449718ef0e9cc9a0f5f4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "53b1a1b1a1ec4f8ebc918e18c8cabea7", "region_id": "RegionOne"}], "type": "alarm", "id": "cfcd49d7d2964681ac17233a87734860", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "99ae983142074dc5bc406b2f03750266", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ed6cfc349e6746658a85b5a71e26778c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "e041608063c94ef795ba871b6115d55c", "region_id": "RegionOne"}], "type": "alarming", "id": "36e33cead1804e099574887e96c32d82", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7d89677c48ba451dbd1c25415a4d8cfe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "65eda04c7022416c898a409870a24440", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "51cb8fca8b9f4d3ba791398e4f694e67", "region_id": "RegionOne"}], "type": "meter", "id": "2394a0db9e0a44ef928de4abe7df161d", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ecd955393f1f4106ad4876d5c49c181c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "25de3b8f87574e07b997b7aac074bd7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ffc85775af474255b793f09215e0be23", "region_id": "RegionOne"}], "type": "metering", "id": "0beadb72b48c4398ba15210751547395", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ddd9b9ca775f478ebe572e8ba66f3cf2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "c4cc6c20096e47b6ba3cf7720054ac2f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "7022df210215438cb89669ce1202a67e", "region_id": "RegionOne"}], "type": "telemetry", "id": "34472b79e028419aaa537ac64bdfba43", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "47270febaf1a46e6aa80ace4712052c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "793b51400db2439f8123530b18673669", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "bdef17811b79415fb30e47bbcbe30fe8", "region_id": "RegionOne"}], "type": "event", "id": "c1bd24b7e8ac4bf29a72c71b1e7cb1d9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "77001ad1c5d84e46944d5d5c28409702", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b0c6c06d13674f8b8adc2809dd109fc8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "86ec8a22c86240828fb46e3b5a5c65f4", "region_id": "RegionOne"}], "type": "events", "id": "e2d3826e673d488b96fda5017fb6513c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "81f270ba29c14f04923b607182b3dc72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4d6cb0c16cf0405c9206598ab9e41eb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "3108b77c3da746c6874ba643b7a9de31", "region_id": "RegionOne"}], "type": "application-deployment", "id": "00e0502982da4e0a9753941703dbd13d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c76629cb907a4ab889a091bb5cb94753", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f235a214247041f3a38041aeb99374eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "962b435db97c41ceb86c320546fa86ed", "region_id": "RegionOne"}], "type": "application_deployment", "id": "09d5f40a650942029fd1135d3805a3bb", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a6606ea7da094f4087be9df4bc978fdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5df72338128142909c0832fdd0c2ca84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "2f08135f0eef4ca3a299f968a2e15aa0", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "12b5e30749504a4ca28401b429fb45e5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c25dc6f900e848cc8f1e028b3992c4a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c7a32f0159164345b7bf10cd9b589332", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b46ef8608990495497e1caa7b93de19f", "region_id": "RegionOne"}], "type": "tricircle", "id": "a68fca313eaf48b8a3df5e74d28b352a", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "7747afef791f4a44901b6202aa303348", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "344ee9ec1f1442a7b63b68ae67f0d3d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "c8890b1a00e84f9999c3683cd9be3e47", "region_id": "RegionOne"}], "type": "database", "id": "7356501f7a76495c85f4fe71c3815a5c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0116e6d464904a8ea511ac3d9be5236a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7225d4aad25e447e849c1ca06ff46790", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8a70b060eed64c13a6fb3ea477fd5d14", "region_id": "RegionOne"}], "type": "application-container", "id": "e9ff0d952b634b64877c7049d3320ce8", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c638eff7ca1e4181a04b73d309b37cb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e9b25ce2da854e91b93ca6a0b62b1e8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "8c20e471a0024a4bb1231d52822092e6", "region_id": "RegionOne"}], "type": "container", "id": "0271f63bbf40444890fbbdcea00441ff", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2620016ca39143b48bfbb837e4f6e0b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "40a68ae140454787bc3ad3dbb8c1ba4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "159f1167d61940dfbe8ad8462366319d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "2ae61eb877214c74b5c426eca7f697b6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ab5c51c94ebf45bd9326d33d6abee23e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "5cf9c52c23c3423ab54affc3fb1ed18f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d8828cdf43a144efa95cfd09ce0a5067", "region_id": "RegionOne"}], "type": "rca", "id": "dddc5a62f94b4a4c956fd282880ac780", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "453221bf4b644f2ab4c260e117772ee6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "fcaf1bca89d14354bd21fd373d9069e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "c2e02f4353244b5b9ad014dfd9056594", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ec9f0c80c72d429b85074fe19c2347ce", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "58033f4aedcb49f79d758c62e926ad21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "2eaaf6e961a94bc69f3fec9fa26cb252", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "259730a82b544195a152f1a8bd142af7", "region_id": "RegionOne"}], "type": "network", "id": "7a47ffc7061a462bb8d084bc7489df63", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "76d1647bd97240c8974ed696f3250e2e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b54864c5a7f644a689baa225d9a77e95", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9a41e1fa794a45b09d2624335e0c6b77", "region_id": "RegionOne"}], "type": "backup", "id": "49ebea32f3b94e698192a4785038fcfa", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "99216fd80f864a70a56a968ec76f7375", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bda644d9d7b04a9f871b4b4558b1e95b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "1f68af0711d74e46b5137445e2ff7cfd", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "bd5b83c2f43e426f80146100093e33d7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "56a8f2ab651347d4acf871bd4c15c88b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1e1c99d0ee884a70b94be43234fe7af7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "b3ae649e9d504ff1b0aa2774968a5589", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "1d9347dc2fef4e63a015bd83a2229e78", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "89b8e7c2cd354cb2933d83be55800059", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2e0f634f767f464c926d779f6e5e2eff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "153437a3e37244bba74255124817044c", "region_id": "RegionOne"}], "type": "monitoring", "id": "11e88ba9fe3449399a7a50ba7277b8a0", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "dcfd4506ec4c4f17bf5f09442040c24a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a7205691c69a41dbbabe99967802bce1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "b7d1712fafa84784b6b7c99f47c4b554", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "108e2beae8e44783a3d5579672e3cfe7", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "27827adcc1f341979af67f97cae6ec37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "c7c251507e5746e1bc803385cf58f3eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "4b7acf9f9ed94f1fb2455ac3967ee849", "region_id": "RegionOne"}], "type": "placement", "id": "e8a4b595b5f84de68c8785119889cae4", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "410f8e96450c44ccb228f743d6d7bed3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0e8d484789334495be4a1b02e5824e1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d89176dc273647f88ff8c765585dea57", "region_id": "RegionOne"}], "type": "instance-ha", "id": "f41d800100b94f09bf2b275e900d792d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "941d7dac054a40e98ae6733077c27917", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a352518023b54c84b5e6fb974028b33d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "3fe769cafd5444ecb40284b5627e3001", "region_id": "RegionOne"}], "type": "ha", "id": "83a9717a879f4edcada19409df83e037", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0d9b8610c3314d13854112ce4af87095", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "daa9d50babe34656bff3ed22fbaa1945", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "38b50ecb99dd4a05b1a3b84245c98a4d", "region_id": "RegionOne"}], "type": "reservation", "id": "8ea3a862dd544eca9ae3e1af8abd8a60", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0437c4df1f9c4a9e806804c31924c317", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "60c6a4512d07468da3c9d1f752cdc39f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "ee0287278a25473ca3fa91757c5fdb63", "region_id": "RegionOne"}], "type": "function-engine", "id": "93c88ce33695454da7d887a4593d7735", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "5de56cad51a345a4a58f327aabdb5a47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "826d1ce80c0c4011af7f8d0e5b381648", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "ed442c1aefe046789a503a9ff0913c57", "region_id": "RegionOne"}], "type": "accelerator", "id": "97ed51766969492e89e25f43458c4e5f", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "257e296dc35c43dfbc6939f06b7760ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d1e1778e55c54742b040ec4f82552b9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b7dae4eb2b0f4e1883da193961303fca", "region_id": "RegionOne"}], "type": "admin-logic", "id": "7f051a9facfe4e1eaf084e942f4d422c", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2c695ea7ca38493b9de671123391bff1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1ef701544cbe43828f623d457d882fb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5dac116a2999443d816cc0010798b24e", "region_id": "RegionOne"}], "type": "registration", "id": "0aae2dbd978b43c6a01099be4e6245d3", "name": "adjutant"}], "user": {"domain": {"id": "e2f74733d34b4fa3adbc4a496384b552", "name": "2978360706764a1f95ecb3dfecbdb904"}, "id": "67df3d3eb05a4632a86d2e26ec779dd3", "name": "59eeddc9ceba4902bc957123d7486564"}, "audit_ids": ["47bde5be2b5b462db165d4e2b8c84acd", null], "issued_at": "2019-09-19T09:04:51.337402"}} 2019-09-19 09:06:51,469 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_container.TestContainer.test_set_temp_url_key_second-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-Container-Meta-Temp-URL-Key-2: openstack.tests.unit.object_store.v1.test_container.TestContainer.test_set_temp_url_key_second-3" 2019-09-19 09:06:51,475 keystoneauth.session RESP: [204] content-type: application/json 2019-09-19 09:06:51,488 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_container.TestContainer.test_set_temp_url_key_second-2 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:51,493 keystoneauth.session RESP: [200] content-type: application/json x-container-meta-temp-url-key-2: openstack.tests.unit.object_store.v1.test_container.TestContainer.test_set_temp_url_key_second-3 {13} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_l7_rule_find [0.048605s] ... ok {30} openstack.tests.unit.test_resource.TestTagMixin.test_check_tag_exists [0.040053s] ... ok {10} openstack.tests.unit.test_microversions.TestMicroversions.test_get_bad_inferred_max_microversion [0.160993s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:51,441 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:51,448 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:51,452 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:51,457 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:51,468 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:51.365961+00:00", "project": {"domain": {"id": "e6fe400320094187a16a19452f3bb82c", "name": "fd9de342b2854ef2b1e6d5f3f2770a8c"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "9c02c4f554e94a38bb1e991c395a0f04"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "5a973a5544b040e8bcb7971adcfa4167", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "4913d4b184ec47eabdfa988b780ab006", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "efa6cb9a9b634ca19f9868449f70f815", "region_id": "RegionOne"}], "type": "identity", "id": "ff9d12e485af4858ad7cf0d1320a5239", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "644973aebadb4461bcc433b5faf435d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "db83620f9b2844389edf03acdc758d76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "445417a1e52f4e9c82df641c2c2f3746", "region_id": "RegionOne"}], "type": "compute", "id": "3f9e2ae08c1d4818a4772650d29f09fe", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "09767b8643be4723a0c8d89085208931", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "89ad31772bb94f90ab9e685dc60d3e6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f4b265b11aa5464e88b36f9652f94846", "region_id": "RegionOne"}], "type": "image", "id": "a1b2f1e267334548820b861e15aa3efa", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2af05a3add7b480795e17327bfec22aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ca46b315f3f84a7481a6827d42c98faf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6ed78d4f6ba444819dadcb6dcb849d2e", "region_id": "RegionOne"}], "type": "load-balancer", "id": "15e1ef316dd043798a8e2caf23d8833c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "515ea6225bb94e61a57f41f22c66d432", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "260097c2f5e242be886960db660bb4cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d731ca7cfa1342e3bca70c4112fa3412", "region_id": "RegionOne"}], "type": "object-store", "id": "3ae1e5f831c84213b154dc8b9f65a56b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "49a4fb688f764b2eb33d447978ae4949", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0f400c52a1bf4884a2e9815455b023d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "8d888a81192648e5a77535668909c521", "region_id": "RegionOne"}], "type": "clustering", "id": "5f20fdf190a648b1bcb68f69a315460e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "121b3bd91367430a96e6d56f774b9a7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ccbb0bdef6ad4144ba2eb7e58a754b62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3692f599543a40a18f185ca18938a622", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "07653f5a18cc40dbbad65c0407bbf47d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9fe9bb8253d7429889660b125f229c20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2aa677536eb3436b994fbed8c956538e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cd23153c73244f26a7803c114a12bb6f", "region_id": "RegionOne"}], "type": "cluster", "id": "50e461cf531e4f7bafda6192c0f23725", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "92ff7a06c68e4368b2b6cc29e7a49294", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "860b080874184ddeba5582e605f82a09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "606804a0f3e94cdb822e41665a630587", "region_id": "RegionOne"}], "type": "data-processing", "id": "c043733d810f4f7bb0cc80d7d047e461", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7dde648aa80448f886e475a377e44357", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a97ff9bf60e549b294344c96e397cfd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "12b69795749748858e419f9bcf8b2611", "region_id": "RegionOne"}], "type": "baremetal", "id": "a2e6938943854094bdc38bc7dfd13213", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9cc535ec233048e8881199f3c6f30e27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ea133a6006d342e58604c4edafafe127", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b525c9b04f81406f857f23b22af8f45e", "region_id": "RegionOne"}], "type": "bare-metal", "id": "5b8432f02f0e460cb7246ab1946da7e9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4b417e4f416045539b7ef47b8e92b619", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "65cfd584282242c389907a958d1c7c45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c7627433ef37435b91147313245a5273", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e22835e50e404c04ac0c4c577e2cd328", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0333ad6bc2374059b4db82e999956f04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "e2cd372d68ce424dabe15309394420a2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "3f3708fa07e24379a1b71ed6b26dc81f", "region_id": "RegionOne"}], "type": "key-manager", "id": "bd4e86afb7f54a7798284e3eb4aee704", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dc1fe3d3813b493b920c08e2988bdee2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "73d2f259653647b397a118853c7e3f80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e82124dd30b3476bbd7f1cf234fe55c1", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "56ddbfda91094044b54ffbf07f51be37", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "5aac00cd103c4a86ba6ba64936472c20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "61dbfd46deb249cdab1b2e5030c87ad6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "53359722f296409889f1194df24553f2", "region_id": "RegionOne"}], "type": "infra-optim", "id": "19367405cd2049b299620d2b8b60fb75", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "d86029cc7e0049c3bbc42e7c24fc0ef0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "28ec2deb990a42b996f3dd08b0766f84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c17987ee6de342ecaa87fc57352f8aac", "region_id": "RegionOne"}], "type": "message", "id": "998de03f12e24627b6d06da76c9781f6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "81f938caa191455b91cdeb92cb5cb8e1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "214bc50d2f85489ca3df1bd3782dc6bc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "484f281a6d5248be84e113f5102ff47d", "region_id": "RegionOne"}], "type": "messaging", "id": "64c78342ed2045e0873bb0287088fd2f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "dc02cb32102141fe88795b59d72d7cef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "d6c5fb1212294590903e8876437a1b4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "74c18b9453ec4586950b8124f66c6e22", "region_id": "RegionOne"}], "type": "application-catalog", "id": "11308548df80468695954715118d10d0", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bda439e78d73465bb7ad76dcd05849b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1a9adfe76bec4415a8be6624e430c7d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9c726e6f8bf94ddb9e002c139bb5efe5", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "03043ff664084dbc9c1da4b297258bdf", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "770f46e3fcd64e578091516c2cfa1813", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "def8f911fb3a45dca2aeec09a79bc8cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f7fa7047acd847d3acd77e100eb05976", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "763355ae15284ce1b99904ec3296e6bc", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d861fb6271c741878f444df45d67b544", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "793c3d42c9ea41bd9bddce0e06f093dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d12d8f75c9ec439e84ebdffca56ae4ee", "region_id": "RegionOne"}], "type": "container-infra", "id": "fd933cbbf3af457c83df494b8638754b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "e68fe5cc3fa64c72bfd80d0bfbe5efa2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "ec239aac1fbd4af88d468e82d336f4ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "8efb40f229fa48f2b66bca9df98501a2", "region_id": "RegionOne"}], "type": "search", "id": "9461b6908a824802abe6de810afb6b6e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "571a7305ab254481a00e3669d7b7dfd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "e27428c6c9e64ceba7a20520ba4e11e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "575ca3138d0c4b928cf5e53d62744106", "region_id": "RegionOne"}], "type": "dns", "id": "a98e8b825bfd4020b7b782f7aa5f687d", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "16c4eaad29b646bb966dfbce18941cd3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0e0494ce55254cd482b8d16f5ee3bb07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d3c63ce05916497ea85cbeb8622fc6ea", "region_id": "RegionOne"}], "type": "workflow", "id": "9e7373bef3af41238b9401290ceb6bc7", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0a2908263dcf45e39267607e36deb25c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "867f1e4732fe4998827a3a31e167b2d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d653382897e84d31a1b4cfa3e9aff990", "region_id": "RegionOne"}], "type": "workflowv2", "id": "3d556422254049708d9d00f532e4001a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "50671746c14a4540ac482d348e359d26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "be1bcd06a86048efab944455cf62e8b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "154a5aa38d3b4ea7810885b18e1dd288", "region_id": "RegionOne"}], "type": "rating", "id": "30ec9c97a3d84f90bc707478651b24ec", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "db17694f0e9b4afe9eeeffd6213b6025", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "24459c256f4e474ca5cbc9a14f70ff0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "875fac7d6b334db8b26545d368489bef", "region_id": "RegionOne"}], "type": "operator-policy", "id": "efe584bf5c684399966d55580907b7c5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "06b7180847064415b8b06a35447949c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "d2437127626e410391fde4a9f6bbdab4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "04ce4230a82e434989c66ddf29904de7", "region_id": "RegionOne"}], "type": "policy", "id": "0af2b3ce7703460c937df39c1357a6d6", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "680eefcf37714b1d99d21f138b5999a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2e93a7e57f8f448b89440aed99f03ed8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "815bcd7823bd4954851435198cfc2b9f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8c4d6e8ecb344b99a41741cdf964189c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b7c4d21d400046e09e78538d5bb1b857", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fb88f0a372ef40f8905d064fd38a6b8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "89bef30cb042455a9ce27359479a7701", "region_id": "RegionOne"}], "type": "sharev2", "id": "892f3af9c4c248f79ff202795396b728", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3c1bada27cd445dc9cab96dc33e79a40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a9c3d347fd7c41d6b5e25f793bf0fe87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "8374f11551684c789fae40d9d37daacc", "region_id": "RegionOne"}], "type": "share", "id": "d3de94f41d4a4d01b7c9a72069ca1a0f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "225496a22ef9469e9a6d448dea25776a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0736a5f254d34446a1ebfa42404b5b78", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "34cb09d7c25e4e8f82ae68239f361924", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4cd0a6be1cc04c528291847859907955", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6adf378b808945ff84094c64ea3ff2a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61777ede7d494b7094c1773ea21c7ab2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "088a0fe9ecdf42969d56144ef9f6c2ee", "region_id": "RegionOne"}], "type": "orchestration", "id": "ee9c3228b8844d898d35fb007e60111b", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4267ff884df242c29b9d822efa3ffdcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "84138fecbc054b1684bb5fad089eb689", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "97aae3f9aed64e0b8bb7fcf18f295b5c", "region_id": "RegionOne"}], "type": "block-storage", "id": "52e404da467d4d4daea0d5235f10738e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "704b16251abe451a8de0e18c48bbc5b1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0518e85b7a23440fae175528bb03cd0f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c6d1ca346404c84b2a93c1144105367", "region_id": "RegionOne"}], "type": "volumev3", "id": "52d15459339e483bb232952ac593e0d9", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bb915794d2a948118dce67f08fbd8d3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0719d5ec82d44b45bcbf466323cb0065", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1c9093790a1d4dd5826e9ef2eedcea20", "region_id": "RegionOne"}], "type": "volumev2", "id": "f8c1e7db1d324b00abeeb5dbc0ebf560", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16a79dffbd8840b59c96807fbb3f91a2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "61a79f7371104caab18b7024862e9773", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "99c4a8df40324e9da5828a65f331b181", "region_id": "RegionOne"}], "type": "volume", "id": "6a909120c16c4b8f97126c7ee7614d4d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e11d4fb625f84fbb82910f4512b800eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce202ab4e8bc4632b8ffb9f1877a8c53", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c32bba824869410a9871220b95df4f00", "region_id": "RegionOne"}], "type": "block-store", "id": "ff54daeac5da46dcbe7cec3b81463388", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "506a2fcce1aa4180b53e144a1ef9ebeb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "10fb647e99214ca4b02de3e2a558ff0d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "439294260f5444ceb9f880fab27e6e0f", "region_id": "RegionOne"}], "type": "alarm", "id": "2077b6b3c0b04efc9045c9986eeada9e", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "36d3b5f8528f497fb8055d1e989810d4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "0ab3abad89e043feb4cc269c9f746d6a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "24c14defe66a4316a9c8231faafe5dfd", "region_id": "RegionOne"}], "type": "alarming", "id": "609e0f179f874b93bb4c12f69384bf02", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "3244c2c3238d4126a44aa4195d01996e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e6254a233e324032a5badbef1efe9b15", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "ff578d44ef76484483a9fd294beb12f0", "region_id": "RegionOne"}], "type": "meter", "id": "b2f700c9c6264943b1b10649884f47d4", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fd0cfd6403a1496283302113f225da25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "142bd648c16b468aaa89530a2117732b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "11a1b2af41a04e96bd1066c759a694b5", "region_id": "RegionOne"}], "type": "metering", "id": "d5679888ae5d4cc48caf54abd095210a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a1787410c8d349ac8f7c71ce47607af1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "fa12ed653a8d443786d78dd31efc3a71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a2e2f7029bd1489c8b44aee42251e717", "region_id": "RegionOne"}], "type": "telemetry", "id": "2c9b968b9474402fa3f7ef4eccd0a924", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9a72e1747738430b88a768811f80ca46", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "ebbdcfe862614bd3a1bc3f7fa3ac1cd6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "9ade31303f634673b8927641867269d4", "region_id": "RegionOne"}], "type": "event", "id": "0c65978efb134861b2fb9f951b159812", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c69e9d2bbd074f55bd9f34c07314919b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "b4733c208e8a436d803041f53f81deb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "22ac3999824142cb85b6426ba137013b", "region_id": "RegionOne"}], "type": "events", "id": "908e0650a03d41e7a38d429dffb96116", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f24631cff886475bb420a651f74583d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "48b18c3f2f68447eae04002ad1166e36", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "1903164a229246d3ac747896b91f3789", "region_id": "RegionOne"}], "type": "application-deployment", "id": "e3de231c3a134de196cfb4a788ae8f68", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8ad20a699e8245a1bca30f67c415b200", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f20de68accfc4bc08716a43264b8f046", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "529cdcb43a944d28b6993335a5a409b2", "region_id": "RegionOne"}], "type": "application_deployment", "id": "0f109fe39970400ba6611aadc66bb5f3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bf5893bf14874d1b8a95c1d6f0f789a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f40cabf8fd0d4647bbb544e98fcb91ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "24637d48ab6e4e0aa00678e0e175f617", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "2b8b97673b294c24a2f5681ed9fc4623", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "179f6b1dd62d4628a927c65bc62cf001", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "54d70a8535d44dfc942a2a78e98f9375", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "eb9fdd02f27442c78bca4ad63989fd3a", "region_id": "RegionOne"}], "type": "tricircle", "id": "14b293846b754c038373369867f98462", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "83a62bf9377449e28adc321436635788", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "1dc9aa0334474b42b60bd5ee19a6926d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "59fe96a45d134d4492e90e05800bd164", "region_id": "RegionOne"}], "type": "database", "id": "a601fe29df734dc19b0c560a11462b3f", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b896df8f198b4b98a72f8fdc42a21225", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "328c5104de554b51add097bcf224f684", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "50ea717a48444114bc6195e2900026b8", "region_id": "RegionOne"}], "type": "application-container", "id": "a7eeb6dcd879442eae6ca4879c13d091", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "314263ccf0ae418b89e719e6b67a8528", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "130096e20c944335b094552d63030561", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "faba7fad2b684b8e9a440285d5fa150e", "region_id": "RegionOne"}], "type": "container", "id": "723dc0875f404cc787ee67ede5b56a1b", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "28ae4ec6965d47938ec52b0ed2c598be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6a772f710ded44c290e54cab0f91c1bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "9a0449c61dd848a09da0a24dcde3b5af", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "94a26c14b5924b31967cc650db22af10", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2eb735bd795948248534466b983fcab9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "671b8c1ce82c4d10b82728e0d055a086", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "446fdedb9a6842e3a0148c4947a842b3", "region_id": "RegionOne"}], "type": "rca", "id": "11d1daaed6604ebbbf9d3ec28c391aa2", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6b4d3a2a6f434954a1da57288877de48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "eb03fb2379f84fe8a8ea8951705ae08c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "084f43a75ba1453898b1e34a45940a7d", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "0d1cb86c8bdf4dc184f5bc57fc01bc36", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "ad37ef49f7fc4e66a68937bd356df80e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b651908387b242b5a18a6c2b63dc9c00", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "76e6bd81b1624fe387f9c2a7635d3ca8", "region_id": "RegionOne"}], "type": "network", "id": "032f19f9a74144818b5bfb506c99b16b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "425ad93762074f7c99ee7c8b3d5e613d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c3834e45ae444d06a56dec1c07568470", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "86bc57f606cb4bde8e02389dfc11c7e4", "region_id": "RegionOne"}], "type": "backup", "id": "f2728a4bbfa64ad0b10b65a3acfce796", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "82bb531f3ea04494b37d15588936f224", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "55b13308fa824b0eba84561c08d4fd57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5b07c714871748d1ae4e3a4cee966979", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c954f7f7b2b8490d9f490b01627ba373", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9f0f629bfdc349e9b33eae4f14ac377f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "65dfb9f1eac24e659a19376280c292ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "84307323ad2f4b0293c666d848115230", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "7cd09ba224924867b25491ff0f37e86f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "c96390681bb54035be2bea2b8202e575", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "29bc8a3f2d0849df92cc52daf9c521fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "97cefb1fa5a74268b314d02f45515be1", "region_id": "RegionOne"}], "type": "monitoring", "id": "d60939f344bd4ad486690917e2c182ae", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "fa4c9b0f4a104853b4817f931df50f28", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5bcbba84ebc143acb33da26fa1f4d053", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "103c9e5e2b2541a88a222472a1a8bc4d", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "26fe7317bf3f491a819fada14bc02ba5", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "88d602a40527420b8213bc1f7c5f3d6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "a4f361f4c0c242f9a516656b4a336b75", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "c9e1bbb89fbc497396be3c20b2038fc0", "region_id": "RegionOne"}], "type": "placement", "id": "bc49ff7f125a47d68318fcc43e23490b", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "95e5991d95024989810a72fda018aff7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "6ddaec646a834150bc53effe200e0dc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "84e350acd1664879b950d27b3ce16921", "region_id": "RegionOne"}], "type": "instance-ha", "id": "749a4d2585ed4dd59ac679d90cb08165", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "eb77f7bb37734661b65a7db38b7f65e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1cac2ecc9d384ef5b63d3930610bf23f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "6d5e0a903e414abc8656c1a9d12c0960", "region_id": "RegionOne"}], "type": "ha", "id": "b8c952330070423c87542db28194ff5d", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "ccd563cb055642cc8f3d5780bf1f47c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "7342eb5e349c449682ee983ea93bf311", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8a4eb347089a478b9cf18b599fc1b46d", "region_id": "RegionOne"}], "type": "reservation", "id": "fee1a70fdc024d0dbf905b2da98711ec", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "42c83a7455764ece87a8c64a3c2ea559", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d9a14dfadf334d58a42c6b0bc9e10904", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "47a1cfa46731433bb41a87caf934cbb5", "region_id": "RegionOne"}], "type": "function-engine", "id": "39ef67841789483b9e4df5f0941b1329", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "adb7682d871646ffacf49ed82cc1be3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3f066d83139d417083687973aad7b092", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "5c2aea7a70904c6bb4364df788f323a3", "region_id": "RegionOne"}], "type": "accelerator", "id": "d98c009dd2dd4efab5174e38b6c86cb6", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7b43325138254922bddece121576799d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "70d764fb330f4d1a8b884bc1e7066406", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c7e41e8eb05641c99a03fdbf580f5945", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9fedfea9ce5c4772bc95ea5163e92d6e", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "09498ac890a546cf9c6e5e1bf8c89be2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "1718cc38721b4de6bf0e81dc1e0d4b6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "ec18e636fe2b49559b43c38494543084", "region_id": "RegionOne"}], "type": "registration", "id": "d8f3801d84e244a6b280f26cbc7b94a2", "name": "adjutant"}], "user": {"domain": {"id": "334527ac0685407a8b3c03efa1ea6479", "name": "8ea6f35e5c134e8dbfca9bd1e2d5d211"}, "id": "ef2eb3c165df4dd18c385e2abb3788b8", "name": "be03298850974a6d8b1643286d8bece9"}, "audit_ids": ["6822a3ff4c4d4cce8a78f20f5a41b031", null], "issued_at": "2019-09-19T09:04:51.365961"}} 2019-09-19 09:06:51,505 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:51,512 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:51,517 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } {25} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_rule_types [0.034865s] ... ok {15} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_check_stack_with_stack_ID(stack_act) [0.036763s] ... ok {13} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_load_balancers [0.038670s] ... ok {30} openstack.tests.unit.test_resource.TestTagMixin.test_tags_attribute [0.038734s] ... ok {28} openstack.tests.unit.test_resource.TestResourceActions.test_values_as_list_params [0.104117s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:51,497 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:51,504 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:51,509 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:51,515 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:51,525 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:51.455465+00:00", "project": {"domain": {"id": "d2b71fc29dae431fb3a86e4835539799", "name": "21697e89f1624591b8a111b815d971c7"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "f3eb4ca0d050459db959804f1967936a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "75a63296337349cf80f23d77cc1dcc51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "fcd6e4510f434051a2de0dd85f0f7b68", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "0b8ee0e08a1446d5a6403bd3223e9b29", "region_id": "RegionOne"}], "type": "identity", "id": "277ed066647643528dcb865dda51f804", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "fa726c7f205742cd93b93a5ea276d4ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ef14d88c6d0346f88eddce042a6c0f93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "25a58070cad24440a28ba612697791d0", "region_id": "RegionOne"}], "type": "compute", "id": "a00b4cd9b5de494e9444b4437b3c0037", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "93ddd44f935044c5a751fa117a787404", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "9a90dcba98dc431382d447cc6ee98c4d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0c72f949661b445aa0ce685ec0d6e0fc", "region_id": "RegionOne"}], "type": "image", "id": "c89fa5d6b62e44308b13d72a1c16ae68", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c98a27f0b7fd4943a9512864565479a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "0b3d2d8f981e44ff958321b1df28f403", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "8ac548277ff24c4b80cf728807448522", "region_id": "RegionOne"}], "type": "load-balancer", "id": "b0e28a078989468f9e8cb043fe52e60b", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "756cd340cb134c618f62d01593e883a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e1ae44cb1ff74d398fe73bcb3add339f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "902fc845fc9644a28635af34beb85caa", "region_id": "RegionOne"}], "type": "object-store", "id": "701e6b4439d34dbfa145e75fd424f6b9", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a75f3c9ccb9b4c50b2f2783868bcc9b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fa6adb613d5f4f6d98cf9067909d2a8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4590614c8fb741c0995607d20610124a", "region_id": "RegionOne"}], "type": "clustering", "id": "e6558f4ca83b4607845d89684e8d95e0", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "69ae05968f4947168ece0ab515735d17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "09a7270e9c5942e595252a9159805cec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f67f8df56c6e42209f6437768bbbadbf", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "5d2d16d98c4243bba9f039690dbaa160", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ef1a8bd4c7714ed6ac0676cea48208a1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bc6bacc2e94c4da9af178b51126fea8e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "021408d094bd4dabb2c6ce783e8f7517", "region_id": "RegionOne"}], "type": "cluster", "id": "4303cc32ea124aa6beae29e19a6747db", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "37288dd1c531497683097b4a63c24c0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "fa6d57a6b7554142b04c1122222de65b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "3edaeb55cd664100b8897a5135bb94bc", "region_id": "RegionOne"}], "type": "data-processing", "id": "937fc7569db94b29b461ea72766df5e3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "9bd95df330c6416192a5a4d6a5bf1b43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "af6e30ea447947aa93606a8314255211", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "425bd714742845e68c499b0f6a75bb55", "region_id": "RegionOne"}], "type": "baremetal", "id": "dd939de09ffa450591557463fb77f34d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b54ed117e1314be2b2074add4206b8c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7beb62ee63aa4df89779c48f05d208ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "7f98e900ee574f2993d307192e66e772", "region_id": "RegionOne"}], "type": "bare-metal", "id": "43cd96815d494440aa40f83a5e6585c4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9a50f65efd14422e87cb5b54a6d93e91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "1860c0fa0a984d23a50b8f1326625225", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "de309c1462b743729d1e46ba393e0112", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f57d95ede10f4620b39c2d55d23c99d0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "684d12428cc14a4ca8d0f16ab5e47af3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "567834bcd19f44b1b24b676da19108b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "97d74ccc6d9b4b98a9094eed41cdcd07", "region_id": "RegionOne"}], "type": "key-manager", "id": "58dafc0284114cb6b7a60e435e284ec1", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0abf3073c508446d8a26d0a90e6eb4f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a6460a34f76647fc84a8399be3b6966f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ad8915ec37f846d2b1c1e4f1272e6084", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "dde95e3034a64124ab53a04d4249b3ef", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "80ceea6f0eac414992e11acfcdf42f2a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b5e6a4a619304e12b97e0590b19dacf0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "078b9e03763d4937828d8bf87e4ae4d9", "region_id": "RegionOne"}], "type": "infra-optim", "id": "67fda223d8504acfae1eed5cfbdb5a89", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "6cf6f54ec5d54a26bc1eed358d4fe5df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "9178fa091daf4d9984fc0b7cab6ba441", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "78d0301578c34b19b00c217b49a42476", "region_id": "RegionOne"}], "type": "message", "id": "9a8cd8d081f54c0ab0d2d5a1bd046dc6", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "14493fd67a8b4ebc927f5434d247461f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "b029e7d41775474bb4102c67fe6a3bca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "fbe92a99206645fba8eaacc23232c435", "region_id": "RegionOne"}], "type": "messaging", "id": "2780b2416a9b4c2c838cd51baea7c1ce", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "cd9f03840f2e43b6b23ce15e6c2a8dbc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "3f4b52ef276a4a3e9449646a0fc28462", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "70b09083366743f5bba6312f7af6ddef", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d704905aa7fc4e54963cb9d3a16391c8", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "71ab1548b87d46998dbc7f45b34b338e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f769eece0d9a44bfa47d28074a8ca00e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9030f75693f4467baa090678afb4ce36", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "a04a08c403a34c8caa68915305f2a659", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9935d8c4f6584aac93dc3b3b2c52ced8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b76ba20ec8a745d889b9603e20f1c91e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bee5da4ad00f46699b8cbc63d9e30763", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "91eb7e21209d4ef9ad8dab8a1f220935", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "14c826f24c264eb4af5c150f94d1454d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1ae59d6692734264a52d28d64d52a7df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "58c21abf45f14c4b95898afd84adcbfc", "region_id": "RegionOne"}], "type": "container-infra", "id": "7fa2c0a4612d43b2b9b3a518ff579f66", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "2b4b6171188147b2b869b0aafb90e8e9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b7c589eec2d94ababe07c9b0c79669b3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "08c1e2b910f045a5a97c7671841efe33", "region_id": "RegionOne"}], "type": "search", "id": "f4d7d3cefa714369ab7a9ba02308caa7", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ce79e9feb1b947d1a333efadc862542e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "400de0d8da504de3ac7c2b1fcc8aa008", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "f5526cb8214a4bdc804edbf31999da69", "region_id": "RegionOne"}], "type": "dns", "id": "55a29d9d97dd4c6ba96a9984982ed64a", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "18c12346cbfd47ab987f268f708e4f5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0ddbd52d3e3f488fa531f49344dc572f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "24d911af943c4b3a9fe9ae7897691710", "region_id": "RegionOne"}], "type": "workflow", "id": "f11e7c25e3a84d7780f4e60eb6ac8a1a", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c899078a90f14b39b5f00c8052fe3652", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "06c36a74392f46cbbdfccac3f71c7e31", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "dd6cfb2307b84049b11b477b68b8b41d", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4b06881bb0e54855b85d17c27e30a95b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "64e848b3394f41d8aa786506557e5a55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "d1dc7f03f31a434cba1666772184ab1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "2d01e7efa3f64347b7ae7bc455719c08", "region_id": "RegionOne"}], "type": "rating", "id": "1007e88bb5474efe9346450d48ed5ce2", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a8dea91d77c84c3393c748c1d1b3da52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bf28c3e1897d4544b8ca9152e1372f58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "3b79e3048a6f4bd685fa3a81767b9a44", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1fb5a5d952e54a5fbff563a5485cdc42", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "db12cb6752ec4d8690c0682dc87d9928", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2f31d68d3d6f4a66b1e37c5efaf63661", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b4f2cf26757844f29275443b216ed742", "region_id": "RegionOne"}], "type": "policy", "id": "31e88ce917be412cb759fc7ebe604e9d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7ff5f385603a42a4b072c6b51f8d2c5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "341a9af268e94cbc933d423264d438a9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "77ed5c1fd64241dda13d27aa43d6fb4f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8818bdb55ebb465899b68f4b74adcaa4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a660026965a844498242c036a1067c94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e371e1d820c54d979aa3bdc100956a08", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0913a31875714565bdf48278f66e38db", "region_id": "RegionOne"}], "type": "sharev2", "id": "4d14031cd3d94135bb9971b5de2ae6f3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9739c72549cc48ab9bf85b904ca29c51", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "a0b2bfd14ac349f3a6c846217e6b28ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a0b25165c2cd4f7d9d96d44e1acb4122", "region_id": "RegionOne"}], "type": "share", "id": "aab8251795e34dba95b4521c7fc0daff", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "23eb47caae90486cb1ac18f81ce0f3dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8601b7c5bca9401b921e27a76c6c2f8c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "33bc9e88f87b45e188156a7c0d4eda97", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "106ed1cfc57f4af696a559e94c768806", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75b28dbda4dd4d69b816d1b878c356b5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b387b8af0da64963bdb534c7464f7fe4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "14b148d38832453d83d6b33bfa4a9353", "region_id": "RegionOne"}], "type": "orchestration", "id": "a5291764f4994932a11df32dd610c3f6", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "eb99bc12d40d497f8332471fe18dd59a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88b62c287db5496e8bcfc042a1eb6121", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76bab5a3c35e4f2b8b142e346cb113a0", "region_id": "RegionOne"}], "type": "block-storage", "id": "31638f8041ac4180a0b8c80e3715c8cb", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f08b066a1957458490c19c5399982814", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3aab087e193b40188d504e29f39f9a6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a8e70d7e66942d893eb03ef17e4e978", "region_id": "RegionOne"}], "type": "volumev3", "id": "0103b0259feb4bd5ad93ea57ef9b3cc4", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d583dfc0c7944967a51489e1015db35d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "63165bdd14eb484fb90cdee38351ad1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "657f6fe6745340d48744cef82bd3af2d", "region_id": "RegionOne"}], "type": "volumev2", "id": "5e04dd2d7c06450a9196ee285d1cdcfd", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5fdb214adce407da5a53ff9cc2fea83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bbf6367d7db546eb8b9a26ffee1d68c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2fae40ce55aa45e5b18d2f7b80549598", "region_id": "RegionOne"}], "type": "volume", "id": "e0c4aa7b1e9442e9adbb89a325fc6662", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c9c23b7374944a11b50cae9507b0945d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "649a2a81dd614b6eb22e222d9eaa1c37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d2b8ef069ac4e5a801b225b44f534aa", "region_id": "RegionOne"}], "type": "block-store", "id": "eb74df395a1245d3b35cd1e81bd7f583", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fb718c9a870345f4b096d1f6754b9efd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "379be6570b34403e9a6625459ad65570", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "1181e17fa86e4aae8845d331895f19ae", "region_id": "RegionOne"}], "type": "alarm", "id": "e670229f55eb402cb61a11e0ab1ea38b", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b444b2fbbe5047a786abde86bfaac015", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "84c186f1ef2f4cfd9d93f897c594cb07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "6fae920af1e047349dd7f3750124fc42", "region_id": "RegionOne"}], "type": "alarming", "id": "0dc69127ae0441f89419a5c3359aae87", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1b02f268b47944a991ff6197233259dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "a6c6e7d67b8a47b4966fa71408b9ec06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "f502759f5b0144ca88aac58527aee963", "region_id": "RegionOne"}], "type": "meter", "id": "4ee69691f310477eb89e703ccceb81b3", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "ed14fef7685f49db89577c61fbd73de0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d9734dbc64104abb9669e8c2be4a32cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "8124587e9b8a47a3afc776f55119211c", "region_id": "RegionOne"}], "type": "metering", "id": "2e20aaf93bba4f6683f3a2ab78487515", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c6686862f1d54a22b3c728af0aafb227", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "f3b7d45cab144d6796bb2af710e0b046", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "45ccf5087cb340569ca92a82381eeef6", "region_id": "RegionOne"}], "type": "telemetry", "id": "f056a20b7dcf4d89a90f1c3c479b2e18", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "a64e0cc67811447c8d51e7730747f617", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "db61fda93b32484fa5da66b119c862c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "790e3f026c554b31b0deaf68a7e973a8", "region_id": "RegionOne"}], "type": "event", "id": "d602ab32cec14bb2955f130fc710fd72", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c58e570d75864647a9ab8e172a857a95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "a99c2f4cdb1a4354bd97d4bb7e76fa3d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "12d1259bd3a94e678e44abf3f39a093f", "region_id": "RegionOne"}], "type": "events", "id": "08e667615ebb4b59a163fbace89d1b0e", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cc7e249e3ab840cc8b2be3b4d8262e3e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "72a23adeb2d64ca89af91dad67b40fe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "53b3bd112cbc4bb097dc3129411e6cf6", "region_id": "RegionOne"}], "type": "application-deployment", "id": "d28d88616152433fab52bdb285090765", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "16d9d8d7c43b48a48782ebcdb451aa52", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a7e0ca722430419294432a10e26465e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "35da8bc219444ed192acbc9fd3aaac49", "region_id": "RegionOne"}], "type": "application_deployment", "id": "977e74115c704e649fba7f9808dfa967", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ef82069a530d498d80bf21393257606a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ac8f8d258a79457c9faafed102435ec1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "bcdf828563e4418f829129df875cb4db", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c41d24673b6141aca6234da2f38a926d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "81286246e6b2449fa05337c3e042a1c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "16450e25e0764b47952d3b89452e65b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "391b202d834f4d109b9b946f0462c402", "region_id": "RegionOne"}], "type": "tricircle", "id": "6638a5183a2a4b2fbe59fcc54e552f43", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "4ab8173331af4bca83812f2055fb05d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "60f54f1563904e519aa2fee49c8d8983", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "071282985ceb49389618d9ae6f46218c", "region_id": "RegionOne"}], "type": "database", "id": "3c657ce25863468fb8765f10afef43b0", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "81db0156b3b746ffb33e29157d3b315f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a26bdf4494ec439aac64efd8f50d878c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "4806ca1cf2024127a2cb788fb31efea2", "region_id": "RegionOne"}], "type": "application-container", "id": "648999f1e9eb4951b7d1291f2b09c5a9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "99309a3ee9b943fc95263d772e72bebf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "1ce68e2ae6e9457abbd5b9a321a4c7d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e25029cc56d445288039a7f7952cd17b", "region_id": "RegionOne"}], "type": "container", "id": "74c339d01b2e4e418289d97b1eba1b48", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "503b5be91ea54b23be8d439b88d97ec7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "1ab6186b0fbb4cba9c8916946ce69c58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f456b774f1b54f5ca019020df61ec44c", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "080768ea10784e918fe8995b92f936bb", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e372aea4b6444e80b3e2de7de51a3b7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4f4159ca5d9949359776dace1223aa29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "24d0d5adf061469a9c8f6aa2857d6197", "region_id": "RegionOne"}], "type": "rca", "id": "dce7db330336484a9a6bf56fc73457de", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "0f43610bbf064b52846b949b10afcb76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ee62ecb879bf446a83234ff551820aaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "afbaa50d7453496aa6172dcac16b230f", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e8f7f3f694754cb88e1e23fa14232c57", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "cc6f626d5925456fb4c45ee1a77ad4d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "1742a73feb2143fcaba6a9990a66587d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "1f49fac40f8941c0804490e2df10f7fb", "region_id": "RegionOne"}], "type": "network", "id": "9d5bab7c50014f6bb8ab70bef5affe84", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "aa0811f2fc5647fd975a1e9c1313ba55", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "3846509ff0064998bf2cac3c396da962", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "63b1c09fa7b742ecb59c509b6abaf65b", "region_id": "RegionOne"}], "type": "backup", "id": "1928f2bfaf494b33b4be7e7f756d2581", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8afbb748b48d4039876478bc162357a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "4eaabf0bd1664225bc82f9a89557eae6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "372f78de63c145c88cfd935c2b4f9d7c", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "53404c2c55654d7e988fd3059d79fe28", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "57739b01938447f78d0e580100eb8fff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "ba5a7dcf7e6548a89ce3f338ef2797ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "befb20fab4f0427e8d7ec86ca8622756", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "bff739b034a649cbb2a4410dfc48745f", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "f5f56ba6d2824bc7a66d7c65ac179948", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7a250cddbb124d3781e013d966a089fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "bb747ffc856843e6bc7d85fbfbd8d759", "region_id": "RegionOne"}], "type": "monitoring", "id": "53057f933e01495aa9d64d4e87bfb880", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "5108e662a53947eaa68e0c366985beb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "e11a682a1e5e41939bdba1052a7b1048", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "eb0b2dcf0a6244f7974873eebdcd6936", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ca0c561e6c654b41a6f8e88680fd9b71", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a7b5f2f929e9430b8701cc431d067454", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "7df868d60cec4492a90ebe8a3bd0fb8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "78d3ff0860584401ac6e73229bae3c88", "region_id": "RegionOne"}], "type": "placement", "id": "27ca88ddb4f640e0933c4699dc0b74eb", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b1e4b5cea56648829295f3cb99eaf185", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2471eead0b0a40959fcbab373c6e058f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "4f8a3adb18374366a3753e0922a57731", "region_id": "RegionOne"}], "type": "instance-ha", "id": "dcf094cbbf184bd3a15221641499c4f8", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "de744f0cbfd74d139987320a86e601af", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b5a09285ed044d31825c0eac794acae0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a0cbe8eaaaee49b4a86a174a7cef9c5c", "region_id": "RegionOne"}], "type": "ha", "id": "47e8a73758354fecb8495d0302bcd08a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "031d67a2ab4442ea9a167ad9c9e2f2d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a6b037b206054525aefb72ca50a5a6bf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bb6b371e8fdc419d8ec327c3ef06b33b", "region_id": "RegionOne"}], "type": "reservation", "id": "bd90a341450d4b99aa46d3a986fb38b0", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f8adfe99e324439b87262900a8da7036", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "18cd6e6a9de149a5ab4b039d0f9f517b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "280eb4c8cabf4f6fa86c3e389d0b5e02", "region_id": "RegionOne"}], "type": "function-engine", "id": "023a6632da724a0a89dcfbb88e69b8e2", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "40d1996d176e4375af9a549ca051e8c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ea6f8f6b18754fc4a021de1944f676f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "26fda8892f0f4ef081abc4bafaaa0897", "region_id": "RegionOne"}], "type": "accelerator", "id": "43dd3cfddac44766bdaec1770779ea9a", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f7f2ff3737d742d2845efbd514018287", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "16d6bcc0edd54636af9912c44cab5086", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3cb728a2dcc7427fa88febbb7e8c288d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c1c10c45080c4073982f6f909425cb46", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "606844e996f3455f8cdbb362bccb42dd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "55d0abf4ff414b12a0dea1cf319688eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5c9c5300e9f345d0b9c43b2a8b2489a1", "region_id": "RegionOne"}], "type": "registration", "id": "99d8e029328240c5a91186c514ecb091", "name": "adjutant"}], "user": {"domain": {"id": "0eb5659e34b34497bb6e90b5cc65b76f", "name": "cc2b05c9a80140f197f06b9b0e2d8186"}, "id": "36c9b9aa1064448097b97b947999eb54", "name": "15884fc7ac5f40478fa18360e8f1f7f1"}, "audit_ids": ["4aa3d06979ef45c7a22dd6c67d5af5a8", null], "issued_at": "2019-09-19T09:04:51.455465"}} {25} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_quotas [0.034880s] ... ok {10} openstack.tests.unit.test_proxy.TestProxyCreate.test_create_attributes [0.044982s] ... ok {15} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_check_stack_with_stack_object(stack_act) [0.037557s] ... ok {11} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_get_stack [0.164178s] ... ok {30} openstack.tests.unit.workflow.test_proxy.TestWorkflowProxy.test_execution_delete [0.035554s] ... ok {25} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_remove_gateway_from_router [0.037520s] ... ok {10} openstack.tests.unit.test_resource.TestAssertMicroversionFor.test_none [0.040277s] ... ok {11} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_update_stack_preview [0.038315s] ... ok {15} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_check_stack_with_stack_object(stack_subres_id) [0.039669s] ... ok {25} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_pool_delete [0.035649s] ... ok {10} openstack.tests.unit.test_resource.TestResource.test__alternate_id_None [0.035728s] ... ok {15} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_software_config(identity) [0.036717s] ... ok {11} openstack.tests.unit.orchestration.v1.test_stack.TestStack.test_create [0.040941s] ... ok {25} openstack.tests.unit.network.v2.test_router.TestRouter.test_basic [0.035646s] ... ok {10} openstack.tests.unit.test_resource.TestResourceActions.test_invalid_list_params [0.039410s] ... ok {15} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_software_config(sd_metadata) [0.036896s] ... ok {13} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_queue_get [0.150457s] ... ok {11} openstack.tests.unit.test_microversions.TestMicroversions.test_conflicting_implied_and_direct [0.039549s] ... ok {28} openstack.tests.unit.test_resource.TestWaitForStatus.test_immediate_status [0.128267s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:51,602 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:51,608 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:51,613 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:51,620 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:51,633 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:51.562306+00:00", "project": {"domain": {"id": "01442167a74241949289d1200fb4a187", "name": "fa9a4e07ad844b5dbf5e001c79deebab"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "2019944d5b644d9590b79d15b717438a"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "bdefeb3585c443bcba7651e6b9f690fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "25c6267915414eacbbddcf76dacec2f5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "1a99eb77a0254abfa10227592aa9dce8", "region_id": "RegionOne"}], "type": "identity", "id": "34945781fa3a40aa9ed5445da7b6f1bb", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "aab4b419c73a49dbb05ee7a8a9fb4365", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "58f9b06631724a369bd6944fd1191579", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "df9cdc9ebedc431799fa1b3cca5fa899", "region_id": "RegionOne"}], "type": "compute", "id": "05b906787b3044bda225169eff33495b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "a803b25433924c83a943d64aa1be5b88", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "3187bb4cf59e4659af111e7fa14c52d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "d8a39c406be749c08fa73a9345143c0f", "region_id": "RegionOne"}], "type": "image", "id": "5cc248bed861425ca4bacf27b434e4f5", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "c5e229227f63438289398c8433d82773", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "46236c1aa11b4adba34b209e07b02917", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "0b4f3c7b84244aa0a0b5ac54d9416e14", "region_id": "RegionOne"}], "type": "load-balancer", "id": "f72f799e5dfe4876be0ce9e4aa1f7896", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "51525cff18dc411f9b34a0d39275fecc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "10221f28a9a4414ab16f4d43e51899b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "226eb187317447bab2da98946d074e0a", "region_id": "RegionOne"}], "type": "object-store", "id": "47e014bfac394243ad9ee3fca907f568", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3fee118e6d564c51b02da8268bee05be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a09c908ab8104a9aac6b059e25de89ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "290bf090831c45d6aaf048233a351134", "region_id": "RegionOne"}], "type": "clustering", "id": "6a63c097ffba4a6ab7b7ce5409dede00", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e08afc7daa8e4ce5b47079ce7349d33b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6bc5a735c5d844f18dba6d061550a7de", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d243215d4a4f46648c4ea146b23174c4", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "32c95657ef3e4b61b32cf795ff37cd5b", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9a1b73c353a444ab8a66dee7dc25bdc2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "a283836b13734e8b8ec14702097d47ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5d90297b23f9437b99dab22e62dc1082", "region_id": "RegionOne"}], "type": "cluster", "id": "61194ae5654e4fd2ab6215951e11eec5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "c9ec189ae7e14be8bcedb37b7c5b8a4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f64a62033fd3441597873197eb0f8a71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "0369400e2d0246f3989c6169d6e2c750", "region_id": "RegionOne"}], "type": "data-processing", "id": "55f727d011c240b995754d6f1967b98c", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "821e8712288f467ea8033d43c3dc24eb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "124eaca483b847adb1f1d0ebe61e5a90", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8eb73e3b47b5454b811cde9bc1ff8625", "region_id": "RegionOne"}], "type": "baremetal", "id": "9574fe84e2074b17b7dffafdf771c218", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "a387c3c77c7b45eb8fec40088b8af6f6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d4f1ff8bbcd64e44981d152bc18e0404", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "89e8da83a97a485da99ea97b5762407d", "region_id": "RegionOne"}], "type": "bare-metal", "id": "5761d9261274416aaf58c4e8e7b89d3f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "549d5d3e34a14864b9bc2bedbe43db47", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "26084a0ea4a04e9ebd352ff0123c480f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "56bf332f98bc436ea19edf6984e2d585", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "61f0c34f3081450e8b9d6212ec2176d0", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "de68a23447f440deaf2213ceaa28dd8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "8a814326b84f43b39c612c1953fab903", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "518d37f4ec784d7ebf74215f3a24be5f", "region_id": "RegionOne"}], "type": "key-manager", "id": "7717351d6bec4279a0cea67c8d129e16", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "9dfba0c750574c989974da3055d469ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "02c6abd45d344ce69fed02b169112e5e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c6772f1eb2214c26b75d6adaee2d5741", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c4241a811c97456498b09a14ef0aa40d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "e055ab87a9cb46ba85e53f972a7d4682", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c6506b4fa93e4104b7960ca52109a1c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "1cea7bb6be1a483884a1025181bdc266", "region_id": "RegionOne"}], "type": "infra-optim", "id": "10787415f79a4761a7d0cff19019de20", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "3f4e4f1b441e4032bf56295ab6480c53", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a4beadbe01b548cf92d8a35cbea13cd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f84926027d544f14ad87e6b5af71faf6", "region_id": "RegionOne"}], "type": "message", "id": "1bc649a09c284b429b7ff09ddc59d564", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "feaed89b78ce4d9c9a3c9ead905cc30a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a6b203cd5bed49be83ed1152db401e2c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2833986d96764cde86d7728eaa4f1882", "region_id": "RegionOne"}], "type": "messaging", "id": "7da6398aaf854e68b0fd84f84992fcd0", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7e7493ceb6a442cab3085c27f534722e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "491aabdcad684698aaf71309a8549b2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "ff5ebeb2b5eb4c8d86893acf76426c81", "region_id": "RegionOne"}], "type": "application-catalog", "id": "d205954d2daa4b50a7f81b2ae1468c1a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "bf84e0e3f4094fbe99ce48c66c4dbba0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e6c9c966bc1d4d3688cf113a3a90d010", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d41fa44a5a904720af636083a461b2d0", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "b970569149844919886edbcc424dad44", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "52f1f09d37c449118e6e5ede5e6b3022", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7ca0d104a51e4d60ae0bd332ae670349", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "db0897793f194695b014914bba8cb09f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "e2a3f4a8682c465b80931a989c4770ee", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "89df745881dd41f894cee183ab6234ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3089e6fa91b14a678039226064ee266d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "be1d02972e6740d09c973e3d9fe7f88a", "region_id": "RegionOne"}], "type": "container-infra", "id": "ff030dff8f1d4bc2a7e4711d238cdfe1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "a3d667970bed454a99eeda43d76ecb0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "f4eddc3274ee46efa6406abb6420da58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "62dcbb6996b64f9d9257241275935fe1", "region_id": "RegionOne"}], "type": "search", "id": "7dce2dea58e44de1b250dbace0a3cee8", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "2a41abe6f39f497c96e588a68663d921", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "2605319987354927823f5c9a1af411fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "0d36f881838044ac971d5c2d2afd5ca8", "region_id": "RegionOne"}], "type": "dns", "id": "bad842a323cb496da97c109792f469a4", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "27ece400cd334e7e94f353d86c2b55b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "21baef44909e479695f877a150de606b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "2fb474ee6fad4b66b1e75343e6d2e3e3", "region_id": "RegionOne"}], "type": "workflow", "id": "492662b24ae046c2acf720ecde8e2f0f", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8bb7ce3bc7b1498385dbaa40c854338f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bd3e02ecbeb849af8c476ca8f24932fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "abc1cb27d3fc4ed398d09ba003c60241", "region_id": "RegionOne"}], "type": "workflowv2", "id": "e4b062a65c3c4cfba10ca2161cce2bce", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "73e78d1d0f504d789bc17d2c5ad6aa70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "9ccabbf640a54a519ed82206b31978a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "371c86c7634e4c0d945bac29c25586ab", "region_id": "RegionOne"}], "type": "rating", "id": "2b8e01441b0942d8bfae04024017a52f", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "0d05dcfb31d14274aba28406db25251e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bafdb84066a44168ada43de6a328f7d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "b8ca2a1fddfc4048a398174ae3872efe", "region_id": "RegionOne"}], "type": "operator-policy", "id": "2f79cf938f8b4e7b8c47f22d2baf2bad", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b54b4f6364b24ff3b252066fd90d10d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "72033f26fabe406b9832197de50cf2a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "552ea4be29ba44b8b43b64c3e235642d", "region_id": "RegionOne"}], "type": "policy", "id": "456c28ff37fe447692c20c3870a313b2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2466a4d01de540c88ebeeb9a7596b01a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "07da50157ed047be8160ecf9768303fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "837103e757e94a61ab6bc49ec52747e4", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "3bd50f40ac5c4818a48cb2c2beef4301", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f3979fe5ece6464e9530340d4a8897b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5d2c589f4d8a40428c3c93ef922be417", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "0519959341cd4db6b7ba01434529bd4e", "region_id": "RegionOne"}], "type": "sharev2", "id": "0210ae26a05c48c39fc2deaca780ff1c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "1fd6366d8b964616a40f987155590387", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7d302a9507064f1680e43ec6c7924688", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "2adc7195f94b47f3af1b1c1539c7ece3", "region_id": "RegionOne"}], "type": "share", "id": "a4fbe79045aa491ea850c57a6887c05e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "054129e0af6e47abb02269cab9279cb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "b50b43052d89481ba7125da23789dbeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "95e329d427e145778870262aed25ac7e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "19b58da8836c4b569aac436fb164b6a9", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "16434130889e4246bf7800d6346b0321", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "849fc06178d849eda764655c3e9633ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3dc9ff692aaf4770b173b6f6f67f0116", "region_id": "RegionOne"}], "type": "orchestration", "id": "f4c63a814153423ab8b3522b5a5881af", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dadb3e943caf4f0287511a7649983780", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "122a499bcd054ad0a002715133e21adb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1743cd3b5cb5465cb49e2c22bdad56e7", "region_id": "RegionOne"}], "type": "block-storage", "id": "ddefc3ad87ac4b639252979d00202d00", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc3e03cbad9b4b3ab75e850a40de511f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0464576b8f98475a9c01d778eabb205b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5856990807f8454da9343dc1d1a1535f", "region_id": "RegionOne"}], "type": "volumev3", "id": "70c039c313984cfdb7fafa6644a317d5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0665342411474f73ad83e7ce15c7c964", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "878b50d4b2f44dd7b81bc11c7f341452", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5bf5f8752f914ce2b4d2fe845f55e1ec", "region_id": "RegionOne"}], "type": "volumev2", "id": "b3b7b3765bae4901bf4fd1a6d784419b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "605e7c7d104045939471ee31297fb0c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f13ec48fcb444e52ae85113035d90b09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b03c1a615b5e4acb94624e418b93a13f", "region_id": "RegionOne"}], "type": "volume", "id": "bc113a9894c74b01a2465175c83df45d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bff548bca3aa4fbcab5eb8724bf022cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a56c3134abe0404c889d7b0984f0252a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68d2bc716dfd4ca59f75a0f6e87e6f34", "region_id": "RegionOne"}], "type": "block-store", "id": "83b0db0f86114a088ed2f8c18b1dc96f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "872be0a75e6e42f0a46ea8456f3a1992", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a72a32899ab84888a2d3bfb73ffee7ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "05721cd9cd8b453ebac9d14780a64f01", "region_id": "RegionOne"}], "type": "alarm", "id": "093d339a40714edb8614ad643de70494", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "427a6b340ccb48a383e363919ba47acd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "d14acbb5887a4b4dba6291e0703c73f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "a5954e866c404d3c8b54a0d28853c363", "region_id": "RegionOne"}], "type": "alarming", "id": "c82535fd3bff4ca39f252a2e658863f0", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a91e9d79d4c447788e23608078eb9e37", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "768640f0ce8147369e2e09ac9a0e90c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d3401dbbed0845cdb32cd4522d374c2e", "region_id": "RegionOne"}], "type": "meter", "id": "500af7fda27f40b89d7b4b9c0785f2fd", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fbf7736f85c34eb78d367a5698c3c5ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bcfdf29752f94adb92c940c248f58465", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b74829fe5be3442d9a83ea14ea3df4e1", "region_id": "RegionOne"}], "type": "metering", "id": "cfe193592fb94eaf81c9412d4efbcde2", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9119d923427243d8b1ce5961ebb2b611", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "3f6f1a3bcc0a42e3b3e300e61d58cf9b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "fc6feed8cb0b41cd82b7446c426b0cd1", "region_id": "RegionOne"}], "type": "telemetry", "id": "f5337de19bd04621983499746808cee5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "117b22959471424ba5d5a7e4a312c15a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "abf80d5c1db24848b2143caf0166e30e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5c473141635f4274a7d39f92ea7cbd5f", "region_id": "RegionOne"}], "type": "event", "id": "31d8d112565847deb5c49fbbf6e1504b", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c8fbd3ad9fbf4a48a389bf2b9b476858", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "698f59c76c034be69b1b0d721f68b90b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "345888829ab84f7e9a57742a08c455ae", "region_id": "RegionOne"}], "type": "events", "id": "6fc16a9e80b2448fa408b0358ba1a71d", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "2df74414e2104a8f9ede563cdea5dd26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "8ef3cb1fc3134177991df57da9c39140", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9ffe0769fb4e4b54809bf68cb77e82d5", "region_id": "RegionOne"}], "type": "application-deployment", "id": "96c5f38bde4f45e2ba8c1c2beaf6ad26", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1ae06b730c6a467795fde9e94306328f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e53482ab06634bef85623b29d052ead4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "adbdbdd3f91d45939a9434a947753ff8", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6b3ff0344562421fa9a4f3b69968aed0", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "05954e6a1bf341ef9c3c7fb266d5ad0a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a2c474b8e9b64c1d9e4ef9f7357ed654", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "dee20d2765dc4c178200894648871612", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "4f1ee1a0cfe84d3e95a01f00d10b6c00", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9e6c8c71065d48cb83590d0b7de1d428", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "778c17c9349545ab8ac78dd0d8c3c591", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "c4263eeb628448e78dd488fdf7b2d260", "region_id": "RegionOne"}], "type": "tricircle", "id": "a83f4b8169824f75a36345aaf4de772d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "e2f16edee4b547b0b5e273e4a14f4409", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "7bfcab65a38a4612ae45335bec61dd3e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "037741532c824635ac3e4a6368d85ba6", "region_id": "RegionOne"}], "type": "database", "id": "9dc5fe8db2c242a880596e092acd2f29", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e1a3460b7781413ca833a5d01f2c628a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "04284008a8554187830dd827c3836285", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "505cefe1a6a4494e99be50c065c44320", "region_id": "RegionOne"}], "type": "application-container", "id": "887ebeb664794c74b8a5c29b48f60841", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "489d73f87b8a49d6be134170d256cc80", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "68a152f71008448498f25e11104c4365", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "c62333c1503343a59cf683c1ac85a3b6", "region_id": "RegionOne"}], "type": "container", "id": "9604b643982b46f8a968c4584e5abe5f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "54df11fa6cd94f31ab6099a13f7d7850", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0ff4a350557142ad9d01ea50b958335e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "e5834223b7104f3f8cf59b963c0f3feb", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "b67b2c53d94147369f1ebf8a6f2cd7e4", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "74010c0b67994bf5acc6d001c5b3dc0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b188921f332b4a9f8f17531863fa31df", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "167e21f5d8c2413a951860d6e138dd21", "region_id": "RegionOne"}], "type": "rca", "id": "248950af24814a7fa24d0973a33e2ded", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d8772eb2462a416f80c4becd0bede048", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "4719e4ec4b20403e85315cd7669c99cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9da1ca59102448b4b8144240bd1aa4b8", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "905f54b73ba0463fb9593508fe767bf2", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "e5984df8fcbf4dfc9798f221e0623fdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "7577dca7db1d4754af81285c4c0f9052", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "d2e78f4e97024e5c8bf87e1dffcd2efc", "region_id": "RegionOne"}], "type": "network", "id": "fea7a2b3c3bb499585ae9ad225996595", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "88473847f8104fc3a38cbc64c9762658", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "b3d2dd3075e14be9a38ad3ee601e6381", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "200380c9567d4f78bb24aa684f1b346a", "region_id": "RegionOne"}], "type": "backup", "id": "01f77f665e4f4321b28f50855e8a175c", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "67681ff0185e47bb81171d98d3e27e9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a23719f516074837b5f5dea9f0171cd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "29b8a00389a24b0fbb09c39b7790bbfc", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "1a5e120e4ee5497281159418e05abd18", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "447b7b660ecb474a8172a9c99a83bbb7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "cf19462edff24d07b68770e40807aa96", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "167fb4db12424c9f9ab6a3712e59a452", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "e48ba08e782747db8d5919a5629380e7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "7b6d99742a164859992964f36453a2c4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "9fc00a155ede4a70850df15204a97574", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "23c77aa00d314a6d9a96f4faff1b4708", "region_id": "RegionOne"}], "type": "monitoring", "id": "17805c960cdd4fcb983aea5a4a5bf28e", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ff6807a7d197493c98d20b67479dddc6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "27217e540c0a49bdaa369436b2f038e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "505483e4b7494110be5007370180ddd2", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "82e913a4a22846659303a7b30fc22236", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "584857ff1dc5480e9eaec6be20b1aff4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "1ae0296ee2a445cbbc4c953d98db6588", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "a53bcb1129504ef2913c1d852e18f0ba", "region_id": "RegionOne"}], "type": "placement", "id": "c7f4ccb8c8e4443ea986ec3929384c02", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d0463e4459dc45ee96a597608093aa56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1a25f7269ebe493eaf9ebb1f7201ce2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "a871554da2a5467f959b43c7b72805d4", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2abd89e9346d4d10ae4f9de78ca28f1f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "33123e1a93a249b2b8a30245e7ac7d9b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "b123c2bab94f45808264d2b49b4e47ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d7b121e99e864da8b78b2e2b41240c41", "region_id": "RegionOne"}], "type": "ha", "id": "bbbb2c57cff54d3496cefa09b8bf1907", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "32b09b7c03574de08014b829fdc04bdc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "9d05aaba1adf46738516b1c78e51b9d3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "7bfd94b84413481b88f5526b672f7d08", "region_id": "RegionOne"}], "type": "reservation", "id": "041af24d86cf49f4b5284d5e8d0c880c", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "9d2c9d561cf642868430f78067e408cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "f3f34222a954413b9ed1a9f93560ac55", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "e3c4fc14f5e94aa5be1d7867bf27bba8", "region_id": "RegionOne"}], "type": "function-engine", "id": "6dd6e8733174488d8ddbdddd8bc01eea", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "84d433bc5503473cbdcbaaa1ddfe05a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "4a1d8981562b47748afcebefdde20f51", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "6eeca865687a48c2a11ea852c4644a04", "region_id": "RegionOne"}], "type": "accelerator", "id": "8e4c5a4ae21346b5a29bb0f1e5c0bf8c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f7f6dde3419845bf926da7afc3b1e05b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f7e46ee36d4b4b059ef7b6285953336e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "da3eabadd28d420c9cfef1571cb64fef", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3269ac5240064d8e817c7370a8587ce6", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d3bf1a76024b42008c9a7d7b4c0758d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a3c39f3415324a79a0cc33688466ebe9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d10bb997b51a4f91bc3536e5600bf22e", "region_id": "RegionOne"}], "type": "registration", "id": "cc15e7210f274d3c8486261857cdb871", "name": "adjutant"}], "user": {"domain": {"id": "c84508300db343cf9a5819340e44317b", "name": "6bbb9c38384f463c9f660aa4142a3f23"}, "id": "b9fdcc3013e94a1b920793100a014328", "name": "387e74816ed44d238cdb37292dcc0225"}, "audit_ids": ["b0d05b1711664819bad97711e30f5822", null], "issued_at": "2019-09-19T09:04:51.562306"}} {25} openstack.tests.unit.network.v2.test_segment.TestSegment.test_make_it [0.036783s] ... ok {28} openstack.tests.unit.test_utils.Test_enable_logging.test_debug_console_stdout [0.038805s] ... ok {15} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_stack_ignore(stack_subres_id) [0.036421s] ... ok {13} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_subscription_create [0.038781s] ... ok {11} openstack.tests.unit.test_proxy.TestProxyGet.test_get_resource [0.037620s] ... ok {28} openstack.tests.unit.test_utils.Test_enable_logging.test_warning_console_stderr [0.039212s] ... ok {15} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_files_with_stack_object(stacks) [0.039001s] ... ok {13} openstack.tests.unit.network.v2.test_port_forwarding.TestFloatingIP.test_basic [0.037555s] ... ok {11} openstack.tests.unit.test_resource.TestComponentManager.test_create_unsynced [0.036868s] ... ok {15} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_stack_not_found(event) [0.038395s] ... ok {13} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_availability_zones [0.039751s] ... ok {11} openstack.tests.unit.test_resource.TestResource.test__body_mapping [0.037578s] ... ok {10} openstack.tests.unit.test_resource.TestResourceActions.test_list_response_paginated_with_microversions [0.117050s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:51,730 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:51,739 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:51,744 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:51,750 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:51,760 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:51.690846+00:00", "project": {"domain": {"id": "bb30ce2605944f4e8246ab7938b39521", "name": "4442920deaa24dc1b72fcc64065ce128"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "b01f4719fba54f60bcd5298b71802857"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "730e4c53f6dd45b0a601ff37bdca0754", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "2e773cc681474cc7b81a143f0371f1a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "cf08807943af4d9c83be2341c2997d10", "region_id": "RegionOne"}], "type": "identity", "id": "0c586fd00c71460780461d6d55d79a50", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5ed0eee087fe497d9a2fa134f234450f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "826e5a1a10544a63bbcb910be5f53015", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "2e5c68c5414f44e893684d9d6147a76e", "region_id": "RegionOne"}], "type": "compute", "id": "c208958dce4a4c428fdbbfa62827876e", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e03359fedfdd45b1b39f0f2fce38b096", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "c349e426b1934e4da4589d72728c8b1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8c2e2593c1d149e18452e7c710fd4342", "region_id": "RegionOne"}], "type": "image", "id": "f861f3ac692642b197f3da10760a5290", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "52cd199eace84f4f991c5809aca3d94d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ddd8df161b814dae9c73c4677f417f42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "c92db5858b8943b7b9fc10ce1da36aed", "region_id": "RegionOne"}], "type": "load-balancer", "id": "3b99b203781843a28ff8f0d41bd09e5c", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6802120e80424a42aba4f629de4f4fe5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "462c7a70956a437e85e8632d6bbecc5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e28c7d08511743c49ef18ed0d8c37c08", "region_id": "RegionOne"}], "type": "object-store", "id": "e62e2f34ebec46c9a6b5c315fb96b68c", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "802b5ab7e7fe4836890789e7d6e82a74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "94bd6d14bf2c42a3abee818deeb203a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "ff226f5681b3468c8040fb5b8a5aabb0", "region_id": "RegionOne"}], "type": "clustering", "id": "fd589cd321e8422097a95065e395e199", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2e9613fcd91946318acc50e6cda6db43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ec5966a84a934a0a91e224b0db59e94a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "fb124feffaea4412a432f0b3fcfb430a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a264afebaa704e04968de42bd5c2c1aa", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0099a57b57ec4e5eb34ca3774103cac5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "68526ceeb6754313b128c91757858b1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "cb3efbc617344da9b530e87baf2a7aba", "region_id": "RegionOne"}], "type": "cluster", "id": "5b3f83e7915a41ccb6f5c13736fff834", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "b9f79773a0e9470e91161f0d74c769c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "6d3bfcbc2e9c433e956d8c1823c88c57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "9ced19c57b8540e3b0ac60970146f068", "region_id": "RegionOne"}], "type": "data-processing", "id": "45f76cab3618493fb8e1d7c4cffacbb4", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "81bdaaa6d7094ede8ca5c4d359c7aa15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f9241b38a9a642abb60b1e12e78669f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c82819fdeeb74f219c36c84842563d25", "region_id": "RegionOne"}], "type": "baremetal", "id": "6918d3ff416d46489805ac6d0b28d79d", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2cc27d69b20c4e449e415d185e6ef220", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c4ab20b9c553476797163778fd233e5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9ac20800c3dc4d7e8fd5f0fbfb7899f3", "region_id": "RegionOne"}], "type": "bare-metal", "id": "882e3583c3a14cb68f828378b5c92bc9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "5b531b43560a433b91a208f261e4bb9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0a5474c1b0c240c6bf439aeb700e27cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "876f357e6d8a40848bbf9eab4390065d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "20ff40b353474bedbfbd76459efe6a5d", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "efddfdee74b64f1583298abfb2aa79aa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "604c13b29479469d8813fedb23064c0a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ac4d1ff4822c4748a7287ccc4001ef02", "region_id": "RegionOne"}], "type": "key-manager", "id": "ea3ae523b8e8404d9a753e368e9d4ae7", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0b49ecedafc84f83930d5c919bb81518", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1546ce1eb99d4fb8ba05b30ac8da85fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "f46705849d734bfc85e7151d91cc92b8", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "03cde941369b4439a0f9212ba3bb7977", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "d837f1a590d84a9a969f88f42962f486", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b7c5b4982a44407da10509a789c7ab56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "4478839544e144c0b54c07f09b3c7f02", "region_id": "RegionOne"}], "type": "infra-optim", "id": "76d4cf4ababf4fa0bcf6c6e209eb9f3c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "ff82a6857bc54542a20c0358806fea69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4a39e0af0c774790b0c211647afed4a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "50f9657657314e9bbf11a9301e34c5d0", "region_id": "RegionOne"}], "type": "message", "id": "f4660ad9ff634026978becf88fa8299c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "e22587a546e7436c8961105139e1dc8d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "056c5d1b2775479481a3704b744281cf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "2b5213e465f84c0586a7ffb4fc715862", "region_id": "RegionOne"}], "type": "messaging", "id": "efdf5a6423334f8cb624f50419709e8c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "408662c1e1184e56a49325078f5530c9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "74cf6a8cd35a45a08a1972aeaa7c300a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "2690a202cc324a3090eeed2b9b002a3e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "05b7ef7c98044dbaab8e2a1d2657d0ed", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "293acc21455f468d942ab3e01fd6f8d3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d1ac6c72bf694bd6a53dac02a33a6a60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68aa0741462747a488bc3676a62e3678", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "cc42ec0f725b433689971047b6009843", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "95dcee3cf01240648bdbf7cb0b3f7361", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3c6711504a544e978d390c76c377e227", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1cc3567f08a74a00971415f45aa74c33", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b92b473e72ad4cbe925bb635d857fae8", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f7df4682623046f5a234b3fb288cc918", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dcb931adf2b14a6cacc7b5b3039393e5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0682159bbd7346e9be965b57e89b9782", "region_id": "RegionOne"}], "type": "container-infra", "id": "de060c0d589e400a8e5b816aa133f63b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "50ca2573aaad4840b7bd61b6537f0320", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "d05b5a02244947b09cc80f0942211d9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "53ac55aa2d7f47a8adf37ef981dd06b4", "region_id": "RegionOne"}], "type": "search", "id": "ffc2a07c07744e65b186893258d69077", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "712e6107e9f94aaa87da60adfdbffc5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "0c78e7c21c0f4a079607ffbe174e51f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "d1db4c73d07e4084a9a08fe83406d4f8", "region_id": "RegionOne"}], "type": "dns", "id": "0933c77ee63c4c49ab730878824ad1de", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e1cb3042bcc04b23a8ab7fd0dae82cb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c24f75c9b0914c83bb153e755fe8efc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "6a7fe9f13caf47ad958b185c7638503f", "region_id": "RegionOne"}], "type": "workflow", "id": "a1e569b777464be4bacb3a4e1073fc0c", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "ecbe1787568b457088b39314a8ffaa25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "35dbc37b5e0746a18cc9c0de5cca3b83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "78f815930f3649828a66cb2e267028a4", "region_id": "RegionOne"}], "type": "workflowv2", "id": "8998b7cfd34d423392034c7c243efc8e", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "61bf3ba4441b406b870f6e178f8811dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "4cbb6361c2e747e9afb9732a2c8330b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "98f4b316b970428cb4bd934ca79cdc10", "region_id": "RegionOne"}], "type": "rating", "id": "cd129d84ac07483ab9cb187f96c715e7", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "2e8fb2858fc74f69950cf102d09cbc6d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a26de37e638c42a2bb21a2faf08fd24f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e99314f7defb4d8f99086e08100c7e84", "region_id": "RegionOne"}], "type": "operator-policy", "id": "c41a545de91e40879b3f0154ebba2ce8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "1ab96ba7ba664f26a94a9a4fc4178b34", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "bfc1f83b21374e709366c09f09e835c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d34f1fd940244b61a521453177d866e9", "region_id": "RegionOne"}], "type": "policy", "id": "e0ee8e3be0dd488ea1a0a3d2c9cdcf53", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d901430dba6e45928c1f7673e872c874", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "78f7693c91bd4f23b7da562e0f411748", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "46ac6145c2914a9e896ee9060d4831ca", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "d2f9a72675f743389a7615a30ab90e09", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "9a0bc335fa184828bfa080bcc2f89947", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fa070e2e8c7e417cbe43b35da9f37792", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f079d3145525446faaec663f30aec153", "region_id": "RegionOne"}], "type": "sharev2", "id": "b5aa04780aec44798e6ce5c84dd3fb18", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "30c005194e2442439cebe0a3e0f5cac5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2553d7c82def40ec9bc6e94709f5c32d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f89df87f761b48c3ae9150725ac74e9d", "region_id": "RegionOne"}], "type": "share", "id": "0cc70b9a9b32417b8d67f64d667840c3", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "7be5e5fd2d81481eaceb42cafeaaf2b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "8aeca8f606e9449888a507fbcc24f240", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "761ef6aea43f42bcae14d5ba05a7c433", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "7902d62ef4664c6499e52d389e788536", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69bb9841a9f44289ba394779b75cb70c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc952f7c98b4465ca3fa1cfbe2a1f796", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "347bbb3e3159477e8bacb656e87c9fb3", "region_id": "RegionOne"}], "type": "orchestration", "id": "192a02d241ad4b29834363dcad6f62f8", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "25c8170a751343f79665abba8667df74", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "649678f665c643e08b5bd3e0f7ac4591", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dd894b3d7b9b4acfa1fab17e8d17f6d1", "region_id": "RegionOne"}], "type": "block-storage", "id": "a0c1998734bd4d2ead51f43113806eb8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e60292d9c7624111abd2a1644f74f118", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e5cd1c4ebe384597838c7c76df96c8ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f610024c2f0c4cfa83ddde8f0538ddda", "region_id": "RegionOne"}], "type": "volumev3", "id": "2a8a8dacc075442799cb23f2c5e70944", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "991cbd70ca5d4deb9fdee2f91a563559", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b499aff054bc41a48bd8ec2714eb0854", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "587a3289b0cb4c148e5657ca0f1baee9", "region_id": "RegionOne"}], "type": "volumev2", "id": "9b691871a9f64d6aa40fe3e1391d7bca", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "922bf2c41a20465dbea31fb827527c5a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ec33db7154744c3ebb3e902304467de7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5c219896ca7e4ed2aa856c3bda09aed1", "region_id": "RegionOne"}], "type": "volume", "id": "3f32beb4b48d431a911c5af23c14c6e7", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b402152cddf843f3be73cd8050416c4f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ba3a3d3e8a449209df700998eab7f29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f2450fe9a7d6408089a3233d6deeba99", "region_id": "RegionOne"}], "type": "block-store", "id": "fe0001e7f2944b8684e53452673c7292", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "065e46d389dc4a428e69df5edfac3539", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "7d88172213504124bd853c7e776cc296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9cf7a09b1dbc4125bc775676a08a0c21", "region_id": "RegionOne"}], "type": "alarm", "id": "54491c06db3a41a49186973714b247b1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2f573c8d95c34e61ac21394ef32ae89d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2383e40a6be64d8eaa3ab2cccbcd8fd2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "d7de62df402a4872866204be19d06134", "region_id": "RegionOne"}], "type": "alarming", "id": "e405461ffdd34944ab174fc549f18bb5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c8053ba3a71a4610a665dcdabd0ea6f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "650794c1a5f84606913cbd4674bf165e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "6d672418ea0341f8b35bac8e202574fd", "region_id": "RegionOne"}], "type": "meter", "id": "1178c7be83d84e2d9c7412e75a095c5e", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "68de5510ce434cf68c09abbdd1dc8bc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bb85630be5474bcea2d6fdfb050ecbd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5e6d77c1056149ef97b71303cda1a0b7", "region_id": "RegionOne"}], "type": "metering", "id": "8b6cb7ffca1b42079e5e2edc9a874293", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "14504697c82a46cea11aede188fa37e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "81ce3bb356434c458c992f4838bb4ebf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "480a7f2e16ab4190927c2908ac8aa3b8", "region_id": "RegionOne"}], "type": "telemetry", "id": "7b7a950c82394d37863a7af9ef7eea4f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "33b2c36855af46759f6b18e121264b8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "49e3e735b1b446458d6130b0c2f8ea6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "aceb354f084e4afab6a3aa778e9f1958", "region_id": "RegionOne"}], "type": "event", "id": "fae1c2642c10487aa23dc41ab0181d41", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e76d391a939a4e0885341bb517608980", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "9d1cf016ae974e82b0d560b6cb96cd21", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "12f300e4a55247bf8acc0d3d74f8d2db", "region_id": "RegionOne"}], "type": "events", "id": "da27d4bccba04ddaad2fc05a8242cfc4", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b9492531bc3e4e8ab7ad9780615eee72", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7cba11b17f494c6ea58b014bb41d126a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "36afe5e690694fcc811569fc33d601ba", "region_id": "RegionOne"}], "type": "application-deployment", "id": "8e67534a4fed4fb89dd7bf7461cc9e77", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "34bd99710bf746e3b7bc2e1a5205aaec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "800b9a3aa692436aa32f1244c0022594", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "8740fa4d088b4b17b489ccea3339dcda", "region_id": "RegionOne"}], "type": "application_deployment", "id": "d945aa1e82a54321901c8ffdfb7af3d3", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "872a038e0c0b48ddaca1dad2f680e2fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "f4896f16839248599f9fc31671033587", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "87c83f48e544464d8b4386339a153fba", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "e37d9c1685d7444a96639269195dfff9", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a583b904d91e44d89702c4ce385092a5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a3007c9383414e9bb0d74a9d68b33764", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "4801f493d07a44c3839767b5f6be2f29", "region_id": "RegionOne"}], "type": "tricircle", "id": "aada0b0909744d6aa811ea23f36f077f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "2fae91dc0d644db496f15a319a33d113", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9491f990cff94180bd68df0412ca8f40", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "3189b7cd851843389fa833ac6244c1cf", "region_id": "RegionOne"}], "type": "database", "id": "361e34e5a60b4a46b4220e68bcfc36ed", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "67686125c31a405388e1b6cc16dcb60a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "96c5afac8352404eafd8c6ef9a1f05d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "65bc5efdb2a340c9b767e7501a463901", "region_id": "RegionOne"}], "type": "application-container", "id": "34c2f06793d4451c84f46ef8ecc12a20", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "fae513e4a53345e6b3b470d785f4c472", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "ddd280ed78394c26a291df63a91dddb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "06cf6b76d69240d5a3549845861c237a", "region_id": "RegionOne"}], "type": "container", "id": "b2dbf61c8715436b901cdfa15a75ec62", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "14b693ecf4524b018bbcd03e8193442e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "725029f96b134e2f8361a89143d11b3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "f81669a2836440cb9f246629c3540fbe", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f79564c2b1674396aea736acdaee8762", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7f5534334cd64619ac966ae4a3e818dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "23d297adc3674bc48406a997627c5704", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "1c83c0a1aaf74523a62c559e8b36f673", "region_id": "RegionOne"}], "type": "rca", "id": "d5eaccb401c04c37a10c29eff8a32d15", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "6ddd095a418946c791e27a60ce2f8cea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d6b4c6c54ad845dc9da0e58fc7b17d1b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "9323e00d70b547b797b30eefa8dd73e7", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4e53ad3026ea45579bbb89ccc933a631", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "80381ee3ad5946a7b5e8eeba36d5b429", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "b9ca93159408497c9550532b1ca62702", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "8183d26bdf96451a81b8c47ecc06f7c8", "region_id": "RegionOne"}], "type": "network", "id": "91bf1f8a4bbf4cd89da7bafb150774b3", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "12053662ddbb46f583e9f17e7e764eb8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c922d9ee75084bb48cb21e065edb76c8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "43d9552a1a1c4000b662e0fc140ce003", "region_id": "RegionOne"}], "type": "backup", "id": "eb6212a35e104cf3a9778a95dfd32a73", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7ce2cf9e7e5a4b71908461f8a550c51a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "41b2f065c6f94ad2b725c275a48d5508", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "8d3d646053b54abf8d8250c25029a7a8", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "dc819b6e9c06454b979c92357895e364", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "1e5d992ba9bd497b8c4958eed0b3ae40", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "3f4141a277444a77ba40297bdc892eb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "3af8f1f32bb24e2fb4ab3054398c42b0", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "ae5108a5ecd74ea2a47485cf1235a5ff", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4eaf0b048d6c43d6ae3864b46ee35a25", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "08e2fdb006694c6c8fa856417d89af86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "24ab4538359448ac84c3a6d14075c4f1", "region_id": "RegionOne"}], "type": "monitoring", "id": "82e488fe420a43dd95a22c04045ee491", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0e50db176c2b4be9a9ce8b5c3ffdf68e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "b7dcf026bf89485199f88ee571bda024", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "c18eb3a1fb334ce5b418b93f89940ebe", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d2c682fee54748888e7a004e4f9be8da", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "7b1e5e9ef0554a4b850c07742dc25572", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "ea5ec252d39e4220969ed7977ec0f33f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "df5648852edf4552b1e3f199f67fd956", "region_id": "RegionOne"}], "type": "placement", "id": "51ac18b55d42424fa6110d7839ad8b49", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e30d7f95f03a486baf94df18910bff65", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "0b71624140864da2a8b629648f469c2b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "9123befbe20743a18c879d3464072e2b", "region_id": "RegionOne"}], "type": "instance-ha", "id": "5ae178028c134146b02e294dbc3a9994", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "a7eb4a8e09c844878459a5ec5f97c5da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "40fab7570ccf41b9aff7a2464af65f7d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "64550f46a66d4b46bbfaea9ae81ae959", "region_id": "RegionOne"}], "type": "ha", "id": "08f128d1a82c4c28a915395dc34b495b", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "03ecc3593b2d47dbbaf1e83e9ade46c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e730e5faa6d343d9ba47ab3c36878f34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "0ca74d4bfa184badaba3c24173f9c0dc", "region_id": "RegionOne"}], "type": "reservation", "id": "ab52761a6d844b7a87ad19bdbf6bf01a", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "efd3c3616b01400c949f6d6704a19cba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "29dc03e9b023474d88357fc20d733a50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "6c6d70bdfc3a450ca55a5f8106eb056f", "region_id": "RegionOne"}], "type": "function-engine", "id": "7d72988bdb5041b3b6bb5b1f2f122c4d", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "f692976c77884ea8abe71657c99f8a9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "e6c5246b4f504011af437dc86eed583f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "b9a1ad739d2d46b98a2cfb241223948e", "region_id": "RegionOne"}], "type": "accelerator", "id": "3f8f9525b0dd41ba975b5ec7c541f10c", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ce39ccd1374346ba98aefa5f7c5eafac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ce1501a8b330493289a607fa0ab3d6b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "eefe40c3cff84a298af90bf8a191740d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "618644e509d04919bb9423cf2b3a65e6", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "2d0f24cb68624dcc8d9565136ec93530", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "91e02223a55946e59d33f0c1ffa67edf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "da21f0aef67f4a8291c962ba79aca957", "region_id": "RegionOne"}], "type": "registration", "id": "44f429d0fac2448184e4bed8bc253451", "name": "adjutant"}], "user": {"domain": {"id": "77a927ee74a1440185a0ba5b2852b139", "name": "edaeb5f9312f4e9aa2411e78fbfde280"}, "id": "0d64edc0056f4cccb8d0a5a9868c9531", "name": "d180dd1dfd9e4935a2e31a78ad6f1f6d"}, "audit_ids": ["333a2ef6e0834910866f00cc0355fb37", null], "issued_at": "2019-09-19T09:04:51.690846"}} {10} openstack.tests.unit.test_resource.TestResourceFind.test_multiple_matches [0.037153s] ... ok {15} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_software_deployments(name_id) [0.037024s] ... ok {13} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_rules [0.037591s] ... ok {25} openstack.tests.unit.object_store.v1.test_proxy.TestDownloadObject.test_download [0.154817s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:51,750 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:51,755 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:51,760 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:51,765 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:51,775 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:51.713771+00:00", "project": {"domain": {"id": "e62b1d28d55b4f39b3752314d75c9521", "name": "92cd6e6474ca4c19aeddc08d30e5f405"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "5cc578406a6241e0b4fd892987313c75"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "9184b5d65e024f079648b6504824b777", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "ba613865137c40e59fdfe9066bd762cc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "a2a0c2012c7a4c17b461d86b8f26c75b", "region_id": "RegionOne"}], "type": "identity", "id": "cb9ca57d38fe4e9585915f21834a0954", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "b9339431524f4ffc85e62fb436633eb4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "ad3535a8cf2949ce9055276cd1e3bccb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "18e2d2aa27bd4841aab2722a9c355154", "region_id": "RegionOne"}], "type": "compute", "id": "50c0c7af8398424db08cb8d6b61a070c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "302b17472b1e4759899a33c10173a7f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "46cb8eda78da41a3b8f5ded1217ec149", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "cc754721938c43e6ac0a4348af80d899", "region_id": "RegionOne"}], "type": "image", "id": "8e52dfa21e754750b00f2c28c549303e", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "7c5d523fd30240e9bc7eca2bd366bfde", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "b7bdbc6031ac42a5ae425411ba84db9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "07d0fdbc188f4ea484dc124dfd090452", "region_id": "RegionOne"}], "type": "load-balancer", "id": "cf96c3b2080942d7ad9a21e553ba0cbb", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "72bd88c3eed24dc99a4e04bef207fb06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ec38fb214c44feb984bcf2ed2461abd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a4a4bd27b11545bb924de4f7197fe4dd", "region_id": "RegionOne"}], "type": "object-store", "id": "9e16cf36894f4ec88b50129494d8d91d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3c20b8cacafc4569a050e3540de04b5f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "961f3763abda4658a7389cefc0b0485c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "d962af20673847cfbf99e8baa4f5ec51", "region_id": "RegionOne"}], "type": "clustering", "id": "25cd1fbaaf434656b7e0d5d02db258e3", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2613d0456c6b46aa992598460c6d0d4b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9a587b1b6da9454b8e1953671f09e01b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "74cc158c0740463b935735f6b30a7b35", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "988f944c4cb8470a87ed97483f9f00e2", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2befa4efcbbb484bbdefc7b9f6beb252", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "3cd39d0da7bf493aaf9084a47c48cf3b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3da23aff9abf49d385d4b99d0354d3ba", "region_id": "RegionOne"}], "type": "cluster", "id": "0908c67a48874c29b37b2a64dac0395e", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f64be5834f454d69877fe2c2a99a9f98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "dc54ba5a840346a6b8f6f26677299535", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "ad5ef9d631204f34829cd628aa57d9aa", "region_id": "RegionOne"}], "type": "data-processing", "id": "48414af785e345c8ad574df563f0e4e8", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "20e36fc6e9bb40c7a4b1f1ca1d3b3d66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7e06607b3b164f648c2227c4e7ff4727", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "07dd16982c7643e7b6757bf6c4be2976", "region_id": "RegionOne"}], "type": "baremetal", "id": "460e178ba500411290bf3c6277ae04a4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "71fa73724f554dc4b6c269bb8800c587", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b26aeeb3ca7a4c0d86c40a8d2ac704f3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "536d0ecb36714beabf4c1b817aa7e285", "region_id": "RegionOne"}], "type": "bare-metal", "id": "67f34b9e4201494ebb8773b79c0689e2", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "6734523bedfc43d39282b8f2d646f4b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "cadc1dd07a034fff976814929dcc1f29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "c9478e73181e459abbd7ce8febd0e8a3", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "f8c382bbc71149d2af4d0d7cffdabb73", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "0bb9d909efda464992d004fb6676067f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b06f7cf7634847beae50cc3097aae5cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "48d710c45b95406fb074025a07ae8761", "region_id": "RegionOne"}], "type": "key-manager", "id": "9c0d88dff27541c1aebfcf81f521a790", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a92aebfafd1d49d884c74dac686df277", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "abb51bf75ca340e384775c41efd0215c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "bce40325ae0c4178b78320b46f8b6568", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "7303285dc4ef4156a3c64c41d076eb65", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a6cb010cc710436e9a0ad0ae51014ebc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0764bf218f574b2d8b771bed0b4407b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "c344857f55684429b45de618f4a4fd1d", "region_id": "RegionOne"}], "type": "infra-optim", "id": "e2750f3e82de4e58b6d0eb7c5383fc7a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8f39d9ea57414a2f96666649622f358e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "f7a5f77bd97f4144a4283e6a8cc8a594", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "56f6e282b11840498c2623e8d9613d06", "region_id": "RegionOne"}], "type": "message", "id": "c5a26d354cc14244b0ff3960d441a509", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "b7b536112a984b03a66f5277b0669663", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "13c2f40af083416eb04357882c540d6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "31abe8b5873a42009006fc8066a1d110", "region_id": "RegionOne"}], "type": "messaging", "id": "8cf387fc86934b87bb8226dfba7f7355", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "7cdb010ade614d4b8f7885916eb171ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f5888f51f5f24cdeae633ba77bc3f1ab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "a00e0511f5e242c8a00a3f72e59c0324", "region_id": "RegionOne"}], "type": "application-catalog", "id": "ba09810a48284798bb5375e2f1fb2449", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6ca3689f74ff4a729694bf4f66920113", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "da9a00694f88429fb0e9cf23e378940b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0902fd14c8b94a12bf1e62db711503a6", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "0ab99b30c4a944b99274ede99ef21adb", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f5459dca5fc744b28edd442b60f8c4d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8805fd227a5a46f9be2bfe8192bd50fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "2ad95dff7fb649f08632372f2a2a0b42", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "a35920dbd10549c9b475774aa95784d5", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "09e58023c9bc424b9cfb07b0531fa5a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "79a43de922f34962977335dd4210ce04", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "695c5d8be69d4de5b01ee177319b4487", "region_id": "RegionOne"}], "type": "container-infra", "id": "0085aced5a3a4589bb975f8480e05899", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "1aa46466c50b446688dd69e4fc922938", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "65b76cb42c704323ae564d103e4fd069", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e943196711714b47b15a5524b10e0d3d", "region_id": "RegionOne"}], "type": "search", "id": "5f8a457bdad74d03b0d1b5c1db75d62e", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ce4a69a978504a7b98b9cd26b9606215", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "72393292ef7842cb9eb2d425bafb652b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "2252a0f558424f6fa0d19018977993b3", "region_id": "RegionOne"}], "type": "dns", "id": "e49ab9d62e9748609d0e52c74c066fb6", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "88e04474527841c6874f633982bfbc29", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d3a2c97e82224d3b80a2ed081445ed9a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "d3c4f23294ba4fedba2617ba02ff08b3", "region_id": "RegionOne"}], "type": "workflow", "id": "fd3a5551cfbe44769d68ae98bfb35b32", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bbe0c691ed904a6695eaf4650eb8ccb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "38dabdaf01794b5c8d835c2f4f5be1d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a6735c4c27ad4d9880d9be4d93a15535", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2d034fa69b374bb5a4ed258b57996db0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "b1e78de42fbc4940b9c2b921dd8d702e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "75701bd0388a4a8e921de2a9c260c516", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "38bc4e0c943e4c91bc9efd5259d20d3a", "region_id": "RegionOne"}], "type": "rating", "id": "745ebe9e60b4438996e225743fe99f5c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "57a61d0f3ef24351af4bafda8fc7aaf1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "7843b05dddac4fe9b573766e2c26c7fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "25415d5acc38439c801024a5697391fd", "region_id": "RegionOne"}], "type": "operator-policy", "id": "08fb6fc9b1e54a45bc1a64123a594c83", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "efe03e800c7c49ec8336ad3bee13f4d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "be7c1c18d07445c3a7f30b898a8fda6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "cbace53dc5d54851b410e341ade8a4a8", "region_id": "RegionOne"}], "type": "policy", "id": "a8cc4294ba934428824d719b47e8af04", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "df95172cc7694609ae9c313c073e732e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7ce7cb4fe0244d76963a97f3b9aa1fe0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "cd34352a9f8240dcb623a833e68d0372", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "f3515e1b76914e0aa1363c6ee082b06c", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "22a69a4a4f694becb12957acc7546d69", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3a77f761168848dc9eccd4a66d12d74c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "6619ab14893e4ed5bebfb8da64ee1d61", "region_id": "RegionOne"}], "type": "sharev2", "id": "8f66dd78f4114abfb531f9fa14891a51", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "526cdf3298124d30aca5d63b2bad3956", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7a3a5915f01c4b3c9576f248e18186e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "b441c10860c34e2c964d142bcf4a4e3b", "region_id": "RegionOne"}], "type": "share", "id": "64789d9e7597438fbb4662161aede2b0", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a89c9a8cb28b4aa3a234456c5cc1b508", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2381cbd0ecc445e88cc9a3ff40a57f5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "ac9a8a7276b84a6682ee0f9d9396f408", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "db2c5630d004437ab129b6c51215baac", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "41bb22806cae4ec885b2bf279884c25b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6017da93f03b4ffbb0027b7899e9e524", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4d910a77528041ed98852f383249ffb9", "region_id": "RegionOne"}], "type": "orchestration", "id": "48e7a14272b74a56a99c53668488df61", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a018faddc8d49b58a520003cdcfcf1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "438abb8392b64e6180b2f3e8515df71c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "574a56e9aaff4d21a00b8f5c19f732ef", "region_id": "RegionOne"}], "type": "block-storage", "id": "4007a75af4ad4f6fbf6ae15d1e3c5b29", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "875e497426cc4fd49c43234cd790143f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b25638f110e44e988635fdf6fe57ee41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "538384144ca340a28d38350eb1ec576c", "region_id": "RegionOne"}], "type": "volumev3", "id": "85da10482f794b85b7578cb48b66ba75", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c207676c2fb9446591a1989aa5c8eab0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc46d52d310f45ae9b365b241fbd3639", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6391ad3518b442a38c8b91067ccb915c", "region_id": "RegionOne"}], "type": "volumev2", "id": "dbb315eb11ab4796af3eb41b69a2470f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1b0f9026689c4e9aac2257ba8be39847", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e86d5ccae7e141d89786c1811892cee4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "db3ed645a7e44dd4a80d3ef999b983e3", "region_id": "RegionOne"}], "type": "volume", "id": "41d67096e3f74971af552089b38bc943", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8c8babebe2134da2bd7324e282efb9c6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "262051f1fd0845c0b55a35431364e830", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bd8b8d7be07a4f8d924c0580be833fc7", "region_id": "RegionOne"}], "type": "block-store", "id": "5174dacc83724361bf848a7755ba9aa3", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "10ff8d408eb340098d6d6d12988a606f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a17378d85a8c4f769479bd54cad0cae8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9d63ac39a4ba4408a82019e26835cb2e", "region_id": "RegionOne"}], "type": "alarm", "id": "46dc0355cb2043229c261fb12d7a283c", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ee456d89014a4b2e92b810b7364caf27", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "32d073cd1a43489f8cd9bb35d60779ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "2ea38235152e423497c90b86f7207a3b", "region_id": "RegionOne"}], "type": "alarming", "id": "33d89fba5d7e4c7f8a7b3c532867c92d", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "72e2333e836c45ee8fa0ce9cd19b80f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "7326f397a29440c4801336a7c83ab3d8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "31aedee15f034fd9ae08f7dc4c865599", "region_id": "RegionOne"}], "type": "meter", "id": "1e6ab84beed443a4addcad27839b0f9f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "f1e14b6b3d4749d19a42349c09fabacc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "41c46ab1630a48a4803a2cb891bffea5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "833cc7643c244b339714db913639df92", "region_id": "RegionOne"}], "type": "metering", "id": "92a52d9ecaeb4fc7bb1653e9f00b374b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d18b1f2984d44c2db302b7ada67d0159", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "25d63c5043274d768299f7436a7c2551", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "13ea0779e57e4bd798a3cdfc35d5a1c4", "region_id": "RegionOne"}], "type": "telemetry", "id": "b2c01c0e80a54b5f8ba379faadb9e1a1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cbf4a64e2df84df99c9100e6a733f70d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "299cef6cf0a74351b790559b4b9a5151", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ed9aeeba0c7f4ee789d0577e7632365c", "region_id": "RegionOne"}], "type": "event", "id": "3461a63da29743878fb8c1c16823cca0", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "d5a3cc9d27304da69eac24a78db998ea", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "75c132fcb54a4a5fb814b67ba4086cb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c94f7220d13a46e1ab609c55c46a2503", "region_id": "RegionOne"}], "type": "events", "id": "f593cb7b5c824866bfc2cb626a79a752", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c639dbc58d984f049d5ae6f8e0064ed4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0de553a9d8aa4c17bb4bba6195ff1eeb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "7461438152f043e1986d7f5aa4af17ff", "region_id": "RegionOne"}], "type": "application-deployment", "id": "0faac03412db488389743bf155ab06f1", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "b3ff151187a2460a98368787d94e6e50", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "acacc9bdac69418ab493174a882303d0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "c899aa24c9744b7cb7a0398674871e8c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b655af63a62c46bba52ed44b955efb76", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "cc2dd120f2494af3906edd68331c6b0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9584d3df88a4424390a2a581e57f312e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3e3a5b24df5143b8b9bc767bed71945e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "98170615ffc04f8a96e4aa0e3a16682d", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "af1bc113017a472c9aa076d8e735b88a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "5432dbb6a1734664abdb8c4bf376ebbf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "6f56495a95124c5a88fb4b6d32532f02", "region_id": "RegionOne"}], "type": "tricircle", "id": "32633dc2fca5488d8c2bf1c0794157ba", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "747360b0e6c149c383e5d8698a50da1d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "83d07284625b4055af982eea6c887c25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "29ea618b90e34941874f57fb2eff5452", "region_id": "RegionOne"}], "type": "database", "id": "782f2017961d4dadb312a26eb6d71341", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "c4ee129585f34233b5488770b8e26384", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "73848ea50a80449ba5fabb9234f061a6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e4b1a71d1cf84e92b781fd4113008d02", "region_id": "RegionOne"}], "type": "application-container", "id": "b061d77fdc83416cb75709821523eb96", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a0125f2c7668424aa5b64979f23fc041", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "956858f2fe9243fbb5f80ae3307c7748", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0a29571377684fbe85d027c4346029f7", "region_id": "RegionOne"}], "type": "container", "id": "23f608b58a64411ea0f478a964338328", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "cfb36d959a104406b438f82d1abaf03c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6e6a4af5b708410ba1b0068ead85e171", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d5aa7b81c44840e7bc83e109d7fc3bad", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "ab6b0b07e0a1401596af2493c9caedff", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "c35b1f6d83b14087831635fe6252a4a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "033d71197ce042ceb882c20a612bb4ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "6373288a417e4f3d9c3ed835b41f24b4", "region_id": "RegionOne"}], "type": "rca", "id": "17acc7e3bdca439b8326605df7932300", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b71228a5b17a45f3a6ea7777783c47a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "91ae51a12ddf4be9965c863aaea464d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "3189c0aef60b4ff3a41f2eef59f3bd9a", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "dcfd601e8d8846879094724f5dcdb65c", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "f388144db84d4684ac029a4e0e2aae94", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "309668cc475e430db8330aae0f135ec7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "88d71a5f8d0249eea50653ab2d91cce3", "region_id": "RegionOne"}], "type": "network", "id": "4875dc51e7b94266b0ab47caea091f5d", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7dbc4aab574944dfbdb0683495324a44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "642671840f9d40f4b66c398817badac8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "f2f9b316a5d14ec7a7ddf72faf475bb2", "region_id": "RegionOne"}], "type": "backup", "id": "a08274cfe02d404792477c114ea14c83", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fbac2ef1ca9a40a59d4e22fb4fcb13c3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "865a0a3f112e4bbfb7735442817110a0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "0897ede527ac466a9ffefce792c29f79", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "c1ec740aba6747e3bf7a7117b63bde94", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7901725b794743e9ac8495296bf3522b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fb1173c5de2e472187f4244bd8d6c41d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "606cd6bb0a1f4933b8b421f3e528420d", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "bb5f45ed7b9c4e2f9d208345d85a548c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "91293932f4dd45a19dc174c5b5712ca5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "5c4ac7d9e70740f5ba0055d0df3cc857", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "6ce1eab7b73540dbb3766f1c8897aaa8", "region_id": "RegionOne"}], "type": "monitoring", "id": "6bf40916999e4140a20d896ecc751004", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "94936817637f4df69d2127682b1505a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "4ea6da6fa4df4b2387d04ac147584394", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "bcc76fe09cbe49bdacf9a3f49b43f467", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "6086955116714a5c94b21aeda24ed243", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "e03b122bd5e44214996c2aa3df8fab0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "765bb39dec1740c084c5912e2d40131e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "13c8df75a8b84e529538aa3ed3823a6b", "region_id": "RegionOne"}], "type": "placement", "id": "0264f860ccf7479097bb32998b56ed37", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "be4bb59b906d47c38b1ef2d5efd613a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9f0d2c62c3304018b20ee7a1979d55c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "71824d35735741458ac875b46e7739ac", "region_id": "RegionOne"}], "type": "instance-ha", "id": "2d668f854788479a897ce38503beb698", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e4ade8f9676d4a9693b8ce0c413cb18e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "30d76edb5275479892b292810b53c1ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "d77171e5952c4a17823587fffdb9166b", "region_id": "RegionOne"}], "type": "ha", "id": "69e3f637ef9a4bb48aecbfe587604def", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3ff766964a0a405a814051968212611a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "f23f6f05fdd448aab1a23340a1aa3be0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "a8090ebb12c0455a93be635b7a72e7b3", "region_id": "RegionOne"}], "type": "reservation", "id": "ff051700a4c34009b2e0e19d646961e3", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "fe20ba4100234425a9fd1490840653c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "7709738e298d4543b0ef264e27b3ab07", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c926c1fb1af246c293581b9d8757594b", "region_id": "RegionOne"}], "type": "function-engine", "id": "053ec5e87e0146c6952e005b3e8b2807", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "86a4a4b304044d0a8bd7a45571e3a795", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "3c9f259c03a44fadbf31b4297f663343", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "38d3ec188d824f4098280656e6499997", "region_id": "RegionOne"}], "type": "accelerator", "id": "b0f3f5df99584ef8997aeeed677d46bb", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "3fd12e8999f648989b9b4b1de55d9a0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d9f1f30a3dbe4f489938c0a097cf3088", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "55c8e5856a61465c9f299886a994702d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "135b60f570f2471a85ca72ccc427dac1", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "496b1d8f58ac41f8b081275de532a79a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "6a7726a208434c25a4ea38a3c1d6ea84", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f5deb6b51de441c3954aa6cd76e71e5a", "region_id": "RegionOne"}], "type": "registration", "id": "b085b7033211470fad0ce63765136851", "name": "adjutant"}], "user": {"domain": {"id": "f574508c0c2843e499325b30c20dd49c", "name": "58461083c13b44968e2b56efa7421eb0"}, "id": "7419e9e25a344b1b9fb1c18878a081ac", "name": "54e559114bad4c5fa1d3c6c213ab83e6"}, "audit_ids": ["841e458107f94a71b170cd98240d8199", null], "issued_at": "2019-09-19T09:04:51.713771"}} 2019-09-19 09:06:51,851 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_proxy.TestDownloadObject.test_download-2/openstack.tests.unit.object_store.v1.test_proxy.TestDownloadObject.test_download-3 -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2019-09-19 09:06:51,858 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 9 Content-Type: application/octet-stream Date: Mon, 19 Dec 2016 14:24:00 GMT Etag: "b5c454b44fbd5344793e3fb7e3850768" Last-Modified: Thu, 15 Dec 2016 13:34:14 GMT X-Object-Meta-Mtime: 1481513709.168512 X-Static-Large-Object: True X-Timestamp: 1481808853.65009 X-Trans-Id: tx68c2a2278f0c469bb6de1-005857ed80dfw1 2019-09-19 09:06:51,862 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. {10} openstack.tests.unit.test_resource.TestResourceFind.test_no_match_by_name [0.036526s] ... ok {15} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_software_deployment(sd_metadata) [0.036348s] ... ok {13} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_get [0.037055s] ... ok {25} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_check_stack_with_stack_object(stack_subres) [0.037743s] ... ok {15} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_software_deployments [0.030759s] ... ok {10} openstack.tests.unit.test_resource.TestTagMixin.test_add_tag [0.038420s] ... ok {11} openstack.tests.unit.test_resource.TestResourceActions.test_list_response_paginated_with_links [0.102151s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:51,856 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:51,863 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:51,868 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:51,874 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:51,883 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:51.816309+00:00", "project": {"domain": {"id": "cd84d4a9e9354116a8561b2e9d6166bf", "name": "73cd687fd9024fd3ba1943524caef122"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "065c24850ec54ca68d857156c0732d89"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "cea0b3154c184da78a531f60fffcc519", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "e6878911c419493bb5f8914201ee467f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "fc61bbfa63cf476d9fb7b6c25d6b30d7", "region_id": "RegionOne"}], "type": "identity", "id": "5da615496878410899e73b706ac80f40", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "a95f30981b1940edaeab7317ca64a52b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "6f272c0621034c8ebf25a771dca23c39", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "f1f61c3219ac4885b349669d496d3e93", "region_id": "RegionOne"}], "type": "compute", "id": "627875e08a5b4ba3a5797a2bcde74b69", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "41f1948e7d114ba6ba646d588b5be804", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "36547ba7a74b48eba0aeb917e209aa60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "73f95786dd5b4b948640d25245d9634e", "region_id": "RegionOne"}], "type": "image", "id": "c193707a575f41a1808f4c5732d0d5b5", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f4c6f35fb275494281472eee2d7729b9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "ee617a75773244748c0a2893ef148d02", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "6e28348ab9574e418461164fd15438c7", "region_id": "RegionOne"}], "type": "load-balancer", "id": "6771f3e4e5ba4af1bc9ed6733bc1acfa", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ce99791c38b54a3b875c433f5706466f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0798069a231749118e4b56d3b23e1ebb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3811757e88994b9881b505418ab37e4c", "region_id": "RegionOne"}], "type": "object-store", "id": "02d42bb9aea14186abb2aa0d78868a5d", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "00c37e3c95914110a2bbf2470c733986", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "30506b3d19534679b838e5d79cc6770c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b719bda4ecc146398f30a3c5001a9813", "region_id": "RegionOne"}], "type": "clustering", "id": "d5208804fb8a43f7b6eda20d93e6c850", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "ecea042849934e59946d10f817de2764", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c9aaac28a9ae4d4e8e60cb6181ae8c1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "2143e15172644047b37c67f2388e6801", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "0f35cea7ddd045f5b2fb4062d23547cc", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "708e9edc606e46719e0bef30dd8bdf0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f78517d9f17c430fba164fd6cf29d7f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "46b1b90aca574bb1812bec5131b2088c", "region_id": "RegionOne"}], "type": "cluster", "id": "32d9df3d92ca4df4b1e484515eda1d3f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "830832af39dd49b6ac3ee916a8afba61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "373477c67f644b20891acd8853db45cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "bf2d1f16687e4e31838841117a34dcef", "region_id": "RegionOne"}], "type": "data-processing", "id": "2e10c1a51d6d49169c2a38038cb019e0", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ccb60706ce79481abd1c6d94a159ea0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "89cef3bf075742fb8d49c0992c26b76f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b5153dfaf99e4e88bafa6f925765fbf4", "region_id": "RegionOne"}], "type": "baremetal", "id": "6f85b6f22d2d42d99651e157500e11c1", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "377d08674a2f4544acd05435bc18148f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "d7701c85adf948f6bed931173093633c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "cbfc6373ea584402bb3d1f97f495aac7", "region_id": "RegionOne"}], "type": "bare-metal", "id": "9ce177796a4c421b914928f7d79deef4", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4cf6fbf5c4154852ae62aa481bee94bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "3398db2aa9c74704bf6182a44b041596", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "d9f4f99791654dfd81e7e2654c2f996b", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "1af13d22dcb5472ab9b05091a9123732", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "48f8845c19a444c3a0502a2d8ba3b0e0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "621729c20bc64a04ac138a756da12d54", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "d8fcc1794da84c0f91f421b598ba328d", "region_id": "RegionOne"}], "type": "key-manager", "id": "506e4bcfc6c74552a68229e831c8b683", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ff2c3b36827e494fb99af4f92a6117db", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "8365906b81dc444eb3c7c40255b36694", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "37774dad552b40ed81e575763409fe42", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "efbe33f7cb174880acb5151af8566c7d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cf2c90ceeee9429baa571351d847d7ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f98410211ad94277a730569622c4d407", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "03502feff3744525897792d557616d1c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "09742a5cfca94f81807a0cfb48c68e4e", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f0c56032edb7493e9d771a3b606caf19", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "6393c872ddc6459397b1c1f6e7ef33c9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "146dffcb46824fa5ade9519700e1c0ed", "region_id": "RegionOne"}], "type": "message", "id": "5a16f12b0def401b94d0b01464d17147", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0713c5fe702c45848eaabfc5e1d27a38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "65b7336b5a69473e85aa746186cbbc57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "a96de0d4a80540f48a19ce1319fee912", "region_id": "RegionOne"}], "type": "messaging", "id": "0e6024c7efbc43da9e46483df874e8d8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "26351f5cb982462291b693f676d1c9b4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "96f9d67876d74e40a6eea2f36f2599db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8c38dc7410754147b8173eece7a7f4c8", "region_id": "RegionOne"}], "type": "application-catalog", "id": "12dea0fe066b4db9be2d36f2e38c500a", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c1b1e16de91e4980b29fa007da2efe79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9ce8f89ec3f24a4fb2784fb39055e095", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8039ad99f67d43b5bcee610cec7b4a06", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "df364090659d4a28b9c533c9ad23fd18", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1812e07c85424f559484a53477bc7ef2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f7a51f63955e4c8b8beb9a9c597bf43f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e270910d63574f0d82f45d3efa26292a", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "c1f2f0611ffc4936be2fe8788d8f32b1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9035ee555cef48128188e99991c0d5ef", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "35b66c76bf7e467c945bf38ac626f6b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "422ef46c3c674faa80116a20002ae19d", "region_id": "RegionOne"}], "type": "container-infra", "id": "25343d72087e4ad3b9b7505c1693a510", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "6fe1a19352514e3baaaf4412fe9a5b56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "093108cd43d04d6bbb2fc49ad44af92b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "c36c55e988b2449eb08094935095ce92", "region_id": "RegionOne"}], "type": "search", "id": "f37927c758a94e269a05f6dd1e243b50", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "b1600efb328a41ab89fc16a59b1705ad", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "9a99f67ff3524125b10b399ff23f819e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7a7ab02456d847588ac7b8b70ebbf344", "region_id": "RegionOne"}], "type": "dns", "id": "1a7e117b9eec4c0b87eb7cc667bae1ea", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "c9c7e99b7e9c4812b8e5f2e78e7dc087", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e449d190355142589917bd0b2fd33eee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "ae4dc5b6b6774edd8fb15b65d579515d", "region_id": "RegionOne"}], "type": "workflow", "id": "f6a8c3deca45431e9f24941bcb0b9daf", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8211b1e9ffdb4f82adbdc6596d025b30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "196d9caaf9bd4ab2ba1f30f01d625eaf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "7412f81d494746fea18fb6ef524dec07", "region_id": "RegionOne"}], "type": "workflowv2", "id": "4e81991d04f843a98a6f375936cb60b5", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "e36dc03d888645b5b448723fa4d7f14a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "58ec896a513c4851a153606a01aad4eb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "7af49d861a074ec4b282fbcb8381efa7", "region_id": "RegionOne"}], "type": "rating", "id": "7e8d7aff8b3b47be877ef772aa363456", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b81cd5fae96d41b9b3e82cceabc882f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e4a0b9dd220a47908a745c8c42869464", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e0e1d5fbaaa14df1ad147909deb2aff8", "region_id": "RegionOne"}], "type": "operator-policy", "id": "1aad2016902e418992c00198bac98d63", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "46a97c0f087842c3ad79a620500c2c79", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "95e7eeab462d4025b41851e64ffb272a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "e06f2c19cd024ee094d350d09ad02751", "region_id": "RegionOne"}], "type": "policy", "id": "f7cb6c31b529426b94f41aa1cad33d04", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "eefc38d4a5184a0d8c74fb29d0733196", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "783a9878ea094b1aa48b76eb0bc21cd8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "afd432274c0041e6af74f34da53995e5", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "9a7393b6bcb44caf9b9b181c732970c4", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cfd1415771e249d2a8904ac5d8f268f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "33c4289045dc4cb298c9ca2d7212cb58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5bbbdf7992a94c4893b9e4f830be82cd", "region_id": "RegionOne"}], "type": "sharev2", "id": "e43389228d15475ba229625952254144", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "606fcdc352454bb485a4a9f9d1d958fd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "db9146916f104129b8d358febf866440", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "81118fa6c93c4bd381ebbe4e17d3658a", "region_id": "RegionOne"}], "type": "share", "id": "0101626d258e43bf81333c6fdee8cbee", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "49807500e2ff444799409ac96baf6ae2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "a6ba35e58de9497989f326a78e934e56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "4815217573f94875bbf620f877c93d5e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "63efa7de913f4e5c8eee177a2cfdf7ab", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "90e8a04416b748c9bc2d7b5e154fd942", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "edef104298ec48a0931022bbcc9f3516", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44fe22d3b3654fce8a98cb599595dd7f", "region_id": "RegionOne"}], "type": "orchestration", "id": "e63a2c782dca4b92b9817e4150207859", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ac7e0c58b41a471b91389856eaf17e1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6fac99cb183d4cc2afe7571a3517adce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a5e013268234fa7829b6f2deb505fb2", "region_id": "RegionOne"}], "type": "block-storage", "id": "0bd30f8ac2fe4fef91ee590520929d1e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5bbfeb7584b447e2880e2b1bebc17baa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7a7ab333add74833b92619e1de25de2d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8085120ee37a411791c6510571dfca99", "region_id": "RegionOne"}], "type": "volumev3", "id": "7ab8e153d8a34a8cb50b5abe2e1cc15d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bf7e77d1c38a4a7ca4415a66e115684c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b3b2500bf524d36b77c6dd98344c63e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6ff0f0db86854a959d0eaa1b98f2045d", "region_id": "RegionOne"}], "type": "volumev2", "id": "87ab255279c446dd9feb8bdf388175c8", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "69c99193d31f4f50989f55b396298a70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d98fd451becb4c25b19602b251143825", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5ba85741d8c74e3aa80e452a08aae445", "region_id": "RegionOne"}], "type": "volume", "id": "3934c175fc11446983fec6d9e07c762c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "205bbca8dd214e4cbb9eb00af24c41ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9cb22fcf31ef4ada9aefc1a6a90ba78e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c14459bb6d6e4b988a939e156f025715", "region_id": "RegionOne"}], "type": "block-store", "id": "6d76ecbccac74922a0596e936d8e2798", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a88c87ca1f9e438eb6e4588773cd99bb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "373932a08e99427ca8d04c1ea3e384fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "717a8d3745d44d2492936d9a837808c0", "region_id": "RegionOne"}], "type": "alarm", "id": "e4ce42f5a4a640db8ab380daf47028e5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "a978ec9d8f7345b886b09f652ba9f9c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "bebbcce7c0fd4ae9bb2209b03fb48ce5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "cf2f2fc463c04c9abf54730476f391d9", "region_id": "RegionOne"}], "type": "alarming", "id": "823d807b858d405a8b1838eb7138f1a5", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "e820fa2722bc43c197c5ad318ee244bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d7137ba2b3d64731a850e7fe07baf4a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "638d5802f4e84b20ad7428004c4b2587", "region_id": "RegionOne"}], "type": "meter", "id": "14ade8d0de0d4b1b89c36fcf0e96507b", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c9a2c01e83624305b3a672d0cab8a494", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "6959c18d7fa1449c93b7f412f92f276a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "3605151058cb43c196c6ae921c1999ef", "region_id": "RegionOne"}], "type": "metering", "id": "41ca1a3604fb4d11aafa947b0270de36", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a9b39b295edc467b933ec75f42f5b1ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "995eaf48afc44cbe937e9df48a178256", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "24f2564f4dc441b0ad4da4e29caf67a7", "region_id": "RegionOne"}], "type": "telemetry", "id": "453c17fa5dc246469735cd5462654ebb", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "9b6ec7cdc48f488d82481cf283581605", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5e78a8fb780245da8d7274e6f1733928", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "f05074c9143f4078a3b59c0b59202544", "region_id": "RegionOne"}], "type": "event", "id": "60553abb09a54b5f95c24519948b54f9", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "59fa7991090646c1990f75cfd54c8c0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d62acefe42ee4cf1b03f78adc5832798", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a934c30932464750bc314340a9f1e0e6", "region_id": "RegionOne"}], "type": "events", "id": "1fcbef8a9fbc42da87b73232d62d1300", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "4c2039fa20794d2faff6fbfed142f7ff", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "d40bd72bc86e4751b800f5d55ee65d33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5193046adc414823b2b0f7d8bfef1d9f", "region_id": "RegionOne"}], "type": "application-deployment", "id": "c4822c58c9a247f099c51183bbf18756", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "876b5e152f164b0294fffe7d0b08dc7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "cad38444d77e4166a5d4576174b38217", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "9f5a9cf4b26c45988cc6533f21bc90da", "region_id": "RegionOne"}], "type": "application_deployment", "id": "b5c6632a008045b79464d8396866cf5b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "771fbf3e9abe47abbd3ccb1f7cff2389", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e1285b140ec644cfb55695bc6658169e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "1c0acb5553df4538a6714b688436eeea", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "16b98f3f45104c2b8e96cb2853626b87", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "e128042c030245b188a774ff4aa17dcb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "dcb39bb1eb3c4e9ba74e126ef6f3d7b5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "b638dbaf66ff408589c7c8d7e5d3c546", "region_id": "RegionOne"}], "type": "tricircle", "id": "dd6f1720df5e4b1ebed609cfebe1a8f8", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "0390bf23ed5d4c949938fcaf35ff8987", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "cd9c66c103164c3c91275cdb423388d6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d5524c8ec79744e1b33d2b4a77279333", "region_id": "RegionOne"}], "type": "database", "id": "0ccdeb4fb79d484a9847547282a21584", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "86ee9f4cf7344ccc9fa179e1db0f4b36", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "bae1fc07f58f424f9680eda2aa73a9a7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "618f0b55b3ad4c86bb896368f98a8f07", "region_id": "RegionOne"}], "type": "application-container", "id": "692214869ee747cfb984abb0c9871099", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "2de927df87304221ae977418d398a9df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "344bca7e70bc489ea94245967c259495", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d0a312cbbd214ba1ad97fcf01a86d947", "region_id": "RegionOne"}], "type": "container", "id": "1f2b899d290d49c7b30b3cfc8b27a328", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "4ed047629ea74568a2b09483468cccd4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2fdd64e0328d48b992061378912c1c6b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "8753c577f50a4e54bdd95f2db868a456", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "00c93c0a960c4cfe9b5541e5c9774abf", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "7143a1a8b27e43e99baf1da8ebaabac8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "45038283347941afb34d1144c1c2f602", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "b83da4a0717241749411a787bbd33362", "region_id": "RegionOne"}], "type": "rca", "id": "d514d71bbb6848f7a913c37a429a22cd", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "81ff8c5cfdc940f287ff88593feb8de0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "b43c7540b5734637b131a91e6bd83219", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "90c92172b7b04f1b822a072cdd2ed849", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "5b9460c04d6b4a2994224fcfe19113d3", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "35e6295e33f7469dabf2444299eccdd0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "49a29822468d4a0e8a4688ddc02b58af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "25326c047c064f338394b377ad321cd5", "region_id": "RegionOne"}], "type": "network", "id": "c8e38f4394514b1dbfa97a5e7b795f99", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "1b93089e63e2438c827c14bba463971d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "82dd7ca1d4bf48c49718c2e84fde89b0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "c1fde4f2fa7e45638c3a79d2c6e2afa0", "region_id": "RegionOne"}], "type": "backup", "id": "d3333025cfcf4054866cb37dbb1ecf40", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "528b9f530fe949148c756cf7f19a7c20", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "94b44f7d5cf24ab0a06df7bac630094d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c7c5cad8f9f84596805170ca4cad6cae", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "3173d92b81064d1d9b804569a9a0cb19", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c1e7285edaf24ad1b51fdf60f5871300", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "79313725bf1c45f2b096b4020e18a8db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "72f67a87cf5345dbb3bc418f9a33a200", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "c22539a061484705870e324a183156c7", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "526fa72bb3224d2bb66961fe97b3a39b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "acdeaba7540540578b4eaec3d4dd2efa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "01d9e9a6d5914aafb2729994af3fb286", "region_id": "RegionOne"}], "type": "monitoring", "id": "9b62495c6515409ca20d655549c0acbe", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "146369f579374844b661ab7bd84fe66e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ed7aa12c425e451989995c9489e26fc2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "4f9c17ab4d2e42cfbe0bf9cfbd791c22", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "899159c7bb3848d7bf5199e062bb49e6", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "cb80d5a5cacd4857b5ddaa62eef60e8e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "12fb58f38c964f21a43090b78715fba2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "9799f993d0b84e60bc330b59e3489ffa", "region_id": "RegionOne"}], "type": "placement", "id": "ad9bcaefad1d4788aeb016936021e5f3", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "203ce5ba9d65447183a90a68dc4fc072", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "bca12028d89c4551aae664108ba1d3af", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "c0dc92f0ae904d60b2dbdd959d9bc149", "region_id": "RegionOne"}], "type": "instance-ha", "id": "9808c24fe1654846a5f318cf54e694b6", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "99beba04e2334fb4a4fc19f19896669f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5275c9a594264e48a6bdaa03435de78f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "5ed9916f0e46461491eac974f2169f78", "region_id": "RegionOne"}], "type": "ha", "id": "6e86850236704afa9003ba21c3a981ea", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "cbf462fcf0ee421fb06448e6b3b8866d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8b200dd7fa22475b979eb3b598348141", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "3e823420362f4b25af466f480be760b2", "region_id": "RegionOne"}], "type": "reservation", "id": "1edd4af6dde1488994022f830584e45b", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "34b893ca42444595bfe1d3f0bfbad4ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "0f3cc2822b3c40a28e8d0ad573498b4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "c0c9d6225ec1448d92ed600c2b182e56", "region_id": "RegionOne"}], "type": "function-engine", "id": "990a666484d147328cd873475f487f42", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "22f8f312ca6b40e9bd48c877451a5909", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "0894554b4fd84ac1b44151457e3859c0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "8d41cdf003e64fc496b4e92c26142331", "region_id": "RegionOne"}], "type": "accelerator", "id": "3cfb8fe69dc740a9b7a4070772204189", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d2bc88d5f84a44859496873107fe9c11", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ff429ef0348a4f158a94c1868f18b236", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "677fe0b7c78c48a3b8761002e66dc59b", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9277693ad4be4f5081d38cf3bbe23e95", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "32a712c6fb4743ecaa630e912a8914ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d9e7e395475841a8ab651871750f38ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "9a974053cd2641ff9fd6c748c4ff9548", "region_id": "RegionOne"}], "type": "registration", "id": "dcccc29edd394930967cf1b8f7264751", "name": "adjutant"}], "user": {"domain": {"id": "e618841bce364f68baa4178b682cbf0a", "name": "a2a35c9aea7e4802ba86bb3f2bf6ba5f"}, "id": "c01e3d3f11174b85bb02c6fe11b87d60", "name": "7e3775dcfe0640bd858e988926e1e319"}, "audit_ids": ["a1f6150542a749fe99de033203d36b89", null], "issued_at": "2019-09-19T09:04:51.816309"}} {13} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_port_create_attrs [0.036781s] ... ok {25} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_software_config(stack_subres_id_act) [0.035923s] ... ok {15} openstack.tests.unit.test_connection.TestVendorProfile.test_hook_from_profile [0.044325s] ... ok {10} openstack.tests.unit.test_resource.TestTagMixin.test_set_tags [0.040213s] ... ok {13} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_policy_delete_ignore [0.036828s] ... ok {25} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_software_deployment(sd_metadata) [0.035133s] ... ok {11} openstack.tests.unit.test_resource.TestWaitForStatus.test_status_match [0.065261s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:51,954 openstack.resource Still waiting for resource Mock: to reach state loling, current state is other 2019-09-19 09:06:51,960 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:51,965 openstack.resource Still waiting for resource Mock: to reach state loling, current state is another 2019-09-19 09:06:51,969 openstack.iterate_timeout Waiting 1.0 seconds 2019-09-19 09:06:51,974 openstack.resource Still waiting for resource Mock: to reach state loling, current state is another 2019-09-19 09:06:51,978 openstack.iterate_timeout Waiting 1.0 seconds {15} openstack.tests.unit.test_exceptions.Test_HttpException.test_http_status [0.031366s] ... ok {13} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_pools [0.036158s] ... ok {25} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_create_stack(sd_metadata) [0.031725s] ... ok {11} openstack.tests.unit.workflow.test_proxy.TestWorkflowProxy.test_executions [0.037252s] ... ok {25} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_software_deployment(event) [0.032445s] ... ok {15} openstack.tests.unit.test_proxy.TestProxyPrivate.test__get_resource_from_munch [0.056256s] ... ok {25} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_delete_software_deployment(sd_metadata) [0.033429s] ... ok {15} openstack.tests.unit.test_resource.TestComponentManager.test_iter [0.033182s] ... ok {25} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_stack_not_found(stack_subres_id_act) [0.034838s] ... ok {15} openstack.tests.unit.test_resource.TestResource.test__getattribute__id_in_body [0.035210s] ... ok {13} openstack.tests.unit.object_store.v1.test_container.TestContainer.test_basic [0.114197s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:52,042 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:52,048 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:52,051 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:52,056 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:52,066 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:52.005169+00:00", "project": {"domain": {"id": "b6111a8fbb8244f49d06b9cd173d4056", "name": "774ae052c158429885a00c493d028f04"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "4ff77011fe7d4ded9bfa39fb76a39dde"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "2737971842614b80a538d284cdc550c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "06312f5ee88747c8a354ceb46e9ae5ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "92fb9d93605f43898558c47bec9b46f9", "region_id": "RegionOne"}], "type": "identity", "id": "5adb1e0fdb254d2489df6da49471c0c6", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "37541f063cc4496d85d59a8201b84f4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "1a4e4ce353554fc6a4a0511bf8f7783d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "068d8dbae8444f769c5541a5998d6268", "region_id": "RegionOne"}], "type": "compute", "id": "0fda208a36c348b08bc527278d233a3a", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "e1477f72de0e40b7bb78442115302217", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "b2fdac557f8e4388816b7dba82323853", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "f99c8e4a761b4c2fa7ad3dc06ab5eb0f", "region_id": "RegionOne"}], "type": "image", "id": "396e59cf5539419595cf01890d6605d0", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "efdecdf872fb4ab6a764285a026315bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6a42a84628c2425abe5791b2fa9cfbee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "db3bc2a1a48f4f628e7413ae26e63039", "region_id": "RegionOne"}], "type": "load-balancer", "id": "6a48c465cc1e4dcd8e513000334a6166", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea4630eea3ea42aabb3591c8829d65ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2cb8c6bc742f4d789d6e7803f5d1cc1e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5553b8cd728c4d57aa8666d4015f8a40", "region_id": "RegionOne"}], "type": "object-store", "id": "2e170543653947058a54c939866dcfaa", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4c54e60c0ee44cd4afac753107d7de1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "662778d39b05472e9af7e27ad7d934c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "3a31e847c7e44d2ba3a3795b225a3933", "region_id": "RegionOne"}], "type": "clustering", "id": "f5047d5aee964a58968d68812efc203c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c8d41df7c6a4497f8284aebe1991e31c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2669cb9a4df34eee92560cd28fa07e1d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4b1f3b50c19c4e34865e97fd87e168b5", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "53e449ea54e34695960edea8460bddff", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6df7e073852a4939bfd946ad29a8e3df", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1d152e6344d44008b5cc97967e0c3c7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "08a544eeb1484253aaabd1fbd31c4fd5", "region_id": "RegionOne"}], "type": "cluster", "id": "3b97010e674147b8ae816d3acecec606", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d883d909e9ca43a8bf7b778943db3389", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "08c93b4928a049f69ea685cae94fa2e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "4c541ebb280a471684094a97e513aaaa", "region_id": "RegionOne"}], "type": "data-processing", "id": "61fd445c3c674734923c73c43205ec68", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8afe9d542d6a49e4804728364be24846", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8a9cbc11434142caaef0820cdc874c9c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "8401b4a40fad4bbeab1186288a1d9ba8", "region_id": "RegionOne"}], "type": "baremetal", "id": "c3ed2fa63288474292987507e22f5f37", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ba2ed54ad95642dd84fc74b353234156", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8e1ea560f6b940b1aab39aef6a137e56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "c65be9500d1848bd8902320f5010da85", "region_id": "RegionOne"}], "type": "bare-metal", "id": "b663dd781db74c44a4b0481064966dba", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "ca6b0f4982754f62b49a251fcd904005", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "42853d10faaf4933b3e4e496a148a1c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "63c809b2944b4a7f9d4b24cee8bbc50a", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "8683c71c47ea4a00bd36ab45af99f4e5", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "37e56a2b084a47f7ae2355779e406ebd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "6855f5319d8e48469e3dc88ef9d68808", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ea4ec387724a45b5a71c7ded5011281c", "region_id": "RegionOne"}], "type": "key-manager", "id": "eabe093d1fa84c0fbe10fe16c79afc54", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f9d2504a29e64a13a2a188fbe8c3732d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "09de176a1aee40459fbf181ab335a951", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "d2de22859fb04ca784b8f0dc3210193d", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "6cee9469bb2b49f99c0d5d03493cb75d", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a852944d7e144e29a25780415c99a147", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "f4e00d64bbea46feaa853e5ea528531a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "114c687e6d4b44119ee979b0bbf0537a", "region_id": "RegionOne"}], "type": "infra-optim", "id": "26f11a4db7ee40dea6faaa99cec6a397", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "a1e827ff0608495bbdf6ed0e6f861041", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "e78f1ccae4c247aea395e17c52083ab1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "20ced6875d1640c19aa62e77679f6dd2", "region_id": "RegionOne"}], "type": "message", "id": "e8048549896645669cffed1354b3ce14", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "5456384c3b43474fa6f38825072dfdb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "4fb5c870320b4a2b89bca8c18c8f8521", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7d7cfa5c4bf344209df8c45dbb51cf7e", "region_id": "RegionOne"}], "type": "messaging", "id": "d4c221d9261d4065a335e76e2ece8ff1", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "ff9317e6b86d4ec9ac831316bc440c77", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "09a132721f7d4b09a31bcd5925918d09", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "f36e572cf2fd4c798624b3992538c1b1", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0dd12da83ea145c686bfa7c5415ce889", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7dc76cf8bca44380bccc2b237133543a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9e5ec4b78e3345d3989d1fc872dab160", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ade0015202ba4dec98fcf53c4bcdd5b6", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "fed95f9b7c314ab3a971327c5fdcc4d4", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "df43ab37e795427b8ec9724d1087ae58", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "521bed90750b49e7b93ebd16a31ed614", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "cecbbf66fb774db19660346899799c4b", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "6cc95c194b46432d963c4b5c1f71711c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "019a2d1c3cdd42d8bb2a5b11a4e5bdce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ce523d0563e64cbeb4ec2dbf7daaff1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "0881ed56280f49b68e41414cb526b594", "region_id": "RegionOne"}], "type": "container-infra", "id": "194a80f9d5b7406989d27a0ec7ed72e1", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "9f1475f5fa0840f58d2d46060a1e192e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a43f893187f94fd99811eac61583ff22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "03bab3ced3fc464fb309a921d53791d9", "region_id": "RegionOne"}], "type": "search", "id": "ab645ffdbed643f5959fa001e892ff41", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "9c4d4eb4e13e4e28a05b53ed344a840b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "20713df87c234d16aec26b556c49eb26", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "c36c7fa78f9049e6a2edf51593ee7e1a", "region_id": "RegionOne"}], "type": "dns", "id": "38081fdecdb94281a70ef088418cf5e0", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "86b388a3577a48c89316c307edf57f21", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "cd758dbe23874db2a519b694bfb83061", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "fc273a26c8c94284ace98dfd80f2e22c", "region_id": "RegionOne"}], "type": "workflow", "id": "29280507670a4926bbb1f899ef02d019", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e54e22add5d3471d933a4c730b15120f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e44b4b13e258435e9d6fd87656b18e50", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bfcca43175104bacb3c87e96f057f6b7", "region_id": "RegionOne"}], "type": "workflowv2", "id": "b9790a0b316344bb84c328b49fec1715", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "cf09536efd9449cfae396e91d936dfd8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "3cfe435a4bab43c3b95b61cf0938d3f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "081fa1807eff4c599919c93e4564cbc4", "region_id": "RegionOne"}], "type": "rating", "id": "3d27317d6a224d4d8b49290d5d037bc5", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "e6bf325a292443eab3b397c6fd591ed1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c1dedba464eb46f59f3d4f2cef518d03", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "aff4081cca5640c9a82c59f7d3c5b957", "region_id": "RegionOne"}], "type": "operator-policy", "id": "ba953683274f48c2b66f6d4bd034c3b2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8e11d00fd9614a80bd76b73170fae999", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "ebf55f02a0674b40b13b266f136c91ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "753e1cba12564cb5bc3ede4fec5052d6", "region_id": "RegionOne"}], "type": "policy", "id": "d2ea504a22e145a8acdd61645e6d3fd1", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "96325ebac2aa4cd1ba8d376a66c5a373", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f6a98d4675ee41079858ab7bc99e6865", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "3e4e34c2a22d4bedaf0406f7ee8eec0e", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "7800c5645f9546ecb748742ef5bfb2c1", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3d8c62a831504c89939fe2075dbd778c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "431b5788a68d420bbfb090edfcce9900", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5df2e328efcb4338a10f70f8177af53e", "region_id": "RegionOne"}], "type": "sharev2", "id": "1d35e86d44c045e8b9cc263e99014593", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "92bdde597a54473b8f98561804bfb6c5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "fa8a9144bce34e4c9707bff7b93c93da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d70935c3171047cda6c9749539af0f88", "region_id": "RegionOne"}], "type": "share", "id": "90e7d74c9bb040b1a5887716d24db7b8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "17f0a896aed4413aa418734cdae14d26", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "31e7ca95e8394bc2a37e1b724427aeb8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "a0678e207df9420287de96e0c69b547b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "b5fe17cf312649c2ba8861d229f84e8e", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "008c6dfb94614665b65da9ab41b384d6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "de57bcca44c0400d955ab100d440fcb3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8b6c9ca6352943979a2ff827069d6fe7", "region_id": "RegionOne"}], "type": "orchestration", "id": "11c3b43315bc43d6a777c9dc0e501145", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3bdbcc05614c4ee88cb5f99ec26c3ead", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6f8289d98b084d6aa2c88e84ad93afde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88e6dafe2a33412cbaca34237df95134", "region_id": "RegionOne"}], "type": "block-storage", "id": "c09c93d67e1144698d773aa3805cb999", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "069a80e8fe364333b2378d9ec8ee4a39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "fb33d3906f9a4c9d8515ffaf58cee350", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43ac5c02d9994a4699d4a729758181d1", "region_id": "RegionOne"}], "type": "volumev3", "id": "453a77c35db24d84aee7de77f157a123", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "39838b2fc05e404089d3365c1b321754", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "64ea5a7ab2114aa0901705d670855793", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9d647af79232432fba15f4199b0c806d", "region_id": "RegionOne"}], "type": "volumev2", "id": "eb491e6761db4276bbe80856256dd4c1", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aeaafa81eb284b27b92a1b41109b379f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "44e42603e09342c7a0a6aa5d8b019f1f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c78bc2f3088a4bfaabc416941cb7aecb", "region_id": "RegionOne"}], "type": "volume", "id": "84d6e171620d4748baaae3445aa9447d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3b432cc301014058af7663ac37ade588", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3fb21c26ed354431a16c63f3373bbfe7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "43b05dee5b064d3e8ca9e5704dce3351", "region_id": "RegionOne"}], "type": "block-store", "id": "21e6283edaa449609cae5a1f17348c48", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "15872c336bb64e48a536ecfd54f8d332", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2ea1ede669594992a66be7c299525059", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "4f9b7114bbb241fbb3fbe2405cc9408d", "region_id": "RegionOne"}], "type": "alarm", "id": "bf740e1af53a4704a7b0eaf31564f0c7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "05d1bf2409b448eba86676900d43c529", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4a9f831319dc41979f0068318794d519", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "9d0f1f89a5574d75b46bd8edc4bdc761", "region_id": "RegionOne"}], "type": "alarming", "id": "028e1f995bd44d0fb56ee8896f4d5502", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a41e060842ff4319b74b522ae696935b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "820fea9f741c4ae4ae4fc99f0aabddc1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2caff852141947e0a57e5f0274de1cb0", "region_id": "RegionOne"}], "type": "meter", "id": "69064db87e99417197eedbb700d4002f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "7941c5f4cc55402e91051ea7c6283dee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "09a479f9e0e8412f91cdc93fc3f87aea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "a8d491b1c7eb412aa6105e543371c96d", "region_id": "RegionOne"}], "type": "metering", "id": "e2e213b3e3184961ab3633820c6290ee", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0684abb7dbcb4a64bfdd121b69a8803e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "62c668b739d642edbe37783903c200ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "121f6ace7e474582a72f5937fdf4c957", "region_id": "RegionOne"}], "type": "telemetry", "id": "ad968a7460f14cef8641a331e6e475d8", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "4e30c37d1cbb4f048c5bf56786166d95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "666b6be23a654bbc9cd48a01dc9b963b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "50ef0d1bc104438b994698cab510270a", "region_id": "RegionOne"}], "type": "event", "id": "94a96738429b4df9b369987e86ee16c8", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "509cc0c38e8b4aebb4f00655c92f7088", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "0123cc7c53a448e3a8f922fb2a8c9341", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4839925497854b5e9eec40f2f9fe7f1a", "region_id": "RegionOne"}], "type": "events", "id": "d2c365380ca545f28eff2a6ed978ba02", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "65bc6b455daf4a0b8507ace770bd1113", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "68456fae5c9c4fe89a835140564e1e6d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "5dc8e0e2bc934d28a9b5217b4ce9bc11", "region_id": "RegionOne"}], "type": "application-deployment", "id": "12d7ed8722054137b0c4e4a7aa4beae4", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "6cfcb98c444049b397e202601e1c662c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0376a5de9edd41cbb4338c367a9b3580", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "74edf7f1e4c14b0fbbbaf188162e9abd", "region_id": "RegionOne"}], "type": "application_deployment", "id": "bd5be22ac179444f9e5d71ef1f1e9713", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0c7a84ad876f46acb33ed5a3438642da", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6a4c01863d6e4416878474ae5fc76044", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f1a79f8a3cd6481eb38ab3bb7ffa934e", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "f2d3c067f1b24fe7b60636194b259d8c", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "40b9e4e007e144c19a7e994d8f010b61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ab8ba785646a4d2f95ef3202e0f8efbb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "fe0a1d616a54419b90623ec5230a55b8", "region_id": "RegionOne"}], "type": "tricircle", "id": "46fe3845025c4ee795c1b929174e0449", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "a1295c500aa2428ea1e45afc00d9893f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "44fff934330d4ed8a60f84ad65ac2da1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "5b0f8d946c754b9e9320923ccb078fa8", "region_id": "RegionOne"}], "type": "database", "id": "a0129d915f66463c81eceb117fce1575", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "154803f2e9a14554a67ef0f0bdbfdc62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "e787ee13826a44f2a0c6cbbf51802a9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "2df3a9518b0247e39966b2c9509df325", "region_id": "RegionOne"}], "type": "application-container", "id": "871f5c9008ac4542a57154152633f399", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "9f79a2d71ff1489c8baceb1af590ca16", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "039abaf12c5743cc94d640048fbf4ae2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "de14e6085a764716abb18304093db19f", "region_id": "RegionOne"}], "type": "container", "id": "c22d520c351147efb821fe96663d02d0", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "ddc0893668084fa9982a337edd980e60", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e5aa9e45e56f4bc1b1c5feb1fe3089b8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cdde19df733744168c5aa46952091d26", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "21b39f2fed354d1d8eed5fba1c546d03", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "35679e014dcf4b69bb82702d3c9e6136", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "868e9a5378774a4fa5ed451ad006efe4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cf36ebb017ce4f4ab4ce3b44376894ca", "region_id": "RegionOne"}], "type": "rca", "id": "7f79ddd18ae8498982275c3788edfab8", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "c1fabde8ee1f43f99b649b520998c512", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "ebd72b35281d45259dffdcca01762c22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7066ddbf69af45e09a938ce2363f8667", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "ccb4157b41814a70bd2c141e4d77bd82", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "6e88d08967e14123a49a171b8e75e6b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "5f4b26f4d29e4508874a7e14046bc761", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "238fb1642a38439faa31be38bb5b594c", "region_id": "RegionOne"}], "type": "network", "id": "fe01b78b7bc74b3182c58c207f310f1b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "7d2ffea9159c480b95626d3c0b361898", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "c1a9f77fec3048a3be9acc6fc60e6d33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "9bc655dec6ad40559a79f2278eba45df", "region_id": "RegionOne"}], "type": "backup", "id": "0b190c8fa45742e5aa8f8d632b9375bb", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "10daf959d983430998948f7fda99432f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "b4ee73f93f1647fc837ef914e7a03e94", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "f3287d1e2abd41daad2fb1ba171a0259", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "6e572d104f224b2ebf1e1e2ecf845b1c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "c220d1c9700c40c2a621844854dc5bb1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "56f3009a3f21436f881c24128c7de240", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "bb0e4713889f4cb5af078ce91da6a696", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "178260bcc327414eb5270e1c61c38403", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "815ec532255c4ac1bdc40e737bf70092", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "e1ec657f28234093bcc287a36753daa0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "3091b7b697604c969628fd9de5e43a4b", "region_id": "RegionOne"}], "type": "monitoring", "id": "90f6138420364012b4c6fb965a2a2881", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "2244358ba30a427494999b3e17a5db4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "7eff79944b464f91b45c9a09a131e59d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "5b3711e457674194a2f0d82e721d13ca", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "7d0aeac22d8941a1b090a06fcab1c313", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "7c9f83982cf64ecb87ef15d8ed381fca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "07375b665fd7424382c8651f653e0893", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "ff8598791c8949028662c28af25a3279", "region_id": "RegionOne"}], "type": "placement", "id": "fbbd646e92694e24a3833e5c02fb1500", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "e11eb4e2ad3647be80e530661789d9b0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "7866c8ddd89c408884a61f7a423b9472", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "655cbd671cad4288b2120d16cb0b8461", "region_id": "RegionOne"}], "type": "instance-ha", "id": "300216981a8c43f690674bbf08a00d83", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "151703883c6a47359c076f5561861098", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d5ea28d1ebe14bfc8878e46afe1ee19b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "38699ab9975447088226171feb8440b7", "region_id": "RegionOne"}], "type": "ha", "id": "fa390c43cd874805aba632bdde0ef2e9", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "c66c6ccfda9f4275b386bc5abc17bd35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "8101f707c479475e87554227aa91eca0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "06300620c1c949d09ed43bdc10fe50df", "region_id": "RegionOne"}], "type": "reservation", "id": "88d4fb2164884956bfc47b41c247ba63", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "d25d6c29c9e94e77bb5871a876514ee8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "2961dec05a724f45b0b469a8e7b0b6f2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "dea719716743408c969fd0eb45f526b7", "region_id": "RegionOne"}], "type": "function-engine", "id": "4a25d3344595449cb5c5b4233a2f7f64", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7f96049eb72d4a36a8b5b325030a95f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "ef725462e6f440d888ebd8520e7d9081", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "1263b0f57d7040e1b13ffd362018de2d", "region_id": "RegionOne"}], "type": "accelerator", "id": "b608eeb5eeca43baab306db1ce5363f4", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "129878f13c4841b2a86813c5030a3019", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b68e0a2b40774635b29cf33be73763d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f3dcb33002ea40aa92cb59a9a67bf691", "region_id": "RegionOne"}], "type": "admin-logic", "id": "488ecae44e224377af6de930ac319667", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "29cdc407718042c7bf63903637dd1b41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a454f657361843ffa2fc29e463222dd5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "c1234c2b65854e9ba55ae2bcd138824d", "region_id": "RegionOne"}], "type": "registration", "id": "85c2faf9c4534d0da189404ec0bc39a7", "name": "adjutant"}], "user": {"domain": {"id": "0b548109a8604d18a839da21325390ee", "name": "f58de8bf93ed4ba88ec5e61fa3f3043a"}, "id": "8820865746ee46948de379895a5f851b", "name": "eba8dde14823478487ed73525dbd9880"}, "audit_ids": ["963236be48b046c29e0f58afd2896dce", null], "issued_at": "2019-09-19T09:04:52.005169"}} {25} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_resources_with_stack_object(event) [0.035506s] ... ok {13} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_find_stack(name_id) [0.035137s] ... ok {15} openstack.tests.unit.test_resource.TestResource.test_cant_do_anything [0.035719s] ... ok {10} openstack.tests.unit.test_resource.TestWaitForStatus.test_timeout [0.222236s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:52,001 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:52,007 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:52,012 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:52,017 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:52,027 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:51.963362+00:00", "project": {"domain": {"id": "9f7cad0e7f0548128ecba7fae1a01b19", "name": "c550f84e68bc42aa844350d40ac9807d"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "bd8225c938744b63a5b741cad77b9273"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "89c956a1e85a4804b0eb23b1e8d8c399", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3f0ff05213114af6a7a5329289c37c97", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "eae2e215a1314b3589fd7463b0f9876c", "region_id": "RegionOne"}], "type": "identity", "id": "1875d667c5d149a780fab814374e7eb4", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "67f32981a0da4b6ba4455c61241ecc9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f0d8f245e15b432f9823297d7083e70c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "8f8c9045a1764beebb4688fdcece9229", "region_id": "RegionOne"}], "type": "compute", "id": "8ee436e5a8df4ce1848a26826d13c32b", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "91c79e52c3ce446dac14ac0b2fa3d463", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "64e7fe0880d34800bbee5e261b1b4401", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "6d11fde451a0448aa8829c25356fc3e8", "region_id": "RegionOne"}], "type": "image", "id": "dd97690728064500bafeb8f6b7547ade", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "09192eae158749ce8f509898e84e8029", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "18c8719a17ba417c926c19523b712f14", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "9b1a1fc5446749288d5024d7b5b33252", "region_id": "RegionOne"}], "type": "load-balancer", "id": "fad8f2760ea34b8c96302135f4b9b4ef", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ff722c7b820a4f2d83a0f48f1996292e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dc8c82ca49394dd09867638e4c06f7ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3938c1f88714e7a85cf7bc1f17f34ca", "region_id": "RegionOne"}], "type": "object-store", "id": "c75c937ba981442c976608403ed15833", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cb87c1fd599646c4a4083f90e076673d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "201a2cc29e414e0c826a7308a3900b7e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "646da7018a2a4c67a221fafc55268269", "region_id": "RegionOne"}], "type": "clustering", "id": "f27a6a37cded4eaaac4a14e26c3529eb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "fe79b5d3abf7487f8d63fa175e01201b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "6fe350581e7f486e851ef413768f9f58", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "54401d10dcb84e0bacb53e89b86626eb", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a223bcf1802c40bf86773d4548ba847d", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f846ecac92644e9fa1e29fd882574e56", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eb2b92f87f09470b8f633aeb320d8c86", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "1d1b5fc8406a473bbc5167b6f8fc7667", "region_id": "RegionOne"}], "type": "cluster", "id": "6fb9782305634d03bb1352f0dd4742bb", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4b8ddcc6b74a412f8fb4c420ff4bb155", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "85409501b53b4a1699e86ee838718de3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "7d0d93189eac4ef9b62e9b8f13e69e8a", "region_id": "RegionOne"}], "type": "data-processing", "id": "58da0485ddff478081934d0ae57968e0", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "93180142a893458ab2b6d134c612001a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "eca0132df13a4c8b9ac037dfe07feadf", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "ca3f46fbe7b748c1bad9df0c2a2255bb", "region_id": "RegionOne"}], "type": "baremetal", "id": "1383dfb12eff40c68d85a1c403837f55", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "447b0aba32774f4a9ed26c1c9e883fb6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "aeb3242fd76e4df2b65928e199bcf4d5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "843d088fbccc402c978d46196a010928", "region_id": "RegionOne"}], "type": "bare-metal", "id": "6e65d681603e4ffe99908476b8884d7f", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "606ff31f4f1c4540a4791c6eac6d8fee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "0aecfe8eabb14b049aca6f843cbcd314", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "2c2a274b50f040469fc354f8b3c520a7", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "5df589378814433e8f204a2e4df8ac77", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a4bfb6c76dd7452292e75f9802356334", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "5605367406cb43059bb75ee10f3ca6fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "2b136ec7598e4959a6420b305569b404", "region_id": "RegionOne"}], "type": "key-manager", "id": "6d021db4b5314863ae2ec381f591694c", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "113632f5388b4e65ab56dc7af60cdbab", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "a5246c0cc5bc4583b4028bc7d117807c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "ae8b069d69c44b409d97d8ae6d46dacb", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "970c0138f464484bba18ece63fdfab73", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c22abbf7e1c147b483f8ee0ca7630685", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ee99f06c9ce04109919d4cd7c5083167", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "35b127d6be584fdd9a667e7e282f993c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "c8a4e13e29884a469aa750f3fae57417", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8e743e8119604b4abd4d6cf0aa5f6500", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "37536857258641cca57edddafadba4da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "e1287e3c244e4a1b96c6c295868666dc", "region_id": "RegionOne"}], "type": "message", "id": "52af8330892a42f79572008f8fd3471f", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "c2dd09ac2d194f5fa25290b586dfbe66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "3daecf83a163418b81a2818aa90101e9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "7c3dbbe86d8c49df87f54f0156288003", "region_id": "RegionOne"}], "type": "messaging", "id": "50961539939b4265b2529c9d68a1f153", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "17e64656c104465db8dfb18bde9f1220", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f63bef34a1894ee8867519ec2b5c59a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "81fb1e2a22034ba4a06fc36e047b9101", "region_id": "RegionOne"}], "type": "application-catalog", "id": "978239190bff46fe922a868934b99c5b", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "43c753abfbe348d399ec2ec198cbbe6e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b68e871391d64c1282320de6693aec1a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "41bfcf3c92a44de2a0a0c3dbc048b6ae", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "c867d84300cf46ed83f1ee409901286c", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7d3b5dbef2da41a995b122e76bd078a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7df4eb1d74194d028018844fce451bce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "af25c96453d943c1bc4f5dd1491a8df4", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "860ce3d217e14562928d9a8d3bcfb96e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "20666adb02f54734bae3d13195d8b1dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "162801bbd585493a9bcde6831e28924b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7a95ccc37d38467f87e8535f4db9370f", "region_id": "RegionOne"}], "type": "container-infra", "id": "8c7f2c7fd0f44b0db8cd84f7a1b461d3", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "74088fafd7a14c708331d70ebc93b346", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "25994a218eff451bb3046cb8de22aca5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "9bfc11e96ac447db89c068ae29b0fb4d", "region_id": "RegionOne"}], "type": "search", "id": "330c055605a44edaaab9341f76c79031", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "e3ed1584bc254366adc0005238cfd32f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "439456a70b984048b08b0720c2c137f9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "672b7fab0d634cb6962eca498df3c3d4", "region_id": "RegionOne"}], "type": "dns", "id": "f53560f8edc14f56b01c79bdad363322", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "3657be9fbe234a24975063ac800d3cbf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "bdcd6586c02143cdb87f05dc9f2991c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a2a8e0b7067f45f3be29a534369a15a9", "region_id": "RegionOne"}], "type": "workflow", "id": "4f07426a28464951aef82ebaa28b92c4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4cf6f0ef77424bc1bca9ebc0e4b3fbfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "7acd9d895dab4b0c9d6b251fcfff0c99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "8b408993bad14c89b9005ff1023153a0", "region_id": "RegionOne"}], "type": "workflowv2", "id": "2e93cbc260ac42c79e449ed38758634b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "6bb6c84287854895a470e9f24f37a0cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "bfc2ac4fca1b479aa85f868779897f87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "c71639c2328b4bb59e38c0128bcf0afd", "region_id": "RegionOne"}], "type": "rating", "id": "7b1cd0b6b58e47aa8811d94ac28c151c", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "6a517a93bf904ab29467de117ee73cb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "eb470afae4674adf911a3aa72e27928e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "45b49d6fffd24e99b9758c7ef7e51388", "region_id": "RegionOne"}], "type": "operator-policy", "id": "24cfa778e241477c8d42533bb358d94b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "330b3ed0f54d435a9096bb6adf9452d7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "4250eafb42a34075bc6a78176ed66db7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "4ac46260fd914feea37c66b4336bbfe1", "region_id": "RegionOne"}], "type": "policy", "id": "f402c695cbea4f28bfbfdd7e0f3e249d", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "f19145877c894552be6e77f22e6b8ca8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "b821c0335b324511a838384eb1de9c35", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "f47c4ef6f885409db2801c9389741b25", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "cca1356974f44aedb1cb0a558fe3e9c9", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "6efa88d86dbc4ef29d609baaa687d99e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "210fffe951684f76bc1d0df9e8b31a3c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "66fb90ec832b4f4896ac614b596bd16c", "region_id": "RegionOne"}], "type": "sharev2", "id": "c3b62bcd32fa45babdcc923aa538ab77", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "491141fe66d3413ab4e4faad5b6c0aac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "dbe07d3a9aa748f7beeba644b8cc72ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "4845bf5d8d014a4d969fe127d48a6b39", "region_id": "RegionOne"}], "type": "share", "id": "d057d78f7eea42a590504a0b03c108ab", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "4f524c38c3dc45ac9cca191f9b915a4c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "42b7e861a9cd4408a35b3585acc1319c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "46f2668204bf482989090bd7f062294b", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "4d3301f9f7134cf2befd30084b75d9e6", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d43baf4deb884e24a332f320e7d9c03e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c4044617e8764436a3457a473213c0cb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "15f9b3b3a24947078c248ea0f55a1fd2", "region_id": "RegionOne"}], "type": "orchestration", "id": "6e137d522b98446cbc37100439076a57", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "054c2ffc6f7b4d079e7053223cbda276", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "dacce76c089145f4b387e31bcae8696c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ef5d5247ecec4323bd12c975c732513c", "region_id": "RegionOne"}], "type": "block-storage", "id": "98822e20f843490a9b9339b41c88c83d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "68a7485586d94a98b17661a896ed2466", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1aaafbce7dee41c9a35e31b7078a0026", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cdb757d19999498393271fa8d4798820", "region_id": "RegionOne"}], "type": "volumev3", "id": "df5a477113de476f8ca292a5081b8541", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea33c88fd61446a3bbf15ac792391d66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7459748dd24740d895d1163151024b29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7c49f9ea451f4dd8afdc933a5b3c9993", "region_id": "RegionOne"}], "type": "volumev2", "id": "5b68a2b2f4df4191b571c3fea80de6a0", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "356a0da9c3624ab38f37ab34bb749644", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "5d70c5f1909a4a588b8ab0f0bcad93a3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4120a9db59ee41148fb82fd8d833e441", "region_id": "RegionOne"}], "type": "volume", "id": "5dcbbe9c7db3497985a79d942cf0f790", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "32ed952687a3457ba6adc00b42e4b8e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d89f7858ded8485095c1eb760135d9ca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aaf9aa3a742c4225a2e178fd2662c3eb", "region_id": "RegionOne"}], "type": "block-store", "id": "c45243dad6904714b23340643dfb154f", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b39782439f0842cf86015b2fcb606d7c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "b3f5b9f84aa240c3819e5be2e2896984", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7e334dbcde4546eaa4f310535e940382", "region_id": "RegionOne"}], "type": "alarm", "id": "54811d7b91bf4b068404312a501babfc", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "45e589c35bfd499bb39237c0b143fa38", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "c2f9576a3e49404f95933ea5f36a630b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "864062facf3643f19142a925808c1106", "region_id": "RegionOne"}], "type": "alarming", "id": "1c1ae08049fb4cfbadd68dbc3d8216ff", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1e770ac25d9d469db215a1236be0f0f3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "45a485d6be5844cfad2c333ccbeae859", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "b7d8a7d561984d47890521dc474083c6", "region_id": "RegionOne"}], "type": "meter", "id": "97b70165feb242dca2414c83d775790a", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "9d632ead2cbe45fd83fdcb6a935d9e91", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "98e864e51ea54b42b4cd05358e70c7f6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "59bad69f68854413bfa2390ea854d9d4", "region_id": "RegionOne"}], "type": "metering", "id": "cbc21449d7b4421d944d933007c1f401", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "365d1a55f49d4f449a6da48ffdfcc9e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "b9393f9d72254ced887dcabd639ded05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d982147bc6204bfba5f1dba1c6a528a1", "region_id": "RegionOne"}], "type": "telemetry", "id": "2bf089e9ced947b5bfac06f2832bf3af", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8f375c694fbe4436b7a7bd4a8e674687", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "42540cad02d94c64a5b2307b018ae425", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "ed426c13ea1f495e89a561b70372be8d", "region_id": "RegionOne"}], "type": "event", "id": "292a661e5ab44e3fb91e1a6e8be64788", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "fe53f29dd4764574b088683337ef6182", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "73c95d1457da49919752889f493f524c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "a8f362246c2d4ec986fc055819280792", "region_id": "RegionOne"}], "type": "events", "id": "188bbbd3274843428c684756798f6f55", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "7fabe57693124f1da714b811afb51a8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "a157464f89324d43898464f9fa2783c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "53ee906ab9d54dc086c2e68ef2ed3a3c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "26170de59f0f4006966016042cdfc67e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "53defda5d3324e0eaaf75c851207a10e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "62052b8272af42b3a3ceeb3ead1069fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "e6d51c92484c47c09ecb0448cededc2b", "region_id": "RegionOne"}], "type": "application_deployment", "id": "de80ff30da2a43319e807f8e0aabf294", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "fb26a5dfd179439faac4615f32c56183", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "9f7106f3ffba40ca831408196a0c8bc7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "01af86d104bf4b5a8fc1990687da51e4", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "3f7d709f46b54e3dbc0fb820c28b1fb5", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "089e8ec7859e47bcb9d9880280cb1293", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "c334e3b040e547f39ac55f57f2f45a23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "147a7b01b2c4438da2b89a1de11de481", "region_id": "RegionOne"}], "type": "tricircle", "id": "d6fedb54908740938c6deb66fa9edd08", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "88422eda891c4c70a55fb78e96ec36d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "807b1bdef67a48668896e7b9ff81b996", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "f5ff290550e24505aee9fd91e6215ed1", "region_id": "RegionOne"}], "type": "database", "id": "25240dd084f44b5b93a287e5fe25630c", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "96c585df6ad34640857413194430a696", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7fcbb0c1281c48d1bf214d71cd7a918c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "0d780b1fd0e5417a95451c91c92ed704", "region_id": "RegionOne"}], "type": "application-container", "id": "1a08ab24986540a08171e6153974d69a", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "138dbce18a3f47a295649269d9d0505d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "40f5ec35467d4c5687a9bbf6a0c31e8a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "e8ee354d8bf34ea094a04131a671a929", "region_id": "RegionOne"}], "type": "container", "id": "f2c05bda4920464d90d5a689ef1ca97d", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "524847a4cafe4bfab3e69818e49a51cb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d2b4d49d96a5473d8f9e9216d64acc99", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "00c8dbc297a04c61985544219925c6c0", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "037a131c07c44ccda094014a78675c97", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "d74a6d1e46ce43b198d0494867487bf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "e23d0ed30672435db10f329746b1986a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "c1c0b800db8e4ef8a395b1852d0ca829", "region_id": "RegionOne"}], "type": "rca", "id": "1a094ebfd06b48808c11286f1bc3d712", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "acc4f3bdcf68463ba4d98dc336b09e8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5a115090e85944598e8d6407e379fcca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d5f53044012747ca9b615d8390c7f896", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "6c8a7928fbe94592b4e4633bd5588126", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "09b25c8a08f5433abf7b356bcfad117d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "dca23a6e9db548b7b928a253638f9296", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "24d2f72f693d4a14becbde10526a8ea3", "region_id": "RegionOne"}], "type": "network", "id": "064068461f564d4e995b98c7659410d6", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "9650a57e40a549118c1ee4e8b39d4342", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "7b80bd778ad248a2b2c3e912db795b4e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "0b5b2a35625643a18806950fea44123d", "region_id": "RegionOne"}], "type": "backup", "id": "461f113659b14bc28bce591c1d01936d", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "bec27b44202844d39042c62c1a82efaa", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "99691574041949bd9fd9f0786c14e3f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "7d58590b889a496eb4ededc1684ed6dd", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "b7f9268624ca4a00b553a35cd8aa158c", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "a3d610a56e1d4bb7b1c3e9c2579c1f93", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "2e570dedeee44f74a41b862c976ea087", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "5b3edd10bc5147bba2e2df2ad467bb51", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "dd54194475b54590975823145bc8de74", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "1bd129ac93ca40b5ba9f959dde2687a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "4d71cf5477bb45dfa7e9b8993bc8879f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "7270eed52cf94478b20983bc5391d8ed", "region_id": "RegionOne"}], "type": "monitoring", "id": "e0a37340fdcd4b0c9408b6e3643232cc", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "a6b87ee2b81c4fed87a347dbd0f93c0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "ef246b18bb094ac7878b9eb692e5b900", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "cc356b77d260403593a12e9b100cb4e0", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "c3fa1e1e267f41b89b4cbbe2ae6e5527", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "1edf7463dbfe4180a921e80f3e62390d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "99f63387c54f475889e8fa3d58396aca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "7f5d1a9492aa48c99f56185816147c0c", "region_id": "RegionOne"}], "type": "placement", "id": "113542e558344b8a9cf1ef0573df3439", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "41c8c970477c459f89bd91256935a2ce", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "9d7d1e2bb60043ffbfb7dd321a4545fe", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b24dd21e80134343a277e34d53436a23", "region_id": "RegionOne"}], "type": "instance-ha", "id": "15e87aa8ec134f459b6ef1cf1ea1f63a", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1ac3f2cdc4ab41babe2e878bebc7f07f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d68c44d5785545e7b6f8ebbbafda2451", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "b695dfbbcd5047249de5728427612a77", "region_id": "RegionOne"}], "type": "ha", "id": "22074040ad9645c3ab15f6cee8cc05ed", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "637921e604634a2da67fab9a59fd6606", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "0799bf9b4a5646e2a0cb4345d74f37c2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "8e27031342df41219c4805f4dd408e30", "region_id": "RegionOne"}], "type": "reservation", "id": "8c18fba3213f4a649b873a6501cc7b98", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "a301fbbede064e44838be867d23c6c9a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "94537a1d193b44489482e2a333ca8281", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "fdb40ca6dcfa4df8a9c0b11f145498c7", "region_id": "RegionOne"}], "type": "function-engine", "id": "ebbbf3b5ce8643f5ad8b68001b04d113", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "68398c3b77974823bc3853b30ce1aa98", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "eb5176338c07412eb838b04af8f1d47b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0521d283e0494f7690ed990bf87dee08", "region_id": "RegionOne"}], "type": "accelerator", "id": "423780e8c7f1464ab78b404d672223ab", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b58e0013951d411bba5636191ece8f1c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bfedb9822175433fb4c9a73125966c98", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d523006251734fb7bd0b4b5389c08046", "region_id": "RegionOne"}], "type": "admin-logic", "id": "c292b34bfe32433dbd55989d81ca997d", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "72ee259894934b38a2309f0dd6b92d33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f8952eda35374ca6be52759226f454e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "a590de8c3f2a4fb29780d07082b4d15e", "region_id": "RegionOne"}], "type": "registration", "id": "2002248a53f745feba159c11fffce3c6", "name": "adjutant"}], "user": {"domain": {"id": "0859b9feb00c4bdb87c61a96d27099d2", "name": "61aebeded5994fc4b1caa4c4d1a6a7c5"}, "id": "40e7d142abf749b29ca3af3383263b1f", "name": "53f15c745e9b4ed29e5b9c9f17765b73"}, "audit_ids": ["85646da80a40445bb19f31775c24c27b", null], "issued_at": "2019-09-19T09:04:51.963362"}} 2019-09-19 09:06:52,079 openstack.resource Still waiting for resource Mock: to reach state loling, current state is 2019-09-19 09:06:52,086 openstack.iterate_timeout Waiting 0.01 seconds 2019-09-19 09:06:52,090 openstack.resource Still waiting for resource Mock: to reach state loling, current state is 2019-09-19 09:06:52,096 openstack.iterate_timeout Waiting 0.01 seconds 2019-09-19 09:06:52,101 openstack.resource Still waiting for resource Mock: to reach state loling, current state is 2019-09-19 09:06:52,108 openstack.iterate_timeout Waiting 0.01 seconds 2019-09-19 09:06:52,112 openstack.resource Still waiting for resource Mock: to reach state loling, current state is 2019-09-19 09:06:52,119 openstack.iterate_timeout Waiting 0.01 seconds 2019-09-19 09:06:52,124 openstack.resource Still waiting for resource Mock: to reach state loling, current state is 2019-09-19 09:06:52,130 openstack.iterate_timeout Waiting 0.01 seconds 2019-09-19 09:06:52,135 openstack.resource Still waiting for resource Mock: to reach state loling, current state is 2019-09-19 09:06:52,142 openstack.iterate_timeout Waiting 0.01 seconds 2019-09-19 09:06:52,147 openstack.resource Still waiting for resource Mock: to reach state loling, current state is 2019-09-19 09:06:52,154 openstack.iterate_timeout Waiting 0.01 seconds 2019-09-19 09:06:52,159 openstack.resource Still waiting for resource Mock: to reach state loling, current state is 2019-09-19 09:06:52,166 openstack.iterate_timeout Waiting 0.01 seconds 2019-09-19 09:06:52,171 openstack.resource Still waiting for resource Mock: to reach state loling, current state is 2019-09-19 09:06:52,179 openstack.iterate_timeout Waiting 0.01 seconds {25} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_validate_template_no_env(sd_metadata) [0.037112s] ... ok {13} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_software_config(stack_subres) [0.033987s] ... ok {15} openstack.tests.unit.test_resource.TestResource.test_to_dict_ignore_none [0.035027s] ... ok {25} openstack.tests.unit.orchestration.v1.test_stack_environment.TestStackTemplate.test_basic [0.034096s] ... ok {13} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_software_config(sd_metadata) [0.037114s] ... ok {15} openstack.tests.unit.test_resource.TestResourceActions.test_commit_patch_no_retry_on_conflict [0.037614s] ... ok {25} openstack.tests.unit.test_proxy.TestExtractName.test_extract_name(slash_servers_bare) [0.033775s] ... ok {15} openstack.tests.unit.test_resource.TestResourceActions.test_post_create [0.038024s] ... ok {25} openstack.tests.unit.test_resource.TestResource.test__getattribute__id_with_alternate [0.034327s] ... ok {15} openstack.tests.unit.test_resource.TestResourceFind.test_single_match_by_name [0.034944s] ... ok {25} openstack.tests.unit.test_resource.TestResource.test_from_munch_existing [0.036002s] ... ok {15} openstack.tests.unit.test_resource.Test_Request.test_create [0.034981s] ... ok {25} openstack.tests.unit.test_resource.TestResource.test_to_dict [0.035283s] ... ok {15} openstack.tests.unit.test_utils.TestOsServiceTypesVersion.test_ost_version [0.033685s] ... ok {13} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack(event) [0.147907s] ... ok {13} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_environment_with_stack_identity(name_id) [0.034425s] ... ok {15} openstack.tests.unit.test_utils.Test_enable_logging.test_warning_file [0.038301s] ... ok {13} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_environment_with_stack_object(identity) [0.033375s] ... ok {15} openstack.tests.unit.workflow.test_version.TestVersion.test_make_it [0.035153s] ... ok {13} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_environment_with_stack_object(sd_metadata) [0.034102s] ... ok {25} openstack.tests.unit.test_resource.TestWaitForStatus.test_immediate_status_case [0.114623s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:52,404 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:52,410 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:52,415 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:52,421 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:52,430 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:52.367657+00:00", "project": {"domain": {"id": "731be323b05b4a3f91fddd176abfd847", "name": "34d2788a337b4ac7b00978c7ad302f43"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "80057b7a715649218a5d26cd3132dd3c"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "f323d7e81a774ba5a37bf2169d010db1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "5640d5492edd4880aa847c11196204ff", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "780c9a106ec447f4a9a3a36c93f49370", "region_id": "RegionOne"}], "type": "identity", "id": "e43a32ae4a80442090a4ab2fd8e67ea9", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "9cf2289c14c74875b847d9ea33b28f0b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "dc584914eada4d07b8bef1da3f2d172f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "b7c8c6e27d3e473eb1a6ca4c8783df77", "region_id": "RegionOne"}], "type": "compute", "id": "64e742052a96484188fb689afec60032", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5f0d48fc197d492e9dfcf5d7326c4ad3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "fd519ad6088b47cca3afdbfd6d391d05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "882f8431ee8a40f4873cd06518b1cac1", "region_id": "RegionOne"}], "type": "image", "id": "bf09fd0e49704012bcc7b1774a28406b", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "6cbe7104ed314e66ac10f6b3a4cda894", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "f2cf8bfa7902458bba0f720dad567bd1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "45328df09b2d453ebbe92b3ba76a8726", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c83053d96d164a08ab71266eecc82c76", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a70e47a2a9bd467898fa1ed17831ea33", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "06a11e9d6f664f27965adfb71de2e658", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "19ccd5e52e1c4caeb047bdc4ed82f4d8", "region_id": "RegionOne"}], "type": "object-store", "id": "18eb580081924e66af30ef94f8fe6cb4", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "59e75f006d724acdba22afec01d41da0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9cbc278c40d847adbb2c08f969c54193", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "280e6215ccb2434f94e0bf25a1b6e90b", "region_id": "RegionOne"}], "type": "clustering", "id": "2fe6308a7b084077a0c8c141e2e48330", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "c2b74e5c4853477887f86712470de171", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f1af9dfe8ad44b22bdb70d81ab464d9e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "f911c9ee8cf14fe69a85a1f07378a196", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "311583df1f624d9ab43e13016ad8cb0a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "f36d93c1cace4f499800ba485b01d98a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "e49ec386a30c4cf386e35a9153320ac1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5c6607d60ade414c975f4f5a9f698b01", "region_id": "RegionOne"}], "type": "cluster", "id": "32971c0dd9424b3c889d47bdb610032a", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "dc7fe9c6699744f4868ba98d2c067691", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "d2e3107afb034f079ecc71efacafbc3f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "46660c4eceda4a3cac7f17d0e03a2043", "region_id": "RegionOne"}], "type": "data-processing", "id": "2f503c82eaac4abfbfd066258786a71f", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1ebf7abc699e47ec942eff22d036590a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "ba45550f541d41dbab88058ec9c96800", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "9243aef3e89d42efbedefd15d759b25a", "region_id": "RegionOne"}], "type": "baremetal", "id": "2fa573ff6e9a45afa42e87968305d9ce", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "c60cd2a1f55b4a6ea6de4efb5cf8158d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "8cbea6d8865444198aef14ff304d65da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "588e39b958a9472a92aefd10a2ccd690", "region_id": "RegionOne"}], "type": "bare-metal", "id": "07a4b52a56b842d58158c2902286f52b", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "c0e0d837a904400a8d2f637424cb342a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "2741931eb744488ab544cc8f86a5e276", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "9b03aac8063e41de913bd2eb34252958", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "0f16a5493ed7460c9322672bc2325e41", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "13a2ce820ea54350aa49c0a270152887", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "859468b79daa47e58d9babbe8abfdbce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "c3103840fd0c49be879e269c68f834d4", "region_id": "RegionOne"}], "type": "key-manager", "id": "857e60d4a41b495da007a41a803023e3", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "dfd606fd73494b5bb0acbb43dc9dd6e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ac67fa6edb8e43a6bed207fbfc27407e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "61d9ecb7fd5c4382acb136acccce261f", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "d08a17abc16f4334bead7ccbbe6f357b", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "1f30e3eb88ef42dfabea1e5fedb4a4e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "3244c56f403e4a6e91d0d16f5600392f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "47d9491812824a8693780c795ba1221c", "region_id": "RegionOne"}], "type": "infra-optim", "id": "7cbe940b9b524d55a51529eb0cd73d7c", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0181c0a422344743b491775f9c3b5065", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "a71b20f30b5f461a984954cfd1813a56", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "1325a90893e64059a85366b8afc7827a", "region_id": "RegionOne"}], "type": "message", "id": "a605490048ba4139bd63aa8cb70da0e5", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "9e968cb612904530bbeee7bf7a45b604", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "ff27fda883b94354a119eb59b2e3cd5c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ff4cc47607694d5cb58664117501552e", "region_id": "RegionOne"}], "type": "messaging", "id": "f96fc91a213345d082fe488b420178b8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "4a6caa89e1d94d3494c08c9036cc4c61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "a5b8e06756d84b16a85907acdad4723f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "8e56a281be694a3f9040993e6052d6e4", "region_id": "RegionOne"}], "type": "application-catalog", "id": "0ac7b6b3dde94e4c91d36b2fd19e77c6", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7db3f711eeba4ad4b4ee9792b32ba540", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "10168671cb7f4cc285bff742d4a7a9ce", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "68c293a788694f5b9914d035a8eeac58", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "cd15e743bdb1441e824f093b59433a5b", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c0416839cd5c452990b1936dcf8229f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "009e5bd401cb428780b1534d8c8e1fec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1a42d9d4dc7c4a1b847e6b6acc33ffb4", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "87a7c917d3ba42be8481d4831f574233", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "02c6342423a645939a2fbabb69d56955", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "b1e9c0b9a254456abad53ee80702062b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "6293a367af4444e4a5a6d07a03ff7359", "region_id": "RegionOne"}], "type": "container-infra", "id": "b424e74424924f8bbf35425ea740f620", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "893b8dbd9c1b4adeba8e448acc355b68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a7ae38eeeee546b3ac59d26b129205ea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "2595f1f43969489c86164c67bd2e2e4f", "region_id": "RegionOne"}], "type": "search", "id": "c1a3769e300b4a4f88799272f768961d", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "a593b9a994eb4962a2700d10b2064f22", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "c19df376f1af451a83edf503210a7bf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "818392f3b62f428a9c5e4fbc5ed78329", "region_id": "RegionOne"}], "type": "dns", "id": "040c22931b0a41d5ab6388b429b337ab", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "83e042c78a0542bfa65065763314d95c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "0ad2662790be4970ae1e31b55800e680", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "a51721dc541b458e986365f57ff9c4fb", "region_id": "RegionOne"}], "type": "workflow", "id": "52b6b37fc0d349b98b440c5879b0489b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "6fb4b647ca5d412795c94671c6afdbb2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "77dd1f535a5d4d33a978bcee908096b1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "bdde673d7dfc4c0a8451b7c35d20f0c3", "region_id": "RegionOne"}], "type": "workflowv2", "id": "70282d9f64ea40b5bff664e02e154b53", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "66a806873ea64f39b26b482f58811509", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "ae4eeed9b1d9475d8bb98c413bd23fd4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "9f6273dadf0c440aace33f418ed7c112", "region_id": "RegionOne"}], "type": "rating", "id": "639cb18dd8ae4cf69a8dc010611b8cf7", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "20cb962dff5240b2b807dc4418901482", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "813297f49bd946d19cc927151cecada7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "d228e22f31404ee7b1f33877bd815e3b", "region_id": "RegionOne"}], "type": "operator-policy", "id": "b18f04f4781f4ebf9ab7ad6c6e5e6709", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "37b8231415ac4898b94d763467400157", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c8f8e4dc79074645b613a3e4c60ead25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "2b308afeee374a788fc3bc6b0ec6053c", "region_id": "RegionOne"}], "type": "policy", "id": "ef9c6e861dec44d698a96d4e4ef265b5", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8a1d96bf412f4993ba0677b803dbc2f9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7b93cf5c87d647fb8ca87c7db8bc4eae", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "e516f85d54f44b27bf1fb7eddf86bd7f", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "b45bf3ffba3649db88474bb9df016348", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "72ef16907d2448638c92ee9f2d4a3ac9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7bee8152983c46489e73ed470b7b3b66", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d67ec70dd9b7404d95cdcf5037c61b0c", "region_id": "RegionOne"}], "type": "sharev2", "id": "06420153dd3a48d6bc17176255ce565e", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "7907181371bb42528e3de8e3a991d4c2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8bab4f132cea4bdba5855e7e928ad68b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "33964ed0d5af41d99b2ba76e0c8e0b00", "region_id": "RegionOne"}], "type": "share", "id": "4579ed4776e7486bb471a9eb1c5112c8", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "37ab90233e624cfa8ddda33ab6822b66", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "85db7ce93ff2424686453ea271ef74d4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "fb7377d88c964604bc09071a4fd4f5fe", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "d806b60360f8413f9afd8896097817ad", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7ab42c7756f74045bc6442acd4dfa310", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a18c9870300d43f2b8930bfc00a51347", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e83a9b6f0e5345148ef1c291bf2dc8e5", "region_id": "RegionOne"}], "type": "orchestration", "id": "c72bed74246c41de8d332d2b3812aa58", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "830804a3f426497ebcebc40575857e15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c2fbf6357a434a41aa86781bf56a8eb4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a2e542eb2a4c4899bd5831e8becfa146", "region_id": "RegionOne"}], "type": "block-storage", "id": "cea73279021849d198f7ea0e9210ec56", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c61b1177551e4505af478f33aca0e803", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "87499ffc494c4fef98ed000061f3f36a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c05361ef4b64415e8a175d842a34b183", "region_id": "RegionOne"}], "type": "volumev3", "id": "f204298e9a3e42788c7ec4069b97a784", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b1ae4f2e38e24ddf964b813ca4ec4fbe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a98bf92751974dc1a84a6acd0fdaa8f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "999a9d6020bf47f8b76ca054c82bfd79", "region_id": "RegionOne"}], "type": "volumev2", "id": "dc3aa6f7002e4a59b6ac47d471c3612c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "aaba6f02f31a42c4b587b8ccb6ba213c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "9ec16a630b7a4b5cbd07080e9d78eb33", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b18a2315595347e48ff43a5440444426", "region_id": "RegionOne"}], "type": "volume", "id": "c65cfd5d47e74ea4a55df6abf95fc129", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c40efeff30df43d69e378fa4478e9e2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "a7d44b13c8874c97941d20266362689a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3a44e5b3364c4ffda98b934912f3a41d", "region_id": "RegionOne"}], "type": "block-store", "id": "aedb73bf78374deea552e3e56a5a846b", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "83ccd4e5843346b694fbb46cc9b99bfc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "e39321bc96924e60afb3a978f42dd60a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "27b42415351f477b9f7628fc154c9c95", "region_id": "RegionOne"}], "type": "alarm", "id": "e140369b95644a09b20201d3a6f30f32", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1d221e0fafeb4bbebe2b04c94512a413", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "6f9a1772bfc14e6dbe960b26bc8496bb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7f5e177c479d44aeaa8bb0e82d16f814", "region_id": "RegionOne"}], "type": "alarming", "id": "7c0cfef706a74244a7c29546eed256b7", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "597be308c16549c4aee2f2fbc39bf70f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "1208e65751a74565ab357fe0352ceb57", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "09e57d849827481b8f01e78e5fd61ab6", "region_id": "RegionOne"}], "type": "meter", "id": "21992380fb22425795fb12557b3bff91", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c9e706b5311447c4a0438d4cbe0aeb68", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e00bc26120644cc6adc84e73bd378106", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d9916d03ed7a4d5d8cb43b0f1c410c2e", "region_id": "RegionOne"}], "type": "metering", "id": "4817556431274441b9d923cc4b3032be", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1d5b226ef0e24decb68da944d8fd9bb3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "14b4ebd648344ad8950a7db2cce88dca", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "02501b931c8f4800bd57b02f134130c8", "region_id": "RegionOne"}], "type": "telemetry", "id": "d6d2e5d8754c4c6bae05634aac1b9148", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "8fc5e622c79e46e58bb58121f92eea7b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "d8a0193fcb1b42ddb484e2576e863ab5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4368365c473446aabf6e39cff2de2902", "region_id": "RegionOne"}], "type": "event", "id": "85d3b378ba3045c08001efee249ee49c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "cbb9fe59c1f749c3b6fd3e647a297ac5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "e7f1de1edc0e4059a357c2dbeabafa71", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "83282223d16947f28191f034647dbf13", "region_id": "RegionOne"}], "type": "events", "id": "b9f6ef18c45c41bf896e9ff46deebd5f", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "106f3b99f7db4838b6d17702c7cd200a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "09acc7a3134345e4a9b1a13962dd442b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "439e09f8ad1b404880d6c411aaba1e74", "region_id": "RegionOne"}], "type": "application-deployment", "id": "94f17cadda9d4a989ac2b7672c2e48b5", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "70a8495c671a488e8503749d9651ffd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "939cc94bc0dd468eadad34a4b2d00187", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "85db1da233d546f89e5839b0742fb132", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e001182579624270bcc34c46e1aabaab", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8a0a0169146449fbbd9f4fabbbd6edbb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "0ea5b70321fb46489160ac2d553c35e6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "196578fa6659487ca0cb35ce7536749c", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "05c9ce62705141a2a9e5954506d0ad59", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "2437ee5d555348d4ba6f07b754a25831", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "6eb6f68bd03141188679fb76859ff131", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "d67b0b41a7d34e2c915fbeb988c4aaa1", "region_id": "RegionOne"}], "type": "tricircle", "id": "774f508fb8c645c2bb98cf7f90659ce4", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "fde360ecdb61433cb0a41de5910fdc13", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "16ba115ff7b6440abb23df5499389270", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "330ff2397c684601907c3b79c4319901", "region_id": "RegionOne"}], "type": "database", "id": "3033b0e9001943da9300d8c17722ee0b", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "5ba36c1184eb4500bfdd674a8d5b9d1a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "4979c39a17a849118ddf470cd800eed8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "1df369d78ff249e1bf277d108563daeb", "region_id": "RegionOne"}], "type": "application-container", "id": "00d59e3a2daa4170ad692ba0974b8bf1", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "12354fbe236c4f61b20ab05953549778", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a86b4bf796c54b708ad4c20bd0bb0ed1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "b21330a85718458594cec9e8452b67a3", "region_id": "RegionOne"}], "type": "container", "id": "ba0a6531c7204045b18740f33b4d3bde", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "2cda2bda8afb4ac0bbaab482948399dc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "bb3fe74b81bf4d8a907bf509772d39db", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "29dcfaed0d154b749f8e4346d2188d05", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "731380e4e7e1483cb4aa1b988c410246", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "b7c7a810ec394afaa2fd3a7654fe6cda", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "3ec2405f88f94214b8f991920ffcf289", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "d8e2ad5f5c144311b3b40f2815167c8e", "region_id": "RegionOne"}], "type": "rca", "id": "05583caa295f4ca5a9b869effb0befbe", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "f9bde75fc53542eea7a1d596c547cce4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "53cb791e4a7448dcb87ad2382d63845c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "7f99853e0f58471bbd9d3907ea6a1591", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "bb812f02c68f4b4fb121fa03df95e605", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "32673d04ac7f424daee7681209005cc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "4225433b8d7f417d966ab4a1f9847e7b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "48d8121747ca45c79ce9c3504bdc9f71", "region_id": "RegionOne"}], "type": "network", "id": "a626d8161f474259a3ffe0e4d0b7c04f", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "64bdcf6a5672482a97afc5f6a7d0a591", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "48446fbd39b0454e9098353ff6c500c3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "098e18f5a89b4edbb774be681b235f01", "region_id": "RegionOne"}], "type": "backup", "id": "702ef2524c4847ee8a890bc42b258fdb", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "d9764cfa83a9458d9607e6b6dd6c01f8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "57003513e6c14e078437d59826eb783c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "93b1b01de8144d2a8fa2153f4e7ade06", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "91def7c728d54c99a9246b44f87e3fc1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "84881d9acdf14450bdc84e74a9fe1ed6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "82ba1200567c46f8b78d9052b038d2c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "c9fd883155874e70881d2906e79ae6ef", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "cf5cf21eb0b0407cb1fdc7cf0a1e644e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b8aeb67002c2413c9f365c0ccb216851", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "17f494694f6741758618613edb8f5bde", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "e487716ad2a545f39873c171ab463666", "region_id": "RegionOne"}], "type": "monitoring", "id": "83ba54df3c9b464b85c4a1e60e030c24", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "64d09e5276634051967733c877530f3a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "69254105ca59447ba5fa986c1eb4ad80", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "6a8bd19051e94e0ea84c9fa6395ff1af", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "d5f42d7a4bfb4745a1c4f9715c820dcb", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "f4bb6d699c2445c28bdcfd6c8dc3ed90", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "6500fd15497b47ada9b5f4b1c71eabf3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "3d202ef912b14b87b63f8fece516dee7", "region_id": "RegionOne"}], "type": "placement", "id": "d598ec44d9844250b6e895e4c5b89978", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "3d88931a7aea4b3a883fb2ba2addbf01", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1c3747be8196456bb82a1bde21c457be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "561fd83fc92d408bbaa4b95369d5d6b3", "region_id": "RegionOne"}], "type": "instance-ha", "id": "dd6dc35fe3ed4517bd0f03d212d47696", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "12ed91a4b66548938b9e304bd2717e70", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "c84233f0d34e4805a575e6580684c342", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "7b90e48ec0de42919eb82969db92be24", "region_id": "RegionOne"}], "type": "ha", "id": "ca675464b8fa4b1796b3c25c875be145", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "5a57a2be4dab4b87b903803195b171e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "b4c69b9f378244149e3a70388fd71e76", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5f4a8515a91e4b9cbb27b75307784f22", "region_id": "RegionOne"}], "type": "reservation", "id": "7d9bd1d5913f4ccaa48dbbee30cd6c51", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b9c3f129d3224a6db5ec306ff72205a9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "047910b731054b14a8efe1691c5e4e49", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "a1790b69e909473e83cfc27f22cfa10c", "region_id": "RegionOne"}], "type": "function-engine", "id": "d072af4d18b1464fa900e069e490aa42", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d3afd95a69e84042815571d9b23d4062", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "131c29104da144b59b0e45595a3daeed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "bebf83df0ac34f8f8fc8490963eb3a6e", "region_id": "RegionOne"}], "type": "accelerator", "id": "88f2e48173544a7fa9bd31c6b89203ac", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "410ad1fb3e0d48a9a58eec1b60f0145b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d5c0102d1b874b5b9a036e435c1d47b9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3fa448114db74fe4aa934b0f6b5a0724", "region_id": "RegionOne"}], "type": "admin-logic", "id": "3b2c5bad33994bc786531662465d6f60", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b6900ac9457446e0a6afd4a2740b23ee", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "89ff441d7f7f4dc8a20d9aa9add3567f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "5219f661168848dbb2d582d5f188d1ad", "region_id": "RegionOne"}], "type": "registration", "id": "1e8b721238f648bb84e1d79a720a5200", "name": "adjutant"}], "user": {"domain": {"id": "27c1daa71c004657b370726c9b6a7f25", "name": "d1b56040793d467eb259c5bd6a470125"}, "id": "aa358d8ed6144ff6a1159f6145c98b9b", "name": "970c21821309454a8d11c742d5ca6c74"}, "audit_ids": ["b88b8da9026349ebba8996e820e1ab7a", null], "issued_at": "2019-09-19T09:04:52.367657"}} {13} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_files_with_stack_identity(event) [0.038283s] ... ok {13} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_template_with_stack_object(name_id) [0.036887s] ... ok {13} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_get_stack_template_with_stack_object(stack_subres) [0.034044s] ... ok {13} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_software_deployments(stack_subres) [0.031917s] ... ok {13} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_stack(name_id) [0.033365s] ... ok {13} openstack.tests.unit.orchestration.v1.test_proxy.TestExtractName.test_update_stack_preview(stack_subres_id) [0.032982s] ... ok {13} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_find_stack [0.032887s] ... ok {13} openstack.tests.unit.orchestration.v1.test_software_deployment.TestSoftwareDeployment.test_basic [0.032447s] ... ok {13} openstack.tests.unit.test_connection.TestNetworkConnectionSuffix.test_network_proxy [0.121196s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:52,799 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:52,808 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:52,812 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:52,817 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:52,826 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:52.758351+00:00", "project": {"domain": {"id": "a8b1479aa2a9478e8304dac9a662a8cb", "name": "5079d08bfecf4dffa3dac031ea684ba5"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c0002d5205494799943f381c42314846"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "da636d87f2aa415dadffd4262c0a63a4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "3d2b95861bab4352a540d65b395067fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "398574e73fcf4650a9bdf0b1e3fee709", "region_id": "RegionOne"}], "type": "identity", "id": "a70c71d724ec47cbae1b2afc482040e1", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5b74bd27feb3498aa5c13462f7e99397", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "e4c7a94e699845f2a775cd1eac843c83", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "96532808fcfa48e59e21a294435bf945", "region_id": "RegionOne"}], "type": "compute", "id": "3a834c6774da4ccf80b0b9c7f014ea1c", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "8b9931cc50c6472c9fc1975bb634deb5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "52258503f6314b93aa29057b18676142", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "8f67675f883a42b3ba4a2a6ffb309735", "region_id": "RegionOne"}], "type": "image", "id": "8c050598164e4fe8ac2d28421f34ad5c", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "4d2f254a01874e89b25e1dc91fdeb6d5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "2794caf745fd4abdb3223c976a991fd9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "af86be84e443411f8a0edb8bd4d68b4d", "region_id": "RegionOne"}], "type": "load-balancer", "id": "9da9b5c84b1a40cd8d3e564eebaee3c9", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "635cf074f4224252b039293d29dc0cc9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b805ed01d94e4554a0a2046e3a658d05", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "deedf8584a754b97b9a4442be8e54789", "region_id": "RegionOne"}], "type": "object-store", "id": "7175f4b1455845369e82ddc7509cf17e", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b5b442f8c74440f6b4e0dc5e7245ec7d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2e04a3ff968f4e98a01019e18caa0ea5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "c77f98baa12f435bb826bc4d6d0a7ac8", "region_id": "RegionOne"}], "type": "clustering", "id": "cf89ca23e4fa4d5ea3680e656e304fdd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0eb5d37aec8a46918bfc44df6f6c9e0e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "bb0e71144ac2462585953d38e7ff5554", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4b5abf6eb4a14e8eaf3de626ce7d719a", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "c6d8781a6a314fb3b9b64c5f985e396c", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1348a61cf34a46f7a9c7395f9fdd5465", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2f68a364a8b742d2975003972b233ac8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "a18df7add26a41e882bcbb0b78f75772", "region_id": "RegionOne"}], "type": "cluster", "id": "be57c48d00114cd190ca2d7e133848e8", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f424f7b4b48241feb18556acf6a89d2b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "326510e95c5149b8a9073fce77d4b846", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "8e57a43ec516497c8f85c60a413017fe", "region_id": "RegionOne"}], "type": "data-processing", "id": "64232608a1e54c1a9ec0da027f4e9945", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3e1797fb5fea470098c99c3a09282797", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "e3a37f644180401eb25536c0e62e5934", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "b74270ea99f74f2fa4425a38a9db5d9a", "region_id": "RegionOne"}], "type": "baremetal", "id": "b68b5972e759489fb24c9f2964f22bc9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "b548240b229e48cfbbe25fdb2e374755", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "cca51a60d785493ab3f65ae4ab2acd88", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "932487d4d9ba4262aee66e7b46221519", "region_id": "RegionOne"}], "type": "bare-metal", "id": "0da494e2ea00433897328ee24d4a39c9", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "11a38f9cc8a648d1a22ad5880bdcbb43", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "4fe36a32796f42c09192e9c0bf100d41", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "db153085b33a478199c30550418e5e98", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "e7b78ecf893247378d20e1392a256539", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "b8ad117c579240eabc54d27f24958193", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "a78902ac63d049d8a67ab536828b7446", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "ebcf927a642c45b4ac25e421d8a44a4b", "region_id": "RegionOne"}], "type": "key-manager", "id": "549e19c7ad8f434bb74391e4d7a56928", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "81cba26a7ab6442c8c914a31e77de65f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6d2625ec6abb45a798c6161e47bfb4c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "8a242e4b28bb47bfaeb6c470aaa3cba2", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "c232802ac56742dcb66d2ef69ddd542a", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "233f55d0d8c84bc195f88b080852c729", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "cc514f3f21e847ac950cbef9ecbca4b4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "fd6a10b118fa4bd980f5e25ede01fd26", "region_id": "RegionOne"}], "type": "infra-optim", "id": "79f9c470797a4e91ae392bdf0c67ec15", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "f49fd17d074e4939958d4efa8d5df52d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "63171dd740ca423e9eee7b20b6746135", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "57bad9ae04a14780939f491569b1efd6", "region_id": "RegionOne"}], "type": "message", "id": "19107b4ff8dc4238aa935e9aa11d52d8", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0917ca6b447e4ab9839c380fdbf8eea9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "311cdd855909436bb9cdea712c476449", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "dbdff3acba874977aa1d3a492b213a18", "region_id": "RegionOne"}], "type": "messaging", "id": "5c50bc888aaa4c56bfc08c308780e959", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "c140ee66bf0a4c398ebb7c3eb0df3e4e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b977d1b3e2d740248cf0d801e3f90392", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "5865415e633f40d5875c61cbe3e6a64e", "region_id": "RegionOne"}], "type": "application-catalog", "id": "7743da76c2274af4b30bf27e55e09fb4", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "8c9ea8d422b74ebc87e5c495405a7127", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9df272c00fec4cd98cb94ce29009940b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1282bf730fc64d96abb0dbf104d38e1f", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "8bb39800d3474f31a1a75576637d550d", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "545d6ef47b464b489344ea82db4f85a7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aa5bbac33450418fa5d891cf9c0d6198", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5b90a54d635f4145bdf8e565f34d885f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "cc23868190c14fefa5480d3ec0472e9e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aec1450d45c04e6ead52f2b69486d8a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "723e5e4a10fa401d95b9052990a49aed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "3b46098735f44780a2c6ac35d9b66228", "region_id": "RegionOne"}], "type": "container-infra", "id": "d958e53e8a714692b6e92baf0c6e9d54", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "5e26841d24f14c78acd50900b6e7f787", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "8ec077ec0a3b40388426bf04f1184148", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "7e9f0d6584594e63888a1836f6abe316", "region_id": "RegionOne"}], "type": "search", "id": "c1e3c16e6c234793ae0dc812da1f1db1", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "180ef1bccf6442cebde81a36531508f0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "4e3be3dfa6ad4190b839dc7dbd099ea7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "9897542e27734a129eda1ec1dda28cb0", "region_id": "RegionOne"}], "type": "dns", "id": "9f290fb4d3654305a14a6ec4a90c2dd4", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "a03a164420f24756992043149a62f593", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "5fc3a04a388f4563b51d0a14e8e88b3a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "5c7562c659c1486aaa63b27f619857ac", "region_id": "RegionOne"}], "type": "workflow", "id": "d4c788f37b784af6ab54594cf4fe92e6", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "4ec94b6d2652468997a99abbe60efb73", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "04d63b0d5fc841b58e91040deb26d2ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1481353b5e2d4b7f8122fabade93a8e4", "region_id": "RegionOne"}], "type": "workflowv2", "id": "13026e0b30284c3eb1e3bd0db86ec55b", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "e0eca66754ee4f1eaea422cd8d6b669c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "5e1b876cc25546449a41cbad0ca66d60", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "ca19917b976147ca99290693ee3dad5f", "region_id": "RegionOne"}], "type": "rating", "id": "087102cf2acd4e9c9950f397bd102b5d", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "557037ab61da4a97a9f79c02d4e06779", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "29ceb28b14ab4b2c8e0fa485c8002f8f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c14b5e6689ee496c9589ae8fd54e5d3d", "region_id": "RegionOne"}], "type": "operator-policy", "id": "4ab542df86854d0ca03d219d66f4bdb8", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "5b15ee706353402dbd628a8b4eb78272", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "8fab6e55de394756bc9fbaa0d73db4ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "c0816d786ce14f1197f93b8ad2492e48", "region_id": "RegionOne"}], "type": "policy", "id": "4080ff3e76ba459fbb66b5a0d852abec", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "33d55d19819c44c699f98b67e9b199d1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "8873015bfed345ef9fde5c6347fdd1d9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "9b37dcfe76f74a03b194d58219c5a07a", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "8811c4ad019e4b3992bdbdd47610e569", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "66252e98309f4ac19511f8ad907ebf04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "bb7260058fc9477ba44d7043e558420a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "141769907e5c44f1a8c3d4dfec3e9bfa", "region_id": "RegionOne"}], "type": "sharev2", "id": "75c58d2755644481a33749fc910fa9d5", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "20ebecaac3bb4072b8236da2ab6077bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "4bbe940b71854c8db9f6359c1be987f4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "d2bda4860aa0407891fc6f4f259376e3", "region_id": "RegionOne"}], "type": "share", "id": "c7087f274d784d9099e6fe096ede1014", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "2c5ae00f9a23427095188f34108ffd0f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "10fabc200d6c47cd8601d2280fb68216", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "8117f8311bb1435781acef72b70f900e", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "89b3297c60fe44f48ad3077ecfcfad68", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e898e3b7bdd64c07bdb4c0c7ad0e27e4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54d2f2f1f193454b8c0452b539b94c42", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "26125b7d7eac4ceca767f5eb9f5e8325", "region_id": "RegionOne"}], "type": "orchestration", "id": "c5e5dc5384c6472d8d8ed779619f901c", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "acd504d38f3e4f09883ecf2ffd05c1e8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "74711b11c6d643e8bc11a16669b081b2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c28a35da5cb54adbb80893e2053da7f6", "region_id": "RegionOne"}], "type": "block-storage", "id": "a5a68cb9636445208751beb98505ffee", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c8766af3296b447a87793a0c63943abd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "76d2d078e34d4949b250999c4aa478fa", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "907081c31eff4f158357abcc02683fa3", "region_id": "RegionOne"}], "type": "volumev3", "id": "4e93b14c10db4f46a26193b6f65d091e", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "7d7df37b2dc24ac19ca17bd2ecd80ca2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3edbbc0b6e0042caace658efb8d126c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2271a1c36a4b472998ebc1633121e772", "region_id": "RegionOne"}], "type": "volumev2", "id": "005f54f144244b4ba8dbab8f92709d58", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "94805466ad514b5ba9772cc053633e62", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "039189f3a5d842e29e146c2a3ce136e7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "8396ccbafa6b4a5da6f8d20df881c963", "region_id": "RegionOne"}], "type": "volume", "id": "416e1eb4c4464a2cbac6b8d4075bf091", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cdc2c8bc5185498981a6ad6dede008c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f72ff57250a045ee9f872a04847cff2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "b117c5bc365d44fda05a71b2eba9cde7", "region_id": "RegionOne"}], "type": "block-store", "id": "a4d706e04dcb444eb5239daaf4ac624d", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f30ecb30a0714d079e427850b44a1cb9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "da11ab1a72144940bc8a5c8649665a23", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "0b172888db46477b8a447c5adcb17b40", "region_id": "RegionOne"}], "type": "alarm", "id": "32767e75a63946679856d2d0b90ff6e1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "2405855242f043768c02b81a50b6d9bf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "4afb173e2f024af3896c03f085434596", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "8ff6069e9e7e480c94b5de4ab791374c", "region_id": "RegionOne"}], "type": "alarming", "id": "5db66849c2534cbdaf3f8b92a0f2edb8", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b4a71da701f44dcfb4307e5f1e02b537", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bfe5baa27b2f471db24b12f7d5f7ef34", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "d252e5a26d1c424ab1adf0692d1b5dd8", "region_id": "RegionOne"}], "type": "meter", "id": "b23aa8f1a2254f5ab3b08b1d60204066", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "0a2e877ceb4f47b6b1f5efbb566621be", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e5f35679fdf141969abc30f6b0f0abe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2747c91ad99d4c0dbc417cad71ba9fc6", "region_id": "RegionOne"}], "type": "metering", "id": "e04926b0b4d7470395d1076dc4c3a729", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "d34cd309f34b4f4ea387a69008420bfb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "176b6b90ac2d41da980075b18a5587fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "5b77b79916f2418f8bc246b837a2b2ca", "region_id": "RegionOne"}], "type": "telemetry", "id": "0ad8036500dd400785c97b306f4fb8e1", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "dfc0f00a27604f89adf405dba984c4c8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5498b50e3a6c46ea92436461ff345eda", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "5589f16a2442462aa4617f2baa408d8e", "region_id": "RegionOne"}], "type": "event", "id": "e1e8a07108d24abe94168d36d51798eb", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "585579553d1341c68f1f01795b3b913c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "5f9f057a7b074ffbae0de91417b08b89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "6ff2ddae787a45259d8c428ed9194286", "region_id": "RegionOne"}], "type": "events", "id": "a774dfa6c5a04ec297961deba397d91c", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "e4be34c52980495a886765612989058e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "0fc2f323ce4943259908089904e3d706", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "d3a95dacb9d947d5baef42c41082e1e4", "region_id": "RegionOne"}], "type": "application-deployment", "id": "ac6264f8aa9149c994e6a43a73c4ca5d", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "c7c2b0344d0b43f5abb7b8a1cd0c8308", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "f0b70a6213354de28dd57c657eddb25c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "198e361221404a9aa4ff156284ceac4c", "region_id": "RegionOne"}], "type": "application_deployment", "id": "e4741590658440718c40e045a2bffb31", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "3f50563f70c7443d98d491aea08ea525", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "eccf74f5bb2e4ba2b1b6b2605b882489", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "76b162ec41dc43ee93caf60c50909eb4", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "c5300c971b0045079314679ac766b0d2", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "87c7bccd581f4da69221a87a7facec48", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "ecae7a7c6f604a70b94f85312ed5824d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "410fc7f0c7a94e29a9969522731c5595", "region_id": "RegionOne"}], "type": "tricircle", "id": "97b8a388cef64b0283d05d534e7bd24f", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "fed8b0d0dbd34b1b9ff3d4c56079945f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "9891c5d86883424087f81ee90912b083", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "d58829bba5af4bddb6a168f1848eb259", "region_id": "RegionOne"}], "type": "database", "id": "dc4c0f31b2ec4369846c60f0680a3658", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "67f873e9824942f5bbc0b7721ed677a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "375fa15e983447d680685f8428868ebb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "f975d46c7fa34f4381761138e4abfcc0", "region_id": "RegionOne"}], "type": "application-container", "id": "92ecca1cc7864b15a63111bf8f5cd037", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "7ac97f9ba5e042fd96881f374284fa30", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cbcdef647d9943d986436b6f582e4d20", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "6ad9bc60dfb3454dafc24642b8687ec2", "region_id": "RegionOne"}], "type": "container", "id": "fa69f8f4370643e39033397b4837ed7f", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "65e231ee23794d379b84c7cea50e00bd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "f62be0a0f1074dad9816d72c90a91d6f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "54a6dc70c7d74529b5d85cdd3bbc6bb7", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "f517b03702d3463b8da91164ae104496", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "af020d7c1a9c4d34abf4b6846251232a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "529c87360a1c4d0a9a09e5dd6fd79cb9", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "479710892cdb497a8e4ea35bf757235d", "region_id": "RegionOne"}], "type": "rca", "id": "6a81b0dc8b15459995af5a31f35056f6", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "571aab8f0c9e4cfb8cf4ccb6f10ddb14", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "66af9fb2cc6d4520a901da52dd8a4466", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "d774fa4907184986a320ad5b83def9f4", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "e63cdf4940c741c7b87493ccc844c851", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "5a72395e56014ad293c30869bc7f594f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "d096f3a806764ecd8c94e3c2aebfe28b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "c6a8ce39fdd441148fcaad4ba2d9013a", "region_id": "RegionOne"}], "type": "network", "id": "8f8c83845ccf43378c57ef630b60ccf0", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "564ff122763842d591edadbc90384d8b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "4fced29189c6492a9fb172ef35ba1e6e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "87d84289d21544f2ba8cc6dd4573aa0a", "region_id": "RegionOne"}], "type": "backup", "id": "b871ec4a0aee48059f233b541f21380e", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "e3e5c7e4cfe94ff7b7471dd877144d31", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "fd9ffc7ebd00430d9e01f60961986458", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "ac7191da83754222bc3f5a6ad35edf43", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "bd76249f6b7242c68a6c321c2e99f596", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8c0f4a9557d644b88e5d3956d2e6aec4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "dee035da0248412e8c3abc59d80aa1fd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "d52c1238460146aaa287b56d57175e4e", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "4880d97d23d24f83acc065e94a42ad1e", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "31ca3a90ba554cb6913082f997fccec1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "73b5fc4b602a4aa19ca13c84089c3222", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "b5107b6a8269445a8cfff23c81b437c0", "region_id": "RegionOne"}], "type": "monitoring", "id": "553a8edf44b34c5ab051728be954f80a", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "0cad10afe2d749a8879143ed5ec9063b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "1e8c4e3b08fc4a8c8d8447cc7d104df4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "bb870b8d7b4f41059beb66a9de073122", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "ffed13afb3c04191a3c3414b7b8aa178", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "502a4f4e9783461ba81b6d186568b963", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "f436bc67fd9a4c3c84c040778b706d25", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "8a4f5675ed054183aa4bd01df1cbe987", "region_id": "RegionOne"}], "type": "placement", "id": "82c3506510614952a0fcd811759032ca", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "72488821333448208f18efc757a62c71", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "07ad22f564c64f0d880d72b62a5f08d1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "88053f32d3f649db9ff5a8640c207bdf", "region_id": "RegionOne"}], "type": "instance-ha", "id": "e1385b00e43b4c38acda340fd616013f", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "1691037271684fd48f949b0e0bdec10e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "2745d6d396e040fcbf40a9f9b524cfd7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "60333930c5a148d48f380a629cd6c557", "region_id": "RegionOne"}], "type": "ha", "id": "f6523fc16300454dbe88463dcd635793", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "05a090e3d6ec41058681cefc1c529f89", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "e03e24e09ad54f55a5a51406562cc36c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "d591275b7c5e44dbbbcc4f846d38c110", "region_id": "RegionOne"}], "type": "reservation", "id": "cd065c024134448d8260fc291bcb0a81", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "ceb0adc38379407282d248d4124090f2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "51b5ff3738f04aee8badd72949da3576", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "13a4600255034926864dfecf19bbff52", "region_id": "RegionOne"}], "type": "function-engine", "id": "f4945ad11a22447aaaedcfebf5e647e3", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "7c6546d48b9b4529ad7f9c18ce937dcf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fa3c3d3410194227a95c8d64800a0198", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "a765f2e8847a48389a6c71d87fd73271", "region_id": "RegionOne"}], "type": "accelerator", "id": "9e185b1d19694b71acb4c907f95bf11b", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "b917690988f541a685451c79b374d3bc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "7a025046fcc64bf7bd2a78ee8513eb8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "d245b52d9bd646509d57e42a9fd21d6d", "region_id": "RegionOne"}], "type": "admin-logic", "id": "6314301b46224e6496f0f36209a82cd9", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "902815afe8f8432f84aea2de45b2f2b8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "94b2890388a1431297f66f46caef8c4b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "b05a8f915ffb4b9fa453f38fe0ae408b", "region_id": "RegionOne"}], "type": "registration", "id": "35db528422674bb6b9e3374da5f73f73", "name": "adjutant"}], "user": {"domain": {"id": "71551f96808845b4a38a1763320ac229", "name": "219e2758f6264cd3a2e1de6af2f03914"}, "id": "b6c5d2265dda415bb8fd9c4c024f311e", "name": "d4c7d466f10b43718dbe2ccc4cad60b1"}, "audit_ids": ["a0663e6b185347d1b0a427a9b4a28a16", null], "issued_at": "2019-09-19T09:04:52.758351"}} {13} openstack.tests.unit.test_proxy.TestExtractName.test_extract_name(tokens) [0.033184s] ... ok {13} openstack.tests.unit.test_resource.TestResource.test_items [0.033278s] ... ok {13} openstack.tests.unit.test_resource.TestResourceActions.test_list_multi_page_response_paginated [0.091559s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:52,985 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:52,991 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:52,995 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:53,000 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:53,009 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:52.949631+00:00", "project": {"domain": {"id": "cacc1f572dc2404891c589ba264c66f5", "name": "318cd4a791ee4a3cbc612bfe5d109c21"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "feb61a9d5c3943caa9960c72086258d4"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4b0f1ac9e2fd455ba093f5c362ce427c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "a7fad43a097641439b0029cba5d3453a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "76f746dec6964e52a1b08f4372387d3f", "region_id": "RegionOne"}], "type": "identity", "id": "c45fce0b5d9a4027a6e54242cfb9a35c", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "f1da79b114ef445dbfb83a35d2ad44cd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "7dd52dbb9e6a4830ac12d1622c6a8829", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "72413ac6bfd14cd095d42482b61ae7df", "region_id": "RegionOne"}], "type": "compute", "id": "4c1cfae34417403fa3bd328b7d5fe5a7", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "1d9b400f337d46c38d40424d5bddcff6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "ddded939bcbb4bebb3660d133adb71be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "0bdbb1df829241fc89525c3334ac35d8", "region_id": "RegionOne"}], "type": "image", "id": "1bf259729def4e7397de60264ed41f19", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "a99606263ebe4c54b276775a793d3522", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "51e516ed5690498ab96620929e5e3263", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "2ff6a3827f4e41a7842e9eaa017a8a19", "region_id": "RegionOne"}], "type": "load-balancer", "id": "02ebabe2a657414ab345ecaf25cfa86e", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e87db73762474fbcbd4fa96f3c78558f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ca21813d174c445caae96dce4e120381", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cb8237fd734b4fe89d7753073380e59d", "region_id": "RegionOne"}], "type": "object-store", "id": "70eb3d72f1414643aef61e9b69143044", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "aa69021c8801494a92b15a3e5c6f01ca", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "cc5862b8682f41a89e2dcfdf7f986638", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "4d904fc4fcca4d6f8d78ca1bc14cd90b", "region_id": "RegionOne"}], "type": "clustering", "id": "7be88f2a87864b0580ed0723ef932b72", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "372cf33a534247529775a06bb40b9eaf", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "b5536e06e8fe45f5814ae245fae2b946", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "e24a57b9069d4bc3834e43d6bb521e8c", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "09402a83d8c44e69953af44090ed305f", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "eb7530ee547b4630a8bc346ea9df3883", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "afb79fb8b96b43eabb8c30ff5b366630", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b0c5f0613f854c4895c172b56dae2943", "region_id": "RegionOne"}], "type": "cluster", "id": "893e9ff66ed74fb49dc7877919d0acb4", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4750739387894841a02a5a482ecfb612", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "feaaf5cf2f0844fabb37433f5e602f82", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "126148a66c41419290dd03ecf0d50186", "region_id": "RegionOne"}], "type": "data-processing", "id": "07e5741ad58743078eaa2ce801c368c3", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "f18250c8e1b34568aa141858e7c91d45", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "26bb2385cc8a4ffb9180ea829d0ef2cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "45bc675463e54a9fb180cf606c542e73", "region_id": "RegionOne"}], "type": "baremetal", "id": "89f0a86ecaa1462eb2455590e20c110c", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "7e3efc6ed0b64dc0b3639c7d6c3756d9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "db22dc0230a849e89a04698585ae69fc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "647bc4f680ff4212b9354bc7e05b6d6a", "region_id": "RegionOne"}], "type": "bare-metal", "id": "905a5bc0cd10466fb03cf32c7899be5a", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "63fc03f754ff43a898efa5358ef03785", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "9f95731b774d44e292b088e48bafb537", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "cfdd5be958d74a89801cf5bc6aea318d", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "7397c0ca3ce7478a9b10f14164b820c8", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "3c1c9649fd1a46059d845e9788b187a6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ec643b960c1349848a17b112d9687d5a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "5c01fe8e0bb24f949fcd9910bab304a8", "region_id": "RegionOne"}], "type": "key-manager", "id": "c63401554a40435bba4a223a6bd8bae2", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "6467bd54a3a4423582774c556fcdcdf0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "931ae2218b8f4eeb881df60f1f2fab70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "46d41922be864fdeb6b4e49efc76b64c", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "0665cf0e3fe346e092c47962f8f9a0ce", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "bd1cbcac292045a382ed7322d71b44ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "c20543b51e794e938c3461f07bfb8e30", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "a6731112c91845e6bdaeebe88bae7fdf", "region_id": "RegionOne"}], "type": "infra-optim", "id": "337da1bf5bc74218b4d728adcbe045aa", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "0fd47e7567b94ca2a6a4ac23cb226440", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "c15c6b9f09c243ff856ea3b26ed9c49f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "44e2c57fb21f4d5f83f1042b33ac3376", "region_id": "RegionOne"}], "type": "message", "id": "5fd9d831ea5342d89b9d81516a79606a", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "8fc374b82f734c6aaaf201b501a632c7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "14d2cd698ce44f58b804f41eee39c866", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "ab81b845663a4fdf8d928ba388a7fe75", "region_id": "RegionOne"}], "type": "messaging", "id": "8157844b033d4a9b8273e6e513bff650", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "b7956c62f97348fea64bd333e16ecd64", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "60d70e6b461f4371ad75c02912b7e329", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "fb8696203f1343e3ab1d702449124ec0", "region_id": "RegionOne"}], "type": "application-catalog", "id": "c69328df7f0945359ecfd59c32e454fd", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "7db1c71b3d794d539bc579e850d3bcc8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "a92b44aed87c4f13aa85b81c1a1c0b7f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "69297c2b586d4d79afc641b72142689e", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "ebb8794f86f34251992a9727accdaf40", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c8eef8fa23ee47748f3f8192c7c0b903", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "fd98a821542b4d3a9d3660b3a0e62c2a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c2d293d77f0e42efbc6190e11b22033f", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "b49a35fea0bc41ec8046582554099b47", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "f1b80d4749ef493c980b21f7d40ba6e7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "c812deddecac4f3982a4c35e40f99de3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "ad5f5c6062654e88aeb882dc3fb6d232", "region_id": "RegionOne"}], "type": "container-infra", "id": "d998bd93c7ff4c248a51ca203aa9c848", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "f04b28e9524e43b49c3883d14707529d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "a93df03d6ac042e3becc4dac4b98b336", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "1a1c52475bac41bca3429a044519fa1d", "region_id": "RegionOne"}], "type": "search", "id": "ce22d8655d82456897a7d30b04b5dde4", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "1ea73c6f9d894efb82747b65e2ced87b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "daec31741622405f99ee80316c62564f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "7efac68af25245ceb30edc248119c47b", "region_id": "RegionOne"}], "type": "dns", "id": "ca10b11222884472a7745448d62fd104", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "e550d6411b434819bcd249b8e47d5351", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "8969d80a029846d5bee27ec9606ed0bd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "b75c9a08968f4a72b6e8f36a6effd59b", "region_id": "RegionOne"}], "type": "workflow", "id": "3fba70184d894faaa1a911bc56d23ef0", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d1f04ac2c6774e97a1a08c5e2af3fa7f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "13ae46dcc42b47e1b44629a235a08eea", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "1132becd5f5842b49f6d333a6fc12cd9", "region_id": "RegionOne"}], "type": "workflowv2", "id": "98f77c6556fa46b2b9d68a60de105783", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "c162350a58304906a4168b50972cdca7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6721d8aa498f4c09a8d9306648bd9c1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "f126ab27878f474cb7a2ddc6e38c8b6e", "region_id": "RegionOne"}], "type": "rating", "id": "11f5f46f84c44a86918e341e7f5f7297", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "c0a825099156452c83a80c25dac42bc4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "9a334f13e2db48459a7ef0209c361110", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "9580107778e34a7eb80b8f80682532bf", "region_id": "RegionOne"}], "type": "operator-policy", "id": "12400c39d9194975894a63e9b92c7fac", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "79cb263dd6fc49fc93ac17912db7c075", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "528ec8cbf55645c9830cb8fb1968b131", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "0cf08df8e5b4401b872ade18054a68f8", "region_id": "RegionOne"}], "type": "policy", "id": "a90c73bf531f479fb05227204ca832f2", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "edaeee92b55c473690878151e58df88c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "cd23d9acf8a24cac96bf5198073e35e8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "a6c2c67d09e241e6802af1c4c2501db8", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "777f795916d842439d4afc733244559f", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "d8d017c15952454cab4d230a049d458a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5cc33ced51e3456db1f6b36ddcd75fb2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "ebc085ee438744bc8f24f157679668ee", "region_id": "RegionOne"}], "type": "sharev2", "id": "25b0ac6782604d168561979155411f4b", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3c1b489e70d34912be1404dd3c5cc76c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "e5928aaa9ce84198a72664c4fb9dd2f7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "5d896ed94358439b89e46da7720ee8aa", "region_id": "RegionOne"}], "type": "share", "id": "cc262c755e6248b498dc0e009432ee65", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "6125678e440d464eb8b16e38a1511da4", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "ecd6ac12e78e47b8a5aca1ca8fb3fd5d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "1188627be2314496a520ed20e55297d9", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "0d8ffce326fc429c8caa13c05a4d40f8", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ea9fc9e233ee45e19b36570a980fd63d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f5353e2dfe9a4dcc99236bb34037e21c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "273213e741fd4c229cd0323204a39bed", "region_id": "RegionOne"}], "type": "orchestration", "id": "f0924aec5e9b49ba9226548835a71764", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "820cef5f90544fe0a425f050f35571b3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "adc40d3692e14d3aa9b4513719425823", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "08e014cc19b74112a2fabcb40a0da46d", "region_id": "RegionOne"}], "type": "block-storage", "id": "bfab094c66c8462186733bdf5e81f062", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d5e7c3745ff541b48df6a7ac834b6adb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "c735e24cba8f436bae9b51d9a96ea131", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "062b65227b464e728a40e971835bb0dd", "region_id": "RegionOne"}], "type": "volumev3", "id": "7e9cf535ec49418ba2a4ee17dd65ef43", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1efce8ccb29a4b648b5b924e6a47c8f1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "bc1530b2e46948ad9e20692d3725f035", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0f8f1acd0e774e8d98783bbd4b559b0a", "region_id": "RegionOne"}], "type": "volumev2", "id": "abf485d968574f56bd37b740c58529df", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ecbd75405c114aec854273a29f70f841", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "e54c9d903a6c4e5f88d08c8be5c8178a", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6b1272f69e8140c0a95360207378255b", "region_id": "RegionOne"}], "type": "volume", "id": "891a94c9ff974191a336d53961978bea", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a862bac588b4269a5012a0d9154a85e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f1c806f981f9471b968abcbf64ad26dd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d4478d0636174284b0a1205bfc3eac05", "region_id": "RegionOne"}], "type": "block-store", "id": "3048bc5bbe714d7f8bfcdb703d249faa", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f95f02269efe460d81a412639f1dee76", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "1a498389452e4e498113c3f84b0d0017", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "7749014c38a2483fa60d8bb0cad1ede5", "region_id": "RegionOne"}], "type": "alarm", "id": "27c7d9857c20457dadcd68a0a92e8cdd", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "771fc156264f4b75aa80d850dfd5dbdd", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "ee7d26e634124188affe95a29d22b72e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "5d48de61124643b0838248ec3b408f47", "region_id": "RegionOne"}], "type": "alarming", "id": "6adaee13c2414d87bf8518ff6e8dcc76", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "c50a04b55b1e49df9a27e0585707dd8c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "764c8c4fbd2b4b9cb7d766a0b97930d7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "c9e4d4f097364d04b3bb669856ab2576", "region_id": "RegionOne"}], "type": "meter", "id": "5ef015c354054e4995fd2073552a4bf5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "bb9bd1e1b27348b899b174018fd25abb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "e6fff3c7cdd2456794a59444296958ba", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "58ff8ad503104e5b80fb4e7fe20c4c3b", "region_id": "RegionOne"}], "type": "metering", "id": "7d7acba4285046f5af0e6ef1efc0659c", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "1270d8e392a14d418682d74d39ec3e9c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "2b7f16de970e41cba420e7f9acc89f89", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "52c734d835c6470ca047e5cef55afdd2", "region_id": "RegionOne"}], "type": "telemetry", "id": "aa71e2e022c0486bbd80481f9bd3d62f", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e653988b0d3e4252b57e4c93837d167f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "1885c7ac62364d6db50b0b2007f35909", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "939ac4147a38493fb950aa963eabe497", "region_id": "RegionOne"}], "type": "event", "id": "2b8e2c785af842008c8855a863169c15", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "c2ef41b2511a4d6d93c63f0ecd6e6a44", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "2b680806f5394a3a8a1076af6dd88c4c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "fcc1b70e5dc044e396d52e42bf6317d4", "region_id": "RegionOne"}], "type": "events", "id": "8459a4a44d3549cbb1143a4517b826a1", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "03e2ca28800d47808127cbda8e6732ed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "80a109ec6acd4ae28d1c3b7c8b555e28", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "b44f788f03d445c78d62b57c9cfdc44b", "region_id": "RegionOne"}], "type": "application-deployment", "id": "04c37721ef584ad984caf8d30d15337b", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "de6d19f24095437089870d423517e5e5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "16849a5b012648ccb58f34b5d2743d87", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "526fdaf55ef948c1847d826e75e49eba", "region_id": "RegionOne"}], "type": "application_deployment", "id": "697cadd6bd8f46b5aad5a547e37294f8", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "388e74edaf0048429cb59f0739d5e160", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "1e28b09f66fa413ab8bb4d57c97515ac", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "f12f1ae7d7864d72942b173edfb69ba6", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "ce0892eabc45433d88b4e6d7fa5565be", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "a47cc71ee24d4a198dafe44f947dd883", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "10c6031c9be54f94ac1053f3af2f3bab", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "e879cf5daf7445519326a218bf880a7e", "region_id": "RegionOne"}], "type": "tricircle", "id": "c86ab2322bcd423e97b8441944d3ead3", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "175a6e78bf934b3ba071725f57812aae", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "dbd53ec2b1b34a4d94aa15a6fc87dea8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "a6bd33c0eea64f1bba11f61351fb9fe8", "region_id": "RegionOne"}], "type": "database", "id": "5882c890f59749a7b6b6f193cf3a2212", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "0034e33f239d454ba0f345d0d0f665fb", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b9e5ba3404cd4be4ac9fcc11fe602d93", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "5a916694160b4de09da22424bd387a0e", "region_id": "RegionOne"}], "type": "application-container", "id": "258f4646d7b34be0a2466eee14fb92c3", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "a8dce5819a4b488387608f33b64e0943", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "cc23cf15efec4eabbea10d70269be3cd", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "3e8df0b297364d07b08086c0335e51ad", "region_id": "RegionOne"}], "type": "container", "id": "8e643e367998400f9e525ebc78cd2dc4", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "49867e0f4c8e45c5b4521760d64c8c1e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "380c422110154e50821a7f0d5b6b1011", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "cb47f5d1102e4c2ca5dc46111ccc4d7d", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "c3cd31c3dd444dc095a8c0188e631883", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "27cdea94e3964cd2b35e92d5c60a092c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "378a6c5a09644dafb90e31ceb2d8da37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "5687c6ab4aa8470ba8b09bc68036bb0e", "region_id": "RegionOne"}], "type": "rca", "id": "4504e2a284fc456dbff1b7f0af89c5b3", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "3aee71f8f7454fdeaf37faf15047be04", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "d5be1627406c497d844d604ae2e2dfb6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "8abd650318d6417a9dcd5bad87f29fb1", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "4adda40376154e12945b4c08b9d4b39e", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "dcbc6a8d7fba4019beee65da62525dd1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "c7b96ede849743e8a685adb0fc5b3ea7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "f00dd74ed05448e6a78ad7c9a4800ad9", "region_id": "RegionOne"}], "type": "network", "id": "64bdd42c9b154f8ca8ae81ce5a8c219b", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "ded3e581bc9e43b29b7afcd17c79fb2c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "55ad604f62374091bc80ec5cea40beb5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "364547a468c84db0ae98113fea5101aa", "region_id": "RegionOne"}], "type": "backup", "id": "ce9e8a0a972c409db7ce44793ebb629a", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "26332edbbda441f99c68cd2acd56103b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "73524e8a3f424a3ba6aa6ff1bd1b4a06", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "948d13f405cf458584c95374266f7f45", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "56958ccdf2234758afda697d9818a61d", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "406180ba0dc44a56a4cecdb12232fb39", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "5129cc29f51f4daa9260e90b02b984a5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "33c014437ae5400baaf6fe479e679191", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "7e65598a21fa46289503ad43c1569434", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "66a6da7a94654d488134cd99f856b3c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b3e2a3a0b5944d4289ade34e174f5625", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "3812cde1bc9147b0851f399d304e4218", "region_id": "RegionOne"}], "type": "monitoring", "id": "8e1eefcb5852479e9d366f6b89d0e2a5", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6bf4a4c9643149b28108fd1022b5ab57", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "6e79c1068e994489860aac3c7c91ac62", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "2cd59483b9e64bec811297d1f09be8f9", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "be038d546fa3452ebbdbc3d274838ac0", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "0eaef255469549dabe3c09bd9bd08a5e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "e1f6496893e94dc6bc8cb9ac0671512d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "89f02efc4da243a9857c77df95e264b6", "region_id": "RegionOne"}], "type": "placement", "id": "982656ab9dbc4f488e17dd25428c725a", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "01928b11b4334c05a1f5a3f898f64739", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "5bcbecaeddc04de9b8c18b256e505081", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "2d4a0ed12a31496fa2ee0b692edf8d0c", "region_id": "RegionOne"}], "type": "instance-ha", "id": "b56aac1cd4344b4e9ddce10d1674228c", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "52ca2d8d5d96440a9a86f39e6216026a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "d14e015ccb7541a9a08ca0b369d72b70", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "f38672b56dc948bea5ef0c8e33add0c3", "region_id": "RegionOne"}], "type": "ha", "id": "50942b3ce8474258a0895aebad3f4fd7", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "2ee38ac5f94c410291412b3dca4205ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "139f2a1725734822a6f0f84f30dcb864", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "5ad41058921c4aa693efd79aac3d9aa4", "region_id": "RegionOne"}], "type": "reservation", "id": "6b9314ec915f4d4aa181f17cf1984d74", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "e8464450fd6b4a30ba586a43bc105c1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "4378c2cb308f413a9dcde274a6154176", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "6bc32486831a4e858caf30d810543d04", "region_id": "RegionOne"}], "type": "function-engine", "id": "c495c7af768e4c13bc8c8d91b119d197", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "fc8588b4c50341e49ea36ebdce1fc759", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "491183fd99fe48dab1211fabb7aa5092", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "cb4f228e23bc4693ac35cf16d324f7fb", "region_id": "RegionOne"}], "type": "accelerator", "id": "0b86806c5dbb4bbb803981c83d5da4a0", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "ffcf515c27ce4814a24703c6170c958c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "39fe7d4162ae4ec4afef47a94e0ea78e", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "96d87966de8241d7a0282c34e01937e4", "region_id": "RegionOne"}], "type": "admin-logic", "id": "4995afe1083348cd80270726801e9c78", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "9e77197149544bc99b88025ec0430c99", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "d71fd82ba2aa44afa91e5686c1e0c05c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "3c86287e1e014219b6c55298c6520ad7", "region_id": "RegionOne"}], "type": "registration", "id": "4053e20281934be586a54dd6dd57856f", "name": "adjutant"}], "user": {"domain": {"id": "a4ecb78460f4471396e34b2916067bd6", "name": "272c72c7071a4ce1ba8a04bca518e7a4"}, "id": "57553fc6408249ba83c1533a62c0e7c7", "name": "53306758c78148d0913fa7169408de1f"}, "audit_ids": ["248d4e7b416c4f4e853053a1da6b43fd", null], "issued_at": "2019-09-19T09:04:52.949631"}} {13} openstack.tests.unit.test_resource.TestResourceActions.test_post_create_base_path [0.036968s] ... ok {13} openstack.tests.unit.test_resource.TestResourceFind.test_no_match_raise [0.105767s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2019-09-19 09:06:53,114 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.36.0 keystoneauth1/3.17.1 python-requests/2.21.0 CPython/2.7.5" 2019-09-19 09:06:53,122 keystoneauth.session RESP: [200] content-type: application/json 2019-09-19 09:06:53,127 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2019-09-19 09:06:53,131 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2019-09-19 09:06:53,140 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "expires_at": "2019-09-19T10:04:53.079722+00:00", "project": {"domain": {"id": "9994a05e9bf649c998d8f2bb280f7f31", "name": "1db860cd5c8f4976865a4c7909802c04"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "c472f9d0dd7348f2a44b59ab93e5a870"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "e60c3333033c4e78adeefbdea7119c41", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "14c565ed9e334a2082c2e6f0a6a4b5d2", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.identity.example.com", "region": "RegionOne", "id": "16e1afe6be6b4ed9a1bb06b17fc36703", "region_id": "RegionOne"}], "type": "identity", "id": "8e117ce81f2c42fa998b96269d59e305", "name": "keystone"}, {"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "8f70978abec14157804ec8d3d60c8928", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "5e72641b4f8d46f6910f746610722ed5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.compute.example.com/v2.1/", "region": "RegionOne", "id": "afa95cffd38c4ecf8ab5697d394ddcd2", "region_id": "RegionOne"}], "type": "compute", "id": "fca25e8c5ebc4a69903ec10cf83158ad", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "de701ada378e4fb081748cc5ff75d644", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://image.example.com", "region": "RegionOne", "id": "d7b91fce2651482084fa370b5f517df3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.image.example.com", "region": "RegionOne", "id": "94db50aa4b7f4e7b87264af623c93cb4", "region_id": "RegionOne"}], "type": "image", "id": "73bb64f963894392a1bc21e43358c875", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "127c251837ca46c0829509a114f20307", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://load-balancer.example.com", "region": "RegionOne", "id": "39b276c5651348db934d48dc38d70ec6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.load-balancer.example.com", "region": "RegionOne", "id": "1e2136054f9643dbbac7749eb551886f", "region_id": "RegionOne"}], "type": "load-balancer", "id": "c6f348c14c8548a1a709a96baabc783a", "name": "octavia"}, {"endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3838d20522f743adb6cd9d5b400f4517", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "676c0495b1ac4e0ca3d7bad863b02e8b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f676827bd49040ab94656a7d0eca30b4", "region_id": "RegionOne"}], "type": "object-store", "id": "fdc5d040dae54a9b8d31baceaa63a64b", "name": "swift"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "1e049171889b487fb309aef552f7f2fe", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "2913a3cf7e1b4566aaf3c13208e5a6e3", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "5527963b2a104218b24e5d1518dc882e", "region_id": "RegionOne"}], "type": "clustering", "id": "3463d851c96340c3813caaf24d9ec6b5", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "056fd44bce5741ea995e8557be4ec197", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "9b12022412a647ab9a545a8177540402", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "6c9fa4b26b8a4c8497452f062b204fd0", "region_id": "RegionOne"}], "type": "resource-cluster", "id": "a16ea2d0c94d4e6d9b35c743e08edc25", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "0a5dc644c06b4f4895ea280a662b6586", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://clustering.example.com", "region": "RegionOne", "id": "628eb4913dc644dcb62317b7f792a3ec", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.clustering.example.com", "region": "RegionOne", "id": "b971893a2abb45c5a2764f2c71128a1b", "region_id": "RegionOne"}], "type": "cluster", "id": "19fb88eb4a2d437abd24125c461901dd", "name": "senlin"}, {"endpoints": [{"interface": "public", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "f41f8bd1c1c74d99b5b06567901e91d0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-processing.example.com", "region": "RegionOne", "id": "4849a62cfca3443f9be801b32a09aa37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-processing.example.com", "region": "RegionOne", "id": "2b0cecea29204c92a19159b344241b9c", "region_id": "RegionOne"}], "type": "data-processing", "id": "68ca53da05674001bbc2afbcf0ebdc43", "name": "sahara"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "79430aa00fde4446bc6fd142d232d74b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "3d6e853ab76d4cacae587a19a7d1d895", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "de65e85d3b4c4854aa9243e18792ce08", "region_id": "RegionOne"}], "type": "baremetal", "id": "df34bd450e15444b9f3b434c5db19f56", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "1104e7f5eb8e476f9ffd1328e7ee8d9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal.example.com/", "region": "RegionOne", "id": "2c785be72e4548e197fd49d9f78171ad", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal.example.com/", "region": "RegionOne", "id": "85146fff45894f51bb3238e6a406660b", "region_id": "RegionOne"}], "type": "bare-metal", "id": "e7332e05d2db486c8fd53d8a6ae13b95", "name": "ironic"}, {"endpoints": [{"interface": "public", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "24e782d0d7b64eae9e751887d9e34d17", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://baremetal-introspection.example.com", "region": "RegionOne", "id": "e2963068827f4cdc959630fc5ea25876", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.baremetal-introspection.example.com", "region": "RegionOne", "id": "e2a012ad955c485183a927c9917d81f5", "region_id": "RegionOne"}], "type": "baremetal-introspection", "id": "ccd20de91dec43868c961f259f0504fd", "name": "ironic-inspector"}, {"endpoints": [{"interface": "public", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "ffe296d6b34d4db79cd13c775aa799c1", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://key-manager.example.com", "region": "RegionOne", "id": "4968f734b6e14d3a9213ea87a0f52029", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.key-manager.example.com", "region": "RegionOne", "id": "8c7086e9be5f45ddb351ce679101b7c4", "region_id": "RegionOne"}], "type": "key-manager", "id": "7e2b609a25494ad2870bfd1bd424bed8", "name": "barbican"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "b9d1c5f39f7f43049facd66163fa2d35", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "083247f618ce4fad8357456831ec1f4f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "30398766911440d1a62fd7b22a2a9eee", "region_id": "RegionOne"}], "type": "resource-optimization", "id": "03bdc08ddc4a4ea6ba87c08a91675d77", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "0c0180b842734c0d9f7cbc3aa3433611", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://resource-optimization.example.com", "region": "RegionOne", "id": "ab8620e013864a468c4fbbd32868a973", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.resource-optimization.example.com", "region": "RegionOne", "id": "e8269adef0424b28be3c901416b9d8f5", "region_id": "RegionOne"}], "type": "infra-optim", "id": "f01c6e6ad40c4889add18525ba2ab780", "name": "watcher"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "795e787612e24823ae439cbeb39d4eed", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "be7c63e967064e29ac2a638108ca5cb0", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "f36e0eca687d48f1bb799f3486baec6d", "region_id": "RegionOne"}], "type": "message", "id": "2dfce3507b8a4018af5cd93b1f727138", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://message.example.com", "region": "RegionOne", "id": "2d3aac4af66b4930ac88a7d3507585e2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://message.example.com", "region": "RegionOne", "id": "0002b67781a14cf5a9e964f5fce9108b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.message.example.com", "region": "RegionOne", "id": "c1504a5353c8436dad25b624aa17ee46", "region_id": "RegionOne"}], "type": "messaging", "id": "a6bd2690bf4944d6a7e2f563948b234c", "name": "zaqar"}, {"endpoints": [{"interface": "public", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "2b16cc8a737b4436a63898c19ec9fbf5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-catalog.example.com", "region": "RegionOne", "id": "f135d6e80de44a70b997332f0261085f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-catalog.example.com", "region": "RegionOne", "id": "4ec5eebaf47b4d6aa10aab95ca4b671c", "region_id": "RegionOne"}], "type": "application-catalog", "id": "8819a178c7e740f89a65c1ec7aa0235e", "name": "murano"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "dea0b7533ff24a41a90784560ad21d85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "d2bebb7f85e84352b1b60af59f60819d", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "5e8e63e589a14969a5ab4eabb629a7c5", "region_id": "RegionOne"}], "type": "container-infrastructure-management", "id": "cc14511a6a5846e987e5ed879bf963db", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e3cbb5454fe849dda11e9a057edb837c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "167d69ff8ac34054849fa0d881c712fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "1ae2004bea054af3bac3aea2ae20bd51", "region_id": "RegionOne"}], "type": "container-infrastructure", "id": "03a52e4c9f6a4a5aa40299d9e775b29e", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "9fc014dc4df441a786beac5b1cb2fc0d", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "aae64c058bf94e9ab00365c6f735bd12", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.container-infrastructure-management.example.com/v1", "region": "RegionOne", "id": "e0c5d11b1bfa4974b1d4d7eac8d4eadb", "region_id": "RegionOne"}], "type": "container-infra", "id": "6066c6ea8bdc46faaa4e91fe0268faef", "name": "magnum"}, {"endpoints": [{"interface": "public", "url": "https://search.example.com", "region": "RegionOne", "id": "37a91cc8b52d427e83be101796bcb8a8", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://search.example.com", "region": "RegionOne", "id": "b83a0da822b74f01a585ef5192e9cda7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.search.example.com", "region": "RegionOne", "id": "e57f8d75eed64d42ba5679726edd4417", "region_id": "RegionOne"}], "type": "search", "id": "80659ef6ea254a089561bc69d4193ca9", "name": "searchlight"}, {"endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "ab0b9a10331b402a87097e1e04edc747", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://dns.example.com", "region": "RegionOne", "id": "8fb7c254d8fd450fb525243baa19e998", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.dns.example.com", "region": "RegionOne", "id": "57e5d4401ff44039ab99630233b4fcb9", "region_id": "RegionOne"}], "type": "dns", "id": "dceeb6003ef4480b8aafd75ddd7f7b28", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "d70b8f98ba8644f6a4484329a7f78f15", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "62021451feec453f908f1f5eafcbd179", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f5ce1ce5159b4b1f9205efb86c6d5297", "region_id": "RegionOne"}], "type": "workflow", "id": "4d72ce46329c4594b4491778c3d9ba0d", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://workflow.example.com", "region": "RegionOne", "id": "1175441fc3ec4170a9cdb9c7e3dc6e67", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://workflow.example.com", "region": "RegionOne", "id": "43b60322cd8b4a1281b206eaab3448ef", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.workflow.example.com", "region": "RegionOne", "id": "f66b76ca96684e7bb65b1a7478981b0f", "region_id": "RegionOne"}], "type": "workflowv2", "id": "10b50c9f313c494388be76874dbba0d4", "name": "mistral"}, {"endpoints": [{"interface": "public", "url": "https://rating.example.com", "region": "RegionOne", "id": "dc31d1a9ae2d4210b998f66eb2838202", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://rating.example.com", "region": "RegionOne", "id": "6b92cfd4b3ff41b69ec4b14e246b50da", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.rating.example.com", "region": "RegionOne", "id": "384bb7423aab4dfbac078b24c649915d", "region_id": "RegionOne"}], "type": "rating", "id": "f09fea6a650c46d0ada062d9513a7c12", "name": "cloudkitty"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "3120046b86b94819bdc5566ea64512a0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "04c927ca7b7746eea2e16549f3668ad6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f45c419be5ec4f489083b5b8793d8c4e", "region_id": "RegionOne"}], "type": "operator-policy", "id": "f280b725ebe54ec8a956a6ee8e3dd452", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "b0308bee80214504b844aec6f11ac2c0", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://operator-policy.example.com", "region": "RegionOne", "id": "a971d78a22e74ba4bd4deec0377e39c4", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.operator-policy.example.com", "region": "RegionOne", "id": "f2f6ce3e06c34e43ada37bb45ab9b992", "region_id": "RegionOne"}], "type": "policy", "id": "d06293e550b345cd83293e77bd83366b", "name": "congress"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "947aa3ca511847e1b940d05af78b655f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "38da1fa9b7e346aeb7b8b37baef2c690", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "7163a1f7ac4e456ca2af0adc81048f26", "region_id": "RegionOne"}], "type": "shared-file-system", "id": "cce14b920629457295e9b0065ae8b96d", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "56be1cef35b2401eb15e2d2da88830a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "2b1bf46e362f436687936ce04572fe37", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "216a422d352641d1959e319d7096b76c", "region_id": "RegionOne"}], "type": "sharev2", "id": "5103908537a7490c85b6d1be8b07c101", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "3b533e4d96174b8b8316b1c813d06b18", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://shared-file-system.example.com", "region": "RegionOne", "id": "5207e3e2773c429485b97b1bd9c3fa24", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.shared-file-system.example.com", "region": "RegionOne", "id": "aafb732e21a547a59e46b9d3f9d8aa15", "region_id": "RegionOne"}], "type": "share", "id": "3389782e60d84b98bc0bc8948050df15", "name": "manila"}, {"endpoints": [{"interface": "public", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "855601ae5dd944f28c01cd63a967fc08", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://data-protection-orchestration.example.com", "region": "RegionOne", "id": "0dc5095450a346bb8935c3dc1c73cc45", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.data-protection-orchestration.example.com", "region": "RegionOne", "id": "cdf0355f73a840229c3906b978a27af5", "region_id": "RegionOne"}], "type": "data-protection-orchestration", "id": "838780a93da945de8540c2a59342f110", "name": "karbor"}, {"endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "88b6818fe7e243d98d6f283728659e61", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "114f60db7d9149f88b5bd7b6739bff65", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "54221198b187495fa46dd419c5d1e4a0", "region_id": "RegionOne"}], "type": "orchestration", "id": "5102341fb57d40ebb404d55aae184b40", "name": "heat"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "0e002566df9e47ff8cb30f2eba5174a3", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad1ca8a5e97b448d925620dceeb6ec22", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "ad8d4fc765df4a2eb9d4f46d7ef85a43", "region_id": "RegionOne"}], "type": "block-storage", "id": "0a91c07aa40740f982dab72795cd8d0c", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "cfa8b568f4c24467a0fca7fbcdc8d011", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "6e82cf7b2d124747a5b43b36a89aa141", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v3/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40130dafba4b412c92ba495a27187b2d", "region_id": "RegionOne"}], "type": "volumev3", "id": "20a6a09fd48440d9877675fb0c50e619", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "34d11354873043728aa3b1b1ab720e0c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "f54922bd959e41c1b77ba5c3075e56ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "75c0b407e8454a38a35ce9435e3f64ce", "region_id": "RegionOne"}], "type": "volumev2", "id": "67c24d42b7854dfb9c526de75539fea5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "557e2f41f3664332af96cd5575122919", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "40453cb7a3954d12ab0a47ec6717cc13", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2adbd3b7113a44cea3f71c43e4678234", "region_id": "RegionOne"}], "type": "volume", "id": "e13357cc64b74f4897b5eb4e8dc5f91a", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "d3149a0d8073419f8d3a0de28b5ed179", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "2a09281bc7df4aaca5c3ab4434606cdb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.block-storage.example.com/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "960cb8afefe448e5bd18c4f4e20c77f1", "region_id": "RegionOne"}], "type": "block-store", "id": "2983a6415c8b45668d2e863ffe3673f5", "name": "cinder"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "3a59e60ab9464653a54d3db806824a9e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "f2fdfac2029f4a99aedaad9c6e605214", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "aa81123feea040799cc1449779e5c28b", "region_id": "RegionOne"}], "type": "alarm", "id": "4ce92d1425d740cc9c57bf13d6f2e2c1", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://alarm.example.com", "region": "RegionOne", "id": "efdd152321d34909ab6960f7c3e5b8f5", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://alarm.example.com", "region": "RegionOne", "id": "fc44b59528de49eaa313fe92a7a58ebc", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.alarm.example.com", "region": "RegionOne", "id": "b412dad4081b4b3fbc7dce7d616be211", "region_id": "RegionOne"}], "type": "alarming", "id": "546fd2cfb0c449dd91807c019e075ae4", "name": "aodh"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "a5d01c3fbad04c91932969a384651e1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "bc0269eb26e9494eb8493058a1fbb3ee", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "4d039e7116264f64b2b7c8083a4e9999", "region_id": "RegionOne"}], "type": "meter", "id": "1a7f5aa79b204e04bf3ba927cb1343f5", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "b979a3c9eb374dfd8aa07de4c7a03f83", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "209b9503b0f84883ad06d56640cd6300", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "73c631f7d3634cc18f7c305abaf458e5", "region_id": "RegionOne"}], "type": "metering", "id": "91d8cdc25de84278b59b9a6e899df8a9", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://meter.example.com", "region": "RegionOne", "id": "fc06ad8fdf144e69a9d450277d136947", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://meter.example.com", "region": "RegionOne", "id": "d37ecde5809e4b52b6f8108a7bc66c01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.meter.example.com", "region": "RegionOne", "id": "2b30368f1adc4f33921e29fba1fa69fa", "region_id": "RegionOne"}], "type": "telemetry", "id": "01eca695e844425ab2c09cf6a2efe015", "name": "ceilometer"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e01f2e64daf14ceeb9b22fd80e4eee1f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "050e1bd4b7a94899a4547dfd919755f1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "c0658e243fce49e0892452645ca958cc", "region_id": "RegionOne"}], "type": "event", "id": "d4ad2d761e434dc9987e2027691c09d2", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://event.example.com", "region": "RegionOne", "id": "e9989a39bf904cd0a0ccb4daaa96ce06", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://event.example.com", "region": "RegionOne", "id": "53d61ee1ee5c4753b2629ec35d5758c7", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.event.example.com", "region": "RegionOne", "id": "4cb459f2d7d547fd91c1cd14764cf9a8", "region_id": "RegionOne"}], "type": "events", "id": "32aa160f519246f08e8185f1b6a3d2ea", "name": "panko"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "da9f453873e64426aefd2ef944502b3f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "320a9e99aa0a4ab085e6d4a38c2aa8ed", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "ef3106adf3f946b0b9a0c72fd649550c", "region_id": "RegionOne"}], "type": "application-deployment", "id": "37513b27e80c46aebca8c0d921d1106e", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "1c2c656eda9b460ca306abafe3bda8b7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-deployment.example.com", "region": "RegionOne", "id": "de8c388d41594680b90956d128933866", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-deployment.example.com", "region": "RegionOne", "id": "a0cb8f4a8e424c5191d4b2ec90ab093f", "region_id": "RegionOne"}], "type": "application_deployment", "id": "6eb78343c40a45cf98568ff97567a081", "name": "solum"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "999d55d146414b0fabe1b49d7ef00263", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8f2b1c33553f49cf971c9a3d8d9b873b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "0fc0cc07afa24d26bc8a90f09194b994", "region_id": "RegionOne"}], "type": "multi-region-network-automation", "id": "8f2c63eca5194416b684f81a4a1f3800", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "8e68bdd44763417fafc06e639c63f439", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://multi-region-network-automation.example.com", "region": "RegionOne", "id": "bc42a1eb7c9649ca997a89a173e35e29", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.multi-region-network-automation.example.com", "region": "RegionOne", "id": "3fdf7182923f48b19af7a4a74e474a40", "region_id": "RegionOne"}], "type": "tricircle", "id": "1d23c4cc4f254575aac229b1e2eae222", "name": "tricircle"}, {"endpoints": [{"interface": "public", "url": "https://database.example.com", "region": "RegionOne", "id": "549e69533fe24f7891cc73a144d5c0ac", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://database.example.com", "region": "RegionOne", "id": "6bb724146802445ead79075fa33457be", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.database.example.com", "region": "RegionOne", "id": "94f4a0d1261b4a358721f4a30b33e641", "region_id": "RegionOne"}], "type": "database", "id": "76e6595230c542b0acb2c14b610ac5a4", "name": "trove"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "06fae20df0b64c6799af57c46132eca7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b95b030758e24121b307e9c9ccc33fe5", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "24c016494476409fb5e1fab3a7f10222", "region_id": "RegionOne"}], "type": "application-container", "id": "5d8e6c04937145df86c414c8aab81cb9", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://application-container.example.com", "region": "RegionOne", "id": "39769d2dccf54f9bb8422e973409f9ec", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://application-container.example.com", "region": "RegionOne", "id": "b4bdee6238c84db997eabef2db106077", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.application-container.example.com", "region": "RegionOne", "id": "d4fe9fd24f344d3ca2ee4de986d5819c", "region_id": "RegionOne"}], "type": "container", "id": "8276049c3c484cf1a323581615e75f77", "name": "zun"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "28633aa2dceb426888c71681228dde85", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "6fce9b791ed7464281b52b3c08dec23c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "45326277bd434d7aaa65a431f0fbf2f8", "region_id": "RegionOne"}], "type": "root-cause-analysis", "id": "9f65ded22b0a427e80393ca09c4b4b4c", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "41e84dc04a9c4d21a0c2ab9ecdbe26d2", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://root-cause-analysis.example.com", "region": "RegionOne", "id": "0fd69215c701421ea7e52134a965c1fb", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.root-cause-analysis.example.com", "region": "RegionOne", "id": "599bd939bc5045498306bda4c2489eb5", "region_id": "RegionOne"}], "type": "rca", "id": "7d1a9b65233a4b6a87c59fdd6f82dcbf", "name": "vitrage"}, {"endpoints": [{"interface": "public", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "953d4b19ee444019bac74986e62ddc7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://nfv-orchestration.example.com", "region": "RegionOne", "id": "5e6a3e0fefd242ff88b0ad58c9221693", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.nfv-orchestration.example.com", "region": "RegionOne", "id": "648b9b7469d943538c086e053c70bd75", "region_id": "RegionOne"}], "type": "nfv-orchestration", "id": "d0af01c45e0145f48aaa282084d718f1", "name": "tacker"}, {"endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "0eb675423b7142f9b799e1dcbcc0fe1b", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://network.example.com", "region": "RegionOne", "id": "9c92c4e0d587483aba84086956b8a8a8", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.network.example.com", "region": "RegionOne", "id": "05eb189b9dcd45d2840c46750c14e668", "region_id": "RegionOne"}], "type": "network", "id": "a57fcfca1f754ffcb1394888b3182b42", "name": "neutron"}, {"endpoints": [{"interface": "public", "url": "https://backup.example.com", "region": "RegionOne", "id": "c3abd0b484504787b16b137431dffef6", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://backup.example.com", "region": "RegionOne", "id": "14a9dbe6e20548af9669bd877c4b5b01", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.backup.example.com", "region": "RegionOne", "id": "331eaaec1ce34219999f400696f0223b", "region_id": "RegionOne"}], "type": "backup", "id": "f30f1533e5b54a7c930b732b7370cb79", "name": "freezer-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "7caf9646998046f5b5fb76d544ab67ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "9e16ad0408234b6ca9f1fd077e154d1c", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "127e5143aefa4070a788f460e5ef2f3a", "region_id": "RegionOne"}], "type": "monitoring-logging", "id": "2e15eee537db43af94f13b9c26653bf1", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "08fbf3cc13fa4a5f8fb36510168f197e", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-logging.example.com", "region": "RegionOne", "id": "8d89b1ff5d9a4d878dcea49459a2a1c1", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-logging.example.com", "region": "RegionOne", "id": "957bd982742b4e928cef98a5e56263f5", "region_id": "RegionOne"}], "type": "monitoring-log-api", "id": "b2e07052cccd4c90925339b39289b38b", "name": "monasca-log-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "b14fcd8589a94f5eb884e50301d5dc9f", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring.example.com", "region": "RegionOne", "id": "2a48bd9def8648f3a6c20dfa1b31119f", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring.example.com", "region": "RegionOne", "id": "fee6f4ea3bf3498696f497035408f2a5", "region_id": "RegionOne"}], "type": "monitoring", "id": "9491a06e36a2412c90d3937493574cd3", "name": "monasca-api"}, {"endpoints": [{"interface": "public", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "d1d872d477284cb8952a6f0c7e7bb71c", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://monitoring-events.example.com", "region": "RegionOne", "id": "8734e5a6da9b46dea7da6b6a6a026700", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.monitoring-events.example.com", "region": "RegionOne", "id": "322815d38b0e4959b87bebde71cae011", "region_id": "RegionOne"}], "type": "monitoring-events", "id": "b69f1d46e8274c0ca78f52a1e4d76b8d", "name": "monasca-events-api"}, {"endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "a3d1a8fff3294f9bb62f86847d4f6016", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://placement.example.com", "region": "RegionOne", "id": "333c3c3bd9ec4a8aad44777ce0c6eb81", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.placement.example.com", "region": "RegionOne", "id": "fc7576c0b9254ee5bebe04ae2bba3531", "region_id": "RegionOne"}], "type": "placement", "id": "2683713a65234a82a05cbc6fa2ab2212", "name": "placement"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "94232992aa7c4848b8f0c7ad205f8157", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "365e88b0f7f04fdf874ea84e6c01536b", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "85674952da584f5682e58c87052e4b90", "region_id": "RegionOne"}], "type": "instance-ha", "id": "071e46251b414744a6433f2b6c119bcf", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "633b72637c7042ecab5f845843ea4a7a", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://instance-ha.example.com", "region": "RegionOne", "id": "46dd3c02c72b488bb5e664b91864c176", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.instance-ha.example.com", "region": "RegionOne", "id": "dc1482cd426c4dc1b86ad177be7764f2", "region_id": "RegionOne"}], "type": "ha", "id": "c602e3c2310c41348833d3532e3d2718", "name": "masakari"}, {"endpoints": [{"interface": "public", "url": "https://reservation.example.com", "region": "RegionOne", "id": "3d2cdcf4d9174eebb4964761458964fc", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://reservation.example.com", "region": "RegionOne", "id": "a2844020026b4938a8861bdf7a2fbc17", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.reservation.example.com", "region": "RegionOne", "id": "bbcc851e867848ceaeeb52944ad3f786", "region_id": "RegionOne"}], "type": "reservation", "id": "4400079b516f48d19370152ceda3040d", "name": "blazar"}, {"endpoints": [{"interface": "public", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "b4b6ddfd0b384ceb99591a3adbeda0ba", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://function-engine.example.com", "region": "RegionOne", "id": "3a8ea342e9bc4e0a877619947db4b881", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.function-engine.example.com", "region": "RegionOne", "id": "add24d2c7c2d460b9c3cb443cd4a876d", "region_id": "RegionOne"}], "type": "function-engine", "id": "5cea4f58e5e14905adfc9b10e6adb8fe", "name": "qinling"}, {"endpoints": [{"interface": "public", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "d75b57a9222d4910b802b70e1e5e2de7", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://accelerator.example.com", "region": "RegionOne", "id": "849a5014f38449ef994e6145b3367b44", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.accelerator.example.com", "region": "RegionOne", "id": "0d49067ae2bc4bf7bd924b203b2323ab", "region_id": "RegionOne"}], "type": "accelerator", "id": "35a7c6373e5f4c7b9d4ab0c4eeaa87a3", "name": "cyborg"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "bdd2b36d14a242b0960168bd2f2e2c95", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "f9c27d284a2c41a49db084f49b8d1177", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "f59e9aeeb1364b4bad9ec4b2392e95cf", "region_id": "RegionOne"}], "type": "admin-logic", "id": "9b4e871f2f6345ec9f05f7ad77de5c89", "name": "adjutant"}, {"endpoints": [{"interface": "public", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "eab76315d9dd4eae8ec1109d4facfdd9", "region_id": "RegionOne"}, {"interface": "admin", "url": "https://admin-logic.example.com", "region": "RegionOne", "id": "a03c9c2564d4491f92f654a3f2e61bf6", "region_id": "RegionOne"}, {"interface": "internal", "url": "https://internal.admin-logic.example.com", "region": "RegionOne", "id": "4f652d3bfa5e4faf8df95cb08e0e4d71", "region_id": "RegionOne"}], "type": "registration", "id": "e41891bc4d1d42fb8a07ea2dabe039ff", "name": "adjutant"}], "user": {"domain": {"id": "bfae436a6cfe4feebc204471fc4599f7", "name": "5d7d646a91af43d499f179e0439572c4"}, "id": "b6fce5105ba24b5caba88b7151c742a5", "name": "e8a0ceb3a1d7491fa7f6311a715341c7"}, "audit_ids": ["76e988b022cb4d1490caefbbcfffcc62", null], "issued_at": "2019-09-19T09:04:53.079722"}} {13} openstack.tests.unit.workflow.test_execution.TestExecution.test_basic [0.032588s] ... ok ====== Totals ====== Ran: 3213 tests in 16.0000 sec. - Passed: 3213 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 405.1695 sec. ============== Worker Balance ============== - Worker 0 (101 tests) => 0:00:14.595653 - Worker 1 (101 tests) => 0:00:12.937285 - Worker 2 (101 tests) => 0:00:13.778016 - Worker 3 (101 tests) => 0:00:13.329018 - Worker 4 (101 tests) => 0:00:14.659698 - Worker 5 (101 tests) => 0:00:13.327671 - Worker 6 (101 tests) => 0:00:14.014335 - Worker 7 (101 tests) => 0:00:14.716076 - Worker 8 (101 tests) => 0:00:14.633623 - Worker 9 (101 tests) => 0:00:14.460601 - Worker 10 (101 tests) => 0:00:15.475032 - Worker 11 (101 tests) => 0:00:15.316529 - Worker 12 (101 tests) => 0:00:14.450679 - Worker 13 (100 tests) => 0:00:16.410133 - Worker 14 (100 tests) => 0:00:14.049932 - Worker 15 (100 tests) => 0:00:15.655402 - Worker 16 (100 tests) => 0:00:14.605467 - Worker 17 (100 tests) => 0:00:14.128194 - Worker 18 (100 tests) => 0:00:12.584096 - Worker 19 (100 tests) => 0:00:12.574477 - Worker 20 (100 tests) => 0:00:14.164944 - Worker 21 (100 tests) => 0:00:14.261820 - Worker 22 (100 tests) => 0:00:14.185798 - Worker 23 (100 tests) => 0:00:13.416036 - Worker 24 (100 tests) => 0:00:13.227449 - Worker 25 (100 tests) => 0:00:15.570886 - Worker 26 (100 tests) => 0:00:13.476705 - Worker 27 (100 tests) => 0:00:11.775243 - Worker 28 (100 tests) => 0:00:14.893972 - Worker 29 (100 tests) => 0:00:14.326383 - Worker 30 (100 tests) => 0:00:14.741356 - Worker 31 (100 tests) => 0:00:13.225533 + exit 0 Processing files: python2-openstacksdk-0.36.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.wQOFhG + umask 022 + cd /builddir/build/BUILD + cd openstacksdk-0.36.0 + DOCDIR=/builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/share/doc/python2-openstacksdk-0.36.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/share/doc/python2-openstacksdk-0.36.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/share/doc/python2-openstacksdk-0.36.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.gCZQLB + umask 022 + cd /builddir/build/BUILD + cd openstacksdk-0.36.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/share/licenses/python2-openstacksdk-0.36.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/share/licenses/python2-openstacksdk-0.36.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch/usr/share/licenses/python2-openstacksdk-0.36.0 + exit 0 Provides: python-openstacksdk = 0.36.0-1.el7 python2-openstacksdk = 0.36.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python2 python(abi) = 2.7 Obsoletes: python-openstacksdk < 0.36.0-1.el7 Processing files: python2-openstacksdk-tests-0.36.0-1.el7.noarch Provides: python2-openstacksdk-tests = 0.36.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/bash /bin/sh python(abi) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch Wrote: /builddir/build/RPMS/python2-openstacksdk-0.36.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-openstacksdk-tests-0.36.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ohIqBn + umask 022 + cd /builddir/build/BUILD + cd openstacksdk-0.36.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-openstacksdk-0.36.0-1.el7.noarch + exit 0 Child return code was: 0